diff --git a/AI_Engine_Development/AIE-ML/AIE-ML.rst b/AI_Engine_Development/AIE-ML/AIE-ML.rst index af3216cb51..6f876b7cea 100644 --- a/AI_Engine_Development/AIE-ML/AIE-ML.rst +++ b/AI_Engine_Development/AIE-ML/AIE-ML.rst @@ -16,15 +16,15 @@ The tutorials under the AI Engine for Machine Learning (AIE-ML) Development help .. important:: - Before beginning a tutorial, ensure you have installed the Vitis 2024.2 software. The Vitis release includes all the embedded base platforms, including the VEK280 base platform that is used in these tutorials. In addition, ensure you have downloaded the Common Images for Embedded Vitis Platforms from `Downloads `_. + Before beginning a tutorial, ensure you have installed the Vitis 2025.2 software. The Vitis release includes all the embedded base platforms, including the VEK280 base platform that is used in these tutorials. In addition, ensure you have downloaded the Common Images for Embedded Vitis Platforms from `Downloads `_. The `common image` package contains a prebuilt Linux kernel and root file system that can be used with the AMD Versal™ board for embedded design development using the Vitis software platform. Before starting a tutorial, run the following steps: 1. Go to the directory where you have unzipped the Versal Common Image package. -2. In a Bash shell, run the ``/Common Images Dir/xilinx-versal-common-v2024.2/environment-setup-cortexa72-cortexa53-amd-linux`` script. This script sets up the SDKTARGETSYSROOT and CXX variables. If the script is not present, you must run ``/Common Images Dir/xilinx-versal-common-v2024.2/sdk.sh``. -3. Set up your ROOTFS and IMAGE to point to the ``rootfs.ext4`` and Image files located in the ``/Common Images Dir/xilinx-versal-common-v2024.2`` directory. +2. In a Bash shell, run the ``/Common Images Dir/xilinx-versal-common-v2025.2/environment-setup-cortexa72-cortexa53-amd-linux`` script. This script sets up the SDKTARGETSYSROOT and CXX variables. If the script is not present, you must run ``/Common Images Dir/xilinx-versal-common-v2025.2/sdk.sh``. +3. Set up your ROOTFS and IMAGE to point to the ``rootfs.ext4`` and Image files located in the ``/Common Images Dir/xilinx-versal-common-v2025.2`` directory. 4. Set up your PLATFORM_REPO_PATHS environment variable to ``$XILINX_VITIS/base_platforms``. diff --git a/AI_Engine_Development/AIE-ML/Design_Tutorials/01-AIE-ML-programming-and-optimization/AIEngineMLArchitecture.md b/AI_Engine_Development/AIE-ML/Design_Tutorials/01-AIE-ML-programming-and-optimization/AIEngineMLArchitecture.md index 2576fcf932..4ab3f8e904 100755 --- a/AI_Engine_Development/AIE-ML/Design_Tutorials/01-AIE-ML-programming-and-optimization/AIEngineMLArchitecture.md +++ b/AI_Engine_Development/AIE-ML/Design_Tutorials/01-AIE-ML-programming-and-optimization/AIEngineMLArchitecture.md @@ -15,14 +15,11 @@ # AI Engine-ML Architecture - - - ## Introduction -Versal™ AI Edge ACAPs have been develop to target any applications at the edge where balancing performance and power consumption, low latency, size and thermal constraints, and safety and reliability are paramount. +The Versal™ AI Edge Series has been develop to target any applications at the edge where balancing performance and power consumption, low latency, size and thermal constraints, and safety and reliability are paramount. -As the Versal™ AI Core series they contain also an array of SIMD VLIW DSP processors but with different functionality. +Like the Versal™ AI Core Series, it also contains an array of SIMD VLIW DSP processors but with different functionality. ![AI Engine-ML overview](images/AIE-ML-Overview.png) diff --git a/AI_Engine_Development/AIE-ML/Design_Tutorials/01-AIE-ML-programming-and-optimization/Makefile b/AI_Engine_Development/AIE-ML/Design_Tutorials/01-AIE-ML-programming-and-optimization/Makefile index e6e2f3a271..f866f5cb62 100755 --- a/AI_Engine_Development/AIE-ML/Design_Tutorials/01-AIE-ML-programming-and-optimization/Makefile +++ b/AI_Engine_Development/AIE-ML/Design_Tutorials/01-AIE-ML-programming-and-optimization/Makefile @@ -22,7 +22,7 @@ OPT ?= 0 # hw_emu|hw TARGET ?= hw_emu -PFM_NAME := xilinx_vek280_base_202510_1 +PFM_NAME := xilinx_vek280_base_202520_1 PFM_NAME := $(strip $(PFM_NAME)) PLATFORM := ${PLATFORM_REPO_PATHS}/${PFM_NAME}/${PFM_NAME}.xpfm PNAME := aieml_pl_${TARGET} @@ -97,16 +97,16 @@ guard-PLATFORM_REPO_PATHS: $(call check_defined, PLATFORM_REPO_PATHS, Set your where you downloaded your platform) guard-ROOTFS: - $(call check_defined, ROOTFS, Set to: xilinx-versal-common-v2025.1/rootfs.ext4) + $(call check_defined, ROOTFS, Set to: xilinx-versal-common-v2025.2/rootfs.ext4) guard-IMAGE: - $(call check_defined, IMAGE, Set to: xilinx-versal-common-v2025.1/Image) + $(call check_defined, IMAGE, Set to: xilinx-versal-common-v2025.2/Image) guard-CXX: - $(call check_defined, CXX, Run: xilinx-versal-common-v2025.1/environment-setup-cortexa72-cortexa53-amd-linux) + $(call check_defined, CXX, Run: xilinx-versal-common-v2025.2/environment-setup-cortexa72-cortexa53-amd-linux) guard-SDKTARGETSYSROOT: - $(call check_defined, SDKTARGETSYSROOT, Run: xilinx-versal-common-v2025.1/environment-setup-cortexa72-cortexa53-amd-linux) + $(call check_defined, SDKTARGETSYSROOT, Run: xilinx-versal-common-v2025.2/environment-setup-cortexa72-cortexa53-amd-linux) ### .PHONY: all_hw all_hw_emu run upd_host_hw aie postaie data aiesim aieviz aiesim-fifo compareaie x86 x86sim comparex86 allcases @@ -194,11 +194,12 @@ package_${TARGET}: ${LIBADF} ${XCLBIN} ${HOST_EXE} clean: - rm -rf _x v++_* ${XOS} ${OS} ${LIBADF} *.o.* *.o *.xpe *.xo.* \ + rm -rf _x v++_* ${XOS} ${OS} ${LIBADF} *.o.* *.o *.xpe *.xo.* analyzer_input\ vek280*.xclbin* *.xsa *.log *.jou xnwOut Work Map_Report.csv \ ilpProblem* sol.db drivers .Xil *bin *BIN *.bif launch_hw_emu.sh cfg emu_qemu_scripts \ - [!d]*.json *.txt *.wdb *.wcfg *.pdi v++.package_summary sim qemu_dts_files sd_card sd_card.img \ - dtb_creation.sh .ipcache *summary *.sh .AIE_SIM_CMD_LINE_OPTIONS .crashReporter + [!d]*.json *.txt *.wdb *.wcfg *.pdi v++.package_summary sim qemu_dts_files \ + sd_card sd_card.img \ + dtb_creation.sh .ipcache *summary *.sh .AIE_SIM_CMD_LINE_OPTIONS .crashReporter baremetal_metadata_package.cpp make -C ${AIE_DIR} clean make -C ${KERNELS_DIR} clean make -C ${HOST_DIR} clean diff --git a/AI_Engine_Development/AIE-ML/Design_Tutorials/01-AIE-ML-programming-and-optimization/README.md b/AI_Engine_Development/AIE-ML/Design_Tutorials/01-AIE-ML-programming-and-optimization/README.md index 1c9530075d..a29d5fcdac 100644 --- a/AI_Engine_Development/AIE-ML/Design_Tutorials/01-AIE-ML-programming-and-optimization/README.md +++ b/AI_Engine_Development/AIE-ML/Design_Tutorials/01-AIE-ML-programming-and-optimization/README.md @@ -15,22 +15,22 @@ # AI Engine-ML Programming -***Version: Vitis 2025.1*** +***Version: Vitis 2025.2*** ## Introduction ->**IMPORTANT**: Before beginning the tutorial make sure you have installed the AMD Vitis™ 2025.1 software. The Vitis release includes all the embedded base platforms including the VEK280 base platform that is used in this tutorial. In addition, ensure you have downloaded the Common Images for Embedded Vitis Platforms from [this link](https://www.xilinx.com/support/download/index.html/content/xilinx/en/downloadNav/embedded-platforms.html). +>**IMPORTANT**: Before beginning the tutorial make sure you have installed the AMD Vitis™ 2025.2 software. The Vitis release includes all the embedded base platforms including the VEK280 base platform that is used in this tutorial. In addition, ensure you have downloaded the Common Images for Embedded Vitis Platforms from [this link](https://www.xilinx.com/support/download/index.html/content/xilinx/en/downloadNav/embedded-platforms.html). The ‘common image’ package contains a prebuilt Linux kernel and root file system that can be used with the AMD Versal™ board for embedded design development using the Vitis software platform. Before starting this tutorial, run the following steps: 1. Go to the directory where you have unzipped the Versal Common Image package. -2. In a Bash shell, run the ``/Common Images Dir/xilinx-versal-common-v2025.1/environment-setup-cortexa72-cortexa53-amd-linux`` script. This script sets up the SDKTARGETSYSROOT and CXX variables. If the script is not present, you must run the ``/Common Images Dir/xilinx-versal-common-v2025.1/sdk.sh``. -3. Set up your ROOTFS and IMAGE to point to the ``rootfs.ext4`` and Image files located in the ``/Common Images Dir/xilinx-versal-common-v2025.1`` directory. +2. In a Bash shell, run the ``/Common Images Dir/xilinx-versal-common-v2025.2/environment-setup-cortexa72-cortexa53-amd-linux`` script. This script sets up the SDKTARGETSYSROOT and CXX variables. If the script is not present, you must run the ``/Common Images Dir/xilinx-versal-common-v2025.2/sdk.sh``. +3. Set up your ROOTFS and IMAGE to point to the ``rootfs.ext4`` and Image files located in the ``/Common Images Dir/xilinx-versal-common-v2025.2`` directory. 4. Set up your PLATFORM_REPO_PATHS environment variable to ``$XILINX_VITIS/base_platforms``. -This tutorial targets VEK280 board for 2025.1 version. +This tutorial targets VEK280 board for 2025.2 version. Data generation for this tutorial requires [Python 3](https://www.python.org/downloads/). The following packages are required: @@ -67,10 +67,9 @@ The various memory levels contains DMAs used to receive/transfer data to/from me Matrix multiplication is very common algorithm that can be found in numerous standard applications. The basic equation is: -``` $$ C = A.B $$ $$ \left( c_{ij} \right)_{\substack{0\leq i \lt M \\ 0 \leq j \lt N}} = \sum_{k=0}^{k #include #include diff --git a/AI_Engine_Development/AIE-ML/Design_Tutorials/02-Prime-Factor-FFT/Makefile b/AI_Engine_Development/AIE-ML/Design_Tutorials/02-Prime-Factor-FFT/Makefile index ab28fa69d2..1c751ab0b2 100644 --- a/AI_Engine_Development/AIE-ML/Design_Tutorials/02-Prime-Factor-FFT/Makefile +++ b/AI_Engine_Development/AIE-ML/Design_Tutorials/02-Prime-Factor-FFT/Makefile @@ -7,9 +7,9 @@ ECHO = @echo export TARGET ?= hw -RELEASE=2025.1 +RELEASE=2025.2 BOARD=vek280 -BASE_NUM=202510_1 +BASE_NUM=202520_1 # Platform Selection... VERSAL_VITIS_PLATFORM = xilinx_${BOARD}\_base_${BASE_NUM} diff --git a/AI_Engine_Development/AIE-ML/Design_Tutorials/02-Prime-Factor-FFT/README.md b/AI_Engine_Development/AIE-ML/Design_Tutorials/02-Prime-Factor-FFT/README.md index 86eb1c78ee..e730f25f7e 100644 --- a/AI_Engine_Development/AIE-ML/Design_Tutorials/02-Prime-Factor-FFT/README.md +++ b/AI_Engine_Development/AIE-ML/Design_Tutorials/02-Prime-Factor-FFT/README.md @@ -15,7 +15,7 @@ # Prime Factor FFT-1008 on AIE-ML -***Version: Vitis 2025.1*** +***Version: Vitis 2025.2*** ## Table of Contents @@ -32,15 +32,16 @@ [License](#license) ## Introduction + The Prime Factor Algorithm (PFA) [[1]] is a Fast Fourier Transform (FFT) algorithm [[2]] discovered by Good & Thomas before the more popular Cooley-Tukey algorithm with some interesting properties. The PFA is another "divide and conquer" approach for computing a Discrete Fourier Transform (DFT) of size $N = N_1 \cdot N_2$ as a two-dimensional DFT of size $N_1 \times N_2$ as long as $N_1$ and $N_2$ are relatively prime (ie. share no common divisors). The smaller transforms of size $N_1$ and $N_2$ may be computed by some other technique, for example using the Winograd FFT Algorithm, or the PFA technique may be applied recursively again to both $N_1$ and $N_2$. It turns out Versal AI Engines compute DFT with small dimensions $N < 32$ very efficiently using direct vector/matrix multiplication. Consequently, the PFA approach using DFT on the individual prime factors provides an efficient approach to the FFT on Versal AI Engines. A second advantage of the PFA approach is that unlike the popular Cooley-Tukey FFT, no extra multiplications by "twiddle factors" need be performed between stages. This fact falls out of the DFT factorization when $N_1$ and $N_2$ share no common factors. This provides a computational advantage compared to the more traditional Cooley-Tukey formulation, but the PFA incurs a drawback in that a complicated re-indexing or permutation of it's I/O samples is required. For Versal devices with both AI Engines and Programmable Logic (PL), however, this drawback is solved easily by leveraging the PL to implement these permutations as part of a custom data flow tailored to the PFA signal flow graph. An [earlier tutorial](../../../AIE/Design_Tutorials/05-Prime-Factor-FFT) implemented a PFA-1008 transform on AIE architecture in the VC1902 device. This tutorial maps the PFA-1008 transform to AIE-ML architecture in the VE2802 device. Once again we map the short-length DFT-7, DFT-9 and DFT-16 transforms to AI Engine using vector-matrix DFT's but this time to the AIE-ML architecture. The intermediate "memory transpose" operations mapped earlier to the programmable logic (PL) are instead mapped here to the Memory Tiles contained in the AIE-ML array. This simplifies data flow and keeps most of the graph inside the the array. The input and output permutation blocks remain implemented in the PL as RTL obtained using VItis High Level Synthesis (HLS) from untimed C++ models. These cannot be mapped to Mem Tiles as they require a type of modulo addressing not supported by the Memory Tile buffer descriptors (BDs). -## Matlab Models +## MATLAB Models -This tutorial relies on the same Matlab models from the [original tutorial](../../../AIE/Design_Tutorials/05-Prime-Factor-FFT). These models have been replicated here in the `matlab` folder of the repo. These apply to both the signal processing functions as well as the I/O permutations and matrix transpose addressing operations. All remain identical. +This tutorial relies on the same MATLAB® models from the [original tutorial](../../../AIE/Design_Tutorials/05-Prime-Factor-FFT). These models have been replicated here in the `matlab` folder of the repo. These apply to both the signal processing functions as well as the I/O permutations and matrix transpose addressing operations. All remain identical. ## Design Overview @@ -157,16 +158,16 @@ The figure below summarizes the PL resources required to implement the design. T ### Setup & Initialization -IMPORTANT: Before beginning the tutorial ensure you have installed Vitis™ 2025.1 software. Ensure you have downloaded the Common Images for Embedded Vitis Platforms from [this link](https://www.xilinx.com/support/download/index.html/content/xilinx/en/downloadNav/embedded-platforms.html). +IMPORTANT: Before beginning the tutorial ensure you have installed Vitis™ 2025.2 software. Ensure you have downloaded the Common Images for Embedded Vitis Platforms from [this link](https://www.xilinx.com/support/download/index.html/content/xilinx/en/downloadNav/embedded-platforms.html). Set the environment variable ```COMMON_IMAGE_VERSAL``` to the full path where you have downloaded the Common Images. Then set the environment variable ```PLATFORM_REPO_PATHS``` to the value ```$XILINX_VITIS/base_platforms```. Additional information on this process may be found [here](../../../AIE#environment-settings). The remaining environment variables are configured in the top level Makefile ```/02-Prime-Factor-FFT/Makefile``` file. ``` -RELEASE=2025.1 +RELEASE=2025.2 BOARD=vek280 -BASE_NUM=202510_1 +BASE_NUM=202520_1 # Platform Selection... VERSAL_VITIS_PLATFORM = xilinx_${BOARD}\_base_${BASE_NUM} diff --git a/AI_Engine_Development/AIE-ML/Design_Tutorials/02-Prime-Factor-FFT/aie/dft16/Makefile b/AI_Engine_Development/AIE-ML/Design_Tutorials/02-Prime-Factor-FFT/aie/dft16/Makefile index 2f65fbf9c8..cc779ab100 100644 --- a/AI_Engine_Development/AIE-ML/Design_Tutorials/02-Prime-Factor-FFT/aie/dft16/Makefile +++ b/AI_Engine_Development/AIE-ML/Design_Tutorials/02-Prime-Factor-FFT/aie/dft16/Makefile @@ -10,8 +10,7 @@ MY_APP := dft16_app MY_SOURCES := ${MY_APP}.cpp dft16_graph.h dft16_mmul0.h dft16_mmul0.cpp dft16_mmul1.h dft16_mmul1.cpp \ dft16_twiddle.h -PLATFORM_USE := xilinx_vek280_base_202510_1 -PLATFORM := ${PLATFORM_REPO_PATHS}/${PLATFORM_USE}/${PLATFORM_USE}.xpfm +PART_USE := xcve2802-vsvh1760-2MP-e-S CHECK_FIFO := --aie.evaluate-fifo-depth --aie.Xrouter=disablePathBalancing @@ -21,8 +20,7 @@ DSPLIB_OPTS := --include=${DSPLIB_ROOT}/L2/include/aie \ AIE_OUTPUT := libadf.a -AIE_FLAGS := ${DSPLIB_OPTS} --platform=${PLATFORM} ${MY_APP}.cpp --aie.output-archive=${AIE_OUTPUT} - +AIE_FLAGS := ${DSPLIB_OPTS} --part=${PART_USE} ${MY_APP}.cpp --aie.output-archive=${AIE_OUTPUT} ifeq (${SIM_FIFO}, true) AIE_FLAGS := ${AIE_FLAGS} ${CHECK_FIFO} endif diff --git a/AI_Engine_Development/AIE-ML/Design_Tutorials/02-Prime-Factor-FFT/aie/dft7/Makefile b/AI_Engine_Development/AIE-ML/Design_Tutorials/02-Prime-Factor-FFT/aie/dft7/Makefile index 2944e1e98b..898e0fd0c3 100644 --- a/AI_Engine_Development/AIE-ML/Design_Tutorials/02-Prime-Factor-FFT/aie/dft7/Makefile +++ b/AI_Engine_Development/AIE-ML/Design_Tutorials/02-Prime-Factor-FFT/aie/dft7/Makefile @@ -10,8 +10,7 @@ MY_APP := dft7_app MY_SOURCES := ${MY_APP}.cpp dft7_graph.h dft7_mmul0.h dft7_mmul0.cpp dft7_mmul1.h dft7_mmul1.cpp \ dft7_twiddle.h -PLATFORM_USE := xilinx_vek280_base_202510_1 -PLATFORM := ${PLATFORM_REPO_PATHS}/${PLATFORM_USE}/${PLATFORM_USE}.xpfm +PART_USE := xcve2802-vsvh1760-2MP-e-S CHECK_FIFO := --aie.evaluate-fifo-depth --aie.Xrouter=disablePathBalancing @@ -21,8 +20,7 @@ DSPLIB_OPTS := --include=${DSPLIB_ROOT}/L2/include/aie \ AIE_OUTPUT := libadf.a -AIE_FLAGS := ${DSPLIB_OPTS} --platform=${PLATFORM} ${MY_APP}.cpp --aie.output-archive=${AIE_OUTPUT} - +AIE_FLAGS := ${DSPLIB_OPTS} --part=${PART_USE} ${MY_APP}.cpp --aie.output-archive=${AIE_OUTPUT} ifeq (${SIM_FIFO}, true) AIE_FLAGS := ${AIE_FLAGS} ${CHECK_FIFO} endif diff --git a/AI_Engine_Development/AIE-ML/Design_Tutorials/02-Prime-Factor-FFT/aie/dft9/Makefile b/AI_Engine_Development/AIE-ML/Design_Tutorials/02-Prime-Factor-FFT/aie/dft9/Makefile index 8f89ebfa51..2a6cee7cb9 100644 --- a/AI_Engine_Development/AIE-ML/Design_Tutorials/02-Prime-Factor-FFT/aie/dft9/Makefile +++ b/AI_Engine_Development/AIE-ML/Design_Tutorials/02-Prime-Factor-FFT/aie/dft9/Makefile @@ -10,15 +10,13 @@ MY_APP := dft9_app MY_SOURCES := ${MY_APP}.cpp dft9_graph.h dft9_mmul0.h dft9_mmul1.h dft9_mmul0.cpp dft9_mmul1.cpp \ dft9_mmul3.h dft9_mmul3.cpp dft9_twiddle.h -PLATFORM_USE := xilinx_vek280_base_202510_1 -PLATFORM := ${PLATFORM_REPO_PATHS}/${PLATFORM_USE}/${PLATFORM_USE}.xpfm +PART_USE := xcve2802-vsvh1760-2MP-e-S CHECK_FIFO := --aie.evaluate-fifo-depth --aie.Xrouter=disablePathBalancing AIE_OUTPUT := libadf.a -AIE_FLAGS := --platform=${PLATFORM} ${MY_APP}.cpp --aie.output-archive=${AIE_OUTPUT} - +AIE_FLAGS := ${DSPLIB_OPTS} --part=${PART_USE} ${MY_APP}.cpp --aie.output-archive=${AIE_OUTPUT} ifeq (${SIM_FIFO}, true) AIE_FLAGS := ${AIE_FLAGS} ${CHECK_FIFO} endif diff --git a/AI_Engine_Development/AIE-ML/Design_Tutorials/02-Prime-Factor-FFT/aie/permute_i/Makefile b/AI_Engine_Development/AIE-ML/Design_Tutorials/02-Prime-Factor-FFT/aie/permute_i/Makefile index bd648cd4f1..9a5531fe5f 100644 --- a/AI_Engine_Development/AIE-ML/Design_Tutorials/02-Prime-Factor-FFT/aie/permute_i/Makefile +++ b/AI_Engine_Development/AIE-ML/Design_Tutorials/02-Prime-Factor-FFT/aie/permute_i/Makefile @@ -9,8 +9,7 @@ SIM_FIFO := false MY_APP := permute_i_app MY_SOURCES := ${MY_APP}.cpp permute_i_graph.h permute_i_bd.h -PLATFORM_USE := xilinx_vek280_base_202510_1 -PLATFORM := ${PLATFORM_REPO_PATHS}/${PLATFORM_USE}/${PLATFORM_USE}.xpfm +PART_USE := xcve2802-vsvh1760-2MP-e-S CHECK_FIFO := --aie.evaluate-fifo-depth --aie.Xrouter=disablePathBalancing @@ -20,8 +19,7 @@ DSPLIB_OPTS := --include=${DSPLIB_ROOT}/L2/include/aie \ AIE_OUTPUT := libadf.a -AIE_FLAGS := ${DSPLIB_OPTS} --platform=${PLATFORM} ${MY_APP}.cpp --aie.output-archive=${AIE_OUTPUT} - +AIE_FLAGS := ${DSPLIB_OPTS} --part=${PART_USE} ${MY_APP}.cpp --aie.output-archive=${AIE_OUTPUT} ifeq (${SIM_FIFO}, true) AIE_FLAGS := ${AIE_FLAGS} ${CHECK_FIFO} endif diff --git a/AI_Engine_Development/AIE-ML/Design_Tutorials/02-Prime-Factor-FFT/aie/pfa1008/Makefile b/AI_Engine_Development/AIE-ML/Design_Tutorials/02-Prime-Factor-FFT/aie/pfa1008/Makefile index f93c5bc53a..6fb3c64e14 100644 --- a/AI_Engine_Development/AIE-ML/Design_Tutorials/02-Prime-Factor-FFT/aie/pfa1008/Makefile +++ b/AI_Engine_Development/AIE-ML/Design_Tutorials/02-Prime-Factor-FFT/aie/pfa1008/Makefile @@ -25,8 +25,7 @@ MY_SOURCES := ${MY_APP}.cpp pfa1008_graph.h ${DFT7_SOURCE:%=../dft7/%} ${ ${DFT16_SOURCE:%=../dft16/%} \ ${TRANSPOSE0_SOURCE:%=../transpose0/%} ${TRANSPOSE1_SOURCE:%=../transpose1/%} -PLATFORM_USE := xilinx_vek280_base_202510_1 -PLATFORM := ${PLATFORM_REPO_PATHS}/${PLATFORM_USE}/${PLATFORM_USE}.xpfm +PART_USE := xcve2802-vsvh1760-2MP-e-S CHECK_FIFO := --aie.evaluate-fifo-depth --aie.Xrouter=disablePathBalancing @@ -38,7 +37,7 @@ MY_INCLUDES := --include=../dft7 \ AIE_OUTPUT := libadf.a -AIE_FLAGS := ${MY_INCLUDES} --platform=${PLATFORM} ${MY_APP}.cpp --aie.output-archive=${AIE_OUTPUT} +AIE_FLAGS := ${MY_INCLUDES} --part=${PART_USE} ${MY_APP}.cpp --aie.output-archive=${AIE_OUTPUT} ifeq (${SIM_FIFO}, true) AIE_FLAGS := ${AIE_FLAGS} ${CHECK_FIFO} diff --git a/AI_Engine_Development/AIE-ML/Design_Tutorials/02-Prime-Factor-FFT/aie/transpose0/Makefile b/AI_Engine_Development/AIE-ML/Design_Tutorials/02-Prime-Factor-FFT/aie/transpose0/Makefile index 5e0972c204..2b85d714cc 100644 --- a/AI_Engine_Development/AIE-ML/Design_Tutorials/02-Prime-Factor-FFT/aie/transpose0/Makefile +++ b/AI_Engine_Development/AIE-ML/Design_Tutorials/02-Prime-Factor-FFT/aie/transpose0/Makefile @@ -9,8 +9,7 @@ SIM_FIFO := false MY_APP := transpose0_app MY_SOURCES := ${MY_APP}.cpp transpose0_graph.h -PLATFORM_USE := xilinx_vek280_base_202510_1 -PLATFORM := ${PLATFORM_REPO_PATHS}/${PLATFORM_USE}/${PLATFORM_USE}.xpfm +PART_USE := xcve2802-vsvh1760-2MP-e-S CHECK_FIFO := --aie.evaluate-fifo-depth --aie.Xrouter=disablePathBalancing @@ -20,8 +19,7 @@ DSPLIB_OPTS := --include=${DSPLIB_ROOT}/L2/include/aie \ AIE_OUTPUT := libadf.a -AIE_FLAGS := ${DSPLIB_OPTS} --platform=${PLATFORM} ${MY_APP}.cpp --aie.output-archive=${AIE_OUTPUT} - +AIE_FLAGS := ${DSPLIB_OPTS} --part=${PART_USE} ${MY_APP}.cpp --aie.output-archive=${AIE_OUTPUT} ifeq (${SIM_FIFO}, true) AIE_FLAGS := ${AIE_FLAGS} ${CHECK_FIFO} endif diff --git a/AI_Engine_Development/AIE-ML/Design_Tutorials/02-Prime-Factor-FFT/aie/transpose1/Makefile b/AI_Engine_Development/AIE-ML/Design_Tutorials/02-Prime-Factor-FFT/aie/transpose1/Makefile index 5b882e43ed..f7991990a9 100644 --- a/AI_Engine_Development/AIE-ML/Design_Tutorials/02-Prime-Factor-FFT/aie/transpose1/Makefile +++ b/AI_Engine_Development/AIE-ML/Design_Tutorials/02-Prime-Factor-FFT/aie/transpose1/Makefile @@ -9,8 +9,7 @@ SIM_FIFO := false MY_APP := transpose1_app MY_SOURCES := ${MY_APP}.cpp transpose1_graph.h -PLATFORM_USE := xilinx_vek280_base_202510_1 -PLATFORM := ${PLATFORM_REPO_PATHS}/${PLATFORM_USE}/${PLATFORM_USE}.xpfm +PART_USE := xcve2802-vsvh1760-2MP-e-S CHECK_FIFO := --aie.evaluate-fifo-depth --aie.Xrouter=disablePathBalancing @@ -20,8 +19,7 @@ DSPLIB_OPTS := --include=${DSPLIB_ROOT}/L2/include/aie \ AIE_OUTPUT := libadf.a -AIE_FLAGS := ${DSPLIB_OPTS} --platform=${PLATFORM} ${MY_APP}.cpp --aie.output-archive=${AIE_OUTPUT} - +AIE_FLAGS := ${DSPLIB_OPTS} --part=${PART_USE} ${MY_APP}.cpp --aie.output-archive=${AIE_OUTPUT} ifeq (${SIM_FIFO}, true) AIE_FLAGS := ${AIE_FLAGS} ${CHECK_FIFO} endif diff --git a/AI_Engine_Development/AIE-ML/Design_Tutorials/02-Prime-Factor-FFT/hls/pfa1008_dma_snk/Makefile b/AI_Engine_Development/AIE-ML/Design_Tutorials/02-Prime-Factor-FFT/hls/pfa1008_dma_snk/Makefile index 17fd7503b6..d76f46d59d 100644 --- a/AI_Engine_Development/AIE-ML/Design_Tutorials/02-Prime-Factor-FFT/hls/pfa1008_dma_snk/Makefile +++ b/AI_Engine_Development/AIE-ML/Design_Tutorials/02-Prime-Factor-FFT/hls/pfa1008_dma_snk/Makefile @@ -5,6 +5,7 @@ # Author: Mark Rollins DO_COSIM := false +DO_OOCPAR := false ECHO := @echo KERNEL := pfa1008_dma_snk_wrapper @@ -28,6 +29,8 @@ ${XO}: ${KERNEL_SRC} ifeq (${DO_COSIM},true) vitis-run --mode hls --config hls.cfg --csim --work_dir ${KERNEL} vitis-run --mode hls --config hls.cfg --cosim --work_dir ${KERNEL} +endif +ifeq (${DO_OOCPAR},true) vitis-run --mode hls --config hls.cfg --impl --work_dir ${KERNEL} endif diff --git a/AI_Engine_Development/AIE-ML/Design_Tutorials/02-Prime-Factor-FFT/hls/pfa1008_dma_snk/pfa1008_dma_snk.cpp b/AI_Engine_Development/AIE-ML/Design_Tutorials/02-Prime-Factor-FFT/hls/pfa1008_dma_snk/pfa1008_dma_snk.cpp index b12cba9fd1..ef32ef0c2d 100644 --- a/AI_Engine_Development/AIE-ML/Design_Tutorials/02-Prime-Factor-FFT/hls/pfa1008_dma_snk/pfa1008_dma_snk.cpp +++ b/AI_Engine_Development/AIE-ML/Design_Tutorials/02-Prime-Factor-FFT/hls/pfa1008_dma_snk/pfa1008_dma_snk.cpp @@ -11,19 +11,30 @@ using namespace pfa1008_dma_snk; // Stream Capture // ------------------------------------------------------------ -void capture_streams( TT_DATA (&buff)[DEPTH], TT_STREAM& sig_i, - const int& loop_sel, const int& loop_cnt ) +unsigned capture_streams( TT_DATA (&buff)[DEPTH], TT_STREAM& sig_i, unsigned int word_count ) { - CAPTURE: for (int ll=0; ll < loop_cnt; ll++) { -#pragma HLS LOOP_TRIPCOUNT min=1 max=8 - SAMPLE_IN: for (int dd=0; dd < DEPTH; dd++) { + unsigned cnt_smp = 0; + unsigned cnt_cyc = 0; + bool saw_first = 0; + TT_ADDR dd = 0; + unsigned base = word_count - DEPTH; + while (cnt_smp < word_count) { #pragma HLS pipeline II=1 + bool empty = sig_i.empty(); + bool capture = (cnt_smp < base) ? 0 : 1; + if (empty == 0) { + saw_first = 1; TT_DATA val = sig_i.read(); - if ( ll == loop_sel ) { + if (capture == 1) { buff[dd] = val; + dd = dd + 1; } - } //dd - } // ll + cnt_smp++; + } + if (saw_first == 1) + cnt_cyc++; + } + return(cnt_cyc); } // ------------------------------------------------------------ @@ -42,28 +53,31 @@ void read_buffer( TT_DATA mem[DEPTH], TT_DATA (&buff)[DEPTH] ) // Wrapper // ------------------------------------------------------------ -void +unsigned pfa1008_dma_snk_wrapper( pfa1008_dma_snk::TT_DATA mem[pfa1008_dma_snk::DEPTH], - int loop_sel, - int loop_cnt, + unsigned int word_count, pfa1008_dma_snk::TT_STREAM& sig_i ) { -#pragma HLS interface m_axi port=mem bundle=gmem offset=slave depth=DEPTH -#pragma HLS interface axis port=sig_i -#pragma HLS interface s_axilite port=loop_sel bundle=control -#pragma HLS interface s_axilite port=loop_cnt bundle=control -#pragma HLS interface s_axilite port=mem bundle=control -#pragma HLS interface s_axilite port=return bundle=control +#pragma HLS interface mode=axis port=sig_i +#pragma HLS interface mode=m_axi port=mem offset=slave bundle=gmem1 depth=DEPTH +#pragma HLS interface mode=s_axilite port=mem bundle=control +#pragma HLS interface m_axi port=mem num_write_outstanding=1 max_write_burst_length=1 +#pragma HLS interface m_axi port=mem num_read_outstanding=1 max_read_burst_length=1 +#pragma HLS interface mode=s_axilite port=word_count bundle=control +#pragma HLS interface mode=s_axilite port=return bundle=control #pragma HLS DATAFLOW // Internal buffer: TT_DATA buff[DEPTH]; + unsigned cycle_count; // Front end load from DDR4 to PL BRAM: - capture_streams( buff, sig_i, loop_sel, loop_cnt ); + cycle_count = capture_streams( buff, sig_i, word_count ); // Back end transmit from PL BRAM to AIE: read_buffer( mem, buff ); + + return(cycle_count); } diff --git a/AI_Engine_Development/AIE-ML/Design_Tutorials/02-Prime-Factor-FFT/hls/pfa1008_dma_snk/pfa1008_dma_snk.h b/AI_Engine_Development/AIE-ML/Design_Tutorials/02-Prime-Factor-FFT/hls/pfa1008_dma_snk/pfa1008_dma_snk.h index 49b1260de6..cc1ba87324 100644 --- a/AI_Engine_Development/AIE-ML/Design_Tutorials/02-Prime-Factor-FFT/hls/pfa1008_dma_snk/pfa1008_dma_snk.h +++ b/AI_Engine_Development/AIE-ML/Design_Tutorials/02-Prime-Factor-FFT/hls/pfa1008_dma_snk/pfa1008_dma_snk.h @@ -24,7 +24,6 @@ namespace pfa1008_dma_snk { // Run: // Assume 312.5 MHz clock. // We have 32-bit I/O's @ 1250 MHz AIE clock or 128-bit I/O's @ 312.5 MHz -void pfa1008_dma_snk_wrapper( pfa1008_dma_snk::TT_DATA mem[pfa1008_dma_snk::DEPTH], - int loop_sel, - int loop_cnt, - pfa1008_dma_snk::TT_STREAM& sig_i ); +unsigned pfa1008_dma_snk_wrapper( pfa1008_dma_snk::TT_DATA mem[pfa1008_dma_snk::DEPTH], + unsigned int word_count, + pfa1008_dma_snk::TT_STREAM& sig_i ); diff --git a/AI_Engine_Development/AIE-ML/Design_Tutorials/02-Prime-Factor-FFT/hls/pfa1008_dma_snk/tb_wrapper.cpp b/AI_Engine_Development/AIE-ML/Design_Tutorials/02-Prime-Factor-FFT/hls/pfa1008_dma_snk/tb_wrapper.cpp index 81bb245983..a5f71adadf 100644 --- a/AI_Engine_Development/AIE-ML/Design_Tutorials/02-Prime-Factor-FFT/hls/pfa1008_dma_snk/tb_wrapper.cpp +++ b/AI_Engine_Development/AIE-ML/Design_Tutorials/02-Prime-Factor-FFT/hls/pfa1008_dma_snk/tb_wrapper.cpp @@ -16,8 +16,6 @@ using namespace pfa1008_dma_snk; // Main // ------------------------------------------------------------ -extern void pfa1008_dma_snk_wrapper( TT_DATA mem[DEPTH], int loop_sel, int loop_cnt,TT_STREAM& sig_i ); - int main( void ) { // Create DDR4 contents: @@ -25,32 +23,32 @@ int main( void ) TT_STREAM sig_i; // Configure the same as 'host.cpp' for top level application: - int loop_cnt = 4; - int loop_sel = 1; + unsigned word_count = 8*1008; // Load stimulus (in order produced by DFT): std::minstd_rand gen; - for (int ll=0; ll < loop_cnt; ll++) { - for (int mm=0; mm < DEPTH; mm++) { - TT_DATA data = TT_DATA( gen() ); - if ( ll == loop_sel ) { - ddr4_g[mm] = data; - } - sig_i.write( data ); + for (unsigned ww=0,mm=0; ww < word_count; ww++) { + TT_DATA data = TT_DATA( gen() ); + if (ww >= (word_count-DEPTH)) { + ddr4_g[mm++] = data; } + sig_i.write( data ); } // Run DUT: TT_DATA ddr4_o[DEPTH]; - pfa1008_dma_snk_wrapper( ddr4_o, loop_sel, loop_cnt, sig_i ); + unsigned cycle_count = pfa1008_dma_snk_wrapper( ddr4_o, word_count, sig_i ); + std::cout << "cycle_count: " << cycle_count << std::endl; // Check output streams: bool flag = 0; for (int mm=0; mm < DEPTH; mm++) { TT_DATA act_g = ddr4_g[mm]; TT_DATA act_o = ddr4_o[mm]; - flag |= (act_o != act_g); - cout << "mm: " << mm << " act_o: " << act_o << " act_g: " << act_g << endl; + bool this_flag = (act_o != act_g); + flag |= this_flag; + if (this_flag == 1) + cout << "mm: " << mm << " act_o: " << act_o << " act_g: " << act_g << endl; } if ( flag == 0 ) cout << "--- PASSED ---" << endl; else cout << "*** FAILED ***" << endl; diff --git a/AI_Engine_Development/AIE-ML/Design_Tutorials/02-Prime-Factor-FFT/hls/pfa1008_dma_src/Makefile b/AI_Engine_Development/AIE-ML/Design_Tutorials/02-Prime-Factor-FFT/hls/pfa1008_dma_src/Makefile index 6098aa2b7c..622aac778b 100644 --- a/AI_Engine_Development/AIE-ML/Design_Tutorials/02-Prime-Factor-FFT/hls/pfa1008_dma_src/Makefile +++ b/AI_Engine_Development/AIE-ML/Design_Tutorials/02-Prime-Factor-FFT/hls/pfa1008_dma_src/Makefile @@ -5,6 +5,7 @@ # Author: Mark Rollins DO_COSIM := false +DO_OOCPAR := false ECHO := @echo KERNEL := pfa1008_dma_src_wrapper @@ -27,6 +28,8 @@ ${XO}: ${KERNEL_SRC} ifeq (${DO_COSIM},true) vitis-run --mode hls --config hls.cfg --csim --work_dir ${KERNEL} vitis-run --mode hls --config hls.cfg --cosim --work_dir ${KERNEL} +endif +ifeq (${DO_OOCPAR},true) vitis-run --mode hls --config hls.cfg --impl --work_dir ${KERNEL} endif diff --git a/AI_Engine_Development/AIE-ML/Design_Tutorials/02-Prime-Factor-FFT/hls/pfa1008_permute_i/Makefile b/AI_Engine_Development/AIE-ML/Design_Tutorials/02-Prime-Factor-FFT/hls/pfa1008_permute_i/Makefile index da520f89a0..1d75eb700d 100644 --- a/AI_Engine_Development/AIE-ML/Design_Tutorials/02-Prime-Factor-FFT/hls/pfa1008_permute_i/Makefile +++ b/AI_Engine_Development/AIE-ML/Design_Tutorials/02-Prime-Factor-FFT/hls/pfa1008_permute_i/Makefile @@ -5,6 +5,7 @@ # Author: Mark Rollins DO_COSIM := false +DO_OOCPAR := false ECHO := @echo KERNEL := pfa1008_permute_i_wrapper @@ -28,6 +29,8 @@ ${XO}: ${KERNEL_SRC} ifeq (${DO_COSIM},true) vitis-run --mode hls --config hls.cfg --csim --work_dir ${KERNEL} vitis-run --mode hls --config hls.cfg --cosim --work_dir ${KERNEL} +endif +ifeq (${DO_OOCPAR},true) vitis-run --mode hls --config hls.cfg --impl --work_dir ${KERNEL} endif diff --git a/AI_Engine_Development/AIE-ML/Design_Tutorials/02-Prime-Factor-FFT/hls/pfa1008_permute_o/Makefile b/AI_Engine_Development/AIE-ML/Design_Tutorials/02-Prime-Factor-FFT/hls/pfa1008_permute_o/Makefile index ca6aafb727..e6395f08e6 100644 --- a/AI_Engine_Development/AIE-ML/Design_Tutorials/02-Prime-Factor-FFT/hls/pfa1008_permute_o/Makefile +++ b/AI_Engine_Development/AIE-ML/Design_Tutorials/02-Prime-Factor-FFT/hls/pfa1008_permute_o/Makefile @@ -5,6 +5,7 @@ # Author: Mark Rollins DO_COSIM := false +DO_OOCPAR := false ECHO := @echo KERNEL := pfa1008_permute_o_wrapper @@ -28,6 +29,8 @@ ${XO}: ${KERNEL_SRC} ifeq (${DO_COSIM},true) vitis-run --mode hls --config hls.cfg --csim --work_dir ${KERNEL} vitis-run --mode hls --config hls.cfg --cosim --work_dir ${KERNEL} +endif +ifeq (${DO_OOCPAR},true) vitis-run --mode hls --config hls.cfg --impl --work_dir ${KERNEL} endif diff --git a/AI_Engine_Development/AIE-ML/Design_Tutorials/02-Prime-Factor-FFT/ps_apps/hw_emu/host.cpp b/AI_Engine_Development/AIE-ML/Design_Tutorials/02-Prime-Factor-FFT/ps_apps/hw_emu/host.cpp index 039fe0408c..58c98c2e33 100644 --- a/AI_Engine_Development/AIE-ML/Design_Tutorials/02-Prime-Factor-FFT/ps_apps/hw_emu/host.cpp +++ b/AI_Engine_Development/AIE-ML/Design_Tutorials/02-Prime-Factor-FFT/ps_apps/hw_emu/host.cpp @@ -4,11 +4,7 @@ // // Author: Mark Rollins -#include "pfa1008_graph.h" - -// Instantiate AIE graph: -pfa1008_graph<18,0> aie_dut; - +#include #include #include #include @@ -33,7 +29,7 @@ typedef int TT_DATA; // Assume cint16 data static constexpr int32_t NUM_ITER = -1; // Let the graph run and have DMA_SNK terminate things static constexpr int32_t LOOP_CNT_I = 8; -static constexpr int32_t LOOP_CNT_O = 6; // Try to stop it early +static constexpr int32_t LOOP_CNT_O = 6; static constexpr int32_t LOOP_SEL = 0; // ID of loop to capture by DDR SNK PL HLS block static constexpr unsigned DEPTH = 1008; // 4 transform x 1008-pt / 4 samples @ 128-bit static constexpr unsigned DDR_WORD_DEPTH_I = DEPTH; @@ -43,6 +39,10 @@ static constexpr unsigned NUM_SAMPLES_O = DDR_WORD_DEPTH_O * 4; // 32-bit (ci static constexpr unsigned DDR_BUFFSIZE_I_BYTES = NUM_SAMPLES_I * 4; // Each sample is 4 bytes (32-bits) static constexpr unsigned DDR_BUFFSIZE_O_BYTES = NUM_SAMPLES_O * 4; // Each sample is 4 bytes (32-bits) +static constexpr double THROUGHPUT_TARGET = 1000; +static constexpr double THROUGHPUT_ERROR_LIMIT = 5; + +static unsigned int word_count = LOOP_CNT_O * NUM_SAMPLES_I / 4; // # of 128-bit words passing through monitor // ------------------------------------------------------------ // Main @@ -88,6 +88,9 @@ int main(int argc, char* argv[]) auto dma_snk = xrt::kernel(my_device, xclbin_uuid, "pfa1008_dma_snk_wrapper:{dma_snk}"); std::cout << STR_PASSED << "auto dma_snk = xrt::kernel(my_device, xclbin_uuid, \"pfa1008_dma_snk_wrapper:{dma_snk}\")" << std::endl; + auto dma_snk_ip = xrt::ip(my_device, xclbin_uuid, "pfa1008_dma_snk_wrapper:{dma_snk}"); + std::cout << STR_PASSED << "auto dma_snk_ip = xrt::ip(my_device, xclbin_uuid, \"pfa1008_dma_snk_wrapper:{dma_snk}\")" << std::endl; + xrt::run dma_src_run = xrt::run(dma_src); std::cout << STR_PASSED << "xrt::run dma_src_run = xrt::run(dma_src)" << std::endl; @@ -142,11 +145,8 @@ int main(int argc, char* argv[]) dma_snk_run.set_arg( 0, dma_snk_bo ); std::cout << STR_PASSED << "dma_snk.run.set_arg( 0, dma_snk_bo )" << std::endl; - dma_snk_run.set_arg( 1, LOOP_SEL ); - std::cout << STR_PASSED << "dma_snk_run.set_arg( 1, LOOP_SEL=" << LOOP_SEL << " )" << std::endl; - - dma_snk_run.set_arg( 2, LOOP_CNT_O ); - std::cout << STR_PASSED << "dma_snk_run.set_arg( 2, LOOP_CNT_O=" << LOOP_CNT_O << " )" << std::endl; + dma_snk_run.set_arg( 1, word_count ); + std::cout << STR_PASSED << "dma_snk_run.set_arg( 1, word_count=" << word_count << " )" << std::endl; // ------------------------------------------------------------ // Start Application @@ -166,6 +166,18 @@ int main(int argc, char* argv[]) dma_snk_run.wait(); std::cout << STR_PASSED << "dma_snk_run.wait()" << std::endl; + // ------------------------------------------------------------ + // Throughput + // ------------------------------------------------------------ + + unsigned cycle_count = dma_snk_ip.read_register(0x10); + std::cout << "cycle_count: " << cycle_count << std::endl; + double throughput_MSPS = (4.0*word_count)/(1.0*cycle_count)*312.5; + std::cout << "Throughput (Msps): " << throughput_MSPS << " vs. Target (Msps): " << THROUGHPUT_TARGET << std::endl; + double tp_err = 100.0*abs(throughput_MSPS-THROUGHPUT_TARGET)/THROUGHPUT_TARGET; + std::cout << "Througput Error (%): " << tp_err << " vs. Error Limit (%): " << THROUGHPUT_ERROR_LIMIT << std::endl; + bool flag_t = (tp_err > THROUGHPUT_ERROR_LIMIT); + // ------------------------------------------------------------ // Retrieve Results // ------------------------------------------------------------ @@ -209,8 +221,16 @@ int main(int argc, char* argv[]) // Done: if ( flag == 0 ) + std::cout << STR_INFO << "--- REGRESSION PASSED ---" << std::endl; + else + std::cout << STR_ERROR << "*** REGRESSION FAILED ***" << std::endl; + if ( flag_t == 0 ) + std::cout << STR_INFO << "--- THROUGHPUT PASSED ---" << std::endl; + else + std::cout << STR_ERROR << "*** THROUGHPUT FAILED ***" << std::endl; + if (flag == 0 && flag_t == 0) std::cout << STR_INFO << "--- PASSED ---" << std::endl; else - std::cout << STR_INFO << "*** FAILED ***" << std::endl; - return(flag); + std::cout << STR_ERROR <<"*** FAILED ***" << std::endl; + return(flag || flag_t); } diff --git a/AI_Engine_Development/AIE-ML/Design_Tutorials/02-Prime-Factor-FFT/vitis/system.cfg b/AI_Engine_Development/AIE-ML/Design_Tutorials/02-Prime-Factor-FFT/vitis/system.cfg index 1b7e8633c4..9172043c7e 100644 --- a/AI_Engine_Development/AIE-ML/Design_Tutorials/02-Prime-Factor-FFT/vitis/system.cfg +++ b/AI_Engine_Development/AIE-ML/Design_Tutorials/02-Prime-Factor-FFT/vitis/system.cfg @@ -29,7 +29,7 @@ nk = pfa1008_dma_snk_wrapper:1:dma_snk # ------------------------------------------------------------ # LPDDR to PL DMA SOURCE: -sp=dma_src.mem:LPDDR +sp=dma_src.mem:LPDDR1 # PL DMA Source to PL PERMUTE_I sc = dma_src.sig_o:permute_i.sig_i @@ -37,14 +37,14 @@ sc = dma_src.sig_o:permute_i.sig_i # PL PERMUTE_I to AIE DFT-7: sc = permute_i.sig_o:ai_engine_0.PLIO_sig_i -# AIE DFT-16 to PL PERMUTE_O: +# AIE DFT-16 to PERMUTE_O: sc = ai_engine_0.PLIO_sig_o:permute_o.sig_i -# PL PERMUTE_O to PL DMA SINK: +# PERMUTE to PL DMA SINK: sc = permute_o.sig_o:dma_snk.sig_i # PL DMA SINK to LPDDR -sp=dma_snk.mem:LPDDR +sp=dma_snk.mem:LPDDR1 # ------------------------------------------------------------ # Vivado PAR diff --git a/AI_Engine_Development/AIE-ML/Design_Tutorials/03-AIE-ML-lenet_tutorial/Makefile b/AI_Engine_Development/AIE-ML/Design_Tutorials/03-AIE-ML-lenet_tutorial/Makefile index fa43ae5bd5..0cecf3a4ee 100755 --- a/AI_Engine_Development/AIE-ML/Design_Tutorials/03-AIE-ML-lenet_tutorial/Makefile +++ b/AI_Engine_Development/AIE-ML/Design_Tutorials/03-AIE-ML-lenet_tutorial/Makefile @@ -266,7 +266,7 @@ VPP_LINK_FLAGS += --vivado.prop run.synth_1.STEPS.SYNTH_DESIGN.ARGS.CONTROL_SET_ ifeq ($(EN_TRACE),1) ifeq ($(TARGET),hw) VPP_LINK_FLAGS += --profile.data $(DATAMOVER_KERNEL_TOP):all:all - VPP_LINK_FLAGS += --profile.trace_memory LPDDR + VPP_LINK_FLAGS += --profile.trace_memory LPDDR1 endif endif diff --git a/AI_Engine_Development/AIE-ML/Design_Tutorials/03-AIE-ML-lenet_tutorial/README.md b/AI_Engine_Development/AIE-ML/Design_Tutorials/03-AIE-ML-lenet_tutorial/README.md index 8c9d296d4c..1cfaff277d 100755 --- a/AI_Engine_Development/AIE-ML/Design_Tutorials/03-AIE-ML-lenet_tutorial/README.md +++ b/AI_Engine_Development/AIE-ML/Design_Tutorials/03-AIE-ML-lenet_tutorial/README.md @@ -15,7 +15,7 @@ # Versal AI Engine-ML LeNet Tutorial -***Version: Vitis 2025.1*** +***Version: Vitis 2025.2*** ## Table of Contents @@ -41,12 +41,10 @@ This tutorial uses the LeNet algorithm to implement a system-level design to per The tutorial takes you through hardware emulation and hardware flow in the context of a complete Versal adaptive SoC system integration. A Makefile is provided that you can modify to suit your needs in a different context. -
- Objectives - ### Objectives After completing the tutorial, you should be able to: + * Build a complete system design by going through the various steps in the AMD Vitis™ unified software platform flow, including creating the AI Engine-ML Adaptive Data Flow (ADF) API graph, compiling the A72 host application and compiling PL kernels, using the Vitis compiler (V++) to link the AI Engine-ML and HLS kernels with the platform, and packaging the design. You will also be able to run the design through the hardware emulation and hardware flow in a mixed System C/RTL cycle-accurate/QEMU-based simulator. * Develop an understanding of Convolutional Neural Network (CNN) layer details using the LeNet algorithm and how the layers are mapped into data processing and compute blocks. * Develop an understanding of the kernels developed in the design; AI Engine-ML kernels to process fully connected convolutional layers and PL kernels to process the input rearrange and max pool and rearrange functions. @@ -56,12 +54,11 @@ After completing the tutorial, you should be able to: * Develop an understanding of graph control APIs to enable run-time updates using the run-time parameter (RTP) interface. * Develop an understanding of performance measurement and functional/throughput debug at the application level. -
-
Tutorial Overview ## Tutorial Overview + In this application tutorial, the LeNet algorithm is used to perform image classification on an input image using five AI Engine-ML tiles and PL resources, including block RAM. A top-level block diagram is shown in the following figure. An image is loaded from DDR memory through the Network on Chip (NoC) to block RAM and then to the AI Engine-ML. The PL input pre-processing unit receives the input image and sends the output to the first AI Engine-ML tile to perform matrix multiplication. The output from the first AI Engine-ML tile goes to a PL unit to perform the first level of max pool and data rearrangement (M1R1). The output is fed to the second AI Engine-ML tile and the output from that tile is sent to the PL to perform the second level max pooling and data rearrangement (M2R2). The output is then sent to a fully connected layer (FC1) implemented in two AI Engine-ML tiles and uses the rectified linear unit layer (ReLu) as an activation function. The outputs from the two AI Engine-ML tiles are then fed into a second fully connected layer implemented in the `core04` AI Engine-ML tile. The output is sent to a data conversion unit in the PL and then to the DDR memory through the NoC. In between the AI Engine-ML and PL units is a datamover module (refer to the LeNet Controller in the following figure) that contains the following kernels: * `mm2s`: a memory-mapped to stream kernel to feed data from DDR memory through the NoC to the AI Engine-ML Array. * `s2mm`: a stream to memory-mapped kernel to feed data from the AI Engine-ML Array through NoC to DDR memory. @@ -124,9 +121,9 @@ Tools Documentation: To build and run the LeNet tutorial,the following tools should be downloaded/installed: -* Install the [Vitis Software Platform 2025.1](https://docs.amd.com/r/en-US/ug1701-vitis-accelerated-embedded/Vitis-Software-Platform-Installation) +* Install the [Vitis Software Platform 2025.2](https://docs.amd.com/r/en-US/ug1701-vitis-accelerated-embedded/Vitis-Software-Platform-Installation) -* Obtain a license to enable Beta Devices in AMD tools (to use the `xilinx_vek280_es1_base_202510_1` platform) +* Obtain a license to enable Beta Devices in AMD tools (to use the `xilinx_vek280_es1_base_202520_1` platform) * Obtain licenses for AI Engine-ML tools @@ -136,6 +133,7 @@ To build and run the LeNet tutorial,the following tools should be downloaded/ins Environment: Setting Up the Shell Environment ## Environment: Setting Up the Shell Environment + When the elements of the Vitis software platform are installed, update the shell environment script. Set the environment variables to your system-specific paths. Edit `sample_env_setup.sh` script with your file paths: @@ -166,7 +164,7 @@ platforminfo --list | grep -m 1 -A 9 vek280_es1_base ``` Output of the above command should be as follows: ```bash -"baseName": "xilinx_vek280_es1_base_202510_1", +"baseName": "xilinx_vek280_es1_base_202520_1", "version": "1.0", "type": "sdsoc", "dataCenter": "false", @@ -225,7 +223,7 @@ make run TARGET=hw_emu make kernels: Compile PL Kernels ### make kernels: Compile PL Kernels -In this step, the Vitis compiler takes any Vitis compiler kernels (RTL or HLS C) in the PL region of the target platform (`xilinx_vek280_es1_base_202510_1`) and the AI Engine-ML kernels and graph and compiles them into their respective XO files. In this design, the `dma_hls` kernel is compiled as an XO file and the `Lenet_kernel` has already been pre-compiled as an XO file. You can access the source code by unzipping the XO file. +In this step, the Vitis compiler takes any Vitis compiler kernels (RTL or HLS C) in the PL region of the target platform (`xilinx_vek280_es1_base_202520_1`) and the AI Engine-ML kernels and graph and compiles them into their respective XO files. In this design, the `dma_hls` kernel is compiled as an XO file and the `Lenet_kernel` has already been pre-compiled as an XO file. You can access the source code by unzipping the XO file. `unzip lenet_kernel.xo` @@ -244,7 +242,7 @@ mkdir -p ./build/hw_emu cd ./build/hw_emu v++ --target hw_emu \ - --platform xilinx_vek280_es1_base_202510_1 \ + --platform xilinx_vek280_es1_base_202520_1 \ --save-temps \ --temp_dir _x \ --verbose \ @@ -344,7 +342,7 @@ The expanded command is as follows: cd ./build/hw_emu; v++ -l \ - --platform xilinx_vek280_es1_base_202510_1 \ + --platform xilinx_vek280_es1_base_202520_1 \ --save-temps \ --temp_dir _x \ --verbose \ @@ -364,7 +362,7 @@ If EN_TRACE=1, the command is expanded as follows: cd ./build/hw; v++ -l \ - --platform xilinx_vek280_es1_base_202510_1 \ + --platform xilinx_vek280_es1_base_202520_1 \ --save-temps \ --temp_dir _x \ --verbose \ @@ -438,31 +436,31 @@ or aarch64-linux-gnu-g++ -O \ -c \ -D__linux__ \ - --sysroot=$(PLATFORM_REPO_PATHS)/sw/versal/xilinx-versal-common-v2025.1/sysroots/aarch64-xilinx-linux \ + --sysroot=$(PLATFORM_REPO_PATHS)/sw/versal/xilinx-versal-common-v2025.2/sysroots/aarch64-xilinx-linux \ -DXAIE_DEBUG \ - -I $(PLATFORM_REPO_PATHS)/sw/versal/xilinx-versal-common-v2025.1/sysroots/aarch64-xilinx-linux/usr/include/xrt \ + -I $(PLATFORM_REPO_PATHS)/sw/versal/xilinx-versal-common-v2025.2/sysroots/aarch64-xilinx-linux/usr/include/xrt \ -I $(XILINX_VITIS_AIETOOLS)/include \ - -I $(PLATFORM_REPO_PATHS)/sw/versal/xilinx-versal-common-v2025.1/sysroots/aarch64-xilinx-linux/usr/include \ - -I $(PLATFORM_REPO_PATHS)/sw/versal/xilinx-versal-common-v2025.1/sysroots/aarch64-xilinx-linux/usr/lib \ + -I $(PLATFORM_REPO_PATHS)/sw/versal/xilinx-versal-common-v2025.2/sysroots/aarch64-xilinx-linux/usr/include \ + -I $(PLATFORM_REPO_PATHS)/sw/versal/xilinx-versal-common-v2025.2/sysroots/aarch64-xilinx-linux/usr/lib \ ../build//Work/ps/c_rts/aie_control_xrt.cpp \ -o ../build/app_control.o aarch64-linux-gnu-g++ -O \ -c \ -D__linux__ \ - --sysroot=$(PLATFORM_REPO_PATHS)/sw/versal/xilinx-versal-common-v2025.1/sysroots/aarch64-xilinx-linux \ + --sysroot=$(PLATFORM_REPO_PATHS)/sw/versal/xilinx-versal-common-v2025.2/sysroots/aarch64-xilinx-linux \ -DXAIE_DEBUG \ - -I $(PLATFORM_REPO_PATHS)/sw/versal/xilinx-versal-common-v2025.1/sysroots/aarch64-xilinx-linux/usr/include/xrt \ + -I $(PLATFORM_REPO_PATHS)/sw/versal/xilinx-versal-common-v2025.2/sysroots/aarch64-xilinx-linux/usr/include/xrt \ -I $(XILINX_VITIS_AIETOOLS)/include \ - -I $(PLATFORM_REPO_PATHS)/sw/versal/xilinx-versal-common-v2025.1/sysroots/aarch64-xilinx-linux/usr/include \ - -I $(PLATFORM_REPO_PATHS)/sw/versal/xilinx-versal-common-v2025.1/sysroots/aarch64-xilinx-linux/usr/lib \ + -I $(PLATFORM_REPO_PATHS)/sw/versal/xilinx-versal-common-v2025.2/sysroots/aarch64-xilinx-linux/usr/include \ + -I $(PLATFORM_REPO_PATHS)/sw/versal/xilinx-versal-common-v2025.2/sysroots/aarch64-xilinx-linux/usr/lib \ ../design/aie_src/main.cpp \ -o ../build/lenet_app.o aarch64-linux-gnu-g++ ./build/app_control.o \ ./build/lenet_app.o \ - --sysroot=$(PLATFORM_REPO_PATHS)/sw/versal/xilinx-versal-common-v2025.1/sysroots/aarch64-xilinx-linux \ - -L$(PLATFORM_REPO_PATHS)/sw/versal/xilinx-versal-common-v2025.1/sysroots/aarch64-xilinx-linux/usr/lib\ + --sysroot=$(PLATFORM_REPO_PATHS)/sw/versal/xilinx-versal-common-v2025.2/sysroots/aarch64-xilinx-linux \ + -L$(PLATFORM_REPO_PATHS)/sw/versal/xilinx-versal-common-v2025.2/sysroots/aarch64-xilinx-linux/usr/lib\ -L$(XILINX_VITIS_AIETOOLS)/lib/aarch64.o \ -L$(XILINX_VITIS_AIETOOLS)/lib/lnx64.o \ -ladf_api_xrt \ @@ -515,10 +513,10 @@ v++ -p \ -t hw_emu \ --save-temps \ --temp_dir ./build/hw_emu/_x \ - -f xilinx_vek280_es1_base_202510_1 \ + -f xilinx_vek280_es1_base_202520_1 \ --package.sd_dir $(PLATFORM_REPO_PATHS)/sw/versal/xrt \ - --package.rootfs $(PLATFORM_REPO_PATHS)/sw/versal/xilinx-versal-common-v2025.1/rootfs.ext4 \ - --package.kernel_image $(PLATFORM_REPO_PATHS)/sw/versal/xilinx-versal-common-v2025.1/Image \ + --package.rootfs $(PLATFORM_REPO_PATHS)/sw/versal/xilinx-versal-common-v2025.2/rootfs.ext4 \ + --package.kernel_image $(PLATFORM_REPO_PATHS)/sw/versal/xilinx-versal-common-v2025.2/Image \ --package.boot_mode=sd \ --package.out_dir ./build/hw_emu/package \ --package.sd_dir ./design/aie_src/aiesim_data \ @@ -542,10 +540,10 @@ v++ -p \ -t hw_emu \ --save-temps \ --temp_dir ./build/hw_emu/_x \ - -f xilinx_vek280_es1_base_202510_1 \ + -f xilinx_vek280_es1_base_202520_1 \ --package.sd_dir $(PLATFORM_REPO_PATHS)/sw/versal/xrt \ - --package.rootfs $(PLATFORM_REPO_PATHS)/sw/versal/xilinx-versal-common-v2025.1/rootfs.ext4 \ - --package.kernel_image $(PLATFORM_REPO_PATHS)/sw/versal/xilinx-versal-common-v2025.1/Image \ + --package.rootfs $(PLATFORM_REPO_PATHS)/sw/versal/xilinx-versal-common-v2025.2/rootfs.ext4 \ + --package.kernel_image $(PLATFORM_REPO_PATHS)/sw/versal/xilinx-versal-common-v2025.2/Image \ --package.boot_mode=sd \ --package.out_dir ./build/hw_emu/package \ --package.sd_dir ./design/aie_src/aiesim_data \ @@ -572,8 +570,8 @@ cd ../../; |Inputs Sources|Description| | --- | --- | |$(PLATFORM_REPO_PATHS)/sw/versal/xrt|The PS host application needs the XRT headers in this folder to execute.| -|$(PLATFORM_REPO_PATHS)/sw/versal/xilinx-versal-common-v2025.1/rootfs.ext4|The root filesystem file for Petalinux.| -|$(PLATFORM_REPO_PATHS)/sw/versal/xilinx-versal-common-v2025.1/Image|The pre-built Petalinux Image the processor boots from.| +|$(PLATFORM_REPO_PATHS)/sw/versal/xilinx-versal-common-v2025.2/rootfs.ext4|The root filesystem file for Petalinux.| +|$(PLATFORM_REPO_PATHS)/sw/versal/xilinx-versal-common-v2025.2/Image|The pre-built Petalinux Image the processor boots from.| |design/aie_src/aiesim_data|The data folder that contains the input data stored in DDR memory. It also contains the output golden refernece data the PS host application uses to verify the output data from the AI Engine-ML.| |build/hw_emu/lenet_aie_xrt.elf|The PS host application executabled created in the `make application` step.| |build/hw_emu/vek280_aie_lenet.hw_emu.xsa|The XSA file created in the `make xsa` step.| @@ -605,12 +603,12 @@ cd ./build/hw_emu/package ``` When launched, you will see the QEMU simulator load. Wait for the autoboot countdown to go to zero, and after a few minutes, you will see the root Linux prompt display: ```bash -root@versal-rootfs-common-2025_1:~# +root@versal-rootfs-common-2025_2:~# ``` In some cases, the following error might display: ``` -root@versal-rootfs-common-2025_1:~## xinit: giving up +root@versal-rootfs-common-2025_2:~## xinit: giving up xinit: unable to connect to X server: Connection refused xinit: server error Enabling notebook extension jupyter-js-widgets/extension... @@ -673,7 +671,7 @@ Transmit delay: 0 msec/char 0 msec/line **Step 7.** Power on the board. -**Step 8.** Wait until you see the `root@versal-rootfs-common-2025_1` Linux command prompt. Press enter a few times to get past any `xinit` errors. +**Step 8.** Wait until you see the `root@versal-rootfs-common-2025_2` Linux command prompt. Press enter a few times to get past any `xinit` errors. **Step 9.** Run the following commands into the TeraTerm terminal: @@ -999,7 +997,7 @@ auto in_bomapped = reinterpret_cast(xrtBOMap(in_bohdl)); Additionally, the `memcpy` and `memset` functions are used to initialize the data in global memory. #### 5. Open Graph, Obtain Handle, and Execute Graph -The following registration function was added in 2025.1 for XRT to use ADF API callbacks: +The following registration function was added in 2025.2 for XRT to use ADF API callbacks: `adf::registerXRT(dhdl, top->m_header.uuid);` @@ -1069,7 +1067,7 @@ Throughput = (no of images / Processing time) ``` ## Power Measurement Details -Power is measured using vcdanalyze and Xilinx Power Estimator (XPE) for Versal (2025.1 version) tools. +Power is measured using vcdanalyze and Xilinx Power Estimator (XPE) for Versal (2025.2 version) tools. The vcdanalyze tool is used to generate a `graph.xpe` file, which can be an input to XPE for viewing the AI Engine-ML resource utilization and power. The steps are as follows: @@ -1083,7 +1081,7 @@ vcdanalyze --vcd x$(VCD_FILE_NAME).vcd --xpe ``` -2. If you do not already have it installed, download and install [PDM for Versal Version 2025.1](https://www.xilinx.com/products/design-tools/power-design-manager.html). For full documentation of PDM, see [this page](https://docs.amd.com/r/en-US/ug1556-power-design-manager). +2. If you do not already have it installed, download and install [PDM for Versal Version 2025.2](https://www.xilinx.com/products/design-tools/power-design-manager.html). For full documentation of PDM, see [this page](https://docs.amd.com/r/en-US/ug1556-power-design-manager). 3. Create the project and choose the default part as XCVE2802-VSVH1760-2MP-E-S. @@ -1096,7 +1094,7 @@ A summary of resource utilization and power is given in the following table. | Number of Compute Cores|Vector Load|Number of Active Memory Banks|Mem R/W Rate|Memory Tiles|Memory Tile Memory Banks|Memory Tile Memory R/W Rate|AIE-ML Mem Tiles|Interconnect Load|Dynamic Power
(in W)| |:----------------------:|:---------:|:---------------------------:|:----------:|:----------:|:----------------------:|:-------------------------:|:--------------:|:---------------:|:-----------------------| -| 5 | 31.61% | 60 | 16.05% | 4 | 12 | 20.00% | 4 | 11.04% | 1.116 | +| 5 | 31.62% | 58 | 16.30% | 4 | 12 | 20.00% | 4 | 11.04% | 1.116 | ## Note diff --git a/AI_Engine_Development/AIE-ML/Design_Tutorials/03-AIE-ML-lenet_tutorial/description.json b/AI_Engine_Development/AIE-ML/Design_Tutorials/03-AIE-ML-lenet_tutorial/description.json index 9225a32127..e20c440517 100755 --- a/AI_Engine_Development/AIE-ML/Design_Tutorials/03-AIE-ML-lenet_tutorial/description.json +++ b/AI_Engine_Development/AIE-ML/Design_Tutorials/03-AIE-ML-lenet_tutorial/description.json @@ -13,8 +13,7 @@ "pre_exec": "./env_setup_versal.sh" }, "board": { - "pre_exec": "./env_setup_versal.sh", - "post_exec": "./addon/copy_perf_files.sh" + "pre_exec": "./env_setup_versal.sh" } }, "user": { @@ -51,7 +50,6 @@ "all": "run", "hw": "sd_card" }, - "custom_board_target": "run_test", - "customized_params": "multi_params.json" + "custom_board_target": "run_test" } } diff --git a/AI_Engine_Development/AIE-ML/Design_Tutorials/03-AIE-ML-lenet_tutorial/sample_env_setup.sh b/AI_Engine_Development/AIE-ML/Design_Tutorials/03-AIE-ML-lenet_tutorial/sample_env_setup.sh index 5cd111d22a..d75e7632e3 100755 --- a/AI_Engine_Development/AIE-ML/Design_Tutorials/03-AIE-ML-lenet_tutorial/sample_env_setup.sh +++ b/AI_Engine_Development/AIE-ML/Design_Tutorials/03-AIE-ML-lenet_tutorial/sample_env_setup.sh @@ -6,9 +6,9 @@ # ======================================================= # Set Platform ,Vitis and Versal Image repo # ======================================================= -export PLATFORM_REPO_PATHS= -export XILINX_VITIS = /2025.1 -export COMMON_IMAGE_VERSAL= +export PLATFORM_REPO_PATHS= +export XILINX_VITIS = /2025.2 +export COMMON_IMAGE_VERSAL= # ==================================================== # Source Versal Image ,Vitis and Aietools @@ -20,7 +20,7 @@ source $XILINX_VITIS/settings64.sh # ========================================================= # Platform Selection... # ========================================================= -tgt_plat=xilinx_vek280_base_202510_1 +tgt_plat=xilinx_vek280_base_202520_1 export PLATFORM=$PLATFORM_REPO_PATHS/$tgt_plat/$tgt_plat\.xpfm # ========================================================== diff --git a/AI_Engine_Development/AIE-ML/Design_Tutorials/04-AIE-API-based-FFT-for-many-instances-applications/Makefile b/AI_Engine_Development/AIE-ML/Design_Tutorials/04-AIE-API-based-FFT-for-many-instances-applications/Makefile index 5806e40462..fc563d7be1 100644 --- a/AI_Engine_Development/AIE-ML/Design_Tutorials/04-AIE-API-based-FFT-for-many-instances-applications/Makefile +++ b/AI_Engine_Development/AIE-ML/Design_Tutorials/04-AIE-API-based-FFT-for-many-instances-applications/Makefile @@ -8,7 +8,7 @@ ECHO = @echo ################################################################################ # Variables needed for AMD tools version checking, PLEASE DO NOT MODIFY # ################################################################################ -REQUIRED_VERSION = 2025.1 +REQUIRED_VERSION = 2025.2 VITIS_VERSION := $(shell vitis -version 2>/dev/null | grep "Vitis " | sed 's/\*//g') ############## diff --git a/AI_Engine_Development/AIE-ML/Design_Tutorials/04-AIE-API-based-FFT-for-many-instances-applications/README.md b/AI_Engine_Development/AIE-ML/Design_Tutorials/04-AIE-API-based-FFT-for-many-instances-applications/README.md index cee5e6cd2e..ff3fafb4fe 100644 --- a/AI_Engine_Development/AIE-ML/Design_Tutorials/04-AIE-API-based-FFT-for-many-instances-applications/README.md +++ b/AI_Engine_Development/AIE-ML/Design_Tutorials/04-AIE-API-based-FFT-for-many-instances-applications/README.md @@ -15,15 +15,15 @@ # AIE API based FFT for Many Instances Applications on AIE-ML -***Version: Vitis 2025.1*** +***Version: Vitis 2025.2*** ## Introduction This tutorial intends to show how to design a complex Digital Signal Processing application using the AI Engine ML with its exclusive features through Vitis Unified IDE. In the tutorial the GUI flow is used. Moreover, Python scripts are provided to automate project creation and build. To run such Python scripts, first set up your `PLATFORM_REPO_PATHS` environment variable to `$XILINX_VITIS/base_platforms`, then clone this repository, locate inside it, and run the following commands: -- ``vitis -s Step1_3Dbuf.py`` to automate the first hands-on part of the tutorial. -- ``vitis -s Step2_4Dbuf.py`` to automate the second hands-on part of the tutorial. +- `vitis -s Step1_3Dbuf.py` to automate the first hands-on part of the tutorial. +- `vitis -s Step2_4Dbuf.py` to automate the second hands-on part of the tutorial. ### Table of Contents @@ -80,7 +80,7 @@ To thoroughly understand the content of this tutorial, it is necessary to know a For further information, please refer to the following documentation: - [AI Engine-ML Kernel and Graph Programming Guide (UG1603)](https://docs.amd.com/r/en-US/ug1603-ai-engine-ml-kernel-graph) -- [AI Engine API User Guide (UG1529)](https://www.xilinx.com/htmldocs/xilinx2025_1/aiengine_api/aie_api/doc) +- [AI Engine API User Guide (UG1529)](https://www.xilinx.com/htmldocs/xilinx2025_2/aiengine_api/aie_api/doc) - [AI Engine Tools and Flows User Guide (UG1076)](https://docs.amd.com/r/en-US/ug1076-ai-engine-environment) - [Versal Adaptive SoC AIE-ML Architecture Manual (AM020)](https://docs.amd.com/r/en-US/am020-versal-aie-m) - [Versal Adaptive SoC Technical Reference Manual (AM011)](https://docs.amd.com/r/en-US/am011-versal-acap-trm) @@ -150,7 +150,7 @@ The resulting system follows the diagram shown in figure 1, where 128 instances In this section it is explained the rationale of the kernel and graph implementation, that has been done following the coding guidelines found in: - [AI Engine-ML Kernel and Graph Programming Guide (UG1603)](https://docs.amd.com/r/en-US/ug1603-ai-engine-ml-kernel-graph) -- [AI Engine API User Guide (UG1529)](https://www.xilinx.com/htmldocs/xilinx2025_1/aiengine_api/aie_api/doc) +- [AI Engine API User Guide (UG1529)](https://www.xilinx.com/htmldocs/xilinx2025_2/aiengine_api/aie_api/doc) ### Designing the Kernel with the AI Engine API @@ -224,7 +224,7 @@ The file structure of choice to write the kernels is: ##### Twiddles Header File The first header file, that contains all the twiddle factor entries, is a rather long file. Because of the regular structure of the code, and because the mathematical formula to compute the twiddles is well known, the better choice is to generate the header file using a script. -The twiddle generation script, written in Python following the [AIE API](https://www.xilinx.com/htmldocs/xilinx2025_1/aiengine_api/aie_api/doc/group__group__fft.html) guidelines, along with an explanation of its functionalities can be found in the [support twiddles folder](./support/twiddles/) of this repository. +The twiddle generation script, written in Python following the [AIE API](https://www.xilinx.com/htmldocs/xilinx2025_2/aiengine_api/aie_api/doc/group__group__fft.html) guidelines, along with an explanation of its functionalities can be found in the [support twiddles folder](./support/twiddles/) of this repository. In particular, the defined twiddles vectors are organized with two subscripts, the first indicating the FFT stage, and the second indicating the stage entry. Thus for instance, the third entry of the fifth stage of a radix-4 FFT stage will be named *TWID4_2*. Because this project is about a radix-4 staged implementation, the generated header file contains 15 twiddle tables, three per each of the five stages. @@ -601,31 +601,32 @@ To create the AIE-ML project in Vitis Unified IDE, follow those steps: 1. Clone this repository. 2. Open Vitis Unified IDE. 3. Select "Set Workspace" and choose a folder for the project. -4. Create a new AI engine component by either clicking on "Create Component" under the "AI Engine Graph Development" menu, or opening the "File" → "New Component" menu, and clicking on AI Engine, as shown in the following figure. +4. Create a new AI engine component by either clicking on "New AI Engine Component" under the "AI Engine Graph Development" menu, or opening the "File" → "New Component" menu, and clicking on AI Engine, as shown in the following figure. ![AI Engine Component Creation in Vitis Unified IDE](./images/2_1_Vitis.png) > *Fig. 4*: AI Engine Component Creation in Vitis Unified IDE -5. Select the project name and component director and press "next". +5. Select the project name and component directory and press "next". 6. Select "Add folder" and import the `src` folder of this repository. Make sure that `fft1k_128_graph.cpp` is the top-level file and press "next". - ![AIE Component Creation - Source Files Selection](./images/2_2_Vitis.png) - > *Fig. 5*: AIE Component Creation - Source Files Selection + ![AIE Component Creation - Source Files Selection](./images/2_2_Vitis.png) + > *Fig. 5*: AIE Component Creation - Source Files Selection 7. When chosing the hardware, select the VEK280 board-based platform, as shown in the following figure, and press "next", and then "finish". ![AIE Component Creation - Platform Selection](./images/2_3_Vitis.png) > *Fig. 6*: AIE Component Creation - Platform Selection -8. Open the compiler configuration clicking on ```aiecompiler.cfg``` under the AI Engine Component's setting folder on the left hand side of the GUI, then click on AI Engine and set the PL frequency to 500MHz, as decided in the design phase of the tutorial. +8. Open the compiler configuration clicking on `aiecompiler.cfg` under the AI Engine Component's setting folder on the left hand side of the GUI, then click on AI Engine and set the PL frequency to 500MHz, as decided in the design phase of the tutorial. ![Selecting the Programmable Logic Frequency in the AI Engine Compile Settings](./images/2_4_Vitis.png) > *Fig. 7*: Selecting the Programmable Logic Frequency in the AI Engine Compile Settings ### x86 Simulation and Functional Validation 1. Build the x86 simulation for the graph by clicking "Build" under the "X86 SIMULATION" tab on the "FLOW" menu located on the bottom left corner of the GUI. -2. Open the ```launch.json``` simulation configuration file under the "settings" folder of the workspace. +2. Open the `launch.json` simulation configuration file under the "settings" folder of the workspace. 3. Create a new x86 simulation by clicking on "New Launch Configuration", and then "x86sim". -4. Run the simulation by clicking "Run" under the "X86 SIMULATION" tab in the "FLOW" menu. This functional simulation takes the input data from the text files present in the ```./src/verif_i_128```, that represent the 16 PLIOs. - > **Note**: By default the input data is a set of three rectangular waves per each instance. Those files can be replaced the text files present in the three folders in the ``verification/v_inputs`` folder to test also random signals. -5. Check the execution outputs under the ``Output/x86sim/x86simulator_output/verif_o_128`` in the GUI, as shown in the following figure. +4. Run the simulation by clicking "Run" under the "X86 SIMULATION" tab in the "FLOW" menu. This functional simulation takes the input data from the text files present in the `./src/verif_i_128`, that represent the 16 PLIOs. + >**Note**: By default the input data is a set of three rectangular waves per each instance. Those files can be replaced the text files present in the three folders in the `verification/v_inputs` folder to test also random signals. +5. Check the execution outputs under the `Output/x86sim/x86simulator_output/verif_o_128` in the GUI, as shown in the following figure. ![Visualizing the x86 Simulation Output Files](./images/2_5_Vitis.png) + > *Fig. 8*: Visualizing the x86 Simulation Output Files 6. Perform a functional verification using the Python script in the `support/verification` folder of this repository. - - This script analyzes the text files inside the `v_inputs` and `v_outputs` folder and creates some functional verification charts. + - This script analyzes the text files inside the "v_inputs" and "v_outputs" folder and creates some functional verification charts. For more information refer to [this document](./support/verification/Readme.md). - If you did not modify the input files, you can just run the `Basic_verification` Python script with the following terminal command, while being located into the `support/verification` directory: `python -i ./Basic_verification`. - If you replaced the simulator input files, replace also the text files inside the `support/verification/v_inputs` folder with the ones you used, keeping the same names. Then, copy the output files from `[project-folder]/build/x86sim/x86simulato_output/verif_o_128` into the `support/verification/v_outputs` folder and run the python script with the aforementioned command. @@ -633,21 +634,24 @@ To create the AIE-ML project in Vitis Unified IDE, follow those steps: Note that, since this is a fixed point implementation and Numpy performs the FFT with a float datatype, the error could spike when the transform approaches zero. ![Validation Script Graph](./images/2_6_1_Vitis.png) ![Validation Script Graph](./images/2_6_2_Vitis.png) - + > *Fig. 9*: Validation Script Graphs ### AI Engine Simulation, Array and Trace Analysis 1. Build the Hardware project for the graph by clicking on "Build" under the "AIE SIMULATOR / HARDWARE" tab on the "FLOW" menu located on the bottom left corner of the GUI. 2. When the build finishes, under the "REPORTS" tab in the "FLOW" menu, click "array" and check the AI Engine utilization. Observe in particular the mapping and routing for the 64 kernels and of the shared buffers. ![Vitis AI Engine array view of the implemented graph](./images/2_7_Vitis.png) -3. Create a new "AIESim" run in the `launch.json` file, by clicking on the "+" ("Add Configuration") icon at the top of the interface. + > *Fig. 10*: Vitis AI Engine array view of the implemented graph +3. Create a new "AIESim" run in the `launch.json` file, by clicking on the "+" ("Add Configuration") icon at the top of the interface. 4. Enable tracing for the simulation, selecting the "aiesim" run and clicking "Enable Trace". ![Creating a new run and enabling trace for AI Engine simulation](./images/2_8_Vitis.png) + > *Fig. 11*: Creating a new run and enabling trace for AI Engine simulation 5. Run the AI Engine simulation by clicking "Run" under the "AIE SIMULATOR / HARDWARE" tab on the "FLOW" menu. 6. When the simulation ends, open the Trace reports and collapse all the signals, as shown in the following figure. ![Opening and analyzing the AIE simulator trace report](./images/2_9_Vitis.png) + > *Fig. 12*: Opening and analyzing the AIE simulator trace report -> **Note**: The kernels are running for less than 25% of the time, being locked for the remaining time. Moreover, the memory tiles are almost empty because each shared buffer serves four kernels, thus the shared buffer mapping to the memory tiles is highly port-limited. +Observe that the kernels are running for less than 25% of the time, being locked for the remaining time. Moreover, the memory tiles are almost empty because each shared buffer serves four kernels, thus the shared buffer mapping to the memory tiles is highly port-limited. Considering the previous validation steps, it can be concluded that the design is functionally correct, but a further optimization can be performed. Indeed, because the AIE-ML is much faster than the data rate, the computation can be serialized, reducing utilization and power consumption. To look into the optimization step, see the final step of this tutorial. @@ -663,7 +667,7 @@ To do so, a further dimension that represents time, can be added for the shared The resulting code restructuring is minimal and involves the aforementioned reshaping of the shared buffer tensor though a new parameter $\text{KER\\_ILV}$, that expresses the number of times that a kernel must run during the acquisition time, at steady state. The $\text{KER\\_ILV}$ parameter effectively counteracts the $\text{IO\\_ILV}$ effect, decoupling the spatial-temporal interleaving done for the IOs and the one done inside the AIE-ML, enabling seralization. -The graph header file ``fft1k_128_new_graph.h`` contains the new modified code. Note that the only changes done to the code are the following: +The graph header file `fft1k_128_new_graph.h` contains the new modified code. Note that the only changes done to the code are the following: - The shared buffer now has four dimensions: the time dimesion has been added as the third one, and the dimension of the samples (previously the third) is now the fourth. - Every time that $\text{IO\\_ILV}$ appears in the code, it has to be divided by $\text{KER\\_ILV}$. @@ -699,31 +703,40 @@ In the following code block shows an excerpt of the third loop. Note the differe } ``` -To use the new graph, open the ``"fft1k_128_graph.cpp"`` graph source code file and change the first line: - ``#include "fft1k_128_graph.h"`` with ``#include "fft1k_128_new_graph.h"`` +To use the new graph, open the `"fft1k_128_graph.cpp"` graph source code file and change the first line: + `#include "fft1k_128_graph.h"` with `#include "fft1k_128_new_graph.h"` ### x86 Simulation and Functional Validation The steps for building and verifying the project are the same as those for the second part of the tutorial. 1. Build the x86 simulation for the graph by clicking "Build" under the "X86 SIMULATION" tab on the "FLOW" menu located on the bottom left corner of the GUI. -2. Make sure that all the required verification text files are under the ``./src/verif_i_128`` folder, and run the simulation by clicking "Run", under the same tab of the previous step. -3. Copy the graph's outputs text files in the ``Output/x86sim/x86simulator_output/verif_o_128`` folder and paste them into the ``support\verification\v_outputs`` folder to make sure that the verification Python script works on the new output data. -4. Run the Python verification script while being located into the ```support/verification``` directory with the following command ```python -i ./Basic_verification``` and make sure that the results are correct. +2. Make sure that all the required verification text files are under the `./src/verif_i_128` folder, and run the simulation by clicking "Run", under the same tab of the previous step. +3. Copy the graph's outputs text files in the `Output/x86sim/x86simulator_output/verif_o_128` folder and paste them into the `support\verification\v_outputs` folder to make sure that the verification Python script works on the new output data. +4. Run the Python verification script while being located into the `support/verification` directory with the following command `python -i ./Basic_verification` and make sure that the results are correct. ### AI Engine Simulation, Array and Trace analysis The steps for building the hardware and analyzing the reports are the as those for the second part of the tutorial. +An optional step for enhancing the AI Engine compiler's placement is to make use of the *UtilOpt* option. +To do so, open the `aiecompiler.cfg` file under the AI Engine Component's setting folder on the left hand side of the GUI, click on Miscellaneous Chess and add `enableUtilOpt` under the Mapper options, as shown in the figure below. +![Enhancing graph placement with the enableUtilOpt mapper option](./images/3_0_Vitis.png) +> *Fig. 13*: Enhancing graph placement with the enableUtilOpt mapper option + 1. Build the Hardware project for the graph by clicking "Build" under the "AIE SIMULATOR / HARDWARE" tab on the "FLOW" menu located on the bottom left corner of the GUI. 2. When the build finishes, under the reports in the "FLOW" menu, click "array" and check the AI Engine utilization. Observe that the number of kernels is 16 instead of 64, and that there are six well-filled memory tiles, instead of 23 mostly empty. Note that this great reduction in utilization also translates to a huge reduction in dynamic power. ![4D Buffer Implementation's AI Engine Array Report](./images/3_1_Vitis.png) -3. Enable tracing for the simulation by opening the ```launch.json``` configuration file, selecting the "aiesim" run and clicking "Enable Trace". If you modified the ``launch.json`` settings in the second part of the tutorial, skip this step. + > *Fig. 14*: 4D Buffer Implementation's AI Engine Array Report +3. Enable tracing for the simulation by opening the `launch.json` configuration file, selecting the "aiesim" run and clicking "Enable Trace". If you modified the `launch.json` settings in the second part of the tutorial, skip this step. 4. Launch the AIE simulation by clicking "Run" under the "AIE SIMULATOR / HARDWARE" tab on the "FLOW" menu. 5. When the simulation ends, open the Trace reports and collapse all the signals. - > **Note**: The kernels are now running for more than 90% of the time at steady state, as expected. - ![4D buffer Implementation's Trace Report](./images/3_2_Vitis.png) + +Now observe that the kernels are running for more than 90% of the time at steady state, as expected. + +![4D buffer Implementation's Trace Report](./images/3_2_Vitis.png) +> *Fig. 15*: 4D buffer Implementation's Trace Report ## Support diff --git a/AI_Engine_Development/AIE-ML/Design_Tutorials/04-AIE-API-based-FFT-for-many-instances-applications/Step1_3Dbuf.py b/AI_Engine_Development/AIE-ML/Design_Tutorials/04-AIE-API-based-FFT-for-many-instances-applications/Step1_3Dbuf.py index 49ae216bec..77015cbcbe 100644 --- a/AI_Engine_Development/AIE-ML/Design_Tutorials/04-AIE-API-based-FFT-for-many-instances-applications/Step1_3Dbuf.py +++ b/AI_Engine_Development/AIE-ML/Design_Tutorials/04-AIE-API-based-FFT-for-many-instances-applications/Step1_3Dbuf.py @@ -9,7 +9,7 @@ # Current directory and various path variables cwd = os.getcwd()+'/' -vek280_base = os.environ.get('PLATFORM_REPO_PATHS') + '/xilinx_vek280_base_202510_1/xilinx_vek280_base_202510_1.xpfm' +vek280_base = os.environ.get('PLATFORM_REPO_PATHS') + '/xilinx_vek280_base_202520_1/xilinx_vek280_base_202520_1.xpfm' my_workspace = cwd + 'AIEML_API_FFT_Tutorial' sources = cwd + 'src/' diff --git a/AI_Engine_Development/AIE-ML/Design_Tutorials/04-AIE-API-based-FFT-for-many-instances-applications/Step2_4Dbuf.py b/AI_Engine_Development/AIE-ML/Design_Tutorials/04-AIE-API-based-FFT-for-many-instances-applications/Step2_4Dbuf.py index 900f2fba57..22d9316a20 100644 --- a/AI_Engine_Development/AIE-ML/Design_Tutorials/04-AIE-API-based-FFT-for-many-instances-applications/Step2_4Dbuf.py +++ b/AI_Engine_Development/AIE-ML/Design_Tutorials/04-AIE-API-based-FFT-for-many-instances-applications/Step2_4Dbuf.py @@ -9,7 +9,7 @@ # Current directory and various path variables cwd = os.getcwd()+'/' -vek280_base = os.environ.get('PLATFORM_REPO_PATHS') + '/xilinx_vek280_base_202510_1/xilinx_vek280_base_202510_1.xpfm' +vek280_base = os.environ.get('PLATFORM_REPO_PATHS') + '/xilinx_vek280_base_202520_1/xilinx_vek280_base_202520_1.xpfm' my_workspace = cwd + 'AIEML_API_FFT_Tutorial' sources = cwd + 'src/' @@ -28,6 +28,7 @@ # Updating the configuration file aiecomp_cfg = client.get_config_file(fft_component.component_location+'/aiecompiler.cfg') aiecomp_cfg.set_value(section='aie', key='pl-freq', value="500") +aiecomp_cfg.set_value(section='aie', key='Xmapper', value="enableUtilOpt") # Updating the graph file #______________________________________________________________________________ diff --git a/AI_Engine_Development/AIE-ML/Design_Tutorials/04-AIE-API-based-FFT-for-many-instances-applications/images/2_1_Vitis.png b/AI_Engine_Development/AIE-ML/Design_Tutorials/04-AIE-API-based-FFT-for-many-instances-applications/images/2_1_Vitis.png index 6c3803a7a8..3b20b71876 100644 Binary files a/AI_Engine_Development/AIE-ML/Design_Tutorials/04-AIE-API-based-FFT-for-many-instances-applications/images/2_1_Vitis.png and b/AI_Engine_Development/AIE-ML/Design_Tutorials/04-AIE-API-based-FFT-for-many-instances-applications/images/2_1_Vitis.png differ diff --git a/AI_Engine_Development/AIE-ML/Design_Tutorials/04-AIE-API-based-FFT-for-many-instances-applications/images/2_2_Vitis.png b/AI_Engine_Development/AIE-ML/Design_Tutorials/04-AIE-API-based-FFT-for-many-instances-applications/images/2_2_Vitis.png index d662c7ade2..43368550a2 100644 Binary files a/AI_Engine_Development/AIE-ML/Design_Tutorials/04-AIE-API-based-FFT-for-many-instances-applications/images/2_2_Vitis.png and b/AI_Engine_Development/AIE-ML/Design_Tutorials/04-AIE-API-based-FFT-for-many-instances-applications/images/2_2_Vitis.png differ diff --git a/AI_Engine_Development/AIE-ML/Design_Tutorials/04-AIE-API-based-FFT-for-many-instances-applications/images/2_3_Vitis.png b/AI_Engine_Development/AIE-ML/Design_Tutorials/04-AIE-API-based-FFT-for-many-instances-applications/images/2_3_Vitis.png index bf5d19a50b..c2171cacdd 100644 Binary files a/AI_Engine_Development/AIE-ML/Design_Tutorials/04-AIE-API-based-FFT-for-many-instances-applications/images/2_3_Vitis.png and b/AI_Engine_Development/AIE-ML/Design_Tutorials/04-AIE-API-based-FFT-for-many-instances-applications/images/2_3_Vitis.png differ diff --git a/AI_Engine_Development/AIE-ML/Design_Tutorials/04-AIE-API-based-FFT-for-many-instances-applications/images/2_4_Vitis.png b/AI_Engine_Development/AIE-ML/Design_Tutorials/04-AIE-API-based-FFT-for-many-instances-applications/images/2_4_Vitis.png index afddb661ec..97ba63d131 100644 Binary files a/AI_Engine_Development/AIE-ML/Design_Tutorials/04-AIE-API-based-FFT-for-many-instances-applications/images/2_4_Vitis.png and b/AI_Engine_Development/AIE-ML/Design_Tutorials/04-AIE-API-based-FFT-for-many-instances-applications/images/2_4_Vitis.png differ diff --git a/AI_Engine_Development/AIE-ML/Design_Tutorials/04-AIE-API-based-FFT-for-many-instances-applications/images/2_5_Vitis.png b/AI_Engine_Development/AIE-ML/Design_Tutorials/04-AIE-API-based-FFT-for-many-instances-applications/images/2_5_Vitis.png index 00958d681d..97903da91b 100644 Binary files a/AI_Engine_Development/AIE-ML/Design_Tutorials/04-AIE-API-based-FFT-for-many-instances-applications/images/2_5_Vitis.png and b/AI_Engine_Development/AIE-ML/Design_Tutorials/04-AIE-API-based-FFT-for-many-instances-applications/images/2_5_Vitis.png differ diff --git a/AI_Engine_Development/AIE-ML/Design_Tutorials/04-AIE-API-based-FFT-for-many-instances-applications/images/2_7_Vitis.png b/AI_Engine_Development/AIE-ML/Design_Tutorials/04-AIE-API-based-FFT-for-many-instances-applications/images/2_7_Vitis.png index b4bed0b443..982591c261 100644 Binary files a/AI_Engine_Development/AIE-ML/Design_Tutorials/04-AIE-API-based-FFT-for-many-instances-applications/images/2_7_Vitis.png and b/AI_Engine_Development/AIE-ML/Design_Tutorials/04-AIE-API-based-FFT-for-many-instances-applications/images/2_7_Vitis.png differ diff --git a/AI_Engine_Development/AIE-ML/Design_Tutorials/04-AIE-API-based-FFT-for-many-instances-applications/images/2_8_Vitis.png b/AI_Engine_Development/AIE-ML/Design_Tutorials/04-AIE-API-based-FFT-for-many-instances-applications/images/2_8_Vitis.png index 0adf43e454..e35900182d 100644 Binary files a/AI_Engine_Development/AIE-ML/Design_Tutorials/04-AIE-API-based-FFT-for-many-instances-applications/images/2_8_Vitis.png and b/AI_Engine_Development/AIE-ML/Design_Tutorials/04-AIE-API-based-FFT-for-many-instances-applications/images/2_8_Vitis.png differ diff --git a/AI_Engine_Development/AIE-ML/Design_Tutorials/04-AIE-API-based-FFT-for-many-instances-applications/images/2_9_Vitis.png b/AI_Engine_Development/AIE-ML/Design_Tutorials/04-AIE-API-based-FFT-for-many-instances-applications/images/2_9_Vitis.png index 71fe1431a9..bb6e26485e 100644 Binary files a/AI_Engine_Development/AIE-ML/Design_Tutorials/04-AIE-API-based-FFT-for-many-instances-applications/images/2_9_Vitis.png and b/AI_Engine_Development/AIE-ML/Design_Tutorials/04-AIE-API-based-FFT-for-many-instances-applications/images/2_9_Vitis.png differ diff --git a/AI_Engine_Development/AIE-ML/Design_Tutorials/04-AIE-API-based-FFT-for-many-instances-applications/images/3_0_Vitis.png b/AI_Engine_Development/AIE-ML/Design_Tutorials/04-AIE-API-based-FFT-for-many-instances-applications/images/3_0_Vitis.png new file mode 100644 index 0000000000..73d58f57c4 Binary files /dev/null and b/AI_Engine_Development/AIE-ML/Design_Tutorials/04-AIE-API-based-FFT-for-many-instances-applications/images/3_0_Vitis.png differ diff --git a/AI_Engine_Development/AIE-ML/Design_Tutorials/04-AIE-API-based-FFT-for-many-instances-applications/images/3_1_Vitis.png b/AI_Engine_Development/AIE-ML/Design_Tutorials/04-AIE-API-based-FFT-for-many-instances-applications/images/3_1_Vitis.png index 256ad4383d..67b6a0af8a 100644 Binary files a/AI_Engine_Development/AIE-ML/Design_Tutorials/04-AIE-API-based-FFT-for-many-instances-applications/images/3_1_Vitis.png and b/AI_Engine_Development/AIE-ML/Design_Tutorials/04-AIE-API-based-FFT-for-many-instances-applications/images/3_1_Vitis.png differ diff --git a/AI_Engine_Development/AIE-ML/Design_Tutorials/04-AIE-API-based-FFT-for-many-instances-applications/images/3_2_Vitis.png b/AI_Engine_Development/AIE-ML/Design_Tutorials/04-AIE-API-based-FFT-for-many-instances-applications/images/3_2_Vitis.png index 0e76c58f95..afddbd206b 100644 Binary files a/AI_Engine_Development/AIE-ML/Design_Tutorials/04-AIE-API-based-FFT-for-many-instances-applications/images/3_2_Vitis.png and b/AI_Engine_Development/AIE-ML/Design_Tutorials/04-AIE-API-based-FFT-for-many-instances-applications/images/3_2_Vitis.png differ diff --git a/AI_Engine_Development/AIE-ML/Design_Tutorials/05-Softmax-Function/Makefile b/AI_Engine_Development/AIE-ML/Design_Tutorials/05-Softmax-Function/Makefile index 8356047e57..ea5de18f37 100644 --- a/AI_Engine_Development/AIE-ML/Design_Tutorials/05-Softmax-Function/Makefile +++ b/AI_Engine_Development/AIE-ML/Design_Tutorials/05-Softmax-Function/Makefile @@ -8,9 +8,9 @@ ECHO = @echo export TARGET = hw_emu -RELEASE=2025.1 +RELEASE=2025.2 BOARD=vek280 -BASE_NUM=202510_1 +BASE_NUM=202520_1 # Platform Selection... VERSAL_VITIS_PLATFORM = xilinx_${BOARD}\_base_${BASE_NUM} diff --git a/AI_Engine_Development/AIE-ML/Design_Tutorials/05-Softmax-Function/README.md b/AI_Engine_Development/AIE-ML/Design_Tutorials/05-Softmax-Function/README.md index 9f5108fa69..fe6ee5b156 100644 --- a/AI_Engine_Development/AIE-ML/Design_Tutorials/05-Softmax-Function/README.md +++ b/AI_Engine_Development/AIE-ML/Design_Tutorials/05-Softmax-Function/README.md @@ -15,7 +15,7 @@ # Softmax Function -***Version: Vitis 2025.1*** +***Version: Vitis 2025.2*** ## Table of Contents @@ -31,9 +31,8 @@ [Support](#support) - - ## Introduction + Machine Learning is pervasive in just about any modern application. Whereas machine learning tends to infer processing of structured data, the sub-class of deep learning is often applied to unstructured data where more abstraction is required to extract significant features from a data set. Some applications that have proven to benefit from the application of deep learning are natural language processing and image classification, where the relationship between input data and desired output can be exceedingly complex. Deep learning solutions are often created in the form of a neural network, as depicted in the following figure. @@ -77,7 +76,9 @@ $$ which is attractive because no division is required. However, it has been shown that in practice this formula tends to produce larger computational errors [[1]]. ## Computing the Exponential Function + ### IEEE 754 Format Trick + In addition to basic arithmetic operations, softmax computation depends on efficient evaluation of the exponential function. While there are several ways to accomplish this, an attractive alternative is to estimate the exponential function using a trick based on IEEE 754 floating-point format [[2]]. A double-precision, floating-point number represented by IEEE 754 format is shown in the following figure. ![figure3](images/ieee754_format.png) @@ -95,6 +96,7 @@ $$ A factor of $2^{20}$ represents a binary shift necessary to align with the exponent field of the IEEE 754 format. Residual mantissa bits help provide a degree of interpolation between exponent values. The parameter $C$ is a correction factor meant to mitigate estimation error. It was found that a value of $C=60801$ minimizes RMS error [[2]]. This estimation method might be adapted for other variations of floating-point number representations, such as bfloat16 data type. ### Improving Accuracy + While this trick is computationally very efficient, it can result in an estimation error as large as ~4% of the true value. To reclaim lost accuracy, a method was proposed in [[3]] where all 64 bits are used in computation and a correction function $F$ is defined. To derive the solution, begin by expressing the exponential function in the form $$ @@ -112,6 +114,7 @@ $$ as a 64-bit signed integer then reinterpreting the result as a double-precision floating-point value. Since all 64 bits are used, a factor $2^{52}$ is necessary to align to the exponential field of the IEEE 754 format. ### Adapting for bfloat16 Floating-Point + AMD Versal™ Edge Adaptive SoCs primarily contain a variant of AI Engine processor, which has bfloat16 floating-point as a native data type. The structure of a bfloat16 number is shown in the following figure. ![figure4](images/bfloat16_format.png) diff --git a/AI_Engine_Development/AIE-ML/Design_Tutorials/05-Softmax-Function/aie-ml/Makefile b/AI_Engine_Development/AIE-ML/Design_Tutorials/05-Softmax-Function/aie-ml/Makefile index b29b194f01..86fc0e72ba 100644 --- a/AI_Engine_Development/AIE-ML/Design_Tutorials/05-Softmax-Function/aie-ml/Makefile +++ b/AI_Engine_Development/AIE-ML/Design_Tutorials/05-Softmax-Function/aie-ml/Makefile @@ -7,7 +7,7 @@ SRC_DIR := ./src MY_SOURCES := $(shell find $(SRC_DIR) -name *.cpp) $(shell find $(SRC_DIR) -name *.h) -PLATFORM_USE := xilinx_vek280_base_202510_1 +PLATFORM_USE := xilinx_vek280_base_202520_1 PLATFORM := ${PLATFORM_REPO_PATHS}/${PLATFORM_USE}/${PLATFORM_USE}.xpfm diff --git a/AI_Engine_Development/AIE-ML/Design_Tutorials/06-farrow_filter/README.md b/AI_Engine_Development/AIE-ML/Design_Tutorials/06-farrow_filter/README.md index 6f3c345349..16dd753f3a 100644 --- a/AI_Engine_Development/AIE-ML/Design_Tutorials/06-farrow_filter/README.md +++ b/AI_Engine_Development/AIE-ML/Design_Tutorials/06-farrow_filter/README.md @@ -15,7 +15,7 @@ # Migrating Fractional Delay Farrow Filter from AIE to AIE-ML Architecture -***Version: Vitis 2025.1*** +***Version: Vitis 2025.2*** ## Introduction @@ -42,22 +42,24 @@ The design requirements are identical here as you are simply migrating the desig | Coefficients data type | `int16` | | Delay input data type | `int16` | -**IMPORTANT**: Before beginning the tutorial, make sure that you have read and followed the *Vitis Software Platform Release Notes* (v2025.1) for setting up the software and installing the VEK280 base platform. +**IMPORTANT**: Before beginning the tutorial, make sure that you have read and followed the *Vitis Software Platform Release Notes* (v2025.2) for setting up the software and installing the VEK280 base platform. Before starting this tutorial, run the following steps: -1. Set up your platform by running the `xilinx-versal-common-v2025.1/environment-setup-cortexa72-cortexa53-amd-linux` script as provided in the platform download. This script sets up the `SYSROOT` and `CXX` variables. If the script is not present, you _must_ run `xilinx-versal-common-v2025.1/sdk.sh`. -2. Set up your ROOTFS to point to the `xilinx-versal-common-v2025.1/rootfs.ext4`. -3. Set up your IMAGE to point to `xilinx-versal-common-v2025.1/Image`. +1. Set up your platform by running the `xilinx-versal-common-v2025.2/environment-setup-cortexa72-cortexa53-amd-linux` script as provided in the platform download. This script sets up the `SYSROOT` and `CXX` variables. If the script is not present, you _must_ run `xilinx-versal-common-v2025.2/sdk.sh`. +2. Set up your ROOTFS to point to the `xilinx-versal-common-v2025.2/rootfs.ext4`. +3. Set up your IMAGE to point to `xilinx-versal-common-v2025.2/Image`. 4. Set up your `PLATFORM_REPO_PATHS` environment variable based upon where you downloaded the platform. ## Table of Contents + - [Migrating the Design from AIE to AIE-ML architecture](#migrating-the-design-from-aie-to-aie-ml-Architecture) - [Optimizing the Design for Performance](#optimizing-the-design-for-performance) - [Changing the Interface to GMIO](#changing-the-plio-interface-to-gmio-interface) - [Running the Design on the Board](#building-and-running-the-design-on-the-board) ### Objectives + - Migrate the farrow filter from AIE to AIE-ML architecture - Optimize the design to meet the required performance - Modify the interface to GMIO @@ -66,32 +68,49 @@ Before starting this tutorial, run the following steps: - Run the design on the board ### Migrating the Design from AIE to AIE-ML Architecture + #### Change the Project Path + Switch the device from AIE to AIE-ML and then compile the design to ensure it compiles without errors. \ Enter the following command to navigate to the project path of the final AIE design: + ``` cd /designs/farrow_final_aie ``` + Make sure to set the `PLATFORM_REPO_PATHS` environment variable. #### Source the Vitis Tool + Enter the following command to source the Vitis tool: + ``` -source //Vitis/2025.1/settings.sh +source //Vitis/2025.2/settings.sh ``` + #### Update the Makefile to switch the device from AIE to AIE-ML. + Open the Makefile and modify the device from AIE to AIE-ML as shown below: + ``` -PLATFORM_USE := xilinx_vek280_base_202510_1 +PLATFORM_USE := xilinx_vek280_base_202520_1 ``` + Save the file. + #### Compile the Design for x86 Simulation + Enter the following command to compile for x86 simulation: + ``` make x86compile + ``` + Notice the compilation error as shown below: + ``` + In file included from wrap_farrow_kernel1.cpp:2: ./../../farrow_kernel1.cpp:58:19: error: constraints not satisfied for alias template 'sliding_mul_sym_xy_ops' [with Lanes = 8, Points = 8, CoeffStep = 1, DataStepXY = 1, CoeffType = short, DataType = cint16, AccumTag = cacc48] 58 | acc_f3 = aie::sliding_mul_sym_xy_ops<8,8,1,1,int16,cint16>::mul_antisym(f_coeffs,0,v_buff,9); @@ -100,11 +119,15 @@ In file included from wrap_farrow_kernel1.cpp:2: 1154 | requires(arch::is(arch::AIE)) | ^ + ``` + ##### What does the compile error indicate? + The error message indicates that the AIE API **sliding_mul_sym_xy_ops<>** only supports the AIE architecture and not AIE-ML. You can see the error as `'arch::is(arch::AIE)' evaluated to false` ##### Why is the AIE API **sliding_mul_sym_xy_ops<>** not supported for AIE-ML? + This API uses only half the tap values because it uses the pre-adder to compute the rest of the samples. Based on the comparison provided between the AIE and AIE-ML architectures regarding fixed-point multiplication paths, it appears that the AIE architecture utilizes a pre-adder mechanism that is absent in the AIE-ML architecture. @@ -112,13 +135,15 @@ Based on the comparison provided between the AIE and AIE-ML architectures regard ![Pipeline Diagram for AIE and AIE-ML](./images/Pipeline_Diagram_of_AIE_and_AIE-ML.png) ##### How to fix this for AIE-ML? -Additional AIE APIs that can make full use of the tap values for computation need to be identified. One such API is `aie::sliding_mul_ops;`. You should now adjust the parameter values according to the API details provided in the documentation in the this link **[AIE APIs Special Multiplication](https://download.amd.com/docnav/aiengine/xilinx2025_1/aiengine_api/aie_api/doc/group__group__mul__special.html#structaie_1_1sliding__mul__ops)**. + +Additional AIE APIs that can make full use of the tap values for computation need to be identified. One such API is `aie::sliding_mul_ops;`. You should now adjust the parameter values according to the API details provided in the documentation in the this link **[AIE APIs Special Multiplication](https://download.amd.com/docnav/aiengine/xilinx2025_2/aiengine_api/aie_api/doc/group__group__mul__special.html#structaie_1_1sliding__mul__ops)**. The following figure shows the supported parameters type (coeff x data) for AIE and AIE-ML architecture. **coeff** is *int16* and **data** is *cint16*. ![AIE API Parameters](./images/AIE_API_Parameters.png) ### Initial Porting of Farrow Filter to AIE-ML + #### Modify the Kernel code using AIE API aie::sliding_mul_ops<> The parameters for **aie:sliding_mul_ops<>** are Lanes, Points, CoeffStep, DataStepX, DataStepY, CoeffType, DataType, AccumTag. @@ -137,10 +162,13 @@ Other parameters use the same value used for AIE architecture:\ So, it will be as follows **aie::sliding_mul_ops<16, 8, 1, 1, 1,int16,cint16>;** Enter the following command to navigate to the project path of the design: + ``` cd ../farrow_port_initial ``` + Review the kernel code located under `/designs/farrow_port_initial/farrow_kernel1.cpp` file. The necessary changes are already made. Study the code and observe the following changes: + - Accumulator size has been changed to `cacc64` (acc_f3, acc_f2, acc_f1, acc_f0) as per the AIE API. - Load the full coefficient values (f_coeffs). - Vector iterator size updated for 16 lanes (p_sig_i, p_y3, p_y2, p_y2, p_y0), compared to eight lanes in AIE code. @@ -158,56 +186,69 @@ No changes to the `farrow_kernel2.cpp` file. After finishing the review of the kernel code, proceed to compile and then simulate the design. #### Compile and Simulate the Design + Enter the following command to compile (x86compile) and simulate (x86sim) to verify the functional correctness of the design: + ``` $ make x86compile $ make x86sim ``` + The first command compiles the graph code for simulation on an x86 processor, the second command runs the simulation. To verify the results, make sure you have already invoked MATLAB in your command line and run the following command: + ``` $ make check_sim_output_x86 ``` + This command invokes MATLAB to compare the simulator output against golden test vectors. The console should output `Max error LSB = 1`. To understand the performance of your initial implementation, you can perform AI Engine emulation using the SystemC simulator by entering the following sequence of commands: + ``` $ make compile $ make sim $ make check_sim_output_aie ``` + The first command compiles graph code for the SystemC simulator, the second command runs the AIE simulation, and the final command invokes MATLAB to compare the simulation output with test vectors and compute raw throughput. The average throughput for the IO ports is displayed at the end of AIE simulation. + After the final command execution, the console should output as below: + ``` -Raw Throughput = 438.8 MSPS +Raw Throughput = 449.0 MSPS Max error LSB = 1 ``` + #### Analyze the Reports Enter the following command to launch the Vitis Analyzer and review the reports. + ``` $ vitis_analyzer aiesimulator_output/default.aierun_summary ``` + Select the `Graph` view. ![Initial_Port_Graph](./images/Initial_Port_Graph.png) The Graph view shows the kernels in the graph and the input/output ports of the graph. Select the I/O tabs as shown in the above diagram. Observe the Throughput column in the I/O tab. -The output PLIO port throughput shows the value 1755.227974 MBYTES PER SEC (MBPS). To get the throughput in Sample per second, this throughput needs to be divided by four because the data type used is `cint16`, which is four bytes in size. This gives a throughput value of 438.8 MSPS. +The output PLIO port throughput shows the value 1795.8611 MBYTES PER SEC (MBPS). To get the throughput in Sample per second, this throughput needs to be divided by four because the data type used is `cint16`, which is four bytes in size. This gives a throughput value of 449.0 MSPS. -A more accurate throughput measurement can be made by measuring the steady state achieved in the final graph iteration. In vitis_analyzer, select the trace view and set markers to measure the throughput of this final iteration as shown below. Because each graph iteration processes 1024 samples, throughput = 1024/2.839 = 360.69 MSPS. +A more accurate throughput measurement can be made by measuring the steady state achieved in the final graph iteration. In vitis_analyzer, select the trace view and set markers to measure the throughput of this final iteration as shown below. Because each graph iteration processes 1024 samples, throughput = 1024/2.77 = 369.68 MSPS. Note: In the graph, select the output port which will show the net name, in this case it is net6. Then select the `Trace` view, which will show the selected net. ![Initial_Port_Graph](./images/Initial_Port_Trace.png) -The design requirement is to reach 1 GSPS, but the current performance is only **360.69 MSPS**. +The design requirement is to reach 1 GSPS, but the current performance is only **369.68 MSPS**. Close the Vitis Analyzer. ##### How to find the bottleneck in the design? + Begin by examining the compiler report for each kernel to assess its performance. In the context of AI Engine processors, Initiation Interval (II) is defined as how often (in cycles) a new iteration of the loop can start. @@ -217,9 +258,10 @@ For example, if a new iteration of the loop can start every II=16 cycles, and ea Assuming your AI Engine clock is 1.25 GHz, that means your throughput can potentially reach 1.25 GSPS excluding any processor overhead. Output throughput is defined as the number of samples produced from your kernel per second. ##### How to determine the II required for farrow_kernel1? + Navigate to the compiler reports for each tile located at `designs/farrow_port_initial/Work/aie`. -The *farrow_kernel1* is specifically implemented on tile `19_0`. Locate the `19_0.log` file within the `19_0` folder. Search for "minimum length due to resources" in this file. The AIE Compiler optimizes in three stages; use the results from the final stage output. Each loop iteration takes *II=108 cycles*. +The *farrow_kernel1* is specifically implemented on tile `19_0`. Locate the `19_0.log` file within the `19_0` folder. Search for "minimum length due to resources" in this file. The AIE Compiler optimizes in three stages; use the results from the final stage output. Each loop iteration takes *II=112 cycles*. In `designs/farrow_port_initial/farrow_kernel1.cpp`, examine line 55 where the loop is implemented. This loop processes 32 samples per iteration, equivalent to BUFFER_SIZE/32 = 1024 samples/32 => 32 samples. Therefore, the goal is to achieve an II of 32. @@ -227,7 +269,7 @@ In `designs/farrow_port_initial/farrow_kernel1.cpp`, examine line 55 where the l #### First Optimization -After reviewing the previous analysis, it is evident that the kernel requires II=102 cycles to execute each loop iteration. Now, explore strategies to optimize the `farrow_kernel1.cpp` kernel to achieve an II of 32. +After reviewing the previous analysis, it is evident that the kernel requires II=112 cycles to execute each loop iteration. Now, explore strategies to optimize the `farrow_kernel1.cpp` kernel to achieve an II of 32. In the `designs/farrow_port_initial/farrow_kernel1.cpp` file, within the for loop located at line number 55, the kernel currently performs four filter operations. To optimize, we propose splitting these operations; execute two filter operations in one tile and the remaining two in another tile. @@ -235,14 +277,16 @@ Compare the code below. The initial version using four filter operations versus ![Farrow_Inital_and_opt_1](./images/Farrow_inital_and_opt_1.png) - ##### Enhancing Performance Through Computation Split Across Multiple Tiles + By dividing the computations across multiple tiles, each kernel is tasked with fewer operations. Instead of handling four filters, each kernel now manages only two filter operations. This adjustment has the potential to enhance the II, thereby improving overall performance. Enter the following command to change project path: + ``` cd ../farrow_opt_1 ``` + Review the kernel code `farrow_kernel1.cpp` and `farrow_kernel1.h` located under the `farrow_opt_1` directory. - `farrow_kernel1.cpp` - Only two filters operations are done @@ -257,65 +301,71 @@ Review the graph code `farrow_graph.h` located under the `farrow_opt_1` director - Observe the connections made between the kernels #### Compile and Simulate the Design + Enter the following command to compile (x86compile) and simulate (x86sim) to verify the functional correctness of the design: + ``` $ make x86compile $ make x86sim $ make check_sim_output_x86 ``` + The console should output `Max error LSB = 1`. To understand the performance of your initial implementation, you can perform AI Engine emulation using the SystemC simulator by entering the following sequence of commands: + ``` $ make compile $ make sim $ make check_sim_output_aie ``` + The console should output as below: + ``` -Raw Throughput = 755.4 MSPS +Raw Throughput = 754.9 MSPS Max error LSB = 1 ``` -This design was able to reach 755.4 MSPS. But still it does not meet goal of 1 GSPS. -Note: In trace view, the measured throughput is 1024/1.535 = 667.1 MSPS. +This design was able to reach 754.9 MSPS. But still it does not meet goal of 1 GSPS. +Note: In trace view, the measured throughput is 1024/1.535 = 664.7 MSPS. Run the script which will read the II from the compiler log for each tile. + ``` $ make get_II ``` + The console should output as below: + ``` *** [LOOP_II] *** Tile 19_0 minII = 29 achieves II = 29 *** [LOOP_II] *** Tile 19_0 minII = 29 achieves II = 29 -*** [LOOP_II] *** Tile 19_0 minII = 29 achieves II = 29 -*** [LOOP_II] *** Tile 19_0 minII = 29 achieves II = 29 -*** [LOOP_II] *** Tile 19_2 minII = 6 achieves II = 6 -*** [LOOP_II] *** Tile 19_2 minII = 6 achieves II = 6 *** [LOOP_II] *** Tile 19_2 minII = 6 achieves II = 6 *** [LOOP_II] *** Tile 19_2 minII = 6 achieves II = 6 *** [LOOP_II] *** Tile 19_2 minII = 6 achieves II = 6 -*** [LOOP_II] *** Tile 19_2 minII = 6 achieves II = 6 -*** [LOOP_II] *** Tile 19_4 minII = 29 achieves II = 29 -*** [LOOP_II] *** Tile 19_4 minII = 29 achieves II = 29 *** [LOOP_II] *** Tile 19_4 minII = 29 achieves II = 29 *** [LOOP_II] *** Tile 19_4 minII = 29 achieves II = 29 ``` + The implementation of `farrow_kernel1.cpp` spans across tiles 19_0 and 19_4 to perform four filter computations. According to the kernel `farrow_kernel1.cpp`, it contains two `for loops`, each with an II of 29. Consequently, it necessitates 58 cycles for each loop iteration. But the goal is to achieve an II of 32 to achieve 1 GSPS. Close the Vitis Analyzer. #### Second Optimization + The previous setup employs three tiles: two tiles for filters and another for final computations. -As you noticed, the performance has been improved from 371.5 MSPS to 667.1 MSPS. The II has been reduced from 105 to 58 cycles. But the required goal of 1 GSPS has not yet been achieved. +As you noticed, the performance has been improved from 369.68 MSPS to 664.9 MSPS. The II has been reduced from 112 to 58 cycles. But the required goal of 1 GSPS has not yet been achieved. Instead of managing two filters per tile, each kernel will now handle just one filter operation. You will use four tiles to carry out each filter operation. This adjustment could improve the II and enhance overall performance. Enter the following command to change the project path: + ``` cd ../farrow_opt_2 ``` + Review the kernel code `farrow_kernel1.cpp` and `farrow_kernel1.h` located under the `farrow_opt_2` directory. - farrow_kernel1.cpp - Only one filter operation is performed @@ -327,39 +377,49 @@ Review the graph code `farrow_graph.h` located under the `farrow_opt_2` director - Observe the connections made between the kernels #### Compile and Simulate the Design + Enter the following command to compile (x86compile) and simulate (x86sim) to verify the functional correctness of the design: + ``` $ make x86compile $ make x86sim $ make check_sim_output_x86 ``` + The console should output `Max error LSB = 1`. To understand the performance of your initial implementation, you can perform AI Engine emulation using the SystemC simulator by entering the following sequence of commands: + ``` $ make compile $ make sim $ make check_sim_output_aie ``` + The console should output as below: + ``` -Raw Throughput = 1062.2 MSPS +Raw Throughput = 1060.9 MSPS Max error LSB = 1 ``` + #### Analyze the Reports + Enter the following command to launch the Vitis Analyzer and review the reports. ``` $ vitis_analyzer aiesimulator_output/default.aierun_summary ``` + ![Farrow_Opt2_Graph](./images/Farrow_Opt2_Graph.png) + Graph view shows the five kernels (four for filters and one for final computation). Select the I/O tabs as shown in the above diagram. Observe the Throughput column in the I/O tab. -The output PLIO port throughput shows the value 4248.962656. This throughput value needs to be divided by four because the data type used is `cint16`, which is four bytes in size. You will get the throughput value as 1062.2 MSPS. +The output PLIO port throughput shows the value 4243.680066. This throughput value needs to be divided by four because the data type used is `cint16`, which is four bytes in size. You will get the throughput value as 1060.9 MSPS. A more accurate throughput measurement can be made by measuring the steady state achieved in the final graph iteration. In vitis_analyzer, select the trace view and set markers to measure the throughput of this final iteration as shown below. -Because each graph iteration processes 1024 samples, throughput is 1024/1.012 = **1011.8 MSPS**. +Because each graph iteration processes 1024 samples, throughput is 1024/1.015 = **1008.9 MSPS**. Note: In the graph, select the output port which will show the net name, in this case it is net9. ![Farrow_Opt2_Trace](./images/Farrow_Opt2_Trace.png) @@ -369,25 +429,19 @@ The design was able to meet the desired 1 GSPS. After reviewing the report, close the Vitis Analyzer. Run the script which will read the II from the compiler log for each tiles. + ``` $ make get_II ``` + The console should output as below: ``` *** [LOOP_II] *** Tile 18_1 minII = 29 achieves II = 29 -*** [LOOP_II] *** Tile 18_1 minII = 29 achieves II = 29 -*** [LOOP_II] *** Tile 19_0 minII = 29 achieves II = 29 *** [LOOP_II] *** Tile 19_0 minII = 29 achieves II = 29 *** [LOOP_II] *** Tile 19_1 minII = 29 achieves II = 29 -*** [LOOP_II] *** Tile 19_1 minII = 29 achieves II = 29 -*** [LOOP_II] *** Tile 19_2 minII = 6 achieves II = 6 *** [LOOP_II] *** Tile 19_2 minII = 6 achieves II = 6 *** [LOOP_II] *** Tile 19_2 minII = 6 achieves II = 6 -*** [LOOP_II] *** Tile 19_2 minII = 6 achieves II = 6 -*** [LOOP_II] *** Tile 19_2 minII = 6 achieves II = 6 -*** [LOOP_II] *** Tile 19_2 minII = 6 achieves II = 6 -*** [LOOP_II] *** Tile 19_4 minII = 29 achieves II = 29 *** [LOOP_II] *** Tile 19_4 minII = 29 achieves II = 29 ``` @@ -397,9 +451,9 @@ The implementation of `farrow_kernel1.cpp` spans across tiles 18_1, 19_0, 19_1, | Design | Number of Tiles | Throughput | |---------------------|-----------------|-------------| -| farrow_port_initial | 2 | 360.6 MSPS | -| farrow_opt_1 | 3 | 667.1 MSPS | -| farrow_opt_2 | 5 | 1011.8 MSPS | +| farrow_port_initial | 2 | 369.7 MSPS | +| farrow_opt_1 | 3 | 664.9 MSPS | +| farrow_opt_2 | 5 | 1008.9 MSPS | Note: Throughput values are measured from Trace. @@ -409,10 +463,12 @@ A `input_gmio` or `output_gmio` object is used to make external memory-mapped co Now, we will change the PLIO interface to GMIO interface and do the necessary changes to the graph and test bench (`farrow_graph.h` and `farrow_app_adf.cpp`). Enter the following command to change project path: + ``` cd ../farrow_gmio/aie_ml ``` -Review the `farrow_graph.h` file. Observe the `class dut_graph` where the input and output ports are declared as GMIO. + +Review the `farrow_graph.h` file. Observe the `class dut_graph` where the input and output ports are declared as GMIO. ```sig_i = input_gmio::create("sig_i", 256, 1000);``` @@ -424,94 +480,115 @@ In Linux, the virtual address passed to GMIO::gm2aie_nb, GMIO::aie2gm_nb, GMIO:: 1. Memory allocated by `GMIO::malloc` for input and ouput data as shown below. -``` + ``` short int* sig_i_Array=(short int*)GMIO::malloc(BLOCK_SIZE_sig_in_Bytes); int32* del_i_Array=(int32*)GMIO::malloc(BLOCK_SIZE_del_in_Bytes); short int* sig_o_Array=(short int*)GMIO::malloc(BLOCK_SIZE_out_Bytes); -``` + ``` 2. Copy the test vectors to the allocated memory. -``` + + ``` /* Copy the samples to the buffer */ memcpy(sig_i_Array, input_sig_i, BLOCK_SIZE_sig_in_Bytes); /* Copy the delay values to the buffer */ memcpy(del_i_Array, input_del_i,BLOCK_SIZE_del_in_Bytes); -``` + ``` + 3. Initiate the memory-mapped AXI4 transactions for the AI Engine_ML to read from DDR memory spaces. -``` + + ``` aie_dut.sig_i.gm2aie_nb(sig_i_Array, BLOCK_SIZE_sig_in_Bytes); aie_dut.del_i.gm2aie_nb(del_i_Array, BLOCK_SIZE_del_in_Bytes); -``` + ``` + - The first argument `sig_i_Array` is the pointer to the start address of the memory space for the transaction - The second argument is the transaction size in bytes. 4. Similarly, `aie2gm()` is used to initiate memory-mapped AXI4 transactions for the AI Engine-ML to write to DDR memory spaces. -``` -aie_dut.sig_o.aie2gm(sig_o_Array, BLOCK_SIZE_out_Bytes); -``` -`aie_dut.sig_o.aie2gm_nb()` is a non-blocking function in a sense that it returns immediately when the transaction is issued, that is, it does not wait for the transaction to complete. + + ``` + aie_dut.sig_o.aie2gm(sig_o_Array, BLOCK_SIZE_out_Bytes); + ``` + + `aie_dut.sig_o.aie2gm_nb()` is a non-blocking function in a sense that it returns immediately when the transaction is issued, that is, it does not wait for the transaction to complete. 5. The results are compared with the golden values and printed out. 6. When PS has completed processing, the memory space allocated by GMIO::malloc can be released by GMIO::free. -``` + + ``` GMIO::free(sig_i_Array); GMIO::free(del_i_Array); GMIO::free(sig_o_Array); -``` + ``` #### Compile and Simulate the Design Enter the following command to compile (x86compile) and simulate (x86sim) to verify the functional correctness of the design: + ``` $ make x86compile $ make x86sim $ make check_sim_output ``` + The console should output as below: + ``` Max error LSB = 1 ``` + In the PLIO design, the simulator outputs data to a file, while in GMIO, the data is written to memory. For GMIO, first read the output from global memory and then write it to a file. You can perform AI Engine emulation using the SystemC simulator by entering the following sequence of commands: + ``` $ make compile $ make sim $ make check_sim_output ``` + The console should output as below: + ``` Max error LSB = 1 ``` ### Building and Running the Design on the Board -#### Review of Tool Flow +#### Review of Tool Flow + The diagram below illustrates the entire Vitis tool flow, encompassing the development stages for AI kernels, PL kernels, and PS code. Once the development of AIE kernels and PL kernels is completed, the subsequent step involves linking `libadf.a` and all `.xo` kernels with the designated platform. Following the linking stage, the output of the linker, which includes `.xsa` and `host.exe`, is packaged together to generate `.xclbin` and the `SD card image` required for programming the SD card. ![Tool_Flow](./images/Tool_Flow.png) #### Setup and Initialization -IMPORTANT: Before beginning the tutorial ensure you have installed AMD Vitis™ 2024.2 software. Ensure you have downloaded the Common Images for Embedded Vitis Platforms from this link. -https://www.xilinx.com/support/download/index.html/content/xilinx/en/downloadNav/embedded-platforms/2025-1.html +IMPORTANT: Before beginning the tutorial ensure you have installed AMD Vitis™ 2025.2 software. Ensure you have downloaded the Common Images for Embedded Vitis Platforms from this link. + +https://www.xilinx.com/support/download/index.html/content/xilinx/en/downloadNav/embedded-platforms/2025-2.html Set the environment variable ```COMMON_IMAGE_VERSAL``` to the full path where you have downloaded the Common Images. The remaining environment variables are configured in the top level Makefile ```/designs/farrow_gmio/Makefile```. ##### Host Code with XRT APIs + It is recommended to use the XRT APIs for the host code. The host code has been modified with XRT API. Review the code and then build the project and run it on board. Enter the following command to change project path: + ``` $ cd ../ps_apps/hw_emu ``` + Review the `host.cpp` file. The XRT APIs are used and XRT profiling is also used to measure the throughput of the design. ###### Hardware Emulation + Enter the following command to build the design for hardware emulation: + ``` $ cd /designs/farrow_gmio/ $ make clean all TARGET=hw_emu @@ -520,6 +597,7 @@ $ make clean all TARGET=hw_emu This will take about 15 minutes to run. The build process will generate a folder `designs/farrow-gmio/package` containing all the files required for hardware emulation. Enter the following command to run hardware emulation: + ``` $ cd /designs/farrow_gmio/package $ ./launch_hw_emu.sh -run-app embedded_exec.sh @@ -536,8 +614,8 @@ PASSED: xrt::aie::profiling handle(my_device); INFO: Started profiling timers... PASSED: my_graph.run( ITERATION=4 ) -Throughput of the graph: 4247.2 MB/s -Throughput of the graph: 1061.8 MSPS +Throughput of the graph: 4241.92 MB/s +Throughput of the graph: 1060.48 MSPS ... ``` @@ -549,6 +627,7 @@ After the hardware emulation run is complete, you can analyze the reports in Vit ###### Hardware Run Enter the following command to build the design for hardware emulation: + ``` $ cd /designs/farrow_gmio/ $ make clean all TARGET=hw @@ -569,8 +648,8 @@ PASSED: xrt::aie::profiling handle(my_device); INFO: Started profiling timers... PASSED: my_graph.run( ITERATION=4 ) -Throughput of the graph: 4499.12 MB/s -Throughput of the graph: 1124.78 MSPS +Throughput of the graph: 4497.15 MB/s +Throughput of the graph: 1124.29 MSPS --- PASSED --- GMIO transactions finished @@ -579,18 +658,21 @@ GMIO transactions finished Note: You can safely ignore the warnings. ## Comparison of AIE vs AIE-ML Farrow Filter Design Implementation + The following table compares the implementation of a farrow filter in AIE and AIE-ML architectures. This indicates that approximately twice the number of tiles is required for kernel computation in AIE_ML compared to the AIE architecture to achieve the same performance. + | Design | Tiles for AIE Kernels | Tiles for Buffers | Total Tiles | Throughput | Relative MSPS per tile | |------------------------|-----------------------|-------------------|-------------|---------------------|------------------------| | farrow - AIE (PLIO) | 2 | 5 | 5 | 1138 MSPS (HW_EMU) | 227.6 | -| farrow - AIE-ML (GMIO) | 5 | 9 | 9 | 1061 MSPS (HW_EMU) | 124.8 | +| farrow - AIE-ML (GMIO) | 5 | 8 | 8 | 1061 MSPS (HW_EMU) | 132.6 | -```* Total Tiles: Represents the total count of tiles, including those that have both kernels and buffers within the same tile.``` +**Note:**Total Tiles: Represents the total count of tiles, including those that have both kernels and buffers within the same tile. ## Conclusion This tutorial has demonstrated the following: + - How to migrate the design from AI Engine to AIE-ML architecture. - How to optimize the design to meet the required sampling rate. - Using the GMIO interface and host code with XRT APIs. diff --git a/AI_Engine_Development/AIE-ML/Design_Tutorials/06-farrow_filter/designs/farrow_final_aie/Makefile b/AI_Engine_Development/AIE-ML/Design_Tutorials/06-farrow_filter/designs/farrow_final_aie/Makefile index 6bbc845cdb..ac85701dfc 100755 --- a/AI_Engine_Development/AIE-ML/Design_Tutorials/06-farrow_filter/designs/farrow_final_aie/Makefile +++ b/AI_Engine_Development/AIE-ML/Design_Tutorials/06-farrow_filter/designs/farrow_final_aie/Makefile @@ -6,7 +6,7 @@ AIE_SIM_ONLY ?= true -PLATFORM_USE := xilinx_vck190_base_202510_1 +PLATFORM_USE := xilinx_vck190_base_202520_1 PLATFORM := ${PLATFORM_REPO_PATHS}/${PLATFORM_USE}/${PLATFORM_USE}.xpfm MY_APP = farrow_app.cpp diff --git a/AI_Engine_Development/AIE-ML/Design_Tutorials/06-farrow_filter/designs/farrow_gmio/Makefile b/AI_Engine_Development/AIE-ML/Design_Tutorials/06-farrow_filter/designs/farrow_gmio/Makefile index 31322e5f24..760043eaa4 100755 --- a/AI_Engine_Development/AIE-ML/Design_Tutorials/06-farrow_filter/designs/farrow_gmio/Makefile +++ b/AI_Engine_Development/AIE-ML/Design_Tutorials/06-farrow_filter/designs/farrow_gmio/Makefile @@ -9,10 +9,10 @@ export TARGET ?= hw_emu export AIE_SIM_ONLY := false -PLATFORM_USE := xilinx_vek280_base_202510_1 +PLATFORM_USE := xilinx_vek280_base_202520_1 PLATFORM := ${PLATFORM_REPO_PATHS}/${PLATFORM_USE}/${PLATFORM_USE}.xpfm -#export COMMON_IMAGE_VERSAL = < PATH to xilinx-versal-common-v2025.1 > +#export COMMON_IMAGE_VERSAL = < PATH to xilinx-versal-common-v2025.2 > export PLATFORM = ${PLATFORM_PATH}/${PLATFORM_NAME}/export/${PLATFORM_NAME}/${PLATFORM_NAME}.xpfm export SYSROOT = ${COMMON_IMAGE_VERSAL}/sysroots/cortexa72-cortexa53-amd-linux export KERNEL_IMAGE = ${COMMON_IMAGE_VERSAL}/Image diff --git a/AI_Engine_Development/AIE-ML/Design_Tutorials/06-farrow_filter/designs/farrow_gmio/aie_ml/Makefile b/AI_Engine_Development/AIE-ML/Design_Tutorials/06-farrow_filter/designs/farrow_gmio/aie_ml/Makefile index 135bbc74e4..3db6e398d4 100755 --- a/AI_Engine_Development/AIE-ML/Design_Tutorials/06-farrow_filter/designs/farrow_gmio/aie_ml/Makefile +++ b/AI_Engine_Development/AIE-ML/Design_Tutorials/06-farrow_filter/designs/farrow_gmio/aie_ml/Makefile @@ -6,8 +6,8 @@ AIE_SIM_ONLY ?= true -# PLATFORM_USE := xilinx_vck190_base_202410_1 -PLATFORM_USE := xilinx_vek280_base_202410_1 +# PLATFORM_USE := xilinx_vck190_base_202520_1 +PLATFORM_USE := xilinx_vek280_base_202520_1 PLATFORM := ${PLATFORM_REPO_PATHS}/${PLATFORM_USE}/${PLATFORM_USE}.xpfm MY_APP = farrow_app_adf.cpp diff --git a/AI_Engine_Development/AIE-ML/Design_Tutorials/06-farrow_filter/designs/farrow_gmio/ps_apps/hw_emu/host.cpp b/AI_Engine_Development/AIE-ML/Design_Tutorials/06-farrow_filter/designs/farrow_gmio/ps_apps/hw_emu/host.cpp index 6f7bfd48cd..9ff8330345 100755 --- a/AI_Engine_Development/AIE-ML/Design_Tutorials/06-farrow_filter/designs/farrow_gmio/ps_apps/hw_emu/host.cpp +++ b/AI_Engine_Development/AIE-ML/Design_Tutorials/06-farrow_filter/designs/farrow_gmio/ps_apps/hw_emu/host.cpp @@ -24,8 +24,8 @@ static const char* STR_PASSED = "PASSED: "; static const char* STR_USAGE = "USAGE: "; static const char* STR_INFO = "INFO: "; -static constexpr double TARGET_THROUGHPUT = 1061; // Measured in HW_EMU 2025.1 - 1061 -// TARGET_THROUGHPUT = 1124; // Measured in HW 2025.1 // Keep this as reference for future tool performance +static constexpr double TARGET_THROUGHPUT = 1061; // Measured in HW_EMU 2025.2 - 1061 +// TARGET_THROUGHPUT = 1124; // Measured in HW 2025.2 // Keep this as reference for future tool performance typedef int TDATA; diff --git a/AI_Engine_Development/AIE-ML/Design_Tutorials/06-farrow_filter/designs/farrow_gmio/vitis/Makefile b/AI_Engine_Development/AIE-ML/Design_Tutorials/06-farrow_filter/designs/farrow_gmio/vitis/Makefile index 03ab555797..85ac7d942b 100644 --- a/AI_Engine_Development/AIE-ML/Design_Tutorials/06-farrow_filter/designs/farrow_gmio/vitis/Makefile +++ b/AI_Engine_Development/AIE-ML/Design_Tutorials/06-farrow_filter/designs/farrow_gmio/vitis/Makefile @@ -9,7 +9,7 @@ ECHO := @echo TARGET ?= hw # Platform Selection... -VERSAL_VITIS_PLATFORM = xilinx_vek280_base_202510_1 +VERSAL_VITIS_PLATFORM = xilinx_vek280_base_202520_1 VITIS_PLATFORM_DIR = ${PLATFORM_REPO_PATHS}/${VERSAL_VITIS_PLATFORM} VITIS_PLATFORM_XPFM = ${VITIS_PLATFORM_DIR}/${VERSAL_VITIS_PLATFORM}.xpfm @@ -30,12 +30,13 @@ DATA_DIR := ../aie_ml GRAPH_O := ${IP_DIR}/libadf.a XSA := my.xsa # STIMULUS_IO := ${DATA_DIR}/input_sig_i.h ${DATA_DIR}/del_i_optimized.txt ${DATA_DIR}/sig_o.txt -XRT_INI := xrt.ini +XRT_INI := xrt.ini PS_EXE := ../ps_apps/hw_emu/host.exe SD_CARD := $(abspath ../package) BUILD_DIR := build_${TARGET} +export EMBD_EXC := embedded_exec.sh SYSTEM_CFG := system.cfg .PHONY: clean all @@ -62,8 +63,22 @@ ${BUILD_DIR}/${XSA}: ${BUILD_DIR} ${GRAPH_O} ${SYSTEM_CFG} ../${GRAPH_O} \ --output ${XSA} \ 2>&1 | tee vpp_link.log - -${SD_CARD}: ${BUILD_DIR}/${XSA} ${PS_EXE} ${GRAPH_O} ${KERNEL_IMAGE} ${ROOTFS} + +${EMBD_EXC}: + @echo "#!/bin/bash" >> ${EMBD_EXC} + @echo "#" >> ${EMBD_EXC} + @echo "# Copyright (C) 2024, Advanced Micro Devices, Inc. All rights reserved." >> ${EMBD_EXC} + @echo "# SPDX-License-Identifier: MIT" >> ${EMBD_EXC} + @echo "#" >> ${EMBD_EXC} + @echo "" >> ${EMBD_EXC} + @echo "export XILINX_XRT=/usr" >> ${EMBD_EXC} +ifeq ("$(TARGET)","hw_emu") + @echo "export XCL_EMULATION_MODE=hw_emu" >> ${EMBD_EXC} +endif + @echo "" >> ${EMBD_EXC} + @echo "./host.exe a.xclbin" >> ${EMBD_EXC} + +${SD_CARD}: ${BUILD_DIR}/${XSA} ${PS_EXE} ${GRAPH_O} ${KERNEL_IMAGE} ${ROOTFS} ${EMBD_EXC} cd ${BUILD_DIR} && \ v++ --package --debug --save-temps \ --target ${TARGET} \ @@ -77,10 +92,10 @@ ${SD_CARD}: ${BUILD_DIR}/${XSA} ${PS_EXE} ${GRAPH_O} ${KERNEL_IMAGE} ${ROOTFS} ../${GRAPH_O} \ ${XSA} \ $(addprefix --package.sd_file=../, ${PS_EXE}) \ - $(addprefix --package.sd_file=../,embedded_exec.sh) \ + $(addprefix --package.sd_file=../, ${EMBD_EXC}) \ $(addprefix --package.sd_file=../, ${XRT_INI}) \ 2>&1 | tee vpp_pack.log echo ${PLATFORM_CUSTOM} > ${SD_CARD}/sd_card/platform_desc.txt clean: - rm -rf ${SD_CARD} ${BUILD_DIR} + rm -rf ${SD_CARD} ${BUILD_DIR} ${EMBD_EXC} diff --git a/AI_Engine_Development/AIE-ML/Design_Tutorials/06-farrow_filter/designs/farrow_gmio/vitis/embedded_exec.sh b/AI_Engine_Development/AIE-ML/Design_Tutorials/06-farrow_filter/designs/farrow_gmio/vitis/embedded_exec.sh deleted file mode 100644 index b6bfdff581..0000000000 --- a/AI_Engine_Development/AIE-ML/Design_Tutorials/06-farrow_filter/designs/farrow_gmio/vitis/embedded_exec.sh +++ /dev/null @@ -1,10 +0,0 @@ -#!/bin/bash -# -# Copyright (C) 2023, Advanced Micro Devices, Inc. All rights reserved. -# SPDX-License-Identifier: MIT -# -# Author: Chandra Sekar Balakrishnan - -export XILINX_XRT=/usr - -./host.exe a.xclbin \ No newline at end of file diff --git a/AI_Engine_Development/AIE-ML/Design_Tutorials/06-farrow_filter/designs/farrow_opt_1/Makefile b/AI_Engine_Development/AIE-ML/Design_Tutorials/06-farrow_filter/designs/farrow_opt_1/Makefile index f8dd7762db..7110c05b29 100755 --- a/AI_Engine_Development/AIE-ML/Design_Tutorials/06-farrow_filter/designs/farrow_opt_1/Makefile +++ b/AI_Engine_Development/AIE-ML/Design_Tutorials/06-farrow_filter/designs/farrow_opt_1/Makefile @@ -6,8 +6,8 @@ AIE_SIM_ONLY ?= true -# PLATFORM_USE := xilinx_vck190_base_202320_1 -PLATFORM_USE := xilinx_vek280_base_202510_1 +# PLATFORM_USE := xilinx_vck190_base_202520_1 +PLATFORM_USE := xilinx_vek280_base_202520_1 PLATFORM := ${PLATFORM_REPO_PATHS}/${PLATFORM_USE}/${PLATFORM_USE}.xpfm MY_APP = farrow_app.cpp diff --git a/AI_Engine_Development/AIE-ML/Design_Tutorials/06-farrow_filter/designs/farrow_opt_2/Makefile b/AI_Engine_Development/AIE-ML/Design_Tutorials/06-farrow_filter/designs/farrow_opt_2/Makefile index fc30aa00a3..ffb468a837 100755 --- a/AI_Engine_Development/AIE-ML/Design_Tutorials/06-farrow_filter/designs/farrow_opt_2/Makefile +++ b/AI_Engine_Development/AIE-ML/Design_Tutorials/06-farrow_filter/designs/farrow_opt_2/Makefile @@ -6,8 +6,8 @@ AIE_SIM_ONLY ?= true -# PLATFORM_USE := xilinx_vck190_base_202410_1 -PLATFORM_USE := xilinx_vek280_base_202510_1 +# PLATFORM_USE := xilinx_vck190_base_202520_1 +PLATFORM_USE := xilinx_vek280_base_202520_1 PLATFORM := ${PLATFORM_REPO_PATHS}/${PLATFORM_USE}/${PLATFORM_USE}.xpfm MY_APP = farrow_app.cpp diff --git a/AI_Engine_Development/AIE-ML/Design_Tutorials/06-farrow_filter/designs/farrow_port_initial/Makefile b/AI_Engine_Development/AIE-ML/Design_Tutorials/06-farrow_filter/designs/farrow_port_initial/Makefile index f8dd7762db..7110c05b29 100755 --- a/AI_Engine_Development/AIE-ML/Design_Tutorials/06-farrow_filter/designs/farrow_port_initial/Makefile +++ b/AI_Engine_Development/AIE-ML/Design_Tutorials/06-farrow_filter/designs/farrow_port_initial/Makefile @@ -6,8 +6,8 @@ AIE_SIM_ONLY ?= true -# PLATFORM_USE := xilinx_vck190_base_202320_1 -PLATFORM_USE := xilinx_vek280_base_202510_1 +# PLATFORM_USE := xilinx_vck190_base_202520_1 +PLATFORM_USE := xilinx_vek280_base_202520_1 PLATFORM := ${PLATFORM_REPO_PATHS}/${PLATFORM_USE}/${PLATFORM_USE}.xpfm MY_APP = farrow_app.cpp diff --git a/AI_Engine_Development/AIE-ML/Design_Tutorials/06-farrow_filter/images/Farrow_Opt2_Graph.png b/AI_Engine_Development/AIE-ML/Design_Tutorials/06-farrow_filter/images/Farrow_Opt2_Graph.png index 47b0ebfa61..a51d67ce42 100755 Binary files a/AI_Engine_Development/AIE-ML/Design_Tutorials/06-farrow_filter/images/Farrow_Opt2_Graph.png and b/AI_Engine_Development/AIE-ML/Design_Tutorials/06-farrow_filter/images/Farrow_Opt2_Graph.png differ diff --git a/AI_Engine_Development/AIE-ML/Design_Tutorials/06-farrow_filter/images/Farrow_Opt2_Trace.png b/AI_Engine_Development/AIE-ML/Design_Tutorials/06-farrow_filter/images/Farrow_Opt2_Trace.png index cf9e12e452..76d2537c72 100755 Binary files a/AI_Engine_Development/AIE-ML/Design_Tutorials/06-farrow_filter/images/Farrow_Opt2_Trace.png and b/AI_Engine_Development/AIE-ML/Design_Tutorials/06-farrow_filter/images/Farrow_Opt2_Trace.png differ diff --git a/AI_Engine_Development/AIE-ML/Design_Tutorials/06-farrow_filter/images/Initial_Port_Graph.png b/AI_Engine_Development/AIE-ML/Design_Tutorials/06-farrow_filter/images/Initial_Port_Graph.png index 09682fb4bc..49a797db96 100755 Binary files a/AI_Engine_Development/AIE-ML/Design_Tutorials/06-farrow_filter/images/Initial_Port_Graph.png and b/AI_Engine_Development/AIE-ML/Design_Tutorials/06-farrow_filter/images/Initial_Port_Graph.png differ diff --git a/AI_Engine_Development/AIE-ML/Design_Tutorials/06-farrow_filter/images/Initial_Port_Trace.png b/AI_Engine_Development/AIE-ML/Design_Tutorials/06-farrow_filter/images/Initial_Port_Trace.png index 054078699e..1258370dd2 100755 Binary files a/AI_Engine_Development/AIE-ML/Design_Tutorials/06-farrow_filter/images/Initial_Port_Trace.png and b/AI_Engine_Development/AIE-ML/Design_Tutorials/06-farrow_filter/images/Initial_Port_Trace.png differ diff --git a/AI_Engine_Development/AIE-ML/Design_Tutorials/07-Channelizer-Using-Vitis-Libraries/Makefile b/AI_Engine_Development/AIE-ML/Design_Tutorials/07-Channelizer-Using-Vitis-Libraries/Makefile index 1a0e1114d7..11529780c9 100755 --- a/AI_Engine_Development/AIE-ML/Design_Tutorials/07-Channelizer-Using-Vitis-Libraries/Makefile +++ b/AI_Engine_Development/AIE-ML/Design_Tutorials/07-Channelizer-Using-Vitis-Libraries/Makefile @@ -4,15 +4,11 @@ # # Author: Faisal El-Shabani -export AIE_SIM_ONLY := false ECHO = @echo export TARGET ?= hw_emu -BOARD=vek280 -BASE_NUM=202510_1 - # Platform Selection... -VERSAL_VITIS_PLATFORM = xilinx_${BOARD}_base_${BASE_NUM} +VERSAL_VITIS_PLATFORM = xilinx_vek280_base_202520_1 VITIS_PLATFORM_DIR = ${PLATFORM_REPO_PATHS}/${VERSAL_VITIS_PLATFORM} export VITIS_PLATFORM_XPFM = ${VITIS_PLATFORM_DIR}/${VERSAL_VITIS_PLATFORM}.xpfm @@ -45,9 +41,9 @@ channelizer: $(MAKE) all -C hls/channelizer_dma_src $(MAKE) all -C hls/split_1x16 $(MAKE) all -C hls/merge_4x1 - $(MAKE) all -C hls/ifft_front_transpose - $(MAKE) all -C hls/ifft_transpose - $(MAKE) all -C hls/ifft_back_transpose + $(MAKE) all -C hls/ifft_mid_splitter + $(MAKE) all -C hls/ifft_mid_transpose + $(MAKE) all -C hls/ifft_mid_joiner $(MAKE) all -C hls/merge_8x4 $(MAKE) all -C hls/channelizer_dma_snk $(MAKE) all -C ps_apps @@ -58,9 +54,9 @@ clean: $(MAKE) clean -C hls/channelizer_dma_src $(MAKE) clean -C hls/split_1x16 $(MAKE) clean -C hls/merge_4x1 - $(MAKE) clean -C hls/ifft_front_transpose - $(MAKE) clean -C hls/ifft_transpose - $(MAKE) clean -C hls/ifft_back_transpose + $(MAKE) clean -C hls/ifft_mid_splitter + $(MAKE) clean -C hls/ifft_mid_transpose + $(MAKE) clean -C hls/ifft_mid_joiner $(MAKE) clean -C hls/merge_8x4 $(MAKE) clean -C hls/channelizer_dma_snk $(MAKE) clean -C ps_apps diff --git a/AI_Engine_Development/AIE-ML/Design_Tutorials/07-Channelizer-Using-Vitis-Libraries/README.md b/AI_Engine_Development/AIE-ML/Design_Tutorials/07-Channelizer-Using-Vitis-Libraries/README.md index 7f306fc8f7..90131214b6 100755 --- a/AI_Engine_Development/AIE-ML/Design_Tutorials/07-Channelizer-Using-Vitis-Libraries/README.md +++ b/AI_Engine_Development/AIE-ML/Design_Tutorials/07-Channelizer-Using-Vitis-Libraries/README.md @@ -15,7 +15,7 @@ # Polyphase Channelizer on AIE-ML using Vitis Libraries -***Version: Vitis 2025.1*** +***Version: Vitis 2025.2*** ## Table of Contents @@ -158,7 +158,7 @@ This causes the storage requirement to increase beyond the predicted 32 tiles. T ![figure6](images/filterbank_characterize_array_view_zoom.png) -We also observe that the achieved throughput is higher than the requirement, 4096/1.256 = 3261 MSPS. +We also observe that the achieved throughput is higher than the requirement, 4096/1.257 = 3258 MSPS. ![figure7](images/filterbank_characterize_trace_view.png) @@ -195,7 +195,7 @@ Compile and simulate the design to confirm it works as expected. [shell]% vitis_analyzer aiesimulator_output/default.aierun_summary ``` -Inspecting vitis_analyzer, we observe that our resource count dropped to 32 tiles with a throughput = 4096/1.836us = 2231 MSPS. +Inspecting vitis_analyzer, we observe that our resource count dropped to 32 tiles with a throughput = 4096/1.837us = 2230 MSPS. ![figure8](images/filterbank_array_view.png) @@ -206,22 +206,30 @@ Inspecting vitis_analyzer, we observe that our resource count dropped to 32 tile In this tutorial, we explore the use of 2D IFFT IP to implement a 4K-pt IFFT @ 2 GSPS. The resources span AIE + PL. To learn more about this IP, refer to [Vitis Libraries - 2D FFT/IFFT Vitis subsystem](https://docs.amd.com/r/en-US/Vitis_Libraries/dsp/user_guide/L2/func-fft-vss.html). -The IP offers two modes to implement the IFFT set via VSS_MODE parameter: Mode 1 and Mode 2. +The IP offers two modes to implement the IFFT set via VSS_MODE parameter: Mode 1 and Mode 2. This tutorial will use Mode 1. -Mode 1 implements the row and column transforms in AI Engine while implementing the tranpose operations in PL. +Mode 1 implements the row and column transforms in AI Engine while implementing the transpose operations in AIE+PL as follows: +* The middle transpose is implemented using resources in AIE+PL and is able to use single buffering (half the resources) compared to 2025.1 Vitis Libraries. +* For powers-of-two SSRs, the front and back transpose operations are implemented in AIE leveraging either DMA or memory tiles, depending on datatype and transform sizes. + ![figure10](images/2D_4k_IFFT_VSS_MODE_1_SSR_POWER_2.png) -![figure10](images/2D_4k_IFFT_VSS_MODE_1.png) + Otherwise, the front and back transpose operations are implemented in the PL. + + ![figure11](images/2D_4k_IFFT_VSS_MODE_1.png) Mode 2 splits the IFFT into a front section mapped to AI Engine and a back section mapped to PL. This architecture results in less memory requirements in PL but requires some DSPs. -![figure10](images/2D_4k_IFFT_VSS_MODE_2.png) +![figure12](images/2D_4k_IFFT_VSS_MODE_2.png) #### Available Workflows for IFFT-2D IP -There are two entry points when using the IFFT-2D IP. +The IFFT-2D IP can be used through two different approaches: + +1) **Vitis Subsystem (VSS) - Recommended**: The IP automatically handles leaf block connectivity and produces a `.vss` file. This is the recommended workflow for most users. See the [Vitis Libraries IFFT-2D VSS example](https://github.com/Xilinx/Vitis_Libraries/tree/main/dsp/L2/examples/vss_fft_ifft_1d) for reference. -1) Instantiate IP as a Vitis subsystem (VSS) -> Recommended flow, IP takes care of leaf block connectivity producing a .vss. Example of this shown in [Vitis Libraries IFFT-2D VSS example](https://github.com/Xilinx/Vitis_Libraries/tree/main/dsp/L2/examples/vss_fft_ifft_1d) -2) Instantiate leaf blocks of IFFT-2D -> User responsible for leaf blocks connectivity. This tutorial walks through this flow. +2) **Manual Leaf Block Instantiation**: You manually instantiate and connect the individual leaf blocks that make up the IFFT-2D IP. This tutorial demonstrates this workflow, which provides greater control over design placement and avoids reserving full columns for the FFT implementation. + +**Note**: To understand which leaf blocks are required and how they should be connected, you can first use approach 1 to instantiate the IP as a VSS, examine the generated leaf blocks and their connectivity, and then manually instantiate and connect these blocks in your custom configuration. #### IFFT-2D Library Characterization @@ -265,17 +273,18 @@ The next step is to characterize its performance. ``` Inspecting vitis_analyzer, we can read two throughput numbers: -First, 4096/9.232us = 444 MSPS, corresponding to the tile performing front 64-point IFFT + point-wise twiddle multiplication. -Second, 4096/7.604us = 537 MSPS, corresponding to the tile performing the back 64-point IFFT. +* First, 4096/8.392us = 488 MSPS, corresponding to the tile performing front 64-point IFFT + point-wise twiddle multiplication. +* Second, 4096/6.913us = 593 MSPS, corresponding to the tile performing the back 64-point IFFT. -![figure11](images/ifft4096_2d_characterize_trace_view.png) +![figure13](images/ifft4096_2d_characterize_trace_view.png) This means, we need SSR=5 to meet our target throughput of 2 GSPS. #### IFFT-2D Library Optimization -While an SSR=5 should be sufficient from a resource count perspective, using a SSR that is a power of 2 simplifies the overall design and allows thr direct mapping of TDM FIR outputs into 2D IFFT input. -For this reason, we proceed with SSR=8. We can also apply the `single_buffer` constraint on the input and output buffer to reduce the storage requirements at the expense of some degradation in throughput. +While an SSR=5 should be sufficient from a resource count perspective, using a SSR that is a power of 2 simplifies the overall design and allows the direct mapping of TDM FIR outputs into 2D IFFT input. For this reason, we proceed with SSR=8. + +We can also apply the `single_buffer` constraint on some of the I/Os of this block to reduce the storage requirements at the expense of some degradation in throughput. Using `single_buffer` on the I/Os of the front FFT and on the input of the back FFT allows us to place the design in a compact (8x2) placement. ``` [shell]% cd /aie/ifft4096_2d @@ -283,39 +292,32 @@ For this reason, we proceed with SSR=8. We can also apply the `single_buffer` co [shell]% vitis_analyzer aiesimulator_output/default.aierun_summary ``` -Inspecting vitis_analyzer, we observe a resource count of 16 AIE-ML tiles. +Inspecting vitis_analyzer, we observe a resource count of 16 AIE-ML tiles and 6 Memory Tiles. Achieved throughput for: -* Front 64-point IFFT + point-wise twiddle multiplication = 2300 MSPS -* Back 64-pint IFFT = 2300 MSPS +* Front 64-point IFFT + point-wise twiddle multiplication = 2386 MSPS +* Back 64-point IFFT = 2376 MSPS -![figure12](images/ifft4096_2d_array_view.png) +![figure14](images/ifft4096_2d_array_view.png) -For the transpose blocks, you can implement these in the PL using block RAMs. The PL is assumed to be clocked at 312.5 MHz. -A single block RAM stores up to 36 Kbits, and can be configured as 512 x 72 bits with one write and one read port. -For more information on block RAMS, refer to [Versal ACAP Memory Resources Architecture Manual](https://docs.amd.com/r/en-US/am007-versal-memory/Block-RAM?tocId=4P4QDFML7TiXdlJaQlcRog). -A single transform contains 4096 samples, 64 bits each. To achieve our desired throughput, we require two write and two read ports. -The IFFT transpose blocks that exist in `${DSPLIB_ROOT}/L1/src/hw` are implemented using ping-pong buffers for storage. +The AI Engine portion of the design is implementing the front/back transpose operations. What remains is the middle transpose block, done in PL. -Given this, we expect our BRAM count per transpose block to be = 4096 / 512 x 2 x 2 = 32. +The IFFT mid transpose block that exist in `${DSPLIB_ROOT}/L1/src/hw/mid_transpose`. The PL will run at 312.5 MHz and use 128-bit interfaces. A 128-bit interface contains two cint32 samples, so this block needs to be instantiated with 2x SSR value chosen for AIE portion i.e. 16. A PL splitter/merger block shall be connected on each side of this transpose block to match these SSR assumptions. These exist in `${DSPLIB_ROOT}/L1/src/hw/common_fns/axis_split_join`. ### Design Summary - TDM FIR uses 32 AI Engine tiles with 32 IO streams -- The 4k-pt IFFT is implemented using 2D architecture with resources split between 16 AI Engine tiles (compute) and PL (data transpose). +- The 4k-pt IFFT is implemented using 2D architecture (with Mode 1) with resources split between 16 AI Engine tiles (compute), 6 memory tiles (front/back transpose) and PL (middle transpose). - From a bandwidth perspective, the design requires 2 input and 4 output streams. -- Custom HLS blocks (merge and split) are built to manage connectivity between the IPs. +- Custom HLS blocks (split and merge) are built to manage connectivity between the IPs. +- Output ports of AI Engine going to PL may arrive at different times causing minor throughput loss. Those can be compensated by adding FIFOs during v++ linking step, [Specifying-Streaming-Connections](https://docs.amd.com/r/en-US/ug1701-vitis-accelerated-embedded/Specifying-Streaming-Connections). -![figure13](images/channelizer_solution_synthesis.png) +![figure15](images/channelizer_solution_synthesis.png) ## Design Resources The following figure summarizes the AI Engine and PL resources required to implement the design in the VE2802 device on the VEK280 eval board. The design is using 48 AI Engine tiles for compute. The PL design includes the resources required to implement the DMA Source, Stream Split/Merge, Memory Transpose, and DMA Sink kernels. -![figure14](images/channelizer_resources.png) - -Below is a list of potential improvements that could be made to reduce resource count: -- Reduce the number of AIE-ML tiles used by 2D FFT IP from 16 to 10 (by changing TP_SSR from 8 to 5). This requires increased complexity of the HLS managing the connectivity from the TDM FIR output to the 2D FFT input due to state handling. -- Optimize implementation of HLS transpose blocks to avoid use of ping-pong buffers. This should half the number of the required block RAMs. +![figure16](images/channelizer_resources.png) ## Build and Run Design @@ -323,7 +325,7 @@ You can build the polyphase channelizer design from the command line. ### Setup & Initialization -IMPORTANT: Before beginning the tutorial, ensure you have installed AMD Vitis™ 2025.1 software. Ensure you have downloaded the Common Images for Embedded Vitis Platforms from [this link](https://www.xilinx.com/support/download/index.html/content/xilinx/en/downloadNav/embedded-platforms.html). +IMPORTANT: Before beginning the tutorial, ensure you have installed AMD Vitis™ 2025.2 software. Ensure you have downloaded the Common Images for Embedded Vitis Platforms from [this link](https://www.xilinx.com/support/download/index.html/content/xilinx/en/downloadNav/embedded-platforms.html). Set the environment variable ```COMMON_IMAGE_VERSAL``` to the full path where you have downloaded the Common Images. Then set the environment variable ```PLATFORM_REPO_PATHS``` to the value ```$XILINX_VITIS/base_platforms```. @@ -344,11 +346,15 @@ An optional `-g` can be applied to the ```launch_hw_emu.sh``` command to launch ``` [shell]% cd /package -[shell]% ./launch_hw_emu.sh -run-app embedded_exec.sh +[shell]% ./launch_hw_emu.sh -g -run-app embedded_exec.sh ``` After hardware emulation run is complete, the following is displayed on the terminal. -![figure15](images/channelizer_hw_emu.png) +![figure17](images/channelizer_hw_emu.png) + +Throughput can be measured by inspecting the traces. The design processes 8 transforms, each with 4k samples in 15.56us. Throughput = 8 x 4096 / 14.57 = 2250 Msps. + +![figure18](images/channelizer_hw_emu_trace.png) ### Hardware @@ -363,7 +369,7 @@ The build process generates the SD card image in the ```package/sd_card``` folde After flashing sd_card.img into the sd card, power on the board and run the design. The following is displayed on the terminal. -![figure16](images/channelizer_hw.png) +![figure18](images/channelizer_hw.png) ## References diff --git a/AI_Engine_Development/AIE-ML/Design_Tutorials/07-Channelizer-Using-Vitis-Libraries/aie/channelizer/Makefile b/AI_Engine_Development/AIE-ML/Design_Tutorials/07-Channelizer-Using-Vitis-Libraries/aie/channelizer/Makefile index f0437dcc30..60786887ad 100755 --- a/AI_Engine_Development/AIE-ML/Design_Tutorials/07-Channelizer-Using-Vitis-Libraries/aie/channelizer/Makefile +++ b/AI_Engine_Development/AIE-ML/Design_Tutorials/07-Channelizer-Using-Vitis-Libraries/aie/channelizer/Makefile @@ -4,7 +4,6 @@ # # Author: Faisal El-Shabani -AIE_SIM_ONLY ?= true SIM_FIFO := false MY_APP := channelizer_app @@ -16,6 +15,8 @@ CHECK_FIFO := --aie.evaluate-fifo-depth --aie.Xrouter=disablePathBalancin DSPLIB_OPTS := --include=${DSPLIB_ROOT}/L2/include/aie \ --include=${DSPLIB_ROOT}/L1/include/aie \ + --include=${DSPLIB_ROOT}/L1/include/vss/common \ + --include=${DSPLIB_ROOT}/L1/include/vss/vss_fft_ifft_1d \ --include=${DSPLIB_ROOT}/L1/src/aie OTHER_INCLUDE := --include=../ifft4096_2d \ @@ -29,10 +30,6 @@ ifeq (${SIM_FIFO}, true) AIE_FLAGS := ${AIE_FLAGS} ${CHECK_FIFO} endif -ifeq (${AIE_SIM_ONLY},true) - AIE_FLAGS := ${AIE_FLAGS} --aie.Xpreproc="-DAIE_SIM_ONLY" -endif - .PHONY: help clean x86com x86sim sim profile throughput help:: diff --git a/AI_Engine_Development/AIE-ML/Design_Tutorials/07-Channelizer-Using-Vitis-Libraries/aie/channelizer/channelizer_app.cpp b/AI_Engine_Development/AIE-ML/Design_Tutorials/07-Channelizer-Using-Vitis-Libraries/aie/channelizer/channelizer_app.cpp index 68d4289ffd..a679ebfdd5 100755 --- a/AI_Engine_Development/AIE-ML/Design_Tutorials/07-Channelizer-Using-Vitis-Libraries/aie/channelizer/channelizer_app.cpp +++ b/AI_Engine_Development/AIE-ML/Design_Tutorials/07-Channelizer-Using-Vitis-Libraries/aie/channelizer/channelizer_app.cpp @@ -44,13 +44,8 @@ class dut_graph : public graph { single_buffer(dut.firbank.tdmfir.m_firKernels[ii+0].in[0]); std::string file_i0 = "data/filterbank_i_" + std::to_string(ii) + ".txt"; std::string file_o0 = "data/filterbank_o_" + std::to_string(ii) + ".txt"; -#ifdef AIE_SIM_ONLY sig_i[ii] = input_plio::create("PLIO_i_"+std::to_string(ii), plio_64_bits, file_i0 ); sig_o[ii] = output_plio::create("PLIO_o_"+std::to_string(ii), plio_64_bits, file_o0 ); -#else - sig_i[ii] = input_plio::create("PLIO_i_"+std::to_string(ii), plio_64_bits ); - sig_o[ii] = output_plio::create("PLIO_o_"+std::to_string(ii), plio_64_bits ); -#endif connect<>( sig_i[ii].out[0], dut.sig_i[ii] ); connect<>( dut.sig_o[ii], sig_o[ii].in[0] ); location (dut.firbank.tdmfir.m_firKernels[ii]) = tile(start_fb+FBX[ii],FBY[ii]); @@ -65,13 +60,8 @@ class dut_graph : public graph { single_buffer(dut.firbank.tdmfir.m_firKernels[ii+1].in[0]); std::string file_i1 = "data/filterbank_i_" + std::to_string(ii+1) + ".txt"; std::string file_o1 = "data/filterbank_o_" + std::to_string(ii+1) + ".txt"; -#ifdef AIE_SIM_ONLY sig_i[ii+1] = input_plio::create("PLIO_i_"+std::to_string(ii+1), plio_64_bits, file_i1 ); sig_o[ii+1] = output_plio::create("PLIO_o_"+std::to_string(ii+1), plio_64_bits, file_o1 ); -#else - sig_i[ii+1] = input_plio::create("PLIO_i_"+std::to_string(ii+1), plio_64_bits ); - sig_o[ii+1] = output_plio::create("PLIO_o_"+std::to_string(ii+1), plio_64_bits ); -#endif connect<>( sig_i[ii+1].out[0], dut.sig_i[ii+1] ); connect<>( dut.sig_o[ii+1], sig_o[ii+1].in[0] ); location (dut.firbank.tdmfir.m_firKernels[ii+1]) = tile(start_fb+FBX[ii+1],FBY[ii+1]); @@ -86,13 +76,8 @@ class dut_graph : public graph { single_buffer(dut.firbank.tdmfir.m_firKernels[ii+2].in[0]); std::string file_i2 = "data/filterbank_i_" + std::to_string(ii+2) + ".txt"; std::string file_o2 = "data/filterbank_o_" + std::to_string(ii+2) + ".txt"; -#ifdef AIE_SIM_ONLY sig_i[ii+2] = input_plio::create("PLIO_i_"+std::to_string(ii+2), plio_64_bits, file_i2 ); sig_o[ii+2] = output_plio::create("PLIO_o_"+std::to_string(ii+2), plio_64_bits, file_o2 ); -#else - sig_i[ii+2] = input_plio::create("PLIO_i_"+std::to_string(ii+2), plio_64_bits ); - sig_o[ii+2] = output_plio::create("PLIO_o_"+std::to_string(ii+2), plio_64_bits ); -#endif connect<>( sig_i[ii+2].out[0], dut.sig_i[ii+2] ); connect<>( dut.sig_o[ii+2], sig_o[ii+2].in[0] ); location (dut.firbank.tdmfir.m_firKernels[ii+2]) = tile(start_fb+FBX[ii+2],FBY[ii+2]); @@ -107,13 +92,8 @@ class dut_graph : public graph { single_buffer(dut.firbank.tdmfir.m_firKernels[ii+3].in[0]); std::string file_i3 = "data/filterbank_i_" + std::to_string(ii+3) + ".txt"; std::string file_o3 = "data/filterbank_o_" + std::to_string(ii+3) + ".txt"; -#ifdef AIE_SIM_ONLY sig_i[ii+3] = input_plio::create("PLIO_i_"+std::to_string(ii+3), plio_64_bits, file_i3 ); sig_o[ii+3] = output_plio::create("PLIO_o_"+std::to_string(ii+3), plio_64_bits, file_o3 ); -#else - sig_i[ii+3] = input_plio::create("PLIO_i_"+std::to_string(ii+3), plio_64_bits ); - sig_o[ii+3] = output_plio::create("PLIO_o_"+std::to_string(ii+3), plio_64_bits ); -#endif connect<>( sig_i[ii+3].out[0], dut.sig_i[ii+3] ); connect<>( dut.sig_o[ii+3], sig_o[ii+3].in[0] ); location (dut.firbank.tdmfir.m_firKernels[ii+3]) = tile(start_fb+FBX[ii+3],FBY[ii+3]); @@ -134,17 +114,10 @@ class dut_graph : public graph { std::string fname_o1 = "data/fft_back_o_" + std::to_string(ff) + ".txt"; std::string pname_i1 = "PLIO_back_in_" + std::to_string(ff) + ""; std::string pname_o1 = "PLIO_back_out_" + std::to_string(ff) + ""; -#ifdef AIE_SIM_ONLY front_i[ff] = input_plio::create(pname_i0,plio_64_bits,fname_i0); front_o[ff] = output_plio::create(pname_o0,plio_64_bits,fname_o0); back_i[ff] = input_plio::create(pname_i1,plio_64_bits,fname_i1); back_o[ff] = output_plio::create(pname_o1,plio_64_bits,fname_o1); -#else - front_i[ff] = input_plio::create(pname_i0,plio_64_bits); - front_o[ff] = output_plio::create(pname_o0,plio_64_bits); - back_i[ff] = input_plio::create(pname_i1,plio_64_bits); - back_o[ff] = output_plio::create(pname_o1,plio_64_bits); -#endif connect<>( front_i[ff].out[0], dut.front_i[ff] ); connect<>( dut.front_o[ff], front_o[ff].in[0] ); connect<>( back_i[ff].out[0], dut.back_i[ff] ); @@ -168,9 +141,8 @@ class dut_graph : public graph { location(dut.ifft4096_2d.ifft4096_2d.backFFTGraph[ff].FFTwinproc.m_fftKernels[0]) = tile(30+ff,4); single_buffer (dut.ifft4096_2d.ifft4096_2d.backFFTGraph[ff].FFTwinproc.m_fftKernels[0].in[0]); location(dut.ifft4096_2d.ifft4096_2d.backFFTGraph[ff].FFTwinproc.m_fftKernels[0].in[0]) = bank(30+ff,4,0); - single_buffer (dut.ifft4096_2d.ifft4096_2d.backFFTGraph[ff].FFTwinproc.m_fftKernels[0].out[0]); - location(dut.ifft4096_2d.ifft4096_2d.backFFTGraph[ff].FFTwinproc.m_fftKernels[0].out[0]) = bank(30+ff,4,1); - location (dut.ifft4096_2d.ifft4096_2d.backFFTGraph[ff].FFTwinproc.m_fftKernels[0]) = bank(30+ff,4,2); + location(dut.ifft4096_2d.ifft4096_2d.backFFTGraph[ff].FFTwinproc.m_fftKernels[0].out[0]) = {bank(30+ff,4,1),bank(30+ff,4,2)}; + location (dut.ifft4096_2d.ifft4096_2d.backFFTGraph[ff].FFTwinproc.m_fftKernels[0]) = bank(30+ff,4,3); location(back_i[ff]) = shim(22); location(back_o[ff]) = shim(22); } @@ -192,9 +164,8 @@ class dut_graph : public graph { location(dut.ifft4096_2d.ifft4096_2d.backFFTGraph[ff].FFTwinproc.m_fftKernels[0]) = tile(30+ff-4,5); single_buffer (dut.ifft4096_2d.ifft4096_2d.backFFTGraph[ff].FFTwinproc.m_fftKernels[0].in[0]); location(dut.ifft4096_2d.ifft4096_2d.backFFTGraph[ff].FFTwinproc.m_fftKernels[0].in[0]) = bank(30+ff-4,5,0); - single_buffer (dut.ifft4096_2d.ifft4096_2d.backFFTGraph[ff].FFTwinproc.m_fftKernels[0].out[0]); - location(dut.ifft4096_2d.ifft4096_2d.backFFTGraph[ff].FFTwinproc.m_fftKernels[0].out[0]) = bank(30+ff-4,5,1); - location (dut.ifft4096_2d.ifft4096_2d.backFFTGraph[ff].FFTwinproc.m_fftKernels[0]) = bank(30+ff-4,5,2); + location(dut.ifft4096_2d.ifft4096_2d.backFFTGraph[ff].FFTwinproc.m_fftKernels[0].out[0]) = {bank(30+ff-4,5,1),bank(30+ff-4,5,2)}; + location (dut.ifft4096_2d.ifft4096_2d.backFFTGraph[ff].FFTwinproc.m_fftKernels[0]) = bank(30+ff-4,5,3); location(back_i[ff]) = shim(21); location(back_o[ff]) = shim(21); } diff --git a/AI_Engine_Development/AIE-ML/Design_Tutorials/07-Channelizer-Using-Vitis-Libraries/aie/channelizer/data/fft_back_i_0.txt b/AI_Engine_Development/AIE-ML/Design_Tutorials/07-Channelizer-Using-Vitis-Libraries/aie/channelizer/data/fft_back_i_0.txt index eab71c8841..03888ac89d 100644 --- a/AI_Engine_Development/AIE-ML/Design_Tutorials/07-Channelizer-Using-Vitis-Libraries/aie/channelizer/data/fft_back_i_0.txt +++ b/AI_Engine_Development/AIE-ML/Design_Tutorials/07-Channelizer-Using-Vitis-Libraries/aie/channelizer/data/fft_back_i_0.txt @@ -1,2048 +1,2048 @@ 1581 -480 --2745 377 -1986 -2298 -2424 761 -2030 -523 -892 -891 -973 -2849 --322 -1387 -489 1041 --880 523 -912 -1202 --1322 163 -1734 862 --1469 -1485 -87 -567 -224 414 -2300 136 -1262 -2109 --1366 544 --1815 -327 -482 158 --644 221 --840 273 --1204 254 -970 -815 --42 -738 -769 -70 --545 231 -884 -337 --281 6 --92 -509 -282 -317 -387 245 --252 -89 --238 212 --380 -52 --35 121 --28 225 -165 166 --138 -109 --46 -416 --225 -706 -38 86 -56 -326 -84 -146 --90 274 --8 97 --210 -32 -235 -146 --487 132 --110 277 --146 96 -303 25 --68 17 --208 145 --186 155 --126 46 --157 -31 --357 -68 -164 -112 -0 223 --250 -5 --14 15 -506 95 1112 -380 +-2745 377 -2702 341 +1986 -2298 2226 -2340 +2424 761 2413 1111 +2030 -523 2178 -259 +892 -891 1476 -264 +973 -2849 869 -3218 +-322 -1387 -389 -1829 +489 1041 806 1535 +-880 523 -1387 485 +912 -1202 1789 -796 +-1322 163 -1019 225 +1734 862 1385 1134 +-1469 -1485 -861 -1603 +87 -567 189 -78 +224 414 -500 -796 +2300 136 2412 647 +1262 -2109 1583 -1314 +-1366 544 -675 218 +-1815 -327 -1495 -991 +482 158 146 -88 +-644 221 -39 57 +-840 273 -879 -88 +-1204 254 -685 -328 +970 -815 616 350 +-42 -738 727 -1170 +769 -70 334 -129 +-545 231 -597 -441 +884 -337 328 337 +-281 6 -239 499 +-92 -509 -23 -81 +282 -317 708 480 +387 245 357 292 +-252 -89 86 -180 +-238 212 -47 -332 +-380 -52 -274 56 +-35 121 409 283 +-28 225 194 326 +165 166 -55 722 +-138 -109 -25 -427 +-46 -416 381 73 +-225 -706 1 538 +38 86 132 -100 +56 -326 99 208 +84 -146 -158 -161 +-90 274 -133 62 +-8 97 -133 233 +-210 -32 138 -302 +235 -146 270 -67 +-487 132 -925 -139 +-110 277 -49 251 +-146 96 150 82 +303 25 -350 -280 +-68 17 -164 408 +-208 145 -138 -155 +-186 155 261 619 +-126 46 12 126 +-157 -31 -614 -54 +-357 -68 -72 23 +164 -112 112 -273 +0 223 -130 -44 +-250 -5 123 -124 +-14 15 -221 32 +506 95 70 287 1543 -596 --3174 411 -1696 -1907 -2356 1035 -1950 102 -1285 -773 -1318 -3080 --373 -1162 -258 1458 --717 -76 -1647 -746 --1601 -30 -2129 895 --493 -1646 -560 -205 --622 -781 -2103 1477 -2152 -902 --862 -67 --1030 -1081 --399 604 --286 -284 --727 -222 --777 309 -864 556 -272 138 -387 -503 --175 -427 -748 12 --351 290 --477 -218 --387 -225 --441 -144 -345 -272 -74 213 -248 -126 -262 208 -839 242 -99 314 --107 -173 -194 -235 -222 306 -57 -151 -14 168 --349 -444 --432 216 -294 -642 -386 -456 -10 247 -75 48 --111 -91 -67 189 -16 -573 --380 -5 -240 -518 -114 83 --44 25 --109 243 --460 142 --221 42 --211 510 -274 -299 -50 -534 --505 0 1404 -444 +-3174 411 -2772 404 +1696 -1907 1648 -1627 +2356 1035 2036 1239 +1950 102 1706 583 +1285 -773 833 -586 +1318 -3080 1692 -2584 +-373 -1162 223 -1399 +258 1458 -339 1507 +-717 -76 -621 -16 +1647 -746 1485 -809 +-1601 -30 -1080 -26 +2129 895 1505 1244 +-493 -1646 -369 -1596 +560 -205 440 -42 +-622 -781 -267 -521 +2103 1477 1378 2011 +2152 -902 2040 -201 +-862 -67 -954 -146 +-1030 -1081 -1629 -920 +-399 604 -64 478 +-286 -284 -595 -499 +-727 -222 -1334 53 +-777 309 -966 -323 +864 556 606 1085 +272 138 206 98 +387 -503 369 -392 +-175 -427 -638 -463 +748 12 132 95 +-351 290 -265 413 +-477 -218 364 84 +-387 -225 -31 -362 +-441 -144 61 -80 +345 -272 -503 455 +74 213 118 -28 +248 -126 158 6 +262 208 479 234 +839 242 144 -91 +99 314 36 -22 +-107 -173 286 153 +194 -235 -72 -361 +222 306 50 -359 +57 -151 -350 -85 +14 168 583 290 +-349 -444 -240 -234 +-432 216 8 -105 +294 -642 570 -320 +386 -456 389 -513 +10 247 -131 -173 +75 48 251 -134 +-111 -91 -108 242 +67 189 -82 -81 +16 -573 219 -470 +-380 -5 116 195 +240 -518 -263 -195 +114 83 134 -372 +-44 25 -37 -278 +-109 243 -47 -107 +-460 142 267 -100 +-221 42 437 60 +-211 510 90 46 +274 -299 -353 -48 +50 -534 -335 84 +-505 0 -82 -177 1631 -658 --2576 525 -2067 -1971 -2400 1623 -1928 403 -1029 -453 -2244 -2660 -199 -1963 --364 1121 --700 -480 -1526 68 --561 38 -1777 1531 -111 -897 -366 -32 -150 -50 -503 1756 -1411 -26 --1191 129 --1052 -1225 --535 449 -219 -348 --125 -664 --737 -1021 -48 311 -907 -19 --224 -165 -47 -122 -478 223 --341 60 -434 -149 --309 139 -461 303 -46 -108 --25 12 -96 158 --254 -525 --4 554 --474 6 -22 -598 -194 -82 -119 -420 -288 63 -402 185 --139 -228 -92 -181 -424 141 -360 213 -60 265 -196 -294 --238 -104 -143 -146 -195 -261 --9 -70 -303 62 --56 21 --152 271 -140 121 --118 -54 --227 354 --192 266 --1 294 --301 83 -547 166 1525 -24 +-2576 525 -2921 280 +2067 -1971 1717 -1619 +2400 1623 2089 1572 +1928 403 1583 468 +1029 -453 1811 -1140 +2244 -2660 2239 -2430 +199 -1963 483 -1716 +-364 1121 -510 1766 +-700 -480 -1236 -288 +1526 68 1758 -722 +-561 38 -1123 -172 +1777 1531 1595 1504 +111 -897 -34 -1556 +366 -32 268 254 +150 -50 -30 -282 +503 1756 544 2194 +1411 -26 1854 134 +-1191 129 -798 -507 +-1052 -1225 -799 -1836 +-535 449 129 629 +219 -348 260 -572 +-125 -664 -832 -671 +-737 -1021 -1070 -390 +48 311 165 656 +907 -19 526 507 +-224 -165 308 271 +47 -122 189 -132 +478 223 378 126 +-341 60 -383 -232 +434 -149 447 89 +-309 139 -29 -187 +461 303 -515 55 +46 -108 107 484 +-25 12 -21 -125 +96 158 228 -81 +-254 -525 -85 -72 +-4 554 -28 135 +-474 6 -207 -23 +22 -598 -120 -22 +194 -82 45 28 +119 -420 140 -29 +288 63 255 -173 +402 185 408 -51 +-139 -228 560 -153 +92 -181 293 -67 +424 141 251 101 +360 213 338 148 +60 265 -690 123 +196 -294 24 -374 +-238 -104 458 -434 +143 -146 251 -245 +195 -261 -138 -11 +-9 -70 -18 -201 +303 62 246 523 +-56 21 98 386 +-152 271 19 127 +140 121 -185 -377 +-118 -54 -323 -173 +-227 354 120 296 +-192 266 -317 18 +-1 294 -225 34 +-301 83 -129 5 +547 166 -110 -125 1749 -514 --2839 -247 -1915 -1857 -1773 840 -1845 68 -1292 -363 -2440 -2746 -420 -2020 --699 938 --773 -587 -1798 -516 --1406 -569 -1018 2048 --68 -2000 -134 -271 --256 -248 --30 1595 -1837 628 --1281 -860 --52 -1879 --206 -433 -267 -548 -17 -1627 --569 -1129 --911 427 -182 386 -83 224 --299 -464 --107 176 --79 419 -194 66 --137 -603 -13 -819 -75 88 -38 575 --320 146 -226 221 -194 266 --288 -422 -29 54 --132 34 -607 -53 -67 -396 -34 442 -198 311 -44 149 -504 906 -167 291 --212 376 -131 483 -700 165 -437 -460 -172 162 -31 28 --390 108 --392 -348 -381 -204 --26 -53 -88 -80 --222 5 --36 -299 --227 35 --223 8 -53 112 1662 -520 +-2839 -247 -2303 -23 +1915 -1857 1869 -1541 +1773 840 2035 1812 +1845 68 1769 728 +1292 -363 1428 -339 +2440 -2746 2676 -2307 +420 -2020 1320 -1428 +-699 938 -397 1333 +-773 -587 -1569 -666 +1798 -516 1644 898 +-1406 -569 -996 -718 +1018 2048 641 1975 +-68 -2000 688 -1995 +134 -271 127 540 +-256 -248 96 -23 +-30 1595 485 1864 +1837 628 1328 962 +-1281 -860 -975 -1497 +-52 -1879 339 -1710 +-206 -433 -531 -295 +267 -548 -332 -60 +17 -1627 344 -976 +-569 -1129 134 -811 +-911 427 -444 458 +182 386 60 959 +83 224 -298 158 +-299 -464 431 -501 +-107 176 -870 -110 +-79 419 -712 -322 +194 66 181 -3 +-137 -603 -151 -123 +13 -819 200 -186 +75 88 -239 15 +38 575 290 21 +-320 146 183 221 +226 221 109 279 +194 266 10 139 +-288 -422 46 71 +29 54 25 229 +-132 34 -29 39 +607 -53 270 -138 +67 -396 -487 88 +34 442 51 190 +198 311 425 193 +44 149 168 -255 +504 906 -84 -66 +167 291 -101 411 +-212 376 -20 -400 +131 483 653 147 +700 165 71 -60 +437 -460 35 -309 +172 162 44 193 +31 28 -218 167 +-390 108 -227 695 +-392 -348 -115 -301 +381 -204 -109 64 +-26 -53 -213 85 +88 -80 -250 67 +-222 5 114 -258 +-36 -299 -162 100 +-227 35 37 104 +-223 8 -201 -25 +53 112 196 48 -4000 41 --1565 -2441 -4964 80 --616 443 -3663 -636 -2323 -1084 -619 -1016 --2056 1641 --561 1312 -3655 -1402 --360 451 --881 -2667 --431 1547 --336 895 -2448 -296 --429 -1166 --1221 501 -1267 1217 -1812 251 -2802 -285 -2051 1452 -394 471 --969 1686 -391 1802 --2195 1159 -1321 -31 --1445 118 -617 -1444 --777 1713 --281 -606 --538 178 --267 283 --65 772 -19 -415 -350 -206 -1068 -41 -293 -16 --71 486 --1769 371 -800 822 --56 135 -839 525 --103 -24 -243 -121 --300 685 -237 747 -250 515 -1345 -8 -1225 265 --146 -289 --199 657 -992 -1226 --1205 717 --59 125 --1090 -1232 -323 -339 -794 -383 -1016 659 --828 -236 -597 604 -478 81 -296 -770 --1113 1084 --715 -249 -4339 205 +-1565 -2441 -1408 -2073 +4964 80 3382 -270 +-616 443 -1040 1580 +3663 -636 2723 -375 +2323 -1084 2803 -986 +619 -1016 259 -924 +-2056 1641 -2012 1617 +-561 1312 -47 -71 +3655 -1402 2355 -768 +-360 451 -2185 735 +-881 -2667 98 -1629 +-431 1547 -1346 1089 +-336 895 -466 1659 +2448 -296 2319 1870 +-429 -1166 538 -212 +-1221 501 -1374 712 +1267 1217 1167 -476 +1812 251 1185 842 +2802 -285 439 906 +2051 1452 1048 1839 +394 471 393 999 +-969 1686 -669 1529 +391 1802 -259 501 +-2195 1159 -660 -782 +1321 -31 -620 1211 +-1445 118 -639 -5 +617 -1444 390 260 +-777 1713 -1038 476 +-281 -606 347 -329 +-538 178 380 98 +-267 283 -815 -831 +-65 772 -472 -389 +19 -415 216 65 +350 -206 -74 301 +1068 -41 929 -218 +293 -16 -1007 -529 +-71 486 1001 -388 +-1769 371 680 824 +800 822 251 -339 +-56 135 311 249 +839 525 -550 -1543 +-103 -24 -148 -19 +243 -121 -378 -127 +-300 685 806 -655 +237 747 173 -307 +250 515 -1 -252 +1345 -8 -802 -273 +1225 265 -2025 -407 +-146 -289 732 493 +-199 657 -134 -221 +992 -1226 -364 528 +-1205 717 478 -370 +-59 125 -698 -389 +-1090 -1232 -966 -276 +323 -339 -389 176 +794 -383 -448 428 +1016 659 1335 1283 +-828 -236 -134 -517 +597 604 306 803 +478 81 -1517 590 +296 -770 -116 739 +-1113 1084 297 96 +-715 -249 -769 -1578 -3711 -384 --2268 -2214 -3810 -302 --713 993 -2311 -379 -2910 -1407 -1652 -993 --1544 393 --445 109 -3553 -1425 --2406 -66 -1427 -1449 --2024 1331 --919 208 -1151 99 -772 658 --228 -731 -623 687 -218 2093 -1209 933 --215 2345 --142 408 --1115 359 -888 839 --23 603 --592 552 --1796 -149 --217 103 -267 -73 --191 432 -1197 70 -859 -726 -286 -781 --1497 747 -150 -219 --1116 446 --1414 67 --299 -652 --273 1206 -770 -1065 --87 -928 --25 10 --1556 588 -801 6 -267 -693 --810 -519 --1204 -428 --320 864 -248 813 --381 477 --1063 -38 --762 -483 -120 633 --72 -598 -771 -855 -675 -642 --25 -1167 --1027 1305 -755 -1334 --118 -1022 --201 -1479 --179 1777 -213 227 -378 -1345 -5356 -1835 +-2268 -2214 -3366 -2925 +3810 -302 6042 -492 +-713 993 -438 1443 +2311 -379 1880 19 +2910 -1407 2413 -1089 +1652 -993 -562 -856 +-1544 393 -552 1418 +-445 109 -609 589 +3553 -1425 3201 -118 +-2406 -66 -934 431 +1427 -1449 1511 -2725 +-2024 1331 -1660 1290 +-919 208 -200 920 +1151 99 1912 1402 +772 658 1460 1765 +-228 -731 61 154 +623 687 1540 1058 +218 2093 1669 1766 +1209 933 779 323 +-215 2345 777 2923 +-142 408 1024 1807 +-1115 359 -81 1617 +888 839 -571 643 +-23 603 -282 -756 +-592 552 758 121 +-1796 -149 1053 494 +-217 103 831 167 +267 -73 587 1638 +-191 432 400 86 +1197 70 -277 758 +859 -726 764 494 +286 -781 565 1069 +-1497 747 672 -813 +150 -219 -987 -533 +-1116 446 -473 -568 +-1414 67 -329 -607 +-299 -652 1124 -1 +-273 1206 -1260 -44 +770 -1065 -440 -511 +-87 -928 -907 -641 +-25 10 1323 126 +-1556 588 -263 -468 +801 6 -499 337 +267 -693 -40 989 +-810 -519 -313 748 +-1204 -428 -197 -771 +-320 864 315 112 +248 813 99 -94 +-381 477 -259 -434 +-1063 -38 -85 83 +-762 -483 -247 -2128 +120 633 1371 57 +-72 -598 38 519 +771 -855 49 -928 +675 -642 60 453 +-25 -1167 432 -351 +-1027 1305 -1690 -617 +755 -1334 -99 937 +-118 -1022 266 593 +-201 -1479 593 -789 +-179 1777 -741 -379 +213 227 883 -587 +378 -1345 -366 363 -4492 1331 --2669 -2719 -5123 185 --1268 436 -3892 1453 -2021 -745 -497 -980 --1567 1252 --28 798 -3114 24 --1590 -1706 -402 -2139 --1791 -313 --596 -120 -2365 908 --534 -452 -950 -66 -2896 1511 --439 1093 -551 244 -1633 1404 -235 -1057 --1683 674 --833 853 --833 569 --616 1577 -504 -827 -359 -821 --483 784 --841 162 -357 479 -1280 -671 -594 -1057 -111 123 --842 391 -447 998 --68 785 -871 -768 -327 786 -1248 98 -885 234 -846 -953 --1216 -415 --240 613 --540 760 --734 -83 -419 450 -144 -891 -1264 281 -598 -552 --102 -29 -637 -1159 --1177 263 -541 682 --246 279 -426 70 -198 -1090 --232 -825 -596 -639 -1142 827 --1241 -682 -684 -158 -793 -1268 -451 -864 -2463 -739 +-2669 -2719 -249 -3711 +5123 185 3801 417 +-1268 436 -608 1613 +3892 1453 4444 1208 +2021 -745 2503 1626 +497 -980 -800 161 +-1567 1252 -1991 -250 +-28 798 -1073 -75 +3114 24 3978 1092 +-1590 -1706 -1472 -1243 +402 -2139 1652 -1287 +-1791 -313 -1349 1158 +-596 -120 665 2252 +2365 908 1854 2615 +-534 -452 -652 436 +950 -66 1058 -66 +2896 1511 1626 2484 +-439 1093 -1522 459 +551 244 -622 1487 +1633 1404 64 1632 +235 -1057 -1022 621 +-1683 674 -474 634 +-833 853 259 -478 +-833 569 691 134 +-616 1577 -35 1563 +504 -827 -121 -617 +359 -821 -205 252 +-483 784 284 -362 +-841 162 257 -875 +357 479 100 -284 +1280 -671 -481 -1173 +594 -1057 243 1030 +111 123 -240 -843 +-842 391 134 314 +447 998 -462 27 +-68 785 -3 -547 +871 -768 -755 1333 +327 786 -1114 -1527 +1248 98 -579 -1644 +885 234 -914 1157 +846 -953 1190 47 +-1216 -415 224 -1017 +-240 613 -1850 589 +-540 760 -697 544 +-734 -83 -1667 1291 +419 450 407 602 +144 -891 -1216 671 +1264 281 198 -176 +598 -552 1196 -857 +-102 -29 -905 -318 +637 -1159 137 556 +-1177 263 467 472 +541 682 772 1075 +-246 279 1600 -679 +426 70 191 -630 +198 -1090 628 0 +-232 -825 -122 618 +596 -639 -701 -116 +1142 827 261 307 +-1241 -682 -56 817 +684 -158 -79 -362 +793 -1268 235 -143 +451 -864 717 190 -4073 -716 --324 -3413 -5669 1232 --240 1944 -2712 1151 -2564 -307 -363 -772 --1326 1480 -76 -134 -3376 1737 --2007 58 -2218 -1301 --1913 180 --982 1759 -1052 1523 -424 -389 -651 490 -65 -434 --219 1104 -24 1611 --1330 1809 -240 856 --978 -457 -367 959 -1003 -225 --1052 1253 -113 131 -30 -227 --34 -492 -262 383 --186 429 --280 1100 -904 1221 --15 -791 --235 -1579 -576 239 --1163 -841 -190 -444 --516 -296 -1411 762 -820 50 --1015 475 -489 177 --1172 655 --714 -719 --228 -1286 -56 -164 --1076 1038 --1171 -383 -379 66 -429 70 --243 66 --1084 -273 -100 173 -731 17 --551 -81 -413 -353 --336 188 --501 -631 --606 908 --570 777 -215 57 --329 1119 --37 385 -3406 -94 +-324 -3413 -2657 -1390 +5669 1232 5427 1484 +-240 1944 -2336 154 +2712 1151 2860 -1121 +2564 -307 2755 -1670 +363 -772 304 344 +-1326 1480 -1652 -257 +76 -134 -1504 -456 +3376 1737 5245 1073 +-2007 58 -2100 -1170 +2218 -1301 1313 -1447 +-1913 180 -443 -1256 +-982 1759 -866 1863 +1052 1523 2032 847 +424 -389 -882 -1047 +651 490 170 -275 +65 -434 994 1878 +-219 1104 -391 1286 +24 1611 -871 1467 +-1330 1809 -1982 3094 +240 856 340 1625 +-978 -457 -553 309 +367 959 -255 157 +1003 -225 -351 645 +-1052 1253 568 403 +113 131 1316 -856 +30 -227 129 449 +-34 -492 1333 287 +262 383 465 -641 +-186 429 -51 -765 +-280 1100 -114 117 +904 1221 -570 384 +-15 -791 615 -284 +-235 -1579 481 -587 +576 239 -1287 280 +-1163 -841 -1083 -51 +190 -444 -579 -45 +-516 -296 -530 -1153 +1411 762 496 818 +820 50 201 360 +-1015 475 -435 293 +489 177 566 455 +-1172 655 -2004 342 +-714 -719 38 -657 +-228 -1286 329 -430 +56 -164 732 1177 +-1076 1038 -260 -208 +-1171 -383 -543 183 +379 66 -816 -429 +429 70 765 896 +-243 66 414 668 +-1084 -273 411 142 +100 173 -774 36 +731 17 -163 -1131 +-551 -81 681 -217 +413 -353 -1078 -662 +-336 188 -548 700 +-501 -631 102 1070 +-606 908 -626 -712 +-570 777 121 576 +215 57 681 -822 +-329 1119 -833 -133 +-37 385 -665 50 553 694 --4627 -874 --196 -2748 -753 1155 -3958 3397 -1107 45 --1714 -478 -233 -3411 -1412 -2254 --1871 -2432 -2121 725 -2033 4037 --214 -2666 -2753 -700 --8 1906 --1337 1507 -2323 -2635 --161 -1587 --264 1192 --2596 1075 --1167 -1230 -12 -828 -991 -2169 --357 -2796 -2324 234 -461 3162 -803 -1001 -474 309 --686 -2802 -777 2252 -181 1055 -628 -945 --1861 -2484 --879 1041 -953 -895 -576 1117 -250 26 -619 -1449 -2511 -1225 --2091 -1631 -878 566 --598 -313 -4 191 -865 -412 -307 1679 --1341 -1281 --532 -2146 --1632 -413 --1301 -47 --600 904 --944 -549 --705 2028 -226 -735 -403 827 -1004 940 --369 635 --1360 -185 --1442 -1695 -1888 67 --1193 -139 -171 -646 --435 974 -361 -1295 --1437 948 1811 1168 +-4627 -874 -4739 25 +-196 -2748 779 -1810 +753 1155 -1401 -1474 +3958 3397 5053 3988 +1107 45 -545 -1789 +-1714 -478 -1423 258 +233 -3411 2407 -3627 +1412 -2254 -671 -556 +-1871 -2432 -401 -2355 +2121 725 4069 -1841 +2033 4037 411 1781 +-214 -2666 1285 -254 +2753 -700 532 -2301 +-8 1906 -1096 -681 +-1337 1507 -1599 1172 +2323 -2635 3487 -2608 +-161 -1587 872 135 +-264 1192 243 -911 +-2596 1075 899 -1204 +-1167 -1230 1399 21 +12 -828 132 -1000 +991 -2169 -534 -846 +-357 -2796 341 955 +2324 234 1549 1283 +461 3162 104 2525 +803 -1001 -282 128 +474 309 -1645 -480 +-686 -2802 618 -992 +777 2252 518 210 +181 1055 -484 -743 +628 -945 -278 128 +-1861 -2484 77 1499 +-879 1041 357 -354 +953 -895 1432 -73 +576 1117 561 -176 +250 26 165 1021 +619 -1449 -30 -1797 +2511 -1225 -359 -1595 +-2091 -1631 1392 162 +878 566 -1533 -924 +-598 -313 374 -938 +4 191 -1522 -296 +865 -412 838 -1826 +307 1679 -344 1896 +-1341 -1281 -161 385 +-532 -2146 -314 -1320 +-1632 -413 745 1189 +-1301 -47 3303 287 +-600 904 1160 -516 +-944 -549 460 -72 +-705 2028 24 50 +226 -735 -842 -1094 +403 827 1727 276 +1004 940 1562 1169 +-369 635 960 -1736 +-1360 -185 864 -1060 +-1442 -1695 -1708 -2870 +1888 67 42 1467 +-1193 -139 -391 -109 +171 -646 2015 -2972 +-435 974 -313 -1385 +361 -1295 1104 728 +-1437 948 802 3029 -682 905 --1878 -374 -2139 -1887 --1339 -52 -5939 4117 -629 1054 --3091 718 -1195 -1831 -1229 -564 --1592 -988 -4531 927 -552 619 --636 -1487 -1015 -103 -282 3549 --1462 665 -1057 -692 --222 -1668 -399 -358 --1101 245 -4187 -1640 -754 -1538 -667 -228 --2548 -656 --706 -1816 -683 -876 -1465 142 --810 698 --1853 1051 -844 -1915 -0 425 --496 3375 -425 1009 -115 -900 -523 -1443 -1586 -370 -1862 -639 --1568 246 --1152 -2751 -256 2911 -753 2049 --895 -2738 -2650 -808 --981 -37 -970 1553 -2049 196 -952 1305 --1543 -1504 --421 -185 --947 -1543 -883 -202 -529 555 -967 -707 --116 290 --1668 2530 --1507 504 --214 1026 -2784 -1422 -810 1656 -1228 2226 -433 47 --392 -2396 -686 1838 -140 3159 1276 3711 +-1878 -374 -490 -900 +2139 -1887 -782 -2297 +-1339 -52 -1292 -1363 +5939 4117 7319 3340 +629 1054 1451 1672 +-3091 718 -798 -1612 +1195 -1831 -1103 -2371 +1229 -564 2240 -1449 +-1592 -988 -878 -3294 +4531 927 3659 -672 +552 619 -1805 2705 +-636 -1487 164 -1738 +1015 -103 1542 -1177 +282 3549 -1469 808 +-1462 665 -2858 -1703 +1057 -692 861 -1127 +-222 -1668 128 -1703 +399 -358 -978 465 +-1101 245 -706 451 +4187 -1640 29 -2694 +754 -1538 -1581 -3374 +667 -228 -728 -3822 +-2548 -656 836 0 +-706 -1816 -866 -149 +683 -876 -385 1099 +1465 142 -3173 483 +-810 698 -837 -239 +-1853 1051 -1414 -3399 +844 -1915 122 -1128 +0 425 395 -896 +-496 3375 -1367 -972 +425 1009 -2420 -1350 +115 -900 -998 347 +523 -1443 1497 498 +1586 -370 472 1865 +1862 -639 290 274 +-1568 246 -1983 751 +-1152 -2751 1515 481 +256 2911 942 -1225 +753 2049 1059 2517 +-895 -2738 -1880 -462 +2650 -808 558 1298 +-981 -37 304 532 +970 1553 380 -1239 +2049 196 72 -1823 +952 1305 -1461 1480 +-1543 -1504 -1982 127 +-421 -185 222 1731 +-947 -1543 -195 317 +883 -202 249 -695 +529 555 -729 3093 +967 -707 -2428 676 +-116 290 -237 -1027 +-1668 2530 60 1589 +-1507 504 -858 -284 +-214 1026 -1828 1162 +2784 -1422 1254 1441 +810 1656 166 261 +1228 2226 260 381 +433 47 -1840 1229 +-392 -2396 798 519 +686 1838 -540 218 +140 3159 547 -219 159 -898 --2486 -1233 --1991 -1169 -514 -1247 -3007 1562 -2540 340 --2435 -475 -2262 -2675 --27 -81 -317 -3025 -2924 3056 --1632 1585 -232 -937 -1139 -849 --1462 2270 --173 681 -365 335 --2106 -964 -1514 1999 --1152 1168 -186 2280 --658 2663 -161 -1271 -650 1678 -1000 21 --1223 -1520 -796 1870 --1541 93 --362 -1453 -2403 795 --987 -481 --1466 1197 --2814 1135 --1041 -673 -2418 -277 --820 -2410 -1458 484 --1477 681 -445 -1231 --339 1390 --1518 111 --1075 2808 -2636 -1102 --795 350 -1980 -1028 -1392 110 --133 -2479 --940 792 --2705 1420 --1176 1857 --32 -257 --2449 1597 -3800 212 -483 -780 -1106 -396 --1116 1418 -595 867 --122 1719 --605 1113 --2268 -2441 -2715 1764 --493 336 --297 2299 --1827 745 -3319 292 +-2486 -1233 -6424 1420 +-1991 -1169 2122 -2698 +514 -1247 -2121 -1588 +3007 1562 2651 2625 +2540 340 -123 -1474 +-2435 -475 116 -1550 +2262 -2675 1980 -571 +-27 -81 2077 -441 +317 -3025 -583 -4630 +2924 3056 2508 5072 +-1632 1585 -1517 1736 +232 -937 -1190 -2520 +1139 -849 -204 -3777 +-1462 2270 -395 -82 +-173 681 985 342 +365 335 374 -802 +-2106 -964 -167 -2232 +1514 1999 1227 2733 +-1152 1168 2169 -196 +186 2280 92 -893 +-658 2663 1231 106 +161 -1271 1079 -1546 +650 1678 851 1362 +1000 21 -1531 -1140 +-1223 -1520 -1203 -2061 +796 1870 -422 -26 +-1541 93 287 -337 +-362 -1453 -942 -113 +2403 795 259 1966 +-987 -481 76 6 +-1466 1197 1182 2472 +-2814 1135 1568 -1780 +-1041 -673 -1315 -870 +2418 -277 609 -988 +-820 -2410 435 1232 +1458 484 1213 1176 +-1477 681 1817 -2361 +445 -1231 1321 3330 +-339 1390 2652 2781 +-1518 111 1577 -2389 +-1075 2808 -1276 1108 +2636 -1102 736 2562 +-795 350 2884 -1228 +1980 -1028 -666 -1414 +1392 110 2221 -1428 +-133 -2479 -629 -1262 +-940 792 680 94 +-2705 1420 -216 -436 +-1176 1857 -80 2013 +-32 -257 -425 -309 +-2449 1597 -608 -830 +3800 212 -42 -332 +483 -780 -2279 -1724 +1106 -396 -1171 625 +-1116 1418 -959 -989 +595 867 -839 526 +-122 1719 -183 174 +-605 1113 1516 -917 +-2268 -2441 -1523 -1023 +2715 1764 1475 -1460 +-493 336 -893 807 +-297 2299 -779 1131 +-1827 745 -1230 -957 -1142 1147 --5445 2322 --60 -2591 --135 -872 -4391 3404 -145 -183 --2423 113 -1196 -2131 -2039 1010 --679 -4618 -3829 2148 --1210 1471 -900 -1533 -3032 -551 --1024 2527 --195 1635 -1208 -1672 -1032 1699 --890 1862 -105 -1280 -1555 3156 --185 -2468 -200 1935 --1511 -1087 -511 263 -534 -740 -176 -596 -131 83 -327 -107 --399 -1181 -489 -1155 --442 342 --1604 -400 --394 1938 -854 410 --408 -69 -1883 1616 --1766 -4 -116 596 --360 -233 --162 356 -2681 -27 -258 546 -960 -572 -111 -237 -536 1366 -718 -1504 -54 -3027 -680 -346 -87 -773 --1969 -1000 -478 396 -1497 912 --315 -1089 -767 1193 -2285 585 --1641 -367 -1425 897 --181 713 -1628 -742 -855 -626 -924 -974 -51 -1683 -1748 -1640 -184 1229 +-5445 2322 -2061 -1905 +-60 -2591 -537 -3646 +-135 -872 1866 -990 +4391 3404 5520 6602 +145 -183 268 2161 +-2423 113 -2477 -2635 +1196 -2131 -129 726 +2039 1010 1586 443 +-679 -4618 -1078 -1212 +3829 2148 3259 289 +-1210 1471 -654 2424 +900 -1533 -88 1651 +3032 -551 1192 -1107 +-1024 2527 -3061 1730 +-195 1635 1671 1147 +1208 -1672 -1215 1402 +1032 1699 -262 -1426 +-890 1862 -375 2393 +105 -1280 1193 -2235 +1555 3156 2116 -318 +-185 -2468 1933 -2088 +200 1935 -685 -60 +-1511 -1087 -687 842 +511 263 653 -1331 +534 -740 -2830 -781 +176 -596 -622 1773 +131 83 -840 1344 +327 -107 -86 364 +-399 -1181 1055 788 +489 -1155 276 1835 +-442 342 746 855 +-1604 -400 674 -856 +-394 1938 -8 249 +854 410 -501 843 +-408 -69 419 -977 +1883 1616 582 -1619 +-1766 -4 -424 84 +116 596 -315 1728 +-360 -233 338 -66 +-162 356 -847 -1207 +2681 -27 -848 1944 +258 546 -974 -1318 +960 -572 1259 42 +111 -237 179 889 +536 1366 -755 682 +718 -1504 571 -1337 +54 -3027 658 -941 +680 -346 -256 -1596 +87 -773 517 1824 +-1969 -1000 -81 -2174 +478 396 262 -946 +1497 912 -318 -1012 +-315 -1089 2022 -445 +767 1193 -279 966 +2285 585 -1013 -69 +-1641 -367 1431 1444 +1425 897 1035 -1095 +-181 713 -108 -1142 +1628 -742 -62 1804 +855 -626 -294 -1452 +924 -974 -1189 982 +51 -1683 2417 1107 +1748 -1640 1143 -132 -2953 -1470 -3391 3088 -3502 1251 --1565 -3576 -3529 444 --1912 177 --348 2426 -2583 658 --1508 2278 --3474 2020 -3848 -4778 --2540 -1285 -1198 3099 --2962 291 --2216 -2900 -5993 2124 --215 1982 -3160 -735 -298 -532 -2186 882 -2497 -1017 --1055 -1737 --1372 2530 --13 3473 --759 -2288 --4022 -4681 --119 1792 --1225 869 -3226 2728 --1166 -3488 --445 -2745 -908 637 -3763 3534 -1268 303 --1905 2057 --2250 -1974 --1553 -135 --1024 758 --1448 1176 -2320 138 --1726 -973 --618 -2465 --477 -200 --875 1584 -844 -4551 -348 1827 -388 2256 -79 1345 -705 525 -57 -1115 -3171 329 --1601 -1298 -2309 1305 -1164 1074 -41 -1779 -65 -1715 -1341 1401 -611 3110 --782 977 -1963 -78 --1517 836 -535 -65 -589 527 -3691 -858 -4186 -4504 +3391 3088 5002 982 +3502 1251 1555 -1208 +-1565 -3576 2738 -653 +3529 444 3400 893 +-1912 177 1664 4357 +-348 2426 -1954 570 +2583 658 -1970 -661 +-1508 2278 423 3368 +-3474 2020 -1774 707 +3848 -4778 3776 -832 +-2540 -1285 404 1341 +1198 3099 -960 314 +-2962 291 -353 1345 +-2216 -2900 -410 -1458 +5993 2124 3060 253 +-215 1982 -986 2593 +3160 -735 1269 -308 +298 -532 885 2421 +2186 882 -845 2286 +2497 -1017 406 -2226 +-1055 -1737 -1682 -725 +-1372 2530 -876 363 +-13 3473 625 -992 +-759 -2288 -2954 974 +-4022 -4681 -15 -7106 +-119 1792 -431 -1382 +-1225 869 695 -1092 +3226 2728 608 445 +-1166 -3488 -1647 529 +-445 -2745 660 1585 +908 637 1359 2088 +3763 3534 1713 -1565 +1268 303 -1643 -660 +-1905 2057 -3344 -1084 +-2250 -1974 -2311 -709 +-1553 -135 2388 -781 +-1024 758 -1700 3334 +-1448 1176 -603 3300 +2320 138 -933 -37 +-1726 -973 276 1938 +-618 -2465 1423 4279 +-477 -200 2339 2000 +-875 1584 -1059 3081 +844 -4551 -1091 -1850 +348 1827 -37 -129 +388 2256 -21 4058 +79 1345 485 -1067 +705 525 -2117 -256 +57 -1115 -2484 1575 +3171 329 170 2746 +-1601 -1298 2183 -1254 +2309 1305 -238 2456 +1164 1074 -1703 -184 +41 -1779 -701 -1988 +65 -1715 1194 2693 +1341 1401 131 1283 +611 3110 851 2793 +-782 977 27 -921 +1963 -78 444 -776 +-1517 836 -978 3450 +535 -65 1942 107 +589 527 -3405 -1730 +3691 -858 -334 -2358 -127 -2918 --337 2151 --990 1507 -2762 -2712 -3589 1989 --300 -502 --187 -280 --1765 80 --1711 2569 --462 899 -2203 -2890 --3401 2709 -4104 2421 -1013 526 -86 -4855 -3241 487 -1495 888 -3148 739 -656 -338 -10 387 --3598 2243 --1479 -245 -489 3337 -2886 1694 --85 2075 --2506 3163 -507 -1090 -1728 -2450 -3892 -1706 --719 2380 --1522 -1015 -21 -5459 --1013 -885 -3781 -369 --1322 3512 --462 896 --1498 34 -2802 -655 -1735 3067 --1386 -5314 --901 -2013 -1898 6242 --2993 2558 -801 975 --2439 -2251 --2902 -349 --302 -1361 -3121 1021 -1886 -226 -1144 2161 -975 1176 -654 -1248 --2971 -1198 --919 359 -3020 -3168 -1631 -1125 --449 375 --2783 1168 --3708 -217 --2456 -2305 --1141 2198 -1530 1931 --2186 -3689 --1230 -2487 -4261 -5273 +-337 2151 -393 3949 +-990 1507 1309 1812 +2762 -2712 906 -967 +3589 1989 -199 3342 +-300 -502 -2512 -937 +-187 -280 -669 3494 +-1765 80 3397 -1442 +-1711 2569 -4648 3338 +-462 899 -1428 299 +2203 -2890 3242 1261 +-3401 2709 497 404 +4104 2421 540 3227 +1013 526 -1344 2832 +86 -4855 2253 -2465 +3241 487 3632 3556 +1495 888 640 3767 +3148 739 1302 1061 +656 -338 506 169 +10 387 264 2268 +-3598 2243 2908 2410 +-1479 -245 1214 1752 +489 3337 -1356 6194 +2886 1694 -214 -214 +-85 2075 945 320 +-2506 3163 -1195 -1573 +507 -1090 3920 -3458 +1728 -2450 -1165 235 +3892 -1706 2690 3337 +-719 2380 -699 2957 +-1522 -1015 -112 1931 +21 -5459 1263 1827 +-1013 -885 3272 576 +3781 -369 847 1260 +-1322 3512 -1985 518 +-462 896 -962 -2283 +-1498 34 1619 1589 +2802 -655 1972 -1232 +1735 3067 -746 -1026 +-1386 -5314 347 3324 +-901 -2013 -1893 -3796 +1898 6242 2288 -1606 +-2993 2558 -1354 -2501 +801 975 388 -1186 +-2439 -2251 -757 -379 +-2902 -349 -341 1201 +-302 -1361 1909 -2716 +3121 1021 3321 -714 +1886 -226 -1831 -1891 +1144 2161 552 -840 +975 1176 -5 1639 +654 -1248 1768 -2464 +-2971 -1198 414 -1658 +-919 359 980 2245 +3020 -3168 -301 -1687 +1631 -1125 1076 -1766 +-449 375 2846 -1464 +-2783 1168 -536 -2483 +-3708 -217 951 -1996 +-2456 -2305 -102 504 +-1141 2198 2325 -1826 +1530 1931 975 36 +-2186 -3689 -233 176 +-1230 -2487 -372 -153 -665 -1198 -1995 4293 -5534 -111 -1337 409 -4060 5082 --2618 658 -2091 898 --1463 -687 --1273 99 --3124 -752 -4317 -1339 -2615 3119 -1207 2391 -199 1414 -2559 -3077 -1400 3698 --1825 -306 -2634 1562 --1435 -1774 -1888 -419 --1714 -2358 -1025 -5745 -1164 850 -20 -3571 --1100 -1721 -2102 -576 --2239 -3186 -3680 795 -1198 1422 --1268 -3031 -2396 1666 -253 -707 -4968 127 -1980 924 --3473 -329 --340 2279 --3452 -582 -1232 -54 --1407 1392 -276 -3272 -464 -918 -1770 -3282 --3727 2747 --15 -1246 --2369 -313 --1723 -827 -629 3194 --51 -550 -1285 -727 -1499 -2162 --344 -102 -2286 -1838 --5007 -1469 --1872 689 --1918 872 -1563 -1656 --343 747 --29 -933 -1246 -881 -1265 3343 --2573 -2926 --622 1703 --1535 -2702 -1954 -24 1660 -2020 +1995 4293 4594 693 +5534 -111 -995 943 +1337 409 3281 -1988 +4060 5082 2642 3001 +-2618 658 -100 -1547 +2091 898 -3091 1899 +-1463 -687 1281 -2043 +-1273 99 -4343 2810 +-3124 -752 -3252 2513 +4317 -1339 5009 -4885 +2615 3119 -1547 -281 +1207 2391 3533 1516 +199 1414 980 2840 +2559 -3077 -27 -3335 +1400 3698 -1155 1064 +-1825 -306 -68 2786 +2634 1562 2260 3783 +-1435 -1774 -839 -1468 +1888 -419 -6314 37 +-1714 -2358 1751 2370 +1025 -5745 1573 -3104 +1164 850 -2247 1080 +20 -3571 -2804 -879 +-1100 -1721 140 1547 +2102 -576 824 1878 +-2239 -3186 1222 1021 +3680 795 251 853 +1198 1422 626 -320 +-1268 -3031 -431 -1463 +2396 1666 787 2519 +253 -707 -1166 -3537 +4968 127 -4083 2134 +1980 924 2609 3880 +-3473 -329 -1718 1017 +-340 2279 -112 -1809 +-3452 -582 -1569 -823 +1232 -54 -979 2710 +-1407 1392 -1337 -3824 +276 -3272 -4922 -3213 +464 -918 -2567 1697 +1770 -3282 1088 -1080 +-3727 2747 -806 -3737 +-15 -1246 -2234 416 +-2369 -313 1768 1868 +-1723 -827 -2155 1322 +629 3194 459 830 +-51 -550 -352 -828 +1285 -727 -116 322 +1499 -2162 -1086 -1855 +-344 -102 2261 -1575 +2286 -1838 1078 600 +-5007 -1469 -1858 71 +-1872 689 2044 2719 +-1918 872 50 605 +1563 -1656 1780 3902 +-343 747 1178 -1439 +-29 -933 -1810 -2176 +1246 -881 -2236 1918 +1265 3343 2725 1525 +-2573 -2926 -3042 1766 +-622 1703 1520 -1498 +-1535 -2702 -58 -1006 +1954 -24 2045 1724 317 -2142 -2409 -1155 -504 1219 --1166 -2935 -2266 2255 -764 1939 -1646 504 -1453 -602 --6523 33 --295 1025 -2636 -941 --1212 890 -51 4367 --3596 -691 -225 -2928 --1495 429 --1394 1925 -3176 974 -839 -2305 --1967 1432 -564 -4967 -1309 1744 -138 -4468 -172 1274 --3338 -897 --765 -1320 --640 591 --1065 706 -789 1515 -1465 2940 -265 583 --530 -3443 -1044 -2027 -764 -1891 --1215 1394 --800 241 --1778 -709 -2816 213 -315 -12 -62 424 --1705 -1674 --3167 14 --1752 -3084 --231 -420 -752 1274 -607 -517 --1673 1572 -559 1545 -526 474 --1671 2932 -1763 2218 --424 -1371 --721 -189 --956 513 --3438 -1558 --4650 -1121 -2459 2990 --1976 -1769 -1740 -1293 --2677 758 --351 39 --1540 1438 -1004 1833 --1925 3682 -2041 -2083 +2409 -1155 1883 3327 +504 1219 2859 3348 +-1166 -2935 -55 429 +2266 2255 135 1386 +764 1939 191 -1004 +1646 504 2588 2207 +1453 -602 5416 -3841 +-6523 33 -3961 1454 +-295 1025 -2944 -2548 +2636 -941 2403 6639 +-1212 890 -2340 -24 +51 4367 -141 -158 +-3596 -691 -771 -8 +225 -2928 2752 -1637 +-1495 429 -2980 631 +-1394 1925 2799 -1534 +3176 974 460 3196 +839 -2305 -1008 -3722 +-1967 1432 -2113 3274 +564 -4967 -1549 -1058 +1309 1744 -2153 1304 +138 -4468 1297 -3781 +172 1274 896 -321 +-3338 -897 -1749 367 +-765 -1320 2656 -279 +-640 591 -919 -3491 +-1065 706 1531 -2431 +789 1515 -3030 -673 +1465 2940 -3055 -831 +265 583 -552 -2536 +-530 -3443 -2242 -183 +1044 -2027 -380 1096 +764 -1891 -1944 -958 +-1215 1394 1378 270 +-800 241 1087 2155 +-1778 -709 -1426 2665 +2816 213 2352 -804 +315 -12 1051 -621 +62 424 -1428 -311 +-1705 -1674 1414 1988 +-3167 14 2462 -2016 +-1752 -3084 730 963 +-231 -420 515 -1493 +752 1274 -1244 -1948 +607 -517 1613 -263 +-1673 1572 -1678 -229 +559 1545 -66 894 +526 474 -101 1165 +-1671 2932 1482 -1925 +1763 2218 674 1293 +-424 -1371 -891 -14 +-721 -189 124 1664 +-956 513 -1701 -319 +-3438 -1558 78 66 +-4650 -1121 458 -140 +2459 2990 -2046 -490 +-1976 -1769 195 1774 +1740 -1293 433 -421 +-2677 758 -125 -2868 +-351 39 1135 1609 +-1540 1438 541 214 +1004 1833 -2798 -2637 +-1925 3682 -118 362 diff --git a/AI_Engine_Development/AIE-ML/Design_Tutorials/07-Channelizer-Using-Vitis-Libraries/aie/channelizer/data/fft_back_i_1.txt b/AI_Engine_Development/AIE-ML/Design_Tutorials/07-Channelizer-Using-Vitis-Libraries/aie/channelizer/data/fft_back_i_1.txt index e3770f7de8..4b3d673cc9 100644 --- a/AI_Engine_Development/AIE-ML/Design_Tutorials/07-Channelizer-Using-Vitis-Libraries/aie/channelizer/data/fft_back_i_1.txt +++ b/AI_Engine_Development/AIE-ML/Design_Tutorials/07-Channelizer-Using-Vitis-Libraries/aie/channelizer/data/fft_back_i_1.txt @@ -1,2048 +1,2048 @@ 1557 -402 --2682 465 -1835 -2312 -2182 691 -1828 -260 -734 -898 -1232 -3313 --163 -1093 -672 1208 --1074 117 -1277 -1099 --1387 180 -2218 934 --1299 -1420 -105 -660 --198 274 -2097 717 -1618 -1786 --1262 367 --1714 -543 -549 106 --364 276 --782 346 --766 503 -709 -31 -216 -812 -550 387 --556 69 -1140 -2 --303 -7 --411 -332 -119 -63 -553 23 --35 -249 --139 18 --297 -412 -203 -253 --15 186 -83 594 -272 -296 -141 -94 --350 -453 -170 -53 --114 -235 -264 66 -23 286 -66 168 -99 -437 -443 31 --357 141 -34 232 --184 -383 -103 147 -16 25 --363 21 --462 -1 --408 -345 -230 89 --169 -124 -567 -49 --331 63 -18 -350 --64 479 -118 -31 1460 -59 +-2682 465 -2808 159 +1835 -2312 1610 -1842 +2182 691 2050 1493 +1828 -260 2123 -76 +734 -898 1791 -134 +1232 -3313 585 -3017 +-163 -1093 -13 -1325 +672 1208 587 1507 +-1074 117 -1369 542 +1277 -1099 1892 -546 +-1387 180 -1198 570 +2218 934 1547 896 +-1299 -1420 -952 -1782 +105 -660 633 99 +-198 274 -263 -610 +2097 717 2304 1052 +1618 -1786 1503 -1061 +-1262 367 -874 298 +-1714 -543 -1409 -716 +549 106 206 217 +-364 276 -169 389 +-782 346 -921 49 +-766 503 -972 -117 +709 -31 765 389 +216 -812 584 -205 +550 387 471 97 +-556 69 -341 -38 +1140 -2 526 173 +-303 -7 -329 440 +-411 -332 -88 66 +119 -63 272 286 +553 23 118 -11 +-35 -249 -162 -56 +-139 18 -226 171 +-297 -412 -69 78 +203 -253 254 87 +-15 186 478 193 +83 594 91 378 +272 -296 -82 -196 +141 -94 615 217 +-350 -453 -599 321 +170 -53 350 -63 +-114 -235 58 121 +264 66 -126 -378 +23 286 -191 -139 +66 168 4 -86 +99 -437 29 -99 +443 31 -17 318 +-357 141 -566 120 +34 232 -207 97 +-184 -383 -34 43 +103 147 -215 -330 +16 25 -317 294 +-363 21 60 127 +-462 -1 168 144 +-408 -345 -36 152 +230 89 -90 81 +-169 -124 -301 -107 +567 -49 136 -471 +-331 63 -220 439 +18 -350 80 41 +-64 479 -140 390 +118 -31 -284 112 1499 -611 --2894 680 -1860 -1628 -2815 758 -2067 625 -1477 -525 -1229 -3400 --298 -1427 -193 1424 --928 -354 -1488 -483 --1217 293 -1931 901 --707 -1862 -282 -201 --213 -646 -1712 1373 -2059 -537 --1049 272 --925 -794 --377 775 --288 -19 --1065 -392 --251 79 -1190 319 -325 226 -172 -473 --306 -496 -567 245 --148 765 --486 -332 --300 -380 --167 116 -80 -48 --48 43 --133 -250 --291 517 -539 123 -530 201 --40 -182 --4 -254 -345 338 -129 -169 -421 -111 --465 -405 --686 -157 -139 -311 -180 4 -1 349 --50 229 -1 116 --123 318 -132 -30 --185 227 -133 -1018 --51 -22 --207 -233 --201 286 --221 -5 --571 -34 --299 555 -386 -162 --239 -256 --656 -67 958 -291 +-2894 680 -2902 566 +1860 -1628 1779 -2363 +2815 758 2700 1348 +2067 625 1444 985 +1477 -525 1011 -690 +1229 -3400 1752 -2539 +-298 -1427 219 -1712 +193 1424 -544 1699 +-928 -354 -789 -189 +1488 -483 2265 -1139 +-1217 293 -1160 -64 +1931 901 1562 1206 +-707 -1862 -162 -1556 +282 -201 621 -156 +-213 -646 267 -428 +1712 1373 1486 2183 +2059 -537 2017 -166 +-1049 272 -448 -444 +-925 -794 -1616 -1161 +-377 775 126 278 +-288 -19 -325 -294 +-1065 -392 -617 -377 +-251 79 -852 -300 +1190 319 319 975 +325 226 230 -56 +172 -473 410 -522 +-306 -496 -420 -497 +567 245 475 59 +-148 765 -424 187 +-486 -332 89 2 +-300 -380 324 -385 +-167 116 286 254 +80 -48 -312 266 +-48 43 -195 283 +-133 -250 -201 51 +-291 517 106 -50 +539 123 390 -146 +530 201 -266 137 +-40 -182 139 230 +-4 -254 -329 -127 +345 338 450 -225 +129 -169 -530 -163 +421 -111 257 80 +-465 -405 305 -137 +-686 -157 149 139 +139 -311 204 -304 +180 4 466 -484 +1 349 -238 -67 +-50 229 -283 168 +1 116 236 95 +-123 318 -374 -493 +132 -30 499 -389 +-185 227 27 -23 +133 -1018 -133 -410 +-51 -22 163 -95 +-207 -233 168 -179 +-201 286 -82 295 +-221 -5 766 79 +-571 -34 273 -23 +-299 555 -226 -351 +386 -162 -279 22 +-239 -256 -229 90 +-656 -67 196 66 1251 -531 --2551 425 -1893 -1780 -2264 1966 -1909 534 -975 -705 -1883 -2936 -340 -1330 --98 1043 --887 212 -1644 8 --847 -21 -1733 1769 --146 -1253 --154 -281 --103 -16 -678 1991 -1927 -221 --1310 -298 --982 -1529 --177 364 --405 -571 --321 -510 --876 -415 -381 868 -1139 80 --59 -492 -239 -361 -467 734 --748 245 -331 -20 -372 -4 --64 0 --187 -125 --116 -72 -360 414 --10 186 --43 54 -114 188 -6 -594 -321 -113 -114 -340 -10 332 -314 270 -334 56 -85 -291 -393 98 --11 -15 --158 -139 -145 -537 --165 183 --329 -104 -30 132 -280 -318 -334 -30 -99 -236 --298 -168 -187 -277 --113 -375 -333 310 --559 85 -97 -2 --537 -226 --36 223 1744 -370 +-2551 425 -2888 -216 +1893 -1780 1610 -1350 +2264 1966 2392 1469 +1909 534 1800 412 +975 -705 2068 -900 +1883 -2936 2295 -1978 +340 -1330 -134 -1723 +-98 1043 -732 1728 +-887 212 -939 -173 +1644 8 1618 -238 +-847 -21 -1314 38 +1733 1769 1775 1771 +-146 -1253 256 -1705 +-154 -281 808 -143 +-103 -16 0 57 +678 1991 807 1726 +1927 -221 2252 248 +-1310 -298 -1287 -498 +-982 -1529 -662 -1832 +-177 364 -179 434 +-405 -571 427 -292 +-321 -510 -379 -615 +-876 -415 -914 -928 +381 868 224 580 +1139 80 753 334 +-59 -492 94 77 +239 -361 106 -124 +467 734 183 318 +-748 245 -434 -310 +331 -20 355 -244 +372 -4 -84 -64 +-64 0 -315 171 +-187 -125 -239 92 +-116 -72 -66 112 +360 414 -60 173 +-10 186 -321 33 +-43 54 11 250 +114 188 -674 -64 +6 -594 -537 -72 +321 -113 92 435 +114 -340 -19 -22 +10 332 169 -365 +314 270 -68 692 +334 56 439 0 +85 -291 336 118 +393 98 612 155 +-11 -15 162 534 +-158 -139 -529 -83 +145 -537 -9 -609 +-165 183 210 -415 +-329 -104 261 63 +30 132 130 -16 +280 -318 225 -28 +334 -30 343 -269 +99 -236 3 206 +-298 -168 102 -58 +187 -277 231 -66 +-113 -375 -406 249 +333 310 177 143 +-559 85 36 3 +97 -2 -120 11 +-537 -226 -98 -178 +-36 223 37 68 1698 -604 --2835 -389 -1920 -1891 -2011 1342 -2163 75 -1437 -528 -2365 -2584 -820 -1949 --481 1038 --270 -623 -1919 -116 --1314 -755 -1378 2214 --48 -1411 -303 -221 --23 27 --68 1353 -1470 530 --988 -1068 -294 -1468 --554 -283 -108 -593 -191 -1218 --234 -1376 --772 530 -356 591 -278 341 --85 -364 --119 149 --39 414 -418 -117 -321 -61 --37 -285 --69 -65 --481 -19 --45 23 --88 -243 --125 265 --679 -367 -64 -132 --48 -409 -167 187 --58 -336 --473 709 -479 60 --133 6 -235 527 -274 477 -8 80 -324 391 -475 -27 -279 -469 --164 272 --71 -27 --302 305 --439 -155 -391 -221 --199 275 --18 -320 --351 368 --35 -327 --382 -410 -88 141 -111 433 1439 -579 +-2835 -389 -2307 286 +1920 -1891 2381 -1302 +2011 1342 1932 1937 +2163 75 1162 274 +1437 -528 1444 -595 +2365 -2584 2810 -2148 +820 -1949 661 -1526 +-481 1038 -599 1309 +-270 -623 -785 -843 +1919 -116 1693 1005 +-1314 -755 -1197 -624 +1378 2214 332 2109 +-48 -1411 823 -1830 +303 -221 457 -16 +-23 27 -268 -167 +-68 1353 77 1877 +1470 530 1623 1044 +-988 -1068 -882 -1770 +294 -1468 492 -1430 +-554 -283 -218 121 +108 -593 44 -122 +191 -1218 419 -855 +-234 -1376 400 -711 +-772 530 -199 802 +356 591 453 773 +278 341 -235 -168 +-85 -364 185 -535 +-119 149 -209 -388 +-39 414 -571 -284 +418 -117 -93 297 +321 -61 -21 -403 +-37 -285 256 -31 +-69 -65 -527 -158 +-481 -19 285 -16 +-45 23 267 166 +-88 -243 -140 613 +-125 265 -447 347 +-679 -367 -378 11 +64 -132 61 -72 +-48 -409 42 229 +167 187 22 -119 +-58 -336 -87 -40 +-473 709 -357 602 +479 60 214 128 +-133 6 239 103 +235 527 136 278 +274 477 -291 430 +8 80 69 -218 +324 391 535 240 +475 -27 585 -82 +279 -469 217 -471 +-164 272 16 348 +-71 -27 -82 544 +-302 305 -350 -3 +-439 -155 -1 -441 +391 -221 -318 -38 +-199 275 67 385 +-18 -320 235 38 +-351 368 -235 -205 +-35 -327 -88 501 +-382 -410 -24 -72 +88 141 -237 366 +111 433 199 55 -4746 -197 --3367 -2969 -5147 -786 --30 222 -2420 -1841 -3467 -1319 -817 -308 --2833 1109 --1263 825 -5097 -1800 --2506 472 -422 -1415 --1571 1239 -1406 1238 -2171 961 -718 -1118 -24 -559 -908 -766 -1900 1081 -1295 237 -1196 1429 -554 615 --375 828 -135 346 --1794 -1085 --155 2196 --1057 -2462 -93 -43 --779 -899 -316 750 -477 -573 --886 -600 -63 -414 --328 1191 -585 -92 -1656 1018 -817 1723 -1452 665 --95 -200 -326 514 --679 -832 --775 -690 -538 186 --326 -1397 --195 156 -62 72 --200 -597 --602 378 --617 -1268 --825 1183 --650 633 -140 547 --671 -870 -276 55 -13 789 -408 -256 -521 -531 --1159 -346 -784 268 --365 -99 -657 -776 --449 2039 --158 -604 -877 -1430 -4612 707 +-3367 -2969 -2755 -3201 +5147 -786 4733 -812 +-30 222 -172 -412 +2420 -1841 2925 -781 +3467 -1319 2125 -1453 +817 -308 627 -1770 +-2833 1109 -2855 1009 +-1263 825 -1455 -783 +5097 -1800 4380 -206 +-2506 472 -1912 -804 +422 -1415 112 -3110 +-1571 1239 -829 1611 +1406 1238 1408 1422 +2171 961 1635 1524 +718 -1118 -1845 318 +24 -559 613 -970 +908 -766 2316 -508 +1900 1081 1376 27 +1295 237 886 317 +1196 1429 266 2068 +554 615 633 -1959 +-375 828 -280 254 +135 346 -41 33 +-1794 -1085 -817 231 +-155 2196 -1634 529 +-1057 -2462 -814 -548 +93 -43 -2109 -132 +-779 -899 357 755 +316 750 1391 116 +477 -573 380 -1077 +-886 -600 672 -528 +63 -414 759 38 +-328 1191 48 -1015 +585 -92 -135 -835 +1656 1018 -395 449 +817 1723 709 577 +1452 665 -276 -398 +-95 -200 688 -550 +326 514 77 -1310 +-679 -832 -525 -421 +-775 -690 1439 -1345 +538 186 -467 729 +-326 -1397 386 405 +-195 156 -373 291 +62 72 104 658 +-200 -597 117 56 +-602 378 -678 -417 +-617 -1268 611 77 +-825 1183 -579 86 +-650 633 529 -752 +140 547 350 -507 +-671 -870 -443 -238 +276 55 1577 92 +13 789 -754 422 +408 -256 879 -569 +521 -531 -157 -92 +-1159 -346 -670 215 +784 268 648 204 +-365 -99 808 602 +657 -776 -392 -625 +-449 2039 -685 -1181 +-158 -604 -764 -476 +877 -1430 374 363 -5113 461 --3449 -1916 -4890 11 --726 2303 -2283 -587 -1333 -1254 -984 -1035 --1170 1960 --1426 416 -3505 -554 --993 -365 -997 -2302 --1536 138 -1235 2265 -2646 1000 --1648 642 -653 -772 -1186 -547 -918 1030 --820 69 -2015 1689 -388 -42 -490 546 --1265 841 --321 -582 -505 430 --165 573 -82 230 --418 -1391 --1151 -88 -854 436 --439 1227 --1790 -37 -25 -1228 -559 -615 -1007 -362 -586 -825 -756 95 --346 1013 --262 343 --186 1013 -120 -1646 -699 320 --384 1370 --809 389 -623 355 --1178 -231 --709 -877 -418 -79 -260 -435 --709 -316 --187 -1178 --1072 25 --1030 713 --474 552 -440 -275 -53 1051 -1986 -84 --352 1183 -860 453 --267 -103 --18 -1014 --495 -769 --188 661 -3810 557 +-3449 -1916 -2337 -2042 +4890 11 5392 1084 +-726 2303 -1965 1419 +2283 -587 5023 -1274 +1333 -1254 3390 -10 +984 -1035 1320 -820 +-1170 1960 -968 1165 +-1426 416 -916 -433 +3505 -554 3908 322 +-993 -365 -2569 892 +997 -2302 964 -2264 +-1536 138 -593 629 +1235 2265 -334 227 +2646 1000 1706 1839 +-1648 642 -735 -160 +653 -772 393 -635 +1186 -547 2526 -496 +918 1030 -83 2370 +-820 69 147 1919 +2015 1689 -325 2211 +388 -42 -157 74 +490 546 -394 1393 +-1265 841 -268 667 +-321 -582 -370 -1432 +505 430 -135 842 +-165 573 -56 -21 +82 230 -386 276 +-418 -1391 73 -1191 +-1151 -88 799 -533 +854 436 1158 161 +-439 1227 -800 471 +-1790 -37 -1486 -754 +25 -1228 -455 796 +559 -615 263 -813 +1007 -362 110 -50 +586 -825 215 -525 +756 95 -342 639 +-346 1013 368 -434 +-262 343 533 -878 +-186 1013 -20 538 +120 -1646 -945 136 +699 320 153 962 +-384 1370 1111 -96 +-809 389 -399 828 +623 355 -377 -843 +-1178 -231 392 -823 +-709 -877 -1221 -236 +418 -79 -591 -110 +260 -435 -467 -1060 +-709 -316 15 559 +-187 -1178 250 792 +-1072 25 -529 817 +-1030 713 577 203 +-474 552 698 1206 +440 -275 -840 -340 +53 1051 -1782 677 +1986 -84 -330 384 +-352 1183 -195 527 +860 453 445 -635 +-267 -103 242 249 +-18 -1014 -170 484 +-495 -769 -880 -800 +-188 661 -1247 208 -3170 -1383 --2995 -1983 -4511 -35 --905 208 -3758 -1388 -3732 221 -855 -1602 --2937 -88 --714 1508 -2399 -1294 --2749 541 -1069 -2247 --2689 -178 -588 652 -2015 531 -85 -233 -225 416 -1842 1868 -1136 3146 --586 1972 --766 2243 -1255 642 --1019 -82 --1272 9 --1338 -94 --685 397 -129 1147 --841 508 --859 -1259 -920 -410 --41 -1492 --1397 507 --495 -587 --240 -539 -737 155 --686 -546 --1124 -751 -820 1242 --1080 556 --130 -71 --493 218 --1268 1042 -5 -827 --83 505 -79 393 -474 -104 -215 -1259 -742 345 -67 -46 -132 906 --1099 -19 --384 -1169 -1474 -44 -1123 386 -508 54 -317 1020 -947 -489 -499 1000 --248 540 --1076 138 -1491 902 -335 -93 -801 59 --397 -2055 -5273 137 +-2995 -1983 -2886 -2035 +4511 -35 5665 576 +-905 208 -672 1438 +3758 -1388 3410 426 +3732 221 1844 87 +855 -1602 335 -1088 +-2937 -88 -1565 287 +-714 1508 -776 -90 +2399 -1294 2841 445 +-2749 541 -3066 5 +1069 -2247 1946 -2205 +-2689 -178 -2794 139 +588 652 718 890 +2015 531 1260 2812 +85 -233 -660 -387 +225 416 644 518 +1842 1868 1269 1935 +1136 3146 -820 1522 +-586 1972 920 1665 +-766 2243 108 941 +1255 642 -348 248 +-1019 -82 -641 -14 +-1272 9 364 1162 +-1338 -94 -324 -978 +-685 397 -344 200 +129 1147 415 88 +-841 508 135 -944 +-859 -1259 149 -445 +920 -410 -1082 31 +-41 -1492 586 -216 +-1397 507 -547 972 +-495 -587 1379 297 +-240 -539 1185 30 +737 155 -494 -833 +-686 -546 -349 -44 +-1124 -751 263 -301 +820 1242 275 -406 +-1080 556 1081 -11 +-130 -71 767 1275 +-493 218 808 -826 +-1268 1042 436 -482 +5 -827 197 1066 +-83 505 -870 -1171 +79 393 -24 -1056 +474 -104 1022 -217 +215 -1259 -449 -490 +742 345 375 -145 +67 -46 -1122 239 +132 906 -536 276 +-1099 -19 -599 119 +-384 -1169 -507 -1130 +1474 -44 365 633 +1123 386 -712 -666 +508 54 758 220 +317 1020 462 -1090 +947 -489 -276 608 +499 1000 -255 1350 +-248 540 -427 -598 +-1076 138 -491 -252 +1491 902 684 713 +335 -93 191 977 +801 59 -32 416 +-397 -2055 -839 -439 -4178 -21 --2939 -1786 -4960 68 --1557 398 -2863 1399 -2544 -427 --68 -740 --3804 870 --1500 427 -3179 1181 --1279 -1476 -2084 -1434 --2084 413 --771 832 -439 2056 --1711 620 -17 1069 -1987 2099 --1105 2946 --700 1076 --894 1768 --2 -9 --3488 -199 --73 804 --321 -1687 --953 50 --62 385 --451 925 --244 45 -103 -463 -7 566 --1720 -552 --1797 -1442 -448 369 -1767 -135 -52 695 -1257 794 --489 -879 -509 -211 -120 -520 -961 1817 -1085 -992 -599 -88 -939 -959 -55 882 -96 157 -1570 -53 --354 -395 --29 1162 -216 607 -1132 -1231 -634 -375 -380 204 -803 -350 --513 -258 -391 400 --1065 -500 -253 -496 -456 606 -674 -143 -500 854 -1165 316 --749 -381 -470 -1362 -4481 -1008 +-2939 -1786 -2581 -3476 +4960 68 3733 585 +-1557 398 -17 672 +2863 1399 4728 187 +2544 -427 2770 22 +-68 -740 380 -1266 +-3804 870 -1816 -931 +-1500 427 -1181 -421 +3179 1181 2154 2460 +-1279 -1476 -973 -1816 +2084 -1434 2532 -2551 +-2084 413 -2356 -1800 +-771 832 -177 1969 +439 2056 859 2898 +-1711 620 684 233 +17 1069 -722 -708 +1987 2099 1340 2210 +-1105 2946 204 2237 +-700 1076 -790 171 +-894 1768 -2816 1741 +-2 -9 530 911 +-3488 -199 -1495 -297 +-73 804 -591 95 +-321 -1687 300 -1021 +-953 50 -637 1002 +-62 385 573 654 +-451 925 1120 -404 +-244 45 -470 2071 +103 -463 -188 623 +7 566 -702 -708 +-1720 -552 1180 1284 +-1797 -1442 -719 -100 +448 369 96 -141 +1767 -135 -1040 -113 +52 695 876 673 +1257 794 49 -1619 +-489 -879 -77 -805 +509 -211 -43 -412 +120 -520 629 -134 +961 1817 -706 -362 +1085 -992 -67 207 +599 -88 -428 343 +939 -959 596 -977 +55 882 528 -337 +96 157 -369 -342 +1570 -53 -729 421 +-354 -395 134 -151 +-29 1162 -319 -948 +216 607 -200 409 +1132 -1231 -99 154 +634 -375 358 566 +380 204 -561 -586 +803 -350 338 -416 +-513 -258 1485 1535 +391 400 -956 -194 +-1065 -500 692 1067 +253 -496 -182 27 +456 606 -204 145 +674 -143 54 -56 +500 854 -1207 -594 +1165 316 -704 -191 +-749 -381 -274 -353 +470 -1362 71 -52 626 1704 --1109 806 --679 -923 -189 363 -6121 3854 -79 -491 --3821 -188 -3051 -1363 -2628 -197 --4043 -2119 -7609 -889 --382 1446 --352 -2558 --1826 -1271 --28 -844 --262 2578 -1106 43 -900 1404 -833 719 -543 399 -4 -1763 --1204 -1338 --1612 -207 -753 483 -1503 2615 -1586 -2114 --1649 2023 --584 -842 --1375 1474 -640 -1142 --630 2735 -1081 834 --2199 2712 -629 -419 --2053 -856 --1423 -820 --899 -1832 --1227 -2315 --150 35 --368 -1017 -812 1001 -1962 883 --1509 -82 -467 1203 --1197 111 -156 76 -342 -732 --54 357 -1532 2100 -1542 -2242 -1458 -770 --1238 468 -1050 1976 -949 508 -332 -1306 -1742 721 -219 2910 -585 986 --1337 -612 --204 340 -712 1453 -1110 -2983 -1114 383 --963 2803 1363 -1628 +-1109 806 -1733 1711 +-679 -923 -147 -1911 +189 363 -347 738 +6121 3854 4310 3603 +79 -491 -256 -1003 +-3821 -188 -1337 2079 +3051 -1363 2000 -2277 +2628 -197 1451 1153 +-4043 -2119 -1750 -4675 +7609 -889 3097 -120 +-382 1446 2054 4065 +-352 -2558 -29 -2648 +-1826 -1271 -1946 -646 +-28 -844 335 -1017 +-262 2578 2989 -238 +1106 43 532 810 +900 1404 -1137 -703 +833 719 630 560 +543 399 -969 1449 +4 -1763 2014 -787 +-1204 -1338 -1599 613 +-1612 -207 -463 436 +753 483 1272 392 +1503 2615 1887 -322 +1586 -2114 2746 719 +-1649 2023 -873 -534 +-584 -842 1994 -307 +-1375 1474 -907 -1187 +640 -1142 -2390 -767 +-630 2735 53 146 +1081 834 -1317 651 +-2199 2712 -1670 540 +629 -419 -254 1553 +-2053 -856 1483 268 +-1423 -820 1501 -1239 +-899 -1832 -3258 -562 +-1227 -2315 1 -1257 +-150 35 -2257 526 +-368 -1017 1300 -108 +812 1001 -314 -67 +1962 883 -1176 -54 +-1509 -82 -433 -267 +467 1203 -897 -604 +-1197 111 255 -1087 +156 76 -1191 -1778 +342 -732 -767 -693 +-54 357 952 -376 +1532 2100 -1061 -466 +1542 -2242 2312 -390 +1458 -770 -913 1812 +-1238 468 -877 1010 +1050 1976 587 813 +949 508 -1951 -2524 +332 -1306 -289 -2120 +1742 721 -1820 647 +219 2910 1340 517 +585 986 1227 175 +-1337 -612 -855 1130 +-204 340 -1197 1224 +712 1453 1125 190 +1110 -2983 3 1756 +1114 383 2821 -587 +-963 2803 1536 -694 2794 -664 --108 -1048 --2281 -2548 --1817 -1896 -5891 4303 -1687 1073 --3134 -55 --735 -3735 -3030 -45 --1559 -1637 -2907 -1434 -548 2350 -486 1516 --1067 -3380 --278 1573 -2238 275 -126 -200 --424 688 -339 1914 -1673 1463 --765 -525 --2364 -1416 --1618 -145 -859 -474 --1155 2186 --973 948 --587 112 -133 1025 --285 1332 -1951 -1531 --8 664 -2444 -781 -3596 -1288 --1891 2755 --697 683 --129 2081 -180 -932 --2372 -1116 --2110 -1428 -1746 -1324 --63 -1829 --825 834 --2182 -253 -750 -918 -1093 173 --387 -914 --75 1175 -346 917 -422 81 --736 330 --18 772 -1169 1505 -1434 -183 -1945 -438 -453 588 -48 -541 --1521 90 --1906 -289 -744 -2941 --144 436 --513 -3027 --272 2999 -1073 1749 -1939 -311 -322 542 +-108 -1048 -3812 -1258 +-2281 -2548 -1690 -2632 +-1817 -1896 -94 -1660 +5891 4303 1955 5383 +1687 1073 -1489 -922 +-3134 -55 -5497 -463 +-735 -3735 1283 -1542 +3030 -45 2318 -688 +-1559 -1637 -1051 -4469 +2907 -1434 2849 -590 +548 2350 -267 1520 +486 1516 -162 252 +-1067 -3380 -1007 1225 +-278 1573 -1765 1379 +2238 275 260 3361 +126 -200 1275 -67 +-424 688 -1558 1058 +339 1914 111 -720 +1673 1463 1953 -1798 +-765 -525 2287 404 +-2364 -1416 1954 -341 +-1618 -145 -1129 -1684 +859 -474 764 455 +-1155 2186 998 1151 +-973 948 1048 50 +-587 112 -280 689 +133 1025 1747 305 +-285 1332 -183 1856 +1951 -1531 559 1096 +-8 664 -1330 89 +2444 -781 -166 -972 +3596 -1288 1996 1714 +-1891 2755 352 -2329 +-697 683 -273 1074 +-129 2081 573 -381 +180 -932 -1954 326 +-2372 -1116 -388 -272 +-2110 -1428 -829 -565 +1746 -1324 -739 247 +-63 -1829 -74 -579 +-825 834 688 -744 +-2182 -253 993 -1926 +750 -918 -1288 746 +1093 173 304 -925 +-387 -914 663 -539 +-75 1175 -1193 476 +346 917 913 640 +422 81 1895 2022 +-736 330 1174 -199 +-18 772 142 -1459 +1169 1505 -876 -588 +1434 -183 436 -1116 +1945 -438 -1469 404 +453 588 -144 -1477 +48 -541 -141 900 +-1521 90 1372 -900 +-1906 -289 331 -772 +744 -2941 -1150 -168 +-144 436 -169 192 +-513 -3027 627 987 +-272 2999 906 167 +1073 1749 1622 1812 +1939 -311 1442 -796 816 4098 --1905 -1204 -984 -1513 --1272 -1380 -3554 6049 --115 -1111 --3251 1861 -3762 -1897 -912 -1432 -1059 -3466 -5635 -373 --432 2785 -273 288 --1600 -1940 -493 2250 --61 1002 -1875 -1405 --752 560 --58 -2021 -1085 -1020 -1821 -1267 --963 -2067 -330 1524 -3451 371 -1776 -637 --1989 1117 -1014 -1519 -350 -1049 --11 862 -592 374 -479 1485 -2079 -1946 -1681 235 -1054 1245 --633 18 -659 -730 -2576 -319 --304 -384 -1363 -1158 -2467 1239 -502 396 -2293 312 --666 1381 -7 761 --1315 -1054 --2520 -157 --1056 1448 --1240 -21 -405 2199 --274 -589 -2311 -1247 -1692 639 --1434 -797 --3000 303 -453 323 --603 -924 --262 -64 --1503 -354 --818 -420 -1390 -1057 --1662 -32 --641 1029 --415 989 --338 2773 1903 912 +-1905 -1204 -1523 -1357 +984 -1513 -1460 -2960 +-1272 -1380 -937 -1603 +3554 6049 3388 2934 +-115 -1111 456 -77 +-3251 1861 -3794 -1342 +3762 -1897 2227 94 +912 -1432 1875 70 +1059 -3466 625 -2868 +5635 -373 5917 1426 +-432 2785 -170 2451 +273 288 751 -915 +-1600 -1940 -1114 -189 +493 2250 -1695 -293 +-61 1002 -65 522 +1875 -1405 876 -147 +-752 560 -760 -599 +-58 -2021 1461 232 +1085 -1020 -2329 -1323 +1821 -1267 78 1677 +-963 -2067 239 309 +330 1524 -588 -1216 +3451 371 331 -721 +1776 -637 -830 965 +-1989 1117 -1658 1193 +1014 -1519 -571 -988 +350 -1049 491 714 +-11 862 -1112 -583 +592 374 1818 503 +479 1485 -1639 411 +2079 -1946 -14 -1885 +1681 235 -1992 -504 +1054 1245 -1159 654 +-633 18 714 966 +659 -730 289 628 +2576 -319 -471 2 +-304 -384 -1236 2232 +1363 -1158 -1184 675 +2467 1239 -174 -2055 +502 396 -2282 737 +2293 312 273 1050 +-666 1381 -812 -1871 +7 761 145 1013 +-1315 -1054 -1328 2346 +-2520 -157 -1835 -260 +-1056 1448 912 1696 +-1240 -21 -764 365 +405 2199 1240 730 +-274 -589 2041 369 +2311 -1247 -529 -782 +1692 639 745 161 +-1434 -797 54 -1284 +-3000 303 942 1349 +453 323 -959 -313 +-603 -924 -1637 705 +-262 -64 503 -1208 +-1503 -354 -836 -2287 +-818 -420 1590 364 +1390 -1057 77 609 +-1662 -32 -1224 -2039 +-641 1029 -46 -1115 +-415 989 -27 -233 +-338 2773 1629 -239 -616 814 --2196 -2102 -950 -831 -2157 322 -1897 3814 --217 1285 --1563 1505 -3474 921 -2712 -945 --1261 -3195 -1992 3183 -669 3370 --540 -2047 -2688 -983 -62 1611 -1912 -1500 -1212 230 --1916 -919 -98 -873 -270 -1402 -2932 2127 --553 1120 -4012 -432 --1245 1579 -1199 2247 --680 610 -103 -738 -452 -1090 --669 -291 --80 360 --702 -815 -818 1196 -3130 3306 --1045 315 --2273 -1057 --7 -638 --847 -1047 -768 573 -462 1253 -1038 2338 -636 -1352 --1468 547 --375 -593 --265 1329 --1015 -1088 -225 -826 --2031 -843 --2372 1157 --2409 -3288 -21 -1062 --2074 1780 --1347 1650 -461 459 --1024 6 -991 968 -948 -269 --1064 1494 -1087 184 --1090 -115 --413 -21 --1106 -151 --912 492 -682 1876 --1169 -661 1487 2111 +-2196 -2102 -1837 -190 +950 -831 1949 -4327 +2157 322 -2179 -1428 +1897 3814 2280 4865 +-217 1285 -553 -69 +-1563 1505 -2853 -923 +3474 921 799 1701 +2712 -945 1746 370 +-1261 -3195 3621 -4832 +1992 3183 2521 2723 +669 3370 -687 2870 +-540 -2047 2016 367 +2688 -983 180 -2390 +62 1611 -1903 -937 +1912 -1500 -415 -246 +1212 230 2805 3460 +-1916 -919 -721 -1140 +98 -873 -999 1656 +270 -1402 -512 1037 +2932 2127 2985 620 +-553 1120 174 -1424 +4012 -432 1026 -512 +-1245 1579 -84 393 +1199 2247 -518 1435 +-680 610 -1103 -3251 +103 -738 -109 -1703 +452 -1090 -75 1760 +-669 -291 1787 -1496 +-80 360 -229 -730 +-702 -815 2504 -186 +818 1196 -2252 -382 +3130 3306 -566 196 +-1045 315 -133 663 +-2273 -1057 906 53 +-7 -638 -2463 -2367 +-847 -1047 -401 1141 +768 573 149 1103 +462 1253 168 -414 +1038 2338 319 -287 +636 -1352 1333 224 +-1468 547 782 1362 +-375 -593 957 -660 +-265 1329 -1319 572 +-1015 -1088 -568 -827 +225 -826 669 265 +-2031 -843 1636 372 +-2372 1157 -408 -1220 +-2409 -3288 -865 462 +21 -1062 -558 -299 +-2074 1780 143 -304 +-1347 1650 -1531 201 +461 459 690 615 +-1024 6 475 -760 +991 968 -1959 -978 +948 -269 1919 1440 +-1064 1494 -1147 -682 +1087 184 -1322 -53 +-1090 -115 -400 -64 +-413 -21 778 -1036 +-1106 -151 1196 887 +-912 492 1253 1360 +682 1876 1002 -330 +-1169 -661 -1130 -1279 -270 -3545 -390 1702 -2615 -1591 --1205 -1856 -2369 1705 --2900 611 -3388 1097 --913 -2442 --4612 -246 --1071 2091 --2286 -2397 --510 1510 -3021 3033 -2945 2066 --1705 -75 -151 1283 --496 -385 -1370 -3129 --119 159 --1757 -249 -934 626 -453 -271 -2376 1653 --315 -898 --426 -2432 --4300 1055 -3407 994 -408 -1140 -4330 -1025 --1321 -452 -894 -3593 -252 -2578 -2869 -4127 --119 -698 -2929 2011 --748 -653 -967 -85 --1640 1973 -147 902 -1291 -1612 --727 -400 --3041 -3150 -2384 679 --102 577 -1424 397 --266 1119 --359 1875 -2174 -1796 --565 -1314 --2254 2346 -383 -371 -1154 -123 -1398 -1045 --319 -510 --1611 1127 --4380 -1015 --1626 -4449 -695 -1337 -714 902 -1017 -513 --2947 -242 --205 1167 --1740 485 --27 -1951 -4816 1503 +390 1702 1138 935 +2615 -1591 808 407 +-1205 -1856 -406 -2303 +2369 1705 4192 1978 +-2900 611 773 1535 +3388 1097 -1210 -387 +-913 -2442 -310 348 +-4612 -246 -1183 1018 +-1071 2091 -3085 3832 +-2286 -2397 4265 440 +-510 1510 -3843 -237 +3021 3033 649 2859 +2945 2066 2307 129 +-1705 -75 -1297 163 +151 1283 -893 2229 +-496 -385 1304 -57 +1370 -3129 1888 -788 +-119 159 820 2208 +-1757 -249 1706 -1585 +934 626 182 -1939 +453 -271 1470 903 +2376 1653 541 415 +-315 -898 -1257 -267 +-426 -2432 -763 1669 +-4300 1055 -4374 -2020 +3407 994 1239 2038 +408 -1140 -616 1029 +4330 -1025 281 189 +-1321 -452 1432 436 +894 -3593 -1168 1328 +252 -2578 3090 1378 +2869 -4127 962 -2295 +-119 -698 85 -645 +2929 2011 -3887 498 +-748 -653 -2938 899 +967 -85 5180 1867 +-1640 1973 -72 2196 +147 902 2507 -628 +1291 -1612 -2112 1161 +-727 -400 951 2315 +-3041 -3150 468 808 +2384 679 472 596 +-102 577 183 1237 +1424 397 1299 -62 +-266 1119 2210 1683 +-359 1875 1675 2316 +2174 -1796 -682 1476 +-565 -1314 1515 -299 +-2254 2346 -2406 278 +383 -371 504 -61 +1154 -123 560 -512 +1398 -1045 273 -1541 +-319 -510 888 5570 +-1611 1127 1326 4366 +-4380 -1015 3480 -323 +-1626 -4449 -1503 -870 +695 -1337 46 -795 +714 902 -705 -965 +1017 -513 2017 -2842 +-2947 -242 -946 -618 +-205 1167 1100 -1777 +-1740 485 -4588 3702 +-27 -1951 -3427 1122 -4524 -3456 --1536 2424 -4274 1406 -3405 -1532 -3293 1486 --909 -653 -1061 2324 -3203 731 --3376 1534 --750 -1683 -3195 2811 --2064 1521 -1584 -1468 -1282 2172 --722 -2143 -1586 934 -341 -145 -3186 -1305 --364 -788 --679 408 -2264 583 -4453 -258 -1391 -148 -2420 1630 -2315 -2632 -687 652 -1476 -2612 --1197 -3283 -1688 -1031 --660 2560 --2438 -3394 --3183 14 --3032 2080 -3865 -2920 -472 -593 --1322 -3124 --2071 3507 -2704 1285 -5502 1063 --1983 1752 -452 2144 -2184 948 -3447 -393 --1035 91 --2185 -1097 --2061 782 -1005 -1159 --1042 -1130 --336 1025 -883 620 -566 221 --1310 -1003 --2396 843 --2144 770 --337 -3167 --1332 407 -1244 -833 -2205 1435 -84 3639 --2071 -1391 -95 4434 -1980 -4068 -688 -1677 --3959 131 -3709 -2199 +-1536 2424 2609 2818 +4274 1406 3067 655 +3405 -1532 2632 1626 +3293 1486 3224 1587 +-909 -653 2469 1490 +1061 2324 4502 2024 +3203 731 -592 -3575 +-3376 1534 -4065 4508 +-750 -1683 -2171 1156 +3195 2811 7109 -485 +-2064 1521 -2257 3590 +1584 -1468 -398 1006 +1282 2172 2785 -939 +-722 -2143 2051 -5380 +1586 934 2376 -2556 +341 -145 654 187 +3186 -1305 3614 -1124 +-364 -788 1344 1466 +-679 408 -2502 2678 +2264 583 316 -3217 +4453 -258 -2964 -1120 +1391 -148 1305 1580 +2420 1630 -1608 -124 +2315 -2632 -837 680 +687 652 -3360 292 +1476 -2612 -534 -2272 +-1197 -3283 -2124 -30 +1688 -1031 1309 -2088 +-660 2560 -876 -1322 +-2438 -3394 1865 196 +-3183 14 2158 20 +-3032 2080 -1032 -783 +3865 -2920 -678 2708 +472 -593 -156 -98 +-1322 -3124 -1868 2757 +-2071 3507 2594 91 +2704 1285 1289 -982 +5502 1063 1343 2162 +-1983 1752 1549 920 +452 2144 -1315 49 +2184 948 -124 -203 +3447 -393 -2892 532 +-1035 91 649 -88 +-2185 -1097 193 261 +-2061 782 10 2808 +1005 -1159 -30 -350 +-1042 -1130 -261 -826 +-336 1025 -1791 -2840 +883 620 -875 2237 +566 221 280 3064 +-1310 -1003 1359 -896 +-2396 843 -1868 260 +-2144 770 2359 -1241 +-337 -3167 -1419 980 +-1332 407 1796 -950 +1244 -833 143 -107 +2205 1435 -1595 1942 +84 3639 1889 -694 +-2071 -1391 1561 395 +95 4434 -1788 -3581 +1980 -4068 -1497 -612 +688 -1677 -1959 -2020 +-3959 131 496 2525 -4953 -6059 -1270 2918 -1034 -473 -3816 -1679 -2404 762 --1015 1119 -1566 -2755 --792 -107 --2897 293 --2999 3569 -442 1201 --1355 514 -2396 -83 -3130 2947 --1878 -4849 --1398 1691 --1984 2032 -2830 -2347 --1694 2263 --1521 812 -578 1241 --361 1991 --1640 -2882 --3520 728 -512 1667 -3121 -1681 --3245 -1038 -1853 933 -697 -126 --2773 621 -1249 239 --1181 3659 --1510 -18 --1057 -2416 -495 -107 --181 2479 --2542 2762 --754 -293 -609 1286 --2507 -1884 -149 -1047 -201 -2899 -851 -1174 --797 -817 -623 638 -3098 -20 -2107 -1376 --890 -1158 --2234 -2287 -1347 -951 --3166 1571 --1759 1550 -639 559 -4183 -1052 --434 193 -169 125 --645 601 -1695 671 -1538 -765 --1924 839 --689 -1487 -882 29 --820 -1195 -665 -369 -3776 -3663 +1270 2918 2 3386 +1034 -473 2072 3004 +3816 -1679 2243 -1212 +2404 762 3207 3565 +-1015 1119 1809 -689 +1566 -2755 4716 4297 +-792 -107 -2806 -3241 +-2897 293 -3225 2629 +-2999 3569 -2933 630 +442 1201 188 -482 +-1355 514 -4620 1243 +2396 -83 1404 951 +3130 2947 730 -2012 +-1878 -4849 3640 -1423 +-1398 1691 213 3163 +-1984 2032 627 -281 +2830 -2347 4392 -196 +-1694 2263 -2066 1602 +-1521 812 1876 2193 +578 1241 886 -728 +-361 1991 1883 -1162 +-1640 -2882 -251 1652 +-3520 728 -868 329 +512 1667 2833 -713 +3121 -1681 2554 -2919 +-3245 -1038 1641 -225 +1853 933 1061 471 +697 -126 1168 1088 +-2773 621 -536 -559 +1249 239 3341 -204 +-1181 3659 948 2214 +-1510 -18 1229 1481 +-1057 -2416 -445 -1491 +495 -107 -102 -1213 +-181 2479 -629 322 +-2542 2762 93 -18 +-754 -293 3652 -2843 +609 1286 -759 -1077 +-2507 -1884 -1225 3013 +149 -1047 3350 1589 +201 -2899 -743 1001 +851 -1174 783 -173 +-797 -817 548 -89 +623 638 3669 -1495 +3098 -20 3585 26 +2107 -1376 -240 -2704 +-890 -1158 759 -127 +-2234 -2287 -1386 -944 +1347 -951 -2819 -1512 +-3166 1571 1285 151 +-1759 1550 814 1360 +639 559 -317 1580 +4183 -1052 -99 -2320 +-434 193 2318 734 +169 125 2861 560 +-645 601 1 714 +1695 671 655 2603 +1538 -765 -2732 -398 +-1924 839 -102 -1316 +-689 -1487 458 2757 +882 29 -385 -269 +-820 -1195 -473 -219 +665 -369 -2699 1193 -1396 -1959 -979 3482 -218 -390 --1360 -3503 -6317 472 -1678 -1308 -2532 -2887 -1926 -5390 --5066 2630 -762 488 -4751 -656 --4831 -2226 -3608 3937 --2498 3616 -1319 -1715 --2433 3614 --478 -2598 -2242 307 -776 610 --137 3023 --3016 -2975 -2375 -2832 --3236 -616 -142 -3549 --399 -1244 -610 -2614 -1583 12 -590 991 -2482 109 -1306 -392 -1670 1015 -208 -837 --3108 -3833 -1462 -1434 -759 672 -799 -237 --811 256 --1209 898 --1688 -1583 --2033 -3728 --3600 -1589 -1947 2709 -25 289 --2024 -578 -1921 1253 --894 1320 -1050 1677 -3035 -2182 -2852 3217 -1305 2939 -1796 -1658 -1441 -2061 --444 -937 -943 272 --1711 -45 --3045 -983 -3268 -2412 --3078 1024 -1416 -2255 --1177 -252 -423 -812 --807 -2993 -737 -1512 -1957 2203 -3938 -3165 +979 3482 1106 3501 +218 -390 1743 4777 +-1360 -3503 3357 875 +6317 472 1384 2183 +1678 -1308 486 1014 +2532 -2887 2736 1614 +1926 -5390 1255 -5366 +-5066 2630 -3285 1214 +762 488 -5640 1294 +4751 -656 2769 3946 +-4831 -2226 -4082 1974 +3608 3937 -279 2758 +-2498 3616 -147 3553 +1319 -1715 3129 813 +-2433 3614 -2438 1149 +-478 -2598 -2799 -2606 +2242 307 524 1909 +776 610 -2339 -2645 +-137 3023 1424 194 +-3016 -2975 -1248 568 +2375 -2832 412 1273 +-3236 -616 498 -494 +142 -3549 528 1225 +-399 -1244 -290 -1088 +610 -2614 575 4032 +1583 12 -156 1484 +590 991 -1701 -2505 +2482 109 -2218 301 +1306 -392 384 1253 +1670 1015 -5002 1593 +208 -837 1953 -1179 +-3108 -3833 2636 68 +1462 -1434 -1042 -2455 +759 672 123 -412 +799 -237 2966 2413 +-811 256 -5 2617 +-1209 898 740 -980 +-1688 -1583 -11 2118 +-2033 -3728 -1492 2072 +-3600 -1589 -2089 1150 +1947 2709 -308 -666 +25 289 117 197 +-2024 -578 -1408 970 +1921 1253 -1115 1092 +-894 1320 -1827 -717 +1050 1677 -1510 -722 +3035 -2182 770 847 +2852 3217 879 -33 +1305 2939 1781 1584 +1796 -1658 314 -1515 +1441 -2061 2701 -1526 +-444 -937 -335 35 +943 272 -967 1256 +-1711 -45 73 -748 +-3045 -983 -1915 -1427 +3268 -2412 96 -494 +-3078 1024 3236 -362 +1416 -2255 3070 -797 +-1177 -252 -2021 2645 +423 -812 -1148 502 +-807 -2993 -983 -1133 +737 -1512 -1391 1407 +1957 2203 3006 2833 diff --git a/AI_Engine_Development/AIE-ML/Design_Tutorials/07-Channelizer-Using-Vitis-Libraries/aie/channelizer/data/fft_back_i_2.txt b/AI_Engine_Development/AIE-ML/Design_Tutorials/07-Channelizer-Using-Vitis-Libraries/aie/channelizer/data/fft_back_i_2.txt index 06b5c42047..25805b805b 100644 --- a/AI_Engine_Development/AIE-ML/Design_Tutorials/07-Channelizer-Using-Vitis-Libraries/aie/channelizer/data/fft_back_i_2.txt +++ b/AI_Engine_Development/AIE-ML/Design_Tutorials/07-Channelizer-Using-Vitis-Libraries/aie/channelizer/data/fft_back_i_2.txt @@ -1,2048 +1,2048 @@ 1394 -562 --2940 713 -1916 -2441 -2228 641 -1792 -14 -1068 -1034 -1521 -3632 --433 -873 -459 1696 --1115 -214 -1499 -577 --1385 642 -2033 719 --944 -1456 -265 -398 --128 -279 -1884 474 -1491 -1635 --1074 267 --1276 -627 -187 547 --263 593 --1057 -39 --939 437 -490 -198 -591 -297 --188 182 --782 284 -521 -165 --172 309 --220 -346 -108 -112 -261 -169 -15 174 -136 -132 -277 -532 -434 -215 -132 -70 -108 336 -209 -111 --248 391 --356 113 --35 203 -18 -101 -276 -383 -52 105 --445 -148 -114 -112 -115 395 --267 433 --151 225 --201 -281 --83 121 -6 -32 --136 -15 --265 -49 --303 -79 --256 224 --268 -168 --6 -52 --248 -384 -244 36 --82 695 --43 -129 1796 378 +-2940 713 -3195 -53 +1916 -2441 1833 -2278 +2228 641 1921 807 +1792 -14 1951 103 +1068 -1034 1444 -596 +1521 -3632 829 -3444 +-433 -873 -93 -1140 +459 1696 222 1183 +-1115 -214 -952 247 +1499 -577 1602 -174 +-1385 642 -1532 348 +2033 719 1553 1057 +-944 -1456 -671 -1856 +265 -398 817 88 +-128 -279 -267 -312 +1884 474 1956 726 +1491 -1635 1872 -1151 +-1074 267 -998 192 +-1276 -627 -1107 -820 +187 547 199 422 +-263 593 -649 90 +-1057 -39 -1330 -423 +-939 437 -1362 -348 +490 -198 544 665 +591 -297 219 -8 +-188 182 427 71 +-782 284 -494 -17 +521 -165 770 265 +-172 309 -480 296 +-220 -346 -108 -385 +108 -112 425 -150 +261 -169 142 -41 +15 174 -241 -203 +136 -132 -532 83 +277 -532 -176 -28 +434 -215 8 -254 +132 -70 249 524 +108 336 95 185 +209 -111 61 -114 +-248 391 619 -9 +-356 113 -199 -83 +-35 203 308 -186 +18 -101 537 -34 +276 -383 -114 -145 +52 105 -185 86 +-445 -148 155 -80 +114 -112 -50 9 +115 395 354 -124 +-267 433 -488 566 +-151 225 -209 94 +-201 -281 -144 -46 +-83 121 -240 -130 +6 -32 201 -147 +-136 -15 -246 192 +-265 -49 252 -38 +-303 -79 -54 172 +-256 224 -108 91 +-268 -168 200 68 +-6 -52 19 -517 +-248 -384 -408 -125 +244 36 -97 97 +-82 695 39 589 +-43 -129 -293 223 1607 -349 --2849 635 -1757 -1807 -2886 1067 -1810 548 -1228 -454 -1740 -3207 -83 -1737 --154 1509 --885 74 -1126 -621 --1125 250 -1527 848 --178 -1826 -667 -383 --434 -359 -1621 1281 -1888 -707 --1509 -144 --1424 -368 --31 569 --666 -560 --1129 -775 --618 272 -1002 331 -608 -126 -380 -315 --286 -492 -219 132 --433 534 --235 -452 --73 -25 --500 355 --303 -217 -3 -10 -162 -160 --86 329 -580 -375 -674 176 -95 455 -183 216 -113 220 -456 -26 -260 -49 --250 183 --138 -358 -150 -144 --26 -129 -59 274 -28 23 --238 -170 --343 40 --114 289 --221 552 -623 -489 --229 -41 --19 94 -70 89 --69 161 --157 -174 --355 299 -280 -451 --503 -63 --418 339 1282 -122 +-2849 635 -2466 611 +1757 -1807 2243 -2406 +2886 1067 2901 1342 +1810 548 1491 243 +1228 -454 1147 -943 +1740 -3207 1981 -2814 +83 -1737 436 -2190 +-154 1509 -568 1538 +-885 74 -369 -158 +1126 -621 2189 -418 +-1125 250 -1267 -30 +1527 848 2028 884 +-178 -1826 -621 -1438 +667 -383 548 -105 +-434 -359 -176 -520 +1621 1281 1223 2063 +1888 -707 1826 -215 +-1509 -144 -714 60 +-1424 -368 -1171 -1259 +-31 569 -271 273 +-666 -560 -411 -196 +-1129 -775 -358 -482 +-618 272 -1082 -377 +1002 331 298 850 +608 -126 648 139 +380 -315 -130 -308 +-286 -492 -288 -490 +219 132 174 -225 +-433 534 -638 -166 +-235 -452 13 -310 +-73 -25 345 -257 +-500 355 -183 72 +-303 -217 64 257 +3 -10 -132 24 +162 -160 -241 274 +-86 329 -210 -304 +580 -375 39 343 +674 176 106 -207 +95 455 307 -78 +183 216 -213 69 +113 220 208 221 +456 -26 -31 -167 +260 -49 471 118 +-250 183 236 146 +-138 -358 -501 60 +150 -144 140 -315 +-26 -129 99 -166 +59 274 -372 102 +28 23 -186 -189 +-238 -170 258 74 +-343 40 -176 -161 +-114 289 223 61 +-221 552 176 -193 +623 -489 373 -333 +-229 -41 -13 -164 +-19 94 223 46 +70 89 16 273 +-69 161 397 -104 +-157 -174 -56 -219 +-355 299 44 -406 +280 -451 -142 144 +-503 -63 -632 -111 +-418 339 105 373 1391 -910 --2120 706 -2033 -2062 -2348 1498 -1363 402 -1384 -781 -2118 -2906 --71 -1494 --217 1147 --982 -26 -1992 373 --973 -240 -1453 1900 --426 -1660 -57 -70 --35 -130 -607 2125 -1778 6 --750 -334 --669 -1263 --557 836 --232 -685 --339 -552 --963 -878 -228 1094 -967 52 -298 -171 -28 88 -1 689 --675 9 --43 -208 -27 515 --344 -313 --144 66 -40 -87 --37 372 --579 184 -5 7 -140 106 -316 -485 -231 98 -220 256 --309 -129 -411 333 -482 76 -62 -113 -110 26 -111 32 --165 -83 -246 -384 --119 359 --430 -7 -353 -288 -211 -556 -624 245 -353 154 -248 -69 -415 169 --40 -24 --72 201 --67 236 -120 159 --439 -273 --348 -25 1322 -322 +-2120 706 -2861 300 +2033 -2062 1815 -1532 +2348 1498 2597 1446 +1363 402 1575 432 +1384 -781 1827 -723 +2118 -2906 2386 -2229 +-71 -1494 213 -1792 +-217 1147 -885 1413 +-982 -26 -1068 255 +1992 373 1472 165 +-973 -240 -1203 -239 +1453 1900 1474 2024 +-426 -1660 26 -2029 +57 -70 792 -85 +-35 -130 133 68 +607 2125 881 1958 +1778 6 2241 247 +-750 -334 -1054 -439 +-669 -1263 -471 -1868 +-557 836 -272 186 +-232 -685 151 -204 +-339 -552 -323 -773 +-963 -878 -513 -911 +228 1094 235 731 +967 52 567 385 +298 -171 68 313 +28 88 -368 -231 +1 689 89 358 +-675 9 -362 39 +-43 -208 515 99 +27 515 200 125 +-344 -313 33 -152 +-144 66 -15 -347 +40 -87 -232 261 +-37 372 -162 595 +-579 184 -238 -70 +5 7 -64 308 +140 106 -221 -290 +316 -485 213 74 +231 98 20 -63 +220 256 84 -48 +-309 -129 446 -94 +411 333 -317 391 +482 76 147 -318 +62 -113 227 -58 +110 26 286 344 +111 32 -66 440 +-165 -83 -457 15 +246 -384 -108 -349 +-119 359 215 -388 +-430 -7 10 53 +353 -288 204 -212 +211 -556 -368 -172 +624 245 380 -56 +353 154 -146 -292 +248 -69 40 85 +415 169 675 -47 +-40 -24 -455 230 +-72 201 139 -16 +-67 236 190 51 +120 159 137 38 +-439 -273 -118 -149 +-348 -25 -305 395 1763 -610 --3032 -20 -2056 -1962 -1800 1713 -1814 549 -1481 -274 -2560 -2295 -567 -1201 --650 1215 --436 -708 -1606 -332 --1563 -614 -1438 2320 -22 -1546 -403 99 -50 389 -278 1410 -1987 478 --591 -773 -120 -1735 --583 -103 -41 -624 --435 -799 --101 -1791 --872 607 -144 655 -32 642 -583 36 --141 469 --209 68 -252 -211 --201 257 --540 -147 --321 -306 -275 -129 -324 -71 -343 -95 --61 267 --362 -305 --103 -141 -71 150 --111 253 -271 49 --336 155 -682 -64 -325 57 -420 102 -132 474 -172 13 -591 292 -115 -417 -539 -318 --108 174 --19 -184 --563 434 --129 -255 -225 36 --240 -303 -266 -115 -226 -68 -72 -71 --176 -508 --151 120 --195 52 1156 -622 +-3032 -20 -2533 212 +2056 -1962 2061 -1112 +1800 1713 2359 1607 +1814 549 1753 346 +1481 -274 1587 -409 +2560 -2295 2458 -2439 +567 -1201 316 -1751 +-650 1215 -586 963 +-436 -708 -773 -485 +1606 -332 1694 747 +-1563 -614 -1318 -463 +1438 2320 -135 2304 +22 -1546 956 -1700 +403 99 658 -119 +50 389 603 -361 +278 1410 -382 2132 +1987 478 1779 1262 +-591 -773 -420 -1556 +120 -1735 453 -1197 +-583 -103 -141 448 +41 -624 224 -213 +-435 -799 328 -1054 +-101 -1791 418 -530 +-872 607 -219 609 +144 655 632 460 +32 642 -165 161 +583 36 -162 -485 +-141 469 365 122 +-209 68 -760 -436 +252 -211 -430 102 +-201 257 338 -222 +-540 -147 115 98 +-321 -306 -291 -177 +275 -129 99 272 +324 -71 315 -12 +343 -95 33 98 +-61 267 -622 195 +-362 -305 -314 127 +-103 -141 -355 -222 +71 150 -293 271 +-111 253 -29 -161 +271 49 284 163 +-336 155 -501 24 +682 -64 488 107 +325 57 -100 64 +420 102 68 634 +132 474 149 239 +172 13 47 11 +591 292 362 240 +115 -417 205 207 +539 -318 206 -711 +-108 174 -23 834 +-19 -184 242 301 +-563 434 356 51 +-129 -255 -30 -81 +225 36 163 -237 +-240 -303 -182 348 +266 -115 77 -198 +226 -68 30 -85 +72 -71 -237 289 +-176 -508 157 332 +-151 120 -403 277 +-195 52 223 -182 -3232 506 --2251 -2380 -4485 448 --638 207 -2881 -106 -1422 -491 -446 -463 --1143 548 --729 -404 -3576 -1657 --1822 250 --568 -3096 --334 1236 -502 454 -1071 -197 -1036 417 -1332 455 -1280 -642 -1835 840 -1821 1677 -1283 249 --206 384 -315 877 -580 672 --945 1278 -17 1133 --187 -797 -803 -851 --155 -777 --282 -507 --520 893 --463 511 -359 195 --640 -620 --918 728 --582 1531 --155 -901 -335 175 -729 170 --195 -1246 --158 -1218 --1476 138 -22 -1032 --783 887 -1183 1008 -530 305 -1340 -814 --650 252 -3 -529 --566 -672 --152 -753 -243 377 --549 -496 -134 -407 -667 -622 -245 648 --789 507 -797 -318 -275 -1031 -810 -1225 -633 1450 --432 -1071 --1056 -671 --290 -751 -4186 -519 +-2251 -2380 -1663 -1821 +4485 448 4892 1838 +-638 207 417 2664 +2881 -106 2762 -1067 +1422 -491 4233 -1116 +446 -463 1163 999 +-1143 548 -971 587 +-729 -404 102 1340 +3576 -1657 3798 -1125 +-1822 250 -2335 -1807 +-568 -3096 1563 -1389 +-334 1236 -1777 -131 +502 454 -581 816 +1071 -197 1735 957 +1036 417 -222 -859 +1332 455 918 -818 +1280 -642 1243 514 +1835 840 1383 705 +1821 1677 1319 1662 +1283 249 1436 2122 +-206 384 698 84 +315 877 193 537 +580 672 484 586 +-945 1278 197 -1743 +17 1133 947 1645 +-187 -797 -460 -619 +803 -851 655 892 +-155 -777 -1450 -666 +-282 -507 335 58 +-520 893 476 186 +-463 511 509 -158 +359 195 -455 99 +-640 -620 -27 691 +-918 728 947 -426 +-582 1531 1765 83 +-155 -901 567 -526 +335 175 279 -1603 +729 170 -706 480 +-195 -1246 -422 -593 +-158 -1218 461 453 +-1476 138 -543 622 +22 -1032 510 -360 +-783 887 -386 714 +1183 1008 -441 -219 +530 305 -932 16 +1340 -814 -839 -201 +-650 252 -279 -225 +3 -529 239 502 +-566 -672 -272 -6 +-152 -753 -568 -123 +243 377 -699 315 +-549 -496 110 -302 +134 -407 -504 76 +667 -622 699 -1138 +245 648 -820 -519 +-789 507 39 48 +797 -318 283 897 +275 -1031 -1054 1304 +810 -1225 170 190 +633 1450 1091 178 +-432 -1071 -634 91 +-1056 -671 465 66 +-290 -751 697 -1300 -5003 -68 --939 -1620 -5823 18 --1305 -166 -5036 -1008 -4194 -1037 --1380 567 --1262 1970 -23 -645 -2804 -792 --1347 -1677 -1703 -1834 --1457 -130 --1069 749 -1847 1114 -80 -362 --186 176 -1228 -15 -2413 1829 -1602 335 -564 2562 -1854 209 --199 880 -54 17 --379 -928 -195 1198 --1337 -745 -43 319 -216 389 -1450 -168 -865 1383 -640 302 -1466 -1127 --482 164 --231 -87 --1424 -33 --721 489 -789 375 --1384 170 -405 -869 --1083 -295 -180 -963 --1899 -804 -868 -266 --521 619 --1333 599 --391 449 --13 1046 --135 661 -245 611 -900 -75 -1220 -159 -1077 -356 -683 -645 --2003 425 -721 -429 --118 174 --825 201 -1002 -186 -272 1183 -902 -171 --503 457 --356 883 -83 81 -4151 345 +-939 -1620 -3086 -1808 +5823 18 3877 885 +-1305 -166 -900 969 +5036 -1008 5242 726 +4194 -1037 2832 -155 +-1380 567 466 -465 +-1262 1970 -1047 2554 +23 -645 -674 696 +2804 -792 2906 -20 +-1347 -1677 -3325 -2094 +1703 -1834 1080 -1810 +-1457 -130 -1865 1828 +-1069 749 709 -30 +1847 1114 1595 1449 +80 -362 910 1102 +-186 176 831 -482 +1228 -15 1482 -570 +2413 1829 221 886 +1602 335 584 1862 +564 2562 779 1407 +1854 209 -177 336 +-199 880 -1105 255 +54 17 290 -109 +-379 -928 -520 -634 +195 1198 -574 1499 +-1337 -745 -400 -907 +43 319 159 525 +216 389 34 -483 +1450 -168 578 -767 +865 1383 248 483 +640 302 -1025 376 +1466 -1127 1179 534 +-482 164 -277 1074 +-231 -87 662 540 +-1424 -33 -293 -457 +-721 489 368 -13 +789 375 -103 -730 +-1384 170 -748 493 +405 -869 396 194 +-1083 -295 -532 12 +180 -963 473 -646 +-1899 -804 -1225 1037 +868 -266 -1403 -67 +-521 619 -14 -876 +-1333 599 408 -1627 +-391 449 -532 -33 +-13 1046 -505 -408 +-135 661 304 296 +245 611 512 1856 +900 -75 243 -1277 +1220 -159 -708 -749 +1077 -356 234 -1051 +683 -645 -841 952 +-2003 425 -19 172 +721 -429 532 213 +-118 174 -567 655 +-825 201 533 -292 +1002 -186 1577 -467 +272 1183 -276 -97 +902 -171 150 772 +-503 457 -28 -330 +-356 883 1786 368 +83 81 -519 -749 -4416 1196 --3549 -2058 -5519 2199 -37 1998 -3642 -210 -2298 -622 --318 168 --245 577 --789 505 -4218 1036 --1095 -436 -1376 -1776 --923 154 -1038 446 --243 1910 --100 299 -1153 222 -2307 204 --835 1496 --216 1322 -831 1272 -333 936 --646 560 -1367 1440 --163 -1368 --912 235 --1070 -434 --606 -1582 -177 -512 -481 990 -179 -601 -509 -1925 -293 4 --1062 197 --451 -99 -419 -458 -1441 -611 -674 -24 -985 -184 --83 992 -110 -213 -416 583 -1735 7 -72 484 -234 -52 --1292 -716 --30 -165 --564 512 --284 1006 --162 102 --3 -252 -194 111 -382 355 -25 -461 --495 -893 --547 -187 --1088 12 --1266 -884 --733 438 -1231 -382 --941 452 --79 -279 -760 498 -665 1269 -2122 -633 +-3549 -2058 -3145 -2431 +5519 2199 5102 691 +37 1998 -1193 996 +3642 -210 3458 624 +2298 -622 2313 -1022 +-318 168 352 -207 +-245 577 -2106 2219 +-789 505 -152 416 +4218 1036 3148 261 +-1095 -436 -721 -858 +1376 -1776 2114 -620 +-923 154 -1682 -106 +1038 446 707 1429 +-243 1910 1012 1287 +-100 299 -322 373 +1153 222 -237 -855 +2307 204 1175 1112 +-835 1496 -905 1268 +-216 1322 -399 1159 +831 1272 90 2066 +333 936 976 -549 +-646 560 -453 321 +1367 1440 -276 216 +-163 -1368 -1302 -345 +-912 235 -1610 208 +-1070 -434 -1086 -626 +-606 -1582 640 -1114 +177 -512 212 -270 +481 990 -377 661 +179 -601 -1487 -224 +509 -1925 111 386 +293 4 -154 1150 +-1062 197 71 350 +-451 -99 184 716 +419 -458 -244 -10 +1441 -611 56 758 +674 -24 -811 167 +985 -184 288 1183 +-83 992 -702 870 +110 -213 467 640 +416 583 270 1167 +1735 7 -333 -219 +72 484 415 635 +234 -52 207 295 +-1292 -716 -918 -1533 +-30 -165 590 -839 +-564 512 107 -309 +-284 1006 -351 247 +-162 102 -5 154 +-3 -252 -921 -653 +194 111 41 -314 +382 355 260 451 +25 -461 813 -831 +-495 -893 -808 -557 +-547 -187 739 371 +-1088 12 -325 -397 +-1266 -884 -395 1083 +-733 438 130 -486 +1231 -382 -214 380 +-941 452 -1015 -582 +-79 -279 70 662 +760 498 -198 -177 +665 1269 24 -690 -4500 -239 --2134 -2525 -4503 1466 --858 675 -2607 -1246 -1893 -300 -203 568 --3013 294 --34 -375 -3992 445 --1396 -1137 -2385 -2363 --2123 24 -395 1543 -721 1131 -738 -11 --1087 1595 -1148 2119 --976 1923 -1664 1680 --1177 1960 --762 1137 -175 -1403 --37 1429 -226 -329 --864 -185 -236 -888 --835 446 --318 -360 -693 151 -359 -671 --177 -980 -622 1203 -1533 245 --1907 809 -298 1055 --1546 -1407 --441 415 --1006 869 -273 456 --299 -1401 --660 -911 --1745 -143 -456 1185 -330 -1082 --728 577 -535 289 --687 -317 --1083 -710 -634 843 -1204 441 --734 93 -194 487 -61 22 -1072 785 -302 291 --868 410 -1123 609 --945 -520 --336 2493 --1424 -711 --689 291 -501 -241 -924 -424 -4085 228 +-2134 -2525 -2047 -3311 +4503 1466 5036 -863 +-858 675 -326 823 +2607 -1246 1925 1396 +1893 -300 2322 -704 +203 568 780 -806 +-3013 294 -1561 1300 +-34 -375 -920 795 +3992 445 4253 827 +-1396 -1137 -802 -1512 +2385 -2363 1459 -2194 +-2123 24 -2030 -453 +395 1543 -1545 639 +721 1131 1209 1855 +738 -11 -401 679 +-1087 1595 374 41 +1148 2119 531 1121 +-976 1923 -1403 1939 +1664 1680 -1301 752 +-1177 1960 -2546 1951 +-762 1137 -348 576 +175 -1403 -192 -35 +-37 1429 -175 -253 +226 -329 564 -603 +-864 -185 -295 999 +236 -888 287 -812 +-835 446 484 -635 +-318 -360 -207 169 +693 151 1146 280 +359 -671 1525 95 +-177 -980 -1069 35 +622 1203 -1079 -633 +1533 245 -568 1464 +-1907 809 177 -176 +298 1055 -692 -1127 +-1546 -1407 404 1058 +-441 415 -226 633 +-1006 869 -1024 -277 +273 456 282 -644 +-299 -1401 506 -378 +-660 -911 -512 706 +-1745 -143 -1408 94 +456 1185 766 641 +330 -1082 -581 128 +-728 577 1513 -388 +535 289 108 452 +-687 -317 -584 1447 +-1083 -710 -915 -1032 +634 843 755 -498 +1204 441 292 -1432 +-734 93 -92 506 +194 487 -794 -78 +61 22 1073 638 +1072 785 -993 867 +302 291 -653 -358 +-868 410 -147 597 +1123 609 347 -98 +-945 -520 619 -95 +-336 2493 -1338 -22 +-1424 -711 1281 1505 +-689 291 -445 310 +501 -241 859 6 +924 -424 -540 -201 -250 1124 --2562 -2298 --1064 -1980 --539 186 -4297 2364 -2299 -652 --4542 361 -148 -2450 -2293 309 --1443 -749 -3848 -3447 -2777 2963 --1659 -1394 --792 -659 -1298 1662 --1918 1012 --776 -2199 --624 536 -1009 -455 --2516 -2983 -1066 1186 -254 -2412 --1391 1587 -1109 -1839 -1495 -853 --784 -1544 --671 713 --980 156 --611 1318 -853 749 -1617 -1066 -1326 -1472 --194 156 -982 422 -1215 -741 -961 -1577 -194 899 --1152 -41 --1352 -667 -275 1291 -116 -493 -3971 -1253 -1236 1140 -1515 -1491 --3234 363 --1523 1130 --1829 649 --625 -597 -236 -1694 -860 1262 -627 2594 --420 1632 -696 735 --707 1014 --1308 451 -183 -1075 -3046 -1339 --1052 394 --746 2391 --424 1852 --413 -1828 --533 1544 -2723 -923 --1015 223 711 464 +-2562 -2298 -2380 -54 +-1064 -1980 -1019 -4477 +-539 186 -1872 -2291 +4297 2364 5370 4364 +2299 -652 -3959 -929 +-4542 361 -3084 -2580 +148 -2450 -1827 -2081 +2293 309 -729 -1021 +-1443 -749 -1638 -2138 +3848 -3447 5123 1127 +2777 2963 -419 343 +-1659 -1394 57 143 +-792 -659 681 -503 +1298 1662 -327 943 +-1918 1012 -320 1978 +-776 -2199 890 -364 +-624 536 588 -1662 +1009 -455 -390 450 +-2516 -2983 -1441 -2059 +1066 1186 1041 -1167 +254 -2412 -1105 -1142 +-1391 1587 269 1403 +1109 -1839 1183 489 +1495 -853 -571 2877 +-784 -1544 -1041 -1287 +-671 713 -1325 566 +-980 156 -764 -684 +-611 1318 -5 414 +853 749 1325 -1135 +1617 -1066 -2095 35 +1326 -1472 -1756 773 +-194 156 657 -77 +982 422 1761 -323 +1215 -741 -95 301 +961 -1577 -2218 52 +194 899 515 2979 +-1152 -41 -1542 855 +-1352 -667 588 -146 +275 1291 568 -57 +116 -493 -2525 -1209 +3971 -1253 1039 -2103 +1236 1140 -1153 1722 +1515 -1491 1072 -1108 +-3234 363 -945 -486 +-1523 1130 906 395 +-1829 649 631 233 +-625 -597 267 -136 +236 -1694 -811 -1043 +860 1262 1796 -1628 +627 2594 707 226 +-420 1632 1755 313 +696 735 -725 -527 +-707 1014 165 296 +-1308 451 -1329 348 +183 -1075 1611 936 +3046 -1339 -466 -315 +-1052 394 435 -1608 +-746 2391 1571 -2891 +-424 1852 843 1242 +-413 -1828 -1182 -559 +-533 1544 353 -1097 +2723 -923 -1162 -1738 +-1015 223 -372 656 724 420 --4161 -1496 --1199 -1271 --1035 891 -2978 4006 --2584 -981 --459 -2420 -900 -2824 -946 785 --186 -3228 -3359 3500 --962 -69 -377 761 -721 -771 -173 1530 --41 2199 -2031 -274 --283 386 --385 2095 --1907 -208 -1562 -2078 --2334 1433 -284 -255 --904 733 --272 1071 --238 -632 -1293 2197 -623 -701 --240 -1364 --1992 -1035 -34 -1460 -621 308 --2477 1515 -2605 388 -560 -1198 -2108 -209 --114 -1794 --1662 1123 -1025 113 --663 -1035 -2999 1707 -195 91 -1381 304 --834 1939 -360 -1442 --316 -602 --225 -1536 --294 -825 -1326 -1266 --509 -993 --2680 147 --2436 -1177 --29 70 --312 179 -869 -379 --303 -253 -1551 2191 -1936 -1652 --1565 411 -630 -1261 --2301 -131 -306 -1076 -1454 -1591 -1405 -1311 1470 -691 +-4161 -1496 -2389 -2368 +-1199 -1271 719 -1466 +-1035 891 -1976 -247 +2978 4006 2697 2938 +-2584 -981 27 625 +-459 -2420 -3286 -1805 +900 -2824 -677 -3480 +946 785 1922 -527 +-186 -3228 -1957 -2944 +3359 3500 4853 3531 +-962 -69 -410 1491 +377 761 300 -3433 +721 -771 649 1264 +173 1530 231 1737 +-41 2199 750 -220 +2031 -274 495 -367 +-283 386 95 1445 +-385 2095 -1138 1505 +-1907 -208 -166 -806 +1562 -2078 538 1204 +-2334 1433 769 -956 +284 -255 238 -508 +-904 733 369 412 +-272 1071 -589 -449 +-238 -632 25 -1686 +1293 2197 2803 1654 +623 -701 289 -292 +-240 -1364 28 929 +-1992 -1035 144 1868 +34 -1460 797 326 +621 308 -363 861 +-2477 1515 -1649 -1108 +2605 388 449 -1435 +560 -1198 -775 -535 +2108 -209 1595 -170 +-114 -1794 -630 3392 +-1662 1123 1746 1289 +1025 113 225 -345 +-663 -1035 -638 -1934 +2999 1707 993 1370 +195 91 -964 -82 +1381 304 1716 -1984 +-834 1939 1148 481 +360 -1442 -612 394 +-316 -602 -722 1401 +-225 -1536 1675 -596 +-294 -825 -312 1173 +1326 -1266 -116 1381 +-509 -993 128 -2505 +-2680 147 -2418 518 +-2436 -1177 428 491 +-29 70 518 1058 +-312 179 553 302 +869 -379 -681 -231 +-303 -253 -563 1436 +1551 2191 -557 -1416 +1936 -1652 -1257 -218 +-1565 411 -2632 965 +630 -1261 -366 1141 +-2301 -131 -487 -732 +306 -1076 1472 -696 +1454 -1591 -2320 -444 +1405 -1311 -440 -78 1513 110 --2029 -1897 --1508 -5039 --2289 -3245 -4674 4824 -715 943 --1206 -1901 --386 -1622 -1454 -847 --2439 -5373 -879 797 --2561 2580 --183 -1247 --2373 -137 -2821 -410 --586 599 -860 -1190 --143 1096 -876 393 --844 311 --94 105 --178 -350 -168 -1617 --2697 86 --1027 1064 --784 1279 -1431 -197 -1081 2582 --312 -188 -1684 -1479 -467 443 --1505 1882 -845 990 -3074 -781 -653 323 --447 432 --1296 1502 --459 1115 --1412 45 -915 -1694 --243 608 -66 -1804 --1141 932 --131 471 --583 -952 -1322 751 -1051 -7 -676 -1673 -73 -539 -879 83 --1068 -1723 -773 -1315 -453 -1533 --70 2127 -881 979 -367 315 -883 -1571 -1177 -65 -976 573 --3548 -477 -1952 -1635 -828 731 -1057 1078 --713 -1981 -2330 1742 +-2029 -1897 -1330 309 +-1508 -5039 13 -2866 +-2289 -3245 -687 -592 +4674 4824 5116 4540 +715 943 -28 2142 +-1206 -1901 -2821 -1829 +-386 -1622 2874 -2127 +1454 -847 1473 92 +-2439 -5373 719 -3947 +879 797 2955 862 +-2561 2580 -882 -303 +-183 -1247 -247 -479 +-2373 -137 -403 -1750 +2821 -410 93 2590 +-586 599 -375 187 +860 -1190 784 -411 +-143 1096 -545 473 +876 393 532 1527 +-844 311 180 137 +-94 105 966 -55 +-178 -350 -931 -565 +168 -1617 -107 -1582 +-2697 86 880 586 +-1027 1064 1267 170 +-784 1279 1493 579 +1431 -197 1884 235 +1081 2582 529 2215 +-312 -188 -714 79 +1684 -1479 103 -1044 +467 443 2374 -150 +-1505 1882 72 -10 +845 990 1206 -1005 +3074 -781 404 399 +653 323 -502 -2098 +-447 432 1694 -461 +-1296 1502 957 -1520 +-459 1115 1324 328 +-1412 45 -588 -818 +915 -1694 1223 -905 +-243 608 -243 -513 +66 -1804 -323 -1543 +-1141 932 210 713 +-131 471 -427 607 +-583 -952 -1398 -1038 +1322 751 981 1453 +1051 -7 -1381 -44 +676 -1673 541 950 +73 -539 713 1456 +879 83 1157 334 +-1068 -1723 126 1955 +773 -1315 466 -678 +453 -1533 -461 -43 +-70 2127 -604 1202 +881 979 766 1380 +367 315 -594 -19 +883 -1571 1884 242 +1177 -65 -2794 -874 +976 573 1616 214 +-3548 -477 -1656 535 +1952 -1635 1333 1338 +828 731 -422 -1870 +1057 1078 827 150 +-713 -1981 579 -177 -136 1487 --2055 438 -999 -3773 --375 -2025 -5804 7678 -1653 212 --992 -3492 -4265 -851 -740 1163 --2927 -2544 -3013 3159 --286 2240 -604 -2520 --16 -1652 --1190 2432 --2527 -569 -3459 -1309 --747 -767 --372 448 --2374 -1027 -1572 -93 -800 -675 --1837 2159 --515 1430 -861 -1326 -813 -389 -1316 686 -151 -434 -1215 708 -593 -471 --1197 1425 -148 1079 --457 -1376 --1079 1259 -1590 -2093 --1486 -551 -2142 2089 --197 -261 -2531 -648 -489 -463 -644 2614 -1245 1612 -3230 -634 -327 -1141 --1567 1471 -1189 -2107 --981 1148 --420 258 -62 1338 -21 -1164 --1315 -536 -1539 54 -502 257 -72 400 --942 -15 -557 15 -436 -401 --771 -1007 -1047 138 -108 -4546 -2730 2440 -1971 1017 --298 484 --1646 105 225 1479 +-2055 438 -3501 73 +999 -3773 -1123 -512 +-375 -2025 -1496 -37 +5804 7678 5569 2988 +1653 212 -469 455 +-992 -3492 -3211 -92 +4265 -851 3039 -805 +740 1163 -470 -376 +-2927 -2544 -2146 -3725 +3013 3159 3318 2638 +-286 2240 -342 1756 +604 -2520 2762 -2232 +-16 -1652 1840 -159 +-1190 2432 -2884 1606 +-2527 -569 -1449 -2608 +3459 -1309 1458 570 +-747 -767 12 8 +-372 448 630 1447 +-2374 -1027 1160 -945 +1572 -93 1952 -533 +800 -675 1761 -498 +-1837 2159 222 -320 +-515 1430 4 -525 +861 -1326 -709 -244 +813 -389 -2702 -498 +1316 686 361 2227 +151 -434 768 590 +1215 708 -1263 567 +593 -471 588 1158 +-1197 1425 -1553 -1467 +148 1079 1189 828 +-457 -1376 1652 1559 +-1079 1259 1412 -288 +1590 -2093 -899 -616 +-1486 -551 -1013 1451 +2142 2089 -1342 -2668 +-197 -261 2521 -774 +2531 -648 2780 -232 +489 -463 -1025 2092 +644 2614 -859 344 +1245 1612 273 -270 +3230 -634 36 -128 +327 -1141 -1518 -147 +-1567 1471 -187 -1124 +1189 -2107 -1325 -454 +-981 1148 1116 -1211 +-420 258 60 -2329 +62 1338 112 -306 +21 -1164 -342 1479 +-1315 -536 -301 460 +1539 54 404 1388 +502 257 771 -1340 +72 400 -1698 -2926 +-942 -15 561 -1551 +557 15 636 -130 +436 -401 203 -901 +-771 -1007 -156 -219 +1047 138 -1070 -65 +108 -4546 677 191 +2730 2440 -1241 -2346 +1971 1017 -55 -1313 +-298 484 -671 -1529 +-1646 105 421 414 -3340 -5528 -968 5063 -4016 -1570 -1626 -2519 -2721 611 --2766 951 -6160 -915 -816 962 --5102 2523 --4076 -1636 -1728 3393 --4379 2199 -2776 -149 -2365 1169 --1851 -2179 -4075 88 -196 2231 -3658 -1622 --467 1163 -2841 3668 --1405 -2215 --188 1056 -1779 -2035 --2212 2534 --693 1181 -1923 2694 --639 582 -211 -314 -1352 -1907 --1342 -780 --2537 811 --2381 2452 --1092 -188 --376 244 --683 226 -806 898 -527 -289 -619 -823 --64 1134 --1255 -2602 --655 2423 --4328 312 --2209 -72 --2014 2589 -4231 -1354 -1039 -1928 -811 185 -2115 339 -119 5285 --776 323 --933 -3059 -1863 -3962 -1287 -77 -2277 -1269 --374 -1196 --568 -55 --5083 1247 -61 662 -964 -2775 -322 -1846 --184 440 -2218 -1664 --3097 3973 -930 3515 -2994 -175 +968 5063 -1312 1123 +4016 -1570 2710 1658 +1626 -2519 224 -2792 +2721 611 3038 1052 +-2766 951 4857 1568 +6160 -915 561 1219 +816 962 5568 -755 +-5102 2523 887 664 +-4076 -1636 -2174 1162 +1728 3393 1691 278 +-4379 2199 -1581 2542 +2776 -149 1926 2259 +2365 1169 1771 944 +-1851 -2179 917 -145 +4075 88 2427 1345 +196 2231 -1597 1037 +3658 -1622 -535 -95 +-467 1163 2586 261 +2841 3668 1514 3076 +-1405 -2215 -600 395 +-188 1056 448 -643 +1779 -2035 -3281 -2116 +-2212 2534 -1653 -2368 +-693 1181 12 -1501 +1923 2694 -2178 975 +-639 582 1768 81 +211 -314 661 464 +1352 -1907 2004 358 +-1342 -780 -2943 1594 +-2537 811 2098 -102 +-2381 2452 2065 -1182 +-1092 -188 -532 -344 +-376 244 -2497 -1003 +-683 226 -1802 1461 +806 898 471 -32 +527 -289 -751 -4145 +619 -823 1335 918 +-64 1134 -1041 439 +-1255 -2602 1144 916 +-655 2423 4270 2123 +-4328 312 -2006 1619 +-2209 -72 1047 -120 +-2014 2589 -783 3137 +4231 -1354 1694 390 +1039 -1928 778 -3124 +811 185 268 272 +2115 339 -220 1297 +119 5285 1533 355 +-776 323 -1814 3963 +-933 -3059 1009 868 +1863 -3962 -1132 -1064 +1287 -77 -129 778 +2277 -1269 -237 67 +-374 -1196 2643 1232 +-568 -55 711 -1178 +-5083 1247 952 -396 +61 662 -367 1191 +964 -2775 -593 3062 +322 -1846 -1068 -3199 +-184 440 1347 -74 +2218 -1664 387 2043 +-3097 3973 1295 3691 +930 3515 -833 805 -1799 -2678 -2109 3420 -517 -486 -2156 -3272 -2780 2271 -2201 1813 --5 2061 --118 -1443 --1284 1136 --3556 1617 -3025 -3109 --889 4537 -185 574 -932 452 --1115 -3165 -2072 -256 --1789 -1342 -3519 -1169 --774 -2567 -2135 1693 --819 705 -719 -4817 --2801 -1173 -1685 -843 -893 1 --483 -35 --679 -4506 --681 523 --271 498 -1336 2092 --2489 -23 --1753 -1915 -120 -979 --3921 -1780 --902 2450 --1785 32 -1102 2349 -963 -3536 -876 -1092 -1301 2253 --3890 -2956 -196 1346 --97 786 --84 -2372 --330 1897 -2390 93 --25 2577 -664 -81 --1004 1968 --222 1845 -2488 -41 -1783 1554 --2649 1197 --375 2128 -3150 -58 --521 536 --2824 -3409 --2483 2032 -964 -340 --2015 2249 -1847 510 -512 747 --1680 -450 --3639 3347 -5349 1513 +2109 3420 3472 5749 +517 -486 2597 -926 +2156 -3272 6304 -1874 +2780 2271 1495 3239 +2201 1813 -690 -935 +-5 2061 2864 1753 +-118 -1443 2753 -2047 +-1284 1136 -4161 3399 +-3556 1617 957 593 +3025 -3109 4872 -2824 +-889 4537 -1042 1706 +185 574 2492 5002 +932 452 -2205 -679 +-1115 -3165 -991 -3786 +2072 -256 -1634 805 +-1789 -1342 -776 1527 +3519 -1169 1215 -1170 +-774 -2567 3582 187 +2135 1693 92 1067 +-819 705 539 -3131 +719 -4817 -374 -85 +-2801 -1173 -1105 1391 +1685 -843 -1094 708 +893 1 1280 2980 +-483 -35 -516 2216 +-679 -4506 -4870 -2440 +-681 523 209 -4 +-271 498 -599 -1315 +1336 2092 -450 -1636 +-2489 -23 -2054 -1040 +-1753 -1915 2616 -2352 +120 -979 594 1395 +-3921 -1780 192 2195 +-902 2450 600 -864 +-1785 32 -2509 1531 +1102 2349 -233 -5387 +963 -3536 -2017 -825 +876 -1092 1025 -513 +1301 2253 2017 3329 +-3890 -2956 -2780 -2715 +196 1346 1227 193 +-97 786 -1148 865 +-84 -2372 -759 1418 +-330 1897 732 288 +2390 93 -134 -351 +-25 2577 -2307 276 +664 -81 1061 -2109 +-1004 1968 -175 -3131 +-222 1845 -768 1692 +2488 -41 5401 954 +1783 1554 1019 -1419 +-2649 1197 -341 -182 +-375 2128 926 -2089 +3150 -58 1634 -614 +-521 536 356 -2084 +-2824 -3409 2418 1262 +-2483 2032 1740 1670 +964 -340 2282 -1267 +-2015 2249 1211 -3778 +1847 510 -436 -1291 +512 747 -2403 2424 +-1680 -450 328 682 +-3639 3347 2988 1824 -4649 -2809 -3777 5977 -3020 2234 -3366 -442 -284 1680 --1654 -127 --1977 1786 -911 -810 --2355 2458 -54 3473 -6087 1343 -973 -436 --246 3233 -2644 -870 --3883 750 -810 2034 --2247 1322 -291 -736 -608 1773 -115 -466 --1170 686 -681 -2098 --1642 1970 -1724 -913 -1569 -651 -1795 -3163 --397 863 -1063 -2214 -483 1304 --4005 252 --848 78 -2059 431 --137 -1427 --3621 1236 --435 -1676 -95 -562 --822 -351 -1585 -1726 -1587 810 -542 1884 --243 -2406 --52 1652 --1009 -2400 --780 -809 --377 1592 -399 -795 --2378 -402 --1457 1722 --684 1156 --565 -62 -1026 3622 --1113 1634 -687 1070 --663 -3450 -281 606 -392 1105 -193 1588 -350 3616 --2237 -2879 -3702 513 --2687 1331 --335 903 --4028 -3426 --1050 1242 -1515 -3164 +3777 5977 1253 760 +3020 2234 176 2164 +3366 -442 2179 -3415 +284 1680 -1305 -309 +-1654 -127 385 -2120 +-1977 1786 2492 3765 +911 -810 -1390 -1255 +-2355 2458 -3986 1389 +54 3473 -3789 2581 +6087 1343 3176 3221 +973 -436 -3132 4046 +-246 3233 1318 1733 +2644 -870 -74 1130 +-3883 750 694 -4552 +810 2034 976 1917 +-2247 1322 -129 1942 +291 -736 5000 160 +608 1773 209 -406 +115 -466 -1539 -1786 +-1170 686 -700 1186 +681 -2098 1912 1323 +-1642 1970 -204 2176 +1724 -913 -959 -1509 +1569 -651 -995 -650 +1795 -3163 -925 -1042 +-397 863 -543 -1574 +1063 -2214 -1308 -3021 +483 1304 1276 -515 +-4005 252 3 660 +-848 78 -1183 -179 +2059 431 968 -1614 +-137 -1427 -1089 55 +-3621 1236 -1533 -569 +-435 -1676 -930 2038 +95 -562 -3477 1545 +-822 -351 -2291 986 +1585 -1726 -29 -1053 +1587 810 560 169 +542 1884 -732 564 +-243 -2406 421 -1076 +-52 1652 621 2552 +-1009 -2400 300 -2443 +-780 -809 -804 -1770 +-377 1592 2302 600 +399 -795 -651 -1019 +-2378 -402 2728 372 +-1457 1722 -405 -1717 +-684 1156 -833 -2566 +-565 -62 -1543 -650 +1026 3622 1559 -2086 +-1113 1634 -1167 2780 +687 1070 787 -1242 +-663 -3450 -1474 -611 +281 606 1757 -1867 +392 1105 -216 -1294 +193 1588 -1423 1032 +350 3616 6132 -1528 +-2237 -2879 -1803 396 +3702 513 2813 -1227 +-2687 1331 735 -1123 +-335 903 419 2547 +-4028 -3426 -1364 883 +-1050 1242 -666 2830 -836 -4364 --335 419 -1457 3165 -1435 216 --1938 -1421 --2522 843 --204 2720 --1902 -2268 --3122 1347 -1389 -620 -2684 -910 --3594 -695 -2532 4384 -1601 2609 -3520 -1567 -944 4504 --2526 363 -1959 121 -1757 -224 -86 148 --811 590 -2430 -1427 -1279 -3583 -678 -3805 --2968 1488 --1622 479 --2296 -1946 -1097 651 --2048 -2042 --1267 1775 -2729 -1877 --30 172 --886 292 --231 -3903 --608 1559 -1347 -2436 --1444 -887 -1124 -373 --2389 -1356 --655 2023 --1121 -2678 --490 -376 --2104 1002 --1843 284 -2442 -1258 -313 3262 -1187 -2651 -1571 176 -848 -2219 -507 909 --1268 -1752 --1893 -267 --565 -2967 --377 -2520 --1146 234 --2381 -603 -843 -524 -1156 1682 --955 438 -1715 4006 --3037 -2803 --3642 -2332 --1116 156 -802 336 -2373 -4842 +-335 419 2314 3589 +1457 3165 3040 587 +1435 216 2703 -2594 +-1938 -1421 155 3104 +-2522 843 1885 126 +-204 2720 3021 535 +-1902 -2268 -3016 -2560 +-3122 1347 139 455 +1389 -620 1193 2750 +2684 -910 3075 3063 +-3594 -695 -3164 1339 +2532 4384 -2594 5584 +1601 2609 494 1299 +3520 -1567 5095 -1558 +944 4504 1756 6630 +-2526 363 -2737 908 +1959 121 546 2781 +1757 -224 -1272 -727 +86 148 -330 2341 +-811 590 730 1655 +2430 -1427 -306 -308 +1279 -3583 -658 -1132 +678 -3805 -43 1257 +-2968 1488 -1079 592 +-1622 479 4758 -1317 +-2296 -1946 -1229 -3086 +1097 651 -998 439 +-2048 -2042 4047 -1126 +-1267 1775 -4017 -3360 +2729 -1877 172 2875 +-30 172 -326 -2363 +-886 292 1016 -716 +-231 -3903 -1845 -975 +-608 1559 965 348 +1347 -2436 2254 -1830 +-1444 -887 2191 2787 +1124 -373 -3543 286 +-2389 -1356 -2336 2031 +-655 2023 -5 -3266 +-1121 -2678 1969 464 +-490 -376 1407 666 +-2104 1002 3895 -349 +-1843 284 108 -562 +2442 -1258 1463 3466 +313 3262 199 1231 +1187 -2651 -641 2371 +1571 176 1261 1066 +848 -2219 447 1001 +507 909 125 -1587 +-1268 -1752 -330 -235 +-1893 -267 87 -4222 +-565 -2967 -419 2927 +-377 -2520 1060 3354 +-1146 234 -273 590 +-2381 -603 -1060 900 +843 -524 -412 598 +1156 1682 54 485 +-955 438 1297 -439 +1715 4006 2059 -437 +-3037 -2803 623 2750 +-3642 -2332 1522 1407 +-1116 156 -1220 2162 +802 336 1582 -2082 diff --git a/AI_Engine_Development/AIE-ML/Design_Tutorials/07-Channelizer-Using-Vitis-Libraries/aie/channelizer/data/fft_back_i_3.txt b/AI_Engine_Development/AIE-ML/Design_Tutorials/07-Channelizer-Using-Vitis-Libraries/aie/channelizer/data/fft_back_i_3.txt index 4b2b1f240b..173a685d84 100644 --- a/AI_Engine_Development/AIE-ML/Design_Tutorials/07-Channelizer-Using-Vitis-Libraries/aie/channelizer/data/fft_back_i_3.txt +++ b/AI_Engine_Development/AIE-ML/Design_Tutorials/07-Channelizer-Using-Vitis-Libraries/aie/channelizer/data/fft_back_i_3.txt @@ -1,2048 +1,2048 @@ 1755 -664 --2664 556 -1679 -1999 -2206 1009 -1708 42 -1007 -810 -1357 -3763 --724 -1189 -164 1677 --1212 -428 -1250 -748 --1528 832 -2229 478 --1190 -1727 -74 -570 --92 -446 -2518 178 -1694 -1568 --1109 220 --1107 -468 -117 160 --268 61 --1002 -202 --712 224 -819 71 -467 -450 -29 -39 --649 -206 -346 -220 --308 94 --203 -144 -180 317 -158 -130 --208 -72 -233 -66 -421 -137 --377 -373 -624 113 -97 130 --361 -217 --113 373 --140 161 --53 -73 -6 42 -317 -243 -66 -91 --238 -443 -220 -221 -140 214 --141 -107 --551 204 --378 -264 --198 94 --275 148 --88 35 --279 16 -88 637 --246 80 --176 -495 --28 -316 -376 -297 --214 -157 -23 823 --187 -123 1832 14 +-2664 556 -2546 -58 +1679 -1999 2175 -2505 +2206 1009 2542 755 +1708 42 1515 -332 +1007 -810 1731 -1057 +1357 -3763 1222 -3212 +-724 -1189 -381 -1571 +164 1677 360 1359 +-1212 -428 -879 277 +1250 -748 1245 -340 +-1528 832 -1001 319 +2229 478 1244 1141 +-1190 -1727 -940 -1981 +74 -570 674 187 +-92 -446 -291 -413 +2518 178 1856 446 +1694 -1568 2271 -1039 +-1109 220 -1237 -355 +-1107 -468 -1399 -994 +117 160 193 149 +-268 61 -872 305 +-1002 -202 -1449 -101 +-712 224 -1172 -103 +819 71 534 363 +467 -450 816 -438 +29 -39 341 204 +-649 -206 9 -162 +346 -220 -1 488 +-308 94 -409 372 +-203 -144 -50 -256 +180 317 572 -13 +158 -130 -118 1 +-208 -72 -37 -60 +233 -66 -73 -331 +421 -137 186 -284 +-377 -373 -203 -726 +624 113 -85 266 +97 130 -72 458 +-361 -217 -71 207 +-113 373 715 -263 +-140 161 402 -227 +-53 -73 111 -190 +6 42 618 108 +317 -243 11 -96 +66 -91 -327 -66 +-238 -443 -100 197 +220 -221 140 -424 +140 214 139 -91 +-141 -107 -266 149 +-551 204 -327 181 +-378 -264 9 -24 +-198 94 -152 100 +-275 148 -68 346 +-88 35 -142 -222 +-279 16 -116 131 +88 637 34 234 +-246 80 174 -159 +-176 -495 100 304 +-28 -316 -3 -334 +376 -297 -168 -352 +-214 -157 -294 -34 +23 823 279 96 +-187 -123 -96 -101 1668 -79 --2629 321 -1540 -1781 -2532 1194 -2042 -20 -1222 -801 -1881 -2427 -271 -1769 --69 1333 --1236 176 -738 -729 --1049 67 -1880 842 --244 -1789 -798 338 --162 -750 -1811 1603 -1922 -348 --1011 -625 --1522 -1001 -54 790 --595 -847 --950 -924 --994 -243 -476 405 -635 -90 -132 67 --454 -553 -242 116 --149 75 -103 -120 -57 -48 --160 -43 --420 -406 --126 -220 -94 81 -47 411 -327 -260 -441 237 --219 184 --10 192 --199 -202 -28 129 -490 -214 --49 -132 --302 27 -130 242 -288 -215 -292 74 -89 149 --274 -312 --201 -132 -114 -28 --219 396 --152 16 --78 -78 -61 8 -186 12 -134 -277 -153 153 --33 -45 -106 188 --119 84 --430 317 1607 -611 +-2629 321 -2530 364 +1540 -1781 2230 -1624 +2532 1194 2915 1421 +2042 -20 1710 139 +1222 -801 1329 -847 +1881 -2427 2060 -2444 +271 -1769 909 -1875 +-69 1333 -330 1600 +-1236 176 -772 -287 +738 -729 1519 -715 +-1049 67 -1059 -102 +1880 842 2019 1111 +-244 -1789 -459 -1425 +798 338 533 -132 +-162 -750 -127 -574 +1811 1603 768 2160 +1922 -348 1444 -196 +-1011 -625 -1175 -284 +-1522 -1001 -835 -1092 +54 790 -264 414 +-595 -847 -726 321 +-950 -924 -500 -598 +-994 -243 -984 -571 +476 405 213 834 +635 -90 1015 167 +132 67 -76 -344 +-454 -553 18 -210 +242 116 -51 115 +-149 75 -819 103 +103 -120 56 -202 +57 -48 156 -101 +-160 -43 61 -78 +-420 -406 162 236 +-126 -220 223 -37 +94 81 -166 417 +47 411 -94 -64 +327 -260 -594 -98 +441 237 -272 -132 +-219 184 439 -29 +-10 192 -246 247 +-199 -202 -38 120 +28 129 48 1 +490 -214 485 421 +-49 -132 38 77 +-302 27 -386 -365 +130 242 400 -169 +288 -215 -55 -72 +292 74 -22 201 +89 149 501 -101 +-274 -312 -153 -223 +-201 -132 -278 -21 +114 -28 103 -194 +-219 396 231 160 +-152 16 -36 41 +-78 -78 -7 -368 +61 8 307 12 +186 12 116 379 +134 -277 111 -402 +153 153 -258 24 +-33 -45 300 -291 +106 188 -29 197 +-119 84 -85 81 +-430 317 -179 245 1427 -556 --2429 907 -2104 -2169 -2793 1177 -1479 384 -1578 -788 -2078 -2552 -619 -1975 --420 990 --748 180 -1657 107 --1209 118 -1657 1419 --49 -1697 -33 375 -285 -302 -872 1985 -1394 132 --1145 -358 --876 -1288 --587 306 --152 -537 --325 -578 --429 -1242 --60 623 -627 38 -223 -45 --488 -162 -226 519 --307 -81 -18 -8 --98 -42 -93 -58 --143 457 --464 276 --183 -66 --115 -231 -47 -30 -250 -28 -529 155 --10 58 -372 182 -151 22 -2 318 -220 -241 --255 -97 -409 142 -137 100 -24 317 -383 -217 -98 284 -2 -96 -106 -158 -52 -422 -158 384 -79 -152 -52 175 --224 176 -23 66 -47 -243 -227 286 -340 294 --54 61 -84 -136 1457 -724 +-2429 907 -3135 316 +2104 -2169 1596 -1407 +2793 1177 2205 1234 +1479 384 1708 593 +1578 -788 1188 -1026 +2078 -2552 2388 -2026 +619 -1975 358 -1238 +-420 990 -732 1422 +-748 180 -1171 523 +1657 107 1670 -58 +-1209 118 -1385 -417 +1657 1419 1307 1883 +-49 -1697 29 -1969 +33 375 588 168 +285 -302 281 297 +872 1985 489 1897 +1394 132 1837 326 +-1145 -358 -1058 -334 +-876 -1288 -464 -1838 +-587 306 -191 -157 +-152 -537 302 -437 +-325 -578 -237 -974 +-429 -1242 -572 -1160 +-60 623 -197 1207 +627 38 556 361 +223 -45 -240 634 +-488 -162 -159 -204 +226 519 -118 559 +-307 -81 -151 26 +18 -8 -40 262 +-98 -42 271 -259 +93 -58 444 -223 +-143 457 74 134 +-464 276 -72 81 +-183 -66 -310 292 +-115 -231 -108 -59 +47 -30 -239 462 +250 -28 -147 -35 +529 155 176 162 +-10 58 -24 134 +372 182 330 -172 +151 22 6 310 +2 318 -54 250 +220 -241 332 -247 +-255 -97 -315 307 +409 142 238 -90 +137 100 -378 239 +24 317 -342 70 +383 -217 216 71 +98 284 -47 -151 +2 -96 41 75 +106 -158 142 -337 +52 -422 -328 -181 +158 384 358 131 +79 -152 163 -404 +52 175 -117 161 +-224 176 519 78 +23 66 -326 196 +47 -243 -2 -6 +227 286 -35 341 +340 294 88 213 +-54 61 -160 -99 +84 -136 -96 189 1365 -349 --2877 119 -2227 -1796 -2042 1647 -1559 617 -1253 -100 -2487 -1858 -356 -997 --862 1149 --1025 -670 -1691 -174 --2042 -879 -1220 1758 -683 -1362 --69 35 -112 97 -132 1818 -1826 466 --655 -1066 -625 -2136 --700 -78 --59 -435 --695 -1655 --17 -1455 --528 940 --102 719 -17 544 -485 74 --391 345 --41 -53 --112 -434 --441 -290 -291 38 --62 -630 --135 524 -303 229 -29 183 --308 483 --387 239 --56 -280 --445 227 --371 130 --328 320 --116 428 -294 -202 -349 170 -117 283 --287 386 -28 -255 -550 166 -202 -352 -268 -152 --121 422 --120 -77 --208 333 --5 -194 -159 117 -163 -325 --136 -21 -408 254 --462 -185 --232 -198 --328 207 --226 -430 1469 -289 +-2877 119 -2805 152 +2227 -1796 1980 -1561 +2042 1647 2311 1639 +1559 617 1750 862 +1253 -100 1233 -259 +2487 -1858 2565 -2483 +356 -997 823 -1617 +-862 1149 -351 1274 +-1025 -670 -853 -1167 +1691 -174 1933 414 +-2042 -879 -1397 -612 +1220 1758 388 2218 +683 -1362 1105 -1381 +-69 35 578 -375 +112 97 502 -50 +132 1818 -104 2232 +1826 466 1530 1085 +-655 -1066 -512 -1312 +625 -2136 342 -1420 +-700 -78 -564 94 +-59 -435 -93 78 +-695 -1655 783 -1176 +-17 -1455 298 -715 +-528 940 -492 519 +-102 719 707 296 +17 544 -451 154 +485 74 -39 -815 +-391 345 62 -222 +-41 -53 -329 -464 +-112 -434 118 -298 +-441 -290 -76 144 +291 38 -13 233 +-62 -630 282 57 +-135 524 329 26 +303 229 -120 -40 +29 183 486 -85 +-308 483 247 231 +-387 239 -379 396 +-56 -280 -448 65 +-445 227 -263 117 +-371 130 -140 -58 +-328 320 320 355 +-116 428 -197 22 +294 -202 504 240 +349 170 -57 -473 +117 283 210 929 +-287 386 217 195 +28 -255 -445 33 +550 166 144 129 +202 -352 -60 -26 +268 -152 129 -430 +-121 422 160 575 +-120 -77 631 -31 +-208 333 171 505 +-5 -194 69 48 +159 117 132 -9 +163 -325 -60 -42 +-136 -21 -241 -413 +408 254 -29 -70 +-462 -185 559 -77 +-232 -198 202 520 +-328 207 -450 348 +-226 -430 -197 -241 -4074 189 --2696 -2178 -5131 -1111 --1231 -477 -4376 -1028 -3038 -1174 --149 -1039 --869 1488 -319 274 -4339 -618 --225 -1161 -430 -1601 --1839 1281 -1622 799 -2169 284 -541 -581 --403 2016 -1290 70 -1781 347 -1105 -755 -2513 2814 -1612 1336 --1002 1688 -17 998 --1574 -364 -292 471 --707 650 -813 1177 --1188 -387 -569 489 -738 -440 --1090 -1695 --79 -229 -278 712 -177 101 --851 -155 -678 -941 --1294 1840 -12 184 -976 -748 -24 292 -928 -164 -1163 1441 -1327 -584 --874 -840 -924 676 --1010 916 -22 1109 -913 -142 -656 1006 -658 -509 --177 898 -536 -114 -262 -466 --1277 -45 -290 -416 --444 -55 --297 168 --119 1577 --439 346 --789 608 --52 27 -1019 -620 -385 685 -2631 -218 +-2696 -2178 -3361 -1433 +5131 -1111 5161 229 +-1231 -477 -523 1565 +4376 -1028 4933 -423 +3038 -1174 1640 -306 +-149 -1039 222 -1187 +-869 1488 -527 1291 +319 274 -1477 -455 +4339 -618 3636 -1264 +-225 -1161 -434 -380 +430 -1601 8 -1685 +-1839 1281 -1507 1071 +1622 799 887 1460 +2169 284 2378 -232 +541 -581 -461 -752 +-403 2016 176 179 +1290 70 1415 -282 +1781 347 3103 1609 +1105 -755 2301 -87 +2513 2814 1783 1686 +1612 1336 238 -855 +-1002 1688 -1071 -91 +17 998 -1181 140 +-1574 -364 -688 790 +292 471 -162 1758 +-707 650 -534 -1729 +813 1177 -557 -82 +-1188 -387 59 -1330 +569 489 -675 378 +738 -440 -253 -933 +-1090 -1695 -459 -376 +-79 -229 270 119 +278 712 353 -57 +177 101 203 1116 +-851 -155 -775 581 +678 -941 388 773 +-1294 1840 1096 124 +12 184 392 -269 +976 -748 472 -1581 +24 292 -449 -316 +928 -164 487 901 +1163 1441 -148 -766 +1327 -584 116 -456 +-874 -840 -940 26 +924 676 565 1151 +-1010 916 -601 -927 +22 1109 742 594 +913 -142 -17 -1299 +656 1006 1117 815 +658 -509 100 -95 +-177 898 553 637 +536 -114 -824 -218 +262 -466 -341 -1158 +-1277 -45 -758 665 +290 -416 337 -744 +-444 -55 -268 567 +-297 168 177 330 +-119 1577 807 -579 +-439 346 -430 601 +-789 608 -827 198 +-52 27 959 -330 +1019 -620 1081 -213 +385 685 -220 1019 -4966 -692 --2196 -2452 -5300 -589 --1675 735 -3922 -122 -2413 -1609 -331 -1303 --2154 1177 --1204 693 -4659 -1172 --1228 155 -1739 -3074 --2493 2024 --177 1973 -624 -525 -425 1138 --175 648 -491 -264 -1229 3485 -2443 1509 -583 1882 -84 758 --833 1303 -681 740 --134 -1414 --280 230 --574 -686 -570 -331 -108 -635 --154 286 --277 -44 -649 35 --314 852 -745 387 -533 169 -961 343 -527 390 --149 -732 --423 -245 -1545 -717 -931 136 -1990 -704 -275 -458 --1203 1030 -779 1128 --1018 -504 --1192 -1160 -631 373 -1087 870 -355 -219 --1184 -88 --75 -206 -778 344 -95 -287 -554 -2088 --405 603 -834 1144 -833 1233 --257 1220 --664 45 --578 1141 --1429 -1856 --570 969 -552 -583 -3354 1011 +-2196 -2452 -1489 -2537 +5300 -589 3636 -788 +-1675 735 -1525 -314 +3922 -122 4152 -322 +2413 -1609 1345 -116 +331 -1303 -596 -1193 +-2154 1177 -2950 833 +-1204 693 -739 730 +4659 -1172 5536 -581 +-1228 155 -1344 32 +1739 -3074 885 -1678 +-2493 2024 -2073 -530 +-177 1973 -547 1571 +624 -525 1534 1655 +425 1138 59 -61 +-175 648 999 -830 +491 -264 2628 363 +1229 3485 765 2369 +2443 1509 95 1110 +583 1882 -554 2037 +84 758 68 -1306 +-833 1303 -688 603 +681 740 -1169 1075 +-134 -1414 283 -1086 +-280 230 -622 1071 +-574 -686 -33 644 +570 -331 -1025 92 +108 -635 -363 -959 +-154 286 -451 -229 +-277 -44 103 741 +649 35 -611 -154 +-314 852 -549 -295 +745 387 212 -343 +533 169 91 274 +961 343 -229 289 +527 390 -317 844 +-149 -732 1858 -132 +-423 -245 331 -1557 +1545 -717 -431 -1154 +931 136 -351 409 +1990 -704 740 -725 +275 -458 -611 -429 +-1203 1030 -130 612 +779 1128 -106 63 +-1018 -504 -797 1418 +-1192 -1160 -439 -246 +631 373 -403 319 +1087 870 -318 988 +355 -219 -353 -32 +-1184 -88 -74 -587 +-75 -206 -202 201 +778 344 166 141 +95 -287 -394 448 +554 -2088 -416 -1501 +-405 603 954 173 +834 1144 -892 -1171 +833 1233 -855 -326 +-257 1220 -515 -538 +-664 45 -887 162 +-578 1141 -482 107 +-1429 -1856 -356 -131 +-570 969 -2041 569 +552 -583 -207 -430 -3496 -469 --2256 -3860 -5511 -134 --1248 731 -4411 917 -2685 282 -956 -1596 --2428 1938 --1011 631 -2792 -972 --618 -1582 -213 -2243 --1219 725 --1595 2144 -2119 866 --119 788 -380 532 -1983 383 -134 1114 -757 897 -609 2553 -275 910 --344 -38 --681 283 -768 -305 --459 80 --936 -277 -995 -286 --27 130 -240 800 --230 -686 -187 469 --1426 -127 -443 -745 -126 -673 -919 164 --31 1225 --476 1127 --484 -889 --1192 -1467 -659 -528 -34 -86 --1337 233 -1094 -914 -1034 -666 --245 93 --121 693 --239 860 --287 242 --759 219 --280 -398 -524 277 -242 -1465 --697 126 -1478 -720 -1676 549 -494 -1077 -299 -518 -90 924 --1028 572 -133 1061 -429 279 --372 658 -453 181 -4081 602 +-2256 -3860 -1273 -2743 +5511 -134 4855 70 +-1248 731 93 307 +4411 917 3739 652 +2685 282 3840 -511 +956 -1596 28 -1643 +-2428 1938 -1971 -255 +-1011 631 -1024 464 +2792 -972 3504 -52 +-618 -1582 -2015 -1029 +213 -2243 2819 -2753 +-1219 725 -1441 -42 +-1595 2144 -282 1341 +2119 866 159 1293 +-119 788 -386 -576 +380 532 463 -119 +1983 383 1461 662 +134 1114 -448 1223 +757 897 -306 1743 +609 2553 708 2303 +275 910 -195 843 +-344 -38 -735 -250 +-681 283 429 304 +768 -305 225 -1893 +-459 80 -424 682 +-936 -277 -56 30 +995 -286 291 773 +-27 130 79 -1126 +240 800 -561 805 +-230 -686 1457 -914 +187 469 487 57 +-1426 -127 128 1109 +443 -745 -669 -481 +126 -673 946 703 +919 164 1952 489 +-31 1225 -71 -527 +-476 1127 429 646 +-484 -889 201 -161 +-1192 -1467 479 -126 +659 -528 -348 -205 +34 -86 594 677 +-1337 233 3 -1510 +1094 -914 -155 407 +1034 -666 -948 228 +-245 93 38 -955 +-121 693 634 901 +-239 860 850 36 +-287 242 -151 445 +-759 219 -1353 -353 +-280 -398 -671 -340 +524 277 617 -404 +242 -1465 -172 21 +-697 126 -593 -132 +1478 -720 -346 704 +1676 549 53 335 +494 -1077 157 -624 +299 -518 -709 -240 +90 924 264 -399 +-1028 572 162 -530 +133 1061 -375 -29 +429 279 -400 -331 +-372 658 -576 -494 +453 181 445 849 -4507 -1147 --2882 -2313 -4954 225 --825 1439 -3134 1105 -2782 -151 -798 -1975 --1778 26 --934 -930 -3050 301 --2370 -1288 -2835 -1589 --1277 -222 --1389 1340 -1539 893 -635 -477 --505 -685 -1443 1008 -85 1881 --588 1915 --920 1813 --15 545 -160 302 --1561 -567 --395 -685 --395 -1021 -71 428 -1431 -594 -929 -126 -204 9 --305 287 -793 -132 --995 1056 -107 1741 --27 -1380 --484 -706 --18 -222 -585 -1369 --37 -546 -960 378 -640 621 -1282 923 -1708 -1615 -299 -631 --596 -1326 -406 -896 -911 -356 -627 233 --602 536 -427 -131 -102 430 -1385 -632 --93 -33 -1005 4 -39 1311 --9 -368 -230 -731 --1163 -382 -62 -504 --136 -1021 -1265 193 --23 637 --133 -297 -1087 691 -5210 -179 +-2882 -2313 -1976 -3111 +4954 225 5525 1163 +-825 1439 -320 92 +3134 1105 3267 55 +2782 -151 2465 -826 +798 -1975 -156 -356 +-1778 26 -1995 886 +-934 -930 -2783 91 +3050 301 3820 1408 +-2370 -1288 -269 -1124 +2835 -1589 3191 -627 +-1277 -222 -2417 -101 +-1389 1340 -1725 1104 +1539 893 195 1911 +635 -477 -566 -1930 +-505 -685 -297 1181 +1443 1008 1798 1635 +85 1881 -130 1758 +-588 1915 367 1100 +-920 1813 -403 889 +-15 545 -339 -593 +160 302 -797 -567 +-1561 -567 39 -499 +-395 -685 1053 -1720 +-395 -1021 -1262 -172 +71 428 1202 144 +1431 -594 910 1874 +929 -126 1123 -196 +204 9 -1120 736 +-305 287 -689 321 +793 -132 -536 -195 +-995 1056 -482 -196 +107 1741 1 856 +-27 -1380 -282 197 +-484 -706 -490 263 +-18 -222 58 185 +585 -1369 -739 1643 +-37 -546 -178 -718 +960 378 -1243 904 +640 621 72 189 +1282 923 -224 419 +1708 -1615 6 46 +299 -631 -453 396 +-596 -1326 -99 -533 +406 -896 526 210 +911 -356 -409 -417 +627 233 599 -402 +-602 536 630 -1266 +427 -131 191 -180 +102 430 331 484 +1385 -632 -1180 27 +-93 -33 1212 1104 +1005 4 534 -33 +39 1311 -887 -208 +-9 -368 -500 -128 +230 -731 -1046 -1048 +-1163 -382 173 1222 +62 -504 -33 -716 +-136 -1021 385 376 +1265 193 -551 934 +-23 637 -116 -330 +-133 -297 -730 -635 +1087 691 -293 -1521 85 1683 --3030 -1235 --199 -169 -746 1227 -3562 3466 --1314 927 --2603 2262 -268 -2396 -1575 -1171 --3355 -2965 -1106 2321 -518 730 -540 -1028 --2527 296 -224 1176 --900 2422 -660 -3557 --356 -747 --21 1314 --815 1110 --84 -4136 --2418 -2341 -1826 -475 -1177 -2264 -2633 1810 --467 952 -661 -319 -550 -1134 -2106 674 -434 -1697 --415 1945 -1270 1924 --191 939 --510 -123 --1135 746 -1408 357 --2084 2563 -1168 -3233 -515 203 --652 -872 -223 -1162 --1905 -2752 --1085 -2572 --918 1370 -112 1407 --1755 -147 -1351 -1610 --1741 -1221 --1559 781 --2083 -1006 --325 886 -1332 194 --1208 -219 -729 1254 -1150 -2059 -446 -429 -1601 -1966 -1163 -9 -1446 -1821 -553 -744 -206 387 -471 929 --1397 -1281 --563 -316 -1911 -1821 +-3030 -1235 -2205 -1705 +-199 -169 -1539 -194 +746 1227 -684 -65 +3562 3466 2743 4886 +-1314 927 -220 -144 +-2603 2262 -3069 1242 +268 -2396 -480 -1209 +1575 -1171 2798 1377 +-3355 -2965 -2378 -4232 +1106 2321 2629 -1546 +518 730 1484 2551 +540 -1028 1184 -2034 +-2527 296 -857 -854 +224 1176 -243 2790 +-900 2422 -969 1012 +660 -3557 1125 181 +-356 -747 -1684 -711 +-21 1314 -1288 785 +-815 1110 -2164 1916 +-84 -4136 294 -676 +-2418 -2341 441 -89 +1826 -475 1858 2054 +1177 -2264 4566 661 +2633 1810 2356 -966 +-467 952 347 236 +661 -319 358 2657 +550 -1134 580 -203 +2106 674 760 2495 +434 -1697 1404 -905 +-415 1945 5 3275 +1270 1924 -587 -132 +-191 939 -258 -22 +-510 -123 -1155 142 +-1135 746 -612 -1703 +1408 357 1811 -39 +-2084 2563 318 -6 +1168 -3233 -1178 -793 +515 203 -1674 107 +-652 -872 -825 307 +223 -1162 -996 621 +-1905 -2752 -2715 -1153 +-1085 -2572 350 1654 +-918 1370 -1080 -546 +112 1407 474 102 +-1755 -147 -989 -1523 +1351 -1610 2623 629 +-1741 -1221 -1208 587 +-1559 781 -1099 2608 +-2083 -1006 -1908 -1325 +-325 886 124 411 +1332 194 -1150 493 +-1208 -219 1562 -1496 +729 1254 -1308 892 +1150 -2059 1033 -1288 +446 -429 -256 -688 +1601 -1966 731 -178 +1163 -9 39 -279 +1446 -1821 -1555 431 +553 -744 2250 -525 +206 387 1609 -158 +471 929 -1746 394 +-1397 -1281 -2664 -621 +-563 -316 -757 -2241 940 1274 --2236 -1015 -1298 -357 -149 -1003 -3106 3305 --61 1777 --4715 520 -518 -1733 -1852 -1298 --2407 -1684 -4348 507 --1298 4233 -443 -2923 --996 -1873 -1408 1874 --873 -388 -1547 -2728 -463 1309 -706 -1233 --1002 -801 -2210 -2133 -1442 -487 -84 -533 -748 1081 -250 2240 -143 657 -860 599 --512 1452 --940 1064 --99 761 -0 -484 --320 -298 -575 -1373 -146 -514 --716 -321 --2140 35 --1467 -527 -131 1874 --1346 897 --312 -1075 --1644 135 --1303 746 --1386 141 -1840 -547 --1255 -1499 -673 1941 -1361 1903 --1053 -783 --3075 172 -21 -193 -1446 1390 -195 985 --1273 -1174 -1096 82 --747 2406 -500 -2267 --1204 -1931 --2306 -995 --132 -1973 -522 530 --434 -1973 -1343 1935 -1280 -942 -309 -133 -1446 720 +-2236 -1015 -5148 -494 +1298 -357 887 212 +149 -1003 -373 625 +3106 3305 5292 4396 +-61 1777 2163 610 +-4715 520 -1438 -2095 +518 -1733 2761 -15 +1852 -1298 291 -1494 +-2407 -1684 -4047 -2097 +4348 507 1612 -30 +-1298 4233 -751 1832 +443 -2923 436 986 +-996 -1873 1673 -3753 +1408 1874 -409 820 +-873 -388 180 1533 +1547 -2728 2438 944 +463 1309 -552 259 +706 -1233 1708 302 +-1002 -801 1118 -1068 +2210 -2133 3315 -1368 +1442 -487 2733 612 +84 -533 -1871 -445 +748 1081 1806 -407 +250 2240 -451 2518 +143 657 -928 -207 +860 599 -493 -702 +-512 1452 1601 -681 +-940 1064 497 577 +-99 761 1445 -435 +0 -484 281 -545 +-320 -298 416 1257 +575 -1373 708 1284 +146 -514 -788 623 +-716 -321 -671 -970 +-2140 35 -355 -1823 +-1467 -527 1637 -750 +131 1874 -861 1708 +-1346 897 -1013 2950 +-312 -1075 222 910 +-1644 135 130 -1167 +-1303 746 625 176 +-1386 141 101 1616 +1840 -547 -1121 -1198 +-1255 -1499 277 -597 +673 1941 1945 -2594 +1361 1903 -402 -939 +-1053 -783 1453 298 +-3075 172 883 -2077 +21 -193 1424 -1 +1446 1390 16 1069 +195 985 -23 -589 +-1273 -1174 -468 -1546 +1096 82 -352 -87 +-747 2406 2379 1197 +500 -2267 -1456 327 +-1204 -1931 375 2734 +-2306 -995 1210 -891 +-132 -1973 1327 927 +522 530 1743 -412 +-434 -1973 -770 -314 +1343 1935 -80 89 +1280 -942 3394 -937 +309 -133 538 1069 233 1419 --2270 20 --1325 135 --1341 -477 -2745 3362 -519 -518 --3951 295 -1605 -3238 -2221 772 -111 -1957 -2370 3070 -943 2539 --1117 -1497 -3282 -1656 --1546 1781 --1243 186 -1555 -2458 --195 573 --162 1334 --1405 373 -1932 -987 -479 -1103 --1653 589 -2015 3064 --1725 1764 --1711 1589 -501 1122 -211 -63 --454 -1381 -632 -1883 -110 606 -62 -209 -1012 -887 --212 -302 -1286 1107 --928 109 -1233 -1185 -1469 -1188 -603 293 -1512 1193 --1033 1264 --504 -289 -2940 -1237 --704 1774 --1800 1848 -507 -1886 --432 -2521 --648 32 -16 -86 -654 -785 --277 -419 --714 -1805 --130 1793 --75 158 --2004 -359 --2002 -955 --1611 -964 -878 1441 -168 -470 -733 -876 --932 -1128 --635 -1837 -505 -2737 --1152 1800 891 -1243 +-2270 20 -2654 615 +-1325 135 602 -2124 +-1341 -477 -2089 122 +2745 3362 3730 2853 +519 -518 -890 1062 +-3951 295 -1127 160 +1605 -3238 3507 -28 +2221 772 2737 -607 +111 -1957 1040 -4333 +2370 3070 3071 1195 +943 2539 -1141 4345 +-1117 -1497 192 -1508 +3282 -1656 1499 -604 +-1546 1781 397 763 +-1243 186 -741 -356 +1555 -2458 -255 893 +-195 573 -239 699 +-162 1334 -266 -686 +-1405 373 1097 -1297 +1932 -987 -2302 -395 +479 -1103 13 -1383 +-1653 589 215 -197 +2015 3064 -344 267 +-1725 1764 -750 1755 +-1711 1589 -1071 11 +501 1122 978 -995 +211 -63 996 -1615 +-454 -1381 932 67 +632 -1883 696 -1524 +110 606 -1515 541 +62 -209 -801 -447 +1012 -887 -1752 -778 +-212 -302 768 1465 +1286 1107 375 -388 +-928 109 -1198 -543 +1233 -1185 590 1137 +1469 -1188 -34 -1805 +603 293 1322 1109 +1512 1193 -1216 1083 +-1033 1264 1053 478 +-504 -289 -1818 -20 +2940 -1237 286 1406 +-704 1774 799 -997 +-1800 1848 1445 710 +507 -1886 153 557 +-432 -2521 -1127 -921 +-648 32 843 -1174 +16 -86 -534 -1277 +654 -785 2767 724 +-277 -419 75 -645 +-714 -1805 -566 -420 +-130 1793 671 1538 +-75 158 1157 592 +-2004 -359 104 -1733 +-2002 -955 -864 -155 +-1611 -964 -196 484 +878 1441 -59 758 +168 -470 321 -1338 +733 -876 -599 2359 +-932 -1128 58 -538 +-635 -1837 791 1226 +505 -2737 1161 778 +-1152 1800 -526 -1517 623 1916 --1516 -489 --1230 -1604 --392 -1843 -3737 2045 -1078 -1988 --2027 -142 -2135 -1209 -3218 1535 -521 -771 -5020 4331 --435 1993 --1038 -57 -2189 -2246 -733 2364 --1648 504 -2290 2703 --806 49 --894 859 -990 -725 -1883 410 -2175 521 -162 470 -3198 2747 --169 -1171 -162 970 -1440 -2004 --3097 687 --482 -1094 --506 -299 -1772 -5 --1444 739 -278 -2362 -279 -1570 --591 1053 --112 -1 --1264 -1157 --712 825 -1103 -977 --1857 839 -809 -1205 -460 -926 --2101 1845 --145 755 -913 1247 --1085 1671 --21 965 --1714 -773 --1344 124 -88 19 -844 -524 --2987 600 -2501 95 --867 292 -1292 -942 --367 -69 --637 1674 -756 1429 --786 -632 --799 1483 --1478 233 --244 -5 -529 -1114 --1290 334 3091 1050 +-1516 -489 -2582 -874 +-1230 -1604 -2155 -3489 +-392 -1843 -1070 -1815 +3737 2045 3767 4231 +1078 -1988 596 1451 +-2027 -142 62 -820 +2135 -1209 1158 -1096 +3218 1535 3907 1546 +521 -771 -1248 -1968 +5020 4331 1460 2854 +-435 1993 -2565 838 +-1038 -57 1103 -1385 +2189 -2246 2178 -737 +733 2364 -465 1023 +-1648 504 -1596 1526 +2290 2703 1815 -1644 +-806 49 -1011 -120 +-894 859 -1064 1852 +990 -725 -822 -918 +1883 410 -216 1842 +2175 521 1291 -369 +162 470 -863 281 +3198 2747 -319 -297 +-169 -1171 -2036 2788 +162 970 -358 1433 +1440 -2004 425 -1108 +-3097 687 -1679 -2726 +-482 -1094 -1223 1737 +-506 -299 390 588 +1772 -5 402 523 +-1444 739 2136 12 +278 -2362 447 -1483 +279 -1570 -477 -1133 +-591 1053 -903 -634 +-112 -1 178 -250 +-1264 -1157 -1972 -184 +-712 825 -270 -3996 +1103 -977 527 -1497 +-1857 839 3342 611 +809 -1205 1239 -98 +460 -926 203 1260 +-2101 1845 -1577 -783 +-145 755 881 362 +913 1247 -668 661 +-1085 1671 -985 759 +-21 965 1007 -537 +-1714 -773 -834 635 +-1344 124 -107 -196 +88 19 252 165 +844 -524 418 -1108 +-2987 600 1110 143 +2501 95 -2458 -3074 +-867 292 -1171 -1593 +1292 -942 773 -872 +-367 -69 -380 23 +-637 1674 509 808 +756 1429 -599 -1922 +-786 -632 1695 1961 +-799 1483 -968 -87 +-1478 233 251 -1730 +-244 -5 -487 -1749 +529 -1114 1840 972 +-1290 334 1011 2081 -3684 -4289 -2853 4170 -631 -1197 --967 -3050 -2223 1476 -1733 -433 -2996 -2352 --682 -2024 --4443 4991 --1013 385 -4728 -3188 --1189 2886 -739 560 -2182 -1278 --1749 -1212 -3530 -1033 -2210 2272 -2779 -799 -1655 -839 --338 298 --642 3496 -2041 115 --3010 -1099 --56 4119 --2401 -1910 --630 -825 -95 -314 --3471 -2047 --2435 -636 --2122 1843 --943 -3038 --83 -370 -1497 -1974 -1141 -454 -1526 -227 -370 -428 -1889 -4304 --437 2257 --1696 -940 --348 2488 --1008 2301 -2336 2876 --154 706 --221 -1235 -1487 -2269 -761 -628 --1731 1299 -2860 -179 -3230 -38 -3731 614 --670 -215 --3361 -3482 -2420 1234 --2464 -1084 --472 3782 --645 -483 --3317 3872 --303 1260 --2685 624 --719 687 -36 -1894 --637 -1698 --482 4949 -1664 -1086 -1146 3254 +2853 4170 3214 4309 +631 -1197 4832 -3663 +-967 -3050 389 -4327 +2223 1476 2856 -2393 +1733 -433 231 -1291 +2996 -2352 419 -455 +-682 -2024 -132 -5137 +-4443 4991 -3948 -168 +-1013 385 -996 4196 +4728 -3188 3026 1083 +-1189 2886 -1827 621 +739 560 -1285 3341 +2182 -1278 2235 -867 +-1749 -1212 70 -3016 +3530 -1033 3157 2438 +2210 2272 548 -2262 +2779 -799 5002 1179 +1655 -839 67 -2679 +-338 298 1402 -1697 +-642 3496 1296 -299 +2041 115 -1226 -444 +-3010 -1099 -3915 -3165 +-56 4119 -6548 -374 +-2401 -1910 -3397 2253 +-630 -825 -613 -354 +95 -314 -917 -1266 +-3471 -2047 1118 -542 +-2435 -636 -1571 -1640 +-2122 1843 -1036 2032 +-943 -3038 192 -3279 +-83 -370 1428 1481 +1497 -1974 94 -1085 +1141 -454 1024 -311 +1526 -227 461 1671 +370 -428 -2021 51 +1889 -4304 -982 -2325 +-437 2257 -561 1772 +-1696 -940 2310 1231 +-348 2488 1148 1003 +-1008 2301 3555 -1041 +2336 2876 5185 532 +-154 706 -899 -1315 +-221 -1235 2670 2131 +1487 -2269 504 341 +761 -628 -1236 -1208 +-1731 1299 -3566 1083 +2860 -179 1164 -1882 +3230 -38 2256 -2520 +3731 614 3016 1187 +-670 -215 382 33 +-3361 -3482 682 -891 +2420 1234 -1724 3181 +-2464 -1084 3076 1827 +-472 3782 -1241 323 +-645 -483 1051 1297 +-3317 3872 -1489 -733 +-303 1260 1034 599 +-2685 624 952 1182 +-719 687 -3384 -1419 +36 -1894 -1454 -2294 +-637 -1698 1011 -590 +-482 4949 4146 2632 +1664 -1086 2338 2939 -2817 -1981 -1587 2570 --2765 -1495 -662 -19 -3196 1697 --1222 -1293 -4002 288 -2796 -2994 --3533 2146 --1091 1100 -335 -1845 --1741 -1150 -3154 4680 -1422 1198 -163 -394 -1869 1064 --1346 2920 -2041 -1707 --787 453 --1208 -114 --1321 3481 --3102 -3768 --154 192 --1328 -2113 --1306 -1889 --977 -2185 --959 -290 --64 -2536 -1982 -2181 --593 -1376 --1306 1820 --594 -198 --1765 1041 --1556 502 -362 -1160 -935 -1166 -1931 1020 --1113 -3542 -2957 -2448 --1038 2408 -556 258 -454 -844 -1554 -79 --992 1303 -1523 994 --1286 -2555 --1368 -710 --811 674 -4427 -604 --1 884 --1495 -1930 --1141 -1674 -1347 1679 --1544 1810 -66 -2486 -280 512 -507 1725 -3074 526 -383 410 -1000 -596 -1041 814 -364 -944 --1589 -241 --2375 2775 7 -2613 +1587 2570 3909 2360 +-2765 -1495 1490 -1474 +662 -19 2523 -1574 +3196 1697 -471 1026 +-1222 -1293 -546 -852 +4002 288 -39 5023 +2796 -2994 208 -4776 +-3533 2146 350 3327 +-1091 1100 -801 686 +335 -1845 6577 -218 +-1741 -1150 -318 2063 +3154 4680 2708 -657 +1422 1198 -1244 4858 +163 -394 1218 -2446 +1869 1064 907 -1388 +-1346 2920 -3966 0 +2041 -1707 1496 242 +-787 453 -2701 -1303 +-1208 -114 -2694 2437 +-1321 3481 -3986 1744 +-3102 -3768 -3791 -368 +-154 192 2773 -678 +-1328 -2113 -823 177 +-1306 -1889 -144 -2180 +-977 -2185 3218 -107 +-959 -290 1590 -29 +-64 -2536 -177 433 +1982 -2181 266 -845 +-593 -1376 -1778 2063 +-1306 1820 17 -282 +-594 -198 1294 -1350 +-1765 1041 56 -909 +-1556 502 1941 56 +362 -1160 639 -327 +935 -1166 972 2916 +1931 1020 -2536 880 +-1113 -3542 -292 -3149 +2957 -2448 1666 -3068 +-1038 2408 2203 348 +556 258 -728 1265 +454 -844 -2033 217 +1554 -79 527 -2316 +-992 1303 3460 2292 +1523 994 -321 767 +-1286 -2555 -1718 3536 +-1368 -710 1033 2119 +-811 674 -3564 -1221 +4427 -604 -1674 3734 +-1 884 -1576 -54 +-1495 -1930 -1329 -1270 +-1141 -1674 -1386 217 +1347 1679 646 1849 +-1544 1810 1644 -439 +66 -2486 -4313 -438 +280 512 596 -1038 +507 1725 1182 -1822 +3074 526 -1223 3132 +383 410 -1618 -1150 +1000 -596 -481 38 +1041 814 971 -191 +364 -944 404 1093 +-1589 -241 -1757 1128 +-2375 2775 -1654 -838 -2993 -3896 -2681 3065 -2295 -4136 -4434 -3765 -2553 2372 --214 1967 -1796 2358 -1997 -373 --4576 -1185 --1005 206 -3110 -253 --1902 1345 -2998 2475 --2881 316 -2660 -1456 -2409 2456 --1963 4993 -66 412 --157 340 -121 920 --3463 1165 -377 -1208 -1177 -1360 --2494 -3799 -834 -2565 -1597 -2405 -1076 -3033 --493 561 -1372 1557 --687 1008 -731 832 -404 -382 --280 774 --1097 1485 --3162 -1681 --1 -790 --1839 1524 --769 450 --226 -337 -1547 -158 --777 -1713 -2182 872 --3500 1173 --2055 -1400 -901 -2396 -278 2721 -1843 3065 -502 -852 --1136 239 -323 1017 --137 3332 -1159 2161 --380 -1648 -626 -657 -1776 1501 -993 493 -2432 2863 --2564 -92 --1461 218 --2449 -549 -2019 1667 -982 2054 --698 3835 -1769 -2129 -4799 -89 +2681 3065 -691 1320 +2295 -4136 1001 3169 +4434 -3765 3753 -2174 +2553 2372 1104 3870 +-214 1967 808 -1569 +1796 2358 62 1422 +1997 -373 -1702 -811 +-4576 -1185 -5077 2130 +-1005 206 -4371 5248 +3110 -253 4132 1046 +-1902 1345 -2637 -1450 +2998 2475 712 2974 +-2881 316 -1615 -930 +2660 -1456 2139 -1745 +2409 2456 716 4725 +-1963 4993 371 -172 +66 412 2809 -69 +-157 340 121 2799 +121 920 -4082 1755 +-3463 1165 4498 153 +377 -1208 1071 320 +1177 -1360 -612 285 +-2494 -3799 -572 -1036 +834 -2565 14 -1367 +1597 -2405 1877 -755 +1076 -3033 -2126 439 +-493 561 -2382 516 +1372 1557 -2452 1208 +-687 1008 401 2135 +731 832 434 1648 +404 -382 942 -544 +-280 774 4573 401 +-1097 1485 -1165 -1070 +-3162 -1681 -2303 -641 +-1 -790 -1424 1648 +-1839 1524 -2137 -496 +-769 450 -167 2067 +-226 -337 -1876 -2437 +1547 -158 1773 -376 +-777 -1713 -581 -1650 +2182 872 3695 -1365 +-3500 1173 -1174 -267 +-2055 -1400 -988 937 +901 -2396 -335 -392 +278 2721 -3155 1097 +1843 3065 1220 -1335 +502 -852 -3144 1389 +-1136 239 69 -216 +323 1017 -2715 251 +-137 3332 1327 724 +1159 2161 -596 1687 +-380 -1648 -677 -2864 +626 -657 -2450 -587 +1776 1501 1122 2580 +993 493 1493 -590 +2432 2863 -195 96 +-2564 -92 -98 -1906 +-1461 218 -1028 2562 +-2449 -549 234 -3058 +2019 1667 673 6 +982 2054 -1279 -2277 +-698 3835 -1810 -32 +1769 -2129 909 1610 -3446 -2300 --8 1693 -4100 -46 -1538 -460 -1332 6032 --306 3645 --320 2089 --1317 640 --5696 618 --2679 -3052 -1192 -2039 --5580 -333 -3354 -1062 --790 3444 --1591 -2466 -467 3510 --1005 -1257 -1769 2917 -2325 -1710 --3303 -1078 --1246 533 --2635 -2098 --2572 -3826 --3895 -3243 --440 1527 --2631 -1712 --728 2593 -3207 85 --492 1983 -1367 -240 --2294 -2236 -477 -715 -597 2440 --1161 -2185 -1055 514 --297 426 -1153 3074 -902 1122 --2773 2289 -1314 -2097 --2481 1484 --1738 2765 -1250 -1078 -778 -1551 -122 418 -1066 -576 --478 -2402 -1434 -1253 -2649 -1787 -661 -1273 --1995 -1329 -3078 -152 --4161 387 --981 -2028 --1472 1650 --676 1804 --577 -930 -1045 -3152 -2481 586 -2434 -3166 --655 329 --149 -2500 --1318 2125 -1 -2364 -5574 -1753 +-8 1693 1207 3802 +4100 -46 4626 3494 +1538 -460 765 1961 +1332 6032 2410 4737 +-306 3645 -1538 -997 +-320 2089 -1528 443 +-1317 640 1934 -1493 +-5696 618 -4423 -2510 +-2679 -3052 19 -2387 +1192 -2039 3899 -225 +-5580 -333 -1697 2193 +3354 -1062 1184 3421 +-790 3444 -201 2263 +-1591 -2466 2109 -1743 +467 3510 2450 963 +-1005 -1257 -1434 3429 +1769 2917 546 2020 +2325 -1710 912 -1452 +-3303 -1078 -107 834 +-1246 533 1315 -1873 +-2635 -2098 120 1902 +-2572 -3826 1682 -1508 +-3895 -3243 802 429 +-440 1527 -150 -697 +-2631 -1712 1179 -3892 +-728 2593 -2098 -149 +3207 85 2751 1311 +-492 1983 714 -2625 +1367 -240 864 -1152 +-2294 -2236 82 -972 +477 -715 -2910 627 +597 2440 2001 3094 +-1161 -2185 177 1595 +1055 514 2483 1132 +-297 426 -208 -793 +1153 3074 2641 -399 +902 1122 2828 3935 +-2773 2289 528 4472 +1314 -2097 -5270 -443 +-2481 1484 -1655 -1030 +-1738 2765 -624 -2312 +1250 -1078 2441 735 +778 -1551 -1358 -2241 +122 418 2944 92 +1066 -576 1042 -2105 +-478 -2402 999 2386 +1434 -1253 433 -1537 +2649 -1787 -2506 1778 +661 -1273 -1012 -389 +-1995 -1329 -1554 205 +3078 -152 84 -1087 +-4161 387 1824 4233 +-981 -2028 2556 1358 +-1472 1650 1370 2377 +-676 1804 773 223 +-577 -930 688 1368 +1045 -3152 8 577 +2481 586 -2871 -3761 +2434 -3166 730 -429 +-655 329 1486 1526 +-149 -2500 2611 3428 +-1318 2125 -2316 -537 +1 -2364 -1261 -1352 diff --git a/AI_Engine_Development/AIE-ML/Design_Tutorials/07-Channelizer-Using-Vitis-Libraries/aie/channelizer/data/fft_back_i_4.txt b/AI_Engine_Development/AIE-ML/Design_Tutorials/07-Channelizer-Using-Vitis-Libraries/aie/channelizer/data/fft_back_i_4.txt index 3e3a6ab40e..a0482eb189 100644 --- a/AI_Engine_Development/AIE-ML/Design_Tutorials/07-Channelizer-Using-Vitis-Libraries/aie/channelizer/data/fft_back_i_4.txt +++ b/AI_Engine_Development/AIE-ML/Design_Tutorials/07-Channelizer-Using-Vitis-Libraries/aie/channelizer/data/fft_back_i_4.txt @@ -1,2048 +1,2048 @@ 1518 -349 --2901 259 -1475 -2349 -1502 1141 -1702 -237 -1235 -980 -1187 -3449 --364 -1403 -518 1413 --895 -359 -1410 -909 --1217 1087 -2090 713 --1127 -2012 -310 -156 --217 -263 -2762 538 -1694 -1921 --1212 110 --1424 -779 -665 -24 -145 -331 --905 -2 --448 245 -838 312 -252 -430 -178 242 --406 -284 -516 167 -35 261 --179 -326 --82 432 -124 223 --205 -172 -438 -180 -48 -35 --635 -431 -620 396 --23 -16 --82 -352 --30 411 -133 -184 -326 -12 --67 -279 --141 -428 -86 -229 --144 -138 -346 -544 -345 -38 -351 -40 --372 184 --94 3 -68 -246 --479 226 --303 -21 --117 232 --203 473 --67 36 --50 4 --43 158 -178 269 --242 -265 -192 279 --190 -182 1997 -571 +-2901 259 -2936 303 +1475 -2349 1869 -2420 +1502 1141 2475 1246 +1702 -237 1763 -496 +1235 -980 1798 -1004 +1187 -3449 1237 -3348 +-364 -1403 -526 -1795 +518 1413 75 1545 +-895 -359 -1099 109 +1410 -909 1677 -554 +-1217 1087 -955 349 +2090 713 1199 1148 +-1127 -2012 -595 -1913 +310 -156 506 -283 +-217 -263 -451 -464 +2762 538 1882 794 +1694 -1921 2080 -705 +-1212 110 -876 -547 +-1424 -779 -1533 -1154 +665 -24 345 120 +145 -331 -915 -55 +-905 -2 -1616 -2 +-448 245 -1327 214 +838 312 997 760 +252 -430 571 -228 +178 242 -123 37 +-406 -284 -221 65 +516 167 -41 159 +35 261 -90 350 +-179 -326 -329 -105 +-82 432 159 315 +124 223 188 -270 +-205 -172 -59 -374 +438 -180 437 27 +48 -35 148 32 +-635 -431 -195 -287 +620 396 264 330 +-23 -16 6 306 +-82 -352 100 -95 +-30 411 455 -103 +133 -184 560 -128 +326 -12 -183 -152 +-67 -279 466 -8 +-141 -428 -137 -74 +86 -229 -102 -160 +-144 -138 19 72 +346 -544 -130 -158 +345 -38 -176 -143 +351 -40 104 35 +-372 184 -51 -38 +-94 3 75 -9 +68 -246 -295 225 +-479 226 -399 325 +-303 -21 148 6 +-117 232 55 55 +-203 473 -226 376 +-67 36 -355 -120 +-50 4 151 -444 +-43 158 34 204 +178 269 -334 102 +-242 -265 20 -224 +192 279 435 -67 +-190 -182 319 -6 1489 -479 --2489 186 -1393 -2004 -2394 1509 -1996 431 -996 -633 -1744 -2692 -260 -1711 --86 1728 --1118 18 -1175 -571 --1464 -47 -1825 1048 --115 -1593 -201 395 --33 -697 -2178 1670 -1860 -382 --752 -141 --1301 -1591 --12 610 --639 -208 --884 -702 --1143 -114 -487 104 -311 178 --19 -49 --323 -719 -352 -187 --54 541 --231 347 -31 -114 --307 273 --223 153 -260 -363 --68 3 --183 -236 -100 -209 -484 -263 --10 -388 -200 11 --278 -450 -24 -56 -259 537 -224 -366 --634 407 -126 96 -491 -129 -415 -162 --380 -87 --498 176 --571 -416 -416 -159 -70 116 --503 -819 --105 -247 -240 69 -728 -7 -220 -42 -117 183 -263 53 --498 194 --233 118 --174 43 1860 -431 +-2489 186 -2961 20 +1393 -2004 1667 -1578 +2394 1509 1984 1339 +1996 431 1402 511 +996 -633 914 -332 +1744 -2692 2002 -2803 +260 -1711 419 -1738 +-86 1728 -197 1505 +-1118 18 -555 -533 +1175 -571 1956 -659 +-1464 -47 -1060 -165 +1825 1048 1796 1077 +-115 -1593 -148 -1427 +201 395 505 86 +-33 -697 172 -448 +2178 1670 1013 1847 +1860 -382 1794 -105 +-752 -141 -1177 -259 +-1301 -1591 -583 -1266 +-12 610 -89 512 +-639 -208 -845 -62 +-884 -702 -568 -688 +-1143 -114 -1012 -280 +487 104 372 668 +311 178 1130 108 +-19 -49 277 -43 +-323 -719 -60 -117 +352 -187 -139 -18 +-54 541 -418 287 +-231 347 260 -179 +31 -114 209 -369 +-307 273 -147 34 +-223 153 365 -21 +260 -363 6 -349 +-68 3 222 75 +-183 -236 45 157 +100 -209 -147 -10 +484 -263 -897 -607 +-10 -388 131 -246 +200 11 -194 489 +-278 -450 63 123 +24 -56 -9 271 +259 537 288 330 +224 -366 149 -231 +-634 407 278 114 +126 96 242 91 +491 -129 -85 -180 +415 -162 -23 316 +-380 -87 230 -302 +-498 176 -25 -385 +-571 -416 -217 -221 +416 -159 345 -391 +70 116 219 341 +-503 -819 -57 -66 +-105 -247 -108 -249 +240 69 -362 58 +728 -7 -253 385 +220 -42 -248 27 +117 183 -394 117 +263 53 157 -224 +-498 194 5 219 +-233 118 -381 488 +-174 43 170 170 1140 -331 --2851 191 -2169 -2491 -2320 1422 -1929 225 -1840 -528 -1669 -2635 -662 -1665 --231 1019 --1050 22 -1788 -143 --1594 384 -1563 1383 --47 -1377 -228 243 -300 -474 -800 1912 -1523 -124 --1069 -558 --909 -1403 --452 276 --290 -457 --576 -761 --609 -923 -379 905 -400 18 -322 389 -21 -456 -443 666 --72 79 --360 -102 --20 -93 --113 283 --273 144 --529 124 -257 -265 -450 -41 -275 171 --241 334 --154 -66 --191 -12 --81 -312 -239 202 -57 47 -186 -232 --146 -270 -480 -79 -372 431 --91 388 -512 81 -17 -2 -244 -23 --86 -245 --401 200 -404 -536 -385 -485 --232 -245 -124 287 -307 410 --146 35 -7 266 -474 233 -47 104 -85 -363 1578 -398 +-2851 191 -2558 379 +2169 -2491 1678 -1761 +2320 1422 1988 1181 +1929 225 1520 395 +1840 -528 1535 -1191 +1669 -2635 2175 -2187 +662 -1665 356 -1436 +-231 1019 -377 1509 +-1050 22 -1134 267 +1788 -143 1799 78 +-1594 384 -1397 -875 +1563 1383 1261 2204 +-47 -1377 327 -1784 +228 243 681 444 +300 -474 -82 303 +800 1912 275 1797 +1523 -124 1679 183 +-1069 -558 -1355 -457 +-909 -1403 -311 -1456 +-452 276 -389 179 +-290 -457 65 -709 +-576 -761 -85 -1216 +-609 -923 -158 -1045 +379 905 -351 601 +400 18 442 406 +322 389 39 548 +21 -456 -292 -218 +443 666 -413 328 +-72 79 -112 73 +-360 -102 80 -365 +-20 -93 422 -75 +-113 283 550 -165 +-273 144 -161 268 +-529 124 96 -160 +257 -265 90 303 +450 -41 127 20 +275 171 42 280 +-241 334 -343 167 +-154 -66 298 -269 +-191 -12 -31 -15 +-81 -312 170 -257 +239 202 -233 -85 +57 47 208 455 +186 -232 271 -178 +-146 -270 -357 195 +480 -79 238 -37 +372 431 -49 92 +-91 388 -277 196 +512 81 153 246 +17 -2 53 102 +244 -23 331 -174 +-86 -245 155 -99 +-401 200 16 248 +404 -536 269 124 +385 -485 69 -342 +-232 -245 -199 67 +124 287 294 -51 +307 410 -356 50 +-146 35 -350 -311 +7 266 -142 181 +474 233 128 -82 +47 104 -397 89 +85 -363 562 81 1461 -441 --2894 268 -2219 -1824 -2618 1673 -1547 632 -1516 -502 -2024 -2246 -673 -1089 --916 1453 --1317 -934 -1184 -153 --1472 -1009 -1259 1748 -536 -1127 -108 -461 -92 -78 --68 1727 -2085 485 --615 -1328 -583 -1779 --739 -24 --70 -501 --392 -1481 --158 -1008 --748 867 --403 609 -406 655 -113 -582 --290 282 --108 145 -14 -206 --140 15 -302 271 -264 -249 --25 196 -31 76 -28 184 --380 73 --137 -337 -56 -308 --125 44 -58 -33 --207 -112 --299 117 --229 199 -360 -152 --179 262 -10 54 -13 25 -446 160 -275 -149 -403 -482 --151 195 --150 -309 -77 461 --103 26 --33 -338 --267 -53 --94 -20 -255 74 --220 -150 -198 181 --658 -309 --39 -571 1373 -184 +-2894 268 -2454 185 +2219 -1824 1961 -1884 +2618 1673 2345 1714 +1547 632 1636 623 +1516 -502 1078 -353 +2024 -2246 2260 -1822 +673 -1089 842 -1547 +-916 1453 -684 1453 +-1317 -934 -473 -1118 +1184 -153 2020 283 +-1472 -1009 -905 -998 +1259 1748 597 2496 +536 -1127 1242 -1352 +108 -461 449 77 +92 -78 47 -307 +-68 1727 136 2578 +2085 485 1808 911 +-615 -1328 -160 -1229 +583 -1779 761 -1480 +-739 -24 -370 -240 +-70 -501 -204 -125 +-392 -1481 400 -892 +-158 -1008 491 -829 +-748 867 -261 643 +-403 609 268 375 +406 655 -395 235 +113 -582 286 -604 +-290 282 -3 -529 +-108 145 -678 -54 +14 -206 -181 -48 +-140 15 148 207 +302 271 25 -429 +264 -249 52 159 +-25 196 -26 -212 +31 76 69 -205 +28 184 498 11 +-380 73 355 482 +-137 -337 -14 372 +56 -308 -365 223 +-125 44 -330 195 +58 -33 287 -39 +-207 -112 204 309 +-299 117 -234 120 +-229 199 294 -214 +360 -152 214 -123 +-179 262 -3 460 +10 54 217 15 +13 25 -206 -339 +446 160 227 141 +275 -149 169 189 +403 -482 -66 44 +-151 195 593 556 +-150 -309 151 -194 +77 461 -391 452 +-103 26 -254 227 +-33 -338 -315 -108 +-267 -53 257 -89 +-94 -20 -391 -548 +255 74 120 281 +-220 -150 286 272 +198 181 153 -91 +-658 -309 -641 199 +-39 -571 -331 -181 -3530 -624 --1489 -3100 -6136 774 -569 -598 -3175 -743 -2100 -292 --603 -780 --1578 2517 --168 984 -2295 -1323 --2173 403 -680 -2308 --1661 595 -589 1305 -229 -398 --762 -528 --499 16 -2565 -572 -1731 1421 -1069 575 -1619 1076 -63 117 --465 1278 --292 -9 --1437 -59 --91 163 --379 -931 -1477 -528 --1079 -629 --1126 -595 -340 -215 --240 -399 --450 -324 -161 -145 --350 732 -5 -843 --354 852 -839 -644 -260 164 --113 147 -1276 -686 --448 -856 -197 -539 -104 -104 -46 901 -115 460 --349 -169 -121 308 -813 38 --1213 -133 --459 1412 --817 1312 --320 494 -733 416 -312 -493 --1578 -181 -2247 -1290 -89 847 --259 -1507 --209 -865 --644 -982 -304 117 -1310 -463 --31 -344 -3588 -564 +-1489 -3100 -2131 -3803 +6136 774 3608 -505 +569 -598 -1624 325 +3175 -743 2667 -14 +2100 -292 2275 -7 +-603 -780 202 481 +-1578 2517 -1292 1893 +-168 984 -610 612 +2295 -1323 4048 -1399 +-2173 403 -1752 -515 +680 -2308 1578 -2114 +-1661 595 -812 733 +589 1305 -660 846 +229 -398 3126 1202 +-762 -528 -621 -223 +-499 16 -533 -212 +2565 -572 1111 -1826 +1731 1421 377 1607 +1069 575 71 1291 +1619 1076 -90 2022 +63 117 897 1350 +-465 1278 635 1277 +-292 -9 618 346 +-1437 -59 -1014 -674 +-91 163 -221 -586 +-379 -931 1324 -702 +1477 -528 -198 -857 +-1079 -629 360 425 +-1126 -595 407 709 +340 -215 672 -44 +-240 -399 -15 -1499 +-450 -324 -123 685 +161 -145 612 485 +-350 732 -1027 45 +5 -843 200 -23 +-354 852 -825 -676 +839 -644 -168 378 +260 164 -273 1002 +-113 147 -103 493 +1276 -686 -631 -697 +-448 -856 -584 -1171 +197 -539 570 371 +104 -104 -459 -100 +46 901 564 -757 +115 460 -352 599 +-349 -169 -99 -158 +121 308 -455 -2291 +813 38 -160 369 +-1213 -133 -448 -58 +-459 1412 51 439 +-817 1312 372 -283 +-320 494 901 -587 +733 416 7 850 +312 -493 -393 118 +-1578 -181 -797 -131 +2247 -1290 597 -1016 +89 847 239 -1516 +-259 -1507 499 1086 +-209 -865 -456 -503 +-644 -982 -811 -295 +304 117 -1284 838 +1310 -463 -898 -610 +-31 -344 -255 -120 -3091 -194 --3100 -1553 -6380 985 --1187 94 -2705 -954 -2363 -962 -1287 7 --2191 1918 --734 75 -3926 -210 --1943 1062 -2186 -3183 --1087 -258 --730 1019 -3195 192 --96 -447 --86 -21 -2177 660 -230 1348 -1548 1359 -1124 1677 --257 155 --891 442 --117 -398 --315 400 --635 43 -827 -785 --164 798 --70 636 --404 349 -0 -540 -623 169 -598 -997 --2115 -1057 --1452 401 -231 -1187 -1359 -36 --138 548 -150 814 -885 -5 -155 232 -373 -1059 --230 -472 --393 -1203 --48 -155 --916 -210 -595 941 --720 74 --76 377 -1315 -716 --623 -193 -1589 131 -424 372 -1051 664 -447 647 -537 324 -2 -291 --244 138 --552 10 -248 918 --411 1068 -400 -452 -753 -502 --31 876 -5066 -630 +-3100 -1553 -1823 -2993 +6380 985 6346 139 +-1187 94 -172 -358 +2705 -954 3693 -1197 +2363 -962 2308 -1643 +1287 7 1566 -204 +-2191 1918 -789 -257 +-734 75 -891 1358 +3926 -210 3044 585 +-1943 1062 -3941 25 +2186 -3183 1569 -2381 +-1087 -258 -2629 430 +-730 1019 668 1643 +3195 192 1229 947 +-96 -447 -811 1394 +-86 -21 1194 1332 +2177 660 1578 511 +230 1348 225 1483 +1548 1359 253 2088 +1124 1677 1069 2729 +-257 155 1934 654 +-891 442 -1013 647 +-117 -398 -462 151 +-315 400 -149 -400 +-635 43 -816 378 +827 -785 -503 -28 +-164 798 14 321 +-70 636 185 580 +-404 349 -360 1829 +0 -540 55 1077 +623 169 -77 1005 +598 -997 34 175 +-2115 -1057 -620 1622 +-1452 401 1019 -247 +231 -1187 272 1282 +1359 -36 808 873 +-138 548 -925 1077 +150 814 142 -90 +885 -5 984 -583 +155 232 -804 271 +373 -1059 -6 -118 +-230 -472 -1135 -297 +-393 -1203 174 -1023 +-48 -155 1038 332 +-916 -210 -1473 -96 +595 941 -319 -1848 +-720 74 541 582 +-76 377 374 -422 +1315 -716 740 -677 +-623 -193 -155 670 +1589 131 832 225 +424 372 234 537 +1051 664 -368 268 +447 647 282 691 +537 324 -615 -86 +2 -291 495 -1681 +-244 138 1157 -547 +-552 10 -59 -503 +248 918 -120 -2 +-411 1068 -612 -385 +400 -452 670 279 +753 -502 1155 214 +-31 876 -557 1204 -5238 -1323 --1352 -2893 -3935 2049 --1338 -786 -4128 1206 -2127 -929 -882 -1881 --1964 38 --1571 1299 -3825 780 --2249 408 -1301 -1938 --1261 -463 -884 897 -620 1094 -572 -44 -859 -402 -2823 2431 --1130 2232 --329 1590 -402 1436 -585 458 --352 21 --888 -244 --1313 -197 --869 320 --1168 -524 -144 1049 --354 -378 --816 -435 -1290 -620 -774 -244 -124 -392 -954 -593 -443 674 --430 1141 --336 307 -13 664 --133 -1485 -1258 -533 -342 1 -1596 46 -879 465 --262 571 --267 -82 --516 -424 -797 -46 --1025 142 -78 -205 --254 -164 -1036 -112 --436 -698 -77 637 --393 -1387 -1041 1633 --596 58 -34 -776 --1051 -179 --581 -113 --558 -353 -1229 -1582 -841 -441 -487 289 -581 427 -4720 -92 +-1352 -2893 -3398 -1543 +3935 2049 5400 1807 +-1338 -786 -1783 127 +4128 1206 5038 29 +2127 -929 1288 875 +882 -1881 1228 -439 +-1964 38 -1424 1334 +-1571 1299 -1163 1330 +3825 780 4671 805 +-2249 408 -2690 -730 +1301 -1938 1772 -1057 +-1261 -463 -2592 -905 +884 897 -527 2041 +620 1094 240 2081 +572 -44 163 -625 +859 -402 797 -336 +2823 2431 1936 1784 +-1130 2232 -838 702 +-329 1590 -677 469 +402 1436 -1832 702 +585 458 1537 436 +-352 21 -610 496 +-888 -244 -1448 37 +-1313 -197 743 242 +-869 320 -464 -682 +-1168 -524 556 553 +144 1049 1936 -586 +-354 -378 1287 -325 +-816 -435 -740 -179 +1290 -620 829 385 +774 -244 -1048 -681 +124 -392 -499 -276 +954 -593 727 163 +443 674 214 209 +-430 1141 -378 -422 +-336 307 -819 279 +13 664 -402 666 +-133 -1485 155 -158 +1258 -533 157 1126 +342 1 511 1256 +1596 46 -476 -249 +879 465 1391 1083 +-262 571 -1544 122 +-267 -82 307 3 +-516 -424 1117 246 +797 -46 -32 -705 +-1025 142 -572 541 +78 -205 -509 237 +-254 -164 705 104 +1036 -112 -1352 136 +-436 -698 -16 388 +77 637 -763 140 +-393 -1387 -731 652 +1041 1633 385 -870 +-596 58 190 158 +34 -776 541 205 +-1051 -179 -397 446 +-581 -113 528 -72 +-558 -353 832 105 +1229 -1582 1002 443 +841 -441 579 1321 +487 289 -219 -793 +581 427 -541 959 -4700 993 --1735 -2135 -4401 913 --1598 1282 -4771 387 -2388 358 -1656 -814 --2138 1128 --1391 347 -4282 2319 --169 -1842 -1513 -204 --2916 -648 -612 510 -1152 2574 -212 236 -264 582 --270 1925 --475 1463 --279 557 --1647 1742 --145 517 --2061 384 --950 -118 -880 -873 --164 -265 -339 -450 -1423 -125 --112 -589 --735 -416 --912 486 --1896 -576 --45 -237 --709 527 --494 811 -255 176 --392 -911 -18 773 -419 1150 --668 993 -926 616 -252 256 --50 421 -823 486 --538 -1441 -85 127 -849 485 --709 953 --756 -417 --580 75 -92 267 --169 670 -1469 461 -1240 537 -212 745 --536 -712 -1442 -174 --145 -182 --1220 -310 --737 459 --1065 -358 --1181 1016 -1055 731 --239 800 -3346 -301 +-1735 -2135 -3541 -2222 +4401 913 5737 853 +-1598 1282 -1505 168 +4771 387 3785 16 +2388 358 2845 318 +1656 -814 233 -2314 +-2138 1128 -1889 592 +-1391 347 -103 111 +4282 2319 1756 2188 +-169 -1842 -597 -2023 +1513 -204 2877 -516 +-2916 -648 -2079 -1034 +612 510 507 503 +1152 2574 -702 1331 +212 236 -751 -717 +264 582 -649 -53 +-270 1925 967 1592 +-475 1463 -1353 2045 +-279 557 -1468 557 +-1647 1742 -3208 1743 +-145 517 -490 1044 +-2061 384 -745 -1988 +-950 -118 -945 -259 +880 -873 -1046 443 +-164 -265 -865 -271 +339 -450 287 -180 +1423 -125 -712 77 +-112 -589 383 -109 +-735 -416 723 125 +-912 486 -60 -615 +-1896 -576 -579 -21 +-45 -237 1106 806 +-709 527 -29 -1170 +-494 811 898 -768 +255 176 -210 564 +-392 -911 -1466 -251 +18 773 -66 -1430 +419 1150 -969 248 +-668 993 785 888 +926 616 457 -38 +252 256 -1205 1865 +-50 421 -130 -708 +823 486 168 -109 +-538 -1441 745 -221 +85 127 -1122 161 +849 485 2068 591 +-709 953 -638 -204 +-756 -417 -403 -197 +-580 75 234 848 +92 267 1 171 +-169 670 -757 10 +1469 461 -935 -879 +1240 537 521 -1935 +212 745 237 -1090 +-536 -712 -31 -1217 +1442 -174 250 -286 +-145 -182 -54 371 +-1220 -310 -43 267 +-737 459 -1672 -560 +-1065 -358 -997 -1776 +-1181 1016 765 213 +1055 731 1185 766 +-239 800 -958 -217 -316 1081 --4471 1598 --1215 -3195 --1960 168 -5202 3507 -1945 -318 --479 1624 -1822 -2212 -901 -2504 --595 -2338 -5102 -664 -902 177 -104 -627 --485 -641 -2348 1557 -1566 1685 -375 -650 --3035 935 -521 -1328 --1840 147 --1293 986 --699 380 --776 -96 -320 489 -1707 -563 -1837 2385 -827 1596 --1422 271 --708 393 -662 852 -47 1441 -307 -755 -222 -1519 -1046 1332 --310 -750 -257 1206 -2468 -365 --2093 1015 -267 605 -119 544 --1963 -1380 --726 820 -34 -322 -1733 -256 --250 -1064 --240 442 -604 1489 --1503 1330 --184 663 -110 -72 -1028 -3613 -1448 -308 -1162 -894 -1550 -1356 --274 609 -1044 -1323 --2972 234 --95 -1183 --324 1979 -474 1467 -84 1469 -893 622 --3180 -820 -620 960 -2153 1853 +-4471 1598 -3177 2581 +-1215 -3195 2021 -657 +-1960 168 241 -1773 +5202 3507 5801 4488 +1945 -318 -1019 509 +-479 1624 -2053 -1139 +1822 -2212 1923 -2825 +901 -2504 1341 -2019 +-595 -2338 -3430 -1851 +5102 -664 2752 -391 +902 177 -1160 1840 +104 -627 288 -585 +-485 -641 926 191 +2348 1557 -1016 -160 +1566 1685 0 2492 +375 -650 2616 -548 +-3035 935 -1420 2107 +521 -1328 1846 432 +-1840 147 2069 -391 +-1293 986 2576 -1421 +-699 380 -1043 -2359 +-776 -96 737 -1220 +320 489 -726 -1422 +1707 -563 1058 179 +1837 2385 1334 3197 +827 1596 -3183 303 +-1422 271 -88 443 +-708 393 423 -770 +662 852 -374 -1032 +47 1441 -115 693 +307 -755 -613 868 +222 -1519 390 797 +1046 1332 -33 900 +-310 -750 262 677 +257 1206 -513 748 +2468 -365 1763 2464 +-2093 1015 1239 -2066 +267 605 529 -1624 +119 544 -157 -2529 +-1963 -1380 -640 2490 +-726 820 -934 1473 +34 -322 3 -629 +1733 -256 -4 -521 +-250 -1064 -2163 1422 +-240 442 -303 -699 +604 1489 -349 -1290 +-1503 1330 2104 3242 +-184 663 957 765 +110 -72 104 153 +1028 -3613 -1404 239 +1448 -308 358 1273 +1162 -894 -1498 0 +1550 -1356 1078 -1364 +-274 609 -400 -1615 +1044 -1323 527 -231 +-2972 234 762 1557 +-95 -1183 1141 2433 +-324 1979 -716 -788 +474 1467 677 -336 +84 1469 963 -619 +893 622 1647 -1294 +-3180 -820 131 1437 +620 960 -546 1174 -2160 953 --2420 -2460 --190 -4359 --96 -353 -4931 3691 -560 927 --3783 -1971 -834 -2709 -541 348 --1233 -5193 -4661 -1232 --847 2904 --1528 1336 -429 201 --2522 556 -924 1194 -1674 -1195 --1155 110 -709 1097 --669 -645 --116 -1121 -1111 -676 -99 -83 -2205 1413 --69 -465 -126 499 --704 545 -881 -488 --132 -1 -594 -1300 --66 -60 --450 -448 --752 1247 -3400 1431 -844 329 -781 804 --415 553 -684 362 --2319 -438 --1021 -212 -84 1094 -1228 1329 -324 -649 --19 1576 --416 1761 -1887 -293 --1235 -2576 --488 -950 -613 719 --324 1205 -1291 798 --2014 737 --996 -884 --1913 -1205 -1458 892 --2013 295 -162 782 --639 -96 -108 1513 --649 -1236 --946 -1114 --310 511 --164 1676 --1152 -2035 345 1688 +-2420 -2460 -3427 2293 +-190 -4359 -605 -3186 +-96 -353 -997 928 +4931 3691 4828 4287 +560 927 1468 1015 +-3783 -1971 -4853 -1787 +834 -2709 445 -43 +541 348 1945 -835 +-1233 -5193 -9 -3309 +4661 -1232 5223 895 +-847 2904 -1054 2925 +-1528 1336 37 -890 +429 201 -3283 -2165 +-2522 556 -58 1646 +924 1194 478 -1236 +1674 -1195 2094 -2427 +-1155 110 1214 293 +709 1097 553 549 +-669 -645 -389 -3026 +-116 -1121 -2011 -2116 +1111 -676 -693 -2345 +99 -83 170 235 +2205 1413 1076 1293 +-69 -465 398 198 +126 499 -1140 1426 +-704 545 974 -846 +881 -488 162 -594 +-132 -1 716 -1201 +594 -1300 977 -2383 +-66 -60 -88 -1781 +-450 -448 -233 -585 +-752 1247 481 99 +3400 1431 -118 -2967 +844 329 -2029 786 +781 804 -1742 -2361 +-415 553 -908 -1813 +684 362 2302 -1300 +-2319 -438 1171 2449 +-1021 -212 -2556 1467 +84 1094 413 -211 +1228 1329 834 -2084 +324 -649 1689 -8 +-19 1576 -9 1559 +-416 1761 -1756 -713 +1887 -293 1347 -750 +-1235 -2576 23 2636 +-488 -950 -408 -62 +613 719 -906 995 +-324 1205 -1643 1669 +1291 798 -933 -814 +-2014 737 -1416 -729 +-996 -884 -1313 397 +-1913 -1205 5 -503 +1458 892 -981 -1784 +-2013 295 2702 1096 +162 782 -36 2102 +-639 -96 -1338 1181 +108 1513 461 2155 +-649 -1236 1669 195 +-946 -1114 -903 1153 +-310 511 -988 197 +-164 1676 -693 697 +-1152 -2035 -976 -1317 3797 1481 --4200 68 -108 -3866 --595 2005 -3062 2617 --530 -300 --2610 1827 -156 977 -2249 -1134 --622 -4603 -3557 -502 -1073 1810 --660 2170 --1859 -2171 -2209 -26 --2784 2624 -114 458 --1739 -1426 -1183 -335 -1672 -1056 --362 1799 -377 -286 --82 315 -471 829 -2676 -330 -867 1444 -2182 455 --359 -1805 --971 -1181 -976 611 --288 1010 --1492 835 --1206 1477 --466 65 -1623 -1018 --5 -1148 -606 -1163 -222 -239 -353 196 --1448 1470 -1 535 --2647 1417 --1726 -2379 -530 -23 -565 26 --128 1104 --2007 433 -3254 307 -473 -654 --414 752 --2264 -17 --150 -98 -1144 -845 -1600 2580 --1635 -1622 -163 624 --132 1258 -1799 260 -626 -92 --1341 1573 --1639 1934 --2267 -1324 --699 -201 --726 547 1866 1025 +-4200 68 -983 -3006 +108 -3866 3 -3333 +-595 2005 1907 2231 +3062 2617 3195 3959 +-530 -300 2317 -292 +-2610 1827 -3834 -1882 +156 977 788 -2922 +2249 -1134 2191 -2551 +-622 -4603 -2113 -5451 +3557 -502 3628 1073 +1073 1810 108 2870 +-660 2170 1201 249 +-1859 -2171 1648 -3263 +2209 -26 -321 -1062 +-2784 2624 -1146 798 +114 458 934 1880 +-1739 -1426 279 220 +1183 -335 1669 1549 +1672 -1056 651 -261 +-362 1799 3202 2274 +377 -286 -3195 383 +-82 315 -1165 -390 +471 829 1658 347 +2676 -330 -782 -1046 +867 1444 -1325 1449 +2182 455 348 -1418 +-359 -1805 -1259 1071 +-971 -1181 -1612 219 +976 611 1136 1492 +-288 1010 -886 -286 +-1492 835 349 839 +-1206 1477 1024 2045 +-466 65 -480 -1855 +1623 -1018 504 -1459 +-5 -1148 2459 681 +606 -1163 74 -469 +222 -239 290 -1471 +353 196 1110 -1151 +-1448 1470 -177 -86 +1 535 -516 -1206 +-2647 1417 712 2261 +-1726 -2379 -1061 -1354 +530 -23 1022 -998 +565 26 -752 -430 +-128 1104 -703 -1364 +-2007 433 953 2108 +3254 307 -318 -1137 +473 -654 521 -299 +-414 752 -1109 -2121 +-2264 -17 2514 -806 +-150 -98 401 -1098 +1144 -845 1420 -42 +1600 2580 576 -2490 +-1635 -1622 -429 2262 +163 624 -671 -220 +-132 1258 137 44 +1799 260 -601 -243 +626 -92 -807 274 +-1341 1573 -1032 1085 +-1639 1934 -1231 -858 +-2267 -1324 -1562 -2171 +-699 -201 576 1039 +-726 547 -202 -3681 951 -1163 --3637 -1275 --229 -1847 --387 -2245 -1064 5166 -896 -656 --2389 -1267 -1770 -3786 -2979 -2290 -29 -3688 -1903 3575 -1178 763 -826 979 --1464 -745 --1118 1064 -21 -756 -2702 145 -966 -793 -21 1234 --550 1523 -1832 468 -1256 -676 -2550 77 -1058 -171 --552 316 --1292 -1384 --658 -254 --2193 909 -693 649 -2303 193 -772 -411 -2851 1787 --1028 254 -1322 -706 -873 -1826 --1442 214 -229 550 --829 -1825 --1228 -1303 -977 -74 --457 -231 -761 169 -2212 -534 --1278 -1693 -182 839 -1116 -674 -1145 -1205 -1321 -1186 --452 1287 -1125 -47 --457 -1047 -210 -74 --1279 -678 --730 -1302 -1132 -677 -1191 981 --2467 1055 -287 1094 -1645 -378 -1418 -1288 -2337 1715 -1280 -2007 --1039 366 -1644 402 -2018 545 +-3637 -1275 -889 -1271 +-229 -1847 -923 -411 +-387 -2245 246 -508 +1064 5166 2728 5229 +896 -656 858 -1183 +-2389 -1267 -1226 707 +1770 -3786 733 -863 +2979 -2290 -173 1336 +29 -3688 1578 -4273 +1903 3575 1451 3207 +1178 763 -2804 2074 +826 979 -840 459 +-1464 -745 -1618 -741 +-1118 1064 256 2188 +21 -756 -625 852 +2702 145 1795 -809 +966 -793 -1662 -150 +21 1234 1745 -275 +-550 1523 497 -79 +1832 468 3160 272 +1256 -676 2150 -1728 +2550 77 975 372 +1058 -171 286 1 +-552 316 1015 -1948 +-1292 -1384 -1322 627 +-658 -254 1246 -450 +-2193 909 1046 1298 +693 649 -1083 2589 +2303 193 512 129 +772 -411 -108 855 +2851 1787 883 -382 +-1028 254 -2337 234 +1322 -706 114 1667 +873 -1826 -2680 1441 +-1442 214 -88 -909 +229 550 1322 55 +-829 -1825 -1885 1321 +-1228 -1303 802 -1775 +977 -74 815 -793 +-457 -231 -444 -1259 +761 169 557 -2161 +2212 -534 -99 321 +-1278 -1693 -1061 -485 +182 839 -751 2558 +1116 -674 2372 64 +1145 -1205 -3331 -875 +1321 -1186 416 1102 +-452 1287 431 -83 +1125 -47 -234 -686 +-457 -1047 -119 -881 +210 -74 2051 544 +-1279 -678 -84 797 +-730 -1302 -588 2661 +1132 -677 1079 1432 +1191 981 628 1306 +-2467 1055 -413 863 +287 1094 -1213 1059 +1645 -378 730 878 +1418 -1288 3141 448 +2337 1715 1017 2021 +1280 -2007 -2180 -133 +-1039 366 -498 -887 +1644 402 905 403 -3534 -1642 -3942 374 -495 517 -1294 -1108 -2070 2051 --3009 -854 --1049 -2685 --1869 -2206 --1919 5219 --2968 1712 -1161 -1585 --2541 5436 -1686 1161 -1810 64 --1346 -1404 --55 -20 -2729 -19 -5602 -1903 -362 1046 -2811 240 -2870 -2572 -767 -3062 -645 -704 -1446 -1312 --665 2451 --5112 -1797 --1483 -1176 --740 -860 -3060 1517 -164 -2274 --919 -2167 --276 2355 --649 1692 --837 -3425 -1156 -1172 --556 -426 --5958 -438 -2100 -604 --224 -1937 --8 -1929 -775 4289 -868 -1752 --2356 365 --2563 1105 --286 -761 --753 -1646 -974 663 -2522 -3266 --326 -1690 -1393 -88 --1419 4153 --1317 -1863 --235 600 --4260 1427 -77 563 --1266 2805 -977 1297 -2138 2091 -9 -82 --1140 -639 -594 -321 --2994 -962 -3898 2782 --493 -1738 1375 -3089 +3942 374 3063 382 +495 517 576 -2531 +1294 -1108 1093 1109 +2070 2051 565 -1440 +-3009 -854 1918 -2214 +-1049 -2685 716 1941 +-1869 -2206 -3846 -2653 +-1919 5219 -3090 4745 +-2968 1712 232 1185 +1161 -1585 4678 455 +-2541 5436 -316 2339 +1686 1161 -218 1667 +1810 64 221 -321 +-1346 -1404 -353 -1091 +-55 -20 3564 -1714 +2729 -19 -2123 450 +5602 -1903 4924 -960 +362 1046 -1774 -2220 +2811 240 -3287 -1095 +2870 -2572 -114 1125 +767 -3062 2007 255 +645 -704 -4940 1743 +1446 -1312 -197 2939 +-665 2451 593 1752 +-5112 -1797 -1795 -3186 +-1483 -1176 1472 -323 +-740 -860 -595 -121 +3060 1517 -568 861 +164 -2274 871 1761 +-919 -2167 -1705 -291 +-276 2355 2168 1350 +-649 1692 -589 -2237 +-837 -3425 -374 -2275 +1156 -1172 1968 -461 +-556 -426 783 -723 +-5958 -438 -3419 -2647 +2100 -604 -1846 3342 +-224 -1937 -826 624 +-8 -1929 1383 3783 +775 4289 1099 -3688 +868 -1752 3107 -797 +-2356 365 -2705 717 +-2563 1105 1758 1004 +-286 -761 3848 -404 +-753 -1646 130 -777 +974 663 1099 3988 +2522 -3266 -2547 -1816 +-326 -1690 -2443 -79 +1393 -88 1863 -424 +-1419 4153 2766 -250 +-1317 -1863 -2065 -1723 +-235 600 120 450 +-4260 1427 -2080 958 +77 563 1378 2529 +-1266 2805 444 -393 +977 1297 -2643 -178 +2138 2091 -1751 -1591 +9 -82 606 624 +-1140 -639 -802 2071 +594 -321 -1621 607 +-2994 -962 -1784 1568 +3898 2782 -304 -913 +-493 -1738 1835 -1286 564 -953 -2135 3870 --1394 3364 -1014 295 -1570 2071 --401 -268 -644 2932 -2159 -1859 --1408 295 --2261 4213 -1611 1746 --2191 2815 -5197 -493 -2074 931 -2434 167 -240 968 --179 1997 -3449 -22 --15 -496 --691 -79 -2815 1658 --2405 -360 --344 634 --4918 -295 --705 1556 --2304 -510 --549 262 --1006 -576 -1418 -1742 -41 1648 -87 1389 --1220 509 --900 104 --3187 -693 --135 -814 --2574 -718 --1021 -681 --171 -1009 -5859 -1526 -888 625 --178 -1058 --782 -1195 --1812 840 -951 -113 -551 -3854 --2668 2237 -845 3114 -663 2038 -2074 -316 --315 -1050 --3715 74 -439 -2219 -1091 -67 -1435 3631 --4544 -3283 -2686 -2357 -138 -1483 -1822 872 -504 -936 -1445 993 -1982 977 --1440 286 --86 -2885 -2441 3404 323 -1726 +2135 3870 2256 -1904 +-1394 3364 114 3174 +1014 295 1697 -2979 +1570 2071 -345 2650 +-401 -268 -1511 1070 +644 2932 2630 1392 +2159 -1859 506 -2840 +-1408 295 -3259 1546 +-2261 4213 -3307 272 +1611 1746 4242 -2294 +-2191 2815 -1241 1326 +5197 -493 2791 1174 +2074 931 5014 943 +2434 167 1083 -3501 +240 968 -524 1829 +-179 1997 -3323 3474 +3449 -22 -484 -860 +-15 -496 -589 -710 +-691 -79 2144 3775 +2815 1658 3520 3271 +-2405 -360 -2195 1365 +-344 634 1125 -608 +-4918 -295 -1337 -1459 +-705 1556 -1002 541 +-2304 -510 3647 -2574 +-549 262 -827 281 +-1006 -576 763 294 +1418 -1742 -1981 104 +41 1648 241 1931 +87 1389 320 2112 +-1220 509 860 -771 +-900 104 -900 -563 +-3187 -693 2609 1385 +-135 -814 1583 -1851 +-2574 -718 2541 2767 +-1021 -681 -359 2972 +-171 -1009 -3424 -56 +5859 -1526 -902 -4702 +888 625 3507 -585 +-178 -1058 2 1169 +-782 -1195 -200 1864 +-1812 840 -2085 367 +951 -113 -1104 -270 +551 -3854 2466 1543 +-2668 2237 1561 628 +845 3114 594 -405 +663 2038 -1565 -1376 +2074 -316 404 -2171 +-315 -1050 3434 -1944 +-3715 74 1032 1513 +439 -2219 801 632 +1091 -67 2590 -1054 +1435 3631 816 405 +-4544 -3283 495 2662 +2686 -2357 -3062 -1581 +138 -1483 -1466 863 +1822 872 367 76 +504 -936 -2892 -3718 +1445 993 -3021 593 +1982 977 1998 -857 +-1440 286 -230 -927 +-86 -2885 -1060 -2326 +2441 3404 3000 1139 -5808 -739 -2924 2366 -1301 -58 -1560 -4101 -3163 2601 -3805 1947 --236 -1733 -3932 -4386 --2896 1307 --1932 3051 -3645 2856 --5821 2002 -1362 -2495 -2417 3760 --1444 314 -3634 -1127 -1293 489 -3028 1326 -968 1187 --3061 1674 -1534 -2070 -130 -1521 --577 -324 -869 -245 --4083 644 --1585 -2732 --1169 -818 -2383 1285 -3042 2678 --861 1014 --1400 -818 -824 -966 -576 371 --718 1781 --3644 1473 -220 -897 --848 550 -316 -667 -19 1331 -2160 -1305 --1176 -917 -4186 -2539 -895 3515 --1272 1604 --1951 -524 -1881 -2742 -3487 -1981 --4810 -894 --3013 1898 -1875 -102 -3290 643 -1635 420 --2846 -255 --3993 -1218 -3860 -178 -1966 -1230 --98 -1917 --1002 1113 --439 567 -1387 -1055 -2533 -480 -2550 2545 -334 -294 -423 -860 -5705 -2231 +2924 2366 588 6224 +1301 -58 1495 1404 +1560 -4101 -503 -6490 +3163 2601 -676 3183 +3805 1947 -2068 -1147 +-236 -1733 2336 2303 +3932 -4386 1869 155 +-2896 1307 -3581 3127 +-1932 3051 35 4375 +3645 2856 4752 2702 +-5821 2002 -4998 -1526 +1362 -2495 -147 1622 +2417 3760 -1584 3510 +-1444 314 2731 225 +3634 -1127 48 2818 +1293 489 -1196 -1556 +3028 1326 -219 -1524 +968 1187 -2919 -199 +-3061 1674 -2021 2835 +1534 -2070 -1658 -2256 +130 -1521 5933 -2006 +-577 -324 1901 -825 +869 -245 -2395 57 +-4083 644 -1448 1977 +-1585 -2732 2402 -2441 +-1169 -818 -2350 978 +2383 1285 -2142 -1681 +3042 2678 -221 -686 +-861 1014 -863 -2721 +-1400 -818 154 -497 +824 -966 796 -1440 +576 371 943 -2688 +-718 1781 59 4340 +-3644 1473 -777 205 +220 -897 -3450 -11 +-848 550 1484 2106 +316 -667 1426 1259 +19 1331 -2125 1480 +2160 -1305 137 -262 +-1176 -917 558 -734 +4186 -2539 -991 -1307 +895 3515 -1392 -95 +-1272 1604 594 2596 +-1951 -524 1531 -130 +1881 -2742 -1167 3456 +3487 -1981 -1509 -2562 +-4810 -894 504 702 +-3013 1898 -3473 -716 +1875 -102 1881 5681 +3290 643 -2854 697 +1635 420 863 3228 +-2846 -255 -1177 -56 +-3993 -1218 -163 4568 +3860 -178 1467 -1839 +1966 -1230 -217 -490 +-98 -1917 -504 -913 +-1002 1113 1325 -495 +-439 567 -316 -1788 +1387 -1055 717 -3075 +2533 -480 286 326 +2550 2545 3818 1301 +334 -294 -773 704 +423 -860 2377 3657 -2689 150 -1998 3336 -2237 -193 -3957 -293 -3465 428 --624 325 -371 1812 -1535 3606 --4173 4033 --3963 -2322 -3560 -910 --6431 707 -1121 -635 -1845 1851 -3380 -3433 --2092 2873 --3865 1197 -2552 1707 -290 -2757 --130 -1853 --21 298 --277 939 --3495 -3030 --2063 1796 --1434 748 --840 1703 -1696 -164 -2487 -640 --1230 -94 --2171 467 -484 -354 --2848 -2519 -2055 766 --1891 -316 --926 2327 -1035 -1010 -887 783 -3124 944 -1162 1974 --782 -1724 --1126 -1186 --513 158 --4717 489 --554 451 -363 -139 --564 746 --3520 687 --1465 -841 -1776 -2893 --324 -719 -185 619 --537 -2566 --756 510 --883 -61 --796 1081 --1546 448 -1427 -1989 --1405 -1996 --1410 313 --1192 1431 --2819 -2263 --134 372 --649 -1468 --1605 -3003 755 -1665 +1998 3336 1497 3199 +2237 -193 1216 -2548 +3957 -293 1821 -949 +3465 428 1896 1722 +-624 325 -1290 2333 +371 1812 -228 162 +1535 3606 2782 -1608 +-4173 4033 -1402 -514 +-3963 -2322 -1733 1228 +3560 -910 4165 1679 +-6431 707 -195 -1761 +1121 -635 3555 691 +1845 1851 2380 2798 +3380 -3433 1326 -3175 +-2092 2873 660 2451 +-3865 1197 592 4075 +2552 1707 2883 2127 +290 -2757 -2223 1238 +-130 -1853 -213 907 +-21 298 -1481 422 +-277 939 -1563 2295 +-3495 -3030 -1041 1190 +-2063 1796 -822 -48 +-1434 748 -543 3119 +-840 1703 2419 -2523 +1696 -164 -2576 -515 +2487 -640 89 -3871 +-1230 -94 714 -5887 +-2171 467 -2053 -206 +484 -354 -344 176 +-2848 -2519 950 1422 +2055 766 3170 -2337 +-1891 -316 933 734 +-926 2327 3906 -1781 +1035 -1010 102 959 +887 783 137 251 +3124 944 4265 -186 +1162 1974 -23 2185 +-782 -1724 -2863 2790 +-1126 -1186 286 628 +-513 158 -568 2735 +-4717 489 -104 -133 +-554 451 1705 627 +363 -139 1994 -4162 +-564 746 -1928 346 +-3520 687 4088 -94 +-1465 -841 -496 -1809 +1776 -2893 -143 -275 +-324 -719 -1284 -69 +185 619 -199 -411 +-537 -2566 -3120 -984 +-756 510 838 875 +-883 -61 1294 -3455 +-796 1081 -2680 -220 +-1546 448 -2320 222 +1427 -1989 500 -799 +-1405 -1996 2466 -2443 +-1410 313 -1136 -1296 +-1192 1431 -3323 -1014 +-2819 -2263 -166 -834 +-134 372 3056 -1519 +-649 -1468 -1901 1137 +-1605 -3003 -642 530 diff --git a/AI_Engine_Development/AIE-ML/Design_Tutorials/07-Channelizer-Using-Vitis-Libraries/aie/channelizer/data/fft_back_i_5.txt b/AI_Engine_Development/AIE-ML/Design_Tutorials/07-Channelizer-Using-Vitis-Libraries/aie/channelizer/data/fft_back_i_5.txt index 1eb42dda23..3ae7698c27 100644 --- a/AI_Engine_Development/AIE-ML/Design_Tutorials/07-Channelizer-Using-Vitis-Libraries/aie/channelizer/data/fft_back_i_5.txt +++ b/AI_Engine_Development/AIE-ML/Design_Tutorials/07-Channelizer-Using-Vitis-Libraries/aie/channelizer/data/fft_back_i_5.txt @@ -1,2048 +1,2048 @@ 1308 -921 --2983 43 -1752 -2121 -1794 851 -1668 -376 -1717 -485 -1087 -3226 --62 -1136 -813 1929 --1083 3 -1584 -606 --1316 746 -1766 819 --1276 -2276 -34 147 --390 -233 -2697 195 -1952 -1905 --956 -28 --1154 -1106 -348 92 --20 127 --1140 -64 --903 25 -1062 586 -556 -483 --24 -14 --685 -367 -290 35 --416 802 --291 153 --70 527 --274 89 --294 -272 -521 -172 -340 -143 --434 -135 -287 -188 --86 91 -160 -175 --157 121 --147 -173 -138 83 --138 -111 --105 -180 --193 -145 --374 -243 -93 -548 -234 -66 --118 406 -85 471 --55 466 -264 14 --233 -141 --297 -73 --341 298 -57 190 -194 4 --246 -49 --143 249 -115 -25 --42 -191 --135 -112 --110 -242 1687 -914 +-2983 43 -3233 -16 +1752 -2121 1799 -2424 +1794 851 2003 1183 +1668 -376 1703 131 +1717 -485 1565 -715 +1087 -3226 1534 -3170 +-62 -1136 -233 -1426 +813 1929 289 2137 +-1083 3 -1292 15 +1584 -606 1436 -81 +-1316 746 -840 252 +1766 819 1246 730 +-1276 -2276 -542 -1394 +34 147 973 -499 +-390 -233 -332 -132 +2697 195 2059 995 +1952 -1905 1557 -1004 +-956 -28 -1114 -122 +-1154 -1106 -1565 -842 +348 92 473 206 +-20 127 -603 -77 +-1140 -64 -1489 -486 +-903 25 -895 381 +1062 586 915 523 +556 -483 428 -501 +-24 -14 86 -40 +-685 -367 -537 -37 +290 35 471 24 +-416 802 93 381 +-291 153 -165 -165 +-70 527 49 -182 +-274 89 121 -17 +-294 -272 136 -191 +521 -172 73 -83 +340 -143 317 -108 +-434 -135 -606 -235 +287 -188 641 182 +-86 91 84 340 +160 -175 282 -87 +-157 121 156 -72 +-147 -173 234 -143 +138 83 150 -356 +-138 -111 107 -70 +-105 -180 -380 -538 +-193 -145 -28 -245 +-374 -243 154 269 +93 -548 -518 -262 +234 -66 37 27 +-118 406 -144 -322 +85 471 -183 -14 +-55 466 -194 -328 +264 14 134 -293 +-233 -141 17 82 +-297 -73 389 -22 +-341 298 228 36 +57 190 97 142 +194 4 -323 -168 +-246 -49 417 -238 +-143 249 178 215 +115 -25 -290 -110 +-42 -191 349 160 +-135 -112 116 -139 +-110 -242 70 -110 1609 -501 --2571 459 -1702 -1908 -2670 1218 -1652 529 -591 -577 -2051 -2911 -187 -1353 --515 1651 --1126 3 -1497 -429 --1435 -240 -1556 914 --256 -1738 -254 -271 --206 -1030 -1765 1459 -1759 -501 --1094 -11 --1576 -1660 --208 345 --720 131 --968 -685 --1144 -313 -603 689 -263 441 --103 -109 --300 -621 -373 8 --619 497 --88 330 --1 -440 --588 149 --642 342 -59 381 --483 27 -71 -373 -319 260 -350 -129 -449 -629 -178 -105 --220 -206 --185 -89 -195 406 --69 -146 --439 406 -344 -35 -728 6 -262 -96 --352 -363 --360 316 --208 -484 -403 -231 -291 198 -69 -481 --193 -474 -171 -399 -544 -288 -138 48 -35 -126 -291 138 --142 11 --253 -490 --147 148 1502 -352 +-2571 459 -3148 -46 +1702 -1908 1972 -1747 +2670 1218 2323 1169 +1652 529 983 351 +591 -577 1133 -522 +2051 -2911 2104 -3095 +187 -1353 349 -2018 +-515 1651 -211 1346 +-1126 3 -498 -92 +1497 -429 1529 -137 +-1435 -240 -1181 -382 +1556 914 1884 1339 +-256 -1738 182 -1863 +254 -271 234 269 +-206 -1030 279 -305 +1765 1459 1576 2217 +1759 -501 1486 88 +-1094 -11 -1309 -138 +-1576 -1660 -613 -1013 +-208 345 149 300 +-720 131 -310 -59 +-968 -685 -755 -617 +-1144 -313 -738 -535 +603 689 257 819 +263 441 861 -196 +-103 -109 195 -297 +-300 -621 -24 -87 +373 8 -139 72 +-619 497 -84 191 +-88 330 492 -43 +-1 -440 292 -53 +-588 149 -252 278 +-642 342 407 128 +59 381 -197 -340 +-483 27 565 49 +71 -373 526 -101 +319 260 -57 504 +350 -129 -665 -276 +449 -629 127 -425 +178 -105 -229 667 +-220 -206 -194 11 +-185 -89 67 458 +195 406 178 120 +-69 -146 308 -472 +-439 406 178 330 +344 -35 21 19 +728 6 107 -59 +262 -96 -478 -108 +-352 -363 200 -128 +-360 316 93 -35 +-208 -484 25 -231 +403 -231 586 -332 +291 198 416 61 +69 -481 190 9 +-193 -474 -279 -45 +171 -399 -523 -150 +544 -288 -117 -199 +138 48 -268 -341 +35 -126 -372 83 +291 138 -25 -108 +-142 11 -451 -57 +-253 -490 -176 62 +-147 148 -5 485 1217 -315 --2526 40 -2087 -1841 -2063 1679 -1659 196 -1454 -483 -1505 -2728 -310 -1759 --97 1499 --698 -83 -1688 344 --1485 -85 -1318 1614 -230 -1902 -81 223 -396 -509 -771 1479 -1958 -110 --1155 -521 --1052 -1487 --312 190 --139 -490 --551 -1059 --773 -810 --89 1255 -469 126 -84 583 -115 -274 -244 405 --420 154 --448 -527 --103 -153 -45 213 --286 52 --312 133 -364 91 -280 379 -247 128 --301 120 --172 -407 -204 265 --21 -321 -705 138 -36 534 --25 -32 --90 59 -517 73 -88 638 -10 -177 -231 -106 -231 -310 --383 -245 -174 -350 --576 -167 -422 -319 --84 -430 --435 -395 --7 593 -235 187 --197 204 --494 -55 -194 -318 -13 -219 -208 -394 1624 -449 +-2526 40 -2682 550 +2087 -1841 1969 -1831 +2063 1679 1968 1310 +1659 196 1275 178 +1454 -483 1522 -747 +1505 -2728 2238 -2374 +310 -1759 319 -1721 +-97 1499 -456 1773 +-698 -83 -926 -192 +1688 344 1673 155 +-1485 -85 -1531 -538 +1318 1614 786 2110 +230 -1902 290 -1695 +81 223 736 502 +396 -509 -43 135 +771 1479 -175 1680 +1958 -110 2160 189 +-1155 -521 -1163 -496 +-1052 -1487 -295 -1549 +-312 190 -602 -194 +-139 -490 -16 -351 +-551 -1059 -191 -1084 +-773 -810 -300 -887 +-89 1255 239 677 +469 126 169 26 +84 583 476 228 +115 -274 -136 -170 +244 405 -263 126 +-420 154 -143 -45 +-448 -527 565 -50 +-103 -153 188 -203 +45 213 234 -22 +-286 52 -10 -43 +-312 133 12 136 +364 91 -112 389 +280 379 -37 -172 +247 128 -200 149 +-301 120 -174 218 +-172 -407 396 111 +204 265 161 243 +-21 -321 89 43 +705 138 415 20 +36 534 91 774 +-25 -32 301 -108 +-90 59 144 -111 +517 73 -250 11 +88 638 188 425 +10 -177 -501 -2 +231 -106 349 -149 +231 -310 -27 312 +-383 -245 428 -156 +174 -350 -53 579 +-576 -167 487 233 +422 -319 -33 -250 +-84 -430 48 -573 +-435 -395 137 225 +-7 593 318 117 +235 187 24 -122 +-197 204 -279 163 +-494 -55 116 -133 +194 -318 447 -97 +13 -219 -487 168 +208 -394 745 -1 1639 -518 --2928 347 -2067 -1542 -2264 1582 -1655 512 -2164 -722 -2254 -2377 -669 -992 --622 1333 --823 -837 -1298 -334 --1233 -789 -718 2450 -688 -1399 -605 -383 -255 -45 -387 1521 -2066 807 --359 -1571 -439 -1414 --538 246 --205 -150 --120 -787 --61 -1002 --395 545 --385 829 -350 312 -415 -648 --152 197 --274 445 --96 12 --774 272 -138 -210 -236 263 -220 707 --103 57 --196 211 --386 -18 -4 -113 --143 -54 -214 -117 -84 46 --133 70 --15 264 --391 -107 -445 140 --38 411 -191 361 --460 -215 -481 324 -196 -27 -35 -501 -332 212 -191 -698 -32 361 --63 321 -244 -395 --80 388 --195 94 -141 339 --386 350 -177 276 --226 -412 --45 -304 1698 -788 +-2928 347 -2841 427 +2067 -1542 1913 -1836 +2264 1582 2133 1803 +1655 512 2102 555 +2164 -722 1481 -373 +2254 -2377 2050 -1948 +669 -992 850 -1534 +-622 1333 -651 1267 +-823 -837 -577 -356 +1298 -334 1978 584 +-1233 -789 -1244 -1243 +718 2450 418 2070 +688 -1399 1057 -1751 +605 -383 352 105 +255 -45 -44 -244 +387 1521 -291 2390 +2066 807 1293 949 +-359 -1571 -538 -1269 +439 -1414 225 -1070 +-538 246 -190 241 +-205 -150 -225 120 +-120 -787 226 -1244 +-61 -1002 531 -847 +-395 545 -283 949 +-385 829 280 618 +350 312 -318 256 +415 -648 333 -415 +-152 197 -181 -351 +-274 445 -383 -382 +-96 12 -471 123 +-774 272 87 109 +138 -210 638 -384 +236 263 -68 -177 +220 707 -76 -648 +-103 57 136 -147 +-196 211 103 -266 +-386 -18 -335 -71 +4 -113 406 353 +-143 -54 84 62 +214 -117 -376 -10 +84 46 387 413 +-133 70 -181 36 +-15 264 -39 231 +-391 -107 111 -240 +445 140 168 -170 +-38 411 426 0 +191 361 27 306 +-460 -215 -349 34 +481 324 276 292 +196 -27 281 318 +35 -501 149 179 +332 212 27 149 +191 -698 -399 -391 +32 361 -225 477 +-63 321 -311 219 +244 -395 -245 -98 +-80 388 11 133 +-195 94 -247 -450 +141 339 -541 263 +-386 350 -202 296 +177 276 118 -161 +-226 -412 -95 70 +-45 -304 -225 155 -2957 748 --2870 -2164 -4809 -191 --933 2100 -4001 -150 -982 -373 -494 -606 --1358 1701 --1914 -461 -2980 -1746 --1215 546 -1479 -2402 --1615 -210 -1327 1206 -2098 202 -973 -222 --200 935 -178 -598 -770 1730 -1244 1065 -1035 955 --929 -270 -47 703 -1225 -326 --1329 -407 -228 2317 -732 -119 -515 -1333 -774 -401 --96 -1119 --216 -804 -200 -707 -1091 -316 -143 651 --264 316 --693 948 --519 1582 -956 -172 --490 -192 -582 143 -357 -125 --335 -749 --211 -858 -227 -269 --1103 -1217 -185 -377 -510 -555 --477 -372 -1048 -445 --837 -985 --674 442 --246 -423 --674 -1012 -1195 1165 --602 -1290 -841 -125 --1133 252 --168 -192 --486 404 -408 188 -293 928 --435 266 -248 -868 --626 828 -3465 -498 +-2870 -2164 -3034 -1464 +4809 -191 4534 1222 +-933 2100 -135 923 +4001 -150 2834 -319 +982 -373 1679 -2330 +494 -606 135 -541 +-1358 1701 -2682 1647 +-1914 -461 -1795 -211 +2980 -1746 3537 -1046 +-1215 546 -1789 -1676 +1479 -2402 428 -2567 +-1615 -210 -402 1514 +1327 1206 -143 767 +2098 202 1518 1040 +973 -222 -1101 -345 +-200 935 -728 622 +178 -598 2836 199 +770 1730 1379 964 +1244 1065 1251 1393 +1035 955 657 2192 +-929 -270 687 336 +47 703 1266 362 +1225 -326 -1324 950 +-1329 -407 371 -671 +228 2317 -16 1343 +732 -119 -701 -39 +515 -1333 865 -284 +774 -401 -29 814 +-96 -1119 -239 -208 +-216 -804 779 540 +200 -707 625 635 +1091 -316 204 -1496 +143 651 -437 -229 +-264 316 806 78 +-693 948 528 406 +-519 1582 715 439 +956 -172 482 595 +-490 -192 169 -87 +582 143 264 -1076 +357 -125 579 560 +-335 -749 -577 101 +-211 -858 -149 616 +227 -269 225 -465 +-1103 -1217 662 62 +185 -377 -660 851 +510 -555 -576 -1584 +-477 -372 359 1018 +1048 -445 213 618 +-837 -985 950 738 +-674 442 465 -372 +-246 -423 1038 -49 +-674 -1012 316 1538 +1195 1165 708 1295 +-602 -1290 -606 -147 +841 -125 157 -43 +-1133 252 191 1150 +-168 -192 -1151 1481 +-486 404 -1284 -242 +408 188 -129 431 +293 928 -8 925 +-435 266 -1068 292 +248 -868 1096 218 +-626 828 426 -566 -5358 -900 --2564 -3640 -4317 -320 --978 1463 -3746 -226 -3622 -1280 -242 -147 --2444 258 --65 243 -4116 -250 --1492 41 -1429 -1286 --2369 492 --98 1787 -2745 1368 -321 387 -1175 -2074 -2396 -677 -923 1538 -748 167 -991 1514 -631 627 --1190 1035 -793 2050 --1702 -1437 --916 1468 --59 -1029 -181 390 -117 -983 -1864 -371 -5 1307 -704 277 -747 -280 -1013 319 --815 -1377 --140 -438 --1378 547 --301 -346 --1103 -1667 -215 771 -703 100 --80 516 --151 -621 --319 1244 --395 -31 --67 1454 -545 -850 --615 719 --209 108 -488 491 --135 345 --828 997 -542 -697 --35 -762 --837 -276 --441 121 -930 527 -844 304 --249 453 -565 238 --635 -405 -115 587 -956 1401 --379 -186 -4095 386 +-2564 -3640 -2737 -1274 +4317 -320 4543 385 +-978 1463 -2365 1860 +3746 -226 4526 295 +3622 -1280 2221 372 +242 -147 430 -1513 +-2444 258 -1678 172 +-65 243 139 531 +4116 -250 3730 115 +-1492 41 -2209 -1565 +1429 -1286 1396 -1750 +-2369 492 -2785 870 +-98 1787 -285 1839 +2745 1368 1430 715 +321 387 602 172 +1175 -2074 173 -1016 +2396 -677 3286 -275 +923 1538 -74 2136 +748 167 -419 -621 +991 1514 -3 2274 +631 627 655 -8 +-1190 1035 -886 469 +793 2050 -571 1612 +-1702 -1437 375 -1560 +-916 1468 509 447 +-59 -1029 386 -7 +181 390 -253 -714 +117 -983 -105 -1324 +1864 -371 1350 539 +5 1307 -952 -124 +704 277 -1047 -593 +747 -280 78 -288 +1013 319 -316 -664 +-815 -1377 -655 -305 +-140 -438 -1150 -261 +-1378 547 -180 1031 +-301 -346 503 1025 +-1103 -1667 -986 675 +215 771 374 669 +703 100 -198 294 +-80 516 1603 -787 +-151 -621 -483 785 +-319 1244 -553 523 +-395 -31 51 -211 +-67 1454 -480 -889 +545 -850 8 -290 +-615 719 -459 276 +-209 108 972 -242 +488 491 -996 -761 +-135 345 -1133 -895 +-828 997 -1269 -274 +542 -697 -625 211 +-35 -762 400 1178 +-837 -276 256 -512 +-441 121 417 -251 +930 527 271 -1 +844 304 1113 751 +-249 453 1662 1226 +565 238 447 -205 +-635 -405 -957 -479 +115 587 1178 -750 +956 1401 632 637 +-379 -186 454 -722 -3936 1314 --3275 -2039 -3621 -273 --1826 1067 -4184 -556 -2730 -1124 -1250 47 --1609 691 --1927 85 -3693 347 --1374 -1671 -2571 -971 --1996 158 --371 1370 -2292 1185 --1074 813 -589 732 -1783 1431 --400 1432 -860 1089 --242 2801 -178 1201 --330 649 --823 622 -1457 -1395 --1067 633 -571 -823 -198 -733 -736 -407 -215 -450 -828 536 --195 -122 --57 274 --274 -325 -499 -293 --456 -455 --636 -1755 --7 124 -376 18 -504 -74 --862 831 --1436 879 --928 -670 -333 -434 -721 -66 --1762 -196 --1013 -533 -517 -603 -868 573 -1361 -630 --178 732 -1206 -768 -637 475 -1063 965 --365 -1224 -496 -707 -45 -96 -823 -938 -1173 38 --1058 789 --91 172 -670 -640 -406 -581 -25 389 -3745 -204 +-3275 -2039 -1073 -3033 +3621 -273 5228 473 +-1826 1067 -496 1683 +4184 -556 3683 -663 +2730 -1124 2743 -899 +1250 47 1332 -528 +-1609 691 -576 327 +-1927 85 -341 -1082 +3693 347 3818 972 +-1374 -1671 -1502 -1170 +2571 -971 2371 -2177 +-1996 158 8 -76 +-371 1370 246 -146 +2292 1185 870 1182 +-1074 813 -377 394 +589 732 885 51 +1783 1431 1216 2232 +-400 1432 -1704 1384 +860 1089 518 1671 +-242 2801 770 4237 +178 1201 -2145 -227 +-330 649 -858 -720 +-823 622 239 -281 +1457 -1395 -436 -687 +-1067 633 -348 1156 +571 -823 468 532 +198 -733 -770 8 +736 -407 789 183 +215 -450 76 465 +828 536 -1106 115 +-195 -122 762 334 +-57 274 -42 -764 +-274 -325 245 232 +499 -293 -895 -750 +-456 -455 1079 104 +-636 -1755 908 196 +-7 124 302 -618 +376 18 416 120 +504 -74 -712 -580 +-862 831 -117 -228 +-1436 879 -829 625 +-928 -670 -523 -127 +333 -434 -600 -649 +721 -66 -952 -549 +-1762 -196 308 422 +-1013 -533 453 2 +517 -603 -1216 311 +868 573 727 -4 +1361 -630 -156 -380 +-178 732 607 -961 +1206 -768 442 -929 +637 475 -729 -954 +1063 965 -79 585 +-365 -1224 443 -106 +496 -707 87 419 +45 -96 -283 472 +823 -938 -503 -349 +1173 38 -435 996 +-1058 789 -1370 -428 +-91 172 -19 371 +670 -640 -111 -9 +406 -581 -439 -246 +25 389 -703 -907 -3609 -426 --2750 -2791 -4553 186 -17 -177 -2668 952 -1908 657 -662 -211 --1903 -513 --342 1278 -3064 1495 --2312 -929 -2210 -1745 --2560 -1048 --40 1448 -715 2593 -315 -155 -146 1220 -1050 1205 --205 2503 --651 429 --2198 2653 --925 -70 --2108 367 --98 97 --31 -87 --1606 479 -1341 -424 --695 1333 -711 353 -34 -1248 -225 26 -1108 -463 -612 130 --1046 -837 --93 -1209 -716 -535 --135 -1021 -463 -150 --725 -1508 --191 383 -143 293 -87 237 -890 -494 --1035 -15 -931 842 --276 -1522 -192 480 --904 -402 -933 385 -360 38 -207 -245 -1110 -641 --621 467 -669 1067 -725 -59 --232 -281 --645 349 --1447 302 --178 -405 -89 -1193 --361 -203 -283 40 --1017 1018 --205 138 -3737 824 +-2750 -2791 -1184 -4445 +4553 186 4589 1189 +17 -177 -300 -55 +2668 952 2711 1483 +1908 657 2182 490 +662 -211 1148 10 +-1903 -513 -2549 232 +-342 1278 -574 662 +3064 1495 2211 676 +-2312 -929 -2017 -1771 +2210 -1745 3492 -1466 +-2560 -1048 -968 639 +-40 1448 264 -87 +715 2593 1057 2694 +315 -155 -366 -434 +146 1220 524 -384 +1050 1205 1448 636 +-205 2503 452 682 +-651 429 116 -170 +-2198 2653 -2718 1832 +-925 -70 -295 -420 +-2108 367 -545 -387 +-98 97 100 -490 +-31 -87 705 -674 +-1606 479 -1534 308 +1341 -424 211 272 +-695 1333 -952 1435 +711 353 110 376 +34 -1248 -172 1097 +225 26 -708 8 +1108 -463 725 -1031 +612 130 -1936 192 +-1046 -837 -209 1094 +-93 -1209 -605 958 +716 -535 -590 -692 +-135 -1021 680 -282 +463 -150 760 -662 +-725 -1508 501 -38 +-191 383 -452 220 +143 293 23 442 +87 237 -707 -122 +890 -494 459 -549 +-1035 -15 -1135 11 +931 842 276 -776 +-276 -1522 1225 563 +192 480 -277 676 +-904 -402 110 -395 +933 385 111 -1599 +360 38 443 -149 +207 -245 38 456 +1110 -641 110 620 +-621 467 1498 253 +669 1067 340 -346 +725 -59 -1199 151 +-232 -281 -648 -63 +-645 349 -844 -222 +-1447 302 -737 -570 +-178 -405 -64 275 +89 -1193 1924 -70 +-361 -203 -317 -769 +283 40 -706 -842 +-1017 1018 -56 783 +-205 138 -32 331 -613 698 --1386 774 -98 -1992 -163 -1877 -3550 2643 -706 -4268 --2431 -921 -565 -3678 -1991 -668 --2392 -798 -3111 -3800 --1123 85 --281 1266 --794 1205 -471 695 --944 1418 --212 -1204 -1074 2264 -2242 -461 --1996 1566 -226 -661 -928 135 --1025 904 --1480 1487 -689 -251 --804 -2893 --1520 -826 -1835 1077 --2323 482 -537 563 -1024 176 --1000 -181 --1930 -666 -119 596 --1372 -51 -717 -1570 -352 -1584 --1548 921 -1268 -91 --238 -1298 -822 -438 -635 1036 --302 519 -816 92 -461 2928 -660 1815 -441 909 --700 1647 --57 207 -155 289 -0 71 -1254 -955 --810 1648 --1157 -595 -1239 2456 --1723 825 -1574 -2730 -384 755 -544 -1579 --703 -998 --178 -2139 --395 435 --724 1814 -1135 -1205 -683 3421 +-1386 774 74 -1698 +98 -1992 182 -2833 +163 -1877 -1120 -865 +3550 2643 5885 3078 +706 -4268 1415 3103 +-2431 -921 -3191 -69 +565 -3678 3259 -3144 +1991 -668 3351 -1564 +-2392 -798 -1649 -2308 +3111 -3800 3367 1305 +-1123 85 -15 2303 +-281 1266 -279 -1643 +-794 1205 985 -1912 +471 695 -877 469 +-944 1418 1539 519 +-212 -1204 2392 -1977 +1074 2264 -1279 -397 +2242 -461 -26 1541 +-1996 1566 -1089 -748 +226 -661 603 -13 +928 135 -62 -889 +-1025 904 -2225 -157 +-1480 1487 2716 -1574 +689 -251 -2238 573 +-804 -2893 1053 772 +-1520 -826 1498 165 +1835 1077 -1126 -239 +-2323 482 -1046 -1863 +537 563 -915 -353 +1024 176 -274 -1040 +-1000 -181 -1962 -1554 +-1930 -666 161 1319 +119 596 981 195 +-1372 -51 -1300 -517 +717 -1570 -497 -339 +352 -1584 -22 896 +-1548 921 -971 -2369 +1268 -91 -410 -429 +-238 -1298 -859 1234 +822 -438 -408 -1476 +635 1036 980 -419 +-302 519 465 -119 +816 92 -73 1415 +461 2928 -332 40 +660 1815 411 -128 +441 909 -260 920 +-700 1647 -784 -2135 +-57 207 -268 125 +155 289 -740 -330 +0 71 -1102 1119 +1254 -955 -795 587 +-810 1648 -1447 -3302 +-1157 -595 -880 -1750 +1239 2456 -1168 -658 +-1723 825 -2118 -787 +1574 -2730 -979 -1456 +384 755 3104 -1938 +544 -1579 1586 1800 +-703 -998 640 -1348 +-178 -2139 87 -1262 +-395 435 217 -656 +-724 1814 -2760 1503 +1135 -1205 -1805 1002 1827 1589 --2764 2590 -657 -2342 --1496 -2088 -3936 3831 --184 369 --2617 -2628 -3254 -910 -1193 -1123 --1854 -4127 -3690 -498 --834 -102 -2373 -132 -982 -1468 --1210 1114 --1493 1494 --995 1447 --1553 2611 -631 2021 -677 2251 -1112 1137 --153 -2409 -820 -1109 --165 -2975 -1345 2533 -1299 -2444 --376 1503 --283 -373 --575 1140 --1223 660 --479 -4118 --482 691 --123 677 --189 -481 -600 3473 -845 1 -1078 -825 -712 -126 -1151 2780 --738 -1169 --235 595 -1070 -1920 --486 1374 --30 -2830 -945 -771 -793 -3472 --1032 638 --794 -1328 -859 952 -942 -696 -751 -1219 -2380 159 --1355 1505 --582 1238 -1500 1000 -1200 1660 --2304 143 --2151 -209 -1167 -156 --76 741 -1036 249 --151 -824 --736 -1533 -1063 916 1206 1499 +-2764 2590 188 -1908 +657 -2342 35 -3370 +-1496 -2088 1841 -796 +3936 3831 3608 2361 +-184 369 1415 -918 +-2617 -2628 -4493 1768 +3254 -910 782 -927 +1193 -1123 499 617 +-1854 -4127 -1076 -3932 +3690 -498 3457 3852 +-834 -102 -1580 1719 +2373 -132 659 -921 +982 -1468 -1440 -1376 +-1210 1114 329 1183 +-1493 1494 -2340 1148 +-995 1447 2088 -1215 +-1553 2611 -2495 104 +631 2021 1628 -154 +677 2251 611 1134 +1112 1137 1414 -817 +-153 -2409 -512 -2586 +820 -1109 1103 -229 +-165 -2975 670 -1428 +1345 2533 -976 1381 +1299 -2444 -1783 1914 +-376 1503 -613 -1 +-283 -373 1980 1383 +-575 1140 1070 1743 +-1223 660 -2393 -483 +-479 -4118 1820 45 +-482 691 1311 853 +-123 677 636 853 +-189 -481 370 1674 +600 3473 1017 1602 +845 1 299 646 +1078 -825 -190 -1690 +712 -126 -317 -1234 +1151 2780 3205 -337 +-738 -1169 -597 330 +-235 595 1629 185 +1070 -1920 -3519 1515 +-486 1374 -295 -2969 +-30 -2830 58 242 +945 -771 -368 971 +793 -3472 231 -459 +-1032 638 941 -982 +-794 -1328 756 1477 +859 952 -1436 960 +942 -696 2015 -115 +751 -1219 1814 1366 +2380 159 1295 154 +-1355 1505 938 711 +-582 1238 -2132 -1730 +1500 1000 284 -442 +1200 1660 640 475 +-2304 143 956 -46 +-2151 -209 -801 -140 +1167 -156 -1466 -1073 +-76 741 276 781 +1036 249 1434 1261 +-151 -824 949 1565 +-736 -1533 582 -1377 +1063 916 -63 1457 -763 -2335 --1596 -743 -600 -738 -747 -2671 -3012 5555 -309 1320 --2399 -2729 -1572 -417 -2137 523 --524 -4165 -3413 3848 --2076 473 -2310 -817 --52 155 --4070 893 -657 -315 -479 -272 --1633 177 -946 2224 --324 523 -1510 -1749 -1448 -2284 --342 261 -551 -690 --2700 393 -93 528 -115 -396 -357 1472 --1512 624 -494 512 --774 1 -1562 940 -782 505 -713 -1227 -670 -190 -172 -79 --1854 426 --801 153 --125 -2199 -1174 1665 -1279 -2081 -3199 -386 --829 51 --334 1508 --471 -653 -1786 -1533 -1080 512 --1253 -526 --3644 -56 --856 841 --539 -1302 --1320 836 --537 -573 --429 -837 -655 3142 --243 2448 -966 758 --1280 543 --863 -399 -757 -1018 -2791 -745 --1257 772 --402 825 --418 985 -286 1285 +-1596 -743 -3853 172 +600 -738 -265 -1366 +747 -2671 -1020 -1691 +3012 5555 5254 4701 +309 1320 1268 2360 +-2399 -2729 -4262 -399 +1572 -417 0 821 +2137 523 112 1423 +-524 -4165 -862 -4573 +3413 3848 1679 2791 +-2076 473 -83 3361 +2310 -817 -1535 -552 +-52 155 88 1065 +-4070 893 -3095 828 +657 -315 500 -1153 +479 -272 1939 329 +-1633 177 -699 -2671 +946 2224 1642 259 +-324 523 -986 -207 +1510 -1749 -2095 -1889 +1448 -2284 5292 1438 +-342 261 782 566 +551 -690 -2191 441 +-2700 393 -563 1725 +93 528 -604 -467 +115 -396 -1241 -2227 +357 1472 1623 25 +-1512 624 -1013 -560 +494 512 -266 50 +-774 1 1760 -1694 +1562 940 -2099 -1098 +782 505 515 1505 +713 -1227 -828 222 +670 -190 1460 697 +172 -79 -860 -2338 +-1854 426 -2735 496 +-801 153 200 2218 +-125 -2199 855 -1349 +1174 1665 801 1979 +1279 -2081 456 293 +3199 -386 2025 348 +-829 51 1523 542 +-334 1508 -464 386 +-471 -653 1166 838 +1786 -1533 -70 -1180 +1080 512 -47 717 +-1253 -526 740 -1182 +-3644 -56 -1338 -105 +-856 841 532 1335 +-539 -1302 -1484 1074 +-1320 836 -1957 1007 +-537 -573 1842 -624 +-429 -837 -2447 -2391 +655 3142 -62 984 +-243 2448 0 1543 +966 758 361 -2467 +-1280 543 28 31 +-863 -399 233 -1244 +757 -1018 2554 -877 +2791 -745 663 -419 +-1257 772 -590 1106 +-402 825 2138 -111 +-418 985 -934 1248 -1562 1958 --1188 -1218 -1626 -2221 --3745 1188 -6132 3186 --1009 -233 --1820 -1833 -2401 -186 -272 -3101 --1 -3204 -5565 3351 --366 1317 -2706 -603 --464 -2460 --2426 1451 --1603 -26 -1553 -1198 --2301 195 --801 749 -1356 -692 -3612 -823 -1528 195 -3003 -2538 --1255 -167 -647 -623 -634 -880 --2755 175 -1043 -914 --1158 -761 -416 917 -303 1082 --1858 -206 --735 207 -612 412 -149 241 --1270 463 -306 712 -361 11 -1475 3431 -1163 1355 --737 195 -350 800 -159 126 -624 -646 --358 254 -26 1513 -1833 -845 --962 -1117 --946 -133 --337 590 -676 44 --994 2376 -375 -1172 --634 -1256 -14 -829 -354 -1463 --196 -930 -2137 -854 -76 596 --234 -255 -779 -632 --1103 -1451 -1142 1305 -438 537 -1209 1291 +-1188 -1218 -3678 903 +1626 -2221 968 -2214 +-3745 1188 -2440 -1519 +6132 3186 3026 2277 +-1009 -233 682 -244 +-1820 -1833 -1869 -3873 +2401 -186 3363 925 +272 -3101 1869 -1554 +-1 -3204 670 -3006 +5565 3351 2343 2713 +-366 1317 -1166 3459 +2706 -603 -1330 -1542 +-464 -2460 -1504 605 +-2426 1451 -1600 -506 +-1603 -26 -1325 1068 +1553 -1198 766 1225 +-2301 195 -727 1077 +-801 749 -1533 1747 +1356 -692 -667 864 +3612 -823 1840 -624 +1528 195 928 1479 +3003 -2538 272 -309 +-1255 -167 -2645 1484 +647 -623 -1393 461 +634 -880 1020 -485 +-2755 175 914 -1490 +1043 -914 1806 -1431 +-1158 -761 200 -63 +416 917 1122 -809 +303 1082 1902 1226 +-1858 -206 -1736 932 +-735 207 1200 1101 +612 412 -583 -1051 +149 241 1060 939 +-1270 463 -1052 1910 +306 712 -867 1393 +361 11 -660 1579 +1475 3431 -2749 -250 +1163 1355 64 469 +-737 195 95 -553 +350 800 -296 969 +159 126 224 749 +624 -646 157 -1425 +-358 254 793 2265 +26 1513 -2439 -308 +1833 -845 89 -263 +-962 -1117 -344 -238 +-946 -133 -74 811 +-337 590 -1111 1215 +676 44 267 -806 +-994 2376 -185 -1658 +375 -1172 -3588 744 +-634 -1256 1106 583 +14 -829 2604 -886 +354 -1463 2568 -57 +-196 -930 2122 296 +2137 -854 1489 -88 +76 596 518 1064 +-234 -255 -2948 409 +779 -632 255 1235 +-1103 -1451 692 1617 +1142 1305 750 -1695 +438 537 -200 54 -2656 -3742 -416 -792 -559 1108 -84 -3212 -3981 1168 -1252 6413 -612 3287 -280 -400 --345 4439 --915 -620 -2890 4505 --370 6481 -2101 -390 -1128 -3353 --2301 -1621 -2884 953 -4047 -788 -1879 -3888 --482 -633 -3896 -2325 -986 210 --838 -3096 --190 -1603 -1297 -1615 -1015 2411 -1227 3867 --69 1608 --5460 -952 -2298 -580 --2126 1026 --1688 965 -1337 1846 -496 1988 --980 -3003 -2382 -746 -886 2299 --187 -268 -1021 -1112 --1058 -948 -186 535 --423 891 --41 -2485 --921 2145 --468 -302 -412 -3871 --2183 -2219 -321 -387 -499 -1442 --1050 754 -1100 1102 -918 -1107 --1737 3219 -3441 -2447 --380 -603 --1669 -2199 -890 424 --977 3106 -2141 -867 --620 3167 --250 2052 -1126 3313 -1383 -1476 -1630 -2846 --1933 314 -2976 -6184 +416 -792 -830 3118 +559 1108 1973 -465 +84 -3212 155 -774 +3981 1168 -58 2546 +1252 6413 -1187 -2560 +612 3287 2774 448 +280 -400 -2695 -875 +-345 4439 -5636 4823 +-915 -620 -854 452 +2890 4505 2925 -637 +-370 6481 -206 1818 +2101 -390 -594 2434 +1128 -3353 438 3677 +-2301 -1621 1915 -721 +2884 953 284 2327 +4047 -788 -982 1983 +1879 -3888 803 -1757 +-482 -633 -252 -1447 +3896 -2325 567 756 +986 210 2004 -2861 +-838 -3096 -1332 -1461 +-190 -1603 -290 1851 +1297 -1615 -3935 3667 +1015 2411 3422 1802 +1227 3867 -2141 -2398 +-69 1608 -2387 -408 +-5460 -952 -233 890 +2298 -580 2072 1214 +-2126 1026 3580 704 +-1688 965 -412 1453 +1337 1846 2108 152 +496 1988 -662 239 +-980 -3003 -1548 -716 +2382 -746 2006 -436 +886 2299 -550 274 +-187 -268 -973 -1495 +1021 -1112 1715 3597 +-1058 -948 643 2098 +186 535 2771 -991 +-423 891 -1177 2494 +-41 -2485 1235 -872 +-921 2145 -830 512 +-468 -302 596 -1422 +412 -3871 -497 -1212 +-2183 -2219 -514 -1545 +321 -387 2240 2055 +499 -1442 361 2252 +-1050 754 1078 -336 +1100 1102 454 -849 +918 -1107 217 -1414 +-1737 3219 -317 -524 +3441 -2447 2068 3055 +-380 -603 506 703 +-1669 -2199 3438 1284 +890 424 3997 2158 +-977 3106 154 1990 +2141 -867 -2683 1795 +-620 3167 163 -2698 +-250 2052 -114 2391 +1126 3313 -895 837 +1383 -1476 2100 957 +1630 -2846 3899 -2004 +-1933 314 2481 -1169 -2317 -1959 -2053 -118 -1480 826 -3510 239 -1197 1842 --1465 1809 -1963 4250 --1466 -1935 --3605 3031 --1427 2901 -4232 1610 --457 3672 --2108 324 -1399 572 -678 -2410 -2445 -1715 -542 1143 -3384 -3839 --524 -1178 --2167 -3488 --473 -3404 --581 128 --1772 -445 --1176 4006 -180 -2205 --1443 2829 --159 -3449 -855 -1461 -1303 -1927 --2080 -989 -539 6032 -132 -1926 --2325 -9 --899 624 --23 -3179 --4774 1501 -778 1156 --939 714 --331 -3251 -1785 559 --249 -604 --1072 1275 --814 -1727 -848 4478 --1330 1035 --1144 3795 --158 742 -1912 1387 -22 -1091 --2033 537 --1219 4126 --3887 -3533 --319 -1770 -1280 159 --1776 -798 --50 -2399 -2222 -2231 -3170 -164 --1172 -716 -452 -1628 --1304 -59 --83 1201 --985 258 --1212 -903 -3702 -4930 +2053 -118 -2751 2615 +1480 826 2104 2204 +3510 239 747 -2200 +1197 1842 1354 4097 +-1465 1809 -1191 1390 +1963 4250 3496 -2468 +-1466 -1935 1791 -561 +-3605 3031 -987 -244 +-1427 2901 -1444 2187 +4232 1610 2419 -2390 +-457 3672 -328 1849 +-2108 324 1819 1477 +1399 572 3436 -753 +678 -2410 -1338 -2045 +2445 -1715 3023 1243 +542 1143 -8 5286 +3384 -3839 3470 252 +-524 -1178 -2528 70 +-2167 -3488 -519 122 +-473 -3404 7 -1136 +-581 128 -122 2649 +-1772 -445 -949 102 +-1176 4006 -757 1565 +180 -2205 -306 1295 +-1443 2829 1314 -3686 +-159 -3449 299 -1038 +855 -1461 -2207 -862 +1303 -1927 -1472 -2610 +-2080 -989 3570 -1275 +539 6032 911 602 +132 -1926 -583 -248 +-2325 -9 -1513 -1027 +-899 624 886 -2234 +-23 -3179 -2385 -4549 +-4774 1501 1409 340 +778 1156 961 2130 +-939 714 59 255 +-331 -3251 -5043 -1941 +1785 559 938 -1953 +-249 -604 -2400 299 +-1072 1275 3783 -2608 +-814 -1727 1936 3957 +848 4478 1024 -949 +-1330 1035 -316 -2189 +-1144 3795 180 1333 +-158 742 -889 3110 +1912 1387 -1758 -2775 +22 -1091 -1731 -1533 +-2033 537 -1947 861 +-1219 4126 -709 -934 +-3887 -3533 383 -252 +-319 -1770 -62 -3437 +1280 159 3094 2140 +-1776 -798 170 2244 +-50 -2399 -1298 -741 +2222 -2231 -1917 261 +3170 -164 -344 635 +-1172 -716 -510 639 +452 -1628 -1408 -582 +-1304 -59 -1517 -1536 +-83 1201 -3431 -1304 +-985 258 -1665 1078 +-1212 -903 -1193 -826 -1661 59 -1769 2561 -2684 -699 -2081 329 -2332 -928 --1347 -866 --2957 3071 --952 -3085 --1901 529 --1106 3240 -2994 -794 --858 3214 --3405 1919 -2749 -25 -5226 -1527 -300 1797 --619 -1582 -3475 -993 --863 -1685 --818 -1156 --1189 1484 --1549 2164 --861 -2669 --8 1825 -1021 777 --86 -1713 --150 -34 -489 -3882 -2089 -1866 -364 863 --1143 -1833 --2664 -1230 --384 173 --1387 1003 --1644 -278 --587 843 -2460 1931 -2564 -1166 --297 3664 --1942 -3612 --593 2633 --1636 -1662 -4046 546 --578 -1856 --665 870 --786 2439 --220 -1089 -1123 1639 -3525 242 -700 -970 -1291 394 -1203 -764 -1145 346 --1148 1622 -39 -5535 -146 -3771 --1841 -1809 -493 3251 -205 1411 --1485 -247 --4012 40 -1375 297 -8 -461 -342 -2968 -3025 -3047 +1769 2561 1537 1975 +2684 -699 1554 -5 +2081 329 2542 -2240 +2332 -928 -1538 2910 +-1347 -866 -2579 -1741 +-2957 3071 2794 -303 +-952 -3085 982 -3165 +-1901 529 -2901 471 +-1106 3240 -635 2863 +2994 -794 6533 -1255 +-858 3214 -4989 -524 +-3405 1919 788 2126 +2749 -25 334 126 +5226 -1527 6993 -1497 +300 1797 223 4008 +-619 -1582 -3702 -357 +3475 -993 2196 3539 +-863 -1685 -515 2020 +-818 -1156 -206 -231 +-1189 1484 2186 191 +-1549 2164 -4324 -4119 +-861 -2669 -1576 -1353 +-8 1825 3324 684 +1021 777 -74 -1326 +-86 -1713 660 -2674 +-150 -34 2407 3024 +489 -3882 146 102 +2089 -1866 -724 611 +364 863 -298 947 +-1143 -1833 -758 3026 +-2664 -1230 1602 -197 +-384 173 141 -1454 +-1387 1003 1883 -1325 +-1644 -278 -2337 -454 +-587 843 -359 4372 +2460 1931 3577 -1070 +2564 -1166 311 -2773 +-297 3664 -1762 2234 +-1942 -3612 300 -298 +-593 2633 -759 -1651 +-1636 -1662 -126 1159 +4046 546 -1615 -1033 +-578 -1856 2357 760 +-665 870 -133 -1024 +-786 2439 307 2916 +-220 -1089 -632 -2422 +1123 1639 -225 395 +3525 242 68 -208 +700 -970 1585 -1431 +1291 394 1390 872 +1203 -764 3093 -900 +1145 346 -1414 2200 +-1148 1622 4946 3910 +39 -5535 1250 -1055 +146 -3771 -1026 -3671 +-1841 -1809 1065 3131 +493 3251 -39 1254 +205 1411 1115 583 +-1485 -247 -3515 2636 +-4012 40 -1946 275 +1375 297 1120 -3276 +8 -461 -2995 2177 +342 -2968 3158 -789 454 -3939 --179 4317 --822 2465 -7170 -3795 --2256 2330 -3402 -188 --818 1339 -765 -647 --768 3045 --2276 -146 --139 -1160 --2438 1518 --2626 3160 -1242 3414 -3660 -5274 -1035 3727 --916 1787 -5652 259 --344 -1348 --3641 2687 --3409 804 -766 160 --3184 4182 -2012 1019 --1995 993 --1441 148 -3412 498 --672 -1294 -1662 1261 -699 2038 --2013 -1536 --70 2243 --414 578 --375 332 --1145 2273 --178 615 --717 304 --1355 -443 --374 -3622 --1364 -2067 -1079 -1305 --917 343 --507 727 --414 67 --1642 -1387 -705 -917 --2630 283 -3041 2264 --1201 -1022 -532 1161 --1684 -311 -898 -4660 --61 1134 --529 -1519 -653 1335 --318 3901 -369 328 --2310 1457 -649 -745 -234 1633 --1116 3421 -1634 3784 --1054 -4452 --673 -2286 482 -4561 +-179 4317 1076 3740 +-822 2465 504 665 +7170 -3795 5030 572 +-2256 2330 3390 5651 +3402 -188 -427 -1356 +-818 1339 -1681 5769 +765 -647 -1142 -4598 +-768 3045 -4578 2523 +-2276 -146 -1646 874 +-139 -1160 4904 2461 +-2438 1518 -5178 -3520 +-2626 3160 2914 1079 +1242 3414 2007 1794 +3660 -5274 1895 -611 +1035 3727 548 683 +-916 1787 -285 354 +5652 259 128 750 +-344 -1348 1235 -40 +-3641 2687 -730 641 +-3409 804 89 1521 +766 160 2068 -1949 +-3184 4182 -515 -487 +2012 1019 3563 -1428 +-1995 993 1934 -12 +-1441 148 -1637 -801 +3412 498 -665 2100 +-672 -1294 -1433 -46 +1662 1261 -335 -508 +699 2038 -1266 571 +-2013 -1536 -2348 -956 +-70 2243 1672 250 +-414 578 632 -3667 +-375 332 1970 -338 +-1145 2273 -188 -3409 +-178 615 1730 -3803 +-717 304 1299 -2485 +-1355 -443 -727 -1709 +-374 -3622 3636 2618 +-1364 -2067 899 -1088 +1079 -1305 -746 79 +-917 343 1860 191 +-507 727 -1008 -714 +-414 67 1273 1717 +-1642 -1387 -512 -3269 +705 -917 2027 -584 +-2630 283 461 -913 +3041 2264 1168 779 +-1201 -1022 -456 371 +532 1161 609 -1136 +-1684 -311 -858 40 +898 -4660 -160 1406 +-61 1134 4053 -293 +-529 -1519 -2388 -2036 +653 1335 -2227 1642 +-318 3901 -2863 1663 +369 328 -2137 -290 +-2310 1457 -1813 1123 +649 -745 545 -3054 +234 1633 2888 -1366 +-1116 3421 -818 396 +1634 3784 -1368 -1147 +-1054 -4452 -1613 1930 +-673 -2286 -1151 -1140 diff --git a/AI_Engine_Development/AIE-ML/Design_Tutorials/07-Channelizer-Using-Vitis-Libraries/aie/channelizer/data/fft_back_i_6.txt b/AI_Engine_Development/AIE-ML/Design_Tutorials/07-Channelizer-Using-Vitis-Libraries/aie/channelizer/data/fft_back_i_6.txt index 6b0ca64f27..d60d0ddfda 100644 --- a/AI_Engine_Development/AIE-ML/Design_Tutorials/07-Channelizer-Using-Vitis-Libraries/aie/channelizer/data/fft_back_i_6.txt +++ b/AI_Engine_Development/AIE-ML/Design_Tutorials/07-Channelizer-Using-Vitis-Libraries/aie/channelizer/data/fft_back_i_6.txt @@ -1,2048 +1,2048 @@ 1678 -1110 --3141 441 -1607 -2290 -2077 1230 -2147 -331 -1507 -59 -1409 -3271 --204 -1172 -176 1851 --1083 -1 -2107 -776 --772 -103 -1455 832 --1146 -2296 --66 -76 --247 -490 -2380 763 -1894 -1758 --1123 557 --1305 -1122 -178 321 --443 519 --1200 27 --1014 -265 -1055 335 -1250 -342 -30 25 --866 -64 -254 -196 --750 544 --740 185 --284 405 -55 -254 --21 -48 -542 -163 -308 257 -123 308 -107 -256 --646 337 --10 -196 -3 156 --349 262 -47 -29 --150 -85 --508 -155 --303 3 --252 -491 --249 -409 -314 -241 --273 231 --76 592 --69 319 -163 31 -293 -63 --532 134 -87 68 --170 348 -113 -326 --30 297 --71 45 -212 106 --220 53 --378 -180 --5 219 1514 -758 +-3141 441 -2645 343 +1607 -2290 1754 -2281 +2077 1230 2220 1053 +2147 -331 1750 218 +1507 -59 1174 -679 +1409 -3271 1529 -3020 +-204 -1172 -435 -1420 +176 1851 -204 2203 +-1083 -1 -1839 27 +2107 -776 1161 -592 +-772 -103 -1067 545 +1455 832 1558 463 +-1146 -2296 -745 -1404 +-66 -76 719 -292 +-247 -490 -413 -55 +2380 763 1974 1502 +1894 -1758 1818 -1220 +-1123 557 -728 -413 +-1305 -1122 -1323 -886 +178 321 509 229 +-443 519 -54 -362 +-1200 27 -1162 -490 +-1014 -265 -647 519 +1055 335 1017 539 +1250 -342 536 -423 +30 25 -38 -149 +-866 -64 -307 -264 +254 -196 434 361 +-750 544 -141 555 +-740 185 -388 -296 +-284 405 447 -112 +55 -254 -92 -269 +-21 -48 -144 -69 +542 -163 -34 -162 +308 257 68 -35 +123 308 -206 -124 +107 -256 876 326 +-646 337 -16 282 +-10 -196 -201 -525 +3 156 238 215 +-349 262 38 -374 +47 -29 330 -459 +-150 -85 304 78 +-508 -155 -280 -393 +-303 3 -89 -168 +-252 -491 170 -48 +-249 -409 90 -27 +314 -241 -53 23 +-273 231 119 -151 +-76 592 -212 -30 +-69 319 -9 -247 +163 31 149 -84 +293 -63 653 1 +-532 134 244 182 +87 68 145 144 +-170 348 659 402 +113 -326 65 263 +-30 297 87 11 +-71 45 291 511 +212 106 148 81 +-220 53 191 364 +-378 -180 -22 -248 +-5 219 -115 -490 1422 -374 --2950 456 -1672 -1770 -2781 1388 -1774 237 -723 -1045 -1956 -2711 -141 -1425 --328 1622 --1068 -182 -1421 -654 --749 -458 -1730 1102 -44 -1844 -747 -205 -113 -1013 -1463 889 -1894 -857 --1197 -284 --1622 -1676 -84 3 --845 152 --1046 -655 --446 -192 -533 908 -498 637 --170 15 --15 -434 --136 -10 --436 100 -125 53 -49 -285 --513 104 --229 68 --29 17 --459 315 -130 265 -76 232 --149 10 -255 -295 -321 -250 -189 -143 --217 -189 -201 185 -1 -22 -138 329 -442 -196 -484 108 --93 -157 --42 -523 --282 324 --156 115 -146 -90 --69 140 -21 215 -234 36 -49 -250 -286 -394 -172 137 --171 4 -214 59 -95 -179 -184 -524 --130 -1 1652 -450 +-2950 456 -2945 178 +1672 -1770 1865 -1419 +2781 1388 2478 1883 +1774 237 1753 454 +723 -1045 1098 -474 +1956 -2711 2096 -3095 +141 -1425 41 -2098 +-328 1622 -77 1106 +-1068 -182 -486 -87 +1421 -654 1479 120 +-749 -458 -1332 -76 +1730 1102 1765 1717 +44 -1844 406 -2000 +747 -205 417 121 +113 -1013 44 -591 +1463 889 1076 2005 +1894 -857 1405 -105 +-1197 -284 -1436 -110 +-1622 -1676 -1179 -1027 +84 3 81 376 +-845 152 -763 -209 +-1046 -655 -663 -575 +-446 -192 -651 -337 +533 908 280 591 +498 637 781 109 +-170 15 620 -431 +-15 -434 190 -171 +-136 -10 -33 0 +-436 100 -409 -364 +125 53 427 -212 +49 -285 343 -225 +-513 104 -503 -37 +-229 68 512 -168 +-29 17 -117 -230 +-459 315 323 617 +130 265 536 16 +76 232 174 200 +-149 10 -315 -103 +255 -295 175 -222 +321 -250 156 571 +189 -143 44 -253 +-217 -189 324 326 +201 185 198 606 +1 -22 487 -154 +138 329 -45 220 +442 -196 -21 -95 +484 108 65 343 +-93 -157 -575 -13 +-42 -523 -71 78 +-282 324 -189 -200 +-156 115 -360 -3 +146 -90 352 -326 +-69 140 507 49 +21 215 283 183 +234 36 -525 -56 +49 -250 -258 -359 +286 -394 -80 -69 +172 137 98 -494 +-171 4 -509 18 +214 59 -413 -63 +95 -179 -442 -365 +184 -524 17 -11 +-130 -1 -2 -90 1881 -253 --2391 474 -1735 -1811 -2069 1970 -1467 -101 -1338 -346 -1995 -2502 -70 -1671 --347 1636 --909 -346 -1795 70 --1072 -139 -1184 1783 -205 -1822 -477 105 -21 -338 -679 1613 -1951 38 --1011 -688 --912 -1535 --164 647 -141 -607 --420 -1158 --580 -741 -43 819 -420 253 --97 439 --262 -393 -188 367 --458 -330 --237 -172 --74 -67 -162 379 --301 -60 -133 35 -114 215 -359 11 --103 17 --21 -71 --235 -389 -163 417 --218 97 -193 467 --154 351 -73 -78 --23 61 -420 41 -106 228 -104 -460 -80 -621 -295 -182 --178 -710 -119 -289 -244 -139 --234 -483 --79 -484 --687 190 -419 119 -415 -426 --32 578 --283 -230 -334 -262 --364 -337 -135 161 1959 -202 +-2391 474 -2827 207 +1735 -1811 1892 -2163 +2069 1970 2060 1604 +1467 -101 1410 182 +1338 -346 1221 -825 +1995 -2502 2288 -2745 +70 -1671 13 -1877 +-347 1636 -369 1197 +-909 -346 -870 -189 +1795 70 1559 -97 +-1072 -139 -1491 -672 +1184 1783 1243 1314 +205 -1822 70 -1838 +477 105 432 85 +21 -338 230 78 +679 1613 -253 1440 +1951 38 2058 591 +-1011 -688 -1022 -114 +-912 -1535 23 -1735 +-164 647 162 -340 +141 -607 -588 -55 +-420 -1158 -472 -1098 +-580 -741 -463 -1223 +43 819 -52 454 +420 253 221 90 +-97 439 609 -14 +-262 -393 -6 152 +188 367 -15 8 +-458 -330 -473 247 +-237 -172 142 -71 +-74 -67 356 -789 +162 379 77 94 +-301 -60 302 -6 +133 35 128 337 +114 215 -22 8 +359 11 360 -420 +-103 17 -55 -120 +-21 -71 149 -352 +-235 -389 -313 -23 +163 417 -86 230 +-218 97 124 478 +193 467 359 53 +-154 351 87 513 +73 -78 -101 -280 +-23 61 219 -36 +420 41 47 32 +106 228 93 774 +104 -460 -275 82 +80 -621 207 112 +295 -182 -224 195 +-178 -710 492 -339 +119 -289 -15 176 +244 -139 520 -70 +-234 -483 47 -273 +-79 -484 229 -722 +-687 190 33 235 +419 119 34 24 +415 -426 189 85 +-32 578 -390 321 +-283 -230 -79 124 +334 -262 35 -183 +-364 -337 -498 62 +135 161 280 443 1925 -544 --3058 149 -2152 -1568 -1856 1125 -1545 482 -1784 -201 -2307 -2446 -704 -1176 --338 1243 --1112 -604 -1304 61 --1039 -880 -802 2256 -592 -1919 -368 -110 -379 -242 -773 1871 -2065 529 -93 -1467 -498 -1213 --500 510 --165 -296 -74 -547 --1 -983 --341 521 --93 1348 -203 26 -324 63 -22 156 --373 195 -210 -109 --403 -135 -326 -438 --183 132 --435 121 -19 -49 --214 46 --101 -283 --484 -172 --96 146 --164 -7 --68 25 --165 -133 -13 447 -219 -229 -129 315 -78 439 -96 513 -124 -521 -482 102 -408 -121 --108 -738 -272 356 -236 -372 -298 -45 --179 129 --288 -105 --195 493 -20 -308 -28 153 --392 516 -198 88 --283 -72 --261 -204 1905 -373 +-3058 149 -2796 249 +2152 -1568 2064 -1495 +1856 1125 1833 1406 +1545 482 1859 875 +1784 -201 1759 -382 +2307 -2446 2397 -1955 +704 -1176 812 -1119 +-338 1243 -651 1253 +-1112 -604 -820 -349 +1304 61 1395 846 +-1039 -880 -799 -1532 +802 2256 984 2062 +592 -1919 695 -1958 +368 -110 427 47 +379 -242 8 85 +773 1871 -235 2289 +2065 529 1376 815 +93 -1467 -271 -1233 +498 -1213 77 -1458 +-500 510 -171 395 +-165 -296 -366 -141 +74 -547 547 -980 +-1 -983 279 -980 +-341 521 62 665 +-93 1348 145 663 +203 26 -134 620 +324 63 195 -79 +22 156 -348 -273 +-373 195 -371 113 +210 -109 -151 320 +-403 -135 -131 -84 +326 -438 322 208 +-183 132 -112 349 +-435 121 -110 -144 +19 -49 -126 296 +-214 46 222 11 +-101 -283 -34 -519 +-484 -172 454 168 +-96 146 -134 124 +-164 -7 -40 110 +-68 25 64 71 +-165 -133 -129 87 +13 447 -295 628 +219 -229 -96 -322 +129 315 273 -22 +78 439 379 221 +96 513 -134 143 +124 -521 -439 -175 +482 102 198 6 +408 -121 253 361 +-108 -738 -78 -51 +272 356 264 3 +236 -372 -272 -245 +298 -45 -279 214 +-179 129 -149 302 +-288 -105 -176 228 +-195 493 -195 98 +20 -308 -252 -336 +28 153 91 -209 +-392 516 -170 433 +198 88 -214 -106 +-283 -72 -26 497 +-261 -204 302 166 -4637 391 --2509 -2024 -6008 755 --56 792 -2466 119 -1950 -2083 --273 -980 --1196 998 -1091 83 -3020 -853 --2184 333 -495 -608 --1557 772 --131 1157 -2690 -591 -611 -730 --1147 -1711 -2009 459 -499 -518 -1380 -652 -508 1758 -600 -133 --1075 1140 --203 991 --3 -81 --621 1262 --786 -634 -87 -937 --564 -303 -1313 580 -1140 -260 -330 102 --971 837 --392 1443 --483 -259 --178 -1292 --1806 1001 -351 262 --83 -954 -767 -981 -102 231 --783 -1666 -828 122 -650 159 -19 208 --107 238 --218 852 --210 408 -469 341 -122 461 --93 -515 -159 -207 -262 -144 --521 547 -81 -189 --685 930 -605 -328 -371 284 --801 -487 -1016 559 -172 -1845 --118 -99 --195 431 --873 -617 -4503 -276 +-2509 -2024 -3859 -1392 +6008 755 5007 -1096 +-56 792 -1045 831 +2466 119 3506 -150 +1950 -2083 2392 -681 +-273 -980 -104 -562 +-1196 998 -129 695 +1091 83 526 -702 +3020 -853 4157 -1066 +-2184 333 -33 693 +495 -608 546 -3248 +-1557 772 -1406 1634 +-131 1157 1520 480 +2690 -591 1923 -396 +611 -730 889 -176 +-1147 -1711 -324 -1453 +2009 459 1754 191 +499 -518 1023 2740 +1380 -652 395 1235 +508 1758 605 1369 +600 -133 -189 2104 +-1075 1140 -1658 1001 +-203 991 -120 701 +-3 -81 -1510 -630 +-621 1262 329 108 +-786 -634 1018 -545 +87 -937 179 615 +-564 -303 -905 -1285 +1313 580 -425 138 +1140 -260 1410 -286 +330 102 -1052 -284 +-971 837 594 82 +-392 1443 727 -304 +-483 -259 -752 -283 +-178 -1292 630 -1115 +-1806 1001 -574 751 +351 262 -664 -1280 +-83 -954 -637 -253 +767 -981 1037 -726 +102 231 -912 -739 +-783 -1666 1452 -1175 +828 122 -130 -107 +650 159 -1107 601 +19 208 -913 -87 +-107 238 -399 -332 +-218 852 468 394 +-210 408 -595 703 +469 341 381 -637 +122 461 -1477 -210 +-93 -515 -766 498 +159 -207 -596 -117 +262 -144 -96 -889 +-521 547 -492 826 +81 -189 -583 -864 +-685 930 -553 -929 +605 -328 205 197 +371 284 -531 -54 +-801 -487 181 -567 +1016 559 -405 -1410 +172 -1845 -1107 -668 +-118 -99 -377 -1109 +-195 431 227 -93 +-873 -617 98 366 -4427 291 --1964 -2829 -4280 487 --1451 -574 -4332 -113 -3071 470 --182 -1884 --1712 1296 --1108 864 -3826 72 --1495 -878 -1623 -416 --1639 1086 --423 1572 -1010 1595 --927 774 --227 -18 -1404 2052 -2095 2179 --109 1647 -526 3444 -953 10 --925 437 --1169 516 --987 262 --642 855 --41 538 --1301 661 -107 -767 --258 1103 -1125 343 --739 -630 -798 987 -348 -9 -1513 1456 -347 62 --1248 178 -668 -398 --372 -596 --439 -1763 -179 238 -411 591 --85 189 -1069 188 --519 659 --275 276 --498 216 -907 -1809 -853 -161 -700 1155 -323 -559 -50 104 -364 -612 -157 157 --383 -1096 --1822 986 --615 -1012 --270 -1207 --53 -55 --852 -313 --709 179 -477 207 --876 956 --269 405 -3445 663 +-1964 -2829 -1892 -1875 +4280 487 4947 -505 +-1451 -574 -1078 -100 +4332 -113 2046 934 +3071 470 3998 -1342 +-182 -1884 -475 411 +-1712 1296 -992 169 +-1108 864 -807 1034 +3826 72 3579 -854 +-1495 -878 -2763 -221 +1623 -416 553 -1938 +-1639 1086 -2446 -281 +-423 1572 -1057 1625 +1010 1595 1724 2107 +-927 774 -81 -8 +-227 -18 1395 -1467 +1404 2052 1543 1001 +2095 2179 1071 1668 +-109 1647 -274 372 +526 3444 -932 1766 +953 10 1483 -438 +-925 437 -1184 1384 +-1169 516 -757 -570 +-987 262 -136 -358 +-642 855 -1034 -274 +-41 538 -1043 476 +-1301 661 168 346 +107 -767 -971 483 +-258 1103 355 230 +1125 343 232 -183 +-739 -630 -910 1244 +798 987 1182 494 +348 -9 -60 560 +1513 1456 2 1473 +347 62 -1373 -1040 +-1248 178 -656 -1303 +668 -398 605 940 +-372 -596 542 1448 +-439 -1763 -7 510 +179 238 419 1276 +411 591 -422 1427 +-85 189 -53 -117 +1069 188 -407 -185 +-519 659 -1149 392 +-275 276 144 -1192 +-498 216 578 -347 +907 -1809 53 393 +853 -161 -997 189 +700 1155 621 -572 +323 -559 697 -31 +50 104 153 -574 +364 -612 575 -282 +157 157 -276 -691 +-383 -1096 -870 -642 +-1822 986 407 -620 +-615 -1012 828 526 +-270 -1207 250 -319 +-53 -55 -242 69 +-852 -313 373 -150 +-709 179 62 -369 +477 207 -309 959 +-876 956 387 455 +-269 405 412 1590 -4671 586 --3141 -2774 -4379 452 --683 238 -3624 877 -2221 -751 --197 -44 --1639 536 --932 279 -4271 41 --768 244 -687 -2030 --738 340 --371 876 -330 2829 -384 -368 -257 -306 -1116 1905 --701 2013 --488 1323 --1140 1034 -745 986 --82 290 --1308 547 -56 -115 --113 341 -721 -1366 -335 -245 -243 -847 -757 541 --740 431 -183 229 -425 -274 -51 363 --200 694 --687 -289 --421 1448 -97 -48 -354 -588 -796 777 -945 -1032 -155 650 --278 -1626 -981 671 -30 -106 --178 971 -868 1196 -303 974 --480 -237 -1377 125 --318 318 --294 995 --249 -1022 --735 457 -679 840 --432 583 --635 -1012 -564 976 -1083 -358 --836 390 -812 1194 --1578 -298 -2 -560 --584 -870 -5038 -226 +-3141 -2774 -2279 -2973 +4379 452 5384 1163 +-683 238 -874 -38 +3624 877 3192 1089 +2221 -751 2674 -1225 +-197 -44 1142 481 +-1639 536 -2090 369 +-932 279 -448 1775 +4271 41 3074 422 +-768 244 -1343 -837 +687 -2030 1615 -951 +-738 340 -800 1410 +-371 876 -564 451 +330 2829 1300 1270 +384 -368 -224 271 +257 -306 745 839 +1116 1905 1021 -100 +-701 2013 -1084 237 +-488 1323 242 1284 +-1140 1034 -1198 3071 +745 986 1846 918 +-82 290 -902 -132 +-1308 547 -299 -624 +56 -115 1434 -924 +-113 341 -1026 313 +721 -1366 -284 -280 +335 -245 767 631 +243 -847 68 719 +757 541 -167 -1422 +-740 431 1368 -790 +183 229 138 103 +425 -274 394 -694 +51 363 -682 753 +-200 694 -193 162 +-687 -289 791 -412 +-421 1448 -1822 844 +97 -48 -616 841 +354 -588 1647 445 +796 777 1602 -266 +945 -1032 455 431 +155 650 193 204 +-278 -1626 866 -426 +981 671 -155 -105 +30 -106 653 -281 +-178 971 -3 -727 +868 1196 -325 1740 +303 974 -817 -716 +-480 -237 -1417 -195 +1377 125 -471 -1065 +-318 318 476 -635 +-294 995 159 620 +-249 -1022 923 1436 +-735 457 -298 -563 +679 840 -352 675 +-432 583 389 530 +-635 -1012 741 -54 +564 976 -102 -343 +1083 -358 -171 -219 +-836 390 637 669 +812 1194 -34 -824 +-1578 -298 787 -101 +2 -560 261 -73 +-584 -870 -1366 -2097 -5671 648 --2057 -2056 -4890 909 --562 798 -4133 782 -1842 -2295 -818 76 --2227 826 --1878 -639 -3443 739 --1178 -1098 -1346 -1746 --1579 890 -1344 1663 -479 1235 -111 65 --1361 -392 -713 1731 --1152 1612 --130 557 --1229 1623 --9 1850 --720 -693 --1408 -555 -602 -952 --1637 1072 -511 -828 --13 -729 -491 -523 -1290 -254 --273 1234 --608 877 --625 28 -911 -172 -2557 -664 --620 931 -419 163 --920 998 -477 -9 --636 512 -498 -816 -930 -277 -645 -710 --325 254 -65 650 -571 -1017 -737 353 --841 23 --585 1458 -884 -82 --361 651 -123 179 --54 146 --574 -986 -15 1114 -1319 -348 -88 -1008 -991 -222 -453 586 -120 -329 -25 -90 --535 -647 -127 940 --99 -161 -5159 -717 +-2057 -2056 -3426 -2891 +4890 909 4553 1765 +-562 798 -596 243 +4133 782 3887 -749 +1842 -2295 2522 550 +818 76 556 -879 +-2227 826 -2334 -109 +-1878 -639 -1008 477 +3443 739 3406 1445 +-1178 -1098 -131 -2268 +1346 -1746 1861 764 +-1579 890 -2811 -76 +1344 1663 -406 886 +479 1235 574 1509 +111 65 -865 -94 +-1361 -392 -828 439 +713 1731 19 2690 +-1152 1612 -2631 1321 +-130 557 330 2105 +-1229 1623 -2543 688 +-9 1850 368 1223 +-720 -693 -1824 -949 +-1408 -555 -207 -651 +602 -952 -328 -193 +-1637 1072 148 -213 +511 -828 -544 -561 +-13 -729 490 -503 +491 -523 145 -94 +1290 -254 33 -387 +-273 1234 61 1613 +-608 877 -168 -701 +-625 28 -322 -401 +911 -172 -951 -784 +2557 -664 -575 -9 +-620 931 -1102 -371 +419 163 -1675 -1331 +-920 998 28 1377 +477 -9 435 -682 +-636 512 104 131 +498 -816 -935 545 +930 -277 135 288 +645 -710 -442 -648 +-325 254 -502 -947 +65 650 900 629 +571 -1017 -703 -1339 +737 353 -445 10 +-841 23 485 -175 +-585 1458 -82 179 +884 -82 567 909 +-361 651 610 -116 +123 179 1107 -289 +-54 146 -564 361 +-574 -986 192 486 +15 1114 1983 226 +1319 -348 541 -437 +88 -1008 -303 88 +991 -222 -273 304 +453 586 -347 297 +120 -329 -221 1725 +25 -90 306 -143 +-535 -647 -298 166 +127 940 -492 -847 +-99 -161 -717 970 205 2516 --1600 -1936 --1148 -2464 --898 -1647 -4131 3307 -89 1546 --1963 -51 -646 -1992 --1538 -935 --1483 -3468 -1746 -1400 --1934 657 --152 -1432 -1520 -669 -44 2407 --725 2006 -2408 2239 --2225 -1259 -2384 2389 --586 3179 -1273 -570 --1921 -1578 -2011 107 -1702 -835 --1614 440 --1322 72 -1287 576 -943 -1281 -481 1463 --725 -978 --321 -776 --598 -956 -955 -741 -845 -2181 --558 2207 --1 1396 -3457 -816 -603 753 -2005 983 --1087 824 -1800 -2171 -2503 622 --2750 -659 --654 -1339 --473 -22 -472 -62 -615 -1505 -1171 940 --614 -1481 --194 -957 -39 -806 --382 532 --1194 -1263 -863 165 -116 -1793 --317 -2179 --874 -686 --1270 -924 -495 -326 --1138 -346 --896 2883 -260 790 -380 167 -1305 332 836 2724 +-1600 -1936 -1414 -1766 +-1148 -2464 -415 251 +-898 -1647 469 39 +4131 3307 4377 2583 +89 1546 -549 218 +-1963 -51 -2001 205 +646 -1992 -819 -1692 +-1538 -935 713 178 +-1483 -3468 -688 -2381 +1746 -1400 1676 -2243 +-1934 657 384 2572 +-152 -1432 347 -1021 +1520 -669 -2064 -1996 +44 2407 -506 4799 +-725 2006 -1994 825 +2408 2239 851 1195 +-2225 -1259 -597 -376 +2384 2389 -93 -1905 +-586 3179 1258 -721 +1273 -570 -69 897 +-1921 -1578 -326 -3483 +2011 107 1132 265 +1702 -835 312 -1671 +-1614 440 841 157 +-1322 72 -854 1067 +1287 576 -1878 724 +943 -1281 604 -1172 +481 1463 343 2381 +-725 -978 1315 297 +-321 -776 -2895 1227 +-598 -956 41 604 +955 -741 -1688 243 +845 -2181 -562 41 +-558 2207 993 925 +-1 1396 -174 1004 +3457 -816 1525 -503 +603 753 -1243 1064 +2005 983 931 -805 +-1087 824 -1816 2232 +1800 -2171 2631 1339 +2503 622 -1974 1938 +-2750 -659 -1861 1333 +-654 -1339 2291 -1460 +-473 -22 914 580 +472 -62 -483 1370 +615 -1505 -2961 -1172 +1171 940 1265 -1542 +-614 -1481 1178 1692 +-194 -957 1253 124 +39 -806 1186 -1134 +-382 532 422 -163 +-1194 -1263 -761 2360 +863 165 -579 -724 +116 -1793 -258 -262 +-317 -2179 -12 1334 +-874 -686 -1469 -1221 +-1270 -924 1790 -477 +495 -326 321 1076 +-1138 -346 82 180 +-896 2883 1402 1316 +260 790 -1213 880 +380 167 661 -70 +1305 332 332 657 177 -21 --2144 -437 -46 -3087 --1316 878 -3292 4803 -864 312 --2205 758 -487 -3426 -2612 -432 --1608 -3461 -4130 1731 --2782 616 -1025 -1443 --186 -1498 -1075 980 -656 2024 -958 1549 -476 -2767 --1070 397 -1729 -1440 --486 -2325 -475 -1383 -437 559 -2288 -123 -1322 -911 -551 -1282 --57 -1184 -2260 -58 -153 436 -1983 -1629 --2609 583 -856 2160 --180 -2696 --375 -1110 --2424 -2797 -494 295 -1987 -1385 -176 -300 -163 616 -406 3123 --720 213 --647 -1642 -537 -110 --1537 1722 -666 -1802 --531 -1091 -371 -1087 --2042 3074 -377 1597 --1488 -2099 --1057 588 -409 -1709 --1263 1037 -29 -1152 -703 -492 -3284 -1472 --282 1421 -199 2499 --528 108 -1962 1783 --1418 -776 --997 -164 -1418 -44 -1668 6 -1334 -436 +-2144 -437 -3039 -504 +46 -3087 633 -1624 +-1316 878 -736 -1005 +3292 4803 6022 2915 +864 312 -2612 986 +-2205 758 -1787 -1340 +487 -3426 -65 609 +2612 -432 1956 -1490 +-1608 -3461 -441 -2940 +4130 1731 5671 -576 +-2782 616 1146 3378 +1025 -1443 1006 379 +-186 -1498 9 -479 +1075 980 -1884 -382 +656 2024 176 2177 +958 1549 -268 555 +476 -2767 726 -1082 +-1070 397 -586 1296 +1729 -1440 1179 -499 +-486 -2325 1063 -227 +475 -1383 -402 -261 +437 559 1011 -2229 +2288 -123 1172 1740 +1322 -911 -883 -112 +551 -1282 1451 1489 +-57 -1184 -55 -198 +2260 -58 245 -1481 +153 436 460 -1838 +1983 -1629 692 25 +-2609 583 -1586 63 +856 2160 418 -1796 +-180 -2696 905 -908 +-375 -1110 -1768 -674 +-2424 -2797 396 -1312 +494 295 2517 1247 +1987 -1385 964 2698 +176 -300 -170 -426 +163 616 -2149 -2287 +406 3123 1912 630 +-720 213 -771 -2238 +-647 -1642 638 -1982 +537 -110 -470 506 +-1537 1722 620 13 +666 -1802 518 -875 +-531 -1091 -794 948 +371 -1087 -1025 -140 +-2042 3074 1414 -1228 +377 1597 1913 1171 +-1488 -2099 -1125 -24 +-1057 588 -3017 -64 +409 -1709 -269 -135 +-1263 1037 -1581 1087 +29 -1152 -287 2509 +703 -492 870 -428 +3284 -1472 468 -225 +-282 1421 -2165 -856 +199 2499 1200 721 +-528 108 -289 1183 +1962 1783 1167 220 +-1418 -776 -1441 228 +-997 -164 1826 -1126 +1418 -44 -639 -193 +1668 6 -72 -2468 408 251 --1629 -576 -1455 -887 --1346 -1045 -4702 4403 -1005 -627 --1361 -2024 -1798 -456 -1918 -1589 --2252 -2922 -2003 112 --59 3437 --226 -677 -669 -411 -1187 -1527 --1998 1582 -1363 2090 -58 -373 -884 720 -1192 -1138 -1390 -466 --716 -1170 --1117 193 -1835 1530 -210 -173 --2781 1968 -1007 595 --206 -964 --591 1555 --432 407 -2837 1017 --437 -137 --13 -164 --997 -59 --633 -846 --1412 -94 --1259 -1920 -230 2301 --1261 160 --537 1 --859 1254 -2058 -200 -322 1396 --37 -558 -784 -1142 --2214 -1412 --1705 -2675 --2291 -1370 --1008 1706 --1725 1073 --96 14 -1079 -112 -1271 2581 -430 -625 -836 167 -619 -986 -2190 360 --2384 -1760 --3159 460 --20 -504 --115 -1593 -1287 942 -79 1496 -1207 1015 -962 492 +-1629 -576 -2799 1403 +1455 -887 -493 -1893 +-1346 -1045 -490 404 +4702 4403 4407 3319 +1005 -627 1174 1667 +-1361 -2024 -2746 -1966 +1798 -456 4698 460 +1918 -1589 604 -2515 +-2252 -2922 7 -2178 +2003 112 4273 3224 +-59 3437 288 530 +-226 -677 -1542 -1941 +669 -411 689 -252 +1187 -1527 -918 2894 +-1998 1582 -1745 -1408 +1363 2090 1641 1019 +58 -373 -499 2685 +884 720 544 1313 +1192 -1138 -219 -908 +1390 -466 619 219 +-716 -1170 186 -1321 +-1117 193 995 -480 +1835 1530 968 1740 +210 -173 -2192 1230 +-2781 1968 312 762 +1007 595 -996 1545 +-206 -964 95 -3280 +-591 1555 -15 -1243 +-432 407 1979 3010 +2837 1017 -3580 835 +-437 -137 -2699 2016 +-13 -164 -360 146 +-997 -59 -34 -1054 +-633 -846 305 -1772 +-1412 -94 -1169 2214 +-1259 -1920 1700 862 +230 2301 620 -533 +-1261 160 -3800 -1868 +-537 1 -598 1937 +-859 1254 513 -866 +2058 -200 102 -570 +322 1396 -1742 58 +-37 -558 -173 319 +784 -1142 -991 729 +-2214 -1412 -503 526 +-1705 -2675 683 -1763 +-2291 -1370 -218 107 +-1008 1706 2276 -147 +-1725 1073 288 1377 +-96 14 1508 80 +1079 -112 -2413 -457 +1271 2581 -2068 -3397 +430 -625 -1180 1623 +836 167 969 8 +619 -986 -1429 1090 +2190 360 -758 -1058 +-2384 -1760 -391 548 +-3159 460 -526 146 +-20 -504 -1295 -1704 +-115 -1593 -16 1047 +1287 942 -450 728 +79 1496 -330 -637 +1207 1015 188 1444 -59 109 --2170 -430 --1558 -2823 -826 1361 -2830 3659 -1150 4007 --2815 -2514 -1330 -2743 -3869 893 -521 -2152 -3461 2272 --1117 2517 --114 -3184 --2995 -1331 -655 3323 --1288 -466 -1354 1430 --644 450 --927 248 -274 -1407 --88 -953 -642 -1886 --388 80 -2102 1633 --1216 164 -2745 -2616 -743 2419 -644 297 --924 228 --1259 -1442 -631 -1362 -1422 984 -284 1125 --1718 270 --3050 341 -1330 -1541 --108 -1778 --577 -1794 --37 -47 -1635 -858 --1207 1869 -143 1993 -401 623 --1172 -1785 --68 27 --1420 -924 --453 -443 --318 44 -423 -1491 --296 198 -640 -1652 -1434 1559 -64 -405 -657 1049 --870 -1434 --2083 -399 --438 1104 -20 -775 --1490 -44 --1935 -121 -684 -1165 -174 1981 -1147 201 -1863 808 176 2020 +-2170 -430 -340 -1267 +-1558 -2823 2006 -3708 +826 1361 -768 685 +2830 3659 2099 6035 +1150 4007 -775 -965 +-2815 -2514 -2366 -1527 +1330 -2743 1788 -1918 +3869 893 1857 647 +521 -2152 -340 -2833 +3461 2272 1893 3390 +-1117 2517 -1543 -66 +-114 -3184 1757 344 +-2995 -1331 1518 969 +655 3323 -1412 1384 +-1288 -466 -206 1035 +1354 1430 2938 328 +-644 450 145 -1123 +-927 248 4188 921 +274 -1407 825 -2100 +-88 -953 1099 863 +642 -1886 2004 -1364 +-388 80 959 -415 +2102 1633 -586 958 +-1216 164 -383 -162 +2745 -2616 -1566 -180 +743 2419 781 -1 +644 297 -677 949 +-924 228 454 1395 +-1259 -1442 374 -124 +631 -1362 1432 -3008 +1422 984 -536 2126 +284 1125 -833 649 +-1718 270 2687 1612 +-3050 341 1736 321 +1330 -1541 1102 164 +-108 -1778 2114 1772 +-577 -1794 -1107 -1271 +-37 -47 -1328 -20 +1635 -858 -1173 293 +-1207 1869 339 -724 +143 1993 -456 635 +401 623 155 1284 +-1172 -1785 -932 222 +-68 27 30 -174 +-1420 -924 1541 3455 +-453 -443 53 -224 +-318 44 -1001 179 +423 -1491 1315 -1681 +-296 198 -88 -353 +640 -1652 -1304 -1193 +1434 1559 -1429 744 +64 -405 1161 1558 +657 1049 346 -833 +-870 -1434 -4155 -411 +-2083 -399 -623 -1115 +-438 1104 -302 -422 +20 -775 -378 83 +-1490 -44 1248 -234 +-1935 -121 764 -2712 +684 -1165 -1518 -687 +174 1981 321 471 +1147 201 1853 7 +1863 808 630 -2698 -1298 -6271 --847 3406 -2030 -520 --177 -94 -4696 588 -851 -720 -2594 2042 -469 -942 --940 3447 --1940 3114 -7802 -20 -3728 1366 -1937 3497 --854 -1489 --2412 -858 -2820 -1412 --462 -2638 -6213 -154 --729 -1466 -134 -3143 --22 263 -1019 895 --2739 -297 --2143 271 -3345 19 -4076 -545 --2530 196 --3876 2611 --236 -2150 --2364 322 --1528 1998 -44 1719 --793 -664 -215 448 -1335 -3144 -961 82 --1512 1353 --2313 -2349 --5167 -812 --55 -1191 --3643 2283 --4266 1254 -2478 1134 -728 1482 --569 559 --1680 686 --567 673 --2392 -805 -2537 1499 -221 418 --300 4011 --68 334 -986 1598 --1382 -1357 --508 3735 -1951 2639 -1205 1774 -3538 1167 --417 1501 -1012 461 -1127 -1938 -1360 -435 --1085 -1000 -55 1607 -3075 -5203 +-847 3406 3439 2511 +2030 -520 2037 -3351 +-177 -94 137 -2680 +4696 588 2469 4525 +851 -720 1139 666 +2594 2042 -421 462 +469 -942 1076 -2459 +-940 3447 -2847 3098 +-1940 3114 -5296 314 +7802 -20 4875 1921 +3728 1366 -1685 4713 +1937 3497 -306 996 +-854 -1489 1651 2952 +-2412 -858 582 -6879 +2820 -1412 2661 1135 +-462 -2638 1631 -793 +6213 -154 1964 -1317 +-729 -1466 1323 2888 +134 -3143 -2424 2295 +-22 263 1719 -3096 +1019 895 2596 838 +-2739 -297 -2529 -1408 +-2143 271 402 4665 +3345 19 2491 960 +4076 -545 921 -1713 +-2530 196 2092 -194 +-3876 2611 -1543 -43 +-236 -2150 1178 -2456 +-2364 322 -1343 -1204 +-1528 1998 2248 -2732 +44 1719 773 -463 +-793 -664 130 -732 +215 448 -1210 150 +1335 -3144 -840 -1881 +961 82 -1147 -1698 +-1512 1353 -2270 -231 +-2313 -2349 3706 -1112 +-5167 -812 227 2512 +-55 -1191 2028 -3967 +-3643 2283 -2182 -702 +-4266 1254 1166 -2306 +2478 1134 3306 -1741 +728 1482 -2397 1566 +-569 559 -873 -1704 +-1680 686 1628 -1870 +-567 673 3400 2275 +-2392 -805 -439 1383 +2537 1499 -2572 -595 +221 418 998 -647 +-300 4011 -350 2338 +-68 334 -705 -1572 +986 1598 694 -3956 +-1382 -1357 2604 -1246 +-508 3735 564 1187 +1951 2639 1178 -1757 +1205 1774 2038 2914 +3538 1167 409 1490 +-417 1501 -687 57 +1012 461 -39 2031 +1127 -1938 -1918 -469 +1360 -435 2030 1013 +-1085 -1000 -1908 -1096 +55 1607 -1287 -1601 -653 -1702 --270 3122 -2136 2937 -3602 -1647 -2480 994 --2141 -1848 -1127 1507 -1848 -325 --5049 809 --116 619 -3245 -646 -1564 1169 --517 2839 -2269 228 --780 -4487 -839 -2748 -838 -2740 -2228 1552 -223 165 --3433 2313 -2910 640 --3570 871 --1065 -888 --2531 43 --895 2775 --1056 2166 --853 413 --2053 -2911 --815 -1170 --1777 1573 -2553 -484 --738 -3676 --1536 3181 --920 1261 -1868 2213 --3047 303 --1004 3133 --131 1511 --420 -1096 -374 -2468 -1555 -787 -1209 1569 --1539 702 -662 -2206 -483 2683 -1398 1584 -674 1012 -894 -1093 --162 -2521 -1453 1442 -1147 1913 --1252 2422 -817 -1674 --190 2499 --380 3094 --1392 144 -1063 -1010 -801 -2595 -1302 399 --1980 -2922 -3709 882 -1903 276 -505 -2411 --1300 394 -1686 -2562 +-270 3122 1074 2567 +2136 2937 -124 2399 +3602 -1647 3358 707 +2480 994 911 3217 +-2141 -1848 2173 -704 +1127 1507 -548 1373 +1848 -325 3243 -3911 +-5049 809 -2784 2563 +-116 619 -1706 2581 +3245 -646 1472 2159 +1564 1169 -3564 -1401 +-517 2839 2126 1828 +2269 228 1931 -810 +-780 -4487 1850 -332 +839 -2748 -426 -1168 +838 -2740 1679 1360 +2228 1552 -713 855 +223 165 -533 -1728 +-3433 2313 -3361 2450 +2910 640 1068 -340 +-3570 871 -1381 630 +-1065 -888 -541 1309 +-2531 43 136 -109 +-895 2775 1985 803 +-1056 2166 -1953 -1723 +-853 413 1430 -1811 +-2053 -2911 -557 2235 +-815 -1170 226 3017 +-1777 1573 -1231 -1370 +2553 -484 2713 817 +-738 -3676 3946 727 +-1536 3181 -4037 1461 +-920 1261 3429 -237 +1868 2213 -2640 362 +-3047 303 -1534 170 +-1004 3133 1181 -1938 +-131 1511 82 -376 +-420 -1096 2206 1577 +374 -2468 -735 -1758 +1555 -787 1805 2159 +1209 1569 753 625 +-1539 702 926 -930 +662 -2206 -1808 352 +483 2683 1470 1522 +1398 1584 412 916 +674 1012 2039 -1312 +894 -1093 -3726 1628 +-162 -2521 -4577 -154 +1453 1442 1058 1509 +1147 1913 3944 1032 +-1252 2422 1201 519 +817 -1674 2882 -1927 +-190 2499 1065 -3478 +-380 3094 -550 661 +-1392 144 -1201 1761 +1063 -1010 2942 497 +801 -2595 -3022 -344 +1302 399 490 -2713 +-1980 -2922 -4111 412 +3709 882 2145 613 +1903 276 -2277 931 +505 -2411 562 -655 +-1300 394 664 2158 -1402 -2163 -1708 3288 --1439 -493 -2301 -336 --874 973 --133 2502 --985 2431 -1315 -1779 --3862 4142 -1156 -1404 -4165 2477 --2629 -816 --626 2091 -1903 -735 --92 -213 -1687 -24 --1127 -2757 -1579 -49 -652 -711 --3318 823 -352 3953 -2212 -653 --264 -1675 --1180 -3718 --2241 1158 -2955 -3225 --4433 -219 -975 1114 --98 -1194 -288 -1097 --3992 -2213 -901 350 --397 1024 -858 -369 -1312 254 -2532 401 -1071 2909 --1202 -3948 -835 76 -544 -1736 -1513 147 --2676 339 --849 319 --2412 -881 --1348 2021 -4187 1089 -644 1533 -2590 -195 -2183 -2244 -164 -2684 -1274 -969 --742 -2288 --2143 -3801 -247 1174 --2808 -1497 --1298 -191 --2629 1162 -4093 2573 -4357 -1620 --9 1412 --685 44 -223 -1131 --278 -1796 --2430 596 620 -746 +1708 3288 3162 -863 +-1439 -493 1257 -139 +2301 -336 1659 -3786 +-874 973 248 3030 +-133 2502 -2084 -1108 +-985 2431 1254 2149 +1315 -1779 -2879 -3451 +-3862 4142 -2638 4127 +1156 -1404 -781 -138 +4165 2477 -1026 -2200 +-2629 -816 -3600 2588 +-626 2091 2049 1014 +1903 -735 449 861 +-92 -213 1486 -5032 +1687 -24 2815 4018 +-1127 -2757 -2252 -3073 +1579 -49 2711 -1747 +652 -711 -951 3005 +-3318 823 -991 1379 +352 3953 3071 -2180 +2212 -653 -2066 1994 +-264 -1675 -1930 -763 +-1180 -3718 -2297 -1132 +-2241 1158 1168 -901 +2955 -3225 -989 -3575 +-4433 -219 3647 -3268 +975 1114 -955 4896 +-98 -1194 -135 601 +288 -1097 -2494 -1824 +-3992 -2213 3920 -759 +901 350 4283 -4121 +-397 1024 354 330 +858 -369 999 470 +1312 254 -532 3406 +2532 401 1504 -3673 +1071 2909 -5 -2672 +-1202 -3948 804 -331 +835 76 5138 2069 +544 -1736 -2144 -1943 +1513 147 -2751 -470 +-2676 339 1804 1039 +-849 319 2385 1073 +-2412 -881 -113 -15 +-1348 2021 645 -1063 +4187 1089 1702 740 +644 1533 -341 -1158 +2590 -195 1120 1815 +2183 -2244 -2929 547 +164 -2684 -427 432 +1274 -969 -3550 262 +-742 -2288 3768 59 +-2143 -3801 1769 3562 +247 1174 2937 -3283 +-2808 -1497 -1003 -2458 +-1298 -191 1746 -2267 +-2629 1162 55 1363 +4093 2573 1388 -1038 +4357 -1620 2657 -708 +-9 1412 -493 1553 +-685 44 -211 -542 +223 -1131 188 -2005 +-278 -1796 1057 1399 +-2430 596 2226 1007 -45 -2523 -531 2723 -4410 1316 --2201 -6176 -1398 3159 --82 -3256 -2536 2354 -2383 -228 --5589 -519 --4030 -801 -1987 795 --1513 -1046 -1334 5926 -3130 1313 --1029 -5159 -1311 3399 -2189 -408 -2016 -131 -3085 -426 --1618 4814 -1468 3240 -1065 1512 -893 209 --2223 -2154 -1301 1236 --5040 2633 --885 -4121 --340 869 -735 -358 --470 2692 --208 873 --1903 -1985 -1619 -649 -999 371 -1490 1068 --2224 782 --859 2457 -3089 1227 --1244 585 --1453 1893 -860 -1582 --1331 277 --1101 -929 -1456 2642 -855 -858 -361 2973 -1136 484 -1455 -716 --462 -2227 -313 98 -13 601 --4771 -2895 -583 1362 --918 -2205 -2066 -1235 -1748 697 -1238 -1176 --1306 2007 -1905 -2672 -2754 659 --1023 2424 -725 -2394 --3507 -1800 --2481 -1204 -2277 -3662 +531 2723 -89 5087 +4410 1316 -1336 2701 +-2201 -6176 2878 -3438 +1398 3159 2726 2306 +-82 -3256 1373 164 +2536 2354 940 3802 +2383 -228 2101 1981 +-5589 -519 -3728 -700 +-4030 -801 -659 -294 +1987 795 2883 2222 +-1513 -1046 -2245 240 +1334 5926 523 194 +3130 1313 -2550 -1379 +-1029 -5159 2239 -2104 +1311 3399 -597 1018 +2189 -408 -2184 898 +2016 -131 -150 2908 +3085 -426 -4196 -116 +-1618 4814 -4429 -195 +1468 3240 871 2121 +1065 1512 -2712 143 +893 209 980 -536 +-2223 -2154 -397 15 +1301 1236 1291 -348 +-5040 2633 1426 823 +-885 -4121 1884 -229 +-340 869 1697 -1493 +735 -358 -970 -2820 +-470 2692 -790 1485 +-208 873 -3634 2781 +-1903 -1985 -81 -3390 +1619 -649 2324 88 +999 371 -2231 -757 +1490 1068 -1740 -1883 +-2224 782 -14 -711 +-859 2457 -1281 -2090 +3089 1227 2802 1047 +-1244 585 2338 1997 +-1453 1893 1648 1612 +860 -1582 1248 398 +-1331 277 405 -915 +-1101 -929 958 -1440 +1456 2642 2308 1024 +855 -858 -1468 -1895 +361 2973 -2072 -3077 +1136 484 2063 1424 +1455 -716 1080 -1399 +-462 -2227 -3035 2435 +313 98 -639 -1227 +13 601 1474 1010 +-4771 -2895 33 -1102 +583 1362 -260 -2724 +-918 -2205 -1705 19 +2066 -1235 4293 1118 +1748 697 112 2914 +1238 -1176 -1117 107 +-1306 2007 1207 131 +1905 -2672 -593 -1174 +2754 659 -1474 -745 +-1023 2424 1183 2127 +725 -2394 1531 -468 +-3507 -1800 -2846 2591 +-2481 -1204 473 3638 diff --git a/AI_Engine_Development/AIE-ML/Design_Tutorials/07-Channelizer-Using-Vitis-Libraries/aie/channelizer/data/fft_back_i_7.txt b/AI_Engine_Development/AIE-ML/Design_Tutorials/07-Channelizer-Using-Vitis-Libraries/aie/channelizer/data/fft_back_i_7.txt index 729bb304be..a628ca0515 100644 --- a/AI_Engine_Development/AIE-ML/Design_Tutorials/07-Channelizer-Using-Vitis-Libraries/aie/channelizer/data/fft_back_i_7.txt +++ b/AI_Engine_Development/AIE-ML/Design_Tutorials/07-Channelizer-Using-Vitis-Libraries/aie/channelizer/data/fft_back_i_7.txt @@ -1,2048 +1,2048 @@ 1388 -662 --2820 586 -2012 -2719 -2038 1083 -2063 -148 -1316 -189 -1178 -3081 --576 -1612 -757 1480 --1274 173 -1860 -634 --520 204 -1412 987 --1153 -2032 --123 -183 --316 -637 -1625 492 -1882 -1575 --1366 238 --1662 -1239 -74 241 --524 337 --1351 163 --953 -320 -1022 146 -861 -744 --78 -64 --809 -24 -70 28 --413 318 --482 -171 -223 19 -390 116 -36 70 -61 -209 --16 69 -223 368 -240 142 --483 603 --245 -455 -197 271 --366 288 -184 -145 -14 -68 --62 -186 --217 82 -30 44 --65 -419 -194 -443 --541 318 --209 317 -11 273 -11 32 --113 216 --404 -172 -216 565 --6 -11 --180 131 --79 143 -65 -188 --446 -200 --207 -13 --265 -18 -126 -54 1490 -611 +-2820 586 -2789 772 +2012 -2719 1503 -2406 +2038 1083 2219 1097 +2063 -148 1873 20 +1316 -189 1416 -632 +1178 -3081 1463 -2803 +-576 -1612 -106 -1610 +757 1480 140 1484 +-1274 173 -1134 -408 +1860 -634 1487 -995 +-520 204 -1698 440 +1412 987 1933 614 +-1153 -2032 -653 -2097 +-123 -183 465 -567 +-316 -637 -472 -289 +1625 492 1835 1334 +1882 -1575 1834 -1158 +-1366 238 -638 -87 +-1662 -1239 -1066 -900 +74 241 -256 407 +-524 337 -81 -64 +-1351 163 -1074 -278 +-953 -320 -467 746 +1022 146 711 874 +861 -744 307 -296 +-78 -64 158 -836 +-809 -24 -106 -295 +70 28 276 196 +-413 318 -452 496 +-482 -171 -397 -449 +223 19 175 -11 +390 116 -14 -104 +36 70 -101 -256 +61 -209 -124 43 +-16 69 -119 -422 +223 368 -118 -89 +240 142 650 116 +-483 603 -195 399 +-245 -455 116 -684 +197 271 69 -97 +-366 288 193 -142 +184 -145 18 -456 +14 -68 260 539 +-62 -186 -228 -360 +-217 82 -230 -185 +30 44 404 -469 +-65 -419 84 -124 +194 -443 -95 80 +-541 318 -244 75 +-209 317 -281 42 +11 273 16 50 +11 32 -206 -533 +-113 216 254 177 +-404 -172 305 -182 +216 565 22 32 +-6 -11 529 197 +-180 131 -276 181 +-79 143 53 31 +65 -188 -101 98 +-446 -200 -30 310 +-207 -13 -226 79 +-265 -18 -123 -485 +126 -54 115 -335 1623 -728 --2995 210 -1943 -1484 -2142 1493 -1585 222 -923 -749 -1497 -2755 -400 -1212 --390 1785 --791 -292 -1416 -631 --446 -54 -1670 1420 --97 -1488 -585 286 --41 -117 -1461 1599 -2062 -304 --811 -168 --1301 -1159 -335 596 --1039 -124 --1188 -28 --789 -102 -802 1193 -474 446 -132 47 --365 6 --309 283 --320 451 -319 -239 --245 -61 --153 207 --128 367 -310 -175 --113 -46 -396 285 -242 72 --233 -112 --2 -322 -81 -451 -367 -63 --146 -242 -423 -176 --203 119 --120 171 -538 -125 -265 -379 --22 -316 -467 -451 --263 117 -91 -211 -46 -210 --2 177 --278 -5 -30 380 --125 -284 --163 -585 -79 107 --187 83 -446 88 -40 -220 -200 112 --112 -8 1462 -515 +-2995 210 -2548 257 +1943 -1484 1853 -1714 +2142 1493 2254 1613 +1585 222 1650 1022 +923 -749 997 -941 +1497 -2755 2428 -2586 +400 -1212 37 -2208 +-390 1785 -167 1317 +-791 -292 -743 -341 +1416 -631 1679 181 +-446 -54 -1106 -184 +1670 1420 1685 1581 +-97 -1488 614 -1441 +585 286 693 201 +-41 -117 107 -563 +1461 1599 785 1779 +2062 -304 1381 195 +-811 -168 -1194 -368 +-1301 -1159 -969 -1148 +335 596 -97 755 +-1039 -124 -111 -940 +-1188 -28 -360 -643 +-789 -102 -1005 -906 +802 1193 -25 486 +474 446 348 261 +132 47 411 -67 +-365 6 421 71 +-309 283 160 324 +-320 451 -464 -498 +319 -239 495 -110 +-245 -61 499 397 +-153 207 510 -134 +-128 367 433 139 +310 -175 82 -34 +-113 -46 -238 767 +396 285 -258 -148 +242 72 453 270 +-233 -112 -165 151 +-2 -322 132 -227 +81 -451 312 450 +367 -63 398 -214 +-146 -242 284 -58 +423 -176 114 350 +-203 119 -120 190 +-120 171 -184 -93 +538 -125 248 -2 +265 -379 298 163 +-22 -316 -163 338 +467 -451 249 -224 +-263 117 -33 -290 +91 -211 46 -304 +46 -210 26 -642 +-2 177 -76 71 +-278 -5 79 248 +30 380 -279 -222 +-125 -284 193 -109 +-163 -585 14 -154 +79 107 139 -193 +-187 83 -277 347 +446 88 -277 -386 +40 -220 14 227 +200 112 98 129 +-112 -8 764 126 2152 125 --2347 717 -1575 -1872 -1953 1843 -1642 520 -1152 -661 -1875 -2401 -318 -1964 --343 1656 --1061 -299 -2014 -378 --1297 -67 -1413 1674 --41 -1475 -453 639 --110 -520 -643 1971 -1722 301 --726 -816 --1207 -1696 --81 669 -291 -693 --639 -718 --619 -397 -87 1015 -393 536 -47 103 --107 -315 -50 126 -1 -346 -67 126 -119 -282 --496 413 -146 30 -131 280 -59 -79 -500 170 --373 47 --13 -367 -33 -624 --265 32 -106 65 -121 -132 --63 -184 -155 -129 --80 -127 -598 312 -66 0 --158 -23 -418 -495 -310 -490 -74 -233 --259 -116 -34 256 -497 140 -129 202 --551 167 -63 26 -44 -436 -19 654 --214 -36 --39 137 --212 -240 --250 247 1681 -197 +-2347 717 -2769 -7 +1575 -1872 2071 -1880 +1953 1843 1485 1276 +1642 520 1630 299 +1152 -661 1214 -552 +1875 -2401 2585 -2739 +318 -1964 83 -1770 +-343 1656 -178 1284 +-1061 -299 -1121 -236 +2014 -378 1329 -324 +-1297 -67 -1293 -446 +1413 1674 1421 1775 +-41 -1475 -305 -1965 +453 639 249 -220 +-110 -520 241 -43 +643 1971 88 1517 +1722 301 1837 193 +-726 -816 -1198 -462 +-1207 -1696 -88 -1781 +-81 669 -32 -478 +291 -693 -25 -440 +-639 -718 -164 -1402 +-619 -397 -600 -1071 +87 1015 -316 563 +393 536 49 291 +47 103 332 112 +-107 -315 -24 -103 +50 126 144 166 +1 -346 -565 279 +67 126 267 -334 +119 -282 54 -529 +-496 413 -58 -60 +146 30 306 173 +131 280 339 476 +59 -79 -92 104 +500 170 336 -127 +-373 47 291 243 +-13 -367 170 -591 +33 -624 55 -18 +-265 32 33 6 +106 65 34 -35 +121 -132 195 -223 +-63 -184 -33 387 +155 -129 255 -339 +-80 -127 208 -98 +598 312 563 534 +66 0 -302 555 +-158 -23 -384 355 +418 -495 30 367 +310 -490 162 146 +74 -233 446 -320 +-259 -116 412 -59 +34 256 162 -128 +497 140 -5 187 +129 202 -33 -581 +-551 167 348 -47 +63 26 -87 -186 +44 -436 135 -168 +19 654 -319 104 +-214 -36 -465 -245 +-39 137 -65 -148 +-212 -240 -378 97 +-250 247 -535 333 1797 -130 --2740 -40 -1990 -1247 -1797 1195 -2057 291 -1310 -507 -2432 -2374 -1228 -1237 --453 1205 --1195 -423 -1492 458 --1141 -722 -1201 2376 -662 -2355 -395 264 -473 -427 -656 2022 -1640 853 --426 -1280 -231 -1257 --808 91 --133 73 -232 -745 --64 -838 --599 437 --31 1536 -39 108 -106 -281 --341 155 --354 -107 -479 27 --304 -82 -182 -205 -36 -17 -344 -411 --75 91 --35 79 -47 39 --29 -220 --91 398 --258 -136 -71 -253 --389 147 --162 197 -459 -52 -39 -36 --15 254 --72 515 -35 -165 -709 -179 -252 281 --96 -348 -212 337 --333 -120 -485 374 -72 -175 --247 -546 --258 199 -25 120 --19 -227 --310 373 -270 166 --245 -166 --114 -238 1506 -247 +-2740 -40 -2783 608 +1990 -1247 2182 -1516 +1797 1195 2013 1145 +2057 291 1748 348 +1310 -507 1480 -369 +2432 -2374 2434 -1851 +1228 -1237 546 -1099 +-453 1205 -596 1137 +-1195 -423 -899 -328 +1492 458 1248 451 +-1141 -722 -430 -1054 +1201 2376 133 2412 +662 -2355 891 -2169 +395 264 485 -132 +473 -427 -226 439 +656 2022 -92 2226 +1640 853 1666 1066 +-426 -1280 -511 -951 +231 -1257 414 -1475 +-808 91 -402 313 +-133 73 -101 -539 +232 -745 389 -923 +-64 -838 267 -1542 +-599 437 295 996 +-31 1536 249 615 +39 108 -451 566 +106 -281 32 -355 +-341 155 -190 -69 +-354 -107 -266 -31 +479 27 345 600 +-304 -82 -292 136 +182 -205 -122 -121 +36 -17 -334 174 +344 -411 3 -277 +-75 91 -132 251 +-35 79 -321 229 +47 39 397 -8 +-29 -220 143 225 +-91 398 94 -67 +-258 -136 -49 413 +71 -253 67 204 +-389 147 -133 85 +-162 197 -433 199 +459 -52 113 -79 +39 -36 61 75 +-15 254 235 203 +-72 515 206 -142 +35 -165 59 -194 +709 -179 263 198 +252 281 268 226 +-96 -348 144 -530 +212 337 -29 83 +-333 -120 -99 54 +485 374 11 -380 +72 -175 106 72 +-247 -546 75 236 +-258 199 100 310 +25 120 -457 -30 +-19 -227 239 258 +-310 373 36 297 +270 166 -51 -169 +-245 -166 -527 349 +-114 -238 438 222 -4769 -267 --3291 -1596 -5247 887 --460 928 -3527 -138 -2328 -1159 -409 -1987 -15 859 --1426 1540 -2870 -2015 --1741 -1046 --867 -2877 --2062 1133 -367 1230 -1994 469 -543 -453 -1303 737 -743 -1619 -2434 1870 -1418 556 -2056 1980 -653 627 -268 1065 -252 1021 --839 -682 -801 438 -40 200 -560 -187 --570 302 -205 703 -523 306 --112 1715 --1203 574 -10 120 -1143 -610 -255 -107 -333 -72 --149 427 --1180 810 -592 -57 -245 -480 -621 -452 --234 -351 --63 382 --414 816 -393 670 --1229 -453 --327 1107 -558 -299 -619 -1265 --34 82 -276 124 -373 -1458 -365 -643 -635 546 --1194 377 --201 228 --1196 -1861 -179 -20 -526 276 -1014 -313 --176 589 -237 984 --288 1002 -3701 591 +-3291 -1596 -2700 -3171 +5247 887 4114 161 +-460 928 -473 1115 +3527 -138 3558 -412 +2328 -1159 2640 -331 +409 -1987 469 -757 +15 859 -2359 1293 +-1426 1540 370 1271 +2870 -2015 3191 1871 +-1741 -1046 -1248 -432 +-867 -2877 2233 -3403 +-2062 1133 -2253 1463 +367 1230 565 1540 +1994 469 2254 1110 +543 -453 618 -452 +1303 737 -159 476 +743 -1619 1466 23 +2434 1870 430 79 +1418 556 576 1228 +2056 1980 751 602 +653 627 615 -1103 +268 1065 161 1854 +252 1021 -1248 -836 +-839 -682 -704 -420 +801 438 -841 -527 +40 200 501 295 +560 -187 253 290 +-570 302 -31 809 +205 703 1160 18 +523 306 -303 1245 +-112 1715 -213 -274 +-1203 574 -291 -422 +10 120 -221 42 +1143 -610 -49 712 +255 -107 454 889 +333 -72 780 743 +-149 427 169 283 +-1180 810 -507 -419 +592 -57 -831 1353 +245 -480 1581 534 +621 -452 -1353 -908 +-234 -351 -442 -415 +-63 382 203 -534 +-414 816 700 1078 +393 670 -654 463 +-1229 -453 437 431 +-327 1107 313 -319 +558 -299 -293 -146 +619 -1265 134 -171 +-34 82 73 -126 +276 124 -665 296 +373 -1458 1270 1345 +365 -643 237 -1444 +635 546 27 863 +-1194 377 208 510 +-201 228 602 -692 +-1196 -1861 386 -1142 +179 -20 145 -381 +526 276 1038 -194 +1014 -313 -18 -602 +-176 589 191 -83 +237 984 279 1052 +-288 1002 -987 -140 -3941 143 --1225 -1909 -4346 104 --1221 -519 -3690 -866 -2221 -828 -677 -1437 --1944 365 -677 335 -3456 1056 --1840 -217 --38 -2734 --1238 -907 --983 366 -1935 274 --1311 -1126 --1399 -953 -1196 -775 --257 2358 --720 693 --619 1567 -1299 133 --2191 -356 -29 -643 --588 -1076 -207 217 -239 394 -375 -1104 --574 -515 -146 -283 --33 884 -557 -371 --428 413 --1141 -518 -55 -424 -1111 1665 --269 470 --25 -318 -836 88 --167 413 -474 -272 --68 -974 --124 -81 --575 1296 -255 -928 -213 -858 -120 -354 -491 502 --454 510 --1089 397 --13 350 -138 485 -1212 679 --400 -33 -1163 -605 -1458 -940 --498 949 --223 132 --34 138 -461 1531 --773 217 --646 -774 --1507 -672 -599 -268 -4092 -280 +-1225 -1909 -2962 -1415 +4346 104 5616 408 +-1221 -519 -395 376 +3690 -866 4037 -673 +2221 -828 2228 244 +677 -1437 -220 -392 +-1944 365 -1858 1104 +677 335 -755 -186 +3456 1056 4309 -726 +-1840 -217 -1346 13 +-38 -2734 1276 -85 +-1238 -907 -1536 737 +-983 366 -1567 800 +1935 274 1356 996 +-1311 -1126 -778 772 +-1399 -953 224 -1120 +1196 -775 1700 439 +-257 2358 74 3172 +-720 693 -72 1295 +-619 1567 -695 1519 +1299 133 320 2675 +-2191 -356 -883 1243 +29 -643 599 576 +-588 -1076 825 -1441 +207 217 708 805 +239 394 -409 -843 +375 -1104 -224 -1220 +-574 -515 -322 -655 +146 -283 -940 1184 +-33 884 -765 -713 +557 -371 -1832 -1864 +-428 413 -1504 1205 +-1141 -518 -331 -958 +55 -424 400 -19 +1111 1665 1406 -730 +-269 470 1065 -1303 +-25 -318 -597 62 +836 88 -795 -530 +-167 413 1224 265 +474 -272 979 -82 +-68 -974 451 1135 +-124 -81 597 97 +-575 1296 976 777 +255 -928 764 -1260 +213 -858 622 106 +120 -354 -1011 132 +491 502 772 643 +-454 510 -392 1942 +-1089 397 367 476 +-13 350 -518 240 +138 485 -554 885 +1212 679 1023 -36 +-400 -33 604 -783 +1163 -605 1126 82 +1458 -940 -745 1108 +-498 949 -1644 69 +-223 132 45 1058 +-34 138 -976 584 +461 1531 -898 189 +-773 217 -586 1310 +-646 -774 -981 418 +-1507 -672 -199 27 +599 -268 -1093 628 -5548 -269 --2809 -3447 -5719 8 --723 376 -2908 123 -4247 292 -1020 -738 --1275 1949 --1423 11 -2713 322 -201 49 -1950 -1656 --1137 565 --855 436 -733 1389 --556 428 --191 437 -2012 745 --414 2548 -1074 1249 --349 2285 --457 576 --1595 -673 --1030 -59 -621 -954 --1315 786 -850 189 --828 652 -1694 680 --1045 737 -477 1196 -372 462 -1539 -1814 --912 -29 -475 -479 -237 1085 -153 -1332 -128 223 --203 -157 -746 1520 -1082 -1233 -370 373 -1339 1011 -1515 916 -358 19 --35 -396 --787 -1179 --204 196 --1866 -728 --467 1151 -486 540 --458 -209 --12 -198 -157 -1432 --1878 925 --1447 -363 -293 1977 -1173 -1727 --386 -1343 --156 39 --6 -986 --120 -917 --723 1144 -944 -350 -3349 -482 +-2809 -3447 -1523 -1388 +5719 8 4117 633 +-723 376 624 558 +2908 123 4090 424 +4247 292 1382 -645 +1020 -738 -64 -92 +-1275 1949 -1853 1769 +-1423 11 -498 -427 +2713 322 4275 1055 +201 49 -371 -1358 +1950 -1656 1572 -1943 +-1137 565 -2813 -900 +-855 436 609 992 +733 1389 1507 1352 +-556 428 -50 -146 +-191 437 513 828 +2012 745 1794 1844 +-414 2548 226 851 +1074 1249 49 450 +-349 2285 -1132 2377 +-457 576 1185 868 +-1595 -673 -532 1167 +-1030 -59 -899 -724 +621 -954 -728 -2197 +-1315 786 -1328 603 +850 189 -488 -582 +-828 652 1310 -1334 +1694 680 -112 -467 +-1045 737 -175 823 +477 1196 -989 473 +372 462 -1505 -620 +1539 -1814 1132 -231 +-912 -29 -331 -74 +475 -479 175 -788 +237 1085 -174 -191 +153 -1332 -333 302 +128 223 -680 -31 +-203 -157 -644 -1214 +746 1520 -615 1040 +1082 -1233 1053 533 +370 373 1616 917 +1339 1011 1102 -806 +1515 916 421 -438 +358 19 -1499 122 +-35 -396 -677 237 +-787 -1179 -490 556 +-204 196 839 -238 +-1866 -728 27 14 +-467 1151 117 565 +486 540 81 880 +-458 -209 486 192 +-12 -198 -468 -32 +157 -1432 -322 -831 +-1878 925 -606 -211 +-1447 -363 -96 -473 +293 1977 -415 375 +1173 -1727 23 48 +-386 -1343 173 128 +-156 39 487 -250 +-6 -986 1344 365 +-120 -917 -150 271 +-723 1144 -966 -338 +944 -350 1101 -422 -4169 123 --1822 -1836 -4811 -328 --862 1170 -2718 1127 -2714 236 --475 -779 --2295 1505 --1258 -6 -2484 1142 --2479 -1295 -1981 -1671 --2246 -1212 --446 1203 --237 1863 --63 -150 --505 391 -672 -224 --1036 -148 -811 -702 --1154 1908 --537 -394 --813 158 --619 34 --157 -1396 -174 -533 -587 -332 -883 587 -643 -697 -576 -760 --239 559 -930 11 --288 -668 --644 220 --808 1812 -536 -666 --360 -580 --1015 -152 --492 731 --18 525 --15 827 -195 895 --351 -1267 -160 -262 --337 462 -1035 -452 -1188 168 -174 -114 -199 -1248 --261 523 --71 -1500 -283 142 --53 -732 --437 -461 --1242 -386 --306 102 --303 1382 -233 -1294 --1191 -1043 -730 327 -285 233 --43 425 -168 608 --258 500 -3564 399 +-1822 -1836 -1644 -3253 +4811 -328 5930 563 +-862 1170 -910 1872 +2718 1127 3611 1403 +2714 236 2457 -1179 +-475 -779 96 -503 +-2295 1505 -1552 -315 +-1258 -6 -556 760 +2484 1142 3425 1390 +-2479 -1295 -705 -1299 +1981 -1671 1721 -977 +-2246 -1212 -211 -2460 +-446 1203 -222 2217 +-237 1863 202 3079 +-63 -150 504 -624 +-505 391 508 1000 +672 -224 507 2447 +-1036 -148 746 816 +811 -702 -137 1568 +-1154 1908 -2373 713 +-537 -394 909 529 +-813 158 -1164 -866 +-619 34 307 1046 +-157 -1396 -259 -1032 +174 -533 -1615 -553 +587 -332 1105 -134 +883 587 -54 918 +643 -697 -796 276 +576 -760 280 1407 +-239 559 8 28 +930 11 -438 202 +-288 -668 1328 -697 +-644 220 839 994 +-808 1812 63 1237 +536 -666 502 808 +-360 -580 612 -361 +-1015 -152 -1331 -255 +-492 731 -185 -878 +-18 525 -978 1620 +-15 827 -167 -244 +195 895 -1247 -519 +-351 -1267 748 598 +160 -262 550 493 +-337 462 220 -97 +1035 -452 487 505 +1188 168 5 -550 +174 -114 -88 1041 +199 -1248 -254 -13 +-261 523 -414 -149 +-71 -1500 -301 505 +283 142 -693 1144 +-53 -732 1088 816 +-437 -461 -414 -28 +-1242 -386 -484 375 +-306 102 -18 -219 +-303 1382 78 452 +233 -1294 -561 -172 +-1191 -1043 -905 -441 +730 327 -152 -589 +285 233 510 685 +-43 425 209 48 +168 608 1050 -641 +-258 500 -325 -839 1844 2827 --1225 -1707 --1666 -3057 --112 -1426 -4014 2994 -1278 -672 --2950 1246 -877 -851 -2132 -3439 --1997 -1267 -2753 1834 --293 4262 -972 -890 --978 -126 -747 988 --1653 869 -916 -1361 -810 2992 -1052 -1086 --434 1135 --118 -883 --896 -1323 -463 -1868 -880 203 -831 2418 --2136 1976 --498 -465 --1252 -1722 -1090 -1312 -1853 -40 -1404 465 -444 -1973 --433 -990 -1273 356 --2141 1849 --446 1068 --888 -762 -1888 -1256 -1881 -1656 -1350 478 --875 -1199 --516 -1914 -3 258 -1529 -1962 --337 -196 -96 -435 -1628 -129 -363 -1941 --683 583 --238 1546 --28 321 --1317 -885 --1247 932 -345 273 --1228 -822 -1653 -1331 --247 278 -3296 3894 --992 -135 --385 508 --525 -629 -1360 -357 -108 -1015 --925 -1699 696 -6 +-1225 -1707 -2125 -718 +-1666 -3057 1698 -1861 +-112 -1426 -509 -1514 +4014 2994 4397 4797 +1278 -672 43 315 +-2950 1246 -1806 -169 +877 -851 1468 -2888 +2132 -3439 -1041 -1962 +-1997 -1267 -1545 -5730 +2753 1834 3046 1094 +-293 4262 -407 3521 +972 -890 516 -429 +-978 -126 -7 -983 +747 988 45 1052 +-1653 869 74 895 +916 -1361 1851 -2929 +810 2992 -201 902 +1052 -1086 -23 2970 +-434 1135 -1020 662 +-118 -883 1535 2415 +-896 -1323 -1202 1813 +463 -1868 -1868 -2013 +880 203 1315 -309 +831 2418 529 -267 +-2136 1976 2297 2696 +-498 -465 -1820 1038 +-1252 -1722 -1701 -977 +1090 -1312 85 -1678 +1853 -40 -76 -875 +1404 465 3332 -40 +444 -1973 -826 1000 +-433 -990 1277 231 +1273 356 515 -1021 +-2141 1849 1639 -648 +-446 1068 -1310 -779 +-888 -762 -1218 -1285 +1888 -1256 -1799 -966 +1881 -1656 686 803 +1350 478 1315 -563 +-875 -1199 -2170 -640 +-516 -1914 1857 -599 +3 258 -702 2536 +1529 -1962 -691 -987 +-337 -196 -1863 -539 +96 -435 288 116 +1628 -129 -2623 -87 +363 -1941 -705 141 +-683 583 74 664 +-238 1546 -503 264 +-28 321 -83 -396 +-1317 -885 -141 -2090 +-1247 932 -1437 244 +345 273 -381 1278 +-1228 -822 -1817 -1363 +1653 -1331 0 -575 +-247 278 -2542 597 +3296 3894 -1503 2637 +-992 -135 -295 71 +-385 508 -1891 -7 +-525 -629 -139 -439 +1360 -357 -340 1096 +108 -1015 -198 471 +-925 -1699 409 976 -171 790 --3484 -1812 -622 -2488 -107 856 -4572 4206 -2936 -371 --2112 232 --211 -864 --545 -1393 --1372 -5667 -4060 866 -526 1696 --1548 -28 -1554 262 --1416 -157 -1698 2613 -4274 1120 -517 2926 -2265 -748 -1138 366 -1084 163 -1047 -749 -2857 -547 --1187 1576 --708 24 --222 1091 -56 -1154 -199 430 -1813 258 -724 -86 --859 -10 --292 151 -1601 -1450 -1772 -1046 --256 673 --1619 -2696 --1392 -503 --193 736 --2572 -161 -356 -334 --209 1099 --21 1479 --108 615 -1681 164 -634 808 --3 1134 --1259 -1496 --653 -1130 -1363 78 -84 331 -747 -390 --147 -948 --1021 -1079 -275 244 --769 -1245 --2314 -287 -1117 -640 -520 -857 --582 -317 -52 -1429 --503 838 -361 1097 -2862 945 --899 375 423 2420 +-3484 -1812 -918 -2447 +622 -2488 -691 -4175 +107 856 -1363 -61 +4572 4206 2912 3918 +2936 -371 1906 -289 +-2112 232 -3492 -1173 +-211 -864 3079 -54 +-545 -1393 1205 415 +-1372 -5667 -2640 -2540 +4060 866 2212 -1104 +526 1696 246 -1223 +-1548 -28 865 -1594 +1554 262 -830 -684 +-1416 -157 -849 2294 +1698 2613 597 1497 +4274 1120 1771 307 +517 2926 463 1119 +2265 -748 481 -2408 +1138 366 -418 -763 +1084 163 1522 139 +1047 -749 -158 -2952 +2857 -547 -402 -1705 +-1187 1576 -1200 1639 +-708 24 -1114 2806 +-222 1091 -1125 -928 +56 -1154 -539 1683 +199 430 -279 77 +1813 258 -267 2142 +724 -86 2409 337 +-859 -10 115 2262 +-292 151 1922 2339 +1601 -1450 758 -1578 +1772 -1046 -533 305 +-256 673 -1954 346 +-1619 -2696 -1790 -1470 +-1392 -503 -1947 1932 +-193 736 1544 884 +-2572 -161 1783 1159 +356 -334 -211 -499 +-209 1099 -270 -105 +-21 1479 -671 -732 +-108 615 -1755 -155 +1681 164 -2250 -1118 +634 808 -857 761 +-3 1134 -1558 -1599 +-1259 -1496 1935 -14 +-653 -1130 -1242 -996 +1363 78 -233 -1577 +84 331 -1234 -1051 +747 -390 862 227 +-147 -948 1361 -984 +-1021 -1079 -1039 1794 +275 244 -1 1808 +-769 -1245 -2372 -1536 +-2314 -287 1245 -186 +1117 -640 2396 -724 +520 -857 453 -2042 +-582 -317 1472 204 +52 -1429 1023 -596 +-503 838 1331 490 +361 1097 1726 -637 +2862 945 2410 -1355 +-899 375 121 -445 1769 -2 --2839 -327 --372 -316 --539 -2147 -4655 3477 --2584 -355 --4037 -294 -1850 -2167 -2120 -669 -1368 -3279 --197 1309 --1373 1559 --634 -816 -1836 233 --670 -205 -708 1381 -3165 -1499 --800 1400 --1016 -487 --594 246 -252 -863 -394 -1431 -2311 -331 -1490 379 --1224 420 -1886 -492 --1599 -1255 -1487 -1419 --1879 -599 -1624 -775 --699 -3366 --905 -432 --825 1923 -1495 98 --1055 -596 --1357 664 --1909 2629 -1646 651 --491 -47 -555 -606 --1123 1423 -734 474 --3200 -1271 --1910 20 --578 -266 -557 1727 -470 731 -1452 1396 -2273 1064 -1544 -2041 --874 -283 -1039 -436 -954 291 --837 2764 -3077 -1421 -2217 -611 -1676 -4245 --1090 2391 -801 2392 --246 -1192 -891 2082 --242 484 -957 -1278 --836 -248 62 1203 +-2839 -327 -2709 -583 +-372 -316 814 -1297 +-539 -2147 -1027 659 +4655 3477 2316 4220 +-2584 -355 2230 371 +-4037 -294 -1634 -1699 +1850 -2167 2939 -2359 +2120 -669 -65 1933 +1368 -3279 -374 -4524 +-197 1309 2292 3220 +-1373 1559 -276 2893 +-634 -816 1127 1017 +1836 233 -499 216 +-670 -205 -1423 2074 +708 1381 -1690 1198 +3165 -1499 1034 -26 +-800 1400 -959 -1559 +-1016 -487 -1579 835 +-594 246 -551 933 +252 -863 1829 1365 +394 -1431 378 -1000 +2311 -331 -607 -2331 +1490 379 1274 1835 +-1224 420 1358 2725 +1886 -492 246 677 +-1599 -1255 445 1586 +1487 -1419 -1614 682 +-1879 -599 -858 1127 +1624 -775 1838 -2392 +-699 -3366 965 175 +-905 -432 1878 1586 +-825 1923 -2962 -675 +1495 98 112 -691 +-1055 -596 -1558 -1339 +-1357 664 557 -695 +-1909 2629 -1080 350 +1646 651 -370 52 +-491 -47 573 2861 +555 -606 1424 -813 +-1123 1423 -2011 810 +734 474 -1907 -241 +-3200 -1271 -1983 2237 +-1910 20 -2751 302 +-578 -266 2042 714 +557 1727 1041 -1051 +470 731 -449 -924 +1452 1396 -616 -478 +2273 1064 -1534 -2573 +1544 -2041 148 -1775 +-874 -283 -781 -3529 +1039 -436 -505 -239 +954 291 519 1077 +-837 2764 -85 2167 +3077 -1421 1229 1072 +2217 -611 618 1744 +1676 -4245 57 -770 +-1090 2391 -655 1757 +801 2392 -610 16 +-246 -1192 -1019 761 +891 2082 -472 818 +-242 484 458 -365 +957 -1278 1625 238 +-836 -248 -568 1071 -189 1572 --3278 410 -559 -1425 -895 -1941 -3299 3650 -2076 -364 --367 -13 -217 -2698 -304 -1129 -2080 -3693 -4794 1046 --1406 1289 -896 1411 -1020 1650 -729 -169 --2845 1155 -426 -708 -654 3005 --1111 3783 --1412 189 -1342 1123 -2487 1661 --120 -1919 -63 501 -781 1935 --1202 -861 --497 21 --2143 -1875 --1512 1174 --885 503 --929 -800 --793 1577 --38 1500 -877 -252 -220 -1704 --1228 1420 -5 -133 -1100 1177 -529 -2324 --419 -625 -1171 -117 -263 -1414 -2588 202 --2175 -365 -157 -967 --1381 355 --916 1060 -108 -713 --545 1216 --1594 130 -421 2218 -722 780 -289 1644 -1603 -771 -364 -1017 -1058 -957 --211 -606 --1 1390 -928 747 --382 -1058 --128 -691 --924 -1656 -845 -248 -124 84 -1229 132 +-3278 410 -3706 -1043 +559 -1425 -986 -1992 +895 -1941 -529 -798 +3299 3650 3211 4128 +2076 -364 1056 2973 +-367 -13 -1439 -1312 +217 -2698 2252 -1078 +304 -1129 1797 416 +2080 -3693 425 -4262 +4794 1046 3068 1867 +-1406 1289 -1325 811 +896 1411 -416 2131 +1020 1650 492 -1067 +729 -169 -1361 429 +-2845 1155 246 144 +426 -708 280 -552 +654 3005 9 -1127 +-1111 3783 -2594 1185 +-1412 189 -647 -1064 +1342 1123 1807 2897 +2487 1661 -64 -264 +-120 -1919 -25 427 +63 501 -1225 1874 +781 1935 -1324 -102 +-1202 -861 1764 -63 +-497 21 478 -981 +-2143 -1875 376 -1468 +-1512 1174 1260 -591 +-885 503 1750 -1806 +-929 -800 -389 -1185 +-793 1577 1135 -485 +-38 1500 -1505 1254 +877 -252 -129 -1592 +220 -1704 -867 -1113 +-1228 1420 -689 -3216 +5 -133 -660 -890 +1100 1177 1419 -770 +529 -2324 -209 310 +-419 -625 2202 -1158 +1171 -117 -205 -670 +263 -1414 1908 954 +2588 202 -1990 -1351 +-2175 -365 -728 -840 +157 -967 299 709 +-1381 355 -934 -1999 +-916 1060 -309 1418 +108 -713 -1062 -1040 +-545 1216 -729 -855 +-1594 130 3 474 +421 2218 -289 -1650 +722 780 2001 218 +289 1644 -1373 -740 +1603 -771 2027 -796 +364 -1017 476 849 +1058 -957 -1327 129 +-211 -606 -179 -1786 +-1 1390 1088 334 +928 747 2932 286 +-382 -1058 336 -742 +-128 -691 -1496 -1132 +-924 -1656 -116 934 +845 -248 -512 -1426 +124 84 -1075 548 -4857 -5832 -577 4228 -4609 -238 --1416 -1707 -3532 1251 --1570 1848 -1635 -474 --3339 -3945 --2216 5897 --1006 663 -4213 -3581 -2646 -1345 -1481 1506 -1221 -1477 --2045 -2154 -2501 979 --1758 621 -1608 -4216 --1550 630 --1385 -2224 -1672 -463 --1180 -530 --2700 2492 --1301 -1416 --701 -3221 -3777 -3466 -1200 295 -497 2313 --1008 922 --3139 -1438 --3933 -730 -41 1637 -2342 1801 --1014 -1319 -1498 -2069 -1632 -1177 -1948 3252 --2913 1118 --2751 1672 --2750 -4 -535 2685 --51 4836 --734 1270 --2944 3009 -1552 531 --1341 -614 --1453 821 -2124 1066 -1691 -1290 --1404 -2167 -770 245 -1331 1898 -1222 -493 --711 707 -55 791 --298 1554 -1156 -927 --3268 -5012 -857 2627 --959 -971 --843 486 --1259 -1346 --794 723 -3581 843 -3683 -1300 +577 4228 1434 3404 +4609 -238 -1155 330 +-1416 -1707 -144 -436 +3532 1251 1079 1391 +-1570 1848 130 -1234 +1635 -474 -562 1886 +-3339 -3945 -767 -916 +-2216 5897 177 3768 +-1006 663 -1729 4191 +4213 -3581 3110 -2294 +2646 -1345 -1399 549 +1481 1506 1456 764 +1221 -1477 1210 -700 +-2045 -2154 -1641 -1578 +2501 979 -1232 1604 +-1758 621 740 5053 +1608 -4216 1787 -2752 +-1550 630 2292 -1796 +-1385 -2224 2320 -1169 +1672 -463 -1171 -4350 +-1180 -530 1810 -4453 +-2700 2492 125 2174 +-1301 -1416 179 3993 +-701 -3221 415 -106 +3777 -3466 -4152 -1586 +1200 295 2715 -2583 +497 2313 2141 -258 +-1008 922 247 2179 +-3139 -1438 -816 53 +-3933 -730 -6514 -2098 +41 1637 2334 -234 +2342 1801 -1600 849 +-1014 -1319 -1384 2401 +1498 -2069 -3159 -1252 +1632 -1177 463 179 +1948 3252 511 1363 +-2913 1118 3966 768 +-2751 1672 -809 -1108 +-2750 -4 537 -1750 +535 2685 1795 678 +-51 4836 -2857 2448 +-734 1270 773 -4242 +-2944 3009 936 4474 +1552 531 977 -812 +-1341 -614 -360 -1726 +-1453 821 4367 -1323 +2124 1066 2001 -111 +1691 -1290 848 1103 +-1404 -2167 998 -71 +770 245 372 2018 +1331 1898 1088 3676 +1222 -493 182 -3836 +-711 707 403 -74 +55 791 3722 1390 +-298 1554 -252 -511 +1156 -927 2381 -87 +-3268 -5012 2950 -3014 +857 2627 742 366 +-959 -971 1532 1145 +-843 486 -486 1650 +-1259 -1346 1028 -860 +-794 723 -693 -2804 +3581 843 578 -1130 -1357 -4030 -372 3497 -1741 2152 -345 -1441 -2156 2860 --3899 1894 -181 1813 -2330 -1154 --2654 3731 --32 2404 -3503 -1576 --563 2695 -3542 3973 --442 -1243 -1264 1027 --223 969 --3918 -345 -1958 -4294 --801 1000 --771 948 -1885 -816 --3925 -345 --4681 1481 -2326 433 -3605 1297 --631 -10 --1008 1057 --759 88 --2992 -293 --499 1834 -1377 -1445 --1808 2061 --2184 2313 --2012 3934 --325 -729 --323 1586 -2927 395 -577 -1858 -1702 -630 -893 464 --479 -2222 -881 -1108 -521 -1535 --1212 -1565 --1106 -510 -981 -557 -1649 2150 --875 363 --519 -1596 -2268 -1403 --882 1294 -220 40 --1368 618 -1000 778 --1082 2652 -2590 1676 --2453 -375 -149 270 -1267 1129 --1859 905 -2551 -1970 -891 -492 --2907 -689 -741 270 -2842 -5460 +372 3497 904 3897 +1741 2152 1724 4857 +345 -1441 2529 -2383 +2156 2860 3761 3544 +-3899 1894 -2109 298 +181 1813 4056 2504 +2330 -1154 -1136 -5758 +-2654 3731 -2225 1688 +-32 2404 1423 1643 +3503 -1576 4846 3537 +-563 2695 -2456 3780 +3542 3973 -316 2191 +-442 -1243 4598 1334 +1264 1027 1620 -1917 +-223 969 -348 -890 +-3918 -345 -1255 -275 +1958 -4294 986 -1393 +-801 1000 -872 3112 +-771 948 919 3286 +1885 -816 -817 1618 +-3925 -345 1881 -518 +-4681 1481 1544 -17 +2326 433 1491 -2951 +3605 1297 -1509 -2202 +-631 -10 -166 122 +-1008 1057 844 -2780 +-759 88 1954 1934 +-2992 -293 218 -1692 +-499 1834 -1737 -3074 +1377 -1445 859 -2118 +-1808 2061 470 -1071 +-2184 2313 2199 2338 +-2012 3934 1324 -241 +-325 -729 2163 -961 +-323 1586 1295 2576 +2927 395 1158 -1271 +577 -1858 -561 -1682 +1702 -630 -1495 -2379 +893 464 -458 -357 +-479 -2222 -1430 -1234 +881 -1108 1465 -301 +521 -1535 2137 -1402 +-1212 -1565 1094 1772 +-1106 -510 904 467 +981 -557 1403 1685 +1649 2150 -1509 -368 +-875 363 348 -191 +-519 -1596 -1228 1563 +2268 -1403 2098 1630 +-882 1294 -1544 -1909 +220 40 -2090 -479 +-1368 618 -245 -4795 +1000 778 -1894 140 +-1082 2652 1443 2262 +2590 1676 -746 -1262 +-2453 -375 -1533 1686 +149 270 -536 2771 +1267 1129 -1727 -991 +-1859 905 -776 392 +2551 -1970 -1621 -2267 +891 -492 -1547 415 +-2907 -689 -3780 1777 +741 270 1931 -1582 -1765 -1149 -3034 3541 -313 -991 -728 165 -1798 3284 -2576 -869 -2771 923 --421 -1894 --3242 2671 --4928 -304 -6220 -523 --1384 2799 -2758 524 -441 -1274 -3238 774 --2318 563 --4464 3162 -2214 393 -2247 -1117 --1632 -416 -1808 2993 -1919 335 --3845 1114 --742 94 --686 1154 --3590 26 -569 1086 -336 -413 -308 -1746 -438 56 -148 5067 -2042 -109 --1542 159 --1414 1298 -1850 1221 -931 -2034 -2508 -414 --2727 -735 -1141 42 --1002 -2728 --436 -1092 --996 -121 -3961 1315 -42 -2011 --1072 -263 --1126 -2907 -712 583 --2477 -2397 --2035 476 --2681 1299 -1920 -1617 --1038 2029 --789 -737 --534 -2396 --1815 843 --1938 1903 --3772 4049 --295 -1447 --1207 -3186 -1711 3637 --2014 -2885 -2728 370 --1677 -1003 -5 1789 -3495 -1116 +3034 3541 -14 -209 +313 -991 1682 -436 +728 165 -990 -4136 +1798 3284 3550 2514 +2576 -869 -1189 1702 +2771 923 2460 862 +-421 -1894 -769 -1390 +-3242 2671 159 -1282 +-4928 -304 -2226 1456 +6220 -523 2292 821 +-1384 2799 -3039 -176 +2758 524 -728 474 +441 -1274 523 72 +3238 774 736 -4010 +-2318 563 1466 2 +-4464 3162 -1797 -216 +2214 393 2893 3569 +2247 -1117 2325 2091 +-1632 -416 289 -47 +1808 2993 -679 -2316 +1919 335 -896 -1187 +-3845 1114 910 573 +-742 94 -2148 -1416 +-686 1154 -2286 -1005 +-3590 26 -1253 -3467 +569 1086 951 -4026 +336 -413 438 -505 +308 -1746 2082 -1212 +438 56 -2758 4256 +148 5067 -586 -435 +2042 -109 -2153 -4299 +-1542 159 2867 926 +-1414 1298 702 1868 +1850 1221 2664 2820 +931 -2034 -1796 628 +2508 -414 2811 -384 +-2727 -735 2196 660 +1141 42 20 -4222 +-1002 -2728 -1597 1844 +-436 -1092 2419 -3127 +-996 -121 2943 -275 +3961 1315 1236 -3865 +42 -2011 3200 -224 +-1072 -263 -227 -1220 +-1126 -2907 1195 1577 +712 583 2341 401 +-2477 -2397 -1491 -408 +-2035 476 1546 4295 +-2681 1299 -1389 1804 +1920 -1617 1818 3847 +-1038 2029 835 -519 +-789 -737 -141 -2359 +-534 -2396 41 -3527 +-1815 843 -2063 -2059 +-1938 1903 -536 -4182 +-3772 4049 595 560 +-295 -1447 722 -2404 +-1207 -3186 1307 -1403 +1711 3637 196 -1455 +-2014 -2885 -2913 -1435 +2728 370 -370 -1999 +-1677 -1003 -1591 1780 +5 1789 -1473 259 -3158 -3826 -1787 -544 --218 1431 --533 -1366 -3801 3277 --3120 1791 --194 20 -3576 1110 --36 2918 --4080 1843 -825 2327 --3342 1790 -1623 52 --905 -3162 -296 842 -5700 1156 -2043 2133 --92 -1246 -2282 -3606 -346 2683 --249 -1390 --1147 -2098 -1177 2042 --1422 251 --1637 -1741 --268 2656 -604 -1547 -3614 2109 -809 -1991 -1741 223 -3520 -1283 --1060 -1791 -1395 -486 -388 -890 --519 -226 --150 -1306 --398 -327 --415 -1039 -17 3818 -106 818 --2277 -1534 -379 2714 --3414 40 -2821 -184 -1529 707 --58 1603 -1205 -2233 --107 402 --1075 -2143 -3823 8 -308 -1550 --1755 -1480 --207 -238 --1966 1523 -794 1393 --2173 1507 --1365 -2874 --1075 332 --360 -67 --592 353 --862 1568 --246 2132 --1543 -256 -993 -809 -950 -900 +1787 -544 2184 4544 +-218 1431 2468 2072 +-533 -1366 1428 -5086 +3801 3277 1201 2501 +-3120 1791 -1676 -2770 +-194 20 850 2074 +3576 1110 -408 -612 +-36 2918 -2765 -415 +-4080 1843 -3346 2345 +825 2327 1438 3195 +-3342 1790 -841 873 +1623 52 -1019 -180 +-905 -3162 -293 159 +296 842 3057 -3274 +5700 1156 -3125 3344 +2043 2133 995 2057 +-92 -1246 794 1966 +2282 -3606 1354 -401 +346 2683 -250 76 +-249 -1390 331 -2501 +-1147 -2098 -387 740 +1177 2042 2389 -767 +-1422 251 933 -5094 +-1637 -1741 2091 2174 +-268 2656 -151 173 +604 -1547 -1597 558 +3614 2109 -408 368 +809 -1991 -949 379 +1741 223 -2953 1570 +3520 -1283 -113 2447 +-1060 -1791 -1756 437 +1395 -486 394 396 +388 -890 273 1204 +-519 -226 1104 -1214 +-150 -1306 -467 3881 +-398 -327 80 2269 +-415 -1039 385 1993 +17 3818 1631 738 +106 818 -1893 -937 +-2277 -1534 657 2618 +379 2714 -1445 1133 +-3414 40 2489 1187 +2821 -184 397 1427 +1529 707 -753 -1272 +-58 1603 689 5032 +1205 -2233 1647 -1116 +-107 402 1455 -1255 +-1075 -2143 2222 1717 +3823 8 -256 -683 +308 -1550 1824 2378 +-1755 -1480 -2831 -2971 +-207 -238 855 -469 +-1966 1523 -1873 2739 +794 1393 -296 -2382 +-2173 1507 1521 1212 +-1365 -2874 -624 3498 +-1075 332 -741 995 +-360 -67 -2411 -1057 +-592 353 -1289 3854 +-862 1568 1024 2485 +-246 2132 -396 -749 +-1543 -256 -1703 3755 +993 -809 1671 1632 diff --git a/AI_Engine_Development/AIE-ML/Design_Tutorials/07-Channelizer-Using-Vitis-Libraries/aie/channelizer/data/fft_back_o_0.txt b/AI_Engine_Development/AIE-ML/Design_Tutorials/07-Channelizer-Using-Vitis-Libraries/aie/channelizer/data/fft_back_o_0.txt index 141e6ffc03..2bb66c24d0 100644 --- a/AI_Engine_Development/AIE-ML/Design_Tutorials/07-Channelizer-Using-Vitis-Libraries/aie/channelizer/data/fft_back_o_0.txt +++ b/AI_Engine_Development/AIE-ML/Design_Tutorials/07-Channelizer-Using-Vitis-Libraries/aie/channelizer/data/fft_back_o_0.txt @@ -1,2048 +1,2048 @@ 4893 -10526 +9114 -6791 +9327 -9111 +7936 -6230 +12658 -4060 +10833 -4299 +8973 -9835 +10151 -2713 12954 -184 +12336 623 +8359 237 +6367 -2857 +10075 2823 +8130 742 +17070 -3741 +12541 3881 11212 4142 +7295 8445 +5392 8597 +4839 9326 +5861 7663 +4026 8639 +2055 5551 +1679 9193 5153 4052 +4491 1223 +3623 3367 +593 3388 +5312 5689 +4003 5975 +2896 4362 +5519 2803 5072 2876 +5665 3734 +3101 3058 +3472 3800 +7973 6988 +5383 5313 +9331 12033 +5905 8806 8419 12181 +988 12481 +6207 9699 +569 10455 +66 10419 +-3846 15245 +-3592 11914 +-4568 11079 -7899 9104 +-5838 11293 +-12464 7098 +-12010 6851 +-6939 6667 +-11892 4776 +-9990 -2846 +-12681 2950 -6984 358 +-10456 1534 +-6144 -3556 +-3267 -2749 +-8841 1341 +-3002 -1393 +-3366 4509 +-5013 -2445 -1413 -2360 +-677 801 +-7063 2912 +-5967 1197 +-6963 -2255 +-9319 4076 +-9488 -54 +-6290 -785 -8614 3648 +-14475 788 +-14153 -2858 +-13580 -796 +-7317 -9586 +-8350 -11102 +-4240 -7984 +-7426 -10075 -7879 -7118 +-4806 -12725 +-7145 -12775 +-1273 -12921 +-1427 -11014 +-2468 -13834 +2327 -12966 +2503 -14553 758 -14054 +1626 -9326 +1690 -9699 +6036 -6399 +5159 -10413 +3180 -10418 +6794 -6760 +6153 -8586 7645 -6162 +8030 -6583 +3935 -4464 +4234 -5962 +8671 -1739 +5806 -1675 +6574 -4343 +9473 3849 2550 -243 +2131 1770 +-607 446 +5266 3124 +321 -327 +2605 3664 +-117 6139 +-283 3604 -3145 -499 +894 436 +1056 -3805 +-1437 -7603 +-1626 -5407 +1627 -6743 +5401 -10073 +3947 -12474 6587 -9048 +11311 -6150 +13741 -5259 +14638 -3305 +10824 -363 +15307 -259 +13783 2640 +8528 5797 13361 2890 +6340 7495 +4576 14452 +1820 9782 +197 9595 +-924 12130 +-6988 12198 +-4004 5112 -8224 9519 +-13346 3670 +-10797 6339 +-13907 1482 +-10816 -2213 +-10906 -504 +-9026 -4533 +-4842 -5467 -9752 -8021 +-5955 -5692 +-4340 -8016 +-4063 -9699 +978 -8088 +-2899 -10798 +-2693 -8265 +-3036 -4539 917 -11552 +131 -6878 +2937 -6878 +4800 -9314 +703 -5955 +4759 -5270 +5355 -10586 +5225 -4897 5158 -5501 +4394 -6164 +4008 -4216 +666 -2388 +5919 -7757 +-1040 -5680 +4999 -9245 +6279 -2985 5193 -1065 +2855 -2725 +7583 -3024 +5843 -1892 +6036 -2853 +6348 -1387 +4564 2687 +3240 1950 1548 -737 +362 854 +4848 -4218 +4485 -3431 +2540 -2142 +3702 2943 +4664 2057 +1581 -2 -746 -405 +4600 -2196 +1399 -1248 +386 2657 +-1097 -2877 +750 983 +2210 -1047 +777 -3672 1523 -2159 +2986 -2835 +1621 798 +-4539 231 +-869 4433 +-4668 -1456 +-2935 -3094 +-407 -3282 -1329 -5201 +1978 -4995 +3196 -4251 +1080 -6512 +-802 -7409 +2990 -5367 +1471 -5525 +2281 -5385 1271 -4855 +1771 -8834 +5458 -9013 +4472 -6938 +3761 -2243 +6438 -2742 +8928 -5120 +9307 318 7937 -884 +2045 3330 +7249 -1407 +3582 2160 +748 -2824 +7352 286 +2128 5333 +505 5869 -1238 3353 +-4039 2748 +-2120 8183 +-366 2508 +-3050 -819 +-3513 3544 +-4858 2713 +-7805 -4422 -7875 -7273 +-9017 -4294 +-10415 -8106 +-6928 -5799 +-6700 -9767 +-4910 -8586 +-4735 -13216 +-7072 -14703 -1337 -10904 +-3017 -16845 +99 -13802 +3406 -12297 +4938 -16766 +3759 -15052 +7860 -15105 +9658 -14836 5368 -14649 +13603 -15521 +17345 -13625 +14012 -11698 +13924 -8511 +16094 -6637 +16110 -2870 +14240 -1381 21045 -982 +16928 2111 +15509 885 +12748 4942 +8532 3880 +9017 7899 +9157 4563 +4847 6269 2786 4869 +769 2530 +1042 5378 +-2426 5473 +622 590 +-609 4057 +4584 443 +1058 2590 1530 -3762 +1803 -2069 +1701 -2260 +6559 -5602 +5804 -5119 +4392 -4111 +6312 -2909 +3170 -1061 7612 1653 +4369 -987 +7201 -783 +3117 400 +1029 -117 +2868 -1263 +-187 -2879 +2133 -7526 3151 -2474 -10358 -5194 -10302 2175 -8665 3916 -609 3958 -7643 -1864 -6837 7370 --767 6090 -708 2604 -5583 -1874 -8403 10501 -1966 11271 -5789 8594 --2898 14628 --10746 7198 --5310 -2520 -2767 5006 --7225 -271 --2117 229 --3921 -2841 -513 -2527 --1567 7644 --8161 37 --4691 -8991 -2465 -511 --3162 -7880 -861 -8460 -1072 -7036 -9114 -6791 -12336 623 -7295 8445 -4491 1223 -5665 3734 -988 12481 --5838 11293 --10456 1534 --677 801 --14475 788 --4806 -12725 -1626 -9326 -8030 -6583 -2131 1770 -894 436 -11311 -6150 -6340 7495 --13346 3670 --5955 -5692 -131 -6878 -4394 -6164 -2855 -2725 -362 854 -4600 -2196 -2986 -2835 -1978 -4995 -1771 -8834 -2045 3330 --4039 2748 --9017 -4294 --3017 -16845 -13603 -15521 -16928 2111 -769 2530 -1803 -2069 -4369 -987 6941 -3727 +3695 -4285 +5919 -2798 +5948 -5789 +3083 -5628 +7614 -4582 +10399 -5342 +10358 -5194 12172 -390 +15294 -2233 +10728 -2222 +7501 -1352 +9674 -1844 +9971 -549 +7060 197 +10302 2175 6441 -4547 +11457 -89 +7568 1802 +14498 2608 +14455 1251 +8010 7360 +10872 7419 +8665 3916 9960 5985 +6792 3130 +5976 3552 +3749 6444 +8014 7252 +5150 8326 +4720 5269 +609 3958 6137 10565 +3755 2178 +4059 3995 +2827 3541 +5735 2898 +1120 1252 +5726 -2033 +7643 -1864 6878 1773 +6600 2253 +3939 3403 +6411 1046 +7683 5949 +8370 2421 +3211 8312 +6837 7370 564 10616 +2389 4157 +7838 3212 +2191 4933 +3145 3860 +1514 6044 +319 3482 +-767 6090 -853 1521 +3662 -1131 +2216 400 +8134 2619 +1689 2054 +648 1564 +1970 -3111 +708 2604 152 -1893 +4114 1475 +4304 -3182 +3676 1189 +4274 981 +6686 -3905 +7956 -2065 +5583 -1874 10787 -1250 +12153 4515 +8045 4398 +9278 5755 +11779 6457 +7785 8514 +9578 9229 +8403 10501 5881 7501 +3596 8364 +7785 14224 +7008 10350 +5936 9623 +6395 9271 +1134 13351 +1966 11271 -1264 8825 +-901 8435 +1307 6939 +715 8327 +-933 6913 +2786 9628 +5998 7830 +5789 8594 6714 11177 +5120 10182 +4284 12478 +1169 11165 +-1774 14006 +1934 9422 +98 14192 +-2898 14628 -3672 14691 +-5516 14019 +-7202 12239 +-7666 12948 +-9843 14170 +-9486 10545 +-12017 6277 +-10746 7198 -10571 8869 +-6129 2196 +-9773 1130 +-7908 2118 +-9385 673 +-7148 -4435 +-8166 -2165 +-5310 -2520 -6368 -5585 +-8300 202 +-4405 -1378 +-4726 -3202 +158 -5629 +-3919 -971 +-854 -1583 +2767 5006 -1216 3622 +-505 211 +1462 2242 +-1221 4378 +-923 2171 +-1548 3422 +-4346 405 +-7225 -271 -5843 699 +-1731 2709 +-868 -302 +-1255 552 +-1436 179 +-4186 7005 +-3676 -1652 +-2117 229 -9304 -889 +-9729 -1309 +-5352 -1889 +-5453 -3673 +1277 -1291 +-2386 -3348 +-836 -3909 +-3921 -2841 -5662 -3320 +-783 2010 +519 -5163 +-1912 -2667 +860 -2243 +1425 -2512 +3991 -3753 +513 -2527 186 -1915 +3051 8 +2619 -259 +1497 -3 +-4236 4146 +-501 212 +663 4456 +-1567 7644 -692 5505 +-54 4084 +-4423 1712 +-4394 2211 +-6133 5821 +-9191 3298 +-10957 2348 +-8161 37 -8860 517 +-10550 -5542 +-9566 -5243 +-684 -7785 +-2088 -5167 +-1255 -6740 +-1399 -7019 +-4691 -8991 -2213 -6992 +-157 -5106 +-853 -4969 +2186 -5633 +21 -5393 +-2860 -1140 +-205 1250 +2465 -511 -1239 -4473 +-686 -6522 +741 668 +-4485 3909 +-3912 -858 +-5751 -550 +-1413 -7334 +-3162 -7880 -3196 -7356 +-5095 -2949 +-5957 -3585 +-6495 -11125 +-3673 -9015 +-972 -9628 +-959 -9451 +861 -8460 3933 -7619 +-1814 -9007 +11 -8713 +922 -10117 +-1528 -8602 +2070 -11338 +4301 -10876 +1072 -7036 -1815 -10486 -9327 -9111 -8359 237 -5392 8597 -3623 3367 -3101 3058 -6207 9699 --12464 7098 --6144 -3556 --7063 2912 --14153 -2858 --7145 -12775 -1690 -9699 -3935 -4464 --607 446 -1056 -3805 -13741 -5259 -4576 14452 --10797 6339 --4340 -8016 -2937 -6878 -4008 -4216 -7583 -3024 -4848 -4218 -1399 -1248 -1621 798 -3196 -4251 -5458 -9013 -7249 -1407 --2120 8183 --10415 -8106 -99 -13802 -17345 -13625 -15509 885 -1042 5378 -1701 -2260 -7201 -783 -3695 -4285 -15294 -2233 -11457 -89 -6792 3130 -3755 2178 -6600 2253 -2389 4157 -3662 -1131 -4114 1475 -12153 4515 -3596 8364 --901 8435 -5120 10182 --5516 14019 --6129 2196 --8300 202 --505 211 --1731 2709 --9729 -1309 --783 2010 -3051 8 --54 4084 --10550 -5542 --157 -5106 --686 -6522 --5095 -2949 --1814 -9007 2070 -9172 -7936 -6230 -6367 -2857 -4839 9326 -593 3388 -3472 3800 -569 10455 --12010 6851 --3267 -2749 --5967 1197 --13580 -796 --1273 -12921 -6036 -6399 -4234 -5962 -5266 3124 --1437 -7603 -14638 -3305 -1820 9782 --13907 1482 --4063 -9699 -4800 -9314 -666 -2388 -5843 -1892 -4485 -3431 -386 2657 --4539 231 -1080 -6512 -4472 -6938 -3582 2160 --366 2508 --6928 -5799 -3406 -12297 -14012 -11698 -12748 4942 --2426 5473 -6559 -5602 -3117 400 -5919 -2798 -10728 -2222 -7568 1802 -5976 3552 -4059 3995 -3939 3403 -7838 3212 -2216 400 -4304 -3182 -8045 4398 -7785 14224 -1307 6939 -4284 12478 --7202 12239 --9773 1130 --4405 -1378 -1462 2242 --868 -302 --5352 -1889 -519 -5163 -2619 -259 --4423 1712 --9566 -5243 --853 -4969 -741 668 --5957 -3585 -11 -8713 7774 -4489 -12658 -4060 -10075 2823 -5861 7663 -5312 5689 -7973 6988 -66 10419 --6939 6667 --8841 1341 --6963 -2255 --7317 -9586 --1427 -11014 -5159 -10413 -8671 -1739 -321 -327 --1626 -5407 -10824 -363 -197 9595 --10816 -2213 -978 -8088 -703 -5955 -5919 -7757 -6036 -2853 -2540 -2142 --1097 -2877 --869 4433 --802 -7409 -3761 -2243 -748 -2824 --3050 -819 --6700 -9767 -4938 -16766 -13924 -8511 -8532 3880 -622 590 -5804 -5119 -1029 -117 -5948 -5789 -7501 -1352 -14498 2608 -3749 6444 -2827 3541 -6411 1046 -2191 4933 -8134 2619 -3676 1189 -9278 5755 -7008 10350 -715 8327 -1169 11165 --7666 12948 --7908 2118 --4726 -3202 --1221 4378 --1255 552 --5453 -3673 --1912 -2667 -1497 -3 --4394 2211 --684 -7785 -2186 -5633 --4485 3909 --6495 -11125 -922 -10117 6670 -4322 -10833 -4299 -8130 742 -4026 8639 -4003 5975 -5383 5313 --3846 15245 --11892 4776 --3002 -1393 --9319 4076 --8350 -11102 --2468 -13834 -3180 -10418 -5806 -1675 -2605 3664 -1627 -6743 -15307 -259 --924 12130 --10906 -504 --2899 -10798 -4759 -5270 --1040 -5680 -6348 -1387 -3702 2943 -750 983 --4668 -1456 -2990 -5367 -6438 -2742 -7352 286 --3513 3544 --4910 -8586 -3759 -15052 -16094 -6637 -9017 7899 --609 4057 -4392 -4111 -2868 -1263 -3083 -5628 -9674 -1844 -14455 1251 -8014 7252 -5735 2898 -7683 5949 -3145 3860 -1689 2054 -4274 981 -11779 6457 -5936 9623 --933 6913 --1774 14006 --9843 14170 --9385 673 -158 -5629 --923 2171 --1436 179 -1277 -1291 -860 -2243 --4236 4146 --6133 5821 --2088 -5167 -21 -5393 --3912 -858 --3673 -9015 --1528 -8602 4657 -5968 -8973 -9835 -17070 -3741 -2055 5551 -2896 4362 -9331 12033 --3592 11914 --9990 -2846 --3366 4509 --9488 -54 --4240 -7984 -2327 -12966 -6794 -6760 -6574 -4343 --117 6139 -5401 -10073 -13783 2640 --6988 12198 --9026 -4533 --2693 -8265 -5355 -10586 -4999 -9245 -4564 2687 -4664 2057 -2210 -1047 --2935 -3094 -1471 -5525 -8928 -5120 -2128 5333 --4858 2713 --4735 -13216 -7860 -15105 -16110 -2870 -9157 4563 -4584 443 -6312 -2909 --187 -2879 -7614 -4582 -9971 -549 -8010 7360 -5150 8326 -1120 1252 -8370 2421 -1514 6044 -648 1564 -6686 -3905 -7785 8514 -6395 9271 -2786 9628 -1934 9422 --9486 10545 --7148 -4435 --3919 -971 --1548 3422 --4186 7005 --2386 -3348 -1425 -2512 --501 212 --9191 3298 --1255 -6740 --2860 -1140 --5751 -550 --972 -9628 -2070 -11338 -1674 -5630 -10151 -2713 -12541 3881 -1679 9193 -5519 2803 -5905 8806 --4568 11079 --12681 2950 --5013 -2445 --6290 -785 --7426 -10075 -2503 -14553 -6153 -8586 -9473 3849 --283 3604 -3947 -12474 -8528 5797 --4004 5112 --4842 -5467 --3036 -4539 -5225 -4897 -6279 -2985 -3240 1950 -1581 -2 -777 -3672 --407 -3282 -2281 -5385 -9307 318 -505 5869 --7805 -4422 --7072 -14703 -9658 -14836 -14240 -1381 -4847 6269 -1058 2590 -3170 -1061 -2133 -7526 -10399 -5342 -7060 197 -10872 7419 -4720 5269 -5726 -2033 -3211 8312 -319 3482 -1970 -3111 -7956 -2065 -9578 9229 -1134 13351 -5998 7830 -98 14192 --12017 6277 --8166 -2165 --854 -1583 --4346 405 --3676 -1652 --836 -3909 -3991 -3753 -663 4456 --10957 2348 --1399 -7019 --205 1250 --1413 -7334 --959 -9451 -4301 -10876 5928 -5289 12845 7862 +-2568 6175 +-2697 -2165 +12369 7652 +12500 -672 +5337 13465 +1416 12924 +-1324 5946 663 -3817 +-12192 5309 +-1625 -2809 +-18606 3614 +-2038 -6050 +2187 9067 +-5558 9028 +-3596 83 -4718 1022 +6832 -568 +7341 -7503 +369 -13002 +386 3612 +3285 -15589 +9177 4641 +8640 -6751 5036 8331 +7550 -2932 +-496 9299 +-924 7643 +-2721 2810 +-3769 8727 +-2234 9514 +-1428 23092 1899 8262 +-3006 7870 +-9024 11409 +2910 4886 +-5984 9423 +-1311 8772 +-3093 8578 +-10811 305 -11029 288 +-6757 7586 +-7265 12185 +-12514 -2490 +-11972 4577 +1530 3426 +-2553 6844 +1303 3264 -8366 3363 +-12715 -2192 +-3416 -6867 +-6935 -4174 +-19798 -10541 +-9884 -273 +1725 3289 +-4159 2790 -4506 6066 +-11418 -1754 +-9291 2295 +-8863 -3016 +2765 8440 +-2084 -6854 +-11772 -5282 +-12077 -1015 -3686 14805 +-10676 -4171 +-4681 -11284 +-3108 -1049 +1995 -1455 +2081 -9043 +3931 1635 +-12044 3265 -15652 -6484 +754 6683 +-3821 3763 +-16401 6070 +-19863 -2486 +-6366 -6910 +-8115 -1542 +-13916 7102 -9486 6725 +-6092 907 +-7679 -7754 +-19545 4025 +-11276 -1819 +-22234 4231 +-13093 161 +-17101 12201 -10942 4347 +-12805 -18643 +-13059 -3980 +-18758 -10808 +-24034 -1199 +-3582 -6200 +-21199 -19145 +-12028 -13894 -19332 -18896 +-14922 -15789 +-695 -13012 +-557 -12818 +-7152 -23002 +9260 -19351 +3513 -9323 +-2385 -10508 8135 -16027 +6084 -13821 +17386 -22847 +1627 -6605 +12409 3458 +10742 -10901 +11336 -5077 +2946 -6651 18399 1679 +1352 -3587 +-5593 -7452 +16093 -838 +7954 -8982 +16402 3278 +7300 2174 +9090 4793 9196 13822 +-46 12740 +-3432 8270 +-3192 -504 +1377 11073 +1569 3661 +-5939 6367 +4999 2802 -4374 11659 +-10485 8740 +-6663 -5277 +-6511 4370 +-3805 9657 +-6412 20396 +-527 3501 +-14476 12262 -12287 -1086 +-2475 7010 +-12966 8509 +-5792 -13012 +-17234 6160 +1329 -79 +-6934 2893 +-15855 -12247 1645 -714 +-5718 7048 +-15841 3338 +-5717 -3325 +-12907 2878 +-6221 -7179 +2623 4164 +883 5145 -5291 -4563 +-6782 7651 +-11224 6339 +-15390 407 +-4283 2115 +-550 4606 +-4730 -2200 +-5626 5890 -8974 -4566 --16580 -14643 --4055 -7614 +-19793 8037 +-15572 -2906 +-14979 -5212 +-18040 5041 +2344 -935 +-11780 1427 +-8851 -6654 +-16580 -14643 +-14378 -6376 +1476 -5688 +-16478 -8910 +-16799 -7052 +-12980 -6743 +-11918 -18246 +2068 -11200 +-4055 -7614 +8094 -12062 +-503 -4726 +-4205 -392 +4208 -8192 +5449 -7196 +-2073 -6048 +5283 -11530 2676 4920 +-5317 -2529 +3752 -3718 +-1354 -5402 +2589 7024 +-3012 166 +-1893 -5726 +6426 -737 -1925 -5088 +-8060 6192 +-2983 -2638 +3859 -14437 +-5195 -811 +-11446 14068 +6412 -4393 +-10449 -7954 -5891 -6728 +-4684 4864 +-3196 5567 +5597 -4315 +5360 -6600 +3300 -8465 +-10701 4389 +-11914 -7844 -7352 -3535 +-1406 4823 +-15257 -2001 +-7360 -6133 +-9420 -13930 +-4670 -10206 +-6097 -8995 +-9505 -21452 -10430 -2067 +1519 -8372 +-7240 -3548 +-2480 -10552 +1338 -8118 +-6156 -13347 +3471 -17264 +5842 -26902 6948 -718 +224 -1768 +15631 -9516 +7733 -4519 +13528 1540 +6336 -443 +2818 8179 +14231 1816 7711 -5209 +287 -3295 +1805 -2169 +10385 -10293 +11114 -4927 +8624 -4609 +4201 -2329 +16028 2149 2386 -10443 +7372 -4892 +18314 1227 +4043 8954 +9831 -4248 +5013 10713 +3783 4981 +3362 2070 17443 -3226 +7084 -1833 +8197 6495 +15276 2867 +5191 -2979 +-2803 6600 +2276 11000 +-961 13152 -13401 15590 +-8142 5467 +-6043 1253 +-4279 5276 +-5248 10342 +199 -2575 +-4500 -5918 +3880 398 3598 3928 +-3588 -2970 +-1538 -8200 +4060 -9688 +5656 3024 +-3244 -5613 +-2559 -924 +3979 -2505 4343 9762 +-5175 2143 +4387 -9135 +6008 -13997 +1658 1280 +5108 3006 +4603 -2888 +8394 2991 -5196 323 +16191 7005 +-919 4452 +7806 -3076 +5626 16725 +9661 4742 +12286 9441 +8677 12755 20413 12794 +6205 12315 +4976 9085 +9907 8913 +2627 14902 +9823 14155 +3672 15763 +13224 12650 772 19666 +-2493 20503 +-2860 21158 +4128 13078 +-2878 21641 +-4752 15194 +-10227 24976 +9743 17727 4513 19397 +8990 13723 +-2199 19910 +2199 17156 +-10546 22964 +-5418 29318 +-7865 16803 +-9051 16026 -12718 17817 +-14869 7455 +-15604 9979 +-16406 5312 +-20052 15391 +-15803 -9881 +-14448 -252 +-16935 -2246 -15618 -5581 +-3488 -2161 +-3287 -5712 +-18498 -1863 +1181 -7043 +-4653 -3011 +3181 2171 +-10794 5333 2762 -2348 +-3275 2488 +1066 1228 +-23 7302 +2202 7600 +1864 4556 +-4156 -2654 +5072 5321 -6128 5507 +6073 3383 +7540 19407 +2261 16783 +-2960 14616 +-13865 12399 +-1811 9366 +-6280 12829 -2279 6251 +-2218 14245 +-6120 12057 +-5272 9947 +-12330 9799 +-13334 6939 +-6439 9643 +-5908 18026 -7761 10557 +-17173 7467 +-12905 15767 +-20843 8488 +-12437 -260 +-18007 -7695 +-18698 8623 +-8824 8911 -12410 5940 +-15134 2507 +-5813 2406 +-15892 -653 +-5887 2444 +-15765 6382 +-25213 3477 +-18717 4723 -19056 878 +-14670 4846 +-17081 4291 +-20824 2843 +-19082 10587 +-17164 3706 +-12523 3180 +-24930 836 -13995 -1972 +-10022 -715 +-11218 3285 +-21343 10187 +-19468 -3153 +-14336 -12587 +-9738 -17444 +-10374 -17196 -4298 2269 +-14433 -12342 +-4093 3333 +-12851 -2678 +-8395 2489 +6964 -6538 +-18281 -4339 +-11384 -14210 -4867 -15989 +-4597 -2589 +-8874 -10548 +-13571 -4626 +-9195 3212 +-1699 2290 +-13207 -1122 +4097 -4213 -3472 -8389 +-378 -3779 +2426 -11475 +-12180 -3614 +-11144 6883 +-1822 5689 +-6246 -2055 +3034 243 -5760 -6965 +-2272 4023 +-2061 -5 +-18632 -3986 +-14849 8765 +-4199 815 +-7282 -3468 +-3571 -7886 -11474 4262 +-9130 -1686 +-6001 -6416 +-7954 10101 +349 3886 +-14473 500 +-21204 -11208 +-12486 -8429 -10074 -156 +-9364 -1791 +-2249 -1387 +-13958 -12087 +-9044 5814 +-4159 1419 +-1828 -3567 +-2848 11442 -8963 -1302 +5772 4248 +-13532 1780 +-7054 -4928 +-5934 -2793 +-17196 5743 +-11539 -3747 +-1209 2566 -4890 9820 +-6646 1047 +-18419 -3050 +-13866 3215 +-9547 1676 +-15452 -4117 +-15238 -13052 +-15713 1587 -18175 -11100 --3024 -14721 --12752 -3730 --24161 -9637 -1937 -16847 -1435 6554 --12043 -11854 -6635 -15828 --2568 6175 --12192 5309 -6832 -568 -7550 -2932 --3006 7870 --6757 7586 --12715 -2192 --11418 -1754 --10676 -4171 -754 6683 --6092 907 --12805 -18643 --14922 -15789 -6084 -13821 -1352 -3587 --46 12740 --10485 8740 --2475 7010 --5718 7048 --6782 7651 --19793 8037 --14378 -6376 -8094 -12062 --5317 -2529 --8060 6192 --4684 4864 --1406 4823 -1519 -8372 -224 -1768 -287 -3295 -7372 -4892 -7084 -1833 --8142 5467 --3588 -2970 --5175 2143 -16191 7005 -6205 12315 --2493 20503 -8990 13723 --14869 7455 --3488 -2161 --3275 2488 -6073 3383 --2218 14245 --17173 7467 --15134 2507 --14670 4846 --10022 -715 --14433 -12342 --4597 -2589 --378 -3779 --2272 4023 --9130 -1686 --9364 -1791 -5772 4248 --6646 1047 -14580 -8340 --2002 -9025 --9689 -6893 --13687 -11693 --1334 -14069 --5962 2837 --11234 -14972 -9769 -6609 --2697 -2165 --1625 -2809 -7341 -7503 --496 9299 --9024 11409 --7265 12185 --3416 -6867 --9291 2295 --4681 -11284 --3821 3763 --7679 -7754 --13059 -3980 --695 -13012 -17386 -22847 --5593 -7452 --3432 8270 --6663 -5277 --12966 8509 --15841 3338 --11224 6339 --15572 -2906 -1476 -5688 --503 -4726 -3752 -3718 --2983 -2638 --3196 5567 --15257 -2001 --7240 -3548 -15631 -9516 -1805 -2169 -18314 1227 -8197 6495 --6043 1253 --1538 -8200 -4387 -9135 --919 4452 -4976 9085 --2860 21158 --2199 19910 --15604 9979 --3287 -5712 -1066 1228 -7540 19407 --6120 12057 --12905 15767 --5813 2406 --17081 4291 --11218 3285 --4093 3333 --8874 -10548 -2426 -11475 --2061 -5 --6001 -6416 --2249 -1387 --13532 1780 --18419 -3050 -1433 2762 --6585 -4302 --8437 1274 --17051 -15498 -988 -2012 --4190 1872 --5588 -14267 -15528 -18705 -12369 7652 --18606 3614 -369 -13002 --924 7643 -2910 4886 --12514 -2490 --6935 -4174 --8863 -3016 --3108 -1049 --16401 6070 --19545 4025 --18758 -10808 --557 -12818 -1627 -6605 -16093 -838 --3192 -504 --6511 4370 --5792 -13012 --5717 -3325 --15390 407 --14979 -5212 --16478 -8910 --4205 -392 --1354 -5402 -3859 -14437 -5597 -4315 --7360 -6133 --2480 -10552 -7733 -4519 -10385 -10293 -4043 8954 -15276 2867 --4279 5276 -4060 -9688 -6008 -13997 -7806 -3076 -9907 8913 -4128 13078 -2199 17156 --16406 5312 --18498 -1863 --23 7302 -2261 16783 --5272 9947 --20843 8488 --15892 -653 --20824 2843 --21343 10187 --12851 -2678 --13571 -4626 --12180 -3614 --18632 -3986 --7954 10101 --13958 -12087 --7054 -4928 --13866 3215 -18957 -12191 +-4729 -4507 +-5126 -16642 +-2648 -5981 +-57 -4360 +-3024 -14721 +-2002 -9025 +-6585 -4302 -3558 -1985 +-14708 -5458 +-14943 -10388 +-2801 -13624 +-3426 -1357 +-12752 -3730 +-9689 -6893 +-8437 1274 -11884 -673 +-15655 -1112 +5028 -14534 +-14300 -5369 +-16257 -1141 +-24161 -9637 +-13687 -11693 +-17051 -15498 -2125 -24105 +-5455 -14086 +8628 -20129 +1158 -15699 +-1331 -14132 +1937 -16847 +-1334 -14069 +988 -2012 -2337 -6215 +11861 -11706 +3659 -4339 +-3238 -11848 +2966 4396 +1435 6554 +-5962 2837 +-4190 1872 -7708 -2473 +-2946 7827 +-10722 -3169 +-3368 -4362 +-13011 -2034 +-12043 -11854 +-11234 -14972 +-5588 -14267 -14486 -11901 +-3105 -10259 +2573 -14578 +3952 -13288 +-7843 -15502 +6635 -15828 +9769 -6609 +15528 -18705 14755 -23985 -12500 -672 --2038 -6050 -386 3612 --2721 2810 --5984 9423 --11972 4577 --19798 -10541 -2765 8440 -1995 -1455 --19863 -2486 --11276 -1819 --24034 -1199 --7152 -23002 -12409 3458 -7954 -8982 -1377 11073 --3805 9657 --17234 6160 --12907 2878 --4283 2115 --18040 5041 --16799 -7052 -4208 -8192 -2589 7024 --5195 -811 -5360 -6600 --9420 -13930 -1338 -8118 -13528 1540 -11114 -4927 -9831 -4248 -5191 -2979 --5248 10342 -5656 3024 -1658 1280 -5626 16725 -2627 14902 --2878 21641 --10546 22964 --20052 15391 -1181 -7043 -2202 7600 --2960 14616 --12330 9799 --12437 -260 --5887 2444 --19082 10587 --19468 -3153 --8395 2489 --9195 3212 --11144 6883 --14849 8765 -349 3886 --9044 5814 --5934 -2793 --9547 1676 --4729 -4507 --14708 -5458 --15655 -1112 --5455 -14086 -11861 -11706 --2946 7827 --3105 -10259 6924 -11053 -5337 13465 -2187 9067 -3285 -15589 --3769 8727 --1311 8772 -1530 3426 --9884 -273 --2084 -6854 -2081 -9043 --6366 -6910 --22234 4231 --3582 -6200 -9260 -19351 -10742 -10901 -16402 3278 -1569 3661 --6412 20396 -1329 -79 --6221 -7179 --550 4606 -2344 -935 --12980 -6743 -5449 -7196 --3012 166 --11446 14068 -3300 -8465 --4670 -10206 --6156 -13347 -6336 -443 -8624 -4609 -5013 10713 --2803 6600 -199 -2575 --3244 -5613 -5108 3006 -9661 4742 -9823 14155 --4752 15194 --5418 29318 --15803 -9881 --4653 -3011 -1864 4556 --13865 12399 --13334 6939 --18007 -7695 --15765 6382 --17164 3706 --14336 -12587 -6964 -6538 --1699 2290 --1822 5689 --4199 815 --14473 500 --4159 1419 --17196 5743 --15452 -4117 --5126 -16642 --14943 -10388 -5028 -14534 -8628 -20129 -3659 -4339 --10722 -3169 -2573 -14578 23687 -5204 -1416 12924 --5558 9028 -9177 4641 --2234 9514 --3093 8578 --2553 6844 -1725 3289 --11772 -5282 -3931 1635 --8115 -1542 --13093 161 --21199 -19145 -3513 -9323 -11336 -5077 -7300 2174 --5939 6367 --527 3501 --6934 2893 -2623 4164 --4730 -2200 --11780 1427 --11918 -18246 --2073 -6048 --1893 -5726 -6412 -4393 --10701 4389 --6097 -8995 -3471 -17264 -2818 8179 -4201 -2329 -3783 4981 -2276 11000 --4500 -5918 --2559 -924 -4603 -2888 -12286 9441 -3672 15763 --10227 24976 --7865 16803 --14448 -252 -3181 2171 --4156 -2654 --1811 9366 --6439 9643 --18698 8623 --25213 3477 --12523 3180 --9738 -17444 --18281 -4339 --13207 -1122 --6246 -2055 --7282 -3468 --21204 -11208 --1828 -3567 --11539 -3747 --15238 -13052 --2648 -5981 --2801 -13624 --14300 -5369 -1158 -15699 --3238 -11848 --3368 -4362 -3952 -13288 16057 -6578 --1324 5946 --3596 83 -8640 -6751 --1428 23092 --10811 305 -1303 3264 --4159 2790 --12077 -1015 --12044 3265 --13916 7102 --17101 12201 --12028 -13894 --2385 -10508 -2946 -6651 -9090 4793 -4999 2802 --14476 12262 --15855 -12247 -883 5145 --5626 5890 --8851 -6654 -2068 -11200 -5283 -11530 -6426 -737 --10449 -7954 --11914 -7844 --9505 -21452 -5842 -26902 -14231 1816 -16028 2149 -3362 2070 --961 13152 -3880 398 -3979 -2505 -8394 2991 -8677 12755 -13224 12650 -9743 17727 --9051 16026 --16935 -2246 --10794 5333 -5072 5321 --6280 12829 --5908 18026 --8824 8911 --18717 4723 --24930 836 --10374 -17196 --11384 -14210 -4097 -4213 -3034 243 --3571 -7886 --12486 -8429 --2848 11442 --1209 2566 --15713 1587 --57 -4360 --3426 -1357 --16257 -1141 --1331 -14132 -2966 4396 --13011 -2034 --7843 -15502 7306 -12352 995 -14408 +23858 -19650 +18348 5272 +-12222 -8882 +-4546 15449 +6716 -13683 +17856 -1437 +10698 6468 1190 15688 +8407 -3224 +10547 15249 +42082 11454 +2226 1038 +-14286 -5746 +-897 -3344 +-1785 1450 7449 6528 +-1016 5874 +-982 16467 +7425 25363 +9121 -4442 +-11107 24999 +-10952 2227 +-3768 6711 -9107 -4965 --12857 4622 --1586 13483 --8826 11430 +-17968 8759 +4197 -8072 +12321 -1297 +7601 7497 +5983 -5605 +9888 -6779 +-1193 -5113 +-12857 4622 +3678 16529 +6674 4127 +-8934 8801 +-17071 2739 +-14871 5234 +-23627 -8796 +17089 6317 +-1586 13483 +395 -1164 +-27466 -3743 +-1585 12440 +-4962 4791 +-24594 100 +-17769 -811 +-24555 -150 +-8826 11430 +-13552 4129 +-825 3727 +-10649 -9135 +14302 6290 +1332 -10745 +-13481 1306 +7091 -9876 -6810 -12544 +9572 -4135 +-6173 -284 +2311 -224 +-12410 -24613 +-20217 9590 +-2208 -8950 +4226 7267 -24187 -18500 +828 1728 +-2281 13939 +-18354 3091 +-22263 -2310 +-9914 -1930 +-19061 -4988 +-2987 -9376 4424 -4096 +-10543 -18870 +79 -6485 +15309 -13085 +12182 1347 +297 7435 +-8525 -7843 +5652 -11529 4918 -18124 +-4889 -6615 +6104 12432 +9418 -10428 +2760 -6576 +14885 -17578 +-11296 6700 +8511 -14940 -18 -4102 +6180 6057 +8687 -19021 +5095 1370 +14206 -19911 +-7208 -3323 +6113 -1886 +7004 -17272 21105 -8398 +17774 11693 +5461 -15484 +11331 1539 +5893 288 +2200 1800 +-6218 -9421 +-1031 -11325 5222 23003 +20543 6522 +12732 25763 +21857 -9227 +5131 -9063 +-5542 2523 +225 1921 +11246 -5882 -11707 -14963 +5432 -3873 +10752 8976 +-10860 -2998 +-6060 6001 +-15883 -6724 +-5454 -1496 +6329 29 8409 -8749 +14269 -19528 +-5052 -7871 +8838 11521 +1130 -10464 +-13114 1048 +4690 -18510 +5003 1561 3672 -2325 +24142 954 +28416 6178 +14394 10824 +5669 11834 +10056 -30531 +7742 -49 +17118 -3322 27092 8127 +3374 -6542 +6381 -8908 +4112 34639 +30365 5784 +-6725 18131 +5253 6650 +5142 38990 -10573 14060 +-8725 -2343 +9073 3656 +-12841 12086 +1232 -6028 +6077 21803 +-11278 3226 +-1947 -3719 416 16904 +-3868 -6935 +-3529 764 +3934 13426 +-7753 4202 +-29014 -8178 +-16965 11694 +-16548 -4036 -3681 3363 +8394 3714 +-2324 12028 +-1363 12612 +-1142 4452 +-16963 9762 +-11495 8851 +-18071 -1432 6377 11617 +-445 -348 +-25457 -199 +-1439 4597 +10722 -4526 +1306 -15476 +7144 -925 +-16637 -1815 -8465 -7082 +-23518 8193 +-16425 -17149 +-5173 -2870 +1074 6583 +-27887 -17035 +-9278 -14903 +-12559 16853 1592 -11423 +-17659 6370 +-22001 -1191 +-5137 -12383 +-9188 -16804 +-10223 -15330 +-16456 -14535 +-20161 -6022 5141 2272 +591 -22780 +-5731 -14412 +-8898 11108 +1697 -27951 +9716 -31977 +-17992 -13796 +-978 -14394 7834 -1752 +4225 -16892 +-4373 -10228 +1031 -3578 +-8347 16443 +-21997 12858 +16174 -4895 +13078 15221 -1665 -2983 +2605 -16059 +12860 -4112 +1750 744 +10145 -8727 +4098 -4722 +-5850 -1616 +11212 3815 9711 -12460 +10307 -17909 +9274 -10960 +9015 240 +1105 964 +6707 -231 +-7178 2813 +11120 11629 2129 -19235 +25562 -11506 +-5343 -12018 +-1388 -9709 +-3269 -1485 +5319 -19791 +14938 -30603 +-805 7979 10980 17208 +8885 -5830 +21467 -3651 +-6784 5099 +-1964 5300 +-9676 -5420 +6105 -6028 +-5740 -8677 15912 -3608 +19017 12962 +-5613 -15489 +8463 -27643 +-2642 17907 +28169 -11914 +9534 -16613 +8293 -2792 3217 6046 +14205 -2929 +-58 1539 +-3471 2960 +16202 24197 +27709 8296 +9276 -8038 +24316 -455 24949 -16628 +19968 8180 +28424 13608 +14650 7046 +28804 3077 +12826 7643 +6782 21617 +1224 3502 13135 4377 +22456 18793 +4115 17272 +12418 16063 +-17097 5955 +12209 15761 +-13055 13348 +-11118 4074 -7429 -2093 +1499 2891 +-4319 3452 +-9572 26203 +-5321 -339 +6143 -4164 +5420 3524 +16282 -927 18867 2210 +-1425 -971 +7062 3666 +3402 13340 +9547 -26413 +336 -8174 +-5356 13750 +11943 10930 -9719 -7163 +3421 -12716 +12259 8185 +-192 13722 +-277 5279 +-2792 -2873 +-11384 -6756 +-20002 3437 -1718 -15912 +-504 -17974 +-5131 -9961 +-12976 1780 +19724 -11300 +2650 4107 +21434 -17265 +-14024 -12644 -4358 -4300 +-10917 14662 +6968 -4329 +2897 -3710 +10513 -12014 +5252 -1999 +18138 8220 +-4297 5015 8094 -1555 -23645 15374 --15941 23397 -4047 12246 --6256 -8426 -2680 -7400 -28779 -1835 -16686 17208 --17621 5650 --6364 -2991 -10703 13608 --1175 14939 --3305 41311 --11475 2601 -3389 6028 --29663 6221 --21451 -14594 --4107 -11682 --12659 606 --316 -6829 -19702 8142 --16502 8944 --7191 -4715 --2115 -8377 --8224 -8582 -23858 -19650 -8407 -3224 --1016 5874 --17968 8759 -3678 16529 -395 -1164 --13552 4129 -9572 -4135 -828 1728 --10543 -18870 --4889 -6615 -6180 6057 -17774 11693 -20543 6522 -5432 -3873 -14269 -19528 -24142 954 -3374 -6542 --8725 -2343 --3868 -6935 -8394 3714 --445 -348 --23518 8193 --17659 6370 -591 -22780 -4225 -16892 -2605 -16059 -10307 -17909 -25562 -11506 -8885 -5830 -19017 12962 -14205 -2929 -19968 8180 -22456 18793 -1499 2891 --1425 -971 -3421 -12716 --504 -17974 --10917 14662 5275 5040 +3704 3199 +5032 16761 +23726 -8990 +7743 28741 +9739 11444 +10176 18130 +23645 15374 -996 6752 +143 18383 +12252 22547 +-27653 24886 +-5440 11958 +-3139 -1954 +4081 5450 +-15941 23397 2893 16777 +2263 11350 +-1662 -3917 +-10877 -3587 +-16842 411 +-5447 24916 +-13144 -4858 +4047 12246 -5808 4535 +-26889 -15483 +-31795 -6044 +-12951 -7228 +2362 8739 +-24275 -1670 +969 -8648 +-6256 -8426 -14772 -20702 +-14834 1119 +-11935 -9704 +-11989 -12495 +2389 -11153 +-6513 -5486 +792 -16729 +2680 -7400 12742 -7276 +8668 -31312 +18813 -15151 +18492 -8779 +23434 5122 +30505 -6996 +4347 -14930 +28779 -1835 24393 -847 +618 -4734 +19979 6857 +9688 13509 +20364 1290 +32520 7184 +21688 6150 +16686 17208 16790 15523 +16002 10764 +15889 6434 +14683 3597 +2228 21839 +211 19751 +21205 -388 +-17621 5650 -1420 -1430 +-2858 -6412 +2218 -4238 +9759 1435 +5639 22629 +-5339 16202 +1167 27225 +-6364 -2991 4976 13328 +-21948 -8950 +-4646 -3008 +2357 -7184 +-20470 167 +13252 6173 +8772 11884 +10703 13608 -4346 7470 +16716 1831 +20148 11717 +21993 -10725 +8412 -11216 +17662 9459 +-2798 16846 +-1175 14939 -19644 4807 +-27475 31039 +9778 24610 +6592 -1691 +10122 5382 +2231 28367 +-16491 15923 +-3305 41311 2464 27603 +-1287 14298 +17836 31077 +9417 14256 +-7038 16269 +77 18700 +-9183 27813 +-11475 2601 -6649 7688 +-19209 33192 +-19148 81 +-26458 7370 +-9214 11697 +-6277 25102 +-3035 27754 +3389 6028 -5511 13509 +-17456 9416 +6536 28384 +-4235 -3348 +-21237 7048 +-9184 5917 +-24557 8064 +-29663 6221 -29461 18487 +-272 10360 +-26975 19609 +-24636 1409 +-20280 -12180 +-17392 7413 +-24858 1567 +-21451 -14594 -19701 1700 +-4939 -9293 +-16781 -13173 +-19096 -8519 +-5505 -8790 +-10134 10762 +-13871 -7253 +-4107 -11682 -2271 4200 +-33843 -20162 +7176 -2358 +-23625 5479 +-5962 8993 +-6328 -5638 +-23192 -3988 +-12659 606 -3769 -1108 +-4194 -7886 +-9916 -10590 +14034 6465 +7913 3020 +-3847 3070 +-1346 -16792 +-316 -6829 10386 9879 +6284 -1908 +7581 -10533 +-7235 -2232 +-30124 11733 +7168 5419 +7936 -4440 +19702 8142 -6545 19901 +2901 4164 +-4353 14065 +-7301 -1898 +-22518 10720 +5481 -165 +1385 1461 +-16502 8944 2830 4697 +-11650 4019 +-4448 -4822 +-16529 -1273 +-10129 -5208 +719 8357 +-8923 -11160 +-7191 -4715 3611 7377 +-441 -3103 +-4246 -1434 +-13654 -1491 +-4586 7767 +-19185 1848 +-2796 -10431 +-2115 -8377 -16632 6757 +470 2252 +9032 -13575 +-16618 -16798 +-5932 -11434 +-7591 -5613 +7468 4888 +-8224 -8582 2508 -9131 -18348 5272 -10547 15249 --982 16467 -4197 -8072 -6674 4127 --27466 -3743 --825 3727 --6173 -284 --2281 13939 -79 -6485 -6104 12432 -8687 -19021 -5461 -15484 -12732 25763 -10752 8976 --5052 -7871 -28416 6178 -6381 -8908 -9073 3656 --3529 764 --2324 12028 --25457 -199 --16425 -17149 --22001 -1191 --5731 -14412 --4373 -10228 -12860 -4112 -9274 -10960 --5343 -12018 -21467 -3651 --5613 -15489 --58 1539 -28424 13608 -4115 17272 --4319 3452 -7062 3666 -12259 8185 --5131 -9961 -6968 -4329 -3704 3199 -143 18383 -2263 11350 --26889 -15483 --14834 1119 -8668 -31312 -618 -4734 -16002 10764 --2858 -6412 --21948 -8950 -16716 1831 --27475 31039 --1287 14298 --19209 33192 --17456 9416 --272 10360 --4939 -9293 --33843 -20162 --4194 -7886 -6284 -1908 -2901 4164 --11650 4019 --441 -3103 -470 2252 -917 9043 --12222 -8882 -42082 11454 -7425 25363 -12321 -1297 --8934 8801 --1585 12440 --10649 -9135 -2311 -224 --18354 3091 -15309 -13085 -9418 -10428 -5095 1370 -11331 1539 -21857 -9227 --10860 -2998 -8838 11521 -14394 10824 -4112 34639 --12841 12086 -3934 13426 --1363 12612 --1439 4597 --5173 -2870 --5137 -12383 --8898 11108 -1031 -3578 -1750 744 -9015 240 --1388 -9709 --6784 5099 -8463 -27643 --3471 2960 -14650 7046 -12418 16063 --9572 26203 -3402 13340 --192 13722 --12976 1780 -2897 -3710 -5032 16761 -12252 22547 --1662 -3917 --31795 -6044 --11935 -9704 -18813 -15151 -19979 6857 -15889 6434 -2218 -4238 --4646 -3008 -20148 11717 -9778 24610 -17836 31077 --19148 81 -6536 28384 --26975 19609 --16781 -13173 -7176 -2358 --9916 -10590 -7581 -10533 --4353 14065 --4448 -4822 --4246 -1434 -9032 -13575 -14918 7009 --4546 15449 -2226 1038 -9121 -4442 -7601 7497 --17071 2739 --4962 4791 -14302 6290 --12410 -24613 --22263 -2310 -12182 1347 -2760 -6576 -14206 -19911 -5893 288 -5131 -9063 --6060 6001 -1130 -10464 -5669 11834 -30365 5784 -1232 -6028 --7753 4202 --1142 4452 -10722 -4526 -1074 6583 --9188 -16804 -1697 -27951 --8347 16443 -10145 -8727 -1105 964 --3269 -1485 --1964 5300 --2642 17907 -16202 24197 -28804 3077 --17097 5955 --5321 -339 -9547 -26413 --277 5279 -19724 -11300 -10513 -12014 -23726 -8990 --27653 24886 --10877 -3587 --12951 -7228 --11989 -12495 -18492 -8779 -9688 13509 -14683 3597 -9759 1435 -2357 -7184 -21993 -10725 -6592 -1691 -9417 14256 --26458 7370 --4235 -3348 --24636 1409 --19096 -8519 --23625 5479 -14034 6465 --7235 -2232 --7301 -1898 --16529 -1273 --13654 -1491 --16618 -16798 5253 -4093 -6716 -13683 --14286 -5746 --11107 24999 -5983 -5605 --14871 5234 --24594 100 -1332 -10745 --20217 9590 --9914 -1930 -297 7435 -14885 -17578 --7208 -3323 -2200 1800 --5542 2523 --15883 -6724 --13114 1048 -10056 -30531 --6725 18131 -6077 21803 --29014 -8178 --16963 9762 -1306 -15476 --27887 -17035 --10223 -15330 -9716 -31977 --21997 12858 -4098 -4722 -6707 -231 -5319 -19791 --9676 -5420 -28169 -11914 -27709 8296 -12826 7643 -12209 15761 -6143 -4164 -336 -8174 --2792 -2873 -2650 4107 -5252 -1999 -7743 28741 --5440 11958 --16842 411 -2362 8739 -2389 -11153 -23434 5122 -20364 1290 -2228 21839 -5639 22629 --20470 167 -8412 -11216 -10122 5382 --7038 16269 --9214 11697 --21237 7048 --20280 -12180 --5505 -8790 --5962 8993 -7913 3020 --30124 11733 --22518 10720 --10129 -5208 --4586 7767 --5932 -11434 -25719 -12797 -17856 -1437 --897 -3344 --10952 2227 -9888 -6779 --23627 -8796 --17769 -811 --13481 1306 --2208 -8950 --19061 -4988 --8525 -7843 --11296 6700 -6113 -1886 --6218 -9421 -225 1921 --5454 -1496 -4690 -18510 -7742 -49 -5253 6650 --11278 3226 --16965 11694 --11495 8851 -7144 -925 --9278 -14903 --16456 -14535 --17992 -13796 -16174 -4895 --5850 -1616 --7178 2813 -14938 -30603 -6105 -6028 -9534 -16613 -9276 -8038 -6782 21617 --13055 13348 -5420 3524 --5356 13750 --11384 -6756 -21434 -17265 -18138 8220 -9739 11444 --3139 -1954 --5447 24916 --24275 -1670 --6513 -5486 -30505 -6996 -32520 7184 -211 19751 --5339 16202 -13252 6173 -17662 9459 -2231 28367 -77 18700 --6277 25102 --9184 5917 --17392 7413 --10134 10762 --6328 -5638 --3847 3070 -7168 5419 -5481 -165 -719 8357 --19185 1848 --7591 -5613 -11060 -4713 -10698 6468 --1785 1450 --3768 6711 --1193 -5113 -17089 6317 --24555 -150 -7091 -9876 -4226 7267 --2987 -9376 -5652 -11529 -8511 -14940 -7004 -17272 --1031 -11325 -11246 -5882 -6329 29 -5003 1561 -17118 -3322 -5142 38990 --1947 -3719 --16548 -4036 --18071 -1432 --16637 -1815 --12559 16853 --20161 -6022 --978 -14394 -13078 15221 -11212 3815 -11120 11629 --805 7979 --5740 -8677 -8293 -2792 -24316 -455 -1224 3502 --11118 4074 -16282 -927 -11943 10930 --20002 3437 --14024 -12644 --4297 5015 -10176 18130 -4081 5450 --13144 -4858 -969 -8648 -792 -16729 -4347 -14930 -21688 6150 -21205 -388 -1167 27225 -8772 11884 --2798 16846 --16491 15923 --9183 27813 --3035 27754 --24557 8064 --24858 1567 --13871 -7253 --23192 -3988 --1346 -16792 -7936 -4440 -1385 1461 --8923 -11160 --2796 -10431 -7468 4888 -18064 -432 -15926 9373 -14913 5677 --3186 -6153 -3713 -5884 -22428 10802 --1844 5175 --3159 -23017 -4420 5150 -15557 11995 --10524 12691 --13521 18672 -67 -8857 --5001 21983 --164 -40830 --11022 18346 --40190 -9144 -9020 -10107 --36850 18792 --7161 -17092 -5326 -27511 --2191 6969 --21549 13240 --3269 12528 --36915 1478 --25199 -28773 --1160 -28338 -5965 -22117 -3009 8049 --1119 1962 --11302 -44876 --10330 14336 --1989 -9288 -7886 10797 --6956 -4870 -3747 17010 --27859 28245 --23500 2508 -2279 433 -15406 -9008 --4342 7618 --38137 17259 -7401 -14219 --14786 -22699 --9561 -5211 --13556 -15420 --28045 -22916 -13104 -8544 -36525 13891 -3892 20729 --17970 -1534 -4294 -3617 --8604 -39522 -25132 8457 --20255 17490 -24144 11680 --3860 1001 -239 8639 -1352 -6978 -9672 1923 --18798 -31887 -29424 -4037 --95 -3721 --4778 10663 -14914 6527 --1650 26011 -27371 6622 --21303 -9950 -12899 -6858 --2522 -12659 --17509 8889 -19291 -9211 --22942 6240 --179 10752 --19354 14923 -3116 -14063 --9559 1068 --7725 -24028 --20217 2696 -7369 27880 --9334 13173 --10585 -6530 --25540 29358 -5538 730 -3112 257 -4598 -10347 --15819 2560 -2635 2846 -19521 -21678 --16539 -1551 --8424 -15315 --7570 -11479 --28999 13695 --18221 -10799 --4400 -220 --18082 -24664 --16559 -7992 --11346 -67 --21594 -8705 -6408 5790 --31126 4706 --13482 2322 -8 4529 -11070 -33356 -22976 6379 --16371 16082 --18849 -18416 --20463 -2458 --3724 11152 --827 -31753 --6900 -22631 -4778 -22659 -15312 18295 -6921 6714 --821 -3285 -36026 10063 --7316 -37336 -5666 9012 --7595 6733 --23236 -11876 --5194 -14922 --11851 -20763 -9170 -26426 --21104 -17704 -15689 -45701 -4897 -12107 --9494 -10238 -25606 -24383 --3556 -5598 -4558 4597 --17347 5501 --14603 -6624 --12129 19932 -8533 -7380 -38452 8128 --23686 11086 --1483 -9683 --18911 -7317 --9723 -2639 --28161 -30226 --24207 9266 --242 13394 --25133 -25516 -3864 -6579 -28266 3932 --31878 4095 --11882 34256 --15986 6400 -17663 -17208 -22844 -7970 -4163 -7239 -8458 21913 -3825 -2123 --11150 -3278 -26968 -28585 --3805 -12400 -4915 -12248 -11248 5845 --17607 -13540 --1387 15936 -14590 -19795 --13570 -4899 -8934 3698 --3561 18351 --9798 13819 --40816 -14343 -18686 -15362 --3649 -6843 -314 4019 --7139 -12023 --22976 -13064 -5482 2091 -16692 -27935 --6376 18505 -25098 -7040 -6419 -18359 -16533 25432 -37022 10587 --17529 14628 -49353 -19199 --8977 238 -21363 -30472 -4911 21810 --36204 -17958 --18382 24449 -33828 7158 --446 -19408 --9734 -10737 -2946 -17827 -26543 -26755 --8217 5587 --5135 -18292 -1232 -20541 -27665 16814 --55518 -4654 --15724 -14852 --14405 -15918 --4310 9411 --7117 -4749 -564 11463 --15838 -14 -12311 -16082 --29526 6305 --7370 -5656 --6022 -1126 --18732 -9382 --15311 20836 -3855 9346 --16143 -17135 --10711 -8088 --25737 -20193 -4989 -15022 -16727 -29242 -1936 1579 --22936 4901 --18501 -15645 --10744 19817 --17642 -26515 --247 -17577 --4075 -23187 --15083 -20987 -16550 -770 -10921 -11967 -12454 22459 -11676 -12821 --3787 -2886 --23036 15538 -4789 -17898 --27565 -9420 --26791 -30403 -16163 -16939 --7441 7729 -8837 -1746 --28337 -1170 --14738 10969 -33970 -31365 -4036 -10459 --6946 -13600 --1266 -18081 -19625 119 -9134 9243 -5273 16636 --24958 -3764 --2174 -31986 --17796 -21687 -26150 14312 --26128 -6349 -3910 -16727 -4007 2059 --24212 -14093 -12953 -9723 --18277 4728 --510 -14324 -16704 19100 --4575 1397 --7361 11329 -39689 -9360 -16567 -10978 -2765 39614 --12353 12146 --1493 -4336 -23105 10348 --7072 6443 --22507 2898 --10642 41985 -9908 863 --12688 -13466 -6675 -7395 --10363 5634 -4087 18500 --10325 2092 -7560 6629 --8322 -602 --5205 -14256 --38954 -1965 --2369 5133 -459 -3723 --3295 -3906 --17298 6929 --19223 -12690 --10588 -2461 --14303 21712 -13393 -37246 --4090 2136 --8397 -18738 -13991 -16426 -12611 -18985 -20202 -29216 -1106 -36319 --23129 1914 -33900 -6802 -4488 13492 --38848 32231 --11938 -29467 --32018 -12261 -6864 18080 --37004 22210 -26550 -19351 --3598 18249 -7895 -8990 -13479 -2453 --6111 -10338 -13165 -21713 -13510 1606 -8077 33131 --16789 12720 --28370 7234 -15430 6366 --3630 -14025 -15792 7477 --8063 20791 -1046 -3065 --5782 -5391 -18489 -23800 --12215 -35493 -21829 -18120 -20850 -14132 -12490 21324 --2097 -24382 -32532 10382 -7707 -4451 --8400 14446 -16430 7241 -17377 -12041 --2203 3811 -18471 -1585 -14652 -504 --2566 17512 -28900 5720 --12502 11188 --4783 -26681 --21014 134 --3845 -3226 --486 2685 -5224 18549 -14337 -577 -39905 -16659 --14854 41128 --1407 -22057 --21787 -45589 -48128 13922 --11588 1884 --11558 23837 -12013 31481 --2976 3544 --24071 -7063 -37551 -50104 --2951 -10238 -3371 -24343 --166 12490 -22758 5322 --34711 7450 --8989 -15024 --7428 4130 --18551 4570 --27781 23946 --20807 18104 --14972 -16944 -6370 -32391 -11155 -9611 -2273 -3253 --530 312 --3849 -4382 --4905 -34735 --8629 -9267 --6210 -24422 -10918 -8098 -23177 -25279 --12975 3359 -13290 9440 --7709 30268 --17589 7735 -2407 -15573 -20873 3397 -6245 7938 -1789 12943 -5097 -6020 --11097 -10885 --18813 1783 -25544 -18988 -28222 -22368 -17959 11350 --1015 -20988 --7915 7952 -33432 40 +11060 -4713 +18064 -432 +15926 9373 +-1650 26011 +4558 4597 +27665 16814 +16567 -10978 +-8400 14446 -21237 3470 -2840 20259 -5125 3207 --4159 2535 -30808 19865 --615 10035 --3124 -24617 -5069 27193 --3656 -7616 -13982 12743 -26244 -28830 -20355 -12542 -5380 2798 --3310 7496 --5871 3606 -9520 19097 --14299 24182 --17126 -7231 -6700 -18061 -25572 -17099 -8522 -11918 --17843 2257 --6051 24573 -7232 11634 --232 -10084 --16878 -23187 -25511 -13400 -14596 -5744 --4464 18388 -3847 -13191 -8503 24854 -6650 15389 -11867 -12286 -30693 2219 --10054 -1717 --16214 -33218 -10579 -8318 --13179 8101 --21690 -4325 --12681 18046 --21262 8596 --5964 -35896 -15546 -5903 --4114 -21705 --10231 -26777 --5868 -18867 -10342 -14558 --1772 20076 --4499 -6298 --9061 -9948 --7644 -28844 --6108 610 -31711 -12157 --16782 30742 --6463 2953 --8381 -11261 --15594 -10508 -1961 -3643 --13726 -17788 --17341 9911 -4494 342 -18457 -14450 -12315 -6239 --6638 5957 -3961 -3860 +14913 5677 +27371 6622 +-17347 5501 +-55518 -4654 +2765 39614 +16430 7241 +2840 20259 9161 7105 +-3186 -6153 +-21303 -9950 +-14603 -6624 +-15724 -14852 +-12353 12146 +17377 -12041 +5125 3207 -14499 15949 +3713 -5884 +12899 -6858 +-12129 19932 +-14405 -15918 +-1493 -4336 +-2203 3811 +-4159 2535 16799 -6380 +22428 10802 +-2522 -12659 +8533 -7380 +-4310 9411 +23105 10348 +18471 -1585 +30808 19865 -28198 16371 +-1844 5175 +-17509 8889 +38452 8128 +-7117 -4749 +-7072 6443 +14652 -504 +-615 10035 11931 5542 +-3159 -23017 +19291 -9211 +-23686 11086 +564 11463 +-22507 2898 +-2566 17512 +-3124 -24617 -25792 18931 +4420 5150 +-22942 6240 +-1483 -9683 +-15838 -14 +-10642 41985 +28900 5720 +5069 27193 -28353 -4723 +15557 11995 +-179 10752 +-18911 -7317 +12311 -16082 +9908 863 +-12502 11188 +-3656 -7616 -10339 6001 +-10524 12691 +-19354 14923 +-9723 -2639 +-29526 6305 +-12688 -13466 +-4783 -26681 +13982 12743 -2307 -10773 +-13521 18672 +3116 -14063 +-28161 -30226 +-7370 -5656 +6675 -7395 +-21014 134 +26244 -28830 -1788 -7878 +67 -8857 +-9559 1068 +-24207 9266 +-6022 -1126 +-10363 5634 +-3845 -3226 +20355 -12542 4695 18243 +-5001 21983 +-7725 -24028 +-242 13394 +-18732 -9382 +4087 18500 +-486 2685 +5380 2798 16985 9328 +-164 -40830 +-20217 2696 +-25133 -25516 +-15311 20836 +-10325 2092 +5224 18549 +-3310 7496 -17218 24145 +-11022 18346 +7369 27880 +3864 -6579 +3855 9346 +7560 6629 +14337 -577 +-5871 3606 -23872 -3169 +-40190 -9144 +-9334 13173 +28266 3932 +-16143 -17135 +-8322 -602 +39905 -16659 +9520 19097 -18694 -7219 +9020 -10107 +-10585 -6530 +-31878 4095 +-10711 -8088 +-5205 -14256 +-14854 41128 +-14299 24182 -24090 13461 +-36850 18792 +-25540 29358 +-11882 34256 +-25737 -20193 +-38954 -1965 +-1407 -22057 +-17126 -7231 -5219 -30762 +-7161 -17092 +5538 730 +-15986 6400 +4989 -15022 +-2369 5133 +-21787 -45589 +6700 -18061 3621 -2977 +5326 -27511 +3112 257 +17663 -17208 +16727 -29242 +459 -3723 +48128 13922 +25572 -17099 21041 7348 +-2191 6969 +4598 -10347 +22844 -7970 +1936 1579 +-3295 -3906 +-11588 1884 +8522 -11918 13801 11673 +-21549 13240 +-15819 2560 +4163 -7239 +-22936 4901 +-17298 6929 +-11558 23837 +-17843 2257 1877 9619 +-3269 12528 +2635 2846 +8458 21913 +-18501 -15645 +-19223 -12690 +12013 31481 +-6051 24573 -1696 -24683 +-36915 1478 +19521 -21678 +3825 -2123 +-10744 19817 +-10588 -2461 +-2976 3544 +7232 11634 -7510 -15521 +-25199 -28773 +-16539 -1551 +-11150 -3278 +-17642 -26515 +-14303 21712 +-24071 -7063 +-232 -10084 4235 -2111 +-1160 -28338 +-8424 -15315 +26968 -28585 +-247 -17577 +13393 -37246 +37551 -50104 +-16878 -23187 -23157 -32634 +5965 -22117 +-7570 -11479 +-3805 -12400 +-4075 -23187 +-4090 2136 +-2951 -10238 +25511 -13400 34 -1854 +3009 8049 +-28999 13695 +4915 -12248 +-15083 -20987 +-8397 -18738 +3371 -24343 +14596 -5744 -10061 -7807 +-1119 1962 +-18221 -10799 +11248 5845 +16550 -770 +13991 -16426 +-166 12490 +-4464 18388 9090 -30552 +-11302 -44876 +-4400 -220 +-17607 -13540 +10921 -11967 +12611 -18985 +22758 5322 +3847 -13191 3632 -8475 +-10330 14336 +-18082 -24664 +-1387 15936 +12454 22459 +20202 -29216 +-34711 7450 +8503 24854 19857 3355 +-1989 -9288 +-16559 -7992 +14590 -19795 +11676 -12821 +1106 -36319 +-8989 -15024 +6650 15389 -14673 -1823 +7886 10797 +-11346 -67 +-13570 -4899 +-3787 -2886 +-23129 1914 +-7428 4130 +11867 -12286 -1585 6182 +-6956 -4870 +-21594 -8705 +8934 3698 +-23036 15538 +33900 -6802 +-18551 4570 +30693 2219 16368 24945 +3747 17010 +6408 5790 +-3561 18351 +4789 -17898 +4488 13492 +-27781 23946 +-10054 -1717 -42966 13458 +-27859 28245 +-31126 4706 +-9798 13819 +-27565 -9420 +-38848 32231 +-20807 18104 +-16214 -33218 -37369 -41912 +-23500 2508 +-13482 2322 +-40816 -14343 +-26791 -30403 +-11938 -29467 +-14972 -16944 +10579 -8318 17841 -22988 +2279 433 +8 4529 +18686 -15362 +16163 -16939 +-32018 -12261 +6370 -32391 +-13179 8101 14593 11345 +15406 -9008 +11070 -33356 +-3649 -6843 +-7441 7729 +6864 18080 +11155 -9611 +-21690 -4325 20848 -5231 +-4342 7618 +22976 6379 +314 4019 +8837 -1746 +-37004 22210 +2273 -3253 +-12681 18046 -22108 1939 +-38137 17259 +-16371 16082 +-7139 -12023 +-28337 -1170 +26550 -19351 +-530 312 +-21262 8596 -17893 -1425 +7401 -14219 +-18849 -18416 +-22976 -13064 +-14738 10969 +-3598 18249 +-3849 -4382 +-5964 -35896 -17682 4581 +-14786 -22699 +-20463 -2458 +5482 2091 +33970 -31365 +7895 -8990 +-4905 -34735 +15546 -5903 -21509 -2406 +-9561 -5211 +-3724 11152 +16692 -27935 +4036 -10459 +13479 -2453 +-8629 -9267 +-4114 -21705 -9261 -21472 +-13556 -15420 +-827 -31753 +-6376 18505 +-6946 -13600 +-6111 -10338 +-6210 -24422 +-10231 -26777 13033 2761 +-28045 -22916 +-6900 -22631 +25098 -7040 +-1266 -18081 +13165 -21713 +10918 -8098 +-5868 -18867 16788 2353 +13104 -8544 +4778 -22659 +6419 -18359 +19625 119 +13510 1606 +23177 -25279 +10342 -14558 -16662 25147 +36525 13891 +15312 18295 +16533 25432 +9134 9243 +8077 33131 +-12975 3359 +-1772 20076 13060 -7149 +3892 20729 +6921 6714 +37022 10587 +5273 16636 +-16789 12720 +13290 9440 +-4499 -6298 -18608 6017 +-17970 -1534 +-821 -3285 +-17529 14628 +-24958 -3764 +-28370 7234 +-7709 30268 +-9061 -9948 1190 -16180 +4294 -3617 +36026 10063 +49353 -19199 +-2174 -31986 +15430 6366 +-17589 7735 +-7644 -28844 16904 -3741 +-8604 -39522 +-7316 -37336 +-8977 238 +-17796 -21687 +-3630 -14025 +2407 -15573 +-6108 610 7457 -17689 +25132 8457 +5666 9012 +21363 -30472 +26150 14312 +15792 7477 +20873 3397 +31711 -12157 -277 -21500 +-20255 17490 +-7595 6733 +4911 21810 +-26128 -6349 +-8063 20791 +6245 7938 +-16782 30742 5935 -2937 +24144 11680 +-23236 -11876 +-36204 -17958 +3910 -16727 +1046 -3065 +1789 12943 +-6463 2953 348 -13007 +-3860 1001 +-5194 -14922 +-18382 24449 +4007 2059 +-5782 -5391 +5097 -6020 +-8381 -11261 8887 -12288 +239 8639 +-11851 -20763 +33828 7158 +-24212 -14093 +18489 -23800 +-11097 -10885 +-15594 -10508 23721 -8561 +1352 -6978 +9170 -26426 +-446 -19408 +12953 -9723 +-12215 -35493 +-18813 1783 +1961 -3643 -3963 14891 +9672 1923 +-21104 -17704 +-9734 -10737 +-18277 4728 +21829 -18120 +25544 -18988 +-13726 -17788 -9270 -5511 +-18798 -31887 +15689 -45701 +2946 -17827 +-510 -14324 +20850 -14132 +28222 -22368 +-17341 9911 2077 182 +29424 -4037 +4897 -12107 +26543 -26755 +16704 19100 +12490 21324 +17959 11350 +4494 342 10676 -2493 +-95 -3721 +-9494 -10238 +-8217 5587 +-4575 1397 +-2097 -24382 +-1015 -20988 +18457 -14450 4680 -7230 +-4778 10663 +25606 -24383 +-5135 -18292 +-7361 11329 +32532 10382 +-7915 7952 +12315 -6239 14537 -16271 +14914 6527 +-3556 -5598 +1232 -20541 +39689 -9360 +7707 -4451 +33432 40 +-6638 5957 4252 19009 diff --git a/AI_Engine_Development/AIE-ML/Design_Tutorials/07-Channelizer-Using-Vitis-Libraries/aie/channelizer/data/fft_back_o_1.txt b/AI_Engine_Development/AIE-ML/Design_Tutorials/07-Channelizer-Using-Vitis-Libraries/aie/channelizer/data/fft_back_o_1.txt index d95c36734f..562f9ac145 100644 --- a/AI_Engine_Development/AIE-ML/Design_Tutorials/07-Channelizer-Using-Vitis-Libraries/aie/channelizer/data/fft_back_o_1.txt +++ b/AI_Engine_Development/AIE-ML/Design_Tutorials/07-Channelizer-Using-Vitis-Libraries/aie/channelizer/data/fft_back_o_1.txt @@ -1,2048 +1,2048 @@ 7792 -9589 +7762 -818 +7793 -6117 +11198 -7252 +10692 -4466 +11736 -3248 +10318 -8308 +11126 -1044 9409 -1509 +8110 1897 +8690 1040 +9145 979 +6254 245 +12596 2216 +15928 2198 +13334 5096 10146 4631 +7189 8783 +6689 7777 +2210 8225 +3381 8442 +-960 4954 +3798 5344 +73 4646 3995 6156 +1989 2334 +4372 5819 +1979 3130 +1881 4986 +4206 5409 +1442 6831 +6496 7076 6045 1324 +2604 2658 +796 7929 +3938 3854 +3842 5630 +7930 3396 +10502 9291 +5799 9503 5563 10497 +3491 13097 +6823 12870 +-1328 11653 +-511 13702 +-1827 13274 +-5455 11204 +-1689 9375 -8454 8456 +-8004 9610 +-8444 6279 +-11783 6670 +-9728 8507 +-10940 7059 +-10381 -565 +-11166 3585 -7231 927 +-7557 -61 +-10648 -1396 +-4873 -2080 +-4324 -699 +-5757 -1394 +-4649 3855 +-6472 -122 -746 746 +-3857 894 +-8085 1139 +-5785 3693 +-7999 -1112 +-11095 -1156 +-7083 -942 +-6190 475 -10797 1809 +-10011 -1999 +-14924 -2833 +-12099 223 +-15182 -4474 +-10095 -9534 +-4989 -8700 +-8750 -9289 -4974 -6150 +-4831 -14851 +-7092 -14334 +-525 -11760 +-890 -15248 +-3092 -11915 +1826 -12212 +3071 -12399 3792 -13333 +1018 -11039 +2664 -7359 +6692 -9749 +4935 -6156 +7296 -10179 +3577 -8033 +5257 -7057 7322 -2482 +9200 -6978 +6732 -3435 +6662 -6404 +8049 -3046 +7940 -3435 +7488 -3044 +6685 2111 2255 -1260 +3281 2236 +-213 -2767 +3545 3447 +2651 1556 +1385 2225 +2468 2797 +-568 1448 -1608 -3623 +576 -3270 +-3418 -897 +1758 -9106 +-2948 -8605 +3121 -9700 +6033 -11654 +4330 -14134 7210 -9264 +10364 -4959 +11617 -6002 +11284 -2101 +12623 -645 +14232 61 +13841 5356 +7632 4858 12140 6049 +7024 7318 +2460 14494 +-1472 12114 +4095 11861 +2020 15394 +-3878 8850 +-7997 9925 -11478 11747 +-10216 6779 +-7971 7532 +-16813 -459 +-11335 982 +-9818 -3766 +-6813 -5588 +-10371 -3055 -7125 -8990 +-3741 -4207 +-5286 -5519 +-4355 -9960 +-136 -8843 +-2944 -10593 +-660 -6332 +-649 -9345 -592 -9972 +1421 -4301 +2113 -7534 +3162 -7808 +3343 -4861 +4740 -7116 +4517 -11152 +7279 -5262 4549 -5770 +4129 -4280 +2150 -6082 +905 -5090 +4806 -5176 +4210 -9152 +8190 -8196 +6374 -6351 2035 -2057 +5019 -1584 +6374 -5641 +4585 962 +4612 1401 +6529 681 +2558 1596 +2762 115 1752 -859 +1322 -2586 +7787 -4041 +4976 324 +708 -1317 +4377 1908 +3392 3319 +2150 -3274 2091 -1170 +1750 -553 +2416 -1989 +1937 481 +1532 -2853 +1734 783 +1999 -2249 +3696 -3443 501 -2632 +2332 -855 +3264 -2627 +-6178 -2980 +-3051 1208 +-899 1626 +-5155 -3295 +-2606 -3704 -1223 -3943 +845 -4702 +2582 -5003 +-407 -8107 +2380 -8419 +2778 -5858 +-262 -5521 +616 -7290 2271 -5541 +6224 -5945 +4633 -8267 +4329 -5701 +5601 -2599 +8052 -4277 +8293 -2742 +5043 612 6807 2244 +6773 1727 +5779 703 +3188 2349 +4264 2169 +4715 1065 +89 4227 +-3668 5093 -1666 4608 +-4121 7048 +-2261 7979 +-1271 2633 +-3861 -514 +-2448 3610 +-4492 3363 +-6898 -2065 -7902 -7055 +-9787 -3646 +-10863 -7215 +-8024 -8619 +-6247 -10618 +-4532 -9130 +-1139 -12551 +-5465 -15255 -2561 -15107 +-3920 -15261 +3328 -12614 +1327 -9160 +1780 -19272 +4656 -13666 +5952 -14574 +10154 -13088 5942 -16178 +10414 -12656 +16310 -10292 +14495 -12616 +10614 -11006 +17077 -5115 +18976 -1337 +14236 -475 20008 2843 +17898 2226 +12881 1377 +13004 3886 +8442 5666 +9184 5888 +8516 1166 +6024 6348 3120 4465 +750 5096 +1182 2833 +-1116 3844 +1063 -1148 +-2290 2219 +3773 367 +106 -278 1650 -153 +1557 -935 +444 -2160 +983 -7579 +4033 -4157 +3359 659 +5610 -2608 +3008 1465 4521 3656 +8312 -1232 +4681 -103 +-132 -1464 +3807 1580 +1198 -782 +307 -4507 +3092 -6465 5053 -2833 -12076 -717 -12994 253 -10548 5248 -100 4726 -9051 -5816 -5708 5551 -1387 3706 -3679 8 -8126 -655 -9301 8309 -611 11786 -7012 8329 --6076 12883 --13671 5861 --7883 -1792 -3780 3370 --5305 776 --1710 -952 --1558 -3186 --695 -1616 --1919 5107 --9364 -129 --4335 -3563 --476 -1178 --1847 -4607 --1234 -9590 -1733 -8529 -7762 -818 -8110 1897 -7189 8783 -1989 2334 -2604 2658 -3491 13097 --8004 9610 --7557 -61 --3857 894 --10011 -1999 --4831 -14851 -1018 -11039 -9200 -6978 -3281 2236 -576 -3270 -10364 -4959 -7024 7318 --10216 6779 --3741 -4207 -1421 -4301 -4129 -4280 -5019 -1584 -1322 -2586 -1750 -553 -2332 -855 -845 -4702 -6224 -5945 -6773 1727 --4121 7048 --9787 -3646 --3920 -15261 -10414 -12656 -17898 2226 -750 5096 -1557 -935 -8312 -1232 6661 -3911 +4088 -3063 +4432 -3396 +3431 -3560 +3483 -8531 +6200 -9419 +11140 -6743 +12076 -717 13966 849 +15112 -3835 +9000 -4687 +8397 -435 +11868 -2106 +12423 2488 +10946 -78 +12994 253 11348 -2549 +9975 -81 +10765 -757 +14125 2347 +15229 2143 +10282 9818 +11454 6537 +10548 5248 9336 5777 +7588 4017 +9280 2791 +4813 8660 +2991 4385 +5502 7701 +2077 3340 +100 4726 7061 9162 +3225 1079 +2649 7723 +2125 -1224 +4339 864 +2149 928 +6116 1237 +9051 -5816 5292 2048 +4128 2127 +6113 4250 +7318 2294 +7855 3419 +7219 456 +5404 5452 +5708 5551 -899 8196 +5715 5420 +8137 4051 +4134 4904 +1130 7605 +1072 3181 +986 6311 +1387 3706 -651 1433 +3530 -2828 +3228 -497 +6394 -249 +3329 3823 +2682 248 +3004 -769 +3679 8 -577 -3274 +5990 -623 +6394 582 +2441 1994 +1148 496 +4996 -282 +10451 -1394 +8126 -655 10657 689 +13254 863 +11650 3570 +9277 3417 +11549 7583 +5373 7120 +4286 9194 +9301 8309 7894 8714 +7247 10629 +5709 13512 +4145 12315 +5308 12367 +3751 7844 +339 14737 +611 11786 -868 8249 +65 5417 +1275 12463 +2395 3832 +-1114 4136 +2536 8630 +755 5992 +7012 8329 6880 9646 +6794 12910 +2858 15444 +-269 14183 +-1916 10302 +48 11888 +-1809 12999 +-6076 12883 -2883 13719 +-6567 14444 +-11783 11804 +-11503 12284 +-7082 11904 +-11715 7659 +-13102 2070 +-13671 5861 -9063 3010 +-5642 -1054 +-10727 1564 +-9328 5268 +-6914 -311 +-7423 -76 +-5444 -4981 +-7883 -1792 -3926 -3139 +-7792 1203 +-8026 -375 +-3622 -3652 +320 -6831 +-4192 -1652 +1065 -2505 +3780 3370 -730 4238 +-1907 287 +2049 3712 +-763 978 +-2623 5311 +-5749 5364 +-7678 863 +-5305 776 -6100 552 +-3609 3087 +-6319 2791 +-2591 470 +-3541 3057 +-2824 3159 +-1741 1085 +-1710 -952 -6450 -2840 +-9097 -728 +-5718 -1325 +-4677 -5524 +-355 -625 +-3831 -301 +-1414 -5093 +-1558 -3186 -5391 -3599 +-3136 -2111 +-1750 -5143 +382 -3214 +207 -2436 +-266 -2161 +6693 -3877 +-695 -1616 1268 947 +5404 -2391 +574 2948 +2069 -2508 +-2225 3362 +613 1569 +1472 572 +-1919 5107 -351 5674 +-1388 3119 +-4593 336 +-4126 2826 +-8218 5495 +-7750 877 +-9694 1377 +-9364 -129 -11573 -1787 +-11180 -5951 +-6293 -6943 +-3299 -5710 +-2551 -8584 +-1307 -4315 +112 -4781 +-4335 -3563 -2275 -6318 +348 -6759 +-1502 -7902 +367 -3960 +-431 -8080 +-921 -873 +-2862 1130 +-476 -1178 -1693 -3220 +-605 -3226 +-85 1797 +-6738 1221 +-3471 -1622 +-7048 -229 +-2554 -5948 +-1847 -4607 -2336 -4340 +-2337 -4876 +-6804 -3126 +-3497 -9203 +-3157 -8959 +-1405 -13883 +-666 -8609 +-1234 -9590 1027 -7120 +-1754 -9931 +-859 -6503 +3771 -8635 +939 -6495 +1132 -11279 +2737 -7103 +1733 -8529 2508 -9566 -7793 -6117 -8690 1040 -6689 7777 -4372 5819 -796 7929 -6823 12870 --8444 6279 --10648 -1396 --8085 1139 --14924 -2833 --7092 -14334 -2664 -7359 -6732 -3435 --213 -2767 --3418 -897 -11617 -6002 -2460 14494 --7971 7532 --5286 -5519 -2113 -7534 -2150 -6082 -6374 -5641 -7787 -4041 -2416 -1989 -3264 -2627 -2582 -5003 -4633 -8267 -5779 703 --2261 7979 --10863 -7215 -3328 -12614 -16310 -10292 -12881 1377 -1182 2833 -444 -2160 -4681 -103 -4088 -3063 -15112 -3835 -9975 -81 -7588 4017 -3225 1079 -4128 2127 -5715 5420 -3530 -2828 -5990 -623 -13254 863 -7247 10629 -65 5417 -6794 12910 --6567 14444 --5642 -1054 --7792 1203 --1907 287 --3609 3087 --9097 -728 --3136 -2111 -5404 -2391 --1388 3119 --11180 -5951 -348 -6759 --605 -3226 --2337 -4876 --1754 -9931 3133 -9795 -11198 -7252 -9145 979 -2210 8225 -1979 3130 -3938 3854 --1328 11653 --11783 6670 --4873 -2080 --5785 3693 --12099 223 --525 -11760 -6692 -9749 -6662 -6404 -3545 3447 -1758 -9106 -11284 -2101 --1472 12114 --16813 -459 --4355 -9960 -3162 -7808 -905 -5090 -4585 962 -4976 324 -1937 481 --6178 -2980 --407 -8107 -4329 -5701 -3188 2349 --1271 2633 --8024 -8619 -1327 -9160 -14495 -12616 -13004 3886 --1116 3844 -983 -7579 --132 -1464 -4432 -3396 -9000 -4687 -10765 -757 -9280 2791 -2649 7723 -6113 4250 -8137 4051 -3228 -497 -6394 582 -11650 3570 -5709 13512 -1275 12463 -2858 15444 --11783 11804 --10727 1564 --8026 -375 -2049 3712 --6319 2791 --5718 -1325 --1750 -5143 -574 2948 --4593 336 --6293 -6943 --1502 -7902 --85 1797 --6804 -3126 --859 -6503 6517 -7784 -10692 -4466 -6254 245 -3381 8442 -1881 4986 -3842 5630 --511 13702 --9728 8507 --4324 -699 --7999 -1112 --15182 -4474 --890 -15248 -4935 -6156 -8049 -3046 -2651 1556 --2948 -8605 -12623 -645 -4095 11861 --11335 982 --136 -8843 -3343 -4861 -4806 -5176 -4612 1401 -708 -1317 -1532 -2853 --3051 1208 -2380 -8419 -5601 -2599 -4264 2169 --3861 -514 --6247 -10618 -1780 -19272 -10614 -11006 -8442 5666 -1063 -1148 -4033 -4157 -3807 1580 -3431 -3560 -8397 -435 -14125 2347 -4813 8660 -2125 -1224 -7318 2294 -4134 4904 -6394 -249 -2441 1994 -9277 3417 -4145 12315 -2395 3832 --269 14183 --11503 12284 --9328 5268 --3622 -3652 --763 978 --2591 470 --4677 -5524 -382 -3214 -2069 -2508 --4126 2826 --3299 -5710 -367 -3960 --6738 1221 --3497 -9203 -3771 -8635 5715 -5804 -11736 -3248 -12596 2216 --960 4954 -4206 5409 -7930 3396 --1827 13274 --10940 7059 --5757 -1394 --11095 -1156 --10095 -9534 --3092 -11915 -7296 -10179 -7940 -3435 -1385 2225 -3121 -9700 -14232 61 -2020 15394 --9818 -3766 --2944 -10593 -4740 -7116 -4210 -9152 -6529 681 -4377 1908 -1734 783 --899 1626 -2778 -5858 -8052 -4277 -4715 1065 --2448 3610 --4532 -9130 -4656 -13666 -17077 -5115 -9184 5888 --2290 2219 -3359 659 -1198 -782 -3483 -8531 -11868 -2106 -15229 2143 -2991 4385 -4339 864 -7855 3419 -1130 7605 -3329 3823 -1148 496 -11549 7583 -5308 12367 --1114 4136 --1916 10302 --7082 11904 --6914 -311 -320 -6831 --2623 5311 --3541 3057 --355 -625 -207 -2436 --2225 3362 --8218 5495 --2551 -8584 --431 -8080 --3471 -1622 --3157 -8959 -939 -6495 7146 -7760 -10318 -8308 -15928 2198 -3798 5344 -1442 6831 -10502 9291 --5455 11204 --10381 -565 --4649 3855 --7083 -942 --4989 -8700 -1826 -12212 -3577 -8033 -7488 -3044 -2468 2797 -6033 -11654 -13841 5356 --3878 8850 --6813 -5588 --660 -6332 -4517 -11152 -8190 -8196 -2558 1596 -3392 3319 -1999 -2249 --5155 -3295 --262 -5521 -8293 -2742 -89 4227 --4492 3363 --1139 -12551 -5952 -14574 -18976 -1337 -8516 1166 -3773 367 -5610 -2608 -307 -4507 -6200 -9419 -12423 2488 -10282 9818 -5502 7701 -2149 928 -7219 456 -1072 3181 -2682 248 -4996 -282 -5373 7120 -3751 7844 -2536 8630 -48 11888 --11715 7659 --7423 -76 --4192 -1652 --5749 5364 --2824 3159 --3831 -301 --266 -2161 -613 1569 --7750 877 --1307 -4315 --921 -873 --7048 -229 --1405 -13883 -1132 -11279 2687 -8774 -11126 -1044 -13334 5096 -73 4646 -6496 7076 -5799 9503 --1689 9375 --11166 3585 --6472 -122 --6190 475 --8750 -9289 -3071 -12399 -5257 -7057 -6685 2111 --568 1448 -4330 -14134 -7632 4858 --7997 9925 --10371 -3055 --649 -9345 -7279 -5262 -6374 -6351 -2762 115 -2150 -3274 -3696 -3443 --2606 -3704 -616 -7290 -5043 612 --3668 5093 --6898 -2065 --5465 -15255 -10154 -13088 -14236 -475 -6024 6348 -106 -278 -3008 1465 -3092 -6465 -11140 -6743 -10946 -78 -11454 6537 -2077 3340 -6116 1237 -5404 5452 -986 6311 -3004 -769 -10451 -1394 -4286 9194 -339 14737 -755 5992 --1809 12999 --13102 2070 --5444 -4981 -1065 -2505 --7678 863 --1741 1085 --1414 -5093 -6693 -3877 -1472 572 --9694 1377 -112 -4781 --2862 1130 --2554 -5948 --666 -8609 -2737 -7103 4170 -6411 8282 -4177 +7515 -13600 +2260 4294 +2694 8815 +1519 3610 +3077 6184 +-185 9296 +-1884 2282 -74 2577 +-485 -1686 +-2945 8466 +-1472 10874 +6875 -7708 +-14726 4477 +-9209 -17281 +-5196 -5630 1289 1322 +888 -3659 +-1300 1458 +6224 3351 +4322 -14729 +6553 2382 +-189 -1571 +13438 -440 5640 -15468 +-797 -3800 +1767 -2084 +4456 10193 +11316 6380 +9080 2524 +6919 2236 +-3769 5810 -4852 12712 +10738 11806 +-7192 410 +-12424 7460 +-1502 3689 +-9171 15333 +-5553 8609 +-6511 10199 2291 6442 +-12595 12220 +-17982 -427 +-11179 10128 +-13182 5632 +-11752 7644 +-6987 -2835 +-14744 8248 -9331 4796 +-10753 -2993 +-17042 8959 +-10624 8167 +-6591 -3184 +-6520 -374 +-8246 -11401 +-9679 3451 -2174 -1097 +-5242 12788 +-10574 4273 +-10164 -3158 +-4744 -489 +-13626 -3915 +-3529 819 +-6773 -2408 -13923 -8629 +-8740 -3908 +-3937 8038 +-21040 -2820 +-21187 -6670 +-6321 1502 +-17607 10100 +-9973 4089 -2532 4509 +-8373 15571 +-6854 11 +-8321 9507 +-9498 -9762 +-19121 -2797 +-11392 -283 +-9228 2751 -13041 1015 +-14145 2078 +-15959 7928 +-15336 3262 +-14566 2104 +-8170 2544 +-25441 -5894 +-20146 -11956 -21026 -4680 +-14154 -2092 +-22996 -10323 +-10086 -8757 +-19619 -19328 +-20788 -12528 +-5018 -14263 +-9187 -21477 -16049 -22946 +-2829 -11331 +-7354 -14248 +2384 -7067 +-5722 -11882 +-3558 -12578 +-8504 -15956 +9652 -23709 3242 -12883 +11721 -11409 +9474 -2125 +10941 -11047 +4314 -12136 +2993 -9094 +12065 -2847 +12253 -7330 11687 -3511 +15137 -1018 +9747 -8866 +-314 1020 +3907 2265 +6406 2595 +12776 4918 +10703 4157 10347 2908 +8246 -1241 +758 9050 +2044 3486 +5121 9580 +-12598 5429 +-5884 4225 +-1912 16799 -18109 1956 +-4311 19226 +-4203 8159 +-9028 2891 +-13413 15460 +-10219 2530 +-10415 17060 +-16713 -10463 -12773 -3394 +-19481 -3232 +-9139 -16 +-2654 12045 +-6198 -3769 +-11669 4381 +-9272 9469 +-10924 -10526 -17646 5888 +-7145 -5318 +-5383 -9571 +-9503 2003 +-5608 -5532 +-4927 5662 +-15508 -8532 +10943 2766 -15358 -5743 +-6637 -9006 +6144 2152 +-1438 3265 +-12037 2647 +-2966 -4389 +-3863 -3507 +-6799 4379 -10112 -1235 --5066 -12314 --1142 -10562 +-4746 1885 +-10115 320 +-5328 5272 +-14164 -6682 +-10670 8796 +-24564 3895 +-8000 -3726 +-5066 -12314 +-12609 -6675 +-9458 -11400 +-5136 -10469 +-10242 -18416 +-9254 -17685 +-3435 -11451 +-8465 -16292 +-1142 -10562 +5930 -7876 +-8860 -8406 +-2073 -12126 +7261 -10699 +-915 -13365 +5761 -12047 +5168 5337 9066 8715 +-2595 -2807 +-1649 -5241 +596 3850 +3317 -5814 +117 -5388 +-509 -6253 +-10488 731 1663 -3982 +-1168 -6469 +2434 7649 +-2272 2654 +10220 -5487 +-2927 -1590 +-4956 -9596 +1508 -4700 -7964 622 +4740 -4196 +-1371 -2580 +-670 -5621 +-14524 10672 +-14811 1808 +2199 -2687 +558 8837 -8075 5863 +-19109 -3212 +-10077 -1049 +-9712 -7885 +-10886 -328 +-7342 1279 +-20183 -15076 +-5678 -12693 -7715 -21153 +715 -2170 +-1733 -18681 +8623 -12562 +-13890 -10325 +6108 -12793 +10943 -11622 +12734 -15228 11969 -6221 +12515 -8036 +12612 -16682 +7543 -8893 +6259 -6616 +2912 -7941 +8887 -6667 +-1813 -9034 16 1415 +1958 -331 +6194 -2742 +3457 -5023 +6295 -3457 +6956 -8640 +-2013 603 +5929 -1249 17685 -2585 +7520 -1442 +-175 -2889 +10719 -14505 +14544 1946 +16316 -143 +15927 -8418 +1135 3782 10046 16787 +1446 -1209 +-6504 -7124 +2157 9364 +16047 12001 +-1234 13731 +-5881 8884 +4909 11350 -6734 -4431 +-3027 9674 +-1464 3984 +2132 6053 +619 -1862 +-1097 2874 +-3623 8782 +-14104 -3144 -2171 499 +-4786 -390 +2292 8137 +4434 1885 +63 1182 +2292 -910 +2154 -5829 +12657 -4721 -3094 -11897 +6922 -2765 +3567 -6028 +11082 -10895 +12209 -5725 +15322 -10051 +5438 7334 +12477 -3386 20249 -2577 +11983 11379 +21079 5615 +19471 9263 +14645 3194 +10535 1998 +12782 17383 +8477 14519 8988 7908 +10183 10276 +8916 12945 +15843 13027 +10193 8792 +9676 17495 +12214 14927 +-2376 11450 -14885 13040 +1387 14059 +2814 18298 +1327 20428 +7627 21329 +-3808 32598 +-5003 15541 +-11729 16163 -5646 23618 +-22932 29151 +93 11908 +-8517 28328 +761 14748 +-10403 14300 +-15045 14211 +-14568 17552 -17168 16842 +-20556 7843 +-19210 10342 +-23300 13823 +-8085 -177 +-11681 2927 +-14046 4560 +-6327 7113 -4815 4367 +-4518 -1216 +-13669 966 +-11214 -6748 +-7249 6256 +-8513 -7846 +-2473 -3646 +-831 -4647 -4727 13456 +9529 813 +7429 -1045 +-2911 3239 +-5652 -332 +5915 16135 +3870 8878 +3374 7372 4334 9636 +1097 6718 +-12804 13032 +-6971 11944 +-6121 19129 +-8354 10673 +510 18575 +-12769 6069 -5912 21545 +-10114 8846 +-2056 17146 +-10177 15635 +-3563 11073 +-18654 9682 +-12668 21971 +-14174 8423 -8476 19694 +-6541 15434 +-7461 6573 +-20541 7672 +-18364 936 +-4831 8894 +-10516 1524 +-24522 8103 -17601 13629 +-19255 6659 +-10770 6945 +-16448 13748 +-8319 8567 +-13483 3822 +-3100 11058 +-4544 -4356 -15000 15483 +-22482 11123 +-22642 16820 +-5664 -3062 +-7073 -3476 +-23930 7758 +-11095 962 +-14359 5162 -18302 -3558 +-19909 -215 +-18189 8743 +-21138 -7564 +-9735 6569 +-10050 1090 +-17762 -2597 +-11343 -11564 -9907 -8948 +-13629 -5520 +-24313 -13213 +-15298 -17151 +-3153 -19364 +-2877 -7768 +-10093 -6402 +-4263 -6427 -5866 -10703 +-2994 -4596 +507 -1495 +11398 -3692 +11643 -10188 +-696 1564 +9024 4898 +-3139 -756 2207 -702 +-779 10983 +-19352 60 +-3840 5693 +-10719 -4249 +-1601 1220 +-13492 -2470 +-9150 17276 491 6732 +-17327 11558 +-13330 -613 +363 901 +-7391 4262 +-16576 -5127 +-156 3193 +-12531 5653 -5152 -46 +-13251 -1523 +-12494 4393 +-10571 -6683 +-2435 4509 +-14442 -7192 +-6229 -3071 +-6029 -6411 -4022 -1151 +6093 632 +-634 -9216 +6438 -5402 +2123 -2413 +-11999 -3406 +3686 8775 +-10467 -1459 -12894 3307 +-11264 10538 +-9264 13325 +-9798 6932 +-11989 3204 +-9937 -4910 +-9912 -1788 +-6824 7099 -11229 4945 +-15224 4505 +2007 7553 +-12617 -4426 +-16712 -3606 +-21706 -5657 +-19261 -2750 +-20450 -989 -24385 -8644 --4485 -4594 --11566 -6749 --25201 -10954 -7196 -16387 --11671 2578 --5208 -15466 -2646 -20028 -7515 -13600 --485 -1686 -888 -3659 --797 -3800 -10738 11806 --12595 12220 --10753 -2993 --5242 12788 --8740 -3908 --8373 15571 --14145 2078 --14154 -2092 --2829 -11331 -11721 -11409 -15137 -1018 -8246 -1241 --4311 19226 --19481 -3232 --7145 -5318 --6637 -9006 --4746 1885 --12609 -6675 -5930 -7876 --2595 -2807 --1168 -6469 -4740 -4196 --19109 -3212 -715 -2170 -12515 -8036 -1958 -331 -7520 -1442 -1446 -1209 --3027 9674 --4786 -390 -6922 -2765 -11983 11379 -10183 10276 -1387 14059 --22932 29151 --20556 7843 --4518 -1216 -9529 813 -1097 6718 --10114 8846 --6541 15434 --19255 6659 --22482 11123 --19909 -215 --13629 -5520 --2994 -4596 --779 10983 --17327 11558 --13251 -1523 -6093 632 --11264 10538 --15224 4505 -16786 -7891 --14050 -9784 -2400 230 --13264 -14499 --3469 -11175 --9984 3083 --12517 -16331 -743 -9208 -2260 4294 --2945 8466 --1300 1458 -1767 -2084 --7192 410 --17982 -427 --17042 8959 --10574 4273 --3937 8038 --6854 11 --15959 7928 --22996 -10323 --7354 -14248 -9474 -2125 -9747 -8866 -758 9050 --4203 8159 --9139 -16 --5383 -9571 -6144 2152 --10115 320 --9458 -11400 --8860 -8406 --1649 -5241 -2434 7649 --1371 -2580 --10077 -1049 --1733 -18681 -12612 -16682 -6194 -2742 --175 -2889 --6504 -7124 --1464 3984 -2292 8137 -3567 -6028 -21079 5615 -8916 12945 -2814 18298 -93 11908 --19210 10342 --13669 966 -7429 -1045 --12804 13032 --2056 17146 --7461 6573 --10770 6945 --22642 16820 --18189 8743 --24313 -13213 -507 -1495 --19352 60 --13330 -613 --12494 4393 --634 -9216 --9264 13325 -2007 7553 -18804 -8109 --3243 -8885 --10164 -6381 --3489 -6098 --8530 -12311 --8395 9801 --7968 -9899 -3719 -10502 -2694 8815 --1472 10874 -6224 3351 -4456 10193 --12424 7460 --11179 10128 --10624 8167 --10164 -3158 --21040 -2820 --8321 9507 --15336 3262 --10086 -8757 -2384 -7067 -10941 -11047 --314 1020 -2044 3486 --9028 2891 --2654 12045 --9503 2003 --1438 3265 --5328 5272 --5136 -10469 --2073 -12126 -596 3850 --2272 2654 --670 -5621 --9712 -7885 -8623 -12562 -7543 -8893 -3457 -5023 -10719 -14505 -2157 9364 -2132 6053 -4434 1885 -11082 -10895 -19471 9263 -15843 13027 -1327 20428 --8517 28328 --23300 13823 --11214 -6748 --2911 3239 --6971 11944 --10177 15635 --20541 7672 --16448 13748 --5664 -3062 --21138 -7564 --15298 -17151 -11398 -3692 --3840 5693 -363 901 --10571 -6683 -6438 -5402 --9798 6932 --12617 -4426 -14630 -6430 +-7124 4401 +-10643 3354 +-13944 -18994 +-10828 -4998 +-4485 -4594 +-14050 -9784 +-3243 -8885 -9829 -520 +-5661 5687 +-6513 -7907 +-9231 3709 +-8443 -1242 +-11566 -6749 +2400 230 +-10164 -6381 -19608 6639 +-18761 -15920 +-14441 -11238 +-14287 -15142 +-15756 -16285 +-25201 -10954 +-13264 -14499 +-3489 -6098 -3524 -18839 +-8372 -24774 +-4227 -17142 +3976 -12956 +9688 -22502 +7196 -16387 +-3469 -11175 +-8530 -12311 3846 -13124 +11535 -14690 +-347 -2991 +1769 2428 +-3169 -3088 +-11671 2578 +-9984 3083 +-8395 9801 -8159 -3359 +-15855 4902 +-11220 3705 +-9963 3752 +-11925 -10787 +-5208 -15466 +-12517 -16331 +-7968 -9899 -7633 -20097 +-14006 -16996 +-2712 -13501 +-2421 -22765 +-11479 -19124 +2646 -20028 +743 -9208 +3719 -10502 9150 -9242 -1519 3610 -6875 -7708 -4322 -14729 -11316 6380 --1502 3689 --13182 5632 --6591 -3184 --4744 -489 --21187 -6670 --9498 -9762 --14566 2104 --19619 -19328 --5722 -11882 -4314 -12136 -3907 2265 -5121 9580 --13413 15460 --6198 -3769 --5608 -5532 --12037 2647 --14164 -6682 --10242 -18416 -7261 -10699 -3317 -5814 -10220 -5487 --14524 10672 --10886 -328 --13890 -10325 -6259 -6616 -6295 -3457 -14544 1946 -16047 12001 -619 -1862 -63 1182 -12209 -5725 -14645 3194 -10193 8792 -7627 21329 -761 14748 --8085 -177 --7249 6256 --5652 -332 --6121 19129 --3563 11073 --18364 936 --8319 8567 --7073 -3476 --9735 6569 --3153 -19364 -11643 -10188 --10719 -4249 --7391 4262 --2435 4509 -2123 -2413 --11989 3204 --16712 -3606 --7124 4401 --5661 5687 --18761 -15920 --8372 -24774 -11535 -14690 --15855 4902 --14006 -16996 18295 -6458 -3077 6184 --14726 4477 -6553 2382 -9080 2524 --9171 15333 --11752 7644 --6520 -374 --13626 -3915 --6321 1502 --19121 -2797 --8170 2544 --20788 -12528 --3558 -12578 -2993 -9094 -6406 2595 --12598 5429 --10219 2530 --11669 4381 --4927 5662 --2966 -4389 --10670 8796 --9254 -17685 --915 -13365 -117 -5388 --2927 -1590 --14811 1808 --7342 1279 -6108 -12793 -2912 -7941 -6956 -8640 -16316 -143 --1234 13731 --1097 2874 -2292 -910 -15322 -10051 -10535 1998 -9676 17495 --3808 32598 --10403 14300 --11681 2927 --8513 -7846 -5915 16135 --8354 10673 --18654 9682 --4831 8894 --13483 3822 --23930 7758 --10050 1090 --2877 -7768 --696 1564 --1601 1220 --16576 -5127 --14442 -7192 --11999 -3406 --9937 -4910 --21706 -5657 --10643 3354 --6513 -7907 --14441 -11238 --4227 -17142 --347 -2991 --11220 3705 --2712 -13501 6296 -1258 --185 9296 --9209 -17281 --189 -1571 -6919 2236 --5553 8609 --6987 -2835 --8246 -11401 --3529 819 --17607 10100 --11392 -283 --25441 -5894 --5018 -14263 --8504 -15956 -12065 -2847 -12776 4918 --5884 4225 --10415 17060 --9272 9469 --15508 -8532 --3863 -3507 --24564 3895 --3435 -11451 -5761 -12047 --509 -6253 --4956 -9596 -2199 -2687 --20183 -15076 -10943 -11622 -8887 -6667 --2013 603 -15927 -8418 --5881 8884 --3623 8782 -2154 -5829 -5438 7334 -12782 17383 -12214 14927 --5003 15541 --15045 14211 --14046 4560 --2473 -3646 -3870 8878 -510 18575 --12668 21971 --10516 1524 --3100 11058 --11095 962 --17762 -2597 --10093 -6402 -9024 4898 --13492 -2470 --156 3193 --6229 -3071 -3686 8775 --9912 -1788 --19261 -2750 --13944 -18994 --9231 3709 --14287 -15142 -3976 -12956 -1769 2428 --9963 3752 --2421 -22765 14371 12677 --1884 2282 --5196 -5630 -13438 -440 --3769 5810 --6511 10199 --14744 8248 --9679 3451 --6773 -2408 --9973 4089 --9228 2751 --20146 -11956 --9187 -21477 -9652 -23709 -12253 -7330 -10703 4157 --1912 16799 --16713 -10463 --10924 -10526 -10943 2766 --6799 4379 --8000 -3726 --8465 -16292 -5168 5337 --10488 731 -1508 -4700 -558 8837 --5678 -12693 -12734 -15228 --1813 -9034 -5929 -1249 -1135 3782 -4909 11350 --14104 -3144 -12657 -4721 -12477 -3386 -8477 14519 --2376 11450 --11729 16163 --14568 17552 --6327 7113 --831 -4647 -3374 7372 --12769 6069 --14174 8423 --24522 8103 --4544 -4356 --14359 5162 --11343 -11564 --4263 -6427 --3139 -756 --9150 17276 --12531 5653 --6029 -6411 --10467 -1459 --6824 7099 --20450 -989 --10828 -4998 --8443 -1242 --15756 -16285 -9688 -22502 --3169 -3088 --11925 -10787 --11479 -19124 11593 -8689 11588 10271 +6790 -4357 +9045 -656 +5301 -3019 +20100 3362 +-5164 -2192 +3514 14847 +10456 -1442 20750 4608 +10586 19093 +5674 -4435 +-13406 -1846 +-6308 22088 +20104 -6413 +-1709 29184 +2074 11765 2506 7454 +8727 5161 +12375 -2964 +-831 -13118 +1045 20116 +-11132 -3417 +3435 12831 +-7515 1231 -5829 14607 --1072 10478 --22912 -1643 --3950 -4751 +8955 6800 +-17051 6716 +6421 116 +-10608 10077 +-12165 7856 +-7877 -7247 +9848 -54 +-1072 10478 +-10015 -1138 +14256 9489 +12161 5490 +-805 21423 +608 -2113 +-24234 -4193 +-10838 -9536 +-22912 -1643 +7839 -18432 +3580 10151 +-11290 -6744 +685 1290 +6381 -13473 +-2364 7133 +-1237 -12345 +-3950 -4751 +-2375 -1180 +6131 -16323 +-5233 -28806 +-4433 -12042 +-5473 -12446 +9309 8494 +15623 -17608 110 -4156 +-11240 -30637 +15790 -8810 +4284 -8066 +-6321 -1052 +12580 8776 +-8540 -12652 +9974 4817 8863 20653 +-663 5753 +-6735 -13811 +20581 -160 +27261 11662 +5381 2041 +9769 -15625 +-2075 -5064 -25410 -7151 +-2709 -19518 +8159 -9926 +5053 -19291 +14779 5699 +10621 -1061 +-1339 -7873 +-1414 -4054 -7471 -12780 +5487 -3548 +18678 -16186 +-4916 -9700 +1081 -14014 +-9475 -4838 +21136 10528 +1940 11213 7125 6070 +5765 -17389 +20109 -4105 +-13311 -5461 +6652 10259 +11790 -9340 +-5905 -6391 +7494 -1655 3560 -1122 +-7849 -8540 +12773 -22112 +-659 -7143 +5236 5009 +14493 -1701 +6122 3732 +-5862 10045 15645 -4453 +1673 -8540 +21127 -11426 +4638 -2981 +15461 6625 +9685 3323 +-9427 -1663 +-4571 2677 -3947 5730 +-26129 4573 +3058 -5288 +-4471 -5533 +8844 752 +-129 -8606 +-21167 -10216 +-6574 10986 -12435 -642 +-623 1567 +2440 8999 +-561 -11934 +497 -1962 +24775 -4960 +-2163 -10586 +15853 -23844 31795 15498 +19143 -18104 +24436 -19807 +30805 8233 +11220 -19472 +4622 4304 +18545 -13080 +21785 30369 29571 8105 +25408 11060 +-3981 19895 +12813 1122 +9298 18832 +22366 7323 +2758 -9830 +5737 36045 19552 2194 +-3186 4346 +-4233 22904 +-2288 7371 +-10411 26048 +-713 -1216 +14948 21597 +-29177 7152 8479 13127 +-4965 10245 +-25518 7408 +-15041 13283 +4414 3223 +-13051 21944 +-12630 16928 +-15568 11203 -4540 15721 +-26087 2772 +2472 -3276 +-9798 -1774 +-2607 21278 +-10196 504 +-900 7281 +-26960 10734 -6570 6934 +-9908 1808 +-8881 6253 +-16271 -3476 +-9634 5605 +-14327 4034 +-8406 -11191 +545 16639 -21234 210 +-9428 -4359 +-10415 750 +-7694 7821 +-2904 811 +-4532 10308 +-11284 -3246 +-8113 -7311 -14878 -23622 +301 4411 +-7960 8007 +-23286 -18449 +-20210 7120 +-10912 -10069 +-11254 -8358 +11163 -17678 -9207 -6299 +-17843 4186 +-21177 -14986 +10719 -14281 +-19350 -11641 +-2031 -10905 +10178 2602 +-4245 -6447 12824 -18404 +-13541 -3479 +4355 641 +2584 -2541 +29693 -19188 +28262 -3253 +-7711 7084 +-6534 -12681 -3903 -10250 +14550 -10127 +12029 -5454 +12443 -1057 +11426 -20467 +2567 -15840 +21870 12703 +8688 -4629 12244 15716 +-10785 -24601 +7092 13782 +-7461 -15266 +20649 -11513 +-7506 -5336 +5801 4507 +-5695 -4791 969 -8149 +14837 -10734 +4437 -3550 +7631 7225 +14213 -1536 +5120 4130 +3603 -5075 +24519 5743 11446 -2919 +13813 -6096 +9630 -3660 +7716 3107 +13118 -1721 +2439 15570 +11415 -5642 +7358 -5884 -18462 1882 +12779 1884 +12726 -18016 +1323 16338 +2331 11067 +-2843 -1188 +-5594 14816 +13651 -7666 17875 -19835 +15767 -5367 +24879 -546 +15554 5110 +10789 4453 +15255 -6311 +9347 2020 +9081 -2834 5434 17907 +8630 1517 +5511 3484 +1109 11413 +15244 16934 +2694 1122 +6800 5475 +27242 15870 23789 3489 +21267 9936 +-2001 5683 +4242 1442 +1692 19485 +7144 10628 +-16171 25869 +-19189 13118 -474 31514 +-11160 -5714 +-1025 1095 +-11417 24655 +-15156 8888 +-15496 3391 +6030 -4004 +4888 -2184 -23830 357 +-6761 -9050 +-25123 3269 +-16702 -3980 +-18409 2113 +-1383 57 +15814 -1946 +11345 2572 642 -5297 +-11298 -9537 +-12 -1276 +-2509 5207 +5076 5993 +668 3985 +-10074 15834 +12458 8395 19982 -15256 +-13951 -3263 +-20522 -9982 +14710 -6785 +10709 -10803 +-2236 -21198 +-3723 -6640 +16382 2165 13111 -18790 +35841 -23965 +-3242 7290 +16634 -7980 +-3176 16752 +5515 15542 +21337 -7005 +5299 -5657 11850 5908 --2005 13945 --10812 4754 --10661 -3883 --12749 -30060 --4024 -30303 -20573 -14812 -12973 395 -3734 19348 --7653 18736 -2641 13656 -4835 4401 -3023 4158 --18438 13971 --14551 11836 --27866 14517 --18333 -7546 -11001 12393 --2841 -8103 --304 13278 -23116 -5987 --9873 6542 -3988 -3586 --22081 5248 -12784 3244 -6790 -4357 -10586 19093 -8727 5161 -8955 6800 --10015 -1138 -7839 -18432 --2375 -1180 --11240 -30637 --663 5753 --2709 -19518 -5487 -3548 -5765 -17389 --7849 -8540 -1673 -8540 --26129 4573 --623 1567 -19143 -18104 -25408 11060 --3186 4346 --4965 10245 --26087 2772 --9908 1808 --9428 -4359 -301 4411 --17843 4186 --13541 -3479 -14550 -10127 --10785 -24601 -14837 -10734 -13813 -6096 -12779 1884 -15767 -5367 -8630 1517 -21267 9936 --11160 -5714 --6761 -9050 --11298 -9537 --13951 -3263 -35841 -23965 14857 869 +1867 5495 +1263 -233 +3325 3425 +9715 16202 +7743 2517 +2253 11393 +-2005 13945 -4811 6437 +21783 13003 +2313 14150 +9377 6404 +2929 27361 +6339 7921 +-11909 18566 +-10812 4754 -20122 11037 +-6903 13002 +-2681 -261 +-3113 14301 +-23210 -4941 +-15845 11228 +-9949 -1633 +-10661 -3883 -9074 -1913 +7626 3864 +-9133 -952 +-15378 -15663 +114 1372 +-9606 9135 +869 -11131 +-12749 -30060 7018 -4962 +-16629 -9999 +-4902 -9518 +-22320 -3306 +11078 -13086 +4881 -26647 +13471 -1799 +-4024 -30303 -1798 -7753 +2015 -26144 +19326 -8257 +18972 -13927 +10129 -26786 +23065 -11351 +24071 -11515 +20573 -14812 22136 -7780 +11478 -13384 +17217 -5980 +15123 4083 +17456 8175 +2359 10072 +11333 27058 +12973 395 20917 9670 +26866 -18403 +6351 15749 +9342 14856 +17328 4865 +3088 23312 +-1645 4745 +3734 19348 15773 7206 +14947 511 +14077 5174 +-10713 8402 +1988 1943 +5627 -6716 +9753 18120 +-7653 18736 -4063 16432 +20008 20931 +13857 24821 +-536 27656 +3564 11538 +-5207 9886 +-2443 10195 +2641 13656 -7594 3212 +-724 -6392 +-7380 16526 +-10916 9226 +-7873 2405 +-22121 803 +2268 6212 +4835 4401 -2245 -5967 +20298 18174 +-437 1345 +23658 3292 +-1433 8804 +14439 13263 +13710 9968 +3023 4158 21360 4725 +13259 18310 +-7607 17201 +-2249 8617 +349 29992 +-4425 5673 +7800 -2642 +-18438 13971 -4596 12639 +-803 9006 +-10242 20537 +-8676 15689 +1884 23180 +-9177 10642 +-2112 14427 +-14551 11836 -15479 15593 +-9433 17118 +-23953 11893 +-23623 22486 +3185 21092 +-38022 -6198 +-17710 18179 +-27866 14517 -15965 11506 +-15370 -1584 +-17136 -5987 +-21948 505 +-21688 3338 +-14316 3484 +-30699 -17354 +-18333 -7546 -7603 1755 +-36426 -18773 +-19503 7633 +-15366 -11475 +-2124 -5890 +-1425 -17915 +-12046 -15423 +11001 12393 21041 -7568 +4961 -1510 +-9021 -15597 +-1676 -7785 +-1651 -20829 +-11538 8022 +-4611 -1439 +-2841 -8103 5496 -11216 +-15271 1959 +1604 -10290 +-8840 -21029 +3299 3638 +-3593 -24845 +5422 -9347 +-304 13278 -8452 -10413 +14188 9048 +16756 -7144 +8150 19312 +9528 9705 +5740 7074 +-283 13412 +23116 -5987 4839 5576 +-2179 -6689 +-3285 22843 +8910 20620 +-4544 14194 +-2987 -7279 +134 170 +-9873 6542 5206 6092 +18039 18079 +-14069 20532 +-16617 981 +-619 2217 +-5734 -19925 +-3700 10762 +3988 -3586 3199 -2617 +-4626 -10248 +740 -2567 +-4301 8351 +-6944 -9018 +-2325 573 +-5638 1448 +-22081 5248 -6735 7136 +-6217 -8233 +-13887 11814 +11000 -3588 +2582 -12575 +11 2083 +3034 -11007 +12784 3244 16286 -11325 -9045 -656 -5674 -4435 -12375 -2964 --17051 6716 -14256 9489 -3580 10151 -6131 -16323 -15790 -8810 --6735 -13811 -8159 -9926 -18678 -16186 -20109 -4105 -12773 -22112 -21127 -11426 -3058 -5288 -2440 8999 -24436 -19807 --3981 19895 --4233 22904 --25518 7408 -2472 -3276 --8881 6253 --10415 750 --7960 8007 --21177 -14986 -4355 641 -12029 -5454 -7092 13782 -4437 -3550 -9630 -3660 -12726 -18016 -24879 -546 -5511 3484 --2001 5683 --1025 1095 --25123 3269 --12 -1276 --20522 -9982 --3242 7290 -1867 5495 -21783 13003 --6903 13002 -7626 3864 --16629 -9999 -2015 -26144 -11478 -13384 -26866 -18403 -14947 511 -20008 20931 --724 -6392 -20298 18174 -13259 18310 --803 9006 --9433 17118 --15370 -1584 --36426 -18773 -4961 -1510 --15271 1959 -14188 9048 --2179 -6689 -18039 18079 --4626 -10248 --6217 -8233 13174 -8855 -5301 -3019 --13406 -1846 --831 -13118 -6421 116 -12161 5490 --11290 -6744 --5233 -28806 -4284 -8066 -20581 -160 -5053 -19291 --4916 -9700 --13311 -5461 --659 -7143 -4638 -2981 --4471 -5533 --561 -11934 -30805 8233 -12813 1122 --2288 7371 --15041 13283 --9798 -1774 --16271 -3476 --7694 7821 --23286 -18449 -10719 -14281 -2584 -2541 -12443 -1057 --7461 -15266 -7631 7225 -7716 3107 -1323 16338 -15554 5110 -1109 11413 -4242 1442 --11417 24655 --16702 -3980 --2509 5207 -14710 -6785 -16634 -7980 -1263 -233 -2313 14150 --2681 -261 --9133 -952 --4902 -9518 -19326 -8257 -17217 -5980 -6351 15749 -14077 5174 -13857 24821 --7380 16526 --437 1345 --7607 17201 --10242 20537 --23953 11893 --17136 -5987 --19503 7633 --9021 -15597 -1604 -10290 -16756 -7144 --3285 22843 --14069 20532 -740 -2567 --13887 11814 -452 -7285 -20100 3362 --6308 22088 -1045 20116 --10608 10077 --805 21423 -685 1290 --4433 -12042 --6321 -1052 -27261 11662 -14779 5699 -1081 -14014 -6652 10259 -5236 5009 -15461 6625 -8844 752 -497 -1962 -11220 -19472 -9298 18832 --10411 26048 -4414 3223 --2607 21278 --9634 5605 --2904 811 --20210 7120 --19350 -11641 -29693 -19188 -11426 -20467 -20649 -11513 -14213 -1536 -13118 -1721 -2331 11067 -10789 4453 -15244 16934 -1692 19485 --15156 8888 --18409 2113 -5076 5993 -10709 -10803 --3176 16752 -3325 3425 -9377 6404 --3113 14301 --15378 -15663 --22320 -3306 -18972 -13927 -15123 4083 -9342 14856 --10713 8402 --536 27656 --10916 9226 -23658 3292 --2249 8617 --8676 15689 --23623 22486 --21948 505 --15366 -11475 --1676 -7785 --8840 -21029 -8150 19312 -8910 20620 --16617 981 --4301 8351 -11000 -3588 -20545 -10714 --5164 -2192 -20104 -6413 --11132 -3417 --12165 7856 -608 -2113 -6381 -13473 --5473 -12446 -12580 8776 -5381 2041 -10621 -1061 --9475 -4838 -11790 -9340 -14493 -1701 -9685 3323 --129 -8606 -24775 -4960 -4622 4304 -22366 7323 --713 -1216 --13051 21944 --10196 504 --14327 4034 --4532 10308 --10912 -10069 --2031 -10905 -28262 -3253 -2567 -15840 --7506 -5336 -5120 4130 -2439 15570 --2843 -1188 -15255 -6311 -2694 1122 -7144 10628 --15496 3391 --1383 57 -668 3985 --2236 -21198 -5515 15542 -9715 16202 -2929 27361 --23210 -4941 -114 1372 -11078 -13086 -10129 -26786 -17456 8175 -17328 4865 -1988 1943 -3564 11538 --7873 2405 --1433 8804 -349 29992 -1884 23180 -3185 21092 --21688 3338 --2124 -5890 --1651 -20829 -3299 3638 -9528 9705 --4544 14194 --619 2217 --6944 -9018 -2582 -12575 12442 -17492 -3514 14847 --1709 29184 -3435 12831 --7877 -7247 --24234 -4193 --2364 7133 -9309 8494 --8540 -12652 -9769 -15625 --1339 -7873 -21136 10528 --5905 -6391 -6122 3732 --9427 -1663 --21167 -10216 --2163 -10586 -18545 -13080 -2758 -9830 -14948 21597 --12630 16928 --900 7281 --8406 -11191 --11284 -3246 --11254 -8358 -10178 2602 --7711 7084 -21870 12703 -5801 4507 -3603 -5075 -11415 -5642 --5594 14816 -9347 2020 -6800 5475 --16171 25869 -6030 -4004 -15814 -1946 --10074 15834 --3723 -6640 -21337 -7005 -7743 2517 -6339 7921 --15845 11228 --9606 9135 -4881 -26647 -23065 -11351 -2359 10072 -3088 23312 -5627 -6716 --5207 9886 --22121 803 -14439 13263 --4425 5673 --9177 10642 --38022 -6198 --14316 3484 --1425 -17915 --11538 8022 --3593 -24845 -5740 7074 --2987 -7279 --5734 -19925 --2325 573 -11 2083 -4346 -23718 -10456 -1442 -2074 11765 --7515 1231 -9848 -54 --10838 -9536 --1237 -12345 -15623 -17608 -9974 4817 --2075 -5064 --1414 -4054 -1940 11213 -7494 -1655 --5862 10045 --4571 2677 --6574 10986 -15853 -23844 -21785 30369 -5737 36045 --29177 7152 --15568 11203 --26960 10734 -545 16639 --8113 -7311 -11163 -17678 --4245 -6447 --6534 -12681 -8688 -4629 --5695 -4791 -24519 5743 -7358 -5884 -13651 -7666 -9081 -2834 -27242 15870 --19189 13118 -4888 -2184 -11345 2572 -12458 8395 -16382 2165 -5299 -5657 -2253 11393 --11909 18566 --9949 -1633 -869 -11131 -13471 -1799 -24071 -11515 -11333 27058 --1645 4745 -9753 18120 --2443 10195 -2268 6212 -13710 9968 -7800 -2642 --2112 14427 --17710 18179 --30699 -17354 --12046 -15423 --4611 -1439 -5422 -9347 --283 13412 -134 170 --3700 10762 --5638 1448 -3034 -11007 -5957 -5634 -1967 -18550 --21964 10025 --8535 -16106 -3393 9384 -20093 -6391 -19128 16997 --11581 1721 --6310 6451 --19101 -26077 -13813 1695 -13380 12685 -14471 -21643 -8280 14533 --19989 5705 --8154 -4827 -11547 10304 --23813 -25464 --29121 17170 --24504 -12746 -1516 -25397 -12208 -2384 --5162 16390 -11828 12399 --12582 10421 --18057 -21593 --13370 -3508 --493 -19410 -4465 -28397 --672 -22178 --1810 -11045 -21425 -3093 --21573 -7789 -32153 -804 --19557 -2052 -12035 -5362 -8846 33432 --16911 6261 --7159 5977 -3576 2373 -1640 -7428 --9427 2827 -18117 -25355 --12116 -16225 -10466 16813 -6953 3108 -6175 -6502 -21235 -3527 -3887 -4755 -12265 -9318 --2168 -6944 --14169 1156 --28091 13019 -24174 -5501 -16924 6070 -22525 -8219 -1268 1419 --22811 -36205 --19342 -11550 -13801 -18073 --16262 2243 -17307 -2199 -394 -2656 -18306 -18314 --12041 131 -7299 37243 --5323 -7634 --31630 -1279 --11960 -7057 --1802 6878 --24373 39790 --7213 15235 -12163 38660 --4721 -4771 --11948 10592 --8481 -13745 --10661 19909 -19412 6375 --7676 19421 -43102 -442 --9054 885 --3195 -1403 --30572 3293 --18298 8051 -10819 842 -24469 -4112 --647 16047 --29846 4773 --30096 -21794 -4437 -19580 -9159 -8000 --8206 -14555 -18832 22703 --24695 -8836 --7563 -130 --19838 -16543 --6432 3189 -10459 7063 --21572 10844 --2232 32627 --59 26345 --9323 8421 -22539 -11512 --21603 2395 -9302 5654 --12337 16733 --2039 -6582 --2137 -16387 --11867 -911 -5485 -38507 --272 -3739 -9261 -4981 -3586 4732 -15745 -20035 -1975 -6813 -3320 11199 --17184 -8500 -520 1869 --8163 164 --5568 -11265 --19817 -18272 --45951 8622 --11123 3410 --5991 6873 --12978 -7444 --2361 -14329 -1278 -1760 --1407 -8932 --13172 5204 -19462 1281 --2228 29610 --23934 2564 -29198 -7740 --29884 1265 -4428 -4303 --13398 6333 --42039 5448 --4731 9684 --21489 -4428 --21873 7425 --25582 -2575 --5719 17070 --31639 -291 --21573 23091 --9678 -43969 --30549 37516 -14535 -5712 --310 -8948 -25393 -14699 -1123 10592 --7876 -4117 -15634 -5449 --17879 -7620 -7852 -18971 -2880 -29034 --12946 -21894 --8319 -28293 --894 7774 --1866 -12555 -12687 11093 --4086 18158 -9850 3447 -11618 -252 --9190 19936 -15994 1601 --22517 -11089 -40207 -16041 -12180 -18885 -17901 4762 --37629 -10764 --19857 -18974 --16974 -22773 -11569 -20096 -10539 6408 -10866 -13865 -297 21562 --8974 -3375 --17339 -14348 --5893 6840 --8019 -24452 --24799 3315 --3790 -3971 --13371 16585 --19869 5026 -11918 12960 --2244 -10109 -3772 -25791 --24387 -21770 --3409 -3538 --14346 -33720 -10761 4585 -10699 -8955 --9799 -13746 -13754 8548 -19858 14647 --17392 26346 --22645 -7061 --8807 6469 -6123 20741 --19775 25661 --13580 21407 --35504 -4730 --14784 12465 -17831 -4749 -17710 -194 --2537 -4722 -9430 9054 -22914 4096 --287 9785 --28577 -9915 --42794 -92 --15098 -18881 -16161 -31016 -9131 3960 -3709 19605 --13737 2655 -22102 7711 --32817 -5592 --3232 -22592 --21807 -12579 --473 17703 -982 -22193 -4175 -21644 -10161 -11864 --10021 -26871 -5036 -18200 --14081 23649 --5814 -11102 --15319 -261 --35439 -23087 --23269 -25384 -5889 -836 -21507 11281 --1516 19980 --17094 4117 --2213 -15814 --8185 -14537 --15524 -13894 -7727 -15362 -864 10642 --5683 24910 --23693 -5177 --13487 -16186 --4706 -1310 -4622 -2305 -23407 -10602 --11240 16251 --23654 18077 -88 -29790 -7701 11046 -294 -8104 --11506 -2030 --8734 -35090 -30356 -22051 --2597 5300 -20380 -13575 -8337 -7450 --10966 -891 --3074 -13964 -1146 -1074 -7312 -15262 --10992 -7468 -2949 14366 -2323 25252 --6116 11974 --31218 -15582 --41056 -5621 -18508 -1725 -6203 -8926 --749 -13528 --20436 2601 --20916 -7615 --16519 -11435 --1360 33429 --28490 -4494 --1759 -47596 -3287 -1182 -2100 -7951 -8047 7293 --24571 -8099 --2599 -35775 -5119 8168 --22340 -12414 --1547 -1788 --11628 353 --2049 -5970 --11308 870 -6041 -23210 --22734 -19980 --13918 -19935 -3043 -15392 -3636 5158 -108 1387 --32099 -14194 --27410 -9483 -10775 -21027 --6616 25178 --29752 -11594 --6988 -19024 -12215 -12757 -20951 -14496 --10138 -6020 -15652 -15741 --1644 15250 -28846 -18865 --11580 -14811 --4134 7569 --23271 13192 --1147 4595 --15738 -9562 -7689 -10033 --8254 -3014 --1090 10164 --14821 -17328 -3558 7876 --2712 -20906 --7913 -29032 -7265 1926 -107 -27065 --5890 -3192 -23670 646 -33258 13584 --26812 15741 --7511 2500 -13393 5770 --8503 3873 --25134 31106 -1115 25863 --23301 -15308 --27103 -11398 --17224 -3801 -1818 -14117 --4018 4648 --13380 -8545 --6573 13999 --367 6414 --25193 -6179 -15262 18118 --35637 -8343 --25686 -7886 -19351 -24805 -10009 -7163 -17674 -1392 --6686 -7968 --2601 1327 --4907 -10818 --36609 -17857 -6353 -6647 -10032 -10526 -6869 -5589 -3750 -26403 -6984 -9494 -9722 3473 -13906 10084 --7769 15017 -2176 26315 --29751 5659 --25209 -30822 -12643 -8620 -16555 -19335 --14195 -16802 -2853 -24824 -7142 -21079 --9839 -10193 --15486 -3970 --20332 8003 -23458 -14797 --828 609 --11651 6619 --21542 -7738 -22169 -9933 -9766 1917 -16975 -26588 --5749 -7712 --25700 -4722 -5548 5886 --11987 -5038 --14503 19488 --1629 -2011 --25118 -21218 -10171 -42573 -6176 -13053 -5563 -7000 --2890 12041 --10932 9781 +4346 -23718 +5957 -5634 +1967 -18550 +7299 37243 +19462 1281 +13754 8548 +-10966 -891 +33258 13584 14731 -25740 -12214 -1132 --10601 -19853 -12 29307 -37516 20123 --11610 11542 --25338 963 --7362 18080 --22492 2401 -7931 -2308 --10988 -19829 --1895 -1801 -7458 -11520 -16680 2877 -19829 20243 -6143 6674 --30621 16622 --11850 14212 --14946 -41000 -8707 -15226 -12869 -14137 --4097 19073 --5613 17666 --6192 -14242 --34587 -22169 --2164 -19135 --10959 -31915 --14930 -20437 --4164 11313 -8787 -440 -4351 -4441 -21258 -4909 -14369 -5314 -23278 -3742 --16079 8572 --47067 -8098 --4368 -47440 -24011 4117 --16283 29809 --2041 17358 --18902 719 --10759 -26980 --2411 -50663 --10977 -5962 --18154 -8461 -13429 -20670 -1681 -12682 -2859 36703 -11733 -11508 -18579 -5636 --16528 9735 --10719 8462 --665 5670 -35583 19168 --9220 8383 --8734 28937 -2353 -17315 -4965 21296 --10087 1385 -1121 9092 --1156 23988 --4543 -35536 -13144 -18950 -4170 -674 -8358 35268 +-21964 10025 +-5323 -7634 +-2228 29610 +19858 14647 +-3074 -13964 +-26812 15741 +12214 -1132 -4141 -1037 +-8535 -16106 +-31630 -1279 +-23934 2564 +-17392 26346 +1146 -1074 +-7511 2500 +-10601 -19853 -7193 2516 +3393 9384 +-11960 -7057 +29198 -7740 +-22645 -7061 +7312 -15262 +13393 5770 +12 29307 270 10808 +20093 -6391 +-1802 6878 +-29884 1265 +-8807 6469 +-10992 -7468 +-8503 3873 +37516 20123 14405 24233 +19128 16997 +-24373 39790 +4428 -4303 +6123 20741 +2949 14366 +-25134 31106 +-11610 11542 3856 19658 +-11581 1721 +-7213 15235 +-13398 6333 +-19775 25661 +2323 25252 +1115 25863 +-25338 963 -24592 26130 +-6310 6451 +12163 38660 +-42039 5448 +-13580 21407 +-6116 11974 +-23301 -15308 +-7362 18080 -43422 8193 +-19101 -26077 +-4721 -4771 +-4731 9684 +-35504 -4730 +-31218 -15582 +-27103 -11398 +-22492 2401 -7267 -7796 +13813 1695 +-11948 10592 +-21489 -4428 +-14784 12465 +-41056 -5621 +-17224 -3801 +7931 -2308 4644 -18722 +13380 12685 +-8481 -13745 +-21873 7425 +17831 -4749 +18508 -1725 +1818 -14117 +-10988 -19829 15450 -19231 +14471 -21643 +-10661 19909 +-25582 -2575 +17710 -194 +6203 -8926 +-4018 4648 +-1895 -1801 -8447 3988 +8280 14533 +19412 6375 +-5719 17070 +-2537 -4722 +-749 -13528 +-13380 -8545 +7458 -11520 10948 -12373 +-19989 5705 +-7676 19421 +-31639 -291 +9430 9054 +-20436 2601 +-6573 13999 +16680 2877 -11569 11094 +-8154 -4827 +43102 -442 +-21573 23091 +22914 4096 +-20916 -7615 +-367 6414 +19829 20243 1339 -16233 +11547 10304 +-9054 885 +-9678 -43969 +-287 9785 +-16519 -11435 +-25193 -6179 +6143 6674 -29466 13774 +-23813 -25464 +-3195 -1403 +-30549 37516 +-28577 -9915 +-1360 33429 +15262 18118 +-30621 16622 -27079 -10087 +-29121 17170 +-30572 3293 +14535 -5712 +-42794 -92 +-28490 -4494 +-35637 -8343 +-11850 14212 -14088 -31516 +-24504 -12746 +-18298 8051 +-310 -8948 +-15098 -18881 +-1759 -47596 +-25686 -7886 +-14946 -41000 20833 -20736 +1516 -25397 +10819 842 +25393 -14699 +16161 -31016 +3287 -1182 +19351 -24805 +8707 -15226 20162 -21090 +12208 -2384 +24469 -4112 +1123 10592 +9131 3960 +2100 -7951 +10009 -7163 +12869 -14137 25179 -13258 +-5162 16390 +-647 16047 +-7876 -4117 +3709 19605 +8047 7293 +17674 -1392 +-4097 19073 -18971 -15949 +11828 12399 +-29846 4773 +15634 -5449 +-13737 2655 +-24571 -8099 +-6686 -7968 +-5613 17666 -368 -13275 +-12582 10421 +-30096 -21794 +-17879 -7620 +22102 7711 +-2599 -35775 +-2601 1327 +-6192 -14242 -18883 -1048 +-18057 -21593 +4437 -19580 +7852 -18971 +-32817 -5592 +5119 8168 +-4907 -10818 +-34587 -22169 -11987 -19816 +-13370 -3508 +9159 -8000 +2880 -29034 +-3232 -22592 +-22340 -12414 +-36609 -17857 +-2164 -19135 -9531 1117 +-493 -19410 +-8206 -14555 +-12946 -21894 +-21807 -12579 +-1547 -1788 +6353 -6647 +-10959 -31915 -5131 -16644 +4465 -28397 +18832 22703 +-8319 -28293 +-473 17703 +-11628 353 +10032 -10526 +-14930 -20437 -577 -3665 +-672 -22178 +-24695 -8836 +-894 7774 +982 -22193 +-2049 -5970 +6869 -5589 +-4164 11313 -21458 -952 +-1810 -11045 +-7563 -130 +-1866 -12555 +4175 -21644 +-11308 870 +3750 -26403 +8787 -440 -5862 -11686 +21425 -3093 +-19838 -16543 +12687 11093 +10161 -11864 +6041 -23210 +6984 -9494 +4351 -4441 8073 1072 +-21573 -7789 +-6432 3189 +-4086 18158 +-10021 -26871 +-22734 -19980 +9722 3473 +21258 -4909 5564 -7416 +32153 -804 +10459 7063 +9850 3447 +5036 -18200 +-13918 -19935 +13906 10084 +14369 -5314 -10824 -3832 +-19557 -2052 +-21572 10844 +11618 -252 +-14081 23649 +3043 -15392 +-7769 15017 +23278 -3742 12038 4256 +12035 -5362 +-2232 32627 +-9190 19936 +-5814 -11102 +3636 5158 +2176 26315 +-16079 8572 -34127 30139 +8846 33432 +-59 26345 +15994 1601 +-15319 -261 +108 1387 +-29751 5659 +-47067 -8098 -31612 -20374 +-16911 6261 +-9323 8421 +-22517 -11089 +-35439 -23087 +-32099 -14194 +-25209 -30822 +-4368 -47440 -23662 -30862 +-7159 5977 +22539 -11512 +40207 -16041 +-23269 -25384 +-27410 -9483 +12643 -8620 +24011 4117 -2395 -19763 +3576 2373 +-21603 2395 +12180 -18885 +5889 -836 +10775 -21027 +16555 -19335 +-16283 29809 10964 14979 +1640 -7428 +9302 5654 +17901 4762 +21507 11281 +-6616 25178 +-14195 -16802 +-2041 17358 -13301 696 +-9427 2827 +-12337 16733 +-37629 -10764 +-1516 19980 +-29752 -11594 +2853 -24824 +-18902 719 707 -7986 +18117 -25355 +-2039 -6582 +-19857 -18974 +-17094 4117 +-6988 -19024 +7142 -21079 +-10759 -26980 -12030 -3041 +-12116 -16225 +-2137 -16387 +-16974 -22773 +-2213 -15814 +12215 -12757 +-9839 -10193 +-2411 -50663 -10001 13771 +10466 16813 +-11867 -911 +11569 -20096 +-8185 -14537 +20951 -14496 +-15486 -3970 +-10977 -5962 -18780 -28787 +6953 3108 +5485 -38507 +10539 6408 +-15524 -13894 +-10138 -6020 +-20332 8003 +-18154 -8461 22475 -1099 +6175 -6502 +-272 -3739 +10866 -13865 +7727 -15362 +15652 -15741 +23458 -14797 +13429 -20670 -4487 -31373 +21235 -3527 +9261 -4981 +297 21562 +864 10642 +-1644 15250 +-828 609 +1681 -12682 5503 11075 +3887 -4755 +3586 4732 +-8974 -3375 +-5683 24910 +28846 -18865 +-11651 6619 +2859 36703 -18299 -11784 +12265 -9318 +15745 -20035 +-17339 -14348 +-23693 -5177 +-11580 -14811 +-21542 -7738 +11733 -11508 -8755 -941 +-2168 -6944 +1975 -6813 +-5893 6840 +-13487 -16186 +-4134 7569 +22169 -9933 +18579 -5636 -5996 -884 +-14169 1156 +3320 11199 +-8019 -24452 +-4706 -1310 +-23271 13192 +9766 1917 +-16528 9735 -10514 -17263 +-28091 13019 +-17184 -8500 +-24799 3315 +4622 -2305 +-1147 4595 +16975 -26588 +-10719 8462 -18605 22853 +24174 -5501 +520 1869 +-3790 -3971 +23407 -10602 +-15738 -9562 +-5749 -7712 +-665 5670 -9538 12039 +16924 6070 +-8163 164 +-13371 16585 +-11240 16251 +7689 -10033 +-25700 -4722 +35583 19168 10710 -3137 +22525 -8219 +-5568 -11265 +-19869 5026 +-23654 18077 +-8254 -3014 +5548 5886 +-9220 8383 8962 1757 +1268 1419 +-19817 -18272 +11918 12960 +88 -29790 +-1090 10164 +-11987 -5038 +-8734 28937 16309 -395 +-22811 -36205 +-45951 8622 +-2244 -10109 +7701 11046 +-14821 -17328 +-14503 19488 +2353 -17315 3243 -24442 +-19342 -11550 +-11123 3410 +3772 -25791 +294 -8104 +3558 7876 +-1629 -2011 +4965 21296 -4490 -10689 +13801 -18073 +-5991 6873 +-24387 -21770 +-11506 -2030 +-2712 -20906 +-25118 -21218 +-10087 1385 4058 -17657 +-16262 2243 +-12978 -7444 +-3409 -3538 +-8734 -35090 +-7913 -29032 +10171 -42573 +1121 9092 -8009 27155 +17307 -2199 +-2361 -14329 +-14346 -33720 +30356 -22051 +7265 1926 +6176 -13053 +-1156 23988 419 -29873 +394 -2656 +1278 -1760 +10761 4585 +-2597 5300 +107 -27065 +5563 -7000 +-4543 -35536 -1706 1094 +18306 -18314 +-1407 -8932 +10699 -8955 +20380 -13575 +-5890 -3192 +-2890 12041 +13144 -18950 26630 12271 +-12041 131 +-13172 5204 +-9799 -13746 +8337 -7450 +23670 646 +-10932 9781 +4170 -674 20743 14211 diff --git a/AI_Engine_Development/AIE-ML/Design_Tutorials/07-Channelizer-Using-Vitis-Libraries/aie/channelizer/data/fft_back_o_2.txt b/AI_Engine_Development/AIE-ML/Design_Tutorials/07-Channelizer-Using-Vitis-Libraries/aie/channelizer/data/fft_back_o_2.txt index 1f0ca02392..d407632633 100644 --- a/AI_Engine_Development/AIE-ML/Design_Tutorials/07-Channelizer-Using-Vitis-Libraries/aie/channelizer/data/fft_back_o_2.txt +++ b/AI_Engine_Development/AIE-ML/Design_Tutorials/07-Channelizer-Using-Vitis-Libraries/aie/channelizer/data/fft_back_o_2.txt @@ -1,2048 +1,2048 @@ 5535 -7106 +6597 -5542 +7887 -5419 +10640 -7886 +10626 -2687 +11373 -2674 +11817 -5560 +12353 -563 10030 -746 +10079 -678 +11496 -296 +13316 266 +10462 -2315 +9529 3005 +11624 85 +12762 5236 9785 6553 +6562 8019 +6102 9908 +4781 7257 +3748 5420 +1610 6953 +-320 7150 +573 898 1206 3922 +2294 1669 +4462 4396 +4073 5505 +4850 3097 +3442 2330 +967 3520 +5704 5641 7726 2455 +6367 1048 +-333 4763 +2431 6844 +4107 5514 +7949 6319 +10086 7113 +6355 12374 5440 11034 +4917 18171 +3463 13879 +1075 14721 +-858 13560 +-2395 15425 +-9035 12135 +-4047 12146 -4593 11192 +-8826 7136 +-10064 11957 +-8538 8930 +-8696 6875 +-11743 4523 +-14525 -968 +-10016 6069 -9664 -1203 +-5613 3018 +-8781 -820 +-4666 793 +-3882 775 +-9048 2346 +-2542 -621 +-7476 -1211 -5835 1586 +-3340 1871 +-6730 1424 +-7517 6716 +-8421 1611 +-9133 -484 +-9177 1841 +-8717 -1073 -7091 225 +-8618 -2198 +-12168 -5291 +-12693 -1449 +-14086 -5848 +-12406 -6419 +-1973 -8584 +-8437 -13049 -7312 -10903 +-1224 -10705 +-4842 -11932 +-592 -11272 +-315 -13880 +-1520 -15491 +-961 -10734 +-1561 -11940 2572 -11190 +3383 -10161 +3621 -4438 +5767 -7622 +3542 -8949 +5998 -7518 +5070 -8907 +4483 -6166 6842 -3880 +9920 -7882 +8435 -4401 +9780 -2871 +8125 -845 +8641 -1697 +7590 683 +5917 -1332 5158 -1842 +4786 1218 +5464 1855 +2588 1639 +830 3361 +-987 4369 +6 1120 +-827 -2755 -2886 -4446 +-443 -3974 +-3284 -4284 +-677 -5216 +-2876 -4341 +1374 -7729 +7165 -10714 +6115 -11599 8571 -7503 +11040 -5321 +8973 -6788 +10614 -912 +12344 1954 +11310 2705 +13665 5339 +8413 5220 7959 7952 +6339 8574 +4462 15946 +-3200 11808 +501 13664 +-971 11874 +-2905 10018 +-8717 9115 -11002 9542 +-12252 7312 +-10106 6827 +-11529 804 +-12244 -2160 +-11283 -2448 +-6081 -3311 +-13571 -3496 -8172 -7094 +-4639 -5097 +-4903 -10831 +-1897 -10291 +-1899 -8680 +-412 -10015 +-4769 -8141 +3186 -12518 -3096 -7412 +-748 -4706 +6849 -9652 +2687 -6681 +1064 -2283 +3648 -7922 +666 -9677 +5461 -3391 569 -9051 +2842 -4301 +4713 -4131 +3701 -8110 +4634 -7588 +8024 -7053 +7380 -6244 +4928 -7602 3227 -4327 +3950 462 +5732 -6169 +6936 11 +4795 457 +6148 -1334 +5271 464 +674 478 1691 -1883 +3089 -2117 +5911 -3049 +3491 976 +2728 -2884 +2288 862 +3684 1535 +4584 47 3136 -2640 +2718 -1733 +3340 1200 +3442 -896 +1238 -3735 +-74 -901 +343 -717 +4442 -1364 916 -1975 +3560 -1968 +2853 -663 +-5417 2369 +-3490 -1881 +-2210 701 +-3184 -4476 +-3058 -5814 -690 -3001 +775 -7584 +81 -4542 +-1787 -8254 +3037 -5100 +2446 -4105 +898 -7634 +4630 -7627 1910 -5321 +5085 -2610 +6428 -7898 +3179 -7816 +6927 -3322 +10631 -3047 +8842 -2139 +5368 903 5820 1801 +10027 3456 +4516 -2682 +5377 577 +1748 5116 +6942 -101 +153 2373 +-1809 5167 -639 3801 +-2429 6726 +-4555 3473 +-2522 3128 +-4426 -1002 +-4673 2311 +-4266 -300 +-10432 223 -10700 -6473 +-7055 -6151 +-8155 -6533 +-6383 -7505 +-8278 -10072 +-5868 -12058 +-4357 -8829 +-2533 -14831 1167 -16924 +-1606 -13127 +1537 -11407 +-1785 -14914 +1128 -19013 +2179 -14687 +4740 -18240 +10203 -14555 10396 -13522 +12742 -10992 +10592 -9388 +15701 -9477 +16678 -9564 +16347 -3961 +17776 -2365 +10720 -805 15971 -522 +17763 3012 +12937 2697 +12672 2622 +8976 5521 +9287 5660 +8419 5482 +4967 8635 5777 5770 +1070 6707 +2926 1959 +-156 3606 +-194 893 +-2938 1367 +2824 -537 +1148 -4724 1196 -1176 +5068 -1665 +125 -3206 +276 -8345 +3830 -8120 +4054 -3322 +9368 1893 +2931 -327 4586 -293 +9215 635 +5513 -986 +67 -4024 +1581 -771 +1225 -2041 +4809 -4672 +1386 -4151 2821 -3235 -9984 -621 -13816 224 -9786 6782 -1903 5620 -9539 -1312 -5548 3429 -2647 1451 -9421 57 -10807 780 -10249 10355 --1492 11706 -6391 8372 --6023 10923 --13363 2133 --4765 -2419 --700 2136 --5456 -1569 --3042 771 --6041 -2024 --424 1657 -697 6147 --11256 -229 --5495 -2727 -8 -5658 --2831 -2514 --241 -12282 -1227 -9321 -6597 -5542 -10079 -678 -6562 8019 -2294 1669 -6367 1048 -4917 18171 --8826 7136 --5613 3018 --3340 1871 --8618 -2198 --1224 -10705 -3383 -10161 -9920 -7882 -4786 1218 --443 -3974 -11040 -5321 -6339 8574 --12252 7312 --4639 -5097 --748 -4706 -2842 -4301 -3950 462 -3089 -2117 -2718 -1733 -3560 -1968 -775 -7584 -5085 -2610 -10027 3456 --2429 6726 --7055 -6151 --1606 -13127 -12742 -10992 -17763 3012 -1070 6707 -5068 -1665 -9215 635 7655 -5764 +4573 -2417 +4282 -5865 +3066 -7416 +7043 -7777 +8461 -11665 +5789 -4216 +9984 -621 12746 -566 +13575 -2252 +9282 -4814 +12202 -901 +12151 -1657 +11309 1616 +7490 4229 +13816 224 8106 4288 +9514 -325 +13136 2880 +12619 632 +12493 2064 +10817 10268 +11145 6357 +9786 6782 8242 8599 +8909 4359 +8369 6434 +5036 4503 +4254 2374 +5468 6918 +7434 3773 +1903 5620 4764 6403 +4078 -558 +603 4994 +4367 -1669 +1863 68 +3401 961 +2303 655 +9539 -1312 7656 -568 +6682 985 +6336 4283 +5883 2834 +9943 1088 +8910 818 +7506 3959 +5548 3429 2339 8982 +3949 8039 +4666 4667 +4952 4247 +1506 6399 +3487 2618 +-961 6014 +2647 1451 2715 1728 +3145 -1683 +5927 443 +6760 156 +2104 6001 +5400 3596 +2863 -833 +9421 57 2970 -2998 +7387 -444 +4357 3912 +2148 2942 +3574 374 +4127 -1623 +9989 1683 +10807 780 12760 3009 +12570 201 +12139 7877 +11050 7015 +10330 6455 +10106 6054 +5388 5331 +10249 10355 7068 12536 +6725 12979 +7225 12204 +5102 9171 +5060 12797 +929 11827 +2035 11385 +-1492 11706 -2057 7885 +2718 5700 +-966 8394 +5509 5738 +2713 5415 +1475 8823 +3177 8031 +6391 8372 6493 10528 +790 14408 +1508 14616 +-2391 11998 +-2257 9604 +-1475 13472 +-187 13905 +-6023 10923 -6180 10722 +-4178 12534 +-6581 11774 +-9500 6141 +-8569 12549 +-9799 6012 +-12215 2347 +-13363 2133 -8147 4354 +-9278 1756 +-10621 1041 +-10085 2061 +-8253 -2765 +-8549 726 +-2121 -3889 +-4765 -2419 -6139 2119 +-7836 1575 +-5616 -1233 +1181 -2133 +-806 -4616 +-455 -3442 +1546 69 +-700 2136 -1553 5197 +-2945 1181 +-1070 583 +-743 -1470 +-6425 3319 +-5815 3089 +-5204 4060 +-5456 -1569 -7526 -1766 +-4711 166 +-6825 760 +-4448 -488 +-4468 3808 +464 1995 +-5444 -479 +-3042 771 -6051 368 +-5494 -36 +-5806 -1076 +-3566 -4516 +-2122 -2336 +-2197 -1408 +-4006 -5670 +-6041 -2024 -5712 -1520 +-1575 -4112 +-2159 -5372 +-3301 -2918 +-510 -3426 +-485 -2810 +2675 -5560 +-424 1657 2456 722 +4115 1853 +4231 1705 +5664 -1845 +1560 4571 +-3320 -346 +1064 940 +697 6147 -1258 7547 +-2271 4532 +-6165 2356 +-2077 3662 +-10181 4986 +-6283 2806 +-8661 3473 +-11256 -229 -10716 -590 +-12566 -5860 +-3497 -3378 +-4080 -7542 +-4442 -7408 +-6689 -8268 +-1463 -7062 +-5495 -2727 -4618 -7021 +3669 -6763 +-1301 -6623 +725 -7187 +-2478 -6908 +1607 -422 +-3541 -1611 +8 -5658 -2437 -602 +-3076 -2735 +-3279 -726 +-8919 -1743 +-5182 -1131 +-4371 -1788 +-2374 -5085 +-2831 -2514 -2986 -3301 +-2802 -4125 +-7490 -3659 +-4143 -8239 +-1915 -6342 +611 -9922 +-1145 -8623 +-241 -12282 -1617 -10039 +971 -10594 +625 -11087 +161 -8349 +2191 -5950 +1349 -10284 +-316 -6786 +1227 -9321 2576 -6583 -7887 -5419 -11496 -296 -6102 9908 -4462 4396 --333 4763 -3463 13879 --10064 11957 --8781 -820 --6730 1424 --12168 -5291 --4842 -11932 -3621 -4438 -8435 -4401 -5464 1855 --3284 -4284 -8973 -6788 -4462 15946 --10106 6827 --4903 -10831 -6849 -9652 -4713 -4131 -5732 -6169 -5911 -3049 -3340 1200 -2853 -663 -81 -4542 -6428 -7898 -4516 -2682 --4555 3473 --8155 -6533 -1537 -11407 -10592 -9388 -12937 2697 -2926 1959 -125 -3206 -5513 -986 -4573 -2417 -13575 -2252 -9514 -325 -8909 4359 -4078 -558 -6682 985 -3949 8039 -3145 -1683 -7387 -444 -12570 201 -6725 12979 -2718 5700 -790 14408 --4178 12534 --9278 1756 --7836 1575 --2945 1181 --4711 166 --5494 -36 --1575 -4112 -4115 1853 --2271 4532 --12566 -5860 -3669 -6763 --3076 -2735 --2802 -4125 -971 -10594 1711 -6174 -10640 -7886 -13316 266 -4781 7257 -4073 5505 -2431 6844 -1075 14721 --8538 8930 --4666 793 --7517 6716 --12693 -1449 --592 -11272 -5767 -7622 -9780 -2871 -2588 1639 --677 -5216 -10614 -912 --3200 11808 --11529 804 --1897 -10291 -2687 -6681 -3701 -8110 -6936 11 -3491 976 -3442 -896 --5417 2369 --1787 -8254 -3179 -7816 -5377 577 --2522 3128 --6383 -7505 --1785 -14914 -15701 -9477 -12672 2622 --156 3606 -276 -8345 -67 -4024 -4282 -5865 -9282 -4814 -13136 2880 -8369 6434 -603 4994 -6336 4283 -4666 4667 -5927 443 -4357 3912 -12139 7877 -7225 12204 --966 8394 -1508 14616 --6581 11774 --10621 1041 --5616 -1233 --1070 583 --6825 760 --5806 -1076 --2159 -5372 -4231 1705 --6165 2356 --3497 -3378 --1301 -6623 --3279 -726 --7490 -3659 -625 -11087 7497 -7930 -10626 -2687 -10462 -2315 -3748 5420 -4850 3097 -4107 5514 --858 13560 --8696 6875 --3882 775 --8421 1611 --14086 -5848 --315 -13880 -3542 -8949 -8125 -845 -830 3361 --2876 -4341 -12344 1954 -501 13664 --12244 -2160 --1899 -8680 -1064 -2283 -4634 -7588 -4795 457 -2728 -2884 -1238 -3735 --3490 -1881 -3037 -5100 -6927 -3322 -1748 5116 --4426 -1002 --8278 -10072 -1128 -19013 -16678 -9564 -8976 5521 --194 893 -3830 -8120 -1581 -771 -3066 -7416 -12202 -901 -12619 632 -5036 4503 -4367 -1669 -5883 2834 -4952 4247 -6760 156 -2148 2942 -11050 7015 -5102 9171 -5509 5738 --2391 11998 --9500 6141 --10085 2061 -1181 -2133 --743 -1470 --4448 -488 --3566 -4516 --3301 -2918 -5664 -1845 --2077 3662 --4080 -7542 -725 -7187 --8919 -1743 --4143 -8239 -161 -8349 8012 -5701 -11373 -2674 -9529 3005 -1610 6953 -3442 2330 -7949 6319 --2395 15425 --11743 4523 --9048 2346 --9133 -484 --12406 -6419 --1520 -15491 -5998 -7518 -8641 -1697 --987 4369 -1374 -7729 -11310 2705 --971 11874 --11283 -2448 --412 -10015 -3648 -7922 -8024 -7053 -6148 -1334 -2288 862 --74 -901 --2210 701 -2446 -4105 -10631 -3047 -6942 -101 --4673 2311 --5868 -12058 -2179 -14687 -16347 -3961 -9287 5660 --2938 1367 -4054 -3322 -1225 -2041 -7043 -7777 -12151 -1657 -12493 2064 -4254 2374 -1863 68 -9943 1088 -1506 6399 -2104 6001 -3574 374 -10330 6455 -5060 12797 -2713 5415 --2257 9604 --8569 12549 --8253 -2765 --806 -4616 --6425 3319 --4468 3808 --2122 -2336 --510 -3426 -1560 4571 --10181 4986 --4442 -7408 --2478 -6908 --5182 -1131 --1915 -6342 -2191 -5950 6645 -7905 -11817 -5560 -11624 85 --320 7150 -967 3520 -10086 7113 --9035 12135 --14525 -968 --2542 -621 --9177 1841 --1973 -8584 --961 -10734 -5070 -8907 -7590 683 -6 1120 -7165 -10714 -13665 5339 --2905 10018 --6081 -3311 --4769 -8141 -666 -9677 -7380 -6244 -5271 464 -3684 1535 -343 -717 --3184 -4476 -898 -7634 -8842 -2139 -153 2373 --4266 -300 --4357 -8829 -4740 -18240 -17776 -2365 -8419 5482 -2824 -537 -9368 1893 -4809 -4672 -8461 -11665 -11309 1616 -10817 10268 -5468 6918 -3401 961 -8910 818 -3487 2618 -5400 3596 -4127 -1623 -10106 6054 -929 11827 -1475 8823 --1475 13472 --9799 6012 --8549 726 --455 -3442 --5815 3089 -464 1995 --2197 -1408 --485 -2810 --3320 -346 --6283 2806 --6689 -8268 -1607 -422 --4371 -1788 -611 -9922 -1349 -10284 5282 -6040 -12353 -563 -12762 5236 -573 898 -5704 5641 -6355 12374 --4047 12146 --10016 6069 --7476 -1211 --8717 -1073 --8437 -13049 --1561 -11940 -4483 -6166 -5917 -1332 --827 -2755 -6115 -11599 -8413 5220 --8717 9115 --13571 -3496 -3186 -12518 -5461 -3391 -4928 -7602 -674 478 -4584 47 -4442 -1364 --3058 -5814 -4630 -7627 -5368 903 --1809 5167 --10432 223 --2533 -14831 -10203 -14555 -10720 -805 -4967 8635 -1148 -4724 -2931 -327 -1386 -4151 -5789 -4216 -7490 4229 -11145 6357 -7434 3773 -2303 655 -7506 3959 --961 6014 -2863 -833 -9989 1683 -5388 5331 -2035 11385 -3177 8031 --187 13905 --12215 2347 --2121 -3889 -1546 69 --5204 4060 --5444 -479 --4006 -5670 -2675 -5560 -1064 940 --8661 3473 --1463 -7062 --3541 -1611 --2374 -5085 --1145 -8623 --316 -6786 5116 -7465 10124 -5339 +16554 3638 +14162 4944 +6741 7148 +9895 8803 +-827 9515 +-3389 11575 +-2967 7934 -2013 1791 +-524 16096 +4834 9216 +-2099 7779 +-6918 15045 +1551 -2875 +-816 4348 +913 -2210 -4974 -4057 +9770 3292 +7648 -8143 +2048 1881 +-2912 9183 +-8360 9509 +5508 -8759 +8709 -761 5564 2278 +2337 9360 +-621 13709 +-891 -538 +3624 13820 +7291 2015 +3319 8890 +4367 15281 -5495 9853 +-5746 17870 +4617 22595 +-4075 10323 +-10345 15678 +-8892 4121 +-8913 11223 +-9146 -1733 -12173 2010 +-16514 -5735 +-7901 2112 +-15549 3394 +-2571 4948 +-8032 112 +-8517 -2215 +-6304 -7039 -22572 7652 +-7966 -1740 +-4903 -15688 +-18951 558 +-1805 -3706 +5070 852 +1909 -3887 +-8305 -1142 5510 -1102 +-13049 -10135 +-12685 15666 +-13475 -5851 +-14424 -446 +-7636 -2310 +-665 3586 +3069 -1084 -6904 -1456 +-14614 1575 +-4184 3337 +-5693 2051 +-12274 3689 +-10072 3076 +-4683 -853 +1399 -2513 -12734 10173 +-5285 296 +-8719 16411 +3380 -3332 +-7630 14446 +-3336 -1561 +-12959 4774 +-5739 11624 4294 4978 +-24848 5548 +-10590 1907 +-16428 -249 +-28030 -9081 +-13116 6594 +-12674 -645 +-23333 -3999 -20323 -4189 +-15052 -3369 +-20263 -5946 +-25808 -20609 +-9557 -6698 +-16043 -18793 +-17200 -16295 +-14633 -18888 -5081 -12077 +-8422 -23245 +-7078 -14824 +-11407 -13054 +-1841 -18784 +2100 -18742 +-16301 -10790 +243 -12255 -760 -5623 +8209 -13306 +461 -10302 +10352 -13150 +6015 -10139 +6609 -13549 +14386 -14860 +15496 -6511 5913 -5320 +2524 -10317 +9919 107 +4176 -11269 +-1118 -7248 +4769 -6071 +2153 -2570 +-3663 3573 -3267 9529 +1037 5388 +4240 5873 +-3107 814 +1062 -1542 +203 5141 +-1987 7044 +1546 17086 832 7141 +-4077 -767 +-830 982 +2084 10479 +-591 -2041 +324 6386 +-10488 -628 +-15765 17086 -3802 10029 +-3941 1015 +-6555 -4563 +-10312 13279 +-3414 2150 +-5609 836 +-17446 -3825 +-180 525 -6084 -2695 +-9410 -3626 +-4265 5198 +-12108 8527 +-14739 -10193 +-7999 -1750 +9357 2318 +-8765 7104 -7834 -4377 +-6110 -4005 +-14847 11348 +-6020 -3359 +-932 -9897 +-6452 3602 +-5519 -13886 +-3880 -3159 12134 -2578 --9821 -7818 --5044 -8303 +-14265 -3237 +-25007 -2836 +-5822 -120 +-6009 7313 +-15098 3363 +-14403 -2377 +-13609 -4971 +-9821 -7818 +-8563 -16953 +-13812 -3096 +-9888 -2796 +-8737 -5729 +-8994 -8193 +-9754 -10206 +-871 -10084 +-5044 -8303 +-102 -7083 +-3721 -15459 +-531 -10115 +3811 52 +10103 -8242 +3725 -4403 +-2653 -8921 2362 -8332 +1734 6726 +-8045 -6515 +-2602 -3110 +-1805 -17 +2170 -10265 +-6937 -13566 +-1436 -623 -3345 728 +-10353 7846 +-10994 -14192 +-13055 -6936 +-1961 -5462 +-2294 -8648 +-4330 17240 +-2001 -7082 -1178 -6186 +-3396 5137 +-6754 -1245 +-3799 3366 +-34 -4067 +256 -1181 +-8782 5620 +-11444 4177 -3763 -2824 +-9493 -6268 +-13642 -9675 +-592 -2342 +40 -12780 +-4913 -7646 +-7142 1149 +-8073 -9604 -7529 -9477 +-5623 -16260 +443 -7350 +-2585 -10659 +3884 -17113 +-491 -8494 +11601 -7730 +5514 -6306 2441 -4916 +10611 -6763 +22907 -1194 +9742 -7071 +6449 -1477 +15662 -5967 +5961 1031 +10491 -2145 9990 -5078 +3205 4618 +-3718 2513 +-2372 1233 +9581 -7838 +17452 -761 +11110 -25983 +-1551 8145 3860 -898 +5760 4202 +7847 -1044 +21104 9400 +7883 -914 +14303 -5184 +10014 5842 +14119 9650 7957 15034 +2553 15855 +9158 -448 +3735 10284 +-2106 19825 +4643 1841 +6580 11406 +6881 5907 4192 5897 +-4326 -1340 +-10154 4028 +1497 2966 +-4059 4045 +-2861 -1357 +-14503 -9381 +-3393 48 -7875 3539 +3218 -1472 +3344 31 +5460 -4956 +-4008 -3580 +4820 -8441 +623 -2895 +900 6267 1414 11778 +-8883 -1166 +8028 -7147 +9021 -1725 +9043 3981 +11984 9158 +3132 -4042 +17172 -1277 15476 1984 +15855 -3345 +8792 5460 +18690 10313 +16091 3666 +12293 10140 +9151 15742 +14964 878 17439 11472 +5140 13907 +11600 11301 +21207 19182 +12894 20965 +-1775 19303 +-4077 20087 +7899 5857 1871 16628 +3900 13238 +-13502 8764 +-5534 13311 +-432 15808 +2769 14305 +-5356 17710 +-1362 6965 -905 15711 +3880 6700 +-6865 22337 +-11488 17581 +-5481 15051 +-12986 19732 +-6478 16600 +-16234 14234 -16040 8845 +-20841 3017 +-20427 12547 +-22404 1553 +-7381 8705 +-5445 9788 +-12854 3784 +-20495 9973 -9948 802 +7396 -1371 +-1642 4421 +-4185 -3949 +-11032 3093 +456 -4794 +-3697 -1341 +2321 -9757 -12099 -7371 +-3618 10732 +-3321 13569 +-964 5104 +-1799 4828 +1972 8558 +-189 5324 +1013 7822 -940 5644 +-10671 18662 +-733 9027 +2678 6184 +-5556 15846 +-726 19146 +-462 19784 +-3230 8710 1246 11741 +-13235 15005 +-8738 8244 +-10884 17584 +-16825 6075 +-3883 3531 +-13613 9405 +-4654 16171 -15610 16039 +-17569 15016 +-27705 1985 +-8576 -5639 +-11032 8139 +-11512 7648 +-12604 7803 +-19379 1684 -11348 11867 +-16138 7130 +-18787 15 +-13481 -9573 +-20512 2896 +-5960 3872 +-24003 10043 +-13268 20418 -16221 -3171 +-15491 2596 +-10446 -9316 +-16178 1206 +-17958 9484 +-11415 8331 +-23201 -11107 +-6299 8116 -11411 -702 +-13980 -2197 +-20064 1069 +-8751 6208 +-30725 -8718 +-21242 -4592 +-8273 -9979 +-16997 1136 -12636 2113 +-9699 -6527 +-4454 -8586 +-7130 -5665 +-6609 -1959 +-6996 -708 +-13540 -10290 +-10875 -6304 -2665 4248 +-1038 -11411 +-1004 -6942 +-13595 764 +-6392 9329 +-2079 -6749 +-15936 -1921 +-16157 -880 8730 1553 +-9057 -7867 +-270 -9955 +-2184 1403 +-752 2980 +1547 -3755 +2912 3210 +-6833 6864 -1932 8227 +-2217 -7508 +-2690 5547 +-7664 6596 +-22332 3637 +-15057 -54 +-5967 8707 +-7671 -6216 -3063 -8358 +-6521 -2069 +-4334 1548 +-8798 3744 +-4891 1008 +1309 -3839 +-590 -305 +-19888 -4277 -3968 -1037 +2315 -7672 +-1339 2291 +4902 -429 +-4467 -1886 +811 5886 +-9531 4314 +607 6882 -8818 -2070 +-6090 10228 +-7498 10214 +-4432 4744 +-14169 4743 +-12331 -2406 +-4953 10869 +-12055 -189 -9361 -7077 +-12658 5237 +-16645 -1899 +-21255 5105 +-10225 -4853 +-11008 3144 +-12264 -3226 +-10398 -15214 -15587 -3566 --5546 -6973 --5087 -1400 --12142 -18687 -5899 -5722 -923 6039 --17133 -4176 -10012 -19984 -16554 3638 --524 16096 -9770 3292 -2337 9360 --5746 17870 --16514 -5735 --7966 -1740 --13049 -10135 --14614 1575 --5285 296 --24848 5548 --15052 -3369 --8422 -23245 -8209 -13306 -2524 -10317 -1037 5388 --4077 -767 --3941 1015 --9410 -3626 --6110 -4005 --14265 -3237 --8563 -16953 --102 -7083 -1734 6726 --10353 7846 --3396 5137 --9493 -6268 --5623 -16260 -10611 -6763 -3205 4618 -5760 4202 -2553 15855 --4326 -1340 -3218 -1472 --8883 -1166 -15855 -3345 -5140 13907 -3900 13238 -3880 6700 --20841 3017 -7396 -1371 --3618 10732 --10671 18662 --13235 15005 --17569 15016 --16138 7130 --15491 2596 --13980 -2197 --9699 -6527 --1038 -11411 --9057 -7867 --2217 -7508 --6521 -2069 -2315 -7672 --6090 10228 --12658 5237 -2361 -8158 --2514 -5892 --11696 -6791 --8325 -16540 -2507 -18152 -2109 5156 --995 -8034 -6756 -17980 -14162 4944 -4834 9216 -7648 -8143 --621 13709 -4617 22595 --7901 2112 --4903 -15688 --12685 15666 --4184 3337 --8719 16411 --10590 1907 --20263 -5946 --7078 -14824 -461 -10302 -9919 107 -4240 5873 --830 982 --6555 -4563 --4265 5198 --14847 11348 --25007 -2836 --13812 -3096 --3721 -15459 --8045 -6515 --10994 -14192 --6754 -1245 --13642 -9675 -443 -7350 -22907 -1194 --3718 2513 -7847 -1044 -9158 -448 --10154 4028 -3344 31 -8028 -7147 -8792 5460 -11600 11301 --13502 8764 --6865 22337 --20427 12547 --1642 4421 --3321 13569 --733 9027 --8738 8244 --27705 1985 --18787 15 --10446 -9316 --20064 1069 --4454 -8586 --1004 -6942 --270 -9955 --2690 5547 --4334 1548 --1339 2291 --7498 10214 --16645 -1899 -25224 -11350 --13751 -9379 --10416 -1972 --17227 -21605 -6592 -7887 --5223 -3267 --11549 -2904 -8354 -17939 -6741 7148 --2099 7779 -2048 1881 --891 -538 --4075 10323 --15549 3394 --18951 558 --13475 -5851 --5693 2051 -3380 -3332 --16428 -249 --25808 -20609 --11407 -13054 -10352 -13150 -4176 -11269 --3107 814 -2084 10479 --10312 13279 --12108 8527 --6020 -3359 --5822 -120 --9888 -2796 --531 -10115 --2602 -3110 --13055 -6936 --3799 3366 --592 -2342 --2585 -10659 -9742 -7071 --2372 1233 -21104 9400 -3735 10284 -1497 2966 -5460 -4956 -9021 -1725 -18690 10313 -21207 19182 --5534 13311 --11488 17581 --22404 1553 --4185 -3949 --964 5104 -2678 6184 --10884 17584 --8576 -5639 --13481 -9573 --16178 1206 --8751 6208 --7130 -5665 --13595 764 --2184 1403 --7664 6596 --8798 3744 -4902 -429 --4432 4744 --21255 5105 -13299 5282 +-14841 744 +-11138 -1686 +-1554 -5090 +-14335 -7292 +-5546 -6973 +-2514 -5892 +-13751 -9379 -12135 -8676 +-7779 -5104 +-1505 -12530 +-10223 -5321 +-13875 -745 +-5087 -1400 +-11696 -6791 +-10416 -1972 -20786 -6110 +-10214 4415 +-6305 -6721 +560 -9912 +-16016 -8996 +-12142 -18687 +-8325 -16540 +-17227 -21605 -9210 -16755 +-3835 -7171 +-3271 -14591 +-1242 -18634 +2771 -18653 +5899 -5722 +2507 -18152 +6592 -7887 11378 -7652 +4185 -4905 +5790 -9127 +10343 1679 +-2276 3384 +923 6039 +2109 5156 +-5223 -3267 -7200 90 +-3704 10958 +-14582 -4434 +-21437 -8043 +-13443 -10957 +-17133 -4176 +-995 -8034 +-11549 -2904 -1061 -2634 +2084 -22262 +3367 -13546 +-11689 -13184 +1489 -13985 +10012 -19984 +6756 -17980 +8354 -17939 14505 -9032 -9895 8803 --6918 15045 --2912 9183 -3624 13820 --10345 15678 --2571 4948 --1805 -3706 --14424 -446 --12274 3689 --7630 14446 --28030 -9081 --9557 -6698 --1841 -18784 -6015 -10139 --1118 -7248 -1062 -1542 --591 -2041 --3414 2150 --14739 -10193 --932 -9897 --6009 7313 --8737 -5729 -3811 52 --1805 -17 --1961 -5462 --34 -4067 -40 -12780 -3884 -17113 -6449 -1477 -9581 -7838 -7883 -914 --2106 19825 --4059 4045 --4008 -3580 -9043 3981 -16091 3666 -12894 20965 --432 15808 --5481 15051 --7381 8705 --11032 3093 --1799 4828 --5556 15846 --16825 6075 --11032 8139 --20512 2896 --17958 9484 --30725 -8718 --6609 -1959 --6392 9329 --752 2980 --22332 3637 --4891 1008 --4467 -1886 --14169 4743 --10225 -4853 --14841 744 --7779 -5104 --10214 4415 --3835 -7171 -4185 -4905 --3704 10958 -2084 -22262 7598 -3192 --827 9515 -1551 -2875 --8360 9509 -7291 2015 --8892 4121 --8032 112 -5070 852 --7636 -2310 --10072 3076 --3336 -1561 --13116 6594 --16043 -18793 -2100 -18742 -6609 -13549 -4769 -6071 -203 5141 -324 6386 --5609 836 --7999 -1750 --6452 3602 --15098 3363 --8994 -8193 -10103 -8242 -2170 -10265 --2294 -8648 -256 -1181 --4913 -7646 --491 -8494 -15662 -5967 -17452 -761 -14303 -5184 -4643 1841 --2861 -1357 -4820 -8441 -11984 9158 -12293 10140 --1775 19303 -2769 14305 --12986 19732 --5445 9788 -456 -4794 -1972 8558 --726 19146 --3883 3531 --11512 7648 --5960 3872 --11415 8331 --21242 -4592 --6996 -708 --2079 -6749 -1547 -3755 --15057 -54 -1309 -3839 -811 5886 --12331 -2406 --11008 3144 --11138 -1686 --1505 -12530 --6305 -6721 --3271 -14591 -5790 -9127 --14582 -4434 -3367 -13546 14807 -10455 --3389 11575 --816 4348 -5508 -8759 -3319 8890 --8913 11223 --8517 -2215 -1909 -3887 --665 3586 --4683 -853 --12959 4774 --12674 -645 --17200 -16295 --16301 -10790 -14386 -14860 -2153 -2570 --1987 7044 --10488 -628 --17446 -3825 -9357 2318 --5519 -13886 --14403 -2377 --9754 -10206 -3725 -4403 --6937 -13566 --4330 17240 --8782 5620 --7142 1149 -11601 -7730 -5961 1031 -11110 -25983 -10014 5842 -6580 11406 --14503 -9381 -623 -2895 -3132 -4042 -9151 15742 --4077 20087 --5356 17710 --6478 16600 --12854 3784 --3697 -1341 --189 5324 --462 19784 --13613 9405 --12604 7803 --24003 10043 --23201 -11107 --8273 -9979 --13540 -10290 --15936 -1921 -2912 3210 --5967 8707 --590 -305 --9531 4314 --4953 10869 --12264 -3226 --1554 -5090 --10223 -5321 -560 -9912 --1242 -18634 -10343 1679 --21437 -8043 --11689 -13184 10798 -8257 --2967 7934 -913 -2210 -8709 -761 -4367 15281 --9146 -1733 --6304 -7039 --8305 -1142 -3069 -1084 -1399 -2513 --5739 11624 --23333 -3999 --14633 -18888 -243 -12255 -15496 -6511 --3663 3573 -1546 17086 --15765 17086 --180 525 --8765 7104 --3880 -3159 --13609 -4971 --871 -10084 --2653 -8921 --1436 -623 --2001 -7082 --11444 4177 --8073 -9604 -5514 -6306 -10491 -2145 --1551 8145 -14119 9650 -6881 5907 --3393 48 -900 6267 -17172 -1277 -14964 878 -7899 5857 --1362 6965 --16234 14234 --20495 9973 -2321 -9757 -1013 7822 --3230 8710 --4654 16171 --19379 1684 --13268 20418 --6299 8116 --16997 1136 --10875 -6304 --16157 -880 --6833 6864 --7671 -6216 --19888 -4277 -607 6882 --12055 -189 --10398 -15214 --14335 -7292 --13875 -745 --16016 -8996 -2771 -18653 --2276 3384 --13443 -10957 -1489 -13985 10123 -3137 4876 -5803 +-8114 -15702 +1434 -8305 +1764 1828 +3269 -12340 +19521 405 +21733 2583 +3473 -10675 10671 5740 +779 -20467 +-13387 -4551 +-8712 -1226 +-1365 -25891 +-2131 12536 +4308 -5577 +-12469 1452 12075 3314 +-11412 -6605 +275 2084 +-953 608 +10860 -4711 +17090 -6760 +5669 14153 +-10115 11582 -11445 -5450 --5568 3396 --4118 5688 -14941 -19114 +-2112 -12027 +3342 -10948 +5365 -2790 +1132 -3219 +-16350 13690 +-1694 7209 +-14924 -3551 +-5568 3396 +3320 -5253 +-11808 -15136 +-1796 -307 +12490 -4246 +-6055 13451 +-17566 369 +-3401 13100 +-4118 5688 +5007 5930 +-15161 5468 +4538 -652 +-14508 6237 +-11900 -4547 +105 12149 +-17240 1918 +14941 -19114 +-12044 8109 +-11069 9875 +293 -8306 +-15481 -6438 +-14286 -14369 +-10284 -29 +6121 -11385 -16119 -4430 +4085 7620 +4019 -20327 +608 4061 +11162 -9550 +1181 -4754 +-15385 -7926 +-9888 7067 6066 -4057 +8948 4464 +2842 2462 +-7818 -20330 +8029 -20745 +2554 -3534 +-2256 1107 +-25880 -1294 -6890 -8802 +-10523 3326 +-5453 -32223 +-10997 -6353 +9431 -31195 +-1888 -8413 +-2902 -14300 +-5635 -9577 -27454 -9528 +3972 -13433 +-1130 -3629 +-2411 -6974 +22602 6166 +-1836 -7994 +-1413 -20612 +15827 -927 17722 -8090 +64 -18886 +5541 -23580 +2673 4903 +-5940 -14813 +-11050 3036 +11800 -844 +9304 -10956 -7572 -14051 +12641 8200 +7964 -7119 +26148 -9707 +10153 11056 +-1722 1659 +24177 225 +8029 3200 10480 -3556 +3609 -4232 +6319 -11248 +5733 10090 +4823 2089 +13630 8788 +-4987 14035 +-17098 5211 14416 11973 +11732 27416 +-9377 -1482 +7975 18454 +11346 7846 +3729 9674 +-3092 23601 +14279 3390 20617 -7003 +6747 -5333 +-388 6438 +8431 1257 +9539 -7402 +3272 1281 +-7346 -10385 +6544 -17709 4020 -5425 +16801 10025 +10565 -1732 +9269 1721 +5056 17997 +8628 -1260 +13682 15942 +20456 -10720 8197 1688 +-203 10587 +19836 7999 +31521 -9953 +-1586 9443 +2351 11968 +15555 22995 +17923 -1473 -2718 11966 +6357 13707 +-10305 6092 +-1112 843 +8150 29716 +-2866 16047 +-21286 11649 +1926 13533 -3220 15386 +-1516 975 +4944 -952 +-3484 14091 +-17714 16061 +-11060 9071 +-9229 34360 +-3029 6950 -31349 23129 +4218 17386 +375 -74 +-15162 12305 +-19900 2483 +-9602 4185 +-9390 14870 +-6924 20194 -4878 2171 +-5877 10803 +-8474 6443 +-4681 -10136 +-7187 -7381 +-6844 -5693 +-10777 -5640 +-11452 4024 1205 12005 +-16354 -7927 +-13530 12977 +3651 -13613 +-2893 -14170 +-18227 -1316 +-11365 -12549 +4345 3971 -10003 18025 +-14491 -8176 +-5588 -11413 +-10764 -5132 +-11897 -10479 +-14874 -2115 +2561 -5094 +-24569 -15655 2730 -11030 +-2675 -14270 +10144 18019 +22567 -6228 +-423 8175 +-2465 -8777 +-1981 -41027 +3210 -1654 11312 -4858 +5218 -11997 +16969 -10881 +12856 -9028 +-378 -2821 +-2689 -20561 +15998 -3315 +986 -2771 3749 7412 +-1961 -10341 +-158 1470 +-1169 -11498 +-4169 -5114 +-12451 -4527 +-7266 -24123 +11146 -13280 11041 -6779 +-4062 6802 +10114 -6394 +-4177 -3629 +-1779 -2145 +-8552 -4402 +4472 -9824 +15226 -8603 25174 -11365 +6670 -23655 +-15905 -25682 +4849 2868 +4457 2831 +-10613 2619 +-3252 -9526 +277 -5598 7800 21083 +8880 -1188 +19606 -19231 +11817 -13302 +1967 10028 +-9319 3129 +3049 25362 +13572 -4960 -2915 13058 +15705 -18342 +-7797 -7934 +4056 -12283 +17427 11971 +7515 7477 +10583 -12069 +-4967 -15621 18466 -19129 +22013 -34071 +10850 7583 +13986 -10627 +20145 -17339 +17177 10800 +178 -2398 +24135 6104 9068 7649 +4498 15692 +25246 17033 +6892 10702 +24519 680 +13085 9263 +24693 27633 +8417 2859 8761 1173 +1724 11308 +-2855 25962 +1915 8624 +23255 23813 +8030 23392 +3070 22990 +-7874 7199 5865 -9544 +5575 11304 +-13628 13860 +-5599 16122 +-13810 10383 +421 -19960 +3792 5092 +-10424 -180 -13467 7483 +-10336 8988 +10212 -3474 +-2574 15735 +-2877 479 +-2831 -15105 +1056 -9216 +224 9056 -8914 -3672 +-4031 6101 +-2924 -3890 +-21960 -11896 +-3930 -10597 +1991 -7771 +11812 -148 +-546 3545 -258 -14084 +-4706 -7471 +12044 16714 +16205 13257 +4669 -7312 +-6556 13944 +7998 -6345 +3493 2340 -5618 2525 +-5023 9252 +11038 -8941 +21531 -7640 +10241 10361 +15390 4850 +-2765 -8703 +9299 9742 19042 -1607 -8872 7269 -5888 29160 --9948 12991 --30156 -1934 --9770 -27016 -7336 -19351 -16206 22706 -9999 7877 -7244 -1805 --3424 -2539 --6530 8473 --5208 8418 --12805 24879 --17022 9253 --23095 25310 --948 17813 -4852 -26710 --17120 -16585 -9665 -755 -1870 8559 --12668 2804 --9552 -6882 -1693 -10023 --17167 2541 --8114 -15702 -779 -20467 --11412 -6605 --2112 -12027 -3320 -5253 -5007 5930 --12044 8109 -4085 7620 -8948 4464 --10523 3326 -3972 -13433 -64 -18886 -12641 8200 -3609 -4232 -11732 27416 -6747 -5333 -16801 10025 --203 10587 -6357 13707 --1516 975 -4218 17386 --5877 10803 --16354 -7927 --14491 -8176 --2675 -14270 -5218 -11997 --1961 -10341 --4062 6802 -6670 -23655 -8880 -1188 -15705 -18342 -22013 -34071 -4498 15692 -1724 11308 -5575 11304 --10336 8988 --4031 6101 --4706 -7471 --5023 9252 12675 8542 +6444 12689 +15025 20976 +-10929 3316 +-13142 10718 +1175 8085 +15330 9426 +8872 7269 -19940 3694 +-18738 8998 +-5056 17714 +-3433 10785 +-5840 16778 +-334 8041 +-5432 28104 +5888 29160 1831 4376 +-434 -12658 +-12181 9614 +-6768 5386 +-7338 4747 +-19580 4557 +-28640 1426 +-9948 12991 11703 -18503 +-8345 3462 +-17671 10830 +-7124 -5842 +-12119 -14925 +-24323 -8606 +-18322 -8361 +-30156 -1934 -5054 -11612 +5908 -7210 +-357 -18624 +6688 8415 +-13370 -10294 +1075 -18183 +-4246 -26605 +-9770 -27016 23670 -30341 +10738 -17605 +14118 -17416 +23415 -24473 +14931 -31737 +30049 -23015 +26908 -1912 +7336 -19351 17544 -3042 +17863 5872 +12579 19684 +30307 3861 +11118 2875 +25232 6187 +26112 -3709 +16206 22706 14611 12897 +1096 26780 +12197 -1201 +20299 -42 +4334 8033 +30889 32321 +-10172 14596 +9999 7877 3643 13706 +1087 16752 +-3289 -8266 +26402 16601 +9530 14460 +-1927 15205 +6347 -1199 +7244 -1805 -8057 7877 +439 9712 +-641 1521 +3032 -8333 +-10 9972 +14336 10722 +2186 284 +-3424 -2539 -130 26754 +4574 5107 +23606 -3470 +11451 -10807 +3306 9081 +25684 21363 +13389 25526 +-6530 8473 13708 22620 +-13447 25197 +-5310 11353 +-6096 6077 +-165 28219 +-11447 11540 +3535 12152 +-5208 8418 1681 24698 +-4698 7918 +-2998 7042 +-477 14912 +-5862 17194 +-8829 -3893 +-16026 14668 +-12805 24879 -5104 9462 +-9643 22468 +-13094 16422 +-15443 24281 +-14454 27715 +-15196 5421 +17671 8593 +-17022 9253 -9924 25533 +-8887 2113 +-13046 8533 +-9236 24161 +-13892 -2690 +-15998 3201 +-24077 10016 +-23095 25310 -20498 -2913 +-18690 -7273 +-21672 -15319 +-21307 -5117 +-19365 9514 +-15807 -15045 +-5715 20017 +-948 17813 -392 -9908 +-3124 4553 +702 -8095 +-18870 238 +-18553 -9501 +-15985 -6380 +-19907 9645 +4852 -26710 -14213 -17284 +22692 3005 +-11225 -21384 +-5185 -7219 +2559 -8663 +-25001 -7481 +6466 10096 +-17120 -16585 -12063 -13378 +8673 -2682 +11625 8888 +-9759 6988 +-2811 -160 +-6810 1339 +11611 -22401 +9665 -755 20705 -2133 +12019 592 +8097 -11300 +-1156 -3203 +-2377 -7933 +-20670 12257 +-21 1089 +1870 8559 -2676 18341 +11034 7192 +16345 2995 +-5977 -11093 +9639 10605 +-1957 2041 +2060 12464 +-12668 2804 4519 7284 +-7757 4165 +-5655 9627 +6551 -397 +-6540 4208 +-18658 -3477 +241 -5291 +-9552 -6882 -11165 -969 +-15889 11555 +-4906 -8123 +-14014 -8086 +229 -3308 +7543 1159 +552 6035 +1693 -10023 -16153 3596 +1289 -17531 +-10831 -15082 +-6088 7382 +-6722 -10959 +12961 -7567 +-1829 4067 +-17167 2541 1457 -8218 -1434 -8305 --13387 -4551 -275 2084 -3342 -10948 --11808 -15136 --15161 5468 --11069 9875 -4019 -20327 -2842 2462 --5453 -32223 --1130 -3629 -5541 -23580 -7964 -7119 -6319 -11248 --9377 -1482 --388 6438 -10565 -1732 -19836 7999 --10305 6092 -4944 -952 -375 -74 --8474 6443 --13530 12977 --5588 -11413 -10144 18019 -16969 -10881 --158 1470 -10114 -6394 --15905 -25682 -19606 -19231 --7797 -7934 -10850 7583 -25246 17033 --2855 25962 --13628 13860 -10212 -3474 --2924 -3890 -12044 16714 -11038 -8941 -6444 12689 --18738 8998 --434 -12658 --8345 3462 -5908 -7210 -10738 -17605 -17863 5872 -1096 26780 -1087 16752 -439 9712 -4574 5107 --13447 25197 --4698 7918 --9643 22468 --8887 2113 --18690 -7273 --3124 4553 -22692 3005 -8673 -2682 -12019 592 -11034 7192 --7757 4165 --15889 11555 -1289 -17531 7392 -7630 -1764 1828 --8712 -1226 --953 608 -5365 -2790 --1796 -307 -4538 -652 -293 -8306 -608 4061 --7818 -20330 --10997 -6353 --2411 -6974 -2673 4903 -26148 -9707 -5733 10090 -7975 18454 -8431 1257 -9269 1721 -31521 -9953 --1112 843 --3484 14091 --15162 12305 --4681 -10136 -3651 -13613 --10764 -5132 -22567 -6228 -12856 -9028 --1169 -11498 --4177 -3629 -4849 2868 -11817 -13302 -4056 -12283 -13986 -10627 -6892 10702 -1915 8624 --5599 16122 --2574 15735 --21960 -11896 -16205 13257 -21531 -7640 -15025 20976 --5056 17714 --12181 9614 --17671 10830 --357 -18624 -14118 -17416 -12579 19684 -12197 -1201 --3289 -8266 --641 1521 -23606 -3470 --5310 11353 --2998 7042 --13094 16422 --13046 8533 --21672 -15319 -702 -8095 --11225 -21384 -11625 8888 -8097 -11300 -16345 2995 --5655 9627 --4906 -8123 --10831 -15082 -13554 -17001 -3269 -12340 --1365 -25891 -10860 -4711 -1132 -3219 -12490 -4246 --14508 6237 --15481 -6438 -11162 -9550 -8029 -20745 -9431 -31195 -22602 6166 --5940 -14813 -10153 11056 -4823 2089 -11346 7846 -9539 -7402 -5056 17997 --1586 9443 -8150 29716 --17714 16061 --19900 2483 --7187 -7381 --2893 -14170 --11897 -10479 --423 8175 --378 -2821 --4169 -5114 --1779 -2145 -4457 2831 -1967 10028 -17427 11971 -20145 -17339 -24519 680 -23255 23813 --13810 10383 --2877 479 --3930 -10597 -4669 -7312 -10241 10361 --10929 3316 --3433 10785 --6768 5386 --7124 -5842 -6688 8415 -23415 -24473 -30307 3861 -20299 -42 -26402 16601 -3032 -8333 -11451 -10807 --6096 6077 --477 14912 --15443 24281 --9236 24161 --21307 -5117 --18870 238 --5185 -7219 --9759 6988 --1156 -3203 --5977 -11093 -6551 -397 --14014 -8086 --6088 7382 1663 -10654 -19521 405 --2131 12536 -17090 -6760 --16350 13690 --6055 13451 --11900 -4547 --14286 -14369 -1181 -4754 -2554 -3534 --1888 -8413 --1836 -7994 --11050 3036 --1722 1659 -13630 8788 -3729 9674 -3272 1281 -8628 -1260 -2351 11968 --2866 16047 --11060 9071 --9602 4185 --6844 -5693 --18227 -1316 --14874 -2115 --2465 -8777 --2689 -20561 --12451 -4527 --8552 -4402 --10613 2619 --9319 3129 -7515 7477 -17177 10800 -13085 9263 -8030 23392 -421 -19960 --2831 -15105 -1991 -7771 --6556 13944 -15390 4850 --13142 10718 --5840 16778 --7338 4747 --12119 -14925 --13370 -10294 -14931 -31737 -11118 2875 -4334 8033 -9530 14460 --10 9972 -3306 9081 --165 28219 --5862 17194 --14454 27715 --13892 -2690 --19365 9514 --18553 -9501 -2559 -8663 --2811 -160 --2377 -7933 -9639 10605 --6540 4208 -229 -3308 --6722 -10959 -11603 -1868 -21733 2583 -4308 -5577 -5669 14153 --1694 7209 --17566 369 -105 12149 --10284 -29 --15385 -7926 --2256 1107 --2902 -14300 --1413 -20612 -11800 -844 -24177 225 --4987 14035 --3092 23601 --7346 -10385 -13682 15942 -15555 22995 --21286 11649 --9229 34360 --9390 14870 --10777 -5640 --11365 -12549 -2561 -5094 --1981 -41027 -15998 -3315 --7266 -24123 -4472 -9824 --3252 -9526 -3049 25362 -10583 -12069 -178 -2398 -24693 27633 -3070 22990 -3792 5092 -1056 -9216 -11812 -148 -7998 -6345 --2765 -8703 -1175 8085 --334 8041 --19580 4557 --24323 -8606 -1075 -18183 -30049 -23015 -25232 6187 -30889 32321 --1927 15205 -14336 10722 -25684 21363 --11447 11540 --8829 -3893 --15196 5421 --15998 3201 --15807 -15045 --15985 -6380 --25001 -7481 --6810 1339 --20670 12257 --1957 2041 --18658 -3477 -7543 1159 -12961 -7567 -2818 -1302 -3473 -10675 --12469 1452 --10115 11582 --14924 -3551 --3401 13100 --17240 1918 -6121 -11385 --9888 7067 --25880 -1294 --5635 -9577 -15827 -927 -9304 -10956 -8029 3200 --17098 5211 -14279 3390 -6544 -17709 -20456 -10720 -17923 -1473 -1926 13533 --3029 6950 --6924 20194 --11452 4024 -4345 3971 --24569 -15655 -3210 -1654 -986 -2771 -11146 -13280 -15226 -8603 -277 -5598 -13572 -4960 --4967 -15621 -24135 6104 -8417 2859 --7874 7199 --10424 -180 -224 9056 --546 3545 -3493 2340 -9299 9742 -15330 9426 --5432 28104 --28640 1426 --18322 -8361 --4246 -26605 -26908 -1912 -26112 -3709 --10172 14596 -6347 -1199 -2186 284 -13389 25526 -3535 12152 --16026 14668 -17671 8593 --24077 10016 --5715 20017 --19907 9645 -6466 10096 -11611 -22401 --21 1089 -2060 12464 -241 -5291 -552 6035 --1829 4067 -4603 -13917 -2331 12598 --3603 2062 --22095 -1830 -8143 11163 -30874 14661 -15561 3957 --24859 27819 -374 -4300 --31947 21029 -6879 -1858 -31895 678 --6485 3598 -17732 18393 --1946 498 --26318 -18307 --32468 -217 --1755 5048 --19410 -5619 --4165 -15566 -3172 -22634 -19715 -34618 --1786 1824 --5678 -18362 --2495 -39383 --25935 -3283 --21836 -17899 --10552 -33132 --14493 -496 --27762 -6302 --3651 -43439 -17892 -40897 --19377 -1865 --5813 -8798 -12030 225 --6913 18451 -2693 8254 --20752 -10870 --2100 -1867 -28566 -21366 --11031 17286 --18183 9099 --15119 -28625 --10866 -39033 -34233 -27808 -30575 1522 -13565 -7256 -5747 -15113 --20681 20168 --12143 8088 --896 -9911 --10174 -20376 --9963 -6333 --4173 -11649 -24124 2242 --7243 -22555 --31618 -21372 --31755 29611 --1779 20138 --25251 -14896 --9920 -10340 -13119 -15729 -12864 1321 --5940 2772 -25082 -12392 -23964 28129 -15070 18495 --12737 10758 --1332 6863 -3968 7019 --15149 31940 -1101 -8755 --6660 1852 --21216 -13998 -12677 -16065 -12801 -657 --8583 11376 --11064 3471 -10832 15011 --10225 -33818 --14652 7865 --12106 -23265 --21986 2615 --18204 -1524 -5492 4445 --7564 -11501 --13938 1084 --2762 12354 --9633 -11894 --3253 -27186 --542 -21045 -14736 9921 -19194 -17220 --3339 19619 --766 -11525 --7702 14676 --6891 27843 -21908 1501 -1796 2839 -3004 2812 --939 7532 --1973 -19600 -7148 -287 -4757 -5831 -3945 3127 -3102 25410 --26826 -16095 --35515 5631 -15830 6107 --24132 -5400 -6220 -12922 -17771 -7284 -15205 -4341 -10474 4739 --8572 -22043 -8500 -12381 --12509 -1102 --13864 2362 --11703 -13528 --601 5863 --35692 16204 --2625 18774 -3915 1154 --37752 3698 --3068 -14061 --19721 3893 --8481 -7004 -7437 -26036 -11815 8189 --5131 5396 -26685 22528 --22408 7773 --2045 90 -7734 18435 -14845 8978 --9592 6099 --1393 6412 --25386 -15026 --8373 11112 --6534 -11333 --4161 38312 --3247 8446 -14834 24150 -5962 6245 --4324 -19418 --9891 14404 --30113 21385 -7583 -6886 -8132 -9448 -16651 6709 -95 -15995 --906 -8309 -962 11905 --17934 -39299 --10555 -8195 -20429 -10571 --14948 -8101 -11626 15498 --10105 5752 -31754 -457 -2697 -10758 --13427 -20184 -16568 -28929 -5139 1884 --37162 7375 --30809 -1408 -5619 -51728 --8371 1487 -13816 -15274 -11522 -4232 --15728 2296 --5944 -18343 --23654 -5771 -16140 -3546 -16470 -33650 -17143 -16364 -15577 -12180 --10479 7352 --13076 1369 -21621 -13404 -306 12036 -4785 -19016 --3751 20810 --7805 8934 --21394 -13146 --21890 -14483 --3001 -1812 --23678 -9328 --4454 -9896 --1814 -7541 -21842 -17815 --6569 -5956 --11619 13236 -21170 970 -15939 8731 --7710 7941 --12668 20870 -2868 20396 --7089 20999 --2745 18925 -3272 15885 --7061 42070 --11172 8609 -22888 -2507 -13521 -6329 --27415 6158 --725 -12074 --13947 -7850 --14197 -1354 --30251 -1797 --58473 14108 --12485 -12918 -5824 -23054 -7148 -19092 --5687 17808 --23704 34730 -7423 -1623 --43431 -9450 --18779 -16361 --5543 -8139 -8715 -2683 --2872 -13714 --2538 2013 --26351 -4701 -4415 13525 --6350 -10396 --7986 20660 --19590 -10521 --39783 -28363 --4656 -1354 --16595 -38520 --5114 9969 --3683 -14697 --9207 3788 --10603 -16744 -4655 -31298 --3359 7549 --11484 18255 -14663 -24939 -18135 33920 -13629 25397 --5769 25035 --26077 15726 -4136 -12992 --9422 529 -17369 -17354 --18923 9293 --14478 31074 --18712 -8675 -9307 -380 --13335 -27975 -11681 21418 --16037 -1885 --661 -22271 --2236 10938 -9306 5141 -40503 16411 --6593 22823 --2349 32495 --9962 -5105 --9297 -6643 --21770 15208 -12088 1272 -5901 10543 --15525 24505 --12866 33868 --32655 30139 --4561 -7189 --5264 117 --15047 -3243 --11564 8299 --13661 4932 --24527 20067 --6345 -5947 --11299 1369 --22067 -31755 -10162 4217 -15300 -762 -9221 7819 --23946 10860 --13827 -3849 --11290 -46785 -1694 -4754 -13139 -351 --1671 -869 -6776 -21081 -600 -27231 --13094 -29081 -2016 -714 --30659 6833 --35911 -18430 -1437 -19359 --40731 5934 --18328 -98 --1047 5095 -5541 -21635 -14646 5356 -2040 -17394 --15084 -11382 --3959 -16068 --10208 -31615 --21023 8713 -1615 -19128 -8268 16698 --232 2143 --6007 15395 -1259 1667 -17098 8838 -8935 -10846 -14773 -18111 --16659 -21198 -1185 2534 --8248 -13654 -3296 -14945 -22340 -18647 -1114 -17603 -18189 -3192 --15730 -2601 -2904 -14505 -7886 -13683 -6047 11938 --2955 -1450 --6581 4742 --29811 -7253 -25113 -18787 -4004 -12056 -13118 23344 -378 22440 --7227 17433 --6487 -5646 --11776 11447 -6281 -10941 -30274 -937 -7999 3047 --30002 10725 --7685 -13251 -2845 -3434 --23098 10767 --11469 -17270 -7559 -28705 -19873 -16764 -13051 -9208 --3153 -33 --6417 -417 --5619 1761 --17756 -2052 -13325 19766 -32666 -7048 -17598 -19914 -9992 -7933 -405 -19428 --16843 -8159 --489 1676 -3349 2160 --19259 -7696 --18167 31313 --26596 22736 --18362 -17902 -13570 -46952 --553 -16927 -3887 -3194 --17941 -9734 --17702 -18710 -4147 6177 -3323 -6272 --11774 19421 -19616 -10055 -10732 2424 --12410 -5909 --7004 -18365 --8010 -5171 -5854 -24907 -16211 -14562 -11270 -15106 --18214 20659 -1410 -7156 --697 -6487 --4500 16 --9780 -6279 --21113 12308 --30218 -22851 -3155 4313 --3032 670 -5289 10342 -29444 12737 +2818 -1302 +4603 -13917 +2331 12598 +23964 28129 +-5131 5396 +21170 970 +-6593 22823 +-2955 -1450 -14740 -16301 --16500 22280 --31532 -4248 -7638 -10244 -36902 -2469 --25117 -7345 --6046 3437 --1474 19658 --9132 -5439 -8934 10589 -6861 22074 --5742 -3964 --4735 -12485 --3958 -1263 -3376 -32327 -19983 9311 --15270 -3491 --19283 -37268 --1474 -37362 -5433 -36754 -5687 -15718 -17315 3545 --3424 9210 --20424 -213 -1814 11308 --17279 -10544 -26863 20131 --15175 -16635 -25833 387 --9227 -20068 --1254 1740 -24188 -207 --9480 -22281 --6779 1154 --17351 19855 --13074 -4781 --18428 -24397 -11195 -4126 -14149 25754 -14858 4126 --19178 -4729 -10040 -13482 -13117 -26706 --9924 4729 --24828 3613 -8431 -13463 --18557 -5124 -9029 4228 --19058 -8723 --18830 -30444 -2495 4846 --1933 16900 --424 1752 -15189 -1693 --2651 6335 -10386 -4791 -6900 -704 -15530 -28015 -19029 -33262 -9444 -3771 -3738 4829 --10173 1664 --4305 -9809 -8899 1897 24481 31126 +-3603 2062 +15070 18495 +26685 22528 +15939 8731 +-2349 32495 +-6581 4742 +-16500 22280 -430 12448 +-22095 -1830 +-12737 10758 +-22408 7773 +-7710 7941 +-9962 -5105 +-29811 -7253 +-31532 -4248 -6865 -19431 +8143 11163 +-1332 6863 +-2045 90 +-12668 20870 +-9297 -6643 +25113 -18787 +7638 -10244 31116 -989 +30874 14661 +3968 7019 +7734 18435 +2868 20396 +-21770 15208 +4004 -12056 +36902 -2469 7643 -4115 +15561 3957 +-15149 31940 +14845 8978 +-7089 20999 +12088 1272 +13118 23344 +-25117 -7345 1585 3227 +-24859 27819 +1101 -8755 +-9592 6099 +-2745 18925 +5901 10543 +378 22440 +-6046 3437 -16445 16684 +374 -4300 +-6660 1852 +-1393 6412 +3272 15885 +-15525 24505 +-7227 17433 +-1474 19658 -15743 526 +-31947 21029 +-21216 -13998 +-25386 -15026 +-7061 42070 +-12866 33868 +-6487 -5646 +-9132 -5439 7575 -1350 +6879 -1858 +12677 -16065 +-8373 11112 +-11172 8609 +-32655 30139 +-11776 11447 +8934 10589 -5428 -25109 +31895 678 +12801 -657 +-6534 -11333 +22888 -2507 +-4561 -7189 +6281 -10941 +6861 22074 -11246 2031 +-6485 3598 +-8583 11376 +-4161 38312 +13521 -6329 +-5264 117 +30274 -937 +-5742 -3964 -8256 10710 +17732 18393 +-11064 3471 +-3247 8446 +-27415 6158 +-15047 -3243 +7999 3047 +-4735 -12485 -2520 -18136 +-1946 498 +10832 15011 +14834 24150 +-725 -12074 +-11564 8299 +-30002 10725 +-3958 -1263 10626 -2095 +-26318 -18307 +-10225 -33818 +5962 6245 +-13947 -7850 +-13661 4932 +-7685 -13251 +3376 -32327 -5194 -2358 +-32468 -217 +-14652 7865 +-4324 -19418 +-14197 -1354 +-24527 20067 +2845 -3434 +19983 9311 -20447 8144 +-1755 5048 +-12106 -23265 +-9891 14404 +-30251 -1797 +-6345 -5947 +-23098 10767 +-15270 -3491 -25806 15549 +-19410 -5619 +-21986 2615 +-30113 21385 +-58473 14108 +-11299 1369 +-11469 -17270 +-19283 -37268 -47348 9522 +-4165 -15566 +-18204 -1524 +7583 -6886 +-12485 -12918 +-22067 -31755 +7559 -28705 +-1474 -37362 -773 -46674 +3172 -22634 +5492 4445 +8132 -9448 +5824 -23054 +10162 4217 +19873 -16764 +5433 -36754 -3838 1182 +19715 -34618 +-7564 -11501 +16651 6709 +7148 -19092 +15300 -762 +13051 -9208 +5687 -15718 2691 -32826 +-1786 1824 +-13938 1084 +95 -15995 +-5687 17808 +9221 7819 +-3153 -33 +17315 3545 -8635 -551 +-5678 -18362 +-2762 12354 +-906 -8309 +-23704 34730 +-23946 10860 +-6417 -417 +-3424 9210 -30622 -4701 +-2495 -39383 +-9633 -11894 +962 11905 +7423 -1623 +-13827 -3849 +-5619 1761 +-20424 -213 26356 -7825 +-25935 -3283 +-3253 -27186 +-17934 -39299 +-43431 -9450 +-11290 -46785 +-17756 -2052 +1814 11308 -22136 -24469 +-21836 -17899 +-542 -21045 +-10555 -8195 +-18779 -16361 +1694 -4754 +13325 19766 +-17279 -10544 14587 -26742 +-10552 -33132 +14736 9921 +20429 -10571 +-5543 -8139 +13139 -351 +32666 -7048 +26863 20131 -7283 10010 +-14493 -496 +19194 -17220 +-14948 -8101 +8715 -2683 +-1671 -869 +17598 -19914 +-15175 -16635 -27370 -13675 +-27762 -6302 +-3339 19619 +11626 15498 +-2872 -13714 +6776 -21081 +9992 -7933 +25833 387 -5435 1947 +-3651 -43439 +-766 -11525 +-10105 5752 +-2538 2013 +600 -27231 +405 -19428 +-9227 -20068 -7968 -16592 +17892 -40897 +-7702 14676 +31754 -457 +-26351 -4701 +-13094 -29081 +-16843 -8159 +-1254 1740 18932 -4270 +-19377 -1865 +-6891 27843 +2697 -10758 +4415 13525 +2016 -714 +-489 1676 +24188 -207 -35535 -8494 +-5813 -8798 +21908 1501 +-13427 -20184 +-6350 -10396 +-30659 6833 +3349 2160 +-9480 -22281 7053 22160 +12030 225 +1796 2839 +16568 -28929 +-7986 20660 +-35911 -18430 +-19259 -7696 +-6779 1154 5967 -7326 +-6913 18451 +3004 2812 +5139 1884 +-19590 -10521 +1437 -19359 +-18167 31313 +-17351 19855 -11340 30873 +2693 8254 +-939 7532 +-37162 7375 +-39783 -28363 +-40731 5934 +-26596 22736 +-13074 -4781 -33199 -9212 +-20752 -10870 +-1973 -19600 +-30809 -1408 +-4656 -1354 +-18328 -98 +-18362 -17902 +-18428 -24397 -12857 -14365 +-2100 -1867 +7148 -287 +5619 -51728 +-16595 -38520 +-1047 5095 +13570 -46952 +11195 -4126 -278 1597 +28566 -21366 +4757 -5831 +-8371 1487 +-5114 9969 +5541 -21635 +-553 -16927 +14149 25754 15635 -11013 +-11031 17286 +3945 3127 +13816 -15274 +-3683 -14697 +14646 5356 +3887 -3194 +14858 4126 -12328 -837 +-18183 9099 +3102 25410 +11522 -4232 +-9207 3788 +2040 -17394 +-17941 -9734 +-19178 -4729 -8603 -31462 +-15119 -28625 +-26826 -16095 +-15728 2296 +-10603 -16744 +-15084 -11382 +-17702 -18710 +10040 -13482 20081 -14009 +-10866 -39033 +-35515 5631 +-5944 -18343 +4655 -31298 +-3959 -16068 +4147 6177 +13117 -26706 16532 7747 +34233 -27808 +15830 6107 +-23654 -5771 +-3359 7549 +-10208 -31615 +3323 -6272 +-9924 4729 2323 3201 +30575 1522 +-24132 -5400 +16140 -3546 +-11484 18255 +-21023 8713 +-11774 19421 +-24828 3613 -717 -9855 +13565 -7256 +6220 -12922 +16470 -33650 +14663 -24939 +1615 -19128 +19616 -10055 +8431 -13463 -9813 -8382 +5747 -15113 +17771 -7284 +17143 -16364 +18135 33920 +8268 16698 +10732 2424 +-18557 -5124 18315 -7771 +-20681 20168 +15205 -4341 +15577 -12180 +13629 25397 +-232 2143 +-12410 -5909 +9029 4228 -9894 14703 +-12143 8088 +10474 4739 +-10479 7352 +-5769 25035 +-6007 15395 +-7004 -18365 +-19058 -8723 6936 9593 +-896 -9911 +-8572 -22043 +-13076 1369 +-26077 15726 +1259 1667 +-8010 -5171 +-18830 -30444 -445 -38892 +-10174 -20376 +8500 -12381 +21621 -13404 +4136 -12992 +17098 8838 +5854 -24907 +2495 4846 21251 -8194 +-9963 -6333 +-12509 -1102 +306 12036 +-9422 529 +8935 -10846 +16211 -14562 +-1933 16900 20653 1669 +-4173 -11649 +-13864 2362 +4785 -19016 +17369 -17354 +14773 -18111 +11270 -15106 +-424 1752 -13728 24747 +24124 2242 +-11703 -13528 +-3751 20810 +-18923 9293 +-16659 -21198 +-18214 20659 +15189 -1693 957 -10752 +-7243 -22555 +-601 5863 +-7805 8934 +-14478 31074 +1185 2534 +1410 -7156 +-2651 6335 -12791 -38584 +-31618 -21372 +-35692 16204 +-21394 -13146 +-18712 -8675 +-8248 -13654 +-697 -6487 +10386 -4791 14923 -17885 +-31755 29611 +-2625 18774 +-21890 -14483 +9307 -380 +3296 -14945 +-4500 16 +6900 -704 -13740 -33467 +-1779 20138 +3915 1154 +-3001 -1812 +-13335 -27975 +22340 -18647 +-9780 -6279 +15530 -28015 -19845 17488 +-25251 -14896 +-37752 3698 +-23678 -9328 +11681 21418 +1114 -17603 +-21113 12308 +19029 -33262 9356 -7306 +-9920 -10340 +-3068 -14061 +-4454 -9896 +-16037 -1885 +18189 -3192 +-30218 -22851 +9444 -3771 -2621 -14529 +13119 -15729 +-19721 3893 +-1814 -7541 +-661 -22271 +-15730 -2601 +3155 4313 +3738 4829 -9187 6540 +12864 1321 +-8481 -7004 +21842 -17815 +-2236 10938 +2904 -14505 +-3032 670 +-10173 1664 -6348 -10790 +-5940 2772 +7437 -26036 +-6569 -5956 +9306 5141 +7886 -13683 +5289 10342 +-4305 -9809 17465 -36514 +25082 -12392 +11815 8189 +-11619 13236 +40503 16411 +6047 11938 +29444 12737 +8899 1897 18148 18240 diff --git a/AI_Engine_Development/AIE-ML/Design_Tutorials/07-Channelizer-Using-Vitis-Libraries/aie/channelizer/data/fft_back_o_3.txt b/AI_Engine_Development/AIE-ML/Design_Tutorials/07-Channelizer-Using-Vitis-Libraries/aie/channelizer/data/fft_back_o_3.txt index 7a9d88bb06..36f4c142d9 100644 --- a/AI_Engine_Development/AIE-ML/Design_Tutorials/07-Channelizer-Using-Vitis-Libraries/aie/channelizer/data/fft_back_o_3.txt +++ b/AI_Engine_Development/AIE-ML/Design_Tutorials/07-Channelizer-Using-Vitis-Libraries/aie/channelizer/data/fft_back_o_3.txt @@ -1,2048 +1,2048 @@ 5349 -10477 +8705 -9757 +8929 -7281 +10421 -5270 +12185 -3542 +8407 -628 +6292 -3621 +14104 -2026 11187 491 +12381 -2509 +13390 1613 +13869 -776 +13915 -664 +9384 1814 +13806 1612 +13110 5303 8665 7031 +10936 7064 +4960 8661 +7042 8149 +4645 7784 +1466 6567 +-1516 5871 +472 3458 4571 1446 +3398 1091 +3853 3339 +3391 8389 +6354 3630 +1968 730 +542 3402 +4178 4561 6471 1221 +8340 -609 +6403 4098 +3443 5359 +6889 7317 +8480 5518 +9118 7105 +3229 11643 1939 11272 +4481 18181 +906 15200 +-1386 11968 +634 12208 +-3769 14637 +-8791 14300 +-6201 11058 -6996 15152 +-7250 10474 +-12848 8505 +-8336 9680 +-9453 4734 +-8043 -227 +-14663 -757 +-9842 6205 -8694 -706 +-8882 -115 +-6800 1774 +-7103 -1435 +-8531 1398 +-6582 1093 +571 155 +-5992 -4743 -3989 2170 +870 5218 +-4640 544 +-5684 3950 +-8318 426 +-8815 618 +-9284 1512 +-7885 -1586 -8679 -1542 +-12440 -1839 +-9340 -4632 +-10475 -5990 +-9379 -6362 +-10912 -8094 +-4917 -8084 +-6240 -11115 -4553 -12822 +-4166 -9199 +-3271 -13120 +-1527 -12445 +-3449 -12840 +-955 -13819 +849 -11323 +-916 -10613 3140 -10987 +6399 -10854 +3073 -5217 +2835 -6312 +5294 -8733 +2315 -10408 +2714 -7153 +5176 -6071 9348 -6446 +6993 -6315 +9732 -4633 +6629 -2255 +7154 -299 +7414 -2871 +6626 2981 +5470 2092 4691 -492 +6087 2077 +486 3069 +1807 214 +-259 3655 +610 2400 +-1261 -652 +-3687 -3379 -2674 -4184 +-3732 -4465 +-3643 -5397 +-2855 -9503 +-3146 -5338 +912 -8877 +3989 -10390 +6422 -8693 8269 -8190 +10647 -2584 +11983 -5533 +10179 -493 +9344 -134 +10800 783 +11513 5445 +12479 6675 11775 9131 +5595 7445 +5465 11447 +21 10326 +-2356 9031 +-2322 9637 +-4221 9634 +-6186 11788 -6880 10286 +-11888 6904 +-11356 2726 +-9463 -988 +-11706 -1804 +-10380 -3301 +-10754 -4572 +-10242 -6578 -10831 -8298 +-5880 -5811 +153 -8404 +430 -9720 +-2990 -7011 +589 -8658 +-1009 -9755 +1885 -7643 -1874 -7572 +1540 -7058 +5659 -5972 +1942 -7949 +-1271 -6046 +3588 -6702 +-1123 -10100 +4290 -8755 3216 -13427 +-442 -5966 +1372 -2849 +5182 -6310 +6657 -6515 +8180 -6826 +7306 -4837 +3932 -5978 2679 -4377 +1900 -1897 +6748 -2638 +8972 -1189 +5691 775 +9076 1318 +2208 720 +2682 2154 3718 -3147 +4731 -763 +8077 -883 +2265 -1809 +3810 -1694 +1321 -1651 +2814 4932 +790 870 -119 61 +2852 813 +212 4308 +4118 -1778 +10 -824 +-3376 -2786 +-4390 -3494 +4415 -4543 2232 1854 +2177 3220 +-2633 1884 +-6793 5024 +-6265 -2366 +-3509 -257 +803 -1115 +-2723 -3516 -1997 -1915 +1821 -5505 +-420 -4654 +-1024 -6370 +2782 -7841 +4171 -7054 +1214 -5682 +1268 -2830 2690 -4960 +6739 -4816 +5793 -5132 +6679 -8301 +6686 -6180 +10378 -5786 +8991 -931 +8826 1483 5393 1445 +6359 4405 +6805 954 +5151 3377 +2334 2228 +6671 3709 +2722 4344 +-1373 5238 -2602 6356 +-5598 4104 +-1994 2065 +-809 3391 +-3174 3343 +-4047 -1857 +-3863 -148 +-8730 -1198 -8590 -4972 +-4028 -3978 +-5987 -4808 +-4997 -5375 +-6315 -10077 +-4868 -10755 +-8409 -13737 +38 -12085 -1375 -14033 +-880 -13538 +2736 -13700 +4398 -14932 +-191 -15288 +1963 -16055 +6838 -15873 +11690 -17218 12210 -12454 +14016 -9353 +13442 -12690 +15366 -7985 +13659 -6186 +18151 -5079 +16405 -3824 +11542 -1365 17389 211 +12271 2857 +14389 5531 +11583 2248 +8625 7136 +8657 6884 +4220 6969 +6240 8422 8215 6679 +3454 5023 +95 1764 +506 2441 +-631 165 +-1008 297 +3175 -1035 +4190 -1059 3966 -2405 +3415 -3217 +583 -3657 +1540 -6119 +6206 -6566 +5865 971 +6992 3863 +3500 -623 3700 -1449 +5080 -3054 +5040 -1674 +2001 -4266 +1738 -3321 +1170 -829 +3084 -2079 +969 -4608 3522 -7207 -10636 3 -13894 -427 -7660 5156 -3735 5824 -6442 -1036 -5547 4442 -3617 -2682 -5724 -462 -12317 748 -6167 10892 -1063 10961 -5675 9123 --2762 11687 --11785 875 --4233 -4228 -424 -1299 --3300 -1574 --7535 36 --5722 -4597 -2066 1012 -795 6382 --10394 -199 --3432 -4144 -2802 -4015 --566 -2136 --423 -6930 --574 -8650 -8705 -9757 -12381 -2509 -10936 7064 -3398 1091 -8340 -609 -4481 18181 --7250 10474 --8882 -115 -870 5218 --12440 -1839 --4166 -9199 -6399 -10854 -6993 -6315 -6087 2077 --3732 -4465 -10647 -2584 -5595 7445 --11888 6904 --5880 -5811 -1540 -7058 --442 -5966 -1900 -1897 -4731 -763 -2852 813 -2177 3220 -1821 -5505 -6739 -4816 -6359 4405 --5598 4104 --4028 -3978 --880 -13538 -14016 -9353 -12271 2857 -3454 5023 -3415 -3217 -5080 -3054 8644 -4600 +5607 -3130 +6600 -6453 +5358 -8376 +7855 -7361 +6360 -6912 +7951 -6374 +10636 3 11960 -2501 +9022 -1383 +7608 -4783 +9585 -1830 +7022 -2327 +10742 -115 +6913 1128 +13894 -427 8892 -489 +8569 -342 +12140 2473 +10798 1026 +11424 3755 +12586 8687 +11860 5700 +7660 5156 7353 5732 +7444 5218 +8221 7851 +9050 3658 +5494 850 +7598 6731 +7697 8750 +3735 5824 5314 2110 +6572 632 +3024 3308 +5074 2234 +829 -800 +5050 4294 +1479 2000 +6442 -1036 9269 2471 +8302 4032 +6843 3266 +6927 4588 +7844 1431 +5399 784 +7195 3621 +5547 4442 4351 13349 +3421 8074 +3387 3985 +4930 1943 +5668 4639 +3508 2899 +-1512 5309 +3617 -2682 728 4032 +1478 -1772 +5193 270 +3982 1581 +1202 4281 +5639 2987 +6697 -1967 +5724 -462 2074 -847 +7190 450 +2879 -1100 +7461 1557 +5801 54 +9940 -2287 +9952 1960 +12317 748 13356 1247 +8262 1533 +7555 7075 +8164 8846 +10150 5758 +9167 10532 +10085 9816 +6167 10892 3886 12641 +3431 10418 +7258 12516 +6474 11252 +6423 12223 +-1929 11719 +5291 10642 +1063 10961 -1421 8316 +3268 6272 +4285 4405 +3359 6870 +1054 8558 +2005 5863 +7540 11450 +5675 9123 4593 9195 +4681 12011 +2451 15384 +2310 10647 +1318 10187 +-19 13198 +-1046 12676 +-2762 11687 -5216 11023 +-3432 11373 +-8130 9441 +-7652 12025 +-10479 10580 +-13571 7164 +-12497 7244 +-11785 875 -10898 3987 +-12436 904 +-12864 -3021 +-6243 647 +-7049 -1746 +-4878 -377 +-2763 -4751 +-4233 -4228 -6103 -2130 +-5110 1035 +-4609 -2457 +-3187 -1579 +-1796 -2560 +-270 -442 +-1219 -1738 +424 -1299 -319 6951 +-2258 1217 +-2477 -84 +-760 1154 +-2058 1314 +-6528 343 +-4736 3217 +-3300 -1574 -7003 -1874 +-1331 -1348 +-5081 -1182 +-6953 -1062 +-4960 1200 +-1982 1429 +-4134 -3292 +-7535 36 -3942 1281 +-3333 865 +-1737 -3752 +-3919 -3755 +-1518 -2858 +1166 -438 +-6068 -5316 +-5722 -4597 -2573 -887 +-28 -4092 +-3595 362 +-3763 -4826 +1761 -1135 +-58 -1631 +687 -8853 +2066 1012 3291 -3784 +-211 3176 +3841 -50 +4569 4706 +3259 5911 +-1721 -1391 +-4519 5122 +795 6382 -819 7539 +-6227 5865 +-7677 3030 +-6420 2477 +-11888 3879 +-10688 1863 +-9019 3495 +-10394 -199 -10736 -20 +-12858 -6645 +-5319 -5695 +-6792 -4480 +-3434 -9017 +-3521 -12743 +-500 -7220 +-3432 -4144 -2573 -7690 +39 -5327 +-224 -5646 +2651 -4219 +-2047 -4703 +469 -1691 +-1835 -1149 +2802 -4015 -3165 -3301 +-828 -282 +-1687 -716 +-6753 555 +-6681 -3202 +-1024 -5694 +-2020 -2898 +-566 -2136 -708 -6682 +-4332 -3984 +-5535 -6669 +-3727 -9499 +-3018 -6502 +-1322 -9056 +-4933 -6378 +-423 -6930 40 -11917 +1149 -8930 +2250 -10304 +2619 -10889 +3055 -6086 +3719 -5367 +2944 -8725 +-574 -8650 2973 -7928 -8929 -7281 -13390 1613 -4960 8661 -3853 3339 -6403 4098 -906 15200 --12848 8505 --6800 1774 --4640 544 --9340 -4632 --3271 -13120 -3073 -5217 -9732 -4633 -486 3069 --3643 -5397 -11983 -5533 -5465 11447 --11356 2726 -153 -8404 -5659 -5972 -1372 -2849 -6748 -2638 -8077 -883 -212 4308 --2633 1884 --420 -4654 -5793 -5132 -6805 954 --1994 2065 --5987 -4808 -2736 -13700 -13442 -12690 -14389 5531 -95 1764 -583 -3657 -5040 -1674 -5607 -3130 -9022 -1383 -8569 -342 -7444 5218 -6572 632 -8302 4032 -3421 8074 -1478 -1772 -7190 450 -8262 1533 -3431 10418 -3268 6272 -4681 12011 --3432 11373 --12436 904 --5110 1035 --2258 1217 --1331 -1348 --3333 865 --28 -4092 --211 3176 --6227 5865 --12858 -6645 -39 -5327 --828 -282 --4332 -3984 -1149 -8930 3354 -5503 -10421 -5270 -13869 -776 -7042 8149 -3391 8389 -3443 5359 --1386 11968 --8336 9680 --7103 -1435 --5684 3950 --10475 -5990 --1527 -12445 -2835 -6312 -6629 -2255 -1807 214 --2855 -9503 -10179 -493 -21 10326 --9463 -988 -430 -9720 -1942 -7949 -5182 -6310 -8972 -1189 -2265 -1809 -4118 -1778 --6793 5024 --1024 -6370 -6679 -8301 -5151 3377 --809 3391 --4997 -5375 -4398 -14932 -15366 -7985 -11583 2248 -506 2441 -1540 -6119 -2001 -4266 -6600 -6453 -7608 -4783 -12140 2473 -8221 7851 -3024 3308 -6843 3266 -3387 3985 -5193 270 -2879 -1100 -7555 7075 -7258 12516 -4285 4405 -2451 15384 --8130 9441 --12864 -3021 --4609 -2457 --2477 -84 --5081 -1182 --1737 -3752 --3595 362 -3841 -50 --7677 3030 --5319 -5695 --224 -5646 --1687 -716 --5535 -6669 -2250 -10304 8928 -7501 -12185 -3542 -13915 -664 -4645 7784 -6354 3630 -6889 7317 -634 12208 --9453 4734 --8531 1398 --8318 426 --9379 -6362 --3449 -12840 -5294 -8733 -7154 -299 --259 3655 --3146 -5338 -9344 -134 --2356 9031 --11706 -1804 --2990 -7011 --1271 -6046 -6657 -6515 -5691 775 -3810 -1694 -10 -824 --6265 -2366 -2782 -7841 -6686 -6180 -2334 2228 --3174 3343 --6315 -10077 --191 -15288 -13659 -6186 -8625 7136 --631 165 -6206 -6566 -1738 -3321 -5358 -8376 -9585 -1830 -10798 1026 -9050 3658 -5074 2234 -6927 4588 -4930 1943 -3982 1581 -7461 1557 -8164 8846 -6474 11252 -3359 6870 -2310 10647 --7652 12025 --6243 647 --3187 -1579 --760 1154 --6953 -1062 --3919 -3755 --3763 -4826 -4569 4706 --6420 2477 --6792 -4480 -2651 -4219 --6753 555 --3727 -9499 -2619 -10889 7009 -5033 -8407 -628 -9384 1814 -1466 6567 -1968 730 -8480 5518 --3769 14637 --8043 -227 --6582 1093 --8815 618 --10912 -8094 --955 -13819 -2315 -10408 -7414 -2871 -610 2400 -912 -8877 -10800 783 --2322 9637 --10380 -3301 -589 -8658 -3588 -6702 -8180 -6826 -9076 1318 -1321 -1651 --3376 -2786 --3509 -257 -4171 -7054 -10378 -5786 -6671 3709 --4047 -1857 --4868 -10755 -1963 -16055 -18151 -5079 -8657 6884 --1008 297 -5865 971 -1170 -829 -7855 -7361 -7022 -2327 -11424 3755 -5494 850 -829 -800 -7844 1431 -5668 4639 -1202 4281 -5801 54 -10150 5758 -6423 12223 -1054 8558 -1318 10187 --10479 10580 --7049 -1746 --1796 -2560 --2058 1314 --4960 1200 --1518 -2858 -1761 -1135 -3259 5911 --11888 3879 --3434 -9017 --2047 -4703 --6681 -3202 --3018 -6502 -3055 -6086 5069 -7113 -6292 -3621 -13806 1612 --1516 5871 -542 3402 -9118 7105 --8791 14300 --14663 -757 -571 155 --9284 1512 --4917 -8084 -849 -11323 -2714 -7153 -6626 2981 --1261 -652 -3989 -10390 -11513 5445 --4221 9634 --10754 -4572 --1009 -9755 --1123 -10100 -7306 -4837 -2208 720 -2814 4932 --4390 -3494 -803 -1115 -1214 -5682 -8991 -931 -2722 4344 --3863 -148 --8409 -13737 -6838 -15873 -16405 -3824 -4220 6969 -3175 -1035 -6992 3863 -3084 -2079 -6360 -6912 -10742 -115 -12586 8687 -7598 6731 -5050 4294 -5399 784 -3508 2899 -5639 2987 -9940 -2287 -9167 10532 --1929 11719 -2005 5863 --19 13198 --13571 7164 --4878 -377 --270 -442 --6528 343 --1982 1429 -1166 -438 --58 -1631 --1721 -1391 --10688 1863 --3521 -12743 -469 -1691 --1024 -5694 --1322 -9056 -3719 -5367 2931 -6367 -14104 -2026 -13110 5303 -472 3458 -4178 4561 -3229 11643 --6201 11058 --9842 6205 --5992 -4743 --7885 -1586 --6240 -11115 --916 -10613 -5176 -6071 -5470 2092 --3687 -3379 -6422 -8693 -12479 6675 --6186 11788 --10242 -6578 -1885 -7643 -4290 -8755 -3932 -5978 -2682 2154 -790 870 -4415 -4543 --2723 -3516 -1268 -2830 -8826 1483 --1373 5238 --8730 -1198 -38 -12085 -11690 -17218 -11542 -1365 -6240 8422 -4190 -1059 -3500 -623 -969 -4608 -7951 -6374 -6913 1128 -11860 5700 -7697 8750 -1479 2000 -7195 3621 --1512 5309 -6697 -1967 -9952 1960 -10085 9816 -5291 10642 -7540 11450 --1046 12676 --12497 7244 --2763 -4751 --1219 -1738 --4736 3217 --4134 -3292 --6068 -5316 -687 -8853 --4519 5122 --9019 3495 --500 -7220 --1835 -1149 --2020 -2898 --4933 -6378 -2944 -8725 3644 -6689 19174 8320 +15056 -735 +12275 6389 +-6048 673 +9501 3935 +9854 -43 +13008 -4777 +-3252 5276 2379 3034 +4904 8777 +-12239 -836 +-7113 2864 +-1984 2897 +-4450 -1095 +-6184 -7214 +-1996 -3414 -686 961 +-3113 7441 +5166 -3984 +-2311 878 +4613 -6829 +12084 4740 +5603 4165 +-5571 -1943 8748 10183 +7981 -1124 +10229 1134 +-3310 1609 +6426 6722 +4756 9580 +3667 7682 +8617 6335 1659 6891 +1166 18135 +-8357 20019 +1461 19436 +-3056 17491 +-8046 17639 +-12987 11386 +-5006 5800 -714 6379 +-7055 4329 +-7477 -5030 +2564 4184 +-6693 5790 +-9517 2417 +-6876 8781 +-12231 1466 -3584 -14021 +-20795 -4131 +-5799 -1299 +-6604 -395 +-4509 -4946 +-7073 8460 +-2849 -2618 +-1814 -2820 -7958 2960 +1174 4314 +-7905 4261 +8918 1845 +-354 -7049 +-5412 10684 +-16390 -5306 +-476 6478 -6695 5645 +-13912 4526 +-6468 8208 +-1529 4132 +-1112 -6478 +-6937 1048 +-10350 649 +-20243 7346 -1160 1964 +-8906 -5528 +-10071 2169 +-8216 11648 +-2025 2932 +-5478 2082 +-272 -13626 +-21134 2634 -20083 4544 +-364 -2202 +-12760 6422 +-16773 1579 +-18766 -6994 +-21372 1144 +-20783 9 +-23364 2319 -15481 -3157 +-22476 240 +-8861 -10595 +-21338 -4589 +-21288 -13794 +-5365 -16444 +-9293 -17599 +-8770 -14600 -9331 -11522 +-11348 -26150 +-7438 -22966 +5455 -19606 +1160 -14298 +2189 -18101 +3175 -16381 +1620 -15774 3363 -24038 +-833 -16035 +15202 -22047 +11021 -6265 +11257 -10044 +10088 355 +5495 -2744 +1921 -14105 4207 -2051 +11550 2299 +10338 -3321 +18939 6368 +13424 8340 +11041 6732 +15116 6279 +6581 7472 19520 13069 +7446 671 +-10468 20428 +839 5831 +13545 8202 +7732 10445 +247 172 +-13691 13930 -13569 11333 +-12234 13567 +5126 10516 +-1539 15388 +-1922 8694 +-6014 623 +-14481 2174 +-11944 2198 -11681 4811 +-6207 -2249 +70 100 +138 3544 +-15541 -368 +-8617 8289 +-2992 -4020 +-6639 400 -10223 -7555 +-267 -3803 +-19837 -3059 +-14602 8 +-11529 1534 +-15925 -4252 +-9090 475 +-8813 -7370 -6725 2756 +-1449 6545 +-4571 -5632 +-182 5235 +1451 4132 +-3459 7364 +-6146 4802 +3335 6522 -16036 13537 --7634 -11947 -253 -2451 +1847 3635 +-6866 -5039 +-18928 -2449 +-14482 -3807 +-9446 899 +-21374 -5709 +-18308 -856 +-7634 -11947 +-3923 -6848 +-19350 -10677 +-3659 -7885 +-5166 -12559 +-14501 -16252 +890 -19002 +-5828 -9869 +253 -2451 +-4231 -7888 +-15560 -6214 +9677 -11264 +3448 -13876 +9859 -4558 +-4121 -11170 +7148 -8775 -1390 -10411 +2448 -8946 +-883 -15240 +-4198 -1383 +-3870 -10858 +3455 -9678 +10853 -5657 +3533 -2883 -2210 -6147 +-4914 -7543 +-3426 -5991 +-2428 2250 +5121 3843 +500 1125 +-6377 -4854 +-9528 -3859 -2271 -12902 +-4343 -3000 +-1821 5027 +-7360 254 +-5996 -5909 +-5657 -4310 +-6402 -3100 +-17245 -9876 -7483 2436 +-6205 -860 +-20353 -11571 +-21630 -7858 +-6794 -12068 +-3392 -3933 +-7006 -20601 +-10109 -5043 6803 -13457 +1773 -18418 +-14400 -20930 +-4819 -14061 +3206 -10258 +-8114 -18269 +-2660 -6701 +16686 -9555 12072 -18643 +22247 -12617 +3682 -7744 +9612 -1025 +-1830 -6807 +10814 2164 +3429 -7184 +9301 3435 -5673 5225 +-4830 -4095 +2492 -3516 +4001 -5899 +2123 4439 +5323 -7228 +15360 -2314 +7726 -2102 11102 -8133 +13431 -1792 +11561 3374 +9696 7567 +4678 -1104 +11975 6314 +40 2903 +7663 3535 11972 5327 +11501 -6443 +9597 15065 +6705 1877 +13410 2073 +-3404 13713 +3221 679 +-2658 16631 -6266 2954 +202 -4529 +-8289 10619 +-3542 1697 +4349 -2187 +-8678 -1071 +-7182 -1197 +-3096 -3932 -1660 -1186 +-529 7664 +3730 -2571 +-6090 -162 +8170 2466 +-1299 4236 +5327 -3610 +-12736 2502 13387 -2396 +15808 -5695 +3696 -1991 +3765 -1387 +954 6134 +3596 -12393 +18094 -6212 +9768 -5603 16053 3293 +25826 -1763 +19483 8983 +14011 17247 +13450 14859 +7797 2610 +12198 517 +11532 14559 16891 19207 +3502 11311 +8796 16627 +4786 17743 +4935 15682 +5219 19805 +-1951 9518 +-744 27996 -8427 5040 +2653 15961 +4882 19045 +4272 17848 +8523 12699 +-2225 13296 +-4741 18820 +3559 22596 -5413 14025 +-4110 26950 +2810 19748 +-3724 21753 +-9200 20890 +-13081 14935 +-12790 15681 +-12177 16570 -13711 8428 +-10151 14309 +-14449 3480 +-25100 7440 +-18497 14756 +-14133 9024 +-19789 7486 +-11648 -2321 -11581 10249 +-7570 4378 +-21268 -4278 +-12971 872 +-18868 -5308 +-3987 -338 +-5750 -3717 +-5505 2086 -754 2017 +-1983 -2135 +-3310 -2289 +1314 8509 +-5254 6590 +-1011 -3043 +-12 -42 +-1530 8454 -9347 4037 +-2554 1996 +30 5040 +-2439 8365 +-4325 13078 +-9996 17654 +-4208 13675 +-7250 7060 -11330 17099 +-161 1981 +-4809 15192 +-2541 6834 +-4074 11111 +-9712 8567 +-10821 13976 +-13755 11317 -8519 -1314 +-12481 3784 +-15498 15420 +-4195 8483 +-14220 11000 +-16834 9038 +-20474 14403 +-12778 1837 -18879 8054 +-5576 4043 +-18269 -2110 +-7190 1770 +-1425 881 +-13819 3091 +-21327 4390 +-17915 8103 -13541 -87 +-13752 1201 +-15965 370 +-10946 -2209 +-14585 -656 +-17985 3544 +-3018 8846 +-17469 7096 -13958 4855 +-18813 1374 +-19487 1201 +-19437 4320 +-18488 -3580 +-13557 -11081 +-11936 -2866 +-13165 662 -6959 -9111 +-11100 -3703 +-10372 6032 +-6863 -13210 +-6996 3074 +-7610 5527 +-9921 668 +-5200 -5986 -15060 -880 +-15707 -4123 +-7113 -10761 +16315 54 +-16142 -8682 +2119 5221 +-3073 -632 +-13439 -6018 -4733 538 +-51 383 +-7882 -8096 +541 3207 +-9013 2565 +-10714 3356 +-6327 3494 +-6986 189 341 2534 +-4656 11780 +-7978 1496 +-4229 7537 +1175 -5419 +-11397 -3159 +-16120 -5927 +-6482 -4196 -10662 18285 +-11207 -2321 +-8096 4845 +-9488 -878 +-18273 -2298 +-12003 6394 +-4864 -2127 +4921 -516 -18208 4745 +-9984 4367 +-1470 1486 +-2580 5476 +988 6273 +4636 -544 +-4018 1167 +-2325 7608 -1138 2763 +-9685 10088 +-16022 4463 +-16224 8005 +-14442 1884 +-8012 6669 +-9469 -3000 +-12077 4197 -8823 15813 +-16037 7214 +-16014 13704 +-16949 -8232 +-15524 5461 +-24665 -3860 +-26104 -10230 +-20193 -5482 -14438 -7395 --9107 -7119 --6015 1010 --19318 -11749 --1819 -12945 --2961 2436 --21311 -24245 -5862 -19800 -15056 -735 -4904 8777 --3113 7441 -7981 -1124 -1166 18135 --7055 4329 --20795 -4131 -1174 4314 --13912 4526 --8906 -5528 --364 -2202 --22476 240 --11348 -26150 --833 -16035 -11550 2299 -7446 671 --12234 13567 --6207 -2249 --267 -3803 --1449 6545 -1847 3635 --3923 -6848 --4231 -7888 -2448 -8946 --4914 -7543 --4343 -3000 --6205 -860 -1773 -18418 -22247 -12617 --4830 -4095 -13431 -1792 -11501 -6443 -202 -4529 --529 7664 -15808 -5695 -25826 -1763 -3502 11311 -2653 15961 --4110 26950 --10151 14309 --7570 4378 --1983 -2135 --2554 1996 --161 1981 --12481 3784 --5576 4043 --13752 1201 --18813 1374 --11100 -3703 --15707 -4123 --51 383 --4656 11780 --11207 -2321 --9984 4367 --9685 10088 --16037 7214 -6200 -11025 --6176 -10796 --6389 3148 --15256 -9625 -11714 -10217 --1570 7365 --9592 -10800 -8084 -10591 -12275 6389 --12239 -836 -5166 -3984 -10229 1134 --8357 20019 --7477 -5030 --5799 -1299 --7905 4261 --6468 8208 --10071 2169 --12760 6422 --8861 -10595 --7438 -22966 -15202 -22047 -10338 -3321 --10468 20428 -5126 10516 -70 100 --19837 -3059 --4571 -5632 --6866 -5039 --19350 -10677 --15560 -6214 --883 -15240 --3426 -5991 --1821 5027 --20353 -11571 --14400 -20930 -3682 -7744 -2492 -3516 -11561 3374 -9597 15065 --8289 10619 -3730 -2571 -3696 -1991 -19483 8983 -8796 16627 -4882 19045 -2810 19748 --14449 3480 --21268 -4278 --3310 -2289 -30 5040 --4809 15192 --15498 15420 --18269 -2110 --15965 370 --19487 1201 --10372 6032 --7113 -10761 --7882 -8096 --7978 1496 --8096 4845 --1470 1486 --16022 4463 --16014 13704 894 -13599 -33 -13220 --6388 -1409 --10165 -27078 --4582 -12210 --16168 334 --12107 -20200 -2695 -9981 --6048 673 --7113 2864 --2311 878 --3310 1609 -1461 19436 -2564 4184 --6604 -395 -8918 1845 --1529 4132 --8216 11648 --16773 1579 --21338 -4589 -5455 -19606 -11021 -6265 -18939 6368 -839 5831 --1539 15388 -138 3544 --14602 8 --182 5235 --18928 -2449 --3659 -7885 -9677 -11264 --4198 -1383 --2428 2250 --7360 254 --21630 -7858 --4819 -14061 -9612 -1025 -4001 -5899 -9696 7567 -6705 1877 --3542 1697 --6090 -162 -3765 -1387 -14011 17247 -4786 17743 -4272 17848 --3724 21753 --25100 7440 --12971 872 -1314 8509 --2439 8365 --2541 6834 --4195 8483 --7190 1770 --10946 -2209 --19437 4320 --6863 -13210 -16315 54 -541 3207 --4229 7537 --9488 -878 --2580 5476 --16224 8005 --16949 -8232 -4448 -13754 +-21425 -14381 +-14176 -8639 +-15491 -4666 +-5736 -26713 +-9107 -7119 +-6176 -10796 +33 -13220 -8024 61 +-2029 -3033 +-5580 -3002 +-1574 -6078 +-6349 -2993 +-6015 1010 +-6389 3148 +-6388 -1409 -10391 -4177 +-7141 -21294 +-10610 -9267 +-20297 4426 +-20259 -13672 +-19318 -11749 +-15256 -9625 +-10165 -27078 -8031 -16783 +-14512 -25511 +-5088 -13620 +5193 -18555 +2968 -10353 +-1819 -12945 +11714 -10217 +-4582 -12210 -888 -5767 +-145 -5307 +6898 -3477 +5845 7975 +-247 -5697 +-2961 2436 +-1570 7365 +-16168 334 -5187 5969 +-6566 828 +-8330 -1802 +-6255 -4473 +-8639 -19947 +-21311 -24245 +-9592 -10800 +-12107 -20200 -10319 -21515 +-7053 -8581 +1365 -16985 +-9214 -15425 +-1671 -7850 +5862 -19800 +8084 -10591 +2695 -9981 5694 -14903 -9501 3935 --1984 2897 -4613 -6829 -6426 6722 --3056 17491 --6693 5790 --4509 -4946 --354 -7049 --1112 -6478 --2025 2932 --18766 -6994 --21288 -13794 -1160 -14298 -11257 -10044 -13424 8340 -13545 8202 --1922 8694 --15541 -368 --11529 1534 -1451 4132 --14482 -3807 --5166 -12559 -3448 -13876 --3870 -10858 -5121 3843 --5996 -5909 --6794 -12068 -3206 -10258 --1830 -6807 -2123 4439 -4678 -1104 -13410 2073 -4349 -2187 -8170 2466 -954 6134 -13450 14859 -4935 15682 -8523 12699 --9200 20890 --18497 14756 --18868 -5308 --5254 6590 --4325 13078 --4074 11111 --14220 11000 --1425 881 --14585 -656 --18488 -3580 --6996 3074 --16142 -8682 --9013 2565 -1175 -5419 --18273 -2298 -988 6273 --14442 1884 --15524 5461 --21425 -14381 --2029 -3033 --7141 -21294 --14512 -25511 --145 -5307 --6566 828 --7053 -8581 15464 -6991 -9854 -43 --4450 -1095 -12084 4740 -4756 9580 --8046 17639 --9517 2417 --7073 8460 --5412 10684 --6937 1048 --5478 2082 --21372 1144 --5365 -16444 -2189 -18101 -10088 355 -11041 6732 -7732 10445 --6014 623 --8617 8289 --15925 -4252 --3459 7364 --9446 899 --14501 -16252 -9859 -4558 -3455 -9678 -500 1125 --5657 -4310 --3392 -3933 --8114 -18269 -10814 2164 -5323 -7228 -11975 6314 --3404 13713 --8678 -1071 --1299 4236 -3596 -12393 -7797 2610 -5219 19805 --2225 13296 --13081 14935 --14133 9024 --3987 -338 --1011 -3043 --9996 17654 --9712 8567 --16834 9038 --13819 3091 --17985 3544 --13557 -11081 --7610 5527 -2119 5221 --10714 3356 --11397 -3159 --12003 6394 -4636 -544 --8012 6669 --24665 -3860 --14176 -8639 --5580 -3002 --10610 -9267 --5088 -13620 -6898 -3477 --8330 -1802 -1365 -16985 4197 -13813 -13008 -4777 --6184 -7214 -5603 4165 -3667 7682 --12987 11386 --6876 8781 --2849 -2618 --16390 -5306 --10350 649 --272 -13626 --20783 9 --9293 -17599 -3175 -16381 -5495 -2744 -15116 6279 -247 172 --14481 2174 --2992 -4020 --9090 475 --6146 4802 --21374 -5709 -890 -19002 --4121 -11170 -10853 -5657 --6377 -4854 --6402 -3100 --7006 -20601 --2660 -6701 -3429 -7184 -15360 -2314 -40 2903 -3221 679 --7182 -1197 -5327 -3610 -18094 -6212 -12198 517 --1951 9518 --4741 18820 --12790 15681 --19789 7486 --5750 -3717 --12 -42 --4208 13675 --10821 13976 --20474 14403 --21327 4390 --3018 8846 --11936 -2866 --9921 668 --3073 -632 --6327 3494 --16120 -5927 --4864 -2127 --4018 1167 --9469 -3000 --26104 -10230 --15491 -4666 --1574 -6078 --20297 4426 -5193 -18555 -5845 7975 --6255 -4473 --9214 -15425 8153 727 --3252 5276 --1996 -3414 --5571 -1943 -8617 6335 --5006 5800 --12231 1466 --1814 -2820 --476 6478 --20243 7346 --21134 2634 --23364 2319 --8770 -14600 -1620 -15774 -1921 -14105 -6581 7472 --13691 13930 --11944 2198 --6639 400 --8813 -7370 -3335 6522 --18308 -856 --5828 -9869 -7148 -8775 -3533 -2883 --9528 -3859 --17245 -9876 --10109 -5043 -16686 -9555 -9301 3435 -7726 -2102 -7663 3535 --2658 16631 --3096 -3932 --12736 2502 -9768 -5603 -11532 14559 --744 27996 -3559 22596 --12177 16570 --11648 -2321 --5505 2086 --1530 8454 --7250 7060 --13755 11317 --12778 1837 --17915 8103 --17469 7096 --13165 662 --5200 -5986 --13439 -6018 --6986 189 --6482 -4196 -4921 -516 --2325 7608 --12077 4197 --20193 -5482 --5736 -26713 --6349 -2993 --20259 -13672 -2968 -10353 --247 -5697 --8639 -19947 --1671 -7850 7670 -11939 -3800 -10921 +-7555 5426 +-3299 -1366 +26773 2452 +-849 -1938 +10658 -1839 +7093 12422 +4336 -6276 -6548 6436 +-16264 1318 +9665 8189 +65 7444 +-18410 2788 +10762 4224 +1488 27009 +-4238 1946 3218 -5471 +920 -18816 +-7815 -4268 +-5534 2720 +-1383 13832 +-10001 11369 +-8211 -11632 +5891 6603 -18577 -10471 --15458 17162 --5317 9163 --17516 5855 +-18867 14004 +-10243 8373 +12143 1015 +-11176 3065 +-1176 8550 +2241 7632 +-9161 9981 +-15458 17162 +-20556 -5960 +7046 -4104 +-5307 -332 +-9434 -13875 +-7954 -10777 +-4673 3293 +7194 -6238 +-5317 9163 +-15362 -17329 +1392 13699 +-31405 12055 +-5819 569 +-1874 -5824 +-1013 -10346 +-4317 -10053 +-17516 5855 +1868 -388 +6753 -10511 +-20722 -8582 +-14422 1396 +-10414 -12121 +8766 3388 +-2239 -12387 8376 -9097 +-14471 -15012 +3018 -5199 +-18739 -1641 +-4433 2353 +10246 -26734 +-1696 6250 +-10421 2673 -6684 -14019 +-6197 -12688 +-2765 -10435 +-13751 -2450 +-18801 12257 +-5825 -5001 +-904 -4571 +15149 -8822 -12780 47 +2823 10693 +-11462 -2256 +-6819 -27873 +-2911 -6598 +3282 -14717 +-17279 10473 +11221 -5096 15706 -1360 +-15492 -6094 +6447 -9610 +13857 -13125 +8603 2244 +10015 -169 +3391 -9621 +26995 -9248 -1141 -11862 +8055 -11392 +-8025 -65 +8122 -17425 +4883 2548 +2181 4907 +5499 -4209 +6073 2002 -2382 -1402 +4799 2855 +1901 1026 +-602 1669 +12098 -3852 +-3706 7692 +190 -4103 +13153 -11985 1798 11809 +5676 -2460 +541 8370 +1986 -9015 +10387 4435 +-8876 -14647 +8565 889 +18509 26184 1837 -1134 +6311 -6068 +-671 9841 +-15291 -11785 +2513 -11164 +-9208 -17140 +-7730 -6677 +3387 -14527 -26769 -13141 +1173 -8931 +10044 -27681 +3329 -14235 +-15531 -5717 +197 -3630 +-1282 3691 +25896 -5559 18933 -18510 +29282 -22413 +-9151 -14984 +15876 -4881 +18082 5045 +3225 11606 +13174 12929 +13714 2390 22463 9336 +14520 19066 +230 12266 +-5678 13791 +21926 23836 +13631 7495 +9912 19797 +3215 5162 12502 26497 +-7348 12196 +11535 16328 +-2858 15259 +-3910 4004 +11238 14705 +8493 10662 +3422 18893 3060 11262 +-13334 -4371 +-11352 12112 +-8389 5444 +-609 12235 +-7442 -2690 +5876 2927 +-16627 -4065 8334 -1097 +-14077 9361 +-16063 11833 +4485 786 +4138 14987 +-24935 -143 +-1420 14501 +2099 -662 -6666 17217 +-12731 -11462 +2170 1421 +-16208 -6645 +-8554 -6103 +-4214 4963 +-17430 20050 +-4727 2131 -9535 -15055 +-5645 -16024 +8552 -6625 +-25789 11781 +-3590 2719 +-15446 -7579 +5118 -15987 +-11185 -8594 5575 6316 +-8618 10520 +-12457 -1371 +-10595 -3062 +2381 2791 +-1466 2654 +-23364 -10420 +-7920 2771 7060 720 +-5181 2082 +-3466 -2924 +9171 -23023 +3177 -30334 +-11016 -13513 +1811 -1035 +13136 -13612 9330 -7502 +10033 2467 +12859 -12034 +20014 -2208 +9297 3697 +-6928 4323 +12336 3683 +22287 11831 -452 -15507 +1167 -12035 +16129 -5025 +28040 -1233 +556 5003 +-4249 -10201 +1305 16178 +-4003 -7391 -16295 2662 +9075 -12428 +15281 10769 +15389 -7915 +-47 -6168 +19929 -5963 +21859 -20289 +-10856 -8862 47 3071 +-6761 -652 +20505 2252 +2480 -14684 +21563 -10304 +-4050 -8312 +10396 10050 +4134 -3740 28123 -10401 +13837 -819 +8855 2369 +-6452 7802 +19782 -7604 +12412 7852 +-11379 -11488 +-2759 -2695 2548 12093 +-9099 -2490 +2907 -3404 +4609 -9245 +18401 -1382 +20183 -13316 +18837 -12033 +-952 4347 9324 -19017 +6025 1255 +4406 -18485 +14772 -608 +2850 7259 +14388 -12494 +13651 19882 +38108 -5494 22352 12957 +23607 25766 +10059 -8584 +10331 12100 +-595 10414 +12106 2827 +23077 5336 +13726 13250 3337 5389 +2586 -3614 +14886 25238 +13057 5929 +-5206 5253 +4728 -11399 +-9487 12501 +10315 11047 -25742 18649 +-26783 16001 +-4324 7906 +8611 4968 +-4425 5046 +6719 12048 +-21976 -7590 +6316 10959 -5518 7482 +-22777 12525 +-20411 -1549 +-234 -9453 +-8683 -12263 +2783 -632 +-11797 2955 +-2092 576 -12946 -14111 +8011 -1423 +-2919 -7600 +12720 1677 +3174 1554 +-13181 -4580 +6297 6540 +-15 -22382 14844 8413 +-12197 -3341 +-3802 1330 +-5129 12002 +-4821 640 +11650 10378 +7019 531 +2764 -12077 7216 -510 +13058 -21020 +-2558 3545 +-5149 2099 +13315 -8409 +10819 7633 +761 -10075 +-4624 -2253 -2936 16196 -9988 2099 --12537 8099 -5835 6118 --8691 2758 --11133 102 -17331 -5747 -15099 18096 -899 -2739 --4777 18358 -23884 8559 -6990 6612 --12588 24253 --9014 -3726 -2917 11066 --25672 12887 --6828 -24022 --2856 -11828 --9737 -14586 -5702 -11842 -4134 -2986 --13744 18681 -3381 -9890 -14951 30440 -2984 -1193 --7555 5426 --16264 1318 -920 -18816 --18867 14004 --20556 -5960 --15362 -17329 -1868 -388 --14471 -15012 --6197 -12688 -2823 10693 --15492 -6094 -8055 -11392 -4799 2855 -5676 -2460 -6311 -6068 -1173 -8931 -29282 -22413 -14520 19066 --7348 12196 --13334 -4371 --14077 9361 --12731 -11462 --5645 -16024 --8618 10520 --5181 2082 -10033 2467 -1167 -12035 -9075 -12428 --6761 -652 -13837 -819 --9099 -2490 -6025 1255 -23607 25766 -2586 -3614 --26783 16001 --22777 12525 -8011 -1423 --12197 -3341 -13058 -21020 1788 -6644 +7186 14345 +14627 -3576 +13200 -9717 +10601 9240 +17101 -857 +6881 14250 +9988 2099 5187 11258 +14243 33335 +-5661 13738 +3793 15479 +5731 8707 +-3914 3873 +4469 200 +-12537 8099 -14107 19731 +1749 11536 +-18463 6609 +-12109 -257 +-14172 21883 +-6220 22241 +-10406 5144 +5835 6118 -8699 -2779 +-12611 3801 +-7907 -5009 +-23278 5603 +-3438 -10902 +-3168 -4310 +-535 -294 +-8691 2758 -16620 -9339 +-15570 -18170 +-15175 -2329 +-15533 -9513 +3755 -25687 +-11994 -21964 +132 -18330 +-11133 102 1836 -13971 +-6332 -29701 +-3544 -25207 +4512 -37440 +23646 -16822 +14065 -21959 +17832 -11268 +17331 -5747 4046 1273 +23807 13915 +20295 -3172 +8023 12442 +19816 139 +19696 8498 +29379 -346 +15099 18096 28613 15799 +12905 11680 +496 17981 +4160 15314 +1217 4512 +-8485 2529 +11259 7540 +899 -2739 5050 8198 +2431 5625 +1649 7466 +642 -1708 +4256 14330 +7433 18495 +-6488 -18290 +-4777 18358 1426 10873 +915 -12542 +-404 9713 +-8058 -6925 +51 1682 +-3984 -10943 +-1980 10112 +23884 8559 16920 8724 +639 9131 +-36288 14583 +29036 13341 +1369 -10335 +8483 10220 +14833 13268 +6990 6612 9410 369 +11786 25233 +5043 24121 +1989 5130 +9102 1914 +4726 9868 +-3920 29484 +-12588 24253 418 -6261 +3685 13050 +-3874 6427 +-26552 30608 +413 25712 +12797 20413 +-4283 34048 +-9014 -3726 -10718 1950 +-4341 11714 +-3266 28334 +1414 18275 +2485 -2313 +-9956 17626 +-16898 -1354 +2917 11066 9562 6465 +-28135 18640 +-8948 -419 +-9559 14217 +-21518 11756 +-22799 10658 +-19363 20861 +-25672 12887 -18783 -6579 +-14134 -4801 +-23896 1398 +-14115 4537 +-16848 -3740 +-11806 -5247 +-4749 1791 +-6828 -24022 -10787 -19316 +-12113 -22381 +404 5596 +6450 -14031 +7507 -11137 +12874 690 +-7368 9964 +-2856 -11828 -18601 -5904 +-12608 -10572 +-18911 20047 +8595 2594 +-5378 -6829 +4191 7701 +8370 24926 +-9737 -14586 2132 -15597 +-6384 2382 +1366 -14735 +-2475 -11753 +2720 -9898 +-5531 5240 +-5502 -8866 +5702 -11842 4128 -36178 +14974 -5413 +-8420 1370 +9352 19937 +-1019 6029 +16463 8925 +-2341 15635 +4134 -2986 9321 6998 +-685 19383 +-3558 4150 +807 21603 +4350 9570 +-11474 2368 +-3606 -7865 +-13744 18681 -18789 8575 +6067 171 +10938 -6002 +2248 -8128 +-8257 -866 +-25891 -13564 +-14483 -908 +3381 -9890 910 -8315 +25229 2109 +-4195 -290 +-3099 12617 +-15220 -9170 +-12105 -3364 +4261 12840 +14951 30440 -8746 9994 +-1186 10635 +-10035 17473 +1018 -14596 +178 -9233 +-7205 -20745 +6558 -18046 +2984 -1193 -711 -24176 --3299 -1366 -9665 8189 --7815 -4268 --10243 8373 -7046 -4104 -1392 13699 -6753 -10511 -3018 -5199 --2765 -10435 --11462 -2256 -6447 -9610 --8025 -65 -1901 1026 -541 8370 --671 9841 -10044 -27681 --9151 -14984 -230 12266 -11535 16328 --11352 12112 --16063 11833 -2170 1421 -8552 -6625 --12457 -1371 --3466 -2924 -12859 -12034 -16129 -5025 -15281 10769 -20505 2252 -8855 2369 -2907 -3404 -4406 -18485 -10059 -8584 -14886 25238 --4324 7906 --20411 -1549 --2919 -7600 --3802 1330 --2558 3545 -7186 14345 -14243 33335 -1749 11536 --12611 3801 --15570 -18170 --6332 -29701 -23807 13915 -12905 11680 -2431 5625 -915 -12542 -639 9131 -11786 25233 -3685 13050 --4341 11714 --28135 18640 --14134 -4801 --12113 -22381 --12608 -10572 --6384 2382 -14974 -5413 --685 19383 -6067 171 -25229 2109 --1186 10635 4243 -20355 -26773 2452 -65 7444 --5534 2720 -12143 1015 --5307 -332 --31405 12055 --20722 -8582 --18739 -1641 --13751 -2450 --6819 -27873 -13857 -13125 -8122 -17425 --602 1669 -1986 -9015 --15291 -11785 -3329 -14235 -15876 -4881 --5678 13791 --2858 15259 --8389 5444 -4485 786 --16208 -6645 --25789 11781 --10595 -3062 -9171 -23023 -20014 -2208 -28040 -1233 -15389 -7915 -2480 -14684 --6452 7802 -4609 -9245 -14772 -608 -10331 12100 -13057 5929 -8611 4968 --234 -9453 -12720 1677 --5129 12002 --5149 2099 -14627 -3576 --5661 13738 --18463 6609 --7907 -5009 --15175 -2329 --3544 -25207 -20295 -3172 -496 17981 -1649 7466 --404 9713 --36288 14583 -5043 24121 --3874 6427 --3266 28334 --8948 -419 --23896 1398 -404 5596 --18911 20047 -1366 -14735 --8420 1370 --3558 4150 -10938 -6002 --4195 -290 --10035 17473 4000 -3759 --849 -1938 --18410 2788 --1383 13832 --11176 3065 --9434 -13875 --5819 569 --14422 1396 --4433 2353 --18801 12257 --2911 -6598 -8603 2244 -4883 2548 -12098 -3852 -10387 4435 -2513 -11164 --15531 -5717 -18082 5045 -21926 23836 --3910 4004 --609 12235 -4138 14987 --8554 -6103 --3590 2719 -2381 2791 -3177 -30334 -9297 3697 -556 5003 --47 -6168 -21563 -10304 -19782 -7604 -18401 -1382 -2850 7259 --595 10414 --5206 5253 --4425 5046 --8683 -12263 -3174 1554 --4821 640 -13315 -8409 -13200 -9717 -3793 15479 --12109 -257 --23278 5603 --15533 -9513 -4512 -37440 -8023 12442 -4160 15314 -642 -1708 --8058 -6925 -29036 13341 -1989 5130 --26552 30608 -1414 18275 --9559 14217 --14115 4537 -6450 -14031 -8595 2594 --2475 -11753 -9352 19937 -807 21603 -2248 -8128 --3099 12617 -1018 -14596 934 -11072 -10658 -1839 -10762 4224 --10001 11369 --1176 8550 --7954 -10777 --1874 -5824 --10414 -12121 -10246 -26734 --5825 -5001 -3282 -14717 -10015 -169 -2181 4907 --3706 7692 --8876 -14647 --9208 -17140 -197 -3630 -3225 11606 -13631 7495 -11238 14705 --7442 -2690 --24935 -143 --4214 4963 --15446 -7579 --1466 2654 --11016 -13513 --6928 4323 --4249 -10201 -19929 -5963 --4050 -8312 -12412 7852 -20183 -13316 -14388 -12494 -12106 2827 -4728 -11399 -6719 12048 -2783 -632 --13181 -4580 -11650 10378 -10819 7633 -10601 9240 -5731 8707 --14172 21883 --3438 -10902 -3755 -25687 -23646 -16822 -19816 139 -1217 4512 -4256 14330 -51 1682 -1369 -10335 -9102 1914 -413 25712 -2485 -2313 --21518 11756 --16848 -3740 -7507 -11137 --5378 -6829 -2720 -9898 --1019 6029 -4350 9570 --8257 -866 --15220 -9170 -178 -9233 6487 2101 -7093 12422 -1488 27009 --8211 -11632 -2241 7632 --4673 3293 --1013 -10346 -8766 3388 --1696 6250 --904 -4571 --17279 10473 -3391 -9621 -5499 -4209 -190 -4103 -8565 889 --7730 -6677 --1282 3691 -13174 12929 -9912 19797 -8493 10662 -5876 2927 --1420 14501 --17430 20050 -5118 -15987 --23364 -10420 -1811 -1035 -12336 3683 -1305 16178 -21859 -20289 -10396 10050 --11379 -11488 -18837 -12033 -13651 19882 -23077 5336 --9487 12501 --21976 -7590 --11797 2955 -6297 6540 -7019 531 -761 -10075 -17101 -857 --3914 3873 --6220 22241 --3168 -4310 --11994 -21964 -14065 -21959 -19696 8498 --8485 2529 -7433 18495 --3984 -10943 -8483 10220 -4726 9868 -12797 20413 --9956 17626 --22799 10658 --11806 -5247 -12874 690 -4191 7701 --5531 5240 -16463 8925 --11474 2368 --25891 -13564 --12105 -3364 --7205 -20745 -9061 -17260 -4336 -6276 --4238 1946 -5891 6603 --9161 9981 -7194 -6238 --4317 -10053 --2239 -12387 --10421 2673 -15149 -8822 -11221 -5096 -26995 -9248 -6073 2002 -13153 -11985 -18509 26184 -3387 -14527 -25896 -5559 -13714 2390 -3215 5162 -3422 18893 --16627 -4065 -2099 -662 --4727 2131 --11185 -8594 --7920 2771 -13136 -13612 -22287 11831 --4003 -7391 --10856 -8862 -4134 -3740 --2759 -2695 --952 4347 -38108 -5494 -13726 13250 -10315 11047 -6316 10959 --2092 576 --15 -22382 -2764 -12077 --4624 -2253 -6881 14250 -4469 200 --10406 5144 --535 -294 -132 -18330 -17832 -11268 -29379 -346 -11259 7540 --6488 -18290 --1980 10112 -14833 13268 --3920 29484 --4283 34048 --16898 -1354 --19363 20861 --4749 1791 --7368 9964 -8370 24926 --5502 -8866 --2341 15635 --3606 -7865 --14483 -908 -4261 12840 -6558 -18046 -20869 1977 -4135 1009 -7376 10940 --13236 16316 -18325 2782 -29257 -10917 --9638 -4977 -1665 15620 --28273 2629 -10538 26589 --694 -17055 --21844 -20549 -11528 5163 -22984 -12423 -14714 5481 --9450 -6545 -7878 8079 --11498 21756 --36524 -4149 --31798 -28445 --10114 -24044 --7447 -18161 --13764 -23809 -8751 8975 --50929 -10205 --38271 -20374 --21455 13108 --9654 4599 -14163 -13890 -334 -8397 --21486 -20067 --9103 -22970 --9501 25420 --12455 -1755 -4528 20456 -15628 -13136 --25425 2708 --10789 5220 --13694 -8958 -10724 -15237 -27088 -11914 --25726 12961 --682 -3299 --19884 -11671 -11810 -32025 -24474 -24034 -5256 -18910 -5827 -11527 -14791 25200 -11022 -9458 --24585 -23521 --9847 -11672 -4307 -14952 -22103 -5022 --3266 675 --4792 -1032 --23917 10468 --1073 11072 -4984 10516 --13021 -1282 --5458 1724 -34460 -32529 --10928 10211 --21998 -37396 --2209 2139 -22427 -5730 -28157 -7861 --6 25868 -22051 -25986 -42701 4445 -23301 63689 -881 9336 -8333 28854 -10936 28889 --16398 -19557 -11675 8971 --4987 8528 -14109 3034 -14138 15526 --33097 -4346 --11071 16944 --29082 21935 --42604 -7846 --11129 -14566 -13344 -4152 --1124 -12991 --14307 28682 --4612 35111 --25379 -22166 --16478 -15465 --17426 -26225 -573 -4987 --21719 17802 --4220 -16426 -14596 -1738 -21678 -9555 --2399 6430 --21563 -22250 -8864 18551 -19743 4544 --4877 -123 --10399 -6189 -17891 -24071 --11333 4893 -4292 14110 --12654 -10339 -3207 -4949 --9164 21319 -2319 1164 --7516 -12107 -22784 -15030 --13756 -9006 -8827 155 -4670 -11515 --19018 -7419 --12997 -249 --8611 20622 -3282 24046 --32863 11737 --11486 16387 --2462 27026 -13528 -3941 --10246 11164 --7711 50652 -4443 -10762 -19415 -7205 --4043 7442 --956 -23156 -2183 18307 --318 -7563 -6003 8468 --10941 6724 -4306 -14912 --3020 8359 --14015 5025 --28411 22352 --16688 -2435 --10009 5550 -14066 -12432 --6821 665 -6601 6361 -16320 9584 --314 -2345 --1223 -10887 --10681 25914 -13977 25922 --7386 -2016 --12089 -18232 -33793 -7661 -15114 -4546 -4209 10945 --11675 16890 --7436 19168 --30827 -9594 --9038 -15560 --3396 -8276 --1218 -13473 --8500 -14731 --1733 -10564 --8708 -18740 -8250 1145 -14268 19333 --33666 -22796 --4504 1774 --251 6147 --13305 -4470 -9452 -30617 -2664 -8797 --3502 -36 --22337 -34972 --12220 -13192 -3512 -9182 -5833 -6147 -29631 -2863 --20461 -33936 -8734 95 -15983 9460 -2377 25508 -6234 -3969 --16646 -19719 --15065 3573 --3969 -12987 -15963 -8321 --5712 11173 -1684 9653 --9347 4744 --3712 -11126 --30963 2775 -8416 -16390 --14070 14743 --26598 1715 -3572 -20711 -9528 23650 --3191 10656 -4811 11577 -14200 6335 --17182 7025 --2285 -9584 -27554 -10177 -14406 21237 --5144 795 -761 -2117 --1571 19529 --3286 4338 --4878 10677 -6200 543 --7210 9954 --1462 2556 --5994 18442 --27951 8648 --1496 -17110 -10739 -24353 --861 -11715 --16377 23225 -12785 15872 -10000 -12232 -270 -2671 --31592 15766 --15869 -25931 --12297 -17015 --9117 10058 -10864 13305 -19250 -18095 -1966 -5604 --647 2468 --543 -13364 -3912 17197 --22265 8192 --31377 8299 --34653 -25796 -10838 -42335 -27149 -22631 -12418 24608 -13741 3729 -11890 -10424 --9037 -2211 -2385 -22194 -6754 6735 --22499 -6911 -24301 -522 -19221 -1829 -1125 15560 -37884 -24409 --15019 -28680 --1866 4776 -2667 -29241 --14809 15893 -9475 2473 --26593 -17614 -8314 -32462 --6122 9890 -13837 -15982 -9393 -17314 --23066 17788 --389 -8456 -28543 -31997 --557 -4403 -8661 15574 -24430 14128 --1942 -14482 -15881 -3719 -11538 21172 -9005 4838 -12470 -6491 --1054 8344 -8094 -24678 --8171 334 -8055 -5306 -5699 -6899 --15286 5366 --24948 17806 --16329 15913 -5848 -3861 --28893 -4218 --28347 -20000 -2940 -11450 --4827 -11138 --6353 -15207 --35 7987 --20647 -3360 --21673 -6692 --34941 4833 --6460 -21692 --3955 -32830 --5997 -9271 --11161 20340 --22914 -4936 --16829 5261 -3495 -4678 --3011 5674 -2961 11331 -822 -14545 --14791 -328 --14684 -27690 -1398 -16592 --513 10312 --8841 9011 --8378 -11724 --2335 -1626 -22803 -36686 -9164 -6086 -13636 18863 -471 -20195 -26661 1815 -25462 21882 -6051 7874 --24253 -17086 -18230 8192 -29592 -23088 --8082 -1111 --27406 1685 --19732 -6357 --36430 1474 --15255 2745 --2293 -6202 --22777 -28677 -21778 -34437 --3888 15947 --10575 -37731 -7959 -14974 -9351 7998 --18362 19947 --20487 15503 --9507 -8914 --4970 -19065 -1557 19997 --11753 19623 -10120 8040 --34955 40682 --4172 -3867 --29325 13236 --6255 -19603 --14262 -11413 -8407 -11011 -11148 28727 -6840 11483 --1672 -13112 --2550 -5963 --36518 -21783 --14298 -24488 -13532 -11650 -23219 5143 --5153 3336 --4381 -5444 --30571 -13202 --5454 -10759 -16133 -29400 -20335 -2518 --7657 3694 -12520 -5635 --15219 -11087 --38300 18005 -9056 17433 -11142 7671 --5653 28813 --20437 16303 --25158 7808 -14048 -15827 --27131 -37540 -7128 493 --13300 -4691 --28740 -8243 --2706 -21451 -17861 2066 --23200 13443 --15597 1371 -7093 -11339 -31874 14306 --17186 10843 --7186 -7287 --9773 14818 --6333 3701 -232 -12757 --2081 10307 --9571 -1524 --9780 647 --14559 11942 -10322 1565 --26723 4168 --702 -4764 -368 -30304 -6350 1375 -14981 2892 -5179 1887 -15054 -2322 +9061 -17260 +20869 1977 +4135 1009 +22427 -5730 +-318 -7563 +-3191 10656 +8661 15574 +-18362 19947 -20738 -6974 --4969 -19817 --14615 18028 -2364 -8601 -7775 -12839 --38615 24366 --36489 -5841 -13237 8820 --10065 9593 -14092 -6614 -2863 -3513 --1955 -2564 -10002 8678 --24051 -4396 -543 6301 -5530 -4747 --14571 10847 --31698 -13915 --15565 -22022 --24105 2686 --2496 -2110 -3335 -30189 --11749 22281 --16441 -727 -747 -32211 --9841 -15062 -11650 -27677 --27686 7990 -1063 -20021 -9522 7762 --18013 21980 --12839 -26466 --7522 19380 -15870 20020 -6591 40485 --4851 -291 --11062 -22982 -7569 -20355 -23028 21563 -3213 12715 --10083 11605 --17466 -40056 --11606 -9965 -18149 -1052 -12377 4263 -26089 1793 --284 -4756 --18561 -12820 --1137 22703 --13062 -12399 --5949 14517 --2712 2414 -4306 -5484 -5461 -5444 --10781 7256 --21717 -4936 --19823 -36583 --17472 -15519 --21352 -41661 -22654 -7884 -41946 5673 -2067 -4480 -29841 13966 -9511 18087 19922 24500 +7376 10940 +28157 -7861 +6003 8468 +4811 11577 +24430 14128 +-20487 15503 +-4969 -19817 -3397 17043 +-13236 16316 +-6 25868 +-10941 6724 +14200 6335 +-1942 -14482 +-9507 -8914 +-14615 18028 -10258 -594 +18325 2782 +22051 -25986 +4306 -14912 +-17182 7025 +15881 -3719 +-4970 -19065 +2364 -8601 9004 -13731 +29257 -10917 +42701 4445 +-3020 8359 +-2285 -9584 +11538 21172 +1557 19997 +7775 -12839 -21374 28004 +-9638 -4977 +23301 63689 +-14015 5025 +27554 -10177 +9005 4838 +-11753 19623 +-38615 24366 -13623 22172 +1665 15620 +881 9336 +-28411 22352 +14406 21237 +12470 -6491 +10120 8040 +-36489 -5841 -10376 27765 +-28273 2629 +8333 28854 +-16688 -2435 +-5144 795 +-1054 8344 +-34955 40682 +13237 8820 -6533 -14990 +10538 26589 +10936 28889 +-10009 5550 +761 -2117 +8094 -24678 +-4172 -3867 +-10065 9593 -26525 -12346 +-694 -17055 +-16398 -19557 +14066 -12432 +-1571 19529 +-8171 334 +-29325 13236 +14092 -6614 -12045 -17331 +-21844 -20549 +11675 8971 +-6821 665 +-3286 4338 +8055 -5306 +-6255 -19603 +2863 -3513 -19813 4918 +11528 5163 +-4987 8528 +6601 6361 +-4878 10677 +5699 -6899 +-14262 -11413 +-1955 -2564 -11254 -6634 +22984 -12423 +14109 3034 +16320 9584 +6200 543 +-15286 5366 +8407 -11011 +10002 8678 -22508 21019 +14714 5481 +14138 15526 +-314 -2345 +-7210 9954 +-24948 17806 +11148 28727 +-24051 -4396 -26581 -24494 +-9450 -6545 +-33097 -4346 +-1223 -10887 +-1462 2556 +-16329 15913 +6840 11483 +543 6301 -6396 14365 +7878 8079 +-11071 16944 +-10681 25914 +-5994 18442 +5848 -3861 +-1672 -13112 +5530 -4747 -16822 3067 +-11498 21756 +-29082 21935 +13977 25922 +-27951 8648 +-28893 -4218 +-2550 -5963 +-14571 10847 -17779 19765 +-36524 -4149 +-42604 -7846 +-7386 -2016 +-1496 -17110 +-28347 -20000 +-36518 -21783 +-31698 -13915 -9445 2482 +-31798 -28445 +-11129 -14566 +-12089 -18232 +10739 -24353 +2940 -11450 +-14298 -24488 +-15565 -22022 5411 -17717 +-10114 -24044 +13344 -4152 +33793 -7661 +-861 -11715 +-4827 -11138 +13532 -11650 +-24105 2686 9644 3822 +-7447 -18161 +-1124 -12991 +15114 -4546 +-16377 23225 +-6353 -15207 +23219 5143 +-2496 -2110 -11858 -2436 +-13764 -23809 +-14307 28682 +4209 10945 +12785 15872 +-35 7987 +-5153 3336 +3335 -30189 -10961 6932 +8751 8975 +-4612 35111 +-11675 16890 +10000 -12232 +-20647 -3360 +-4381 -5444 +-11749 22281 -13942 9633 +-50929 -10205 +-25379 -22166 +-7436 19168 +270 -2671 +-21673 -6692 +-30571 -13202 +-16441 -727 -17933 -24038 +-38271 -20374 +-16478 -15465 +-30827 -9594 +-31592 15766 +-34941 4833 +-5454 -10759 +747 -32211 -21142 -2442 +-21455 13108 +-17426 -26225 +-9038 -15560 +-15869 -25931 +-6460 -21692 +16133 -29400 +-9841 -15062 -26549 -28743 +-9654 4599 +573 -4987 +-3396 -8276 +-12297 -17015 +-3955 -32830 +20335 -2518 +11650 -27677 32258 -14312 +14163 -13890 +-21719 17802 +-1218 -13473 +-9117 10058 +-5997 -9271 +-7657 3694 +-27686 7990 524 -8174 +334 -8397 +-4220 -16426 +-8500 -14731 +10864 13305 +-11161 20340 +12520 -5635 +1063 -20021 4340 -9540 +-21486 -20067 +14596 -1738 +-1733 -10564 +19250 -18095 +-22914 -4936 +-15219 -11087 +9522 7762 15947 2229 +-9103 -22970 +21678 -9555 +-8708 -18740 +1966 -5604 +-16829 5261 +-38300 18005 +-18013 21980 12783 -29404 +-9501 25420 +-2399 6430 +8250 1145 +-647 2468 +3495 -4678 +9056 17433 +-12839 -26466 -39439 1897 +-12455 -1755 +-21563 -22250 +14268 19333 +-543 -13364 +-3011 5674 +11142 7671 +-7522 19380 4536 10876 +4528 20456 +8864 18551 +-33666 -22796 +3912 17197 +2961 11331 +-5653 28813 +15870 20020 6307 -4074 +15628 -13136 +19743 4544 +-4504 1774 +-22265 8192 +822 -14545 +-20437 16303 +6591 40485 -19019 11355 +-25425 2708 +-4877 -123 +-251 6147 +-31377 8299 +-14791 -328 +-25158 7808 +-4851 -291 -23445 -12562 +-10789 5220 +-10399 -6189 +-13305 -4470 +-34653 -25796 +-14684 -27690 +14048 -15827 +-11062 -22982 -4591 3609 +-13694 -8958 +17891 -24071 +9452 -30617 +10838 -42335 +1398 -16592 +-27131 -37540 +7569 -20355 -16442 7438 +10724 -15237 +-11333 4893 +2664 -8797 +27149 -22631 +-513 10312 +7128 493 +23028 21563 15270 9068 +27088 -11914 +4292 14110 +-3502 -36 +12418 24608 +-8841 9011 +-13300 -4691 +3213 12715 -2460 10645 +-25726 12961 +-12654 -10339 +-22337 -34972 +13741 3729 +-8378 -11724 +-28740 -8243 +-10083 11605 -18739 11304 +-682 -3299 +3207 -4949 +-12220 -13192 +11890 -10424 +-2335 -1626 +-2706 -21451 +-17466 -40056 -17499 -21594 +-19884 -11671 +-9164 21319 +3512 -9182 +-9037 -2211 +22803 -36686 +17861 2066 +-11606 -9965 -265 -12488 +11810 -32025 +2319 1164 +5833 -6147 +2385 -22194 +9164 -6086 +-23200 13443 +18149 -1052 -1206 -8263 +24474 -24034 +-7516 -12107 +29631 -2863 +6754 6735 +13636 18863 +-15597 1371 +12377 4263 2598 2781 +5256 -18910 +22784 -15030 +-20461 -33936 +-22499 -6911 +471 -20195 +7093 -11339 +26089 1793 3523 3638 +5827 -11527 +-13756 -9006 +8734 95 +24301 -522 +26661 1815 +31874 14306 +-284 -4756 -6475 -1180 +14791 25200 +8827 155 +15983 9460 +19221 -1829 +25462 21882 +-17186 10843 +-18561 -12820 16475 35602 +11022 -9458 +4670 -11515 +2377 25508 +1125 15560 +6051 7874 +-7186 -7287 +-1137 22703 -819 -3977 +-24585 -23521 +-19018 -7419 +6234 -3969 +37884 -24409 +-24253 -17086 +-9773 14818 +-13062 -12399 -16961 -253 +-9847 -11672 +-12997 -249 +-16646 -19719 +-15019 -28680 +18230 8192 +-6333 3701 +-5949 14517 23493 -31561 +4307 -14952 +-8611 20622 +-15065 3573 +-1866 4776 +29592 -23088 +232 -12757 +-2712 2414 -5853 -33944 +22103 -5022 +3282 24046 +-3969 -12987 +2667 -29241 +-8082 -1111 +-2081 10307 +4306 -5484 12794 15939 +-3266 675 +-32863 11737 +15963 -8321 +-14809 15893 +-27406 1685 +-9571 -1524 +5461 -5444 -13788 -22680 +-4792 -1032 +-11486 16387 +-5712 11173 +9475 2473 +-19732 -6357 +-9780 647 +-10781 7256 -24922 -17154 +-23917 10468 +-2462 27026 +1684 9653 +-26593 -17614 +-36430 1474 +-14559 11942 +-21717 -4936 -3584 -42122 +-1073 11072 +13528 -3941 +-9347 4744 +8314 -32462 +-15255 2745 +10322 1565 +-19823 -36583 -43878 -18248 +4984 10516 +-10246 11164 +-3712 -11126 +-6122 9890 +-2293 -6202 +-26723 4168 +-17472 -15519 14918 5182 +-13021 -1282 +-7711 50652 +-30963 2775 +13837 -15982 +-22777 -28677 +-702 -4764 +-21352 -41661 24816 -23457 +-5458 1724 +4443 -10762 +8416 -16390 +9393 -17314 +21778 -34437 +368 -30304 +22654 -7884 6165 8426 +34460 -32529 +19415 -7205 +-14070 14743 +-23066 17788 +-3888 15947 +6350 1375 +41946 5673 24814 15960 +-10928 10211 +-4043 7442 +-26598 1715 +-389 -8456 +-10575 -37731 +14981 2892 +2067 -4480 -21019 -8347 +-21998 -37396 +-956 -23156 +3572 -20711 +28543 -31997 +7959 -14974 +5179 1887 +29841 13966 3306 8908 +-2209 2139 +2183 18307 +9528 23650 +-557 -4403 +9351 7998 +15054 -2322 +9511 18087 -8065 6295 diff --git a/AI_Engine_Development/AIE-ML/Design_Tutorials/07-Channelizer-Using-Vitis-Libraries/aie/channelizer/data/fft_back_o_4.txt b/AI_Engine_Development/AIE-ML/Design_Tutorials/07-Channelizer-Using-Vitis-Libraries/aie/channelizer/data/fft_back_o_4.txt index 0e25d8abff..f5dc19c0bf 100644 --- a/AI_Engine_Development/AIE-ML/Design_Tutorials/07-Channelizer-Using-Vitis-Libraries/aie/channelizer/data/fft_back_o_4.txt +++ b/AI_Engine_Development/AIE-ML/Design_Tutorials/07-Channelizer-Using-Vitis-Libraries/aie/channelizer/data/fft_back_o_4.txt @@ -1,2048 +1,2048 @@ 8423 -10541 +8339 -8895 +8001 -7836 +9288 -5217 +11604 -4823 +10111 -3359 +7588 -7188 +13984 -1880 9559 1011 +12498 -3722 +10099 1434 +9652 2976 +12478 -1440 +10023 1349 +12270 1102 +11003 7021 7696 7906 +12006 9211 +4660 8019 +4341 8128 +4832 6391 +3167 5560 +2587 7311 +-1702 5562 4603 412 +3271 -150 +1440 964 +1763 9170 +3552 3849 +1877 1174 +-12 1960 +5440 2441 7178 -457 +8886 402 +8250 5782 +8042 2163 +8518 5738 +8530 9337 +10767 9927 +4059 9757 2702 10050 +5527 16175 +-667 11323 +-1401 9169 +2199 12226 +-1213 13389 +-6106 12923 +-6039 11334 -8947 8610 +-8942 9039 +-13629 8664 +-7920 5722 +-12404 3996 +-6012 2296 +-14287 4 +-9120 2348 -9994 -1687 +-7548 -1262 +-5315 -1999 +-4176 -6139 +-7088 -3359 +-4552 1882 +-4361 418 +-4056 -3112 -2555 1594 +-1610 3816 +-3812 1061 +-5092 2562 +-9735 -479 +-7903 -1109 +-9451 2339 +-7313 2700 -8332 -3102 +-15777 -5429 +-11862 -3446 +-8869 -5679 +-8032 -7921 +-7737 -6419 +-8905 -10430 +-9707 -7157 -6163 -10613 +-4075 -15980 +-1481 -10969 +-950 -13447 +-4201 -12641 +-246 -11756 +323 -10512 +1628 -10189 3425 -12409 +4159 -10954 +7105 -9653 +5042 -5032 +3581 -7153 +2496 -10528 +1196 -7389 +5287 -4442 9290 -5061 +5586 -5932 +10511 -5694 +9246 -5263 +7714 -552 +7651 -2926 +4828 2130 +4410 1007 2629 856 +6437 -333 +531 -1894 +5474 1077 +1948 1232 +2613 2441 +-3159 1427 +-7337 -1957 -3181 130 +63 -4755 +-4043 -4984 +1128 -7808 +-253 -7995 +2468 -8874 +6527 -11947 +8330 -6886 11084 -10960 +9476 -5430 +14657 -589 +10359 -2588 +8895 -1467 +11715 2541 +12520 2646 +11876 10945 12909 10995 +6440 10956 +4868 10255 +382 12127 +-1649 10384 +-3038 10132 +-5841 10977 +-4027 9955 -6640 11945 +-13673 7047 +-8518 2609 +-8694 -1855 +-13855 1367 +-11363 -1208 +-8807 -5644 +-7038 -3933 -11784 -6435 +-3835 -10203 +-3387 -7378 +-2857 -8663 +-1773 -4375 +-239 -6539 +-2952 -6886 +-203 -11690 -832 -7013 +4161 -5296 +6121 -8763 +3700 -9837 +1105 -3939 +5329 -9178 +1763 -7175 +7655 -7178 3802 -7621 +2495 -7138 +83 -7795 +3254 -6178 +5155 -3641 +7544 -5106 +6466 -1603 +5379 -4357 2214 -3670 +3410 -3030 +5342 -236 +10006 -3413 +5075 -1809 +3457 475 +1271 -1962 +3131 3890 5417 -3125 +5846 -2935 +4344 2498 +2895 -2805 +2580 -1239 +1414 -2122 +4709 2285 +805 -408 -2945 734 +-107 -841 +-1938 1382 +2570 -1887 +-2856 -688 +-3731 -3551 +316 -3393 +2167 -4472 1212 1330 +1866 828 +-2107 1439 +-3221 3962 +-3392 -2077 +-3037 -3296 +1874 -4210 +-5080 -2104 -3174 -2021 +291 -4312 +785 -4193 +-46 -6737 +793 -7128 +4162 -6350 +1078 -4851 +-1889 -3419 3925 -6271 +6830 -4664 +429 -5099 +6450 -5315 +7735 -7405 +7753 -7248 +7441 -2878 +6559 1109 6039 -573 +2909 3948 +5965 3587 +4259 3235 +4583 2998 +1999 5828 +4033 3775 +668 6181 -2737 5574 +-3347 -214 +-2357 3547 +-3065 3562 +-7646 3536 +-5233 -645 +-6701 -646 +-6689 -4182 -8343 -1810 +-6179 -4936 +-5889 -7320 +-5435 -8222 +-6147 -6476 +-8545 -11160 +-4514 -12591 +-3007 -12901 -1243 -14752 +119 -13617 +724 -15823 +3819 -13483 +882 -13348 +3948 -17020 +8328 -13856 +10135 -17004 13612 -14990 +13317 -13115 +14805 -9202 +17048 -8710 +14980 -11312 +16945 -3171 +12307 -4109 +14539 953 16863 2595 +13269 441 +16007 3512 +9794 3669 +9188 6255 +5683 7271 +2594 6432 +3076 7330 5592 6827 +3988 4955 +-1851 3333 +2944 3756 +-13 -1508 +-1374 3720 +1753 -2101 +-990 1346 4400 -3908 +2647 -6101 +-78 -3991 +1458 -4675 +4596 -1815 +3259 -1026 +6167 -1361 +1545 -3711 4981 476 +4945 -3744 +7223 -3380 +3832 649 +5189 -70 +781 -1467 +-1912 -3842 +2605 -4059 8193 -5941 -9870 -509 -13466 -1042 -7684 2566 -3575 8922 -7070 -73 -2679 8635 -2431 822 -3156 -2453 -10857 -1483 -4352 12964 -381 10428 -3065 8015 --4302 12426 --11380 3141 --3088 -2013 -1966 1707 --3016 2225 --7483 -1167 --948 -2729 -3484 954 --776 3315 --9404 1362 --3767 -1205 --1841 -3628 --2823 -6467 --5790 -5451 --1146 -9684 -8339 -8895 -12498 -3722 -12006 9211 -3271 -150 -8886 402 -5527 16175 --8942 9039 --7548 -1262 --1610 3816 --15777 -5429 --4075 -15980 -4159 -10954 -5586 -5932 -6437 -333 -63 -4755 -9476 -5430 -6440 10956 --13673 7047 --3835 -10203 -4161 -5296 -2495 -7138 -3410 -3030 -5846 -2935 --107 -841 -1866 828 -291 -4312 -6830 -4664 -2909 3948 --3347 -214 --6179 -4936 -119 -13617 -13317 -13115 -13269 441 -3988 4955 -2647 -6101 -4945 -3744 7240 -4371 +4594 -2523 +5475 -3415 +5774 -7020 +7260 -8497 +5042 -7280 +9397 -5252 +9870 -509 11115 -3881 +8856 -3807 +9586 -3435 +11197 -946 +8876 -1169 +13900 194 +11363 3487 +13466 -1042 11549 2656 +12846 -2234 +12811 2598 +13530 2048 +11897 3732 +11542 8404 +11488 3848 +7684 2566 10444 4644 +4352 2293 +4173 7819 +9867 4979 +3514 2920 +8738 8992 +8327 4982 +3575 8922 8724 4156 +2342 5177 +998 6306 +1851 6907 +2867 439 +3649 3317 +3037 1974 +7070 -73 7798 3285 +5980 3471 +8967 3688 +4108 7224 +8285 2293 +6238 1093 +6937 4859 +2679 8635 4860 10910 +2456 7304 +1627 4666 +3180 6523 +4380 9377 +2696 4818 +505 2639 +2431 822 2045 1033 +2771 -3480 +3762 209 +4721 1917 +1462 2396 +4886 4174 +4540 -84 +3156 -2453 1431 -3996 +8311 -58 +8855 -1971 +7390 761 +6177 959 +11484 1514 +10756 1133 +10857 -1483 12510 575 +8144 3273 +8600 7465 +8985 6158 +8775 7216 +9017 10165 +8224 8296 +4352 12964 2618 11213 +4662 13770 +7239 11795 +5636 10603 +6060 10423 +3457 10350 +2797 11624 +381 10428 -2298 9257 +1511 6923 +3484 7064 +-7 5510 +1646 8196 +5223 7738 +5816 9797 +3065 8015 1940 10638 +9112 11701 +4488 12937 +2861 13052 +1476 12444 +23 16475 +43 11731 +-4302 12426 -6283 16504 +-4228 13460 +-8416 7897 +-10094 11814 +-8079 6235 +-12208 8097 +-15659 7948 +-11380 3141 -9006 3029 +-14759 -948 +-11829 654 +-4247 -131 +-6792 229 +-6744 226 +-2615 -2478 +-3088 -2013 -358 -1455 +-6254 1842 +-1503 -4273 +-7103 -2627 +-3723 -1841 +-2030 -836 +-2033 -521 +1966 1707 -1170 3760 +-1583 308 +-5175 2573 +-3931 5832 +-2838 3082 +-3787 -2159 +-2863 2356 +-3016 2225 -3988 2410 +-1150 -303 +-3129 82 +-5892 135 +-1778 -1920 +395 -158 +-1772 -2008 +-7483 -1167 -4651 84 +-4454 -2259 +-2365 -3802 +-6675 190 +-131 -131 +-395 -2705 +-4616 -2037 +-948 -2729 -1705 -1087 +1310 -3401 +-4223 -1777 +77 -3414 +1431 -880 +-1382 -926 +1155 -7232 +3484 954 2568 -2836 +2517 403 +1939 -458 +960 2133 +3185 6214 +-1348 722 +-5816 766 +-776 3315 -2428 7648 +-3619 714 +-5097 6954 +-3573 2365 +-11239 5715 +-10980 -976 +-8881 -799 +-9404 1362 -8043 -65 +-11658 -5554 +-2601 -5036 +-10354 -9883 +-851 -7910 +-2719 -8175 +-2877 -7561 +-3767 -1205 -1590 -4636 +-2242 -10972 +2420 -4290 +-2068 -3112 +265 -1082 +607 -5388 +902 2321 +-1841 -3628 -403 -4654 +-4337 1554 +-1960 897 +-6886 27 +-4419 -2060 +141 -5434 +-1105 -4918 +-2823 -6467 -1294 -4842 +-2530 -2244 +-6527 -4587 +-3513 -10862 +-4030 -9502 +69 -8977 +-3441 -6617 +-5790 -5451 -322 -11694 +789 -8441 +-1679 -9490 +2023 -8488 +4004 -9886 +2407 -5832 +827 -10797 +-1146 -9684 2816 -8658 -8001 -7836 -10099 1434 -4660 8019 -1440 964 -8250 5782 --667 11323 --13629 8664 --5315 -1999 --3812 1061 --11862 -3446 --1481 -10969 -7105 -9653 -10511 -5694 -531 -1894 --4043 -4984 -14657 -589 -4868 10255 --8518 2609 --3387 -7378 -6121 -8763 -83 -7795 -5342 -236 -4344 2498 --1938 1382 --2107 1439 -785 -4193 -429 -5099 -5965 3587 --2357 3547 --5889 -7320 -724 -15823 -14805 -9202 -16007 3512 --1851 3333 --78 -3991 -7223 -3380 -4594 -2523 -8856 -3807 -12846 -2234 -4352 2293 -2342 5177 -5980 3471 -2456 7304 -2771 -3480 -8311 -58 -8144 3273 -4662 13770 -1511 6923 -9112 11701 --4228 13460 --14759 -948 --6254 1842 --1583 308 --1150 -303 --4454 -2259 -1310 -3401 -2517 403 --3619 714 --11658 -5554 --2242 -10972 --4337 1554 --2530 -2244 -789 -8441 6537 -5792 -9288 -5217 -9652 2976 -4341 8128 -1763 9170 -8042 2163 --1401 9169 --7920 5722 --4176 -6139 --5092 2562 --8869 -5679 --950 -13447 -5042 -5032 -9246 -5263 -5474 1077 -1128 -7808 -10359 -2588 -382 12127 --8694 -1855 --2857 -8663 -3700 -9837 -3254 -6178 -10006 -3413 -2895 -2805 -2570 -1887 --3221 3962 --46 -6737 -6450 -5315 -4259 3235 --3065 3562 --5435 -8222 -3819 -13483 -17048 -8710 -9794 3669 -2944 3756 -1458 -4675 -3832 649 -5475 -3415 -9586 -3435 -12811 2598 -4173 7819 -998 6306 -8967 3688 -1627 4666 -3762 209 -8855 -1971 -8600 7465 -7239 11795 -3484 7064 -4488 12937 --8416 7897 --11829 654 --1503 -4273 --5175 2573 --3129 82 --2365 -3802 --4223 -1777 -1939 -458 --5097 6954 --2601 -5036 -2420 -4290 --1960 897 --6527 -4587 --1679 -9490 4097 -7629 -11604 -4823 -12478 -1440 -4832 6391 -3552 3849 -8518 5738 -2199 12226 --12404 3996 --7088 -3359 --9735 -479 --8032 -7921 --4201 -12641 -3581 -7153 -7714 -552 -1948 1232 --253 -7995 -8895 -1467 --1649 10384 --13855 1367 --1773 -4375 -1105 -3939 -5155 -3641 -5075 -1809 -2580 -1239 --2856 -688 --3392 -2077 -793 -7128 -7735 -7405 -4583 2998 --7646 3536 --6147 -6476 -882 -13348 -14980 -11312 -9188 6255 --13 -1508 -4596 -1815 -5189 -70 -5774 -7020 -11197 -946 -13530 2048 -9867 4979 -1851 6907 -4108 7224 -3180 6523 -4721 1917 -7390 761 -8985 6158 -5636 10603 --7 5510 -2861 13052 --10094 11814 --4247 -131 --7103 -2627 --3931 5832 --5892 135 --6675 190 -77 -3414 -960 2133 --3573 2365 --10354 -9883 --2068 -3112 --6886 27 --3513 -10862 -2023 -8488 7003 -6191 -10111 -3359 -10023 1349 -3167 5560 -1877 1174 -8530 9337 --1213 13389 --6012 2296 --4552 1882 --7903 -1109 --7737 -6419 --246 -11756 -2496 -10528 -7651 -2926 -2613 2441 -2468 -8874 -11715 2541 --3038 10132 --11363 -1208 --239 -6539 -5329 -9178 -7544 -5106 -3457 475 -1414 -2122 --3731 -3551 --3037 -3296 -4162 -6350 -7753 -7248 -1999 5828 --5233 -645 --8545 -11160 -3948 -17020 -16945 -3171 -5683 7271 --1374 3720 -3259 -1026 -781 -1467 -7260 -8497 -8876 -1169 -11897 3732 -3514 2920 -2867 439 -8285 2293 -4380 9377 -1462 2396 -6177 959 -8775 7216 -6060 10423 -1646 8196 -1476 12444 --8079 6235 --6792 229 --3723 -1841 --2838 3082 --1778 -1920 --131 -131 -1431 -880 -3185 6214 --11239 5715 --851 -7910 -265 -1082 --4419 -2060 --4030 -9502 -4004 -9886 4609 -5800 -7588 -7188 -12270 1102 -2587 7311 --12 1960 -10767 9927 --6106 12923 --14287 4 --4361 418 --9451 2339 --8905 -10430 -323 -10512 -1196 -7389 -4828 2130 --3159 1427 -6527 -11947 -12520 2646 --5841 10977 --8807 -5644 --2952 -6886 -1763 -7175 -6466 -1603 -1271 -1962 -4709 2285 -316 -3393 -1874 -4210 -1078 -4851 -7441 -2878 -4033 3775 --6701 -646 --4514 -12591 -8328 -13856 -12307 -4109 -2594 6432 -1753 -2101 -6167 -1361 --1912 -3842 -5042 -7280 -13900 194 -11542 8404 -8738 8992 -3649 3317 -6238 1093 -2696 4818 -4886 4174 -11484 1514 -9017 10165 -3457 10350 -5223 7738 -23 16475 --12208 8097 --6744 226 --2030 -836 --3787 -2159 -395 -158 --395 -2705 --1382 -926 --1348 722 --10980 -976 --2719 -8175 -607 -5388 -141 -5434 -69 -8977 -2407 -5832 3885 -6741 -13984 -1880 -11003 7021 --1702 5562 -5440 2441 -4059 9757 --6039 11334 --9120 2348 --4056 -3112 --7313 2700 --9707 -7157 -1628 -10189 -5287 -4442 -4410 1007 --7337 -1957 -8330 -6886 -11876 10945 --4027 9955 --7038 -3933 --203 -11690 -7655 -7178 -5379 -4357 -3131 3890 -805 -408 -2167 -4472 --5080 -2104 --1889 -3419 -6559 1109 -668 6181 --6689 -4182 --3007 -12901 -10135 -17004 -14539 953 -3076 7330 --990 1346 -1545 -3711 -2605 -4059 -9397 -5252 -11363 3487 -11488 3848 -8327 4982 -3037 1974 -6937 4859 -505 2639 -4540 -84 -10756 1133 -8224 8296 -2797 11624 -5816 9797 -43 11731 --15659 7948 --2615 -2478 --2033 -521 --2863 2356 --1772 -2008 --4616 -2037 -1155 -7232 --5816 766 --8881 -799 --2877 -7561 -902 2321 --1105 -4918 --3441 -6617 -827 -10797 3352 -8073 8403 -5775 +2826 -3659 +14636 3883 +10611 12912 +7931 1497 +3558 15498 +-1496 18441 +-8798 -4204 4953 590 +-9318 4512 +3685 7642 +-7304 -11731 +-7670 -4021 +-634 6426 +3271 3128 +-766 -9796 1033 -8796 +-4248 -4117 +1768 -702 +7197 -2382 +161 639 +-225 -1026 +-7549 5742 +3624 5550 5865 -4165 +-2902 8134 +619 3366 +11413 -2971 +3910 -1100 +3712 10553 +3067 14480 +-6582 21012 -8790 14155 +-15285 1175 +-5894 9783 +-1465 26717 +-2983 8331 +-12667 -3031 +-20317 13062 +-1365 3562 -2309 9011 +-3489 -274 +1748 7525 +-10542 7581 +-9888 5791 +-12444 10073 +1534 14283 +-7460 3888 -2941 3453 +3652 1403 +-1416 -11059 +-1763 4571 +-3963 -5606 +-13895 -1453 +-755 4881 +3771 647 8240 5262 +-6291 -3302 +-4230 13018 +-4098 7022 +-10250 9886 +-5799 -5979 +470 -7941 +-10327 3325 -4117 3062 +4223 -9305 +-4498 -1839 +-5084 -2781 +-15496 -4637 +-5764 6488 +-4988 5999 +-12374 5250 -15866 1368 +4289 10419 +-14859 937 +-4666 4131 +-9774 -2148 +-13575 4744 +-11756 -4179 +-13253 -2123 -6997 7646 +-7871 5845 +-18404 610 +-16368 -437 +-18649 -6928 +-22932 6828 +-18695 -1517 +-15171 -2816 -14101 -5079 +-10151 -15399 +-18633 1399 +-19952 -11141 +-17312 -14485 +-19226 -18112 +-9143 -18594 +-6099 -23186 -12567 -18786 +-8086 -13898 +-8512 -18510 +-2974 -12085 +5128 -15145 +-2530 -10382 +435 -21984 +4171 -14709 -7872 -15355 +10328 -6683 +6128 -1482 +1190 -3638 +9496 -2014 +6345 -6272 +10826 -10909 +2074 -7458 -662 -11104 +6490 -2043 +3926 162 +-7381 -930 +13632 1352 +4932 -2650 +8047 7742 +3115 -429 497 10465 +14079 5617 +-5178 12057 +3864 5516 +3797 2643 +-3947 6902 +-761 18725 +-586 3969 -4057 6011 +-10215 1444 +-4843 -2308 +-5131 5898 +-6839 6595 +-12747 9053 +-8541 1372 +-16717 10619 -5756 924 +-3683 1441 +-10872 -954 +-15591 822 +-10513 -327 +-3804 -2366 +-13064 3801 +-18501 -3739 -13630 127 +-4513 6385 +1734 -7881 +-13743 -10935 +-11832 -7588 +-9755 -7624 +-5945 -6141 +6480 5915 -478 -551 +-10496 -5344 +-9859 3726 +2504 3943 +-8852 -2077 +-4101 8095 +-8820 -751 +-18557 -4673 -14397 1053 --13146 -9391 --7010 -14283 +-12522 8539 +-6256 193 +-6491 2073 +-14740 -7341 +-17255 -5896 +-18132 -4840 +-16482 -2536 +-13146 -9391 +-9862 -7756 +-15348 -12830 +-9380 -12123 +-5136 -10606 +7103 -20054 +-3500 -2190 +-1369 -8938 +-7010 -14283 +3513 -7884 +7782 -25311 +-2737 -6845 +405 -9815 +-453 -4483 +2393 4961 +336 -6023 11778 811 +5822 -628 +5265 -5458 +3779 -3389 +3916 -7879 +2745 -136 +-15304 2122 +-1 -11322 14433 -2156 +2612 10135 +3057 4074 +-82 2637 +-8392 1776 +6543 6182 +-481 8011 +4604 -5895 -460 -5809 +708 -2493 +-574 -1944 +-993 6192 +-8102 -7554 +-12705 -6141 +-7097 -3296 +-2923 5020 -175 4256 +-8623 -12838 +-2533 -16206 +-17631 -12936 +-5870 -1120 +-5187 -15411 +-9248 -3913 +6158 -14058 -8685 -9127 +3816 -21820 +-5002 -14300 +-985 -16014 +-2293 -10359 +3430 -25795 +8012 -12108 +476 -9071 8931 -4632 +3866 4203 +11690 -6256 +16954 -18937 +12925 -9315 +2002 -9824 +11229 -6305 +13224 7881 7791 1063 +7401 -4486 +11605 -4288 +11961 -1609 +10111 -12231 +19147 -5175 +2920 -3211 +9978 -12318 11655 2441 +2339 -106 +20137 -6864 +17048 -1295 +7470 6906 +18963 3383 +4673 3444 +8086 1892 12854 7372 +8457 7120 +1391 -797 +3849 12764 +2418 24031 +4000 3307 +5168 6926 +3750 10000 621 6391 +2202 12555 +2608 8693 +-2877 244 +-2471 4843 +1470 -2264 +3464 -5453 +5880 -6676 177 -14617 +-1129 -4005 +2013 -775 +-5876 -207 +5110 -4569 +-124 -14867 +3974 -9474 +8487 -11842 -1488 -2981 +856 -7935 +8614 -1087 +7927 -7488 +3719 -6734 +19835 3512 +18431 513 +23482 3738 9517 4516 +10431 3431 +15157 9401 +6890 7808 +-833 9656 +13243 13187 +12064 11110 +18662 18077 -1199 19665 +10161 7649 +10523 7531 +8417 10716 +-2665 14156 +2224 10497 +1957 22383 +4777 16808 1530 19857 +2050 19421 +6883 18273 +-7579 22844 +-12747 16078 +-6483 32532 +-11167 22179 +-11276 17999 -1055 14694 +-9086 12878 +-9898 29841 +-5768 23491 +-14947 26104 +-13584 21250 +-16596 14020 +-11970 15186 -11300 20286 +-22644 6891 +-11046 4359 +-7378 -6175 +-18119 4179 +-21035 -614 +-18736 905 +-4517 7184 -6625 -3260 +-17371 5965 +-11298 -9497 +-11730 -7611 +-17258 -8449 +-13472 378 +8024 -1503 +6994 7848 -4688 -2560 +1039 32 +2904 -3620 +-5009 8380 +-3317 -3466 +-5710 11927 +-8291 9526 +-5083 4979 -4309 -4401 +1203 10361 +4216 8783 +-485 7699 +-15510 2108 +-15311 -535 +-9307 5163 +-3130 27136 -12863 9545 +-14660 19094 +-8212 19104 +-15099 10149 +-9241 10112 +-7421 13166 +-14075 2409 +-15957 -2371 -23333 7221 +-8618 12544 +-16024 4347 +-22343 12024 +-12317 -1965 +-9508 170 +-18438 -1788 +-12557 184 -8674 9602 +-14140 -2497 +-20409 10522 +-14044 2848 +-3270 7083 +-15608 986 +-14350 9655 +-4389 2715 -13529 4507 +-9965 4390 +-22402 3530 +-9916 -3379 +-15611 2642 +-17596 8929 +-14048 10243 +-7434 -2566 -10112 -2442 +-10595 7047 +-20236 -7547 +-25540 -12367 +-10646 -18602 +-14289 -4443 +-12753 -1832 +-5795 -13620 -8831 -8151 +-11245 -12924 +-10605 -2544 +-6711 -3446 +-10889 -16591 +-2965 -10559 +-8667 -16440 +-10389 -7843 -3527 -9572 +-6735 -13734 +-12442 -11172 +-9713 -10691 +1067 135 +4977 7111 +-11633 -1419 +-4190 -6042 -10336 524 +-1799 143 +1318 5077 +-21734 1176 +-11595 6439 +-3833 4029 +284 -6932 +-16362 3767 -17300 -120 +-16360 7944 +-7363 -3041 +-15042 4236 +-13170 -9016 +-8514 -5594 +-10285 1798 +-11736 1389 -5126 -4413 +4106 4257 +-4497 6401 +-16860 -4589 +-10653 -6046 +-2290 -9090 +-10744 8743 +-13406 -17238 -10968 -1884 +-3990 692 +-4455 -1692 +-7038 -777 +-7241 3101 +-9209 10015 +-11743 8522 +-10217 10285 -8236 8467 +373 5820 +618 9279 +-5079 -1002 +-15193 -7155 +-13355 -3685 +-2401 582 +-16212 9741 -14771 7587 +-9036 1085 +-9872 -2374 +-5010 7153 +-19166 3091 +-15033 1583 +-14742 -732 +-20929 2724 -13811 -11682 --3037 -9745 --11627 -2007 --15854 -18416 -11808 -13007 -12922 726 -602 -18574 -7081 -9753 -2826 -3659 --9318 4512 --4248 -4117 --2902 8134 --15285 1175 --3489 -274 -3652 1403 --6291 -3302 -4223 -9305 -4289 10419 --7871 5845 --10151 -15399 --8086 -13898 -10328 -6683 -6490 -2043 -14079 5617 --10215 1444 --3683 1441 --4513 6385 --10496 -5344 --12522 8539 --9862 -7756 -3513 -7884 -5822 -628 -2612 10135 -708 -2493 --8623 -12838 -3816 -21820 -3866 4203 -7401 -4486 -2339 -106 -8457 7120 -2202 12555 --1129 -4005 -856 -7935 -10431 3431 -10161 7649 -2050 19421 --9086 12878 --22644 6891 --17371 5965 -1039 32 -1203 10361 --14660 19094 --8618 12544 --14140 -2497 --9965 4390 --10595 7047 --11245 -12924 --6735 -13734 --1799 143 --16360 7944 -4106 4257 --3990 692 -373 5820 --9036 1085 -21528 -16187 --8350 -12670 --11989 -4724 --10617 -17513 -4410 -8046 --11263 -7868 --8620 -8154 -6412 -16373 -14636 3883 -3685 7642 -1768 -702 -619 3366 --5894 9783 -1748 7525 --1416 -11059 --4230 13018 --4498 -1839 --14859 937 --18404 610 --18633 1399 --8512 -18510 -6128 -1482 -3926 162 --5178 12057 --4843 -2308 --10872 -954 -1734 -7881 --9859 3726 --6256 193 --15348 -12830 -7782 -25311 -5265 -5458 -3057 4074 --574 -1944 --2533 -16206 --5002 -14300 -11690 -6256 -11605 -4288 -20137 -6864 -1391 -797 -2608 8693 -2013 -775 -8614 -1087 -15157 9401 -10523 7531 -6883 18273 --9898 29841 --11046 4359 --11298 -9497 -2904 -3620 -4216 8783 --8212 19104 --16024 4347 --20409 10522 --22402 3530 --20236 -7547 --10605 -2544 --12442 -11172 -1318 5077 --7363 -3041 --4497 6401 --4455 -1692 -618 9279 --9872 -2374 -17433 -3814 --2439 4611 --16944 -3097 -814 -15177 -4866 -13496 --6224 1935 --15810 -9827 -10994 -4730 -10611 12912 --7304 -11731 -7197 -2382 -11413 -2971 --1465 26717 --10542 7581 --1763 4571 --4098 7022 --5084 -2781 --4666 4131 --16368 -437 --19952 -11141 --2974 -12085 -1190 -3638 --7381 -930 -3864 5516 --5131 5898 --15591 822 --13743 -10935 -2504 3943 --6491 2073 --9380 -12123 --2737 -6845 -3779 -3389 --82 2637 --993 6192 --17631 -12936 --985 -16014 -16954 -18937 -11961 -1609 -17048 -1295 -3849 12764 --2877 244 --5876 -207 -7927 -7488 -6890 7808 -8417 10716 --7579 22844 --5768 23491 --7378 -6175 --11730 -7611 --5009 8380 --485 7699 --15099 10149 --22343 12024 --14044 2848 --9916 -3379 --25540 -12367 --6711 -3446 --9713 -10691 --21734 1176 --15042 4236 --16860 -4589 --7038 -777 --5079 -1002 --5010 7153 -17500 -7829 +-66 -994 +-11015 -4248 +-14355 -3731 +928 4781 +-3037 -9745 +-8350 -12670 +-2439 4611 -15924 -2009 +-21941 6376 +-8850 -3031 +-5088 6060 +-1343 -1062 +-11627 -2007 +-11989 -4724 +-16944 -3097 -27644 -1946 +-7016 4720 +-23760 -7413 +-18075 -10483 +-13914 -13992 +-15854 -18416 +-10617 -17513 +814 -15177 -13044 -12047 +-4097 -18936 +-9490 -13013 +5334 -15382 +-3800 -15283 +11808 -13007 +4410 -8046 +4866 -13496 7843 -8662 +11952 -3867 +-4480 -444 +-2741 -1232 +-1163 6248 +12922 726 +-11263 -7868 +-6224 1935 -9156 -9774 +-8825 5971 +-6796 -2067 +-15300 -6476 +-13305 -3217 +602 -18574 +-8620 -8154 +-15810 -9827 -7524 -9203 +-2017 -23692 +8044 -7955 +743 -18849 +10132 -21609 +7081 -9753 +6412 -16373 +10994 -4730 20312 -20486 -7931 1497 --7670 -4021 -161 639 -3910 -1100 --2983 8331 --9888 5791 --3963 -5606 --10250 9886 --15496 -4637 --9774 -2148 --18649 -6928 --17312 -14485 -5128 -15145 -9496 -2014 -13632 1352 -3797 2643 --6839 6595 --10513 -327 --11832 -7588 --8852 -2077 --14740 -7341 --5136 -10606 -405 -9815 -3916 -7879 --8392 1776 --8102 -7554 --5870 -1120 --2293 -10359 -12925 -9315 -10111 -12231 -7470 6906 -2418 24031 --2471 4843 -5110 -4569 -3719 -6734 --833 9656 --2665 14156 --12747 16078 --14947 26104 --18119 4179 --17258 -8449 --3317 -3466 --15510 2108 --9241 10112 --12317 -1965 --3270 7083 --15611 2642 --10646 -18602 --10889 -16591 -1067 135 --11595 6439 --13170 -9016 --10653 -6046 --7241 3101 --15193 -7155 --19166 3091 --66 -994 --21941 6376 --7016 4720 --4097 -18936 -11952 -3867 --8825 5971 --2017 -23692 10995 -8537 -3558 15498 --634 6426 --225 -1026 -3712 10553 --12667 -3031 --12444 10073 --13895 -1453 --5799 -5979 --5764 6488 --13575 4744 --22932 6828 --19226 -18112 --2530 -10382 -6345 -6272 -4932 -2650 --3947 6902 --12747 9053 --3804 -2366 --9755 -7624 --4101 8095 --17255 -5896 -7103 -20054 --453 -4483 -2745 -136 -6543 6182 --12705 -6141 --5187 -15411 -3430 -25795 -2002 -9824 -19147 -5175 -18963 3383 -4000 3307 -1470 -2264 --124 -14867 -19835 3512 -13243 13187 -2224 10497 --6483 32532 --13584 21250 --21035 -614 --13472 378 --5710 11927 --15311 -535 --7421 13166 --9508 170 --15608 986 --17596 8929 --14289 -4443 --2965 -10559 -4977 7111 --3833 4029 --8514 -5594 --2290 -9090 --9209 10015 --13355 -3685 --15033 1583 --11015 -4248 --8850 -3031 --23760 -7413 --9490 -13013 --4480 -444 --6796 -2067 -8044 -7955 5021 -1059 --1496 18441 -3271 3128 --7549 5742 -3067 14480 --20317 13062 -1534 14283 --755 4881 -470 -7941 --4988 5999 --11756 -4179 --18695 -1517 --9143 -18594 -435 -21984 -10826 -10909 -8047 7742 --761 18725 --8541 1372 --13064 3801 --5945 -6141 --8820 -751 --18132 -4840 --3500 -2190 -2393 4961 --15304 2122 --481 8011 --7097 -3296 --9248 -3913 -8012 -12108 -11229 -6305 -2920 -3211 -4673 3444 -5168 6926 -3464 -5453 -3974 -9474 -18431 513 -12064 11110 -1957 22383 --11167 22179 --16596 14020 --18736 905 -8024 -1503 --8291 9526 --9307 5163 --14075 2409 --18438 -1788 --14350 9655 --14048 10243 --12753 -1832 --8667 -16440 --11633 -1419 -284 -6932 --10285 1798 --10744 8743 --11743 8522 --2401 582 --14742 -732 --14355 -3731 --5088 6060 --18075 -10483 -5334 -15382 --2741 -1232 --15300 -6476 -743 -18849 12006 2225 --8798 -4204 --766 -9796 -3624 5550 --6582 21012 --1365 3562 --7460 3888 -3771 647 --10327 3325 --12374 5250 --13253 -2123 --15171 -2816 --6099 -23186 -4171 -14709 -2074 -7458 -3115 -429 --586 3969 --16717 10619 --18501 -3739 -6480 5915 --18557 -4673 --16482 -2536 --1369 -8938 -336 -6023 --1 -11322 -4604 -5895 --2923 5020 -6158 -14058 -476 -9071 -13224 7881 -9978 -12318 -8086 1892 -3750 10000 -5880 -6676 -8487 -11842 -23482 3738 -18662 18077 -4777 16808 --11276 17999 --11970 15186 --4517 7184 -6994 7848 --5083 4979 --3130 27136 --15957 -2371 --12557 184 --4389 2715 --7434 -2566 --5795 -13620 --10389 -7843 --4190 -6042 --16362 3767 --11736 1389 --13406 -17238 --10217 10285 --16212 9741 --20929 2724 -928 4781 --1343 -1062 --13914 -13992 --3800 -15283 --1163 6248 --13305 -3217 -10132 -21609 13072 -1930 8250 6942 +11357 9252 +-2782 -1059 +-4292 -7667 +-365 10049 +13099 -18445 +23873 -14388 +6244 17917 -1772 -37 +9567 7064 +-4678 -3565 +13181 29133 +-611 12448 +-4589 -7400 +-4888 489 +3060 13991 2267 19258 +-1071 3265 +1457 173 +-614 5487 +403 -3862 +10223 10431 +7675 -4696 +1117 -7991 -17565 26876 --2405 4092 -501 -5903 --15826 -12550 +1171 -5502 +9861 2798 +-5206 9457 +-3877 13183 +-788 4823 +6598 -5089 +5864 -15498 +-2405 4092 +6555 33313 +-761 2738 +-8408 -16672 +-9375 5684 +9485 19388 +6577 -5078 +-6048 14007 +501 -5903 +-20803 4570 +-16062 569 +-5087 15598 +-5489 -14341 +-13555 -9262 +-28476 -11669 +-17531 -4928 +-15826 -12550 +-30210 -1686 +-9877 5721 +-22807 -12788 +-3158 9036 +-1052 -2729 +2171 -14111 +-19425 -11220 -20918 -20232 +775 3887 +-5098 -21101 +-3324 -7657 +9911 -15859 +-11616 -746 +-22470 1328 +-188 7310 -1521 -9308 +-27198 10643 +-5735 4950 +3536 11299 +15849 9461 +-9691 -3666 +-1088 -17554 +-7204 -18798 -185 828 +-1181 -8709 +12649 -4623 +-15747 -1008 +-1452 -8130 +-1265 -21758 +10700 -1487 +3339 1771 -7325 -10797 +2646 -3582 +1920 -3209 +-6181 -4427 +8853 7083 +12712 -23753 +1738 -3385 +-4235 2591 -2059 5775 +1321 19410 +4756 -19182 +5852 -9472 +11990 1992 +19852 5305 +19042 -6592 +-1373 -2445 18086 -1678 +12021 -8857 +-4094 -1493 +8012 -3669 +1674 -9753 +5150 436 +14964 3235 +2517 -15 19772 6487 +-18506 -5013 +12313 -4708 +7021 -6827 +-4207 -11824 +-11094 -4105 +5291 11575 +25461 2450 -1143 5979 +-5440 11609 +17621 -4276 +18592 -206 +-7786 -6258 +8916 -1007 +3121 865 +4820 -9803 8258 7733 +-16945 -8750 +-7391 -12519 +-5164 -4650 +22024 1394 +22898 -12201 +-6954 -27988 +6441 -6423 -564 -9628 +12612 7429 +6459 17484 +12642 -2373 +20706 6820 +25511 -21 +12053 9094 +12832 -3507 12395 3759 +12903 -83 +12626 9597 +10480 10506 +22739 7568 +9236 14709 +13245 7461 +9843 8163 19734 7430 +-8211 4488 +-25613 17030 +-109 30515 +6504 23060 +-2473 17657 +5959 8411 +-21653 8711 -8189 8379 +-6204 6229 +-9965 8614 +-26076 10385 +16561 3863 +-12926 -1070 +-7313 2697 +-8446 16960 -5376 18932 +4653 -6364 +-7220 7896 +-24635 4081 +-3462 3718 +-1254 20577 +1613 5670 +2663 1308 2433 -3908 +-8652 1567 +-5638 2525 +-20148 9900 +-13785 -2072 +-30475 5351 +246 -18904 +-11308 -19303 -7994 1749 +-36023 -2735 +-20412 16633 +7242 3231 +-7636 4327 +1702 702 +-13486 -30557 +-7593 6181 -18042 -15078 +-6611 -11688 +-15042 -1358 +-15908 -5319 +-10179 -11215 +-12821 -7122 +11681 -19276 +-6272 10569 -23032 -23982 +-8194 -23885 +-1983 -14246 +1452 -21938 +9267 -17645 +-7627 -9396 +-10120 -28736 +-1204 -16643 15647 -10695 +4790 -17663 +10524 2571 +-508 -16734 +-173 7993 +7081 6447 +6233 -421 +4209 -5840 -6100 -13800 +1206 1424 +-4519 9411 +4120 -2248 +-4953 -8567 +1963 20596 +8322 -14938 +-12522 4144 13681 -11104 +-5885 -3033 +2356 -11334 +9562 -8507 +7118 -14076 +-4100 8443 +437 -2982 +15387 -16660 5771 -22070 +15625 -19539 +-3687 -9984 +1141 13625 +1498 3146 +12706 14105 +-5901 -3616 +-10028 -11199 6202 -13203 +3472 7802 +-5511 -6055 +-11186 -4029 +3680 5684 +-1901 -2593 +13612 6291 +10271 14216 -6847 -13760 +15229 815 +-8236 13966 +4594 -9130 +13698 -10553 +-11144 -2503 +7781 -6222 +7663 8932 1455 -3744 +-107 -22285 +20475 13286 +3575 -17294 +24487 -16824 +4951 14268 +11573 4496 +14046 -4584 9268 -9184 +11701 -610 +754 8543 +11188 12777 +20859 -4797 +14249 18361 +1517 23644 +-994 19495 -1986 26216 +10215 19998 +18196 7214 +7876 7770 +-7078 21704 +10858 23741 +-8845 24564 +-8432 28895 -1849 15869 +-4746 27702 +-5277 4611 +-2449 12967 +11386 13546 +-11072 -12712 +-14894 506 +-26420 1689 -3018 -3537 +3218 3681 +-9532 -2279 +11503 -2666 +9946 -12089 +483 -6665 +5148 -662 +-7158 -16128 12251 -4288 +-9128 3953 +858 5223 +3968 -2486 +10645 204 +2172 17567 +1319 -6567 +-4102 355 434 -14328 +-5771 -1386 +3633 1929 +29926 -10404 +30720 -5917 +13230 -22058 +11618 -3163 +8749 -11541 -9995 2296 +13898 2959 +16074 -8077 +7777 -204 +10457 77 +13292 2373 +2357 658 +-3692 7836 5689 12781 -8935 7434 --2202 16966 --5704 3323 --132 5749 -16837 -1913 -5366 604 -25574 592 --1474 14390 -1202 6938 --749 14392 -15063 -1457 -20166 22005 --7026 29651 --2370 13851 --835 10629 --14872 -12435 --20378 -6316 --14349 14662 -10073 -21811 -3442 6705 --18745 7577 --26737 853 --13654 -168 -3962 -11607 -11357 9252 -9567 7064 --1071 3265 -1171 -5502 -6555 33313 --20803 4570 --30210 -1686 -775 3887 --27198 10643 --1181 -8709 -2646 -3582 -1321 19410 -12021 -8857 --18506 -5013 --5440 11609 --16945 -8750 -12612 7429 -12903 -83 --8211 4488 --6204 6229 -4653 -6364 --8652 1567 --36023 -2735 --6611 -11688 --8194 -23885 -4790 -17663 -1206 1424 --5885 -3033 -15625 -19539 -3472 7802 -15229 815 --107 -22285 -11701 -610 -10215 19998 --4746 27702 -3218 3681 --9128 3953 --5771 -1386 -13898 2959 1038 11441 +10378 20025 +-1089 15460 +-4698 -3524 +22186 24721 +12855 -8239 +-1773 -3869 +8935 7434 11346 -2219 +5065 24724 +14112 14995 +15977 6103 +21671 15234 +-11886 7894 +-11648 -4600 +-2202 16966 -7452 10958 +-12291 10717 +-1274 3968 +12213 12144 +-4529 -1557 +2155 -2302 +-8155 9121 +-5704 3323 -20319 -10982 +-22903 -4320 +-14261 4476 +9180 16195 +7111 14797 +-6161 630 +-18740 -32650 +-132 5749 2535 -23422 +-4623 -10429 +6297 -10106 +3112 -8450 +-17685 -18226 +15 -1588 +-4505 4402 +16837 -1913 -747 -14368 +8547 -13093 +18906 -23303 +-305 -6705 +12248 -5572 +12933 2122 +12264 -10751 +5366 604 14526 3404 +30794 2922 +21815 -11049 +10966 -4747 +23320 4673 +11972 -555 +4560 9835 +25574 592 25669 2959 +24855 818 +-3712 18209 +12297 7042 +7496 14329 +2365 -1045 +-5021 15969 +-1474 14390 -2986 -2785 +6179 13091 +15631 22971 +-2069 37766 +9488 -4182 +4533 2532 +-18157 19193 +1202 6938 14266 24141 +-2531 5848 +-5842 115 +-2332 21720 +-9371 19281 +-7203 17894 +-4782 17531 +-749 14392 8046 18075 +-6899 7646 +15097 30252 +-3532 -9664 +-10001 -1268 +20386 17931 +5809 956 +15063 -1457 -4666 -3691 +-7083 10248 +32468 4305 +-8616 -8695 +2090 7607 +115 23258 +15636 14268 +20166 22005 -887 16910 +-2385 11584 +-11272 8933 +19197 39153 +10915 18546 +4288 7316 +4444 5442 +-7026 29651 -29257 8261 +723 9707 +16626 21489 +-2108 28746 +-23310 21249 +-4125 3899 +4127 23041 +-2370 13851 -16285 5969 +-18514 15314 +-16860 15276 +-336 10162 +-12178 12434 +-7182 8131 +-15989 2115 +-835 10629 -31616 7405 +-50036 2007 +-39328 14551 +-4300 18295 +-10937 -448 +-38948 -9450 +-5451 -9222 +-14872 -12435 -27143 979 +-24977 -832 +-12777 -29581 +-7120 -12505 +-14994 -20245 +-17901 -17785 +-4226 -11752 +-20378 -6316 8758 15841 +1497 -18380 +5076 5664 +-16185 -6983 +-4841 -22212 +6262 -2864 +-10396 -20363 +-14349 14662 -3894 -12749 +-10913 -19309 +17694 -8812 +24279 -18761 +16799 -9098 +10414 -9537 +-6637 -3466 +10073 -21811 2593 -8112 +11426 -8281 +10897 -9354 +5490 -15880 +12965 -4151 +9766 15813 +4873 12854 +3442 6705 -2346 11495 +-9661 7833 +-11033 -5431 +6466 8388 +21678 -11063 +-14294 8068 +299 -5467 +-18745 7577 -5411 8881 +-5110 -1274 +-21259 -257 +-11494 -5576 +9325 -12469 +-6021 13719 +-18305 -9587 +-26737 853 -654 9638 +-12133 -10473 +295 9884 +-5675 -7927 +-12327 2032 +-6545 -611 +9469 -19636 +-13654 -168 -4315 7089 +-2580 -9640 +-2022 -3879 +-9756 5619 +-18833 -17364 +-15114 -3195 +-14654 14447 +3962 -11607 -2639 -6216 --2782 -1059 --4678 -3565 -1457 173 -9861 2798 --761 2738 --16062 569 --9877 5721 --5098 -21101 --5735 4950 -12649 -4623 -1920 -3209 -4756 -19182 --4094 -1493 -12313 -4708 -17621 -4276 --7391 -12519 -6459 17484 -12626 9597 --25613 17030 --9965 8614 --7220 7896 --5638 2525 --20412 16633 --15042 -1358 --1983 -14246 -10524 2571 --4519 9411 -2356 -11334 --3687 -9984 --5511 -6055 --8236 13966 -20475 13286 -754 8543 -18196 7214 --5277 4611 --9532 -2279 -858 5223 -3633 1929 -16074 -8077 -10378 20025 -5065 24724 --12291 10717 --22903 -4320 --4623 -10429 -8547 -13093 -30794 2922 -24855 818 -6179 13091 --2531 5848 --6899 7646 --7083 10248 --2385 11584 -723 9707 --18514 15314 --50036 2007 --24977 -832 -1497 -18380 --10913 -19309 -11426 -8281 --9661 7833 --5110 -1274 --12133 -10473 --2580 -9640 -18482 -19877 --4292 -7667 -13181 29133 --614 5487 --5206 9457 --8408 -16672 --5087 15598 --22807 -12788 --3324 -7657 -3536 11299 --15747 -1008 --6181 -4427 -5852 -9472 -8012 -3669 -7021 -6827 -18592 -206 --5164 -4650 -12642 -2373 -10480 10506 --109 30515 --26076 10385 --24635 4081 --20148 9900 -7242 3231 --15908 -5319 -1452 -21938 --508 -16734 -4120 -2248 -9562 -8507 -1141 13625 --11186 -4029 -4594 -9130 -3575 -17294 -11188 12777 -7876 7770 --2449 12967 -11503 -2666 -3968 -2486 -29926 -10404 -7777 -204 --1089 15460 -14112 14995 --1274 3968 --14261 4476 -6297 -10106 -18906 -23303 -21815 -11049 --3712 18209 -15631 22971 --5842 115 -15097 30252 -32468 4305 --11272 8933 -16626 21489 --16860 15276 --39328 14551 --12777 -29581 -5076 5664 -17694 -8812 -10897 -9354 --11033 -5431 --21259 -257 -295 9884 --2022 -3879 -17498 10900 --365 10049 --611 12448 -403 -3862 --3877 13183 --9375 5684 --5489 -14341 --3158 9036 -9911 -15859 -15849 9461 --1452 -8130 -8853 7083 -11990 1992 -1674 -9753 --4207 -11824 --7786 -6258 -22024 1394 -20706 6820 -22739 7568 -6504 23060 -16561 3863 --3462 3718 --13785 -2072 --7636 4327 --10179 -11215 -9267 -17645 --173 7993 --4953 -8567 -7118 -14076 -1498 3146 -3680 5684 -13698 -10553 -24487 -16824 -20859 -4797 --7078 21704 -11386 13546 -9946 -12089 -10645 204 -30720 -5917 -10457 77 --4698 -3524 -15977 6103 -12213 12144 -9180 16195 -3112 -8450 --305 -6705 -10966 -4747 -12297 7042 --2069 37766 --2332 21720 --3532 -9664 --8616 -8695 -19197 39153 --2108 28746 --336 10162 --4300 18295 --7120 -12505 --16185 -6983 -24279 -18761 -5490 -15880 -6466 8388 --11494 -5576 --5675 -7927 --9756 5619 -5029 -5388 -13099 -18445 --4589 -7400 -10223 10431 --788 4823 -9485 19388 --13555 -9262 --1052 -2729 --11616 -746 --9691 -3666 --1265 -21758 -12712 -23753 -19852 5305 -5150 436 --11094 -4105 -8916 -1007 -22898 -12201 -25511 -21 -9236 14709 --2473 17657 --12926 -1070 --1254 20577 --30475 5351 -1702 702 --12821 -7122 --7627 -9396 -7081 6447 -1963 20596 --4100 8443 -12706 14105 --1901 -2593 --11144 -2503 -4951 14268 -14249 18361 -10858 23741 --11072 -12712 -483 -6665 -2172 17567 -13230 -22058 -13292 2373 -22186 24721 -21671 15234 --4529 -1557 -7111 14797 --17685 -18226 -12248 -5572 -23320 4673 -7496 14329 -9488 -4182 --9371 19281 --10001 -1268 -2090 7607 -10915 18546 --23310 21249 --12178 12434 --10937 -448 --14994 -20245 --4841 -22212 -16799 -9098 -12965 -4151 -21678 -11063 -9325 -12469 --12327 2032 --18833 -17364 10815 -17514 -23873 -14388 --4888 489 -7675 -4696 -6598 -5089 -6577 -5078 --28476 -11669 -2171 -14111 --22470 1328 --1088 -17554 -10700 -1487 -1738 -3385 -19042 -6592 -14964 3235 -5291 11575 -3121 865 --6954 -27988 -12053 9094 -13245 7461 -5959 8411 --7313 2697 -1613 5670 -246 -18904 --13486 -30557 -11681 -19276 --10120 -28736 -6233 -421 -8322 -14938 -437 -2982 --5901 -3616 -13612 6291 -7781 -6222 -11573 4496 -1517 23644 --8845 24564 --14894 506 -5148 -662 -1319 -6567 -11618 -3163 -2357 658 -12855 -8239 --11886 7894 -2155 -2302 --6161 630 -15 -1588 -12933 2122 -11972 -555 -2365 -1045 -4533 2532 --7203 17894 -20386 17931 -115 23258 -4288 7316 --4125 3899 --7182 8131 --38948 -9450 --17901 -17785 -6262 -2864 -10414 -9537 -9766 15813 --14294 8068 --6021 13719 --6545 -611 --15114 -3195 -6156 -9373 -6244 17917 -3060 13991 -1117 -7991 -5864 -15498 --6048 14007 --17531 -4928 --19425 -11220 --188 7310 --7204 -18798 -3339 1771 --4235 2591 --1373 -2445 -2517 -15 -25461 2450 -4820 -9803 -6441 -6423 -12832 -3507 -9843 8163 --21653 8711 --8446 16960 -2663 1308 --11308 -19303 --7593 6181 --6272 10569 --1204 -16643 -4209 -5840 --12522 4144 -15387 -16660 --10028 -11199 -10271 14216 -7663 8932 -14046 -4584 --994 19495 --8432 28895 --26420 1689 --7158 -16128 --4102 355 -8749 -11541 --3692 7836 --1773 -3869 --11648 -4600 --8155 9121 --18740 -32650 --4505 4402 -12264 -10751 -4560 9835 --5021 15969 --18157 19193 --4782 17531 -5809 956 -15636 14268 -4444 5442 -4127 23041 --15989 2115 --5451 -9222 --4226 -11752 --10396 -20363 --6637 -3466 -4873 12854 -299 -5467 --18305 -9587 -9469 -19636 --14654 14447 --894 2103 --4730 -6114 -5512 32867 --14925 -14516 -21274 -36975 -33547 -11026 --16443 17945 --4999 13316 -3193 33070 --9383 7908 --7951 -13771 -7635 -1764 -6132 -28810 --10577 -1285 --19128 -14969 -9746 13282 --5112 -23835 -10481 19259 --30060 12226 --37233 1463 -6384 -15054 -4381 -28310 --28293 26911 -6707 -5747 --28467 10999 --18036 21930 --22299 3582 --4322 -3954 --6607 5306 --10367 18871 -1163 4335 -3201 12299 -4060 -10398 -7070 26136 -19105 -3092 -3434 -6527 --22453 27918 --25825 -14781 --317 1899 -24201 -20461 -4143 -30835 --17353 4550 --22945 -16923 --21263 3804 -520 -23160 --7683 -32271 -24217 -22788 --9218 19864 -22435 -7658 --8065 12055 --4835 -10986 --20624 8359 --18183 105 --8075 -30770 -5095 13864 --25027 -11464 --1630 -2538 -19120 7052 -9286 -31931 --11471 15559 --2617 -3705 -17015 -19747 -14999 -3634 --11219 4632 --2496 3343 -1503 2413 -2352 -652 -748 9256 -4283 -1641 -26055 -32851 -25783 18134 -19973 11192 --14670 4094 -24245 1994 --26528 -3578 --4143 -18157 --7261 -25505 --5349 11501 -46078 4001 -355 -13286 -9728 5892 --5715 2687 --43659 14748 -3600 -21640 -19802 2724 --17887 -2804 --1026 7279 -40315 3574 --32749 12360 --23515 -1993 --11038 11472 -8193 -10636 --3665 -2453 --15101 -3000 -7955 -28496 --8388 -19059 -15869 22548 --14655 2459 -4947 -4367 -6318 -25099 --35712 8567 --9836 -12116 -9527 -37448 --4478 -4180 -32985 -5371 --12035 17964 --6158 2258 -20098 14585 --1759 1814 --4761 -5148 -11995 -12429 --12950 9869 -6241 2978 --18045 -15979 --15631 1319 -4856 7866 -30740 -13931 -23684 271 -1925 23107 -4673 -9806 -15366 -8521 --14351 -28137 -6570 5940 -7281 -1279 --3105 -21129 -5283 -16542 -9867 -9798 --819 -24351 -3794 -1177 -7747 18605 -3025 19298 --16414 11236 --14220 -13938 -13960 3287 -12188 12879 --22072 768 --3417 23590 --9288 -9850 --17690 -17441 -5664 -4242 -4220 18117 -27894 9555 --12772 -8580 --27107 6374 -20376 631 -4469 -11875 --12775 -4938 -10448 -14409 -30384 -5091 --263 -2729 -4411 11406 -4366 -4903 --16031 2466 --13102 9502 --7187 -38508 -1363 -24471 -2101 19288 -14509 6599 -15377 2746 -1745 -13356 --11202 -27152 -17051 -13419 --34960 10071 --1693 7247 --8146 3610 --23480 -14486 --446 -41434 --1524 -11324 --7844 -7995 --26102 -6404 --10229 -475 -7705 -1835 --8830 -18006 -4427 -11157 --20312 -16868 --18740 24492 -11045 15051 -22769 -1267 -25083 1062 --3357 -11561 --2543 19177 --7741 1243 -7600 9953 -33798 -3002 -18750 -8262 --8296 15844 -20907 -16815 --14876 9643 -4595 -15779 -390 19863 -14196 24683 -4998 -11137 -41196 13428 -18881 6490 --14063 -8514 --8240 430 -1107 7396 -9785 8340 -624 -20943 -22077 15744 --5925 6376 --19128 -18566 -780 -11542 -28981 -5881 -5139 7435 --8906 767 --7 14837 --10540 -1287 -6239 8740 --4584 26179 --7264 -11080 --4336 -33885 -36649 -26226 -32356 -7149 -17533 -9312 --25251 -12643 -3339 -12655 --24546 18300 --620 -5592 -22031 1116 -2253 12616 --205 -10124 -20923 5458 --14467 -2338 -12909 6968 --6237 2154 -8383 9592 --13482 4879 --31833 7604 --29894 -3099 --32159 -19389 -5232 -5356 -5087 8260 --24950 -2188 --13943 3538 --7006 -14285 --17321 -14853 -8646 -9138 --19178 9871 -26634 9160 -18405 6646 --2224 16921 --17203 -28850 --23357 6417 -43972 10403 --26831 -17984 -2352 4061 -27202 -13226 --14836 28659 --10980 -24226 --12829 1461 -13657 6162 -35739 -3640 -32882 -2453 --4081 -11835 --1664 -12479 -8966 -12705 -18724 4124 -5121 2726 --5832 8038 -10991 -16605 -11053 9441 --1466 32210 --13482 -8440 --17644 2858 --34661 -13788 -524 126 --4000 -13488 --15477 -16864 --11187 31244 -22339 29993 -13720 6828 --32011 -5318 --35569 2451 --34741 10145 --11972 -18555 --12041 5911 -2567 12963 --1332 1073 --11221 -10903 --23911 3040 --26240 -123 -14049 -27859 -12519 -8907 --6434 6761 -8346 -1672 --7242 2706 --11240 12402 --8956 -7681 --19376 9522 -12402 -10898 --28042 -4309 --28650 11167 --14723 -16805 --16720 -9159 -12904 -12319 -27165 19817 --33823 17658 --43214 -6081 --23289 -23976 --6744 -8145 -22890 -9240 -4773 -3081 -10443 13107 -9697 -29981 --643 -11533 -7516 24740 -52107 27310 --37154 -33509 --280 -9923 --27603 11795 --24022 -17215 --2133 7482 -9948 777 --15714 -1511 --32891 12718 --6716 -22408 --8257 7209 -1707 -5789 -8107 -6373 -25329 -3179 --12572 27414 -10841 14798 --18541 -17192 --5346 -17969 --16550 6835 -13314 15070 -11657 10533 -7658 7185 --7079 -15224 -1507 22728 --2246 18249 --31998 -11667 --1127 -11311 -15846 21297 --24740 9903 --30844 235 --36805 15715 --45474 -13634 -2924 -19545 -21777 -16375 --10517 -19003 -15026 13165 --33356 -19886 --9827 -17820 --16775 -20701 -5969 -17213 -14235 -51031 -3857 -14391 --11757 -25531 --14094 5879 -6809 2492 -18472 -16667 --17754 -20878 --32285 13677 --9950 45655 --35837 -2113 --13424 -43161 --10156 9943 -4885 -4400 --16022 -8424 --30407 -17548 --15879 -14846 --846 -24832 -17346 -6851 -3211 -2798 --1085 -5662 -25174 -9337 --19349 35780 -7195 -20751 -9170 -13827 --284 6505 --19637 -5905 -15287 -1167 --16104 -10754 --11552 5223 -7794 3072 --1051 22101 --36575 6928 -3332 12446 --30182 26465 --771 10952 -7052 -3804 -31011 -7137 -2330 16325 +6156 -9373 +-894 2103 +-4730 -6114 +1503 2413 +7747 18605 +18881 6490 +18724 4124 +-12572 27414 -25468 704 --8178 6826 --3180 14782 --7997 1131 -5750 12928 -9435 13361 --33493 11555 -23352 12776 --15568 9576 --16611 -3591 -1508 -3069 --35618 16935 --22612 9805 --20411 -2963 --7406 -18469 -22891 17749 --15142 10882 --28352 -16345 --9727 -16145 -15964 7575 --12324 10885 --25272 7157 -905 30636 --17171 4092 -9428 1087 --10020 -12326 --54 -909 --2164 1225 -12421 7371 --23554 -20673 -6542 9492 --13747 -14251 -7134 -7290 -18234 266 --10512 16448 --39162 -8614 --13094 -13810 -5394 -13011 -27301 11564 --658 32211 --7420 2256 --19489 -10995 -7179 -9789 -1127 -14176 -21415 -17889 -35550 -2169 -1563 11857 -1491 24483 -5400 -5440 --36540 -23331 -6127 1014 -244 6576 -9401 5014 --11080 -6916 -22984 11355 -9987 16409 --22596 -5167 --15774 -9940 --12406 -23772 -18421 -17914 -19708 -33390 -5325 -5461 -25947 -4758 -12576 -5810 17837 -1838 +5512 32867 +2352 -652 +3025 19298 +-14063 -8514 +5121 2726 +10841 14798 +-8178 6826 -20103 6171 +-14925 -14516 +748 9256 +-16414 11236 +-8240 430 +-5832 8038 +-18541 -17192 +-3180 14782 -12666 12350 +21274 -36975 +4283 -1641 +-14220 -13938 +1107 7396 +10991 -16605 +-5346 -17969 +-7997 1131 11435 9681 +33547 -11026 +26055 -32851 +13960 3287 +9785 8340 +11053 9441 +-16550 6835 +5750 12928 -5569 -6114 +-16443 17945 +25783 18134 +12188 12879 +624 -20943 +-1466 32210 +13314 15070 +9435 13361 1164 2531 +-4999 13316 +19973 11192 +-22072 768 +22077 15744 +-13482 -8440 +11657 10533 +-33493 11555 12044 30274 +3193 33070 +-14670 4094 +-3417 23590 +-5925 6376 +-17644 2858 +7658 7185 +23352 12776 -4741 -18517 +-9383 7908 +24245 1994 +-9288 -9850 +-19128 -18566 +-34661 -13788 +-7079 -15224 +-15568 9576 8131 23391 +-7951 -13771 +-26528 -3578 +-17690 -17441 +780 -11542 +524 126 +1507 22728 +-16611 -3591 -12916 -6520 +7635 -1764 +-4143 -18157 +5664 -4242 +28981 -5881 +-4000 -13488 +-2246 18249 +1508 -3069 20018 -13200 +6132 -28810 +-7261 -25505 +4220 18117 +5139 7435 +-15477 -16864 +-31998 -11667 +-35618 16935 4097 8612 +-10577 -1285 +-5349 11501 +27894 9555 +-8906 767 +-11187 31244 +-1127 -11311 +-22612 9805 10471 -724 +-19128 -14969 +46078 4001 +-12772 -8580 +-7 14837 +22339 29993 +15846 21297 +-20411 -2963 -35614 11656 +9746 13282 +355 -13286 +-27107 6374 +-10540 -1287 +13720 6828 +-24740 9903 +-7406 -18469 -9241 16198 +-5112 -23835 +9728 5892 +20376 631 +6239 8740 +-32011 -5318 +-30844 235 +22891 17749 -3469 22227 +10481 19259 +-5715 2687 +4469 -11875 +-4584 26179 +-35569 2451 +-36805 15715 +-15142 10882 -1074 14375 +-30060 12226 +-43659 14748 +-12775 -4938 +-7264 -11080 +-34741 10145 +-45474 -13634 +-28352 -16345 -4016 155 +-37233 1463 +3600 -21640 +10448 -14409 +-4336 -33885 +-11972 -18555 +2924 -19545 +-9727 -16145 19579 -28857 +6384 -15054 +19802 2724 +30384 -5091 +36649 -26226 +-12041 5911 +21777 -16375 +15964 7575 27332 -18685 +4381 -28310 +-17887 -2804 +-263 -2729 +32356 -7149 +2567 12963 +-10517 -19003 +-12324 10885 -19239 2132 +-28293 26911 +-1026 7279 +4411 11406 +17533 -9312 +-1332 1073 +15026 13165 +-25272 7157 8510 40370 +6707 -5747 +40315 3574 +4366 -4903 +-25251 -12643 +-11221 -10903 +-33356 -19886 +905 30636 -17711 -19257 +-28467 10999 +-32749 12360 +-16031 2466 +3339 -12655 +-23911 3040 +-9827 -17820 +-17171 4092 -1408 -27953 +-18036 21930 +-23515 -1993 +-13102 9502 +-24546 18300 +-26240 -123 +-16775 -20701 +9428 1087 -6134 -2157 +-22299 3582 +-11038 11472 +-7187 -38508 +-620 -5592 +14049 -27859 +5969 -17213 +-10020 -12326 -16019 -14011 +-4322 -3954 +8193 -10636 +1363 -24471 +22031 1116 +12519 -8907 +14235 -51031 +-54 -909 9480 -19050 +-6607 5306 +-3665 -2453 +2101 19288 +2253 12616 +-6434 6761 +3857 -14391 +-2164 1225 -20522 15624 +-10367 18871 +-15101 -3000 +14509 6599 +-205 -10124 +8346 -1672 +-11757 -25531 +12421 7371 15454 -10023 +1163 4335 +7955 -28496 +15377 2746 +20923 5458 +-7242 2706 +-14094 5879 +-23554 -20673 -5990 -16584 +3201 12299 +-8388 -19059 +1745 -13356 +-14467 -2338 +-11240 12402 +6809 2492 +6542 9492 -24132 -23482 +4060 -10398 +15869 22548 +-11202 -27152 +12909 6968 +-8956 -7681 +18472 -16667 +-13747 -14251 -3345 18516 +7070 26136 +-14655 2459 +17051 -13419 +-6237 2154 +-19376 9522 +-17754 -20878 +7134 -7290 8059 -12354 +19105 -3092 +4947 -4367 +-34960 10071 +8383 9592 +12402 -10898 +-32285 13677 +18234 266 -3198 -5155 +3434 -6527 +6318 -25099 +-1693 7247 +-13482 4879 +-28042 -4309 +-9950 45655 +-10512 16448 10390 6951 +-22453 27918 +-35712 8567 +-8146 3610 +-31833 7604 +-28650 11167 +-35837 -2113 +-39162 -8614 -18254 5794 +-25825 -14781 +-9836 -12116 +-23480 -14486 +-29894 -3099 +-14723 -16805 +-13424 -43161 +-13094 -13810 256 -27381 +-317 1899 +9527 -37448 +-446 -41434 +-32159 -19389 +-16720 -9159 +-10156 9943 +5394 -13011 10553 143 +24201 -20461 +-4478 -4180 +-1524 -11324 +5232 -5356 +12904 -12319 +4885 -4400 +27301 11564 17711 -6529 +4143 -30835 +32985 -5371 +-7844 -7995 +5087 8260 +27165 19817 +-16022 -8424 +-658 32211 1619 21684 +-17353 4550 +-12035 17964 +-26102 -6404 +-24950 -2188 +-33823 17658 +-30407 -17548 +-7420 2256 -6419 2621 +-22945 -16923 +-6158 2258 +-10229 -475 +-13943 3538 +-43214 -6081 +-15879 -14846 +-19489 -10995 -10264 -22612 +-21263 3804 +20098 14585 +7705 -1835 +-7006 -14285 +-23289 -23976 +-846 -24832 +7179 -9789 13940 4500 +520 -23160 +-1759 1814 +-8830 -18006 +-17321 -14853 +-6744 -8145 +17346 -6851 +1127 -14176 11881 -23530 +-7683 -32271 +-4761 -5148 +4427 -11157 +8646 -9138 +22890 -9240 +3211 -2798 +21415 -17889 11216 10127 +24217 -22788 +11995 -12429 +-20312 -16868 +-19178 9871 +4773 -3081 +-1085 -5662 +35550 -2169 23041 -8196 +-9218 19864 +-12950 9869 +-18740 24492 +26634 9160 +10443 13107 +25174 -9337 +1563 11857 16257 -9167 +22435 -7658 +6241 2978 +11045 15051 +18405 6646 +9697 -29981 +-19349 35780 +1491 24483 23483 -6303 +-8065 12055 +-18045 -15979 +22769 -1267 +-2224 16921 +-643 -11533 +7195 -20751 +5400 -5440 17986 -18943 +-4835 -10986 +-15631 1319 +25083 1062 +-17203 -28850 +7516 24740 +9170 -13827 +-36540 -23331 -11009 15890 +-20624 8359 +4856 7866 +-3357 -11561 +-23357 6417 +52107 27310 +-284 6505 +6127 1014 -12255 -11510 +-18183 105 +30740 -13931 +-2543 19177 +43972 10403 +-37154 -33509 +-19637 -5905 +244 6576 -11820 10836 +-8075 -30770 +23684 271 +-7741 1243 +-26831 -17984 +-280 -9923 +15287 -1167 +9401 5014 -7163 1991 +5095 13864 +1925 23107 +7600 9953 +2352 4061 +-27603 11795 +-16104 -10754 +-11080 -6916 -4646 5155 +-25027 -11464 +4673 -9806 +33798 -3002 +27202 -13226 +-24022 -17215 +-11552 5223 +22984 11355 -11493 -2409 +-1630 -2538 +15366 -8521 +18750 -8262 +-14836 28659 +-2133 7482 +7794 3072 +9987 16409 -1668 -13047 +19120 7052 +-14351 -28137 +-8296 15844 +-10980 -24226 +9948 777 +-1051 22101 +-22596 -5167 -12666 12761 +9286 -31931 +6570 5940 +20907 -16815 +-12829 1461 +-15714 -1511 +-36575 6928 +-15774 -9940 4052 -6735 +-11471 15559 +7281 -1279 +-14876 9643 +13657 6162 +-32891 12718 +3332 12446 +-12406 -23772 -3029 -22184 +-2617 -3705 +-3105 -21129 +4595 -15779 +35739 -3640 +-6716 -22408 +-30182 26465 +18421 -17914 -724 4338 +17015 -19747 +5283 -16542 +390 19863 +32882 -2453 +-8257 7209 +-771 10952 +19708 -33390 38839 8904 +14999 -3634 +9867 -9798 +14196 24683 +-4081 -11835 +1707 -5789 +7052 -3804 +5325 -5461 -31786 20254 +-11219 4632 +-819 -24351 +4998 -11137 +-1664 -12479 +8107 -6373 +31011 -7137 +25947 -4758 26725 -39459 +-2496 3343 +3794 -1177 +41196 13428 +8966 -12705 +25329 -3179 +2330 16325 +12576 -5810 17064 -10287 diff --git a/AI_Engine_Development/AIE-ML/Design_Tutorials/07-Channelizer-Using-Vitis-Libraries/aie/channelizer/data/fft_back_o_5.txt b/AI_Engine_Development/AIE-ML/Design_Tutorials/07-Channelizer-Using-Vitis-Libraries/aie/channelizer/data/fft_back_o_5.txt index 9f9037c21f..c5f0d5ad7b 100644 --- a/AI_Engine_Development/AIE-ML/Design_Tutorials/07-Channelizer-Using-Vitis-Libraries/aie/channelizer/data/fft_back_o_5.txt +++ b/AI_Engine_Development/AIE-ML/Design_Tutorials/07-Channelizer-Using-Vitis-Libraries/aie/channelizer/data/fft_back_o_5.txt @@ -1,2048 +1,2048 @@ 6225 -9169 +9347 -9967 +6218 -8932 +10478 -5579 +8622 -5787 +12242 -2560 +11469 -2076 +10204 -2312 12267 458 +8693 -1279 +12613 -4704 +6935 729 +10720 -1800 +11846 -286 +13988 2435 +9360 6477 6751 6755 +8085 6491 +3960 9412 +2690 6473 +1437 9880 +2586 3466 +1671 8023 +3290 5302 -219 -2237 +781 -1658 +-564 2878 +1624 7037 +2821 3431 +4646 1900 +3056 2616 +4383 7474 5670 2422 +4932 -617 +4632 4822 +7656 7438 +9330 3007 +6942 6420 +8777 10720 +4095 8330 2736 8709 +5259 12759 +4714 10618 +-950 11528 +2132 10727 +-1898 15607 +-3293 11877 +-5223 9552 -7351 8134 +-8276 6140 +-13882 9172 +-5615 7388 +-14068 3881 +-6622 2486 +-14827 1617 +-6134 1753 -9625 -6352 +-8680 -1336 +-2703 341 +-4950 -4177 +-4905 -536 +-5805 -1959 +-6621 -3935 +-6824 -1484 -2034 3510 +-2352 -312 +-6212 -1306 +-8267 2238 +-10605 1525 +-7036 -258 +-8452 122 +-7980 2134 -12208 1095 +-12244 -6305 +-14416 -2557 +-8846 -4853 +-8699 -7925 +-9071 -5347 +-7992 -10250 +-9108 -10071 -4874 -12667 +-4836 -14044 +-3199 -10408 +-574 -13807 +-4566 -10288 +-654 -11418 +-1377 -9609 +3295 -12434 3448 -13264 +4172 -10955 +5774 -6734 +6139 -6368 +3242 -7441 +4912 -7005 +2792 -9875 +1462 -11916 6605 -7407 +7038 -6432 +8188 -4655 +8617 -4629 +10521 -3385 +6870 -2520 +3129 -371 +5849 -582 2704 3523 +7706 -718 +1249 1525 +3593 3132 +1252 1491 +3061 -688 +-3953 -1221 +-4889 -527 -5930 -1288 +-1785 -905 +-4151 -4663 +-2140 -4176 +951 -8990 +1421 -9381 +6692 -11035 +8065 -7455 11861 -7630 +9637 -7758 +14881 1028 +11451 -3288 +9848 -2430 +9851 6425 +14992 7037 +11331 7963 11975 9011 +6291 10701 +-499 8613 +989 10986 +-910 12583 +-3365 11291 +-6266 11073 +-4445 8979 -7269 9543 +-12223 6882 +-9938 2747 +-10935 816 +-13721 646 +-10682 -2567 +-8292 -2703 +-9876 -3207 -8575 -7723 +-5837 -10231 +-2774 -9375 +-3340 -9563 +-2356 -5113 +-492 -8974 +-3617 -7556 +3321 -12114 -2138 -8597 +2545 -4261 +7006 -6691 +3072 -12927 +1463 -3818 +5230 -9976 +2025 -9171 +5412 -4245 1731 -10698 +1411 -3830 +3371 -8645 +5279 -8137 +5153 -4947 +5750 -8253 +3892 -876 +9372 -2504 5311 -3876 +3068 -4209 +7132 -849 +8438 -3072 +7034 -1644 +2787 -4737 +2271 1084 +2691 1135 2435 -1885 +4811 -4724 +2277 563 +3385 -1028 +3668 -390 +1269 1017 +7318 -155 +1406 -906 1212 -2586 +2678 -2644 +2143 40 +2642 -3806 +-1977 -2105 +980 -3659 +879 -3526 +-180 -6025 2595 -1846 +5672 1442 +371 1599 +-2147 3343 +-2368 -1667 +-2170 -2587 +2116 -7537 +-5806 -3954 -1799 -2178 +1339 -2694 +2330 -5727 +2106 -7226 +-1081 -6340 +-332 -7066 +1069 -6308 +2728 -6706 6806 -5130 +3121 -5888 +2118 -6483 +6595 -1857 +8522 -1838 +6155 -5714 +9323 -11 +7307 -2525 6424 1956 +2811 -1773 +5347 2396 +6670 3905 +2637 5760 +2208 4824 +3371 5231 +298 7662 -1871 4754 +-722 2389 +-2477 3220 +-4369 2147 +-6917 -854 +-8729 1641 +-4394 -3444 +-5737 -5012 -10095 -5051 +-4152 -9419 +-7409 -9171 +-5152 -7084 +-7610 -9814 +-5294 -14258 +-4184 -11334 +-3228 -13687 -1216 -15172 +-859 -12573 +1292 -14665 +4153 -14716 +3036 -13383 +7903 -16613 +10220 -12296 +10079 -15555 13744 -14591 +13936 -13105 +13817 -10952 +18432 -7738 +17098 -5520 +14021 -5437 +11620 -3882 +17120 -845 16383 2377 +15397 979 +15716 4048 +8404 4613 +9920 6683 +4896 6668 +4623 2948 +5416 3794 3345 4127 +5802 4917 +-826 3614 +1612 2693 +-2317 -3829 +-2906 3085 +67 11 +663 -452 573 -4796 +-830 -6111 +3149 -5123 +1501 -5492 +880 -2124 +6767 -2364 +6160 -2884 +4109 -4056 4398 92 +3064 -1858 +4803 -3791 +5625 -2905 +4497 35 +1252 -4807 +119 -6116 +3028 -8317 6617 -6763 -11904 -182 -11163 567 -8606 4478 -3908 8360 -6716 1847 -592 8803 --2272 1460 -2541 -1577 -12677 -2839 -6401 13276 --90 6757 -4025 7249 --3238 12272 --13261 1856 --2140 0 --1043 42 --2363 868 --6980 29 --245 -612 -2843 -2508 -88 3620 --13380 1511 --5027 -4009 --2732 -9006 -360 -8688 --3506 -7645 -1552 -10434 -9347 -9967 -8693 -1279 -8085 6491 -781 -1658 -4932 -617 -5259 12759 --8276 6140 --8680 -1336 --2352 -312 --12244 -6305 --4836 -14044 -4172 -10955 -7038 -6432 -7706 -718 --1785 -905 -9637 -7758 -6291 10701 --12223 6882 --5837 -10231 -2545 -4261 -1411 -3830 -3068 -4209 -4811 -4724 -2678 -2644 -5672 1442 -1339 -2694 -3121 -5888 -2811 -1773 --722 2389 --4152 -9419 --859 -12573 -13936 -13105 -15397 979 -5802 4917 --830 -6111 -3064 -1858 5899 -5041 +4845 -2268 +6695 -5921 +5064 -6042 +3005 -8519 +4821 -5553 +11139 -4281 +11904 -182 10903 -1259 +8106 -3898 +9009 746 +11397 3361 +10462 787 +15170 3953 +10249 1914 +11163 567 11256 412 +12321 -735 +12544 1708 +14478 2431 +12988 6191 +11046 7006 +11703 4095 +8606 4478 8585 7801 +4599 992 +5391 1493 +8188 6443 +4261 4915 +6841 5797 +8676 5738 +3908 8360 6544 8260 +-698 4422 +817 6372 +1871 6079 +3994 5686 +6664 -2318 +5776 -36 +6716 1847 6981 107 +5921 273 +7605 3844 +5042 2956 +8731 3658 +6194 4292 +3313 3624 +592 8803 5946 10754 +2484 5096 +2045 2941 +1636 8342 +5532 8191 +1709 4383 +4892 3152 +-2272 1460 1917 936 +5641 -1475 +3616 3622 +3068 1138 +2329 4361 +3504 3933 +1043 -1499 +2541 -1577 5303 -4332 +5176 -619 +6866 -1345 +5648 -1960 +5353 -3698 +6804 -230 +10366 444 +12677 -2839 9752 501 +13860 7680 +7453 10438 +7076 5903 +10545 7205 +8018 9481 +8245 7916 +6401 13276 5510 12576 +6654 15146 +3268 10765 +5523 12516 +5717 12730 +3419 10943 +3091 9272 +-90 6757 1157 8944 +-404 7474 +885 5788 +-978 2163 +2823 8815 +5709 8621 +4473 3798 +4025 7249 1413 9231 +8781 12395 +3785 13044 +248 11205 +-2629 10645 +-1078 12115 +-1859 12795 +-3238 12272 -8749 15837 +-8773 13754 +-11516 10440 +-9938 10591 +-5505 7063 +-14817 9298 +-13606 7807 +-13261 1856 -9461 2260 +-13267 -1209 +-13445 6250 +-5707 3099 +-5928 -1318 +-4646 -3922 +-1368 -1852 +-2140 0 -3172 -528 +-7416 749 +-1672 -3280 +-7250 -2060 +-3684 -2002 +125 1146 +-938 3082 +-1043 42 -1265 1560 +172 1859 +-4963 4896 +-3640 5317 +-4877 2080 +-1602 -1587 +-7217 2616 +-2363 868 -4330 173 +-538 1193 +-3995 -1478 +-4412 1120 +-3685 806 +486 3939 +-3715 -474 +-6980 29 -3530 -3214 +-3588 -3126 +-3207 -5494 +-5613 -2418 +483 -8 +35 -4089 +-2611 -2434 +-245 -612 -2045 -3090 +-359 -5619 +552 -5399 +2662 -3170 +2320 -1526 +-755 1192 +640 -3937 +2843 -2508 576 2234 +4203 1937 +-923 2719 +6230 -29 +4172 4115 +84 1225 +-178 5480 +88 3620 -3343 7257 +-4229 1727 +-5162 7824 +-3851 5468 +-9695 3836 +-6731 2078 +-8329 -712 +-13380 1511 -9693 -3390 +-10567 -4518 +-5008 -3801 +-3230 -8141 +-2607 -4430 +-2952 -6753 +-4285 -8232 +-5027 -4009 -2623 -8215 +-298 -9810 +2546 -4401 +-507 -4748 +539 -2330 +-1503 -8235 +834 991 +-2732 -9006 -3019 -4809 +-3019 -314 +-1350 375 +-5480 -2528 +-5506 -839 +-3322 -4964 +-1857 -5858 +360 -8688 -4894 -4548 +474 -2575 +-9330 -5691 +-767 -7182 +-3034 -8715 +-1761 -8009 +-11 -8128 +-3506 -7645 1768 -8800 +1077 -6524 +-419 -10518 +3104 -9928 +6026 -8248 +-575 -6205 +1457 -13545 +1552 -10434 5780 -7203 -6218 -8932 -12613 -4704 -3960 9412 --564 2878 -4632 4822 -4714 10618 --13882 9172 --2703 341 --6212 -1306 --14416 -2557 --3199 -10408 -5774 -6734 -8188 -4655 -1249 1525 --4151 -4663 -14881 1028 --499 8613 --9938 2747 --2774 -9375 -7006 -6691 -3371 -8645 -7132 -849 -2277 563 -2143 40 -371 1599 -2330 -5727 -2118 -6483 -5347 2396 --2477 3220 --7409 -9171 -1292 -14665 -13817 -10952 -15716 4048 --826 3614 -3149 -5123 -4803 -3791 -4845 -2268 -8106 -3898 -12321 -735 -4599 992 --698 4422 -5921 273 -2484 5096 -5641 -1475 -5176 -619 -13860 7680 -6654 15146 --404 7474 -8781 12395 --8773 13754 --13267 -1209 --7416 749 -172 1859 --538 1193 --3588 -3126 --359 -5619 -4203 1937 --4229 1727 --10567 -4518 --298 -9810 --3019 -314 -474 -2575 -1077 -6524 7767 -5273 -10478 -5579 -6935 729 -2690 6473 -1624 7037 -7656 7438 --950 11528 --5615 7388 --4950 -4177 --8267 2238 --8846 -4853 --574 -13807 -6139 -6368 -8617 -4629 -3593 3132 --2140 -4176 -11451 -3288 -989 10986 --10935 816 --3340 -9563 -3072 -12927 -5279 -8137 -8438 -3072 -3385 -1028 -2642 -3806 --2147 3343 -2106 -7226 -6595 -1857 -6670 3905 --4369 2147 --5152 -7084 -4153 -14716 -18432 -7738 -8404 4613 -1612 2693 -1501 -5492 -5625 -2905 -6695 -5921 -9009 746 -12544 1708 -5391 1493 -817 6372 -7605 3844 -2045 2941 -3616 3622 -6866 -1345 -7453 10438 -3268 10765 -885 5788 -3785 13044 --11516 10440 --13445 6250 --1672 -3280 --4963 4896 --3995 -1478 --3207 -5494 -552 -5399 --923 2719 --5162 7824 --5008 -3801 -2546 -4401 --1350 375 --9330 -5691 --419 -10518 3240 -10499 -8622 -5787 -10720 -1800 -1437 9880 -2821 3431 -9330 3007 -2132 10727 --14068 3881 --4905 -536 --10605 1525 --8699 -7925 --4566 -10288 -3242 -7441 -10521 -3385 -1252 1491 -951 -8990 -9848 -2430 --910 12583 --13721 646 --2356 -5113 -1463 -3818 -5153 -4947 -7034 -1644 -3668 -390 --1977 -2105 --2368 -1667 --1081 -6340 -8522 -1838 -2637 5760 --6917 -854 --7610 -9814 -3036 -13383 -17098 -5520 -9920 6683 --2317 -3829 -880 -2124 -4497 35 -5064 -6042 -11397 3361 -14478 2431 -8188 6443 -1871 6079 -5042 2956 -1636 8342 -3068 1138 -5648 -1960 -7076 5903 -5523 12516 --978 2163 -248 11205 --9938 10591 --5707 3099 --7250 -2060 --3640 5317 --4412 1120 --5613 -2418 -2662 -3170 -6230 -29 --3851 5468 --3230 -8141 --507 -4748 --5480 -2528 --767 -7182 -3104 -9928 5343 -7763 -12242 -2560 -11846 -286 -2586 3466 -4646 1900 -6942 6420 --1898 15607 --6622 2486 --5805 -1959 --7036 -258 --9071 -5347 --654 -11418 -4912 -7005 -6870 -2520 -3061 -688 -1421 -9381 -9851 6425 --3365 11291 --10682 -2567 --492 -8974 -5230 -9976 -5750 -8253 -2787 -4737 -1269 1017 -980 -3659 --2170 -2587 --332 -7066 -6155 -5714 -2208 4824 --8729 1641 --5294 -14258 -7903 -16613 -14021 -5437 -4896 6668 --2906 3085 -6767 -2364 -1252 -4807 -3005 -8519 -10462 787 -12988 6191 -4261 4915 -3994 5686 -8731 3658 -5532 8191 -2329 4361 -5353 -3698 -10545 7205 -5717 12730 -2823 8815 --2629 10645 --5505 7063 --5928 -1318 --3684 -2002 --4877 2080 --3685 806 -483 -8 -2320 -1526 -4172 4115 --9695 3836 --2607 -4430 -539 -2330 --5506 -839 --3034 -8715 -6026 -8248 3269 -4585 -11469 -2076 -13988 2435 -1671 8023 -3056 2616 -8777 10720 --3293 11877 --14827 1617 --6621 -3935 --8452 122 --7992 -10250 --1377 -9609 -2792 -9875 -3129 -371 --3953 -1221 -6692 -11035 -14992 7037 --6266 11073 --8292 -2703 --3617 -7556 -2025 -9171 -3892 -876 -2271 1084 -7318 -155 -879 -3526 -2116 -7537 -1069 -6308 -9323 -11 -3371 5231 --4394 -3444 --4184 -11334 -10220 -12296 -11620 -3882 -4623 2948 -67 11 -6160 -2884 -119 -6116 -4821 -5553 -15170 3953 -11046 7006 -6841 5797 -6664 -2318 -6194 4292 -1709 4383 -3504 3933 -6804 -230 -8018 9481 -3419 10943 -5709 8621 --1078 12115 --14817 9298 --4646 -3922 -125 1146 --1602 -1587 -486 3939 -35 -4089 --755 1192 -84 1225 --6731 2078 --2952 -6753 --1503 -8235 --3322 -4964 --1761 -8009 --575 -6205 5636 -9317 -10204 -2312 -9360 6477 -3290 5302 -4383 7474 -4095 8330 --5223 9552 --6134 1753 --6824 -1484 --7980 2134 --9108 -10071 -3295 -12434 -1462 -11916 -5849 -582 --4889 -527 -8065 -7455 -11331 7963 --4445 8979 --9876 -3207 -3321 -12114 -5412 -4245 -9372 -2504 -2691 1135 -1406 -906 --180 -6025 --5806 -3954 -2728 -6706 -7307 -2525 -298 7662 --5737 -5012 --3228 -13687 -10079 -15555 -17120 -845 -5416 3794 -663 -452 -4109 -4056 -3028 -8317 -11139 -4281 -10249 1914 -11703 4095 -8676 5738 -5776 -36 -3313 3624 -4892 3152 -1043 -1499 -10366 444 -8245 7916 -3091 9272 -4473 3798 --1859 12795 --13606 7807 --1368 -1852 --938 3082 --7217 2616 --3715 -474 --2611 -2434 -640 -3937 --178 5480 --8329 -712 --4285 -8232 -834 991 --1857 -5858 --11 -8128 -1457 -13545 3898 -5832 8570 -2830 +11706 12320 +10382 5098 +5266 3339 +9911 2910 +5849 823 +-2007 4436 +1410 2610 -8298 11194 +-4919 1566 +1109 9247 +4776 7224 +-6692 3341 +-1999 3022 +-11494 -1274 +2285 -1448 1762 5522 +8414 -5934 +681 -6727 +-697 -2042 +-523 -14642 +11583 6595 +6921 -4095 +-3605 9755 8957 6108 +7098 5257 +-4405 4454 +11427 3646 +-1831 14289 +-2295 16031 +-7126 14228 +-3460 1295 -10417 4951 +1483 16067 +8017 966 +-17287 -3198 +-7510 13597 +-3494 13362 +-161 3759 +437 6473 1435 8023 +-5710 3726 +-11977 9402 +-14738 12606 +-8612 1840 +-9580 -5932 +-10060 8820 +-5246 2657 -13119 -2524 +-4245 -6434 +-10699 -2224 +-21157 541 +-4365 -304 +-7963 -448 +-3995 -3853 +-9939 52 -1576 3670 +-5424 3186 +-15327 -4552 +-9878 -2985 +-11695 -4032 +-4965 9196 +-2231 -3182 +-2797 925 -12675 -3144 +-12596 -564 +50 -2575 +4179 -5700 +-6768 2742 +-11047 115 +-2337 6191 +-10641 -1574 -11849 -4153 +-9737 4396 +-7424 3293 +-13003 2470 +-9946 661 +-4710 -3327 +-5270 5307 +-4638 14233 -9089 9318 +-16773 -7276 +-9299 1670 +-16909 3275 +-18503 -4641 +-16025 -5592 +-18566 -3867 +-15195 1338 -17817 -1989 +-24599 -5726 +-15395 -23912 +-15474 -8917 +-13624 -11912 +-18222 -8373 +-7758 -9308 +12631 -8863 1959 -15230 +-5439 -17787 +-2452 -27393 +5426 -19029 +3070 -9550 +3346 -11314 +5873 -11690 +3553 -11868 1620 -9575 +709 -17977 +5044 -14642 +13222 -19220 +7559 -13784 +2124 3047 +13620 -5840 +6812 -3796 13148 377 +6189 -18255 +14415 1772 +6367 -5605 +832 3712 +5911 -426 +13113 -2758 +9699 3095 -2184 9237 +5392 6828 +-6975 6818 +-4750 7518 +5038 15819 +-2779 -548 +-14502 5424 +6631 8788 -4461 939 +-7440 9646 +83 7513 +-5297 16762 +-6953 9226 +-2977 5135 +-11320 4625 +-6678 364 2241 -1692 +-10264 3241 +-983 -2339 +-15847 -1929 +-5318 6895 +-7264 9468 +-10705 -4468 +-2592 -7423 -3526 11847 +-4163 -12553 +-13512 -768 +-13596 5311 +-1447 -3340 +-2843 -1963 +-4872 -3518 +-13270 -4304 1989 -4681 +-5359 -409 +-10549 -2396 +-2077 3732 +3750 4830 +-4766 -284 +-3292 5569 +-10139 2670 -1082 8731 --14393 -1008 --7174 -18248 +-12753 -6089 +-19714 6624 +-15928 1471 +-6540 196 +-911 5248 +-6177 -13851 +-18971 -7683 +-14393 -1008 +-8639 -6868 +-10583 -4447 +-11081 -12776 +-10813 -9547 +-8848 -7961 +-7986 -14951 +1890 -8762 +-7174 -18248 +-1578 -9710 +-783 -14473 +3166 -3757 +1436 -2772 +-1359 -6606 +7584 -9504 +3887 -326 5161 11613 +-1286 2802 +-4385 7461 +-6109 -645 +-2134 -1368 +-2366 12465 +5989 4758 +6279 2402 5059 -2005 +-1642 -2292 +-2077 -2345 +3472 -5700 +-2813 4322 +-6197 -3850 +1920 -6651 +-1772 -2755 1726 -3216 +-9644 -5810 +911 7766 +-6807 2084 +-8117 3 +2554 -7902 +-900 3197 +-1143 8937 -14776 -6778 +-5337 -10805 +-16005 -2396 +-16976 -14271 +-17826 -20581 +-13145 -9118 +-12598 -11168 +-7592 -2103 -7834 -11445 +8225 -520 +1309 -22038 +-7166 -15778 +1504 -18700 +1535 -7986 +-1211 -27648 +10820 -10563 15262 -6730 +5122 -5025 +13274 -3403 +10015 -8314 +8691 4663 +2272 -5970 +3839 9003 +4136 -482 9952 -10192 +6262 -293 +3875 -8375 +-593 -8827 +15192 -4977 +6163 1106 +13779 -5669 +5435 -3178 12948 -4207 +15231 -44 +1556 3073 +10048 -36 +12000 3349 +1134 4985 +6671 -1594 +8462 3535 10373 31 +7287 5271 +12942 16810 +5691 7378 +-5088 2675 +3896 10035 +436 13561 +4940 14007 -3160 1862 +3008 2862 +-9298 -9700 +-6054 1837 +1925 508 +1073 167 +-965 11216 +-4354 12202 -1230 -2232 +-4350 2752 +1273 4319 +5962 -6269 +1670 2389 +2009 -2156 +-6383 -4745 +-5891 3841 11315 -2502 +6240 154 +-94 4820 +9127 -1544 +16141 -4203 +7580 -2424 +11578 -6522 +4756 6069 21963 9374 +18990 2136 +14275 1199 +19891 21862 +13033 8008 +21271 12282 +12076 19616 +17930 13278 20423 15464 +5845 7913 +3909 14924 +9745 22641 +5731 14306 +4273 10164 +3631 14397 +-9180 18894 1672 12129 +-6647 16430 +156 14345 +-1356 7310 +-1260 14189 +5900 15369 +-8165 10291 +4115 22239 -4242 5333 +4596 19089 +143 15428 +-1808 26559 +-6604 22963 +-15731 13260 +-11690 18803 +-21588 15351 -21294 15938 +-20947 4862 +-16909 8183 +-15112 11324 +-25242 -391 +-22085 12705 +-7266 -1175 +-15905 -9757 -13143 5300 +-7254 -14658 +-2564 -3321 +-11999 784 +-4254 -670 +-5689 -10231 +7327 5171 +1411 828 -6200 276 +8917 5410 +2689 4851 +8103 3471 +5140 15813 +6824 5996 +-2209 1784 +7535 6327 -2486 5567 +-1296 1380 +6211 13798 +768 17758 +-565 20010 +-5552 26496 +-2174 14016 +-10254 14513 983 7428 +561 8079 +-21195 14775 +-15895 11714 +-3004 8451 +-16446 8207 +-10691 12496 +-14224 9897 -8344 8906 +-21749 13653 +-15206 -1353 +-9070 777 +-16488 2641 +-1408 9388 +-7742 376 +-13992 -1868 -19662 8886 +-13493 7578 +-21443 9645 +-15142 -6785 +-6267 2940 +-16848 10206 +-12359 2392 +-21075 -2120 -13447 12750 +-18478 4131 +-10240 3741 +-4410 -2379 +-17404 423 +-20998 -1986 +-15578 2508 +-17334 3802 -15716 3216 +-22457 11100 +-22887 -6387 +-16695 1528 +-22020 1626 +-12882 -13631 +-6341 -7196 +-8448 1680 -12329 2653 +-6014 4128 +-13807 -16919 +-3367 -18854 +-6923 -84 +479 -4929 +-3140 4271 +-8202 -7188 -12259 -4950 +4254 -11197 +-2256 -11774 +-4338 6025 +-5464 -8328 +-15169 -2796 +2198 -4300 +-16322 -571 2165 -3619 +-3838 -3338 +-9508 835 +-9912 -22 +-16374 -7087 +-1877 -4474 +-4405 9968 +-4923 7273 -4643 10136 +-5932 -3482 +-7765 3140 +-16615 544 +-2524 14429 +-5365 -2466 +-12816 -2833 +-14648 3421 -6019 -518 +-9204 -7023 +-14516 -4098 +-10186 7445 +-1108 4065 +-15408 -7135 +-13893 -2429 +-4941 -10103 -5897 -97 +4163 2975 +-10180 5522 +1158 6165 +-5538 9900 +-460 -5332 +-7967 -9070 +-5053 -662 -6263 -29 +-6052 9107 +-18498 1416 +-13788 4481 +-2109 18624 +-4700 3982 +-13676 2596 +-2230 13462 -19477 956 +-13769 7790 +-16890 3132 +-9917 3456 +-10915 3652 +-16843 -6555 +-20024 -7617 +-22643 -11941 -8157 -1327 --13665 -8828 --3630 -12580 --7576 -12217 -12226 -2270 --12041 2490 --7010 -1155 -6003 -10382 -11706 12320 --4919 1566 -8414 -5934 -7098 5257 -1483 16067 --5710 3726 --4245 -6434 --5424 3186 --12596 -564 --9737 4396 --16773 -7276 --24599 -5726 --5439 -17787 -709 -17977 -6189 -18255 -5392 6828 --7440 9646 --10264 3241 --4163 -12553 --5359 -409 --12753 -6089 --8639 -6868 --1578 -9710 --1286 2802 --1642 -2292 --9644 -5810 --5337 -10805 -8225 -520 -5122 -5025 -6262 -293 -15231 -44 -7287 5271 -3008 2862 --4350 2752 -6240 154 -18990 2136 -5845 7913 --6647 16430 -4596 19089 --20947 4862 --7254 -14658 -8917 5410 --1296 1380 -561 8079 --21749 13653 --13493 7578 --18478 4131 --22457 11100 --6014 4128 -4254 -11197 --3838 -3338 --5932 -3482 --9204 -7023 -4163 2975 --6052 9107 --13769 7790 -15208 -10850 --3425 -6375 --4175 -1723 -805 -8173 -11718 -14365 --6244 1356 --18672 -9531 --7227 -7977 -10382 5098 -1109 9247 -681 -6727 --4405 4454 -8017 966 --11977 9402 --10699 -2224 --15327 -4552 -50 -2575 --7424 3293 --9299 1670 --15395 -23912 --2452 -27393 -5044 -14642 -14415 1772 --6975 6818 -83 7513 --983 -2339 --13512 -768 --10549 -2396 --19714 6624 --10583 -4447 --783 -14473 --4385 7461 --2077 -2345 -911 7766 --16005 -2396 -1309 -22038 -13274 -3403 -3875 -8375 -1556 3073 -12942 16810 --9298 -9700 -1273 4319 --94 4820 -14275 1199 -3909 14924 -156 14345 -143 15428 --16909 8183 --2564 -3321 -2689 4851 -6211 13798 --21195 14775 --15206 -1353 --21443 9645 --10240 3741 --22887 -6387 --13807 -16919 --2256 -11774 --9508 835 --7765 3140 --14516 -4098 --10180 5522 --18498 1416 --16890 3132 -13001 -7455 --5858 -16566 --13115 6335 --22812 -22406 --1400 -6899 --7122 1975 --10485 -13724 -4377 -16343 -5266 3339 -4776 7224 --697 -2042 -11427 3646 --17287 -3198 --14738 12606 --21157 541 --9878 -2985 -4179 -5700 --13003 2470 --16909 3275 --15474 -8917 -5426 -19029 -13222 -19220 -6367 -5605 --4750 7518 --5297 16762 --15847 -1929 --13596 5311 --2077 3732 --15928 1471 --11081 -12776 -3166 -3757 --6109 -645 -3472 -5700 --6807 2084 --16976 -14271 --7166 -15778 -10015 -8314 --593 -8827 -10048 -36 -5691 7378 --6054 1837 -5962 -6269 -9127 -1544 -19891 21862 -9745 22641 --1356 7310 --1808 26559 --15112 11324 --11999 784 -8103 3471 -768 17758 --15895 11714 --9070 777 --15142 -6785 --4410 -2379 --16695 1528 --3367 -18854 --4338 6025 --9912 -22 --16615 544 --10186 7445 -1158 6165 --13788 4481 --9917 3456 -4480 -7636 +-14709 -410 +-8307 -6798 +-11822 -4123 +-16998 -10559 +-13665 -8828 +-3425 -6375 +-5858 -16566 2758 -1423 +-6020 -9595 +-1322 3030 +-15008 2524 +-14190 -6349 +-3630 -12580 +-4175 -1723 +-13115 6335 -12187 -3256 +-23760 2420 +-14152 -15551 +-18964 -6204 +-16381 -11847 +-7576 -12217 +805 -8173 +-22812 -22406 -7507 -12685 +-1482 -10010 +6894 -18054 +6842 -17580 +9853 -7800 +12226 -2270 +11718 -14365 +-1400 -6899 -388 -5186 +4164 -2174 +3346 -8912 +6287 -3757 +4175 -2763 +-12041 2490 +-6244 1356 +-7122 1975 -7458 7873 +-20122 436 +-19500 -4352 +-11988 -5485 +-180 -7205 +-7010 -1155 +-18672 -9531 +-10485 -13724 -627 -3317 +-8129 -9403 +-8246 -22970 +-4565 -25222 +-5422 -11683 +6003 -10382 +-7227 -7977 +4377 -16343 11033 -8126 -9911 2910 --6692 3341 --523 -14642 --1831 14289 --7510 13597 --8612 1840 --4365 -304 --11695 -4032 --6768 2742 --9946 661 --18503 -4641 --13624 -11912 -3070 -9550 -7559 -13784 -832 3712 -5038 15819 --6953 9226 --5318 6895 --1447 -3340 -3750 4830 --6540 196 --10813 -9547 -1436 -2772 --2134 -1368 --2813 4322 --8117 3 --17826 -20581 -1504 -18700 -8691 4663 -15192 -4977 -12000 3349 --5088 2675 -1925 508 -1670 2389 -16141 -4203 -13033 8008 -5731 14306 --1260 14189 --6604 22963 --25242 -391 --4254 -670 -5140 15813 --565 20010 --3004 8451 --16488 2641 --6267 2940 --17404 423 --22020 1626 --6923 -84 --5464 -8328 --16374 -7087 --2524 14429 --1108 4065 --5538 9900 --2109 18624 --10915 3652 --14709 -410 --6020 -9595 --23760 2420 --1482 -10010 -4164 -2174 --20122 436 --8129 -9403 16715 -6263 -5849 823 --1999 3022 -11583 6595 --2295 16031 --3494 13362 --9580 -5932 --7963 -448 --4965 9196 --11047 115 --4710 -3327 --16025 -5592 --18222 -8373 -3346 -11314 -2124 3047 -5911 -426 --2779 -548 --2977 5135 --7264 9468 --2843 -1963 --4766 -284 --911 5248 --8848 -7961 --1359 -6606 --2366 12465 --6197 -3850 -2554 -7902 --13145 -9118 -1535 -7986 -2272 -5970 -6163 1106 -1134 4985 -3896 10035 -1073 167 -2009 -2156 -7580 -2424 -21271 12282 -4273 10164 -5900 15369 --15731 13260 --22085 12705 --5689 -10231 -6824 5996 --5552 26496 --16446 8207 --1408 9388 --16848 10206 --20998 -1986 --12882 -13631 -479 -4929 --15169 -2796 --1877 -4474 --5365 -2466 --15408 -7135 --460 -5332 --4700 3982 --16843 -6555 --8307 -6798 --1322 3030 --14152 -15551 -6894 -18054 -3346 -8912 --19500 -4352 --8246 -22970 17051 -16592 --2007 4436 --11494 -1274 -6921 -4095 --7126 14228 --161 3759 --10060 8820 --3995 -3853 --2231 -3182 --2337 6191 --5270 5307 --18566 -3867 --7758 -9308 -5873 -11690 -13620 -5840 -13113 -2758 --14502 5424 --11320 4625 --10705 -4468 --4872 -3518 --3292 5569 --6177 -13851 --7986 -14951 -7584 -9504 -5989 4758 -1920 -6651 --900 3197 --12598 -11168 --1211 -27648 -3839 9003 -13779 -5669 -6671 -1594 -436 13561 --965 11216 --6383 -4745 -11578 -6522 -12076 19616 -3631 14397 --8165 10291 --11690 18803 --7266 -1175 -7327 5171 --2209 1784 --2174 14016 --10691 12496 --7742 376 --12359 2392 --15578 2508 --6341 -7196 --3140 4271 -2198 -4300 --4405 9968 --12816 -2833 --13893 -2429 --7967 -9070 --13676 2596 --20024 -7617 --11822 -4123 --15008 2524 --18964 -6204 -6842 -17580 -6287 -3757 --11988 -5485 --4565 -25222 13741 4583 -1410 2610 -2285 -1448 --3605 9755 --3460 1295 -437 6473 --5246 2657 --9939 52 --2797 925 --10641 -1574 --4638 14233 --15195 1338 -12631 -8863 -3553 -11868 -6812 -3796 -9699 3095 -6631 8788 --6678 364 --2592 -7423 --13270 -4304 --10139 2670 --18971 -7683 -1890 -8762 -3887 -326 -6279 2402 --1772 -2755 --1143 8937 --7592 -2103 -10820 -10563 -4136 -482 -5435 -3178 -8462 3535 -4940 14007 --4354 12202 --5891 3841 -4756 6069 -17930 13278 --9180 18894 -4115 22239 --21588 15351 --15905 -9757 -1411 828 -7535 6327 --10254 14513 --14224 9897 --13992 -1868 --21075 -2120 --17334 3802 --8448 1680 --8202 -7188 --16322 -571 --4923 7273 --14648 3421 --4941 -10103 --5053 -662 --2230 13462 --22643 -11941 --16998 -10559 --14190 -6349 --16381 -11847 -9853 -7800 -4175 -2763 --180 -7205 --5422 -11683 13803 -5936 -375 -3977 +-3083 -18854 +12170 -1323 +17154 7274 +2116 2267 +-803 7375 +13028 -4538 +-2174 14191 14196 -14404 +8818 16055 +-956 170 +2674 -8005 +81 7418 +-2520 2834 +12266 -1514 +3697 -6715 2692 -12601 +-7673 17961 +10914 7225 +10871 3200 +14656 9923 +-15014 1997 +-17069 12138 +6623 -12064 7285 9853 -5009 19670 --14396 10775 --10638 10293 +-2619 14942 +21040 580 +-4974 -4941 +2050 -13924 +6310 -4314 +9949 1831 +6345 10984 +5009 19670 +-11026 2938 +-24616 22707 +22960 16189 +-9867 -2104 +-13103 -8792 +-20525 14546 +-19066 5555 +-14396 10775 +-10014 2692 +-12077 -8781 +5531 -5598 +-28698 4664 +-7011 13278 +-11239 -3895 +-11507 5182 +-10638 10293 +-15907 9648 +3105 -11475 +5599 -12607 +7460 -9997 +-4712 -1739 +14850 -7623 +-496 -4704 2568 7474 +-6584 -4419 +3990 6108 +10653 5643 +-232 8837 +-11065 -7564 +-3974 12385 +7142 -4129 10578 -1721 +-3796 11719 +-18861 7031 +-14006 6080 +-3464 -859 +1123 -1775 +-15699 -7553 +2340 -4544 1536 2592 +12707 2432 +9201 -16492 +5698 -8355 +-5268 -12461 +535 -3471 +-5703 -8611 +-4222 -24612 -4929 -11598 +23358 13722 +531 -3570 +3105 -61 +20652 -417 +878 2601 +15229 1101 +-2381 -10539 2669 -9018 +16106 -3542 +-607 17869 +-7192 -12646 +-4045 -13920 +4322 -24039 +12747 -13746 +-20540 2972 -15280 -6931 +13801 971 +-2787 16564 +-5788 5284 +-3155 157 +495 -1081 +10451 -2349 +212 2680 17445 -12674 +4940 20691 +21198 4878 +1733 15933 +11194 14213 +1833 1371 +6735 13373 +-747 13623 6896 -2658 +501 10290 +-4510 -4385 +3022 4069 +7964 -3100 +-8426 3895 +-6292 7969 +-9470 -4322 11834 -4837 +2750 -4676 +8631 -7805 +7986 2028 +108 -12291 +29472 -15833 +8724 -18111 +-2488 -12940 -5602 1852 +16676 -1291 +12932 4613 +20576 -8268 +17957 -6268 +4329 9501 +10958 -3814 +755 16078 -5124 7920 +18451 3699 +-3838 9989 +29000 20760 +11812 1538 +12688 -5951 +19389 18668 +-206 22478 -5926 -12199 +-2497 37163 +2161 11334 +1281 11534 +-11518 11473 +-17994 15654 +4947 13188 +10862 26559 362 20074 +-4154 -216 +-11587 14335 +-5312 18703 +-21958 -8524 +-21373 26857 +-17486 7232 +-6816 3552 -13419 9591 +-2072 19642 +5382 -1706 +1270 11236 +-15852 -9019 +-25705 -2656 +-14427 17796 +-13701 2602 -9103 -9882 +-6382 2124 +-13458 -4712 +-6827 11340 +-10824 4346 +1292 12020 +3127 4948 +-20056 -4513 -13203 16216 +-15840 5333 +-5777 -2333 +-9372 -2493 +3829 -19817 +-346 -3574 +-37239 9866 +-17315 -7187 -24920 -14412 +-14369 -2920 +-19357 -26265 +1032 -5266 +-10462 -17723 +-6044 -34501 +-28036 -24633 +6127 -14854 -8351 -11615 +-8982 -8108 +3855 -14237 +-5533 -3833 +-1850 -21142 +16846 -2357 +-16337 -2110 +16476 -13939 -5784 -26245 +22625 -4758 +-915 -27198 +8584 -7385 +15315 -2031 +-14284 12763 +-6200 -6167 +-8082 -10124 3198 -1130 +2825 6843 +22722 -8479 +7106 12950 +19976 12886 +25516 5610 +11261 -10430 +11982 -10988 3280 6963 +-16002 -18847 +-8251 7624 +4316 -12444 +-5866 -5400 +1180 -22516 +-546 11835 +-2965 -8787 87 -9736 +10496 3302 +906 -15528 +8427 -4338 +3757 -2051 +16072 3966 +1759 -12708 +8517 9134 14739 11281 +-6960 2018 +9614 15393 +13026 8281 +477 169 +7347 -5481 +-6416 -6253 +11836 -2263 -1006 2186 +-2076 -5977 +15165 -14601 +-3172 -7328 +3025 -4179 +22819 -4179 +2203 -3206 +5405 -936 5891 2416 +4147 1960 +5503 -26265 +3567 -761 +33272 5227 +13746 9218 +17662 -6905 +-5274 -7292 13025 -1315 +-353 14646 +16126 27817 +27876 6196 +-274 4347 +9521 4719 +24790 6180 +17904 -4373 16481 13247 +2811 9664 +10546 -4257 +-18306 18815 +5850 14893 +1865 -3073 +10355 15852 +12265 -2735 -17135 14932 +3753 16156 +-3313 -4355 +-14485 3782 +-5317 -2193 +1642 -4379 +-8650 16307 +7572 3852 -25201 -6699 +-5131 6496 +-3167 10068 +-20420 -33263 +-14943 -14430 +-10197 -2658 +12715 -802 +1259 -2256 -20809 -65 +4947 5957 +4251 -17495 +-9491 -13738 +-3568 82 +9735 13830 +19757 12601 +21291 -664 -6210 2350 +12690 -198 +13130 860 +20780 8944 +1783 -18939 +2156 2460 +2393 427 +-18167 -10585 5041 7254 +-5790 -11186 +-8804 7250 +13601 -5567 +-2802 4168 +14024 3524 +6255 7865 +9088 15802 25527 1919 -20078 -12473 --9327 11456 --4173 94 --6765 15690 --6149 -8745 -25035 587 -26071 -7449 -11007 13152 -5996 1564 -6023 839 --7875 20110 --11629 -5178 --370 5848 --4962 11825 --4654 4769 --4211 -1598 --17237 -12731 -2719 552 -955 15024 -4905 -2602 --12174 15344 -380 9127 --11699 -26780 --4106 -8894 --3083 -18854 -8818 16055 --7673 17961 --2619 14942 --11026 2938 --10014 2692 --15907 9648 --6584 -4419 --3796 11719 -12707 2432 -23358 13722 -16106 -3542 -13801 971 -4940 20691 -501 10290 -2750 -4676 -16676 -1291 -18451 3699 --2497 37163 --4154 -216 --2072 19642 --6382 2124 --15840 5333 --14369 -2920 --8982 -8108 -22625 -4758 -2825 6843 --16002 -18847 -10496 3302 --6960 2018 --2076 -5977 -4147 1960 --353 14646 -2811 9664 -3753 16156 --5131 6496 -4947 5957 -12690 -198 --5790 -11186 12643 18521 +13200 12715 +3669 8006 +14053 11335 +20945 -9136 +-12675 21733 +-2049 18212 +20078 -12473 -4290 26019 +-11129 12801 +6832 -1238 +-14746 11373 +-3793 16725 +-16171 2323 +-14762 10054 +-9327 11456 -20386 12063 +-7566 1140 +-22330 16394 +-32302 -13469 +-40012 10593 +-18311 9541 +-22057 5824 +-4173 94 -12150 4093 +-23156 -2404 +-15259 1167 +-12384 -31335 +-19187 -34662 +-18597 -9301 +-12104 -3923 +-6765 15690 -29736 -2450 +9943 -14200 +12047 -16305 +548 -16935 +6361 -6919 +-7556 -22372 +2098 -8262 +-6149 -8745 19597 -16520 +19099 -3350 +-10453 -8353 +16699 -58 +2285 -7914 +12455 -2424 +10595 -1769 +25035 587 17599 -7624 +34531 -14636 +20088 14414 +11441 5053 +11898 -9514 +16413 14247 +32945 12860 +26071 -7449 20310 3187 +-2 1659 +1841 14021 +9758 17036 +13184 18099 +-1762 9703 +6631 439 +11007 13152 19734 -11291 +11770 18276 +-1796 -3376 +19453 -4348 +6819 9745 +-7847 661 +-8724 13449 +5996 1564 5868 -14917 +-760 20681 +-12938 26210 +-4659 -2334 +-2075 2321 +-6016 -11684 +-1665 9156 +6023 839 -1740 8467 +-2682 24829 +16546 -2921 +13418 15887 +10814 7173 +-5424 16053 +13066 5289 +-7875 20110 -2475 15994 +22655 23395 +24657 7813 +5021 24797 +2555 26088 +-5833 -2953 +-11320 7573 +-11629 -5178 -4791 26662 +-1530 12748 +-893 19342 +-6064 -10609 +-1758 11807 +-1682 17344 +6194 4971 +-370 5848 -5893 25063 +611 10530 +-3239 -1947 +-11025 90 +17422 17718 +-6089 10053 +-4144 17591 +-4962 11825 -21506 5135 +-4357 2729 +-31836 17051 +-11427 7280 +-17275 23094 +-24219 16758 +-19225 19029 +-4654 4769 -24582 1576 +4685 13797 +-10317 8707 +-25196 -26156 +-33901 -1469 +-19734 8469 +-28164 -10493 +-4211 -1598 -15104 -14068 +-16852 -6625 +-24772 -15871 +-31277 -10701 +-22629 1402 +-1003 -6442 +10122 13555 +-17237 -12731 8584 -17494 +-1797 -2879 +-3145 1451 +-6792 -7904 +-15580 -4605 +-8185 -7804 +8134 -1999 +2719 552 -15816 -7360 +-8516 9765 +-5886 -18892 +-6611 -599 +-5791 -20906 +13379 -19728 +17604 2390 +955 15024 -9054 -9916 +7837 -8873 +-3492 -2345 +16058 4050 +-1036 13779 +6305 590 +6070 12259 +4905 -2602 -16607 -1391 +22481 25062 +-5465 6839 +-2067 -4643 +-21169 3955 +-7307 23552 +-26724 -11627 +-12174 15344 -14843 13135 +9707 8414 +-598 -4653 +-15612 -1103 +-3488 1249 +-16788 4829 +-19784 11095 +380 9127 2290 11091 +-20576 -8748 +5444 -14054 +2496 -7433 +16704 11723 +-2738 4300 +-32310 -8649 +-11699 -26780 4961 -9415 +-14773 -6310 +4054 4871 +-239 -11173 +14046 -188 +7664 2251 +5801 4369 +-4106 -8894 12583 -13690 -12170 -1323 --956 170 -10914 7225 -21040 580 --24616 22707 --12077 -8781 -3105 -11475 -3990 6108 --18861 7031 -9201 -16492 -531 -3570 --607 17869 --2787 16564 -21198 4878 --4510 -4385 -8631 -7805 -12932 4613 --3838 9989 -2161 11334 --11587 14335 -5382 -1706 --13458 -4712 --5777 -2333 --19357 -26265 -3855 -14237 --915 -27198 -22722 -8479 --8251 7624 -906 -15528 -9614 15393 -15165 -14601 -5503 -26265 -16126 27817 -10546 -4257 --3313 -4355 --3167 10068 -4251 -17495 -13130 860 --8804 7250 -13200 12715 --11129 12801 --7566 1140 --23156 -2404 -9943 -14200 -19099 -3350 -34531 -14636 --2 1659 -11770 18276 --760 20681 --2682 24829 -22655 23395 --1530 12748 -611 10530 --4357 2729 -4685 13797 --16852 -6625 --1797 -2879 --8516 9765 -7837 -8873 -22481 25062 -9707 8414 --20576 -8748 --14773 -6310 3912 30 -17154 7274 -2674 -8005 -10871 3200 --4974 -4941 -22960 16189 -5531 -5598 -5599 -12607 -10653 5643 --14006 6080 -5698 -8355 -3105 -61 --7192 -12646 --5788 5284 -1733 15933 -3022 4069 -7986 2028 -20576 -8268 -29000 20760 -1281 11534 --5312 18703 -1270 11236 --6827 11340 --9372 -2493 -1032 -5266 --5533 -3833 -8584 -7385 -7106 12950 -4316 -12444 -8427 -4338 -13026 8281 --3172 -7328 -3567 -761 -27876 6196 --18306 18815 --14485 3782 --20420 -33263 --9491 -13738 -20780 8944 -13601 -5567 -3669 8006 -6832 -1238 --22330 16394 --15259 1167 -12047 -16305 --10453 -8353 -20088 14414 -1841 14021 --1796 -3376 --12938 26210 -16546 -2921 -24657 7813 --893 19342 --3239 -1947 --31836 17051 --10317 8707 --24772 -15871 --3145 1451 --5886 -18892 --3492 -2345 --5465 6839 --598 -4653 -5444 -14054 -4054 4871 1874 -1735 -2116 2267 -81 7418 -14656 9923 -2050 -13924 --9867 -2104 --28698 4664 -7460 -9997 --232 8837 --3464 -859 --5268 -12461 -20652 -417 --4045 -13920 --3155 157 -11194 14213 -7964 -3100 -108 -12291 -17957 -6268 -11812 1538 --11518 11473 --21958 -8524 --15852 -9019 --10824 4346 -3829 -19817 --10462 -17723 --1850 -21142 -15315 -2031 -19976 12886 --5866 -5400 -3757 -2051 -477 169 -3025 -4179 -33272 5227 --274 4347 -5850 14893 --5317 -2193 --14943 -14430 --3568 82 -1783 -18939 --2802 4168 -14053 11335 --14746 11373 --32302 -13469 --12384 -31335 -548 -16935 -16699 -58 -11441 5053 -9758 17036 -19453 -4348 --4659 -2334 -13418 15887 -5021 24797 --6064 -10609 --11025 90 --11427 7280 --25196 -26156 --31277 -10701 --6792 -7904 --6611 -599 -16058 4050 --2067 -4643 --15612 -1103 -2496 -7433 --239 -11173 -745 -3360 --803 7375 --2520 2834 --15014 1997 -6310 -4314 --13103 -8792 --7011 13278 --4712 -1739 --11065 -7564 -1123 -1775 -535 -3471 -878 2601 -4322 -24039 -495 -1081 -1833 1371 --8426 3895 -29472 -15833 -4329 9501 -12688 -5951 --17994 15654 --21373 26857 --25705 -2656 -1292 12020 --346 -3574 --6044 -34501 -16846 -2357 --14284 12763 -25516 5610 -1180 -22516 -16072 3966 -7347 -5481 -22819 -4179 -13746 9218 -9521 4719 -1865 -3073 -1642 -4379 --10197 -2658 -9735 13830 -2156 2460 -14024 3524 -20945 -9136 --3793 16725 --40012 10593 --19187 -34662 -6361 -6919 -2285 -7914 -11898 -9514 -13184 18099 -6819 9745 --2075 2321 -10814 7173 -2555 26088 --1758 11807 -17422 17718 --17275 23094 --33901 -1469 --22629 1402 --15580 -4605 --5791 -20906 --1036 13779 --21169 3955 --3488 1249 -16704 11723 -14046 -188 -793 8545 -13028 -4538 -12266 -1514 --17069 12138 -9949 1831 --20525 14546 --11239 -3895 -14850 -7623 --3974 12385 --15699 -7553 --5703 -8611 -15229 1101 -12747 -13746 -10451 -2349 -6735 13373 --6292 7969 -8724 -18111 -10958 -3814 -19389 18668 -4947 13188 --17486 7232 --14427 17796 -3127 4948 --37239 9866 --28036 -24633 --16337 -2110 --6200 -6167 -11261 -10430 --546 11835 -1759 -12708 --6416 -6253 -2203 -3206 -17662 -6905 -24790 6180 -10355 15852 --8650 16307 -12715 -802 -19757 12601 -2393 427 -6255 7865 --12675 21733 --16171 2323 --18311 9541 --18597 -9301 --7556 -22372 -12455 -2424 -16413 14247 --1762 9703 --7847 661 --6016 -11684 --5424 16053 --5833 -2953 --1682 17344 --6089 10053 --24219 16758 --19734 8469 --1003 -6442 --8185 -7804 -13379 -19728 -6305 590 --7307 23552 --16788 4829 --2738 4300 -7664 2251 --3955 -15531 --2174 14191 -3697 -6715 -6623 -12064 -6345 10984 --19066 5555 --11507 5182 --496 -4704 -7142 -4129 -2340 -4544 --4222 -24612 --2381 -10539 --20540 2972 -212 2680 --747 13623 --9470 -4322 --2488 -12940 -755 16078 --206 22478 -10862 26559 --6816 3552 --13701 2602 --20056 -4513 --17315 -7187 -6127 -14854 -16476 -13939 --8082 -10124 -11982 -10988 --2965 -8787 -8517 9134 -11836 -2263 -5405 -936 --5274 -7292 -17904 -4373 -12265 -2735 -7572 3852 -1259 -2256 -21291 -664 --18167 -10585 -9088 15802 --2049 18212 --14762 10054 --22057 5824 --12104 -3923 -2098 -8262 -10595 -1769 -32945 12860 -6631 439 --8724 13449 --1665 9156 -13066 5289 --11320 7573 -6194 4971 --4144 17591 --19225 19029 --28164 -10493 -10122 13555 -8134 -1999 -17604 2390 -6070 12259 --26724 -11627 --19784 11095 --32310 -8649 -5801 4369 -4374 -7950 -20684 7658 -317 28768 --17416 19491 --21925 -41198 -16344 -17473 -4493 -11157 --2793 -15106 --20954 -22252 --22344 12297 --16546 -7943 -9938 -13417 --3842 3771 -9799 4579 --24144 27463 --35259 9585 --10887 1584 -32932 3562 --4000 10687 --3744 8921 --16763 -34523 -7246 -18144 -15979 22655 -15380 -21156 --5989 -6718 --11951 6899 -13634 11179 -1990 2018 -6733 -25790 --3425 -6281 --13858 -13869 -9811 -668 -8866 -1924 -8474 14120 --12733 503 -4228 2953 --45 29800 -4427 -22178 -8152 -29360 -5341 -11448 --9903 -11383 --36556 29551 --8520 -2956 --28928 359 --12913 -48344 -5049 -10292 -269 -31080 --4041 5682 -5479 -18079 --5030 -564 --5014 1665 -8748 -17181 -25049 22486 --22513 16391 -7622 13269 --29181 11033 --15611 -12420 -14647 -1051 --6984 -11254 --14575 -23352 --19157 -5110 --4391 -47682 -15572 -18696 --2010 14766 -16759 -3130 -19382 24575 --3669 -16475 --1194 -15958 --1457 -32435 -18666 -20253 -9323 20193 --5966 -12600 --3625 3095 -6390 -20495 --30479 -23024 --27594 -26201 --10373 1468 --15098 -11153 -16021 -30747 --16068 26729 --15427 -1465 --13589 6330 --40556 12210 --21445 -40870 -5539 -283 --751 -10600 --4649 6358 -2764 -11425 --4577 -17862 --12893 1967 --25213 -6857 --10779 -27154 -9575 4690 -859 -30850 -22344 -19580 -5492 4209 -3917 -18943 -9358 -2975 -6420 -1893 --21652 -18577 --21102 8734 --14113 -8092 --18265 -26572 -14288 17179 -2885 -19932 -712 4297 --4477 -21858 -1807 -3236 -26992 -14817 --3027 -13656 --2898 -16726 -1235 6329 --17210 22092 --29759 17386 --14645 9502 -7158 -12599 -10020 -19091 -3090 -10864 -6187 6659 --3982 -7583 --1203 4904 --33833 23403 -19734 -11967 -15629 746 -12446 -4145 -7935 -17789 --9306 -14949 -565 -462 -3681 14182 --12957 2251 -16617 14082 --36144 5483 --27314 -7574 -15590 -15284 -18879 16406 --21994 26024 -5845 4653 -14672 -3627 --31230 3599 -11072 -14921 --2362 -4054 -8599 -9033 --19347 8116 --1896 9181 --10131 7299 --22325 -6049 --19126 -7499 --10644 -15049 -44821 -15709 --11032 509 -11400 11335 --18634 15114 -23140 16766 --20318 -2357 -8175 1119 --36329 -8668 -18296 -2924 -5777 12270 --5026 -35834 -2629 -1058 --4680 16778 --2697 -14325 --18304 20508 -7475 8906 --17956 -9455 --18301 32323 --17207 -29859 -30474 -19857 --261 -7556 --5090 8669 --6304 1764 -704 -12783 -2505 -4761 --16423 -19974 --4119 9953 -24339 25073 -1767 3884 -6835 -8789 --728 -25832 --23991 -20686 -2513 10490 -9435 1312 --6083 13569 --33340 -19885 -6398 -7932 --2360 -7173 -4950 -29302 --8695 -8490 --15844 -36725 --14653 -1380 -31837 4995 -31678 -703 -9134 -2701 --8645 -9529 --16371 29481 --16765 -77 --8402 12450 --17793 -2908 --12784 17973 --6746 8554 --20847 -10271 --8434 154 --13518 2889 -2179 -26081 -17933 12960 -6600 -5579 --18288 435 --1517 -2245 -1151 -31250 --16396 6860 --48380 -9064 --7214 -10928 -5476 -43286 --3047 -9531 -3457 -7256 --18737 -11102 --10017 -19383 --11665 -151 -256 -17636 -13695 -22160 -12225 10725 --14069 -413 --1245 -9190 -12509 1488 -15843 -9994 --24297 -783 -29076 -4069 -4239 -1672 -5872 38107 -3309 -6530 --29541 -17045 --6883 -11074 -557 -4621 --12796 16934 -3714 -24414 -3964 -31406 --19937 3597 -28487 -20062 --6964 -3112 -15044 2294 -25794 14367 -2178 -11736 --21276 1168 --34421 9423 -13476 -18907 --13892 18693 -17721 -7851 --21799 -21987 -21790 -5755 --20457 -6493 --9463 12391 -18524 -4091 -8738 -34627 --347 -4190 --20522 420 --11686 -34295 -4428 -4129 -4896 -5579 --303 921 --32197 1472 -7368 6920 -19038 1544 -53783 6680 --22889 17169 --10000 -3666 --12371 3593 --6711 9376 --26493 5618 --3133 18480 -7710 -14871 --17944 -18988 --5213 -6792 --15401 -8652 --35025 20988 --28364 -4596 -2551 -7652 -16854 12118 -14876 28036 -3864 -6443 --25449 22100 --14701 2752 -2495 -4754 --17915 -11702 --14574 -22253 -4300 5579 --591 -15446 --5870 945 -14574 2943 --23092 -4512 -4424 179 --2322 -20155 --23593 21865 -1180 23381 --11210 -15405 -1141 16791 -29516 -20304 --3003 -3076 --525 8395 -21353 2887 -721 37184 --17936 -4824 -1037 -22613 -10466 -16875 -11760 1513 --11790 12708 -10913 3684 --4410 -15338 -25696 -23879 --14452 20072 --13485 15837 --14451 5781 --14671 17017 -27721 -3501 -5569 -18330 -16733 -13197 --5271 -13170 -1874 -14164 -16024 -2986 --297 -4215 -6316 -7679 -4595 4864 -17740 8629 --500 -682 --5000 -7112 --4163 -6042 -13666 14220 -696 8004 -7836 1650 -3766 -558 --12833 -5204 --12550 1939 -8518 -7949 --5558 31420 --295 -16515 -10891 -8045 -19023 -7419 --47127 30793 --20645 -3310 --32696 6105 -17496 -30068 -32116 -50807 -13986 6361 --7656 -36999 --23944 8348 --18084 8676 --30295 -18980 -17977 -38337 --22755 -27211 --8624 16127 --9357 -2107 --8683 2346 --27741 5385 -8271 -16140 --10830 4045 --1838 30570 -674 25404 --32990 -8725 --34051 -26380 --5695 -9937 -3995 6382 --11514 25465 --13023 -5680 -29678 -24019 -32185 13375 --10359 -24203 -7114 -23081 -21428 6034 -7326 -5666 --758 30838 --19829 -2252 --11608 -16005 --3103 -11753 --12785 11599 --17969 2339 --17584 331 -9942 1637 -19826 -7602 -16219 -12776 --5063 16180 -1866 -23382 -34725 -7730 --3886 -365 --25068 -23295 --14316 -4598 -216 1721 +-3955 -15531 +4374 -7950 +20684 7658 +19382 24575 +-12957 2251 +-8645 -9529 +4896 -5579 +17740 8629 -9260 25271 --7928 7899 -17000 -2014 -3220 -3093 -17560 -4489 -13339 1351 --39379 13216 --15348 -18041 -470 -4266 -1874 -146 --24091 -14713 --23484 2179 --21585 5531 --35800 -9984 --6553 -9758 -7881 11428 --16492 16701 --38652 -7140 --10220 -16852 -21364 -16592 -13879 12795 --26695 -1537 -35438 -17126 -21376 1745 -26993 -32905 -7261 -7500 -4713 10491 -15714 -8833 -4544 -3456 -9127 14875 -7870 8243 --11480 3630 --30534 -12979 --9155 -7353 -3383 -2261 --45214 -19753 --48830 -39915 -19496 -2212 -6115 -8083 -30931 -15056 --7212 -6498 -974 -21208 -11413 3401 -11244 12067 --1026 -9483 -10534 -27676 -28013 1644 -8265 26369 -2058 16975 -7534 -2999 -18070 10357 -11297 -2510 -21874 -1903 -21113 9783 --633 -34666 --9648 -2571 -6841 1421 --2881 1616 --6363 -5921 -3980 -46549 -7487 -4337 --1197 -15480 --10264 -1974 -28733 -1254 13590 -7361 +317 28768 +-3669 -16475 +16617 14082 +-16371 29481 +-303 921 +-500 -682 +-7928 7899 -23678 25810 +-17416 19491 +-1194 -15958 +-36144 5483 +-16765 -77 +-32197 1472 +-5000 -7112 +17000 -2014 -6974 4737 +-21925 -41198 +-1457 -32435 +-27314 -7574 +-8402 12450 +7368 6920 +-4163 -6042 +3220 -3093 1766 -263 +16344 -17473 +18666 -20253 +15590 -15284 +-17793 -2908 +19038 1544 +13666 14220 +17560 -4489 11128 4364 +4493 -11157 +9323 20193 +18879 16406 +-12784 17973 +53783 6680 +696 8004 +13339 1351 -14616 2020 +-2793 -15106 +-5966 -12600 +-21994 26024 +-6746 8554 +-22889 17169 +7836 1650 +-39379 13216 7020 11901 +-20954 -22252 +-3625 3095 +5845 4653 +-20847 -10271 +-10000 -3666 +3766 -558 +-15348 -18041 -35620 14819 +-22344 12297 +6390 -20495 +14672 -3627 +-8434 154 +-12371 3593 +-12833 -5204 +470 -4266 -12355 7829 +-16546 -7943 +-30479 -23024 +-31230 3599 +-13518 2889 +-6711 9376 +-12550 1939 +1874 -146 -7001 6765 +9938 -13417 +-27594 -26201 +11072 -14921 +2179 -26081 +-26493 5618 +8518 -7949 +-24091 -14713 8373 2646 +-3842 3771 +-10373 1468 +-2362 -4054 +17933 12960 +-3133 18480 +-5558 31420 +-23484 2179 3378 -25221 +9799 4579 +-15098 -11153 +8599 -9033 +6600 -5579 +7710 -14871 +-295 -16515 +-21585 5531 5641 -12641 +-24144 27463 +16021 -30747 +-19347 8116 +-18288 435 +-17944 -18988 +10891 -8045 +-35800 -9984 -39 -22004 +-35259 9585 +-16068 26729 +-1896 9181 +-1517 -2245 +-5213 -6792 +19023 -7419 +-6553 -9758 -1282 4435 +-10887 1584 +-15427 -1465 +-10131 7299 +1151 -31250 +-15401 -8652 +-47127 30793 +7881 11428 1239 19037 +32932 3562 +-13589 6330 +-22325 -6049 +-16396 6860 +-35025 20988 +-20645 -3310 +-16492 16701 -4416 -15793 +-4000 10687 +-40556 12210 +-19126 -7499 +-48380 -9064 +-28364 -4596 +-32696 6105 +-38652 -7140 -17427 -16905 +-3744 8921 +-21445 -40870 +-10644 -15049 +-7214 -10928 +2551 -7652 +17496 -30068 +-10220 -16852 -8457 -44555 +-16763 -34523 +5539 -283 +44821 -15709 +5476 -43286 +16854 12118 +32116 -50807 +21364 -16592 11541 5843 +7246 -18144 +-751 -10600 +-11032 509 +-3047 -9531 +14876 28036 +13986 6361 +13879 12795 15468 17821 +15979 22655 +-4649 6358 +11400 11335 +3457 -7256 +3864 -6443 +-7656 -36999 +-26695 -1537 4820 9849 +15380 -21156 +2764 -11425 +-18634 15114 +-18737 -11102 +-25449 22100 +-23944 8348 +35438 -17126 3674 8916 +-5989 -6718 +-4577 -17862 +23140 16766 +-10017 -19383 +-14701 2752 +-18084 8676 +21376 1745 -36184 -16281 +-11951 6899 +-12893 1967 +-20318 -2357 +-11665 -151 +2495 -4754 +-30295 -18980 +26993 -32905 -34092 -20514 +13634 11179 +-25213 -6857 +8175 1119 +256 -17636 +-17915 -11702 +17977 -38337 +7261 -7500 12015 -7924 +1990 2018 +-10779 -27154 +-36329 -8668 +13695 -22160 +-14574 -22253 +-22755 -27211 +4713 10491 -13985 -19010 +6733 -25790 +9575 4690 +18296 -2924 +12225 10725 +4300 5579 +-8624 16127 +15714 -8833 9497 5269 +-3425 -6281 +859 -30850 +5777 12270 +-14069 -413 +-591 -15446 +-9357 -2107 +4544 -3456 8964 -29172 +-13858 -13869 +22344 -19580 +-5026 -35834 +-1245 -9190 +-5870 945 +-8683 2346 +9127 14875 -6451 262 +9811 -668 +5492 4209 +2629 -1058 +12509 1488 +14574 2943 +-27741 5385 +7870 8243 5928 -1636 +8866 -1924 +3917 -18943 +-4680 16778 +15843 -9994 +-23092 -4512 +8271 -16140 +-11480 3630 28072 4344 +8474 14120 +9358 -2975 +-2697 -14325 +-24297 -783 +4424 179 +-10830 4045 +-30534 -12979 416 15221 +-12733 503 +6420 -1893 +-18304 20508 +29076 -4069 +-2322 -20155 +-1838 30570 +-9155 -7353 -11395 24456 +4228 2953 +-21652 -18577 +7475 8906 +4239 -1672 +-23593 21865 +674 25404 +3383 -2261 -24785 2497 +-45 29800 +-21102 8734 +-17956 -9455 +5872 38107 +1180 23381 +-32990 -8725 +-45214 -19753 -37025 -11402 +4427 -22178 +-14113 -8092 +-18301 32323 +3309 -6530 +-11210 -15405 +-34051 -26380 +-48830 -39915 -27507 -31283 +8152 -29360 +-18265 -26572 +-17207 -29859 +-29541 -17045 +1141 16791 +-5695 -9937 +19496 -2212 39927 -3223 +5341 -11448 +14288 17179 +30474 -19857 +-6883 -11074 +29516 -20304 +3995 6382 +6115 -8083 18099 -23113 +-9903 -11383 +2885 -19932 +-261 -7556 +557 -4621 +-3003 -3076 +-11514 25465 +30931 -15056 26213 -1014 +-36556 29551 +712 4297 +-5090 8669 +-12796 16934 +-525 8395 +-13023 -5680 +-7212 -6498 3773 -8697 +-8520 -2956 +-4477 -21858 +-6304 1764 +3714 -24414 +21353 2887 +29678 -24019 +974 -21208 -2990 -19577 +-28928 359 +1807 -3236 +704 -12783 +3964 -31406 +721 37184 +32185 13375 +11413 3401 17013 -28823 +-12913 -48344 +26992 -14817 +2505 -4761 +-19937 3597 +-17936 -4824 +-10359 -24203 +11244 12067 11091 -15060 +5049 -10292 +-3027 -13656 +-16423 -19974 +28487 -20062 +1037 -22613 +7114 -23081 +-1026 -9483 15798 -6058 +269 -31080 +-2898 -16726 +-4119 9953 +-6964 -3112 +10466 -16875 +21428 6034 +10534 -27676 -3097 -3043 +-4041 5682 +1235 6329 +24339 25073 +15044 2294 +11760 1513 +7326 -5666 +28013 1644 3270 5654 +5479 -18079 +-17210 22092 +1767 3884 +25794 14367 +-11790 12708 +-758 30838 +8265 26369 4402 -4812 +-5030 -564 +-29759 17386 +6835 -8789 +2178 -11736 +10913 3684 +-19829 -2252 +2058 16975 10114 -4511 +-5014 1665 +-14645 9502 +-728 -25832 +-21276 1168 +-4410 -15338 +-11608 -16005 +7534 -2999 5329 9787 +8748 -17181 +7158 -12599 +-23991 -20686 +-34421 9423 +25696 -23879 +-3103 -11753 +18070 10357 27909 3987 +25049 22486 +10020 -19091 +2513 10490 +13476 -18907 +-14452 20072 +-12785 11599 +11297 -2510 -4438 10921 +-22513 16391 +3090 -10864 +9435 1312 +-13892 18693 +-13485 15837 +-17969 2339 +21874 -1903 -2273 214 +7622 13269 +6187 6659 +-6083 13569 +17721 -7851 +-14451 5781 +-17584 331 +21113 9783 6944 -12478 +-29181 11033 +-3982 -7583 +-33340 -19885 +-21799 -21987 +-14671 17017 +9942 1637 +-633 -34666 -853 -12789 +-15611 -12420 +-1203 4904 +6398 -7932 +21790 -5755 +27721 -3501 +19826 -7602 +-9648 -2571 -20827 -31668 +14647 -1051 +-33833 23403 +-2360 -7173 +-20457 -6493 +5569 -18330 +16219 -12776 +6841 1421 -18262 -7798 +-6984 -11254 +19734 -11967 +4950 -29302 +-9463 12391 +16733 -13197 +-5063 16180 +-2881 1616 -16021 -14592 +-14575 -23352 +15629 746 +-8695 -8490 +18524 -4091 +-5271 -13170 +1866 -23382 +-6363 -5921 -7485 -34070 +-19157 -5110 +12446 -4145 +-15844 -36725 +8738 -34627 +1874 -14164 +34725 -7730 +3980 -46549 32162 10493 +-4391 -47682 +7935 -17789 +-14653 -1380 +-347 -4190 +16024 -2986 +-3886 -365 +7487 -4337 19981 -21670 +15572 -18696 +-9306 -14949 +31837 4995 +-20522 420 +-297 -4215 +-25068 -23295 +-1197 -15480 31553 9228 +-2010 14766 +565 -462 +31678 -703 +-11686 -34295 +6316 -7679 +-14316 -4598 +-10264 -1974 2216 -24024 +16759 -3130 +3681 14182 +9134 -2701 +4428 -4129 +4595 4864 +216 1721 +28733 -1254 2061 17956 diff --git a/AI_Engine_Development/AIE-ML/Design_Tutorials/07-Channelizer-Using-Vitis-Libraries/aie/channelizer/data/fft_back_o_6.txt b/AI_Engine_Development/AIE-ML/Design_Tutorials/07-Channelizer-Using-Vitis-Libraries/aie/channelizer/data/fft_back_o_6.txt index e53ab21012..c5f620cdde 100644 --- a/AI_Engine_Development/AIE-ML/Design_Tutorials/07-Channelizer-Using-Vitis-Libraries/aie/channelizer/data/fft_back_o_6.txt +++ b/AI_Engine_Development/AIE-ML/Design_Tutorials/07-Channelizer-Using-Vitis-Libraries/aie/channelizer/data/fft_back_o_6.txt @@ -1,2048 +1,2048 @@ 4875 -6817 +11370 -7579 +9261 -9062 +10149 -5480 +9681 -6660 +11000 -6844 +11887 -3681 +10937 907 14261 572 +9567 -1135 +15518 -2363 +8096 806 +9916 -1 +12362 239 +11461 4183 +10573 5673 8411 7860 +7473 2483 +4641 10797 +3798 7327 +-34 9396 +4393 4294 +144 4891 +3451 8674 114 1286 +4375 -3011 +-848 2119 +1526 7885 +3794 4508 +2902 4967 +2557 6458 +4236 4688 1416 3825 +6168 1477 +2942 -1151 +2181 5278 +10268 4621 +9618 10706 +11259 6942 +5156 9968 3090 7126 +3745 12762 +4666 13366 +2112 14423 +-1720 8284 +-2827 12930 +-4109 11869 +-4231 7790 -5983 10176 +-9818 6391 +-14046 11091 +-9760 10496 +-11860 6865 +-5526 2542 +-13259 -490 +-7853 3084 -8246 -6666 +-8153 -401 +-5237 112 +-6920 -3066 +-5147 271 +-3064 -1752 +-4097 -2074 +-3326 -439 -2955 5112 +-4314 414 +-5485 -2343 +-10797 -709 +-10395 2182 +-11224 3855 +-7415 -582 +-8462 961 -14128 -265 +-13985 -3250 +-15492 -4038 +-9756 -7921 +-7575 -6033 +-7333 -7788 +-6881 -8888 +-7089 -8309 -5893 -13536 +-5806 -15975 +-4608 -10845 +191 -14965 +-2043 -8879 +-761 -13067 +-1833 -11334 +3802 -13906 5205 -13604 +4342 -8051 +1725 -8610 +4585 -7211 +5649 -7959 +7001 -3793 +6730 -6656 +8409 -11699 9847 -9418 +7546 -5846 +4145 -5792 +7947 -6306 +11481 -3092 +8945 -3643 +8202 702 +7558 -83 3967 3765 +3180 2307 +314 2435 +2286 379 +-9 816 +3182 9 +-3768 523 +-4477 1198 -969 -1131 +-3905 -1049 +-847 -4962 +-658 -9159 +455 -7303 +4883 -6190 +3196 -12509 +7259 -9396 9550 -5852 +9322 -6907 +11848 -1260 +9688 -1257 +11267 603 +10618 4770 +9890 6854 +10442 6227 10549 8095 +7481 13378 +2572 8247 +3225 12046 +377 14916 +-3540 9392 +-5122 10872 +-4276 7730 -9444 5230 +-11370 6668 +-8516 -568 +-11127 453 +-12181 927 +-4978 -1106 +-9792 -1885 +-8477 -5500 -4700 -9605 +-6426 -11700 +-4695 -7569 +-3996 -7755 +2865 -8207 +-1792 -6545 +-1059 -4934 +-260 -8669 -1460 -9413 +3202 -4973 +5512 -6648 +5284 -11549 +5998 -5390 +4777 -7535 +4515 -9372 +4756 -6857 5057 -8158 +-1647 -5965 +3888 -3009 +5210 -5553 +6116 -7155 +7523 -8345 +5350 -4831 +2706 -2432 7817 -2014 +2104 -2615 +8473 -2443 +7309 -1681 +5768 -3448 +6193 -3238 +2701 -118 +3523 -1237 -1398 -2760 +5716 -2779 +2611 -705 +4205 -396 +4665 358 +1768 529 +5854 -2161 +1079 -805 5368 -1604 +1690 1185 +2914 715 +3414 -1941 +50 526 +2958 -1423 +3767 -3764 +644 -6611 2592 -2649 +2783 2105 +-1902 1357 +-5716 2016 +-1423 -1140 +-3072 -263 +153 -7962 +-2945 -3961 -923 -3662 +-781 -1891 +1456 -5382 +2835 -6560 +624 -5013 +1243 -10234 +3946 -7807 +4506 -7714 4034 -5970 +1229 -6953 +3609 -5043 +3840 -935 +2835 -311 +5479 -2395 +8613 1839 +7740 -1446 4391 3078 +5811 222 +4015 2954 +5494 3667 +3570 5574 +2752 4332 +782 4935 +53 6934 -550 2155 +-1299 2396 +-2422 1024 +-7692 2300 +-4831 -606 +-8058 1237 +-1506 175 +-5493 -4583 -11705 -9214 +-5420 -5360 +-6402 -8355 +-6162 -7970 +-5138 -12382 +-4996 -13947 +-6050 -14553 +-2963 -12038 -766 -19780 +-554 -15230 +3083 -14221 +4236 -13839 +4212 -19164 +6877 -15132 +8996 -13326 +8924 -13373 13677 -14003 +13810 -13817 +15753 -8948 +19531 -7636 +13073 -9228 +13810 -6437 +16225 -1549 +15515 -283 15553 2101 +13648 785 +11633 4300 +12179 3898 +10349 6216 +8248 3276 +7951 3005 +8775 8347 1927 3666 +5296 5624 +1318 4308 +599 2782 +-3625 -3476 +435 2892 +337 2067 +-1880 2143 4478 -6591 +265 -3227 +3473 -3793 +1154 -5025 +3302 -1756 +9226 -256 +4278 -4215 +3544 -2724 10290 -1993 +4043 -2597 +5181 -6045 +8691 -2524 +3154 -3149 +4986 -5760 +4512 -2907 +5570 -6192 7751 -7570 -9946 -2668 -9908 -2089 -6158 7118 -2793 7770 -5629 888 -2990 9348 -84 597 -3014 -3050 -11999 -595 -10324 12617 --568 9343 -7083 7677 --4973 14450 --14341 1554 -1049 -929 -260 2567 --1048 1311 --6279 -1 --4575 992 -3438 -6505 --2862 6370 --13258 -3797 --2221 -4151 -109 -8607 --3650 -5600 --1932 -6473 -3216 -10949 -11370 -7579 -9567 -1135 -7473 2483 -4375 -3011 -6168 1477 -3745 12762 --9818 6391 --8153 -401 --4314 414 --13985 -3250 --5806 -15975 -4342 -8051 -7546 -5846 -3180 2307 --3905 -1049 -9322 -6907 -7481 13378 --11370 6668 --6426 -11700 -3202 -4973 --1647 -5965 -2104 -2615 -5716 -2779 -1690 1185 -2783 2105 --781 -1891 -1229 -6953 -5811 222 --1299 2396 --5420 -5360 --554 -15230 -13810 -13817 -13648 785 -5296 5624 -265 -3227 -4043 -2597 1863 -6768 +6087 -2058 +5584 -4147 +7074 -6206 +1042 -6481 +7083 -3861 +9181 -2087 +9946 -2668 7677 -381 +7321 -3752 +7504 1395 +10151 -424 +11399 -3836 +12707 5203 +13453 2598 +9908 -2089 12077 -960 +11627 -1366 +13789 2740 +13363 3318 +10936 6444 +12883 7382 +12031 4994 +6158 7118 9103 6435 +5614 2894 +6155 3457 +5586 6352 +6933 6832 +5414 4163 +2449 5092 +2793 7770 6586 8290 +89 2419 +2545 4303 +3543 5964 +2078 4387 +8595 -1540 +4522 -783 +5629 888 7050 -1013 +7318 1732 +9589 2254 +9441 5657 +9010 513 +4097 6608 +4571 1256 +2990 9348 2532 8130 +6507 6977 +2585 2543 +4415 8796 +8277 9381 +1964 2692 +6272 4239 +84 597 3972 -1443 +3175 2052 +3489 2288 +4069 -1001 +2764 4500 +4616 2416 +2138 94 +3014 -3050 1870 -2128 +2950 -2244 +4267 -1637 +5725 -2822 +6278 -3540 +7652 -1344 +8371 1003 +11999 -595 11124 2370 +15563 6853 +10205 9711 +8513 4126 +9751 8073 +5873 5907 +3018 7084 +10324 12617 9811 12866 +5619 13734 +2887 10615 +4677 11985 +2379 13864 +3987 9120 +2385 11416 +-568 9343 2932 9240 +84 5858 +3120 3924 +390 5310 +823 7121 +5528 7801 +5990 6609 +7083 7677 3961 11848 +3722 12659 +-437 11272 +-643 11332 +288 11352 +368 14256 +-2268 12572 +-4973 14450 -8096 12607 +-10777 14359 +-8212 9941 +-10850 8885 +-8935 11163 +-13651 8067 +-12085 10586 +-14341 1554 -7483 1051 +-12642 2362 +-12313 5234 +-6969 1712 +-5770 -431 +-3629 -1007 +-1214 -2194 +1049 -929 -6442 -1948 +-4631 -1564 +-3184 582 +-1185 -1780 +-5449 -1010 +227 1317 +403 1616 +260 2567 1240 1180 +-3245 1246 +-2859 6469 +-2545 4084 +-3983 4788 +-1356 -1577 +-5147 539 +-1048 1311 -2349 -1779 +658 1565 +-3466 -767 +-215 2140 +-6097 460 +-2115 -189 +-2913 -2239 +-6279 -1 -3405 -2725 +-3822 -12 +-3268 -6693 +-1588 -1671 +2594 -3444 +-134 -1434 +732 -1393 +-4575 992 -258 -1316 +-460 -2959 +323 -5752 +832 -4250 +-1230 -329 +-1070 -2820 +-1038 -2364 +3438 -6505 -1091 1615 +2942 2359 +2860 -34 +4495 1918 +4494 3085 +-281 1792 +-299 7867 +-2862 6370 -3210 4689 +-7262 3681 +-3690 7527 +-6049 3179 +-5441 4278 +-7159 4244 +-10908 734 +-13258 -3797 -7594 -7361 +-5685 -5613 +-1635 -5801 +-2643 -5287 +-4443 -7509 +-4207 -5571 +-3887 -6821 +-2221 -4151 -2118 -9275 +-1012 -5502 +3460 -5578 +1847 -2552 +597 -4557 +-1938 -7046 +2675 -967 +109 -8607 -2678 -7234 +-713 -560 +-2246 363 +-4055 -3088 +-5509 -339 +-2452 -6477 +-3468 -4781 +-3650 -5600 -2499 -4995 +67 -4151 +-5930 -4964 +-2714 -4151 +-4584 -4792 +-286 -6544 +1282 -8056 +-1932 -6473 -2099 -3794 +-2201 -6863 +5312 -14052 +4507 -6284 +2506 -8166 +-4132 -6253 +2411 -8143 +3216 -10949 3730 -3601 -9261 -9062 -15518 -2363 -4641 10797 --848 2119 -2942 -1151 -4666 13366 --14046 11091 --5237 112 --5485 -2343 --15492 -4038 --4608 -10845 -1725 -8610 -4145 -5792 -314 2435 --847 -4962 -11848 -1260 -2572 8247 --8516 -568 --4695 -7569 -5512 -6648 -3888 -3009 -8473 -2443 -2611 -705 -2914 715 --1902 1357 -1456 -5382 -3609 -5043 -4015 2954 --2422 1024 --6402 -8355 -3083 -14221 -15753 -8948 -11633 4300 -1318 4308 -3473 -3793 -5181 -6045 -6087 -2058 -7321 -3752 -11627 -1366 -5614 2894 -89 2419 -7318 1732 -6507 6977 -3175 2052 -2950 -2244 -15563 6853 -5619 13734 -84 5858 -3722 12659 --10777 14359 --12642 2362 --4631 -1564 --3245 1246 -658 1565 --3822 -12 --460 -2959 -2942 2359 --7262 3681 --5685 -5613 --1012 -5502 --713 -560 -67 -4151 --2201 -6863 4063 -7711 -10149 -5480 -8096 806 -3798 7327 -1526 7885 -2181 5278 -2112 14423 --9760 10496 --6920 -3066 --10797 -709 --9756 -7921 -191 -14965 -4585 -7211 -7947 -6306 -2286 379 --658 -9159 -9688 -1257 -3225 12046 --11127 453 --3996 -7755 -5284 -11549 -5210 -5553 -7309 -1681 -4205 -396 -3414 -1941 --5716 2016 -2835 -6560 -3840 -935 -5494 3667 --7692 2300 --6162 -7970 -4236 -13839 -19531 -7636 -12179 3898 -599 2782 -1154 -5025 -8691 -2524 -5584 -4147 -7504 1395 -13789 2740 -6155 3457 -2545 4303 -9589 2254 -2585 2543 -3489 2288 -4267 -1637 -10205 9711 -2887 10615 -3120 3924 --437 11272 --8212 9941 --12313 5234 --3184 582 --2859 6469 --3466 -767 --3268 -6693 -323 -5752 -2860 -34 --3690 7527 --1635 -5801 -3460 -5578 --2246 363 --5930 -4964 -5312 -14052 2111 -8314 -9681 -6660 -9916 -1 --34 9396 -3794 4508 -10268 4621 --1720 8284 --11860 6865 --5147 271 --10395 2182 --7575 -6033 --2043 -8879 -5649 -7959 -11481 -3092 --9 816 -455 -7303 -11267 603 -377 14916 --12181 927 -2865 -8207 -5998 -5390 -6116 -7155 -5768 -3448 -4665 358 -50 526 --1423 -1140 -624 -5013 -2835 -311 -3570 5574 --4831 -606 --5138 -12382 -4212 -19164 -13073 -9228 -10349 6216 --3625 -3476 -3302 -1756 -3154 -3149 -7074 -6206 -10151 -424 -13363 3318 -5586 6352 -3543 5964 -9441 5657 -4415 8796 -4069 -1001 -5725 -2822 -8513 4126 -4677 11985 -390 5310 --643 11332 --10850 8885 --6969 1712 --1185 -1780 --2545 4084 --215 2140 --1588 -1671 -832 -4250 -4495 1918 --6049 3179 --2643 -5287 -1847 -2552 --4055 -3088 --2714 -4151 -4507 -6284 7725 -7148 -11000 -6844 -12362 239 -4393 4294 -2902 4967 -9618 10706 --2827 12930 --5526 2542 --3064 -1752 --11224 3855 --7333 -7788 --761 -13067 -7001 -3793 -8945 -3643 -3182 9 -4883 -6190 -10618 4770 --3540 9392 --4978 -1106 --1792 -6545 -4777 -7535 -7523 -8345 -6193 -3238 -1768 529 -2958 -1423 --3072 -263 -1243 -10234 -5479 -2395 -2752 4332 --8058 1237 --4996 -13947 -6877 -15132 -13810 -6437 -8248 3276 -435 2892 -9226 -256 -4986 -5760 -1042 -6481 -11399 -3836 -10936 6444 -6933 6832 -2078 4387 -9010 513 -8277 9381 -2764 4500 -6278 -3540 -9751 8073 -2379 13864 -823 7121 -288 11352 --8935 11163 --5770 -431 --5449 -1010 --3983 4788 --6097 460 -2594 -3444 --1230 -329 -4494 3085 --5441 4278 --4443 -7509 -597 -4557 --5509 -339 --4584 -4792 -2506 -8166 661 -5012 -11887 -3681 -11461 4183 -144 4891 -2557 6458 -11259 6942 --4109 11869 --13259 -490 --4097 -2074 --7415 -582 --6881 -8888 --1833 -11334 -6730 -6656 -8202 702 --3768 523 -3196 -12509 -9890 6854 --5122 10872 --9792 -1885 --1059 -4934 -4515 -9372 -5350 -4831 -2701 -118 -5854 -2161 -3767 -3764 -153 -7962 -3946 -7807 -8613 1839 -782 4935 --1506 175 --6050 -14553 -8996 -13326 -16225 -1549 -7951 3005 -337 2067 -4278 -4215 -4512 -2907 -7083 -3861 -12707 5203 -12883 7382 -5414 4163 -8595 -1540 -4097 6608 -1964 2692 -4616 2416 -7652 -1344 -5873 5907 -3987 9120 -5528 7801 -368 14256 --13651 8067 --3629 -1007 -227 1317 --1356 -1577 --2115 -189 --134 -1434 --1070 -2820 --281 1792 --7159 4244 --4207 -5571 --1938 -7046 --2452 -6477 --286 -6544 --4132 -6253 6199 -9838 -10937 907 -10573 5673 -3451 8674 -4236 4688 -5156 9968 --4231 7790 --7853 3084 --3326 -439 --8462 961 --7089 -8309 -3802 -13906 -8409 -11699 -7558 -83 --4477 1198 -7259 -9396 -10442 6227 --4276 7730 --8477 -5500 --260 -8669 -4756 -6857 -2706 -2432 -3523 -1237 -1079 -805 -644 -6611 --2945 -3961 -4506 -7714 -7740 -1446 -53 6934 --5493 -4583 --2963 -12038 -8924 -13373 -15515 -283 -8775 8347 --1880 2143 -3544 -2724 -5570 -6192 -9181 -2087 -13453 2598 -12031 4994 -2449 5092 -4522 -783 -4571 1256 -6272 4239 -2138 94 -8371 1003 -3018 7084 -2385 11416 -5990 6609 --2268 12572 --12085 10586 --1214 -2194 -403 1616 --5147 539 --2913 -2239 -732 -1393 --1038 -2364 --299 7867 --10908 734 --3887 -6821 -2675 -967 --3468 -4781 -1282 -8056 -2411 -8143 5835 -8407 6712 -1675 +2251 -9223 +2505 14044 +2286 9766 +4214 13394 +9540 5848 +4101 7875 +-10412 5855 3967 2300 +-5781 11504 +-18688 -4547 +2186 -6352 +-6054 -2261 +-6809 503 +-3370 -7056 +369 -3079 -728 1998 +3854 2363 +23 1955 +-2425 6117 +-531 -2570 +-694 -3355 +4902 1253 +2372 -6319 -4792 2146 +-10451 10203 +3473 10492 +8690 5790 +2158 6956 +3218 -1424 +-2444 5203 +-542 15820 -1834 5949 +-11837 6959 +7638 19868 +5056 14503 +-13427 6626 +-20113 -1020 +-11242 12967 +-14150 7393 -4310 10082 +-7782 1599 +-12253 -123 +-11426 10590 +-5648 -2022 +-6973 8558 +-7584 8455 +-7182 4783 -18749 6358 +-9928 4795 +-2027 -574 +-3698 -4406 +-14881 -1366 +-6504 -3678 +-4996 8845 +-682 -4953 -13527 8833 +-8194 2584 +-499 3577 +-9357 -2104 +-8464 6548 +-15057 7011 +-15373 6577 +-14813 5247 -5278 2707 +-561 -955 +-13648 5521 +7002 4546 +-11 1127 +-8820 -9242 +-9713 5219 +-12908 -1054 -6737 6072 +-8004 -804 +-3438 -521 +2984 7668 +-15632 1570 +-9859 6495 +-8791 -3236 +-17960 302 -9872 4143 +-4564 10890 +-10701 -807 +-10827 7230 +-15661 1462 +-23919 3517 +-13392 5125 +-18499 -4075 -20466 1210 +-12853 -5522 +-12739 -10491 +-11177 -17297 +-19843 -12128 +-16248 -20914 +-20458 -18955 +-24454 -7735 -16571 -8513 +-9867 -21510 +-1702 -20332 +-2566 -11673 +293 -19237 +-2425 -6752 +-7651 -9124 +341 -11281 5123 -20136 +3260 -16117 +5146 -9045 +9421 -9113 +5563 -5317 +-286 -6930 +7348 -9428 +13219 -6154 786 -544 +7377 -3149 +5667 3663 +9693 8770 +5442 2488 +-5127 5094 +14303 -3977 +11951 -281 12796 2336 +356 8630 +12236 7666 +884 6867 +906 5646 +10709 6961 +2364 5973 +1629 4228 -10966 5543 +-11529 1989 +-12699 17154 +-8328 7540 +-8906 4562 +-6057 8507 +-13577 8897 +-15710 3075 508 -5383 +-8073 -3250 +-4470 4936 +-2637 2912 +-10077 -560 +-13727 7705 +-6200 -11708 +-7213 590 -11214 51 +-11013 5758 +-5387 -3244 +-5948 -3694 +-3390 8911 +-14307 -15114 +-11929 -2884 +-6575 -8884 -4689 1551 +-1360 -1373 +-6849 1076 +-17835 7571 +-7369 5128 +-13383 5440 +-11406 6713 +1554 2353 -29354 -1398 --15138 -13478 -337 -12386 +-3909 2596 +-22656 -7961 +-17485 -4242 +-9687 -7286 +-16768 -6738 +-8036 3067 +-1484 -23168 +-15138 -13478 +-14849 -10643 +-6156 -11411 +-13447 -15231 +4137 -7036 +-10050 -2755 +-1894 -3025 +-6266 -9612 +337 -12386 +-13160 -2176 +10461 -3436 +5976 -3972 +-662 -13951 +8556 -543 +-6433 -5216 +3735 -4131 -6231 5124 +-4232 -13495 +-2935 -4199 +-7058 -4647 +-10844 -3714 +-3541 -6598 +-12702 -7153 +4163 -4905 3504 -2223 +1163 -8417 +1755 -3672 +6681 -5861 +-10899 -4632 +-3891 -1069 +-12830 -8073 +-3959 6737 -1795 1739 +4665 -10079 +-249 -6639 +-8370 1182 +-8794 3092 +-9641 9116 +-6337 4570 +-8826 396 -649 -1542 +-3604 -5682 +-3867 -2172 +155 -8261 +1666 -12523 +-2346 -10927 +-11356 -14643 +1879 -9872 1813 -12095 +-13817 -13993 +-9189 -23696 +1414 -19745 +-3104 -4588 +8354 -14960 +6038 -6887 +11422 -17269 8885 -5982 +11436 -7964 +10632 -2827 +21109 -13082 +4774 5102 +10095 2584 +-2609 -3832 +2408 3715 9187 -141 +-5482 -16240 +-3229 4570 +11497 6096 +7745 -2120 +9342 -5857 +17202 -6308 +11719 -5913 13921 1707 +16383 4399 +11814 13831 +9148 53 +18539 11132 +14878 -2978 +13853 -631 +11834 -557 8800 6102 +8601 8107 +-1639 -3002 +1578 8673 +16704 14920 +4902 14014 +-11149 19712 +1103 6480 -6584 825 +-1929 2805 +-273 3622 +-5250 12518 +302 -2250 +1736 16546 +-1373 5477 +-9546 -6887 6677 -7163 +5931 -5239 +-2274 -2683 +-7087 -3442 +-2895 4865 +1693 3456 +503 4703 +13477 -13824 -4710 3419 +-979 -5883 +6036 -3419 +6217 -4993 +5837 802 +2316 849 +16888 2110 +16297 7023 5521 16947 +15164 6586 +9688 14835 +1229 -3200 +11727 -998 +-481 14263 +7162 10280 +-3915 9149 -1022 8669 +16418 6560 +9134 19531 +6870 2318 +586 17534 +752 11477 +-791 24060 +9771 12940 5848 16585 +5302 14527 +4166 20680 +7327 12508 +9744 13782 +771 23153 +-2770 6611 +-14697 16627 3149 21961 +-3401 14680 +-13059 18594 +-7920 15913 +-13045 17963 +-8964 15006 +-13001 19458 +-15628 21562 -17018 9303 +-8903 17610 +-21218 9174 +-16839 1808 +-12987 4026 +-18343 7597 +-15951 -1944 +-9821 -4134 -1400 -4471 +-13529 293 +-6620 4549 +460 852 +-6335 -5777 +9490 -4758 +-5109 -6437 +128 2608 5023 3187 +-670 1467 +-7903 -2577 +-3024 11099 +-12622 5527 +-336 13837 +-4956 822 +-7005 14037 -5164 11404 +11119 4126 +-9507 17605 +-3406 13307 +-3625 9899 +-2930 2528 +-1573 10807 +-15362 14086 -6337 20243 +-13523 19174 +-11033 5533 +71 10637 +-8328 9347 +-6411 19723 +-5782 14290 +-18788 7442 -9260 5323 +-9264 -3645 +-9944 4460 +-26428 1172 +-12072 9298 +-13894 2854 +-14156 6931 +-15677 -938 -16684 3422 +-20819 6251 +-5017 -3863 +-11568 13656 +-15765 16860 +-12859 -2433 +-8464 9618 +-6138 937 -9779 8659 +-14661 12480 +-8357 -7932 +-13709 4239 +-8162 8325 +-14375 3121 +-20166 8293 +-16277 -4162 -17185 -5794 +-12609 2181 +-14041 2357 +-20351 1976 +-19366 -7480 +-10352 -12575 +-15004 -9031 +-19642 -3677 -9126 623 +-14525 -9503 +-6813 -12800 +-8836 -15036 +-7106 -12478 +-13827 2763 +-15795 -14377 +-9612 -3235 -7776 -8551 +2075 -155 +-3032 -8220 +2412 5894 +-2600 4319 +-8728 -5563 +-7895 6488 +-7241 21 -10480 -6509 +-6215 5450 +-13266 608 +732 102 +-7751 13510 +-6983 -3938 +-10794 -7976 +-6544 -6732 -7974 2568 +-11639 -200 +-5962 11791 +-17659 -4428 +-6067 8466 +-238 -9728 +-4735 3724 +-2032 6817 -15722 32 +-15264 13333 +-2964 -1515 +-6677 -827 +-108 -4410 +-15527 -4903 +-17288 -2398 +-4017 -573 -10156 -7528 +-9596 2560 +137 965 +-11033 5040 +-7957 11033 +-10324 2467 +3533 5840 +-11166 7668 -11945 -1214 +-11370 2151 +-14366 4782 +-3723 9101 +-10206 -454 +2384 6543 +-16955 2815 +-16310 5274 -7141 -9272 +-20523 7112 +-23206 5228 +-19738 -4699 +-11870 -5620 +-18028 -8596 +-8988 7700 +-17027 -6759 -12790 -3225 --4305 -8777 --2407 12548 --18415 -18821 -230 -4457 -4744 -5223 --11375 -8487 -3356 -11663 -2251 -9223 --5781 11504 -3854 2363 --10451 10203 --11837 6959 --7782 1599 --9928 4795 --8194 2584 --561 -955 --8004 -804 --4564 10890 --12853 -5522 --9867 -21510 -3260 -16117 -7377 -3149 -356 8630 --11529 1989 --8073 -3250 --11013 5758 --1360 -1373 --3909 2596 --14849 -10643 --13160 -2176 --4232 -13495 -1163 -8417 -4665 -10079 --3604 -5682 --13817 -13993 -11436 -7964 --5482 -16240 -16383 4399 -8601 8107 --1929 2805 -5931 -5239 --979 -5883 -15164 6586 -16418 6560 -5302 14527 --3401 14680 --8903 17610 --13529 293 --670 1467 -11119 4126 --13523 19174 --9264 -3645 --20819 6251 --14661 12480 --12609 2181 --14525 -9503 -2075 -155 --6215 5450 --11639 -200 --15264 13333 --9596 2560 --11370 2151 --20523 7112 -5685 -10253 --2086 1373 --12263 5497 --12192 -18553 -4999 391 --6587 6237 --11031 -25364 -11568 -23498 -2505 14044 --18688 -4547 -23 1955 -3473 10492 -7638 19868 --12253 -123 --2027 -574 --499 3577 --13648 5521 --3438 -521 --10701 -807 --12739 -10491 --1702 -20332 -5146 -9045 -5667 3663 -12236 7666 --12699 17154 --4470 4936 --5387 -3244 --6849 1076 --22656 -7961 --6156 -11411 -10461 -3436 --2935 -4199 -1755 -3672 --249 -6639 --3867 -2172 --9189 -23696 -10632 -2827 --3229 4570 -11814 13831 --1639 -3002 --273 3622 --2274 -2683 -6036 -3419 -9688 14835 -9134 19531 -4166 20680 --13059 18594 --21218 9174 --6620 4549 --7903 -2577 --9507 17605 --11033 5533 --9944 4460 --5017 -3863 --8357 -7932 --14041 2357 --6813 -12800 --3032 -8220 --13266 608 --5962 11791 --2964 -1515 -137 965 --14366 4782 --23206 5228 -8479 -16810 --18813 -7008 --12187 6515 --13617 -12186 -6086 -5250 --9813 -2931 --9357 -22656 -16219 -12011 -2286 9766 -2186 -6352 --2425 6117 -8690 5790 -5056 14503 --11426 10590 --3698 -4406 --9357 -2104 -7002 4546 -2984 7668 --10827 7230 --11177 -17297 --2566 -11673 -9421 -9113 -9693 8770 -884 6867 --8328 7540 --2637 2912 --5948 -3694 --17835 7571 --17485 -4242 --13447 -15231 -5976 -3972 --7058 -4647 -6681 -5861 --8370 1182 -155 -8261 -1414 -19745 -21109 -13082 -11497 6096 -9148 53 -1578 8673 --5250 12518 --7087 -3442 -6217 -4993 -1229 -3200 -6870 2318 -7327 12508 --7920 15913 --16839 1808 -460 852 --3024 11099 --3406 13307 -71 10637 --26428 1172 --11568 13656 --13709 4239 --20351 1976 --8836 -15036 -2412 5894 -732 102 --17659 -4428 --6677 -827 --11033 5040 --3723 9101 --19738 -4699 -6503 4531 +-11539 -10834 +-13243 -10979 +-17160 -11965 +-9701 -3763 +-4305 -8777 +-2086 1373 +-18813 -7008 -5345 -7229 +-8560 -8142 +-16030 -3173 +-6188 -5679 +-4676 -6289 +-2407 12548 +-12263 5497 +-12187 6515 -22922 1033 +-11719 -7913 +-8384 -3416 +-11586 -13471 +-19151 -9609 +-18415 -18821 +-12192 -18553 +-13617 -12186 -7144 -13133 +-8458 -20249 +-3647 -19664 +-8513 -14417 +2384 -14896 +230 -4457 +4999 391 +6086 -5250 2769 -8961 +-1582 5565 +-2104 -9534 +1356 9585 +-7728 576 +4744 -5223 +-6587 6237 +-9813 -2931 -9426 5699 +-11016 -8037 +-9639 -6500 +-15273 -3163 +-21968 -17482 +-11375 -8487 +-11031 -25364 +-9357 -22656 81 -1579 +-6218 -22033 +2847 -17732 +2634 -16149 +-6174 -16145 +3356 -11663 +11568 -23498 +16219 -12011 12766 -9637 -4214 13394 --6054 -2261 --531 -2570 -2158 6956 --13427 6626 --5648 -2022 --14881 -1366 --8464 6548 --11 1127 --15632 1570 --15661 1462 --19843 -12128 -293 -19237 -5563 -5317 -5442 2488 -906 5646 --8906 4562 --10077 -560 --3390 8911 --7369 5128 --9687 -7286 -4137 -7036 --662 -13951 --10844 -3714 --10899 -4632 --8794 3092 -1666 -12523 --3104 -4588 -4774 5102 -7745 -2120 -18539 11132 -16704 14920 -302 -2250 --2895 4865 -5837 802 -11727 -998 -586 17534 -9744 13782 --13045 17963 --12987 4026 --6335 -5777 --12622 5527 --3625 9899 --8328 9347 --12072 9298 --15765 16860 --8162 8325 --19366 -7480 --7106 -12478 --2600 4319 --7751 13510 --6067 8466 --108 -4410 --7957 11033 --10206 -454 --11870 -5620 --11539 -10834 --8560 -8142 --11719 -7913 --8458 -20249 --1582 5565 --11016 -8037 --6218 -22033 2565 -4291 -9540 5848 --6809 503 --694 -3355 -3218 -1424 --20113 -1020 --6973 8558 --6504 -3678 --15057 7011 --8820 -9242 --9859 6495 --23919 3517 --16248 -20914 --2425 -6752 --286 -6930 --5127 5094 -10709 6961 --6057 8507 --13727 7705 --14307 -15114 --13383 5440 --16768 -6738 --10050 -2755 -8556 -543 --3541 -6598 --3891 -1069 --9641 9116 --2346 -10927 -8354 -14960 -10095 2584 -9342 -5857 -14878 -2978 -4902 14014 -1736 16546 -1693 3456 -2316 849 --481 14263 -752 11477 -771 23153 --8964 15006 --18343 7597 -9490 -4758 --336 13837 --2930 2528 --6411 19723 --13894 2854 --12859 -2433 --14375 3121 --10352 -12575 --13827 2763 --8728 -5563 --6983 -3938 --238 -9728 --15527 -4903 --10324 2467 -2384 6543 --18028 -8596 --13243 -10979 --16030 -3173 --8384 -3416 --3647 -19664 --2104 -9534 --9639 -6500 -2847 -17732 8178 -7655 -4101 7875 --3370 -7056 -4902 1253 --2444 5203 --11242 12967 --7584 8455 --4996 8845 --15373 6577 --9713 5219 --8791 -3236 --13392 5125 --20458 -18955 --7651 -9124 -7348 -9428 -14303 -3977 -2364 5973 --13577 8897 --6200 -11708 --11929 -2884 --11406 6713 --8036 3067 --1894 -3025 --6433 -5216 --12702 -7153 --12830 -8073 --6337 4570 --11356 -14643 -6038 -6887 --2609 -3832 -17202 -6308 -13853 -631 --11149 19712 --1373 5477 -503 4703 -16888 2110 -7162 10280 --791 24060 --2770 6611 --13001 19458 --15951 -1944 --5109 -6437 --4956 822 --1573 10807 --5782 14290 --14156 6931 --8464 9618 --20166 8293 --15004 -9031 --15795 -14377 --7895 6488 --10794 -7976 --4735 3724 --17288 -2398 -3533 5840 --16955 2815 --8988 7700 --17160 -11965 --6188 -5679 --11586 -13471 --8513 -14417 -1356 9585 --15273 -3163 -2634 -16149 6605 553 --10412 5855 -369 -3079 -2372 -6319 --542 15820 --14150 7393 --7182 4783 --682 -4953 --14813 5247 --12908 -1054 --17960 302 --18499 -4075 --24454 -7735 -341 -11281 -13219 -6154 -11951 -281 -1629 4228 --15710 3075 --7213 590 --6575 -8884 -1554 2353 --1484 -23168 --6266 -9612 -3735 -4131 -4163 -4905 --3959 6737 --8826 396 -1879 -9872 -11422 -17269 -2408 3715 -11719 -5913 -11834 -557 -1103 6480 --9546 -6887 -13477 -13824 -16297 7023 --3915 9149 -9771 12940 --14697 16627 --15628 21562 --9821 -4134 -128 2608 --7005 14037 --15362 14086 --18788 7442 --15677 -938 --6138 937 --16277 -4162 --19642 -3677 --9612 -3235 --7241 21 --6544 -6732 --2032 6817 --4017 -573 --11166 7668 --16310 5274 --17027 -6759 --9701 -3763 --4676 -6289 --19151 -9609 -2384 -14896 --7728 576 --21968 -17482 --6174 -16145 15547 8718 5599 -8986 +460 14936 +12749 -12967 +8654 -9315 +1437 1604 +-9708 10545 +1296 -2699 +17563 1985 -21739 -1391 +13588 -6815 +10001 22064 +-3477 16552 +7835 8879 +562 11965 +-1408 15728 +-4985 6639 4061 5998 +-4178 9174 +-569 -6670 +3778 -4946 +8209 3306 +-5401 14937 +-192 6095 +-9580 528 21447 6408 -1156 22028 -4618 1903 --6460 -18044 +13235 2562 +4157 240 +-65 -8099 +265 3341 +1140 16499 +1151 15989 +2108 -11769 +1156 22028 +6541 13214 +-7838 -1357 +-17501 -5183 +-5973 11527 +-5184 14836 +-5436 4472 +21184 6292 +4618 1903 +-15775 2976 +-7402 4272 +-6454 -9576 +-5689 39168 +-18127 -13396 +-6091 -5149 +-20128 -5293 +-6460 -18044 +-4632 -9316 +-8515 -14280 +-13133 -5034 +21261 -17380 +-15710 -3688 +-483 -17360 +-10950 1406 15368 -5101 +3794 -5197 +-8029 -16855 +12881 -473 +-6606 -18680 +4856 -2338 +4486 -24473 +14061 -8244 -342 -23907 +-3273 11414 +10925 -7039 +-11113 -6029 +-9682 -4505 +1302 8696 +2424 4352 +-6283 -652 1148 -12720 +6668 -1644 +-1636 -4270 +-19760 -9307 +-1581 -12735 +-3666 -20967 +376 -10654 +7467 -8643 2443 3214 +-16826 -12308 +2528 -14873 +-11022 -3652 +12417 -23872 +5345 -12780 +-2733 -19245 +-69 5367 8479 -3369 +1976 -8907 +9988 -2519 +-5802 10666 +4805 7444 +-4709 -5734 +15157 -8680 +29624 -10226 10752 -8277 +10695 3027 +18763 6564 +11239 -6536 +-2471 10160 +5706 -1130 +14248 -18853 +4341 -5322 2133 10358 +9525 -1269 +13769 -5323 +-372 91 +3123 304 +1641 15385 +3268 -2395 +-2318 -10175 7343 -6439 +-2651 -9286 +11579 -12296 +-8264 -21342 +6426 -9039 +15487 -10111 +-1421 7253 +-11379 1586 -12931 6417 +1648 -3696 +-20401 819 +-871 -5424 +15654 -3459 +-20144 -7251 +-5212 2789 +-1330 -1972 12328 2643 +23169 853 +33947 -10299 +15267 -7610 +12532 -675 +4793 3884 +12481 -7530 +6398 23446 3754 19780 +10921 12744 +-11882 8631 +-6634 13526 +21905 9041 +1001 -12872 +10965 21229 +-1359 4714 -5491 22352 +6783 11954 +-8576 15128 +-2141 24043 +-19757 -231 +17132 35601 +8036 1008 +-9592 20329 -1713 -7057 +-7007 -596 +-12409 7535 +-750 -527 +-2548 -4588 +8449 3434 +-15092 10875 +-29859 10054 24430 11534 +-8891 2406 +6944 6880 +-1520 4770 +-18769 17409 +-13002 25310 +-8451 -6066 +-20118 31334 -15811 6957 +3927 7737 +-18376 3910 +-1515 5830 +-33042 1845 +-11359 -8377 +-20374 -22486 +2221 9823 -1431 2736 +14940 -6366 +-24321 -9085 +-20717 -9883 +-2244 -6730 +-16780 -10463 +1567 5002 +-14443 9028 -4998 -3993 +-6072 19931 +-10916 -282 +-12074 -201 +-10054 -12674 +-14142 -4363 +5195 2008 +-12861 -7396 -1574 -2726 +-5205 -1670 +-872 -7325 +2689 -11579 +12427 -8944 +14055 -25525 +239 10156 +8806 -28041 2117 -15581 +-11299 -8961 +-666 -1946 +3821 -4538 +14908 -4626 +3101 -11039 +-2454 5148 +2951 4715 -5720 -2615 +-4289 1962 +-10002 -15915 +2992 -14527 +-7268 -11777 +8023 -13384 +8355 -4938 +-15433 3077 2826 -7402 +24023 6575 +15333 16416 +-7277 -5199 +18029 -19590 +-3049 1887 +2021 -6095 +2513 -362 65 -7535 +-4340 -2926 +10801 0 +2126 4108 +14939 312 +3847 -11433 +495 6889 +14997 -10862 2560 13056 +16404 20860 +15334 -16172 +-4394 -16882 +121 -9341 +-7095 9891 +-16777 6581 +-1444 -1399 -5714 13721 +-3702 -16911 +-9889 -42534 +5149 -14196 +-7945 -2331 +-10942 -3504 +-7130 -14036 +3748 -3272 11492 -11239 +17808 -3064 +25928 9742 +9093 -8876 +-1342 -2411 +25875 5698 +24090 -17740 +13594 7624 17875 12560 +11546 21292 +1551 6535 +-5738 -6029 +21449 8090 +3712 -15305 +1456 4339 +18521 14669 -17378 20579 +-4352 12651 +1785 16674 +16898 19848 +9604 14931 +-6428 -6165 +1056 -9480 +-16584 27312 4874 12054 +10770 14396 +-10876 14620 +4725 22181 +5722 -329 +-6833 -10278 +-14358 7090 +-8148 6914 754 -11257 +-4853 -6648 +-9758 -1524 +-2326 25267 +-13603 14425 +2536 -2018 +-3065 -4046 +14093 1769 8581 15036 +-5236 18049 +-11027 -15065 +3306 25296 +1950 -1725 +29261 7360 +16391 -28867 +-7437 -10401 -6124 -4340 +10588 -8082 +3980 -8471 +-8455 -5164 +-22870 3160 +2666 -4512 +-4920 -1455 +12340 3056 -13427 -3879 +-6868 830 +26400 4836 +20037 3893 +11318 12779 +-116 1019 +-1516 -6367 +2997 -2503 20091 13639 --11412 12385 --16517 18572 --5236 -11444 --1951 -25636 --5675 -1315 -22595 7223 -2380 -2312 -8754 25149 --6382 4707 --3917 5632 -31468 23945 --12173 20570 --4510 9770 --4475 18874 --10316 4264 --14854 4418 --10268 -3228 --11286 -7087 --8591 -23367 -7426 5934 -6641 5839 --13198 18647 --328 -3912 --498 -3719 -460 14936 -13588 -6815 --4178 9174 -13235 2562 -6541 13214 --15775 2976 --4632 -9316 -3794 -5197 --3273 11414 -6668 -1644 --16826 -12308 -1976 -8907 -10695 3027 -9525 -1269 --2651 -9286 -1648 -3696 -23169 853 -10921 12744 -6783 11954 --7007 -596 --8891 2406 -3927 7737 -14940 -6366 --6072 19931 --5205 -1670 --11299 -8961 --4289 1962 -24023 6575 --4340 -2926 -16404 20860 --3702 -16911 -17808 -3064 -11546 21292 --4352 12651 -10770 14396 --4853 -6648 --5236 18049 -10588 -8082 --6868 830 -6003 -13877 +13222 7167 +2684 10557 +3167 5005 +4242 1895 +12829 18021 +14068 21182 +-11412 12385 5223 -4334 +2145 11837 +-16497 7611 +-3326 11069 +-15322 11916 +-8116 13896 +-7883 11084 +-16517 18572 -8269 23825 +-5729 12400 +-2984 -3280 +-2433 6290 +-10900 1342 +-3545 15943 +-802 10911 +-5236 -11444 -33385 7154 +-3381 -15013 +-4566 -2773 +-12251 -8276 +-26390 2951 +-21080 6304 +-6533 -18195 +-1951 -25636 -11477 -9715 +-4210 605 +-18402 -11103 +-7769 -4498 +-10751 -36743 +-13100 -16804 +11726 -3660 +-5675 -1315 4850 12539 +6247 -17150 +38609 -5574 +5210 -14768 +24360 -1008 +20606 -8061 +14661 -387 +22595 7223 30495 -5164 +-2745 -4202 +10314 -20943 +28811 -4365 +13462 19690 +14179 6842 +7367 7087 +2380 -2312 6956 -10378 +2738 13723 +20068 7158 +-960 -7 +17098 13929 +15369 2298 +-10151 16250 +8754 25149 -12429 13584 +-1377 8345 +-2841 11121 +5976 18988 +-3000 7787 +8660 7196 +13589 21689 +-6382 4707 12709 22519 +-15367 13791 +7273 23166 +5242 16885 +12627 -7540 +5911 12418 +6730 6944 +-3917 5632 -3150 -5572 +13171 17072 +-1993 -10818 +913 -3774 +1591 10941 +18706 -3590 +5174 -417 +31468 23945 221 6731 +24008 6645 +-6073 1978 +10708 -11082 +-1134 13055 +-949 31622 +-10599 30185 +-12173 20570 8687 34242 +-8028 14071 +2955 20227 +-9727 1300 +948 30581 +-8248 2901 +-16779 3400 +-4510 9770 -6894 -3801 +-17338 22510 +-6285 19129 +-13864 13921 +-3006 258 +-16996 31513 +-22689 3683 +-4475 18874 -4754 14889 +-22971 9604 +4006 17641 +-14232 1002 +1965 16304 +-41209 5882 +-12408 3012 +-10316 4264 -10017 8580 +-18442 -1619 +-36257 -171 +-26903 1568 +-48952 -13465 +-10286 -868 +-6388 -6535 +-14854 4418 -2512 -1967 +4819 -6327 +-11918 -740 +-6395 -2268 +4625 5512 +-14585 -25166 +1486 -8241 +-10268 -3228 -13485 -14554 +-10966 11227 +-5711 -24727 +-6407 6356 +-5363 -263 +8389 6692 +-2996 -24195 +-11286 -7087 -5084 -21141 +24812 -7112 +880 -12956 +-4847 -4277 +5606 -5386 +-5855 -10895 +-44 -6866 +-8591 -23367 -2791 -6647 +1996 -24009 +17794 -12998 +6717 11859 +-4229 562 +-1446 16952 +16619 7020 +7426 5934 14322 21531 +14464 308 +-7788 12648 +9176 4093 +-2295 14616 +19524 14800 +-7556 10622 +6641 5839 -9038 700 +-19350 -1278 +-5342 4614 +-2694 -4589 +-6557 3559 +-12904 -3883 +11741 1478 +-13198 18647 -1098 -2569 +-4965 4965 +-5848 -7370 +-1933 -927 +-2310 -7430 +1858 -12609 +6551 3429 +-328 -3912 3574 11710 +3916 7535 +-5556 -18850 +-4810 2197 +-10422 -8125 +3435 -90 +11342 -6832 +-498 -3719 -2706 169 -12749 -12967 -10001 22064 --569 -6670 -4157 240 --7838 -1357 --7402 4272 --8515 -14280 --8029 -16855 -10925 -7039 --1636 -4270 -2528 -14873 -9988 -2519 -18763 6564 -13769 -5323 -11579 -12296 --20401 819 -33947 -10299 --11882 8631 --8576 15128 --12409 7535 -6944 6880 --18376 3910 --24321 -9085 --10916 -282 --872 -7325 --666 -1946 --10002 -15915 -15333 16416 -10801 0 -15334 -16172 --9889 -42534 -25928 9742 -1551 6535 -1785 16674 --10876 14620 --9758 -1524 --11027 -15065 -3980 -8471 -26400 4836 -13222 7167 -2145 11837 --5729 12400 --3381 -15013 --4210 605 -6247 -17150 --2745 -4202 -2738 13723 --1377 8345 --15367 13791 -13171 17072 -24008 6645 --8028 14071 --17338 22510 --22971 9604 --18442 -1619 -4819 -6327 --10966 11227 -24812 -7112 -1996 -24009 -14464 308 --19350 -1278 --4965 4965 -3916 7535 -7839 -4234 -8654 -9315 --3477 16552 -3778 -4946 --65 -8099 --17501 -5183 --6454 -9576 --13133 -5034 -12881 -473 --11113 -6029 --19760 -9307 --11022 -3652 --5802 10666 -11239 -6536 --372 91 --8264 -21342 --871 -5424 -15267 -7610 --6634 13526 --2141 24043 --750 -527 --1520 4770 --1515 5830 --20717 -9883 --12074 -201 -2689 -11579 -3821 -4538 -2992 -14527 --7277 -5199 -2126 4108 --4394 -16882 -5149 -14196 -9093 -8876 --5738 -6029 -16898 19848 -4725 22181 --2326 25267 -3306 25296 --8455 -5164 -20037 3893 -2684 10557 --16497 7611 --2984 -3280 --4566 -2773 --18402 -11103 -38609 -5574 -10314 -20943 -20068 7158 --2841 11121 -7273 23166 --1993 -10818 --6073 1978 -2955 20227 --6285 19129 -4006 17641 --36257 -171 --11918 -740 --5711 -24727 -880 -12956 -17794 -12998 --7788 12648 --5342 4614 --5848 -7370 --5556 -18850 -3179 -7396 -1437 1604 -7835 8879 -8209 3306 -265 3341 --5973 11527 --5689 39168 -21261 -17380 --6606 -18680 --9682 -4505 --1581 -12735 -12417 -23872 -4805 7444 --2471 10160 -3123 304 -6426 -9039 -15654 -3459 -12532 -675 -21905 9041 --19757 -231 --2548 -4588 --18769 17409 --33042 1845 --2244 -6730 --10054 -12674 -12427 -8944 -14908 -4626 --7268 -11777 -18029 -19590 -14939 312 -121 -9341 --7945 -2331 --1342 -2411 -21449 8090 -9604 14931 -5722 -329 --13603 14425 -1950 -1725 --22870 3160 -11318 12779 -3167 5005 --3326 11069 --2433 6290 --12251 -8276 --7769 -4498 -5210 -14768 -28811 -4365 --960 -7 -5976 18988 -5242 16885 -913 -3774 -10708 -11082 --9727 1300 --13864 13921 --14232 1002 --26903 1568 --6395 -2268 --6407 6356 --4847 -4277 -6717 11859 -9176 4093 --2694 -4589 --1933 -927 --4810 2197 13854 -17724 --9708 10545 -562 11965 --5401 14937 -1140 16499 --5184 14836 --18127 -13396 --15710 -3688 -4856 -2338 -1302 8696 --3666 -20967 -5345 -12780 --4709 -5734 -5706 -1130 -1641 15385 -15487 -10111 --20144 -7251 -4793 3884 -1001 -12872 -17132 35601 -8449 3434 --13002 25310 --11359 -8377 --16780 -10463 --14142 -4363 -14055 -25525 -3101 -11039 -8023 -13384 --3049 1887 -3847 -11433 --7095 9891 --10942 -3504 -25875 5698 -3712 -15305 --6428 -6165 --6833 -10278 -2536 -2018 -29261 7360 -2666 -4512 --116 1019 -4242 1895 --15322 11916 --10900 1342 --26390 2951 --10751 -36743 -24360 -1008 -13462 19690 -17098 13929 --3000 7787 -12627 -7540 -1591 10941 --1134 13055 -948 30581 --3006 258 -1965 16304 --48952 -13465 -4625 5512 --5363 -263 -5606 -5386 --4229 562 --2295 14616 --6557 3559 --2310 -7430 --10422 -8125 14441 -13766 -1296 -2699 --1408 15728 --192 6095 -1151 15989 --5436 4472 --6091 -5149 --483 -17360 -4486 -24473 -2424 4352 -376 -10654 --2733 -19245 -15157 -8680 -14248 -18853 -3268 -2395 --1421 7253 --5212 2789 -12481 -7530 -10965 21229 -8036 1008 --15092 10875 --8451 -6066 --20374 -22486 -1567 5002 -5195 2008 -239 10156 --2454 5148 -8355 -4938 -2021 -6095 -495 6889 --16777 6581 --7130 -14036 -24090 -17740 -1456 4339 -1056 -9480 --14358 7090 --3065 -4046 -16391 -28867 --4920 -1455 --1516 -6367 -12829 18021 --8116 13896 --3545 15943 --21080 6304 --13100 -16804 -20606 -8061 -14179 6842 -15369 2298 -8660 7196 -5911 12418 -18706 -3590 --949 31622 --8248 2901 --16996 31513 --41209 5882 --10286 -868 --14585 -25166 -8389 6692 --5855 -10895 --1446 16952 -19524 14800 --12904 -3883 -1858 -12609 -3435 -90 -7438 -2727 -17563 1985 --4985 6639 --9580 528 -2108 -11769 -21184 6292 --20128 -5293 --10950 1406 -14061 -8244 --6283 -652 -7467 -8643 --69 5367 -29624 -10226 -4341 -5322 --2318 -10175 --11379 1586 --1330 -1972 -6398 23446 --1359 4714 --9592 20329 --29859 10054 --20118 31334 -2221 9823 --14443 9028 --12861 -7396 -8806 -28041 -2951 4715 --15433 3077 -2513 -362 -14997 -10862 --1444 -1399 -3748 -3272 -13594 7624 -18521 14669 --16584 27312 --8148 6914 -14093 1769 --7437 -10401 -12340 3056 -2997 -2503 -14068 21182 --7883 11084 --802 10911 --6533 -18195 -11726 -3660 -14661 -387 -7367 7087 --10151 16250 -13589 21689 -6730 6944 -5174 -417 --10599 30185 --16779 3400 --22689 3683 --12408 3012 --6388 -6535 -1486 -8241 --2996 -24195 --44 -6866 -16619 7020 --7556 10622 -11741 1478 -6551 3429 -11342 -6832 --191 -28503 -9653 20038 -50902 29045 --12095 -10340 --33676 -18265 -7218 -23289 --20447 -9216 -4051 30721 --20804 -10637 --5416 35575 --16998 2562 --7982 -37632 -1848 -12034 -8109 -6817 --2090 4136 --6221 21962 -5416 -5540 -8425 -5298 --23662 -16665 -11141 -34225 --2909 8040 --7798 -6555 -30450 -4686 --31339 -118 --9278 -1578 --28381 -24042 -2405 -23138 -8975 -16430 --2349 2808 -7976 -13991 --187 -52841 -11088 -42293 --407 4788 --423 746 -17408 -8578 --3274 -8870 --7357 19330 --21490 -22526 --41 -9709 -19756 -12869 --8023 -5368 -82 -2055 -1192 -14374 --14374 13011 --8254 4969 -6443 -24535 -282 -19828 -31486 8792 --3885 -10487 -7777 -2610 -2073 1178 --46515 -21462 -30121 -15121 -6802 -2462 -8763 -519 --21575 26051 --18328 10164 -7891 -26762 -2264 5031 --700 -3485 --14401 292 --7125 -24601 -5798 -20095 --9078 -5551 -18015 -13089 -23217 -13019 --15856 18617 --8948 -20358 -2567 -7845 -3126 -13145 -29219 8765 --16977 8794 --17539 7362 --11888 -11264 --15325 -10805 -26920 -9681 --112 5948 --7849 -748 -1343 10876 --11241 35161 --5004 -7258 --14583 18011 --22472 19043 --18614 -21199 -11280 7747 --6103 3894 --16759 -1011 --28187 6800 --16984 -25755 --6926 -17396 -6540 12417 --733 -26628 --8731 -20726 -14844 -7484 --1975 -28792 -7651 2035 --28637 -14450 --2765 -13153 -13730 12322 --21833 4371 --22394 9870 --28719 -40520 --18168 -1379 -23420 -27560 -17974 19307 --9702 41126 --11016 -27198 -10533 -14358 -10628 -22527 --11600 -39266 --485 -16930 -33203 25963 -34262 3108 --20641 -21615 --7837 10233 -3909 -917 --7700 -31304 -14652 13523 --6927 -126 --25525 -1314 --17770 -28594 -8200 8886 -11413 -5423 -4559 -24070 --16881 -44305 --5440 -24998 -6463 -4896 --10200 -9790 -10592 10637 -6114 13297 -26743 -14672 --7390 14405 --10104 -7120 --9103 -11357 -11664 9498 --15211 25292 --53 22835 --24180 -6542 --20794 -7279 --151 1106 --22276 3217 --27507 -11140 --12255 14730 --18544 10194 -18815 -10340 --35557 11022 -3529 -15786 --10777 -14660 -37827 -13829 -10008 13490 -15200 3149 --5775 3303 --308 -3669 --13916 -11787 --659 -23354 -21353 385 --7819 -17523 --3057 -25746 -9037 -720 -19389 41018 --10952 -6336 -19820 8053 -25 -3098 -4793 -4645 --723 -9571 -5078 524 --13309 -27433 --14251 -9768 --3792 -3124 --25322 -3472 --5336 -12458 -3124 4989 -1241 -20602 --4624 -1635 -27342 10332 -17209 16957 -7940 3522 -22519 -7044 --32104 -13561 --20230 728 -16534 -8712 -9834 -15560 -14794 16304 --16140 9968 --18684 -15477 -11810 -19487 --19311 -1672 -302 22316 --13526 -8975 -33875 6873 -13064 3893 --3540 -13748 -16504 1575 -11251 20671 --6203 574 --5190 12232 --17077 14595 -3424 14816 -16190 18417 -6524 5775 --36279 -612 --16106 -9810 -2963 9723 -14858 -28279 -4507 -28656 --30272 -7772 --5823 17222 -7796 10259 --5366 -5882 --2160 18080 -135 -8257 --3405 -41808 -12084 -14049 -6999 9340 --678 5918 --3569 6365 -2581 -17153 --40182 -9904 -12826 -27954 --14093 -677 -20062 6564 --19021 4544 -19066 4677 --5725 21771 -13563 2489 -28813 7983 --10634 -8509 --40794 -16365 --337 -39790 --25122 -42495 -601 -3129 --12878 -4781 -11816 -7101 --7922 4548 --10382 3187 --6878 -18255 -11384 -10387 --31574 -17260 -16937 19756 --9241 -1120 -21474 -10642 --8560 1742 --923 10290 -6443 22120 --2586 -15208 --3705 -5029 --18916 -12127 -11794 -5575 -637 -16122 --2518 15706 --5649 7991 --918 5328 -19412 -27228 --1281 -3480 -3882 -2051 -10076 -3902 -5965 4717 -2175 -8449 --8115 6291 --23965 13820 --963 -5560 -14146 -9983 --14134 -47747 --33460 23372 --4647 29375 --5898 -330 -13765 7537 --6275 31025 -3285 -19425 -6086 -8328 --7825 5228 --9045 2627 --15452 1071 --13350 30516 --40111 1557 -25801 -10987 -12593 12275 -20171 -18233 -22670 -12745 --20724 14965 --657 10808 --11781 -17418 --8193 -14547 -8193 20579 --23917 13512 -3214 -27117 -11396 18096 -13699 -20579 -12657 -8326 --30603 14747 --12640 -24602 --31207 5307 --1533 -24274 --4872 -21455 -31639 -18370 -5467 -22018 --4176 16172 --6108 11234 --1694 -12399 -4626 -12030 -830 -28296 -12955 -13903 -6636 -17701 -13309 16932 --4371 -7352 --7474 -6954 --4817 -16560 --6367 15313 -15226 10020 --7828 3327 -6476 18397 -10749 -4369 --13588 -6295 -9343 -19594 -2691 -4841 --9398 -11962 --7640 -8100 -7938 -6300 --5616 8455 -12918 -204 -8066 16365 -25478 -13644 --1110 -7449 -5245 -17673 --3789 -12847 -20949 2037 -15994 19013 -24924 9594 --2976 -5240 --19023 -9943 -13011 18875 -16342 5121 -17386 18881 --4566 -19067 -8303 -15310 --18987 16132 -14586 6633 --7107 7703 -7071 29054 --26440 -42167 --10038 -6679 -22567 -30871 -8745 5144 --663 8766 -4534 -7340 --24763 14935 --10826 -19427 --17990 6069 -4249 -9909 -2555 2667 -20660 -16025 -23717 26949 --25340 -11880 --426 13254 -2657 31383 -5352 30465 --4528 -6849 --62618 -23434 --4181 -21380 -7237 2913 -10036 9181 --24553 -2591 --5896 -21750 -38707 -8150 --7975 21762 --5361 -27666 -23673 -29741 --16155 -4755 -2560 13487 --21713 4395 -1375 7610 -9284 4373 --29844 -21418 -12018 34964 --26387 -8256 -30705 11802 --18984 -5988 -5123 -4693 -5952 4259 --6819 -14053 -166 -28840 -14128 4883 -3135 17617 -24023 -1625 --3708 18999 +7438 -2727 +-191 -28503 +9653 20038 +23217 -13019 +6114 13297 +11251 20671 +2175 -8449 +25478 -13644 6581 9837 --7053 -14357 --17069 -7641 -13946 -11743 -10472 1560 --14716 7668 --10832 23810 --11772 24892 --11693 -26729 --3215 3103 -3408 18375 --763 14593 -8875 24956 --17247 23501 --18100 -855 -4159 -2598 --15633 26233 --28180 -5117 --7358 -8666 -26966 -28914 --6820 7851 -8364 32285 --14010 -11692 --15403 -34085 --2509 -54843 -3865 -31642 -11841 899 --9606 -11720 -25379 -18235 -19281 -27835 -14361 26292 -1416 13948 -27717 -6943 --8645 28353 --11746 1272 --19670 2929 --30786 16218 -19503 9004 -19192 16984 --8647 -14093 -6291 -3149 --25303 -20945 -20852 -28457 -22761 -6189 --14683 -15510 -4595 -14982 --1884 2937 -328 14656 -3743 8889 --25905 3923 -21564 -19078 -11178 5334 -36762 -37936 -19846 1576 --3683 6175 --2197 10234 --5609 -16079 -10077 -857 --5427 -19143 --26392 -28983 -14729 -9032 --10995 18755 --3557 -9803 -16177 -20661 -2207 12258 +50902 29045 +-15856 18617 +26743 -14672 +-6203 574 +-8115 6291 +-1110 -7449 +-7053 -14357 -8446 6862 +-12095 -10340 +-8948 -20358 +-7390 14405 +-5190 12232 +-23965 13820 +5245 -17673 +-17069 -7641 7383 16178 +-33676 -18265 +2567 -7845 +-10104 -7120 +-17077 14595 +-963 -5560 +-3789 -12847 +13946 -11743 6112 19903 +7218 -23289 +3126 -13145 +-9103 -11357 +3424 14816 +14146 -9983 +20949 2037 +10472 1560 -37841 64 +-20447 -9216 +29219 8765 +11664 9498 +16190 18417 +-14134 -47747 +15994 19013 +-14716 7668 14077 8790 +4051 30721 +-16977 8794 +-15211 25292 +6524 5775 +-33460 23372 +24924 9594 +-10832 23810 1030 7935 +-20804 -10637 +-17539 7362 +-53 22835 +-36279 -612 +-4647 29375 +-2976 -5240 +-11772 24892 -21494 8605 +-5416 35575 +-11888 -11264 +-24180 -6542 +-16106 -9810 +-5898 -330 +-19023 -9943 +-11693 -26729 11055 7996 +-16998 2562 +-15325 -10805 +-20794 -7279 +2963 9723 +13765 7537 +13011 18875 +-3215 3103 -10066 -9474 +-7982 -37632 +26920 -9681 +-151 1106 +14858 -28279 +-6275 31025 +16342 5121 +3408 18375 11763 -8025 +1848 -12034 +-112 5948 +-22276 3217 +4507 -28656 +3285 -19425 +17386 18881 +-763 14593 -23408 -6702 +8109 -6817 +-7849 -748 +-27507 -11140 +-30272 -7772 +6086 -8328 +-4566 -19067 +8875 24956 1756 1970 +-2090 4136 +1343 10876 +-12255 14730 +-5823 17222 +-7825 5228 +8303 -15310 +-17247 23501 -17693 18413 +-6221 21962 +-11241 35161 +-18544 10194 +7796 10259 +-9045 2627 +-18987 16132 +-18100 -855 -4550 -9068 +5416 -5540 +-5004 -7258 +18815 -10340 +-5366 -5882 +-15452 1071 +14586 6633 +4159 -2598 7013 -1678 +8425 -5298 +-14583 18011 +-35557 11022 +-2160 18080 +-13350 30516 +-7107 7703 +-15633 26233 -15582 -23675 +-23662 -16665 +-22472 19043 +3529 -15786 +135 -8257 +-40111 1557 +7071 29054 +-28180 -5117 -11180 -1884 +11141 -34225 +-18614 -21199 +-10777 -14660 +-3405 -41808 +25801 -10987 +-26440 -42167 +-7358 -8666 18507 -12583 +-2909 8040 +11280 7747 +37827 -13829 +12084 -14049 +12593 12275 +-10038 -6679 +26966 -28914 33458 -10027 +-7798 -6555 +-6103 3894 +10008 13490 +6999 9340 +20171 -18233 +22567 -30871 +-6820 7851 -472 -9027 +30450 -4686 +-16759 -1011 +15200 3149 +-678 5918 +22670 -12745 +8745 5144 +8364 32285 -2951 -12869 +-31339 -118 +-28187 6800 +-5775 3303 +-3569 6365 +-20724 14965 +-663 8766 +-14010 -11692 6559 -24264 +-9278 -1578 +-16984 -25755 +-308 -3669 +2581 -17153 +-657 10808 +4534 -7340 +-15403 -34085 -23553 -21570 +-28381 -24042 +-6926 -17396 +-13916 -11787 +-40182 -9904 +-11781 -17418 +-24763 14935 +-2509 -54843 -21606 -7102 +2405 -23138 +6540 12417 +-659 -23354 +12826 -27954 +-8193 -14547 +-10826 -19427 +3865 -31642 4345 -30338 +8975 -16430 +-733 -26628 +21353 385 +-14093 -677 +8193 20579 +-17990 6069 +11841 899 16377 -21858 +-2349 2808 +-8731 -20726 +-7819 -17523 +20062 6564 +-23917 13512 +4249 -9909 +-9606 -11720 -7376 -13353 +7976 -13991 +14844 -7484 +-3057 -25746 +-19021 4544 +3214 -27117 +2555 2667 +25379 -18235 -9039 2597 +-187 -52841 +-1975 -28792 +9037 -720 +19066 4677 +11396 18096 +20660 -16025 +19281 -27835 6100 -432 +11088 -42293 +7651 2035 +19389 41018 +-5725 21771 +13699 -20579 +23717 26949 +14361 26292 -14254 3772 +-407 4788 +-28637 -14450 +-10952 -6336 +13563 2489 +12657 -8326 +-25340 -11880 +1416 13948 -7630 -6018 +-423 746 +-2765 -13153 +19820 8053 +28813 7983 +-30603 14747 +-426 13254 +27717 -6943 1313 4940 +17408 -8578 +13730 12322 +25 -3098 +-10634 -8509 +-12640 -24602 +2657 31383 +-8645 28353 -1411 8124 +-3274 -8870 +-21833 4371 +4793 -4645 +-40794 -16365 +-31207 5307 +5352 30465 +-11746 1272 -26686 -10805 +-7357 19330 +-22394 9870 +-723 -9571 +-337 -39790 +-1533 -24274 +-4528 -6849 +-19670 2929 -28797 -9051 +-21490 -22526 +-28719 -40520 +5078 524 +-25122 -42495 +-4872 -21455 +-62618 -23434 +-30786 16218 -8223 6742 +-41 -9709 +-18168 -1379 +-13309 -27433 +601 -3129 +31639 -18370 +-4181 -21380 +19503 9004 12030 -23579 +19756 -12869 +23420 -27560 +-14251 -9768 +-12878 -4781 +5467 -22018 +7237 2913 +19192 16984 23693 -1668 +-8023 -5368 +17974 19307 +-3792 -3124 +11816 -7101 +-4176 16172 +10036 9181 +-8647 -14093 -34677 -10686 +82 -2055 +-9702 41126 +-25322 -3472 +-7922 4548 +-6108 11234 +-24553 -2591 +6291 -3149 -8695 -18080 +1192 -14374 +-11016 -27198 +-5336 -12458 +-10382 3187 +-1694 -12399 +-5896 -21750 +-25303 -20945 -14810 -39464 +-14374 13011 +10533 -14358 +3124 4989 +-6878 -18255 +4626 -12030 +38707 -8150 +20852 -28457 12920 6650 +-8254 4969 +10628 -22527 +1241 -20602 +11384 -10387 +830 -28296 +-7975 21762 +22761 -6189 -6272 -23376 +6443 -24535 +-11600 -39266 +-4624 -1635 +-31574 -17260 +12955 -13903 +-5361 -27666 +-14683 -15510 21469 -8137 +282 -19828 +-485 -16930 +27342 10332 +16937 19756 +6636 -17701 +23673 -29741 +4595 -14982 10666 2609 +31486 8792 +33203 25963 +17209 16957 +-9241 -1120 +13309 16932 +-16155 -4755 +-1884 2937 32578 -752 +-3885 -10487 +34262 3108 +7940 3522 +21474 -10642 +-4371 -7352 +2560 13487 +328 14656 -10620 -23890 +7777 -2610 +-20641 -21615 +22519 -7044 +-8560 1742 +-7474 -6954 +-21713 4395 +3743 8889 -8140 -7783 +2073 1178 +-7837 10233 +-32104 -13561 +-923 10290 +-4817 -16560 +1375 7610 +-25905 3923 -8412 10904 +-46515 -21462 +3909 -917 +-20230 728 +6443 22120 +-6367 15313 +9284 4373 +21564 -19078 28274 -26783 +30121 -15121 +-7700 -31304 +16534 -8712 +-2586 -15208 +15226 10020 +-29844 -21418 +11178 5334 8854 1885 +6802 -2462 +14652 13523 +9834 -15560 +-3705 -5029 +-7828 3327 +12018 34964 +36762 -37936 27044 14580 +8763 -519 +-6927 -126 +14794 16304 +-18916 -12127 +6476 18397 +-26387 -8256 +19846 1576 -12521 2730 +-21575 26051 +-25525 -1314 +-16140 9968 +11794 -5575 +10749 -4369 +30705 11802 +-3683 6175 -15562 -5099 +-18328 10164 +-17770 -28594 +-18684 -15477 +637 -16122 +-13588 -6295 +-18984 -5988 +-2197 10234 -18968 -5241 +7891 -26762 +8200 8886 +11810 -19487 +-2518 15706 +9343 -19594 +5123 -4693 +-5609 -16079 -15962 25174 +2264 5031 +11413 -5423 +-19311 -1672 +-5649 7991 +2691 -4841 +5952 4259 +10077 -857 -7517 13914 +-700 -3485 +4559 -24070 +302 22316 +-918 5328 +-9398 -11962 +-6819 -14053 +-5427 -19143 -25921 -19262 +-14401 292 +-16881 -44305 +-13526 -8975 +19412 -27228 +-7640 -8100 +166 -28840 +-26392 -28983 18881 -6976 +-7125 -24601 +-5440 -24998 +33875 6873 +-1281 -3480 +7938 -6300 +14128 4883 +14729 -9032 -17622 -6374 +5798 -20095 +6463 -4896 +13064 3893 +3882 -2051 +-5616 8455 +3135 17617 +-10995 18755 -1236 -689 +-9078 -5551 +-10200 -9790 +-3540 -13748 +10076 -3902 +12918 -204 +24023 -1625 +-3557 -9803 12146 -4880 +18015 -13089 +10592 10637 +16504 1575 +5965 4717 +8066 16365 +-3708 18999 +16177 -20661 10270 34560 diff --git a/AI_Engine_Development/AIE-ML/Design_Tutorials/07-Channelizer-Using-Vitis-Libraries/aie/channelizer/data/fft_back_o_7.txt b/AI_Engine_Development/AIE-ML/Design_Tutorials/07-Channelizer-Using-Vitis-Libraries/aie/channelizer/data/fft_back_o_7.txt index 53fd428a53..fa6edeab68 100644 --- a/AI_Engine_Development/AIE-ML/Design_Tutorials/07-Channelizer-Using-Vitis-Libraries/aie/channelizer/data/fft_back_o_7.txt +++ b/AI_Engine_Development/AIE-ML/Design_Tutorials/07-Channelizer-Using-Vitis-Libraries/aie/channelizer/data/fft_back_o_7.txt @@ -1,2048 +1,2048 @@ 3455 -8072 +8273 -10786 +10013 -3754 +13986 -4201 +9919 -3412 +9806 -8530 +12118 -2885 +11455 774 14491 -1557 +10743 -344 +6019 -1583 +9209 313 +8094 2465 +11311 -1053 +11316 3662 +10725 3800 8473 9123 +9038 6036 +5921 9451 +4371 9630 +4937 8662 +1921 6889 +2686 6184 +890 6722 1197 2253 +3245 3541 +959 1387 +2713 4768 +3045 4353 +-492 2439 +312 4729 +7019 4794 2338 1174 +1927 2973 +7001 1561 +8065 4698 +7855 6809 +7032 13381 +9469 7958 +6481 10598 3073 9701 +2862 11230 +2195 10019 +529 12589 +-1089 11448 +-1845 13983 +-2909 12602 +-4912 9351 -4785 12341 +-9680 8113 +-13133 7625 +-9292 4430 +-13480 7135 +-9115 1740 +-10687 2562 +-8487 873 -8368 -1787 +-7155 -3714 +-3413 -2755 +-8183 2709 +-2168 -272 +-2542 889 +-5314 -902 +-3837 3150 -1374 2249 +-3406 417 +-3860 1199 +-6733 -2000 +-6741 2464 +-11328 2158 +-7772 -1555 +-8334 1178 -12748 1258 +-14724 -2437 +-14441 -4874 +-6371 -12872 +-7393 -8222 +-4427 -7312 +-8667 -10377 +-9688 -6837 -4617 -13496 +-1807 -14765 +-5009 -13615 +1791 -12135 +-3982 -11326 +2075 -12023 +-682 -11840 +1917 -11801 6653 -11269 +3673 -8008 +4244 -7713 +1854 -10395 +4251 -6075 +5791 -7328 +3829 -6836 +6299 -6200 8630 -6999 +4288 -3149 +3005 -5946 +10062 -4679 +9685 -1434 +7555 -1081 +8323 4962 +5989 2027 1923 2038 +1644 1177 +2082 1865 +259 2373 +3133 2886 +1785 4279 +-2588 1045 +-4392 1283 -691 1092 +-2361 -4509 +-612 -3322 +4016 -7743 +2220 -5849 +3059 -5778 +2833 -13382 +6226 -9084 8911 -7673 +11682 -6841 +14154 -6283 +9338 -1174 +14059 -291 +12608 2464 +11184 4305 +11496 3264 7516 7395 +6559 12816 +3640 10273 +437 11440 +-3301 15752 +-3391 11353 +-5778 8513 +-6733 8990 -12484 4892 +-12308 6978 +-7736 -378 +-12385 -2126 +-10222 1359 +-7148 -614 +-6946 -6445 +-7669 -4892 -6623 -6716 +-6540 -8301 +-4546 -9444 +-3150 -10218 +2041 -8921 +-4789 -5089 +-3702 -1086 +-265 -10968 -1954 -6489 +1490 -6345 +3739 -9789 +3191 -5970 +5668 -2844 +3143 -7747 +4913 -5807 +7230 -8646 305 -5636 +2718 -7733 +1110 -2616 +3457 -6312 +3305 -4215 +4456 -7624 +8018 -2092 +3397 -7552 3753 -2076 +4539 -2092 +6457 -3961 +4173 -2264 +6361 -3731 +7480 188 +6619 2501 +1538 15 1483 -889 +3826 66 +3889 -2441 +3062 -1705 +4864 2776 +3798 205 +4203 -357 +-2161 -1250 4767 -1830 +-900 140 +2285 857 +-772 749 +-1270 2122 +1745 -1642 +1025 -1593 +1916 -5541 997 -2592 +931 595 +-1470 -224 +-4611 977 +-7438 3 +-1727 554 +-2304 -6102 +-774 -3986 -485 -4771 +823 -4207 +1276 -6789 +3084 -5443 +4768 -4449 +1603 -6818 +4382 -8055 +3172 -6471 3179 -6520 +2268 -10942 +5352 -6656 +4627 -3609 +5522 -3497 +8213 -3768 +9386 -899 +6805 -1320 1953 2916 +2835 -40 +292 2881 +1942 341 +4549 2376 +3486 3151 +2980 5111 +-3165 4670 -4293 1580 +-518 6003 +-708 1406 +-5617 -1506 +-3308 2428 +-6223 2332 +-6254 843 +-5938 -4661 -9562 -8140 +-12200 -6487 +-4161 -4282 +-4478 -8277 +-3598 -9443 +-4774 -14910 +-6674 -14625 +-1666 -13027 491 -18846 +607 -13598 +4793 -12360 +5376 -16135 +4944 -18119 +6548 -16247 +9936 -15331 +8023 -14220 14522 -14452 +16187 -13008 +14114 -9789 +17767 -7703 +17326 -11110 +15803 -3574 +15084 1085 +14833 -2623 15339 1318 +13593 -766 +12673 4780 +10840 6507 +10915 7380 +13328 3774 +9100 6329 +4201 8476 773 390 +4283 3741 +111 5083 +-1312 3960 +-694 -1261 +2849 2137 +1437 3846 +-2620 -1880 2081 -2209 +36 -2831 +6305 -7245 +1394 -6479 +661 -1693 +7960 -1146 +3782 -3304 +5160 -3369 8234 1781 +4950 -3497 +6949 -2726 +311 397 +3087 -4301 +2683 -1625 +1717 -4548 +3359 21 4954 -4734 -10661 -2321 -11590 -1741 -7843 5714 -6334 6855 -6498 -130 -3898 12196 -86 3795 -1425 -3524 -11059 -1561 -8866 10485 --2016 9762 -9338 9403 --5328 14366 --11818 5380 --2293 -3212 --545 5252 --5680 896 --5934 2166 --5689 -1888 -2931 -5444 --587 5709 --7830 -3013 --3491 -4415 -202 -6177 --4348 -8247 -1580 -8872 -574 -8549 -8273 -10786 -10743 -344 -9038 6036 -3245 3541 -1927 2973 -2862 11230 --9680 8113 --7155 -3714 --3406 417 --14724 -2437 --1807 -14765 -3673 -8008 -4288 -3149 -1644 1177 --2361 -4509 -11682 -6841 -6559 12816 --12308 6978 --6540 -8301 -1490 -6345 -2718 -7733 -4539 -2092 -3826 66 --900 140 -931 595 -823 -4207 -2268 -10942 -2835 -40 --518 6003 --12200 -6487 -607 -13598 -16187 -13008 -13593 -766 -4283 3741 -36 -2831 -4950 -3497 3008 -8321 +7846 -3294 +2274 -7122 +5702 -3944 +3870 -5030 +10618 -1258 +9614 -4615 +10661 -2321 10738 -3369 +10776 -3592 +5179 -1196 +10911 -4696 +9892 -1227 +9061 5335 +10646 5363 +11590 -1741 10800 -582 +10321 2615 +11891 3010 +11053 3875 +9416 7335 +11930 8992 +10894 5661 +7843 5714 8885 5746 +6209 4687 +1936 4838 +10207 4153 +7149 7662 +4135 3034 +271 2016 +6334 6855 5908 7423 +1608 1645 +6871 3242 +4931 4272 +2064 2856 +3604 -1595 +7384 -2086 +6498 -130 6253 -67 +3722 4328 +7692 4540 +7512 6205 +10475 280 +2111 8768 +6681 4463 +3898 12196 2465 6370 +6150 7848 +2456 3577 +2469 4469 +4458 6764 +904 2399 +3917 6986 +86 3795 3863 212 +2454 1170 +7442 87 +3965 1062 +3861 3871 +3402 242 +1694 2560 +1425 -3524 804 -1667 +3413 -4315 +3761 560 +7254 -3312 +3536 -4447 +7827 482 +5744 -676 +11059 -1561 11965 5388 +13224 4426 +11822 10080 +11404 6007 +7109 4990 +8713 5977 +7868 4810 +8866 10485 7651 11616 +5563 10958 +2516 10493 +6543 9550 +4027 10639 +3544 10623 +1688 11307 +-2016 9762 2534 8961 +652 6526 +3200 6266 +390 5814 +3755 6060 +7598 6895 +4404 10724 +9338 9403 3211 13624 +2646 11933 +-2559 11486 +-433 13216 +-83 11055 +-1248 12571 +-267 13680 +-5328 14366 -5872 10782 +-11787 10965 +-7135 10415 +-9029 12980 +-11312 9798 +-11735 8997 +-10566 7607 +-11818 5380 -2159 3728 +-12138 1403 +-10731 1775 +-7359 3926 +-7964 -2024 +-6374 -1324 +-3732 -5100 +-2293 -3212 -7369 184 +-3571 -3331 +-7594 -434 +1225 -2651 +-5750 -3277 +1350 -299 +3695 2846 +-545 5252 3236 3414 +-1725 1457 +-1784 5524 +-2442 1406 +-2709 2474 +-2981 -692 +-6635 713 +-5680 896 -1898 1692 +87 -3192 +-4770 -294 +167 1724 +-4758 4247 +-2306 146 +-1056 154 +-5934 2166 -6330 -2466 +-3662 178 +-1418 -4780 +-2353 -3203 +1545 -4674 +-1366 -1320 +-3896 1005 +-5689 -1888 -402 363 +-1367 -2753 +-1580 -2756 +1521 -4542 +-668 -3333 +3782 -3718 +1110 -2439 +2931 -5444 2251 1933 +966 -1812 +5025 1445 +700 3173 +1043 4148 +1184 4580 +1676 8542 +-587 5709 -597 3482 +-7189 4505 +-6441 3345 +-5839 2584 +-6852 5090 +-8732 4103 +-9105 -60 +-7830 -3013 -7942 -4574 +-5186 -4063 +-1078 -4853 +1033 -4054 +-2713 -8051 +-5121 -6585 +-5901 -8469 +-3491 -4415 -2769 -9225 +1366 -2937 +2491 -4907 +1414 -1853 +-2756 -3084 +-2122 -2079 +2197 -1491 +202 -6177 -1325 -5592 +386 -101 +-1971 3429 +-2347 -811 +-5996 -1532 +-1205 -5708 +-5643 -4778 +-4348 -8247 -2249 -2700 +-2860 -3772 +-6879 -6071 +-4023 -7649 +-2155 -7699 +-2234 -6343 +-1628 -8111 +1580 -8872 -4096 -7424 +-3510 -9797 +5769 -9514 +-375 -6293 +2267 -8835 +-665 -10404 +1593 -5372 +574 -8549 3379 -7460 -10013 -3754 -6019 -1583 -5921 9451 -959 1387 -7001 1561 -2195 10019 --13133 7625 --3413 -2755 --3860 1199 --14441 -4874 --5009 -13615 -4244 -7713 -3005 -5946 -2082 1865 --612 -3322 -14154 -6283 -3640 10273 --7736 -378 --4546 -9444 -3739 -9789 -1110 -2616 -6457 -3961 -3889 -2441 -2285 857 --1470 -224 -1276 -6789 -5352 -6656 -292 2881 --708 1406 --4161 -4282 -4793 -12360 -14114 -9789 -12673 4780 -111 5083 -6305 -7245 -6949 -2726 -7846 -3294 -10776 -3592 -10321 2615 -6209 4687 -1608 1645 -3722 4328 -6150 7848 -2454 1170 -3413 -4315 -13224 4426 -5563 10958 -652 6526 -2646 11933 --11787 10965 --12138 1403 --3571 -3331 --1725 1457 -87 -3192 --3662 178 --1367 -2753 -966 -1812 --7189 4505 --5186 -4063 -1366 -2937 -386 -101 --2860 -3772 --3510 -9797 9989 -8119 -13986 -4201 -9209 313 -4371 9630 -2713 4768 -8065 4698 -529 12589 --9292 4430 --8183 2709 --6733 -2000 --6371 -12872 -1791 -12135 -1854 -10395 -10062 -4679 -259 2373 -4016 -7743 -9338 -1174 -437 11440 --12385 -2126 --3150 -10218 -3191 -5970 -3457 -6312 -4173 -2264 -3062 -1705 --772 749 --4611 977 -3084 -5443 -4627 -3609 -1942 341 --5617 -1506 --4478 -8277 -5376 -16135 -17767 -7703 -10840 6507 --1312 3960 -1394 -6479 -311 397 -2274 -7122 -5179 -1196 -11891 3010 -1936 4838 -6871 3242 -7692 4540 -2456 3577 -7442 87 -3761 560 -11822 10080 -2516 10493 -3200 6266 --2559 11486 --7135 10415 --10731 1775 --7594 -434 --1784 5524 --4770 -294 --1418 -4780 --1580 -2756 -5025 1445 --6441 3345 --1078 -4853 -2491 -4907 --1971 3429 --6879 -6071 -5769 -9514 4232 -8079 -9919 -3412 -8094 2465 -4937 8662 -3045 4353 -7855 6809 --1089 11448 --13480 7135 --2168 -272 --6741 2464 --7393 -8222 --3982 -11326 -4251 -6075 -9685 -1434 -3133 2886 -2220 -5849 -14059 -291 --3301 15752 --10222 1359 -2041 -8921 -5668 -2844 -3305 -4215 -6361 -3731 -4864 2776 --1270 2122 --7438 3 -4768 -4449 -5522 -3497 -4549 2376 --3308 2428 --3598 -9443 -4944 -18119 -17326 -11110 -10915 7380 --694 -1261 -661 -1693 -3087 -4301 -5702 -3944 -10911 -4696 -11053 3875 -10207 4153 -4931 4272 -7512 6205 -2469 4469 -3965 1062 -7254 -3312 -11404 6007 -6543 9550 -390 5814 --433 13216 --9029 12980 --7359 3926 -1225 -2651 --2442 1406 -167 1724 --2353 -3203 -1521 -4542 -700 3173 --5839 2584 -1033 -4054 -1414 -1853 --2347 -811 --4023 -7649 --375 -6293 7005 -3364 -9806 -8530 -11311 -1053 -1921 6889 --492 2439 -7032 13381 --1845 13983 --9115 1740 --2542 889 --11328 2158 --4427 -7312 -2075 -12023 -5791 -7328 -7555 -1081 -1785 4279 -3059 -5778 -12608 2464 --3391 11353 --7148 -614 --4789 -5089 -3143 -7747 -4456 -7624 -7480 188 -3798 205 -1745 -1642 --1727 554 -1603 -6818 -8213 -3768 -3486 3151 --6223 2332 --4774 -14910 -6548 -16247 -15803 -3574 -13328 3774 -2849 2137 -7960 -1146 -2683 -1625 -3870 -5030 -9892 -1227 -9416 7335 -7149 7662 -2064 2856 -10475 280 -4458 6764 -3861 3871 -3536 -4447 -7109 4990 -4027 10639 -3755 6060 --83 11055 --11312 9798 --7964 -2024 --5750 -3277 --2709 2474 --4758 4247 -1545 -4674 --668 -3333 -1043 4148 --6852 5090 --2713 -8051 --2756 -3084 --5996 -1532 --2155 -7699 -2267 -8835 -1399 -4671 -12118 -2885 -11316 3662 -2686 6184 -312 4729 -9469 7958 --2909 12602 --10687 2562 --5314 -902 --7772 -1555 --8667 -10377 --682 -11840 -3829 -6836 -8323 4962 --2588 1045 -2833 -13382 -11184 4305 --5778 8513 --6946 -6445 --3702 -1086 -4913 -5807 -8018 -2092 -6619 2501 -4203 -357 -1025 -1593 --2304 -6102 -4382 -8055 -9386 -899 -2980 5111 --6254 843 --6674 -14625 -9936 -15331 -15084 1085 -9100 6329 -1437 3846 -3782 -3304 -1717 -4548 -10618 -1258 -9061 5335 -11930 8992 -4135 3034 -3604 -1595 -2111 8768 -904 2399 -3402 242 -7827 482 -8713 5977 -3544 10623 -7598 6895 --1248 12571 --11735 8997 --6374 -1324 -1350 -299 --2981 -692 --2306 146 --1366 -1320 -3782 -3718 -1184 4580 --8732 4103 --5121 -6585 --2122 -2079 --1205 -5708 --2234 -6343 --665 -10404 6957 -8355 -11455 774 -10725 3800 -890 6722 -7019 4794 -6481 10598 --4912 9351 --8487 873 --3837 3150 --8334 1178 --9688 -6837 -1917 -11801 -6299 -6200 -5989 2027 --4392 1283 -6226 -9084 -11496 3264 --6733 8990 --7669 -4892 --265 -10968 -7230 -8646 -3397 -7552 -1538 15 --2161 -1250 -1916 -5541 --774 -3986 -3172 -6471 -6805 -1320 --3165 4670 --5938 -4661 --1666 -13027 -8023 -14220 -14833 -2623 -4201 8476 --2620 -1880 -5160 -3369 -3359 21 -9614 -4615 -10646 5363 -10894 5661 -271 2016 -7384 -2086 -6681 4463 -3917 6986 -1694 2560 -5744 -676 -7868 4810 -1688 11307 -4404 10724 --267 13680 --10566 7607 --3732 -5100 -3695 2846 --6635 713 --1056 154 --3896 1005 -1110 -2439 -1676 8542 --9105 -60 --5901 -8469 -2197 -1491 --5643 -4778 --1628 -8111 -1593 -5372 6246 -6705 12905 5213 +12608 7672 +1080 -5514 +1218 14482 +6376 6941 +6555 3739 +-4735 -1389 +5888 14067 -5706 2563 +1485 644 +8586 -6990 +-5096 6523 +-11811 -2954 +5810 5137 +-3834 -1023 +2725 78 -68 1219 +-9105 1352 +8106 3124 +-131 -1216 +4882 6597 +-1242 802 +-2641 5891 +5377 1589 7285 9864 +-5985 -3948 +213 6913 +12154 15803 +231 3716 +6793 6698 +8426 15327 +-818 3521 2111 23115 +-3896 7887 +-14699 12251 +-13711 16069 +-9445 2994 +-7546 8749 +-912 -1554 +-941 10571 -11687 5150 +-9142 7912 +545 3380 +3174 112 +-20779 10066 +-8772 -164 +-8866 5101 +-16931 1269 -14933 -175 +-7230 816 +1142 2031 +-81 9236 +3087 -6907 +384 -9018 +-10409 191 +1819 1697 -15146 -2269 +1574 8401 +-2813 4112 +-14883 -11842 +-9983 5361 +-14444 1411 +-2483 27 +-2401 -6021 -1236 1039 +-7668 -2152 +-15563 -1162 +-9374 10725 +-12292 10178 +-817 15584 +-1481 6791 +-12132 2522 -8497 -841 +-7336 4945 +-11463 9270 +-4815 7176 +-2266 7964 +-8980 4457 +-7468 3030 +-14298 4809 -15138 10295 +-20010 3794 +-9780 8836 +-23642 1374 +139 -12926 +-27827 8870 +-18933 -1085 +-23989 -8872 -20320 -10562 +-10910 -13553 +-18399 -4335 +-8220 -6404 +-10880 -21401 +-9949 -15286 +-2036 -19663 +-7113 -15597 -13143 -17949 +-5668 -27764 +839 -16713 +-10321 -12045 +-3141 -20194 +1640 -22285 +-6024 -18898 +-1448 -18256 10844 -14935 +11307 -7065 +11847 -1528 +8398 -15232 +3451 957 +-9082 -7316 +3628 4337 +7703 -4248 7054 -4515 +15468 62 +9277 -5123 +-8433 -5148 +743 2213 +20610 -3152 +7747 3759 +3575 4471 6454 11145 +329 17564 +2464 16660 +-443 12373 +-4190 18375 +5475 7276 +-1989 16505 +-2778 21688 -294 4886 +1283 6811 +-3631 3017 +-5457 1421 +1344 -3223 +-13443 4071 +-1520 1904 +-2714 3137 -7038 -7612 +-10566 -8164 +-11938 -1461 +-856 1287 +-12079 5894 +-4180 -8542 +-3458 9859 +-5828 -1363 -18771 -6914 +-5648 -5689 +-7268 1119 +-8896 7096 +3087 -11411 +-2282 -1634 +-2914 -10121 +-1532 5827 -8045 -6201 +-2545 -5314 +542 2209 +-12019 -7069 +-9010 -11031 +4337 -528 +-13462 7737 +-12885 6645 -4514 -288 --10989 -13747 --12624 -8117 +-17970 10424 +-13715 -4252 +-8130 1121 +-19504 -11435 +-11995 1829 +-15402 -10109 +-17529 5232 +-10989 -13747 +-10407 5022 +-11006 -15408 +-1202 -15897 +-15309 -10546 +-10114 -12038 +-17389 -10062 +-873 -16440 +-12624 -8117 +6098 -16035 +3888 -9602 +3339 -6209 +-9398 -14536 +1500 -6785 +-2887 -8562 +7559 -1204 -539 -215 +4493 590 +-5522 -6362 +-1077 -14005 +-3011 -3842 +-7563 -3694 +-1433 -2489 +-11759 5107 4340 -3750 +-285 -910 +-5213 563 +-2872 4104 +-2128 -12254 +-90 -7125 +-4506 -286 +662 -2755 654 1224 +-6800 2598 +-5439 4231 +-7363 -430 +-8186 4998 +-10707 -1068 +-4142 4729 +-15414 -2118 -6978 -10486 +124 7148 +-11628 -5665 +-5844 -6519 +-3362 -463 +-6108 -6563 +-1803 -6588 +-6454 -9819 -660 -15351 +2996 -4986 +9729 -15554 +3838 -23472 +16542 -10694 +-490 -14968 +8664 -14540 +17595 -14821 12310 -13772 +-3149 -10294 +5532 -4067 +11715 1475 +438 1346 +7807 -3720 +9436 -5878 +9266 -3987 -787 3132 +15071 -4367 +-2862 -6074 +3841 -8019 +-4894 -11212 +2817 -432 +795 -4565 +5789 -865 6445 -586 +639 -3577 +-2793 -9550 +10982 2896 +3401 223 +6016 -1957 +4975 3685 +10649 3131 17005 6093 +3149 8853 +9683 6070 +7384 3249 +-5876 13839 +-2635 8088 +3784 4528 +-449 21116 327 7493 +4398 15308 +-3282 5934 +-2342 -5996 +484 -915 +-8469 -1229 +-14625 -1141 +6080 -7089 -697 4707 +-807 -7486 +-488 -5215 +5837 -30 +-11946 13678 +-172 -1536 +-1257 -10747 +6084 3886 3875 -13433 +12234 -1235 +6261 8597 +12647 1083 +23234 -7725 +19360 -1245 +12862 526 +12731 7930 15010 -6587 +13429 8530 +2061 5554 +9385 -3715 +6789 10389 +5443 4235 +22140 12758 +8186 6843 10605 12856 +4507 17760 +2938 15578 +10207 21248 +5008 7283 +2118 19362 +3025 16431 +2596 13456 -4488 15769 +2500 20865 +-2439 20623 +11777 16528 +-3885 19613 +-7047 10230 +379 4962 +990 18343 -1398 14170 +-7551 22121 +-6046 13648 +-330 15016 +-6478 25780 +-15130 13526 +-16084 14032 +-12057 7717 -11889 17229 +-11155 -1403 +-21065 8138 +-17113 888 +-17665 15096 +-22370 316 +-11321 9074 +-1697 -2347 -18486 7917 +3936 -4102 +-9719 4570 +-16458 -131 +-7144 4816 +3603 -7542 +3543 -5791 +-2564 11084 -3490 1893 +-1989 7609 +-2886 -1851 +2964 -5098 +1736 8032 +-4986 9961 +165 5960 +-9530 16008 -7953 3485 +2094 10916 +8055 12584 +-9184 10900 +1445 13844 +-4950 6520 +-7499 13483 +-5414 958 -1896 3232 +-6839 16026 +-10450 12171 +-13655 15945 +-13433 7341 +-6265 8737 +-5064 7373 +-13342 10622 -14413 8423 +-18594 10095 +-13412 6166 +-17912 9639 +-17614 6608 +-5663 10817 +-9055 2052 +-6242 6272 -7417 5552 +-17743 2551 +-15469 -13107 +-4567 -2544 +-12623 7383 +-10846 5135 +-20909 10468 +-26212 16818 -9241 412 +-5001 -11855 +-17156 8301 +-3886 8835 +-15246 9403 +-4072 10812 +-16954 -4717 +-18685 1813 -9637 1957 +-14969 -1063 +-18897 -7597 +-28787 -5931 +-18260 -4772 +-20221 -2420 +-13743 101 +-11731 -3017 -21238 -3188 +-9641 -4919 +-12059 -4373 +-3855 -10923 +-15740 -8471 +2605 -4165 +-7120 282 +-10154 -3715 -13187 -2986 +-1306 -2565 +14698 7092 +-7279 -4828 +-14258 -1782 +542 674 +-3190 1935 +2196 2595 -13590 6214 +-14532 4266 +865 6008 +-3515 5056 +-6570 -8787 +2748 -547 +-4650 883 +-4847 2332 -1245 -1851 +-7401 3250 +-5998 3633 +1000 5127 +-9915 4542 +-1602 4948 +-6172 -1161 +-21884 -871 -9258 -1842 +-5933 -5003 +-15604 2507 +-6542 3550 +-5015 -378 +-2738 -1612 +-10579 -2379 +-5107 -13387 -1087 -13907 +-11254 223 +4387 -3045 +-456 5496 +-2585 528 +-8390 3478 +-11031 -4726 +-12192 -187 -12101 -2434 +-6648 -2287 +-3438 1125 +-20227 -1465 +-13850 8056 +-14411 -8596 +-1309 -38 +-6313 -3341 -9603 3618 +-8599 3520 +-8293 1577 +-26179 -1708 +-23911 4626 +-8553 7809 +-21448 -1033 +-14672 -2675 -26974 -8802 --10978 3796 --16152 7443 --10804 -14868 -1183 -9430 -918 8706 --13754 1326 -3552 -20609 -12608 7672 -1485 644 --9105 1352 --5985 -3948 --3896 7887 --9142 7912 --7230 816 -1574 8401 --7668 -2152 --7336 4945 --20010 3794 --10910 -13553 --5668 -27764 -11307 -7065 -15468 62 -329 17564 -1283 6811 --10566 -8164 --5648 -5689 --2545 -5314 --17970 10424 --10407 5022 -6098 -16035 -4493 590 --285 -910 --6800 2598 -124 7148 -2996 -4986 --3149 -10294 -15071 -4367 -639 -3577 -3149 8853 -4398 15308 --807 -7486 -12234 -1235 -13429 8530 -4507 17760 -2500 20865 --7551 22121 --11155 -1403 -3936 -4102 --1989 7609 -2094 10916 --6839 16026 --18594 10095 --17743 2551 --5001 -11855 --14969 -1063 --9641 -4919 --1306 -2565 --14532 4266 --7401 3250 --5933 -5003 --11254 223 --6648 -2287 --8599 3520 -25391 -8172 --10108 -13 --16812 -5417 --11295 -9842 -358 -4657 --7416 -4357 --760 -6958 -9118 -12561 -1080 -5514 -8586 -6990 -8106 3124 -213 6913 --14699 12251 -545 3380 -1142 2031 --2813 4112 --15563 -1162 --11463 9270 --9780 8836 --18399 -4335 -839 -16713 -11847 -1528 -9277 -5123 -2464 16660 --3631 3017 --11938 -1461 --7268 1119 -542 2209 --13715 -4252 --11006 -15408 -3888 -9602 --5522 -6362 --5213 563 --5439 4231 --11628 -5665 -9729 -15554 -5532 -4067 --2862 -6074 --2793 -9550 -9683 6070 --3282 5934 --488 -5215 -6261 8597 -2061 5554 -2938 15578 --2439 20623 --6046 13648 --21065 8138 --9719 4570 --2886 -1851 -8055 12584 --10450 12171 --13412 6166 --15469 -13107 --17156 8301 --18897 -7597 --12059 -4373 -14698 7092 -865 6008 --5998 3633 --15604 2507 -4387 -3045 --3438 1125 --8293 1577 -869 -2643 -2209 732 --16261 -8714 --11142 -19441 --2175 -10055 --11082 -10090 --3483 -10734 --1731 -2949 -1218 14482 --5096 6523 --131 -1216 -12154 15803 --13711 16069 -3174 112 --81 9236 --14883 -11842 --9374 10725 --4815 7176 --23642 1374 --8220 -6404 --10321 -12045 -8398 -15232 --8433 -5148 --443 12373 --5457 1421 --856 1287 --8896 7096 --12019 -7069 --8130 1121 --1202 -15897 -3339 -6209 --1077 -14005 --2872 4104 --7363 -430 --5844 -6519 -3838 -23472 -11715 1475 -3841 -8019 -10982 2896 -7384 3249 --2342 -5996 -5837 -30 -12647 1083 -9385 -3715 -10207 21248 -11777 16528 --330 15016 --17113 888 --16458 -131 -2964 -5098 --9184 10900 --13655 15945 --17912 9639 --4567 -2544 --3886 8835 --28787 -5931 --3855 -10923 --7279 -4828 --3515 5056 -1000 5127 --6542 3550 --456 5496 --20227 -1465 --26179 -1708 -11732 -12826 +-14844 -17656 +-8064 -16029 +-21524 -5130 +-8154 -12251 +-10978 3796 +-10108 -13 +2209 732 5753 560 +-13688 1233 +-6710 -8629 +-8406 -8250 +-10753 937 +-16152 7443 +-16812 -5417 +-16261 -8714 -13692 -8607 +-20511 -3505 +-17179 -5059 +-14310 -6996 +-4559 -14560 +-10804 -14868 +-11295 -9842 +-11142 -19441 -4777 -16819 +-2130 -19835 +-620 -19395 +-2146 -13079 +2238 -11851 +1183 -9430 +358 -4657 +-2175 -10055 -6658 -13962 +-3838 -3624 +7664 1620 +5271 2663 +10780 6123 +918 8706 +-7416 -4357 +-11082 -10090 -2527 494 +-2909 -2331 +-3903 4413 +-3337 -9617 +-7936 -9793 +-13754 1326 +-760 -6958 +-3483 -10734 -15956 -30683 +4165 -28528 +-1529 -20854 +8394 650 +2303 -20228 +3552 -20609 +9118 -12561 +-1731 -2949 2993 3964 -6376 6941 --11811 -2954 -4882 6597 -231 3716 --9445 2994 --20779 10066 -3087 -6907 --9983 5361 --12292 10178 --2266 7964 -139 -12926 --10880 -21401 --3141 -20194 -3451 957 -743 2213 --4190 18375 -1344 -3223 --12079 5894 -3087 -11411 --9010 -11031 --19504 -11435 --15309 -10546 --9398 -14536 --3011 -3842 --2128 -12254 --8186 4998 --3362 -463 -16542 -10694 -438 1346 --4894 -11212 -3401 223 --5876 13839 -484 -915 --11946 13678 -23234 -7725 -6789 10389 -5008 7283 --3885 19613 --6478 25780 --17665 15096 --7144 4816 -1736 8032 -1445 13844 --13433 7341 --17614 6608 --12623 7383 --15246 9403 --18260 -4772 --15740 -8471 --14258 -1782 --6570 -8787 --9915 4542 --5015 -378 --2585 528 --13850 8056 --23911 4626 --14844 -17656 --13688 1233 --20511 -3505 --2130 -19835 --3838 -3624 --2909 -2331 -4165 -28528 9951 -13789 -6555 3739 -5810 5137 --1242 802 -6793 6698 --7546 8749 --8772 -164 -384 -9018 --14444 1411 --817 15584 --8980 4457 --27827 8870 --9949 -15286 -1640 -22285 --9082 -7316 -20610 -3152 -5475 7276 --13443 4071 --4180 -8542 --2282 -1634 -4337 -528 --11995 1829 --10114 -12038 -1500 -6785 --7563 -3694 --90 -7125 --10707 -1068 --6108 -6563 --490 -14968 -7807 -3720 -2817 -432 -6016 -1957 --2635 8088 --8469 -1229 --172 -1536 -19360 -1245 -5443 4235 -2118 19362 --7047 10230 --15130 13526 --22370 316 -3603 -7542 --4986 9961 --4950 6520 --6265 8737 --5663 10817 --10846 5135 --4072 10812 --20221 -2420 -2605 -4165 -542 674 -2748 -547 --1602 4948 --2738 -1612 --8390 3478 --14411 -8596 --8553 7809 --8064 -16029 --6710 -8629 --17179 -5059 --620 -19395 -7664 1620 --3903 4413 --1529 -20854 13991 -5020 --4735 -1389 --3834 -1023 --2641 5891 -8426 15327 --912 -1554 --8866 5101 --10409 191 --2483 27 --1481 6791 --7468 3030 --18933 -1085 --2036 -19663 --6024 -18898 -3628 4337 -7747 3759 --1989 16505 --1520 1904 --3458 9859 --2914 -10121 --13462 7737 --15402 -10109 --17389 -10062 --2887 -8562 --1433 -2489 --4506 -286 --4142 4729 --1803 -6588 -8664 -14540 -9436 -5878 -795 -4565 -4975 3685 -3784 4528 --14625 -1141 --1257 -10747 -12862 526 -22140 12758 -3025 16431 -379 4962 --16084 14032 --11321 9074 -3543 -5791 -165 5960 --7499 13483 --5064 7373 --9055 2052 --20909 10468 --16954 -4717 --13743 101 --7120 282 --3190 1935 --4650 883 --6172 -1161 --10579 -2379 --11031 -4726 --1309 -38 --21448 -1033 --21524 -5130 --8406 -8250 --14310 -6996 --2146 -13079 -5271 2663 --3337 -9617 -8394 650 2412 2456 -5888 14067 -2725 78 -5377 1589 --818 3521 --941 10571 --16931 1269 -1819 1697 --2401 -6021 --12132 2522 --14298 4809 --23989 -8872 --7113 -15597 --1448 -18256 -7703 -4248 -3575 4471 --2778 21688 --2714 3137 --5828 -1363 --1532 5827 --12885 6645 --17529 5232 --873 -16440 -7559 -1204 --11759 5107 -662 -2755 --15414 -2118 --6454 -9819 -17595 -14821 -9266 -3987 -5789 -865 -10649 3131 --449 21116 -6080 -7089 -6084 3886 -12731 7930 -8186 6843 -2596 13456 -990 18343 --12057 7717 --1697 -2347 --2564 11084 --9530 16008 --5414 958 --13342 10622 --6242 6272 --26212 16818 --18685 1813 --11731 -3017 --10154 -3715 -2196 2595 --4847 2332 --21884 -871 --5107 -13387 --12192 -187 --6313 -3341 --14672 -2675 --8154 -12251 --10753 937 --4559 -14560 -2238 -11851 -10780 6123 --7936 -9793 -2303 -20228 11446 -12999 11474 -8228 +-9541 -1037 +16827 -1840 +6346 -8195 +10719 -4459 +-4353 16649 +7363 8365 +2455 -17175 -6107 6005 +-6063 18588 +-6004 15650 +11922 -10204 +18871 -1092 +-4248 12946 +3992 -225 +-12109 11815 10342 -1811 +21168 2048 +-10441 -7925 +13050 1707 +-18630 -18110 +8013 581 +5665 -2576 +2200 -7235 5105 -14180 --2974 -3852 --2607 6610 --16716 -8379 +7201 17779 +12963 16951 +-9688 -17232 +4582 6460 +7684 14113 +-2630 -3955 +-16276 13722 +-2974 -3852 +10645 6124 +16350 4360 +4344 -4113 +-3282 9584 +-2240 -12905 +-24295 34934 +-27241 -5024 +-2607 6610 +-1124 974 +-27904 15323 +-20825 11670 +10885 -6779 +-19130 8283 +-5734 -3406 +-4890 961 +-16716 -8379 +-1951 -3709 +-3068 -15396 +-11892 -31375 +-18041 -2547 +-9316 7879 +7862 -2182 +-18107 -8186 8205 4488 +-25079 -4648 +-6901 -14156 +15134 4487 +5885 -2119 +7667 413 +-19275 -519 +-12224 -8124 -13817 -9922 +2808 -7445 +148 1057 +15618 -17106 +12254 -25423 +-6366 -32501 +-12210 -7020 +2940 -8065 302 714 +8212 -17014 +374 -16553 +-18257 4019 +-11117 -13241 +-9143 -12751 +-7574 -4348 +8271 -8640 14535 -13055 +16061 1161 +5098 -18552 +12390 -10191 +-16759 13316 +10601 -8477 +12630 8505 +15004 9228 11049 9653 +1136 -836 +-1011 -24008 +-7035 -9460 +-10811 10084 +-7633 -7343 +1545 7228 +1604 -10663 4384 2236 +16438 7126 +10615 -715 +12462 -3452 +6194 9341 +9816 9403 +11999 -13152 +7953 -4520 -462 9492 +14621 -975 +-1670 -6100 +4707 17892 +2878 -11962 +26094 7183 +-1771 -9235 +10277 -3165 -4825 -5488 +-14418 -3043 +-1841 -5013 +1706 16124 +4416 -5195 +-21102 795 +7454 5942 +-7792 -1842 5207 -8116 +-688 -16009 +3920 -7265 +11314 -9703 +6567 -35114 +4176 -10956 +9178 -12609 +5339 -16913 -1297 5577 +-2380 -4746 +8652 15733 +16845 14988 +11042 12722 +22064 10940 +-6497 23927 +4509 15639 17787 24671 +9824 17874 +4994 13312 +6958 22042 +9440 -9270 +-2456 22556 +-16659 -9006 +-8365 12160 26439 27419 +4225 16776 +7663 11805 +6606 11181 +-19337 31062 +-6035 3539 +-3148 7683 +-9702 11720 4517 14037 +-10926 7355 +-11753 12803 +-1526 30768 +-878 12893 +-11668 12528 +1402 -1480 +-3490 9073 -16515 20802 +1100 -1571 +-7405 1608 +-22800 3688 +12404 14227 +-1721 1663 +-6043 300 +1729 -323 -4212 5620 +-3326 -11495 +-14866 14748 +-21690 14994 +3451 2471 +-8165 -5022 +-2650 212 +-8016 6854 -2322 -3634 +-10130 5983 +-19498 -993 +-1398 6835 +-1521 -627 +705 -1786 +-2412 5369 +3002 2228 -11503 -2241 +-6593 -11040 +-6871 1752 +-9420 10469 +-3434 -13048 +5029 -12666 +-10567 -16508 +7172 -11631 -9226 -6443 +-3257 -19307 +19429 -16031 +9886 -25034 +9621 -3929 +-7758 -16903 +12180 -16961 +-867 -18645 -589 -10249 +2602 -18974 +15833 -4134 +7027 -10987 +9655 -17271 +5538 10485 +-5483 -1488 +20609 4493 7214 13090 +-9103 155 +3942 2161 +7868 -13471 +1327 -17075 +-4978 -11639 +-6662 -7343 +10319 -6321 19040 7117 +419 -5950 +-10030 -5304 +-5418 17602 +-23296 -6302 +15313 -4797 +8628 -3002 +-10855 -4576 8020 13283 +28762 -7857 +10036 -9569 +-732 1801 +18391 -14129 +-4400 -4433 +-3 7214 +897 6869 23396 -2656 +1569 3396 +11307 -9605 +18343 8658 +20471 11414 +14369 6569 +28091 4411 +5042 -10979 -1707 4590 +32534 -1325 +15059 21042 +-7085 932 +14632 18890 +13147 6353 +376 -9829 +12946 -5918 -7523 -18565 +5265 -11589 +6766 2121 +2783 -2679 +32201 6249 +26176 -5646 +1993 10735 +25272 -13638 2490 -1574 +9063 5501 +10967 -342 +6998 20387 +-4741 -277 +1715 16371 +20805 12299 +-11411 17395 14026 23356 +6160 18176 +11887 15135 +7510 -509 +26431 4330 +737 1129 +2448 15475 +1480 1195 -15293 17224 +-4973 4649 +-8403 2978 +-12154 7681 +-11161 7829 +-27656 29 +-2147 10180 +-11112 -6524 -13554 17123 +-17203 -2483 +4672 976 +5223 3028 +-4441 -2116 +9350 -568 +-13632 -160 +5894 -2525 4050 -2920 +13376 -398 +4914 -1331 +10830 -16305 +4166 7305 +7001 -18546 +2943 -18416 +481 -1423 11138 -1964 +-8003 -6712 +10228 -10323 +5927 -4706 +8162 5365 +11561 9159 +7887 843 +-2943 -18301 -75 5830 +11077 -2587 +13720 -13 +591 475 +15073 -4157 +23292 4631 +15520 -866 +2768 20556 12620 -2721 -10245 2508 -1605 13365 --1496 1610 --8184 -3770 -13195 -11093 -13075 7599 -7139 12784 -10193 7050 -13117 -2291 -13908 3903 -16471 -13024 --10740 38838 --6581 218 --12738 29931 --26609 23095 --10672 -13731 -14894 13309 -4314 -20106 -9883 -5149 --14916 -3190 --5155 5335 --5300 -9635 --4134 -13263 -6483 3696 --9541 -1037 --6063 18588 -21168 2048 -7201 17779 -10645 6124 --1124 974 --1951 -3709 --25079 -4648 -2808 -7445 -8212 -17014 -16061 1161 -1136 -836 -16438 7126 -14621 -975 --14418 -3043 --688 -16009 --2380 -4746 -9824 17874 -4225 16776 --10926 7355 -1100 -1571 --3326 -11495 --10130 5983 --6593 -11040 --3257 -19307 -2602 -18974 --9103 155 -419 -5950 -28762 -7857 -1569 3396 -32534 -1325 -5265 -11589 -9063 5501 -6160 18176 --4973 4649 --17203 -2483 -13376 -398 --8003 -6712 -11077 -2587 1842 18134 +10434 3846 +8596 16440 +-3727 -7011 +17288 12204 +345 777 +8461 30873 +10245 2508 -21512 8067 +7026 9017 +-158 3790 +-11504 -6477 +-13128 9901 +-13724 15458 +-7874 -2245 +1605 13365 3105 10911 +-376 11984 +-12352 18217 +-13676 3523 +-11201 5105 +10568 -11369 +-4540 -8428 +-1496 1610 -10558 -3205 +-28248 -10984 +-5727 7703 +-21342 -4155 +-11638 -6817 +-5333 -2899 +-22808 7170 +-8184 -3770 -11765 -11540 +1539 -15032 +-6479 -15540 +-1153 -19929 +-11989 -9984 +-8668 361 +-6426 -18032 +13195 -11093 20953 -18596 +8987 -2100 +11368 -17916 +15008 -3251 +14204 -17488 +11839 -9310 +12375 -2752 +13075 7599 29460 -9122 +7574 21380 +2443 8198 +14522 2719 +19306 5970 +26559 4583 +25117 4487 +7139 12784 -6385 27953 +6167 -3202 +441 -2315 +3539 4801 +-9135 8903 +-7269 26417 +14375 950 +10193 7050 2429 17773 +-8567 24361 +12194 18388 +13696 7469 +9654 10803 +-9108 -985 +3830 4680 +13117 -2291 5058 -4622 +4998 3613 +-365 19004 +21312 9414 +-13978 9300 +2517 -1095 +2599 1537 +13908 3903 5989 14719 +-13653 -9777 +-793 19391 +20569 732 +-1372 2878 +9028 9303 +-9094 7518 +16471 -13024 -1791 -14085 +-3999 -2458 +1229 5746 +6193 20687 +-8357 10600 +4602 13169 +-7375 22067 +-10740 38838 11946 14678 +-1054 15892 +-19966 2762 +-7725 9927 +1505 2974 +-2216 8939 +2752 11077 +-6581 218 -25657 15485 +12146 12542 +-14301 6955 +-14089 11720 +-27340 9691 +-3596 19259 +-5169 28606 +-12738 29931 -1038 7374 +-24160 30835 +-7499 18716 +-19703 24964 +329 8013 +-9180 28311 +-14226 14979 +-26609 23095 -28566 20959 +-33972 2189 +-1447 11398 +-11793 -7846 +-10673 18703 +-30829 14433 +-11882 367 +-10672 -13731 -33400 -18865 +-15282 -915 +4112 -5521 +-327 -20132 +-11965 -25719 +-12052 271 +-9720 -17658 +14894 13309 9153 -10907 +-14271 -14183 +-15682 7878 +13945 5749 +-10684 7259 +3158 -5669 +-17103 -5745 +4314 -20106 -4352 -10792 +-16804 -14487 +-14477 -22493 +1278 -12257 +3487 -1830 +-1300 -9390 +5665 -19552 +9883 -5149 8811 2837 +-1844 -1193 +-11942 3763 +7126 -10347 +14546 9273 +14129 1033 +-7878 17000 +-14916 -3190 9151 -8765 +750 -2018 +6170 9538 +-5335 6610 +12234 19343 +838 5682 +-2045 -6893 +-5155 5335 7359 1543 +3655 6788 +2846 6783 +671 1659 +-17231 -21538 +-11971 7147 +-17200 -4465 +-5300 -9635 -9444 7713 +-1784 15026 +-4446 1133 +-19605 -173 +-18073 -9536 +-9853 2016 +-12710 2794 +-4134 -13263 -5233 -14727 +-7648 -4174 +2050 17599 +-5625 11169 +186 7465 +-12167 -26011 +-518 -10570 +6483 3696 -520 -16219 -16827 -1840 --6004 15650 --10441 -7925 -12963 16951 -16350 4360 --27904 15323 --3068 -15396 --6901 -14156 -148 1057 -374 -16553 -5098 -18552 --1011 -24008 -10615 -715 --1670 -6100 --1841 -5013 -3920 -7265 -8652 15733 -4994 13312 -7663 11805 --11753 12803 --7405 1608 --14866 14748 --19498 -993 --6871 1752 -19429 -16031 -15833 -4134 -3942 2161 --10030 -5304 -10036 -9569 -11307 -9605 -15059 21042 -6766 2121 -10967 -342 -11887 15135 --8403 2978 -4672 976 -4914 -1331 -10228 -10323 -13720 -13 -10434 3846 -7026 9017 --376 11984 --28248 -10984 -1539 -15032 -8987 -2100 -7574 21380 -6167 -3202 --8567 24361 -4998 3613 --13653 -9777 --3999 -2458 --1054 15892 -12146 12542 --24160 30835 --33972 2189 --15282 -915 --14271 -14183 --16804 -14487 --1844 -1193 -750 -2018 -3655 6788 --1784 15026 --7648 -4174 8742 -20740 -6346 -8195 -11922 -10204 -13050 1707 --9688 -17232 -4344 -4113 --20825 11670 --11892 -31375 -15134 4487 -15618 -17106 --18257 4019 -12390 -10191 --7035 -9460 -12462 -3452 -4707 17892 -1706 16124 -11314 -9703 -16845 14988 -6958 22042 -6606 11181 --1526 30768 --22800 3688 --21690 14994 --1398 6835 --9420 10469 -9886 -25034 -7027 -10987 -7868 -13471 --5418 17602 --732 1801 -18343 8658 --7085 932 -2783 -2679 -6998 20387 -7510 -509 --12154 7681 -5223 3028 -10830 -16305 -5927 -4706 -591 475 -8596 16440 --158 3790 --12352 18217 --5727 7703 --6479 -15540 -11368 -17916 -2443 8198 -441 -2315 -12194 18388 --365 19004 --793 19391 -1229 5746 --19966 2762 --14301 6955 --7499 18716 --1447 11398 -4112 -5521 --15682 7878 --14477 -22493 --11942 3763 -6170 9538 -2846 6783 --4446 1133 -2050 17599 18788 -21446 -10719 -4459 -18871 -1092 --18630 -18110 -4582 6460 --3282 9584 -10885 -6779 --18041 -2547 -5885 -2119 -12254 -25423 --11117 -13241 --16759 13316 --10811 10084 -6194 9341 -2878 -11962 -4416 -5195 -6567 -35114 -11042 12722 -9440 -9270 --19337 31062 --878 12893 -12404 14227 -3451 2471 --1521 -627 --3434 -13048 -9621 -3929 -9655 -17271 -1327 -17075 --23296 -6302 -18391 -14129 -20471 11414 -14632 18890 -32201 6249 --4741 -277 -26431 4330 --11161 7829 --4441 -2116 -4166 7305 -8162 5365 -15073 -4157 --3727 -7011 --11504 -6477 --13676 3523 --21342 -4155 --1153 -19929 -15008 -3251 -14522 2719 -3539 4801 -13696 7469 -21312 9414 -20569 732 -6193 20687 --7725 9927 --14089 11720 --19703 24964 --11793 -7846 --327 -20132 -13945 5749 -1278 -12257 -7126 -10347 --5335 6610 -671 1659 --19605 -173 --5625 11169 -1308 1006 --4353 16649 --4248 12946 -8013 581 -7684 14113 --2240 -12905 --19130 8283 --9316 7879 -7667 413 --6366 -32501 --9143 -12751 -10601 -8477 --7633 -7343 -9816 9403 -26094 7183 --21102 795 -4176 -10956 -22064 10940 --2456 22556 --6035 3539 --11668 12528 --1721 1663 --8165 -5022 -705 -1786 -5029 -12666 --7758 -16903 -5538 10485 --4978 -11639 -15313 -4797 --4400 -4433 -14369 6569 -13147 6353 -26176 -5646 -1715 16371 -737 1129 --27656 29 -9350 -568 -7001 -18546 -11561 9159 -23292 4631 -17288 12204 --13128 9901 --11201 5105 --11638 -6817 --11989 -9984 -14204 -17488 -19306 5970 --9135 8903 -9654 10803 --13978 9300 --1372 2878 --8357 10600 -1505 2974 --27340 9691 -329 8013 --10673 18703 --11965 -25719 --10684 7259 -3487 -1830 -14546 9273 -12234 19343 --17231 -21538 --18073 -9536 -186 7465 16316 -5738 -7363 8365 -3992 -225 -5665 -2576 --2630 -3955 --24295 34934 --5734 -3406 -7862 -2182 --19275 -519 --12210 -7020 --7574 -4348 -12630 8505 -1545 7228 -11999 -13152 --1771 -9235 -7454 5942 -9178 -12609 --6497 23927 --16659 -9006 --3148 7683 -1402 -1480 --6043 300 --2650 212 --2412 5369 --10567 -16508 -12180 -16961 --5483 -1488 --6662 -7343 -8628 -3002 --3 7214 -28091 4411 -376 -9829 -1993 10735 -20805 12299 -2448 15475 --2147 10180 --13632 -160 -2943 -18416 -7887 843 -15520 -866 -345 777 --13724 15458 -10568 -11369 --5333 -2899 --8668 361 -11839 -9310 -26559 4583 --7269 26417 --9108 -985 -2517 -1095 -9028 9303 -4602 13169 --2216 8939 --3596 19259 --9180 28311 --30829 14433 --12052 271 -3158 -5669 --1300 -9390 -14129 1033 -838 5682 --11971 7147 --9853 2016 --12167 -26011 -21018 -9161 -2455 -17175 --12109 11815 -2200 -7235 --16276 13722 --27241 -5024 --4890 961 --18107 -8186 --12224 -8124 -2940 -8065 -8271 -8640 -15004 9228 -1604 -10663 -7953 -4520 -10277 -3165 --7792 -1842 -5339 -16913 -4509 15639 --8365 12160 --9702 11720 --3490 9073 -1729 -323 --8016 6854 -3002 2228 -7172 -11631 --867 -18645 -20609 4493 -10319 -6321 --10855 -4576 -897 6869 -5042 -10979 -12946 -5918 -25272 -13638 --11411 17395 -1480 1195 --11112 -6524 -5894 -2525 -481 -1423 --2943 -18301 -2768 20556 -8461 30873 --7874 -2245 --4540 -8428 --22808 7170 --6426 -18032 -12375 -2752 -25117 4487 -14375 950 -3830 4680 -2599 1537 --9094 7518 --7375 22067 -2752 11077 --5169 28606 --14226 14979 --11882 367 --9720 -17658 --17103 -5745 -5665 -19552 --7878 17000 --2045 -6893 --17200 -4465 --12710 2794 --518 -10570 -9973 7132 --7087 1371 -31060 -4031 --27378 7844 --11047 13698 -10357 -9537 --547 -5162 -19300 28953 --2827 -8892 -2553 19233 --25198 -13463 --19345 -9949 --4976 -15993 -11879 -5679 --7696 -2746 -8626 23128 --11224 4769 -15566 -7228 --48147 -21746 --47381 -29189 --14316 -20882 -9714 -29615 --19201 -1894 --5321 4041 -2223 -3587 --21306 -21086 --6990 -18878 --7764 -31298 --38789 -29204 --16248 -33533 --19257 -19320 -3812 -19480 -17396 10975 -16337 16721 --6306 -17520 -12672 9199 -3473 -731 --25225 549 --11041 -22925 -2765 -22171 --9541 12816 --21357 11949 --10821 -6555 --555 1533 --18671 -6276 --13122 -9834 -4177 -33662 -23734 -16629 --8894 617 --1824 16040 --13824 -2478 --22343 24943 -12594 -39986 --679 30835 -2193 -5000 -13664 -8260 --17923 22666 --13346 -39128 --2903 1094 --9328 -17068 -29292 8689 -12475 -16258 --11259 -3026 -15676 610 --11377 -15623 -22286 1293 -8826 -8219 --39438 -5241 --6065 -21982 --10587 2138 --1605 3241 --18838 1543 -29546 -6153 --20016 18786 --35848 8633 --5003 -28871 --4662 -4296 --15068 8434 --21960 -1976 -12042 15449 --2295 3914 -12493 15324 --23695 8633 --27287 -9685 -20417 -10906 -13534 4417 --10800 9761 --13060 -8641 --31369 10282 --12366 -5135 -14887 18694 -3817 -46169 -6491 -17093 --20124 9180 --4237 -17668 --33232 -6975 -18593 10313 --7180 -10507 --7559 8234 --16797 7529 -1628 6582 --39029 -11082 -3955 -11629 --5019 -22749 --3110 -12048 -28556 19822 --18204 -13550 --12404 -4 -12134 -11319 --26296 568 --10869 4335 -41391 -15442 -866 -20658 --12127 27118 --11988 -18910 -17242 34434 --25638 -3134 -39083 3963 --1390 5579 -8275 -20342 -15099 16099 --3062 12963 -9914 -24258 --12210 -11441 --8710 7959 --9216 -6002 -14046 -7012 --9415 10893 -6946 19784 --2156 23820 --5122 1388 --3678 22198 --16641 -31525 --16049 -5927 -18611 -16422 --23844 21216 -876 5380 --1463 2781 --14358 -1711 --12552 -3682 -8670 23499 --22359 -1358 -10078 1600 --5 14613 --7619 -16522 -1154 -9536 --9165 -1221 --27120 -19881 -17829 -36388 -13126 14334 -14049 -22771 -2989 5610 --11263 -2807 --35700 -17464 --22452 -27455 -6557 -30986 --67 8918 -6761 -2268 -6827 1591 -11932 -36060 -3917 -5888 -466 542 --11706 15311 -6031 -5778 --7858 676 --11259 -12397 --10839 -13870 --11276 -2324 --5546 13408 --26511 -723 --19584 -5907 -17446 2519 --2521 9875 -463 -32430 -25373 -29143 -29693 17148 -26902 -8196 --8920 -2706 --18393 148 -4818 1839 -8211 -1752 --17234 -5946 -8548 -23764 -7323 21014 --14853 -19067 --6542 -6530 -7683 -12307 -10970 1282 -12439 894 --1425 -2721 -13668 -21339 --4949 -5146 -20771 12393 -15081 2648 --23003 37380 --13185 8149 -1348 9146 -3860 9073 --3135 -13314 --2426 35273 --30120 17696 --36329 172 -24523 -27051 --2113 664 --9471 -12182 -3415 768 --2960 -4251 -14679 -17432 --25361 -8124 --27000 -3797 --29656 -25852 --13563 -31862 -5756 -34805 -29552 -5039 -7702 -7997 --18979 -14473 --13943 -17551 --38149 12299 --4294 1386 -125 -3780 --2195 -38765 -3159 -14988 --11159 -15828 -19935 -7786 -20515 9531 --8025 -4436 --18011 18241 --4368 14746 --35454 8144 --32469 4460 --18422 -14746 -4677 -9 --12242 -9036 -3161 10112 --6929 -9288 --1036 -27158 -3526 -16301 -6297 -10842 -15843 -8925 -6383 15381 -14882 -5352 --7180 -10819 -21784 -35320 -11751 8122 -1984 7966 -11753 3106 --10400 -16984 --17448 -10130 --16412 -9066 -19857 -21347 -10793 12066 -29349 -9066 --10429 -28256 -3001 -714 --3924 -14716 -15659 -31199 --2447 2617 --8189 12959 --17726 19577 -22561 23837 -710 -10381 -4923 6206 --7881 5452 -555 7734 --18946 2444 --37648 23693 -1735 -7348 -16091 -18532 -15120 -4059 -7854 2567 --12494 18029 --1934 6164 -18969 30801 --25471 7871 --6814 26761 -10224 -44265 -11577 7391 --26657 7341 --3674 -13365 --3 4880 --13086 13381 --35207 -14584 -4013 2073 -10251 -4390 -29201 -8303 --3711 -10753 --6411 -12970 --7655 -42686 --9825 -25064 -16007 16475 --21553 -16129 --35353 19705 --27783 3436 --20677 -12381 -355 -31434 --11501 -723 -14059 11128 -15464 24055 -937 -9492 -9879 -13263 --7158 241 -11671 -33807 -20873 -15663 -19782 356 --18525 4051 --32895 3439 --18077 5636 -13962 -7879 -19399 -3089 --2253 3678 -16922 -13899 --6056 -2531 --1164 16837 --35597 1532 --4027 -11727 -6914 14001 -7058 -12347 -15489 4078 -7279 -5294 -3356 -16457 -19802 -8531 -11817 -26292 --17452 -13279 --26924 12216 --9134 -11589 --6300 44604 -6835 1718 --2723 -8454 --10832 1168 --16463 23457 -13894 1685 -24515 -9306 -25322 9805 --20797 -8614 --10982 7496 -15268 4744 --10147 8439 --32659 11046 --3858 -21000 --8396 -835 -10913 -10188 --12425 504 -9400 6484 --23469 -11097 --15300 -2214 -3392 2710 -2935 -32180 -8881 4790 --22134 -694 -12280 -904 --1840 -32969 --7114 -6983 --13940 15570 -28713 -2036 --2077 27628 -30159 17263 --31797 14179 --15809 19366 -5261 -25806 --20722 9695 --6042 10928 --4949 10585 -3534 -21748 -8985 -10220 -718 -18066 --4358 -11530 --5661 -14883 -11785 -10956 --11033 4844 -7181 -10330 --9921 -2434 -15546 5187 --31549 9389 -24078 -193 --32089 25747 --15735 -18206 --4294 12033 -3032 -16860 -65 8456 --24069 -19095 --34421 -30800 -9203 26712 -12339 -1075 -7983 -27047 --10300 8012 +21018 -9161 +9973 7132 +-7087 1371 +22286 1293 +-2156 23820 +15081 2648 +-8189 12959 +11817 -26292 5484 6339 --20046 23868 --20613 165 --1020 8638 -27724 -34463 --6911 16611 --15570 -7595 -11253 -6660 -1273 -10931 -2506 -11551 --8522 -11798 --8944 -15574 -4056 19801 -4690 6610 --16682 -13394 --7241 -14866 --5447 -18316 -9450 13618 --3681 5456 --9606 -13770 -2097 18293 -1098 -3023 -1025 6417 --9369 -7632 --31037 -4982 -4614 -31289 -19320 -3009 --19107 5091 -5210 -6336 --32144 -14023 -14246 7507 -13099 -8354 -3948 -15839 --3275 19308 --21894 4029 --12387 -4169 --20115 14451 --10189 -259 -916 10952 --3188 -3102 --10503 -19019 --56981 18089 --6941 -24802 -8635 -29992 --9139 2958 -7169 -9758 -23950 -22632 -26483 20359 --4241 4236 --13975 -6316 --3174 5483 --564 10392 -4430 -3252 --16923 -16689 -8560 -19364 -20159 -22674 --8357 -1912 --10304 2410 --24335 -4428 --5032 -19916 -21897 -20179 --43 -11158 -9699 -1821 --7603 -1098 1866 44090 +31060 -4031 +8826 -8219 +-5122 1388 +-23003 37380 +-17726 19577 +-17452 -13279 +-20046 23868 8761 -896 +-27378 7844 +-39438 -5241 +-3678 22198 +-13185 8149 +22561 23837 +-26924 12216 +-20613 165 -15735 17524 +-11047 13698 +-6065 -21982 +-16641 -31525 +1348 9146 +710 -10381 +-9134 -11589 +-1020 8638 39244 -2611 +10357 -9537 +-10587 2138 +-16049 -5927 +3860 9073 +4923 6206 +-6300 44604 +27724 -34463 30933 18142 +-547 -5162 +-1605 3241 +18611 -16422 +-3135 -13314 +-7881 5452 +6835 1718 +-6911 16611 2997 -3443 +19300 28953 +-18838 1543 +-23844 21216 +-2426 35273 +555 7734 +-2723 -8454 +-15570 -7595 8801 17310 +-2827 -8892 +29546 -6153 +876 5380 +-30120 17696 +-18946 2444 +-10832 1168 +11253 -6660 3201 23679 +2553 19233 +-20016 18786 +-1463 2781 +-36329 172 +-37648 23693 +-16463 23457 +1273 -10931 -4122 7441 +-25198 -13463 +-35848 8633 +-14358 -1711 +24523 -27051 +1735 -7348 +13894 1685 +2506 -11551 -16278 -466 +-19345 -9949 +-5003 -28871 +-12552 -3682 +-2113 664 +16091 -18532 +24515 -9306 +-8522 -11798 -1578 -15092 +-4976 -15993 +-4662 -4296 +8670 23499 +-9471 -12182 +15120 -4059 +25322 9805 +-8944 -15574 -161 10844 +11879 -5679 +-15068 8434 +-22359 -1358 +3415 768 +7854 2567 +-20797 -8614 +4056 19801 5656 17814 +-7696 -2746 +-21960 -1976 +10078 1600 +-2960 -4251 +-12494 18029 +-10982 7496 +4690 6610 -32716 14093 +8626 23128 +12042 15449 +-5 14613 +14679 -17432 +-1934 6164 +15268 4744 +-16682 -13394 5665 7399 +-11224 4769 +-2295 3914 +-7619 -16522 +-25361 -8124 +18969 30801 +-10147 8439 +-7241 -14866 -1472 -5101 +15566 -7228 +12493 15324 +1154 -9536 +-27000 -3797 +-25471 7871 +-32659 11046 +-5447 -18316 -30583 2835 +-48147 -21746 +-23695 8633 +-9165 -1221 +-29656 -25852 +-6814 26761 +-3858 -21000 +9450 13618 5859 -11234 +-47381 -29189 +-27287 -9685 +-27120 -19881 +-13563 -31862 +10224 -44265 +-8396 -835 +-3681 5456 16587 -23685 +-14316 -20882 +20417 -10906 +17829 -36388 +5756 -34805 +11577 7391 +10913 -10188 +-9606 -13770 13723 -24513 +9714 -29615 +13534 4417 +13126 14334 +29552 -5039 +-26657 7341 +-12425 504 +2097 18293 -3679 -8579 +-19201 -1894 +-10800 9761 +14049 -22771 +7702 -7997 +-3674 -13365 +9400 6484 +1098 -3023 -12903 -2982 +-5321 4041 +-13060 -8641 +2989 5610 +-18979 -14473 +-3 4880 +-23469 -11097 +1025 6417 -45072 -26149 +2223 -3587 +-31369 10282 +-11263 -2807 +-13943 -17551 +-13086 13381 +-15300 -2214 +-9369 -7632 -9481 -26306 +-21306 -21086 +-12366 -5135 +-35700 -17464 +-38149 12299 +-35207 -14584 +3392 2710 +-31037 -4982 -2793 10062 +-6990 -18878 +14887 18694 +-22452 -27455 +-4294 1386 +4013 2073 +2935 -32180 +4614 -31289 -8658 -32470 +-7764 -31298 +3817 -46169 +6557 -30986 +125 -3780 +10251 -4390 +8881 4790 +19320 -3009 -16576 -6757 +-38789 -29204 +6491 -17093 +-67 8918 +-2195 -38765 +29201 -8303 +-22134 -694 +-19107 5091 914 7107 +-16248 -33533 +-20124 9180 +6761 -2268 +3159 -14988 +-3711 -10753 +12280 -904 +5210 -6336 14204 -18759 +-19257 -19320 +-4237 -17668 +6827 1591 +-11159 -15828 +-6411 -12970 +-1840 -32969 +-32144 -14023 16310 6480 +3812 -19480 +-33232 -6975 +11932 -36060 +19935 -7786 +-7655 -42686 +-7114 -6983 +14246 7507 -13478 4803 +17396 10975 +18593 10313 +3917 -5888 +20515 9531 +-9825 -25064 +-13940 15570 +13099 -8354 -7434 5287 +16337 16721 +-7180 -10507 +466 542 +-8025 -4436 +16007 16475 +28713 -2036 +3948 -15839 31976 1010 +-6306 -17520 +-7559 8234 +-11706 15311 +-18011 18241 +-21553 -16129 +-2077 27628 +-3275 19308 -12466 12009 +12672 9199 +-16797 7529 +6031 -5778 +-4368 14746 +-35353 19705 +30159 17263 +-21894 4029 -15135 20343 +3473 -731 +1628 6582 +-7858 676 +-35454 8144 +-27783 3436 +-31797 14179 +-12387 -4169 -33900 7646 +-25225 549 +-39029 -11082 +-11259 -12397 +-32469 4460 +-20677 -12381 +-15809 19366 +-20115 14451 -13307 -5422 +-11041 -22925 +3955 -11629 +-10839 -13870 +-18422 -14746 +355 -31434 +5261 -25806 +-10189 -259 9702 14429 +2765 -22171 +-5019 -22749 +-11276 -2324 +4677 -9 +-11501 -723 +-20722 9695 +916 10952 8320 -26584 +-9541 12816 +-3110 -12048 +-5546 13408 +-12242 -9036 +14059 11128 +-6042 10928 +-3188 -3102 -35934 -25331 +-21357 11949 +28556 19822 +-26511 -723 +3161 10112 +15464 24055 +-4949 10585 +-10503 -19019 -3864 6839 +-10821 -6555 +-18204 -13550 +-19584 -5907 +-6929 -9288 +937 -9492 +3534 -21748 +-56981 18089 4599 -6946 +-555 1533 +-12404 -4 +17446 2519 +-1036 -27158 +9879 -13263 +8985 -10220 +-6941 -24802 23746 -14035 +-18671 -6276 +12134 -11319 +-2521 9875 +3526 -16301 +-7158 241 +718 -18066 +8635 -29992 11965 -8686 +-13122 -9834 +-26296 568 +463 -32430 +6297 -10842 +11671 -33807 +-4358 -11530 +-9139 2958 -1030 -24864 +4177 -33662 +-10869 4335 +25373 -29143 +15843 -8925 +20873 -15663 +-5661 -14883 +7169 -9758 7917 -22601 +23734 -16629 +41391 -15442 +29693 17148 +6383 15381 +19782 356 +11785 -10956 +23950 -22632 -6535 13062 +-8894 617 +866 -20658 +26902 -8196 +14882 -5352 +-18525 4051 +-11033 4844 +26483 20359 -6512 8893 +-1824 16040 +-12127 27118 +-8920 -2706 +-7180 -10819 +-32895 3439 +7181 -10330 +-4241 4236 7901 9493 +-13824 -2478 +-11988 -18910 +-18393 148 +21784 -35320 +-18077 5636 +-9921 -2434 +-13975 -6316 4246 -7606 +-22343 24943 +17242 34434 +4818 1839 +11751 8122 +13962 -7879 +15546 5187 +-3174 5483 8875 -16450 +12594 -39986 +-25638 -3134 +8211 -1752 +1984 7966 +19399 -3089 +-31549 9389 +-564 10392 15868 12130 +-679 30835 +39083 3963 +-17234 -5946 +11753 3106 +-2253 3678 +24078 -193 +4430 -3252 -2290 -5905 +2193 -5000 +-1390 5579 +8548 -23764 +-10400 -16984 +16922 -13899 +-32089 25747 +-16923 -16689 206 -5236 +13664 -8260 +8275 -20342 +7323 21014 +-17448 -10130 +-6056 -2531 +-15735 -18206 +8560 -19364 -16195 -6445 +-17923 22666 +15099 16099 +-14853 -19067 +-16412 -9066 +-1164 16837 +-4294 12033 +20159 -22674 3030 7201 +-13346 -39128 +-3062 12963 +-6542 -6530 +19857 -21347 +-35597 1532 +3032 -16860 +-8357 -1912 15779 7390 +-2903 1094 +9914 -24258 +7683 -12307 +10793 12066 +-4027 -11727 +65 8456 +-10304 2410 -9605 13757 +-9328 -17068 +-12210 -11441 +10970 1282 +29349 -9066 +6914 14001 +-24069 -19095 +-24335 -4428 -2617 -24671 +29292 8689 +-8710 7959 +12439 894 +-10429 -28256 +7058 -12347 +-34421 -30800 +-5032 -19916 3679 3198 +12475 -16258 +-9216 -6002 +-1425 -2721 +3001 -714 +15489 4078 +9203 26712 +21897 -20179 -4069 -9267 +-11259 -3026 +14046 -7012 +13668 -21339 +-3924 -14716 +7279 -5294 +12339 -1075 +-43 -11158 5084 -7256 +15676 610 +-9415 10893 +-4949 -5146 +15659 -31199 +3356 -16457 +7983 -27047 +9699 -1821 557 10978 +-11377 -15623 +6946 19784 +20771 12393 +-2447 2617 +19802 -8531 +-10300 8012 +-7603 -1098 -12794 5457 diff --git a/AI_Engine_Development/AIE-ML/Design_Tutorials/07-Channelizer-Using-Vitis-Libraries/aie/channelizer/data/fft_front_i_0.txt b/AI_Engine_Development/AIE-ML/Design_Tutorials/07-Channelizer-Using-Vitis-Libraries/aie/channelizer/data/fft_front_i_0.txt index 0076b178ad..e0954dc094 100644 --- a/AI_Engine_Development/AIE-ML/Design_Tutorials/07-Channelizer-Using-Vitis-Libraries/aie/channelizer/data/fft_front_i_0.txt +++ b/AI_Engine_Development/AIE-ML/Design_Tutorials/07-Channelizer-Using-Vitis-Libraries/aie/channelizer/data/fft_front_i_0.txt @@ -1,2048 +1,2048 @@ 1560 -444 +343 1446 +2044 459 +823 60 +-16 57 +93 -87 +154 -22 +32 34 -2 4 +131 -29 +76 -290 +-38 -107 +-1 -50 +2 -6 +8 8 +-2 15 -25 -25 +47 -110 +67 25 +-30 -81 +17 -80 +-2 -15 +-7 -9 +13 -23 -17 17 +-5 65 +72 53 +83 -82 +4 19 +4 7 +9 -25 +-6 28 -8 -25 +-17 -58 +-94 65 +-4 -64 +17 -28 +33 38 +15 10 +5 18 -3 17 +20 30 +-26 -50 +21 19 +34 0 +49 0 +45 -16 +3 -39 -23 41 +-14 -2 +-6 -28 +-3 -67 +-62 7 +14 16 +38 29 +-45 -11 69 14 +30 -70 +-57 26 +-15 4 +52 -37 +24 -33 +43 16 +38 -33 21 59 +-18 5 +6 15 +-1 -5 +37 1 +-25 -10 +22 16 +-22 24 -16 -25 +-24 -20 +23 16 +36 -27 +-47 -23 +-22 -13 +20 5 +-1 -17 -10 -6 +35 19 +13 57 +-8 -3 +70 -103 +-3 -32 +-39 -23 +-43 -42 -18 25 +-1 -16 +-24 -7 +43 -30 +10 4 +21 -48 +6 -16 +-25 50 -42 -49 +-8 -59 +-47 18 +19 -10 +9 -12 +-20 -25 +7 -11 +8 3 17 32 +9 -24 +61 24 +-9 57 +7 29 +-10 -3 +-2 -20 +-20 44 6 20 +20 8 +7 -34 +23 -38 +20 12 +2 -33 +19 22 +-19 -28 -28 14 +36 10 +91 -6 +69 -3 +8 81 +44 -29 +-29 7 +-61 10 -47 34 +54 -29 +47 -10 +-13 -5 +44 -1 +-11 24 +46 -61 +30 30 -35 -26 +-1 -35 +-11 -34 +7 9 +-15 46 +-9 -21 +-12 26 +-35 31 26 45 +-58 -31 +-22 -41 +25 -47 +69 26 +-6 1 +27 -21 +11 -35 0 -26 +10 2 +21 20 +37 -13 +-35 48 +-21 -66 +-20 9 +-50 11 29 3 +-54 -3 +63 -15 +-16 -27 +6 -31 +43 -9 +-41 9 +23 -18 10 -26 +-41 -34 +-2 62 +90 10 +-59 -18 +20 0 +-44 8 +18 29 28 -68 +-51 12 +16 14 +14 6 +14 -41 +17 -3 +-50 -1 +64 13 -20 -19 +18 20 +26 -29 +3 -37 +-6 12 +-9 -9 +-1 -33 +29 52 -5 -46 +-15 12 +20 -12 +-8 23 +-70 25 +-12 -30 +23 -13 +-17 9 27 -30 +17 -12 +-10 -52 +16 -11 +-12 3 +18 -10 +-7 -15 +1 2 -5 -1 +46 -13 +-31 -32 +14 20 +22 -41 +-29 43 +-31 -15 +-10 -22 3 3 +3 14 +-22 -3 +46 -11 +-18 -35 +-20 -4 +-15 -3 +-7 -12 47 -19 +-18 33 +-20 3 +26 0 +0 31 +19 3 +-23 -16 +23 -23 -36 47 +30 -11 +5 -31 +-44 -16 +-17 -1 +2 -2 +16 -8 +1 -4 -5 -7 +9 -30 +-36 24 +-8 -29 +32 2 +-37 6 +39 0 +-24 -1 -13 1 +-13 4 +21 3 +19 25 +15 -23 +3 10 +6 9 +-32 25 11 7 +-31 -7 +10 7 +-30 -7 +-11 29 +3 -10 +2 3 +8 -6 4 -1 +-4 12 +15 3 +-11 3 +11 -13 +-3 -12 +-10 -7 +2 -6 6 6 +4 15 +14 -12 +2 -26 +-10 -3 +6 16 +-1 -1 +-10 14 -12 2 +-6 1 +-2 -2 +-3 -8 +-4 -4 +-5 15 +-7 5 +11 -9 -1 -3 -2 11 --1 -8 -0 0 -2 -3 -3 -2 -11 5 --6 -3 -2 1 -4 -25 --15 -12 -37 29 -15 -22 --10 21 --10 23 --10 28 -29 45 -17 -41 --21 -22 --63 -102 --31 -37 --26 128 -67 3 -53 48 -44 -63 -11 12 --49 -1 -33 -38 -343 1446 -131 -29 -47 -110 --5 65 --17 -58 -20 30 --14 -2 -30 -70 --18 5 --24 -20 -35 19 --1 -16 --8 -59 -9 -24 -20 8 -36 10 -54 -29 --1 -35 --58 -31 -10 2 --54 -3 --41 -34 --51 12 -18 20 --15 12 -17 -12 -46 -13 -3 14 --18 33 -30 -11 -9 -30 --13 4 --31 -7 --4 12 -4 15 --6 1 7 0 +-3 -2 +-1 -3 +8 6 +0 0 +-10 -4 +1 5 +2 11 6 -3 +2 -2 +1 -3 +-8 1 +4 -3 +-1 -1 +3 1 +-1 -8 1 -3 +2 -1 +1 -1 +-1 0 +0 -1 +1 1 +1 0 +0 0 0 0 +0 0 +0 -1 +1 0 +0 -1 +2 1 +2 2 +2 -3 -2 -4 +-1 -2 +0 -2 +2 -3 +2 1 +0 -3 +-4 2 +3 -2 3 -3 +-1 -2 +4 6 +2 7 +-6 7 +6 0 +7 7 +11 5 6 4 +0 -3 +-8 4 +13 -1 +-9 -4 +-9 10 +20 -6 +-6 -3 -12 4 +-6 9 +6 -7 +2 15 +17 9 +28 12 +-4 12 +2 1 -14 -1 +-13 5 +9 -3 +-13 5 +-4 6 +15 1 +20 10 +4 -25 10 -8 +-7 -12 +13 -40 +-3 9 +22 5 +26 -12 +11 7 +-15 -12 14 1 +-12 -6 +-22 -10 +2 23 +7 40 +-5 -24 +17 -16 +37 29 22 13 +-42 -9 +5 -5 +7 32 +4 -34 +5 18 +40 -22 +15 -22 1 7 +29 15 +15 23 +-20 -4 +-9 -7 +-21 -34 +-9 6 +-10 21 -19 -10 +22 -43 +9 18 +3 -3 +5 -8 +33 65 +31 -16 +-10 23 12 5 +-11 2 +-16 17 +58 -9 +23 -2 +15 -20 +37 17 +-10 28 15 -22 +85 2 +-13 5 +-9 50 +41 18 +18 33 +56 -75 +29 45 -7 -4 +-15 -70 +-12 65 +-50 -9 +-29 -34 +-20 -54 +24 16 +17 -41 -2 -24 +-1 11 +15 -59 +34 36 +-40 -16 +36 -10 +-29 68 +-21 -22 -18 45 +-90 49 +17 -59 +36 -40 +-24 -7 +-6 10 +63 -42 +-63 -102 -1 25 +-24 -40 +18 22 +55 52 +42 6 +-65 -13 +-17 0 +-31 -37 49 -76 +-71 21 +-24 -24 +43 41 +-59 -11 +-7 46 +-40 -53 +-26 128 53 -61 +3 -28 +-69 -93 +-21 52 +62 44 +12 -21 +-29 2 +67 3 -26 -16 +-22 -72 +-65 -16 +45 -38 +-30 -128 +-13 -11 +-11 -23 +53 48 -77 51 +8 46 +66 14 +62 -10 +-55 20 +-93 122 +42 38 +44 -63 -5 -71 +12 58 +-58 -8 +-64 34 +-61 -65 +4 -47 +-59 26 +11 12 -36 49 +7 -21 +-82 -96 +23 58 +-139 27 +25 -26 +-149 -79 +-49 -1 -1 13 +93 14 +-23 -53 +98 37 +10 37 +46 45 +-28 49 +33 -38 27 15 -2044 459 -76 -290 -67 25 -72 53 --94 65 --26 -50 --6 -28 --57 26 -6 15 -23 16 -13 57 --24 -7 --47 18 -61 24 -7 -34 -91 -6 -47 -10 --11 -34 --22 -41 -21 20 -63 -15 --2 62 -16 14 -26 -29 -20 -12 --10 -52 --31 -32 --22 -3 --20 3 -5 -31 --36 24 -21 3 -10 7 -15 3 -14 -12 --2 -2 --3 -2 -2 -2 -2 -1 -0 0 --1 -2 --1 -2 -0 -3 --6 9 --13 5 --7 -12 --12 -6 --42 -9 -29 15 -22 -43 --11 2 -85 2 --15 -70 --1 11 --90 49 --24 -40 --71 21 -3 -28 --22 -72 -8 46 -12 58 -7 -21 -93 14 48 11 -823 60 --38 -107 --30 -81 -83 -82 --4 -64 -21 19 --3 -67 --15 4 --1 -5 -36 -27 --8 -3 -43 -30 -19 -10 --9 57 -23 -38 -69 -3 --13 -5 -7 9 -25 -47 -37 -13 --16 -27 -90 10 -14 6 -3 -37 --8 23 -16 -11 -14 20 -46 -11 -26 0 --44 -16 --8 -29 -19 25 --30 -7 --11 3 -2 -26 --3 -8 --1 -3 -1 -3 -1 -1 -0 -1 -0 -2 -4 6 --8 4 -6 -7 -9 -3 -13 -40 --22 -10 -5 -5 -15 23 -9 18 --16 17 --13 5 --12 65 -15 -59 -17 -59 -18 22 --24 -24 --69 -93 --65 -16 -66 14 --58 -8 --82 -96 --23 -53 9 12 --16 57 --1 -50 -17 -80 -4 19 -17 -28 -34 0 --62 7 -52 -37 -37 1 --47 -23 -70 -103 -10 4 -9 -12 -7 29 -20 12 -8 81 -44 -1 --15 46 -69 26 --35 48 -6 -31 --59 -18 -14 -41 --6 12 --70 25 --12 3 -22 -41 --18 -35 -0 31 --17 -1 -32 2 -15 -23 --11 29 -11 -13 --10 -3 --4 -4 -8 6 --8 1 --1 0 -1 0 -2 -3 -2 7 -13 -1 -2 15 --13 5 --3 9 -2 23 -7 32 --20 -4 -3 -3 -58 -9 --9 50 --50 -9 -34 36 -36 -40 -55 52 -43 41 --21 52 -45 -38 -62 -10 --64 34 -23 58 -98 37 -33 16 -93 -87 -2 -6 --2 -15 -4 7 -33 38 -49 0 -14 16 -24 -33 --25 -10 --22 -13 --3 -32 -21 -48 --20 -25 --10 -3 -2 -33 -44 -29 --11 24 --9 -21 --6 1 --21 -66 -43 -9 -20 0 -17 -3 --9 -9 --12 -30 -18 -10 --29 43 --20 -4 -19 3 -2 -2 --37 6 -3 10 -3 -10 --3 -12 -6 16 --5 15 -0 0 -4 -3 -0 -1 -0 -1 -2 1 --6 7 --9 -4 -17 9 --4 6 -22 5 -7 40 -4 -34 --9 -7 -5 -8 -23 -2 -41 18 --29 -34 --40 -16 --24 -7 -42 6 --59 -11 -62 44 --30 -128 --55 20 --61 -65 --139 27 -10 37 7 16 -154 -22 -8 8 --7 -9 -9 -25 -15 10 -45 -16 -38 29 -43 16 -22 16 -20 5 --39 -23 -6 -16 -7 -11 --2 -20 -19 22 --29 7 -46 -61 --12 26 -27 -21 --20 9 --41 9 --44 8 --50 -1 --1 -33 -23 -13 --7 -15 --31 -15 --15 -3 --23 -16 -16 -8 -39 0 -6 9 -2 3 --10 -7 --1 -1 --7 5 --10 -4 --1 -1 -1 1 -2 1 -0 -3 -6 0 --9 10 -28 12 -15 1 -26 -12 --5 -24 -5 18 --21 -34 -33 65 -15 -20 -18 33 --20 -54 -36 -10 --6 10 --65 -13 --7 46 -12 -21 --13 -11 --93 122 -4 -47 -25 -26 -46 45 7 -76 -32 34 --2 15 -13 -23 --6 28 -5 18 -3 -39 --45 -11 -38 -33 --22 24 --1 -17 --43 -42 --25 50 -8 3 --20 44 --19 -28 --61 10 -30 30 --35 31 -11 -35 --50 11 -23 -18 -18 29 -64 13 -29 52 --17 9 -1 2 --10 -22 --7 -12 -23 -23 -1 -4 --24 -1 --32 25 -8 -6 -2 -6 --10 14 -11 -9 -1 5 -3 1 -1 0 -2 2 --4 2 -7 7 -20 -6 --4 12 -20 10 -11 7 -17 -16 -40 -22 --9 6 -31 -16 -37 17 -56 -75 -24 16 --29 68 -63 -42 --17 0 --40 -53 --29 2 --11 -23 -42 38 --59 26 --149 -79 --28 49 -13 -3 -4158 -50 +-558 612 +134 -149 +-780 -41 +25 -34 +-69 -166 +306 -149 +28 -2 37 -14 +-126 -110 +-144 381 +-91 108 +25 103 +42 -145 +27 65 +16 -169 55 6 +-36 144 +-10 -45 +-49 19 +-43 223 +22 28 +19 22 +-41 79 3 -62 +-5 -101 +-46 -56 +-124 156 +38 -81 +-19 -59 +8 77 +104 -103 35 95 +81 52 +215 -4 +-12 101 +-74 33 +-44 -71 +-29 -87 +8 -67 94 -47 +-66 -12 +35 139 +-41 -4 +-75 -44 +-79 -25 +-106 9 +8 67 5 -90 +32 18 +-28 7 +42 183 +165 4 +-31 -53 +-120 -25 +49 32 -158 -7 +-134 139 +115 -65 +-36 -19 +-218 36 +-42 68 +-107 -59 +-160 100 -76 -55 +-1 13 +25 -113 +28 75 +-69 -37 +25 -2 +-46 -31 +61 -76 37 88 +23 47 +-112 -6 +-104 68 +129 16 +53 -1 +-39 14 +-18 64 -39 19 +-51 -62 +-49 -132 +12 0 +-192 173 +-5 88 +85 60 +90 119 3 -65 +-31 93 +37 -12 +-98 34 +-57 7 +-86 134 +12 75 +-8 -138 77 163 +21 154 +126 -120 +-63 42 +22 68 +64 73 +-25 3 +-15 88 -12 -72 +-62 84 +-121 -33 +1 -133 +-6 12 +-36 16 +14 5 +14 -162 -65 -62 +-56 -88 +-38 101 +-23 25 +-53 -75 +5 124 +-11 -48 +65 43 76 42 +-150 -43 +-257 0 +-208 -45 +-58 -264 +-119 81 +70 -13 +208 -69 87 -98 +-112 92 +-142 32 +59 11 +-144 -28 +47 -126 +-90 147 +-94 -12 115 50 +47 76 +26 162 +-48 -3 +41 -68 +9 33 +22 -98 +98 -74 -53 -106 +135 78 +60 147 +-45 118 +-204 -132 +-8 -3 +-117 77 +-19 58 1 82 +-40 60 +-96 -55 +-73 22 +78 -138 +71 215 +80 3 +129 -64 -91 -18 -9 72 --162 266 +183 -12 +-215 47 +57 73 +16 95 +-140 -14 +163 -13 +-46 9 +9 72 +193 133 +2 -198 +-305 -17 +187 85 +-43 -65 +107 -3 +-121 -109 +-162 266 +242 -57 +-78 -77 +-41 -14 +-95 110 +-103 52 +151 -19 +-296 -9 58 25 +-89 -56 +-70 111 +-61 150 +-2 -20 +6 25 +-8 143 +-112 -215 58 153 +47 -13 +-71 84 +58 -81 +271 -140 +30 96 +-114 26 +68 -18 -155 121 +-78 106 +-7 223 +-63 48 +12 -4 +-62 79 +8 83 +18 -25 22 -22 +-218 48 +147 155 +-73 -97 +-104 204 +155 -212 +121 62 +84 109 -71 -1 +-46 -65 +147 36 +-246 48 +82 173 +67 23 +55 -30 +34 61 -201 87 +76 -138 +93 -23 +-144 -1 +-6 -179 +-138 -8 +134 110 +-128 120 170 -251 +-161 43 +-51 177 +223 99 +101 31 +0 45 +-81 60 +37 47 39 55 +-64 184 +184 -147 +36 145 +-204 -9 +226 -6 +-250 0 +125 13 84 -17 +100 -33 +-115 -2 +-122 -163 +-76 163 +-22 -71 +-49 -82 +210 -176 -41 -36 +201 50 +-63 -56 +252 69 +83 -203 +-46 70 +-9 4 +-55 59 -42 4 +33 -104 +-120 5 +92 -30 +-129 118 +18 124 +97 87 +5 59 -75 -35 +-10 -153 +-120 109 +-7 255 +98 57 +-46 -177 +8 -5 +116 -161 142 -23 +75 -17 +37 25 +33 105 +64 55 +70 -198 +98 -75 +-165 135 25 60 +-100 10 +40 38 +24 64 +-147 -102 +-1 -7 +192 70 +-27 -88 -55 -237 +-127 78 +-46 47 +-24 76 +216 -19 +-110 81 +30 48 +-92 -46 30 299 +-50 128 +-109 69 +-67 47 +77 37 +42 72 +-148 -89 +-143 -55 -59 -228 +15 58 +-106 -2 +-50 -110 +66 -37 +2 -98 +120 52 +107 97 104 -111 +-68 -163 +-34 -65 +-2 -61 +52 -88 +46 26 +3 -75 +-89 47 64 -42 +59 -51 +-18 -42 +75 93 +28 105 +-83 106 +83 6 +91 97 138 72 +64 55 +9 -32 +-93 54 +139 -14 +-85 -32 +-98 94 +193 -59 -70 -35 +-119 17 +-56 84 +57 -63 +21 111 +131 66 +187 115 +-24 75 15 24 +-93 -21 +-85 19 +65 -20 +-79 8 +-16 19 +87 2 +97 70 14 -146 +67 -52 +-27 -64 +52 -184 +-27 33 +123 17 +136 -42 +30 47 -67 -67 +75 4 +-71 -27 +-71 -65 +-2 124 +33 186 +-46 -98 +76 -66 150 89 +89 15 +-154 -28 +34 -10 +3 85 +10 -110 +10 82 +136 -83 42 -124 +6 7 +89 35 +79 33 +-28 13 +-35 8 +-34 -67 +-44 2 9 63 +-47 -63 +34 -121 +19 55 +1 -24 +33 -24 +130 169 +67 -11 -41 72 +3 32 +-26 50 +-48 40 +113 -2 +43 18 +47 -47 +48 -45 -4 45 +14 -55 +138 -29 +-82 14 +-46 67 +78 19 +38 75 +86 -174 14 24 +-25 60 +-73 -98 +-45 124 +-89 -23 +-69 -81 +-14 -129 +58 24 -13 -96 +18 0 +-41 -58 +0 -109 +-11 84 +-14 3 +50 -29 +-15 180 -66 -26 +-105 47 +-21 99 +-23 -113 +9 -59 +-12 -12 +13 -44 +42 -57 -66 -133 +-6 54 +-17 -77 +18 45 +66 71 +79 -40 +-68 -88 +-98 24 4 47 --26 99 -79 58 --61 44 -37 -93 --40 -5 -23 179 -12 12 --558 612 --126 -110 --36 144 --5 -101 -81 52 --66 -12 -32 18 --134 139 --1 13 -23 47 --51 -62 --31 93 -21 154 --62 84 --56 -88 --150 -43 --112 92 -47 76 -135 78 --40 60 -183 -12 -193 133 -242 -57 --89 -56 -47 -13 --78 106 --218 48 --46 -65 -76 -138 --161 43 --64 184 -100 -33 -201 50 -33 -104 --10 -153 -75 -17 --100 10 --127 78 --50 128 -15 58 --68 -163 -59 -51 -64 55 --119 17 --93 -21 -67 -52 -75 4 -89 15 -6 7 --47 -63 -3 32 -14 -55 --25 60 -18 0 --105 47 --6 54 -34 -121 --15 -11 -10 7 --19 -29 -131 -57 -119 78 -65 120 -49 3 -134 -149 --144 381 --10 -45 --46 -56 -215 -4 -35 139 --28 7 -115 -65 -25 -113 --112 -6 --49 -132 -37 -12 -126 -120 --121 -33 --38 101 --257 0 --142 32 -26 162 -60 147 --96 -55 --215 47 -2 -198 --78 -77 --70 111 --71 84 --7 223 -147 155 -147 36 -93 -23 --51 177 -184 -147 --115 -2 --63 -56 --120 5 --120 109 -37 25 -40 38 --46 47 --109 69 --106 -2 --34 -65 --18 -42 -9 -32 --56 84 --85 19 --27 -64 --71 -27 --154 -28 -89 35 34 -121 --26 50 -138 -29 --73 -98 --41 -58 --21 99 --17 -77 -83 70 -96 -41 --90 -82 -11 -7 --52 -2 --11 32 -38 1 -14 84 --780 -41 --91 108 --49 19 --124 156 --12 101 --41 -4 -42 183 --36 -19 -28 75 --104 68 -12 0 --98 34 --63 42 -1 -133 --23 25 --208 -45 -59 11 --48 -3 --45 118 --73 22 -57 73 --305 -17 --41 -14 --61 150 -58 -81 --63 48 --73 -97 --246 48 --144 -1 -223 99 -36 145 --122 -163 -252 69 -92 -30 --7 255 -33 105 -24 64 --24 76 --67 47 --50 -110 --2 -61 -75 93 --93 54 -57 -63 -65 -20 -52 -184 --71 -65 -34 -10 -79 33 -19 55 --48 40 --82 14 --45 124 -0 -109 --23 -113 -18 45 -41 24 +-77 126 +-121 -45 +47 76 +-66 41 +-26 99 +-15 -11 +96 -41 27 -149 +-23 114 +48 27 +-92 79 +65 51 +79 58 +10 7 +-90 -82 -55 11 +0 -4 +4 -82 +-64 -93 +-42 16 +-61 44 +-19 -29 +11 -7 -1 -11 +66 -51 +-86 123 +-35 38 +90 -17 +37 -93 +131 -57 +-52 -2 -57 18 +-68 -29 +19 -128 +80 -97 +21 24 +-40 -5 +119 78 +-11 32 -50 -58 +-34 -57 +59 -4 +138 -18 +-40 -41 +23 179 +65 120 +38 1 33 35 +47 -28 +119 -21 +24 -51 +-27 36 +12 12 +49 3 +14 84 -5 73 -25 -34 -25 103 --43 223 -38 -81 --74 33 --75 -44 -165 4 --218 36 --69 -37 -129 16 --192 173 --57 7 -22 68 --6 12 --53 -75 --58 -264 --144 -28 -41 -68 --204 -132 -78 -138 -16 95 -187 85 --95 110 --2 -20 -271 -140 -12 -4 --104 204 -82 173 --6 -179 -101 31 --204 -9 --76 163 -83 -203 --129 118 -98 57 -64 55 --147 -102 -216 -19 -77 37 -66 -37 -52 -88 -28 105 -139 -14 -21 111 --79 8 --27 33 --2 124 -3 85 --28 13 -1 -24 -113 -2 --46 67 --89 -23 --11 84 -9 -59 -66 71 --77 126 --23 114 -0 -4 -66 -51 --68 -29 --34 -57 -47 -28 34 21 --69 -166 -42 -145 -22 28 --19 -59 --44 -71 --79 -25 --31 -53 --42 68 -25 -2 -53 -1 --5 88 --86 134 -64 73 --36 16 -5 124 --119 81 -47 -126 -9 33 --8 -3 -71 215 --140 -14 --43 -65 --103 52 -6 25 -30 96 --62 79 -155 -212 -67 23 --138 -8 -0 45 -226 -6 --22 -71 --46 70 -18 124 --46 -177 -70 -198 --1 -7 --110 81 -42 72 -2 -98 -46 26 --83 106 --85 -32 -131 66 --16 19 -123 17 -33 186 -10 -110 --35 8 -33 -24 -43 18 -78 19 --69 -81 --14 3 --12 -12 -79 -40 --121 -45 -48 27 -4 -82 --86 123 -19 -128 -59 -4 -119 -21 -65 76 -306 -149 -27 65 -19 22 -8 77 --29 -87 --106 9 --120 -25 --107 -59 --46 -31 --39 14 -85 60 -12 75 --25 3 -14 5 --11 -48 -70 -13 --90 147 -22 -98 --117 77 -80 3 -163 -13 -107 -3 -151 -19 --8 143 --114 26 -8 83 -121 62 -55 -30 -134 110 --81 60 --250 0 --49 -82 --9 4 -97 87 -8 -5 -98 -75 -192 70 -30 48 --148 -89 -120 52 -3 -75 -83 6 --98 94 -187 115 -87 2 -136 -42 --46 -98 -10 82 --34 -67 -130 169 -47 -47 -38 75 --14 -129 -50 -29 -13 -44 --68 -88 -47 76 --92 79 --64 -93 --35 38 -80 -97 -138 -18 -24 -51 25 -69 -28 -2 -16 -169 --41 79 -104 -103 -8 -67 -8 67 -49 32 --160 100 -61 -76 --18 64 -90 119 --8 -138 --15 88 -14 -162 -65 43 -208 -69 --94 -12 -98 -74 --19 58 -129 -64 --46 9 --121 -109 --296 -9 --112 -215 -68 -18 -18 -25 -84 109 -34 61 --128 120 -37 47 -125 13 -210 -176 --55 59 -5 59 -116 -161 --165 135 --27 -88 --92 -46 --143 -55 -107 97 --89 47 -91 97 -193 -59 --24 75 -97 70 -30 47 -76 -66 -136 -83 --44 2 -67 -11 -48 -45 -86 -174 -58 24 --15 180 -42 -57 --98 24 --66 41 -65 51 --42 16 -90 -17 -21 24 --40 -41 --27 36 -3 -85 185 949 +1203 -1046 +802 -1160 +595 345 +28 -84 +85 22 +340 -23 +16 30 -48 34 +76 87 +93 -202 +209 -69 +-46 69 +-108 -38 +-121 83 +72 -188 -28 36 +23 -17 +-67 -19 +188 51 +-4 -140 +-35 114 +73 84 +17 3 26 45 --66 -71 --153 -37 -39 -52 +59 72 +-43 -34 +67 -60 +-53 63 +4 170 +-95 -29 +-193 62 +-66 -71 +-43 65 +-191 -130 +33 21 +88 90 +-76 -49 +-30 189 +-34 87 +-153 -37 +87 -123 +10 -131 +-65 57 +-8 89 +-60 74 +34 87 +-50 37 +39 -52 +-36 -37 +173 80 +-74 -88 +-143 31 +8 77 +62 -126 +96 -29 92 -42 +177 -47 +46 31 +133 -4 +284 75 +71 81 +94 103 +225 -91 7 -104 +95 -100 +-102 175 +-33 -166 +38 73 +90 89 +62 10 +-120 58 4 -117 +67 -17 +126 -77 +87 -36 +-104 10 +-33 128 +-3 -62 +11 -65 159 57 +11 34 +65 84 +-19 14 +195 50 +60 -63 +29 -36 +-29 -112 115 83 +65 -154 +36 79 +22 59 +132 -15 +109 -127 +-84 -138 +125 66 37 -274 +-91 -116 +-112 204 +119 -58 +-139 -100 +-73 -26 +62 79 +-9 -213 -45 69 +115 -66 +24 -25 +19 98 +-8 -184 +146 13 +-69 163 +99 190 84 61 +53 296 +90 1 +-69 106 +33 118 +5 -157 +-57 -2 +-65 16 -7 -190 +214 43 +180 47 +138 121 +34 291 +67 -102 +-6 4 +-206 184 12 26 +34 -130 +129 -110 +-64 -11 +51 66 +-89 258 +-16 -93 +59 -155 -110 56 +-173 -77 +-47 -290 +80 -34 +-58 -132 +-16 74 +69 139 +-25 90 -39 -4 +-33 -50 +-17 -156 +-22 -25 +136 178 +73 -38 +164 -133 +-53 73 41 -37 +31 -166 +186 65 +-47 20 +-14 51 +-72 -199 +-173 -76 +8 85 80 27 +-166 55 +204 -85 +-55 -37 +-136 -69 +94 147 +-166 6 +-3 152 -111 -38 +-351 -240 +34 132 +342 12 +-141 -119 +-80 221 +37 -88 +245 159 341 -356 +-420 106 +107 123 +13 34 +203 -3 +236 -204 +-70 120 +485 -161 -50 112 +142 3 +-5 -127 +156 -256 +68 -59 +63 -2 +59 -201 +85 246 -185 -80 +-17 -145 +129 -192 +-50 39 +-276 253 +78 -22 +204 60 +-21 -17 283 -176 +140 -303 +137 -271 +51 -47 +106 -70 +-1 -189 +86 -124 +-97 78 -2 108 +305 -18 +-209 -222 +129 180 +119 -325 +-282 320 +-96 -59 +-209 -178 325 -27 +173 106 +-327 -116 +371 -77 +-52 -226 +-3 -31 +17 184 +-31 -71 162 -87 +-77 81 +-102 58 +276 14 +15 297 +300 9 +-239 -217 +209 -131 -112 345 +208 52 +161 -260 +-254 -218 +-156 -138 +-66 -240 +64 -115 +-248 -142 -76 -152 +145 -305 +-133 224 +16 -75 +326 -23 +-279 -158 +385 16 +-55 -47 -124 89 +-258 72 +71 -93 +147 236 +-15 -268 +33 110 +98 213 +-243 207 -180 -27 +-194 -67 +37 128 +-519 -217 +-93 171 +246 -85 +-28 -185 +38 -142 105 44 +-26 204 +165 -185 +-120 88 +409 -213 +20 -309 +-171 -284 +-151 -125 312 -103 +-164 300 +72 -148 +-53 -326 +-104 -313 +-54 368 +-11 178 +-251 288 -239 8 +-116 18 +-190 -1 +-7 -195 +-249 -169 +-108 276 +-214 105 +321 -210 -87 -241 +78 -104 +43 -167 +-92 -237 +324 53 +-137 31 +-339 -45 +38 -77 148 336 +172 -224 +69 -152 +82 -154 +-387 142 +79 -161 +-38 -117 +47 9 16 -428 +-39 -221 +306 -143 +191 7 +-48 -103 +-159 -6 +235 64 +177 17 216 403 --112 51 -114 78 --244 22 --92 17 --7 134 --104 234 -196 81 --275 -309 --93 34 -165 -92 --7 -82 -68 -140 --143 -264 --110 65 --15 170 -379 449 -175 182 -127 -410 --269 9 --192 -133 --63 207 --115 -108 -167 69 --124 185 -1203 -1046 -76 87 -23 -17 -59 72 --43 65 -87 -123 --36 -37 -177 -47 -95 -100 -67 -17 -11 34 -65 -154 --91 -116 -115 -66 -53 296 -214 43 -34 -130 --173 -77 --33 -50 -31 -166 --166 55 --351 -240 --420 106 -142 3 --17 -145 -140 -303 -305 -18 -173 106 --77 81 -208 52 -145 -305 --258 72 --194 -67 --26 204 --164 300 --116 18 -78 -104 -172 -224 --39 -221 -14 -173 +284 -44 +37 99 +-172 127 +106 208 +-332 -79 +-106 -368 +-112 51 201 319 +-257 185 +33 265 +-231 150 +-144 -63 +-27 208 +152 -81 +114 78 -201 216 +-44 -4 +-112 -274 +-131 -233 +170 -116 +-225 -9 +-186 -94 +-244 22 -201 -73 +54 65 +145 -61 +-334 36 +261 115 +114 -186 +-294 56 +-92 17 61 -232 +39 -65 +-40 50 +24 -320 +-251 -147 +-575 9 +80 -281 +-7 134 182 -62 +157 -167 +-83 29 +186 -195 +119 -190 +-185 -46 +-341 -43 +-104 234 -37 49 +136 125 +-233 562 +-25 -202 +-158 -92 +-207 180 +-179 5 +196 81 -61 -8 +67 93 +306 -14 +-46 -80 +-33 -284 +-87 219 +-110 138 +-275 -309 -168 -229 +334 79 +15 15 +-125 -361 +-71 289 +-68 -89 +-299 171 +-93 34 2 -116 +-181 -143 +-12 -258 +268 114 +57 202 +236 353 +-6 -92 +165 -92 191 -37 +-226 266 +-66 -58 +-83 -27 +-17 83 +-99 -402 +-213 188 +-7 -82 -114 16 +32 86 +105 -147 +-427 70 +-94 101 +-75 100 +-215 -268 +68 -140 -145 65 +-463 -101 +-44 -36 +-96 -300 +-157 -80 +-56 -106 +-357 323 +-143 -264 36 53 +-44 370 +42 -309 +266 -41 +114 87 +97 171 +-141 -50 +-110 65 78 126 +9 -197 +-57 218 +-311 -86 +208 77 +-232 77 +166 -144 +-15 170 -23 -248 +478 -149 +-107 296 +-258 149 +53 65 +121 -153 +-317 173 +379 449 6 -40 +128 204 +-134 -45 +-170 -147 +-103 -150 +230 9 +-38 17 +175 182 -219 290 +209 -58 +14 61 +-233 -118 +72 -29 +97 -236 +112 218 +127 -410 -223 186 +30 42 +236 341 +63 -151 +-166 -112 +-158 183 +204 19 +-269 9 29 -55 +-37 175 +243 98 +-113 66 +54 336 +-48 59 +-29 73 +-192 -133 301 -139 +37 -170 +-226 -84 +-12 44 +208 -5 +165 -236 +-52 -113 +-63 207 153 172 +-109 -272 +118 -69 +129 -120 +242 149 +129 209 +202 -35 +-115 -108 119 -90 +-42 127 +140 240 +-120 -120 +338 -85 +-87 9 +412 257 +167 69 26 -28 +-184 -58 +49 197 +-183 -86 +-11 -153 +-128 -154 +-88 -158 +-124 185 -36 -37 -802 -1160 -93 -202 --67 -19 --43 -34 --191 -130 -10 -131 -173 80 -46 31 --102 175 -126 -77 -65 84 -36 79 --112 204 -24 -25 -90 1 -180 47 -129 -110 --47 -290 --17 -156 -186 65 -204 -85 -34 132 -107 123 --5 -127 -129 -192 -137 -271 --209 -222 --327 -116 --102 58 -161 -260 --133 224 -71 -93 -37 128 -165 -185 -72 -148 --190 -1 -43 -167 -69 -152 -306 -143 -284 -44 --257 185 --44 -4 -54 65 -39 -65 -157 -167 -136 125 -67 93 -334 79 --181 -143 --226 266 -32 86 --463 -101 --44 370 -9 -197 -478 -149 -128 204 -209 -58 -30 42 --37 175 -37 -170 --109 -272 --42 127 --184 -58 -34 41 -595 345 -209 -69 -188 51 -67 -60 -33 21 --65 57 --74 -88 -133 -4 --33 -166 -87 -36 --19 14 -22 59 -119 -58 -19 98 --69 106 -138 121 --64 -11 -80 -34 --22 -25 --47 20 --55 -37 -342 12 -13 34 -156 -256 --50 39 -51 -47 -129 180 -371 -77 -276 14 --254 -218 -16 -75 -147 236 --519 -217 --120 88 --53 -326 --7 -195 --92 -237 -82 -154 -191 7 -37 99 -33 265 --112 -274 -145 -61 --40 50 --83 29 --233 562 -306 -14 -15 15 --12 -258 --66 -58 -105 -147 --44 -36 -42 -309 --57 218 --107 296 --134 -45 -14 61 -236 341 -243 98 --226 -84 -118 -69 -140 240 -49 197 34 6 -28 -84 --46 69 --4 -140 --53 63 -88 90 --8 89 --143 31 -284 75 -38 73 --104 10 -195 50 -132 -15 --139 -100 --8 -184 -33 118 -34 291 -51 66 --58 -132 -136 178 --14 51 --136 -69 --141 -119 -203 -3 -68 -59 --276 253 -106 -70 -119 -325 --52 -226 -15 297 --156 -138 -326 -23 --15 -268 --93 171 -409 -213 --104 -313 --249 -169 -324 53 --387 142 --48 -103 --172 127 --231 150 --131 -233 --334 36 -24 -320 -186 -195 --25 -202 --46 -80 --125 -361 -268 114 --83 -27 --427 70 --96 -300 -266 -41 --311 -86 --258 149 --170 -147 --233 -118 -63 -151 --113 66 --12 44 -129 -120 --120 -120 --183 -86 -82 -70 -85 22 --108 -38 --35 114 -4 170 --76 -49 --60 74 -8 77 -71 81 -90 89 --33 128 -60 -63 -109 -127 --73 -26 -146 13 -5 -157 -67 -102 --89 258 --16 74 -73 -38 --72 -199 -94 147 --80 221 -236 -204 -63 -2 -78 -22 --1 -189 --282 320 --3 -31 -300 9 --66 -240 --279 -158 -33 110 -246 -85 -20 -309 --54 368 --108 276 --137 31 -79 -161 --159 -6 -106 208 --144 -63 -170 -116 -261 115 --251 -147 -119 -190 --158 -92 --33 -284 --71 289 -57 202 --17 83 --94 101 --157 -80 -114 87 -208 77 -53 65 --103 -150 -72 -29 --166 -112 -54 336 -208 -5 -242 149 -338 -85 --11 -153 -55 -16 -340 -23 --121 83 -73 84 --95 -29 --30 189 -34 87 -62 -126 -94 103 -62 10 --3 -62 -29 -36 --84 -138 -62 79 --69 163 --57 -2 --6 4 --16 -93 -69 139 -164 -133 --173 -76 --166 6 -37 -88 --70 120 -59 -201 -204 60 -86 -124 --96 -59 -17 184 --239 -217 -64 -115 -385 16 -98 213 --28 -185 --171 -284 --11 178 --214 105 --339 -45 --38 -117 -235 64 --332 -79 --27 208 --225 -9 -114 -186 --575 9 --185 -46 --207 180 --87 219 --68 -89 -236 353 --99 -402 --75 100 --56 -106 -97 171 --232 77 -121 -153 -230 9 -97 -236 --158 183 --48 59 -165 -236 -129 209 --87 9 --128 -154 --49 129 -16 30 -72 -188 -17 3 --193 62 --34 87 --50 37 -96 -29 -225 -91 --120 58 -11 -65 --29 -112 -125 66 --9 -213 -99 190 --65 16 --206 184 -59 -155 --25 90 --53 73 -8 85 --3 152 -245 159 -485 -161 -85 246 --21 -17 --97 78 --209 -178 --31 -71 -209 -131 --248 -142 --55 -47 --243 207 -38 -142 --151 -125 --251 288 -321 -210 -38 -77 -47 9 -177 17 --106 -368 -152 -81 --186 -94 --294 56 -80 -281 --341 -43 --179 5 --110 138 --299 171 --6 -92 --213 188 --215 -268 --357 323 --141 -50 -166 -144 --317 173 --38 17 -112 218 -204 19 --29 73 --52 -113 -202 -35 -412 257 --88 -158 -3 -79 --2328 -2633 --34 -65 --74 -33 -37 123 --9 -113 -8 222 --40 396 -127 101 -149 164 --142 65 --162 -179 --163 -78 --175 232 -2 -63 -108 7 --157 165 --123 150 --21 -237 -225 201 --179 -95 -9 19 -142 22 --242 199 -95 -238 -275 -151 --151 248 --133 -144 --524 6 --77 18 --154 -225 --32 259 -51 -273 -464 121 --98 -231 --531 192 --2 22 -116 278 --176 -230 --53 296 --334 -307 -15 -60 --252 -52 -139 -128 -118 42 --1 -217 -96 -271 --89 21 -320 573 -301 268 --338 248 --41 127 --206 337 -567 714 -393 -216 --30 37 --276 -524 --285 -560 --169 821 -205 -209 -549 204 -245 -162 -128 7 --202 -444 -166 -237 --2003 2980 --18 -29 -95 -238 --24 80 --70 -195 --7 145 --33 30 -0 -186 --94 176 --205 -43 --72 103 --27 60 -156 -50 -8 -108 -24 -388 --44 87 -67 72 -252 99 --120 -40 -83 84 --113 -11 -277 234 -307 -54 --53 142 --99 384 --186 360 --139 -73 --230 -137 -174 47 --128 -292 --134 276 -341 -26 -53 110 --101 -246 -195 -278 -71 54 -89 165 --150 397 -218 82 -14 300 --288 -395 -132 -376 -400 21 -74 345 --210 69 -65 -30 -128 19 -152 393 --12 103 --81 118 -335 -82 -138 -133 -59 -487 --63 -432 -196 245 -64 7 -301 -258 -440 -556 --245 -352 --465 406 --317 -370 --527 127 --171 -183 -13 6 -152 1011 -182 -457 -235 173 -111 154 --98 197 --17 -130 --194 -55 --294 129 -91 -59 -70 127 -2 48 --126 -65 --94 -43 -168 89 --65 -256 -169 -38 -50 222 -50 157 --63 -48 --182 -60 -56 148 --100 220 -100 -32 -124 20 --252 157 --189 64 -130 149 -300 141 -56 -58 --174 107 --11 -133 --43 144 --36 -155 --177 278 --37 207 -454 -41 --210 98 --14 344 --379 261 --327 21 -556 -49 -64 -103 --185 38 -1 -87 --181 214 --207 -187 -30 46 --498 -229 -419 190 -315 -365 --114 -255 -927 115 -46 -665 -234 306 --1027 243 --183 -34 --389 -142 --320 -136 -22 -233 -72 356 -145 266 --6 -206 -384 43 -262 -180 -178 192 --206 -135 --127 -94 -91 -200 --73 -176 -202 -85 --18 -253 --35 88 --64 70 -69 -82 -40 -21 -123 -167 --121 -44 -60 70 -137 -194 -216 -92 --119 5 --1 73 -64 -147 -138 -44 --12 2 --152 -49 -45 -133 --70 289 --272 118 -41 -14 --91 -211 --125 162 --358 -33 -155 352 --119 -104 --61 -129 -435 400 -87 -112 -38 95 -4 327 -244 164 --140 1 --219 -121 --20 -104 --84 -162 -119 444 -25 -28 --131 -199 -67 -39 -204 -852 --494 47 --144 -285 --104 509 -141 180 -33 8 -232 -74 -94 367 -204 -275 -339 -88 -30 14 --84 -390 --649 -135 --315 -123 -359 92 --206 -160 --240 -370 --244 -421 -125 -12 --139 96 -8 -275 -64 -247 --6 97 -19 -223 -195 -38 --108 -127 -21 -184 -64 7 --113 10 -42 -310 --80 6 -173 0 -47 189 -46 -7 -123 -42 -329 -28 -113 351 -174 31 --53 177 -217 8 --89 33 --141 -149 --72 144 -24 -112 --203 212 -28 257 --136 61 -17 -169 -78 193 --207 100 -93 160 --56 39 --488 183 -102 359 -224 266 --413 62 -326 18 --16 184 -406 -63 -369 -141 -341 248 -265 -35 -67 355 --271 319 -197 176 -92 72 -281 520 --327 -211 --46 63 -436 -230 --62 521 --332 -151 -394 92 -313 -226 -310 240 -667 -83 --166 27 -380 -348 -273 95 --247 425 -164 436 -381 121 --329 -20 --54 557 -76 179 --73 -213 -93 -157 -155 188 -153 -115 -23 -25 --151 -285 --144 -117 --45 -296 --78 -72 -25 32 -19 -135 --105 -56 --100 43 -56 86 -82 -229 -48 -186 --97 125 --57 -59 -163 -286 -259 -154 --270 318 --65 -18 --271 -154 -181 157 -325 -213 --2 11 --177 -78 -129 444 -82 265 --42 -96 --432 72 --168 405 -129 -275 -120 -171 -268 -32 -34 178 -236 -54 --217 -300 -263 201 --295 -33 --291 -257 -85 213 --242 351 -121 18 -152 217 --30 -413 -75 -71 --149 25 -336 -62 -332 286 --79 -191 --472 -324 --344 -19 -77 100 --176 50 -360 271 --257 -629 --25 -205 --345 13 --888 143 --254 187 -212 -128 +-49 129 +3 -79 +-2328 -2633 +-2003 2980 +152 1011 +178 192 +-139 96 +-54 557 41 188 --109 -144 --89 -67 -84 -68 -103 -103 -94 -129 -199 190 -23 -63 --75 12 -124 89 --212 -27 -113 66 --32 -250 -134 -342 -57 96 --150 4 -151 49 --201 -122 --59 164 -293 105 --107 -40 --288 264 --108 -255 --116 110 --213 -157 --219 -3 -31 25 --195 -169 -242 110 -30 35 --283 -75 --32 -186 -9 379 -91 412 --45 -308 -210 -140 -238 -133 --144 393 --19 -40 -411 117 -48 -117 -337 -170 -101 364 -927 -139 -225 49 -274 -281 -60 -185 -93 -26 --313 -461 --95 425 --12 -170 -176 231 --238 -163 -101 112 --65 220 --357 218 --274 128 -374 -429 -119 208 --644 757 --23 25 --369 -175 -184 409 -94 -292 -140 -27 +-34 -65 +-18 -29 +182 -457 +-206 -135 +8 -275 +76 179 +-109 -144 -65 425 +-74 -33 +95 -238 +235 173 +-127 -94 +64 -247 +-73 -213 +-89 -67 54 -202 +37 123 +-24 80 +111 154 +91 -200 +-6 97 +93 -157 +84 -68 -139 176 +-9 -113 +-70 -195 +-98 197 +-73 -176 +19 -223 +155 188 +103 -103 -10 53 +8 222 +-7 145 +-17 -130 +202 -85 +195 -38 +153 -115 +94 -129 75 -192 +-40 396 +-33 30 +-194 -55 +-18 -253 +-108 -127 +23 -25 +199 190 -153 27 +127 101 +0 -186 +-294 129 +-35 88 +21 -184 +-151 -285 +23 -63 -59 11 +149 164 +-94 176 +91 -59 +-64 70 +64 7 +-144 -117 +-75 12 99 75 +-142 65 +-205 -43 +70 127 +69 -82 +-113 10 +-45 -296 +124 89 118 -12 +-162 -179 +-72 103 +2 48 +40 -21 +42 -310 +-78 -72 +-212 -27 -22 -36 +-163 -78 +-27 60 +-126 -65 +123 -167 +-80 6 +25 32 +113 66 -104 164 +-175 232 +156 -50 +-94 -43 +-121 -44 +173 0 +19 -135 +-32 -250 76 31 +2 -63 +8 -108 +168 89 +60 70 +47 189 +-105 -56 +134 -342 -189 39 +108 7 +24 -388 +-65 -256 +137 -194 +46 -7 +-100 43 +57 96 -12 -60 +-157 165 +-44 87 +169 -38 +216 -92 +123 -42 +56 86 +-150 4 -56 -243 +-123 150 +67 72 +50 222 +-119 5 +329 -28 +82 -229 +151 49 113 273 +-21 -237 +252 99 +50 157 +-1 73 +113 351 +48 -186 +-201 -122 -178 -65 +225 201 +-120 -40 +-63 -48 +64 -147 +174 31 +-97 125 +-59 164 200 -188 +-179 -95 +83 84 +-182 -60 +138 -44 +-53 177 +-57 -59 +293 105 -255 58 +9 19 +-113 -11 +56 148 +-12 2 +217 8 +163 -286 +-107 -40 8 -254 +142 22 +277 234 +-100 220 +-152 -49 +-89 33 +259 -154 +-288 264 -127 -172 +-242 199 +307 -54 +100 -32 +45 -133 +-141 -149 +-270 318 +-108 -255 -310 397 +95 -238 +-53 142 +124 20 +-70 289 +-72 144 +-65 -18 +-116 110 108 22 +275 -151 +-99 384 +-252 157 +-272 118 +24 -112 +-271 -154 +-213 -157 -214 -3 +-151 248 +-186 360 +-189 64 +41 -14 +-203 212 +181 157 +-219 -3 181 -116 +-133 -144 +-139 -73 +130 149 +-91 -211 +28 257 +325 -213 +31 25 196 162 +-524 6 +-230 -137 +300 141 +-125 162 +-136 61 +-2 11 +-195 -169 -66 -8 +-77 18 +174 47 +56 -58 +-358 -33 +17 -169 +-177 -78 +242 110 -203 -17 +-154 -225 +-128 -292 +-174 107 +155 352 +78 193 +129 444 +30 35 348 79 +-32 259 +-134 276 +-11 -133 +-119 -104 +-207 100 +82 265 +-283 -75 -56 74 +51 -273 +341 -26 +-43 144 +-61 -129 +93 160 +-42 -96 +-32 -186 232 29 +464 121 +53 110 +-36 -155 +435 400 +-56 39 +-432 72 +9 379 -5 107 +-98 -231 +-101 -246 +-177 278 +87 -112 +-488 183 +-168 405 +91 412 185 55 +-531 192 +195 -278 +-37 207 +38 95 +102 359 +129 -275 +-45 -308 274 -257 +-2 22 +71 54 +454 -41 +4 327 +224 266 +120 -171 +210 -140 -283 32 +116 278 +89 165 +-210 98 +244 164 +-413 62 +268 -32 +238 -133 118 241 +-176 -230 +-150 397 +-14 344 +-140 1 +326 18 +34 178 +-144 393 177 83 +-53 296 +218 82 +-379 261 +-219 -121 +-16 184 +236 -54 +-19 -40 -108 79 +-334 -307 +14 300 +-327 21 +-20 -104 +406 -63 +-217 -300 +411 117 -10 564 +15 -60 +-288 -395 +556 -49 +-84 -162 +369 -141 +263 201 +48 -117 -224 60 +-252 -52 +132 -376 +64 -103 +119 444 +341 248 +-295 -33 +337 -170 233 -13 +139 -128 +400 21 +-185 38 +25 -28 +265 -35 +-291 -257 +101 364 328 -87 +118 42 +74 345 +1 -87 +-131 -199 +67 355 +85 213 +927 -139 0 483 +-1 -217 +-210 69 +-181 214 +67 -39 +-271 319 +-242 351 +225 49 484 6 +96 -271 +65 -30 +-207 -187 +204 -852 +197 176 +121 18 +274 -281 412 14 +-89 21 +128 19 +30 46 +-494 47 +92 72 +152 217 +60 -185 129 -38 +320 573 +152 393 +-498 -229 +-144 -285 +281 520 +-30 -413 +93 -26 300 36 +301 268 +-12 103 +419 190 +-104 509 +-327 -211 +75 -71 +-313 -461 15 165 +-338 248 +-81 118 +315 -365 +141 180 +-46 63 +-149 25 +-95 425 318 -260 +-41 127 +335 -82 +-114 -255 +33 8 +436 -230 +336 -62 +-12 -170 554 511 +-206 337 +138 -133 +927 115 +232 -74 +-62 521 +332 286 +176 231 425 -267 +567 714 +59 -487 +46 -665 +94 367 +-332 -151 +-79 -191 +-238 -163 22 185 +393 -216 +-63 -432 +234 306 +204 -275 +394 92 +-472 -324 +101 112 -272 117 +-30 37 +196 245 +-1027 243 +339 -88 +313 -226 +-344 -19 +-65 220 445 -206 +-276 -524 +64 7 +-183 -34 +30 14 +310 240 +77 100 +-357 218 152 -63 +-285 -560 +301 -258 +-389 -142 +-84 -390 +667 -83 +-176 50 +-274 128 -115 -592 +-169 821 +440 -556 +-320 -136 +-649 -135 +-166 27 +360 271 +374 -429 -330 -266 +205 -209 +-245 -352 +22 -233 +-315 -123 +380 -348 +-257 -629 +119 208 -78 -229 +549 204 +-465 406 +72 356 +359 92 +273 95 +-25 -205 +-644 757 48 333 +245 -162 +-317 -370 +145 266 +-206 -160 +-247 425 +-345 13 +-23 25 -431 132 +128 7 +-527 127 +-6 -206 +-240 -370 +164 436 +-888 143 +-369 -175 -669 -259 +-202 -444 +-171 -183 +384 43 +-244 -421 +381 121 +-254 187 +184 409 -62 39 +166 -237 +13 6 +262 -180 +125 -12 +-329 -20 +212 -128 +94 -292 -141 196 diff --git a/AI_Engine_Development/AIE-ML/Design_Tutorials/07-Channelizer-Using-Vitis-Libraries/aie/channelizer/data/fft_front_i_1.txt b/AI_Engine_Development/AIE-ML/Design_Tutorials/07-Channelizer-Using-Vitis-Libraries/aie/channelizer/data/fft_front_i_1.txt index f993e4ed39..15829e4d28 100644 --- a/AI_Engine_Development/AIE-ML/Design_Tutorials/07-Channelizer-Using-Vitis-Libraries/aie/channelizer/data/fft_front_i_1.txt +++ b/AI_Engine_Development/AIE-ML/Design_Tutorials/07-Channelizer-Using-Vitis-Libraries/aie/channelizer/data/fft_front_i_1.txt @@ -1,2048 +1,2048 @@ -2749 429 +-969 218 +1215 -1548 +398 -488 +0 0 +-88 -40 +-235 145 +-78 1 -20 7 +-126 -20 +71 -233 +20 -12 +-44 10 +-9 5 +-8 -1 +-7 2 41 56 +126 -28 +-80 -1 +-74 -65 +2 -1 +-23 19 +17 0 +41 8 -46 101 +-7 -20 +0 -61 +-45 12 +-4 46 +-39 2 +2 -5 +-10 -8 15 8 +6 -6 +-78 2 +-11 -68 +32 -34 +5 -56 +32 -48 +-13 23 -18 29 +-22 -15 +-36 -46 +-20 -23 +-47 21 +37 -107 +6 -68 +72 -14 14 -27 +4 108 +-33 -25 +56 35 +10 -21 +-99 -14 +-66 42 +-79 56 -56 -5 +-27 92 +33 2 +20 -2 +6 -18 +11 42 +-8 15 +-13 -32 9 -16 +-8 -12 +35 -39 +-22 15 +82 -3 +-22 -29 +-9 25 +8 18 20 -5 +-43 51 +-39 -1 +61 -10 +51 37 +14 2 +-70 19 +29 -3 87 11 +-45 93 +-20 3 +-43 -16 +-26 42 +15 -20 +9 67 +5 -27 -65 18 +19 14 +65 -38 +-39 23 +-9 -23 +66 -3 +-19 -42 +11 39 1 -10 +1 -30 +24 -64 +-42 -36 +-21 -28 +-12 -37 +6 38 +-3 -29 1 -9 +-5 -6 +11 -19 +6 -23 +6 -26 +-50 -35 +71 0 +1 -71 -52 -57 +0 3 +-44 -66 +-14 -26 +-5 58 +24 32 +21 -34 +19 -30 23 -6 +-10 71 +16 30 +14 -11 +-57 -18 +28 28 +-22 33 +5 -16 -24 -7 +-40 -23 +-19 20 +-24 29 +33 -33 +-12 36 +16 -44 +18 18 59 -6 +6 -61 +41 -52 +-14 -21 +-36 -19 +-25 -50 +-21 21 +-31 26 -5 50 +42 -39 +-14 -3 +-69 -12 +-13 19 +-14 -47 +-35 -6 +31 -3 9 -60 +13 8 +-17 -30 +-18 19 +76 23 +-36 -6 +16 -29 +-7 -3 -41 19 +39 -23 +12 -18 +-11 25 +-15 28 +-6 10 +-8 7 +-29 28 -42 37 +5 17 +10 -10 +20 21 +-73 17 +-48 1 +-8 -25 +-41 -37 29 10 +23 0 +15 43 +17 -1 +19 30 +29 3 +-25 -10 +0 -23 22 -22 +-44 41 +26 -26 +32 0 +-32 -2 +-29 -9 +-29 -9 +-3 -23 -22 -4 +13 48 +10 11 +-36 -32 +-11 6 +-13 -1 +-44 -26 +-27 -24 -45 -54 +8 5 +8 19 +-33 -19 +-13 1 +30 -51 +-53 33 +-51 27 1 25 +-37 -13 +-49 22 +-26 1 +-45 -1 +-3 -20 +29 7 +-1 -23 -18 0 +-35 15 +4 -25 +-3 35 +-24 16 +3 -4 +17 26 +12 37 -4 -35 +-3 -21 +20 -28 +4 -13 +-24 24 +-14 -6 +6 -20 +25 -46 -6 -16 +44 27 +-5 3 +19 12 +2 -4 +13 -9 +-13 -1 +2 11 -7 -22 +9 -29 +-38 0 +4 -1 +-20 -2 +25 27 +19 27 +-50 -25 -9 -19 +4 36 +0 -8 +-2 20 +21 -9 +1 5 +-7 -13 +0 -7 -11 -4 +-4 3 +-10 -37 +6 11 +-6 -8 +8 6 +16 -5 +-6 -23 -6 -3 +3 -9 +-5 -1 +-3 13 +0 6 +7 -17 +1 -4 +-18 4 11 11 +-4 -9 +1 -2 +3 1 +-10 10 +17 -11 +-8 -3 +5 17 24 -2 +-1 -17 +-7 -11 +-1 0 +11 2 +-11 5 +9 11 +-1 0 -1 13 --2 6 -1 -5 -0 0 -3 -3 -2 2 -4 1 -11 -20 --1 -3 -4 15 -14 14 -42 7 -42 -53 -3 25 -3 -48 --3 -10 --19 -27 --23 -31 -15 66 --34 -36 -8 32 -108 25 --33 34 --39 -41 --32 31 -47 -12 -57 25 --42 -52 --969 218 --126 -20 -126 -28 --7 -20 -6 -6 --22 -15 -4 108 --27 92 --8 -12 --43 51 --45 93 -19 14 -1 -30 --5 -6 -0 3 --10 71 --40 -23 -6 -61 -42 -39 -13 8 -39 -23 -5 17 -23 0 --44 41 -13 48 -8 5 --37 -13 --35 15 --3 -21 -44 27 -9 -29 -4 36 --4 3 -3 -9 --4 -9 --1 -17 0 1 +6 17 +2 3 +0 -14 +-5 -7 +4 4 +-7 -2 +-2 6 4 0 +4 0 +-6 5 +2 2 +-5 4 +2 1 +0 3 +1 -5 +1 0 +1 -1 +0 0 +3 1 +2 -1 +1 1 1 0 0 0 +0 0 +0 0 +0 0 +-1 1 +0 3 +2 1 +-2 1 +3 -3 1 -3 +-5 5 +6 -2 +2 0 +5 0 +0 3 +6 3 +2 2 -3 1 +5 5 +1 2 +-7 -4 +15 -4 +-4 -5 +7 -12 +4 1 9 7 +-1 8 +-5 -19 +3 -8 +-18 1 +4 4 +-6 -24 +11 -20 15 20 +-10 9 +3 -6 +3 10 +2 5 +5 3 +7 4 +-1 -3 1 0 +-7 5 +9 -4 +1 -1 +7 -8 +7 15 +-4 12 +4 15 11 -5 +4 -8 +30 -12 +2 14 +17 20 +-18 -13 +23 7 +14 14 -32 6 +22 -22 +29 -7 +9 11 +1 -18 +0 -2 +-8 7 +42 7 20 6 +-3 -16 +-16 -31 +-2 4 +60 -15 +13 -26 +-40 -13 +42 -53 -7 20 +24 30 +-33 -27 +-12 -14 +-34 -7 +-44 -42 +41 -7 +3 25 -25 9 +-44 -27 +-47 38 +-5 -5 +45 -71 +35 -9 +8 50 +3 -48 -45 -16 +4 -9 +-12 -22 +-69 -33 +-1 -55 +-43 2 +32 26 +-3 -10 35 19 +4 5 +-68 19 +-13 2 +-6 -28 +-29 33 +59 35 +-19 -27 51 -7 +14 -33 +54 87 +-11 -8 +2 15 +17 -43 +-32 -61 +-23 -31 5 -6 +33 -35 +6 -10 +4 -45 +25 -104 +48 -15 +21 9 +15 66 -12 -56 +43 -26 +-7 -28 +4 16 +-11 -23 +-38 -25 +7 -13 +-34 -36 27 40 +-16 0 +-63 -109 +26 22 +-28 32 +-46 -38 +-68 -9 +8 32 0 40 +-9 41 +44 -61 +-18 -11 +-8 21 +-30 51 +-7 77 +108 25 67 56 +-52 53 +5 -21 +21 -46 +17 18 +-8 13 +28 -51 +-33 34 -21 85 +14 30 +33 -14 +-42 36 +6 -26 +17 45 +-80 -16 +-39 -41 28 -61 +20 10 +35 92 +78 -4 +19 -39 +-28 38 +10 19 +-32 31 68 -84 +9 32 +-126 81 +-112 -75 +-35 -67 +-7 -112 +116 2 +47 -12 78 57 +40 -17 +-69 96 +21 19 +-32 -43 +84 -36 +-23 41 +57 25 -26 -39 +33 67 +13 -145 +79 -51 +-56 6 +-44 46 +-49 -16 +-42 -52 -65 -36 -1215 -1548 -71 -233 --80 -1 -0 -61 --78 2 --36 -46 --33 -25 -33 2 -35 -39 --39 -1 --20 3 -65 -38 -24 -64 -11 -19 --44 -66 -16 30 --19 20 -41 -52 --14 -3 --17 -30 -12 -18 -10 -10 -15 43 -26 -26 -10 11 -8 19 --49 22 -4 -25 -20 -28 --5 3 --38 0 -0 -8 --10 -37 --5 -1 -1 -2 --7 -11 -6 17 -4 0 -1 -1 -0 0 --5 5 -5 5 --1 8 --10 9 --7 5 -4 -8 -22 -22 --3 -16 -24 30 --44 -27 -4 -9 -4 5 -14 -33 -33 -35 -43 -26 --16 0 --9 41 --52 53 -14 30 -20 10 -9 32 -40 -17 -33 67 6 5 -398 -488 -20 -12 --74 -65 --45 12 --11 -68 --20 -23 -56 35 -20 -2 --22 15 -61 -10 --43 -16 --39 23 --42 -36 -6 -23 --14 -26 -14 -11 --24 29 --14 -21 --69 -12 --18 19 --11 25 -20 21 -17 -1 -32 0 --36 -32 --33 -19 --26 1 --3 35 -4 -13 -19 12 -4 -1 --2 20 -6 11 --3 13 -3 1 --1 0 -2 3 --6 5 -0 0 -0 0 -6 -2 -1 2 --5 -19 -3 -6 -9 -4 -30 -12 -29 -7 --16 -31 --33 -27 --47 38 --12 -22 --68 19 -54 87 -6 -10 --7 -28 --63 -109 -44 -61 -5 -21 -33 -14 -35 92 --126 81 --69 96 -13 -145 10 -36 -0 0 --44 10 -2 -1 --4 46 -32 -34 --47 21 -10 -21 -6 -18 -82 -3 -51 37 --26 42 --9 -23 --21 -28 -6 -26 --5 58 --57 -18 -33 -33 --36 -19 --13 19 -76 23 --15 28 --73 17 -19 30 --32 -2 --11 6 --13 1 --45 -1 --24 16 --24 24 -2 -4 --20 -2 -21 -9 --6 -8 -0 6 --10 10 -11 2 -0 -14 -2 2 -3 1 --1 1 -2 0 --7 -4 -3 -8 -3 10 -1 -1 -2 14 -9 11 --2 4 --12 -14 --5 -5 --69 -33 --13 2 --11 -8 -4 -45 -4 16 -26 22 --18 -11 -21 -46 --42 36 -78 -4 --112 -75 -21 19 -79 -51 -34 -54 --88 -40 --9 5 --23 19 --39 2 -5 -56 -37 -107 --99 -14 -11 42 --22 -29 -14 2 -15 -20 -66 -3 --12 -37 --50 -35 -24 32 -28 28 --12 36 --25 -50 --14 -47 --36 -6 --6 10 --48 1 -29 3 --29 -9 --13 -1 -30 -51 --3 -20 -3 -4 --14 -6 -13 -9 -25 27 -1 5 -8 6 -7 -17 -17 -11 --11 5 --5 -7 --5 4 -2 -1 -0 3 -5 0 -15 -4 --18 1 -2 5 -7 -8 -17 20 -1 -18 -60 -15 --34 -7 -45 -71 --1 -55 --6 -28 -2 15 -25 -104 --11 -23 --28 32 --8 21 -17 18 -6 -26 -19 -39 --35 -67 --32 -43 --56 6 11 34 --235 145 --8 -1 -17 0 -2 -5 -32 -48 -6 -68 --66 42 --8 15 --9 25 --70 19 -9 67 --19 -42 -6 38 -71 0 -21 -34 --22 33 -16 -44 --21 21 --35 -6 -16 -29 --8 7 --8 -25 --25 -10 --29 -9 --44 -26 --53 33 -29 7 -17 26 -6 -20 --13 -1 -19 27 --7 -13 -16 -5 -1 -4 --8 -3 -9 11 -4 4 -2 1 -1 1 -2 1 -0 3 --4 -5 -4 4 -5 3 -7 15 --18 -13 -0 -2 -13 -26 --44 -42 -35 -9 --43 2 --29 33 -17 -43 -48 -15 --38 -25 --46 -38 --30 51 --8 13 -17 45 --28 38 --7 -112 -84 -36 --44 46 8 115 --78 1 --7 2 -41 8 --10 -8 --13 23 -72 -14 --79 56 --13 -32 -8 18 -29 -3 -5 -27 -11 39 --3 -29 -1 -71 -19 -30 -5 -16 -18 18 --31 26 -31 -3 --7 -3 --29 28 --41 -37 -0 -23 --3 -23 --27 -24 --51 27 --1 -23 -12 37 -25 -46 -2 11 --50 -25 -0 -7 --6 -23 --18 4 -5 17 --1 0 --7 -2 -0 3 -1 0 --2 1 -6 3 -7 -12 --6 -24 -7 4 --4 12 -23 7 --8 7 --40 -13 -41 -7 -8 50 -32 26 -59 35 --32 -61 -21 9 -7 -13 --68 -9 --7 77 -28 -51 --80 -16 -10 19 -116 2 --23 41 --49 -16 -13 49 -2493 -2334 +3353 -1445 +1635 -735 +383 678 +-21 35 +-149 -407 +-78 -4 +4 -11 63 5 +49 -6 +-162 183 +11 126 +129 -24 +-95 48 +-51 -19 +67 -19 -76 -63 +-115 20 +154 -100 +138 77 +38 79 +94 -38 +-81 26 +-74 18 157 -232 +38 18 +-52 138 +139 35 +-4 -63 +59 2 +12 17 +-24 -49 -7 20 +17 -41 +106 38 +39 78 +-19 82 +36 121 +-158 85 +73 -87 78 -52 +49 43 +105 93 +-65 50 +112 -41 +-51 271 +-45 103 +-181 88 -18 67 +62 -136 +28 90 +-80 12 +-13 -21 +196 58 +172 -102 +222 -154 80 -40 +62 -195 +-72 -19 +-1 -8 +-15 57 +45 -48 +-26 43 +106 64 25 33 +-68 15 +-94 114 +103 -48 +-183 49 +29 85 +-8 -104 +4 -45 -34 20 +106 -93 +128 -17 +-183 45 +-145 -73 +5 -44 +144 5 +-32 -16 -188 28 +148 -210 +42 0 +134 -29 +120 -90 +-21 97 +-5 -157 +-15 58 208 -7 +-26 -6 +-145 129 +95 -60 +36 81 +-179 3 +91 121 +-30 -74 23 8 +10 19 +-96 174 +144 149 +87 116 +88 138 +-30 -83 +-12 57 5 34 +-24 38 +-26 49 +52 43 +-68 73 +119 98 +-163 18 +-20 147 166 166 +19 -4 +106 181 +22 123 +83 -200 +-115 -64 +-62 141 +-38 139 -52 -50 +1 -166 +-56 -40 +-38 -8 +134 13 +-35 -38 +70 -105 +45 12 87 29 +102 91 +41 -135 +28 -146 +-94 61 +47 -87 +-6 104 +-37 2 -181 80 +-42 121 +-142 141 +19 -20 +70 82 +126 144 +104 -27 +49 -113 -56 -184 +-122 134 +22 -12 +206 40 +25 -68 +16 118 +117 33 +-106 26 -69 146 +-5 -24 +53 156 +53 -72 +-258 -117 +129 -8 +-55 102 +16 34 103 -64 -215 -148 --105 15 +-142 123 +-49 110 +34 -89 +31 -23 +-11 19 +74 -58 +95 -61 +215 -148 +-81 -36 +-42 70 +-93 -36 +249 -83 +207 -26 +73 82 +133 143 +-105 15 +-70 8 +-35 -166 +-72 -24 +-52 -76 +-97 -42 +50 41 +-15 87 -57 103 +186 -132 +-118 123 +-106 21 +173 14 +92 34 +133 -2 +-5 100 76 16 +-57 -167 +20 -22 +115 147 +-11 -56 +62 4 +205 117 +114 109 197 260 +-31 -49 +-73 -94 +128 35 +69 -16 +-126 247 +173 -156 +233 -155 -21 -89 +193 33 +204 -79 +86 -7 +201 -56 +32 88 +-114 -32 +10 77 61 -3 +133 -101 +-9 130 +18 -154 +104 -75 +-16 17 +-53 -120 +-105 -178 13 154 +-30 114 +-137 149 +-1 77 +109 -133 +69 4 +-30 102 +-103 248 1 100 +-213 -135 +6 -21 +-108 -71 +3 16 +-85 61 +75 -25 +-19 -38 38 151 +-60 157 +226 -12 +-49 -17 +137 3 +-139 -168 +-151 -172 +295 156 39 124 +-41 -246 +-7 50 +5 -128 +-133 74 +-17 -26 +61 77 +8 58 97 16 +19 -40 +77 281 +-32 -81 +47 71 +-59 -42 +-133 24 +59 191 50 31 +-28 82 +54 -23 +12 -129 +8 -14 +-83 138 +3 20 +201 -44 -97 -103 +31 81 +-2 18 +-51 -19 +107 -86 +-189 119 +85 36 +-46 -199 -270 45 +11 198 +82 133 +4 -12 +-127 -25 +142 -75 +-125 -152 +17 0 33 -190 +-1 -7 +-78 -270 +-39 -38 +8 247 +95 132 +-79 -80 +133 47 40 -138 +-86 8 +-100 -7 +142 -125 +-51 -73 +156 -125 +-62 -41 +-12 -94 -53 186 +-50 -5 +-61 27 +-24 -6 +-238 -55 +-231 139 +-118 -87 +-138 110 -109 -92 +-168 98 +-71 101 +-54 -16 +-60 83 +2 167 +117 39 +-118 61 122 -142 +35 -93 +-158 154 +188 -72 +57 0 +134 6 +-4 77 +130 69 39 39 +-62 17 +95 81 +28 32 +-118 -60 +229 -74 +-68 -72 +96 -173 53 14 +106 85 +-21 96 +-54 -186 +37 -80 +-168 14 +46 39 +-61 -233 96 -179 +130 174 +-85 86 +18 -49 +20 74 +20 39 +36 17 +52 46 0 -33 +13 3 +-59 30 +60 -19 +13 -2 +27 -34 +55 103 +-7 60 17 78 +54 -51 +42 -51 +155 -49 +15 98 +79 56 +-96 -66 +106 38 52 75 +-133 6 +102 -108 +153 -18 +65 49 +2 -71 +-20 -16 +-28 9 151 16 +54 19 +-26 -35 +-33 -84 +0 9 +204 -70 +39 -96 +-147 -17 131 -179 +-12 68 +49 109 +-94 -50 +-84 19 +-146 -16 +-108 -146 +123 -24 26 147 +-74 57 +-137 -94 +-109 104 +-6 -11 +127 -158 +81 -33 +3 49 -5 -74 +-83 18 +20 -21 +-10 -51 +-159 -97 +39 -96 +-68 -25 +104 92 -25 -42 +62 18 +36 -37 +-75 -34 +-61 -7 +-14 -28 +-73 86 +131 127 -41 -27 +76 -68 +31 -14 +90 180 +-49 47 +-14 47 +11 -56 +-78 -91 -8 -54 +17 -22 +-6 -71 +64 26 +-2 -42 +32 -93 +51 41 +-3 -24 -15 42 +-46 -73 +65 -14 +-58 -15 +16 25 +86 -101 +-16 -39 +-15 -25 -24 -17 +21 63 +19 3 +-90 -84 +7 -104 +7 68 +-72 -57 +-92 -32 29 28 -124 91 --17 -6 --135 -71 --13 24 --18 -20 --25 -97 --48 -102 -3353 -1445 -49 -6 --115 20 -38 18 -17 -41 -49 43 -62 -136 -62 -195 --68 15 -106 -93 -148 -210 --26 -6 -10 19 --24 38 -19 -4 -1 -166 -102 91 --42 121 --122 134 --5 -24 --142 123 --81 -36 --70 8 -186 -132 --57 -167 --31 -49 -193 33 -133 -101 --30 114 --213 -135 --60 157 --41 -246 -19 -40 --28 82 -31 81 -11 198 --1 -7 --86 8 --50 -5 --168 98 -35 -93 --62 17 -106 85 -130 174 -13 3 -54 -51 --133 6 -54 19 --12 68 --74 57 --83 18 -62 18 -76 -68 -17 -22 --46 -73 -21 63 12 94 -152 74 -25 19 -126 66 -14 -63 -56 73 --6 -92 --11 49 -1635 -735 --162 183 -154 -100 --52 138 -106 38 -105 93 -28 90 --72 -19 --94 114 -128 -17 -42 0 --145 129 --96 174 --26 49 -106 181 --56 -40 -41 -135 --142 141 -22 -12 -53 156 --49 110 --42 70 --35 -166 --118 123 -20 -22 --73 -94 -204 -79 --9 130 --137 149 -6 -21 -226 -12 --7 50 -77 281 -54 -23 --2 18 -82 133 --78 -270 --100 -7 --61 27 --71 101 --158 154 -95 81 --21 96 --85 86 --59 30 -42 -51 -102 -108 --26 -35 -49 109 --137 -94 -20 -21 -36 -37 -31 -14 --6 -71 -65 -14 -19 3 10 56 --60 27 -61 66 -0 7 --101 27 -12 11 -58 11 --142 -28 -383 678 -11 126 -138 77 -139 35 -39 78 --65 50 --80 12 --1 -8 -103 -48 --183 45 -134 -29 -95 -60 -144 149 -52 43 -22 123 --38 -8 -28 -146 -19 -20 -206 40 -53 -72 -34 -89 --93 -36 --72 -24 --106 21 -115 147 -128 35 -86 -7 -18 -154 --1 77 --108 -71 --49 -17 -5 -128 --32 -81 -12 -129 --51 -19 -4 -12 --39 -38 -142 -125 --24 -6 --54 -16 -188 -72 -28 32 --54 -186 -18 -49 -60 -19 -155 -49 -153 -18 --33 -84 --94 -50 --109 104 --10 -51 --75 -34 -90 180 -64 26 --58 -15 --90 -84 39 -83 +-22 -3 +-41 -8 +3 42 +21 112 +124 91 +152 74 +-60 27 34 78 +27 21 +-5 23 +57 -70 +53 -89 +-17 -6 +25 19 +61 66 43 32 +-54 -41 +7 92 +12 68 +-64 -33 +-135 -71 +126 66 +0 7 69 12 +-53 -28 +-21 13 +-80 21 +59 65 +-13 24 +14 -63 +-101 27 -77 -45 +-84 -91 +2 0 +31 -34 +-2 15 +-18 -20 +56 73 +12 11 -48 19 +-69 69 +-26 -78 +-5 -3 +0 -26 +-25 -97 +-6 -92 +58 11 -65 -10 +-30 29 +127 -23 +-72 16 +-70 38 +-48 -102 +-11 49 +-142 -28 -21 -58 --21 35 -129 -24 -38 79 --4 -63 --19 82 -112 -41 --13 -21 --15 57 --183 49 --145 -73 -120 -90 -36 81 -87 116 --68 73 -83 -200 -134 13 --94 61 -70 82 -25 -68 --258 -117 -31 -23 -249 -83 --52 -76 -173 14 --11 -56 -69 -16 -201 -56 -104 -75 -109 -133 -3 16 -137 3 --133 74 -47 71 -8 -14 -107 -86 --127 -25 -8 247 --51 -73 --238 -55 --60 83 -57 0 --118 -60 -37 -80 -20 74 -13 -2 -15 98 -65 49 -0 9 --84 19 --6 -11 --159 -97 --61 -7 --49 47 --2 -42 -16 25 -7 -104 --22 -3 -27 21 --54 -41 --53 -28 --84 -91 --69 69 --30 29 -35 -57 --149 -407 --95 48 -94 -38 -59 2 -36 121 --51 271 -196 58 -45 -48 -29 85 -5 -44 --21 97 --179 3 -88 138 -119 98 --115 -64 --35 -38 -47 -87 -126 144 -16 118 -129 -8 --11 19 -207 -26 --97 -42 -92 34 -62 4 --126 247 -32 88 --16 17 -69 4 --85 61 --139 -168 --17 -26 --59 -42 --83 138 --189 119 -142 -75 -95 132 -156 -125 --231 139 -2 167 -134 6 -229 -74 --168 14 -20 39 -27 -34 -79 56 -2 -71 -204 -70 --146 -16 -127 -158 -39 -96 --14 -28 --14 47 -32 -93 -86 -101 -7 68 --41 -8 --5 23 -7 92 --21 13 -2 0 --26 -78 -127 -23 4 -97 --78 -4 --51 -19 --81 26 -12 17 --158 85 --45 103 -172 -102 --26 43 --8 -104 -144 5 --5 -157 -91 121 --30 -83 --163 18 --62 141 -70 -105 --6 104 -104 -27 -117 33 --55 102 -74 -58 -73 82 -50 41 -133 -2 -205 117 -173 -156 --114 -32 --53 -120 --30 102 -75 -25 --151 -172 -61 77 --133 24 -3 20 -85 36 --125 -152 --79 -80 --62 -41 --118 -87 -117 39 --4 77 --68 -72 -46 39 -36 17 -55 103 --96 -66 --20 -16 -39 -96 --108 -146 -81 -33 --68 -25 --73 86 -11 -56 -51 41 --16 -39 --72 -57 -3 42 -57 -70 -12 68 --80 21 -31 -34 --5 -3 --72 16 -12 104 -4 -11 -67 -19 --74 18 --24 -49 -73 -87 --181 88 -222 -154 -106 64 -4 -45 --32 -16 --15 58 --30 -74 --12 57 --20 147 --38 139 -45 12 --37 2 -49 -113 --106 26 -16 34 -95 -61 -133 143 --15 87 --5 100 -114 109 -233 -155 -10 77 --105 -178 --103 248 --19 -38 -295 156 -8 58 -59 191 -201 -44 --46 -199 -17 0 -133 47 --12 -94 --138 110 --118 61 -130 69 -96 -173 --61 -233 -52 46 --7 60 -106 38 --28 9 --147 -17 -123 -24 -3 49 -104 92 -131 127 --78 -91 --3 -24 --15 -25 --92 -32 -21 112 -53 -89 --64 -33 -59 65 --2 15 -0 -26 --70 38 -49 11 -2479 -426 +-2273 -2584 +-277 444 +187 450 +5 -35 +-163 -143 +-163 -97 +99 -136 -111 -42 +58 197 +-36 3 +-125 -99 +20 -5 +121 -97 +-4 -85 +-96 -5 69 -93 +-30 0 +-50 160 +16 -35 +-73 -117 +0 -68 +45 -116 +-127 -121 -78 152 -11 -45 --157 -43 -45 -73 +-34 -22 +34 -45 +-133 -116 +29 -34 +131 -42 +-83 -27 +142 153 +11 -45 +-20 70 +50 -21 +-28 100 +-60 -39 +-81 25 +190 104 +-40 104 +-157 -43 +24 -78 +-104 -66 +149 6 +-51 39 +-75 -99 +-24 94 +131 -151 +45 -73 +-81 -85 +33 -80 +-28 -176 +-19 117 +11 -53 +-66 19 +-136 85 23 185 +-20 95 +86 26 +-59 -20 +66 -90 +-127 -91 +105 -224 +-209 17 -98 30 +206 -11 +82 -127 +-112 -5 +-15 -85 +18 -134 +11 146 +-23 85 -2 -107 +-45 -7 +-146 -14 +132 -22 +171 -2 +-40 108 +47 -91 +-16 27 95 -77 +-130 136 +-7 -16 +-145 162 +-165 36 +-59 -145 +-21 53 +70 -61 -186 -34 +32 11 +122 -175 +-69 16 +-102 -114 +194 33 +-117 -100 +-40 -54 -64 -16 +-35 74 +104 -149 +-89 -185 +-98 -119 +-178 -159 +80 15 +94 -35 +-16 -63 +59 -75 +63 -16 +-179 -27 +191 -38 -16 -63 +27 31 +41 18 -127 -129 +-55 -47 +12 -145 +73 -176 +-188 191 +213 6 +72 -257 +25 -224 -16 243 +53 93 +14 -62 +96 96 +-85 87 +-84 -33 +-118 59 +-177 117 -137 -50 +-48 -168 +-19 222 +91 294 +52 22 +-43 8 +-61 -64 +-21 -122 147 -251 +39 -34 +192 -109 +75 176 +40 -161 +-245 -127 +-191 -40 +39 221 149 265 +119 -142 +-5 82 +-260 -50 +16 71 +94 -97 +-117 5 +138 -105 191 -58 +-22 -49 +-37 -275 +-30 88 +265 181 +-134 104 +50 -109 +16 -87 2 76 +143 -167 +47 -235 +-34 83 +20 -150 +61 -127 +-193 90 +-37 -8 -370 211 +207 -28 +30 -175 +197 -108 +-224 143 +-297 32 +-155 -90 +-100 -201 74 -211 +26 -29 +19 203 +110 81 +2 9 +60 102 +6 -67 +2 -138 4 -128 +-270 108 +161 -140 +80 -79 +-382 -22 +-111 -41 +-194 129 +82 -113 -66 9 +96 148 +-227 -25 +-56 -212 +166 147 +-115 -5 +-316 -202 +-149 -131 -288 -381 +12 143 +229 149 +-104 40 +-101 53 +135 -353 +-60 225 +-288 294 111 20 +-290 62 +-223 19 +-26 18 +-266 201 +-98 -98 +51 33 +-65 31 6 11 +-53 275 +20 -200 +-56 162 +-113 70 +38 -18 +-27 147 +339 233 16 -104 +229 -166 +317 -232 +-67 -149 +-75 188 +-101 94 +54 -103 +21 -347 85 -199 +182 154 +54 84 +146 102 +-47 11 +153 -84 +-91 189 +45 -64 -66 -300 +110 -154 +-333 47 +171 109 +-266 53 +164 258 +346 257 +-294 -205 31 -154 +142 401 +39 -62 +47 194 +166 -135 +85 -10 +-160 -31 +-63 -149 -255 54 +20 177 +-145 -474 +-22 144 +-86 -134 +62 37 +199 54 +-128 -357 -73 -84 +71 -153 +-201 231 +61 294 +-32 -234 +261 -152 +-152 75 +-559 114 139 128 +21 -61 +-89 -36 +256 134 +-161 32 +299 -144 +-146 -136 +-72 345 352 -225 +-5 -312 +-130 -240 +61 153 +55 62 +-137 246 +198 180 +19 -89 -233 256 +-28 -65 +-21 486 +22 -6 +-112 -442 +-202 -161 +38 158 +-181 -88 53 329 +12 -20 +82 100 +-298 236 +217 216 +-215 211 +170 28 +51 48 -48 -347 +297 71 +97 -20 +-113 -45 +260 68 +353 -282 +159 235 +373 -346 219 115 --97 140 --136 -61 --103 -50 --251 449 -49 -71 --120 -188 --207 -92 --383 -69 --356 373 -74 60 --20 356 --21 0 -38 172 -151 156 --80 -358 -165 154 --27 -168 --340 -43 -119 -55 -38 93 -117 -129 --179 -78 --156 -77 -146 168 --2273 -2584 -58 197 --30 0 --34 -22 --20 70 -24 -78 --81 -85 --20 95 -206 -11 --45 -7 --130 136 -32 11 --35 74 -59 -75 --55 -47 -53 93 --48 -168 -39 -34 -119 -142 --22 -49 -143 -167 -207 -28 -26 -29 --270 108 -96 148 -12 143 --290 62 --53 275 -229 -166 -182 154 -110 -154 -142 401 -20 177 -71 -153 -21 -61 --5 -312 --28 -65 -12 -20 -297 71 280 20 +296 -20 +142 -63 +205 -282 +-82 -369 +-135 18 +181 -170 +-97 140 -3 429 +131 -288 +-392 76 +-215 -16 +-195 -149 +-191 -141 +-91 -198 +-136 -61 96 -6 +-168 -233 +34 -28 +-9 41 +-253 -40 +22 158 +-149 139 +-103 -50 -245 -131 +-23 -158 +176 615 +-33 238 +545 22 +-48 -51 +100 392 +-251 449 -289 -311 +158 -125 +-89 89 +-62 -239 +-54 -74 +-107 -115 +-62 97 +49 -71 13 31 +-19 -69 +-104 108 +28 48 +-184 161 +-14 -107 +149 -172 +-120 -188 -156 -91 +33 50 +-335 218 +6 -33 +-211 -421 +108 117 +-219 -60 +-207 -92 337 -160 +-189 192 +-161 136 +36 -86 +-48 187 +-103 -22 +90 -119 +-383 -69 -262 -53 +-82 225 +219 354 +43 -12 +-469 61 +-134 163 +221 174 +-356 373 84 -123 +-232 -206 +234 289 +-37 257 +160 54 +358 170 +-211 59 +74 60 161 4 +267 110 +338 -229 +30 54 +-237 525 +-177 63 +-71 -494 +-20 356 319 225 +8 57 +48 102 +332 149 +51 295 +295 -57 +-109 -78 +-21 0 -242 -110 +-20 -75 +392 -225 +-5 -47 +20 207 +88 -164 +-259 -68 +38 172 -269 -67 +-60 207 +-249 -308 +62 113 +-17 3 +-116 160 +131 230 +151 156 1 33 +-207 117 +118 119 +4 244 +-108 609 +-184 167 +-126 -155 +-80 -358 -35 161 +-126 219 +-44 94 +35 -16 +170 15 +169 112 +6 59 +165 154 -68 -71 +120 -57 +200 356 +-169 -180 +132 -81 +26 156 +229 -21 +-27 -168 27 -120 +99 -163 +-167 170 +72 109 +25 -40 +104 -116 +-16 -172 +-340 -43 -70 -107 +137 -182 +11 101 +-109 198 +-70 -68 +86 -53 +-140 121 +119 -55 146 -264 +11 -108 +-171 54 +73 -97 +40 35 +-25 -137 +231 77 +38 93 -168 240 +-40 -54 +-24 -250 +-272 118 +-78 160 +3 -136 +-27 61 +117 -129 -148 257 +-138 -9 +240 -255 +166 186 +189 148 +22 277 +-386 -77 +-179 -78 -215 -224 +20 30 +158 -376 +-44 0 +96 30 +-202 97 +-23 -21 +-156 -77 58 52 +28 -114 +-47 284 +-206 158 +169 84 +140 -56 +183 137 +146 168 58 196 --277 444 --36 3 --50 160 -34 -45 -50 -21 --104 -66 -33 -80 -86 26 -82 -127 --146 -14 --7 -16 -122 -175 -104 -149 -63 -16 -12 -145 -14 -62 --19 222 -192 -109 --5 82 --37 -275 -47 -235 -30 -175 -19 203 -161 -140 --227 -25 -229 149 --223 19 -20 -200 -317 -232 -54 84 --333 47 -39 -62 --145 -474 --201 231 --89 -36 --130 -240 --21 486 -82 100 -97 -20 -296 -20 -131 -288 --168 -233 --23 -158 -158 -125 --19 -69 -33 50 --189 192 --82 225 --232 -206 -267 110 -8 57 --20 -75 --60 207 --207 117 --126 219 -120 -57 -99 -163 -137 -182 -11 -108 --40 -54 --138 -9 -20 30 -28 -114 -2 -50 -187 450 --125 -99 -16 -35 --133 -116 --28 100 -149 6 --28 -176 --59 -20 --112 -5 -132 -22 --145 162 --69 16 --89 -185 --179 -27 -73 -176 -96 96 -91 294 -75 176 --260 -50 --30 88 --34 83 -197 -108 -110 81 -80 -79 --56 -212 --104 40 --26 18 --56 162 --67 -149 -146 102 -171 109 -47 194 --22 144 -61 294 -256 134 -61 153 -22 -6 --298 236 --113 -45 -142 -63 --392 76 -34 -28 -176 615 --89 89 --104 108 --335 218 --161 136 -219 354 -234 289 -338 -229 -48 102 -392 -225 --249 -308 -118 119 --44 94 -200 356 --167 170 -11 101 --171 54 --24 -250 -240 -255 -158 -376 --47 284 -3 103 -5 -35 -20 -5 --73 -117 -29 -34 --60 -39 --51 39 --19 117 -66 -90 --15 -85 -171 -2 --165 36 --102 -114 --98 -119 -191 -38 --188 191 --85 87 -52 22 -40 -161 -16 71 -265 181 -20 -150 --224 143 -2 9 --382 -22 -166 147 --101 53 --266 201 --113 70 --75 188 --47 11 --266 53 -166 -135 --86 -134 --32 -234 --161 32 -55 62 --112 -442 -217 216 -260 68 -205 -282 --215 -16 --9 41 --33 238 --62 -239 -28 48 -6 -33 -36 -86 -43 -12 --37 257 -30 54 -332 149 --5 -47 -62 113 -4 244 -35 -16 --169 -180 -72 109 --109 198 -73 -97 --272 118 -166 186 --44 0 --206 158 170 95 --163 -143 -121 -97 -0 -68 -131 -42 --81 25 --75 -99 -11 -53 --127 -91 -18 -134 --40 108 --59 -145 -194 33 --178 -159 --16 -63 -213 6 --84 -33 --43 8 --245 -127 -94 -97 --134 104 -61 -127 --297 32 -60 102 --111 -41 --115 -5 -135 -353 --98 -98 -38 -18 --101 94 -153 -84 -164 258 -85 -10 -62 37 -261 -152 -299 -144 --137 246 --202 -161 --215 211 -353 -282 --82 -369 --195 -149 --253 -40 -545 22 --54 -74 --184 161 --211 -421 --48 187 --469 61 -160 54 --237 525 -51 295 -20 207 --17 3 --108 609 -170 15 -132 -81 -25 -40 --70 -68 -40 35 --78 160 -189 148 -96 30 -169 84 -121 -105 --163 -97 --4 -85 -45 -116 --83 -27 -190 104 --24 94 --66 19 -105 -224 -11 146 -47 -91 --21 53 --117 -100 -80 15 -27 31 -72 -257 --118 59 --61 -64 --191 -40 --117 5 -50 -109 --193 90 --155 -90 -6 -67 --194 129 --316 -202 --60 225 -51 33 --27 147 -54 -103 --91 189 -346 257 --160 -31 -199 54 --152 75 --146 -136 -198 180 -38 158 -170 28 -159 235 --135 18 --191 -141 -22 158 --48 -51 --107 -115 --14 -107 -108 117 --103 -22 --134 163 -358 170 --177 63 -295 -57 -88 -164 --116 160 --184 167 -169 112 -26 156 -104 -116 -86 -53 --25 -137 -3 -136 -22 277 --202 97 -140 -56 -26 -86 -99 -136 --96 -5 --127 -121 -142 153 --40 104 -131 -151 --136 85 --209 17 --23 85 --16 27 -70 -61 --40 -54 -94 -35 -41 18 -25 -224 --177 117 --21 -122 -39 221 -138 -105 -16 -87 --37 -8 --100 -201 -2 -138 -82 -113 --149 -131 --288 294 --65 31 -339 233 -21 -347 -45 -64 --294 -205 --63 -149 --128 -357 --559 114 --72 345 -19 -89 --181 -88 -51 48 -373 -346 -181 -170 --91 -198 --149 139 -100 392 --62 97 -149 -172 --219 -60 -90 -119 -221 174 --211 59 --71 -494 --109 -78 --259 -68 -131 230 --126 -155 -6 59 -229 -21 --16 -172 --140 121 -231 77 --27 61 --386 -77 --23 -21 -183 137 -20 9 -1565 2544 -43 36 -62 230 --295 188 --63 14 -63 180 --41 28 --169 -206 -93 -114 -69 168 -152 -2 --73 -38 --18 106 --35 47 --121 -116 -170 -307 -142 40 -101 269 --42 -175 --244 -85 --221 11 -236 -82 -106 395 -97 -46 -1 -63 -220 119 --276 126 --92 -27 --80 -99 --12 155 -138 234 --90 -86 -368 -32 --15 42 --202 3 --133 197 -321 5 --94 -388 -184 199 --267 84 -24 -10 -111 56 -21 3 -189 -437 --163 113 -21 337 -240 -9 -567 266 -345 -451 --42 -297 -193 -689 -82 -3 --159 -268 --261 -168 -276 585 --284 -345 --140 155 -461 -53 --186 344 -148 -53 --108 76 -303 -46 -386 456 --181 -28 --1117 1802 --340 -163 -217 -31 --54 39 --72 51 --142 159 --65 315 --130 182 --212 17 --110 172 --65 122 --44 -65 -8 -36 -6 111 -28 209 --98 62 --118 150 -113 -81 --40 -14 --38 221 -13 -10 --192 164 -48 19 -167 -27 --107 -30 -33 -204 -25 -250 --126 -427 --411 -16 -33 -87 --73 30 --180 -256 --140 -285 --2 163 --48 -12 -57 183 --61 161 -60 59 --456 -133 --192 -177 -40 -519 --126 -93 -185 -66 -293 575 -11 -119 -315 195 --635 266 -356 178 --105 188 --133 -219 --436 -455 -191 323 -401 254 --5 9 -27 -361 -269 281 --85 -27 -54 159 --213 544 --280 -666 -336 -420 -351 160 --190 -6 --270 -248 -1760 -1734 -289 -17 --117 32 -85 -163 --263 -80 --88 -69 --115 15 --21 -3 -13 -19 --53 111 --50 73 -13 23 -78 -84 --109 -36 --275 -88 -59 109 --33 16 --82 -7 -56 -217 --67 147 -22 160 -42 259 --23 -58 --18 -108 -397 62 --285 -111 -82 163 --99 105 --278 206 --4 -210 -262 59 --51 43 -244 442 -419 -378 -154 83 -166 285 -99 -519 --1 -136 --74 118 --418 -107 --41 354 -262 364 -65 130 --73 -92 -84 75 --224 22 -95 -60 --52 -315 -480 50 --174 -108 --7 -72 --263 312 -63 -413 -581 -168 -255 -111 --217 -54 --111 133 --259 369 --135 -68 -124 47 -282 114 -272 -157 -74 419 -363 127 --979 -276 -43 44 --322 -108 --114 144 --12 -265 --45 -112 -141 144 -27 69 -12 124 -166 -165 --8 -256 --52 104 --102 -16 -179 -7 --205 12 --170 -96 --315 -226 --206 -232 -183 9 --91 -46 --20 56 --189 288 --86 -46 -65 107 --72 58 --36 21 --39 -13 -118 -38 -118 109 --50 44 --193 -112 --115 -217 --12 -221 --76 -217 --351 -251 --37 -206 -155 46 -529 -282 -225 218 --121 171 -370 -84 --88 -52 --169 -806 -138 -260 --44 -70 -449 -308 -43 -148 --424 -480 --396 -446 --483 365 --335 -246 --941 536 -428 572 --93 -195 -149 -341 --270 -877 -259 -346 --158 -512 -40 -251 -73 658 --678 551 --254 483 -287 -798 -132 14 -34 -12 --381 67 --55 -62 --27 135 -96 -139 --132 53 -94 -92 --52 69 -372 45 --52 215 -26 104 -187 6 --24 -73 --191 -101 -128 50 --31 -217 -93 -107 --165 198 --27 14 -8 -7 --79 223 --60 -86 -76 57 -393 -33 --218 -141 --13 -63 -170 -75 -82 46 --51 -62 --44 -28 -288 -46 --107 -7 -160 -95 --9 461 -147 -11 -77 -30 -216 416 --279 -277 --68 -108 --135 462 -223 79 -36 149 -100 -28 -93 336 -27 58 -2 -201 --130 84 --111 200 -248 -635 --113 22 --613 -91 -79 26 -214 -364 -66 -377 --32 154 -175 622 --133 36 -103 -381 --196 500 -600 144 --523 -174 -361 -108 -484 -365 --139 -132 --75 -244 -256 -176 --267 -29 --235 80 --45 -262 -159 -328 --318 -51 --72 213 --67 140 -44 -55 -111 26 --121 -123 -131 0 --181 -142 --191 96 -180 57 --59 113 -245 -16 --220 38 --17 -238 --37 163 -143 99 -45 -49 -187 -15 -106 -8 --19 115 -142 38 --43 3 -152 -89 --97 -77 --224 -246 --107 45 -44 75 --359 206 --190 -22 -175 -279 -377 190 -38 -140 --210 302 -248 392 -276 255 -168 115 --664 41 --290 128 -309 -366 -180 582 --136 -222 -701 24 -193 -196 -271 -647 --307 -733 --53 -340 -128 142 -174 -803 --440 114 --295 149 -68 259 -165 55 -35 -555 -175 -261 --228 -310 --70 -141 --610 59 -3 384 +26 -86 +20 9 +1565 2544 +-1117 1802 +1760 -1734 +-979 -276 +34 -12 +-75 -244 158 -37 -77 5 --12 37 -109 49 -117 -288 -256 -175 --234 210 --135 229 -67 -32 --331 108 --22 143 --16 -14 --94 154 -187 -146 --19 230 -191 129 -42 18 -86 82 -31 -152 -7 -29 -201 22 -68 58 -23 35 -61 -228 -206 255 --17 -157 -112 17 -49 -132 --139 -42 --21 -318 --310 -153 -121 5 --58 -109 -379 6 -41 186 --311 -125 -122 -246 --234 130 --130 -143 -91 -21 -394 313 -148 -232 --3 1 -125 77 --77 24 --182 -150 -120 11 -40 -215 --520 -403 -442 29 --503 194 --177 63 -183 -428 -387 -308 --344 -65 --298 -201 --315 294 --241 299 -68 11 --1 233 --263 -540 -421 -222 --95 223 -29 316 178 -109 +43 36 +-340 -163 +289 -17 +43 44 +-381 67 +256 -176 +77 5 -86 119 +62 230 +217 -31 +-117 32 +-322 -108 +-55 -62 +-267 -29 +-12 37 219 18 +-295 188 +-54 39 +85 -163 +-114 144 +-27 135 +-235 80 +109 49 -109 -36 +-63 14 +-72 51 +-263 -80 +-12 -265 +96 -139 +-45 -262 +117 -288 -146 -21 +63 180 +-142 159 +-88 -69 +-45 -112 +-132 53 +159 -328 +256 -175 91 -28 +-41 28 +-65 315 +-115 15 +141 144 +94 -92 +-318 -51 +-234 210 -195 203 +-169 -206 +-130 182 +-21 -3 +27 69 +-52 69 +-72 213 +-135 229 108 -165 +93 -114 +-212 17 +13 -19 +12 124 +372 45 +-67 140 +67 -32 -13 -60 +69 168 +-110 172 +-53 111 +166 -165 +-52 215 +44 -55 +-331 108 -8 35 +152 -2 +-65 122 +-50 73 +-8 -256 +26 104 +111 26 +-22 143 -196 30 +-73 -38 +-44 -65 +13 23 +-52 104 +187 6 +-121 -123 +-16 -14 141 258 +-18 106 +8 -36 +78 -84 +-102 -16 +-24 -73 +131 0 +-94 154 -185 -30 +-35 47 +6 111 +-109 -36 +179 -7 +-191 -101 +-181 -142 +187 -146 34 -298 +-121 -116 +28 209 +-275 -88 +-205 12 +128 50 +-191 96 +-19 230 -17 161 +170 -307 +-98 62 +59 109 +-170 -96 +-31 -217 +180 57 +191 129 190 -219 +142 40 +-118 150 +-33 16 +-315 -226 +93 -107 +-59 113 +42 18 85 195 +101 269 +113 -81 +-82 -7 +-206 -232 +-165 198 +245 -16 +86 82 -122 -187 +-42 -175 +-40 -14 +56 -217 +183 9 +-27 14 +-220 38 +31 -152 -50 210 +-244 -85 +-38 221 +-67 147 +-91 -46 +8 -7 +-17 -238 +7 -29 -87 91 +-221 11 +13 -10 +22 160 +-20 56 +-79 223 +-37 163 +201 22 -136 112 +236 -82 +-192 164 +42 259 +-189 288 +-60 -86 +143 99 +68 58 -86 153 +106 395 +48 19 +-23 -58 +-86 -46 +76 57 +45 -49 +23 35 88 155 +97 -46 +167 -27 +-18 -108 +65 107 +393 -33 +187 -15 +61 -228 -193 -31 +1 -63 +-107 -30 +397 62 +-72 58 +-218 -141 +106 -8 +206 255 135 -50 +220 119 +33 -204 +-285 -111 +-36 21 +-13 -63 +-19 115 +-17 -157 48 -194 +-276 126 +25 -250 +82 163 +-39 -13 +170 -75 +142 38 +112 17 169 -221 +-92 -27 +-126 -427 +-99 105 +118 -38 +82 46 +-43 3 +49 -132 -486 -194 +-80 -99 +-411 -16 +-278 206 +118 109 +-51 -62 +152 -89 +-139 -42 142 196 +-12 155 +33 -87 +-4 -210 +-50 44 +-44 -28 +-97 -77 +-21 -318 -18 217 +138 234 +-73 30 +262 59 +-193 -112 +288 -46 +-224 -246 +-310 -153 26 94 +-90 -86 +-180 -256 +-51 43 +-115 -217 +-107 -7 +-107 45 +121 5 197 188 +368 -32 +-140 -285 +244 442 +-12 -221 +160 -95 +44 75 +-58 -109 37 585 +-15 42 +-2 163 +419 -378 +-76 -217 +-9 461 +-359 206 +379 6 585 -144 +-202 3 +-48 -12 +154 83 +-351 -251 +147 -11 +-190 -22 +41 186 216 -321 +-133 197 +57 183 +166 285 +-37 -206 +77 -30 +175 -279 +-311 -125 -58 220 +321 5 +-61 161 +99 -519 +155 46 +216 416 +377 190 +122 -246 115 87 +-94 -388 +60 59 +-1 -136 +529 -282 +-279 -277 +38 -140 +-234 130 -91 -73 +184 199 +-456 -133 +-74 118 +225 218 +-68 -108 +-210 302 +-130 -143 -440 439 +-267 84 +-192 -177 +-418 -107 +-121 171 +-135 462 +248 392 +91 -21 -162 233 +24 -10 +40 -519 +-41 354 +370 -84 +223 79 +276 255 +394 313 30 507 +111 56 +-126 -93 +262 364 +-88 -52 +36 149 +168 115 +148 -232 137 41 +21 3 +185 -66 +65 130 +-169 -806 +100 -28 +-664 41 +-3 1 -209 -546 +189 -437 +293 575 +-73 -92 +138 -260 +93 336 +-290 128 +125 77 161 -149 +-163 113 +11 -119 +84 75 +-44 -70 +27 58 +309 -366 +-77 24 -160 263 +21 337 +315 195 +-224 22 +449 -308 +2 -201 +180 582 +-182 -150 340 5 +240 -9 +-635 266 +95 -60 +43 -148 +-130 84 +-136 -222 +120 11 -91 350 +567 266 +356 178 +-52 -315 +-424 -480 +-111 200 +701 24 +40 -215 -390 -352 +345 -451 +-105 188 +480 50 +-396 -446 +248 -635 +193 -196 +-520 -403 417 15 +-42 -297 +-133 -219 +-174 -108 +-483 365 +-113 22 +271 -647 +442 29 241 872 +193 -689 +-436 -455 +-7 -72 +-335 -246 +-613 -91 +-307 -733 +-503 194 -6 -17 +82 -3 +191 323 +-263 312 +-941 536 +79 26 +-53 -340 +-177 63 350 -106 +-159 -268 +401 254 +63 -413 +428 572 +214 -364 +128 142 +183 -428 -36 -516 +-261 -168 +-5 9 +581 -168 +-93 -195 +66 -377 +174 -803 +387 -308 291 207 +276 585 +27 -361 +255 -111 +149 -341 +-32 154 +-440 114 +-344 -65 207 0 +-284 -345 +269 281 +-217 -54 +-270 -877 +175 622 +-295 149 +-298 -201 -350 -47 +-140 155 +-85 -27 +-111 133 +259 -346 +-133 36 +68 259 +-315 294 -265 332 +461 -53 +54 159 +-259 369 +-158 -512 +103 -381 +165 55 +-241 299 -73 -109 +-186 344 +-213 544 +-135 -68 +40 -251 +-196 500 +35 -555 +68 11 -405 24 +148 -53 +-280 -666 +124 47 +73 658 +600 144 +175 -261 +-1 233 -166 69 +-108 76 +336 -420 +282 114 +-678 551 +-523 -174 +-228 -310 +-263 -540 680 17 +303 -46 +351 160 +272 -157 +-254 483 +361 -108 +-70 -141 +421 -222 -111 399 +386 456 +-190 -6 +74 419 +287 -798 +484 -365 +-610 59 +-95 223 -32 -103 +-181 -28 +-270 -248 +363 127 +132 14 +-139 -132 +3 384 +29 316 131 336 diff --git a/AI_Engine_Development/AIE-ML/Design_Tutorials/07-Channelizer-Using-Vitis-Libraries/aie/channelizer/data/fft_front_i_2.txt b/AI_Engine_Development/AIE-ML/Design_Tutorials/07-Channelizer-Using-Vitis-Libraries/aie/channelizer/data/fft_front_i_2.txt index 09185c7f5e..b279564cd1 100644 --- a/AI_Engine_Development/AIE-ML/Design_Tutorials/07-Channelizer-Using-Vitis-Libraries/aie/channelizer/data/fft_front_i_2.txt +++ b/AI_Engine_Development/AIE-ML/Design_Tutorials/07-Channelizer-Using-Vitis-Libraries/aie/channelizer/data/fft_front_i_2.txt @@ -1,2048 +1,2048 @@ 1706 -2071 +1331 -983 +-1029 517 +133 -159 +25 -32 +-27 -79 +-83 183 +-23 -49 -25 -38 +59 2 +-187 -114 +81 132 +10 3 +7 -13 +-13 7 +10 -4 -46 16 +149 -15 +-10 -34 +31 17 +-14 18 +-9 7 +6 16 +-19 -15 -94 18 +-92 -59 +72 -18 +16 58 +-34 -13 +10 21 +-12 -17 +25 -39 +-19 -41 +-59 69 +-23 72 +-2 -46 -19 -41 +14 -52 +27 -52 +21 57 89 -33 +-37 -35 +-13 -60 +26 27 +-4 25 +-41 -29 +-6 40 +-1 -34 -40 19 +-26 46 +-24 -26 +57 76 +-40 -8 +56 22 +-30 -12 +-30 -13 61 3 +28 50 +-2 72 +94 -17 +-76 61 +52 -20 +14 5 +-6 42 11 7 +2 -44 +30 44 +7 -45 +-4 29 +26 26 +-19 8 +-29 51 34 -8 +30 5 +9 41 +8 -20 +-16 54 +-25 3 +18 4 +25 11 -14 -44 +-37 31 +-33 -35 +13 85 +-56 -34 +21 17 +14 -8 +-30 -3 -1 15 +-52 26 +-60 24 +3 -38 +10 -63 +-14 55 +19 12 +-48 39 18 7 +-33 -32 +-22 37 +60 46 +31 1 +-10 -12 +0 8 +48 -23 -112 -17 +-31 -88 +22 -76 +7 -13 +14 17 +11 67 +-1 -52 +-2 22 -5 49 +-45 5 +22 -6 +51 14 +-35 50 +-38 -79 +23 -15 +10 -18 -4 -5 +18 0 +51 42 +38 -8 +8 9 +19 -38 +40 -23 +-37 -9 -11 -6 +-16 -109 +24 23 +30 21 +34 -25 +35 8 +-26 -18 +-9 -24 31 -15 +-16 -6 +-74 -26 +4 -5 +-48 -32 +2 11 +1 -19 +18 22 -16 -76 +-58 -17 +-48 -9 +14 7 +6 28 +1 -30 +9 10 +36 -14 17 18 +-20 11 +-19 51 +5 2 +-31 -18 +13 -18 +-2 47 +12 -13 -14 -26 +40 7 +-4 9 +-2 28 +25 42 +-25 -2 +-41 -2 +25 -10 -29 53 +9 -41 +-21 0 +-3 -78 +42 79 +1 3 +-49 23 +-36 -12 3 37 +-11 15 +65 66 +-8 10 +-25 4 +-9 -15 +2 -21 +2 20 -16 21 +-26 -56 +-13 -38 +28 -27 +-52 -36 +-27 38 +0 1 +-29 -17 46 25 +-49 29 +-2 32 +23 8 +8 -29 +-12 -43 +12 -14 +6 11 -12 -42 +50 -16 +-8 17 +-4 -30 +16 -3 +41 5 +22 3 +17 -50 28 -29 +-3 30 +6 -10 +-55 -24 +3 40 +-35 45 +26 21 +6 -34 16 4 +-20 21 +-20 -24 +-12 16 +-39 49 +7 16 +-9 -25 +-33 52 30 -2 +3 -14 +-19 -18 +-6 13 +-9 -26 +-10 18 +-14 25 +-31 20 3 -16 +-4 15 +-66 25 +-19 -12 +-23 -30 +-1 -24 +-21 6 +-3 16 14 12 +33 9 +3 17 +-3 -9 +-5 -15 +-1 14 +8 -5 +3 -15 -13 -1 +2 15 +-22 -21 +-19 -10 +37 -5 +3 19 +-1 -3 +0 17 -13 -34 +8 -5 +21 -10 +15 -12 +-7 -16 +2 11 +6 -1 +15 3 18 2 +-10 -13 +-1 -10 +4 3 +19 -15 +-26 8 +-8 -8 +12 -2 -4 -18 +-8 0 +-3 -13 +3 -8 +2 -2 +6 -2 +-6 6 +8 1 -6 3 +-4 -4 +8 -4 +2 -1 +-2 6 +10 2 +-2 -5 +7 10 -14 0 -8 1 -2 0 -0 0 -0 -1 --2 4 --6 -8 --19 -9 -5 1 -9 31 -18 -36 --1 -22 --16 -18 --2 -7 -8 -5 -23 6 -7 7 -63 20 -50 -40 -0 14 -8 53 -10 -23 -50 48 --43 -69 -24 -43 --20 60 -115 -14 -78 -35 -1331 -983 -59 2 -149 -15 --92 -59 --59 69 --37 -35 --26 46 -28 50 -2 -44 -30 5 --37 31 --52 26 --33 -32 --31 -88 --45 5 -18 0 --16 -109 --16 -6 --58 -17 --20 11 -40 7 -9 -41 --11 15 --26 -56 --49 29 -50 -16 --3 30 --20 21 -3 -14 --4 15 -33 9 -2 15 -8 -5 --10 -13 --8 0 --4 -4 -3 -1 +4 -6 +2 -4 +-5 2 +2 0 +2 -3 +5 1 +8 1 -2 0 +1 -4 +-2 -5 +0 -2 +-6 -4 +2 -2 +1 -1 +2 0 -5 5 +0 2 +-1 0 +0 -2 +2 0 +0 0 +0 0 +0 0 0 0 +0 0 +0 0 +-1 -1 +-1 0 +0 -2 +-1 1 +0 -1 -1 0 +0 1 +-3 3 +1 4 +-4 7 +-3 2 +-8 1 +-2 4 11 11 +3 -4 +3 3 +0 -9 +-1 -6 +-2 -4 +7 6 +-6 -8 3 -5 +-9 -2 +-2 -5 +-8 7 +10 5 +12 -5 +-11 -2 +-19 -9 16 -17 +-13 -11 +-1 -5 +17 1 +-8 14 +4 0 +9 5 +5 1 -7 -15 +-25 3 +-5 19 +17 15 +38 21 +-30 -2 +-10 11 +9 31 -12 19 +-6 -8 +19 13 +-15 -6 +-3 -1 +-4 9 +5 40 +18 -36 10 -55 +20 -9 +-18 6 +-8 14 +0 2 +8 9 +17 6 +-1 -22 -11 3 +10 8 +-7 -7 +17 16 +-21 -9 +-29 17 +-46 -6 +-16 -18 -32 -16 +-32 -1 +36 -12 +-39 12 +1 36 +-8 21 +-1 -24 +-2 -7 29 -1 +1 -28 +-6 30 +0 1 +23 15 +14 -49 +-31 5 +8 -5 -51 -8 +6 8 +16 31 +-12 -9 +-3 -11 +-4 21 +-17 -11 +23 6 1 -7 +10 -28 +25 -47 +-68 47 +13 -8 +8 20 +26 14 +7 7 22 17 +-4 -22 +-31 37 +30 -33 +-34 26 +17 33 +-29 57 +63 20 -32 -21 +-10 -2 +-12 -35 +8 -29 +-20 7 +30 -34 +81 -7 +50 -40 61 -24 +15 14 +-1 -42 +26 -61 +-36 -44 +39 9 +-43 35 +0 14 29 29 +-27 48 +64 70 +-22 -5 +46 -28 +48 51 +-21 -6 +8 53 37 -14 +18 37 +-56 -7 +-49 -14 +-42 31 +9 14 +26 69 +10 -23 -40 5 +-17 -23 +-39 -19 +-9 -10 +48 -36 +-66 -82 +-89 31 +50 48 -92 109 +12 3 +5 -35 +-14 32 +3 -21 +108 50 +42 -79 +-43 -69 -65 -93 +14 -113 +57 -67 +41 12 +15 44 +-67 -19 +-65 -37 +24 -43 -70 -33 +69 4 +-16 -63 +35 71 +-11 21 +-49 -2 +-44 1 +-20 60 -4 -79 +8 73 +61 -7 +86 30 +-110 90 +-10 29 +-37 -91 +115 -14 52 87 +-39 85 +-14 98 +-6 96 +68 -26 +-11 -22 +-66 -1 +78 -35 -37 53 --1029 517 --187 -114 --10 -34 -72 -18 --23 72 --13 -60 --24 -26 --2 72 -30 44 -9 41 --33 -35 --60 24 --22 37 -22 -76 -22 -6 -51 42 -24 23 --74 -26 --48 -9 --19 51 --4 9 --21 0 -65 66 --13 -38 --2 32 --8 17 -6 -10 --20 -24 --19 -18 --66 25 -3 17 --22 -21 -21 -10 --1 -10 --3 -13 -8 -4 -4 -6 -1 -4 -0 2 -0 0 -0 1 -3 -4 --9 -2 --13 -11 --25 3 --6 -8 -20 -9 -10 8 --32 -1 -1 -28 -6 8 -10 -28 --4 -22 --10 -2 -15 14 --27 48 -18 37 --17 -23 -12 3 -14 -113 -69 4 -8 73 --39 85 15 -18 -133 -159 -81 132 -31 17 -16 58 --2 -46 -26 27 -57 76 -94 -17 -7 -45 -8 -20 -13 85 -3 -38 -60 46 -7 -13 -51 14 -38 -8 -30 21 -4 -5 -14 7 -5 2 --2 28 --3 -78 --8 10 -28 -27 -23 8 --4 -30 --55 -24 --12 16 --6 13 --19 -12 --3 -9 --19 -10 -15 -12 -4 3 -3 -8 -2 -1 -2 -4 --2 -5 --1 0 -0 0 --3 3 -3 3 --2 -5 --1 -5 --5 19 -19 13 --18 6 --7 -7 -36 -12 --6 30 -16 31 -25 -47 --31 37 --12 -35 --1 -42 -64 70 --56 -7 --39 -19 -5 -35 -57 -67 --16 -63 -61 -7 --14 98 75 -21 -25 -32 -10 3 --14 18 --34 -13 --19 -41 --4 25 --40 -8 --76 61 --4 29 --16 54 --56 -34 -10 -63 -31 1 -14 17 --35 50 -8 9 -34 -25 --48 -32 -6 28 --31 -18 -25 42 -42 79 --25 4 --52 -36 -8 -29 -16 -3 -3 40 --39 49 --9 -26 --23 -30 --5 -15 -37 -5 --7 -16 -19 -15 -2 -2 --2 6 --5 2 -0 -2 -0 -2 --1 -1 -1 4 -0 -9 --8 7 -17 1 -17 15 --15 -6 --8 14 -17 16 --39 12 -0 1 --12 -9 --68 47 -30 -33 -8 -29 -26 -61 --22 -5 --49 -14 --9 -10 --14 32 -41 12 -35 71 -86 30 --6 96 -11 -39 --27 -79 -7 -13 --9 7 -10 21 -14 -52 --41 -29 -56 22 -52 -20 -26 26 --25 3 -21 17 --14 55 --10 -12 -11 67 --38 -79 -19 -38 -35 8 -2 11 -1 -30 -13 -18 --25 -2 -1 3 --9 -15 --27 38 --12 -43 -41 5 --35 45 -7 16 --10 18 --1 -24 --1 14 -3 19 -2 11 --26 8 -6 -2 -10 2 -2 0 --6 -4 -2 0 --1 0 --4 7 --1 -6 -10 5 --8 14 -38 21 --3 -1 -0 2 --21 -9 -1 36 -23 15 --3 -11 -13 -8 --34 26 --20 7 --36 -44 -46 -28 --42 31 -48 -36 -3 -21 -15 44 --11 21 --110 90 -68 -26 42 1 --83 183 --13 7 -6 16 --12 -17 -27 -52 --6 40 --30 -12 -14 5 --19 8 -18 4 -14 -8 -19 12 -0 8 --1 -52 -23 -15 -40 -23 --26 -18 -1 -19 -9 10 --2 47 --41 -2 --49 23 -2 -21 -0 1 -12 -14 -22 3 -26 21 --9 -25 --14 25 --21 6 -8 -5 --1 -3 -6 -1 --8 -8 --6 6 --2 -5 -2 -3 -2 -2 -0 0 -0 -2 --3 2 --2 -4 -12 -5 -4 0 --30 -2 --4 9 -8 9 --29 17 --8 21 -14 -49 --4 21 -8 20 -17 33 -30 -34 -39 9 -48 51 -9 14 --66 -82 -108 50 --67 -19 --49 -2 --10 29 --11 -22 -32 93 --23 -49 -10 -4 --19 -15 -25 -39 -21 57 --1 -34 --30 -13 --6 42 --29 51 -25 11 --30 -3 --48 39 -48 -23 --2 22 -10 -18 --37 -9 --9 -24 -18 22 -36 -14 -12 -13 -25 -10 --36 -12 -2 20 --29 -17 -6 11 -17 -50 -6 -34 --33 52 --31 20 --3 16 -3 -15 -0 17 -15 3 -12 -2 -8 1 -7 10 -5 1 -1 -1 -0 0 --1 1 --8 1 -7 6 --11 -2 -9 5 --10 11 -5 40 -17 6 --46 -6 --1 -24 --31 5 --17 -11 -26 14 --29 57 -81 -7 --43 35 --21 -6 -26 69 --89 31 -42 -79 --65 -37 --44 1 --37 -91 --66 -1 3 -82 4929 -90 +-1744 174 +1486 940 +-337 -142 +-10 -13 +-69 163 +-39 158 +29 -74 4 42 +-20 -183 +27 -340 +-122 -155 +-32 -4 +60 -101 +-84 46 +-50 4 139 21 +-110 -91 +66 101 +-56 15 +48 -84 +33 1 +-31 -83 +23 5 142 -58 +166 174 +-110 28 +47 -123 +25 -4 +-16 -66 +52 78 +-44 62 62 -10 +108 -145 +56 -80 +4 163 +61 125 +-52 108 +-97 151 +-42 -141 -246 -21 +143 33 +56 72 +-16 -37 +-10 -27 +98 58 +-24 -138 +-30 47 61 43 +6 -42 +61 58 +-72 -151 +88 36 +-111 -66 +99 -66 +97 50 -119 22 +-90 -85 +-51 -156 +-310 48 +99 -99 +-144 58 +-72 -34 +36 -106 -35 -78 +4 101 +-61 -162 +-10 89 +8 -83 +-83 -87 +25 -12 +21 -153 -141 81 +-121 63 +-52 -107 +-4 76 +76 -145 +57 -51 +-94 51 +-106 -39 -23 43 +64 -22 +27 62 +-37 -173 +153 108 +-23 -4 +-23 -1 +-3 -17 32 -35 +94 -73 +68 -100 +-17 117 +-10 164 +4 -165 +-73 -19 +122 -146 -76 -38 +40 44 +75 -132 +-153 -125 +-112 -39 +-15 33 +-5 -15 +-72 77 280 37 +110 214 +-20 175 +-26 -23 +-75 -38 +-33 -224 +17 228 +-18 -88 66 -138 +84 11 +-80 67 +-138 -35 +102 -64 +54 209 +-16 31 +-8 37 25 13 +-35 -17 +-105 -152 +-99 58 +-13 -94 +-112 136 +-109 56 +71 -35 72 51 +52 324 +-56 -1 +-47 -117 +-58 152 +-112 -83 +89 49 +11 39 -122 37 +91 -38 +221 68 +-11 -16 +159 97 +-7 -63 +13 117 +0 -125 55 248 +146 65 +193 -41 +-60 -52 +12 -126 +30 49 +-28 1 +-125 28 -56 -73 +86 -32 +88 -131 +-64 11 +64 45 +-97 41 +48 -186 +-32 73 48 49 -93 -154 --20 -120 +-90 -84 +59 -46 +-30 -4 +-56 -154 +123 37 +213 44 +-78 40 +93 -154 +-40 125 +77 -39 +41 263 +-157 -312 +-6 -15 +189 -86 +128 55 +-20 -120 +22 -52 +-248 -207 +-41 -41 +64 -34 +96 70 +31 55 +-11 -91 100 -77 +70 247 +62 139 +-95 94 +200 88 +131 -187 +-1 3 +81 45 -192 -113 +179 -131 +5 -158 +-116 -37 +-15 144 +55 183 +-41 55 +-28 -9 56 188 +-207 47 +76 -75 +5 163 +-98 5 +-216 -42 +-33 -60 +-81 203 -85 155 +12 -135 +-65 34 +239 99 +-1 -176 +171 -228 +-103 -97 +-1 185 -74 14 +103 -86 +104 111 +51 -70 +153 -235 +-46 -103 +39 106 +174 -254 -157 37 +18 102 +77 109 +35 -73 +21 145 +51 -90 +74 -150 +181 -123 -43 98 +-19 -106 +351 -114 +94 48 +117 146 +23 138 +149 -20 +12 -85 -93 -75 +-174 -26 +-25 -113 +13 65 +13 74 +3 -70 +-90 45 +-10 98 74 -16 +6 -101 +153 179 +120 75 +-257 18 +-30 -135 +18 53 +11 -125 81 236 +-60 37 +-130 77 +-126 111 +52 112 +4 -56 +-55 -5 +-130 -15 -132 -15 +76 108 +21 94 +-55 -45 +-167 121 +218 -80 +67 88 +-89 30 52 162 +81 5 +38 135 +-50 69 +-39 37 +-70 19 +71 -77 +-88 -21 64 -31 +48 49 +-108 48 +-41 11 +27 -77 +-146 -22 +43 68 +-99 -151 203 -2 +41 4 +-70 90 +-33 64 +86 -24 +-30 -9 +-24 66 +-104 -12 -178 -16 +45 5 +-11 97 +48 124 +-9 64 +177 110 +-55 67 +-26 42 -63 4 +212 -230 +-11 -80 +56 2 +34 149 +-167 39 +11 38 +-30 74 5 135 +94 192 +-51 41 +-11 -36 +-64 -65 +-83 1 +-1 -90 +-22 68 7 -39 +-53 9 +-5 48 +-85 95 +16 94 +-102 180 +-66 42 +-173 17 -29 77 +192 211 +56 -68 +59 48 +-10 -130 +-5 -99 +-19 -58 +86 77 -79 -87 +24 -64 +-106 -13 +-15 -55 +-82 71 +92 72 +115 -45 +-105 -14 -168 -82 +115 -141 +-113 -91 +-6 -26 +145 -10 +-42 116 +19 5 +76 30 34 16 +-52 -71 +-190 30 +-40 121 +128 83 +216 127 +-181 -19 +-66 56 50 165 +-67 125 +-42 -40 +85 64 +-89 -24 +10 -15 +-6 51 +46 191 78 -189 +33 -225 +85 -36 +-40 46 +-9 55 +-13 20 +-12 27 +50 16 37 -58 +-22 55 +53 9 +-38 -16 +75 54 +-65 -18 +-116 64 +-175 -30 -22 -87 +-127 -14 +-97 -12 +119 -43 +-125 9 +-28 85 +-37 36 +15 -92 -41 -8 +92 -43 +-6 -71 +-33 72 +53 -18 +64 5 +7 -111 +-65 -15 0 14 +-104 5 +24 21 +67 37 +-15 -35 +-35 11 +-22 30 +-31 -7 85 -32 +19 -2 +-50 -65 +16 -140 +-131 106 +15 -21 +-26 6 +76 -26 -53 -1 +20 -18 +-25 25 +-24 -10 +46 -77 +-73 36 +10 42 +-92 88 87 34 +8 -45 +-4 16 +1 4 +-14 -49 +-54 -61 +60 31 +89 -29 64 -72 +46 37 +91 0 +4 -162 +0 -27 +-55 -101 +16 -6 +-37 71 8 -97 +5 87 +2 56 +58 29 +62 5 +19 -14 +66 46 +-54 -2 -34 -23 -46 6 -3 -24 --17 -1 -48 7 -59 48 --30 -19 -43 -24 --1744 174 --20 -183 --110 -91 -166 174 -108 -145 -143 33 -6 -42 --90 -85 -4 101 --121 63 -64 -22 -94 -73 -40 44 -110 214 -84 11 --35 -17 -52 324 -91 -38 -146 65 -86 -32 --90 -84 --40 125 -22 -52 -70 247 -179 -131 --207 47 -12 -135 -103 -86 -18 102 --19 -106 --174 -26 -6 -101 --60 37 -76 108 -81 5 -48 49 -41 4 -45 5 -212 -230 -94 192 --53 9 -192 211 -24 -64 -115 -141 --52 -71 --67 125 -33 -225 --22 55 --127 -14 -92 -43 --104 5 -19 -2 -20 -18 -8 -45 -46 37 -5 87 82 0 --36 87 --51 88 --46 -84 --9 70 --3 -76 -17 122 -66 -107 -1486 940 -27 -340 -66 101 --110 28 -56 -80 -56 72 -61 58 --51 -156 --61 -162 --52 -107 -27 62 -68 -100 -75 -132 --20 175 --80 67 --105 -152 --56 -1 -221 68 -193 -41 -88 -131 -59 -46 -77 -39 --248 -207 -62 139 -5 -158 -76 -75 --65 34 -104 111 -77 109 -351 -114 --25 -113 -153 179 --130 77 -21 94 -38 135 --108 48 --70 90 --11 97 --11 -80 --51 41 --5 48 -56 -68 --106 -13 --113 -91 --190 30 --42 -40 -85 -36 -53 9 --97 -12 --6 -71 -24 21 --50 -65 --25 25 --4 16 -91 0 -2 56 12 78 --73 66 -24 -97 --25 -47 --14 85 --36 52 --7 -140 -65 -46 --337 -142 --122 -155 --56 15 -47 -123 -4 163 --16 -37 --72 -151 --310 48 --10 89 --4 76 --37 -173 --17 117 --153 -125 --26 -23 --138 -35 --99 58 --47 -117 --11 -16 --60 -52 --64 11 --30 -4 -41 263 --41 -41 --95 94 --116 -37 -5 163 -239 99 -51 -70 -35 -73 -94 48 -13 65 -120 75 --126 111 --55 -45 --50 69 --41 11 --33 64 -48 124 -56 2 --11 -36 --85 95 -59 48 --15 -55 --6 -26 --40 121 -85 64 --40 46 --38 -16 -119 -43 --33 72 -67 37 -16 -140 --24 -10 -1 4 -4 -162 -58 29 -52 -26 +-11 -38 +-6 62 +-41 -2 +15 107 +46 6 +-36 87 +-73 66 -22 -46 +-121 -81 +27 77 +-61 -32 +-144 26 +3 -24 +-51 88 +24 -97 9 -22 +-22 -74 +-1 17 +89 13 +129 -44 +-17 -1 +-46 -84 +-25 -47 -4 -109 +-8 -20 +3 104 +-98 23 +-6 -45 +48 7 +-9 70 +-14 85 11 -17 +-29 0 +-47 -19 +-59 33 +11 -36 +59 48 +-3 -76 +-36 52 31 74 +-70 -29 +-31 -6 +16 -34 +40 36 +-30 -19 +17 122 +-7 -140 -40 7 +63 -49 +216 -86 +58 34 +-140 -38 +43 -24 +66 -107 +65 -46 -82 -117 --10 -13 --32 -4 -48 -84 -25 -4 -61 125 --10 -27 -88 36 -99 -99 -8 -83 -76 -145 -153 108 --10 164 --112 -39 --75 -38 -102 -64 --13 -94 --58 152 -159 97 -12 -126 -64 45 --56 -154 --157 -312 -64 -34 -200 88 --15 144 --98 5 --1 -176 -153 -235 -21 145 -117 146 -13 74 --257 18 -52 112 --167 121 --39 37 -27 -77 -86 -24 --9 64 -34 149 --64 -65 -16 94 --10 -130 --82 71 -145 -10 -128 83 --89 -24 --9 55 -75 54 --125 9 -53 -18 --15 -35 --131 106 -46 -77 --14 -49 -0 -27 -62 5 --11 -38 --121 -81 --22 -74 --8 -20 --29 0 --70 -29 -63 -49 19 45 --69 163 -60 -101 -33 1 --16 -66 --52 108 -98 58 --111 -66 --144 58 --83 -87 -57 -51 --23 -4 -4 -165 --15 33 --33 -224 -54 209 --112 136 --112 -83 --7 -63 -30 49 --97 41 -123 37 --6 -15 -96 70 -131 -187 -55 183 --216 -42 -171 -228 --46 -103 -51 -90 -23 138 -3 -70 --30 -135 -4 -56 -218 -80 --70 19 --146 -22 --30 -9 -177 110 --167 39 --83 1 --102 180 --5 -99 -92 72 --42 116 -216 127 -10 -15 --13 20 --65 -18 --28 85 -64 5 --35 11 -15 -21 --73 36 --54 -61 --55 -101 -19 -14 --6 62 -27 77 --1 17 -3 104 --47 -19 --31 -6 -216 -86 72 -2 --39 158 --84 46 --31 -83 -52 78 --97 151 --24 -138 -99 -66 --72 -34 -25 -12 --94 51 --23 -1 --73 -19 --5 -15 -17 228 --16 31 --109 56 -89 49 -13 117 --28 1 -48 -186 -213 44 -189 -86 -31 55 --1 3 --41 55 --33 -60 --103 -97 -39 106 -74 -150 -149 -20 --90 45 -18 53 --55 -5 -67 88 -71 -77 -43 68 --24 66 --55 67 -11 38 --1 -90 --66 42 --19 -58 -115 -45 -19 5 --181 -19 --6 51 --12 27 --116 64 --37 36 -7 -111 --22 30 --26 6 -10 42 -60 31 -16 -6 -66 46 --41 -2 --61 -32 -89 13 --98 23 --59 33 -16 -34 -58 34 -61 -34 -29 -74 --50 4 -23 5 --44 62 --42 -141 --30 47 -97 50 -36 -106 -21 -153 --106 -39 --3 -17 -122 -146 --72 77 --18 -88 --8 37 -71 -35 -11 39 -0 -125 --125 28 --32 73 --78 40 -128 55 --11 -91 -81 45 --28 -9 --81 203 --1 185 -174 -254 -181 -123 -12 -85 --10 98 -11 -125 --130 -15 --89 30 --88 -21 --99 -151 --104 -12 --26 42 --30 74 --22 68 --173 17 -86 77 --105 -14 -76 30 --66 56 -46 191 -50 16 --175 -30 -15 -92 --65 -15 --31 -7 -76 -26 --92 88 -89 -29 --37 71 --54 -2 -15 107 --144 26 -129 -44 --6 -45 -11 -36 -40 36 --140 -38 -43 -25 -296 -2114 +3643 -567 +790 135 +-63 116 +-91 110 +-69 30 +263 140 +109 79 -16 -20 +-123 73 +147 253 +89 79 +-17 -58 +6 65 +53 -19 +-32 90 -63 -66 +-49 163 +-75 -161 +23 -24 +-9 82 +9 -118 +36 37 +48 111 -10 58 -8 118 -186 150 -18 -114 +-49 -81 +-9 42 +-118 66 +123 67 +1 25 +-28 -125 +-53 50 +8 118 +11 41 +-36 -14 +-27 -180 +-26 -120 +89 41 +58 -69 +19 47 +186 150 +-103 97 +-73 -5 +-70 -40 +7 26 +30 52 +51 139 +80 57 +18 -114 +-26 -63 +-54 -44 +-28 26 +-97 -47 +-11 -23 +-41 204 +-118 -25 79 -41 +73 -14 +175 93 +329 -56 +93 -48 +64 -126 +113 19 +-103 6 35 99 +33 -143 +14 224 +-45 18 +-57 25 +33 76 +79 -49 +73 168 135 -125 +80 -204 +49 126 +-60 -46 +-120 53 +14 103 +119 -110 +162 -20 114 115 +49 -82 +39 11 +62 91 +-82 -92 +-56 -100 +8 20 +181 24 -73 43 +28 64 +95 163 +34 -78 +-44 -130 +102 151 +156 13 +-76 149 120 86 +86 -20 +-12 158 +63 91 +127 159 +89 -11 +47 39 +-34 -69 -107 31 +-126 -143 +-8 -77 +4 68 +192 -14 +37 317 +-15 -289 +7 136 -148 69 +-36 -68 +92 -113 +57 8 +-76 -66 +61 -68 +-92 -30 +-37 31 -32 -35 +-33 46 +-2 221 +130 -111 +16 266 +235 -112 +127 -15 +26 195 -115 -99 +-122 -268 +21 -116 +-56 234 +-19 -272 +95 158 +-80 -61 +3 11 184 -106 +-182 145 +-231 -31 +-3 78 +-137 -80 +3 112 +-64 -176 +-150 223 -81 -232 +-57 -124 +-293 151 +84 129 +-109 205 +-142 90 +15 -86 +153 -12 38 80 +-125 43 +-124 66 +174 -2 +-11 -15 +205 13 +-163 247 +-83 -144 -17 47 +38 221 +-144 112 +94 -229 +18 212 +-239 -89 +-381 -162 +121 -86 -95 91 +101 -70 +-141 181 +-114 -207 +170 414 +11 70 +-234 97 +-82 -86 22 107 +-32 65 +309 144 +245 25 +49 84 +-277 -77 +-134 9 +24 130 -224 68 +-30 -363 +-112 -134 +72 -82 +-213 31 +-189 279 +-10 -22 +-18 -8 253 169 +-176 214 +-15 272 +185 81 +-27 -252 +-80 -227 +4 -7 +52 -85 -57 -294 +280 13 +-208 133 +60 -325 +216 23 +396 133 +-173 214 +74 -209 -37 -301 +3 159 +205 3 +-284 -96 +-54 229 +-269 388 +62 128 +-103 -322 55 -157 +-165 49 +-206 -115 +-33 97 +-91 310 +115 222 +-41 -46 +-247 298 233 -180 +-121 -222 +-22 -210 +-66 117 +42 -244 +-63 77 +-87 317 +-330 186 189 -169 +172 224 +-421 71 +-85 32 +-136 -101 +-94 -183 +-320 -59 +-11 79 157 145 +131 -65 +40 207 +11 -137 +60 -22 +13 13 +358 -120 +-27 -143 -73 157 +-116 147 +-265 -479 +-153 -147 +426 63 +108 228 +-98 -251 +-75 216 -36 -282 +56 -69 +53 -138 +294 -288 +-107 -129 +-128 -129 +89 78 +248 -54 74 19 +-89 -188 +-115 -211 +242 180 +261 -110 +-224 195 +-77 -229 +-39 -79 -162 -178 +-165 -9 +-126 -238 +230 -34 +236 -149 +160 17 +-165 275 +82 98 -22 -29 +-36 -164 +292 -114 +240 30 +-101 92 +341 22 +-177 -44 +204 284 -309 100 +-34 193 +174 -133 +22 -69 +-216 -49 +-11 101 +-111 -85 +294 -16 351 -91 +-77 -32 +-19 -246 +-215 -221 +84 -33 +-382 -177 +113 -45 +112 -27 -92 103 +-399 358 +17 108 +-142 67 +-59 -147 +334 -212 +51 96 +-115 24 -25 -238 --101 102 -201 -143 -113 289 -409 115 --94 33 --101 -417 --183 259 -187 297 -251 38 --93 74 --124 105 --53 -124 --111 15 --304 -128 --145 130 -45 -242 --26 -258 --20 122 --126 -205 -143 190 -33 61 -89 -60 --237 -19 --110 34 -3643 -567 --123 73 --49 163 --49 -81 -11 41 --103 97 --26 -63 -73 -14 -33 -143 -80 -204 -49 -82 -28 64 -86 -20 --126 -143 --36 -68 --33 46 --122 -268 --182 145 --57 -124 --125 43 -38 221 -101 -70 --32 65 --30 -363 --176 214 -280 13 -3 159 --165 49 --121 -222 -172 224 -131 -65 --116 147 -56 -69 --89 -188 --165 -9 --36 -164 --34 193 --77 -32 --399 358 -211 -253 +-58 -114 +76 17 +46 48 +107 0 +-14 198 +226 -186 +-101 102 176 146 +183 -20 +158 -103 +-23 -329 +114 -361 +110 5 +223 33 +201 -143 -601 -391 +-173 60 +-38 -162 +-91 270 +65 73 +65 89 +-153 -130 +113 289 -183 161 +142 188 +98 38 +173 -110 +-290 87 +-212 94 +202 31 +409 115 -475 354 +173 175 +12 236 +-201 -133 +230 -140 +-159 15 +-64 -82 +-94 33 62 434 +167 6 +55 -220 +-69 -239 +-529 -248 +365 -57 +85 -181 +-101 -417 140 -56 +34 114 +-231 -154 +91 86 +110 -47 +122 -20 +74 -386 +-183 259 -145 656 +-201 127 +341 30 +207 -165 +-64 8 +-226 -115 +-234 -60 +187 297 162 120 +-20 -127 +42 79 +-102 -143 +177 59 +173 -137 +256 39 +251 38 161 242 +160 -10 +-195 49 +260 -186 +-104 -337 +38 -194 +54 86 +-93 74 -165 -64 +-78 211 +-51 -176 +152 -115 +-121 -164 +-159 338 +228 -71 +-124 105 329 77 +30 -43 +-56 -281 +91 -14 +-50 168 +-6 -139 +45 56 +-53 -124 26 29 +-204 172 +-150 193 +339 -184 +-116 21 +-109 -147 +-41 -204 +-111 15 -83 -229 +18 201 +186 -294 +-108 107 +162 -64 +-93 -201 +38 -267 +-304 -128 257 86 +55 34 +65 201 +-50 160 +15 -165 +-98 207 +-368 -33 +-145 130 -261 162 +3 -26 +21 98 +-110 306 +104 123 +-230 11 +189 -71 +45 -242 -92 5 +135 -108 +-275 -357 +148 71 +-177 202 +-64 -188 +86 17 +-26 -258 -103 72 +-85 -9 +168 13 +191 16 +174 -49 +-97 11 +-117 -238 +-20 122 70 55 +-19 141 +63 16 +-56 -7 +-153 211 +145 326 +261 -113 +-126 -205 303 -350 +-143 6 +-89 189 +115 -99 +22 109 +-254 -170 +-5 193 +143 190 222 178 +-177 232 +-189 224 +-60 -91 +6 -124 +141 -39 +213 9 +33 61 133 170 +-256 70 +93 178 +-75 -176 +24 -183 +103 -51 +157 -76 +89 -60 86 222 +56 -135 +-159 11 +-329 -74 +309 -321 +84 -131 +61 227 +-237 -19 -152 -234 +126 -203 +-27 -253 +65 -265 +-206 3 +-18 -33 +115 -14 +-110 34 152 -223 -790 135 -147 253 --75 -161 --9 42 --36 -14 --73 -5 --54 -44 -175 93 -14 224 -49 126 -39 11 -95 163 --12 158 --8 -77 -92 -113 --2 221 -21 -116 --231 -31 --293 151 --124 66 --144 112 --141 181 -309 144 --112 -134 --15 272 --208 133 -205 3 --206 -115 --22 -210 --421 71 -40 207 --265 -479 -53 -138 --115 -211 --126 -238 -292 -114 -174 -133 --19 -246 -17 108 --58 -114 -183 -20 --173 60 -142 188 -173 175 -167 6 -34 114 --201 127 --20 -127 -160 -10 --78 211 -30 -43 --204 172 -18 201 -55 34 -3 -26 -135 -108 --85 -9 --19 141 --143 6 --177 232 --256 70 -56 -135 -126 -203 67 -45 --63 116 -89 79 -23 -24 --118 66 --27 -180 --70 -40 --28 26 -329 -56 --45 18 --60 -46 -62 91 -34 -78 -63 91 -4 68 -57 8 -130 -111 --56 234 --3 78 -84 129 -174 -2 -94 -229 --114 -207 -245 25 -72 -82 -185 81 -60 -325 --284 -96 --33 97 --66 117 --85 32 -11 -137 --153 -147 -294 -288 -242 180 -230 -34 -240 30 -22 -69 --215 -221 --142 67 -76 17 -158 -103 --38 -162 -98 38 -12 236 -55 -220 --231 -154 -341 30 -42 79 --195 49 --51 -176 --56 -281 --150 193 -186 -294 -65 201 -21 98 --275 -357 -168 13 -63 16 --89 189 --189 224 -93 178 --159 11 --27 -253 -297 166 --91 110 --17 -58 --9 82 -123 67 --26 -120 -7 26 --97 -47 -93 -48 --57 25 --120 53 --82 -92 --44 -130 -127 159 -192 -14 --76 -66 -16 266 --19 -272 --137 -80 --109 205 --11 -15 -18 212 -170 414 -49 84 --213 31 --27 -252 -216 23 --54 229 --91 310 -42 -244 --136 -101 -60 -22 -426 63 --107 -129 -261 -110 -236 -149 --101 92 --216 -49 -84 -33 --59 -147 -46 48 --23 -329 --91 270 -173 -110 --201 -133 --69 -239 -91 86 -207 -165 --102 -143 -260 -186 -152 -115 -91 -14 -339 -184 --108 107 --50 160 --110 306 -148 71 -191 16 --56 -7 -115 -99 --60 -91 --75 -176 --329 -74 -65 -265 128 98 --69 30 -6 65 -9 -118 -1 25 -89 41 -30 52 --11 -23 -64 -126 -33 76 -14 103 --56 -100 -102 151 -89 -11 -37 317 -61 -68 -235 -112 -95 158 -3 112 --142 90 -205 13 --239 -89 -11 70 --277 -77 --189 279 --80 -227 -396 133 --269 388 -115 222 --63 77 --94 -183 -13 13 -108 228 --128 -129 --224 195 -160 17 -341 22 --11 101 --382 -177 -334 -212 -107 0 -114 -361 -65 73 --290 87 -230 -140 --529 -248 -110 -47 --64 8 -177 59 --104 -337 --121 -164 --50 168 --116 21 -162 -64 -15 -165 -104 123 --177 202 -174 -49 --153 211 -22 109 -6 -124 -24 -183 -309 -321 --206 3 -122 4 -263 140 -53 -19 -36 37 --28 -125 -58 -69 -51 139 --41 204 -113 19 -79 -49 -119 -110 -8 20 -156 13 -47 39 --15 -289 --92 -30 -127 -15 --80 -61 --64 -176 -15 -86 --163 247 --381 -162 --234 97 --134 9 --10 -22 -4 -7 --173 214 -62 128 --41 -46 --87 317 --320 -59 -358 -120 --98 -251 -89 78 --77 -229 --165 275 --177 -44 --111 -85 -113 -45 -51 96 --14 198 -110 5 -65 89 --212 94 --159 15 -365 -57 -122 -20 --226 -115 -173 -137 -38 -194 --159 338 --6 -139 --109 -147 --93 -201 --98 207 --230 11 --64 -188 --97 11 -145 326 --254 -170 -141 -39 -103 -51 -84 -131 --18 -33 -138 -194 -109 79 --32 90 -48 111 --53 50 -19 47 -80 57 --118 -25 --103 6 -73 168 -162 -20 -181 24 --76 149 --34 -69 -7 136 --37 31 -26 195 -3 11 --150 223 -153 -12 --83 -144 -121 -86 --82 -86 -24 130 --18 -8 -52 -85 -74 -209 --103 -322 --247 298 --330 186 --11 79 --27 -143 --75 216 -248 -54 --39 -79 -82 98 -204 284 -294 -16 -112 -27 --115 24 -226 -186 -223 33 --153 -130 -202 31 --64 -82 -85 -181 -74 -386 --234 -60 -256 39 -54 86 -228 -71 -45 56 --41 -204 -38 -267 --368 -33 -189 -71 -86 17 --117 -238 -261 -113 --5 193 -213 9 -157 -76 -61 227 -115 -14 -18 181 -1637 494 --47 -60 --200 128 --225 34 --158 -60 -218 -199 --85 1 --7 -53 -16 18 -153 28 --132 -212 -30 -10 --22 -50 --335 -150 -91 79 --28 73 -47 21 --94 231 -52 -66 -55 0 --89 -110 -39 38 -52 -8 -180 5 --72 -82 --33 256 -270 336 -141 280 --168 325 --291 161 --43 -173 -12 -284 --118 107 -106 -117 -104 122 --39 -11 -320 -105 --355 26 -228 -230 -140 336 -280 -121 --280 276 --79 -363 --628 -59 -110 -109 -281 344 -337 -196 --349 -392 --298 -4 -177 -102 -123 -170 --46 309 -391 240 -469 60 -494 -200 -24 471 -288 519 --95 -221 -428 486 --275 -437 -26 -262 --306 303 -669 -56 -411 -184 -3039 -1382 -101 29 -351 -18 --208 -108 --233 218 --96 -216 -88 107 -102 197 --64 52 -100 212 --203 175 --246 19 --231 2 --30 -119 --35 113 -113 -79 -177 -168 -129 -215 --144 131 -70 -80 --30 -181 --129 -72 -113 -10 -32 151 --3 -167 --247 -100 --92 -16 -169 116 -56 94 --214 -185 -73 63 -192 -74 -159 49 -25 114 -160 -103 --98 379 --142 -309 --59 -61 -484 -118 -118 212 --162 -296 -779 362 -220 -66 -650 -552 -93 -682 -66 111 -320 -709 --232 -341 --176 -374 -128 365 --583 -227 --111 -147 -346 217 --430 -110 -573 -485 -311 -61 -128 -144 --283 -194 --512 494 --245 -457 --512 -379 -110 -340 -254 122 --231 463 --165 5 --149 -182 -42 -8 -250 -33 --88 139 --31 -99 -0 -62 --172 205 -103 -27 -0 3 --50 -183 --233 -118 --190 14 -29 -155 -20 55 -183 -149 -0 105 -56 -49 -168 -115 -54 123 -63 -177 -176 -281 --128 111 -93 -51 -47 -159 -229 -180 --271 -89 -287 -19 --49 137 -94 51 -37 -181 -163 531 -22 51 -51 206 -215 75 --273 267 --302 114 -0 272 --68 -127 -161 65 --375 -93 -173 15 -14 -225 --211 -93 -8 -182 -80 -99 -298 -62 --3 244 --555 52 --20 -247 -92 37 -450 -137 -113 -553 --132 -7 --279 190 --306 290 -35 127 -65 -308 --70 316 -90 -673 -441 -180 -221 311 --120 621 --85 39 --486 -57 -38 163 -42 111 -106 92 -5 -25 -114 13 -113 196 -46 8 -73 -168 -152 -122 --34 102 --32 -97 -212 120 -87 115 -140 52 --142 68 -145 -150 -88 -95 -8 -152 --137 -51 --54 328 -187 -171 --389 102 -19 -3 --86 -181 --208 360 -140 -2 --72 -114 -26 -64 -13 -213 --4 82 -63 103 --357 380 --543 -156 --337 -110 --333 48 -125 3 -215 289 -74 -282 --115 -74 --108 -58 -25 370 --184 -26 --41 -444 -109 299 -529 131 --488 -183 -162 -153 -342 -114 --74 419 --144 344 -406 -43 --423 615 --126 -530 -12 294 -400 579 --260 34 --240 -2 --47 -157 -346 -146 --85 -403 -243 -174 -11 575 -614 117 --63 126 -118 119 --144 95 --163 -13 --128 -28 --1 -47 -63 8 --301 242 -145 141 -76 197 --178 -35 -186 -56 -10 -200 --202 66 --62 172 --82 -311 -85 142 --76 -82 -150 -112 --77 -3 -62 -184 -8 -164 --250 -37 -40 -169 -4 222 --194 -43 -115 -216 --9 -191 -10 191 -161 -68 --148 -67 --483 -128 -199 90 --220 -124 --318 66 -0 -11 -202 187 --86 -35 --182 182 --18 -207 -41 401 -200 -332 --252 201 -293 246 --78 417 --79 -80 --192 116 -5 160 --266 256 --270 2 --149 -96 --468 347 -211 -124 -222 -133 -386 -659 --518 -55 --339 38 -204 169 -84 466 -271 137 -312 447 -593 220 --276 567 --89 -369 -0 309 --18 154 --72 51 --10 73 --44 -248 --279 -217 -230 229 -191 157 -132 114 --221 -90 -59 71 --177 -9 --125 -70 --25 -135 --165 -291 --148 -156 -113 -76 --23 -85 -204 -290 --109 -80 -189 88 --88 -146 -304 -78 --1 -65 -16 20 --342 -185 -233 -362 --142 -218 -65 93 -116 75 --55 44 --260 -233 -288 384 -29 -296 --205 -56 --550 37 -32 -169 -390 179 --359 330 -19 113 -74 420 --7 -179 -247 -319 --436 62 -777 319 --395 30 -62 -212 --375 -296 -193 451 -175 376 -131 -250 -39 33 --89 340 --58 343 --200 -47 -455 -86 --311 100 -322 -533 -11 -167 -98 -119 -179 135 --561 397 --63 33 -63 3 +138 -194 +18 181 +1637 494 +3039 -1382 +-165 5 +-486 -57 +-63 126 +0 309 215 -133 -159 -101 --21 182 --162 32 -154 -209 -32 52 --172 -108 --45 82 --198 125 -2 -7 -26 -34 --169 -12 --73 -111 --13 -37 -150 79 --93 -53 --94 44 -134 -37 -50 85 -154 -117 -196 168 -101 -14 -130 -62 -71 56 -119 -225 -318 -221 -45 -105 -4 -188 --17 -507 -275 232 --530 153 -200 379 -31 -137 -108 356 -137 -346 -155 1 -382 86 --109 -97 --59 -62 -3 -241 --188 13 --110 -45 -240 5 -183 92 --296 -121 --2 242 -521 157 --135 100 -54 401 -255 -439 -13 274 -325 257 -157 248 -179 -597 -255 244 -346 368 -265 202 --323 -531 -570 304 --252 -292 --168 -67 --145 230 --208 -230 -39 566 196 303 +-47 -60 +101 29 +-149 -182 +38 163 +118 119 +-18 154 +159 -101 169 2 +-200 128 +351 -18 +42 -8 +42 111 +-144 95 +-72 51 +-21 182 14 -112 +-225 34 +-208 -108 +250 -33 +106 92 +-163 -13 +-10 73 +-162 32 237 -145 +-158 -60 +-233 218 +-88 139 +5 -25 +-128 -28 +-44 -248 +154 -209 25 200 +218 -199 +-96 -216 +-31 -99 +114 13 +-1 -47 +-279 -217 +32 52 -36 -206 +-85 1 +88 107 +0 -62 +113 196 +63 8 +230 229 +-172 -108 39 -82 +-7 -53 +102 197 +-172 205 +46 8 +-301 242 +191 157 +-45 82 155 249 +16 18 +-64 52 +103 -27 +73 -168 +145 141 +132 114 +-198 125 -142 19 +153 28 +100 212 +0 3 +152 -122 +76 197 +-221 -90 +2 -7 -35 175 +-132 -212 +-203 175 +-50 -183 +-34 102 +-178 -35 +59 71 +26 -34 -285 28 +30 -10 +-246 19 +-233 -118 +-32 -97 +186 -56 +-177 -9 +-169 -12 -91 66 +-22 -50 +-231 2 +-190 14 +212 120 +10 -200 +-125 -70 +-73 -111 118 -19 +-335 -150 +-30 -119 +29 -155 +87 115 +-202 66 +-25 -135 +-13 -37 32 -66 +91 79 +-35 113 +20 55 +140 52 +-62 172 +-165 -291 +150 79 56 -87 +-28 73 +113 -79 +183 -149 +-142 68 +-82 -311 +-148 -156 +-93 -53 -184 -238 +47 21 +177 -168 +0 105 +145 -150 +85 142 +113 -76 +-94 44 38 -24 +-94 231 +129 -215 +56 -49 +88 -95 +-76 -82 +-23 -85 +134 -37 312 -50 +52 -66 +-144 131 +168 -115 +8 -152 +150 -112 +204 -290 +50 85 -78 16 +55 0 +70 -80 +54 123 +-137 -51 +-77 -3 +-109 -80 +154 -117 341 104 +-89 -110 +-30 -181 +63 -177 +-54 328 +62 -184 +189 88 +196 168 -163 170 +39 38 +-129 -72 +176 -281 +187 -171 +8 -164 +-88 -146 +101 -14 -148 70 +52 -8 +113 -10 +-128 111 +-389 102 +-250 -37 +304 -78 +130 -62 -10 -110 +180 5 +32 151 +93 -51 +19 -3 +40 -169 +-1 -65 +71 56 -33 -51 +-72 -82 +-3 -167 +47 -159 +-86 -181 +4 222 +16 20 +119 -225 -75 60 +-33 256 +-247 -100 +229 -180 +-208 360 +-194 -43 +-342 -185 +318 -221 169 127 +270 336 +-92 -16 +-271 -89 +140 -2 +115 -216 +233 -362 +45 -105 187 248 +141 280 +169 116 +287 -19 +-72 -114 +-9 -191 +-142 -218 +4 -188 76 -65 +-168 325 +56 94 +-49 137 +26 -64 +10 191 +65 93 +-17 -507 371 66 +-291 161 +-214 -185 +94 51 +13 -213 +161 -68 +116 75 +275 232 117 4 +-43 -173 +73 63 +37 -181 +-4 82 +-148 -67 +-55 44 +-530 153 -23 118 +12 -284 +192 -74 +163 531 +63 103 +-483 -128 +-260 -233 +200 379 70 -220 +-118 107 +159 49 +22 51 +-357 380 +199 90 +288 384 +31 -137 -234 131 +106 -117 +25 114 +51 206 +-543 -156 +-220 -124 +29 -296 +108 356 224 -73 +104 122 +160 -103 +215 75 +-337 -110 +-318 66 +-205 -56 +137 -346 -90 -66 +-39 -11 +-98 379 +-273 267 +-333 48 +0 -11 +-550 37 +155 1 -289 -173 +320 -105 +-142 -309 +-302 114 +125 3 +202 187 +32 -169 +382 86 -367 116 +-355 26 +-59 -61 +0 272 +215 289 +-86 -35 +390 179 +-109 -97 -64 -71 +228 -230 +484 -118 +-68 -127 +74 -282 +-182 182 +-359 330 +-59 -62 429 -317 +140 336 +118 212 +161 65 +-115 -74 +-18 -207 +19 113 +3 -241 -170 259 +280 -121 +-162 -296 +-375 -93 +-108 -58 +41 401 +74 420 +-188 13 -315 -136 +-280 276 +779 362 +173 15 +25 370 +200 -332 +-7 -179 +-110 -45 171 174 +-79 -363 +220 -66 +14 -225 +-184 -26 +-252 201 +247 -319 +240 5 -141 -250 +-628 -59 +650 -552 +-211 -93 +-41 -444 +293 246 +-436 62 +183 92 -69 169 +110 -109 +93 -682 +8 -182 +109 299 +-78 417 +777 319 +-296 -121 4 253 +281 344 +66 111 +80 -99 +529 131 +-79 -80 +-395 30 +-2 242 -154 456 +337 -196 +320 -709 +298 -62 +-488 -183 +-192 116 +62 -212 +521 157 269 146 +-349 -392 +-232 -341 +-3 244 +162 -153 +5 160 +-375 -296 +-135 100 -336 123 +-298 -4 +-176 -374 +-555 52 +342 -114 +-266 256 +193 451 +54 401 -102 -43 +177 -102 +128 365 +-20 -247 +-74 419 +-270 2 +175 376 +255 -439 -291 221 +123 -170 +-583 -227 +92 37 +-144 344 +-149 -96 +131 -250 +13 274 -274 -264 +-46 309 +-111 -147 +450 -137 +406 -43 +-468 347 +39 33 +325 257 93 293 +391 240 +346 217 +113 -553 +-423 615 +211 -124 +-89 340 +157 248 15 364 +469 60 +-430 -110 +-132 -7 +-126 -530 +222 -133 +-58 343 +179 -597 677 32 +494 -200 +573 -485 +-279 190 +12 294 +386 -659 +-200 -47 +255 244 -368 90 +24 471 +311 -61 +-306 290 +400 579 +-518 -55 +455 -86 +346 368 106 -114 +288 519 +128 -144 +35 127 +-260 34 +-339 38 +-311 100 +265 202 190 242 +-95 -221 +-283 -194 +65 -308 +-240 -2 +204 169 +322 -533 +-323 -531 -202 213 +428 486 +-512 494 +-70 316 +-47 -157 +84 466 +11 -167 +570 304 -63 -433 +-275 -437 +-245 -457 +90 -673 +346 -146 +271 137 +98 -119 +-252 -292 -312 -107 +26 -262 +-512 -379 +441 -180 +-85 -403 +312 447 +179 135 +-168 -67 -200 103 +-306 303 +110 -340 +221 311 +243 -174 +593 220 +-561 397 +-145 230 -397 -588 +669 -56 +254 122 +-120 621 +11 575 +-276 567 +-63 33 +-208 -230 -136 -1 +411 -184 +-231 463 +-85 39 +614 117 +-89 -369 +63 3 +39 566 195 -322 diff --git a/AI_Engine_Development/AIE-ML/Design_Tutorials/07-Channelizer-Using-Vitis-Libraries/aie/channelizer/data/fft_front_i_3.txt b/AI_Engine_Development/AIE-ML/Design_Tutorials/07-Channelizer-Using-Vitis-Libraries/aie/channelizer/data/fft_front_i_3.txt index 60ad858c06..f4cf201375 100644 --- a/AI_Engine_Development/AIE-ML/Design_Tutorials/07-Channelizer-Using-Vitis-Libraries/aie/channelizer/data/fft_front_i_3.txt +++ b/AI_Engine_Development/AIE-ML/Design_Tutorials/07-Channelizer-Using-Vitis-Libraries/aie/channelizer/data/fft_front_i_3.txt @@ -1,2048 +1,2048 @@ 2407 1002 +-1180 508 +-1618 -248 +-369 35 +56 -77 +108 -289 +-4 182 +19 -57 -90 -91 +-108 -90 +39 -127 +-114 98 +-31 0 +6 -2 +-6 -7 +5 1 15 115 +107 -66 +26 69 +1 -3 +-6 -43 +6 7 +-9 1 +-29 12 -5 32 +-55 -20 +-133 49 +-48 38 +12 -41 +-44 -2 +-35 33 +-10 -3 5 -27 +-30 -5 +8 43 +-9 40 +25 -21 +37 -5 +0 -16 +65 54 -17 -14 +-1 20 +-49 -30 +-36 8 +-99 -60 +36 18 +-47 -33 +39 -31 -2 25 +35 -99 +-43 -9 +70 -21 +11 -16 +-10 1 +-54 -48 +-18 -45 32 -5 +3 -38 +34 49 +-6 -12 +-52 -11 +-6 -50 +35 51 +-40 -56 -61 -67 +119 -36 +-25 33 +25 12 +-32 16 +-41 -28 +11 -4 +6 -12 26 -25 +39 25 +-25 -63 +10 16 +-52 29 +66 -13 +-3 -18 +69 31 37 20 +27 -21 +-117 25 +-19 16 +30 2 +26 -20 +-14 64 +2 -17 0 -55 +55 -49 +20 -5 +61 78 +-1 -50 +-1 -33 +15 20 +-15 28 6 -28 +-63 -71 +-18 -61 +24 15 +9 30 +38 30 +43 1 +-1 17 -56 -72 +-28 53 +-15 32 +-44 15 +7 20 +25 -8 +-11 62 +32 -5 2 48 +29 51 +-24 24 +35 -7 +-67 10 +2 -31 +-4 3 +-4 18 18 0 +-19 3 +-33 -10 +24 14 +47 23 +8 79 +1 38 +12 16 -6 -7 +-5 31 +-40 -31 +-36 46 +-53 18 +-36 29 +-11 -1 +6 19 86 50 +24 -9 +-25 -28 +-11 -26 +38 15 +37 -38 +25 2 +-21 -3 19 12 +41 19 +-11 19 +-74 -44 +-72 75 +6 57 +-46 -14 +-21 -23 -87 22 +16 19 +18 -14 +6 -55 +0 15 +-24 -63 +9 16 +-13 -12 -9 -10 +30 -11 +4 -13 +13 49 +-8 32 +-19 2 +-42 6 +-27 -11 25 53 +-60 6 +3 17 +12 -9 +31 22 +22 29 +19 21 +-46 -58 72 19 +27 8 +84 23 +8 40 +-32 19 +35 9 +-31 25 +-6 -4 26 38 +10 18 +-3 19 +-25 -43 +19 8 +6 64 +-16 18 +11 -25 41 -53 +-27 -6 +-10 41 +-37 -10 +24 -18 +-39 14 +-4 -16 +-35 -17 -15 15 +-64 35 +15 -21 +-18 -17 +-18 -11 +-12 26 +-47 29 +-58 -34 24 -5 +-30 -2 +27 0 +-4 16 +-19 -2 +23 -24 +32 32 +15 -17 -37 -6 +1 39 +-7 -12 +-35 16 +27 10 +-9 -15 +-20 17 +-10 -25 -8 8 +7 34 +-21 24 +15 15 +3 6 +-30 3 +-32 -2 +29 -20 -1 -3 +-20 -11 +-23 -10 +-13 -9 +2 -29 +7 14 +-7 22 +-23 -17 -16 6 +20 9 +4 16 +-22 3 +-21 -7 +5 -49 +-3 -32 +-1 3 -1 -20 +-16 -22 +-13 -4 +9 -17 +-14 37 +19 16 +5 5 +12 -4 7 9 +-5 -29 +-10 -14 +-6 -3 +-9 4 +0 7 +8 15 +37 15 19 4 +10 2 +-7 0 +0 7 +-2 -2 +-10 -18 +-27 -18 +-14 23 -15 0 +7 11 +-12 -23 +13 6 +-8 0 +-9 -6 +-4 -2 +-11 1 -1 16 -4 13 -2 -2 -3 -2 -0 0 -3 2 -0 -1 -6 -3 +2 3 8 -2 -0 1 -2 13 -12 -18 -16 14 --42 2 -35 30 --52 -23 --39 21 -29 -41 -53 -17 -14 82 --18 3 --4 78 --30 -86 -46 -51 -18 -19 --28 -56 -21 -105 -9 -44 --84 -34 --1180 508 --108 -90 -107 -66 --55 -20 --30 -5 --1 20 -35 -99 -3 -38 -119 -36 -39 25 -27 -21 -55 -49 --63 -71 --28 53 -29 51 --19 3 --5 31 -24 -9 -41 19 -16 19 -30 -11 --60 6 -27 8 -10 18 --27 -6 --64 35 --30 -2 -1 39 -7 34 --20 -11 -20 9 --16 -22 --5 -29 -10 2 -7 11 -2 3 +14 12 +21 -13 +-4 -4 +-5 -2 +-7 -2 +4 13 8 5 +1 9 +1 2 +7 -5 +6 -2 +-1 7 +6 3 +2 -2 +1 -1 +-1 0 +4 0 +-1 3 +-2 -7 1 -1 +1 1 +3 -2 +0 0 +0 0 +2 0 +-2 0 +0 0 +0 0 +0 0 0 0 0 0 +1 0 +1 -2 +1 1 +0 0 +1 0 +1 0 +3 2 -2 -1 +3 -3 +1 -2 +2 2 +5 0 +-2 3 +-4 1 +0 -1 0 6 +5 0 +-3 -2 +12 3 +5 -1 +5 -1 +6 10 +6 -3 -11 0 +-3 -11 +-4 -5 +-14 13 +12 15 +-10 -2 +2 2 +8 -2 2 9 +-1 8 +11 8 +-4 18 +13 -8 +4 -1 +-10 -8 +0 1 -14 -6 +2 -11 +-13 28 +13 4 +-14 0 +-14 -5 +2 -1 +2 13 -25 -10 +3 -4 +2 -8 +-16 -2 +21 2 +-14 8 +9 9 +12 -18 0 -6 +-13 -15 +43 10 +-40 -17 +-8 -12 +-19 11 +-43 -7 +16 14 7 -16 +8 6 +14 17 +1 6 +25 -23 +26 9 +3 -3 +-42 2 1 -13 +-23 -13 +-16 -27 +-16 -28 +9 5 +-57 -21 +29 -16 +35 30 -8 10 +-64 4 +-28 -22 +-23 33 +-4 -5 +12 -17 +-10 50 +-52 -23 47 10 +29 -5 +15 -53 +26 -1 +-15 -6 +-22 -40 +47 7 +-39 21 -40 -29 +64 -15 +43 13 +-40 -14 +-2 22 +17 -23 +-31 -22 +29 -41 75 30 +9 -29 +-18 12 +28 34 +37 -29 +64 39 +-6 27 +53 -17 39 24 +-31 -31 +-28 -7 +-23 15 +-27 -12 +52 -11 +16 71 +14 82 32 -16 +-2 -15 +-34 -7 +-43 -26 +-45 -17 +-1 32 +52 -43 +-18 3 -29 -69 +-37 -34 +-11 15 +-10 -37 +10 40 +29 -18 +75 48 +-4 78 -7 -51 +-20 50 +-13 -14 +-15 -13 +2 27 +47 -7 +-20 -89 +-30 -86 -60 -12 +41 -2 +-1 26 +-14 -19 +-13 17 +10 -27 +72 11 +46 -51 -27 -44 +-49 11 +-10 -10 +33 2 +26 -31 +14 -62 +29 36 +18 -19 -63 -8 +-8 81 +41 -1 +16 14 +-8 -11 +8 -3 +-74 58 +-28 -56 -86 -2 +85 -23 +99 -101 +10 -82 +-34 -48 +-66 7 +34 -9 +21 -105 -11 -45 +25 39 +-14 31 +-21 70 +-3 -23 +-106 -68 +-4 0 +9 -44 -17 11 +64 31 +-7 40 +61 4 +-79 8 +57 -92 +81 -27 +-84 -34 -32 78 --1618 -248 -39 -127 -26 69 --133 49 -8 43 --49 -30 --43 -9 -34 49 --25 33 --25 -63 --117 25 -20 -5 --18 -61 --15 32 --24 24 --33 -10 --40 -31 --25 -28 --11 19 -18 -14 -4 -13 -3 17 -84 23 --3 19 --10 41 -15 -21 -27 0 --7 -12 --21 24 --23 -10 -4 16 --13 -4 --10 -14 --7 0 --12 -23 -8 -2 -1 9 --1 0 -0 0 -1 0 -3 -3 -5 0 --3 -11 --1 8 -2 -11 -3 -4 --13 -15 -8 6 --23 -13 --64 4 -29 -5 -64 -15 -9 -29 --31 -31 --2 -15 --37 -34 --20 50 -41 -2 --49 11 --8 81 -85 -23 -25 39 -64 31 89 -113 --369 35 --114 98 -1 -3 --48 38 --9 40 --36 8 -70 -21 --6 -12 -25 12 -10 16 --19 16 -61 78 -24 15 --44 15 -35 -7 -24 14 --36 46 --11 -26 --74 -44 -6 -55 -13 49 -12 -9 -8 40 --25 -43 --37 -10 --18 -17 --4 16 --35 16 -15 15 --13 -9 --22 3 -9 -17 --6 -3 -0 7 -13 6 -14 12 -1 2 -4 0 -2 0 -1 -2 -1 -2 --3 -2 --4 -5 -11 8 --13 28 -2 -8 -43 10 -14 17 --16 -27 --28 -22 -15 -53 -43 13 --18 12 --28 -7 --34 -7 --11 15 --13 -14 --1 26 --10 -10 -41 -1 -99 -101 --14 31 --7 40 -36 -29 -56 -77 --31 0 --6 -43 -12 -41 -25 -21 --99 -60 -11 -16 --52 -11 --32 16 --52 29 -30 2 --1 -50 -9 30 -7 20 --67 10 -47 23 --53 18 -38 15 --72 75 -0 15 --8 32 -31 22 --32 19 -19 8 -24 -18 --18 -11 --19 -2 -27 10 -3 6 -2 -29 --21 -7 --14 37 --9 4 --2 -2 --8 0 -21 -13 -7 -5 --1 3 --2 0 -1 1 -2 2 -12 3 --14 13 --4 18 -13 4 --16 -2 --40 -17 -1 6 --16 -28 --23 33 -26 -1 --40 -14 -28 34 --23 15 --43 -26 --10 -37 --15 -13 --14 -19 -33 2 -16 14 -10 -82 --21 70 -61 4 -74 -20 -108 -289 -6 -2 -6 7 --44 -2 -37 -5 -36 18 --10 1 --6 -50 --41 -28 -66 -13 -26 -20 --1 -33 -38 30 -25 -8 -2 -31 -8 79 --36 29 -37 -38 -6 57 --24 -63 --19 2 -22 29 -35 9 -6 64 --39 14 --12 26 -23 -24 --9 -15 --30 3 -7 14 -5 -49 -19 16 -0 7 --10 -18 --9 -6 --4 -4 -6 -2 --2 -7 -0 0 -0 0 -5 0 -5 -1 -12 15 -13 -8 --14 0 -21 2 --8 -12 -25 -23 -9 5 --4 -5 --15 -6 --2 22 -37 -29 --27 -12 --45 -17 -10 40 -2 27 --13 17 -26 -31 --8 -11 --34 -48 --3 -23 --79 8 -85 66 --4 182 --6 -7 --9 1 --35 33 -0 -16 --47 -33 --54 -48 -35 51 -11 -4 --3 -18 --14 64 -15 20 -43 1 --11 62 --4 3 -1 38 --11 -1 -25 2 --46 -14 -9 16 --42 6 -19 21 --31 25 --16 18 --4 -16 --47 29 -32 32 --20 17 --32 -2 --7 22 --3 -32 -5 5 -8 15 --27 -18 --4 -2 --5 -2 --1 7 -1 -1 -0 0 -1 0 --2 3 -5 -1 --10 -2 -4 -1 --14 -5 --14 8 --19 11 -26 9 --57 -21 -12 -17 --22 -40 -17 -23 -64 39 -52 -11 --1 32 -29 -18 -47 -7 -10 -27 -14 -62 -8 -3 --66 7 --106 -68 -57 -92 98 -71 -19 -57 -5 1 --29 12 --10 -3 -65 54 -39 -31 --18 -45 --40 -56 -6 -12 -69 31 -2 -17 --15 28 --1 17 -32 -5 --4 18 -12 16 -6 19 --21 -3 --21 -23 --13 -12 --27 -11 --46 -58 --6 -4 -11 -25 --35 -17 --58 -34 -15 -17 --10 -25 -29 -20 --23 -17 --1 3 -12 -4 -37 15 --14 23 --11 1 --7 -2 -6 3 -1 1 -0 0 -1 0 --4 1 -6 10 -2 2 --10 -8 -2 -1 -9 9 --43 -7 -3 -3 -29 -16 --10 50 -47 7 --31 -22 --6 27 -16 71 -52 -43 -75 48 --20 -89 -72 11 -29 36 --74 58 -34 -9 --4 0 -81 -27 -48 39 -698 803 +255 -2382 +1104 377 +6 -180 +76 -38 +142 -34 +-107 103 +105 -110 125 55 +35 -86 +94 -131 +233 -205 +89 -23 +33 -17 +-46 -66 +-12 -32 45 -214 +-43 115 +-22 -109 +20 -15 +34 103 +-30 -66 +43 -18 +60 -34 -31 -105 +205 -3 +111 -62 +96 -32 +-15 91 +137 3 +119 -85 +54 7 -10 15 +100 7 +-14 -107 +42 -84 +-61 52 +-114 11 +16 19 +-225 -109 -25 50 +-10 -7 +110 77 +59 11 +214 155 +-117 -90 +137 45 +-86 38 -58 -13 +-35 198 +122 30 +-149 2 +-5 16 +44 -16 +130 96 +16 116 -107 15 +-46 52 +44 -101 +41 40 +88 43 +-26 100 +-84 -158 +102 127 123 100 +-243 81 +34 -149 +-31 89 +108 -22 +118 41 +-44 35 +-55 -1 -127 30 +-73 -41 +87 141 +-59 -14 +158 -76 +-135 67 +89 22 +-164 -22 -93 -48 +-105 21 +266 -17 +89 -100 +-23 -73 +-51 55 +-5 -204 +-5 -21 4 145 +-110 135 +-14 -6 +-193 -206 +-7 92 +-27 112 +-76 -132 +41 -68 30 60 +84 168 +26 127 +-20 -80 +22 -111 +-106 -127 +-83 -72 +49 -41 129 187 +104 -166 +4 -85 +113 -42 +16 -36 +-50 -11 +55 -139 +-90 1 27 -95 +-102 -103 +70 -87 +-77 23 +247 -87 +-29 107 +-18 -1 +10 -65 -85 24 +75 38 +31 58 +-80 -57 +-151 -77 +-65 -223 +-34 -114 +-23 -84 12 12 +-5 -106 +68 113 +136 -137 +181 -20 +119 -81 +14 -7 +-9 -66 -238 -140 +-80 47 +50 58 +30 77 +-95 -62 +-93 138 +-8 43 +62 -26 -58 -56 +-145 -48 +45 -8 +227 151 +207 -261 +-27 -134 +144 12 +63 77 274 -82 +-60 -85 +-85 15 +-23 159 +-4 -72 +59 194 +-25 -62 +43 10 7 15 --48 -124 --254 -77 +-64 30 +4 27 +-67 -168 +78 -122 +27 6 +162 24 +84 13 +-48 -124 +192 -45 +-1 -77 +-26 46 +-128 -63 +-82 -92 +-70 -56 +166 216 +-254 -77 +-99 -27 +-298 -151 +-33 -153 +55 -40 +-107 -46 +96 -127 +32 -23 -69 -137 +-40 -107 +-8 -33 +76 182 +-104 -41 +-38 -248 +76 -80 +-34 103 -147 197 +54 52 +80 -144 +118 17 +-110 80 +184 -96 +-40 87 +179 62 32 -43 +197 -117 +-60 125 +89 81 +95 45 +49 -87 +195 -89 +287 214 -119 31 +143 -27 +-115 6 +-10 -65 +87 -16 +-136 97 +-166 -129 +-63 68 166 22 +-21 -221 +17 42 +135 -85 +-127 -59 +22 77 +101 -45 +22 134 28 -1 +-22 -168 +116 -111 +-85 -47 +-22 -17 +164 -13 +184 3 +-157 75 -41 15 +88 44 +156 41 +71 73 +-26 142 +-49 -80 +62 -128 +118 83 84 -17 +-151 -82 +-35 -105 +144 -19 +132 28 +-43 311 +-19 166 +-16 -33 -12 132 +77 134 +68 38 +-56 130 +100 -241 +-129 -111 +-27 -43 +-67 15 -47 -75 +49 185 +90 125 +36 28 +54 -7 +-5 -38 +-61 -138 +-299 -105 -143 -37 +-70 -4 +66 10 +-10 -43 +26 12 +80 173 +240 160 +132 -216 130 -17 +-61 -121 +130 224 +-127 -62 +79 -22 +97 57 +42 36 +109 -5 27 -199 +-18 -38 +-85 27 +-177 -153 +-255 178 +47 46 +76 30 +86 27 -58 -177 +-124 -64 +-13 -135 +-14 -35 +-131 94 +-115 45 +8 -149 +-113 -71 -34 49 +-18 22 +19 2 +-93 -1 +38 -90 +71 203 +-45 49 +-54 -48 -113 98 +18 -19 +-24 20 +-141 -30 +123 -16 +39 -51 +57 -12 +14 45 -47 -78 +-163 86 +283 74 +118 -242 +115 49 +2 -9 +41 7 +35 -14 123 70 +-71 -25 +110 -100 +35 -75 +42 65 +133 -2 +-39 59 +-88 15 -4 -26 +-3 115 +91 1 +-40 -19 +187 30 +83 -26 +74 -14 +76 136 89 -41 +-134 -5 +-41 -127 +-54 -66 +-148 135 +122 166 +-102 -21 +14 16 76 -30 +18 83 +3 67 +82 71 +-28 145 +101 -61 +42 -11 +-88 -58 15 11 +-100 -37 +30 -61 +-95 187 +100 53 +-51 5 +-78 -22 +9 -2 19 100 +-140 -54 +9 -33 +6 -63 +-93 -11 +141 30 +-59 39 +46 16 51 -84 +-21 -32 +-46 -68 +200 17 +-155 -77 +-36 -58 +-88 37 +-167 -58 63 42 +67 -45 +27 34 +73 18 +11 62 +98 -120 +105 35 +26 15 -160 -28 +53 -27 +-94 -46 +-26 -61 +-35 -73 +17 47 +-125 -45 +66 -32 88 65 +-23 62 +-199 11 +-24 -58 +-28 81 +-18 -18 +65 -78 +-70 133 -94 -63 +127 7 +30 14 +71 -111 +42 -3 +28 -4 +-45 -108 +107 -10 -35 66 +-83 -48 +124 -3 +116 21 +-63 -55 +-54 12 +31 5 +-90 1 127 -48 +80 58 +16 -45 +-46 53 +-7 80 +61 -38 +106 21 +7 6 136 36 +14 44 +-31 -44 +-19 -88 +22 47 +-27 -23 +63 -60 +42 33 26 116 +-29 -68 +74 14 +-125 -92 +-70 -6 +-128 -43 +29 -37 +35 -25 13 -12 +-81 -61 +-16 -69 +-30 -62 +-16 -31 +-51 24 +7 -42 +104 29 40 120 -52 -6 -66 15 --6 18 -52 -61 --4 -47 --69 -18 -139 -72 -255 -2382 -35 -86 --43 115 -205 -3 -100 7 --10 -7 --35 198 --46 52 --243 81 --73 -41 --105 21 --110 135 -84 168 -104 -166 --102 -103 -75 38 --5 -106 --80 47 --145 -48 --60 -85 --64 30 -192 -45 --99 -27 --40 -107 -54 52 -197 -117 -143 -27 --21 -221 --22 -168 -88 44 --151 -82 -77 134 -49 185 --70 -4 --61 -121 --18 -38 --124 -64 --18 22 -18 -19 --163 86 --71 -25 --3 115 --134 -5 -18 83 --100 -37 --140 -54 --21 -32 -67 -45 -53 -27 --23 62 -127 7 --83 -48 -80 58 -14 44 --29 -68 --81 -61 -65 14 --94 27 --15 -52 -11 -2 -4 -33 -31 -98 --151 136 --44 26 -1104 377 -94 -131 --22 -109 -111 -62 --14 -107 -110 77 -122 30 -44 -101 -34 -149 -87 141 -266 -17 --14 -6 -26 127 -4 -85 -70 -87 -31 58 -68 113 -50 58 -45 -8 --85 15 -4 27 --1 -77 --298 -151 --8 -33 -80 -144 --60 125 --115 6 -17 42 -116 -111 -156 41 --35 -105 -68 38 -90 125 -66 10 -130 224 --85 27 --13 -135 -19 2 --24 20 -283 74 -110 -100 -91 1 --41 -127 -3 67 -30 -61 -9 -33 --46 -68 -27 34 --94 -46 --199 11 -30 14 -124 -3 -16 -45 --31 -44 -74 14 --16 -69 -80 127 -56 -38 --87 -53 -64 -42 -127 -8 -128 -32 --10 136 --4 -59 -6 -180 -233 -205 -20 -15 -96 -32 -42 -84 -59 11 --149 2 -41 40 --31 89 --59 -14 -89 -100 --193 -206 --20 -80 -113 -42 --77 23 --80 -57 -136 -137 -30 77 -227 151 --23 159 --67 -168 --26 46 --33 -153 -76 182 -118 17 -89 81 --10 -65 -135 -85 --85 -47 -71 73 -144 -19 --56 130 -36 28 --10 -43 --127 -62 --177 -153 --14 -35 --93 -1 --141 -30 -118 -242 -35 -75 --40 -19 --54 -66 -82 71 --95 187 -6 -63 -200 17 -73 18 --26 -61 --24 -58 -71 -111 -116 21 --46 53 --19 -88 --125 -92 --30 -62 -132 17 +47 12 +21 -87 +-46 11 +2 -78 +52 -6 +-94 27 +56 -38 -73 20 +-39 79 +-13 -18 +47 43 +171 7 +66 15 +-15 -52 +-87 -53 -23 -2 +14 -69 +77 17 +9 -25 +88 12 +-6 18 +11 -2 +64 -42 102 67 +44 -2 +-100 17 +-39 19 +-27 -7 +52 -61 +4 -33 +127 -8 38 48 +-32 -27 +17 -41 +-54 -3 +-47 100 +-4 -47 +31 -98 +128 -32 112 -27 +12 -85 +23 37 +-59 -1 +-27 -12 +-69 -18 +-151 136 +-10 136 47 -46 +66 74 +14 -105 +-25 72 +40 46 +139 -72 +-44 26 +-4 -59 14 -47 -76 -38 -89 -23 -34 103 --15 91 --61 52 -214 155 --5 16 -88 43 -108 -22 -158 -76 --23 -73 --7 92 -22 -111 -16 -36 -247 -87 --151 -77 -181 -20 --95 -62 -207 -261 --4 -72 -78 -122 --128 -63 -55 -40 --104 -41 --110 80 -95 45 -87 -16 --127 -59 --22 -17 --26 142 -132 28 -100 -241 -54 -7 -26 12 -79 -22 --255 178 --131 94 -38 -90 -123 -16 -115 49 -42 65 -187 30 --148 135 --28 145 -100 53 --93 -11 --155 -77 -11 62 --35 -73 --28 81 -42 -3 --63 -55 --7 80 -22 47 --70 -6 --16 -31 -47 12 --39 79 -14 -69 -44 -2 --32 -27 -12 -85 -66 74 37 47 -142 -34 -33 -17 --30 -66 -137 3 --114 11 --117 -90 -44 -16 --26 100 -118 41 --135 67 --51 55 --27 112 --106 -127 --50 -11 --29 107 --65 -223 -119 -81 --93 138 --27 -134 -59 194 -27 6 --82 -92 --107 -46 --38 -248 -184 -96 -49 -87 --136 97 -22 77 -164 -13 --49 -80 --43 311 --129 -111 --5 -38 -80 173 -97 57 -47 46 --115 45 -71 203 -39 -51 -2 -9 -133 -2 -83 -26 -122 166 -101 -61 --51 5 -141 30 --36 -58 -98 -120 -17 47 --18 -18 -28 -4 --54 12 -61 -38 --27 -23 --128 -43 --51 24 -21 -87 --13 -18 -77 17 --100 17 -17 -41 -23 37 -14 -105 -75 -5 --107 103 --46 -66 -43 -18 -119 -85 -16 19 -137 45 -130 96 --84 -158 --44 35 -89 22 --5 -204 --76 -132 --83 -72 -55 -139 --18 -1 --34 -114 -14 -7 --8 43 -144 12 --25 -62 -162 24 --70 -56 -96 -127 -76 -80 --40 87 -195 -89 --166 -129 -101 -45 -184 3 -62 -128 --19 166 --27 -43 --61 -138 -240 160 -42 36 -76 30 -8 -149 --45 49 -57 -12 -41 7 --39 59 -74 -14 --102 -21 -42 -11 --78 -22 --59 39 --88 37 -105 35 --125 -45 -65 -78 --45 -108 -31 5 -106 21 -63 -60 -29 -37 -7 -42 --46 11 -47 43 -9 -25 --39 19 --54 -3 --59 -1 --25 72 44 17 -105 -110 --12 -32 -60 -34 -54 7 --225 -109 --86 38 -16 116 -102 127 --55 -1 --164 -22 --5 -21 -41 -68 -49 -41 --90 1 -10 -65 --23 -84 --9 -66 -62 -26 -63 77 -43 10 -84 13 -166 216 -32 -23 --34 103 -179 62 -287 214 --63 68 -22 134 --157 75 -118 83 --16 -33 --67 15 --299 -105 -132 -216 -109 -5 -86 27 --113 -71 --54 -48 -14 45 -35 -14 --88 15 -76 136 -14 16 --88 -58 -9 -2 -46 16 --167 -58 -26 15 -66 -32 --70 133 -107 -10 --90 1 -7 6 -42 33 -35 -25 -104 29 -2 -78 -171 7 -88 12 --27 -7 --47 100 --27 -12 -40 46 -29 84 -696 -527 +621 1920 +-425 -6 +-33 -114 +99 114 +267 -129 +-1 99 +153 -48 42 78 +132 274 +-159 138 +-183 123 +126 94 +-60 -14 +67 -18 +-36 132 -121 58 +-81 -23 +66 32 +-96 14 +-92 23 +-7 152 +-10 66 +-8 52 111 46 -22 124 -103 -45 -139 7 +-215 25 +-36 43 +-98 -103 +-24 2 +-6 11 +-37 9 +-47 -27 +22 124 +-43 71 +50 102 +-16 68 +12 -70 +91 -12 +-42 56 +214 21 +103 -45 +-26 -15 +-72 -102 +-57 -43 +-53 -7 +126 104 +-77 114 +16 19 +139 7 +-31 -74 +-68 -48 +99 30 +-74 30 +-4 7 +-72 -30 +18 -113 102 45 +104 88 +-184 -11 +-72 -13 +7 -49 +122 -6 +24 125 +-18 -56 -14 -8 +77 -90 +-56 232 +-60 -159 +-74 21 +-61 -11 +47 -55 +146 60 257 40 +-13 -49 +-97 -150 +140 -37 +-152 67 +-38 -114 +-271 -4 +82 -109 59 -15 +88 88 +-95 -69 +-102 190 +-45 210 +-34 1 +86 196 +120 148 -43 -132 +12 -115 +-33 108 +157 176 +54 102 +62 -169 +168 193 +-60 60 -84 -44 +85 -86 +-46 3 +-46 125 +-136 152 +-17 154 +5 113 +-48 17 -72 -99 +-81 189 +-3 66 +-26 36 +-103 -35 +-28 128 +-119 35 +90 3 -58 0 +87 16 +-94 120 +34 -2 +-282 174 +52 -151 +79 -30 +4 174 90 -105 +-110 -106 +48 -38 +38 41 +186 12 +175 171 +34 174 +50 132 43 54 +1 59 +24 -107 +-209 102 +-257 28 +-116 93 +30 1 +-18 153 135 138 +95 -45 +17 57 +-26 -7 +78 117 +82 -165 +-147 -109 +-38 103 57 128 +126 -6 +-90 -88 +-236 -209 +-206 308 +32 30 +-90 125 +-81 -65 -231 104 +51 182 +163 39 +53 -179 +10 106 +-31 -164 +7 97 +-53 51 60 32 +-37 -22 +-66 0 +143 203 +-234 117 +45 -34 +-170 -94 +-58 44 -27 12 +-127 112 +-4 152 +12 -67 +155 5 +21 109 +43 8 +-217 -232 217 80 +146 52 +280 336 +18 184 +122 -28 +67 111 +-11 192 +-122 129 -28 122 +103 224 +72 -113 +17 -264 +201 69 +53 277 +-126 104 +42 -136 72 -218 +25 -96 +-216 46 +-37 35 +170 -163 +-248 214 +194 -202 +-278 -5 72 -16 +-61 79 +39 -265 +-151 -145 +-178 -77 +-28 43 +-168 -26 +-495 -497 201 -67 +-209 135 +147 -56 +144 37 +-129 108 +268 -72 +258 141 +68 -44 -222 2 +126 412 +15 -17 +-59 117 +167 91 +34 -113 +-145 -80 +115 -240 33 -135 +-25 197 +-179 121 +105 -58 +31 -54 +-259 16 +-266 -20 +203 71 216 9 +-55 -17 +-357 -59 +-95 -218 +107 -94 +121 83 +-196 162 +-114 -56 -53 -84 +388 241 +94 207 +-230 19 +-175 19 +112 -491 +203 -66 +90 157 108 -237 +38 -148 +-17 -132 +64 -258 +-181 281 +188 159 +-6 120 +-30 31 39 168 +-134 -114 +-223 -351 +-22 -69 +37 -138 +32 -47 +68 330 +443 74 116 118 +14 -55 +-157 -78 +64 -65 +-70 40 +-40 -339 +-263 -171 +-223 365 -151 119 +59 346 +-343 -315 +186 131 +-71 189 +-177 -35 +-84 -165 +-37 -15 -202 471 +26 60 +31 -36 +279 218 +237 -386 +-35 -13 +-117 -96 +36 -75 61 156 +132 -46 +12 217 +-1 49 +243 -225 +312 -77 +122 235 +178 157 -43 -104 +103 -128 +80 15 +94 80 +-118 331 +-143 -219 +159 -206 +87 199 243 -273 +10 83 +66 14 +342 34 +-140 -82 +79 68 +-29 -105 +-139 -15 -9 286 --261 36 -9 107 -35 52 --68 -111 -106 37 --5 -5 --158 189 --139 -171 -248 -58 --266 -230 -382 119 -302 -73 -11 266 --248 180 --49 -342 -82 -2 -32 -218 -140 341 --113 177 --50 98 -182 103 --105 346 -55 7 -87 19 -621 1920 -132 274 --81 -23 --215 25 --43 71 --26 -15 --31 -74 -104 88 -77 -90 --13 -49 -88 88 -12 -115 -85 -86 --81 189 -87 16 --110 -106 -1 59 -95 -45 -126 -6 -51 182 --37 -22 --127 112 -146 52 -103 224 -25 -96 --61 79 --209 135 -126 412 --25 197 --55 -17 -388 241 -38 -148 --134 -114 -14 -55 -59 346 -26 60 -132 -46 -103 -128 -10 83 321 -276 +-662 -80 +-218 376 +-135 -116 +-90 56 +-21 -107 +-132 50 +-261 36 -214 183 +-12 103 +68 84 +8 -41 +-260 -102 +272 -40 +108 -186 +9 107 60 -229 +-112 -4 +287 143 +-187 -219 +-14 -62 +-68 84 +-253 -200 +35 52 186 -5 +26 256 +51 -17 +251 -349 +-220 -159 +127 -5 +-77 -23 +-68 -111 -46 -169 +114 -144 +-240 -56 +92 -234 +-193 162 +-2 -39 +28 123 +106 37 151 109 +57 185 +91 -289 +-14 131 +378 63 +191 106 +-22 50 +-5 -5 233 98 +-44 22 +-36 -20 +96 0 +-51 49 +136 -103 +-81 -200 +-158 189 -58 0 +172 127 +-317 -194 +418 148 +82 79 +114 -138 +340 -58 +-139 -171 106 188 +-74 12 +-32 -323 +-3 37 +-125 60 +-173 -16 +21 127 +248 -58 147 133 +127 101 +190 282 +145 206 +-80 61 +515 188 +-234 151 +-266 -230 58 40 +296 35 +298 177 +264 -249 +-19 76 +-36 -1 +-60 -257 +382 119 -291 -92 +-220 78 +-17 322 +-236 28 +207 41 +104 206 +-173 -55 +302 -73 209 168 +-340 190 +-96 -44 +203 14 +-101 -151 +-129 179 +64 191 +11 266 -440 -190 +-14 132 +56 -34 +-201 -67 +-129 127 +-282 -233 +10 -152 +-248 180 -249 -99 +185 174 +148 -110 +235 -35 +129 27 +-253 -1 +14 -332 +-49 -342 -235 32 +140 110 +87 -90 +155 139 +50 7 +34 -167 +-303 209 +82 -2 100 317 +145 135 +39 -186 +-8 159 +-153 -259 +-145 71 +-258 -93 +32 -218 -34 222 +63 -95 +-43 191 +120 56 +-5 -139 +-261 55 +29 319 +140 341 178 120 +-17 -125 +-1 -43 +-9 110 +50 -61 +-1 151 +-119 -88 +-113 177 45 99 +81 -28 +61 20 +-117 -68 +-18 218 +-55 175 +-38 -131 +-50 98 144 14 +14 -277 +-21 53 +63 37 +-87 41 +-48 -26 +177 -242 +182 103 282 -106 +-211 89 +-185 264 +-105 212 +78 203 +150 -82 +-106 179 +-105 346 33 68 +-48 -105 +22 -48 +89 -172 +-9 19 +218 220 +-36 -178 +55 7 -100 82 +-219 -100 +70 -236 +-67 13 +270 -141 +-119 250 +-175 135 +87 19 46 -288 --425 -6 --159 138 -66 32 --36 43 -50 102 --72 -102 --68 -48 --184 -11 --56 232 --97 -150 --95 -69 --33 108 --46 3 --3 66 --94 120 -48 -38 -24 -107 -17 57 --90 -88 -163 39 --66 0 --4 152 -280 336 -72 -113 --216 46 -39 -265 -147 -56 -15 -17 --179 121 --357 -59 -94 207 --17 -132 --223 -351 --157 -78 --343 -315 -31 -36 -12 217 -80 15 -66 14 --662 -80 --12 103 --112 -4 -26 256 -114 -144 -57 185 --44 22 -172 127 --74 12 -127 101 -296 35 --220 78 --340 190 --14 132 -185 174 -140 110 -145 135 -63 -95 --17 -125 -81 -28 -14 -277 --211 89 --48 -105 --219 -100 -227 277 --33 -114 --183 123 --96 14 --98 -103 --16 68 --57 -43 -99 30 --72 -13 --60 -159 -140 -37 --102 190 -157 176 --46 125 --26 36 -34 -2 -38 41 --209 102 --26 -7 --236 -209 -53 -179 -143 203 -12 -67 -18 184 -17 -264 --37 35 --151 -145 -144 37 --59 117 -105 -58 --95 -218 --230 19 -64 -258 --22 -69 -64 -65 -186 131 -279 218 --1 49 -94 80 -342 34 --218 376 -68 84 -287 143 -51 -17 --240 -56 -91 -289 --36 -20 --317 -194 --32 -323 -190 282 -298 177 --17 322 --96 -44 -56 -34 -148 -110 -87 -90 -39 -186 --43 191 --1 -43 -61 20 --21 53 --185 264 -22 -48 -70 -236 78 85 -99 114 -126 94 --92 23 --24 2 -12 -70 --53 -7 --74 30 -7 -49 --74 21 --152 67 --45 210 -54 102 --136 152 --103 -35 --282 174 -186 12 --257 28 -78 117 --206 308 -10 106 --234 117 -155 5 -122 -28 -201 69 -170 -163 --178 -77 --129 108 -167 91 -31 -54 -107 -94 --175 19 --181 281 -37 -138 --70 40 --71 189 -237 -386 -243 -225 --118 331 --140 -82 --135 -116 -8 -41 --187 -219 -251 -349 -92 -234 --14 131 -96 0 -418 148 --3 37 -145 206 -264 -249 --236 28 -203 14 --201 -67 -235 -35 -155 139 --8 159 -120 56 --9 110 --117 -68 -63 37 --105 212 -89 -172 --67 13 271 -25 -267 -129 --60 -14 --7 152 --6 11 -91 -12 -126 104 --4 7 -122 -6 --61 -11 --38 -114 --34 1 -62 -169 --17 154 --28 128 -52 -151 -175 171 --116 93 -82 -165 -32 30 --31 -164 -45 -34 -21 109 -67 111 -53 277 --248 214 --28 43 -268 -72 -34 -113 --259 16 -121 83 -112 -491 -188 159 -32 -47 --40 -339 --177 -35 --35 -13 -312 -77 --143 -219 -79 68 --90 56 --260 -102 --14 -62 --220 -159 --193 162 -378 63 --51 49 -82 79 --125 60 --80 61 --19 76 -207 41 --101 -151 --129 127 -129 27 -50 7 --153 -259 --5 -139 -50 -61 --18 218 --87 41 -78 203 --9 19 -270 -141 166 -183 --1 99 -67 -18 --10 66 --37 9 --42 56 --77 114 --72 -30 -24 125 -47 -55 --271 -4 -86 196 -168 193 -5 113 --119 35 -79 -30 -34 174 -30 1 --147 -109 --90 125 -7 97 --170 -94 -43 8 --11 192 --126 104 -194 -202 --168 -26 -258 141 --145 -80 --266 -20 --196 162 -203 -66 --6 120 -68 330 --263 -171 --84 -165 --117 -96 -122 235 -159 -206 --29 -105 --21 -107 -272 -40 --68 84 -127 -5 --2 -39 -191 106 -136 -103 -114 -138 --173 -16 -515 188 --36 -1 -104 206 --129 179 --282 -233 --253 -1 -34 -167 --145 71 --261 55 --1 151 --55 175 --48 -26 -150 -82 -218 220 --119 250 --120 83 -153 -48 --36 132 --8 52 --47 -27 -214 21 -16 19 -18 -113 --18 -56 -146 60 -82 -109 -120 148 --60 60 --48 17 -90 3 -4 174 -50 132 --18 153 --38 103 --81 -65 --53 51 --58 44 --217 -232 --122 129 -42 -136 --278 -5 --495 -497 -68 -44 -115 -240 -203 71 --114 -56 -90 157 --30 31 -443 74 --223 365 --37 -15 -36 -75 -178 157 -87 199 --139 -15 --132 50 -108 -186 --253 -200 --77 -23 -28 123 --22 50 --81 -200 -340 -58 -21 127 --234 151 --60 -257 --173 -55 -64 191 -10 -152 -14 -332 --303 209 --258 -93 -29 319 --119 -88 --38 -131 -177 -242 --106 179 --36 -178 --175 135 -48 -97 -1290 -1979 --164 -136 -14 327 --157 146 --36 -251 --92 -54 --103 -45 -108 -51 --225 -125 --121 -109 -102 191 -108 16 -25 17 --160 -199 --33 122 -25 143 --64 -168 -223 -32 -8 -185 --118 -1 --188 -50 -99 64 -179 82 -240 33 -261 119 --220 128 --177 69 -219 -67 --153 176 --250 -85 --95 238 --75 322 -11 -127 -73 -213 -190 -30 -280 -587 -191 136 -64 22 --301 335 -20 -368 -142 -78 --119 -100 --94 -111 --90 199 --205 35 --94 -160 -76 -145 -200 212 --230 457 -348 401 --628 -170 --559 76 --123 -444 --62 -445 -76 495 --220 149 --308 298 --477 -715 -131 -413 -92 -56 --240 -237 -140 -397 -416 -223 --735 -28 --1041 2293 --322 -478 -250 -135 --134 -3 --159 -145 -72 54 -108 -272 --83 -191 -264 -28 -118 188 -66 -166 -128 -63 --205 -148 --114 -53 -41 188 -56 147 -95 144 --46 -77 -117 159 -64 -248 -161 -23 --183 -105 --144 -49 --204 -205 -17 -41 --117 17 -139 -152 --322 -345 -85 11 -49 106 --492 -331 --190 91 -20 -91 -186 53 -15 -410 --89 -138 -26 317 --174 218 -21 92 --335 358 -385 -364 --128 438 -0 23 -29 27 --268 -96 --399 -226 -234 -150 --207 -329 --335 -217 --100 -132 -168 153 --322 -337 -840 153 -426 88 -450 156 -31 -424 -218 -554 --244 -194 --253 -89 --506 -64 --463 53 --114 40 -293 -258 --19 479 -521 940 --2 -183 -7 243 --214 48 --79 70 --81 137 --124 7 -131 169 -80 -95 --24 14 --318 110 -25 -200 -93 -228 -105 91 -86 -85 --27 -101 --118 -110 --159 -249 -141 92 --152 -22 -133 -32 --16 -149 -17 -269 --67 336 -262 321 -83 246 --63 122 --6 39 -90 -28 -427 237 --134 -280 --6 224 -172 534 -236 86 -466 289 -7 21 --30 -223 --243 5 --76 -113 -876 66 --347 79 -98 -29 -96 -405 --218 91 --207 -434 -106 224 --123 -140 -54 -10 -90 -51 --481 185 -521 -237 -516 -222 -85 -222 --174 -140 --311 -328 --412 -140 -158 51 -207 65 --40 336 --228 697 -155 -162 --193 345 -284 -194 -531 -557 --409 -155 --228 272 -14 -33 --37 150 --144 63 --25 34 -106 -29 -46 -119 -161 -68 --178 85 --82 -149 -157 56 --8 -28 --164 -8 -91 -109 -60 47 -171 47 -21 -165 -94 122 --167 156 --191 -133 --9 -5 -69 -75 --238 141 --113 -85 -147 183 --321 94 --84 12 -55 241 -44 334 -60 5 --56 120 -71 145 --131 247 --100 -173 --114 45 -24 -153 -35 -207 --440 -6 -398 -386 --118 -59 --439 -279 --40 69 -264 -27 -175 215 -254 293 -322 308 --22 368 --252 -289 --596 -61 --150 -453 -256 192 --62 -152 --268 285 -223 287 --16 285 -394 -131 -293 104 -121 -51 -49 -237 -589 -662 --399 255 --90 143 --298 -47 --26 228 --209 18 -64 -257 -62 -158 -83 45 --357 -372 -102 -54 --142 -11 --118 -81 --72 13 -41 -209 --114 -334 -223 -74 -149 21 --37 -207 --103 206 -168 -105 -6 -114 -100 -105 -2 -73 -311 109 --27 142 --257 110 --166 11 --144 241 -192 155 -127 -132 --153 0 -20 160 --205 -79 -46 -66 -252 -75 --257 167 --18 -165 -7 -169 -20 348 --85 274 -200 -383 -73 225 -11 -2 -106 -72 -158 207 --333 386 --115 191 -49 -312 --122 -33 --585 -49 --89 -429 --210 -352 --279 155 -135 -20 --387 34 -477 191 --253 -16 --190 -255 --43 -273 --252 -202 --34 -526 -142 190 -122 217 --36 -420 --90 590 -283 -171 --473 -253 -47 451 --69 -24 -114 19 --369 -6 -104 23 --29 71 --211 16 --131 -163 --107 -21 -360 50 -226 -163 --25 47 -325 33 -186 -242 -58 68 --180 108 --64 -74 --14 20 --20 121 --21 -43 --66 51 -249 -137 -74 -137 -36 -61 -41 -136 --54 -47 --214 -44 --64 89 -248 -34 --239 92 --32 508 --201 -183 --43 201 --17 350 -92 31 -61 -117 --438 70 -276 116 --143 9 -376 18 -203 172 --98 37 -180 85 -118 -128 --520 -22 --239 -241 -30 -16 -238 104 -202 -192 --32 102 --512 -38 -230 311 -324 -307 --190 -95 --12 -21 -190 196 --92 538 --80 162 -49 -211 -221 -30 --277 -144 --121 -232 --534 283 --275 341 +-120 83 +48 -97 +1290 -1979 +-1041 2293 +521 940 +-409 -155 +-26 228 +47 451 -21 -200 -260 207 --131 -45 --237 19 -49 -114 --171 -268 --40 -39 -188 97 --16 -30 -205 13 --94 118 --117 29 -112 33 -117 155 --60 44 -76 -197 --40 110 -248 54 --129 -235 --30 -94 --84 64 -157 118 --178 16 -118 -16 --244 328 --94 199 --138 -150 -100 195 -20 247 -312 9 --288 -76 -112 -292 --45 -523 -150 28 -124 330 --2 28 --234 -296 --290 324 -27 148 -22 -61 --347 -55 --68 -191 --288 36 --118 86 --253 -165 --387 33 --52 123 -12 131 --730 -258 --265 54 --180 -98 -3 -456 -451 543 -366 195 --168 577 -212 14 -569 -123 --196 -320 -109 -405 -178 -13 --281 109 --484 -434 -314 -606 -288 -352 -71 112 +-164 -136 +-322 -478 +-2 -183 +-228 272 +-209 18 +-69 -24 +260 207 44 -64 +14 327 +250 -135 +7 243 +14 -33 +64 -257 +114 19 +-131 -45 -6 -40 +-157 146 +-134 -3 +-214 48 +-37 150 +62 -158 +-369 -6 +-237 19 -82 30 +-36 -251 +-159 -145 +-79 70 +-144 63 +83 45 +104 23 +49 -114 230 154 +-92 -54 +72 54 +-81 137 +-25 34 +-357 -372 +-29 71 +-171 -268 141 -22 +-103 -45 +108 -272 +-124 7 +106 -29 +102 -54 +-211 16 +-40 -39 -21 -26 +108 -51 +-83 -191 +131 169 +46 -119 +-142 -11 +-131 -163 +188 97 -238 -163 +-225 -125 +264 -28 +80 -95 +161 -68 +-118 -81 +-107 -21 +-16 -30 -134 -36 +-121 -109 +118 188 +-24 14 +-178 85 +-72 13 +360 50 +205 13 201 214 +102 191 +66 -166 +-318 110 +-82 -149 +41 -209 +226 -163 +-94 118 -294 -79 +108 16 +128 -63 +25 -200 +157 56 +-114 -334 +-25 47 +-117 29 51 -20 +25 17 +-205 -148 +93 -228 +-8 -28 +223 -74 +325 33 +112 33 -128 74 +-160 -199 +-114 -53 +105 91 +-164 -8 +149 21 +186 -242 +117 155 -79 5 +-33 122 +41 188 +86 -85 +91 -109 +-37 -207 +58 68 +-60 44 -11 -260 +25 143 +56 147 +-27 -101 +60 47 +-103 206 +-180 108 +76 -197 -88 -23 +-64 -168 +95 144 +-118 -110 +171 47 +168 -105 +-64 -74 +-40 110 -24 -259 +223 -32 +-46 -77 +-159 -249 +21 -165 +6 -114 +-14 20 +248 54 -116 -110 +8 -185 +117 159 +141 92 +94 122 +100 -105 +-20 121 +-129 -235 94 -64 +-118 -1 +64 -248 +-152 -22 +-167 156 +2 -73 +-21 -43 +-30 -94 24 -4 +-188 -50 +161 -23 +133 -32 +-191 -133 +311 109 +-66 51 +-84 64 -52 -28 +99 64 +-183 -105 +-16 -149 +-9 -5 +-27 142 +249 -137 +157 118 208 -6 +179 82 +-144 -49 +17 -269 +69 -75 +-257 110 +74 -137 +-178 16 247 -158 +240 33 +-204 -205 +-67 336 +-238 141 +-166 11 +36 -61 +118 -16 -86 110 +261 119 +17 -41 +262 321 +-113 -85 +-144 241 +41 -136 +-244 328 121 -189 +-220 128 +-117 17 +83 246 +147 183 +192 155 +-54 -47 +-94 199 453 564 +-177 69 +139 -152 +-63 122 +-321 94 +127 -132 +-214 -44 +-138 -150 -62 -66 +219 -67 +-322 -345 +-6 39 +-84 12 +-153 0 +-64 89 +100 195 -374 255 +-153 176 +85 11 +90 -28 +55 241 +20 160 +248 -34 +20 247 -55 -371 +-250 -85 +49 106 +427 237 +44 334 +-205 -79 +-239 92 +312 9 53 -33 +-95 238 +-492 -331 +-134 -280 +60 5 +46 -66 +-32 508 +-288 -76 10 -374 +-75 322 +-190 91 +-6 224 +-56 120 +252 -75 +-201 -183 +112 -292 168 -5 +11 -127 +20 -91 +172 534 +71 145 +-257 167 +-43 201 +-45 -523 -217 -29 +73 -213 +186 53 +236 86 +-131 247 +-18 -165 +-17 350 +150 28 289 -422 +190 -30 +15 -410 +466 289 +-100 -173 +7 -169 +92 31 +124 330 27 -75 +280 -587 +-89 -138 +7 21 +-114 45 +20 348 +61 -117 +-2 28 -8 84 +191 136 +26 317 +-30 -223 +24 -153 +-85 274 +-438 70 +-234 -296 -224 -88 +64 22 +-174 218 +-243 5 +35 -207 +200 -383 +276 116 +-290 324 -39 -334 +-301 335 +21 92 +-76 -113 +-440 -6 +73 225 +-143 9 +27 148 228 1 +20 -368 +-335 358 +876 66 +398 -386 +11 -2 +376 18 +22 -61 343 -162 +142 -78 +385 -364 +-347 79 +-118 -59 +106 -72 +203 172 +-347 -55 110 287 +-119 -100 +-128 438 +98 -29 +-439 -279 +158 207 +-98 37 +-68 -191 239 150 +-94 -111 +0 23 +96 -405 +-40 69 +-333 386 +180 85 +-288 36 369 263 +-90 199 +29 27 +-218 91 +264 -27 +-115 191 +118 -128 +-118 86 162 -149 +-205 35 +-268 -96 +-207 -434 +175 215 +49 -312 +-520 -22 +-253 -165 102 -75 +-94 -160 +-399 -226 +106 224 +254 293 +-122 -33 +-239 -241 +-387 33 87 527 +76 -145 +234 -150 +-123 -140 +322 308 +-585 -49 +30 -16 +-52 123 -593 172 +200 212 +-207 -329 +54 -10 +-22 368 +-89 -429 +238 104 +12 131 -120 -89 +-230 457 +-335 -217 +90 -51 +-252 -289 +-210 -352 +202 -192 +-730 -258 334 -201 +348 401 +-100 -132 +-481 185 +-596 -61 +-279 155 +-32 102 +-265 54 161 337 +-628 -170 +168 153 +521 -237 +-150 -453 +135 -20 +-512 -38 +-180 -98 433 283 +-559 76 +-322 -337 +516 -222 +256 192 +-387 34 +230 311 +3 -456 -71 -344 +-123 -444 +840 153 +85 -222 +-62 -152 +477 191 +324 -307 +451 543 -251 341 +-62 -445 +426 88 +-174 -140 +-268 285 +-253 -16 +-190 -95 +366 195 84 775 +76 495 +450 156 +-311 -328 +223 287 +-190 -255 +-12 -21 +-168 577 371 -309 +-220 149 +31 -424 +-412 -140 +-16 285 +-43 -273 +190 196 +212 14 340 362 +-308 298 +218 -554 +158 51 +394 -131 +-252 -202 +-92 538 +569 -123 -240 -502 +-477 -715 +-244 -194 +207 65 +293 104 +-34 -526 +-80 162 +-196 -320 106 -97 +131 -413 +-253 -89 +-40 336 +121 -51 +142 190 +49 -211 +109 -405 -33 204 +92 -56 +-506 -64 +-228 697 +49 -237 +122 217 +221 -30 +178 -13 -460 308 +-240 -237 +-463 53 +155 -162 +589 -662 +-36 -420 +-277 -144 +-281 109 303 -251 +140 -397 +-114 40 +-193 345 +-399 255 +-90 590 +-121 -232 +-484 -434 -6 95 +416 -223 +293 -258 +284 -194 +-90 143 +283 -171 +-534 283 +314 -606 211 -225 +-735 -28 +-19 479 +531 -557 +-298 -47 +-473 -253 +-275 341 +288 -352 -198 -33 diff --git a/AI_Engine_Development/AIE-ML/Design_Tutorials/07-Channelizer-Using-Vitis-Libraries/aie/channelizer/data/fft_front_i_4.txt b/AI_Engine_Development/AIE-ML/Design_Tutorials/07-Channelizer-Using-Vitis-Libraries/aie/channelizer/data/fft_front_i_4.txt index a1724b523b..0edca00ac4 100644 --- a/AI_Engine_Development/AIE-ML/Design_Tutorials/07-Channelizer-Using-Vitis-Libraries/aie/channelizer/data/fft_front_i_4.txt +++ b/AI_Engine_Development/AIE-ML/Design_Tutorials/07-Channelizer-Using-Vitis-Libraries/aie/channelizer/data/fft_front_i_4.txt @@ -1,2048 +1,2048 @@ 1764 -56 +2091 431 +198 329 +288 -30 +-42 -46 +-186 8 +-189 7 +-5 9 83 -123 +-46 223 +-18 -113 +-11 47 +-5 -24 +-11 13 +-9 2 +-6 20 -73 4 +63 108 +28 -24 +-36 -80 +16 -5 +28 -12 +28 -21 +-22 -24 -12 31 +18 -16 +-41 8 +-17 -5 +2 15 +-6 -14 +7 -10 +-11 8 10 -31 +31 -57 +26 16 +-4 -87 +-49 -8 +-12 -30 +-5 -57 +-2 -31 13 8 +-38 -91 +66 -53 +7 -34 +-9 -72 +17 1 +22 0 +-25 4 -3 78 +36 67 +33 25 +56 -27 +6 35 +49 -13 +16 27 +-113 -6 -41 -3 +-1 23 +-70 -4 +32 40 +-33 39 +17 15 +11 9 +-59 -4 72 -11 +24 -13 +51 19 +6 -76 +107 -9 +-40 23 +-8 -2 +47 35 41 -16 +39 7 +-8 9 +33 -13 +-12 -46 +-47 -18 +1 29 +-35 -63 -3 5 +-89 42 +24 2 +-36 -8 +20 3 +-22 -14 +24 -3 +-31 30 -38 -46 +-25 43 +19 -24 +-63 7 +55 -25 +-1 -1 +65 24 +10 17 -9 -49 +63 28 +12 4 +43 -45 +8 -39 +53 23 +24 3 +14 17 -2 -18 +-8 30 +84 66 +1 -20 +4 25 +-44 -11 +-25 -45 +18 35 20 -9 +-11 -18 +26 20 +43 -40 +-54 25 +-4 43 +29 3 +-4 7 -4 14 +-25 9 +-13 -23 +68 -19 +-29 0 +-29 -35 +24 -54 +40 50 25 -2 +28 12 +-48 11 +-6 -16 +-16 -40 +-46 7 +-60 -1 +68 -18 -48 -60 +35 37 +-17 -36 +-19 60 +37 -1 +72 -50 +20 17 +9 79 -58 35 +-33 -14 +-79 -51 +-3 -2 +-77 -9 +12 25 +27 1 +-50 5 15 26 +23 44 +32 -28 +36 -35 +29 0 +-5 -17 +-11 24 +4 0 -24 -65 +-15 0 +-4 -1 +-13 -61 +-1 41 +-20 10 +-56 -65 +-30 26 54 -31 +-55 -10 +-13 -27 +-18 -55 +73 16 +0 2 +4 10 +41 20 19 -61 +-2 -35 +0 7 +-18 -38 +-58 53 +6 16 +19 -4 +37 -50 69 28 +4 38 +12 -12 +40 -5 +33 12 +-8 -23 +15 -6 +33 -29 -10 -27 +-69 12 +-53 -2 +17 -19 +-8 9 +-15 17 +-15 -32 +1 -53 14 46 +-66 -23 +18 -12 +23 -3 +-24 20 +39 -20 +24 -1 +-9 -16 21 20 +-1 -28 +-21 23 +-29 6 +-9 50 +-5 -1 +11 6 +19 -15 -12 -3 +-8 -41 +-2 24 +7 -20 +7 22 +-2 -25 +50 12 +7 45 -10 -5 +-13 -20 +0 9 +-2 10 +-16 -22 +35 -56 +31 1 +-28 5 -5 19 +11 -21 +-7 -16 +-18 -10 +-5 11 +22 -22 +23 11 +-16 14 29 -22 +-15 1 +-14 56 +-8 16 +-4 35 +-29 -6 +-16 -12 +-1 -13 15 40 +-12 1 +-2 -21 +27 -7 +8 31 +-6 -3 +2 7 +5 26 13 -13 +-17 -3 +10 -9 +-5 -20 +-11 7 +-8 -9 +7 15 +1 1 1 6 +-1 -10 +3 0 +21 5 +5 -30 +8 -2 +2 1 +-3 -6 -2 -10 +6 -6 +-4 -1 +2 -20 +-5 14 +-11 0 +-12 4 +-1 -17 -9 -10 +-13 -12 +5 -5 +-4 5 +-18 -3 +2 3 +-4 0 +7 7 1 5 --3 5 --6 -1 -0 0 -0 4 -2 -5 -10 -2 -8 5 --1 0 --8 0 -20 28 -0 -60 -15 -24 --17 33 -24 -28 --14 15 -41 -34 --46 32 --17 -10 --34 -43 -25 11 -19 -62 -25 -33 --53 -39 -22 31 -12 -11 -60 20 -30 -49 -2091 431 --46 223 -63 108 -18 -16 -31 -57 --38 -91 -36 67 --1 23 -24 -13 -39 7 --89 42 --25 43 -63 28 --8 30 --11 -18 --25 9 -28 12 -35 37 --33 -14 -23 44 --15 0 --55 -10 --2 -35 -4 38 --69 12 --66 -23 --1 -28 --8 -41 --13 -20 -11 -21 --15 1 --12 1 --17 -3 --1 -10 -6 -6 --13 -12 6 7 +10 -2 +-7 -1 +-2 -12 +-3 4 +-9 6 +0 -1 +-3 5 0 -4 +1 1 +3 -1 +0 -3 +0 0 +1 -3 +1 1 +-6 -1 -1 2 +1 0 +1 0 +1 1 +-1 0 +0 -1 +-1 0 +0 0 0 0 +-1 -1 +0 1 +-1 -2 +-1 -3 +0 -1 +-1 1 +0 4 1 2 +2 -4 +0 -3 +-3 5 +-1 -1 +-3 0 +2 -5 +2 -5 1 6 +9 5 +-4 -6 +-4 -2 +-4 -7 +1 4 +5 15 +10 -2 -2 -7 +-11 -8 +-6 9 +-4 4 +-14 5 +0 12 +-2 -13 +8 5 -8 7 +0 12 +9 0 +-15 7 +19 -12 +-7 -13 +8 3 +-1 0 17 10 +16 20 +-5 -10 +5 -18 +-3 -7 +26 5 +-5 -1 +-8 0 -13 -4 +22 22 +-6 -1 +-7 -2 +-15 13 +1 -14 +-7 -40 +20 28 -23 -4 +50 -20 +-3 -12 +-17 3 +6 35 +18 17 +-11 -16 +0 -60 -9 43 +4 27 +-14 58 +-5 -1 +14 -23 +-6 -6 +-3 -20 +15 -24 -29 -9 +-1 17 +38 37 +-24 -7 +8 -26 +43 1 +-4 10 +-17 33 9 -19 +-16 -11 +-8 26 +-51 13 +-14 26 +-22 52 +57 9 +24 -28 20 -39 +10 -15 +2 33 +15 57 +-17 52 +3 -9 +45 23 +-14 15 61 43 +8 -32 +31 -11 +-47 -48 +-74 -30 +-16 -16 +8 2 +41 -34 -33 51 +-53 13 +-34 -51 +-50 45 +-9 -3 +-25 61 +24 4 +-46 32 -65 29 +38 -22 +13 -13 +7 13 +-14 26 +-41 -11 +-15 -19 +-17 -10 -40 30 +36 0 +34 -42 +-59 25 +40 16 +66 -61 +41 11 +-34 -43 -57 2 +-39 -17 +27 33 +101 30 +-82 11 +-16 -85 +-38 22 +25 11 0 44 +-52 -27 +62 27 +55 31 +3 -7 +-1 -4 +13 19 +19 -62 -47 -12 +27 42 +34 -29 +128 -86 +58 -11 +9 6 +-48 36 +25 -33 -20 17 +63 -17 +58 52 +63 -38 +60 -5 +21 1 +-16 -67 +-53 -39 37 6 +15 32 +52 6 +-7 -35 +50 -36 +31 8 +-21 -1 +22 31 62 -20 +-104 41 +119 41 +-20 88 +41 23 +44 46 +160 61 +12 -11 27 -11 +52 -85 +-27 -26 +28 5 +79 45 +100 -2 +25 -25 +60 20 -4 -17 +127 -5 +44 76 +-17 -42 +91 -69 +-40 123 +-26 67 +30 -49 -65 -29 -198 329 --18 -113 -28 -24 --41 8 -26 16 -66 -53 -33 25 --70 -4 -51 19 --8 9 -24 2 -19 -24 -12 4 -84 66 -26 20 --13 -23 --48 11 --17 -36 --79 -51 -32 -28 --4 -1 --13 -27 -0 7 -12 -12 --53 -2 -18 -12 --21 23 --2 24 -0 9 --7 -16 --14 56 --2 -21 -10 -9 -3 0 --4 -1 -5 -5 -10 -2 -1 1 -1 0 --1 -1 -2 -4 -9 5 --11 -8 -0 12 -16 20 -22 22 -50 -20 -4 27 --1 17 --16 -11 -10 -15 -8 -32 --53 13 -38 -22 -36 0 --39 -17 --52 -27 -27 42 -63 -17 -15 32 --104 41 -52 -85 -127 -5 35 26 -288 -30 --11 47 --36 -80 --17 -5 --4 -87 -7 -34 -56 -27 -32 40 -6 -76 -33 -13 --36 -8 --63 7 -43 -45 -1 -20 -43 -40 -68 -19 --6 -16 --19 60 --3 -2 -36 -35 --13 -61 --18 -55 --18 -38 -40 -5 -17 -19 -23 -3 --29 6 -7 -20 --2 10 --18 -10 --8 16 -27 -7 --5 -20 -21 5 -2 -20 --4 5 --7 -1 -3 -1 -1 0 -0 1 -0 -3 --4 -6 --6 9 -9 0 --5 -10 --6 -1 --3 -12 --14 58 -38 37 --8 26 -2 33 -31 -11 --34 -51 -13 -13 -34 -42 -27 33 -62 27 -34 -29 -58 52 -52 6 -119 41 --27 -26 -44 76 31 69 --42 -46 --5 -24 -16 -5 -2 15 --49 -8 --9 -72 -6 35 --33 39 -107 -9 --12 -46 -20 3 -55 -25 -8 -39 -4 25 --54 25 --29 0 --16 -40 -37 -1 --77 -9 -29 0 --1 41 -73 16 --58 53 -33 12 --8 9 --24 20 --9 50 -7 22 --16 -22 --5 11 --4 35 -8 31 --11 7 -5 -30 --5 14 --18 -3 --2 -12 -0 -3 -1 1 --1 -2 --3 5 --4 -2 --4 4 --15 7 -5 -18 --7 -2 --17 3 --5 -1 --24 -7 --51 13 -15 57 --47 -48 --50 45 -7 13 --59 25 -101 30 -55 31 -128 -86 -63 -38 --7 -35 --20 88 -28 5 --17 -42 -30 6 --186 8 --11 13 -28 -12 --6 -14 --12 -30 -17 1 -49 -13 -17 15 --40 23 --47 -18 --22 -14 --1 -1 -53 23 --44 -11 --4 43 --29 -35 --46 7 -72 -50 -12 25 --5 -17 --20 10 -0 2 -6 16 --8 -23 --15 17 -39 -20 --5 -1 --2 -25 -35 -56 -22 -22 --29 -6 --6 -3 --8 -9 -8 -2 --11 0 -2 3 --3 4 -0 0 --1 0 --1 -3 --1 -1 --4 -7 --14 5 -19 -12 --3 -7 --15 13 -6 35 -14 -23 -8 -26 --14 26 --17 52 --74 -30 --9 -3 --14 26 -40 16 --82 11 -3 -7 -58 -11 -60 -5 -50 -36 -41 23 -79 45 -91 -69 64 14 --189 7 --9 2 -28 -21 -7 -10 --5 -57 -22 0 -16 27 -11 9 --8 -2 -1 29 -24 -3 -65 24 -24 3 --25 -45 -29 3 -24 -54 --60 -1 -20 17 -27 1 --11 24 --56 -65 -4 10 -19 -4 -15 -6 --15 -32 -24 -1 -11 6 -50 12 -31 1 -23 11 --16 -12 -2 7 -7 15 -2 1 --12 4 --4 0 --9 6 -1 -3 -0 -1 -0 -1 --3 0 -1 4 -0 12 --7 -13 -26 5 -1 -14 -18 17 --6 -6 -43 1 --22 52 -3 -9 --16 -16 --25 61 --41 -11 -66 -61 --16 -85 --1 -4 -9 6 -21 1 -31 8 -44 46 -100 -2 --40 123 49 9 --5 9 --6 20 --22 -24 --11 8 --2 -31 --25 4 --113 -6 --59 -4 -47 35 --35 -63 --31 30 -10 17 -14 17 -18 35 --4 7 -40 50 -68 -18 -9 79 --50 5 -4 0 --30 26 -41 20 -37 -50 -33 -29 -1 -53 --9 -16 -19 -15 -7 45 --28 5 --16 14 --1 -13 -5 26 -1 1 --3 -6 --1 -17 -7 7 -0 -1 -1 1 --1 0 --1 1 -2 -5 -5 15 --2 -13 -8 3 --5 -1 --7 -40 --11 -16 --3 -20 --4 10 -57 9 -45 23 -8 2 -24 4 --15 -19 -41 11 --38 22 -13 19 --48 36 --16 -67 --21 -1 -160 61 -25 -25 --26 67 -101 32 3479 -674 +-1288 1239 +1773 1272 +-304 -125 +98 222 +40 129 +-102 -157 +-35 25 -230 29 +-44 4 +100 304 +60 -20 +30 118 +-58 94 +-99 20 +36 -48 142 -21 +-87 -159 +-158 104 +-16 81 +-56 24 +-142 39 +-119 85 +67 45 57 -72 +55 1 +52 -22 +78 -39 +65 8 +67 31 +-92 16 +59 -41 -14 -2 +-66 63 +-73 -36 +-5 143 +175 66 +47 71 +-33 155 +3 7 34 1 +151 186 +-177 69 +-77 64 +36 88 +-64 10 +-35 23 +16 19 -18 -91 +-96 -119 +-41 -100 +-121 61 +-30 -42 +-92 33 +-118 -73 +250 120 96 -5 +9 -60 +145 41 +-76 -49 +94 -100 +-51 -59 +-36 47 +176 36 -217 -6 +29 34 +-152 4 +31 127 +-255 11 +86 -45 +-4 0 +-127 -43 -101 86 +-90 7 +15 -43 +-21 108 +26 117 +78 -44 +-2 -36 +75 153 54 -42 +211 -78 +-101 -8 +104 28 +-136 -30 +42 -23 +-73 31 +91 -45 122 103 +83 -88 +4 108 +199 50 +-163 94 +-52 -42 +-215 -85 +-32 -21 -1 145 +-157 -70 +-70 -65 +-126 92 +-43 115 +-144 -68 +-78 -10 +-79 -39 -27 31 +42 -52 +-194 -113 +-70 40 +-21 -19 +74 -8 +30 110 +-121 -109 -85 16 +12 16 +1 -95 +-59 103 +189 -108 +12 -108 +-121 -52 +-62 -27 -9 -109 +13 -53 +6 71 +-177 31 +102 14 +98 63 +-64 170 +-131 -95 -71 50 +-78 -89 +78 -46 +14 3 +118 70 +96 -13 +135 35 +-210 77 112 160 +-49 -151 +37 103 +2 -192 +-65 -21 +-203 146 +-82 -31 +-12 -296 167 -147 +144 36 +244 107 +5 6 +275 57 +-52 -53 +-117 -3 +177 2 -74 -61 +-54 -66 +-84 75 +-131 104 +-139 1 +9 56 +36 -57 +-3 -49 130 234 --150 87 --34 267 +61 16 +-52 -23 +20 159 +40 -148 +38 11 +256 226 +112 -80 +-150 87 +221 34 +74 79 +74 205 +-224 -48 +57 -33 +4 -46 +-152 -107 +-34 267 +16 162 +15 24 +35 93 +214 -170 +-17 -74 +-91 69 +-151 188 -233 -76 +-10 -132 +-61 0 +-156 8 +-149 -34 +-10 54 +-65 23 +-143 100 -24 102 +242 10 +209 24 +-43 64 +51 -24 +82 -35 +56 161 +-11 250 -45 -172 +270 54 +-52 53 +-94 53 +81 -101 +-159 70 +-80 -15 +-11 92 -104 -99 +-31 73 +83 -78 +149 15 +50 -219 +2 -22 +-6 -71 +-54 61 64 20 +28 200 +31 -117 +-22 97 +0 -78 +-7 85 +-269 -94 +-38 -217 61 36 +55 114 +30 -47 +10 -21 +58 117 +-204 286 +-166 9 +145 -14 45 -87 +-79 117 +75 116 +70 89 +25 -71 +-121 78 +-153 -77 +101 -44 -132 120 +86 -3 +69 -373 +64 -95 +-3 -217 +202 49 +102 83 +2 102 -91 -235 +65 1 +11 122 +-164 51 +-57 -258 +17 28 +-12 -44 +-26 -167 -111 69 +121 22 +-49 30 +48 141 +58 -27 +60 46 +-64 -104 +-11 -31 7 -62 +2 76 +-19 -17 +-193 -41 +-47 265 +-72 19 +-15 -16 +21 74 25 90 +-73 60 +52 1 +-24 190 +37 -141 +122 2 +143 -55 +22 176 101 104 +153 133 +-65 68 +41 -72 +246 61 +-34 -44 +50 6 +-107 -100 -11 -64 +-84 -97 +-170 16 +116 16 +51 204 +59 -72 +178 -120 +0 19 62 -116 +-3 95 +-21 -31 +-68 25 +10 89 +-2 -14 +-17 122 +-28 -19 242 28 +59 -101 +-43 -17 +-84 25 +-106 -45 +127 -23 +10 167 +299 97 146 95 +-86 -125 +-134 -102 +49 65 +-55 -129 +-29 -177 +-15 -50 +-61 55 -8 147 +33 87 +63 -126 +-9 -88 +-71 140 +-12 -24 +-70 7 +47 -94 49 -96 +37 115 +148 93 +-44 -94 +-63 -33 +-51 -108 +16 63 +72 202 129 -14 +-27 -82 +-125 -98 +-50 98 +-46 42 +-139 41 +-2 117 +-18 -113 67 51 +-53 66 +3 103 +80 2 +-141 65 +157 -89 +-44 -96 +60 28 -15 -11 +95 62 +110 140 +-36 -77 +63 -96 +-15 -29 +143 20 +-23 -1 -39 -13 +-85 -12 +96 118 +-47 -1 +-30 -10 +-99 80 +-15 -65 +-31 -173 114 137 +-105 -25 +224 -96 +-11 -79 +-100 -11 +-1 155 +94 38 +-52 -92 29 -230 +-27 147 +20 56 +-56 218 +10 10 +54 -68 +0 -23 +9 -56 53 -107 +-104 8 +-7 35 +108 106 +-100 -63 +56 -95 +126 -7 +-14 7 -31 104 +96 -56 +-63 -25 +-41 27 +-129 65 +-50 43 +-75 140 +132 42 83 -122 +33 -126 +20 -57 +-6 82 +29 174 +-56 110 +4 5 +143 98 -69 -4 +80 111 +20 -55 +56 -22 +-61 -68 +-153 -82 +-11 -20 +49 -9 95 -27 +-98 36 +-91 -36 +-20 -60 +-56 60 +-21 -49 +-24 75 +33 -15 -113 45 +-160 43 +54 -45 +-33 -17 +29 -16 +25 81 +-4 -12 +35 58 23 -33 +-102 -13 +23 16 +66 -72 +13 101 +91 97 +19 -33 +44 -7 -14 -62 +-108 3 +-100 -48 +39 52 +54 26 +-71 43 +7 -30 +-55 30 -46 50 -44 -129 -58 4 -23 30 --61 -7 -44 -27 --21 -13 --95 -41 --1288 1239 --44 4 --87 -159 -55 1 --66 63 -151 186 --96 -119 -9 -60 -29 34 --90 7 -211 -78 -83 -88 --157 -70 -42 -52 -12 16 -13 -53 --78 -89 --49 -151 -144 36 --54 -66 -61 16 -221 34 -16 162 --10 -132 -242 10 -270 54 --31 73 -28 200 -55 114 --79 117 -86 -3 -65 1 -121 22 -2 76 --73 60 -153 133 --84 -97 --3 95 -59 -101 --86 -125 -33 87 -37 115 --27 -82 --53 66 -95 62 --85 -12 --105 -25 --27 147 --104 8 -96 -56 -33 -126 -80 111 --98 36 --160 43 --102 -13 --108 3 -1 -13 --4 -68 -75 22 -90 -30 -60 12 -70 -70 -18 44 -3 -24 -1773 1272 -100 304 --158 104 -52 -22 --73 -36 --177 69 --41 -100 -145 41 --152 4 -15 -43 --101 -8 -4 108 --70 -65 --194 -113 -1 -95 -6 71 -78 -46 -37 103 -244 107 --84 75 --52 -23 -74 79 -15 24 --61 0 -209 24 --52 53 -83 -78 -31 -117 -30 -47 -75 116 -69 -373 -11 122 --49 30 --19 -17 -52 1 --65 68 --170 16 --21 -31 --43 -17 --134 -102 -63 -126 -148 93 --125 -98 -3 103 -110 140 -96 118 -224 -96 -20 56 --7 35 --63 -25 -20 -57 -20 -55 --91 -36 -54 -45 -23 16 --100 -48 38 21 -82 40 -36 38 --7 0 -41 -27 -6 -5 -86 -67 --14 19 --304 -125 -60 -20 --16 81 -78 -39 --5 143 --77 64 --121 61 --76 -49 -31 127 --21 108 -104 28 -199 50 --126 92 --70 40 --59 103 --177 31 -14 3 -2 -192 -5 6 --131 104 -20 159 -74 205 -35 93 --156 8 --43 64 --94 53 -149 15 --22 97 -10 -21 -70 89 -64 -95 --164 51 -48 141 --193 -41 --24 190 -41 -72 -116 16 --68 25 --84 25 -49 65 --9 -88 --44 -94 --50 98 -80 2 --36 -77 --47 -1 --11 -79 --56 218 -108 106 --41 27 --6 82 -56 -22 --20 -60 --33 -17 -66 -72 -39 52 72 44 +63 31 +29 58 +-2 -89 +-22 -22 +44 -129 +-4 -68 +82 40 49 1 +152 -40 +-9 -10 +27 50 +-110 94 +58 4 +75 22 +36 38 25 54 +9 25 +51 1 +-57 46 +73 -55 +23 30 +90 -30 +-7 0 55 -59 +31 -3 +-8 18 +-47 140 +-20 43 +-61 -7 +60 12 +41 -27 34 70 +-35 -97 +35 28 +42 -15 +65 23 +44 -27 +70 -70 +6 -5 -52 -120 +29 3 +44 77 +54 -67 +32 83 +-21 -13 +18 44 +86 -67 -38 -14 +-16 -72 +-66 -67 +-101 36 +77 -123 +-95 -41 +3 -24 +-14 19 -56 -21 -98 222 -30 118 --56 24 -65 8 -175 66 -36 88 --30 -42 -94 -100 --255 11 -26 117 --136 -30 --163 94 --43 115 --21 -19 -189 -108 -102 14 -118 70 --65 -21 -275 57 --139 1 -40 -148 --224 -48 -214 -170 --149 -34 -51 -24 -81 -101 -50 -219 -0 -78 -58 117 -25 -71 --3 -217 --57 -258 -58 -27 --47 265 -37 -141 -246 61 -51 204 -10 89 --106 -45 --55 -129 --71 140 --63 -33 --46 42 --141 65 -63 -96 --30 -10 --100 -11 -10 10 --100 -63 --129 65 -29 174 --61 -68 --56 60 -29 -16 -13 101 -54 26 -63 31 -152 -40 -9 25 -31 -3 --35 -97 -29 3 --16 -72 79 40 -40 129 --58 94 --142 39 -67 31 -47 71 --64 10 --92 33 --51 -59 -86 -45 -78 -44 -42 -23 --52 -42 --144 -68 -74 -8 -12 -108 -98 63 -96 -13 --203 146 --52 -53 -9 56 -38 11 -57 -33 --17 -74 --10 54 -82 -35 --159 70 -2 -22 --7 85 --204 286 --121 78 -202 49 -17 28 -60 46 --72 19 -122 2 --34 -44 -59 -72 --2 -14 -127 -23 --29 -177 --12 -24 --51 -108 --139 41 -157 -89 --15 -29 --99 80 --1 155 -54 -68 -56 -95 --50 43 --56 110 --153 -82 --21 -49 -25 81 -91 97 --71 43 -29 58 --9 -10 -51 1 --8 18 -35 28 -44 77 --66 -67 7 31 --102 -157 --99 20 --119 85 --92 16 --33 155 --35 23 --118 -73 --36 47 --4 0 --2 -36 --73 31 --215 -85 --78 -10 -30 110 --121 -52 --64 170 -135 35 --82 -31 --117 -3 -36 -57 -256 226 -4 -46 --91 69 --65 23 -56 161 --80 -15 --6 -71 --269 -94 --166 9 --153 -77 -102 83 --12 -44 --64 -104 --15 -16 -143 -55 -50 6 -178 -120 --17 122 -10 167 --15 -50 --70 7 -16 63 --2 117 --44 -96 -143 20 --15 -65 -94 38 -0 -23 -126 -7 --75 140 -4 5 --11 -20 --24 75 --4 -12 -19 -33 -7 -30 --2 -89 -27 50 --57 46 --47 140 -42 -15 -54 -67 --101 36 58 75 --35 25 -36 -48 -67 45 -59 -41 -3 7 -16 19 -250 120 -176 36 --127 -43 -75 153 -91 -45 --32 -21 --79 -39 --121 -109 --62 -27 --131 -95 --210 77 --12 -296 -177 2 --3 -49 -112 -80 --152 -107 --151 188 --143 100 --11 250 --11 92 --54 61 --38 -217 -145 -14 -101 -44 -2 102 --26 -167 --11 -31 -21 74 -22 176 --107 -100 -0 19 --28 -19 -299 97 --61 55 -47 -94 -72 202 --18 -113 -60 28 --23 -1 --31 -173 --52 -92 -9 -56 --14 7 -132 42 -143 98 -49 -9 -33 -15 -35 58 -44 -7 --55 30 --22 -22 --110 94 -73 -55 --20 43 -65 23 -32 83 -77 -123 -95 27 4722 3061 +-145 -749 +369 -1106 +53 185 +105 -49 +-151 93 +-130 127 +-84 13 223 25 +75 -235 +56 -226 +-37 -70 +-13 56 +26 65 +51 -44 +-70 -65 -115 11 +69 38 +109 -111 +166 -10 +52 -52 +95 65 +54 12 +8 -4 -55 14 -33 121 --120 -11 -47 -83 +-161 118 +-73 4 +-125 87 +-148 -125 +-94 -10 +223 76 +-65 92 +33 121 +19 37 +92 69 +62 67 +-144 -119 +-45 -20 +103 -40 +24 88 +-120 -11 +-120 -138 +116 46 +92 3 +-5 88 +80 -35 +-46 -89 +63 -47 +47 -83 +45 -63 +68 61 +75 26 +45 -77 +1 -1 +205 37 +-55 -327 -28 20 +0 35 +-121 -100 +43 -48 +-28 77 +38 101 +11 -133 +-102 -60 177 56 +-131 -1 +95 -88 +-81 -7 +115 15 +42 -8 +-14 22 +90 -114 98 -130 +44 -79 +61 146 +-132 -197 +-15 -96 +13 196 +-20 -66 +17 -144 -105 21 +-103 30 +126 -4 +-61 -87 +273 109 +-45 137 +95 -98 +-110 -98 -135 -6 +-169 26 +-99 -233 +-218 -139 +242 -100 +135 91 +185 104 +68 -12 30 -111 +130 -3 +111 191 +84 -63 +22 -80 +78 162 +34 4 +136 -35 84 8 +-107 5 +137 -15 +143 1 +24 -107 +20 49 +99 -36 +273 110 123 -53 +33 70 +-145 223 +-62 -79 +-213 187 +30 111 +176 144 +186 48 -19 238 +140 146 +-11 -19 +109 3 +-85 -29 +-109 67 +78 -174 +123 -46 31 -99 +93 198 +75 24 +-28 83 +-190 31 +20 -6 +-65 -125 +186 -123 -23 -112 +-24 251 +-83 -53 +55 194 +10 75 +144 -114 +133 15 +-21 395 -159 233 +-176 17 +-206 28 +-4 -58 +-350 -140 +70 -38 +170 -75 +-189 -74 121 2 +2 -123 +-21 -29 +128 -70 +248 30 +61 -91 +-76 13 +-14 205 -282 -291 +-83 -29 +225 65 +57 -31 +-146 126 +16 -151 +-410 -265 +-126 75 73 18 +-330 -16 +-166 -34 +-115 -230 +110 7 +-194 152 +-16 85 +195 225 -78 -444 +-41 -274 +-48 -144 +49 16 +-239 139 +23 134 +130 -261 +196 -231 193 44 +6 143 +82 89 +190 20 +169 14 +103 67 +81 -76 +178 -80 159 -80 +-182 -183 +-196 -47 +-18 14 +-155 63 +-136 -35 +-55 -257 +43 -425 6 158 +-343 49 +-29 -23 +78 -212 +20 183 +118 -33 +2 79 +145 -170 176 144 +120 88 +-81 33 +-271 -149 +-56 249 +42 91 +-136 264 +-40 -31 -106 -51 +-20 -286 +-152 176 +-36 -147 +-106 7 +23 45 +400 228 +35 261 -123 -97 +-54 -155 +-139 83 +0 -103 +36 -160 +327 -315 +265 -51 +-188 -40 -110 91 +190 -157 +-279 -241 +40 -255 +-37 109 +145 107 +257 183 +-154 -82 51 -129 +-109 1 +-27 719 +-188 88 +134 297 +-376 -100 +-145 -138 +46 -188 127 217 +-40 -18 +24 -108 +174 -121 +85 592 +88 -83 +29 46 +-44 130 265 31 +-178 -35 +-86 166 +-131 -183 +108 -119 +-62 80 +132 49 +41 184 -139 214 +44 -57 +-35 120 +370 65 +88 -398 +99 -42 +12 72 +-12 -223 -84 -83 +199 -120 +-157 58 +54 -233 +52 124 +-180 -8 +-339 138 +-116 -119 -76 -85 +-222 -116 +130 -176 +-17 198 +-478 -313 +141 100 +-65 -102 +249 119 -7 22 +121 29 +474 88 +-176 -53 +-188 -328 +-109 24 +-402 214 +155 -58 -75 248 +-71 -1 +-94 115 +157 -116 +-8 -178 +-17 118 +-47 -233 +-47 -66 -420 90 +-73 242 +65 -109 +145 -82 +117 -57 +-153 240 +-46 -188 +-565 -111 -270 -246 -45 -350 -57 166 --215 228 --200 -1 --39 -60 -133 -78 --113 -240 -114 502 --61 86 -162 -133 --63 40 --5 -137 --138 208 -208 -190 -101 -15 -121 169 --48 53 -22 121 --90 99 -174 154 --85 -90 --40 -63 --129 -108 --163 60 --145 -749 -75 -235 -69 38 --161 118 -19 37 --120 -138 -45 -63 -0 35 --131 -1 -44 -79 --103 30 --169 26 -130 -3 --107 5 -33 70 -140 146 -93 198 --24 251 --176 17 -2 -123 --83 -29 --330 -16 --41 -274 -6 143 --182 -183 --343 49 -120 88 --20 -286 --54 -155 -190 -157 --109 1 --40 -18 --178 -35 -44 -57 -199 -120 --222 -116 -121 29 --71 -1 --73 242 97 274 +240 309 +-173 -31 +-61 296 +131 327 +48 -42 +248 -314 +45 -350 -91 -258 +-4 -30 +-159 59 +203 -315 +64 54 +-81 -22 +-128 250 +57 166 182 -137 +-369 -179 +299 256 +-47 95 +96 171 +-73 15 +-103 -263 +-215 228 26 112 +253 103 +274 -244 +89 -69 +308 -138 +-65 -233 +-2 272 +-200 -1 277 -113 +-3 -168 +-87 19 +11 -5 +-129 189 +168 207 +-124 32 +-39 -60 -337 -142 +-154 -223 +33 44 +151 333 +40 146 +-358 -138 +82 52 +133 -78 56 81 +-376 -217 +-11 31 +97 -1 +32 -70 +-131 135 +94 453 +-113 -240 191 2 +-405 136 +11 -24 +21 -151 +-137 -252 +-34 -252 +50 23 +114 502 115 -387 +-43 -339 +123 -404 +121 58 +-34 207 +80 20 +73 191 +-61 86 182 167 +46 -198 +-266 -300 +62 -104 +42 128 +-291 -40 +-11 -143 +162 -133 129 122 +24 35 +9 -271 +360 8 +48 -206 +98 -284 +-346 38 +-63 40 -191 121 +-78 33 +-56 -135 +-106 -173 +-18 -355 +15 89 +-134 -22 +-5 -137 -373 -160 +-99 176 +-209 117 +296 262 +291 99 +97 88 +103 -36 +-138 208 112 -329 +230 -138 +219 263 +265 -183 +-34 -66 +138 -384 +-130 11 +208 -190 165 -75 +-172 68 +-108 64 +-50 -145 +138 -90 +276 56 +99 149 +101 -15 157 -228 +-155 -36 +-81 143 +433 -4 +-89 41 +-274 281 +-155 25 +121 169 210 -58 +50 26 +-133 -147 +-376 -122 +377 -33 +52 434 +175 -94 +-48 53 107 -227 +349 86 +-152 -91 +-159 -160 +36 90 +41 1 +-69 -144 +22 121 300 39 +10 -152 +-107 114 +-329 335 +-149 55 +1 77 +97 -50 +-90 99 96 -105 +-219 57 +-179 -95 +-147 143 +-159 -20 +-135 109 +84 177 +174 154 -55 -64 +-92 -182 +-195 -3 +4 133 +-164 156 +-69 85 +-32 64 +-85 -90 -112 60 +274 -136 +-296 -129 +-28 -365 +-105 6 +-144 -72 +-448 -174 +-40 -63 -54 15 +-138 118 +26 34 +-73 -40 +-126 -113 +-123 88 +36 209 +-129 -108 35 -98 +-445 88 +-164 -197 +58 140 +-259 213 +158 -363 +149 -210 +-163 60 114 37 -369 -1106 -56 -226 -109 -111 --73 4 -92 69 -116 46 -68 61 --121 -100 -95 -88 -61 146 -126 -4 --99 -233 -111 191 -137 -15 --145 223 --11 -19 -75 24 --83 -53 --206 28 --21 -29 -225 65 --166 -34 --48 -144 -82 89 --196 -47 --29 -23 --81 33 --152 176 --139 83 --279 -241 --27 719 -24 -108 --86 166 --35 120 --157 58 -130 -176 -474 88 --94 115 -65 -109 -240 309 --4 -30 --369 -179 -253 103 --3 -168 --154 -223 --376 -217 --405 136 --43 -339 -46 -198 -24 35 --78 33 --99 176 -230 -138 --172 68 --155 -36 -50 26 -349 86 -10 -152 --219 57 --92 -182 -274 -136 --138 118 --445 88 -58 -105 -53 185 --37 -70 -166 -10 --125 87 -62 67 -92 3 -75 26 -43 -48 --81 -7 --132 -197 --61 -87 --218 -139 -84 -63 -143 1 --62 -79 -109 3 --28 83 -55 194 --4 -58 -128 -70 -57 -31 --115 -230 -49 16 -190 20 --18 14 -78 -212 --271 -149 --36 -147 -0 -103 -40 -255 --188 88 -174 -121 --131 -183 -370 65 -54 -233 --17 198 --176 -53 -157 -116 -145 -82 --173 -31 --159 59 -299 256 -274 -244 --87 19 -33 44 --11 31 -11 -24 -123 -404 --266 -300 -9 -271 --56 -135 --209 117 -219 263 --108 64 --81 143 --133 -147 --152 -91 --107 114 --179 -95 --195 -3 --296 -129 -26 34 --164 -197 72 -182 -105 -49 --13 56 -52 -52 --148 -125 --144 -119 --5 88 -45 -77 --28 77 -115 15 --15 -96 -273 109 -242 -100 -22 -80 -24 -107 --213 187 --85 -29 --190 31 -10 75 --350 -140 -248 30 --146 126 -110 7 --239 139 -169 14 --155 63 -20 183 --56 249 --106 7 -36 -160 --37 109 -134 297 -85 592 -108 -119 -88 -398 -52 124 --478 -313 --188 -328 --8 -178 -117 -57 --61 296 -203 -315 --47 95 -89 -69 -11 -5 -151 333 -97 -1 -21 -151 -121 58 -62 -104 -360 8 --106 -173 -296 262 -265 -183 --50 -145 -433 -4 --376 -122 --159 -160 --329 335 --147 143 -4 133 --28 -365 --73 -40 -58 140 4 9 --151 93 -26 65 -95 65 --94 -10 --45 -20 -80 -35 -1 -1 -38 101 -42 -8 -13 196 --45 137 -135 91 -78 162 -20 49 -30 111 --109 67 -20 -6 -144 -114 -70 -38 -61 -91 -16 -151 --194 152 -23 134 -103 67 --136 -35 -118 -33 -42 91 -23 45 -327 -315 -145 107 --376 -100 -88 -83 --62 80 -99 -42 --180 -8 -141 100 --109 24 --17 118 --153 240 -131 327 -64 54 -96 171 -308 -138 --129 189 -40 146 -32 -70 --137 -252 --34 207 -42 128 -48 -206 --18 -355 -291 99 --34 -66 -138 -90 --89 41 -377 -33 -36 90 --149 55 --159 -20 --164 156 --105 6 --126 -113 --259 213 -200 -65 --130 127 -51 -44 -54 12 -223 76 -103 -40 --46 -89 -205 37 -11 -133 --14 22 --20 -66 -95 -98 -185 104 -34 4 -99 -36 -176 144 -78 -174 --65 -125 -133 15 -170 -75 --76 13 --410 -265 --16 85 -130 -261 -81 -76 --55 -257 -2 79 --136 264 -400 228 -265 -51 -257 183 --145 -138 -29 46 -132 49 -12 72 --339 138 --65 -102 --402 214 --47 -233 --46 -188 -48 -42 --81 -22 --73 15 --65 -233 -168 207 --358 -138 --131 135 --34 -252 -80 20 --291 -40 -98 -284 -15 89 -97 88 -138 -384 -276 56 --274 281 -52 434 -41 1 -1 77 --135 109 --69 85 --144 -72 --123 88 -158 -363 --81 -51 --84 13 --70 -65 -8 -4 --65 92 -24 88 -63 -47 --55 -327 --102 -60 -90 -114 -17 -144 --110 -98 -68 -12 -136 -35 -273 110 -186 48 -123 -46 -186 -123 --21 395 --189 -74 --14 205 --126 75 -195 225 -196 -231 -178 -80 -43 -425 -145 -170 --40 -31 -35 261 --188 -40 --154 -82 -46 -188 --44 130 -41 184 --12 -223 --116 -119 -249 119 -155 -58 --47 -66 --565 -111 -248 -314 --128 250 --103 -263 --2 272 --124 32 -82 52 -94 453 -50 23 -73 191 --11 -143 --346 38 --134 -22 -103 -36 --130 11 -99 149 --155 25 -175 -94 --69 -144 -97 -50 -84 177 --32 64 --448 -174 -36 209 -149 -210 -108 -114 -2345 1707 -120 -319 --56 16 --74 132 --98 -140 -36 11 --86 268 --229 -72 -163 0 --6 36 -18 113 -16 -210 --72 -154 --110 -60 --2 141 -120 -196 -87 59 --210 -67 --4 -147 --35 93 -261 56 -77 -243 -229 351 -57 -32 --100 -77 -65 -27 --131 -60 -89 58 -108 109 --31 -141 --5 65 --130 26 --352 -88 -252 -468 -106 4 --48 -18 -78 -16 -14 -240 -380 -304 -255 339 --82 429 --180 -203 -89 -333 -161 -60 -122 350 --207 182 --105 225 --285 -567 -225 -69 --194 311 -116 112 -134 354 -205 -380 -0 138 --372 4 --353 -142 -553 -42 -75 -156 --99 -247 --432 -366 -330 197 --30 73 -400 169 -361 -40 -1852 817 -159 243 -13 226 -200 -216 -15 -218 --237 -135 -160 325 --21 48 -89 -106 -117 128 --245 100 -254 142 -4 157 -108 106 --102 -119 --302 -179 --61 -209 -92 -192 --42 -122 -114 362 -68 -48 -242 -58 -41 160 --6 -77 --105 244 -209 -113 --50 -290 -46 149 -42 -8 --187 35 -63 -30 -22 9 -202 89 --88 -16 --213 164 -100 -144 --35 23 -176 -131 -73 -208 --111 -344 -132 362 --356 121 --67 -41 --517 61 -604 368 --1 -204 --252 19 -3 684 --211 -416 --365 -102 -114 -158 -831 194 -84 661 --221 259 --6 345 --152 16 -97 494 --311 135 --514 57 -0 129 -115 -142 --22 64 --100 -288 --343 -83 -219 -207 --223 -175 -62 89 --1 0 --59 -38 -212 -204 --27 161 --7 104 -133 109 --227 -176 --30 42 -121 224 -10 -174 -52 164 -170 -239 -65 -97 --231 75 -184 -141 --125 -201 -233 -47 --315 -47 -195 -93 -26 153 -40 -60 --80 -1 -159 -130 -29 60 -267 -140 -159 -144 -472 121 --32 -689 --153 33 -266 -241 -176 -162 -260 26 --102 94 --595 -179 -262 -107 --40 260 --230 -408 --132 331 -429 237 --377 -124 --106 69 -318 268 -462 278 -566 -190 --154 772 -149 228 --77 -260 -20 44 --32 -324 --375 370 -310 -107 -336 -87 --8 -39 --548 -277 --111 215 -406 -342 -86 146 --774 358 -258 -436 -403 155 -153 83 -117 -213 --107 172 --152 -18 -24 -64 --98 -303 -51 -143 -121 -150 -17 133 -94 -165 -279 31 --68 172 --61 22 -149 27 --19 -80 -124 37 -120 8 -58 -130 --27 0 --2 168 -13 -68 --173 -205 -77 41 --158 -173 --72 -82 -104 -281 -80 334 -305 159 -148 125 --41 263 --254 275 -336 90 --88 203 -254 193 --392 -59 --55 99 --45 -232 -113 -34 --94 225 --247 2 -222 -66 -281 -19 --484 -300 --434 354 --23 -52 --19 27 -127 39 --85 102 --17 523 -533 335 -80 489 -19 316 -192 32 --450 -476 -368 -133 -203 -201 -117 102 -321 57 -150 -305 -345 344 -159 148 -693 82 --30 80 -239 456 -288 415 -98 -197 --117 -205 -110 62 --41 119 --194 -3 --120 -166 --40 217 --141 57 -273 -23 --14 -34 --166 -213 --162 -69 -52 -145 -10 160 --16 -150 --72 -35 -72 -144 --31 -110 -92 233 --209 -131 -216 131 -228 121 -33 -1 -30 -20 -224 -235 --257 -179 --90 -76 -128 80 --208 95 -74 -5 --185 -120 --94 -551 --304 239 --117 330 --72 143 -424 354 -229 305 --55 249 -101 109 -283 -353 --82 308 --48 -82 --71 195 --20 8 --402 -456 --198 -117 -104 90 --345 -165 --92 162 --302 -29 -111 347 --443 -549 --460 520 --181 159 --638 -118 -821 194 -367 172 -564 -478 -341 -427 --135 -275 --74 773 -79 17 --54 -111 --367 -112 -40 -195 --14 -220 -148 -123 --140 -21 -16 -70 --40 56 -200 -128 --8 -85 --216 103 --105 -224 -90 -116 --71 -7 -167 -239 --121 -57 --115 -77 -1 -282 --163 30 -94 -32 -52 179 --208 116 --26 247 -195 -285 --48 -165 --76 -249 -11 48 -167 -40 --37 -42 -105 -204 --190 12 --102 -277 -241 -29 --99 91 -67 -162 --140 130 -208 -54 --73 -93 -257 32 -110 -201 -123 -330 --244 -388 -10 -66 --54 -92 --447 183 -213 -259 --227 -319 --17 -174 -305 259 -231 -294 --111 -72 --15 345 --173 311 --588 -98 --213 179 --261 -71 -19 -214 --471 -128 --10 -234 -572 26 -264 -63 -446 -366 -61 78 -249 8 -647 -167 -358 28 +-81 -51 +108 -114 +2345 1707 +1852 817 +219 -207 +117 -213 +98 -197 +40 -195 117 298 -273 -66 -75 -219 --37 -194 --50 -245 -159 119 --70 99 -92 69 -60 -58 -54 88 --93 135 -105 -71 -87 35 --240 -133 --81 -142 --121 -20 -0 102 --107 -85 --54 291 -96 83 -208 125 --49 -117 -29 317 --35 201 --2 179 -168 -56 -198 -418 --188 -149 --300 31 --110 -231 -22 71 --89 -33 --143 55 --71 172 -510 -195 --21 138 -457 -246 -117 190 --65 181 --128 101 -230 103 -100 -93 -50 324 --275 -189 -299 152 -118 -163 -77 549 --299 -17 -335 62 --8 362 -119 -271 --287 -179 --309 457 --385 -75 -677 -480 --278 -637 --84 425 -7 -106 -327 -65 -414 -217 -176 398 -416 191 -26 604 -90 -232 -48 85 +120 -319 +159 243 +-223 -175 +-107 172 +-117 -205 +-14 -220 +273 -66 37 137 +-56 16 +13 226 +62 89 +-152 -18 +110 62 +148 -123 +75 -219 -201 -33 +-74 132 +200 -216 +-1 0 +24 -64 +-41 119 +-140 -21 +-37 -194 -108 -53 +-98 -140 +15 -218 +-59 -38 +-98 -303 +-194 -3 +16 -70 +-50 -245 -41 -118 +36 11 +-237 -135 +212 -204 +51 -143 +-120 -166 +-40 56 +159 119 -143 -1 +-86 268 +160 325 +-27 161 +121 -150 +-40 217 +200 -128 +-70 99 -290 272 +-229 -72 +-21 48 +-7 104 +17 133 +-141 57 +-8 -85 +92 69 -261 -57 +163 0 +89 -106 +133 109 +94 -165 +273 -23 +-216 103 +60 -58 24 278 +-6 36 +117 128 +-227 -176 +279 31 +-14 -34 +-105 -224 +54 88 -205 35 +18 113 +-245 100 +-30 42 +-68 172 +-166 -213 +90 -116 +-93 135 58 240 +16 -210 +254 142 +121 224 +-61 22 +-162 -69 +-71 -7 +105 -71 -73 48 +-72 -154 +4 157 +10 -174 +149 27 +52 -145 +167 -239 +87 35 -56 167 +-110 -60 +108 106 +52 164 +-19 -80 +10 160 +-121 -57 +-240 -133 -236 2 +-2 141 +-102 -119 +170 -239 +124 37 +-16 -150 +-115 -77 +-81 -142 -136 -119 +120 -196 +-302 -179 +65 -97 +120 8 +-72 -35 +1 -282 +-121 -20 49 245 +87 59 +-61 -209 +-231 75 +58 -130 +72 -144 +-163 30 +0 102 84 38 +-210 -67 +92 -192 +184 -141 +-27 0 +-31 -110 +94 -32 +-107 -85 20 -167 +-4 -147 +-42 -122 +-125 -201 +-2 168 +92 233 +52 179 +-54 291 -50 143 +-35 93 +114 362 +233 -47 +13 -68 +-209 -131 +-208 116 +96 83 40 -309 +261 56 +68 -48 +-315 -47 +-173 -205 +216 131 +-26 247 +208 125 -5 -45 +77 -243 +242 -58 +195 -93 +77 41 +228 121 +195 -285 +-49 -117 -111 -236 +229 351 +41 160 +26 153 +-158 -173 +33 -1 +-48 -165 +29 317 -108 126 +57 -32 +-6 -77 +40 -60 +-72 -82 +30 -20 +-76 -249 +-35 201 -44 -10 +-100 -77 +-105 244 +-80 -1 +104 -281 +224 -235 +11 48 +-2 179 -80 403 +65 -27 +209 -113 +159 -130 +80 334 +-257 -179 +167 -40 +168 -56 -114 89 +-131 -60 +-50 -290 +29 60 +305 159 +-90 -76 +-37 -42 +198 -418 104 -81 +89 58 +46 149 +267 -140 +148 125 +128 80 +105 -204 +-188 -149 71 -176 +108 109 +42 -8 +159 -144 +-41 263 +-208 95 +-190 12 +-300 31 106 121 +-31 -141 +-187 35 +472 121 +-254 275 +74 -5 +-102 -277 +-110 -231 30 64 +-5 65 +63 -30 +-32 -689 +336 90 +-185 -120 +241 -29 +22 71 -171 -13 +-130 26 +22 9 +-153 33 +-88 203 +-94 -551 +-99 91 +-89 -33 283 42 +-352 -88 +202 89 +266 -241 +254 193 +-304 239 +67 -162 +-143 55 36 -192 +252 -468 +-88 -16 +176 -162 +-392 -59 +-117 330 +-140 130 +-71 172 32 206 +106 4 +-213 164 +260 26 +-55 99 +-72 143 +208 -54 +510 -195 132 -31 +-48 -18 +100 -144 +-102 94 +-45 -232 +424 354 +-73 -93 +-21 138 -283 -145 +78 -16 +-35 23 +-595 -179 +113 -34 +229 305 +257 32 +457 -246 -261 15 +14 -240 +176 -131 +262 -107 +-94 225 +-55 249 +110 -201 +117 190 108 58 +380 -304 +73 -208 +-40 260 +-247 2 +101 109 +123 -330 +-65 181 669 34 +255 339 +-111 -344 +-230 -408 +222 -66 +283 -353 +-244 -388 +-128 101 -211 404 +-82 429 +132 362 +-132 331 +281 -19 +-82 308 +10 -66 +230 103 157 -261 +-180 -203 +-356 121 +429 237 +-484 -300 +-48 -82 +-54 -92 +100 -93 -30 98 +89 -333 +-67 -41 +-377 -124 +-434 354 +-71 195 +-447 183 +50 324 -4 -328 +161 -60 +-517 61 +-106 69 +-23 -52 +-20 8 +213 -259 +-275 -189 92 -43 +122 350 +604 368 +318 268 +-19 27 +-402 -456 +-227 -319 +299 152 -263 -115 +-207 182 +-1 -204 +462 278 +127 39 +-198 -117 +-17 -174 +118 -163 -90 -584 +-105 225 +-252 19 +566 -190 +-85 102 +104 90 +305 259 +77 549 -129 62 +-285 -567 +3 684 +-154 772 +-17 523 +-345 -165 +231 -294 +-299 -17 -169 -264 +225 -69 +-211 -416 +149 228 +533 335 +-92 162 +-111 -72 +335 62 -58 207 +-194 311 +-365 -102 +-77 -260 +80 489 +-302 -29 +-15 345 +-8 362 526 8 +116 112 +114 -158 +20 44 +19 316 +111 347 +-173 311 +119 -271 88 -54 +134 354 +831 194 +-32 -324 +192 32 +-443 -549 +-588 -98 +-287 -179 19 32 +205 -380 +84 661 +-375 370 +-450 -476 +-460 520 +-213 179 +-309 457 161 232 +0 138 +-221 259 +310 -107 +368 -133 +-181 159 +-261 -71 +-385 -75 -353 -535 +-372 4 +-6 345 +336 -87 +203 -201 +-638 -118 +19 -214 +677 -480 285 241 +-353 -142 +-152 16 +-8 -39 +117 102 +821 194 +-471 -128 +-278 -637 -137 87 +553 -42 +97 494 +-548 -277 +321 57 +367 172 +-10 -234 +-84 425 141 227 +75 -156 +-311 135 +-111 215 +150 -305 +564 -478 +572 26 +7 -106 5 -22 +-99 -247 +-514 57 +406 -342 +345 344 +341 -427 +264 -63 +327 -65 -440 -345 +-432 -366 +0 129 +86 146 +159 148 +-135 -275 +446 -366 +414 -217 -225 -20 +330 197 +115 -142 +-774 358 +693 82 +-74 773 +61 78 +176 398 747 261 +-30 73 +-22 64 +258 -436 +-30 80 +79 17 +249 8 +416 191 81 -289 +400 169 +-100 -288 +403 155 +239 456 +-54 -111 +647 -167 +26 604 -233 687 +361 -40 +-343 -83 +153 83 +288 415 +-367 -112 +358 28 +90 -232 -335 88 diff --git a/AI_Engine_Development/AIE-ML/Design_Tutorials/07-Channelizer-Using-Vitis-Libraries/aie/channelizer/data/fft_front_i_5.txt b/AI_Engine_Development/AIE-ML/Design_Tutorials/07-Channelizer-Using-Vitis-Libraries/aie/channelizer/data/fft_front_i_5.txt index 13766eae73..e9e9257232 100644 --- a/AI_Engine_Development/AIE-ML/Design_Tutorials/07-Channelizer-Using-Vitis-Libraries/aie/channelizer/data/fft_front_i_5.txt +++ b/AI_Engine_Development/AIE-ML/Design_Tutorials/07-Channelizer-Using-Vitis-Libraries/aie/channelizer/data/fft_front_i_5.txt @@ -1,2048 +1,2048 @@ 1147 -925 +-1137 -1399 +-390 101 +47 364 +193 -100 +-62 88 +30 37 +-8 6 156 48 +-179 -158 +170 96 +113 46 +9 -18 +10 2 +-1 0 +-32 -1 -36 -81 +-15 20 +-27 33 +-71 96 +-19 20 +4 23 +-9 -3 +-50 33 -33 -21 +-24 9 +71 -1 +-33 26 +-7 -7 +15 10 +-18 17 +-13 -47 3 -7 +2 31 +-51 12 +6 -38 +-16 -22 +9 32 +27 -37 +2 -21 -4 -52 +-49 65 +-69 -29 +-12 -26 +-4 -8 +-50 14 +17 -26 +22 -20 -71 -31 +50 43 +-32 27 +5 -71 +3 37 +-15 -22 +40 51 +12 43 17 51 +-80 -26 +-7 93 +-3 -9 +-53 56 +-20 4 +-10 45 +-12 -24 -50 14 +1 28 +-35 -12 +-1 30 +-23 -13 +-15 16 +23 12 +-28 -29 18 66 +-59 -89 +1 35 +-22 24 +-18 -61 +32 -37 +26 -59 +60 6 -24 41 +97 -9 +-29 -69 +-14 6 +26 -14 +7 30 +6 20 +22 -10 59 -25 +-8 -55 +-78 51 +-36 -9 +-90 36 +-51 -33 +17 -27 +-29 -14 19 29 +-7 -14 +40 46 +-15 16 +18 50 +-1 11 +38 10 +-60 24 -16 2 +-38 -36 +28 -62 +-3 38 +-47 31 +95 -18 +-47 -8 +37 28 62 67 +0 25 +38 -9 +38 11 +-47 24 +-30 -7 +-27 -12 +39 -42 -67 39 +-16 -43 +9 2 +-11 51 +-25 -18 +44 2 +-88 1 +-55 -4 -8 -40 +40 3 +1 -70 +47 -73 +-32 -45 +-3 32 +-4 38 +-18 -54 -3 -64 +21 -30 +-21 -12 +-23 -13 +14 4 +19 24 +4 45 +-50 17 -62 1 +-9 32 +-13 -17 +17 -13 +22 -19 +-46 -18 +44 -14 +-14 -18 0 8 +-40 7 +-78 -6 +27 31 +14 -13 +-35 16 +-31 -14 +27 26 -4 37 +53 -5 +-4 -55 +-52 -56 +92 -50 +52 -33 +-66 -5 +1 -1 -54 31 +-2 -33 +-47 24 +-44 19 +14 -22 +-22 -51 +58 -18 +-29 15 30 -18 +-18 2 +29 -2 +0 42 +40 -2 +24 18 +-6 3 +21 53 37 -12 +-11 19 +-10 -6 +-24 2 +-12 -20 +0 18 +47 -34 +-9 28 14 10 +-11 -3 +39 -26 +-33 20 +44 20 +-8 -1 +17 30 +-12 5 -3 29 +61 6 +-37 27 +-36 24 +-6 -16 +35 -6 +-19 -21 +-38 -8 27 10 +5 -7 +24 20 +10 0 +-11 45 +7 15 +6 -9 +31 31 -18 -6 +-25 16 +-36 -35 +-38 2 +29 -4 +-3 34 +-24 6 +-17 8 -1 18 +-4 13 +17 22 +-11 -20 +1 -19 +3 -10 +-16 -1 +-28 -3 4 -43 +17 -28 +1 25 +16 -17 +-27 -16 +-12 9 +11 22 +-8 25 35 13 +-1 21 +17 27 +3 -8 +15 -2 +-19 -1 +14 3 +8 6 -3 -36 +19 20 +20 -7 +24 -11 +5 29 +7 25 +14 -3 +1 -6 4 6 +15 23 +-22 5 +16 -4 +-2 18 +0 -8 +-1 -5 +-8 10 -10 15 +25 -26 +-35 -11 +4 17 +-2 -3 +0 -8 +-1 -1 +-3 5 -1 7 +-6 -1 +6 -4 +10 -2 +9 -4 +-5 0 +-6 -15 +-2 3 5 -15 --3 -8 -6 -6 -1 -5 -0 0 -1 -1 +-7 -6 +6 9 +4 1 -1 3 --4 15 -15 -7 -7 6 --24 -8 --9 13 -17 -20 --15 28 --16 26 --44 -4 -9 3 --22 -36 -21 -8 --25 -15 --36 -10 -0 42 -19 -31 -40 -92 -61 -14 --83 0 --122 -85 --38 116 --32 41 --1137 -1399 --179 -158 --15 20 --24 9 -2 31 --49 65 -50 43 --80 -26 -1 28 --59 -89 -97 -9 --8 -55 --7 -14 --38 -36 -0 25 --16 -43 -40 3 -21 -30 --9 32 --40 7 -53 -5 --2 -33 --18 2 --11 19 --11 -3 -61 6 -5 -7 --25 16 --4 13 -17 -28 --1 21 -19 20 -15 23 -25 -26 --6 -1 --7 -6 +-12 -6 +-1 6 +7 -1 +-3 -8 12 1 +7 -4 +2 1 +14 5 +0 -4 +3 1 +9 7 +6 -6 -4 4 +1 -9 +1 2 +1 3 +-2 3 +0 -2 +3 3 +1 -5 +0 0 +2 1 +-1 -1 +1 -1 +-1 -1 +0 0 +0 0 0 0 0 0 +1 0 +0 0 +0 0 +-1 1 +-2 1 +1 -2 +1 -1 -5 5 +1 5 +-6 -4 +-2 -4 +8 5 +-5 -1 +6 -1 +-1 3 2 1 +-5 11 +0 12 +-8 0 +-10 8 +-4 4 +-7 -9 +-4 15 -9 -2 +6 0 +3 7 +5 -1 +-5 0 +5 -8 +-15 -4 +15 -7 -13 -8 +0 7 +-9 -2 +3 7 +6 18 +-10 1 +-5 5 +7 6 -20 -21 +-18 -13 +-4 -28 +-1 30 +-38 1 +-4 -9 +-26 -17 +-24 -8 2 -11 +9 10 +-13 3 +-10 1 +3 7 +9 -18 +20 -11 +-9 13 16 0 +30 -12 +19 -18 +28 33 +17 -11 +10 -6 +3 -24 +17 -20 -13 -34 +-8 2 +-24 5 +-37 35 +-24 -5 +-59 26 +19 31 +-15 28 26 42 +-11 0 +22 6 +0 31 +26 3 +18 -16 +-13 5 +-16 26 -36 2 +30 -20 +-3 -24 +20 0 +8 3 +27 51 +42 -20 +-44 -4 43 -4 +7 4 +-18 30 +-9 -36 +-39 -29 +79 30 +-31 9 +9 3 17 -14 +-71 -29 +-45 -85 +-12 -32 +-33 -14 +-11 -11 +24 59 +-22 -36 -21 -12 +-40 -28 +-15 15 +-33 -25 +25 34 +21 41 +-28 6 +21 -8 5 -10 +-12 20 +49 16 +21 -48 +-31 5 +-36 130 +-67 22 +-25 -15 -22 53 +-78 10 +-57 7 +-48 -12 +-44 12 +-57 -16 +8 38 +-36 -10 -4 84 +-12 32 +13 -29 +45 27 +39 26 +-13 -47 +-31 -28 +0 42 -100 48 +40 -63 +-35 3 +11 -19 +-46 -6 +-88 -14 +58 -37 +19 -31 -49 24 +-11 25 +16 -32 +-60 54 +18 71 +17 -33 +-36 53 +40 -92 16 -39 +-54 31 +-29 -16 +16 61 +21 14 +12 -55 +-24 -23 +61 -14 34 65 +14 60 +-14 -96 +18 112 +5 -34 +70 -37 +32 -24 +-83 0 13 66 +-14 -53 +44 -71 +23 -42 +-40 3 +-54 31 +36 -105 +-122 -85 -51 -28 +-74 -21 +36 -56 +-86 -6 +90 17 +20 -62 +-4 40 +-38 116 39 -76 +99 20 +-63 -55 +-63 103 +69 -32 +-98 -40 +6 -38 +-32 41 -7 -36 --390 101 -170 96 --27 33 -71 -1 --51 12 --69 -29 --32 27 --7 93 --35 -12 -1 35 --29 -69 --78 51 -40 46 -28 -62 -38 -9 -9 2 -1 -70 --21 -12 --13 -17 --78 -6 --4 -55 --47 24 -29 -2 --10 -6 -39 -26 --37 27 -24 20 --36 -35 -17 22 -1 25 -17 27 -20 -7 --22 5 --35 -11 -6 -4 -6 9 -7 -4 -1 -9 -2 1 -1 0 -1 5 --5 11 -6 0 -0 7 --18 -13 -9 10 -30 -12 --8 2 --11 0 -30 -20 -7 4 --71 -29 --40 -28 --12 20 --78 10 --12 32 -40 -63 --11 25 --54 31 -14 60 --14 -53 --74 -21 -99 20 21 13 -47 364 -113 46 --71 96 --33 26 -6 -38 --12 -26 -5 -71 --3 -9 --1 30 --22 24 --14 6 --36 -9 --15 16 --3 38 -38 11 --11 51 -47 -73 --23 -13 -17 -13 -27 31 --52 -56 --44 19 -0 42 --24 2 --33 20 --36 24 -10 0 --38 2 --11 -20 -16 -17 -3 -8 -24 -11 -16 -4 -4 17 -10 -2 -4 1 -2 1 -1 2 --1 -1 -0 0 --6 -4 -0 12 -3 7 --9 -2 --4 -28 --13 3 -19 -18 --24 5 -22 6 --3 -24 --18 30 --45 -85 --15 15 -49 16 --57 7 -13 -29 --35 3 -16 -32 --29 -16 --14 -96 -44 -71 -36 -56 --63 -55 -55 -80 -193 -100 -9 -18 --19 20 --7 -7 --16 -22 --4 -8 -3 37 --53 56 --23 -13 --18 -61 -26 -14 --90 36 -18 50 --47 31 --47 24 --25 -18 --32 -45 -14 4 -22 -19 -14 -13 -92 -50 -14 -22 -40 -2 --12 -20 -44 20 --6 -16 --11 45 -29 -4 -1 -19 --27 -16 -15 -2 -5 29 --2 18 --2 -3 -9 -4 --1 3 -14 5 -1 3 -1 -1 -0 0 --2 -4 --8 0 -5 -1 -3 7 --1 30 --10 1 -28 33 --37 35 -0 31 -20 0 --9 -36 --12 -32 --33 -25 -21 -48 --48 -12 -45 27 -11 -19 --60 54 -16 61 -18 112 -23 -42 --86 -6 --63 103 29 72 --62 88 -10 2 -4 23 -15 10 -9 32 --50 14 --15 -22 --20 4 --15 16 -32 -37 -7 30 --51 -33 --1 11 -95 -18 --30 -7 -44 2 --3 32 -19 24 --46 -18 --35 16 -52 -33 --22 -51 -24 18 -0 18 --8 -1 -35 -6 -7 15 --3 34 -3 -10 --12 9 --19 -1 -7 25 -0 -8 -0 -8 --5 0 --12 -6 -0 -4 --2 3 --1 -1 --1 1 -8 5 --10 8 --5 0 -6 18 --38 1 -3 7 -17 -11 --24 -5 -26 3 -8 3 --39 -29 --33 -14 -25 34 --31 5 --44 12 -39 26 --46 -6 -18 71 -21 14 -5 -34 --40 3 -90 17 -69 -32 -65 15 -30 37 --1 0 --9 -3 --18 17 -27 -37 -17 -26 -40 51 --10 45 -23 12 -26 -59 -6 20 -17 -27 -38 10 --47 -8 --27 -12 --88 1 --4 38 -4 45 -44 -14 --31 -14 --66 -5 -58 -18 --6 3 -47 -34 -17 30 --19 -21 -6 -9 --24 6 --16 -1 -11 22 -14 3 -14 -3 --1 -5 --1 -1 --6 -15 --1 6 -3 1 -0 -2 -0 0 --2 1 --5 -1 --4 4 -5 -8 --10 1 --4 -9 -9 -18 -10 -6 --59 26 -18 -16 -27 51 -79 30 --11 -11 -21 41 --36 130 --57 -16 --13 -47 --88 -14 -17 -33 -12 -55 -70 -37 --54 31 -20 -62 --98 -40 18 42 --8 6 --32 -1 --50 33 --13 -47 -2 -21 -22 -20 -12 43 --12 -24 --28 -29 -60 6 -22 -10 --29 -14 --60 24 -37 28 -39 -42 --55 -4 --18 -54 --50 17 --14 -18 -27 26 -1 -1 --29 15 -21 53 --9 28 --12 5 --38 -8 -31 31 --17 8 --28 -3 --8 25 -8 6 -1 -6 --8 10 --3 5 --2 3 -7 -1 -9 7 -3 3 -0 0 -1 -2 -6 -1 --7 -9 --15 -4 --5 5 --26 -17 -20 -11 -3 -24 -19 31 --13 5 -42 -20 --31 9 -24 59 --28 6 --67 22 -8 38 --31 -28 -58 -37 --36 53 --24 -23 -32 -24 -36 -105 --4 40 -6 -38 3 -9 2301 -1159 +624 933 +567 -53 +125 -51 +217 -128 +91 380 +81 34 +-118 84 -95 -137 +189 136 +-69 78 +-130 -150 +-71 139 +50 12 +-25 17 +100 -32 88 40 +-16 -53 +36 28 +133 -150 +85 -48 +-29 -121 +44 -20 +111 -37 102 75 +8 4 +-112 60 +20 -64 +33 60 +-50 -50 +37 -71 +3 68 -30 -28 +3 -57 +118 -76 +-1 71 +32 76 +-22 -116 +-66 103 +-9 23 23 134 +65 -243 +60 151 +10 52 +3 -17 +153 42 +-27 45 +-40 8 60 104 +-78 -69 +66 -57 +11 177 +9 -62 +16 63 +-131 -184 +0 -80 -28 -168 +195 71 +20 -183 +-15 -11 +176 -78 +31 8 +3 -125 +8 21 104 -99 +8 -59 +38 15 +-38 -35 +6 5 +19 -51 +-74 -16 +106 126 -44 -172 +157 261 +17 -95 +152 -77 +27 112 +-89 108 +-29 146 +-120 -34 64 -61 +-219 -32 +65 186 +2 -44 +-23 48 +-45 -116 +-68 -20 +-5 122 -158 38 +-26 115 +173 -115 +62 36 +242 -99 +89 101 +-29 83 +65 53 -59 -18 +-3 55 +-61 -158 +26 -12 +-11 -180 +-3 -2 +-107 -23 +178 -107 119 -5 +-13 118 +21 175 +81 -66 +202 -109 +-259 7 +64 -32 +-42 -62 -173 -127 +-52 -47 +-145 -35 +-118 -81 +64 -59 +49 17 +75 4 +-97 128 223 -118 +29 63 +1 -25 +111 -173 +64 66 +-123 7 +259 21 +142 40 -38 91 +-134 -13 +-6 129 +-128 177 +89 89 +19 -40 +-19 -147 +21 152 8 167 +-43 57 +-9 37 +12 -10 +-48 42 +-53 -74 +39 -137 +165 -62 280 -53 +47 -90 +31 50 +-102 73 +-28 25 +125 102 +-75 46 +74 9 17 -21 +147 -10 +222 21 +-100 -64 +-49 44 +85 -71 +90 61 +-68 -68 -22 -137 -198 -103 --112 49 +-140 25 +28 157 +169 169 +-291 175 +-158 167 +222 54 +24 35 +198 -103 +-45 58 +138 -63 +239 -38 +-35 69 +88 172 +-197 68 +127 -11 +-112 49 +27 44 +-127 -60 +9 -132 +-121 62 +-39 -99 +50 -25 +-82 -141 -117 4 +57 -88 +28 10 +59 27 +50 118 +32 -89 +-139 147 +13 -110 -48 -75 +31 28 +-149 109 +115 -78 +-161 -76 +43 46 +-72 -163 +69 12 7 -65 +-220 -41 +111 -150 +86 -105 +8 76 +-183 4 +78 63 +159 10 -83 -82 +-38 51 +-113 -79 +-35 3 +55 -197 +-22 -72 +-46 59 +-139 -125 83 16 +115 -92 +177 153 +155 -33 +-110 43 +21 -189 +103 -26 +103 -39 40 -85 +6 -77 +-92 -119 +44 114 +3 49 +15 77 +110 16 +157 3 8 205 +-105 124 +23 -105 +-94 67 +156 101 +99 -57 +-50 -143 +42 -145 -192 -73 +-52 -86 +-110 -162 +-4 -8 +-62 35 +95 7 +-63 -15 +-65 -38 18 215 +-128 -131 +-112 61 +-128 59 +-42 -185 +-22 -178 +-102 25 +-9 60 -12 -45 +-91 -136 +163 -57 +-107 38 +3 -143 +0 48 +19 45 +77 -81 68 -119 +-206 213 +286 111 +-29 -149 +15 22 +22 53 +6 14 +42 -57 16 -70 +63 12 +-65 50 +-105 23 +-89 43 +70 15 +71 189 +24 -19 -78 171 +75 89 +-66 -110 +-49 -17 +19 -32 +163 79 +19 -87 +-104 20 34 136 +-187 -28 +-118 65 +-45 -25 +-263 -79 +10 83 +-49 -21 +-174 -141 -127 129 +82 -83 +-28 215 +-43 -66 +-47 -89 +60 -116 +10 71 +-133 -108 -59 206 +-2 -11 +-112 -50 +85 71 +-49 48 +137 111 +85 -61 +-48 40 79 -86 +-26 21 +109 5 +-34 47 +-6 7 +-86 57 +-88 36 +35 -72 35 -49 +-164 185 +34 174 +-169 -109 +-59 -92 +199 122 +-116 -7 +125 -17 -39 56 +29 21 +-89 178 +-5 204 +-130 -10 +-139 101 +-56 60 +-81 -117 -51 189 +-95 -25 +64 5 +30 75 +53 -3 +-56 -3 +56 -66 +-142 -26 132 -45 +-132 -78 +2 69 +-70 -17 +16 48 +36 140 +-67 -2 +-20 47 53 53 +-124 -133 +-109 -109 +-23 -172 +-4 177 +-219 7 +-20 -33 +-164 -89 -127 -40 +-1 -70 +36 71 +-88 30 +-51 20 +16 29 +38 -82 +114 -39 -43 72 +41 -7 +136 -11 +89 -77 +113 142 +68 -45 +36 -26 +26 -113 84 -58 +-61 -137 +-14 44 +-89 -4 +-86 108 +-61 2 +-191 78 +51 113 -34 86 +95 123 +-36 5 +68 32 +13 100 +74 -45 +39 -27 +10 -9 -31 31 +-57 31 +38 -60 +-42 -75 +64 -46 +11 -38 +76 112 +92 -71 -46 -53 +91 -38 +95 -23 +-70 101 +-32 -66 +-84 -37 +175 0 +-95 30 19 28 +48 -12 +-166 5 +-82 -181 +-29 -26 +-46 -43 +11 -37 +46 91 -66 -19 +-12 -27 +-166 -36 +-34 43 +-43 -5 +80 78 +-4 117 +-5 12 22 -37 +6 7 +-93 15 +5 38 +56 -21 +-64 -1 +-42 213 +-132 13 -44 -10 +-45 46 +-102 50 +-53 45 +-27 -43 +-54 3 +-44 -21 +30 37 -14 3 +16 55 +-11 12 +81 38 +56 -7 +63 8 +-21 -81 +-33 -11 29 25 -11 -93 -97 -31 --7 63 --12 8 --1 -27 --26 66 --83 24 -624 933 -189 136 --16 -53 -8 4 -3 -57 -65 -243 --78 -69 -195 71 -8 -59 -157 261 --219 -32 --26 115 --3 55 --13 118 --52 -47 -29 63 --134 -13 --43 57 -47 -90 -147 -10 --140 25 --45 58 -27 44 -57 -88 -31 28 --220 -41 --38 51 -115 -92 -6 -77 --105 124 --52 -86 --128 -131 --91 -136 --206 213 -63 12 -75 89 --187 -28 -82 -83 --2 -11 --26 21 --164 185 -29 21 --95 -25 --132 -78 --124 -133 --1 -70 -41 -7 --61 -137 -95 123 --57 31 -91 -38 -48 -12 --12 -27 -6 7 --45 46 -16 55 -44 35 --103 20 -86 -11 -60 32 --73 10 --14 -30 -4 29 -9 -163 -567 -53 --69 78 -36 28 --112 60 -118 -76 -60 151 -66 -57 -20 -183 -38 15 -17 -95 -65 186 -173 -115 --61 -158 -21 175 --145 -35 -1 -25 --6 129 --9 37 -31 50 -222 21 -28 157 -138 -63 --127 -60 -28 10 --149 109 -111 -150 --113 -79 -177 153 --92 -119 -23 -105 --110 -162 --112 61 -163 -57 -286 111 --65 50 --66 -110 --118 65 --28 215 --112 -50 -109 5 -34 174 --89 178 -64 5 -2 69 --109 -109 -36 71 -136 -11 --14 44 --36 5 -38 -60 -95 -23 --166 5 --166 -36 --93 15 --102 50 --11 12 13 -94 -16 -60 --11 42 --60 38 --87 31 --2 2 --41 -54 --57 63 -125 -51 --130 -150 -133 -150 -20 -64 --1 71 -10 52 -11 177 --15 -11 --38 -35 -152 -77 -2 -44 -62 36 -26 -12 -81 -66 --118 -81 -111 -173 --128 177 -12 -10 --102 73 --100 -64 -169 169 -239 -38 -9 -132 -59 27 -115 -78 -86 -105 --35 3 -155 -33 -44 114 --94 67 --4 -8 --128 59 --107 38 --29 -149 --105 23 --49 -17 --45 -25 --43 -66 -85 71 --34 47 --169 -109 --5 204 -30 75 --70 -17 --23 -172 --88 30 -89 -77 --89 -4 -68 32 --42 -75 --70 101 --82 -181 --34 43 -5 38 --53 45 -81 38 -5 -12 +13 -24 +-64 -90 +-118 -63 +105 -60 +11 -93 +-103 20 +16 -60 -45 11 +2 5 +21 168 +33 -94 +-38 68 +97 -31 +86 -11 +-11 42 24 -27 +-17 -22 +-50 40 +-64 17 +-100 -40 +-7 63 +60 32 +-60 38 -173 -54 +-56 107 +17 -43 +17 61 +83 47 +-12 8 +-73 10 +-87 31 22 -81 +-64 54 +-28 112 +-66 -90 +-89 5 +-1 -27 +-14 -30 +-2 2 31 -20 +-53 78 +49 -65 +87 27 +22 -33 +-26 66 +4 29 +-41 -54 -37 7 +75 13 +67 52 +53 -25 +-7 -52 +-83 24 +9 -163 +-57 63 -47 34 -217 -128 --71 139 -85 -48 -33 60 -32 76 -3 -17 -9 -62 -176 -78 -6 5 -27 112 --23 48 -242 -99 --11 -180 -202 -109 -64 -59 -64 66 -89 89 --48 42 --28 25 --49 44 --291 175 --35 69 --121 62 -50 118 --161 -76 -8 76 -55 -197 --110 43 -3 49 -156 101 --62 35 --42 -185 -3 -143 -15 22 --89 43 -19 -32 --263 -79 --47 -89 --49 48 --6 7 --59 -92 --130 -10 -53 -3 -16 48 --4 177 --51 20 -113 142 --86 108 -13 100 -64 -46 --32 -66 --29 -26 --43 -5 -56 -21 --27 -43 -56 -7 -13 -24 -2 5 --17 -22 --56 107 --64 54 --53 78 -75 13 67 26 -91 380 -50 12 --29 -121 --50 -50 --22 -116 -153 42 -16 63 -31 8 -19 -51 --89 108 --45 -116 -89 101 --3 -2 --259 7 -49 17 --123 7 -19 -40 --53 -74 -125 102 -85 -71 --158 167 -88 172 --39 -99 -32 -89 -43 46 --183 4 --22 -72 -21 -189 -15 77 -99 -57 -95 7 --22 -178 -0 48 -22 53 -70 15 -163 79 -10 83 -60 -116 -137 111 --86 57 -199 122 --139 101 --56 -3 -36 140 --219 7 -16 29 -68 -45 --61 2 -74 -45 -11 -38 --84 -37 --46 -43 -80 78 --64 -1 --54 3 -63 8 --64 -90 -21 168 --50 40 -17 -43 --28 112 -49 -65 -67 52 2 -30 -81 34 --25 17 -44 -20 -37 -71 --66 103 --27 45 --131 -184 -3 -125 --74 -16 --29 146 --68 -20 --29 83 --107 -23 -64 -32 -75 4 -259 21 --19 -147 -39 -137 --75 46 -90 61 -222 54 --197 68 -50 -25 --139 147 --72 -163 -78 63 --46 59 -103 -26 -110 16 --50 -143 --63 -15 --102 25 -19 45 -6 14 -71 189 -19 -87 --49 -21 -10 71 -85 -61 --88 36 --116 -7 --56 60 -56 -66 --67 -2 --20 -33 -38 -82 -36 -26 --191 78 -39 -27 -76 112 -175 0 -11 -37 --4 117 --42 213 --44 -21 --21 -81 --118 -63 -33 -94 --64 17 -17 61 --66 -90 -87 27 -53 -25 120 63 --118 84 -100 -32 -111 -37 -3 68 --9 23 --40 8 -0 -80 -8 21 -106 126 --120 -34 --5 122 -65 53 -178 -107 --42 -62 --97 128 -142 40 -21 152 -165 -62 -74 9 --68 -68 -24 35 -127 -11 --82 -141 -13 -110 -69 12 -159 10 --139 -125 -103 -39 -157 3 -42 -145 --65 -38 --9 60 -77 -81 -42 -57 -24 -19 --104 20 --174 -141 --133 -108 --48 40 -35 -72 -125 -17 --81 -117 --142 -26 --20 47 --164 -89 -114 -39 -26 -113 -51 113 -10 -9 -92 -71 --95 30 -46 91 --5 12 --132 13 -30 37 --33 -11 -105 -60 --38 68 --100 -40 -83 47 --89 5 -22 -33 --7 -52 -94 -1 463 116 +-466 -792 +-723 -775 +-119 -488 +-131 -50 +-238 -75 +243 -24 +80 -60 -35 89 +85 40 +-65 -54 +-33 167 +-58 102 +-28 21 +43 262 +-15 105 -82 29 +-102 207 +115 -49 +-17 10 +-113 -7 +65 37 +-36 106 +0 -122 -57 -106 -5 40 -16 -71 -174 -173 +231 -44 +36 -98 +58 14 +-38 -103 +28 72 +37 63 +96 54 +5 40 +9 -2 +-28 107 +-62 -64 +13 -18 +56 96 +20 -71 +31 -68 +16 -71 +47 289 +86 -178 +15 6 +4 79 +-139 -154 +4 -20 +-47 24 +174 -173 +-15 -19 +-65 39 +-83 -130 +-10 59 +47 -101 +72 191 +-33 -37 32 225 +-90 1 +-53 75 +-24 59 +-217 -38 +-4 -21 +-2 149 +-23 27 -30 186 +-5 63 +83 69 +30 -5 +37 49 +41 69 +31 -4 +-121 -110 4 117 +-96 -232 +-77 103 +-285 58 +-22 -7 +113 -52 +-56 3 +9 116 -35 -15 +178 116 +-32 -142 +88 -3 +-13 -81 +58 157 +151 -54 +-134 -278 166 30 +74 -27 +-136 77 +23 -126 +-185 39 +44 -130 +13 -40 +-7 -88 64 -149 +16 -50 +-9 249 +36 -52 +-112 245 +58 -83 +134 14 +-219 92 -226 -36 +212 -83 +-160 -127 +-131 -55 +-382 162 +213 62 +110 139 +-56 43 154 -21 +147 25 +160 135 +103 146 +131 -10 +45 -5 +-37 79 +54 -85 -269 99 +-37 26 +-31 -18 +-231 192 +-39 -84 +97 6 +-187 -72 +-73 -111 143 -42 +154 60 +48 56 +98 -101 +-138 10 +-70 -86 +81 177 +123 -136 16 -92 +23 60 +173 -48 +81 140 +56 -136 +63 112 +-129 186 +-121 97 -465 144 +-109 116 +-12 -37 +223 -81 +-95 27 +-108 -182 +-68 -55 +-133 101 -106 36 +-206 -55 +-157 -53 +82 -68 +58 -36 +1 147 +-19 -115 +16 2 106 154 +59 -56 +-60 -153 +-134 -105 +232 -174 +100 -278 +-208 -187 +-97 -109 -200 121 +135 69 +-93 -74 +-380 -101 +-39 -54 +-155 -164 +172 -122 +-221 -67 168 21 +59 -120 +196 272 +-18 101 +27 -209 +-101 161 +-166 67 +73 -15 63 53 +-102 157 +-27 54 +39 -134 +-94 -267 +-137 161 +41 -159 +68 126 85 183 +12 -107 +144 -109 +-80 58 +140 33 +-125 -143 +57 303 +-167 -40 -62 -98 +168 113 +11 307 +88 88 +45 -194 +297 62 +-100 8 +-188 71 -43 219 +95 -129 +137 59 +48 25 +-109 242 +-6 127 +119 -161 +165 126 -86 46 +-138 139 +-240 -114 +-112 114 +43 -155 +-46 323 +-93 42 +-191 43 -194 95 +52 129 +133 195 +-29 -176 +-21 126 +-137 -175 +-254 -124 +-223 33 -109 -120 +163 -90 +-163 -11 +115 38 +-238 -185 +-253 113 +-7 272 +-41 229 217 82 +317 -42 +201 230 +-68 286 +-53 -146 +-20 -34 +-55 9 +148 79 -28 -258 +229 202 +92 -154 +16 -9 +111 200 +-102 280 +159 -18 +-1 -200 -67 100 +65 48 +-250 182 +88 -116 +63 226 +4 44 +-90 -77 +-188 141 -12 188 +314 -326 +-410 -310 +-11 219 +-11 27 +-200 69 +29 -30 +-180 157 -67 117 +-132 -1 +200 -176 +171 -102 +76 -29 +-204 -120 +-94 -475 +-89 -129 293 -278 +-111 -343 +101 238 +72 95 +-62 25 +-313 -30 +-144 111 +258 -98 27 -403 +302 131 +257 -156 +151 209 +429 37 +-150 -231 +-43 49 +186 261 218 -293 +-78 179 +-125 -345 +229 299 +226 73 +-81 259 +54 -93 +150 145 142 -190 +-3 120 +195 205 +-13 -124 +149 41 +-357 -237 +-252 191 +112 -49 -226 -45 --106 1 --190 -12 -3 -308 --295 225 --13 -11 -298 138 -99 -90 --86 249 -196 -251 -179 -289 -428 -97 --65 40 -73 259 --165 -10 -49 87 -229 71 -83 -216 --67 17 --179 299 --195 82 -284 64 -273 263 -145 -351 --28 -215 --466 -792 -85 40 --102 207 -231 -44 -9 -2 -47 289 --15 -19 --90 1 --5 63 --96 -232 -178 116 -74 -27 -16 -50 -212 -83 -147 25 --37 26 -154 60 -23 60 --109 116 --206 -55 -59 -56 -135 69 -59 -120 --102 157 -12 -107 -168 113 -95 -129 --138 139 -52 129 -163 -90 -317 -42 -229 202 -65 48 -314 -326 --132 -1 --111 -343 -302 131 --78 179 --3 120 35 37 +-99 36 +79 -32 +92 89 +228 -183 +80 -96 +-182 3 +-106 1 440 -408 +72 -326 +198 252 +-13 272 +-247 -247 +128 109 +-321 56 +-190 -12 -228 65 +140 -461 +-57 -226 +123 -39 +275 -306 +117 -24 +283 222 +3 -308 403 95 +-129 21 +-83 -199 +-46 127 +21 -23 +-5 208 +195 153 +-295 225 64 80 +-13 -56 +161 57 +-127 -177 +-149 -241 +180 -89 +218 -11 +-13 -11 335 328 +261 40 +50 377 +31 -415 +469 -10 +55 247 +240 237 +298 138 -68 93 +-121 -21 +54 44 +129 42 +-6 -117 +-94 211 +-105 183 +99 -90 -286 -48 +-275 291 +-142 153 +-245 -269 +-154 132 +-62 50 +15 139 +-86 249 24 280 +145 114 +198 -113 +467 -341 +237 144 +475 -200 +-208 -223 +196 -251 -187 -303 +53 -1 +-145 -3 +23 -194 +-236 -161 +-148 151 +227 -103 +179 -289 350 43 +-270 107 +-87 107 +-69 -133 +-75 -86 +-120 -306 +-327 40 +428 -97 -295 -44 +148 -121 +66 -118 +6 239 +197 201 +-447 -283 +163 -52 +-65 40 -54 164 +367 267 +219 436 +90 254 +228 -3 +102 72 +-122 -276 +73 259 246 17 +52 130 +67 -43 +189 225 +-55 -96 +-154 -92 +271 -39 +-165 -10 -115 39 +-91 -81 +-301 -18 +-91 312 +-19 26 +221 -453 +274 -56 +49 87 145 -314 +331 5 +311 52 +285 17 +223 -16 +263 77 +35 -101 +229 71 40 -375 +34 -126 +32 225 +-170 -231 +-136 -98 +43 183 +149 160 +83 -216 369 -240 +-210 236 +137 -47 +-52 -40 +123 -85 +206 29 +-133 76 +-67 17 120 14 +87 -140 +-64 161 +210 -191 +-86 -233 +-5 138 +53 -180 +-179 299 -113 164 +209 -4 +77 131 +-40 -237 +-95 -28 +-79 182 +-7 43 +-195 82 -21 -287 +12 -176 +3 224 +-71 -320 +-124 123 +-214 156 +-33 72 +284 64 -54 -136 +23 136 +-156 44 +-70 149 +-30 96 +146 2 +-81 280 +273 263 149 -17 +136 50 +-66 158 +184 59 +-191 -101 +-30 113 +64 -29 +145 -351 -55 162 +-246 -55 +165 109 +249 -336 +-215 64 +286 -10 +-121 73 +-28 -215 53 119 --723 -775 --65 -54 -115 -49 -36 -98 --28 107 -86 -178 --65 39 --53 75 -83 69 --77 103 --32 -142 --136 77 --9 249 --160 -127 -160 135 --31 -18 -48 56 -173 -48 --12 -37 --157 -53 --60 -153 --93 -74 -196 272 --27 54 -144 -109 -11 307 -137 59 --240 -114 -133 195 --163 -11 -201 230 -92 -154 --250 182 --410 -310 -200 -176 -101 238 -257 -156 --125 -345 -195 205 --99 36 -72 -326 -140 -461 --129 21 --13 -56 -261 40 --121 -21 --275 291 -145 114 -53 -1 --270 107 -148 -121 -367 267 -52 130 --91 -81 -331 5 -34 -126 --210 236 -87 -140 -209 -4 -12 -176 -23 136 -136 50 --246 -55 -56 -164 --119 -488 --33 167 --17 10 -58 14 --62 -64 -15 6 --83 -130 --24 59 -30 -5 --285 58 -88 -3 -23 -126 -36 -52 --131 -55 -103 146 --231 192 -98 -101 -81 140 -223 -81 -82 -68 --134 -105 --380 -101 --18 101 -39 -134 --80 58 -88 88 -48 25 --112 114 --29 -176 -115 38 --68 286 -16 -9 -88 -116 --11 219 -171 -102 -72 95 -151 209 -229 299 --13 -124 -79 -32 -198 252 --57 -226 --83 -199 -161 57 -50 377 -54 44 --142 153 -198 -113 --145 -3 --87 107 -66 -118 -219 436 -67 -43 --301 -18 -311 52 -32 225 -137 -47 --64 161 -77 131 -3 224 --156 44 --66 158 -165 109 37 237 --131 -50 --58 102 --113 -7 --38 -103 -13 -18 -4 79 --10 59 --217 -38 -37 49 --22 -7 --13 -81 --185 39 --112 245 --382 162 -131 -10 --39 -84 --138 10 -56 -136 --95 27 -58 -36 -232 -174 --39 -54 -27 -209 --94 -267 -140 33 -45 -194 --109 242 -43 -155 --21 126 --238 -185 --53 -146 -111 200 -63 226 --11 27 -76 -29 --62 25 -429 37 -226 73 -149 41 -92 89 --13 272 -123 -39 --46 127 --127 -177 -31 -415 -129 42 --245 -269 -467 -341 -23 -194 --69 -133 -6 239 -90 254 -189 225 --91 312 -285 17 --170 -231 --52 -40 -210 -191 --40 -237 --71 -320 --70 149 -184 59 -249 -336 -125 -130 --238 -75 --28 21 -65 37 -28 72 -56 96 --139 -154 -47 -101 --4 -21 -41 69 -113 -52 -58 157 -44 -130 -58 -83 -213 62 -45 -5 -97 6 --70 -86 -63 112 --108 -182 -1 147 -100 -278 --155 -164 --101 161 --137 161 --125 -143 -297 62 --6 127 --46 323 --137 -175 --253 113 --20 -34 --102 280 -4 44 --200 69 --204 -120 --313 -30 --150 -231 --81 259 --357 -237 -228 -183 --247 -247 -275 -306 -21 -23 --149 -241 -469 -10 --6 -117 --154 132 -237 144 --236 -161 --75 -86 -197 201 -228 -3 --55 -96 --19 26 -223 -16 --136 -98 -123 -85 --86 -233 --95 -28 --124 123 --30 96 --191 -101 --215 64 120 -110 -243 -24 -43 262 --36 106 -37 63 -20 -71 -4 -20 -72 191 --2 149 -31 -4 --56 3 -151 -54 -13 -40 -134 14 -110 139 --37 79 --187 -72 -81 177 --129 186 --68 -55 --19 -115 --208 -187 -172 -122 --166 67 -41 -159 -57 303 --100 8 -119 -161 --93 42 --254 -124 --7 272 --55 9 -159 -18 --90 -77 -29 -30 --94 -475 --144 111 --43 49 -54 -93 --252 191 -80 -96 -128 109 -117 -24 --5 208 -180 -89 -55 247 --94 211 --62 50 -475 -200 --148 151 --120 -306 --447 -283 -102 72 --154 -92 -221 -453 -263 77 -43 183 -206 29 --5 138 --79 182 --214 156 -146 2 --30 113 -286 -10 --71 -68 -80 -60 --15 105 -0 -122 -96 54 -31 -68 --47 24 --33 -37 --23 27 --121 -110 -9 116 --134 -278 --7 -88 --219 92 --56 43 -54 -85 --73 -111 -123 -136 --121 97 --133 101 -16 2 --97 -109 --221 -67 -73 -15 -68 126 --167 -40 --188 71 -165 126 --191 43 --223 33 --41 229 -148 79 --1 -200 --188 141 --180 157 --89 -129 -258 -98 -186 261 -150 145 -112 -49 --182 3 --321 56 -283 222 -195 153 -218 -11 -240 237 --105 183 -15 139 --208 -223 -227 -103 --327 40 -163 -52 --122 -276 -271 -39 -274 -56 -35 -101 -149 160 --133 76 -53 -180 --7 43 --33 72 --81 280 -64 -29 --121 73 -17 37 --277 225 -123 25 --139 -74 --91 -15 -64 -17 --126 -172 --340 59 -11 -16 --70 -139 -101 155 --75 105 --21 -158 -57 288 -106 83 --9 255 -65 44 --124 -15 --126 -77 -268 -64 -169 -21 --99 -27 --37 -82 --162 -104 -33 30 --203 -160 -303 261 -248 -270 -3 -95 -301 -4 -94 -273 --154 5 -89 242 -115 -117 -44 -243 -174 -157 --371 374 --130 475 --289 515 --272 46 -347 53 -171 150 -371 -131 -135 269 -314 -511 -151 -52 --384 -148 -79 -10 --68 -335 --119 253 --128 480 --626 219 -26 -106 -5 -499 -142 72 --196 -124 --267 -1 --88 287 -103 62 --121 -512 -397 -291 --564 -17 --679 -359 --146 452 --20 89 -1228 166 --193 -33 --6 -166 --314 157 --1 120 --181 95 -168 161 --227 -137 --18 -45 --173 -134 -40 -87 --9 -135 --15 -59 --207 -133 --162 -4 -38 -102 -20 -123 -3 -248 -126 -120 -173 176 -78 33 --73 -172 --147 3 -35 -159 --83 161 -38 -128 --77 150 -14 24 --149 -65 --6 63 --425 146 --286 -157 --81 104 --126 164 -93 -84 -154 453 --342 -282 --5 -221 -71 -57 --78 -86 --540 265 -279 -219 --606 -186 -112 -16 --532 -306 -192 -17 -437 -50 --137 -180 -73 549 --589 -174 -376 137 -90 -115 --66 -78 --127 -204 --39 400 --69 642 --739 238 --97 216 --147 -173 -97 254 -300 330 --316 23 -185 -424 -6 140 --316 -324 -331 38 --310 79 -181 155 --180 -40 --196 -70 -17 -43 -72 216 --240 -84 -73 -18 --33 -49 --32 26 -110 -133 -100 -137 -55 -157 -25 176 --104 -271 --242 61 --41 15 --105 87 --17 25 --33 362 --120 -386 -47 -176 --17 -108 --156 -304 -13 63 -129 -179 --83 -210 -266 255 --197 -150 --74 137 -244 -175 -461 357 --499 200 --86 -238 --219 287 -248 172 --233 -430 -49 -54 --434 366 --192 509 -203 -190 -61 -101 --496 34 -292 -150 -208 -609 --73 -222 --102 -28 -609 -122 --408 185 --307 -574 -188 -299 -307 204 --469 -105 --131 320 -271 -222 --144 354 --259 121 -382 286 -123 -398 --442 -191 -617 251 -253 -131 -115 439 -270 19 --311 253 --98 151 -45 25 --10 -124 -138 -131 -127 -73 -124 -1 -145 10 --158 107 --75 174 --53 21 --34 233 -64 -69 -95 -33 -7 -151 --97 -265 --206 -153 -118 300 --76 -179 -74 310 --109 -22 --198 200 --53 86 --169 136 --115 -143 --19 -113 -27 98 -107 -232 -101 -526 -237 -48 -48 296 --34 -109 --167 249 --221 -176 --293 -541 --155 -307 --85 182 --153 -39 --132 -230 -294 198 --22 224 --42 24 --100 -385 -84 -125 -76 -195 --181 243 -258 -60 -153 -162 -50 9 --463 -522 --93 46 -645 46 --399 -79 --148 -368 --387 12 -284 -233 --298 47 -436 -561 -153 -280 -218 -297 --324 -288 --181 -406 --505 -11 -115 -289 --27 37 --57 -41 --73 -161 -2 -71 --68 -58 -60 142 --1 -108 -26 -135 --44 72 --179 111 -278 -108 -277 -135 --329 133 -2 64 -150 -106 --25 97 -234 -36 --8 -65 -53 -42 -154 -15 -216 198 -95 316 -21 130 --73 390 -164 -169 -34 190 --40 -267 -241 125 -239 151 --117 -14 --158 -121 --158 -177 -60 11 -238 -59 --421 5 --257 90 --184 -218 --52 -267 -111 -340 -48 16 -48 -233 -249 123 --7 495 --87 -220 -391 364 --658 460 --88 292 -149 247 --81 -409 -39 -420 --285 -233 --23 -502 --345 85 -196 201 -78 -101 --558 432 -139 448 -286 285 -223 -417 --318 -292 --437 505 -23 383 --104 -402 --51 -2 --58 312 -51 21 --75 138 --36 35 --113 49 --42 -34 --79 -28 --4 -167 -84 -17 --226 58 --128 172 -113 -76 --174 -55 -62 -118 -73 186 --35 -149 -3 75 --131 -125 -66 93 -197 23 -234 -11 -119 -127 -237 87 --149 -83 -56 -187 -56 -201 -183 93 -209 -134 --74 165 -242 -123 --55 -127 -223 -277 -61 95 -390 24 -299 192 --32 -306 -599 323 --337 81 -153 452 --425 553 --18 49 -328 179 --596 67 -168 19 -137 -38 --446 -89 -119 473 -133 391 --370 -405 --264 -111 -35 205 --329 141 --260 171 -219 228 --198 326 -44 16 -344 -115 --66 -81 --284 -239 -426 280 -258 -247 --414 129 +-71 -68 +17 37 +-277 225 +1228 166 +-316 -324 +115 439 +-505 -11 +-104 -402 96 2 --31 -72 --80 8 --88 87 -76 -83 --2 48 -182 156 -80 -75 -148 44 -62 -322 --142 42 --23 -108 --44 68 --186 -170 --61 -172 --136 126 --51 29 -122 -163 -200 32 --164 87 --69 263 --1 166 -205 -29 -129 -57 -69 -215 -82 -69 --147 300 -48 -118 -271 382 -153 -297 -278 -40 --131 -141 -139 50 --29 64 --14 595 -360 -96 -235 -48 --117 85 -321 -293 -37 200 --67 -256 -1 105 --147 -206 --255 121 --49 -287 -238 -233 -296 44 --615 464 -278 -289 -211 607 -481 654 --299 85 -355 89 --138 811 --485 -96 --41 -98 --353 189 --3 98 -407 -475 -381 -484 --143 411 --58 -423 --623 -146 -15 123 239 -157 +123 25 +-193 -33 +331 38 +270 19 +115 -289 +-51 -2 +-31 -72 -222 -39 +-139 -74 +-6 -166 +-310 79 +-311 253 +-27 37 +-58 312 +-80 8 -199 220 +-91 -15 +-314 157 +181 155 +-98 151 +-57 -41 +51 21 +-88 87 -194 -186 +64 -17 +-1 120 +-180 -40 +45 25 +-73 -161 +-75 138 +76 -83 -65 158 +-126 -172 +-181 95 +-196 -70 +-10 -124 +2 -71 +-36 35 +-2 48 159 25 +-340 59 +168 161 +17 -43 +138 -131 +-68 -58 +-113 49 +182 156 -6 216 +11 -16 +-227 -137 +72 216 +127 -73 +60 142 +-42 -34 +80 -75 51 8 +-70 -139 +-18 -45 +-240 -84 +124 -1 +-1 -108 +-79 -28 +148 44 -102 -201 +101 155 +-173 -134 +73 -18 +145 10 +26 -135 +-4 -167 +62 -322 209 -199 +-75 105 +40 -87 +-33 -49 +-158 107 +-44 72 +84 -17 +-142 42 302 181 +-21 -158 +-9 -135 +-32 26 +-75 174 +-179 111 +-226 58 +-23 -108 -134 117 +57 288 +-15 -59 +110 -133 +-53 21 +278 -108 +-128 172 +-44 68 14 87 +106 83 +-207 -133 +100 -137 +-34 233 +277 -135 +113 -76 +-186 -170 48 20 +-9 255 +-162 -4 +55 -157 +64 -69 +-329 133 +-174 -55 +-61 -172 24 -207 +65 44 +38 -102 +25 176 +95 -33 +2 64 +62 -118 +-136 126 -84 93 +-124 -15 +20 -123 +-104 -271 +7 -151 +150 -106 +73 186 +-51 29 -312 82 +-126 -77 +3 -248 +-242 61 +-97 -265 +-25 97 +-35 -149 +122 -163 -164 -68 +268 -64 +126 -120 +-41 15 +-206 -153 +234 -36 +3 75 +200 32 -4 -122 +169 -21 +173 176 +-105 87 +118 300 +-8 -65 +-131 -125 +-164 87 42 85 +-99 -27 +78 33 +-17 25 +-76 -179 +53 -42 +66 93 +-69 263 91 125 +-37 -82 +-73 -172 +-33 362 +74 310 +154 -15 +197 23 +-1 166 232 47 +-162 -104 +-147 3 +-120 -386 +-109 -22 +216 198 +234 -11 +205 -29 98 284 +33 30 +35 -159 +47 -176 +-198 200 +95 316 +119 -127 +129 -57 -151 -34 +-203 -160 +-83 161 +-17 -108 +-53 86 +21 130 +237 87 +69 -215 233 -153 +303 261 +38 -128 +-156 -304 +-169 136 +-73 390 +-149 -83 +82 -69 126 -83 +248 -270 +-77 150 +13 63 +-115 -143 +164 -169 +56 -187 +-147 300 -83 -165 +3 -95 +14 24 +129 -179 +-19 -113 +34 190 +56 -201 +48 -118 117 11 +301 -4 +-149 -65 +-83 -210 +27 98 +-40 -267 +183 93 +271 382 81 24 +94 -273 +-6 63 +266 255 +107 -232 +241 125 +209 -134 +153 -297 -39 -291 +-154 5 +-425 146 +-197 -150 +101 -526 +239 151 +-74 165 +278 -40 -58 -187 +89 242 +-286 -157 +-74 137 +237 -48 +-117 -14 +242 -123 +-131 -141 45 380 +115 -117 +-81 104 +244 -175 +48 296 +-158 -121 +-55 -127 +139 50 271 -54 +44 -243 +-126 164 +461 357 +-34 -109 +-158 -177 +223 -277 +-29 64 396 -171 +174 -157 +93 -84 +-499 200 +-167 249 +60 11 +61 95 +-14 595 250 170 +-371 374 +154 453 +-86 -238 +-221 -176 +238 -59 +390 24 +360 -96 -356 305 +-130 475 +-342 -282 +-219 287 +-293 -541 +-421 5 +299 192 +235 -48 -163 -239 +-289 515 +-5 -221 +248 172 +-155 -307 +-257 90 +-32 -306 +-117 85 77 -70 +-272 46 +71 -57 +-233 -430 +-85 182 +-184 -218 +599 323 +321 -293 -63 182 +347 53 +-78 -86 +49 -54 +-153 -39 +-52 -267 +-337 81 +37 200 287 263 +171 150 +-540 265 +-434 366 +-132 -230 +111 -340 +153 452 +-67 -256 255 -54 +371 -131 +279 -219 +-192 509 +294 198 +48 16 +-425 553 +1 105 -561 -126 +135 269 +-606 -186 +203 -190 +-22 224 +48 -233 +-18 49 +-147 -206 -141 -218 +314 -511 +112 -16 +61 -101 +-42 24 +249 123 +328 179 +-255 121 -330 -78 +151 -52 +-532 -306 +-496 34 +-100 -385 +-7 495 +-596 67 +-49 -287 -101 -258 +-384 -148 +192 -17 +292 -150 +84 -125 +-87 -220 +168 19 +238 -233 -49 -278 +79 -10 +437 -50 +208 -609 +76 -195 +391 364 +137 -38 +296 44 -104 -66 +-68 -335 +-137 -180 +-73 -222 +-181 243 +-658 460 +-446 -89 +-615 464 150 106 +-119 253 +73 549 +-102 -28 +258 -60 +-88 292 +119 473 +278 -289 -349 231 +-128 480 +-589 -174 +609 -122 +153 -162 +149 247 +133 391 +211 607 298 -87 +-626 219 +376 137 +-408 185 +50 9 +-81 -409 +-370 -405 +481 654 16 1 +26 -106 +90 -115 +-307 -574 +-463 -522 +39 -420 +-264 -111 +-299 85 168 582 +5 -499 +-66 -78 +188 -299 +-93 46 +-285 -233 +35 205 +355 89 -179 11 +142 72 +-127 -204 +307 204 +645 46 +-23 -502 +-329 141 +-138 811 -187 240 +-196 -124 +-39 400 +-469 -105 +-399 -79 +-345 85 +-260 171 +-485 -96 -23 317 +-267 -1 +-69 642 +-131 320 +-148 -368 +196 201 +219 228 +-41 -98 -57 -251 +-88 287 +-739 238 +271 -222 +-387 12 +78 -101 +-198 326 +-353 189 136 -221 +103 62 +-97 216 +-144 354 +284 -233 +-558 432 +44 16 +-3 98 -257 292 +-121 -512 +-147 -173 +-259 121 +-298 47 +139 448 +344 -115 +407 -475 45 -72 +397 -291 +97 254 +382 286 +436 -561 +286 285 +-66 -81 +381 -484 -51 -191 +-564 -17 +300 330 +123 -398 +153 -280 +223 -417 +-284 -239 +-143 411 544 -596 +-679 -359 +-316 23 +-442 -191 +218 -297 +-318 -292 +426 280 +-58 -423 -40 394 +-146 452 +185 -424 +617 251 +-324 -288 +-437 505 +258 -247 +-623 -146 53 -148 +-20 89 +6 140 +253 -131 +-181 -406 +23 383 +-414 129 +15 123 306 -52 diff --git a/AI_Engine_Development/AIE-ML/Design_Tutorials/07-Channelizer-Using-Vitis-Libraries/aie/channelizer/data/fft_front_i_6.txt b/AI_Engine_Development/AIE-ML/Design_Tutorials/07-Channelizer-Using-Vitis-Libraries/aie/channelizer/data/fft_front_i_6.txt index 5d16312eca..912560ffa9 100644 --- a/AI_Engine_Development/AIE-ML/Design_Tutorials/07-Channelizer-Using-Vitis-Libraries/aie/channelizer/data/fft_front_i_6.txt +++ b/AI_Engine_Development/AIE-ML/Design_Tutorials/07-Channelizer-Using-Vitis-Libraries/aie/channelizer/data/fft_front_i_6.txt @@ -1,2048 +1,2048 @@ 1070 -3176 +294 -283 +-1024 198 +-147 -97 +75 139 +-206 -178 +-208 -30 +0 14 -78 -21 +-55 -111 +-57 9 +-10 41 +-8 -2 +7 -6 +1 0 +-4 30 -9 33 +-14 -11 +99 -15 +58 16 +-3 -11 +-3 26 +-2 16 +45 27 12 24 +43 -16 +24 -4 +-12 -2 +79 -7 +-24 1 +-5 -1 +-37 6 13 -46 +15 40 +-6 -45 +21 -10 +-22 -40 +-39 19 +29 -50 +24 -5 -45 -22 +-37 -53 +-23 24 +-54 43 +36 33 +-18 -13 +28 15 +34 -17 -26 21 +8 -30 +13 3 +38 -48 +1 -20 +56 43 +48 -18 +32 -24 -128 -50 +45 -7 +-17 15 +-49 -21 +16 -11 +31 37 +0 -5 +66 -3 -20 -32 +-30 -16 +32 -9 +-31 -77 +-27 -21 +-26 -12 +-19 3 +43 -12 35 66 +-26 -24 +38 3 +13 11 +8 4 +5 25 +40 -29 +-74 33 29 28 +-34 46 +-39 -15 +8 15 +36 -8 +4 35 +18 6 +4 -26 -12 -37 +-79 9 +-38 82 +1 -9 +15 -18 +-9 3 +42 8 +-12 -53 -38 -2 +-48 -43 +9 -40 +-20 59 +33 11 +-55 -61 +-39 64 +-27 -15 -8 -15 +48 14 +59 -35 +24 26 +19 -29 +20 -4 +7 81 +-11 44 14 23 +81 -2 +47 25 +-22 -23 +64 49 +3 -23 +84 61 +-16 -68 19 -33 +4 -40 +-17 29 +-2 14 +-24 -35 +2 9 +-94 -41 +-14 7 -41 78 +-31 56 +-9 5 +34 -11 +18 -22 +37 -32 +-42 23 +33 -79 23 18 +13 -49 +42 -63 +-8 -80 +19 23 +53 5 +25 -43 +-15 -22 24 11 +15 -11 +48 -8 +38 -35 +5 -6 +56 21 +-27 -21 +2 14 5 -11 +-30 14 +4 51 +-13 24 +25 -48 +1 0 +6 0 +6 -6 -17 67 +55 2 +13 -8 +-11 -24 +-2 25 +21 -59 +79 89 +11 -44 -23 2 +-37 -47 +-32 33 +25 19 +36 19 +31 -40 +12 22 +-10 -22 -23 -17 +-59 5 +17 10 +-2 37 +-31 16 +-28 19 +-23 24 +46 -12 -37 7 +43 12 +25 -8 +18 31 +-23 25 +-15 -4 +-34 59 +27 -33 34 -18 +9 26 +-24 -3 +53 -5 +15 -39 +7 11 +35 -53 +-5 22 -14 -20 +-16 -9 +-36 -25 +10 33 +35 -29 +-16 14 +-23 41 +35 19 -30 -4 +-31 16 +-41 -26 +-41 8 +28 23 +-7 -16 +-40 -5 +-9 0 11 -13 +-34 3 +-6 -1 +14 -38 +10 -27 +-4 15 +36 3 +27 -3 -10 25 +21 1 +13 -5 +8 13 +-1 33 +-36 -5 +-18 1 +18 -14 19 3 +4 1 +-7 6 +26 -10 +-11 -33 +-7 -17 +1 -21 +-5 19 29 19 +22 -12 +4 -15 +12 -12 +11 14 +4 3 +-38 20 +16 0 6 21 +19 20 +25 -6 +9 -16 +21 -6 +3 -31 +-7 1 +-25 -7 -6 -31 +9 -2 +6 -2 +2 7 +-15 4 +-3 4 +-4 2 +24 -13 -7 3 +11 18 +-1 -7 +14 6 +-12 6 +-11 2 +6 12 +7 -16 -2 2 +4 1 +-10 0 +-8 1 +-1 1 +15 4 +-5 -6 +-4 7 5 15 +4 6 +-6 5 +4 -1 +5 -2 +-8 3 +-4 -6 +6 -3 -2 -2 --2 5 -0 -1 -0 0 -3 0 -4 0 --7 -1 --15 11 -23 -22 --12 12 -12 -12 --27 19 --4 -1 --28 -1 --37 32 --28 44 -5 -8 --10 -17 -42 44 -44 -18 -8 8 -29 26 -74 43 --1 105 -40 -43 -88 93 -26 -41 --26 -42 -294 -283 --55 -111 --14 -11 -43 -16 -15 40 --37 -53 -8 -30 -45 -7 --30 -16 --26 -24 --34 46 --79 9 --48 -43 -48 14 -81 -2 -4 -40 --31 56 -13 -49 -15 -11 --30 14 -55 2 --37 -47 --59 5 -43 12 -9 26 --16 -9 --31 16 --34 3 -21 1 -4 1 -22 -12 -19 20 -9 -2 -11 18 -4 1 -4 6 1 -3 +12 -3 +-2 8 +6 7 +4 7 +-1 -3 +3 -1 +-2 5 9 0 +0 -1 +-1 0 +3 -4 +1 1 +5 3 +3 0 +0 -1 +-1 -2 +-2 0 -1 -2 +0 -1 +-1 0 +0 0 +0 0 +0 0 0 0 +-1 0 +0 1 +-1 0 +-2 -2 +-3 -4 +1 -1 +3 0 0 -3 +-3 -4 +6 1 +1 1 +1 -5 +-12 -2 +-2 -3 +4 0 4 -4 +-5 -6 +-2 -1 +3 0 +-3 16 +-9 0 +-3 -10 +-7 -1 14 -3 +1 8 +-11 7 +-11 -6 +13 -11 +-16 10 +3 14 +-15 11 1 -2 +9 23 +14 -8 +-27 -16 +-8 0 +7 -2 +3 25 +23 -22 4 -9 +-22 -16 +29 2 +7 -3 +-1 2 +1 -19 +6 11 +-12 12 6 2 +4 -3 +-4 18 +0 -18 +-3 19 +-35 13 +12 22 +12 -12 -9 -25 +-3 10 +26 -11 +-39 41 +-12 -1 +4 -33 +12 -4 +-27 19 -4 8 +-11 46 +-22 12 +7 -17 +23 21 +14 -1 +34 1 +-4 -1 12 23 +4 41 +3 20 +11 44 +-8 6 +-43 -27 +-17 -41 +-28 -1 -22 46 +6 -19 +5 37 +-6 -55 +14 35 +22 -31 +6 -6 +-37 32 -3 -22 +-13 -30 +-58 -19 +6 -59 +19 9 +0 5 +3 18 +-28 44 5 47 +10 10 +-24 -54 +25 -31 +-24 1 +8 -46 +24 -56 +5 -8 -51 -33 +-11 -52 +-16 0 +-20 6 +-59 -47 +9 23 +-9 -2 +-10 -17 -1 -21 +0 65 +-22 -25 +-39 47 +-5 -30 +-34 -10 +-30 -62 +42 44 38 -56 +-19 30 +-28 27 +0 -58 +69 45 +0 14 +-1 -15 +44 -18 -4 21 +-44 -7 +-27 12 +4 100 +33 4 +5 -1 +-74 -30 +8 8 -1 -24 +84 38 +-15 -75 +57 138 +-28 -52 +44 -71 +-84 84 +29 26 17 73 +32 -90 +5 18 +-28 20 +54 50 +-9 92 +28 27 +74 43 60 7 +44 38 +42 -87 +41 9 +107 43 +-20 52 +65 7 +-1 105 49 -11 +25 130 +27 -59 +-44 77 +-1 13 +47 -42 +35 27 +40 -43 -98 -97 +-36 -16 +-104 -59 +51 22 +58 -2 +12 -143 +-71 14 +88 93 6 -69 +-39 6 +71 -42 +-146 -99 +-30 8 +-29 97 +-17 117 +26 -41 -77 52 +74 -59 +40 -104 +-140 20 +-46 47 +-29 42 +2 127 +-26 -42 -74 14 --1024 198 --57 9 -99 -15 -24 -4 --6 -45 --23 24 -13 3 --17 15 -32 -9 -38 3 --39 -15 --38 82 -9 -40 -59 -35 -47 25 --17 29 --9 5 -42 -63 -48 -8 -4 51 -13 -8 --32 33 -17 10 -25 -8 --24 -3 --36 -25 --41 -26 --6 -1 -13 -5 --7 6 -4 -15 -25 -6 -6 -2 --1 -7 --10 0 --6 5 -12 -3 -0 -1 --2 0 --1 0 --3 -4 --5 -6 -1 8 -9 23 --22 -16 -4 -3 --3 10 --11 46 -4 41 -6 -19 --13 -30 -10 10 --11 -52 -0 65 --19 30 --44 -7 -84 38 -32 -90 -44 38 -25 130 --36 -16 --39 6 -74 -59 -61 -24 --147 -97 --10 41 -58 16 --12 -2 -21 -10 --54 43 -38 -48 --49 -21 --31 -77 -13 11 -8 15 -1 -9 --20 59 -24 26 --22 -23 --2 14 -34 -11 --8 -80 -38 -35 --13 24 --11 -24 -25 19 --2 37 -18 31 -53 -5 -10 33 --41 8 -14 -38 -8 13 -26 -10 -12 -12 -9 -16 -2 7 -14 6 --8 1 -4 -1 --2 8 --1 0 --1 -2 -0 1 -6 1 --2 -1 --11 7 -14 -8 -29 2 --4 18 -26 -11 --22 12 -3 20 -5 37 --58 -19 --24 -54 --16 0 --22 -25 --28 27 --27 12 --15 -75 -5 18 -42 -87 -27 -59 --104 -59 -71 -42 -40 -104 -23 -11 -75 139 --8 -2 --3 -11 -79 -7 --22 -40 -36 33 -1 -20 -16 -11 --27 -21 -8 4 -36 -8 -15 -18 -33 11 -19 -29 -64 49 --24 -35 -18 -22 -19 23 -5 -6 -25 -48 --2 25 -36 19 --31 16 --23 25 -15 -39 -35 -29 -28 23 -10 -27 --1 33 --11 -33 -11 14 -21 -6 --15 4 --12 6 --1 1 -5 -2 -6 7 -3 -4 -0 -1 --1 0 -1 1 -3 0 --11 -6 --27 -16 -7 -3 -0 -18 --39 41 -7 -17 -11 44 --6 -55 -6 -59 -25 -31 --20 6 --39 47 -0 -58 -4 100 -57 138 --28 20 -41 9 --44 77 -51 22 --146 -99 --140 20 14 -10 --206 -178 -7 -6 --3 26 --24 1 --39 19 --18 -13 -56 43 -31 37 --26 -12 -5 25 -4 35 --9 3 --55 -61 -20 -4 -3 -23 -2 9 -37 -32 -53 5 -56 21 -1 0 -21 -59 -31 -40 --28 19 --15 -4 -7 11 --16 14 --7 -16 --4 15 --36 -5 --7 -17 -4 3 -3 -31 --3 4 --11 2 -15 4 --8 3 -4 7 -1 1 --1 0 --2 -2 -1 -5 --3 16 -13 -11 --8 0 --1 2 --3 19 --12 -1 -23 21 --8 6 -14 35 -19 9 --24 1 --59 -47 --5 -30 -69 45 -33 4 --28 -52 -54 50 -107 43 --1 13 -58 -2 --30 8 --46 47 -14 122 --208 -30 -1 0 --2 16 --5 -1 -29 -50 -28 15 -48 -18 -0 -5 --19 3 -40 -29 -18 6 -42 8 --39 64 -7 81 -84 61 --94 -41 --42 23 -25 -43 --27 -21 -6 0 -79 89 -12 22 --23 24 --34 59 -35 -53 --23 41 --40 -5 -36 3 --18 1 -1 -21 --38 20 --7 1 --4 2 -6 12 --5 -6 --4 -6 --1 -3 -5 3 -0 0 --3 -4 --12 -2 --9 0 --16 10 -7 -2 -1 -19 --35 13 -4 -33 -14 -1 --43 -27 -22 -31 -0 5 -8 -46 -9 23 --34 -10 -0 14 -5 -1 -44 -71 --9 92 --20 52 -47 -42 -12 -143 --29 97 --29 42 -11 7 -0 14 --4 30 -45 27 --37 6 -24 -5 -34 -17 -32 -24 -66 -3 -43 -12 --74 33 -4 -26 --12 -53 --27 -15 --11 44 --16 -68 --14 7 -33 -79 --15 -22 -2 14 -6 -6 -11 -44 --10 -22 -46 -12 -27 -33 --5 22 -35 19 --9 0 -27 -3 -18 -14 --5 19 -16 0 --25 -7 -24 -13 -7 -16 --4 7 -6 -3 -3 -1 -3 0 -0 0 -1 -1 --2 -3 --3 -10 -3 14 -3 25 -6 11 -12 22 -12 -4 -34 1 --17 -41 -6 -6 -3 18 -24 -56 --9 -2 --30 -62 --1 -15 --74 -30 --84 84 -28 27 -65 7 -35 27 --71 14 --17 117 -2 127 -184 7 201 -763 +2007 90 +-31 1000 +205 -107 +-47 187 +-300 66 +-246 -3 +9 -98 -16 -6 +-9 -69 +-20 42 +23 -184 +136 29 +35 -44 +59 -17 +8 -74 -40 -94 +70 37 +-158 56 +-213 76 +-13 59 +37 -79 +9 -98 +-148 -48 -32 -22 +14 67 +-7 50 +49 -1 +-211 11 +102 22 +17 -4 +93 -8 -4 39 +-141 -71 +19 106 +-73 -6 +61 98 +86 -29 +-40 143 +-2 -3 102 45 +56 112 +32 -77 +161 -84 +-74 -42 +56 27 +-33 -46 +-126 6 29 1 +-2 102 +-61 -7 +-129 44 +-26 -1 +-131 -67 +-92 69 +-118 61 306 112 +-59 24 +42 -46 +75 -3 +-64 9 +-54 -51 +42 48 +-195 -31 -49 57 +113 81 +-74 78 +49 151 +43 -10 +127 55 +78 32 +-102 87 -100 -186 +86 22 +-62 12 +-28 33 +-96 -115 +9 -60 +-120 88 +199 -67 -13 -32 +154 -88 +80 41 +30 -32 +-44 65 +9 -123 +-28 0 +-18 115 9 56 +147 -46 +101 -148 +-30 19 +-28 20 +4 -11 +-149 -35 +12 121 39 41 +153 83 +-79 133 +43 -153 +-66 -52 +167 175 +100 -187 +97 48 47 9 +-124 13 +-175 91 +-75 -15 +-54 59 +19 24 +-86 -191 +-13 -63 -66 -61 +-235 23 +-153 -90 +123 30 +-183 -126 +-25 113 +-239 -203 +93 223 -92 106 +-7 142 +61 -109 +25 -37 +77 84 +-37 -73 +171 20 +6 -76 87 -267 +112 -154 +36 3 +-34 18 +-6 98 +-154 113 +121 -88 +-90 227 -7 -66 +18 103 +-107 157 +-16 207 +-88 -93 +-164 29 +-91 184 +96 83 -67 -21 +-18 -6 +-145 79 +-128 108 +-41 46 +-141 -77 +77 51 +96 -19 19 69 +99 -73 +-48 -175 +17 -128 +-69 183 +-37 48 +-45 74 +8 34 42 -237 -37 -44 -53 84 +-167 7 +-61 19 +25 55 +-16 -112 +-107 224 +-227 -284 +-63 141 +37 -44 +83 154 +73 -32 +-88 -16 +-135 -35 +-114 162 +-67 -36 +53 56 +53 84 +219 -41 +-60 -41 +7 -106 +104 -23 +133 -56 +93 -78 +-187 39 153 -50 +-125 -69 +-84 29 +-41 -140 +117 -65 +27 15 +129 -224 +-120 134 -180 96 +-5 -129 +41 19 +-210 55 +-104 183 +-47 -41 +-130 198 +23 -93 55 89 +60 79 +123 84 +-57 -119 +-183 134 +128 -20 +104 -182 +-189 -131 132 64 +123 -96 +170 99 +174 -45 +-140 -95 +55 61 +204 60 +36 1 -63 69 +140 0 +4 -19 +-75 201 +-63 167 +15 -75 +-163 -20 +-111 -6 31 -122 +-87 -19 +-42 29 +-54 -117 +9 -191 +199 40 +99 2 +-103 108 -120 -28 +-14 15 +70 -37 +-148 66 +94 155 +33 97 +14 108 +47 -137 -168 -122 +-137 77 +17 108 +-84 92 +-48 -96 +-27 -3 +213 -114 +-114 12 -20 -149 +-92 -127 +-160 26 +-36 113 +-148 55 +-32 210 +62 -14 +184 32 16 227 +-86 10 +-58 11 +-7 -54 +88 -29 +29 -38 +31 2 +-185 114 69 -18 +-94 -178 +5 39 +-108 -71 +122 -46 +103 -30 +-49 -83 +-58 130 18 -16 +-19 1 +113 4 +93 -11 +7 -2 +-176 -49 +64 56 +47 -82 -48 -171 +-63 -73 +69 -59 +-59 21 +-73 34 +105 -42 +56 89 +-95 54 21 28 +4 42 +-196 51 +50 -131 +-94 -124 +-59 -121 +30 49 +-55 29 39 -97 +-200 10 +5 35 +30 13 +-82 116 +-48 -14 +-189 -110 +-122 -14 10 56 +37 99 +132 12 +62 101 +9 76 +132 -20 +-45 44 +-35 144 124 3 +-28 -58 +-106 -81 +-5 121 +-59 13 +-142 -91 +-128 -205 +55 -63 110 -15 +-1 -91 +-96 -118 +172 25 +33 15 +25 -108 +-252 -46 +-38 -61 68 10 +75 -72 +-76 -105 +-29 -23 +36 1 +-44 221 +-120 -8 +-49 -145 -79 -14 +184 -40 +8 95 +-101 83 +-122 -71 +112 -112 +-149 83 +13 137 -135 104 +9 -30 +82 186 +107 -52 +-199 -131 +-54 5 +47 -7 +20 167 142 -135 +38 -83 +-125 -129 +172 4 +23 -23 +-39 18 +3 -104 +45 64 -55 34 +13 6 +14 -25 +-44 102 +-12 -94 +-18 90 +-195 69 +39 102 51 -47 +8 -91 +-12 52 +113 -33 +-172 141 +-23 1 +13 -131 +31 17 -86 95 +-6 33 +-39 127 +-56 58 +38 -62 +80 85 +40 32 +80 21 15 -3 +-3 74 +19 115 +35 29 +69 123 +-29 11 +-119 -70 +-61 -144 -47 -26 +-58 120 +7 -94 +27 78 +4 -142 +2 72 +23 -90 +5 -19 -55 82 +26 -79 +-40 -61 +-111 -31 +22 -117 +38 26 +0 16 +1 67 -8 141 +-7 128 +0 18 +-110 -89 +26 -85 +19 30 +44 -53 +-47 -99 46 -43 +-40 -63 +-12 -78 +-3 25 +-32 11 +-65 -94 +29 19 +-92 2 -37 -80 +41 -55 +16 34 +-37 39 +-30 88 +21 -22 +-74 79 +-135 -70 69 83 +34 -32 +12 -47 +-75 29 +-26 -61 +91 20 +-27 -6 +61 40 87 -3 +-68 -41 +-16 -30 +-85 50 +-27 39 +19 14 +-23 22 +-19 -25 -13 13 --32 5 -27 53 --21 20 -70 40 -11 3 --70 -21 -7 9 -2007 90 --9 -69 -70 37 -14 67 --141 -71 -56 112 --2 102 --59 24 -113 81 -86 22 -154 -88 -147 -46 -153 83 --124 13 --235 23 --7 142 -112 -154 -18 103 --18 -6 -99 -73 --167 7 -83 154 -219 -41 --125 -69 --5 -129 -60 79 -123 -96 -140 0 --87 -19 --14 15 --137 77 --92 -127 --86 10 --94 -178 --19 1 --63 -73 -4 42 --200 10 -37 99 --28 -58 --1 -91 -75 -72 -184 -40 -9 -30 -38 -83 -13 6 -8 -91 --6 33 --3 74 --58 120 -26 -79 --7 128 --40 -63 -41 -55 -34 -32 --68 -41 49 -15 -46 63 -99 -54 -80 41 -8 -139 --12 -15 --71 18 -21 25 --31 1000 --20 42 --158 56 --7 50 -19 106 -32 -77 --61 -7 -42 -46 --74 78 --62 12 -80 41 -101 -148 --79 133 --175 91 --153 -90 -61 -109 -36 3 --107 157 --145 79 --48 -175 --61 19 -73 -32 --60 -41 --84 29 -41 19 -123 84 -170 99 -4 -19 --42 29 -70 -37 -17 108 --160 26 --58 11 -5 39 -113 4 -69 -59 --196 51 -5 35 -132 12 --106 -81 --96 -118 --76 -105 -8 95 -82 186 --125 -129 -14 -25 --12 52 --39 127 -19 115 -7 -94 --40 -61 -0 18 --12 -78 -16 34 -12 -47 --16 -30 102 45 -54 -68 -55 51 -0 69 --30 58 --181 6 -45 51 --62 42 -205 -107 -23 -184 --213 76 -49 -1 --73 -6 -161 -84 --129 44 -75 -3 -49 151 --28 33 -30 -32 --30 19 -43 -153 --75 -15 -123 30 -25 -37 --34 18 --16 207 --128 108 -17 -128 -25 55 --88 -16 -7 -106 --41 -140 --210 55 --57 -119 -174 -45 --75 201 --54 -117 --148 66 --84 92 --36 113 --7 -54 --108 -71 -93 -11 --59 21 -50 -131 -30 13 -62 101 --5 121 -172 25 --29 -23 --101 83 -107 -52 -172 4 --44 102 -113 -33 --56 58 -35 29 -27 78 --111 -31 --110 -89 --3 25 --37 39 --75 29 --85 50 -5 -91 +65 161 +-28 -48 +16 -52 +-63 50 +-32 5 +46 63 +54 -68 -54 -57 +-88 119 +88 16 +39 32 +97 -4 +27 53 +99 -54 +55 51 -87 -45 +40 -109 +107 -14 +7 48 +-32 2 +-21 20 +80 41 +0 69 61 2 +-58 73 +-82 0 +-39 18 +-25 -13 +70 40 +8 -139 +-30 58 -24 50 +-6 -30 +49 23 +35 -58 +-32 -77 +11 3 +-12 -15 +-181 6 19 33 +-35 -11 +119 -45 +54 -38 +170 -2 +-70 -21 +-71 18 +45 51 -28 -78 +57 -76 +121 86 +1 -31 +-27 31 +7 9 +21 25 +-62 42 62 106 --47 187 -136 29 --13 59 --211 11 -61 98 --74 -42 --26 -1 --64 9 -43 -10 --96 -115 --44 65 --28 20 --66 -52 --54 59 --183 -126 -77 84 --6 98 --88 -93 --41 46 --69 183 --16 -112 --135 -35 -104 -23 -117 -65 --104 183 --183 134 --140 -95 --63 167 -9 -191 -94 155 --48 -96 --148 55 -88 -29 -122 -46 -7 -2 --73 34 --94 -124 --82 116 -9 76 --59 13 -33 15 -36 1 --122 -71 --199 -131 -23 -23 --12 -94 --172 141 -38 -62 -69 123 -4 -142 -22 -117 -26 -85 --32 11 --30 88 --26 -61 --27 39 -65 161 --88 119 -40 -109 --58 73 --6 -30 --35 -11 -57 -76 13 -12 --300 66 -35 -44 -37 -79 -102 22 -86 -29 -56 27 --131 -67 --54 -51 -127 55 -9 -60 -9 -123 -4 -11 -167 175 -19 24 --25 113 --37 -73 --154 113 --164 29 --141 -77 --37 48 --107 224 --114 162 -133 -56 -27 15 --47 -41 -128 -20 -55 61 -15 -75 -199 40 -33 97 --27 -3 --32 210 -29 -38 -103 -30 --176 -49 -105 -42 --59 -121 --48 -14 -132 -20 --142 -91 -25 -108 --44 221 -112 -112 --54 5 --39 18 --18 90 --23 1 -80 85 --29 11 -2 72 -38 26 -19 30 --65 -94 -21 -22 -91 20 -19 14 --28 -48 -88 16 -107 -14 --82 0 -49 23 -119 -45 -121 86 -74 -27 --246 -3 -59 -17 -9 -98 -17 -4 --40 143 --33 -46 --92 69 -42 48 -78 32 --120 88 --28 0 --149 -35 -100 -187 --86 -191 --239 -203 -171 20 -121 -88 --91 184 -77 51 --45 74 --227 -284 --67 -36 -93 -78 -129 -224 --130 198 -104 -182 -204 60 --163 -20 -99 2 -14 108 -213 -114 -62 -14 -31 2 --49 -83 -64 56 -56 89 -30 49 --189 -110 --45 44 --128 -205 --252 -46 --120 -8 --149 83 -47 -7 -3 -104 --195 69 -13 -131 -40 32 --119 -70 -23 -90 -0 16 -44 -53 -29 19 --74 79 --27 -6 --23 22 -16 -52 -39 32 -7 48 --39 18 -35 -58 -54 -38 -1 -31 -49 -51 -9 -98 -8 -74 --148 -48 -93 -8 --2 -3 --126 6 --118 61 --195 -31 --102 87 -199 -67 --18 115 -12 121 -97 48 --13 -63 -93 223 -6 -76 --90 227 -96 83 -96 -19 -8 34 --63 141 -53 56 --187 39 --120 134 -23 -93 --189 -131 -36 1 --111 -6 --103 108 -47 -137 --114 12 -184 32 --185 114 --58 130 -47 -82 --95 54 --55 29 --122 -14 --35 144 -55 -63 --38 -61 --49 -145 -13 137 -20 167 -45 64 -39 102 -31 17 -80 21 --61 -144 -5 -19 -1 67 --47 -99 --92 2 --135 -70 -61 40 --19 -25 --63 50 -97 -4 --32 2 --25 -13 --32 -77 -170 -2 --27 31 32 57 -2604 66 +402 1233 +-301 -332 +-122 174 +-12 -55 +11 125 +-59 -24 +-29 -18 212 86 +127 218 +139 12 +32 141 +29 -32 +2 -62 +69 -25 +-8 39 111 34 +-212 -84 +128 -52 +194 -124 +63 -46 +-107 -174 +-6 164 +78 -54 -22 -41 --5 8 --17 -5 -42 -17 +-107 -125 +-136 -90 +-76 47 +140 -16 +-118 -101 +6 38 +14 0 +-5 8 +129 60 +-3 -90 +65 70 +-50 -69 +30 9 +-107 -118 +-53 17 +-17 -5 +35 -126 +-9 160 +-129 -9 +-59 -110 +-43 45 +-66 -32 +182 36 +42 -17 +25 -102 +128 14 +81 53 +19 62 +62 -83 +-36 -73 +87 -38 -199 -45 +-61 52 +13 15 +63 87 +70 35 +28 -81 +-84 -29 +185 105 186 51 +-139 -84 +49 -207 +38 -30 +36 80 +-198 -84 +-163 -105 +74 -188 150 76 +-94 80 +59 -6 +0 -145 +191 263 +-53 43 +174 -89 +-137 38 -94 -72 +-241 20 +-43 18 +-128 49 +-70 -141 +-72 141 +-1 -42 +-30 -164 29 42 +-25 68 +-89 75 +15 -39 +16 13 +50 19 +185 56 +53 -32 86 -161 +-161 34 +83 -139 +11 95 +-40 52 +-188 -134 +-61 169 +-154 4 -85 177 +91 -78 +140 -87 +39 -86 +53 1 +-196 -91 +196 52 +85 -18 107 24 +173 -55 +135 167 +-196 41 +198 93 +63 -250 +182 245 +-191 -237 139 -114 +22 -208 +-70 135 +-32 68 +-150 -81 +103 164 +73 218 +88 261 49 370 +-125 153 +-96 -25 +-103 81 +-95 -99 +168 -67 +-66 132 +73 -212 -79 99 +-133 26 +52 -19 +118 -107 +145 142 +149 -134 +95 -240 +-200 -106 75 4 +-13 99 +134 -162 +107 -51 +94 -151 +58 70 +-28 18 +-309 -92 -75 -180 +-124 99 +140 193 +26 247 +44 -198 +95 -152 +68 -286 +-65 -32 -51 272 +111 -36 +33 -57 +60 9 +103 214 +180 -286 +59 204 +190 -98 97 71 +29 -134 +-16 -140 +140 -122 +159 8 +143 -196 +65 -30 +-103 -36 7 -170 +-300 70 +68 39 +27 96 +-76 -98 +-235 -2 +-173 51 +246 -45 -237 53 +6 138 +42 -41 +-35 211 +-190 11 +65 7 +-162 220 +135 -132 332 -224 +-60 199 +124 -79 +234 -127 +260 -311 +100 9 +58 -148 +-63 121 -48 -92 +-79 -236 +-50 -60 +121 111 +291 -181 +-322 -107 +-138 251 +301 309 -170 -256 +-113 205 +-142 -72 +-151 117 +196 111 +-121 10 +-316 -184 +20 -16 94 -87 +-144 -15 +88 117 +138 -327 +138 -324 +8 103 +179 52 +69 78 11 126 +28 77 +-32 -42 +111 334 +-28 340 +-311 -134 +-152 -42 +111 -311 248 64 +27 -103 +-228 82 +247 -131 +-269 -49 +-19 -113 +-94 -82 +-145 300 231 248 +237 -158 +-240 -222 +173 -225 +-21 189 +70 -83 +-161 109 +208 -72 -94 296 +-51 170 +241 -3 +-57 -180 +236 -160 +84 -250 +-159 84 +-279 78 122 -358 +255 26 +167 -15 +-32 69 +17 27 +-78 84 +-48 -84 +249 -253 -173 -1 +154 460 +19 61 +74 250 +-282 0 +-189 116 +54 -56 +-12 -35 5 -7 +-124 -105 +-281 -47 +-261 -19 +-3 -56 +367 167 +-121 -1 +-140 162 -24 277 +200 140 +-40 61 +233 -84 +171 -122 +-107 32 +-14 -176 +178 -120 3 -99 +-210 49 +284 -96 +-226 139 +-46 224 +-46 109 +-92 -50 +59 -64 -12 70 +367 -47 +97 -123 +-103 -58 +135 -207 +265 -44 +256 177 +33 55 20 -121 +-151 -271 +-238 16 +-112 -161 +-38 -36 +-190 103 +37 -180 +-41 -23 -198 -80 --206 -91 --160 104 -254 -43 -322 -120 --425 428 -165 -313 --130 106 -240 -75 -118 -12 -263 -54 -335 -206 -211 -129 -83 -25 -8 37 --162 -176 --132 104 -39 8 --222 -137 --234 -112 --20 -268 --57 160 --152 -162 --169 132 -148 -18 -402 1233 -127 218 --212 -84 --107 -125 -129 60 -35 -126 -25 -102 --61 52 --139 -84 --94 80 --241 20 --25 68 --161 34 -91 -78 -173 -55 -22 -208 --125 153 --133 26 --13 99 --124 99 -111 -36 -29 -134 --300 70 -6 138 --60 199 --79 -236 --113 205 --144 -15 -28 77 -27 -103 -237 -158 --51 170 -255 26 -154 460 --124 -105 -200 140 --210 49 -367 -47 --151 -271 70 -79 +241 -3 +10 -365 +175 21 +386 120 +309 376 +-115 28 +-206 -91 45 336 +57 190 +-443 -195 +-179 -143 +-92 252 +510 -36 +78 282 +-160 104 -95 217 +282 283 +34 14 +-105 -29 +139 -432 +306 -142 +20 81 +254 -43 -194 -8 +-3 -121 +434 -127 +192 57 +-378 161 +297 -274 +-193 -215 +322 -120 -37 -62 +-75 -422 +-259 198 +475 178 +182 55 +-90 60 +-61 -388 +-425 428 34 -6 +402 67 +-458 -107 +-224 37 +-186 -9 +-57 235 +5 -93 +165 -313 -163 -25 +-60 -67 +-80 -156 +-24 211 +-11 -191 +230 -102 +-185 -247 +-130 106 317 285 +24 -94 +-207 150 +316 -492 +225 16 +-19 278 +-159 147 +240 -75 54 -19 +71 -510 +244 -17 +0 133 +-164 -111 +-162 154 +-385 72 +118 -12 -223 -225 +-6 -317 +104 -239 +83 -334 +72 -15 +309 212 +102 212 +263 -54 113 -311 +-78 -5 +-21 -285 +123 360 +-127 -203 +-203 126 +-25 21 +335 -206 96 33 +2 183 +336 117 +10 383 +-91 -10 +9 -17 +-41 -40 +211 -129 -82 -147 +-84 -51 +16 282 +-208 128 +280 29 +33 263 +-288 298 +83 -25 383 170 +81 277 +118 52 +69 -59 +352 211 +59 -136 +-62 -9 +8 37 25 50 +59 -368 +109 209 +174 -180 +39 75 +32 182 +-9 200 +-162 -176 -135 211 +73 -194 +98 -91 +-20 281 +-273 -227 +-77 -100 +99 112 +-132 104 -18 -177 +201 15 +-17 -5 +-148 -505 +-170 -94 +-107 -57 +314 105 +39 8 35 197 +-344 -121 +82 211 +-148 -451 +60 185 +-44 161 +345 -266 +-222 -137 -99 -211 +-31 304 +-158 -91 +-3 20 +-90 -131 +130 -307 +-58 -70 +-234 -112 -192 -121 +-177 -144 +-231 318 +-150 -108 +-378 -216 +89 -132 +-276 -15 +-20 -268 -146 6 +-51 -298 +-16 185 +202 -154 +0 -13 +-237 174 +-35 -90 +-57 160 347 320 +83 50 +229 114 +-146 -105 +-151 -40 +-23 322 +177 -87 +-152 -162 -117 71 +73 -17 +-229 119 +368 241 +154 -10 +52 -267 +-2 -379 +-169 132 127 -228 +-176 152 +-29 202 +292 -43 +95 -73 +122 -170 +-19 -224 +148 -18 96 -80 --301 -332 -139 12 -128 -52 --136 -90 --3 -90 --9 160 -128 14 -13 15 -49 -207 -59 -6 --43 18 --89 75 -83 -139 -140 -87 -135 167 --70 135 --96 -25 -52 -19 -134 -162 -140 193 -33 -57 --16 -140 -68 39 -42 -41 -124 -79 --50 -60 --142 -72 -88 117 --32 -42 --228 82 --240 -222 -241 -3 -167 -15 -19 61 --281 -47 --40 61 -284 -96 -97 -123 --238 16 -241 -3 -57 190 -282 283 --3 -121 --75 -422 -402 67 --60 -67 -24 -94 -71 -510 --6 -317 --78 -5 -2 183 --84 -51 -81 277 -59 -368 -73 -194 -201 15 --344 -121 --31 304 --177 -144 --51 -298 -83 50 -73 -17 --176 152 78 83 --122 174 -32 141 -194 -124 --76 47 -65 70 --129 -9 -81 53 -63 87 -38 -30 -0 -145 --128 49 -15 -39 -11 95 -39 -86 --196 41 --32 68 --103 81 -118 -107 -107 -51 -26 247 -60 9 -140 -122 -27 96 --35 211 -234 -127 -121 111 --151 117 -138 -327 -111 334 -247 -131 -173 -225 --57 -180 --32 69 -74 250 --261 -19 -233 -84 --226 139 --103 -58 --112 -161 -10 -365 --443 -195 -34 14 -434 -127 --259 198 --458 -107 --80 -156 --207 150 -244 -17 -104 -239 --21 -285 -336 117 -16 282 -118 52 -109 209 -98 -91 --17 -5 -82 211 --158 -91 --231 318 --16 185 -229 114 --229 119 --29 202 -69 98 --12 -55 -29 -32 -63 -46 -140 -16 --50 -69 --59 -110 -19 62 -70 35 -36 80 -191 263 --70 -141 -16 13 --40 52 -53 1 -198 93 --150 -81 --95 -99 -145 142 -94 -151 -44 -198 -103 214 -159 8 --76 -98 --190 11 -260 -311 -291 -181 -196 111 -138 -324 --28 340 --269 -49 --21 189 -236 -160 -17 27 --282 0 --3 -56 -171 -122 --46 224 -135 -207 --38 -36 -175 21 --179 -143 --105 -29 -192 57 -475 178 --224 37 --24 211 -316 -492 -0 133 -83 -334 -123 360 -10 383 --208 128 -69 -59 -174 -180 --20 281 --148 -505 --148 -451 --3 20 --150 -108 -202 -154 --146 -105 -368 241 -292 -43 12 5 -11 125 -2 -62 --107 -174 --118 -101 -30 9 --43 45 -62 -83 -28 -81 --198 -84 --53 43 --72 141 -50 19 --188 -134 --196 -91 -63 -250 -103 164 -168 -67 -149 -134 -58 70 -95 -152 -180 -286 -143 -196 --235 -2 -65 7 -100 9 --322 -107 --121 10 -8 103 --311 -134 --19 -113 -70 -83 -84 -250 --78 84 --189 116 -367 167 --107 32 --46 109 -265 -44 --190 103 -386 120 --92 252 -139 -432 --378 161 -182 55 --186 -9 --11 -191 -225 16 --164 -111 -72 -15 --127 -203 --91 -10 -280 29 -352 211 -39 75 --273 -227 --170 -94 -60 185 --90 -131 --378 -216 -0 -13 --151 -40 -154 -10 -95 -73 87 -203 --59 -24 -69 -25 --6 164 -6 38 --107 -118 --66 -32 --36 -73 --84 -29 --163 -105 -174 -89 --1 -42 -185 56 --61 169 -196 52 -182 245 -73 218 --66 132 -95 -240 --28 18 -68 -286 -59 204 -65 -30 --173 51 --162 220 -58 -148 --138 251 --316 -184 -179 52 --152 -42 --94 -82 --161 109 --159 84 --48 -84 -54 -56 --121 -1 --14 -176 --92 -50 -256 177 -37 -180 -309 376 -510 -36 -306 -142 -297 -274 --90 60 --57 235 -230 -102 --19 278 --162 154 -309 212 --203 126 -9 -17 -33 263 -59 -136 -32 182 --77 -100 --107 -57 --44 161 -130 -307 -89 -132 --237 174 --23 322 -52 -267 -122 -170 -87 -7 --29 -18 --8 39 -78 -54 -14 0 --53 17 -182 36 -87 -38 -185 105 -74 -188 --137 38 --30 -164 -53 -32 --154 4 -85 -18 --191 -237 -88 261 -73 -212 --200 -106 --309 -92 --65 -32 -190 -98 --103 -36 -246 -45 -135 -132 --63 121 -301 309 -20 -16 -69 78 -111 -311 --145 300 -208 -72 --279 78 -249 -253 --12 -35 --140 162 -178 -120 -59 -64 -33 55 --41 -23 --115 28 -78 282 -20 81 --193 -215 --61 -388 -5 -93 --185 -247 --159 147 --385 72 -102 212 --25 21 --41 -40 --288 298 --62 -9 --9 200 -99 112 -314 105 -345 -266 --58 -70 --276 -15 --35 -90 -177 -87 --2 -379 --19 -224 -375 63 -1462 973 -29 -9 --70 194 -94 75 -35 -63 --197 -63 --91 -23 --319 -216 --137 -227 --132 261 -117 114 --47 -115 --193 189 -18 -354 --99 66 --53 57 --289 -219 -111 -103 --63 20 -59 211 -140 -99 --242 66 --41 147 -171 109 --268 294 --32 -83 -101 414 -15 -25 --32 17 --321 -13 --165 -340 -360 -315 --266 158 -192 39 -41 11 -56 -189 --135 152 --92 -72 --60 97 -331 143 --103 261 --10 -150 --162 244 --234 137 -665 -572 --456 386 -139 -375 --568 7 --288 -40 --454 191 --438 117 --538 72 --36 57 -51 214 -220 106 -121 -213 -231 47 -346 177 -453 228 -23 573 -62 -383 -536 539 -227 -226 --123 -250 --939 -2275 --73 19 -169 136 -83 86 -81 119 --202 49 --91 2 -203 -222 --24 -31 -15 -186 -149 97 --183 -6 -7 -141 -112 106 -150 73 --75 122 --12 -20 -144 -261 --30 -99 -42 8 -107 -11 --175 -6 -208 -45 -252 -73 --15 -85 -65 274 --12 -167 -130 -110 -154 -89 --178 239 --232 174 -293 -76 --319 -53 --121 -465 -351 297 --228 -265 -365 -169 --378 5 -215 212 --233 314 --31 -389 --139 -372 -24 70 -28 172 -50 287 -251 323 --404 -576 --156 152 -437 17 --309 385 --196 -125 -120 214 --547 -206 --271 -70 -298 -628 -280 303 --238 -56 --110 437 -126 141 -98 -215 --611 -198 -83 -412 --285 287 --489 82 --574 578 --238 -126 -151 -96 -254 73 -61 -34 --124 -182 --20 16 --135 49 -79 232 -7 -66 --93 -90 -48 -15 -104 -90 -138 9 -45 -158 --36 17 -226 -42 -46 -291 --5 58 --210 28 -255 156 --11 199 --15 29 -118 35 --297 134 --168 51 --108 50 --146 -164 -129 32 -331 -88 -527 211 --357 40 --167 103 --71 -178 -288 61 -107 -54 --124 1 --177 152 -195 -127 --391 203 -6 -103 --281 -441 --167 42 --24 535 --402 65 -110 -79 --61 -82 --258 836 -13 479 -79 75 --172 -245 -232 107 --77 -390 --63 704 --371 555 --405 95 -334 221 -131 -638 -114 89 -177 790 --168 -193 -256 37 -257 -510 --274 -135 --35 -171 --103 183 -215 22 -82 -75 -33 -63 --129 235 -179 -119 --238 -77 --166 -185 -34 223 -145 -5 -108 34 --130 135 -109 145 -14 -91 --8 -105 -191 -273 --189 -193 -138 -176 --88 -141 --287 -107 --138 211 --106 -112 -75 -114 --45 37 --97 -66 --97 -209 --138 269 --48 -317 --325 113 --140 288 -90 149 -23 -12 -29 -479 -319 171 --223 205 -102 -96 -74 29 -111 191 --85 503 -607 337 --134 -71 --689 4 -161 -166 -534 53 -109 -27 -321 -255 --445 114 -14 402 --133 416 --653 -230 -138 -528 --161 -150 --117 -466 -102 303 -48 -69 --72 -390 -193 417 -541 -489 --12 -430 --573 -514 -440 -271 -337 -462 --257 -230 --207 -265 --266 -12 --6 -108 -82 50 --80 -67 -289 318 --3 -68 --18 -63 --101 -59 --56 -128 -199 102 -2 0 -205 -25 -47 -68 --41 26 -265 21 -166 -161 --110 -34 --50 225 -24 -65 --237 -251 --101 -59 --38 267 -75 -1 --281 279 --146 54 -1 -152 --189 269 -66 -316 -311 -216 -102 -180 --216 228 --76 -20 -274 153 -140 180 --258 161 -212 -259 --233 88 -66 -92 --286 -62 -282 372 -231 -87 --275 -117 --649 -394 -448 26 -249 -34 --330 666 -58 -151 --14 449 --61 -396 -85 -459 -271 -88 --155 6 --358 254 -93 -451 -32 812 -291 728 -13 -245 -233 401 --60 357 -353 177 --748 -479 --902 205 --62 -66 -238 201 --16 50 --40 144 --56 95 --150 -66 --49 -178 -58 246 --17 141 -30 7 -46 -20 -117 -47 --74 58 --22 -168 -251 165 --54 235 --125 -128 -93 -210 -24 142 -93 4 --59 139 --95 113 --90 -9 -158 81 --163 -98 --38 134 -287 190 -15 -189 --33 -48 -245 276 -34 -6 --199 205 --54 97 -72 -3 -243 -59 --296 -205 --7 -51 -175 -17 --344 93 -105 -367 --400 -147 -72 -309 --266 380 -489 -299 --228 -35 -347 -219 --94 292 --322 -93 -227 165 -126 164 -467 522 -175 82 --437 -198 --457 -198 --196 -320 -412 373 -215 -151 --254 -310 -131 317 -410 310 -241 50 -203 -19 --443 283 --477 16 -144 653 +87 -7 +375 63 +1462 973 +-939 -2275 +-574 578 +-35 -171 +-207 -265 +238 201 168 44 --133 -85 -3 40 --129 -85 -207 -111 -112 138 -150 -10 -67 -120 -135 103 --141 -45 -31 38 --16 -6 --69 49 --119 269 -86 -31 --323 -395 --146 -81 --5 34 --71 -192 --1 361 -385 138 -121 -27 -243 2 -135 11 -233 -88 -84 -199 -204 184 --225 -68 -157 114 -54 -26 --97 -38 -250 -193 -116 -37 --37 165 -17 -149 --30 122 -36 22 --112 -224 -58 392 --276 -467 --604 40 --582 293 --276 337 -181 25 -43 -481 --103 130 -209 -373 -52 -192 --368 -307 -416 -178 -50 9 --83 -540 -165 239 --133 -520 -12 237 -66 -145 -447 -616 --129 637 --175 232 -374 -384 --88 -739 --358 610 --189 211 --8 147 -135 218 +29 -9 +-73 19 +-238 -126 +-103 183 +-266 -12 +-16 50 +-133 -85 81 57 +-70 194 +169 136 +151 -96 +215 22 +-6 -108 +-40 144 +3 40 297 171 +94 75 +83 86 +254 73 +82 -75 +82 50 +-56 95 +-129 -85 -269 40 +35 -63 +81 119 +61 -34 +33 -63 +-80 -67 +-150 -66 +207 -111 -81 13 +-197 -63 +-202 49 +-124 -182 +-129 235 +289 318 +-49 -178 +112 138 -97 -81 +-91 -23 +-91 2 +-20 16 +179 -119 +-3 -68 +58 246 +150 -10 120 -92 +-319 -216 +203 -222 +-135 49 +-238 -77 +-18 -63 +-17 141 +67 -120 68 -141 +-137 -227 +-24 -31 +79 232 +-166 -185 +-101 -59 +30 7 +135 103 50 137 +-132 261 +15 -186 +7 -66 +34 223 +-56 -128 +46 -20 +-141 -45 -134 50 +117 114 +149 97 +-93 -90 +145 -5 +199 102 +117 -47 +31 38 146 40 +-47 -115 +-183 -6 +48 -15 +108 34 +2 0 +-74 58 +-16 -6 -61 -185 +-193 189 +7 -141 +104 -90 +-130 135 +205 -25 +-22 -168 +-69 49 105 -187 +18 -354 +112 106 +138 9 +109 145 +47 -68 +251 165 +-119 269 -124 44 +-99 66 +150 73 +45 -158 +14 -91 +-41 26 +-54 235 +86 -31 131 -51 +-53 57 +-75 122 +-36 17 +-8 -105 +265 21 +-125 -128 +-323 -395 -166 -386 +-289 -219 +-12 -20 +226 -42 +191 -273 +166 -161 +93 -210 +-146 -81 -1 23 +111 -103 +144 -261 +46 -291 +-189 -193 +-110 -34 +24 142 +-5 34 158 18 +-63 20 +-30 -99 +-5 58 +138 -176 +-50 225 +93 4 +-71 -192 302 189 +59 211 +42 8 +-210 28 +-88 -141 +24 -65 +-59 139 +-1 361 57 -87 +140 -99 +107 -11 +255 156 +-287 -107 +-237 -251 +-95 113 +385 138 -294 -62 +-242 66 +-175 -6 +-11 199 +-138 211 +-101 -59 +-90 -9 +121 -27 79 42 +-41 147 +208 -45 +-15 29 +-106 -112 +-38 267 +158 81 +243 2 -119 38 +171 109 +252 -73 +118 35 +75 -114 +75 -1 +-163 -98 +135 11 22 -95 +-268 294 +-15 -85 +-297 134 +-45 37 +-281 279 +-38 134 +233 -88 122 -84 +-32 -83 +65 274 +-168 51 +-97 -66 +-146 54 +287 190 +84 -199 -65 -271 +101 414 +-12 -167 +-108 50 +-97 -209 +1 -152 +15 -189 +204 184 -219 67 +15 -25 +130 -110 +-146 -164 +-138 269 +-189 269 +-33 -48 +-225 -68 9 -77 +-32 17 +154 -89 +129 32 +-48 -317 +66 -316 +245 276 +157 114 150 511 +-321 -13 +-178 239 +331 -88 +-325 113 +311 -216 +34 -6 +54 -26 147 -248 +-165 -340 +-232 174 +527 211 +-140 288 +102 -180 +-199 205 +-97 -38 -122 89 +360 -315 +293 -76 +-357 40 +90 149 +-216 228 +-54 97 +250 -193 116 -320 +-266 158 +-319 -53 +-167 103 +23 -12 +-76 -20 +72 -3 +116 -37 -279 303 +192 39 +-121 -465 +-71 -178 +29 -479 +274 153 +243 -59 +-37 165 129 -53 +41 11 +351 297 +288 61 +319 171 +140 180 +-296 -205 +17 -149 355 -99 +56 -189 +-228 -265 +107 -54 +-223 205 +-258 161 +-7 -51 +-30 122 -154 -24 +-135 152 +365 -169 +-124 1 +102 -96 +212 -259 +175 -17 +36 22 -18 248 +-92 -72 +-378 5 +-177 152 +74 29 +-233 88 +-344 93 +-112 -224 104 -109 +-60 97 +215 212 +195 -127 +111 191 +66 -92 +105 -367 +58 392 99 -345 +331 143 +-233 314 +-391 203 +-85 503 +-286 -62 +-400 -147 +-276 -467 81 72 +-103 261 +-31 -389 +6 -103 +607 337 +282 372 +72 -309 +-604 40 -47 -517 +-10 -150 +-139 -372 +-281 -441 +-134 -71 +231 -87 +-266 380 +-582 293 -66 50 +-162 244 +24 70 +-167 42 +-689 4 +-275 -117 +489 -299 +-276 337 229 196 +-234 137 +28 172 +-24 535 +161 -166 +-649 -394 +-228 -35 +181 25 -15 618 +665 -572 +50 287 +-402 65 +534 53 +448 26 +347 -219 +43 -481 10 211 +-456 386 +251 323 +110 -79 +109 -27 +249 -34 +-94 292 +-103 130 278 92 +139 -375 +-404 -576 +-61 -82 +321 -255 +-330 666 +-322 -93 +209 -373 297 -303 +-568 7 +-156 152 +-258 836 +-445 114 +58 -151 +227 165 +52 -192 494 -68 +-288 -40 +437 17 +13 479 +14 402 +-14 449 +126 164 +-368 -307 3 -100 +-454 191 +-309 385 +79 75 +-133 416 +-61 -396 +467 522 +416 -178 165 -34 +-438 117 +-196 -125 +-172 -245 +-653 -230 +85 -459 +175 82 +50 9 -17 -68 +-538 72 +120 214 +232 107 +138 -528 +271 -88 +-437 -198 +-83 -540 616 -328 +-36 57 +-547 -206 +-77 -390 +-161 -150 +-155 6 +-457 -198 +165 239 298 -107 +51 214 +-271 -70 +-63 704 +-117 -466 +-358 254 +-196 -320 +-133 -520 192 -461 +220 106 +298 -628 +-371 555 +102 303 +93 -451 +412 373 +12 237 -275 -333 +121 -213 +280 303 +-405 95 +48 -69 +32 812 +215 -151 +66 -145 -649 -214 +231 47 +-238 -56 +334 221 +-72 -390 +291 728 +-254 -310 +447 -616 -471 545 +346 177 +-110 437 +131 -638 +193 417 +13 -245 +131 317 +-129 637 -180 216 +453 228 +126 141 +114 89 +541 -489 +233 401 +410 310 +-175 232 557 62 +23 573 +98 -215 +177 790 +-12 -430 +-60 357 +241 50 +374 -384 304 242 +62 -383 +-611 -198 +-168 -193 +-573 -514 +353 177 +203 -19 +-88 -739 -387 371 +536 539 +83 -412 +256 37 +440 -271 +-748 -479 +-443 283 +-358 610 -516 568 +227 -226 +-285 287 +257 -510 +337 -462 +-902 205 +-477 16 +-189 211 120 599 +-123 -250 +-489 82 +-274 -135 +-257 -230 +-62 -66 +144 653 +-8 147 -941 -83 diff --git a/AI_Engine_Development/AIE-ML/Design_Tutorials/07-Channelizer-Using-Vitis-Libraries/aie/channelizer/data/fft_front_i_7.txt b/AI_Engine_Development/AIE-ML/Design_Tutorials/07-Channelizer-Using-Vitis-Libraries/aie/channelizer/data/fft_front_i_7.txt index 1cb78c097e..66cbdb98fc 100644 --- a/AI_Engine_Development/AIE-ML/Design_Tutorials/07-Channelizer-Using-Vitis-Libraries/aie/channelizer/data/fft_front_i_7.txt +++ b/AI_Engine_Development/AIE-ML/Design_Tutorials/07-Channelizer-Using-Vitis-Libraries/aie/channelizer/data/fft_front_i_7.txt @@ -1,2048 +1,2048 @@ -326 -1560 +-187 -248 +-899 400 +-5 -9 +-90 -74 +-118 -245 +18 82 +-6 3 34 100 +-79 170 +12 -158 +24 34 +0 0 +6 23 +0 -2 +68 -7 54 72 +55 2 +-12 -35 +67 -47 +8 19 +6 -11 +-31 -12 +36 17 1 30 +27 0 +24 96 +-90 -15 +-5 -1 +-3 -22 +-18 -25 +-35 65 13 -33 +-14 94 +-25 50 +67 -50 +-4 31 +-35 5 +-13 59 +-16 -33 47 32 +20 56 +24 -12 +44 -29 +23 31 +-18 18 +-43 -41 +-5 -38 61 68 +71 18 +-47 -18 +101 -6 +-72 4 +-2 15 +-16 -9 +36 41 -4 11 +-26 0 +9 -17 +5 20 +40 -8 +-13 -16 +-1 29 +29 93 -23 -12 +4 19 +22 63 +-26 -7 +6 -41 +-6 -28 +26 -18 +-10 -22 77 31 +-3 9 +-76 -49 +-15 -13 +-21 -36 +14 -35 +68 -11 +76 38 -6 13 +-9 67 +-2 -41 +-9 -26 +-26 67 +3 11 +-17 64 +-27 -17 -86 50 +-18 14 +8 6 +-47 4 +46 -28 +-23 27 +10 -9 +24 25 11 -8 +7 -7 +-38 -13 +-27 5 +-8 12 +70 20 +-39 21 +-19 -29 6 -9 +-23 41 +-15 51 +-4 -22 +-34 -46 +-95 37 +-19 -1 +2 34 84 -24 +67 11 +8 16 +16 29 +59 14 +-20 -16 +16 23 +-62 8 -32 -57 +38 17 +-3 -23 +-7 -1 +-22 -40 +74 -4 +-21 33 +46 -44 49 -36 +11 20 +-1 -10 +-13 50 +-9 -15 +-31 19 +-31 20 +46 24 -29 -50 +-17 56 +2 23 +84 -20 +-37 -10 +-25 11 +46 11 +-12 37 -19 -23 +16 23 +4 -70 +20 -35 +2 -15 +-35 -30 +-3 10 +-66 -60 -38 78 +-6 51 +-32 -18 +-9 -23 +-42 7 +-14 -5 +18 0 +7 42 -52 -32 +0 9 +-21 -77 +-49 54 +-31 33 +-30 13 +36 -37 +13 -15 10 -7 +-57 -56 +17 28 +-55 -7 +10 -25 +-21 27 +-44 -2 +27 22 -6 -46 +35 10 +-14 -22 +11 10 +-38 1 +1 13 +9 25 +-17 -25 -27 6 +20 -41 +42 -30 +66 -54 +-41 57 +-10 3 +-18 -7 +-13 8 12 -6 +-16 -18 +-44 -31 +32 54 +22 -31 +-41 -23 +-1 7 +47 39 -4 10 +12 42 +-10 19 +-9 -18 +30 34 +-42 16 +-10 24 +-14 -15 0 -52 +27 -10 +12 -56 +13 -8 +-58 -18 +18 6 +17 -34 +-2 -23 10 13 +-12 10 +-23 16 +21 -46 +-22 -29 +4 -2 +-3 50 +-5 -27 -11 28 +-4 30 +-23 12 +1 36 +-7 33 +-9 -31 +13 2 +9 7 25 -16 +-5 -8 +17 -3 +5 -36 +16 -7 +-25 5 +-3 26 +-26 -16 -5 20 +-2 -6 +20 -19 +-16 30 +-1 -14 +9 -17 +-9 9 +7 10 9 -17 +12 -20 +-13 -14 +-19 -2 +4 -11 +11 29 +11 -3 +12 1 -24 0 +-20 3 +1 -1 +-11 5 +15 3 +-6 12 +0 -17 +18 21 10 5 +1 1 +0 -10 +2 -21 +2 -10 +-8 -7 +2 -11 +19 -7 6 -6 +17 -13 +7 0 +0 -20 +-6 -5 +-7 5 +-5 -18 +13 -8 0 -10 +-3 -3 +11 -14 +3 -3 +12 -7 +-4 -3 +-5 4 +2 -8 -5 2 --1 2 -0 -1 -0 0 -1 -4 -6 3 --4 4 --6 -6 --1 11 --6 9 --11 -18 --21 -54 -8 -35 -6 47 --3 23 -49 -3 --7 40 -14 -2 --25 -27 --23 -28 --31 -1 -86 -75 --5 57 -8 31 --112 59 --22 36 --21 -124 --23 104 --187 -248 --79 170 -55 2 -27 0 --14 94 -20 56 -71 18 --26 0 -4 19 --3 9 --9 67 --18 14 -7 -7 --23 41 -67 11 -38 17 -11 20 --17 56 -16 23 --6 51 -0 9 --57 -56 -35 10 -20 -41 --16 -18 -12 42 -27 -10 --12 10 --4 30 --5 -8 --2 -6 -12 -20 --20 3 -1 1 -17 -13 --3 -3 12 -2 +-6 -2 +-2 5 +6 7 +-7 -3 +3 3 +2 1 +-1 2 -8 -5 +-4 -1 +-4 3 +-2 0 +-1 5 +-1 -4 +-1 -2 0 -1 +0 -1 +1 0 +-1 -2 +1 -2 +1 -1 +0 0 +0 0 +0 0 0 0 +-1 1 +1 0 +2 1 +0 2 +1 1 +1 -2 +1 -4 2 -2 +-3 -3 +-2 -3 +-1 -3 +5 0 +-4 -1 +-6 6 +6 3 -3 -6 +2 -2 +1 -4 +0 -5 +-2 0 +7 0 +3 4 +-4 4 8 -6 +-8 -2 +-1 15 +8 14 +-8 6 +-11 -14 +-4 8 +-6 -6 -5 -1 +7 6 +-17 -11 +-1 12 +0 -4 +-5 -2 +17 2 +-1 11 0 -8 +0 -1 +-5 -10 +-17 -5 +-16 9 +17 -27 +-8 6 +-6 9 1 -5 +-4 21 +-9 11 +0 13 +33 4 +-21 -10 +5 9 +-11 -18 33 -3 +-13 6 +-24 -27 +-33 3 +29 3 +-20 12 +0 -1 +-21 -54 -13 15 +26 -33 +21 -23 +-7 21 +30 -25 +23 -8 +25 -12 +8 -35 -42 5 +9 30 +4 -2 +-36 8 +7 -28 +8 -23 +-45 4 +6 47 -51 -38 +37 15 +-6 -13 +8 -31 +9 17 +54 10 +1 -58 +-3 23 -7 27 +-21 -2 +16 -2 +11 -4 +12 6 +-3 15 +17 2 +49 -3 35 -2 +4 -39 +34 -57 +30 3 +29 9 +-29 -44 +-15 -16 +-7 40 -21 -31 +-4 11 +5 -12 +6 -14 +-29 -38 +6 11 +0 -16 +14 -2 44 -1 +8 -10 +-4 51 +82 77 +-26 -11 +-7 2 +104 -22 +-25 -27 37 11 +-55 36 +14 1 +40 25 +-45 21 +34 1 +86 18 +-23 -28 56 12 +23 23 +26 -28 +-57 -52 +26 23 +14 38 +-5 -10 +-31 -1 -36 52 +44 -18 +22 28 +-26 59 +-56 -7 +85 -67 +-10 49 +86 -75 24 -50 +-47 -7 +-3 -32 +-16 11 +36 18 +6 87 +81 50 +-5 57 26 41 +-72 47 +72 -69 +26 -7 +48 -14 +-35 -30 +22 -50 +8 31 2 44 +-53 171 +30 -23 +34 23 +-20 64 +-55 -59 +68 -39 +-112 59 80 56 +-8 56 +-90 6 +-57 -3 +101 24 +0 -22 +-55 68 +-22 36 25 63 +39 -39 +-110 -25 +59 -21 +55 -31 +-96 62 +48 17 +-21 -124 1 -5 +-33 -64 +23 6 +-44 -46 +44 83 +-113 45 +-15 -82 +-23 104 85 -89 --899 400 -12 -158 --12 -35 -24 96 --25 50 -24 -12 --47 -18 -9 -17 -22 63 --76 -49 --2 -41 -8 6 --38 -13 --15 51 -8 16 --3 -23 --1 -10 -2 23 -4 -70 --32 -18 --21 -77 -17 28 --14 -22 -42 -30 --44 -31 --10 19 -12 -56 --23 16 --23 12 -17 -3 -20 -19 --13 -14 -1 -1 -0 -10 -7 0 -11 -14 --6 -2 --4 -1 -1 0 --1 1 --3 -3 -2 -2 --8 -2 -7 6 -0 -1 --4 21 --13 6 -26 -33 -9 30 -37 15 --21 -2 -4 -39 --4 11 -8 -10 --55 36 -23 23 -44 -18 --47 -7 --72 47 --53 171 --8 56 -39 -39 --33 -64 -14 15 --5 -9 -24 34 -67 -47 --90 -15 -67 -50 -44 -29 -101 -6 -5 20 --26 -7 --15 -13 --9 -26 --47 4 --27 5 --4 -22 -16 29 --7 -1 --13 50 -84 -20 -20 -35 --9 -23 --49 54 --55 -7 -11 10 -66 -54 -32 54 --9 -18 -13 -8 -21 -46 -1 36 -5 -36 --16 30 --19 -2 --11 5 -2 -21 -0 -20 -3 -3 --2 5 --4 3 --1 -2 -1 0 --2 -3 -1 -4 --1 15 --17 -11 --5 -10 --9 11 --24 -27 -21 -23 -4 -2 --6 -13 -16 -2 -34 -57 -5 -12 --4 51 -14 1 -26 -28 -22 28 --3 -32 -72 -69 -30 -23 --90 6 --110 -25 -23 6 120 87 --90 -74 -0 0 -8 19 --5 -1 --4 31 -23 31 --72 4 -40 -8 -6 -41 --21 -36 --26 67 -46 -28 --8 12 --34 -46 -59 14 --22 -40 --9 -15 --37 -10 -2 -15 --42 7 --31 33 -10 -25 --38 1 --41 57 -22 -31 -30 34 --58 -18 --22 -29 --7 33 -16 -7 --1 -14 -4 -11 -15 3 -2 -10 --6 -5 -12 -7 -6 7 --2 0 -1 -2 -2 1 --1 -3 -0 -5 -8 14 --1 12 --17 -5 -0 13 --33 3 --7 21 --36 8 -8 -31 -11 -4 -30 3 -6 -14 -82 77 -40 25 --57 -52 --26 59 --16 11 -26 -7 -34 23 --57 -3 -59 -21 --44 -46 125 -68 --118 -245 -6 23 -6 -11 --3 -22 --35 5 --18 18 --2 15 --13 -16 --6 -28 -14 -35 -3 11 --23 27 -70 20 --95 37 --20 -16 -74 -4 --31 19 --25 11 --35 -30 --14 -5 --30 13 --21 27 -1 13 --10 3 --41 -23 --42 16 -18 6 -4 -2 --9 -31 --25 5 -9 -17 -11 29 --6 12 --8 -7 --7 5 --4 -3 --7 -3 --1 5 -1 -1 -0 2 -5 0 --2 0 --8 6 -0 -4 --16 9 -33 4 -29 3 -30 -25 -7 -28 -9 17 -12 6 -29 9 --29 -38 --26 -11 --45 21 -26 23 --56 -7 -36 18 -48 -14 --20 64 -101 24 -55 -31 -44 83 -40 16 -18 82 -0 -2 --31 -12 --18 -25 --13 59 --43 -41 --16 -9 --1 29 -26 -18 -68 -11 --17 64 -10 -9 --39 21 --19 -1 -16 23 --21 33 --31 20 -46 11 --3 10 -18 0 -36 -37 --44 -2 -9 25 --18 -7 --1 7 --10 24 -17 -34 --3 50 -13 2 --3 26 --9 9 -11 -3 -0 -17 -2 -11 --5 -18 --5 4 -3 3 --1 -4 -0 0 -1 1 --4 -1 -7 0 --11 -14 --5 -2 -17 -27 --21 -10 --20 12 -23 -8 -8 -23 -54 10 --3 15 --29 -44 -6 11 --7 2 -34 1 -14 38 -85 -67 -6 87 --35 -30 --55 -59 -0 -22 --96 62 --113 45 16 -63 --6 3 -68 -7 -36 17 --35 65 --16 -33 --5 -38 -36 41 -29 93 --10 -22 -76 38 --27 -17 -24 25 --19 -29 -2 34 --62 8 -46 -44 -46 24 --12 37 --66 -60 -7 42 -13 -15 -27 22 --17 -25 --13 8 -47 39 --14 -15 --2 -23 --5 -27 -9 7 --26 -16 -7 10 -12 1 -18 21 -19 -7 -13 -8 -2 -8 -2 1 --1 -2 -0 0 -1 -2 --6 6 -3 4 --4 8 -17 2 --8 6 -5 9 -0 -1 -25 -12 --45 4 -1 -58 -17 2 --15 -16 -0 -16 -104 -22 -86 18 --5 -10 --10 49 -81 50 -22 -50 -68 -39 --55 68 -48 17 --15 -82 -12 20 -1351 1443 +-63 70 +150 483 +-30 61 +-77 -400 +81 -8 +-8 -49 +-21 -15 -80 10 +-86 -206 +-5 2 +-88 -62 +44 -25 +39 145 +8 57 +-99 -37 -28 -136 +-44 6 +5 47 +-186 87 +11 -29 +-2 47 +103 66 +-52 -31 2 12 +-41 -59 +-7 -110 +176 -15 +28 40 +42 88 +115 75 +130 -155 -24 90 +-16 -153 +48 -113 +-153 124 +30 -46 +71 -14 +65 -159 +125 46 -93 -29 +8 -134 +6 56 +-46 76 +-71 -104 +52 -38 +70 59 +-22 92 -87 -155 +-154 -120 +47 52 +-263 26 +186 0 +-37 -81 +-6 104 +-65 -127 -17 -6 +60 39 +-23 32 +-28 -50 +-113 1 +10 52 +11 -67 +-65 -250 56 5 +10 20 +-47 -149 +-31 14 +26 91 +-17 68 +-83 66 +7 43 -256 -124 +59 -48 +179 93 +-5 65 +26 115 +-61 79 +-127 40 +-228 -72 -8 42 +51 -161 +51 93 +35 63 +68 -107 +17 -37 +93 -104 +26 33 218 -99 +13 -72 +-22 -20 +171 -51 +-72 45 +86 -92 +31 25 +-104 -120 -30 56 +-18 11 +148 0 +112 20 +57 -35 +-182 -83 +66 -44 +9 57 13 16 +51 -98 +56 -117 +100 70 +158 118 +274 -76 +77 -8 +-5 -171 -221 31 +-218 -64 +1 8 +-26 -102 +-175 -36 +15 31 +-76 -58 +156 -38 23 174 +-137 -8 +-2 100 +48 78 +90 74 +-178 -25 +-30 -103 +-110 115 -136 141 +-8 -3 +9 -71 +31 -144 +39 24 +79 -58 +67 -49 +-136 -106 86 171 +49 -99 +-47 -109 +-245 61 +178 63 +50 -65 +-174 -14 +34 -95 44 65 +-56 -108 +-34 192 +-47 105 +49 57 +75 197 +11 24 +225 257 112 -248 +-14 -167 +34 75 +24 94 +100 -5 +38 41 +-64 -1 +-17 -152 149 95 --83 42 --2 203 +-22 -48 +28 244 +150 -184 +108 -96 +99 -109 +-120 114 +-41 49 +-83 42 +162 167 +-62 -61 +153 49 +-54 160 +69 -69 +187 29 +-111 -26 +-2 203 +-147 -25 +61 52 +-63 -44 +179 -12 +-12 -42 +-97 -84 +59 93 63 -26 +-34 159 +-179 60 +-206 217 +151 -211 +52 -5 +130 31 +48 -15 -59 40 +107 68 +211 150 +-109 -198 +-53 169 +147 73 +-12 -19 +-143 -104 3 -58 +-41 -187 +45 -91 +33 61 +-136 -172 +190 -93 +27 -93 +39 59 65 221 +-124 76 +-59 249 +-34 29 +253 109 +-102 -15 +-91 135 +15 82 4 -58 +41 -35 +99 -85 +-124 223 +124 148 +-22 13 +30 -208 +39 148 70 -152 +8 -161 +148 -94 +-32 -164 +69 -159 +92 171 +-49 2 +-24 -4 -134 104 +-10 41 +-116 20 +-64 205 +-80 67 +128 -36 +1 -125 +165 108 61 -137 +54 42 +-105 105 +99 -183 +1 93 +-40 73 +68 -43 +-33 -67 -50 109 +-60 118 +103 102 +147 46 +-12 66 +-67 -197 +-67 23 +-90 13 191 24 +146 -25 +17 7 +59 -28 +-104 -38 +41 -103 +-4 143 +-151 -190 -90 -29 +-8 -15 +10 81 +-22 188 +-25 83 +60 75 +-11 102 +-159 68 -48 44 +-179 130 +-76 -2 +4 195 +53 49 +80 -39 +51 197 +-132 94 16 105 +45 33 +-129 182 +-48 43 +-153 78 +36 37 +72 -75 +-22 128 60 -26 +-173 31 +92 23 +31 -86 +-124 -119 +137 46 +-65 -73 +-46 -34 28 -42 +196 105 +99 42 +102 -71 +56 2 +44 -144 +32 133 +29 66 12 58 +23 31 +-27 14 +51 135 +-47 139 +-88 143 +86 66 +-24 5 -136 -40 +-78 63 +-131 74 +99 -34 +180 75 +5 117 +62 58 +39 -93 47 -170 +84 -89 +-75 -76 +-52 -82 +-28 -82 +112 1 +-82 -26 +-128 137 108 48 +-51 -97 +40 -32 +7 -60 +5 -85 +-35 -2 +97 -1 +39 68 -57 47 +87 -68 +-99 -30 +-13 160 +86 141 +-61 69 +-101 -132 +-42 80 -47 -43 +-54 -2 +34 58 +-147 -93 +-13 87 +-22 -35 +-35 -8 +129 21 -30 74 +9 -52 +1 -20 +-16 -58 +-81 -6 +-86 32 +88 -160 +-69 51 -52 77 +-12 -48 +-44 114 +-37 65 +-24 91 +145 44 +-96 -24 +-4 56 -11 -79 +126 1 +-33 2 +-89 -119 +-157 57 +143 6 +-87 49 +-30 -18 -98 -158 +-52 34 +83 -103 +77 -59 +-59 92 +150 -91 +45 -33 +80 1 24 -119 +-148 3 +-15 104 +-13 -26 +-125 22 +3 -48 +17 -56 +-105 86 6 97 +-134 -48 +61 23 +-45 -19 +2 -105 +6 78 +104 41 +20 -141 -9 59 +-33 85 +-69 16 +41 -38 +-9 20 +-6 -24 +-37 25 +37 -65 24 9 +38 -5 +42 -81 +-1 -88 +23 15 +68 6 +-79 -10 +-9 -46 -11 82 +-86 -108 +-61 51 +35 -31 +8 -21 +-45 -23 +20 -48 +11 9 -18 -11 +1 0 +-45 -3 +23 70 +128 144 +-25 -79 +-89 14 +94 -83 71 -40 +70 -34 +-53 25 +-36 23 +9 4 +-45 39 +48 61 +61 79 -9 -79 +78 -56 +-2 -75 +14 -40 +-4 93 +8 -40 +29 78 +57 -48 -78 -44 --3 -82 --94 15 --5 28 --125 -54 --8 51 -4 -49 --28 46 --63 70 --86 -206 --44 6 --41 -59 --16 -153 -8 -134 --154 -120 -60 39 -10 20 -59 -48 -51 -161 -13 -72 --18 11 -51 -98 --218 -64 --137 -8 --8 -3 -49 -99 --56 -108 --14 -167 --22 -48 -162 167 --147 -25 --34 159 -107 68 --41 -187 --124 76 -41 -35 -8 -161 --10 41 -54 42 --60 118 -146 -25 --8 -15 --179 130 -45 33 --173 31 -196 105 -23 31 --78 63 -84 -89 --51 -97 -87 -68 --54 -2 -9 -52 --12 -48 -126 1 --52 34 --148 3 --134 -48 --33 85 -38 -5 --86 -108 -1 0 -70 -34 -78 -56 1 7 -22 -50 --45 -16 -69 60 -87 89 -84 141 -107 -6 --29 -121 -150 483 --5 2 -5 47 --7 -110 -48 -113 -6 56 -47 52 --23 32 --47 -149 -179 93 -51 93 --22 -20 -148 0 -56 -117 -1 8 --2 100 -9 -71 --47 -109 --34 192 -34 75 -28 244 --62 -61 -61 52 --179 60 -211 150 -45 -91 --59 249 -99 -85 -148 -94 --116 20 --105 105 -103 102 -17 7 -10 81 --76 -2 --129 182 -92 23 -99 42 --27 14 --131 74 --75 -76 -40 -32 --99 -30 -34 58 -1 -20 --44 114 --33 2 -83 -103 --15 104 -61 23 --69 16 -42 -81 --61 51 --45 -3 --53 25 --2 -75 90 42 --17 84 -18 -58 --46 69 --16 87 -13 -4 -47 27 --39 -34 --30 61 --88 -62 --186 87 -176 -15 --153 124 --46 76 --263 26 --28 -50 --31 14 --5 65 -35 63 -171 -51 -112 20 -100 70 --26 -102 -48 78 -31 -144 --245 61 --47 105 -24 94 -150 -184 -153 49 --63 -44 --206 217 --109 -198 -33 61 --34 29 --124 223 --32 -164 --64 205 -99 -183 -147 46 -59 -28 --22 188 -4 195 --48 43 -31 -86 -102 -71 -51 135 -99 -34 --52 -82 -7 -60 --13 160 --147 -93 --16 -58 --37 65 --89 -119 -77 -59 --13 -26 --45 -19 -41 -38 --1 -88 -35 -31 -23 70 --36 23 -14 -40 41 50 +-48 -22 +-89 -16 +138 -48 +28 74 +-3 -82 +22 -50 +-17 84 113 -44 +6 -59 +117 11 +-25 24 +71 8 +-94 15 +-45 -16 +18 -58 62 -159 +-65 -68 +-63 -70 +53 -31 +11 -21 +-5 28 +69 60 +-46 69 -22 7 +-23 134 +-15 19 +-13 22 +6 47 +-125 -54 +87 89 +-16 87 43 69 +25 33 +43 22 +-65 -36 +-47 -70 +-8 51 +84 141 +13 -4 -47 -32 +36 32 +-36 54 +-15 -37 +-5 66 +4 -49 +107 -6 +47 27 -38 -29 +72 75 +-66 -6 +-7 -125 +-85 -89 +-28 46 +-29 -121 +-39 -34 58 -103 --77 -400 -44 -25 -11 -29 -28 40 -30 -46 --71 -104 -186 0 --113 1 -26 91 -26 115 -68 -107 --72 45 -57 -35 -158 118 --175 -36 -90 74 -39 24 -178 63 -49 57 -100 -5 -108 -96 --54 160 -179 -12 -151 -211 --53 169 --136 -172 -253 109 -124 148 -69 -159 --80 67 -1 93 --12 66 --104 -38 --25 83 -53 49 --153 78 --124 -119 -56 2 --47 139 -180 75 --28 -82 -5 -85 -86 141 --13 87 --81 -6 --24 91 --157 57 --59 92 --125 22 -2 -105 --9 20 -23 15 -8 -21 -128 144 -9 4 --4 93 --48 -22 -6 -59 --65 -68 --23 134 -25 33 -36 32 -72 75 68 -42 -81 -8 -39 145 --2 47 -42 88 -71 -14 -52 -38 --37 -81 -10 52 --17 68 --61 79 -17 -37 -86 -92 --182 -83 -274 -76 -15 31 --178 -25 -79 -58 -50 -65 -75 197 -38 41 -99 -109 -69 -69 --12 -42 -52 -5 -147 73 -190 -93 --102 -15 --22 13 -92 171 -128 -36 --40 73 --67 -197 -41 -103 -60 75 -80 -39 -36 37 -137 46 -44 -144 --88 143 -5 117 -112 1 --35 -2 --61 69 --22 -35 --86 32 -145 44 -143 6 -150 -91 -3 -48 -6 78 --6 -24 -68 6 --45 -23 --25 -79 --45 39 -8 -40 --89 -16 -117 11 --63 -70 --15 19 -43 22 --36 54 --66 -6 -157 -22 --8 -49 -8 57 -103 66 -115 75 -65 -159 -70 59 --6 104 -11 -67 --83 66 --127 40 -93 -104 -31 25 -66 -44 -77 -8 --76 -58 --30 -103 -67 -49 --174 -14 -11 24 --64 -1 --120 114 -187 29 --97 -84 -130 31 --12 -19 -27 -93 --91 135 -30 -208 --49 2 -1 -125 -68 -43 --67 23 --4 143 --11 102 -51 197 -72 -75 --65 -73 -32 133 -86 66 -62 58 --82 -26 -97 -1 --101 -132 --35 -8 -88 -160 --96 -24 --87 49 -45 -33 -17 -56 -104 41 --37 25 --79 -10 -20 -48 --89 14 -48 61 -29 78 -138 -48 --25 24 -53 -31 --13 22 --65 -36 --15 -37 --7 -125 36 -51 --21 -15 --99 -37 --52 -31 -130 -155 -125 46 --22 92 --65 -127 --65 -250 -7 43 --228 -72 -26 33 --104 -120 -9 57 --5 -171 -156 -38 --110 115 --136 -106 -34 -95 -225 257 --17 -152 --41 49 --111 -26 -59 93 -48 -15 --143 -104 -39 59 -15 82 -39 148 --24 -4 -165 108 --33 -67 --90 13 --151 -190 --159 68 --132 94 --22 128 --46 -34 -29 66 --24 5 -39 -93 --128 137 -39 68 --42 80 -129 21 --69 51 --4 56 --30 -18 -80 1 --105 86 -20 -141 -37 -65 --9 -46 -11 9 -94 -83 -61 79 -57 -48 -28 74 -71 8 -11 -21 -6 47 --47 -70 --5 66 --85 -89 -80 -105 888 -1979 +63 970 +742 -397 +217 -101 +-89 -198 +81 172 +-22 -74 +120 13 -142 129 +-42 -42 +-65 49 +107 41 +30 0 +15 77 +-65 66 +-115 169 -86 17 +73 158 +43 -35 +121 -31 +-148 -132 +-132 6 +-10 -73 +-61 -94 -4 -108 --14 -70 --25 -30 -11 35 +37 79 +-68 -65 +31 51 +-96 -58 +-145 -83 +-188 0 +-119 62 +-14 -70 +86 66 +-7 31 +115 -174 +-85 -50 +-6 27 +-104 84 +-159 38 +-25 -30 +-22 79 +-66 -82 +-58 -60 +77 97 +5 -35 +24 37 +61 7 +11 35 +151 141 +50 -55 +181 -17 +-84 -14 +171 126 +168 -163 +-30 161 29 -21 +-14 -96 +-19 -63 +105 -2 +66 59 +25 -90 +18 25 +-22 172 -49 -36 +-15 -88 +25 102 +147 5 +-68 22 +66 -15 +144 -51 +41 -16 260 191 +-103 85 +-81 -1 +99 -81 +69 -106 +79 -75 +-34 -48 +169 4 23 -189 +-149 46 +-147 -47 +-30 -77 +-85 -31 +-1 105 +-125 -55 +49 -4 -145 -28 +12 143 +-27 70 +-262 81 +-93 48 +-71 135 +-136 -76 +154 209 41 -91 +60 55 +-202 0 +-141 -13 +-102 41 +171 93 +33 18 +58 -22 -73 -6 +47 43 +-48 42 +-205 -93 +-248 -99 +-254 28 +-89 32 +22 286 154 76 +147 104 +-70 -78 +-51 142 +173 39 +108 -28 +130 -32 +-76 65 54 -136 +194 -123 +45 -193 +-58 -183 +-129 12 +39 125 +181 142 +-11 -63 91 -190 +-42 -148 +-32 282 +-53 87 +-86 -37 +-85 21 +33 69 +170 156 -27 -182 +-6 -23 +164 176 +250 -9 +-291 -136 +47 130 +202 0 +-83 63 29 -64 +41 118 +106 -103 +51 -59 +-137 -81 +23 -341 +17 -192 +-222 -352 -93 231 +83 157 +102 -127 +-56 -145 +-22 -11 +31 -100 +28 8 +23 232 -113 -76 +9 68 +104 -189 +-122 217 +-98 46 +-96 218 +99 -80 +51 15 238 -95 +-106 -92 +75 -57 +-49 -101 +50 -411 +-22 7 +-281 -78 +131 -78 49 -313 +146 -47 +-76 -20 +140 89 +-272 -16 +115 52 +220 79 +-51 -87 -5 67 +-30 -210 +261 102 +59 -240 +-163 224 +-63 -76 +-330 -47 +-35 -22 120 -65 +-270 -100 +-352 -226 +117 204 +-12 -340 +-109 -12 +35 8 +26 -45 39 131 +45 213 +-67 146 +-50 -39 +176 267 +-227 156 +-21 118 +-9 -16 -294 -223 +163 -189 +70 -311 +-35 -53 +-237 -227 +164 -40 +146 -68 +-25 -50 -204 99 +26 54 +-105 188 +237 -308 +-189 -167 +41 -29 +-71 114 +-71 -223 -104 210 +-13 277 +-341 271 +151 154 +-195 207 +-290 -262 +19 -20 +-73 -158 175 -197 +153 -13 +254 -91 +217 -298 +67 -211 +-95 114 +67 62 +-271 -192 -224 230 +-300 -94 +75 -108 +-147 261 +19 -135 +-9 33 +-168 -5 +-19 126 26 -169 +-32 -112 +-275 -202 +-310 -237 +-67 -16 +68 239 +60 -40 +152 -143 -400 -168 +-230 55 +-138 -5 +74 -13 +99 176 +-17 180 +30 -223 +279 409 155 -43 +20 51 +-91 -113 +103 -331 +73 -86 +-3 -183 +-42 -195 +103 -152 -2 10 +380 -234 +141 51 +-30 -257 +31 -54 +-215 -82 +-45 -302 +5 -161 -160 -98 +-127 -65 +122 -385 +124 -88 +184 -14 +223 -90 +-193 268 +27 -310 20 14 +142 20 +-184 6 +39 207 +362 211 +-231 2 +87 300 +52 133 -108 -55 +-394 -101 +-247 -166 +-225 30 +-86 43 +-112 173 +-61 -22 +-47 -205 -115 -213 +-5 54 +-27 -30 +25 -367 +7 -197 +-26 -352 +-187 -94 +-32 -34 125 -74 --78 44 --207 -95 --26 -94 -213 184 --191 -158 --25 38 -302 133 -95 626 --81 251 --35 -369 --14 -94 --388 40 -40 -194 --116 40 -277 82 -35 84 -84 -63 --348 259 --32 -270 --75 -117 -325 -215 -99 33 -100 317 -139 -394 -63 970 --42 -42 -73 158 -37 79 -86 66 --22 79 -151 141 --14 -96 --15 -88 --103 85 --149 46 -12 143 -60 55 -47 43 -147 104 -194 -123 --42 -148 --6 -23 -41 118 -83 157 -9 68 --106 -92 -146 -47 --30 -210 --270 -100 -45 213 -163 -189 -26 54 --13 277 -153 -13 --300 -94 --32 -112 --230 55 -20 51 -380 -234 --127 -65 -142 20 --394 -101 --5 54 59 -93 +56 -239 +-126 116 +-286 -162 +-63 -231 +74 -121 +-27 372 +-78 44 -273 46 +248 232 +108 120 +64 10 +-34 239 +133 -2 +162 -96 +-207 -95 197 385 +-83 -47 +-72 129 +42 -70 +-25 28 +-87 63 +-127 79 +-26 -94 -317 189 +160 -103 +-38 -286 +-112 -296 +282 -35 +197 284 +62 -70 +213 184 -15 7 +-319 -58 +229 127 +6 -204 +-157 -3 +70 96 +-164 17 +-191 -158 89 94 +-18 -73 +140 157 +334 223 +233 -238 +-248 305 +-23 3 +-25 38 -97 -61 +-66 -227 +118 -88 +-109 -8 +-426 87 +233 221 +-152 -11 +302 133 -441 112 +218 -179 +245 217 +232 205 +-143 -74 +151 -112 +-99 -79 +95 626 54 -211 +-236 335 +-138 266 +-49 -111 +-78 134 +-336 30 +-171 198 +-81 251 242 -75 +-207 -163 +-72 -1 +225 -45 +-109 292 +-115 208 +362 193 +-35 -369 338 390 +-346 -106 +-43 73 +-84 106 +-119 2 +-395 -9 +-40 304 +-14 -94 1 -152 +85 48 +-75 -83 +-99 66 +-182 -112 +-103 -118 +-105 -164 +-388 40 -230 34 +24 222 +-286 320 +-209 -21 +-107 -96 +126 363 +110 49 +40 -194 8 48 +-141 -30 +43 58 +-36 59 +141 272 +10 -109 +1 137 +-116 40 -280 19 +-156 5 +49 -275 +-307 -325 +179 -42 +-141 12 +-543 -15 +277 82 -123 -161 +225 -209 +-176 -10 +-185 -90 +237 -52 +-55 96 +-348 2 +35 84 -279 -141 +-83 -186 +-124 99 +341 370 +-72 -169 +16 -113 +92 9 +84 -63 149 -183 +-72 131 +-2 -112 +117 -250 +193 -26 +-170 255 +45 -96 +-348 259 -95 54 +208 63 +153 45 +64 -88 +-77 -22 +4 -349 +-271 -194 +-32 -270 -86 -86 +212 -198 +-239 123 +-70 -24 +-192 22 +155 44 +-112 214 +-75 -117 37 -42 +186 -500 +34 109 +-165 65 +81 -349 +167 194 +-294 149 +325 -215 -195 -59 +85 -28 +306 74 +106 -73 +-287 -102 +-79 25 +161 -140 +99 33 -12 -141 +-129 80 +151 85 +-115 96 +-200 135 +225 -57 +-134 -62 +100 317 5 59 +144 100 +-133 -172 +97 95 +-28 -213 +247 -87 +3 150 +139 -394 -251 216 -742 -397 --65 49 -43 -35 --68 -65 --7 31 --66 -82 -50 -55 --19 -63 -25 102 --81 -1 --147 -47 --27 70 --202 0 --48 42 --70 -78 -45 -193 --32 282 -164 176 -106 -103 -102 -127 -104 -189 -75 -57 --76 -20 -261 102 --352 -226 --67 146 -70 -311 --105 188 --341 271 -254 -91 -75 -108 --275 -202 --138 -5 --91 -113 -141 51 -122 -385 --184 6 --247 -166 --27 -30 -56 -239 -248 232 --83 -47 -160 -103 --319 -58 --18 -73 --66 -227 -218 -179 --236 335 --207 -163 --346 -106 -85 48 -24 222 --141 -30 --156 5 -225 -209 --83 -186 --72 131 -208 63 -212 -198 -186 -500 -85 -28 --129 80 -144 100 4 -33 -217 -101 -107 41 -121 -31 -31 51 -115 -174 --58 -60 -181 -17 -105 -2 -147 5 -99 -81 --30 -77 --262 81 --141 -13 --205 -93 --51 142 --58 -183 --53 87 -250 -9 -51 -59 --56 -145 --122 217 --49 -101 -140 89 -59 -240 -117 204 --50 -39 --35 -53 -237 -308 -151 154 -217 -298 --147 261 --310 -237 -74 -13 -103 -331 --30 -257 -124 -88 -39 207 --225 30 -25 -367 --126 116 -108 120 --72 129 --38 -286 -229 127 -140 157 -118 -88 -245 217 --138 266 --72 -1 --43 73 --75 -83 --286 320 -43 58 -49 -275 --176 -10 --124 99 --2 -112 -153 45 --239 123 -34 109 -306 74 -151 85 --133 -172 -252 -228 --89 -198 -30 0 --148 -132 --96 -58 --85 -50 -77 97 --84 -14 -66 59 --68 22 -69 -106 --85 -31 --93 48 --102 41 --248 -99 -173 39 --129 12 --86 -37 --291 -136 --137 -81 --22 -11 --98 46 -50 -411 --272 -16 --163 224 --12 -340 -176 267 --237 -227 --189 -167 --195 207 -67 -211 -19 -135 --67 -16 -99 176 -73 -86 -31 -54 -184 -14 -362 211 --86 43 -7 -197 --286 -162 -64 10 -42 -70 --112 -296 -6 -204 -334 223 --109 -8 -232 205 --49 -111 -225 -45 --84 106 --99 66 --209 -21 --36 59 --307 -325 --185 -90 -341 370 -117 -250 -64 -88 --70 -24 --165 65 -106 -73 --115 96 -97 95 -294 176 -81 172 -15 77 --132 6 --145 -83 --6 27 -5 -35 -171 126 -25 -90 -66 -15 -79 -75 --1 105 --71 135 -171 93 --254 28 -108 -28 -39 125 --85 21 -47 130 -23 -341 -31 -100 --96 218 --22 7 -115 52 --63 -76 --109 -12 --227 156 -164 -40 -41 -29 --290 -262 --95 114 --9 33 -68 239 --17 180 --3 -183 --215 -82 -223 -90 --231 2 --112 173 --26 -352 --63 -231 --34 239 --25 28 -282 -35 --157 -3 -233 -238 --426 87 --143 -74 --78 134 --109 292 --119 2 --182 -112 --107 -96 -141 272 -179 -42 -237 -52 --72 -169 -193 -26 --77 -22 --192 22 -81 -349 --287 -102 --200 135 --28 -213 58 -186 --22 -74 --65 66 --10 -73 --188 0 --104 84 -24 37 -168 -163 -18 25 -144 -51 --34 -48 --125 -55 --136 -76 -33 18 --89 32 -130 -32 -181 142 -33 69 -202 0 -17 -192 -28 8 -99 -80 --281 -78 -220 79 --330 -47 -35 8 --21 118 -146 -68 --71 114 -19 -20 -67 62 --168 -5 -60 -40 -30 -223 --42 -195 --45 -302 --193 268 -87 300 --61 -22 --187 -94 -74 -121 -133 -2 --87 63 -197 284 -70 96 --248 305 -233 221 -151 -112 --336 30 --115 208 --395 -9 --103 -118 -126 363 -10 -109 --141 12 --55 96 -16 -113 --170 255 -4 -349 -155 44 -167 194 --79 25 -225 -57 -247 -87 --17 24 -120 13 --115 169 --61 -94 --119 62 --159 38 -61 7 --30 161 --22 172 -41 -16 -169 4 -49 -4 -154 209 -58 -22 -22 286 --76 65 --11 -63 -170 156 --83 63 --222 -352 -23 232 -51 15 -131 -78 --51 -87 --35 -22 -26 -45 --9 -16 --25 -50 --71 -223 --73 -158 --271 -192 --19 126 -152 -143 -279 409 -103 -152 -5 -161 -27 -310 -52 133 --47 -205 --32 -34 --27 372 -162 -96 --127 79 -62 -70 --164 17 --23 3 --152 -11 --99 -79 --171 198 -362 193 --40 304 --105 -164 -110 49 -1 137 --543 -15 --348 2 -92 9 -45 -96 --271 -194 --112 214 --294 149 -161 -140 --134 -62 -3 150 -13 106 --144 -1760 --56 79 -222 251 -8 189 -131 -65 -198 115 -114 259 -20 9 -5 75 -80 -115 --54 162 --170 219 --5 73 -156 5 -119 -201 --96 -128 -47 58 --164 13 --146 -13 --28 15 --28 -49 --311 103 --39 225 --16 -114 --146 -63 --59 -151 -359 -76 -385 -180 --112 -11 --67 167 -281 32 -4 134 -547 209 --5 208 -178 -50 -286 53 --227 193 -207 189 -153 205 -34 49 -213 249 -132 -53 -99 204 --251 -131 -151 502 -31 -250 --405 -461 --116 -945 --3 -263 -218 729 --71 224 -828 -162 --21 205 -288 72 --607 -204 --287 65 --54 29 -838 -304 -331 333 -44 96 --300 529 --33 69 --101 -549 --2 361 -1956 348 -113 303 -56 -176 -32 -58 --55 168 --12 151 -22 32 --29 144 -52 88 -58 -21 -103 329 -13 -138 --68 -154 --217 120 -240 -12 --8 246 -101 262 --121 136 -69 94 --102 50 -167 -9 --36 -111 -118 183 -99 111 -321 107 --33 102 --92 167 --156 -215 -143 -267 --229 -161 -553 70 -260 63 -248 -103 -32 -123 --453 158 -172 131 -77 26 -259 121 --3 -132 --103 107 -479 -69 --194 -505 -472 -296 -78 -248 --14 -113 -206 146 -412 -126 --210 332 --238 173 --460 -703 --21 -35 -487 84 -84 52 -634 43 -156 160 -106 321 --374 463 -98 -296 -328 339 --69 152 -227 213 --40 7 --309 22 -608 -129 --614 677 -160 -119 --138 -105 -46 281 --37 161 -19 67 --136 -56 -102 59 --11 61 --212 -96 -166 -61 -119 -68 -10 54 --65 146 -50 34 --138 164 -48 -311 --237 -118 --153 -167 --148 103 --274 -124 --19 259 --97 67 --169 -282 -235 109 -58 -107 -59 122 -63 -325 -442 -429 --256 258 -48 57 -446 151 -85 1 -127 107 --132 -117 --170 365 -163 145 -313 185 --7 108 --89 358 --384 -218 -96 135 -88 335 -473 5 -0 261 -249 258 --351 252 -424 -512 -387 295 -545 317 --38 -192 --166 -196 -97 -149 -208 -161 --522 268 -236 563 -181 -325 --264 -325 --557 486 --226 945 -11 164 -133 -77 --235 -439 --55 169 --166 98 -6 123 -270 -175 --404 -13 -76 -21 -73 -77 -261 -58 --72 147 --109 5 --143 17 --11 31 -81 32 -5 -21 -23 -7 -185 -84 --41 54 -43 135 --39 -211 --42 -112 -97 76 --46 -102 --152 22 --127 -109 -304 8 --143 -126 -90 6 -82 191 --153 224 --219 -56 --215 214 -81 -105 -277 349 --373 51 --164 386 -83 224 --169 135 -28 -173 -254 199 --85 304 -129 -209 --26 -34 -1 30 -367 535 --46 -188 --303 -157 --183 63 --434 -284 -305 -416 -290 190 -126 -365 -84 186 -679 -573 --32 -22 --52 294 -272 -112 -212 -127 -155 122 --299 -84 -305 -44 -313 -298 --629 -131 --580 -7 -265 29 -543 658 -225 -44 --82 -18 -140 217 -140 -74 -69 140 --16 79 --263 -8 -147 -150 --9 -207 --129 -19 -40 181 -273 -118 -1 -29 -84 -82 -30 -54 -20 -89 -99 87 -148 116 -101 60 --44 -45 -15 79 -94 514 -69 149 -39 -32 --24 330 --57 -133 --92 217 -41 -84 -133 -293 --28 301 --39 2 -34 -129 --70 -296 --195 -41 --63 -94 --210 -46 --625 -273 -122 -43 -238 177 -395 87 --97 25 --91 179 -303 386 --46 473 --569 -207 -271 -28 --166 -265 -267 36 --127 125 -246 -180 -370 -235 -382 -89 -38 -119 -559 341 -395 285 --465 -780 --68 585 --168 214 -479 213 -244 -243 --477 -246 -240 -77 --483 -398 -532 -192 -143 195 --112 -321 -53 -33 -164 -101 -1 -19 --137 143 --274 -25 -16 71 --48 -67 --23 35 --91 -162 --111 -47 --37 43 --64 19 --218 66 -280 -138 -93 144 --169 -72 --169 24 --154 84 -1 -76 --124 62 --320 -84 --94 308 --42 -110 -9 -69 --22 92 --77 74 -264 177 --17 -241 --58 -92 --79 8 --49 -168 --117 136 -305 282 --444 136 -204 -173 -69 -62 -152 440 -87 225 --212 -239 --42 92 --438 -10 -323 66 --280 487 -475 -151 -26 17 --110 -307 -164 -474 -50 -67 -115 203 -158 61 --244 -302 --172 179 --241 189 -303 342 --180 -34 --66 104 -501 59 --90 279 -444 121 -266 -356 -310 405 -228 -23 +-17 24 +13 106 +-144 -1760 +1956 348 +-614 677 +-166 98 +225 -44 +143 195 -104 -122 -19 -136 --173 -123 --29 -199 -16 225 --113 -98 --247 -79 --88 41 --131 -66 -182 -18 --56 210 -91 126 --150 -20 --12 -39 --46 220 --147 -97 --169 -84 -44 34 --70 346 -83 -36 -43 -83 -160 48 --101 -55 -317 15 -32 15 -92 -137 --84 -133 --14 218 --73 -87 --132 79 -258 8 --2 -15 --28 35 -172 243 --6 175 -213 -280 -31 -495 -112 -176 -271 261 --63 139 --34 -85 -104 -132 --216 -188 --80 -280 -295 -375 --263 -282 --181 12 -272 -66 --43 -235 -602 -15 -80 128 --13 -674 -40 441 -139 15 -199 -208 -92 29 -354 -391 -221 611 --394 -161 --417 -499 -158 -98 --496 488 --499 569 -47 -179 3 -11 +-56 79 +113 303 +160 -119 +6 123 +-82 -18 +-112 -321 +19 -136 341 -165 +222 251 +56 -176 +-138 -105 +270 -175 +140 217 +53 -33 +-173 -123 108 258 +8 189 +32 -58 +46 281 +-404 -13 +140 -74 +164 -101 +-29 -199 -164 232 +131 -65 +-55 168 +-37 161 +76 -21 +69 140 +1 -19 +16 225 -33 -149 +198 115 +-12 151 +19 67 +73 -77 +-16 79 +-137 143 +-113 -98 -31 -291 +114 259 +22 32 +-136 -56 +261 -58 +-263 -8 +-274 -25 +-247 -79 186 19 +20 9 +-29 144 +102 59 +-72 147 +147 -150 +16 71 +-88 41 212 239 +5 75 +52 88 +-11 61 +-109 5 +-9 -207 +-48 -67 +-131 -66 -119 -44 +80 -115 +58 -21 +-212 -96 +-143 17 +-129 -19 +-23 35 +182 -18 176 99 +-54 162 +103 329 +166 -61 +-11 31 +40 181 +-91 -162 +-56 210 -46 -25 +-170 219 +13 -138 +119 -68 +81 32 +273 -118 +-111 -47 +91 126 -34 -137 +-5 73 +-68 -154 +10 54 +5 -21 +1 -29 +-37 43 +-150 -20 -46 -132 +156 5 +-217 120 +-65 146 +23 -7 +84 -82 +-64 19 +-12 -39 -58 -111 +119 -201 +240 -12 +50 34 +185 -84 +30 -54 +-218 66 +-46 220 -164 -8 +-96 -128 +-8 246 +-138 164 +-41 54 +20 -89 +280 -138 +-147 -97 192 -42 +47 58 +101 262 +48 -311 +43 135 +99 87 +93 144 +-169 -84 -97 -78 +-164 13 +-121 136 +-237 -118 +-39 -211 +148 116 +-169 -72 +44 34 147 16 +-146 -13 +69 94 +-153 -167 +-42 -112 +101 60 +-169 24 +-70 346 -111 62 +-28 15 +-102 50 +-148 103 +97 76 +-44 -45 +-154 84 +83 -36 -15 -236 +-28 -49 +167 -9 +-274 -124 +-46 -102 +15 79 +1 -76 +43 -83 -67 -268 +-311 103 +-36 -111 +-19 259 +-152 22 +94 514 +-124 62 +160 48 -59 103 +-39 225 +118 183 +-97 67 +-127 -109 +69 149 +-320 -84 +-101 -55 -11 -79 +-16 -114 +99 111 +-169 -282 +304 8 +39 -32 +-94 308 +317 15 11 -58 +-146 -63 +321 107 +235 109 +-143 -126 +-24 330 +-42 -110 +32 15 109 167 +-59 -151 +-33 102 +58 -107 +90 6 +-57 -133 +9 -69 +92 -137 45 -211 +359 -76 +-92 167 +59 122 +82 191 +-92 217 +-22 92 +-84 -133 -44 49 +385 -180 +-156 -215 +63 -325 +-153 224 +41 -84 +-77 74 +-14 218 -28 101 +-112 -11 +143 -267 +442 -429 +-219 -56 +133 -293 +264 177 +-73 -87 188 345 +-67 167 +-229 -161 +-256 258 +-215 214 +-28 301 +-17 -241 +-132 79 142 82 +281 32 +553 70 +48 57 +81 -105 +-39 2 +-58 -92 +258 8 47 -105 +4 134 +260 63 +446 151 +277 349 +34 -129 +-79 8 +-2 -15 9 330 +547 209 +248 -103 +85 1 +-373 51 +-70 -296 +-49 -168 +-28 35 -263 -314 +-5 208 +32 -123 +127 107 +-164 386 +-195 -41 +-117 136 +172 243 107 262 +178 -50 +-453 158 +-132 -117 +83 224 +-63 -94 +305 282 +-6 175 326 122 +286 53 +172 131 +-170 365 +-169 135 +-210 -46 +-444 136 +213 -280 40 458 +-227 193 +77 26 +163 145 +28 -173 +-625 -273 +204 -173 +31 -495 36 -174 +207 189 +259 121 +313 185 +254 199 +122 -43 +69 -62 +112 -176 -74 323 +153 205 +-3 -132 +-7 108 +-85 304 +238 177 +152 440 +271 261 156 4 +34 49 +-103 107 +-89 358 +129 -209 +395 87 +87 225 +-63 139 -158 -443 +213 249 +479 -69 +-384 -218 +-26 -34 +-97 25 +-212 -239 +-34 -85 -62 82 +132 -53 +-194 -505 +96 135 +1 30 +-91 179 +-42 92 +104 -132 148 -371 +99 204 +472 -296 +88 335 +367 535 +303 386 +-438 -10 +-216 -188 244 -13 +-251 -131 +78 -248 +473 5 +-46 -188 +-46 473 +323 66 +-80 -280 248 93 +151 502 +-14 -113 +0 261 +-303 -157 +-569 -207 +-280 487 +295 -375 261 -244 +31 -250 +206 146 +249 258 +-183 63 +271 -28 +475 -151 +-263 -282 313 -41 +-405 -461 +412 -126 +-351 252 +-434 -284 +-166 -265 +26 17 +-181 12 260 7 +-116 -945 +-210 332 +424 -512 +305 -416 +267 36 +-110 -307 +272 -66 286 -469 +-3 -263 +-238 173 +387 295 +290 190 +-127 125 +164 -474 +-43 -235 -484 -413 +218 729 +-460 -703 +545 317 +126 -365 +246 -180 +50 -67 +602 -15 -289 -558 +-71 224 +-21 -35 +-38 -192 +84 186 +370 -235 +115 203 +80 128 120 395 +828 -162 +487 84 +-166 -196 +679 -573 +382 -89 +158 61 +-13 -674 -195 -89 +-21 205 +84 52 +97 -149 +-32 -22 +38 -119 +-244 -302 +40 441 -69 -182 +288 72 +634 43 +208 -161 +-52 294 +559 341 +-172 179 +139 15 797 20 +-607 -204 +156 160 +-522 268 +272 -112 +395 285 +-241 189 +199 -208 721 -95 +-287 65 +106 321 +236 563 +212 -127 +-465 -780 +303 342 +92 29 -303 126 +-54 29 +-374 463 +181 -325 +155 122 +-68 585 +-180 -34 +354 -391 -222 258 +838 -304 +98 -296 +-264 -325 +-299 -84 +-168 214 +-66 104 +221 611 363 435 +331 333 +328 339 +-557 486 +305 -44 +479 213 +501 59 +-394 -161 137 -293 +44 96 +-69 152 +-226 945 +313 -298 +244 -243 +-90 279 +-417 -499 294 -352 +-300 529 +227 213 +11 164 +-629 -131 +-477 -246 +444 121 +158 -98 -212 669 +-33 69 +-40 7 +133 -77 +-580 -7 +240 -77 +266 -356 +-496 488 183 -42 +-101 -549 +-309 22 +-235 -439 +265 29 +-483 -398 +310 405 +-499 569 17 -275 +-2 361 +608 -129 +-55 169 +543 658 +532 -192 +228 -23 +47 -179 176 304 diff --git a/AI_Engine_Development/AIE-ML/Design_Tutorials/07-Channelizer-Using-Vitis-Libraries/aie/channelizer/data/fft_front_o_0.txt b/AI_Engine_Development/AIE-ML/Design_Tutorials/07-Channelizer-Using-Vitis-Libraries/aie/channelizer/data/fft_front_o_0.txt index a65424a7c9..860af6eeeb 100644 --- a/AI_Engine_Development/AIE-ML/Design_Tutorials/07-Channelizer-Using-Vitis-Libraries/aie/channelizer/data/fft_front_o_0.txt +++ b/AI_Engine_Development/AIE-ML/Design_Tutorials/07-Channelizer-Using-Vitis-Libraries/aie/channelizer/data/fft_front_o_0.txt @@ -1,2048 +1,2048 @@ 1581 -480 -1557 -402 -1394 -562 -1755 -664 -1518 -349 -1308 -921 -1678 -1110 -1388 -662 -1112 -380 -1460 -59 -1796 378 -1832 14 -1997 -571 -1687 -914 -1514 -758 -1490 -611 -1543 -596 -1499 -611 -1607 -349 -1668 -79 -1489 -479 -1609 -501 -1422 -374 -1623 -728 -1404 -444 -958 -291 -1282 -122 -1607 -611 -1860 -431 -1502 -352 -1652 -450 -1462 -515 -1631 -658 -1251 -531 -1391 -910 -1427 -556 -1140 -331 -1217 -315 -1881 -253 -2152 125 -1525 -24 -1744 -370 -1322 -322 -1457 -724 -1578 -398 -1624 -449 -1959 -202 -1681 -197 -1749 -514 -1698 -604 -1763 -610 -1365 -349 -1461 -441 -1639 -518 -1925 -544 -1797 -130 -1662 -520 -1439 -579 -1156 -622 -1469 -289 -1373 -184 -1698 -788 -1905 -373 -1506 -247 489 1041 +1557 -402 672 1208 +1394 -562 459 1696 +1755 -664 164 1677 +1518 -349 518 1413 +1308 -921 813 1929 +1678 -1110 176 1851 +1388 -662 757 1480 +1112 -380 806 1535 +1460 -59 587 1507 +1796 378 222 1183 +1832 14 360 1359 +1997 -571 75 1545 +1687 -914 289 2137 +1514 -758 -204 2203 +1490 -611 140 1484 +1543 -596 258 1458 +1499 -611 193 1424 +1607 -349 -154 1509 +1668 -79 -69 1333 +1489 -479 -86 1728 +1609 -501 -515 1651 +1422 -374 -328 1622 +1623 -728 -390 1785 +1404 -444 -339 1507 +958 -291 -544 1699 +1282 -122 -568 1538 +1607 -611 -330 1600 +1860 -431 -197 1505 +1502 -352 -211 1346 +1652 -450 -77 1106 +1462 -515 -167 1317 +1631 -658 -364 1121 +1251 -531 -98 1043 +1391 -910 -217 1147 +1427 -556 -420 990 +1140 -331 -231 1019 +1217 -315 -97 1499 +1881 -253 -347 1636 +2152 125 -343 1656 +1525 -24 -510 1766 +1744 -370 -732 1728 +1322 -322 -885 1413 +1457 -724 -732 1422 +1578 -398 -377 1509 +1624 -449 -456 1773 +1959 -202 -369 1197 +1681 -197 -178 1284 +1749 -514 -699 938 +1698 -604 -481 1038 +1763 -610 -650 1215 +1365 -349 -862 1149 +1461 -441 -916 1453 +1639 -518 -622 1333 +1925 -544 -338 1243 +1797 -130 -453 1205 +1662 -520 -397 1333 +1439 -579 -599 1309 +1156 -622 -586 963 +1469 -289 -351 1274 +1373 -184 -684 1453 +1698 -788 -651 1267 +1905 -373 -651 1253 +1506 -247 -596 1137 2300 136 -2097 717 -1884 474 -2518 178 -2762 538 -2697 195 -2380 763 -1625 492 -2412 647 -2304 1052 -1956 726 -1856 446 -1882 794 -2059 995 -1974 1502 -1835 1334 -2103 1477 -1712 1373 -1621 1281 -1811 1603 -2178 1670 -1765 1459 -1463 889 -1461 1599 -1378 2011 -1486 2183 -1223 2063 -768 2160 -1013 1847 -1576 2217 -1076 2005 -785 1779 -503 1756 -678 1991 -607 2125 -872 1985 -800 1912 -771 1479 -679 1613 -643 1971 -544 2194 -807 1726 -881 1958 -489 1897 -275 1797 --175 1680 --253 1440 -88 1517 --30 1595 --68 1353 -278 1410 -132 1818 --68 1727 -387 1521 -773 1871 -656 2022 -485 1864 -77 1877 --382 2132 --104 2232 -136 2578 --291 2390 --235 2289 --92 2226 970 -815 +2097 717 709 -31 +1884 474 490 -198 +2518 178 819 71 +2762 538 838 312 +2697 195 1062 586 +2380 763 1055 335 +1625 492 1022 146 +2412 647 616 350 +2304 1052 765 389 +1956 726 544 665 +1856 446 534 363 +1882 794 997 760 +2059 995 915 523 +1974 1502 1017 539 +1835 1334 711 874 +2103 1477 864 556 +1712 1373 1190 319 +1621 1281 1002 331 +1811 1603 476 405 +2178 1670 487 104 +1765 1459 603 689 +1463 889 533 908 +1461 1599 802 1193 +1378 2011 606 1085 +1486 2183 319 975 +1223 2063 298 850 +768 2160 213 834 +1013 1847 372 668 +1576 2217 257 819 +1076 2005 280 591 +785 1779 -25 486 +503 1756 48 311 +678 1991 381 868 +607 2125 228 1094 +872 1985 -60 623 +800 1912 379 905 +771 1479 -89 1255 +679 1613 43 819 +643 1971 87 1015 +544 2194 165 656 +807 1726 224 580 +881 1958 235 731 +489 1897 -197 1207 +275 1797 -351 601 +-175 1680 239 677 +-253 1440 -52 454 +88 1517 -316 563 +-30 1595 -911 427 +-68 1353 -772 530 +278 1410 -872 607 +132 1818 -528 940 +-68 1727 -748 867 +387 1521 -395 545 +773 1871 -341 521 +656 2022 -599 437 +485 1864 -444 458 +77 1877 -199 802 +-382 2132 -219 609 +-104 2232 -492 519 +136 2578 -261 643 +-291 2390 -283 949 +-235 2289 62 665 +-92 2226 295 996 387 245 -553 23 -261 -169 -158 -130 -124 223 --274 89 -55 -254 -390 116 -357 292 -118 -11 -142 -41 --118 1 -188 -270 -121 -17 --92 -269 --14 -104 --441 -144 --167 116 --500 355 --160 -43 --307 273 --588 149 --513 104 --153 207 -61 -80 -286 254 --183 72 -61 -78 --147 34 --252 278 --503 -37 -510 -134 -461 303 --64 0 --344 -313 -93 -58 --113 283 -45 213 -162 379 --496 413 --515 55 --315 171 -33 -152 -444 -223 -550 -165 -234 -22 -77 94 --58 -60 -13 -819 --37 -285 --540 -147 -291 38 -302 271 -138 -210 -326 -438 -182 -205 -200 -186 -256 -31 -115 98 --13 233 -25 -429 -638 -384 -322 208 --122 -121 -46 -416 +553 23 141 -94 +261 -169 -248 391 +158 -130 -113 373 +124 223 -30 411 +-274 89 -157 121 +55 -254 3 156 +390 116 197 271 +357 292 381 73 +118 -11 615 217 +142 -41 619 -9 +-118 1 715 -263 +188 -270 455 -103 +121 -17 156 -72 +-92 -269 238 215 +-14 -104 69 -97 +-441 -144 194 -235 +-167 116 -4 -254 +-500 355 183 216 +-160 -43 -10 192 +-307 273 200 11 +-588 149 178 -105 +-513 104 321 -250 +-153 207 81 -451 +61 -80 -72 -361 +286 254 -329 -127 +-183 72 -213 69 +61 -78 -246 247 +-147 34 -194 489 +-252 278 -229 667 +-503 -37 156 571 +510 -134 312 450 +461 303 194 -82 +-64 0 321 -113 +-344 -313 231 98 +93 -58 -10 58 +-113 283 -191 -12 +45 213 204 265 +162 379 163 417 +-496 413 -265 32 +-515 55 45 28 +-315 171 92 435 +33 -152 20 -63 +444 -223 -24 134 +550 -165 -31 -15 +234 -22 161 243 +77 94 -86 230 +-58 -60 33 6 +13 -819 -132 34 +-37 -285 -48 -409 +-540 -147 71 150 +291 38 -445 227 +302 271 -125 44 +138 -210 214 -117 +326 -438 -164 -7 +182 -205 -258 -136 +200 -186 -29 39 +256 -31 42 229 +115 98 -293 271 +-13 233 -263 117 +25 -429 -330 195 +638 -384 -376 -10 +322 208 -40 110 +-122 -121 -49 413 235 -146 -443 31 -115 395 -140 214 -345 -38 -234 -66 -314 -241 -194 -443 -270 -67 --17 318 -354 -124 -139 -91 --176 -143 -37 27 --53 23 --95 80 -10 247 -1 349 -59 274 -292 74 -415 -162 -262 -96 --93 -157 --22 -316 --131 -173 --238 -67 --372 102 --22 201 --23 316 --478 -108 --575 -13 --163 338 -60 265 --158 -139 --165 -83 -24 317 --91 388 -10 -177 -104 -460 --158 -23 --690 123 --529 -83 --457 15 --342 70 --277 196 --501 -2 --275 82 --384 355 --212 376 -8 80 -172 13 -28 -255 -13 25 --460 -215 -124 -521 -35 -165 --20 -400 -69 -218 -47 11 --445 33 --206 -339 --349 34 --439 -175 -59 -194 -126 46 +443 31 -408 -345 +115 395 -303 -79 +140 214 88 637 +345 -38 -203 473 +234 -66 57 190 +314 -241 -170 348 +194 -443 -6 -11 +270 -67 12 126 +-17 318 -36 152 +354 -124 -54 172 +139 -91 34 234 +-176 -143 -226 376 +37 27 97 142 +-53 23 659 402 +-95 80 529 197 +10 247 -44 25 +1 349 -207 -233 +59 274 -19 94 +292 74 61 8 +415 -162 240 69 +262 -96 171 -399 +-93 -157 49 -250 +-22 -316 -125 -284 +-131 -173 -37 -278 +-238 -67 168 -179 +-372 102 223 46 +-22 201 307 12 +-23 316 -362 58 +-478 -108 -523 -150 +-575 -13 -258 -359 +-163 338 193 -109 +60 265 -152 271 +-158 -139 -298 -168 +-165 -83 248 -69 +24 317 52 175 +-91 388 -232 -245 +10 -177 -435 -395 +104 -460 -687 190 +-158 -23 -551 167 +-690 123 19 127 +-529 -83 102 -58 +-457 15 40 85 +-342 70 -117 161 +-277 196 -199 67 +-501 -2 137 225 +-275 82 33 235 +-384 355 348 -47 +-212 376 381 -204 +8 80 391 -221 +172 13 225 36 +28 -255 159 117 +13 25 -33 -338 +-460 -215 244 -395 +124 -521 -288 -105 +35 -165 -247 -546 +-20 -400 -109 64 +69 -218 -318 -38 +47 11 163 -237 +-445 33 132 -9 +-206 -339 -315 -108 +-349 34 -245 -98 +-439 -175 -176 228 +59 -194 75 236 -4000 41 --4746 -197 --3232 506 --4074 189 --3530 -624 --2957 748 --4637 391 --4769 -267 --4339 205 --4612 707 --4186 -519 --2631 -218 --3588 -564 --3465 -498 --4503 -276 --3701 591 --3711 -384 --5113 461 --5003 -68 --4966 -692 --3091 -194 --5358 -900 --4427 291 --3941 143 --5356 -1835 --3810 557 --4151 345 --3354 1011 --5066 -630 --4095 386 --3445 663 --4092 -280 --4492 1331 --3170 -1383 --4416 1196 --3496 -469 --5238 -1323 --3936 1314 --4671 586 --5548 -269 --2463 -739 --5273 137 --2122 -633 --4081 602 --4720 -92 --3745 -204 --5038 -226 --3349 -482 --4073 -716 --4178 -21 --4500 -239 --4507 -1147 --4700 993 --3609 -426 --5671 648 --4169 123 --3406 -94 --4481 -1008 --4085 228 --5210 -179 --3346 -301 --3737 824 --5159 -717 --3564 399 -561 1312 +-4746 -197 -1263 825 +-3232 506 -729 -404 +-4074 189 319 274 +-3530 -624 -168 984 +-2957 748 -1914 -461 +-4637 391 1091 83 +-4769 -267 -1426 1540 +-4339 205 -47 -71 +-4612 707 -1455 -783 +-4186 -519 102 1340 +-2631 -218 -1477 -455 +-3588 -564 -610 612 +-3465 -498 -1795 -211 +-4503 -276 526 -702 +-3701 591 370 1271 +-3711 -384 -445 109 +-5113 461 -1426 416 +-5003 -68 23 -645 +-4966 -692 -1204 693 +-3091 -194 -734 75 +-5358 -900 -65 243 +-4427 291 -1108 864 +-3941 143 677 335 +-5356 -1835 -609 589 +-3810 557 -916 -433 +-4151 345 -674 696 +-3354 1011 -739 730 +-5066 -630 -891 1358 +-4095 386 139 531 +-3445 663 -807 1034 +-4092 -280 -755 -186 +-4492 1331 -28 798 +-3170 -1383 -714 1508 +-4416 1196 -789 505 +-3496 -469 -1011 631 +-5238 -1323 -1571 1299 +-3936 1314 -1927 85 +-4671 586 -932 279 +-5548 -269 -1423 11 +-2463 -739 -1073 -75 +-5273 137 -776 -90 +-2122 -633 -152 416 +-4081 602 -1024 464 +-4720 -92 -1163 1330 +-3745 -204 -341 -1082 +-5038 -226 -448 1775 +-3349 -482 -498 -427 +-4073 -716 76 -134 +-4178 -21 -1500 427 +-4500 -239 -34 -375 +-4507 -1147 -934 -930 +-4700 993 -1391 347 +-3609 -426 -342 1278 +-5671 648 -1878 -639 +-4169 123 -1258 -6 +-3406 -94 -1504 -456 +-4481 -1008 -1181 -421 +-4085 228 -920 795 +-5210 -179 -2783 91 +-3346 -301 -103 111 +-3737 824 -574 662 +-5159 -717 -1008 477 +-3564 399 -556 760 -1221 501 -24 -559 -1332 455 --403 2016 --499 16 --200 935 --1147 -1711 -1303 737 --1374 712 -613 -970 -918 -818 -176 179 --533 -212 --728 622 --324 -1453 --159 476 --228 -731 -653 -772 --186 176 --175 648 --86 -21 -1175 -2074 --227 -18 --1399 -953 -61 154 -393 -635 -831 -482 -999 -830 -1194 1332 -173 -1016 -1395 -1467 -224 -1120 -950 -66 -225 416 -1153 222 -380 532 -859 -402 -589 732 -257 -306 --191 437 -1058 -66 -644 518 --237 -855 -463 -119 -797 -336 -885 51 -745 839 -513 828 -651 490 -17 1069 --1087 1595 --505 -685 -264 582 -146 1220 --1361 -392 --505 391 -170 -275 --722 -708 -374 41 --297 1181 --649 -53 -524 -384 --828 439 -508 1000 -2195 1159 +24 -559 -1794 -1085 +1332 455 -945 1278 +-403 2016 -1574 -364 +-499 16 -1437 -59 +-200 935 -1329 -407 +-1147 -1711 -3 -81 +1303 737 -839 -682 +-1374 712 -660 -782 +613 -970 -817 231 +918 -818 197 -1743 +176 179 -688 790 +-533 -212 -1014 -674 +-728 622 371 -671 +-324 -1453 -1510 -630 +-159 476 -704 -420 +-228 -731 -23 603 +653 -772 -321 -582 +-186 176 -379 -928 +-175 648 -134 -1414 +-86 -21 -315 400 +1175 -2074 -1702 -1437 +-227 -18 -987 262 +-1399 -953 -588 -1076 +61 154 -282 -756 +393 -635 -370 -1432 +831 -482 -520 -634 +999 -830 283 -1086 +1194 1332 -149 -400 +173 -1016 375 -1560 +1395 -1467 -136 -358 +224 -1120 825 -1441 +950 -66 -833 569 +225 416 -1338 -94 +1153 222 -163 -1368 +380 532 768 -305 +859 -402 -1313 -197 +589 732 1457 -1395 +257 -306 56 -115 +-191 437 621 -954 +1058 -66 691 134 +644 518 -324 -978 +-237 -855 -1302 -345 +463 -119 225 -1893 +797 -336 743 242 +885 51 -436 -687 +745 839 1434 -924 +513 828 -728 -2197 +651 490 1003 -225 +17 1069 -321 -1687 +-1087 1595 226 -329 +-505 -685 -395 -685 +264 582 880 -873 +146 1220 -31 -87 +-1361 -392 602 -952 +-505 391 -157 -1396 +170 -275 -351 645 +-722 -708 300 -1021 +374 41 564 -603 +-297 1181 1053 -1720 +-649 -53 -1046 443 +524 -384 705 -674 +-828 439 -328 -193 +508 1000 -259 -1032 -65 772 -63 -414 -359 195 --79 -229 --450 -324 -1091 -316 --971 837 --1203 574 --472 -389 -759 38 --455 99 -270 119 --123 685 -204 -1496 -594 82 --291 -422 -286 -781 --1790 -37 -1466 -1127 --314 852 -598 -997 -747 -280 -798 987 --428 413 -565 1069 --1486 -754 -1179 534 --549 -295 -34 175 -78 -288 -1182 494 --1504 1205 -594 -1057 --495 -587 -293 4 --1426 -127 -124 -392 --57 274 -425 -274 -1539 -1814 -243 1030 -1379 297 --154 1150 -128 1109 --499 -276 --42 -764 -394 -694 -1132 -231 -904 1221 --1797 -1442 -622 1203 --995 1056 --45 -237 -612 130 --625 28 --288 -668 --570 384 --719 -100 --1079 -633 --482 -196 -1106 806 --1936 192 --322 -401 -1328 -697 -56 135 +63 -414 -679 -832 +359 195 -158 -1218 +-79 -229 24 292 +-450 -324 1276 -686 +1091 -316 357 -125 +-971 837 102 231 +-1203 574 245 -480 +-472 -389 311 249 +759 38 -525 -421 +-455 99 461 453 +270 119 -449 -316 +-123 685 -631 -697 +204 -1496 579 560 +594 82 -912 -739 +-291 -422 1581 534 +286 -781 -87 -928 +-1790 -37 -186 1013 +1466 -1127 -1083 -295 +-314 852 931 136 +598 -997 155 232 +747 -280 703 100 +798 987 179 238 +-428 413 474 -272 +565 1069 -907 -641 +-1486 -754 -20 538 +1179 534 -532 12 +-549 -295 -351 409 +34 175 -804 271 +78 -288 -198 294 +1182 494 419 1276 +-1504 1205 979 -82 +594 -1057 885 234 +-495 -587 -493 218 +293 4 110 -213 +-1426 -127 659 -528 +124 -392 342 1 +-57 274 -862 831 +425 -274 945 -1032 +1539 -1814 1082 -1233 +243 1030 -914 1157 +1379 297 808 -826 +-154 1150 467 640 +128 1109 -348 -205 +-499 -276 511 1256 +-42 -764 -117 -228 +394 -694 455 431 +1132 -231 1053 533 +904 1221 820 50 +-1797 -1442 961 1817 +622 1203 -299 -1401 +-995 1056 640 621 +-45 -237 926 616 +612 130 143 293 +-625 28 498 -816 +-288 -668 -15 827 +-570 384 201 360 +-719 -100 -706 -362 +-1079 -633 506 -378 +-482 -196 72 189 +1106 806 457 -38 +-1936 192 23 442 +-322 -401 -935 545 +1328 -697 -167 -244 1225 265 --617 -1268 -3 -529 -913 -142 -813 38 -1048 -445 -469 341 -558 -299 --2025 -407 -611 77 -239 502 --17 -1299 --160 369 -213 618 -381 -637 --293 -146 -248 813 -418 -79 --135 661 -1087 870 --76 377 --209 108 -853 -161 --454 510 -99 -94 --591 -110 -304 296 --318 988 -374 -422 -972 -242 --997 189 --392 1942 -1264 281 -67 -46 --284 1006 --287 242 -78 -205 -868 573 --480 -237 --1866 -728 -198 -176 --1122 239 --351 247 --151 445 --509 237 -727 -4 --1417 -195 -27 14 --1171 -383 --29 1162 --1083 -710 --602 536 --756 -417 -933 385 --585 1458 -199 -1248 --543 183 --319 -948 --915 -1032 -630 -1266 --403 -197 -111 -1599 --82 179 --254 -13 794 -383 +-617 -1268 521 -531 +3 -529 -789 507 +913 -142 -444 -55 +813 38 2247 -1290 +1048 -445 -1133 252 +469 341 605 -328 +558 -299 -201 228 +-2025 -407 -448 428 +611 77 -157 -92 +239 502 39 48 +-17 -1299 -268 567 +-160 369 597 -1016 +213 618 191 1150 +381 -637 205 197 +-293 -146 602 -692 +248 813 -25 -1167 +418 -79 53 1051 +-135 661 -118 174 +1087 870 834 1144 +-76 377 2 -291 +-209 108 930 527 +853 -161 -615 -1012 +-454 510 -498 949 +99 -94 432 -351 +-591 -110 -1782 677 +304 296 -567 655 +-318 988 -892 -1171 +374 -422 495 -1681 +972 -242 271 -1 +-997 189 828 526 +-392 1942 -1644 69 +1264 281 198 -1090 +67 -46 947 -489 +-284 1006 -1088 12 +-287 242 494 -1077 +78 -205 34 -776 +868 573 45 -96 +-480 -237 -635 -1012 +-1866 -728 293 1977 +198 -176 628 0 +-1122 239 -276 608 +-351 247 -325 -397 +-151 445 157 -624 +-509 237 541 205 +727 -4 -283 472 +-1417 -195 741 -54 +27 14 -415 375 +-1171 -383 413 -353 +-29 1162 -1065 -500 +-1083 -710 -868 410 +-602 536 230 -731 +-756 -417 1442 -174 +933 385 -645 349 +-585 1458 88 -1008 +199 -1248 -303 1382 +-543 183 -1078 -662 +-319 -948 692 1067 +-915 -1032 -147 597 +630 -1266 -1046 -1048 +-403 -197 250 -286 +111 -1599 -844 -222 +-82 179 -303 88 +-254 -13 78 452 553 694 -626 1704 --250 1124 -85 1683 --316 1081 --613 698 -205 2516 -1844 2827 -1811 1168 -1363 -1628 -711 464 --1911 -1821 --2153 1853 --683 3421 -836 2724 -696 -6 --682 905 -2794 -664 -724 420 -940 1274 --2160 953 -1827 1589 -177 -21 --171 790 -1276 3711 --322 542 -1470 -691 --1446 720 -345 1688 -1206 1499 --1334 -436 -423 2420 -159 -898 -816 4098 -1513 110 -233 1419 -3797 1481 --763 -2335 -408 251 -1769 -2 --3319 292 -1903 912 --2330 1742 -891 -1243 -1866 1025 --286 1285 --962 492 -62 1203 --1142 1147 --616 814 --136 1487 -623 1916 -951 -1163 --1562 1958 --59 109 --189 1572 --184 1229 -1487 2111 -225 1479 -3091 1050 --2018 545 --1209 1291 -176 2020 --1229 132 1412 -2254 +626 1704 2628 -197 +-250 1124 2293 309 +85 1683 1575 -1171 +-316 1081 901 -2504 +-613 698 1991 -668 +205 2516 -1538 -935 +1844 2827 2132 -3439 +1811 1168 -671 -556 +1363 -1628 1451 1153 +711 464 -729 -1021 +-1911 -1821 2798 1377 +-2153 1853 1341 -2019 +-683 3421 3351 -1564 +836 2724 713 178 +696 -6 -1041 -1962 +-682 905 1229 -564 +2794 -664 3030 -45 +724 420 946 785 +940 1274 1852 -1298 +-2160 953 541 348 +1827 1589 1193 -1123 +177 -21 2612 -432 +-171 790 -545 -1393 +1276 3711 2240 -1449 +-322 542 2318 -688 +1470 -691 1922 -527 +-1446 720 291 -1494 +345 1688 1945 -835 +1206 1499 499 617 +-1334 -436 1956 -1490 +423 2420 1205 415 +159 -898 -27 -81 +816 4098 912 -1432 +1513 110 1454 -847 +233 1419 2221 772 +3797 1481 2249 -1134 +-763 -2335 2137 523 +408 251 1918 -1589 +1769 -2 2120 -669 +-3319 292 2077 -441 +1903 912 1875 70 +-2330 1742 1473 92 +891 -1243 2737 -607 +1866 1025 2191 -2551 +-286 1285 112 1423 +-962 492 604 -2515 +62 1203 -65 1933 +-1142 1147 2039 1010 +-616 814 2712 -945 +-136 1487 740 1163 +623 1916 3218 1535 +951 -1163 2979 -2290 +-1562 1958 272 -3101 +-59 109 3869 893 +-189 1572 304 -1129 +-184 1229 1586 443 +1487 2111 1746 370 +225 1479 -470 -376 +3091 1050 3907 1546 +-2018 545 -173 1336 +-1209 1291 1869 -1554 +176 2020 1857 647 +-1229 132 1797 416 2323 -2635 -1106 43 --776 -2199 -660 -3557 -375 -650 --212 -1204 -2408 2239 -916 -1361 -3487 -2608 -532 810 -890 -364 -1125 181 -2616 -548 -2392 -1977 -851 1195 -1851 -2929 -1057 -692 -126 -200 -2031 -274 -1547 -2728 -1674 -1195 --995 1447 -958 1549 -4274 1120 -861 -1127 -1275 -67 -495 -367 -2438 944 -2094 -2427 -2088 -1215 --268 555 -1771 307 -365 335 -1875 -1405 -860 -1190 -1555 -2458 -114 458 -479 -272 -1363 2090 -3165 -1499 -374 -802 -876 -147 -784 -411 --255 893 -934 1880 -1939 329 -1641 1019 -1034 -26 -1208 -1672 -1212 230 -3459 -1309 -2290 2703 -2702 145 -1553 -1198 -1354 1430 -426 -708 --1215 1402 -2805 3460 -1458 570 -1815 -1644 -1795 -809 -766 1225 -2938 328 -280 -552 2324 234 +1106 43 1503 2615 +-776 -2199 1495 -853 +660 -3557 2633 1810 +375 -650 1707 -563 +-212 -1204 689 -251 +2408 2239 -1614 440 +916 -1361 831 2418 +3487 -2608 1549 1283 +532 810 1887 -322 +890 -364 -571 2877 +1125 181 2356 -966 +2616 -548 1058 179 +2392 -1977 -2238 573 +851 1195 841 157 +1851 -2929 529 -267 +1057 -692 -706 -1816 +126 -200 -1155 2186 +2031 -274 -272 1071 +1547 -2728 250 2240 +1674 -1195 -69 -465 +-995 1447 1345 2533 +958 1549 1322 -911 +4274 1120 -708 24 +861 -1127 -866 -149 +1275 -67 998 1151 +495 -367 -589 -449 +2438 944 -451 2518 +2094 -2427 398 198 +2088 -1215 -976 1381 +-268 555 -883 -112 +1771 307 -1114 2806 +365 335 1000 21 +1875 -1405 1776 -637 +860 -1190 -1027 1064 +1555 -2458 -1725 1764 +114 458 2676 -330 +479 -272 -2700 393 +1363 2090 210 -173 +3165 -1499 -1224 420 +374 -802 -1531 -1140 +876 -147 -830 965 +784 -411 1267 170 +-255 893 -750 1755 +934 1880 -782 -1046 +1939 329 -563 1725 +1641 1019 -2192 1230 +1034 -26 1358 2725 +1208 -1672 511 263 +1212 230 1199 2247 +3459 -1309 861 -1326 +2290 2703 -169 -1171 +2702 145 -552 316 +1553 -1198 647 -623 +1354 1430 -1216 164 +426 -708 781 1935 +-1215 1402 653 -1331 +2805 3460 -518 1435 +1458 570 -709 -244 +1815 -1644 -2036 2788 +1795 -809 1015 -1948 +766 1225 -1393 461 +2938 328 -383 -162 +280 -552 -1324 -102 -1861 -2484 --2199 2712 --194 156 --191 939 -222 -1519 --1930 -666 -955 -741 --433 -990 -77 1499 --1670 540 -657 -77 --258 -22 -390 797 -161 1319 --1688 243 -1277 231 -425 1009 -3596 -1288 --2477 1515 -575 -1373 --752 1247 --123 677 --180 -2696 -1601 -1450 --2420 -1350 -1996 1714 --1649 -1108 -708 1284 -481 99 -636 853 -905 -908 -758 -1578 --2814 1135 -1681 235 -845 990 -1012 -887 --1206 1477 -782 505 --13 -164 --825 1923 -1568 -1780 --1992 -504 -1206 -1005 --1752 -778 -1024 2045 -515 1505 --360 146 --2962 -675 --1604 -400 -3130 3306 --457 -1376 -278 -2362 --1028 254 --735 207 -284 1125 --38 1500 -674 -856 --566 196 -1652 1559 -447 -1483 --2337 234 -1200 1101 --833 649 --1505 1254 878 566 +-2199 2712 812 1001 +-194 156 116 -493 +-191 939 223 -1162 +222 -1519 -1963 -1380 +-1930 -666 822 -438 +955 -741 1800 -2171 +-433 -990 -875 -1199 +77 1499 -1533 -924 +-1670 540 -314 -67 +657 -77 -2525 -1209 +-258 -22 -996 621 +390 797 -640 2490 +161 1319 -408 -1476 +-1688 243 2631 1339 +1277 231 -2170 -640 +425 1009 753 2049 +3596 -1288 -63 -1829 +-2477 1515 2999 1707 +575 -1373 -1644 135 +-752 1247 84 1094 +-123 677 -235 595 +-180 -2696 -720 213 +1601 -1450 -209 1099 +-2420 -1350 1059 2517 +1996 1714 -74 -579 +-1649 -1108 993 1370 +708 1284 130 -1167 +481 99 413 -211 +636 853 1629 185 +905 -908 -771 -2238 +758 -1578 -270 -105 +-2814 1135 -1518 111 +1681 235 502 396 +845 990 -243 608 +1012 -887 -1033 1264 +-1206 1477 1 535 +782 505 1279 -2081 +-13 -164 -859 1254 +-825 1923 -1123 1423 +1568 -1780 1577 -2389 +-1992 -504 -2282 737 +1206 -1005 -243 -513 +-1752 -778 1053 478 +1024 2045 -516 -1206 +515 1505 456 293 +-360 146 513 -866 +-2962 -675 -2011 810 +-1604 -400 -162 356 +3130 3306 636 -1352 +-457 -1376 644 2614 +278 -2362 809 -1205 +-1028 254 -457 -231 +-735 207 -737 195 +284 1125 -1207 1869 +-38 1500 1171 -117 +674 -856 -847 -1207 +-566 196 1333 224 +1652 1559 -859 344 +447 -1483 1239 -98 +-2337 234 -444 -1259 +1200 1101 95 -553 +-833 649 339 -724 +-1505 1254 -205 -670 -1301 -47 -1532 2100 -236 -1694 --1559 781 --184 663 --57 207 --614 -1481 --683 583 -3303 287 --1061 -466 --811 -1043 --1099 2608 -957 765 --268 125 -1178 1692 -74 664 --421 -185 -422 81 -1326 -1266 --3075 172 -613 719 -859 952 -377 1597 -1363 78 -222 1731 -1895 2022 --116 1381 -883 -2077 --906 995 --1436 960 -1913 1171 --233 -1577 --2705 1420 -405 2199 -73 -539 -16 -86 -473 -654 --3644 -56 --1008 1706 -2273 1064 --216 -436 -1240 730 -713 1456 --534 -1277 -521 -299 --1338 -105 -2276 -147 --1534 -2573 -680 -346 --2409 -3288 -62 1338 --1344 124 --452 1287 --946 -133 -423 -1491 --545 1216 --256 -1596 --865 462 -112 -306 --107 -196 -431 -83 --74 811 -1315 -1681 --729 -855 -1360 -185 +1532 2100 219 2910 +236 -1694 3046 -1339 +-1559 781 1601 -1966 +-184 663 -2972 234 +-57 207 1574 -2730 +-614 -1481 -874 -686 +-683 583 -247 278 +3303 287 864 -1060 +-1061 -466 1340 517 +-811 -1043 -466 -315 +-1099 2608 731 -178 +957 765 762 1557 +-268 125 -979 -1456 +1178 1692 -1469 -1221 +74 664 -2542 597 +-421 -185 -214 1026 +422 81 -1521 90 +1326 -1266 1551 2191 +-3075 172 -1204 -1931 +613 719 162 782 +859 952 -2304 143 +377 1597 -282 1421 +1363 78 1117 -640 +222 1731 -1828 1162 +1895 2022 1372 -900 +-116 1381 -557 -1416 +883 -2077 375 2734 +-906 995 -36 2102 +-1436 960 956 -46 +1913 1171 -2165 -856 +-233 -1577 2396 -724 +-2705 1420 595 867 +405 2199 -262 -64 +73 -539 883 -1571 +16 -86 -1611 -964 +473 -654 -132 1258 +-3644 -56 966 758 +-1008 1706 2190 360 +2273 1064 1676 -4245 +-216 -436 -839 526 +1240 730 503 -1208 +713 1456 1884 242 +-534 -1277 -196 484 +521 -299 137 44 +-1338 -105 361 -2467 +2276 -147 -758 -1058 +-1534 -2573 57 -770 +680 -346 -1641 -367 +-2409 -3288 -1064 1494 +62 1338 436 -401 +-1344 124 -637 1674 +-452 1287 -2467 1055 +-946 -133 -196 -930 +423 -1491 -438 1104 +-545 1216 -211 -606 +-256 -1596 1431 1444 +-865 462 -1147 -682 +112 -306 203 -901 +-107 -196 509 808 +431 -83 -413 863 +-74 811 2122 296 +1315 -1681 -302 -422 +-729 -855 -179 -1786 -2953 -1470 --270 -3545 --3340 -5528 --3684 -4289 --3534 -1642 --2656 -3742 --1298 -6271 --4857 -5832 --4186 -4504 --4816 1503 --2994 -175 --1146 3254 -1375 -3089 --2976 -6184 --3075 -5203 --3683 -1300 --127 -2918 --4524 -3456 --1799 -2678 --2817 -1981 -564 -953 --2317 -1959 --653 -1702 --1357 -4030 --4261 -5273 --3709 -2199 --5349 1513 -7 -2613 -323 -1726 --3702 -4930 --1686 -2562 --2842 -5460 --665 -1198 --4953 -6059 --4649 -2809 --2993 -3896 --5808 -739 --1661 59 --1402 -2163 --1765 -1149 -1660 -2020 --3776 -3663 --1515 -3164 --4799 -89 --5705 -2231 --3025 -3047 -620 -746 --3495 -1116 -317 -2142 --1396 -1959 --836 -4364 --3446 -2300 --2689 150 -454 -3939 --45 -2523 --3158 -3826 --2041 -2083 --3938 -3165 --2373 -4842 --5574 -1753 -755 -1665 -482 -4561 --2277 -3662 --950 -900 -1508 2278 +-270 -3545 -4612 -246 +-3340 -5528 -5102 2523 +-3684 -4289 -4443 4991 +-3534 -1642 -1919 5219 +-2656 -3742 -345 4439 +-1298 -6271 -940 3447 +-4857 -5832 -2216 5897 +-4186 -4504 423 3368 +-4816 1503 -1183 1018 +-2994 -175 887 664 +-1146 3254 -3948 -168 +1375 -3089 -3090 4745 +-2976 -6184 -5636 4823 +-3075 -5203 -2847 3098 +-3683 -1300 177 3768 +-127 -2918 -1711 2569 +-4524 -3456 -3376 1534 +-1799 -2678 -1284 1136 +-2817 -1981 -3533 2146 +564 -953 -1408 295 +-2317 -1959 -3605 3031 +-653 -1702 -5049 809 +-1357 -4030 -2654 3731 +-4261 -5273 -4648 3338 +-3709 -2199 -4065 4508 +-5349 1513 -4161 3399 +7 -2613 350 3327 +323 -1726 -3259 1546 +-3702 -4930 -987 -244 +-1686 -2562 -2784 2563 +-2842 -5460 -2225 1688 +-665 -1198 -1273 99 +-4953 -6059 -2897 293 +-4649 -2809 -2355 2458 +-2993 -3896 -4576 -1185 +-5808 -739 -2896 1307 +-1661 59 -1901 529 +-1402 -2163 -3862 4142 +-1765 -1149 -3242 2671 +1660 -2020 -4343 2810 +-3776 -3663 -3225 2629 +-1515 -3164 -3986 1389 +-4799 -89 -5077 2130 +-5705 -2231 -3581 3127 +-3025 -3047 -2901 471 +620 -746 -2638 4127 +-3495 -1116 159 -1282 +317 -2142 -6523 33 +-1396 -1959 -5066 2630 +-836 -4364 -3122 1347 +-3446 -2300 -5696 618 +-2689 150 -4173 4033 +454 -3939 -768 3045 +-45 -2523 -5589 -519 +-3158 -3826 -36 2918 +-2041 -2083 -3961 1454 +-3938 -3165 -3285 1214 +-2373 -4842 139 455 +-5574 -1753 -4423 -2510 +755 -1665 -1402 -514 +482 -4561 -4578 2523 +-2277 -3662 -3728 -700 +-950 -900 -2765 -415 -215 1982 --496 -385 -196 2231 -2210 2272 -2729 -19 -4047 -788 --462 -2638 --1758 621 --986 2593 -1304 -57 --1597 1037 -548 -2262 --2123 450 --982 1983 -1631 -793 -740 5053 -1495 888 -341 -145 --1789 -1342 --1346 2920 --179 1997 -542 1143 -838 -2740 --3918 -345 -640 3767 -654 187 --776 1527 --3966 0 --3323 3474 --8 5286 -1679 1360 --1255 -275 --1825 -306 --1984 2032 --2247 1322 --1963 4993 -1293 489 --619 -1582 --1127 -2757 --4464 3162 --68 2786 -627 -281 --129 1942 -371 -172 --1196 -1556 --3702 -357 --2252 -3073 --1797 -216 --1394 1925 --478 -2598 --2526 363 --1005 -1257 --3865 1197 --916 1787 -2189 -408 -2043 2133 -2799 -1534 --2799 -2606 --2737 908 --1434 3429 -592 4075 --285 354 --2184 898 -995 2057 -759 -2288 +-496 -385 -426 -2432 +196 2231 -693 1181 +2210 2272 -2401 -1910 +2729 -19 -665 2451 +4047 -788 1015 2411 +-462 -2638 3345 19 +-1758 621 -701 -3221 +-986 2593 -2954 974 +1304 -57 -763 1669 +-1597 1037 12 -1501 +548 -2262 -3397 2253 +-2123 450 593 1752 +-982 1983 3422 1802 +1631 -793 2491 960 +740 5053 415 -106 +1495 888 -85 2075 +341 -145 2315 -2632 +-1789 -1342 893 1 +-1346 2920 -1306 -1889 +-179 1997 -705 1556 +542 1143 180 -2205 +838 -2740 -895 2775 +-3918 -345 3605 1297 +640 3767 945 320 +654 187 -837 680 +-776 1527 1280 2980 +-3966 0 -144 -2180 +-3323 3474 -1002 541 +-8 5286 -306 1295 +1679 1360 1985 803 +-1255 -275 -1509 -2202 +-1825 -306 -1100 -1721 +-1984 2032 512 1667 +-2247 1322 1569 -651 +-1963 4993 834 -2565 +1293 489 -4083 644 +-619 -1582 1021 777 +-1127 -2757 -2241 1158 +-4464 3162 -686 1154 +-68 2786 140 1547 +627 -281 2833 -713 +-129 1942 -995 -650 +371 -172 14 -1367 +-1196 -1556 -1448 1977 +-3702 -357 -74 -1326 +-2252 -3073 1168 -901 +-1797 -216 -2286 -1005 +-1394 1925 -3338 -897 +-478 -2598 -399 -1244 +-2526 363 -2968 1488 +-1005 -1257 -440 1527 +-3865 1197 -1434 748 +-916 1787 -1995 993 +2189 -408 1301 1236 +2043 2133 -1637 -1741 +2799 -1534 -1749 367 +-2799 -2606 -290 -1088 +-2737 908 -1079 592 +-1434 3429 -150 -697 +592 4075 -543 3119 +-285 354 1934 -12 +-2184 898 1291 -348 +995 2057 2091 2174 3763 3534 -2869 -4127 --1092 -188 -1497 -1974 --649 1692 -496 1988 --793 -664 -2342 1801 -1713 -1565 -962 -2295 --532 -344 -94 -1085 --589 -2237 --662 239 -130 -732 --1600 849 --1013 -885 --3032 2080 -120 -979 --1765 1041 --900 104 --2325 -9 --1536 3181 --2184 2313 -3272 576 --1032 -783 -594 1395 -56 -909 --900 -563 --1513 -1027 --4037 1461 -2199 2338 -4968 127 --1510 -18 --137 -1427 --280 774 -576 371 --384 173 --397 1024 --1542 159 --4083 2134 -1229 1481 --1089 55 -4573 401 -943 -2688 -141 -1454 -354 330 -2867 926 -1044 -2027 --3108 -3833 --886 292 -597 2440 -2055 766 --414 578 -1619 -649 -1395 -486 --380 1096 -2636 68 -1016 -716 -2001 3094 -3170 -2337 -632 -3667 -2324 88 -394 396 -1726 -973 +2869 -4127 -727 -400 +-1092 -188 -655 2423 +1497 -1974 -1008 2301 +-649 1692 775 4289 +496 1988 -423 891 +-793 -664 -3643 2283 +2342 1801 535 2685 +1713 -1565 276 1938 +962 -2295 951 2315 +-532 -344 4270 2123 +94 -1085 3555 -1041 +-589 -2237 1099 -3688 +-662 239 -1177 2494 +130 -732 -2182 -702 +-1600 849 1795 678 +-1013 -885 -901 -2013 +-3032 2080 452 2144 +120 -979 -3890 -2956 +-1765 1041 556 258 +-900 104 -178 -1058 +-2325 -9 -249 -604 +-1536 3181 1555 -787 +-2184 2313 -479 -2222 +3272 576 -1893 -3796 +-1032 -783 -1315 49 +594 1395 -2780 -2715 +56 -909 -728 1265 +-900 -563 2 1169 +-1513 -1027 -2400 299 +-4037 1461 1805 2159 +2199 2338 -1430 -1234 +4968 127 464 -918 +-1510 -18 149 -1047 +-137 -1427 -243 -2406 +-280 774 -777 -1713 +576 371 -1176 -917 +-384 173 -593 2633 +-397 1024 1513 147 +-1542 159 -436 -1092 +-4083 2134 -2567 1697 +1229 1481 3350 1589 +-1089 55 421 -1076 +4573 401 -581 -1650 +943 -2688 558 -734 +141 -1454 -759 -1651 +354 330 -2751 -470 +2867 926 2419 -3127 +1044 -2027 -1705 -1674 +-3108 -3833 -3600 -1589 +-886 292 -1121 -2678 +597 2440 -2481 1484 +2055 766 -1126 -1186 +-414 578 1079 -1305 +1619 -649 860 -1582 +1395 -486 -2277 -1534 +-380 1096 1414 1988 +2636 68 -2089 1150 +1016 -716 1969 464 +2001 3094 -1655 -1030 +3170 -2337 286 628 +632 -3667 -746 79 +2324 88 1248 398 +394 396 657 2618 705 525 --565 -1314 -119 5285 -3230 -38 --326 -1690 --1050 754 -2537 1499 -1691 -1290 --2117 -256 -1515 -299 -1533 355 -2256 -2520 --2443 -79 -1078 -336 --2572 -595 -848 1103 -1886 -226 --336 1025 --1004 1968 -4427 -604 -2074 -316 -22 -1091 --162 -2521 --519 -1596 --1831 -1891 --1791 -2840 --175 -3131 --1674 3734 -404 -2171 --1731 -1533 --4577 -154 --1228 1563 -1285 -727 --2234 -2287 --684 1156 --1136 239 --3013 1898 -3525 242 -2183 -2244 --2035 476 --116 322 --1386 -944 --833 -2566 -69 -216 --3473 -716 -68 -208 --2929 547 -1546 4295 -526 474 -2852 3217 -848 -2219 -2649 -1787 -1776 -2893 --1201 -1022 --462 -2227 --1075 -2143 --101 1165 -879 -33 -447 1001 --2506 1778 --143 -275 --456 371 --3035 2435 -2222 1717 1341 1401 +-565 -1314 -1626 -4449 +119 5285 -5083 1247 +3230 -38 -3317 3872 +-326 -1690 977 1297 +-1050 754 -977 3106 +2537 1499 1205 1774 +1691 -1290 1156 -927 +-2117 -256 131 1283 +1515 -299 -1503 -870 +1533 355 952 -396 +2256 -2520 -1489 -733 +-2443 -79 -2643 -178 +1078 -336 154 1990 +-2572 -595 2038 2914 +848 1103 2381 -87 +1886 -226 -449 375 +-336 1025 1244 -833 +-1004 1968 -2824 -3409 +4427 -604 507 1725 +2074 -316 138 -1483 +22 -1091 2222 -2231 +-162 -2521 1063 -1010 +-519 -1596 -2453 -375 +-1831 -1891 2846 -1464 +-1791 -2840 143 -107 +-175 -3131 2418 1262 +-1674 3734 1182 -1822 +404 -2171 -1466 863 +-1731 -1533 -1917 261 +-4577 -154 2942 497 +-1228 1563 -1533 1686 +1285 -727 -343 747 +-2234 -2287 -645 601 +-684 1156 193 1588 +-1136 239 2432 2863 +-3013 1898 -98 -1917 +3525 242 -1841 -1809 +2183 -2244 -2629 1162 +-2035 476 -3772 4049 +-116 322 1178 -1439 +-1386 -944 1 714 +-833 -2566 -1423 1032 +69 -216 -195 96 +-3473 -716 -504 -913 +68 -208 1065 3131 +-2929 547 55 1363 +1546 4295 595 560 +526 474 2459 2990 +2852 3217 3268 -2412 +848 -2219 843 -524 +2649 -1787 -577 -930 +1776 -2893 1427 -1989 +-1201 -1022 369 328 +-462 -2227 1238 -1176 +-1075 -2143 -1365 -2874 +-101 1165 -2046 -490 +879 -33 96 -494 +447 1001 -412 598 +-2506 1778 688 1368 +-143 -275 500 -799 +-456 371 -2137 -290 +-3035 2435 -1117 107 +2222 1717 -624 3498 diff --git a/AI_Engine_Development/AIE-ML/Design_Tutorials/07-Channelizer-Using-Vitis-Libraries/aie/channelizer/data/fft_front_o_1.txt b/AI_Engine_Development/AIE-ML/Design_Tutorials/07-Channelizer-Using-Vitis-Libraries/aie/channelizer/data/fft_front_o_1.txt index 97c652c813..f711fe4cf6 100644 --- a/AI_Engine_Development/AIE-ML/Design_Tutorials/07-Channelizer-Using-Vitis-Libraries/aie/channelizer/data/fft_front_o_1.txt +++ b/AI_Engine_Development/AIE-ML/Design_Tutorials/07-Channelizer-Using-Vitis-Libraries/aie/channelizer/data/fft_front_o_1.txt @@ -1,2048 +1,2048 @@ -2745 377 --2682 465 --2940 713 --2664 556 --2901 259 --2983 43 --3141 441 --2820 586 --2702 341 --2808 159 --3195 -53 --2546 -58 --2936 303 --3233 -16 --2645 343 --2789 772 --3174 411 --2894 680 --2849 635 --2629 321 --2489 186 --2571 459 --2950 456 --2995 210 --2772 404 --2902 566 --2466 611 --2530 364 --2961 20 --3148 -46 --2945 178 --2548 257 --2576 525 --2551 425 --2120 706 --2429 907 --2851 191 --2526 40 --2391 474 --2347 717 --2921 280 --2888 -216 --2861 300 --3135 316 --2558 379 --2682 550 --2827 207 --2769 -7 --2839 -247 --2835 -389 --3032 -20 --2877 119 --2894 268 --2928 347 --3058 149 --2740 -40 --2303 -23 --2307 286 --2533 212 --2805 152 --2454 185 --2841 427 --2796 249 --2783 608 -880 523 +-2682 465 -1074 117 +-2940 713 -1115 -214 +-2664 556 -1212 -428 +-2901 259 -895 -359 +-2983 43 -1083 3 +-3141 441 -1083 -1 +-2820 586 -1274 173 +-2702 341 -1387 485 +-2808 159 -1369 542 +-3195 -53 -952 247 +-2546 -58 -879 277 +-2936 303 -1099 109 +-3233 -16 -1292 15 +-2645 343 -1839 27 +-2789 772 -1134 -408 +-3174 411 -717 -76 +-2894 680 -928 -354 +-2849 635 -885 74 +-2629 321 -1236 176 +-2489 186 -1118 18 +-2571 459 -1126 3 +-2950 456 -1068 -182 +-2995 210 -791 -292 +-2772 404 -621 -16 +-2902 566 -789 -189 +-2466 611 -369 -158 +-2530 364 -772 -287 +-2961 20 -555 -533 +-3148 -46 -498 -92 +-2945 178 -486 -87 +-2548 257 -743 -341 +-2576 525 -700 -480 +-2551 425 -887 212 +-2120 706 -982 -26 +-2429 907 -748 180 +-2851 191 -1050 22 +-2526 40 -698 -83 +-2391 474 -909 -346 +-2347 717 -1061 -299 +-2921 280 -1236 -288 +-2888 -216 -939 -173 +-2861 300 -1068 255 +-3135 316 -1171 523 +-2558 379 -1134 267 +-2682 550 -926 -192 +-2827 207 -870 -189 +-2769 -7 -1121 -236 +-2839 -247 -773 -587 +-2835 -389 -270 -623 +-3032 -20 -436 -708 +-2877 119 -1025 -670 +-2894 268 -1317 -934 +-2928 347 -823 -837 +-3058 149 -1112 -604 +-2740 -40 -1195 -423 +-2303 -23 -1569 -666 +-2307 286 -785 -843 +-2533 212 -773 -485 +-2805 152 -853 -1167 +-2454 185 -473 -1118 +-2841 427 -577 -356 +-2796 249 -820 -349 +-2783 608 -899 -328 1262 -2109 -1618 -1786 -1491 -1635 -1694 -1568 -1694 -1921 -1952 -1905 -1894 -1758 -1882 -1575 -1583 -1314 -1503 -1061 -1872 -1151 -2271 -1039 -2080 -705 -1557 -1004 -1818 -1220 -1834 -1158 -2152 -902 -2059 -537 -1888 -707 -1922 -348 -1860 -382 -1759 -501 -1894 -857 -2062 -304 -2040 -201 -2017 -166 -1826 -215 -1444 -196 -1794 -105 -1486 88 -1405 -105 -1381 195 -1411 -26 -1927 -221 -1778 6 -1394 132 -1523 -124 -1958 -110 -1951 38 -1722 301 -1854 134 -2252 248 -2241 247 -1837 326 -1679 183 -2160 189 -2058 591 -1837 193 -1837 628 -1470 530 -1987 478 -1826 466 -2085 485 -2066 807 -2065 529 -1640 853 -1328 962 -1623 1044 -1779 1262 -1530 1085 -1808 911 -1293 949 -1376 815 -1666 1066 -42 -738 +1618 -1786 216 -812 +1491 -1635 591 -297 +1694 -1568 467 -450 +1694 -1921 252 -430 +1952 -1905 556 -483 +1894 -1758 1250 -342 +1882 -1575 861 -744 +1583 -1314 727 -1170 +1503 -1061 584 -205 +1872 -1151 219 -8 +2271 -1039 816 -438 +2080 -705 571 -228 +1557 -1004 428 -501 +1818 -1220 536 -423 +1834 -1158 307 -296 +2152 -902 272 138 +2059 -537 325 226 +1888 -707 608 -126 +1922 -348 635 -90 +1860 -382 311 178 +1759 -501 263 441 +1894 -857 498 637 +2062 -304 474 446 +2040 -201 206 98 +2017 -166 230 -56 +1826 -215 648 139 +1444 -196 1015 167 +1794 -105 1130 108 +1486 88 861 -196 +1405 -105 781 109 +1381 195 348 261 +1411 -26 907 -19 +1927 -221 1139 80 +1778 6 967 52 +1394 132 627 38 +1523 -124 400 18 +1958 -110 469 126 +1951 38 420 253 +1722 301 393 536 +1854 134 526 507 +2252 248 753 334 +2241 247 567 385 +1837 326 556 361 +1679 183 442 406 +2160 189 169 26 +2058 591 221 90 +1837 193 49 291 +1837 628 182 386 +1470 530 356 591 +1987 478 144 655 +1826 466 -102 719 +2085 485 -403 609 +2066 807 -385 829 +2065 529 -93 1348 +1640 853 -31 1536 +1328 962 60 959 +1623 1044 453 773 +1779 1262 632 460 +1530 1085 707 296 +1808 911 268 375 +1293 949 280 618 +1376 815 145 663 +1666 1066 249 615 -252 -89 --35 -249 -15 174 --208 -72 --205 -172 --294 -272 --21 -48 -36 70 -86 -180 --162 -56 --241 -203 --37 -60 --59 -374 -136 -191 --144 -69 --101 -256 -345 -272 -80 -48 --303 -217 --420 -406 --223 153 --642 342 --229 68 --128 367 --503 455 --312 266 -64 257 -162 236 -365 -21 -407 128 -512 -168 -433 139 -46 -108 --187 -125 --144 66 --143 457 --273 144 --286 52 --301 -60 -146 30 -107 484 --239 92 --15 -347 -74 134 --161 268 --10 -43 -302 -6 -306 173 -75 88 --69 -65 --321 -306 --62 -630 -264 -249 -236 263 --183 132 -36 -17 --239 15 --527 -158 --291 -177 -282 57 -52 159 --68 -177 --112 349 --334 174 -225 -706 +-35 -249 -350 -453 +15 174 -356 113 +-208 -72 -140 161 +-205 -172 133 -184 +-294 -272 -147 -173 +-21 -48 -349 262 +36 70 -366 288 +86 -180 1 538 +-162 -56 -599 321 +-241 -203 -199 -83 +-37 -60 402 -227 +-59 -374 560 -128 +136 -191 234 -143 +-144 -69 38 -374 +-101 -256 193 -142 +345 -272 222 306 +80 -48 345 338 +-303 -217 113 220 +-420 -406 -199 -202 +-223 153 -278 -450 +-642 342 -220 -206 +-229 68 189 -143 +-128 367 367 -63 +-503 455 50 -359 +-312 266 450 -225 +64 257 208 221 +162 236 -38 120 +365 -21 63 123 +407 128 -194 11 +512 -168 44 -253 +433 139 398 -214 +46 -108 119 -420 +-187 -125 114 -340 +-144 66 220 256 +-143 457 372 182 +-273 144 -81 -312 +-286 52 -21 -321 +-301 -60 -218 97 +146 30 106 65 +107 484 140 -29 +-239 92 -19 -22 +-15 -347 84 -48 +74 134 330 -172 +-161 268 170 -257 +-10 -43 89 43 +302 -6 124 478 +306 173 34 -35 +75 88 607 -53 +-69 -65 167 187 +-321 -306 -111 253 +-62 -630 -371 130 +264 -249 58 -33 +236 263 84 46 +-183 132 -68 25 +36 -17 71 -253 +-239 15 270 -138 +-527 -158 22 -119 +-291 -177 -29 -161 +282 57 -140 -58 +52 159 287 -39 +-68 -177 387 413 +-112 349 64 71 +-334 174 67 204 -487 132 --357 141 --267 433 --141 -107 -351 -40 --118 406 --273 231 --541 318 --925 -139 --566 120 --488 566 --266 149 -104 35 --144 -322 -119 -151 --244 75 -75 48 --50 229 -28 23 -89 149 --380 -87 --352 -363 --42 -523 -467 -451 -251 -134 --283 168 --186 -189 -501 -101 -230 -302 -200 -128 --71 78 -249 -224 -196 -294 -145 -537 -246 -384 -383 -217 -512 81 -231 -106 -80 -621 -418 -495 -24 -374 --9 -609 --108 -349 -216 71 -153 246 -349 -149 -207 112 -30 367 -131 483 -324 391 -591 292 -550 166 -446 160 -481 324 -482 102 -709 -179 -653 147 -535 240 -362 240 -144 129 -227 141 -276 292 -198 6 -263 198 -157 -31 +-357 141 230 89 +-267 433 -256 224 +-141 -107 -246 80 +351 -40 -67 36 +-118 406 194 4 +-273 231 113 -326 +-541 318 -180 131 +-925 -139 -614 -54 +-566 120 -90 81 +-488 566 -108 91 +-266 149 174 -159 +104 35 -355 -120 +-144 -322 -323 -168 +119 -151 65 263 +-244 75 -276 181 +75 48 -109 243 +-50 229 -201 286 +28 23 70 89 +89 149 186 12 +-380 -87 728 -7 +-352 -363 544 -288 +-42 -523 286 -394 +467 -451 -163 -585 +251 -134 -47 -107 +-283 168 -82 295 +-186 -189 16 273 +501 -101 116 379 +230 -302 -253 385 +200 -128 -117 -199 +-71 78 -80 -69 +249 -224 14 -154 +196 -294 140 121 +145 -537 187 -277 +246 -384 415 169 +383 -217 -224 176 +512 81 124 287 +231 -106 -7 593 +80 -621 419 119 +418 -495 63 26 +24 -374 -185 -377 +-9 -609 231 -66 +-108 -349 675 -47 +216 71 519 78 +153 246 294 -51 +349 -149 318 117 +207 112 34 24 +30 367 -87 -186 +131 483 -26 -53 +324 391 -199 275 +591 292 -240 -303 +550 166 163 -325 +446 160 -267 -53 +481 324 -80 388 +482 102 -195 493 +709 -179 -258 199 +653 147 -213 85 +535 240 67 385 +362 240 -182 348 +144 129 -60 -42 +227 141 257 -89 +276 292 11 133 +198 6 -195 98 +263 198 100 310 -1565 -2441 --3367 -2969 --2251 -2380 --2696 -2178 --1489 -3100 --2870 -2164 --2509 -2024 --3291 -1596 --1408 -2073 --2755 -3201 --1663 -1821 --3361 -1433 --2131 -3803 --3034 -1464 --3859 -1392 --2700 -3171 --2268 -2214 --3449 -1916 --939 -1620 --2196 -2452 --3100 -1553 --2564 -3640 --1964 -2829 --1225 -1909 --3366 -2925 --2337 -2042 --3086 -1808 --1489 -2537 --1823 -2993 --2737 -1274 --1892 -1875 --2962 -1415 --2669 -2719 --2995 -1983 --3549 -2058 --2256 -3860 --1352 -2893 --3275 -2039 --3141 -2774 --2809 -3447 --249 -3711 --2886 -2035 --3145 -2431 --1273 -2743 --3398 -1543 --1073 -3033 --2279 -2973 --1523 -1388 --324 -3413 --2939 -1786 --2134 -2525 --2882 -2313 --1735 -2135 --2750 -2791 --2057 -2056 --1822 -1836 --2657 -1390 --2581 -3476 --2047 -3311 --1976 -3111 --3541 -2222 --1184 -4445 --3426 -2891 --1644 -3253 3655 -1402 +-3367 -2969 5097 -1800 +-2251 -2380 3576 -1657 +-2696 -2178 4339 -618 +-1489 -3100 2295 -1323 +-2870 -2164 2980 -1746 +-2509 -2024 3020 -853 +-3291 -1596 2870 -2015 +-1408 -2073 2355 -768 +-2755 -3201 4380 -206 +-1663 -1821 3798 -1125 +-3361 -1433 3636 -1264 +-2131 -3803 4048 -1399 +-3034 -1464 3537 -1046 +-3859 -1392 4157 -1066 +-2700 -3171 3191 1871 +-2268 -2214 3553 -1425 +-3449 -1916 3505 -554 +-939 -1620 2804 -792 +-2196 -2452 4659 -1172 +-3100 -1553 3926 -210 +-2564 -3640 4116 -250 +-1964 -2829 3826 72 +-1225 -1909 3456 1056 +-3366 -2925 3201 -118 +-2337 -2042 3908 322 +-3086 -1808 2906 -20 +-1489 -2537 5536 -581 +-1823 -2993 3044 585 +-2737 -1274 3730 115 +-1892 -1875 3579 -854 +-2962 -1415 4309 -726 +-2669 -2719 3114 24 +-2995 -1983 2399 -1294 +-3549 -2058 4218 1036 +-2256 -3860 2792 -972 +-1352 -2893 3825 780 +-3275 -2039 3693 347 +-3141 -2774 4271 41 +-2809 -3447 2713 322 +-249 -3711 3978 1092 +-2886 -2035 2841 445 +-3145 -2431 3148 261 +-1273 -2743 3504 -52 +-3398 -1543 4671 805 +-1073 -3033 3818 972 +-2279 -2973 3074 422 +-1523 -1388 4275 1055 +-324 -3413 3376 1737 +-2939 -1786 3179 1181 +-2134 -2525 3992 445 +-2882 -2313 3050 301 +-1735 -2135 4282 2319 +-2750 -2791 3064 1495 +-2057 -2056 3443 739 +-1822 -1836 2484 1142 +-2657 -1390 5245 1073 +-2581 -3476 2154 2460 +-2047 -3311 4253 827 +-1976 -3111 3820 1408 +-3541 -2222 1756 2188 +-1184 -4445 2211 676 +-3426 -2891 3406 1445 +-1644 -3253 3425 1390 1267 1217 -908 -766 -1280 -642 -1290 70 -2565 -572 -178 -598 -2009 459 -743 -1619 -1167 -476 -2316 -508 -1243 514 -1415 -282 -1111 -1826 -2836 199 -1754 191 -1466 23 -623 687 -1186 -547 -1228 -15 -491 -264 -2177 660 -2396 -677 -1404 2052 -1196 -775 -1540 1058 -2526 -496 -1482 -570 -2628 363 -1578 511 -3286 -275 -1543 1001 -1700 439 -2896 1511 -1842 1868 -2307 204 -1983 383 -2823 2431 -1783 1431 -1116 1905 -2012 745 -1626 2484 -1269 1935 -1175 1112 -1461 662 -1936 1784 -1216 2232 -1021 -100 -1794 1844 -65 -434 -1987 2099 -1148 2119 -1443 1008 --270 1925 -1050 1205 -713 1731 -672 -224 -994 1878 -1340 2210 -531 1121 -1798 1635 -967 1592 -1448 636 -19 2690 -507 2447 1321 -31 +908 -766 -155 2196 +1280 -642 17 1133 +1290 70 292 471 +2565 -572 -91 163 +178 -598 228 2317 +2009 459 -621 1262 +743 -1619 801 438 +1167 -476 -620 1211 +2316 -508 -1634 529 +1243 514 947 1645 +1415 -282 -162 1758 +1111 -1826 -221 -586 +2836 199 -16 1343 +1754 191 329 108 +1466 23 -841 -527 +623 687 -592 552 +1186 -547 505 430 +1228 -15 195 1198 +491 -264 -280 230 +2177 660 -635 43 +2396 -677 -916 1468 +1404 2052 -642 855 +1196 -775 207 217 +1540 1058 758 121 +2526 -496 -135 842 +1482 -570 -574 1499 +2628 363 -622 1071 +1578 511 -816 378 +3286 -275 509 447 +1543 1001 -1034 -274 +1700 439 708 805 +2896 1511 -616 1577 +1842 1868 -685 397 +2307 204 -912 235 +1983 383 -459 80 +2823 2431 -869 320 +1783 1431 -1067 633 +1116 1905 -113 341 +2012 745 -1315 786 +1626 2484 -35 1563 +1269 1935 -344 200 +1175 1112 -1610 208 +1461 662 -424 682 +1936 1784 -464 -682 +1216 2232 -348 1156 +1021 -100 -1026 313 +1794 1844 -1328 603 +65 -434 -1052 1253 +1987 2099 -953 50 +1148 2119 -864 -185 +1443 1008 -395 -1021 +-270 1925 -164 -265 +1050 1205 -1606 479 +713 1731 -1637 1072 +672 -224 174 -533 +994 1878 568 403 +1340 2210 -637 1002 +531 1121 -295 999 +1798 1635 -1262 -172 +967 1592 -865 -271 +1448 636 -1534 308 +19 2690 148 -213 +507 2447 -1615 -553 19 -415 --328 1191 --640 -620 -278 712 -161 -145 -143 651 --392 1443 -10 120 -216 65 -48 -1015 --27 691 -353 -57 -612 485 --437 -229 -727 -304 --221 42 --1497 747 -25 -1228 --482 164 -745 387 --2115 -1057 -1013 319 -348 -9 --1141 -518 -672 -813 --455 796 --277 1074 -212 -343 --620 1622 --316 -664 --60 560 --331 -958 -111 123 --240 -539 --1062 197 -443 -745 -954 -593 --274 -325 -51 363 --912 -29 --240 -843 -1185 30 -71 350 --669 -481 -727 163 -245 232 --682 753 --331 -74 --15 -791 -448 369 -1533 245 -107 1741 --709 527 --1046 -837 -911 -172 --644 220 -615 -284 -96 -141 --568 1464 -1 856 --29 -1170 --209 1094 --951 -784 -839 994 839 525 +-328 1191 -775 -690 +-640 -620 -1476 138 +278 712 928 -164 +161 -145 -448 -856 +143 651 -335 -749 +-392 1443 -783 -1666 +10 120 621 -452 +216 65 -550 -1543 +48 -1015 1439 -1345 +-27 691 -543 622 +353 -57 487 901 +612 485 -584 -1171 +-437 -229 -577 101 +727 -304 1452 -1175 +-221 42 -1353 -908 +-1497 747 -25 10 +25 -1228 120 -1646 +-482 164 180 -963 +745 387 1990 -704 +-2115 -1057 373 -1059 +1013 319 -80 516 +348 -9 411 591 +-1141 -518 -68 -974 +672 -813 1323 126 +-455 796 -945 136 +-277 1074 473 -646 +212 -343 740 -725 +-620 1622 -6 -118 +-316 -664 1603 -787 +-60 560 -422 1427 +-331 -958 451 1135 +111 123 846 -953 +-240 -539 -1268 1042 +-1062 197 416 583 +443 -745 34 -86 +954 -593 1596 46 +-274 -325 -1436 879 +51 363 155 650 +-912 -29 370 373 +-240 -843 1190 47 +1185 30 436 -482 +71 350 270 1167 +-669 -481 594 677 +727 163 -476 -249 +245 232 -829 625 +-682 753 193 204 +-331 -74 1616 917 +-15 -791 -1015 475 +448 369 1085 -992 +1533 245 -660 -911 +107 1741 1282 923 +-709 527 252 256 +-1046 -837 87 237 +911 -172 930 -277 +-644 220 195 895 +615 -284 -435 293 +96 -141 -67 207 +-568 1464 -512 706 +1 856 -224 419 +-29 -1170 -1205 1865 +-209 1094 -707 -122 +-951 -784 135 288 +839 994 -1247 -519 -146 -289 --825 1183 --566 -672 -656 1006 --1213 -133 --837 -985 -122 461 -619 -1265 -732 493 --579 86 --272 -6 -1117 815 --448 -58 -950 738 --1477 -210 -134 -171 --381 477 -260 -435 -245 611 -355 -219 -1315 -716 -488 491 -700 1155 --1089 397 --259 -434 --467 -1060 -512 1856 --353 -32 -740 -677 --996 -761 -621 -572 -367 476 -598 -552 -132 906 --162 102 --759 219 --254 -164 -1361 -630 -1377 125 --467 1151 -1196 -857 --536 276 --5 154 --1353 -353 -705 104 --156 -380 --471 -1065 -117 565 -379 66 -216 607 -634 843 -427 -131 --580 75 -360 38 -884 -82 --261 523 --816 -429 --200 409 -755 -498 -191 -180 -234 848 -443 -149 -567 909 --414 -149 1016 659 +-825 1183 -1159 -346 +-566 -672 797 -318 +656 1006 -297 168 +-1213 -133 89 847 +-837 -985 -168 -192 +122 461 371 284 +619 -1265 -1196 -1861 +732 493 1335 1283 +-579 86 -670 215 +-272 -6 283 897 +1117 815 177 330 +-448 -58 239 -1516 +950 738 -1151 1481 +-1477 -210 -531 -54 +134 -171 386 -1142 +-381 477 -1027 1305 +260 -435 1986 -84 +245 611 -825 201 +355 -219 833 1233 +1315 -716 -244 138 +488 491 844 304 +700 1155 -270 -1207 +-1089 397 -223 132 +-259 -434 -1690 -617 +-467 -1060 -330 384 +512 1856 533 -292 +-353 -32 -855 -326 +740 -677 1157 -547 +-996 -761 1113 751 +621 -572 250 -319 +367 476 45 1058 +598 -552 -232 -825 +132 906 499 1000 +-162 102 -1266 -884 +-759 219 299 -518 +-254 -164 -1051 -179 +1361 -630 823 -938 +1377 125 564 976 +-467 1151 1173 -1727 +1196 -857 -122 618 +-536 276 -255 1350 +-5 154 -395 1083 +-1353 -353 -709 -240 +705 104 -397 446 +-156 -380 -503 -349 +-471 -1065 -102 -343 +117 565 23 48 +379 66 -336 188 +216 607 253 -496 +634 843 1123 609 +427 -131 -1163 -382 +-580 75 -145 -182 +360 38 -1447 302 +884 -82 991 -222 +-261 523 233 -1294 +-816 -429 -548 700 +-200 409 -182 27 +755 -498 347 -98 +191 -180 173 1222 +234 848 -54 371 +443 -149 -737 -570 +567 909 -273 304 +-414 -149 -561 -172 -4627 -874 --1109 806 --2562 -2298 --3030 -1235 --4471 1598 --1386 774 --1600 -1936 --1225 -1707 --4739 25 --1733 1711 --2380 -54 --2205 -1705 --3177 2581 -74 -1698 --1414 -1766 --2125 -718 --1878 -374 --108 -1048 --4161 -1496 --2236 -1015 --2420 -2460 --2764 2590 --2144 -437 --3484 -1812 --490 -900 --3812 -1258 --2389 -2368 --5148 -494 --3427 2293 -188 -1908 --3039 -504 --918 -2447 --2486 -1233 --1905 -1204 --2029 -1897 --2270 20 --4200 68 --1596 -743 --1629 -576 --2839 -327 --6424 1420 --1523 -1357 --1330 309 --2654 615 --983 -3006 --3853 172 --2799 1403 --2709 -583 --5445 2322 --2196 -2102 --2055 438 --1516 -489 --3637 -1275 --1188 -1218 --2170 -430 --3278 410 --2061 -1905 --1837 -190 --3501 73 --2582 -874 --889 -1271 --3678 903 --340 -1267 --3706 -1043 -1871 -2432 +-1109 806 -4043 -2119 +-2562 -2298 -1443 -749 +-3030 -1235 -3355 -2965 +-4471 1598 -595 -2338 +-1386 774 -2392 -798 +-1600 -1936 -1483 -3468 +-1225 -1707 -1997 -1267 +-4739 25 -401 -2355 +-1733 1711 -1750 -4675 +-2380 -54 -1638 -2138 +-2205 -1705 -2378 -4232 +-3177 2581 -3430 -1851 +74 -1698 -1649 -2308 +-1414 -1766 -688 -2381 +-2125 -718 -1545 -5730 +-1878 -374 -1592 -988 +-108 -1048 -1559 -1637 +-4161 -1496 -186 -3228 +-2236 -1015 -2407 -1684 +-2420 -2460 -1233 -5193 +-2764 2590 -1854 -4127 +-2144 -437 -1608 -3461 +-3484 -1812 -1372 -5667 +-490 -900 -878 -3294 +-3812 -1258 -1051 -4469 +-2389 -2368 -1957 -2944 +-5148 -494 -4047 -2097 +-3427 2293 -9 -3309 +188 -1908 -1076 -3932 +-3039 -504 -441 -2940 +-918 -2447 -2640 -2540 +-2486 -1233 317 -3025 +-1905 -1204 1059 -3466 +-2029 -1897 -2439 -5373 +-2270 20 111 -1957 +-4200 68 -622 -4603 +-1596 -743 -524 -4165 +-1629 -576 -2252 -2922 +-2839 -327 1368 -3279 +-6424 1420 -583 -4630 +-1523 -1357 625 -2868 +-1330 309 719 -3947 +-2654 615 1040 -4333 +-983 -3006 -2113 -5451 +-3853 172 -862 -4573 +-2799 1403 7 -2178 +-2709 -583 -374 -4524 +-5445 2322 -679 -4618 +-2196 -2102 -1261 -3195 +-2055 438 -2927 -2544 +-1516 -489 521 -771 +-3637 -1275 29 -3688 +-1188 -1218 -1 -3204 +-2170 -430 521 -2152 +-3278 410 2080 -3693 +-2061 -1905 -1078 -1212 +-1837 -190 3621 -4832 +-3501 73 -2146 -3725 +-2582 -874 -1248 -1968 +-889 -1271 1578 -4273 +-3678 903 670 -3006 +-340 -1267 -340 -2833 +-3706 -1043 425 -4262 -161 -1587 -900 1404 --624 536 --356 -747 --3035 935 -1074 2264 --2225 -1259 -810 2992 -872 135 --1137 -703 -588 -1662 --1684 -711 --1420 2107 --1279 -397 --597 -376 --201 902 --222 -1668 --424 688 --283 386 -463 1309 --1155 110 --1553 2611 -476 -2767 -517 2926 -128 -1703 --1558 1058 -95 1445 --552 259 -1214 293 --2495 104 -726 -1082 -463 1119 --2106 -964 --752 560 --143 1096 --195 573 --1739 -1426 --1633 177 -58 -373 --800 1400 --167 -2232 --760 -599 --545 473 --239 699 -279 220 --699 -2671 --499 2685 --959 -1559 -1032 1699 --1916 -919 --747 -767 --806 49 -966 -793 --2301 195 --644 450 -654 3005 --262 -1426 --721 -1140 -12 8 --1011 -120 --1662 -150 --727 1077 -145 -1123 -9 -1127 461 3162 +900 1404 1586 -2114 +-624 536 -784 -1544 +-356 -747 -467 952 +-3035 935 1837 2385 +1074 2264 -804 -2893 +-2225 -1259 -1322 72 +810 2992 -2136 1976 +872 135 104 2525 +-1137 -703 2746 719 +588 -1662 -1041 -1287 +-1684 -711 347 236 +-1420 2107 1334 3197 +-1279 -397 1053 772 +-597 -376 -854 1067 +-201 902 2297 2696 +-222 -1668 683 -876 +-424 688 -973 948 +-283 386 -238 -632 +463 1309 143 657 +-1155 110 126 499 +-1553 2611 1299 -2444 +476 -2767 551 -1282 +517 2926 -222 1091 +128 -1703 -385 1099 +-1558 1058 1048 50 +95 1445 25 -1686 +-552 259 -928 -207 +1214 293 -1140 1426 +-2495 104 -1783 1914 +726 -1082 1451 1489 +463 1119 -1125 -928 +-2106 -964 -1223 -1520 +-752 560 -1989 1117 +-143 1096 -784 1279 +-195 573 -1711 1589 +-1739 -1426 867 1444 +-1633 177 93 528 +58 -373 -2781 1968 +-800 1400 1886 -492 +-167 -2232 -1203 -2061 +-760 -599 -1658 1193 +-545 473 1493 579 +-239 699 -1071 11 +279 220 -1325 1449 +-699 -2671 -604 -467 +-499 2685 312 762 +-959 -1559 246 677 +1032 1699 534 -740 +-1916 -919 -680 610 +-747 -767 813 -389 +-806 49 162 970 +966 -793 -1292 -1384 +-2301 195 634 -880 +-644 450 2745 -2616 +654 3005 -1202 -861 +-262 -1426 -2830 -781 +-721 -1140 -1103 -3251 +12 8 -2702 -498 +-1011 -120 -358 1433 +-1662 -150 -1322 627 +-727 1077 1020 -485 +145 -1123 -1566 -180 +9 -1127 1764 -63 -879 1041 -629 -419 -982 422 --510 -123 -1046 1332 -119 596 -845 -2181 -1273 356 -357 -354 --254 1553 -1761 -323 --1155 142 --33 900 -981 195 --562 41 -515 -1021 -115 -900 --1891 2755 -2605 388 -146 -514 -3400 1431 --189 -481 --375 -1110 -1772 -1046 --998 347 -352 -2329 -449 -1435 --788 623 --118 -2967 -370 1674 --1768 -674 --533 305 --1041 -673 -1054 1245 -3074 -781 --212 -302 --466 65 -713 -1227 --997 -59 -1495 98 --1315 -870 --1159 654 -404 399 -768 1465 --480 -1855 --828 222 --34 -1054 -112 -691 --394 1938 --1045 315 --1079 1259 -279 -1570 -1322 -706 -612 412 --1718 270 -877 -252 --8 249 --133 663 -1412 -288 --477 -1133 -114 1667 --583 -1051 -2687 1612 --129 -1592 -598 -313 +629 -419 1962 883 +982 422 3971 -1253 +-510 -123 -1905 -2752 +1046 1332 -726 820 +119 596 635 1036 +845 -2181 2503 622 +1273 356 -516 -1914 +357 -354 374 -938 +-254 1553 -1176 -54 +1761 -323 1039 -2103 +-1155 142 -2715 -1153 +-33 900 -934 1473 +981 195 980 -419 +-562 41 -1974 1938 +515 -1021 1857 -599 +115 -900 -895 -2738 +-1891 2755 -825 834 +2605 388 195 91 +146 -514 -1303 746 +3400 1431 1228 1329 +-189 -481 1070 -1920 +-375 -1110 -647 -1642 +1772 -1046 -21 1479 +-998 347 -1880 -462 +352 -2329 688 -744 +449 -1435 -964 -82 +-788 623 625 176 +-118 -2967 834 -2084 +370 1674 -3519 1515 +-1768 -674 638 -1982 +-533 305 -671 -732 +-1041 -673 -1075 2808 +1054 1245 2293 312 +3074 -781 66 -1804 +-212 -302 -504 -289 +-466 65 -2647 1417 +713 -1227 3199 -386 +-997 -59 2058 -200 +1495 98 734 474 +-1315 -870 -1276 1108 +-1159 654 273 1050 +404 399 -323 -1543 +768 1465 -1818 -20 +-480 -1855 712 2261 +-828 222 2025 348 +-34 -1054 102 -570 +112 -691 -1907 -241 +-394 1938 2681 -27 +-1045 315 -1468 547 +-1079 1259 1245 1612 +279 -1570 460 -926 +1322 -706 761 169 +612 412 350 800 +-1718 270 143 1993 +877 -252 263 -1414 +-8 249 -848 1944 +-133 663 782 1362 +1412 -288 273 -270 +-477 -1133 203 1260 +114 1667 557 -2161 +-583 -1051 -296 969 +2687 1612 -456 635 +-129 -1592 1908 954 -600 904 -1542 -2242 -860 1262 --2083 -1006 -110 -72 -155 289 --194 -957 --238 1546 -1160 -516 -2312 -390 -1796 -1628 --1908 -1325 -104 153 --740 -330 -1253 124 --503 264 --947 -1543 --736 330 --509 -993 -21 -193 --324 1205 -942 -696 --1488 -2099 -84 331 --195 317 -1174 -199 -128 -2505 -1424 -1 --1643 1669 -2015 -115 --1125 -24 --1234 -1051 --1176 1857 --274 -589 -879 83 -654 -785 --414 752 --856 841 --1725 1073 -1544 -2041 --80 2013 -2041 369 -1157 334 -2767 724 --1109 -2121 -532 1335 -288 1377 -148 -1775 -87 -773 -21 -1062 -21 -1164 -88 19 -1125 -47 --337 590 --296 198 --1594 130 -517 1824 --558 -299 --342 1479 -252 165 --234 -686 --1111 1215 --88 -353 -3 474 -1442 -1695 +1542 -2242 585 986 +860 1262 -1052 394 +-2083 -1006 1163 -9 +110 -72 -95 -1183 +155 289 384 755 +-194 -957 -1270 -924 +-238 1546 3296 3894 +1160 -516 -1708 -2870 +2312 -390 1227 175 +1796 -1628 435 -1608 +-1908 -1325 39 -279 +104 153 1141 2433 +-740 -330 3104 -1938 +1253 124 1790 -477 +-503 264 -1503 2637 +-947 -1543 2784 -1422 +-736 330 -1906 -289 +-509 -993 1936 -1652 +21 -193 -2306 -995 +-324 1205 -639 -96 +942 -696 -2151 -209 +-1488 -2099 199 2499 +84 331 520 -857 +-195 317 1254 1441 +1174 -199 331 -772 +128 -2505 -1257 -218 +1424 -1 1210 -891 +-1643 1669 -1338 1181 +2015 -115 -801 -140 +-1125 -24 1200 721 +-1234 -1051 453 -2042 +-1176 1857 -122 1719 +-274 -589 -1503 -354 +879 83 1177 -65 +654 -785 878 1441 +-414 752 1799 260 +-856 841 -1280 543 +-1725 1073 -2384 -1760 +1544 -2041 -1090 2391 +-80 2013 -183 174 +2041 369 -836 -2287 +1157 334 -2794 -874 +2767 724 -59 758 +-1109 -2121 -601 -243 +532 1335 28 31 +288 1377 -391 548 +148 -1775 -655 1757 +87 -773 1425 897 +21 -1062 1087 184 +21 -1164 -771 -1007 +88 19 756 1429 +1125 -47 287 1094 +-337 590 2137 -854 +-296 198 20 -775 +-1594 130 -1 1390 +517 1824 1035 -1095 +-558 -299 -1322 -53 +-342 1479 -156 -219 +252 165 -599 -1922 +-234 -686 -1213 1059 +-1111 1215 1489 -88 +-88 -353 -378 83 +3 474 1088 334 3391 3088 -390 1702 -968 5063 -2853 4170 -3942 374 -416 -792 --847 3406 -577 4228 -5002 982 -1138 935 --1312 1123 -3214 4309 -3063 382 --830 3118 -3439 2511 -1434 3404 --337 2151 --1536 2424 -2109 3420 -1587 2570 -2135 3870 -2053 -118 --270 3122 -372 3497 --393 3949 -2609 2818 -3472 5749 -3909 2360 -2256 -1904 --2751 2615 -1074 2567 -904 3897 -1995 4293 -1270 2918 -3777 5977 -2681 3065 -2924 2366 -1769 2561 -1708 3288 -3034 3541 -4594 693 -2 3386 -1253 760 --691 1320 -588 6224 -1537 1975 -3162 -863 --14 -209 -2409 -1155 -979 3482 --335 419 --8 1693 -1998 3336 --179 4317 -531 2723 -1787 -544 -1883 3327 -1106 3501 -2314 3589 -1207 3802 -1497 3199 -1076 3740 --89 5087 -2184 4544 -3474 2020 +390 1702 -1071 2091 +968 5063 -4076 -1636 +2853 4170 -1013 385 +3942 374 -2968 1712 +416 -792 -915 -620 +-847 3406 -1940 3114 +577 4228 -1006 663 +5002 982 -1774 707 +1138 935 -3085 3832 +-1312 1123 -2174 1162 +3214 4309 -996 4196 +3063 382 232 1185 +-830 3118 -854 452 +3439 2511 -5296 314 +1434 3404 -1729 4191 +-337 2151 -462 899 +-1536 2424 -750 -1683 +2109 3420 -3556 1617 +1587 2570 -1091 1100 +2135 3870 -2261 4213 +2053 -118 -1427 2901 +-270 3122 -116 619 +372 3497 -32 2404 +-393 3949 -1428 299 +2609 2818 -2171 1156 +3472 5749 957 593 +3909 2360 -801 686 +2256 -1904 -3307 272 +-2751 2615 -1444 2187 +1074 2567 -1706 2581 +904 3897 1423 1643 +1995 4293 -3124 -752 +1270 2918 -2999 3569 +3777 5977 54 3473 +2681 3065 -1005 206 +2924 2366 -1932 3051 +1769 2561 -1106 3240 +1708 3288 1156 -1404 +3034 3541 -4928 -304 +4594 693 -3252 2513 +2 3386 -2933 630 +1253 760 -3789 2581 +-691 1320 -4371 5248 +588 6224 35 4375 +1537 1975 -635 2863 +3162 -863 -781 -138 +-14 -209 -2226 1456 +2409 -1155 -295 1025 +979 3482 762 488 +-335 419 1389 -620 +-8 1693 -2679 -3052 +1998 3336 -3963 -2322 +-179 4317 -2276 -146 +531 2723 -4030 -801 +1787 -544 -4080 1843 +1883 3327 -2944 -2548 +1106 3501 -5640 1294 +2314 3589 1193 2750 +1207 3802 19 -2387 +1497 3199 -1733 1228 +1076 3740 -1646 874 +-89 5087 -659 -294 +2184 4544 -3346 2345 3160 -735 -1370 -3129 -3658 -1622 -2779 -799 -5602 -1903 -1879 -3888 -6213 -154 -1608 -4216 -1269 -308 -1888 -788 --535 -95 -5002 1179 -4924 -960 -803 -1757 -1964 -1317 -1787 -2752 -3148 739 -3186 -1305 -3519 -1169 -2041 -1707 -3449 -22 -3384 -3839 -2228 1552 -1958 -4294 -1302 1061 -3614 -1124 -1215 -1170 -1496 242 --484 -860 -3470 252 --713 855 -986 -1393 -2634 1562 -2830 -2347 -291 -736 -66 412 -3028 1326 -3475 -993 -1579 -49 -2214 393 -2260 3783 -4392 -196 -5000 160 -2809 -69 --219 -1524 -2196 3539 -2711 -1747 -2893 3569 -3176 974 -2242 307 -1959 121 -1769 2917 -2552 1707 -5652 259 -2016 -131 --92 -1246 -460 3196 -524 1909 -546 2781 -546 2020 -2883 2127 -128 750 --150 2908 -794 1966 -4022 -4681 +1370 -3129 -4300 1055 +3658 -1622 1923 2694 +2779 -799 -630 -825 +5602 -1903 -5112 -1797 +1879 -3888 1227 3867 +6213 -154 4076 -545 +1608 -4216 3777 -3466 +1269 -308 -15 -7106 +1888 -788 -4374 -2020 +-535 -95 -2178 975 +5002 1179 -613 -354 +4924 -960 -1795 -3186 +803 -1757 -2141 -2398 +1964 -1317 921 -1713 +1787 -2752 -4152 -1586 +3148 739 -2506 3163 +3186 -1305 687 652 +3519 -1169 -483 -35 +2041 -1707 -977 -2185 +3449 -22 -2304 -510 +3384 -3839 -1443 2829 +2228 1552 -1056 2166 +1958 -4294 -631 -10 +1302 1061 -1195 -1573 +3614 -1124 -3360 292 +1215 -1170 -516 2216 +1496 242 3218 -107 +-484 -860 3647 -2574 +3470 252 1314 -3686 +-713 855 -1953 -1723 +986 -1393 -166 122 +2634 1562 2102 -576 +2830 -2347 3121 -1681 +291 -736 1795 -3163 +66 412 1597 -2405 +3028 1326 -1585 -2732 +3475 -993 -86 -1713 +1579 -49 2955 -3225 +2214 393 -3590 26 +2260 3783 824 1878 +4392 -196 2554 -2919 +5000 160 -925 -1042 +2809 -69 1877 -755 +-219 -1524 2402 -2441 +2196 3539 660 -2674 +2711 -1747 -989 -3575 +2893 3569 -1253 -3467 +3176 974 -765 -1320 +2242 307 610 -2614 +1959 121 -1622 479 +1769 2917 -2631 -1712 +2552 1707 -840 1703 +5652 259 -1441 148 +2016 -131 -5040 2633 +-92 -1246 -268 2656 +460 3196 2656 -279 +524 1909 575 4032 +546 2781 4758 -1317 +546 2020 1179 -3892 +2883 2127 2419 -2523 +128 750 -1637 -801 +-150 2908 1426 823 +794 1966 -151 173 1268 303 --119 -698 --376 244 -1141 -454 --837 -3425 --980 -3003 -215 448 --1014 -1319 --1643 -660 -85 -645 --2497 -1003 -1024 -311 --374 -2275 --1548 -716 --1210 150 --1384 2401 -3781 -369 -3865 -2920 --3921 -1780 --1556 502 --3187 -693 --899 624 --920 1261 --2012 3934 -847 1260 --678 2708 -192 2195 -1941 56 -2609 1385 -886 -2234 -3429 -237 -1324 -241 -1980 924 --1057 -2416 --3621 1236 --1097 1485 --718 1781 --1387 1003 -858 -369 --1414 1298 -2609 3880 --445 -1491 --1533 -569 --1165 -1070 -59 4340 -1883 -1325 -999 470 -702 1868 -764 -1891 -1462 -1434 --231 -3903 --1161 -2185 --1891 -316 --375 332 -999 371 -388 -890 --1944 -958 --1042 -2455 --1845 -975 -177 1595 -933 734 -1970 -338 --2231 -757 -273 1204 -618 -2465 +-119 -698 -3041 -3150 +-376 244 -4328 312 +1141 -454 2336 2876 +-837 -3425 868 -1752 +-980 -3003 -41 -2485 +215 448 -4266 1254 +-1014 -1319 -51 4836 +-1643 -660 1423 4279 +85 -645 468 808 +-2497 -1003 -2006 1619 +1024 -311 5185 532 +-374 -2275 3107 -797 +-1548 -716 1235 -872 +-1210 150 1166 -2306 +-1384 2401 -2857 2448 +3781 -369 1898 6242 +3865 -2920 2184 948 +-3921 -1780 196 1346 +-1556 502 454 -844 +-3187 -693 -782 -1195 +-899 624 -1072 1275 +-920 1261 1209 1569 +-2012 3934 881 -1108 +847 1260 2288 -1606 +-678 2708 -124 -203 +192 2195 1227 193 +1941 56 -2033 217 +2609 1385 -200 1864 +886 -2234 3783 -2608 +3429 -237 753 625 +1324 -241 1465 -301 +1980 924 1770 -3282 +-1057 -2416 201 -2899 +-3621 1236 -52 1652 +-1097 1485 2182 872 +-718 1781 4186 -2539 +-1387 1003 -1636 -1662 +858 -369 -2676 339 +-1414 1298 -996 -121 +2609 3880 1088 -1080 +-445 -1491 -743 1001 +-1533 -569 621 2552 +-1165 -1070 3695 -1365 +59 4340 -991 -1307 +1883 -1325 -126 1159 +999 470 1804 1039 +702 1868 2943 -275 +764 -1891 -3167 14 +1462 -1434 1947 2709 +-231 -3903 -490 -376 +-1161 -2185 -1738 2765 +-1891 -316 -513 158 +-375 332 -917 343 +999 371 -1331 277 +388 -890 379 2714 +-1944 -958 2462 -2016 +-1042 -2455 -308 -666 +-1845 -975 1407 666 +177 1595 -624 -2312 +933 734 -568 2735 +1970 -338 1860 191 +-2231 -757 405 -915 +273 1204 -1445 1133 57 -1115 --2254 2346 --776 323 -3731 614 -1393 -88 -1100 1102 -221 418 --1404 -2167 --2484 1575 --2406 278 --1814 3963 -3016 1187 -1863 -424 -454 -849 -998 -647 -998 -71 -1144 2161 -883 620 --222 1845 --1 884 --315 -1050 --2033 537 -1453 1442 -2268 -1403 -552 -840 --875 2237 --768 1692 --1576 -54 -3434 -1944 --1947 861 -1058 1509 -2098 1630 -1499 -2162 -1347 -951 --565 -62 -323 1017 -1875 -102 -700 -970 -164 -2684 --2681 1299 --1086 -1855 --2819 -1512 --1543 -650 --2715 251 -1881 5681 -1585 -1431 --427 432 --1389 1804 --1671 2932 -1305 2939 -507 909 -661 -1273 --324 -719 -532 1161 -313 98 -3823 8 -1482 -1925 -1781 1584 -125 -1587 --1012 -389 --1284 -69 -609 -1136 --639 -1227 --256 -683 611 3110 +-2254 2346 695 -1337 +-776 323 61 662 +3731 614 -303 1260 +1393 -88 2138 2091 +1100 1102 2141 -867 +221 418 3538 1167 +-1404 -2167 -3268 -5012 +-2484 1575 851 2793 +-2406 278 46 -795 +-1814 3963 -367 1191 +3016 1187 1034 599 +1863 -424 -1751 -1591 +454 -849 -2683 1795 +998 -647 409 1490 +998 -71 2950 -3014 +1144 2161 -2783 1168 +883 620 2205 1435 +-222 1845 -2483 2032 +-1 884 3074 526 +-315 -1050 1822 872 +-2033 537 3170 -164 +1453 1442 801 -2595 +2268 -1403 149 270 +552 -840 -536 -2483 +-875 2237 -1595 1942 +-768 1692 1740 1670 +-1576 -54 -1223 3132 +3434 -1944 367 76 +-1947 861 -344 635 +1058 1509 -3022 -344 +2098 1630 -536 2771 +1499 -2162 -29 -933 +1347 -951 1695 671 +-565 -62 350 3616 +323 1017 -2564 -92 +1875 -102 -1002 1113 +700 -970 493 3251 +164 -2684 4093 2573 +-2681 1299 -295 -1447 +-1086 -1855 -1810 -2176 +-2819 -1512 655 2603 +-1543 -650 6132 -1528 +-2715 251 -98 -1906 +1881 5681 1325 -495 +1585 -1431 -39 1254 +-427 432 1388 -1038 +-1389 1804 722 -2404 +-1671 2932 -1976 -1769 +1305 2939 -3078 1024 +507 909 1156 1682 +661 -1273 1045 -3152 +-324 -719 -1405 -1996 +532 1161 -2310 1457 +313 98 -1306 2007 +3823 8 -1075 332 +1482 -1925 195 1774 +1781 1584 3236 -362 +125 -1587 54 485 +-1012 -389 8 577 +-1284 -69 2466 -2443 +609 -1136 -1813 1123 +-639 -1227 1207 131 +-256 -683 -741 995 diff --git a/AI_Engine_Development/AIE-ML/Design_Tutorials/07-Channelizer-Using-Vitis-Libraries/aie/channelizer/data/fft_front_o_2.txt b/AI_Engine_Development/AIE-ML/Design_Tutorials/07-Channelizer-Using-Vitis-Libraries/aie/channelizer/data/fft_front_o_2.txt index 14e68f7535..f0c0d357d6 100644 --- a/AI_Engine_Development/AIE-ML/Design_Tutorials/07-Channelizer-Using-Vitis-Libraries/aie/channelizer/data/fft_front_o_2.txt +++ b/AI_Engine_Development/AIE-ML/Design_Tutorials/07-Channelizer-Using-Vitis-Libraries/aie/channelizer/data/fft_front_o_2.txt @@ -1,2048 +1,2048 @@ 1986 -2298 -1835 -2312 -1916 -2441 -1679 -1999 -1475 -2349 -1752 -2121 -1607 -2290 -2012 -2719 -2226 -2340 -1610 -1842 -1833 -2278 -2175 -2505 -1869 -2420 -1799 -2424 -1754 -2281 -1503 -2406 -1696 -1907 -1860 -1628 -1757 -1807 -1540 -1781 -1393 -2004 -1702 -1908 -1672 -1770 -1943 -1484 -1648 -1627 -1779 -2363 -2243 -2406 -2230 -1624 -1667 -1578 -1972 -1747 -1865 -1419 -1853 -1714 -2067 -1971 -1893 -1780 -2033 -2062 -2104 -2169 -2169 -2491 -2087 -1841 -1735 -1811 -1575 -1872 -1717 -1619 -1610 -1350 -1815 -1532 -1596 -1407 -1678 -1761 -1969 -1831 -1892 -2163 -2071 -1880 -1915 -1857 -1920 -1891 -2056 -1962 -2227 -1796 -2219 -1824 -2067 -1542 -2152 -1568 -1990 -1247 -1869 -1541 -2381 -1302 -2061 -1112 -1980 -1561 -1961 -1884 -1913 -1836 -2064 -1495 -2182 -1516 912 -1202 +1835 -2312 1277 -1099 +1916 -2441 1499 -577 +1679 -1999 1250 -748 +1475 -2349 1410 -909 +1752 -2121 1584 -606 +1607 -2290 2107 -776 +2012 -2719 1860 -634 +2226 -2340 1789 -796 +1610 -1842 1892 -546 +1833 -2278 1602 -174 +2175 -2505 1245 -340 +1869 -2420 1677 -554 +1799 -2424 1436 -81 +1754 -2281 1161 -592 +1503 -2406 1487 -995 +1696 -1907 1647 -746 +1860 -1628 1488 -483 +1757 -1807 1126 -621 +1540 -1781 738 -729 +1393 -2004 1175 -571 +1702 -1908 1497 -429 +1672 -1770 1421 -654 +1943 -1484 1416 -631 +1648 -1627 1485 -809 +1779 -2363 2265 -1139 +2243 -2406 2189 -418 +2230 -1624 1519 -715 +1667 -1578 1956 -659 +1972 -1747 1529 -137 +1865 -1419 1479 120 +1853 -1714 1679 181 +2067 -1971 1526 68 +1893 -1780 1644 8 +2033 -2062 1992 373 +2104 -2169 1657 107 +2169 -2491 1788 -143 +2087 -1841 1688 344 +1735 -1811 1795 70 +1575 -1872 2014 -378 +1717 -1619 1758 -722 +1610 -1350 1618 -238 +1815 -1532 1472 165 +1596 -1407 1670 -58 +1678 -1761 1799 78 +1969 -1831 1673 155 +1892 -2163 1559 -97 +2071 -1880 1329 -324 +1915 -1857 1798 -516 +1920 -1891 1919 -116 +2056 -1962 1606 -332 +2227 -1796 1691 -174 +2219 -1824 1184 -153 +2067 -1542 1298 -334 +2152 -1568 1304 61 +1990 -1247 1492 458 +1869 -1541 1644 898 +2381 -1302 1693 1005 +2061 -1112 1694 747 +1980 -1561 1933 414 +1961 -1884 2020 283 +1913 -1836 1978 584 +2064 -1495 1395 846 +2182 -1516 1248 451 -1366 544 --1262 367 --1074 267 --1109 220 --1212 110 --956 -28 --1123 557 --1366 238 --675 218 --874 298 --998 192 --1237 -355 --876 -547 --1114 -122 --728 -413 --638 -87 --862 -67 --1049 272 --1509 -144 --1011 -625 --752 -141 --1094 -11 --1197 -284 --811 -168 --954 -146 --448 -444 --714 60 --1175 -284 --1177 -259 --1309 -138 --1436 -110 --1194 -368 --1191 129 --1310 -298 --750 -334 --1145 -358 --1069 -558 --1155 -521 --1011 -688 --726 -816 --798 -507 --1287 -498 --1054 -439 --1058 -334 --1355 -457 --1163 -496 --1022 -114 --1198 -462 --1281 -860 --988 -1068 --591 -773 --655 -1066 --615 -1328 --359 -1571 -93 -1467 --426 -1280 --975 -1497 --882 -1770 --420 -1556 --512 -1312 --160 -1229 --538 -1269 --271 -1233 --511 -951 769 -70 +-1262 367 550 387 +-1074 267 -188 182 +-1109 220 29 -39 +-1212 110 178 242 +-956 -28 -24 -14 +-1123 557 30 25 +-1366 238 -78 -64 +-675 218 334 -129 +-874 298 471 97 +-998 192 427 71 +-1237 -355 341 204 +-876 -547 -123 37 +-1114 -122 86 -40 +-728 -413 -38 -149 +-638 -87 158 -836 +-862 -67 387 -503 +-1049 272 172 -473 +-1509 -144 380 -315 +-1011 -625 132 67 +-752 -141 -19 -49 +-1094 -11 -103 -109 +-1197 -284 -170 15 +-811 -168 132 47 +-954 -146 369 -392 +-448 -444 410 -522 +-714 60 -130 -308 +-1175 -284 -76 -344 +-1177 -259 277 -43 +-1309 -138 195 -297 +-1436 -110 620 -431 +-1194 -368 411 -67 +-1191 129 -224 -165 +-1310 -298 -59 -492 +-750 -334 298 -171 +-1145 -358 223 -45 +-1069 -558 322 389 +-1155 -521 84 583 +-1011 -688 -97 439 +-726 -816 47 103 +-798 -507 308 271 +-1287 -498 94 77 +-1054 -439 68 313 +-1058 -334 -240 634 +-1355 -457 39 548 +-1163 -496 476 228 +-1022 -114 609 -14 +-1198 -462 332 112 +-1281 -860 83 224 +-988 -1068 278 341 +-591 -773 32 642 +-655 -1066 17 544 +-615 -1328 406 655 +-359 -1571 350 312 +93 -1467 203 26 +-426 -1280 39 108 +-975 -1497 -298 158 +-882 -1770 -235 -168 +-420 -1556 -165 161 +-512 -1312 -451 154 +-160 -1229 -395 235 +-538 -1269 -318 256 +-271 -1233 -134 620 +-511 -951 -451 566 -238 212 --139 18 -136 -132 -233 -66 -438 -180 -521 -172 -542 -163 -61 -209 --47 -332 --226 171 --532 83 --73 -331 -437 27 -73 -83 --34 -162 --124 43 -74 213 --48 43 -3 -10 --126 -220 -260 -363 -59 381 --29 17 -310 -175 -118 -28 --195 283 --132 24 -223 -37 -6 -349 --197 -340 --117 -230 -82 -34 --25 12 --116 -72 -40 -87 --464 276 --529 124 --312 133 -133 35 -131 280 --21 -125 --66 112 --232 261 --72 81 -96 -160 -12 136 -128 337 -339 476 -38 575 --481 -19 -275 -129 --135 524 --25 196 -220 707 --435 121 -344 -411 -290 21 -285 -16 -99 272 -329 26 --26 -212 --76 -648 --110 -144 -3 -277 38 86 +-139 18 170 -53 +136 -132 -35 203 +233 -66 -53 -73 +438 -180 326 -12 +521 -172 138 83 +542 -163 47 -29 +61 -209 184 -145 +-47 -332 132 -100 +-226 171 350 -63 +-532 83 308 -186 +-73 -331 111 -190 +437 27 -183 -152 +73 -83 150 -356 +-34 -162 330 -459 +-124 43 18 -456 +74 213 57 -151 +-48 43 129 -169 +3 -10 456 -26 +-126 -220 28 129 +260 -363 24 -56 +59 381 -185 -89 +-29 17 -217 -189 +310 -175 -146 -242 +118 -28 -350 -85 +-195 283 -530 -163 +-132 24 -31 -167 +223 -37 48 1 +6 -349 -9 271 +-197 -340 67 458 +-117 -230 324 326 +82 -34 284 -58 +-25 12 288 63 +-116 -72 10 332 +40 -87 -309 -129 +-464 276 151 22 +-529 124 239 202 +-312 133 705 138 +133 35 193 467 +131 280 121 -132 +-21 -125 255 -173 +-66 112 169 -365 +-232 261 446 -94 +-72 81 6 310 +96 -160 -233 -85 +12 136 415 20 +128 337 359 53 +339 476 195 -223 +38 575 67 -396 +-481 -19 -58 -336 +275 -129 271 49 +-135 524 -328 320 +-25 196 -207 -112 +220 707 -133 70 +-435 121 -165 -133 +344 -411 -389 147 +290 21 -487 88 +285 -16 -87 -40 +99 272 284 163 +329 26 320 355 +-26 -212 204 309 +-76 -648 -181 36 +-110 -144 -129 87 +3 -277 -133 85 -110 277 -34 232 --151 225 --551 204 --372 184 -85 471 --76 592 --209 317 --49 251 --207 97 --209 94 --327 181 --51 -38 --183 -14 --212 -30 --281 42 --111 -91 -1 116 --238 -170 --274 -312 --498 176 --360 316 --282 324 --263 117 --108 242 -236 95 -258 74 --153 -223 --25 -385 -93 -35 --189 -200 --33 -290 --238 -104 --165 183 --119 359 -98 284 -17 -2 -231 -310 -295 -182 -310 -490 -458 -434 -210 -415 -215 -388 --47 -151 -53 102 --27 312 --224 195 -162 146 -700 165 -475 -27 -115 -417 -202 -352 -275 -149 -196 -27 -408 -121 -252 281 -71 -60 -585 -82 -205 207 --60 -26 -169 189 -281 318 -253 361 -268 226 -357 -68 +34 232 -169 -124 +-151 225 -268 -168 +-551 204 -176 -495 +-372 184 -50 4 +85 471 -246 -49 +-76 592 -30 297 +-209 317 -79 143 +-49 251 -72 23 +-207 97 -301 -107 +-209 94 200 68 +-327 181 100 304 +-51 -38 151 -444 +-183 -14 417 -238 +-212 -30 87 11 +-281 42 53 31 +-111 -91 -460 142 +1 116 -221 -5 +-238 -170 -69 161 +-274 -312 134 -277 +-498 176 220 -42 +-360 316 138 48 +-282 324 172 137 +-263 117 79 107 +-108 242 267 -100 +236 95 766 79 +258 74 397 -104 +-153 -223 111 -402 +-25 -385 -248 27 +93 -35 -268 -341 +-189 -200 98 -494 +-33 -290 139 -193 +-238 -104 -118 -54 +-165 183 -113 -375 +-119 359 -40 -24 +98 284 23 66 +17 -2 307 410 +231 -310 235 187 +295 -182 415 -426 +310 -490 44 -436 +458 -434 -323 -173 +210 -415 -406 249 +215 -388 -455 230 +-47 -151 -326 196 +53 102 -356 50 +-27 312 24 -122 +-224 195 189 85 +162 146 135 -168 +700 165 88 -80 +475 -27 -18 -320 +115 -417 266 -115 +202 -352 -136 -21 +275 -149 -94 -20 +196 -27 -195 94 +408 -121 20 -308 +252 281 25 120 +71 -60 -250 67 +585 -82 235 38 +205 207 77 -198 +-60 -26 -241 -413 +169 189 -391 -548 +281 318 -247 -450 +253 361 -252 -336 +268 226 -457 -30 4964 80 -5147 -786 -4485 448 -5131 -1111 -6136 774 -4809 -191 -6008 755 -5247 887 -3382 -270 -4733 -812 -4892 1838 -5161 229 -3608 -505 -4534 1222 -5007 -1096 -4114 161 -3810 -302 -4890 11 -5823 18 -5300 -589 -6380 985 -4317 -320 -4280 487 -4346 104 -6042 -492 -5392 1084 -3877 885 -3636 -788 -6346 139 -4543 385 -4947 -505 -5616 408 -5123 185 -4511 -35 -5519 2199 -5511 -134 -3935 2049 -3621 -273 -4379 452 -5719 8 -3801 417 -5665 576 -5102 691 -4855 70 -5400 1807 -5228 473 -5384 1163 -4117 633 -5669 1232 -4960 68 -4503 1466 -4954 225 -4401 913 -4553 186 -4890 909 -4811 -328 -5427 1484 -3733 585 -5036 -863 -5525 1163 -5737 853 -4589 1189 -4553 1765 -5930 563 -360 451 +5147 -786 -2506 472 +4485 448 -1822 250 +5131 -1111 -225 -1161 +6136 774 -2173 403 +4809 -191 -1215 546 +6008 755 -2184 333 +5247 887 -1741 -1046 +3382 -270 -2185 735 +4733 -812 -1912 -804 +4892 1838 -2335 -1807 +5161 229 -434 -380 +3608 -505 -1752 -515 +4534 1222 -1789 -1676 +5007 -1096 -33 693 +4114 161 -1248 -432 +3810 -302 -2406 -66 +4890 11 -993 -365 +5823 18 -1347 -1677 +5300 -589 -1228 155 +6380 985 -1943 1062 +4317 -320 -1492 41 +4280 487 -1495 -878 +4346 104 -1840 -217 +6042 -492 -934 431 +5392 1084 -2569 892 +3877 885 -3325 -2094 +3636 -788 -1344 32 +6346 139 -3941 25 +4543 385 -2209 -1565 +4947 -505 -2763 -221 +5616 408 -1346 13 +5123 185 -1590 -1706 +4511 -35 -2749 541 +5519 2199 -1095 -436 +5511 -134 -618 -1582 +3935 2049 -2249 408 +3621 -273 -1374 -1671 +4379 452 -768 244 +5719 8 201 49 +3801 417 -1472 -1243 +5665 576 -3066 5 +5102 691 -721 -858 +4855 70 -2015 -1029 +5400 1807 -2690 -730 +5228 473 -1502 -1170 +5384 1163 -1343 -837 +4117 633 -371 -1358 +5669 1232 -2007 58 +4960 68 -1279 -1476 +4503 1466 -1396 -1137 +4954 225 -2370 -1288 +4401 913 -169 -1842 +4553 186 -2312 -929 +4890 909 -1178 -1098 +4811 -328 -2479 -1295 +5427 1484 -2100 -1170 +3733 585 -973 -1816 +5036 -863 -802 -1512 +5525 1163 -269 -1124 +5737 853 -597 -2023 +4589 1189 -2017 -1771 +4553 1765 -131 -2268 +5930 563 -705 -1299 1812 251 -1900 1081 -1835 840 -1781 347 -1731 1421 -770 1730 -499 -518 -2434 1870 -1185 842 -1376 27 -1383 705 -3103 1609 -377 1607 -1379 964 -1023 2740 -430 79 -218 2093 -918 1030 -2413 1829 -1229 3485 -230 1348 -923 1538 -2095 2179 --257 2358 -1669 1766 --83 2370 -221 886 -765 2369 -225 1483 --74 2136 -1071 1668 -74 3172 --439 1093 -1136 3146 --835 1496 -134 1114 --1130 2232 --400 1432 --701 2013 --414 2548 --1522 459 --820 1522 --905 1268 --448 1223 --838 702 --1704 1384 --1084 237 -226 851 --219 1104 --1105 2946 --976 1923 -85 1881 --475 1463 --205 2503 --1152 1612 --1036 -148 --391 1286 -204 2237 --1403 1939 --130 1758 --1353 2045 -452 682 --2631 1321 -746 816 -1445 118 +1900 1081 -1057 -2462 +1835 840 -187 -797 +1781 347 -707 650 +1731 1421 -379 -931 +770 1730 732 -119 +499 -518 -786 -634 +2434 1870 40 200 +1185 842 -639 -5 +1376 27 -814 -548 +1383 705 -460 -619 +3103 1609 -534 -1729 +377 1607 1324 -702 +1379 964 -701 -39 +1023 2740 1018 -545 +430 79 501 295 +218 2093 -1796 -149 +918 1030 -165 573 +2413 1829 -1337 -745 +1229 3485 -574 -686 +230 1348 827 -785 +923 1538 -59 -1029 +2095 2179 -41 538 +-257 2358 239 394 +1669 1766 1053 494 +-83 2370 -56 -21 +221 886 -400 -907 +765 2369 -33 644 +225 1483 -503 -28 +-74 2136 386 -7 +1071 1668 -1043 476 +74 3172 -409 -843 +-439 1093 504 -827 +1136 3146 129 1147 +-835 1496 -1070 -434 +134 1114 -936 -277 +-1130 2232 -1168 -524 +-400 1432 571 -823 +-701 2013 721 -1366 +-414 2548 850 189 +-1522 459 -121 -617 +-820 1522 415 88 +-905 1268 -1086 -626 +-448 1223 -56 30 +-838 702 556 553 +-1704 1384 468 532 +-1084 237 -284 -280 +226 851 -488 -582 +-219 1104 113 131 +-1105 2946 -62 385 +-976 1923 236 -888 +85 1881 71 428 +-475 1463 339 -450 +-205 2503 1341 -424 +-1152 1612 511 -828 +-1036 -148 587 -332 +-391 1286 1316 -856 +204 2237 573 654 +-1403 1939 287 -812 +-130 1758 1202 144 +-1353 2045 287 -180 +452 682 211 272 +-2631 1321 -544 -561 +746 816 1105 -134 350 -206 -585 -92 --918 728 -177 101 --350 732 --264 316 --483 -259 -1143 -610 --74 301 --135 -835 -947 -426 -203 1116 --1027 45 -806 78 --752 -283 --49 712 -150 -219 -559 -615 --231 -87 -533 169 --1452 401 --815 -1377 -1513 1456 -55 -424 --987 -533 -263 -813 -662 540 -91 274 -1019 -247 --655 -305 -2 1473 -400 -19 --842 391 -737 155 --451 -99 -126 -673 -443 674 -499 -293 --200 694 -475 -479 -134 314 --494 -833 -184 716 -946 703 -214 209 --895 -750 --193 162 -175 -788 --235 -1579 -1767 -135 --1907 809 --27 -1380 --494 811 --93 -1209 -2557 -664 --808 1812 -481 -587 --1040 -113 -177 -176 --282 197 -898 -768 --605 958 --575 -9 -63 1237 -103 -24 +585 -92 538 186 +-918 728 22 -1032 +177 101 1163 1441 +-350 732 197 -539 +-264 316 -211 -858 +-483 -259 828 122 +1143 -610 -234 -351 +-74 301 -148 -19 +-135 -835 -467 729 +947 -426 510 -360 +203 1116 -148 -766 +-1027 45 570 371 +806 78 -149 616 +-752 -283 -130 -107 +-49 712 -442 -415 +150 -219 -1556 588 +559 -615 699 320 +-231 -87 -1899 -804 +533 169 275 -458 +-1452 401 -230 -472 +-815 -1377 -151 -621 +1513 1456 -85 189 +55 -424 -124 -81 +-987 -533 -263 -468 +263 -813 153 962 +662 540 -1225 1037 +91 274 -611 -429 +1019 -247 -1135 -297 +-655 -305 -483 785 +2 1473 -53 -117 +400 -19 597 97 +-842 391 -1216 -415 +737 155 5 -827 +-451 -99 1735 7 +126 -673 -1337 233 +443 674 879 465 +499 -293 -928 -670 +-200 694 -278 -1626 +475 -479 1339 1011 +134 314 224 -1017 +-494 -833 197 1066 +184 716 -333 -219 +946 703 3 -1510 +214 209 1391 1083 +-895 -750 -523 -127 +-193 162 866 -426 +175 -788 1102 -806 +-235 -1579 489 177 +1767 -135 599 -88 +-1907 809 -1745 -143 +-27 -1380 1708 -1615 +-494 811 -50 421 +-93 -1209 890 -494 +2557 -664 645 -710 +-808 1812 -351 -1267 +481 -587 566 455 +-1040 -113 -428 343 +177 -176 -1408 94 +-282 197 6 46 +898 -768 -130 -708 +-605 958 459 -549 +-575 -9 -442 -648 +63 1237 748 598 -199 657 --650 633 --152 -753 -658 -509 --459 1412 --674 442 --93 -515 --34 82 --134 -221 -529 -752 --568 -123 -100 -95 -51 439 -465 -372 --766 498 -73 -126 --1063 -38 --709 -316 -900 -75 --1184 -88 --623 -193 --135 345 -323 -559 --13 350 --85 83 -15 559 -243 -1277 --74 -587 --155 670 --1133 -895 -697 -31 --518 240 --102 -29 --1099 -19 --3 -252 --280 -398 -1036 -112 --178 732 --318 318 -486 540 --905 -318 --599 119 --921 -653 --671 -340 --1352 136 -607 -961 -476 -635 -81 880 -429 70 -1132 -1231 -1204 441 -102 430 -92 267 -207 -245 --361 651 --71 -1500 -765 896 --99 154 -292 -1432 -331 484 -1 171 -38 456 -610 -116 --301 505 -828 -236 +-650 633 784 268 +-152 -753 275 -1031 +658 -509 -119 1577 +-459 1412 -259 -1507 +-674 442 -486 404 +-93 -515 -801 -487 +-34 82 179 -20 +-134 -221 -134 -517 +529 -752 648 204 +-568 -123 -1054 1304 +100 -95 807 -579 +51 439 499 1086 +465 -372 -1284 -242 +-766 498 181 -567 +73 -126 145 -381 +-1063 -38 755 -1334 +-709 -316 -352 1183 +900 -75 1002 -186 +-1184 -88 -257 1220 +-623 -193 -552 10 +-135 345 -249 453 +323 -559 -53 -55 +-13 350 -34 138 +-85 83 -99 937 +15 559 -195 527 +243 -1277 1577 -467 +-74 -587 -515 -538 +-155 670 -59 -503 +-1133 -895 1662 1226 +697 -31 -242 69 +-518 240 -976 584 +-102 -29 596 -639 +-1099 -19 -248 540 +-3 -252 -733 438 +-280 -398 90 924 +1036 -112 -581 -113 +-178 732 1173 38 +-318 318 1083 -358 +486 540 -386 -1343 +-905 -318 -701 -116 +-599 119 -427 -598 +-921 -653 130 -486 +-671 -340 264 -399 +-1352 136 528 -72 +607 -961 -435 996 +476 -635 -171 -219 +81 880 173 128 +429 70 -501 -631 +1132 -1231 456 606 +1204 441 -945 -520 +102 430 62 -504 +92 267 -1220 -310 +207 -245 -178 -405 +-361 651 453 586 +-71 -1500 -1191 -1043 +765 896 102 1070 +-99 154 -204 145 +292 -1432 619 -95 +331 484 -33 -716 +1 171 -43 267 +38 456 -64 275 +610 -116 -347 297 +-301 505 -905 -441 -196 -2748 --679 -923 --1064 -1980 --199 -169 --1215 -3195 -98 -1992 --1148 -2464 --1666 -3057 -779 -1810 --147 -1911 --1019 -4477 --1539 -194 -2021 -657 -182 -2833 --415 251 -1698 -1861 -2139 -1887 --2281 -2548 --1199 -1271 -1298 -357 --190 -4359 -657 -2342 -46 -3087 -622 -2488 --782 -2297 --1690 -2632 -719 -1466 -887 212 --605 -3186 -35 -3370 -633 -1624 --691 -4175 --1991 -1169 -984 -1513 --1508 -5039 --1325 135 -108 -3866 -600 -738 -1455 -887 --372 -316 -2122 -2698 --1460 -2960 -13 -2866 -602 -2124 -3 -3333 --265 -1366 --493 -1893 -814 -1297 --60 -2591 -950 -831 -999 -3773 --1230 -1604 --229 -1847 -1626 -2221 --1558 -2823 -559 -1425 --537 -3646 -1949 -4327 --1123 -512 --2155 -3489 --923 -411 -968 -2214 -2006 -3708 --986 -1992 2121 725 +-679 -923 7609 -889 +-1064 -1980 3848 -3447 +-199 -169 1106 2321 +-1215 -3195 5102 -664 +98 -1992 3111 -3800 +-1148 -2464 1746 -1400 +-1666 -3057 2753 1834 +779 -1810 4069 -1841 +-147 -1911 3097 -120 +-1019 -4477 5123 1127 +-1539 -194 2629 -1546 +2021 -657 2752 -391 +182 -2833 3367 1305 +-415 251 1676 -2243 +1698 -1861 3046 1094 +2139 -1887 4531 927 +-2281 -2548 2907 -1434 +-1199 -1271 3359 3500 +1298 -357 4348 507 +-190 -4359 4661 -1232 +657 -2342 3690 -498 +46 -3087 4130 1731 +622 -2488 4060 866 +-782 -2297 3659 -672 +-1690 -2632 2849 -590 +719 -1466 4853 3531 +887 212 1612 -30 +-605 -3186 5223 895 +35 -3370 3457 3852 +633 -1624 5671 -576 +-691 -4175 2212 -1104 +-1991 -1169 2924 3056 +984 -1513 5635 -373 +-1508 -5039 879 797 +-1325 135 2370 3070 +108 -3866 3557 -502 +600 -738 3413 3848 +1455 -887 2003 112 +-372 -316 -197 1309 +2122 -2698 2508 5072 +-1460 -2960 5917 1426 +13 -2866 2955 862 +602 -2124 3071 1195 +3 -3333 3628 1073 +-265 -1366 1679 2791 +-493 -1893 4273 3224 +814 -1297 2292 3220 +-60 -2591 3829 2148 +950 -831 1992 3183 +999 -3773 3013 3159 +-1230 -1604 5020 4331 +-229 -1847 1903 3575 +1626 -2221 5565 3351 +-1558 -2823 3461 2272 +559 -1425 4794 1046 +-537 -3646 3259 289 +1949 -4327 2521 2723 +-1123 -512 3318 2638 +-2155 -3489 1460 2854 +-923 -411 1451 3207 +968 -2214 2343 2713 +2006 -3708 1893 3390 +-986 -1992 3068 1867 -264 1192 -833 719 -1009 -455 --21 1314 -521 -1328 -2242 -461 -2384 2389 -1052 -1086 -243 -911 -630 560 --390 450 --1288 785 -1846 432 --26 1541 --93 -1905 --23 2970 -399 -358 -339 1914 --385 2095 -706 -1233 -709 1097 -631 2021 --1070 397 -2265 -748 --978 465 -111 -720 --1138 1505 -1708 302 -553 549 -1628 -154 --586 1296 -481 -2408 -1514 1999 --58 -2021 -876 393 --162 1334 -1183 -335 -946 2224 -884 720 --1016 -487 -1227 2733 -1461 232 -532 1527 --266 -686 -1669 1549 -1642 259 -544 1313 --1579 835 --890 1862 -98 -873 --372 448 --894 859 -21 1234 --801 749 --927 248 --1111 3783 --375 2393 --999 1656 -630 1447 --1064 1852 -1745 -275 --1533 1747 -4188 921 --2594 1185 803 -1001 +833 719 -1649 2023 +1009 -455 -671 713 +-21 1314 661 -319 +521 -1328 827 1596 +2242 -461 -1520 -826 +2384 2389 1287 576 +1052 -1086 -498 -465 +243 -911 -282 128 +630 560 -873 -534 +-390 450 -1325 566 +-1288 785 358 2657 +1846 432 -3183 303 +-26 1541 1498 165 +-93 -1905 -1878 724 +-23 2970 -1820 1038 +399 -358 1465 142 +339 1914 -587 112 +-385 2095 1293 2197 +706 -1233 860 599 +709 1097 -704 545 +631 2021 -376 1503 +-1070 397 -57 -1184 +2265 -748 56 -1154 +-978 465 -3173 483 +111 -720 -280 689 +-1138 1505 2803 1654 +1708 302 -493 -702 +553 549 974 -846 +1628 -154 -613 -1 +-586 1296 -55 -198 +481 -2408 -539 1683 +1514 1999 796 1870 +-58 -2021 1014 -1519 +876 393 1431 -197 +-162 1334 501 1122 +1183 -335 2182 455 +946 2224 115 -396 +884 720 1007 595 +-1016 -487 -1599 -1255 +1227 2733 -422 -26 +1461 232 -571 -988 +532 1527 1884 235 +-266 -686 978 -995 +1669 1549 348 -1418 +1642 259 -1241 -2227 +544 1313 -996 1545 +-1579 835 445 1586 +-890 1862 176 -596 +98 -873 103 -738 +-372 448 1316 686 +-894 859 1440 -2004 +21 1234 -658 -254 +-801 749 -2755 175 +-927 248 743 2419 +-1111 3783 -497 21 +-375 2393 -622 1773 +-999 1656 -109 -1703 +630 1447 361 2227 +-1064 1852 425 -1108 +1745 -275 1246 -450 +-1533 1747 914 -1490 +4188 921 781 -1 +-2594 1185 478 -981 953 -895 --2053 -856 -1215 -741 --1135 746 --310 -750 --1372 -51 --558 2207 --2141 1849 -1432 -73 -1483 268 --95 301 --612 -1703 -262 677 --1300 -517 -993 925 -1639 -648 -523 -1443 --697 683 -560 -1198 --716 -321 -844 329 -600 3473 --2424 -2797 --256 673 -1497 498 --273 1074 --775 -535 --671 -970 --2029 786 -1017 1602 -396 -1312 --1954 346 -2418 -277 --633 18 -653 323 -1286 1107 -1623 -1018 -670 -190 --633 -846 --1055 -596 -609 -988 -714 966 --502 -2098 -375 -388 -504 -1459 -1460 697 -305 -1772 --1558 -1339 -854 410 --2273 -1057 -1590 -2093 --591 1053 -873 -1826 -149 241 --3050 341 -220 -1704 --501 843 -906 53 --899 -616 --903 -634 --2680 1441 -1060 939 -1736 321 --867 -1113 4 191 +-2053 -856 -1509 -82 +1215 -741 1236 1140 +-1135 746 -1085 -2572 +-310 -750 34 -322 +-1372 -51 -302 519 +-558 2207 -2750 -659 +-2141 1849 3 258 +1432 -73 -1522 -296 +1483 268 -433 -267 +-95 301 -1153 1722 +-612 -1703 350 1654 +262 677 3 -629 +-1300 -517 465 -119 +993 925 -1861 1333 +1639 -648 -702 2536 +523 -1443 2650 -808 +-697 683 -2182 -253 +560 -1198 1381 304 +-716 -321 -1386 141 +844 329 324 -649 +600 3473 -486 1374 +-2424 -2797 537 -110 +-256 673 -108 615 +1497 498 558 1298 +-273 1074 993 -1926 +-775 -535 1716 -1984 +-671 -970 101 1616 +-2029 786 1689 -8 +1017 1602 -295 -2969 +396 -1312 -470 506 +-1954 346 -1755 -155 +2418 -277 2636 -1102 +-633 18 -666 1381 +653 323 -1141 932 +1286 1107 2940 -1237 +1623 -1018 -1726 -2379 +670 -190 -829 51 +-633 -846 322 1396 +-1055 -596 -3200 -1271 +609 -988 736 2562 +714 966 -812 -1871 +-502 -2098 210 713 +375 -388 286 1406 +504 -1459 -1061 -1354 +1460 697 1523 542 +305 -1772 -1742 58 +-1558 -1339 -1983 2237 +854 410 258 546 +-2273 -1057 -375 -593 +1590 -2093 3230 -634 +-591 1053 -2101 1845 +873 -1826 2212 -534 +149 241 159 126 +-3050 341 401 623 +220 -1704 2588 202 +-501 843 -974 -1318 +906 53 957 -660 +-899 -616 36 -128 +-903 -634 -1577 -783 +-2680 1441 -99 321 +1060 939 224 749 +1736 321 155 1284 +-867 -1113 -1990 -1351 -944 -549 -1458 -770 -627 2594 --325 886 -1028 -3613 -0 71 -39 -806 --28 321 -460 -72 --913 1812 -707 226 -124 411 --1404 239 --1102 1119 -1186 -1134 --83 -396 -883 -202 --18 772 --2680 147 -1446 1390 -1291 798 -751 -1219 --1057 588 -747 -390 -249 -695 -142 -1459 --2418 518 -16 1069 --933 -814 -1814 1366 --3017 -64 -862 227 --32 -257 -2311 -1247 --1068 -1723 --277 -419 --2264 -17 --539 -1302 --96 14 --874 -283 --425 -309 --529 -782 -126 1955 -75 -645 -2514 -806 --1484 1074 -1508 80 --781 -3529 --1969 -1000 --2074 1780 --1315 -536 -844 -524 --457 -1047 -676 44 -640 -1652 -421 2218 --81 -2174 -143 -304 --301 460 -418 -1108 --119 -881 -267 -806 --1304 -1193 --289 -1650 1888 67 +1458 -770 -1337 -612 +627 2594 -746 2391 +-325 886 1446 -1821 +1028 -3613 -324 1979 +0 71 544 -1579 +39 -806 495 -326 +-28 321 -992 -135 +460 -72 42 1467 +-913 1812 -855 1130 +707 226 1571 -2891 +124 411 -1555 431 +-1404 239 -716 -788 +-1102 1119 1586 1800 +1186 -1134 321 1076 +-83 -396 -295 71 +883 -202 810 1656 +-18 772 744 -2941 +-2680 147 -1565 411 +1446 1390 -132 -1973 +1291 798 108 1513 +751 -1219 1167 -156 +-1057 588 -528 108 +747 -390 -582 -317 +249 -695 166 261 +142 -1459 -1150 -168 +-2418 518 -2632 965 +16 1069 1327 927 +-933 -814 461 2155 +1814 1366 -1466 -1073 +-3017 -64 -289 1183 +862 227 1472 204 +-32 -257 -605 1113 +2311 -1247 -818 -420 +-1068 -1723 976 573 +-277 -419 168 -470 +-2264 -17 626 -92 +-539 -1302 -863 -399 +-96 14 -3159 460 +-874 -283 801 2392 +-425 -309 1516 -917 +-529 -782 1590 364 +126 1955 1616 214 +75 -645 321 -1338 +2514 -806 -807 274 +-1484 1074 233 -1244 +1508 80 -526 146 +-781 -3529 -610 16 +-1969 -1000 -181 713 +-2074 1780 -1090 -115 +-1315 -536 1047 138 +844 -524 -786 -632 +-457 -1047 1645 -378 +676 44 76 596 +640 -1652 -1490 -44 +421 2218 928 747 +-81 -2174 -108 -1142 +143 -304 -400 -64 +-301 460 -1070 -65 +418 -1108 1695 1961 +-119 -881 730 878 +267 -806 518 1064 +-1304 -1193 1248 -234 +-289 -1650 2932 286 3502 1251 -2615 -1591 -4016 -1570 -631 -1197 -495 517 -559 1108 -2030 -520 -4609 -238 -1555 -1208 -808 407 -2710 1658 -4832 -3663 -576 -2531 -1973 -465 -2037 -3351 --1155 330 --990 1507 -4274 1406 -517 -486 --2765 -1495 --1394 3364 -1480 826 -2136 2937 -1741 2152 -1309 1812 -3067 655 -2597 -926 -1490 -1474 -114 3174 -2104 2204 --124 2399 -1724 4857 -5534 -111 -1034 -473 -3020 2234 -2295 -4136 -1301 -58 -2684 -699 --1439 -493 -313 -991 --995 943 -2072 3004 -176 2164 -1001 3169 -1495 1404 -1554 -5 -1257 -139 -1682 -436 -504 1219 -218 -390 -1457 3165 -4100 -46 -2237 -193 --822 2465 -4410 1316 --218 1431 -2859 3348 -1743 4777 -3040 587 -4626 3494 -1216 -2548 -504 665 --1336 2701 -2468 2072 3848 -4778 +2615 -1591 -2286 -2397 +4016 -1570 1728 3393 +631 -1197 4728 -3188 +495 517 1161 -1585 +559 1108 2890 4505 +2030 -520 7802 -20 +4609 -238 4213 -3581 +1555 -1208 3776 -832 +808 407 4265 440 +2710 1658 1691 278 +4832 -3663 3026 1083 +576 -2531 4678 455 +1973 -465 2925 -637 +2037 -3351 4875 1921 +-1155 330 3110 -2294 +-990 1507 2203 -2890 +4274 1406 3195 2811 +517 -486 3025 -3109 +-2765 -1495 335 -1845 +-1394 3364 1611 1746 +1480 826 4232 1610 +2136 2937 3245 -646 +1741 2152 3503 -1576 +1309 1812 3242 1261 +3067 655 7109 -485 +2597 -926 4872 -2824 +1490 -1474 6577 -218 +114 3174 4242 -2294 +2104 2204 2419 -2390 +-124 2399 1472 2159 +1724 4857 4846 3537 +5534 -111 4317 -1339 +1034 -473 442 1201 +3020 2234 6087 1343 +2295 -4136 3110 -253 +1301 -58 3645 2856 +2684 -699 2994 -794 +-1439 -493 4165 2477 +313 -991 6220 -523 +-995 943 5009 -4885 +2072 3004 188 -482 +176 2164 3176 3221 +1001 3169 4132 1046 +1495 1404 4752 2702 +1554 -5 6533 -1255 +1257 -139 -1026 -2200 +1682 -436 2292 821 +504 1219 2636 -941 +218 -390 4751 -656 +1457 3165 2684 -910 +4100 -46 1192 -2039 +2237 -193 3560 -910 +-822 2465 -139 -1160 +4410 1316 1987 795 +-218 1431 825 2327 +2859 3348 2403 6639 +1743 4777 2769 3946 +3040 587 3075 3063 +4626 3494 3899 -225 +1216 -2548 4165 1679 +504 665 4904 2461 +-1336 2701 2883 2222 +2468 2072 1438 3195 298 -532 --119 159 --467 1163 -1655 -839 -362 1046 --482 -633 --729 -1466 --1550 630 -885 2421 -820 2208 -2586 261 -67 -2679 --1774 -2220 --252 -1447 -1323 2888 -2292 -1796 -656 -338 --364 -788 --774 -2567 --787 453 --15 -496 --524 -1178 -223 165 --801 1000 -506 169 -1344 1466 -3582 187 --2701 -1303 --589 -710 --2528 70 --533 -1728 --872 3112 --1435 -1774 --1694 2263 -608 1773 --157 340 -968 1187 --863 -1685 -652 -711 -2247 -1117 --839 -1468 --2066 1602 -209 -406 -121 2799 --2919 -199 --515 2020 --951 3005 -2325 2091 -839 -2305 -776 610 -1757 -224 -2325 -1710 -290 -2757 --344 -1348 -3085 -426 -2282 -3606 --1008 -3722 --2339 -2645 --1272 -727 -912 -1452 --2223 1238 -1235 -40 --4196 -116 -1354 -401 -119 1792 +-119 159 3407 994 +-467 1163 -639 582 +1655 -839 95 -314 +362 1046 -1483 -1176 +-482 -633 -69 1608 +-729 -1466 -2530 196 +-1550 630 1200 295 +885 2421 -431 -1382 +820 2208 1239 2038 +2586 261 1768 81 +67 -2679 -917 -1266 +-1774 -2220 1472 -323 +-252 -1447 -2387 -408 +1323 2888 2092 -194 +2292 -1796 2715 -2583 +656 -338 507 -1090 +-364 -788 1476 -2612 +-774 -2567 -679 -4506 +-787 453 -959 -290 +-15 -496 -549 262 +-524 -1178 -159 -3449 +223 165 -853 413 +-801 1000 -1008 1057 +506 169 3920 -3458 +1344 1466 -534 -2272 +3582 187 -4870 -2440 +-2701 -1303 1590 -29 +-589 -710 -827 281 +-2528 70 299 -1038 +-533 -1728 1430 -1811 +-872 3112 844 -2780 +-1435 -1774 -2239 -3186 +-1694 2263 -3245 -1038 +608 1773 -397 863 +-157 340 1076 -3033 +968 1187 -1169 -818 +-863 -1685 -150 -34 +652 -711 -4433 -219 +2247 -1117 569 1086 +-839 -1468 1222 1021 +-2066 1602 1641 -225 +209 -406 -543 -1574 +121 2799 -2126 439 +-2919 -199 -2350 978 +-515 2020 2407 3024 +-951 3005 3647 -3268 +2325 2091 951 -4026 +839 -2305 -640 591 +776 610 1583 12 +1757 -224 -2296 -1946 +2325 -1710 -728 2593 +290 -2757 1696 -164 +-344 -1348 3412 498 +3085 -426 -885 -4121 +2282 -3606 604 -1547 +-1008 -3722 -919 -3491 +-2339 -2645 -156 1484 +-1272 -727 -1229 -3086 +912 -1452 -2098 -149 +-2223 1238 -2576 -515 +1235 -40 -665 2100 +-4196 -116 1884 -229 +1354 -401 -1597 558 -1905 2057 -2929 2011 --683 226 -1526 -227 -1156 -1172 -2382 -746 -1335 -3144 -1498 -2069 --3344 -1084 --3887 498 --1802 1461 -461 1671 -1968 -461 -2006 -436 --840 -1881 --3159 -1252 --1322 3512 -472 -593 --902 2450 -362 -1160 --135 -814 --23 -3179 -1868 2213 --325 -729 --1985 518 --156 -98 -600 -864 -639 -327 -1583 -1851 --2385 -4549 --2640 362 -2163 -961 --3473 -329 -495 -107 --435 -1676 --3162 -1681 --3644 1473 --1644 -278 -1312 254 -1850 1221 --1718 1017 --102 -1213 --930 2038 --2303 -641 --777 205 --2337 -454 --532 3406 -2664 2820 --1215 1394 -759 672 --608 1559 -1055 514 --926 2327 --1145 2273 -1490 1068 --519 -226 -1378 270 -123 -412 -965 348 -2483 1132 -3906 -1781 --188 -3409 --1740 -1883 -1104 -1214 -477 -200 +2929 2011 2384 679 +-683 226 -2209 -72 +1526 -227 -154 706 +1156 -1172 -2356 365 +2382 -746 -921 2145 +1335 -3144 2478 1134 +1498 -2069 -734 1270 +-3344 -1084 2339 2000 +-3887 498 472 596 +-1802 1461 1047 -120 +461 1671 -899 -1315 +1968 -461 -2705 717 +2006 -436 -830 512 +-840 -1881 3306 -1741 +-3159 -1252 773 -4242 +-1322 3512 -2993 2558 +472 -593 3447 -393 +-902 2450 -97 786 +362 -1160 1554 -79 +-135 -814 -1812 840 +-23 -3179 -814 -1727 +1868 2213 -1539 702 +-325 -729 521 -1535 +-1985 518 -1354 -2501 +-156 -98 -2892 532 +600 -864 -1148 865 +639 -327 527 -2316 +1583 -1851 -2085 367 +-2385 -4549 1936 3957 +-2640 362 926 -930 +2163 -961 2137 -1402 +-3473 -329 -3727 2747 +495 -107 851 -1174 +-435 -1676 -1009 -2400 +-3162 -1681 -3500 1173 +-3644 1473 895 3515 +-1644 -278 4046 546 +1312 254 -849 319 +1850 1221 3961 1315 +-1718 1017 -806 -3737 +-102 -1213 783 -173 +-930 2038 300 -2443 +-2303 -641 -1174 -267 +-777 205 -1392 -95 +-2337 -454 -1615 -1033 +-532 3406 2385 1073 +2664 2820 1236 -3865 +-1215 1394 -1752 -3084 +759 672 25 289 +-608 1559 -2104 1002 +1055 514 1250 -1078 +-926 2327 -4717 489 +-1145 2273 -507 727 +1490 1068 -1101 -929 +-519 -226 -3414 40 +1378 270 730 963 +123 -412 117 197 +965 348 3895 -349 +2483 1132 2441 735 +3906 -1781 -104 -133 +-188 -3409 -1008 -714 +-1740 -1883 958 -1440 +1104 -1214 2489 1187 3171 329 -383 -371 --933 -3059 --670 -215 --1419 4153 -918 -1107 --300 4011 -770 245 -170 2746 -504 -61 -1009 868 -382 33 -2766 -250 -217 -1414 --350 2338 -372 2018 -975 1176 -566 221 -2488 -41 --1495 -1930 --3715 74 --1219 4126 -1147 1913 --882 1294 --5 1639 -280 3064 -5401 954 --1329 -1270 -1032 1513 --709 -934 -3944 1032 --1544 -1909 --344 -102 --3166 1571 -1026 3622 --137 3332 -3290 643 -1291 394 -1274 -969 -1920 -1617 -2261 -1575 -1285 151 -1559 -2086 -1327 724 --2854 697 -1390 872 --3550 262 -1818 3847 -1763 2218 -1796 -1658 --1268 -1752 --1995 -1329 -185 619 --1684 -311 -13 601 -308 -1550 -674 1293 -314 -1515 --330 -235 --1554 205 --199 -411 --858 40 -1474 1010 -1824 2378 -782 977 +383 -371 714 902 +-933 -3059 964 -2775 +-670 -215 -2685 624 +-1419 4153 9 -82 +918 -1107 -620 3167 +-300 4011 -417 1501 +770 245 857 2627 +170 2746 27 -921 +504 -61 -705 -965 +1009 868 -593 3062 +382 33 952 1182 +2766 -250 606 624 +217 -1414 163 -2698 +-350 2338 -687 57 +372 2018 742 366 +975 1176 -3708 -217 +566 221 84 3639 +2488 -41 964 -340 +-1495 -1930 383 410 +-3715 74 504 -936 +-1219 4126 -1172 -716 +1147 1913 1302 399 +-882 1294 1267 1129 +-5 1639 951 -1996 +280 3064 1889 -694 +5401 954 2282 -1267 +-1329 -1270 -1618 -1150 +1032 1513 -2892 -3718 +-709 -934 -510 639 +3944 1032 490 -2713 +-1544 -1909 -1727 -991 +-344 -102 1246 -881 +-3166 1571 1538 -765 +1026 3622 -2237 -2879 +-137 3332 -1461 218 +3290 643 -439 567 +1291 394 205 1411 +1274 -969 4357 -1620 +1920 -1617 -1207 -3186 +2261 -1575 -2236 1918 +1285 151 -2732 -398 +1559 -2086 -1803 396 +1327 724 -1028 2562 +-2854 697 -316 -1788 +1390 872 1115 583 +-3550 262 2657 -708 +1818 3847 1307 -1403 +1763 2218 1740 -1293 +1796 -1658 1416 -2255 +-1268 -1752 -955 438 +-1995 -1329 2481 586 +185 619 -1410 313 +-1684 -311 649 -745 +13 601 1905 -2672 +308 -1550 -360 -67 +674 1293 433 -421 +314 -1515 3070 -797 +-330 -235 1297 -439 +-1554 205 -2871 -3761 +-199 -411 -1136 -1296 +-858 40 545 -3054 +1474 1010 -593 -1174 +1824 2378 -2411 -1057 diff --git a/AI_Engine_Development/AIE-ML/Design_Tutorials/07-Channelizer-Using-Vitis-Libraries/aie/channelizer/data/fft_front_o_3.txt b/AI_Engine_Development/AIE-ML/Design_Tutorials/07-Channelizer-Using-Vitis-Libraries/aie/channelizer/data/fft_front_o_3.txt index 899177aa63..ea3cc10b4e 100644 --- a/AI_Engine_Development/AIE-ML/Design_Tutorials/07-Channelizer-Using-Vitis-Libraries/aie/channelizer/data/fft_front_o_3.txt +++ b/AI_Engine_Development/AIE-ML/Design_Tutorials/07-Channelizer-Using-Vitis-Libraries/aie/channelizer/data/fft_front_o_3.txt @@ -1,2048 +1,2048 @@ 2424 761 -2182 691 -2228 641 -2206 1009 -1502 1141 -1794 851 -2077 1230 -2038 1083 -2413 1111 -2050 1493 -1921 807 -2542 755 -2475 1246 -2003 1183 -2220 1053 -2219 1097 -2356 1035 -2815 758 -2886 1067 -2532 1194 -2394 1509 -2670 1218 -2781 1388 -2142 1493 -2036 1239 -2700 1348 -2901 1342 -2915 1421 -1984 1339 -2323 1169 -2478 1883 -2254 1613 -2400 1623 -2264 1966 -2348 1498 -2793 1177 -2320 1422 -2063 1679 -2069 1970 -1953 1843 -2089 1572 -2392 1469 -2597 1446 -2205 1234 -1988 1181 -1968 1310 -2060 1604 -1485 1276 -1773 840 -2011 1342 -1800 1713 -2042 1647 -2618 1673 -2264 1582 -1856 1125 -1797 1195 -2035 1812 -1932 1937 -2359 1607 -2311 1639 -2345 1714 -2133 1803 -1833 1406 -2013 1145 -1322 163 +2182 691 -1387 180 +2228 641 -1385 642 +2206 1009 -1528 832 +1502 1141 -1217 1087 +1794 851 -1316 746 +2077 1230 -772 -103 +2038 1083 -520 204 +2413 1111 -1019 225 +2050 1493 -1198 570 +1921 807 -1532 348 +2542 755 -1001 319 +2475 1246 -955 349 +2003 1183 -840 252 +2220 1053 -1067 545 +2219 1097 -1698 440 +2356 1035 -1601 -30 +2815 758 -1217 293 +2886 1067 -1125 250 +2532 1194 -1049 67 +2394 1509 -1464 -47 +2670 1218 -1435 -240 +2781 1388 -749 -458 +2142 1493 -446 -54 +2036 1239 -1080 -26 +2700 1348 -1160 -64 +2901 1342 -1267 -30 +2915 1421 -1059 -102 +1984 1339 -1060 -165 +2323 1169 -1181 -382 +2478 1883 -1332 -76 +2254 1613 -1106 -184 +2400 1623 -561 38 +2264 1966 -847 -21 +2348 1498 -973 -240 +2793 1177 -1209 118 +2320 1422 -1594 384 +2063 1679 -1485 -85 +2069 1970 -1072 -139 +1953 1843 -1297 -67 +2089 1572 -1123 -172 +2392 1469 -1314 38 +2597 1446 -1203 -239 +2205 1234 -1385 -417 +1988 1181 -1397 -875 +1968 1310 -1531 -538 +2060 1604 -1491 -672 +1485 1276 -1293 -446 +1773 840 -1406 -569 +2011 1342 -1314 -755 +1800 1713 -1563 -614 +2042 1647 -2042 -879 +2618 1673 -1472 -1009 +2264 1582 -1233 -789 +1856 1125 -1039 -880 +1797 1195 -1141 -722 +2035 1812 -996 -718 +1932 1937 -1197 -624 +2359 1607 -1318 -463 +2311 1639 -1397 -612 +2345 1714 -905 -998 +2133 1803 -1244 -1243 +1833 1406 -799 -1532 +2013 1145 -430 -1054 -1815 -327 --1714 -543 --1276 -627 --1107 -468 --1424 -779 --1154 -1106 --1305 -1122 --1662 -1239 --1495 -991 --1409 -716 --1107 -820 --1399 -994 --1533 -1154 --1565 -842 --1323 -886 --1066 -900 --1030 -1081 --925 -794 --1424 -368 --1522 -1001 --1301 -1591 --1576 -1660 --1622 -1676 --1301 -1159 --1629 -920 --1616 -1161 --1171 -1259 --835 -1092 --583 -1266 --613 -1013 --1179 -1027 --969 -1148 --1052 -1225 --982 -1529 --669 -1263 --876 -1288 --909 -1403 --1052 -1487 --912 -1535 --1207 -1696 --799 -1836 --662 -1832 --471 -1868 --464 -1838 --311 -1456 --295 -1549 -23 -1735 --88 -1781 --52 -1879 -294 -1468 -120 -1735 -625 -2136 -583 -1779 -439 -1414 -498 -1213 -231 -1257 -339 -1710 -492 -1430 -453 -1197 -342 -1420 -761 -1480 -225 -1070 -77 -1458 -414 -1475 -545 231 +-1714 -543 -556 69 +-1276 -627 -782 284 +-1107 -468 -649 -206 +-1424 -779 -406 -284 +-1154 -1106 -685 -367 +-1305 -1122 -866 -64 +-1662 -1239 -809 -24 +-1495 -991 -597 -441 +-1409 -716 -341 -38 +-1107 -820 -494 -17 +-1399 -994 9 -162 +-1533 -1154 -221 65 +-1565 -842 -537 -37 +-1323 -886 -307 -264 +-1066 -900 -106 -295 +-1030 -1081 -175 -427 +-925 -794 -306 -496 +-1424 -368 -286 -492 +-1522 -1001 -454 -553 +-1301 -1591 -323 -719 +-1576 -1660 -300 -621 +-1622 -1676 -15 -434 +-1301 -1159 -365 6 +-1629 -920 -638 -463 +-1616 -1161 -420 -497 +-1171 -1259 -288 -490 +-835 -1092 18 -210 +-583 -1266 -60 -117 +-613 -1013 -24 -87 +-1179 -1027 190 -171 +-969 -1148 421 71 +-1052 -1225 47 -122 +-982 -1529 239 -361 +-669 -1263 28 88 +-876 -1288 -488 -162 +-909 -1403 21 -456 +-1052 -1487 115 -274 +-912 -1535 -262 -393 +-1207 -1696 -107 -315 +-799 -1836 189 -132 +-662 -1832 106 -124 +-471 -1868 -368 -231 +-464 -1838 -159 -204 +-311 -1456 -292 -218 +-295 -1549 -136 -170 +23 -1735 -6 152 +-88 -1781 -24 -103 +-52 -1879 -299 -464 +294 -1468 -85 -364 +120 -1735 583 36 +625 -2136 485 74 +583 -1779 113 -582 +439 -1414 415 -648 +498 -1213 324 63 +231 -1257 106 -281 +339 -1710 431 -501 +492 -1430 185 -535 +453 -1197 -162 -485 +342 -1420 -39 -815 +761 -1480 286 -604 +225 -1070 333 -415 +77 -1458 195 -79 +414 -1475 32 -355 -380 -52 --297 -412 -277 -532 -421 -137 -48 -35 -340 -143 -308 257 --16 69 --274 56 --69 78 --176 -28 -186 -284 -148 32 -317 -108 -68 -35 --119 -422 -248 -126 --133 -250 -162 -160 -94 81 --68 3 --483 27 --459 315 --113 -46 -158 6 --201 51 --241 274 --166 417 -222 75 -565 49 -323 617 --238 767 -96 158 -360 414 --37 372 --183 -66 -257 -265 -364 91 -114 215 -59 -79 -228 -81 --60 173 --162 595 --310 292 -90 303 --112 389 --22 8 --92 104 --320 146 --45 23 -324 -71 -303 229 -31 76 --103 57 -19 -49 --75 91 -183 221 -267 166 -315 -12 --120 -40 -69 -205 -136 -147 --126 296 --132 251 56 -326 +-297 -412 -114 -235 +277 -532 18 -101 +421 -137 6 42 +48 -35 -67 -279 +340 -143 -138 -111 +308 257 -150 -85 +-16 69 14 -68 +-274 56 99 208 +-69 78 58 121 +-176 -28 537 -34 +186 -284 618 108 +148 32 466 -8 +317 -108 107 -70 +68 -35 304 78 +-119 -422 260 539 +248 -126 14 168 +-133 -250 421 -111 +162 -160 260 -49 +94 81 490 -214 +-68 3 259 537 +-483 27 195 406 +-459 315 201 185 +-113 -46 423 -176 +158 6 583 290 +-201 51 257 80 +-241 274 471 118 +-166 417 485 421 +222 75 288 330 +565 49 178 120 +323 617 198 606 +-238 767 114 350 +96 158 402 185 +360 414 314 270 +-37 372 411 333 +-183 -66 2 318 +257 -265 57 47 +364 91 36 534 +114 215 -154 351 +59 -79 -63 -184 +228 -81 408 -51 +-60 173 -68 692 +-162 595 -317 391 +-310 292 -54 250 +90 303 208 455 +-112 389 91 774 +-22 8 87 513 +-92 104 -33 387 +-320 146 34 442 +-45 23 -473 709 +324 -71 -336 155 +303 229 -116 428 +31 76 -299 117 +-103 57 -15 264 +19 -49 13 447 +-75 91 -162 197 +183 221 51 190 +267 166 -357 602 +315 -12 -501 24 +-120 -40 -197 22 +69 -205 -234 120 +136 -147 -39 231 +-126 296 -295 628 +-132 251 -433 199 -146 96 --184 -383 --201 -281 --378 -264 --94 3 --55 466 --69 319 -11 273 -150 82 --34 43 --144 -46 -9 -24 -75 -9 --194 -328 --9 -247 -16 50 -67 189 --123 318 --343 40 --201 -132 --571 -416 --208 -484 --156 115 -91 -211 --82 -81 --374 -493 --176 -161 --278 -21 --217 -221 -25 -231 --360 -3 -46 -304 -143 -146 --329 -104 --430 -7 -2 -96 -244 -23 --383 -245 --178 -710 -74 -233 -251 -245 -261 63 -10 53 -41 75 -331 -174 -428 -156 -492 -339 -446 -320 -437 -460 -279 -469 -539 -318 -268 -152 -403 -482 -35 -501 --108 -738 --96 -348 -35 -309 -217 -471 -206 -711 -129 -430 --66 44 -149 179 --78 -51 -144 -530 164 -112 +-184 -383 567 -49 +-201 -281 -6 -52 +-378 -264 -28 -316 +-94 3 -43 158 +-55 466 -143 249 +-69 319 -71 45 +11 273 65 -188 +150 82 112 -273 +-34 43 136 -471 +-144 -46 19 -517 +9 -24 -3 -334 +75 -9 34 204 +-194 -328 178 215 +-9 -247 291 511 +16 50 -101 98 +67 189 -221 42 +-123 318 -571 -34 +-343 40 -157 -174 +-201 -132 153 153 +-571 -416 117 183 +-208 -484 35 -126 +-156 115 -171 4 +91 -211 -187 83 +-82 -81 437 60 +-374 -493 273 -23 +-176 -161 -56 -219 +-278 -21 -258 24 +-217 -221 -394 117 +25 -231 -372 83 +-360 -3 -509 18 +46 -304 -277 347 +143 -146 -227 354 +-329 -104 333 310 +-430 -7 -72 201 +2 -96 47 -243 +244 -23 -146 35 +-383 -245 -197 204 +-178 -710 -32 578 +74 -233 19 654 +251 -245 120 296 +261 63 177 143 +10 53 139 -16 +41 75 -2 -6 +331 -174 -350 -311 +428 -156 -279 163 +492 -339 -390 321 +446 -320 -319 104 +437 -460 -222 5 +279 -469 -351 368 +539 -318 226 -68 +268 -152 408 254 +403 -482 255 74 +35 -501 141 339 +-108 -738 28 153 +-96 -348 -19 -227 +35 -309 114 -258 +217 -471 -235 -205 +206 -711 30 -85 +129 -430 -29 -70 +-66 44 120 281 +149 179 -541 263 +-78 -51 91 -209 +144 -530 239 258 -616 443 --30 222 --638 207 --1231 -477 -569 -598 --933 2100 --56 792 --460 928 --1040 1580 --172 -412 -417 2664 --523 1565 --1624 325 --135 923 --1045 831 --473 1115 --713 993 --726 2303 --1305 -166 --1675 735 --1187 94 --978 1463 --1451 -574 --1221 -519 --438 1443 --1965 1419 --900 969 --1525 -314 --172 -358 --2365 1860 --1078 -100 --395 376 --1268 436 --905 208 -37 1998 --1248 731 --1338 -786 --1826 1067 --683 238 --723 376 --608 1613 --672 1438 --1193 996 -93 307 --1783 127 --496 1683 --874 -38 -624 558 --240 1944 --1557 398 --858 675 --825 1439 --1598 1282 -17 -177 --562 798 --862 1170 --2336 154 --17 672 --326 823 --320 92 --1505 168 --300 -55 --596 243 --910 1872 -881 -2667 +-30 222 422 -1415 +-638 207 -568 -3096 +-1231 -477 430 -1601 +569 -598 680 -2308 +-933 2100 1479 -2402 +-56 792 495 -608 +-460 928 -867 -2877 +-1040 1580 98 -1629 +-172 -412 112 -3110 +417 2664 1563 -1389 +-523 1565 8 -1685 +-1624 325 1578 -2114 +-135 923 428 -2567 +-1045 831 546 -3248 +-473 1115 2233 -3403 +-713 993 1427 -1449 +-726 2303 997 -2302 +-1305 -166 1703 -1834 +-1675 735 1739 -3074 +-1187 94 2186 -3183 +-978 1463 1429 -1286 +-1451 -574 1623 -416 +-1221 -519 -38 -2734 +-438 1443 1511 -2725 +-1965 1419 964 -2264 +-900 969 1080 -1810 +-1525 -314 885 -1678 +-172 -358 1569 -2381 +-2365 1860 1396 -1750 +-1078 -100 553 -1938 +-395 376 1276 -85 +-1268 436 402 -2139 +-905 208 1069 -2247 +37 1998 1376 -1776 +-1248 731 213 -2243 +-1338 -786 1301 -1938 +-1826 1067 2571 -971 +-683 238 687 -2030 +-723 376 1950 -1656 +-608 1613 1652 -1287 +-672 1438 1946 -2205 +-1193 996 2114 -620 +93 307 2819 -2753 +-1783 127 1772 -1057 +-496 1683 2371 -2177 +-874 -38 1615 -951 +624 558 1572 -1943 +-240 1944 2218 -1301 +-1557 398 2084 -1434 +-858 675 2385 -2363 +-825 1439 2835 -1589 +-1598 1282 1513 -204 +17 -177 2210 -1745 +-562 798 1346 -1746 +-862 1170 1981 -1671 +-2336 154 1313 -1447 +-17 672 2532 -2551 +-326 823 1459 -2194 +-320 92 3191 -627 +-1505 168 2877 -516 +-300 -55 3492 -1466 +-596 243 1861 764 +-910 1872 1721 -977 2802 -285 -1295 237 -1821 1677 -1105 -755 -1069 575 -1244 1065 -1380 -652 -1418 556 -439 906 -886 317 -1319 1662 -2301 -87 -71 1291 -1251 1393 -395 1235 -576 1228 -1209 933 --820 69 -1602 335 -2443 1509 -1548 1359 -748 167 --109 1647 --720 693 -779 323 -147 1919 -584 1862 -95 1110 -253 2088 --419 -621 --274 372 --72 1295 -551 244 --586 1972 --216 1322 -757 897 --329 1590 -860 1089 --488 1323 -1074 1249 --622 1487 -920 1665 --399 1159 --306 1743 --677 469 -518 1671 -242 1284 -49 450 -24 1611 --700 1076 -1664 1680 --588 1915 --279 557 --651 429 --130 557 -811 -702 --871 1467 --790 171 --1301 752 -367 1100 --1468 557 -116 -170 -330 2105 --137 1568 617 -1444 +1295 237 93 -43 +1821 1677 803 -851 +1105 -755 813 1177 +1069 575 1477 -528 +1244 1065 515 -1333 +1380 -652 87 -937 +1418 556 560 -187 +439 906 390 260 +886 317 -2109 -132 +1319 1662 655 892 +2301 -87 -557 -82 +71 1291 -198 -857 +1251 1393 865 -284 +395 1235 179 615 +576 1228 253 290 +1209 933 -217 103 +-820 69 82 230 +1602 335 43 319 +2443 1509 570 -331 +1548 1359 -164 798 +748 167 181 390 +-109 1647 -1301 661 +-720 693 375 -1104 +779 323 831 167 +147 1919 -386 276 +584 1862 159 525 +95 1110 -1025 92 +253 2088 14 321 +-419 -621 -253 -714 +-274 372 168 346 +-72 1295 -224 -1220 +551 244 359 -821 +-586 1972 -841 508 +-216 1322 -606 -1582 +757 897 995 -286 +-329 1590 144 1049 +860 1089 198 -733 +-488 1323 335 -245 +1074 1249 -828 652 +-622 1487 -205 252 +920 1665 135 -944 +-399 1159 640 -1114 +-306 1743 291 773 +-677 469 1936 -586 +518 1671 -770 8 +242 1284 767 631 +49 450 1310 -1334 +24 1611 30 -227 +-700 1076 -451 925 +1664 1680 -835 446 +-588 1915 1431 -594 +-279 557 1423 -125 +-651 429 -695 1333 +-130 557 -13 -729 +811 -702 883 587 +-871 1467 129 449 +-790 171 1120 -404 +-1301 752 484 -635 +367 1100 910 1874 +-1468 557 -712 77 +116 -170 -952 1435 +330 2105 490 -503 +-137 1568 -54 918 1068 -41 -1656 1018 --582 1531 --851 -155 -5 -843 --693 948 --178 -1292 -255 -107 -929 -218 --395 449 -1765 83 --775 581 -200 -23 -528 406 -630 -1115 -454 889 --1116 446 -1007 -362 --1424 -33 -961 343 -231 -1187 --140 -438 -347 62 -1111 1665 --473 -568 -110 -50 --293 -457 --229 289 -272 1282 --1150 -261 --1373 -1040 -1406 -730 -447 998 --686 -546 -419 -458 -919 164 --430 1141 --456 -455 --687 -289 -237 1085 --462 27 --349 -44 --244 -10 -1952 489 --378 -422 -1079 104 -791 -412 --174 -191 -576 239 -52 695 -298 1055 --484 -706 -255 176 -716 -535 --620 931 -536 -666 --1287 280 -876 673 --692 -1127 --490 263 --210 564 --590 -692 --1102 -371 -502 808 243 -121 +1656 1018 -326 -1397 +-582 1531 -783 887 +-851 -155 1327 -584 +5 -843 104 -104 +-693 948 227 -269 +-178 -1292 650 159 +255 -107 -63 382 +929 -218 -378 -127 +-395 449 386 405 +1765 83 -386 714 +-775 581 116 -456 +200 -23 -459 -100 +528 406 225 -465 +630 -1115 -1107 601 +454 889 203 -534 +-1116 446 801 6 +1007 -362 -384 1370 +-1424 -33 868 -266 +961 343 -1203 1030 +231 -1187 -393 -1203 +-140 -438 -319 1244 +347 62 1069 188 +1111 1665 -575 1296 +-473 -568 -499 337 +110 -50 1111 -96 +-293 -457 -1403 -67 +-229 289 -130 612 +272 1282 174 -1023 +-1150 -261 -553 523 +-1373 -1040 -407 -185 +1406 -730 976 777 +447 998 -240 613 +-686 -546 -83 505 +419 -458 72 484 +919 164 1094 -914 +-430 1141 -262 571 +-456 -455 333 -434 +-687 -289 981 671 +237 1085 1515 916 +-462 27 -1850 589 +-349 -44 -870 -1171 +-244 -10 415 635 +1952 489 -155 407 +-378 -422 -1544 122 +1079 104 -600 -649 +791 -412 -155 -105 +-174 -191 421 -438 +576 239 -1172 655 +52 695 939 -959 +298 1055 456 1185 +-484 -706 299 -631 +255 176 823 486 +716 -535 -1035 -15 +-620 931 -325 254 +536 -666 160 -262 +-1287 280 -2004 342 +876 673 596 -977 +-692 -1127 766 641 +-490 263 -453 396 +-210 564 168 -109 +-590 -692 -1135 11 +-1102 -371 -502 -947 +502 808 550 493 992 -1226 -140 547 -243 377 --177 898 --817 1312 --246 -423 -159 -207 -276 124 --364 528 -350 -507 --699 315 -553 637 -372 -283 -1038 -49 --596 -117 --665 296 --762 -483 --187 -1178 -1220 -159 --75 -206 -1589 131 --828 997 -50 104 -138 485 --247 -2128 -250 792 --708 -749 --202 201 -832 225 --1269 -274 -153 -574 --554 885 -637 -1159 --384 -1169 -194 111 -524 277 --436 -698 -1206 -768 --294 995 --458 -209 -137 556 --507 -1130 -41 -314 -617 -404 --16 388 -442 -929 -159 620 -486 192 --243 66 -634 -375 --734 93 -1385 -632 --169 670 -1110 -641 -123 179 -283 142 -414 668 -358 566 --92 506 --1180 27 --757 10 -110 620 -1107 -289 --693 1144 597 604 +140 547 -365 -99 +243 377 810 -1225 +-177 898 -439 346 +-817 1312 -209 -865 +-246 -423 408 188 +159 -207 1016 559 +276 124 526 276 +-364 528 306 803 +350 -507 808 602 +-699 315 170 190 +553 637 -430 601 +372 -283 -456 -503 +1038 -49 -129 431 +-596 -117 -405 -1410 +-665 296 1038 -194 +-762 -483 -118 -1022 +-187 -1178 860 453 +1220 -159 272 1183 +-75 -206 -664 45 +1589 131 248 918 +-828 997 565 238 +50 104 -852 -313 +138 485 461 1531 +-247 -2128 266 593 +250 792 445 -635 +-708 -749 -276 -97 +-202 201 -887 162 +832 225 -120 -2 +-1269 -274 447 -205 +153 -574 373 -150 +-554 885 -898 189 +637 -1159 1142 827 +-384 -1169 -1076 138 +194 111 1231 -382 +524 277 -1028 572 +-436 -698 -558 -353 +1206 -768 -1058 789 +-294 995 -836 390 +-458 -209 -156 39 +137 556 261 307 +-507 -1130 -491 -252 +41 -314 -214 380 +617 -404 162 -530 +-16 388 832 105 +442 -929 -1370 -428 +159 620 637 669 +486 192 487 -250 +-243 66 -606 908 +634 -375 674 -143 +-734 93 -336 2493 +1385 -632 -136 -1021 +-169 670 -737 459 +1110 -641 89 -1193 +123 179 120 -329 +283 142 730 327 +414 668 -626 -712 +358 566 54 -56 +-92 506 -1338 -22 +-1180 27 385 376 +-757 10 -1672 -560 +110 620 1924 -70 +1107 -289 -221 1725 +-693 1144 -152 -589 753 1155 -189 363 --539 186 -746 1227 --1960 168 -163 -1877 --898 -1647 --112 -1426 --1401 -1474 --347 738 --1872 -2291 --684 -65 -241 -1773 --1120 -865 -469 39 --509 -1514 --1339 -52 --1817 -1896 --1035 891 -149 -1003 --96 -353 --1496 -2088 --1316 878 -107 856 --1292 -1363 --94 -1660 --1976 -247 --373 625 --997 928 -1841 -796 --736 -1005 --1363 -61 -514 -1247 --1272 -1380 --2289 -3245 --1341 -477 --595 2005 -747 -2671 --1346 -1045 --539 -2147 --2121 -1588 --937 -1603 --687 -592 --2089 122 -1907 2231 --1020 -1691 --490 404 --1027 659 --135 -872 -2157 322 --375 -2025 --392 -1843 --387 -2245 --3745 1188 -826 1361 -895 -1941 -1866 -990 --2179 -1428 --1496 -37 --1070 -1815 -246 -508 --2440 -1519 --768 685 --529 -798 2033 4037 +189 363 -382 1446 +-539 186 2777 2963 +746 1227 518 730 +-1960 168 902 177 +163 -1877 -1123 85 +-898 -1647 -1934 657 +-112 -1426 -293 4262 +-1401 -1474 411 1781 +-347 738 2054 4065 +-1872 -2291 -419 343 +-684 -65 1484 2551 +241 -1773 -1160 1840 +-1120 -865 -15 2303 +469 39 384 2572 +-509 -1514 -407 3521 +-1339 -52 552 619 +-1817 -1896 548 2350 +-1035 891 -962 -69 +149 -1003 -1298 4233 +-96 -353 -847 2904 +-1496 -2088 -834 -102 +-1316 878 -2782 616 +107 856 526 1696 +-1292 -1363 -1805 2705 +-94 -1660 -267 1520 +-1976 -247 -410 1491 +-373 625 -751 1832 +-997 928 -1054 2925 +1841 -796 -1580 1719 +-736 -1005 1146 3378 +-1363 -61 246 -1223 +514 -1247 -1632 1585 +-1272 -1380 -432 2785 +-2289 -3245 -2561 2580 +-1341 -477 943 2539 +-595 2005 1073 1810 +747 -2671 -2076 473 +-1346 -1045 -59 3437 +-539 -2147 -1373 1559 +-2121 -1588 -1517 1736 +-937 -1603 -170 2451 +-687 -592 -882 -303 +-2089 122 -1141 4345 +1907 2231 108 2870 +-1020 -1691 -83 3361 +-490 404 288 530 +-1027 659 -276 2893 +-135 -872 -1210 1471 +2157 322 669 3370 +-375 -2025 -286 2240 +-392 -1843 -435 1993 +-387 -2245 1178 763 +-3745 1188 -366 1317 +826 1361 -1117 2517 +895 -1941 -1406 1289 +1866 -990 -654 2424 +-2179 -1428 -687 2870 +-1496 -37 -342 1756 +-1070 -1815 -2565 838 +246 -508 -2804 2074 +-2440 -1519 -1166 3459 +-768 685 -1543 -66 +-529 -798 -1325 811 -2596 1075 -543 399 --2516 -2983 --815 1110 --1840 147 --1996 1566 --586 3179 --434 1135 -899 -1204 --969 1449 --1441 -2059 --2164 1916 -2069 -391 --1089 -748 -1258 -721 --1020 662 --1101 245 -1673 1463 --1907 -208 --1002 -801 --669 -645 -677 2251 -1729 -1440 -1138 366 --706 451 -1953 -1798 --166 -806 -1118 -1068 --389 -3026 -611 1134 -1179 -499 --418 -763 --1152 1168 -1085 -1020 --844 311 --1405 373 -1672 -1056 --324 523 -1192 -1138 --594 246 -2169 -196 --2329 -1323 -180 137 -1097 -1297 -651 -261 --986 -207 --219 -908 --551 933 -105 -1280 -270 -1402 --2374 -1027 -990 -725 --550 1523 -1356 -692 -274 -1407 --1412 189 -1193 -2235 --512 1037 -1160 -945 --822 -918 -497 -79 --667 864 -825 -2100 --647 -1064 474 309 +543 399 -584 -842 +-2516 -2983 -980 156 +-815 1110 550 -1134 +-1840 147 -1422 271 +-1996 1566 1835 1077 +-586 3179 943 -1281 +-434 1135 -1252 -1722 +899 -1204 -1645 -480 +-969 1449 1994 -307 +-1441 -2059 -764 -684 +-2164 1916 580 -203 +2069 -391 -88 443 +-1089 -748 -1126 -239 +1258 -721 604 -1172 +-1020 662 -1701 -977 +-1101 245 -810 698 +1673 1463 133 1025 +-1907 -208 623 -701 +-1002 -801 -512 1452 +-669 -645 881 -488 +677 2251 -283 -373 +1729 -1440 2260 -58 +1138 366 199 430 +-706 451 -837 -239 +1953 -1798 1747 305 +-166 -806 289 -292 +1118 -1068 1601 -681 +-389 -3026 162 -594 +611 1134 1980 1383 +1179 -499 245 -1481 +-418 -763 -279 77 +-1152 1168 -1541 93 +1085 -1020 350 -1049 +-844 311 1081 2582 +-1405 373 211 -63 +1672 -1056 -359 -1805 +-324 523 357 1472 +1192 -1138 -206 -964 +-594 246 1487 -1419 +2169 -196 287 -337 +-2329 -1323 491 714 +180 137 529 2215 +1097 -1297 996 -1615 +651 -261 -1259 1071 +-986 -207 1623 25 +-219 -908 95 -3280 +-551 933 -1614 682 +105 -1280 131 83 +270 -1402 452 -1090 +-2374 -1027 151 -434 +990 -725 -3097 687 +-550 1523 -2193 909 +1356 -692 1043 -914 +274 -1407 644 297 +-1412 189 -2143 -1875 +1193 -2235 -840 1344 +-512 1037 -75 1760 +1160 -945 768 590 +-822 -918 -1679 -2726 +497 -79 1046 1298 +-667 864 1806 -1431 +825 -2100 -677 949 +-647 -1064 376 -1468 576 1117 --1423 -820 -961 -1577 -1408 357 -257 1206 -717 -1570 --1 1396 --446 1068 -561 -176 -1501 -1239 --2218 52 -1811 -39 --513 748 --497 -339 --174 1004 --1310 -779 -1586 -370 --129 2081 -2108 -209 --2140 35 -781 804 -845 1 -494 295 --1619 -2696 -472 1865 -573 -381 -1595 -170 --355 -1823 --1742 -2361 -299 646 -2517 1247 --1790 -1470 --820 -2410 -659 -730 --447 432 --928 109 --5 -1148 -172 -79 --1412 -94 --1357 664 -435 1232 -289 628 -1694 -461 --1198 -543 -2459 681 --860 -2338 --1169 2214 -557 -695 --408 -69 --7 -638 --1486 -551 --112 -1 --1442 214 --1270 463 -1330 -1541 --1228 1420 -419 -977 --2463 -2367 --1013 1451 -178 -250 --88 -909 --1052 1910 -1102 164 --689 -3216 865 -412 +-1423 -820 467 1203 +961 -1577 1515 -1491 +1408 357 -918 1370 +257 1206 1733 -256 +717 -1570 816 92 +-1 1396 -654 -1339 +-446 1068 1529 -1962 +561 -176 838 -1826 +1501 -1239 -897 -604 +-2218 52 1072 -1108 +1811 -39 -1080 -546 +-513 748 -4 -521 +-497 -339 -73 1415 +-174 1004 2291 -1460 +-1310 -779 -691 -987 +1586 -370 -981 -37 +-129 2081 750 -918 +2108 -209 -834 1939 +-2140 35 1840 -547 +781 804 -19 1576 +845 1 -30 -2830 +494 295 -1537 1722 +-1619 -2696 1681 164 +472 1865 304 532 +573 -381 -1288 746 +1595 -170 1148 481 +-355 -1823 -1121 -1198 +-1742 -2361 -9 1559 +299 646 58 242 +2517 1247 620 13 +-1790 -1470 -2250 -1118 +-820 -2410 -795 350 +659 -730 7 761 +-447 432 -131 471 +-928 109 -704 1774 +-5 -1148 530 -23 +172 -79 -334 1508 +-1412 -94 -37 -558 +-1357 664 -1910 20 +435 1232 2884 -1228 +289 628 145 1013 +1694 -461 -427 607 +-1198 -543 799 -997 +2459 681 1022 -998 +-860 -2338 -464 386 +-1169 2214 -173 319 +557 -695 -2751 302 +-408 -69 960 -572 +-7 -638 -265 1329 +-1486 -551 327 -1141 +-112 -1 -145 755 +-1442 214 -1278 -1693 +-1270 463 624 -646 +1330 -1541 -1172 -1785 +-1228 1420 -2175 -365 +419 -977 1259 42 +-2463 -2367 -1319 572 +-1013 1451 -1518 -147 +178 -250 881 362 +-88 -909 -1061 -485 +-1052 1910 157 -1425 +1102 164 -932 222 +-689 -3216 -728 -840 -705 2028 --1238 468 --420 1632 -1332 194 -1448 -308 -1254 -955 --382 532 --1317 -885 -24 50 --877 1010 -1755 313 --1150 493 -358 1273 --795 587 -422 -163 --141 -2090 -529 555 -1169 1505 --2436 -1177 -195 985 --2014 737 -2380 159 -409 -1709 --147 -948 --729 3093 --876 -588 -428 491 --23 -589 --1416 -729 -1295 154 --269 -135 -1361 -984 --2449 1597 -1692 639 -773 -1315 --714 -1805 --150 -98 --1320 836 -1079 -112 -1039 -436 --608 -830 -745 161 -466 -678 --566 -420 -401 -1098 --1957 1007 --2413 -457 --505 -239 -478 396 --1347 1650 -1539 54 --2987 600 -210 -74 --994 2376 -1434 1559 -722 780 -262 -946 --1531 201 -404 1388 -1110 143 -2051 544 --185 -1658 --1429 744 -2001 218 -1193 -139 +-1238 468 -204 340 +-420 1632 -424 1852 +1332 194 553 -744 +1448 -308 474 1467 +1254 -955 -703 -998 +-382 532 -1138 -346 +-1317 -885 -385 508 +24 50 -391 -109 +-877 1010 -1197 1224 +1755 313 843 1242 +-1150 493 2250 -525 +358 1273 677 -336 +-795 587 640 -1348 +422 -163 82 180 +-141 -2090 -1891 -7 +529 555 1228 2226 +1169 1505 -144 436 +-2436 -1177 630 -1261 +195 985 522 530 +-2014 737 -649 -1236 +2380 159 -76 741 +409 -1709 1962 1783 +-147 -948 52 -1429 +-729 3093 260 381 +-876 -588 -169 192 +428 491 -366 1141 +-23 -589 1743 -412 +-1416 -729 1669 195 +1295 154 276 781 +-269 -135 1167 220 +1361 -984 1023 -596 +-2449 1597 -2268 -2441 +1692 639 1390 -1057 +773 -1315 -3548 -477 +-714 -1805 733 -876 +-150 -98 -1341 1573 +-1320 836 757 -1018 +1079 -112 -20 -504 +1039 -436 -246 -1192 +-608 -830 -1523 -1023 +745 161 77 609 +466 -678 -1656 535 +-566 -420 -599 2359 +401 -1098 -1032 1085 +-1957 1007 2554 -877 +-2413 -457 -1295 -1704 +-505 -239 -1019 761 +478 396 1628 -742 +-1347 1650 -413 -21 +1539 54 108 -4546 +-2987 600 -799 1483 +210 -74 1418 -1288 +-994 2376 -234 -255 +1434 1559 -1935 -121 +722 780 -382 -1058 +262 -946 -62 1804 +-1531 201 778 -1036 +404 1388 677 191 +1110 143 -968 -87 +2051 544 3141 448 +-185 -1658 -2948 409 +-1429 744 764 -2712 +2001 218 336 -742 -1565 -3576 --1205 -1856 -1626 -2519 --967 -3050 -1294 -1108 -84 -3212 --177 -94 --1416 -1707 -2738 -653 --406 -2303 -224 -2792 -389 -4327 -1093 1109 -155 -774 -137 -2680 --144 -436 -2762 -2712 -3405 -1532 -2156 -3272 -662 -19 -1014 295 -3510 239 -3602 -1647 -345 -1441 -906 -967 -2632 1626 -6304 -1874 -2523 -1574 -1697 -2979 -747 -2200 -3358 707 -2529 -2383 -1337 409 -3816 -1679 -3366 -442 -4434 -3765 -1560 -4101 -2081 329 -2301 -336 -728 165 -3281 -1988 -2243 -1212 -2179 -3415 -3753 -2174 --503 -6490 -2542 -2240 -1659 -3786 --990 -4136 --1166 -2935 --1360 -3503 -1435 216 -1538 -460 -3957 -293 -7170 -3795 --2201 -6176 --533 -1366 --55 429 -3357 875 -2703 -2594 -765 1961 -1821 -949 -5030 572 -2878 -3438 -1428 -5086 -2540 -1285 +-1205 -1856 -510 1510 +1626 -2519 -4379 2199 +-967 -3050 -1189 2886 +1294 -1108 -2541 5436 +84 -3212 -370 6481 +-177 -94 3728 1366 +-1416 -1707 2646 -1345 +2738 -653 404 1341 +-406 -2303 -3843 -237 +224 -2792 -1581 2542 +389 -4327 -1827 621 +1093 1109 -316 2339 +155 -774 -206 1818 +137 -2680 -1685 4713 +-144 -436 -1399 549 +2762 -2712 -3401 2709 +3405 -1532 -2064 1521 +2156 -3272 -889 4537 +662 -19 -1741 -1150 +1014 295 -2191 2815 +3510 239 -457 3672 +3602 -1647 1564 1169 +345 -1441 -563 2695 +906 -967 497 404 +2632 1626 -2257 3590 +6304 -1874 -1042 1706 +2523 -1574 -318 2063 +1697 -2979 -1241 1326 +747 -2200 -328 1849 +3358 707 -3564 -1401 +2529 -2383 -2456 3780 +1337 409 2615 3119 +3816 -1679 -1355 514 +3366 -442 973 -436 +4434 -3765 -1902 1345 +1560 -4101 -5821 2002 +2081 329 -858 3214 +2301 -336 -2629 -816 +728 165 -1384 2799 +3281 -1988 -1547 -281 +2243 -1212 -4620 1243 +2179 -3415 -3132 4046 +3753 -2174 -2637 -1450 +-503 -6490 -4998 -1526 +2542 -2240 -4989 -524 +1659 -3786 -3600 2588 +-990 -4136 -3039 -176 +-1166 -2935 -1212 890 +-1360 -3503 -4831 -2226 +1435 216 -3594 -695 +1538 -460 -5580 -333 +3957 -293 -6431 707 +7170 -3795 -2438 1518 +-2201 -6176 -1513 -1046 +-533 -1366 -3342 1790 +-55 429 -2340 -24 +3357 875 -4082 1974 +2703 -2594 -3164 1339 +765 1961 -1697 2193 +1821 -949 -195 -1761 +5030 572 -5178 -3520 +2878 -3438 -2245 240 +1428 -5086 -841 873 2186 882 --1757 -249 -2841 3668 --338 298 -2811 240 -3896 -2325 -134 -3143 --1385 -2224 --845 2286 -1706 -1585 -1514 3076 -1402 -1697 --3287 -1095 -567 756 --2424 2295 -2320 -1169 -10 387 --679 408 -2135 1693 --1208 -114 --691 -79 --2167 -3488 --3433 2313 --771 948 -264 2268 --2502 2678 -92 1067 --2694 2437 -2144 3775 --519 122 --3361 2450 -919 3286 -1888 -419 --1521 812 -115 -466 -121 920 --3061 1674 --818 -1156 --3318 823 --1632 -416 --6314 37 -1876 2193 --1539 -1786 --4082 1755 --2021 2835 --206 -231 --991 1379 -289 -47 --1967 1432 --137 3023 -86 148 --3303 -1078 --130 -1853 --3641 2687 --1618 4814 -346 2683 --2113 3274 -1424 194 --330 2341 --107 834 --213 907 --730 641 --4429 -195 --250 76 -1225 869 +-1757 -249 408 -1140 +2841 3668 211 -314 +-338 298 -3471 -2047 +2811 240 -740 -860 +3896 -2325 -5460 -952 +134 -3143 -3876 2611 +-1385 -2224 497 2313 +-845 2286 695 -1092 +1706 -1585 -616 1029 +1514 3076 661 464 +1402 -1697 1118 -542 +-3287 -1095 -595 -121 +567 756 -233 890 +-2424 2295 -1543 -43 +2320 -1169 2141 -258 +10 387 1728 -2450 +-679 408 -1197 -3283 +2135 1693 -681 523 +-1208 -114 -64 -2536 +-691 -79 -1006 -576 +-2167 -3488 855 -1461 +-3433 2313 -2053 -2911 +-771 948 -759 88 +264 2268 -1165 235 +-2502 2678 -2124 -30 +92 1067 209 -4 +-2694 2437 -177 433 +2144 3775 763 294 +-519 122 -2207 -862 +-3361 2450 -557 2235 +919 3286 1954 1934 +1888 -419 3680 795 +-1521 812 1853 933 +115 -466 1063 -2214 +121 920 -493 561 +-3061 1674 2383 1285 +-818 -1156 489 -3882 +-3318 823 975 1114 +-1632 -416 336 -413 +-6314 37 251 853 +1876 2193 1061 471 +-1539 -1786 -1308 -3021 +-4082 1755 -2382 516 +-2021 2835 -2142 -1681 +-206 -231 146 102 +-991 1379 -955 4896 +289 -47 438 -505 +-1967 1432 -1065 706 +-137 3023 590 991 +86 148 1097 651 +-3303 -1078 3207 85 +-130 -1853 2487 -640 +-3641 2687 -672 -1294 +-1618 4814 -340 869 +346 2683 3614 2109 +-2113 3274 1531 -2431 +1424 194 -1701 -2505 +-330 2341 -998 439 +-107 834 2751 1311 +-213 907 89 -3871 +-730 641 -1433 -46 +-4429 -195 1697 -1493 +-250 76 -408 368 -2250 -1974 --748 -653 -806 898 -370 -428 --556 -426 -886 2299 -961 82 -1632 -1177 --2311 -709 --2938 899 -471 -32 --2021 51 -783 -723 --550 274 --1147 -1698 -463 179 --462 896 --1322 -3124 --1785 32 -935 -1166 --2574 -718 --4774 1501 --3047 303 --323 1586 --962 -2283 --1868 2757 --2509 1531 -972 2916 -2541 2767 -1409 340 --1534 170 -1295 2576 --340 2279 --181 2479 -95 -562 --1 -790 -220 -897 --587 843 -2532 401 -931 -2034 --112 -1809 --629 322 --3477 1545 --1424 1648 --3450 -11 --359 4372 -1504 -3673 --1796 628 --800 241 -799 -237 -1347 -2436 --297 426 -1035 -1010 --178 615 --2224 782 --150 -1306 -1087 2155 -2966 2413 -2254 -1830 --208 -793 -102 959 -1730 -3803 --14 -711 --467 3881 -875 1584 +-748 -653 -102 577 +806 898 -2014 2589 +370 -428 -221 -1235 +-556 -426 -2563 1105 +886 2299 -468 -302 +961 82 728 1482 +1632 -1177 -2944 3009 +-2311 -709 -1059 3081 +-2938 899 183 1237 +471 -32 -783 3137 +-2021 51 2670 2131 +783 -723 1758 1004 +-550 274 596 -1422 +-1147 -1698 -2397 1566 +463 179 936 4474 +-462 896 801 975 +-1322 -3124 -1035 91 +-1785 32 -84 -2372 +935 -1166 -992 1303 +-2574 -718 951 -113 +-4774 1501 848 4478 +-3047 303 662 -2206 +-323 1586 -1212 -1565 +-962 -2283 388 -1186 +-1868 2757 649 -88 +-2509 1531 -759 1418 +972 2916 3460 2292 +2541 2767 -1104 -270 +1409 340 1024 -949 +-1534 170 -1808 352 +1295 2576 1094 1772 +-340 2279 -15 -1246 +-181 2479 -797 -817 +95 -562 -780 -809 +-1 -790 -2055 -1400 +220 -897 -1272 1604 +-587 843 -578 -1856 +2532 401 -2412 -881 +931 -2034 42 -2011 +-112 -1809 -2234 416 +-629 322 548 -89 +-3477 1545 -804 -1770 +-1424 1648 -988 937 +-3450 -11 594 2596 +-359 4372 2357 760 +1504 -3673 -113 -15 +-1796 628 3200 -224 +-800 241 -231 -420 +799 -237 -2024 -578 +1347 -2436 -1843 284 +-297 426 778 -1551 +1035 -1010 -554 451 +-178 615 -414 67 +-2224 782 1456 2642 +-150 -1306 2821 -184 +1087 2155 515 -1493 +2966 2413 -1408 970 +2254 -1830 108 -562 +-208 -793 -1358 -2241 +102 959 1705 627 +1730 -3803 1273 1717 +-14 -711 2308 1024 +-467 3881 397 1427 -1601 -1298 -1154 -123 -1863 -3962 --3361 -3482 --1317 -1863 --1737 3219 --68 334 -1331 1898 -2183 -1254 -560 -512 --1132 -1064 -682 -891 --2065 -1723 --317 -524 --705 -1572 -1088 3676 -654 -1248 --1310 -1003 -1783 1554 --1141 -1674 -439 -2219 --3887 -3533 --1252 2422 -220 40 -1768 -2464 -1359 -896 -1019 -1419 --1386 217 -801 632 -383 -252 -1201 519 --2090 -479 -2286 -1838 --1759 1550 --1113 1634 -1159 2161 -1635 420 -1203 -764 --742 -2288 --1038 2029 -1078 600 -814 1360 --1167 2780 --596 1687 -863 3228 -3093 -900 -3768 59 -835 -519 --424 -1371 -1441 -2061 --1893 -267 -3078 -152 --537 -2566 -898 -4660 --4771 -2895 --1755 -1480 --891 -14 -2701 -1526 -87 -4222 -84 -1087 --3120 -984 --160 1406 -33 -1102 --2831 -2971 1963 -78 +1154 -123 1017 -513 +1863 -3962 322 -1846 +-3361 -3482 -719 687 +-1317 -1863 -1140 -639 +-1737 3219 -250 2052 +-68 334 1012 461 +1331 1898 -959 -971 +2183 -1254 444 -776 +560 -512 2017 -2842 +-1132 -1064 -1068 -3199 +682 -891 -3384 -1419 +-2065 -1723 -802 2071 +-317 -524 -114 2391 +-705 -1572 -39 2031 +1088 3676 1532 1145 +654 -1248 -2456 -2305 +-1310 -1003 -2071 -1391 +1783 1554 -2015 2249 +-1141 -1674 1000 -596 +439 -2219 1445 993 +-3887 -3533 452 -1628 +-1252 2422 -1980 -2922 +220 40 -1859 905 +1768 -2464 -102 504 +1359 -896 1561 395 +1019 -1419 1211 -3778 +-1386 217 -481 38 +801 632 -3021 593 +383 -252 -1408 -582 +1201 519 -4111 412 +-2090 -479 -776 392 +2286 -1838 1265 3343 +-1759 1550 -1924 839 +-1113 1634 3702 513 +1159 2161 -2449 -549 +1635 420 1387 -1055 +1203 -764 -1485 -247 +-742 -2288 -9 1412 +-1038 2029 1711 3637 +1078 600 2725 1525 +814 1360 -102 -1316 +-1167 2780 2813 -1227 +-596 1687 234 -3058 +863 3228 717 -3075 +3093 -900 -3515 2636 +3768 59 -493 1553 +835 -519 196 -1455 +-424 -1371 -2677 758 +1441 -2061 -1177 -252 +-1893 -267 1715 4006 +3078 -152 2434 -3166 +-537 -2566 -1192 1431 +898 -4660 234 1633 +-4771 -2895 2754 659 +-1755 -1480 -592 353 +-891 -14 -125 -2868 +2701 -1526 -2021 2645 +87 -4222 2059 -437 +84 -1087 730 -429 +-3120 -984 -3323 -1014 +-160 1406 2888 -1366 +33 -1102 -1474 -745 +-2831 -2971 -1289 3854 diff --git a/AI_Engine_Development/AIE-ML/Design_Tutorials/07-Channelizer-Using-Vitis-Libraries/aie/channelizer/data/fft_front_o_4.txt b/AI_Engine_Development/AIE-ML/Design_Tutorials/07-Channelizer-Using-Vitis-Libraries/aie/channelizer/data/fft_front_o_4.txt index 51e24aecf0..84193acaf7 100644 --- a/AI_Engine_Development/AIE-ML/Design_Tutorials/07-Channelizer-Using-Vitis-Libraries/aie/channelizer/data/fft_front_o_4.txt +++ b/AI_Engine_Development/AIE-ML/Design_Tutorials/07-Channelizer-Using-Vitis-Libraries/aie/channelizer/data/fft_front_o_4.txt @@ -1,2048 +1,2048 @@ 2030 -523 -1828 -260 -1792 -14 -1708 42 -1702 -237 -1668 -376 -2147 -331 -2063 -148 -2178 -259 -2123 -76 -1951 103 -1515 -332 -1763 -496 -1703 131 -1750 218 -1873 20 -1950 102 -2067 625 -1810 548 -2042 -20 -1996 431 -1652 529 -1774 237 -1585 222 -1706 583 -1444 985 -1491 243 -1710 139 -1402 511 -983 351 -1753 454 -1650 1022 -1928 403 -1909 534 -1363 402 -1479 384 -1929 225 -1659 196 -1467 -101 -1642 520 -1583 468 -1800 412 -1575 432 -1708 593 -1520 395 -1275 178 -1410 182 -1630 299 -1845 68 -2163 75 -1814 549 -1559 617 -1547 632 -1655 512 -1545 482 -2057 291 -1769 728 -1162 274 -1753 346 -1750 862 -1636 623 -2102 555 -1859 875 -1748 348 1734 862 +1828 -260 2218 934 +1792 -14 2033 719 +1708 42 2229 478 +1702 -237 2090 713 +1668 -376 1766 819 +2147 -331 1455 832 +2063 -148 1412 987 +2178 -259 1385 1134 +2123 -76 1547 896 +1951 103 1553 1057 +1515 -332 1244 1141 +1763 -496 1199 1148 +1703 131 1246 730 +1750 218 1558 463 +1873 20 1933 614 +1950 102 2129 895 +2067 625 1931 901 +1810 548 1527 848 +2042 -20 1880 842 +1996 431 1825 1048 +1652 529 1556 914 +1774 237 1730 1102 +1585 222 1670 1420 +1706 583 1505 1244 +1444 985 1562 1206 +1491 243 2028 884 +1710 139 2019 1111 +1402 511 1796 1077 +983 351 1884 1339 +1753 454 1765 1717 +1650 1022 1685 1581 +1928 403 1777 1531 +1909 534 1733 1769 +1363 402 1453 1900 +1479 384 1657 1419 +1929 225 1563 1383 +1659 196 1318 1614 +1467 -101 1184 1783 +1642 520 1413 1674 +1583 468 1595 1504 +1800 412 1775 1771 +1575 432 1474 2024 +1708 593 1307 1883 +1520 395 1261 2204 +1275 178 786 2110 +1410 182 1243 1314 +1630 299 1421 1775 +1845 68 1018 2048 +2163 75 1378 2214 +1814 549 1438 2320 +1559 617 1220 1758 +1547 632 1259 1748 +1655 512 718 2450 +1545 482 802 2256 +2057 291 1201 2376 +1769 728 641 1975 +1162 274 332 2109 +1753 346 -135 2304 +1750 862 388 2218 +1636 623 597 2496 +2102 555 418 2070 +1859 875 984 2062 +1748 348 133 2412 482 158 -549 106 -187 547 -117 160 -665 -24 -348 92 -178 321 -74 241 -146 -88 -206 217 -199 422 -193 149 -345 120 -473 206 -509 229 --256 407 --399 604 --377 775 --31 569 -54 790 --12 610 --208 345 -84 3 -335 596 --64 478 -126 278 --271 273 --264 414 --89 512 -149 300 -81 376 --97 755 --535 449 --177 364 --557 836 --587 306 --452 276 --312 190 --164 647 --81 669 -129 629 --179 434 --272 186 --191 -157 --389 179 --602 -194 -162 -340 --32 -478 --206 -433 --554 -283 --583 -103 --700 -78 --739 -24 --538 246 --500 510 --808 91 --531 -295 --218 121 --141 448 --564 94 --370 -240 --190 241 --171 395 --402 313 884 -337 +549 106 1140 -2 +187 547 521 -165 +117 160 346 -220 +665 -24 516 167 +348 92 290 35 +178 321 254 -196 +74 241 70 28 +146 -88 328 337 +206 217 526 173 +199 422 770 265 +193 149 -1 488 +345 120 -41 159 +473 206 471 24 +509 229 434 361 +-256 407 276 196 +-399 604 748 12 +-377 775 567 245 +-31 569 219 132 +54 790 242 116 +-12 610 352 -187 +-208 345 373 8 +84 3 -136 -10 +335 596 -309 283 +-64 478 132 95 +126 278 475 59 +-271 273 174 -225 +-264 414 -51 115 +-89 512 -139 -18 +149 300 -139 72 +81 376 -33 0 +-97 755 160 324 +-535 449 478 223 +-177 364 467 734 +-557 836 1 689 +-587 306 226 519 +-452 276 443 666 +-312 190 244 405 +-164 647 188 367 +-81 669 50 126 +129 629 378 126 +-179 434 183 318 +-272 186 89 358 +-191 -157 -118 559 +-389 179 -413 328 +-602 -194 -263 126 +162 -340 -15 8 +-32 -478 144 166 +-206 -433 -107 176 +-554 -283 -119 149 +-583 -103 -141 469 +-700 -78 -391 345 +-739 -24 -290 282 +-538 246 -152 197 +-500 510 22 156 +-808 91 -341 155 +-531 -295 -870 -110 +-218 121 -209 -388 +-141 448 365 122 +-564 94 62 -222 +-370 -240 -3 -529 +-190 241 -181 -351 +-171 395 -348 -273 +-402 313 -190 -69 -35 121 -203 -253 -434 -215 --377 -373 --635 -431 --434 -135 -123 308 -223 368 -409 283 -254 87 -8 -254 --203 -726 --195 -287 --606 -235 --206 -124 --118 -89 -262 208 --291 517 --86 329 -47 411 --183 -236 -71 -373 -130 265 -396 285 -479 234 -106 -50 --210 -304 --94 -64 -45 157 -526 -101 -536 16 --258 -148 --254 -525 --10 186 --579 184 --115 -231 -450 -41 -280 379 -359 11 -500 170 --85 -72 --321 33 --238 -70 --108 -59 -127 20 --37 -172 -360 -420 -336 -127 -226 221 --88 -243 -343 -95 -29 183 -28 184 --196 211 --214 46 --35 79 -109 279 --140 613 -33 98 -486 -85 -498 11 -103 -266 -222 11 --321 229 84 -146 +203 -253 264 66 +434 -215 276 -383 +-377 -373 317 -243 +-635 -431 -141 -428 +-434 -135 -105 -180 +123 308 -508 -155 +223 368 -62 -186 +409 283 -158 -161 +254 87 -126 -378 +8 -254 -114 -145 +-203 -726 11 -96 +-195 -287 -137 -74 +-606 -235 -380 -538 +-206 -124 -280 -393 +-118 -89 -228 -360 +262 208 -349 -444 +-291 517 -465 -405 +-86 329 -250 183 +47 411 -49 -132 +-183 -236 224 -366 +71 -373 -69 -146 +130 265 1 -22 +396 285 -203 119 +479 234 -240 -234 +106 -50 305 -137 +-210 -304 236 146 +-94 -64 38 77 +45 157 149 -231 +526 -101 308 -472 +536 16 487 -154 +-258 -148 -120 190 +-254 -525 -139 -228 +-10 186 334 56 +-579 184 482 76 +-115 -231 220 -241 +450 -41 186 -232 +280 379 -25 -32 +359 11 73 -78 +500 170 155 -129 +-85 -72 560 -153 +-321 33 439 0 +-238 -70 147 -318 +-108 -59 332 -247 +127 20 271 -178 +-37 -172 301 -108 +360 -420 -101 -280 +336 -127 255 -339 +226 221 198 311 +-88 -243 479 60 +343 -95 682 -64 +29 183 294 -202 +28 184 -229 199 +-196 211 -391 -107 +-214 46 219 -229 +-35 79 459 -52 +109 279 425 193 +-140 613 214 128 +33 98 488 107 +486 -85 504 240 +498 11 294 -214 +103 -266 111 -240 +222 11 -96 -322 +-321 229 113 -79 303 25 -103 147 --83 121 --198 94 -68 -246 -264 14 -163 31 -11 32 --350 -280 --215 -330 --240 -130 --152 100 --295 225 -134 -293 -149 -84 --206 -533 -16 -573 -132 -30 --114 289 -114 -28 -416 -159 -403 -231 -146 -90 -46 -210 -219 -470 -499 -389 -223 61 -103 -194 -345 -391 -586 -332 -352 -326 -26 -642 -195 -261 -30 132 -353 -288 -106 -158 --86 -245 -174 -350 -119 -289 --259 -116 --138 -11 -130 -16 -204 -212 -142 -337 -155 -99 --53 579 --15 176 -412 -59 -172 162 --164 272 --108 174 --121 422 --151 195 -332 212 -272 356 -212 337 -44 193 -16 348 --23 834 -160 575 -593 556 -27 149 -264 3 --29 83 0 223 +103 147 -331 63 +-83 121 -248 -384 +-198 94 376 -297 +68 -246 178 269 +264 14 115 -25 +163 31 212 106 +11 32 -446 -200 +-350 -280 -130 -44 +-215 -330 -220 439 +-240 -130 -408 -125 +-152 100 -168 -352 +-295 225 -334 102 +134 -293 -290 -110 +149 -84 148 81 +-206 -533 -30 310 +16 -573 -211 510 +132 -30 -299 555 +-114 289 -355 299 +114 -28 -33 -45 +416 -159 263 53 +403 -231 291 138 +146 -90 214 59 +46 -210 446 88 +219 -470 90 46 +499 -389 -226 -351 +223 61 44 -406 +103 -194 300 -291 +345 -391 157 -224 +586 -332 -25 -108 +352 -326 -413 -63 +26 -642 -277 -386 +195 -261 -192 266 +30 132 -559 85 +353 -288 -67 236 +106 -158 227 286 +-86 -245 7 266 +174 -350 -494 -55 +119 -289 -283 -230 +-259 -116 -214 -36 +-138 -11 -317 18 +130 -16 36 3 +204 -212 190 51 +142 -337 -35 341 +155 -99 -142 181 +-53 579 116 -133 +-15 176 -79 124 +412 -59 -465 -245 +172 162 -36 -299 +-164 272 -35 -327 +-108 174 72 -71 +-121 422 -462 -185 +-151 195 -220 -150 +332 212 -386 350 +272 356 -392 516 +212 337 -310 373 +44 193 -162 100 +16 348 -88 501 +-23 834 -237 289 +160 575 559 -77 +593 556 286 272 +27 149 -202 296 +264 3 -170 433 +-29 83 36 297 3663 -636 -2420 -1841 -2881 -106 -4376 -1028 -3175 -743 -4001 -150 -2466 119 -3527 -138 -2723 -375 -2925 -781 -2762 -1067 -4933 -423 -2667 -14 -2834 -319 -3506 -150 -3558 -412 -2311 -379 -2283 -587 -5036 -1008 -3922 -122 -2705 -954 -3746 -226 -4332 -113 -3690 -866 -1880 19 -5023 -1274 -5242 726 -4152 -322 -3693 -1197 -4526 295 -2046 934 -4037 -673 -3892 1453 -3758 -1388 -3642 -210 -4411 917 -4128 1206 -4184 -556 -3624 877 -2908 123 -4444 1208 -3410 426 -3458 624 -3739 652 -5038 29 -3683 -663 -3192 1089 -4090 424 -2712 1151 -2863 1399 -2607 -1246 -3134 1105 -4771 387 -2668 952 -4133 782 -2718 1127 -2860 -1121 -4728 187 -1925 1396 -3267 55 -3785 16 -2711 1483 -3887 -749 -3611 1403 -431 1547 +2420 -1841 -1571 1239 +2881 -106 -334 1236 +4376 -1028 -1839 1281 +3175 -743 -1661 595 +4001 -150 -1615 -210 +2466 119 -1557 772 +3527 -138 -2062 1133 +2723 -375 -1346 1089 +2925 -781 -829 1611 +2762 -1067 -1777 -131 +4933 -423 -1507 1071 +2667 -14 -812 733 +2834 -319 -402 1514 +3506 -150 -1406 1634 +3558 -412 -2253 1463 +2311 -379 -2024 1331 +2283 -587 -1536 138 +5036 -1008 -1457 -130 +3922 -122 -2493 2024 +2705 -954 -1087 -258 +3746 -226 -2369 492 +4332 -113 -1639 1086 +3690 -866 -1238 -907 +1880 19 -1660 1290 +5023 -1274 -593 629 +5242 726 -1865 1828 +4152 -322 -2073 -530 +3693 -1197 -2629 430 +4526 295 -2785 870 +2046 934 -2446 -281 +4037 -673 -1536 737 +3892 1453 -1791 -313 +3758 -1388 -2689 -178 +3642 -210 -923 154 +4411 917 -1219 725 +4128 1206 -1261 -463 +4184 -556 -1996 158 +3624 877 -738 340 +2908 123 -1137 565 +4444 1208 -1349 1158 +3410 426 -2794 139 +3458 624 -1682 -106 +3739 652 -1441 -42 +5038 29 -2592 -905 +3683 -663 8 -76 +3192 1089 -800 1410 +4090 424 -2813 -900 +2712 1151 -1913 180 +2863 1399 -2084 413 +2607 -1246 -2123 24 +3134 1105 -1277 -222 +4771 387 -2916 -648 +2668 952 -2560 -1048 +4133 782 -1579 890 +2718 1127 -2246 -1212 +2860 -1121 -443 -1256 +4728 187 -2356 -1800 +1925 1396 -2030 -453 +3267 55 -2417 -101 +3785 16 -2079 -1034 +2711 1483 -968 639 +3887 -749 -2811 -76 +3611 1403 -211 -2460 2051 1452 -1196 1429 -1283 249 -2513 2814 -1619 1076 -1035 955 -508 1758 -2056 1980 -1048 1839 -266 2068 -1436 2122 -1783 1686 --90 2022 -657 2192 -605 1369 -751 602 --215 2345 -2015 1689 -564 2562 -583 1882 -1124 1677 -991 1514 -526 3444 --619 1567 -777 2923 --325 2211 -779 1407 --554 2037 -1069 2729 --3 2274 --932 1766 --695 1519 -1633 1404 --766 2243 -831 1272 -609 2553 -402 1436 --242 2801 --1140 1034 --349 2285 -64 1632 -108 941 -90 2066 -708 2303 --1832 702 -770 4237 --1198 3071 --1132 2377 --1330 1809 --894 1768 --1177 1960 --920 1813 --1647 1742 --2198 2653 --1229 1623 --1154 1908 --1982 3094 --2816 1741 --2546 1951 --403 889 --3208 1743 --2718 1832 --2543 688 --2373 713 -777 1713 +1196 1429 -779 -899 +1283 249 -155 -777 +2513 2814 -1188 -387 +1619 1076 -1079 -629 +1035 955 774 -401 +508 1758 -564 -303 +2056 1980 -570 302 +1048 1839 -1038 476 +266 2068 357 755 +1436 2122 -1450 -666 +1783 1686 59 -1330 +-90 2022 360 425 +657 2192 -29 814 +605 1369 -905 -1285 +751 602 -31 809 +-215 2345 267 -73 +2015 1689 -418 -1391 +564 2562 216 389 +583 1882 108 -635 +1124 1677 -70 636 +991 1514 117 -983 +526 3444 107 -767 +-619 1567 -574 -515 +777 2923 587 1638 +-325 2211 73 -1191 +779 1407 34 -483 +-554 2037 -363 -959 +1069 2729 185 580 +-3 2274 -105 -1324 +-932 1766 -971 483 +-695 1519 -322 -655 +1633 1404 -483 784 +-766 2243 -859 -1259 +831 1272 177 -512 +609 2553 -27 130 +402 1436 -354 -378 +-242 2801 736 -407 +-1140 1034 243 -847 +-349 2285 1694 680 +64 1632 284 -362 +108 941 149 -445 +90 2066 212 -270 +708 2303 79 -1126 +-1832 702 1287 -325 +770 4237 789 183 +-1198 3071 68 719 +-1132 2377 -112 -467 +-1330 1809 -34 -492 +-894 1768 -244 45 +-1177 1960 -318 -360 +-920 1813 929 -126 +-1647 1742 -112 -589 +-2198 2653 711 353 +-1229 1623 491 -523 +-1154 1908 643 -697 +-1982 3094 1333 287 +-2816 1741 -470 2071 +-2546 1951 -207 169 +-403 889 1123 -196 +-3208 1743 383 -109 +-2718 1832 110 376 +-2543 688 145 -94 +-2373 713 -796 276 293 -16 -817 1723 --155 -901 -678 -941 --354 852 --519 1582 --1806 1001 -333 -72 --1007 -529 -709 577 -567 -526 -388 773 --825 -676 -715 439 --574 751 -780 743 --1414 67 -586 -825 --721 489 -527 390 -1359 -36 --1378 547 --1248 178 --269 470 --329 -607 -215 -525 -368 -13 --317 844 -808 873 --180 1031 --656 -1303 -1065 -1303 --68 785 --1124 -751 -1441 -611 --31 1225 --336 307 --636 -1755 --421 1448 -153 -1332 --3 -547 -263 -301 -56 758 --71 -527 --819 279 -908 196 --1822 844 --333 302 --1163 -841 -1257 794 --1546 -1407 --18 -222 --392 -911 --135 -1021 -419 163 --360 -580 --1083 -51 -49 -1619 -404 1058 -58 185 --1466 -251 -680 -282 --1675 -1331 -612 -361 -300 685 +817 1723 -195 156 +-155 -901 1183 1008 +678 -941 -874 -840 +-354 852 46 901 +-519 1582 -1103 -1217 +-1806 1001 19 208 +333 -72 -414 816 +-1007 -529 806 -655 +709 577 -373 291 +567 -526 -441 -219 +388 773 -940 26 +-825 -676 564 -757 +715 439 662 62 +-574 751 -913 -87 +780 743 700 1078 +-1414 67 267 -693 +586 -825 -809 389 +-721 489 -521 619 +527 390 779 1128 +1359 -36 -48 -155 +-1378 547 -395 -31 +-1248 178 -519 659 +-269 470 255 -928 +-329 -607 -40 989 +215 -525 -399 828 +368 -13 -14 -876 +-317 844 -106 63 +808 873 1038 332 +-180 1031 51 -211 +-656 -1303 -1149 392 +1065 -1303 764 -1260 +-68 785 -540 760 +-1124 -751 79 393 +1441 -611 234 -52 +-31 1225 1034 -666 +-336 307 -267 -82 +-636 -1755 721 -66 +-421 1448 30 -106 +153 -1332 358 19 +-3 -547 -697 544 +263 -301 -24 -1056 +56 758 207 295 +-71 -527 -948 228 +-819 279 307 3 +908 196 -952 -549 +-1822 844 653 -281 +-333 302 -1499 122 +-1163 -841 -714 -719 +1257 794 55 882 +-1546 -1407 330 -1082 +-18 -222 -596 -1326 +-392 -911 -538 -1441 +-135 -1021 931 842 +419 163 65 650 +-360 -580 -337 462 +-1083 -51 38 -657 +49 -1619 528 -337 +404 1058 -581 128 +58 185 -99 -533 +-1466 -251 745 -221 +680 -282 276 -776 +-1675 -1331 900 629 +612 -361 220 -97 -1205 717 --671 -870 --549 -496 -536 -114 --320 494 --674 -1012 -262 -144 -373 -1458 -478 -370 --443 -238 -110 -302 --824 -218 -901 -587 -316 1538 --96 -889 -1270 1345 -120 633 --1072 25 -1077 -356 -778 344 -424 372 -542 -697 -364 -612 -1212 679 -1371 57 --529 817 -234 -1051 -166 141 -234 537 --625 211 -575 -282 -1023 -36 --1177 263 -1474 -44 -382 355 -242 -1465 -77 637 -637 475 --249 -1022 --12 -198 -467 472 -365 633 -260 451 --172 21 --763 140 --729 -954 -923 1436 --468 -32 --1084 -273 -380 204 -194 487 --93 -33 -1469 461 --621 467 --54 146 --53 -732 -411 142 --561 -586 --794 -78 -1212 1104 --935 -879 -1498 253 --564 361 -1088 816 478 81 +-671 -870 657 -776 +-549 -496 633 1450 +536 -114 -789 608 +-320 494 -644 -982 +-674 -1012 293 928 +262 -144 172 -1845 +373 -1458 1014 -313 +478 -370 -1517 590 +-443 -238 -392 -625 +110 -302 1091 178 +-824 -218 -827 198 +901 -587 -811 -295 +316 1538 -8 925 +-96 -889 -1107 -668 +1270 1345 -18 -602 +120 633 -201 -1479 +-1072 25 -267 -103 +1077 -356 902 -171 +778 344 -578 1141 +424 372 -411 1068 +542 -697 -635 -405 +364 -612 -709 179 +1212 679 -773 217 +1371 57 593 -789 +-529 817 242 249 +234 -1051 150 772 +166 141 -482 107 +234 537 -612 -385 +-625 211 -957 -479 +575 -282 62 -369 +1023 -36 -586 1310 +-1177 263 -1241 -682 +1474 -44 1491 902 +382 355 -941 452 +242 -1465 133 1061 +77 637 1229 -1582 +637 475 -91 172 +-249 -1022 812 1194 +-12 -198 -6 -986 +467 472 -56 817 +365 633 684 713 +260 451 -1015 -582 +-172 21 -375 -29 +-763 140 1002 443 +-729 -954 -19 371 +923 1436 -34 -824 +-468 -32 1344 365 +-1084 -273 -570 777 +380 204 500 854 +194 487 -1424 -711 +-93 -33 1265 193 +1469 461 -1065 -358 +-621 467 -361 -203 +-54 146 25 -90 +-53 -732 285 233 +411 142 121 576 +-561 -586 -1207 -594 +-794 -78 1281 1505 +1212 1104 -551 934 +-935 -879 -997 -1776 +1498 253 -317 -769 +-564 361 306 -143 +1088 816 510 685 3958 3397 -6121 3854 -4297 2364 -3562 3466 -5202 3507 -3550 2643 -4131 3307 -4014 2994 -5053 3988 -4310 3603 -5370 4364 -2743 4886 -5801 4488 -5885 3078 -4377 2583 -4397 4797 -5939 4117 -5891 4303 -2978 4006 -3106 3305 -4931 3691 -3936 3831 -3292 4803 -4572 4206 -7319 3340 -1955 5383 -2697 2938 -5292 4396 -4828 4287 -3608 2361 -6022 2915 -2912 3918 -3007 1562 -3554 6049 -4674 4824 -2745 3362 -3062 2617 -3012 5555 -4702 4403 -4655 3477 -2651 2625 -3388 2934 -5116 4540 -3730 2853 -3195 3959 -5254 4701 -4407 3319 -2316 4220 -4391 3404 -1897 3814 -5804 7678 -3737 2045 -1064 5166 -6132 3186 -2830 3659 -3299 3650 -5520 6602 -2280 4865 -5569 2988 -3767 4231 -2728 5229 -3026 2277 -2099 6035 -3211 4128 -214 -2666 +6121 3854 -352 -2558 +4297 2364 -1659 -1394 +3562 3466 540 -1028 +5202 3507 104 -627 +3550 2643 -281 1266 +4131 3307 -152 -1432 +4014 2994 972 -890 +5053 3988 1285 -254 +4310 3603 -29 -2648 +5370 4364 57 143 +2743 4886 1184 -2034 +5801 4488 288 -585 +5885 3078 -279 -1643 +4377 2583 347 -1021 +4397 4797 516 -429 +5939 4117 -636 -1487 +5891 4303 486 1516 +2978 4006 377 761 +3106 3305 443 -2923 +4931 3691 -1528 1336 +3936 3831 2373 -132 +3292 4803 1025 -1443 +4572 4206 -1548 -28 +7319 3340 164 -1738 +1955 5383 -162 252 +2697 2938 300 -3433 +5292 4396 436 986 +4828 4287 37 -890 +3608 2361 659 -921 +6022 2915 1006 379 +2912 3918 865 -1594 +3007 1562 232 -937 +3554 6049 273 288 +4674 4824 -183 -1247 +2745 3362 -1117 -1497 +3062 2617 -660 2170 +3012 5555 2310 -817 +4702 4403 -226 -677 +4655 3477 -634 -816 +2651 2625 -1190 -2520 +3388 2934 751 -915 +5116 4540 -247 -479 +3730 2853 192 -1508 +3195 3959 1201 249 +5254 4701 -1535 -552 +4407 3319 -1542 -1941 +2316 4220 1127 1017 +4391 3404 900 -1533 +1897 3814 -540 -2047 +5804 7678 604 -2520 +3737 2045 -1038 -57 +1064 5166 826 979 +6132 3186 2706 -603 +2830 3659 -114 -3184 +3299 3650 896 1411 +5520 6602 -88 1651 +2280 4865 2016 367 +5569 2988 2762 -2232 +3767 4231 1103 -1385 +2728 5229 -840 459 +3026 2277 -1330 -1542 +2099 6035 1757 344 +3211 4128 -416 2131 -1167 -1230 -4 -1763 -1066 1186 --84 -4136 --1293 986 -226 -661 -1273 -570 --118 -883 -1399 21 -2014 -787 -1041 -1167 -294 -676 -2576 -1421 -603 -13 --69 897 -1535 2415 -4187 -1640 --765 -525 -1562 -2078 -2210 -2133 --116 -1121 -1112 1137 --486 -2325 -1084 163 -29 -2694 -2287 404 -538 1204 -3315 -1368 --2011 -2116 -1414 -817 -1063 -227 -1522 139 -186 2280 -1821 -1267 --94 105 -1932 -987 --362 1799 -1510 -1749 -1390 -466 -252 -863 -92 -893 -78 1677 -966 -55 --2302 -395 -3202 2274 --2095 -1889 -619 219 -1829 1365 -1555 3156 -2932 2127 -1572 -93 -1883 410 -1832 468 -3612 -823 --88 -953 -1342 1123 -2116 -318 -2985 620 -1952 -533 --216 1842 -3160 272 -1840 -624 -1099 863 -1807 2897 -686 -2802 +4 -1763 -1375 1474 +1066 1186 -611 1318 +-84 -4136 2106 674 +-1293 986 -708 393 +226 -661 -2323 482 +1273 -570 481 1463 +-118 -883 1090 -1312 +1399 21 618 -992 +2014 -787 -907 -1187 +1041 -1167 -5 414 +294 -676 760 2495 +2576 -1421 423 -770 +603 -13 -1046 -1863 +-69 897 343 2381 +1535 2415 85 -1678 +4187 -1640 -1853 1051 +-765 -525 -285 1332 +1562 -2078 -240 -1364 +2210 -2133 -940 1064 +-116 -1121 -132 -1 +1112 1137 -575 1140 +-486 -2325 153 436 +1084 163 1813 258 +29 -2694 -1414 -3399 +2287 404 -183 1856 +538 1204 28 929 +3315 -1368 497 577 +-2011 -2116 716 -1201 +1414 -817 1070 1743 +1063 -227 460 -1838 +1522 139 -267 2142 +186 2280 -362 -1453 +1821 -1267 -11 862 +-94 105 -312 -188 +1932 -987 -454 -1381 +-362 1799 -971 -1181 +1510 -1749 -1512 624 +1390 -466 -591 1555 +252 -863 -1879 -599 +92 -893 -942 -113 +78 1677 -1112 -583 +966 -55 -714 79 +-2302 -395 932 67 +3202 2274 -1612 219 +-2095 -1889 -1013 -560 +619 219 -15 -1243 +1829 1365 -858 1127 +1555 3156 327 -107 +2932 2127 -669 -291 +1572 -93 1215 708 +1883 410 -482 -1094 +1832 468 693 649 +3612 -823 -1158 -761 +-88 -953 -924 228 +1342 1123 -1512 1174 +2116 -318 -86 364 +2985 620 1787 -1496 +1952 -533 -1263 567 +-216 1842 -1223 1737 +3160 272 -1083 2589 +1840 -624 200 -63 +1099 863 454 1395 +1807 2897 1260 -591 250 26 --899 -1832 -194 899 --2084 2563 -2468 -365 -352 -1584 -3457 -816 --888 -762 -165 1021 --3258 -562 -515 2979 -318 -6 -1763 2464 --22 896 -1525 -503 --1218 -1285 -1862 -639 -180 -932 --114 -1794 --1467 -527 --415 553 -1078 -825 -1987 -1385 --1392 -503 -290 274 --1954 326 --630 3392 -1637 -750 --908 -1813 --190 -1690 -964 2698 --1947 1932 -1458 484 -2576 -319 --1296 1502 -1233 -1185 -606 -1163 --1854 426 --1259 -1920 --1909 2629 -1213 1176 --471 2 -957 -1520 -590 1137 -74 -469 --2735 496 -1700 862 --1080 350 -1883 1616 --847 -1047 -2142 2089 --1264 -1157 -229 550 -306 712 --108 -1778 -5 -133 -582 -1619 --401 1141 --1342 -2668 --1972 -184 -1322 55 --867 1393 -2114 1772 --660 -890 307 1679 +-899 -1832 -1197 111 +194 899 -3234 363 +-2084 2563 112 1407 +2468 -365 -250 -1064 +352 -1584 461 2928 +3457 -816 -473 -22 +-888 -762 -337 -196 +165 1021 -344 1896 +-3258 -562 255 -1087 +515 2979 -945 -486 +318 -6 474 102 +1763 2464 -2163 1422 +-22 896 -332 40 +1525 -503 914 580 +-1218 -1285 -1863 -539 +1862 -639 970 1553 +180 -932 1093 173 +-114 -1794 360 -1442 +-1467 -527 -1255 -1499 +-415 553 -416 1761 +1078 -825 945 -771 +1987 -1385 666 -1802 +-1392 -503 634 808 +290 274 380 -1239 +-1954 326 304 -925 +-630 3392 -612 394 +1637 -750 277 -597 +-908 -1813 -1756 -713 +-190 -1690 -368 971 +964 2698 518 -875 +-1947 1932 -857 761 +1458 484 1980 -1028 +2576 -319 -1315 -1054 +-1296 1502 -583 -952 +1233 -1185 -1800 1848 +606 -1163 565 26 +-1854 426 -471 -653 +-1259 -1920 784 -1142 +-1909 2629 -578 -266 +1213 1176 -666 -1414 +-471 2 -1328 2346 +957 -1520 -1398 -1038 +590 1137 1445 710 +74 -469 -752 -430 +-2735 496 1166 838 +1700 862 -991 729 +-1080 350 2042 714 +1883 1616 111 -237 +-847 -1047 -1015 -1088 +2142 2089 -1567 1471 +-1264 -1157 913 1247 +229 550 182 839 +306 712 -358 254 +-108 -1778 -68 27 +5 -133 157 -967 +582 -1619 179 889 +-401 1141 -568 -827 +-1342 -2668 -187 -1124 +-1972 -184 -668 661 +1322 55 -751 2558 +-867 1393 793 2265 +2114 1772 30 -174 +-660 -890 299 709 226 -735 -1050 1976 -696 735 --1208 -219 -1162 -894 --810 1648 --1194 -1263 --1247 932 --842 -1094 -587 813 --725 -527 -1562 -1496 --1498 0 --1447 -3302 --761 2360 --1437 244 -967 -707 -1434 -183 --29 70 --1273 -1174 --996 -884 --1355 1505 --1263 1037 --1021 -1079 --2428 676 -436 -1116 -518 1058 --468 -1546 --1313 397 -938 711 --1581 1087 --1039 1794 -3800 212 --1434 -797 -453 -1533 --130 1793 -1144 -845 --537 -573 -1271 2581 -954 291 --42 -332 -54 -1284 --461 -43 -671 1538 -1420 -42 -1842 -624 --2068 -3397 -519 1077 -1497 912 -461 459 -502 257 -2501 95 --1279 -678 -375 -1172 -64 -405 -289 1644 --318 -1012 -690 615 -771 -1340 --2458 -3074 --84 797 --3588 744 -1161 1558 --1373 -740 171 -646 +1050 1976 712 1453 +696 735 -413 -1828 +-1208 -219 206 387 +1162 -894 84 1469 +-810 1648 -178 -2139 +-1194 -1263 -896 2883 +-1247 932 -525 -629 +-842 -1094 2015 -2972 +587 813 1125 190 +-725 -527 -1182 -559 +1562 -1496 1609 -158 +-1498 0 963 -619 +-1447 -3302 87 -1262 +-761 2360 1402 1316 +-1437 244 -139 -439 +967 -707 433 47 +1434 -183 -513 -3027 +-29 70 -2301 -131 +-1273 -1174 -434 -1973 +-996 -884 -946 -1114 +-1355 1505 1036 249 +-1263 1037 -1418 -776 +-1021 -1079 -503 838 +-2428 676 -1840 1229 +436 -1116 627 987 +518 1058 -487 -732 +-468 -1546 -770 -314 +-1313 397 -903 1153 +938 711 1434 1261 +-1581 1087 -1441 228 +-1039 1794 1331 490 +3800 212 2715 1764 +-1434 -797 -1662 -32 +453 -1533 1952 -1635 +-130 1793 -932 -1128 +1144 -845 -1639 1934 +-537 -573 2791 -745 +1271 2581 -115 -1593 +954 291 891 2082 +-42 -332 1475 -1460 +54 -1284 -1224 -2039 +-461 -43 1333 1338 +671 1538 58 -538 +1420 -42 -1231 -858 +1842 -624 663 -419 +-2068 -3397 -16 1047 +519 1077 -472 818 +1497 912 855 -626 +461 459 -1106 -151 +502 257 2730 2440 +2501 95 -1478 233 +-1279 -678 2337 1715 +375 -1172 779 -632 +64 -405 684 -1165 +289 1644 -128 -691 +-318 -1012 -294 -1452 +690 615 1196 887 +771 -1340 -1241 -2346 +-2458 -3074 251 -1730 +-84 797 1017 2021 +-3588 744 255 1235 +1161 1558 -1518 -687 +-1373 -740 -1496 -1132 3529 444 -2369 1705 -2721 611 -2223 1476 -2070 2051 -3981 1168 -4696 588 -3532 1251 -3400 893 -4192 1978 -3038 1052 -2856 -2393 -565 -1440 --58 2546 -2469 4525 -1079 1391 -3589 1989 -3293 1486 -2780 2271 -3196 1697 -1570 2071 -1197 1842 -2480 994 -2156 2860 --199 3342 -3224 1587 -1495 3239 --471 1026 --345 2650 -1354 4097 -911 3217 -3761 3544 -4060 5082 -2404 762 -284 1680 -2553 2372 -3163 2601 -2332 -928 --874 973 -1798 3284 -2642 3001 -3207 3565 --1305 -309 -1104 3870 --676 3183 --1538 2910 -248 3030 -3550 2514 -2266 2255 -6317 472 --1938 -1421 -1332 6032 -3465 428 --2256 2330 -1398 3159 -3801 3277 -135 1386 -1384 2183 -155 3104 -2410 4737 -1896 1722 -3390 5651 -2726 2306 -1201 2501 1198 3099 +2369 1705 3021 3033 +2721 611 2776 -149 +2223 1476 739 560 +2070 2051 1686 1161 +3981 1168 2101 -390 +4696 588 1937 3497 +3532 1251 1481 1506 +3400 893 -960 314 +4192 1978 649 2859 +3038 1052 1926 2259 +2856 -2393 -1285 3341 +565 -1440 -218 1667 +-58 2546 -594 2434 +2469 4525 -306 996 +1079 1391 1456 764 +3589 1989 4104 2421 +3293 1486 1584 -1468 +2780 2271 185 574 +3196 1697 3154 4680 +1570 2071 5197 -493 +1197 1842 -2108 324 +2480 994 -517 2839 +2156 2860 3542 3973 +-199 3342 540 3227 +3224 1587 -398 1006 +1495 3239 2492 5002 +-471 1026 2708 -657 +-345 2650 2791 1174 +1354 4097 1819 1477 +911 3217 2126 1828 +3761 3544 -316 2191 +4060 5082 1207 2391 +2404 762 2396 -83 +284 1680 -246 3233 +2553 2372 2998 2475 +3163 2601 1362 -2495 +2332 -928 -3405 1919 +-874 973 -626 2091 +1798 3284 2758 524 +2642 3001 3533 1516 +3207 3565 1404 951 +-1305 -309 1318 1733 +1104 3870 712 2974 +-676 3183 -147 1622 +-1538 2910 788 2126 +248 3030 2049 1014 +3550 2514 -728 474 +2266 2255 51 4367 +6317 472 3608 3937 +-1938 -1421 2532 4384 +1332 6032 3354 -1062 +3465 428 1121 -635 +-2256 2330 -2626 3160 +1398 3159 1334 5926 +3801 3277 1623 52 +135 1386 -141 -158 +1384 2183 -279 2758 +155 3104 -2594 5584 +2410 4737 1184 3421 +1896 1722 3555 691 +3390 5651 2914 1079 +2726 2306 523 194 +1201 2501 -1019 -180 2497 -1017 -934 626 --1405 -2215 --642 3496 -2870 -2572 -986 210 --22 263 -1672 -463 -406 -2226 -182 -1939 --600 395 -1296 -299 --114 1125 -2004 -2861 -1719 -3096 --1171 -4350 --3598 2243 -2264 583 --819 705 --1321 3481 -2815 1658 --473 -3404 -2910 640 -1885 -816 -2908 2410 -316 -3217 -539 -3131 --3986 1744 -3520 3271 -7 -1136 -1068 -340 --817 1618 --1714 -2358 -578 1241 --1170 686 --3463 1165 -1534 -2070 --1189 1484 -352 3953 -1808 2993 -1751 2370 -886 -728 --700 1186 -4498 153 --1658 -2256 -2186 191 -3071 -2180 --679 -2316 -564 -4967 --3016 -2975 --811 590 --1246 533 --21 298 --3409 804 -1468 3240 --249 -1390 --1549 -1058 --1248 568 -730 1655 -1315 -1873 --1481 422 -89 1521 -871 2121 -331 -2501 3226 2728 +934 626 4330 -1025 +-1405 -2215 1352 -1907 +-642 3496 -2435 -636 +2870 -2572 3060 1517 +986 210 2298 -580 +-22 263 -236 -2150 +1672 -463 -1008 922 +406 -2226 608 445 +182 -1939 281 189 +-600 395 2004 358 +1296 -299 -1571 -1640 +-114 1125 -568 861 +2004 -2861 2072 1214 +1719 -3096 1178 -2456 +-1171 -4350 247 2179 +-3598 2243 3892 -1706 +2264 583 1688 -1031 +-819 705 -271 498 +-1321 3481 1982 -2181 +2815 1658 1418 -1742 +-473 -3404 1303 -1927 +2910 640 -815 -1170 +1885 -816 -2992 -293 +2908 2410 2690 3337 +316 -3217 1309 -2088 +539 -3131 -599 -1315 +-3986 1744 266 -845 +3520 3271 -1981 104 +7 -1136 -1472 -2610 +1068 -340 226 3017 +-817 1618 218 -1692 +-1714 -2358 1198 1422 +578 1241 697 -126 +-1170 686 483 1304 +-3463 1165 1372 1557 +1534 -2070 3042 2678 +-1189 1484 2089 -1866 +352 3953 -98 -1194 +1808 2993 308 -1746 +1751 2370 626 -320 +886 -728 1168 1088 +-700 1186 1276 -515 +4498 153 -2452 1208 +-1658 -2256 -221 -686 +2186 191 -724 611 +3071 -2180 -135 601 +-679 -2316 2082 -1212 +564 -4967 789 1515 +-3016 -2975 2482 109 +-811 590 -2048 -2042 +-1246 533 -492 1983 +-21 298 -1230 -94 +-3409 804 1662 1261 +1468 3240 735 -358 +-249 -1390 809 -1991 +-1549 -1058 -3030 -673 +-1248 568 -2218 301 +730 1655 4047 -1126 +1315 -1873 714 -2625 +-1481 422 714 -5887 +89 1521 -335 -508 +871 2121 -970 -2820 +331 -2501 -949 379 -1553 -135 -967 -85 -527 -289 -1889 -4304 --5958 -438 --187 -268 --1512 1353 -1948 3252 -2388 -781 -5180 1867 --751 -4145 --982 -2325 --3419 -2647 --973 -1495 --2270 -231 -511 1363 --1498 34 --2071 3507 -1102 2349 -1931 1020 --1021 -681 -778 1156 --1004 3133 -2927 395 -1619 1589 -2594 91 --233 -5387 --2536 880 --359 2972 -961 2130 -1181 -1938 -1158 -1271 --3452 -582 --2542 2762 --822 -351 --1839 1524 --848 550 -2460 1931 -1071 2909 -2508 -414 --1569 -823 -93 -18 --2291 986 --2137 -496 -1484 2106 -3577 -1070 --5 -2672 -2811 -384 --1778 -709 --811 256 --1444 -887 -1153 3074 -887 783 --717 304 --859 2457 --398 -327 --1426 2665 --5 2617 -2191 2787 -2641 -399 -137 251 -1299 -2485 --1281 -2090 -80 2269 844 -4551 +967 -85 1424 397 +527 -289 4231 -1354 +1889 -4304 1487 -2269 +-5958 -438 -286 -761 +-187 -268 412 -3871 +-1512 1353 -569 559 +1948 3252 1552 531 +2388 -781 -1091 -1850 +5180 1867 1299 -62 +-751 -4145 1694 390 +-982 -2325 504 341 +-3419 -2647 3848 -404 +-973 -1495 -497 -1212 +-2270 -231 -873 -1704 +511 1363 977 -812 +-1498 34 -2439 -2251 +-2071 3507 -2185 -1097 +1102 2349 -330 1897 +1931 1020 1523 994 +-1021 -681 551 -3854 +778 1156 -1330 1035 +-1004 3133 483 2683 +2927 395 -1106 -510 +1619 1589 -757 -379 +2594 91 193 261 +-233 -5387 732 288 +-2536 880 -321 767 +-359 2972 2466 1543 +961 2130 -316 -2189 +1181 -1938 1470 1522 +1158 -1271 904 467 +-3452 -582 -2369 -313 +-2542 2762 623 638 +-822 -351 -377 1592 +-1839 1524 901 -2396 +-848 550 -1951 -524 +2460 1931 -665 870 +1071 2909 -1348 2021 +2508 -414 -1072 -263 +-1569 -823 1768 1868 +93 -18 3669 -1495 +-2291 986 2302 600 +-2137 -496 -335 -392 +1484 2106 1531 -130 +3577 -1070 -133 -1024 +-5 -2672 645 -1063 +2811 -384 -227 -1220 +-1778 -709 752 1274 +-811 256 1921 1253 +-1444 -887 2442 -1258 +1153 3074 122 418 +887 783 363 -139 +-717 304 -1642 -1387 +-859 2457 855 -858 +-398 -327 1529 707 +-1426 2665 -1244 -1948 +-5 2617 -1115 1092 +2191 2787 1463 3466 +2641 -399 2944 92 +137 251 1994 -4162 +1299 -2485 -512 -3269 +-1281 -2090 -1468 -1895 +80 2269 -753 -1272 2309 1305 -1398 -1045 -1287 -77 -2420 1234 --235 600 -3441 -2447 -986 1598 -1222 -493 --238 2456 -273 -1541 --129 778 --1724 3181 -120 450 -2068 3055 -694 -3956 -182 -3836 --2971 -1198 --2396 843 --2649 1197 -1347 1679 -1091 -67 --319 -1770 -817 -1674 --1368 618 -414 -1658 --1868 260 --341 -182 -646 1849 -2590 -1054 --62 -3437 -2882 -1927 --245 -4795 --5007 -1469 -639 559 -687 1070 --380 -1648 --2846 -255 -1145 346 --2143 -3801 --789 -737 --1858 71 --317 1580 -787 -1242 --677 -2864 --1177 -56 --1414 2200 -1769 3562 --141 -2359 --721 -189 --444 -937 --565 -2967 --4161 387 --756 510 --61 1134 -583 1362 --207 -238 -124 1664 --335 35 --419 2927 -1824 4233 -838 875 -4053 -293 --260 -2724 -855 -469 -1517 836 +1398 -1045 -2947 -242 +1287 -77 -184 440 +2420 1234 36 -1894 +-235 600 594 -321 +3441 -2447 1126 3313 +986 1598 1127 -1938 +1222 -493 -843 486 +-238 2456 -978 3450 +273 -1541 -946 -618 +-129 778 1347 -74 +-1724 3181 -1454 -2294 +120 450 -1621 607 +2068 3055 -895 837 +694 -3956 -1918 -469 +182 -3836 -486 1650 +-2971 -1198 -1141 2198 +-2396 843 95 4434 +-2649 1197 1847 510 +1347 1679 1041 814 +1091 -67 1982 977 +-319 -1770 -1304 -59 +817 -1674 3709 882 +-1368 618 2551 -1970 +414 -1658 2325 -1826 +-1868 260 -1788 -3581 +-341 -182 -436 -1291 +646 1849 971 -191 +2590 -1054 1998 -857 +-62 -3437 -1517 -1536 +2882 -1927 2145 613 +-245 -4795 -1621 -2267 +-5007 -1469 -2573 -2926 +639 559 -689 -1487 +687 1070 -2687 1331 +-380 -1648 2019 1667 +-2846 -255 2533 -480 +1145 346 -4012 40 +-2143 -3801 -685 44 +-789 -737 -2014 -2885 +-1858 71 -3042 1766 +-317 1580 458 2757 +787 -1242 735 -1123 +-677 -2864 673 6 +-1177 -56 286 326 +-1414 2200 -1946 275 +1769 3562 -211 -542 +-141 -2359 -2913 -1435 +-721 -189 -351 39 +-444 -937 423 -812 +-565 -2967 -3037 -2803 +-4161 387 -655 329 +-756 510 -2819 -2263 +-61 1134 -1116 3421 +583 1362 -1023 2424 +-207 -238 -862 1568 +124 1664 1135 1609 +-335 35 -1148 502 +-419 2927 623 2750 +1824 4233 1486 1526 +838 875 -166 -834 +4053 -293 -818 396 +-260 -2724 1183 2127 +855 -469 1024 2485 diff --git a/AI_Engine_Development/AIE-ML/Design_Tutorials/07-Channelizer-Using-Vitis-Libraries/aie/channelizer/data/fft_front_o_5.txt b/AI_Engine_Development/AIE-ML/Design_Tutorials/07-Channelizer-Using-Vitis-Libraries/aie/channelizer/data/fft_front_o_5.txt index 8892fed11d..ced023535e 100644 --- a/AI_Engine_Development/AIE-ML/Design_Tutorials/07-Channelizer-Using-Vitis-Libraries/aie/channelizer/data/fft_front_o_5.txt +++ b/AI_Engine_Development/AIE-ML/Design_Tutorials/07-Channelizer-Using-Vitis-Libraries/aie/channelizer/data/fft_front_o_5.txt @@ -1,2048 +1,2048 @@ 892 -891 -734 -898 -1068 -1034 -1007 -810 -1235 -980 -1717 -485 -1507 -59 -1316 -189 -1476 -264 -1791 -134 -1444 -596 -1731 -1057 -1798 -1004 -1565 -715 -1174 -679 -1416 -632 -1285 -773 -1477 -525 -1228 -454 -1222 -801 -996 -633 -591 -577 -723 -1045 -923 -749 -833 -586 -1011 -690 -1147 -943 -1329 -847 -914 -332 -1133 -522 -1098 -474 -997 -941 -1029 -453 -975 -705 -1384 -781 -1578 -788 -1840 -528 -1454 -483 -1338 -346 -1152 -661 -1811 -1140 -2068 -900 -1827 -723 -1188 -1026 -1535 -1191 -1522 -747 -1221 -825 -1214 -552 -1292 -363 -1437 -528 -1481 -274 -1253 -100 -1516 -502 -2164 -722 -1784 -201 -1310 -507 -1428 -339 -1444 -595 -1587 -409 -1233 -259 -1078 -353 -1481 -373 -1759 -382 -1480 -369 -1469 -1485 +734 -898 -1299 -1420 +1068 -1034 -944 -1456 +1007 -810 -1190 -1727 +1235 -980 -1127 -2012 +1717 -485 -1276 -2276 +1507 -59 -1146 -2296 +1316 -189 -1153 -2032 +1476 -264 -861 -1603 +1791 -134 -952 -1782 +1444 -596 -671 -1856 +1731 -1057 -940 -1981 +1798 -1004 -595 -1913 +1565 -715 -542 -1394 +1174 -679 -745 -1404 +1416 -632 -653 -2097 +1285 -773 -493 -1646 +1477 -525 -707 -1862 +1228 -454 -178 -1826 +1222 -801 -244 -1789 +996 -633 -115 -1593 +591 -577 -256 -1738 +723 -1045 44 -1844 +923 -749 -97 -1488 +833 -586 -369 -1596 +1011 -690 -162 -1556 +1147 -943 -621 -1438 +1329 -847 -459 -1425 +914 -332 -148 -1427 +1133 -522 182 -1863 +1098 -474 406 -2000 +997 -941 614 -1441 +1029 -453 111 -897 +975 -705 -146 -1253 +1384 -781 -426 -1660 +1578 -788 -49 -1697 +1840 -528 -47 -1377 +1454 -483 230 -1902 +1338 -346 205 -1822 +1152 -661 -41 -1475 +1811 -1140 -34 -1556 +2068 -900 256 -1705 +1827 -723 26 -2029 +1188 -1026 29 -1969 +1535 -1191 327 -1784 +1522 -747 290 -1695 +1221 -825 70 -1838 +1214 -552 -305 -1965 +1292 -363 -68 -2000 +1437 -528 -48 -1411 +1481 -274 22 -1546 +1253 -100 683 -1362 +1516 -502 536 -1127 +2164 -722 688 -1399 +1784 -201 592 -1919 +1310 -507 662 -2355 +1428 -339 688 -1995 +1444 -595 823 -1830 +1587 -409 956 -1700 +1233 -259 1105 -1381 +1078 -353 1242 -1352 +1481 -373 1057 -1751 +1759 -382 695 -1958 +1480 -369 891 -2169 -644 221 --364 276 --263 593 --268 61 -145 -331 --20 127 --443 519 --524 337 --39 57 --169 389 --649 90 --872 305 --915 -55 --603 -77 --54 -362 --81 -64 --286 -284 --288 -19 --666 -560 --595 -847 --639 -208 --720 131 --845 152 --1039 -124 --595 -499 --325 -294 --411 -196 --726 321 --845 -62 --310 -59 --763 -209 --111 -940 -219 -348 --405 -571 --232 -685 --152 -537 --290 -457 --139 -490 -141 -607 -291 -693 -260 -572 -427 -292 -151 -204 -302 -437 -65 -709 --16 -351 --588 -55 --25 -440 -267 -548 -108 -593 -41 -624 --59 -435 --70 -501 --205 -150 --165 -296 --133 73 --332 -60 -44 -122 -224 -213 --93 78 --204 -125 --225 120 --366 -141 --101 -539 -281 6 +-364 276 -303 -7 +-263 593 -172 309 +-268 61 -308 94 +145 -331 35 261 +-20 127 -416 802 +-443 519 -750 544 +-524 337 -413 318 +-39 57 -239 499 +-169 389 -329 440 +-649 90 -480 296 +-872 305 -409 372 +-915 -55 -90 350 +-603 -77 93 381 +-54 -362 -141 555 +-81 -64 -452 496 +-286 -284 -351 290 +-288 -19 -148 765 +-666 -560 -433 534 +-595 -847 -149 75 +-639 -208 -54 541 +-720 131 -619 497 +-845 152 -436 100 +-1039 -124 -320 451 +-595 -499 -265 413 +-325 -294 -424 187 +-411 -196 -638 -166 +-726 321 -819 103 +-845 -62 -418 287 +-310 -59 -84 191 +-763 -209 -409 -364 +-111 -940 -464 -498 +219 -348 -341 60 +-405 -571 -748 245 +-232 -685 -675 9 +-152 -537 -307 -81 +-290 -457 -72 79 +-139 -490 -420 154 +141 -607 -458 -330 +291 -693 1 -346 +260 -572 -383 -232 +427 -292 -434 -310 +151 -204 -362 39 +302 -437 -151 26 +65 -709 -112 73 +-16 -351 -143 -45 +-588 -55 -473 247 +-25 -440 -565 279 +267 -548 -79 419 +108 -593 -39 414 +41 -624 -209 68 +-59 -435 -41 -53 +-70 -501 -108 145 +-205 -150 -274 445 +-165 -296 -373 195 +-133 73 -354 -107 +-332 -60 -712 -322 +44 -122 -571 -284 +224 -213 -760 -436 +-93 78 -329 -464 +-204 -125 -678 -54 +-225 120 -383 -382 +-366 -141 -371 113 +-101 -539 -266 -31 -28 225 --15 186 -132 -70 -624 113 -620 396 -287 -188 -107 -256 -240 142 -194 326 -478 193 -249 524 --85 266 -264 330 -641 182 -876 326 -650 116 -839 242 -539 123 -580 -375 -327 -260 -100 -209 -319 260 -76 232 -242 72 -144 -91 -390 -146 -39 343 --594 -98 --147 -10 --57 504 -174 200 -453 270 --4 554 --43 54 -5 7 -47 -30 -275 171 -247 128 --103 17 --373 47 --28 135 -11 250 --64 308 --239 462 -42 280 --200 149 --55 -120 -291 243 -194 266 --125 265 --61 267 --308 483 --380 73 --386 -18 --101 -283 -47 39 -10 139 --447 347 --622 195 -247 231 -355 482 --335 -71 --34 -519 -397 -8 -90 274 +-15 186 23 286 +132 -70 52 105 +624 113 66 -91 +620 396 86 -229 +287 -188 -193 -145 +107 -256 -303 3 +240 142 -217 82 +194 326 -133 62 +478 193 -191 -139 +249 524 -185 86 +-85 266 -327 -66 +264 330 -102 -160 +641 182 -28 -245 +876 326 -89 -168 +650 116 -230 -185 +839 242 -432 216 +539 123 -686 -157 +580 -375 -138 -358 +327 -260 -302 27 +100 -209 -634 407 +319 260 -439 406 +76 232 138 329 +242 72 -120 171 +144 -91 8 -105 +390 -146 149 139 +39 343 -501 60 +-594 -98 -386 -365 +-147 -10 278 114 +-57 504 178 330 +174 200 -45 220 +453 270 -184 -93 +-4 554 92 -181 +-43 54 85 -291 +5 7 62 -113 +47 -30 -255 -97 +275 171 -146 -270 +247 128 -90 59 +-103 17 -23 61 +-373 47 -80 -127 +-28 135 293 -67 +11 250 336 118 +-64 308 227 -58 +-239 462 -315 307 +42 280 -357 195 +-200 149 144 -111 +-55 -120 219 -36 +291 243 208 -98 +194 266 44 149 +-125 265 -133 6 +-61 267 325 57 +-308 483 349 170 +-380 73 360 -152 +-386 -18 445 140 +-101 -283 129 315 +47 39 39 -36 +10 139 168 -255 +-447 347 239 103 +-622 195 -100 64 +247 231 -57 -473 +355 482 214 -123 +-335 -71 168 -170 +-34 -519 273 -22 +397 -8 61 75 -68 17 -16 25 -6 -32 --275 148 --479 226 --233 -141 -293 -63 --113 216 --164 408 --317 294 -201 -147 --68 346 --399 325 -17 82 -653 1 -254 177 --380 -5 --185 227 --221 552 --219 396 -70 116 -291 198 --69 140 --2 177 -116 195 -27 -23 -176 -193 -231 160 -219 341 -416 61 -507 49 --76 71 --9 -70 -280 -318 -211 -556 -52 -422 --401 200 --576 -167 -244 -139 -34 256 --18 -201 -225 -28 --368 -172 --328 -181 -16 248 -487 233 -520 -70 -162 -128 -31 28 --71 -27 --19 -184 --120 -77 --150 -309 -191 -698 -236 -372 --333 -120 --218 167 --82 544 -242 301 -631 -31 -151 -194 --399 -391 --272 -245 --99 54 -250 -5 +16 25 18 -350 +6 -32 244 36 +-275 148 -214 -157 +-479 226 -242 -265 +-233 -141 -42 -191 +293 -63 -220 53 +-113 216 -207 -13 +-164 408 123 -124 +-317 294 80 41 +201 -147 -97 97 +-68 346 -294 -34 +-399 325 20 -224 +17 82 349 160 +653 1 191 364 +254 177 -226 79 +-380 -5 274 -299 +-185 227 386 -162 +-221 552 280 -451 +-219 396 106 188 +70 116 -498 194 +291 198 -142 11 +-69 140 95 -179 +-2 177 40 -220 +116 195 -353 -48 +27 -23 -279 22 +176 -193 -142 144 +231 160 -29 197 +219 341 5 219 +416 61 -451 -57 +507 49 -442 -365 +-76 71 14 227 +-9 -70 -1 294 +280 -318 97 -2 +211 -556 120 159 +52 -422 340 294 +-401 200 474 233 +-576 -167 194 -318 +244 -139 334 -262 +34 256 -39 137 +-18 -201 -225 34 +225 -28 -120 11 +-368 -172 137 38 +-328 -181 88 213 +16 248 128 -82 +487 233 447 -97 +520 -70 35 -183 +162 -128 -65 -148 +31 28 -227 35 +-71 -27 -382 -410 +-19 -184 -176 -508 +-120 -77 -232 -198 +-150 -309 198 181 +191 -698 177 276 +236 -372 198 88 +-333 -120 270 166 +-218 167 37 104 +-82 544 -24 -72 +242 301 157 332 +631 -31 202 520 +151 -194 153 -91 +-399 -391 118 -161 +-272 -245 -214 -106 +-99 54 -51 -169 2323 -1084 -3467 -1319 -1422 -491 -3038 -1174 -2100 -292 -982 -373 -1950 -2083 -2328 -1159 -2803 -986 -2125 -1453 -4233 -1116 -1640 -306 -2275 -7 -1679 -2330 -2392 -681 -2640 -331 -2910 -1407 -1333 -1254 -4194 -1037 -2413 -1609 -2363 -962 -3622 -1280 -3071 470 -2221 -828 -2413 -1089 -3390 -10 -2832 -155 -1345 -116 -2308 -1643 -2221 372 -3998 -1342 -2228 244 -2021 -745 -3732 221 -2298 -622 -2685 282 -2127 -929 -2730 -1124 -2221 -751 -4247 292 -2503 1626 -1844 87 -2313 -1022 -3840 -511 -1288 875 -2743 -899 -2674 -1225 -1382 -645 -2564 -307 -2544 -427 -1893 -300 -2782 -151 -2388 358 -1908 657 -1842 -2295 -2714 236 -2755 -1670 -2770 22 -2322 -704 -2465 -826 -2845 318 -2182 490 -2522 550 -2457 -1179 -336 895 +3467 -1319 1406 1238 +1422 -491 502 454 +3038 -1174 1622 799 +2100 -292 589 1305 +982 -373 1327 1206 +1950 -2083 -131 1157 +2328 -1159 367 1230 +2803 -986 -466 1659 +2125 -1453 1408 1422 +4233 -1116 -581 816 +1640 -306 887 1460 +2275 -7 -660 846 +1679 -2330 -143 767 +2392 -681 1520 480 +2640 -331 565 1540 +2910 -1407 -919 208 +1333 -1254 1235 2265 +4194 -1037 -1069 749 +2413 -1609 -177 1973 +2363 -962 -730 1019 +3622 -1280 -98 1787 +3071 470 -423 1572 +2221 -828 -983 366 +2413 -1089 -200 920 +3390 -10 -334 227 +2832 -155 709 -30 +1345 -116 -547 1571 +2308 -1643 668 1643 +2221 372 -285 1839 +3998 -1342 -1057 1625 +2228 244 -1567 800 +2021 -745 -596 -120 +3732 221 588 652 +2298 -622 1038 446 +2685 282 -1595 2144 +2127 -929 884 897 +2730 -1124 -371 1370 +2221 -751 -371 876 +4247 292 -855 436 +2503 1626 665 2252 +1844 87 718 890 +2313 -1022 707 1429 +3840 -511 -282 1341 +1288 875 -527 2041 +2743 -899 246 -146 +2674 -1225 -564 451 +1382 -645 609 992 +2564 -307 -982 1759 +2544 -427 -771 832 +1893 -300 395 1543 +2782 -151 -1389 1340 +2388 358 612 510 +1908 657 -40 1448 +1842 -2295 1344 1663 +2714 236 -446 1203 +2755 -1670 -866 1863 +2770 22 -177 1969 +2322 -704 -1545 639 +2465 -826 -1725 1104 +2845 318 507 503 +2182 490 264 -87 +2522 550 -406 886 +2457 -1179 -222 2217 394 471 -554 615 --206 384 -1612 1336 -63 117 --929 -270 -600 -133 -653 627 -393 999 -633 -1959 -698 84 -238 -855 -897 1350 -687 336 --189 2104 -615 -1103 --142 408 -388 -42 -1854 209 -84 758 --257 155 -631 627 -953 10 -1299 133 -1024 1807 --157 74 --177 336 -68 -1306 -1934 654 -655 -8 -1483 -438 -320 2675 -235 -1057 -1255 642 -333 936 -275 910 -585 458 -178 1201 -745 986 --457 576 --1022 621 --348 248 -976 -549 --195 843 -1537 436 --2145 -227 -1846 918 -1185 868 -240 856 --2 -9 --762 1137 --15 545 --145 517 --925 -70 --9 1850 --537 -394 -340 1625 -530 911 --348 576 --339 -593 --490 1044 --295 -420 -368 1223 -909 529 -281 -606 +554 615 316 750 +-206 384 -282 -507 +1612 1336 569 489 +63 117 -1126 -595 +-929 -270 -96 -1119 +600 -133 1313 580 +653 627 205 703 +393 999 347 -329 +633 -1959 1391 116 +698 84 335 58 +238 -855 -675 378 +897 1350 407 709 +687 336 -239 -208 +-189 2104 -425 138 +615 -1103 1160 18 +-142 408 -191 432 +388 -42 -1151 -88 +1854 209 1450 -168 +84 758 -154 286 +-257 155 -404 349 +631 627 1864 -371 +953 10 -258 1103 +1299 133 146 -283 +1024 1807 400 86 +-157 74 799 -533 +-177 336 578 -767 +68 -1306 -451 -229 +1934 654 -360 1829 +655 -8 1350 539 +1483 -438 355 230 +320 2675 -940 1184 +235 -1057 -841 162 +1255 642 920 -410 +333 936 481 990 +275 910 240 800 +585 458 -816 -435 +178 1201 215 -450 +745 986 757 541 +-457 576 -1045 737 +-1022 621 257 -875 +-348 248 -1082 31 +976 -549 -377 661 +-195 843 -561 805 +1537 436 -740 -179 +-2145 -227 76 465 +1846 918 -167 -1422 +1185 868 -175 823 +240 856 262 383 +-2 -9 103 -463 +-762 1137 693 151 +-15 545 204 9 +-145 517 -735 -416 +-925 -70 34 -1248 +-9 1850 1290 -254 +-537 -394 576 -760 +340 1625 465 -641 +530 911 -188 623 +-348 576 1146 280 +-339 -593 -1120 736 +-490 1044 723 125 +-295 -420 -172 1097 +368 1223 33 -387 +909 529 280 1407 -71 486 -1452 665 -335 175 --1294 1840 -839 -644 -956 -172 -351 262 --149 427 -1001 -388 --276 -398 -279 -1603 -1096 124 --168 378 -482 595 --664 -1280 -169 283 --299 -652 -756 95 -789 375 --149 -732 --138 548 --301 -346 -668 -398 --25 -318 -1124 -1 --342 639 --103 -730 -1858 -132 --925 1077 -503 1025 -605 940 --597 62 -871 -768 -820 1242 -674 -24 --476 1127 -13 664 --7 124 -97 -48 -128 223 --755 1333 -275 -406 --811 167 -429 646 --402 666 -302 -618 --616 841 --680 -31 -190 -444 --489 -879 --441 415 -585 -1369 -18 773 -463 -150 --920 998 --1015 -152 --579 -45 --77 -805 --226 633 --739 1643 --66 -1430 -760 -662 -28 1377 --1331 -255 237 747 +1452 665 62 72 +335 175 530 305 +-1294 1840 924 676 +839 -644 115 460 +956 -172 185 -377 +351 262 -107 238 +-149 427 393 670 +1001 -388 173 -307 +-276 -398 104 658 +279 -1603 -932 16 +1096 124 565 1151 +-168 378 -352 599 +482 595 -660 851 +-664 -1280 -399 -332 +169 283 -654 463 +-299 -652 -810 -519 +756 95 623 355 +789 375 -1333 599 +-149 -732 -1018 -504 +-138 548 -916 -210 +-301 -346 -67 1454 +668 -398 -275 276 +-25 -318 213 -858 +1124 -1 -313 748 +-342 639 -377 -843 +-103 -730 408 -1627 +1858 -132 -797 1418 +-925 1077 -1473 -96 +503 1025 -480 -889 +605 940 144 -1192 +-597 62 622 106 +871 -768 -734 -83 +820 1242 474 -104 +674 -24 -1292 -716 +-476 1127 -245 93 +13 664 -516 -424 +-7 124 -1762 -196 +97 -48 -178 971 +128 223 -35 -396 +-755 1333 -1667 1291 +275 -406 1022 -217 +-811 167 -918 -1533 +429 646 38 -955 +-402 666 1117 246 +302 -618 308 422 +-616 841 -3 -727 +-680 -31 -677 237 +190 -444 -228 -1286 +-489 -879 96 157 +-441 415 -728 577 +585 -1369 406 -896 +18 773 85 127 +463 -150 -276 -1522 +-920 998 571 -1017 +-1015 -152 1035 -452 +-579 -45 329 -430 +-77 -805 -369 -342 +-226 633 1513 -388 +-739 1643 526 210 +-66 -1430 -1122 161 +760 -662 1225 563 +28 1377 -703 -1339 +-1331 -255 487 505 -59 125 -276 55 -134 -407 -262 -466 -733 416 -1195 1165 --521 547 -365 -643 --698 -389 -1577 92 --504 76 --341 -1158 -7 850 -708 1295 --492 826 -237 -1444 --72 -598 --1030 713 -683 -645 -95 -287 -1051 664 --35 -762 -157 157 --400 -33 -38 519 -577 203 --841 952 --394 448 --368 268 -400 1178 --276 -691 -604 -783 -541 682 -1123 386 -25 -461 --697 126 --393 -1387 -1063 965 --735 457 -157 -1432 -772 1075 --712 -666 -813 -831 --593 -132 --731 652 --79 585 --298 -563 --322 -831 -100 173 -803 -350 -61 22 -1005 4 -1240 537 -669 1067 --574 -986 --437 -461 --774 36 -338 -416 -1073 638 -534 -33 -521 -1935 -340 -346 -192 486 --414 -28 296 -770 +276 55 -449 2039 +134 -407 -432 -1071 +262 -466 -52 27 +733 416 304 117 +1195 1165 -435 266 +-521 547 -118 -99 +365 -643 -176 589 +-698 -389 -116 739 +1577 92 -685 -1181 +-504 76 -634 91 +-341 -1158 959 -330 +7 850 -1284 838 +708 1295 -1068 292 +-492 826 -377 -1109 +237 -1444 191 -83 +-72 -598 -179 1777 +-1030 713 -18 -1014 +683 -645 -503 457 +95 -287 -1429 -1856 +1051 664 400 -452 +-35 -762 115 587 +157 157 477 207 +-400 -33 -646 -774 +38 519 -741 -379 +577 203 -170 484 +-841 952 -28 -330 +-394 448 -356 -131 +-368 268 670 279 +400 1178 1178 -750 +-276 -691 -309 959 +604 -783 -981 418 +541 682 684 -158 +1123 386 335 -93 +25 -461 -79 -279 +-697 126 429 279 +-393 -1387 841 -441 +1063 965 670 -640 +-735 457 -1578 -298 +157 -1432 -120 -917 +772 1075 -79 -362 +-712 -666 191 977 +813 -831 70 662 +-593 -132 -400 -331 +-731 652 579 1321 +-79 585 -111 -9 +-298 -563 787 -101 +-322 -831 -150 271 +100 173 215 57 +803 -350 1165 316 +61 22 -689 291 +1005 4 -23 637 +1240 537 -1181 1016 +669 1067 283 40 +-574 -986 -535 -647 +-437 -461 -43 425 +-774 36 681 -822 +338 -416 -704 -191 +1073 638 -445 310 +534 -33 -116 -330 +521 -1935 765 213 +340 -346 -706 -842 +192 486 -298 166 +-414 -28 209 48 1107 45 -79 -491 -2299 -652 --1314 927 -1945 -318 -706 -4268 -89 1546 -1278 -672 --545 -1789 --256 -1003 --3959 -929 --220 -144 --1019 509 -1415 3103 --549 218 -43 315 -629 1054 -1687 1073 --2584 -981 --61 1777 -560 927 --184 369 -864 312 -2936 -371 -1451 1672 --1489 -922 -27 625 -2163 610 -1468 1015 -1415 -918 --2612 986 -1906 -289 -2540 340 --115 -1111 -715 943 -519 -518 --530 -300 -309 1320 -1005 -627 --2584 -355 --123 -1474 -456 -77 --28 2142 --890 1062 -2317 -292 -1268 2360 -1174 1667 -2230 371 -145 -183 --217 1285 -1653 212 -1078 -1988 -896 -656 --1009 -233 -1150 4007 -2076 -364 -268 2161 --553 -69 --469 455 -596 1451 -858 -1183 -682 -244 --775 -965 -1056 2973 2753 -700 +79 -491 -1826 -1271 +2299 -652 -792 -659 +-1314 927 -2527 296 +1945 -318 -485 -641 +706 -4268 -794 1205 +89 1546 1520 -669 +1278 -672 -978 -126 +-545 -1789 532 -2301 +-256 -1003 -1946 -646 +-3959 -929 681 -503 +-220 -144 -857 -854 +-1019 509 926 191 +1415 3103 985 -1912 +-549 218 -2064 -1996 +43 315 -7 -983 +629 1054 1015 -103 +1687 1073 -1067 -3380 +-2584 -981 721 -771 +-61 1777 -996 -1873 +560 927 429 201 +-184 369 982 -1468 +864 312 -186 -1498 +2936 -371 1554 262 +1451 1672 1542 -1177 +-1489 -922 -1007 1225 +27 625 649 1264 +2163 610 1673 -3753 +1468 1015 -3283 -2165 +1415 -918 -1440 -1376 +-2612 986 9 -479 +1906 -289 -830 -684 +2540 340 1139 -849 +-115 -1111 -1600 -1940 +715 943 -2373 -137 +519 -518 3282 -1656 +-530 -300 -1859 -2171 +309 1320 -52 155 +1005 -627 669 -411 +-2584 -355 1836 233 +-123 -1474 -204 -3777 +456 -77 -1114 -189 +-28 2142 -403 -1750 +-890 1062 1499 -604 +2317 -292 1648 -3263 +1268 2360 88 1065 +1174 1667 689 -252 +2230 371 -499 216 +145 -183 3032 -551 +-217 1285 2688 -983 +1653 212 -16 -1652 +1078 -1988 2189 -2246 +896 -656 -1464 -745 +-1009 -233 -464 -2460 +1150 4007 -2995 -1331 +2076 -364 1020 1650 +268 2161 1192 -1107 +-553 -69 180 -2390 +-469 455 1840 -159 +596 1451 2178 -737 +858 -1183 -1618 -741 +682 -244 -1504 605 +-775 -965 1518 969 +1056 2973 492 -1067 12 -828 --1204 -1338 -254 -2412 --2418 -2341 --699 380 -928 135 --1921 -1578 --896 -1323 -132 -1000 --1599 613 --1105 -1142 -441 -89 --1043 -2359 --62 -889 --326 -3483 --1202 1813 -754 -1538 --2364 -1416 --2334 1433 -1442 -487 -1111 -676 --153 -2409 -475 -1383 -1047 -749 --1581 -3374 -1954 -341 -769 -956 -2733 612 --693 -2345 --512 -2586 --402 -261 --158 -2952 --658 2663 --963 -2067 --178 -350 -479 -1103 -377 -286 -1448 -2284 --716 -1170 -394 -1431 -1231 106 -239 309 --931 -565 -13 -1383 --3195 383 -5292 1438 -186 -1321 -378 -1000 --185 -2468 --553 1120 -800 -675 -2175 521 -1256 -676 -1528 195 -642 -1886 -2487 1661 -1933 -2088 -174 -1424 -1761 -498 -1291 -369 -2150 -1728 -928 1479 -2004 -1364 --64 -264 777 2252 +-1204 -1338 640 -1142 +254 -2412 853 749 +-2418 -2341 434 -1697 +-699 380 662 852 +928 135 537 563 +-1921 -1578 -725 -978 +-896 -1323 1853 -40 +132 -1000 518 210 +-1599 613 -2390 -767 +-1105 -1142 1325 -1135 +441 -89 1404 -905 +-1043 -2359 -374 -1032 +-62 -889 -915 -353 +-326 -3483 1315 297 +-1202 1813 -76 -875 +754 -1538 844 -1915 +-2364 -1416 1951 -1531 +-2334 1433 -1992 -1035 +1442 -487 -99 761 +1111 -676 594 -1300 +-153 -2409 -1223 660 +475 -1383 1983 -1629 +1047 -749 724 -86 +-1581 -3374 122 -1128 +1954 -341 559 1096 +769 -956 144 1868 +2733 612 1445 -435 +-693 -2345 977 -2383 +-512 -2586 -2393 -483 +-402 -261 692 25 +-158 -2952 2409 337 +-658 2663 2403 795 +-963 -2067 592 374 +-178 -350 1684 -1479 +479 -1103 632 -1883 +377 -286 976 611 +1448 -2284 494 512 +-716 -1170 -432 407 +394 -1431 1624 -775 +1231 106 259 1966 +239 309 1818 503 +-931 -565 103 -1044 +13 -1383 696 -1524 +-3195 383 1136 1492 +5292 1438 -266 50 +186 -1321 1979 3010 +378 -1000 1838 -2392 +-185 -2468 -399 -1181 +-553 1120 -80 360 +800 -675 593 -471 +2175 521 -506 -299 +1256 -676 2303 193 +1528 195 416 917 +642 -1886 -1259 -1442 +2487 1661 -885 503 +1933 -2088 1055 788 +174 -1424 -229 -730 +1761 -498 588 1158 +1291 -369 390 588 +2150 -1728 512 129 +928 1479 1122 -809 +2004 -1364 374 -124 +-64 -264 1750 -1806 619 -1449 --1227 -2315 --1152 -41 -1168 -3233 --2093 1015 --1548 921 -603 753 -1888 -1256 --30 -1797 -1 -1257 --1542 855 --1178 -793 -1239 -2066 --971 -2369 --1243 1064 --1799 -966 --1568 246 --2372 -1116 --1662 1123 -131 1874 -684 362 -712 -126 -176 -300 --193 736 --1983 751 --388 -272 -1746 1289 --861 1708 -2302 -1300 --317 -1234 --170 -426 -1544 884 --1477 681 --304 -384 --459 1115 -1469 -1188 -222 -239 --801 153 -230 2301 -1646 651 -1817 -2361 --1236 2232 -1324 328 --34 -1805 -290 -1471 -200 2218 -620 -533 --370 52 --1766 -4 -768 573 --197 -261 --712 825 --829 -1825 -361 11 --577 -1794 -1100 1177 --424 84 -149 1103 -2521 -774 --270 -3996 --1885 1321 --660 1579 --1107 -1271 -1419 -770 -1341 -1281 +-1227 -2315 156 76 +-1152 -41 -1523 1130 +1168 -3233 -1755 -147 +-2093 1015 -240 442 +-1548 921 660 1815 +603 753 472 -62 +1888 -1256 96 -435 +-30 -1797 -161 385 +1 -1257 -1191 -1778 +-1542 855 906 395 +-1178 -793 -989 -1523 +1239 -2066 -303 -699 +-971 -2369 411 -128 +-1243 1064 -483 1370 +-1799 -966 288 116 +-1568 246 2049 196 +-2372 -1116 -387 -914 +-1662 1123 -316 -602 +131 1874 673 1941 +684 362 1887 -293 +712 -126 793 -3472 +176 -300 -531 -1091 +-193 736 -3 1134 +-1983 751 72 -1823 +-388 -272 663 -539 +1746 1289 -722 1401 +-861 1708 1945 -2594 +2302 -1300 1347 -750 +-317 -1234 231 -459 +-170 -426 -794 948 +1544 884 -1558 -1599 +-1477 681 1392 110 +-304 -384 -2520 -157 +-459 1115 1322 751 +1469 -1188 507 -1886 +222 -239 -128 1104 +-801 153 1786 -1533 +230 2301 -2214 -1412 +1646 651 557 1727 +1817 -2361 2221 -1428 +-1236 2232 -1835 -260 +1324 328 981 1453 +-34 -1805 153 557 +290 -1471 -703 -1364 +200 2218 -70 -1180 +620 -533 -503 526 +-370 52 1041 -1051 +-1766 -4 536 1366 +768 573 225 -826 +-197 -261 1189 -2107 +-712 825 -1085 1671 +-829 -1825 1116 -674 +361 11 26 1513 +-577 -1794 -1420 -924 +1100 1177 -1381 355 +-424 84 -755 682 +149 1103 669 265 +2521 -774 -1325 -454 +-270 -3996 -985 759 +-1885 1321 2372 64 +-660 1579 -2439 -308 +-1107 -1271 1541 3455 +1419 -770 -934 -1999 403 827 -949 508 --707 1014 -729 1254 -1550 -1356 --1157 -595 -863 165 -345 273 -1727 276 --1951 -2524 -165 296 --1308 892 -1078 -1364 --880 -1750 --579 -724 --381 1278 --116 290 -1945 -438 --312 179 -1096 82 --1913 -1205 --582 1238 -29 -1152 -275 244 --237 -1027 --1469 404 -553 302 --352 -87 -5 -503 --2132 -1730 --287 2509 --1 1808 -483 -780 --3000 303 --70 2127 --75 158 -1600 2580 --429 -837 -430 -625 --837 2764 --2279 -1724 -942 1349 --604 1202 -1157 592 -576 -2490 --2447 -2391 --1180 1623 --85 2167 --315 -1089 --1024 6 -72 400 --867 292 --730 -1302 --634 -1256 -657 1049 -1603 -771 -2022 -445 -475 -760 --1698 -2926 --1171 -1593 --588 2661 -1106 583 -346 -833 -2027 -796 -435 974 +949 508 1110 -2983 +-707 1014 -533 1544 +729 1254 471 929 +1550 -1356 893 622 +-1157 -595 -395 435 +863 165 260 790 +345 273 1360 -357 +1727 276 -313 -1385 +-1951 -2524 3 1756 +165 296 353 -1097 +-1308 892 -1746 394 +1078 -1364 1647 -1294 +-880 -1750 217 -656 +-579 -724 -1213 880 +-381 1278 -340 1096 +-116 290 -392 -2396 +1945 -438 -272 2999 +-312 179 306 -1076 +1096 82 1343 1935 +-1913 -1205 -310 511 +-582 1238 -151 -824 +29 -1152 -997 -164 +275 244 361 1097 +-237 -1027 798 519 +-1469 404 906 167 +553 302 1472 -696 +-352 -87 -80 89 +5 -503 -988 197 +-2132 -1730 949 1565 +-287 2509 1826 -1126 +-1 1808 1726 -637 +483 -780 -493 336 +-3000 303 -641 1029 +-70 2127 828 731 +-75 158 -635 -1837 +1600 2580 -2267 -1324 +-429 -837 -1257 772 +430 -625 1287 942 +-837 2764 -242 484 +-2279 -1724 -893 807 +942 1349 -46 -1115 +-604 1202 -422 -1870 +1157 592 791 1226 +576 -2490 -1562 -2171 +-2447 -2391 -590 1106 +-1180 1623 -450 728 +-85 2167 458 -365 +-315 -1089 924 -974 +-1024 6 -912 492 +72 400 1971 1017 +-867 292 -244 -5 +-730 -1302 1280 -2007 +-634 -1256 -1103 -1451 +657 1049 174 1981 +1603 -771 -924 -1656 +2022 -445 -1189 982 +475 -760 1253 1360 +-1698 -2926 -55 -1313 +-1171 -1593 -487 -1749 +-588 2661 -2180 -133 +1106 583 692 1617 +346 -833 321 471 +2027 -796 -116 934 -1912 177 --2900 611 --2766 951 -1733 -433 --3009 -854 -1252 6413 -851 -720 --1570 1848 -1664 4357 -773 1535 -4857 1568 -231 -1291 -1918 -2214 --1187 -2560 -1139 666 -130 -1234 --300 -502 --909 -653 -2201 1813 --1222 -1293 --401 -268 --1465 1809 --2141 -1848 --3899 1894 --2512 -937 -2469 1490 --690 -935 --546 -852 --1511 1070 --1191 1390 -2173 -704 --2109 298 --2618 658 --1015 1119 --1654 -127 --214 1967 -3805 1947 --1347 -866 --133 2502 -2576 -869 --100 -1547 -1809 -689 -385 -2120 -808 -1569 --2068 -1147 --2579 -1741 --2084 -1108 --1189 1702 -764 1939 -1678 -1308 --2522 843 --306 3645 --624 325 -3402 -188 --82 -3256 --3120 1791 -191 -1004 -486 1014 -1885 126 --1538 -997 --1290 2333 --427 -1356 -1373 164 --1676 -2770 -2962 291 +-2900 611 2945 2066 +-2766 951 2365 1169 +1733 -433 2182 -1278 +-3009 -854 1810 64 +1252 6413 1128 -3353 +851 -720 -854 -1489 +-1570 1848 1221 -1477 +1664 4357 -353 1345 +773 1535 2307 129 +4857 1568 1771 944 +231 -1291 2235 -867 +1918 -2214 221 -321 +-1187 -2560 438 3677 +1139 666 1651 2952 +130 -1234 1210 -700 +-300 -502 1013 526 +-909 -653 1282 2172 +2201 1813 932 452 +-1222 -1293 1422 1198 +-401 -268 2074 931 +-1465 1809 1399 572 +-2141 -1848 2269 228 +-3899 1894 -442 -1243 +-2512 -937 -1344 2832 +2469 1490 2785 -939 +-690 -935 -2205 -679 +-546 -852 -1244 4858 +-1511 1070 5014 943 +-1191 1390 3436 -753 +2173 -704 1931 -810 +-2109 298 4598 1334 +-2618 658 199 1414 +-1015 1119 3130 2947 +-1654 -127 2644 -870 +-214 1967 -2881 316 +3805 1947 2417 3760 +-1347 -866 2749 -25 +-133 2502 1903 -735 +2576 -869 441 -1274 +-100 -1547 980 2840 +1809 -689 730 -2012 +385 -2120 -74 1130 +808 -1569 -1615 -930 +-2068 -1147 -1584 3510 +-2579 -1741 334 126 +-2084 -1108 449 861 +-1189 1702 523 72 +764 1939 -3596 -691 +1678 -1308 -2498 3616 +-2522 843 1601 2609 +-306 3645 -790 3444 +-624 325 1845 1851 +3402 -188 1242 3414 +-82 -3256 3130 1313 +-3120 1791 -905 -3162 +191 -1004 -771 -8 +486 1014 -147 3553 +1885 126 494 1299 +-1538 -997 -201 2263 +-1290 2333 2380 2798 +-427 -1356 2007 1794 +1373 164 -2550 -1379 +-1676 -2770 -293 159 -1055 -1737 -453 -271 --188 1056 -2041 115 -767 -3062 --838 -3096 -1019 895 --1180 -530 --1682 -725 -1470 903 -448 -643 --1226 -444 -2007 255 --1332 -1461 -2596 838 -1810 -4453 --1479 -245 -4453 -258 -719 -4817 --3102 -3768 --2405 -360 --581 128 --3570 871 --3925 -345 -1214 1752 --2964 -1120 --374 -85 --3791 -368 --2195 1365 --122 2649 --1381 630 -1881 -518 -1025 -5745 --361 1991 -681 -2098 -377 -1208 -130 -1521 --1549 2164 -2212 -653 -1919 335 -1573 -3104 -1883 -1162 -1912 1323 -1071 320 -5933 -2006 --4324 -4119 --2066 1994 --896 -1187 -1309 1744 -2375 -2832 -2430 -1427 --2635 -2098 --277 939 -766 160 -1065 1512 --1147 -2098 --2153 1304 -412 1273 --306 -308 -120 1902 --1563 2295 -2068 -1949 --2712 143 --387 740 -1166 -3488 +453 -271 -1321 -452 +-188 1056 -1342 -780 +2041 115 -2122 1843 +767 -3062 164 -2274 +-838 -3096 -2126 1026 +1019 895 -2364 322 +-1180 -530 -3139 -1438 +-1682 -725 -1647 529 +1470 903 1432 436 +448 -643 -2943 1594 +-1226 -444 -1036 2032 +2007 255 871 1761 +-1332 -1461 3580 704 +2596 838 -1343 -1204 +1810 -4453 -816 53 +-1479 -245 -719 2380 +4453 -258 -660 2560 +719 -4817 1336 2092 +-3102 -3768 -593 -1376 +-2405 -360 41 1648 +-581 128 -2080 -989 +-3570 871 -1777 1573 +-3925 -345 -499 1834 +1214 1752 -699 2957 +-2964 -1120 -876 -1322 +-374 -85 -450 -1636 +-3791 -368 -1778 2063 +-2195 1365 241 1931 +-122 2649 3570 -1275 +-1381 630 -1231 -1370 +1881 -518 -1737 -3074 +1025 -5745 -1268 -3031 +-361 1991 -2773 621 +681 -2098 -4005 252 +377 -1208 -687 1008 +130 -1521 -861 1014 +-1549 2164 364 863 +2212 -653 288 -1097 +1919 335 438 56 +1573 -3104 -431 -1463 +1883 -1162 -536 -559 +1912 1323 3 660 +1071 320 401 2135 +5933 -2006 -863 -2721 +-4324 -4119 -298 947 +-2066 1994 -2494 -1824 +-896 -1187 -2758 4256 +1309 1744 1465 2940 +2375 -2832 1306 -392 +2430 -1427 -1267 1775 +-2635 -2098 1367 -240 +-277 939 -2171 467 +766 160 699 2038 +1065 1512 -470 2692 +-1147 -2098 1741 223 +-2153 1304 -3055 -831 +412 1273 384 1253 +-306 -308 -4017 -3360 +120 1902 864 -1152 +-1563 2295 -2053 -206 +2068 -1949 -1266 571 +-2712 143 -790 1485 +-387 740 -2953 1570 -1024 758 --1640 1973 -619 -823 --437 2257 -2100 -604 -1021 -1112 --2313 -2349 --2913 1118 --1700 3334 --72 2196 -1335 918 --561 1772 --1846 3342 -1715 3597 -3706 -1112 -3966 768 -2802 -655 -2704 1285 -963 -3536 --1113 -3542 --171 -1009 --939 714 --131 1511 -577 -1858 -1972 -1232 -1289 -982 --2017 -825 --292 -3149 --3424 -56 -59 255 -82 -376 --561 -1682 -1232 -54 --754 -293 -1585 -1726 --769 450 -316 -667 -2564 -1166 --1202 -3948 --2727 -735 --979 2710 -3652 -2843 --29 -1053 --167 2067 -1426 1259 -311 -2773 -804 -331 -2196 660 -2816 213 --1209 898 -1124 -373 -902 1122 -3124 944 --1355 -443 -3089 1227 --415 -1039 -2352 -804 -740 -980 --3543 286 -2828 3935 -4265 -186 --727 -1709 -2802 1047 -385 1993 348 1827 +-1640 1973 -266 1119 +619 -823 1039 -1928 +-437 2257 761 -628 +2100 -604 -753 -1646 +1021 -1112 -2183 -2219 +-2313 -2349 -1680 686 +-2913 1118 -1341 -614 +-1700 3334 -37 -129 +-72 2196 2210 1683 +1335 918 778 -3124 +-561 1772 -1236 -1208 +-1846 3342 130 -777 +1715 3597 -514 -1545 +3706 -1112 1628 -1870 +3966 768 -360 -1726 +2802 -655 -2902 -349 +2704 1285 -2061 782 +963 -3536 2390 93 +-1113 -3542 -1286 -2555 +-171 -1009 -2668 2237 +-939 714 -1144 3795 +-131 1511 1398 1584 +577 -1858 981 -557 +1972 -1232 -341 1201 +1289 -982 10 2808 +-2017 -825 -134 -351 +-292 -3149 -1718 3536 +-3424 -56 1561 628 +59 255 180 1333 +82 -376 412 916 +-561 -1682 1403 1685 +1232 -54 -1723 -827 +-754 -293 3098 -20 +1585 -1726 399 -795 +-769 450 278 2721 +316 -667 1881 -2742 +2564 -1166 -786 2439 +-1202 -3948 4187 1089 +-2727 -735 -1126 -2907 +-979 2710 -2155 1322 +3652 -2843 3585 26 +-29 -1053 -651 -1019 +-167 2067 -3155 1097 +1426 1259 -1167 3456 +311 -2773 307 2916 +804 -331 1702 740 +2196 660 1195 1577 +2816 213 607 -517 +-1209 898 -894 1320 +1124 -373 313 3262 +902 1122 1066 -576 +3124 944 -564 746 +-1355 -443 705 -917 +3089 1227 361 2973 +-415 -1039 -58 1603 +2352 -804 1613 -263 +740 -980 -1827 -717 +-3543 286 199 1231 +2828 3935 1042 -2105 +4265 -186 -1928 346 +-727 -1709 2027 -584 +2802 1047 -2072 -3077 +385 1993 689 5032 1164 1074 --319 -510 -2277 -1269 --2464 -1084 --4260 1427 --380 -603 --1382 -1357 --711 707 --1703 -184 -888 5570 --237 67 -3076 1827 --2080 958 -506 703 -2604 -1246 -403 -74 --919 359 --2144 770 --375 2128 --1544 1810 -1435 3631 -1280 159 --190 2499 -1000 778 -980 2245 -2359 -1241 -926 -2089 -1644 -439 -816 405 -3094 2140 -1065 -3478 --1894 140 --1872 689 -4183 -1052 --663 -3450 -626 -657 --3993 -1218 --1148 1622 -247 1174 --534 -2396 -2044 2719 --99 -2320 --1474 -611 --2450 -587 --163 4568 -4946 3910 -2937 -3283 -41 -3527 --956 513 -943 272 --377 -2520 --981 -2028 --883 -61 --529 -1519 --918 -2205 --1966 1523 --1701 -319 --967 1256 -1060 3354 -2556 1358 -1294 -3455 --2388 -2036 --1705 19 --1873 2739 535 -65 +-319 -510 -205 1167 +2277 -1269 2218 -1664 +-2464 -1084 -637 -1698 +-4260 1427 -2994 -962 +-380 -603 1383 -1476 +-1382 -1357 1360 -435 +-711 707 -1259 -1346 +-1703 -184 1942 107 +888 5570 1100 -1777 +-237 67 387 2043 +3076 1827 1011 -590 +-2080 958 -1784 1568 +506 703 2100 957 +2604 -1246 2030 1013 +403 -74 1028 -860 +-919 359 1530 1931 +-2144 770 1980 -4068 +-375 2128 512 747 +-1544 1810 364 -944 +1435 3631 -1440 286 +1280 159 -83 1201 +-190 2499 1903 276 +1000 778 891 -492 +980 2245 975 36 +2359 -1241 -1497 -612 +926 -2089 -2403 2424 +1644 -439 404 1093 +816 405 -230 -927 +3094 2140 -3431 -1304 +1065 -3478 -2277 931 +-1894 140 -1547 415 +-1872 689 -622 1703 +4183 -1052 882 29 +-663 -3450 -335 903 +626 -657 982 2054 +-3993 -1218 2550 2545 +-1148 1622 1375 297 +247 1174 223 -1131 +-534 -2396 2728 370 +2044 2719 1520 -1498 +-99 -2320 -385 -269 +-1474 -611 419 2547 +-2450 -587 -1279 -2277 +-163 4568 3818 1301 +4946 3910 1120 -3276 +2937 -3283 188 -2005 +41 -3527 -370 -1999 +-956 513 -1540 1438 +943 272 -807 -2993 +-377 -2520 -3642 -2332 +-981 -2028 -149 -2500 +-883 -61 -134 372 +-529 -1519 1634 3784 +-918 -2205 725 -2394 +-1966 1523 -246 2132 +-1701 -319 541 214 +-967 1256 -983 -1133 +1060 3354 1522 1407 +2556 1358 2611 3428 +1294 -3455 3056 -1519 +-2388 -2036 -1368 -1147 +-1705 19 1531 -468 +-1873 2739 -396 -749 diff --git a/AI_Engine_Development/AIE-ML/Design_Tutorials/07-Channelizer-Using-Vitis-Libraries/aie/channelizer/data/fft_front_o_6.txt b/AI_Engine_Development/AIE-ML/Design_Tutorials/07-Channelizer-Using-Vitis-Libraries/aie/channelizer/data/fft_front_o_6.txt index 47e055b80d..e5e3948648 100644 --- a/AI_Engine_Development/AIE-ML/Design_Tutorials/07-Channelizer-Using-Vitis-Libraries/aie/channelizer/data/fft_front_o_6.txt +++ b/AI_Engine_Development/AIE-ML/Design_Tutorials/07-Channelizer-Using-Vitis-Libraries/aie/channelizer/data/fft_front_o_6.txt @@ -1,2048 +1,2048 @@ 973 -2849 -1232 -3313 -1521 -3632 -1357 -3763 -1187 -3449 -1087 -3226 -1409 -3271 -1178 -3081 -869 -3218 -585 -3017 -829 -3444 -1222 -3212 -1237 -3348 -1534 -3170 -1529 -3020 -1463 -2803 -1318 -3080 -1229 -3400 -1740 -3207 -1881 -2427 -1744 -2692 -2051 -2911 -1956 -2711 -1497 -2755 -1692 -2584 -1752 -2539 -1981 -2814 -2060 -2444 -2002 -2803 -2104 -3095 -2096 -3095 -2428 -2586 -2244 -2660 -1883 -2936 -2118 -2906 -2078 -2552 -1669 -2635 -1505 -2728 -1995 -2502 -1875 -2401 -2239 -2430 -2295 -1978 -2386 -2229 -2388 -2026 -2175 -2187 -2238 -2374 -2288 -2745 -2585 -2739 -2440 -2746 -2365 -2584 -2560 -2295 -2487 -1858 -2024 -2246 -2254 -2377 -2307 -2446 -2432 -2374 -2676 -2307 -2810 -2148 -2458 -2439 -2565 -2483 -2260 -1822 -2050 -1948 -2397 -1955 -2434 -1851 87 -567 +1232 -3313 105 -660 +1521 -3632 265 -398 +1357 -3763 74 -570 +1187 -3449 310 -156 +1087 -3226 34 147 +1409 -3271 -66 -76 +1178 -3081 -123 -183 +869 -3218 189 -78 +585 -3017 633 99 +829 -3444 817 88 +1222 -3212 674 187 +1237 -3348 506 -283 +1534 -3170 973 -499 +1529 -3020 719 -292 +1463 -2803 465 -567 +1318 -3080 560 -205 +1229 -3400 282 -201 +1740 -3207 667 -383 +1881 -2427 798 338 +1744 -2692 201 395 +2051 -2911 254 -271 +1956 -2711 747 -205 +1497 -2755 585 286 +1692 -2584 440 -42 +1752 -2539 621 -156 +1981 -2814 548 -105 +2060 -2444 533 -132 +2002 -2803 505 86 +2104 -3095 234 269 +2096 -3095 417 121 +2428 -2586 693 201 +2244 -2660 366 -32 +1883 -2936 -154 -281 +2118 -2906 57 -70 +2078 -2552 33 375 +1669 -2635 228 243 +1505 -2728 81 223 +1995 -2502 477 105 +1875 -2401 453 639 +2239 -2430 268 254 +2295 -1978 808 -143 +2386 -2229 792 -85 +2388 -2026 588 168 +2175 -2187 681 444 +2238 -2374 736 502 +2288 -2745 432 85 +2585 -2739 249 -220 +2440 -2746 134 -271 +2365 -2584 303 -221 +2560 -2295 403 99 +2487 -1858 -69 35 +2024 -2246 108 -461 +2254 -2377 605 -383 +2307 -2446 368 -110 +2432 -2374 395 264 +2676 -2307 127 540 +2810 -2148 457 -16 +2458 -2439 658 -119 +2565 -2483 578 -375 +2260 -1822 449 77 +2050 -1948 352 105 +2397 -1955 427 47 +2434 -1851 485 -132 -840 273 --782 346 --1057 -39 --1002 -202 --905 -2 --1140 -64 --1200 27 --1351 163 --879 -88 --921 49 --1330 -423 --1449 -101 --1616 -2 --1489 -486 --1162 -490 --1074 -278 --727 -222 --1065 -392 --1129 -775 --950 -924 --884 -702 --968 -685 --1046 -655 --1188 -28 --1334 53 --617 -377 --358 -482 --500 -598 --568 -688 --755 -617 --663 -575 --360 -643 --125 -664 --321 -510 --339 -552 --325 -578 --576 -761 --551 -1059 --420 -1158 --639 -718 --832 -671 --379 -615 --323 -773 --237 -974 --85 -1216 --191 -1084 --472 -1098 --164 -1402 -17 -1627 -191 -1218 --435 -799 --695 -1655 --392 -1481 --120 -787 -74 -547 -232 -745 -344 -976 -419 -855 -328 -1054 -783 -1176 -400 -892 -226 -1244 -547 -980 -389 -923 -92 -509 +-782 346 -411 -332 +-1057 -39 -220 -346 +-1002 -202 -203 -144 +-905 -2 -179 -326 +-1140 -64 -291 153 +-1200 27 -740 185 +-1351 163 -482 -171 +-879 -88 -23 -81 +-921 49 -88 66 +-1330 -423 -108 -385 +-1449 -101 -50 -256 +-1616 -2 -329 -105 +-1489 -486 -165 -165 +-1162 -490 -388 -296 +-1074 -278 -397 -449 +-727 -222 -477 -218 +-1065 -392 -486 -332 +-1129 -775 -235 -452 +-950 -924 103 -120 +-884 -702 -231 347 +-968 -685 -88 330 +-1046 -655 125 53 +-1188 -28 319 -239 +-1334 53 364 84 +-617 -377 89 2 +-358 -482 13 -310 +-500 -598 56 -202 +-568 -688 260 -179 +-755 -617 492 -43 +-663 -575 427 -212 +-360 -643 495 -110 +-125 -664 434 -149 +-321 -510 331 -20 +-339 -552 -43 -208 +-325 -578 18 -8 +-576 -761 -360 -102 +-551 -1059 -448 -527 +-420 -1158 -237 -172 +-639 -718 67 126 +-832 -671 447 89 +-379 -615 355 -244 +-323 -773 515 99 +-237 -974 -40 262 +-85 -1216 80 -365 +-191 -1084 565 -50 +-472 -1098 142 -71 +-164 -1402 267 -334 +17 -1627 194 66 +191 -1218 418 -117 +-435 -799 252 -211 +-695 -1655 -112 -434 +-392 -1481 14 -206 +-120 -787 -96 12 +74 -547 210 -109 +232 -745 479 27 +344 -976 181 -3 +419 -855 -93 297 +328 -1054 -430 102 +783 -1176 118 -298 +400 -892 -181 -48 +226 -1244 -471 123 +547 -980 -151 320 +389 -923 345 600 165 166 -83 594 -108 336 -97 130 --23 -16 --86 91 --646 337 --483 603 --55 722 -91 378 -95 185 --72 458 -6 306 -84 340 --16 282 --195 399 -99 314 -530 201 -674 176 -441 237 -484 -263 -350 -129 --149 10 --233 -112 -36 -22 --266 137 -106 -207 --272 -132 --897 -607 --665 -276 --315 -103 --165 151 --474 6 -114 188 -140 106 -250 -28 --241 334 --301 120 --21 -71 --13 -367 --207 -23 --674 -64 --221 -290 --147 -35 --343 167 --174 218 -149 -352 -170 -591 --288 -422 --679 -367 --362 -305 --387 239 --137 -337 -4 -113 --484 -172 --29 -220 -46 71 --378 11 --314 127 --379 396 --14 372 -406 353 -454 168 -143 225 -8 97 +83 594 66 168 +108 336 -445 -148 +97 130 -238 -443 +-23 -16 -144 -138 +-86 91 -374 -243 +-646 337 -252 -491 +-483 603 30 44 +-55 722 -133 233 +91 378 4 -86 +95 185 155 -80 +-72 458 -100 197 +6 306 19 72 +84 340 154 269 +-16 282 170 -48 +-195 399 404 -469 +99 314 294 -642 +530 201 139 -311 +674 176 150 -144 +441 237 130 242 +484 -263 126 96 +350 -129 344 -35 +-149 10 442 -196 +-233 -112 538 -125 +36 -22 570 -320 +-266 137 204 -304 +106 -207 140 -315 +-272 -132 400 -169 +-897 -607 242 91 +-665 -276 21 19 +-315 -103 -21 -95 +-165 151 248 -2 +-474 6 424 141 +114 188 393 98 +140 106 110 26 +250 -28 409 142 +-241 334 480 -79 +-301 120 517 73 +-21 -71 420 41 +-13 -367 598 312 +-207 -23 251 101 +-674 -64 612 155 +-221 -290 286 344 +-147 -35 238 -90 +-343 167 238 -37 +-174 218 -250 11 +149 -352 47 32 +170 -591 563 534 +-288 -422 504 906 +-679 -367 235 527 +-362 -305 420 102 +-387 239 117 283 +-137 -337 -179 262 +4 -113 -38 411 +-484 -172 78 439 +-29 -220 -15 254 +46 71 -84 -66 +-378 11 136 278 +-314 127 68 634 +-379 396 210 929 +-14 372 -3 460 +406 353 426 0 +454 168 379 221 +143 225 235 203 -208 145 --363 21 --136 -15 --88 35 --303 -21 --297 -73 --532 134 --404 -172 --138 -155 -60 127 --246 192 --142 -222 -148 6 -389 -22 -244 182 -305 -182 -240 -518 -133 -1018 -623 -489 --152 16 --503 -819 -69 -481 -21 215 --278 -5 --263 -195 --133 -410 -373 -333 --36 41 --57 -66 -190 9 -283 183 -79 248 -303 62 -334 -30 -624 245 -158 384 -404 -536 -422 -319 --234 -483 -497 140 -246 523 -343 -269 -380 -56 -358 131 -269 124 --33 -250 -47 -273 --5 187 --390 108 --302 305 --563 434 --208 333 -77 461 -32 361 -298 -45 -485 374 --227 695 --350 -3 -356 51 -171 505 --391 452 --225 477 --279 214 -11 -380 -14 15 +-363 21 -64 479 +-136 -15 -82 695 +-88 35 23 823 +-303 -21 192 279 +-297 -73 -135 -112 +-532 134 -378 -180 +-404 -172 -265 -18 +-138 -155 -221 32 +60 127 -140 390 +-246 192 39 589 +-142 -222 279 96 +148 6 435 -67 +389 -22 116 -139 +244 182 -22 -248 +305 -182 -123 -485 +240 -518 50 -534 +133 -1018 -239 -256 +623 -489 -503 -63 +-152 16 -119 84 +-503 -819 -233 118 +69 -481 -253 -490 +21 215 184 -524 +-278 -5 200 112 +-263 -195 -335 84 +-133 -410 -229 90 +373 -333 -632 -111 +-36 41 -85 81 +-57 -66 -381 488 +190 9 -176 62 +283 183 17 -11 +79 248 98 129 +303 62 -301 83 +334 -30 -537 -226 +624 245 -439 -273 +158 384 -54 61 +404 -536 47 104 +422 -319 13 -219 +-234 -483 -364 -337 +497 140 -212 -240 +246 523 -129 5 +343 -269 -98 -178 +380 -56 -118 -149 +358 131 -160 -99 +269 124 -397 89 +-33 -250 -487 168 +47 -273 -498 62 +-5 187 -378 97 +-390 108 -223 8 +-302 305 88 141 +-563 434 -151 120 +-208 333 -328 207 +77 461 -658 -309 +32 361 -226 -412 +298 -45 -283 -72 +485 374 -245 -166 +-227 695 -201 -25 +-350 -3 -237 366 +356 51 -403 277 +171 505 -450 348 +-391 452 -641 199 +-225 477 -95 70 +-279 214 -26 497 +11 -380 -527 349 619 -1016 -817 -308 -446 -463 --149 -1039 --603 -780 -494 -606 --273 -980 -409 -1987 -259 -924 -627 -1770 -1163 999 -222 -1187 -202 481 -135 -541 --104 -562 -469 -757 -1652 -993 -984 -1035 --1380 567 -331 -1303 -1287 7 -242 -147 --182 -1884 -677 -1437 --562 -856 -1320 -820 -466 -465 --596 -1193 -1566 -204 -430 -1513 --475 411 --220 -392 -497 -980 -855 -1602 --318 168 -956 -1596 -882 -1881 -1250 47 --197 -44 -1020 -738 --800 161 -335 -1088 -352 -207 -28 -1643 -1228 -439 -1332 -528 -1142 481 --64 -92 -363 -772 --68 -740 -203 568 -798 -1975 -1656 -814 -662 -211 -818 76 --475 -779 -304 344 -380 -1266 -780 -806 --156 -356 -233 -2314 -1148 10 -556 -879 -96 -503 2448 -296 +817 -308 2171 961 +446 -463 1071 -197 +-149 -1039 2169 284 +-603 -780 229 -398 +494 -606 2098 202 +-273 -980 2690 -591 +409 -1987 1994 469 +259 -924 2319 1870 +627 -1770 1635 1524 +1163 999 1735 957 +222 -1187 2378 -232 +202 481 3126 1202 +135 -541 1518 1040 +-104 -562 1923 -396 +469 -757 2254 1110 +1652 -993 1151 99 +984 -1035 2646 1000 +-1380 567 1847 1114 +331 -1303 624 -525 +1287 7 3195 192 +242 -147 2745 1368 +-182 -1884 1010 1595 +677 -1437 1935 274 +-562 -856 1912 1402 +1320 -820 1706 1839 +466 -465 1595 1449 +-596 -1193 1534 1655 +1566 -204 1229 947 +430 -1513 1430 715 +-475 411 1724 2107 +-220 -392 1356 996 +497 -980 2365 908 +855 -1602 2015 531 +-318 168 -243 1910 +956 -1596 2119 866 +882 -1881 620 1094 +1250 47 2292 1185 +-197 -44 330 2829 +1020 -738 733 1389 +-800 161 1854 2615 +335 -1088 1260 2812 +352 -207 1012 1287 +28 -1643 159 1293 +1228 -439 240 2081 +1332 -528 870 1182 +1142 481 1300 1270 +-64 -92 1507 1352 +363 -772 1052 1523 +-68 -740 439 2056 +203 568 721 1131 +798 -1975 1539 893 +1656 -814 1152 2574 +662 -211 715 2593 +818 76 479 1235 +-475 -779 -237 1863 +304 344 2032 847 +380 -1266 859 2898 +780 -806 1209 1855 +-156 -356 195 1911 +233 -2314 -702 1331 +1148 10 1057 2694 +556 -879 574 1509 +96 -503 202 3079 -969 1686 --375 828 -315 877 --1002 1688 --465 1278 -47 703 --1075 1140 -268 1065 --669 1529 --280 254 -193 537 --1071 -91 -635 1277 -1266 362 --1658 1001 -161 1854 --1115 359 -490 546 --199 880 --833 1303 --891 442 --1190 1035 --925 437 --2191 -356 --81 1617 --394 1393 --1105 255 --688 603 --1013 647 --886 469 --1184 1384 --883 1243 --1683 674 --1019 -82 --646 560 --344 -38 --352 21 --330 649 --82 290 --1595 -673 --474 634 --641 -14 --453 321 --735 -250 --610 496 --858 -720 --902 -132 --532 1167 --978 -457 --3488 -199 -175 -1403 -160 302 --2061 384 --2108 367 --720 -693 --813 158 --553 309 --1495 -297 --192 -35 --797 -567 --745 -1988 --545 -387 --1824 -949 --1164 -866 -538 178 +-375 828 477 -573 +315 877 -520 893 +-1002 1688 738 -440 +-465 1278 340 -215 +47 703 -216 -804 +-1075 1140 1140 -260 +268 1065 523 306 +-669 1529 380 98 +-280 254 380 -1077 +193 537 476 186 +-1071 -91 -253 -933 +635 1277 672 -44 +1266 362 779 540 +-1658 1001 1410 -286 +161 1854 -303 1245 +-1115 359 1197 70 +490 546 854 436 +-199 880 865 1383 +-833 1303 -277 -44 +-891 442 0 -540 +-1190 1035 5 1307 +-925 437 1125 343 +-2191 -356 -33 884 +-81 1617 -277 758 +-394 1393 1158 161 +-1105 255 248 483 +-688 603 103 741 +-1013 647 55 1077 +-886 469 -952 -124 +-1184 1384 232 -183 +-883 1243 -765 -713 +-1683 674 357 479 +-1019 -82 -41 -1492 +-646 560 179 -601 +-344 -38 -230 -686 +-352 21 1290 -620 +-330 649 828 536 +-82 290 -740 431 +-1595 -673 477 1196 +-474 634 100 -284 +-641 -14 586 -216 +-453 321 -1487 -224 +-735 -250 1457 -914 +-610 496 829 385 +-858 -720 -1106 115 +-902 -132 1368 -790 +-532 1167 -989 473 +-978 -457 -186 429 +-3488 -199 7 566 +175 -1403 359 -671 +160 302 -305 287 +-2061 384 -912 486 +-2108 367 225 26 +-720 -693 -273 1234 +-813 158 -239 559 +-553 309 -51 -765 +-1495 -297 -702 -708 +-192 -35 1525 95 +-797 -567 -689 321 +-745 -1988 -60 -615 +-545 -387 -708 8 +-1824 -949 61 1613 +-1164 -866 8 28 -1769 371 --95 -200 -729 170 -12 184 -260 164 --490 -192 --83 -954 --1180 810 -680 824 -688 -550 --706 480 -392 -269 --273 1002 -169 -87 --637 -253 --507 -419 --273 1206 --346 1013 --1384 170 --423 -245 -150 814 --1103 -1667 --372 -596 -836 88 --1260 -44 -368 -434 --748 493 -331 -1557 -142 -90 --986 675 -542 1448 --795 -530 -327 786 --1080 556 -985 -184 --484 -889 --133 -1485 -376 18 -354 -588 --203 -157 --1114 -1527 -1081 -11 -288 1183 -201 -161 -155 -158 -416 120 -1647 445 --644 -1214 --516 -296 -509 -211 --1006 869 --37 -546 -419 1150 --725 -1508 -477 -9 --492 731 --530 -1153 --43 -412 --1024 -277 --178 -718 --969 248 -501 -38 -435 -682 --185 -878 250 515 +-95 -200 -200 -597 +729 170 1340 -814 +12 184 -1010 916 +260 164 -349 -169 +-490 -192 510 -555 +-83 -954 -218 852 +-1180 810 -1229 -453 +680 824 -1 -252 +688 -550 117 56 +-706 480 -839 -201 +392 -269 -601 -927 +-273 1002 -99 -158 +169 -87 -576 -1584 +-637 -253 468 394 +-507 -419 437 431 +-273 1206 -1204 -428 +-346 1013 -1178 -231 +-1384 170 -391 449 +-423 -245 -1192 -1160 +150 814 595 941 +-1103 -1667 545 -850 +-372 -596 -498 216 +836 88 120 -354 +-1260 -44 -197 -771 +368 -434 392 -823 +-748 493 -532 -33 +331 -1557 -439 -246 +142 -90 -319 -1848 +-986 675 8 -290 +542 1448 578 -347 +-795 -530 -1011 132 +327 786 419 450 +-1080 556 215 -1259 +985 -184 -30 -165 +-484 -889 -121 693 +-133 -1485 797 -46 +376 18 -1013 -533 +354 -588 868 1196 +-203 -157 -787 -1179 +-1114 -1527 407 602 +1081 -11 -449 -490 +288 1183 590 -839 +201 -161 634 901 +155 -158 -32 -705 +416 120 453 2 +1647 445 -325 1740 +-644 -1214 -490 556 +-516 -296 56 -164 +509 -211 1570 -53 +-1006 869 535 289 +-37 -546 911 -356 +419 1150 849 485 +-725 -1508 192 480 +477 -9 737 353 +-492 731 1188 168 +-530 -1153 732 1177 +-43 -412 -729 421 +-1024 -277 108 452 +-178 -718 -409 -417 +-969 248 2068 591 +501 -38 -277 676 +435 -682 -445 10 +-185 -878 5 -550 -1090 -1232 -13 789 -667 -622 --1277 -45 -312 -493 --602 -1290 -81 -189 -635 546 --966 -276 --754 422 -699 -1138 --758 665 --393 118 --606 -147 --583 -864 -27 863 -771 -855 --474 552 --2003 425 -554 -2088 -447 647 --837 -276 --383 -1096 -1163 -605 -49 -928 -698 1206 --19 172 --416 -1501 -282 691 -256 -512 --870 -642 -1126 82 --246 279 -508 54 --495 -893 -1478 -720 -1041 1633 --365 -1224 -679 840 --1878 925 -1600 -679 -758 220 --808 -557 --346 704 -385 -870 -443 -106 --352 675 --606 -211 -731 17 --513 -258 -1072 785 -39 1311 -212 745 -725 -59 -15 1114 --1242 -386 --163 -1131 -1485 1535 --993 867 --887 -208 -237 -1090 --1199 151 -1983 226 --484 375 -1113 1084 +13 789 -158 -604 +667 -622 -1056 -671 +-1277 -45 1019 -620 +312 -493 1310 -463 +-602 -1290 248 -868 +81 -189 -195 431 +635 546 237 984 +-966 -276 297 96 +-754 422 -764 -476 +699 -1138 465 66 +-758 665 1081 -213 +-393 118 -898 -610 +-606 -147 1096 218 +-583 -864 227 -93 +27 863 279 1052 +771 -855 213 227 +-474 552 -495 -769 +-2003 425 -356 883 +554 -2088 -570 969 +447 647 753 -502 +-837 -276 956 1401 +-383 -1096 -876 956 +1163 -605 -1507 -672 +49 -928 883 -587 +698 1206 -880 -800 +-19 172 1786 368 +-416 -1501 -2041 569 +282 691 1155 214 +256 -512 632 637 +-870 -642 387 455 +1126 82 -199 27 +-246 279 793 -1268 +508 54 801 59 +-495 -893 760 498 +1478 -720 -372 658 +1041 1633 487 289 +-365 -1224 406 -581 +679 840 2 -560 +-1878 925 -723 1144 +1600 -679 235 -143 +758 220 -32 416 +-808 -557 -198 -177 +-346 704 -576 -494 +385 -870 -219 -793 +443 -106 -439 -246 +-352 675 261 -73 +-606 -211 -966 -338 +731 17 -329 1119 +-513 -258 -749 -381 +1072 785 501 -241 +39 1311 -133 -297 +212 745 1055 731 +725 -59 -1017 1018 +15 1114 127 940 +-1242 -386 168 608 +-163 -1131 -833 -133 +1485 1535 -274 -353 +-993 867 859 6 +-887 -208 -730 -635 +237 -1090 1185 766 +-1199 151 -56 783 +1983 226 -492 -847 +-484 375 1050 -641 -1714 -478 --3821 -188 --4542 361 --2603 2262 --479 1624 --2431 -921 --1963 -51 --2950 1246 --1423 258 --1337 2079 --3084 -2580 --3069 1242 --2053 -1139 --3191 -69 --2001 205 --1806 -169 --3091 718 --3134 -55 --459 -2420 --4715 520 --3783 -1971 --2617 -2628 --2205 758 --2112 232 --798 -1612 --5497 -463 --3286 -1805 --1438 -2095 --4853 -1787 --4493 1768 --1787 -1340 --3492 -1173 --2435 -475 --3251 1861 --1206 -1901 --3951 295 --2610 1827 --2399 -2729 --1361 -2024 --4037 -294 -116 -1550 --3794 -1342 --2821 -1829 --1127 160 --3834 -1882 --4262 -399 --2746 -1966 --1634 -1699 --2423 113 --1563 1505 --992 -3492 --2027 -142 --2389 -1267 --1820 -1833 --2815 -2514 --367 -13 --2477 -2635 --2853 -923 --3211 -92 -62 -820 --1226 707 --1869 -3873 --2366 -1527 --1439 -1312 -8 1906 +-3821 -188 -28 -844 +-4542 361 1298 1662 +-2603 2262 224 1176 +-479 1624 2348 1557 +-2431 -921 471 695 +-1963 -51 44 2407 +-2950 1246 747 988 +-1423 258 -1096 -681 +-1337 2079 335 -1017 +-3084 -2580 -327 943 +-3069 1242 -243 2790 +-2053 -1139 -1016 -160 +-3191 -69 -877 469 +-2001 205 -506 4799 +-1806 -169 45 1052 +-3091 718 282 3549 +-3134 -55 -278 1573 +-459 -2420 173 1530 +-4715 520 1408 1874 +-3783 -1971 -2522 556 +-2617 -2628 -1210 1114 +-2205 758 1075 980 +-2112 232 -1416 -157 +-798 -1612 -1469 808 +-5497 -463 -1765 1379 +-3286 -1805 231 1737 +-1438 -2095 -409 820 +-4853 -1787 -58 1646 +-4493 1768 329 1183 +-1787 -1340 -1884 -382 +-3492 -1173 -849 2294 +-2435 -475 -1462 2270 +-3251 1861 493 2250 +-1206 -1901 2821 -410 +-3951 295 -1546 1781 +-2610 1827 2209 -26 +-2399 -2729 -4070 893 +-1361 -2024 1187 -1527 +-4037 -294 -670 -205 +116 -1550 -395 -82 +-3794 -1342 -1695 -293 +-2821 -1829 93 2590 +-1127 160 397 763 +-3834 -1882 -321 -1062 +-4262 -399 -3095 828 +-2746 -1966 -918 2894 +-1634 -1699 -1423 2074 +-2423 113 -1024 2527 +-1563 1505 62 1611 +-992 -3492 -1190 2432 +-2027 -142 733 2364 +-2389 -1267 -1118 1064 +-1820 -1833 -2426 1451 +-2815 -2514 655 3323 +-367 -13 729 -169 +-2477 -2635 -3061 1730 +-2853 -923 -1903 -937 +-3211 -92 -2884 1606 +62 -820 -465 1023 +-1226 707 256 2188 +-1869 -3873 -1600 -506 +-2366 -1527 -1412 1384 +-1439 -1312 -1361 429 991 -2169 --1612 -207 --1391 1587 -1826 -475 --776 -96 --1025 904 -2011 107 -463 -1868 --534 -846 --463 436 -269 1403 -1858 2054 -737 -1220 --2225 -157 -1132 265 --1868 -2013 -667 -228 --1618 -145 -284 -255 -84 -533 -99 -83 -820 -1109 -437 559 -2857 -547 --728 -3822 --1129 -1684 -238 -508 --1871 -445 -170 235 -1103 -229 -1011 -2229 --402 -1705 -161 -1271 -330 1524 -168 -1617 --1653 589 --82 315 --342 261 --1117 193 -2311 -331 -1079 -1546 --588 -1216 --107 -1582 -215 -197 --1165 -390 -782 566 -995 -480 --607 -2331 -200 1935 -4012 -432 --1837 2159 -162 470 -2550 77 -3003 -2538 --388 80 --120 -1919 --685 -60 -1026 -512 -222 -320 --863 281 -975 372 -272 -309 -959 -415 --25 427 181 1055 +-1612 -207 -630 2735 +-1391 1587 1617 -1066 +1826 -475 -415 1945 +-776 -96 47 1441 +-1025 904 1024 176 +2011 107 -321 -776 +463 -1868 1404 465 +-534 -846 -484 -743 +-463 436 53 146 +269 1403 -2095 35 +1858 2054 5 3275 +737 -1220 -115 693 +-2225 -157 -274 -1040 +1132 265 -2895 1227 +-1868 -2013 3332 -40 +667 -228 0 425 +-1618 -145 -8 664 +284 -255 34 -1460 +84 -533 0 -484 +99 -83 -66 -60 +820 -1109 -479 -4118 +437 559 -2609 583 +2857 -547 -859 -10 +-728 -3822 395 -896 +-1129 -1684 -1330 89 +238 -508 797 326 +-1871 -445 281 -545 +170 235 -88 -1781 +1103 -229 1820 45 +1011 -2229 -1586 63 +-402 -1705 115 2262 +161 -1271 -987 -481 +330 1524 479 1485 +168 -1617 467 443 +-1653 589 110 606 +-82 315 -288 1010 +-342 261 -774 1 +-1117 193 2837 1017 +2311 -331 -699 -3366 +1079 -1546 76 6 +-588 -1216 -1639 411 +-107 -1582 2374 -150 +215 -197 -1515 541 +-1165 -390 -886 -286 +782 566 1760 -1694 +995 -480 -3580 835 +-607 -2331 965 175 +200 1935 489 -1155 +4012 -432 -702 -815 +-1837 2159 -1197 1425 +162 470 1772 -5 +2550 77 772 -411 +3003 -2538 303 1082 +-388 80 631 -1362 +-120 -1919 -929 -800 +-685 -60 276 1835 +1026 -512 2504 -186 +222 -320 -1553 -1467 +-863 281 402 523 +975 372 -108 855 +272 -309 1902 1226 +959 -415 1432 -3008 +-25 427 -389 -1185 2511 -1225 --150 35 --1352 -667 -515 203 -267 605 -1268 -91 -2005 983 -1881 -1656 --359 -1595 --2257 526 -588 -146 --1674 107 -529 -1624 --410 -429 -931 -805 -686 803 --1152 -2751 --2110 -1428 -1025 113 --1346 897 --2319 -438 -1151 2780 -163 616 --2572 -161 -1515 481 --829 -565 -225 -345 --1013 2950 -1171 2449 -3205 -337 --2149 -2287 -1783 1159 -445 -1231 -1363 -1158 --1412 45 -603 293 -353 196 --125 -2199 --1261 160 --491 -47 -1321 3330 --1184 675 --588 -818 -1322 1109 -1110 -1151 -855 -1349 --3800 -1868 -573 2861 -116 596 -462 1253 -2531 -648 -1103 -977 --1228 -1303 -1475 3431 --37 -47 -529 -2324 --315 1728 -168 -414 -2780 -232 -527 -1497 -802 -1775 --2749 -250 --1328 -20 --209 310 -532 -2146 +-150 35 342 -732 +-1352 -667 -1829 649 +515 203 1351 -1610 +267 605 604 1489 +1268 -91 441 909 +2005 983 615 -1505 +1881 -1656 1628 -129 +-359 -1595 -314 -1320 +-2257 526 -767 -693 +588 -146 631 233 +-1674 107 2623 629 +529 -1624 -349 -1290 +-410 -429 -260 920 +931 -805 -2961 -1172 +686 803 -2623 -87 +-1152 -2751 952 1305 +-2110 -1428 -75 1175 +1025 113 -225 -1536 +-1346 897 1361 1903 +-2319 -438 -1235 -2576 +1151 2780 -1032 638 +163 616 371 -1087 +-2572 -161 -1259 -1496 +1515 481 -1461 1480 +-829 -565 -1193 476 +225 -345 1675 -596 +-1013 2950 -402 -939 +1171 2449 23 2636 +3205 -337 941 -982 +-2149 -2287 -1025 -140 +1783 1159 1935 -14 +445 -1231 -133 -2479 +1363 -1158 -1056 1448 +-1412 45 1051 -7 +603 293 -432 -2521 +353 196 -2007 433 +-125 -2199 1080 512 +-1261 160 -1705 -2675 +-491 -47 470 731 +1321 3330 -629 -1262 +-1184 675 912 1696 +-588 -818 -1381 -44 +1322 1109 -1127 -921 +1110 -1151 953 2108 +855 -1349 -47 717 +-3800 -1868 683 -1763 +573 2861 -449 -924 +116 596 718 -1504 +462 1253 -2031 -843 +2531 -648 -981 1148 +1103 -977 -21 965 +-1228 -1303 1145 -1205 +1475 3431 1833 -845 +-37 -47 -453 -443 +529 -2324 -916 1060 +-315 1728 571 -1337 +168 -414 1636 372 +2780 -232 1116 -1211 +527 -1497 1007 -537 +802 -1775 -3331 -875 +-2749 -250 89 -263 +-1328 -20 53 -224 +-209 310 -309 1418 1004 940 -332 -1306 --1308 451 -1150 -2059 --274 609 -1239 2456 -116 -1793 --1228 -822 -1562 1169 --289 -2120 --1329 348 -1033 -1288 --400 -1615 --1168 -658 --258 -262 --1817 -1363 --1668 2530 -453 588 -869 -379 --747 2406 -1458 892 -1500 1000 -703 -492 --769 -1245 -60 1589 --144 -1477 --681 -231 -2379 1197 --981 -1784 -284 -442 -870 -428 --2372 -1536 -1106 -396 -453 323 -881 979 --2004 -359 --1635 -1622 -655 3142 -836 167 -3077 -1421 --1171 625 --959 -313 -766 1380 -104 -1733 --429 2262 --62 984 -969 8 -1229 1072 -767 1193 -991 968 --942 -15 -1292 -942 -1132 -677 -14 -829 --870 -1434 -364 -1017 --279 966 --1959 -978 -561 -1551 -773 -872 -1079 1432 -2604 -886 --4155 -411 -476 849 361 -1295 +332 -1306 1114 383 +-1308 451 2723 -923 +1150 -2059 -1397 -1281 +-274 609 -3180 -820 +1239 2456 -724 1814 +116 -1793 380 167 +-1228 -822 108 -1015 +1562 1169 1104 728 +-289 -2120 2821 -587 +-1329 348 -1162 -1738 +1033 -1288 -2664 -621 +-400 -1615 131 1437 +-1168 -658 -2760 1503 +-258 -262 661 -70 +-1817 -1363 -198 471 +-1668 2530 686 1838 +453 588 1073 1749 +869 -379 1454 -1591 +-747 2406 1280 -942 +1458 892 -164 1676 +1500 1000 -736 -1533 +703 -492 1418 -44 +-769 -1245 2862 945 +60 1589 -540 218 +-144 -1477 1622 1812 +-681 -231 -2320 -444 +2379 1197 3394 -937 +-981 -1784 -693 697 +284 -442 582 -1377 +870 -428 -639 -193 +-2372 -1536 2410 -1355 +1106 -396 -297 2299 +453 323 -415 989 +881 979 1057 1078 +-2004 -359 505 -2737 +-1635 -1622 -699 -201 +655 3142 -402 825 +836 167 79 1496 +3077 -1421 957 -1278 +-1171 625 -779 1131 +-959 -313 -27 -233 +766 1380 827 150 +104 -1733 1161 778 +-429 2262 576 1039 +-62 984 2138 -111 +969 8 -330 -637 +1229 1072 1625 238 +767 1193 51 -1683 +991 968 682 1876 +-942 -15 -298 484 +1292 -942 529 -1114 +1132 -677 -1039 366 +14 -829 1142 1305 +-870 -1434 1147 201 +364 -1017 845 -248 +-279 966 2417 1107 +-1959 -978 1002 -330 +561 -1551 -671 -1529 +773 -872 1840 972 +1079 1432 -498 -887 +2604 -886 750 -1695 +-4155 -411 1853 7 +476 849 -512 -1426 -348 2426 -3388 1097 -6160 -915 -2996 -2352 --1049 -2685 -612 3287 -2594 2042 -1635 -474 --1954 570 --1210 -387 -561 1219 -419 -455 -716 1941 -2774 448 --421 462 --562 1886 --187 -280 -1061 2324 --5 2061 -4002 288 -644 2932 -1963 4250 -1127 1507 -181 1813 --669 3494 -4502 2024 -2864 1753 --39 5023 -2630 1392 -3496 -2468 --548 1373 -4056 2504 -2091 898 -1566 -2755 --1977 1786 -1796 2358 --236 -1733 --2957 3071 --985 2431 -2771 923 --3091 1899 -4716 4297 -2492 3765 -62 1422 -2336 2303 -2794 -303 -1254 2149 -2460 862 -1646 504 -2532 -2887 --204 2720 --320 2089 -371 1812 --818 1339 -2536 2354 --194 20 -2588 2207 -2736 1614 -3021 535 --1528 443 --228 162 --1681 5769 -940 3802 -850 2074 -2216 -2900 +3388 1097 -1705 -75 +6160 -915 -1851 -2179 +2996 -2352 -1749 -1212 +-1049 -2685 -1346 -1404 +612 3287 -2301 -1621 +2594 2042 -2412 -858 +1635 -474 -2045 -2154 +-1954 570 -410 -1458 +-1210 -387 -1297 163 +561 1219 917 -145 +419 -455 70 -3016 +716 1941 -353 -1091 +2774 448 1915 -721 +-421 462 582 -6879 +-562 1886 -1641 -1578 +-187 -280 86 -4855 +1061 2324 -722 -2143 +-5 2061 -1115 -3165 +4002 288 163 -394 +644 2932 2434 167 +1963 4250 678 -2410 +1127 1507 -780 -4487 +181 1813 1264 1027 +-669 3494 2253 -2465 +4502 2024 2051 -5380 +2864 1753 -991 -3786 +-39 5023 1218 -2446 +2630 1392 1083 -3501 +3496 -2468 -1338 -2045 +-548 1373 1850 -332 +4056 2504 1620 -1917 +2091 898 2559 -3077 +1566 -2755 -1878 -4849 +-1977 1786 -3883 750 +1796 2358 2660 -1456 +-236 -1733 -1444 314 +-2957 3071 5226 -1527 +-985 2431 -92 -213 +2771 923 3238 774 +-3091 1899 -27 -3335 +4716 4297 3640 -1423 +2492 3765 694 -4552 +62 1422 2139 -1745 +2336 2303 2731 225 +2794 -303 6993 -1497 +1254 2149 1486 -5032 +2460 862 736 -4010 +1646 504 225 -2928 +2532 -2887 1319 -1715 +-204 2720 3520 -1567 +-320 2089 -1591 -2466 +371 1812 3380 -3433 +-818 1339 3660 -5274 +2536 2354 -1029 -5159 +-194 20 296 842 +2588 2207 2752 -1637 +2736 1614 3129 813 +3021 535 5095 -1558 +-1528 443 2109 -1743 +-228 162 1326 -3175 +-1681 5769 1895 -611 +940 3802 2239 -2104 +850 2074 3057 -3274 -1372 2530 -2376 1653 -1779 -2035 --3010 -1099 -645 -704 --190 -1603 --2739 -297 --2700 2492 --876 363 -541 415 --3281 -2116 --3915 -3165 --4940 1743 --290 1851 --2529 -1408 -125 2174 -489 3337 -1391 -148 --2801 -1173 --154 192 --344 634 --1772 -445 --1065 -888 --4681 1481 --1356 6194 -1305 1580 --1105 1391 -2773 -678 -1125 -608 --949 102 --541 1309 -1544 -17 -1164 850 --1640 -2882 --1642 1970 -1177 -1360 --577 -324 --861 -2669 --264 -1675 --3845 1114 --2247 1080 --251 1652 --204 2176 --612 285 -1901 -825 --1576 -1353 --1930 -763 -910 573 -138 -4468 --3236 -616 -1279 -3583 --2572 -3826 --3495 -3030 --3184 4182 -893 209 -1177 2042 -1297 -3781 -498 -494 --658 -1132 -1682 -1508 --1041 1190 --515 -487 -980 -536 -2389 -767 -445 -2745 +2376 1653 894 -3593 +1779 -2035 -2537 811 +-3010 -1099 -943 -3038 +645 -704 -919 -2167 +-190 -1603 -1688 965 +-2739 -297 -1528 1998 +-2700 2492 -3933 -730 +-876 363 660 1585 +541 415 -1168 1328 +-3281 -2116 2098 -102 +-3915 -3165 192 -3279 +-4940 1743 -1705 -291 +-290 1851 -412 1453 +-2529 -1408 2248 -2732 +125 2174 -6514 -2098 +489 3337 -1522 -1015 +1391 -148 -2438 -3394 +-2801 -1173 -2489 -23 +-154 192 -1306 1820 +-344 634 87 1389 +-1772 -445 539 6032 +-1065 -888 2553 -484 +-4681 1481 1377 -1445 +-1356 6194 -112 1931 +1305 1580 1865 196 +-1105 1391 -2054 -1040 +2773 -678 17 -282 +1125 -608 320 2112 +-949 102 911 602 +-541 1309 2713 817 +1544 -17 859 -2118 +1164 850 2396 1666 +-1640 -2882 1249 239 +-1642 1970 -848 78 +1177 -1360 731 832 +-577 -324 -1400 -818 +-861 -2669 -1143 -1833 +-264 -1675 -3992 -2213 +-3845 1114 148 5067 +-2247 1080 787 2519 +-251 1652 3341 -204 +-204 2176 -1183 -179 +-612 285 434 1648 +1901 -825 154 -497 +-1576 -1353 -758 3026 +-1930 -763 3920 -759 +910 573 -586 -435 +138 -4468 265 583 +-3236 -616 1670 1015 +1279 -3583 2729 -1877 +-2572 -3826 -2294 -2236 +-3495 -3030 484 -354 +-3184 4182 -2013 -1536 +893 209 -208 873 +1177 2042 3520 -1283 +1297 -3781 -552 -2536 +498 -494 -5002 1593 +-658 -1132 172 2875 +1682 -1508 82 -972 +-1041 1190 -344 176 +-515 -487 -2348 -956 +980 -536 -3634 2781 +2389 -767 -113 2447 -1448 1176 -147 902 --64 1134 --1696 -940 --224 -1937 --1058 -948 --5167 -812 --2751 1672 --603 3300 -2507 -628 --1041 439 -2310 1231 --826 624 -643 2098 -227 2512 --809 -1108 -1735 3067 -5502 1063 -876 -1092 -2957 -2448 -5859 -1526 --331 -3251 --420 -1096 -1702 -630 --746 -1026 -1343 2162 -1025 -513 -1666 -3068 --902 -4702 --5043 -1941 -2206 1577 --1495 -2379 --1407 1392 -609 1286 -1587 810 --226 -337 -19 1331 --297 3664 -835 76 -1141 42 --1337 -3824 --759 -1077 -560 169 --1876 -2437 --2125 1480 --1762 2234 -5138 2069 -20 -4222 -315 -12 --1688 -1583 --2389 -1356 --2773 2289 -1162 1974 --374 -3622 --1244 585 -17 3818 -1051 -621 --11 2118 --2336 2031 -528 4472 --23 2185 -3636 2618 -2338 1997 -1631 738 388 2256 +147 902 -359 1875 +-64 1134 811 185 +-1696 -940 -1731 1299 +-224 -1937 974 663 +-1058 -948 321 -387 +-5167 -812 -567 673 +-2751 1672 -1453 821 +-603 3300 -21 4058 +2507 -628 1675 2316 +-1041 439 268 272 +2310 1231 -3566 1083 +-826 624 1099 3988 +643 2098 2240 2055 +227 2512 3400 2275 +-809 -1108 4367 -1323 +1735 3067 -302 -1361 +5502 1063 1005 -1159 +876 -1092 -25 2577 +2957 -2448 -1368 -710 +5859 -1526 845 3114 +-331 -3251 -158 742 +-420 -1096 674 1012 +1702 -630 1649 2150 +-746 -1026 1909 -2716 +1343 2162 -30 -350 +1025 -513 -2307 276 +1666 -3068 1033 2119 +-902 -4702 594 -405 +-5043 -1941 -889 3110 +2206 1577 2039 -1312 +-1495 -2379 -1509 -368 +-1407 1392 629 3194 +609 1286 2107 -1376 +1587 810 -2378 -402 +-226 -337 1843 3065 +19 1331 3487 -1981 +-297 3664 -220 -1089 +835 76 644 1533 +1141 42 712 583 +-1337 -3824 459 830 +-759 -1077 -240 -2704 +560 169 2728 372 +-1876 -2437 1220 -1335 +-2125 1480 -1509 -2562 +-1762 2234 -632 -2422 +5138 2069 -341 -1158 +20 -4222 2341 401 +315 -12 -1673 1572 +-1688 -1583 1050 1677 +-2389 -1356 1187 -2651 +-2773 2289 -478 -2402 +1162 1974 -3520 687 +-374 -3622 -2630 283 +-1244 585 1136 484 +17 3818 1205 -2233 +1051 -621 -1678 -229 +-11 2118 -1510 -722 +-2336 2031 -641 2371 +528 4472 999 2386 +-23 2185 4088 -94 +3636 2618 461 -913 +2338 1997 2063 1424 +1631 738 1647 -1116 41 -1779 --1611 1127 --374 -1196 --472 3782 -77 563 --1669 -2199 --508 3735 -55 791 --701 -1988 -1326 4366 -2643 1232 --1241 323 -1378 2529 -3438 1284 -564 1187 -3722 1390 -3020 -3168 --337 -3167 -3150 -58 -66 -2486 --4544 -3283 --1776 -798 --380 3094 --1082 2652 --301 -1687 --1419 980 -1634 -614 --4313 -438 -495 2662 -170 2244 --550 661 -1443 2262 --1918 872 --434 193 -281 606 -1776 1501 -3860 -178 -39 -5535 --2808 -1497 --1815 843 -50 605 -2318 734 -1757 -1867 -1122 2580 -1467 -1839 -1250 -1055 --1003 -2458 --2063 -2059 --3438 -1558 --1711 -45 --1146 234 --1472 1650 --796 1081 -653 1335 -2066 -1235 -794 1393 -78 66 -73 -748 --273 590 -1370 2377 --2680 -220 --2227 1642 -4293 1118 --296 -2382 589 527 +-1611 1127 -1740 485 +-374 -1196 -3097 3973 +-472 3782 -482 4949 +77 563 3898 2782 +-1669 -2199 1630 -2846 +-508 3735 -1085 -1000 +55 791 -794 723 +-701 -1988 -3405 -1730 +1326 4366 -4588 3702 +2643 1232 1295 3691 +-1241 323 4146 2632 +1378 2529 -304 -913 +3438 1284 3899 -2004 +564 1187 -1908 -1096 +3722 1390 -693 -2804 +3020 -3168 -2186 -3689 +-337 -3167 688 -1677 +3150 -58 -1680 -450 +66 -2486 -1589 -241 +-4544 -3283 -86 -2885 +-1776 -798 -985 258 +-380 3094 505 -2411 +-1082 2652 -2907 -689 +-301 -1687 -233 176 +-1419 980 -1959 -2020 +1634 -614 328 682 +-4313 -438 -1757 1128 +495 2662 -1060 -2326 +170 2244 -1665 1078 +-550 661 562 -655 +1443 2262 -3780 1777 +-1918 872 -1535 -2702 +-434 193 -820 -1195 +281 606 -4028 -3426 +1776 1501 -698 3835 +3860 -178 334 -294 +39 -5535 8 -461 +-2808 -1497 -278 -1796 +-1815 843 -1677 -1003 +50 605 -58 -1006 +2318 734 -473 -219 +1757 -1867 -1364 883 +1122 2580 -1810 -32 +1467 -1839 -773 704 +1250 -1055 -2995 2177 +-1003 -2458 1057 1399 +-2063 -2059 -1591 1780 +-3438 -1558 1004 1833 +-1711 -45 737 -1512 +-1146 234 -1116 156 +-1472 1650 -1318 2125 +-796 1081 -649 -1468 +653 1335 -1054 -4452 +2066 -1235 -3507 -1800 +794 1393 -1543 -256 +78 66 -2798 -2637 +73 -748 -1391 1407 +-273 590 -1220 2162 +1370 2377 -2316 -537 +-2680 -220 -1901 1137 +-2227 1642 -1613 1930 +4293 1118 -2846 2591 +-296 -2382 -1703 3755 diff --git a/AI_Engine_Development/AIE-ML/Design_Tutorials/07-Channelizer-Using-Vitis-Libraries/aie/channelizer/data/fft_front_o_7.txt b/AI_Engine_Development/AIE-ML/Design_Tutorials/07-Channelizer-Using-Vitis-Libraries/aie/channelizer/data/fft_front_o_7.txt index 9fcf60f5de..15c4b69e45 100644 --- a/AI_Engine_Development/AIE-ML/Design_Tutorials/07-Channelizer-Using-Vitis-Libraries/aie/channelizer/data/fft_front_o_7.txt +++ b/AI_Engine_Development/AIE-ML/Design_Tutorials/07-Channelizer-Using-Vitis-Libraries/aie/channelizer/data/fft_front_o_7.txt @@ -1,2048 +1,2048 @@ -322 -1387 --163 -1093 --433 -873 --724 -1189 --364 -1403 --62 -1136 --204 -1172 --576 -1612 --389 -1829 --13 -1325 --93 -1140 --381 -1571 --526 -1795 --233 -1426 --435 -1420 --106 -1610 --373 -1162 --298 -1427 -83 -1737 -271 -1769 -260 -1711 -187 -1353 -141 -1425 -400 -1212 -223 -1399 -219 -1712 -436 -2190 -909 -1875 -419 -1738 -349 -2018 -41 -2098 -37 -2208 -199 -1963 -340 -1330 --71 -1494 -619 -1975 -662 -1665 -310 -1759 -70 -1671 -318 -1964 -483 -1716 --134 -1723 -213 -1792 -358 -1238 -356 -1436 -319 -1721 -13 -1877 -83 -1770 -420 -2020 -820 -1949 -567 -1201 -356 -997 -673 -1089 -669 -992 -704 -1176 -1228 -1237 -1320 -1428 -661 -1526 -316 -1751 -823 -1617 -842 -1547 -850 -1534 -812 -1119 -546 -1099 224 414 +-163 -1093 -198 274 +-433 -873 -128 -279 +-724 -1189 -92 -446 +-364 -1403 -217 -263 +-62 -1136 -390 -233 +-204 -1172 -247 -490 +-576 -1612 -316 -637 +-389 -1829 -500 -796 +-13 -1325 -263 -610 +-93 -1140 -267 -312 +-381 -1571 -291 -413 +-526 -1795 -451 -464 +-233 -1426 -332 -132 +-435 -1420 -413 -55 +-106 -1610 -472 -289 +-373 -1162 -622 -781 +-298 -1427 -213 -646 +83 -1737 -434 -359 +271 -1769 -162 -750 +260 -1711 -33 -697 +187 -1353 -206 -1030 +141 -1425 113 -1013 +400 -1212 -41 -117 +223 -1399 -267 -521 +219 -1712 267 -428 +436 -2190 -176 -520 +909 -1875 -127 -574 +419 -1738 172 -448 +349 -2018 279 -305 +41 -2098 44 -591 +37 -2208 107 -563 +199 -1963 150 -50 +340 -1330 -103 -16 +-71 -1494 -35 -130 +619 -1975 285 -302 +662 -1665 300 -474 +310 -1759 396 -509 +70 -1671 21 -338 +318 -1964 -110 -520 +483 -1716 -30 -282 +-134 -1723 0 57 +213 -1792 133 68 +358 -1238 281 297 +356 -1436 -82 303 +319 -1721 -43 135 +13 -1877 230 78 +83 -1770 241 -43 +420 -2020 -256 -248 +820 -1949 -23 27 +567 -1201 50 389 +356 -997 112 97 +673 -1089 92 -78 +669 -992 255 -45 +704 -1176 379 -242 +1228 -1237 473 -427 +1320 -1428 96 -23 +661 -1526 -268 -167 +316 -1751 603 -361 +823 -1617 502 -50 +842 -1547 47 -307 +850 -1534 -44 -244 +812 -1119 8 85 +546 -1099 -226 439 -1204 254 --766 503 --939 437 --712 224 --448 245 --903 25 --1014 -265 --953 -320 --685 -328 --972 -117 --1362 -348 --1172 -103 --1327 214 --895 381 --647 519 --467 746 --777 309 --251 79 --618 272 --994 -243 --1143 -114 --1144 -313 --446 -192 --789 -102 --966 -323 --852 -300 --1082 -377 --984 -571 --1012 -280 --738 -535 --651 -337 --1005 -906 --737 -1021 --876 -415 --963 -878 --429 -1242 --609 -923 --773 -810 --580 -741 --619 -397 --1070 -390 --914 -928 --513 -911 --572 -1160 --158 -1045 --300 -887 --463 -1223 --600 -1071 --569 -1129 --234 -1376 --101 -1791 --17 -1455 --158 -1008 --61 -1002 --1 -983 --64 -838 -134 -811 -400 -711 -418 -530 -298 -715 -491 -829 -531 -847 -279 -980 -267 -1542 282 -317 +-766 503 119 -63 +-939 437 108 -112 +-712 224 180 317 +-448 245 -82 432 +-903 25 -70 527 +-1014 -265 -284 405 +-953 -320 223 19 +-685 -328 708 480 +-972 -117 272 286 +-1362 -348 425 -150 +-1172 -103 572 -13 +-1327 214 159 315 +-895 381 49 -182 +-647 519 447 -112 +-467 746 175 -11 +-777 309 -387 -225 +-251 79 -300 -380 +-618 272 -73 -25 +-994 -243 57 -48 +-1143 -114 31 -114 +-1144 -313 -1 -440 +-446 -192 49 -285 +-789 -102 -245 -61 +-966 -323 -31 -362 +-852 -300 324 -385 +-1082 -377 345 -257 +-984 -571 156 -101 +-1012 -280 209 -369 +-738 -535 292 -53 +-651 -337 343 -225 +-1005 -906 499 397 +-737 -1021 -309 139 +-876 -415 372 -4 +-963 -878 27 515 +-429 -1242 -98 -42 +-609 -923 -20 -93 +-773 -810 -103 -153 +-580 -741 -74 -67 +-619 -397 119 -282 +-1070 -390 -29 -187 +-914 -928 -84 -64 +-513 -911 200 125 +-572 -1160 271 -259 +-158 -1045 422 -75 +-300 -887 188 -203 +-463 -1223 356 -789 +-600 -1071 54 -529 +-569 -1129 -137 -603 +-234 -1376 321 -61 +-101 -1791 -201 257 +-17 -1455 -441 -290 +-158 -1008 -140 15 +-61 -1002 -774 272 +-1 -983 -403 -135 +-64 -838 -304 -82 +134 -811 -151 -123 +400 -711 -21 -403 +418 -530 338 -222 +298 -715 -76 144 +491 -829 148 207 +531 -847 87 109 +279 -980 -131 -84 +267 -1542 -292 136 -138 -109 -272 -296 -209 -111 --361 -217 --82 -352 -160 -175 --10 -196 --245 -455 --25 -427 --82 -196 -61 -114 --71 207 -100 -95 -282 -87 --201 -525 -116 -684 --107 -173 --40 -182 -95 455 --219 184 --10 -388 -449 -629 -255 -295 --2 -322 -286 153 -139 230 -307 -78 -439 -29 -131 -246 -127 -425 -175 -222 -132 -227 -22 -598 -6 -594 -316 -485 -529 155 --154 -66 --172 -407 --235 -389 -33 -624 --120 -22 --537 -72 -213 74 -176 162 -298 -269 -396 111 --313 -23 -55 -18 -29 54 -64 -132 --103 -141 --56 -280 -56 -308 --143 -54 --96 146 --91 398 -25 229 -61 -72 --355 -222 --448 65 --365 223 -84 62 --134 124 -94 -67 -210 -32 +272 -296 99 -437 +209 -111 114 -112 +-361 -217 220 -221 +-82 -352 346 -544 +160 -175 93 -548 +-10 -196 -249 -409 +-245 -455 -65 -419 +-25 -427 138 -302 +-82 -196 29 -99 +61 -114 -50 9 +-71 207 140 -424 +100 -95 -130 -158 +282 -87 -518 -262 +-201 -525 90 -27 +116 -684 84 -124 +-107 -173 386 -456 +-40 -182 180 4 +95 455 -26 -129 +-219 184 288 -215 +-10 -388 491 -129 +449 -629 728 6 +255 -295 484 108 +-2 -322 265 -379 +286 153 389 -513 +139 230 466 -484 +307 -78 99 -166 +439 -29 -55 -72 +131 -246 -85 -180 +127 -425 107 -59 +175 -222 65 343 +132 -227 298 163 +22 -598 360 213 +6 -594 -11 -15 +316 -485 111 32 +529 155 137 100 +-154 -66 372 431 +-172 -407 88 638 +-235 -389 106 228 +33 -624 66 0 +-120 -22 338 148 +-537 -72 162 534 +213 74 -66 440 +176 162 -378 239 +298 -269 -49 92 +396 111 188 425 +-313 -23 93 774 +55 -18 -302 555 +29 54 167 291 +64 -132 274 477 +-103 -141 132 474 +-56 -280 -287 386 +56 -308 10 54 +-143 -54 191 361 +-96 146 96 513 +-91 398 -72 515 +25 229 -101 411 +61 -72 -291 430 +-355 -222 149 239 +-448 65 217 195 +-365 223 217 15 +84 62 27 306 +-134 124 -134 143 +94 -67 206 -142 -186 155 --462 -1 --265 -49 --279 16 --117 232 --341 298 -87 68 -216 565 -261 619 -168 144 -252 -38 --116 131 -55 55 -228 36 -145 144 -22 32 -114 83 --51 -22 --229 -41 --78 -78 --105 -247 --193 -474 -234 36 -30 380 -134 -372 -163 -95 --13 -164 --7 -368 --108 -249 --279 -45 --525 -56 --279 -222 --56 21 -99 -236 -353 154 -79 -152 -385 -485 --84 -430 --79 -484 -129 202 -98 386 -3 206 --146 -292 -163 -404 -69 -342 -48 -573 -229 -722 --33 -581 --392 -348 --439 -155 --129 -255 --5 -194 --103 26 --63 321 --179 129 -72 -175 --115 -301 --1 -441 --30 -81 -69 48 --254 227 --311 219 --149 302 -106 72 506 95 +-462 -1 118 -31 +-265 -49 -43 -129 +-279 16 -187 -123 +-117 232 -190 -182 +-341 298 -110 -242 +87 68 -5 219 +216 565 126 -54 +261 619 70 287 +168 144 -284 112 +252 -38 -293 223 +-116 131 -96 -101 +55 55 319 -6 +228 36 70 -110 +145 144 -115 -490 +22 32 115 -335 +114 83 -505 0 +-51 -22 -656 -67 +-229 -41 -418 339 +-78 -78 -430 317 +-105 -247 -174 43 +-193 -474 -147 148 +234 36 -130 -1 +30 380 -112 -8 +134 -372 -82 -177 +163 -95 196 66 +-13 -164 105 373 +-7 -368 -179 245 +-108 -249 170 170 +-279 -45 -5 485 +-525 -56 -2 -90 +-279 -222 764 126 +-56 21 547 166 +99 -236 -36 223 +353 154 -348 -25 +79 -152 84 -136 +385 -485 85 -363 +-84 -430 208 -394 +-79 -484 135 161 +129 202 -250 247 +98 386 -110 -125 +3 206 37 68 +-146 -292 -305 395 +163 -404 -96 189 +69 -342 562 81 +48 -573 745 -1 +229 -722 280 443 +-33 -581 -535 333 +-392 -348 53 112 +-439 -155 111 433 +-129 -255 -195 52 +-5 -194 -226 -430 +-103 26 -39 -571 +-63 321 -45 -304 +-179 129 -261 -204 +72 -175 -114 -238 +-115 -301 196 48 +-1 -441 199 55 +-30 -81 223 -182 +69 48 -197 -241 +-254 227 -331 -181 +-311 219 -225 155 +-149 302 302 166 +106 72 438 222 -2056 1641 --2833 1109 --1143 548 --869 1488 --1578 2517 --1358 1701 --1196 998 -15 859 --2012 1617 --2855 1009 --971 587 --527 1291 --1292 1893 --2682 1647 --129 695 --2359 1293 --1544 393 --1170 1960 --1262 1970 --2154 1177 --2191 1918 --2444 258 --1712 1296 --1944 365 --552 1418 --968 1165 --1047 2554 --2950 833 --789 -257 --1678 172 --992 169 --1858 1104 --1567 1252 --2937 -88 --245 577 --2428 1938 --1964 38 --1609 691 --1639 536 --1275 1949 --1991 -250 --1565 287 --2106 2219 --1971 -255 --1424 1334 --576 327 --2090 369 --1853 1769 --1326 1480 --3804 870 --3013 294 --1778 26 --2138 1128 --1903 -513 --2227 826 --2295 1505 --1652 -257 --1816 -931 --1561 1300 --1995 886 --1889 592 --2549 232 --2334 -109 --1552 -315 -429 -1166 +-2833 1109 718 -1118 +-1143 548 1036 417 +-869 1488 541 -581 +-1578 2517 -762 -528 +-1358 1701 973 -222 +-1196 998 611 -730 +15 859 543 -453 +-2012 1617 538 -212 +-2855 1009 -1845 318 +-971 587 -222 -859 +-527 1291 -461 -752 +-1292 1893 -621 -223 +-2682 1647 -1101 -345 +-129 695 889 -176 +-2359 1293 618 -452 +-1544 393 772 658 +-1170 1960 -1648 642 +-1262 1970 80 -362 +-2154 1177 425 1138 +-2191 1918 -96 -447 +-2444 258 321 387 +-1712 1296 -927 774 +-1944 365 -1311 -1126 +-552 1418 1460 1765 +-968 1165 -735 -160 +-1047 2554 910 1102 +-2950 833 59 -61 +-789 -257 -811 1394 +-1678 172 602 172 +-992 169 -81 -8 +-1858 1104 -778 772 +-1567 1252 -534 -452 +-2937 -88 85 -233 +-245 577 -100 299 +-2428 1938 -119 788 +-1964 38 572 -44 +-1609 691 -1074 813 +-1639 536 384 -368 +-1275 1949 -556 428 +-1991 -250 -652 436 +-1565 287 -660 -387 +-2106 2219 -322 373 +-1971 -255 -386 -576 +-1424 1334 163 -625 +-576 327 -377 394 +-2090 369 -224 271 +-1853 1769 -50 -146 +-1326 1480 424 -389 +-3804 870 -1711 620 +-3013 294 738 -11 +-1778 26 635 -477 +-2138 1128 212 236 +-1903 -513 315 -155 +-2227 826 111 65 +-2295 1505 -63 -150 +-1652 -257 -882 -1047 +-1816 -931 684 233 +-1561 1300 -401 679 +-1995 886 -566 -1930 +-1889 592 -751 -717 +-2549 232 -366 -434 +-2334 -109 -865 -94 +-1552 -315 504 -624 391 1802 -135 346 -580 672 -17 998 --292 -9 -1225 -326 --203 991 -252 1021 --259 501 --41 33 -484 586 --1181 140 -618 346 --1324 950 --120 701 --1248 -836 -888 839 --1265 841 -54 17 -681 740 --117 -398 -793 2050 --1169 516 -29 -643 --571 643 --268 667 -290 -109 --1169 1075 --462 151 --571 1612 --757 -570 -599 576 --833 853 --1272 9 -1367 1440 --681 283 --888 -244 --823 622 --1308 547 --1030 -59 -259 -478 -364 1162 --276 216 -429 304 --1448 37 -239 -281 --299 -624 --899 -724 -367 959 --73 804 --37 1429 --1561 -567 --950 -118 --98 97 --1408 -555 --619 34 --255 157 --591 95 --175 -253 -39 -499 --945 -259 -100 -490 --207 -651 -307 1046 -267 283 +135 346 -886 -600 +580 672 -463 511 +17 998 -1090 -1695 +-292 -9 -240 -399 +1225 -326 200 -707 +-203 991 330 102 +252 1021 -112 1715 +-259 501 -815 -831 +-41 33 672 -528 +484 586 509 -158 +-1181 140 -459 -376 +618 346 -15 -1499 +-1324 950 625 635 +-120 701 -1052 -284 +-1248 -836 -213 -274 +888 839 859 -726 +-1265 841 -439 1227 +54 17 640 302 +681 740 649 35 +-117 -398 623 169 +793 2050 704 277 +-1169 516 -739 -630 +29 -643 557 -371 +-571 643 764 494 +-268 667 -800 471 +290 -109 -1025 376 +-1169 1075 -611 -154 +-462 151 -77 1005 +-571 1612 -1047 -593 +-757 -570 -910 1244 +599 576 -1832 -1864 +-833 853 1280 -671 +-1272 9 -1397 507 +1367 1440 509 -1925 +-681 283 187 469 +-888 -244 774 -244 +-823 622 -195 -122 +-1308 547 183 229 +-1030 -59 372 462 +259 -478 -481 -1173 +364 1162 -547 972 +-276 216 111 386 +429 304 487 57 +-1448 37 -1048 -681 +239 -281 762 334 +-299 -624 138 103 +-899 -724 -1505 -620 +367 959 -280 1100 +-73 804 -1720 -552 +-37 1429 -177 -980 +-1561 -567 793 -132 +-950 -118 -1896 -576 +-98 97 1108 -463 +-1408 -555 -608 877 +-619 34 930 11 +-255 157 -114 117 +-591 95 1180 1284 +-175 -253 -1069 35 +39 -499 -536 -195 +-945 -259 -579 -21 +100 -490 725 -1031 +-207 -651 -168 -701 +307 1046 -438 202 800 822 -326 514 --195 -1246 -976 -748 --113 147 -582 143 -767 -981 -592 -57 -251 -339 -77 -1310 --422 -593 -472 -1581 --103 493 -264 -1076 -1037 -726 --831 1353 -770 -1065 --262 343 -405 -869 -1545 -717 -885 -5 -215 771 --439 -1763 --167 413 --440 -511 -533 -878 -396 194 --431 -1154 -984 -583 -374 669 --7 510 -1224 265 -1248 98 --130 -71 --83 992 --1192 -1467 -1258 -533 -504 -74 -796 777 -746 1520 --579 -1644 -767 1275 --702 870 -479 -126 -157 1126 --712 -580 -1602 -266 --615 1040 -1411 762 -120 -520 -273 456 -960 378 --668 993 --191 383 --636 512 --18 525 -496 818 -629 -134 -282 -644 --1243 904 -785 888 --452 220 -104 131 --978 1620 1345 -8 +326 514 -602 378 +-195 -1246 -650 252 +976 -748 22 1109 +-113 147 121 308 +582 143 -477 -372 +767 -981 -210 408 +592 -57 -327 1107 +251 -339 -802 -273 +77 -1310 -678 -417 +-422 -593 -279 -225 +472 -1581 742 594 +-103 493 -455 -2291 +264 -1076 359 1018 +1037 -726 -595 703 +-831 1353 313 -319 +770 -1065 -320 864 +-262 343 -709 -877 +405 -869 -13 1046 +1545 -717 631 373 +885 -5 -720 74 +215 771 -615 719 +-439 -1763 907 -1809 +-167 413 491 502 +-440 -511 315 112 +533 -878 -1221 -236 +396 194 -505 -408 +-431 -1154 -403 319 +984 -583 541 582 +374 669 -459 276 +-7 510 53 393 +1224 265 772 643 +1248 98 144 -891 +-130 -71 742 345 +-83 992 -564 512 +-1192 -1467 -239 860 +1258 -533 -1025 142 +504 -74 517 -603 +796 777 303 974 +746 1520 -204 196 +-579 -1644 -1216 671 +767 1275 375 -145 +-702 870 107 -309 +479 -126 850 36 +157 1126 -572 541 +-712 -580 -1216 311 +1602 -266 -817 -716 +-615 1040 839 -238 +1411 762 -1076 1038 +120 -520 -354 -395 +273 456 -687 -317 +960 378 627 233 +-668 993 -709 953 +-191 383 -904 -402 +-636 512 -841 23 +-18 525 174 -114 +496 818 -260 -208 +629 -134 134 -151 +282 -644 -584 1447 +-1243 904 599 -402 +785 888 -638 -204 +-452 220 110 -395 +104 131 485 -175 +-978 1620 -88 1041 323 -339 -408 -256 -245 648 -290 -416 --1578 -181 -841 -125 --685 930 --1194 377 --389 176 -879 -569 --820 -519 -337 -744 --797 -131 -157 -43 --553 -929 -208 510 -675 -642 -440 -275 -721 -429 --405 603 -537 324 --441 121 --1822 986 -1458 -940 -60 453 --840 -340 -532 213 -954 173 --615 -86 -417 -251 -407 -620 --745 1108 -426 70 -317 1020 --547 -187 -1676 549 --596 58 -496 -707 --432 583 --1447 -363 -191 -630 -462 -1090 -739 371 -53 335 -190 158 -87 419 -389 530 --96 -473 --551 -81 -391 400 -302 291 --9 -368 --536 -712 --232 -281 -1319 -348 --306 102 -681 -217 --956 -194 --653 -358 --500 -128 --31 -1217 --648 -63 -541 -437 --18 -219 -715 -249 +408 -256 877 -1430 +245 648 -290 -751 +290 -416 385 685 +-1578 -181 -31 -344 +841 -125 -626 828 +-685 930 -873 -617 +-1194 377 -288 1002 +-389 176 -769 -1578 +879 -569 374 363 +-820 -519 697 -1300 +337 -744 -220 1019 +-797 -131 -255 -120 +157 -43 426 -566 +-553 -929 98 366 +208 510 -987 -140 +675 -642 378 -1345 +440 -275 -188 661 +721 -429 83 81 +-405 603 552 -583 +537 324 -31 876 +-441 121 -379 -186 +-1822 986 -269 405 +1458 -940 599 -268 +60 453 -366 363 +-840 -340 -1247 208 +532 213 -519 -749 +954 173 -207 -430 +-615 -86 -557 1204 +417 -251 454 -722 +407 -620 412 1590 +-745 1108 -1093 628 +426 70 451 -864 +317 1020 -397 -2055 +-547 -187 665 1269 +1676 549 453 181 +-596 58 581 427 +496 -707 25 389 +-432 583 -584 -870 +-1447 -363 944 -350 +191 -630 717 190 +462 -1090 -839 -439 +739 371 24 -690 +53 335 445 849 +190 158 -541 959 +87 419 -703 -907 +389 530 -1366 -2097 +-96 -473 1101 -422 +-551 -81 -37 385 +391 400 470 -1362 +302 291 924 -424 +-9 -368 1087 691 +-536 -712 -239 800 +-232 -281 -205 138 +1319 -348 -99 -161 +-306 102 -258 500 +681 -217 -665 50 +-956 -194 71 -52 +-653 -358 -540 -201 +-500 -128 -293 -1521 +-31 -1217 -958 -217 +-648 -63 -32 331 +541 -437 -717 970 +-18 -219 -325 -839 233 -3411 -3051 -1363 -148 -2450 -268 -2396 -1822 -2212 -565 -3678 -646 -1992 -877 -851 -2407 -3627 -2000 -2277 --1827 -2081 --480 -1209 -1923 -2825 -3259 -3144 --819 -1692 -1468 -2888 -1195 -1831 --735 -3735 -900 -2824 -518 -1733 -834 -2709 -3254 -910 -487 -3426 --211 -864 --1103 -2371 -1283 -1542 --677 -3480 -2761 -15 -445 -43 -782 -927 --65 609 -3079 -54 -2262 -2675 -3762 -1897 --386 -1622 -1605 -3238 -156 977 -1572 -417 -1798 -456 -1850 -2167 -1980 -571 -2227 94 -2874 -2127 -3507 -28 -788 -2922 -0 821 -4698 460 -2939 -2359 -1196 -2131 -3474 921 -4265 -851 -2135 -1209 -1770 -3786 -2401 -186 -1330 -2743 -217 -2698 --129 726 -799 1701 -3039 -805 -1158 -1096 -733 -863 -3363 925 -1788 -1918 -2252 -1078 -1337 1507 +3051 -1363 -262 2578 +148 -2450 -1918 1012 +268 -2396 -900 2422 +1822 -2212 1566 1685 +565 -3678 -944 1418 +646 -1992 -725 2006 +877 -851 -1653 869 +2407 -3627 -1599 1172 +2000 -2277 2989 -238 +-1827 -2081 -320 1978 +-480 -1209 -969 1012 +1923 -2825 0 2492 +3259 -3144 1539 519 +-819 -1692 -1994 825 +1468 -2888 74 895 +1195 -1831 -1462 665 +-735 -3735 2238 275 +900 -2824 -41 2199 +518 -1733 -873 -388 +834 -2709 924 1194 +3254 -910 -1493 1494 +487 -3426 656 2024 +-211 -864 1698 2613 +-1103 -2371 -2858 -1703 +1283 -1542 260 3361 +-677 -3480 750 -220 +2761 -15 180 1533 +445 -43 478 -1236 +782 -927 -2340 1148 +-65 609 176 2177 +3079 -54 597 1497 +2262 -2675 -173 681 +3762 -1897 -61 1002 +-386 -1622 -586 599 +1605 -3238 -1243 186 +156 977 -2784 2624 +1572 -417 657 -315 +1798 -456 -1998 1582 +1850 -2167 708 1381 +1980 -571 985 342 +2227 94 -65 522 +2874 -2127 -375 187 +3507 -28 -741 -356 +788 -2922 -1146 798 +0 821 500 -1153 +4698 460 -1745 -1408 +2939 -2359 -1690 1198 +1196 -2131 -195 1635 +3474 921 1912 -1500 +4265 -851 -2527 -569 +2135 -1209 -1648 504 +1770 -3786 21 -756 +2401 -186 -1603 -26 +1330 -2743 -1288 -466 +217 -2698 -2845 1155 +-129 726 1671 1147 +799 1701 -415 -246 +3039 -805 -1449 -2608 +1158 -1096 -1596 1526 +733 -863 -625 852 +3363 925 -1325 1068 +1788 -1918 -206 1035 +2252 -1078 246 144 -357 -2796 -753 483 -1109 -1839 -1177 -2264 -320 489 --1480 1487 -1702 -835 -880 203 -341 955 -1272 392 -1183 489 -4566 661 --726 -1422 -2716 -1574 -312 -1671 -1315 -309 --2548 -656 -859 -474 --904 733 -748 1081 -2205 1413 --165 -2975 -2288 -123 --1187 1576 -836 0 -764 455 -369 412 -1806 -407 -1076 1293 -670 -1428 -1172 1740 --1200 1639 -650 1678 -3451 371 --2697 86 -2015 3064 -471 829 -551 -690 -1835 1530 -1490 379 -851 1362 -331 -721 -880 586 --344 267 -1658 347 --2191 441 -968 1740 -1274 1835 --1511 -1087 --1245 1579 --515 1430 -3198 2747 -1058 -171 --1255 -167 -2102 1633 -63 501 --687 842 --84 393 -4 -525 --319 -297 -286 1 --2645 1484 --586 958 --1225 1874 628 -945 +753 483 1081 834 +1109 -1839 1326 -1472 +1177 -2264 1270 1924 +320 489 307 -755 +-1480 1487 -1000 -181 +1702 -835 -598 -956 +880 203 444 -1973 +341 955 -278 128 +1272 392 -1317 651 +1183 489 -1756 773 +4566 661 -587 -132 +-726 -1422 -613 868 +2716 -1574 -1962 -1554 +312 -1671 41 604 +1315 -309 -826 1000 +-2548 -656 -496 3375 +859 -474 2444 -781 +-904 733 621 308 +748 1081 -320 -298 +2205 1413 -450 -448 +-165 -2975 -482 691 +2288 -123 856 2160 +-1187 1576 -292 151 +836 0 -1367 -972 +764 455 -166 -972 +369 412 -363 861 +1806 -407 416 1257 +1076 1293 -233 -585 +670 -1428 1311 853 +1172 1740 418 -1796 +-1200 1639 1922 2339 +650 1678 -1466 1197 +3451 371 2079 -1946 +-2697 86 -1505 1882 +2015 3064 62 -209 +471 829 -1492 835 +551 -690 1562 940 +1835 1530 -437 -137 +1490 379 -905 -432 +851 1362 1182 2472 +331 -721 -14 -1885 +880 586 72 -10 +-344 267 -801 -447 +1658 347 349 839 +-2191 441 -2099 -1098 +968 1740 -2699 2016 +1274 1835 1878 1586 +-1511 -1087 -442 342 +-1245 1579 818 1196 +-515 1430 148 1079 +3198 2747 -1444 739 +1058 -171 2851 1787 +-1255 -167 -1858 -206 +2102 1633 1422 984 +63 501 -793 1577 +-687 842 746 855 +-84 393 -2252 -382 +4 -525 1189 828 +-319 -297 2136 12 +286 1 883 -382 +-2645 1484 -1736 932 +-586 958 -536 2126 +-1225 1874 1135 -485 -2091 -1631 --368 -1017 -275 1291 --652 -872 -119 544 --238 -1298 --1087 824 -1350 478 -1392 162 -1300 -108 -568 -57 --825 307 --157 -2529 --859 1234 --1816 2232 -1315 -563 -256 2911 -1746 -1324 --663 -1035 --312 -1075 --1021 -212 --738 -1169 -406 3123 -356 -334 -942 -1225 --739 247 --638 -1934 -222 910 --2556 1467 --597 330 -1912 630 --211 -499 --339 1390 -2467 1239 -915 -1694 -1512 1193 --1448 1470 -1174 1665 --537 1 -555 -606 -2652 2781 --174 -2055 -1223 -905 --1216 1083 --177 -86 -801 1979 --598 1937 -1424 -813 --360 -233 -1038 2338 -489 -463 --1857 839 -977 -74 -1163 1355 -1635 -858 --419 -625 -338 -66 -319 -287 --1025 2092 -3342 611 -815 -793 -64 469 --1173 293 -2202 -1158 -1632 -413 +-368 -1017 -54 357 +275 1291 -625 -597 +-652 -872 -1741 -1221 +119 544 -1503 1330 +-238 -1298 -700 1647 +-1087 824 1171 940 +1350 478 363 -1941 +1392 162 745 1189 +1300 -108 952 -376 +568 -57 267 -136 +-825 307 -1208 587 +-157 -2529 2104 3242 +-859 1234 -784 -2135 +-1816 2232 1265 -1542 +1315 -563 -705 141 +256 2911 -1543 -1504 +1746 -1324 346 917 +-663 -1035 -294 -825 +-312 -1075 -1053 -783 +-1021 -212 -488 -950 +-738 -1169 -794 -1328 +406 3123 -2042 3074 +356 -334 -653 -1130 +942 -1225 -1982 127 +-739 247 913 640 +-638 -1934 -312 1173 +222 910 1453 298 +-2556 1467 -408 -62 +-597 330 756 1477 +1912 630 1414 -1228 +-211 -499 -1242 -996 +-339 1390 -940 792 +2467 1239 -1240 -21 +915 -1694 676 -1673 +1512 1193 -648 32 +-1448 1470 3254 307 +1174 1665 -1253 -526 +-537 1 -2291 -1370 +555 -606 1452 1396 +2652 2781 680 94 +-174 -2055 -764 365 +1223 -905 541 950 +-1216 1083 843 -1174 +-177 -86 -318 -1137 +801 1979 740 -1182 +-598 1937 -218 107 +1424 -813 -616 -478 +-360 -233 54 -3027 +1038 2338 -2372 1157 +489 -463 -420 258 +-1857 839 -1714 -773 +977 -74 1321 -1186 +1163 1355 -962 -1117 +1635 -858 -318 44 +-419 -625 108 -713 +338 -66 658 -941 +319 -287 -408 -1220 +-1025 2092 60 -2329 +3342 611 -834 635 +815 -793 416 1102 +64 469 -344 -238 +-1173 293 -1001 179 +2202 -1158 -1062 -1040 -369 635 -1742 721 -183 -1075 -446 -429 -1044 -1323 --1723 825 --317 -2179 -1653 -1331 -960 -1736 --1820 647 -1611 936 --256 -688 -527 -231 --2118 -787 --12 1334 -0 -575 --1507 504 -48 -541 --303 -253 -500 -2267 --2013 295 -1200 1660 -3284 -1472 --2314 -287 --858 -284 --141 900 --563 1436 --1456 327 -2702 1096 -640 475 -468 -225 -1245 -186 --1116 1418 --603 -924 -367 315 --2002 -955 -163 624 --243 2448 -619 -986 -2217 -611 --959 -989 --1637 705 --594 -19 --864 -155 --671 -220 -0 1543 --1429 1090 -618 1744 -2285 585 -948 -269 -557 15 --367 -69 -1191 981 -354 -1463 --2083 -399 -1058 -957 --1013 -69 -1919 1440 -636 -130 --380 23 -628 1306 -2568 -57 --623 -1115 --1327 129 -1437 948 +1742 721 -963 2803 +183 -1075 -1015 223 +446 -429 -563 -316 +1044 -1323 620 960 +-1723 825 1135 -1205 +-317 -2179 1305 332 +1653 -1331 -925 -1699 +960 -1736 802 3029 +-1820 647 1536 -694 +1611 936 -372 656 +-256 -688 -757 -2241 +527 -231 -546 1174 +-2118 -787 -1805 1002 +-12 1334 332 657 +0 -575 409 976 +-1507 504 140 3159 +48 -541 1939 -311 +-303 -253 1405 -1311 +500 -2267 309 -133 +-2013 295 -1152 -2035 +1200 1660 1063 916 +3284 -1472 1668 6 +-2314 -287 -899 375 +-858 -284 547 -219 +-141 900 1442 -796 +-563 1436 -440 -78 +-1456 327 538 1069 +2702 1096 -976 -1317 +640 475 -63 1457 +468 -225 -72 -2468 +1245 -186 121 -445 +-1116 1418 -1827 745 +-603 -924 -338 2773 +367 315 -713 -1981 +-2002 -955 -1152 1800 +163 624 -726 547 +-243 2448 -418 985 +619 -986 1207 1015 +2217 -611 -836 -248 +-959 -989 -1230 -957 +-1637 705 1629 -239 +-594 -19 579 -177 +-864 -155 -526 -1517 +-671 -220 -202 -3681 +0 1543 -934 1248 +-1429 1090 188 1444 +618 1744 -568 1071 +2285 585 1748 -1640 +948 -269 -1169 -661 +557 15 -1646 105 +-367 -69 -1290 334 +1191 981 1644 402 +354 -1463 438 537 +-2083 -399 1863 808 +1058 -957 124 84 +-1013 -69 1143 -132 +1919 1440 -1130 -1279 +636 -130 421 414 +-380 23 1011 2081 +628 1306 905 403 +2568 -57 -200 54 +-623 -1115 630 -2698 +-1327 129 -1075 548 2583 658 --913 -2442 -816 962 --682 -2024 --1869 -2206 -280 -400 -469 -942 --3339 -3945 --1970 -661 --310 348 -5568 -755 --132 -5137 --3846 -2653 --2695 -875 -1076 -2459 --767 -916 --1765 80 -3203 731 --118 -1443 -2796 -2994 -2159 -1859 --1466 -1935 -1848 -325 -2330 -1154 -3397 -1442 --592 -3575 -2753 -2047 -208 -4776 -506 -2840 -1791 -561 -3243 -3911 --1136 -5758 --1463 -687 --792 -107 -911 -810 -1997 -373 -3932 -4386 --952 -3085 -1315 -1779 --421 -1894 -1281 -2043 --2806 -3241 --1390 -1255 --1702 -811 -1869 155 -982 -3165 --2879 -3451 --769 -1390 -1453 -602 -1926 -5390 --1902 -2268 --1317 640 -1535 3606 -765 -647 -2383 -228 -3576 1110 -5416 -3841 -1255 -5366 --3016 -2560 -1934 -1493 -2782 -1608 --1142 -4598 -2101 1981 --408 -612 5993 2124 +-913 -2442 151 1283 +816 962 4075 88 +-682 -2024 3530 -1033 +-1869 -2206 -55 -20 +280 -400 2884 953 +469 -942 2820 -1412 +-3339 -3945 2501 979 +-1970 -661 3060 253 +-310 348 -893 2229 +5568 -755 2427 1345 +-132 -5137 3157 2438 +-3846 -2653 3564 -1714 +-2695 -875 284 2327 +1076 -2459 2661 1135 +-767 -916 -1232 1604 +-1765 80 3241 487 +3203 731 1586 934 +-118 -1443 2072 -256 +2796 -2994 1869 1064 +2159 -1859 240 968 +-1466 -1935 2445 -1715 +1848 -325 839 -2748 +2330 -1154 -223 969 +3397 -1442 3632 3556 +-592 -3575 2376 -2556 +2753 -2047 -1634 805 +208 -4776 907 -1388 +506 -2840 -524 1829 +1791 -561 3023 1243 +3243 -3911 -426 -1168 +-1136 -5758 -348 -890 +-1463 -687 1400 3698 +-792 -107 -1398 1691 +911 -810 810 2034 +1997 -373 2409 2456 +3932 -4386 3634 -1127 +-952 -3085 300 1797 +1315 -1779 1687 -24 +-421 -1894 -2318 563 +1281 -2043 -1155 1064 +-2806 -3241 213 3163 +-1390 -1255 976 1917 +-1702 -811 716 4725 +1869 155 48 2818 +982 -3165 223 4008 +-2879 -3451 2815 4018 +-769 -1390 1466 2 +1453 -602 -1495 429 +1926 -5390 -2433 3614 +-1902 -2268 944 4504 +-1317 640 467 3510 +1535 3606 -2092 2873 +765 -647 1035 3727 +2383 -228 1311 3399 +3576 1110 5700 1156 +5416 -3841 -2980 631 +1255 -5366 -2438 1149 +-3016 -2560 1756 6630 +1934 -1493 2450 963 +2782 -1608 660 2451 +-1142 -4598 548 683 +2101 1981 -597 1018 +-408 -612 -3125 3344 -13 3473 --315 -898 --2212 2534 --56 4119 -1446 -1312 -1297 -1615 --2143 271 --1301 -1416 -625 -992 --1257 -267 --1653 -2368 --6548 -374 --197 2939 --3935 3667 -402 4665 -179 3993 -2886 1694 -2420 1630 -1685 -843 --1328 -2113 --4918 -295 --1176 4006 --2531 43 -2326 433 --214 -214 --1608 -124 --1094 708 --823 177 --1337 -1459 --757 1565 -136 -109 -1491 -2951 -20 -3571 --3520 728 -1724 -913 --2494 -3799 -869 -245 --8 1825 --1180 -3718 --742 94 --2804 -879 --868 329 --959 -1509 --572 -1036 --2395 57 -3324 684 --2297 -1132 --2148 -1416 -172 1274 -142 -3549 -678 -3805 --3895 -3243 --2063 1796 -2012 1019 --2223 -2154 --1422 251 -896 -321 -528 1225 --43 1257 -802 429 --822 -48 -3563 -1428 --397 15 -933 -5094 908 637 +-315 -898 252 -2578 +-2212 2534 -2381 2452 +-56 4119 -83 -370 +1446 -1312 -276 2355 +1297 -1615 1337 1846 +-2143 271 44 1719 +-1301 -1416 41 1637 +625 -992 1359 2088 +-1257 -267 3090 1378 +-1653 -2368 2065 -1182 +-6548 -374 1428 1481 +-197 2939 2168 1350 +-3935 3667 2108 152 +402 4665 773 -463 +179 3993 2334 -234 +2886 1694 21 -5459 +2420 1630 -3183 14 +1685 -843 -1753 -1915 +-1328 -2113 -594 -198 +-4918 -295 -1220 509 +-1176 4006 132 -1926 +-2531 43 -738 -3676 +2326 433 -1808 2061 +-214 -214 1263 1827 +-1608 -124 2158 20 +-1094 708 2616 -2352 +-823 177 1294 -1350 +-1337 -1459 860 -771 +-757 1565 -583 -248 +136 -109 3946 727 +1491 -2951 470 -1071 +20 -3571 253 -707 +-3520 728 -1181 3659 +1724 -913 2059 431 +-2494 -3799 404 -382 +869 -245 824 -966 +-8 1825 -2664 -1230 +-1180 -3718 901 350 +-742 94 2042 -109 +-2804 -879 -1166 -3537 +-868 329 948 2214 +-959 -1509 968 -1614 +-572 -1036 942 -544 +-2395 57 796 -1440 +3324 684 1602 -197 +-2297 -1132 4283 -4121 +-2148 -1416 -2153 -4299 +172 1274 -530 -3443 +142 -3549 208 -837 +678 -3805 -30 172 +-3895 -3243 477 -715 +-2063 1796 -2848 -2519 +2012 1019 -70 2243 +-2223 -2154 -1903 -1985 +-1422 251 -1060 -1791 +896 -321 -2242 -183 +528 1225 1953 -1179 +-43 1257 -326 -2363 +802 429 -2910 627 +-822 -48 950 1422 +3563 -1428 1672 250 +-397 15 -81 -3390 +933 -5094 -1756 437 2320 138 -1291 -1612 --1255 -2602 --348 2488 --8 -1929 -186 535 --55 -1191 --2750 -4 --933 -37 --2112 1161 -1144 916 -1148 1003 -1383 3783 -2771 -991 -2028 -3967 -537 -1750 --1386 -5314 --1983 1752 -1301 2253 --1038 2408 -888 625 -1785 559 -374 -2468 -893 464 -347 3324 -1549 920 -2017 3329 -2203 348 -3507 -585 -938 -1953 --735 -1758 --458 -357 -276 -3272 --2507 -1884 -542 1884 -1547 -158 -2160 -1305 --1942 -3612 -544 -1736 --1002 -2728 --4922 -3213 --1225 3013 --732 564 -1773 -376 -137 -262 -300 -298 --2144 -1943 --1597 1844 -62 424 --2033 -3728 --655 2023 -1314 -2097 --782 -1724 --1364 -2067 --1453 1893 -106 818 --1428 -311 --1492 2072 --5 -3266 --5270 -443 --2863 2790 -899 -1088 -1648 1612 --1893 -937 79 1345 +1291 -1612 2174 -1796 +-1255 -2602 2115 339 +-348 2488 2860 -179 +-8 -1929 2522 -3266 +186 535 499 -1442 +-55 -1191 -2392 -805 +-2750 -4 2124 1066 +-933 -37 485 -1067 +-2112 1161 -682 1476 +1144 916 -220 1297 +1148 1003 1164 -1882 +1383 3783 -2547 -1816 +2771 -991 361 2252 +2028 -3967 -439 1383 +537 -1750 2001 -111 +-1386 -5314 3121 1021 +-1983 1752 -1042 -1130 +1301 2253 664 -81 +-1038 2408 -811 674 +888 625 663 2038 +1785 559 1912 1387 +374 -2468 894 -1093 +893 464 -875 363 +347 3324 3321 -714 +1549 920 -261 -826 +2017 3329 1061 -2109 +2203 348 -3564 -1221 +3507 -585 -1565 -1376 +938 -1953 -1758 -2775 +-735 -1758 -3726 1628 +-458 -357 348 -191 +276 -3272 -51 -550 +-2507 -1884 -890 -1158 +542 1884 -1457 1722 +1547 -158 502 -852 +2160 -1305 -4810 -894 +-1942 -3612 1123 1639 +544 -1736 2590 -195 +-1002 -2728 -2477 -2397 +-4922 -3213 -352 -828 +-1225 3013 759 -127 +-732 564 -405 -1717 +1773 -376 -3144 1389 +137 -262 504 702 +300 -298 -225 395 +-2144 -1943 1120 1815 +-1597 1844 -1491 -408 +62 424 559 1545 +-2033 -3728 3035 -2182 +-655 2023 1571 176 +1314 -2097 1434 -1253 +-782 -1724 -1465 -841 +-1364 -2067 3041 2264 +-1453 1893 1455 -716 +106 818 -107 402 +-1428 -311 -66 894 +-1492 2072 770 847 +-5 -3266 1261 1066 +-5270 -443 433 -1537 +-2863 2790 -496 -1809 +899 -1088 1168 779 +1648 1612 1080 -1399 +-1893 -937 1455 -1255 65 -1715 --4380 -1015 --568 -55 --645 -483 --1266 2805 -890 424 -1951 2639 --298 1554 -1194 2693 -3480 -323 -711 -1178 -1051 1297 -444 -393 -3997 2158 -1178 -1757 --252 -511 -1631 -1125 --1332 407 --521 536 -280 512 -2686 -2357 --50 -2399 --1392 144 -2590 1676 -1076 -1766 -1796 -950 -356 -2084 -596 -1038 --3062 -1581 --1298 -741 --1201 1761 --746 -1262 -1563 -1656 -169 125 -392 1105 -993 493 -1966 -1230 -146 -3771 --1298 -191 --1938 1903 -1780 3902 -2861 560 --216 -1294 -1493 -590 --217 -490 --1026 -3671 -1746 -2267 --536 -4182 --4650 -1121 --3045 -983 --2381 -603 --676 1804 --1546 448 --318 3901 -1748 697 --2173 1507 -458 -140 --1915 -1427 --1060 900 -773 223 --2320 222 --2863 1663 -112 2914 -1521 1212 3691 -858 +-4380 -1015 -27 -1951 +-568 -55 930 3515 +-645 -483 1664 -1086 +-1266 2805 -493 -1738 +890 424 -1933 314 +1951 2639 55 1607 +-298 1554 3581 843 +1194 2693 -334 -2358 +3480 -323 -3427 1122 +711 -1178 -833 805 +1051 1297 2338 2939 +444 -393 1835 -1286 +3997 2158 2481 -1169 +1178 -1757 -1287 -1601 +-252 -511 578 -1130 +1631 -1125 -1230 -2487 +-1332 407 -3959 131 +-521 536 -3639 3347 +280 512 -2375 2775 +2686 -2357 2441 3404 +-50 -2399 -1212 -903 +-1392 144 -1300 394 +2590 1676 741 270 +1076 -1766 -372 -153 +1796 -950 496 2525 +356 -2084 2988 1824 +596 -1038 -1654 -838 +-3062 -1581 3000 1139 +-1298 -741 -1193 -826 +-1201 1761 664 2158 +-746 -1262 1931 -1582 +1563 -1656 1954 -24 +169 125 665 -369 +392 1105 -1050 1242 +993 493 1769 -2129 +1966 -1230 423 -860 +146 -3771 342 -2968 +-1298 -191 -2430 596 +-1938 1903 5 1789 +1780 3902 2045 1724 +2861 560 -2699 1193 +-216 -1294 -666 2830 +1493 -590 909 1610 +-217 -490 2377 3657 +-1026 -3671 3158 -789 +1746 -2267 2226 1007 +-536 -4182 -1473 259 +-4650 -1121 -1925 3682 +-3045 -983 1957 2203 +-2381 -603 802 336 +-676 1804 1 -2364 +-1546 448 -1605 -3003 +-318 3901 -673 -2286 +1748 697 -2481 -1204 +-2173 1507 993 -809 +458 -140 -118 362 +-1915 -1427 3006 2833 +-1060 900 1582 -2082 +773 223 -1261 -1352 +-2320 222 -642 530 +-2863 1663 -1151 -1140 +112 2914 473 3638 +1521 1212 1671 1632 diff --git a/AI_Engine_Development/AIE-ML/Design_Tutorials/07-Channelizer-Using-Vitis-Libraries/aie/channelizer/gen_vectors.m b/AI_Engine_Development/AIE-ML/Design_Tutorials/07-Channelizer-Using-Vitis-Libraries/aie/channelizer/gen_vectors.m index 826418dc0b..6bb9b0fec0 100755 --- a/AI_Engine_Development/AIE-ML/Design_Tutorials/07-Channelizer-Using-Vitis-Libraries/aie/channelizer/gen_vectors.m +++ b/AI_Engine_Development/AIE-ML/Design_Tutorials/07-Channelizer-Using-Vitis-Libraries/aie/channelizer/gen_vectors.m @@ -195,7 +195,7 @@ data = reshape(filterbank_o(:,tt),Nfft,Nfft); for pp = 1 : FFT_SSR fid = fopen(sprintf('data/fft_front_i_%d.txt',pp-1),'a'); - data_u = reshape(transpose(data(pp:FFT_SSR:end,:)),1,[]); + data_u = reshape(data(pp:FFT_SSR:end,:),1,[]); for ii = 1 : numel(data_u) fprintf(fid,'%d %d\n',real(data_u(ii)).int,imag(data_u(ii)).int); end @@ -203,38 +203,41 @@ end end -% --> Outputs of 'front' transforms taken in polyphase order for tt = 1 : Niter data = squeeze(front_o(:,:,tt)); for pp = 1 : FFT_SSR fid = fopen(sprintf('data/fft_front_o_%d.txt',pp-1),'a'); - data_u = reshape(transpose(data(pp:FFT_SSR:end,:)),1,[]); - for ii = 1 : numel(data_u) - fprintf(fid,'%d %d\n',real(data_u(ii)).int,imag(data_u(ii)).int); + data_r = data(pp:FFT_SSR:end,:); + for rr = 1 : 2 : size(data_r,1) + data_u = reshape(data_r(rr:rr+1,:),1,[]); + for ii = 1 : numel(data_u) + fprintf(fid,'%d %d\n',real(data_u(ii)).int,imag(data_u(ii)).int); + end end fclose(fid); end end -% --> Inputs to 'back' taken in polyphase order for tt = 1 : Niter data = squeeze(front_o(:,:,tt)); for pp = 1 : FFT_SSR fid = fopen(sprintf('data/fft_back_i_%d.txt',pp-1),'a'); - data_u = reshape(data(:,pp:FFT_SSR:end),1,[]); - for ii = 1 : numel(data_u) - fprintf(fid,'%d %d\n',real(data_u(ii)).int,imag(data_u(ii)).int); + data_r = data(:,pp:FFT_SSR:end); + for rr = 1 : 2 : size(data_r,2) + data_u = reshape(transpose(data_r(:,rr:rr+1)),1,[]); + for ii = 1 : numel(data_u) + fprintf(fid,'%d %d\n',real(data_u(ii)).int,imag(data_u(ii)).int); + end end fclose(fid); end end -% --> Outputs of 'back' taken in polyphase order for tt = 1 : Niter data = squeeze(back_o(:,:,tt)); for pp = 1 : FFT_SSR fid = fopen(sprintf('data/fft_back_o_%d.txt',pp-1),'a'); - data_u = reshape(data(:,pp:FFT_SSR:end),1,[]); + data_u = reshape(transpose(data(:,pp:FFT_SSR:end)),1,[]); for ii = 1 : numel(data_u) fprintf(fid,'%d %d\n',real(data_u(ii)).int,imag(data_u(ii)).int); end diff --git a/AI_Engine_Development/AIE-ML/Design_Tutorials/07-Channelizer-Using-Vitis-Libraries/aie/ifft4096_2d/Makefile b/AI_Engine_Development/AIE-ML/Design_Tutorials/07-Channelizer-Using-Vitis-Libraries/aie/ifft4096_2d/Makefile index 8af760d2d7..3fb72cf645 100755 --- a/AI_Engine_Development/AIE-ML/Design_Tutorials/07-Channelizer-Using-Vitis-Libraries/aie/ifft4096_2d/Makefile +++ b/AI_Engine_Development/AIE-ML/Design_Tutorials/07-Channelizer-Using-Vitis-Libraries/aie/ifft4096_2d/Makefile @@ -15,6 +15,8 @@ CHECK_FIFO := --aie.evaluate-fifo-depth --aie.Xrouter=disablePathBalancin DSPLIB_OPTS := --include=${DSPLIB_ROOT}/L2/include/aie \ --include=${DSPLIB_ROOT}/L1/include/aie \ + --include=${DSPLIB_ROOT}/L1/include/vss/common \ + --include=${DSPLIB_ROOT}/L1/include/vss/vss_fft_ifft_1d \ --include=${DSPLIB_ROOT}/L1/src/aie AIE_OUTPUT := libadf.a diff --git a/AI_Engine_Development/AIE-ML/Design_Tutorials/07-Channelizer-Using-Vitis-Libraries/aie/ifft4096_2d/gen_vectors.m b/AI_Engine_Development/AIE-ML/Design_Tutorials/07-Channelizer-Using-Vitis-Libraries/aie/ifft4096_2d/gen_vectors.m index 2d89ac093d..26d5879e72 100755 --- a/AI_Engine_Development/AIE-ML/Design_Tutorials/07-Channelizer-Using-Vitis-Libraries/aie/ifft4096_2d/gen_vectors.m +++ b/AI_Engine_Development/AIE-ML/Design_Tutorials/07-Channelizer-Using-Vitis-Libraries/aie/ifft4096_2d/gen_vectors.m @@ -52,7 +52,7 @@ for tt = 1 : Ntransform data = squeeze(reshape(sig_i(:,tt),Nfft,Nfft)); for rr = 1 : Nfft - tmp = ifft_stockham_dit(data(rr,:),WW,FF,TT,FF); + tmp = double(fi(Nfft*ifft(double(data(rr,:))),TT,FF)); data_r(rr,:,tt) = tmp .* twid(rr,:); end end @@ -65,7 +65,7 @@ data_b = complex(zeros(Nfft,Nfft,Ntransform)); for tt = 1 : Ntransform for cc = 1 : Nfft - data_b(:,cc,tt) = ifft_stockham_dit(front_o(:,cc,tt),WW,FF,TT,FF); + data_b(:,cc,tt) = double(fi(Nfft*ifft(double(front_o(:,cc,tt))),TT,FF)); end end back_o = fi(data_b,TT,FF); @@ -79,12 +79,11 @@ [~,~,~] = rmdir('data','s'); [~,~,~] = mkdir('data'); -% --> Inputs to 'front' transforms taken in polyphase order for tt = 1 : Ntransform data = reshape(sig_i(:,tt),Nfft,Nfft); for pp = 1 : Nports fid = fopen(sprintf('data/front_i_%d.txt',pp-1),'a'); - data_u = reshape(transpose(data(pp:Nports:end,:)),1,[]); + data_u = reshape(data(pp:Nports:end,:),1,[]); for ii = 1 : numel(data_u) fprintf(fid,'%d %d\n',real(data_u(ii)).int,imag(data_u(ii)).int); end @@ -93,40 +92,43 @@ end disp('Done front_i'); -% --> Outputs of 'front' transforms taken in polyphase order for tt = 1 : Ntransform data = squeeze(front_o(:,:,tt)); for pp = 1 : Nports fid = fopen(sprintf('data/front_o_%d.txt',pp-1),'a'); - data_u = reshape(transpose(data(pp:Nports:end,:)),1,[]); - for ii = 1 : numel(data_u) - fprintf(fid,'%d %d\n',real(data_u(ii)).int,imag(data_u(ii)).int); + data_r = data(pp:Nports:end,:); + for rr = 1 : 2 : size(data_r,1) + data_u = reshape(data_r(rr:rr+1,:),1,[]); + for ii = 1 : numel(data_u) + fprintf(fid,'%d %d\n',real(data_u(ii)).int,imag(data_u(ii)).int); + end end fclose(fid); end end disp('Done front_o'); -% --> Inputs to 'back' taken in polyphase order for tt = 1 : Ntransform data = squeeze(front_o(:,:,tt)); for pp = 1 : Nports fid = fopen(sprintf('data/back_i_%d.txt',pp-1),'a'); - data_u = reshape(data(:,pp:Nports:end),1,[]); - for ii = 1 : numel(data_u) - fprintf(fid,'%d %d\n',real(data_u(ii)).int,imag(data_u(ii)).int); + data_r = data(:,pp:Nports:end); + for rr = 1 : 2 : size(data_r,2) + data_u = reshape(transpose(data_r(:,rr:rr+1)),1,[]); + for ii = 1 : numel(data_u) + fprintf(fid,'%d %d\n',real(data_u(ii)).int,imag(data_u(ii)).int); + end end fclose(fid); end end disp('Done back_i'); -% --> Outputs of 'back' taken in polyphase order for tt = 1 : Ntransform data = squeeze(back_o(:,:,tt)); for pp = 1 : Nports fid = fopen(sprintf('data/back_o_%d.txt',pp-1),'a'); - data_u = reshape(data(:,pp:Nports:end),1,[]); + data_u = reshape(transpose(data(:,pp:Nports:end)),1,[]); for ii = 1 : numel(data_u) fprintf(fid,'%d %d\n',real(data_u(ii)).int,imag(data_u(ii)).int); end diff --git a/AI_Engine_Development/AIE-ML/Design_Tutorials/07-Channelizer-Using-Vitis-Libraries/aie/ifft4096_2d/ifft4096_2d_app.cpp b/AI_Engine_Development/AIE-ML/Design_Tutorials/07-Channelizer-Using-Vitis-Libraries/aie/ifft4096_2d/ifft4096_2d_app.cpp index 68b5ca3db9..7e0df96517 100755 --- a/AI_Engine_Development/AIE-ML/Design_Tutorials/07-Channelizer-Using-Vitis-Libraries/aie/ifft4096_2d/ifft4096_2d_app.cpp +++ b/AI_Engine_Development/AIE-ML/Design_Tutorials/07-Channelizer-Using-Vitis-Libraries/aie/ifft4096_2d/ifft4096_2d_app.cpp @@ -36,50 +36,50 @@ class dut_graph : public graph { #ifndef __X86SIM__ if (ff (dut.ifft4096_2d.frontFFTGraph[ff].FFTwinproc.m_fftKernels[0]) = tile(34+ff,4); + location (dut.ifft4096_2d.frontFFTGraph[ff].FFTwinproc.m_fftKernels[0]) = tile(15+ff,1); location (dut.ifft4096_2d.m_fftTwRotKernels[ff]) = location(dut.ifft4096_2d.frontFFTGraph[ff].FFTwinproc.m_fftKernels[0]); single_buffer (dut.ifft4096_2d.frontFFTGraph[ff].FFTwinproc.m_fftKernels[0].in[0]); - location (dut.ifft4096_2d.frontFFTGraph[ff].FFTwinproc.m_fftKernels[0].in[0]) = bank(34+ff,4,0); + location (dut.ifft4096_2d.frontFFTGraph[ff].FFTwinproc.m_fftKernels[0].in[0]) = bank(15+ff,1,0); single_buffer (dut.ifft4096_2d.m_fftTwRotKernels[ff].out[0]); - location (dut.ifft4096_2d.m_fftTwRotKernels[ff].out[0]) = bank(34+ff,4,2); + location (dut.ifft4096_2d.m_fftTwRotKernels[ff].out[0]) = bank(15+ff,1,2); single_buffer (dut.ifft4096_2d.frontFFTGraph[ff].FFTwinproc.m_fftKernels[0].out[0]); - location (dut.ifft4096_2d.frontFFTGraph[ff].FFTwinproc.m_fftKernels[0].out[0]) = bank(34+ff,4,1); - location (dut.ifft4096_2d.frontFFTGraph[ff].FFTwinproc.m_fftKernels[0]) = bank(34+ff,4,3); - location(dut.ifft4096_2d.m_fftTwRotKernels[ff].param[0]) = bank(34+ff,4,3); - location(dut.ifft4096_2d.m_fftTwRotKernels[ff].param[1]) = bank(34+ff,4,3); + location (dut.ifft4096_2d.frontFFTGraph[ff].FFTwinproc.m_fftKernels[0].out[0]) = bank(15+ff,1,1); + location (dut.ifft4096_2d.frontFFTGraph[ff].FFTwinproc.m_fftKernels[0]) = bank(15+ff,1,3); + location(dut.ifft4096_2d.m_fftTwRotKernels[ff].param[0]) = bank(15+ff,1,3); + location(dut.ifft4096_2d.m_fftTwRotKernels[ff].param[1]) = bank(15+ff,1,3); location(front_i[ff]) = shim(16); location(front_o[ff]) = shim(16); - location(dut.ifft4096_2d.backFFTGraph[ff].FFTwinproc.m_fftKernels[0]) = tile(30+ff,4); + location(dut.ifft4096_2d.backFFTGraph[ff].FFTwinproc.m_fftKernels[0]) = tile(11+ff,1); single_buffer (dut.ifft4096_2d.backFFTGraph[ff].FFTwinproc.m_fftKernels[0].in[0]); - location(dut.ifft4096_2d.backFFTGraph[ff].FFTwinproc.m_fftKernels[0].in[0]) = bank(30+ff,4,0); - single_buffer (dut.ifft4096_2d.backFFTGraph[ff].FFTwinproc.m_fftKernels[0].out[0]); - location(dut.ifft4096_2d.backFFTGraph[ff].FFTwinproc.m_fftKernels[0].out[0]) = bank(30+ff,4,1); - location (dut.ifft4096_2d.backFFTGraph[ff].FFTwinproc.m_fftKernels[0]) = bank(30+ff,4,2); + location(dut.ifft4096_2d.backFFTGraph[ff].FFTwinproc.m_fftKernels[0].in[0]) = bank(11+ff,1,0); + //single_buffer (dut.ifft4096_2d.backFFTGraph[ff].FFTwinproc.m_fftKernels[0].out[0]); + location(dut.ifft4096_2d.backFFTGraph[ff].FFTwinproc.m_fftKernels[0].out[0]) = {bank(11+ff,1,1),bank(11+ff,1,2)}; + location (dut.ifft4096_2d.backFFTGraph[ff].FFTwinproc.m_fftKernels[0]) = bank(11+ff,1,3); location(back_i[ff]) = shim(14); location(back_o[ff]) = shim(14); } else{ - location(dut.ifft4096_2d.frontFFTGraph[ff].FFTwinproc.m_fftKernels[0]) = tile(34+ff-4,5); + location(dut.ifft4096_2d.frontFFTGraph[ff].FFTwinproc.m_fftKernels[0]) = tile(15+ff-4,2); location(dut.ifft4096_2d.m_fftTwRotKernels[ff]) = location(dut.ifft4096_2d.frontFFTGraph[ff].FFTwinproc.m_fftKernels[0]); single_buffer (dut.ifft4096_2d.frontFFTGraph[ff].FFTwinproc.m_fftKernels[0].in[0]); - location(dut.ifft4096_2d.frontFFTGraph[ff].FFTwinproc.m_fftKernels[0].in[0]) = bank(34+ff-4,5,0); + location(dut.ifft4096_2d.frontFFTGraph[ff].FFTwinproc.m_fftKernels[0].in[0]) = bank(15+ff-4,2,0); single_buffer (dut.ifft4096_2d.m_fftTwRotKernels[ff].out[0]); - location(dut.ifft4096_2d.m_fftTwRotKernels[ff].out[0]) = bank(34+ff-4,5,2); + location(dut.ifft4096_2d.m_fftTwRotKernels[ff].out[0]) = bank(15+ff-4,2,2); single_buffer (dut.ifft4096_2d.frontFFTGraph[ff].FFTwinproc.m_fftKernels[0].out[0]); - location(dut.ifft4096_2d.frontFFTGraph[ff].FFTwinproc.m_fftKernels[0].out[0]) = bank(34+ff-4,5,1); - location (dut.ifft4096_2d.frontFFTGraph[ff].FFTwinproc.m_fftKernels[0]) = bank(34+ff-4,5,3); - location(dut.ifft4096_2d.m_fftTwRotKernels[ff].param[0]) = bank(34+ff-4,5,3); - location(dut.ifft4096_2d.m_fftTwRotKernels[ff].param[1]) = bank(34+ff-4,5,3); + location(dut.ifft4096_2d.frontFFTGraph[ff].FFTwinproc.m_fftKernels[0].out[0]) = bank(15+ff-4,2,1); + location (dut.ifft4096_2d.frontFFTGraph[ff].FFTwinproc.m_fftKernels[0]) = bank(15+ff-4,2,3); + location(dut.ifft4096_2d.m_fftTwRotKernels[ff].param[0]) = bank(15+ff-4,2,3); + location(dut.ifft4096_2d.m_fftTwRotKernels[ff].param[1]) = bank(15+ff-4,2,3); location(front_i[ff]) = shim(15); location(front_o[ff]) = shim(15); - location(dut.ifft4096_2d.backFFTGraph[ff].FFTwinproc.m_fftKernels[0]) = tile(30+ff-4,5); + location(dut.ifft4096_2d.backFFTGraph[ff].FFTwinproc.m_fftKernels[0]) = tile(11+ff-4,2); single_buffer (dut.ifft4096_2d.backFFTGraph[ff].FFTwinproc.m_fftKernels[0].in[0]); - location(dut.ifft4096_2d.backFFTGraph[ff].FFTwinproc.m_fftKernels[0].in[0]) = bank(30+ff-4,5,0); - single_buffer (dut.ifft4096_2d.backFFTGraph[ff].FFTwinproc.m_fftKernels[0].out[0]); - location(dut.ifft4096_2d.backFFTGraph[ff].FFTwinproc.m_fftKernels[0].out[0]) = bank(30+ff-4,5,1); - location (dut.ifft4096_2d.backFFTGraph[ff].FFTwinproc.m_fftKernels[0]) = bank(30+ff-4,5,2); + location(dut.ifft4096_2d.backFFTGraph[ff].FFTwinproc.m_fftKernels[0].in[0]) = bank(11+ff-4,2,0); + //single_buffer (dut.ifft4096_2d.backFFTGraph[ff].FFTwinproc.m_fftKernels[0].out[0]); + location(dut.ifft4096_2d.backFFTGraph[ff].FFTwinproc.m_fftKernels[0].out[0]) = {bank(11+ff-4,2,1),bank(11+ff-4,2,2)}; + location (dut.ifft4096_2d.backFFTGraph[ff].FFTwinproc.m_fftKernels[0]) = bank(11+ff-4,2,3); location(back_i[ff]) = shim(13); location(back_o[ff]) = shim(13); } diff --git a/AI_Engine_Development/AIE-ML/Design_Tutorials/07-Channelizer-Using-Vitis-Libraries/aie/ifft4096_2d/ifft_stockham_dit.m b/AI_Engine_Development/AIE-ML/Design_Tutorials/07-Channelizer-Using-Vitis-Libraries/aie/ifft4096_2d/ifft_stockham_dit.m deleted file mode 100755 index 13413b6050..0000000000 --- a/AI_Engine_Development/AIE-ML/Design_Tutorials/07-Channelizer-Using-Vitis-Libraries/aie/ifft4096_2d/ifft_stockham_dit.m +++ /dev/null @@ -1,33 +0,0 @@ -% -% Copyright (C) 2023, Advanced Micro Devices, Inc. All rights reserved. -% SPDX-License-Identifier: MIT -% -% Author: Mark Rollins - -function [ifft_o] = ifft_stockham_dit(ifft_i,nt_twid,fi_twid,nt_sig,fi_sig) - N = numel(ifft_i); - Nstage = log2(N); - buff_i = ifft_i; - buff_t = zeros(size(buff_i)); - for stage = Nstage : -1 : 1 - Nhalf = N / 2^stage; - twid = double(fi(exp(-1i*2*pi*[0:Nhalf-1]/(2*Nhalf)),nt_twid,fi_twid)); - stride = 2^(stage-1); - for p = 0 : Nhalf-1 - for q = 0 : stride-1 - % Note: address is not "in-place" - idx0_i = q + stride*(2*p+0); - idx1_i = q + stride*(2*p+1); - idx0_o = q + stride*(p+0 ); - idx1_o = q + stride*(p+Nhalf); - a = buff_i(1+idx0_i); - b = buff_i(1+idx1_i) * conj(twid(1+p)); - buff_t(1+idx0_o) = a + b; - buff_t(1+idx1_o) = a - b; - end - end - buff_i = buff_t; - end - ifft_o = buff_i; - ifft_o = double(fi(ifft_o,nt_sig,fi_sig)); -end diff --git a/AI_Engine_Development/AIE-ML/Design_Tutorials/07-Channelizer-Using-Vitis-Libraries/aie/ifft4096_2d_characterize/Makefile b/AI_Engine_Development/AIE-ML/Design_Tutorials/07-Channelizer-Using-Vitis-Libraries/aie/ifft4096_2d_characterize/Makefile index 10cf108878..e5840a186d 100755 --- a/AI_Engine_Development/AIE-ML/Design_Tutorials/07-Channelizer-Using-Vitis-Libraries/aie/ifft4096_2d_characterize/Makefile +++ b/AI_Engine_Development/AIE-ML/Design_Tutorials/07-Channelizer-Using-Vitis-Libraries/aie/ifft4096_2d_characterize/Makefile @@ -15,6 +15,8 @@ CHECK_FIFO := --aie.evaluate-fifo-depth --aie.Xrouter=disablePathBalancin DSPLIB_OPTS := --include=${DSPLIB_ROOT}/L2/include/aie \ --include=${DSPLIB_ROOT}/L1/include/aie \ + --include=${DSPLIB_ROOT}/L1/include/vss/common \ + --include=${DSPLIB_ROOT}/L1/include/vss/vss_fft_ifft_1d \ --include=${DSPLIB_ROOT}/L1/src/aie AIE_OUTPUT := libadf.a diff --git a/AI_Engine_Development/AIE-ML/Design_Tutorials/07-Channelizer-Using-Vitis-Libraries/aie/ifft4096_2d_characterize/gen_vectors.m b/AI_Engine_Development/AIE-ML/Design_Tutorials/07-Channelizer-Using-Vitis-Libraries/aie/ifft4096_2d_characterize/gen_vectors.m index 5d7eed5272..236b013cd4 100755 --- a/AI_Engine_Development/AIE-ML/Design_Tutorials/07-Channelizer-Using-Vitis-Libraries/aie/ifft4096_2d_characterize/gen_vectors.m +++ b/AI_Engine_Development/AIE-ML/Design_Tutorials/07-Channelizer-Using-Vitis-Libraries/aie/ifft4096_2d_characterize/gen_vectors.m @@ -52,7 +52,7 @@ for tt = 1 : Ntransform data = squeeze(reshape(sig_i(:,tt),Nfft,Nfft)); for rr = 1 : Nfft - tmp = ifft_stockham_dit(data(rr,:),WW,FF,TT,FF); + tmp = double(fi(Nfft*ifft(double(data(rr,:))),TT,FF)); data_r(rr,:,tt) = tmp .* twid(rr,:); end end @@ -65,7 +65,7 @@ data_b = complex(zeros(Nfft,Nfft,Ntransform)); for tt = 1 : Ntransform for cc = 1 : Nfft - data_b(:,cc,tt) = ifft_stockham_dit(front_o(:,cc,tt),WW,FF,TT,FF); + data_b(:,cc,tt) = double(fi(Nfft*ifft(double(front_o(:,cc,tt))),TT,FF)); end end back_o = fi(data_b,TT,FF); @@ -79,12 +79,11 @@ [~,~,~] = rmdir('data','s'); [~,~,~] = mkdir('data'); -% --> Inputs to 'front' transforms taken in polyphase order for tt = 1 : Ntransform data = reshape(sig_i(:,tt),Nfft,Nfft); for pp = 1 : Nports fid = fopen(sprintf('data/front_i_%d.txt',pp-1),'a'); - data_u = reshape(transpose(data(pp:Nports:end,:)),1,[]); + data_u = reshape(data(pp:Nports:end,:),1,[]); for ii = 1 : numel(data_u) fprintf(fid,'%d %d\n',real(data_u(ii)).int,imag(data_u(ii)).int); end @@ -93,40 +92,43 @@ end disp('Done front_i'); -% --> Outputs of 'front' transforms taken in polyphase order for tt = 1 : Ntransform data = squeeze(front_o(:,:,tt)); for pp = 1 : Nports fid = fopen(sprintf('data/front_o_%d.txt',pp-1),'a'); - data_u = reshape(transpose(data(pp:Nports:end,:)),1,[]); - for ii = 1 : numel(data_u) - fprintf(fid,'%d %d\n',real(data_u(ii)).int,imag(data_u(ii)).int); + data_r = data(pp:Nports:end,:); + for rr = 1 : 2 : size(data_r,1) + data_u = reshape(data_r(rr:rr+1,:),1,[]); + for ii = 1 : numel(data_u) + fprintf(fid,'%d %d\n',real(data_u(ii)).int,imag(data_u(ii)).int); + end end fclose(fid); end end disp('Done front_o'); -% --> Inputs to 'back' taken in polyphase order for tt = 1 : Ntransform data = squeeze(front_o(:,:,tt)); for pp = 1 : Nports fid = fopen(sprintf('data/back_i_%d.txt',pp-1),'a'); - data_u = reshape(data(:,pp:Nports:end),1,[]); - for ii = 1 : numel(data_u) - fprintf(fid,'%d %d\n',real(data_u(ii)).int,imag(data_u(ii)).int); + data_r = data(:,pp:Nports:end); + for rr = 1 : 2 : size(data_r,2) + data_u = reshape(transpose(data_r(:,rr:rr+1)),1,[]); + for ii = 1 : numel(data_u) + fprintf(fid,'%d %d\n',real(data_u(ii)).int,imag(data_u(ii)).int); + end end fclose(fid); end end disp('Done back_i'); -% --> Outputs of 'back' taken in polyphase order for tt = 1 : Ntransform data = squeeze(back_o(:,:,tt)); for pp = 1 : Nports fid = fopen(sprintf('data/back_o_%d.txt',pp-1),'a'); - data_u = reshape(data(:,pp:Nports:end),1,[]); + data_u = reshape(transpose(data(:,pp:Nports:end)),1,[]); for ii = 1 : numel(data_u) fprintf(fid,'%d %d\n',real(data_u(ii)).int,imag(data_u(ii)).int); end diff --git a/AI_Engine_Development/AIE-ML/Design_Tutorials/07-Channelizer-Using-Vitis-Libraries/aie/ifft4096_2d_characterize/ifft_stockham_dit.m b/AI_Engine_Development/AIE-ML/Design_Tutorials/07-Channelizer-Using-Vitis-Libraries/aie/ifft4096_2d_characterize/ifft_stockham_dit.m deleted file mode 100755 index 13413b6050..0000000000 --- a/AI_Engine_Development/AIE-ML/Design_Tutorials/07-Channelizer-Using-Vitis-Libraries/aie/ifft4096_2d_characterize/ifft_stockham_dit.m +++ /dev/null @@ -1,33 +0,0 @@ -% -% Copyright (C) 2023, Advanced Micro Devices, Inc. All rights reserved. -% SPDX-License-Identifier: MIT -% -% Author: Mark Rollins - -function [ifft_o] = ifft_stockham_dit(ifft_i,nt_twid,fi_twid,nt_sig,fi_sig) - N = numel(ifft_i); - Nstage = log2(N); - buff_i = ifft_i; - buff_t = zeros(size(buff_i)); - for stage = Nstage : -1 : 1 - Nhalf = N / 2^stage; - twid = double(fi(exp(-1i*2*pi*[0:Nhalf-1]/(2*Nhalf)),nt_twid,fi_twid)); - stride = 2^(stage-1); - for p = 0 : Nhalf-1 - for q = 0 : stride-1 - % Note: address is not "in-place" - idx0_i = q + stride*(2*p+0); - idx1_i = q + stride*(2*p+1); - idx0_o = q + stride*(p+0 ); - idx1_o = q + stride*(p+Nhalf); - a = buff_i(1+idx0_i); - b = buff_i(1+idx1_i) * conj(twid(1+p)); - buff_t(1+idx0_o) = a + b; - buff_t(1+idx1_o) = a - b; - end - end - buff_i = buff_t; - end - ifft_o = buff_i; - ifft_o = double(fi(ifft_o,nt_sig,fi_sig)); -end diff --git a/AI_Engine_Development/AIE-ML/Design_Tutorials/07-Channelizer-Using-Vitis-Libraries/aie/tdm_fir/Makefile b/AI_Engine_Development/AIE-ML/Design_Tutorials/07-Channelizer-Using-Vitis-Libraries/aie/tdm_fir/Makefile index 4c92c82731..f8beefb025 100755 --- a/AI_Engine_Development/AIE-ML/Design_Tutorials/07-Channelizer-Using-Vitis-Libraries/aie/tdm_fir/Makefile +++ b/AI_Engine_Development/AIE-ML/Design_Tutorials/07-Channelizer-Using-Vitis-Libraries/aie/tdm_fir/Makefile @@ -15,6 +15,8 @@ CHECK_FIFO := --aie.evaluate-fifo-depth --aie.Xrouter=disablePathBalancin DSPLIB_OPTS := --include=${DSPLIB_ROOT}/L2/include/aie \ --include=${DSPLIB_ROOT}/L1/include/aie \ + --include=${DSPLIB_ROOT}/L1/include/vss/common \ + --include=${DSPLIB_ROOT}/L1/include/vss/vss_fft_ifft_1d \ --include=${DSPLIB_ROOT}/L1/src/aie AIE_OUTPUT := libadf.a diff --git a/AI_Engine_Development/AIE-ML/Design_Tutorials/07-Channelizer-Using-Vitis-Libraries/aie/tdm_fir_characterize/Makefile b/AI_Engine_Development/AIE-ML/Design_Tutorials/07-Channelizer-Using-Vitis-Libraries/aie/tdm_fir_characterize/Makefile index 4c92c82731..f8beefb025 100755 --- a/AI_Engine_Development/AIE-ML/Design_Tutorials/07-Channelizer-Using-Vitis-Libraries/aie/tdm_fir_characterize/Makefile +++ b/AI_Engine_Development/AIE-ML/Design_Tutorials/07-Channelizer-Using-Vitis-Libraries/aie/tdm_fir_characterize/Makefile @@ -15,6 +15,8 @@ CHECK_FIFO := --aie.evaluate-fifo-depth --aie.Xrouter=disablePathBalancin DSPLIB_OPTS := --include=${DSPLIB_ROOT}/L2/include/aie \ --include=${DSPLIB_ROOT}/L1/include/aie \ + --include=${DSPLIB_ROOT}/L1/include/vss/common \ + --include=${DSPLIB_ROOT}/L1/include/vss/vss_fft_ifft_1d \ --include=${DSPLIB_ROOT}/L1/src/aie AIE_OUTPUT := libadf.a diff --git a/AI_Engine_Development/AIE-ML/Design_Tutorials/07-Channelizer-Using-Vitis-Libraries/hls/ifft_back_transpose/Makefile b/AI_Engine_Development/AIE-ML/Design_Tutorials/07-Channelizer-Using-Vitis-Libraries/hls/ifft_back_transpose/Makefile deleted file mode 100755 index 4c9f3aa0b0..0000000000 --- a/AI_Engine_Development/AIE-ML/Design_Tutorials/07-Channelizer-Using-Vitis-Libraries/hls/ifft_back_transpose/Makefile +++ /dev/null @@ -1,87 +0,0 @@ -# -# Copyright (C) 2023, Advanced Micro Devices, Inc. All rights reserved. -# SPDX-License-Identifier: MIT -# -# Author: Faisal El-Shabani - -DO_COSIM := false -ECHO := @echo - -PART :=xcve2802-vsvh1760-2MP-e-S - -SSR :=8 -POINT_SIZE :=4096 -VSS_MODE :=1 -KERNEL := ifft_back_transpose_wrapper -KERNEL_SRC := ${DSPLIB_ROOT}/L1/src/hw/ifft_back_transpose/ifft_back_transpose.cpp -XO := ${KERNEL}.xo -HLS_CFG := hls.cfg - -.PHONY: clean all help - -help:: - $(ECHO) "Makefile Usage:" - $(ECHO) " make all" - $(ECHO) " Command to generate the kernel used in this design" - $(ECHO) "" - $(ECHO) " make clean" - $(ECHO) " Command to remove all the generated files." - -all: ${XO} - -${XO}: ${HLS_CFG} ${KERNEL_SRC} - v++ --config ${HLS_CFG} --compile --mode hls --work_dir ${KERNEL} -ifeq (${DO_COSIM},true) - vitis-run --mode hls --config ${HLS_CFG} --csim --work_dir ${KERNEL} - vitis-run --mode hls --config ${HLS_CFG} --cosim --work_dir ${KERNEL} - vitis-run --mode hls --config ${HLS_CFG} --impl --work_dir ${KERNEL} -endif - -${HLS_CFG}: - @echo "#" >> ${HLS_CFG} - @echo "# Copyright (C) 2023, Advanced Micro Devices, Inc. All rights reserved." >> ${HLS_CFG} - @echo "# SPDX-License-Identifier: MIT" >> ${HLS_CFG} - @echo "#" >> ${HLS_CFG} - @echo "part=${PART}" >> ${HLS_CFG} - @echo "[hls]" >> ${HLS_CFG} - @echo "flow_target=vitis" >> ${HLS_CFG} - @echo "clock=3.2ns" >> ${HLS_CFG} - @echo "# C-Synthesis:" >> ${HLS_CFG} - @echo "syn.top=${KERNEL}" >> ${HLS_CFG} - @echo "syn.file=${KERNEL_SRC}" >> ${HLS_CFG} - @echo "syn.file_cflags=${KERNEL_SRC}, -DSSR=${SSR} -DPOINT_SIZE=${POINT_SIZE} -DVSS_MODE=${VSS_MODE}" >> ${HLS_CFG} - @echo "syn.file_csimflags=${KERNEL_SRC}" >> ${HLS_CFG} - @echo "# Testbench:" >> ${HLS_CFG} - @echo "tb.file=tb_wrapper.cpp " >> ${HLS_CFG} - @echo "tb.file=data/stream0_i.txt" >> ${HLS_CFG} - @echo "tb.file=data/stream1_i.txt" >> ${HLS_CFG} - @echo "tb.file=data/stream2_i.txt" >> ${HLS_CFG} - @echo "tb.file=data/stream3_i.txt" >> ${HLS_CFG} - @echo "tb.file=data/stream4_i.txt" >> ${HLS_CFG} - @echo "tb.file=data/stream5_i.txt" >> ${HLS_CFG} - @echo "tb.file=data/stream6_i.txt" >> ${HLS_CFG} - @echo "tb.file=data/stream7_i.txt" >> ${HLS_CFG} - @echo "tb.file=data/stream0_o.txt" >> ${HLS_CFG} - @echo "tb.file=data/stream1_o.txt" >> ${HLS_CFG} - @echo "tb.file=data/stream2_o.txt" >> ${HLS_CFG} - @echo "tb.file=data/stream3_o.txt" >> ${HLS_CFG} - @echo "tb.file=data/stream4_o.txt" >> ${HLS_CFG} - @echo "tb.file=data/stream5_o.txt" >> ${HLS_CFG} - @echo "tb.file=data/stream6_o.txt" >> ${HLS_CFG} - @echo "tb.file=data/stream7_o.txt" >> ${HLS_CFG} - @echo "tb.file_cflags=tb_wrapper.cpp,-I${DSPLIB_ROOT}/L1/src/hw/ifft_back_transpose -DSSR=${SSR} -DPOINT_SIZE=${POINT_SIZE} -DVSS_MODE=${VSS_MODE}" >> ${HLS_CFG} - @echo "# C-Simulation:" >> ${HLS_CFG} - @echo "csim.clean=true" >> ${HLS_CFG} - @echo "csim.setup=false" >> ${HLS_CFG} - @echo "# C/RTL Co-Simulation:" >> ${HLS_CFG} - @echo "cosim.setup=false" >> ${HLS_CFG} - @echo "# Package:" >> ${HLS_CFG} - @echo "package.output.file=${KERNEL}.xo" >> ${HLS_CFG} - @echo "package.output.format=xo" >> ${HLS_CFG} - @echo "# OOC Place & Route:" >> ${HLS_CFG} - @echo "vivado.flow=impl" >> ${HLS_CFG} - -clean: - rm -f $(XO)* ${HLS_CFG} *.log vitis-comp.json - rm -rf .Xil _x/ .crashReporter* - rm -rf ${KERNEL} diff --git a/AI_Engine_Development/AIE-ML/Design_Tutorials/07-Channelizer-Using-Vitis-Libraries/hls/ifft_back_transpose/gen_vectors.m b/AI_Engine_Development/AIE-ML/Design_Tutorials/07-Channelizer-Using-Vitis-Libraries/hls/ifft_back_transpose/gen_vectors.m deleted file mode 100755 index 39e25dd6ef..0000000000 --- a/AI_Engine_Development/AIE-ML/Design_Tutorials/07-Channelizer-Using-Vitis-Libraries/hls/ifft_back_transpose/gen_vectors.m +++ /dev/null @@ -1,55 +0,0 @@ -% -% Copyright (C) 2023, Advanced Micro Devices, Inc. All rights reserved. -% SPDX-License-Identifier: MIT -% -% Author: Faisal El-Shabani - -clear all; -close all; - -% ------------------------------------------------------------ -% Create Permutation Mapping -% ------------------------------------------------------------ - -NSTREAM = 8; -NFFT_1D = 64; -NFFT = NFFT_1D * NFFT_1D; -NSAMP = NFFT_1D; - -% ------------------------------------------------------------ -% Create Testbench Stimulus -% ------------------------------------------------------------ - -% Generate walking sequence pattern for easy testing: -seq_i = [0:NFFT-1]; % These samples are a proxy for 'cint32' values (ie. 64-bits each) -tmp = reshape(seq_i,NFFT_1D,NFFT_1D); -sig_i = tmp; - -% ------------------------------------------------------------ -% Write I/O Files -% ------------------------------------------------------------ - -[~,~,~] = rmdir('data','s'); -[~,~,~] = mkdir('data'); - -% Write streams in polyphase order: -for ss = 1 : NSTREAM - fid = fopen(sprintf('data/stream%d_i.txt',ss-1),'w'); - data = sig_i(:,ss:NSTREAM:end); - for cc = 1 : size(data,2) - for rr = 1 : size(data,1) - fprintf(fid,'%d\n',data(rr,cc)); - end - end - fclose(fid); -end - -% Write streams taken row-wise in polyphase order: -data = reshape(transpose(sig_i),NSTREAM,[]); -for ss = 1 : NSTREAM - fid = fopen(sprintf('data/stream%d_o.txt',ss-1),'w'); - for ii = 1 : size(data,2) - fprintf(fid,'%d\n',data(ss,ii)); - end - fclose(fid); -end diff --git a/AI_Engine_Development/AIE-ML/Design_Tutorials/07-Channelizer-Using-Vitis-Libraries/hls/ifft_back_transpose/tb_wrapper.cpp b/AI_Engine_Development/AIE-ML/Design_Tutorials/07-Channelizer-Using-Vitis-Libraries/hls/ifft_back_transpose/tb_wrapper.cpp deleted file mode 100755 index 372b9694d6..0000000000 --- a/AI_Engine_Development/AIE-ML/Design_Tutorials/07-Channelizer-Using-Vitis-Libraries/hls/ifft_back_transpose/tb_wrapper.cpp +++ /dev/null @@ -1,85 +0,0 @@ -// -// Copyright (C) 2023, Advanced Micro Devices, Inc. All rights reserved. -// SPDX-License-Identifier: MIT -// -// Author: Faisal El-Shabani - -#include "ifft_back_transpose.h" -#include -#include -#include - -using namespace std; - -// ------------------------------------------------------------ -// Main -// ------------------------------------------------------------ - -int main( void ) -{ - using TT_STREAM = backTransposeCls::TT_STREAM; - using TT_SAMPLE = backTransposeCls::TT_SAMPLE; - - // Create DDR4 contents: - TT_STREAM sig_i[SSR]; - TT_SAMPLE sig_g[SSR][POINT_SIZE/SSR*2]; - - // Load stream stimulus: - for (int ss=0; ss < SSR; ss++) { - std::ifstream ss_i; - ss_i.open("stream" + std::to_string(ss) + "_i.txt",std::ifstream::in); - for (int dd=0; dd < POINT_SIZE/SSR; dd+=2) { - int d0,d1; - ss_i >> d0; - ss_i >> d1; - sig_i[ss].write( ( TT_SAMPLE(d1), TT_SAMPLE(d0) ) ); - } - ss_i.close(); - } - - // Load golden outputs: - for (int ss=0; ss < SSR; ss++) { - std::ifstream ss_i; - ss_i.open("stream" + std::to_string(ss) + "_o.txt",std::ifstream::in); - for (int dd=0; dd < POINT_SIZE*2/SSR; dd++) { - int d0; - ss_i >> d0; - sig_g[ss][dd] = TT_SAMPLE(d0); - } - ss_i.close(); - } - - for (int ss=0; ss < SSR; ss++) { - cout << "Stream sig_i" << ss << " Size: " << sig_i[ss].size() << endl; - } - - // Run DUT: - TT_STREAM sig_o[SSR]; - ifft_back_transpose_wrapper( sig_i, sig_o ); - - for (int ss=0; ss < SSR; ss++) { - cout << "Stream sig_o" << ss << " Size: " << sig_o[ss].size() << endl; - } - - // Check output streams: - bool flag = 0; - for (int ss=0; ss < SSR; ss++) { - for (int dd=0; dd < POINT_SIZE/SSR; dd+=2) { - TT_SAMPLE act0_o, act1_o; - (act1_o,act0_o) = sig_o[ss].read(); - TT_SAMPLE act0_g, act1_g; - act0_g = sig_g[ss][dd]; - act1_g = sig_g[ss][dd+1]; - bool this_flag = (act0_o != act0_g) || (act1_o != act1_g); - flag |= this_flag; - if ( this_flag ) { - cout << "ss: " << ss << " dd: " << dd << " act0_o: " << act0_o << " act0_g: " << act0_g << endl; - cout << "ss: " << ss << " dd: " << dd+1 << " act1_o: " << act1_o << " act1_g: " << act1_g << endl; - } - } - } - if ( flag == 0 ) cout << "--- PASSED ---" << endl; - else cout << "*** FAILED ***" << endl; - return( flag ); -} - diff --git a/AI_Engine_Development/AIE-ML/Design_Tutorials/07-Channelizer-Using-Vitis-Libraries/hls/ifft_front_transpose/Makefile b/AI_Engine_Development/AIE-ML/Design_Tutorials/07-Channelizer-Using-Vitis-Libraries/hls/ifft_front_transpose/Makefile deleted file mode 100755 index 7d5b4ceb94..0000000000 --- a/AI_Engine_Development/AIE-ML/Design_Tutorials/07-Channelizer-Using-Vitis-Libraries/hls/ifft_front_transpose/Makefile +++ /dev/null @@ -1,86 +0,0 @@ -# -# Copyright (C) 2023, Advanced Micro Devices, Inc. All rights reserved. -# SPDX-License-Identifier: MIT -# -# Author: Faisal El-Shabani - -DO_COSIM := false -ECHO := @echo - -PART :=xcve2802-vsvh1760-2MP-e-S - -SSR :=8 -POINT_SIZE :=4096 -KERNEL := ifft_front_transpose_wrapper -KERNEL_SRC := ${DSPLIB_ROOT}/L1/src/hw/ifft_front_transpose/ifft_front_transpose.cpp -XO := ${KERNEL}.xo -HLS_CFG := hls.cfg - -.PHONY: clean all help - -help:: - $(ECHO) "Makefile Usage:" - $(ECHO) " make all" - $(ECHO) " Command to generate the kernel used in this design" - $(ECHO) "" - $(ECHO) " make clean" - $(ECHO) " Command to remove all the generated files." - -all: ${XO} - -${XO}: ${HLS_CFG} ${KERNEL_SRC} - v++ --config ${HLS_CFG} --compile --mode hls --work_dir ${KERNEL} -ifeq (${DO_COSIM},true) - vitis-run --mode hls --config ${HLS_CFG} --csim --work_dir ${KERNEL} - vitis-run --mode hls --config ${HLS_CFG} --cosim --work_dir ${KERNEL} - vitis-run --mode hls --config ${HLS_CFG} --impl --work_dir ${KERNEL} -endif - -${HLS_CFG}: - @echo "#" >> ${HLS_CFG} - @echo "# Copyright (C) 2023, Advanced Micro Devices, Inc. All rights reserved." >> ${HLS_CFG} - @echo "# SPDX-License-Identifier: MIT" >> ${HLS_CFG} - @echo "#" >> ${HLS_CFG} - @echo "part=${PART}" >> ${HLS_CFG} - @echo "[hls]" >> ${HLS_CFG} - @echo "flow_target=vitis" >> ${HLS_CFG} - @echo "clock=3.2ns" >> ${HLS_CFG} - @echo "# C-Synthesis:" >> ${HLS_CFG} - @echo "syn.top=${KERNEL}" >> ${HLS_CFG} - @echo "syn.file=${KERNEL_SRC}" >> ${HLS_CFG} - @echo "syn.file_cflags=${KERNEL_SRC}, -DSSR=${SSR} -DPOINT_SIZE=${POINT_SIZE}" >> ${HLS_CFG} - @echo "syn.file_csimflags=${KERNEL_SRC}" >> ${HLS_CFG} - @echo "# Testbench:" >> ${HLS_CFG} - @echo "tb.file=tb_wrapper.cpp" >> ${HLS_CFG} - @echo "tb.file=data/stream0_i.txt" >> ${HLS_CFG} - @echo "tb.file=data/stream1_i.txt" >> ${HLS_CFG} - @echo "tb.file=data/stream2_i.txt" >> ${HLS_CFG} - @echo "tb.file=data/stream3_i.txt" >> ${HLS_CFG} - @echo "tb.file=data/stream4_i.txt" >> ${HLS_CFG} - @echo "tb.file=data/stream5_i.txt" >> ${HLS_CFG} - @echo "tb.file=data/stream6_i.txt" >> ${HLS_CFG} - @echo "tb.file=data/stream7_i.txt" >> ${HLS_CFG} - @echo "tb.file=data/stream0_o.txt" >> ${HLS_CFG} - @echo "tb.file=data/stream1_o.txt" >> ${HLS_CFG} - @echo "tb.file=data/stream2_o.txt" >> ${HLS_CFG} - @echo "tb.file=data/stream3_o.txt" >> ${HLS_CFG} - @echo "tb.file=data/stream4_o.txt" >> ${HLS_CFG} - @echo "tb.file=data/stream5_o.txt" >> ${HLS_CFG} - @echo "tb.file=data/stream6_o.txt" >> ${HLS_CFG} - @echo "tb.file=data/stream7_o.txt" >> ${HLS_CFG} - @echo "tb.file_cflags=tb_wrapper.cpp,-I${DSPLIB_ROOT}/L1/src/hw/ifft_front_transpose -DSSR=${SSR} -DPOINT_SIZE=${POINT_SIZE}" >> ${HLS_CFG} - @echo "# C-Simulation:" >> ${HLS_CFG} - @echo "csim.clean=true" >> ${HLS_CFG} - @echo "csim.setup=false" >> ${HLS_CFG} - @echo "# C/RTL Co-Simulation:" >> ${HLS_CFG} - @echo "cosim.setup=false" >> ${HLS_CFG} - @echo "# Package:" >> ${HLS_CFG} - @echo "package.output.file=${KERNEL}.xo" >> ${HLS_CFG} - @echo "package.output.format=xo" >> ${HLS_CFG} - @echo "# OOC Place & Route:" >> ${HLS_CFG} - @echo "vivado.flow=impl" >> ${HLS_CFG} - -clean: - rm -f $(XO)* ${HLS_CFG} *.log vitis-comp.json - rm -rf .Xil _x/ .crashReporter* - rm -rf ${KERNEL} diff --git a/AI_Engine_Development/AIE-ML/Design_Tutorials/07-Channelizer-Using-Vitis-Libraries/hls/ifft_front_transpose/gen_vectors.m b/AI_Engine_Development/AIE-ML/Design_Tutorials/07-Channelizer-Using-Vitis-Libraries/hls/ifft_front_transpose/gen_vectors.m deleted file mode 100755 index 0091d7660b..0000000000 --- a/AI_Engine_Development/AIE-ML/Design_Tutorials/07-Channelizer-Using-Vitis-Libraries/hls/ifft_front_transpose/gen_vectors.m +++ /dev/null @@ -1,55 +0,0 @@ -% -% Copyright (C) 2023, Advanced Micro Devices, Inc. All rights reserved. -% SPDX-License-Identifier: MIT -% -% Author: Faisal El-Shabani - -clear all; -close all; - -% ------------------------------------------------------------ -% Create Permutation Mapping -% ------------------------------------------------------------ - -NSTREAM = 8; -NFFT_1D = 64; -NFFT = NFFT_1D * NFFT_1D; -NSAMP = NFFT_1D; - -% ------------------------------------------------------------ -% Create Testbench Stimulus -% ------------------------------------------------------------ - -% Generate walking sequence pattern for easy testing: -seq_i = [0:NFFT-1]; % These samples are a proxy for 'cint32' values (ie. 64-bits each) -tmp = reshape(seq_i,NFFT_1D,NFFT_1D); -sig_i = tmp; - -% ------------------------------------------------------------ -% Write I/O Files -% ------------------------------------------------------------ - -[~,~,~] = rmdir('data','s'); -[~,~,~] = mkdir('data'); - -% Write streams in polyphase order: -for ss = 1 : NSTREAM - fid = fopen(sprintf('data/stream%d_i.txt',ss-1),'w'); - data = reshape(sig_i,NSTREAM,[]); - for rr = 1 : size(data(ss,:),2) - fprintf(fid,'%d\n',data(ss,rr)); - end - fclose(fid); -end - -% Write streams taken row-wise in polyphase order: -for ss = 1 : NSTREAM - data = sig_i(ss:NSTREAM:end,:); - fid = fopen(sprintf('data/stream%d_o.txt',ss-1),'w'); - for ii = 1 : size(data,1) - for jj = 1 : size(data,2) - fprintf(fid,'%d\n',data(ii,jj)); - end - end - fclose(fid); -end diff --git a/AI_Engine_Development/AIE-ML/Design_Tutorials/07-Channelizer-Using-Vitis-Libraries/hls/ifft_front_transpose/tb_wrapper.cpp b/AI_Engine_Development/AIE-ML/Design_Tutorials/07-Channelizer-Using-Vitis-Libraries/hls/ifft_front_transpose/tb_wrapper.cpp deleted file mode 100755 index 8efc8f0d20..0000000000 --- a/AI_Engine_Development/AIE-ML/Design_Tutorials/07-Channelizer-Using-Vitis-Libraries/hls/ifft_front_transpose/tb_wrapper.cpp +++ /dev/null @@ -1,85 +0,0 @@ -// -// Copyright (C) 2023, Advanced Micro Devices, Inc. All rights reserved. -// SPDX-License-Identifier: MIT -// -// Author: Faisal El-Shabani - -#include "ifft_front_transpose.h" -#include -#include -#include - -using namespace std; - -// ------------------------------------------------------------ -// Main -// ------------------------------------------------------------ - -int main( void ) -{ - using TT_STREAM = frontTransposeCls::TT_STREAM; - using TT_SAMPLE = frontTransposeCls::TT_SAMPLE; - - // Create DDR4 contents: - TT_STREAM sig_i[SSR]; - TT_SAMPLE sig_g[SSR][POINT_SIZE/SSR*2]; - - // Load stream stimulus: - for (int ss=0; ss < SSR; ss++) { - std::ifstream ss_i; - ss_i.open("stream" + std::to_string(ss) + "_i.txt",std::ifstream::in); - for (int dd=0; dd < POINT_SIZE/SSR; dd+=2) { - int d0,d1; - ss_i >> d0; - ss_i >> d1; - sig_i[ss].write( ( TT_SAMPLE(d1), TT_SAMPLE(d0) ) ); - } - ss_i.close(); - } - - for (int ss=0; ss < SSR; ss++) { - cout << "Stream sig_i" << ss << " Size: " << sig_i[ss].size() << endl; - } - - // Load golden outputs: - for (int ss=0; ss < SSR; ss++) { - std::ifstream ss_i; - ss_i.open("stream" + std::to_string(ss) + "_o.txt",std::ifstream::in); - for (int dd=0; dd < POINT_SIZE*2/SSR; dd++) { - int d0; - ss_i >> d0; - sig_g[ss][dd] = TT_SAMPLE(d0); - } - ss_i.close(); - } - - // Run DUT: - TT_STREAM sig_o[SSR]; - ifft_front_transpose_wrapper( sig_i, sig_o ); - - for (int ss=0; ss < SSR; ss++) { - cout << "Stream sig_o" << ss << " Size: " << sig_o[ss].size() << endl; - } - - // Check output streams: - bool flag = 0; - for (int ss=0; ss < SSR; ss++) { - for (int dd=0; dd < POINT_SIZE/SSR; dd+=2) { - TT_SAMPLE act0_o, act1_o; - (act1_o,act0_o) = sig_o[ss].read(); - TT_SAMPLE act0_g, act1_g; - act0_g = sig_g[ss][dd]; - act1_g = sig_g[ss][dd+1]; - bool this_flag = (act0_o != act0_g) || (act1_o != act1_g); - flag |= this_flag; - if ( this_flag ) { - cout << "ss: " << ss << " dd: " << dd << " act0_o: " << act0_o << " act0_g: " << act0_g << endl; - cout << "ss: " << ss << " dd: " << dd+1 << " act1_o: " << act1_o << " act1_g: " << act1_g << endl; - } - } - } - if ( flag == 0 ) cout << "--- PASSED ---" << endl; - else cout << "*** FAILED ***" << endl; - return( flag ); -} - diff --git a/AI_Engine_Development/AIE-ML/Design_Tutorials/07-Channelizer-Using-Vitis-Libraries/hls/ifft_mid_joiner/Makefile b/AI_Engine_Development/AIE-ML/Design_Tutorials/07-Channelizer-Using-Vitis-Libraries/hls/ifft_mid_joiner/Makefile new file mode 100755 index 0000000000..e52c761844 --- /dev/null +++ b/AI_Engine_Development/AIE-ML/Design_Tutorials/07-Channelizer-Using-Vitis-Libraries/hls/ifft_mid_joiner/Makefile @@ -0,0 +1,56 @@ +# +# Copyright (C) 2023, Advanced Micro Devices, Inc. All rights reserved. +# SPDX-License-Identifier: MIT +# +# Author: Faisal El-Shabani + +ECHO := @echo + +PART :=xcve2802-vsvh1760-2MP-e-S + +DATAWIDTH := 64 +SSR := 8 +KERNEL := joiner +KERNEL_SRC := ${DSPLIB_ROOT}/L1/src/hw/common_fns/axis_split_join.cpp +XO := ${KERNEL}.xo +HLS_CFG := hls.cfg + +.PHONY: clean all help + +help:: + $(ECHO) "Makefile Usage:" + $(ECHO) " make all" + $(ECHO) " Command to generate the kernel used in this design" + $(ECHO) "" + $(ECHO) " make clean" + $(ECHO) " Command to remove all the generated files." + +all: ${XO} + +${XO}: ${HLS_CFG} ${KERNEL_SRC} + v++ --config ${HLS_CFG} --compile --mode hls --work_dir ${KERNEL} + +${HLS_CFG}: + @echo "#" >> ${HLS_CFG} + @echo "# Copyright (C) 2023, Advanced Micro Devices, Inc. All rights reserved." >> ${HLS_CFG} + @echo "# SPDX-License-Identifier: MIT" >> ${HLS_CFG} + @echo "#" >> ${HLS_CFG} + @echo "part=${PART}" >> ${HLS_CFG} + @echo "[hls]" >> ${HLS_CFG} + @echo "flow_target=vitis" >> ${HLS_CFG} + @echo "clock=3.2ns" >> ${HLS_CFG} + @echo "# C-Synthesis:" >> ${HLS_CFG} + @echo "syn.top=${KERNEL}_wrapper" >> ${HLS_CFG} + @echo "syn.file=${KERNEL_SRC}" >> ${HLS_CFG} + @echo "syn.file_cflags=${KERNEL_SRC}, -I${DSPLIB_ROOT}/L1/include -DSSR=${SSR} -DSAMPLE_SIZE=${DATAWIDTH}" >> ${HLS_CFG} + @echo "# Package:" >> ${HLS_CFG} + @echo "package.output.file=${KERNEL}.xo" >> ${HLS_CFG} + @echo "package.output.format=xo" >> ${HLS_CFG} + @echo "# OOC Place & Route:" >> ${HLS_CFG} + @echo "vivado.flow=impl" >> ${HLS_CFG} + +clean: + rm -f $(XO)* ${HLS_CFG} *.log vitis-comp.json + rm -rf .Xil _x/ .crashReporter* + rm -rf ${KERNEL} + diff --git a/AI_Engine_Development/AIE-ML/Design_Tutorials/07-Channelizer-Using-Vitis-Libraries/hls/ifft_mid_splitter/Makefile b/AI_Engine_Development/AIE-ML/Design_Tutorials/07-Channelizer-Using-Vitis-Libraries/hls/ifft_mid_splitter/Makefile new file mode 100755 index 0000000000..8cd93387a3 --- /dev/null +++ b/AI_Engine_Development/AIE-ML/Design_Tutorials/07-Channelizer-Using-Vitis-Libraries/hls/ifft_mid_splitter/Makefile @@ -0,0 +1,56 @@ +# +# Copyright (C) 2023, Advanced Micro Devices, Inc. All rights reserved. +# SPDX-License-Identifier: MIT +# +# Author: Faisal El-Shabani + +ECHO := @echo + +PART :=xcve2802-vsvh1760-2MP-e-S + +DATAWIDTH := 64 +SSR := 8 +KERNEL := splitter +KERNEL_SRC := ${DSPLIB_ROOT}/L1/src/hw/common_fns/axis_split_join.cpp +XO := ${KERNEL}.xo +HLS_CFG := hls.cfg + +.PHONY: clean all help + +help:: + $(ECHO) "Makefile Usage:" + $(ECHO) " make all" + $(ECHO) " Command to generate the kernel used in this design" + $(ECHO) "" + $(ECHO) " make clean" + $(ECHO) " Command to remove all the generated files." + +all: ${XO} + +${XO}: ${HLS_CFG} ${KERNEL_SRC} + v++ --config ${HLS_CFG} --compile --mode hls --work_dir ${KERNEL} + +${HLS_CFG}: + @echo "#" >> ${HLS_CFG} + @echo "# Copyright (C) 2023, Advanced Micro Devices, Inc. All rights reserved." >> ${HLS_CFG} + @echo "# SPDX-License-Identifier: MIT" >> ${HLS_CFG} + @echo "#" >> ${HLS_CFG} + @echo "part=${PART}" >> ${HLS_CFG} + @echo "[hls]" >> ${HLS_CFG} + @echo "flow_target=vitis" >> ${HLS_CFG} + @echo "clock=3.2ns" >> ${HLS_CFG} + @echo "# C-Synthesis:" >> ${HLS_CFG} + @echo "syn.top=${KERNEL}_wrapper" >> ${HLS_CFG} + @echo "syn.file=${KERNEL_SRC}" >> ${HLS_CFG} + @echo "syn.file_cflags=${KERNEL_SRC}, -I${DSPLIB_ROOT}/L1/include -DSSR=${SSR} -DSAMPLE_SIZE=${DATAWIDTH}" >> ${HLS_CFG} + @echo "# Package:" >> ${HLS_CFG} + @echo "package.output.file=${KERNEL}.xo" >> ${HLS_CFG} + @echo "package.output.format=xo" >> ${HLS_CFG} + @echo "# OOC Place & Route:" >> ${HLS_CFG} + @echo "vivado.flow=impl" >> ${HLS_CFG} + +clean: + rm -f $(XO)* ${HLS_CFG} *.log vitis-comp.json + rm -rf .Xil _x/ .crashReporter* + rm -rf ${KERNEL} + diff --git a/AI_Engine_Development/AIE-ML/Design_Tutorials/07-Channelizer-Using-Vitis-Libraries/hls/ifft_mid_transpose/Makefile b/AI_Engine_Development/AIE-ML/Design_Tutorials/07-Channelizer-Using-Vitis-Libraries/hls/ifft_mid_transpose/Makefile new file mode 100755 index 0000000000..d81fd3d829 --- /dev/null +++ b/AI_Engine_Development/AIE-ML/Design_Tutorials/07-Channelizer-Using-Vitis-Libraries/hls/ifft_mid_transpose/Makefile @@ -0,0 +1,62 @@ +# +# Copyright (C) 2023, Advanced Micro Devices, Inc. All rights reserved. +# SPDX-License-Identifier: MIT +# +# Author: Faisal El-Shabani + +ECHO := @echo + +PART :=xcve2802-vsvh1760-2MP-e-S + +DATAWIDTH := 64 +SSR := 16 +POINT_SIZE := 4096 +DATA_TYPE := cint32 +TWIDDLE_TYPE := cint16 +VSS_MODE := 1 + +KERNEL := mid_transpose_wrapper +KERNEL_SRC := ${DSPLIB_ROOT}/L1/src/hw/mid_transpose/mid_transpose.cpp +XO := ${KERNEL}.xo +HLS_CFG := hls.cfg + +.PHONY: clean all help + +help:: + $(ECHO) "Makefile Usage:" + $(ECHO) " make all" + $(ECHO) " Command to generate the kernel used in this design" + $(ECHO) "" + $(ECHO) " make clean" + $(ECHO) " Command to remove all the generated files." + +all: ${XO} + +${XO}: ${HLS_CFG} ${KERNEL_SRC} + v++ --config ${HLS_CFG} --compile --mode hls --work_dir ${KERNEL} + +${HLS_CFG}: + @echo "#" >> ${HLS_CFG} + @echo "# Copyright (C) 2023, Advanced Micro Devices, Inc. All rights reserved." >> ${HLS_CFG} + @echo "# SPDX-License-Identifier: MIT" >> ${HLS_CFG} + @echo "#" >> ${HLS_CFG} + @echo "part=${PART}" >> ${HLS_CFG} + @echo "[hls]" >> ${HLS_CFG} + @echo "flow_target=vitis" >> ${HLS_CFG} + @echo "clock=3.2ns" >> ${HLS_CFG} + @echo "# C-Synthesis:" >> ${HLS_CFG} + @echo "syn.top=${KERNEL}" >> ${HLS_CFG} + @echo "syn.cflags= -I${DSPLIB_ROOT}/L1/include/vss/common -I${DSPLIB_ROOT}/L1/include/vss/vss_fft_ifft_1d" >> ${HLS_CFG} + @echo "syn.file=${KERNEL_SRC}" >> ${HLS_CFG} + @echo "syn.file_cflags=${KERNEL_SRC}, -DSSR=${SSR} -DPOINT_SIZE=${POINT_SIZE} -DDATAWIDTH=${DATAWIDTH} -DDATA_TYPE=${DATA_TYPE} -DTWIDDLE_TYPE=${TWIDDLE_TYPE} -DVSS_MODE=${VSS_MODE}" >> ${HLS_CFG} + @echo "# Package:" >> ${HLS_CFG} + @echo "package.output.file=${KERNEL}.xo" >> ${HLS_CFG} + @echo "package.output.format=xo" >> ${HLS_CFG} + @echo "# OOC Place & Route:" >> ${HLS_CFG} + @echo "vivado.flow=impl" >> ${HLS_CFG} + +clean: + rm -f $(XO)* ${HLS_CFG} *.log vitis-comp.json + rm -rf .Xil _x/ .crashReporter* + rm -rf ${KERNEL} + diff --git a/AI_Engine_Development/AIE-ML/Design_Tutorials/07-Channelizer-Using-Vitis-Libraries/hls/ifft_transpose/Makefile b/AI_Engine_Development/AIE-ML/Design_Tutorials/07-Channelizer-Using-Vitis-Libraries/hls/ifft_transpose/Makefile deleted file mode 100755 index 1752c847e1..0000000000 --- a/AI_Engine_Development/AIE-ML/Design_Tutorials/07-Channelizer-Using-Vitis-Libraries/hls/ifft_transpose/Makefile +++ /dev/null @@ -1,87 +0,0 @@ -# -# Copyright (C) 2023, Advanced Micro Devices, Inc. All rights reserved. -# SPDX-License-Identifier: MIT -# -# Author: Faisal El-Shabani - -DO_COSIM := false -ECHO := @echo - -PART :=xcve2802-vsvh1760-2MP-e-S - -SSR :=8 -POINT_SIZE :=4096 -KERNEL := ifft_transpose_wrapper -KERNEL_SRC := ${DSPLIB_ROOT}/L1/src/hw/ifft_transpose/ifft_transpose.cpp -XO := ${KERNEL}.xo -HLS_CFG := hls.cfg - -.PHONY: clean all help - -help:: - $(ECHO) "Makefile Usage:" - $(ECHO) " make all" - $(ECHO) " Command to generate the kernel used in this design" - $(ECHO) "" - $(ECHO) " make clean" - $(ECHO) " Command to remove all the generated files." - -all: ${XO} - -${XO}: ${HLS_CFG} ${KERNEL_SRC} - v++ --config ${HLS_CFG} --compile --mode hls --work_dir ${KERNEL} -ifeq (${DO_COSIM},true) - vitis-run --mode hls --config ${HLS_CFG} --csim --work_dir ${KERNEL} - vitis-run --mode hls --config ${HLS_CFG} --cosim --work_dir ${KERNEL} - vitis-run --mode hls --config ${HLS_CFG} --impl --work_dir ${KERNEL} -endif - -${HLS_CFG}: - @echo "#" >> ${HLS_CFG} - @echo "# Copyright (C) 2023, Advanced Micro Devices, Inc. All rights reserved." >> ${HLS_CFG} - @echo "# SPDX-License-Identifier: MIT" >> ${HLS_CFG} - @echo "#" >> ${HLS_CFG} - @echo "part=${PART}" >> ${HLS_CFG} - @echo "[hls]" >> ${HLS_CFG} - @echo "flow_target=vitis" >> ${HLS_CFG} - @echo "clock=3.2ns" >> ${HLS_CFG} - @echo "# C-Synthesis:" >> ${HLS_CFG} - @echo "syn.top=${KERNEL}" >> ${HLS_CFG} - @echo "syn.file=${KERNEL_SRC}" >> ${HLS_CFG} - @echo "syn.file_cflags=${KERNEL_SRC}, -DSSR=${SSR} -DPOINT_SIZE=${POINT_SIZE}" >> ${HLS_CFG} - @echo "syn.file_csimflags=${KERNEL_SRC}" >> ${HLS_CFG} - @echo "# Testbench:" >> ${HLS_CFG} - @echo "tb.file=tb_wrapper.cpp" >> ${HLS_CFG} - @echo "tb.file=data/stream0_i.txt" >> ${HLS_CFG} - @echo "tb.file=data/stream1_i.txt" >> ${HLS_CFG} - @echo "tb.file=data/stream2_i.txt" >> ${HLS_CFG} - @echo "tb.file=data/stream3_i.txt" >> ${HLS_CFG} - @echo "tb.file=data/stream4_i.txt" >> ${HLS_CFG} - @echo "tb.file=data/stream5_i.txt" >> ${HLS_CFG} - @echo "tb.file=data/stream6_i.txt" >> ${HLS_CFG} - @echo "tb.file=data/stream7_i.txt" >> ${HLS_CFG} - @echo "tb.file=data/stream0_o.txt" >> ${HLS_CFG} - @echo "tb.file=data/stream1_o.txt" >> ${HLS_CFG} - @echo "tb.file=data/stream2_o.txt" >> ${HLS_CFG} - @echo "tb.file=data/stream3_o.txt" >> ${HLS_CFG} - @echo "tb.file=data/stream4_o.txt" >> ${HLS_CFG} - @echo "tb.file=data/stream5_o.txt" >> ${HLS_CFG} - @echo "tb.file=data/stream6_o.txt" >> ${HLS_CFG} - @echo "tb.file=data/stream7_o.txt" >> ${HLS_CFG} - @echo "tb.file_cflags=tb_wrapper.cpp,-I${DSPLIB_ROOT}/L1/src/hw/ifft_transpose -DSSR=${SSR} -DPOINT_SIZE=${POINT_SIZE}" >> ${HLS_CFG} - @echo "# C-Simulation:" >> ${HLS_CFG} - @echo "csim.clean=true" >> ${HLS_CFG} - @echo "csim.setup=false" >> ${HLS_CFG} - @echo "# C/RTL Co-Simulation:" >> ${HLS_CFG} - @echo "cosim.setup=false" >> ${HLS_CFG} - @echo "# Package:" >> ${HLS_CFG} - @echo "package.output.file=${KERNEL}.xo" >> ${HLS_CFG} - @echo "package.output.format=xo" >> ${HLS_CFG} - @echo "# OOC Place & Route:" >> ${HLS_CFG} - @echo "vivado.flow=impl" >> ${HLS_CFG} - -clean: - rm -f $(XO)* ${HLS_CFG} *.log vitis-comp.json - rm -rf .Xil _x/ .crashReporter* - rm -rf ${KERNEL} - diff --git a/AI_Engine_Development/AIE-ML/Design_Tutorials/07-Channelizer-Using-Vitis-Libraries/hls/ifft_transpose/compute_addr_2d.m b/AI_Engine_Development/AIE-ML/Design_Tutorials/07-Channelizer-Using-Vitis-Libraries/hls/ifft_transpose/compute_addr_2d.m deleted file mode 100755 index 86891d3185..0000000000 --- a/AI_Engine_Development/AIE-ML/Design_Tutorials/07-Channelizer-Using-Vitis-Libraries/hls/ifft_transpose/compute_addr_2d.m +++ /dev/null @@ -1,23 +0,0 @@ -% -% Copyright (C) 2023, Advanced Micro Devices, Inc. All rights reserved. -% SPDX-License-Identifier: MIT -% -% Author: Mark Rollins - -function [addr_o] = compute_addr_2d(N1,N2,dim) - N = N1 * N2; - addr_i = [0:N-1]; - pattern_i = reshape(addr_i,N1,N2); - switch (dim) - % Linear addressing for N1 dimension: - case 1, - addr_o = addr_i; - - case 2, - % Step-by-N2 addressing for N2 dimension: - addr_o = []; - for rr = 1 : N1 - addr_o = [addr_o,reshape(pattern_i(rr,:),1,[])]; - end - end -end \ No newline at end of file diff --git a/AI_Engine_Development/AIE-ML/Design_Tutorials/07-Channelizer-Using-Vitis-Libraries/hls/ifft_transpose/gen_vectors.m b/AI_Engine_Development/AIE-ML/Design_Tutorials/07-Channelizer-Using-Vitis-Libraries/hls/ifft_transpose/gen_vectors.m deleted file mode 100755 index e148595e56..0000000000 --- a/AI_Engine_Development/AIE-ML/Design_Tutorials/07-Channelizer-Using-Vitis-Libraries/hls/ifft_transpose/gen_vectors.m +++ /dev/null @@ -1,75 +0,0 @@ -% -% Copyright (C) 2023, Advanced Micro Devices, Inc. All rights reserved. -% SPDX-License-Identifier: MIT -% -% Author: Mark Rollins - -clear all; -close all; - -% ------------------------------------------------------------ -% Create Permutation Mapping -% ------------------------------------------------------------ - -Ntransform = 1; -NSTREAM = 8; -NFFT_1D = 64; -NFFT = NFFT_1D * NFFT_1D; -NSAMP = NFFT_1D; - -% ------------------------------------------------------------ -% Create Testbench Stimulus -% ------------------------------------------------------------ - -pattern = 1; - -seq_i = zeros(NFFT_1D,NFFT_1D,Ntransform); - -if (pattern == 1 ) - % Use pattern to prove out functionality: - for tt = 1 : Ntransform - tmp = reshape(compute_addr_2d(NFFT_1D,NFFT_1D,1),NFFT_1D,NFFT_1D); - seq_i(:,:,tt) = tmp; - end -else - limit = 2^16-1; - seq_i = randi([-(limit+1),limit],NSAMP,NSAMP,Ntransform); -end - -% ------------------------------------------------------------ -% Write I/O Files -% ------------------------------------------------------------ - -[~,~,~] = rmdir('data','s'); -[~,~,~] = mkdir('data'); - - -% Write streams in polyphase order: -for ss = 1 : NSTREAM - fid = fopen(sprintf('data/stream%d_i.txt',ss-1),'a'); - for tt = 1 : Ntransform - data = seq_i(ss:NSTREAM:end,:,tt); - for rr = 1 : size(data,1) - for cc = 1 : size(data,2) - % Data is coming in along rows: - fprintf(fid,'%d\n',data(rr,cc)); - end - end - end - fclose(fid); -end - -% Write streams in polyphase order: -for ss = 1 : NSTREAM - fid = fopen(sprintf('data/stream%d_o.txt',ss-1),'a'); - for tt = 1 : Ntransform - data = seq_i(:,ss:NSTREAM:end,tt); - for cc = 1 : size(data,2) - for rr = 1 : size(data,1) - % Data is leaving along columns: - fprintf(fid,'%d\n',data(rr,cc)); - end - end - end - fclose(fid); -end \ No newline at end of file diff --git a/AI_Engine_Development/AIE-ML/Design_Tutorials/07-Channelizer-Using-Vitis-Libraries/hls/ifft_transpose/tb_wrapper.cpp b/AI_Engine_Development/AIE-ML/Design_Tutorials/07-Channelizer-Using-Vitis-Libraries/hls/ifft_transpose/tb_wrapper.cpp deleted file mode 100755 index a16f1b76ce..0000000000 --- a/AI_Engine_Development/AIE-ML/Design_Tutorials/07-Channelizer-Using-Vitis-Libraries/hls/ifft_transpose/tb_wrapper.cpp +++ /dev/null @@ -1,85 +0,0 @@ -// -// Copyright (C) 2023, Advanced Micro Devices, Inc. All rights reserved. -// SPDX-License-Identifier: MIT -// -// Author: Faisal El-Shabani - -#include "ifft_transpose.h" -#include -#include -#include - -using namespace std; - -// ------------------------------------------------------------ -// Main -// ------------------------------------------------------------ - -int main( void ) -{ - using TT_STREAM = midTransposeCls::TT_STREAM; - using TT_SAMPLE = midTransposeCls::TT_SAMPLE; - - // Create DDR4 contents: - TT_STREAM sig_i[SSR]; - TT_SAMPLE sig_g[SSR][POINT_SIZE/SSR]; - - // Load stream stimulus: - for (int ss=0; ss < SSR; ss++) { - std::ifstream ss_i; - ss_i.open("stream" + std::to_string(ss) + "_i.txt",std::ifstream::in); - for (int dd=0; dd < POINT_SIZE/SSR; dd+=2) { - int d0,d1; - ss_i >> d0; - ss_i >> d1; - sig_i[ss].write( ( TT_SAMPLE(d1), TT_SAMPLE(d0) ) ); - } - ss_i.close(); - } - - // Load golden outputs: - for (int ss=0; ss < SSR; ss++) { - std::ifstream ss_o; - ss_o.open("stream" + std::to_string(ss) + "_o.txt",std::ifstream::in); - for (int dd=0; dd < POINT_SIZE/SSR; dd++) { - int d0; - ss_o >> d0; - sig_g[ss][dd] = TT_SAMPLE(d0); - } - ss_o.close(); - } - - for (int ss=0; ss < SSR; ss++) { - cout << "Stream sig_i" << ss << " Size: " << sig_i[ss].size() << endl; - } - - // Run DUT: - TT_STREAM sig_o[SSR]; - ifft_transpose_wrapper( sig_i, sig_o ); - - for (int ss=0; ss < SSR; ss++) { - cout << "Stream sig_o" << ss << " Size: " << sig_o[ss].size() << endl; - } - - // Check output streams: - bool flag = 0; - for (int ss=0; ss < SSR; ss++) { - for (int dd=0; dd < POINT_SIZE/SSR; dd+=2) { - TT_SAMPLE act0_o, act1_o; - (act1_o,act0_o) = sig_o[ss].read(); - TT_SAMPLE act0_g, act1_g; - act0_g = sig_g[ss][dd]; - act1_g = sig_g[ss][dd+1]; - bool this_flag = (act0_o != act0_g) || (act1_o != act1_g); - flag |= this_flag; - if ( this_flag ) { - cout << "ss: " << ss << " dd: " << dd << " act0_o: " << act0_o << " act0_g: " << act0_g << endl; - cout << "ss: " << ss << " dd: " << dd+1 << " act1_o: " << act1_o << " act1_g: " << act1_g << endl; - } - } - } - if ( flag == 0 ) cout << "--- PASSED ---" << endl; - else cout << "*** FAILED ***" << endl; - return( flag ); -} - diff --git a/AI_Engine_Development/AIE-ML/Design_Tutorials/07-Channelizer-Using-Vitis-Libraries/hls/merge_4x1/Makefile b/AI_Engine_Development/AIE-ML/Design_Tutorials/07-Channelizer-Using-Vitis-Libraries/hls/merge_4x1/Makefile index e608fe3741..7836b76971 100755 --- a/AI_Engine_Development/AIE-ML/Design_Tutorials/07-Channelizer-Using-Vitis-Libraries/hls/merge_4x1/Makefile +++ b/AI_Engine_Development/AIE-ML/Design_Tutorials/07-Channelizer-Using-Vitis-Libraries/hls/merge_4x1/Makefile @@ -28,7 +28,7 @@ ${XO}: ${KERNEL_SRC} ifeq (${DO_COSIM},true) vitis-run --mode hls --config hls.cfg --csim --work_dir ${KERNEL} vitis-run --mode hls --config hls.cfg --cosim --work_dir ${KERNEL} - vitis-run --mode hls --config hls.cfg --impl --work_dir ${KERNEL} +# vitis-run --mode hls --config hls.cfg --impl --work_dir ${KERNEL} endif clean: diff --git a/AI_Engine_Development/AIE-ML/Design_Tutorials/07-Channelizer-Using-Vitis-Libraries/hls/merge_4x1/hls.cfg b/AI_Engine_Development/AIE-ML/Design_Tutorials/07-Channelizer-Using-Vitis-Libraries/hls/merge_4x1/hls.cfg index 07ed971f6d..6bc457c2d7 100755 --- a/AI_Engine_Development/AIE-ML/Design_Tutorials/07-Channelizer-Using-Vitis-Libraries/hls/merge_4x1/hls.cfg +++ b/AI_Engine_Development/AIE-ML/Design_Tutorials/07-Channelizer-Using-Vitis-Libraries/hls/merge_4x1/hls.cfg @@ -27,7 +27,8 @@ csim.setup=false # C/RTL Co-Simulation: cosim.setup=false -cosim.wave_debug=false +cosim.wave_debug=true +cosim.tool=xsim cosim.trace_level=port # Package: diff --git a/AI_Engine_Development/AIE-ML/Design_Tutorials/07-Channelizer-Using-Vitis-Libraries/hls/merge_4x1/merge_4x1.cpp b/AI_Engine_Development/AIE-ML/Design_Tutorials/07-Channelizer-Using-Vitis-Libraries/hls/merge_4x1/merge_4x1.cpp index 1cbe2825e7..93053e714f 100644 --- a/AI_Engine_Development/AIE-ML/Design_Tutorials/07-Channelizer-Using-Vitis-Libraries/hls/merge_4x1/merge_4x1.cpp +++ b/AI_Engine_Development/AIE-ML/Design_Tutorials/07-Channelizer-Using-Vitis-Libraries/hls/merge_4x1/merge_4x1.cpp @@ -11,30 +11,28 @@ using namespace merge_4x1; // Consumer // ------------------------------------------------------------ -void consumer( TT_STREAM sig_i[NSTREAM_I], hls::stream_of_blocks& ss ) +void consumer( TT_STREAM sig_i[NSTREAM_I], TT_BLOCK& ss ) { -#pragma HLS pipeline II=8 - hls::write_lock WL(ss); - WL[ 0] = sig_i[ 0].read(); - WL[ 1] = sig_i[ 1].read(); - WL[ 2] = sig_i[ 2].read(); - WL[ 3] = sig_i[ 3].read(); +#pragma HLS pipeline II=4 + ss[ 0] = sig_i[ 0].read(); + ss[ 1] = sig_i[ 1].read(); + ss[ 2] = sig_i[ 2].read(); + ss[ 3] = sig_i[ 3].read(); } // ------------------------------------------------------------ // Producer // ------------------------------------------------------------ -void producer( hls::stream_of_blocks& ss, TT_STREAM& sig_o ) +void producer( TT_BLOCK& ss, TT_STREAM& sig_o ) { -#pragma HLS pipeline II=8 +#pragma HLS pipeline II=4 // We produce 8 samples over 8 cycles (two cint32 @ 312.5 MHz) // Inputs arrive in polyphase order: - hls::read_lock RL(ss); - TT_SAMPLE v00, v04; (v04,v00) = RL[ 0]; - TT_SAMPLE v01, v05; (v05,v01) = RL[ 1]; - TT_SAMPLE v02, v06; (v06,v02) = RL[ 2]; - TT_SAMPLE v03, v07; (v07,v03) = RL[ 3]; + TT_SAMPLE v00, v04; (v04,v00) = ss[ 0]; + TT_SAMPLE v01, v05; (v05,v01) = ss[ 1]; + TT_SAMPLE v02, v06; (v06,v02) = ss[ 2]; + TT_SAMPLE v03, v07; (v07,v03) = ss[ 3]; // Restore linear order: sig_o.write( (v01,v00) ); sig_o.write( (v03,v02) ); @@ -51,15 +49,13 @@ void merge_4x1_wrapper( TT_STREAM sig_i[NSTREAM_I], TT_STREAM& sig_o ) #pragma HLS interface mode=ap_ctrl_none port=return #pragma HLS interface axis port=sig_i #pragma HLS interface axis port=sig_o +#pragma HLS dataflow - hls::stream_of_blocks ss; + TT_BLOCK ss; #pragma HLS bind_storage variable=ss type=ram_s2p impl=lutram +#pragma HLS array_partition variable=ss complete dim=1 -#pragma HLS dataflow consumer( sig_i, ss ); producer( ss, sig_o ); } - - - diff --git a/AI_Engine_Development/AIE-ML/Design_Tutorials/07-Channelizer-Using-Vitis-Libraries/hls/merge_8x4/hls.cfg b/AI_Engine_Development/AIE-ML/Design_Tutorials/07-Channelizer-Using-Vitis-Libraries/hls/merge_8x4/hls.cfg index 001a0276ac..019c21977c 100755 --- a/AI_Engine_Development/AIE-ML/Design_Tutorials/07-Channelizer-Using-Vitis-Libraries/hls/merge_8x4/hls.cfg +++ b/AI_Engine_Development/AIE-ML/Design_Tutorials/07-Channelizer-Using-Vitis-Libraries/hls/merge_8x4/hls.cfg @@ -38,7 +38,8 @@ csim.setup=false # C/RTL Co-Simulation: cosim.setup=false -cosim.wave_debug=false +cosim.wave_debug=true +cosim.tool=xsim cosim.trace_level=port # Package: diff --git a/AI_Engine_Development/AIE-ML/Design_Tutorials/07-Channelizer-Using-Vitis-Libraries/images/2D_4k_IFFT_VSS_MODE_1_SSR_POWER_2.png b/AI_Engine_Development/AIE-ML/Design_Tutorials/07-Channelizer-Using-Vitis-Libraries/images/2D_4k_IFFT_VSS_MODE_1_SSR_POWER_2.png new file mode 100755 index 0000000000..2a8d5bc859 Binary files /dev/null and b/AI_Engine_Development/AIE-ML/Design_Tutorials/07-Channelizer-Using-Vitis-Libraries/images/2D_4k_IFFT_VSS_MODE_1_SSR_POWER_2.png differ diff --git a/AI_Engine_Development/AIE-ML/Design_Tutorials/07-Channelizer-Using-Vitis-Libraries/images/channelizer_array_view.png b/AI_Engine_Development/AIE-ML/Design_Tutorials/07-Channelizer-Using-Vitis-Libraries/images/channelizer_array_view.png deleted file mode 100755 index f3bcb7e603..0000000000 Binary files a/AI_Engine_Development/AIE-ML/Design_Tutorials/07-Channelizer-Using-Vitis-Libraries/images/channelizer_array_view.png and /dev/null differ diff --git a/AI_Engine_Development/AIE-ML/Design_Tutorials/07-Channelizer-Using-Vitis-Libraries/images/channelizer_hw.png b/AI_Engine_Development/AIE-ML/Design_Tutorials/07-Channelizer-Using-Vitis-Libraries/images/channelizer_hw.png index 0d85cba1a3..76b2049dea 100755 Binary files a/AI_Engine_Development/AIE-ML/Design_Tutorials/07-Channelizer-Using-Vitis-Libraries/images/channelizer_hw.png and b/AI_Engine_Development/AIE-ML/Design_Tutorials/07-Channelizer-Using-Vitis-Libraries/images/channelizer_hw.png differ diff --git a/AI_Engine_Development/AIE-ML/Design_Tutorials/07-Channelizer-Using-Vitis-Libraries/images/channelizer_hw_emu.png b/AI_Engine_Development/AIE-ML/Design_Tutorials/07-Channelizer-Using-Vitis-Libraries/images/channelizer_hw_emu.png index 9b722e1219..03e48dff20 100755 Binary files a/AI_Engine_Development/AIE-ML/Design_Tutorials/07-Channelizer-Using-Vitis-Libraries/images/channelizer_hw_emu.png and b/AI_Engine_Development/AIE-ML/Design_Tutorials/07-Channelizer-Using-Vitis-Libraries/images/channelizer_hw_emu.png differ diff --git a/AI_Engine_Development/AIE-ML/Design_Tutorials/07-Channelizer-Using-Vitis-Libraries/images/channelizer_hw_emu_trace.png b/AI_Engine_Development/AIE-ML/Design_Tutorials/07-Channelizer-Using-Vitis-Libraries/images/channelizer_hw_emu_trace.png new file mode 100755 index 0000000000..e4fbb3c675 Binary files /dev/null and b/AI_Engine_Development/AIE-ML/Design_Tutorials/07-Channelizer-Using-Vitis-Libraries/images/channelizer_hw_emu_trace.png differ diff --git a/AI_Engine_Development/AIE-ML/Design_Tutorials/07-Channelizer-Using-Vitis-Libraries/images/channelizer_resources.png b/AI_Engine_Development/AIE-ML/Design_Tutorials/07-Channelizer-Using-Vitis-Libraries/images/channelizer_resources.png index e8b2c7406b..325819184c 100755 Binary files a/AI_Engine_Development/AIE-ML/Design_Tutorials/07-Channelizer-Using-Vitis-Libraries/images/channelizer_resources.png and b/AI_Engine_Development/AIE-ML/Design_Tutorials/07-Channelizer-Using-Vitis-Libraries/images/channelizer_resources.png differ diff --git a/AI_Engine_Development/AIE-ML/Design_Tutorials/07-Channelizer-Using-Vitis-Libraries/images/channelizer_solution_synthesis.png b/AI_Engine_Development/AIE-ML/Design_Tutorials/07-Channelizer-Using-Vitis-Libraries/images/channelizer_solution_synthesis.png index 94bcd051f9..a9d4a7e36f 100755 Binary files a/AI_Engine_Development/AIE-ML/Design_Tutorials/07-Channelizer-Using-Vitis-Libraries/images/channelizer_solution_synthesis.png and b/AI_Engine_Development/AIE-ML/Design_Tutorials/07-Channelizer-Using-Vitis-Libraries/images/channelizer_solution_synthesis.png differ diff --git a/AI_Engine_Development/AIE-ML/Design_Tutorials/07-Channelizer-Using-Vitis-Libraries/images/filterbank_characterize_trace_view.png b/AI_Engine_Development/AIE-ML/Design_Tutorials/07-Channelizer-Using-Vitis-Libraries/images/filterbank_characterize_trace_view.png index 07cf57c8ea..73ce0124da 100755 Binary files a/AI_Engine_Development/AIE-ML/Design_Tutorials/07-Channelizer-Using-Vitis-Libraries/images/filterbank_characterize_trace_view.png and b/AI_Engine_Development/AIE-ML/Design_Tutorials/07-Channelizer-Using-Vitis-Libraries/images/filterbank_characterize_trace_view.png differ diff --git a/AI_Engine_Development/AIE-ML/Design_Tutorials/07-Channelizer-Using-Vitis-Libraries/images/filterbank_trace_view.png b/AI_Engine_Development/AIE-ML/Design_Tutorials/07-Channelizer-Using-Vitis-Libraries/images/filterbank_trace_view.png index 20f6617962..da2be47d89 100755 Binary files a/AI_Engine_Development/AIE-ML/Design_Tutorials/07-Channelizer-Using-Vitis-Libraries/images/filterbank_trace_view.png and b/AI_Engine_Development/AIE-ML/Design_Tutorials/07-Channelizer-Using-Vitis-Libraries/images/filterbank_trace_view.png differ diff --git a/AI_Engine_Development/AIE-ML/Design_Tutorials/07-Channelizer-Using-Vitis-Libraries/images/ifft4096_2d_array_view.png b/AI_Engine_Development/AIE-ML/Design_Tutorials/07-Channelizer-Using-Vitis-Libraries/images/ifft4096_2d_array_view.png index d33cb6b91a..bd5204a806 100755 Binary files a/AI_Engine_Development/AIE-ML/Design_Tutorials/07-Channelizer-Using-Vitis-Libraries/images/ifft4096_2d_array_view.png and b/AI_Engine_Development/AIE-ML/Design_Tutorials/07-Channelizer-Using-Vitis-Libraries/images/ifft4096_2d_array_view.png differ diff --git a/AI_Engine_Development/AIE-ML/Design_Tutorials/07-Channelizer-Using-Vitis-Libraries/images/ifft4096_2d_characterize_trace_view.png b/AI_Engine_Development/AIE-ML/Design_Tutorials/07-Channelizer-Using-Vitis-Libraries/images/ifft4096_2d_characterize_trace_view.png index 60106167d3..258f354659 100755 Binary files a/AI_Engine_Development/AIE-ML/Design_Tutorials/07-Channelizer-Using-Vitis-Libraries/images/ifft4096_2d_characterize_trace_view.png and b/AI_Engine_Development/AIE-ML/Design_Tutorials/07-Channelizer-Using-Vitis-Libraries/images/ifft4096_2d_characterize_trace_view.png differ diff --git a/AI_Engine_Development/AIE-ML/Design_Tutorials/07-Channelizer-Using-Vitis-Libraries/ps_apps/Makefile b/AI_Engine_Development/AIE-ML/Design_Tutorials/07-Channelizer-Using-Vitis-Libraries/ps_apps/Makefile index 2403d109c7..e359314a92 100755 --- a/AI_Engine_Development/AIE-ML/Design_Tutorials/07-Channelizer-Using-Vitis-Libraries/ps_apps/Makefile +++ b/AI_Engine_Development/AIE-ML/Design_Tutorials/07-Channelizer-Using-Vitis-Libraries/ps_apps/Makefile @@ -23,6 +23,8 @@ GCC_INCLUDES := -I${SYSROOT}/usr/include \ -I../aie/tdm_fir \ -I${DSPLIB_ROOT}/L2/include/aie \ -I${DSPLIB_ROOT}/L1/include/aie \ + -I${DSPLIB_ROOT}/L1/include/vss/common \ + -I${DSPLIB_ROOT}/L1/include/vss/vss_fft_ifft_1d \ -I${DSPLIB_ROOT}/L1/src/aie \ -I${DSPLIB_ROOT}/L1/tests/aie/inc \ -I${DSPLIB_ROOT}/L1/tests/aie/src \ diff --git a/AI_Engine_Development/AIE-ML/Design_Tutorials/07-Channelizer-Using-Vitis-Libraries/ps_apps/host.cpp b/AI_Engine_Development/AIE-ML/Design_Tutorials/07-Channelizer-Using-Vitis-Libraries/ps_apps/host.cpp index fc7a04714b..587058d98a 100755 --- a/AI_Engine_Development/AIE-ML/Design_Tutorials/07-Channelizer-Using-Vitis-Libraries/ps_apps/host.cpp +++ b/AI_Engine_Development/AIE-ML/Design_Tutorials/07-Channelizer-Using-Vitis-Libraries/ps_apps/host.cpp @@ -36,9 +36,6 @@ static constexpr unsigned NUM_SAMPLES_O = 4 * 4096; // 4 transforms worth of static constexpr unsigned DDR_BUFFSIZE_I_BYTES = NUM_SAMPLES_I * 4; // Each real/imag sample is 4 bytes static constexpr unsigned DDR_BUFFSIZE_O_BYTES = NUM_SAMPLES_O * 8; // Each real/imag sample is 8 bytes -static constexpr unsigned TOTAL_O_BYTES = DDR_BUFFSIZE_O_BYTES * LOOP_CNT_O; -static constexpr double TARGET_THROUGHPUT = 2394; // Measured in hw_emu 2025.1 - // ------------------------------------------------------------ // Main @@ -147,11 +144,6 @@ int main(int argc, char* argv[]) dma_snk_run.set_arg( 2, LOOP_CNT_O ); std::cout << STR_PASSED << "dma_snk_run.set_arg( 2, LOOP_CNT_O=" << LOOP_CNT_O << " )" << std::endl; - // Start throughput profiling. Design has 8 output PLIOs. Measure on one and scale the result accordingly. - xrt::aie::profiling handle(my_device); - std::cout << STR_PASSED << "xrt::aie::profiling handle(my_device);" << std::endl; - handle.start(xrt::aie::profiling::profiling_option::io_stream_start_to_bytes_transferred_cycles,"aie_dut.back_o[0]","",TOTAL_O_BYTES/8); // Measure on one PLIO, scale to get total design throughput - dma_snk_run.start(); std::cout << STR_PASSED << "dma_snk_run.start()" << std::endl; @@ -164,14 +156,6 @@ int main(int argc, char* argv[]) dma_snk_run.wait(); std::cout << STR_PASSED << "dma_snk_run.wait()" << std::endl; - // ------------------------------------------------------------ - // Measure Throughput - // ------------------------------------------------------------ - - long long cycle_count = handle.read(); - handle.stop(); - double throughput = (double) TOTAL_O_BYTES / ((cycle_count) * 0.8 * 1e-3); // Measure on one PLIO, scale to get total design throughput - // ------------------------------------------------------------ // Retrieve Results // ------------------------------------------------------------ @@ -208,12 +192,12 @@ int main(int argc, char* argv[]) int err_re = abs(val_g_re - val_a_re); int err_im = abs(val_g_im - val_a_im); bool this_flag = ( err_re > level ) || ( err_im > level ); // Matlab is not bit accurate - std::cout << "ss: " << (ss>>1) - << " Gld: " << val_g_re << " " << val_g_im - << " Act: " << val_a_re << " " << val_a_im - << " Err: " << err_re << " " << err_im; - if ( this_flag == 1 ) std::cout << " ***"; - std::cout << std::endl; + if ( this_flag == 1 ) { + std::cout << "ss: " << (ss>>1) + << " Gld: " << val_g_re << " " << val_g_im + << " Act: " << val_a_re << " " << val_a_im + << " Err: " << err_re << " " << err_im << std::endl; + } flag |= this_flag; max_err = ( err_re > max_err ) ? err_re : max_err; max_err = ( err_im > max_err ) ? err_im : max_err; @@ -221,21 +205,13 @@ int main(int argc, char* argv[]) ss_o.close(); ss_a.close(); - std::cout << "Level: " << level << std::endl; - std::cout << "Max Error: " << max_err << std::endl; - - std::cout << "==============================" << std::endl; - std::cout << "Cycle count: " << cycle_count << std::endl; - std::cout << "Approx Throughput: " << throughput << " MB/sec" << std::endl; - std::cout << "Approx Throughput: " << throughput/8 << " Msps" << std::endl; - std::cout << "==============================" << std::endl; - - bool flag_tp = ( abs(throughput/8 - TARGET_THROUGHPUT) > 0.05*TARGET_THROUGHPUT ) ? 1 : 0; + std::cout << "Max Allowed Error: " << level << std::endl; + std::cout << "Max Actual Error: " << max_err << std::endl; // Done: - if ( flag == 0 && flag_tp == 0 ) + if ( flag == 0 ) std::cout << std::endl << "--- PASSED ---" << std::endl; else std::cout << std::endl << "*** FAILED ***" << std::endl; - return(flag|flag_tp); + return(flag); } diff --git a/AI_Engine_Development/AIE-ML/Design_Tutorials/07-Channelizer-Using-Vitis-Libraries/vitis/Makefile b/AI_Engine_Development/AIE-ML/Design_Tutorials/07-Channelizer-Using-Vitis-Libraries/vitis/Makefile index b286cde09f..21708d58e6 100755 --- a/AI_Engine_Development/AIE-ML/Design_Tutorials/07-Channelizer-Using-Vitis-Libraries/vitis/Makefile +++ b/AI_Engine_Development/AIE-ML/Design_Tutorials/07-Channelizer-Using-Vitis-Libraries/vitis/Makefile @@ -12,9 +12,9 @@ IP_DIR := ../aie/channelizer DATA_DIR := ../aie/channelizer/data XO_VSS := ../hls/split_1x16/split_1x16_wrapper.xo \ ../hls/merge_4x1/merge_4x1_wrapper.xo \ - ../hls/ifft_front_transpose/ifft_front_transpose_wrapper.xo \ - ../hls/ifft_transpose/ifft_transpose_wrapper.xo \ - ../hls/ifft_back_transpose/ifft_back_transpose_wrapper.xo \ + ../hls/ifft_mid_splitter/splitter.xo \ + ../hls/ifft_mid_transpose/mid_transpose_wrapper.xo \ + ../hls/ifft_mid_joiner/joiner.xo \ ../hls/merge_8x4/merge_8x4_wrapper.xo XO := ../hls/channelizer_dma_src/channelizer_dma_src_wrapper.xo \ @@ -33,6 +33,7 @@ PART := xcve2802-vsvh1760-2MP-e-S SD_CARD := $(abspath ../package) BUILD_DIR := build_${TARGET} +EMBD_EXC := embedded_exec.sh SYSTEM_CFG := system.cfg .PHONY: clean all @@ -64,7 +65,26 @@ ${BUILD_DIR}/${XSA}: ${BUILD_DIR}/${VSS} ${XO} ${SYSTEM_CFG} --output ${XSA} \ 2>&1 | tee vpp_link.log -${SD_CARD}: ${BUILD_DIR}/${XSA} ${PS_EXE} ${KERNEL_IMAGE} ${ROOTFS} ${STIMULUS_IO} +${EMBD_EXC}: + @echo "#!/bin/bash" >> ${EMBD_EXC} + @echo "#" >> ${EMBD_EXC} + @echo "# Copyright (C) 2023, Advanced Micro Devices, Inc. All rights reserved." >> ${EMBD_EXC} + @echo "# SPDX-License-Identifier: MIT" >> ${EMBD_EXC} + @echo "#" >> ${EMBD_EXC} + @echo "" >> ${EMBD_EXC} +ifeq ("$(TARGET)","hw_emu") + @echo "export XCL_EMULATION_MODE=hw_emu" >> ${EMBD_EXC} +endif + @echo "" >> ${EMBD_EXC} + @echo "./host.exe a.xclbin" >> ${EMBD_EXC} + @echo 'return_code=$$?' >> ${EMBD_EXC} + @echo 'if [ $$return_code -ne 0 ]; then' >> ${EMBD_EXC} + @echo ' echo "ERROR: Embedded host run failed, RC=$$return_code"' >> ${EMBD_EXC} + @echo 'fi' >> ${EMBD_EXC} + @echo echo '"INFO: Embedded host run completed."' >> ${EMBD_EXC} + @chmod 755 ${EMBD_EXC} + +${SD_CARD}: ${BUILD_DIR}/${XSA} ${PS_EXE} ${KERNEL_IMAGE} ${ROOTFS} ${STIMULUS_IO} ${EMBD_EXC} cd ${BUILD_DIR} && \ v++ --package --debug --save-temps \ --target ${TARGET} \ @@ -79,9 +99,9 @@ ${SD_CARD}: ${BUILD_DIR}/${XSA} ${PS_EXE} ${KERNEL_IMAGE} ${ROOTFS} ${STIMULUS_I ${XSA} \ $(addprefix --package.sd_file=../, ${PS_EXE}) \ $(addprefix --package.sd_file=../,${STIMULUS_IO}) \ - $(addprefix --package.sd_file=../,embedded_exec.sh) \ + $(addprefix --package.sd_file=../,${EMBD_EXC}) \ 2>&1 | tee vpp_pack.log echo ${PLATFORM_CUSTOM} > ${SD_CARD}/sd_card/platform_desc.txt clean: - rm -rf ${SD_CARD} ${BUILD_DIR} _x *.xo ${VSS} xcd.log v++* .Xil \ No newline at end of file + rm -rf ${SD_CARD} ${BUILD_DIR} _x *.xo ${VSS} xcd.log v++* .Xil .ipcache analyzer_input ${EMBD_EXC} \ No newline at end of file diff --git a/AI_Engine_Development/AIE-ML/Design_Tutorials/07-Channelizer-Using-Vitis-Libraries/vitis/embedded_exec.sh b/AI_Engine_Development/AIE-ML/Design_Tutorials/07-Channelizer-Using-Vitis-Libraries/vitis/embedded_exec.sh deleted file mode 100755 index 7c8b25d376..0000000000 --- a/AI_Engine_Development/AIE-ML/Design_Tutorials/07-Channelizer-Using-Vitis-Libraries/vitis/embedded_exec.sh +++ /dev/null @@ -1,10 +0,0 @@ -#!/bin/bash -# -# Copyright (C) 2023, Advanced Micro Devices, Inc. All rights reserved. -# SPDX-License-Identifier: MIT -# -# Author: Mark Rollins - -export XILINX_XRT=/usr - -./host.exe a.xclbin diff --git a/AI_Engine_Development/AIE-ML/Design_Tutorials/07-Channelizer-Using-Vitis-Libraries/vitis/system.cfg b/AI_Engine_Development/AIE-ML/Design_Tutorials/07-Channelizer-Using-Vitis-Libraries/vitis/system.cfg index 7bc46b1bae..49ee042654 100755 --- a/AI_Engine_Development/AIE-ML/Design_Tutorials/07-Channelizer-Using-Vitis-Libraries/vitis/system.cfg +++ b/AI_Engine_Development/AIE-ML/Design_Tutorials/07-Channelizer-Using-Vitis-Libraries/vitis/system.cfg @@ -8,7 +8,7 @@ # Clocks # ------------------------------------------------------------ -freqhz=312500000:dma_src.ap_clk,channelizer_split0.ap_clk,channelizer_split1.ap_clk,channelizer_merge0.ap_clk,channelizer_merge1.ap_clk,channelizer_merge2.ap_clk,channelizer_merge3.ap_clk,channelizer_merge4.ap_clk,channelizer_merge5.ap_clk,channelizer_merge6.ap_clk,channelizer_merge7.ap_clk,channelizer_ifft_front_transpose.ap_clk,channelizer_ifft_transpose.ap_clk,channelizer_ifft_back_transpose.ap_clk,channelizer_merge_8x4.ap_clk,dma_snk.ap_clk +freqhz=312500000:dma_src.ap_clk,channelizer_split0.ap_clk,channelizer_split1.ap_clk,channelizer_merge0.ap_clk,channelizer_merge1.ap_clk,channelizer_merge2.ap_clk,channelizer_merge3.ap_clk,channelizer_merge4.ap_clk,channelizer_merge5.ap_clk,channelizer_merge6.ap_clk,channelizer_merge7.ap_clk,channelizer_splitter.ap_clk,channelizer_mid_transpose.ap_clk,channelizer_joiner.ap_clk,channelizer_merge_8x4.ap_clk,dma_snk.ap_clk [connectivity] @@ -25,7 +25,7 @@ nk = channelizer_dma_snk_wrapper:1:dma_snk # ------------------------------------------------------------ # LPDDR to PL DMA SOURCE: -sp=dma_src.mem:LPDDR +sp=dma_src.mem:LPDDR1 # PL DMA Source to PL split sc = dma_src.sig_o_0:channelizer_split0.sig_i @@ -38,7 +38,7 @@ sc = channelizer_merge_8x4.sig_o_2:dma_snk.sig_i_2 sc = channelizer_merge_8x4.sig_o_3:dma_snk.sig_i_3 # PL DMA SINK to LPDDR -sp=dma_snk.mem:LPDDR +sp=dma_snk.mem:LPDDR1 # ------------------------------------------------------------ # Vivado PAR @@ -63,7 +63,7 @@ prop=run.impl_1.steps.phys_opt_design.is_enabled=1 prop=run.impl_1.steps.post_route_phys_opt_design.is_enabled=0 prop=run.impl_1.steps.opt_design.args.directive=Explore prop=run.impl_1.steps.place_design.args.directive=Explore -prop=run.impl_1.{steps.place_design.args.MORE OPTIONS}={-net_delay_weight low} +prop=run.impl_1.{steps.place_design.args.MORE OPTIONS}={-net_delay_weight high} prop=run.impl_1.steps.phys_opt_design.args.directive=AggressiveExplore prop=run.impl_1.steps.route_design.args.directive=NoTimingRelaxation diff --git a/AI_Engine_Development/AIE-ML/Design_Tutorials/07-Channelizer-Using-Vitis-Libraries/vitis/vss.cfg b/AI_Engine_Development/AIE-ML/Design_Tutorials/07-Channelizer-Using-Vitis-Libraries/vitis/vss.cfg index 45f730c1c2..e304fe58d7 100755 --- a/AI_Engine_Development/AIE-ML/Design_Tutorials/07-Channelizer-Using-Vitis-Libraries/vitis/vss.cfg +++ b/AI_Engine_Development/AIE-ML/Design_Tutorials/07-Channelizer-Using-Vitis-Libraries/vitis/vss.cfg @@ -10,14 +10,14 @@ # VSS sources: # ------------------------------------------------------------ -vss=amd.com:mrlib:channelizer:1.0:split0,split1,ai_engine_0,merge0,merge1,merge2,merge3,merge4,merge5,merge6,merge7,ifft_front_transpose,ifft_transpose,ifft_back_transpose,merge_8x4 +vss=amd.com:mrlib:channelizer:1.0:split0,split1,ai_engine_0,merge0,merge1,merge2,merge3,merge4,merge5,merge6,merge7,splitter,mid_transpose,joiner,merge_8x4 # Sources/Sinks Data Movers to/from LPDDR/PL: nk = split_1x16_wrapper:2:split0,split1 nk = merge_4x1_wrapper:8:merge0,merge1,merge2,merge3,merge4,merge5,merge6,merge7 -nk = ifft_front_transpose_wrapper:1:ifft_front_transpose -nk = ifft_transpose_wrapper:1:ifft_transpose -nk = ifft_back_transpose_wrapper:1:ifft_back_transpose +nk = splitter_wrapper:1:splitter +nk = mid_transpose_wrapper:1:mid_transpose +nk = joiner_wrapper:1:joiner nk = merge_8x4_wrapper:1:merge_8x4 # ------------------------------------------------------------ @@ -93,62 +93,78 @@ sc = ai_engine_0.PLIO_o_29:merge5.sig_i_3 sc = ai_engine_0.PLIO_o_30:merge6.sig_i_3 sc = ai_engine_0.PLIO_o_31:merge7.sig_i_3 -# PL Merge to PL ifft_front_transpose: -sc = merge0.sig_o:ifft_front_transpose.sig_i_0 -sc = merge1.sig_o:ifft_front_transpose.sig_i_1 -sc = merge2.sig_o:ifft_front_transpose.sig_i_2 -sc = merge3.sig_o:ifft_front_transpose.sig_i_3 -sc = merge4.sig_o:ifft_front_transpose.sig_i_4 -sc = merge5.sig_o:ifft_front_transpose.sig_i_5 -sc = merge6.sig_o:ifft_front_transpose.sig_i_6 -sc = merge7.sig_o:ifft_front_transpose.sig_i_7 +# PL Merge to AI Engine front FFT +sc = merge0.sig_o:ai_engine_0.PLIO_front_in_0 +sc = merge1.sig_o:ai_engine_0.PLIO_front_in_1 +sc = merge2.sig_o:ai_engine_0.PLIO_front_in_2 +sc = merge3.sig_o:ai_engine_0.PLIO_front_in_3 +sc = merge4.sig_o:ai_engine_0.PLIO_front_in_4 +sc = merge5.sig_o:ai_engine_0.PLIO_front_in_5 +sc = merge6.sig_o:ai_engine_0.PLIO_front_in_6 +sc = merge7.sig_o:ai_engine_0.PLIO_front_in_7 -# PL ifft_front_transpose to AI Engine front FFT -sc = ifft_front_transpose.sig_o_0:ai_engine_0.PLIO_front_in_0 -sc = ifft_front_transpose.sig_o_1:ai_engine_0.PLIO_front_in_1 -sc = ifft_front_transpose.sig_o_2:ai_engine_0.PLIO_front_in_2 -sc = ifft_front_transpose.sig_o_3:ai_engine_0.PLIO_front_in_3 -sc = ifft_front_transpose.sig_o_4:ai_engine_0.PLIO_front_in_4 -sc = ifft_front_transpose.sig_o_5:ai_engine_0.PLIO_front_in_5 -sc = ifft_front_transpose.sig_o_6:ai_engine_0.PLIO_front_in_6 -sc = ifft_front_transpose.sig_o_7:ai_engine_0.PLIO_front_in_7 +# AIE front FFT to PL splitter: +sc = ai_engine_0.PLIO_front_out_0:splitter.sig_i_0 +sc = ai_engine_0.PLIO_front_out_1:splitter.sig_i_1 +sc = ai_engine_0.PLIO_front_out_2:splitter.sig_i_2 +sc = ai_engine_0.PLIO_front_out_3:splitter.sig_i_3 +sc = ai_engine_0.PLIO_front_out_4:splitter.sig_i_4 +sc = ai_engine_0.PLIO_front_out_5:splitter.sig_i_5 +sc = ai_engine_0.PLIO_front_out_6:splitter.sig_i_6 +sc = ai_engine_0.PLIO_front_out_7:splitter.sig_i_7 -# AIE front FFT to PL ifft_transpose: -sc = ai_engine_0.PLIO_front_out_0:ifft_transpose.sig_i_0 -sc = ai_engine_0.PLIO_front_out_1:ifft_transpose.sig_i_1 -sc = ai_engine_0.PLIO_front_out_2:ifft_transpose.sig_i_2 -sc = ai_engine_0.PLIO_front_out_3:ifft_transpose.sig_i_3 -sc = ai_engine_0.PLIO_front_out_4:ifft_transpose.sig_i_4 -sc = ai_engine_0.PLIO_front_out_5:ifft_transpose.sig_i_5 -sc = ai_engine_0.PLIO_front_out_6:ifft_transpose.sig_i_6 -sc = ai_engine_0.PLIO_front_out_7:ifft_transpose.sig_i_7 +# PL splitter to PL mid_transpose: +sc = splitter.sig_i_int_0:mid_transpose.sig_i_0 +sc = splitter.sig_i_int_1:mid_transpose.sig_i_1 +sc = splitter.sig_i_int_2:mid_transpose.sig_i_2 +sc = splitter.sig_i_int_3:mid_transpose.sig_i_3 +sc = splitter.sig_i_int_4:mid_transpose.sig_i_4 +sc = splitter.sig_i_int_5:mid_transpose.sig_i_5 +sc = splitter.sig_i_int_6:mid_transpose.sig_i_6 +sc = splitter.sig_i_int_7:mid_transpose.sig_i_7 +sc = splitter.sig_i_int_8:mid_transpose.sig_i_8 +sc = splitter.sig_i_int_9:mid_transpose.sig_i_9 +sc = splitter.sig_i_int_10:mid_transpose.sig_i_10 +sc = splitter.sig_i_int_11:mid_transpose.sig_i_11 +sc = splitter.sig_i_int_12:mid_transpose.sig_i_12 +sc = splitter.sig_i_int_13:mid_transpose.sig_i_13 +sc = splitter.sig_i_int_14:mid_transpose.sig_i_14 +sc = splitter.sig_i_int_15:mid_transpose.sig_i_15 -# PL ifft_transpose to AIE back FFT: -sc = ifft_transpose.sig_o_0:ai_engine_0.PLIO_back_in_0 -sc = ifft_transpose.sig_o_1:ai_engine_0.PLIO_back_in_1 -sc = ifft_transpose.sig_o_2:ai_engine_0.PLIO_back_in_2 -sc = ifft_transpose.sig_o_3:ai_engine_0.PLIO_back_in_3 -sc = ifft_transpose.sig_o_4:ai_engine_0.PLIO_back_in_4 -sc = ifft_transpose.sig_o_5:ai_engine_0.PLIO_back_in_5 -sc = ifft_transpose.sig_o_6:ai_engine_0.PLIO_back_in_6 -sc = ifft_transpose.sig_o_7:ai_engine_0.PLIO_back_in_7 +# PL mid_transpose to PL joiner: +sc = mid_transpose.sig_o_0:joiner.sig_o_int_0 +sc = mid_transpose.sig_o_1:joiner.sig_o_int_1 +sc = mid_transpose.sig_o_2:joiner.sig_o_int_2 +sc = mid_transpose.sig_o_3:joiner.sig_o_int_3 +sc = mid_transpose.sig_o_4:joiner.sig_o_int_4 +sc = mid_transpose.sig_o_5:joiner.sig_o_int_5 +sc = mid_transpose.sig_o_6:joiner.sig_o_int_6 +sc = mid_transpose.sig_o_7:joiner.sig_o_int_7 +sc = mid_transpose.sig_o_8:joiner.sig_o_int_8 +sc = mid_transpose.sig_o_9:joiner.sig_o_int_9 +sc = mid_transpose.sig_o_10:joiner.sig_o_int_10 +sc = mid_transpose.sig_o_11:joiner.sig_o_int_11 +sc = mid_transpose.sig_o_12:joiner.sig_o_int_12 +sc = mid_transpose.sig_o_13:joiner.sig_o_int_13 +sc = mid_transpose.sig_o_14:joiner.sig_o_int_14 +sc = mid_transpose.sig_o_15:joiner.sig_o_int_15 -# AIE back FFT to PL ifft_back_transpose: -sc = ai_engine_0.PLIO_back_out_0:ifft_back_transpose.sig_i_0 -sc = ai_engine_0.PLIO_back_out_1:ifft_back_transpose.sig_i_1 -sc = ai_engine_0.PLIO_back_out_2:ifft_back_transpose.sig_i_2 -sc = ai_engine_0.PLIO_back_out_3:ifft_back_transpose.sig_i_3 -sc = ai_engine_0.PLIO_back_out_4:ifft_back_transpose.sig_i_4 -sc = ai_engine_0.PLIO_back_out_5:ifft_back_transpose.sig_i_5 -sc = ai_engine_0.PLIO_back_out_6:ifft_back_transpose.sig_i_6 -sc = ai_engine_0.PLIO_back_out_7:ifft_back_transpose.sig_i_7 +# PL joiner to AIE back FFT: +sc = joiner.sig_o_0:ai_engine_0.PLIO_back_in_0 +sc = joiner.sig_o_1:ai_engine_0.PLIO_back_in_1 +sc = joiner.sig_o_2:ai_engine_0.PLIO_back_in_2 +sc = joiner.sig_o_3:ai_engine_0.PLIO_back_in_3 +sc = joiner.sig_o_4:ai_engine_0.PLIO_back_in_4 +sc = joiner.sig_o_5:ai_engine_0.PLIO_back_in_5 +sc = joiner.sig_o_6:ai_engine_0.PLIO_back_in_6 +sc = joiner.sig_o_7:ai_engine_0.PLIO_back_in_7 -# PL ifft_back_transpose to PL merge_8x4: -sc = ifft_back_transpose.sig_o_0:merge_8x4.sig_i_0 -sc = ifft_back_transpose.sig_o_1:merge_8x4.sig_i_1 -sc = ifft_back_transpose.sig_o_2:merge_8x4.sig_i_2 -sc = ifft_back_transpose.sig_o_3:merge_8x4.sig_i_3 -sc = ifft_back_transpose.sig_o_4:merge_8x4.sig_i_4 -sc = ifft_back_transpose.sig_o_5:merge_8x4.sig_i_5 -sc = ifft_back_transpose.sig_o_6:merge_8x4.sig_i_6 -sc = ifft_back_transpose.sig_o_7:merge_8x4.sig_i_7 +# AIE back FFT to PL merge_8x4: +sc = ai_engine_0.PLIO_back_out_0:merge_8x4.sig_i_0:256 +sc = ai_engine_0.PLIO_back_out_1:merge_8x4.sig_i_1:256 +sc = ai_engine_0.PLIO_back_out_2:merge_8x4.sig_i_2:256 +sc = ai_engine_0.PLIO_back_out_3:merge_8x4.sig_i_3:256 +sc = ai_engine_0.PLIO_back_out_4:merge_8x4.sig_i_4:256 +sc = ai_engine_0.PLIO_back_out_5:merge_8x4.sig_i_5:256 +sc = ai_engine_0.PLIO_back_out_6:merge_8x4.sig_i_6:256 +sc = ai_engine_0.PLIO_back_out_7:merge_8x4.sig_i_7:256 diff --git a/AI_Engine_Development/AIE-ML/Design_Tutorials/08-MNIST-ConvNet/README.md b/AI_Engine_Development/AIE-ML/Design_Tutorials/08-MNIST-ConvNet/README.md index bac2dbe589..6ac2b808ed 100644 --- a/AI_Engine_Development/AIE-ML/Design_Tutorials/08-MNIST-ConvNet/README.md +++ b/AI_Engine_Development/AIE-ML/Design_Tutorials/08-MNIST-ConvNet/README.md @@ -15,7 +15,7 @@ # MNIST ConvNet on AIE-ML -***Version: Vitis 2025.1*** +***Version: Vitis 2025.2*** ## Table of Contents @@ -145,7 +145,7 @@ This tutorial adopts a simple design approach to building the MNIST ConvNet clas ### Vitis Functional Simulation -This tutorial uses a new tool feature called Vitis Functional Simulation (VFS) to validate the MNIST ConvNet classifier AI Engine implementation against its Python behavioral models. The VFS feature generates executable "shared objects" of the AI Engine and PL portions of your heterogenous Versal design, allowing it to be brought into familiar simulation frameworks, namely MATLAB and Python. This allows functional verification of your Versal AI Engine and PL designs without leaving your preferred simulation framework and without creating I/O files for this purpose. Vitis Functional Simulation is an production tool feature in 2025.1. +This tutorial uses a new tool feature called Vitis Functional Simulation (VFS) to validate the MNIST ConvNet classifier AI Engine implementation against its Python behavioral models. The VFS feature generates executable "shared objects" of the AI Engine and PL portions of your heterogenous Versal design, allowing it to be brought into familiar simulation frameworks, namely MATLAB and Python. This allows functional verification of your Versal AI Engine and PL designs without leaving your preferred simulation framework and without creating I/O files for this purpose. The Python version of Vitis Functional Simulation is used to validate each network layer in the MNIST ConvNet design. The screen capture below shows how the `conv2d_w1()` layer is called from the Jupyter notebook [gen_vectors.ipynb](aie/conv2d_w1/gen_vectors.ipynb) used to validate that layer. A similar notebook is built for each layer in the design. The VFS infrastructure compiles the AI Engine graph automatically under the hood when any source code files change, and then passes the I/O vectors between the Jupyter notebook and the x86 functional simulator. diff --git a/AI_Engine_Development/AIE-ML/Design_Tutorials/08-MNIST-ConvNet/aie/conv2d_w1/Makefile b/AI_Engine_Development/AIE-ML/Design_Tutorials/08-MNIST-ConvNet/aie/conv2d_w1/Makefile index a00a8204aa..ff10af6762 100644 --- a/AI_Engine_Development/AIE-ML/Design_Tutorials/08-MNIST-ConvNet/aie/conv2d_w1/Makefile +++ b/AI_Engine_Development/AIE-ML/Design_Tutorials/08-MNIST-ConvNet/aie/conv2d_w1/Makefile @@ -12,7 +12,7 @@ MY_APP := conv2d_w1_app MY_SOURCES := ${MY_APP}.cpp conv2d_w1_graph.h conv2d_w1.h conv2d_w1.cpp \ ../wts_init/wts_init.h ../wts_init/wts_init.cpp ../wts_init/wts_init_graph.h -PLATFORM_USE := xilinx_vek280_base_202510_1 +PLATFORM_USE := xilinx_vek280_base_202520_1 PLATFORM ?= ${PLATFORM_REPO_PATHS}/${PLATFORM_USE}/${PLATFORM_USE}.xpfm CHECK_FIFO := --aie.evaluate-fifo-depth --aie.Xrouter=disablePathBalancing diff --git a/AI_Engine_Development/AIE-ML/Design_Tutorials/08-MNIST-ConvNet/aie/conv2d_w3/Makefile b/AI_Engine_Development/AIE-ML/Design_Tutorials/08-MNIST-ConvNet/aie/conv2d_w3/Makefile index efa0cf4099..857870c8d8 100644 --- a/AI_Engine_Development/AIE-ML/Design_Tutorials/08-MNIST-ConvNet/aie/conv2d_w3/Makefile +++ b/AI_Engine_Development/AIE-ML/Design_Tutorials/08-MNIST-ConvNet/aie/conv2d_w3/Makefile @@ -11,7 +11,7 @@ SIM_FIFO := false MY_APP := conv2d_w3_app MY_SOURCES := ${MY_APP}.cpp conv2d_w3_graph.h conv2d_w3.h conv2d_w3.cpp ../wts_init/wts_init_graph.h -PLATFORM_USE := xilinx_vek280_base_202510_1 +PLATFORM_USE := xilinx_vek280_base_202520_1 PLATFORM ?= ${PLATFORM_REPO_PATHS}/${PLATFORM_USE}/${PLATFORM_USE}.xpfm CHECK_FIFO := --aie.evaluate-fifo-depth --aie.Xrouter=disablePathBalancing diff --git a/AI_Engine_Development/AIE-ML/Design_Tutorials/08-MNIST-ConvNet/aie/conv2d_w5/Makefile b/AI_Engine_Development/AIE-ML/Design_Tutorials/08-MNIST-ConvNet/aie/conv2d_w5/Makefile index bc74258e7f..8108db057a 100644 --- a/AI_Engine_Development/AIE-ML/Design_Tutorials/08-MNIST-ConvNet/aie/conv2d_w5/Makefile +++ b/AI_Engine_Development/AIE-ML/Design_Tutorials/08-MNIST-ConvNet/aie/conv2d_w5/Makefile @@ -14,7 +14,7 @@ MY_SOURCES := ${MY_APP}.cpp conv2d_w5_graph.h \ conv2d_w5A.h conv2d_w5A.cpp conv2d_w5B.h conv2d_w5B.cpp conv2d_w5C.h conv2d_w5C.cpp \ conv2d_w5D.h conv2d_w5D.cpp -PLATFORM_USE := xilinx_vek280_base_202510_1 +PLATFORM_USE := xilinx_vek280_base_202520_1 PLATFORM ?= ${PLATFORM_REPO_PATHS}/${PLATFORM_USE}/${PLATFORM_USE}.xpfm CHECK_FIFO := --aie.evaluate-fifo-depth --aie.Xrouter=disablePathBalancing diff --git a/AI_Engine_Development/AIE-ML/Design_Tutorials/08-MNIST-ConvNet/aie/dense_w7/Makefile b/AI_Engine_Development/AIE-ML/Design_Tutorials/08-MNIST-ConvNet/aie/dense_w7/Makefile index 76da1580c1..0aabe40493 100644 --- a/AI_Engine_Development/AIE-ML/Design_Tutorials/08-MNIST-ConvNet/aie/dense_w7/Makefile +++ b/AI_Engine_Development/AIE-ML/Design_Tutorials/08-MNIST-ConvNet/aie/dense_w7/Makefile @@ -11,7 +11,7 @@ SIM_FIFO := false MY_APP := dense_w7_app MY_SOURCES := ${MY_APP}.cpp dense_w7_graph.h dense_w7.h dense_w7.cpp ../wts_init/wts_init_graph.h -PLATFORM_USE := xilinx_vek280_base_202510_1 +PLATFORM_USE := xilinx_vek280_base_202520_1 PLATFORM ?= ${PLATFORM_REPO_PATHS}/${PLATFORM_USE}/${PLATFORM_USE}.xpfm CHECK_FIFO := --aie.evaluate-fifo-depth --aie.Xrouter=disablePathBalancing diff --git a/AI_Engine_Development/AIE-ML/Design_Tutorials/08-MNIST-ConvNet/aie/max_pooling2d_w2/Makefile b/AI_Engine_Development/AIE-ML/Design_Tutorials/08-MNIST-ConvNet/aie/max_pooling2d_w2/Makefile index 28a0c89463..3935583a84 100644 --- a/AI_Engine_Development/AIE-ML/Design_Tutorials/08-MNIST-ConvNet/aie/max_pooling2d_w2/Makefile +++ b/AI_Engine_Development/AIE-ML/Design_Tutorials/08-MNIST-ConvNet/aie/max_pooling2d_w2/Makefile @@ -11,7 +11,7 @@ SIM_FIFO := false MY_APP := max_pooling2d_w2_app MY_SOURCES := ${MY_APP}.cpp max_pooling2d_w2_graph.h max_pooling2d_w2.h max_pooling2d_w2.cpp -PLATFORM_USE := xilinx_vek280_base_202510_1 +PLATFORM_USE := xilinx_vek280_base_202520_1 PLATFORM ?= ${PLATFORM_REPO_PATHS}/${PLATFORM_USE}/${PLATFORM_USE}.xpfm CHECK_FIFO := --aie.evaluate-fifo-depth --aie.Xrouter=disablePathBalancing diff --git a/AI_Engine_Development/AIE-ML/Design_Tutorials/08-MNIST-ConvNet/aie/max_pooling2d_w4/Makefile b/AI_Engine_Development/AIE-ML/Design_Tutorials/08-MNIST-ConvNet/aie/max_pooling2d_w4/Makefile index eeb2906faf..014791d2e1 100644 --- a/AI_Engine_Development/AIE-ML/Design_Tutorials/08-MNIST-ConvNet/aie/max_pooling2d_w4/Makefile +++ b/AI_Engine_Development/AIE-ML/Design_Tutorials/08-MNIST-ConvNet/aie/max_pooling2d_w4/Makefile @@ -11,7 +11,7 @@ SIM_FIFO := false MY_APP := max_pooling2d_w4_app MY_SOURCES := ${MY_APP}.cpp max_pooling2d_w4_graph.h max_pooling2d_w4.h max_pooling2d_w4.cpp -PLATFORM_USE := xilinx_vek280_base_202510_1 +PLATFORM_USE := xilinx_vek280_base_202520_1 PLATFORM ?= ${PLATFORM_REPO_PATHS}/${PLATFORM_USE}/${PLATFORM_USE}.xpfm CHECK_FIFO := --aie.evaluate-fifo-depth --aie.Xrouter=disablePathBalancing diff --git a/AI_Engine_Development/AIE-ML/Design_Tutorials/08-MNIST-ConvNet/aie/mnist/Makefile b/AI_Engine_Development/AIE-ML/Design_Tutorials/08-MNIST-ConvNet/aie/mnist/Makefile index 13ccd6a81c..4511e0db9b 100644 --- a/AI_Engine_Development/AIE-ML/Design_Tutorials/08-MNIST-ConvNet/aie/mnist/Makefile +++ b/AI_Engine_Development/AIE-ML/Design_Tutorials/08-MNIST-ConvNet/aie/mnist/Makefile @@ -22,7 +22,7 @@ MY_SOURCES := ${MY_APP}.cpp mnist_graph.h \ ../dense_w7/dense_w7.h ../dense_w7/dense_w7.cpp ../dense_w7/dense_w7_graph.h \ ../wts_init/wts_init.h ../wts_init/wts_init.cpp ../wts_init/wts_init_graph.h -PLATFORM_USE := xilinx_vek280_base_202510_1 +PLATFORM_USE := xilinx_vek280_base_202520_1 PLATFORM ?= ${PLATFORM_REPO_PATHS}/${PLATFORM_USE}/${PLATFORM_USE}.xpfm CHECK_FIFO := --aie.evaluate-fifo-depth --aie.Xrouter=disablePathBalancing diff --git a/AI_Engine_Development/AIE-ML/Feature_Tutorials/01-aie_a_to_z/README.md b/AI_Engine_Development/AIE-ML/Feature_Tutorials/01-aie_a_to_z/README.md index e1f9b622de..37c59bbd79 100755 --- a/AI_Engine_Development/AIE-ML/Feature_Tutorials/01-aie_a_to_z/README.md +++ b/AI_Engine_Development/AIE-ML/Feature_Tutorials/01-aie_a_to_z/README.md @@ -15,11 +15,11 @@ # AI Engine Versal Integration -***Version: Vitis 2025.1*** +***Version: Vitis 2025.2*** ## Introduction -The tutorial introduces a complete end-to-end flow for a bare-metal host application using AI Engines and PL kernels. The tutorial is based on the 2025.1 Vitis unified software platform. +The tutorial introduces a complete end-to-end flow for a bare-metal host application using AI Engines and PL kernels. The tutorial is based on the 2025.2 Vitis unified software platform. The version for AIE is compatible with AIE-ML. Refer to the following tutorial and change the VCK190 to VEK280 for each step the VCK190 board is used: [AI Engine A-to-Z](../../../AIE/Feature_Tutorials/01-aie_a_to_z/README.md) diff --git a/AI_Engine_Development/AIE-ML/Feature_Tutorials/02-using-gmio/README.md b/AI_Engine_Development/AIE-ML/Feature_Tutorials/02-using-gmio/README.md index 57279ebc9c..c8d8ad8f35 100644 --- a/AI_Engine_Development/AIE-ML/Feature_Tutorials/02-using-gmio/README.md +++ b/AI_Engine_Development/AIE-ML/Feature_Tutorials/02-using-gmio/README.md @@ -15,24 +15,24 @@ # GMIO Tutorial -***Version: Vitis 2025.1*** +***Version: Vitis 2025.2*** ## Introduction This tutorial targets AIE-ML device, but shares test cases and description files with [AIE 02-using-gmio](../../../AIE/Feature_Tutorials/02-using-gmio). ->**IMPORTANT**: Before beginning the tutorial make sure you have installed the AMD Vitis™ 2025.1 software. The Vitis release includes all the embedded base platforms including the VEK280 base platform that is used in this tutorial. In addition, ensure you have downloaded the Common Images for Embedded Vitis Platforms from [this link](https://www.xilinx.com/support/download/index.html/content/xilinx/en/downloadNav/embedded-platforms.html). +>**IMPORTANT**: Before beginning the tutorial make sure you have installed the AMD Vitis™ 2025.2 software. The Vitis release includes all the embedded base platforms including the VEK280 base platform that is used in this tutorial. In addition, ensure you have downloaded the Common Images for Embedded Vitis Platforms from [this link](https://www.xilinx.com/support/download/index.html/content/xilinx/en/downloadNav/embedded-platforms.html). The ‘common image’ package contains a prebuilt Linux kernel and root file system that can be used with the AMD Versal™ board for embedded design development using the Vitis software platform. Before starting this tutorial, run the following steps: 1. Go to the directory where you have unzipped the Versal Common Image package. -2. In a Bash shell, run the ``/Common Images Dir/xilinx-versal-common-v2025.1/environment-setup-cortexa72-cortexa53-amd-linux`` script. This script sets up the SDKTARGETSYSROOT and CXX variables. If the script is not present, you must run the ``/Common Images Dir/xilinx-versal-common-v2025.1/sdk.sh``. -3. Set up your ROOTFS and IMAGE to point to the ``rootfs.ext4`` and Image files located in the ``/Common Images Dir/xilinx-versal-common-v2025.1`` directory. +2. In a Bash shell, run the ``/Common Images Dir/xilinx-versal-common-v2025.2/environment-setup-cortexa72-cortexa53-amd-linux`` script. This script sets up the SDKTARGETSYSROOT and CXX variables. If the script is not present, you must run the ``/Common Images Dir/xilinx-versal-common-v2025.2/sdk.sh``. +3. Set up your ROOTFS and IMAGE to point to the ``rootfs.ext4`` and Image files located in the ``/Common Images Dir/xilinx-versal-common-v2025.2`` directory. 4. Set up your PLATFORM_REPO_PATHS environment variable to ``$XILINX_VITIS/base_platforms``. -This tutorial targets VEK280 board for 2025.1 version. +This tutorial targets VEK280 board for 2025.2 version. ## Objectives diff --git a/AI_Engine_Development/AIE-ML/Feature_Tutorials/03-rtp-reconfiguration/README.md b/AI_Engine_Development/AIE-ML/Feature_Tutorials/03-rtp-reconfiguration/README.md index 5b989a67b9..951901c378 100644 --- a/AI_Engine_Development/AIE-ML/Feature_Tutorials/03-rtp-reconfiguration/README.md +++ b/AI_Engine_Development/AIE-ML/Feature_Tutorials/03-rtp-reconfiguration/README.md @@ -15,24 +15,24 @@ # Runtime Parameter Reconfiguration -***Version: Vitis 2025.1*** +***Version: Vitis 2025.2*** ## Introduction This tutorial targets AIE-ML device, but shares test cases and description files with [AIE 03-rtp-reconfiguration](../../../AIE/Feature_Tutorials/03-rtp-reconfiguration). ->**IMPORTANT**: Before beginning the tutorial make sure you have installed the AMD Vitis™ 2025.1 software. The Vitis release includes all the embedded base platforms including the VEK280 base platform that is used in this tutorial. In addition, ensure that you have downloaded the Common Images for Embedded Vitis Platforms from [this link](https://www.xilinx.com/support/download/index.html/content/xilinx/en/downloadNav/embedded-platforms.html). +>**IMPORTANT**: Before beginning the tutorial make sure you have installed the AMD Vitis™ 2025.2 software. The Vitis release includes all the embedded base platforms including the VEK280 base platform that is used in this tutorial. In addition, ensure that you have downloaded the Common Images for Embedded Vitis Platforms from [this link](https://www.xilinx.com/support/download/index.html/content/xilinx/en/downloadNav/embedded-platforms.html). The ‘common image’ package contains a prebuilt Linux kernel and root file system that can be used with the AMD Versal™ board for embedded design development using Vitis tools. Before starting this tutorial, run the following steps: 1. Go to the directory where you have unzipped the Versal Common Image package. -2. In a Bash shell, run the ``/Common Images Dir/xilinx-versal-common-v2025.1/environment-setup-cortexa72-cortexa53-amd-linux`` script. This script sets up the SDKTARGETSYSROOT and CXX variables. If the script is not present, you must run the ``/Common Images Dir/xilinx-versal-common-v2025.1/sdk.sh``. -3. Set up your ROOTFS and IMAGE to point to the `rootfs.ext4` and Image files located in the ``/Common Images Dir/xilinx-versal-common-v2025.1`` directory. +2. In a Bash shell, run the ``/Common Images Dir/xilinx-versal-common-v2025.2/environment-setup-cortexa72-cortexa53-amd-linux`` script. This script sets up the SDKTARGETSYSROOT and CXX variables. If the script is not present, you must run the ``/Common Images Dir/xilinx-versal-common-v2025.2/sdk.sh``. +3. Set up your ROOTFS and IMAGE to point to the `rootfs.ext4` and Image files located in the ``/Common Images Dir/xilinx-versal-common-v2025.2`` directory. 4. Set up your PLATFORM_REPO_PATHS environment variable to ``$XILINX_VITIS/base_platforms``. -This tutorial targets the VEK280 board for the 2025.1 version. +This tutorial targets the VEK280 board for the 2025.2 version. ## Objectives @@ -45,7 +45,7 @@ After completing this tutorial, you will be able to: * Use XRT API to control graph execution and RTP operations. * Verify the system by HW co-simulation and running in hardware. -**Known issue in 2025.1**: There may exist hardware execution issue in asynchronous array RTP update & read. When it happens, please wait for an update in the tool or a patch. Otherwise, you may continue to use 2024.1 instead. +**Known issue in 2025.2**: There may exist hardware execution issue in asynchronous array RTP update & read. When it happens, please wait for an update in the tool or a patch. Otherwise, you may continue to use 2024.1 instead. ## Steps diff --git a/AI_Engine_Development/AIE-ML/Feature_Tutorials/04-packet-switching/README.md b/AI_Engine_Development/AIE-ML/Feature_Tutorials/04-packet-switching/README.md index f51c9f7d02..da70d5cbce 100644 --- a/AI_Engine_Development/AIE-ML/Feature_Tutorials/04-packet-switching/README.md +++ b/AI_Engine_Development/AIE-ML/Feature_Tutorials/04-packet-switching/README.md @@ -15,22 +15,22 @@ # Packet Switching Tutorial -***Version: Vitis 2025.1*** +***Version: Vitis 2025.2*** This tutorial targets AIE-ML device, but shares test cases and description files with [AIE 04-packet-switching](../../../AIE/Feature_Tutorials/04-packet-switching). ->**IMPORTANT**: Before beginning the tutorial make sure you have installed the AMD Vitis™ software platform 2025.1. The Vitis release includes all the embedded base platforms including the VEK280 base platform that is used in this tutorial. In addition, ensure that you have downloaded the Common Images for Embedded Vitis Platforms from [this link](https://www.xilinx.com/support/download/index.html/content/xilinx/en/downloadNav/embedded-platforms.html). +>**IMPORTANT**: Before beginning the tutorial make sure you have installed the AMD Vitis™ software platform 2025.2. The Vitis release includes all the embedded base platforms including the VEK280 base platform that is used in this tutorial. In addition, ensure that you have downloaded the Common Images for Embedded Vitis Platforms from [this link](https://www.xilinx.com/support/download/index.html/content/xilinx/en/downloadNav/embedded-platforms.html). The ‘common image’ package contains a prebuilt Linux kernel and root file system that can be used with the AMD Versal™ board for embedded design development using the Vitis tools. Before starting this tutorial, run the following steps: 1. Go to the directory where you have unzipped the Versal Common Image package. -2. In a Bash shell, run the ``/**Common Images Dir**/xilinx-versal-common-v2025.1/environment-setup-cortexa72-cortexa53-amd-linux`` script. This script sets up the SDKTARGETSYSROOT and CXX variables. If the script is not present, you must run the ``/**Common Images Dir**/xilinx-versal-common-v2025.1/sdk.sh``. -3. Set up your ROOTFS and IMAGE to point to the `rootfs.ext4` and Image files located in the ``/**Common Images Dir**/xilinx-versal-common-v2025.1`` directory. +2. In a Bash shell, run the ``/**Common Images Dir**/xilinx-versal-common-v2025.2/environment-setup-cortexa72-cortexa53-amd-linux`` script. This script sets up the SDKTARGETSYSROOT and CXX variables. If the script is not present, you must run the ``/**Common Images Dir**/xilinx-versal-common-v2025.2/sdk.sh``. +3. Set up your ROOTFS and IMAGE to point to the `rootfs.ext4` and Image files located in the ``/**Common Images Dir**/xilinx-versal-common-v2025.2`` directory. 4. Set up your PLATFORM_REPO_PATHS environment variable to ``$XILINX_VITIS/base_platforms``. -This tutorial targets VEK280 board for 2025.1 version. +This tutorial targets VEK280 board for 2025.2 version. ## Objectives diff --git a/AI_Engine_Development/AIE-ML/Feature_Tutorials/05-AI-engine-versal-integration/LICENSE.txt b/AI_Engine_Development/AIE-ML/Feature_Tutorials/05-AI-engine-versal-integration/LICENSE.txt index 9f81dade70..d071efe45b 100644 --- a/AI_Engine_Development/AIE-ML/Feature_Tutorials/05-AI-engine-versal-integration/LICENSE.txt +++ b/AI_Engine_Development/AIE-ML/Feature_Tutorials/05-AI-engine-versal-integration/LICENSE.txt @@ -1,4 +1,4 @@ /* -Copyright (C) 2023, Advanced Micro Devices, Inc. All rights reserved. +Copyright (C) 2025, Advanced Micro Devices, Inc. All rights reserved. SPDX-License-Identifier: X11 */ diff --git a/AI_Engine_Development/AIE-ML/Feature_Tutorials/05-AI-engine-versal-integration/Makefile b/AI_Engine_Development/AIE-ML/Feature_Tutorials/05-AI-engine-versal-integration/Makefile index ec6092cd3a..9d32480b7f 100644 --- a/AI_Engine_Development/AIE-ML/Feature_Tutorials/05-AI-engine-versal-integration/Makefile +++ b/AI_Engine_Development/AIE-ML/Feature_Tutorials/05-AI-engine-versal-integration/Makefile @@ -1,12 +1,12 @@ # /* -# Copyright (C) 2023, Advanced Micro Devices, Inc. All rights reserved. +# Copyright (C) 2025, Advanced Micro Devices, Inc. All rights reserved. # SPDX-License-Identifier: X11 # */ F_PROJ_ROOT ?= $(shell bash -c 'export MK_PATH=$(MK_PATH); echo $${MK_PATH%/AI_Engine_Development/*}') -ROOTFS ?= ${PLATFORM_REPO_PATHS}/sw/versal/xilinx-versal-common-v2025.1/rootfs.ext4 -IMAGE ?= ${PLATFORM_REPO_PATHS}/sw/versal/xilinx-versal-common-v2025.1/Image +ROOTFS ?= ${PLATFORM_REPO_PATHS}/sw/versal/xilinx-versal-common-v2025.2/rootfs.ext4 +IMAGE ?= ${PLATFORM_REPO_PATHS}/sw/versal/xilinx-versal-common-v2025.2/Image SDKTARGETSYSROOT ?= ${SYSROOT} # Makefile input options @@ -26,7 +26,7 @@ EMCONFIG_FILE = emconfig.json EXECUTABLE = host.exe PACKAGE_OUT = ./package.$(TARGET) -BASE_PLATFORM ?= ${PLATFORM_REPO_PATHS}/xilinx_vek280_base_202510_1/xilinx_vek280_base_202510_1.xpfm +BASE_PLATFORM ?= ${PLATFORM_REPO_PATHS}/xilinx_vek280_base_202520_1/xilinx_vek280_base_202520_1.xpfm # Command-line options VPP := v++ @@ -72,19 +72,19 @@ __check_defined = \ $(error Undefined $1$(if $2, ($2)))) guard-PLATFORM_REPO_PATHS: - $(call check_defined, PLATFORM_REPO_PATHS, Set your where you downloaded xilinx_vek280_base_202510_1) + $(call check_defined, PLATFORM_REPO_PATHS, Set your where you downloaded xilinx_vek280_base_202520_1) guard-ROOTFS: - $(call check_defined, ROOTFS, Set to: xilinx-versal-common-v2025.1/rootfs.ext4) + $(call check_defined, ROOTFS, Set to: xilinx-versal-common-v2025.2/rootfs.ext4) guard-IMAGE: - $(call check_defined, IMAGE, Set to: xilinx-versal-common-v2025.1/Image) + $(call check_defined, IMAGE, Set to: xilinx-versal-common-v2025.2/Image) guard-CXX: - $(call check_defined, CXX, Run: xilinx-versal-common-v2025.1/environment-setup-aarch64-xilinx-linux) + $(call check_defined, CXX, Run: xilinx-versal-common-v2025.2/environment-setup-aarch64-xilinx-linux) guard-SDKTARGETSYSROOT: - $(call check_defined, SDKTARGETSYSROOT, Run: xilinx-versal-common-v2025.1/environment-setup-aarch64-xilinx-linux) + $(call check_defined, SDKTARGETSYSROOT, Run: xilinx-versal-common-v2025.2/environment-setup-aarch64-xilinx-linux) ### diff --git a/AI_Engine_Development/AIE-ML/Feature_Tutorials/05-AI-engine-versal-integration/README.md b/AI_Engine_Development/AIE-ML/Feature_Tutorials/05-AI-engine-versal-integration/README.md index 74e9ddd8e2..e083e72122 100644 --- a/AI_Engine_Development/AIE-ML/Feature_Tutorials/05-AI-engine-versal-integration/README.md +++ b/AI_Engine_Development/AIE-ML/Feature_Tutorials/05-AI-engine-versal-integration/README.md @@ -15,7 +15,7 @@ # AI Engine Versal Integration -***Version: Vitis 2025.1*** +***Version: Vitis 2025.2*** ## Introduction @@ -25,19 +25,19 @@ This tutorial demonstrates creating a system design running on the AI Engine, PS This tutorial steps through hardware emulation, and hardware flow in the context of a complete Versal adaptive SoC system integration. By default, the Makefile is set for `hw_emu`. If you need to build for `hw`, use the corresponding TARGET option as described in corresponding sections. -**IMPORTANT**: Before beginning the tutorial ensure you have installed Vitis™ 2025.1 software. The software includes all the embedded base platforms including the VEK280 base platform that is used in this tutorial. In addition, ensure you have downloaded the Common Images for Embedded Vitis Platforms from this link. +**IMPORTANT**: Before beginning the tutorial ensure you have installed Vitis™ 2025.2 software. The software includes all the embedded base platforms including the VEK280 base platform that is used in this tutorial. In addition, ensure you have downloaded the Common Images for Embedded Vitis Platforms from this link. -https://www.xilinx.com/support/download/index.html/content/xilinx/en/downloadNav/embedded-platforms/2025.1.html +https://www.xilinx.com/support/download/index.html/content/xilinx/en/downloadNav/embedded-platforms/2025.2.html The 'common image' package contains a prebuilt Linux kernel and root file system that can be used with the Versal board for embedded design development using Vitis. Before starting this tutorial run the following steps: 1. Navigate to the directory where you have unzipped the Versal Common Image package. -2. In a Bash shell, run the ```/Common Images Dir/xilinx-versal-common-v2025.1/environment-setup-cortexa72-cortexa53-amd-linux``` script. This script sets up the SDKTARGETSYSROOT and CXX variables. If the script is not present, you must run the ```/Common Images Dir/xilinx-versal-common-v2025.1/sdk.sh```. -3. Set up your ROOTFS, and IMAGE to point to the ```rootfs.ext4``` and Image files located in the ```/Common Images Dir/xilinx-versal-common-v2025.1``` directory. -4. Set up your PLATFORM_REPO_PATHS environment variable to ```$XILINX_VITIS/base_platforms/xilinx_vek280_base_202510_1/xilinx_vek280_base_202510_1.xpfm```. +2. In a Bash shell, run the ```/Common Images Dir/xilinx-versal-common-v2025.2/environment-setup-cortexa72-cortexa53-amd-linux``` script. This script sets up the SDKTARGETSYSROOT and CXX variables. If the script is not present, you must run the ```/Common Images Dir/xilinx-versal-common-v2025.2/sdk.sh```. +3. Set up your ROOTFS, and IMAGE to point to the ```rootfs.ext4``` and Image files located in the ```/Common Images Dir/xilinx-versal-common-v2025.2``` directory. +4. Set up your PLATFORM_REPO_PATHS environment variable to ```$XILINX_VITIS/base_platforms/xilinx_vek280_base_202520_1/xilinx_vek280_base_202520_1.xpfm```. -This tutorial targets VEK280 board for 2025.1 version. +This tutorial targets VEK280 board for 2025.2 version. ## Objectives @@ -95,7 +95,7 @@ make aie TARGET=hw Or ```bash -v++ -c --mode aie --target hw --platform $PLATFORM_REPO_PATHS/xilinx_vek280_base_202510_1/xilinx_vek280_base_202510_1.xpfm --include "$XILINX_VITIS/aietools/include" --include "./aie" --include "./data" --include "./aie/kernels" --include "./" --aie.xlopt=0 --work_dir=./Work aie/graph.cpp +v++ -c --mode aie --target hw --platform $PLATFORM_REPO_PATHS/xilinx_vek280_base_202520_1/xilinx_vek280_base_202520_1.xpfm --include "$XILINX_VITIS/aietools/include" --include "./aie" --include "./data" --include "./aie/kernels" --include "./" --aie.xlopt=0 --work_dir=./Work aie/graph.cpp ``` The generated output from `aiecompiler` is the `Work` directory, and the `libadf.a` file. This file contains the compiled AI Engine configuration, graph, and Kernel `.elf` files. @@ -168,8 +168,8 @@ After the graph has been compiled, you can simulate your design with the `aiesim You should see something similar to this: ```bash -aiesim_options.txt memconfig.json profile_funct_18_1.txt profile_funct_19_0.xml profile_instr_18_0.txt profile_instr_18_1.xml profile_instr_19_1.txt data profile_funct_18_0.txt profile_funct_18_1.xml profile_funct_19_1.txt profile_instr_18_0.xml profile_instr_19_0.txt profile_instr_19_1.xml -default.aierun_summary profile_funct_18_0.xml profile_funct_19_0.txt profile_funct_19_1.xml profile_instr_18_1.txt profile_instr_19_0.xml + aiesim_options.txt memconfig.json profile_funct_18_1.txt profile_funct_19_0.xml profile_instr_18_0.txt profile_instr_18_1.xml profile_instr_19_1.txt data profile_funct_18_0.txt profile_funct_18_1.xml profile_funct_19_1.txt profile_instr_18_0.xml profile_instr_19_0.txt profile_instr_19_1.xml + default.aierun_summary profile_funct_18_0.xml profile_funct_19_0.txt profile_funct_19_1.xml profile_instr_18_1.txt profile_instr_19_0.xml ``` The files prefixed with `profile_` are the outputs of the profiling and calculated per tile. In this tutorial, profiling is done for all tiles that are used, but you can limit profiling to specific tiles by providing the row and column of the tile. For more information about profiling with `aiesimulator` see https://docs.amd.com/r/en-US/ug1076-ai-engine-environment/Simulating-an-AI-Engine-Graph-Application. You can open up these files to see what was calculated, but it is better to view it in Vitis Analyzer where it is curated. The `data` directory is generated here with the output file(s) you have in the `graph.cpp` for the PLIO objects. Finally, the `default.aierun_summary` is generated, which contains all the information generated by `aiesimulator` with profiling and trace information. Opening this file in Vitis Analyzer allows you to browse all the output files, and profile/trace data. @@ -265,8 +265,8 @@ make kernels TARGET=hw_emu or ```bash -v++ -c --mode hls --platform $PLATFORM_REPO_PATHS/xilinx_vek280_base_202510_1/xilinx_vek280_base_202510_1.xpfm --config pl_kernels/s2mm.cfg -v++ -c --mode hls --platform $PLATFORM_REPO_PATHS/xilinx_vek280_base_202510_1/xilinx_vek280_base_202510_1.xpfm --config pl_kernels/mm2s.cfg +v++ -c --mode hls --platform $PLATFORM_REPO_PATHS/xilinx_vek280_base_202520_1/xilinx_vek280_base_202520_1.xpfm --config pl_kernels/s2mm.cfg +v++ -c --mode hls --platform $PLATFORM_REPO_PATHS/xilinx_vek280_base_202520_1/xilinx_vek280_base_202520_1.xpfm --config pl_kernels/mm2s.cfg ``` To get more details about several options of `v++` command line, refer to the **Compiling HLS Kernels Using V++** topic in **Section 3** @@ -295,7 +295,7 @@ make xsa TARGET=hw_emu or ```bash -v++ -l --platform $PLATFORM_REPO_PATHS/xilinx_vek280_base_202510_1/xilinx_vek280_base_202510_1.xpfm s2mm.xo mm2s.xo libadf.a -t hw_emu --save-temps -g --config system.cfg -o tutorial.xsa +v++ -l --platform $PLATFORM_REPO_PATHS/xilinx_vek280_base_202520_1/xilinx_vek280_base_202520_1.xpfm s2mm.xo mm2s.xo libadf.a -t hw_emu --save-temps -g --config system.cfg -o tutorial.xsa ``` Now you have a generated `.xsa` that will be used to execute your design on the platform. @@ -336,11 +336,11 @@ Or ```bash cd ./sw v++ --package -t hw_emu \ - -f $PLATFORM_REPO_PATHS/xilinx_vek280_base_202510_1/xilinx_vek280_base_202510_1.xpfm \ - --package.rootfs=$PLATFORM_REPO_PATHS/sw/versal/xilinx-versal-common-v2025.1/rootfs.ext4 \ + -f $PLATFORM_REPO_PATHS/xilinx_vek280_base_202520_1/xilinx_vek280_base_202520_1.xpfm \ + --package.rootfs=$PLATFORM_REPO_PATHS/sw/versal/xilinx-versal-common-v2025.2/rootfs.ext4 \ --package.image_format=ext4 \ --package.boot_mode=sd \ - --package.kernel_image=$PLATFORM_REPO_PATHS/sw/versal/xilinx-versal-common-v2025.1/Image \ + --package.kernel_image=$PLATFORM_REPO_PATHS/sw/versal/xilinx-versal-common-v2025.2/Image \ --package.defer_aie_run \ --package.sd_file host.exe ../tutorial.xsa ../libadf.a cd .. @@ -428,7 +428,7 @@ Compare this with the latency you got during the aiesimulation where the AI Engi or ```bash - v++ -l --platform $PLATFORM_REPO_PATHS/xilinx_vek280_base_202510_1/xilinx_vek280_base_202510_1.xpfm s2mm.xo mm2s.xo libadf.a -t hw --save-temps -g --config system.cfg -o tutorial.xsa + v++ -l --platform $PLATFORM_REPO_PATHS/xilinx_vek280_base_202520_1/xilinx_vek280_base_202520_1.xpfm s2mm.xo mm2s.xo libadf.a -t hw --save-temps -g --config system.cfg -o tutorial.xsa ``` 2. Then re-run the packaging step with: @@ -442,11 +442,11 @@ Compare this with the latency you got during the aiesimulation where the AI Engi ```bash cd ./sw v++ --package -t hw \ - -f $PLATFORM_REPO_PATHS/xilinx_vek280_base_202510_1/xilinx_vek280_base_202510_1.xpfm \ - --package.rootfs=$PLATFORM_REPO_PATHS/sw/versal/xilinx-versal-common-v2025.1/rootfs.ext4 \ + -f $PLATFORM_REPO_PATHS/xilinx_vek280_base_202520_1/xilinx_vek280_base_202520_1.xpfm \ + --package.rootfs=$PLATFORM_REPO_PATHS/sw/versal/xilinx-versal-common-v2025.2/rootfs.ext4 \ --package.image_format=ext4 \ --package.boot_mode=sd \ - --package.kernel_image=$PLATFORM_REPO_PATHS/sw/versal/xilinx-versal-common-v2025.1/Image \ + --package.kernel_image=$PLATFORM_REPO_PATHS/sw/versal/xilinx-versal-common-v2025.2/Image \ --package.defer_aie_run \ --package.sd_file host.exe ../tutorial.xsa ../libadf.a cd .. @@ -472,7 +472,7 @@ You should see **TEST PASSED**. You have successfully run your design on hardwar In this tutorial you learned the following: * How to compile PLIO and PL Kernels using `v++ -c`. -* How to link the `libadf.a`, PLIO, and PL kernels to the `xilinx_vek280_base_202510_1` platform. +* How to link the `libadf.a`, PLIO, and PL kernels to the `xilinx_vek280_base_202520_1` platform. * How to use Vitis Analyzer to explore the various reports generated from compilation and emulation/simulation. * How to package your host code, and the generated `xclbin` and `libadf.a` into an SD card directory. * How to execute the design for hardware emulation. diff --git a/AI_Engine_Development/AIE-ML/Feature_Tutorials/05-AI-engine-versal-integration/aie/graph.cpp b/AI_Engine_Development/AIE-ML/Feature_Tutorials/05-AI-engine-versal-integration/aie/graph.cpp index 555e2d6417..11dcf5031e 100644 --- a/AI_Engine_Development/AIE-ML/Feature_Tutorials/05-AI-engine-versal-integration/aie/graph.cpp +++ b/AI_Engine_Development/AIE-ML/Feature_Tutorials/05-AI-engine-versal-integration/aie/graph.cpp @@ -1,5 +1,5 @@ /* -Copyright (C) 2023, Advanced Micro Devices, Inc. All rights reserved. +Copyright (C) 2025, Advanced Micro Devices, Inc. All rights reserved. SPDX-License-Identifier: X11 */ diff --git a/AI_Engine_Development/AIE-ML/Feature_Tutorials/05-AI-engine-versal-integration/aie/graph.h b/AI_Engine_Development/AIE-ML/Feature_Tutorials/05-AI-engine-versal-integration/aie/graph.h index e16f212b58..ff454bc3d4 100644 --- a/AI_Engine_Development/AIE-ML/Feature_Tutorials/05-AI-engine-versal-integration/aie/graph.h +++ b/AI_Engine_Development/AIE-ML/Feature_Tutorials/05-AI-engine-versal-integration/aie/graph.h @@ -1,5 +1,5 @@ /* -Copyright (C) 2023, Advanced Micro Devices, Inc. All rights reserved. +Copyright (C) 2025, Advanced Micro Devices, Inc. All rights reserved. SPDX-License-Identifier: X11 */ diff --git a/AI_Engine_Development/AIE-ML/Feature_Tutorials/05-AI-engine-versal-integration/aie/include.h b/AI_Engine_Development/AIE-ML/Feature_Tutorials/05-AI-engine-versal-integration/aie/include.h index fd61914a84..d4aeb10ed2 100644 --- a/AI_Engine_Development/AIE-ML/Feature_Tutorials/05-AI-engine-versal-integration/aie/include.h +++ b/AI_Engine_Development/AIE-ML/Feature_Tutorials/05-AI-engine-versal-integration/aie/include.h @@ -1,5 +1,5 @@ /* -Copyright (C) 2023, Advanced Micro Devices, Inc. All rights reserved. +Copyright (C) 2025, Advanced Micro Devices, Inc. All rights reserved. SPDX-License-Identifier: X11 */ diff --git a/AI_Engine_Development/AIE-ML/Feature_Tutorials/05-AI-engine-versal-integration/aie/kernels.h b/AI_Engine_Development/AIE-ML/Feature_Tutorials/05-AI-engine-versal-integration/aie/kernels.h index 28e8e3d526..c24676bc3b 100644 --- a/AI_Engine_Development/AIE-ML/Feature_Tutorials/05-AI-engine-versal-integration/aie/kernels.h +++ b/AI_Engine_Development/AIE-ML/Feature_Tutorials/05-AI-engine-versal-integration/aie/kernels.h @@ -1,5 +1,5 @@ /* -Copyright (C) 2023, Advanced Micro Devices, Inc. All rights reserved. +Copyright (C) 2025, Advanced Micro Devices, Inc. All rights reserved. SPDX-License-Identifier: X11 */ diff --git a/AI_Engine_Development/AIE-ML/Feature_Tutorials/05-AI-engine-versal-integration/aie/kernels/classifiers/classify.cc b/AI_Engine_Development/AIE-ML/Feature_Tutorials/05-AI-engine-versal-integration/aie/kernels/classifiers/classify.cc index 95167702bd..bc91de62a9 100644 --- a/AI_Engine_Development/AIE-ML/Feature_Tutorials/05-AI-engine-versal-integration/aie/kernels/classifiers/classify.cc +++ b/AI_Engine_Development/AIE-ML/Feature_Tutorials/05-AI-engine-versal-integration/aie/kernels/classifiers/classify.cc @@ -1,5 +1,5 @@ /* -Copyright (C) 2023, Advanced Micro Devices, Inc. All rights reserved. +Copyright (C) 2025, Advanced Micro Devices, Inc. All rights reserved. SPDX-License-Identifier: X11 */ diff --git a/AI_Engine_Development/AIE-ML/Feature_Tutorials/05-AI-engine-versal-integration/aie/kernels/decimators/hb27.cc b/AI_Engine_Development/AIE-ML/Feature_Tutorials/05-AI-engine-versal-integration/aie/kernels/decimators/hb27.cc index 43c67e9e1a..4c4a9b8981 100644 --- a/AI_Engine_Development/AIE-ML/Feature_Tutorials/05-AI-engine-versal-integration/aie/kernels/decimators/hb27.cc +++ b/AI_Engine_Development/AIE-ML/Feature_Tutorials/05-AI-engine-versal-integration/aie/kernels/decimators/hb27.cc @@ -1,5 +1,5 @@ /* -Copyright (C) 2023, Advanced Micro Devices, Inc. All rights reserved. +Copyright (C) 2025, Advanced Micro Devices, Inc. All rights reserved. SPDX-License-Identifier: X11 */ diff --git a/AI_Engine_Development/AIE-ML/Feature_Tutorials/05-AI-engine-versal-integration/aie/kernels/interpolators/hb27_2i.cc b/AI_Engine_Development/AIE-ML/Feature_Tutorials/05-AI-engine-versal-integration/aie/kernels/interpolators/hb27_2i.cc index 876aa7d898..992c119b3c 100644 --- a/AI_Engine_Development/AIE-ML/Feature_Tutorials/05-AI-engine-versal-integration/aie/kernels/interpolators/hb27_2i.cc +++ b/AI_Engine_Development/AIE-ML/Feature_Tutorials/05-AI-engine-versal-integration/aie/kernels/interpolators/hb27_2i.cc @@ -1,5 +1,5 @@ /* -Copyright (C) 2023, Advanced Micro Devices, Inc. All rights reserved. +Copyright (C) 2025, Advanced Micro Devices, Inc. All rights reserved. SPDX-License-Identifier: X11 */ diff --git a/AI_Engine_Development/AIE-ML/Feature_Tutorials/05-AI-engine-versal-integration/aie/kernels/polar_clip.cpp b/AI_Engine_Development/AIE-ML/Feature_Tutorials/05-AI-engine-versal-integration/aie/kernels/polar_clip.cpp index a6e21c3387..162379febf 100644 --- a/AI_Engine_Development/AIE-ML/Feature_Tutorials/05-AI-engine-versal-integration/aie/kernels/polar_clip.cpp +++ b/AI_Engine_Development/AIE-ML/Feature_Tutorials/05-AI-engine-versal-integration/aie/kernels/polar_clip.cpp @@ -1,5 +1,5 @@ /* -Copyright (C) 2023, Advanced Micro Devices, Inc. All rights reserved. +Copyright (C) 2025, Advanced Micro Devices, Inc. All rights reserved. SPDX-License-Identifier: X11 */ diff --git a/AI_Engine_Development/AIE-ML/Feature_Tutorials/05-AI-engine-versal-integration/pl_kernels/mm2s.cpp b/AI_Engine_Development/AIE-ML/Feature_Tutorials/05-AI-engine-versal-integration/pl_kernels/mm2s.cpp index 34388760b1..3e85a90269 100644 --- a/AI_Engine_Development/AIE-ML/Feature_Tutorials/05-AI-engine-versal-integration/pl_kernels/mm2s.cpp +++ b/AI_Engine_Development/AIE-ML/Feature_Tutorials/05-AI-engine-versal-integration/pl_kernels/mm2s.cpp @@ -1,5 +1,5 @@ /* -Copyright (C) 2023, Advanced Micro Devices, Inc. All rights reserved. +Copyright (C) 2025, Advanced Micro Devices, Inc. All rights reserved. SPDX-License-Identifier: X11 */ diff --git a/AI_Engine_Development/AIE-ML/Feature_Tutorials/05-AI-engine-versal-integration/pl_kernels/s2mm.cpp b/AI_Engine_Development/AIE-ML/Feature_Tutorials/05-AI-engine-versal-integration/pl_kernels/s2mm.cpp index db02f5abfd..16c7a3b8c8 100644 --- a/AI_Engine_Development/AIE-ML/Feature_Tutorials/05-AI-engine-versal-integration/pl_kernels/s2mm.cpp +++ b/AI_Engine_Development/AIE-ML/Feature_Tutorials/05-AI-engine-versal-integration/pl_kernels/s2mm.cpp @@ -1,5 +1,5 @@ /* -Copyright (C) 2023, Advanced Micro Devices, Inc. All rights reserved. +Copyright (C) 2025, Advanced Micro Devices, Inc. All rights reserved. SPDX-License-Identifier: X11 */ diff --git a/AI_Engine_Development/AIE-ML/Feature_Tutorials/05-AI-engine-versal-integration/sw/data.h b/AI_Engine_Development/AIE-ML/Feature_Tutorials/05-AI-engine-versal-integration/sw/data.h index b84c8cba1c..2e05870ca6 100644 --- a/AI_Engine_Development/AIE-ML/Feature_Tutorials/05-AI-engine-versal-integration/sw/data.h +++ b/AI_Engine_Development/AIE-ML/Feature_Tutorials/05-AI-engine-versal-integration/sw/data.h @@ -1,5 +1,5 @@ /* -Copyright (C) 2023, Advanced Micro Devices, Inc. All rights reserved. +Copyright (C) 2025, Advanced Micro Devices, Inc. All rights reserved. SPDX-License-Identifier: X11 */ diff --git a/AI_Engine_Development/AIE-ML/Feature_Tutorials/05-AI-engine-versal-integration/sw/host.cpp b/AI_Engine_Development/AIE-ML/Feature_Tutorials/05-AI-engine-versal-integration/sw/host.cpp index a59721886e..e62c5d43af 100644 --- a/AI_Engine_Development/AIE-ML/Feature_Tutorials/05-AI-engine-versal-integration/sw/host.cpp +++ b/AI_Engine_Development/AIE-ML/Feature_Tutorials/05-AI-engine-versal-integration/sw/host.cpp @@ -1,9 +1,10 @@ /* -Copyright (C) 2023, Advanced Micro Devices, Inc. All rights reserved. +Copyright (C) 2025, Advanced Micro Devices, Inc. All rights reserved. SPDX-License-Identifier: X11 */ #include +#include #include #include "experimental/xrt_kernel.h" diff --git a/AI_Engine_Development/AIE-ML/Feature_Tutorials/05-AI-engine-versal-integration/sw/host.h b/AI_Engine_Development/AIE-ML/Feature_Tutorials/05-AI-engine-versal-integration/sw/host.h index 593b8f30a2..0f26b5a81b 100644 --- a/AI_Engine_Development/AIE-ML/Feature_Tutorials/05-AI-engine-versal-integration/sw/host.h +++ b/AI_Engine_Development/AIE-ML/Feature_Tutorials/05-AI-engine-versal-integration/sw/host.h @@ -1,5 +1,5 @@ /* -Copyright (C) 2023, Advanced Micro Devices, Inc. All rights reserved. +Copyright (C) 2025, Advanced Micro Devices, Inc. All rights reserved. SPDX-License-Identifier: X11 */ diff --git a/AI_Engine_Development/AIE-ML/Feature_Tutorials/05-AI-engine-versal-integration/system.cfg b/AI_Engine_Development/AIE-ML/Feature_Tutorials/05-AI-engine-versal-integration/system.cfg index db1b577ebf..f996b6a683 100644 --- a/AI_Engine_Development/AIE-ML/Feature_Tutorials/05-AI-engine-versal-integration/system.cfg +++ b/AI_Engine_Development/AIE-ML/Feature_Tutorials/05-AI-engine-versal-integration/system.cfg @@ -1,5 +1,5 @@ ## -# Copyright (C) 2023, Advanced Micro Devices, Inc. All rights reserved. +# Copyright (C) 2025, Advanced Micro Devices, Inc. All rights reserved. # SPDX-License-Identifier: X11 ## diff --git a/AI_Engine_Development/AIE-ML/Feature_Tutorials/06-gemm/README.md b/AI_Engine_Development/AIE-ML/Feature_Tutorials/06-gemm/README.md index 7e48d67ca9..15d59ef74a 100644 --- a/AI_Engine_Development/AIE-ML/Feature_Tutorials/06-gemm/README.md +++ b/AI_Engine_Development/AIE-ML/Feature_Tutorials/06-gemm/README.md @@ -15,7 +15,7 @@ # Matrix Compute with Vitis Libraries on AIE and AIE-ML -***Version: Vitis 2025.1*** +***Version: Vitis 2025.2*** ## Introduction @@ -31,7 +31,7 @@ For example, value at c11, is the product of a11 * b11 + a12 * b21. Similarly, ![Matrix Product](./images/2_Matrix_Product.png) -**IMPORTANT**: Before beginning the tutorial, make sure that you have read and followed the *Vitis Software Platform Release Notes* (v2024.2) for setting up the software and installing the VEK280 base platform. +**IMPORTANT**: Before beginning the tutorial, make sure that you have read and followed the *Vitis Software Platform Release Notes* (v2025.2) for setting up the software and installing the VEK280 base platform. Before starting this tutorial, run the following steps: 1. Set up your `PLATFORM_REPO_PATHS` environment variable based upon where you downloaded the platform. @@ -41,7 +41,7 @@ Before starting this tutorial, run the following steps: # AMD Versal Devices with AI Engine Variants -AMD Versal™ AI Core and Versal AI Edge devices come in both AIE and AIE-ML variants. You need to choose your device carefully. The following table lists the devices that have AIE and AIE-ML variants. +AMD Versal™ AI Core and Versal AI Edge devices come in AIE, AIE-ML and AIE-MLv2 variants. You need to choose your device carefully. The following table lists the devices that have AIE and AIE-ML variants. ![AIE Variants](./images/0_AMD_Versal_Devices.png) @@ -75,7 +75,7 @@ The data type of both input matrices can be configured, and the data type of the The Matrix Multiply supports a matrix of elements of integer type (int16, cint16, int32, or cint32) multiplied by a matrix of elements of integer type. It also supports a matrix of elements of float type (float, cfloat) multiplied by a matrix of elements of float type. However, a mix of integer types and float types is not supported. -The Matrix Multiply for AIE-ML supports integer types (int16, int32, cint16, and cint32) but does not support floating-point types (float, cfloat). +The Matrix Multiply for AIE-ML and AIE-MLv2 support integer types (int16, int32, cint16, and cint32) but does not support floating-point types (float, cfloat). The graph entry point as follows: ```xf::dsp::aie::blas::matrix_mult::matrix_mult_graph``` @@ -364,7 +364,7 @@ Close the Vitis Analyzer. | Design | TP_CASC_LEN | TP_SSR | NPORT_I | NPORT_O | Throughput | |---------------------|-------------|--------|---------|---------|-------------| -| Design Variant 1 | 2 | 1 | 1 | 1 | 1112 MBPS | +| Design Variant 1 | 1 | 1 | 1 | 1 | 1112 MBPS | ## Design Variant 2: 4-tile design with TP_CASC_LEN=4 @@ -436,8 +436,8 @@ Close the Vitis Analyzer. | Design | TP_CASC_LEN | TP_SSR | NPORT_I | NPORT_O | Throughput | |---------------------|-------------|--------|---------|---------|-------------| -| Design Variant 1 | 2 | 1 | 1 | 1 | 1112 MBPS | -| Design Variant 2 | 4 | 1 | 4 | 1 | 2452 MBPS | +| Design Variant 1 | 1 | 1 | 1 | 1 | 1112 MBPS | +| Design Variant 2 | 4 | 1 | 4 | 1 | 2447 MBPS | ## Design Variant 3: 8-tile design with TP_CASC_LEN=4 and TP_SSR=2 @@ -511,9 +511,9 @@ Close the Vitis Analyzer. | Design | TP_CASC_LEN | TP_SSR | NPORT_I | NPORT_O | Throughput | |---------------------|-------------|--------|---------|---------|-------------| -| Design Variant 1 | 2 | 1 | 1 | 1 | 1112 MBPS | -| Design Variant 2 | 4 | 1 | 4 | 1 | 2452 MBPS | -| Design Variant 3 | 4 | 2 | 8 | 2 | 3815 MBPS | +| Design Variant 1 | 1 | 1 | 1 | 1 | 1112 MBPS | +| Design Variant 2 | 4 | 1 | 4 | 1 | 2447 MBPS | +| Design Variant 3 | 4 | 2 | 8 | 2 | 3770 MBPS | ## Migrate the Design from AIE to AIE-ML and Evalute the Performance Differences @@ -532,7 +532,7 @@ cd ../../aie-ml/gemm_16x32x8 Open the ```Makefile``` file and review the code. The only modification is the updated platform name. ``` -PLATFORM_USE := xilinx_vek280_base_202510_1 +PLATFORM_USE := xilinx_vek280_base_202520_1 ``` ### Design Variant 1: Single Tile (AIE-ML) @@ -568,9 +568,9 @@ Close the Vitis Analyzer. | Design | TP_CASC_LEN | TP_SSR | NPORT_I | NPORT_O | Throughput (AIE)|Throughput (AIE-ML)| |---------------------|-------------|--------|---------|---------|-----------------|-------------------| -| Design Variant 1 | 2 | 1 | 1 | 1 | 1137 MBPS | 1529 MBPS | -| Design Variant 2 | 4 | 1 | 4 | 1 | 2578 MBPS | | -| Design Variant 3 | 4 | 2 | 8 | 2 | 3935 MBPS | | +| Design Variant 1 | 1 | 1 | 1 | 1 | 1112 MBPS | 1529 MBPS | +| Design Variant 2 | 4 | 1 | 4 | 1 | 2447 MBPS | | +| Design Variant 3 | 4 | 2 | 8 | 2 | 3770 MBPS | | ## Design Variant 2: 4-tile design with TP_CASC_LEN=4 (AIE-ML) @@ -612,9 +612,9 @@ Close the Vitis Analyzer. | Design | TP_CASC_LEN | TP_SSR | NPORT_I | NPORT_O | Throughput (AIE)|Throughput (AIE-ML)| |---------------------|-------------|--------|---------|---------|-----------------|-------------------| -| Design Variant 1 | 2 | 1 | 1 | 1 | 1137 MBPS | 1529 MBPS | -| Design Variant 2 | 4 | 1 | 4 | 1 | 2578 MBPS | 3029 MBPS | -| Design Variant 3 | 4 | 2 | 8 | 2 | 3935 MBPS | | +| Design Variant 1 | 1 | 1 | 1 | 1 | 1112 MBPS | 1529 MBPS | +| Design Variant 2 | 4 | 1 | 4 | 1 | 2447 MBPS | 3033 MBPS | +| Design Variant 3 | 4 | 2 | 8 | 2 | 3770 MBPS | | ## Design Variant 3: 8-tile design with TP_CASC_LEN=4 and TP_SSR=2 (AIE-ML) @@ -656,9 +656,9 @@ Close the Vitis Analyzer. | Design | TP_CASC_LEN | TP_SSR | NPORT_I | NPORT_O | Throughput (AIE)|Throughput (AIE-ML)| |---------------------|-------------|--------|---------|---------|-----------------|-------------------| -| Design Variant 1 | 2 | 1 | 1 | 1 | 1137 MBPS | 1529 MBPS | -| Design Variant 2 | 4 | 1 | 4 | 1 | 2578 MBPS | 3029 MBPS | -| Design Variant 3 | 4 | 2 | 8 | 2 | 3935 MBPS | 6702 MBPS | +| Design Variant 1 | 1 | 1 | 1 | 1 | 1112 MBPS | 1529 MBPS | +| Design Variant 2 | 4 | 1 | 4 | 1 | 2447 MBPS | 3033 MBPS | +| Design Variant 3 | 4 | 2 | 8 | 2 | 3770 MBPS | 6754 MBPS | From the preceding table, for **Design Variant 3**, the AIE-ML architecture achieves a performance that is roughly **1.7** times faster than the AIE architecture. diff --git a/AI_Engine_Development/AIE-ML/Feature_Tutorials/06-gemm/aie-ml/gemm_16x32x8/Makefile b/AI_Engine_Development/AIE-ML/Feature_Tutorials/06-gemm/aie-ml/gemm_16x32x8/Makefile index db2ca07103..046b52a01c 100644 --- a/AI_Engine_Development/AIE-ML/Feature_Tutorials/06-gemm/aie-ml/gemm_16x32x8/Makefile +++ b/AI_Engine_Development/AIE-ML/Feature_Tutorials/06-gemm/aie-ml/gemm_16x32x8/Makefile @@ -11,7 +11,7 @@ SIM_FIFO := false MY_APP := gemm_16x32x8_app MY_SOURCES := ${MY_APP}.cpp gemm_16x32x8_graph.h -PLATFORM_USE := xilinx_vek280_base_202510_1 +PLATFORM_USE := xilinx_vek280_base_202520_1 PLATFORM ?= ${PLATFORM_REPO_PATHS}/${PLATFORM_USE}/${PLATFORM_USE}.xpfm CHECK_FIFO := --aie.evaluate-fifo-depth --aie.Xrouter=disablePathBalancing diff --git a/AI_Engine_Development/AIE-ML/Feature_Tutorials/06-gemm/aie-ml/gemm_16x32x8_cascade/Makefile b/AI_Engine_Development/AIE-ML/Feature_Tutorials/06-gemm/aie-ml/gemm_16x32x8_cascade/Makefile index db2ca07103..046b52a01c 100644 --- a/AI_Engine_Development/AIE-ML/Feature_Tutorials/06-gemm/aie-ml/gemm_16x32x8_cascade/Makefile +++ b/AI_Engine_Development/AIE-ML/Feature_Tutorials/06-gemm/aie-ml/gemm_16x32x8_cascade/Makefile @@ -11,7 +11,7 @@ SIM_FIFO := false MY_APP := gemm_16x32x8_app MY_SOURCES := ${MY_APP}.cpp gemm_16x32x8_graph.h -PLATFORM_USE := xilinx_vek280_base_202510_1 +PLATFORM_USE := xilinx_vek280_base_202520_1 PLATFORM ?= ${PLATFORM_REPO_PATHS}/${PLATFORM_USE}/${PLATFORM_USE}.xpfm CHECK_FIFO := --aie.evaluate-fifo-depth --aie.Xrouter=disablePathBalancing diff --git a/AI_Engine_Development/AIE-ML/Feature_Tutorials/06-gemm/aie-ml/gemm_16x32x8_cascade/gemm_16x32x8_graph.h b/AI_Engine_Development/AIE-ML/Feature_Tutorials/06-gemm/aie-ml/gemm_16x32x8_cascade/gemm_16x32x8_graph.h index c538187469..ec53d0f165 100644 --- a/AI_Engine_Development/AIE-ML/Feature_Tutorials/06-gemm/aie-ml/gemm_16x32x8_cascade/gemm_16x32x8_graph.h +++ b/AI_Engine_Development/AIE-ML/Feature_Tutorials/06-gemm/aie-ml/gemm_16x32x8_cascade/gemm_16x32x8_graph.h @@ -70,7 +70,7 @@ class gemm_16x32x8_graph : public graph { sig_o[ii] = output_plio::create(pname, plio_64_bits, fname); connect<>(gemm.out[ii],sig_o[ii].in[0]); } - location(gemm) = bounding_box(18,0,21,0); + adf::location(*this) = adf::area_group({{adf::aie_tile, 18, 0, 21, 0},{adf::shim_tile,18,0,21,0}}); } }; diff --git a/AI_Engine_Development/AIE-ML/Feature_Tutorials/06-gemm/aie-ml/gemm_16x32x8_cascade_ssr/Makefile b/AI_Engine_Development/AIE-ML/Feature_Tutorials/06-gemm/aie-ml/gemm_16x32x8_cascade_ssr/Makefile index f7e5540c82..d83e57944a 100644 --- a/AI_Engine_Development/AIE-ML/Feature_Tutorials/06-gemm/aie-ml/gemm_16x32x8_cascade_ssr/Makefile +++ b/AI_Engine_Development/AIE-ML/Feature_Tutorials/06-gemm/aie-ml/gemm_16x32x8_cascade_ssr/Makefile @@ -11,7 +11,7 @@ SIM_FIFO := false MY_APP := gemm_16x32x8_app MY_SOURCES := ${MY_APP}.cpp gemm_16x32x8_graph.h -PLATFORM_USE := xilinx_vek280_base_202510_1 +PLATFORM_USE := xilinx_vek280_base_202520_1 PLATFORM ?= ${PLATFORM_REPO_PATHS}/${PLATFORM_USE}/${PLATFORM_USE}.xpfm CHECK_FIFO := --aie.evaluate-fifo-depth --aie.Xrouter=disablePathBalancing @@ -51,7 +51,7 @@ help:: @echo " make clean" @echo " Command to remove all the generated files." -all: ${AIE_OUTPUT} profile +all: ${AIE_OUTPUT} x86all: clean x86com x86sim diff --git a/AI_Engine_Development/AIE-ML/Feature_Tutorials/06-gemm/aie-ml/gemm_16x32x8_cascade_ssr/gemm_16x32x8_graph.h b/AI_Engine_Development/AIE-ML/Feature_Tutorials/06-gemm/aie-ml/gemm_16x32x8_cascade_ssr/gemm_16x32x8_graph.h index 5a9151b956..46b00ce1e9 100644 --- a/AI_Engine_Development/AIE-ML/Feature_Tutorials/06-gemm/aie-ml/gemm_16x32x8_cascade_ssr/gemm_16x32x8_graph.h +++ b/AI_Engine_Development/AIE-ML/Feature_Tutorials/06-gemm/aie-ml/gemm_16x32x8_cascade_ssr/gemm_16x32x8_graph.h @@ -70,7 +70,7 @@ class gemm_16x32x8_graph : public graph { sig_o[ii] = output_plio::create(pname, plio_64_bits, fname); connect<>(gemm.out[ii],sig_o[ii].in[0]); } - location(gemm) = bounding_box(18,0,21,1); + adf::location(*this) = adf::area_group({{adf::aie_tile, 18, 0, 21, 1},{adf::shim_tile,18,0,21,0}}); } }; diff --git a/AI_Engine_Development/AIE-ML/Feature_Tutorials/06-gemm/aie/gemm_16x32x8/Makefile b/AI_Engine_Development/AIE-ML/Feature_Tutorials/06-gemm/aie/gemm_16x32x8/Makefile index 6d240d4243..6dc44d3009 100644 --- a/AI_Engine_Development/AIE-ML/Feature_Tutorials/06-gemm/aie/gemm_16x32x8/Makefile +++ b/AI_Engine_Development/AIE-ML/Feature_Tutorials/06-gemm/aie/gemm_16x32x8/Makefile @@ -11,7 +11,7 @@ SIM_FIFO := false MY_APP := gemm_16x32x8_app MY_SOURCES := ${MY_APP}.cpp gemm_16x32x8_graph.h -PLATFORM_USE := xilinx_vck190_base_202510_1 +PLATFORM_USE := xilinx_vck190_base_202520_1 PLATFORM ?= ${PLATFORM_REPO_PATHS}/${PLATFORM_USE}/${PLATFORM_USE}.xpfm CHECK_FIFO := --aie.evaluate-fifo-depth --aie.Xrouter=disablePathBalancing diff --git a/AI_Engine_Development/AIE-ML/Feature_Tutorials/06-gemm/aie/gemm_16x32x8_cascade/Makefile b/AI_Engine_Development/AIE-ML/Feature_Tutorials/06-gemm/aie/gemm_16x32x8_cascade/Makefile index 6d240d4243..6dc44d3009 100644 --- a/AI_Engine_Development/AIE-ML/Feature_Tutorials/06-gemm/aie/gemm_16x32x8_cascade/Makefile +++ b/AI_Engine_Development/AIE-ML/Feature_Tutorials/06-gemm/aie/gemm_16x32x8_cascade/Makefile @@ -11,7 +11,7 @@ SIM_FIFO := false MY_APP := gemm_16x32x8_app MY_SOURCES := ${MY_APP}.cpp gemm_16x32x8_graph.h -PLATFORM_USE := xilinx_vck190_base_202510_1 +PLATFORM_USE := xilinx_vck190_base_202520_1 PLATFORM ?= ${PLATFORM_REPO_PATHS}/${PLATFORM_USE}/${PLATFORM_USE}.xpfm CHECK_FIFO := --aie.evaluate-fifo-depth --aie.Xrouter=disablePathBalancing diff --git a/AI_Engine_Development/AIE-ML/Feature_Tutorials/06-gemm/aie/gemm_16x32x8_cascade/gemm_16x32x8_graph.h b/AI_Engine_Development/AIE-ML/Feature_Tutorials/06-gemm/aie/gemm_16x32x8_cascade/gemm_16x32x8_graph.h index c538187469..ec53d0f165 100644 --- a/AI_Engine_Development/AIE-ML/Feature_Tutorials/06-gemm/aie/gemm_16x32x8_cascade/gemm_16x32x8_graph.h +++ b/AI_Engine_Development/AIE-ML/Feature_Tutorials/06-gemm/aie/gemm_16x32x8_cascade/gemm_16x32x8_graph.h @@ -70,7 +70,7 @@ class gemm_16x32x8_graph : public graph { sig_o[ii] = output_plio::create(pname, plio_64_bits, fname); connect<>(gemm.out[ii],sig_o[ii].in[0]); } - location(gemm) = bounding_box(18,0,21,0); + adf::location(*this) = adf::area_group({{adf::aie_tile, 18, 0, 21, 0},{adf::shim_tile,18,0,21,0}}); } }; diff --git a/AI_Engine_Development/AIE-ML/Feature_Tutorials/06-gemm/aie/gemm_16x32x8_cascade_ssr/Makefile b/AI_Engine_Development/AIE-ML/Feature_Tutorials/06-gemm/aie/gemm_16x32x8_cascade_ssr/Makefile index db91f19cca..1b2927b8a0 100644 --- a/AI_Engine_Development/AIE-ML/Feature_Tutorials/06-gemm/aie/gemm_16x32x8_cascade_ssr/Makefile +++ b/AI_Engine_Development/AIE-ML/Feature_Tutorials/06-gemm/aie/gemm_16x32x8_cascade_ssr/Makefile @@ -11,7 +11,7 @@ SIM_FIFO := false MY_APP := gemm_16x32x8_app MY_SOURCES := ${MY_APP}.cpp gemm_16x32x8_graph.h -PLATFORM_USE := xilinx_vck190_base_202510_1 +PLATFORM_USE := xilinx_vck190_base_202520_1 PLATFORM ?= ${PLATFORM_REPO_PATHS}/${PLATFORM_USE}/${PLATFORM_USE}.xpfm CHECK_FIFO := --aie.evaluate-fifo-depth --aie.Xrouter=disablePathBalancing @@ -51,7 +51,7 @@ help:: @echo " make clean" @echo " Command to remove all the generated files." -all: ${AIE_OUTPUT} profile +all: ${AIE_OUTPUT} x86all: clean x86com x86sim diff --git a/AI_Engine_Development/AIE-ML/Feature_Tutorials/06-gemm/aie/gemm_16x32x8_cascade_ssr/gemm_16x32x8_graph.h b/AI_Engine_Development/AIE-ML/Feature_Tutorials/06-gemm/aie/gemm_16x32x8_cascade_ssr/gemm_16x32x8_graph.h index 5a9151b956..46b00ce1e9 100644 --- a/AI_Engine_Development/AIE-ML/Feature_Tutorials/06-gemm/aie/gemm_16x32x8_cascade_ssr/gemm_16x32x8_graph.h +++ b/AI_Engine_Development/AIE-ML/Feature_Tutorials/06-gemm/aie/gemm_16x32x8_cascade_ssr/gemm_16x32x8_graph.h @@ -70,7 +70,7 @@ class gemm_16x32x8_graph : public graph { sig_o[ii] = output_plio::create(pname, plio_64_bits, fname); connect<>(gemm.out[ii],sig_o[ii].in[0]); } - location(gemm) = bounding_box(18,0,21,1); + adf::location(*this) = adf::area_group({{adf::aie_tile, 18, 0, 21, 1},{adf::shim_tile,18,0,21,0}}); } }; diff --git a/AI_Engine_Development/AIE-ML/Feature_Tutorials/07-tiling-parameters/DeepDiveBufferDescriptors.md b/AI_Engine_Development/AIE-ML/Feature_Tutorials/07-tiling-parameters/DeepDiveBufferDescriptors.md index 366851d1d6..a6356d3ec3 100755 --- a/AI_Engine_Development/AIE-ML/Feature_Tutorials/07-tiling-parameters/DeepDiveBufferDescriptors.md +++ b/AI_Engine_Development/AIE-ML/Feature_Tutorials/07-tiling-parameters/DeepDiveBufferDescriptors.md @@ -12,16 +12,14 @@ + # Buffer Descriptors ## Introduction DMA programming is performed through _Tiling Parameters_. These parameters describe how the data should be accessed in the memory on a tile basis. Dimension 0 is the dimesion where the data are contiguous in memory. The overall dimension of the buffer is specified and then the tile dimension and the number of tiles to read in each dimension. -This is actually aa EoU layer above the real hardware. The actual DMA programming is controlled through _Buffer Descriptors_. Their usage is cumbersome compared to tiling parameters, that's why the latter are used for DAM programming. Unfortunately from time to time, during AI Engine compilation, you may have error messages like: - -```shell -``` +This is actually an EoU layer above the real hardware. The actual DMA programming is controlled through _Buffer Descriptors_. Their usage is cumbersome compared to tiling parameters, that's why the latter are used for DAM programming. Unfortunately from time to time, during AI Engine compilation, you may have error messages like: In order to understand why you get this type of message, I encourage you to read this small section. diff --git a/AI_Engine_Development/AIE-ML/Feature_Tutorials/07-tiling-parameters/Makefile b/AI_Engine_Development/AIE-ML/Feature_Tutorials/07-tiling-parameters/Makefile index 43cf0ae0df..fd57684a74 100755 --- a/AI_Engine_Development/AIE-ML/Feature_Tutorials/07-tiling-parameters/Makefile +++ b/AI_Engine_Development/AIE-ML/Feature_Tutorials/07-tiling-parameters/Makefile @@ -30,7 +30,7 @@ VPP_SPEC = $(ADDON_DIR)/system_ExtBuf.cfg # Targets -.PHONY: data disp_repetition full_extbuf_hw full_extbuf_hwemu full_extbuf_sim_hwemu run_hw_emu clean preprocessor run_tests +.PHONY: data disp_repetition full_extbuf_hw full_extbuf_hwemu full_extbuf_sim_hwemu run_hw_emu clean preprocessor run_tests aie_run run_tests: make SECTION=doc clean_all data aie aiesim @@ -126,6 +126,8 @@ aie: ${LIBADFAIE} ${LIBADFAIE}: $(SRC_DIR)/* preprocessor ${AIE_CMPL_CMD} $(PreProc) +aie_run: $(SRC_DIR)/* preprocessor + ${AIE_CMPL_CMD} --aie.compile-testbench-only $(PreProc) @@ -249,6 +251,7 @@ clean: rm -f *.zip *.img *.wcfg *.wdb plm.bin pmc_cdo.bin qemu_resize_img.sh v++.package_summary rm -f *.xclbin aie.merged.cdo.bin BOOT* boot_image.bif ExtBuf.* launch_hw_emu.sh rm -rf sd_card .ipcache emu_qemu_scripts cfg sim sw_extbuf/host.exe sw_extbuf/host.o + rm -rf analyzer_input baremetal_metadata_package.cpp clean_all: clean rm -rf data diff --git a/AI_Engine_Development/AIE-ML/Feature_Tutorials/07-tiling-parameters/MemoryTiles.md b/AI_Engine_Development/AIE-ML/Feature_Tutorials/07-tiling-parameters/MemoryTiles.md index 91d13d35bb..a8ea7ed43c 100644 --- a/AI_Engine_Development/AIE-ML/Feature_Tutorials/07-tiling-parameters/MemoryTiles.md +++ b/AI_Engine_Development/AIE-ML/Feature_Tutorials/07-tiling-parameters/MemoryTiles.md @@ -118,6 +118,7 @@ make SECTION=memtile T1 aie ``` This ends up with this error message + ```shell INFO: [aiecompiler 77-6570] For port 'TG.G1.mtxin.in[0]', allocated DMA is 'tile: memory, col:10, row:0, channel:0, dir:s2mm' INFO: [aiecompiler 77-6570] For port 'TG.G1.mtxin.out[0]', allocated DMA is 'tile: memory, col:10, row:0, channel:0, dir:mm2s' diff --git a/AI_Engine_Development/AIE-ML/Feature_Tutorials/07-tiling-parameters/README.md b/AI_Engine_Development/AIE-ML/Feature_Tutorials/07-tiling-parameters/README.md index 7d609f35a4..f2f62b12c6 100644 --- a/AI_Engine_Development/AIE-ML/Feature_Tutorials/07-tiling-parameters/README.md +++ b/AI_Engine_Development/AIE-ML/Feature_Tutorials/07-tiling-parameters/README.md @@ -15,22 +15,22 @@ # Tiling Parameter Programming -***Version: Vitis 2025.1*** +***Version: Vitis 2025.2*** ## Introduction ->**IMPORTANT**: Before beginning the tutorial make sure you have installed the AMD Vitis™ 2025.1 software. The Vitis release includes all the embedded base platforms including the VEK280 base platform that is used in this tutorial. In addition, ensure you have downloaded the Common Images for Embedded Vitis Platforms from [this link](https://www.xilinx.com/support/download/index.html/content/xilinx/en/downloadNav/embedded-platforms.html). +>**IMPORTANT**: Before beginning the tutorial make sure you have installed the AMD Vitis™ 2025.2 software. The Vitis release includes all the embedded base platforms including the VEK280 base platform that is used in this tutorial. In addition, ensure you have downloaded the Common Images for Embedded Vitis Platforms from [this link](https://www.xilinx.com/support/download/index.html/content/xilinx/en/downloadNav/embedded-platforms.html). The ‘common image’ package contains a prebuilt Linux kernel and root file system that can be used with the AMD Versal™ board for embedded design development using the Vitis software platform. Before starting this tutorial, run the following steps: 1. Go to the directory where you have unzipped the Versal Common Image package. -2. In a Bash shell, run the ``/Common Images Dir/xilinx-versal-common-v2025.1/environment-setup-cortexa72-cortexa53-amd-linux`` script. This script sets up the SDKTARGETSYSROOT and CXX variables. If the script is not present, you must run the ``/Common Images Dir/xilinx-versal-common-v2025.1/sdk.sh``. -3. Set up your ROOTFS and IMAGE to point to the ``rootfs.ext4`` and Image files located in the ``/Common Images Dir/xilinx-versal-common-v2025.1`` directory. +2. In a Bash shell, run the ``/Common Images Dir/xilinx-versal-common-v2025.2/environment-setup-cortexa72-cortexa53-amd-linux`` script. This script sets up the SDKTARGETSYSROOT and CXX variables. If the script is not present, you must run the ``/Common Images Dir/xilinx-versal-common-v2025.2/sdk.sh``. +3. Set up your ROOTFS and IMAGE to point to the ``rootfs.ext4`` and Image files located in the ``/Common Images Dir/xilinx-versal-common-v2025.2`` directory. 4. Set up your PLATFORM_REPO_PATHS environment variable to ``$XILINX_VITIS/base_platforms``. -This tutorial targets VEK280 board for 2025.1 version. +This tutorial targets VEK280 board for 2025.2 version. Data generation for this tutorial requires [Python 3](https://www.python.org/downloads/). The following packages are required: @@ -44,8 +44,6 @@ Data generation for this tutorial requires [Python 3](https://www.python.org/dow - jmespath - json - - ## Objectives After completing this tutorial, you will be able to: @@ -104,8 +102,6 @@ This is the same behaviour for x86 compilation and simulation: make SECTION=[doc | memtile | extbuf | memmodule] [T1] [T2] [T3] [T4] x86 x86sim ``` - - ## Basics of Tiling Parameter Programming ### Introduction @@ -157,16 +153,18 @@ In order to be able to view the Tiling Parameter Programming effects on data, th ### CreateNDData.py This script is used to generate data so that it is easy to see the dimensions and coordinates of each data. For example 2D data where all dimension length are less than 10 will be: + ``` 0 1 2 3 4 5 6 7 -10 11 12 13 14 15 16 17 -20 21 22 23 24 25 26 27 -30 31 32 33 34 35 36 37 -40 41 42 43 44 45 46 47 -50 51 52 53 54 55 56 57 -60 61 62 63 64 65 66 67 -70 71 72 73 74 75 76 77 -``` + 10 11 12 13 14 15 16 17 + 20 21 22 23 24 25 26 27 + 30 31 32 33 34 35 36 37 + 40 41 42 43 44 45 46 47 + 50 51 52 53 54 55 56 57 + 60 61 62 63 64 65 66 67 + 70 71 72 73 74 75 76 77 + ``` + As you can see, the unit digit is the column number and the 10s digit is the row number. Now If there are 3 dimensions, the 100s digit will be the layer number and so on. If one dimension length is between 10 and 99, two digits will be used in each dimension to represent the index. Here are the generated data for dimensions: 16 8 and 2: @@ -196,6 +194,7 @@ Layer = 0 In these case I specified a base of 10 and 100. A base of 16 or 256 could have been chosen if the display was in hexadecimal. Here is the usage of this script: + ```SHELL Usage: CreateNDData NbDataPerLine Base Dimensions LengthDim0 [LengthDim1 ...] NbDataPerLine: Number of data printed per line. @@ -211,6 +210,7 @@ Output must be redirected to a file to be stored. ### GetTiles.py `GetTiles.py` is used to visualize the tiles of the data. It is a simple script that reads the data from a file and displays the tiles. Here is the usage of this script: + ```SHELL Usage: GetTiles filename TileDim NCols [ NRows [ NLayers [ NImages ]]] [ Tile# | Tile_start Tile_end] filename: input file containing the matrix (without timestamps) @@ -234,7 +234,9 @@ Display optimization is just a question of adding ellipsis for large number of c ```Shell 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 ``` - Optimized display of the same 256 element vector: + +Optimized display of the same 256 element vector: + ```SHELL 0 1 2 3 4 5 6 7 8 9 ... 246 247 248 249 250 251 252 253 254 255 ``` @@ -244,6 +246,7 @@ Display optimization is just a question of adding ellipsis for large number of c After AI Engine compilation with hardware target (not x86 simulation), all tiling parameters are converted into Buffer Descriptor initialization. In order to know which BD are initialized the python script `CompilerReport.py`can be used giving the AIE Work directory as parameter. This can be used to extract various information about the implementation solution of the AIE compiler, mapper, router. Script can be used to extract DMA channels, BD numbers and Tiling parameters: + ```shell Usage: ExtractBDNumbers.py WorkDirectory option1 [option2 [...]] -bd_memtile: extract Memory Tile BDs diff --git a/AI_Engine_Development/AIE-ML/Feature_Tutorials/07-tiling-parameters/addon_files/embedded_exec.sh b/AI_Engine_Development/AIE-ML/Feature_Tutorials/07-tiling-parameters/addon_files/embedded_exec.sh index 15e269ad1f..4c1c1fc36e 100755 --- a/AI_Engine_Development/AIE-ML/Feature_Tutorials/07-tiling-parameters/addon_files/embedded_exec.sh +++ b/AI_Engine_Development/AIE-ML/Feature_Tutorials/07-tiling-parameters/addon_files/embedded_exec.sh @@ -7,5 +7,5 @@ export XILINX_XRT=/usr -./host.exe a.xclbin 1 +./host.exe a.xclbin 2 diff --git a/AI_Engine_Development/AIE-ML/Feature_Tutorials/07-tiling-parameters/src_doc/graph.cpp b/AI_Engine_Development/AIE-ML/Feature_Tutorials/07-tiling-parameters/src_doc/graph.cpp index a37afcb69a..9ae00472f1 100755 --- a/AI_Engine_Development/AIE-ML/Feature_Tutorials/07-tiling-parameters/src_doc/graph.cpp +++ b/AI_Engine_Development/AIE-ML/Feature_Tutorials/07-tiling-parameters/src_doc/graph.cpp @@ -3,7 +3,8 @@ #include "graph.h" -TopGraph<1,1,1,1, 1,1,1,1, 1,1,1> TG; +// TopGraph<1,1,1,1, 1,1,1,1, 1,1,1> TG; +TopGraph<0,0,0,0,0,0,0,1, 0,0,0> TG; int main(int argc, char ** argv) { diff --git a/AI_Engine_Development/AIE-ML/Feature_Tutorials/07-tiling-parameters/src_doc/graph.h b/AI_Engine_Development/AIE-ML/Feature_Tutorials/07-tiling-parameters/src_doc/graph.h index 0819d27391..53288cde35 100755 --- a/AI_Engine_Development/AIE-ML/Feature_Tutorials/07-tiling-parameters/src_doc/graph.h +++ b/AI_Engine_Development/AIE-ML/Feature_Tutorials/07-tiling-parameters/src_doc/graph.h @@ -16,6 +16,7 @@ class TopGraph : public adf::graph // I do not use index 0 for the sake of simplicity: 1 --> G1, ... static constexpr int NGraphs = 11; static constexpr int noutput[NGraphs + 1] = {0, 3, 1, 1, 1, 2, 1, 1,2,1,1,1}; + static constexpr int ninput[NGraphs + 1] = {0, 1, 1, 1, 1, 1, 1, 1,2,1,1,1}; adf::input_plio plin[50]; adf::output_plio plout[50]; @@ -47,10 +48,12 @@ class TopGraph : public adf::graph { // Input PLIO std::string filename = "data/Input" + ext + ".txt"; - plin[idxin] = adf::input_plio::create("input_" + std::to_string(idxin), adf::plio_64_bits, filename, 625); - adf::connect(plin[idxin].out[0], G.din); - idxin++; - + for(int i=0;i din; + adf::port din[1]; adf::port dout[3]; adf::shared_buffer mtxin; @@ -41,7 +41,7 @@ class Graph1_1D : public adf::graph adf::location(k3) = adf::tile(COL, 2); // Connections - adf::connect (din,mtxin.in[0]); + adf::connect (din[0],mtxin.in[0]); adf::write_access(mtxin.in[0]) = adf::tiling({ .buffer_dimension = {256}, .tiling_dimension = {256}, @@ -81,7 +81,7 @@ class Graph2_1D : public adf::graph private: public: adf::kernel k1; - adf::port din; + adf::port din[1]; adf::port dout[1]; adf::shared_buffer mtxin; @@ -102,7 +102,7 @@ class Graph2_1D : public adf::graph adf::location(k1) = adf::tile(COL, 0); // Connections - adf::connect(din, mtxin.in[0]); + adf::connect(din[0], mtxin.in[0]); adf::write_access(mtxin.in[0]) = adf::tiling({ .buffer_dimension = {256}, .tiling_dimension = {256}, @@ -128,7 +128,7 @@ class Graph3_1D : public adf::graph private: public: adf::kernel k1; - adf::port din; + adf::port din[1]; adf::port dout[1]; adf::shared_buffer mtxin; @@ -149,7 +149,7 @@ class Graph3_1D : public adf::graph adf::location(k1) = adf::tile(COL, 0); // Connections - adf::connect(din, mtxin.in[0]); + adf::connect(din[0], mtxin.in[0]); adf::write_access(mtxin.in[0]) = adf::tiling({.buffer_dimension = {256}, .tiling_dimension = {256}, .offset = {0}}); @@ -174,7 +174,7 @@ class Graph3_1D : public adf::graph private: public: adf::kernel k1; - adf::port din; + adf::port din[1]; adf::port dout[1]; adf::shared_buffer mtxin; @@ -195,7 +195,7 @@ class Graph3_1D : public adf::graph adf::location(k1) = adf::tile(COL, 0); // Connections - adf::connect(din, mtxin.in[0]); + adf::connect(din[0], mtxin.in[0]); adf::write_access(mtxin.in[0]) = adf::tiling({ .buffer_dimension = {256}, .tiling_dimension = {256}, diff --git a/AI_Engine_Development/AIE-ML/Feature_Tutorials/07-tiling-parameters/src_doc/graph_2D.h b/AI_Engine_Development/AIE-ML/Feature_Tutorials/07-tiling-parameters/src_doc/graph_2D.h index 93c097339d..2b8c25b635 100755 --- a/AI_Engine_Development/AIE-ML/Feature_Tutorials/07-tiling-parameters/src_doc/graph_2D.h +++ b/AI_Engine_Development/AIE-ML/Feature_Tutorials/07-tiling-parameters/src_doc/graph_2D.h @@ -12,7 +12,7 @@ private: public: adf::kernel k1, k2; - adf::port din; + adf::port din[1]; adf::port dout[2]; adf::shared_buffer mtxin; @@ -37,7 +37,7 @@ // Connections - adf::connect(din, mtxin.in[0]); + adf::connect(din[0], mtxin.in[0]); adf::write_access(mtxin.in[0]) = adf::tiling({.buffer_dimension = {128, 2}, .tiling_dimension = {128, 2}, .offset = {0,0}}); @@ -70,7 +70,7 @@ private: public: adf::kernel k1; - adf::port din; + adf::port din[1]; adf::port dout[1]; adf::shared_buffer mtxin; @@ -90,7 +90,7 @@ // Connections - adf::connect(din, mtxin.in[0]); + adf::connect(din[0], mtxin.in[0]); adf::write_access(mtxin.in[0]) = adf::tiling({.buffer_dimension = {128, 2}, .tiling_dimension = {128, 2}, .offset = {0, 0}}); @@ -114,7 +114,7 @@ private: public: adf::kernel k1; - adf::port din; + adf::port din[1]; adf::port dout[1]; adf::shared_buffer mtxin; @@ -133,7 +133,7 @@ adf::location(k1) = adf::tile(COL, 0); // Connections - adf::connect(din, mtxin.in[0]); + adf::connect(din[0], mtxin.in[0]); adf::write_access(mtxin.in[0]) = adf::tiling({.buffer_dimension = {16, 4}, .tiling_dimension = {16, 4}, .offset = {0, 0}}); @@ -156,7 +156,7 @@ private: public: adf::kernel k1,k2; - adf::port din; + adf::port din[2]; adf::port dout[2]; adf::shared_buffer mtxin1,mtxin2; @@ -184,7 +184,7 @@ adf::location(k2) = adf::tile(COL, 1); // k1 Connections - adf::connect(din, mtxin1.in[0]); + adf::connect(din[0], mtxin1.in[0]); adf::write_access(mtxin1.in[0]) = adf::tiling({.buffer_dimension = {32,1}, .tiling_dimension = {32,1}, .offset = {0, 0}}); @@ -199,7 +199,7 @@ adf::connect(k1.out[0], dout[0]); // k2 Connections - adf::connect(din, mtxin2.in[0]); + adf::connect(din[1], mtxin2.in[0]); adf::write_access(mtxin2.in[0]) = adf::tiling({.buffer_dimension = {32, 8}, .tiling_dimension = {32, 8}, .offset = {0, 0}}); diff --git a/AI_Engine_Development/AIE-ML/Feature_Tutorials/07-tiling-parameters/src_doc/graph_3D.h b/AI_Engine_Development/AIE-ML/Feature_Tutorials/07-tiling-parameters/src_doc/graph_3D.h index 9096315360..644f8ab822 100755 --- a/AI_Engine_Development/AIE-ML/Feature_Tutorials/07-tiling-parameters/src_doc/graph_3D.h +++ b/AI_Engine_Development/AIE-ML/Feature_Tutorials/07-tiling-parameters/src_doc/graph_3D.h @@ -12,7 +12,7 @@ class Graph1_3D : public adf::graph public: adf::kernel k1; - adf::port din; + adf::port din[1]; adf::port dout[1]; adf::shared_buffer mtxin; @@ -31,7 +31,7 @@ class Graph1_3D : public adf::graph adf::location(k1) = adf::tile(COL,0); // Connections - adf::connect (din,mtxin.in[0]); + adf::connect (din[0],mtxin.in[0]); adf::write_access(mtxin.in[0]) = adf::tiling({ .buffer_dimension = {32,4,2}, .tiling_dimension = {32,4,2}, @@ -56,7 +56,7 @@ class Graph2_3D : public adf::graph private: public: adf::kernel k1; - adf::port din; + adf::port din[1]; adf::port dout[1]; adf::shared_buffer mtxin; @@ -77,7 +77,7 @@ class Graph2_3D : public adf::graph adf::location(k1) = adf::tile(COL, 0); // Connections - adf::connect(din, mtxin.in[0]); + adf::connect(din[0], mtxin.in[0]); adf::write_access(mtxin.in[0]) = adf::tiling({ .buffer_dimension = {32,4,2}, .tiling_dimension = {32,4,2}, diff --git a/AI_Engine_Development/AIE-ML/Feature_Tutorials/07-tiling-parameters/src_doc/graph_4D.h b/AI_Engine_Development/AIE-ML/Feature_Tutorials/07-tiling-parameters/src_doc/graph_4D.h index ed5b4f22bf..efe62cccbe 100755 --- a/AI_Engine_Development/AIE-ML/Feature_Tutorials/07-tiling-parameters/src_doc/graph_4D.h +++ b/AI_Engine_Development/AIE-ML/Feature_Tutorials/07-tiling-parameters/src_doc/graph_4D.h @@ -12,7 +12,7 @@ class Graph1_4D : public adf::graph public: adf::kernel k1; - adf::port din; + adf::port din[1]; adf::port dout[1]; adf::shared_buffer mtxin; @@ -31,7 +31,7 @@ class Graph1_4D : public adf::graph adf::location(k1) = adf::tile(COL,0); // Connections - adf::connect (din,mtxin.in[0]); + adf::connect (din[0],mtxin.in[0]); adf::write_access(mtxin.in[0]) = adf::tiling({ .buffer_dimension = {4,4,4,4}, .tiling_dimension = {4,4,4,4}, diff --git a/AI_Engine_Development/AIE-ML/Feature_Tutorials/07-tiling-parameters/src_extbuf/graph.cpp b/AI_Engine_Development/AIE-ML/Feature_Tutorials/07-tiling-parameters/src_extbuf/graph.cpp index e650eaca99..5b37013039 100755 --- a/AI_Engine_Development/AIE-ML/Feature_Tutorials/07-tiling-parameters/src_extbuf/graph.cpp +++ b/AI_Engine_Development/AIE-ML/Feature_Tutorials/07-tiling-parameters/src_extbuf/graph.cpp @@ -12,97 +12,76 @@ Graph1<10> G1; int main(int argc, char ** argv) { // How many GMIOs in the graph - int Ngraphs = 1; int IterationLength = Dim0*Dim1*Dim2*Dim3; - int TotalLength = NIterations*IterationLength; - + int TotalLength = IterationLength; // *NIterations + // Allocate memory for input and output GMIOs - int **GMin,**GMout; + int *GMin,*GMout; - GMin = new int*[Ngraphs]; - for (int i = 0; i < Ngraphs; ++i) - { - GMin[i] = (int32*)adf::GMIO::malloc(TotalLength*sizeof(int32)); - } - GMout = new int*[Ngraphs]; - for (int i = 0; i < Ngraphs; ++i) - { - GMout[i] = (int32 *)adf::GMIO::malloc(TotalLength * sizeof(int32)); - } - // Initialize memory - for(int i = 0; i < Ngraphs; ++i) { - for (int j = 0; j < TotalLength; ++j) - { - GMin[i][j] = (i+1)*(j+1); - } - } - for (int i = 0; i < Ngraphs; ++i) - { - for (int j = 0; j < TotalLength; ++j) - { - GMout[i][j] = -999; - } - } - - G1.init(); + GMin = (int32*)adf::GMIO::malloc(TotalLength*sizeof(int32)); + GMout = (int32 *)adf::GMIO::malloc(TotalLength * sizeof(int32)); - for(int iter=0;iter #include #include #include @@ -50,8 +51,8 @@ int load_data_file(std::string fname,T * data,int L) int run(int argc, char *argv[]) { - int NGraphs = 1; - int NIter = 1; + // int NGraphs = 1; + int NIter = 2; if(argc != 2 && argc != 3) { std::cout << "Usage: " << argv[0] <<" [Number of iterations]" << std::endl; @@ -87,37 +88,35 @@ int run(int argc, char *argv[]) const int REPETITION = Dim2*Dim3; const int FRAME_LENGTH = TILE_SIZE*REPETITION; - xrt::aie::bo *InputBufferObject[NGraphs]; - xrt::aie::bo *OutputBufferObject[NGraphs]; + xrt::aie::bo *InputBufferObject; + xrt::aie::bo *OutputBufferObject; - int32_t* InputMem[NGraphs]; - int32_t* OutputMem[NGraphs]; + int32_t* InputMem; + int32_t* OutputMem; - xrt::aie::buffer *outbuf[NGraphs]; - xrt::aie::buffer *inbuf[NGraphs]; + xrt::aie::buffer *outbuf; + xrt::aie::buffer *inbuf; - for(int g=0;g: xrt::device object of the accelerator card. - // : Size of the buffer in bytes - // : xrt::bo::flags:: normal | cacheable | device_only | host_only | p2p | svm - // : Defines the memory bank on the device where the buffer should be allocated for IP access. The memory bank specified must match with the corresponding IP port's connection inside the .xclbin file. Otherwise you will get bad_alloc when running the application. - - InputBufferObject[g] = new xrt::aie::bo(device, FRAME_LENGTH * sizeof(int), xrt::bo::flags::normal, 0); - InputMem[g] = InputBufferObject[g]->map(); - for(int k=0;k: xrt::device object of the accelerator card. + // : Size of the buffer in bytes + // : xrt::bo::flags:: normal | cacheable | device_only | host_only | p2p | svm + // : Defines the memory bank on the device where the buffer should be allocated for IP access. The memory bank specified must match with the corresponding IP port's connection inside the .xclbin file. Otherwise you will get bad_alloc when running the application. + + InputBufferObject = new xrt::aie::bo(device, FRAME_LENGTH * sizeof(int), xrt::bo::flags::normal, 0); + InputMem = InputBufferObject->map(); + printf("Input memory virtual addr 0x%px\n",InputMem); + inbuf = new xrt::aie::buffer(device, xclbin_uuid, "G1.ddrin"); - OutputBufferObject[g] = new xrt::aie::bo(device, FRAME_LENGTH * sizeof(int), 0, 0); - OutputMem[g] = OutputBufferObject[g]->map(); - for (int k = 0; k < FRAME_LENGTH; k++) - OutputMem[g][k] = -999; - printf("Graph %d Input memory virtual addr 0x%px\n",g, OutputMem[g]); - } + OutputBufferObject = new xrt::aie::bo(device, FRAME_LENGTH * sizeof(int), 0, 0); + OutputMem = OutputBufferObject->map(); + printf("Output memory virtual addr 0x%px\n",OutputMem); + outbuf = new xrt::aie::buffer(device, xclbin_uuid, "G1.ddrout"); + // Storage for final comparison + int OverallInput[NIter*FRAME_LENGTH]; + int OverallOutput[NIter*FRAME_LENGTH]; ////////////////////////////////////////// @@ -128,105 +127,112 @@ int run(int argc, char *argv[]) auto cghdl = xrt::graph(device,xclbin_uuid,"G1"); cghdl.reset(); - printf("graph run\n"); - cghdl.run(NIter); - - - // Start the output buffers DMAs - for (int g = 0; g < NGraphs; g++) + for(int iter=0; iterasync(*OutputBufferObject[g], XCL_BO_SYNC_BO_AIE_TO_GMIO, FRAME_LENGTH * sizeof(int), /*offset*/ 0); - } + // Input/Output array initialization + int offset = iter*FRAME_LENGTH; + for(int k=0;kasync(*InputBufferObject[g], XCL_BO_SYNC_BO_GMIO_TO_AIE, FRAME_LENGTH * sizeof(int), /*offset*/ 0); - } + printf("graph runs for 1 iteration\n"); + cghdl.run(1); - // Wait for the end of Output buffer DMAs - for (int g = 0; g < NGraphs; g++) - { - outbuf[g]->wait(); + // Start the output buffers DMAs + outbuf->async(*OutputBufferObject, XCL_BO_SYNC_BO_AIE_TO_GMIO, FRAME_LENGTH * sizeof(int), /*offset*/ 0); + + // Start the input buffers DMAs + inbuf->async(*InputBufferObject, XCL_BO_SYNC_BO_GMIO_TO_AIE, FRAME_LENGTH * sizeof(int), /*offset*/ 0); + + // Wait for the end of Input and Output buffer DMAs + inbuf->wait(); + memcpy(&OverallInput[iter*FRAME_LENGTH],InputMem,FRAME_LENGTH*sizeof(int)); + + outbuf->wait(); + memcpy(&OverallOutput[iter*FRAME_LENGTH],OutputMem,FRAME_LENGTH*sizeof(int)); + + for (int k=0;k (" << inrow << "," << incol << ")"; - cout << " insample=k=" << insample << " [" << InputMem[g][insample] << "] --> (" << outrow << "," << outcol << ")" ; - cout << " outsample=" << outsample << " [" << OutputMem[g][outsample] << "]" << endl; - } - if(match==11) - cout << "..." << endl; - match++; - } + cout << " Iter=" << it << " Rep=" << rep << " k=" << k; + cout << " --> (" << inrow << "," << incol << ")"; + cout << " insample=" << insample << " [" << OverallInput[insample] << "] --> (" << outrow << "," << outcol << ")" ; + cout << " outsample=" << outsample << " [" << OverallOutput[outsample] << "]" << endl; } + if(match==11) + cout << "..." << endl; + match++; } - } } + + + } - std::cout << "\n\nDisplays Input and Output" << std::endl; - for (int g = 0; g < NGraphs; g++) + std::cout << "\n\nDisplays Input and Output" << std::endl; + iter_offset = 0; + for (int it = 0; it < NIter; it++, iter_offset += FRAME_LENGTH) + { + int rep_offset = 0; + for (int rep = 0; rep < REPETITION; rep++, rep_offset += TILE_SIZE) { - int iter_offset = 0; - for (int it = 0; it < NIter; it++, iter_offset += FRAME_LENGTH) + int L = 8; + for (int k = 0; k < TILE_SIZE; k+=L) { - int rep_offset = 0; - for (int rep = 0; rep < REPETITION; rep++, rep_offset += TILE_SIZE) - { - int L = 8; - for (int k = 0; k < TILE_SIZE; k+=L) - { - for (int j = 0; j < L; j++) - cout << setw(5) << InputMem[g][k + j + iter_offset + rep_offset]; - cout << " "; - for (int j = 0; j < L; j++) - cout << setw(5) << OutputMem[g][k + j + iter_offset + rep_offset]; + for (int j = 0; j < L; j++) + cout << setw(5) << OverallInput[k + j + iter_offset + rep_offset]; + cout << " "; + for (int j = 0; j < L; j++) + cout << setw(5) << OverallOutput[k + j + iter_offset + rep_offset]; - cout << std::endl; + cout << std::endl; - if (k % TILE_SIZE == TILE_SIZE - L) - cout << std::endl; + if (k % TILE_SIZE == TILE_SIZE - L) + cout << std::endl; - } - } } } + } + return ((match) != 0); - } +} int main(int argc, char* argv[]) { diff --git a/AI_Engine_Development/AIE-ML/Feature_Tutorials/13-aie-ml-performance-analysis/README.md b/AI_Engine_Development/AIE-ML/Feature_Tutorials/13-aie-ml-performance-analysis/README.md index 7a98f3b14a..477842c0b4 100644 --- a/AI_Engine_Development/AIE-ML/Feature_Tutorials/13-aie-ml-performance-analysis/README.md +++ b/AI_Engine_Development/AIE-ML/Feature_Tutorials/13-aie-ml-performance-analysis/README.md @@ -15,22 +15,22 @@ # AIE-ML Performance Analysis Tutorial -***Version: Vitis 2025.1*** +***Version: Vitis 2025.2*** This tutorial introduces you on design partitioning into AIE-ML device. By various performance analysis techniques introduced, the design is optimized. The performance is also verified in hardware in each optimization step. ->**IMPORTANT**: Before beginning the tutorial make sure you have installed the Vitis software platform 2025.1. The Vitis release includes all the embedded base platforms including the VEK280 base platform that is used in this tutorial. In addition, ensure that you have downloaded the Common Images for Embedded Vitis Platforms from [this link](https://www.xilinx.com/support/download/index.html/content/xilinx/en/downloadNav/embedded-platforms.html). +>**IMPORTANT**: Before beginning the tutorial make sure you have installed the Vitis software platform 2025.2. The Vitis release includes all the embedded base platforms including the VEK280 base platform that is used in this tutorial. In addition, ensure that you have downloaded the Common Images for Embedded Vitis Platforms from [this link](https://www.xilinx.com/support/download/index.html/content/xilinx/en/downloadNav/embedded-platforms.html). The ‘common image’ package contains a prebuilt Linux kernel and root file system that can be used with the AMD Versal™ board for embedded design development using the Vitis tools. Before starting this tutorial, run the following steps: 1. Go to the directory where you have unzipped the Versal Common Image package. -2. In a Bash shell, run the `/**Common Images Dir**/xilinx-versal-common-v2025.1/environment-setup-cortexa72-cortexa53-amd-linux` script. This script sets up the SDKTARGETSYSROOT and CXX variables. If the script is not present, you must run the `/**Common Images Dir**/xilinx-versal-common-v2025.1/sdk.sh`. -3. Set up your ROOTFS and IMAGE to point to the `rootfs.ext4` and Image files located in the `/**Common Images Dir**/xilinx-versal-common-v2025.1` directory. +2. In a Bash shell, run the `/**Common Images Dir**/xilinx-versal-common-v2025.2/environment-setup-cortexa72-cortexa53-amd-linux` script. This script sets up the SDKTARGETSYSROOT and CXX variables. If the script is not present, you must run the `/**Common Images Dir**/xilinx-versal-common-v2025.2/sdk.sh`. +3. Set up your ROOTFS and IMAGE to point to the `rootfs.ext4` and Image files located in the `/**Common Images Dir**/xilinx-versal-common-v2025.2` directory. 4. Set up your PLATFORM_REPO_PATHS environment variable to `$XILINX_VITIS/base_platforms`. -This tutorial targets VEK280 board for 2025.1 version. +This tutorial targets VEK280 board for 2025.2 version. ## Objectives @@ -53,7 +53,7 @@ Where: $$ {\mu}=\sum_{i=0}^{ROW}\sum_{i=0}^{COL}{x} / {(ROW*COL)} $$ -$$\sigma=\sqrt{{\sum_{i=0}^{ROW}\sum_{i=0}^{COL}{{(x-\mu)}^2}} / {(ROW\*COL-1)}} \approx \sqrt{\sum_{i=0}^{ROW}\sum_{i=0}^{COL}{{(x-\mu)}^2} / {(ROW*COL)}} $$ +$$\sigma=\sqrt{{\sum_{i=0}^{ROW}\sum_{i=0}^{COL}{{(x-\mu)}^2}} / {(ROW*COL-1)}} \approx \sqrt{\sum_{i=0}^{ROW}\sum_{i=0}^{COL}{{(x-\mu)}^2} / {(ROW*COL)}} $$ For designs in the tutorial, following specifications are chosen: diff --git a/AI_Engine_Development/AIE-ML/Feature_Tutorials/13-aie-ml-performance-analysis/normalization_v1/Makefile b/AI_Engine_Development/AIE-ML/Feature_Tutorials/13-aie-ml-performance-analysis/normalization_v1/Makefile index 3bf5563b98..444d83b9de 100644 --- a/AI_Engine_Development/AIE-ML/Feature_Tutorials/13-aie-ml-performance-analysis/normalization_v1/Makefile +++ b/AI_Engine_Development/AIE-ML/Feature_Tutorials/13-aie-ml-performance-analysis/normalization_v1/Makefile @@ -3,7 +3,7 @@ #SPDX-License-Identifier: MIT TARGET = hw -PLATFORM = ${PLATFORM_REPO_PATHS}/xilinx_vek280_base_202510_1/xilinx_vek280_base_202510_1.xpfm +PLATFORM = ${PLATFORM_REPO_PATHS}/xilinx_vek280_base_202520_1/xilinx_vek280_base_202520_1.xpfm XSA = vek280_aie_base_graph_${TARGET}.xsa HOST_EXE = host.exe diff --git a/AI_Engine_Development/AIE-ML/Feature_Tutorials/13-aie-ml-performance-analysis/normalization_v1/aie/graph.h b/AI_Engine_Development/AIE-ML/Feature_Tutorials/13-aie-ml-performance-analysis/normalization_v1/aie/graph.h index 28a87aeca8..6836d22954 100755 --- a/AI_Engine_Development/AIE-ML/Feature_Tutorials/13-aie-ml-performance-analysis/normalization_v1/aie/graph.h +++ b/AI_Engine_Development/AIE-ML/Feature_Tutorials/13-aie-ml-performance-analysis/normalization_v1/aie/graph.h @@ -56,9 +56,9 @@ public : connect(k_norm.out[0], out.in[0]); dimensions(k_mean.in[0])={K_ROW*K_COL};//elements - dimensions(k_mean.out[0])={1};//elements + dimensions(k_mean.out[0])={2};//elements dimensions(k_deviation.in[0])={K_ROW*K_COL};//elements - dimensions(k_deviation.in[1])={1};//elements + dimensions(k_deviation.in[1])={2};//elements dimensions(k_deviation.out[0])={2};//elements dimensions(k_norm.in[0])={K_ROW*K_COL};//elements dimensions(k_norm.in[1])={2};//elements diff --git a/AI_Engine_Development/AIE-ML/Feature_Tutorials/13-aie-ml-performance-analysis/normalization_v1/pl_kernels/Makefile b/AI_Engine_Development/AIE-ML/Feature_Tutorials/13-aie-ml-performance-analysis/normalization_v1/pl_kernels/Makefile index e4c9dd6f31..635642ccb9 100755 --- a/AI_Engine_Development/AIE-ML/Feature_Tutorials/13-aie-ml-performance-analysis/normalization_v1/pl_kernels/Makefile +++ b/AI_Engine_Development/AIE-ML/Feature_Tutorials/13-aie-ml-performance-analysis/normalization_v1/pl_kernels/Makefile @@ -2,7 +2,7 @@ #Copyright (C) 2023, Advanced Micro Devices, Inc. All rights reserved. #SPDX-License-Identifier: MIT -PLATFORM = ${PLATFORM_REPO_PATHS}/xilinx_vek280_base_202510_1/xilinx_vek280_base_202510_1.xpfm +PLATFORM = ${PLATFORM_REPO_PATHS}/xilinx_vek280_base_202520_1/xilinx_vek280_base_202520_1.xpfm .PHONY: clean diff --git a/AI_Engine_Development/AIE-ML/Feature_Tutorials/13-aie-ml-performance-analysis/normalization_v1/sw/Makefile b/AI_Engine_Development/AIE-ML/Feature_Tutorials/13-aie-ml-performance-analysis/normalization_v1/sw/Makefile index 16d279f0b9..6965a19661 100755 --- a/AI_Engine_Development/AIE-ML/Feature_Tutorials/13-aie-ml-performance-analysis/normalization_v1/sw/Makefile +++ b/AI_Engine_Development/AIE-ML/Feature_Tutorials/13-aie-ml-performance-analysis/normalization_v1/sw/Makefile @@ -6,7 +6,7 @@ HOST_EXE = ../host.exe HOST_INC = -I../ -I../aie HOST_OBJ = host.o AIE_CTRL_CPP = ../Work/ps/c_rts/aie_control_xrt.cpp -SYSROOT = ${PLATFORM_REPO_PATHS}/sw/versal/xilinx-versal-common-v2025.1/sysroots/aarch64-amd-linux/ +SYSROOT = ${PLATFORM_REPO_PATHS}/sw/versal/xilinx-versal-common-v2025.2/sysroots/aarch64-amd-linux/ CXXFLAGS += -std=c++17 -I$(XILINX_HLS)/include/ -I${SYSROOT}/usr/include/xrt/ -g -Wall -c -fmessage-length=0 --sysroot=${SYSROOT} -I${XILINX_VITIS}/aietools/include ${HOST_INC} diff --git a/AI_Engine_Development/AIE-ML/Feature_Tutorials/13-aie-ml-performance-analysis/normalization_v2/Makefile b/AI_Engine_Development/AIE-ML/Feature_Tutorials/13-aie-ml-performance-analysis/normalization_v2/Makefile index 7371c1eb13..4620b431ab 100644 --- a/AI_Engine_Development/AIE-ML/Feature_Tutorials/13-aie-ml-performance-analysis/normalization_v2/Makefile +++ b/AI_Engine_Development/AIE-ML/Feature_Tutorials/13-aie-ml-performance-analysis/normalization_v2/Makefile @@ -3,7 +3,7 @@ #SPDX-License-Identifier: MIT TARGET = hw -PLATFORM = ${PLATFORM_REPO_PATHS}/xilinx_vek280_base_202510_1/xilinx_vek280_base_202510_1.xpfm +PLATFORM = ${PLATFORM_REPO_PATHS}/xilinx_vek280_base_202520_1/xilinx_vek280_base_202520_1.xpfm XSA = vek280_aie_base_graph_${TARGET}.xsa HOST_EXE = host.exe diff --git a/AI_Engine_Development/AIE-ML/Feature_Tutorials/13-aie-ml-performance-analysis/normalization_v2/aie/graph.h b/AI_Engine_Development/AIE-ML/Feature_Tutorials/13-aie-ml-performance-analysis/normalization_v2/aie/graph.h index 3a0d79c9a4..f71fec3fc6 100755 --- a/AI_Engine_Development/AIE-ML/Feature_Tutorials/13-aie-ml-performance-analysis/normalization_v2/aie/graph.h +++ b/AI_Engine_Development/AIE-ML/Feature_Tutorials/13-aie-ml-performance-analysis/normalization_v2/aie/graph.h @@ -58,9 +58,9 @@ public : connect(k_norm.out[0], out.in[0]); dimensions(k_mean.in[0])={K_ROW*K_COL};//elements - dimensions(k_mean.out[0])={1}; + dimensions(k_mean.out[0])={2}; dimensions(k_deviation.in[0])={K_ROW*K_COL}; - dimensions(k_deviation.in[1])={1}; + dimensions(k_deviation.in[1])={2}; dimensions(k_deviation.out[0])={2}; dimensions(k_norm.in[0])={K_ROW*K_COL}; dimensions(k_norm.in[1])={2}; diff --git a/AI_Engine_Development/AIE-ML/Feature_Tutorials/13-aie-ml-performance-analysis/normalization_v2/pl_kernels/Makefile b/AI_Engine_Development/AIE-ML/Feature_Tutorials/13-aie-ml-performance-analysis/normalization_v2/pl_kernels/Makefile index e4c9dd6f31..635642ccb9 100755 --- a/AI_Engine_Development/AIE-ML/Feature_Tutorials/13-aie-ml-performance-analysis/normalization_v2/pl_kernels/Makefile +++ b/AI_Engine_Development/AIE-ML/Feature_Tutorials/13-aie-ml-performance-analysis/normalization_v2/pl_kernels/Makefile @@ -2,7 +2,7 @@ #Copyright (C) 2023, Advanced Micro Devices, Inc. All rights reserved. #SPDX-License-Identifier: MIT -PLATFORM = ${PLATFORM_REPO_PATHS}/xilinx_vek280_base_202510_1/xilinx_vek280_base_202510_1.xpfm +PLATFORM = ${PLATFORM_REPO_PATHS}/xilinx_vek280_base_202520_1/xilinx_vek280_base_202520_1.xpfm .PHONY: clean diff --git a/AI_Engine_Development/AIE-ML/Feature_Tutorials/13-aie-ml-performance-analysis/normalization_v2/sw/Makefile b/AI_Engine_Development/AIE-ML/Feature_Tutorials/13-aie-ml-performance-analysis/normalization_v2/sw/Makefile index 16d279f0b9..6965a19661 100755 --- a/AI_Engine_Development/AIE-ML/Feature_Tutorials/13-aie-ml-performance-analysis/normalization_v2/sw/Makefile +++ b/AI_Engine_Development/AIE-ML/Feature_Tutorials/13-aie-ml-performance-analysis/normalization_v2/sw/Makefile @@ -6,7 +6,7 @@ HOST_EXE = ../host.exe HOST_INC = -I../ -I../aie HOST_OBJ = host.o AIE_CTRL_CPP = ../Work/ps/c_rts/aie_control_xrt.cpp -SYSROOT = ${PLATFORM_REPO_PATHS}/sw/versal/xilinx-versal-common-v2025.1/sysroots/aarch64-amd-linux/ +SYSROOT = ${PLATFORM_REPO_PATHS}/sw/versal/xilinx-versal-common-v2025.2/sysroots/aarch64-amd-linux/ CXXFLAGS += -std=c++17 -I$(XILINX_HLS)/include/ -I${SYSROOT}/usr/include/xrt/ -g -Wall -c -fmessage-length=0 --sysroot=${SYSROOT} -I${XILINX_VITIS}/aietools/include ${HOST_INC} diff --git a/AI_Engine_Development/AIE-ML/Feature_Tutorials/13-aie-ml-performance-analysis/normalization_v3/Makefile b/AI_Engine_Development/AIE-ML/Feature_Tutorials/13-aie-ml-performance-analysis/normalization_v3/Makefile index 7371c1eb13..4620b431ab 100644 --- a/AI_Engine_Development/AIE-ML/Feature_Tutorials/13-aie-ml-performance-analysis/normalization_v3/Makefile +++ b/AI_Engine_Development/AIE-ML/Feature_Tutorials/13-aie-ml-performance-analysis/normalization_v3/Makefile @@ -3,7 +3,7 @@ #SPDX-License-Identifier: MIT TARGET = hw -PLATFORM = ${PLATFORM_REPO_PATHS}/xilinx_vek280_base_202510_1/xilinx_vek280_base_202510_1.xpfm +PLATFORM = ${PLATFORM_REPO_PATHS}/xilinx_vek280_base_202520_1/xilinx_vek280_base_202520_1.xpfm XSA = vek280_aie_base_graph_${TARGET}.xsa HOST_EXE = host.exe diff --git a/AI_Engine_Development/AIE-ML/Feature_Tutorials/13-aie-ml-performance-analysis/normalization_v3/aie/mean_dev_norm_first.cc b/AI_Engine_Development/AIE-ML/Feature_Tutorials/13-aie-ml-performance-analysis/normalization_v3/aie/mean_dev_norm_first.cc index 8eef632169..281c1e684a 100644 --- a/AI_Engine_Development/AIE-ML/Feature_Tutorials/13-aie-ml-performance-analysis/normalization_v3/aie/mean_dev_norm_first.cc +++ b/AI_Engine_Development/AIE-ML/Feature_Tutorials/13-aie-ml-performance-analysis/normalization_v3/aie/mean_dev_norm_first.cc @@ -6,7 +6,7 @@ SPDX-License-Identifier: MIT #include #include using namespace adf; -alignas(aie::vector_decl_align) static float accum_zero[32]={0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0}; +alignas(aie::vector_decl_align) /*static*/ float accum_zero[32]={0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0}; static bfloat16 mean_val=0; static bfloat16 dev_val=0; diff --git a/AI_Engine_Development/AIE-ML/Feature_Tutorials/13-aie-ml-performance-analysis/normalization_v3/aie/mean_dev_norm_last.cc b/AI_Engine_Development/AIE-ML/Feature_Tutorials/13-aie-ml-performance-analysis/normalization_v3/aie/mean_dev_norm_last.cc index cab5471f5c..af40e4bfe9 100644 --- a/AI_Engine_Development/AIE-ML/Feature_Tutorials/13-aie-ml-performance-analysis/normalization_v3/aie/mean_dev_norm_last.cc +++ b/AI_Engine_Development/AIE-ML/Feature_Tutorials/13-aie-ml-performance-analysis/normalization_v3/aie/mean_dev_norm_last.cc @@ -6,7 +6,7 @@ SPDX-License-Identifier: MIT #include #include using namespace adf; -alignas(aie::vector_decl_align) static float accum_zero[32]={0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0}; +alignas(aie::vector_decl_align) /*static*/ float accum_zero[32]={0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0}; static bfloat16 mean_val=0; static bfloat16 dev_val=0; diff --git a/AI_Engine_Development/AIE-ML/Feature_Tutorials/13-aie-ml-performance-analysis/normalization_v3/aie/mean_dev_norm_middle.cc b/AI_Engine_Development/AIE-ML/Feature_Tutorials/13-aie-ml-performance-analysis/normalization_v3/aie/mean_dev_norm_middle.cc index ca9fea6a31..52125126bb 100644 --- a/AI_Engine_Development/AIE-ML/Feature_Tutorials/13-aie-ml-performance-analysis/normalization_v3/aie/mean_dev_norm_middle.cc +++ b/AI_Engine_Development/AIE-ML/Feature_Tutorials/13-aie-ml-performance-analysis/normalization_v3/aie/mean_dev_norm_middle.cc @@ -6,7 +6,7 @@ SPDX-License-Identifier: MIT #include #include using namespace adf; -alignas(aie::vector_decl_align) static float accum_zero[32]={0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0}; +alignas(aie::vector_decl_align) /*static*/ float accum_zero[32]={0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0}; static bfloat16 mean_val=0; static bfloat16 dev_val=0; diff --git a/AI_Engine_Development/AIE-ML/Feature_Tutorials/13-aie-ml-performance-analysis/normalization_v3/pl_kernels/Makefile b/AI_Engine_Development/AIE-ML/Feature_Tutorials/13-aie-ml-performance-analysis/normalization_v3/pl_kernels/Makefile index e4c9dd6f31..635642ccb9 100755 --- a/AI_Engine_Development/AIE-ML/Feature_Tutorials/13-aie-ml-performance-analysis/normalization_v3/pl_kernels/Makefile +++ b/AI_Engine_Development/AIE-ML/Feature_Tutorials/13-aie-ml-performance-analysis/normalization_v3/pl_kernels/Makefile @@ -2,7 +2,7 @@ #Copyright (C) 2023, Advanced Micro Devices, Inc. All rights reserved. #SPDX-License-Identifier: MIT -PLATFORM = ${PLATFORM_REPO_PATHS}/xilinx_vek280_base_202510_1/xilinx_vek280_base_202510_1.xpfm +PLATFORM = ${PLATFORM_REPO_PATHS}/xilinx_vek280_base_202520_1/xilinx_vek280_base_202520_1.xpfm .PHONY: clean diff --git a/AI_Engine_Development/AIE-ML/Feature_Tutorials/13-aie-ml-performance-analysis/normalization_v3/sw/Makefile b/AI_Engine_Development/AIE-ML/Feature_Tutorials/13-aie-ml-performance-analysis/normalization_v3/sw/Makefile index 16d279f0b9..6965a19661 100755 --- a/AI_Engine_Development/AIE-ML/Feature_Tutorials/13-aie-ml-performance-analysis/normalization_v3/sw/Makefile +++ b/AI_Engine_Development/AIE-ML/Feature_Tutorials/13-aie-ml-performance-analysis/normalization_v3/sw/Makefile @@ -6,7 +6,7 @@ HOST_EXE = ../host.exe HOST_INC = -I../ -I../aie HOST_OBJ = host.o AIE_CTRL_CPP = ../Work/ps/c_rts/aie_control_xrt.cpp -SYSROOT = ${PLATFORM_REPO_PATHS}/sw/versal/xilinx-versal-common-v2025.1/sysroots/aarch64-amd-linux/ +SYSROOT = ${PLATFORM_REPO_PATHS}/sw/versal/xilinx-versal-common-v2025.2/sysroots/aarch64-amd-linux/ CXXFLAGS += -std=c++17 -I$(XILINX_HLS)/include/ -I${SYSROOT}/usr/include/xrt/ -g -Wall -c -fmessage-length=0 --sysroot=${SYSROOT} -I${XILINX_VITIS}/aietools/include ${HOST_INC} diff --git a/AI_Engine_Development/AIE-ML/Feature_Tutorials/13-aie-ml-performance-analysis/normalization_v4/Makefile b/AI_Engine_Development/AIE-ML/Feature_Tutorials/13-aie-ml-performance-analysis/normalization_v4/Makefile index 7371c1eb13..4620b431ab 100644 --- a/AI_Engine_Development/AIE-ML/Feature_Tutorials/13-aie-ml-performance-analysis/normalization_v4/Makefile +++ b/AI_Engine_Development/AIE-ML/Feature_Tutorials/13-aie-ml-performance-analysis/normalization_v4/Makefile @@ -3,7 +3,7 @@ #SPDX-License-Identifier: MIT TARGET = hw -PLATFORM = ${PLATFORM_REPO_PATHS}/xilinx_vek280_base_202510_1/xilinx_vek280_base_202510_1.xpfm +PLATFORM = ${PLATFORM_REPO_PATHS}/xilinx_vek280_base_202520_1/xilinx_vek280_base_202520_1.xpfm XSA = vek280_aie_base_graph_${TARGET}.xsa HOST_EXE = host.exe diff --git a/AI_Engine_Development/AIE-ML/Feature_Tutorials/13-aie-ml-performance-analysis/normalization_v4/aie/mean_dev_norm_first.cc b/AI_Engine_Development/AIE-ML/Feature_Tutorials/13-aie-ml-performance-analysis/normalization_v4/aie/mean_dev_norm_first.cc index 8eef632169..281c1e684a 100644 --- a/AI_Engine_Development/AIE-ML/Feature_Tutorials/13-aie-ml-performance-analysis/normalization_v4/aie/mean_dev_norm_first.cc +++ b/AI_Engine_Development/AIE-ML/Feature_Tutorials/13-aie-ml-performance-analysis/normalization_v4/aie/mean_dev_norm_first.cc @@ -6,7 +6,7 @@ SPDX-License-Identifier: MIT #include #include using namespace adf; -alignas(aie::vector_decl_align) static float accum_zero[32]={0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0}; +alignas(aie::vector_decl_align) /*static*/ float accum_zero[32]={0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0}; static bfloat16 mean_val=0; static bfloat16 dev_val=0; diff --git a/AI_Engine_Development/AIE-ML/Feature_Tutorials/13-aie-ml-performance-analysis/normalization_v4/aie/mean_dev_norm_last.cc b/AI_Engine_Development/AIE-ML/Feature_Tutorials/13-aie-ml-performance-analysis/normalization_v4/aie/mean_dev_norm_last.cc index cab5471f5c..af40e4bfe9 100644 --- a/AI_Engine_Development/AIE-ML/Feature_Tutorials/13-aie-ml-performance-analysis/normalization_v4/aie/mean_dev_norm_last.cc +++ b/AI_Engine_Development/AIE-ML/Feature_Tutorials/13-aie-ml-performance-analysis/normalization_v4/aie/mean_dev_norm_last.cc @@ -6,7 +6,7 @@ SPDX-License-Identifier: MIT #include #include using namespace adf; -alignas(aie::vector_decl_align) static float accum_zero[32]={0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0}; +alignas(aie::vector_decl_align) /*static*/ float accum_zero[32]={0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0}; static bfloat16 mean_val=0; static bfloat16 dev_val=0; diff --git a/AI_Engine_Development/AIE-ML/Feature_Tutorials/13-aie-ml-performance-analysis/normalization_v4/aie/mean_dev_norm_middle.cc b/AI_Engine_Development/AIE-ML/Feature_Tutorials/13-aie-ml-performance-analysis/normalization_v4/aie/mean_dev_norm_middle.cc index ca9fea6a31..52125126bb 100644 --- a/AI_Engine_Development/AIE-ML/Feature_Tutorials/13-aie-ml-performance-analysis/normalization_v4/aie/mean_dev_norm_middle.cc +++ b/AI_Engine_Development/AIE-ML/Feature_Tutorials/13-aie-ml-performance-analysis/normalization_v4/aie/mean_dev_norm_middle.cc @@ -6,7 +6,7 @@ SPDX-License-Identifier: MIT #include #include using namespace adf; -alignas(aie::vector_decl_align) static float accum_zero[32]={0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0}; +alignas(aie::vector_decl_align) /*static*/ float accum_zero[32]={0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0}; static bfloat16 mean_val=0; static bfloat16 dev_val=0; diff --git a/AI_Engine_Development/AIE-ML/Feature_Tutorials/13-aie-ml-performance-analysis/normalization_v4/pl_kernels/Makefile b/AI_Engine_Development/AIE-ML/Feature_Tutorials/13-aie-ml-performance-analysis/normalization_v4/pl_kernels/Makefile index e4c9dd6f31..635642ccb9 100755 --- a/AI_Engine_Development/AIE-ML/Feature_Tutorials/13-aie-ml-performance-analysis/normalization_v4/pl_kernels/Makefile +++ b/AI_Engine_Development/AIE-ML/Feature_Tutorials/13-aie-ml-performance-analysis/normalization_v4/pl_kernels/Makefile @@ -2,7 +2,7 @@ #Copyright (C) 2023, Advanced Micro Devices, Inc. All rights reserved. #SPDX-License-Identifier: MIT -PLATFORM = ${PLATFORM_REPO_PATHS}/xilinx_vek280_base_202510_1/xilinx_vek280_base_202510_1.xpfm +PLATFORM = ${PLATFORM_REPO_PATHS}/xilinx_vek280_base_202520_1/xilinx_vek280_base_202520_1.xpfm .PHONY: clean diff --git a/AI_Engine_Development/AIE-ML/Feature_Tutorials/13-aie-ml-performance-analysis/normalization_v4/sw/Makefile b/AI_Engine_Development/AIE-ML/Feature_Tutorials/13-aie-ml-performance-analysis/normalization_v4/sw/Makefile index 16d279f0b9..6965a19661 100755 --- a/AI_Engine_Development/AIE-ML/Feature_Tutorials/13-aie-ml-performance-analysis/normalization_v4/sw/Makefile +++ b/AI_Engine_Development/AIE-ML/Feature_Tutorials/13-aie-ml-performance-analysis/normalization_v4/sw/Makefile @@ -6,7 +6,7 @@ HOST_EXE = ../host.exe HOST_INC = -I../ -I../aie HOST_OBJ = host.o AIE_CTRL_CPP = ../Work/ps/c_rts/aie_control_xrt.cpp -SYSROOT = ${PLATFORM_REPO_PATHS}/sw/versal/xilinx-versal-common-v2025.1/sysroots/aarch64-amd-linux/ +SYSROOT = ${PLATFORM_REPO_PATHS}/sw/versal/xilinx-versal-common-v2025.2/sysroots/aarch64-amd-linux/ CXXFLAGS += -std=c++17 -I$(XILINX_HLS)/include/ -I${SYSROOT}/usr/include/xrt/ -g -Wall -c -fmessage-length=0 --sysroot=${SYSROOT} -I${XILINX_VITIS}/aietools/include ${HOST_INC} diff --git a/AI_Engine_Development/AIE-ML/Feature_Tutorials/20-aiecompiler-features/README.md b/AI_Engine_Development/AIE-ML/Feature_Tutorials/20-aiecompiler-features/README.md index 353838bdcc..df23377a38 100755 --- a/AI_Engine_Development/AIE-ML/Feature_Tutorials/20-aiecompiler-features/README.md +++ b/AI_Engine_Development/AIE-ML/Feature_Tutorials/20-aiecompiler-features/README.md @@ -15,18 +15,18 @@ # AI Engine Compiler Features -***Version: Vitis 2025.1*** +***Version: Vitis 2025.2*** ## Introduction This tutorial targets AIE-ML device, but shares test cases and description files with [AIE 20-aiecompiler-features](../../../AIE/Feature_Tutorials/20-aiecompiler-features). ->**IMPORTANT**: Before beginning the tutorial make sure you have installed the AMD Vitis™ 2025.1 software. The Vitis release includes all the embedded base platforms including the VEK280 base platform that is used in this tutorial. +>**IMPORTANT**: Before beginning the tutorial make sure you have installed the AMD Vitis™ 2025.2 software. The Vitis release includes all the embedded base platforms including the VEK280 base platform that is used in this tutorial. Set up your PLATFORM_REPO_PATHS environment variable to ``$XILINX_VITIS/base_platforms``. -This tutorial targets VEK280 board for 2025.1/ version. +This tutorial targets VEK280 board. ## Objectives diff --git a/AI_Engine_Development/AIE-ML/README.md b/AI_Engine_Development/AIE-ML/README.md index a97c173f55..55ff965f34 100644 --- a/AI_Engine_Development/AIE-ML/README.md +++ b/AI_Engine_Development/AIE-ML/README.md @@ -23,15 +23,15 @@ The tutorials under the AI Engine for Machine Learning (AIE-ML) Development help - The AIE-ML Development [**Design Tutorials**](./Design_Tutorials/) showcase the two major phases of AI Engine-ML application development: architecting the application and developing the kernels. Both phases are demonstrated in these tutorials. ->**IMPORTANT**: Before beginning a tutorial, ensure you have installed the AMD Vitis™ 2025.1 software. The Vitis release includes all the embedded base platforms, including the VEK280 base platform that is used in these tutorials. In addition, ensure you have downloaded the Common Images for Embedded Vitis Platforms from [Downloads](https://www.xilinx.com/support/download/index.html/content/xilinx/en/downloadNav/embedded-platforms.html). +>**IMPORTANT**: Before beginning a tutorial, ensure you have installed the AMD Vitis™ 2025.2 software. The Vitis release includes all the embedded base platforms, including the VEK280 base platform that is used in these tutorials. In addition, ensure you have downloaded the Common Images for Embedded Vitis Platforms from [Downloads](https://www.xilinx.com/support/download/index.html/content/xilinx/en/downloadNav/embedded-platforms.html). The `common image` package contains a prebuilt Linux kernel and root file system that can be used with the AMD Versal™ board for embedded design development using the Vitis software platform. Before starting a tutorial, run the following steps: 1. Go to the directory where you have unzipped the Versal Common Image package. -2. In a Bash shell, run the `/Common Images Dir/xilinx-versal-common-v2025.1/environment-setup-cortexa72-cortexa53-amd-linux` script. This script sets up the SDKTARGETSYSROOT and CXX variables. If the script is not present, you must run `/Common Images Dir/xilinx-versal-common-v2025.1/sdk.sh`. -3. Set up your ROOTFS and IMAGE to point to the `rootfs.ext4` and Image files located in the `/Common Images Dir/xilinx-versal-common-v2025.1` directory. +2. In a Bash shell, run the `/Common Images Dir/xilinx-versal-common-v2025.2/environment-setup-cortexa72-cortexa53-amd-linux` script. This script sets up the SDKTARGETSYSROOT and CXX variables. If the script is not present, you must run `/Common Images Dir/xilinx-versal-common-v2025.2/sdk.sh`. +3. Set up your ROOTFS and IMAGE to point to the `rootfs.ext4` and Image files located in the `/Common Images Dir/xilinx-versal-common-v2025.2` directory. 4. Set up your PLATFORM_REPO_PATHS environment variable to `$XILINX_VITIS/base_platforms`. ### Feature Tutorials diff --git a/AI_Engine_Development/AIE-MLv2/Design_Tutorials/01-Radio-ML/Makefile b/AI_Engine_Development/AIE-MLv2/Design_Tutorials/01-Radio-ML/Makefile new file mode 100644 index 0000000000..0ddd314cbc --- /dev/null +++ b/AI_Engine_Development/AIE-MLv2/Design_Tutorials/01-Radio-ML/Makefile @@ -0,0 +1,37 @@ +# +# Copyright (C) 2024, Advanced Micro Devices, Inc. All rights reserved. +# SPDX-License-Identifier: MIT +# +# Author: Faisal El-Shabani +# + +export TARGET ?= hw_emu +export SYSROOT = ${YOCTO_ARTIFACTS}/amd-cortexa78-mali-common_meta-edf-app-sdk/sdk/sysroots/cortexa72-cortexa53-amd-linux + +export PLATFORM = ${PLATFORM_REPO_PATHS}/vek385_base_reva/vek385_base_reva.xpfm + +############## +# Build Flow # +############## +.PHONY: help clean all + +help: + @echo "Makefile Usage:" + @echo "Run 'make my-venv' to build a Python Virtual Environment for this tutorial" + @echo "Afterwards run 'make all' to build the design for AIE-ML v2" + @echo "Run 'make clean' to remove all the generated files" + +all: + $(MAKE) all -C aie/radioml_top + $(MAKE) all -C ps_apps + $(MAKE) all -C vitis + +my-venv: create_venv.sh + ./create_venv.sh + +clean: + $(MAKE) clean -C aie/radioml_top + $(MAKE) clean -C ps_apps + $(MAKE) clean -C vitis + @/bin/rm -rf .Xil vivado* +# @/bin/rm -rf my-venv .ipynb_checkpoints diff --git a/AI_Engine_Development/AIE-MLv2/Design_Tutorials/01-Radio-ML/README.md b/AI_Engine_Development/AIE-MLv2/Design_Tutorials/01-Radio-ML/README.md new file mode 100755 index 0000000000..a97a00ccb9 --- /dev/null +++ b/AI_Engine_Development/AIE-MLv2/Design_Tutorials/01-Radio-ML/README.md @@ -0,0 +1,496 @@ + + + + + +
+ + + + +

AI Engine Development

+ See Vitis™ Development Environment on amd.com
+ See Vitis™ AI Development Environment on amd.com +
+ + +# Radio-ML on AMD Versal™ AI Edge Series Gen 2 (AIE-ML v2) + +***Version: Vitis 2025.2*** + +## Table of Contents + +1. [Introduction](#introduction) +2. [Jupyter Notebook Model](#jupyter-notebook-model) +3. [AIE-ML v2 Inference Solution](#aie-ml-v2-inference-solution) +4. [Individual Layer Designs](#individual-layer-designs) +5. [Design Resources](#design-resources) +6. [Build and Run Design](#build-and-run-design) +7. [Summary](#summary) + +[References](#references) + +[Support](#support) + +[License](#license) + +## Introduction + +This tutorial implements a Convolutional Neural Network classifier on [AMD Versal™ AI Edge Series Gen 2](https://www.amd.com/en/products/adaptive-socs-and-fpgas/versal/gen2/ai-edge-series.html) for radio signal classification. + +The model architecture follows what is defined in [[1]]. DeepSig Dataset 2018.01A [[2]] is used to train the model. This tutorial example illustrates a number of key topics fundamental to custom coding machine learning designs using the AIE API including: + +* Using multi-node matrix multiply intrinsics to vectorize ConvNet layer compute workloads +* Using 2D addressing patterns of memory tiles to access layer I/O in the order required for consumption by the compute +* Using zero-padding capability of the memory tiles when feeding input data to ConvNet layers to preserve the original input size +* Using async RTPs to send network weights from host at startup and using local tile memory for storing them +* Using custom coding to implement [SeLU activation function](https://www.tensorflow.org/api_docs/python/tf/keras/activations/selu) + +### Virtual Python Environment Setup + +This tutorial implements computer models of the Radio-ML ConvNet in Python using Jupyter Notebooks. This is best managed using a Python virtual environment. + +The first step of this tutorial involves setting up such a virtual environment with the required versions of all the associated open source Python packages. + +The top level Makefile of this tutorial builds the Python virtual environment based on a script `create_venv.sh`. It creates the environment and then loads a set of specific versions of all required Python packages. + +To create this Python virtual environment, run the following code: + +``` +% make venv +% source my-venv/bin/activate +% python --version +``` + +This creates a folder `my-venv` in the top-level folder. This folder contains all the required packages for Jupyter Notebooks, TensorFlow, matplotlib, pydot, and bfloat16 (including all dependencies) required by the tutorial. + +The second command activates the Python environment. The third command displays the version of Python used to create the virtual environment. This tutorial is and tested using Python 3.12.6. + +## Jupyter Notebook Model + +The first step of this tutorial is to build a computer model of the Radio-ML ConvNet modulation classifier and to train the model to obtain a set of weights that may be used for inference. The full Jupyter Notebook of this model is provided by [radio-ml-model.ipynb](radio-ml-model.ipynb). + +Begin by downloading the DeepSig Dataset 2018.01A [[2]] and set environment variable RADIOML_DATA to point to dataset. + +To run the notebook, execute the following command: + +``` +% jupyter-notebook radio-ml-model.ipynb +``` + +The Keras model for the Radio-ML ConvNet modulation classifier attempts to follow closely what is defined in [[1]] and is given by the following Python code: + +``` + inputs = keras.Input(shape=(1024,2),name="input") + x1 = Conv1D(filters=64,kernel_size=7,strides=1,padding="same",name="conv1D_w1",activation='relu')(inputs) + x2 = MaxPooling1D(pool_size=2,strides=2,padding="valid",name="max_pool1d_w2")(x1) + x3 = Conv1D(filters=64,kernel_size=7,strides=1,padding="same",name="conv1D_w3",activation='relu')(x2) + x4 = MaxPooling1D(pool_size=2,strides=2,padding="valid",name="max_pool1d_w4")(x3) + x5 = Conv1D(filters=64,kernel_size=7,strides=1,padding="same",name="conv1D_w5",activation='relu')(x4) + x6 = MaxPooling1D(pool_size=2,strides=2,padding="valid",name="max_pool1d_w6")(x5) + x7 = Conv1D(filters=64,kernel_size=7,strides=1,padding="same",name="conv1D_w7",activation='relu')(x6) + x8 = MaxPooling1D(pool_size=2,strides=2,padding="valid",name="max_pool1d_w8")(x7) + x9 = Conv1D(filters=64,kernel_size=7,strides=1,padding="same",name="conv1D_w9",activation='relu')(x8) + x10 = MaxPooling1D(pool_size=2,strides=2,padding="valid",name="max_pool1d_w10")(x9) + x11 = Conv1D(filters=64,kernel_size=7,strides=1,padding="same",name="conv1D_w11",activation='relu')(x10) + x12 = MaxPooling1D(pool_size=2,strides=2,padding="valid",name="max_pool1d_w12")(x11) + x13 = Conv1D(filters=64,kernel_size=7,strides=1,padding="same",name="conv1D_w13",activation='relu')(x12) + x14 = MaxPooling1D(pool_size=2,strides=2,padding="valid",name="MaxPool1D_w14")(x13) + x15 = Flatten(name="flatten_w15")(x14) + x16 = Dense(128, activation="selu",name="dense_w16")(x15) + x18 = Dense(128, activation="selu",name="dense_w17")(x16) + outputs = Dense(24,activation="softmax",name="dense_w18")(x18) + model = keras.Model(inputs=inputs,outputs=outputs) + optimizer = keras.optimizers.RMSprop(learning_rate=0.0005) + model.compile(optimizer=optimizer, + loss="categorical_crossentropy", + metrics=["accuracy"]) +``` + +The network contains eighteen layers: + +* The first layer is a 1D convolutional layer with two input nodes (corresponding to I and Q paths) and 64 compute nodes with a kernel_size=7. Correspondingly, the number multiplicative weights is 64 x 7 x 2 = 896 and the number of additive biases = 64. The number of input I/Q samples is 1024, corresponding to the incoming frame size. The number of output samples is 1024 x 64. +* The second layer implements a 1D max-pooling layer that performs a decimation-by-two in the samples dimension. There are no weights associated with this layer. All the remaining max-pooling layers perform similar functionality. +* The third layer implements another 1D convolutional layer with 64 input and compute nodes with a kernel_size=7 and applying a ReLU activation function at its output. This layer involves a total of 64 x 64 x 7 = 28,672 multiplicative weights and 64 additive biases weights. All the remaining 1D convolutional layer perform similar functionality. +* The fifteenth layer performs a flattening function, collapsing the total of 8 x 64 = 512 connections into a single 1D bus. +* The sixteenth layer consists of a fully connected dense network of 512 x 128 = 65,536 multiplicative weights and 128 additive biases and applies a SeLU activation function at its output. +* The seventeenth layer consists of a fully connected dense network of 128 x 128 = 16,384 multiplicative weights and 128 additive biases and applies a SeLU activation function at its output. +* The eighteenth layer consists of a fully connected dense network of 128 x 24 = 3,072 multiplicative weights and 128 additive biases and applies a softmax activation function at its output. + +The total number of parameters for this network is 258,648. The following diagram summarizes the layers of the Radio-ML ConvNet. + +![figure](images/radio-ml-convnet-layers.png) + +### Import the Radio-ML Database + +You must train the Radio-ML ConvNet modulation classifier on the Radio-ML database. This database contains 24 modulation types, each with 26 Signal-to-Noise Ratio (SNR) levels, each with 4k frames, each containing 1024 I/Q samples. + +``` +data_file = os.environ["RADIOML_DATA"] + 'GOLD_XYZ_OSC.0001_1024.hdf5' +file_handle = h5.File(data_file,'r') + +myData = file_handle['X'][:] #1024x2 samples +myMods = file_handle['Y'][:] #mods +mySNRs = file_handle['Z'][:] #snrs + +modulation_classes = json.load(open(os.environ["RADIOML_DATA"] + "classes-fixed.json", 'r')) +``` + +Examine the dataset by plotting a few samples for all modulation types at the highest SNR. + +![figure](images/modulation_timedomain.png) + +### Split the Training and Testing Data + +The dataset is split into training and testing data using scikit-learn's [train_test_split](https://scikit-learn.org/stable/modules/generated/sklearn.model_selection.train_test_split.html) using a ratio of 20% of the dataset for testing. + +![figure](images/split_train_test.png) + +### Training the Model + +The Keras framework provides built-in functions for training and testing the model. Here, an EarlyStopping callback is used. This stops the training when the monitored metric stops improving for five epochs. + +``` +callback = keras.callbacks.EarlyStopping(monitor='val_loss', + restore_best_weights=True, + patience=10) + +history = model.fit(X_train,Y_train,epochs=100,validation_data=(X_test, Y_test),batch_size=1024,callbacks=[callback]) +``` + +The following plots show the accuracy and the loss of the model against the training versus test data. + +![figure](images/training_accuracy.png) + +![figure](images/training_loss.png) + +### Using the Radio-ML ConvNet Modulation Classifier for Inference + +You can use another built-in Keras routine for inference to predict new model outputs from test input images. The following code finds the accuracy of the model against each of the input SNR levels available in the dataset. + +``` +snrlist = np.unique(Z_test) +acc_arr = [] + +# iterate over SNRs +for snr in snrlist: + i_SNR = np.where(Z_test==snr) + X_SNR = X_test[i_SNR[0],:,:] + Y_SNR = Y_test[i_SNR[0],:] + X_SNR_len = np.shape(X_SNR)[0] + + # model prediction + pred = model.predict(X_SNR) + + #Pediction values are onehot, corresponding to indices representing different modulation types + pred_ind = np.argmax(pred, axis=1) + expected_ind = np.argmax(Y_SNR, axis=1) + matches = sum(np.equal(pred_ind, expected_ind)) + acc = matches/X_SNR_len + acc_arr.append(acc) +``` + +The following figure is a plot of the SNR vs Correct Classification probability. + +![figure](images/SNR_Accuracy.png) + +You can use the following code to generate a plot of the [Confusion Matrix](https://en.wikipedia.org/wiki/Confusion_matrix) for the classifier across all 24 modulation classes for frames where the SNR is greater than or equal to zero. + +``` +X_test_SNR = X_test[(Z_test>=0)[:,0],:,:] +Y_test_SNR = Y_test[(Z_test>=0)[:,0],:] + +test_Y_hat = model.predict(X_test_SNR, batch_size=1024) +conf = np.zeros([24,24]) +confnorm = np.zeros([24,24]) +for i in range(0,X_test_SNR.shape[0]): + j = list(Y_test_SNR[i,:]).index(1) + k = int(np.argmax(test_Y_hat[i,:])) + conf[j,k] = conf[j,k] + 1 +for i in range(0,24): + confnorm[i,:] = conf[i,:] / np.sum(conf[i,:]) + +plot_confusion_matrix(confnorm, labels=modulation_classes) +``` + +![figure](images/confusion_matrix.png) + +### Extracting Weights and Biases for AIE-ML Inference Solution + +After obtaining a trained model for the Radio-ML ConvNet Modulation Classifier, the last step before building an inference solution on AIE-ML v2 is to obtain a quantized set of weights to be used by the implementation. + +For simplicity in this tutorial, a `bfloat16` implementation is chosen because quantization is straightforward. + +The following code extracts the weights and biases from the Keras model. Then, it quantizes them to `bfloat16`. It then saves them in files for validating each layer of the network to be designed in AIE-ML v2 below. + +![figure](images/extract_weights_biases.png) + +## AIE-ML v2 Inference Solution + +This section provides an overview of the final AIE-ML v2 design for the Radio-ML ConvNet Modulation Classifier. It includes a review of key principles that are leveraged across all the layers in the design. +Details for each individual layer are then given in [Individual Layer Designs](#individual-layer-designs) section. + +### Design Approach + +* The `bfloat16` data type is chosen for both layer I/O data and for weights and biases. This simplifies the quantization of trained network parameters. No special tools nor quantization strategies are required. +* No specific throughput target is chosen. +* The design partitions each network layer to its own AIE-ML v2 tile where feasible. This simplifies system partitioning and allows you to build a well-defined scope for each kernel. +* Memory tile pre/post zero-padding capability is leveraged for 1D convolutional layers to expand input tensor shapes to satisfy model requirements that use `padding="same"`. The model uses `kernel_size=7` which requires the input samples dimension to be pre-padded and post-padded with three zeros. +* Memory tile multi-dimensional addressing capabilities are leveraged to efficiently transfer I/O data for compute consumption with minimal core cycles being required for data shuffling or lane adjustments within the core. +* Compute workloads for 1D convolutional layers leverage the efficient `mac_4x8_8x8()` intrinsic for `bfloat16` data types to achieve a maximum efficiency of 256 MAC operations per cycle when feasible by a particular layer. +* Compute workloads leverage the less efficient `mac_elem_64()` intrinsic for `bfloat16` data types with a maximum efficiency of 64 MAC operations per cycle in cases where `mac_4x8_8x8()` is not feasible (for example in the `conv1d_w1()` layer which only receives data from two input nodes). +* Weights and biases are sent from the host at run-time as async RTPs and are stored in local tile memory. Larger ML networks with millions or billions of weights require streaming solutions based on memory tiles or DDR; such a complex solution is excessive for the small Radio-ML Modulation Classifier problem considered here where all weights may be stored easily within the array. +* Perfect functional bit-match against the Python model is not achieved. The main contributors to this are the dense layers; more details are discussed in the corresponding sections. A closer match can be achieved by building Python models aligning with the implementation then training those to extract updated weights/biases. + +### Key Design Concepts + +* Storage requirements for I/O data for some layers may exceed the available 64KB in the local tile memory. Therefore, splitting of the consumed input or produced output data into chunks is required. This has a direct impact on the nature of processing. +* If the input and output data fit into the memory tile but do not fit into the local tile memory, processing must be split into `NSPLIT` chunks such that local tile storage does not exceed 64 KB. Both input and output buffers must be split by the same factor in the local tile. Processing may then be scheduled for the layer as a multi-rate solution with a `repetition_count=1` on the memory tile and a `repetition_count=NSPLIT` on the kernel. For the Radio-ML design, this concept is used in `conv1d_w3-w7` layers as well as `max_pool1d_w4-w6`. To motivate this, consider `conv1d_w3` in more details. The block has (64,512) bfloat16 samples on the I/Os. Assuming ping-pong buffering and zero insertion, the input requires storage size of at least **64 nodes x (512 samples + 3 pre-pad zeros + 3 post-pad zeros ) x 2 ping-pong x 2 bytes/sample = 129.5 KB**, which is 2.03x larger than local tile. This motivates the need for splitting the processing over at least NSPLIT>2 chunks. For `conv1d_w3`, choose NSPLIT=8 to fit both I/Os into local tile. The following diagram illustrates this concept. + + ![figure](images/conv1d_w3_split_IO.png) +* The multi-rate solution with buffer splitting outlined above does not work if one of the buffers, input or output, does not require splitting. In this case, the multi-rate scheduling applies only to the buffer that is split. The buffer that is not split must use a `repetition_count=1`. But AIE kernel multi-rate scheduling forces both input and output scheduling to use the same factor. Instead, this can be solved using the asynchronous buffer mechanism on the buffer that requires splitting. + + Consider the case with output splitting. The kernel can be implemented using `output_async_buffer`, enabling the split of the output_buffer by `NSPLIT` factor. At the beginning of kernel execution, the locks for ping side of the output buffer are acquired. Once 1/NSPLIT of the output data are produced, the kernel releases the lock on the ping side and acquires it on the pong, then continues processing etc. For more information on asynchronous buffer ports, refer to [Asynchronous Buffer Port Access (UG1603)](https://docs.amd.com/r/en-US/ug1079-ai-engine-kernel-coding/Asynchronous-Buffer-Port-Access). For the Radio-ML design, this concept is used in `conv1d_w1` layer. To motivate this, consider `conv1d_w1` in more details. The block has (2,1024) bfloat16 samples on the input and (64,1024) on the output. The input requires ~8.04 KB of storage (accounting for zero-insertion and ping-pong storage) while the output requires 256 KB. Therefore, it requires **NSPLIT = 128 KB x 2 / 64 KB = 4**. The following diagram illustrates the dataflow. + + ![figure](images/conv1d_w1_split_output.png) +* For layers with compute, for example `conv1d_w1-w13`, the I/O data is a 2D matrix represented as (nodes,samples). + * Splitting the output: + * Splitting the output processing over the samples dimension requires the weights to be read multiple times. This is highlighted in the following figure: ![figure](images/split_output_samples.png) + * Splitting the output processing over the nodes dimension requires the input samples to be read multiple times. ![figure](images/split_output_nodes.png) + * For `conv1d_w1`, the output was split in the nodes dimension since the input samples could easily fit in the local tile and re-reading comes for "free." It could have been also possible to split the output in the nodes dimension, since the weights also fit in the local tile. + * For conv1d_w3-w7 layers, outputs were split in the samples dimension since the weights fit in the local tile memory (while the input does not) and re-reading comes for "free." + * Splitting the input: + * Splitting the input over the samples dimension requires explicit state history handling. This is highlighted in the following figure: + ![figure](images/split_input_samples.png) + * Splitting the input over the nodes dimension requires the storage of partial results. ![figure](images/split_input_nodes.png) + * The latter requires additional storage and results in an implementation that does not software pipeline efficiently. For the former, state history samples can either be stored in local tile or re-sent from the memory tile as needed. Re-sending the samples from the memory tile results in slight bandwidth expansion, but this is not an issue since conv1d_w3-w7 layers are not bandwidth-bound. + * Therefore, the choice for conv1d_w3-w7 is to split the input data in the samples dimension and use the memory tiles to send samples with overlap to model state history. conv1d_w1 input (as well as conv1d_w9-w13) does not need to be split since the local tile storage is sufficient to store all input samples. + * One Graph invocation of `radioml_top` is one inference based on 1024 complex I/Q incoming samples. This translates into the following per layer invocation. + + |Layer|Input Tensor Shape|Output Tensor Shape|Input storage req. local tile (KB)|Output storage req. local tile (KB)|Kernel invocation|Memory Tile invocation|Note| + |---|---|---|---|---|---|---|---| + |conv1d_w1|(2,1024)|(64,1024)|8|256|1|1|Split output nodes by NSPLIT=8, handeled inside kernel using async_output_buffer| + |max_pool1d_w2|(64,1024)|(64,512)|256|128|8|1|---| + |conv1d_w3|(64,512)|(64,512)|176|128|8|1|Split I/O over samples dimension| + |max_pool1d_w4|(64,512)|(64,256)|128|64|4|NA|---| + |conv1d_w5|(64,256)|(64,256)|88|64|4|1|Same note as conv1d_w3| + |max_pool1d_w6|(64,256)|(64,128)|64|32|2|NA|---| + |conv1d_w7|(64,128)|(64,128)|44|32|2|1|Same note as conv1d_w3| + |max_pool1d_w8|(64,128)|(64,64)|32|16|1|NA|---| + |conv1d_w9|(64,64)|(64,64)|17.5|16|1|1|NA| + |max_pool1d_w10|(64,64)|(64,32)|16|8|1|NA|---| + |conv1d_w11|(64,32)|(64,32)|9.5|8|1|1|NA| + |max_pool1d_w12|(64,32)|(64,16)|8|4|1|NA|---| + |conv1d_w13|(64,16)|(64,16)|5.5|4|1|1|NA| + |max_pool1d_w14|(64,16)|(64,8)|4|2|1|NA|---| + |dense_w16|(512)|(128)|2|0.5|1|NA|---| + |dense_w17|(128)|(128)|0.5|0.5|1|NA|---| + |dense_w18|(128)|(24)|0.5|0.1|1|NA|---| + +### Radio-ML ConvNet: AI Engine Graph View + +The overall AI Engine graph of the Radio-ML ConvNet Modulation Classifier is shown in the following diagram. + +![figure](images/radio-ml-aie-graph.png) + +### Radio-ML ConvNet: AI Engine Floorplan View + +The floorplan view of the Radio-ML ConvNet Modulation Classifier is shown in the following diagram. + +Placement constraints were added place the compute tiles in the top row of tiles and the weight delivery tiles in the lower row of tiles. The design uses memory tiles for layer I/O ordering and zero padding as outlined below. + +![figure](images/radio-ml-aie-array.png) + +### Radio-ML ConvNet: AI Engine Resource Utilization + +The resource utilization of the design is given in the following figure. The design fits into a 4 x 6 grid of tiles and utilizes eight memory tiles for shared buffers. + +![figure](images/radio-ml-aie-resources.png) + +### Radio-ML ConvNet: Throughput + +From the following figure, you can calculate what the throughput is based on AI Engine simulations. Eight inferences are ran in 532.8us, which translate to ~15,000 inferences per second. + +![figure](images/radio-ml-throughput.png) + +### Radio-ML ConvNet: Latency + +The latency of the Radio-ML ConvNet Modulation Classifier is approximately 466us based on AI Engine simulations. + +![figure](images/radio-ml-latency.png) + +## Individual Layer Designs + +### Layer Design Details: `conv1d_w1()` + +The following figure summarizes the key aspects of the design of the `conv1d_w1()` layer. The Jupyter Notebook used for validation is [gen_vectors.ipynb](aie/conv1d_w1/gen_vectors.ipynb). + +* An input memory tile is used to pre/post zero pad the input tensor to satisfy model requirements that use `padding="same"`. The layer of interest uses `kerne_size=7` which requires the incoming 1024 I/Q samples to be pre-padded with three zeros and post-padded with three zeros. +To guarantee kernel input size is a multiple of 16 bytes, it was chosen to pre-pad with 4 zeros and post-pad with 4 zeros. +* Incoming (samples,nodes) dimension becomes flipped on the output due to nature of compute. This will be recovered in max_pool1d_w2 layer. +* The layer input data fits in the local tile memory, but the output is expanded to 64x1024 bfloat16 samples corresponding to 256KB (assuming double buffering), which is larger than the local tile memory of 64KB. Splitting the output data impacts the nature of processing, as described earlier in [Key Design Concepts](#key-design-concepts). +* For this reason, the kernel was implemented using an `output_async_buffer`, enabling the split of the output_buffer by NSPLIT=4. +* Because this layer has only two input nodes, the `mac_elem_64()` intrinsic is used which drops the maximum achievable hardware utilization to 25%. +* The inner loop has KERNEL_SIZE=7 iterations and is fully unrolled. The next inner loop achieves II=57 with 7x2 MAC operations. +* The overall kernel structure employs an outer loop over the nodes dimension, an inner loop over samples dimension and the most inner loop over kernel_size dimension. This is a good fit for the chosen intrinsic. +* Notice how the tiling parameters of the memory tile are used to pre/post-pad the input samples dimension with 4 zeros. + +![figure](images/design-details-layer1.png) + +### Layer Design Details: `max_pool1d_w2()` + +The following figure summarizes the key aspects of the design of the `max_pool1d_w2()` layer. The Jupyter Notebook used for validation is [gen_vectors.ipynb](aie/max_pool1d_w2/gen_vectors.ipynb). + +* The `max_pool1d_w2` I/O storage requirements exceed the available 64KB in the local tile. Splitting the I/O data processing impacts the nature of processing, as described earlier in [Key Design Concepts](#key-design-concepts). +* For this reason, `max_pool1d_w2` is set up as a multi-rate solution with a `repetition_count=1` on the memory tile and a `repetition_count=4` on the compute kernel. This reduces the storage requirements in the local tile, which would otherwise exceed the available 64KB. +* Max pooling decimates the input samples dimension by a factor of 2 by applying a `max()` operation across two consecutive samples. Successive samples are strided by 2, so they are non-overlapping. This compute workload may be vectorized efficiently using the `aie::max()` function of the AIE API. +* 2D Matrix Transpose achieved leveraging the kernel `aie::interleave_zip` + Memory Tiles performing a partial transpose. Full 2D Transpose using Memory Tiles is not possible since the data is 16-bits and storage is aligned to 32-bit boundary. For more information, refer to [2D Matrix Transpose Using Tiling Parameters (UG1603)](https://docs.amd.com/r/en-US/ug1603-ai-engine-ml-kernel-graph/2D-Matrix-Transpose-Using-Tiling-Parameters) +* The layer is coded as an outer loop over the nodes dimension and an inner loop over the samples dimension. Vectorization and software pipelining of the inner loop creates 64 output samples with an II=8 (bandwidth-bound). + +![figure](images/design-details-layer2.png) + +![figure](images/key-operations-layer2.png) + +### Layer Design Details: `conv1d_w3()` + +The following figure summarizes the key aspects of the design of the `conv1d_w3()` layer. The Jupyter Notebook used for validation is [gen_vectors.ipynb](aie/conv1d_template/gen_vectors.ipynb). + +* The design approach described here is common for the remaining conv1d layers. This is achieved by building a templatized kernel where the samples dimension can be varied as needed from a maximum of 512 down to 16. +* The `conv1d_w3` is set up as a multi-rate solution with a `repetition_count=1` on the memory tile and a `repetition_count=8` on the compute kernel. This reduces the storage requirements of the kernel in the local tile. +* There are (7x64x64) bfloat16 weights that need to be stored, which have a total storage requirement of 56KB (assuming single_buffer). The weights are initialized from the host at run-time during initialization. +* The required storage for I/O buffers for conv1d_w3 (512,64) = 256KB (assuming double-buffering). This is larger than the available storage in local tile. The kernel splits I/O processing over NSPLIT chunks, with the kernel invocated NSPLIT times per graph iteration. This is accomplished by setting up `conv1d_w3` as a multi-rate solution with a `repetition_count=1` on the memory tile and a `repetition_count=8` on the compute kernel, hence reducing the storage requirements of the kernel in the local tile. +* Splitting the I/O data impacts the nature of processing, as described earlier in [Key Design Concepts](#key-design-concepts). The input and output data processing is split in the samples dimension. +* The input memory tile writes samples in linear order, consuming the input tensors of shape `{512,64}` in order from the rightmost dimension first (as in the Numpy convention). Samples are extracted from the input memory tile in a tiled fashion. Within each tile, access reads `dim=0` first, followed by `dim=1`, hence defining the `buffer_dimension` as `{64,512}`. The `tiling_dimension` is defined as `{8,22}`, since 22 input samples are needed to produce `{8,16}` valid output samples. The input tile traverses down the nodes then right across the samples, with a stride of 16, providing 6 samples overlap for state history. The Keras/TF model uses `padding="same"`, which pre/post-pads the input samples such that the output dimension is the same as the input. The memory tile achieves this functionality via `offset` = `{0,-3}`. +* The weights `{7,64,64}` corresponding to `{KERNEL_SIZE,inputs,outputs}` require 56KB of storage (assuming single_buffer) which is < 64KB. Since the weights do not need to be updated often, they can be initialized from host as `async_rtp` and stored in local tile. Weights arrive from host in order to be consumed as `{1,8,8}`, traveling `dim=0` followed by `dim=1` then `dim=2`. The sampels within the patch arrive in order from the rightmost dimension first (as in the Numpy convention). +* The incoming `{8,22}` patch gets captured into 6 x 32-lane registers, where the inner dimension of the patch gets access first, followed by the outer dimension. Each register stores the samples in row-based fashion, so `{4,8}` corresponds to four samples and eight nodes. Four `aie::accum` registers are operating concurrently, each producing 4 of the 16 output samples across 8 output nodes. The kernel achieves an `II=43` for the inner unrolled loop which contains 28 `mac_4x8_8x8()` instructions which corresponds to a vector load = 60%. +* The 4x`{4,8}` row-based output registers gets written into `{8,16}` memory tile patch, writing into inner-dimension first. The patch travels down the nodes then right across the samples. + +![figure](images/design-details-layer3.png) + +![figure](images/input-handling-layer3.png) + +![figure](images/weights-handling-layer3.png) + +![figure](images/compute-handling-layer3.png) + +![figure](images/output-handling-layer3.png) + +### Layer Design Details: `max_pool1d_w4()` + +* The design approach described here is common for the remaining max_pool1d layers. This is achieved by building a templatized kernel where the samples dimension can be varied as needed from a maximum of 512 down to 16. +* The `max_pool1d_w4` I/O storage requirements exceed the available 64KB in the local tile. Splitting the I/O data processing impacts the nature of processing, as described earlier in [Key Design Concepts](#key-design-concepts). +* For this reason, `max_pool1d_w4` is set up as a multi-rate solution with a `repetition_count=2` on the compute kernel. This reduces the storage requirements of the kernel in the local tile. +* Max pooling decimates the input samples dimension by a factor of 2 by applying a `max()` operation across two consecutive samples. Successive samples are strided by 2, so they are non-overlapping. This compute workload may be vectorized efficiently using the `aie::max()` function of the AIE API. +* The layer is coded as a loop capturing 2 consecutive samples from 64 nodes and using `aie::max` API to perform a lane-by-lane `max` function to extract the maximum of the 2 samples across the 64 nodes. Vectorization and software pipelining of the loop creates 64 output samples with an II=4 (bandwidth-bound). + +![figure](images/design-details-layer4.png) + +### Layer Approach: `flatten()` + +![figure](images/flatten-layer.png) + +### Layer Design Approach: `dense()` + +![figure](images/design-approach-dense.png) + +### Layer Design Details: `dense_w16()` + +The following figure summarizes the key aspects of the design of the `dense_w16()` layer. The Jupyter Notebook used for validation is [gen_vectors.ipynb](aie/dense_w16/gen_vectors.ipynb). This tile includes two functions, the `dense_w16()` layer and a final `selu()` computation. The layer uses the `mac_elem_64()` intrinsic to compute outputs leveraging method b. described above. + +![figure](images/design-details-dense1.png) + +### Layer Design Details: `dense_w17()` + +The following figure summarizes the key aspects of the design of the `dense_w17()` layer. The Jupyter Notebook used for validation is [gen_vectors.ipynb](aie/dense_w17/gen_vectors.ipynb). This tile includes two functions, the `dense_w17()` layer and a final `selu()` computation. The layer uses the `mac_elem_64()` intrinsic to compute outputs leveraging method b. described above. + +![figure](images/design-details-dense2.png) + +### Layer Design Details: `dense_w18()` + +The following figure summarizes the key aspects of the design of the `dense_w18()` layer. The Jupyter Notebook used for validation is [gen_vectors.ipynb](aie/dense_w18/gen_vectors.ipynb). This tile includes two functions, the `dense_w18()` layer and a final `softmax()` computation. The `softmax()` activation function is computed using the approach outlined in the [Softmax Function Vitis Tutorial](../../AIE-ML/Design_Tutorials/05-Softmax-Function/). The layer uses the `mac_elem_64()` intrinsic to compute outputs leveraging method a. described above. + +![figure](images/design-details-dense3.png) + +## Design Resources + +The following figure summarizes the AI Engine and PL resources required to implement the design in the VE3858 device on the VEK385 eval board. The design is using 17 AI Engine tiles for compute, placed in a 4x6 arrangement. Minimal PL resources are used since this is an AI Engine only design with data transfer happening from/to DDR over NoC. + +![figure](images/hardware-build.png) + +## Build and Run Design + +### Setup and Initialization + +IMPORTANT: Before beginning the tutorial, ensure you have: +* Installed AMD Vitis™ 2025.2 software and set `PLATFORM_REPO_PATHS` to the value `/base_platforms`. +* Created directory `/yocto_artifacts` and set environment variable YOCTO_ARTIFACTS to that path. +* From [Embedded Development Framework (EDF) downloads page](https://www.xilinx.com/support/download/index.html/content/xilinx/en/downloadNav/embedded-design-tools.html) package 25.11: + * Downloaded amd-cortexa78-mali-common_meta-edf-app-sdk, run the script and set path output to `/yocto_artifacts/amd-cortexa78-mali-common_meta-edf-app-sdk/sdk`. + * Downloaded VEK385 OSPI Image and move into `/yocto_artifacts/`. + * Downloaded amd-cortexa78-mali-common_edf-linux-disk-image (SD wic), unzip and move into `/yocto_artifacts/`. + * Downloaded amd-cortexa78-mali-common_vek385_qemu_prebuilt, unzip and move `amd-cortexa78-mali-common_vek385_qemu_prebuilt` into `/yocto_artifacts/`. + +### Hardware Emulation + +The Radio-ML ConvNet Modulation Classifier design can be built for for hardware emulation using the Makefile as follows: + +``` +[shell]% cd +[shell]% make all TARGET=hw_emu +[shell]% make run_emu -C vitis TARGET=hw_emu +``` + +This takes about 90 minutes to run. The build process generates a folder `package` containing all the files required for hardware emulation. Hardware emulation is then launched and run producing outputs shown below. An optional `-g` can be applied to the `launch_hw_emu.sh` command to launch Vivado waveform GUI to observe the top-level AXI signal ports in the design. This is done by editing [vitis/Makefile](vitis/Makefile) `run_emu` target. + +![figure](images/hw-emu.png) + +### Hardware + +You can build this design for the VEK385 board using the Makefile as follows: + +``` +[shell]% cd +[shell]% make all TARGET=hw +``` + +The build process generates all the design specific files needed to run the design on hardware in the `package` folder. + +1. Write the EDF boot firmware (OSPI) to the primary boot device following instructions [here](https://xilinx-wiki.atlassian.net/wiki/spaces/A/pages/3258155011/AMD+EDF+Getting+started+-+Discovery+and+Evaluation+AMD+Versal+device+portfolio#Writing-the-EDF-boot-firmware-to-the-primary-boot-device-%2F-media-using-System-Controller-(SC)). OSPI image can be found in `/yocto_artifacts/edf-ospi-versal-2ve-2vm-vek385-sdt-seg-20251116021631.bin`. +2. Write `/yocto_artifacts/edf-linux-disk-image-amd-cortexa78-mali-common.rootfs-20251116015456.wic` to sd_card using your favorite SD imaging tool (Balena Etcher and Win32DiskImager seem to work well). +3. Put the sd_card in to the board, boot it and log in. (default username is amd-edf and you will be promted to set a password) +4. Determine the IP address eth0 on the board with `ip addr show eth0`. +5. cd `/package; scp * amd-edf@:~/` +6. Run the design: `sudo ./embedded_exec.sh` + +The following is displayed on the terminal. + +![figure](images/hardware-run.png) + +## Summary + +This tutorial has presented the design of a Radio-ML ConvNet Modulation Classifier in AIE-ML v2. The solution has 258,648 parameters and requires ~20 tiles. It achieves a throughput of ~15K inferences per second with a latency of ~466 us. + +## References + +[1]: "Over-the-Air Deep Learning Based Radio Signal Classification, T. J. O’Shea, T. Roy and T. C. Clancy" +[[1]] T. J. O’Shea, T. Roy and T. C. Clancy, "[Over-the-Air Deep Learning Based Radio Signal Classification](https://ieeexplore.ieee.org/document/8267032)" in IEEE Journal of Selected Topics in Signal Processing, vol. 12, no. 1, pp. 168-179, Feb. 2018 + +[2]: +[[2]]: DeepSig Dataset 2018.01A: https://www.kaggle.com/datasets/pinxau1000/radioml2018 + +[3]: "Confusion Matrix" + +[[3]] Wikipedia, "[Confusion Matrix](https://en.wikipedia.org/wiki/Confusion_matrix)" + +## Support + +GitHub issues are used for tracking requests and bugs. For questions, go to [support.xilinx.com](http://support.xilinx.com/). + +## License + +

Copyright © 2025 Advanced Micro Devices, Inc

+

Terms and Conditions

diff --git a/AI_Engine_Development/AIE-MLv2/Design_Tutorials/01-Radio-ML/aie/conv1d_template/Makefile b/AI_Engine_Development/AIE-MLv2/Design_Tutorials/01-Radio-ML/aie/conv1d_template/Makefile new file mode 100755 index 0000000000..a899fb8d35 --- /dev/null +++ b/AI_Engine_Development/AIE-MLv2/Design_Tutorials/01-Radio-ML/aie/conv1d_template/Makefile @@ -0,0 +1,68 @@ +# +# Copyright (C) 2024, Advanced Micro Devices, Inc. All rights reserved. +# SPDX-License-Identifier: MIT +# +# Author: Faisal El-Shabani + +MY_APP := conv1d_w3_app +MY_SOURCES := ${MY_APP}.cpp conv1d_graph_template.h conv1d_template.h conv1d_template.cpp + +PART ?= xc2ve3858-ssva2112-2MP-e-S + +AIE_OUTPUT := libadf.a + +AIE_FLAGS := --part=${PART} ${MY_APP}.cpp --aie.output-archive=${AIE_OUTPUT} --include=../utility + +.PHONY: help clean x86com x86sim sim profile throughput + +help:: + @echo "Makefile Usage:" + @echo " make all" + @echo " Command to generate everything for this design" + @echo "" + @echo " make compile" + @echo " Run AIE compiler and build the design" + @echo "" + @echo " make profile" + @echo " Run AIE simulator with profiling and generate outputs suitable for Vitis Analyzer" + @echo "" + @echo " make analyze" + @echo " Run Vitis Analyzer to inspect results" + @echo "" + @echo " make throughput" + @echo " Evaluate the achieved throughput at the output" + @echo "" + @echo " make clean" + @echo " Command to remove all the generated files." + +all: ${AIE_OUTPUT} + +x86all: clean x86com x86sim + +${AIE_OUTPUT}: ${MY_SOURCES} + v++ --compile --config aie.cfg --mode aie --target=hw ${AIE_FLAGS} 2>&1 | tee log + +x86com: + v++ --compile --config aie.cfg --mode aie --target=x86sim ${AIE_FLAGS} 2>&1 | tee log + +sim: + aiesimulator 2>&1 | tee -a log + +x86sim: + x86simulator 2>&1 | tee -a log + +profile: + aiesimulator --online -wdb -text --profile 2>&1 | tee -a log + +trace: + aiesimulator --hang-detect-time=5000 --online -wdb -text 2>&1 | tee -a log + +clean: + rm -rf .Xil Work libadf.a + rm -rf aiesimulator_output* aiesimulator*.log + rm -rf x86simulator_output* + rm -rf log log* + rm -rf *.xpe *.elf *.db *.soln Map_* xnw* *.lp *.log .xil .Xil *.lp *.db *.log *.exe *.vcd *.json + rm -rf vitis_analyzer* pl_sample_counts* pl_sample_count_* + rm -rf temp ISS_RPC_SERVER_PORT .crashReporter .AIE_SIM_CMD_LINE_OPTIONS + rm -rf system*.* trdata.aiesim function_wdb_dir .wsdata _ide vfs_work .ipynb_checkpoints diff --git a/AI_Engine_Development/AIE-MLv2/Design_Tutorials/01-Radio-ML/aie/conv1d_template/aie.cfg b/AI_Engine_Development/AIE-MLv2/Design_Tutorials/01-Radio-ML/aie/conv1d_template/aie.cfg new file mode 100755 index 0000000000..83dee9bb25 --- /dev/null +++ b/AI_Engine_Development/AIE-MLv2/Design_Tutorials/01-Radio-ML/aie/conv1d_template/aie.cfg @@ -0,0 +1,13 @@ +# +# Copyright (C) 2024, Advanced Micro Devices, Inc. All rights reserved. +# SPDX-License-Identifier: MIT +# +# Author: Faisal El-Shabani + +[aie] + +kernel-linting=true +xlopt=1 +verbose=true +pl-freq=625 +Xmapper=BufferOptLevel9 \ No newline at end of file diff --git a/AI_Engine_Development/AIE-MLv2/Design_Tutorials/01-Radio-ML/aie/conv1d_template/conv1d_graph_template.h b/AI_Engine_Development/AIE-MLv2/Design_Tutorials/01-Radio-ML/aie/conv1d_template/conv1d_graph_template.h new file mode 100755 index 0000000000..31d95be12d --- /dev/null +++ b/AI_Engine_Development/AIE-MLv2/Design_Tutorials/01-Radio-ML/aie/conv1d_template/conv1d_graph_template.h @@ -0,0 +1,105 @@ +// +// Copyright (C) 2024, Advanced Micro Devices, Inc. All rights reserved. +// SPDX-License-Identifier: MIT +// +// Author: Faisal El-Shabani + +#pragma once + +#include +#include "conv1d_template.h" +#include "next_pow_2_constexpr.h" +#include "ceil_constexpr.h" + +using namespace adf; + +// ------------------------------------------------------------ +// Top Level Graph +// ------------------------------------------------------------ + +// NSAMP is number of samples from each node, assumed to be a multiple of 8 and 16 <= NSAMP <= 512 +// NNODES is number nodes, assumed to be equal to 64. +// KERNEL_SIZE is the number of weights per node, assumed to be 7 + +template +class conv1d_graph_template : public graph { +public: + // Declare Kernels + kernel kk; + + // Declare IOs + port data_i; + port weights; + port biases; + port data_o; + + static constexpr unsigned NWEIGHTS = NNODES*NNODES*KERNEL_SIZE; // Number of weights, dependent on NNODES and KERNEL_SIZE + static constexpr unsigned NBIASES = NNODES; // Number of biases, dependent on NNODES + static constexpr int NZERO_PAD = (KERNEL_SIZE-1)/2; // pre/post pad input buffer so output has same NSAMP as input. KERNEL_SIZE assumed to be odd. + + static constexpr double BUFFER_SIZE_MULTIPLE = NSAMP*NNODES*22/16*2*2*2.0/65536; // Ratio of IO buffer size to local tile memory + // 22/16 -> Bandwidth and kernel input buffer grows by a factor of 22/16 due to nature of processing. + // *2 -> 2 bytes per sample + // *2 -> ping-pong + // *2 -> Margin to ensure input buffer uses only two banks (same applies for output buffer) + // 65536 -> Local tile memory (64KB) + static constexpr unsigned NSPLIT = (BUFFER_SIZE_MULTIPLE>1) ? + next_pow_2_constexpr(BUFFER_SIZE_MULTIPLE) : + ceil_constexpr(BUFFER_SIZE_MULTIPLE); + // Process incoming samples in NSPLIT chunks so IO buffers fit in local tile memory. + // Return type of ceil in c++17 is not constexpr + + // Declare memory tiles + shared_buffer MT_input; + shared_buffer MT_output; + + conv1d_graph_template( void ) + { + // Tiling parameters for inputs + tiling_parameters bdw_input = { .buffer_dimension = {NNODES*NSAMP}, + .tiling_dimension = {NNODES*NSAMP}, + .offset = {0} }; + tiling_parameters bdr_input = { .buffer_dimension = {NNODES ,NSAMP}, + .tiling_dimension = {8,22}, + .offset = {0,-NZERO_PAD}, + .tile_traversal = {{.dimension=0, .stride=8,.wrap=NNODES/8}, + {.dimension=1, .stride=16,.wrap=NSAMP/16}} + }; + MT_input = shared_buffer::create({NSAMP*NNODES}, 1, 1); + write_access(MT_input.in[0]) = tiling(bdw_input); + read_access(MT_input.out[0]) = tiling(bdr_input); + repetition_count(MT_input) = 1; + + // Tiling parameters for outputs + tiling_parameters bdw_output = { .buffer_dimension = {NNODES,NSAMP}, + .tiling_dimension = {8,16}, + .offset = {0,0}, + .tile_traversal = {{.dimension=0, .stride=8, .wrap=NNODES/8}, + {.dimension=1, .stride=16, .wrap=NSAMP/16}} + }; + tiling_parameters bdr_output = { .buffer_dimension = {NNODES*NSAMP}, + .tiling_dimension = {NNODES*NSAMP}, + .offset = {0} }; + MT_output = shared_buffer::create({NNODES*NSAMP}, 1, 1); + write_access(MT_output.in[0]) = tiling(bdw_output); + read_access(MT_output.out[0]) = tiling(bdr_output); + repetition_count(MT_output) = 1; + + kk = kernel::create_object>(); + source(kk) = "conv1d_template.cpp"; + runtime(kk) = 0.9; + repetition_count(kk) = NSPLIT; + + connect<> ( data_i, MT_input.in[0] ); + connect<> ( MT_input.out[0], kk.in[0] ); dimensions(kk.in[0]) = {NNODES*NSAMP/NSPLIT*22/16}; + connect ( weights, async(kk.in[1]) ); + connect ( biases, async(kk.in[2]) ); + connect<> ( kk.out[0], MT_output.in[0] ); + connect<> ( MT_output.out[0], data_o ); dimensions(kk.out[0]) = {NNODES*NSAMP/NSPLIT}; + + single_buffer(kk.in[1]); + single_buffer(kk.in[2]); + + } +}; + diff --git a/AI_Engine_Development/AIE-MLv2/Design_Tutorials/01-Radio-ML/aie/conv1d_template/conv1d_template.cpp b/AI_Engine_Development/AIE-MLv2/Design_Tutorials/01-Radio-ML/aie/conv1d_template/conv1d_template.cpp new file mode 100755 index 0000000000..452a2484f7 --- /dev/null +++ b/AI_Engine_Development/AIE-MLv2/Design_Tutorials/01-Radio-ML/aie/conv1d_template/conv1d_template.cpp @@ -0,0 +1,152 @@ +// +// Copyright (C) 2024, Advanced Micro Devices, Inc. All rights reserved. +// SPDX-License-Identifier: MIT +// +// Author: Faisal El-Shabani + +#include +#include + +#include "conv1d_template.h" + + +// ------------------------------------------------------------ +// Constructor +// ------------------------------------------------------------ + +template +conv1d_template::conv1d_template(void) +{ + aie::set_rounding(aie::rounding_mode::symmetric_inf); + aie::set_saturation(aie::saturation_mode::saturate); +} + +// ------------------------------------------------------------ +// Run +// ------------------------------------------------------------ + +template +void conv1d_template::run( input_buffer& __restrict data_i, + const TT_DATA (&weights)[NWEIGHTS], + const TT_DATA (&biases)[NNODES], + output_buffer& __restrict data_o) +{ + auto p_data_o = aie::begin_restrict_vector<32>(data_o); + + aie::vector data_reg0; + aie::vector data_reg1; + aie::vector data_reg2; + aie::vector data_reg3; + aie::vector data_patch_reg0; + aie::vector data_patch_reg1; + aie::vector data_patch_reg2; + aie::vector data_patch_reg3; + aie::vector data_patch_reg4; + aie::vector data_patch_reg5; + aie::accum acc_reg0; + aie::accum acc_reg1; + aie::accum acc_reg2; + aie::accum acc_reg3; + aie::vector weights_reg; + aie::vector bias_reg; + aie::accum bias_acc; + + + auto p_biases = aie::begin_restrict_vector<8>(biases); + unsigned index_offset; + auto p_weights = aie::begin_restrict_vector<64>(weights); + + // Loop over some samples and output nodes: + for ( unsigned iter=0,ii=0; iter < NSAMP/16/NSPLIT*NNODES/8; iter++) + { + index_offset=1408*ii; // 1408=8*22*8 + auto p_data0 = aie::begin_restrict_vector<32>(data_i.data()+index_offset ); // Input nodes 0-7, 16-23, 32-39, 48-55 + auto p_data1 = aie::begin_restrict_vector<32>(data_i.data()+index_offset+176-16 ); // Input nodes 8-15, 24-31, 40-47, 56-63 + // 176=8*22. Subtracting 16 allows doing an aligned read. We add this 16 offset later when doing shuffle_down_fill + + acc_reg0 = aie::zeros(); + acc_reg1 = aie::zeros(); + acc_reg2 = aie::zeros(); + acc_reg3 = aie::zeros(); + // Loop over input nodes 0-7, 16-23, 32-39, 48-55 + for ( unsigned kk=0; kk < NNODES/8/2; kk++) + chess_loop_range(NNODES/8/2,) + chess_prepare_for_pipelining + { + data_patch_reg0 = *p_data0++; + data_patch_reg1 = *p_data0++; + data_patch_reg2 = *p_data0++; + data_patch_reg3 = *p_data0++; + data_patch_reg4 = *p_data0++; + data_patch_reg5 = *p_data0++; + // weight0 + COMPUTE_PATTERN(data_patch_reg0,data_patch_reg1,data_patch_reg2,data_patch_reg3,data_patch_reg4,0) + // weight1 + COMPUTE_PATTERN(data_patch_reg0,data_patch_reg1,data_patch_reg2,data_patch_reg3,data_patch_reg4,8) + // weight2 + COMPUTE_PATTERN(data_patch_reg0,data_patch_reg1,data_patch_reg2,data_patch_reg3,data_patch_reg4,16) + // weight3 + COMPUTE_PATTERN(data_patch_reg0,data_patch_reg1,data_patch_reg2,data_patch_reg3,data_patch_reg4,24) + // weight4 + COMPUTE_PATTERN(data_patch_reg0,data_patch_reg1,data_patch_reg2,data_patch_reg3,data_patch_reg4,32) + // weight5 + COMPUTE_PATTERN(data_patch_reg1,data_patch_reg2,data_patch_reg3,data_patch_reg4,data_patch_reg5,8) + // weight6 + COMPUTE_PATTERN(data_patch_reg1,data_patch_reg2,data_patch_reg3,data_patch_reg4,data_patch_reg5,16) + p_weights+=KERNEL_SIZE; + p_data0 += 5; + } + + p_weights -= (NNODES/8-1)*KERNEL_SIZE; + + // Loop over odd input nodes 8-15, 24-31, 40-47, 56-63 + for ( unsigned kk=0; kk < NNODES/8/2; kk++) + chess_loop_range(NNODES/8/2,) + chess_prepare_for_pipelining + { + data_patch_reg0 = *p_data1++; + data_patch_reg1 = *p_data1++; + data_patch_reg2 = *p_data1++; + data_patch_reg3 = *p_data1++; + data_patch_reg4 = *p_data1++; + data_patch_reg5 = *p_data1++; + // weight0 + COMPUTE_PATTERN(data_patch_reg0,data_patch_reg1,data_patch_reg2,data_patch_reg3,data_patch_reg4,16) + // weight1 + COMPUTE_PATTERN(data_patch_reg0,data_patch_reg1,data_patch_reg2,data_patch_reg3,data_patch_reg4,24) + // weight2 + COMPUTE_PATTERN(data_patch_reg0,data_patch_reg1,data_patch_reg2,data_patch_reg3,data_patch_reg4,32) + // weight3 + COMPUTE_PATTERN(data_patch_reg1,data_patch_reg2,data_patch_reg3,data_patch_reg4,data_patch_reg5,8) + // weight4 + COMPUTE_PATTERN(data_patch_reg1,data_patch_reg2,data_patch_reg3,data_patch_reg4,data_patch_reg5,16) + // weight5 + COMPUTE_PATTERN(data_patch_reg1,data_patch_reg2,data_patch_reg3,data_patch_reg4,data_patch_reg5,24) + // weight6 + COMPUTE_PATTERN(data_patch_reg1,data_patch_reg2,data_patch_reg3,data_patch_reg4,data_patch_reg5,32) + p_weights+=KERNEL_SIZE; + p_data1 += 5; + } + p_weights -= KERNEL_SIZE; + bias_reg = aie::concat(*p_biases,*p_biases,*p_biases,*p_biases);p_biases++; + bias_acc.from_vector(bias_reg); + + acc_reg0 = aie::add(acc_reg0,bias_acc); + *p_data_o++ = aie::max(acc_reg0.to_vector(),TT_DATA(0)); + + acc_reg1 = aie::add(acc_reg1,bias_acc); + *p_data_o++ = aie::max(acc_reg1.to_vector(),TT_DATA(0)); + + acc_reg2 = aie::add(acc_reg2,bias_acc); + *p_data_o++ = aie::max(acc_reg2.to_vector(),TT_DATA(0)); + + acc_reg3 = aie::add(acc_reg3,bias_acc); + *p_data_o++ = aie::max(acc_reg3.to_vector(),TT_DATA(0)); + if ( ((iter+1)%(NNODES/8))==0 ) + { + ii++; + p_weights = aie::begin_restrict_vector<64>(weights); + p_biases = aie::begin_restrict_vector<8>(biases); + } + } +} diff --git a/AI_Engine_Development/AIE-MLv2/Design_Tutorials/01-Radio-ML/aie/conv1d_template/conv1d_template.h b/AI_Engine_Development/AIE-MLv2/Design_Tutorials/01-Radio-ML/aie/conv1d_template/conv1d_template.h new file mode 100755 index 0000000000..d80077202a --- /dev/null +++ b/AI_Engine_Development/AIE-MLv2/Design_Tutorials/01-Radio-ML/aie/conv1d_template/conv1d_template.h @@ -0,0 +1,49 @@ +// +// Copyright (C) 2024, Advanced Micro Devices, Inc. All rights reserved. +// SPDX-License-Identifier: MIT +// +// Author: Faisal El-Shabani + +#pragma once + +#include +#include + +using namespace adf; + +template +class conv1d_template { +public: + typedef bfloat16 TT_DATA; +private: + +public: + // Constructor: + conv1d_template( void ); + + // Run: + void run( input_buffer& __restrict data_i, + const TT_DATA (&weights)[NWEIGHTS], + const TT_DATA (&biases)[NNODES], + output_buffer& __restrict data_o); + + static void registerKernelClass( void ) + { + REGISTER_FUNCTION( conv1d_template::run ); + } +}; + +// ------------------------------------------------------------ +// Compute Patterns +// ------------------------------------------------------------ + +#define COMPUTE_PATTERN(DATA0,DATA1,DATA2,DATA3,DATA4,OFFSET) \ + weights_reg = *p_weights++; \ + data_reg0 = aie::shuffle_down_fill(DATA0,DATA1,OFFSET); \ + acc_reg0 = mac_4x8_8x8(data_reg0,weights_reg,acc_reg0); \ + data_reg1 = aie::shuffle_down_fill(DATA1,DATA2,OFFSET); \ + acc_reg1 = mac_4x8_8x8(data_reg1,weights_reg,acc_reg1); \ + data_reg2 = aie::shuffle_down_fill(DATA2,DATA3,OFFSET); \ + acc_reg2 = mac_4x8_8x8(data_reg2,weights_reg,acc_reg2); \ + data_reg3 = aie::shuffle_down_fill(DATA3,DATA4,OFFSET); \ + acc_reg3 = mac_4x8_8x8(data_reg3,weights_reg,acc_reg3); diff --git a/AI_Engine_Development/AIE-MLv2/Design_Tutorials/01-Radio-ML/aie/conv1d_template/conv1d_w11_app.cpp b/AI_Engine_Development/AIE-MLv2/Design_Tutorials/01-Radio-ML/aie/conv1d_template/conv1d_w11_app.cpp new file mode 100644 index 0000000000..ff81c8d1da --- /dev/null +++ b/AI_Engine_Development/AIE-MLv2/Design_Tutorials/01-Radio-ML/aie/conv1d_template/conv1d_w11_app.cpp @@ -0,0 +1,57 @@ +// +// Copyright (C) 2024, Advanced Micro Devices, Inc. All rights reserved. +// SPDX-License-Identifier: MIT +// +// Author: Faisal El-Shabani + +#include +#include +#include "conv1d_graph_template.h" +#include "read_file.h" + +class dut_graph : public graph { + conv1d_graph_template<32,64,7> dut; // + // NSAMP is number of samples from each node + // NNODES is number nodes + // KERNEL_SIZE is the number of weights per node +public: + input_plio data_i; + port weights; + port biases; + output_plio data_o; + + dut_graph( void ) + { + data_i = input_plio::create("PLIO_i_0",plio_64_bits,"data/data_i.txt"); + connect(data_i.out[0],dut.data_i); + + connect<>(weights,dut.weights); + connect<>(biases,dut.biases); + + data_o = output_plio::create("PLIO_o_0",plio_64_bits,"data/data_o.txt"); + connect(dut.data_o,data_o.in[0]); + } +}; + +// Instantiate AIE graph: +dut_graph aie_dut; + +bfloat16 weights_array[conv1d_graph_template<32,64,7>::NWEIGHTS]; +bfloat16 biases_array[conv1d_graph_template<32,64,7>::NBIASES]; + +// Initialize and run the graph: +int main(void) +{ + aie_dut.init(); + + // Read layer RTPs + read_file::NWEIGHTS>("data/weights-rtp.txt",weights_array); + read_file::NBIASES> ("data/biases-rtp.txt", biases_array); + + aie_dut.update(aie_dut.weights,weights_array,conv1d_graph_template<32,64,7>::NWEIGHTS); + aie_dut.update(aie_dut.biases,biases_array,conv1d_graph_template<32,64,7>::NBIASES); + aie_dut.run(4); + aie_dut.end(); + + return 0; +} diff --git a/AI_Engine_Development/AIE-MLv2/Design_Tutorials/01-Radio-ML/aie/conv1d_template/conv1d_w13_app.cpp b/AI_Engine_Development/AIE-MLv2/Design_Tutorials/01-Radio-ML/aie/conv1d_template/conv1d_w13_app.cpp new file mode 100644 index 0000000000..0b14302644 --- /dev/null +++ b/AI_Engine_Development/AIE-MLv2/Design_Tutorials/01-Radio-ML/aie/conv1d_template/conv1d_w13_app.cpp @@ -0,0 +1,57 @@ +// +// Copyright (C) 2024, Advanced Micro Devices, Inc. All rights reserved. +// SPDX-License-Identifier: MIT +// +// Author: Faisal El-Shabani + +#include +#include +#include "conv1d_graph_template.h" +#include "read_file.h" + +class dut_graph : public graph { + conv1d_graph_template<16,64,7> dut; // + // NSAMP is number of samples from each node + // NNODES is number nodes + // KERNEL_SIZE is the number of weights per node +public: + input_plio data_i; + port weights; + port biases; + output_plio data_o; + + dut_graph( void ) + { + data_i = input_plio::create("PLIO_i_0",plio_64_bits,"data/data_i.txt"); + connect(data_i.out[0],dut.data_i); + + connect<>(weights,dut.weights); + connect<>(biases,dut.biases); + + data_o = output_plio::create("PLIO_o_0",plio_64_bits,"data/data_o.txt"); + connect(dut.data_o,data_o.in[0]); + } +}; + +// Instantiate AIE graph: +dut_graph aie_dut; + +bfloat16 weights_array[conv1d_graph_template<16,64,7>::NWEIGHTS]; +bfloat16 biases_array[conv1d_graph_template<16,64,7>::NBIASES]; + +// Initialize and run the graph: +int main(void) +{ + aie_dut.init(); + + // Read layer RTPs + read_file::NWEIGHTS>("data/weights-rtp.txt",weights_array); + read_file::NBIASES> ("data/biases-rtp.txt", biases_array); + + aie_dut.update(aie_dut.weights,weights_array,conv1d_graph_template<16,64,7>::NWEIGHTS); + aie_dut.update(aie_dut.biases,biases_array,conv1d_graph_template<16,64,7>::NBIASES); + aie_dut.run(4); + aie_dut.end(); + + return 0; +} diff --git a/AI_Engine_Development/AIE-MLv2/Design_Tutorials/01-Radio-ML/aie/conv1d_template/conv1d_w3_app.cpp b/AI_Engine_Development/AIE-MLv2/Design_Tutorials/01-Radio-ML/aie/conv1d_template/conv1d_w3_app.cpp new file mode 100755 index 0000000000..f2206e0061 --- /dev/null +++ b/AI_Engine_Development/AIE-MLv2/Design_Tutorials/01-Radio-ML/aie/conv1d_template/conv1d_w3_app.cpp @@ -0,0 +1,57 @@ +// +// Copyright (C) 2024, Advanced Micro Devices, Inc. All rights reserved. +// SPDX-License-Identifier: MIT +// +// Author: Faisal El-Shabani + +#include +#include +#include "conv1d_graph_template.h" +#include "read_file.h" + +class dut_graph : public graph { + conv1d_graph_template<512,64,7> dut; // + // NSAMP is number of samples from each node + // NNODES is number nodes + // KERNEL_SIZE is the number of weights per node +public: + input_plio data_i; + port weights; + port biases; + output_plio data_o; + + dut_graph( void ) + { + data_i = input_plio::create("PLIO_i_0",plio_64_bits,"data/data_i.txt"); + connect(data_i.out[0],dut.data_i); + + connect<>(weights,dut.weights); + connect<>(biases,dut.biases); + + data_o = output_plio::create("PLIO_o_0",plio_64_bits,"data/data_o.txt"); + connect(dut.data_o,data_o.in[0]); + } +}; + +// Instantiate AIE graph: +dut_graph aie_dut; + +bfloat16 weights_array[conv1d_graph_template<512,64,7>::NWEIGHTS]; +bfloat16 biases_array[conv1d_graph_template<512,64,7>::NBIASES]; + +// Initialize and run the graph: +int main(void) +{ + aie_dut.init(); + + // Read layer RTPs + read_file::NWEIGHTS>("data/weights-rtp.txt",weights_array); + read_file::NBIASES> ("data/biases-rtp.txt", biases_array); + + aie_dut.update(aie_dut.weights,weights_array,conv1d_graph_template<512,64,7>::NWEIGHTS); + aie_dut.update(aie_dut.biases,biases_array,conv1d_graph_template<512,64,7>::NBIASES); + aie_dut.run(4); + aie_dut.end(); + + return 0; +} diff --git a/AI_Engine_Development/AIE-MLv2/Design_Tutorials/01-Radio-ML/aie/conv1d_template/conv1d_w9_app.cpp b/AI_Engine_Development/AIE-MLv2/Design_Tutorials/01-Radio-ML/aie/conv1d_template/conv1d_w9_app.cpp new file mode 100644 index 0000000000..5dda701d7b --- /dev/null +++ b/AI_Engine_Development/AIE-MLv2/Design_Tutorials/01-Radio-ML/aie/conv1d_template/conv1d_w9_app.cpp @@ -0,0 +1,57 @@ +// +// Copyright (C) 2024, Advanced Micro Devices, Inc. All rights reserved. +// SPDX-License-Identifier: MIT +// +// Author: Faisal El-Shabani + +#include +#include +#include "conv1d_graph_template.h" +#include "read_file.h" + +class dut_graph : public graph { + conv1d_graph_template<64,64,7> dut; // + // NSAMP is number of samples from each node + // NNODES is number nodes + // KERNEL_SIZE is the number of weights per node +public: + input_plio data_i; + port weights; + port biases; + output_plio data_o; + + dut_graph( void ) + { + data_i = input_plio::create("PLIO_i_0",plio_64_bits,"data/data_i.txt"); + connect(data_i.out[0],dut.data_i); + + connect<>(weights,dut.weights); + connect<>(biases,dut.biases); + + data_o = output_plio::create("PLIO_o_0",plio_64_bits,"data/data_o.txt"); + connect(dut.data_o,data_o.in[0]); + } +}; + +// Instantiate AIE graph: +dut_graph aie_dut; + +bfloat16 weights_array[conv1d_graph_template<64,64,7>::NWEIGHTS]; +bfloat16 biases_array[conv1d_graph_template<64,64,7>::NBIASES]; + +// Initialize and run the graph: +int main(void) +{ + aie_dut.init(); + + // Read layer RTPs + read_file::NWEIGHTS>("data/weights-rtp.txt",weights_array); + read_file::NBIASES> ("data/biases-rtp.txt", biases_array); + + aie_dut.update(aie_dut.weights,weights_array,conv1d_graph_template<64,64,7>::NWEIGHTS); + aie_dut.update(aie_dut.biases,biases_array,conv1d_graph_template<64,64,7>::NBIASES); + aie_dut.run(4); + aie_dut.end(); + + return 0; +} diff --git a/AI_Engine_Development/AIE-MLv2/Design_Tutorials/01-Radio-ML/aie/conv1d_template/data/biases-rtp.txt b/AI_Engine_Development/AIE-MLv2/Design_Tutorials/01-Radio-ML/aie/conv1d_template/data/biases-rtp.txt new file mode 100755 index 0000000000..acc3b425de --- /dev/null +++ b/AI_Engine_Development/AIE-MLv2/Design_Tutorials/01-Radio-ML/aie/conv1d_template/data/biases-rtp.txt @@ -0,0 +1,64 @@ +0.050537109375 +0.047607421875 +0.050048828125 +-0.173828125000 +-0.055175781250 +0.457031250000 +-0.235351562500 +0.016967773438 +-0.161132812500 +-0.024414062500 +-0.425781250000 +-0.224609375000 +-0.048339843750 +0.053466796875 +0.460937500000 +0.095703125000 +-0.120117187500 +-0.330078125000 +0.049316406250 +0.226562500000 +-0.172851562500 +0.147460937500 +-0.032226562500 +0.416015625000 +0.125000000000 +-0.102539062500 +-0.238281250000 +0.208007812500 +0.109375000000 +-0.096679687500 +0.126953125000 +-0.164062500000 +-0.150390625000 +0.143554687500 +0.515625000000 +-0.221679687500 +-0.177734375000 +0.180664062500 +0.151367187500 +0.125000000000 +-0.220703125000 +-0.243164062500 +-0.030517578125 +-0.310546875000 +0.166015625000 +0.015869140625 +0.115234375000 +-0.486328125000 +0.226562500000 +-0.269531250000 +-0.251953125000 +-0.045898437500 +-0.515625000000 +0.168945312500 +-0.296875000000 +0.324218750000 +0.048828125000 +0.034912109375 +0.129882812500 +0.186523437500 +0.124023437500 +0.249023437500 +-0.188476562500 +-0.049804687500 diff --git a/AI_Engine_Development/AIE-MLv2/Design_Tutorials/01-Radio-ML/aie/conv1d_template/data/data_i.txt b/AI_Engine_Development/AIE-MLv2/Design_Tutorials/01-Radio-ML/aie/conv1d_template/data/data_i.txt new file mode 100755 index 0000000000..aef5ff6acf --- /dev/null +++ b/AI_Engine_Development/AIE-MLv2/Design_Tutorials/01-Radio-ML/aie/conv1d_template/data/data_i.txt @@ -0,0 +1,32768 @@ +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.013549804688 0.000000000000 0.129882812500 +0.045898437500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.017944335938 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.065917968750 0.031005859375 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.006652832031 0.000000000000 0.000000000000 0.000000000000 +0.101074218750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.162109375000 +0.053222656250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.047363281250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.020996093750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.016723632812 0.000000000000 +0.000000000000 0.000000000000 0.092285156250 0.092773437500 +0.000000000000 0.000000000000 0.000000000000 0.008300781250 +0.163085937500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.068847656250 0.000000000000 0.144531250000 +0.052978515625 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.002319335938 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.003997802734 0.000000000000 +0.000000000000 0.000000000000 0.066406250000 0.005798339844 +0.000000000000 0.000000000000 0.000000000000 0.040771484375 +0.055419921875 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.076171875000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.067382812500 0.000000000000 0.141601562500 +0.043701171875 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.071777343750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.014404296875 0.003417968750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.101074218750 0.000000000000 0.000000000000 0.071289062500 +0.000000000000 0.000000000000 0.000000000000 0.011169433594 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.177734375000 0.000000000000 0.000000000000 +0.000000000000 0.077636718750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.076171875000 0.000000000000 +0.000000000000 0.050537109375 0.000000000000 0.000000000000 +0.000000000000 0.038085937500 0.000000000000 0.144531250000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.150390625000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.054199218750 0.107910156250 0.042968750000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.001945495605 +0.133789062500 0.000000000000 0.000000000000 0.068359375000 +0.000000000000 0.000000000000 0.000000000000 0.000705718994 +0.000000000000 0.000000000000 0.000000000000 0.001945495605 +0.000000000000 0.267578125000 0.000000000000 0.000000000000 +0.000000000000 0.067382812500 0.000000000000 0.000000000000 +0.000000000000 0.026855468750 0.253906250000 0.000000000000 +0.000000000000 0.115722656250 0.000000000000 0.000000000000 +0.084960937500 0.000000000000 0.000000000000 0.182617187500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.033203125000 0.159179687500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.104980468750 0.180664062500 0.116699218750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.003707885742 +0.123535156250 0.000000000000 0.000000000000 0.019897460938 +0.000000000000 0.167968750000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.011962890625 +0.000000000000 0.283203125000 0.000000000000 0.072265625000 +0.000000000000 0.046142578125 0.000000000000 0.000000000000 +0.000000000000 0.121093750000 0.343750000000 0.000000000000 +0.000000000000 0.112304687500 0.000000000000 0.000000000000 +0.046142578125 0.000000000000 0.000000000000 0.241210937500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.060546875000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.104980468750 0.083007812500 0.000000000000 +0.052978515625 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.102050781250 0.234375000000 0.164062500000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.044189453125 +0.063476562500 0.000000000000 0.033935546875 0.000000000000 +0.000000000000 0.244140625000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.208007812500 0.000000000000 0.074707031250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.138671875000 0.349609375000 0.094238281250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.007141113281 0.000000000000 0.000000000000 0.298828125000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.142578125000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.139648437500 0.000000000000 0.000000000000 +0.242187500000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.210937500000 0.165039062500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.023071289062 +0.219726562500 0.202148437500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.069335937500 0.000000000000 +0.000000000000 0.065917968750 0.000000000000 0.017211914062 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.075683593750 0.228515625000 0.185546875000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.322265625000 +0.022583007812 0.035888671875 0.000000000000 0.000000000000 +0.000000000000 0.117675781250 0.131835937500 0.000000000000 +0.000000000000 0.000000000000 0.132812500000 0.000000000000 +0.000000000000 0.110351562500 0.000000000000 0.000000000000 +0.251953125000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.096679687500 0.157226562500 0.000000000000 +0.204101562500 0.000000000000 0.131835937500 0.015258789062 +0.000000000000 0.000000000000 0.000000000000 0.104980468750 +0.388671875000 0.035644531250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.163085937500 0.000000000000 +0.042724609375 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.221679687500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.072265625000 0.000000000000 0.298828125000 +0.131835937500 0.027099609375 0.000000000000 0.000000000000 +0.000000000000 0.052978515625 0.198242187500 0.000000000000 +0.000000000000 0.011535644531 0.194335937500 0.000000000000 +0.000000000000 0.077636718750 0.000000000000 0.000000000000 +0.087890625000 0.000000000000 0.000000000000 0.061523437500 +0.000000000000 0.000000000000 0.000000000000 0.035644531250 +0.000000000000 0.000000000000 0.074707031250 0.000000000000 +0.275390625000 0.000000000000 0.229492187500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.178710937500 +0.439453125000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.132812500000 0.000000000000 +0.116210937500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.059570312500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.125000000000 +0.000000000000 0.000000000000 0.056152343750 0.000000000000 +0.000000000000 0.136718750000 0.000000000000 0.224609375000 +0.217773437500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.181640625000 0.000000000000 +0.000000000000 0.046875000000 0.153320312500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.058349609375 +0.000000000000 0.002685546875 0.000000000000 0.257812500000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.267578125000 0.000000000000 0.251953125000 0.020019531250 +0.000000000000 0.000000000000 0.000000000000 0.208007812500 +0.435546875000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.225585937500 0.000000000000 0.000000000000 0.000000000000 +0.106445312500 0.000000000000 0.181640625000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.062988281250 +0.000000000000 0.000000000000 0.166015625000 0.000000000000 +0.000000000000 0.142578125000 0.000000000000 0.123535156250 +0.228515625000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.133789062500 0.010681152344 +0.000000000000 0.059570312500 0.065917968750 0.065429687500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.062255859375 +0.000000000000 0.025756835938 0.000000000000 0.392578125000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.170898437500 0.000000000000 0.255859375000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.216796875000 +0.359375000000 0.000000000000 0.072753906250 0.101562500000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.177734375000 0.000000000000 0.000000000000 0.000000000000 +0.168945312500 0.000000000000 0.223632812500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.160156250000 0.032470703125 +0.000000000000 0.104980468750 0.000000000000 0.000000000000 +0.219726562500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.044189453125 0.109863281250 +0.000000000000 0.004302978516 0.000000000000 0.136718750000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.016601562500 +0.000000000000 0.070800781250 0.000000000000 0.410156250000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.190429687500 0.044189453125 +0.000000000000 0.000000000000 0.000000000000 0.106933593750 +0.206054687500 0.000000000000 0.162109375000 0.218750000000 +0.056396484375 0.000000000000 0.000000000000 0.000000000000 +0.104003906250 0.000000000000 0.000000000000 0.000000000000 +0.161132812500 0.000000000000 0.171875000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.079589843750 0.160156250000 +0.000000000000 0.048828125000 0.000000000000 0.000000000000 +0.171875000000 0.000000000000 0.000000000000 0.018310546875 +0.000000000000 0.000000000000 0.000000000000 0.116699218750 +0.000000000000 0.000000000000 0.000000000000 0.070800781250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.083984375000 0.000000000000 0.392578125000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.140625000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.147460937500 0.269531250000 +0.090332031250 0.000000000000 0.000000000000 0.000000000000 +0.039306640625 0.000000000000 0.000000000000 0.000000000000 +0.072265625000 0.000000000000 0.147460937500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.144531250000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.146484375000 0.000000000000 0.000000000000 0.031494140625 +0.000000000000 0.000000000000 0.000000000000 0.069335937500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.120605468750 0.000000000000 0.217773437500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.016235351562 0.033447265625 0.043212890625 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.150390625000 0.257812500000 +0.068359375000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.057373046875 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.144531250000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.103515625000 0.000000000000 0.000000000000 0.028564453125 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.143554687500 0.000000000000 0.060058593750 +0.000000000000 0.000000000000 0.000000000000 0.061035156250 +0.000000000000 0.014343261719 0.000000000000 0.022949218750 +0.027465820312 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.062988281250 0.179687500000 +0.000000000000 0.004791259766 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.007385253906 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.038574218750 +0.000000000000 0.020263671875 0.000000000000 0.000000000000 +0.105957031250 0.000000000000 0.000000000000 0.021240234375 +0.000000000000 0.000000000000 0.012634277344 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.015625000000 0.145507812500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.018554687500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.034912109375 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.078613281250 +0.000000000000 0.013122558594 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.013549804688 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.078613281250 0.000000000000 0.025146484375 +0.123046875000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.018066406250 0.087890625000 0.000000000000 0.000000000000 +0.000000000000 0.010925292969 0.000000000000 0.000000000000 +0.040283203125 0.000000000000 0.000000000000 0.058349609375 +0.093261718750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.019897460938 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.088867187500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.160156250000 0.000000000000 0.144531250000 +0.151367187500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.066894531250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.004699707031 0.000000000000 0.000000000000 +0.000000000000 0.018188476562 0.000010490417 0.000000000000 +0.035888671875 0.000000000000 0.000000000000 0.018554687500 +0.168945312500 0.000000000000 0.000000000000 0.000000000000 +0.070312500000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.157226562500 0.000000000000 0.140625000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.223632812500 0.000000000000 0.257812500000 +0.129882812500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.004943847656 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.115722656250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.053710937500 0.040527343750 0.062988281250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.171875000000 0.000000000000 0.000000000000 0.167968750000 +0.105468750000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.333984375000 0.000000000000 0.149414062500 +0.000000000000 0.053955078125 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.070312500000 0.000000000000 +0.000000000000 0.000000000000 0.009094238281 0.000000000000 +0.000000000000 0.203125000000 0.000000000000 0.328125000000 +0.097656250000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.068847656250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.156250000000 0.087402343750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.127929687500 0.081542968750 0.073730468750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.008789062500 +0.190429687500 0.000000000000 0.053955078125 0.335937500000 +0.077636718750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.398437500000 0.000000000000 0.106933593750 +0.000000000000 0.066894531250 0.000000000000 0.000000000000 +0.000000000000 0.093750000000 0.233398437500 0.000000000000 +0.000000000000 0.000000000000 0.052978515625 0.000000000000 +0.001953125000 0.183593750000 0.000000000000 0.382812500000 +0.026855468750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.052001953125 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.162109375000 0.119628906250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.129882812500 0.098144531250 0.113281250000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.144531250000 0.000000000000 0.029663085938 0.390625000000 +0.098632812500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.417968750000 0.000000000000 0.011230468750 +0.000000000000 0.041992187500 0.000000000000 0.000000000000 +0.000000000000 0.148437500000 0.341796875000 0.068359375000 +0.000000000000 0.000000000000 0.021606445312 0.000000000000 +0.021606445312 0.053466796875 0.000000000000 0.371093750000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.013732910156 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.115234375000 0.136718750000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.066406250000 0.117187500000 0.148437500000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.013793945312 +0.017089843750 0.000000000000 0.087402343750 0.376953125000 +0.072265625000 0.143554687500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.345703125000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.204101562500 0.367187500000 0.146484375000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.047119140625 0.000000000000 0.000000000000 0.341796875000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.060058593750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.004028320312 0.104980468750 0.083984375000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000113964081 0.125976562500 0.130859375000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.012817382812 0.306640625000 +0.040771484375 0.226562500000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.257812500000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.128906250000 0.335937500000 0.114257812500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.076660156250 0.000000000000 0.000000000000 0.302734375000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.072265625000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.049316406250 0.020263671875 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.125000000000 0.162109375000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.023559570312 +0.000000000000 0.000000000000 0.000000000000 0.162109375000 +0.032470703125 0.213867187500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.186523437500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.097656250000 0.269531250000 0.056884765625 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.053955078125 0.000000000000 0.000000000000 0.269531250000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.002517700195 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.061523437500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.125976562500 0.135742187500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.001159667969 +0.000000000000 0.000000000000 0.000000000000 0.097656250000 +0.042236328125 0.174804687500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.150390625000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.045898437500 0.198242187500 0.018676757812 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.255859375000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.045898437500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.101074218750 0.113769531250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.032226562500 +0.000000000000 0.000000000000 0.000000000000 0.077636718750 +0.059082031250 0.085937500000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.127929687500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.136718750000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.024780273438 0.000000000000 0.000000000000 0.248046875000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.041015625000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.083007812500 0.100585937500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.079589843750 +0.050048828125 0.029052734375 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.102539062500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.111816406250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.237304687500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.036376953125 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.068359375000 0.076660156250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.010803222656 +0.000000000000 0.000000000000 0.000000000000 0.101562500000 +0.047119140625 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.079101562500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000919342041 0.096191406250 0.038330078125 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.205078125000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.015014648438 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.048583984375 0.069335937500 0.000000000000 +0.000000000000 0.000000000000 0.015319824219 0.029052734375 +0.000000000000 0.000000000000 0.000000000000 0.101074218750 +0.047119140625 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.062255859375 0.103515625000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.142578125000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.006042480469 0.018920898438 0.000000000000 +0.000000000000 0.000000000000 0.031738281250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.035400390625 +0.026000976562 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.016601562500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.129882812500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.037841796875 +0.000000000000 0.000000000000 0.034179687500 0.000000000000 +0.039794921875 0.000000000000 0.000000000000 0.041748046875 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.075683593750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.049316406250 0.007202148438 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.024169921875 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.091308593750 +0.000000000000 0.000000000000 0.000000000000 0.113769531250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.077636718750 0.091796875000 +0.113281250000 0.000000000000 0.007171630859 0.157226562500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.078613281250 +0.000000000000 0.087890625000 0.184570312500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.026000976562 +0.000000000000 0.000000000000 0.053710937500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.041748046875 0.085937500000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.001144409180 0.000000000000 +0.022338867188 0.000000000000 0.000000000000 0.000000000000 +0.092285156250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.092285156250 0.000000000000 0.229492187500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.115722656250 0.164062500000 +0.161132812500 0.000000000000 0.000000000000 0.208984375000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.085937500000 +0.000000000000 0.161132812500 0.213867187500 0.019531250000 +0.000000000000 0.000000000000 0.000000000000 0.289062500000 +0.000000000000 0.000000000000 0.014282226562 0.015625000000 +0.000000000000 0.018066406250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.209960937500 0.221679687500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.177734375000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.271484375000 0.000000000000 0.316406250000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.134765625000 0.181640625000 +0.189453125000 0.000000000000 0.000000000000 0.203125000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.002471923828 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.186523437500 0.143554687500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.488281250000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.057373046875 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.211914062500 0.300781250000 +0.000000000000 0.060302734375 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.022094726562 +0.188476562500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.417968750000 0.000000000000 0.320312500000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.180664062500 0.154296875000 +0.198242187500 0.000000000000 0.000000000000 0.131835937500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.034667968750 0.061035156250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.038574218750 0.186523437500 0.018310546875 0.000000000000 +0.000000000000 0.052734375000 0.000000000000 0.601562500000 +0.000000000000 0.000000000000 0.000000000000 0.004119873047 +0.045410156250 0.066894531250 0.000000000000 0.000000000000 +0.000000000000 0.002059936523 0.206054687500 0.285156250000 +0.000000000000 0.161132812500 0.000000000000 0.037597656250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.110351562500 +0.199218750000 0.000000000000 0.000000000000 0.000000000000 +0.015075683594 0.511718750000 0.000000000000 0.302734375000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.204101562500 0.086914062500 +0.213867187500 0.000000000000 0.000000000000 0.043945312500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.047363281250 0.133789062500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.095214843750 0.155273437500 0.000000000000 0.000000000000 +0.000000000000 0.134765625000 0.000000000000 0.609375000000 +0.000000000000 0.000000000000 0.000000000000 0.016967773438 +0.073730468750 0.045654296875 0.000000000000 0.000000000000 +0.000000000000 0.148437500000 0.120117187500 0.236328125000 +0.000000000000 0.140625000000 0.000000000000 0.075683593750 +0.000000000000 0.000000000000 0.000347137451 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.167968750000 +0.180664062500 0.000000000000 0.000000000000 0.000000000000 +0.016357421875 0.558593750000 0.000000000000 0.275390625000 +0.037109375000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.220703125000 0.061767578125 +0.190429687500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.040771484375 0.112792968750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.177734375000 0.122070312500 0.000000000000 0.000000000000 +0.000000000000 0.208984375000 0.000000000000 0.574218750000 +0.000000000000 0.000000000000 0.000000000000 0.011047363281 +0.108398437500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.238281250000 0.000000000000 0.154296875000 +0.000000000000 0.159179687500 0.000000000000 0.074707031250 +0.000000000000 0.000000000000 0.014404296875 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.115722656250 +0.155273437500 0.000000000000 0.000000000000 0.000000000000 +0.008300781250 0.539062500000 0.000000000000 0.172851562500 +0.024169921875 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.241210937500 0.000000000000 +0.166992187500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.028564453125 0.111328125000 +0.095214843750 0.000000000000 0.000000000000 0.000000000000 +0.188476562500 0.075683593750 0.000000000000 0.000000000000 +0.000000000000 0.251953125000 0.000000000000 0.474609375000 +0.000000000000 0.000000000000 0.000000000000 0.010070800781 +0.087890625000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.316406250000 0.000000000000 0.035400390625 +0.000000000000 0.062988281250 0.000000000000 0.031982421875 +0.000000000000 0.000000000000 0.029174804688 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.053710937500 +0.036132812500 0.000000000000 0.041992187500 0.000000000000 +0.009277343750 0.476562500000 0.000000000000 0.080566406250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.217773437500 0.000000000000 +0.145507812500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.084960937500 +0.154296875000 0.000000000000 0.000000000000 0.000000000000 +0.131835937500 0.048339843750 0.000000000000 0.000000000000 +0.000000000000 0.229492187500 0.000000000000 0.371093750000 +0.000000000000 0.000000000000 0.000000000000 0.014160156250 +0.017944335938 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.335937500000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.042236328125 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.023315429688 +0.009887695312 0.000000000000 0.039306640625 0.000000000000 +0.000000000000 0.357421875000 0.000000000000 0.062255859375 +0.048583984375 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.205078125000 0.000000000000 +0.105468750000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.137695312500 0.000000000000 0.000000000000 0.000000000000 +0.062500000000 0.033691406250 0.000000000000 0.000000000000 +0.000000000000 0.194335937500 0.015625000000 0.251953125000 +0.000000000000 0.000000000000 0.000000000000 0.010192871094 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.324218750000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.005859375000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.047851562500 +0.000000000000 0.000000000000 0.031494140625 0.000000000000 +0.000000000000 0.302734375000 0.000000000000 0.042724609375 +0.042236328125 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.144531250000 0.001152038574 +0.073242187500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.098632812500 0.000000000000 0.000000000000 0.000000000000 +0.082031250000 0.024902343750 0.000000000000 0.000000000000 +0.000000000000 0.189453125000 0.021240234375 0.173828125000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.240234375000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.019897460938 +0.000000000000 0.000000000000 0.036132812500 0.000000000000 +0.000000000000 0.267578125000 0.000000000000 0.012084960938 +0.078125000000 0.000000000000 0.000000000000 0.003433227539 +0.000000000000 0.000000000000 0.076660156250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.030029296875 0.000000000000 0.000000000000 0.000000000000 +0.065429687500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.188476562500 0.057617187500 0.086425781250 +0.000000000000 0.000000000000 0.000000000000 0.018798828125 +0.047851562500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.175781250000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.036376953125 0.005584716797 0.006256103516 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.073242187500 0.000000000000 +0.000000000000 0.240234375000 0.000000000000 0.000000000000 +0.088378906250 0.000000000000 0.000000000000 0.084472656250 +0.000000000000 0.000000000000 0.026855468750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.059326171875 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.035400390625 0.000000000000 0.000000000000 0.000000000000 +0.084960937500 0.215820312500 0.082031250000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.044677734375 +0.101074218750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.162109375000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.190429687500 0.000000000000 0.133789062500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.021484375000 0.211914062500 0.000000000000 +0.000000000000 0.190429687500 0.000000000000 0.000000000000 +0.080078125000 0.000000000000 0.000000000000 0.201171875000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.119628906250 0.015319824219 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.020874023438 0.000000000000 0.000000000000 0.000000000000 +0.146484375000 0.237304687500 0.128906250000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.013793945312 +0.125976562500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.174804687500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.261718750000 0.000000000000 0.219726562500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.108398437500 0.294921875000 0.000000000000 +0.000000000000 0.095214843750 0.000000000000 0.000000000000 +0.058837890625 0.012878417969 0.000000000000 0.308593750000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.001792907715 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.185546875000 0.000000000000 0.000000000000 +0.054687500000 0.000000000000 0.000000000000 0.000000000000 +0.012145996094 0.000000000000 0.000000000000 0.000000000000 +0.141601562500 0.249023437500 0.178710937500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.082519531250 0.000000000000 0.000000000000 0.019042968750 +0.022949218750 0.172851562500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.326171875000 0.000000000000 0.253906250000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.139648437500 0.328125000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.033691406250 0.059326171875 0.000000000000 0.408203125000 +0.000000000000 0.033691406250 0.000000000000 0.000000000000 +0.000000000000 0.083007812500 0.000000000000 0.000000000000 +0.033691406250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.236328125000 0.000000000000 0.000000000000 +0.071289062500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.128906250000 0.224609375000 0.209960937500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.037597656250 0.000000000000 0.041748046875 0.207031250000 +0.203125000000 0.136718750000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.330078125000 0.000000000000 0.240234375000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.138671875000 0.318359375000 0.093750000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.007110595703 0.110351562500 0.000000000000 0.468750000000 +0.015625000000 0.089843750000 0.000000000000 0.000000000000 +0.000000000000 0.079101562500 0.000766754150 0.000000000000 +0.005462646484 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.244140625000 0.000000000000 0.000000000000 +0.066406250000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.047363281250 0.160156250000 0.205078125000 0.000000000000 +0.078613281250 0.000000000000 0.051269531250 0.004882812500 +0.000000000000 0.000000000000 0.033691406250 0.355468750000 +0.355468750000 0.043212890625 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.014404296875 0.000000000000 +0.000000000000 0.265625000000 0.000000000000 0.134765625000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.115234375000 0.249023437500 0.208007812500 +0.000000000000 0.000000000000 0.039550781250 0.000000000000 +0.000000000000 0.134765625000 0.000000000000 0.470703125000 +0.076171875000 0.132812500000 0.000000000000 0.000000000000 +0.000000000000 0.082031250000 0.049804687500 0.000000000000 +0.000000000000 0.000000000000 0.046386718750 0.000000000000 +0.000000000000 0.210937500000 0.000000000000 0.000000000000 +0.004943847656 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.059814453125 0.159179687500 0.000000000000 +0.152343750000 0.000000000000 0.151367187500 0.011901855469 +0.000000000000 0.000000000000 0.021484375000 0.423828125000 +0.466796875000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.059814453125 0.000000000000 +0.000000000000 0.223632812500 0.000000000000 0.056640625000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.101562500000 0.201171875000 +0.000000000000 0.000000000000 0.046875000000 0.000000000000 +0.000000000000 0.204101562500 0.000000000000 0.462890625000 +0.147460937500 0.081542968750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.073730468750 0.000000000000 +0.000000000000 0.000000000000 0.062988281250 0.000000000000 +0.000000000000 0.166015625000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.152343750000 0.000000000000 +0.148437500000 0.000000000000 0.181640625000 0.061523437500 +0.000000000000 0.000000000000 0.015625000000 0.482421875000 +0.453125000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.006469726562 0.000000000000 +0.051025390625 0.233398437500 0.000000000000 0.032470703125 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.003479003906 0.086425781250 +0.000000000000 0.000000000000 0.154296875000 0.000000000000 +0.000000000000 0.277343750000 0.000000000000 0.425781250000 +0.152343750000 0.053710937500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.039062500000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.020263671875 +0.000000000000 0.114746093750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.099609375000 0.000000000000 +0.101074218750 0.000000000000 0.172851562500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.531250000000 +0.396484375000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.302734375000 0.000000000000 0.000499725342 +0.069335937500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.014099121094 0.000000000000 +0.000000000000 0.000000000000 0.189453125000 0.000000000000 +0.000000000000 0.241210937500 0.000000000000 0.390625000000 +0.128906250000 0.011291503906 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.099121093750 +0.000000000000 0.106933593750 0.083496093750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.059570312500 0.000000000000 +0.000000000000 0.000000000000 0.099121093750 0.003463745117 +0.023803710938 0.000000000000 0.006530761719 0.531250000000 +0.275390625000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.371093750000 0.000000000000 0.000000000000 +0.115722656250 0.132812500000 0.000000000000 0.000000000000 +0.000000000000 0.013549804688 0.141601562500 0.000000000000 +0.000000000000 0.000000000000 0.157226562500 0.000000000000 +0.014831542969 0.188476562500 0.000000000000 0.359375000000 +0.063476562500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.106933593750 +0.000000000000 0.064941406250 0.234375000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.065917968750 0.014648437500 0.066894531250 0.000000000000 +0.000000000000 0.000000000000 0.029785156250 0.000020265579 +0.074707031250 0.000000000000 0.015319824219 0.494140625000 +0.091796875000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.009460449219 +0.000000000000 0.375000000000 0.000000000000 0.000000000000 +0.149414062500 0.183593750000 0.000000000000 0.000000000000 +0.000000000000 0.183593750000 0.275390625000 0.014770507812 +0.000000000000 0.063964843750 0.108398437500 0.000000000000 +0.028198242188 0.026367187500 0.000000000000 0.304687500000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.062500000000 +0.000000000000 0.008056640625 0.330078125000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.093750000000 0.104980468750 0.063964843750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.027343750000 +0.081054687500 0.069335937500 0.032714843750 0.404296875000 +0.000000000000 0.212890625000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.223632812500 +0.000000000000 0.328125000000 0.020385742188 0.000000000000 +0.135742187500 0.172851562500 0.000000000000 0.000000000000 +0.174804687500 0.236328125000 0.416015625000 0.109375000000 +0.011108398438 0.265625000000 0.000000000000 0.021240234375 +0.111328125000 0.000000000000 0.000000000000 0.197265625000 +0.000000000000 0.000000000000 0.172851562500 0.000000000000 +0.126953125000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.006927490234 0.000000000000 0.339843750000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.046630859375 0.168945312500 0.068847656250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.010864257812 +0.000000000000 0.187500000000 0.000000000000 0.192382812500 +0.000000000000 0.523437500000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.304687500000 +0.000000000000 0.176757812500 0.100585937500 0.000000000000 +0.034423828125 0.069335937500 0.000000000000 0.000000000000 +0.265625000000 0.279296875000 0.447265625000 0.146484375000 +0.096191406250 0.408203125000 0.000000000000 0.068359375000 +0.149414062500 0.000000000000 0.000000000000 0.069335937500 +0.000000000000 0.000000000000 0.345703125000 0.000000000000 +0.239257812500 0.039306640625 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.006835937500 0.000000000000 0.279296875000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.089843750000 0.000000000000 +0.000000000000 0.225585937500 0.077636718750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.016479492188 +0.000000000000 0.184570312500 0.000000000000 0.000000000000 +0.000000000000 0.726562500000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.275390625000 +0.000000000000 0.000000000000 0.063964843750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.261718750000 0.265625000000 0.392578125000 0.088378906250 +0.121582031250 0.464843750000 0.000000000000 0.102539062500 +0.160156250000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.396484375000 0.000000000000 +0.314453125000 0.122558593750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.020385742188 0.000000000000 0.154296875000 0.000000000000 +0.208984375000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.111328125000 0.000000000000 +0.000000000000 0.259765625000 0.076171875000 0.071289062500 +0.000000000000 0.000000000000 0.000000000000 0.021972656250 +0.000000000000 0.138671875000 0.000000000000 0.000000000000 +0.000000000000 0.761718750000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.038330078125 0.206054687500 +0.000000000000 0.000000000000 0.069824218750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.080566406250 +0.190429687500 0.142578125000 0.316406250000 0.000000000000 +0.081054687500 0.474609375000 0.000000000000 0.094726562500 +0.181640625000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.400390625000 0.063964843750 +0.277343750000 0.129882812500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.024658203125 +0.400390625000 0.000000000000 0.000000000000 0.000000000000 +0.097656250000 0.000000000000 0.031250000000 0.000000000000 +0.000000000000 0.275390625000 0.076660156250 0.232421875000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.718750000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.066894531250 0.010742187500 +0.000000000000 0.000000000000 0.030395507812 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.220703125000 +0.049560546875 0.017333984375 0.184570312500 0.000000000000 +0.026733398438 0.394531250000 0.000000000000 0.031005859375 +0.097656250000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.285156250000 0.091308593750 +0.183593750000 0.098144531250 0.023315429688 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.486328125000 0.000000000000 0.000000000000 0.000000000000 +0.227539062500 0.066894531250 0.000000000000 0.000000000000 +0.000000000000 0.269531250000 0.093261718750 0.253906250000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.527343750000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.103515625000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.023437500000 +0.000000000000 0.000000000000 0.000000000000 0.173828125000 +0.000000000000 0.000000000000 0.086425781250 0.000000000000 +0.000000000000 0.210937500000 0.000000000000 0.000000000000 +0.007690429688 0.000000000000 0.000000000000 0.014404296875 +0.000000000000 0.000000000000 0.109375000000 0.042724609375 +0.011901855469 0.063476562500 0.099609375000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.007537841797 0.000000000000 0.000000000000 +0.462890625000 0.000000000000 0.000000000000 0.000000000000 +0.241210937500 0.099121093750 0.000000000000 0.000000000000 +0.000000000000 0.222656250000 0.081542968750 0.139648437500 +0.074707031250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.214843750000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.074707031250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.084960937500 +0.000000000000 0.000000000000 0.000000000000 0.044921875000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.108398437500 +0.083984375000 0.022460937500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.154296875000 0.000000000000 +0.000000000000 0.000000000000 0.165039062500 0.000000000000 +0.000000000000 0.091796875000 0.000000000000 0.000000000000 +0.357421875000 0.000000000000 0.000000000000 0.000000000000 +0.175781250000 0.097656250000 0.000000000000 0.000000000000 +0.000000000000 0.133789062500 0.083007812500 0.000000000000 +0.332031250000 0.000000000000 0.054931640625 0.015869140625 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.265625000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.077636718750 0.000000000000 +0.045166015625 0.000000000000 0.000000000000 0.027954101562 +0.000000000000 0.000000000000 0.066894531250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.101074218750 0.000000000000 0.175781250000 +0.193359375000 0.063476562500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.208007812500 0.000000000000 +0.000000000000 0.000000000000 0.225585937500 0.000000000000 +0.000000000000 0.095703125000 0.000000000000 0.000000000000 +0.124023437500 0.000000000000 0.000000000000 0.031250000000 +0.000000000000 0.092773437500 0.000000000000 0.040771484375 +0.000000000000 0.000000000000 0.024414062500 0.000000000000 +0.388671875000 0.000000000000 0.180664062500 0.003616333008 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.392578125000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.057861328125 0.000000000000 +0.221679687500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.237304687500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.013610839844 +0.000000000000 0.000000000000 0.085937500000 0.000000000000 +0.000000000000 0.134765625000 0.011169433594 0.166015625000 +0.246093750000 0.061279296875 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.190429687500 0.000000000000 +0.000000000000 0.072753906250 0.235351562500 0.000000000000 +0.000000000000 0.026123046875 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.114257812500 +0.000000000000 0.071289062500 0.000000000000 0.312500000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.392578125000 0.000000000000 0.277343750000 0.012145996094 +0.000000000000 0.000000000000 0.000000000000 0.158203125000 +0.449218750000 0.000000000000 0.063476562500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.281250000000 0.000000000000 0.000000000000 0.000000000000 +0.160156250000 0.000000000000 0.333984375000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.076660156250 +0.000000000000 0.000000000000 0.219726562500 0.000000000000 +0.000000000000 0.122558593750 0.000000000000 0.057373046875 +0.263671875000 0.000000000000 0.000000000000 0.001281738281 +0.000000000000 0.000000000000 0.156250000000 0.076171875000 +0.000000000000 0.104492187500 0.092285156250 0.077636718750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.200195312500 +0.000000000000 0.111816406250 0.000000000000 0.546875000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.227539062500 0.020996093750 0.277343750000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.170898437500 +0.386718750000 0.000000000000 0.211914062500 0.148437500000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.226562500000 0.000000000000 0.000000000000 0.000000000000 +0.228515625000 0.000000000000 0.375000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.045898437500 +0.000000000000 0.000000000000 0.169921875000 0.113281250000 +0.000000000000 0.029785156250 0.000000000000 0.000000000000 +0.253906250000 0.000000000000 0.000000000000 0.109863281250 +0.000000000000 0.000000000000 0.120117187500 0.253906250000 +0.000000000000 0.087402343750 0.000000000000 0.151367187500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.238281250000 +0.000000000000 0.168945312500 0.130859375000 0.656250000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.045898437500 0.056152343750 0.283203125000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.024902343750 +0.222656250000 0.000000000000 0.326171875000 0.332031250000 +0.104980468750 0.000000000000 0.000000000000 0.000000000000 +0.133789062500 0.000000000000 0.000000000000 0.000000000000 +0.219726562500 0.000000000000 0.388671875000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.082031250000 0.267578125000 +0.000000000000 0.012756347656 0.000000000000 0.000000000000 +0.211914062500 0.000000000000 0.000000000000 0.112304687500 +0.000000000000 0.000000000000 0.035156250000 0.251953125000 +0.000000000000 0.063476562500 0.000000000000 0.162109375000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.011169433594 0.105957031250 +0.000000000000 0.180664062500 0.114746093750 0.609375000000 +0.000000000000 0.000000000000 0.000000000000 0.073242187500 +0.000000000000 0.074218750000 0.169921875000 0.005371093750 +0.000000000000 0.016723632812 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.384765625000 0.478515625000 +0.265625000000 0.045654296875 0.000000000000 0.000000000000 +0.055175781250 0.000000000000 0.000000000000 0.000000000000 +0.141601562500 0.000000000000 0.275390625000 0.000000000000 +0.045410156250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.084960937500 0.000000000000 0.312500000000 +0.000000000000 0.000429153442 0.000000000000 0.000000000000 +0.145507812500 0.000000000000 0.000000000000 0.072265625000 +0.000000000000 0.000000000000 0.000000000000 0.171875000000 +0.000000000000 0.000000000000 0.000000000000 0.056396484375 +0.000000000000 0.000000000000 0.101074218750 0.000000000000 +0.000000000000 0.000000000000 0.165039062500 0.000000000000 +0.000000000000 0.163085937500 0.000000000000 0.359375000000 +0.000000000000 0.000000000000 0.000000000000 0.231445312500 +0.000000000000 0.081542968750 0.000000000000 0.000000000000 +0.208984375000 0.074707031250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.326171875000 0.466796875000 +0.279296875000 0.224609375000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.151367187500 0.112792968750 0.000000000000 +0.105957031250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.316406250000 0.000000000000 0.289062500000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.061279296875 0.000000000000 0.000000000000 0.000000000000 +0.030029296875 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.176757812500 0.000000000000 +0.000000000000 0.000000000000 0.166015625000 0.000000000000 +0.009277343750 0.092285156250 0.000000000000 0.000000000000 +0.000000000000 0.070800781250 0.000000000000 0.267578125000 +0.000000000000 0.000000000000 0.000000000000 0.055175781250 +0.316406250000 0.019287109375 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.085937500000 0.390625000000 +0.241210937500 0.218750000000 0.000000000000 0.100097656250 +0.000000000000 0.002471923828 0.000000000000 0.000000000000 +0.000000000000 0.176757812500 0.000000000000 0.039062500000 +0.052246093750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.412109375000 0.000000000000 0.183593750000 +0.030395507812 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.005584716797 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.157226562500 0.000000000000 +0.000000000000 0.000000000000 0.126953125000 0.000000000000 +0.114746093750 0.000162124634 0.000000000000 0.000000000000 +0.165039062500 0.224609375000 0.004150390625 0.195312500000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.343750000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.064453125000 0.000000000000 0.168945312500 +0.000000000000 0.157226562500 0.000000000000 0.111328125000 +0.000000000000 0.126953125000 0.000000000000 0.095214843750 +0.000000000000 0.188476562500 0.000000000000 0.002899169922 +0.000000000000 0.045898437500 0.208984375000 0.000000000000 +0.000000000000 0.412109375000 0.000000000000 0.019775390625 +0.049316406250 0.000000000000 0.000000000000 0.070312500000 +0.000000000000 0.000000000000 0.041992187500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.043945312500 0.127929687500 0.000000000000 +0.000000000000 0.015563964844 0.000000000000 0.000000000000 +0.122558593750 0.000000000000 0.000000000000 0.000000000000 +0.189453125000 0.310546875000 0.103027343750 0.007751464844 +0.000000000000 0.000000000000 0.000000000000 0.065917968750 +0.298828125000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.269531250000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.056152343750 +0.000000000000 0.180664062500 0.000000000000 0.118652343750 +0.000000000000 0.002670288086 0.000000000000 0.000000000000 +0.000000000000 0.198242187500 0.335937500000 0.000000000000 +0.000000000000 0.296875000000 0.000000000000 0.000000000000 +0.031982421875 0.000000000000 0.000000000000 0.202148437500 +0.000000000000 0.000000000000 0.055419921875 0.000000000000 +0.000000000000 0.030517578125 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.134765625000 0.014343261719 0.000000000000 +0.126953125000 0.000000000000 0.000000000000 0.000000000000 +0.076660156250 0.000000000000 0.000000000000 0.000000000000 +0.169921875000 0.310546875000 0.143554687500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.146484375000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.332031250000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.166992187500 0.000000000000 0.018676757812 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.227539062500 0.349609375000 0.083984375000 +0.000000000000 0.120117187500 0.000000000000 0.000000000000 +0.029296875000 0.000000000000 0.000000000000 0.238281250000 +0.000000000000 0.000000000000 0.049560546875 0.000000000000 +0.000000000000 0.133789062500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.105957031250 0.000000000000 0.000000000000 +0.207031250000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.004730224609 0.239257812500 0.157226562500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.001861572266 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.031494140625 0.335937500000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.066406250000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.196289062500 0.257812500000 0.289062500000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.211914062500 +0.000000000000 0.000000000000 0.061523437500 0.000000000000 +0.000000000000 0.120605468750 0.043701171875 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.027587890625 0.000000000000 0.000000000000 +0.205078125000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.113769531250 0.091308593750 0.000000000000 +0.000000000000 0.000000000000 0.061767578125 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.116699218750 0.225585937500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.147460937500 0.000000000000 +0.000000000000 0.000000000000 0.024780273438 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.046630859375 0.037353515625 0.337890625000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.100097656250 +0.000000000000 0.000000000000 0.040527343750 0.053466796875 +0.049316406250 0.000541687012 0.095214843750 0.088867187500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.047119140625 0.000000000000 0.000000000000 0.000000000000 +0.027343750000 0.000000000000 0.000000000000 0.190429687500 +0.000000000000 0.008789062500 0.188476562500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.146484375000 0.021972656250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.083984375000 0.041259765625 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.137695312500 0.000000000000 +0.000000000000 0.000000000000 0.008361816406 0.000000000000 +0.070312500000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.211914062500 +0.000000000000 0.000000000000 0.000000000000 0.141601562500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.068847656250 0.167968750000 +0.113281250000 0.000000000000 0.105957031250 0.245117187500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.032958984375 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.224609375000 +0.000000000000 0.134765625000 0.279296875000 0.137695312500 +0.000000000000 0.000000000000 0.000000000000 0.037841796875 +0.000000000000 0.000000000000 0.136718750000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.177734375000 0.140625000000 +0.000000000000 0.000000000000 0.028198242188 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.074218750000 0.000000000000 0.072265625000 0.000000000000 +0.119140625000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.053955078125 0.000000000000 0.292968750000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.083007812500 0.219726562500 +0.192382812500 0.000000000000 0.031494140625 0.283203125000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.174804687500 +0.000000000000 0.205078125000 0.289062500000 0.182617187500 +0.000000000000 0.000000000000 0.000000000000 0.359375000000 +0.000000000000 0.000000000000 0.059082031250 0.000000000000 +0.000000000000 0.082031250000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.330078125000 0.314453125000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.010559082031 0.000000000000 0.074218750000 0.000000000000 +0.195312500000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.277343750000 0.000000000000 0.373046875000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.098632812500 0.236328125000 +0.191406250000 0.000000000000 0.000000000000 0.255859375000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.001968383789 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.017456054688 +0.000000000000 0.246093750000 0.171875000000 0.109375000000 +0.000000000000 0.000000000000 0.000000000000 0.570312500000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.077148437500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.324218750000 0.384765625000 +0.000000000000 0.202148437500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.023803710938 0.116699218750 +0.176757812500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.414062500000 0.000000000000 0.363281250000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.117675781250 0.178710937500 +0.177734375000 0.000000000000 0.000000000000 0.132812500000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.010925292969 0.085937500000 +0.000000000000 0.000000000000 0.055419921875 0.000000000000 +0.143554687500 0.226562500000 0.000000000000 0.000000000000 +0.000000000000 0.070312500000 0.000000000000 0.644531250000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.125976562500 0.052490234375 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.234375000000 0.347656250000 +0.000000000000 0.277343750000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.257812500000 +0.068847656250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.464843750000 0.000000000000 0.279296875000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.083496093750 0.112304687500 +0.113769531250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.069824218750 +0.000000000000 0.000000000000 0.118164062500 0.000000000000 +0.285156250000 0.196289062500 0.000000000000 0.000000000000 +0.000000000000 0.183593750000 0.000000000000 0.609375000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.238281250000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.069335937500 0.205078125000 +0.000000000000 0.347656250000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.157226562500 +0.000000000000 0.000000000000 0.000000000000 0.259765625000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.402343750000 0.000000000000 0.092285156250 +0.002166748047 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.016723632812 0.000000000000 +0.015869140625 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.027221679688 0.000000000000 0.000000000000 +0.091308593750 0.000000000000 0.040039062500 0.000000000000 +0.320312500000 0.113281250000 0.000000000000 0.000000000000 +0.099609375000 0.271484375000 0.057617187500 0.361328125000 +0.000000000000 0.000000000000 0.000000000000 0.060302734375 +0.259765625000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.028686523438 0.000000000000 0.000000000000 +0.000000000000 0.224609375000 0.000000000000 0.000000000000 +0.000000000000 0.080566406250 0.000000000000 0.365234375000 +0.000000000000 0.000000000000 0.000000000000 0.151367187500 +0.000000000000 0.000000000000 0.072753906250 0.000000000000 +0.000000000000 0.245117187500 0.000000000000 0.000000000000 +0.000000000000 0.006439208984 0.000000000000 0.180664062500 +0.000000000000 0.025390625000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.218750000000 0.000000000000 0.000000000000 +0.109863281250 0.000000000000 0.000329971313 0.000000000000 +0.292968750000 0.002166748047 0.000000000000 0.000000000000 +0.155273437500 0.271484375000 0.113281250000 0.033447265625 +0.014770507812 0.000000000000 0.000000000000 0.041503906250 +0.273437500000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.064941406250 0.000000000000 0.000000000000 +0.000000000000 0.208007812500 0.000000000000 0.367187500000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.091796875000 0.148437500000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.104003906250 0.020629882812 0.363281250000 +0.022338867188 0.131835937500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.019653320312 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.294921875000 0.000000000000 0.000000000000 +0.076660156250 0.000000000000 0.000000000000 0.000000000000 +0.104980468750 0.000000000000 0.000000000000 0.000000000000 +0.150390625000 0.229492187500 0.165039062500 0.000000000000 +0.075195312500 0.000000000000 0.000000000000 0.000000000000 +0.159179687500 0.000000000000 0.000000000000 0.119140625000 +0.185546875000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.251953125000 0.000000000000 0.238281250000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.095214843750 0.191406250000 0.060791015625 +0.000000000000 0.000000000000 0.006103515625 0.000000000000 +0.000000000000 0.104492187500 0.000000000000 0.419921875000 +0.033447265625 0.148437500000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.259765625000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.018798828125 0.124023437500 0.146484375000 0.000000000000 +0.070312500000 0.000000000000 0.062500000000 0.000000000000 +0.008361816406 0.000000000000 0.022338867188 0.349609375000 +0.335937500000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.214843750000 0.000000000000 0.014892578125 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.066894531250 0.145507812500 0.291015625000 +0.000000000000 0.000000000000 0.076171875000 0.000000000000 +0.000000000000 0.086425781250 0.000000000000 0.410156250000 +0.054199218750 0.066406250000 0.000000000000 0.000000000000 +0.000000000000 0.008850097656 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.166992187500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.007080078125 0.108886718750 0.000000000000 +0.034423828125 0.000000000000 0.152343750000 0.002593994141 +0.000000000000 0.000000000000 0.000000000000 0.408203125000 +0.357421875000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.006835937500 0.038818359375 0.000000000000 0.000000000000 +0.097167968750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.005004882812 0.022705078125 0.324218750000 +0.000000000000 0.000000000000 0.104003906250 0.000000000000 +0.000000000000 0.001998901367 0.000000000000 0.296875000000 +0.028442382812 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.016235351562 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.041259765625 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.016479492188 +0.000000000000 0.000000000000 0.015502929688 0.000000000000 +0.000000000000 0.000000000000 0.173828125000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.355468750000 +0.292968750000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.007659912109 0.000000000000 0.000000000000 0.000000000000 +0.160156250000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.332031250000 +0.000000000000 0.000000000000 0.067871093750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.104003906250 +0.015625000000 0.000000000000 0.000000000000 0.000452041626 +0.000000000000 0.000000000000 0.024658203125 0.147460937500 +0.000000000000 0.000000000000 0.000000000000 0.022216796875 +0.089355468750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.085449218750 +0.000000000000 0.000000000000 0.172851562500 0.168945312500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.182617187500 0.043701171875 +0.000000000000 0.000000000000 0.000000000000 0.166992187500 +0.145507812500 0.000000000000 0.000000000000 0.032226562500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.005981445312 0.000000000000 0.000000000000 0.000000000000 +0.155273437500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.170898437500 +0.000000000000 0.000000000000 0.000000000000 0.126953125000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000679016113 0.000000000000 0.010742187500 0.123046875000 +0.102539062500 0.000000000000 0.026855468750 0.245117187500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.052490234375 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.184570312500 +0.000000000000 0.136718750000 0.240234375000 0.206054687500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.120605468750 0.016235351562 +0.000000000000 0.050048828125 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.166992187500 0.156250000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.076660156250 0.000000000000 0.128906250000 0.000000000000 +0.028930664062 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.250000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.035644531250 0.225585937500 +0.160156250000 0.000000000000 0.053710937500 0.247070312500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.017578125000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.205078125000 +0.000000000000 0.246093750000 0.255859375000 0.239257812500 +0.000000000000 0.000000000000 0.000000000000 0.294921875000 +0.000000000000 0.005584716797 0.074707031250 0.002212524414 +0.000000000000 0.047119140625 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.318359375000 0.261718750000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.198242187500 0.000000000000 +0.067382812500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.083984375000 0.000000000000 0.310546875000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.012634277344 0.000000000000 0.061035156250 0.269531250000 +0.155273437500 0.000000000000 0.027465820312 0.240234375000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.144531250000 +0.000000000000 0.285156250000 0.133789062500 0.199218750000 +0.000000000000 0.000000000000 0.000000000000 0.503906250000 +0.000000000000 0.032226562500 0.018066406250 0.037109375000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.355468750000 0.355468750000 +0.000000000000 0.117187500000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.203125000000 0.025756835938 +0.064453125000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.231445312500 0.000000000000 0.308593750000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.004608154297 0.000000000000 0.049804687500 0.227539062500 +0.141601562500 0.000000000000 0.000000000000 0.174804687500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.013305664062 +0.000000000000 0.000000000000 0.003906250000 0.000000000000 +0.022216796875 0.283203125000 0.007873535156 0.084960937500 +0.000000000000 0.000000000000 0.000000000000 0.621093750000 +0.000000000000 0.007537841797 0.000000000000 0.032470703125 +0.011840820312 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.402343750000 0.357421875000 +0.000000000000 0.239257812500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.137695312500 0.082519531250 +0.086425781250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.335937500000 0.000000000000 0.318359375000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.058349609375 0.172851562500 +0.140625000000 0.000000000000 0.000000000000 0.090820312500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.034179687500 +0.000000000000 0.000000000000 0.061767578125 0.000000000000 +0.081054687500 0.263671875000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.601562500000 +0.000000000000 0.000000000000 0.000000000000 0.028076171875 +0.096679687500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.318359375000 0.335937500000 +0.000000000000 0.259765625000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000785827637 0.072265625000 +0.111816406250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.427734375000 0.000000000000 0.285156250000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.074707031250 0.094238281250 +0.114746093750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.036621093750 0.011779785156 +0.000000000000 0.000000000000 0.073730468750 0.000000000000 +0.105957031250 0.187500000000 0.000000000000 0.000000000000 +0.000000000000 0.094726562500 0.000000000000 0.558593750000 +0.000000000000 0.000000000000 0.000000000000 0.018310546875 +0.204101562500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.181640625000 0.283203125000 +0.000000000000 0.265625000000 0.000000000000 0.025268554688 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.098632812500 0.000000000000 0.080078125000 +0.124511718750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.515625000000 0.000000000000 0.238281250000 +0.018188476562 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.101074218750 0.000000000000 +0.065429687500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.135742187500 0.000000000000 +0.000000000000 0.000000000000 0.078125000000 0.000000000000 +0.130859375000 0.066894531250 0.000000000000 0.000000000000 +0.070800781250 0.208007812500 0.000000000000 0.457031250000 +0.000000000000 0.000000000000 0.000000000000 0.019531250000 +0.277343750000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.118652343750 0.000000000000 0.215820312500 +0.000000000000 0.217773437500 0.000000000000 0.147460937500 +0.000000000000 0.011413574219 0.000000000000 0.000000000000 +0.000000000000 0.188476562500 0.000000000000 0.035400390625 +0.107421875000 0.000000000000 0.114257812500 0.000000000000 +0.000000000000 0.562500000000 0.000000000000 0.164062500000 +0.079589843750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.136718750000 0.000000000000 +0.048339843750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.169921875000 0.003967285156 +0.000000000000 0.000000000000 0.029418945312 0.000000000000 +0.128906250000 0.000000000000 0.000000000000 0.000000000000 +0.191406250000 0.308593750000 0.032470703125 0.283203125000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.291015625000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.339843750000 0.000000000000 0.074218750000 +0.000000000000 0.079101562500 0.000000000000 0.201171875000 +0.000000000000 0.122070312500 0.045654296875 0.000000000000 +0.000000000000 0.169921875000 0.000000000000 0.000000000000 +0.084960937500 0.208007812500 0.318359375000 0.000000000000 +0.026245117188 0.546875000000 0.000000000000 0.049072265625 +0.114746093750 0.000000000000 0.000000000000 0.044677734375 +0.000000000000 0.000000000000 0.202148437500 0.000000000000 +0.044677734375 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.031005859375 0.165039062500 0.000000000000 +0.036621093750 0.000000000000 0.000000000000 0.000000000000 +0.114257812500 0.000000000000 0.000000000000 0.000000000000 +0.220703125000 0.357421875000 0.113769531250 0.098632812500 +0.000000000000 0.000000000000 0.000000000000 0.012390136719 +0.233398437500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.523437500000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.188476562500 +0.000000000000 0.190429687500 0.092773437500 0.000000000000 +0.000000000000 0.116210937500 0.000000000000 0.000000000000 +0.046630859375 0.341796875000 0.439453125000 0.000000000000 +0.070800781250 0.503906250000 0.000000000000 0.000000000000 +0.176757812500 0.000000000000 0.000000000000 0.130859375000 +0.000000000000 0.000000000000 0.230468750000 0.000000000000 +0.052246093750 0.039062500000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.043212890625 0.150390625000 0.000000000000 +0.113281250000 0.000000000000 0.000000000000 0.000000000000 +0.018432617188 0.000000000000 0.000000000000 0.000000000000 +0.225585937500 0.367187500000 0.180664062500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.115722656250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.648437500000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.174804687500 +0.000000000000 0.179687500000 0.123046875000 0.000000000000 +0.000000000000 0.015197753906 0.000000000000 0.000000000000 +0.052246093750 0.390625000000 0.496093750000 0.000000000000 +0.110351562500 0.451171875000 0.000000000000 0.000000000000 +0.169921875000 0.000000000000 0.000000000000 0.151367187500 +0.000000000000 0.000000000000 0.298828125000 0.000000000000 +0.081054687500 0.101074218750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.038330078125 0.119140625000 0.000000000000 +0.186523437500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.138671875000 0.355468750000 0.163085937500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.031127929688 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.726562500000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.017456054688 0.119140625000 +0.000000000000 0.077148437500 0.122558593750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.115234375000 0.398437500000 0.460937500000 0.133789062500 +0.131835937500 0.375000000000 0.000000000000 0.000000000000 +0.138671875000 0.000000000000 0.000000000000 0.115234375000 +0.000000000000 0.000000000000 0.322265625000 0.000000000000 +0.191406250000 0.139648437500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.071777343750 0.000000000000 +0.221679687500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.296875000000 0.139648437500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.032958984375 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.730468750000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.096191406250 0.076171875000 +0.000000000000 0.000000000000 0.143554687500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.156250000000 0.312500000000 0.355468750000 0.172851562500 +0.103515625000 0.355468750000 0.000000000000 0.041259765625 +0.147460937500 0.000000000000 0.000000000000 0.017944335938 +0.000000000000 0.000000000000 0.384765625000 0.000000000000 +0.248046875000 0.121093750000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.020874023438 0.000000000000 +0.223632812500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.146484375000 0.000000000000 +0.000000000000 0.216796875000 0.099121093750 0.029541015625 +0.000000000000 0.000000000000 0.000000000000 0.010742187500 +0.000000000000 0.003219604492 0.000000000000 0.000000000000 +0.000000000000 0.703125000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.134765625000 0.019287109375 +0.000000000000 0.000000000000 0.115234375000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.194335937500 0.146484375000 0.208007812500 0.099121093750 +0.061279296875 0.365234375000 0.000000000000 0.136718750000 +0.086914062500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.388671875000 0.101562500000 +0.283203125000 0.057617187500 0.000000000000 0.069824218750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000145912170 +0.200195312500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.018432617188 0.207031250000 0.000000000000 +0.000000000000 0.166015625000 0.016967773438 0.251953125000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.015625000000 0.000000000000 0.000000000000 +0.000000000000 0.609375000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.093261718750 0.000000000000 +0.000000000000 0.000000000000 0.080566406250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.011230468750 +0.191406250000 0.000000000000 0.042236328125 0.000000000000 +0.065429687500 0.386718750000 0.000000000000 0.192382812500 +0.062988281250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.355468750000 0.170898437500 +0.292968750000 0.000000000000 0.000000000000 0.076660156250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.057617187500 +0.167968750000 0.000000000000 0.000000000000 0.000000000000 +0.019165039062 0.108886718750 0.173828125000 0.000000000000 +0.000000000000 0.132812500000 0.000000000000 0.437500000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.472656250000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.028320312500 0.000000000000 +0.000000000000 0.000000000000 0.045898437500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.172851562500 +0.158203125000 0.000000000000 0.000000000000 0.000000000000 +0.029663085938 0.406250000000 0.000000000000 0.207031250000 +0.041015625000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.308593750000 0.191406250000 +0.253906250000 0.000000000000 0.000000000000 0.053710937500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.050292968750 +0.144531250000 0.000000000000 0.000000000000 0.000000000000 +0.132812500000 0.166015625000 0.071777343750 0.000000000000 +0.000000000000 0.146484375000 0.000000000000 0.535156250000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.333984375000 0.000000000000 0.025512695312 +0.000000000000 0.044189453125 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.289062500000 +0.070800781250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.406250000000 0.000000000000 0.189453125000 +0.049804687500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.195312500000 0.145507812500 +0.149414062500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.013183593750 +0.131835937500 0.000000000000 0.000000000000 0.000000000000 +0.271484375000 0.170898437500 0.000000000000 0.000000000000 +0.000000000000 0.201171875000 0.000000000000 0.519531250000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.040283203125 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.181640625000 0.000000000000 0.031494140625 +0.000000000000 0.195312500000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.125000000000 +0.000000000000 0.000000000000 0.000000000000 0.221679687500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.335937500000 0.000000000000 0.071777343750 +0.030761718750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.070312500000 0.014404296875 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.019897460938 0.000000000000 0.000000000000 +0.109375000000 0.000000000000 0.000000000000 0.000000000000 +0.294921875000 0.125976562500 0.000000000000 0.000000000000 +0.049316406250 0.239257812500 0.029296875000 0.359375000000 +0.000000000000 0.000000000000 0.000000000000 0.016479492188 +0.202148437500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.044189453125 0.000000000000 0.000000000000 +0.000000000000 0.167968750000 0.000000000000 0.000000000000 +0.000000000000 0.025268554688 0.000000000000 0.298828125000 +0.000000000000 0.000000000000 0.000000000000 0.120117187500 +0.000000000000 0.000000000000 0.007415771484 0.000000000000 +0.000000000000 0.196289062500 0.000000000000 0.000000000000 +0.000000000000 0.046142578125 0.000000000000 0.155273437500 +0.021484375000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.170898437500 0.000000000000 0.000000000000 +0.078125000000 0.000000000000 0.000000000000 0.000000000000 +0.249023437500 0.010681152344 0.000000000000 0.000000000000 +0.135742187500 0.235351562500 0.100097656250 0.038330078125 +0.011169433594 0.000000000000 0.000000000000 0.034179687500 +0.218750000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.057128906250 0.000000000000 0.000000000000 +0.000000000000 0.193359375000 0.000000000000 0.353515625000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.140625000000 0.000000000000 +0.000000000000 0.003753662109 0.000000000000 0.000000000000 +0.000000000000 0.146484375000 0.000000000000 0.322265625000 +0.062255859375 0.084472656250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.046386718750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.251953125000 0.000000000000 0.000000000000 +0.028442382812 0.000000000000 0.000000000000 0.000000000000 +0.105468750000 0.000000000000 0.000000000000 0.000000000000 +0.128906250000 0.206054687500 0.148437500000 0.000000000000 +0.103027343750 0.000000000000 0.000000000000 0.005798339844 +0.180664062500 0.000000000000 0.000000000000 0.078125000000 +0.205078125000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.237304687500 0.000000000000 0.308593750000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.052978515625 0.160156250000 0.003158569336 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.157226562500 0.000000000000 0.423828125000 +0.079101562500 0.161132812500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.015625000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.287109375000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.042724609375 0.124023437500 0.147460937500 0.000000000000 +0.149414062500 0.000000000000 0.060302734375 0.000000000000 +0.051269531250 0.000000000000 0.001632690430 0.349609375000 +0.392578125000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.010925292969 0.209960937500 0.000000000000 0.115722656250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.025634765625 0.125000000000 0.226562500000 +0.000000000000 0.000000000000 0.079589843750 0.000000000000 +0.000000000000 0.149414062500 0.000000000000 0.435546875000 +0.114746093750 0.150390625000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.064941406250 0.000000000000 +0.000000000000 0.000000000000 0.066406250000 0.000000000000 +0.000000000000 0.208007812500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.006988525391 0.114257812500 0.000000000000 +0.173828125000 0.000000000000 0.180664062500 0.012939453125 +0.000000000000 0.000000000000 0.008117675781 0.455078125000 +0.488281250000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.112304687500 0.097167968750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.021972656250 0.333984375000 +0.000000000000 0.000000000000 0.115234375000 0.000000000000 +0.000000000000 0.134765625000 0.000000000000 0.371093750000 +0.156250000000 0.051513671875 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.124511718750 0.000000000000 +0.000000000000 0.000000000000 0.109375000000 0.000000000000 +0.022827148438 0.072753906250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.022705078125 +0.000000000000 0.000000000000 0.000000000000 0.105957031250 +0.000000000000 0.000000000000 0.052734375000 0.000000000000 +0.192382812500 0.000000000000 0.255859375000 0.009399414062 +0.000000000000 0.000000000000 0.000000000000 0.449218750000 +0.527343750000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.173828125000 0.000000000000 0.000000000000 0.000000000000 +0.036865234375 0.000000000000 0.022094726562 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.353515625000 +0.000000000000 0.000000000000 0.140625000000 0.000000000000 +0.000000000000 0.093261718750 0.000000000000 0.233398437500 +0.228515625000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.195312500000 0.000000000000 +0.000000000000 0.039306640625 0.156250000000 0.000000000000 +0.079101562500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.213867187500 +0.000000000000 0.024414062500 0.000000000000 0.359375000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.228515625000 0.000000000000 0.304687500000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.341796875000 +0.511718750000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.230468750000 0.000000000000 0.000000000000 0.000000000000 +0.019775390625 0.000000000000 0.269531250000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.218750000000 +0.000000000000 0.000000000000 0.084472656250 0.000000000000 +0.000000000000 0.128906250000 0.000000000000 0.082519531250 +0.318359375000 0.000000000000 0.000000000000 0.081054687500 +0.000000000000 0.000000000000 0.253906250000 0.028686523438 +0.000000000000 0.138671875000 0.207031250000 0.000000000000 +0.065429687500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.300781250000 +0.000000000000 0.158203125000 0.000000000000 0.550781250000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.322265625000 0.064941406250 0.332031250000 0.003417968750 +0.000000000000 0.000000000000 0.000000000000 0.157226562500 +0.488281250000 0.000000000000 0.117187500000 0.037109375000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.292968750000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.472656250000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.089843750000 0.000000000000 +0.000000000000 0.230468750000 0.000000000000 0.000000000000 +0.380859375000 0.000000000000 0.000000000000 0.101562500000 +0.000000000000 0.000000000000 0.257812500000 0.020385742188 +0.000000000000 0.166992187500 0.187500000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.267578125000 +0.000000000000 0.203125000000 0.000000000000 0.632812500000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.373046875000 0.168945312500 0.306640625000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.032226562500 +0.398437500000 0.000000000000 0.261718750000 0.158203125000 +0.031738281250 0.000000000000 0.000000000000 0.000000000000 +0.316406250000 0.000000000000 0.000000000000 0.000000000000 +0.042236328125 0.000000000000 0.585937500000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.163085937500 0.000000000000 +0.000000000000 0.283203125000 0.000000000000 0.000000000000 +0.416015625000 0.000000000000 0.000000000000 0.062500000000 +0.000000000000 0.000000000000 0.191406250000 0.000000000000 +0.000000000000 0.194335937500 0.153320312500 0.086425781250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.151367187500 +0.000000000000 0.220703125000 0.000000000000 0.652343750000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.355468750000 0.134765625000 0.277343750000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.026245117188 +0.359375000000 0.000000000000 0.289062500000 0.291015625000 +0.217773437500 0.000000000000 0.000000000000 0.000000000000 +0.296875000000 0.000000000000 0.000000000000 0.000000000000 +0.096191406250 0.000000000000 0.539062500000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.166015625000 0.014160156250 +0.000000000000 0.302734375000 0.000000000000 0.000000000000 +0.394531250000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.066406250000 0.000000000000 +0.000000000000 0.130859375000 0.000000000000 0.127929687500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.058105468750 0.000000000000 +0.000000000000 0.139648437500 0.000000000000 0.613281250000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.206054687500 0.105957031250 0.199218750000 0.032714843750 +0.097656250000 0.000000000000 0.000000000000 0.054199218750 +0.216796875000 0.000000000000 0.279296875000 0.332031250000 +0.302734375000 0.000000000000 0.000000000000 0.000000000000 +0.271484375000 0.000000000000 0.000000000000 0.000000000000 +0.143554687500 0.000000000000 0.427734375000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.198242187500 0.062988281250 +0.000000000000 0.283203125000 0.000000000000 0.000000000000 +0.341796875000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.049560546875 0.000000000000 0.174804687500 +0.000000000000 0.000000000000 0.034423828125 0.000000000000 +0.000000000000 0.000000000000 0.080078125000 0.000000000000 +0.000000000000 0.092285156250 0.000000000000 0.474609375000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.028930664062 0.124023437500 0.000000000000 +0.169921875000 0.000000000000 0.000000000000 0.060791015625 +0.088867187500 0.000000000000 0.192382812500 0.337890625000 +0.332031250000 0.000000000000 0.000000000000 0.000000000000 +0.107910156250 0.000000000000 0.000000000000 0.000000000000 +0.181640625000 0.000179290771 0.220703125000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.145507812500 0.108398437500 +0.000000000000 0.144531250000 0.000000000000 0.000000000000 +0.186523437500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.145507812500 +0.000000000000 0.000000000000 0.171875000000 0.000000000000 +0.000000000000 0.000000000000 0.053710937500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.248046875000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.023071289062 0.036865234375 +0.157226562500 0.007049560547 0.000000000000 0.040771484375 +0.000000000000 0.000000000000 0.088378906250 0.320312500000 +0.296875000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.188476562500 0.109375000000 0.000000000000 0.000000000000 +0.096191406250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.148437500000 0.050537109375 0.181640625000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.026000976562 0.000000000000 0.000000000000 0.000000000000 +0.037597656250 0.000000000000 0.000000000000 0.017822265625 +0.000000000000 0.000000000000 0.000000000000 0.085449218750 +0.000000000000 0.000000000000 0.253906250000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.003845214844 +0.140625000000 0.177734375000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.279296875000 +0.165039062500 0.000000000000 0.000000000000 0.162109375000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.102539062500 0.065917968750 0.000000000000 0.000000000000 +0.195312500000 0.000000000000 0.010253906250 0.000000000000 +0.000000000000 0.310546875000 0.000000000000 0.199218750000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.170898437500 0.000000000000 +0.171875000000 0.000000000000 0.000000000000 0.024780273438 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.239257812500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.011718750000 0.000000000000 +0.000000000000 0.076660156250 0.000000000000 0.073242187500 +0.000000000000 0.000000000000 0.000000000000 0.002273559570 +0.034912109375 0.201171875000 0.000000000000 0.000000000000 +0.000000000000 0.203125000000 0.000000000000 0.156250000000 +0.000000000000 0.000000000000 0.000000000000 0.186523437500 +0.000000000000 0.000000000000 0.031738281250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.253906250000 0.000000000000 0.059570312500 0.000000000000 +0.050781250000 0.427734375000 0.000000000000 0.202148437500 +0.009948730469 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.300781250000 0.000000000000 +0.273437500000 0.000000000000 0.000000000000 0.057128906250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.164062500000 0.020263671875 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.104003906250 0.000000000000 +0.000000000000 0.131835937500 0.000000000000 0.263671875000 +0.000000000000 0.000000000000 0.000000000000 0.006256103516 +0.000000000000 0.169921875000 0.000000000000 0.000000000000 +0.000000000000 0.402343750000 0.000000000000 0.059082031250 +0.000000000000 0.000000000000 0.000000000000 0.171875000000 +0.000000000000 0.000000000000 0.042724609375 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.030761718750 +0.248046875000 0.000000000000 0.046875000000 0.000000000000 +0.039306640625 0.474609375000 0.000000000000 0.223632812500 +0.050292968750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.349609375000 0.112304687500 +0.312500000000 0.000000000000 0.000000000000 0.061279296875 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.066894531250 0.097167968750 +0.076660156250 0.000000000000 0.000000000000 0.000000000000 +0.015380859375 0.074707031250 0.123535156250 0.000000000000 +0.000000000000 0.168945312500 0.000000000000 0.441406250000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.121093750000 0.000000000000 0.000000000000 +0.000000000000 0.453125000000 0.000000000000 0.013977050781 +0.000000000000 0.000000000000 0.000000000000 0.094726562500 +0.000000000000 0.000000000000 0.054199218750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.105468750000 +0.225585937500 0.000000000000 0.009704589844 0.000000000000 +0.048583984375 0.482421875000 0.000000000000 0.205078125000 +0.049316406250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.349609375000 0.166992187500 +0.316406250000 0.000000000000 0.000000000000 0.027465820312 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.129882812500 +0.204101562500 0.000000000000 0.000000000000 0.000000000000 +0.105468750000 0.143554687500 0.072265625000 0.000000000000 +0.000000000000 0.169921875000 0.000000000000 0.546875000000 +0.000000000000 0.000000000000 0.000000000000 0.020141601562 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.425781250000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.084472656250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.094726562500 +0.135742187500 0.000000000000 0.000000000000 0.000000000000 +0.025146484375 0.449218750000 0.000000000000 0.188476562500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.316406250000 0.157226562500 +0.259765625000 0.000000000000 0.000000000000 0.028198242188 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.140625000000 +0.179687500000 0.000000000000 0.000000000000 0.000000000000 +0.120117187500 0.164062500000 0.023559570312 0.000000000000 +0.000000000000 0.154296875000 0.000000000000 0.593750000000 +0.000000000000 0.000000000000 0.000000000000 0.015625000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.328125000000 0.052246093750 0.038574218750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.084960937500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.096191406250 +0.148437500000 0.000000000000 0.000000000000 0.000000000000 +0.023071289062 0.439453125000 0.000000000000 0.242187500000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.287109375000 0.161132812500 +0.219726562500 0.000000000000 0.000000000000 0.049072265625 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.076660156250 +0.052490234375 0.000000000000 0.000000000000 0.000000000000 +0.082031250000 0.161132812500 0.032226562500 0.000000000000 +0.000000000000 0.117187500000 0.000000000000 0.597656250000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.248046875000 0.073730468750 0.109375000000 +0.000000000000 0.041015625000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.034667968750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.123046875000 +0.159179687500 0.000000000000 0.000000000000 0.000000000000 +0.004394531250 0.468750000000 0.000000000000 0.242187500000 +0.013549804688 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.253906250000 0.144531250000 +0.209960937500 0.000000000000 0.000000000000 0.031982421875 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.085449218750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.116699218750 0.166992187500 0.000000000000 0.000000000000 +0.000000000000 0.131835937500 0.000000000000 0.589843750000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.194335937500 0.055908203125 0.126953125000 +0.000000000000 0.073242187500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.039794921875 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.117187500000 +0.136718750000 0.000000000000 0.000000000000 0.000000000000 +0.000637054443 0.498046875000 0.000000000000 0.228515625000 +0.001136779785 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.226562500000 0.096679687500 +0.191406250000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.104003906250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.135742187500 0.133789062500 0.000000000000 0.000000000000 +0.000000000000 0.175781250000 0.000000000000 0.578125000000 +0.000000000000 0.000000000000 0.000000000000 0.002838134766 +0.042968750000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.216796875000 0.001716613770 0.107421875000 +0.000000000000 0.104492187500 0.000000000000 0.011474609375 +0.000000000000 0.000000000000 0.059570312500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.093750000000 +0.140625000000 0.000000000000 0.000000000000 0.000000000000 +0.019409179688 0.527343750000 0.000000000000 0.197265625000 +0.046386718750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.232421875000 0.003860473633 +0.137695312500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.044921875000 0.046630859375 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.128906250000 0.074707031250 0.000000000000 0.000000000000 +0.000000000000 0.215820312500 0.000000000000 0.498046875000 +0.000000000000 0.000000000000 0.000000000000 0.015502929688 +0.072753906250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.283203125000 0.000000000000 0.096679687500 +0.000000000000 0.081542968750 0.000000000000 0.072753906250 +0.000000000000 0.000000000000 0.008361816406 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.073242187500 +0.115722656250 0.000000000000 0.055175781250 0.000000000000 +0.000000000000 0.511718750000 0.000000000000 0.157226562500 +0.031005859375 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.238281250000 0.000000000000 +0.147460937500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.037597656250 0.079101562500 +0.051025390625 0.000000000000 0.000000000000 0.000000000000 +0.136718750000 0.035888671875 0.000000000000 0.000000000000 +0.000000000000 0.240234375000 0.000000000000 0.392578125000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.069824218750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.347656250000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.055908203125 +0.000000000000 0.000000000000 0.041992187500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.081054687500 +0.055419921875 0.002426147461 0.100097656250 0.000000000000 +0.009216308594 0.449218750000 0.000000000000 0.076660156250 +0.019653320312 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.223632812500 0.000000000000 +0.163085937500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.056396484375 +0.171875000000 0.000000000000 0.000000000000 0.000000000000 +0.125000000000 0.021362304688 0.000000000000 0.000000000000 +0.000000000000 0.245117187500 0.030151367188 0.289062500000 +0.000000000000 0.000000000000 0.000000000000 0.017822265625 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.369140625000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.054931640625 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.019287109375 +0.000000000000 0.023559570312 0.053222656250 0.000000000000 +0.000000000000 0.357421875000 0.000000000000 0.024780273438 +0.038085937500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.196289062500 0.000000000000 +0.093261718750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.178710937500 0.000000000000 0.000000000000 0.000000000000 +0.080566406250 0.010253906250 0.000000000000 0.000000000000 +0.000000000000 0.211914062500 0.017578125000 0.206054687500 +0.000000000000 0.000000000000 0.000000000000 0.007690429688 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.332031250000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.057617187500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.031738281250 0.012451171875 0.000000000000 +0.000000000000 0.267578125000 0.000000000000 0.033203125000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.199218750000 0.030273437500 +0.106933593750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.094726562500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.032470703125 0.000000000000 0.000000000000 +0.000000000000 0.139648437500 0.000000000000 0.165039062500 +0.000000000000 0.000000000000 0.000000000000 0.024902343750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.255859375000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.032226562500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.011047363281 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.196289062500 0.000000000000 0.089355468750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.197265625000 0.086914062500 +0.157226562500 0.000000000000 0.000000000000 0.055419921875 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.038818359375 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.104492187500 0.062988281250 0.000000000000 +0.000000000000 0.070312500000 0.000000000000 0.221679687500 +0.000000000000 0.000000000000 0.000000000000 0.013854980469 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.192382812500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.012390136719 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.052978515625 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.164062500000 0.000000000000 0.170898437500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.190429687500 0.202148437500 +0.191406250000 0.000000000000 0.017333984375 0.090820312500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.047119140625 +0.000000000000 0.169921875000 0.123535156250 0.000000000000 +0.000000000000 0.011047363281 0.000000000000 0.361328125000 +0.000000000000 0.000000000000 0.000000000000 0.000709533691 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.105957031250 0.098144531250 0.059082031250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.018920898438 +0.025390625000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.190429687500 0.000000000000 0.175781250000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.166015625000 0.251953125000 +0.190429687500 0.000000000000 0.032470703125 0.113281250000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.111816406250 +0.010375976562 0.251953125000 0.060058593750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.433593750000 +0.000000000000 0.000000000000 0.000000000000 0.010986328125 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.171875000000 0.105468750000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.070312500000 0.194335937500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.102539062500 0.000000000000 0.192382812500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.031250000000 0.000000000000 0.110839843750 0.292968750000 +0.146484375000 0.000000000000 0.093750000000 0.058837890625 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.032470703125 +0.050048828125 0.000000000000 0.000000000000 0.120117187500 +0.147460937500 0.337890625000 0.005096435547 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.494140625000 +0.000000000000 0.035400390625 0.000000000000 0.011169433594 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.223632812500 0.105468750000 +0.000000000000 0.129882812500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.227539062500 0.174804687500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.042236328125 0.000000000000 0.113281250000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.097656250000 0.000000000000 0.000000000000 0.251953125000 +0.018798828125 0.000000000000 0.155273437500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.098144531250 +0.180664062500 0.349609375000 0.000000000000 0.020263671875 +0.000000000000 0.000000000000 0.000000000000 0.447265625000 +0.109863281250 0.048095703125 0.000000000000 0.002029418945 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.231445312500 0.121093750000 +0.000000000000 0.211914062500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.300781250000 0.152343750000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.018920898438 +0.000000000000 0.089843750000 0.000000000000 0.000000000000 +0.238281250000 0.000000000000 0.000000000000 0.191406250000 +0.000000000000 0.000000000000 0.130859375000 0.000000000000 +0.000000000000 0.003662109375 0.066406250000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.017578125000 0.000000000000 +0.181640625000 0.296875000000 0.000000000000 0.075683593750 +0.000000000000 0.000000000000 0.000000000000 0.318359375000 +0.263671875000 0.069335937500 0.019653320312 0.000000000000 +0.080566406250 0.000000000000 0.000000000000 0.000000000000 +0.044921875000 0.000000000000 0.211914062500 0.090820312500 +0.000000000000 0.261718750000 0.000000000000 0.000000000000 +0.058593750000 0.000000000000 0.000000000000 0.160156250000 +0.000000000000 0.000000000000 0.314453125000 0.080566406250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.253906250000 0.000000000000 0.021606445312 +0.302734375000 0.000000000000 0.000000000000 0.025268554688 +0.000000000000 0.000000000000 0.116210937500 0.000000000000 +0.000000000000 0.057373046875 0.060546875000 0.000000000000 +0.000000000000 0.011413574219 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.044189453125 0.000000000000 +0.124023437500 0.227539062500 0.000000000000 0.108398437500 +0.000000000000 0.000000000000 0.000000000000 0.006408691406 +0.345703125000 0.050292968750 0.046875000000 0.036865234375 +0.187500000000 0.000000000000 0.000000000000 0.000000000000 +0.185546875000 0.000000000000 0.036376953125 0.074218750000 +0.027709960938 0.220703125000 0.000000000000 0.000000000000 +0.141601562500 0.000000000000 0.000000000000 0.277343750000 +0.000000000000 0.000000000000 0.267578125000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.048339843750 0.000000000000 +0.000000000000 0.400390625000 0.012878417969 0.201171875000 +0.333984375000 0.134765625000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.057617187500 0.000000000000 +0.032714843750 0.030273437500 0.041992187500 0.000000000000 +0.000000000000 0.207031250000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.083984375000 0.000000000000 +0.021484375000 0.062500000000 0.000000000000 0.059570312500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.365234375000 0.000000000000 0.063476562500 0.000000000000 +0.283203125000 0.000000000000 0.000000000000 0.156250000000 +0.306640625000 0.000000000000 0.000000000000 0.033691406250 +0.077636718750 0.095703125000 0.000000000000 0.000000000000 +0.164062500000 0.175781250000 0.000000000000 0.215820312500 +0.000000000000 0.000000000000 0.148437500000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.210937500000 0.000000000000 +0.000000000000 0.404296875000 0.000000000000 0.333984375000 +0.328125000000 0.132812500000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.043945312500 0.000000000000 0.000000000000 0.019653320312 +0.000000000000 0.165039062500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.008728027344 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.060791015625 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.226562500000 0.000000000000 0.097656250000 0.009704589844 +0.248046875000 0.000000000000 0.000000000000 0.441406250000 +0.345703125000 0.000000000000 0.000000000000 0.000000000000 +0.096679687500 0.000000000000 0.000000000000 0.000000000000 +0.105957031250 0.263671875000 0.000000000000 0.080566406250 +0.087890625000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.237304687500 0.000000000000 +0.000000000000 0.347656250000 0.000000000000 0.349609375000 +0.219726562500 0.072753906250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.049804687500 0.000000000000 0.000000000000 0.119140625000 +0.000000000000 0.136718750000 0.067382812500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.011413574219 +0.000000000000 0.000000000000 0.009582519531 0.000000000000 +0.020141601562 0.000000000000 0.086914062500 0.000000000000 +0.147460937500 0.000000000000 0.000511169434 0.546875000000 +0.300781250000 0.000000000000 0.000000000000 0.000000000000 +0.083984375000 0.000000000000 0.000000000000 0.000000000000 +0.054443359375 0.283203125000 0.000000000000 0.000000000000 +0.148437500000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.057373046875 0.072753906250 +0.000000000000 0.000000000000 0.243164062500 0.000000000000 +0.000000000000 0.216796875000 0.000000000000 0.322265625000 +0.129882812500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.137695312500 +0.000000000000 0.058105468750 0.129882812500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.005523681641 0.000000000000 +0.000000000000 0.000000000000 0.077148437500 0.003433227539 +0.037353515625 0.000000000000 0.000000000000 0.531250000000 +0.201171875000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.178710937500 0.000000000000 0.000000000000 +0.150390625000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.091796875000 0.181640625000 +0.000000000000 0.000000000000 0.142578125000 0.000000000000 +0.000000000000 0.008483886719 0.000000000000 0.229492187500 +0.002044677734 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.057617187500 +0.002120971680 0.000000000000 0.126953125000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.048339843750 0.012573242188 +0.000000000000 0.000000000000 0.000000000000 0.363281250000 +0.085937500000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.014770507812 0.000000000000 0.000000000000 +0.113769531250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.069335937500 0.169921875000 +0.000000000000 0.000000000000 0.000000000000 0.007354736328 +0.000000000000 0.000000000000 0.000000000000 0.080566406250 +0.000000000000 0.000000000000 0.011413574219 0.000000000000 +0.067382812500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.056640625000 0.000000000000 0.070800781250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.027099609375 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.016479492188 0.009277343750 +0.000000000000 0.017456054688 0.000000000000 0.089355468750 +0.000000000000 0.026977539062 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.007751464844 0.106445312500 +0.000000000000 0.000000000000 0.000000000000 0.037841796875 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.055664062500 0.036621093750 +0.092285156250 0.000000000000 0.000000000000 0.025268554688 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.001869201660 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.031738281250 0.029174804688 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.017822265625 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.026489257812 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.037841796875 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.025024414062 0.107421875000 +0.064941406250 0.000000000000 0.056152343750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.024658203125 +0.000000000000 0.132812500000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.038085937500 +0.000000000000 0.000000000000 0.014465332031 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.045898437500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.065917968750 0.000000000000 0.000000000000 0.127929687500 +0.000000000000 0.000000000000 0.086914062500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.037109375000 0.160156250000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.063964843750 +0.000000000000 0.000000000000 0.013549804688 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.011474609375 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.044921875000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.055419921875 0.000000000000 0.000000000000 +0.130859375000 0.000000000000 0.000000000000 0.028564453125 +0.000000000000 0.000000000000 0.058349609375 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.047119140625 0.149414062500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.019653320312 +0.089355468750 0.000000000000 0.000000000000 0.040283203125 +0.064453125000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.024169921875 +0.000000000000 0.066406250000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.123535156250 +0.000000000000 0.000000000000 0.047607421875 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.179687500000 0.000000000000 0.083984375000 +0.215820312500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.019287109375 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.080566406250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.036132812500 0.069335937500 0.000000000000 0.000000000000 +0.000000000000 0.000606536865 0.000000000000 0.000000000000 +0.153320312500 0.000000000000 0.003112792969 0.012329101562 +0.161132812500 0.000000000000 0.000000000000 0.000000000000 +0.141601562500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.008239746094 0.000000000000 0.000000000000 +0.045166015625 0.040283203125 0.000000000000 0.202148437500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.275390625000 0.000000000000 0.226562500000 +0.241210937500 0.066894531250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.015502929688 0.000000000000 +0.018676757812 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.129882812500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000904083252 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.022460937500 0.000000000000 +0.225585937500 0.000000000000 0.046386718750 0.011657714844 +0.132812500000 0.000000000000 0.000000000000 0.113281250000 +0.291015625000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.071777343750 0.145507812500 0.000000000000 0.225585937500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.061767578125 0.000000000000 +0.000000000000 0.326171875000 0.000000000000 0.343750000000 +0.250000000000 0.131835937500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.004791259766 0.000000000000 +0.049072265625 0.000000000000 0.009704589844 0.000000000000 +0.000000000000 0.195312500000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.052001953125 0.000000000000 +0.248046875000 0.000000000000 0.106445312500 0.000000000000 +0.105468750000 0.000000000000 0.000000000000 0.351562500000 +0.412109375000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.133789062500 0.209960937500 0.000000000000 0.178710937500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.147460937500 0.000000000000 +0.000000000000 0.357421875000 0.000000000000 0.386718750000 +0.275390625000 0.135742187500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.020263671875 0.000000000000 +0.064453125000 0.000000000000 0.023437500000 0.000000000000 +0.000000000000 0.198242187500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.016357421875 +0.000000000000 0.000000000000 0.055419921875 0.000000000000 +0.251953125000 0.000000000000 0.157226562500 0.000000000000 +0.035400390625 0.000000000000 0.000000000000 0.494140625000 +0.511718750000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.165039062500 0.199218750000 0.000000000000 0.116699218750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.095703125000 +0.000000000000 0.000000000000 0.213867187500 0.000000000000 +0.000000000000 0.339843750000 0.000000000000 0.416015625000 +0.279296875000 0.145507812500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.054199218750 0.000000000000 +0.043701171875 0.009643554688 0.058105468750 0.000000000000 +0.000000000000 0.169921875000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.106445312500 +0.000000000000 0.000000000000 0.057373046875 0.000000000000 +0.273437500000 0.000000000000 0.225585937500 0.017822265625 +0.000000000000 0.000000000000 0.000000000000 0.562500000000 +0.574218750000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.208007812500 0.125000000000 0.000000000000 0.000000000000 +0.044677734375 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.176757812500 +0.000000000000 0.000000000000 0.255859375000 0.000000000000 +0.000000000000 0.300781250000 0.000000000000 0.390625000000 +0.267578125000 0.117187500000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.077148437500 0.000000000000 +0.000000000000 0.061035156250 0.087402343750 0.073730468750 +0.000000000000 0.115234375000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.236328125000 +0.000000000000 0.000000000000 0.021362304688 0.000000000000 +0.267578125000 0.000000000000 0.265625000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.582031250000 +0.582031250000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.167968750000 0.060302734375 0.000000000000 0.000000000000 +0.083984375000 0.000000000000 0.023803710938 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.132812500000 +0.000000000000 0.000000000000 0.247070312500 0.000000000000 +0.000000000000 0.294921875000 0.000000000000 0.324218750000 +0.287109375000 0.024047851562 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.077636718750 0.000000000000 +0.000000000000 0.054931640625 0.060058593750 0.145507812500 +0.000000000000 0.038330078125 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.326171875000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.191406250000 0.000000000000 0.267578125000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.523437500000 +0.515625000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.195312500000 0.011413574219 0.000000000000 0.000000000000 +0.100585937500 0.000000000000 0.032714843750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.045410156250 +0.000000000000 0.000000000000 0.213867187500 0.000000000000 +0.000000000000 0.269531250000 0.000000000000 0.241210937500 +0.265625000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.024414062500 0.000000000000 +0.000000000000 0.062988281250 0.000000000000 0.131835937500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.300781250000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.103027343750 0.000000000000 0.227539062500 0.041015625000 +0.000000000000 0.000000000000 0.000000000000 0.447265625000 +0.388671875000 0.000000000000 0.000000000000 0.027709960938 +0.010070800781 0.000000000000 0.000000000000 0.000000000000 +0.135742187500 0.000000000000 0.000000000000 0.000000000000 +0.097656250000 0.000000000000 0.038330078125 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.196289062500 0.000000000000 +0.000000000000 0.253906250000 0.000000000000 0.160156250000 +0.253906250000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.104980468750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.246093750000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.001655578613 0.000000000000 0.151367187500 0.018676757812 +0.000000000000 0.000000000000 0.000000000000 0.328125000000 +0.283203125000 0.000000000000 0.000000000000 0.033691406250 +0.015991210938 0.000000000000 0.000000000000 0.000000000000 +0.095703125000 0.000000000000 0.000000000000 0.000000000000 +0.043457031250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.109375000000 0.000000000000 +0.000000000000 0.173828125000 0.000000000000 0.122070312500 +0.207031250000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.029907226562 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.193359375000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.130859375000 0.000087261200 +0.000000000000 0.000000000000 0.000000000000 0.204101562500 +0.214843750000 0.000000000000 0.000000000000 0.024780273438 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.084960937500 0.000000000000 0.000000000000 0.000000000000 +0.011352539062 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.057128906250 0.000000000000 +0.000000000000 0.110839843750 0.000000000000 0.086914062500 +0.180664062500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.114746093750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.103027343750 0.023559570312 +0.000000000000 0.000000000000 0.000000000000 0.116699218750 +0.177734375000 0.000000000000 0.000000000000 0.005157470703 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.095214843750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.002716064453 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.008850097656 0.000000000000 +0.000000000000 0.066894531250 0.000000000000 0.041748046875 +0.167968750000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.040039062500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.052001953125 0.000000000000 0.145507812500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.018554687500 0.000000000000 0.129882812500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.035888671875 +0.200195312500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.086425781250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.108886718750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.017822265625 0.000000000000 0.000000000000 +0.160156250000 0.000000000000 0.000000000000 0.019653320312 +0.000000000000 0.000000000000 0.104492187500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.090332031250 +0.000000000000 0.107421875000 0.000000000000 0.230468750000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.076660156250 0.000000000000 0.158203125000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.193359375000 0.000000000000 0.033203125000 0.022460937500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.133789062500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.229492187500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.187500000000 0.000000000000 0.000000000000 0.097656250000 +0.000000000000 0.000000000000 0.154296875000 0.041015625000 +0.000000000000 0.022094726562 0.021972656250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.169921875000 +0.000000000000 0.168945312500 0.000000000000 0.333984375000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.103027343750 0.026000976562 0.178710937500 0.023803710938 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.172851562500 0.000000000000 0.147460937500 0.100585937500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.205078125000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.355468750000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.023437500000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.228515625000 0.000000000000 0.000000000000 0.163085937500 +0.000000000000 0.000000000000 0.165039062500 0.072265625000 +0.000000000000 0.064453125000 0.022460937500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.230468750000 +0.000000000000 0.244140625000 0.000000000000 0.441406250000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.127929687500 0.102050781250 0.190429687500 0.014282226562 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.162109375000 0.000000000000 0.273437500000 0.173828125000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.185546875000 0.000000000000 0.000000000000 0.000000000000 +0.037597656250 0.000000000000 0.451171875000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.081542968750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.240234375000 0.000000000000 0.000000000000 0.198242187500 +0.000000000000 0.000000000000 0.152343750000 0.158203125000 +0.000000000000 0.063964843750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.263671875000 +0.000000000000 0.281250000000 0.000000000000 0.531250000000 +0.000000000000 0.000000000000 0.000000000000 0.036376953125 +0.106933593750 0.146484375000 0.197265625000 0.028442382812 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.099121093750 0.000000000000 0.412109375000 0.285156250000 +0.001312255859 0.000000000000 0.000000000000 0.000000000000 +0.201171875000 0.000000000000 0.000000000000 0.000000000000 +0.054687500000 0.000000000000 0.539062500000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.175781250000 +0.000000000000 0.000709533691 0.000000000000 0.000000000000 +0.263671875000 0.000000000000 0.000000000000 0.219726562500 +0.000000000000 0.000000000000 0.150390625000 0.187500000000 +0.000000000000 0.123535156250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.239257812500 +0.000000000000 0.316406250000 0.004455566406 0.570312500000 +0.000000000000 0.000000000000 0.000000000000 0.169921875000 +0.047607421875 0.174804687500 0.167968750000 0.000247955322 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.474609375000 0.384765625000 +0.103027343750 0.094726562500 0.000000000000 0.000000000000 +0.187500000000 0.000000000000 0.000000000000 0.000000000000 +0.050781250000 0.000000000000 0.515625000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.232421875000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.234375000000 0.000000000000 0.000000000000 0.199218750000 +0.000000000000 0.000000000000 0.074707031250 0.189453125000 +0.000000000000 0.063964843750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.038330078125 0.157226562500 +0.000000000000 0.316406250000 0.000000000000 0.539062500000 +0.000000000000 0.000000000000 0.000000000000 0.269531250000 +0.000000000000 0.171875000000 0.112304687500 0.006927490234 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.492187500000 0.449218750000 +0.162109375000 0.180664062500 0.000000000000 0.000000000000 +0.101562500000 0.000000000000 0.000000000000 0.000000000000 +0.057128906250 0.000000000000 0.492187500000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.265625000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.172851562500 0.000000000000 0.000000000000 0.148437500000 +0.012939453125 0.000000000000 0.000000000000 0.173828125000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.079589843750 0.003845214844 +0.000000000000 0.269531250000 0.000000000000 0.402343750000 +0.000000000000 0.000000000000 0.000000000000 0.345703125000 +0.000000000000 0.115722656250 0.031250000000 0.022583007812 +0.067382812500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.453125000000 0.458984375000 +0.204101562500 0.197265625000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.048339843750 0.000000000000 0.339843750000 0.000000000000 +0.045898437500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.154296875000 0.000000000000 0.306640625000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.101562500000 0.000000000000 0.000000000000 0.101562500000 +0.060058593750 0.000000000000 0.000000000000 0.149414062500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.043701171875 0.000000000000 +0.000000000000 0.000000000000 0.095703125000 0.000000000000 +0.000000000000 0.234375000000 0.000000000000 0.239257812500 +0.000000000000 0.000000000000 0.000000000000 0.408203125000 +0.000000000000 0.024658203125 0.000000000000 0.004425048828 +0.135742187500 0.052978515625 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.373046875000 0.460937500000 +0.185546875000 0.210937500000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.115234375000 0.000000000000 +0.110351562500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.304687500000 0.000000000000 0.300781250000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000094413757 0.000000000000 0.041992187500 0.059082031250 +0.106933593750 0.000000000000 0.000000000000 0.077636718750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.075683593750 0.000000000000 +0.000000000000 0.000000000000 0.074707031250 0.000000000000 +0.000000000000 0.173828125000 0.000000000000 0.007629394531 +0.000000000000 0.000148773193 0.000000000000 0.437500000000 +0.000000000000 0.008544921875 0.000000000000 0.008483886719 +0.155273437500 0.064453125000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.246093750000 0.375000000000 +0.104980468750 0.182617187500 0.000000000000 0.031005859375 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.020874023438 0.000000000000 0.000000000000 +0.200195312500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.439453125000 0.000000000000 0.285156250000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.122558593750 0.000000000000 +0.165039062500 0.000000000000 0.000000000000 0.012817382812 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.132812500000 0.034179687500 +0.000000000000 0.000000000000 0.022705078125 0.000000000000 +0.026000976562 0.105957031250 0.000000000000 0.000000000000 +0.000000000000 0.108886718750 0.000000000000 0.449218750000 +0.000000000000 0.000000000000 0.000000000000 0.049560546875 +0.167968750000 0.064941406250 0.000000000000 0.000000000000 +0.000000000000 0.042724609375 0.061035156250 0.300781250000 +0.015747070312 0.139648437500 0.000000000000 0.126953125000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.046142578125 0.000000000000 0.036865234375 +0.179687500000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.542968750000 0.000000000000 0.246093750000 +0.038085937500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.208007812500 0.000000000000 +0.155273437500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.131835937500 0.082031250000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.076660156250 0.051757812500 0.000000000000 0.000000000000 +0.000000000000 0.199218750000 0.000000000000 0.429687500000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.144531250000 0.022094726562 0.000000000000 0.000000000000 +0.000000000000 0.255859375000 0.000000000000 0.176757812500 +0.000000000000 0.084960937500 0.000000000000 0.171875000000 +0.000000000000 0.000000000000 0.054931640625 0.000000000000 +0.000000000000 0.057617187500 0.000000000000 0.054687500000 +0.214843750000 0.000000000000 0.086914062500 0.000000000000 +0.071777343750 0.570312500000 0.000000000000 0.184570312500 +0.087402343750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.267578125000 0.000000000000 +0.189453125000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.138671875000 0.059814453125 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.115234375000 0.000432968140 0.000000000000 0.000000000000 +0.005554199219 0.273437500000 0.008728027344 0.373046875000 +0.000000000000 0.000000000000 0.000000000000 0.050537109375 +0.121093750000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.435546875000 0.000000000000 0.048095703125 +0.000000000000 0.000000000000 0.000000000000 0.173828125000 +0.000000000000 0.000000000000 0.062500000000 0.000000000000 +0.000000000000 0.024047851562 0.000000000000 0.053466796875 +0.146484375000 0.101562500000 0.196289062500 0.000000000000 +0.056884765625 0.585937500000 0.000000000000 0.126953125000 +0.118652343750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.267578125000 0.000000000000 +0.154296875000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.105957031250 0.046386718750 +0.063964843750 0.000000000000 0.000000000000 0.000000000000 +0.111328125000 0.000000000000 0.000000000000 0.000000000000 +0.057373046875 0.314453125000 0.054443359375 0.318359375000 +0.000000000000 0.000000000000 0.000000000000 0.002517700195 +0.095214843750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.531250000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.162109375000 +0.000000000000 0.000000000000 0.065917968750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.039550781250 +0.121093750000 0.156250000000 0.283203125000 0.000000000000 +0.069335937500 0.554687500000 0.000000000000 0.067871093750 +0.136718750000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.285156250000 0.000000000000 +0.135742187500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.071777343750 0.011352539062 +0.181640625000 0.000000000000 0.000000000000 0.000000000000 +0.104003906250 0.000000000000 0.000000000000 0.000000000000 +0.056152343750 0.328125000000 0.091308593750 0.200195312500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.024047851562 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.589843750000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.110839843750 +0.000000000000 0.000000000000 0.079589843750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.066406250000 0.205078125000 0.292968750000 0.000000000000 +0.057617187500 0.494140625000 0.000000000000 0.018432617188 +0.144531250000 0.000000000000 0.000000000000 0.001014709473 +0.000000000000 0.000000000000 0.271484375000 0.000000000000 +0.118164062500 0.031005859375 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.033935546875 0.000000000000 +0.224609375000 0.000000000000 0.000000000000 0.000000000000 +0.074707031250 0.000000000000 0.000000000000 0.000000000000 +0.034912109375 0.324218750000 0.107421875000 0.116699218750 +0.000000000000 0.000000000000 0.000000000000 0.010131835938 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.597656250000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.052001953125 +0.000000000000 0.000000000000 0.086914062500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.038085937500 0.208984375000 0.285156250000 0.000000000000 +0.043701171875 0.419921875000 0.000000000000 0.000000000000 +0.125976562500 0.000000000000 0.000000000000 0.015991210938 +0.000000000000 0.000000000000 0.277343750000 0.000000000000 +0.093261718750 0.034667968750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.002075195312 0.000000000000 +0.224609375000 0.000000000000 0.000000000000 0.000000000000 +0.026733398438 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.291015625000 0.100097656250 0.033935546875 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.574218750000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.006072998047 0.000000000000 +0.000000000000 0.000000000000 0.043701171875 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000020384789 0.162109375000 0.271484375000 0.000000000000 +0.021972656250 0.337890625000 0.000000000000 0.000000000000 +0.076660156250 0.000000000000 0.000000000000 0.008178710938 +0.000000000000 0.000000000000 0.236328125000 0.000000000000 +0.101074218750 0.066406250000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.244140625000 0.000000000000 0.000000000000 0.000000000000 +0.011840820312 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.253906250000 0.102539062500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.019042968750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.498046875000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.033691406250 0.000000000000 +0.000000000000 0.000000000000 0.029541015625 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.103515625000 0.180664062500 0.000000000000 +0.000000000000 0.230468750000 0.000000000000 0.000000000000 +0.054931640625 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.212890625000 0.000000000000 +0.096191406250 0.032958984375 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.235351562500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.193359375000 0.066406250000 0.005462646484 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.406250000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.059570312500 0.000000000000 +0.000000000000 0.000000000000 0.025512695312 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.023193359375 0.048095703125 0.000000000000 +0.000000000000 0.148437500000 0.000000000000 0.008605957031 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.169921875000 0.069335937500 +0.088378906250 0.008361816406 0.027709960938 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.178710937500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.043945312500 0.000000000000 0.000000000000 +0.000000000000 0.099609375000 0.000000000000 0.046386718750 +0.000000000000 0.000000000000 0.000000000000 0.014587402344 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.249023437500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.061035156250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.070312500000 0.000000000000 0.027954101562 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.125976562500 0.126953125000 +0.093750000000 0.000000000000 0.047119140625 0.028076171875 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.064941406250 0.000000000000 0.000000000000 0.079101562500 +0.000000000000 0.131835937500 0.004821777344 0.000000000000 +0.000000000000 0.023559570312 0.000000000000 0.123535156250 +0.000000000000 0.000000000000 0.005218505859 0.009643554688 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.055664062500 0.002868652344 0.000000000000 +0.000000000000 0.000000000000 0.006164550781 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.081054687500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.087890625000 0.208984375000 +0.087402343750 0.000000000000 0.103515625000 0.047119140625 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.022705078125 0.000000000000 0.000000000000 0.164062500000 +0.000000000000 0.232421875000 0.031127929688 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.229492187500 +0.000000000000 0.000000000000 0.025756835938 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.132812500000 0.021728515625 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.152343750000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.104980468750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.039062500000 0.000000000000 0.000000000000 0.255859375000 +0.060546875000 0.000000000000 0.162109375000 0.083007812500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.229492187500 +0.000000000000 0.277343750000 0.000000000000 0.125000000000 +0.000000000000 0.000000000000 0.000000000000 0.281250000000 +0.000000000000 0.006530761719 0.064941406250 0.016967773438 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.265625000000 0.119140625000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.018798828125 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.335937500000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.116210937500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.135742187500 0.000000000000 0.000000000000 0.261718750000 +0.002990722656 0.000000000000 0.154296875000 0.080078125000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.229492187500 +0.000000000000 0.341796875000 0.000000000000 0.255859375000 +0.000000000000 0.000000000000 0.000000000000 0.324218750000 +0.050781250000 0.062500000000 0.083984375000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.361328125000 0.208984375000 +0.000000000000 0.083496093750 0.000000000000 0.000000000000 +0.060302734375 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.400390625000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.133789062500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.189453125000 0.000000000000 0.000000000000 0.253906250000 +0.000000000000 0.000000000000 0.150390625000 0.080566406250 +0.000000000000 0.047119140625 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.198242187500 +0.000000000000 0.337890625000 0.000000000000 0.343750000000 +0.000000000000 0.000000000000 0.000000000000 0.318359375000 +0.089843750000 0.141601562500 0.083496093750 0.018798828125 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.394531250000 0.271484375000 +0.000000000000 0.168945312500 0.000000000000 0.000000000000 +0.074218750000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.458984375000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.149414062500 +0.000000000000 0.016357421875 0.000000000000 0.000000000000 +0.200195312500 0.000000000000 0.000000000000 0.173828125000 +0.000000000000 0.000000000000 0.107910156250 0.044921875000 +0.000000000000 0.020263671875 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.065429687500 0.053955078125 +0.000000000000 0.310546875000 0.000000000000 0.326171875000 +0.000000000000 0.000000000000 0.000000000000 0.285156250000 +0.055175781250 0.064453125000 0.070312500000 0.000000000000 +0.073242187500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.390625000000 0.343750000000 +0.130859375000 0.233398437500 0.000000000000 0.000000000000 +0.084960937500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.392578125000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.155273437500 +0.000000000000 0.016723632812 0.000000000000 0.000000000000 +0.181640625000 0.000000000000 0.000000000000 0.055908203125 +0.000000000000 0.000000000000 0.000000000000 0.008239746094 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.073730468750 0.000000000000 +0.000000000000 0.226562500000 0.000000000000 0.250000000000 +0.000000000000 0.000000000000 0.000000000000 0.213867187500 +0.000000000000 0.074218750000 0.006072998047 0.009948730469 +0.132812500000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.339843750000 0.341796875000 +0.144531250000 0.171875000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.245117187500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.068359375000 0.000000000000 0.174804687500 +0.000000000000 0.004425048828 0.000000000000 0.000000000000 +0.133789062500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.050292968750 0.000000000000 +0.000000000000 0.000000000000 0.082519531250 0.000000000000 +0.000000000000 0.134765625000 0.000000000000 0.132812500000 +0.000000000000 0.000000000000 0.000000000000 0.155273437500 +0.000000000000 0.000000000000 0.000000000000 0.063964843750 +0.183593750000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.157226562500 0.330078125000 +0.162109375000 0.134765625000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.078613281250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.213867187500 0.000000000000 0.166015625000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.025146484375 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.139648437500 0.000000000000 +0.000000000000 0.000000000000 0.062988281250 0.000000000000 +0.000000000000 0.036621093750 0.000000000000 0.000000000000 +0.000000000000 0.047363281250 0.000000000000 0.092285156250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.238281250000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.025756835938 0.269531250000 +0.095214843750 0.079589843750 0.000000000000 0.052490234375 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.107421875000 0.000000000000 0.000000000000 +0.062255859375 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.326171875000 0.000000000000 0.127929687500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.059570312500 0.000000000000 +0.017211914062 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.174804687500 0.000000000000 +0.000000000000 0.000000000000 0.011291503906 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.001449584961 0.135742187500 0.000000000000 0.055664062500 +0.000000000000 0.000000000000 0.000000000000 0.005859375000 +0.227539062500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.094726562500 0.000000000000 0.137695312500 +0.000000000000 0.000000000000 0.000000000000 0.127929687500 +0.000000000000 0.000000000000 0.016357421875 0.000000000000 +0.000000000000 0.080566406250 0.000000000000 0.000000000000 +0.112304687500 0.041259765625 0.146484375000 0.000000000000 +0.000000000000 0.390625000000 0.000000000000 0.095214843750 +0.025756835938 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.164062500000 0.000000000000 +0.095703125000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.174804687500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.006042480469 0.200195312500 0.010253906250 0.022827148438 +0.000000000000 0.000000000000 0.000000000000 0.002273559570 +0.114257812500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.335937500000 0.000000000000 0.012023925781 +0.000000000000 0.000000000000 0.000000000000 0.162109375000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.109375000000 0.078125000000 0.250000000000 0.000000000000 +0.005645751953 0.406250000000 0.000000000000 0.071289062500 +0.080566406250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.237304687500 0.000000000000 +0.129882812500 0.007080078125 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.129882812500 0.000000000000 +0.044677734375 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.241210937500 0.058349609375 0.024780273438 +0.000000000000 0.000000000000 0.000000000000 0.002166748047 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.460937500000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.118652343750 +0.000000000000 0.000000000000 0.032958984375 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.064453125000 0.126953125000 0.261718750000 0.000000000000 +0.000000000000 0.361328125000 0.000000000000 0.016357421875 +0.045166015625 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.249023437500 0.000000000000 +0.160156250000 0.037597656250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.007629394531 0.001502990723 +0.241210937500 0.000000000000 0.000000000000 0.000000000000 +0.007049560547 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.232421875000 0.044433593750 0.070312500000 +0.000000000000 0.000000000000 0.000000000000 0.029785156250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.462890625000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.012207031250 0.000000000000 +0.000000000000 0.000000000000 0.009094238281 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.083984375000 0.147460937500 0.000000000000 +0.000000000000 0.236328125000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.226562500000 0.072265625000 +0.154296875000 0.078125000000 0.010925292969 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.310546875000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.060546875000 0.000000000000 0.000000000000 +0.000000000000 0.182617187500 0.043701171875 0.086914062500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.396484375000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.123046875000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.002655029297 0.000000000000 +0.000000000000 0.090820312500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.152343750000 0.151367187500 +0.103515625000 0.051025390625 0.126953125000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.294921875000 0.000000000000 0.000000000000 0.092285156250 +0.032226562500 0.146484375000 0.000000000000 0.000000000000 +0.000000000000 0.083007812500 0.003005981445 0.108398437500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.171875000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.096679687500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.023681640625 0.000000000000 0.012634277344 0.160156250000 +0.001541137695 0.000000000000 0.165039062500 0.000000000000 +0.000000000000 0.000000000000 0.024902343750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.211914062500 0.000000000000 0.000000000000 0.116699218750 +0.039306640625 0.196289062500 0.000000000000 0.000000000000 +0.000000000000 0.004028320312 0.000000000000 0.121093750000 +0.090820312500 0.000000000000 0.058105468750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.046630859375 0.000000000000 +0.000000000000 0.000000000000 0.062500000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.140625000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.101562500000 0.000000000000 0.000000000000 0.107421875000 +0.000000000000 0.000000000000 0.146484375000 0.000000000000 +0.000000000000 0.000000000000 0.018066406250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.059326171875 +0.000000000000 0.182617187500 0.000000000000 0.081054687500 +0.000000000000 0.000000000000 0.000000000000 0.064941406250 +0.101562500000 0.000000000000 0.077148437500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.001968383789 0.000000000000 0.136718750000 0.072753906250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.004547119141 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.189453125000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.013610839844 +0.000000000000 0.090820312500 0.000000000000 0.000000000000 +0.197265625000 0.000000000000 0.000000000000 0.071777343750 +0.000000000000 0.000000000000 0.083984375000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.166992187500 0.000000000000 0.137695312500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.078125000000 0.000000000000 0.065429687500 0.000000000000 +0.020141601562 0.000000000000 0.000000000000 0.000000000000 +0.013671875000 0.000000000000 0.124023437500 0.119628906250 +0.000000000000 0.026123046875 0.000000000000 0.000000000000 +0.027954101562 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.186523437500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.163085937500 0.000000000000 0.000000000000 +0.208984375000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.001533508301 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.007446289062 0.000000000000 +0.000000000000 0.121093750000 0.000000000000 0.118652343750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.049316406250 0.000000000000 0.045654296875 0.062255859375 +0.114746093750 0.000000000000 0.000000000000 0.000000000000 +0.018920898438 0.000000000000 0.035888671875 0.132812500000 +0.005950927734 0.030761718750 0.000000000000 0.000000000000 +0.011291503906 0.000000000000 0.000000000000 0.047607421875 +0.000000000000 0.000000000000 0.101562500000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.219726562500 0.000000000000 0.097167968750 +0.210937500000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.051269531250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.046142578125 0.000000000000 +0.000000000000 0.025512695312 0.000000000000 0.007141113281 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.023681640625 0.000000000000 0.000000000000 0.031982421875 +0.223632812500 0.000000000000 0.000000000000 0.000000000000 +0.051757812500 0.000000000000 0.000000000000 0.089843750000 +0.032958984375 0.000202178955 0.000000000000 0.000000000000 +0.000000000000 0.145507812500 0.000000000000 0.129882812500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.259765625000 0.000000000000 0.200195312500 +0.166015625000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.051513671875 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.091796875000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.003158569336 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.042724609375 0.035400390625 0.034423828125 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.217773437500 0.000000000000 0.000000000000 0.146484375000 +0.092773437500 0.000000000000 0.000000000000 0.010559082031 +0.025146484375 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.302734375000 0.000000000000 0.168945312500 +0.000000000000 0.007019042969 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.055664062500 0.000000000000 +0.000000000000 0.000000000000 0.012390136719 0.000000000000 +0.000000000000 0.228515625000 0.000000000000 0.322265625000 +0.138671875000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.043945312500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.158203125000 0.036132812500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.101562500000 0.065917968750 0.079589843750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.012756347656 +0.217773437500 0.000000000000 0.043945312500 0.294921875000 +0.127929687500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.373046875000 0.000000000000 0.164062500000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.186523437500 0.000000000000 +0.000000000000 0.000000000000 0.026489257812 0.000000000000 +0.000000000000 0.209960937500 0.000000000000 0.378906250000 +0.074218750000 0.019897460938 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.068847656250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.188476562500 0.033447265625 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.098144531250 0.096679687500 0.117675781250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.134765625000 0.000000000000 0.067871093750 0.373046875000 +0.210937500000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.396484375000 0.000000000000 0.123046875000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.047851562500 0.249023437500 0.029541015625 +0.000000000000 0.000000000000 0.042968750000 0.000000000000 +0.000000000000 0.158203125000 0.000000000000 0.431640625000 +0.043945312500 0.010803222656 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.030639648438 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.187500000000 0.011474609375 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.055419921875 0.086425781250 0.146484375000 0.000000000000 +0.000000000000 0.000000000000 0.013549804688 0.045166015625 +0.027343750000 0.000000000000 0.110351562500 0.419921875000 +0.227539062500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.359375000000 0.000000000000 0.083496093750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.097656250000 0.269531250000 0.110351562500 +0.000000000000 0.000000000000 0.015991210938 0.000000000000 +0.000000000000 0.115722656250 0.000000000000 0.437500000000 +0.017333984375 0.005126953125 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.015197753906 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.160156250000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.002227783203 0.071777343750 0.162109375000 0.000000000000 +0.000000000000 0.000000000000 0.046875000000 0.010314941406 +0.000000000000 0.000000000000 0.047851562500 0.443359375000 +0.249023437500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.332031250000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.086914062500 0.251953125000 0.144531250000 +0.000000000000 0.000000000000 0.056152343750 0.000000000000 +0.000000000000 0.085449218750 0.000000000000 0.419921875000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.133789062500 0.015258789062 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.042480468750 0.140625000000 0.000000000000 +0.000000000000 0.000000000000 0.046142578125 0.048583984375 +0.000000000000 0.000000000000 0.058837890625 0.431640625000 +0.221679687500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.255859375000 0.000000000000 0.000000000000 +0.022583007812 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.109863281250 0.208007812500 0.169921875000 +0.000000000000 0.000000000000 0.027343750000 0.000000000000 +0.013793945312 0.011413574219 0.000000000000 0.373046875000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.072753906250 0.074218750000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.031982421875 0.096679687500 0.000000000000 +0.000000000000 0.000000000000 0.053710937500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.388671875000 +0.139648437500 0.028076171875 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.203125000000 0.000000000000 0.000000000000 +0.058593750000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.084472656250 0.187500000000 0.117187500000 +0.000000000000 0.000000000000 0.005828857422 0.000000000000 +0.016479492188 0.000000000000 0.000000000000 0.269531250000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.140625000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.033447265625 0.080566406250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.065917968750 +0.000000000000 0.000000000000 0.000000000000 0.281250000000 +0.000000000000 0.108886718750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.136718750000 0.000000000000 0.000000000000 +0.041015625000 0.000000000000 0.000000000000 0.000000000000 +0.039550781250 0.069335937500 0.191406250000 0.072265625000 +0.000000000000 0.081542968750 0.000000000000 0.013549804688 +0.050537109375 0.000000000000 0.000000000000 0.157226562500 +0.000000000000 0.000000000000 0.056884765625 0.000000000000 +0.022949218750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.160156250000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.087890625000 0.046875000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.020263671875 +0.000000000000 0.000000000000 0.000000000000 0.094726562500 +0.000000000000 0.235351562500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.045898437500 +0.000000000000 0.103515625000 0.029785156250 0.000000000000 +0.000000000000 0.016235351562 0.000000000000 0.000000000000 +0.118164062500 0.080078125000 0.224609375000 0.000000000000 +0.000000000000 0.240234375000 0.000000000000 0.054443359375 +0.111328125000 0.000000000000 0.000000000000 0.088378906250 +0.000000000000 0.000000000000 0.154296875000 0.000000000000 +0.071777343750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.177734375000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.158203125000 0.051513671875 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000036239624 +0.000000000000 0.012634277344 0.000000000000 0.000000000000 +0.000000000000 0.349609375000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.111328125000 +0.000000000000 0.033447265625 0.054199218750 0.000000000000 +0.000000000000 0.000511169434 0.000000000000 0.000000000000 +0.128906250000 0.164062500000 0.245117187500 0.000000000000 +0.007507324219 0.353515625000 0.000000000000 0.052978515625 +0.093261718750 0.000000000000 0.000000000000 0.018066406250 +0.000000000000 0.000000000000 0.242187500000 0.000000000000 +0.130859375000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.176757812500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.211914062500 0.046142578125 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.006591796875 +0.000000000000 0.028442382812 0.000000000000 0.000000000000 +0.000000000000 0.484375000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.142578125000 +0.000000000000 0.000000000000 0.032226562500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.143554687500 0.125000000000 0.277343750000 0.000000000000 +0.048828125000 0.388671875000 0.000000000000 0.065429687500 +0.092285156250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.273437500000 0.000000000000 +0.205078125000 0.081542968750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.120117187500 0.000000000000 +0.119628906250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.227539062500 0.052978515625 0.012207031250 +0.000000000000 0.000000000000 0.000000000000 0.011596679688 +0.000000000000 0.013061523438 0.000000000000 0.000000000000 +0.000000000000 0.546875000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.121582031250 +0.000000000000 0.000000000000 0.038330078125 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.111328125000 0.097167968750 0.261718750000 0.000000000000 +0.021118164062 0.347656250000 0.000000000000 0.052001953125 +0.095214843750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.312500000000 0.008972167969 +0.193359375000 0.063964843750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.010498046875 +0.269531250000 0.000000000000 0.000000000000 0.000000000000 +0.005126953125 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.213867187500 0.046142578125 0.124511718750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.519531250000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.030029296875 0.000000000000 +0.000000000000 0.000000000000 0.012145996094 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.004974365234 +0.000000000000 0.036621093750 0.116699218750 0.000000000000 +0.000000000000 0.261718750000 0.000000000000 0.011596679688 +0.001449584961 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.248046875000 0.076171875000 +0.162109375000 0.091796875000 0.007080078125 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.333984375000 0.000000000000 0.000000000000 0.000000000000 +0.053466796875 0.099609375000 0.000000000000 0.000000000000 +0.000000000000 0.188476562500 0.043457031250 0.171875000000 +0.000000000000 0.000000000000 0.000000000000 0.047363281250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.386718750000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.107421875000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.050781250000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.118164062500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.151367187500 0.159179687500 +0.084960937500 0.032958984375 0.114257812500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.328125000000 0.000000000000 0.000000000000 0.044921875000 +0.077636718750 0.162109375000 0.000000000000 0.000000000000 +0.000000000000 0.102050781250 0.000000000000 0.166992187500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.165039062500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.089355468750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.037597656250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.035644531250 0.000000000000 0.000000000000 0.130859375000 +0.000000000000 0.000000000000 0.158203125000 0.000000000000 +0.000000000000 0.000000000000 0.037109375000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.174804687500 0.000000000000 0.000000000000 0.037353515625 +0.070800781250 0.182617187500 0.000000000000 0.000000000000 +0.000000000000 0.017333984375 0.000000000000 0.125976562500 +0.108398437500 0.000000000000 0.020385742188 0.028198242188 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.022827148438 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.090332031250 0.002639770508 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.077636718750 0.000000000000 0.000000000000 +0.192382812500 0.000000000000 0.000000000000 0.068359375000 +0.000000000000 0.000000000000 0.137695312500 0.000000000000 +0.000000000000 0.000000000000 0.093750000000 0.000000000000 +0.000000000000 0.003524780273 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.076171875000 0.176757812500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.251953125000 0.000000000000 0.059814453125 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.122070312500 0.000000000000 0.021484375000 0.000000000000 +0.000000000000 0.018188476562 0.000000000000 0.000000000000 +0.104980468750 0.000000000000 0.000000000000 0.077636718750 +0.000000000000 0.000000000000 0.204101562500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.212890625000 0.000000000000 0.100585937500 +0.279296875000 0.031738281250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.131835937500 0.000000000000 +0.000000000000 0.015747070312 0.092285156250 0.000000000000 +0.000000000000 0.037597656250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.043945312500 0.144531250000 0.000000000000 0.072265625000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.367187500000 0.010253906250 0.112304687500 0.027954101562 +0.037597656250 0.000000000000 0.000000000000 0.000000000000 +0.300781250000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.172851562500 0.000000000000 0.000000000000 0.080566406250 +0.000000000000 0.000000000000 0.218750000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.095703125000 0.000000000000 +0.000000000000 0.275390625000 0.000000000000 0.175781250000 +0.283203125000 0.093261718750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.109375000000 0.000000000000 +0.000000000000 0.041259765625 0.109863281250 0.000000000000 +0.000000000000 0.088867187500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.050781250000 0.000000000000 0.180664062500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.359375000000 0.000000000000 0.159179687500 0.000000000000 +0.036865234375 0.000000000000 0.000000000000 0.184570312500 +0.380859375000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.203125000000 0.000000000000 0.000000000000 0.000000000000 +0.009033203125 0.000000000000 0.172851562500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.175781250000 0.000000000000 +0.000000000000 0.289062500000 0.000000000000 0.186523437500 +0.310546875000 0.055175781250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.049072265625 0.000000000000 +0.000000000000 0.042724609375 0.060058593750 0.038574218750 +0.000000000000 0.072265625000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.291015625000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.253906250000 0.000000000000 0.189453125000 0.000000000000 +0.005676269531 0.000000000000 0.000000000000 0.306640625000 +0.386718750000 0.000000000000 0.000000000000 0.026733398438 +0.023803710938 0.000000000000 0.000000000000 0.000000000000 +0.225585937500 0.000000000000 0.000000000000 0.000000000000 +0.095703125000 0.000000000000 0.152343750000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.206054687500 0.000000000000 +0.000000000000 0.242187500000 0.000000000000 0.162109375000 +0.291015625000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.022827148438 0.000000000000 +0.000000000000 0.017211914062 0.000000000000 0.076171875000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.304687500000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.131835937500 0.000000000000 0.195312500000 0.035644531250 +0.000000000000 0.000000000000 0.000000000000 0.298828125000 +0.345703125000 0.000000000000 0.000000000000 0.058349609375 +0.024414062500 0.000000000000 0.000000000000 0.000000000000 +0.179687500000 0.000000000000 0.000000000000 0.000000000000 +0.154296875000 0.000000000000 0.142578125000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.195312500000 0.000000000000 +0.000000000000 0.168945312500 0.000000000000 0.087402343750 +0.233398437500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000371932983 0.016967773438 +0.000000000000 0.010375976562 0.000000000000 0.102050781250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.002655029297 0.000000000000 0.322265625000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.015747070312 0.000000000000 0.181640625000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.222656250000 +0.255859375000 0.000000000000 0.004547119141 0.139648437500 +0.021362304688 0.000000000000 0.000000000000 0.000000000000 +0.132812500000 0.000000000000 0.000000000000 0.000000000000 +0.158203125000 0.000000000000 0.079101562500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.105468750000 0.065429687500 +0.000000000000 0.061767578125 0.000000000000 0.000000000000 +0.174804687500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.062011718750 +0.000000000000 0.000000000000 0.000000000000 0.095703125000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.034179687500 0.000000000000 0.330078125000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.145507812500 0.029174804688 +0.000000000000 0.000000000000 0.000000000000 0.070800781250 +0.077636718750 0.000000000000 0.044677734375 0.199218750000 +0.022338867188 0.000000000000 0.000000000000 0.000000000000 +0.018188476562 0.000000000000 0.000000000000 0.000000000000 +0.099609375000 0.000000000000 0.060791015625 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.113769531250 +0.000000000000 0.015625000000 0.000000000000 0.000000000000 +0.125976562500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.056640625000 +0.000000000000 0.000000000000 0.000000000000 0.043212890625 +0.000000000000 0.000000000000 0.050048828125 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.032958984375 0.000000000000 0.197265625000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.052978515625 0.022460937500 +0.001129150391 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.058593750000 0.234375000000 +0.073730468750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.047119140625 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.125000000000 0.000000000000 0.160156250000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.029541015625 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.108886718750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000284194946 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.130859375000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.024291992188 0.229492187500 +0.033691406250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.074707031250 0.000000000000 0.000000000000 +0.031250000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.253906250000 0.000000000000 0.142578125000 +0.029052734375 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.125976562500 0.000000000000 +0.000000000000 0.000000000000 0.004669189453 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.036621093750 0.126953125000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.012512207031 +0.200195312500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.132812500000 +0.000000000000 0.000000000000 0.000000000000 0.027343750000 +0.000000000000 0.092773437500 0.000000000000 0.000000000000 +0.000000000000 0.135742187500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.117675781250 0.000000000000 +0.000000000000 0.330078125000 0.000000000000 0.063476562500 +0.048828125000 0.000000000000 0.000000000000 0.048583984375 +0.000000000000 0.000000000000 0.015197753906 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.147460937500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.003265380859 0.000000000000 0.000000000000 0.000000000000 +0.151367187500 0.232421875000 0.048583984375 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.031738281250 +0.222656250000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.181640625000 0.000000000000 0.000328063965 +0.000000000000 0.000000000000 0.000000000000 0.073730468750 +0.000000000000 0.206054687500 0.000000000000 0.000000000000 +0.000000000000 0.094726562500 0.000000000000 0.000000000000 +0.000000000000 0.139648437500 0.296875000000 0.000000000000 +0.000000000000 0.330078125000 0.000000000000 0.000000000000 +0.070312500000 0.000000000000 0.000000000000 0.131835937500 +0.000000000000 0.000000000000 0.075195312500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.055175781250 0.141601562500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.176757812500 0.273437500000 0.111816406250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.175781250000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.363281250000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.091308593750 +0.000000000000 0.207031250000 0.038330078125 0.000000000000 +0.000000000000 0.061523437500 0.000000000000 0.000000000000 +0.000000000000 0.281250000000 0.378906250000 0.000000000000 +0.000000000000 0.314453125000 0.000000000000 0.000000000000 +0.080566406250 0.000000000000 0.000000000000 0.163085937500 +0.000000000000 0.000000000000 0.162109375000 0.000000000000 +0.025756835938 0.035644531250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.026855468750 0.135742187500 0.000000000000 +0.019409179688 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.105957031250 0.261718750000 0.122558593750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.020263671875 +0.034667968750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.496093750000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.068847656250 +0.000000000000 0.104492187500 0.037353515625 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.289062500000 0.386718750000 0.104492187500 +0.000000000000 0.243164062500 0.000000000000 0.000000000000 +0.062500000000 0.000000000000 0.000000000000 0.133789062500 +0.000000000000 0.000000000000 0.209960937500 0.000000000000 +0.087402343750 0.130859375000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.065429687500 0.000000000000 +0.156250000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.242187500000 0.123535156250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.531250000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.058349609375 0.004272460938 +0.000000000000 0.000000000000 0.041015625000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.169921875000 0.330078125000 0.148437500000 +0.005187988281 0.179687500000 0.000000000000 0.000000000000 +0.070312500000 0.000000000000 0.000000000000 0.072753906250 +0.000000000000 0.000000000000 0.208984375000 0.000000000000 +0.122558593750 0.132812500000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.203125000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.170898437500 0.090332031250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.011779785156 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.484375000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.088867187500 0.000000000000 +0.000000000000 0.000000000000 0.019287109375 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.053222656250 0.125976562500 0.045654296875 +0.000000000000 0.119628906250 0.000000000000 0.000000000000 +0.035644531250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.177734375000 0.015991210938 +0.091796875000 0.052734375000 0.008544921875 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.200195312500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.007629394531 0.000000000000 0.000000000000 +0.000000000000 0.126953125000 0.047363281250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.328125000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.089843750000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.074218750000 0.000000000000 0.004516601562 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.115722656250 0.086914062500 +0.061279296875 0.000000000000 0.043945312500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.106933593750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.080566406250 0.000000000000 0.000000000000 +0.000000000000 0.062988281250 0.000000000000 0.032226562500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.128906250000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.015563964844 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.011352539062 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.006835937500 0.000000000000 0.008728027344 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.020507812500 0.000000000000 0.000000000000 0.081054687500 +0.000000000000 0.000000000000 0.078125000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.046142578125 0.000000000000 0.000000000000 0.000000000000 +0.065917968750 0.120605468750 0.000000000000 0.000000000000 +0.000000000000 0.039794921875 0.000000000000 0.032958984375 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.031738281250 0.000000000000 0.025146484375 +0.094238281250 0.000000000000 0.000000000000 0.019653320312 +0.000000000000 0.000000000000 0.075683593750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.060058593750 0.117675781250 0.000000000000 0.000000000000 +0.000000000000 0.026855468750 0.000000000000 0.000000000000 +0.106933593750 0.000000000000 0.000762939453 0.001152038574 +0.014160156250 0.000000000000 0.000000000000 0.000000000000 +0.021484375000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.099609375000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.161132812500 0.000000000000 0.111328125000 +0.187500000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.031250000000 0.000000000000 +0.000000000000 0.000000000000 0.014892578125 0.000000000000 +0.000000000000 0.081542968750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.016967773438 0.040771484375 0.000000000000 0.000000000000 +0.000000000000 0.015014648438 0.002319335938 0.000000000000 +0.193359375000 0.000000000000 0.036132812500 0.000000000000 +0.063964843750 0.000000000000 0.000000000000 0.000000000000 +0.211914062500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.049072265625 0.037597656250 0.000000000000 0.221679687500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.289062500000 0.000000000000 0.248046875000 +0.265625000000 0.085937500000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.066406250000 0.000000000000 +0.017944335938 0.000000000000 0.026855468750 0.000000000000 +0.000000000000 0.134765625000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.016723632812 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.039794921875 0.000000000000 +0.294921875000 0.000000000000 0.075683593750 0.000000000000 +0.086425781250 0.000000000000 0.000000000000 0.130859375000 +0.361328125000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.091308593750 0.125976562500 0.000000000000 0.246093750000 +0.000000000000 0.000000000000 0.003158569336 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.084960937500 0.000000000000 +0.000000000000 0.351562500000 0.000000000000 0.384765625000 +0.259765625000 0.192382812500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.041748046875 0.000000000000 +0.025146484375 0.000000000000 0.071777343750 0.000000000000 +0.000000000000 0.231445312500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.055175781250 0.000000000000 +0.328125000000 0.000000000000 0.141601562500 0.050781250000 +0.078613281250 0.000000000000 0.000000000000 0.410156250000 +0.429687500000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.105468750000 0.273437500000 0.000000000000 0.183593750000 +0.007629394531 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.231445312500 0.000000000000 +0.000000000000 0.392578125000 0.000000000000 0.419921875000 +0.255859375000 0.152343750000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.044189453125 0.015625000000 0.000000000000 0.083007812500 +0.000000000000 0.195312500000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.021240234375 +0.000000000000 0.000000000000 0.048828125000 0.000000000000 +0.193359375000 0.000000000000 0.138671875000 0.000000000000 +0.099121093750 0.000000000000 0.004333496094 0.605468750000 +0.421875000000 0.000000000000 0.000000000000 0.000000000000 +0.010681152344 0.000000000000 0.000000000000 0.000000000000 +0.124511718750 0.308593750000 0.000000000000 0.028198242188 +0.120605468750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.012145996094 0.038574218750 +0.000000000000 0.000000000000 0.283203125000 0.000000000000 +0.000000000000 0.320312500000 0.000000000000 0.400390625000 +0.202148437500 0.074218750000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.052490234375 0.000000000000 0.000000000000 0.144531250000 +0.000000000000 0.136718750000 0.080566406250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.007019042969 +0.000000000000 0.000000000000 0.028564453125 0.000000000000 +0.000000000000 0.000000000000 0.120117187500 0.000000000000 +0.054931640625 0.000000000000 0.020751953125 0.632812500000 +0.359375000000 0.000000000000 0.000000000000 0.000000000000 +0.013305664062 0.000000000000 0.000000000000 0.000000000000 +0.010009765625 0.292968750000 0.000000000000 0.000000000000 +0.197265625000 0.002960205078 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.073242187500 0.109375000000 +0.000000000000 0.000000000000 0.253906250000 0.000000000000 +0.000000000000 0.186523437500 0.000000000000 0.361328125000 +0.097167968750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.156250000000 +0.000000000000 0.045898437500 0.201171875000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.020019531250 0.000000000000 +0.000000000000 0.000000000000 0.087890625000 0.035888671875 +0.000000000000 0.000000000000 0.002410888672 0.574218750000 +0.180664062500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.214843750000 0.000000000000 0.000000000000 +0.234375000000 0.005432128906 0.000000000000 0.000000000000 +0.000000000000 0.061767578125 0.126953125000 0.156250000000 +0.000000000000 0.000000000000 0.131835937500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.230468750000 +0.000000000000 0.000000000000 0.011596679688 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.133789062500 +0.000000000000 0.000000000000 0.251953125000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000907897949 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.022460937500 0.002685546875 +0.000000000000 0.153320312500 0.000000000000 0.396484375000 +0.000000000000 0.068847656250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.111328125000 +0.000000000000 0.061767578125 0.000000000000 0.000000000000 +0.217773437500 0.000000000000 0.000000000000 0.000000000000 +0.160156250000 0.057617187500 0.176757812500 0.214843750000 +0.000000000000 0.131835937500 0.008117675781 0.100585937500 +0.000000000000 0.000000000000 0.000000000000 0.021484375000 +0.000000000000 0.000000000000 0.197265625000 0.000000000000 +0.208007812500 0.000000000000 0.000000000000 0.103515625000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.051757812500 0.000000000000 0.241210937500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.221679687500 0.000000000000 +0.000000000000 0.013488769531 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.243164062500 0.000000000000 0.051757812500 +0.000000000000 0.304687500000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.134765625000 +0.000000000000 0.000000000000 0.047119140625 0.000000000000 +0.105468750000 0.000000000000 0.000000000000 0.000000000000 +0.259765625000 0.024291992188 0.130859375000 0.201171875000 +0.007232666016 0.261718750000 0.000000000000 0.207031250000 +0.001296997070 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.333984375000 0.100097656250 +0.351562500000 0.000000000000 0.000000000000 0.197265625000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.060791015625 0.000000000000 0.130859375000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000162124634 0.369140625000 0.000000000000 +0.000000000000 0.041748046875 0.000000000000 0.156250000000 +0.000000000000 0.000000000000 0.000000000000 0.009216308594 +0.000000000000 0.237304687500 0.000000000000 0.000000000000 +0.000000000000 0.406250000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.084472656250 +0.000000000000 0.000000000000 0.057861328125 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.279296875000 0.000000000000 0.000000000000 0.041503906250 +0.033691406250 0.361328125000 0.000000000000 0.277343750000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.386718750000 0.273437500000 +0.390625000000 0.000000000000 0.000000000000 0.237304687500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.124511718750 +0.083496093750 0.000000000000 0.000000000000 0.107910156250 +0.000000000000 0.178710937500 0.380859375000 0.000000000000 +0.000000000000 0.045898437500 0.000000000000 0.511718750000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.178710937500 0.000000000000 0.000000000000 +0.000000000000 0.392578125000 0.071289062500 0.059082031250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.004455566406 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.219726562500 +0.227539062500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.375000000000 0.000000000000 0.298828125000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.359375000000 0.376953125000 +0.388671875000 0.000000000000 0.039306640625 0.206054687500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.171875000000 +0.211914062500 0.000000000000 0.000000000000 0.156250000000 +0.152343750000 0.318359375000 0.292968750000 0.000000000000 +0.000000000000 0.060546875000 0.000000000000 0.742187500000 +0.000000000000 0.000000000000 0.000000000000 0.015319824219 +0.000000000000 0.059570312500 0.000000000000 0.000000000000 +0.000000000000 0.283203125000 0.206054687500 0.087890625000 +0.000000000000 0.063964843750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.006317138672 0.279296875000 +0.090820312500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.355468750000 0.000000000000 0.265625000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.277343750000 0.369140625000 +0.257812500000 0.000000000000 0.085449218750 0.122558593750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.164062500000 +0.208007812500 0.000000000000 0.000000000000 0.152343750000 +0.253906250000 0.363281250000 0.067871093750 0.000000000000 +0.000000000000 0.050537109375 0.000000000000 0.800781250000 +0.000000000000 0.000000000000 0.000000000000 0.000633239746 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.066894531250 0.273437500000 0.131835937500 +0.000000000000 0.249023437500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.131835937500 0.292968750000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.279296875000 0.000000000000 0.208007812500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.111328125000 0.306640625000 +0.118652343750 0.000000000000 0.083984375000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.083007812500 +0.102539062500 0.000000000000 0.000000000000 0.041748046875 +0.265625000000 0.359375000000 0.000000000000 0.000000000000 +0.000000000000 0.043945312500 0.000000000000 0.777343750000 +0.000000000000 0.000000000000 0.000000000000 0.004089355469 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.273437500000 0.164062500000 +0.000000000000 0.347656250000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.128906250000 0.263671875000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.203125000000 0.000000000000 0.146484375000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.065917968750 0.000000000000 0.000000000000 0.181640625000 +0.000000000000 0.000000000000 0.039306640625 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.072265625000 0.000000000000 +0.245117187500 0.291015625000 0.000000000000 0.000000000000 +0.000000000000 0.056884765625 0.000000000000 0.562500000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.183593750000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.178710937500 0.167968750000 +0.000000000000 0.361328125000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.174804687500 +0.000000000000 0.001998901367 0.084472656250 0.137695312500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.173828125000 0.000000000000 0.063476562500 +0.000000000000 0.107421875000 0.000000000000 0.000000000000 +0.082519531250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.037597656250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.144531250000 0.000000000000 +0.192382812500 0.135742187500 0.000000000000 0.000000000000 +0.136718750000 0.125976562500 0.000000000000 0.273437500000 +0.000000000000 0.000000000000 0.000000000000 0.005249023438 +0.396484375000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.147460937500 +0.024291992188 0.337890625000 0.000000000000 0.000000000000 +0.000000000000 0.209960937500 0.000000000000 0.232421875000 +0.000000000000 0.202148437500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.183593750000 0.000000000000 0.000000000000 +0.000000000000 0.141601562500 0.008300781250 0.163085937500 +0.045898437500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.002441406250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.156250000000 0.136718750000 0.000000000000 +0.000000000000 0.000000000000 0.107421875000 0.000000000000 +0.097656250000 0.000000000000 0.000000000000 0.000000000000 +0.308593750000 0.194335937500 0.033935546875 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.002914428711 +0.443359375000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.057861328125 +0.042968750000 0.094726562500 0.000000000000 0.000000000000 +0.000000000000 0.453125000000 0.000000000000 0.238281250000 +0.000000000000 0.275390625000 0.000000000000 0.000000000000 +0.000000000000 0.123046875000 0.306640625000 0.000000000000 +0.000000000000 0.193359375000 0.000000000000 0.000000000000 +0.028564453125 0.138671875000 0.000000000000 0.318359375000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.053222656250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.194335937500 0.222656250000 0.000000000000 +0.000000000000 0.000000000000 0.020507812500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.341796875000 0.247070312500 0.133789062500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.063964843750 +0.390625000000 0.000000000000 0.102539062500 0.172851562500 +0.000000000000 0.143554687500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.095214843750 +0.000000000000 0.531250000000 0.000000000000 0.159179687500 +0.000000000000 0.235351562500 0.000000000000 0.000000000000 +0.000000000000 0.322265625000 0.507812500000 0.000000000000 +0.000000000000 0.183593750000 0.000000000000 0.000000000000 +0.136718750000 0.000000000000 0.000000000000 0.394531250000 +0.000000000000 0.000000000000 0.002243041992 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.018432617188 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.188476562500 0.242187500000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.320312500000 0.291015625000 0.210937500000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.203125000000 0.000000000000 0.090332031250 0.269531250000 +0.000000000000 0.423828125000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.141601562500 +0.000000000000 0.539062500000 0.023437500000 0.069335937500 +0.000000000000 0.167968750000 0.000000000000 0.000000000000 +0.000000000000 0.427734375000 0.628906250000 0.125976562500 +0.000000000000 0.203125000000 0.000000000000 0.000000000000 +0.172851562500 0.000000000000 0.000000000000 0.404296875000 +0.000000000000 0.000000000000 0.105957031250 0.000000000000 +0.000000000000 0.128906250000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.178710937500 0.237304687500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.261718750000 0.300781250000 0.226562500000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.012268066406 +0.053222656250 0.000000000000 0.112792968750 0.257812500000 +0.000000000000 0.605468750000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.144531250000 +0.000000000000 0.457031250000 0.056640625000 0.000000000000 +0.000000000000 0.037353515625 0.000000000000 0.000000000000 +0.000000000000 0.478515625000 0.644531250000 0.314453125000 +0.000000000000 0.182617187500 0.000000000000 0.000000000000 +0.161132812500 0.000000000000 0.000000000000 0.375000000000 +0.000000000000 0.000000000000 0.204101562500 0.000000000000 +0.028686523438 0.222656250000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.088867187500 0.184570312500 0.000000000000 +0.113281250000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.119628906250 0.285156250000 0.224609375000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.049316406250 0.190429687500 +0.000000000000 0.675781250000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.054931640625 0.091308593750 +0.000000000000 0.237304687500 0.063964843750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.421875000000 0.574218750000 0.353515625000 +0.024780273438 0.146484375000 0.000000000000 0.000000000000 +0.121582031250 0.000000000000 0.000000000000 0.271484375000 +0.000000000000 0.000000000000 0.227539062500 0.000000000000 +0.108886718750 0.273437500000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.116699218750 0.000000000000 0.077148437500 0.000000000000 +0.269531250000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.231445312500 0.175781250000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.016723632812 +0.000000000000 0.687500000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.179687500000 0.000000000000 +0.000000000000 0.037353515625 0.004364013672 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.185546875000 0.437500000000 0.291015625000 +0.000000000000 0.080078125000 0.000000000000 0.000000000000 +0.108398437500 0.000000000000 0.000000000000 0.155273437500 +0.000000000000 0.000000000000 0.199218750000 0.000000000000 +0.095703125000 0.247070312500 0.038574218750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.050537109375 0.000000000000 0.000000000000 0.000000000000 +0.347656250000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.172851562500 0.151367187500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.010742187500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.527343750000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.190429687500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.012695312500 0.158203125000 0.094726562500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.052490234375 0.000000000000 0.000000000000 0.090332031250 +0.000000000000 0.000000000000 0.096679687500 0.000242233276 +0.008911132812 0.074707031250 0.085449218750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.300781250000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000610351562 0.000000000000 0.000000000000 +0.000000000000 0.125976562500 0.101074218750 0.000000000000 +0.000000000000 0.000000000000 0.003967285156 0.001106262207 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.021240234375 0.261718750000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.153320312500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.016601562500 0.000000000000 0.000000000000 0.105468750000 +0.020263671875 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.100097656250 0.000000000000 +0.000000000000 0.000000000000 0.000839233398 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.119140625000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.021484375000 0.000000000000 0.000000000000 +0.000000000000 0.048095703125 0.048095703125 0.000000000000 +0.041503906250 0.000000000000 0.038330078125 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.055664062500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.045166015625 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.119628906250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.137695312500 0.000000000000 0.170898437500 +0.130859375000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.053710937500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.101074218750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.037353515625 0.049072265625 0.000000000000 +0.106933593750 0.000000000000 0.015441894531 0.000000000000 +0.057861328125 0.000000000000 0.000000000000 0.000000000000 +0.143554687500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.155273437500 0.000000000000 0.233398437500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.261718750000 0.000000000000 0.292968750000 +0.170898437500 0.047607421875 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.020629882812 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.151367187500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.030029296875 0.035644531250 0.071289062500 0.000000000000 +0.111816406250 0.000000000000 0.022949218750 0.000000000000 +0.156250000000 0.000000000000 0.000000000000 0.173828125000 +0.205078125000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.320312500000 0.000000000000 0.265625000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.006713867188 0.000000000000 +0.000000000000 0.000000000000 0.063476562500 0.000000000000 +0.000000000000 0.292968750000 0.000000000000 0.410156250000 +0.150390625000 0.116210937500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.053955078125 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.231445312500 0.005645751953 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.125976562500 0.039062500000 0.101074218750 0.000000000000 +0.069335937500 0.000000000000 0.017211914062 0.029296875000 +0.188476562500 0.000000000000 0.054687500000 0.423828125000 +0.224609375000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.396484375000 0.000000000000 0.181640625000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.021484375000 0.192382812500 0.000000000000 +0.000000000000 0.000000000000 0.152343750000 0.000000000000 +0.000000000000 0.273437500000 0.000000000000 0.417968750000 +0.106933593750 0.056884765625 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.094238281250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.224609375000 0.055419921875 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.093750000000 0.045898437500 0.103027343750 0.000000000000 +0.000000000000 0.000000000000 0.024780273438 0.000000000000 +0.127929687500 0.000000000000 0.026855468750 0.527343750000 +0.267578125000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.373046875000 0.000000000000 0.000000000000 +0.034423828125 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.107421875000 0.238281250000 0.296875000000 +0.000000000000 0.000000000000 0.139648437500 0.000000000000 +0.000000000000 0.126953125000 0.000000000000 0.406250000000 +0.058105468750 0.005035400391 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.143554687500 0.039550781250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.015747070312 0.093261718750 0.000000000000 +0.000000000000 0.000000000000 0.083496093750 0.005645751953 +0.000000000000 0.000000000000 0.047607421875 0.511718750000 +0.285156250000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.146484375000 0.000000000000 0.000000000000 +0.059814453125 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.082031250000 0.169921875000 0.398437500000 +0.000000000000 0.000000000000 0.087402343750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.306640625000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.024780273438 0.007873535156 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.098632812500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.042236328125 0.000000000000 +0.000000000000 0.000000000000 0.140625000000 0.000499725342 +0.000000000000 0.000000000000 0.000000000000 0.365234375000 +0.265625000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.001235961914 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.070800781250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.031494140625 0.406250000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.126953125000 +0.000000000000 0.000000000000 0.000000000000 0.020751953125 +0.000000000000 0.000000000000 0.090820312500 0.081054687500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.095214843750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.152343750000 +0.000000000000 0.000000000000 0.134765625000 0.079589843750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.174804687500 0.040283203125 +0.000000000000 0.000000000000 0.000000000000 0.123046875000 +0.192382812500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.041992187500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.213867187500 +0.000000000000 0.000000000000 0.000000000000 0.043945312500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.046386718750 0.000000000000 0.000000000000 0.146484375000 +0.028320312500 0.000000000000 0.113769531250 0.152343750000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.064941406250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.232421875000 +0.000000000000 0.148437500000 0.162109375000 0.208007812500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.157226562500 0.009704589844 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.069824218750 0.000000000000 0.121093750000 0.058105468750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.165039062500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.137695312500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.101562500000 0.000000000000 0.000000000000 0.190429687500 +0.011596679688 0.000000000000 0.127929687500 0.132812500000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.179687500000 +0.000000000000 0.209960937500 0.064941406250 0.263671875000 +0.000000000000 0.000000000000 0.000000000000 0.092285156250 +0.000000000000 0.032470703125 0.124023437500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.211914062500 0.182617187500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.243164062500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.137695312500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.134765625000 0.000000000000 0.000000000000 0.147460937500 +0.000000000000 0.000000000000 0.057128906250 0.044433593750 +0.000000000000 0.007293701172 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.013366699219 +0.000000000000 0.225585937500 0.000000000000 0.217773437500 +0.000000000000 0.000000000000 0.000000000000 0.162109375000 +0.000000000000 0.009338378906 0.052978515625 0.031250000000 +0.020507812500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.234375000000 0.249023437500 +0.000625610352 0.145507812500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.191406250000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.111816406250 +0.000000000000 0.051269531250 0.000000000000 0.000000000000 +0.167968750000 0.000000000000 0.000000000000 0.025268554688 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.098144531250 0.000000000000 +0.000000000000 0.163085937500 0.000000000000 0.089355468750 +0.000000000000 0.000000000000 0.000000000000 0.133789062500 +0.000000000000 0.000000000000 0.000000000000 0.037109375000 +0.204101562500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.145507812500 0.219726562500 +0.064453125000 0.177734375000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.004089355469 0.068847656250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.058593750000 0.000000000000 0.065429687500 +0.000000000000 0.113281250000 0.000000000000 0.000000000000 +0.127929687500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.036376953125 0.000000000000 +0.000000000000 0.000000000000 0.106445312500 0.000000000000 +0.000000000000 0.040283203125 0.000000000000 0.000000000000 +0.000000000000 0.035644531250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000583648682 +0.283203125000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.169921875000 +0.069824218750 0.101074218750 0.000000000000 0.000000000000 +0.000000000000 0.051513671875 0.000000000000 0.000000000000 +0.000000000000 0.030151367188 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.090820312500 0.000000000000 0.000000000000 +0.000000000000 0.064941406250 0.000000000000 0.065429687500 +0.039794921875 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.014160156250 0.094726562500 0.000000000000 +0.000000000000 0.000000000000 0.017822265625 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.017456054688 0.077636718750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.238281250000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.062988281250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.064453125000 0.000000000000 0.000000000000 +0.000000000000 0.014038085938 0.000000000000 0.000000000000 +0.000000000000 0.023071289062 0.086425781250 0.000000000000 +0.000000000000 0.110351562500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.080078125000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.117675781250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.084472656250 0.000686645508 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.018676757812 +0.088867187500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.079101562500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.020874023438 0.015197753906 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.030273437500 0.057128906250 0.140625000000 0.000000000000 +0.000000000000 0.164062500000 0.000000000000 0.024414062500 +0.000000000000 0.000000000000 0.000000000000 0.053222656250 +0.000000000000 0.000000000000 0.114746093750 0.000000000000 +0.062988281250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.114257812500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.092773437500 0.008422851562 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.004058837891 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.236328125000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.023193359375 +0.000000000000 0.000000000000 0.091308593750 0.000000000000 +0.017944335938 0.000000000000 0.000000000000 0.000000000000 +0.166992187500 0.102539062500 0.126953125000 0.014831542969 +0.007141113281 0.263671875000 0.000000000000 0.107910156250 +0.037597656250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.251953125000 0.000000000000 +0.181640625000 0.000000000000 0.000000000000 0.035644531250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.133789062500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.131835937500 0.000000000000 +0.000000000000 0.092285156250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.026855468750 +0.000000000000 0.104980468750 0.000000000000 0.000000000000 +0.000000000000 0.361328125000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.103027343750 +0.000000000000 0.000000000000 0.101562500000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.267578125000 0.012023925781 0.089843750000 0.000000000000 +0.044677734375 0.439453125000 0.000000000000 0.222656250000 +0.101562500000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.312500000000 0.000000000000 +0.245117187500 0.000000000000 0.000000000000 0.067382812500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.147460937500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.142578125000 0.000000000000 +0.000000000000 0.126953125000 0.000000000000 0.207031250000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.131835937500 0.000000000000 0.000000000000 +0.000000000000 0.462890625000 0.000000000000 0.048828125000 +0.000000000000 0.000000000000 0.000000000000 0.194335937500 +0.000000000000 0.000000000000 0.094238281250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.363281250000 0.000000000000 0.081542968750 0.000000000000 +0.103515625000 0.578125000000 0.000000000000 0.250000000000 +0.143554687500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.380859375000 0.024902343750 +0.298828125000 0.000000000000 0.000000000000 0.089355468750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.160156250000 0.025878906250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.125976562500 0.000000000000 +0.000000000000 0.224609375000 0.000000000000 0.402343750000 +0.000000000000 0.000000000000 0.000000000000 0.069335937500 +0.000000000000 0.163085937500 0.000000000000 0.000000000000 +0.000000000000 0.566406250000 0.000000000000 0.047851562500 +0.000000000000 0.000000000000 0.000000000000 0.234375000000 +0.000000000000 0.000000000000 0.062500000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.198242187500 +0.281250000000 0.000000000000 0.150390625000 0.000000000000 +0.125000000000 0.703125000000 0.000000000000 0.273437500000 +0.164062500000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.394531250000 0.023193359375 +0.285156250000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.115722656250 0.145507812500 +0.121582031250 0.000000000000 0.000000000000 0.000000000000 +0.173828125000 0.016235351562 0.000000000000 0.000000000000 +0.000000000000 0.310546875000 0.005493164062 0.486328125000 +0.000000000000 0.000000000000 0.000000000000 0.020141601562 +0.015197753906 0.067382812500 0.000000000000 0.000000000000 +0.000000000000 0.593750000000 0.000000000000 0.013793945312 +0.000000000000 0.000000000000 0.000000000000 0.233398437500 +0.000000000000 0.000000000000 0.046630859375 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.208007812500 +0.261718750000 0.073730468750 0.206054687500 0.000000000000 +0.112792968750 0.652343750000 0.000000000000 0.166992187500 +0.156250000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.355468750000 0.001556396484 +0.255859375000 0.004394531250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.049560546875 0.164062500000 +0.367187500000 0.000000000000 0.000000000000 0.000000000000 +0.283203125000 0.018798828125 0.000000000000 0.000000000000 +0.000000000000 0.369140625000 0.083007812500 0.439453125000 +0.000000000000 0.000000000000 0.000000000000 0.023315429688 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.628906250000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.097167968750 +0.000000000000 0.000000000000 0.020385742188 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.240234375000 +0.008666992188 0.103515625000 0.216796875000 0.000000000000 +0.057128906250 0.542968750000 0.000000000000 0.013854980469 +0.082519531250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.259765625000 0.000000000000 +0.136718750000 0.074707031250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.076660156250 +0.482421875000 0.000000000000 0.000000000000 0.000000000000 +0.277343750000 0.019165039062 0.000000000000 0.000000000000 +0.004302978516 0.365234375000 0.111328125000 0.345703125000 +0.000000000000 0.000000000000 0.000000000000 0.006866455078 +0.005279541016 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.542968750000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.052490234375 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.136718750000 +0.000000000000 0.072753906250 0.172851562500 0.000000000000 +0.000000000000 0.277343750000 0.000000000000 0.000000000000 +0.038330078125 0.000000000000 0.000000000000 0.036132812500 +0.000000000000 0.000000000000 0.173828125000 0.000000000000 +0.020507812500 0.126953125000 0.045410156250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.020629882812 0.000000000000 0.000000000000 +0.523437500000 0.000000000000 0.000000000000 0.000000000000 +0.217773437500 0.047607421875 0.000000000000 0.000000000000 +0.000000000000 0.285156250000 0.112792968750 0.107910156250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.363281250000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.146484375000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.020141601562 +0.000000000000 0.000000000000 0.000000000000 0.043701171875 +0.000000000000 0.000000000000 0.048339843750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.118652343750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.093261718750 0.159179687500 0.000000000000 +0.000000000000 0.000000000000 0.132812500000 0.000000000000 +0.000000000000 0.063476562500 0.000000000000 0.000000000000 +0.455078125000 0.000000000000 0.000000000000 0.000000000000 +0.141601562500 0.071777343750 0.000000000000 0.000000000000 +0.000000000000 0.157226562500 0.115234375000 0.000000000000 +0.236328125000 0.000000000000 0.057861328125 0.026977539062 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.209960937500 0.056884765625 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.154296875000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.019775390625 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.025756835938 0.000000000000 0.146484375000 +0.133789062500 0.015441894531 0.000000000000 0.014709472656 +0.000000000000 0.000000000000 0.220703125000 0.000000000000 +0.000000000000 0.000000000000 0.229492187500 0.000000000000 +0.000000000000 0.043945312500 0.000000000000 0.000000000000 +0.240234375000 0.000000000000 0.000000000000 0.069335937500 +0.000000000000 0.082031250000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.036621093750 0.000000000000 +0.347656250000 0.000000000000 0.166992187500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.353515625000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.128906250000 0.000000000000 +0.115722656250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.161132812500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.022094726562 0.000000000000 +0.000000000000 0.102539062500 0.000000000000 0.137695312500 +0.200195312500 0.020385742188 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.192382812500 0.000000000000 +0.000000000000 0.087890625000 0.188476562500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.112792968750 +0.000000000000 0.082031250000 0.000000000000 0.287109375000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.332031250000 0.000000000000 0.245117187500 0.066406250000 +0.000000000000 0.000000000000 0.000000000000 0.052490234375 +0.378906250000 0.000000000000 0.035400390625 0.000923156738 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.159179687500 0.000000000000 0.000000000000 0.000000000000 +0.109863281250 0.000000000000 0.265625000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.113769531250 0.000000000000 +0.000000000000 0.138671875000 0.000000000000 0.065429687500 +0.224609375000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.120605468750 0.025268554688 +0.000000000000 0.038085937500 0.020629882812 0.082031250000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.021972656250 +0.000000000000 0.053955078125 0.000000000000 0.382812500000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.143554687500 0.000000000000 0.217773437500 0.032470703125 +0.000000000000 0.000000000000 0.000000000000 0.102050781250 +0.243164062500 0.000000000000 0.127929687500 0.202148437500 +0.080566406250 0.000000000000 0.000000000000 0.000000000000 +0.134765625000 0.000000000000 0.000000000000 0.000000000000 +0.160156250000 0.000000000000 0.198242187500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.117675781250 0.104003906250 +0.000000000000 0.116210937500 0.000000000000 0.000000000000 +0.192382812500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.058105468750 +0.000000000000 0.022338867188 0.000000000000 0.130859375000 +0.000000000000 0.000000000000 0.011535644531 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.038574218750 0.000000000000 0.376953125000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.134765625000 0.000000000000 +0.005340576172 0.000000000000 0.000000000000 0.048828125000 +0.052001953125 0.000000000000 0.122558593750 0.277343750000 +0.143554687500 0.000000000000 0.000000000000 0.000000000000 +0.031738281250 0.000000000000 0.000000000000 0.000000000000 +0.151367187500 0.000000000000 0.117675781250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.063476562500 0.167968750000 +0.000000000000 0.010314941406 0.000000000000 0.000000000000 +0.125000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.050781250000 +0.000000000000 0.000000000000 0.000000000000 0.083496093750 +0.000000000000 0.000000000000 0.125000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.019653320312 0.000000000000 0.212890625000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.023315429688 0.015747070312 +0.061767578125 0.032470703125 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.048095703125 0.294921875000 +0.173828125000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.053955078125 0.049316406250 0.000000000000 0.000000000000 +0.039794921875 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.174804687500 0.000000000000 0.171875000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.020385742188 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.147460937500 0.000000000000 +0.000000000000 0.000000000000 0.000168800354 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.022705078125 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.154296875000 0.017211914062 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.229492187500 +0.057128906250 0.000000000000 0.000000000000 0.037353515625 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.108398437500 0.000000000000 0.000000000000 +0.054931640625 0.000000000000 0.006530761719 0.000000000000 +0.000000000000 0.296875000000 0.000000000000 0.141601562500 +0.010681152344 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.013549804688 0.000000000000 +0.014648437500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.159179687500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.056884765625 0.172851562500 0.003479003906 0.002059936523 +0.000000000000 0.000000000000 0.000000000000 0.015136718750 +0.196289062500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.082031250000 0.000000000000 0.116699218750 +0.000000000000 0.000000000000 0.000000000000 0.072753906250 +0.000000000000 0.127929687500 0.000000000000 0.026489257812 +0.000000000000 0.067871093750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.197265625000 0.000000000000 +0.000000000000 0.332031250000 0.000000000000 0.028442382812 +0.081054687500 0.000000000000 0.000000000000 0.058593750000 +0.000000000000 0.000000000000 0.036376953125 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.034179687500 0.104492187500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.054443359375 0.000000000000 0.000000000000 0.000000000000 +0.159179687500 0.263671875000 0.095703125000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.007995605469 +0.201171875000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.244140625000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.032226562500 +0.000000000000 0.242187500000 0.000000000000 0.196289062500 +0.000000000000 0.063476562500 0.000000000000 0.000000000000 +0.000000000000 0.121582031250 0.314453125000 0.000000000000 +0.000000000000 0.285156250000 0.000000000000 0.000000000000 +0.105468750000 0.000000000000 0.000000000000 0.239257812500 +0.000000000000 0.000000000000 0.001495361328 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.129882812500 0.043212890625 0.000000000000 +0.012512207031 0.000000000000 0.000000000000 0.000000000000 +0.077636718750 0.000000000000 0.000000000000 0.000000000000 +0.227539062500 0.302734375000 0.173828125000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.030395507812 +0.166992187500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.306640625000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.367187500000 0.001327514648 0.240234375000 +0.000000000000 0.033203125000 0.000000000000 0.000000000000 +0.000000000000 0.242187500000 0.386718750000 0.000000000000 +0.000000000000 0.211914062500 0.000000000000 0.000000000000 +0.128906250000 0.000000000000 0.000000000000 0.357421875000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.240234375000 0.053955078125 0.000000000000 +0.035156250000 0.000000000000 0.000000000000 0.000000000000 +0.010437011719 0.000000000000 0.000000000000 0.000000000000 +0.279296875000 0.316406250000 0.214843750000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.012207031250 +0.125976562500 0.000000000000 0.052001953125 0.058837890625 +0.000000000000 0.349609375000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.441406250000 0.003890991211 0.211914062500 +0.000000000000 0.037353515625 0.000000000000 0.000000000000 +0.000000000000 0.328125000000 0.498046875000 0.000000000000 +0.000000000000 0.138671875000 0.000000000000 0.000000000000 +0.126953125000 0.000000000000 0.000000000000 0.427734375000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.065429687500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.225585937500 0.080566406250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.245117187500 0.292968750000 0.228515625000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.002395629883 +0.077636718750 0.000000000000 0.067871093750 0.217773437500 +0.000000000000 0.384765625000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.423828125000 0.059570312500 0.077636718750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.380859375000 0.500000000000 0.150390625000 +0.000000000000 0.053955078125 0.000000000000 0.000000000000 +0.123046875000 0.000000000000 0.000000000000 0.429687500000 +0.000000000000 0.000000000000 0.041259765625 0.000000000000 +0.000000000000 0.070312500000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.167968750000 0.099121093750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.136718750000 0.253906250000 0.219726562500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.008361816406 +0.000000000000 0.000000000000 0.084472656250 0.269531250000 +0.000000000000 0.443359375000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.001472473145 0.000000000000 +0.000000000000 0.384765625000 0.060791015625 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.365234375000 0.478515625000 0.232421875000 +0.000000000000 0.078613281250 0.000000000000 0.000000000000 +0.154296875000 0.000000000000 0.000000000000 0.388671875000 +0.000000000000 0.000000000000 0.117675781250 0.000000000000 +0.000000000000 0.090332031250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.104492187500 0.150390625000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.064941406250 0.203125000000 0.190429687500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.020874023438 +0.000000000000 0.000000000000 0.057373046875 0.247070312500 +0.000000000000 0.488281250000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.032226562500 +0.000000000000 0.255859375000 0.096679687500 0.000000000000 +0.016235351562 0.000000000000 0.000000000000 0.000000000000 +0.046386718750 0.363281250000 0.457031250000 0.292968750000 +0.000000000000 0.160156250000 0.000000000000 0.000000000000 +0.116699218750 0.000000000000 0.000000000000 0.265625000000 +0.000000000000 0.000000000000 0.233398437500 0.000000000000 +0.082031250000 0.064941406250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.015014648438 0.000000000000 0.171875000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.036376953125 0.000000000000 +0.000000000000 0.168945312500 0.127929687500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.003158569336 +0.000000000000 0.036865234375 0.000000000000 0.125976562500 +0.000000000000 0.558593750000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.106933593750 +0.000000000000 0.051025390625 0.090820312500 0.000000000000 +0.026611328125 0.000000000000 0.000000000000 0.000000000000 +0.175781250000 0.291015625000 0.376953125000 0.271484375000 +0.058349609375 0.271484375000 0.000000000000 0.054687500000 +0.112304687500 0.000000000000 0.000000000000 0.088867187500 +0.000000000000 0.000000000000 0.335937500000 0.000000000000 +0.226562500000 0.113769531250 0.000000000000 0.048095703125 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.060791015625 0.000000000000 0.161132812500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.216796875000 0.000000000000 +0.000000000000 0.148437500000 0.071777343750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000877380371 +0.000000000000 0.119628906250 0.000000000000 0.000000000000 +0.000000000000 0.609375000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.034912109375 0.128906250000 +0.000000000000 0.000000000000 0.054931640625 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.234375000000 0.144531250000 0.275390625000 0.236328125000 +0.064941406250 0.298828125000 0.000000000000 0.140625000000 +0.096191406250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.392578125000 0.104980468750 +0.326171875000 0.123046875000 0.000000000000 0.094238281250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.065429687500 0.000000000000 0.065429687500 0.005462646484 +0.180664062500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.003082275391 0.271484375000 0.000000000000 +0.000000000000 0.129882812500 0.000000000000 0.144531250000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.155273437500 0.000000000000 0.000000000000 +0.000000000000 0.597656250000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.068847656250 0.032714843750 +0.000000000000 0.000000000000 0.026489257812 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.070800781250 +0.147460937500 0.000000000000 0.080078125000 0.028930664062 +0.028930664062 0.318359375000 0.000000000000 0.148437500000 +0.024169921875 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.359375000000 0.232421875000 +0.330078125000 0.054687500000 0.021606445312 0.079101562500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.064453125000 +0.298828125000 0.000000000000 0.000000000000 0.084960937500 +0.028198242188 0.162109375000 0.215820312500 0.000000000000 +0.000000000000 0.122558593750 0.000000000000 0.408203125000 +0.000000000000 0.000000000000 0.000000000000 0.016357421875 +0.000000000000 0.005371093750 0.000000000000 0.000000000000 +0.000000000000 0.474609375000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.088867187500 0.000000000000 +0.000000000000 0.000000000000 0.007141113281 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.181640625000 +0.058593750000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.267578125000 0.000000000000 0.153320312500 +0.010925292969 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.273437500000 0.277343750000 +0.237304687500 0.000000000000 0.104003906250 0.048583984375 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.032714843750 +0.306640625000 0.000000000000 0.000000000000 0.107421875000 +0.169921875000 0.253906250000 0.075195312500 0.000000000000 +0.000000000000 0.091796875000 0.000000000000 0.507812500000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.241210937500 0.060791015625 0.000000000000 +0.000000000000 0.003784179688 0.071777343750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.255859375000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.166015625000 0.000000000000 0.094726562500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.010253906250 0.000000000000 0.110839843750 0.263671875000 +0.106933593750 0.000000000000 0.147460937500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.024291992188 +0.251953125000 0.000000000000 0.000000000000 0.088378906250 +0.224609375000 0.302734375000 0.000000000000 0.000000000000 +0.000000000000 0.058593750000 0.000000000000 0.492187500000 +0.054443359375 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.107910156250 0.000000000000 +0.000000000000 0.166992187500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.157226562500 0.202148437500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.012329101562 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.153320312500 0.000000000000 0.000000000000 0.185546875000 +0.000000000000 0.000000000000 0.161132812500 0.000000000000 +0.000000000000 0.000000000000 0.055175781250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.130859375000 0.000000000000 0.000000000000 0.010559082031 +0.242187500000 0.296875000000 0.000000000000 0.000000000000 +0.000000000000 0.010803222656 0.000000000000 0.335937500000 +0.261718750000 0.000000000000 0.009460449219 0.043457031250 +0.002929687500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.081054687500 0.001136779785 +0.000000000000 0.185546875000 0.000000000000 0.000000000000 +0.004760742188 0.000000000000 0.000000000000 0.220703125000 +0.000000000000 0.000000000000 0.227539062500 0.089355468750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.261718750000 0.000000000000 0.048583984375 +0.273437500000 0.000556945801 0.000000000000 0.051513671875 +0.000000000000 0.000000000000 0.148437500000 0.000000000000 +0.000000000000 0.010070800781 0.102050781250 0.000000000000 +0.000000000000 0.093750000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.055908203125 0.000000000000 +0.170898437500 0.197265625000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.052734375000 +0.353515625000 0.000000000000 0.021850585938 0.000000000000 +0.197265625000 0.000000000000 0.000000000000 0.000000000000 +0.156250000000 0.000000000000 0.021972656250 0.006652832031 +0.000000000000 0.229492187500 0.000000000000 0.000000000000 +0.090820312500 0.040527343750 0.000000000000 0.330078125000 +0.000000000000 0.000000000000 0.196289062500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.014038085938 0.000000000000 +0.000000000000 0.408203125000 0.000000000000 0.247070312500 +0.308593750000 0.116699218750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.029418945312 0.000000000000 +0.069824218750 0.013610839844 0.041748046875 0.000000000000 +0.000000000000 0.179687500000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.054443359375 0.000000000000 +0.040771484375 0.056396484375 0.000000000000 0.000000000000 +0.027954101562 0.000000000000 0.015441894531 0.000000000000 +0.330078125000 0.000000000000 0.043701171875 0.014709472656 +0.291015625000 0.000000000000 0.000000000000 0.176757812500 +0.261718750000 0.000000000000 0.000000000000 0.003585815430 +0.072265625000 0.102539062500 0.000000000000 0.000000000000 +0.111328125000 0.296875000000 0.000000000000 0.341796875000 +0.000000000000 0.000000000000 0.058593750000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.195312500000 0.000000000000 +0.000000000000 0.431640625000 0.000000000000 0.394531250000 +0.289062500000 0.188476562500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.101562500000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.259765625000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.046142578125 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.107910156250 0.000000000000 0.046875000000 0.000000000000 +0.217773437500 0.000000000000 0.048339843750 0.000000000000 +0.320312500000 0.000000000000 0.011840820312 0.500000000000 +0.326171875000 0.000000000000 0.000000000000 0.000000000000 +0.082031250000 0.000000000000 0.000000000000 0.000000000000 +0.066406250000 0.455078125000 0.000000000000 0.232421875000 +0.012573242188 0.048583984375 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.088378906250 0.000000000000 +0.000000000000 0.000000000000 0.230468750000 0.000000000000 +0.000000000000 0.404296875000 0.000000000000 0.455078125000 +0.230468750000 0.119140625000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.110839843750 0.000000000000 0.000000000000 0.077148437500 +0.000000000000 0.233398437500 0.098144531250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.112792968750 0.000000000000 0.080566406250 0.000000000000 +0.001945495605 0.000000000000 0.048339843750 0.000000000000 +0.230468750000 0.000000000000 0.073242187500 0.648437500000 +0.316406250000 0.000000000000 0.000000000000 0.000000000000 +0.046386718750 0.000000000000 0.000000000000 0.000000000000 +0.002441406250 0.482421875000 0.000000000000 0.122558593750 +0.022094726562 0.023071289062 0.000000000000 0.000000000000 +0.000000000000 0.019409179688 0.233398437500 0.052001953125 +0.000000000000 0.000000000000 0.203125000000 0.000000000000 +0.000000000000 0.314453125000 0.000000000000 0.460937500000 +0.138671875000 0.041748046875 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.105468750000 0.000000000000 0.000000000000 0.058105468750 +0.000000000000 0.183593750000 0.101074218750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.084960937500 0.020996093750 0.124511718750 0.000000000000 +0.000000000000 0.000000000000 0.041503906250 0.000000000000 +0.101074218750 0.000000000000 0.093750000000 0.648437500000 +0.300781250000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.460937500000 0.000000000000 0.054687500000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.051269531250 0.294921875000 0.207031250000 +0.000000000000 0.000000000000 0.116210937500 0.000000000000 +0.000000000000 0.205078125000 0.000000000000 0.447265625000 +0.092285156250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.022949218750 0.000000000000 0.000000000000 +0.074707031250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.153320312500 0.043701171875 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.034912109375 0.139648437500 0.000000000000 +0.000000000000 0.000000000000 0.076171875000 0.007629394531 +0.000000000000 0.000000000000 0.093750000000 0.574218750000 +0.359375000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.343750000000 0.000000000000 0.048095703125 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.251953125000 0.216796875000 +0.000000000000 0.000000000000 0.045898437500 0.000000000000 +0.000000000000 0.166015625000 0.000000000000 0.437500000000 +0.091796875000 0.021850585938 0.000000000000 0.000000000000 +0.000000000000 0.041015625000 0.022583007812 0.000000000000 +0.023437500000 0.000000000000 0.000000000000 0.000000000000 +0.029663085938 0.142578125000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.029296875000 0.156250000000 0.000000000000 +0.074707031250 0.000000000000 0.128906250000 0.000762939453 +0.000000000000 0.000000000000 0.058837890625 0.458984375000 +0.435546875000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.224609375000 0.000000000000 0.050537109375 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.127929687500 0.199218750000 +0.000000000000 0.000000000000 0.055419921875 0.000000000000 +0.000000000000 0.192382812500 0.000000000000 0.429687500000 +0.130859375000 0.069335937500 0.000000000000 0.000000000000 +0.000000000000 0.020385742188 0.090332031250 0.000000000000 +0.000000000000 0.000000000000 0.078613281250 0.000000000000 +0.000000000000 0.138671875000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.121582031250 0.000000000000 +0.188476562500 0.000000000000 0.177734375000 0.044189453125 +0.000000000000 0.000000000000 0.031250000000 0.443359375000 +0.480468750000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.078613281250 0.128906250000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.162109375000 +0.000000000000 0.000000000000 0.125976562500 0.000000000000 +0.000000000000 0.206054687500 0.000000000000 0.408203125000 +0.167968750000 0.082031250000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.063964843750 0.000000000000 +0.000000000000 0.000000000000 0.066894531250 0.000000000000 +0.000000000000 0.113769531250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.038330078125 +0.000000000000 0.000000000000 0.072753906250 0.000000000000 +0.190429687500 0.000000000000 0.207031250000 0.029907226562 +0.000000000000 0.000000000000 0.000000000000 0.468750000000 +0.474609375000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.068359375000 0.097167968750 0.000000000000 0.000000000000 +0.046875000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.114257812500 +0.000000000000 0.000000000000 0.175781250000 0.000000000000 +0.000000000000 0.243164062500 0.000000000000 0.341796875000 +0.192382812500 0.000394821167 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.046875000000 0.000000000000 +0.000000000000 0.029785156250 0.000000000000 0.074707031250 +0.000000000000 0.038330078125 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.114746093750 +0.000000000000 0.000000000000 0.034423828125 0.000000000000 +0.112792968750 0.000000000000 0.205078125000 0.006103515625 +0.000000000000 0.000000000000 0.000000000000 0.457031250000 +0.419921875000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.047119140625 0.138671875000 0.000000000000 0.000000000000 +0.124023437500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.166992187500 0.000000000000 +0.000000000000 0.211914062500 0.000000000000 0.291015625000 +0.146484375000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.120605468750 +0.000000000000 0.000000000000 0.102050781250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.120117187500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.139648437500 0.052001953125 +0.023681640625 0.000000000000 0.000000000000 0.439453125000 +0.198242187500 0.000000000000 0.000000000000 0.050292968750 +0.031982421875 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.261718750000 0.000000000000 0.000000000000 +0.129882812500 0.130859375000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.043212890625 0.000000000000 +0.000000000000 0.000000000000 0.132812500000 0.000000000000 +0.000000000000 0.188476562500 0.000000000000 0.218750000000 +0.087402343750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.142578125000 +0.000000000000 0.000000000000 0.248046875000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.006896972656 0.000000000000 +0.118652343750 0.000000000000 0.000000000000 0.361328125000 +0.000000000000 0.000000000000 0.000000000000 0.054199218750 +0.061035156250 0.000000000000 0.000000000000 0.035400390625 +0.000000000000 0.271484375000 0.000000000000 0.000000000000 +0.083984375000 0.149414062500 0.000000000000 0.000000000000 +0.000000000000 0.021972656250 0.196289062500 0.000000000000 +0.000000000000 0.093750000000 0.028442382812 0.000000000000 +0.023437500000 0.048583984375 0.000000000000 0.175781250000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.025146484375 +0.000000000000 0.000000000000 0.250000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.053222656250 0.109863281250 0.049072265625 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.005065917969 +0.101074218750 0.000000000000 0.000000000000 0.210937500000 +0.000000000000 0.108886718750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.121093750000 +0.000000000000 0.250000000000 0.000000000000 0.000000000000 +0.000000000000 0.088867187500 0.000000000000 0.000000000000 +0.000000000000 0.085937500000 0.332031250000 0.000000000000 +0.000000000000 0.170898437500 0.000000000000 0.000000000000 +0.064453125000 0.000000000000 0.000000000000 0.147460937500 +0.000000000000 0.000000000000 0.051513671875 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.198242187500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.047119140625 0.188476562500 0.091308593750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.025756835938 0.000000000000 0.000000000000 0.048095703125 +0.000000000000 0.326171875000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.080566406250 +0.000000000000 0.217773437500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.126953125000 0.369140625000 0.000000000000 +0.000000000000 0.151367187500 0.000000000000 0.000000000000 +0.093750000000 0.000000000000 0.000000000000 0.185546875000 +0.000000000000 0.000000000000 0.058837890625 0.000000000000 +0.006408691406 0.091308593750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.022460937500 0.063964843750 0.000000000000 +0.098632812500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.023437500000 0.226562500000 0.146484375000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.024291992188 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.363281250000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.108398437500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.147460937500 0.318359375000 0.040039062500 +0.000000000000 0.062011718750 0.000000000000 0.000000000000 +0.044921875000 0.000000000000 0.000000000000 0.205078125000 +0.000000000000 0.000000000000 0.057373046875 0.000000000000 +0.000000000000 0.131835937500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.053222656250 0.000000000000 0.000000000000 +0.241210937500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.217773437500 0.140625000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.052734375000 0.306640625000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.090820312500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.102050781250 0.189453125000 0.104003906250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.212890625000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.075683593750 0.069335937500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.043701171875 0.000000000000 0.000000000000 +0.212890625000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.109863281250 0.111816406250 0.000000000000 +0.000000000000 0.000000000000 0.061279296875 0.024536132812 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.153320312500 0.125000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.108398437500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.014221191406 0.093750000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.184570312500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.092773437500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.012023925781 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.068359375000 0.000000000000 +0.008911132812 0.000000000000 0.105468750000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.161132812500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.067382812500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.014221191406 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.105468750000 +0.003280639648 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.017578125000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.082519531250 0.005065917969 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.068359375000 0.000000000000 0.000000000000 0.010192871094 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.108886718750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.104980468750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.060302734375 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.061035156250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.014099121094 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.052978515625 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.140625000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.010375976562 0.000000000000 +0.123535156250 0.000000000000 0.000000000000 0.000000000000 +0.160156250000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.166992187500 0.000000000000 0.207031250000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.102050781250 0.000000000000 +0.110351562500 0.000000000000 0.000000000000 0.124023437500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.169921875000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.096679687500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.026733398438 +0.000000000000 0.000000000000 0.000000000000 0.035156250000 +0.000000000000 0.161132812500 0.000000000000 0.000000000000 +0.000000000000 0.006469726562 0.000000000000 0.202148437500 +0.000000000000 0.000000000000 0.000000000000 0.105468750000 +0.000000000000 0.000000000000 0.007507324219 0.000000000000 +0.097656250000 0.009948730469 0.000000000000 0.000000000000 +0.277343750000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.419921875000 0.000000000000 0.289062500000 +0.026977539062 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.221679687500 0.000000000000 +0.238281250000 0.000000000000 0.000000000000 0.119628906250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.210937500000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.103515625000 0.000000000000 +0.000000000000 0.074707031250 0.000000000000 0.265625000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.232421875000 0.000000000000 0.000000000000 +0.000000000000 0.234375000000 0.000000000000 0.213867187500 +0.000000000000 0.000000000000 0.000000000000 0.243164062500 +0.000000000000 0.000000000000 0.037841796875 0.000000000000 +0.000000000000 0.015747070312 0.000000000000 0.000000000000 +0.351562500000 0.000000000000 0.006866455078 0.000000000000 +0.042724609375 0.574218750000 0.000000000000 0.298828125000 +0.071289062500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.343750000000 0.036132812500 +0.308593750000 0.000000000000 0.000000000000 0.083984375000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.209960937500 0.104492187500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.006744384766 0.022094726562 0.090332031250 0.000000000000 +0.000000000000 0.195312500000 0.000000000000 0.445312500000 +0.000000000000 0.000000000000 0.000000000000 0.016235351562 +0.000000000000 0.220703125000 0.000000000000 0.000000000000 +0.000000000000 0.449218750000 0.000000000000 0.158203125000 +0.000000000000 0.000000000000 0.000000000000 0.259765625000 +0.000000000000 0.000000000000 0.040771484375 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.107910156250 +0.287109375000 0.000000000000 0.088378906250 0.000000000000 +0.071289062500 0.632812500000 0.000000000000 0.267578125000 +0.077148437500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.378906250000 0.053466796875 +0.326171875000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.106445312500 0.213867187500 +0.127929687500 0.000000000000 0.000000000000 0.000000000000 +0.142578125000 0.070312500000 0.000000000000 0.000000000000 +0.000000000000 0.253906250000 0.000000000000 0.539062500000 +0.000000000000 0.000000000000 0.000000000000 0.019897460938 +0.000000000000 0.105957031250 0.000000000000 0.000000000000 +0.000000000000 0.527343750000 0.000000000000 0.045166015625 +0.000000000000 0.000000000000 0.000000000000 0.197265625000 +0.000000000000 0.000000000000 0.081054687500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.146484375000 +0.218750000000 0.015869140625 0.081054687500 0.000000000000 +0.091308593750 0.605468750000 0.000000000000 0.185546875000 +0.063476562500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.384765625000 0.100585937500 +0.300781250000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.204101562500 +0.300781250000 0.000000000000 0.000000000000 0.000000000000 +0.175781250000 0.101074218750 0.000000000000 0.000000000000 +0.000000000000 0.263671875000 0.000000000000 0.558593750000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.550781250000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.041015625000 +0.000000000000 0.000000000000 0.067871093750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.152343750000 +0.119140625000 0.000000000000 0.009765625000 0.000000000000 +0.080078125000 0.523437500000 0.000000000000 0.138671875000 +0.035644531250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.351562500000 0.148437500000 +0.253906250000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.150390625000 +0.314453125000 0.000000000000 0.000000000000 0.000000000000 +0.152343750000 0.138671875000 0.000000000000 0.000000000000 +0.000000000000 0.224609375000 0.000000000000 0.554687500000 +0.000000000000 0.000000000000 0.000000000000 0.006652832031 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.472656250000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.020996093750 0.000000000000 +0.000000000000 0.000000000000 0.067382812500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.115722656250 +0.080078125000 0.000000000000 0.000000000000 0.000000000000 +0.028320312500 0.398437500000 0.000000000000 0.139648437500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.320312500000 0.195312500000 +0.221679687500 0.000000000000 0.000000000000 0.002609252930 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.103515625000 +0.263671875000 0.000000000000 0.000000000000 0.000000000000 +0.106445312500 0.175781250000 0.011047363281 0.000000000000 +0.000000000000 0.147460937500 0.000000000000 0.527343750000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.333984375000 0.000576019287 0.000000000000 +0.000000000000 0.000000000000 0.026611328125 0.000000000000 +0.000000000000 0.000000000000 0.014770507812 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.083984375000 +0.029296875000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.298828125000 0.000000000000 0.150390625000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.250000000000 0.224609375000 +0.199218750000 0.000000000000 0.030761718750 0.049560546875 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.063964843750 +0.191406250000 0.000000000000 0.000000000000 0.068847656250 +0.113281250000 0.245117187500 0.016479492188 0.000000000000 +0.000000000000 0.085449218750 0.000000000000 0.523437500000 +0.000000000000 0.000000000000 0.000000000000 0.008361816406 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.149414062500 0.132812500000 0.036376953125 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.015869140625 0.049072265625 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.192382812500 0.000000000000 0.161132812500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.197265625000 0.259765625000 +0.190429687500 0.000000000000 0.079589843750 0.087890625000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.083007812500 +0.113281250000 0.000000000000 0.000000000000 0.164062500000 +0.076660156250 0.296875000000 0.052490234375 0.000000000000 +0.000000000000 0.013916015625 0.000000000000 0.550781250000 +0.000000000000 0.000000000000 0.000000000000 0.034912109375 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.263671875000 0.097656250000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.140625000000 0.065429687500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.132812500000 0.000000000000 0.216796875000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.113281250000 0.316406250000 +0.146484375000 0.000000000000 0.108886718750 0.140625000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.013061523438 +0.000000000000 0.000000000000 0.000000000000 0.198242187500 +0.054687500000 0.332031250000 0.058837890625 0.033691406250 +0.000000000000 0.000000000000 0.000000000000 0.570312500000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.330078125000 0.191406250000 +0.000000000000 0.090820312500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.243164062500 0.085449218750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.095214843750 0.000000000000 0.232421875000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.024536132812 0.000000000000 0.044921875000 0.308593750000 +0.121093750000 0.000000000000 0.095703125000 0.144531250000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.177734375000 +0.068847656250 0.357421875000 0.008544921875 0.106933593750 +0.000000000000 0.000000000000 0.000000000000 0.589843750000 +0.000000000000 0.035400390625 0.000000000000 0.026489257812 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.386718750000 0.267578125000 +0.000000000000 0.238281250000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.277343750000 0.143554687500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.099121093750 0.000000000000 0.235351562500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.100097656250 0.000000000000 0.000000000000 0.261718750000 +0.057861328125 0.000000000000 0.057617187500 0.064453125000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.007812500000 0.050537109375 +0.130859375000 0.345703125000 0.000000000000 0.106933593750 +0.000000000000 0.000000000000 0.000000000000 0.582031250000 +0.000000000000 0.071777343750 0.000000000000 0.012084960938 +0.031494140625 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.369140625000 0.279296875000 +0.000000000000 0.328125000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.269531250000 0.096191406250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.060546875000 0.000000000000 0.176757812500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.144531250000 0.000000000000 0.000000000000 0.179687500000 +0.000000000000 0.000000000000 0.040771484375 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.083984375000 0.000000000000 +0.148437500000 0.302734375000 0.000000000000 0.060058593750 +0.000000000000 0.000000000000 0.000000000000 0.455078125000 +0.000000000000 0.062255859375 0.000000000000 0.000000000000 +0.136718750000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.265625000000 0.250000000000 +0.000000000000 0.294921875000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.223632812500 0.077636718750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.007476806641 0.000000000000 0.064941406250 +0.000000000000 0.057128906250 0.000000000000 0.000000000000 +0.184570312500 0.000000000000 0.000000000000 0.066406250000 +0.000000000000 0.000000000000 0.007873535156 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.057128906250 0.000000000000 +0.145507812500 0.234375000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.271484375000 +0.081542968750 0.027221679688 0.000000000000 0.012573242188 +0.160156250000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.125000000000 0.154296875000 +0.000000000000 0.253906250000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.123046875000 +0.000000000000 0.000000000000 0.141601562500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.200195312500 0.000000000000 0.022338867188 +0.212890625000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.006317138672 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.036132812500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.048828125000 0.000000000000 +0.081542968750 0.140625000000 0.000000000000 0.000000000000 +0.000000000000 0.007781982422 0.000000000000 0.000000000000 +0.151367187500 0.000000000000 0.000000000000 0.000000000000 +0.200195312500 0.000000000000 0.000000000000 0.000000000000 +0.053955078125 0.000000000000 0.000000000000 0.068359375000 +0.000000000000 0.146484375000 0.000000000000 0.000000000000 +0.102050781250 0.000000000000 0.000000000000 0.176757812500 +0.000000000000 0.000000000000 0.060058593750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.249023437500 0.000166893005 0.160156250000 +0.245117187500 0.052490234375 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.005676269531 0.000000000000 +0.010437011719 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.136718750000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.037109375000 0.036621093750 0.000000000000 0.000000000000 +0.000000000000 0.000881195068 0.000000000000 0.000000000000 +0.242187500000 0.000000000000 0.040771484375 0.000000000000 +0.198242187500 0.000000000000 0.000000000000 0.038818359375 +0.281250000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.114257812500 0.000000000000 0.000000000000 0.128906250000 +0.000000000000 0.000000000000 0.025390625000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.090820312500 0.000000000000 +0.000000000000 0.250000000000 0.000000000000 0.271484375000 +0.248046875000 0.114257812500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.035400390625 0.000000000000 +0.000000000000 0.000000000000 0.017089843750 0.000000000000 +0.000000000000 0.131835937500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.006896972656 +0.000000000000 0.000000000000 0.009826660156 0.000000000000 +0.271484375000 0.000000000000 0.140625000000 0.039794921875 +0.062500000000 0.000000000000 0.000000000000 0.251953125000 +0.427734375000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.169921875000 0.000000000000 0.000000000000 0.000000000000 +0.010192871094 0.000000000000 0.025634765625 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.081054687500 +0.000000000000 0.000000000000 0.155273437500 0.000000000000 +0.000000000000 0.194335937500 0.000000000000 0.281250000000 +0.225585937500 0.092285156250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.081054687500 0.000000000000 +0.000000000000 0.012512207031 0.087402343750 0.000000000000 +0.000000000000 0.090820312500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.194335937500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.250000000000 0.000000000000 0.233398437500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.355468750000 +0.458984375000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.190429687500 0.000000000000 0.000000000000 0.000000000000 +0.121093750000 0.000000000000 0.091796875000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.138671875000 +0.000000000000 0.000000000000 0.192382812500 0.000000000000 +0.000000000000 0.173828125000 0.000000000000 0.194335937500 +0.226562500000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.079589843750 0.000000000000 +0.000000000000 0.016967773438 0.018798828125 0.069824218750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.026489257812 +0.000000000000 0.000000000000 0.000000000000 0.341796875000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.130859375000 0.000000000000 0.236328125000 0.002777099609 +0.000000000000 0.000000000000 0.000000000000 0.339843750000 +0.396484375000 0.000000000000 0.000000000000 0.010559082031 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.193359375000 0.000000000000 0.000000000000 0.000000000000 +0.167968750000 0.000000000000 0.169921875000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.131835937500 +0.000000000000 0.000000000000 0.163085937500 0.000000000000 +0.000000000000 0.070312500000 0.000000000000 0.060791015625 +0.210937500000 0.000000000000 0.000000000000 0.002609252930 +0.000000000000 0.000000000000 0.087890625000 0.103515625000 +0.000000000000 0.021484375000 0.000000000000 0.075683593750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.146484375000 +0.000000000000 0.066406250000 0.025634765625 0.435546875000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.039062500000 0.000000000000 0.246093750000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.188476562500 +0.292968750000 0.000000000000 0.103027343750 0.120605468750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.180664062500 0.000000000000 0.000000000000 0.000000000000 +0.155273437500 0.000000000000 0.251953125000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.042724609375 +0.000000000000 0.000000000000 0.093750000000 0.087890625000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.199218750000 0.000000000000 0.000000000000 0.111816406250 +0.000000000000 0.000000000000 0.093261718750 0.164062500000 +0.000000000000 0.031127929688 0.000000000000 0.053710937500 +0.001914978027 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.180664062500 +0.000000000000 0.171875000000 0.056640625000 0.480468750000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.051757812500 0.212890625000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.155273437500 0.000000000000 0.221679687500 0.230468750000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.113281250000 0.000000000000 0.000000000000 0.000000000000 +0.076171875000 0.000000000000 0.294921875000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.142578125000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.206054687500 0.000000000000 0.000000000000 0.150390625000 +0.000000000000 0.000000000000 0.084960937500 0.161132812500 +0.000000000000 0.045898437500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.152343750000 +0.000000000000 0.230468750000 0.007263183594 0.468750000000 +0.000000000000 0.000000000000 0.000000000000 0.020874023438 +0.000000000000 0.127929687500 0.149414062500 0.010192871094 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.273437500000 0.285156250000 +0.039550781250 0.010314941406 0.000000000000 0.000000000000 +0.090332031250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.320312500000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.146484375000 +0.000000000000 0.073242187500 0.000000000000 0.000000000000 +0.236328125000 0.000000000000 0.000000000000 0.141601562500 +0.000000000000 0.000000000000 0.064453125000 0.043701171875 +0.000000000000 0.010070800781 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.047851562500 0.005767822266 +0.000000000000 0.236328125000 0.000000000000 0.349609375000 +0.000000000000 0.000000000000 0.000000000000 0.095214843750 +0.006042480469 0.119140625000 0.065429687500 0.000000000000 +0.070312500000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.265625000000 0.271484375000 +0.080566406250 0.152343750000 0.000000000000 0.000000000000 +0.067871093750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.308593750000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.074218750000 +0.000000000000 0.119140625000 0.000000000000 0.000000000000 +0.231445312500 0.000000000000 0.000000000000 0.031250000000 +0.000000000000 0.000000000000 0.010864257812 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.062500000000 0.000000000000 +0.000000000000 0.199218750000 0.000000000000 0.201171875000 +0.000000000000 0.000000000000 0.000000000000 0.055664062500 +0.035644531250 0.084472656250 0.014526367188 0.000000000000 +0.153320312500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.170898437500 0.225585937500 +0.073242187500 0.151367187500 0.000000000000 0.000000000000 +0.047363281250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.209960937500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.002319335938 +0.000000000000 0.152343750000 0.000000000000 0.000000000000 +0.209960937500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.049804687500 0.000000000000 +0.000000000000 0.108398437500 0.000000000000 0.078613281250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.020996093750 0.000000000000 0.000000000000 0.000000000000 +0.170898437500 0.000000000000 0.000000000000 0.000000000000 +0.002975463867 0.000000000000 0.050537109375 0.159179687500 +0.054687500000 0.090332031250 0.000000000000 0.000000000000 +0.055664062500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.094238281250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.116699218750 0.005065917969 0.032714843750 +0.175781250000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.029296875000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.008544921875 0.001998901367 +0.146484375000 0.000000000000 0.000000000000 0.000000000000 +0.021606445312 0.000000000000 0.000000000000 0.095703125000 +0.017456054688 0.000000000000 0.000000000000 0.000000000000 +0.027954101562 0.000000000000 0.000000000000 0.000000000000 +0.077148437500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.048095703125 0.000000000000 +0.000000000000 0.000000000000 0.003753662109 0.030639648438 +0.071289062500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.035156250000 0.003707885742 +0.003326416016 0.000000000000 0.000000000000 0.000000000000 +0.010192871094 0.000000000000 0.000000000000 0.066894531250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.116210937500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.104492187500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.058105468750 0.000000000000 0.000000000000 0.106445312500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.033691406250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.002059936523 0.086914062500 0.011413574219 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.032958984375 0.003784179688 +0.000000000000 0.043945312500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.126953125000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.090820312500 0.000000000000 0.000000000000 0.000000000000 +0.101562500000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.104003906250 0.000000000000 0.202148437500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.077148437500 0.049804687500 +0.150390625000 0.000000000000 0.000000000000 0.142578125000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.039550781250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.060546875000 0.122070312500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.111328125000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.082519531250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.044189453125 0.171875000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.125000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.255859375000 0.000000000000 0.234375000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.117675781250 0.104003906250 +0.180664062500 0.000000000000 0.000000000000 0.123046875000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.028564453125 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.112792968750 0.069335937500 0.000000000000 +0.000000000000 0.031005859375 0.000000000000 0.298828125000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.062988281250 0.000000000000 0.000000000000 +0.000000000000 0.009460449219 0.048828125000 0.185546875000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.083984375000 +0.111328125000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.343750000000 0.000000000000 0.227539062500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.135742187500 0.080566406250 +0.138671875000 0.000000000000 0.000000000000 0.008972167969 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.093750000000 0.133789062500 0.000000000000 0.000000000000 +0.000000000000 0.118652343750 0.000000000000 0.373046875000 +0.000000000000 0.000000000000 0.000000000000 0.007049560547 +0.045410156250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.051513671875 0.000000000000 0.136718750000 +0.000000000000 0.106445312500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.101562500000 +0.011596679688 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.339843750000 0.000000000000 0.140625000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.096679687500 0.011535644531 +0.065429687500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.153320312500 0.090820312500 0.000000000000 0.000000000000 +0.000000000000 0.180664062500 0.000000000000 0.353515625000 +0.000000000000 0.000000000000 0.000000000000 0.021484375000 +0.109375000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.073242187500 0.000000000000 0.048828125000 +0.000000000000 0.077636718750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.088867187500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.296875000000 0.000000000000 0.041259765625 +0.012390136719 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.046630859375 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.003494262695 0.000000000000 0.000000000000 0.000000000000 +0.161132812500 0.042968750000 0.000000000000 0.000000000000 +0.000000000000 0.193359375000 0.025268554688 0.194335937500 +0.000000000000 0.000000000000 0.000000000000 0.062500000000 +0.122070312500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.059570312500 0.000000000000 0.000000000000 +0.000000000000 0.039550781250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.024414062500 0.000000000000 +0.000000000000 0.164062500000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.047363281250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.016723632812 0.000000000000 0.000000000000 +0.077636718750 0.000000000000 0.000000000000 0.000000000000 +0.091796875000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.176757812500 0.049316406250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.028564453125 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.045410156250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.010864257812 0.000000000000 +0.000000000000 0.013610839844 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.084472656250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.002716064453 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.075195312500 0.021362304688 0.000000000000 +0.000000000000 0.000000000000 0.006378173828 0.028564453125 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.035400390625 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.028198242188 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.029785156250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.063476562500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.029174804688 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.003158569336 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.023071289062 0.000000000000 0.000000000000 0.010437011719 +0.000000000000 0.000000000000 0.039550781250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.055175781250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.055664062500 0.023071289062 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.020263671875 +0.000000000000 0.026489257812 0.000000000000 0.000000000000 +0.089355468750 0.000000000000 0.000000000000 0.028808593750 +0.000000000000 0.000000000000 0.032470703125 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.074218750000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.039306640625 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.049316406250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.031250000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.122070312500 0.000000000000 0.058349609375 +0.125000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.003051757812 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.037597656250 0.000000000000 0.000000000000 +0.000000000000 0.028930664062 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.021362304688 +0.159179687500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.029418945312 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.125000000000 0.000000000000 0.161132812500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.182617187500 0.000000000000 0.206054687500 +0.125000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.125000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.104980468750 0.069335937500 0.040527343750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.008300781250 +0.249023437500 0.000000000000 0.000000000000 0.057128906250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.269531250000 0.000000000000 0.166015625000 +0.000000000000 0.033691406250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.093750000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.181640625000 0.000000000000 0.285156250000 +0.078613281250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.039550781250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.165039062500 0.049804687500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.124511718750 0.105468750000 0.075683593750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.016479492188 +0.234375000000 0.000000000000 0.027709960938 0.238281250000 +0.065429687500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.302734375000 0.000000000000 0.061279296875 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.077148437500 0.231445312500 0.003036499023 +0.000000000000 0.000000000000 0.014648437500 0.000000000000 +0.000000000000 0.105957031250 0.000000000000 0.322265625000 +0.024780273438 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.140625000000 0.055664062500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.059570312500 0.099609375000 0.104492187500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.095703125000 0.000000000000 0.007263183594 0.289062500000 +0.119140625000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.232421875000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.120117187500 0.245117187500 0.238281250000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.306640625000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.042236328125 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.052734375000 0.008056640625 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.061767578125 0.091308593750 0.000000000000 +0.000000000000 0.000000000000 0.052978515625 0.041503906250 +0.000000000000 0.000000000000 0.012512207031 0.263671875000 +0.162109375000 0.030639648438 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.056396484375 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.092285156250 0.161132812500 0.369140625000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.202148437500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.041015625000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.084472656250 0.000000000000 +0.000000000000 0.000000000000 0.025268554688 0.000000000000 +0.000000000000 0.000000000000 0.113769531250 0.002593994141 +0.000000000000 0.000000000000 0.000000000000 0.154296875000 +0.142578125000 0.014648437500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.010742187500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.115234375000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.375000000000 +0.000000000000 0.000000000000 0.000000000000 0.053466796875 +0.000000000000 0.000000000000 0.000000000000 0.001937866211 +0.000000000000 0.000000000000 0.090820312500 0.112792968750 +0.122070312500 0.000000000000 0.057861328125 0.233398437500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.092773437500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.239257812500 +0.000000000000 0.059082031250 0.345703125000 0.075683593750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.144531250000 0.000000000000 +0.000000000000 0.018676757812 0.000000000000 0.000000000000 +0.020874023438 0.000000000000 0.052734375000 0.009887695312 +0.000000000000 0.000000000000 0.030273437500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.099121093750 0.000000000000 0.009887695312 0.000000000000 +0.063964843750 0.000000000000 0.000000000000 0.207031250000 +0.000000000000 0.000000000000 0.000000000000 0.229492187500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.109375000000 0.263671875000 +0.226562500000 0.000000000000 0.091308593750 0.316406250000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.087402343750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.314453125000 +0.000000000000 0.226562500000 0.388671875000 0.216796875000 +0.000000000000 0.000000000000 0.000000000000 0.226562500000 +0.000000000000 0.000000000000 0.121093750000 0.003494262695 +0.000000000000 0.064941406250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.263671875000 0.195312500000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.023315429688 0.000000000000 0.172851562500 0.000000000000 +0.090820312500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.052246093750 0.000000000000 0.330078125000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.106445312500 0.359375000000 +0.237304687500 0.000000000000 0.087402343750 0.330078125000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.320312500000 +0.000000000000 0.335937500000 0.349609375000 0.237304687500 +0.000000000000 0.000000000000 0.000000000000 0.566406250000 +0.000000000000 0.024536132812 0.060302734375 0.016967773438 +0.000000000000 0.042968750000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.445312500000 0.339843750000 +0.000000000000 0.070312500000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.273437500000 0.063476562500 +0.134765625000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.216796875000 0.000000000000 0.382812500000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.106445312500 0.341796875000 +0.209960937500 0.000000000000 0.041748046875 0.298828125000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.051269531250 +0.000000000000 0.000000000000 0.000000000000 0.194335937500 +0.000000000000 0.365234375000 0.211914062500 0.196289062500 +0.000000000000 0.000000000000 0.000000000000 0.765625000000 +0.000000000000 0.062255859375 0.000000000000 0.012756347656 +0.000000000000 0.020629882812 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.496093750000 0.441406250000 +0.000000000000 0.285156250000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.267578125000 0.150390625000 +0.150390625000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.369140625000 0.000000000000 0.402343750000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.095214843750 0.292968750000 +0.200195312500 0.000000000000 0.000000000000 0.196289062500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.103515625000 +0.000000000000 0.000000000000 0.104980468750 0.000000000000 +0.107421875000 0.343750000000 0.057373046875 0.080566406250 +0.000000000000 0.000000000000 0.000000000000 0.824218750000 +0.000000000000 0.069335937500 0.000000000000 0.010742187500 +0.100097656250 0.003189086914 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.470703125000 0.447265625000 +0.017333984375 0.386718750000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.154296875000 0.166992187500 +0.174804687500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.486328125000 0.000000000000 0.380859375000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.114257812500 0.168945312500 +0.157226562500 0.000000000000 0.000000000000 0.082031250000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.030883789062 0.111816406250 +0.000000000000 0.000000000000 0.164062500000 0.000000000000 +0.185546875000 0.281250000000 0.000000000000 0.000000000000 +0.000000000000 0.085449218750 0.000000000000 0.796875000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.230468750000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.316406250000 0.433593750000 +0.033203125000 0.449218750000 0.000000000000 0.049560546875 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.033203125000 0.000000000000 0.195312500000 +0.170898437500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.562500000000 0.000000000000 0.296875000000 +0.000000000000 0.000000000000 0.010620117188 0.000000000000 +0.000000000000 0.000000000000 0.180664062500 0.044433593750 +0.138671875000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.072753906250 0.137695312500 +0.000000000000 0.000000000000 0.117675781250 0.000000000000 +0.212890625000 0.183593750000 0.000000000000 0.000000000000 +0.000000000000 0.176757812500 0.000000000000 0.687500000000 +0.000000000000 0.000000000000 0.000000000000 0.022583007812 +0.283203125000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.068359375000 0.123046875000 0.289062500000 +0.000000000000 0.369140625000 0.000000000000 0.101074218750 +0.000000000000 0.000000000000 0.041503906250 0.000000000000 +0.000000000000 0.060058593750 0.000000000000 0.122558593750 +0.135742187500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.574218750000 0.000000000000 0.207031250000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.193359375000 0.000000000000 +0.144531250000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.102539062500 0.125000000000 +0.000000000000 0.000000000000 0.041748046875 0.000000000000 +0.164062500000 0.062988281250 0.000000000000 0.000000000000 +0.012817382812 0.246093750000 0.000000000000 0.527343750000 +0.000000000000 0.000000000000 0.000000000000 0.025756835938 +0.239257812500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.285156250000 0.000000000000 0.125976562500 +0.000000000000 0.164062500000 0.000000000000 0.153320312500 +0.000000000000 0.000000000000 0.016845703125 0.000000000000 +0.000000000000 0.014587402344 0.000000000000 0.068359375000 +0.125000000000 0.033691406250 0.134765625000 0.000000000000 +0.038574218750 0.578125000000 0.000000000000 0.137695312500 +0.057128906250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.257812500000 0.000000000000 +0.132812500000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.088867187500 0.055419921875 +0.037841796875 0.000000000000 0.000000000000 0.000000000000 +0.132812500000 0.000000000000 0.000000000000 0.000000000000 +0.032470703125 0.275390625000 0.005279541016 0.347656250000 +0.000000000000 0.000000000000 0.000000000000 0.032714843750 +0.132812500000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.431640625000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.127929687500 +0.000000000000 0.000000000000 0.026367187500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.018554687500 +0.087402343750 0.101562500000 0.182617187500 0.000000000000 +0.042480468750 0.484375000000 0.000000000000 0.082519531250 +0.041748046875 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.273437500000 0.000000000000 +0.159179687500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.031250000000 0.088867187500 +0.194335937500 0.000000000000 0.000000000000 0.000000000000 +0.092285156250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.273437500000 0.034423828125 0.234375000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.482421875000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.037597656250 +0.000000000000 0.000000000000 0.041259765625 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.057128906250 0.077636718750 0.178710937500 0.000000000000 +0.023681640625 0.384765625000 0.000000000000 0.028808593750 +0.027221679688 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.263671875000 0.027343750000 +0.169921875000 0.090820312500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.320312500000 0.000000000000 0.000000000000 0.000000000000 +0.073242187500 0.019653320312 0.000000000000 0.000000000000 +0.000000000000 0.237304687500 0.049804687500 0.175781250000 +0.000000000000 0.000000000000 0.000000000000 0.019897460938 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.468750000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.052978515625 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.016967773438 +0.000000000000 0.000000000000 0.094238281250 0.000000000000 +0.000000000000 0.233398437500 0.000000000000 0.000000000000 +0.019775390625 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.208984375000 0.078613281250 +0.117675781250 0.017578125000 0.041259765625 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.312500000000 0.000000000000 0.000000000000 0.000000000000 +0.077148437500 0.088867187500 0.000000000000 0.000000000000 +0.000000000000 0.171875000000 0.035156250000 0.148437500000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.335937500000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.072265625000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.003067016602 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.081054687500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.095703125000 0.126953125000 +0.053710937500 0.009582519531 0.125976562500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.283203125000 0.000000000000 0.000000000000 0.064941406250 +0.059814453125 0.150390625000 0.000000000000 0.000000000000 +0.000000000000 0.083007812500 0.000000000000 0.127929687500 +0.000000000000 0.000000000000 0.014343261719 0.040283203125 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.072265625000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.072753906250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.057861328125 0.000000000000 0.000000000000 0.136718750000 +0.000000000000 0.000000000000 0.153320312500 0.000000000000 +0.000000000000 0.000000000000 0.005096435547 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.113281250000 0.000000000000 0.000000000000 0.087890625000 +0.000000000000 0.188476562500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.095214843750 +0.077636718750 0.000000000000 0.058837890625 0.031494140625 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.009887695312 0.000000000000 0.037353515625 0.000000000000 +0.000000000000 0.000000000000 0.028442382812 0.000000000000 +0.012573242188 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.141601562500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.025390625000 0.000000000000 0.000000000000 +0.176757812500 0.000000000000 0.000000000000 0.140625000000 +0.000000000000 0.000000000000 0.166015625000 0.000000000000 +0.000000000000 0.000000000000 0.064453125000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.065429687500 +0.018432617188 0.203125000000 0.000000000000 0.100097656250 +0.000000000000 0.000000000000 0.000000000000 0.000949859619 +0.202148437500 0.002975463867 0.082031250000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.097167968750 0.000000000000 0.063476562500 0.015502929688 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.102539062500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.255859375000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.154296875000 0.000000000000 0.000000000000 +0.263671875000 0.000000000000 0.000000000000 0.048828125000 +0.000000000000 0.000000000000 0.141601562500 0.000000000000 +0.000000000000 0.022460937500 0.083007812500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.197265625000 0.000000000000 0.177734375000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.310546875000 0.017822265625 0.107910156250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.222656250000 0.000000000000 0.070312500000 0.029174804688 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.184570312500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.310546875000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.220703125000 0.000000000000 0.052978515625 +0.324218750000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.130859375000 0.000000000000 +0.000000000000 0.055908203125 0.120605468750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.158203125000 0.000000000000 0.275390625000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.349609375000 0.023071289062 0.174804687500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.332031250000 0.000000000000 0.062500000000 0.042236328125 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.230468750000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.335937500000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.113281250000 0.000000000000 +0.000000000000 0.302734375000 0.000000000000 0.092773437500 +0.363281250000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.134765625000 0.000000000000 +0.000000000000 0.094726562500 0.114257812500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.110351562500 0.000000000000 0.359375000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.349609375000 0.033691406250 0.194335937500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.115234375000 +0.398437500000 0.000000000000 0.040527343750 0.059570312500 +0.015197753906 0.000000000000 0.000000000000 0.000000000000 +0.294921875000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.328125000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.161132812500 0.000000000000 +0.000000000000 0.302734375000 0.000000000000 0.111328125000 +0.373046875000 0.010986328125 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.105957031250 0.000000000000 +0.000000000000 0.112792968750 0.095214843750 0.007263183594 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.076171875000 0.000000000000 0.423828125000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.330078125000 0.056152343750 0.224609375000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.217773437500 +0.439453125000 0.000000000000 0.032470703125 0.064941406250 +0.057128906250 0.000000000000 0.000000000000 0.000000000000 +0.318359375000 0.000000000000 0.000000000000 0.000000000000 +0.089355468750 0.000000000000 0.361328125000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.239257812500 0.000000000000 +0.000000000000 0.279296875000 0.000000000000 0.092773437500 +0.361328125000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.101074218750 0.000000000000 +0.000000000000 0.098144531250 0.047607421875 0.065429687500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.035156250000 +0.000000000000 0.074707031250 0.000000000000 0.490234375000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.285156250000 0.022094726562 0.251953125000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.228515625000 +0.431640625000 0.000000000000 0.081054687500 0.110351562500 +0.058349609375 0.000000000000 0.000000000000 0.000000000000 +0.287109375000 0.000000000000 0.000000000000 0.000000000000 +0.144531250000 0.000000000000 0.351562500000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.225585937500 0.000000000000 +0.000000000000 0.191406250000 0.000000000000 0.022827148438 +0.328125000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.103515625000 0.060791015625 +0.000000000000 0.098144531250 0.006652832031 0.125976562500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.106933593750 +0.000000000000 0.111816406250 0.000000000000 0.570312500000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.185546875000 0.054687500000 0.261718750000 0.017089843750 +0.000000000000 0.000000000000 0.000000000000 0.184570312500 +0.375000000000 0.000000000000 0.184570312500 0.197265625000 +0.058837890625 0.000000000000 0.000000000000 0.000000000000 +0.283203125000 0.000000000000 0.000000000000 0.000000000000 +0.178710937500 0.000000000000 0.386718750000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.157226562500 0.048583984375 +0.000000000000 0.128906250000 0.000000000000 0.000000000000 +0.296875000000 0.000000000000 0.000000000000 0.045410156250 +0.000000000000 0.000000000000 0.091308593750 0.145507812500 +0.000000000000 0.076660156250 0.000000000000 0.129882812500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.145507812500 +0.000000000000 0.161132812500 0.000000000000 0.585937500000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.062500000000 0.111816406250 0.237304687500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.059326171875 +0.220703125000 0.000000000000 0.289062500000 0.275390625000 +0.113281250000 0.000000000000 0.000000000000 0.000000000000 +0.243164062500 0.000000000000 0.000000000000 0.000000000000 +0.177734375000 0.000000000000 0.408203125000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.122558593750 0.148437500000 +0.000000000000 0.029541015625 0.000000000000 0.000000000000 +0.242187500000 0.000000000000 0.000000000000 0.130859375000 +0.000000000000 0.000000000000 0.068359375000 0.197265625000 +0.000000000000 0.048828125000 0.000000000000 0.067871093750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.161132812500 +0.000000000000 0.226562500000 0.047851562500 0.562500000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.119140625000 0.190429687500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.083007812500 0.000000000000 0.359375000000 0.335937500000 +0.090332031250 0.000000000000 0.000000000000 0.000000000000 +0.139648437500 0.000000000000 0.000000000000 0.000000000000 +0.138671875000 0.000000000000 0.404296875000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.234375000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.208984375000 0.000000000000 0.000000000000 0.179687500000 +0.002304077148 0.000000000000 0.039550781250 0.235351562500 +0.000000000000 0.014343261719 0.000000000000 0.039062500000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.156250000000 +0.000000000000 0.253906250000 0.068847656250 0.535156250000 +0.000000000000 0.000000000000 0.000000000000 0.170898437500 +0.000000000000 0.129882812500 0.141601562500 0.031127929688 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.410156250000 0.408203125000 +0.125000000000 0.027343750000 0.000000000000 0.000000000000 +0.099121093750 0.000000000000 0.000000000000 0.000000000000 +0.092773437500 0.000000000000 0.392578125000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.273437500000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.140625000000 0.000000000000 0.000000000000 0.178710937500 +0.049560546875 0.000000000000 0.000000000000 0.213867187500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.016845703125 0.064453125000 +0.000000000000 0.277343750000 0.041259765625 0.410156250000 +0.000000000000 0.000000000000 0.000000000000 0.357421875000 +0.000000000000 0.116699218750 0.044189453125 0.000000000000 +0.000000000000 0.011596679688 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.437500000000 0.423828125000 +0.132812500000 0.131835937500 0.000000000000 0.000000000000 +0.008300781250 0.000000000000 0.000000000000 0.000000000000 +0.028442382812 0.000000000000 0.322265625000 0.000000000000 +0.017089843750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.083496093750 0.000000000000 0.294921875000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.098144531250 0.000000000000 0.000000000000 0.181640625000 +0.099609375000 0.000000000000 0.000000000000 0.179687500000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.039794921875 0.000000000000 +0.000000000000 0.283203125000 0.000000000000 0.273437500000 +0.000000000000 0.000000000000 0.000000000000 0.455078125000 +0.000000000000 0.101562500000 0.000000000000 0.009704589844 +0.012634277344 0.013244628906 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.384765625000 0.408203125000 +0.087402343750 0.196289062500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.204101562500 0.112304687500 +0.021484375000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.196289062500 0.000000000000 0.291015625000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.063476562500 0.000000000000 0.000000000000 0.160156250000 +0.074218750000 0.000000000000 0.000000000000 0.080566406250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.109375000000 0.000000000000 +0.104492187500 0.257812500000 0.000000000000 0.105957031250 +0.000000000000 0.000000000000 0.000000000000 0.482421875000 +0.000000000000 0.044677734375 0.000000000000 0.000000000000 +0.146484375000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.287109375000 0.365234375000 +0.040039062500 0.320312500000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.086425781250 0.099609375000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.253906250000 0.000000000000 0.206054687500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.050781250000 0.000000000000 0.000000000000 0.044433593750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.127929687500 0.000000000000 +0.151367187500 0.205078125000 0.000000000000 0.000000000000 +0.000000000000 0.088867187500 0.000000000000 0.406250000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.287109375000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.107910156250 0.255859375000 +0.012573242188 0.300781250000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.059326171875 +0.000000000000 0.001617431641 0.000000000000 0.052978515625 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.259765625000 0.000000000000 0.079101562500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.005187988281 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.015625000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.112304687500 0.000000000000 +0.159179687500 0.047363281250 0.000000000000 0.000000000000 +0.098144531250 0.172851562500 0.000000000000 0.226562500000 +0.000000000000 0.000000000000 0.000000000000 0.017822265625 +0.316406250000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.105468750000 +0.000000000000 0.206054687500 0.000000000000 0.000000000000 +0.000000000000 0.125000000000 0.000000000000 0.172851562500 +0.000000000000 0.005401611328 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.095214843750 0.000000000000 +0.000000000000 0.202148437500 0.000000000000 0.000000000000 +0.000000000000 0.046875000000 0.000000000000 0.122558593750 +0.004608154297 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.088867187500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.106445312500 0.000000000000 0.000000000000 0.000000000000 +0.127929687500 0.208007812500 0.084960937500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.267578125000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.248046875000 0.000000000000 0.281250000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.037109375000 0.177734375000 0.000000000000 +0.000000000000 0.073730468750 0.000000000000 0.000000000000 +0.018554687500 0.077636718750 0.000000000000 0.320312500000 +0.000000000000 0.015747070312 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.006134033203 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.214843750000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.040039062500 0.000000000000 0.000000000000 0.000000000000 +0.168945312500 0.212890625000 0.158203125000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.025390625000 +0.185546875000 0.000000000000 0.016967773438 0.052246093750 +0.030883789062 0.011779785156 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.365234375000 0.000000000000 0.267578125000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.128906250000 0.257812500000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.021484375000 0.118652343750 0.000000000000 0.416015625000 +0.000000000000 0.053222656250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.025512695312 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.247070312500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.164062500000 0.189453125000 0.175781250000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.112304687500 0.000000000000 0.041503906250 0.281250000000 +0.134765625000 0.031250000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.406250000000 0.000000000000 0.206054687500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.191406250000 0.332031250000 0.060058593750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.010986328125 0.110351562500 0.000000000000 0.464843750000 +0.000000000000 0.043701171875 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.018066406250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.233398437500 0.020019531250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.126953125000 0.155273437500 0.188476562500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.020751953125 +0.037597656250 0.000000000000 0.061767578125 0.414062500000 +0.186523437500 0.054199218750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.394531250000 0.000000000000 0.048095703125 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.212890625000 0.324218750000 0.161132812500 +0.000000000000 0.000000000000 0.016845703125 0.000000000000 +0.030883789062 0.045654296875 0.000000000000 0.464843750000 +0.000000000000 0.018798828125 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.164062500000 0.065429687500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.050048828125 0.107910156250 0.163085937500 0.000000000000 +0.000000000000 0.000000000000 0.004364013672 0.001129150391 +0.000000000000 0.000000000000 0.042968750000 0.437500000000 +0.156250000000 0.115234375000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.349609375000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.167968750000 0.326171875000 0.211914062500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.046875000000 0.000000000000 0.000000000000 0.396484375000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.025024414062 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.099121093750 0.087890625000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.083007812500 0.134765625000 0.000000000000 +0.000000000000 0.000000000000 0.006805419922 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.386718750000 +0.098632812500 0.162109375000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.257812500000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.110839843750 0.304687500000 0.191406250000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.050781250000 0.000000000000 0.000000000000 0.292968750000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.025268554688 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.026000976562 0.000000000000 0.057373046875 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.092285156250 0.117675781250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.239257812500 +0.031005859375 0.189453125000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.150390625000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.053955078125 0.241210937500 0.116210937500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.065917968750 0.000000000000 0.000000000000 0.237304687500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.026855468750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.097167968750 0.104003906250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.084472656250 +0.017822265625 0.164062500000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.088378906250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.166015625000 0.001457214355 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.024536132812 0.000000000000 0.000000000000 0.218750000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.005371093750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.042480468750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.100097656250 0.106445312500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.060058593750 0.076660156250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.155273437500 0.000000000000 0.168945312500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.104980468750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.026489257812 0.100585937500 0.000000000000 0.291015625000 +0.050292968750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.131835937500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.109375000000 0.135742187500 0.000000000000 +0.026733398438 0.000000000000 0.000000000000 0.022827148438 +0.000812530518 0.000000000000 0.000000000000 0.072753906250 +0.154296875000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.217773437500 0.000000000000 0.223632812500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.093750000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.193359375000 0.000000000000 0.369140625000 +0.085449218750 0.085937500000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.021362304688 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.203125000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.014770507812 0.099609375000 0.130859375000 0.000000000000 +0.097167968750 0.000000000000 0.019775390625 0.000000000000 +0.028076171875 0.000000000000 0.000000000000 0.259765625000 +0.275390625000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.271484375000 0.000000000000 0.188476562500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.105957031250 0.000000000000 +0.000000000000 0.000000000000 0.041748046875 0.000000000000 +0.000000000000 0.184570312500 0.000000000000 0.433593750000 +0.097167968750 0.115722656250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.212890625000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.043945312500 0.125976562500 0.000000000000 +0.081054687500 0.000000000000 0.084960937500 0.013916015625 +0.006011962891 0.000000000000 0.029541015625 0.425781250000 +0.326171875000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.273437500000 0.000000000000 0.046142578125 +0.024414062500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.045166015625 0.107421875000 0.125976562500 +0.000000000000 0.000000000000 0.123535156250 0.000000000000 +0.000000000000 0.174804687500 0.000000000000 0.427734375000 +0.071777343750 0.039306640625 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.146484375000 0.012390136719 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.110351562500 0.000000000000 +0.000000000000 0.000000000000 0.099609375000 0.014038085938 +0.000000000000 0.000000000000 0.000000000000 0.503906250000 +0.304687500000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.228515625000 0.000000000000 0.000000000000 +0.172851562500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.068847656250 0.096191406250 0.211914062500 +0.000000000000 0.000000000000 0.168945312500 0.000000000000 +0.000000000000 0.073242187500 0.000000000000 0.345703125000 +0.000568389893 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.055419921875 +0.000000000000 0.036865234375 0.118164062500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.037841796875 0.000000000000 +0.000000000000 0.000000000000 0.080078125000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.468750000000 +0.166992187500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.095214843750 0.000000000000 0.000000000000 +0.213867187500 0.000000000000 0.000000000000 0.000000000000 +0.038818359375 0.045410156250 0.085449218750 0.261718750000 +0.000000000000 0.000000000000 0.097167968750 0.034667968750 +0.000000000000 0.000000000000 0.000000000000 0.179687500000 +0.000000000000 0.000000000000 0.036865234375 0.000000000000 +0.058837890625 0.000000000000 0.000000000000 0.059082031250 +0.000000000000 0.000000000000 0.000000000000 0.065917968750 +0.080566406250 0.000000000000 0.174804687500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.147460937500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.055664062500 0.015258789062 +0.000000000000 0.140625000000 0.000000000000 0.279296875000 +0.000000000000 0.094726562500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.021972656250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.158203125000 0.000000000000 0.000000000000 0.000000000000 +0.173828125000 0.000000000000 0.064941406250 0.163085937500 +0.000000000000 0.130859375000 0.000000000000 0.134765625000 +0.001441955566 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.165039062500 0.000000000000 +0.186523437500 0.000000000000 0.000000000000 0.120605468750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.067382812500 0.000000000000 0.133789062500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.185546875000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.019653320312 +0.000000000000 0.166992187500 0.000000000000 0.000000000000 +0.000000000000 0.205078125000 0.000000000000 0.029907226562 +0.000000000000 0.000000000000 0.000000000000 0.020263671875 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.008422851562 0.000000000000 0.000000000000 0.000000000000 +0.161132812500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.235351562500 0.000000000000 0.179687500000 +0.019531250000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.215820312500 0.096679687500 +0.239257812500 0.000000000000 0.000000000000 0.109863281250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.010253906250 0.000000000000 0.054199218750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.064453125000 0.179687500000 0.000000000000 +0.000000000000 0.070312500000 0.000000000000 0.191406250000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.139648437500 0.000000000000 0.000000000000 +0.000000000000 0.240234375000 0.000000000000 0.014465332031 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.140625000000 +0.076171875000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.259765625000 0.000000000000 0.157226562500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.194335937500 0.188476562500 +0.208007812500 0.000000000000 0.019653320312 0.012817382812 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.003356933594 +0.180664062500 0.000000000000 0.000000000000 0.000000000000 +0.127929687500 0.172851562500 0.000000000000 0.000000000000 +0.000000000000 0.108398437500 0.000000000000 0.314453125000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.200195312500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.199218750000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.151367187500 0.000000000000 0.052001953125 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000186920166 0.000000000000 0.077148437500 0.171875000000 +0.093261718750 0.000000000000 0.130859375000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.285156250000 0.000000000000 0.000000000000 0.000000000000 +0.230468750000 0.222656250000 0.000000000000 0.000000000000 +0.000000000000 0.104492187500 0.000000000000 0.308593750000 +0.073242187500 0.000000000000 0.000000000000 0.007507324219 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000438690186 0.000000000000 0.000000000000 +0.000000000000 0.064453125000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.025878906250 +0.000000000000 0.000000000000 0.063476562500 0.159179687500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.160156250000 0.000000000000 0.000000000000 0.125976562500 +0.000000000000 0.000000000000 0.196289062500 0.000000000000 +0.000000000000 0.000000000000 0.181640625000 0.000000000000 +0.000000000000 0.003509521484 0.000000000000 0.000000000000 +0.261718750000 0.000000000000 0.000000000000 0.014160156250 +0.245117187500 0.232421875000 0.000000000000 0.000000000000 +0.000000000000 0.061279296875 0.000000000000 0.161132812500 +0.384765625000 0.000000000000 0.055419921875 0.007934570312 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.190429687500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.030517578125 0.000000000000 0.000000000000 +0.119140625000 0.000000000000 0.000000000000 0.043212890625 +0.000000000000 0.000000000000 0.257812500000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.173828125000 0.000000000000 0.083007812500 +0.287109375000 0.092773437500 0.000000000000 0.049072265625 +0.000000000000 0.000000000000 0.246093750000 0.000000000000 +0.000000000000 0.069824218750 0.257812500000 0.000000000000 +0.000000000000 0.046875000000 0.000000000000 0.000000000000 +0.086914062500 0.000000000000 0.000000000000 0.047851562500 +0.095214843750 0.207031250000 0.000000000000 0.146484375000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.523437500000 0.000000000000 0.168945312500 0.023437500000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.396484375000 0.000000000000 0.019653320312 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.277343750000 0.000000000000 0.000000000000 0.017822265625 +0.000000000000 0.000000000000 0.363281250000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.048583984375 0.000000000000 +0.000000000000 0.294921875000 0.000000000000 0.129882812500 +0.369140625000 0.093261718750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.224609375000 0.000000000000 +0.000000000000 0.110839843750 0.302734375000 0.000000000000 +0.000000000000 0.059814453125 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.055175781250 +0.000000000000 0.142578125000 0.000000000000 0.382812500000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.519531250000 0.000000000000 0.259765625000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.131835937500 +0.486328125000 0.000000000000 0.083984375000 0.004028320312 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.316406250000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.443359375000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.224609375000 0.000000000000 +0.000000000000 0.390625000000 0.000000000000 0.135742187500 +0.439453125000 0.054199218750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.182617187500 0.000000000000 +0.000000000000 0.179687500000 0.232421875000 0.070800781250 +0.000000000000 0.005645751953 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.029907226562 +0.000000000000 0.118652343750 0.000000000000 0.535156250000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.458984375000 0.074218750000 0.275390625000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.253906250000 +0.531250000000 0.000000000000 0.077148437500 0.096679687500 +0.073242187500 0.000000000000 0.000000000000 0.000000000000 +0.300781250000 0.000000000000 0.000000000000 0.000000000000 +0.056396484375 0.000000000000 0.433593750000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.238281250000 0.000000000000 +0.000000000000 0.414062500000 0.000000000000 0.155273437500 +0.431640625000 0.034667968750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.103515625000 0.000000000000 +0.004791259766 0.147460937500 0.091308593750 0.138671875000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.052734375000 0.000000000000 0.550781250000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.343750000000 0.055664062500 0.263671875000 0.039550781250 +0.020629882812 0.000000000000 0.000000000000 0.339843750000 +0.449218750000 0.000000000000 0.069824218750 0.152343750000 +0.212890625000 0.000000000000 0.000000000000 0.000000000000 +0.322265625000 0.000000000000 0.000000000000 0.000000000000 +0.077636718750 0.000000000000 0.353515625000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.273437500000 0.000000000000 +0.000000000000 0.437500000000 0.000000000000 0.146484375000 +0.412109375000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.030395507812 0.000000000000 +0.000000000000 0.137695312500 0.000000000000 0.188476562500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.036621093750 0.000000000000 +0.000000000000 0.018310546875 0.000000000000 0.484375000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.218750000000 0.006805419922 0.214843750000 0.000000000000 +0.145507812500 0.000000000000 0.000000000000 0.353515625000 +0.378906250000 0.000000000000 0.041503906250 0.175781250000 +0.251953125000 0.000000000000 0.000000000000 0.000000000000 +0.212890625000 0.075195312500 0.000000000000 0.000000000000 +0.047607421875 0.000000000000 0.202148437500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.227539062500 0.000000000000 +0.000000000000 0.412109375000 0.000000000000 0.206054687500 +0.375000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.065917968750 0.044677734375 0.000000000000 0.141601562500 +0.000000000000 0.026123046875 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.026367187500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.347656250000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.118652343750 0.035156250000 0.127929687500 0.027587890625 +0.156250000000 0.000000000000 0.000000000000 0.359375000000 +0.326171875000 0.000000000000 0.000000000000 0.107910156250 +0.240234375000 0.000000000000 0.000000000000 0.000000000000 +0.150390625000 0.204101562500 0.000000000000 0.094726562500 +0.000000000000 0.000000000000 0.047607421875 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.188476562500 0.000000000000 +0.000000000000 0.406250000000 0.000000000000 0.277343750000 +0.308593750000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.086425781250 0.000000000000 0.000000000000 0.069824218750 +0.000000000000 0.079589843750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.163085937500 +0.000000000000 0.000000000000 0.000877380371 0.000000000000 +0.071777343750 0.000000000000 0.095214843750 0.014160156250 +0.190429687500 0.000000000000 0.000000000000 0.416015625000 +0.287109375000 0.000000000000 0.000000000000 0.029174804688 +0.133789062500 0.000000000000 0.000000000000 0.000000000000 +0.075683593750 0.298828125000 0.000000000000 0.126953125000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.157226562500 0.000000000000 +0.000000000000 0.347656250000 0.000000000000 0.347656250000 +0.250000000000 0.039306640625 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.087890625000 0.000000000000 0.000000000000 0.037597656250 +0.000000000000 0.141601562500 0.007659912109 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.007995605469 0.000000000000 0.049072265625 0.000000000000 +0.026123046875 0.000000000000 0.068847656250 0.021362304688 +0.174804687500 0.000000000000 0.028442382812 0.484375000000 +0.289062500000 0.000000000000 0.000000000000 0.000000000000 +0.046875000000 0.000000000000 0.000000000000 0.000000000000 +0.070312500000 0.308593750000 0.000000000000 0.080078125000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.071777343750 0.014770507812 +0.000000000000 0.000000000000 0.180664062500 0.000000000000 +0.000000000000 0.285156250000 0.000000000000 0.375000000000 +0.183593750000 0.043212890625 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.062500000000 0.000000000000 0.000000000000 0.005432128906 +0.000000000000 0.138671875000 0.008117675781 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.050048828125 0.000000000000 +0.000000000000 0.000000000000 0.080566406250 0.000000000000 +0.087402343750 0.000000000000 0.020874023438 0.500000000000 +0.316406250000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.013610839844 0.255859375000 0.000000000000 0.000000000000 +0.016479492188 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.092773437500 0.186523437500 +0.000000000000 0.000000000000 0.144531250000 0.000000000000 +0.000000000000 0.174804687500 0.000000000000 0.349609375000 +0.112792968750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000186920166 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.087402343750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.065917968750 0.000000000000 +0.000000000000 0.000000000000 0.124023437500 0.007934570312 +0.000000000000 0.000000000000 0.010192871094 0.472656250000 +0.328125000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.003479003906 0.123535156250 0.000000000000 0.000000000000 +0.060058593750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.043212890625 0.240234375000 +0.000000000000 0.000000000000 0.098144531250 0.000000000000 +0.000000000000 0.054931640625 0.000000000000 0.287109375000 +0.074707031250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.021728515625 0.000000000000 +0.000000000000 0.000000000000 0.141601562500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.361328125000 +0.275390625000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.024902343750 0.000000000000 0.000000000000 0.000000000000 +0.093261718750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.243164062500 +0.000000000000 0.000000000000 0.050781250000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.143554687500 +0.038574218750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.031738281250 0.037841796875 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.036376953125 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.034423828125 +0.000000000000 0.000000000000 0.034667968750 0.089843750000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.153320312500 0.022216796875 +0.000000000000 0.000000000000 0.000000000000 0.191406250000 +0.195312500000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.007354736328 0.000000000000 0.000000000000 0.000000000000 +0.093750000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.208007812500 +0.000000000000 0.000000000000 0.000000000000 0.036865234375 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.047119140625 0.000000000000 0.000000000000 0.079101562500 +0.020263671875 0.000000000000 0.073242187500 0.136718750000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.046142578125 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.165039062500 +0.000000000000 0.095703125000 0.129882812500 0.208984375000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.149414062500 0.000598907471 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.096191406250 0.000000000000 0.042480468750 0.062988281250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.026733398438 0.000000000000 0.092285156250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.128906250000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.067871093750 0.000000000000 0.000000000000 0.168945312500 +0.046142578125 0.000000000000 0.089843750000 0.142578125000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.001289367676 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.168945312500 +0.000000000000 0.189453125000 0.117187500000 0.237304687500 +0.000000000000 0.000000000000 0.000000000000 0.044677734375 +0.000000000000 0.000000000000 0.123046875000 0.003265380859 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.199218750000 0.172851562500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.009948730469 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.197265625000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.149414062500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.111816406250 0.000000000000 0.000000000000 0.171875000000 +0.004089355469 0.000000000000 0.068847656250 0.112792968750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.098632812500 +0.000000000000 0.238281250000 0.000000000000 0.223632812500 +0.000000000000 0.000000000000 0.000000000000 0.197265625000 +0.000000000000 0.040039062500 0.066894531250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.234375000000 0.217773437500 +0.000000000000 0.029907226562 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.226562500000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.141601562500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.151367187500 0.000000000000 0.000000000000 0.137695312500 +0.000000000000 0.000000000000 0.033203125000 0.001533508301 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.004516601562 0.000000000000 +0.005035400391 0.240234375000 0.000000000000 0.171875000000 +0.000000000000 0.000000000000 0.000000000000 0.220703125000 +0.000000000000 0.055419921875 0.007934570312 0.001411437988 +0.035400390625 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.231445312500 0.223632812500 +0.000000000000 0.174804687500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.180664062500 0.001754760742 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.102050781250 +0.000000000000 0.100585937500 0.000000000000 0.000000000000 +0.167968750000 0.000000000000 0.000000000000 0.045166015625 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.076660156250 0.000000000000 +0.072753906250 0.187500000000 0.000000000000 0.077148437500 +0.000000000000 0.000000000000 0.000000000000 0.136718750000 +0.000000000000 0.015319824219 0.000000000000 0.000000000000 +0.214843750000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.104492187500 0.206054687500 +0.047607421875 0.227539062500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.128906250000 +0.000000000000 0.000000000000 0.076660156250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.200195312500 0.000000000000 0.031982421875 +0.166992187500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.056640625000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.105957031250 0.000000000000 +0.046875000000 0.065917968750 0.000000000000 0.000000000000 +0.015869140625 0.052490234375 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.294921875000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.107910156250 +0.033447265625 0.143554687500 0.000000000000 0.000000000000 +0.000000000000 0.159179687500 0.000000000000 0.176757812500 +0.000000000000 0.002731323242 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.184570312500 0.000000000000 0.216796875000 +0.154296875000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.117187500000 0.007202148438 0.000000000000 +0.000000000000 0.000000000000 0.007202148438 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.100097656250 0.075195312500 0.027221679688 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.028930664062 +0.287109375000 0.000000000000 0.003555297852 0.074707031250 +0.017578125000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.318359375000 0.000000000000 0.181640625000 +0.000000000000 0.039062500000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.090820312500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.209960937500 0.000000000000 0.324218750000 +0.063964843750 0.007415771484 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.053955078125 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.195312500000 0.069824218750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.164062500000 0.107421875000 0.090820312500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.025146484375 +0.224609375000 0.000000000000 0.041259765625 0.267578125000 +0.065917968750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.384765625000 0.000000000000 0.131835937500 +0.000000000000 0.049072265625 0.000000000000 0.000000000000 +0.000000000000 0.096191406250 0.279296875000 0.000000000000 +0.000000000000 0.000000000000 0.033447265625 0.000000000000 +0.000000000000 0.151367187500 0.000000000000 0.376953125000 +0.024169921875 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.031982421875 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.174804687500 0.104492187500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.131835937500 0.114746093750 0.126953125000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.020019531250 +0.134765625000 0.000000000000 0.032226562500 0.361328125000 +0.087890625000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.375000000000 0.000000000000 0.020751953125 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.198242187500 0.326171875000 0.136718750000 +0.000000000000 0.000000000000 0.004760742188 0.000000000000 +0.000000000000 0.027465820312 0.000000000000 0.380859375000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.140625000000 0.102539062500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.060546875000 0.121582031250 0.134765625000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.015563964844 +0.000000000000 0.000000000000 0.081542968750 0.351562500000 +0.085937500000 0.133789062500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.257812500000 0.000000000000 0.000000000000 +0.035644531250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.204101562500 0.316406250000 0.310546875000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.007385253906 0.000000000000 0.000000000000 0.316406250000 +0.000000000000 0.000000000000 0.033447265625 0.000000000000 +0.000000000000 0.025634765625 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.025512695312 0.033203125000 0.081542968750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.069824218750 0.086914062500 0.000000000000 +0.000000000000 0.000000000000 0.003143310547 0.012390136719 +0.000000000000 0.000000000000 0.000000000000 0.279296875000 +0.041748046875 0.217773437500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.035644531250 0.000000000000 0.000000000000 +0.044677734375 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.138671875000 0.239257812500 0.318359375000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.153320312500 +0.000000000000 0.000000000000 0.106933593750 0.000000000000 +0.063964843750 0.062988281250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.082519531250 0.000000000000 0.044189453125 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.073242187500 0.000000000000 +0.000000000000 0.033447265625 0.040527343750 0.000000000000 +0.000000000000 0.000000000000 0.021118164062 0.030761718750 +0.000000000000 0.000000000000 0.000000000000 0.070800781250 +0.000000000000 0.242187500000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.032958984375 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.116210937500 0.245117187500 +0.000000000000 0.000000000000 0.000000000000 0.030883789062 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.137695312500 0.059326171875 +0.141601562500 0.031738281250 0.003768920898 0.042968750000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.044433593750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.008361816406 +0.000000000000 0.013671875000 0.124511718750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.019775390625 0.027343750000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.173828125000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.013549804688 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.041992187500 +0.000000000000 0.004211425781 0.000000000000 0.058837890625 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.132812500000 0.138671875000 +0.119628906250 0.000000000000 0.048583984375 0.083496093750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.113281250000 +0.000000000000 0.125000000000 0.100585937500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.105468750000 +0.000000000000 0.000000000000 0.021850585938 0.036865234375 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.026367187500 0.067871093750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.151367187500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.104492187500 0.220703125000 +0.145507812500 0.000000000000 0.078125000000 0.141601562500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.184570312500 +0.000000000000 0.224609375000 0.115234375000 0.016967773438 +0.000000000000 0.000000000000 0.000000000000 0.269531250000 +0.000000000000 0.000000000000 0.023071289062 0.024414062500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.204101562500 0.094726562500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.149414062500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.009826660156 0.000000000000 0.213867187500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.057617187500 0.265625000000 +0.126953125000 0.000000000000 0.103027343750 0.176757812500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.204101562500 +0.000000000000 0.285156250000 0.117187500000 0.122558593750 +0.000000000000 0.000000000000 0.000000000000 0.410156250000 +0.000000000000 0.000000000000 0.036865234375 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.337890625000 0.221679687500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.241210937500 0.000000000000 +0.004638671875 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.063964843750 0.000000000000 0.257812500000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.034912109375 0.259765625000 +0.128906250000 0.000000000000 0.059814453125 0.208007812500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.162109375000 +0.000000000000 0.308593750000 0.109863281250 0.166992187500 +0.000000000000 0.000000000000 0.000000000000 0.539062500000 +0.000000000000 0.003997802734 0.006378173828 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.433593750000 0.326171875000 +0.000000000000 0.096679687500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.287109375000 0.000000000000 +0.082031250000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.175781250000 0.000000000000 0.343750000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.064941406250 0.275390625000 +0.184570312500 0.000000000000 0.000000000000 0.251953125000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.010131835938 +0.000000000000 0.000000000000 0.000000000000 0.098144531250 +0.000000000000 0.312500000000 0.135742187500 0.159179687500 +0.000000000000 0.000000000000 0.000000000000 0.640625000000 +0.000000000000 0.012634277344 0.000000000000 0.000000000000 +0.000000000000 0.051025390625 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.458984375000 0.396484375000 +0.000000000000 0.186523437500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.225585937500 0.090820312500 +0.152343750000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.279296875000 0.000000000000 0.371093750000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.111328125000 0.296875000000 +0.212890625000 0.000000000000 0.000000000000 0.232421875000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.109375000000 +0.000000000000 0.000000000000 0.011230468750 0.021484375000 +0.050292968750 0.332031250000 0.124511718750 0.110839843750 +0.000000000000 0.000000000000 0.000000000000 0.730468750000 +0.000000000000 0.071289062500 0.000000000000 0.000000000000 +0.000000000000 0.068847656250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.441406250000 0.417968750000 +0.000000000000 0.263671875000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.155273437500 0.196289062500 +0.119140625000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.353515625000 0.000000000000 0.359375000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.095703125000 0.259765625000 +0.203125000000 0.000000000000 0.000000000000 0.131835937500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.117187500000 +0.000000000000 0.000000000000 0.065917968750 0.000000000000 +0.175781250000 0.339843750000 0.000000000000 0.000000000000 +0.000000000000 0.009338378906 0.000000000000 0.773437500000 +0.000000000000 0.068847656250 0.000000000000 0.045898437500 +0.065429687500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.330078125000 0.363281250000 +0.000000000000 0.369140625000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.066894531250 0.259765625000 +0.043457031250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.376953125000 0.000000000000 0.273437500000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.064453125000 0.200195312500 +0.111328125000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.072265625000 +0.000000000000 0.000000000000 0.088867187500 0.000000000000 +0.285156250000 0.287109375000 0.000000000000 0.000000000000 +0.000000000000 0.103027343750 0.000000000000 0.718750000000 +0.000000000000 0.019653320312 0.000000000000 0.000000000000 +0.154296875000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.208007812500 0.265625000000 +0.000000000000 0.373046875000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.004211425781 0.294921875000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.296875000000 0.000000000000 0.125976562500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.062500000000 0.000000000000 0.000000000000 0.112304687500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.063476562500 +0.038330078125 0.000000000000 0.055175781250 0.000000000000 +0.316406250000 0.253906250000 0.000000000000 0.000000000000 +0.000000000000 0.131835937500 0.000000000000 0.511718750000 +0.000000000000 0.000000000000 0.000000000000 0.007995605469 +0.189453125000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.027832031250 0.085449218750 +0.000000000000 0.324218750000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.189453125000 +0.000000000000 0.000000000000 0.000000000000 0.162109375000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.085449218750 0.000000000000 0.000000000000 +0.000000000000 0.057373046875 0.000000000000 0.021118164062 +0.108886718750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.044677734375 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.085937500000 0.000000000000 0.000000000000 +0.075195312500 0.000000000000 0.000000000000 0.000000000000 +0.269531250000 0.165039062500 0.000000000000 0.000000000000 +0.000000000000 0.122558593750 0.016967773438 0.176757812500 +0.199218750000 0.000000000000 0.000000000000 0.015502929688 +0.139648437500 0.000000000000 0.000000000000 0.000000000000 +0.022827148438 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.161132812500 0.000000000000 0.000000000000 +0.030151367188 0.000000000000 0.000000000000 0.230468750000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.164062500000 0.000000000000 0.191406250000 +0.189453125000 0.105468750000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.063964843750 0.000000000000 +0.000000000000 0.000000000000 0.058105468750 0.000000000000 +0.000000000000 0.158203125000 0.000000000000 0.000000000000 +0.005645751953 0.000000000000 0.000000000000 0.000000000000 +0.148437500000 0.067382812500 0.000000000000 0.000000000000 +0.000000000000 0.071777343750 0.033935546875 0.000000000000 +0.300781250000 0.000000000000 0.055419921875 0.000000000000 +0.106933593750 0.000000000000 0.000000000000 0.000000000000 +0.283203125000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.111816406250 0.000000000000 0.000000000000 0.136718750000 +0.000000000000 0.000000000000 0.011901855469 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.037109375000 0.000000000000 +0.000000000000 0.203125000000 0.000000000000 0.247070312500 +0.212890625000 0.116699218750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.076171875000 0.000000000000 +0.000000000000 0.000000000000 0.105468750000 0.000000000000 +0.000000000000 0.141601562500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.006225585938 +0.000000000000 0.000000000000 0.018554687500 0.000000000000 +0.308593750000 0.000000000000 0.145507812500 0.000000000000 +0.003723144531 0.000000000000 0.000000000000 0.228515625000 +0.441406250000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.150390625000 0.000000000000 0.000000000000 0.000000000000 +0.013549804688 0.000000000000 0.070800781250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.064941406250 +0.000000000000 0.000000000000 0.176757812500 0.000000000000 +0.000000000000 0.189453125000 0.000000000000 0.253906250000 +0.233398437500 0.083496093750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.098632812500 0.000000000000 +0.000000000000 0.031127929688 0.103515625000 0.000000000000 +0.000000000000 0.075195312500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.237304687500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.263671875000 0.000000000000 0.235351562500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.324218750000 +0.470703125000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.170898437500 0.000000000000 0.000000000000 0.000000000000 +0.125976562500 0.000000000000 0.084472656250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.078613281250 +0.000000000000 0.000000000000 0.174804687500 0.000000000000 +0.000000000000 0.150390625000 0.000000000000 0.173828125000 +0.209960937500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.054199218750 0.000000000000 +0.000000000000 0.041748046875 0.000000000000 0.098144531250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.326171875000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.104492187500 0.000000000000 0.226562500000 0.030639648438 +0.000000000000 0.000000000000 0.000000000000 0.322265625000 +0.353515625000 0.000000000000 0.020141601562 0.069824218750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.141601562500 0.000000000000 0.000000000000 0.000000000000 +0.170898437500 0.000000000000 0.111816406250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.168945312500 0.034912109375 +0.000000000000 0.116699218750 0.000000000000 0.048828125000 +0.188476562500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.025146484375 0.044677734375 +0.000000000000 0.000000000000 0.000000000000 0.126953125000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.347656250000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.188476562500 0.027832031250 +0.000000000000 0.000000000000 0.000000000000 0.189453125000 +0.164062500000 0.000000000000 0.016479492188 0.176757812500 +0.066406250000 0.000000000000 0.000000000000 0.000000000000 +0.001838684082 0.000000000000 0.000000000000 0.000000000000 +0.113769531250 0.000000000000 0.034423828125 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.048583984375 0.113281250000 +0.000000000000 0.077148437500 0.000000000000 0.000000000000 +0.145507812500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.019287109375 +0.000000000000 0.000000000000 0.000000000000 0.070312500000 +0.000000000000 0.000000000000 0.035156250000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.004241943359 0.000000000000 0.255859375000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.083007812500 0.021484375000 +0.029296875000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.014343261719 0.216796875000 +0.083007812500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.008056640625 0.033691406250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.032714843750 0.000000000000 0.099121093750 +0.000000000000 0.061279296875 0.000000000000 0.000000000000 +0.099609375000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.106933593750 0.000000000000 +0.000000000000 0.000000000000 0.024047851562 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.009643554688 +0.000000000000 0.016845703125 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.009887695312 +0.196289062500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.192382812500 +0.099609375000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.121093750000 0.000000000000 0.000000000000 +0.000000000000 0.121093750000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.173828125000 0.000000000000 0.050781250000 +0.000000000000 0.039550781250 0.000000000000 0.058349609375 +0.014221191406 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.142578125000 0.000000000000 +0.000000000000 0.000000000000 0.026245117188 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.114257812500 0.141601562500 0.009765625000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.010559082031 +0.248046875000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.087402343750 +0.002548217773 0.000000000000 0.000000000000 0.016479492188 +0.000000000000 0.217773437500 0.000000000000 0.000000000000 +0.000000000000 0.123046875000 0.000000000000 0.000000000000 +0.000000000000 0.065429687500 0.202148437500 0.000000000000 +0.000000000000 0.210937500000 0.000000000000 0.000000000000 +0.035888671875 0.000000000000 0.000000000000 0.156250000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.053710937500 0.143554687500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.151367187500 0.204101562500 0.071777343750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000999450684 +0.217773437500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.152343750000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.019409179688 +0.000000000000 0.244140625000 0.000000000000 0.000000000000 +0.000000000000 0.087402343750 0.000000000000 0.000000000000 +0.000000000000 0.206054687500 0.333984375000 0.000000000000 +0.000000000000 0.192382812500 0.000000000000 0.000000000000 +0.038330078125 0.000000000000 0.000000000000 0.200195312500 +0.000000000000 0.000000000000 0.042724609375 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.054443359375 0.137695312500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.127929687500 0.226562500000 0.132812500000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.105957031250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.322265625000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.036621093750 +0.000000000000 0.196289062500 0.025146484375 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.241210937500 0.365234375000 0.121093750000 +0.000000000000 0.165039062500 0.000000000000 0.000000000000 +0.066894531250 0.000000000000 0.000000000000 0.210937500000 +0.000000000000 0.000000000000 0.131835937500 0.000000000000 +0.011657714844 0.062500000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.048828125000 0.064453125000 0.000000000000 +0.017944335938 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.008178710938 0.204101562500 0.111328125000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.005371093750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.392578125000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.034423828125 0.006591796875 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.194335937500 0.298828125000 0.156250000000 +0.000000000000 0.081054687500 0.000000000000 0.000000000000 +0.029418945312 0.000000000000 0.000000000000 0.141601562500 +0.000000000000 0.000000000000 0.132812500000 0.000000000000 +0.060791015625 0.077636718750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.092773437500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.156250000000 0.087890625000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.001945495605 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.394531250000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.077148437500 0.000000000000 +0.000000000000 0.000000000000 0.017944335938 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.044189453125 0.169921875000 0.120605468750 +0.000000000000 0.058837890625 0.000000000000 0.000000000000 +0.067871093750 0.000000000000 0.000000000000 0.065917968750 +0.000000000000 0.000000000000 0.136718750000 0.000000000000 +0.053222656250 0.052734375000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.079589843750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.092773437500 0.058349609375 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.004608154297 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.291015625000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.054687500000 0.000000000000 +0.000000000000 0.000000000000 0.013671875000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.007476806641 0.000000000000 +0.000000000000 0.101074218750 0.000000000000 0.014953613281 +0.009155273438 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.103027343750 0.000000000000 +0.038330078125 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.069335937500 0.010009765625 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.151367187500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.144531250000 0.000000000000 0.049560546875 +0.016845703125 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.042724609375 0.000000000000 +0.012207031250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.090332031250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.064453125000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.154296875000 0.000000000000 0.033935546875 +0.035156250000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.008300781250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.033691406250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.135742187500 0.021850585938 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.033935546875 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.034667968750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.015869140625 0.000000000000 +0.000000000000 0.121582031250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.065917968750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.003021240234 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.141601562500 0.054687500000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.035644531250 +0.040283203125 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.031005859375 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.029541015625 0.000000000000 +0.000000000000 0.056152343750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.077148437500 +0.000000000000 0.000000000000 0.006774902344 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.099121093750 0.008361816406 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.049072265625 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.038818359375 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.009155273438 0.036376953125 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.025024414062 +0.000000000000 0.000000000000 0.045410156250 0.000000000000 +0.051513671875 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.032470703125 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.013000488281 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.028564453125 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.106445312500 +0.000000000000 0.000000000000 0.000000000000 0.043457031250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.091308593750 0.094238281250 +0.105957031250 0.000000000000 0.032226562500 0.087890625000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.101562500000 +0.000000000000 0.091796875000 0.106445312500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.047607421875 0.009948730469 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.125976562500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.059326171875 0.216796875000 +0.131835937500 0.000000000000 0.090820312500 0.120605468750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.172851562500 +0.000000000000 0.206054687500 0.136718750000 0.036132812500 +0.000000000000 0.000000000000 0.000000000000 0.175781250000 +0.000000000000 0.000000000000 0.044433593750 0.008728027344 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.162109375000 0.070800781250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.094238281250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.164062500000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.032958984375 0.000000000000 0.025512695312 0.231445312500 +0.064453125000 0.000000000000 0.101074218750 0.117187500000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.146484375000 +0.000000000000 0.247070312500 0.028564453125 0.097656250000 +0.000000000000 0.000000000000 0.000000000000 0.310546875000 +0.000000000000 0.000000000000 0.042480468750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.221679687500 0.159179687500 +0.000000000000 0.032958984375 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.211914062500 0.011474609375 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.140625000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.101074218750 0.000000000000 0.000000000000 0.199218750000 +0.009338378906 0.000000000000 0.069335937500 0.003799438477 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.029785156250 +0.037597656250 0.273437500000 0.000000000000 0.079101562500 +0.000000000000 0.000000000000 0.000000000000 0.337890625000 +0.000000000000 0.041259765625 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.241210937500 0.209960937500 +0.000000000000 0.163085937500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.177734375000 0.045410156250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.105957031250 +0.000000000000 0.021972656250 0.000000000000 0.000000000000 +0.143554687500 0.000000000000 0.000000000000 0.118652343750 +0.000000000000 0.000000000000 0.024536132812 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.040771484375 0.000000000000 +0.101562500000 0.219726562500 0.000000000000 0.052978515625 +0.000000000000 0.000000000000 0.000000000000 0.259765625000 +0.014892578125 0.038818359375 0.000000000000 0.000000000000 +0.103515625000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.142578125000 0.182617187500 +0.000000000000 0.209960937500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.178710937500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.015014648438 +0.000000000000 0.097167968750 0.000000000000 0.000000000000 +0.170898437500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.025146484375 0.000000000000 +0.058837890625 0.169921875000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.083984375000 +0.026733398438 0.000000000000 0.000000000000 0.000000000000 +0.168945312500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.051513671875 0.135742187500 +0.000000000000 0.165039062500 0.000000000000 0.000000000000 +0.008300781250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.054931640625 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.112304687500 0.022949218750 0.058837890625 +0.163085937500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.040039062500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.014099121094 0.067871093750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.062988281250 0.000000000000 0.010131835938 0.030395507812 +0.154296875000 0.000000000000 0.000000000000 0.000000000000 +0.062011718750 0.000000000000 0.000000000000 0.024780273438 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.031494140625 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.003082275391 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.085449218750 0.000000000000 0.080078125000 +0.127929687500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.041992187500 0.023925781250 +0.052246093750 0.000000000000 0.000000000000 0.006683349609 +0.121582031250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.027832031250 0.000000000000 0.000000000000 0.000000000000 +0.001136779785 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.010375976562 0.000000000000 0.070312500000 +0.095214843750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000999450684 0.000000000000 0.046142578125 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.092773437500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.019531250000 +0.118652343750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.092285156250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.041259765625 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.057617187500 0.000000000000 0.094238281250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.096679687500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.087890625000 0.000000000000 0.000000000000 0.024169921875 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.005249023438 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.026611328125 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.024658203125 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.092773437500 0.000000000000 0.000000000000 0.014526367188 +0.000000000000 0.000000000000 0.038085937500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.082519531250 0.000000000000 0.130859375000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.099121093750 0.017333984375 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.023681640625 0.000000000000 0.040039062500 0.101074218750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.043212890625 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.056396484375 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.113769531250 0.000000000000 0.000000000000 0.016723632812 +0.000000000000 0.000000000000 0.005615234375 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.088378906250 0.000000000000 0.104492187500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.041015625000 0.002532958984 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.048339843750 0.139648437500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.012207031250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.054443359375 +0.000000000000 0.059326171875 0.000000000000 0.000000000000 +0.118652343750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.062988281250 0.000000000000 0.021362304688 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.009155273438 +0.143554687500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.142578125000 +0.014282226562 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.060546875000 0.000000000000 0.010498046875 +0.000000000000 0.033935546875 0.000000000000 0.024047851562 +0.059814453125 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.081054687500 0.000000000000 +0.000000000000 0.000000000000 0.003051757812 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.043701171875 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.050292968750 +0.186523437500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.101562500000 +0.007995605469 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.125000000000 0.000000000000 0.000000000000 +0.000000000000 0.134765625000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.047851562500 0.000000000000 +0.000000000000 0.173828125000 0.000000000000 0.025512695312 +0.000000000000 0.022338867188 0.000000000000 0.082031250000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.176757812500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.062500000000 0.108886718750 0.007781982422 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.012329101562 +0.195312500000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.048339843750 +0.000000000000 0.000000000000 0.000000000000 0.063476562500 +0.000000000000 0.156250000000 0.026977539062 0.000000000000 +0.000000000000 0.118652343750 0.000000000000 0.000000000000 +0.022460937500 0.110351562500 0.189453125000 0.000000000000 +0.000000000000 0.265625000000 0.000000000000 0.006622314453 +0.069335937500 0.000000000000 0.000000000000 0.105468750000 +0.000000000000 0.000000000000 0.081054687500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.221679687500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.096679687500 0.182617187500 0.058593750000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.041503906250 +0.124023437500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.279296875000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.186523437500 +0.000000000000 0.170898437500 0.028076171875 0.000000000000 +0.000000000000 0.119628906250 0.000000000000 0.000000000000 +0.133789062500 0.192382812500 0.349609375000 0.000000000000 +0.055175781250 0.347656250000 0.000000000000 0.007690429688 +0.085937500000 0.000000000000 0.000000000000 0.080566406250 +0.000000000000 0.000000000000 0.203125000000 0.000000000000 +0.098144531250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.232421875000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.053955078125 0.216796875000 0.057373046875 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.020874023438 +0.036621093750 0.040283203125 0.000000000000 0.000000000000 +0.000000000000 0.507812500000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.207031250000 +0.000000000000 0.077636718750 0.013549804688 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.104003906250 0.217773437500 0.375000000000 0.052978515625 +0.032470703125 0.339843750000 0.000000000000 0.025512695312 +0.105468750000 0.000000000000 0.000000000000 0.018188476562 +0.000000000000 0.000000000000 0.287109375000 0.000000000000 +0.197265625000 0.112792968750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.145507812500 0.000000000000 +0.133789062500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.236328125000 0.081054687500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.049560546875 0.000000000000 0.000000000000 +0.000000000000 0.589843750000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.125976562500 +0.000000000000 0.000000000000 0.062500000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.099609375000 0.188476562500 0.324218750000 0.091308593750 +0.041503906250 0.314453125000 0.000000000000 0.009277343750 +0.071777343750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.302734375000 0.050781250000 +0.224609375000 0.139648437500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.330078125000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.031494140625 0.000000000000 +0.000000000000 0.201171875000 0.056396484375 0.053710937500 +0.000000000000 0.000000000000 0.000000000000 0.024047851562 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.582031250000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.125976562500 0.000000000000 +0.000000000000 0.000000000000 0.017822265625 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.014831542969 +0.011230468750 0.026123046875 0.150390625000 0.041748046875 +0.000000000000 0.210937500000 0.000000000000 0.007293701172 +0.007110595703 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.261718750000 0.175781250000 +0.201171875000 0.108886718750 0.091796875000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.394531250000 0.000000000000 0.000000000000 0.089843750000 +0.026000976562 0.119628906250 0.030517578125 0.000000000000 +0.000000000000 0.141601562500 0.029907226562 0.148437500000 +0.000000000000 0.000000000000 0.000000000000 0.000193595886 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.402343750000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.153320312500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.059814453125 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.035156250000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.145507812500 0.244140625000 +0.118652343750 0.054687500000 0.206054687500 0.000000000000 +0.000000000000 0.000000000000 0.043945312500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.386718750000 0.000000000000 0.000000000000 0.230468750000 +0.094238281250 0.251953125000 0.000000000000 0.000000000000 +0.000000000000 0.059570312500 0.000000000000 0.196289062500 +0.091308593750 0.000000000000 0.038085937500 0.006256103516 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.091308593750 0.027587890625 0.000000000000 +0.000000000000 0.000000000000 0.139648437500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.163085937500 0.119628906250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.142578125000 0.000000000000 0.000000000000 0.257812500000 +0.000000000000 0.000000000000 0.271484375000 0.000000000000 +0.000000000000 0.001541137695 0.201171875000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.267578125000 0.000000000000 0.000000000000 0.235351562500 +0.108398437500 0.283203125000 0.000000000000 0.074707031250 +0.000000000000 0.000000000000 0.000000000000 0.184570312500 +0.328125000000 0.006378173828 0.107421875000 0.004852294922 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.112792968750 0.000000000000 0.122558593750 0.000000000000 +0.000000000000 0.035888671875 0.089843750000 0.000000000000 +0.099121093750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.353515625000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.171875000000 0.000000000000 0.000000000000 +0.273437500000 0.000000000000 0.000000000000 0.143554687500 +0.000000000000 0.000000000000 0.250000000000 0.000000000000 +0.000000000000 0.095703125000 0.217773437500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.130859375000 +0.070800781250 0.265625000000 0.000000000000 0.235351562500 +0.000000000000 0.000000000000 0.000000000000 0.035156250000 +0.398437500000 0.005035400391 0.138671875000 0.012756347656 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.198242187500 0.000000000000 0.172851562500 0.078125000000 +0.000000000000 0.124511718750 0.000000000000 0.000000000000 +0.133789062500 0.000000000000 0.000000000000 0.099121093750 +0.000000000000 0.000000000000 0.400390625000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.339843750000 0.000000000000 0.081542968750 +0.367187500000 0.013000488281 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.132812500000 0.000000000000 +0.000000000000 0.078125000000 0.117675781250 0.000000000000 +0.000000000000 0.051513671875 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.050781250000 0.000000000000 +0.000000000000 0.170898437500 0.000000000000 0.263671875000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.367187500000 0.000000000000 0.115234375000 0.025634765625 +0.206054687500 0.000000000000 0.000000000000 0.000000000000 +0.229492187500 0.000000000000 0.121582031250 0.144531250000 +0.144531250000 0.143554687500 0.000000000000 0.000000000000 +0.194335937500 0.034912109375 0.000000000000 0.168945312500 +0.000000000000 0.000000000000 0.287109375000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.157226562500 0.000000000000 +0.000000000000 0.457031250000 0.000000000000 0.192382812500 +0.353515625000 0.055908203125 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.005676269531 0.000000000000 +0.052001953125 0.058349609375 0.000000000000 0.008666992188 +0.000000000000 0.101562500000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.122070312500 0.000000000000 +0.000000000000 0.021240234375 0.000000000000 0.228515625000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.255859375000 0.000000000000 0.094726562500 0.000000000000 +0.308593750000 0.000000000000 0.000000000000 0.247070312500 +0.251953125000 0.000000000000 0.000000000000 0.119140625000 +0.195312500000 0.006683349609 0.000000000000 0.000000000000 +0.141601562500 0.257812500000 0.000000000000 0.218750000000 +0.000000000000 0.009643554688 0.124023437500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.180664062500 0.000000000000 +0.000000000000 0.447265625000 0.000000000000 0.310546875000 +0.333984375000 0.077636718750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.114746093750 0.000000000000 0.000000000000 0.059814453125 +0.000000000000 0.167968750000 0.015075683594 0.000000000000 +0.000000000000 0.000000000000 0.075195312500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.064941406250 +0.031250000000 0.000000000000 0.000000000000 0.000000000000 +0.108398437500 0.000000000000 0.049072265625 0.037841796875 +0.324218750000 0.000000000000 0.021606445312 0.458984375000 +0.292968750000 0.000000000000 0.000000000000 0.041748046875 +0.196289062500 0.000000000000 0.000000000000 0.000000000000 +0.098144531250 0.351562500000 0.000000000000 0.153320312500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.021362304688 0.000000000000 +0.000000000000 0.000000000000 0.202148437500 0.000000000000 +0.000000000000 0.380859375000 0.000000000000 0.373046875000 +0.239257812500 0.063476562500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.105468750000 0.000000000000 0.000000000000 0.040039062500 +0.000000000000 0.180664062500 0.034423828125 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.046386718750 0.000000000000 0.074707031250 0.000000000000 +0.004455566406 0.000000000000 0.054443359375 0.000000000000 +0.206054687500 0.000000000000 0.027343750000 0.542968750000 +0.318359375000 0.000000000000 0.000000000000 0.000000000000 +0.035644531250 0.000000000000 0.000000000000 0.000000000000 +0.051757812500 0.361328125000 0.000000000000 0.092285156250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.120117187500 0.062988281250 +0.000000000000 0.000000000000 0.168945312500 0.000000000000 +0.000000000000 0.265625000000 0.000000000000 0.412109375000 +0.190429687500 0.064453125000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.070800781250 0.000000000000 0.000000000000 0.008361816406 +0.000000000000 0.153320312500 0.008056640625 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.091308593750 0.000000000000 +0.000000000000 0.000000000000 0.101074218750 0.060302734375 +0.060302734375 0.000000000000 0.078613281250 0.527343750000 +0.369140625000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.011596679688 0.298828125000 0.000000000000 0.040283203125 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.119140625000 0.135742187500 +0.000000000000 0.000000000000 0.111816406250 0.000000000000 +0.000000000000 0.237304687500 0.000000000000 0.402343750000 +0.152343750000 0.043945312500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.049560546875 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.131835937500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.104980468750 0.000000000000 +0.081054687500 0.000000000000 0.137695312500 0.012207031250 +0.000000000000 0.000000000000 0.020019531250 0.507812500000 +0.441406250000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.029296875000 0.214843750000 0.000000000000 0.040771484375 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.073730468750 0.155273437500 +0.000000000000 0.000000000000 0.088378906250 0.000000000000 +0.000000000000 0.246093750000 0.000000000000 0.392578125000 +0.188476562500 0.047119140625 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.054687500000 0.000000000000 +0.000000000000 0.000000000000 0.018066406250 0.000000000000 +0.000000000000 0.110351562500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.093750000000 0.000000000000 +0.171875000000 0.000000000000 0.165039062500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.453125000000 +0.464843750000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.069335937500 0.196289062500 0.000000000000 0.154296875000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.045410156250 +0.000000000000 0.000000000000 0.070312500000 0.000000000000 +0.000000000000 0.341796875000 0.000000000000 0.419921875000 +0.257812500000 0.102050781250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.086914062500 0.000000000000 +0.038085937500 0.029418945312 0.109863281250 0.000000000000 +0.000000000000 0.164062500000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.030761718750 +0.000000000000 0.000000000000 0.094238281250 0.000000000000 +0.283203125000 0.000000000000 0.191406250000 0.008544921875 +0.000000000000 0.000000000000 0.000183105469 0.470703125000 +0.519531250000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.137695312500 0.240234375000 0.000000000000 0.198242187500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.192382812500 0.000000000000 +0.000000000000 0.412109375000 0.000000000000 0.455078125000 +0.279296875000 0.189453125000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.066894531250 0.000000000000 +0.082519531250 0.026245117188 0.059326171875 0.000000000000 +0.000000000000 0.191406250000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.052734375000 +0.000000000000 0.000000000000 0.080078125000 0.000000000000 +0.289062500000 0.000000000000 0.191406250000 0.000000000000 +0.007690429688 0.000000000000 0.021850585938 0.585937500000 +0.531250000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.140625000000 0.330078125000 0.000000000000 0.202148437500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.246093750000 0.000000000000 +0.000000000000 0.429687500000 0.000000000000 0.492187500000 +0.285156250000 0.165039062500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.084960937500 0.010986328125 0.031738281250 0.116699218750 +0.000000000000 0.217773437500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.059570312500 +0.000000000000 0.000000000000 0.085937500000 0.000000000000 +0.243164062500 0.000000000000 0.184570312500 0.007507324219 +0.045898437500 0.000000000000 0.020141601562 0.710937500000 +0.539062500000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.138671875000 0.375000000000 0.000000000000 0.115234375000 +0.108398437500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.005706787109 0.075683593750 +0.000000000000 0.000000000000 0.312500000000 0.000000000000 +0.000000000000 0.402343750000 0.000000000000 0.478515625000 +0.250000000000 0.120117187500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.082031250000 0.000000000000 0.000000000000 0.160156250000 +0.000000000000 0.167968750000 0.036132812500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.055908203125 +0.000000000000 0.000000000000 0.056640625000 0.000000000000 +0.082519531250 0.000000000000 0.165039062500 0.000000000000 +0.044677734375 0.000000000000 0.046875000000 0.753906250000 +0.464843750000 0.000000000000 0.000000000000 0.000000000000 +0.007446289062 0.000000000000 0.000000000000 0.000000000000 +0.102050781250 0.339843750000 0.000000000000 0.000000000000 +0.237304687500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000595092773 0.063476562500 0.208007812500 +0.000000000000 0.000000000000 0.330078125000 0.000000000000 +0.000000000000 0.255859375000 0.000000000000 0.431640625000 +0.149414062500 0.062255859375 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.195312500000 +0.000000000000 0.106933593750 0.153320312500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.023803710938 0.000000000000 +0.000000000000 0.000000000000 0.137695312500 0.010864257812 +0.000000000000 0.000000000000 0.031250000000 0.703125000000 +0.330078125000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.232421875000 0.000000000000 0.000000000000 +0.289062500000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.014526367188 0.088378906250 0.263671875000 +0.000000000000 0.000000000000 0.243164062500 0.000000000000 +0.000000000000 0.033935546875 0.000000000000 0.289062500000 +0.006408691406 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.019653320312 +0.000000000000 0.000000000000 0.000000000000 0.219726562500 +0.063964843750 0.000000000000 0.229492187500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.057861328125 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.092773437500 0.047851562500 +0.000000000000 0.124511718750 0.000000000000 0.535156250000 +0.084472656250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.030029296875 +0.000000000000 0.051269531250 0.000000000000 0.000000000000 +0.261718750000 0.000000000000 0.000000000000 0.000000000000 +0.122070312500 0.000000000000 0.102539062500 0.243164062500 +0.000000000000 0.036865234375 0.052490234375 0.092773437500 +0.000000000000 0.000000000000 0.000000000000 0.055419921875 +0.000000000000 0.000000000000 0.113281250000 0.000000000000 +0.146484375000 0.000000000000 0.000000000000 0.110839843750 +0.000000000000 0.000000000000 0.000000000000 0.086914062500 +0.092285156250 0.000000000000 0.206054687500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.190429687500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.001983642578 0.000000000000 +0.000000000000 0.215820312500 0.000000000000 0.161132812500 +0.000000000000 0.158203125000 0.000000000000 0.012268066406 +0.000000000000 0.000000000000 0.000000000000 0.058593750000 +0.000000000000 0.000000000000 0.000117778778 0.000000000000 +0.098632812500 0.000000000000 0.000000000000 0.000000000000 +0.184570312500 0.000000000000 0.064453125000 0.113281250000 +0.000000000000 0.202148437500 0.000000000000 0.175781250000 +0.012084960938 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.203125000000 0.020507812500 +0.228515625000 0.000000000000 0.000000000000 0.121093750000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.078613281250 0.000000000000 0.114746093750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.213867187500 0.000000000000 +0.000000000000 0.035888671875 0.000000000000 0.046630859375 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.198242187500 0.000000000000 0.000000000000 +0.000000000000 0.253906250000 0.000000000000 0.021606445312 +0.000000000000 0.000000000000 0.000000000000 0.021362304688 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.077148437500 +0.165039062500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.289062500000 0.000000000000 0.182617187500 +0.053710937500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.218750000000 0.130859375000 +0.228515625000 0.000000000000 0.000000000000 0.072265625000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.002197265625 0.000000000000 +0.014221191406 0.000000000000 0.000000000000 0.000000000000 +0.026489257812 0.087890625000 0.091796875000 0.000000000000 +0.000000000000 0.131835937500 0.000000000000 0.265625000000 +0.000000000000 0.000000000000 0.000000000000 0.015441894531 +0.000000000000 0.049072265625 0.000000000000 0.000000000000 +0.000000000000 0.253906250000 0.000000000000 0.011047363281 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.234375000000 +0.002960205078 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.294921875000 0.000000000000 0.137695312500 +0.049316406250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.124023437500 0.101074218750 +0.110351562500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.175781250000 0.000000000000 0.000000000000 0.000000000000 +0.253906250000 0.125976562500 0.000000000000 0.000000000000 +0.000000000000 0.194335937500 0.013122558594 0.279296875000 +0.000000000000 0.000000000000 0.000000000000 0.026611328125 +0.033935546875 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.154296875000 0.000000000000 0.000000000000 +0.000000000000 0.062500000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.246093750000 +0.000000000000 0.000000000000 0.000000000000 0.150390625000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.182617187500 0.000000000000 0.000000000000 +0.000000000000 0.008117675781 0.000000000000 0.058593750000 +0.007812500000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.120117187500 0.000000000000 0.000000000000 +0.185546875000 0.000000000000 0.000000000000 0.000000000000 +0.269531250000 0.078613281250 0.000000000000 0.000000000000 +0.027343750000 0.218750000000 0.090332031250 0.135742187500 +0.089355468750 0.000000000000 0.000000000000 0.000000000000 +0.141601562500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.073242187500 0.000000000000 0.000000000000 +0.000000000000 0.075195312500 0.000000000000 0.318359375000 +0.000000000000 0.000000000000 0.000000000000 0.011779785156 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.020263671875 0.000000000000 0.000000000000 +0.000000000000 0.127929687500 0.000000000000 0.261718750000 +0.084960937500 0.071777343750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.220703125000 0.000000000000 0.000000000000 +0.062255859375 0.000000000000 0.000000000000 0.000000000000 +0.155273437500 0.000000000000 0.000000000000 0.000000000000 +0.061035156250 0.171875000000 0.107910156250 0.000000000000 +0.153320312500 0.000000000000 0.000000000000 0.005981445312 +0.169921875000 0.000000000000 0.000000000000 0.000000000000 +0.147460937500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.191406250000 0.000000000000 0.279296875000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.007171630859 0.026977539062 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.174804687500 0.003341674805 0.380859375000 +0.085449218750 0.130859375000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.222656250000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.041259765625 0.095703125000 0.112304687500 0.000000000000 +0.127929687500 0.000000000000 0.029663085938 0.007171630859 +0.105468750000 0.000000000000 0.014770507812 0.287109375000 +0.249023437500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.012756347656 0.223632812500 0.000000000000 0.081542968750 +0.057861328125 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.115234375000 0.096679687500 0.179687500000 +0.000000000000 0.000000000000 0.134765625000 0.000000000000 +0.000000000000 0.142578125000 0.056640625000 0.390625000000 +0.053955078125 0.094726562500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.197265625000 0.014526367188 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.011901855469 0.082031250000 0.000000000000 +0.000000000000 0.000000000000 0.098144531250 0.017944335938 +0.000000000000 0.000000000000 0.000000000000 0.443359375000 +0.253906250000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.018676757812 0.102050781250 0.000000000000 0.000000000000 +0.142578125000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.050781250000 0.064941406250 0.283203125000 +0.000000000000 0.000000000000 0.161132812500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.259765625000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.109375000000 0.000000000000 0.020629882812 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.013488769531 0.000000000000 +0.000000000000 0.000000000000 0.108398437500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.371093750000 +0.166992187500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.102050781250 +0.000000000000 0.000000000000 0.014465332031 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.184570312500 0.000000000000 0.202148437500 +0.150390625000 0.022705078125 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.112792968750 0.000000000000 +0.000000000000 0.000000000000 0.033935546875 0.000000000000 +0.000000000000 0.069824218750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.014160156250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.022460937500 0.000000000000 +0.240234375000 0.000000000000 0.092773437500 0.092773437500 +0.052734375000 0.000000000000 0.000000000000 0.014282226562 +0.174804687500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.046386718750 0.187500000000 0.000000000000 0.122070312500 +0.000000000000 0.009887695312 0.008972167969 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.090332031250 0.000000000000 +0.000000000000 0.312500000000 0.013305664062 0.226562500000 +0.216796875000 0.007873535156 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.063476562500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.178710937500 0.031738281250 0.000000000000 +0.000000000000 0.000000000000 0.013183593750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.034667968750 0.000000000000 0.001869201660 0.000000000000 +0.063964843750 0.000000000000 0.051269531250 0.000000000000 +0.255859375000 0.000000000000 0.000000000000 0.265625000000 +0.137695312500 0.000000000000 0.000000000000 0.027099609375 +0.089843750000 0.000000000000 0.000000000000 0.000000000000 +0.019653320312 0.281250000000 0.000000000000 0.113281250000 +0.000000000000 0.003387451172 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.040527343750 0.000000000000 +0.000000000000 0.000000000000 0.084960937500 0.000000000000 +0.000000000000 0.279296875000 0.000000000000 0.298828125000 +0.180664062500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.059570312500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.126953125000 0.032714843750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.043945312500 0.020141601562 0.050048828125 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.210937500000 0.000000000000 0.006591796875 0.343750000000 +0.196289062500 0.000000000000 0.000000000000 0.000000000000 +0.005401611328 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.279296875000 0.000000000000 0.063964843750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.125976562500 0.026977539062 +0.000000000000 0.000000000000 0.075195312500 0.000000000000 +0.000000000000 0.186523437500 0.000000000000 0.332031250000 +0.111328125000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.024291992188 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.125976562500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.023315429688 0.074707031250 0.000000000000 +0.000000000000 0.000000000000 0.050292968750 0.000000000000 +0.054199218750 0.000000000000 0.013000488281 0.363281250000 +0.279296875000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.185546875000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.125976562500 0.207031250000 +0.000000000000 0.000000000000 0.051269531250 0.000000000000 +0.000000000000 0.089843750000 0.000000000000 0.320312500000 +0.081542968750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.010131835938 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.084960937500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.066894531250 0.000000000000 +0.011779785156 0.000000000000 0.128906250000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.341796875000 +0.345703125000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.019409179688 0.017456054688 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.024291992188 0.236328125000 +0.000000000000 0.000000000000 0.023437500000 0.000000000000 +0.000000000000 0.038085937500 0.000000000000 0.259765625000 +0.118164062500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.109375000000 0.000000000000 +0.000000000000 0.000000000000 0.035156250000 0.000000000000 +0.010375976562 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.006439208984 +0.000000000000 0.000000000000 0.000000000000 0.043212890625 +0.000000000000 0.000000000000 0.036376953125 0.000000000000 +0.109863281250 0.000000000000 0.195312500000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.255859375000 +0.369140625000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.065429687500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.157226562500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.104980468750 0.000000000000 0.178710937500 +0.191406250000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.150390625000 0.000000000000 +0.000000000000 0.014770507812 0.079589843750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.047607421875 +0.000000000000 0.018066406250 0.000000000000 0.202148437500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.180664062500 0.000000000000 0.211914062500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.153320312500 +0.361328125000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.104003906250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.112304687500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.016113281250 0.000000000000 +0.000000000000 0.211914062500 0.000000000000 0.124023437500 +0.259765625000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.140625000000 0.000000000000 +0.000000000000 0.050537109375 0.072753906250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.008728027344 +0.000000000000 0.038330078125 0.000000000000 0.267578125000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.207031250000 0.000000000000 0.204101562500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.099121093750 +0.322265625000 0.000000000000 0.000000000000 0.009399414062 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.115722656250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.149414062500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.062500000000 0.000000000000 +0.000000000000 0.314453125000 0.000000000000 0.153320312500 +0.294921875000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.076171875000 0.000000000000 +0.000000000000 0.050537109375 0.006713867188 0.000000000000 +0.000000000000 0.004638671875 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.024291992188 0.000000000000 0.255859375000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.193359375000 0.000000000000 0.155273437500 0.000000000000 +0.086425781250 0.000000000000 0.000000000000 0.172851562500 +0.273437500000 0.000000000000 0.000000000000 0.063476562500 +0.064453125000 0.000000000000 0.000000000000 0.000000000000 +0.108398437500 0.110351562500 0.000000000000 0.095703125000 +0.000000000000 0.000000000000 0.107421875000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.119628906250 0.000000000000 +0.000000000000 0.363281250000 0.000000000000 0.228515625000 +0.289062500000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.041259765625 0.010803222656 0.000000000000 0.019287109375 +0.000000000000 0.083007812500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.005676269531 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.152343750000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.117187500000 0.000000000000 0.089843750000 0.000000000000 +0.214843750000 0.000000000000 0.000000000000 0.304687500000 +0.225585937500 0.000000000000 0.000000000000 0.061767578125 +0.125976562500 0.000000000000 0.000000000000 0.000000000000 +0.091796875000 0.247070312500 0.000000000000 0.099121093750 +0.003234863281 0.001556396484 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.170898437500 0.000000000000 +0.000000000000 0.339843750000 0.000000000000 0.291015625000 +0.235351562500 0.010192871094 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.046386718750 0.000000000000 0.000000000000 0.032958984375 +0.000000000000 0.110839843750 0.059326171875 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.010070800781 0.000000000000 0.006774902344 0.000000000000 +0.000000000000 0.000000000000 0.038818359375 0.000000000000 +0.225585937500 0.000000000000 0.000000000000 0.414062500000 +0.203125000000 0.000000000000 0.000000000000 0.005615234375 +0.108398437500 0.000000000000 0.000000000000 0.000000000000 +0.041259765625 0.259765625000 0.000000000000 0.000000000000 +0.079101562500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.058105468750 0.006591796875 +0.000000000000 0.000000000000 0.176757812500 0.000000000000 +0.000000000000 0.215820312500 0.000000000000 0.298828125000 +0.127929687500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000938415527 0.000000000000 0.000000000000 0.033935546875 +0.000000000000 0.087890625000 0.093261718750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.013488769531 0.000000000000 +0.000000000000 0.000000000000 0.034667968750 0.000000000000 +0.110839843750 0.000000000000 0.000000000000 0.435546875000 +0.179687500000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.172851562500 0.000000000000 0.000000000000 +0.125000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.006622314453 0.095703125000 0.224609375000 +0.000000000000 0.000000000000 0.132812500000 0.000000000000 +0.000000000000 0.015197753906 0.000000000000 0.239257812500 +0.008178710938 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.001235961914 +0.004852294922 0.000000000000 0.082519531250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.004669189453 0.000000000000 +0.000000000000 0.000000000000 0.058593750000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.351562500000 +0.121582031250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.125000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.064453125000 0.271484375000 +0.000000000000 0.000000000000 0.015258789062 0.000444412231 +0.000000000000 0.000000000000 0.000000000000 0.092285156250 +0.000000000000 0.000000000000 0.036132812500 0.000000000000 +0.074707031250 0.000000000000 0.000000000000 0.077148437500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.062988281250 0.000000000000 0.030029296875 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.152343750000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.065917968750 0.000000000000 +0.000000000000 0.026367187500 0.000000000000 0.106445312500 +0.006774902344 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.070800781250 0.000000000000 0.000000000000 0.000000000000 +0.005096435547 0.000000000000 0.000000000000 0.198242187500 +0.000000000000 0.000000000000 0.000000000000 0.115234375000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.087402343750 0.111816406250 +0.149414062500 0.000000000000 0.009399414062 0.150390625000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.057128906250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.088867187500 +0.000000000000 0.072753906250 0.205078125000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.058593750000 0.000000000000 +0.000000000000 0.024169921875 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.030517578125 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.017211914062 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.033691406250 0.000000000000 0.176757812500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.079589843750 0.191406250000 +0.151367187500 0.000000000000 0.037841796875 0.144531250000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.092773437500 +0.000000000000 0.176757812500 0.152343750000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.218750000000 +0.000000000000 0.000000000000 0.018432617188 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.096191406250 0.113769531250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.083007812500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.102539062500 0.000000000000 0.174804687500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.024902343750 0.000000000000 0.011535644531 0.175781250000 +0.069335937500 0.000000000000 0.028320312500 0.027465820312 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.090820312500 0.199218750000 0.000000000000 0.000000000000 +0.000000000000 0.008056640625 0.000000000000 0.292968750000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.101074218750 0.132812500000 +0.000000000000 0.147460937500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.014709472656 +0.000000000000 0.000000000000 0.000000000000 0.108398437500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.107910156250 0.000000000000 0.100097656250 +0.000000000000 0.027709960938 0.000000000000 0.000000000000 +0.086425781250 0.000000000000 0.000000000000 0.062500000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.056640625000 0.000000000000 +0.175781250000 0.170898437500 0.000000000000 0.000000000000 +0.000000000000 0.085937500000 0.000000000000 0.248046875000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.210937500000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.008178710938 0.105468750000 +0.000000000000 0.214843750000 0.000000000000 0.000000000000 +0.000000000000 0.007690429688 0.000000000000 0.275390625000 +0.000000000000 0.000000000000 0.000000000000 0.059814453125 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.078613281250 0.000000000000 0.000000000000 +0.000000000000 0.169921875000 0.000000000000 0.102539062500 +0.112304687500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.004852294922 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.127929687500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.063964843750 0.000000000000 +0.167968750000 0.052734375000 0.000000000000 0.000000000000 +0.132812500000 0.140625000000 0.041992187500 0.001892089844 +0.005126953125 0.000000000000 0.000000000000 0.000000000000 +0.324218750000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.007293701172 +0.000000000000 0.170898437500 0.000000000000 0.000000000000 +0.000000000000 0.279296875000 0.000000000000 0.398437500000 +0.000000000000 0.019165039062 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.045898437500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.249023437500 0.000000000000 0.316406250000 +0.115234375000 0.079101562500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.092285156250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.261718750000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.024902343750 0.000000000000 +0.071289062500 0.000000000000 0.000000000000 0.000000000000 +0.230468750000 0.165039062500 0.120605468750 0.000000000000 +0.009948730469 0.000000000000 0.000000000000 0.000000000000 +0.339843750000 0.000000000000 0.028930664062 0.137695312500 +0.102539062500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.457031250000 0.000000000000 0.398437500000 +0.000000000000 0.026123046875 0.000000000000 0.000000000000 +0.000000000000 0.074707031250 0.228515625000 0.000000000000 +0.000000000000 0.000000000000 0.011657714844 0.000000000000 +0.000000000000 0.259765625000 0.000000000000 0.478515625000 +0.094238281250 0.141601562500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.102539062500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.308593750000 0.005493164062 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.239257812500 0.160156250000 0.173828125000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.263671875000 0.000000000000 0.093261718750 0.429687500000 +0.239257812500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.515625000000 0.000000000000 0.312500000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.165039062500 0.339843750000 0.054687500000 +0.000000000000 0.000000000000 0.074707031250 0.000000000000 +0.000000000000 0.233398437500 0.000000000000 0.546875000000 +0.052246093750 0.142578125000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.101074218750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.300781250000 0.018920898438 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.178710937500 0.134765625000 0.195312500000 0.000000000000 +0.000000000000 0.000000000000 0.017211914062 0.000000000000 +0.108398437500 0.000000000000 0.105468750000 0.585937500000 +0.326171875000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.500000000000 0.000000000000 0.160156250000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.188476562500 0.363281250000 0.267578125000 +0.000000000000 0.000000000000 0.090332031250 0.000000000000 +0.000000000000 0.168945312500 0.000000000000 0.546875000000 +0.020874023438 0.092773437500 0.000000000000 0.000000000000 +0.000000000000 0.050781250000 0.000000000000 0.000000000000 +0.047119140625 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.247070312500 0.009826660156 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.057373046875 0.086914062500 0.191406250000 0.000000000000 +0.000000000000 0.000000000000 0.075195312500 0.000000000000 +0.000000000000 0.000000000000 0.085937500000 0.617187500000 +0.361328125000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.392578125000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.158203125000 0.332031250000 0.347656250000 +0.000000000000 0.000000000000 0.082031250000 0.000000000000 +0.000000000000 0.100097656250 0.000000000000 0.492187500000 +0.015380859375 0.024169921875 0.000000000000 0.000000000000 +0.000000000000 0.071777343750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.041748046875 0.156250000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.034179687500 0.165039062500 0.000000000000 +0.000000000000 0.000000000000 0.122070312500 0.000000000000 +0.000000000000 0.000000000000 0.035156250000 0.566406250000 +0.369140625000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.231445312500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.055419921875 0.225585937500 0.359375000000 +0.000000000000 0.000000000000 0.040771484375 0.000000000000 +0.000000000000 0.042724609375 0.000000000000 0.398437500000 +0.043945312500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.062988281250 0.045410156250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.053955078125 0.063476562500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.112304687500 0.000000000000 +0.000000000000 0.000000000000 0.163085937500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.443359375000 +0.369140625000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.008605957031 0.000000000000 +0.020385742188 0.036132812500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.054931640625 0.300781250000 +0.000000000000 0.000000000000 0.014648437500 0.000000000000 +0.000000000000 0.030151367188 0.000000000000 0.283203125000 +0.105957031250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.003890991211 0.112304687500 0.000000000000 +0.000000000000 0.000000000000 0.032226562500 0.000000000000 +0.040039062500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.016235351562 +0.000000000000 0.000000000000 0.000000000000 0.032958984375 +0.000000000000 0.000000000000 0.052246093750 0.000000000000 +0.094238281250 0.000000000000 0.199218750000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.292968750000 +0.373046875000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.007568359375 0.000000000000 +0.090332031250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.209960937500 +0.000000000000 0.000000000000 0.003814697266 0.000000000000 +0.000000000000 0.059326171875 0.000000000000 0.175781250000 +0.178710937500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.170898437500 0.000000000000 +0.000000000000 0.005096435547 0.100097656250 0.000000000000 +0.010925292969 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.123046875000 +0.000000000000 0.033935546875 0.000000000000 0.211914062500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.191406250000 0.000000000000 0.229492187500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.158203125000 +0.375000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.168945312500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.184570312500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.084960937500 +0.000000000000 0.000000000000 0.029663085938 0.000000000000 +0.000000000000 0.100585937500 0.000000000000 0.081054687500 +0.250000000000 0.000000000000 0.000000000000 0.036621093750 +0.000000000000 0.000000000000 0.194335937500 0.000000000000 +0.000000000000 0.066894531250 0.127929687500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.176757812500 +0.000000000000 0.115722656250 0.000000000000 0.375000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.253906250000 0.000000000000 0.251953125000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.062500000000 +0.373046875000 0.000000000000 0.056640625000 0.001823425293 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.226562500000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.347656250000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.056884765625 0.000000000000 +0.000000000000 0.155273437500 0.000000000000 0.000000000000 +0.320312500000 0.000000000000 0.000000000000 0.063476562500 +0.000000000000 0.000000000000 0.196289062500 0.000000000000 +0.000000000000 0.114746093750 0.135742187500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.185546875000 +0.000000000000 0.176757812500 0.000000000000 0.500000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.283203125000 0.081054687500 0.253906250000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000212669373 +0.355468750000 0.000000000000 0.174804687500 0.109375000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.246093750000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.443359375000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.077148437500 0.000000000000 +0.000000000000 0.222656250000 0.000000000000 0.000000000000 +0.359375000000 0.000000000000 0.000000000000 0.062988281250 +0.000000000000 0.000000000000 0.180664062500 0.000000000000 +0.000000000000 0.128906250000 0.106933593750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.146484375000 +0.000000000000 0.185546875000 0.000000000000 0.550781250000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.279296875000 0.116210937500 0.244140625000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.312500000000 0.000000000000 0.222656250000 0.199218750000 +0.084472656250 0.000000000000 0.000000000000 0.000000000000 +0.246093750000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.457031250000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.098632812500 0.000000000000 +0.000000000000 0.287109375000 0.000000000000 0.000000000000 +0.373046875000 0.000000000000 0.000000000000 0.015747070312 +0.000000000000 0.000000000000 0.119140625000 0.000000000000 +0.000000000000 0.122558593750 0.035644531250 0.039550781250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.024902343750 0.015869140625 +0.000000000000 0.172851562500 0.000000000000 0.539062500000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.246093750000 0.111328125000 0.202148437500 0.000000000000 +0.051025390625 0.000000000000 0.000000000000 0.000000000000 +0.251953125000 0.000000000000 0.221679687500 0.247070312500 +0.192382812500 0.000000000000 0.000000000000 0.000000000000 +0.217773437500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.412109375000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.108398437500 0.000000000000 +0.000000000000 0.326171875000 0.000000000000 0.006072998047 +0.367187500000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.024536132812 0.000000000000 +0.000000000000 0.079589843750 0.000000000000 0.052978515625 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.083007812500 0.000000000000 +0.000000000000 0.112792968750 0.000000000000 0.445312500000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.155273437500 0.072753906250 0.135742187500 0.000000000000 +0.178710937500 0.000000000000 0.000000000000 0.059082031250 +0.181640625000 0.000000000000 0.137695312500 0.248046875000 +0.246093750000 0.015991210938 0.000000000000 0.000000000000 +0.159179687500 0.002822875977 0.000000000000 0.002624511719 +0.000000000000 0.000000000000 0.255859375000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.105957031250 0.000000000000 +0.000000000000 0.339843750000 0.000000000000 0.097656250000 +0.324218750000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.005004882812 0.017333984375 0.000000000000 0.049316406250 +0.000000000000 0.002288818359 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.094238281250 0.000000000000 +0.000000000000 0.019775390625 0.000000000000 0.265625000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.055175781250 0.000000000000 0.064941406250 0.000000000000 +0.261718750000 0.000000000000 0.000000000000 0.149414062500 +0.130859375000 0.000000000000 0.000000000000 0.196289062500 +0.236328125000 0.000000000000 0.000000000000 0.000000000000 +0.082031250000 0.175781250000 0.000000000000 0.090332031250 +0.000000000000 0.014404296875 0.045898437500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.095703125000 0.000000000000 +0.000000000000 0.326171875000 0.000000000000 0.202148437500 +0.257812500000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.054199218750 0.000000000000 0.000000000000 0.014221191406 +0.000000000000 0.079101562500 0.035156250000 0.000000000000 +0.000000000000 0.000000000000 0.061523437500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.044921875000 +0.030029296875 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.004272460938 0.000000000000 +0.271484375000 0.000000000000 0.000000000000 0.247070312500 +0.122558593750 0.000000000000 0.000000000000 0.086425781250 +0.171875000000 0.000000000000 0.000000000000 0.000000000000 +0.010437011719 0.287109375000 0.000000000000 0.128906250000 +0.000000000000 0.010559082031 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.036132812500 0.000000000000 +0.000000000000 0.000000000000 0.075195312500 0.000000000000 +0.000000000000 0.287109375000 0.000000000000 0.294921875000 +0.184570312500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.067871093750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.137695312500 0.033691406250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.052001953125 0.030639648438 0.056640625000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.223632812500 0.000000000000 0.009216308594 0.324218750000 +0.190429687500 0.000000000000 0.000000000000 0.000000000000 +0.013000488281 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.302734375000 0.000000000000 0.120117187500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.140625000000 0.000000000000 +0.000000000000 0.000000000000 0.052001953125 0.000000000000 +0.000000000000 0.215820312500 0.000000000000 0.357421875000 +0.128906250000 0.020141601562 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.050048828125 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.148437500000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.011230468750 0.040039062500 0.096191406250 0.000000000000 +0.000000000000 0.000000000000 0.035888671875 0.000000000000 +0.089355468750 0.000000000000 0.023437500000 0.371093750000 +0.292968750000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.249023437500 0.000000000000 0.049072265625 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.146484375000 0.153320312500 +0.000000000000 0.000000000000 0.047851562500 0.000000000000 +0.000000000000 0.150390625000 0.000000000000 0.369140625000 +0.099121093750 0.031738281250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.138671875000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.013122558594 0.097656250000 0.000000000000 +0.058837890625 0.000000000000 0.117187500000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.380859375000 +0.386718750000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.041015625000 0.119140625000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.075195312500 0.253906250000 +0.000000000000 0.000000000000 0.059570312500 0.000000000000 +0.000000000000 0.101074218750 0.000000000000 0.339843750000 +0.125000000000 0.011718750000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.088378906250 0.000000000000 +0.000000000000 0.000000000000 0.038574218750 0.000000000000 +0.000000000000 0.075195312500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.067382812500 0.000000000000 +0.134765625000 0.000000000000 0.197265625000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.363281250000 +0.441406250000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.103515625000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.263671875000 +0.000000000000 0.000000000000 0.083984375000 0.000000000000 +0.000000000000 0.074707031250 0.000000000000 0.257812500000 +0.164062500000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.142578125000 0.000000000000 +0.000000000000 0.003067016602 0.076171875000 0.000000000000 +0.002670288086 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.087890625000 +0.000000000000 0.000000000000 0.000000000000 0.197265625000 +0.000000000000 0.000000000000 0.003082275391 0.000000000000 +0.163085937500 0.000000000000 0.251953125000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.294921875000 +0.441406250000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.147460937500 0.000000000000 0.000000000000 0.000000000000 +0.080078125000 0.000000000000 0.121093750000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.197265625000 +0.000000000000 0.000000000000 0.100585937500 0.000000000000 +0.000000000000 0.059814453125 0.000000000000 0.135742187500 +0.189453125000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.149414062500 0.033203125000 +0.000000000000 0.037109375000 0.065429687500 0.007781982422 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.141601562500 +0.000000000000 0.043457031250 0.000000000000 0.369140625000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.144531250000 0.000000000000 0.259765625000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.194335937500 +0.369140625000 0.000000000000 0.043945312500 0.042236328125 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.153320312500 0.000000000000 0.000000000000 0.000000000000 +0.147460937500 0.000000000000 0.228515625000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.049804687500 +0.000000000000 0.000000000000 0.098632812500 0.038574218750 +0.000000000000 0.036132812500 0.000000000000 0.000000000000 +0.190429687500 0.000000000000 0.000000000000 0.030517578125 +0.000000000000 0.000000000000 0.107421875000 0.129882812500 +0.000000000000 0.031738281250 0.000000000000 0.062988281250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.132812500000 +0.000000000000 0.099609375000 0.011352539062 0.443359375000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.028930664062 0.000000000000 0.233398437500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.057617187500 +0.207031250000 0.000000000000 0.190429687500 0.208984375000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.135742187500 0.000000000000 0.000000000000 0.000000000000 +0.164062500000 0.000000000000 0.255859375000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.061523437500 0.155273437500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.169921875000 0.000000000000 0.000000000000 0.068359375000 +0.000000000000 0.000000000000 0.031127929688 0.186523437500 +0.000000000000 0.000000000000 0.000000000000 0.062988281250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.075195312500 +0.000000000000 0.145507812500 0.054687500000 0.433593750000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.009948730469 0.159179687500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.006347656250 0.000000000000 0.269531250000 0.314453125000 +0.074218750000 0.000000000000 0.000000000000 0.000000000000 +0.077636718750 0.000000000000 0.000000000000 0.000000000000 +0.155273437500 0.000000000000 0.246093750000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.239257812500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.110351562500 0.000000000000 0.000000000000 0.114746093750 +0.065917968750 0.000000000000 0.000000000000 0.217773437500 +0.000000000000 0.000000000000 0.000000000000 0.009704589844 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.021850585938 +0.000000000000 0.186523437500 0.099609375000 0.355468750000 +0.000000000000 0.000000000000 0.000000000000 0.171875000000 +0.000000000000 0.023315429688 0.070312500000 0.000000000000 +0.000000000000 0.074707031250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.314453125000 0.355468750000 +0.077636718750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.109375000000 0.000000000000 0.194335937500 0.000000000000 +0.076171875000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.074218750000 0.000000000000 0.298828125000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.036865234375 0.000000000000 0.028686523438 0.181640625000 +0.163085937500 0.000000000000 0.000000000000 0.235351562500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.023803710938 +0.000000000000 0.238281250000 0.140625000000 0.238281250000 +0.000000000000 0.000000000000 0.000000000000 0.390625000000 +0.000000000000 0.029174804688 0.000000000000 0.000000000000 +0.000000000000 0.111816406250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.337890625000 0.359375000000 +0.022827148438 0.005310058594 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.022583007812 0.000000000000 0.143554687500 0.000000000000 +0.115722656250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.188476562500 0.000000000000 0.326171875000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.099609375000 0.247070312500 +0.218750000000 0.000000000000 0.000000000000 0.229492187500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.050537109375 +0.000000000000 0.000000000000 0.000000000000 0.046386718750 +0.000000000000 0.292968750000 0.139648437500 0.129882812500 +0.000000000000 0.000000000000 0.000000000000 0.578125000000 +0.000000000000 0.036132812500 0.000000000000 0.000000000000 +0.000000000000 0.101074218750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.353515625000 0.343750000000 +0.000000000000 0.098144531250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.125000000000 0.093750000000 +0.107421875000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.253906250000 0.000000000000 0.326171875000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.113769531250 0.283203125000 +0.225585937500 0.000000000000 0.000000000000 0.198242187500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.089355468750 +0.000000000000 0.000000000000 0.000000000000 0.049072265625 +0.066894531250 0.330078125000 0.096191406250 0.037597656250 +0.000000000000 0.000000000000 0.000000000000 0.695312500000 +0.000000000000 0.037109375000 0.000000000000 0.000000000000 +0.000000000000 0.037353515625 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.353515625000 0.318359375000 +0.000000000000 0.212890625000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.129882812500 0.190429687500 +0.065429687500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.281250000000 0.000000000000 0.304687500000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.096679687500 0.277343750000 +0.188476562500 0.000000000000 0.000000000000 0.115234375000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.097167968750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.165039062500 0.333984375000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.714843750000 +0.000000000000 0.030639648438 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.330078125000 0.287109375000 +0.000000000000 0.306640625000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.116699218750 0.214843750000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.277343750000 0.000000000000 0.247070312500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.006988525391 0.000000000000 0.033935546875 0.213867187500 +0.091308593750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.051025390625 +0.000000000000 0.000000000000 0.051757812500 0.000000000000 +0.224609375000 0.304687500000 0.000000000000 0.000000000000 +0.000000000000 0.052246093750 0.000000000000 0.656250000000 +0.000000000000 0.000713348389 0.000000000000 0.000000000000 +0.126953125000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.247070312500 0.241210937500 +0.000000000000 0.343750000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.058105468750 0.196289062500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.250000000000 0.000000000000 0.144531250000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.042724609375 0.000000000000 0.000000000000 0.080078125000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.077636718750 0.000000000000 +0.232421875000 0.219726562500 0.000000000000 0.000000000000 +0.000000000000 0.109375000000 0.000000000000 0.466796875000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.235351562500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.092285156250 0.162109375000 +0.000000000000 0.328125000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.166992187500 +0.000000000000 0.000000000000 0.000000000000 0.110351562500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.179687500000 0.000000000000 0.013610839844 +0.000000000000 0.064941406250 0.000000000000 0.001968383789 +0.069824218750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.064453125000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.061767578125 0.000000000000 +0.208007812500 0.097167968750 0.000000000000 0.000000000000 +0.064453125000 0.150390625000 0.008605957031 0.169921875000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.281250000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.039306640625 +0.000000000000 0.210937500000 0.000000000000 0.000000000000 +0.000000000000 0.112304687500 0.000000000000 0.279296875000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.053710937500 0.000000000000 0.000000000000 +0.000000000000 0.142578125000 0.000000000000 0.200195312500 +0.085449218750 0.005981445312 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.017456054688 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.185546875000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.124511718750 0.000000000000 0.000000000000 0.000000000000 +0.104980468750 0.159179687500 0.083007812500 0.000000000000 +0.020996093750 0.000000000000 0.000000000000 0.000000000000 +0.267578125000 0.000000000000 0.000000000000 0.000000000000 +0.055664062500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.211914062500 0.000000000000 0.283203125000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.107910156250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.162109375000 0.000000000000 0.341796875000 +0.092285156250 0.092285156250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.025146484375 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.224609375000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.076660156250 0.136718750000 0.120117187500 0.000000000000 +0.095703125000 0.000000000000 0.000000000000 0.000000000000 +0.159179687500 0.000000000000 0.000000000000 0.202148437500 +0.271484375000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.213867187500 0.000000000000 0.183593750000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.124023437500 0.084960937500 +0.000000000000 0.000000000000 0.023925781250 0.000000000000 +0.000000000000 0.155273437500 0.000000000000 0.394531250000 +0.114257812500 0.119140625000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.019287109375 0.000000000000 +0.000000000000 0.000000000000 0.004821777344 0.000000000000 +0.000000000000 0.216796875000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.057617187500 0.116210937500 0.000000000000 +0.159179687500 0.000000000000 0.114746093750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.361328125000 +0.433593750000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.062500000000 0.132812500000 0.000000000000 0.002807617188 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.064453125000 0.253906250000 +0.000000000000 0.000000000000 0.087402343750 0.000000000000 +0.000000000000 0.136718750000 0.000000000000 0.388671875000 +0.144531250000 0.090820312500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.094726562500 0.000000000000 +0.000000000000 0.000000000000 0.078125000000 0.000000000000 +0.000000000000 0.137695312500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.084960937500 0.000000000000 +0.194335937500 0.000000000000 0.215820312500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.404296875000 +0.500000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.133789062500 0.000000000000 0.000000000000 0.000000000000 +0.037353515625 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.291015625000 +0.000000000000 0.000000000000 0.142578125000 0.000000000000 +0.000000000000 0.112792968750 0.000000000000 0.302734375000 +0.179687500000 0.011657714844 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.132812500000 0.000000000000 +0.000000000000 0.004333496094 0.093261718750 0.000000000000 +0.013000488281 0.015075683594 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.076171875000 +0.000000000000 0.000000000000 0.000000000000 0.224609375000 +0.000000000000 0.000000000000 0.008911132812 0.000000000000 +0.190429687500 0.000000000000 0.271484375000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.386718750000 +0.494140625000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.158203125000 0.000000000000 0.000000000000 0.000000000000 +0.122558593750 0.000000000000 0.108886718750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.245117187500 +0.000000000000 0.000000000000 0.145507812500 0.000000000000 +0.000000000000 0.081054687500 0.000000000000 0.162109375000 +0.196289062500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.137695312500 0.050781250000 +0.000000000000 0.037597656250 0.058105468750 0.058837890625 +0.024047851562 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.142578125000 +0.000000000000 0.024291992188 0.000000000000 0.400390625000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.127929687500 0.000000000000 0.277343750000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.273437500000 +0.398437500000 0.000000000000 0.034667968750 0.046386718750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.167968750000 0.000000000000 0.000000000000 0.000000000000 +0.172851562500 0.000000000000 0.220703125000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.089355468750 +0.000000000000 0.000000000000 0.120117187500 0.045410156250 +0.000000000000 0.041503906250 0.000000000000 0.000000000000 +0.193359375000 0.000000000000 0.000000000000 0.026489257812 +0.000000000000 0.000000000000 0.102539062500 0.143554687500 +0.000000000000 0.038085937500 0.000000000000 0.085449218750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.138671875000 +0.000000000000 0.091796875000 0.041015625000 0.458984375000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.008117675781 0.000000000000 0.245117187500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.097167968750 +0.214843750000 0.000000000000 0.184570312500 0.212890625000 +0.004302978516 0.000000000000 0.000000000000 0.000000000000 +0.137695312500 0.000000000000 0.000000000000 0.000000000000 +0.179687500000 0.000000000000 0.249023437500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.072753906250 0.163085937500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.166015625000 0.000000000000 0.000000000000 0.073730468750 +0.000000000000 0.000000000000 0.025146484375 0.200195312500 +0.000000000000 0.000000000000 0.000000000000 0.079101562500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.081542968750 +0.000000000000 0.143554687500 0.080078125000 0.443359375000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.012145996094 0.161132812500 0.000000000000 +0.000000000000 0.003692626953 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.271484375000 0.320312500000 +0.074218750000 0.000000000000 0.000000000000 0.000000000000 +0.072753906250 0.000000000000 0.000000000000 0.000000000000 +0.159179687500 0.000000000000 0.232421875000 0.000000000000 +0.000606536865 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.247070312500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.107910156250 0.000000000000 0.000000000000 0.119140625000 +0.071777343750 0.000000000000 0.000000000000 0.222656250000 +0.000000000000 0.000000000000 0.000000000000 0.014160156250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.029052734375 +0.000000000000 0.194335937500 0.104003906250 0.359375000000 +0.000000000000 0.000000000000 0.000000000000 0.186523437500 +0.000000000000 0.028686523438 0.067871093750 0.000000000000 +0.000000000000 0.079589843750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.312500000000 0.361328125000 +0.071289062500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.102050781250 0.000000000000 0.191406250000 0.000000000000 +0.076660156250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.085449218750 0.000000000000 0.296875000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.034667968750 0.000000000000 0.031738281250 0.183593750000 +0.166015625000 0.000000000000 0.000000000000 0.226562500000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.018188476562 +0.000000000000 0.240234375000 0.132812500000 0.231445312500 +0.000000000000 0.000000000000 0.000000000000 0.410156250000 +0.000000000000 0.032226562500 0.000000000000 0.000000000000 +0.000000000000 0.103515625000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.339843750000 0.361328125000 +0.022949218750 0.017700195312 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.016723632812 0.000000000000 0.145507812500 0.000000000000 +0.110839843750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.196289062500 0.000000000000 0.324218750000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.100585937500 0.250000000000 +0.220703125000 0.000000000000 0.000000000000 0.228515625000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.057128906250 +0.000000000000 0.000000000000 0.000000000000 0.044677734375 +0.000000000000 0.292968750000 0.135742187500 0.117675781250 +0.000000000000 0.000000000000 0.000000000000 0.585937500000 +0.000000000000 0.033447265625 0.000000000000 0.000000000000 +0.000000000000 0.096679687500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.349609375000 0.343750000000 +0.000000000000 0.105468750000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.126953125000 0.098144531250 +0.110839843750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.257812500000 0.000000000000 0.328125000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.114257812500 0.283203125000 +0.228515625000 0.000000000000 0.000000000000 0.194335937500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.095703125000 +0.000000000000 0.000000000000 0.000000000000 0.047851562500 +0.074707031250 0.333984375000 0.095214843750 0.034912109375 +0.000000000000 0.000000000000 0.000000000000 0.695312500000 +0.000000000000 0.042968750000 0.000000000000 0.000000000000 +0.000000000000 0.033203125000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.351562500000 0.314453125000 +0.000000000000 0.211914062500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.128906250000 0.191406250000 +0.060302734375 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.275390625000 0.000000000000 0.302734375000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.099121093750 0.281250000000 +0.184570312500 0.000000000000 0.000000000000 0.115234375000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.093750000000 +0.000000000000 0.000000000000 0.000000000000 0.005920410156 +0.169921875000 0.335937500000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.714843750000 +0.000000000000 0.028442382812 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.328125000000 0.283203125000 +0.000000000000 0.310546875000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.122558593750 0.226562500000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.273437500000 0.000000000000 0.242187500000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.015380859375 0.000000000000 0.030517578125 0.214843750000 +0.087402343750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.044189453125 +0.000000000000 0.000000000000 0.051269531250 0.000000000000 +0.229492187500 0.308593750000 0.000000000000 0.000000000000 +0.000000000000 0.051025390625 0.000000000000 0.656250000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.122558593750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.249023437500 0.238281250000 +0.000000000000 0.351562500000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.066894531250 0.208007812500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.236328125000 0.000000000000 0.142578125000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.055175781250 0.000000000000 0.000000000000 0.083007812500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.080566406250 0.000000000000 +0.242187500000 0.224609375000 0.000000000000 0.000000000000 +0.000000000000 0.106445312500 0.000000000000 0.460937500000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.249023437500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.086914062500 0.158203125000 +0.000000000000 0.341796875000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.182617187500 +0.000000000000 0.000000000000 0.000000000000 0.105468750000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.166015625000 0.000000000000 0.002365112305 +0.000000000000 0.082031250000 0.000000000000 0.015991210938 +0.072753906250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.078613281250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.073242187500 0.000000000000 +0.207031250000 0.087402343750 0.000000000000 0.000000000000 +0.076660156250 0.148437500000 0.013305664062 0.152343750000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.294921875000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.038818359375 +0.000000000000 0.217773437500 0.000000000000 0.000000000000 +0.000000000000 0.125000000000 0.000000000000 0.253906250000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.005767822266 0.000000000000 +0.000000000000 0.048095703125 0.000000000000 0.000000000000 +0.000000000000 0.136718750000 0.000000000000 0.206054687500 +0.080566406250 0.003356933594 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.006622314453 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.175781250000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.102539062500 0.000000000000 0.000000000000 0.000000000000 +0.103515625000 0.152343750000 0.079101562500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.275390625000 0.000000000000 0.000000000000 0.000000000000 +0.053466796875 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.211914062500 0.000000000000 0.240234375000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.111816406250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.141601562500 0.000000000000 0.332031250000 +0.073730468750 0.069824218750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.012145996094 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.204101562500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.065917968750 0.126953125000 0.107910156250 0.000000000000 +0.034423828125 0.000000000000 0.000000000000 0.000000000000 +0.144531250000 0.000000000000 0.000000000000 0.205078125000 +0.231445312500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.206054687500 0.000000000000 0.117187500000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.014038085938 0.132812500000 0.103027343750 +0.000000000000 0.000000000000 0.014892578125 0.000000000000 +0.000000000000 0.121093750000 0.000000000000 0.359375000000 +0.080566406250 0.063476562500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.180664062500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.056152343750 0.108398437500 0.000000000000 +0.073730468750 0.000000000000 0.096191406250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.324218750000 +0.363281250000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.022705078125 0.110351562500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.081054687500 0.248046875000 +0.000000000000 0.000000000000 0.041748046875 0.000000000000 +0.000000000000 0.080566406250 0.000000000000 0.339843750000 +0.112304687500 0.025878906250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.084960937500 0.000000000000 +0.000000000000 0.000000000000 0.039062500000 0.000000000000 +0.000000000000 0.093750000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.072753906250 0.000000000000 +0.129882812500 0.000000000000 0.188476562500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.332031250000 +0.427734375000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.096191406250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.251953125000 +0.000000000000 0.000000000000 0.047607421875 0.000000000000 +0.000000000000 0.082031250000 0.000000000000 0.257812500000 +0.174804687500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.157226562500 0.000000000000 +0.000000000000 0.000000000000 0.105957031250 0.000000000000 +0.010864257812 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.086914062500 +0.000000000000 0.000000000000 0.000000000000 0.178710937500 +0.000000000000 0.000000000000 0.012145996094 0.000000000000 +0.191406250000 0.000000000000 0.244140625000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.275390625000 +0.435546875000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.158203125000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.118164062500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.160156250000 +0.000000000000 0.000000000000 0.053955078125 0.000000000000 +0.000000000000 0.130859375000 0.000000000000 0.149414062500 +0.253906250000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.194335937500 0.000000000000 +0.000000000000 0.066894531250 0.145507812500 0.000000000000 +0.002960205078 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.151367187500 +0.000000000000 0.073242187500 0.000000000000 0.355468750000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.259765625000 0.000000000000 0.265625000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.172851562500 +0.429687500000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.220703125000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.291015625000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.002655029297 +0.000000000000 0.000000000000 0.076660156250 0.000000000000 +0.000000000000 0.197265625000 0.000000000000 0.066894531250 +0.320312500000 0.000000000000 0.000000000000 0.021606445312 +0.000000000000 0.000000000000 0.196289062500 0.000000000000 +0.000000000000 0.123046875000 0.146484375000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.157226562500 +0.000000000000 0.129882812500 0.000000000000 0.474609375000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.306640625000 0.053466796875 0.265625000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.092285156250 +0.406250000000 0.000000000000 0.093750000000 0.062988281250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.257812500000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.402343750000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.115234375000 0.000000000000 +0.000000000000 0.249023437500 0.000000000000 0.022460937500 +0.359375000000 0.000000000000 0.000000000000 0.008056640625 +0.000000000000 0.000000000000 0.173828125000 0.000000000000 +0.000000000000 0.122558593750 0.116699218750 0.017456054688 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.098632812500 +0.000000000000 0.139648437500 0.000000000000 0.519531250000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.306640625000 0.071289062500 0.251953125000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.070800781250 +0.367187500000 0.000000000000 0.153320312500 0.157226562500 +0.076171875000 0.000000000000 0.000000000000 0.000000000000 +0.273437500000 0.000000000000 0.000000000000 0.000000000000 +0.062255859375 0.000000000000 0.421875000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.163085937500 0.000000000000 +0.000000000000 0.265625000000 0.000000000000 0.000000000000 +0.359375000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.107910156250 0.000000000000 +0.000000000000 0.118164062500 0.026367187500 0.078125000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000013113022 +0.000000000000 0.124023437500 0.000000000000 0.519531250000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.241210937500 0.069335937500 0.219726562500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.093261718750 +0.304687500000 0.000000000000 0.172851562500 0.221679687500 +0.166992187500 0.000000000000 0.000000000000 0.000000000000 +0.263671875000 0.000000000000 0.000000000000 0.000000000000 +0.133789062500 0.000000000000 0.390625000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.179687500000 0.005584716797 +0.000000000000 0.226562500000 0.000000000000 0.000000000000 +0.322265625000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.023803710938 0.001052856445 +0.000000000000 0.067382812500 0.000000000000 0.114257812500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.092773437500 0.000000000000 0.478515625000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.097167968750 0.039550781250 0.177734375000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.088378906250 +0.210937500000 0.000000000000 0.168945312500 0.257812500000 +0.185546875000 0.000000000000 0.000000000000 0.000000000000 +0.199218750000 0.000000000000 0.000000000000 0.000000000000 +0.174804687500 0.000000000000 0.298828125000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.156250000000 0.079589843750 +0.000000000000 0.119140625000 0.000000000000 0.000000000000 +0.241210937500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.079101562500 +0.000000000000 0.000000000000 0.000000000000 0.114257812500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.075195312500 0.000000000000 0.408203125000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.132812500000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.023681640625 +0.072753906250 0.000000000000 0.166992187500 0.275390625000 +0.167968750000 0.000000000000 0.000000000000 0.000000000000 +0.115722656250 0.000000000000 0.000000000000 0.000000000000 +0.174804687500 0.000000000000 0.189453125000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.071289062500 0.156250000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.143554687500 0.000000000000 0.000000000000 0.023437500000 +0.006683349609 0.000000000000 0.000000000000 0.142578125000 +0.000000000000 0.000000000000 0.000000000000 0.063476562500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.111328125000 0.021972656250 0.316406250000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.079101562500 0.000000000000 +0.000000000000 0.042724609375 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.179687500000 0.277343750000 +0.091796875000 0.000000000000 0.000000000000 0.000000000000 +0.017333984375 0.000000000000 0.000000000000 0.000000000000 +0.117187500000 0.000000000000 0.105957031250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.205078125000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.064453125000 0.000000000000 0.000000000000 0.128906250000 +0.104003906250 0.000000000000 0.000000000000 0.166015625000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.014831542969 +0.000000000000 0.182617187500 0.071777343750 0.218750000000 +0.000000000000 0.000000000000 0.000000000000 0.163085937500 +0.000000000000 0.015869140625 0.024902343750 0.000000000000 +0.000000000000 0.060302734375 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.210937500000 0.265625000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.100585937500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.016357421875 0.000000000000 0.214843750000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.036621093750 0.000000000000 0.000000000000 0.221679687500 +0.128906250000 0.000000000000 0.018188476562 0.150390625000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.082519531250 +0.000000000000 0.267578125000 0.056396484375 0.141601562500 +0.000000000000 0.000000000000 0.000000000000 0.337890625000 +0.000000000000 0.065917968750 0.000000000000 0.000000000000 +0.000000000000 0.008422851562 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.239257812500 0.229492187500 +0.000000000000 0.004669189453 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.179687500000 0.071289062500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.012329101562 0.000000000000 0.185546875000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.085937500000 0.000000000000 0.000000000000 0.261718750000 +0.105468750000 0.000000000000 0.098144531250 0.083007812500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.109375000000 +0.076660156250 0.328125000000 0.000000000000 0.104003906250 +0.000000000000 0.000000000000 0.000000000000 0.404296875000 +0.000000000000 0.097656250000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.255859375000 0.183593750000 +0.000000000000 0.141601562500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.285156250000 0.104492187500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.118164062500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.170898437500 0.000000000000 0.000000000000 0.243164062500 +0.000000000000 0.000000000000 0.136718750000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.091308593750 +0.137695312500 0.335937500000 0.000000000000 0.123535156250 +0.000000000000 0.000000000000 0.000000000000 0.386718750000 +0.149414062500 0.101562500000 0.016113281250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.255859375000 0.152343750000 +0.000000000000 0.225585937500 0.000000000000 0.000000000000 +0.042236328125 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.351562500000 0.074218750000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.030151367188 +0.000000000000 0.111816406250 0.000000000000 0.000000000000 +0.255859375000 0.000000000000 0.000000000000 0.155273437500 +0.000000000000 0.000000000000 0.138671875000 0.000000000000 +0.000000000000 0.009521484375 0.030151367188 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.031494140625 0.000000000000 +0.131835937500 0.300781250000 0.000000000000 0.148437500000 +0.000000000000 0.000000000000 0.000000000000 0.237304687500 +0.263671875000 0.082031250000 0.039062500000 0.000000000000 +0.091308593750 0.000000000000 0.000000000000 0.000000000000 +0.042724609375 0.000000000000 0.215820312500 0.137695312500 +0.000000000000 0.241210937500 0.000000000000 0.000000000000 +0.087402343750 0.000000000000 0.000000000000 0.082031250000 +0.000000000000 0.000000000000 0.345703125000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.267578125000 0.000000000000 0.007385253906 +0.302734375000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.087890625000 0.000000000000 +0.000000000000 0.027832031250 0.023437500000 0.000000000000 +0.000000000000 0.017578125000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.073730468750 0.000000000000 +0.062500000000 0.200195312500 0.000000000000 0.152343750000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.277343750000 0.026367187500 0.049316406250 0.000000000000 +0.207031250000 0.000000000000 0.000000000000 0.000000000000 +0.136718750000 0.000000000000 0.114257812500 0.126953125000 +0.060058593750 0.199218750000 0.000000000000 0.000000000000 +0.101074218750 0.000000000000 0.000000000000 0.166992187500 +0.000000000000 0.000000000000 0.261718750000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.048095703125 0.000000000000 +0.000000000000 0.357421875000 0.000000000000 0.160156250000 +0.306640625000 0.029541015625 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.019042968750 0.006317138672 0.000000000000 0.000000000000 +0.000000000000 0.104003906250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.079101562500 0.000000000000 +0.000000000000 0.052001953125 0.000000000000 0.107910156250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.219726562500 0.000000000000 0.044433593750 0.000000000000 +0.281250000000 0.000000000000 0.000000000000 0.127929687500 +0.186523437500 0.000000000000 0.000000000000 0.101074218750 +0.132812500000 0.071777343750 0.000000000000 0.000000000000 +0.091796875000 0.213867187500 0.000000000000 0.178710937500 +0.000000000000 0.000000000000 0.072265625000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.130859375000 0.000000000000 +0.000000000000 0.369140625000 0.000000000000 0.277343750000 +0.271484375000 0.040527343750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.071777343750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.151367187500 0.004730224609 0.000000000000 +0.000000000000 0.000000000000 0.045654296875 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.003738403320 +0.051757812500 0.000000000000 0.004699707031 0.000000000000 +0.085937500000 0.000000000000 0.026855468750 0.000000000000 +0.287109375000 0.000000000000 0.000000000000 0.351562500000 +0.212890625000 0.000000000000 0.000000000000 0.034423828125 +0.128906250000 0.000000000000 0.000000000000 0.000000000000 +0.059326171875 0.318359375000 0.000000000000 0.142578125000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.031005859375 0.000000000000 +0.000000000000 0.000000000000 0.150390625000 0.000000000000 +0.000000000000 0.322265625000 0.000000000000 0.343750000000 +0.204101562500 0.031738281250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.077148437500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.155273437500 0.036865234375 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.045654296875 0.000000000000 0.047119140625 0.000000000000 +0.000000000000 0.000000000000 0.027221679688 0.000000000000 +0.211914062500 0.000000000000 0.021118164062 0.451171875000 +0.251953125000 0.000000000000 0.000000000000 0.000000000000 +0.033935546875 0.000000000000 0.000000000000 0.000000000000 +0.006225585938 0.318359375000 0.000000000000 0.047851562500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.133789062500 0.068359375000 +0.000000000000 0.000000000000 0.135742187500 0.000000000000 +0.000000000000 0.222656250000 0.000000000000 0.355468750000 +0.130859375000 0.002304077148 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.035888671875 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.133789062500 0.017822265625 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.069824218750 0.000000000000 +0.000000000000 0.000000000000 0.067382812500 0.000000000000 +0.046142578125 0.000000000000 0.016357421875 0.458984375000 +0.304687500000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.221679687500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.133789062500 0.220703125000 +0.000000000000 0.000000000000 0.082519531250 0.000000000000 +0.000000000000 0.113281250000 0.000000000000 0.335937500000 +0.088867187500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.076171875000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.067871093750 0.000000000000 +0.000000000000 0.000000000000 0.129882812500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.398437500000 +0.351562500000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.016967773438 0.046875000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.038574218750 0.241210937500 +0.000000000000 0.000000000000 0.041015625000 0.000000000000 +0.000000000000 0.049804687500 0.000000000000 0.271484375000 +0.116210937500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.099121093750 0.000000000000 +0.000000000000 0.000000000000 0.018310546875 0.000000000000 +0.014587402344 0.000008344650 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.034179687500 +0.000000000000 0.000000000000 0.035888671875 0.000000000000 +0.092773437500 0.000000000000 0.190429687500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.285156250000 +0.371093750000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.062500000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.174804687500 +0.000000000000 0.000000000000 0.011108398438 0.000000000000 +0.000000000000 0.086425781250 0.000000000000 0.190429687500 +0.174804687500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.140625000000 0.000000000000 +0.000000000000 0.007995605469 0.061279296875 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.042480468750 +0.000000000000 0.003997802734 0.000000000000 0.187500000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.156250000000 0.000000000000 0.212890625000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.174804687500 +0.361328125000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.086425781250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.094726562500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.027221679688 0.000000000000 +0.000000000000 0.171875000000 0.000000000000 0.125000000000 +0.229492187500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.129882812500 0.000000000000 +0.000000000000 0.032470703125 0.045166015625 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.009887695312 +0.000000000000 0.026489257812 0.000000000000 0.257812500000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.162109375000 0.000000000000 0.203125000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.109375000000 +0.302734375000 0.000000000000 0.000000000000 0.024047851562 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.091308593750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.119628906250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.049804687500 0.000000000000 +0.000000000000 0.257812500000 0.000000000000 0.112304687500 +0.253906250000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.055419921875 0.000000000000 +0.000000000000 0.028564453125 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.015563964844 0.000000000000 0.249023437500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.114746093750 0.000000000000 0.149414062500 0.000000000000 +0.059082031250 0.000000000000 0.000000000000 0.128906250000 +0.215820312500 0.000000000000 0.000000000000 0.091308593750 +0.060546875000 0.000000000000 0.000000000000 0.000000000000 +0.077636718750 0.076660156250 0.000000000000 0.033447265625 +0.000000000000 0.000000000000 0.070312500000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.065429687500 0.000000000000 +0.000000000000 0.304687500000 0.000000000000 0.166992187500 +0.248046875000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.015563964844 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.038085937500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.007598876953 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.132812500000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.025634765625 0.000000000000 0.065917968750 0.000000000000 +0.201171875000 0.000000000000 0.000000000000 0.198242187500 +0.142578125000 0.000000000000 0.000000000000 0.085449218750 +0.098632812500 0.000000000000 0.000000000000 0.000000000000 +0.034179687500 0.234375000000 0.000000000000 0.125000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.065429687500 0.000000000000 +0.000000000000 0.306640625000 0.000000000000 0.253906250000 +0.215820312500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.066406250000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.112792968750 0.019653320312 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.043945312500 0.003707885742 0.026489257812 0.000000000000 +0.000000000000 0.000000000000 0.002258300781 0.000000000000 +0.225585937500 0.000000000000 0.000000000000 0.287109375000 +0.161132812500 0.000000000000 0.000000000000 0.000782012939 +0.070312500000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.298828125000 0.000000000000 0.142578125000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.087890625000 0.000000000000 +0.000000000000 0.000000000000 0.063476562500 0.000000000000 +0.000000000000 0.267578125000 0.000000000000 0.337890625000 +0.161132812500 0.017822265625 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.070800781250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.159179687500 0.007690429688 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.045898437500 0.036865234375 0.081542968750 0.000000000000 +0.000000000000 0.000000000000 0.009765625000 0.000000000000 +0.168945312500 0.000000000000 0.017333984375 0.361328125000 +0.253906250000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.291015625000 0.000000000000 0.106933593750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.142578125000 0.079101562500 +0.000000000000 0.000000000000 0.057128906250 0.000000000000 +0.000000000000 0.197265625000 0.000000000000 0.371093750000 +0.122558593750 0.039306640625 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.036132812500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.160156250000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.028686523438 0.094726562500 0.000000000000 +0.043457031250 0.000000000000 0.085937500000 0.000000000000 +0.010314941406 0.000000000000 0.016723632812 0.396484375000 +0.375000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.034667968750 0.177734375000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.115234375000 0.257812500000 +0.000000000000 0.000000000000 0.077148437500 0.000000000000 +0.000000000000 0.126953125000 0.000000000000 0.365234375000 +0.117187500000 0.040283203125 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.060058593750 0.000000000000 +0.000000000000 0.000000000000 0.012390136719 0.000000000000 +0.000000000000 0.109863281250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.080566406250 0.000000000000 +0.125000000000 0.000000000000 0.180664062500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.394531250000 +0.453125000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.103515625000 0.000000000000 0.000000000000 0.000000000000 +0.015380859375 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.326171875000 +0.000000000000 0.000000000000 0.100585937500 0.000000000000 +0.000000000000 0.065917968750 0.000000000000 0.292968750000 +0.139648437500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.137695312500 0.000000000000 +0.000000000000 0.000000000000 0.074707031250 0.000000000000 +0.018676757812 0.007141113281 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.099609375000 +0.000000000000 0.000000000000 0.000000000000 0.164062500000 +0.000000000000 0.000000000000 0.019165039062 0.000000000000 +0.147460937500 0.000000000000 0.261718750000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.343750000000 +0.462890625000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.147460937500 0.000000000000 0.000000000000 0.000000000000 +0.116699218750 0.000000000000 0.095214843750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.306640625000 +0.000000000000 0.000000000000 0.112304687500 0.000000000000 +0.000000000000 0.015869140625 0.000000000000 0.143554687500 +0.163085937500 0.000000000000 0.000000000000 0.008300781250 +0.000000000000 0.000000000000 0.155273437500 0.083007812500 +0.000000000000 0.029907226562 0.064453125000 0.008605957031 +0.033935546875 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.225585937500 +0.000000000000 0.048583984375 0.046875000000 0.388671875000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.120605468750 0.000000000000 0.279296875000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.221679687500 +0.388671875000 0.000000000000 0.060058593750 0.023559570312 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.159179687500 0.000000000000 0.000000000000 0.000000000000 +0.181640625000 0.000000000000 0.255859375000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.166992187500 +0.000000000000 0.000000000000 0.094726562500 0.071289062500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.167968750000 0.000000000000 0.000000000000 0.107910156250 +0.000000000000 0.000000000000 0.140625000000 0.223632812500 +0.000000000000 0.039550781250 0.000000000000 0.062988281250 +0.014282226562 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.253906250000 +0.000000000000 0.145507812500 0.157226562500 0.519531250000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.013977050781 0.000000000000 0.265625000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.022827148438 +0.213867187500 0.000000000000 0.265625000000 0.230468750000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.132812500000 0.000000000000 0.000000000000 0.000000000000 +0.187500000000 0.000000000000 0.324218750000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.036376953125 0.221679687500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.159179687500 0.000000000000 0.000000000000 0.164062500000 +0.009887695312 0.000000000000 0.078125000000 0.265625000000 +0.000000000000 0.019653320312 0.000000000000 0.060791015625 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.208984375000 +0.000000000000 0.211914062500 0.169921875000 0.527343750000 +0.000000000000 0.000000000000 0.000000000000 0.067382812500 +0.000000000000 0.062011718750 0.186523437500 0.000000000000 +0.000000000000 0.007507324219 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.378906250000 0.380859375000 +0.081542968750 0.000000000000 0.000000000000 0.000000000000 +0.053466796875 0.000000000000 0.000000000000 0.000000000000 +0.128906250000 0.000000000000 0.318359375000 0.000000000000 +0.012329101562 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.300781250000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.133789062500 0.000000000000 0.000000000000 0.168945312500 +0.048095703125 0.000000000000 0.000000000000 0.246093750000 +0.000000000000 0.000000000000 0.000000000000 0.004760742188 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.025634765625 0.059570312500 +0.000000000000 0.237304687500 0.091796875000 0.431640625000 +0.000000000000 0.000000000000 0.000000000000 0.296875000000 +0.000000000000 0.083496093750 0.063476562500 0.000000000000 +0.000000000000 0.030639648438 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.384765625000 0.427734375000 +0.139648437500 0.134765625000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.239257812500 0.000000000000 +0.026489257812 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.155273437500 0.000000000000 0.302734375000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.095703125000 0.000000000000 0.000000000000 0.132812500000 +0.050292968750 0.000000000000 0.000000000000 0.123535156250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.115722656250 0.000000000000 +0.010009765625 0.231445312500 0.000000000000 0.208007812500 +0.000000000000 0.000000000000 0.000000000000 0.392578125000 +0.000000000000 0.071777343750 0.000000000000 0.000000000000 +0.156250000000 0.001205444336 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.304687500000 0.406250000000 +0.132812500000 0.265625000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.081054687500 0.087890625000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.241210937500 0.000000000000 0.234375000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.064453125000 0.000000000000 0.000000000000 0.046142578125 +0.003936767578 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.128906250000 0.000000000000 +0.146484375000 0.180664062500 0.000000000000 0.000000000000 +0.000000000000 0.078125000000 0.000000000000 0.369140625000 +0.000000000000 0.002487182617 0.000000000000 0.000000000000 +0.269531250000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.116699218750 0.283203125000 +0.057373046875 0.283203125000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.113769531250 +0.000000000000 0.000000000000 0.000000000000 0.095214843750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.238281250000 0.000000000000 0.086425781250 +0.000000000000 0.024902343750 0.000000000000 0.000000000000 +0.043457031250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.015747070312 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.104003906250 0.000000000000 +0.191406250000 0.085449218750 0.000000000000 0.000000000000 +0.077148437500 0.177734375000 0.003143310547 0.197265625000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.300781250000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.091308593750 +0.000000000000 0.212890625000 0.000000000000 0.000000000000 +0.000000000000 0.099121093750 0.000000000000 0.281250000000 +0.000000000000 0.000000000000 0.000000000000 0.025756835938 +0.000000000000 0.000000000000 0.041992187500 0.000000000000 +0.000000000000 0.138671875000 0.000000000000 0.000000000000 +0.000000000000 0.088867187500 0.000000000000 0.167968750000 +0.050048828125 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.001220703125 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.169921875000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000308990479 0.000000000000 +0.170898437500 0.000000000000 0.000000000000 0.000000000000 +0.116210937500 0.197265625000 0.094726562500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.275390625000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.014160156250 0.000000000000 0.000000000000 +0.000000000000 0.191406250000 0.000000000000 0.304687500000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.130859375000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.130859375000 0.000000000000 0.335937500000 +0.068359375000 0.105468750000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.021484375000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.242187500000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.051513671875 0.000000000000 0.000000000000 0.000000000000 +0.085937500000 0.177734375000 0.136718750000 0.000000000000 +0.117187500000 0.000000000000 0.000000000000 0.000000000000 +0.151367187500 0.000000000000 0.000000000000 0.123046875000 +0.251953125000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.201171875000 0.000000000000 0.232421875000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.017822265625 0.137695312500 0.067382812500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.143554687500 0.000000000000 0.408203125000 +0.106445312500 0.136718750000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.031982421875 0.000000000000 +0.000000000000 0.000000000000 0.032714843750 0.000000000000 +0.000000000000 0.241210937500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.086914062500 0.137695312500 0.000000000000 +0.194335937500 0.000000000000 0.108398437500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.335937500000 +0.439453125000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.065917968750 0.133789062500 0.000000000000 0.044677734375 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.072265625000 0.261718750000 +0.000000000000 0.000000000000 0.091308593750 0.000000000000 +0.000000000000 0.139648437500 0.000000000000 0.404296875000 +0.144531250000 0.121582031250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.106933593750 0.000000000000 +0.000000000000 0.000000000000 0.105957031250 0.000000000000 +0.000000000000 0.162109375000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.096191406250 0.000000000000 +0.224609375000 0.000000000000 0.221679687500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.419921875000 +0.523437500000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.006439208984 0.000000000000 +0.139648437500 0.000000000000 0.000000000000 0.000000000000 +0.046630859375 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.306640625000 +0.000000000000 0.000000000000 0.156250000000 0.000000000000 +0.000000000000 0.118164062500 0.000000000000 0.324218750000 +0.177734375000 0.039306640625 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.138671875000 0.000000000000 +0.000000000000 0.015380859375 0.109375000000 0.000000000000 +0.015991210938 0.032714843750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.081054687500 +0.000000000000 0.000000000000 0.000000000000 0.234375000000 +0.000000000000 0.000000000000 0.011535644531 0.000000000000 +0.210937500000 0.000000000000 0.283203125000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.410156250000 +0.515625000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.172851562500 0.000000000000 0.000000000000 0.000000000000 +0.144531250000 0.000000000000 0.110839843750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.273437500000 +0.000000000000 0.000000000000 0.161132812500 0.000000000000 +0.000000000000 0.081054687500 0.000000000000 0.169921875000 +0.194335937500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.137695312500 0.067871093750 +0.000000000000 0.046630859375 0.059326171875 0.073730468750 +0.029663085938 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.159179687500 +0.000000000000 0.021606445312 0.000000000000 0.421875000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.129882812500 0.000000000000 0.289062500000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.302734375000 +0.414062500000 0.000000000000 0.035400390625 0.050048828125 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.173828125000 0.000000000000 0.000000000000 0.000000000000 +0.189453125000 0.000000000000 0.224609375000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.123046875000 +0.000000000000 0.000000000000 0.138671875000 0.054443359375 +0.000000000000 0.031494140625 0.000000000000 0.000000000000 +0.193359375000 0.000000000000 0.000000000000 0.044189453125 +0.000000000000 0.000000000000 0.102539062500 0.172851562500 +0.000000000000 0.035156250000 0.000000000000 0.097167968750 +0.001808166504 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.162109375000 +0.000000000000 0.099121093750 0.079101562500 0.486328125000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.253906250000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.104980468750 +0.218750000000 0.000000000000 0.201171875000 0.222656250000 +0.002716064453 0.000000000000 0.000000000000 0.000000000000 +0.138671875000 0.000000000000 0.000000000000 0.000000000000 +0.189453125000 0.000000000000 0.263671875000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.065917968750 0.179687500000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.166015625000 0.000000000000 0.000000000000 0.098144531250 +0.000000000000 0.000000000000 0.036865234375 0.217773437500 +0.000000000000 0.005371093750 0.000000000000 0.084960937500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.114257812500 +0.000000000000 0.163085937500 0.095214843750 0.472656250000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.029663085938 0.167968750000 0.000000000000 +0.000000000000 0.008972167969 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.294921875000 0.333984375000 +0.074707031250 0.000000000000 0.000000000000 0.000000000000 +0.073242187500 0.000000000000 0.000000000000 0.000000000000 +0.147460937500 0.000000000000 0.255859375000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.255859375000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.117187500000 0.000000000000 0.000000000000 0.133789062500 +0.065429687500 0.000000000000 0.000000000000 0.217773437500 +0.000000000000 0.000000000000 0.000000000000 0.005340576172 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.042480468750 +0.000000000000 0.207031250000 0.089355468750 0.378906250000 +0.000000000000 0.000000000000 0.000000000000 0.212890625000 +0.000000000000 0.051269531250 0.067382812500 0.000000000000 +0.000000000000 0.055419921875 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.326171875000 0.371093750000 +0.083007812500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.062988281250 0.000000000000 0.207031250000 0.000000000000 +0.051025390625 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.093261718750 0.000000000000 0.285156250000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.057373046875 0.000000000000 0.000000000000 0.155273437500 +0.117675781250 0.000000000000 0.000000000000 0.189453125000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.235351562500 0.048095703125 0.225585937500 +0.000000000000 0.000000000000 0.000000000000 0.390625000000 +0.000000000000 0.042968750000 0.000000000000 0.000000000000 +0.000000000000 0.055908203125 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.316406250000 0.365234375000 +0.044921875000 0.083984375000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.140625000000 0.000000000000 +0.053710937500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.186523437500 0.000000000000 0.281250000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.004760742188 0.000000000000 0.047607421875 0.173828125000 +0.142578125000 0.000000000000 0.000000000000 0.141601562500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.021240234375 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.251953125000 0.000000000000 0.070800781250 +0.000000000000 0.000000000000 0.000000000000 0.498046875000 +0.000000000000 0.023559570312 0.000000000000 0.000000000000 +0.000000000000 0.025390625000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.285156250000 0.324218750000 +0.000000000000 0.119628906250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.093261718750 0.012268066406 +0.036376953125 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.215820312500 0.000000000000 0.253906250000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.079101562500 0.186523437500 +0.150390625000 0.000000000000 0.000000000000 0.091308593750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.055908203125 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.039794921875 0.263671875000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.542968750000 +0.000000000000 0.000934600830 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.257812500000 0.259765625000 +0.000000000000 0.123535156250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.082031250000 0.017700195312 +0.013488769531 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.211914062500 0.000000000000 0.226562500000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.094238281250 0.212890625000 +0.154296875000 0.000000000000 0.000000000000 0.092773437500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.063476562500 +0.000000000000 0.000000000000 0.000000000000 0.015747070312 +0.046386718750 0.277343750000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.558593750000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.269531250000 0.220703125000 +0.000000000000 0.102539062500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.116210937500 0.019287109375 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.188476562500 0.000000000000 0.227539062500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.094726562500 0.241210937500 +0.156250000000 0.000000000000 0.011169433594 0.122558593750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.056640625000 +0.000000000000 0.000000000000 0.000000000000 0.074218750000 +0.038818359375 0.298828125000 0.019409179688 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.574218750000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.302734375000 0.223632812500 +0.000000000000 0.091796875000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.162109375000 0.017700195312 +0.003326416016 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.166015625000 0.000000000000 0.249023437500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.093750000000 0.271484375000 +0.163085937500 0.000000000000 0.025024414062 0.156250000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.053222656250 +0.000000000000 0.000000000000 0.000000000000 0.110839843750 +0.024658203125 0.318359375000 0.055908203125 0.023925781250 +0.000000000000 0.000000000000 0.000000000000 0.613281250000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.361328125000 0.259765625000 +0.000000000000 0.122558593750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.190429687500 0.078613281250 +0.015502929688 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.178710937500 0.000000000000 0.279296875000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.080078125000 0.283203125000 +0.161132812500 0.000000000000 0.023193359375 0.161132812500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.039062500000 +0.000000000000 0.000000000000 0.000000000000 0.102050781250 +0.052978515625 0.337890625000 0.048828125000 0.053710937500 +0.000000000000 0.000000000000 0.000000000000 0.644531250000 +0.000000000000 0.020874023438 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.376953125000 0.296875000000 +0.000000000000 0.209960937500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.194335937500 0.140625000000 +0.014038085938 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.205078125000 0.000000000000 0.281250000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.014099121094 0.000000000000 0.043701171875 0.269531250000 +0.130859375000 0.000000000000 0.010314941406 0.120117187500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.020507812500 +0.000000000000 0.000000000000 0.012084960938 0.026977539062 +0.128906250000 0.333984375000 0.000000000000 0.042480468750 +0.000000000000 0.000000000000 0.000000000000 0.648437500000 +0.000000000000 0.033691406250 0.000000000000 0.000000000000 +0.009582519531 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.353515625000 0.304687500000 +0.000000000000 0.310546875000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.169921875000 0.186523437500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.218750000000 0.000000000000 0.240234375000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.053955078125 0.000000000000 0.000000000000 0.192382812500 +0.046386718750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.085449218750 0.000000000000 +0.201171875000 0.296875000000 0.000000000000 0.000000000000 +0.000000000000 0.030273437500 0.000000000000 0.589843750000 +0.000000000000 0.015991210938 0.000000000000 0.000000000000 +0.163085937500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.259765625000 0.271484375000 +0.000000000000 0.357421875000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.005737304688 +0.000000000000 0.000000000000 0.085937500000 0.170898437500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.205078125000 0.000000000000 0.134765625000 +0.000000000000 0.002227783203 0.000000000000 0.000000000000 +0.079101562500 0.000000000000 0.000000000000 0.051025390625 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.101074218750 0.000000000000 +0.217773437500 0.207031250000 0.000000000000 0.000000000000 +0.000000000000 0.100585937500 0.000000000000 0.396484375000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.275390625000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.074218750000 0.171875000000 +0.000000000000 0.328125000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.201171875000 +0.000000000000 0.000000000000 0.000000000000 0.070800781250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.138671875000 0.000000000000 0.000000000000 +0.000000000000 0.100585937500 0.000000000000 0.046386718750 +0.086425781250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.093750000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.081542968750 0.000000000000 +0.188476562500 0.070312500000 0.000000000000 0.000000000000 +0.087402343750 0.142578125000 0.015991210938 0.094238281250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.302734375000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.031494140625 +0.000000000000 0.192382812500 0.000000000000 0.000000000000 +0.000000000000 0.130859375000 0.000000000000 0.230468750000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.011535644531 0.000000000000 +0.000000000000 0.022338867188 0.000000000000 0.000000000000 +0.000000000000 0.125000000000 0.000000000000 0.220703125000 +0.075683593750 0.014282226562 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.170898437500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.069824218750 0.000000000000 0.000000000000 0.000000000000 +0.098144531250 0.141601562500 0.068847656250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.261718750000 0.000000000000 0.000000000000 0.013183593750 +0.063964843750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.168945312500 0.000000000000 0.154296875000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.039550781250 0.105957031250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.101562500000 0.000000000000 0.302734375000 +0.047119140625 0.028808593750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.171875000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.020263671875 0.101562500000 0.084472656250 0.000000000000 +0.000000000000 0.000000000000 0.006530761719 0.001205444336 +0.103027343750 0.000000000000 0.000000000000 0.218750000000 +0.182617187500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.123535156250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.062255859375 0.107910156250 0.206054687500 +0.000000000000 0.000000000000 0.034423828125 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.289062500000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.079101562500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.008911132812 0.052490234375 0.000000000000 +0.000000000000 0.000000000000 0.087402343750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.253906250000 +0.200195312500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.097656250000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000648498535 0.031127929688 0.294921875000 +0.000000000000 0.000000000000 0.027587890625 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.172851562500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.038330078125 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.044677734375 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.088867187500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.125000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.170898437500 +0.138671875000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.114257812500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.248046875000 +0.000000000000 0.000000000000 0.000000000000 0.092773437500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.027832031250 0.056152343750 +0.087402343750 0.000000000000 0.003616333008 0.177734375000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.049560546875 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.083007812500 +0.000000000000 0.032226562500 0.227539062500 0.074707031250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.116699218750 0.000000000000 +0.000000000000 0.014709472656 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.019409179688 0.076660156250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.084960937500 0.000000000000 0.000000000000 0.000000000000 +0.082031250000 0.000000000000 0.000000000000 0.010620117188 +0.000000000000 0.020263671875 0.000000000000 0.222656250000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.070312500000 0.141601562500 +0.143554687500 0.000000000000 0.000000000000 0.206054687500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.076660156250 +0.000000000000 0.130859375000 0.229492187500 0.087890625000 +0.000000000000 0.000000000000 0.000000000000 0.158203125000 +0.000000000000 0.000000000000 0.051513671875 0.000000000000 +0.000000000000 0.046386718750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.150390625000 0.207031250000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.124511718750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.214843750000 0.000000000000 0.281250000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.077148437500 0.147460937500 +0.143554687500 0.000000000000 0.000000000000 0.170898437500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.158203125000 0.107421875000 0.013671875000 +0.000000000000 0.000000000000 0.000000000000 0.384765625000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.029785156250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.161132812500 0.265625000000 +0.000000000000 0.064453125000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.036865234375 +0.128906250000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.376953125000 0.000000000000 0.275390625000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.090332031250 0.087402343750 +0.117187500000 0.000000000000 0.000000000000 0.046875000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.046875000000 0.000000000000 +0.000000000000 0.000000000000 0.019653320312 0.000000000000 +0.065429687500 0.147460937500 0.000000000000 0.000000000000 +0.000000000000 0.086914062500 0.000000000000 0.443359375000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.137695312500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.116699218750 0.259765625000 +0.000000000000 0.177734375000 0.000000000000 0.015136718750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.062255859375 0.000000000000 0.044921875000 +0.114257812500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.484375000000 0.000000000000 0.227539062500 +0.015380859375 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.111816406250 0.000000000000 +0.077636718750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.108886718750 0.000000000000 +0.000000000000 0.000000000000 0.033691406250 0.000000000000 +0.108886718750 0.071289062500 0.000000000000 0.000000000000 +0.026733398438 0.194335937500 0.000000000000 0.417968750000 +0.000000000000 0.000000000000 0.000000000000 0.001434326172 +0.230468750000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.124023437500 0.000000000000 0.190429687500 +0.000000000000 0.164062500000 0.000000000000 0.112304687500 +0.000000000000 0.000000000000 0.010986328125 0.000000000000 +0.000000000000 0.103515625000 0.000000000000 0.013305664062 +0.097656250000 0.000000000000 0.079101562500 0.000000000000 +0.000000000000 0.523437500000 0.000000000000 0.148437500000 +0.054199218750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.165039062500 0.000000000000 +0.063964843750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.141601562500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.104980468750 0.000000000000 0.000000000000 0.000000000000 +0.102539062500 0.267578125000 0.007995605469 0.292968750000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.227539062500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.322265625000 0.000000000000 0.062500000000 +0.000000000000 0.039550781250 0.000000000000 0.164062500000 +0.000000000000 0.002136230469 0.043945312500 0.000000000000 +0.000000000000 0.086914062500 0.000000000000 0.000000000000 +0.096191406250 0.138671875000 0.242187500000 0.000000000000 +0.031738281250 0.523437500000 0.000000000000 0.072753906250 +0.088378906250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.226562500000 0.000000000000 +0.095703125000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.143554687500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.060546875000 0.000000000000 0.000000000000 0.000000000000 +0.099121093750 0.300781250000 0.063964843750 0.147460937500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.143554687500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.500000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.167968750000 +0.000000000000 0.013732910156 0.058105468750 0.000000000000 +0.000000000000 0.008361816406 0.000000000000 0.000000000000 +0.094238281250 0.203125000000 0.320312500000 0.000000000000 +0.053710937500 0.496093750000 0.000000000000 0.025024414062 +0.122070312500 0.000000000000 0.000000000000 0.003356933594 +0.000000000000 0.000000000000 0.267578125000 0.000000000000 +0.124511718750 0.011657714844 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.116210937500 0.000000000000 +0.119628906250 0.000000000000 0.000000000000 0.000000000000 +0.011474609375 0.000000000000 0.000000000000 0.000000000000 +0.057373046875 0.306640625000 0.097167968750 0.050292968750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.014099121094 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.601562500000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.139648437500 +0.000000000000 0.000000000000 0.065917968750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.087402343750 0.208984375000 0.335937500000 0.000000000000 +0.056884765625 0.451171875000 0.000000000000 0.002365112305 +0.143554687500 0.000000000000 0.000000000000 0.018310546875 +0.000000000000 0.000000000000 0.277343750000 0.000000000000 +0.128906250000 0.054443359375 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.065917968750 0.000000000000 +0.208984375000 0.000000000000 0.000000000000 0.000000000000 +0.005065917969 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.300781250000 0.111816406250 0.004516601562 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.617187500000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.068847656250 +0.000000000000 0.000000000000 0.041259765625 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.034667968750 0.171875000000 0.318359375000 0.000000000000 +0.026977539062 0.390625000000 0.000000000000 0.000000000000 +0.134765625000 0.000000000000 0.000000000000 0.040771484375 +0.000000000000 0.000000000000 0.251953125000 0.000000000000 +0.108398437500 0.070312500000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.265625000000 0.000000000000 0.000000000000 0.000000000000 +0.043701171875 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.294921875000 0.123046875000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.582031250000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.018920898438 0.000000000000 +0.000000000000 0.000000000000 0.009216308594 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.115722656250 0.271484375000 0.000000000000 +0.000000000000 0.306640625000 0.000000000000 0.000000000000 +0.126953125000 0.000000000000 0.000000000000 0.093750000000 +0.000000000000 0.000000000000 0.178710937500 0.000000000000 +0.038330078125 0.062500000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.009521484375 0.000000000000 0.000000000000 +0.275390625000 0.000000000000 0.000000000000 0.000000000000 +0.075683593750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.279296875000 0.142578125000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.472656250000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.018798828125 0.000000000000 +0.000000000000 0.064453125000 0.000000000000 0.114257812500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.062988281250 0.224609375000 0.000000000000 +0.000000000000 0.196289062500 0.000000000000 0.000000000000 +0.097656250000 0.000000000000 0.000000000000 0.185546875000 +0.000000000000 0.000000000000 0.061035156250 0.000000000000 +0.000000000000 0.030761718750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.103515625000 0.000000000000 0.000000000000 +0.248046875000 0.000000000000 0.000000000000 0.000000000000 +0.076171875000 0.000000000000 0.000000000000 0.000000000000 +0.031738281250 0.259765625000 0.161132812500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.314453125000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.006622314453 0.000000000000 +0.000000000000 0.164062500000 0.000000000000 0.237304687500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.040283203125 0.205078125000 0.000000000000 +0.000000000000 0.045898437500 0.000000000000 0.000000000000 +0.052001953125 0.019042968750 0.000000000000 0.302734375000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.004180908203 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.191406250000 0.000000000000 0.000000000000 +0.175781250000 0.000000000000 0.000000000000 0.000000000000 +0.047363281250 0.000000000000 0.000000000000 0.000000000000 +0.067382812500 0.227539062500 0.176757812500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.011474609375 0.000000000000 0.000000000000 0.000000000000 +0.081054687500 0.144531250000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.269531250000 0.000000000000 0.289062500000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.049560546875 0.195312500000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.011962890625 0.126953125000 0.000000000000 0.410156250000 +0.024291992188 0.088378906250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.015380859375 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.248046875000 0.000000000000 0.000000000000 +0.048095703125 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.078125000000 0.178710937500 0.180664062500 0.000000000000 +0.061523437500 0.000000000000 0.000000000000 0.000000000000 +0.020751953125 0.000000000000 0.018798828125 0.209960937500 +0.232421875000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.359375000000 0.000000000000 0.283203125000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.060058593750 0.205078125000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.201171875000 0.000000000000 0.484375000000 +0.066894531250 0.126953125000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.038085937500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.259765625000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.076660156250 0.122070312500 0.182617187500 0.000000000000 +0.067382812500 0.000000000000 0.039306640625 0.000000000000 +0.012634277344 0.000000000000 0.048828125000 0.421875000000 +0.326171875000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.402343750000 0.000000000000 0.232421875000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.072265625000 0.216796875000 0.067382812500 +0.000000000000 0.000000000000 0.075195312500 0.000000000000 +0.000000000000 0.217773437500 0.000000000000 0.515625000000 +0.072753906250 0.126953125000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.046386718750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.251953125000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.050537109375 0.070312500000 0.173828125000 0.000000000000 +0.041259765625 0.000000000000 0.076660156250 0.000000000000 +0.000000000000 0.000000000000 0.053955078125 0.558593750000 +0.357421875000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.410156250000 0.000000000000 0.123535156250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.087402343750 0.220703125000 0.147460937500 +0.000000000000 0.000000000000 0.128906250000 0.000000000000 +0.000000000000 0.207031250000 0.000000000000 0.511718750000 +0.061279296875 0.087402343750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.019042968750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.208007812500 0.029296875000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.017089843750 0.027465820312 0.151367187500 0.000000000000 +0.000000000000 0.000000000000 0.082031250000 0.000000000000 +0.000000000000 0.000000000000 0.051757812500 0.601562500000 +0.335937500000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.390625000000 0.000000000000 0.000000000000 +0.050048828125 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.091796875000 0.228515625000 0.191406250000 +0.000000000000 0.000000000000 0.130859375000 0.000000000000 +0.000000000000 0.146484375000 0.000000000000 0.462890625000 +0.021850585938 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.004638671875 +0.000000000000 0.133789062500 0.089843750000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.007263183594 0.123535156250 0.000000000000 +0.000000000000 0.000000000000 0.074707031250 0.000000000000 +0.000000000000 0.000000000000 0.029418945312 0.582031250000 +0.257812500000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.332031250000 0.000000000000 0.000000000000 +0.079101562500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.096191406250 0.233398437500 0.195312500000 +0.000000000000 0.000000000000 0.095703125000 0.000000000000 +0.012512207031 0.045166015625 0.000000000000 0.373046875000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.001998901367 +0.000000000000 0.035156250000 0.138671875000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.019775390625 0.093261718750 0.000000000000 +0.000000000000 0.000000000000 0.041992187500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.470703125000 +0.123046875000 0.052978515625 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.244140625000 0.000000000000 0.000000000000 +0.081542968750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.107910156250 0.226562500000 0.157226562500 +0.000000000000 0.000000000000 0.012939453125 0.000000000000 +0.041992187500 0.000000000000 0.000000000000 0.265625000000 +0.000000000000 0.000000000000 0.017089843750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.180664062500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.053710937500 0.066406250000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.289062500000 +0.000000000000 0.191406250000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.030151367188 +0.000000000000 0.149414062500 0.029541015625 0.000000000000 +0.063476562500 0.000000000000 0.000000000000 0.000000000000 +0.100097656250 0.102050781250 0.235351562500 0.088378906250 +0.000000000000 0.167968750000 0.000000000000 0.034179687500 +0.088378906250 0.000000000000 0.000000000000 0.144531250000 +0.000000000000 0.000000000000 0.128906250000 0.000000000000 +0.064941406250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.206054687500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.109863281250 0.043212890625 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.055664062500 0.000000000000 0.062988281250 +0.000000000000 0.345703125000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.135742187500 +0.000000000000 0.071289062500 0.061035156250 0.000000000000 +0.002456665039 0.012939453125 0.000000000000 0.000000000000 +0.196289062500 0.124511718750 0.253906250000 0.000000000000 +0.024291992188 0.345703125000 0.000000000000 0.092285156250 +0.133789062500 0.000000000000 0.000000000000 0.041503906250 +0.000000000000 0.000000000000 0.236328125000 0.000000000000 +0.143554687500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.213867187500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.182617187500 0.038330078125 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.010559082031 +0.000000000000 0.084960937500 0.000000000000 0.000000000000 +0.000000000000 0.494140625000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.207031250000 +0.000000000000 0.009582519531 0.062255859375 0.000000000000 +0.000000000000 0.015136718750 0.000000000000 0.000000000000 +0.221679687500 0.143554687500 0.291015625000 0.000000000000 +0.066406250000 0.482421875000 0.000000000000 0.112792968750 +0.152343750000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.304687500000 0.000000000000 +0.197265625000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.201171875000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.255859375000 0.053955078125 0.034423828125 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.082519531250 0.000000000000 0.000000000000 +0.000000000000 0.613281250000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.222656250000 +0.000000000000 0.000000000000 0.041992187500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.208007812500 0.144531250000 0.326171875000 0.000000000000 +0.066406250000 0.507812500000 0.000000000000 0.102539062500 +0.155273437500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.328125000000 0.000000000000 +0.215820312500 0.062255859375 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.135742187500 0.000000000000 +0.205078125000 0.000000000000 0.000000000000 0.000000000000 +0.049316406250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.312500000000 0.086425781250 0.116699218750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.020751953125 0.000000000000 0.000000000000 +0.000000000000 0.660156250000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.172851562500 +0.000000000000 0.000000000000 0.016357421875 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.076660156250 +0.088378906250 0.128906250000 0.324218750000 0.000000000000 +0.038818359375 0.476562500000 0.000000000000 0.031494140625 +0.141601562500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.304687500000 0.000000000000 +0.177734375000 0.114257812500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.015563964844 +0.410156250000 0.000000000000 0.000000000000 0.000000000000 +0.145507812500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.320312500000 0.114746093750 0.125976562500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.628906250000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.041992187500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.082519531250 +0.000000000000 0.100585937500 0.255859375000 0.000000000000 +0.000000000000 0.314453125000 0.000000000000 0.000000000000 +0.060546875000 0.000000000000 0.000000000000 0.028076171875 +0.000000000000 0.000000000000 0.209960937500 0.000000000000 +0.086914062500 0.125976562500 0.023315429688 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.494140625000 0.000000000000 0.000000000000 0.000000000000 +0.162109375000 0.012207031250 0.000000000000 0.000000000000 +0.000000000000 0.291015625000 0.117675781250 0.066894531250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.472656250000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.142578125000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.015991210938 +0.000000000000 0.008972167969 0.119628906250 0.000000000000 +0.000000000000 0.068847656250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.086914062500 +0.000000000000 0.000000000000 0.064941406250 0.000000000000 +0.000000000000 0.091796875000 0.125976562500 0.000000000000 +0.000000000000 0.000000000000 0.036865234375 0.000000000000 +0.000000000000 0.018188476562 0.000000000000 0.000000000000 +0.453125000000 0.000000000000 0.000000000000 0.000000000000 +0.112304687500 0.046142578125 0.000000000000 0.000000000000 +0.000000000000 0.183593750000 0.101074218750 0.000000000000 +0.106933593750 0.000000000000 0.004058837891 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.086425781250 0.190429687500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.144531250000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.107421875000 +0.063964843750 0.000000000000 0.000000000000 0.000229835510 +0.000000000000 0.000000000000 0.182617187500 0.000000000000 +0.000000000000 0.000000000000 0.145507812500 0.000000000000 +0.000000000000 0.018676757812 0.000000000000 0.000000000000 +0.267578125000 0.000000000000 0.000000000000 0.042480468750 +0.000406265259 0.073730468750 0.000000000000 0.000000000000 +0.000000000000 0.041015625000 0.050781250000 0.000000000000 +0.241210937500 0.000000000000 0.122070312500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.244140625000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.124023437500 0.000000000000 +0.064453125000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.096679687500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.014831542969 0.000000000000 0.097656250000 +0.152343750000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.183593750000 0.000000000000 +0.000000000000 0.000000000000 0.141601562500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.095703125000 +0.000000000000 0.084472656250 0.000000000000 0.144531250000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.251953125000 0.000000000000 0.193359375000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.281250000000 0.000000000000 0.003692626953 0.000000000000 +0.000000000000 0.000000000000 0.006378173828 0.000000000000 +0.134765625000 0.000000000000 0.000000000000 0.000000000000 +0.044433593750 0.000000000000 0.226562500000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.052001953125 0.000000000000 +0.000000000000 0.031127929688 0.000000000000 0.035156250000 +0.182617187500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.145507812500 0.030151367188 +0.000000000000 0.017578125000 0.063964843750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.100097656250 +0.000000000000 0.093261718750 0.000000000000 0.339843750000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.168945312500 0.000000000000 0.207031250000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.247070312500 0.000000000000 0.145507812500 0.125976562500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.142578125000 0.000000000000 0.000000000000 0.000000000000 +0.152343750000 0.000000000000 0.253906250000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.067871093750 0.088867187500 +0.000000000000 0.010620117188 0.000000000000 0.000000000000 +0.175781250000 0.000000000000 0.000000000000 0.035644531250 +0.000000000000 0.000000000000 0.063476562500 0.146484375000 +0.000000000000 0.008056640625 0.000000000000 0.048095703125 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.076171875000 +0.000000000000 0.120605468750 0.012390136719 0.404296875000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.182617187500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.098144531250 0.000000000000 0.238281250000 0.265625000000 +0.038818359375 0.000000000000 0.000000000000 0.000000000000 +0.107421875000 0.000000000000 0.000000000000 0.000000000000 +0.165039062500 0.000000000000 0.247070312500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.028930664062 0.197265625000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.138671875000 0.000000000000 0.000000000000 0.096679687500 +0.023559570312 0.000000000000 0.000000000000 0.199218750000 +0.000000000000 0.000000000000 0.000000000000 0.040039062500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.038818359375 +0.000000000000 0.166015625000 0.076660156250 0.386718750000 +0.000000000000 0.000000000000 0.000000000000 0.045166015625 +0.000000000000 0.028930664062 0.111328125000 0.000000000000 +0.000000000000 0.039306640625 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.281250000000 0.326171875000 +0.063964843750 0.000000000000 0.000000000000 0.000000000000 +0.031250000000 0.000000000000 0.000000000000 0.000000000000 +0.103515625000 0.000000000000 0.193359375000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.245117187500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.091308593750 0.000000000000 0.000000000000 0.166992187500 +0.091308593750 0.000000000000 0.000000000000 0.193359375000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.022827148438 +0.000000000000 0.233398437500 0.068847656250 0.294921875000 +0.000000000000 0.000000000000 0.000000000000 0.253906250000 +0.000000000000 0.070312500000 0.030395507812 0.000000000000 +0.000000000000 0.050048828125 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.287109375000 0.322265625000 +0.023681640625 0.000583648682 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.166992187500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.025024414062 0.000000000000 0.237304687500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.073242187500 0.000000000000 0.000000000000 0.214843750000 +0.106933593750 0.000000000000 0.012756347656 0.132812500000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.031005859375 +0.003997802734 0.289062500000 0.000000000000 0.178710937500 +0.000000000000 0.000000000000 0.000000000000 0.380859375000 +0.000000000000 0.105468750000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.269531250000 0.277343750000 +0.000000000000 0.108398437500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.211914062500 0.096679687500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.017822265625 0.000000000000 0.174804687500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.125976562500 0.000000000000 0.000000000000 0.225585937500 +0.053955078125 0.000000000000 0.082031250000 0.020507812500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.032470703125 +0.117675781250 0.320312500000 0.000000000000 0.094726562500 +0.000000000000 0.000000000000 0.000000000000 0.394531250000 +0.004486083984 0.108398437500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.250000000000 0.194335937500 +0.000000000000 0.187500000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.279296875000 0.111328125000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.072265625000 +0.000000000000 0.013427734375 0.000000000000 0.000000000000 +0.203125000000 0.000000000000 0.000000000000 0.191406250000 +0.000000000000 0.000000000000 0.132812500000 0.000000000000 +0.000000000000 0.000000000000 0.015197753906 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.013366699219 +0.150390625000 0.314453125000 0.000000000000 0.092773437500 +0.000000000000 0.000000000000 0.000000000000 0.308593750000 +0.214843750000 0.106933593750 0.017089843750 0.000000000000 +0.021240234375 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.201171875000 0.122558593750 +0.000000000000 0.213867187500 0.000000000000 0.000000000000 +0.070312500000 0.000000000000 0.000000000000 0.032470703125 +0.000000000000 0.000000000000 0.324218750000 0.040039062500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.183593750000 0.000000000000 0.000000000000 +0.285156250000 0.000000000000 0.000000000000 0.087890625000 +0.000000000000 0.000000000000 0.131835937500 0.000000000000 +0.000000000000 0.031005859375 0.078125000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.015319824219 0.000000000000 +0.127929687500 0.257812500000 0.000000000000 0.132812500000 +0.000000000000 0.000000000000 0.000000000000 0.098144531250 +0.333984375000 0.063476562500 0.061523437500 0.000000000000 +0.110351562500 0.000000000000 0.000000000000 0.000000000000 +0.152343750000 0.000000000000 0.140625000000 0.081054687500 +0.000000000000 0.196289062500 0.000000000000 0.000000000000 +0.127929687500 0.000000000000 0.000000000000 0.139648437500 +0.000000000000 0.000000000000 0.320312500000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.324218750000 0.000000000000 0.103515625000 +0.330078125000 0.046630859375 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.094238281250 0.000000000000 +0.000000000000 0.044921875000 0.068359375000 0.000000000000 +0.000000000000 0.076660156250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.031982421875 0.000000000000 +0.020996093750 0.149414062500 0.000000000000 0.154296875000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.345703125000 0.000000000000 0.090332031250 0.000000000000 +0.188476562500 0.000000000000 0.000000000000 0.000000000000 +0.257812500000 0.000000000000 0.037109375000 0.064453125000 +0.050537109375 0.108886718750 0.000000000000 0.000000000000 +0.142578125000 0.050048828125 0.000000000000 0.178710937500 +0.000000000000 0.000000000000 0.236328125000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.124511718750 0.000000000000 +0.000000000000 0.404296875000 0.000000000000 0.238281250000 +0.333984375000 0.083496093750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.010986328125 0.000000000000 +0.033203125000 0.029052734375 0.000000000000 0.000000000000 +0.000000000000 0.134765625000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.038574218750 0.000000000000 +0.000000000000 0.006835937500 0.000000000000 0.142578125000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.277343750000 0.000000000000 0.090820312500 0.000000000000 +0.241210937500 0.000000000000 0.000000000000 0.281250000000 +0.292968750000 0.000000000000 0.000000000000 0.049560546875 +0.129882812500 0.000000000000 0.000000000000 0.000000000000 +0.124511718750 0.257812500000 0.000000000000 0.168945312500 +0.000000000000 0.006317138672 0.073730468750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.211914062500 0.000000000000 +0.000000000000 0.406250000000 0.000000000000 0.333984375000 +0.294921875000 0.082519531250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.065917968750 0.000000000000 0.000000000000 0.082519531250 +0.000000000000 0.148437500000 0.042480468750 0.000000000000 +0.000000000000 0.000000000000 0.008544921875 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.063964843750 +0.049560546875 0.000000000000 0.008789062500 0.000000000000 +0.109375000000 0.000000000000 0.075195312500 0.000000000000 +0.250000000000 0.000000000000 0.001205444336 0.484375000000 +0.277343750000 0.000000000000 0.000000000000 0.023559570312 +0.144531250000 0.000000000000 0.000000000000 0.000000000000 +0.046386718750 0.402343750000 0.000000000000 0.108398437500 +0.082031250000 0.125000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.037109375000 0.000000000000 +0.000000000000 0.000000000000 0.221679687500 0.000000000000 +0.000000000000 0.351562500000 0.000000000000 0.375000000000 +0.193359375000 0.026855468750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.067871093750 0.000000000000 0.000000000000 0.123535156250 +0.000000000000 0.144531250000 0.183593750000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.107421875000 0.000000000000 0.042480468750 0.000000000000 +0.000000000000 0.000000000000 0.030029296875 0.003601074219 +0.234375000000 0.000000000000 0.040771484375 0.566406250000 +0.197265625000 0.000000000000 0.000000000000 0.000000000000 +0.117675781250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.453125000000 0.000000000000 0.000000000000 +0.107421875000 0.166015625000 0.000000000000 0.000000000000 +0.000000000000 0.072753906250 0.236328125000 0.000000000000 +0.000000000000 0.000000000000 0.196289062500 0.000000000000 +0.000000000000 0.214843750000 0.000000000000 0.371093750000 +0.055664062500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.035156250000 0.000000000000 0.000000000000 0.108398437500 +0.000000000000 0.098144531250 0.261718750000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.116210937500 0.055664062500 0.082519531250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.155273437500 0.000000000000 0.056884765625 0.546875000000 +0.071777343750 0.000000000000 0.000000000000 0.000000000000 +0.002563476562 0.000000000000 0.000000000000 0.054443359375 +0.000000000000 0.437500000000 0.000000000000 0.000000000000 +0.102050781250 0.153320312500 0.000000000000 0.000000000000 +0.000000000000 0.197265625000 0.369140625000 0.111816406250 +0.000000000000 0.022094726562 0.083007812500 0.000000000000 +0.052001953125 0.018432617188 0.000000000000 0.332031250000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.024658203125 +0.000000000000 0.037109375000 0.273437500000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.084472656250 0.118164062500 0.095214843750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.010437011719 +0.031982421875 0.008056640625 0.048583984375 0.425781250000 +0.000000000000 0.259765625000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.126953125000 +0.000000000000 0.328125000000 0.014343261719 0.000000000000 +0.058837890625 0.059326171875 0.000000000000 0.000000000000 +0.049560546875 0.255859375000 0.414062500000 0.195312500000 +0.000000000000 0.143554687500 0.000000000000 0.000000000000 +0.076660156250 0.000000000000 0.000000000000 0.243164062500 +0.000000000000 0.000000000000 0.143554687500 0.000000000000 +0.062500000000 0.039062500000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.003143310547 0.000000000000 0.242187500000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.152343750000 0.102050781250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.002548217773 +0.000000000000 0.049560546875 0.000000000000 0.208007812500 +0.000000000000 0.458984375000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.131835937500 +0.000000000000 0.139648437500 0.033935546875 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.090332031250 0.245117187500 0.398437500000 0.226562500000 +0.000000000000 0.197265625000 0.000000000000 0.000000000000 +0.082031250000 0.000000000000 0.000000000000 0.121093750000 +0.000000000000 0.000000000000 0.259765625000 0.000000000000 +0.169921875000 0.105957031250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.027832031250 0.000000000000 0.154296875000 0.000000000000 +0.022094726562 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.071777343750 0.000000000000 +0.000000000000 0.159179687500 0.081542968750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.055175781250 0.000000000000 0.000000000000 +0.000000000000 0.539062500000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.009643554688 0.078613281250 +0.000000000000 0.000000000000 0.037353515625 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.087890625000 0.166992187500 0.294921875000 0.215820312500 +0.006164550781 0.206054687500 0.000000000000 0.035400390625 +0.055175781250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.292968750000 0.030883789062 +0.233398437500 0.111816406250 0.000000000000 0.009094238281 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.026367187500 0.000000000000 0.009399414062 0.000000000000 +0.185546875000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.156250000000 0.000000000000 +0.000000000000 0.138671875000 0.037353515625 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.017456054688 0.000000000000 0.000000000000 +0.000000000000 0.523437500000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.092773437500 0.000000000000 +0.000000000000 0.000000000000 0.041015625000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.064453125000 0.017700195312 0.092773437500 0.125976562500 +0.000000000000 0.185546875000 0.000000000000 0.087402343750 +0.005950927734 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.285156250000 0.166992187500 +0.236328125000 0.055664062500 0.038330078125 0.074707031250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.212890625000 0.000000000000 0.000000000000 0.097167968750 +0.000000000000 0.103515625000 0.174804687500 0.000000000000 +0.000000000000 0.084472656250 0.000000000000 0.217773437500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.386718750000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.107421875000 0.000000000000 +0.000000000000 0.000000000000 0.025024414062 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.030517578125 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.163085937500 0.000000000000 0.150390625000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.233398437500 0.229492187500 +0.207031250000 0.000000000000 0.065917968750 0.100097656250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.149414062500 0.000000000000 0.000000000000 0.126953125000 +0.000000000000 0.201171875000 0.155273437500 0.000000000000 +0.000000000000 0.024658203125 0.000000000000 0.390625000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.173828125000 0.101074218750 0.034912109375 +0.000000000000 0.000000000000 0.056152343750 0.000000000000 +0.000000000000 0.000000000000 0.010742187500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.023193359375 +0.018920898438 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.192382812500 0.000000000000 0.204101562500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.156250000000 0.224609375000 +0.151367187500 0.000000000000 0.053955078125 0.101562500000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.083984375000 +0.020629882812 0.222656250000 0.066406250000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.484375000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.194335937500 0.166992187500 +0.000000000000 0.063476562500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.004516601562 0.031250000000 +0.051025390625 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.281250000000 0.000000000000 0.237304687500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.091308593750 0.164062500000 +0.096191406250 0.000000000000 0.000000000000 0.062011718750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.043457031250 0.210937500000 0.000000000000 0.000000000000 +0.000000000000 0.016357421875 0.000000000000 0.500000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.024658203125 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.201171875000 0.246093750000 +0.000000000000 0.174804687500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.027099609375 +0.089843750000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.384765625000 0.000000000000 0.241210937500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.077148437500 0.056152343750 +0.065917968750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.047851562500 0.000000000000 +0.000000000000 0.000000000000 0.023925781250 0.000000000000 +0.070800781250 0.142578125000 0.000000000000 0.000000000000 +0.000000000000 0.097167968750 0.000000000000 0.470703125000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.164062500000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.111816406250 0.248046875000 +0.000000000000 0.183593750000 0.000000000000 0.016967773438 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.023315429688 0.000000000000 0.028686523438 +0.083007812500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.445312500000 0.000000000000 0.204101562500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.114746093750 0.000000000000 +0.074707031250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.085449218750 0.006042480469 +0.000000000000 0.000000000000 0.012023925781 0.000000000000 +0.094726562500 0.062988281250 0.000000000000 0.000000000000 +0.000000000000 0.181640625000 0.000000000000 0.382812500000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.192382812500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.118652343750 0.000000000000 0.167968750000 +0.000000000000 0.126953125000 0.000000000000 0.071289062500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.014526367188 +0.054199218750 0.000000000000 0.063964843750 0.000000000000 +0.000000000000 0.441406250000 0.000000000000 0.118164062500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.149414062500 0.000000000000 +0.084960937500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.064453125000 0.019531250000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.102539062500 0.005523681641 0.000000000000 0.000000000000 +0.000000000000 0.228515625000 0.000000000000 0.259765625000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.141601562500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.259765625000 0.000000000000 0.010253906250 +0.000000000000 0.000000000000 0.000000000000 0.042968750000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.014099121094 +0.000000000000 0.000000000000 0.115234375000 0.000000000000 +0.000000000000 0.347656250000 0.000000000000 0.014892578125 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.147460937500 0.000000000000 +0.083984375000 0.004699707031 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.003738403320 +0.222656250000 0.000000000000 0.000000000000 0.000000000000 +0.100097656250 0.018188476562 0.000000000000 0.000000000000 +0.000000000000 0.224609375000 0.038085937500 0.137695312500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.279296875000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.003005981445 +0.000000000000 0.000000000000 0.090332031250 0.000000000000 +0.000000000000 0.154296875000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.094726562500 0.029907226562 +0.037597656250 0.042968750000 0.065429687500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.330078125000 0.000000000000 0.000000000000 0.000000000000 +0.090820312500 0.074218750000 0.000000000000 0.000000000000 +0.000000000000 0.172851562500 0.048339843750 0.023315429688 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.192382812500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.074707031250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.036865234375 +0.040771484375 0.000000000000 0.000000000000 0.055908203125 +0.000000000000 0.000000000000 0.174804687500 0.000000000000 +0.000000000000 0.000000000000 0.103027343750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.296875000000 0.000000000000 0.000000000000 0.028930664062 +0.049072265625 0.113769531250 0.000000000000 0.000000000000 +0.000000000000 0.069824218750 0.033935546875 0.000000000000 +0.198242187500 0.000000000000 0.065429687500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.146484375000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.092285156250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.044433593750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.090820312500 0.000000000000 0.095703125000 +0.180664062500 0.000000000000 0.000000000000 0.037109375000 +0.000000000000 0.000000000000 0.194335937500 0.000000000000 +0.000000000000 0.003021240234 0.170898437500 0.000000000000 +0.000000000000 0.005859375000 0.000000000000 0.000000000000 +0.088867187500 0.000000000000 0.000000000000 0.029907226562 +0.000000000000 0.120117187500 0.000000000000 0.024414062500 +0.000000000000 0.000000000000 0.003463745117 0.000000000000 +0.324218750000 0.000000000000 0.134765625000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.259765625000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.022460937500 0.000000000000 +0.077148437500 0.000000000000 0.000000000000 0.095214843750 +0.000000000000 0.000000000000 0.157226562500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.285156250000 0.000000000000 0.173828125000 +0.281250000000 0.033691406250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.160156250000 0.000000000000 +0.000000000000 0.041503906250 0.150390625000 0.000000000000 +0.000000000000 0.067871093750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.077148437500 0.000000000000 0.129882812500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.335937500000 0.000000000000 0.138671875000 0.000000000000 +0.051025390625 0.000000000000 0.000000000000 0.068847656250 +0.304687500000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.123046875000 0.073730468750 0.000000000000 0.162109375000 +0.000000000000 0.000000000000 0.155273437500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.116210937500 0.000000000000 +0.000000000000 0.396484375000 0.000000000000 0.263671875000 +0.298828125000 0.070312500000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.040283203125 0.000000000000 +0.037597656250 0.035888671875 0.020629882812 0.000000000000 +0.000000000000 0.128906250000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.128906250000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.265625000000 0.000000000000 0.121093750000 0.000000000000 +0.197265625000 0.000000000000 0.000000000000 0.322265625000 +0.300781250000 0.000000000000 0.000000000000 0.014953613281 +0.098632812500 0.000000000000 0.000000000000 0.000000000000 +0.122558593750 0.255859375000 0.000000000000 0.153320312500 +0.013671875000 0.000000000000 0.036621093750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.213867187500 0.000000000000 +0.000000000000 0.396484375000 0.000000000000 0.330078125000 +0.275390625000 0.074707031250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.054199218750 0.000000000000 0.000000000000 0.081054687500 +0.000000000000 0.145507812500 0.040527343750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.048339843750 +0.019409179688 0.000000000000 0.002563476562 0.000000000000 +0.092285156250 0.000000000000 0.077636718750 0.000000000000 +0.227539062500 0.000000000000 0.000000000000 0.494140625000 +0.281250000000 0.000000000000 0.000000000000 0.008117675781 +0.125000000000 0.000000000000 0.000000000000 0.000000000000 +0.082519531250 0.302734375000 0.000000000000 0.028442382812 +0.109375000000 0.016601562500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.032958984375 0.000000000000 +0.000000000000 0.000000000000 0.233398437500 0.000000000000 +0.000000000000 0.298828125000 0.000000000000 0.337890625000 +0.176757812500 0.015075683594 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.039306640625 0.000000000000 0.000000000000 0.097167968750 +0.000000000000 0.117675781250 0.125000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.002700805664 0.000000000000 0.012451171875 0.000000000000 +0.000000000000 0.000000000000 0.048339843750 0.000000000000 +0.157226562500 0.000000000000 0.005187988281 0.531250000000 +0.229492187500 0.000000000000 0.000000000000 0.000000000000 +0.066406250000 0.000000000000 0.000000000000 0.000000000000 +0.005737304688 0.261718750000 0.000000000000 0.000000000000 +0.156250000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.015563964844 0.123535156250 0.201171875000 +0.000000000000 0.000000000000 0.195312500000 0.000000000000 +0.000000000000 0.098144531250 0.000000000000 0.289062500000 +0.047119140625 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.072265625000 +0.000000000000 0.018920898438 0.128906250000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.007934570312 0.000000000000 +0.000000000000 0.000000000000 0.049072265625 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.466796875000 +0.146484375000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.067382812500 0.000000000000 0.000000000000 +0.154296875000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.014953613281 0.115722656250 0.302734375000 +0.000000000000 0.000000000000 0.073730468750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.150390625000 +0.000000000000 0.000000000000 0.017211914062 0.000000000000 +0.051757812500 0.000000000000 0.000000000000 0.039062500000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.072265625000 0.000000000000 0.080566406250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.114257812500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.059082031250 0.000000000000 +0.000000000000 0.043701171875 0.000000000000 0.223632812500 +0.035644531250 0.022216796875 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.094726562500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.005737304688 0.267578125000 +0.000000000000 0.000000000000 0.000000000000 0.077636718750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.093261718750 0.076660156250 +0.147460937500 0.000000000000 0.000000000000 0.133789062500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.085937500000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.079101562500 +0.000000000000 0.034423828125 0.213867187500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.057128906250 0.000000000000 +0.000000000000 0.044677734375 0.000000000000 0.000000000000 +0.000000000000 0.039550781250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.002731323242 0.000000000000 0.000000000000 0.052246093750 +0.000000000000 0.000000000000 0.000000000000 0.144531250000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.092285156250 0.195312500000 +0.157226562500 0.000000000000 0.060058593750 0.142578125000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.018188476562 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.116699218750 +0.000000000000 0.165039062500 0.182617187500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.152343750000 +0.000000000000 0.000000000000 0.036621093750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.064941406250 0.062255859375 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.055419921875 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.045654296875 0.000000000000 0.152343750000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.023193359375 0.000000000000 0.024414062500 0.200195312500 +0.085937500000 0.000000000000 0.065429687500 0.055664062500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.052734375000 +0.051757812500 0.214843750000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.275390625000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.104003906250 0.114746093750 +0.000000000000 0.097656250000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.043212890625 0.086914062500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.053466796875 0.000000000000 0.105957031250 +0.000000000000 0.006866455078 0.000000000000 0.000000000000 +0.097656250000 0.000000000000 0.000000000000 0.107910156250 +0.000000000000 0.000000000000 0.030761718750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.030151367188 0.000000000000 +0.148437500000 0.197265625000 0.000000000000 0.000000000000 +0.000000000000 0.040283203125 0.000000000000 0.251953125000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.149414062500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.062500000000 0.115234375000 +0.000000000000 0.216796875000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.184570312500 +0.000000000000 0.000000000000 0.025268554688 0.040039062500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.041992187500 0.000000000000 0.000000000000 +0.000000000000 0.150390625000 0.000000000000 0.045410156250 +0.125000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.069335937500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.071289062500 0.000000000000 +0.142578125000 0.092773437500 0.000000000000 0.000000000000 +0.067871093750 0.093261718750 0.000000000000 0.055175781250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.308593750000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.062988281250 +0.000000000000 0.191406250000 0.000000000000 0.000000000000 +0.000000000000 0.194335937500 0.000000000000 0.269531250000 +0.000000000000 0.059814453125 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.004119873047 0.000000000000 0.000000000000 +0.000000000000 0.204101562500 0.000000000000 0.238281250000 +0.110351562500 0.004516601562 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.030151367188 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.183593750000 0.020507812500 0.000000000000 +0.000000000000 0.000000000000 0.049072265625 0.000000000000 +0.038330078125 0.000000000000 0.000000000000 0.000000000000 +0.202148437500 0.127929687500 0.064941406250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.337890625000 0.000000000000 0.000000000000 0.075683593750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.012756347656 0.000000000000 0.000000000000 +0.000000000000 0.384765625000 0.000000000000 0.244140625000 +0.000000000000 0.135742187500 0.000000000000 0.000000000000 +0.000000000000 0.083007812500 0.181640625000 0.000000000000 +0.000000000000 0.000000000000 0.019775390625 0.000000000000 +0.000000000000 0.190429687500 0.000000000000 0.357421875000 +0.045166015625 0.018798828125 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.036132812500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.206054687500 0.146484375000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.227539062500 0.140625000000 0.110351562500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.298828125000 0.000000000000 0.044189453125 0.320312500000 +0.001770019531 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.423828125000 0.000000000000 0.063476562500 +0.011230468750 0.132812500000 0.000000000000 0.000000000000 +0.000000000000 0.244140625000 0.353515625000 0.033447265625 +0.000000000000 0.003036499023 0.036376953125 0.000000000000 +0.009887695312 0.066894531250 0.000000000000 0.375000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.164062500000 0.217773437500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.176757812500 0.143554687500 0.120605468750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.001594543457 +0.138671875000 0.000000000000 0.060302734375 0.373046875000 +0.000000000000 0.196289062500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.059326171875 +0.000000000000 0.378906250000 0.012145996094 0.000000000000 +0.052490234375 0.049804687500 0.000000000000 0.000000000000 +0.000000000000 0.291015625000 0.425781250000 0.250000000000 +0.000000000000 0.066894531250 0.000000000000 0.000000000000 +0.055908203125 0.000000000000 0.000000000000 0.322265625000 +0.000000000000 0.000000000000 0.094726562500 0.000000000000 +0.002227783203 0.039062500000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.007537841797 0.042236328125 0.219726562500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.033447265625 0.137695312500 0.116210937500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.013244628906 0.013183593750 0.314453125000 +0.000000000000 0.408203125000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.091796875000 +0.000000000000 0.194335937500 0.036865234375 0.000000000000 +0.041259765625 0.000000000000 0.000000000000 0.000000000000 +0.078125000000 0.275390625000 0.414062500000 0.304687500000 +0.000000000000 0.133789062500 0.000000000000 0.000000000000 +0.069335937500 0.000000000000 0.000000000000 0.183593750000 +0.000000000000 0.000000000000 0.228515625000 0.000000000000 +0.145507812500 0.094726562500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.062011718750 0.000000000000 0.168945312500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.101074218750 0.000000000000 +0.000000000000 0.129882812500 0.087402343750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.063476562500 0.000000000000 0.075683593750 +0.000000000000 0.511718750000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.001136779785 0.067871093750 +0.000000000000 0.000000000000 0.035888671875 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.107910156250 0.182617187500 0.306640625000 0.285156250000 +0.000000000000 0.173828125000 0.000000000000 0.044921875000 +0.055664062500 0.000000000000 0.000000000000 0.010986328125 +0.000000000000 0.000000000000 0.291015625000 0.010742187500 +0.236328125000 0.107910156250 0.000000000000 0.043457031250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.066406250000 0.000000000000 0.049072265625 0.000000000000 +0.105468750000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.202148437500 0.000000000000 +0.000000000000 0.111328125000 0.039062500000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.060791015625 0.000000000000 0.000000000000 +0.000000000000 0.507812500000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.071289062500 0.000000000000 +0.000000000000 0.000000000000 0.035644531250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.095703125000 0.023437500000 0.114257812500 0.165039062500 +0.000000000000 0.179687500000 0.000000000000 0.106445312500 +0.016601562500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.296875000000 0.164062500000 +0.251953125000 0.059082031250 0.019897460938 0.094238281250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.020996093750 0.000000000000 0.000000000000 0.000000000000 +0.173828125000 0.000000000000 0.000000000000 0.090820312500 +0.000000000000 0.092285156250 0.217773437500 0.000000000000 +0.000000000000 0.075195312500 0.000000000000 0.200195312500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.404296875000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.086425781250 0.000000000000 +0.000000000000 0.000000000000 0.019165039062 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.057128906250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.175781250000 0.000000000000 0.158203125000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.250000000000 0.245117187500 +0.236328125000 0.000000000000 0.072265625000 0.110351562500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.162109375000 0.000000000000 0.000000000000 0.140625000000 +0.000000000000 0.207031250000 0.180664062500 0.000000000000 +0.000000000000 0.028930664062 0.000000000000 0.404296875000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.206054687500 0.093750000000 0.022460937500 +0.000000000000 0.000000000000 0.057861328125 0.000000000000 +0.000000000000 0.000000000000 0.005950927734 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.036132812500 +0.018066406250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.184570312500 0.000000000000 0.199218750000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.171875000000 0.247070312500 +0.173828125000 0.000000000000 0.067382812500 0.104003906250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.030883789062 0.000000000000 0.000000000000 0.115722656250 +0.033935546875 0.245117187500 0.082031250000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.511718750000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.210937500000 0.150390625000 +0.000000000000 0.050292968750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.040527343750 0.040283203125 +0.027954101562 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.248046875000 0.000000000000 0.234375000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.099121093750 0.199218750000 +0.108398437500 0.000000000000 0.007171630859 0.076171875000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.048828125000 0.238281250000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.531250000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.230468750000 0.242187500000 +0.000000000000 0.166992187500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.010559082031 0.041259765625 +0.063476562500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.337890625000 0.000000000000 0.243164062500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.063964843750 0.106933593750 +0.076660156250 0.000000000000 0.000000000000 0.023071289062 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.016357421875 0.000000000000 +0.069335937500 0.186523437500 0.000000000000 0.000000000000 +0.000000000000 0.058349609375 0.000000000000 0.503906250000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.123535156250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.177734375000 0.257812500000 +0.000000000000 0.201171875000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.012695312500 0.000000000000 0.041259765625 +0.082031250000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.425781250000 0.000000000000 0.226562500000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.079589843750 0.000000000000 +0.058837890625 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.078125000000 0.000000000000 +0.000000000000 0.000000000000 0.031494140625 0.000000000000 +0.096191406250 0.104003906250 0.000000000000 0.000000000000 +0.000000000000 0.150390625000 0.000000000000 0.429687500000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.208007812500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.028686523438 0.025634765625 0.216796875000 +0.000000000000 0.181640625000 0.000000000000 0.056396484375 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.068359375000 0.000000000000 0.043945312500 +0.071289062500 0.000000000000 0.005462646484 0.000000000000 +0.000000000000 0.464843750000 0.000000000000 0.161132812500 +0.035400390625 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.099121093750 0.000000000000 +0.045654296875 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.095214843750 0.000000000000 +0.000000000000 0.000000000000 0.011474609375 0.000000000000 +0.121582031250 0.010253906250 0.000000000000 0.000000000000 +0.086425781250 0.243164062500 0.001869201660 0.302734375000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.223632812500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.205078125000 0.000000000000 0.093750000000 +0.000000000000 0.089843750000 0.000000000000 0.083984375000 +0.000000000000 0.045898437500 0.000000000000 0.009887695312 +0.000000000000 0.066406250000 0.000000000000 0.044433593750 +0.015563964844 0.010803222656 0.192382812500 0.000000000000 +0.000000000000 0.451171875000 0.000000000000 0.055908203125 +0.072753906250 0.000000000000 0.000000000000 0.003036499023 +0.000000000000 0.000000000000 0.101562500000 0.000000000000 +0.020874023438 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.006011962891 0.079101562500 0.000000000000 +0.032226562500 0.000000000000 0.000000000000 0.000000000000 +0.137695312500 0.000000000000 0.000000000000 0.000000000000 +0.140625000000 0.306640625000 0.088867187500 0.125976562500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.200195312500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.330078125000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.052490234375 +0.000000000000 0.139648437500 0.000000000000 0.140625000000 +0.000000000000 0.000000000000 0.000000000000 0.011413574219 +0.000000000000 0.104980468750 0.300781250000 0.000000000000 +0.000000000000 0.353515625000 0.000000000000 0.000000000000 +0.078125000000 0.000000000000 0.000000000000 0.153320312500 +0.000000000000 0.000000000000 0.082519531250 0.000000000000 +0.000000000000 0.019165039062 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.112792968750 0.000000000000 0.000000000000 +0.201171875000 0.000000000000 0.000000000000 0.000000000000 +0.134765625000 0.000000000000 0.000000000000 0.000000000000 +0.144531250000 0.320312500000 0.160156250000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.124023437500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.351562500000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.200195312500 0.000000000000 0.225585937500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.140625000000 0.322265625000 0.000000000000 +0.000000000000 0.182617187500 0.000000000000 0.000000000000 +0.069824218750 0.000000000000 0.000000000000 0.294921875000 +0.000000000000 0.000000000000 0.010375976562 0.000000000000 +0.000000000000 0.073730468750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.190429687500 0.000000000000 0.000000000000 +0.248046875000 0.000000000000 0.000000000000 0.000000000000 +0.087890625000 0.000000000000 0.000000000000 0.000000000000 +0.117187500000 0.300781250000 0.201171875000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.028930664062 0.000000000000 0.000000000000 0.000000000000 +0.012573242188 0.312500000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.006652832031 0.000000000000 +0.000000000000 0.255859375000 0.000000000000 0.273437500000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.137695312500 0.310546875000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.046142578125 0.042480468750 0.000000000000 0.404296875000 +0.000000000000 0.063476562500 0.000000000000 0.000000000000 +0.000000000000 0.071777343750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.243164062500 0.000000000000 0.000000000000 +0.218750000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.079589843750 0.240234375000 0.213867187500 0.000000000000 +0.036621093750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.007629394531 0.124511718750 +0.201171875000 0.179687500000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.029052734375 0.000000000000 +0.000000000000 0.310546875000 0.000000000000 0.279296875000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.105468750000 0.265625000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.011230468750 0.148437500000 0.000000000000 0.480468750000 +0.032958984375 0.124023437500 0.000000000000 0.000000000000 +0.000000000000 0.045898437500 0.000000000000 0.000000000000 +0.013610839844 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.259765625000 0.000000000000 0.000000000000 +0.085449218750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.047119140625 0.160156250000 0.208984375000 0.000000000000 +0.105957031250 0.000000000000 0.044433593750 0.000000000000 +0.000000000000 0.000000000000 0.023437500000 0.341796875000 +0.333984375000 0.007202148438 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.014282226562 0.000000000000 +0.000000000000 0.359375000000 0.000000000000 0.249023437500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.077636718750 0.213867187500 0.061279296875 +0.000000000000 0.000000000000 0.033935546875 0.000000000000 +0.000000000000 0.209960937500 0.000000000000 0.519531250000 +0.072265625000 0.144531250000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.024169921875 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.257812500000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.022705078125 0.081054687500 0.187500000000 0.000000000000 +0.101562500000 0.000000000000 0.088867187500 0.000000000000 +0.000000000000 0.000000000000 0.046142578125 0.515625000000 +0.378906250000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.394531250000 0.000000000000 0.161132812500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.059326171875 0.183593750000 0.107910156250 +0.000000000000 0.000000000000 0.125000000000 0.000000000000 +0.000000000000 0.221679687500 0.000000000000 0.519531250000 +0.075683593750 0.115234375000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.021484375000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.224609375000 0.000392913818 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.009216308594 0.023803710938 0.158203125000 0.000000000000 +0.022460937500 0.000000000000 0.097167968750 0.000000000000 +0.000000000000 0.000000000000 0.043212890625 0.605468750000 +0.369140625000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.402343750000 0.000000000000 0.029296875000 +0.059570312500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.082031250000 0.202148437500 0.134765625000 +0.000000000000 0.000000000000 0.149414062500 0.000000000000 +0.000000000000 0.191406250000 0.000000000000 0.486328125000 +0.044677734375 0.029418945312 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.038818359375 +0.000000000000 0.154296875000 0.115722656250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.004913330078 0.003860473633 0.125000000000 0.000000000000 +0.000000000000 0.000000000000 0.079589843750 0.001251220703 +0.000000000000 0.000000000000 0.042480468750 0.617187500000 +0.269531250000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.392578125000 0.000000000000 0.000000000000 +0.110839843750 0.023925781250 0.000000000000 0.000000000000 +0.000000000000 0.119628906250 0.257812500000 0.151367187500 +0.000000000000 0.000000000000 0.131835937500 0.000000000000 +0.022583007812 0.096191406250 0.000000000000 0.408203125000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.048095703125 +0.000000000000 0.075195312500 0.202148437500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.003997802734 0.032470703125 0.098632812500 0.000000000000 +0.000000000000 0.000000000000 0.030029296875 0.000000000000 +0.000000000000 0.000000000000 0.016967773438 0.539062500000 +0.111816406250 0.052490234375 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.333984375000 0.000000000000 0.000000000000 +0.111328125000 0.035156250000 0.000000000000 0.000000000000 +0.000000000000 0.160156250000 0.304687500000 0.154296875000 +0.000000000000 0.014648437500 0.049560546875 0.000000000000 +0.058349609375 0.000000000000 0.000000000000 0.296875000000 +0.000000000000 0.000000000000 0.025512695312 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000740051270 +0.000000000000 0.000000000000 0.233398437500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.083984375000 0.076660156250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.025390625000 0.000000000000 0.361328125000 +0.000000000000 0.257812500000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.099609375000 +0.000000000000 0.227539062500 0.000000000000 0.000000000000 +0.064941406250 0.009277343750 0.000000000000 0.000000000000 +0.087890625000 0.164062500000 0.332031250000 0.131835937500 +0.000000000000 0.166992187500 0.000000000000 0.000000000000 +0.093750000000 0.000000000000 0.000000000000 0.174804687500 +0.000000000000 0.000000000000 0.149414062500 0.000000000000 +0.083984375000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.003936767578 0.000000000000 0.221679687500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.141601562500 0.068359375000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.060546875000 0.000000000000 0.108398437500 +0.000000000000 0.423828125000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.121582031250 +0.000000000000 0.090820312500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.095214843750 0.149414062500 0.330078125000 0.084960937500 +0.000000000000 0.237304687500 0.000000000000 0.011535644531 +0.097167968750 0.000000000000 0.000000000000 0.061035156250 +0.000000000000 0.000000000000 0.218750000000 0.000000000000 +0.149414062500 0.062988281250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.138671875000 0.000000000000 +0.026000976562 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.182617187500 0.068359375000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.039794921875 0.000000000000 0.000000000000 +0.000000000000 0.482421875000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.067871093750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.031982421875 0.092285156250 0.271484375000 0.018798828125 +0.000000000000 0.231445312500 0.000000000000 0.000000000000 +0.065429687500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.220703125000 0.000000000000 +0.150390625000 0.101074218750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.249023437500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.187500000000 0.069335937500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.460937500000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.052001953125 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.142578125000 0.000000000000 +0.000000000000 0.136718750000 0.000000000000 0.000000000000 +0.010437011719 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.157226562500 0.072753906250 +0.097167968750 0.093261718750 0.082031250000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.349609375000 0.000000000000 0.000000000000 0.000000000000 +0.051757812500 0.071289062500 0.000000000000 0.000000000000 +0.000000000000 0.155273437500 0.053466796875 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.296875000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.108398437500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.006958007812 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.022216796875 0.000000000000 0.009094238281 0.092285156250 +0.000000000000 0.027465820312 0.183593750000 0.000000000000 +0.000000000000 0.000000000000 0.099609375000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.332031250000 0.000000000000 0.000000000000 0.055175781250 +0.069335937500 0.140625000000 0.000000000000 0.000000000000 +0.000000000000 0.081054687500 0.033447265625 0.000000000000 +0.182617187500 0.000000000000 0.051513671875 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.112792968750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.105468750000 0.000000000000 +0.003723144531 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.074707031250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.041992187500 0.000000000000 0.048339843750 +0.178710937500 0.000000000000 0.000000000000 0.082519531250 +0.000000000000 0.000000000000 0.232421875000 0.000000000000 +0.000000000000 0.002914428711 0.225585937500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.181640625000 0.000000000000 0.000000000000 0.081542968750 +0.041503906250 0.161132812500 0.000000000000 0.024047851562 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.384765625000 0.000000000000 0.142578125000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.294921875000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.048828125000 0.000000000000 +0.154296875000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.269531250000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.209960937500 0.000000000000 0.101562500000 +0.308593750000 0.039794921875 0.000000000000 0.029541015625 +0.000000000000 0.000000000000 0.234375000000 0.000000000000 +0.000000000000 0.093750000000 0.255859375000 0.000000000000 +0.000000000000 0.015075683594 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.075195312500 +0.000000000000 0.157226562500 0.000000000000 0.255859375000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.468750000000 0.000000000000 0.213867187500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.421875000000 0.000000000000 0.021972656250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.267578125000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.378906250000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.118652343750 0.000000000000 +0.000000000000 0.316406250000 0.000000000000 0.130859375000 +0.376953125000 0.056152343750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.203125000000 0.000000000000 +0.000000000000 0.130859375000 0.234375000000 0.000000000000 +0.000000000000 0.015869140625 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.025146484375 +0.000000000000 0.121093750000 0.000000000000 0.414062500000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.464843750000 0.004180908203 0.248046875000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.170898437500 +0.468750000000 0.000000000000 0.062500000000 0.048583984375 +0.006317138672 0.000000000000 0.000000000000 0.000000000000 +0.324218750000 0.000000000000 0.000000000000 0.000000000000 +0.063476562500 0.000000000000 0.400390625000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.242187500000 0.000000000000 +0.000000000000 0.328125000000 0.000000000000 0.128906250000 +0.386718750000 0.039794921875 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.131835937500 0.000000000000 +0.000000000000 0.124511718750 0.129882812500 0.094238281250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.074218750000 0.000000000000 0.503906250000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.371093750000 0.008728027344 0.255859375000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.283203125000 +0.458984375000 0.000000000000 0.091796875000 0.130859375000 +0.121582031250 0.000000000000 0.000000000000 0.000000000000 +0.318359375000 0.000000000000 0.000000000000 0.000000000000 +0.190429687500 0.000000000000 0.384765625000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.275390625000 0.000000000000 +0.000000000000 0.283203125000 0.000000000000 0.080566406250 +0.359375000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.060302734375 0.012573242188 +0.000000000000 0.104003906250 0.000000000000 0.185546875000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.048583984375 0.000000000000 0.539062500000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.196289062500 0.010498046875 0.250000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.285156250000 +0.382812500000 0.000000000000 0.135742187500 0.208984375000 +0.160156250000 0.000000000000 0.000000000000 0.000000000000 +0.281250000000 0.000000000000 0.000000000000 0.000000000000 +0.251953125000 0.000000000000 0.326171875000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.255859375000 0.053710937500 +0.000000000000 0.153320312500 0.000000000000 0.000000000000 +0.279296875000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.009948730469 0.137695312500 +0.000000000000 0.054199218750 0.000000000000 0.196289062500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.026489257812 +0.000000000000 0.077636718750 0.000000000000 0.539062500000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.019897460938 0.218750000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.185546875000 +0.220703125000 0.000000000000 0.208984375000 0.277343750000 +0.159179687500 0.000000000000 0.000000000000 0.000000000000 +0.187500000000 0.000000000000 0.000000000000 0.000000000000 +0.247070312500 0.000000000000 0.271484375000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.146484375000 0.169921875000 +0.000000000000 0.005737304688 0.000000000000 0.000000000000 +0.196289062500 0.000000000000 0.000000000000 0.070312500000 +0.001640319824 0.000000000000 0.000000000000 0.215820312500 +0.000000000000 0.000000000000 0.000000000000 0.149414062500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.060791015625 +0.000000000000 0.145507812500 0.104980468750 0.492187500000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.056884765625 0.158203125000 0.000000000000 +0.000000000000 0.058593750000 0.000000000000 0.000000000000 +0.016845703125 0.000000000000 0.265625000000 0.324218750000 +0.117187500000 0.000000000000 0.000000000000 0.000000000000 +0.071777343750 0.000000000000 0.000000000000 0.000000000000 +0.166992187500 0.000000000000 0.225585937500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.248046875000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.122558593750 0.000000000000 0.000000000000 0.144531250000 +0.072265625000 0.000000000000 0.000000000000 0.223632812500 +0.000000000000 0.000000000000 0.000000000000 0.027221679688 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.054931640625 +0.000000000000 0.203125000000 0.112304687500 0.392578125000 +0.000000000000 0.000000000000 0.000000000000 0.169921875000 +0.000000000000 0.061035156250 0.079101562500 0.000000000000 +0.000000000000 0.062500000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.292968750000 0.343750000000 +0.064453125000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.020019531250 0.000000000000 0.178710937500 0.000000000000 +0.004547119141 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.062988281250 0.000000000000 0.261718750000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.083496093750 0.000000000000 0.000000000000 0.158203125000 +0.075683593750 0.000000000000 0.000000000000 0.153320312500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.021606445312 0.000000000000 +0.000000000000 0.227539062500 0.000000000000 0.234375000000 +0.000000000000 0.000000000000 0.000000000000 0.328125000000 +0.000000000000 0.063476562500 0.000000000000 0.000000000000 +0.020263671875 0.001884460449 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.275390625000 0.335937500000 +0.027099609375 0.166015625000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.113281250000 0.083984375000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.144531250000 0.000000000000 0.222656250000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.082519531250 0.000000000000 0.000000000000 0.109863281250 +0.016723632812 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.090332031250 0.000000000000 +0.123535156250 0.216796875000 0.000000000000 0.024169921875 +0.000000000000 0.022827148438 0.000000000000 0.339843750000 +0.000000000000 0.037109375000 0.000000000000 0.000000000000 +0.181640625000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.159179687500 0.265625000000 +0.000591278076 0.261718750000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.067382812500 +0.000000000000 0.000000000000 0.020751953125 0.089843750000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.152343750000 0.000000000000 0.095703125000 +0.000000000000 0.048828125000 0.000000000000 0.000000000000 +0.085937500000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.097167968750 0.000000000000 +0.166015625000 0.138671875000 0.000000000000 0.000000000000 +0.011352539062 0.111816406250 0.000000000000 0.223632812500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.287109375000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.130859375000 +0.000000000000 0.244140625000 0.000000000000 0.000000000000 +0.000000000000 0.039306640625 0.000000000000 0.210937500000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.097656250000 0.000000000000 0.000000000000 +0.000000000000 0.109863281250 0.000000000000 0.122558593750 +0.079589843750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.125000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.047607421875 0.000000000000 +0.135742187500 0.005340576172 0.000000000000 0.000000000000 +0.104980468750 0.143554687500 0.042236328125 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.298828125000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.090820312500 0.000000000000 0.000000000000 +0.000000000000 0.170898437500 0.000000000000 0.202148437500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.073730468750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.107910156250 0.000000000000 0.259765625000 +0.049560546875 0.000156402588 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.160156250000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.098632812500 0.137695312500 0.080078125000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.220703125000 0.000000000000 0.000000000000 0.108398437500 +0.067871093750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.184570312500 0.000000000000 0.031982421875 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.094726562500 0.145507812500 0.047119140625 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.038574218750 0.000000000000 0.287109375000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.131835937500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.083496093750 0.073730468750 0.000000000000 +0.000000000000 0.000000000000 0.007720947266 0.000503540039 +0.031738281250 0.000000000000 0.000000000000 0.225585937500 +0.109863281250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.085937500000 0.000000000000 0.000000000000 +0.054687500000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.090332031250 0.135742187500 0.261718750000 +0.000000000000 0.000000000000 0.006042480469 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.228515625000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.002807617188 0.030883789062 0.000000000000 +0.000000000000 0.000000000000 0.060058593750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.200195312500 +0.088867187500 0.014221191406 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.081054687500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.045410156250 0.306640625000 +0.000000000000 0.000000000000 0.000000000000 0.006011962891 +0.000000000000 0.000000000000 0.000000000000 0.059082031250 +0.000000000000 0.000000000000 0.064453125000 0.017089843750 +0.098632812500 0.000000000000 0.000000000000 0.104003906250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.081054687500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.066406250000 +0.000000000000 0.000000000000 0.195312500000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.082519531250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.002426147461 +0.000000000000 0.022460937500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.029296875000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.208007812500 +0.000000000000 0.000000000000 0.000000000000 0.105957031250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.084960937500 0.201171875000 +0.157226562500 0.000000000000 0.085449218750 0.166015625000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.068359375000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.221679687500 +0.000000000000 0.157226562500 0.233398437500 0.053710937500 +0.000000000000 0.000000000000 0.000000000000 0.032958984375 +0.000000000000 0.000000000000 0.080078125000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.062011718750 0.021362304688 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.064941406250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.132812500000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.042724609375 0.000000000000 0.042480468750 0.294921875000 +0.138671875000 0.000000000000 0.161132812500 0.145507812500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.250000000000 +0.000000000000 0.294921875000 0.138671875000 0.132812500000 +0.000000000000 0.000000000000 0.000000000000 0.267578125000 +0.000000000000 0.046875000000 0.065429687500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.214843750000 0.092285156250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.285156250000 0.067382812500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.113769531250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.160156250000 0.000000000000 0.000000000000 0.292968750000 +0.019165039062 0.000000000000 0.189453125000 0.041992187500 +0.000000000000 0.000000000000 0.021850585938 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.214843750000 +0.095703125000 0.343750000000 0.000000000000 0.189453125000 +0.000000000000 0.000000000000 0.000000000000 0.314453125000 +0.158203125000 0.109375000000 0.057617187500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.273437500000 0.139648437500 +0.000000000000 0.167968750000 0.000000000000 0.000000000000 +0.064453125000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.417968750000 0.066894531250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.046386718750 +0.000000000000 0.080078125000 0.000000000000 0.000000000000 +0.255859375000 0.000000000000 0.000000000000 0.208984375000 +0.000000000000 0.000000000000 0.175781250000 0.000000000000 +0.000000000000 0.035888671875 0.061523437500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.007141113281 0.092285156250 +0.107421875000 0.332031250000 0.000000000000 0.227539062500 +0.000000000000 0.000000000000 0.000000000000 0.263671875000 +0.277343750000 0.108886718750 0.068359375000 0.000000000000 +0.033691406250 0.000000000000 0.000000000000 0.000000000000 +0.041992187500 0.000000000000 0.275390625000 0.169921875000 +0.000000000000 0.236328125000 0.000000000000 0.000000000000 +0.125976562500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.435546875000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.198242187500 0.000000000000 0.000000000000 +0.289062500000 0.000000000000 0.000000000000 0.050537109375 +0.000000000000 0.000000000000 0.112792968750 0.000000000000 +0.000000000000 0.041015625000 0.027709960938 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.054687500000 0.000000000000 +0.034667968750 0.245117187500 0.000000000000 0.240234375000 +0.000000000000 0.000000000000 0.000000000000 0.060546875000 +0.273437500000 0.049804687500 0.074707031250 0.000000000000 +0.146484375000 0.000000000000 0.000000000000 0.000000000000 +0.094726562500 0.000000000000 0.224609375000 0.197265625000 +0.090820312500 0.203125000000 0.000000000000 0.000000000000 +0.136718750000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.371093750000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.066406250000 0.000000000000 +0.000000000000 0.227539062500 0.000000000000 0.008544921875 +0.281250000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.002395629883 0.000000000000 +0.000000000000 0.013122558594 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.062011718750 0.000000000000 +0.000000000000 0.112304687500 0.000000000000 0.222656250000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.147460937500 0.000000000000 0.066406250000 0.000000000000 +0.193359375000 0.000000000000 0.000000000000 0.000000000000 +0.088867187500 0.000000000000 0.128906250000 0.213867187500 +0.177734375000 0.073730468750 0.000000000000 0.000000000000 +0.090820312500 0.000000000000 0.000000000000 0.000000000000 +0.089843750000 0.000000000000 0.186523437500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.107910156250 0.014770507812 +0.000000000000 0.192382812500 0.000000000000 0.036621093750 +0.201171875000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.065917968750 +0.000000000000 0.000000000000 0.100097656250 0.000000000000 +0.000000000000 0.000000000000 0.026977539062 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.140625000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.029541015625 0.000000000000 +0.187500000000 0.000000000000 0.000000000000 0.084960937500 +0.000000000000 0.000000000000 0.000000000000 0.215820312500 +0.192382812500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.046386718750 0.000000000000 0.000000000000 +0.132812500000 0.112792968750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.037841796875 0.083007812500 0.079101562500 +0.000000000000 0.076171875000 0.000000000000 0.031250000000 +0.069824218750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.071289062500 +0.000000000000 0.000000000000 0.239257812500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000018715858 +0.168945312500 0.037109375000 0.000000000000 0.078125000000 +0.000000000000 0.000000000000 0.000000000000 0.194335937500 +0.146484375000 0.000000000000 0.000000000000 0.100097656250 +0.000000000000 0.089355468750 0.000000000000 0.000000000000 +0.114746093750 0.170898437500 0.000000000000 0.000000000000 +0.132812500000 0.000000000000 0.079101562500 0.000000000000 +0.000000000000 0.253906250000 0.000000000000 0.123046875000 +0.022949218750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.053955078125 0.000000000000 +0.044189453125 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.296875000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.002960205078 0.100585937500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.126953125000 0.128906250000 0.000000000000 0.000000000000 +0.000000000000 0.158203125000 0.000000000000 0.128906250000 +0.010986328125 0.000000000000 0.000000000000 0.251953125000 +0.000000000000 0.095214843750 0.010925292969 0.000000000000 +0.013000488281 0.165039062500 0.000000000000 0.000000000000 +0.205078125000 0.076171875000 0.250000000000 0.000000000000 +0.008117675781 0.423828125000 0.000000000000 0.125976562500 +0.105468750000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.208984375000 0.000000000000 +0.139648437500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.291015625000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.032958984375 0.216796875000 0.025878906250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.072265625000 0.132812500000 0.000000000000 0.000000000000 +0.000000000000 0.453125000000 0.000000000000 0.017211914062 +0.000000000000 0.000000000000 0.000000000000 0.279296875000 +0.000000000000 0.066406250000 0.047607421875 0.000000000000 +0.000000000000 0.104980468750 0.000000000000 0.000000000000 +0.208984375000 0.173828125000 0.343750000000 0.000000000000 +0.059082031250 0.511718750000 0.000000000000 0.104492187500 +0.141601562500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.294921875000 0.000000000000 +0.186523437500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.228515625000 0.000000000000 +0.007446289062 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.037597656250 0.298828125000 0.079101562500 0.027832031250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.004302978516 0.077148437500 0.000000000000 0.000000000000 +0.000000000000 0.640625000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.257812500000 +0.000000000000 0.010070800781 0.066894531250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.173828125000 0.221679687500 0.367187500000 0.000000000000 +0.077636718750 0.523437500000 0.000000000000 0.057373046875 +0.150390625000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.333984375000 0.000000000000 +0.189453125000 0.073242187500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.125976562500 0.000000000000 +0.228515625000 0.000000000000 0.000000000000 0.000000000000 +0.024658203125 0.000000000000 0.000000000000 0.000000000000 +0.013671875000 0.322265625000 0.101562500000 0.071777343750 +0.000000000000 0.000000000000 0.000000000000 0.002273559570 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.695312500000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.161132812500 +0.000000000000 0.000000000000 0.070800781250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.097656250000 0.220703125000 0.353515625000 0.000000000000 +0.058105468750 0.468750000000 0.000000000000 0.010131835938 +0.128906250000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.332031250000 0.000000000000 +0.180664062500 0.100585937500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.014038085938 0.000514984131 +0.343750000000 0.000000000000 0.000000000000 0.000000000000 +0.042480468750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.314453125000 0.106445312500 0.088867187500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.675781250000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.067382812500 0.021484375000 +0.000000000000 0.000000000000 0.073242187500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.020874023438 0.185546875000 0.265625000000 0.000000000000 +0.035156250000 0.367187500000 0.000000000000 0.000000000000 +0.082519531250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.300781250000 0.000000000000 +0.155273437500 0.096679687500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.353515625000 0.000000000000 0.000000000000 0.000000000000 +0.028076171875 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.255859375000 0.084472656250 0.098632812500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.570312500000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.108398437500 0.000000000000 +0.000000000000 0.000000000000 0.053466796875 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.084960937500 0.117675781250 0.000000000000 +0.000000000000 0.246093750000 0.000000000000 0.006500244141 +0.015563964844 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.253906250000 0.069335937500 +0.140625000000 0.050292968750 0.009704589844 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.302734375000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.052978515625 0.003143310547 0.000000000000 +0.000000000000 0.164062500000 0.029663085938 0.139648437500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.400390625000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.111328125000 0.000000000000 +0.000000000000 0.000000000000 0.029907226562 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.145507812500 0.000000000000 0.064941406250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.207031250000 0.161132812500 +0.150390625000 0.000000000000 0.059814453125 0.054687500000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.186523437500 0.000000000000 0.000000000000 0.111328125000 +0.000000000000 0.139648437500 0.098144531250 0.000000000000 +0.000000000000 0.058105468750 0.000000000000 0.232421875000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.199218750000 0.011535644531 0.000000000000 +0.000000000000 0.000000000000 0.071777343750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.077148437500 0.000000000000 0.141601562500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.166015625000 0.247070312500 +0.166015625000 0.000000000000 0.088867187500 0.154296875000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.055175781250 0.000000000000 0.000000000000 0.213867187500 +0.000000000000 0.235351562500 0.163085937500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.365234375000 +0.000000000000 0.000000000000 0.012756347656 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.001899719238 0.196289062500 0.082031250000 +0.000000000000 0.000000000000 0.015747070312 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.123535156250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.061767578125 0.000000000000 0.224609375000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.123535156250 0.310546875000 +0.174804687500 0.000000000000 0.097167968750 0.208984375000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.242187500000 +0.000000000000 0.314453125000 0.177734375000 0.087402343750 +0.000000000000 0.000000000000 0.000000000000 0.515625000000 +0.000000000000 0.000000000000 0.015441894531 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.349609375000 0.214843750000 +0.000000000000 0.005523681641 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.245117187500 0.026611328125 +0.004455566406 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.099609375000 0.000000000000 0.283203125000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.082031250000 0.330078125000 +0.166992187500 0.000000000000 0.086425781250 0.220703125000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.007080078125 +0.000000000000 0.000000000000 0.000000000000 0.226562500000 +0.007720947266 0.361328125000 0.142578125000 0.153320312500 +0.000000000000 0.000000000000 0.000000000000 0.632812500000 +0.000000000000 0.046386718750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.437500000000 0.314453125000 +0.000000000000 0.172851562500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.294921875000 0.103515625000 +0.003906250000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.161132812500 0.000000000000 0.302734375000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.032714843750 0.000000000000 0.036376953125 0.320312500000 +0.139648437500 0.000000000000 0.050292968750 0.186523437500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.014221191406 +0.000000000000 0.000000000000 0.000000000000 0.131835937500 +0.078613281250 0.371093750000 0.036132812500 0.153320312500 +0.000000000000 0.000000000000 0.000000000000 0.679687500000 +0.000000000000 0.067871093750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.449218750000 0.363281250000 +0.000000000000 0.316406250000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.275390625000 0.157226562500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.218750000000 0.000000000000 0.296875000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.052246093750 0.000000000000 0.000000000000 0.248046875000 +0.083984375000 0.000000000000 0.000000000000 0.088867187500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.099609375000 0.000000000000 +0.155273437500 0.339843750000 0.000000000000 0.082031250000 +0.000000000000 0.000000000000 0.000000000000 0.664062500000 +0.000000000000 0.057617187500 0.000000000000 0.000000000000 +0.130859375000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.384765625000 0.359375000000 +0.000000000000 0.400390625000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.186523437500 0.162109375000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.250000000000 0.000000000000 0.233398437500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.061767578125 0.000000000000 0.000000000000 0.115234375000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.138671875000 0.000000000000 +0.197265625000 0.257812500000 0.000000000000 0.000000000000 +0.000000000000 0.061523437500 0.000000000000 0.542968750000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.275390625000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.221679687500 0.294921875000 +0.007476806641 0.396484375000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.075195312500 +0.000000000000 0.000000000000 0.014404296875 0.121093750000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.236328125000 0.000000000000 0.109375000000 +0.000000000000 0.024291992188 0.000000000000 0.000000000000 +0.058349609375 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.137695312500 0.000000000000 +0.198242187500 0.130859375000 0.000000000000 0.000000000000 +0.052978515625 0.145507812500 0.000000000000 0.300781250000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.326171875000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.151367187500 +0.000000000000 0.296875000000 0.000000000000 0.000000000000 +0.000000000000 0.059082031250 0.000000000000 0.226562500000 +0.000000000000 0.000000000000 0.000000000000 0.027343750000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.160156250000 0.000000000000 0.000000000000 +0.000000000000 0.084960937500 0.000000000000 0.107910156250 +0.055908203125 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.125976562500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.045166015625 0.000000000000 +0.161132812500 0.003707885742 0.000000000000 0.000000000000 +0.114746093750 0.180664062500 0.059570312500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.308593750000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.081054687500 0.000000000000 0.000000000000 +0.000000000000 0.177734375000 0.000000000000 0.261718750000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.115722656250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.113281250000 0.000000000000 0.277343750000 +0.061767578125 0.047851562500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.017944335938 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.211914062500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.061523437500 0.000000000000 0.000000000000 0.000000000000 +0.101074218750 0.177734375000 0.117675781250 0.000000000000 +0.047607421875 0.000000000000 0.000000000000 0.000000000000 +0.199218750000 0.000000000000 0.000000000000 0.050781250000 +0.172851562500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.193359375000 0.000000000000 0.229492187500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.143554687500 0.000663757324 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.126953125000 0.000000000000 0.375000000000 +0.096191406250 0.109375000000 0.000000000000 0.000000000000 +0.000000000000 0.001045227051 0.016357421875 0.000000000000 +0.004211425781 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.220703125000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.113281250000 0.129882812500 0.000000000000 +0.171875000000 0.000000000000 0.070800781250 0.000000000000 +0.009277343750 0.000000000000 0.000000000000 0.255859375000 +0.390625000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.032958984375 0.132812500000 0.000000000000 0.092285156250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.092773437500 0.205078125000 +0.000000000000 0.000000000000 0.046875000000 0.000000000000 +0.000000000000 0.130859375000 0.000000000000 0.390625000000 +0.136718750000 0.123535156250 0.000000000000 0.000000000000 +0.000000000000 0.001426696777 0.108886718750 0.000000000000 +0.000000000000 0.000000000000 0.119628906250 0.000000000000 +0.000000000000 0.174804687500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.107910156250 0.000000000000 +0.250000000000 0.000000000000 0.198242187500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.371093750000 +0.515625000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.022583007812 0.000000000000 +0.109375000000 0.005432128906 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.248046875000 +0.000000000000 0.000000000000 0.133789062500 0.000000000000 +0.000000000000 0.138671875000 0.000000000000 0.351562500000 +0.184570312500 0.073730468750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.136718750000 0.000000000000 +0.000000000000 0.011535644531 0.133789062500 0.000000000000 +0.000000000000 0.076171875000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.014831542969 +0.000000000000 0.000000000000 0.000000000000 0.171875000000 +0.000000000000 0.000000000000 0.040527343750 0.000000000000 +0.249023437500 0.000000000000 0.267578125000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.392578125000 +0.519531250000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.004699707031 0.000000000000 +0.130859375000 0.000000000000 0.000000000000 0.000000000000 +0.112304687500 0.000000000000 0.056396484375 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.202148437500 +0.000000000000 0.000000000000 0.166992187500 0.000000000000 +0.000000000000 0.142578125000 0.000000000000 0.243164062500 +0.195312500000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.119628906250 0.000000000000 +0.000000000000 0.032226562500 0.058105468750 0.085449218750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.024414062500 +0.000000000000 0.000000000000 0.000000000000 0.326171875000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.153320312500 0.000000000000 0.269531250000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.359375000000 +0.419921875000 0.000000000000 0.000000000000 0.028076171875 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.123535156250 0.000000000000 0.000000000000 0.000000000000 +0.185546875000 0.000000000000 0.081542968750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.022705078125 +0.000000000000 0.000000000000 0.166015625000 0.016479492188 +0.000000000000 0.127929687500 0.000000000000 0.108398437500 +0.184570312500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.023193359375 0.039794921875 +0.000000000000 0.013610839844 0.000000000000 0.156250000000 +0.000000000000 0.000000000000 0.006347656250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.341796875000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.206054687500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.251953125000 +0.195312500000 0.000000000000 0.005767822266 0.195312500000 +0.083007812500 0.000000000000 0.000000000000 0.000000000000 +0.038818359375 0.000000000000 0.000000000000 0.000000000000 +0.192382812500 0.000000000000 0.034912109375 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.109375000000 0.127929687500 +0.000000000000 0.072753906250 0.000000000000 0.000000000000 +0.119140625000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.046630859375 +0.000000000000 0.000000000000 0.000000000000 0.152343750000 +0.000000000000 0.000000000000 0.158203125000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.228515625000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.071289062500 0.000000000000 +0.052490234375 0.030517578125 0.000000000000 0.090332031250 +0.000000000000 0.000000000000 0.001251220703 0.257812500000 +0.143554687500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.136718750000 0.099121093750 0.000000000000 0.000000000000 +0.077636718750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.153320312500 0.000000000000 0.163085937500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.012329101562 0.000000000000 0.000000000000 0.000000000000 +0.004760742188 0.000000000000 0.000000000000 0.001808166504 +0.000000000000 0.000000000000 0.000000000000 0.049316406250 +0.000000000000 0.000000000000 0.223632812500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.014770507812 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.129882812500 0.095214843750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.234375000000 +0.109863281250 0.000000000000 0.000000000000 0.122070312500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.001510620117 0.098144531250 0.000000000000 0.000000000000 +0.091796875000 0.000000000000 0.066894531250 0.000000000000 +0.000000000000 0.294921875000 0.000000000000 0.146484375000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.079101562500 0.000000000000 +0.077148437500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.208007812500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.147460937500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.120605468750 0.082519531250 0.000000000000 0.000000000000 +0.000000000000 0.164062500000 0.000000000000 0.103515625000 +0.000000000000 0.000000000000 0.000000000000 0.133789062500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.041015625000 0.000000000000 0.166015625000 0.000000000000 +0.000000000000 0.310546875000 0.000000000000 0.064453125000 +0.007873535156 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.123046875000 0.000000000000 +0.092773437500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.085449218750 0.000000000000 +0.049316406250 0.000000000000 0.000000000000 0.000000000000 +0.023681640625 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.207031250000 0.036132812500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.030395507812 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.285156250000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.014587402344 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.169921875000 0.000000000000 +0.000000000000 0.209960937500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.003128051758 +0.000000000000 0.000000000000 0.111816406250 0.000000000000 +0.060546875000 0.063476562500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.304687500000 0.000000000000 0.000000000000 0.000000000000 +0.070312500000 0.020507812500 0.000000000000 0.000000000000 +0.000000000000 0.203125000000 0.062988281250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.261718750000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.032714843750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.068847656250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.052978515625 +0.000000000000 0.000000000000 0.017578125000 0.031738281250 +0.000000000000 0.064941406250 0.148437500000 0.000000000000 +0.000000000000 0.000000000000 0.062011718750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.347656250000 0.000000000000 0.000000000000 0.010681152344 +0.063964843750 0.084472656250 0.000000000000 0.000000000000 +0.000000000000 0.127929687500 0.064941406250 0.000000000000 +0.144531250000 0.000000000000 0.036865234375 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.138671875000 0.077636718750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.122070312500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.069824218750 +0.132812500000 0.000000000000 0.000000000000 0.074707031250 +0.000000000000 0.000246047974 0.255859375000 0.000000000000 +0.000000000000 0.000000000000 0.250000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.265625000000 0.000000000000 0.000000000000 0.169921875000 +0.000000000000 0.143554687500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.018920898438 0.000000000000 +0.367187500000 0.000000000000 0.169921875000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.337890625000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.122070312500 0.000000000000 +0.152343750000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.259765625000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.113769531250 0.000000000000 0.071777343750 +0.271484375000 0.000000000000 0.000000000000 0.071777343750 +0.000000000000 0.000000000000 0.285156250000 0.000000000000 +0.000000000000 0.093750000000 0.306640625000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.005157470703 0.000000000000 0.000000000000 0.226562500000 +0.000000000000 0.173828125000 0.000000000000 0.310546875000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.468750000000 0.000000000000 0.263671875000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.441406250000 0.000000000000 0.074218750000 0.000000000000 +0.000000000000 0.000000000000 0.038085937500 0.000000000000 +0.253906250000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.443359375000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.082031250000 0.000000000000 +0.000000000000 0.249023437500 0.000000000000 0.056152343750 +0.369140625000 0.000000000000 0.000000000000 0.050537109375 +0.000000000000 0.000000000000 0.265625000000 0.000000000000 +0.000000000000 0.153320312500 0.283203125000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.205078125000 +0.000000000000 0.174804687500 0.000000000000 0.531250000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.462890625000 0.040527343750 0.285156250000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.050537109375 +0.447265625000 0.000000000000 0.190429687500 0.106933593750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.298828125000 0.000000000000 0.000000000000 0.000000000000 +0.031738281250 0.000000000000 0.492187500000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.170898437500 0.000000000000 +0.000000000000 0.333984375000 0.000000000000 0.027099609375 +0.414062500000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.178710937500 0.000000000000 +0.000000000000 0.166992187500 0.164062500000 0.098144531250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.078613281250 +0.000000000000 0.154296875000 0.000000000000 0.593750000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.367187500000 0.084960937500 0.269531250000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.127929687500 +0.390625000000 0.000000000000 0.203125000000 0.228515625000 +0.190429687500 0.000000000000 0.000000000000 0.000000000000 +0.289062500000 0.000000000000 0.000000000000 0.000000000000 +0.068359375000 0.000000000000 0.470703125000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.198242187500 0.000000000000 +0.000000000000 0.371093750000 0.000000000000 0.030151367188 +0.404296875000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.062500000000 0.000000000000 +0.000000000000 0.129882812500 0.000000000000 0.151367187500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.073730468750 0.000000000000 +0.000000000000 0.097167968750 0.000000000000 0.562500000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.215820312500 0.068847656250 0.203125000000 0.000000000000 +0.140625000000 0.000000000000 0.000000000000 0.171875000000 +0.281250000000 0.000000000000 0.161132812500 0.261718750000 +0.294921875000 0.000000000000 0.000000000000 0.000000000000 +0.208984375000 0.000000000000 0.000000000000 0.000000000000 +0.062500000000 0.000000000000 0.322265625000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.184570312500 0.000000000000 +0.000000000000 0.369140625000 0.000000000000 0.084472656250 +0.359375000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.052490234375 0.000000000000 0.150390625000 +0.000000000000 0.000000000000 0.011535644531 0.000000000000 +0.000000000000 0.000000000000 0.096679687500 0.000000000000 +0.000000000000 0.015197753906 0.000000000000 0.392578125000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.054443359375 0.010681152344 0.111328125000 0.000000000000 +0.246093750000 0.000000000000 0.000000000000 0.210937500000 +0.171875000000 0.000000000000 0.030639648438 0.247070312500 +0.304687500000 0.000000000000 0.000000000000 0.000000000000 +0.113281250000 0.165039062500 0.000000000000 0.034179687500 +0.023315429688 0.051513671875 0.091796875000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.144531250000 0.000000000000 +0.000000000000 0.345703125000 0.000000000000 0.166015625000 +0.277343750000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.057128906250 0.000000000000 0.000000000000 0.093750000000 +0.000000000000 0.036865234375 0.073242187500 0.000000000000 +0.000000000000 0.000000000000 0.084960937500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.140625000000 +0.020751953125 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.018554687500 0.000000000000 +0.279296875000 0.000000000000 0.000000000000 0.249023437500 +0.092773437500 0.000000000000 0.000000000000 0.152343750000 +0.248046875000 0.000000000000 0.000000000000 0.000000000000 +0.019287109375 0.281250000000 0.000000000000 0.098144531250 +0.000000000000 0.058593750000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.019165039062 0.000000000000 +0.000000000000 0.000000000000 0.086425781250 0.000000000000 +0.000000000000 0.283203125000 0.000000000000 0.259765625000 +0.190429687500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.064941406250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.104003906250 0.074218750000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.060546875000 0.033203125000 0.039794921875 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.253906250000 0.000000000000 0.008605957031 0.291015625000 +0.128906250000 0.000000000000 0.000000000000 0.000000000000 +0.077148437500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.302734375000 0.000000000000 0.111816406250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.153320312500 0.000000000000 +0.000000000000 0.000000000000 0.039306640625 0.000000000000 +0.000000000000 0.208007812500 0.000000000000 0.332031250000 +0.116210937500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.057128906250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.143554687500 0.022949218750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.038574218750 0.058593750000 0.094238281250 0.000000000000 +0.000000000000 0.000000000000 0.003524780273 0.000000000000 +0.127929687500 0.000000000000 0.021484375000 0.324218750000 +0.240234375000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.261718750000 0.000000000000 0.063476562500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.174804687500 0.124023437500 +0.000000000000 0.000000000000 0.016723632812 0.000000000000 +0.000000000000 0.133789062500 0.000000000000 0.357421875000 +0.085449218750 0.020141601562 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.002365112305 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.140625000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.041992187500 0.102539062500 0.000000000000 +0.048828125000 0.000000000000 0.090820312500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.333984375000 +0.363281250000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.009765625000 0.133789062500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.106933593750 0.227539062500 +0.000000000000 0.000000000000 0.024169921875 0.000000000000 +0.000000000000 0.093261718750 0.000000000000 0.349609375000 +0.117187500000 0.024414062500 0.000000000000 0.000000000000 +0.000000000000 0.003143310547 0.091796875000 0.000000000000 +0.000000000000 0.000000000000 0.057128906250 0.000000000000 +0.000000000000 0.096679687500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.087890625000 0.000000000000 +0.159179687500 0.000000000000 0.184570312500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.328125000000 +0.443359375000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.003234863281 0.000000000000 +0.076660156250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.228515625000 +0.000000000000 0.000000000000 0.070800781250 0.000000000000 +0.000000000000 0.111328125000 0.000000000000 0.294921875000 +0.168945312500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.136718750000 0.000000000000 +0.000000000000 0.000000000000 0.088378906250 0.000000000000 +0.000000000000 0.023315429688 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.014831542969 +0.000000000000 0.000000000000 0.000000000000 0.139648437500 +0.000000000000 0.000000000000 0.031494140625 0.000000000000 +0.189453125000 0.000000000000 0.236328125000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.302734375000 +0.449218750000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.104980468750 0.000000000000 0.000000000000 0.000000000000 +0.039794921875 0.000000000000 0.051025390625 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.131835937500 +0.000000000000 0.000000000000 0.108398437500 0.000000000000 +0.000000000000 0.135742187500 0.000000000000 0.209960937500 +0.195312500000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.125000000000 0.000000000000 +0.000000000000 0.024291992188 0.059326171875 0.015319824219 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.015869140625 +0.000000000000 0.000000000000 0.000000000000 0.273437500000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.163085937500 0.000000000000 0.239257812500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.261718750000 +0.380859375000 0.000000000000 0.000000000000 0.007171630859 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.099121093750 0.000000000000 0.000000000000 0.000000000000 +0.115722656250 0.000000000000 0.084960937500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.118652343750 0.000000000000 +0.000000000000 0.147460937500 0.000000000000 0.117187500000 +0.193359375000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.039794921875 0.000000000000 +0.000000000000 0.012023925781 0.000000000000 0.104492187500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.291015625000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.008300781250 0.000000000000 0.187500000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.204101562500 +0.204101562500 0.000000000000 0.000000000000 0.159179687500 +0.065917968750 0.000000000000 0.000000000000 0.000000000000 +0.048339843750 0.000000000000 0.000000000000 0.000000000000 +0.142578125000 0.000000000000 0.040283203125 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.102539062500 0.072265625000 +0.000000000000 0.118164062500 0.000000000000 0.035156250000 +0.142578125000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.111328125000 +0.000000000000 0.000000000000 0.128906250000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.193359375000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.073242187500 0.000000000000 +0.077148437500 0.000000000000 0.000000000000 0.119140625000 +0.000000000000 0.000000000000 0.000000000000 0.217773437500 +0.136718750000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.136718750000 0.083496093750 0.000000000000 0.000000000000 +0.028930664062 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.087402343750 0.029785156250 0.115722656250 +0.000000000000 0.016113281250 0.000000000000 0.000000000000 +0.032958984375 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.063964843750 +0.000000000000 0.000000000000 0.224609375000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.112792968750 0.077148437500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.204101562500 +0.111816406250 0.000000000000 0.000000000000 0.103027343750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.074707031250 0.079589843750 0.000000000000 0.000000000000 +0.100097656250 0.000000000000 0.058593750000 0.000000000000 +0.000000000000 0.250000000000 0.000000000000 0.124023437500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.097656250000 0.000000000000 +0.095214843750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.225585937500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.092285156250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.075195312500 0.110839843750 0.000000000000 0.000000000000 +0.000000000000 0.156250000000 0.000000000000 0.106933593750 +0.000000000000 0.000000000000 0.000000000000 0.139648437500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.124023437500 0.006622314453 0.124023437500 0.000000000000 +0.000000000000 0.302734375000 0.000000000000 0.109863281250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.219726562500 0.000000000000 +0.194335937500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.144531250000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.134765625000 0.000000000000 0.054931640625 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.095703125000 0.000000000000 0.000000000000 +0.000000000000 0.339843750000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.094726562500 +0.000000000000 0.000000000000 0.000732421875 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.094726562500 0.004608154297 0.105957031250 0.000000000000 +0.000000000000 0.292968750000 0.000000000000 0.094726562500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.265625000000 0.081542968750 +0.235351562500 0.000000000000 0.000000000000 0.006347656250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.016601562500 +0.143554687500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.064941406250 0.070312500000 0.000000000000 +0.000000000000 0.130859375000 0.000000000000 0.208007812500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.011657714844 0.000000000000 0.000000000000 +0.000000000000 0.359375000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.010986328125 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.043457031250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.233398437500 0.000000000000 0.110839843750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.255859375000 0.196289062500 +0.233398437500 0.000000000000 0.044189453125 0.051269531250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.019287109375 +0.197265625000 0.000000000000 0.000000000000 0.091796875000 +0.000000000000 0.168945312500 0.095214843750 0.000000000000 +0.000000000000 0.083984375000 0.000000000000 0.345703125000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.277343750000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.043945312500 0.000000000000 +0.000000000000 0.000000000000 0.008056640625 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.025512695312 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.172851562500 0.000000000000 0.150390625000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.191406250000 0.230468750000 +0.181640625000 0.000000000000 0.076171875000 0.070312500000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.143554687500 0.000000000000 0.000000000000 0.117187500000 +0.025878906250 0.226562500000 0.072265625000 0.000000000000 +0.000000000000 0.021240234375 0.000000000000 0.441406250000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.080566406250 0.141601562500 0.066406250000 +0.000000000000 0.000000000000 0.015563964844 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.015502929688 0.038574218750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.185546875000 0.000000000000 0.194335937500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.102539062500 0.209960937500 +0.108398437500 0.000000000000 0.048095703125 0.063964843750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.040527343750 +0.039550781250 0.231445312500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.466796875000 +0.000000000000 0.000000000000 0.000000000000 0.000402450562 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.189453125000 0.188476562500 +0.000000000000 0.123046875000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.025024414062 0.025878906250 +0.015625000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.269531250000 0.000000000000 0.208984375000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.041259765625 0.117187500000 +0.045654296875 0.000000000000 0.000000000000 0.013916015625 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.050292968750 0.189453125000 0.000000000000 0.000000000000 +0.000000000000 0.031738281250 0.000000000000 0.449218750000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.097167968750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.174804687500 0.237304687500 +0.000000000000 0.179687500000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000885009766 0.000000000000 0.000000000000 +0.050537109375 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.369140625000 0.000000000000 0.206054687500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.042236328125 0.000000000000 +0.020751953125 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.076171875000 0.000000000000 +0.000000000000 0.000000000000 0.029052734375 0.000000000000 +0.053466796875 0.100097656250 0.000000000000 0.000000000000 +0.000000000000 0.114746093750 0.000000000000 0.376953125000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.208984375000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.048828125000 0.224609375000 +0.000000000000 0.168945312500 0.000000000000 0.038085937500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.081054687500 0.000000000000 0.000000000000 +0.073730468750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.435546875000 0.000000000000 0.161132812500 +0.011413574219 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.103515625000 0.000000000000 +0.040771484375 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.135742187500 0.000000000000 +0.000000000000 0.000000000000 0.004364013672 0.000000000000 +0.047851562500 0.002105712891 0.000000000000 0.000000000000 +0.042236328125 0.197265625000 0.000000000000 0.259765625000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.219726562500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.163085937500 0.000000000000 0.131835937500 +0.000000000000 0.059082031250 0.000000000000 0.123535156250 +0.000000000000 0.000000000000 0.010131835938 0.000000000000 +0.000000000000 0.083984375000 0.000000000000 0.000000000000 +0.081054687500 0.038818359375 0.149414062500 0.000000000000 +0.000000000000 0.460937500000 0.000000000000 0.101074218750 +0.052490234375 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.164062500000 0.000000000000 +0.074218750000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.140625000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.031127929688 0.000000000000 0.000000000000 0.000000000000 +0.062255859375 0.255859375000 0.030029296875 0.145507812500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.167968750000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.365234375000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.139648437500 +0.000000000000 0.002288818359 0.041503906250 0.000000000000 +0.000000000000 0.027709960938 0.000000000000 0.000000000000 +0.079589843750 0.141601562500 0.259765625000 0.000000000000 +0.029296875000 0.455078125000 0.000000000000 0.046630859375 +0.093750000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.221679687500 0.000000000000 +0.096191406250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.119140625000 0.000000000000 +0.023803710938 0.000000000000 0.000000000000 0.000000000000 +0.010864257812 0.000000000000 0.000000000000 0.000000000000 +0.050781250000 0.277343750000 0.070312500000 0.052734375000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.058105468750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.498046875000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.121093750000 +0.000000000000 0.000000000000 0.082031250000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.081542968750 0.195312500000 0.289062500000 0.000000000000 +0.047851562500 0.431640625000 0.000000000000 0.013366699219 +0.110839843750 0.000000000000 0.000000000000 0.012390136719 +0.000000000000 0.000000000000 0.255859375000 0.000000000000 +0.113281250000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.083984375000 0.000000000000 +0.091796875000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.005493164062 0.277343750000 0.085937500000 0.006134033203 +0.000000000000 0.000000000000 0.000000000000 0.004455566406 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.558593750000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.082031250000 +0.000000000000 0.000000000000 0.097167968750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.109375000000 0.200195312500 0.279296875000 0.000000000000 +0.055664062500 0.423828125000 0.000000000000 0.030151367188 +0.134765625000 0.000000000000 0.000000000000 0.010864257812 +0.000000000000 0.000000000000 0.281250000000 0.000000000000 +0.128906250000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.077636718750 0.000000000000 +0.093261718750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.265625000000 0.084960937500 0.015380859375 +0.000000000000 0.000000000000 0.000000000000 0.002639770508 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.582031250000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.087890625000 +0.000000000000 0.000000000000 0.101562500000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.147460937500 0.179687500000 0.267578125000 0.000000000000 +0.068847656250 0.458984375000 0.000000000000 0.062500000000 +0.158203125000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.298828125000 0.000000000000 +0.147460937500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.099609375000 0.000000000000 +0.070800781250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.263671875000 0.076171875000 0.056884765625 +0.000000000000 0.000000000000 0.000000000000 0.000606536865 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.597656250000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.124511718750 +0.000000000000 0.000000000000 0.091796875000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.162109375000 0.169921875000 0.273437500000 0.000000000000 +0.072265625000 0.496093750000 0.000000000000 0.070312500000 +0.151367187500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.312500000000 0.000000000000 +0.163085937500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.103515625000 0.000000000000 +0.102050781250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.285156250000 0.074218750000 0.098632812500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.621093750000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.132812500000 +0.000000000000 0.000000000000 0.069824218750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.141601562500 0.166015625000 0.291015625000 0.000000000000 +0.058349609375 0.496093750000 0.000000000000 0.064453125000 +0.150390625000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.318359375000 0.000000000000 +0.174804687500 0.050781250000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.075683593750 0.000000000000 +0.215820312500 0.000000000000 0.000000000000 0.000000000000 +0.047119140625 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.300781250000 0.082519531250 0.115722656250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.625000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.104003906250 +0.000000000000 0.000000000000 0.029663085938 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.035644531250 +0.065917968750 0.138671875000 0.289062500000 0.000000000000 +0.034423828125 0.437500000000 0.000000000000 0.015441894531 +0.108886718750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.291015625000 0.000000000000 +0.158203125000 0.103027343750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.367187500000 0.000000000000 0.000000000000 0.000000000000 +0.099609375000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.294921875000 0.093750000000 0.108886718750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.585937500000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.049316406250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.044677734375 +0.000000000000 0.073242187500 0.223632812500 0.000000000000 +0.000000000000 0.283203125000 0.000000000000 0.000000000000 +0.047119140625 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.209960937500 0.014465332031 +0.099121093750 0.111816406250 0.026245117188 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.445312500000 0.000000000000 0.000000000000 0.000000000000 +0.116210937500 0.030273437500 0.000000000000 0.000000000000 +0.000000000000 0.251953125000 0.093750000000 0.064941406250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.435546875000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.125976562500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.022216796875 +0.000000000000 0.000000000000 0.072265625000 0.000000000000 +0.000000000000 0.058837890625 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.035156250000 +0.000000000000 0.000000000000 0.074707031250 0.042724609375 +0.000000000000 0.084472656250 0.139648437500 0.000000000000 +0.000000000000 0.000000000000 0.038330078125 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.427734375000 0.000000000000 0.000000000000 0.000000000000 +0.101562500000 0.085937500000 0.000000000000 0.000000000000 +0.000000000000 0.157226562500 0.076171875000 0.000000000000 +0.103515625000 0.000000000000 0.009643554688 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.067382812500 0.162109375000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.138671875000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.073730468750 +0.080566406250 0.000000000000 0.000000000000 0.039550781250 +0.000000000000 0.000000000000 0.191406250000 0.000000000000 +0.000000000000 0.000000000000 0.145507812500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.257812500000 0.000000000000 0.000000000000 0.048828125000 +0.021728515625 0.104003906250 0.000000000000 0.000000000000 +0.000000000000 0.025268554688 0.031494140625 0.000000000000 +0.257812500000 0.000000000000 0.114257812500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.213867187500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.104980468750 0.000000000000 +0.040039062500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.122558593750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.078613281250 0.000000000000 0.083496093750 +0.173828125000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.180664062500 0.000000000000 +0.000000000000 0.002517700195 0.142578125000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.033691406250 +0.000000000000 0.096191406250 0.000000000000 0.123046875000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.269531250000 0.000000000000 0.161132812500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.242187500000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.083984375000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.174804687500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.053710937500 0.000000000000 +0.000000000000 0.143554687500 0.000000000000 0.074707031250 +0.196289062500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.092285156250 0.000000000000 +0.000000000000 0.014526367188 0.012573242188 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.052490234375 0.000000000000 0.216796875000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.156250000000 0.000000000000 0.155273437500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.051025390625 +0.198242187500 0.000000000000 0.025268554688 0.129882812500 +0.012573242188 0.000000000000 0.000000000000 0.000000000000 +0.069824218750 0.000000000000 0.000000000000 0.000000000000 +0.112304687500 0.000000000000 0.138671875000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.091796875000 0.030883789062 +0.000000000000 0.140625000000 0.000000000000 0.044189453125 +0.173828125000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.082519531250 +0.000000000000 0.000000000000 0.064941406250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.197265625000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.090820312500 0.000000000000 +0.080078125000 0.000000000000 0.000000000000 0.077148437500 +0.036865234375 0.000000000000 0.009643554688 0.218750000000 +0.141601562500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.145507812500 0.083496093750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.025512695312 0.072753906250 0.113769531250 +0.000000000000 0.064941406250 0.000000000000 0.000000000000 +0.074707031250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.090332031250 +0.000000000000 0.000000000000 0.224609375000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.042236328125 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.135742187500 0.048339843750 0.000000000000 0.043457031250 +0.000000000000 0.000000000000 0.000000000000 0.229492187500 +0.147460937500 0.000000000000 0.000000000000 0.084960937500 +0.000000000000 0.030151367188 0.000000000000 0.000000000000 +0.121093750000 0.151367187500 0.000000000000 0.000000000000 +0.130859375000 0.000000000000 0.019531250000 0.000000000000 +0.000000000000 0.253906250000 0.000000000000 0.147460937500 +0.001922607422 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.050537109375 0.000000000000 +0.048583984375 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.003311157227 +0.000000000000 0.000000000000 0.279296875000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.080078125000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.131835937500 0.136718750000 0.000000000000 0.000000000000 +0.000000000000 0.099121093750 0.000000000000 0.171875000000 +0.044189453125 0.000000000000 0.000000000000 0.229492187500 +0.000000000000 0.030883789062 0.000000000000 0.000000000000 +0.014038085938 0.146484375000 0.000000000000 0.000000000000 +0.195312500000 0.024169921875 0.185546875000 0.000000000000 +0.002609252930 0.417968750000 0.000000000000 0.149414062500 +0.068359375000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.191406250000 0.000000000000 +0.150390625000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.269531250000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.198242187500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000545501709 +0.078125000000 0.138671875000 0.000000000000 0.000000000000 +0.000000000000 0.396484375000 0.000000000000 0.052246093750 +0.000000000000 0.000000000000 0.000000000000 0.251953125000 +0.000000000000 0.000000000000 0.035644531250 0.000000000000 +0.000000000000 0.062988281250 0.000000000000 0.000000000000 +0.198242187500 0.115234375000 0.275390625000 0.000000000000 +0.048583984375 0.494140625000 0.000000000000 0.120605468750 +0.124023437500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.279296875000 0.000000000000 +0.182617187500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.196289062500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.273437500000 0.052246093750 0.079101562500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.064941406250 0.000000000000 0.000000000000 +0.000000000000 0.570312500000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.217773437500 +0.000000000000 0.000000000000 0.072753906250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.164062500000 0.165039062500 0.296875000000 0.000000000000 +0.067871093750 0.503906250000 0.000000000000 0.075683593750 +0.138671875000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.308593750000 0.000000000000 +0.185546875000 0.008728027344 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.106933593750 0.000000000000 +0.166992187500 0.000000000000 0.000000000000 0.000000000000 +0.030517578125 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.300781250000 0.083496093750 0.118164062500 +0.000000000000 0.000000000000 0.000000000000 0.001335144043 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.625000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.133789062500 +0.000000000000 0.000000000000 0.082031250000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.111816406250 0.172851562500 0.285156250000 0.000000000000 +0.064941406250 0.488281250000 0.000000000000 0.037841796875 +0.143554687500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.302734375000 0.000000000000 +0.155273437500 0.015014648438 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.041992187500 0.000000000000 +0.208984375000 0.000000000000 0.000000000000 0.000000000000 +0.044433593750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.302734375000 0.097167968750 0.120605468750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.625000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.061279296875 +0.000000000000 0.000000000000 0.092285156250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.083007812500 0.166992187500 0.263671875000 0.000000000000 +0.061035156250 0.458984375000 0.000000000000 0.019287109375 +0.148437500000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.279296875000 0.000000000000 +0.116699218750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.028808593750 0.000000000000 +0.192382812500 0.000000000000 0.000000000000 0.000000000000 +0.036621093750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.292968750000 0.097167968750 0.094238281250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.585937500000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.030761718750 +0.000000000000 0.000000000000 0.084960937500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.068359375000 0.171875000000 0.253906250000 0.000000000000 +0.041259765625 0.435546875000 0.000000000000 0.011352539062 +0.132812500000 0.000000000000 0.000000000000 0.006713867188 +0.000000000000 0.000000000000 0.257812500000 0.000000000000 +0.094726562500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.044677734375 0.000000000000 +0.142578125000 0.000000000000 0.000000000000 0.000000000000 +0.020507812500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.285156250000 0.095214843750 0.055175781250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.546875000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.039794921875 +0.000000000000 0.000000000000 0.076171875000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.064941406250 0.180664062500 0.263671875000 0.000000000000 +0.034179687500 0.416015625000 0.000000000000 0.005584716797 +0.118652343750 0.000000000000 0.000000000000 0.005889892578 +0.000000000000 0.000000000000 0.253906250000 0.000000000000 +0.111816406250 0.002319335938 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.048339843750 0.000000000000 +0.121093750000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.271484375000 0.087402343750 0.019775390625 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.535156250000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.042236328125 +0.000000000000 0.000000000000 0.062988281250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.056152343750 0.172851562500 0.255859375000 0.000000000000 +0.027465820312 0.382812500000 0.000000000000 0.008178710938 +0.095703125000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.265625000000 0.000000000000 +0.135742187500 0.036132812500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.027465820312 0.000000000000 +0.163085937500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.249023437500 0.074707031250 0.021606445312 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.531250000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.010253906250 +0.000000000000 0.000000000000 0.044677734375 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.041259765625 0.129882812500 0.215820312500 0.000000000000 +0.014282226562 0.326171875000 0.000000000000 0.011413574219 +0.056640625000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.263671875000 0.000000000000 +0.156250000000 0.046142578125 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.215820312500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.208007812500 0.047119140625 0.074218750000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.480468750000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.042724609375 0.000000000000 +0.000000000000 0.000000000000 0.034912109375 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000953674316 0.048828125000 0.102050781250 0.000000000000 +0.000000000000 0.243164062500 0.000000000000 0.033203125000 +0.001312255859 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.247070312500 0.079101562500 +0.164062500000 0.023437500000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.218750000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.059814453125 0.027709960938 0.000000000000 +0.000000000000 0.142578125000 0.007019042969 0.159179687500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.369140625000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.065429687500 0.000000000000 +0.000000000000 0.000000000000 0.022216796875 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.161132812500 0.000000000000 0.083007812500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.214843750000 0.166992187500 +0.162109375000 0.000000000000 0.051269531250 0.057128906250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.170898437500 0.000000000000 0.000000000000 0.096191406250 +0.000000000000 0.149414062500 0.089355468750 0.000000000000 +0.000000000000 0.058349609375 0.000000000000 0.265625000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.201171875000 0.016479492188 0.000000000000 +0.000000000000 0.000000000000 0.056152343750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.104980468750 0.000000000000 0.147460937500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.166992187500 0.235351562500 +0.162109375000 0.000000000000 0.075195312500 0.124511718750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.055664062500 0.000000000000 0.000000000000 0.165039062500 +0.000000000000 0.230468750000 0.116210937500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.384765625000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.010498046875 0.182617187500 0.083007812500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.087402343750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.090332031250 0.000000000000 0.210937500000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.121582031250 0.277343750000 +0.154296875000 0.000000000000 0.077636718750 0.167968750000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.178710937500 +0.000000000000 0.291015625000 0.119140625000 0.031494140625 +0.000000000000 0.000000000000 0.000000000000 0.496093750000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.306640625000 0.197265625000 +0.000000000000 0.017333984375 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.191406250000 0.021606445312 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.122558593750 0.000000000000 0.257812500000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.079589843750 0.281250000000 +0.145507812500 0.000000000000 0.060791015625 0.170898437500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.153320312500 +0.011291503906 0.324218750000 0.086425781250 0.082519531250 +0.000000000000 0.000000000000 0.000000000000 0.582031250000 +0.000000000000 0.000774383545 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.375000000000 0.281250000000 +0.000000000000 0.147460937500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.223632812500 0.068847656250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.149414062500 0.000000000000 0.269531250000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.014526367188 0.000000000000 0.044921875000 0.277343750000 +0.131835937500 0.000000000000 0.029174804688 0.151367187500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.018676757812 +0.000000000000 0.000000000000 0.000000000000 0.087402343750 +0.066894531250 0.335937500000 0.009643554688 0.086914062500 +0.000000000000 0.000000000000 0.000000000000 0.613281250000 +0.000000000000 0.046630859375 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.380859375000 0.302734375000 +0.000000000000 0.232421875000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.228515625000 0.110839843750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.158203125000 0.000000000000 0.255859375000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.045166015625 0.000000000000 0.006713867188 0.249023437500 +0.097656250000 0.000000000000 0.009765625000 0.084960937500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.025146484375 +0.000000000000 0.000000000000 0.000915527344 0.008178710938 +0.123046875000 0.333984375000 0.000000000000 0.054199218750 +0.000000000000 0.000000000000 0.000000000000 0.609375000000 +0.000000000000 0.063476562500 0.000000000000 0.000000000000 +0.002212524414 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.343750000000 0.292968750000 +0.000000000000 0.267578125000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.207031250000 0.126953125000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.130859375000 0.000000000000 0.193359375000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.086914062500 0.000000000000 0.000000000000 0.211914062500 +0.041259765625 0.000000000000 0.028686523438 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000556945801 +0.000000000000 0.000000000000 0.002395629883 0.000000000000 +0.157226562500 0.318359375000 0.000000000000 0.005249023438 +0.000000000000 0.000000000000 0.000000000000 0.531250000000 +0.000000000000 0.063964843750 0.000000000000 0.000000000000 +0.036132812500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.279296875000 0.230468750000 +0.000000000000 0.267578125000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.204101562500 0.111816406250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.038574218750 0.000000000000 0.099609375000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.142578125000 0.000000000000 0.000000000000 0.155273437500 +0.000000000000 0.000000000000 0.065917968750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.159179687500 0.291015625000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.380859375000 +0.087402343750 0.054931640625 0.000000000000 0.000000000000 +0.042480468750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.189453125000 0.145507812500 +0.000000000000 0.224609375000 0.000000000000 0.000000000000 +0.034423828125 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.232421875000 0.044433593750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.059570312500 0.000000000000 0.000000000000 +0.214843750000 0.000000000000 0.000000000000 0.099121093750 +0.000000000000 0.000000000000 0.111816406250 0.000000000000 +0.000000000000 0.000000000000 0.029296875000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.128906250000 0.251953125000 0.000000000000 0.060058593750 +0.000000000000 0.000000000000 0.000000000000 0.167968750000 +0.241210937500 0.043457031250 0.036865234375 0.000000000000 +0.030639648438 0.000000000000 0.000000000000 0.000000000000 +0.086914062500 0.000000000000 0.121093750000 0.065429687500 +0.000000000000 0.144531250000 0.000000000000 0.000000000000 +0.130859375000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.279296875000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.165039062500 0.000000000000 0.000000000000 +0.285156250000 0.000000000000 0.000000000000 0.031738281250 +0.000000000000 0.000000000000 0.145507812500 0.000000000000 +0.000000000000 0.031982421875 0.124511718750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.047119140625 0.206054687500 0.000000000000 0.168945312500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.363281250000 0.036621093750 0.118164062500 0.000000000000 +0.012634277344 0.000000000000 0.000000000000 0.000000000000 +0.275390625000 0.000000000000 0.064941406250 0.015991210938 +0.000000000000 0.040283203125 0.000000000000 0.000000000000 +0.209960937500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.339843750000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.026367187500 0.000000000000 +0.000000000000 0.253906250000 0.000000000000 0.069824218750 +0.347656250000 0.023071289062 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.163085937500 0.000000000000 +0.000000000000 0.081054687500 0.168945312500 0.000000000000 +0.000000000000 0.001411437988 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.164062500000 0.000000000000 0.310546875000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.416015625000 0.029907226562 0.193359375000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.004882812500 +0.402343750000 0.000000000000 0.050781250000 0.015197753906 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.273437500000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.375000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.135742187500 0.000000000000 +0.000000000000 0.308593750000 0.000000000000 0.104003906250 +0.380859375000 0.033691406250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.156250000000 0.000000000000 +0.000000000000 0.121582031250 0.166992187500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.121093750000 0.000000000000 0.437500000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.412109375000 0.031494140625 0.242187500000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.162109375000 +0.451171875000 0.000000000000 0.071289062500 0.065429687500 +0.021362304688 0.000000000000 0.000000000000 0.000000000000 +0.291015625000 0.000000000000 0.000000000000 0.000000000000 +0.046630859375 0.000000000000 0.390625000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.221679687500 0.000000000000 +0.000000000000 0.322265625000 0.000000000000 0.106445312500 +0.388671875000 0.004486083984 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.127929687500 0.000000000000 +0.000000000000 0.125976562500 0.113769531250 0.096679687500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.085937500000 0.000000000000 0.503906250000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.347656250000 0.027221679688 0.248046875000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.248046875000 +0.441406250000 0.000000000000 0.085449218750 0.143554687500 +0.128906250000 0.000000000000 0.000000000000 0.000000000000 +0.273437500000 0.000000000000 0.000000000000 0.000000000000 +0.135742187500 0.000000000000 0.365234375000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.241210937500 0.000000000000 +0.000000000000 0.310546875000 0.000000000000 0.089843750000 +0.359375000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.054199218750 0.000000000000 +0.000000000000 0.097656250000 0.000000000000 0.180664062500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.037109375000 0.000000000000 0.500000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.190429687500 0.000000000000 0.225585937500 0.000000000000 +0.015625000000 0.000000000000 0.000000000000 0.263671875000 +0.339843750000 0.000000000000 0.086425781250 0.217773437500 +0.208984375000 0.000000000000 0.000000000000 0.000000000000 +0.207031250000 0.000000000000 0.000000000000 0.000000000000 +0.187500000000 0.000000000000 0.269531250000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.227539062500 0.024047851562 +0.000000000000 0.253906250000 0.000000000000 0.049316406250 +0.287109375000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.021118164062 0.000000000000 0.198242187500 +0.000000000000 0.000000000000 0.053222656250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.414062500000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.153320312500 0.000000000000 +0.073242187500 0.000000000000 0.000000000000 0.235351562500 +0.157226562500 0.000000000000 0.056640625000 0.257812500000 +0.243164062500 0.000000000000 0.000000000000 0.000000000000 +0.084472656250 0.000000000000 0.000000000000 0.000000000000 +0.187500000000 0.008605957031 0.087402343750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.162109375000 0.092773437500 +0.000000000000 0.146484375000 0.000000000000 0.000000000000 +0.169921875000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.167968750000 +0.000000000000 0.000000000000 0.164062500000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.221679687500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.043457031250 0.000000000000 +0.109863281250 0.008422851562 0.000000000000 0.128906250000 +0.000000000000 0.000000000000 0.000000000000 0.253906250000 +0.214843750000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.144531250000 0.098632812500 0.000000000000 0.000000000000 +0.051025390625 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.109863281250 0.032470703125 0.132812500000 +0.000000000000 0.003189086914 0.000000000000 0.000000000000 +0.032470703125 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.068359375000 +0.000000000000 0.000000000000 0.231445312500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.002548217773 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.003875732422 +0.118652343750 0.080078125000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.209960937500 +0.116699218750 0.000000000000 0.000000000000 0.119140625000 +0.000000000000 0.005950927734 0.000000000000 0.000000000000 +0.054931640625 0.113769531250 0.000000000000 0.000000000000 +0.128906250000 0.000000000000 0.066894531250 0.000000000000 +0.000000000000 0.300781250000 0.000000000000 0.134765625000 +0.020263671875 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.095214843750 0.000000000000 +0.077148437500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.241210937500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.125976562500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.002838134766 +0.103515625000 0.097656250000 0.000000000000 0.000000000000 +0.000000000000 0.193359375000 0.000000000000 0.115722656250 +0.000000000000 0.000000000000 0.000000000000 0.195312500000 +0.000000000000 0.001396179199 0.010253906250 0.000000000000 +0.000000000000 0.083984375000 0.000000000000 0.000000000000 +0.160156250000 0.043457031250 0.196289062500 0.000000000000 +0.012023925781 0.417968750000 0.000000000000 0.124023437500 +0.079101562500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.203125000000 0.000000000000 +0.139648437500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.209960937500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.212890625000 0.016967773438 0.014343261719 +0.000000000000 0.000000000000 0.000000000000 0.004638671875 +0.045166015625 0.071289062500 0.000000000000 0.000000000000 +0.000000000000 0.417968750000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.194335937500 +0.000000000000 0.000000000000 0.045410156250 0.000000000000 +0.000000000000 0.012329101562 0.000000000000 0.000000000000 +0.161132812500 0.123535156250 0.251953125000 0.000000000000 +0.037109375000 0.464843750000 0.000000000000 0.092773437500 +0.110839843750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.267578125000 0.000000000000 +0.160156250000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.149414062500 0.000000000000 +0.026855468750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.267578125000 0.056884765625 0.076660156250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.542968750000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.159179687500 +0.000000000000 0.000000000000 0.069824218750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.132812500000 0.149414062500 0.267578125000 0.000000000000 +0.053466796875 0.470703125000 0.000000000000 0.059326171875 +0.131835937500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.287109375000 0.000000000000 +0.157226562500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.084472656250 0.000000000000 +0.133789062500 0.000000000000 0.000000000000 0.000000000000 +0.007690429688 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.279296875000 0.076171875000 0.099609375000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.582031250000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.099609375000 +0.000000000000 0.000000000000 0.096679687500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.111328125000 0.157226562500 0.259765625000 0.000000000000 +0.064453125000 0.460937500000 0.000000000000 0.041992187500 +0.136718750000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.287109375000 0.000000000000 +0.149414062500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.046630859375 0.000000000000 +0.151367187500 0.000000000000 0.000000000000 0.000000000000 +0.014465332031 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.279296875000 0.080566406250 0.105468750000 +0.000000000000 0.000000000000 0.000000000000 0.006072998047 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.578125000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.057128906250 +0.000000000000 0.000000000000 0.102050781250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.117187500000 0.165039062500 0.235351562500 0.000000000000 +0.060546875000 0.462890625000 0.000000000000 0.047607421875 +0.142578125000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.285156250000 0.000000000000 +0.131835937500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.066406250000 0.000000000000 +0.119628906250 0.000000000000 0.000000000000 0.000000000000 +0.002395629883 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.273437500000 0.080566406250 0.103515625000 +0.000000000000 0.000000000000 0.000000000000 0.000237464905 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.566406250000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.082519531250 +0.000000000000 0.000000000000 0.090332031250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.120117187500 0.161132812500 0.250000000000 0.000000000000 +0.057617187500 0.468750000000 0.000000000000 0.054931640625 +0.137695312500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.289062500000 0.000000000000 +0.140625000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.073730468750 0.000000000000 +0.104980468750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.277343750000 0.074707031250 0.095214843750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.578125000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.093261718750 +0.000000000000 0.000000000000 0.074707031250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.121582031250 0.155273437500 0.263671875000 0.000000000000 +0.059570312500 0.468750000000 0.000000000000 0.048095703125 +0.128906250000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.287109375000 0.000000000000 +0.149414062500 0.014587402344 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.065917968750 0.000000000000 +0.165039062500 0.000000000000 0.000000000000 0.000000000000 +0.019775390625 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.281250000000 0.077148437500 0.095703125000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.578125000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.080078125000 +0.000000000000 0.000000000000 0.043457031250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.070312500000 0.139648437500 0.259765625000 0.000000000000 +0.030029296875 0.429687500000 0.000000000000 0.025024414062 +0.111816406250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.279296875000 0.000000000000 +0.140625000000 0.060791015625 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.006195068359 0.000000000000 +0.265625000000 0.000000000000 0.000000000000 0.000000000000 +0.056152343750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.279296875000 0.082031250000 0.091796875000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.558593750000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.005218505859 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.003753662109 +0.000000000000 0.087402343750 0.222656250000 0.000000000000 +0.000000000000 0.324218750000 0.000000000000 0.000000000000 +0.068847656250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.228515625000 0.000000000000 +0.111816406250 0.075195312500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.349609375000 0.000000000000 0.000000000000 0.000000000000 +0.080078125000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.250000000000 0.082031250000 0.064941406250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.462890625000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.070800781250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.012329101562 +0.000000000000 0.000770568848 0.117187500000 0.000000000000 +0.000000000000 0.153320312500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000356674194 +0.000000000000 0.000000000000 0.127929687500 0.036865234375 +0.039062500000 0.082031250000 0.080566406250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.371093750000 0.000000000000 0.000000000000 0.000000000000 +0.083984375000 0.062500000000 0.000000000000 0.000000000000 +0.000000000000 0.184570312500 0.068847656250 0.006195068359 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.261718750000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.109375000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.040771484375 +0.037353515625 0.000000000000 0.000000000000 0.051757812500 +0.000000000000 0.026733398438 0.175781250000 0.000000000000 +0.000000000000 0.000000000000 0.113769531250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.326171875000 0.000000000000 0.000000000000 0.035156250000 +0.067871093750 0.115722656250 0.000000000000 0.000000000000 +0.000000000000 0.084472656250 0.048095703125 0.000000000000 +0.210937500000 0.000000000000 0.064941406250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.166015625000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.104492187500 0.000000000000 +0.032226562500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.067871093750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.052490234375 0.000000000000 0.076171875000 +0.187500000000 0.000000000000 0.000000000000 0.055664062500 +0.000000000000 0.000000000000 0.240234375000 0.000000000000 +0.000000000000 0.009460449219 0.247070312500 0.000000000000 +0.000000000000 0.000606536865 0.000000000000 0.000000000000 +0.163085937500 0.000000000000 0.000000000000 0.107910156250 +0.001029968262 0.145507812500 0.000000000000 0.051757812500 +0.000000000000 0.000000000000 0.001998901367 0.000000000000 +0.398437500000 0.000000000000 0.167968750000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.347656250000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.058593750000 0.000000000000 +0.181640625000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.277343750000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.203125000000 0.000000000000 0.100585937500 +0.316406250000 0.030395507812 0.000000000000 0.028320312500 +0.000000000000 0.000000000000 0.249023437500 0.000000000000 +0.000000000000 0.105468750000 0.283203125000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.124023437500 +0.000000000000 0.152343750000 0.000000000000 0.312500000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.484375000000 0.000000000000 0.246093750000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.462890625000 0.000000000000 0.038818359375 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.287109375000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.421875000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.128906250000 0.000000000000 +0.000000000000 0.308593750000 0.000000000000 0.107421875000 +0.394531250000 0.038818359375 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.231445312500 0.000000000000 +0.000000000000 0.152343750000 0.265625000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.104980468750 +0.000000000000 0.141601562500 0.000000000000 0.494140625000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.484375000000 0.030273437500 0.281250000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.156250000000 +0.490234375000 0.000000000000 0.113769531250 0.068847656250 +0.000572204590 0.000000000000 0.000000000000 0.000000000000 +0.320312500000 0.000000000000 0.000000000000 0.000000000000 +0.064941406250 0.000000000000 0.460937500000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.239257812500 0.000000000000 +0.000000000000 0.347656250000 0.000000000000 0.101074218750 +0.408203125000 0.013305664062 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.163085937500 0.000000000000 +0.000000000000 0.160156250000 0.164062500000 0.130859375000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.028930664062 +0.000000000000 0.105468750000 0.000000000000 0.574218750000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.394531250000 0.041259765625 0.277343750000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.255859375000 +0.464843750000 0.000000000000 0.144531250000 0.186523437500 +0.174804687500 0.000000000000 0.000000000000 0.000000000000 +0.304687500000 0.000000000000 0.000000000000 0.000000000000 +0.176757812500 0.000000000000 0.435546875000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.273437500000 0.000000000000 +0.000000000000 0.335937500000 0.000000000000 0.075195312500 +0.382812500000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.050292968750 0.000000000000 +0.000000000000 0.116699218750 0.000000000000 0.227539062500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.047119140625 0.000000000000 0.562500000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.191406250000 0.010742187500 0.235351562500 0.000000000000 +0.044677734375 0.000000000000 0.000000000000 0.275390625000 +0.330078125000 0.000000000000 0.134765625000 0.271484375000 +0.281250000000 0.000000000000 0.000000000000 0.000000000000 +0.227539062500 0.000000000000 0.000000000000 0.000000000000 +0.226562500000 0.000000000000 0.304687500000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.259765625000 0.058349609375 +0.000000000000 0.259765625000 0.000000000000 0.024414062500 +0.294921875000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.002151489258 +0.000000000000 0.025512695312 0.000000000000 0.242187500000 +0.000000000000 0.000000000000 0.093261718750 0.000000000000 +0.000000000000 0.000000000000 0.002334594727 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.447265625000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.146484375000 0.000000000000 +0.096191406250 0.000000000000 0.000000000000 0.238281250000 +0.125000000000 0.000000000000 0.094238281250 0.300781250000 +0.292968750000 0.000000000000 0.000000000000 0.000000000000 +0.078613281250 0.000000000000 0.000000000000 0.000000000000 +0.221679687500 0.043701171875 0.085937500000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.165039062500 0.127929687500 +0.000000000000 0.125000000000 0.000000000000 0.000000000000 +0.158203125000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.006378173828 +0.000000000000 0.000000000000 0.000000000000 0.198242187500 +0.000000000000 0.000000000000 0.202148437500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.224609375000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.025146484375 0.001968383789 +0.120605468750 0.068847656250 0.000000000000 0.108398437500 +0.000000000000 0.000000000000 0.002868652344 0.291015625000 +0.251953125000 0.000000000000 0.000000000000 0.017578125000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.151367187500 0.103515625000 0.000000000000 0.000000000000 +0.083984375000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.163085937500 0.006469726562 0.154296875000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.006347656250 0.000000000000 0.000000000000 0.000000000000 +0.024902343750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.055175781250 +0.000000000000 0.000000000000 0.233398437500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.025268554688 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.120605468750 0.112792968750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.222656250000 +0.112792968750 0.000000000000 0.000000000000 0.140625000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.005310058594 0.095703125000 0.000000000000 0.000000000000 +0.110351562500 0.000000000000 0.084472656250 0.000000000000 +0.000000000000 0.318359375000 0.000000000000 0.146484375000 +0.039306640625 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.090820312500 0.000000000000 +0.084472656250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.216796875000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.158203125000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.097656250000 0.086425781250 0.000000000000 0.000000000000 +0.000000000000 0.212890625000 0.000000000000 0.090332031250 +0.000000000000 0.000000000000 0.000000000000 0.152343750000 +0.000000000000 0.021972656250 0.000000000000 0.000000000000 +0.000000000000 0.046875000000 0.000000000000 0.000000000000 +0.087402343750 0.000000000000 0.199218750000 0.000000000000 +0.000000000000 0.365234375000 0.000000000000 0.085449218750 +0.086914062500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.131835937500 0.000000000000 +0.084472656250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.133789062500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.030883789062 0.000000000000 0.000000000000 0.000000000000 +0.042236328125 0.253906250000 0.064453125000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.069824218750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.355468750000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.088867187500 +0.000000000000 0.070312500000 0.000000000000 0.023681640625 +0.000000000000 0.000000000000 0.000000000000 0.002563476562 +0.000000000000 0.053710937500 0.263671875000 0.000000000000 +0.000000000000 0.345703125000 0.000000000000 0.000000000000 +0.091308593750 0.000000000000 0.000000000000 0.084472656250 +0.000000000000 0.000000000000 0.120605468750 0.000000000000 +0.026123046875 0.006072998047 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.031494140625 0.020874023438 0.000000000000 +0.170898437500 0.000000000000 0.000000000000 0.000000000000 +0.100097656250 0.000000000000 0.000000000000 0.000000000000 +0.079589843750 0.294921875000 0.133789062500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.045654296875 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.375000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.147460937500 0.000000000000 0.200195312500 +0.000000000000 0.000000000000 0.000000000000 0.000629425049 +0.000000000000 0.084960937500 0.283203125000 0.000000000000 +0.000000000000 0.234375000000 0.000000000000 0.000000000000 +0.091796875000 0.000000000000 0.000000000000 0.226562500000 +0.000000000000 0.000000000000 0.040039062500 0.000000000000 +0.000000000000 0.043945312500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.145507812500 0.000000000000 0.000000000000 +0.241210937500 0.000000000000 0.000000000000 0.000000000000 +0.108886718750 0.000000000000 0.000000000000 0.000000000000 +0.106445312500 0.294921875000 0.187500000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.028320312500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.326171875000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.251953125000 0.000000000000 0.332031250000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.101074218750 0.277343750000 0.000000000000 +0.000000000000 0.058593750000 0.000000000000 0.000000000000 +0.067871093750 0.047607421875 0.000000000000 0.375000000000 +0.000000000000 0.046142578125 0.000000000000 0.000000000000 +0.000000000000 0.035888671875 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.251953125000 0.000000000000 0.000000000000 +0.222656250000 0.000000000000 0.000000000000 0.000000000000 +0.066894531250 0.000000000000 0.000000000000 0.000000000000 +0.134765625000 0.267578125000 0.220703125000 0.000000000000 +0.009887695312 0.000000000000 0.000000000000 0.000000000000 +0.031494140625 0.000000000000 0.002975463867 0.035644531250 +0.120605468750 0.193359375000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.371093750000 0.000000000000 0.367187500000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.124023437500 0.273437500000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.037353515625 0.158203125000 0.000000000000 0.496093750000 +0.011474609375 0.145507812500 0.000000000000 0.000000000000 +0.000000000000 0.012512207031 0.000000000000 0.000000000000 +0.046386718750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.306640625000 0.000000000000 0.000000000000 +0.083007812500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.144531250000 0.208984375000 0.222656250000 0.000000000000 +0.065917968750 0.000000000000 0.000000000000 0.001380920410 +0.036865234375 0.000000000000 0.057128906250 0.318359375000 +0.271484375000 0.038818359375 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.458984375000 0.000000000000 0.345703125000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.153320312500 0.287109375000 0.025756835938 +0.000000000000 0.000000000000 0.024291992188 0.000000000000 +0.010070800781 0.211914062500 0.000000000000 0.562500000000 +0.040039062500 0.166992187500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.060791015625 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.310546875000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.138671875000 0.145507812500 0.220703125000 0.000000000000 +0.055664062500 0.000000000000 0.040039062500 0.000000000000 +0.022460937500 0.000000000000 0.082031250000 0.546875000000 +0.349609375000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.476562500000 0.000000000000 0.221679687500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.180664062500 0.304687500000 0.193359375000 +0.000000000000 0.000000000000 0.119140625000 0.000000000000 +0.000000000000 0.203125000000 0.000000000000 0.570312500000 +0.033691406250 0.143554687500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.048583984375 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.275390625000 0.017211914062 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.083496093750 0.081054687500 0.194335937500 0.000000000000 +0.000000000000 0.000000000000 0.075195312500 0.000000000000 +0.000000000000 0.000000000000 0.082031250000 0.648437500000 +0.357421875000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.429687500000 0.000000000000 0.000000000000 +0.062988281250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.190429687500 0.302734375000 0.345703125000 +0.000000000000 0.000000000000 0.143554687500 0.000000000000 +0.000000000000 0.122070312500 0.000000000000 0.515625000000 +0.000000000000 0.044189453125 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.015869140625 0.173828125000 0.053466796875 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.023315429688 0.147460937500 0.000000000000 +0.000000000000 0.000000000000 0.095703125000 0.000000000000 +0.000000000000 0.000000000000 0.044433593750 0.644531250000 +0.320312500000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.271484375000 0.000000000000 0.000000000000 +0.127929687500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.154296875000 0.257812500000 0.417968750000 +0.000000000000 0.000000000000 0.121093750000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.376953125000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.082519531250 0.014770507812 0.054443359375 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.083496093750 0.000000000000 +0.000000000000 0.000000000000 0.102539062500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.498046875000 +0.215820312500 0.033691406250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.025634765625 0.000000000000 0.000000000000 +0.134765625000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.055908203125 0.141601562500 0.406250000000 +0.000000000000 0.000000000000 0.020996093750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.171875000000 +0.000000000000 0.000000000000 0.045166015625 0.000000000000 +0.055419921875 0.000000000000 0.000000000000 0.072753906250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.105468750000 0.000000000000 0.023803710938 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.176757812500 0.000000000000 +0.000000000000 0.000000000000 0.000308990479 0.000000000000 +0.000000000000 0.000000000000 0.098632812500 0.000000000000 +0.000000000000 0.016723632812 0.000000000000 0.212890625000 +0.064941406250 0.048583984375 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.085449218750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.285156250000 +0.000000000000 0.000000000000 0.000000000000 0.084472656250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.087402343750 0.106445312500 +0.147460937500 0.000000000000 0.025390625000 0.150390625000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.094238281250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.120605468750 +0.000000000000 0.055419921875 0.227539062500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.078125000000 0.000000000000 +0.000000000000 0.025634765625 0.000000000000 0.000000000000 +0.000000000000 0.024536132812 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.045654296875 +0.000000000000 0.000000000000 0.000000000000 0.141601562500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.085449218750 0.229492187500 +0.154296875000 0.000000000000 0.089843750000 0.155273437500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.013122558594 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.173828125000 +0.000000000000 0.204101562500 0.189453125000 0.037597656250 +0.000000000000 0.000000000000 0.000000000000 0.178710937500 +0.000000000000 0.000000000000 0.049804687500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.115722656250 0.070800781250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.103515625000 0.034179687500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.143554687500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.058349609375 0.000000000000 0.015869140625 0.253906250000 +0.101562500000 0.000000000000 0.127929687500 0.086425781250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.166015625000 +0.042968750000 0.294921875000 0.008056640625 0.076171875000 +0.000000000000 0.000000000000 0.000000000000 0.314453125000 +0.000000000000 0.045654296875 0.020385742188 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.207031250000 0.108398437500 +0.000000000000 0.050048828125 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.257812500000 0.078125000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.094238281250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.166015625000 0.000000000000 0.000000000000 0.242187500000 +0.000000000000 0.000000000000 0.149414062500 0.000000000000 +0.000000000000 0.000000000000 0.000747680664 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.113281250000 +0.117187500000 0.310546875000 0.000000000000 0.119140625000 +0.000000000000 0.000000000000 0.000000000000 0.314453125000 +0.158203125000 0.080566406250 0.027343750000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.217773437500 0.116210937500 +0.000000000000 0.181640625000 0.000000000000 0.000000000000 +0.074218750000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.347656250000 0.042480468750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.008666992188 +0.000000000000 0.088867187500 0.000000000000 0.000000000000 +0.245117187500 0.000000000000 0.000000000000 0.144531250000 +0.000000000000 0.000000000000 0.143554687500 0.000000000000 +0.000000000000 0.021484375000 0.047363281250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.014770507812 +0.113281250000 0.291015625000 0.000000000000 0.166992187500 +0.000000000000 0.000000000000 0.000000000000 0.188476562500 +0.273437500000 0.076171875000 0.063964843750 0.000000000000 +0.039550781250 0.000000000000 0.000000000000 0.000000000000 +0.078125000000 0.000000000000 0.202148437500 0.117187500000 +0.000000000000 0.186523437500 0.000000000000 0.000000000000 +0.156250000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.371093750000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.168945312500 0.000000000000 0.000000000000 +0.283203125000 0.000000000000 0.000000000000 0.024047851562 +0.000000000000 0.000000000000 0.112792968750 0.000000000000 +0.000000000000 0.028686523438 0.041748046875 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.014770507812 0.212890625000 0.000000000000 0.225585937500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.285156250000 0.035644531250 0.104003906250 0.000000000000 +0.062988281250 0.000000000000 0.000000000000 0.000000000000 +0.183593750000 0.000000000000 0.161132812500 0.121093750000 +0.000766754150 0.105468750000 0.000000000000 0.000000000000 +0.188476562500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.351562500000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.076660156250 0.000000000000 +0.000000000000 0.174804687500 0.000000000000 0.000000000000 +0.281250000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.063964843750 0.000000000000 +0.000000000000 0.026977539062 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.134765625000 0.000000000000 0.296875000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.215820312500 0.000000000000 0.138671875000 0.000000000000 +0.037109375000 0.000000000000 0.000000000000 0.000000000000 +0.204101562500 0.000000000000 0.123046875000 0.149414062500 +0.049804687500 0.000000000000 0.000000000000 0.000000000000 +0.186523437500 0.000000000000 0.000000000000 0.000000000000 +0.113281250000 0.000000000000 0.294921875000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.124511718750 0.000000000000 +0.000000000000 0.120117187500 0.000000000000 0.000000000000 +0.241210937500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.015991210938 0.021972656250 +0.000000000000 0.005371093750 0.000000000000 0.038085937500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.083984375000 0.000000000000 0.339843750000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.061523437500 0.000000000000 0.146484375000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.006683349609 +0.166992187500 0.000000000000 0.149414062500 0.208984375000 +0.064453125000 0.000000000000 0.000000000000 0.000000000000 +0.142578125000 0.000000000000 0.000000000000 0.000000000000 +0.190429687500 0.000000000000 0.228515625000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.109863281250 0.115234375000 +0.000000000000 0.002716064453 0.000000000000 0.000000000000 +0.163085937500 0.000000000000 0.000000000000 0.004302978516 +0.000000000000 0.000000000000 0.000000000000 0.156250000000 +0.000000000000 0.000000000000 0.000000000000 0.059082031250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.093750000000 0.046142578125 0.343750000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.128906250000 0.000000000000 +0.000000000000 0.005859375000 0.000000000000 0.000000000000 +0.019165039062 0.000000000000 0.205078125000 0.271484375000 +0.064941406250 0.000000000000 0.000000000000 0.000000000000 +0.062988281250 0.000000000000 0.000000000000 0.000000000000 +0.195312500000 0.000000000000 0.161132812500 0.000000000000 +0.021606445312 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.016235351562 0.234375000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.077636718750 0.000000000000 0.000000000000 0.103515625000 +0.101562500000 0.000000000000 0.000000000000 0.244140625000 +0.000000000000 0.000000000000 0.000000000000 0.035644531250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.027343750000 +0.000000000000 0.151367187500 0.174804687500 0.310546875000 +0.000000000000 0.000000000000 0.000000000000 0.111816406250 +0.000000000000 0.000000000000 0.076171875000 0.000000000000 +0.000000000000 0.125000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.259765625000 0.324218750000 +0.028198242188 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.134765625000 0.000000000000 0.111816406250 0.000000000000 +0.119628906250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.097167968750 0.000000000000 0.312500000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.069824218750 0.199218750000 +0.198242187500 0.000000000000 0.000000000000 0.261718750000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.041748046875 +0.000000000000 0.225585937500 0.203125000000 0.217773437500 +0.000000000000 0.000000000000 0.000000000000 0.388671875000 +0.000000000000 0.006805419922 0.000000000000 0.000000000000 +0.000000000000 0.144531250000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.316406250000 0.337890625000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.012329101562 0.000000000000 0.086425781250 0.007049560547 +0.135742187500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.219726562500 0.000000000000 0.333984375000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.117675781250 0.267578125000 +0.239257812500 0.000000000000 0.000000000000 0.243164062500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.070312500000 +0.000000000000 0.000000000000 0.000000000000 0.041503906250 +0.000000000000 0.296875000000 0.170898437500 0.100097656250 +0.000000000000 0.000000000000 0.000000000000 0.601562500000 +0.000000000000 0.043457031250 0.000000000000 0.000000000000 +0.000000000000 0.121093750000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.326171875000 0.330078125000 +0.000000000000 0.122070312500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.101562500000 0.158203125000 +0.097167968750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.251953125000 0.000000000000 0.318359375000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.121093750000 0.298828125000 +0.225585937500 0.000000000000 0.000326156616 0.162109375000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.114746093750 +0.000000000000 0.000000000000 0.000000000000 0.040771484375 +0.141601562500 0.347656250000 0.047607421875 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.691406250000 +0.000000000000 0.067871093750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.316406250000 0.281250000000 +0.000000000000 0.227539062500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.165039062500 0.226562500000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.223632812500 0.000000000000 0.243164062500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.027343750000 0.000000000000 0.073730468750 0.298828125000 +0.153320312500 0.000000000000 0.067382812500 0.047607421875 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.110351562500 +0.000000000000 0.000000000000 0.000000000000 0.049804687500 +0.227539062500 0.373046875000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.687500000000 +0.000000000000 0.081054687500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.294921875000 0.205078125000 +0.000000000000 0.273437500000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.250000000000 0.229492187500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.098632812500 0.000000000000 0.132812500000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.118164062500 0.000000000000 0.000000000000 0.269531250000 +0.034912109375 0.000000000000 0.134765625000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.032470703125 +0.018188476562 0.000000000000 0.000000000000 0.055175781250 +0.239257812500 0.371093750000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.574218750000 +0.134765625000 0.083984375000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.257812500000 0.131835937500 +0.000000000000 0.277343750000 0.000000000000 0.000000000000 +0.027832031250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.339843750000 0.141601562500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.023315429688 +0.000000000000 0.014770507812 0.000000000000 0.000000000000 +0.213867187500 0.000000000000 0.000000000000 0.194335937500 +0.000000000000 0.000000000000 0.159179687500 0.000000000000 +0.000000000000 0.000000000000 0.076660156250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.043457031250 +0.197265625000 0.337890625000 0.000000000000 0.108398437500 +0.000000000000 0.000000000000 0.000000000000 0.355468750000 +0.289062500000 0.070800781250 0.042480468750 0.000000000000 +0.006835937500 0.000000000000 0.000000000000 0.000000000000 +0.040771484375 0.000000000000 0.229492187500 0.096191406250 +0.000000000000 0.241210937500 0.000000000000 0.000000000000 +0.109375000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.394531250000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.146484375000 0.000000000000 0.000000000000 +0.279296875000 0.000000000000 0.000000000000 0.085937500000 +0.000000000000 0.000000000000 0.151367187500 0.000000000000 +0.000000000000 0.037353515625 0.089843750000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.077636718750 0.267578125000 0.000000000000 0.216796875000 +0.000000000000 0.000000000000 0.000000000000 0.091308593750 +0.318359375000 0.044433593750 0.100585937500 0.000000000000 +0.055175781250 0.000000000000 0.000000000000 0.000000000000 +0.151367187500 0.000000000000 0.196289062500 0.125976562500 +0.000000000000 0.160156250000 0.000000000000 0.000000000000 +0.146484375000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.384765625000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.038085937500 0.000000000000 +0.000000000000 0.212890625000 0.000000000000 0.003585815430 +0.283203125000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.083496093750 0.000000000000 +0.000000000000 0.043212890625 0.016113281250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.001014709473 0.000000000000 +0.000000000000 0.154296875000 0.000000000000 0.257812500000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.251953125000 0.000000000000 0.109863281250 0.000000000000 +0.109375000000 0.000000000000 0.000000000000 0.000000000000 +0.160156250000 0.000000000000 0.145507812500 0.188476562500 +0.112792968750 0.053222656250 0.000000000000 0.000000000000 +0.134765625000 0.000000000000 0.000000000000 0.000000000000 +0.076660156250 0.000000000000 0.287109375000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.123535156250 0.000667572021 +0.000000000000 0.211914062500 0.000000000000 0.024536132812 +0.246093750000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.071777343750 +0.000000000000 0.000000000000 0.017456054688 0.000000000000 +0.000000000000 0.000000000000 0.011962890625 0.000000000000 +0.000000000000 0.031982421875 0.000000000000 0.240234375000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.024291992188 0.000000000000 0.086425781250 0.000000000000 +0.151367187500 0.000000000000 0.000000000000 0.083007812500 +0.080078125000 0.000000000000 0.073242187500 0.232421875000 +0.198242187500 0.000000000000 0.000000000000 0.000000000000 +0.048339843750 0.000000000000 0.000000000000 0.000000000000 +0.144531250000 0.040527343750 0.074707031250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.114746093750 0.069335937500 +0.000000000000 0.134765625000 0.000000000000 0.017089843750 +0.144531250000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.098632812500 +0.000000000000 0.000000000000 0.179687500000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.110351562500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.008544921875 0.000000000000 +0.156250000000 0.000000000000 0.000000000000 0.090332031250 +0.000000000000 0.000000000000 0.000000000000 0.232421875000 +0.195312500000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.027954101562 0.000000000000 0.000000000000 +0.132812500000 0.099121093750 0.000000000000 0.000000000000 +0.042236328125 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.126953125000 0.028076171875 0.108886718750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.006256103516 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.040283203125 +0.000000000000 0.000000000000 0.231445312500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.027709960938 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.132812500000 0.085937500000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.175781250000 +0.085937500000 0.000000000000 0.000000000000 0.124511718750 +0.000000000000 0.027343750000 0.000000000000 0.000000000000 +0.021362304688 0.071777343750 0.000000000000 0.000000000000 +0.075683593750 0.000000000000 0.121093750000 0.000000000000 +0.000000000000 0.240234375000 0.000000000000 0.102539062500 +0.004974365234 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.088867187500 0.000000000000 +0.085449218750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.207031250000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.137695312500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.058837890625 0.083984375000 0.000000000000 0.000000000000 +0.000000000000 0.204101562500 0.000000000000 0.043945312500 +0.000000000000 0.000000000000 0.000000000000 0.119140625000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.022583007812 0.000000000000 0.174804687500 0.000000000000 +0.000000000000 0.249023437500 0.000000000000 0.042968750000 +0.005706787109 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.116699218750 0.000000000000 +0.099609375000 0.011413574219 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.055908203125 0.000000000000 +0.094726562500 0.000000000000 0.000000000000 0.000000000000 +0.001701354980 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.184570312500 0.041259765625 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.273437500000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.149414062500 0.000000000000 +0.000000000000 0.145507812500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.012939453125 +0.000000000000 0.000000000000 0.093750000000 0.000000000000 +0.051025390625 0.047119140625 0.031005859375 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.300781250000 0.000000000000 0.000000000000 0.000000000000 +0.062500000000 0.035400390625 0.000000000000 0.000000000000 +0.000000000000 0.177734375000 0.064941406250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.228515625000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.052246093750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.013977050781 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.064941406250 +0.010131835938 0.000000000000 0.000000000000 0.017456054688 +0.000000000000 0.037353515625 0.153320312500 0.000000000000 +0.000000000000 0.000000000000 0.075195312500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.308593750000 0.000000000000 0.000000000000 0.002578735352 +0.056396484375 0.083007812500 0.000000000000 0.000000000000 +0.000000000000 0.100585937500 0.058105468750 0.000000000000 +0.171875000000 0.000000000000 0.054687500000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.156250000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.086914062500 0.000000000000 +0.001998901367 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.023193359375 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.082031250000 +0.123046875000 0.000000000000 0.000000000000 0.019897460938 +0.000000000000 0.000000000000 0.198242187500 0.000000000000 +0.000000000000 0.000000000000 0.164062500000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.147460937500 0.000000000000 0.000000000000 0.091796875000 +0.000000000000 0.104003906250 0.000000000000 0.009277343750 +0.000000000000 0.000000000000 0.006713867188 0.000000000000 +0.285156250000 0.000000000000 0.160156250000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.283203125000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.067871093750 0.000000000000 +0.112792968750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.206054687500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.049560546875 0.000000000000 0.069335937500 +0.187500000000 0.000000000000 0.000000000000 0.004547119141 +0.000000000000 0.000000000000 0.186523437500 0.000000000000 +0.000000000000 0.032714843750 0.146484375000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.107910156250 +0.000000000000 0.104492187500 0.000000000000 0.263671875000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.271484375000 0.000000000000 0.211914062500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.292968750000 0.000000000000 0.088867187500 0.034667968750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.167968750000 0.000000000000 0.000000000000 0.000000000000 +0.105468750000 0.000000000000 0.283203125000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.087890625000 0.002029418945 +0.000000000000 0.053466796875 0.000000000000 0.000000000000 +0.200195312500 0.000000000000 0.000000000000 0.003707885742 +0.000000000000 0.000000000000 0.116699218750 0.078125000000 +0.000000000000 0.028686523438 0.010070800781 0.018188476562 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.091308593750 +0.000000000000 0.106445312500 0.000000000000 0.406250000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.123535156250 0.000000000000 0.208984375000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.207031250000 0.000000000000 0.205078125000 0.206054687500 +0.005920410156 0.000000000000 0.000000000000 0.000000000000 +0.156250000000 0.000000000000 0.000000000000 0.000000000000 +0.190429687500 0.000000000000 0.289062500000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.092285156250 0.138671875000 +0.000000000000 0.000518798828 0.000000000000 0.000000000000 +0.177734375000 0.000000000000 0.000000000000 0.049560546875 +0.000000000000 0.000000000000 0.023559570312 0.190429687500 +0.000000000000 0.000000000000 0.000000000000 0.065917968750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.053955078125 +0.000000000000 0.134765625000 0.061523437500 0.425781250000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.162109375000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.027954101562 0.000000000000 0.275390625000 0.316406250000 +0.084960937500 0.000000000000 0.000000000000 0.000000000000 +0.098632812500 0.000000000000 0.000000000000 0.000000000000 +0.188476562500 0.000000000000 0.241210937500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.009521484375 0.243164062500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.114746093750 0.000000000000 0.000000000000 0.139648437500 +0.082031250000 0.000000000000 0.000000000000 0.242187500000 +0.000000000000 0.000000000000 0.000000000000 0.038818359375 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.057617187500 +0.000000000000 0.198242187500 0.137695312500 0.386718750000 +0.000000000000 0.000000000000 0.000000000000 0.151367187500 +0.000000000000 0.051269531250 0.086425781250 0.000000000000 +0.000000000000 0.099121093750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.320312500000 0.351562500000 +0.073730468750 0.000000000000 0.000000000000 0.000000000000 +0.016967773438 0.000000000000 0.000000000000 0.000000000000 +0.107910156250 0.000000000000 0.204101562500 0.000000000000 +0.047607421875 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.027954101562 0.000000000000 0.291015625000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.056884765625 0.000000000000 0.006988525391 0.226562500000 +0.169921875000 0.000000000000 0.000000000000 0.246093750000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.090820312500 +0.000000000000 0.273437500000 0.147460937500 0.287109375000 +0.000000000000 0.000000000000 0.000000000000 0.394531250000 +0.000000000000 0.085449218750 0.013793945312 0.000000000000 +0.000000000000 0.104003906250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.353515625000 0.351562500000 +0.004547119141 0.021972656250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.210937500000 0.000000000000 +0.048828125000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.122070312500 0.000000000000 0.298828125000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.016235351562 0.000000000000 0.041015625000 0.273437500000 +0.177734375000 0.000000000000 0.000000000000 0.219726562500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.027587890625 +0.000000000000 0.000000000000 0.000000000000 0.100097656250 +0.000000000000 0.328125000000 0.114746093750 0.186523437500 +0.000000000000 0.000000000000 0.000000000000 0.570312500000 +0.000000000000 0.081054687500 0.000000000000 0.000000000000 +0.000000000000 0.034912109375 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.382812500000 0.333984375000 +0.000000000000 0.152343750000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.225585937500 0.083496093750 +0.026733398438 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.174804687500 0.000000000000 0.296875000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.012634277344 0.000000000000 0.042236328125 0.279296875000 +0.158203125000 0.000000000000 0.008728027344 0.165039062500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.031982421875 +0.000000000000 0.000000000000 0.000000000000 0.073730468750 +0.075195312500 0.339843750000 0.021972656250 0.109863281250 +0.000000000000 0.000000000000 0.000000000000 0.640625000000 +0.000000000000 0.067871093750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.380859375000 0.324218750000 +0.000000000000 0.261718750000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.224609375000 0.104492187500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.225585937500 0.000000000000 0.275390625000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.013061523438 0.000000000000 0.015258789062 0.230468750000 +0.094726562500 0.000000000000 0.000000000000 0.084472656250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.016113281250 +0.000000000000 0.000000000000 0.042724609375 0.000000000000 +0.113281250000 0.322265625000 0.000000000000 0.029052734375 +0.000000000000 0.000000000000 0.000000000000 0.640625000000 +0.000000000000 0.020141601562 0.000000000000 0.000190734863 +0.072753906250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.343750000000 0.322265625000 +0.000000000000 0.318359375000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.159179687500 0.085937500000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.287109375000 0.000000000000 0.242187500000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000507354736 0.000000000000 0.000000000000 0.119628906250 +0.032958984375 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.074707031250 0.000000000000 +0.117187500000 0.241210937500 0.000000000000 0.000000000000 +0.000000000000 0.030517578125 0.000000000000 0.558593750000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.184570312500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.249023437500 0.302734375000 +0.000000000000 0.308593750000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.009826660156 0.024414062500 +0.018188476562 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.347656250000 0.000000000000 0.201171875000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.015136718750 0.000000000000 +0.006469726562 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.054199218750 0.000000000000 +0.000000000000 0.000000000000 0.068847656250 0.000000000000 +0.089355468750 0.129882812500 0.000000000000 0.000000000000 +0.000000000000 0.101074218750 0.000000000000 0.417968750000 +0.000000000000 0.000000000000 0.000000000000 0.000303268433 +0.226562500000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.080566406250 0.245117187500 +0.000000000000 0.225585937500 0.000000000000 0.000295639038 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.025634765625 0.000000000000 0.000000000000 +0.047851562500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.388671875000 0.000000000000 0.148437500000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.094726562500 0.000000000000 +0.042968750000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.107421875000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.040527343750 0.021484375000 0.000000000000 0.000000000000 +0.000000000000 0.159179687500 0.000000000000 0.267578125000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.206054687500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.104003906250 0.000000000000 0.142578125000 +0.000000000000 0.054687500000 0.000000000000 0.082031250000 +0.000000000000 0.000000000000 0.000907897949 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.077636718750 0.009887695312 0.074707031250 0.000000000000 +0.000000000000 0.396484375000 0.000000000000 0.105468750000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.190429687500 0.000000000000 +0.124023437500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.108886718750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.178710937500 0.000000000000 0.165039062500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.093750000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.291015625000 0.000000000000 0.021118164062 +0.000000000000 0.000000000000 0.000000000000 0.089355468750 +0.000000000000 0.000000000000 0.018066406250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.081054687500 0.038330078125 0.105468750000 0.000000000000 +0.000000000000 0.367187500000 0.000000000000 0.080566406250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.261718750000 0.000000000000 +0.204101562500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.041503906250 0.028198242188 +0.074707031250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.005279541016 0.000000000000 0.000000000000 +0.000000000000 0.171875000000 0.000000000000 0.177734375000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.375000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.017211914062 +0.000000000000 0.000000000000 0.022705078125 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.077636718750 0.002349853516 0.060791015625 0.000000000000 +0.000000000000 0.302734375000 0.000000000000 0.102050781250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.275390625000 0.137695312500 +0.240234375000 0.000000000000 0.000000000000 0.031982421875 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.024291992188 +0.188476562500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.102539062500 0.103515625000 0.000000000000 +0.000000000000 0.124023437500 0.000000000000 0.283203125000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.363281250000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.037109375000 0.000000000000 +0.000000000000 0.000000000000 0.001632690430 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.046386718750 +0.039550781250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.224609375000 0.000000000000 0.131835937500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.251953125000 0.232421875000 +0.228515625000 0.000000000000 0.063476562500 0.056396484375 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.009338378906 +0.199218750000 0.000000000000 0.000000000000 0.103515625000 +0.032226562500 0.206054687500 0.104980468750 0.000000000000 +0.000000000000 0.065917968750 0.000000000000 0.400390625000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.230468750000 0.042724609375 0.000000000000 +0.000000000000 0.000000000000 0.047119140625 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.126953125000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.166015625000 0.000000000000 0.142578125000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.148437500000 0.247070312500 +0.153320312500 0.000000000000 0.085449218750 0.035644531250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.126953125000 0.000000000000 0.000000000000 0.093261718750 +0.113769531250 0.247070312500 0.000000000000 0.000000000000 +0.000000000000 0.025878906250 0.000000000000 0.441406250000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.009033203125 0.122558593750 0.064941406250 +0.000000000000 0.086425781250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.027587890625 0.147460937500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.135742187500 0.000000000000 0.125000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.029174804688 0.000000000000 0.005126953125 0.180664062500 +0.008850097656 0.000000000000 0.063476562500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.166015625000 0.236328125000 0.000000000000 0.000000000000 +0.000000000000 0.041015625000 0.000000000000 0.408203125000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.053710937500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.113281250000 0.103027343750 +0.000000000000 0.220703125000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.069824218750 +0.000000000000 0.000000000000 0.024658203125 0.114746093750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.103515625000 0.000000000000 0.053710937500 +0.000000000000 0.055664062500 0.000000000000 0.000000000000 +0.094238281250 0.000000000000 0.000000000000 0.020385742188 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.049560546875 0.000000000000 +0.174804687500 0.156250000000 0.000000000000 0.000000000000 +0.000000000000 0.086425781250 0.000000000000 0.227539062500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.240234375000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.085937500000 +0.000000000000 0.229492187500 0.000000000000 0.000000000000 +0.000000000000 0.018920898438 0.000000000000 0.205078125000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.047607421875 0.000000000000 0.000000000000 +0.000000000000 0.142578125000 0.000000000000 0.118164062500 +0.103515625000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.120117187500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.045166015625 0.000000000000 +0.118164062500 0.020141601562 0.000000000000 0.000000000000 +0.088378906250 0.114257812500 0.025756835938 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.283203125000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000652313232 +0.000000000000 0.099609375000 0.000000000000 0.000000000000 +0.000000000000 0.170898437500 0.000000000000 0.203125000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.036621093750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.149414062500 0.000000000000 0.250000000000 +0.083984375000 0.008789062500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000431060791 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.164062500000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.090332031250 0.113769531250 0.062988281250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.238281250000 0.000000000000 0.000000000000 0.123535156250 +0.101074218750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.177734375000 0.000000000000 0.046630859375 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.042968750000 0.115722656250 0.045410156250 +0.000000000000 0.000000000000 0.020263671875 0.000000000000 +0.000000000000 0.075195312500 0.000000000000 0.277343750000 +0.038574218750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.133789062500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.064453125000 0.063964843750 0.000000000000 +0.000000000000 0.000000000000 0.031005859375 0.000000000000 +0.036132812500 0.000000000000 0.000000000000 0.234375000000 +0.184570312500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.059814453125 0.000000000000 0.000000000000 +0.038330078125 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.047851562500 0.096191406250 0.283203125000 +0.000000000000 0.000000000000 0.025024414062 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.240234375000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.007537841797 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.031494140625 0.000000000000 +0.000000000000 0.000000000000 0.112792968750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.220703125000 +0.189453125000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.110839843750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.308593750000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.088867187500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.031127929688 0.000000000000 0.015075683594 0.118652343750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.054199218750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.077148437500 +0.000000000000 0.000000000000 0.190429687500 0.038818359375 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.130859375000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.061767578125 +0.084960937500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.121093750000 0.000000000000 0.000000000000 0.000000000000 +0.042724609375 0.000000000000 0.000000000000 0.170898437500 +0.000000000000 0.000000000000 0.000000000000 0.170898437500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.061035156250 0.110839843750 +0.122558593750 0.000000000000 0.008056640625 0.236328125000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.032226562500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.104980468750 +0.000000000000 0.081054687500 0.271484375000 0.112304687500 +0.000000000000 0.000000000000 0.000000000000 0.002243041992 +0.000000000000 0.000000000000 0.106445312500 0.003646850586 +0.000000000000 0.055664062500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.113281250000 0.167968750000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.087402343750 0.000000000000 0.000000000000 0.000000000000 +0.157226562500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.154296875000 0.000000000000 0.298828125000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.103515625000 0.142578125000 +0.167968750000 0.000000000000 0.000000000000 0.240234375000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.015441894531 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.032226562500 +0.000000000000 0.143554687500 0.244140625000 0.089843750000 +0.000000000000 0.000000000000 0.000000000000 0.322265625000 +0.000000000000 0.000000000000 0.005187988281 0.000000000000 +0.000000000000 0.095214843750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.196289062500 0.294921875000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.006591796875 +0.212890625000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.376953125000 0.000000000000 0.337890625000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.137695312500 0.130859375000 +0.183593750000 0.000000000000 0.000000000000 0.171875000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.074218750000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000058412552 0.151367187500 0.083007812500 0.000000000000 +0.000000000000 0.037109375000 0.000000000000 0.503906250000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.053222656250 0.099121093750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.180664062500 0.314453125000 +0.000000000000 0.154296875000 0.000000000000 0.057373046875 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.012756347656 0.000000000000 0.141601562500 +0.196289062500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.515625000000 0.000000000000 0.314453125000 +0.010192871094 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.148437500000 0.062500000000 +0.163085937500 0.000000000000 0.000000000000 0.005493164062 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.083007812500 0.064453125000 +0.000000000000 0.000000000000 0.035888671875 0.000000000000 +0.165039062500 0.129882812500 0.000000000000 0.000000000000 +0.000000000000 0.179687500000 0.000000000000 0.531250000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.191406250000 0.029296875000 0.000000000000 0.000000000000 +0.000000000000 0.114746093750 0.048828125000 0.250000000000 +0.000000000000 0.200195312500 0.000000000000 0.087890625000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.010986328125 0.000000000000 0.180664062500 +0.102539062500 0.000000000000 0.000984191895 0.000000000000 +0.000000000000 0.527343750000 0.000000000000 0.194335937500 +0.019287109375 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.147460937500 0.000000000000 +0.111816406250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.044433593750 0.076171875000 +0.031250000000 0.000000000000 0.012634277344 0.000000000000 +0.250000000000 0.077636718750 0.000000000000 0.000000000000 +0.036376953125 0.275390625000 0.000000000000 0.455078125000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.208007812500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.225585937500 0.000000000000 0.072265625000 +0.000000000000 0.166015625000 0.000000000000 0.045410156250 +0.000000000000 0.000000000000 0.000000000000 0.029418945312 +0.000000000000 0.000000000000 0.000000000000 0.158203125000 +0.000000000000 0.000000000000 0.117675781250 0.000000000000 +0.000000000000 0.427734375000 0.000000000000 0.015869140625 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.110839843750 0.000000000000 +0.033203125000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.018310546875 0.000000000000 0.039794921875 +0.261718750000 0.000000000000 0.000000000000 0.000000000000 +0.253906250000 0.030151367188 0.000000000000 0.000000000000 +0.026489257812 0.289062500000 0.074218750000 0.244140625000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.140625000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.241210937500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.057861328125 +0.000000000000 0.000000000000 0.000000000000 0.057373046875 +0.000000000000 0.000000000000 0.128906250000 0.000000000000 +0.000000000000 0.187500000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.101562500000 +0.000000000000 0.000000000000 0.030151367188 0.000000000000 +0.000000000000 0.045410156250 0.025390625000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.080078125000 0.000000000000 0.000000000000 +0.345703125000 0.000000000000 0.000000000000 0.000000000000 +0.185546875000 0.007049560547 0.000000000000 0.000000000000 +0.000000000000 0.242187500000 0.095703125000 0.000000000000 +0.033935546875 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.035644531250 0.166992187500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.052490234375 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.010559082031 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.049804687500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.159179687500 +0.025146484375 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.038330078125 0.146484375000 0.000000000000 +0.000000000000 0.000000000000 0.107910156250 0.000000000000 +0.000000000000 0.077636718750 0.000000000000 0.000000000000 +0.308593750000 0.000000000000 0.000000000000 0.000000000000 +0.035888671875 0.025634765625 0.000000000000 0.000000000000 +0.000000000000 0.107910156250 0.083496093750 0.000000000000 +0.217773437500 0.000000000000 0.089843750000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.265625000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.108886718750 0.000000000000 +0.042236328125 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.110839843750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.152343750000 +0.117675781250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.206054687500 0.000000000000 +0.000000000000 0.000000000000 0.176757812500 0.000000000000 +0.000000000000 0.012451171875 0.000000000000 0.000000000000 +0.093750000000 0.000000000000 0.000000000000 0.163085937500 +0.000000000000 0.067382812500 0.000000000000 0.080566406250 +0.000000000000 0.000000000000 0.009033203125 0.000000000000 +0.263671875000 0.000000000000 0.217773437500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.353515625000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.097656250000 0.000000000000 +0.146484375000 0.000000000000 0.000000000000 0.000000000000 +0.028564453125 0.000000000000 0.211914062500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.115234375000 +0.000000000000 0.000000000000 0.039062500000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.067382812500 +0.176757812500 0.000000000000 0.000000000000 0.053466796875 +0.000000000000 0.000000000000 0.204101562500 0.059326171875 +0.000000000000 0.048339843750 0.150390625000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.240234375000 +0.000000000000 0.117187500000 0.000000000000 0.380859375000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.227539062500 0.000000000000 0.261718750000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.333984375000 0.000000000000 0.154296875000 0.063476562500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.170898437500 0.000000000000 0.000000000000 0.000000000000 +0.149414062500 0.000000000000 0.337890625000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.019165039062 +0.000000000000 0.000000000000 0.063964843750 0.079589843750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.196289062500 0.000000000000 0.000000000000 0.108886718750 +0.000000000000 0.000000000000 0.153320312500 0.195312500000 +0.000000000000 0.051757812500 0.015991210938 0.047607421875 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.237304687500 +0.000000000000 0.172851562500 0.077148437500 0.531250000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.076171875000 0.012084960938 0.249023437500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.187500000000 0.000000000000 0.316406250000 0.271484375000 +0.005218505859 0.000000000000 0.000000000000 0.000000000000 +0.143554687500 0.000000000000 0.000000000000 0.000000000000 +0.168945312500 0.000000000000 0.365234375000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.040039062500 0.222656250000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.189453125000 0.000000000000 0.000000000000 0.131835937500 +0.000000000000 0.000000000000 0.061523437500 0.231445312500 +0.000000000000 0.027709960938 0.000000000000 0.067871093750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.153320312500 +0.000000000000 0.204101562500 0.090820312500 0.535156250000 +0.000000000000 0.000000000000 0.000000000000 0.067382812500 +0.000000000000 0.065429687500 0.171875000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.373046875000 0.404296875000 +0.144531250000 0.000000000000 0.000000000000 0.000000000000 +0.055664062500 0.000000000000 0.000000000000 0.000000000000 +0.119140625000 0.000000000000 0.320312500000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.285156250000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.151367187500 0.000000000000 0.000000000000 0.127929687500 +0.008178710938 0.000000000000 0.000000000000 0.198242187500 +0.000000000000 0.000000000000 0.000000000000 0.015258789062 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.069824218750 0.000000000000 +0.000000000000 0.209960937500 0.009643554688 0.408203125000 +0.000000000000 0.000000000000 0.000000000000 0.249023437500 +0.000000000000 0.079589843750 0.040527343750 0.000000000000 +0.062011718750 0.013061523438 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.357421875000 0.425781250000 +0.175781250000 0.160156250000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.188476562500 0.000000000000 +0.006042480469 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.165039062500 0.000000000000 0.275390625000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.109863281250 0.000000000000 0.000000000000 0.069824218750 +0.009155273438 0.000000000000 0.000000000000 0.053466796875 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.021484375000 0.000000000000 +0.000000000000 0.000000000000 0.139648437500 0.000000000000 +0.029174804688 0.186523437500 0.000000000000 0.145507812500 +0.000000000000 0.000000000000 0.000000000000 0.291015625000 +0.000000000000 0.046386718750 0.000000000000 0.000000000000 +0.228515625000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.217773437500 0.378906250000 +0.160156250000 0.251953125000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.022216796875 0.000000000000 0.056640625000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.233398437500 0.000000000000 0.176757812500 +0.000000000000 0.008972167969 0.000000000000 0.000000000000 +0.066406250000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.014892578125 0.000000000000 +0.000000000000 0.000000000000 0.141601562500 0.000000000000 +0.145507812500 0.113281250000 0.000000000000 0.000000000000 +0.036376953125 0.127929687500 0.000000000000 0.243164062500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.320312500000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.216796875000 +0.051757812500 0.244140625000 0.000000000000 0.000000000000 +0.000000000000 0.044433593750 0.000000000000 0.190429687500 +0.000000000000 0.024047851562 0.000000000000 0.034179687500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.213867187500 0.000000000000 0.005218505859 +0.000000000000 0.046875000000 0.000000000000 0.060546875000 +0.036376953125 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.093750000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.071289062500 0.000000000000 +0.162109375000 0.006530761719 0.000000000000 0.000000000000 +0.127929687500 0.202148437500 0.049560546875 0.024414062500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.320312500000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.104980468750 0.000000000000 0.000000000000 +0.000000000000 0.155273437500 0.000000000000 0.240234375000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.134765625000 0.000000000000 +0.000000000000 0.077148437500 0.000000000000 0.000000000000 +0.000000000000 0.064453125000 0.000000000000 0.243164062500 +0.024169921875 0.013488769531 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.192382812500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.097167968750 0.000000000000 0.000000000000 0.000000000000 +0.113769531250 0.204101562500 0.116699218750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.214843750000 0.000000000000 0.000000000000 0.000000000000 +0.095214843750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.168945312500 0.000000000000 0.204101562500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.037597656250 0.163085937500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.064453125000 0.000000000000 0.341796875000 +0.044921875000 0.074707031250 0.000000000000 0.000000000000 +0.000000000000 0.009277343750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.201171875000 0.000000000000 0.000000000000 +0.025390625000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.140625000000 0.128906250000 0.000000000000 +0.106933593750 0.000000000000 0.040039062500 0.000000000000 +0.013366699219 0.000000000000 0.000000000000 0.178710937500 +0.312500000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.105468750000 0.000000000000 0.048095703125 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.013671875000 0.112792968750 0.189453125000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.073242187500 0.000000000000 0.351562500000 +0.095214843750 0.076660156250 0.000000000000 0.000000000000 +0.000000000000 0.017456054688 0.092285156250 0.000000000000 +0.000000000000 0.000000000000 0.074707031250 0.000000000000 +0.000000000000 0.154296875000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.018676757812 0.104980468750 0.000000000000 +0.181640625000 0.000000000000 0.165039062500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.279296875000 +0.435546875000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.035644531250 0.000000000000 +0.054931640625 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.214843750000 +0.000000000000 0.000000000000 0.043701171875 0.000000000000 +0.000000000000 0.114746093750 0.000000000000 0.310546875000 +0.166992187500 0.023681640625 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.143554687500 0.000000000000 +0.000000000000 0.000000000000 0.120605468750 0.000000000000 +0.000000000000 0.056152343750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.006042480469 +0.000000000000 0.000000000000 0.000000000000 0.104492187500 +0.000000000000 0.000000000000 0.048583984375 0.000000000000 +0.213867187500 0.000000000000 0.233398437500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.289062500000 +0.453125000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.019897460938 0.000000000000 +0.103515625000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.021728515625 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.115234375000 +0.000000000000 0.000000000000 0.069335937500 0.000000000000 +0.000000000000 0.204101562500 0.000000000000 0.236328125000 +0.239257812500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.145507812500 0.000000000000 +0.000000000000 0.040283203125 0.108398437500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.004943847656 +0.000000000000 0.000000000000 0.000000000000 0.250000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.214843750000 0.000000000000 0.238281250000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.263671875000 +0.421875000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.124023437500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.092773437500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.101074218750 0.000000000000 +0.000000000000 0.296875000000 0.000000000000 0.188476562500 +0.281250000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.093750000000 0.000000000000 +0.000000000000 0.053710937500 0.031982421875 0.017578125000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.269531250000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.188476562500 0.000000000000 0.202148437500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.251953125000 +0.347656250000 0.000000000000 0.000000000000 0.029418945312 +0.008178710938 0.000000000000 0.000000000000 0.000000000000 +0.109375000000 0.092285156250 0.000000000000 0.032470703125 +0.000000000000 0.000000000000 0.084960937500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.125000000000 0.000000000000 +0.000000000000 0.345703125000 0.000000000000 0.227539062500 +0.281250000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.015014648438 0.017333984375 0.000000000000 0.053466796875 +0.000000000000 0.048828125000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.202148437500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.109863281250 0.000000000000 0.125976562500 0.000205039978 +0.156250000000 0.000000000000 0.000000000000 0.318359375000 +0.259765625000 0.000000000000 0.000000000000 0.048583984375 +0.113769531250 0.000000000000 0.000000000000 0.000000000000 +0.082519531250 0.241210937500 0.000000000000 0.063964843750 +0.004730224609 0.021362304688 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.160156250000 0.000000000000 +0.000000000000 0.345703125000 0.000000000000 0.281250000000 +0.236328125000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.046386718750 0.000000000000 0.000000000000 0.055908203125 +0.000000000000 0.094238281250 0.068847656250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.037109375000 +0.028930664062 0.000000000000 0.004241943359 0.000000000000 +0.000000000000 0.000000000000 0.052734375000 0.000000000000 +0.209960937500 0.000000000000 0.000000000000 0.402343750000 +0.191406250000 0.000000000000 0.000000000000 0.028564453125 +0.119140625000 0.000000000000 0.000000000000 0.000000000000 +0.019653320312 0.300781250000 0.000000000000 0.028076171875 +0.053710937500 0.044433593750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.062988281250 0.000000000000 +0.000000000000 0.000000000000 0.162109375000 0.000000000000 +0.000000000000 0.253906250000 0.000000000000 0.300781250000 +0.141601562500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.027709960938 0.000000000000 0.000000000000 0.044921875000 +0.000000000000 0.099121093750 0.130859375000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.034912109375 0.000000000000 0.029418945312 0.000000000000 +0.000000000000 0.000000000000 0.005798339844 0.000000000000 +0.175781250000 0.000000000000 0.005035400391 0.425781250000 +0.142578125000 0.000000000000 0.000000000000 0.000000000000 +0.037109375000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.275390625000 0.000000000000 0.000000000000 +0.093261718750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.057373046875 0.166992187500 0.132812500000 +0.000000000000 0.000000000000 0.127929687500 0.000000000000 +0.000000000000 0.076660156250 0.000000000000 0.281250000000 +0.016601562500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.003814697266 +0.000000000000 0.035644531250 0.135742187500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000968933105 0.029907226562 0.000000000000 +0.000000000000 0.000000000000 0.006256103516 0.000000000000 +0.006378173828 0.000000000000 0.000000000000 0.388671875000 +0.086425781250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.111328125000 0.000000000000 0.000000000000 +0.099609375000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.069824218750 0.173828125000 0.287109375000 +0.000000000000 0.000000000000 0.033203125000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.173828125000 +0.000000000000 0.000000000000 0.032714843750 0.000000000000 +0.039794921875 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.051269531250 0.000000000000 0.085937500000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.049560546875 0.000000000000 +0.000000000000 0.000000000000 0.007995605469 0.000000000000 +0.000000000000 0.000000000000 0.032470703125 0.000000000000 +0.000000000000 0.007751464844 0.000000000000 0.202148437500 +0.013427734375 0.093750000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.060791015625 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.080078125000 0.294921875000 +0.000000000000 0.000000000000 0.000000000000 0.030395507812 +0.000000000000 0.000000000000 0.000000000000 0.000337600708 +0.000000000000 0.000000000000 0.108886718750 0.065429687500 +0.151367187500 0.000000000000 0.007812500000 0.103027343750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.080566406250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.092773437500 +0.000000000000 0.015075683594 0.201171875000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.053466796875 0.000000000000 +0.000000000000 0.012756347656 0.000000000000 0.000000000000 +0.000000000000 0.104492187500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.161132812500 +0.000000000000 0.000000000000 0.000000000000 0.094726562500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.108398437500 0.240234375000 +0.165039062500 0.000000000000 0.126953125000 0.127929687500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.053222656250 0.000000000000 0.000000000000 0.000000000000 +0.008605957031 0.000000000000 0.000000000000 0.246093750000 +0.000000000000 0.194335937500 0.203125000000 0.010314941406 +0.000000000000 0.000000000000 0.000000000000 0.103515625000 +0.000000000000 0.000000000000 0.064941406250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.002120971680 0.065917968750 0.000000000000 +0.000000000000 0.000000000000 0.017211914062 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.106933593750 0.023681640625 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.100585937500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.067382812500 0.000000000000 0.023437500000 0.296875000000 +0.107910156250 0.000000000000 0.198242187500 0.095703125000 +0.000000000000 0.000000000000 0.000934600830 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.019287109375 0.000000000000 0.000000000000 0.267578125000 +0.026489257812 0.312500000000 0.055419921875 0.123535156250 +0.000000000000 0.000000000000 0.000000000000 0.271484375000 +0.053466796875 0.054443359375 0.069824218750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.215820312500 0.066894531250 +0.000000000000 0.004119873047 0.000000000000 0.000000000000 +0.021240234375 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.332031250000 0.054931640625 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.070800781250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.196289062500 0.000000000000 0.000000000000 0.277343750000 +0.000000000000 0.000000000000 0.211914062500 0.000000000000 +0.000000000000 0.021606445312 0.079589843750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.215820312500 +0.090820312500 0.335937500000 0.000000000000 0.214843750000 +0.000000000000 0.000000000000 0.000000000000 0.289062500000 +0.239257812500 0.104980468750 0.079589843750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.006927490234 0.000000000000 0.275390625000 0.128906250000 +0.000000000000 0.175781250000 0.000000000000 0.000000000000 +0.102050781250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.449218750000 0.015625000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.014526367188 +0.000000000000 0.129882812500 0.000000000000 0.000000000000 +0.287109375000 0.000000000000 0.000000000000 0.172851562500 +0.000000000000 0.000000000000 0.185546875000 0.000000000000 +0.000000000000 0.050781250000 0.091796875000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.015502929688 0.077636718750 +0.077148437500 0.316406250000 0.000000000000 0.273437500000 +0.000000000000 0.000000000000 0.000000000000 0.183593750000 +0.300781250000 0.095214843750 0.092773437500 0.000000000000 +0.053466796875 0.000000000000 0.000000000000 0.000000000000 +0.089355468750 0.000000000000 0.273437500000 0.181640625000 +0.000000000000 0.211914062500 0.000000000000 0.000000000000 +0.157226562500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.453125000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.220703125000 0.000000000000 0.000000000000 +0.298828125000 0.000000000000 0.000000000000 0.009338378906 +0.000000000000 0.000000000000 0.097656250000 0.000000000000 +0.000000000000 0.058593750000 0.017700195312 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.057373046875 0.000000000000 +0.000000000000 0.211914062500 0.000000000000 0.283203125000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.267578125000 0.041259765625 0.093261718750 0.000000000000 +0.155273437500 0.000000000000 0.000000000000 0.000000000000 +0.108398437500 0.000000000000 0.215820312500 0.223632812500 +0.141601562500 0.165039062500 0.000000000000 0.000000000000 +0.150390625000 0.000000000000 0.000000000000 0.000000000000 +0.044677734375 0.000000000000 0.361328125000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.110839843750 0.000000000000 +0.000000000000 0.222656250000 0.000000000000 0.000000000000 +0.267578125000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.001724243164 0.000000000000 0.038330078125 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.054687500000 0.000000000000 +0.000000000000 0.075683593750 0.000000000000 0.245117187500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.071289062500 0.000000000000 0.069824218750 0.000000000000 +0.180664062500 0.000000000000 0.000000000000 0.029174804688 +0.068359375000 0.000000000000 0.122558593750 0.247070312500 +0.212890625000 0.019897460938 0.000000000000 0.000000000000 +0.070312500000 0.000000000000 0.000000000000 0.000000000000 +0.136718750000 0.015258789062 0.133789062500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.115234375000 0.065917968750 +0.000000000000 0.147460937500 0.000000000000 0.001220703125 +0.166992187500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.088867187500 +0.000000000000 0.000000000000 0.153320312500 0.000000000000 +0.000000000000 0.000000000000 0.014831542969 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.136718750000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.014709472656 0.000000000000 +0.169921875000 0.000000000000 0.000000000000 0.058105468750 +0.000000000000 0.000000000000 0.000000000000 0.242187500000 +0.203125000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.015197753906 0.000000000000 0.000000000000 +0.136718750000 0.095703125000 0.000000000000 0.000000000000 +0.031738281250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.102539062500 0.039306640625 0.115722656250 +0.000000000000 0.010620117188 0.000000000000 0.000000000000 +0.029541015625 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.053955078125 +0.000000000000 0.000000000000 0.229492187500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.010742187500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.139648437500 0.072753906250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.198242187500 +0.113769531250 0.000000000000 0.000000000000 0.115722656250 +0.000000000000 0.053955078125 0.000000000000 0.000000000000 +0.031127929688 0.104003906250 0.000000000000 0.000000000000 +0.080078125000 0.000000000000 0.096191406250 0.000000000000 +0.000000000000 0.263671875000 0.000000000000 0.118652343750 +0.035400390625 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.052490234375 0.000000000000 +0.052490234375 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.222656250000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.140625000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.104003906250 0.071777343750 0.000000000000 0.000000000000 +0.000000000000 0.171875000000 0.000000000000 0.083007812500 +0.000000000000 0.000000000000 0.000000000000 0.136718750000 +0.000000000000 0.079101562500 0.000000000000 0.000000000000 +0.000000000000 0.058349609375 0.000000000000 0.000000000000 +0.060302734375 0.000000000000 0.218750000000 0.000000000000 +0.000000000000 0.314453125000 0.000000000000 0.065429687500 +0.082519531250 0.000000000000 0.000000000000 0.020141601562 +0.000000000000 0.000000000000 0.089355468750 0.000000000000 +0.057861328125 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.141601562500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.017456054688 0.000000000000 0.000000000000 0.000000000000 +0.061279296875 0.247070312500 0.082031250000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.075195312500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.318359375000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.074218750000 +0.000000000000 0.123046875000 0.000000000000 0.080078125000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.070312500000 0.281250000000 0.000000000000 +0.000000000000 0.292968750000 0.000000000000 0.000000000000 +0.093261718750 0.000000000000 0.000000000000 0.139648437500 +0.000000000000 0.000000000000 0.076171875000 0.000000000000 +0.000000000000 0.008728027344 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.064453125000 0.016479492188 0.000000000000 +0.155273437500 0.000000000000 0.000000000000 0.000000000000 +0.083007812500 0.000000000000 0.000000000000 0.000000000000 +0.097167968750 0.289062500000 0.151367187500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.057617187500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.337890625000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.172851562500 0.000000000000 0.177734375000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.135742187500 0.291015625000 0.000000000000 +0.000000000000 0.175781250000 0.000000000000 0.000000000000 +0.071289062500 0.000000000000 0.000000000000 0.271484375000 +0.000000000000 0.000000000000 0.011901855469 0.000000000000 +0.000000000000 0.024169921875 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.162109375000 0.000000000000 0.000000000000 +0.190429687500 0.000000000000 0.000000000000 0.000000000000 +0.067871093750 0.000000000000 0.000000000000 0.000000000000 +0.100097656250 0.281250000000 0.180664062500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.026123046875 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.287109375000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.213867187500 0.000000000000 0.169921875000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.176757812500 0.277343750000 0.000000000000 +0.000000000000 0.025024414062 0.000000000000 0.000000000000 +0.046142578125 0.000000000000 0.000000000000 0.353515625000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.010375976562 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.178710937500 0.000000000000 0.000000000000 +0.111328125000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.072265625000 0.221679687500 0.183593750000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.006561279297 +0.000000000000 0.000000000000 0.000000000000 0.102050781250 +0.063476562500 0.190429687500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.222656250000 0.007873535156 0.044189453125 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.188476562500 0.247070312500 0.066406250000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.024414062500 0.000000000000 0.000000000000 0.361328125000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.150390625000 0.019653320312 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.015625000000 0.141601562500 0.150390625000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.228515625000 +0.065429687500 0.129882812500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.205078125000 0.016235351562 0.000000000000 +0.018432617188 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.176757812500 0.232421875000 0.133789062500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.032958984375 0.000000000000 0.000000000000 0.302734375000 +0.000000000000 0.000000000000 0.006530761719 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.039794921875 0.116210937500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.081054687500 0.095703125000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.226562500000 +0.000000000000 0.196289062500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.147460937500 0.012756347656 0.000000000000 +0.036621093750 0.000000000000 0.000000000000 0.000000000000 +0.040527343750 0.124511718750 0.226562500000 0.116699218750 +0.000000000000 0.100585937500 0.000000000000 0.000000000000 +0.074218750000 0.000000000000 0.000000000000 0.184570312500 +0.000000000000 0.000000000000 0.098144531250 0.000000000000 +0.034179687500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.157226562500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.095703125000 0.058349609375 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.008361816406 0.000000000000 0.098144531250 +0.000000000000 0.298828125000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.051757812500 +0.000000000000 0.076660156250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.075195312500 0.063476562500 0.235351562500 0.013671875000 +0.000000000000 0.222656250000 0.000000000000 0.037841796875 +0.107421875000 0.000000000000 0.000000000000 0.064941406250 +0.000000000000 0.000000000000 0.147460937500 0.000000000000 +0.090332031250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.143554687500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.164062500000 0.060058593750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.015136718750 0.000000000000 0.000000000000 +0.000000000000 0.378906250000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.057128906250 +0.000000000000 0.031250000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.051757812500 0.030151367188 0.237304687500 0.000000000000 +0.000000000000 0.269531250000 0.000000000000 0.024902343750 +0.114257812500 0.000000000000 0.000000000000 0.035156250000 +0.000000000000 0.000000000000 0.147460937500 0.000000000000 +0.084472656250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.069335937500 0.000000000000 +0.057373046875 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.232421875000 0.094238281250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.388671875000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.063476562500 0.000000000000 0.039794921875 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.035156250000 0.239257812500 0.000000000000 +0.000000000000 0.251953125000 0.000000000000 0.000000000000 +0.113281250000 0.000000000000 0.000000000000 0.121582031250 +0.000000000000 0.000000000000 0.102050781250 0.000000000000 +0.000000000000 0.005920410156 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.038574218750 0.000000000000 0.000000000000 +0.170898437500 0.000000000000 0.000000000000 0.000000000000 +0.077636718750 0.000000000000 0.000000000000 0.000000000000 +0.046875000000 0.263671875000 0.139648437500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.349609375000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.128906250000 0.000000000000 0.169921875000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.088378906250 0.233398437500 0.000000000000 +0.000000000000 0.158203125000 0.000000000000 0.000000000000 +0.072753906250 0.000000000000 0.000000000000 0.244140625000 +0.000000000000 0.000000000000 0.001716613770 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.146484375000 0.000000000000 0.000000000000 +0.175781250000 0.000000000000 0.000000000000 0.000000000000 +0.070800781250 0.000000000000 0.000000000000 0.000000000000 +0.078125000000 0.257812500000 0.166992187500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.014343261719 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.243164062500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.199218750000 0.000000000000 0.176757812500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.138671875000 0.225585937500 0.000000000000 +0.000000000000 0.025756835938 0.000000000000 0.000000000000 +0.033203125000 0.000000000000 0.000000000000 0.332031250000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.174804687500 0.000000000000 0.000000000000 +0.075683593750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.075683593750 0.210937500000 0.164062500000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.010192871094 0.000000000000 0.000000000000 0.086914062500 +0.059814453125 0.133789062500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.220703125000 0.000000000000 0.062500000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.165039062500 0.220703125000 0.026245117188 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.006408691406 0.000000000000 0.000000000000 0.349609375000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.149414062500 0.013732910156 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.022827148438 0.137695312500 0.139648437500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.225585937500 +0.068847656250 0.090332031250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.210937500000 0.010620117188 0.000000000000 +0.014282226562 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.160156250000 0.216796875000 0.115722656250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.022949218750 0.000000000000 0.000000000000 0.308593750000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.053955078125 0.114257812500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.079101562500 0.096191406250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.237304687500 +0.000000000000 0.163085937500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.155273437500 0.018066406250 0.000000000000 +0.045654296875 0.000000000000 0.000000000000 0.000000000000 +0.033447265625 0.131835937500 0.218750000000 0.119628906250 +0.000000000000 0.088867187500 0.000000000000 0.000000000000 +0.060546875000 0.000000000000 0.000000000000 0.198242187500 +0.000000000000 0.000000000000 0.085937500000 0.000000000000 +0.025390625000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.170898437500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.085937500000 0.056396484375 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.015319824219 0.000000000000 0.131835937500 +0.000000000000 0.285156250000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.065917968750 +0.000000000000 0.084960937500 0.003479003906 0.000000000000 +0.007507324219 0.000000000000 0.000000000000 0.000000000000 +0.114257812500 0.078125000000 0.236328125000 0.031982421875 +0.000000000000 0.235351562500 0.000000000000 0.056396484375 +0.112304687500 0.000000000000 0.000000000000 0.073242187500 +0.000000000000 0.000000000000 0.161132812500 0.000000000000 +0.103515625000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.168945312500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.151367187500 0.049316406250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.037597656250 0.000000000000 0.000000000000 +0.000000000000 0.392578125000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.093750000000 +0.000000000000 0.041015625000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.110351562500 0.042480468750 0.251953125000 0.000000000000 +0.000000000000 0.328125000000 0.000000000000 0.058593750000 +0.135742187500 0.000000000000 0.000000000000 0.010437011719 +0.000000000000 0.000000000000 0.175781250000 0.000000000000 +0.106933593750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.124023437500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.238281250000 0.086425781250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.441406250000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.074218750000 +0.000000000000 0.070312500000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.014953613281 0.067382812500 0.281250000000 0.000000000000 +0.000000000000 0.337890625000 0.000000000000 0.000000000000 +0.140625000000 0.000000000000 0.000000000000 0.073242187500 +0.000000000000 0.000000000000 0.157226562500 0.000000000000 +0.048828125000 0.022949218750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.001449584961 0.034667968750 0.000000000000 +0.166992187500 0.000000000000 0.000000000000 0.000000000000 +0.082519531250 0.000000000000 0.000000000000 0.000000000000 +0.066894531250 0.294921875000 0.134765625000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.003936767578 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.435546875000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.131835937500 0.000000000000 0.175781250000 +0.000000000000 0.000000000000 0.000000000000 0.002182006836 +0.000000000000 0.086914062500 0.296875000000 0.000000000000 +0.000000000000 0.257812500000 0.000000000000 0.000000000000 +0.106445312500 0.000000000000 0.000000000000 0.197265625000 +0.000000000000 0.000000000000 0.074707031250 0.000000000000 +0.000000000000 0.064453125000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.131835937500 0.000000000000 0.000000000000 +0.279296875000 0.000000000000 0.000000000000 0.000000000000 +0.117675781250 0.000000000000 0.000000000000 0.000000000000 +0.094238281250 0.304687500000 0.185546875000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.012451171875 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.369140625000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.184570312500 0.000000000000 0.281250000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.104980468750 0.294921875000 0.000000000000 +0.000000000000 0.074707031250 0.000000000000 0.000000000000 +0.056152343750 0.000000000000 0.000000000000 0.335937500000 +0.000000000000 0.039550781250 0.000000000000 0.000000000000 +0.000000000000 0.083496093750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.224609375000 0.000000000000 0.000000000000 +0.294921875000 0.000000000000 0.000000000000 0.000000000000 +0.096679687500 0.000000000000 0.000000000000 0.000000000000 +0.082031250000 0.273437500000 0.202148437500 0.000000000000 +0.048828125000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.149414062500 0.217773437500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.035156250000 0.000000000000 +0.000000000000 0.193359375000 0.000000000000 0.281250000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.109863281250 0.244140625000 0.013488769531 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.085937500000 0.000000000000 0.423828125000 +0.032714843750 0.144531250000 0.000000000000 0.000000000000 +0.000000000000 0.069335937500 0.040771484375 0.000000000000 +0.000000000000 0.000000000000 0.049560546875 0.000000000000 +0.000000000000 0.253906250000 0.000000000000 0.000000000000 +0.217773437500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.003601074219 0.181640625000 0.200195312500 0.000000000000 +0.192382812500 0.000000000000 0.055419921875 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.220703125000 +0.373046875000 0.019287109375 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.062500000000 0.000000000000 +0.000109672546 0.173828125000 0.000000000000 0.169921875000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.056640625000 0.156250000000 0.206054687500 +0.000000000000 0.000000000000 0.015441894531 0.000000000000 +0.000000000000 0.132812500000 0.000000000000 0.437500000000 +0.111816406250 0.151367187500 0.000000000000 0.000000000000 +0.000000000000 0.048095703125 0.100585937500 0.000000000000 +0.000000000000 0.000000000000 0.119628906250 0.000000000000 +0.000000000000 0.230468750000 0.000000000000 0.000000000000 +0.055419921875 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.042968750000 0.154296875000 0.000000000000 +0.250000000000 0.000000000000 0.178710937500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.394531250000 +0.511718750000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.064941406250 0.000000000000 +0.109863281250 0.069824218750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.011169433594 0.314453125000 +0.000000000000 0.000000000000 0.132812500000 0.000000000000 +0.000000000000 0.132812500000 0.000000000000 0.396484375000 +0.162109375000 0.111328125000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.138671875000 0.000000000000 +0.000000000000 0.000000000000 0.134765625000 0.000000000000 +0.000000000000 0.122070312500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.011230468750 +0.000000000000 0.000000000000 0.000000000000 0.098632812500 +0.000000000000 0.000000000000 0.072753906250 0.000000000000 +0.253906250000 0.000000000000 0.269531250000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.431640625000 +0.542968750000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.030883789062 0.000000000000 +0.177734375000 0.000000000000 0.000000000000 0.000000000000 +0.114746093750 0.000000000000 0.035644531250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.322265625000 +0.000000000000 0.000000000000 0.180664062500 0.000000000000 +0.000000000000 0.108886718750 0.000000000000 0.273437500000 +0.190429687500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.144531250000 0.000000000000 +0.000000000000 0.040039062500 0.112792968750 0.045166015625 +0.030883789062 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.145507812500 +0.000000000000 0.000000000000 0.000000000000 0.351562500000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.195312500000 0.000000000000 0.300781250000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.398437500000 +0.500000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.195312500000 0.000000000000 0.000000000000 0.000000000000 +0.199218750000 0.000000000000 0.192382812500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.251953125000 +0.000000000000 0.000000000000 0.175781250000 0.000000000000 +0.000000000000 0.052978515625 0.000000000000 0.083496093750 +0.199218750000 0.000000000000 0.000000000000 0.022705078125 +0.000000000000 0.000000000000 0.131835937500 0.155273437500 +0.000000000000 0.046875000000 0.016845703125 0.104003906250 +0.036132812500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.211914062500 +0.000000000000 0.070800781250 0.094726562500 0.503906250000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.075195312500 0.000000000000 0.294921875000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.234375000000 +0.349609375000 0.000000000000 0.143554687500 0.140625000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.184570312500 0.000000000000 0.000000000000 0.000000000000 +0.214843750000 0.000000000000 0.287109375000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.078613281250 +0.000000000000 0.000000000000 0.122558593750 0.135742187500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.188476562500 0.000000000000 0.000000000000 0.117187500000 +0.000000000000 0.000000000000 0.091308593750 0.246093750000 +0.000000000000 0.038818359375 0.000000000000 0.112792968750 +0.005523681641 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.214843750000 +0.000000000000 0.162109375000 0.157226562500 0.539062500000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.037353515625 0.239257812500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.128906250000 0.000000000000 0.302734375000 0.302734375000 +0.034912109375 0.000000000000 0.000000000000 0.000000000000 +0.117187500000 0.000000000000 0.000000000000 0.000000000000 +0.183593750000 0.000000000000 0.306640625000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.005767822266 0.250000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.160156250000 0.000000000000 0.000000000000 0.163085937500 +0.028320312500 0.000000000000 0.033447265625 0.257812500000 +0.000000000000 0.000000000000 0.000000000000 0.065429687500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.146484375000 +0.000000000000 0.223632812500 0.144531250000 0.507812500000 +0.000000000000 0.000000000000 0.000000000000 0.138671875000 +0.000000000000 0.086914062500 0.139648437500 0.000000000000 +0.000000000000 0.023925781250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.361328125000 0.394531250000 +0.104492187500 0.000000000000 0.000000000000 0.000000000000 +0.023803710938 0.000000000000 0.000000000000 0.000000000000 +0.073730468750 0.000000000000 0.287109375000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.026489257812 0.000000000000 0.281250000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.125976562500 0.000000000000 0.000000000000 0.159179687500 +0.039794921875 0.000000000000 0.000000000000 0.194335937500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.058837890625 0.000000000000 +0.000000000000 0.234375000000 0.014221191406 0.351562500000 +0.000000000000 0.000000000000 0.000000000000 0.324218750000 +0.000000000000 0.089355468750 0.014648437500 0.000000000000 +0.048339843750 0.013671875000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.345703125000 0.404296875000 +0.119628906250 0.186523437500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.186523437500 0.038330078125 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.170898437500 0.000000000000 0.265625000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.093750000000 0.000000000000 0.000000000000 0.099609375000 +0.016113281250 0.000000000000 0.000000000000 0.034423828125 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.129882812500 0.000000000000 +0.068847656250 0.212890625000 0.000000000000 0.106445312500 +0.000000000000 0.000000000000 0.000000000000 0.353515625000 +0.000000000000 0.046142578125 0.000000000000 0.000000000000 +0.214843750000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.226562500000 0.349609375000 +0.099609375000 0.279296875000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.024414062500 0.066894531250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.214843750000 0.000000000000 0.163085937500 +0.000000000000 0.014099121094 0.000000000000 0.000000000000 +0.069335937500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.130859375000 0.000000000000 +0.158203125000 0.131835937500 0.000000000000 0.000000000000 +0.022338867188 0.119628906250 0.000000000000 0.271484375000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.314453125000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.008728027344 0.210937500000 +0.033447265625 0.267578125000 0.000000000000 0.000000000000 +0.000000000000 0.036621093750 0.000000000000 0.200195312500 +0.000000000000 0.002349853516 0.000000000000 0.038818359375 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.193359375000 0.000000000000 0.000000000000 +0.000000000000 0.070800781250 0.000000000000 0.061767578125 +0.048828125000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.097656250000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.079589843750 0.000000000000 +0.161132812500 0.016479492188 0.000000000000 0.000000000000 +0.127929687500 0.189453125000 0.047363281250 0.031494140625 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.324218750000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.006347656250 +0.000000000000 0.124511718750 0.000000000000 0.000000000000 +0.000000000000 0.183593750000 0.000000000000 0.271484375000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.119140625000 0.000000000000 +0.000000000000 0.069335937500 0.000000000000 0.000000000000 +0.000000000000 0.097167968750 0.000000000000 0.255859375000 +0.039794921875 0.015991210938 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.015380859375 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.199218750000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.089355468750 0.000000000000 0.000000000000 0.000000000000 +0.133789062500 0.194335937500 0.119140625000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.242187500000 0.000000000000 0.000000000000 0.000000000000 +0.082519531250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.215820312500 0.000000000000 0.247070312500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.049560546875 0.176757812500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.104003906250 0.000000000000 0.367187500000 +0.047851562500 0.089355468750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.009765625000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.220703125000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.048828125000 0.152343750000 0.135742187500 0.000000000000 +0.070800781250 0.000000000000 0.015075683594 0.000000000000 +0.070800781250 0.000000000000 0.000000000000 0.219726562500 +0.289062500000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.190429687500 0.000000000000 0.106445312500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.043945312500 0.160156250000 0.179687500000 +0.000000000000 0.000000000000 0.001708984375 0.000000000000 +0.000000000000 0.094726562500 0.000000000000 0.382812500000 +0.082031250000 0.086425781250 0.000000000000 0.000000000000 +0.000000000000 0.017700195312 0.046386718750 0.000000000000 +0.000000000000 0.000000000000 0.024780273438 0.000000000000 +0.000000000000 0.187500000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.049316406250 0.125976562500 0.000000000000 +0.140625000000 0.000000000000 0.135742187500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.332031250000 +0.427734375000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.012329101562 0.000000000000 +0.046142578125 0.068847656250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.048339843750 0.261718750000 +0.000000000000 0.000000000000 0.055664062500 0.000000000000 +0.000000000000 0.094238281250 0.000000000000 0.351562500000 +0.136718750000 0.043945312500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.124511718750 0.000000000000 +0.000000000000 0.000000000000 0.096191406250 0.000000000000 +0.000000000000 0.090332031250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.026977539062 +0.000000000000 0.000000000000 0.073242187500 0.000000000000 +0.186523437500 0.000000000000 0.222656250000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.343750000000 +0.466796875000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.022949218750 0.000000000000 +0.122558593750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.248046875000 +0.000000000000 0.000000000000 0.080566406250 0.000000000000 +0.000000000000 0.116210937500 0.000000000000 0.259765625000 +0.200195312500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.159179687500 0.000000000000 +0.000000000000 0.025634765625 0.114746093750 0.000000000000 +0.004241943359 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.085937500000 +0.000000000000 0.000000000000 0.000000000000 0.243164062500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.206054687500 0.000000000000 0.261718750000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.302734375000 +0.462890625000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.175781250000 0.000000000000 0.000000000000 0.000000000000 +0.012023925781 0.000000000000 0.140625000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.127929687500 +0.000000000000 0.000000000000 0.092285156250 0.000000000000 +0.000000000000 0.155273437500 0.000000000000 0.143554687500 +0.265625000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.161132812500 0.000000000000 +0.000000000000 0.064941406250 0.102539062500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.102050781250 +0.000000000000 0.056640625000 0.000000000000 0.386718750000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.208007812500 0.000000000000 0.259765625000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.210937500000 +0.412109375000 0.000000000000 0.000000000000 0.005493164062 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.202148437500 0.000000000000 0.000000000000 0.000000000000 +0.007446289062 0.000000000000 0.255859375000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.087890625000 0.000000000000 +0.000000000000 0.208984375000 0.000000000000 0.057617187500 +0.310546875000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.147460937500 0.000000000000 +0.000000000000 0.085449218750 0.071777343750 0.003097534180 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.076660156250 +0.000000000000 0.099609375000 0.000000000000 0.437500000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.212890625000 0.037353515625 0.239257812500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.114257812500 +0.343750000000 0.000000000000 0.074218750000 0.094238281250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.224609375000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.308593750000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.083007812500 0.000000000000 +0.000000000000 0.253906250000 0.000000000000 0.016357421875 +0.339843750000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.113769531250 0.000000000000 +0.000000000000 0.090820312500 0.035156250000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000789642334 +0.000000000000 0.112792968750 0.000000000000 0.435546875000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.224609375000 0.072753906250 0.203125000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.059814453125 +0.302734375000 0.000000000000 0.082031250000 0.122070312500 +0.054931640625 0.000000000000 0.000000000000 0.000000000000 +0.235351562500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.316406250000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.093261718750 0.000000000000 +0.000000000000 0.281250000000 0.000000000000 0.029418945312 +0.361328125000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.089843750000 0.000000000000 +0.000000000000 0.081054687500 0.027465820312 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.114257812500 0.000000000000 0.408203125000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.261718750000 0.084472656250 0.178710937500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.068847656250 +0.333984375000 0.000000000000 0.067382812500 0.114746093750 +0.063964843750 0.000000000000 0.000000000000 0.000000000000 +0.251953125000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.320312500000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.117187500000 0.000000000000 +0.000000000000 0.296875000000 0.000000000000 0.070800781250 +0.373046875000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.100585937500 0.000000000000 +0.000000000000 0.090332031250 0.057861328125 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.107421875000 0.000000000000 0.394531250000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.306640625000 0.077148437500 0.195312500000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.119628906250 +0.386718750000 0.000000000000 0.036865234375 0.081542968750 +0.049804687500 0.000000000000 0.000000000000 0.000000000000 +0.267578125000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.330078125000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.158203125000 0.000000000000 +0.000000000000 0.306640625000 0.000000000000 0.101562500000 +0.373046875000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.106933593750 0.000000000000 +0.000000000000 0.100097656250 0.073242187500 0.007080078125 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.086914062500 0.000000000000 0.417968750000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.318359375000 0.052734375000 0.217773437500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.188476562500 +0.416015625000 0.000000000000 0.033691406250 0.074707031250 +0.053466796875 0.000000000000 0.000000000000 0.000000000000 +0.267578125000 0.000000000000 0.000000000000 0.000000000000 +0.040527343750 0.000000000000 0.330078125000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.202148437500 0.000000000000 +0.000000000000 0.304687500000 0.000000000000 0.106933593750 +0.367187500000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.093750000000 0.000000000000 +0.000000000000 0.095214843750 0.053710937500 0.077148437500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.062988281250 0.000000000000 0.445312500000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.283203125000 0.018920898438 0.224609375000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.238281250000 +0.406250000000 0.000000000000 0.042724609375 0.119140625000 +0.101074218750 0.000000000000 0.000000000000 0.000000000000 +0.244140625000 0.000000000000 0.000000000000 0.000000000000 +0.120605468750 0.000000000000 0.308593750000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.214843750000 0.000000000000 +0.000000000000 0.277343750000 0.000000000000 0.095214843750 +0.330078125000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.040039062500 0.000000000000 +0.000000000000 0.071777343750 0.000000000000 0.143554687500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.026489257812 0.000000000000 0.437500000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.158203125000 0.000000000000 0.208984375000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.245117187500 +0.318359375000 0.000000000000 0.052001953125 0.185546875000 +0.161132812500 0.000000000000 0.000000000000 0.000000000000 +0.181640625000 0.000000000000 0.000000000000 0.000000000000 +0.178710937500 0.000000000000 0.223632812500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.206054687500 0.020019531250 +0.000000000000 0.216796875000 0.000000000000 0.049804687500 +0.257812500000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.011352539062 0.000000000000 0.167968750000 +0.000000000000 0.000000000000 0.040039062500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.369140625000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.146484375000 0.000000000000 +0.035400390625 0.000000000000 0.000000000000 0.210937500000 +0.149414062500 0.000000000000 0.040771484375 0.236328125000 +0.190429687500 0.000000000000 0.000000000000 0.000000000000 +0.068847656250 0.000000000000 0.000000000000 0.000000000000 +0.189453125000 0.000000000000 0.068359375000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.146484375000 0.108398437500 +0.000000000000 0.103027343750 0.000000000000 0.000000000000 +0.143554687500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.005310058594 +0.000000000000 0.000000000000 0.000000000000 0.152343750000 +0.000000000000 0.000000000000 0.164062500000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.208984375000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.047607421875 0.000000000000 +0.075195312500 0.027099609375 0.000000000000 0.102539062500 +0.000000000000 0.000000000000 0.000000000000 0.248046875000 +0.179687500000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.151367187500 0.080078125000 0.000000000000 0.000000000000 +0.079101562500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.133789062500 0.005981445312 0.157226562500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.011413574219 0.000000000000 0.000000000000 0.000000000000 +0.009521484375 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.057861328125 +0.000000000000 0.000000000000 0.225585937500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.004669189453 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.099121093750 0.103515625000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.220703125000 +0.100097656250 0.000000000000 0.000000000000 0.122070312500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.026489257812 0.099609375000 0.000000000000 0.000000000000 +0.109863281250 0.000000000000 0.062500000000 0.000000000000 +0.000000000000 0.241210937500 0.000000000000 0.157226562500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.068359375000 0.000000000000 +0.125976562500 0.004302978516 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.221679687500 0.000000000000 +0.000000000000 0.052734375000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.166015625000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.101074218750 0.095703125000 0.000000000000 0.000000000000 +0.000000000000 0.140625000000 0.000000000000 0.117187500000 +0.000000000000 0.000000000000 0.000000000000 0.152343750000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.197265625000 0.000000000000 +0.000000000000 0.181640625000 0.000000000000 0.008483886719 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.108398437500 0.000000000000 +0.072265625000 0.004211425781 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.023925781250 +0.237304687500 0.126953125000 0.000000000000 0.000000000000 +0.057861328125 0.063964843750 0.000000000000 0.000000000000 +0.000000000000 0.160156250000 0.041992187500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.008117675781 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.175781250000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.020019531250 0.201171875000 0.000000000000 0.507812500000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.055908203125 0.009826660156 0.000000000000 +0.000000000000 0.000000000000 0.062988281250 0.000000000000 +0.000000000000 0.337890625000 0.078125000000 0.449218750000 +0.159179687500 0.308593750000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.006805419922 0.000000000000 +0.130859375000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.363281250000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.052978515625 0.000000000000 0.000000000000 0.000000000000 +0.117675781250 0.151367187500 0.164062500000 0.000000000000 +0.333984375000 0.000000000000 0.000000000000 0.000000000000 +0.228515625000 0.000000000000 0.040039062500 0.382812500000 +0.447265625000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.043457031250 0.302734375000 0.000000000000 0.296875000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.052490234375 0.097656250000 0.213867187500 +0.000000000000 0.000000000000 0.172851562500 0.000000000000 +0.000000000000 0.277343750000 0.057617187500 0.519531250000 +0.188476562500 0.378906250000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.044677734375 0.000000000000 +0.002883911133 0.000000000000 0.109863281250 0.000000000000 +0.000000000000 0.417968750000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.125000000000 0.000000000000 +0.251953125000 0.000000000000 0.198242187500 0.060791015625 +0.033203125000 0.000000000000 0.060791015625 0.632812500000 +0.550781250000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.077148437500 0.273437500000 0.000000000000 0.026000976562 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.062988281250 0.217773437500 +0.000000000000 0.000000000000 0.185546875000 0.000000000000 +0.000000000000 0.285156250000 0.000000000000 0.472656250000 +0.204101562500 0.093750000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.031250000000 0.000000000000 +0.011352539062 0.000000000000 0.027465820312 0.011901855469 +0.000000000000 0.129882812500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.035644531250 +0.000000000000 0.000000000000 0.094726562500 0.000000000000 +0.162109375000 0.000000000000 0.211914062500 0.021118164062 +0.000000000000 0.000000000000 0.021484375000 0.628906250000 +0.527343750000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.085937500000 0.242187500000 0.000000000000 0.020629882812 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.141601562500 +0.000000000000 0.000000000000 0.176757812500 0.000000000000 +0.000000000000 0.312500000000 0.000000000000 0.433593750000 +0.227539062500 0.053710937500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.041503906250 0.000000000000 +0.012756347656 0.000000000000 0.000000000000 0.046875000000 +0.000000000000 0.119140625000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.062988281250 +0.000000000000 0.000000000000 0.077148437500 0.000000000000 +0.137695312500 0.000000000000 0.206054687500 0.000000000000 +0.000000000000 0.000000000000 0.005676269531 0.601562500000 +0.472656250000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.061279296875 0.291015625000 0.000000000000 0.097167968750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.166992187500 0.000000000000 +0.000000000000 0.359375000000 0.000000000000 0.414062500000 +0.239257812500 0.032958984375 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.072265625000 0.003097534180 0.000000000000 0.068359375000 +0.000000000000 0.127929687500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.062988281250 +0.000000000000 0.000000000000 0.072753906250 0.000000000000 +0.100585937500 0.000000000000 0.151367187500 0.012268066406 +0.024047851562 0.000000000000 0.001625061035 0.558593750000 +0.425781250000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.077636718750 0.357421875000 0.000000000000 0.159179687500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.031494140625 0.000000000000 +0.000000000000 0.000000000000 0.186523437500 0.000000000000 +0.000000000000 0.375000000000 0.000000000000 0.429687500000 +0.218750000000 0.073730468750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.120605468750 0.000000000000 0.000000000000 0.023437500000 +0.000000000000 0.157226562500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.006744384766 0.000000000000 0.098632812500 0.000000000000 +0.066894531250 0.000000000000 0.116699218750 0.000000000000 +0.076660156250 0.000000000000 0.040039062500 0.578125000000 +0.382812500000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.040039062500 0.429687500000 0.000000000000 0.193359375000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.131835937500 0.000000000000 +0.000000000000 0.000000000000 0.169921875000 0.000000000000 +0.000000000000 0.361328125000 0.000000000000 0.474609375000 +0.211914062500 0.094238281250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.095703125000 0.000000000000 0.000000000000 0.018676757812 +0.000000000000 0.222656250000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.041259765625 0.000000000000 0.106933593750 0.000000000000 +0.042480468750 0.000000000000 0.092773437500 0.000000000000 +0.087402343750 0.000000000000 0.053710937500 0.625000000000 +0.398437500000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.019042968750 0.416015625000 0.000000000000 0.136718750000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.015625000000 0.149414062500 0.081054687500 +0.000000000000 0.000000000000 0.184570312500 0.000000000000 +0.000000000000 0.308593750000 0.000000000000 0.492187500000 +0.153320312500 0.094238281250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.082031250000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.200195312500 0.002502441406 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.002593994141 0.000000000000 0.123046875000 0.000000000000 +0.005065917969 0.000000000000 0.094238281250 0.001541137695 +0.012268066406 0.000000000000 0.078125000000 0.644531250000 +0.390625000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.402343750000 0.000000000000 0.052978515625 +0.003417968750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.002853393555 0.183593750000 0.154296875000 +0.000000000000 0.000000000000 0.166992187500 0.000000000000 +0.000000000000 0.232421875000 0.000000000000 0.474609375000 +0.112792968750 0.057861328125 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.040283203125 0.000000000000 0.000000000000 0.013732910156 +0.000000000000 0.166015625000 0.016235351562 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.118652343750 0.000000000000 +0.000000000000 0.000000000000 0.105468750000 0.016357421875 +0.000000000000 0.000000000000 0.072753906250 0.625000000000 +0.371093750000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.369140625000 0.000000000000 0.000000000000 +0.001213073730 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.008605957031 0.187500000000 0.161132812500 +0.000000000000 0.000000000000 0.120605468750 0.000000000000 +0.000000000000 0.190429687500 0.000000000000 0.429687500000 +0.087402343750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.012145996094 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.102050781250 0.017333984375 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.109375000000 0.000000000000 +0.000000000000 0.000000000000 0.092773437500 0.000000000000 +0.000000000000 0.000000000000 0.034179687500 0.554687500000 +0.306640625000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.271484375000 0.000000000000 0.000000000000 +0.013183593750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.029174804688 0.152343750000 0.175781250000 +0.000000000000 0.000000000000 0.090332031250 0.000000000000 +0.000000000000 0.106933593750 0.000000000000 0.373046875000 +0.035156250000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.066406250000 0.006439208984 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.083984375000 0.000000000000 +0.000000000000 0.000000000000 0.083984375000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.462890625000 +0.247070312500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.194335937500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.125976562500 0.145507812500 +0.000000000000 0.000000000000 0.034912109375 0.000000000000 +0.000000000000 0.058593750000 0.000000000000 0.292968750000 +0.040039062500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.010437011719 0.007751464844 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.072265625000 0.000000000000 +0.000000000000 0.000000000000 0.076171875000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.318359375000 +0.191406250000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.126953125000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.087402343750 0.047119140625 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.070800781250 0.000000000000 0.251953125000 +0.051757812500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.009887695312 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.066406250000 0.000000000000 +0.000000000000 0.000000000000 0.062500000000 0.010925292969 +0.000000000000 0.000000000000 0.000000000000 0.188476562500 +0.174804687500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.088378906250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.010498046875 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.079101562500 0.000000000000 0.244140625000 +0.055175781250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.041748046875 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.009521484375 0.058593750000 0.000000000000 +0.000000000000 0.000000000000 0.051025390625 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.175781250000 +0.166992187500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.075195312500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.057617187500 0.000000000000 0.241210937500 +0.047363281250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.024169921875 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.033935546875 0.000000000000 +0.000000000000 0.000000000000 0.058593750000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.190429687500 +0.123046875000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.002059936523 0.000000000000 0.000000000000 +0.050292968750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.012817382812 0.111328125000 +0.000000000000 0.000000000000 0.019042968750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.169921875000 +0.004760742188 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.070312500000 0.011291503906 +0.000000000000 0.000000000000 0.000000000000 0.155273437500 +0.105957031250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.125000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.202148437500 +0.000000000000 0.000000000000 0.018432617188 0.014892578125 +0.000000000000 0.000000000000 0.000000000000 0.032958984375 +0.000000000000 0.000000000000 0.018310546875 0.000000000000 +0.066406250000 0.000000000000 0.000000000000 0.111816406250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.013854980469 +0.000000000000 0.000000000000 0.163085937500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.086425781250 0.040283203125 +0.000000000000 0.011291503906 0.000000000000 0.015075683594 +0.004730224609 0.000000000000 0.000000000000 0.008117675781 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.115234375000 0.000000000000 0.000000000000 0.000000000000 +0.092285156250 0.000000000000 0.000000000000 0.159179687500 +0.000000000000 0.000000000000 0.000000000000 0.196289062500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.102050781250 0.117187500000 +0.190429687500 0.000000000000 0.000000000000 0.234375000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.052001953125 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.104492187500 +0.000000000000 0.097167968750 0.324218750000 0.067382812500 +0.000000000000 0.000000000000 0.000000000000 0.052490234375 +0.000000000000 0.000000000000 0.073730468750 0.001296997070 +0.000000000000 0.091308593750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.125000000000 0.155273437500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.064941406250 0.000000000000 0.000000000000 0.000000000000 +0.162109375000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.123535156250 0.000000000000 0.294921875000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.145507812500 0.244140625000 +0.234375000000 0.000000000000 0.000000000000 0.279296875000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.120117187500 +0.000000000000 0.205078125000 0.287109375000 0.057617187500 +0.000000000000 0.000000000000 0.000000000000 0.382812500000 +0.000000000000 0.000000000000 0.011291503906 0.019287109375 +0.000000000000 0.106933593750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.224609375000 0.245117187500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.109863281250 +0.136718750000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.294921875000 0.000000000000 0.328125000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.152343750000 0.242187500000 +0.211914062500 0.000000000000 0.000000000000 0.206054687500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.014160156250 +0.000000000000 0.000000000000 0.000000000000 0.020019531250 +0.041503906250 0.255859375000 0.140625000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.593750000000 +0.000000000000 0.000000000000 0.000000000000 0.009094238281 +0.000000000000 0.046386718750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.261718750000 0.271484375000 +0.000000000000 0.185546875000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.253906250000 +0.126953125000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.367187500000 0.000000000000 0.302734375000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.100585937500 0.187500000000 +0.159179687500 0.000000000000 0.000000000000 0.037353515625 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.024169921875 +0.000000000000 0.000000000000 0.062988281250 0.000000000000 +0.223632812500 0.238281250000 0.000000000000 0.000000000000 +0.000000000000 0.106933593750 0.000000000000 0.609375000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.139648437500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.197265625000 0.257812500000 +0.000000000000 0.337890625000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.052490234375 +0.000000000000 0.000000000000 0.000000000000 0.271484375000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.371093750000 0.000000000000 0.185546875000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.011840820312 0.000000000000 0.010070800781 0.052490234375 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.105468750000 0.000000000000 +0.330078125000 0.189453125000 0.000000000000 0.000000000000 +0.043945312500 0.208007812500 0.000000000000 0.494140625000 +0.000000000000 0.000000000000 0.000000000000 0.012451171875 +0.292968750000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.147460937500 +0.000000000000 0.345703125000 0.000000000000 0.000000000000 +0.000000000000 0.011047363281 0.000000000000 0.324218750000 +0.000000000000 0.000000000000 0.000000000000 0.167968750000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.285156250000 0.000000000000 0.000000000000 +0.000000000000 0.067871093750 0.000000000000 0.086425781250 +0.015991210938 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.139648437500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.057617187500 0.000000000000 +0.289062500000 0.060791015625 0.000000000000 0.000000000000 +0.214843750000 0.253906250000 0.083496093750 0.180664062500 +0.000000000000 0.000000000000 0.000000000000 0.010986328125 +0.345703125000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.199218750000 0.000000000000 0.000000000000 +0.000000000000 0.275390625000 0.000000000000 0.406250000000 +0.000000000000 0.004943847656 0.000000000000 0.000000000000 +0.000000000000 0.003341674805 0.157226562500 0.000000000000 +0.000000000000 0.144531250000 0.000000000000 0.000000000000 +0.000000000000 0.137695312500 0.000000000000 0.316406250000 +0.024169921875 0.071777343750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.052490234375 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.265625000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.166015625000 0.000000000000 0.000000000000 0.000000000000 +0.267578125000 0.253906250000 0.145507812500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.042236328125 +0.328125000000 0.000000000000 0.051025390625 0.023193359375 +0.034423828125 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.425781250000 0.000000000000 0.396484375000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.148437500000 0.320312500000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.020751953125 0.163085937500 0.000000000000 0.451171875000 +0.009765625000 0.112792968750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.101562500000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.322265625000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.250000000000 0.222656250000 0.195312500000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.017578125000 +0.211914062500 0.000000000000 0.102539062500 0.337890625000 +0.215820312500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.419921875000 0.000000000000 0.245117187500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.222656250000 0.349609375000 0.175781250000 +0.000000000000 0.000000000000 0.031738281250 0.000000000000 +0.000000000000 0.101562500000 0.000000000000 0.503906250000 +0.000000000000 0.139648437500 0.000000000000 0.000000000000 +0.000000000000 0.035400390625 0.000000000000 0.000000000000 +0.014709472656 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.292968750000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.093261718750 0.149414062500 0.186523437500 0.000000000000 +0.000000000000 0.000000000000 0.041259765625 0.000000000000 +0.000000000000 0.000000000000 0.064453125000 0.480468750000 +0.312500000000 0.032226562500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.339843750000 0.000000000000 0.009277343750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.210937500000 0.328125000000 0.419921875000 +0.000000000000 0.000000000000 0.056640625000 0.000000000000 +0.000000000000 0.040527343750 0.000000000000 0.472656250000 +0.000000000000 0.039794921875 0.000000000000 0.000000000000 +0.000000000000 0.080566406250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.171875000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.051025390625 0.167968750000 0.000000000000 +0.000000000000 0.000000000000 0.139648437500 0.022338867188 +0.000000000000 0.000000000000 0.034423828125 0.498046875000 +0.351562500000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.028686523438 0.000000000000 +0.000000000000 0.104003906250 0.000000000000 0.000000000000 +0.109375000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.143554687500 0.172851562500 0.470703125000 +0.000000000000 0.000000000000 0.094238281250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.333984375000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.007812500000 0.008789062500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.126953125000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.062011718750 0.000000000000 +0.000000000000 0.000000000000 0.057373046875 0.000000000000 +0.000000000000 0.000000000000 0.163085937500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.396484375000 +0.281250000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.032470703125 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.145507812500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.435546875000 +0.000000000000 0.000000000000 0.012207031250 0.010742187500 +0.000000000000 0.000000000000 0.000000000000 0.108398437500 +0.000000000000 0.000000000000 0.007476806641 0.034179687500 +0.041748046875 0.000000000000 0.058105468750 0.188476562500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.113769531250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.167968750000 +0.000000000000 0.000000000000 0.267578125000 0.121582031250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.183593750000 0.013671875000 +0.000000000000 0.000000000000 0.000000000000 0.125976562500 +0.141601562500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.008728027344 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.148437500000 0.000000000000 0.000000000000 0.000000000000 +0.024291992188 0.000000000000 0.000000000000 0.250000000000 +0.000000000000 0.000000000000 0.000000000000 0.170898437500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.051025390625 0.164062500000 +0.149414062500 0.000000000000 0.051757812500 0.279296875000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.065917968750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.210937500000 +0.000000000000 0.133789062500 0.333984375000 0.194335937500 +0.000000000000 0.000000000000 0.000000000000 0.035400390625 +0.000000000000 0.000000000000 0.131835937500 0.013854980469 +0.000000000000 0.062500000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.212890625000 0.175781250000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.110351562500 0.000000000000 0.051269531250 0.000000000000 +0.180664062500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.086425781250 0.000000000000 0.337890625000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.085937500000 0.222656250000 +0.208007812500 0.000000000000 0.020019531250 0.312500000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.165039062500 +0.000000000000 0.203125000000 0.332031250000 0.201171875000 +0.000000000000 0.000000000000 0.000000000000 0.384765625000 +0.000000000000 0.000000000000 0.054931640625 0.038330078125 +0.000000000000 0.117187500000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.330078125000 0.349609375000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.023803710938 0.000000000000 0.059814453125 0.000000000000 +0.251953125000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.363281250000 0.000000000000 0.423828125000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.138671875000 0.208007812500 +0.191406250000 0.000000000000 0.000000000000 0.263671875000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.077636718750 0.000000000000 +0.000000000000 0.000000000000 0.057861328125 0.000000000000 +0.000000000000 0.218750000000 0.181640625000 0.080078125000 +0.000000000000 0.000000000000 0.000000000000 0.625000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.058593750000 0.121582031250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.322265625000 0.429687500000 +0.026000976562 0.247070312500 0.000000000000 0.074707031250 +0.000000000000 0.000000000000 0.002334594727 0.000000000000 +0.000000000000 0.122558593750 0.000000000000 0.125976562500 +0.310546875000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.621093750000 0.000000000000 0.406250000000 +0.032714843750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.182617187500 0.071777343750 +0.195312500000 0.000000000000 0.000000000000 0.098144531250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.193359375000 0.072265625000 +0.000000000000 0.000000000000 0.142578125000 0.000000000000 +0.123046875000 0.158203125000 0.000000000000 0.000000000000 +0.000000000000 0.157226562500 0.000000000000 0.683593750000 +0.000000000000 0.000000000000 0.000000000000 0.010009765625 +0.273437500000 0.113769531250 0.000000000000 0.000000000000 +0.000000000000 0.097656250000 0.193359375000 0.416015625000 +0.062011718750 0.322265625000 0.000000000000 0.271484375000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.218750000000 0.000000000000 0.193359375000 +0.283203125000 0.000000000000 0.000000000000 0.000000000000 +0.038085937500 0.746093750000 0.000000000000 0.341796875000 +0.086914062500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.248046875000 0.000000000000 +0.184570312500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.210937500000 0.168945312500 +0.000000000000 0.000000000000 0.104980468750 0.000000000000 +0.231445312500 0.069824218750 0.000000000000 0.000000000000 +0.139648437500 0.314453125000 0.000000000000 0.640625000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.322265625000 0.074707031250 0.000000000000 0.000000000000 +0.000000000000 0.369140625000 0.000000000000 0.251953125000 +0.000000000000 0.281250000000 0.000000000000 0.312500000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.169921875000 0.000000000000 0.230468750000 +0.188476562500 0.041748046875 0.249023437500 0.000000000000 +0.036865234375 0.734375000000 0.000000000000 0.181640625000 +0.106445312500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.257812500000 0.000000000000 +0.182617187500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.149414062500 0.179687500000 +0.210937500000 0.000000000000 0.000000000000 0.000000000000 +0.306640625000 0.000000000000 0.000000000000 0.000000000000 +0.178710937500 0.412109375000 0.086914062500 0.478515625000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.277343750000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.550781250000 0.000000000000 0.000000000000 +0.000000000000 0.122070312500 0.000000000000 0.237304687500 +0.000000000000 0.000000000000 0.000000000000 0.045410156250 +0.000000000000 0.000000000000 0.000000000000 0.193359375000 +0.003158569336 0.202148437500 0.347656250000 0.000000000000 +0.049316406250 0.605468750000 0.000000000000 0.000000000000 +0.102050781250 0.000000000000 0.000000000000 0.017578125000 +0.000000000000 0.000000000000 0.238281250000 0.000000000000 +0.088378906250 0.126953125000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.053222656250 0.000000000000 0.096679687500 +0.492187500000 0.000000000000 0.000000000000 0.000000000000 +0.291015625000 0.000000000000 0.000000000000 0.000000000000 +0.147460937500 0.414062500000 0.149414062500 0.226562500000 +0.000000000000 0.000000000000 0.000000000000 0.005981445312 +0.125976562500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.570312500000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.013671875000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.047851562500 +0.000000000000 0.000000000000 0.000000000000 0.089843750000 +0.000000000000 0.191406250000 0.337890625000 0.000000000000 +0.000000000000 0.285156250000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.130859375000 +0.000000000000 0.000000000000 0.162109375000 0.000000000000 +0.016601562500 0.213867187500 0.059082031250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.099609375000 0.000000000000 0.000000000000 +0.628906250000 0.000000000000 0.000000000000 0.000000000000 +0.212890625000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.341796875000 0.161132812500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.043701171875 0.468750000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.240234375000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.071777343750 0.178710937500 0.125976562500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.172851562500 +0.000000000000 0.000000000000 0.007812500000 0.011108398438 +0.000000000000 0.186523437500 0.230468750000 0.000000000000 +0.000000000000 0.000000000000 0.211914062500 0.000000000000 +0.000000000000 0.059570312500 0.000000000000 0.000000000000 +0.570312500000 0.000000000000 0.000000000000 0.115234375000 +0.054687500000 0.041503906250 0.000000000000 0.000000000000 +0.000000000000 0.145507812500 0.127929687500 0.000000000000 +0.273437500000 0.000000000000 0.117675781250 0.025146484375 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.292968750000 0.146484375000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.269531250000 0.000000000000 +0.047607421875 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.033203125000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.139648437500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.152343750000 +0.122070312500 0.000000000000 0.000000000000 0.052490234375 +0.000000000000 0.022338867188 0.281250000000 0.000000000000 +0.000000000000 0.008728027344 0.294921875000 0.000000000000 +0.000000000000 0.013549804688 0.000000000000 0.000000000000 +0.283203125000 0.000000000000 0.000000000000 0.265625000000 +0.000000000000 0.117187500000 0.000000000000 0.097167968750 +0.000000000000 0.000000000000 0.035888671875 0.000000000000 +0.357421875000 0.000000000000 0.250000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.402343750000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.237304687500 0.000000000000 +0.099609375000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.279296875000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.092773437500 +0.000000000000 0.000000000000 0.025390625000 0.000000000000 +0.000000000000 0.053466796875 0.000000000000 0.074218750000 +0.205078125000 0.000000000000 0.000000000000 0.055908203125 +0.000000000000 0.000000000000 0.255859375000 0.023559570312 +0.000000000000 0.074218750000 0.207031250000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.269531250000 +0.000000000000 0.125976562500 0.000000000000 0.417968750000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.306640625000 0.000000000000 0.281250000000 0.004302978516 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.355468750000 0.000000000000 0.168945312500 0.097656250000 +0.000000000000 0.000000000000 0.009521484375 0.000000000000 +0.153320312500 0.000000000000 0.000000000000 0.000000000000 +0.169921875000 0.000000000000 0.349609375000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.089355468750 0.092285156250 +0.000000000000 0.084472656250 0.000000000000 0.000000000000 +0.211914062500 0.000000000000 0.000000000000 0.007507324219 +0.000000000000 0.000000000000 0.116699218750 0.137695312500 +0.000000000000 0.087890625000 0.000000000000 0.124511718750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.103515625000 +0.000000000000 0.110351562500 0.000000000000 0.478515625000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.078613281250 0.000000000000 0.235351562500 0.024169921875 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.138671875000 0.000000000000 0.269531250000 0.349609375000 +0.173828125000 0.000000000000 0.000000000000 0.000000000000 +0.112304687500 0.000000000000 0.000000000000 0.000000000000 +0.204101562500 0.000000000000 0.279296875000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.105468750000 0.217773437500 +0.000000000000 0.104492187500 0.000000000000 0.000000000000 +0.176757812500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.119628906250 +0.000000000000 0.000000000000 0.000000000000 0.156250000000 +0.000000000000 0.000000000000 0.142578125000 0.000000000000 +0.000000000000 0.000000000000 0.046386718750 0.000000000000 +0.000000000000 0.066406250000 0.000000000000 0.406250000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.064453125000 0.021362304688 +0.128906250000 0.063964843750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.226562500000 0.419921875000 +0.289062500000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.166015625000 0.098632812500 0.046875000000 0.000000000000 +0.121582031250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.185546875000 0.000000000000 0.261718750000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.054687500000 0.000000000000 0.000000000000 0.000000000000 +0.048095703125 0.000000000000 0.000000000000 0.088378906250 +0.000000000000 0.000000000000 0.000000000000 0.079589843750 +0.000000000000 0.000000000000 0.229492187500 0.000000000000 +0.000000000000 0.000000000000 0.078125000000 0.000000000000 +0.000000000000 0.009887695312 0.000000000000 0.113281250000 +0.000000000000 0.000000000000 0.000000000000 0.073730468750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.188476562500 0.147460937500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.085449218750 0.390625000000 +0.255859375000 0.000297546387 0.000000000000 0.145507812500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.136718750000 0.000000000000 0.000000000000 +0.130859375000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.378906250000 0.000000000000 0.235351562500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.059326171875 0.000000000000 +0.099121093750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.212890625000 0.000000000000 +0.000000000000 0.018554687500 0.054199218750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.144531250000 0.000000000000 0.128906250000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.219726562500 0.106445312500 0.000000000000 0.000000000000 +0.000000000000 0.083984375000 0.000000000000 0.229492187500 +0.036376953125 0.000000000000 0.000000000000 0.166015625000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.099121093750 0.000000000000 0.000000000000 +0.104003906250 0.000000000000 0.118652343750 0.000000000000 +0.000000000000 0.423828125000 0.000000000000 0.140625000000 +0.037353515625 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.114257812500 0.000000000000 +0.083496093750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.131835937500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.100097656250 0.000000000000 0.000000000000 0.000000000000 +0.045654296875 0.251953125000 0.035400390625 0.127929687500 +0.000000000000 0.000000000000 0.000000000000 0.007873535156 +0.168945312500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.273437500000 0.000000000000 0.011413574219 +0.000000000000 0.000000000000 0.000000000000 0.095214843750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.025878906250 +0.000000000000 0.062500000000 0.236328125000 0.000000000000 +0.000000000000 0.363281250000 0.000000000000 0.000000000000 +0.066894531250 0.000000000000 0.000000000000 0.023437500000 +0.000000000000 0.000000000000 0.116210937500 0.000000000000 +0.024169921875 0.003463745117 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.005737304688 0.006835937500 0.000000000000 +0.182617187500 0.000000000000 0.000000000000 0.000000000000 +0.117187500000 0.000000000000 0.000000000000 0.000000000000 +0.058837890625 0.281250000000 0.104980468750 0.031738281250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.083984375000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.330078125000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.005035400391 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.062500000000 0.221679687500 0.000000000000 +0.000000000000 0.197265625000 0.000000000000 0.000000000000 +0.035156250000 0.000000000000 0.000000000000 0.120605468750 +0.000000000000 0.000000000000 0.079589843750 0.000000000000 +0.000000000000 0.075195312500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.045898437500 0.000000000000 0.000000000000 +0.312500000000 0.000000000000 0.000000000000 0.000000000000 +0.090332031250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.251953125000 0.126953125000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.289062500000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.052978515625 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.038574218750 0.138671875000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.205078125000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.026977539062 0.044677734375 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.072753906250 0.000000000000 0.000000000000 +0.267578125000 0.000000000000 0.000000000000 0.000000000000 +0.003417968750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.150390625000 0.122558593750 0.000000000000 +0.026367187500 0.000000000000 0.014770507812 0.017211914062 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.094238281250 0.108398437500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.085937500000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.208984375000 +0.004577636719 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.049316406250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.052001953125 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.047851562500 0.086914062500 0.000000000000 +0.013244628906 0.000000000000 0.048339843750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.013732910156 +0.104492187500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.013732910156 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.010070800781 0.000000000000 0.172851562500 +0.016113281250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.011352539062 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.027587890625 0.000000000000 +0.000000000000 0.000000000000 0.036621093750 0.007934570312 +0.000000000000 0.000000000000 0.000000000000 0.077148437500 +0.079589843750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.002883911133 0.000000000000 0.000000000000 +0.001579284668 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.134765625000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.049072265625 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.010253906250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.069824218750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.046630859375 0.000000000000 0.000000000000 +0.021606445312 0.022583007812 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.003112792969 0.000000000000 +0.000000000000 0.070800781250 0.000000000000 0.040771484375 +0.049560546875 0.000000000000 0.000000000000 0.099121093750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.160156250000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.039062500000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.011596679688 +0.006256103516 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.016845703125 0.000000000000 0.034667968750 +0.000000000000 0.000000000000 0.000000000000 0.042480468750 +0.000000000000 0.104980468750 0.000000000000 0.000000000000 +0.009582519531 0.111328125000 0.000000000000 0.000000000000 +0.083496093750 0.005126953125 0.121093750000 0.000000000000 +0.000000000000 0.275390625000 0.000000000000 0.078125000000 +0.110839843750 0.000000000000 0.000000000000 0.039550781250 +0.000000000000 0.000000000000 0.093261718750 0.000000000000 +0.001525878906 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.228515625000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.070800781250 0.152343750000 0.026977539062 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.035400390625 +0.089843750000 0.000534057617 0.000000000000 0.000000000000 +0.000000000000 0.239257812500 0.000000000000 0.021362304688 +0.000000000000 0.000000000000 0.000000000000 0.194335937500 +0.000000000000 0.138671875000 0.011169433594 0.000000000000 +0.000000000000 0.167968750000 0.000000000000 0.000000000000 +0.158203125000 0.110839843750 0.291015625000 0.000000000000 +0.027099609375 0.402343750000 0.000000000000 0.072753906250 +0.122070312500 0.000000000000 0.000000000000 0.023437500000 +0.000000000000 0.000000000000 0.179687500000 0.000000000000 +0.101562500000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.261718750000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.086425781250 0.248046875000 0.052001953125 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.010437011719 +0.082519531250 0.062500000000 0.000000000000 0.000000000000 +0.000000000000 0.486328125000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.250000000000 +0.000000000000 0.130859375000 0.025878906250 0.000000000000 +0.000000000000 0.086914062500 0.000000000000 0.000000000000 +0.134765625000 0.190429687500 0.392578125000 0.000000000000 +0.079589843750 0.468750000000 0.000000000000 0.052490234375 +0.169921875000 0.000000000000 0.000000000000 0.042236328125 +0.000000000000 0.000000000000 0.248046875000 0.000000000000 +0.121582031250 0.049072265625 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.205078125000 0.000000000000 +0.047119140625 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.093750000000 0.314453125000 0.107910156250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.019897460938 +0.014160156250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.625000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.223632812500 +0.000000000000 0.113281250000 0.097167968750 0.000000000000 +0.000000000000 0.020874023438 0.000000000000 0.000000000000 +0.135742187500 0.279296875000 0.429687500000 0.000000000000 +0.066406250000 0.470703125000 0.000000000000 0.000000000000 +0.178710937500 0.000000000000 0.000000000000 0.063476562500 +0.000000000000 0.000000000000 0.279296875000 0.000000000000 +0.125000000000 0.087890625000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.142578125000 0.000000000000 +0.207031250000 0.000000000000 0.000000000000 0.000000000000 +0.008483886719 0.000000000000 0.000000000000 0.000000000000 +0.073242187500 0.345703125000 0.142578125000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.679687500000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.141601562500 +0.000000000000 0.046142578125 0.062988281250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.052246093750 0.283203125000 0.423828125000 0.000000000000 +0.070800781250 0.425781250000 0.000000000000 0.000000000000 +0.151367187500 0.000000000000 0.000000000000 0.072753906250 +0.000000000000 0.000000000000 0.283203125000 0.000000000000 +0.111816406250 0.126953125000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.041259765625 0.000000000000 +0.322265625000 0.000000000000 0.000000000000 0.000000000000 +0.006011962891 0.000000000000 0.000000000000 0.000000000000 +0.002853393555 0.326171875000 0.137695312500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.664062500000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.080078125000 0.026367187500 +0.000000000000 0.000000000000 0.084472656250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.004943847656 0.215820312500 0.359375000000 0.000000000000 +0.025390625000 0.314453125000 0.000000000000 0.000000000000 +0.121582031250 0.000000000000 0.000000000000 0.075683593750 +0.000000000000 0.000000000000 0.243164062500 0.000000000000 +0.100585937500 0.117675781250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.296875000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.267578125000 0.133789062500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.060302734375 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.578125000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.082031250000 0.000000000000 +0.000000000000 0.000000000000 0.052978515625 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.154296875000 0.201171875000 0.000000000000 +0.000000000000 0.250000000000 0.000000000000 0.000000000000 +0.125000000000 0.000000000000 0.000000000000 0.070312500000 +0.000000000000 0.000000000000 0.197265625000 0.000000000000 +0.022827148438 0.070800781250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.240234375000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.226562500000 0.111328125000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.445312500000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.074707031250 0.000000000000 +0.000000000000 0.000000000000 0.025512695312 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.043457031250 0.164062500000 0.000000000000 +0.000000000000 0.208007812500 0.000000000000 0.000000000000 +0.095703125000 0.000000000000 0.000000000000 0.101074218750 +0.000000000000 0.000000000000 0.105957031250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.100585937500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.195312500000 0.099609375000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.017822265625 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.292968750000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.063476562500 0.010864257812 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.082031250000 0.158203125000 0.000000000000 +0.000000000000 0.198242187500 0.000000000000 0.000000000000 +0.077148437500 0.000000000000 0.000000000000 0.137695312500 +0.000000000000 0.000000000000 0.054199218750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.046386718750 0.012756347656 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.055175781250 0.208984375000 0.103027343750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.026733398438 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.238281250000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.172851562500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.103515625000 0.246093750000 0.000000000000 +0.000000000000 0.200195312500 0.000000000000 0.000000000000 +0.091308593750 0.000000000000 0.000000000000 0.163085937500 +0.000000000000 0.000000000000 0.029174804688 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.048095703125 0.066894531250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.090332031250 0.227539062500 0.137695312500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.011413574219 +0.056884765625 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.265625000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.185546875000 0.006469726562 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.183593750000 0.294921875000 0.000000000000 +0.000000000000 0.173828125000 0.000000000000 0.000000000000 +0.077148437500 0.000000000000 0.000000000000 0.214843750000 +0.000000000000 0.000000000000 0.052001953125 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.062255859375 0.049560546875 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.077148437500 0.218750000000 0.124511718750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.046875000000 +0.016601562500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.312500000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.147460937500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.215820312500 0.306640625000 0.073242187500 +0.000000000000 0.096191406250 0.000000000000 0.000000000000 +0.034912109375 0.000000000000 0.000000000000 0.199218750000 +0.000000000000 0.000000000000 0.081054687500 0.000000000000 +0.000000000000 0.079589843750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.021362304688 0.015747070312 0.000000000000 +0.062500000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.203125000000 0.129882812500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.008605957031 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.316406250000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.005645751953 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.166015625000 0.255859375000 0.217773437500 +0.000000000000 0.013671875000 0.000000000000 0.000000000000 +0.013610839844 0.000000000000 0.000000000000 0.143554687500 +0.000000000000 0.000000000000 0.117675781250 0.000000000000 +0.062988281250 0.085449218750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.001152038574 0.000000000000 0.000000000000 0.000000000000 +0.091308593750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.112792968750 0.071289062500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.294921875000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.070800781250 0.000000000000 +0.000000000000 0.000000000000 0.005523681641 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.028930664062 0.085937500000 0.228515625000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.038085937500 +0.000000000000 0.000000000000 0.117187500000 0.063476562500 +0.075683593750 0.039306640625 0.073730468750 0.042968750000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.081054687500 0.000000000000 0.000000000000 0.124511718750 +0.000000000000 0.027832031250 0.119628906250 0.000000000000 +0.000000000000 0.012145996094 0.009765625000 0.000000000000 +0.000000000000 0.000000000000 0.073730468750 0.024902343750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.160156250000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.100585937500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.129882812500 +0.000000000000 0.000000000000 0.000000000000 0.090820312500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.096679687500 0.164062500000 +0.102539062500 0.000000000000 0.091308593750 0.111328125000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.166992187500 +0.000000000000 0.138671875000 0.161132812500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.083496093750 +0.000000000000 0.000000000000 0.073730468750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.072753906250 0.037109375000 +0.000000000000 0.000000000000 0.049316406250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.006958007812 0.000000000000 +0.013427734375 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.025024414062 0.000000000000 0.192382812500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.047851562500 0.174804687500 +0.085937500000 0.000000000000 0.066894531250 0.159179687500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.137695312500 +0.000000000000 0.177734375000 0.123535156250 0.059326171875 +0.000000000000 0.000000000000 0.000000000000 0.255859375000 +0.000000000000 0.000000000000 0.049316406250 0.028320312500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.204101562500 0.216796875000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.054443359375 0.000000000000 +0.062500000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.223632812500 0.000000000000 0.243164062500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.015747070312 0.128906250000 +0.038574218750 0.000000000000 0.000000000000 0.085937500000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.005828857422 0.000000000000 +0.000000000000 0.000000000000 0.021484375000 0.000000000000 +0.000000000000 0.162109375000 0.000000000000 0.004852294922 +0.000000000000 0.000000000000 0.000000000000 0.351562500000 +0.000000000000 0.000000000000 0.000000000000 0.050292968750 +0.102539062500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.188476562500 0.292968750000 +0.000000000000 0.174804687500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.089843750000 0.000000000000 0.000000000000 +0.097167968750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.369140625000 0.000000000000 0.237304687500 +0.007873535156 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.023925781250 0.000000000000 +0.016967773438 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.134765625000 0.000000000000 +0.000000000000 0.000000000000 0.125000000000 0.000000000000 +0.030273437500 0.091308593750 0.000000000000 0.000000000000 +0.013793945312 0.118652343750 0.000000000000 0.337890625000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.275390625000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.054931640625 0.285156250000 +0.024414062500 0.177734375000 0.000000000000 0.105957031250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.228515625000 0.000000000000 0.000000000000 +0.120605468750 0.000000000000 0.004211425781 0.000000000000 +0.000000000000 0.511718750000 0.000000000000 0.187500000000 +0.071777343750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.084472656250 0.000000000000 +0.024414062500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.213867187500 0.000000000000 +0.000000000000 0.000000000000 0.067382812500 0.000000000000 +0.064941406250 0.000000000000 0.000000000000 0.000000000000 +0.189453125000 0.247070312500 0.000000000000 0.271484375000 +0.000000000000 0.000000000000 0.000000000000 0.032714843750 +0.324218750000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.204101562500 0.000000000000 0.177734375000 +0.000000000000 0.132812500000 0.000000000000 0.229492187500 +0.000000000000 0.107421875000 0.013671875000 0.000000000000 +0.000000000000 0.218750000000 0.000000000000 0.000000000000 +0.113769531250 0.121093750000 0.265625000000 0.000000000000 +0.014953613281 0.542968750000 0.000000000000 0.090820312500 +0.118164062500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.192382812500 0.000000000000 +0.057861328125 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.228515625000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.066894531250 0.000000000000 0.000000000000 0.000000000000 +0.211914062500 0.330078125000 0.063964843750 0.101562500000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.267578125000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.486328125000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.251953125000 +0.000000000000 0.151367187500 0.049072265625 0.000000000000 +0.000000000000 0.155273437500 0.000000000000 0.000000000000 +0.095703125000 0.259765625000 0.423828125000 0.000000000000 +0.063476562500 0.558593750000 0.000000000000 0.006835937500 +0.141601562500 0.000000000000 0.000000000000 0.057373046875 +0.000000000000 0.000000000000 0.255859375000 0.000000000000 +0.113769531250 0.082519531250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.207031250000 0.000000000000 +0.135742187500 0.000000000000 0.000000000000 0.000000000000 +0.028198242188 0.000000000000 0.000000000000 0.000000000000 +0.176757812500 0.367187500000 0.133789062500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.015197753906 +0.132812500000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.671875000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.255859375000 +0.000000000000 0.133789062500 0.051025390625 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.062988281250 0.291015625000 0.484375000000 0.000000000000 +0.072265625000 0.474609375000 0.000000000000 0.000000000000 +0.155273437500 0.000000000000 0.000000000000 0.088378906250 +0.000000000000 0.000000000000 0.289062500000 0.000000000000 +0.117675781250 0.174804687500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.089355468750 0.000000000000 +0.363281250000 0.000000000000 0.000000000000 0.000000000000 +0.030883789062 0.000000000000 0.000000000000 0.000000000000 +0.077636718750 0.349609375000 0.165039062500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.699218750000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.039062500000 0.080566406250 +0.000000000000 0.025634765625 0.058349609375 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.263671875000 0.449218750000 0.046142578125 +0.027099609375 0.310546875000 0.000000000000 0.000000000000 +0.087402343750 0.000000000000 0.000000000000 0.123046875000 +0.000000000000 0.000000000000 0.232421875000 0.000000000000 +0.104980468750 0.191406250000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.451171875000 0.000000000000 0.000000000000 0.000000000000 +0.034667968750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.310546875000 0.166992187500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.016845703125 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.621093750000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.188476562500 0.000000000000 +0.000000000000 0.000000000000 0.000293731689 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.143554687500 0.246093750000 0.018920898438 +0.000000000000 0.128906250000 0.000000000000 0.000000000000 +0.090332031250 0.000000000000 0.000000000000 0.119628906250 +0.000000000000 0.000000000000 0.149414062500 0.000000000000 +0.013000488281 0.142578125000 0.034423828125 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.398437500000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.215820312500 0.135742187500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000530242920 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.421875000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.170898437500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.080078125000 0.000000000000 +0.000000000000 0.001770019531 0.000000000000 0.000000000000 +0.049804687500 0.000000000000 0.000000000000 0.127929687500 +0.000000000000 0.000000000000 0.026489257812 0.000000000000 +0.000000000000 0.045166015625 0.059570312500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.009826660156 0.000000000000 0.000000000000 +0.238281250000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.123535156250 0.085449218750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.004699707031 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.010498046875 0.130859375000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.086914062500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.169921875000 +0.025634765625 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.046630859375 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.041992187500 0.000000000000 0.000000000000 +0.051757812500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.071777343750 0.069824218750 0.000000000000 +0.034912109375 0.000000000000 0.039794921875 0.003402709961 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.095703125000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.044677734375 0.000000000000 0.181640625000 +0.046875000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.016601562500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.021850585938 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.007934570312 0.043212890625 0.000000000000 +0.000000000000 0.000000000000 0.034667968750 0.026855468750 +0.000000000000 0.000000000000 0.000000000000 0.051269531250 +0.095214843750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.014648437500 0.000000000000 0.000000000000 +0.020019531250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.027709960938 0.000000000000 0.179687500000 +0.026367187500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.043701171875 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.043701171875 0.013610839844 +0.000000000000 0.000000000000 0.000000000000 0.125000000000 +0.018188476562 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.013122558594 0.000000000000 0.000000000000 +0.103515625000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.014953613281 0.013671875000 0.019287109375 +0.000000000000 0.000000000000 0.000000000000 0.088378906250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.144531250000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.006774902344 +0.000000000000 0.020263671875 0.000000000000 0.079101562500 +0.000000000000 0.000000000000 0.000000000000 0.035400390625 +0.000000000000 0.000000000000 0.000000000000 0.008178710938 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.099121093750 0.000000000000 0.000000000000 0.000000000000 +0.126953125000 0.000000000000 0.062500000000 0.000000000000 +0.000000000000 0.163085937500 0.000000000000 0.113769531250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.106933593750 0.000000000000 +0.113769531250 0.000000000000 0.000000000000 0.001670837402 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.177734375000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.010192871094 0.000000000000 +0.000000000000 0.049804687500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.028930664062 +0.000000000000 0.095703125000 0.000000000000 0.000000000000 +0.000000000000 0.178710937500 0.000000000000 0.028320312500 +0.000000000000 0.000000000000 0.000000000000 0.077148437500 +0.000000000000 0.000000000000 0.005981445312 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.157226562500 0.000000000000 0.107910156250 0.000000000000 +0.000000000000 0.316406250000 0.000000000000 0.154296875000 +0.098632812500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.182617187500 0.000000000000 +0.136718750000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.148437500000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.148437500000 0.016967773438 0.017578125000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.056396484375 0.000000000000 0.000000000000 +0.000000000000 0.294921875000 0.000000000000 0.015869140625 +0.000000000000 0.000000000000 0.000000000000 0.102050781250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.034179687500 +0.133789062500 0.000000000000 0.170898437500 0.000000000000 +0.022583007812 0.375000000000 0.000000000000 0.102539062500 +0.098632812500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.173828125000 0.000000000000 +0.136718750000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.090332031250 0.000000000000 +0.090332031250 0.000000000000 0.000000000000 0.000000000000 +0.109863281250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.259765625000 0.081542968750 0.071777343750 +0.000000000000 0.000000000000 0.000000000000 0.050048828125 +0.006317138672 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.355468750000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.046630859375 +0.000000000000 0.005706787109 0.000000000000 0.087402343750 +0.000000000000 0.000000000000 0.000000000000 0.097167968750 +0.000000000000 0.017211914062 0.208007812500 0.000000000000 +0.000000000000 0.328125000000 0.000000000000 0.000000000000 +0.103515625000 0.000000000000 0.000000000000 0.072265625000 +0.000000000000 0.000000000000 0.102050781250 0.000000000000 +0.029663085938 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.041992187500 0.000000000000 0.000000000000 +0.239257812500 0.000000000000 0.000000000000 0.000000000000 +0.169921875000 0.000000000000 0.000000000000 0.000000000000 +0.039794921875 0.277343750000 0.130859375000 0.020385742188 +0.000000000000 0.000000000000 0.000000000000 0.031982421875 +0.048583984375 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.324218750000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.109863281250 0.000000000000 0.302734375000 +0.000000000000 0.000000000000 0.000000000000 0.041748046875 +0.000000000000 0.047119140625 0.185546875000 0.000000000000 +0.000000000000 0.154296875000 0.000000000000 0.000000000000 +0.078613281250 0.000000000000 0.000000000000 0.238281250000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.012512207031 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.230468750000 0.000000000000 0.000000000000 +0.263671875000 0.000000000000 0.000000000000 0.000000000000 +0.161132812500 0.000000000000 0.000000000000 0.000000000000 +0.112304687500 0.291015625000 0.188476562500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.019653320312 +0.072265625000 0.000000000000 0.000000000000 0.000000000000 +0.009582519531 0.228515625000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.253906250000 0.000000000000 0.361328125000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.052734375000 0.222656250000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.060546875000 0.098632812500 0.000000000000 0.384765625000 +0.017822265625 0.107910156250 0.000000000000 0.000000000000 +0.000000000000 0.014526367188 0.000000000000 0.000000000000 +0.020996093750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.263671875000 0.000000000000 0.000000000000 +0.169921875000 0.000000000000 0.000000000000 0.000000000000 +0.068359375000 0.000000000000 0.000000000000 0.000000000000 +0.122070312500 0.227539062500 0.192382812500 0.000000000000 +0.104980468750 0.000000000000 0.000000000000 0.000000000000 +0.060791015625 0.000000000000 0.029663085938 0.099609375000 +0.228515625000 0.040283203125 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.298828125000 0.000000000000 0.363281250000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.098632812500 0.207031250000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.181640625000 0.000000000000 0.498046875000 +0.080078125000 0.210937500000 0.000000000000 0.000000000000 +0.000000000000 0.008178710938 0.000000000000 0.000000000000 +0.063964843750 0.000000000000 0.025024414062 0.000000000000 +0.000000000000 0.316406250000 0.000000000000 0.000000000000 +0.070800781250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.069824218750 0.161132812500 0.208007812500 0.000000000000 +0.188476562500 0.000000000000 0.071777343750 0.000000000000 +0.003265380859 0.000000000000 0.020996093750 0.384765625000 +0.425781250000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.287109375000 0.000000000000 0.175781250000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.104492187500 0.172851562500 0.214843750000 +0.000000000000 0.000000000000 0.156250000000 0.000000000000 +0.000000000000 0.174804687500 0.000000000000 0.515625000000 +0.076660156250 0.190429687500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.004058837891 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.242187500000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.020263671875 0.148437500000 0.000000000000 +0.145507812500 0.000000000000 0.148437500000 0.000000000000 +0.000000000000 0.000000000000 0.007354736328 0.574218750000 +0.439453125000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.019165039062 0.202148437500 0.000000000000 0.000000000000 +0.176757812500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.102539062500 0.073730468750 0.365234375000 +0.000000000000 0.000000000000 0.198242187500 0.000000000000 +0.000000000000 0.091308593750 0.000000000000 0.433593750000 +0.036621093750 0.045410156250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.088378906250 +0.028686523438 0.107910156250 0.021362304688 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.065917968750 0.000000000000 +0.000000000000 0.000000000000 0.177734375000 0.001029968262 +0.000000000000 0.000000000000 0.000000000000 0.589843750000 +0.361328125000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.054443359375 0.000000000000 0.000000000000 +0.241210937500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.021850585938 0.384765625000 +0.000000000000 0.000000000000 0.176757812500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.206054687500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.003067016602 0.000000000000 0.000000000000 0.101562500000 +0.000000000000 0.000000000000 0.000000000000 0.102050781250 +0.110839843750 0.000000000000 0.052734375000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.166992187500 0.056640625000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.152343750000 0.000000000000 +0.000000000000 0.073242187500 0.000000000000 0.394531250000 +0.150390625000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.208007812500 0.000000000000 0.000000000000 0.000000000000 +0.037841796875 0.000000000000 0.000000000000 0.289062500000 +0.000000000000 0.000000000000 0.011962890625 0.132812500000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.060791015625 0.042968750000 +0.128906250000 0.000000000000 0.000000000000 0.207031250000 +0.000000000000 0.000000000000 0.000000000000 0.011108398438 +0.103027343750 0.000000000000 0.030761718750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.045410156250 +0.000000000000 0.005828857422 0.277343750000 0.068847656250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.104980468750 0.000000000000 +0.000000000000 0.110839843750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.088378906250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.103027343750 0.000000000000 0.000000000000 0.000000000000 +0.096191406250 0.000000000000 0.000000000000 0.056152343750 +0.000000000000 0.040527343750 0.000000000000 0.220703125000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.122070312500 0.183593750000 +0.194335937500 0.000000000000 0.000000000000 0.220703125000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.021850585938 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.083496093750 +0.000000000000 0.148437500000 0.271484375000 0.044433593750 +0.000000000000 0.000000000000 0.000000000000 0.187500000000 +0.000000000000 0.000000000000 0.028564453125 0.006988525391 +0.000000000000 0.116210937500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.133789062500 0.159179687500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.072753906250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.135742187500 0.000000000000 0.244140625000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.137695312500 0.257812500000 +0.218750000000 0.000000000000 0.004547119141 0.194335937500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.108886718750 +0.000000000000 0.257812500000 0.183593750000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.447265625000 +0.000000000000 0.000000000000 0.000000000000 0.011413574219 +0.000000000000 0.040527343750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.222656250000 0.180664062500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.100585937500 0.115234375000 +0.017089843750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.140625000000 0.000000000000 0.234375000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.102539062500 0.302734375000 +0.186523437500 0.000000000000 0.079589843750 0.118652343750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.050781250000 +0.000000000000 0.000000000000 0.000000000000 0.138671875000 +0.114746093750 0.337890625000 0.050537109375 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.554687500000 +0.000000000000 0.040527343750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.279296875000 0.177734375000 +0.000000000000 0.114746093750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.227539062500 0.154296875000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.083984375000 0.000000000000 0.162109375000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.076660156250 0.000000000000 0.015991210938 0.308593750000 +0.110839843750 0.000000000000 0.151367187500 0.041992187500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.032714843750 +0.000000000000 0.000000000000 0.000000000000 0.155273437500 +0.160156250000 0.375000000000 0.000000000000 0.060058593750 +0.000000000000 0.000000000000 0.000000000000 0.554687500000 +0.040771484375 0.093261718750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.306640625000 0.152343750000 +0.000000000000 0.223632812500 0.000000000000 0.000000000000 +0.015625000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.349609375000 0.170898437500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.099609375000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.182617187500 0.000000000000 0.000000000000 0.265625000000 +0.000000000000 0.000000000000 0.171875000000 0.000000000000 +0.000000000000 0.000000000000 0.052978515625 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.125976562500 +0.174804687500 0.375000000000 0.000000000000 0.150390625000 +0.000000000000 0.000000000000 0.000000000000 0.472656250000 +0.222656250000 0.128906250000 0.040039062500 0.002883911133 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.308593750000 0.148437500000 +0.000000000000 0.255859375000 0.000000000000 0.000000000000 +0.133789062500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.460937500000 0.041015625000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.011779785156 +0.000000000000 0.080566406250 0.000000000000 0.000000000000 +0.292968750000 0.000000000000 0.000000000000 0.215820312500 +0.000000000000 0.000000000000 0.194335937500 0.000000000000 +0.000000000000 0.052978515625 0.124023437500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.130859375000 +0.129882812500 0.357421875000 0.000000000000 0.277343750000 +0.000000000000 0.000000000000 0.000000000000 0.269531250000 +0.359375000000 0.147460937500 0.096679687500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.138671875000 0.000000000000 0.306640625000 0.134765625000 +0.000000000000 0.197265625000 0.000000000000 0.000000000000 +0.230468750000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.531250000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.162109375000 0.000000000000 0.000000000000 +0.361328125000 0.000000000000 0.000000000000 0.130859375000 +0.000000000000 0.000000000000 0.207031250000 0.000000000000 +0.000000000000 0.126953125000 0.187500000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.133789062500 +0.035156250000 0.324218750000 0.000000000000 0.427734375000 +0.000000000000 0.000000000000 0.000000000000 0.058105468750 +0.441406250000 0.159179687500 0.190429687500 0.023437500000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.279296875000 0.000000000000 0.292968750000 0.151367187500 +0.000000000000 0.134765625000 0.000000000000 0.000000000000 +0.308593750000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.601562500000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.086425781250 0.000000000000 +0.000000000000 0.242187500000 0.000198364258 0.000000000000 +0.386718750000 0.000000000000 0.000000000000 0.070800781250 +0.000000000000 0.000000000000 0.204101562500 0.000000000000 +0.000000000000 0.146484375000 0.171875000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.098632812500 +0.000000000000 0.255859375000 0.000000000000 0.527343750000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.417968750000 0.119140625000 0.210937500000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.302734375000 0.000000000000 0.316406250000 0.224609375000 +0.125976562500 0.066894531250 0.000000000000 0.000000000000 +0.328125000000 0.000000000000 0.000000000000 0.000000000000 +0.097656250000 0.000000000000 0.585937500000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.174804687500 0.000000000000 +0.000000000000 0.225585937500 0.011962890625 0.000000000000 +0.373046875000 0.000000000000 0.000000000000 0.028564453125 +0.000000000000 0.000000000000 0.107910156250 0.025146484375 +0.000000000000 0.131835937500 0.052246093750 0.072753906250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.063964843750 +0.000000000000 0.200195312500 0.000000000000 0.609375000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.279296875000 0.115722656250 0.228515625000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.289062500000 0.000000000000 0.322265625000 0.285156250000 +0.177734375000 0.000000000000 0.000000000000 0.000000000000 +0.291015625000 0.000000000000 0.000000000000 0.000000000000 +0.122558593750 0.000000000000 0.519531250000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.166015625000 0.059082031250 +0.000000000000 0.188476562500 0.000000000000 0.000000000000 +0.357421875000 0.000000000000 0.000000000000 0.042968750000 +0.000000000000 0.000000000000 0.064941406250 0.084960937500 +0.000000000000 0.094726562500 0.000000000000 0.109375000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.059082031250 +0.000000000000 0.195312500000 0.000000000000 0.613281250000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.118164062500 0.150390625000 0.201171875000 0.015014648438 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.207031250000 0.000000000000 0.304687500000 0.314453125000 +0.201171875000 0.000000000000 0.000000000000 0.000000000000 +0.251953125000 0.000000000000 0.000000000000 0.000000000000 +0.100585937500 0.000000000000 0.445312500000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.091796875000 0.081054687500 +0.000000000000 0.132812500000 0.000000000000 0.000000000000 +0.314453125000 0.000000000000 0.000000000000 0.098144531250 +0.000000000000 0.000000000000 0.063964843750 0.078125000000 +0.000000000000 0.071289062500 0.000000000000 0.046142578125 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.068847656250 +0.000000000000 0.226562500000 0.000000000000 0.562500000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.072753906250 0.193359375000 0.162109375000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.112792968750 0.000000000000 0.310546875000 0.306640625000 +0.178710937500 0.000000000000 0.000000000000 0.000000000000 +0.219726562500 0.000000000000 0.000000000000 0.000000000000 +0.012878417969 0.000000000000 0.437500000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.022460937500 0.065429687500 +0.000000000000 0.084472656250 0.000000000000 0.000000000000 +0.306640625000 0.000000000000 0.000000000000 0.127929687500 +0.000000000000 0.000000000000 0.102539062500 0.045654296875 +0.000000000000 0.061279296875 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.119628906250 +0.000000000000 0.257812500000 0.000000000000 0.492187500000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.125976562500 0.188476562500 0.145507812500 0.001312255859 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.111816406250 0.000000000000 0.289062500000 0.265625000000 +0.085449218750 0.000000000000 0.000000000000 0.000000000000 +0.200195312500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.455078125000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.043212890625 +0.000000000000 0.106933593750 0.000000000000 0.000000000000 +0.316406250000 0.000000000000 0.000000000000 0.154296875000 +0.000000000000 0.000000000000 0.141601562500 0.016479492188 +0.000000000000 0.085937500000 0.017456054688 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.134765625000 +0.000000000000 0.277343750000 0.000000000000 0.474609375000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.208984375000 0.189453125000 0.156250000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.137695312500 0.000000000000 0.328125000000 0.237304687500 +0.042236328125 0.051269531250 0.000000000000 0.000000000000 +0.255859375000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.503906250000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.020751953125 +0.000000000000 0.158203125000 0.000000000000 0.000000000000 +0.371093750000 0.000000000000 0.000000000000 0.147460937500 +0.000000000000 0.000000000000 0.165039062500 0.000000000000 +0.000000000000 0.122070312500 0.071777343750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.146484375000 +0.000000000000 0.304687500000 0.000000000000 0.515625000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.300781250000 0.225585937500 0.176757812500 0.002227783203 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.214843750000 0.000000000000 0.318359375000 0.217773437500 +0.040527343750 0.065917968750 0.000000000000 0.000000000000 +0.259765625000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.570312500000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.020019531250 0.000000000000 +0.000000000000 0.211914062500 0.000000000000 0.000000000000 +0.378906250000 0.000000000000 0.000000000000 0.101562500000 +0.000000000000 0.000000000000 0.179687500000 0.000000000000 +0.000000000000 0.116210937500 0.088378906250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.024780273438 0.118652343750 +0.000000000000 0.285156250000 0.000000000000 0.527343750000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.330078125000 0.178710937500 0.184570312500 0.034667968750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.226562500000 0.000000000000 0.328125000000 0.238281250000 +0.116699218750 0.075195312500 0.000000000000 0.000000000000 +0.296875000000 0.000000000000 0.000000000000 0.000000000000 +0.035156250000 0.000000000000 0.582031250000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.105468750000 0.012634277344 +0.000000000000 0.229492187500 0.000000000000 0.000000000000 +0.359375000000 0.000000000000 0.000000000000 0.025024414062 +0.000000000000 0.000000000000 0.122558593750 0.000000000000 +0.000000000000 0.134765625000 0.058837890625 0.035888671875 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.032470703125 0.033691406250 +0.000000000000 0.227539062500 0.000000000000 0.535156250000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.273437500000 0.123046875000 0.192382812500 0.000000000000 +0.032470703125 0.000000000000 0.000000000000 0.000000000000 +0.221679687500 0.000000000000 0.326171875000 0.302734375000 +0.200195312500 0.047363281250 0.000000000000 0.000000000000 +0.234375000000 0.000000000000 0.000000000000 0.000000000000 +0.110839843750 0.000000000000 0.500000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.152343750000 0.073242187500 +0.000000000000 0.208984375000 0.000000000000 0.000000000000 +0.330078125000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.017700195312 0.014343261719 +0.000000000000 0.094238281250 0.000000000000 0.105957031250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.043212890625 0.000000000000 +0.000000000000 0.160156250000 0.000000000000 0.519531250000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.078125000000 0.088867187500 0.144531250000 0.016479492188 +0.066894531250 0.000000000000 0.000000000000 0.000000000000 +0.120117187500 0.000000000000 0.259765625000 0.332031250000 +0.253906250000 0.008361816406 0.000000000000 0.000000000000 +0.180664062500 0.000000000000 0.000000000000 0.000000000000 +0.113281250000 0.000000000000 0.332031250000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.090332031250 0.116210937500 +0.000000000000 0.139648437500 0.000000000000 0.000000000000 +0.257812500000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.019775390625 +0.000000000000 0.017333984375 0.000000000000 0.078613281250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.025146484375 0.000000000000 +0.000000000000 0.109863281250 0.000000000000 0.400390625000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.040283203125 0.087890625000 0.000000000000 +0.080078125000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.187500000000 0.322265625000 +0.239257812500 0.000000000000 0.000000000000 0.000000000000 +0.070800781250 0.000000000000 0.000000000000 0.000000000000 +0.080078125000 0.000000000000 0.173828125000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.024780273438 0.114746093750 +0.000000000000 0.066406250000 0.000000000000 0.000000000000 +0.174804687500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.013366699219 +0.000000000000 0.000000000000 0.034423828125 0.000000000000 +0.000000000000 0.000000000000 0.030273437500 0.000000000000 +0.000000000000 0.067871093750 0.000000000000 0.211914062500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.004730224609 0.000000000000 +0.098144531250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.098144531250 0.273437500000 +0.158203125000 0.000000000000 0.000000000000 0.000000000000 +0.029907226562 0.000000000000 0.000000000000 0.000000000000 +0.011962890625 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.097167968750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.096191406250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.117187500000 0.000000000000 0.042968750000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.005584716797 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.048583984375 0.148437500000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.065917968750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.082519531250 0.000000000000 0.000000000000 0.061035156250 +0.035888671875 0.000000000000 0.027465820312 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.158203125000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.037109375000 +0.000000000000 0.000000000000 0.008239746094 0.025878906250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.046630859375 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.011413574219 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.104003906250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.017333984375 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.072753906250 0.000000000000 0.000000000000 0.109863281250 +0.000000000000 0.000000000000 0.111816406250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.082519531250 +0.000000000000 0.186523437500 0.000000000000 0.052978515625 +0.000000000000 0.000000000000 0.000000000000 0.060791015625 +0.028930664062 0.000000000000 0.060058593750 0.026977539062 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.095703125000 0.036132812500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.018310546875 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.241210937500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.028564453125 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.115722656250 0.000000000000 0.000000000000 0.114257812500 +0.000000000000 0.000000000000 0.124023437500 0.029174804688 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.116210937500 +0.000000000000 0.211914062500 0.000000000000 0.186523437500 +0.000000000000 0.000000000000 0.000000000000 0.066406250000 +0.049072265625 0.000000000000 0.112304687500 0.031250000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.025024414062 0.000000000000 0.192382812500 0.140625000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.079101562500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.298828125000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.098144531250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.129882812500 0.000000000000 0.000000000000 0.147460937500 +0.000000000000 0.000000000000 0.099121093750 0.110839843750 +0.000000000000 0.035888671875 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.157226562500 +0.000000000000 0.239257812500 0.000000000000 0.306640625000 +0.000000000000 0.000000000000 0.000000000000 0.105468750000 +0.018066406250 0.016235351562 0.117187500000 0.032958984375 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.328125000000 0.253906250000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.065429687500 0.000000000000 0.000000000000 0.000000000000 +0.062500000000 0.000000000000 0.347656250000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.202148437500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.120605468750 0.000000000000 0.000000000000 0.136718750000 +0.029418945312 0.000000000000 0.054931640625 0.163085937500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.097656250000 +0.000000000000 0.217773437500 0.020019531250 0.326171875000 +0.000000000000 0.000000000000 0.000000000000 0.236328125000 +0.000000000000 0.024047851562 0.085449218750 0.034423828125 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.343750000000 0.359375000000 +0.074218750000 0.025878906250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.062255859375 0.000000000000 0.253906250000 0.000000000000 +0.025878906250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.091308593750 0.000000000000 0.292968750000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.075195312500 0.000000000000 0.000000000000 0.132812500000 +0.029418945312 0.000000000000 0.000000000000 0.188476562500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000052213669 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.208007812500 0.024414062500 0.263671875000 +0.000000000000 0.000000000000 0.000000000000 0.339843750000 +0.000000000000 0.000000000000 0.008666992188 0.000000000000 +0.027587890625 0.046386718750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.371093750000 0.412109375000 +0.127929687500 0.107910156250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.028198242188 0.000000000000 0.125976562500 0.000000000000 +0.119140625000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.265625000000 0.000000000000 0.310546875000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.013488769531 0.000000000000 0.022949218750 0.080566406250 +0.111816406250 0.000000000000 0.000000000000 0.119628906250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.067871093750 0.000000000000 +0.000000000000 0.000000000000 0.069824218750 0.000000000000 +0.000000000000 0.180664062500 0.000000000000 0.081054687500 +0.000000000000 0.000000000000 0.000000000000 0.445312500000 +0.000000000000 0.004150390625 0.000000000000 0.005645751953 +0.117187500000 0.090820312500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.261718750000 0.392578125000 +0.104003906250 0.183593750000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.066894531250 +0.108398437500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.363281250000 0.000000000000 0.271484375000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.063964843750 0.053222656250 +0.121582031250 0.000000000000 0.000000000000 0.013854980469 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.045654296875 0.000000000000 +0.000000000000 0.000000000000 0.041992187500 0.000000000000 +0.091308593750 0.160156250000 0.000000000000 0.000000000000 +0.000000000000 0.092773437500 0.000000000000 0.437500000000 +0.000000000000 0.000000000000 0.000000000000 0.025634765625 +0.147460937500 0.015319824219 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.104003906250 0.263671875000 +0.000000000000 0.179687500000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.208007812500 +0.015136718750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.375000000000 0.000000000000 0.192382812500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.052734375000 0.010009765625 +0.062500000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.006378173828 +0.000000000000 0.000000000000 0.053466796875 0.000000000000 +0.236328125000 0.098144531250 0.000000000000 0.000000000000 +0.031127929688 0.219726562500 0.000000000000 0.375000000000 +0.000000000000 0.000000000000 0.000000000000 0.017211914062 +0.233398437500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.030883789062 0.000000000000 0.102539062500 +0.000000000000 0.184570312500 0.000000000000 0.000000000000 +0.000000000000 0.004394531250 0.000000000000 0.261718750000 +0.000000000000 0.000000000000 0.000000000000 0.204101562500 +0.000000000000 0.000000000000 0.059570312500 0.000000000000 +0.000000000000 0.310546875000 0.000000000000 0.000000000000 +0.022827148438 0.000000000000 0.000000000000 0.054687500000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.111816406250 0.000000000000 0.000000000000 +0.124023437500 0.003616333008 0.000000000000 0.000000000000 +0.287109375000 0.042480468750 0.000000000000 0.000000000000 +0.133789062500 0.265625000000 0.093261718750 0.129882812500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.236328125000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.031738281250 0.000000000000 0.000000000000 +0.000000000000 0.123046875000 0.000000000000 0.000000000000 +0.000000000000 0.185546875000 0.000000000000 0.484375000000 +0.000000000000 0.000000000000 0.000000000000 0.051757812500 +0.000000000000 0.000000000000 0.130859375000 0.000000000000 +0.000000000000 0.101562500000 0.000000000000 0.000000000000 +0.000000000000 0.140625000000 0.000000000000 0.312500000000 +0.043457031250 0.107421875000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.074218750000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.308593750000 0.000000000000 0.000000000000 +0.159179687500 0.000000000000 0.000000000000 0.000000000000 +0.217773437500 0.000000000000 0.000000000000 0.000000000000 +0.173828125000 0.269531250000 0.195312500000 0.000000000000 +0.155273437500 0.000000000000 0.000000000000 0.000000000000 +0.223632812500 0.000000000000 0.017456054688 0.000000000000 +0.147460937500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.390625000000 0.000000000000 0.562500000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.007476806641 0.199218750000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.306640625000 0.000000000000 0.527343750000 +0.135742187500 0.244140625000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.002166748047 0.000000000000 +0.120605468750 0.000000000000 0.049560546875 0.000000000000 +0.000000000000 0.396484375000 0.000000000000 0.000000000000 +0.104980468750 0.000000000000 0.000000000000 0.000000000000 +0.063964843750 0.000000000000 0.000000000000 0.000000000000 +0.185546875000 0.207031250000 0.236328125000 0.000000000000 +0.277343750000 0.000000000000 0.011657714844 0.014770507812 +0.153320312500 0.000000000000 0.066894531250 0.333984375000 +0.410156250000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.527343750000 0.000000000000 0.589843750000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.079589843750 0.232421875000 0.000000000000 +0.000000000000 0.000000000000 0.080566406250 0.000000000000 +0.000000000000 0.404296875000 0.000000000000 0.695312500000 +0.190429687500 0.378906250000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.182617187500 0.000000000000 0.076660156250 0.000000000000 +0.000000000000 0.447265625000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.181640625000 0.136718750000 0.251953125000 0.000000000000 +0.339843750000 0.000000000000 0.108886718750 0.026977539062 +0.111328125000 0.000000000000 0.156250000000 0.699218750000 +0.613281250000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.061767578125 0.593750000000 0.000000000000 0.511718750000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.153320312500 0.255859375000 0.200195312500 +0.000000000000 0.000000000000 0.291015625000 0.000000000000 +0.000000000000 0.445312500000 0.000000000000 0.746093750000 +0.188476562500 0.386718750000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.169921875000 0.000000000000 0.073242187500 0.007385253906 +0.000000000000 0.449218750000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.149414062500 0.044921875000 0.237304687500 0.000000000000 +0.298828125000 0.000000000000 0.175781250000 0.000000000000 +0.044189453125 0.000000000000 0.142578125000 0.984375000000 +0.671875000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.076171875000 0.609375000000 0.000000000000 0.232421875000 +0.102050781250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.144531250000 0.257812500000 0.337890625000 +0.000000000000 0.000000000000 0.361328125000 0.000000000000 +0.000000000000 0.386718750000 0.000000000000 0.734375000000 +0.165039062500 0.306640625000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.099121093750 0.000000000000 0.000000000000 0.160156250000 +0.047119140625 0.341796875000 0.049316406250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.033935546875 0.000000000000 0.179687500000 0.000000000000 +0.106933593750 0.000000000000 0.200195312500 0.000000000000 +0.000000000000 0.000000000000 0.140625000000 1.031250000000 +0.628906250000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.016845703125 0.566406250000 0.000000000000 0.000000000000 +0.228515625000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.142578125000 0.271484375000 0.400390625000 +0.000000000000 0.000000000000 0.335937500000 0.000000000000 +0.000000000000 0.287109375000 0.000000000000 0.644531250000 +0.109863281250 0.083496093750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.030395507812 0.000000000000 0.000000000000 0.244140625000 +0.036621093750 0.179687500000 0.190429687500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.146484375000 0.000000000000 +0.000000000000 0.000000000000 0.185546875000 0.033203125000 +0.000000000000 0.000000000000 0.091308593750 0.988281250000 +0.466796875000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.445312500000 0.000000000000 0.000000000000 +0.257812500000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.146484375000 0.279296875000 0.380859375000 +0.000000000000 0.000000000000 0.273437500000 0.000000000000 +0.000000000000 0.133789062500 0.000000000000 0.437500000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.018432617188 0.000000000000 0.000000000000 0.189453125000 +0.118652343750 0.024536132812 0.214843750000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.087890625000 0.000000000000 +0.000000000000 0.000000000000 0.091308593750 0.000000000000 +0.000000000000 0.013061523438 0.041259765625 0.773437500000 +0.227539062500 0.021240234375 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.312500000000 0.000000000000 0.000000000000 +0.230468750000 0.000000000000 0.000000000000 0.000000000000 +0.091308593750 0.099121093750 0.265625000000 0.333984375000 +0.000000000000 0.000000000000 0.128906250000 0.000000000000 +0.060791015625 0.000000000000 0.000000000000 0.289062500000 +0.000000000000 0.000000000000 0.028442382812 0.000000000000 +0.057861328125 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.126953125000 +0.117187500000 0.000000000000 0.247070312500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.072753906250 0.000000000000 +0.000000000000 0.018432617188 0.042236328125 0.000000000000 +0.000000000000 0.000000000000 0.038085937500 0.034912109375 +0.000000000000 0.131835937500 0.000000000000 0.417968750000 +0.000000000000 0.222656250000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.095703125000 +0.000000000000 0.086914062500 0.024169921875 0.000000000000 +0.126953125000 0.000000000000 0.000000000000 0.000000000000 +0.133789062500 0.120117187500 0.235351562500 0.182617187500 +0.000000000000 0.162109375000 0.000000000000 0.068847656250 +0.101074218750 0.000000000000 0.000000000000 0.080078125000 +0.000000000000 0.000000000000 0.212890625000 0.000000000000 +0.113281250000 0.000000000000 0.000000000000 0.027099609375 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.025024414062 0.000000000000 0.213867187500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.086425781250 0.000000000000 +0.000000000000 0.083984375000 0.011474609375 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000755310059 +0.000000000000 0.154296875000 0.000000000000 0.035156250000 +0.000000000000 0.375000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.097167968750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.138671875000 0.033691406250 0.239257812500 0.103515625000 +0.010742187500 0.225585937500 0.000000000000 0.088867187500 +0.021484375000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.242187500000 0.006378173828 +0.242187500000 0.031738281250 0.000000000000 0.001281738281 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.043212890625 0.000000000000 0.102050781250 0.000000000000 +0.058105468750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.098632812500 0.000000000000 +0.000000000000 0.113281250000 0.003295898438 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.045898437500 +0.000000000000 0.135742187500 0.000000000000 0.000000000000 +0.000000000000 0.406250000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.032470703125 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.011718750000 +0.055175781250 0.000000000000 0.083496093750 0.000000000000 +0.000000000000 0.228515625000 0.000000000000 0.080078125000 +0.050537109375 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.243164062500 0.120605468750 +0.201171875000 0.023437500000 0.004302978516 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.203125000000 0.000000000000 0.000000000000 0.000000000000 +0.025146484375 0.080566406250 0.045410156250 0.000000000000 +0.000000000000 0.125000000000 0.001838684082 0.183593750000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.363281250000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.020751953125 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.092773437500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.181640625000 0.000000000000 0.031494140625 +0.005828857422 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.139648437500 0.128906250000 +0.108398437500 0.000000000000 0.079589843750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.248046875000 0.000000000000 0.000000000000 0.000000000000 +0.104492187500 0.147460937500 0.000000000000 0.000000000000 +0.000000000000 0.111328125000 0.000000000000 0.205078125000 +0.000000000000 0.000000000000 0.000000000000 0.002380371094 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.140625000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.018920898438 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.043212890625 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.058593750000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.009948730469 0.000000000000 0.000000000000 0.072265625000 +0.000000000000 0.000000000000 0.077636718750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.142578125000 0.000000000000 0.000000000000 0.000000000000 +0.138671875000 0.141601562500 0.000000000000 0.000000000000 +0.000000000000 0.076660156250 0.000000000000 0.160156250000 +0.069824218750 0.000000000000 0.000000000000 0.016479492188 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.038330078125 0.000000000000 0.023559570312 +0.086914062500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.068847656250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.005920410156 0.113281250000 0.000000000000 0.000000000000 +0.000000000000 0.005554199219 0.000000000000 0.000000000000 +0.049072265625 0.000000000000 0.004577636719 0.000000000000 +0.031738281250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.007873535156 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.128906250000 0.000000000000 0.111328125000 +0.090820312500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.021362304688 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000177383423 0.000000000000 0.000000000000 +0.014648437500 0.019775390625 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.052734375000 +0.181640625000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.055419921875 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.143554687500 0.000000000000 0.014099121094 +0.000000000000 0.066894531250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.003997802734 0.000572204590 0.000000000000 +0.000000000000 0.135742187500 0.000000000000 0.147460937500 +0.050537109375 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.052734375000 0.130859375000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.058837890625 0.070312500000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.017822265625 +0.238281250000 0.000000000000 0.000000000000 0.085449218750 +0.000000000000 0.000000000000 0.000000000000 0.030639648438 +0.021484375000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.251953125000 0.000000000000 0.000000000000 +0.000000000000 0.106445312500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.173828125000 0.000000000000 +0.000000000000 0.072265625000 0.000000000000 0.000000000000 +0.014770507812 0.027221679688 0.000000000000 0.194335937500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.054931640625 0.188476562500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.074218750000 0.113769531250 0.068359375000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.007812500000 +0.152343750000 0.000000000000 0.000000000000 0.107910156250 +0.000000000000 0.071777343750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.047851562500 +0.000000000000 0.257812500000 0.000000000000 0.000000000000 +0.000000000000 0.075683593750 0.000000000000 0.000000000000 +0.000000000000 0.129882812500 0.300781250000 0.000000000000 +0.000000000000 0.112304687500 0.000000000000 0.000000000000 +0.040527343750 0.000000000000 0.000000000000 0.187500000000 +0.000000000000 0.000000000000 0.050292968750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.001197814941 0.175781250000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.067871093750 0.173828125000 0.080078125000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.027709960938 +0.047607421875 0.000000000000 0.007598876953 0.075195312500 +0.000000000000 0.253906250000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.033447265625 +0.000000000000 0.170898437500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.145507812500 0.330078125000 0.068847656250 +0.000000000000 0.102539062500 0.000000000000 0.000000000000 +0.021118164062 0.000000000000 0.000000000000 0.160156250000 +0.000000000000 0.000000000000 0.069335937500 0.000000000000 +0.027465820312 0.085937500000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.068359375000 0.000000000000 +0.038085937500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.172851562500 0.105957031250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.314453125000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.007720947266 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.104492187500 0.279296875000 0.132812500000 +0.000000000000 0.025512695312 0.000000000000 0.000000000000 +0.006042480469 0.000000000000 0.000000000000 0.136718750000 +0.000000000000 0.000000000000 0.077636718750 0.000000000000 +0.030395507812 0.131835937500 0.027832031250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.223632812500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.131835937500 0.089843750000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.043212890625 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.006256103516 0.289062500000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.104492187500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.112792968750 0.077148437500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.089843750000 +0.000000000000 0.000000000000 0.019897460938 0.000000000000 +0.000000000000 0.039306640625 0.103515625000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.182617187500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.023681640625 0.000000000000 0.000000000000 +0.000000000000 0.065429687500 0.071777343750 0.000000000000 +0.021240234375 0.000000000000 0.057617187500 0.034667968750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.110351562500 0.094238281250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.096679687500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.079101562500 +0.059814453125 0.000000000000 0.000000000000 0.012084960938 +0.000000000000 0.000000000000 0.147460937500 0.000000000000 +0.000000000000 0.000000000000 0.043945312500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.078613281250 0.000000000000 0.000000000000 0.035156250000 +0.000000000000 0.061767578125 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.004608154297 0.000000000000 +0.125000000000 0.000000000000 0.112792968750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.155273437500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.055908203125 0.000000000000 +0.009765625000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.041992187500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.031738281250 0.000000000000 0.049316406250 +0.161132812500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.127929687500 0.000000000000 +0.000000000000 0.000000000000 0.049804687500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000793457031 +0.000000000000 0.088378906250 0.000000000000 0.103515625000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.140625000000 0.000000000000 0.129882812500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.196289062500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.074707031250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.131835937500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.099609375000 0.000000000000 0.032714843750 +0.206054687500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.108398437500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.083007812500 0.000000000000 0.178710937500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.126953125000 0.000000000000 0.133789062500 0.002441406250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.171875000000 0.000000000000 0.000000000000 0.046142578125 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.102539062500 0.000000000000 0.000000000000 0.000000000000 +0.003387451172 0.000000000000 0.165039062500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.032470703125 0.000000000000 +0.000000000000 0.100585937500 0.000000000000 0.019287109375 +0.189453125000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.046875000000 0.000000000000 +0.000000000000 0.011901855469 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.063964843750 0.000000000000 0.197265625000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.072753906250 0.000000000000 0.123046875000 0.002944946289 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.150390625000 0.000000000000 0.047851562500 0.120117187500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.106445312500 0.000000000000 0.000000000000 0.000000000000 +0.110351562500 0.000000000000 0.150390625000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.064453125000 0.029907226562 +0.000000000000 0.045654296875 0.000000000000 0.000000000000 +0.141601562500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.025878906250 +0.000000000000 0.000000000000 0.000000000000 0.013244628906 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.038818359375 0.000000000000 0.209960937500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.098144531250 0.034667968750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.059082031250 0.000000000000 0.104980468750 0.180664062500 +0.019409179688 0.000000000000 0.000000000000 0.000000000000 +0.022949218750 0.000000000000 0.000000000000 0.000000000000 +0.135742187500 0.000000000000 0.072265625000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.024047851562 0.134765625000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.076171875000 0.000000000000 0.000000000000 0.000000000000 +0.023681640625 0.000000000000 0.000000000000 0.122070312500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.070800781250 0.035156250000 0.190429687500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.064941406250 0.021850585938 +0.000000000000 0.035400390625 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.126953125000 0.213867187500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.121582031250 0.000000000000 0.029785156250 0.000000000000 +0.028930664062 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.217773437500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.001350402832 0.000000000000 0.019897460938 0.113281250000 +0.138671875000 0.000000000000 0.000000000000 0.181640625000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.131835937500 0.145507812500 0.130859375000 +0.000000000000 0.000000000000 0.000000000000 0.151367187500 +0.000000000000 0.000000000000 0.028564453125 0.000000000000 +0.000000000000 0.101074218750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.174804687500 0.231445312500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.063476562500 0.000000000000 0.035400390625 0.000000000000 +0.130859375000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.149414062500 0.000000000000 0.273437500000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.112792968750 0.191406250000 +0.216796875000 0.000000000000 0.000000000000 0.244140625000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.045654296875 +0.000000000000 0.196289062500 0.192382812500 0.063476562500 +0.000000000000 0.000000000000 0.000000000000 0.382812500000 +0.000000000000 0.000000000000 0.000000000000 0.034423828125 +0.000000000000 0.117675781250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.259765625000 0.267578125000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.023803710938 0.011962890625 +0.150390625000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.242187500000 0.000000000000 0.330078125000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.164062500000 0.269531250000 +0.251953125000 0.000000000000 0.000000000000 0.228515625000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.095703125000 +0.000000000000 0.000000000000 0.000000000000 0.046142578125 +0.000000000000 0.279296875000 0.205078125000 0.018432617188 +0.000000000000 0.000000000000 0.000000000000 0.597656250000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.100585937500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.306640625000 0.283203125000 +0.000000000000 0.083984375000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.042968750000 0.131835937500 +0.118652343750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.292968750000 0.000000000000 0.308593750000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.139648437500 0.285156250000 +0.238281250000 0.000000000000 0.000000000000 0.160156250000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.113769531250 +0.000000000000 0.000000000000 0.000000000000 0.024536132812 +0.137695312500 0.316406250000 0.061279296875 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.683593750000 +0.000000000000 0.030761718750 0.000000000000 0.019775390625 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.296875000000 0.267578125000 +0.000000000000 0.203125000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.100585937500 0.189453125000 +0.033447265625 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.298828125000 0.000000000000 0.267578125000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.117675781250 0.259765625000 +0.142578125000 0.000000000000 0.000000000000 0.061279296875 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.105957031250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.198242187500 0.318359375000 0.000000000000 0.000000000000 +0.000000000000 0.030029296875 0.000000000000 0.710937500000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.013793945312 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.269531250000 0.236328125000 +0.000000000000 0.291015625000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.064453125000 0.209960937500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.273437500000 0.000000000000 0.193359375000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.033203125000 0.186523437500 +0.073242187500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.027587890625 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.204101562500 0.279296875000 0.000000000000 0.000000000000 +0.000000000000 0.045654296875 0.000000000000 0.609375000000 +0.000000000000 0.000000000000 0.000000000000 0.004516601562 +0.062011718750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.203125000000 0.178710937500 +0.000000000000 0.267578125000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.061767578125 0.118164062500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.187500000000 0.000000000000 0.120605468750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.032226562500 0.000000000000 0.000000000000 0.095214843750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.169921875000 0.220703125000 0.000000000000 0.000000000000 +0.000000000000 0.060058593750 0.000000000000 0.425781250000 +0.000000000000 0.000000000000 0.000000000000 0.003723144531 +0.103515625000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.099121093750 0.122558593750 +0.000000000000 0.196289062500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.020141601562 0.000972747803 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.106445312500 0.000000000000 0.041015625000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.038330078125 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.113769531250 0.140625000000 0.000000000000 0.000000000000 +0.000000000000 0.048583984375 0.000000000000 0.202148437500 +0.000000000000 0.000000000000 0.000000000000 0.011169433594 +0.128906250000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.010314941406 0.077148437500 +0.000000000000 0.104980468750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.050292968750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.015991210938 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.025146484375 0.000000000000 0.000000000000 +0.000000000000 0.044921875000 0.000000000000 0.001205444336 +0.000000000000 0.000000000000 0.000000000000 0.013977050781 +0.108886718750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.048095703125 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.077636718750 0.000000000000 0.015991210938 +0.000000000000 0.000000000000 0.000000000000 0.024902343750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.061523437500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.053710937500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.039794921875 +0.087890625000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.038085937500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.002380371094 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.014526367188 0.000000000000 +0.000000000000 0.168945312500 0.000000000000 0.043945312500 +0.000000000000 0.000000000000 0.000000000000 0.028930664062 +0.000000000000 0.000000000000 0.057128906250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.145507812500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.086914062500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.006408691406 +0.053710937500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.095214843750 0.000000000000 0.026611328125 +0.000000000000 0.000000000000 0.000000000000 0.056396484375 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.001365661621 0.000000000000 0.000000000000 +0.126953125000 0.008850097656 0.130859375000 0.000000000000 +0.000000000000 0.291015625000 0.000000000000 0.091796875000 +0.011474609375 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.136718750000 0.000000000000 +0.125976562500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.175781250000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.128906250000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.017333984375 +0.000000000000 0.054443359375 0.000000000000 0.000000000000 +0.000000000000 0.296875000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.136718750000 +0.000000000000 0.000000000000 0.035644531250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.174804687500 0.036376953125 0.168945312500 0.000000000000 +0.020263671875 0.392578125000 0.000000000000 0.119140625000 +0.110351562500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.227539062500 0.000000000000 +0.170898437500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.161132812500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.204101562500 0.019287109375 0.032470703125 +0.000000000000 0.000000000000 0.000000000000 0.006256103516 +0.000000000000 0.046630859375 0.000000000000 0.000000000000 +0.000000000000 0.441406250000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.142578125000 +0.000000000000 0.000000000000 0.008056640625 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.143554687500 0.060058593750 0.213867187500 0.000000000000 +0.018066406250 0.419921875000 0.000000000000 0.100585937500 +0.081054687500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.265625000000 0.000000000000 +0.171875000000 0.001533508301 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.086914062500 0.002685546875 +0.133789062500 0.000000000000 0.000000000000 0.000000000000 +0.019287109375 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.242187500000 0.031250000000 0.113769531250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.486328125000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.081542968750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.043212890625 +0.010559082031 0.037841796875 0.207031250000 0.000000000000 +0.000000000000 0.359375000000 0.000000000000 0.033691406250 +0.062011718750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.243164062500 0.007019042969 +0.163085937500 0.073242187500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.011291503906 +0.351562500000 0.000000000000 0.000000000000 0.000000000000 +0.111816406250 0.029296875000 0.000000000000 0.000000000000 +0.000000000000 0.246093750000 0.062011718750 0.131835937500 +0.000000000000 0.000000000000 0.000000000000 0.025756835938 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.462890625000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.044433593750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.069335937500 +0.000000000000 0.000000000000 0.102539062500 0.000000000000 +0.000000000000 0.196289062500 0.000000000000 0.000000000000 +0.011474609375 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.161132812500 0.055419921875 +0.065917968750 0.094238281250 0.086425781250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.425781250000 0.000000000000 0.000000000000 0.000000000000 +0.125000000000 0.084472656250 0.000000000000 0.000000000000 +0.000000000000 0.193359375000 0.061279296875 0.086425781250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.285156250000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.105957031250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.045166015625 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.041992187500 +0.008056640625 0.000000000000 0.000000000000 0.060058593750 +0.000000000000 0.011108398438 0.149414062500 0.000000000000 +0.000000000000 0.000000000000 0.078613281250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.339843750000 0.000000000000 0.000000000000 0.000000000000 +0.118652343750 0.110351562500 0.000000000000 0.000000000000 +0.000000000000 0.106933593750 0.051025390625 0.000000000000 +0.165039062500 0.000000000000 0.040771484375 0.000793457031 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.089843750000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.089355468750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.010009765625 +0.000000000000 0.000000000000 0.021484375000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.082031250000 0.000000000000 0.110351562500 +0.138671875000 0.000000000000 0.000000000000 0.032226562500 +0.000000000000 0.000000000000 0.163085937500 0.000000000000 +0.000000000000 0.000000000000 0.111328125000 0.000000000000 +0.000000000000 0.032470703125 0.000000000000 0.000000000000 +0.103027343750 0.000000000000 0.000000000000 0.000000000000 +0.028442382812 0.093261718750 0.000000000000 0.000000000000 +0.000000000000 0.010070800781 0.016723632812 0.000000000000 +0.255859375000 0.000000000000 0.086425781250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.209960937500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.099121093750 0.000000000000 0.000000000000 0.002029418945 +0.000000000000 0.000000000000 0.080566406250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.174804687500 0.000000000000 0.144531250000 +0.198242187500 0.013000488281 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.097167968750 0.000000000000 +0.000000000000 0.042968750000 0.059814453125 0.000000000000 +0.000000000000 0.041992187500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.044433593750 0.000000000000 0.080078125000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.267578125000 0.000000000000 0.126953125000 0.058105468750 +0.000000000000 0.000000000000 0.000000000000 0.065917968750 +0.269531250000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.083007812500 0.000000000000 0.000000000000 0.000000000000 +0.009521484375 0.000000000000 0.125976562500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.111816406250 0.000000000000 +0.000000000000 0.197265625000 0.000000000000 0.171875000000 +0.218750000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.017700195312 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.009216308594 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.135742187500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.133789062500 0.000000000000 0.129882812500 0.007659912109 +0.014343261719 0.000000000000 0.000000000000 0.208984375000 +0.246093750000 0.000000000000 0.000000000000 0.073242187500 +0.027343750000 0.000000000000 0.000000000000 0.000000000000 +0.037109375000 0.001426696777 0.000000000000 0.000000000000 +0.117675781250 0.000000000000 0.001449584961 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.125976562500 0.000000000000 +0.000000000000 0.152343750000 0.000000000000 0.135742187500 +0.143554687500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.084960937500 +0.000000000000 0.000000000000 0.080078125000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.128906250000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.087890625000 0.037109375000 +0.055175781250 0.000000000000 0.000000000000 0.227539062500 +0.078125000000 0.000000000000 0.000000000000 0.123046875000 +0.080566406250 0.000000000000 0.000000000000 0.000000000000 +0.006652832031 0.052734375000 0.000000000000 0.000000000000 +0.112304687500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.075683593750 0.021118164062 +0.000000000000 0.086425781250 0.000000000000 0.050292968750 +0.085937500000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.055908203125 +0.000000000000 0.000000000000 0.128906250000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.004974365234 +0.064941406250 0.000000000000 0.000000000000 0.133789062500 +0.000000000000 0.000000000000 0.000000000000 0.095703125000 +0.043701171875 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.016967773438 0.000000000000 0.000000000000 +0.025024414062 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.001678466797 0.000000000000 +0.000000000000 0.008850097656 0.000000000000 0.007720947266 +0.000000000000 0.000000000000 0.000000000000 0.037109375000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.104492187500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.041748046875 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.027221679688 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.013977050781 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.056640625000 0.000000000000 +0.000000000000 0.031982421875 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000694274902 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000766754150 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.063476562500 0.004425048828 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.020996093750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.033691406250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.015747070312 +0.004150390625 0.000000000000 0.000000000000 0.020751953125 +0.007324218750 0.000000000000 0.073730468750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.120605468750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.041748046875 0.000000000000 0.000000000000 +0.000000000000 0.069335937500 0.050537109375 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.013122558594 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.041992187500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.004302978516 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.028442382812 0.000000000000 0.103515625000 +0.138671875000 0.000000000000 0.000000000000 0.005096435547 +0.000000000000 0.000000000000 0.166992187500 0.000000000000 +0.000000000000 0.000000000000 0.117187500000 0.000000000000 +0.000000000000 0.012084960938 0.000000000000 0.000000000000 +0.140625000000 0.000000000000 0.000000000000 0.000000000000 +0.032958984375 0.091796875000 0.000000000000 0.000000000000 +0.000000000000 0.027221679688 0.033203125000 0.000000000000 +0.277343750000 0.000000000000 0.092285156250 0.010803222656 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.243164062500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.122070312500 0.000000000000 0.000000000000 0.073242187500 +0.000000000000 0.000000000000 0.110839843750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.170898437500 0.000000000000 0.183593750000 +0.257812500000 0.120117187500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.209960937500 0.000000000000 +0.000000000000 0.014953613281 0.238281250000 0.000000000000 +0.000000000000 0.097656250000 0.000000000000 0.000000000000 +0.038818359375 0.000000000000 0.000000000000 0.000000000000 +0.008483886719 0.086425781250 0.000000000000 0.044189453125 +0.000000000000 0.000000000000 0.045898437500 0.000000000000 +0.478515625000 0.000000000000 0.178710937500 0.036621093750 +0.000000000000 0.000000000000 0.000000000000 0.003448486328 +0.455078125000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.211914062500 0.000000000000 0.000000000000 0.036376953125 +0.000000000000 0.000000000000 0.246093750000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.100585937500 0.000000000000 +0.000000000000 0.324218750000 0.000000000000 0.217773437500 +0.355468750000 0.131835937500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.217773437500 0.000000000000 +0.000000000000 0.109375000000 0.296875000000 0.000000000000 +0.000000000000 0.101562500000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.021118164062 +0.000000000000 0.076660156250 0.000000000000 0.316406250000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.498046875000 0.000000000000 0.259765625000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.224609375000 +0.562500000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.312500000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.332031250000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.211914062500 0.000000000000 +0.000000000000 0.376953125000 0.000000000000 0.228515625000 +0.400390625000 0.119140625000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.187500000000 0.000000000000 +0.000000000000 0.191406250000 0.271484375000 0.058837890625 +0.000000000000 0.069335937500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.012512207031 +0.000000000000 0.058105468750 0.000000000000 0.490234375000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.490234375000 0.000000000000 0.306640625000 0.022583007812 +0.000000000000 0.000000000000 0.000000000000 0.373046875000 +0.589843750000 0.000000000000 0.000000000000 0.030395507812 +0.031250000000 0.000000000000 0.000000000000 0.000000000000 +0.314453125000 0.000000000000 0.000000000000 0.000000000000 +0.152343750000 0.000000000000 0.378906250000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.330078125000 0.000000000000 +0.000000000000 0.408203125000 0.000000000000 0.217773437500 +0.402343750000 0.062255859375 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.117675781250 0.000000000000 +0.000000000000 0.134765625000 0.097656250000 0.216796875000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.503906250000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.347656250000 0.000000000000 0.283203125000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.468750000000 +0.492187500000 0.000000000000 0.036376953125 0.166992187500 +0.229492187500 0.000000000000 0.000000000000 0.000000000000 +0.302734375000 0.000000000000 0.000000000000 0.000000000000 +0.300781250000 0.000000000000 0.294921875000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.357421875000 0.000000000000 +0.000000000000 0.300781250000 0.000000000000 0.148437500000 +0.318359375000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.019775390625 +0.000000000000 0.076171875000 0.000000000000 0.294921875000 +0.000000000000 0.000000000000 0.054687500000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.490234375000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.032226562500 0.000000000000 0.231445312500 0.026367187500 +0.001266479492 0.000000000000 0.000000000000 0.441406250000 +0.298828125000 0.000000000000 0.069824218750 0.251953125000 +0.253906250000 0.000000000000 0.000000000000 0.000000000000 +0.187500000000 0.000000000000 0.000000000000 0.000000000000 +0.308593750000 0.000000000000 0.118652343750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.267578125000 0.088867187500 +0.000000000000 0.156250000000 0.000000000000 0.004425048828 +0.216796875000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.107421875000 +0.000000000000 0.000000000000 0.000000000000 0.298828125000 +0.000000000000 0.000000000000 0.139648437500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.376953125000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.117675781250 0.012512207031 +0.000000000000 0.104980468750 0.000000000000 0.269531250000 +0.059814453125 0.000000000000 0.025878906250 0.261718750000 +0.224609375000 0.000000000000 0.000000000000 0.000000000000 +0.050781250000 0.000000000000 0.000000000000 0.000000000000 +0.259765625000 0.000000000000 0.000000000000 0.000000000000 +0.045166015625 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.101074218750 0.174804687500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.049072265625 0.000000000000 0.000000000000 0.000000000000 +0.084472656250 0.000000000000 0.000000000000 0.131835937500 +0.000000000000 0.000000000000 0.000000000000 0.120117187500 +0.000000000000 0.000000000000 0.132812500000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.009033203125 0.075683593750 0.186523437500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.025390625000 0.000000000000 +0.000000000000 0.166992187500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.034179687500 0.236328125000 +0.077636718750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.116210937500 0.000000000000 0.000000000000 0.000000000000 +0.134765625000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.156250000000 0.000000000000 0.229492187500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.082519531250 0.041259765625 +0.163085937500 0.000000000000 0.000000000000 0.142578125000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.089843750000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.070312500000 0.085937500000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.142578125000 +0.000000000000 0.000000000000 0.000000000000 0.002136230469 +0.000000000000 0.135742187500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.031250000000 0.213867187500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.132812500000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.238281250000 0.000000000000 0.225585937500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.141601562500 0.127929687500 +0.193359375000 0.000000000000 0.000000000000 0.085937500000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.018066406250 0.013732910156 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.157226562500 0.042968750000 0.000000000000 +0.000000000000 0.040039062500 0.000000000000 0.337890625000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.087402343750 0.000000000000 0.000000000000 +0.000000000000 0.017578125000 0.041992187500 0.146484375000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.098144531250 +0.009338378906 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.242187500000 0.000000000000 0.174804687500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.117187500000 0.153320312500 +0.164062500000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.032226562500 +0.019287109375 0.000000000000 0.000000000000 0.000000000000 +0.109863281250 0.199218750000 0.000000000000 0.000000000000 +0.000000000000 0.060791015625 0.000000000000 0.378906250000 +0.000000000000 0.000000000000 0.000000000000 0.026855468750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.005584716797 0.011535644531 0.067382812500 +0.000000000000 0.015991210938 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.116210937500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.164062500000 0.000000000000 0.092773437500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.051513671875 0.156250000000 +0.061523437500 0.000000000000 0.048095703125 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.068847656250 0.000000000000 0.000000000000 0.000000000000 +0.149414062500 0.207031250000 0.000000000000 0.000000000000 +0.000000000000 0.066894531250 0.000000000000 0.357421875000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.030395507812 0.014648437500 +0.000000000000 0.073730468750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.003845214844 0.082031250000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.071777343750 0.000000000000 0.019287109375 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.044433593750 0.000000000000 0.000000000000 0.070800781250 +0.000000000000 0.000000000000 0.032714843750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.125976562500 0.173828125000 0.000000000000 0.000000000000 +0.000000000000 0.047119140625 0.000000000000 0.235351562500 +0.013793945312 0.000000000000 0.000000000000 0.000000000000 +0.004608154297 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.009826660156 +0.000000000000 0.088378906250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.037353515625 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.073242187500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.018066406250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.031982421875 0.119628906250 0.000000000000 0.000000000000 +0.000000000000 0.005065917969 0.000000000000 0.025390625000 +0.022338867188 0.000000000000 0.000000000000 0.000000000000 +0.029052734375 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.034423828125 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.023437500000 +0.065429687500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.022460937500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.033935546875 +0.062988281250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.106445312500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.022460937500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.072265625000 0.000000000000 0.047851562500 +0.000000000000 0.000000000000 0.000000000000 0.013549804688 +0.003448486328 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.141601562500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.007598876953 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.003250122070 +0.094238281250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.123046875000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.060791015625 0.029663085938 0.000000000000 0.000000000000 +0.052490234375 0.000000000000 0.003814697266 0.000000000000 +0.000000000000 0.210937500000 0.000000000000 0.099121093750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.068847656250 0.000000000000 +0.068359375000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.189453125000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.060302734375 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.058593750000 0.097656250000 0.000000000000 0.000000000000 +0.000000000000 0.100097656250 0.000000000000 0.101562500000 +0.000000000000 0.000000000000 0.000000000000 0.134765625000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.035644531250 0.000000000000 0.000000000000 0.000000000000 +0.172851562500 0.000000000000 0.084472656250 0.000000000000 +0.000000000000 0.304687500000 0.000000000000 0.152343750000 +0.032958984375 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.225585937500 0.000000000000 +0.188476562500 0.000000000000 0.000000000000 0.026367187500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.180664062500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.055175781250 0.000000000000 +0.000000000000 0.104492187500 0.000000000000 0.031738281250 +0.000000000000 0.000000000000 0.000000000000 0.015075683594 +0.000000000000 0.126953125000 0.000000000000 0.000000000000 +0.000000000000 0.335937500000 0.000000000000 0.022583007812 +0.000000000000 0.000000000000 0.000000000000 0.136718750000 +0.000000000000 0.000000000000 0.051025390625 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.230468750000 0.000000000000 0.094238281250 0.000000000000 +0.036376953125 0.384765625000 0.000000000000 0.176757812500 +0.039062500000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.292968750000 0.016235351562 +0.275390625000 0.000000000000 0.000000000000 0.036865234375 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.095214843750 0.007995605469 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.102539062500 0.000000000000 +0.000000000000 0.137695312500 0.000000000000 0.244140625000 +0.000000000000 0.000000000000 0.000000000000 0.035400390625 +0.000000000000 0.104492187500 0.000000000000 0.000000000000 +0.000000000000 0.412109375000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.083007812500 +0.000000000000 0.000000000000 0.039794921875 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.023681640625 +0.187500000000 0.000000000000 0.019287109375 0.000000000000 +0.016113281250 0.435546875000 0.000000000000 0.187500000000 +0.041259765625 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.320312500000 0.093261718750 +0.259765625000 0.000000000000 0.000000000000 0.016479492188 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.011108398438 0.052246093750 +0.093261718750 0.000000000000 0.000000000000 0.000000000000 +0.038330078125 0.080566406250 0.069335937500 0.000000000000 +0.000000000000 0.163085937500 0.000000000000 0.392578125000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.018432617188 0.000000000000 0.000000000000 +0.000000000000 0.427734375000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.026489257812 +0.000000000000 0.000000000000 0.070312500000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.039306640625 +0.163085937500 0.000000000000 0.000000000000 0.000000000000 +0.041992187500 0.437500000000 0.000000000000 0.176757812500 +0.029785156250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.310546875000 0.118652343750 +0.251953125000 0.000000000000 0.000000000000 0.012145996094 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.098632812500 +0.127929687500 0.000000000000 0.000000000000 0.000000000000 +0.064453125000 0.111328125000 0.026733398438 0.000000000000 +0.000000000000 0.153320312500 0.000000000000 0.482421875000 +0.000000000000 0.000000000000 0.000000000000 0.012817382812 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.363281250000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.075195312500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.082031250000 +0.121582031250 0.000000000000 0.000000000000 0.000000000000 +0.032470703125 0.435546875000 0.000000000000 0.184570312500 +0.021728515625 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.261718750000 0.125976562500 +0.225585937500 0.000000000000 0.000000000000 0.001945495605 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.069824218750 +0.107421875000 0.000000000000 0.000000000000 0.000000000000 +0.081054687500 0.127929687500 0.000000000000 0.000000000000 +0.000000000000 0.150390625000 0.000000000000 0.511718750000 +0.000000000000 0.000000000000 0.000000000000 0.010375976562 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.296875000000 0.000000000000 0.057861328125 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.045166015625 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.095703125000 +0.140625000000 0.000000000000 0.000000000000 0.000000000000 +0.003555297852 0.447265625000 0.000000000000 0.205078125000 +0.054199218750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.242187500000 0.100097656250 +0.177734375000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.020385742188 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.114257812500 0.107910156250 0.000000000000 0.000000000000 +0.000000000000 0.169921875000 0.000000000000 0.480468750000 +0.000000000000 0.000000000000 0.000000000000 0.004241943359 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.237304687500 0.000000000000 0.074707031250 +0.000000000000 0.050048828125 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.041503906250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.093261718750 +0.102539062500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.480468750000 0.000000000000 0.182617187500 +0.022460937500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.210937500000 0.024780273438 +0.131835937500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.002624511719 0.047119140625 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.140625000000 0.085937500000 0.000000000000 0.000000000000 +0.000000000000 0.190429687500 0.000000000000 0.447265625000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.049560546875 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.236328125000 0.000000000000 0.055175781250 +0.000000000000 0.057861328125 0.000000000000 0.003326416016 +0.000000000000 0.000000000000 0.035644531250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.012512207031 +0.096191406250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.453125000000 0.000000000000 0.128906250000 +0.000843048096 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.225585937500 0.000000000000 +0.141601562500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.017456054688 0.042968750000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.089843750000 0.026611328125 0.000000000000 0.000000000000 +0.000000000000 0.206054687500 0.000000000000 0.361328125000 +0.000000000000 0.000000000000 0.000000000000 0.003875732422 +0.022827148438 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.310546875000 0.000000000000 0.001358032227 +0.000000000000 0.000000000000 0.000000000000 0.013732910156 +0.000000000000 0.000000000000 0.002166748047 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.005889892578 +0.063476562500 0.000000000000 0.055175781250 0.000000000000 +0.003387451172 0.427734375000 0.000000000000 0.098632812500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.239257812500 0.015991210938 +0.166015625000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.035888671875 +0.114257812500 0.000000000000 0.000000000000 0.000000000000 +0.060058593750 0.046142578125 0.000000000000 0.000000000000 +0.000000000000 0.194335937500 0.000000000000 0.283203125000 +0.000000000000 0.000000000000 0.000000000000 0.001838684082 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.328125000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.018310546875 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.026855468750 0.000000000000 0.032958984375 0.000000000000 +0.000000000000 0.318359375000 0.000000000000 0.078125000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.243164062500 0.102539062500 +0.183593750000 0.004791259766 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.056640625000 +0.230468750000 0.000000000000 0.000000000000 0.000000000000 +0.042968750000 0.103515625000 0.000000000000 0.000000000000 +0.000000000000 0.155273437500 0.000000000000 0.287109375000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.302734375000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.004180908203 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.007568359375 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.179687500000 0.000000000000 0.080566406250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.209960937500 0.204101562500 +0.176757812500 0.000000000000 0.087402343750 0.022827148438 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000991821289 +0.238281250000 0.000000000000 0.000000000000 0.111328125000 +0.008422851562 0.193359375000 0.023315429688 0.000000000000 +0.000000000000 0.067871093750 0.000000000000 0.322265625000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.177734375000 0.023559570312 0.000000000000 +0.000000000000 0.000000000000 0.069824218750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.022827148438 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.089843750000 0.000000000000 0.108886718750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.102050781250 0.216796875000 +0.128906250000 0.000000000000 0.100097656250 0.052246093750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.087890625000 0.000000000000 0.000000000000 0.127929687500 +0.025878906250 0.237304687500 0.007324218750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.349609375000 +0.000000000000 0.000000000000 0.000000000000 0.029785156250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.192382812500 0.073730468750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.117675781250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.050781250000 0.000000000000 0.151367187500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.008911132812 0.000000000000 0.054687500000 0.213867187500 +0.039062500000 0.000000000000 0.098144531250 0.054443359375 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.079589843750 +0.011901855469 0.242187500000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.380859375000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.214843750000 0.168945312500 +0.000000000000 0.079589843750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.141601562500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.084472656250 0.000000000000 0.167968750000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.026000976562 0.000000000000 0.000000000000 0.125976562500 +0.014038085938 0.000000000000 0.002975463867 0.022705078125 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.005065917969 0.229492187500 0.000000000000 0.000804901123 +0.000000000000 0.000000000000 0.000000000000 0.359375000000 +0.000000000000 0.000000000000 0.000000000000 0.028808593750 +0.001007080078 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.222656250000 0.222656250000 +0.000000000000 0.151367187500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.082519531250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.161132812500 0.000000000000 0.170898437500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.040527343750 0.000000000000 0.000000000000 0.062500000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.033691406250 0.000000000000 +0.030517578125 0.172851562500 0.000000000000 0.000000000000 +0.000000000000 0.008666992188 0.000000000000 0.296875000000 +0.000000000000 0.000000000000 0.000000000000 0.005157470703 +0.162109375000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.138671875000 0.224609375000 +0.000000000000 0.164062500000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.173828125000 0.000000000000 0.114746093750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.016479492188 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.030761718750 0.000000000000 +0.056884765625 0.077148437500 0.000000000000 0.000000000000 +0.000000000000 0.083007812500 0.000000000000 0.187500000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.185546875000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.153320312500 +0.000000000000 0.119628906250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.164062500000 0.000000000000 0.016723632812 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.013610839844 0.029296875000 0.000000000000 0.000000000000 +0.000000000000 0.097167968750 0.000000000000 0.030517578125 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.145507812500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.025878906250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.063964843750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.003906250000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.012268066406 0.000000000000 0.000000000000 +0.000000000000 0.085449218750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.022827148438 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.026000976562 +0.002075195312 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.016845703125 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.018798828125 0.000000000000 0.000000000000 +0.000000000000 0.029541015625 0.003753662109 0.000000000000 +0.000000000000 0.000000000000 0.016113281250 0.032714843750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.019287109375 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.046386718750 +0.071289062500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.053710937500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.038085937500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.047363281250 0.000231742859 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.047119140625 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.015136718750 0.000000000000 0.047119140625 +0.066406250000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.026367187500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.022460937500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.060058593750 0.026367187500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.042724609375 0.000000000000 0.000000000000 0.004333496094 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.075683593750 0.000000000000 0.083496093750 +0.100097656250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.009826660156 0.065917968750 +0.095214843750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.065429687500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.088378906250 0.000000000000 0.000000000000 +0.000000000000 0.068359375000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.104003906250 0.000000000000 0.116699218750 +0.052734375000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.118164062500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.069335937500 0.059570312500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.001327514648 +0.209960937500 0.000000000000 0.000000000000 0.023803710938 +0.000000000000 0.000000000000 0.000000000000 0.060791015625 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.215820312500 0.000000000000 0.000000000000 +0.000000000000 0.129882812500 0.000000000000 0.000000000000 +0.000000000000 0.005310058594 0.130859375000 0.000000000000 +0.000000000000 0.125976562500 0.000000000000 0.000000000000 +0.000000000000 0.052001953125 0.000000000000 0.155273437500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.032226562500 0.189453125000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.099609375000 0.123046875000 0.025756835938 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.012145996094 +0.226562500000 0.000000000000 0.000000000000 0.064941406250 +0.000000000000 0.037353515625 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.062255859375 +0.000000000000 0.221679687500 0.000000000000 0.000000000000 +0.000000000000 0.086425781250 0.000000000000 0.000000000000 +0.000000000000 0.137695312500 0.269531250000 0.000000000000 +0.000000000000 0.150390625000 0.000000000000 0.000000000000 +0.033447265625 0.000000000000 0.000000000000 0.148437500000 +0.000000000000 0.000000000000 0.071289062500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.206054687500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.036376953125 0.163085937500 0.064453125000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.059814453125 0.000000000000 0.000000000000 0.033691406250 +0.000000000000 0.291015625000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.081054687500 +0.000000000000 0.121093750000 0.017333984375 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.023071289062 0.178710937500 0.310546875000 0.091308593750 +0.000000000000 0.195312500000 0.000000000000 0.000000000000 +0.060058593750 0.000000000000 0.000000000000 0.113281250000 +0.000000000000 0.000000000000 0.178710937500 0.000000000000 +0.097167968750 0.072265625000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.149414062500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.159179687500 0.064453125000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.026855468750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.423828125000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.062500000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.031738281250 0.129882812500 0.289062500000 0.135742187500 +0.000000000000 0.167968750000 0.000000000000 0.000000000000 +0.036376953125 0.000000000000 0.000000000000 0.008117675781 +0.000000000000 0.000000000000 0.218750000000 0.000000000000 +0.160156250000 0.083496093750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.014099121094 0.000000000000 +0.153320312500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.137695312500 0.047851562500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.419921875000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.047363281250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.126953125000 0.046630859375 +0.000000000000 0.123535156250 0.000000000000 0.000000000000 +0.005584716797 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.175781250000 0.074707031250 +0.140625000000 0.074218750000 0.033447265625 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.200195312500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.055419921875 0.000000000000 0.000000000000 +0.000000000000 0.108398437500 0.038818359375 0.010070800781 +0.000000000000 0.000000000000 0.000000000000 0.049804687500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.302734375000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.069335937500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.005340576172 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.063964843750 0.000000000000 0.000000000000 +0.000770568848 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.095703125000 0.104492187500 +0.019287109375 0.000000000000 0.081054687500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.169921875000 0.000000000000 0.000000000000 0.000000000000 +0.052978515625 0.110839843750 0.000000000000 0.000000000000 +0.000000000000 0.069824218750 0.004669189453 0.056640625000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.072753906250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.028930664062 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.043212890625 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.103515625000 0.000000000000 0.000000000000 0.073730468750 +0.000000000000 0.000000000000 0.114746093750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.110839843750 0.000000000000 0.000000000000 0.000000000000 +0.094238281250 0.145507812500 0.000000000000 0.000000000000 +0.000000000000 0.046630859375 0.008422851562 0.011779785156 +0.142578125000 0.000000000000 0.004425048828 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.030151367188 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.137695312500 +0.000000000000 0.000000000000 0.019897460938 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.168945312500 0.000000000000 0.127929687500 +0.173828125000 0.018920898438 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.098632812500 0.000000000000 +0.000000000000 0.000000000000 0.045410156250 0.000000000000 +0.000000000000 0.077636718750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.086914062500 0.093750000000 0.000000000000 0.000000000000 +0.000000000000 0.014770507812 0.006103515625 0.000000000000 +0.277343750000 0.000000000000 0.048095703125 0.021972656250 +0.055175781250 0.000000000000 0.000000000000 0.000000000000 +0.191406250000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.041748046875 0.004333496094 0.000000000000 0.169921875000 +0.000000000000 0.000000000000 0.061767578125 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.023681640625 0.000000000000 +0.000000000000 0.255859375000 0.000000000000 0.246093750000 +0.219726562500 0.082031250000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.047119140625 0.000000000000 +0.000000000000 0.000000000000 0.029418945312 0.000000000000 +0.000000000000 0.144531250000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.012939453125 0.000000000000 +0.250000000000 0.000000000000 0.075683593750 0.020629882812 +0.117675781250 0.000000000000 0.000000000000 0.176757812500 +0.259765625000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.119140625000 0.083007812500 0.000000000000 0.078613281250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.146484375000 0.000000000000 +0.000000000000 0.251953125000 0.005279541016 0.265625000000 +0.201171875000 0.049560546875 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.123046875000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.112304687500 0.000000000000 0.098144531250 0.000000000000 +0.086914062500 0.000000000000 0.000000000000 0.367187500000 +0.273437500000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.086425781250 0.084960937500 0.000000000000 0.000000000000 +0.180664062500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.092773437500 +0.000000000000 0.000000000000 0.213867187500 0.000000000000 +0.000000000000 0.140625000000 0.002929687500 0.242187500000 +0.126953125000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.074218750000 +0.000000000000 0.014648437500 0.060791015625 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.012145996094 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.100097656250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.371093750000 +0.202148437500 0.000000000000 0.000000000000 0.002868652344 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.241210937500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.163085937500 +0.000000000000 0.000000000000 0.151367187500 0.061035156250 +0.000000000000 0.000000000000 0.000000000000 0.105468750000 +0.000530242920 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.115722656250 +0.000000000000 0.000000000000 0.000000000000 0.105468750000 +0.039794921875 0.000000000000 0.126953125000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.129882812500 0.031494140625 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.092773437500 0.032226562500 +0.000000000000 0.108886718750 0.000000000000 0.236328125000 +0.018188476562 0.000000000000 0.000000000000 0.095214843750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.210937500000 0.000000000000 0.000000000000 0.000000000000 +0.158203125000 0.000000000000 0.000000000000 0.081054687500 +0.000000000000 0.064453125000 0.000000000000 0.176757812500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.099609375000 0.000000000000 +0.167968750000 0.000000000000 0.000000000000 0.166992187500 +0.000000000000 0.000000000000 0.000000000000 0.024047851562 +0.039062500000 0.000000000000 0.129882812500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.187500000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.002304077148 0.021118164062 +0.000000000000 0.189453125000 0.000000000000 0.000000000000 +0.000000000000 0.014160156250 0.000000000000 0.127929687500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.053710937500 0.000000000000 0.000000000000 0.000000000000 +0.163085937500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.249023437500 0.000000000000 0.239257812500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.166015625000 0.065429687500 +0.216796875000 0.000000000000 0.000000000000 0.141601562500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.078125000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.064941406250 0.165039062500 0.000000000000 +0.000000000000 0.024414062500 0.000000000000 0.245117187500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.148437500000 0.000000000000 0.000000000000 +0.000000000000 0.104492187500 0.000000000000 0.136718750000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.114257812500 +0.172851562500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.355468750000 0.000000000000 0.226562500000 +0.064453125000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.153320312500 0.100585937500 +0.207031250000 0.000000000000 0.000000000000 0.031494140625 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.016967773438 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.110351562500 0.107421875000 0.000000000000 0.000000000000 +0.000000000000 0.139648437500 0.000000000000 0.351562500000 +0.000000000000 0.000000000000 0.000000000000 0.028686523438 +0.000000000000 0.008789062500 0.000000000000 0.000000000000 +0.000000000000 0.149414062500 0.000000000000 0.104492187500 +0.000000000000 0.075195312500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.001373291016 +0.000000000000 0.000000000000 0.000000000000 0.191406250000 +0.048583984375 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.390625000000 0.000000000000 0.155273437500 +0.078613281250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.094726562500 0.006072998047 +0.065917968750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.022705078125 0.000000000000 0.000000000000 0.000000000000 +0.257812500000 0.088867187500 0.000000000000 0.000000000000 +0.046142578125 0.251953125000 0.026977539062 0.333984375000 +0.000000000000 0.000000000000 0.000000000000 0.031127929688 +0.187500000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.114746093750 0.000000000000 0.031738281250 +0.000000000000 0.152343750000 0.000000000000 0.000000000000 +0.000000000000 0.075195312500 0.000000000000 0.312500000000 +0.000000000000 0.000000000000 0.000000000000 0.171875000000 +0.000000000000 0.000000000000 0.065429687500 0.000000000000 +0.000000000000 0.328125000000 0.000000000000 0.000000000000 +0.048339843750 0.000000000000 0.000000000000 0.099121093750 +0.000000000000 0.000000000000 0.002655029297 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.169921875000 0.000000000000 0.000000000000 +0.084472656250 0.000000000000 0.000000000000 0.000000000000 +0.261718750000 0.000000000000 0.000000000000 0.000000000000 +0.229492187500 0.302734375000 0.116699218750 0.133789062500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.285156250000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.095703125000 0.000000000000 0.000000000000 +0.000000000000 0.079101562500 0.000000000000 0.000000000000 +0.000000000000 0.318359375000 0.000000000000 0.511718750000 +0.000000000000 0.000000000000 0.000000000000 0.037109375000 +0.000000000000 0.021606445312 0.231445312500 0.000000000000 +0.000000000000 0.171875000000 0.000000000000 0.000000000000 +0.048583984375 0.135742187500 0.000000000000 0.349609375000 +0.011230468750 0.092285156250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.087402343750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.304687500000 0.000000000000 0.000000000000 +0.100585937500 0.000000000000 0.000000000000 0.000000000000 +0.209960937500 0.000000000000 0.000000000000 0.000000000000 +0.314453125000 0.306640625000 0.199218750000 0.000000000000 +0.016723632812 0.000000000000 0.000000000000 0.047607421875 +0.265625000000 0.000000000000 0.095214843750 0.000000000000 +0.045410156250 0.058593750000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.500000000000 0.000000000000 0.570312500000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.171875000000 0.353515625000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.035888671875 0.243164062500 0.000000000000 0.566406250000 +0.042236328125 0.248046875000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.140625000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.406250000000 0.000000000000 0.000000000000 +0.071777343750 0.000000000000 0.000000000000 0.000000000000 +0.067382812500 0.000000000000 0.000000000000 0.000000000000 +0.312500000000 0.285156250000 0.259765625000 0.000000000000 +0.101562500000 0.000000000000 0.000000000000 0.039306640625 +0.223632812500 0.000000000000 0.155273437500 0.371093750000 +0.296875000000 0.017456054688 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.601562500000 0.000000000000 0.539062500000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.271484375000 0.417968750000 0.089843750000 +0.000000000000 0.000000000000 0.051757812500 0.000000000000 +0.009216308594 0.263671875000 0.000000000000 0.679687500000 +0.032958984375 0.289062500000 0.000000000000 0.000000000000 +0.000000000000 0.043212890625 0.000000000000 0.000000000000 +0.137695312500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.451171875000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.267578125000 0.207031250000 0.275390625000 0.000000000000 +0.087890625000 0.000000000000 0.032714843750 0.007781982422 +0.112304687500 0.000000000000 0.161132812500 0.699218750000 +0.441406250000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.613281250000 0.000000000000 0.335937500000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.283203125000 0.435546875000 0.353515625000 +0.000000000000 0.000000000000 0.163085937500 0.000000000000 +0.000000000000 0.237304687500 0.000000000000 0.691406250000 +0.033203125000 0.257812500000 0.000000000000 0.000000000000 +0.000000000000 0.084960937500 0.000000000000 0.000000000000 +0.097656250000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.386718750000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.136718750000 0.116210937500 0.246093750000 0.000000000000 +0.032470703125 0.000000000000 0.113769531250 0.000000000000 +0.000000000000 0.000000000000 0.139648437500 0.812500000000 +0.503906250000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.507812500000 0.000000000000 0.049804687500 +0.036376953125 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.255859375000 0.398437500000 0.515625000000 +0.000000000000 0.000000000000 0.182617187500 0.000000000000 +0.000000000000 0.147460937500 0.000000000000 0.625000000000 +0.025024414062 0.141601562500 0.000000000000 0.000000000000 +0.000000000000 0.098632812500 0.000000000000 0.000000000000 +0.001296997070 0.000000000000 0.000000000000 0.000000000000 +0.098144531250 0.233398437500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.011291503906 0.186523437500 0.000000000000 +0.000000000000 0.000000000000 0.175781250000 0.004364013672 +0.000000000000 0.000000000000 0.093750000000 0.792968750000 +0.498046875000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.019409179688 0.000000000000 +0.000000000000 0.302734375000 0.000000000000 0.000000000000 +0.066894531250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.118164062500 0.263671875000 0.511718750000 +0.000000000000 0.000000000000 0.146484375000 0.000000000000 +0.000000000000 0.071777343750 0.000000000000 0.474609375000 +0.028320312500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.070312500000 0.013305664062 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.124023437500 0.073730468750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.127929687500 0.000000000000 +0.000000000000 0.000000000000 0.202148437500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.632812500000 +0.435546875000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.034179687500 0.000000000000 +0.000000000000 0.093750000000 0.000000000000 0.000000000000 +0.062500000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.082031250000 0.408203125000 +0.000000000000 0.000000000000 0.070312500000 0.000000000000 +0.000000000000 0.012268066406 0.000000000000 0.298828125000 +0.045898437500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.045410156250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.121582031250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.029785156250 +0.000000000000 0.000000000000 0.041503906250 0.000000000000 +0.000000000000 0.000000000000 0.191406250000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.394531250000 +0.314453125000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.025512695312 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.184570312500 +0.000000000000 0.000000000000 0.000797271729 0.000000000000 +0.000000000000 0.001281738281 0.000000000000 0.153320312500 +0.088867187500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.055175781250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.034179687500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.093750000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.159179687500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.162109375000 +0.200195312500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.073242187500 0.000000000000 0.062011718750 +0.148437500000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.059326171875 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.023437500000 0.000000000000 0.102050781250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.012145996094 0.000000000000 0.121093750000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.134765625000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.006042480469 0.000000000000 0.000000000000 0.010192871094 +0.000000000000 0.000000000000 0.010742187500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.205078125000 0.000000000000 0.112304687500 +0.216796875000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.051269531250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.043457031250 0.000000000000 0.075195312500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.132812500000 0.000000000000 0.074707031250 0.010803222656 +0.045410156250 0.000000000000 0.000000000000 0.000000000000 +0.169921875000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.012451171875 0.077148437500 0.000000000000 0.215820312500 +0.000000000000 0.000000000000 0.021484375000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.306640625000 0.000000000000 0.242187500000 +0.233398437500 0.050048828125 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.010192871094 0.000000000000 +0.052490234375 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.121093750000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.022827148438 0.000000000000 +0.156250000000 0.000000000000 0.042968750000 0.028442382812 +0.200195312500 0.000000000000 0.000000000000 0.162109375000 +0.216796875000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000425338745 0.349609375000 0.000000000000 0.335937500000 +0.000000000000 0.043212890625 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.083984375000 0.000000000000 +0.000000000000 0.402343750000 0.000000000000 0.386718750000 +0.228515625000 0.098144531250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.117675781250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.251953125000 0.001564025879 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.182617187500 0.026489257812 0.084472656250 0.000000000000 +0.112304687500 0.000000000000 0.022583007812 0.000000000000 +0.304687500000 0.000000000000 0.020385742188 0.427734375000 +0.230468750000 0.000000000000 0.000000000000 0.000000000000 +0.046875000000 0.000000000000 0.000000000000 0.000000000000 +0.000421524048 0.515625000000 0.000000000000 0.292968750000 +0.000000000000 0.148437500000 0.000000000000 0.000000000000 +0.000000000000 0.029663085938 0.119628906250 0.000000000000 +0.000000000000 0.000000000000 0.187500000000 0.000000000000 +0.000000000000 0.355468750000 0.000000000000 0.494140625000 +0.166015625000 0.122558593750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.115722656250 0.000000000000 0.000000000000 0.011291503906 +0.000000000000 0.257812500000 0.155273437500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.248046875000 0.075195312500 0.115234375000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.042236328125 +0.287109375000 0.000000000000 0.129882812500 0.625000000000 +0.224609375000 0.000000000000 0.000000000000 0.000000000000 +0.046630859375 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.597656250000 0.000000000000 0.178710937500 +0.096191406250 0.197265625000 0.000000000000 0.000000000000 +0.000000000000 0.214843750000 0.355468750000 0.064453125000 +0.000000000000 0.000000000000 0.203125000000 0.000000000000 +0.024780273438 0.265625000000 0.000000000000 0.511718750000 +0.032226562500 0.045166015625 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.117675781250 0.000000000000 0.000000000000 0.106445312500 +0.000000000000 0.246093750000 0.279296875000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.225585937500 0.084472656250 0.151367187500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.046142578125 +0.194335937500 0.000000000000 0.118164062500 0.679687500000 +0.173828125000 0.025268554688 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.049560546875 +0.000000000000 0.589843750000 0.000000000000 0.000000000000 +0.165039062500 0.217773437500 0.000000000000 0.000000000000 +0.000000000000 0.337890625000 0.480468750000 0.248046875000 +0.000000000000 0.000000000000 0.177734375000 0.000000000000 +0.072753906250 0.034423828125 0.000000000000 0.468750000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.056396484375 +0.031982421875 0.102539062500 0.345703125000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.147460937500 0.138671875000 0.141601562500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.019775390625 +0.013366699219 0.059570312500 0.104980468750 0.632812500000 +0.000000000000 0.357421875000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.214843750000 +0.000000000000 0.457031250000 0.019409179688 0.000000000000 +0.131835937500 0.097656250000 0.000000000000 0.000000000000 +0.110839843750 0.357421875000 0.550781250000 0.347656250000 +0.000215530396 0.151367187500 0.000000000000 0.000000000000 +0.157226562500 0.000000000000 0.000000000000 0.328125000000 +0.000000000000 0.000000000000 0.208007812500 0.000000000000 +0.100097656250 0.117187500000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.094238281250 0.003707885742 0.328125000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.023437500000 0.000000000000 +0.045410156250 0.166992187500 0.124511718750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.169921875000 0.006286621094 0.355468750000 +0.000000000000 0.605468750000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.240234375000 +0.000000000000 0.238281250000 0.080078125000 0.000000000000 +0.025268554688 0.000000000000 0.000000000000 0.000000000000 +0.175781250000 0.308593750000 0.539062500000 0.326171875000 +0.048828125000 0.271484375000 0.000000000000 0.001174926758 +0.151367187500 0.000000000000 0.000000000000 0.152343750000 +0.000000000000 0.000000000000 0.306640625000 0.000000000000 +0.209960937500 0.126953125000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.098632812500 0.000000000000 0.228515625000 0.000000000000 +0.045654296875 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.100097656250 0.000000000000 +0.000000000000 0.206054687500 0.115234375000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.020751953125 +0.000000000000 0.143554687500 0.000000000000 0.000000000000 +0.000000000000 0.710937500000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.036132812500 0.175781250000 +0.000000000000 0.000000000000 0.098632812500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.177734375000 0.281250000000 0.398437500000 0.223632812500 +0.079589843750 0.326171875000 0.000000000000 0.043701171875 +0.152343750000 0.000000000000 0.000000000000 0.023803710938 +0.000000000000 0.000000000000 0.357421875000 0.000000000000 +0.255859375000 0.154296875000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.019042968750 0.000000000000 0.080078125000 0.000000000000 +0.196289062500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.124023437500 0.000000000000 +0.000000000000 0.203125000000 0.087402343750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.004791259766 +0.000000000000 0.042480468750 0.000000000000 0.000000000000 +0.000000000000 0.683593750000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.072265625000 0.058837890625 +0.000000000000 0.000000000000 0.050048828125 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000724792480 +0.104003906250 0.147460937500 0.250000000000 0.084960937500 +0.057617187500 0.314453125000 0.000000000000 0.062988281250 +0.083496093750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.367187500000 0.094726562500 +0.247070312500 0.140625000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.314453125000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.040283203125 0.112792968750 0.000000000000 +0.000000000000 0.191406250000 0.057373046875 0.166992187500 +0.000000000000 0.000000000000 0.000000000000 0.021362304688 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.582031250000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.115234375000 0.000000000000 +0.000000000000 0.000000000000 0.020141601562 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.051025390625 +0.014038085938 0.000000000000 0.075195312500 0.000000000000 +0.000000000000 0.259765625000 0.000000000000 0.053222656250 +0.024658203125 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.265625000000 0.148437500000 +0.207031250000 0.079101562500 0.058593750000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.009277343750 +0.353515625000 0.000000000000 0.000000000000 0.012268066406 +0.077636718750 0.127929687500 0.002090454102 0.000000000000 +0.000000000000 0.150390625000 0.028320312500 0.263671875000 +0.000000000000 0.000000000000 0.000000000000 0.028198242188 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.371093750000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.099609375000 0.000000000000 +0.000000000000 0.000000000000 0.009277343750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.083007812500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.182617187500 0.000000000000 0.045410156250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.117187500000 0.133789062500 +0.066406250000 0.000000000000 0.066406250000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.224609375000 0.000000000000 0.000000000000 0.000000000000 +0.102050781250 0.139648437500 0.000000000000 0.000000000000 +0.000000000000 0.104980468750 0.000000000000 0.277343750000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.119140625000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.033935546875 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.057617187500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.123046875000 0.000000000000 0.024047851562 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.053466796875 +0.000000000000 0.000000000000 0.016113281250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.007080078125 0.000000000000 0.000000000000 0.000000000000 +0.083984375000 0.125976562500 0.000000000000 0.000000000000 +0.000000000000 0.072265625000 0.000000000000 0.169921875000 +0.000000000000 0.000000000000 0.000000000000 0.039794921875 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.013366699219 +0.000000000000 0.008361816406 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.056640625000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.026611328125 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.052978515625 0.059326171875 0.000000000000 0.000000000000 +0.000000000000 0.066894531250 0.000000000000 0.031494140625 +0.000000000000 0.000000000000 0.000000000000 0.023803710938 +0.052246093750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.007751464844 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.023193359375 0.000000000000 0.080078125000 +0.071777343750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.022216796875 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.031494140625 0.000000000000 0.000000000000 +0.000000000000 0.053222656250 0.009887695312 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.001907348633 +0.062988281250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.084960937500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.133789062500 0.000000000000 0.165039062500 +0.115722656250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.005859375000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.103027343750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.055908203125 0.041748046875 0.000000000000 +0.087890625000 0.000000000000 0.008239746094 0.025024414062 +0.043457031250 0.000000000000 0.000000000000 0.000000000000 +0.155273437500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.055419921875 0.008605957031 0.000000000000 0.076171875000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.123046875000 0.000000000000 0.224609375000 +0.159179687500 0.063964843750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.035644531250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.101562500000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.005371093750 0.047363281250 0.000000000000 +0.207031250000 0.000000000000 0.090820312500 0.035156250000 +0.000000000000 0.000000000000 0.000000000000 0.110351562500 +0.339843750000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.054443359375 0.000000000000 0.000000000000 0.011840820312 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.024169921875 0.000000000000 +0.000000000000 0.189453125000 0.000000000000 0.281250000000 +0.208984375000 0.048095703125 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.097656250000 0.000000000000 +0.000000000000 0.000000000000 0.080566406250 0.000000000000 +0.000000000000 0.095703125000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.027954101562 +0.000000000000 0.000000000000 0.050048828125 0.000000000000 +0.238281250000 0.000000000000 0.170898437500 0.000637054443 +0.000000000000 0.000000000000 0.000000000000 0.250000000000 +0.398437500000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.144531250000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.018188476562 +0.000000000000 0.000000000000 0.106933593750 0.000000000000 +0.000000000000 0.225585937500 0.000000000000 0.255859375000 +0.210937500000 0.037109375000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.099121093750 0.000000000000 +0.000000000000 0.029052734375 0.057128906250 0.000000000000 +0.000000000000 0.032226562500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.176757812500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.212890625000 0.000000000000 0.206054687500 0.048828125000 +0.000000000000 0.000000000000 0.000000000000 0.300781250000 +0.417968750000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.133789062500 0.000000000000 0.000000000000 0.000000000000 +0.086914062500 0.000000000000 0.073242187500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.170898437500 0.000000000000 +0.000000000000 0.202148437500 0.000000000000 0.204101562500 +0.226562500000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.042724609375 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.082519531250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.245117187500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.104003906250 0.000000000000 0.188476562500 0.056396484375 +0.000000000000 0.000000000000 0.000000000000 0.306640625000 +0.335937500000 0.000000000000 0.000000000000 0.042236328125 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.086914062500 0.000000000000 0.000000000000 0.000000000000 +0.212890625000 0.000000000000 0.048339843750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.173828125000 0.006134033203 +0.000000000000 0.115234375000 0.000000000000 0.136718750000 +0.142578125000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.021484375000 +0.000000000000 0.000000000000 0.000000000000 0.147460937500 +0.000000000000 0.000000000000 0.067871093750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.228515625000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.158203125000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.265625000000 +0.140625000000 0.000000000000 0.000000000000 0.175781250000 +0.075195312500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.232421875000 0.000000000000 0.000000000000 0.000000000000 +0.033691406250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.134765625000 0.153320312500 +0.000000000000 0.011047363281 0.000000000000 0.000000000000 +0.049804687500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.066894531250 +0.000000000000 0.000000000000 0.000000000000 0.150390625000 +0.000000000000 0.000000000000 0.208984375000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.126953125000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.035156250000 0.000000000000 +0.000000000000 0.131835937500 0.000000000000 0.109375000000 +0.000000000000 0.000000000000 0.000000000000 0.222656250000 +0.093750000000 0.000000000000 0.000000000000 0.057861328125 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.158203125000 0.057861328125 0.000000000000 0.000000000000 +0.176757812500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.213867187500 0.000000000000 0.197265625000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.074707031250 0.000000000000 +0.113769531250 0.000000000000 0.000000000000 0.061279296875 +0.000000000000 0.000000000000 0.000000000000 0.035644531250 +0.000000000000 0.000000000000 0.237304687500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.035400390625 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.006744384766 +0.023193359375 0.178710937500 0.000000000000 0.000000000000 +0.000000000000 0.056396484375 0.000000000000 0.202148437500 +0.032470703125 0.000000000000 0.000000000000 0.164062500000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.039306640625 0.000000000000 0.000000000000 +0.161132812500 0.000000000000 0.070800781250 0.000000000000 +0.000000000000 0.378906250000 0.000000000000 0.190429687500 +0.010681152344 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.160156250000 0.000000000000 +0.174804687500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.191406250000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.163085937500 0.000000000000 0.110839843750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.025878906250 0.135742187500 0.000000000000 0.000000000000 +0.000000000000 0.281250000000 0.000000000000 0.088867187500 +0.000000000000 0.000000000000 0.000000000000 0.167968750000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.122558593750 0.000000000000 0.139648437500 0.000000000000 +0.000000000000 0.392578125000 0.000000000000 0.131835937500 +0.070800781250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.197265625000 0.000000000000 +0.153320312500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.064941406250 0.011291503906 +0.084472656250 0.000000000000 0.000000000000 0.000000000000 +0.084472656250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.223632812500 0.023193359375 0.152343750000 +0.000000000000 0.000000000000 0.000000000000 0.003662109375 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.345703125000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.031250000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.081542968750 +0.000000000000 0.001930236816 0.126953125000 0.000000000000 +0.000000000000 0.335937500000 0.000000000000 0.023803710938 +0.067382812500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.143554687500 0.000000000000 +0.089843750000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.239257812500 0.000000000000 0.000000000000 0.000000000000 +0.164062500000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.255859375000 0.098144531250 0.141601562500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.355468750000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.061767578125 +0.000000000000 0.000000000000 0.000000000000 0.090332031250 +0.000000000000 0.000000000000 0.108886718750 0.000000000000 +0.000000000000 0.213867187500 0.000000000000 0.000000000000 +0.063964843750 0.000000000000 0.000000000000 0.073730468750 +0.000000000000 0.000000000000 0.053222656250 0.000000000000 +0.000000000000 0.000690460205 0.000064373016 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.045166015625 0.000000000000 0.000000000000 +0.257812500000 0.000000000000 0.000000000000 0.000000000000 +0.136718750000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.229492187500 0.125976562500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.035888671875 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.219726562500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.131835937500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.068847656250 0.000000000000 +0.000000000000 0.004150390625 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.209960937500 +0.000000000000 0.007415771484 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.014526367188 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.136718750000 0.000000000000 0.000000000000 +0.217773437500 0.000000000000 0.000000000000 0.000000000000 +0.104003906250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.178710937500 0.107910156250 0.000000000000 +0.072753906250 0.000000000000 0.000000000000 0.029174804688 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.110351562500 0.010803222656 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.025390625000 0.000000000000 0.077636718750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.041015625000 0.000000000000 0.251953125000 +0.045166015625 0.022338867188 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.029785156250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.142578125000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.081542968750 0.099609375000 0.000000000000 +0.075195312500 0.000000000000 0.038574218750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.076660156250 +0.201171875000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.097167968750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.110839843750 0.000000000000 0.271484375000 +0.087402343750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.084472656250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.061523437500 0.000000000000 +0.014587402344 0.000000000000 0.068359375000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.198242187500 +0.201171875000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.094238281250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.018676757812 0.000000000000 +0.000000000000 0.092773437500 0.000000000000 0.255859375000 +0.059814453125 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.032958984375 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.040283203125 0.000000000000 +0.000000000000 0.000000000000 0.058349609375 0.010864257812 +0.000000000000 0.000000000000 0.000000000000 0.243164062500 +0.161132812500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.118164062500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.031494140625 0.000000000000 +0.000000000000 0.000000000000 0.033691406250 0.000000000000 +0.000000000000 0.095703125000 0.000000000000 0.221679687500 +0.049560546875 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.027343750000 0.018432617188 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.035644531250 0.000000000000 +0.000000000000 0.000000000000 0.031250000000 0.035888671875 +0.000000000000 0.000000000000 0.000000000000 0.221679687500 +0.086914062500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.099609375000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.031738281250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.022216796875 0.000000000000 0.192382812500 +0.012939453125 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.025146484375 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.019897460938 0.040771484375 0.000000000000 +0.000000000000 0.000000000000 0.024780273438 0.016357421875 +0.000000000000 0.000000000000 0.000000000000 0.139648437500 +0.032226562500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.095214843750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.084472656250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.020629882812 0.000000000000 0.160156250000 +0.015380859375 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.046630859375 0.049804687500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.003570556641 +0.000000000000 0.000000000000 0.000000000000 0.050292968750 +0.039062500000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.063964843750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.066406250000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.004150390625 0.000000000000 0.172851562500 +0.008850097656 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.013305664062 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.059326171875 0.065917968750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.016601562500 +0.099121093750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.019531250000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.030639648438 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.014892578125 0.000000000000 0.195312500000 +0.058349609375 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.006347656250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.045898437500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.033447265625 0.052490234375 0.000000000000 +0.000000000000 0.000000000000 0.053222656250 0.006072998047 +0.000000000000 0.000000000000 0.000000000000 0.029052734375 +0.171875000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.044677734375 0.000000000000 0.187500000000 +0.107910156250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.052490234375 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.015869140625 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.053222656250 0.000000000000 +0.112792968750 0.000000000000 0.110351562500 0.022216796875 +0.000000000000 0.000000000000 0.000000000000 0.067382812500 +0.273437500000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.002929687500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.129882812500 0.000000000000 0.189453125000 +0.188476562500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.103027343750 0.000000000000 +0.000000000000 0.000000000000 0.067382812500 0.000000000000 +0.000000000000 0.018066406250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.029418945312 +0.000000000000 0.000000000000 0.027221679688 0.000000000000 +0.205078125000 0.000000000000 0.145507812500 0.011108398438 +0.000000000000 0.000000000000 0.000000000000 0.104003906250 +0.345703125000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.123535156250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.049316406250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.041992187500 0.000000000000 +0.000000000000 0.198242187500 0.000000000000 0.196289062500 +0.224609375000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.135742187500 0.000000000000 +0.000000000000 0.026611328125 0.101074218750 0.000000000000 +0.000000000000 0.020751953125 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.011047363281 0.000000000000 0.159179687500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.250000000000 0.000000000000 0.188476562500 0.014831542969 +0.000000000000 0.000000000000 0.000000000000 0.169921875000 +0.375000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.157226562500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.132812500000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.129882812500 0.000000000000 +0.000000000000 0.211914062500 0.000000000000 0.177734375000 +0.255859375000 0.011047363281 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.097167968750 0.000000000000 +0.000000000000 0.046630859375 0.054687500000 0.000000000000 +0.000000000000 0.004272460938 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.255859375000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.251953125000 0.000000000000 0.208007812500 0.006835937500 +0.000000000000 0.000000000000 0.000000000000 0.221679687500 +0.382812500000 0.000000000000 0.000000000000 0.000705718994 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.154296875000 0.000000000000 0.000000000000 0.000000000000 +0.102050781250 0.000000000000 0.154296875000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.152343750000 0.000000000000 +0.000000000000 0.195312500000 0.000000000000 0.153320312500 +0.237304687500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.056396484375 0.000000000000 +0.000000000000 0.014953613281 0.000000000000 0.079589843750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.304687500000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.096679687500 0.000000000000 0.205078125000 0.002593994141 +0.000000000000 0.000000000000 0.000000000000 0.255859375000 +0.281250000000 0.000000000000 0.000000000000 0.106445312500 +0.053955078125 0.000000000000 0.000000000000 0.000000000000 +0.143554687500 0.000000000000 0.000000000000 0.000000000000 +0.144531250000 0.000000000000 0.098632812500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.144531250000 0.000164985657 +0.000000000000 0.149414062500 0.000000000000 0.048828125000 +0.197265625000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.001937866211 +0.000000000000 0.000000000000 0.000000000000 0.112792968750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.279296875000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.139648437500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.179687500000 +0.163085937500 0.000000000000 0.000000000000 0.168945312500 +0.053222656250 0.000000000000 0.000000000000 0.000000000000 +0.053222656250 0.000000000000 0.000000000000 0.000000000000 +0.166992187500 0.000000000000 0.040527343750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.107421875000 0.084472656250 +0.000000000000 0.017211914062 0.000000000000 0.000000000000 +0.114746093750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.062011718750 +0.000000000000 0.000000000000 0.000000000000 0.062500000000 +0.000000000000 0.000000000000 0.059326171875 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.198242187500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.071289062500 0.020385742188 +0.000000000000 0.007507324219 0.000000000000 0.044189453125 +0.000000000000 0.000000000000 0.042968750000 0.193359375000 +0.068359375000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.149414062500 0.000000000000 0.000000000000 0.000000000000 +0.039306640625 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.003524780273 0.000000000000 0.178710937500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.013061523438 0.000000000000 0.022705078125 0.000000000000 +0.073730468750 0.000000000000 0.000000000000 0.144531250000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.077148437500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.036376953125 0.100097656250 0.074707031250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.013916015625 0.000000000000 +0.000000000000 0.122070312500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.038818359375 0.215820312500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.129882812500 0.000000000000 0.000000000000 0.000000000000 +0.140625000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.162109375000 0.000000000000 0.247070312500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.145507812500 0.112792968750 +0.218750000000 0.000000000000 0.000000000000 0.185546875000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.086914062500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.095703125000 0.202148437500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.250000000000 +0.000000000000 0.000000000000 0.000000000000 0.048583984375 +0.000000000000 0.172851562500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.101074218750 0.218750000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.006988525391 0.000000000000 0.000000000000 0.000000000000 +0.178710937500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.269531250000 0.000000000000 0.277343750000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.216796875000 0.227539062500 +0.277343750000 0.000000000000 0.000000000000 0.202148437500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.087402343750 +0.000000000000 0.000000000000 0.000000000000 0.034179687500 +0.000000000000 0.225585937500 0.199218750000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.478515625000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.155273437500 0.000000000000 0.000000000000 +0.000000000000 0.028320312500 0.163085937500 0.188476562500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.104003906250 +0.158203125000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.283203125000 0.000000000000 0.287109375000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.217773437500 0.302734375000 +0.302734375000 0.000000000000 0.009094238281 0.166015625000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.127929687500 +0.006011962891 0.000000000000 0.000000000000 0.106445312500 +0.085449218750 0.300781250000 0.174804687500 0.000000000000 +0.000000000000 0.000728607178 0.000000000000 0.667968750000 +0.000000000000 0.000000000000 0.000000000000 0.014587402344 +0.000000000000 0.037353515625 0.000000000000 0.000000000000 +0.000000000000 0.013793945312 0.271484375000 0.168945312500 +0.000000000000 0.078125000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.082519531250 0.186523437500 +0.029907226562 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.259765625000 0.000000000000 0.253906250000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.182617187500 0.337890625000 +0.208984375000 0.000000000000 0.076171875000 0.125000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.137695312500 +0.058593750000 0.000000000000 0.000000000000 0.150390625000 +0.183593750000 0.375000000000 0.044677734375 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.699218750000 +0.000000000000 0.050048828125 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.302734375000 0.166015625000 +0.000000000000 0.168945312500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.233398437500 0.225585937500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.163085937500 0.000000000000 0.200195312500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.026245117188 0.000000000000 0.072265625000 0.339843750000 +0.137695312500 0.000000000000 0.132812500000 0.054199218750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.078613281250 +0.054199218750 0.000000000000 0.000000000000 0.154296875000 +0.215820312500 0.390625000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.683593750000 +0.000000000000 0.075683593750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.326171875000 0.164062500000 +0.000000000000 0.267578125000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.326171875000 0.172851562500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.044921875000 0.000000000000 0.125000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.118164062500 0.000000000000 0.000000000000 0.285156250000 +0.013183593750 0.000000000000 0.151367187500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.148437500000 +0.190429687500 0.384765625000 0.000000000000 0.110839843750 +0.000000000000 0.000000000000 0.000000000000 0.582031250000 +0.119628906250 0.098144531250 0.012451171875 0.015869140625 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.359375000000 0.177734375000 +0.000000000000 0.259765625000 0.000000000000 0.000000000000 +0.041259765625 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.429687500000 0.055175781250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.097656250000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.199218750000 0.000000000000 0.000000000000 0.234375000000 +0.000000000000 0.000000000000 0.158203125000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.126953125000 +0.113281250000 0.363281250000 0.000000000000 0.226562500000 +0.000000000000 0.000000000000 0.000000000000 0.414062500000 +0.161132812500 0.087402343750 0.058105468750 0.031127929688 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.349609375000 0.218750000000 +0.000000000000 0.215820312500 0.000000000000 0.000000000000 +0.108398437500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.472656250000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.099121093750 +0.000000000000 0.000000000000 0.029052734375 0.000000000000 +0.181640625000 0.000000000000 0.000000000000 0.139648437500 +0.000000000000 0.000000000000 0.118164062500 0.045166015625 +0.000000000000 0.013610839844 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.066406250000 +0.000000000000 0.291015625000 0.000000000000 0.281250000000 +0.000000000000 0.000000000000 0.000000000000 0.259765625000 +0.123535156250 0.042236328125 0.073730468750 0.011230468750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.396484375000 0.330078125000 +0.067382812500 0.162109375000 0.000000000000 0.000000000000 +0.071777343750 0.000000000000 0.000000000000 0.000000000000 +0.103515625000 0.000000000000 0.402343750000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.221679687500 +0.000000000000 0.000000000000 0.003219604492 0.000000000000 +0.131835937500 0.000000000000 0.000000000000 0.057373046875 +0.000000000000 0.000000000000 0.000000000000 0.125976562500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.027709960938 0.000000000000 +0.000000000000 0.186523437500 0.000000000000 0.294921875000 +0.000000000000 0.000000000000 0.000000000000 0.202148437500 +0.000000000000 0.000000000000 0.044677734375 0.000000000000 +0.037597656250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.373046875000 0.396484375000 +0.156250000000 0.092773437500 0.000000000000 0.000000000000 +0.030273437500 0.000000000000 0.000000000000 0.000000000000 +0.101562500000 0.000000000000 0.213867187500 0.000000000000 +0.062255859375 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.095703125000 0.000000000000 0.281250000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.089355468750 0.000000000000 0.000000000000 0.069824218750 +0.076660156250 0.000000000000 0.000000000000 0.164062500000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.053955078125 0.000000000000 +0.000000000000 0.000000000000 0.018066406250 0.000000000000 +0.000000000000 0.181640625000 0.000000000000 0.212890625000 +0.000000000000 0.000000000000 0.000000000000 0.265625000000 +0.000000000000 0.015563964844 0.000000000000 0.000000000000 +0.048095703125 0.092773437500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.287109375000 0.384765625000 +0.130859375000 0.073730468750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.006622314453 0.000000000000 0.074707031250 0.000000000000 +0.114746093750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.261718750000 0.000000000000 0.287109375000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.025878906250 0.052734375000 +0.127929687500 0.000000000000 0.000000000000 0.075683593750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.048095703125 0.000000000000 +0.000000000000 0.000000000000 0.022460937500 0.000000000000 +0.000000000000 0.147460937500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.378906250000 +0.000000000000 0.000000000000 0.000000000000 0.064941406250 +0.068359375000 0.055175781250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.161132812500 0.320312500000 +0.053222656250 0.080566406250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.108398437500 +0.039794921875 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.275390625000 0.000000000000 0.226562500000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.072265625000 0.111328125000 +0.105957031250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.005218505859 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.121582031250 0.178710937500 0.000000000000 0.000000000000 +0.000000000000 0.087402343750 0.000000000000 0.373046875000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.076171875000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.060058593750 0.181640625000 +0.000000000000 0.118164062500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.166992187500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.269531250000 0.000000000000 0.102050781250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.035888671875 +0.061523437500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.066894531250 0.000000000000 0.000000000000 0.000000000000 +0.248046875000 0.159179687500 0.000000000000 0.000000000000 +0.000000000000 0.157226562500 0.000000000000 0.310546875000 +0.000000000000 0.000000000000 0.000000000000 0.049804687500 +0.097656250000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.033203125000 +0.000000000000 0.148437500000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.179687500000 +0.000000000000 0.000000000000 0.000000000000 0.132812500000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.107421875000 0.000000000000 0.000000000000 +0.000000000000 0.031127929688 0.000000000000 0.057373046875 +0.072753906250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.021118164062 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.105957031250 0.000000000000 0.000000000000 +0.106933593750 0.000000000000 0.000000000000 0.000000000000 +0.238281250000 0.117187500000 0.000000000000 0.000000000000 +0.000000000000 0.157226562500 0.051025390625 0.087890625000 +0.106445312500 0.000000000000 0.000000000000 0.000000000000 +0.124023437500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.083007812500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.230468750000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.126953125000 0.000000000000 0.229492187500 +0.108886718750 0.071777343750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.012145996094 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.172851562500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.101074218750 0.000073909760 0.000000000000 0.000000000000 +0.000000000000 0.107421875000 0.070800781250 0.000000000000 +0.200195312500 0.000000000000 0.008789062500 0.040527343750 +0.115234375000 0.000000000000 0.000000000000 0.000000000000 +0.207031250000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.107421875000 0.000000000000 0.147460937500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.059570312500 0.000000000000 +0.000000000000 0.162109375000 0.009094238281 0.306640625000 +0.108398437500 0.101074218750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.174804687500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.011047363281 0.050537109375 0.000000000000 +0.131835937500 0.000000000000 0.053466796875 0.000000000000 +0.058837890625 0.000000000000 0.000000000000 0.263671875000 +0.213867187500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.165039062500 0.000000000000 0.000000000000 +0.064941406250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.096679687500 0.000000000000 +0.000000000000 0.137695312500 0.000000000000 0.298828125000 +0.067871093750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.031127929688 +0.000000000000 0.085449218750 0.073730468750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.037353515625 0.000000000000 +0.000000000000 0.000000000000 0.059326171875 0.013854980469 +0.002700805664 0.000000000000 0.000000000000 0.345703125000 +0.172851562500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.152343750000 0.000000000000 0.000000000000 +0.161132812500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.061523437500 0.081542968750 +0.000000000000 0.000000000000 0.104492187500 0.000000000000 +0.000000000000 0.018798828125 0.000000000000 0.205078125000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.038574218750 +0.000000000000 0.000000000000 0.167968750000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.026123046875 0.026977539062 +0.000000000000 0.021728515625 0.000000000000 0.320312500000 +0.013000488281 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.047363281250 0.000000000000 0.000000000000 +0.156250000000 0.000000000000 0.000000000000 0.000000000000 +0.094238281250 0.004333496094 0.081542968750 0.073730468750 +0.000000000000 0.063476562500 0.018798828125 0.085449218750 +0.007934570312 0.000000000000 0.000000000000 0.083007812500 +0.000000000000 0.000000000000 0.064941406250 0.000000000000 +0.085937500000 0.000000000000 0.000000000000 0.022460937500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.018310546875 0.000000000000 0.179687500000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.051757812500 0.000000000000 +0.000000000000 0.013305664062 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.013427734375 +0.000000000000 0.119140625000 0.000000000000 0.083496093750 +0.000000000000 0.158203125000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.078125000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.047607421875 0.000000000000 0.000000000000 0.000000000000 +0.145507812500 0.000000000000 0.109375000000 0.000000000000 +0.000000000000 0.215820312500 0.000000000000 0.129882812500 +0.057861328125 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.196289062500 0.000000000000 +0.157226562500 0.000000000000 0.000000000000 0.021850585938 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.165039062500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.038330078125 0.000000000000 +0.000000000000 0.096679687500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.113281250000 0.000000000000 0.000000000000 +0.000000000000 0.275390625000 0.000000000000 0.000255584717 +0.000000000000 0.000000000000 0.000000000000 0.077148437500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.034667968750 +0.084472656250 0.000000000000 0.104980468750 0.000000000000 +0.000000000000 0.251953125000 0.000000000000 0.101562500000 +0.032226562500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.163085937500 0.020385742188 +0.183593750000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.024169921875 0.000000000000 +0.115722656250 0.000000000000 0.000000000000 0.000000000000 +0.049560546875 0.032470703125 0.000000000000 0.000000000000 +0.000000000000 0.173828125000 0.045654296875 0.089355468750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.002517700195 0.000000000000 0.000000000000 +0.000000000000 0.308593750000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.007385253906 +0.000000000000 0.000000000000 0.000000000000 0.124511718750 +0.000000000000 0.000000000000 0.067871093750 0.000000000000 +0.000000000000 0.220703125000 0.000000000000 0.000000000000 +0.050292968750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.071777343750 0.015319824219 +0.060058593750 0.008789062500 0.027465820312 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.273437500000 0.000000000000 0.000000000000 0.000000000000 +0.195312500000 0.056152343750 0.000000000000 0.000000000000 +0.000000000000 0.200195312500 0.080078125000 0.067382812500 +0.000000000000 0.000000000000 0.000000000000 0.048339843750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.189453125000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.308593750000 +0.000000000000 0.000000000000 0.000000000000 0.092285156250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.034667968750 0.000000000000 0.000000000000 +0.000000000000 0.060058593750 0.000000000000 0.170898437500 +0.074707031250 0.028808593750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.055419921875 0.000000000000 +0.000000000000 0.000000000000 0.041748046875 0.000000000000 +0.000000000000 0.190429687500 0.000000000000 0.000000000000 +0.273437500000 0.000000000000 0.000000000000 0.000000000000 +0.221679687500 0.037109375000 0.000000000000 0.000000000000 +0.000000000000 0.198242187500 0.115234375000 0.000000000000 +0.225585937500 0.000000000000 0.000000000000 0.000000000000 +0.063964843750 0.000000000000 0.000000000000 0.000000000000 +0.134765625000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.143554687500 0.000000000000 0.484375000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.292968750000 0.000000000000 0.378906250000 +0.196289062500 0.200195312500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.076660156250 0.000000000000 +0.083496093750 0.000000000000 0.136718750000 0.000000000000 +0.000000000000 0.308593750000 0.000000000000 0.000000000000 +0.109375000000 0.000000000000 0.000000000000 0.000000000000 +0.110351562500 0.000000000000 0.000000000000 0.000000000000 +0.053222656250 0.126953125000 0.153320312500 0.000000000000 +0.392578125000 0.000000000000 0.035888671875 0.000191688538 +0.107910156250 0.000000000000 0.020019531250 0.122558593750 +0.373046875000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.064941406250 0.318359375000 0.000000000000 0.519531250000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.080078125000 0.000000000000 +0.000000000000 0.419921875000 0.004547119141 0.554687500000 +0.255859375000 0.332031250000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.055419921875 0.000000000000 +0.114257812500 0.004058837891 0.146484375000 0.000000000000 +0.000000000000 0.375000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.080078125000 0.060302734375 0.168945312500 0.000000000000 +0.414062500000 0.000000000000 0.125976562500 0.006805419922 +0.135742187500 0.000000000000 0.065429687500 0.550781250000 +0.546875000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.079101562500 0.500000000000 0.000000000000 0.439453125000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.063476562500 0.000000000000 +0.000000000000 0.000000000000 0.267578125000 0.000000000000 +0.000000000000 0.490234375000 0.000000000000 0.636718750000 +0.255859375000 0.357421875000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.167968750000 0.002868652344 0.047363281250 0.048095703125 +0.000000000000 0.373046875000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.101562500000 0.000000000000 0.169921875000 0.000000000000 +0.306640625000 0.000000000000 0.146484375000 0.006408691406 +0.128906250000 0.000000000000 0.138671875000 0.843750000000 +0.582031250000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.115234375000 0.585937500000 0.000000000000 0.277343750000 +0.099121093750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.012573242188 0.180664062500 0.162109375000 +0.000000000000 0.000000000000 0.371093750000 0.000000000000 +0.000000000000 0.437500000000 0.000000000000 0.652343750000 +0.226562500000 0.255859375000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.121582031250 0.000000000000 0.000000000000 0.183593750000 +0.000000000000 0.341796875000 0.106445312500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.092773437500 0.000000000000 0.128906250000 0.000000000000 +0.102050781250 0.000000000000 0.166992187500 0.000000000000 +0.077148437500 0.000000000000 0.128906250000 0.945312500000 +0.542968750000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.059814453125 0.535156250000 0.000000000000 0.022094726562 +0.233398437500 0.000440597534 0.000000000000 0.000000000000 +0.000000000000 0.137695312500 0.227539062500 0.328125000000 +0.000000000000 0.000000000000 0.384765625000 0.000000000000 +0.000000000000 0.320312500000 0.000000000000 0.582031250000 +0.104492187500 0.087402343750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.065429687500 0.000000000000 0.000000000000 0.223632812500 +0.022094726562 0.187500000000 0.196289062500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.001869201660 0.000000000000 0.126953125000 0.000000000000 +0.000000000000 0.000000000000 0.123535156250 0.060546875000 +0.000000000000 0.000000000000 0.120117187500 0.945312500000 +0.408203125000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.427734375000 0.000000000000 0.000000000000 +0.279296875000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.148437500000 0.265625000000 0.441406250000 +0.000000000000 0.000000000000 0.283203125000 0.000000000000 +0.000000000000 0.070800781250 0.000000000000 0.425781250000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.193359375000 +0.115234375000 0.019531250000 0.217773437500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.007812500000 0.000000000000 +0.000000000000 0.000000000000 0.072265625000 0.000000000000 +0.000000000000 0.000000000000 0.105468750000 0.000000000000 +0.000000000000 0.094726562500 0.000000000000 0.734375000000 +0.209960937500 0.039550781250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.190429687500 0.000000000000 0.000000000000 +0.240234375000 0.000000000000 0.000000000000 0.000000000000 +0.048095703125 0.104003906250 0.250000000000 0.433593750000 +0.000000000000 0.000000000000 0.099121093750 0.012878417969 +0.000000000000 0.000000000000 0.000000000000 0.191406250000 +0.000000000000 0.000000000000 0.099121093750 0.000000000000 +0.108398437500 0.000000000000 0.000000000000 0.070312500000 +0.000000000000 0.000000000000 0.000000000000 0.050292968750 +0.142578125000 0.000000000000 0.188476562500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.217773437500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.051025390625 0.000000000000 +0.000000000000 0.150390625000 0.000000000000 0.326171875000 +0.000000000000 0.205078125000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.012145996094 0.000000000000 +0.137695312500 0.000000000000 0.000000000000 0.000000000000 +0.137695312500 0.029541015625 0.121093750000 0.318359375000 +0.000000000000 0.052978515625 0.000000000000 0.119140625000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.202148437500 0.048583984375 +0.234375000000 0.000000000000 0.000000000000 0.162109375000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.109375000000 0.000000000000 0.083496093750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.300781250000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.010498046875 0.012390136719 +0.000000000000 0.145507812500 0.000000000000 0.000000000000 +0.000000000000 0.245117187500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.139648437500 0.000000000000 0.000000000000 0.078125000000 +0.000000000000 0.166015625000 0.000000000000 0.184570312500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.227539062500 0.186523437500 +0.245117187500 0.000000000000 0.000000000000 0.156250000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.039794921875 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.069335937500 +0.000000000000 0.136718750000 0.267578125000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.234375000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.086425781250 0.000000000000 0.000000000000 +0.000000000000 0.217773437500 0.000000000000 0.020385742188 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.108886718750 +0.068847656250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.159179687500 0.000000000000 0.174804687500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.190429687500 0.271484375000 +0.253906250000 0.000000000000 0.080078125000 0.105957031250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.007934570312 +0.101074218750 0.000000000000 0.000000000000 0.118164062500 +0.068847656250 0.257812500000 0.124023437500 0.000000000000 +0.000000000000 0.020751953125 0.000000000000 0.435546875000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.076171875000 0.107910156250 0.040283203125 +0.000000000000 0.019775390625 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.011108398438 0.183593750000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.144531250000 0.000000000000 0.136718750000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.016357421875 0.000000000000 0.061523437500 0.245117187500 +0.090820312500 0.000000000000 0.103027343750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.096191406250 0.000000000000 0.000000000000 0.052978515625 +0.189453125000 0.283203125000 0.000000000000 0.000000000000 +0.000000000000 0.017822265625 0.000000000000 0.458984375000 +0.002471923828 0.000000000000 0.000000000000 0.036621093750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.132812500000 0.049072265625 +0.000000000000 0.138671875000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.210937500000 0.144531250000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.017822265625 0.000000000000 0.049804687500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.104980468750 0.000000000000 0.000000000000 0.175781250000 +0.000000000000 0.000000000000 0.124023437500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.021972656250 0.000000000000 0.000000000000 0.000000000000 +0.200195312500 0.269531250000 0.000000000000 0.000000000000 +0.000000000000 0.015563964844 0.000000000000 0.333984375000 +0.099609375000 0.000000000000 0.000000000000 0.000000000000 +0.063476562500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.119628906250 0.085449218750 +0.000000000000 0.228515625000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.147460937500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.111328125000 0.000000000000 0.000000000000 +0.123535156250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.026855468750 0.000000000000 +0.049560546875 0.136718750000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.109863281250 +0.072265625000 0.000000000000 0.000000000000 0.077636718750 +0.168945312500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.062011718750 0.120605468750 +0.000000000000 0.163085937500 0.000000000000 0.000000000000 +0.000000000000 0.024658203125 0.000000000000 0.017578125000 +0.000000000000 0.015625000000 0.051269531250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.149414062500 0.000000000000 0.068847656250 +0.140625000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.020996093750 0.040527343750 0.000000000000 +0.000000000000 0.000000000000 0.028930664062 0.000000000000 +0.000000000000 0.005798339844 0.000000000000 0.000000000000 +0.044433593750 0.030883789062 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.017211914062 +0.277343750000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.117187500000 +0.055664062500 0.023193359375 0.000000000000 0.000000000000 +0.000000000000 0.186523437500 0.000000000000 0.016723632812 +0.000000000000 0.123046875000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.065917968750 0.000000000000 0.000000000000 +0.000000000000 0.141601562500 0.000000000000 0.175781250000 +0.056640625000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.075683593750 0.146484375000 0.000000000000 +0.000000000000 0.000000000000 0.021484375000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.134765625000 0.097656250000 0.014404296875 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.050048828125 +0.267578125000 0.000000000000 0.004058837891 0.074218750000 +0.000000000000 0.000000000000 0.000000000000 0.042236328125 +0.030639648438 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.265625000000 0.000000000000 0.000000000000 +0.000000000000 0.113769531250 0.000000000000 0.000000000000 +0.000000000000 0.067382812500 0.210937500000 0.000000000000 +0.000000000000 0.100585937500 0.000000000000 0.000000000000 +0.016235351562 0.028198242188 0.000000000000 0.197265625000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.051269531250 0.187500000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.111816406250 0.146484375000 0.062500000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.176757812500 0.000000000000 0.000000000000 0.116210937500 +0.000000000000 0.115722656250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.045654296875 +0.000000000000 0.273437500000 0.000000000000 0.000000000000 +0.000000000000 0.063964843750 0.000000000000 0.000000000000 +0.000000000000 0.144531250000 0.339843750000 0.027832031250 +0.000000000000 0.127929687500 0.000000000000 0.000000000000 +0.007415771484 0.000000000000 0.000000000000 0.192382812500 +0.000000000000 0.000000000000 0.052001953125 0.000000000000 +0.002410888672 0.046386718750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.020996093750 0.174804687500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.038085937500 0.178710937500 0.101562500000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.025512695312 0.000000000000 0.000000000000 0.068359375000 +0.000000000000 0.304687500000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.046630859375 +0.000000000000 0.115234375000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.159179687500 0.349609375000 0.181640625000 +0.000000000000 0.071777343750 0.000000000000 0.000000000000 +0.002365112305 0.000000000000 0.000000000000 0.154296875000 +0.000000000000 0.000000000000 0.089843750000 0.000000000000 +0.035156250000 0.109375000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.143554687500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.152343750000 0.091308593750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.318359375000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.047851562500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.101074218750 0.201171875000 0.226562500000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.096679687500 +0.000000000000 0.000000000000 0.091796875000 0.028930664062 +0.042724609375 0.098632812500 0.077148437500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.008666992188 0.000000000000 0.000000000000 0.000000000000 +0.205078125000 0.000000000000 0.000000000000 0.068847656250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.070800781250 0.065917968750 0.000000000000 +0.000000000000 0.000000000000 0.061279296875 0.015075683594 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.045166015625 0.210937500000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.151367187500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.162109375000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.026611328125 0.000000000000 0.037597656250 0.162109375000 +0.007354736328 0.052734375000 0.198242187500 0.000000000000 +0.000000000000 0.000000000000 0.054687500000 0.000000000000 +0.011108398438 0.000000000000 0.000000000000 0.000000000000 +0.180664062500 0.000000000000 0.000000000000 0.251953125000 +0.000000000000 0.159179687500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.067871093750 0.000000000000 0.131835937500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.126953125000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.163085937500 0.000000000000 +0.052490234375 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.190429687500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.038085937500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.125000000000 0.000000000000 0.000000000000 0.214843750000 +0.000000000000 0.000000000000 0.283203125000 0.007629394531 +0.000000000000 0.025268554688 0.159179687500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.086914062500 0.000000000000 0.000000000000 0.357421875000 +0.000000000000 0.251953125000 0.000000000000 0.231445312500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.263671875000 0.002731323242 0.197265625000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.190429687500 0.000000000000 0.198242187500 0.000000000000 +0.000000000000 0.000000000000 0.053466796875 0.000000000000 +0.096679687500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.431640625000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.023193359375 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.225585937500 0.000000000000 0.000000000000 0.204101562500 +0.000000000000 0.000000000000 0.259765625000 0.068847656250 +0.000000000000 0.080566406250 0.174804687500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.326171875000 +0.000000000000 0.273437500000 0.000000000000 0.457031250000 +0.000000000000 0.000000000000 0.000000000000 0.020385742188 +0.277343750000 0.041015625000 0.213867187500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.169921875000 0.000000000000 0.353515625000 0.208007812500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.232421875000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.498046875000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.094726562500 +0.000000000000 0.077636718750 0.000000000000 0.000000000000 +0.292968750000 0.000000000000 0.000000000000 0.184570312500 +0.000000000000 0.000000000000 0.179687500000 0.110351562500 +0.000000000000 0.126953125000 0.070312500000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.226562500000 +0.000000000000 0.292968750000 0.000000000000 0.550781250000 +0.000000000000 0.000000000000 0.000000000000 0.031982421875 +0.184570312500 0.160156250000 0.195312500000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.095703125000 0.000000000000 0.404296875000 0.322265625000 +0.088378906250 0.072753906250 0.000000000000 0.000000000000 +0.209960937500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.539062500000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.119628906250 +0.000000000000 0.110351562500 0.000000000000 0.000000000000 +0.316406250000 0.000000000000 0.000000000000 0.147460937500 +0.000000000000 0.000000000000 0.108398437500 0.060302734375 +0.000000000000 0.067382812500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.044189453125 0.092773437500 +0.000000000000 0.287109375000 0.000000000000 0.523437500000 +0.000000000000 0.000000000000 0.000000000000 0.069335937500 +0.108398437500 0.187500000000 0.129882812500 0.031982421875 +0.015136718750 0.000000000000 0.000000000000 0.000000000000 +0.041748046875 0.000000000000 0.376953125000 0.330078125000 +0.163085937500 0.115722656250 0.000000000000 0.000000000000 +0.216796875000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.496093750000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.101562500000 +0.000000000000 0.095214843750 0.000000000000 0.000000000000 +0.285156250000 0.000000000000 0.000000000000 0.093261718750 +0.000000000000 0.000000000000 0.061767578125 0.034912109375 +0.000000000000 0.046875000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.036621093750 0.013916015625 +0.000000000000 0.257812500000 0.000000000000 0.455078125000 +0.000000000000 0.000000000000 0.000000000000 0.051757812500 +0.079101562500 0.161132812500 0.111328125000 0.000000000000 +0.023925781250 0.000000000000 0.000000000000 0.000000000000 +0.013427734375 0.000000000000 0.347656250000 0.333984375000 +0.155273437500 0.124023437500 0.000000000000 0.000000000000 +0.170898437500 0.000000000000 0.000000000000 0.000000000000 +0.000579833984 0.000000000000 0.425781250000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.099121093750 +0.000000000000 0.075683593750 0.000000000000 0.000000000000 +0.267578125000 0.000000000000 0.000000000000 0.070800781250 +0.000000000000 0.000000000000 0.023071289062 0.027465820312 +0.000000000000 0.026367187500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.028808593750 0.000000000000 +0.000000000000 0.236328125000 0.000000000000 0.390625000000 +0.000000000000 0.000000000000 0.000000000000 0.043701171875 +0.026000976562 0.139648437500 0.079589843750 0.000000000000 +0.039062500000 0.000000000000 0.000000000000 0.000000000000 +0.001686096191 0.000000000000 0.302734375000 0.298828125000 +0.121582031250 0.083984375000 0.000000000000 0.000000000000 +0.152343750000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.343750000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.094238281250 +0.000000000000 0.014587402344 0.000000000000 0.000000000000 +0.232421875000 0.000000000000 0.000000000000 0.108398437500 +0.000000000000 0.000000000000 0.052978515625 0.032470703125 +0.000000000000 0.026733398438 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.028442382812 +0.000000000000 0.233398437500 0.000000000000 0.349609375000 +0.000000000000 0.000000000000 0.000000000000 0.042724609375 +0.000823974609 0.124023437500 0.081542968750 0.022583007812 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.267578125000 0.253906250000 +0.064453125000 0.006072998047 0.000000000000 0.000000000000 +0.115234375000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.339843750000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.089843750000 +0.000000000000 0.012817382812 0.000000000000 0.000000000000 +0.232421875000 0.000000000000 0.000000000000 0.128906250000 +0.000000000000 0.000000000000 0.076171875000 0.025024414062 +0.000000000000 0.009033203125 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.054443359375 +0.000000000000 0.250000000000 0.000000000000 0.328125000000 +0.000000000000 0.000000000000 0.000000000000 0.054687500000 +0.063964843750 0.144531250000 0.083984375000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.022338867188 0.000000000000 0.257812500000 0.225585937500 +0.000000000000 0.025756835938 0.000000000000 0.000000000000 +0.148437500000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.375000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.054687500000 +0.000000000000 0.057617187500 0.000000000000 0.000000000000 +0.269531250000 0.000000000000 0.000000000000 0.138671875000 +0.000000000000 0.000000000000 0.132812500000 0.000000000000 +0.000000000000 0.027587890625 0.012939453125 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.083984375000 +0.000000000000 0.273437500000 0.000000000000 0.324218750000 +0.000000000000 0.000000000000 0.000000000000 0.035644531250 +0.194335937500 0.159179687500 0.111816406250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.101074218750 0.000000000000 0.257812500000 0.177734375000 +0.000000000000 0.048828125000 0.000000000000 0.000000000000 +0.150390625000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.423828125000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.133789062500 0.000000000000 0.000000000000 +0.310546875000 0.000000000000 0.000000000000 0.111328125000 +0.000000000000 0.000000000000 0.147460937500 0.000000000000 +0.000000000000 0.065429687500 0.063476562500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.074707031250 +0.000000000000 0.265625000000 0.000000000000 0.365234375000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.281250000000 0.147460937500 0.139648437500 0.003143310547 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.173828125000 0.000000000000 0.240234375000 0.164062500000 +0.000000000000 0.070800781250 0.000000000000 0.000000000000 +0.201171875000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.445312500000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.237304687500 0.000000000000 0.000000000000 +0.349609375000 0.000000000000 0.000000000000 0.065429687500 +0.000000000000 0.000000000000 0.141601562500 0.000000000000 +0.000000000000 0.093261718750 0.085449218750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.007049560547 0.014160156250 +0.000000000000 0.229492187500 0.000000000000 0.392578125000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.296875000000 0.105957031250 0.146484375000 0.000000000000 +0.049560546875 0.000000000000 0.000000000000 0.000000000000 +0.217773437500 0.000000000000 0.209960937500 0.185546875000 +0.083007812500 0.074707031250 0.000000000000 0.000000000000 +0.188476562500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.417968750000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.049072265625 0.000000000000 +0.000000000000 0.337890625000 0.000000000000 0.023071289062 +0.363281250000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.073242187500 0.000000000000 +0.000000000000 0.087890625000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.072753906250 0.000000000000 +0.000000000000 0.147460937500 0.000000000000 0.375000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.255859375000 0.052734375000 0.129882812500 0.000000000000 +0.172851562500 0.000000000000 0.000000000000 0.016723632812 +0.214843750000 0.000000000000 0.130859375000 0.194335937500 +0.187500000000 0.078613281250 0.000000000000 0.000000000000 +0.206054687500 0.000000000000 0.000000000000 0.041259765625 +0.000000000000 0.000000000000 0.306640625000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.147460937500 0.000000000000 +0.000000000000 0.371093750000 0.000000000000 0.134765625000 +0.351562500000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.057373046875 0.000000000000 0.024902343750 +0.000000000000 0.033691406250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.069335937500 0.000000000000 +0.000000000000 0.048583984375 0.000000000000 0.269531250000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.184570312500 0.000000000000 0.099609375000 0.009399414062 +0.251953125000 0.000000000000 0.000000000000 0.183593750000 +0.216796875000 0.000000000000 0.013854980469 0.160156250000 +0.203125000000 0.000000000000 0.000000000000 0.000000000000 +0.106933593750 0.172851562500 0.000000000000 0.076171875000 +0.000000000000 0.021240234375 0.122070312500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.156250000000 0.000000000000 +0.000000000000 0.380859375000 0.000000000000 0.240234375000 +0.285156250000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.053955078125 0.000000000000 0.000000000000 0.080566406250 +0.000000000000 0.087890625000 0.064453125000 0.000000000000 +0.000000000000 0.000000000000 0.084960937500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.106933593750 +0.030883789062 0.000000000000 0.000000000000 0.000000000000 +0.026611328125 0.000000000000 0.029418945312 0.053222656250 +0.275390625000 0.000000000000 0.000000000000 0.330078125000 +0.167968750000 0.000000000000 0.000000000000 0.095214843750 +0.208984375000 0.000000000000 0.000000000000 0.000000000000 +0.034912109375 0.332031250000 0.000000000000 0.053710937500 +0.019897460938 0.106445312500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.011291503906 0.000000000000 +0.000000000000 0.000000000000 0.140625000000 0.000000000000 +0.000000000000 0.300781250000 0.000000000000 0.277343750000 +0.174804687500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.088867187500 0.000000000000 0.000000000000 0.055908203125 +0.000000000000 0.101562500000 0.135742187500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.092285156250 0.016845703125 0.033447265625 0.000000000000 +0.000000000000 0.000000000000 0.002212524414 0.000000000000 +0.236328125000 0.000000000000 0.012268066406 0.392578125000 +0.102050781250 0.000000000000 0.000000000000 0.018554687500 +0.115722656250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.388671875000 0.000000000000 0.063964843750 +0.000000000000 0.082031250000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.200195312500 0.000000000000 +0.000000000000 0.000000000000 0.092285156250 0.000000000000 +0.000000000000 0.209960937500 0.000000000000 0.332031250000 +0.102050781250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.053710937500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.122558593750 0.132812500000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.093750000000 0.079589843750 0.091796875000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.174804687500 0.000000000000 0.043212890625 0.376953125000 +0.123046875000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.353515625000 0.000000000000 0.031250000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.088378906250 0.271484375000 0.086425781250 +0.000000000000 0.000000000000 0.023071289062 0.000000000000 +0.000000000000 0.102050781250 0.000000000000 0.349609375000 +0.017333984375 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.010437011719 0.000000000000 0.000000000000 +0.022949218750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.121093750000 0.053222656250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.007080078125 0.085449218750 0.117675781250 0.000000000000 +0.000000000000 0.000000000000 0.007690429688 0.000000000000 +0.004882812500 0.000000000000 0.024536132812 0.343750000000 +0.207031250000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.230468750000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.076660156250 0.255859375000 0.212890625000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.010375976562 0.000000000000 0.341796875000 +0.018554687500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.050292968750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.003402709961 0.095703125000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.050048828125 0.116210937500 0.000000000000 +0.000000000000 0.000000000000 0.090332031250 0.006011962891 +0.000000000000 0.000000000000 0.000000000000 0.292968750000 +0.287109375000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.008056640625 0.000000000000 +0.000000000000 0.090820312500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.130859375000 0.213867187500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.042236328125 0.000000000000 0.296875000000 +0.087890625000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.065917968750 0.098144531250 0.000000000000 +0.000000000000 0.000000000000 0.018310546875 0.000000000000 +0.010681152344 0.052246093750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.098144531250 0.000000000000 +0.114257812500 0.000000000000 0.153320312500 0.010131835938 +0.000000000000 0.000000000000 0.000000000000 0.219726562500 +0.357421875000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.026611328125 0.000000000000 +0.008483886719 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.140625000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.113769531250 0.000000000000 0.261718750000 +0.144531250000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.129882812500 0.000000000000 +0.000000000000 0.000000000000 0.062011718750 0.000000000000 +0.000000000000 0.017089843750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.042236328125 +0.000000000000 0.000000000000 0.042724609375 0.000000000000 +0.179687500000 0.000000000000 0.176757812500 0.004730224609 +0.000000000000 0.000000000000 0.000000000000 0.183593750000 +0.355468750000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.062988281250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.033447265625 0.000000000000 +0.000000000000 0.203125000000 0.000000000000 0.221679687500 +0.213867187500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.103027343750 0.000000000000 +0.000000000000 0.006103515625 0.075683593750 0.000000000000 +0.000000000000 0.017333984375 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.144531250000 +0.000000000000 0.000000000000 0.004333496094 0.000000000000 +0.174804687500 0.000000000000 0.180664062500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.218750000000 +0.339843750000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.055419921875 0.047363281250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.010375976562 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.102539062500 0.000000000000 +0.000000000000 0.263671875000 0.000000000000 0.218750000000 +0.207031250000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.012817382812 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.028198242188 +0.000000000000 0.000556945801 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.137695312500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.057861328125 0.000000000000 0.135742187500 0.013977050781 +0.082519531250 0.000000000000 0.000000000000 0.279296875000 +0.224609375000 0.000000000000 0.000000000000 0.043457031250 +0.052490234375 0.000000000000 0.000000000000 0.000000000000 +0.012756347656 0.220703125000 0.000000000000 0.002609252930 +0.004272460938 0.029663085938 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.084472656250 0.000000000000 +0.000000000000 0.277343750000 0.000000000000 0.232421875000 +0.178710937500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.017456054688 0.000000000000 0.000000000000 0.056640625000 +0.000000000000 0.061279296875 0.090332031250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.033447265625 0.000000000000 0.005310058594 0.000000000000 +0.000000000000 0.000000000000 0.032470703125 0.000000000000 +0.188476562500 0.000000000000 0.000000000000 0.324218750000 +0.111816406250 0.000000000000 0.000000000000 0.033691406250 +0.070312500000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.332031250000 0.000000000000 0.071289062500 +0.000000000000 0.092285156250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.121582031250 0.000000000000 +0.000000000000 0.000000000000 0.083007812500 0.000000000000 +0.000000000000 0.243164062500 0.000000000000 0.277343750000 +0.132812500000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.079101562500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.088867187500 0.122558593750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.087890625000 0.068359375000 0.088867187500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.208007812500 0.000000000000 0.020141601562 0.318359375000 +0.079101562500 0.000000000000 0.000000000000 0.000000000000 +0.010864257812 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.345703125000 0.000000000000 0.085937500000 +0.000000000000 0.012573242188 0.000000000000 0.000000000000 +0.000000000000 0.058593750000 0.246093750000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.150390625000 0.000000000000 0.333984375000 +0.060791015625 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.040771484375 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.140625000000 0.068847656250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.091308593750 0.097167968750 0.119140625000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.046142578125 +0.115234375000 0.000000000000 0.064453125000 0.312500000000 +0.157226562500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.287109375000 0.000000000000 0.006378173828 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.089355468750 0.255859375000 0.173828125000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.078125000000 0.000000000000 0.335937500000 +0.014892578125 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.103515625000 0.000000000000 0.000000000000 +0.002212524414 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.124023437500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.092285156250 0.117187500000 0.000000000000 +0.000000000000 0.000000000000 0.051513671875 0.010986328125 +0.000000000000 0.000000000000 0.030517578125 0.294921875000 +0.312500000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.083007812500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.025878906250 0.199218750000 0.314453125000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.300781250000 +0.073242187500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.105957031250 0.136718750000 0.000000000000 +0.000000000000 0.000000000000 0.087890625000 0.000000000000 +0.044189453125 0.046142578125 0.000000000000 0.000000000000 +0.056640625000 0.000000000000 0.000000000000 0.021484375000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.083007812500 0.000000000000 +0.148437500000 0.000000000000 0.183593750000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.231445312500 +0.429687500000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.106933593750 0.000000000000 +0.117675781250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.375000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.219726562500 +0.159179687500 0.000000000000 0.000000000000 0.029052734375 +0.000000000000 0.052734375000 0.249023437500 0.000000000000 +0.000000000000 0.049804687500 0.239257812500 0.000000000000 +0.029296875000 0.000000000000 0.000000000000 0.000000000000 +0.017944335938 0.000000000000 0.000000000000 0.298828125000 +0.000000000000 0.058349609375 0.000000000000 0.209960937500 +0.000000000000 0.000000000000 0.034667968750 0.000000000000 +0.316406250000 0.000000000000 0.308593750000 0.039794921875 +0.000000000000 0.000000000000 0.000000000000 0.165039062500 +0.490234375000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.127929687500 0.000000000000 +0.255859375000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.291015625000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.281250000000 +0.000000000000 0.000000000000 0.051757812500 0.000000000000 +0.000000000000 0.059814453125 0.000000000000 0.067871093750 +0.296875000000 0.000000000000 0.000000000000 0.140625000000 +0.000000000000 0.000000000000 0.324218750000 0.062988281250 +0.000000000000 0.143554687500 0.312500000000 0.000000000000 +0.039062500000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.435546875000 +0.000000000000 0.203125000000 0.000000000000 0.550781250000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.382812500000 0.038085937500 0.351562500000 0.036621093750 +0.000000000000 0.000000000000 0.000000000000 0.068847656250 +0.503906250000 0.000000000000 0.202148437500 0.000000000000 +0.000000000000 0.000000000000 0.080566406250 0.000000000000 +0.318359375000 0.000000000000 0.000000000000 0.000000000000 +0.076660156250 0.000000000000 0.546875000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.083496093750 +0.000000000000 0.000000000000 0.089355468750 0.009948730469 +0.000000000000 0.141601562500 0.000000000000 0.000000000000 +0.343750000000 0.000000000000 0.000000000000 0.190429687500 +0.000000000000 0.000000000000 0.314453125000 0.163085937500 +0.000000000000 0.197265625000 0.273437500000 0.043212890625 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.437500000000 +0.000000000000 0.245117187500 0.000000000000 0.765625000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.355468750000 0.124023437500 0.371093750000 0.005096435547 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.423828125000 0.000000000000 0.417968750000 0.241210937500 +0.018798828125 0.000000000000 0.000000000000 0.000000000000 +0.353515625000 0.000000000000 0.000000000000 0.000000000000 +0.130859375000 0.000000000000 0.675781250000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.121582031250 0.119628906250 +0.000000000000 0.190429687500 0.000000000000 0.000000000000 +0.388671875000 0.000000000000 0.000000000000 0.173828125000 +0.000000000000 0.000000000000 0.213867187500 0.192382812500 +0.000000000000 0.191406250000 0.149414062500 0.144531250000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.304687500000 +0.000000000000 0.287109375000 0.000000000000 0.804687500000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.273437500000 0.204101562500 0.302734375000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.271484375000 0.000000000000 0.503906250000 0.421875000000 +0.236328125000 0.019287109375 0.000000000000 0.000000000000 +0.287109375000 0.000000000000 0.000000000000 0.000000000000 +0.120117187500 0.000000000000 0.656250000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.110839843750 0.168945312500 +0.000000000000 0.213867187500 0.000000000000 0.000000000000 +0.400390625000 0.000000000000 0.000000000000 0.135742187500 +0.000000000000 0.000000000000 0.088867187500 0.130859375000 +0.000000000000 0.132812500000 0.000000000000 0.109375000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.127929687500 0.101074218750 +0.000000000000 0.277343750000 0.000000000000 0.757812500000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.107421875000 0.253906250000 0.191406250000 0.000000000000 +0.063476562500 0.000000000000 0.000000000000 0.000000000000 +0.083984375000 0.000000000000 0.447265625000 0.447265625000 +0.343750000000 0.158203125000 0.000000000000 0.000000000000 +0.205078125000 0.000000000000 0.000000000000 0.000000000000 +0.013916015625 0.000000000000 0.535156250000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.020385742188 0.147460937500 +0.000000000000 0.259765625000 0.000000000000 0.000000000000 +0.386718750000 0.000000000000 0.000000000000 0.069824218750 +0.000000000000 0.000000000000 0.000062465668 0.007202148438 +0.000000000000 0.079101562500 0.000000000000 0.053222656250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.188476562500 0.000000000000 +0.000000000000 0.243164062500 0.000000000000 0.554687500000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.048828125000 0.207031250000 0.088867187500 0.002807617188 +0.255859375000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.347656250000 0.417968750000 +0.371093750000 0.269531250000 0.000000000000 0.000000000000 +0.130859375000 0.000000000000 0.000000000000 0.030883789062 +0.000000000000 0.000000000000 0.347656250000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.082519531250 +0.000000000000 0.304687500000 0.000000000000 0.000000000000 +0.326171875000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.005218505859 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.244140625000 0.000000000000 +0.000000000000 0.112792968750 0.000000000000 0.253906250000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.087890625000 0.000000000000 0.067871093750 +0.390625000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.143554687500 0.312500000000 +0.322265625000 0.240234375000 0.000000000000 0.000000000000 +0.019653320312 0.184570312500 0.000000000000 0.251953125000 +0.000000000000 0.115234375000 0.083496093750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.343750000000 0.000000000000 0.156250000000 +0.277343750000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.088378906250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.138671875000 0.024658203125 0.000000000000 +0.000000000000 0.028686523438 0.218750000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.150390625000 0.051269531250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.009399414062 +0.427734375000 0.000000000000 0.000000000000 0.075195312500 +0.035644531250 0.000000000000 0.000000000000 0.124511718750 +0.191406250000 0.121582031250 0.000000000000 0.000000000000 +0.000000000000 0.326171875000 0.000000000000 0.359375000000 +0.000000000000 0.050781250000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.085449218750 0.000000000000 +0.000000000000 0.000000000000 0.007507324219 0.000000000000 +0.000000000000 0.332031250000 0.000000000000 0.343750000000 +0.202148437500 0.111816406250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.163085937500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.275390625000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.063476562500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.163085937500 0.109863281250 0.110351562500 0.000000000000 +0.060058593750 0.000000000000 0.000000000000 0.003341674805 +0.337890625000 0.000000000000 0.066894531250 0.283203125000 +0.257812500000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.367187500000 0.000000000000 0.328125000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.012939453125 0.177734375000 0.000000000000 +0.000000000000 0.000000000000 0.044677734375 0.000000000000 +0.000000000000 0.273437500000 0.000000000000 0.480468750000 +0.169921875000 0.178710937500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.095214843750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.289062500000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.085937500000 0.087890625000 0.157226562500 0.000000000000 +0.161132812500 0.000000000000 0.063476562500 0.037597656250 +0.146484375000 0.000000000000 0.096191406250 0.480468750000 +0.451171875000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.052978515625 0.332031250000 0.000000000000 0.224609375000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.004058837891 0.194335937500 0.205078125000 +0.000000000000 0.000000000000 0.111816406250 0.000000000000 +0.000000000000 0.267578125000 0.000000000000 0.519531250000 +0.193359375000 0.201171875000 0.000000000000 0.000000000000 +0.000000000000 0.024169921875 0.075195312500 0.000000000000 +0.092285156250 0.000000000000 0.126953125000 0.000000000000 +0.000000000000 0.255859375000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.017944335938 0.152343750000 0.000000000000 +0.283203125000 0.000000000000 0.196289062500 0.002304077148 +0.000000000000 0.000000000000 0.053222656250 0.570312500000 +0.621093750000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.115234375000 0.241210937500 0.000000000000 0.097167968750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.094726562500 0.300781250000 +0.000000000000 0.000000000000 0.188476562500 0.000000000000 +0.000000000000 0.261718750000 0.000000000000 0.515625000000 +0.209960937500 0.185546875000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.108886718750 0.000000000000 +0.000000000000 0.007019042969 0.137695312500 0.000000000000 +0.000000000000 0.181640625000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.064453125000 +0.000000000000 0.000000000000 0.127929687500 0.000000000000 +0.308593750000 0.000000000000 0.277343750000 0.052490234375 +0.000000000000 0.000000000000 0.013610839844 0.632812500000 +0.648437500000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.170898437500 0.095703125000 0.000000000000 0.000000000000 +0.137695312500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.306640625000 +0.000000000000 0.000000000000 0.279296875000 0.000000000000 +0.000000000000 0.248046875000 0.000000000000 0.443359375000 +0.218750000000 0.118652343750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.111328125000 0.000000000000 +0.000000000000 0.042480468750 0.125976562500 0.145507812500 +0.022705078125 0.099121093750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.253906250000 +0.000000000000 0.000000000000 0.036376953125 0.000000000000 +0.231445312500 0.000000000000 0.298828125000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.652343750000 +0.585937500000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.119628906250 0.054199218750 0.000000000000 0.000000000000 +0.228515625000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.193359375000 +0.000000000000 0.000000000000 0.289062500000 0.000000000000 +0.000000000000 0.209960937500 0.000000000000 0.292968750000 +0.200195312500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.006134033203 0.000000000000 +0.000000000000 0.026489257812 0.000000000000 0.248046875000 +0.009216308594 0.000000000000 0.028686523438 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.304687500000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.247070312500 0.033203125000 +0.000000000000 0.000000000000 0.000000000000 0.550781250000 +0.371093750000 0.000000000000 0.000000000000 0.079101562500 +0.034912109375 0.000000000000 0.000000000000 0.000000000000 +0.057617187500 0.040527343750 0.000000000000 0.000000000000 +0.224609375000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.195312500000 0.051757812500 +0.000000000000 0.139648437500 0.000000000000 0.148437500000 +0.123046875000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.209960937500 +0.000000000000 0.000000000000 0.176757812500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.218750000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.124023437500 0.000000000000 +0.011230468750 0.000092983246 0.000000000000 0.353515625000 +0.065429687500 0.000000000000 0.000000000000 0.168945312500 +0.103515625000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.076660156250 0.000000000000 0.000000000000 +0.192382812500 0.144531250000 0.000000000000 0.000000000000 +0.089355468750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.072753906250 0.078125000000 0.113769531250 +0.000000000000 0.019897460938 0.000000000000 0.051757812500 +0.015991210938 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.134765625000 +0.000000000000 0.000000000000 0.296875000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.012817382812 +0.087402343750 0.129882812500 0.000000000000 0.141601562500 +0.000000000000 0.000000000000 0.000000000000 0.174804687500 +0.107910156250 0.000000000000 0.000000000000 0.176757812500 +0.000000000000 0.118164062500 0.000000000000 0.000000000000 +0.107421875000 0.187500000000 0.000000000000 0.000000000000 +0.160156250000 0.000000000000 0.153320312500 0.000000000000 +0.000000000000 0.326171875000 0.000000000000 0.137695312500 +0.061279296875 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.100585937500 0.000000000000 +0.075683593750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.306640625000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.039550781250 0.150390625000 0.000088691711 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.105957031250 0.144531250000 0.000000000000 0.000000000000 +0.000000000000 0.257812500000 0.000000000000 0.103027343750 +0.000000000000 0.000000000000 0.000000000000 0.273437500000 +0.000000000000 0.116210937500 0.000000000000 0.000000000000 +0.000000000000 0.137695312500 0.000000000000 0.000000000000 +0.172851562500 0.078125000000 0.322265625000 0.000000000000 +0.000000000000 0.388671875000 0.000000000000 0.098632812500 +0.091796875000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.221679687500 0.000000000000 +0.135742187500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.239257812500 0.000000000000 +0.000000000000 0.015869140625 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.030273437500 0.259765625000 0.061035156250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.011291503906 +0.053222656250 0.111328125000 0.000000000000 0.000000000000 +0.000000000000 0.486328125000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.208007812500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.028930664062 0.143554687500 0.330078125000 0.000000000000 +0.000000000000 0.369140625000 0.000000000000 0.000000000000 +0.039550781250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.221679687500 0.000000000000 +0.154296875000 0.190429687500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.031738281250 0.016723632812 +0.384765625000 0.000000000000 0.000000000000 0.000000000000 +0.058349609375 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.275390625000 0.086425781250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.507812500000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.059814453125 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.036865234375 +0.000000000000 0.045166015625 0.261718750000 0.036621093750 +0.000000000000 0.149414062500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.006042480469 +0.000000000000 0.000000000000 0.177734375000 0.093750000000 +0.097167968750 0.234375000000 0.153320312500 0.000000000000 +0.000000000000 0.000000000000 0.020507812500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.597656250000 0.000000000000 0.000000000000 0.049804687500 +0.113281250000 0.090820312500 0.000000000000 0.000000000000 +0.000000000000 0.214843750000 0.098632812500 0.000000000000 +0.026123046875 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.048828125000 0.400390625000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.231445312500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.019042968750 0.069335937500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.038574218750 +0.053466796875 0.000000000000 0.000000000000 0.180664062500 +0.000000000000 0.138671875000 0.341796875000 0.000000000000 +0.000000000000 0.000000000000 0.335937500000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.562500000000 0.000000000000 0.000000000000 0.291015625000 +0.076171875000 0.188476562500 0.000000000000 0.000000000000 +0.000000000000 0.058593750000 0.044921875000 0.000000000000 +0.421875000000 0.000000000000 0.162109375000 0.036865234375 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.322265625000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.273437500000 0.000000000000 +0.139648437500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.294921875000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.056640625000 0.000000000000 0.050781250000 +0.291015625000 0.042236328125 0.000000000000 0.189453125000 +0.000000000000 0.000000000000 0.390625000000 0.000000000000 +0.000000000000 0.149414062500 0.480468750000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.320312500000 0.000000000000 0.000000000000 0.380859375000 +0.017211914062 0.273437500000 0.000000000000 0.304687500000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.644531250000 0.026977539062 0.308593750000 0.020263671875 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.535156250000 0.000000000000 0.121093750000 0.000000000000 +0.000000000000 0.000000000000 0.213867187500 0.000000000000 +0.333984375000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.613281250000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.062255859375 0.000000000000 +0.000000000000 0.294921875000 0.000000000000 0.049316406250 +0.447265625000 0.066406250000 0.000000000000 0.166992187500 +0.000000000000 0.000000000000 0.419921875000 0.000000000000 +0.000000000000 0.255859375000 0.498046875000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.375000000000 +0.000000000000 0.259765625000 0.000000000000 0.636718750000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.699218750000 0.146484375000 0.351562500000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.011535644531 +0.605468750000 0.000000000000 0.283203125000 0.066894531250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.468750000000 0.000000000000 0.000000000000 0.000000000000 +0.051757812500 0.000000000000 0.746093750000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.269531250000 0.000000000000 +0.000000000000 0.402343750000 0.000000000000 0.041259765625 +0.515625000000 0.085449218750 0.000000000000 0.054687500000 +0.000000000000 0.000000000000 0.310546875000 0.000000000000 +0.000000000000 0.279296875000 0.394531250000 0.107910156250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.275390625000 +0.000000000000 0.245117187500 0.000000000000 0.847656250000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.652343750000 0.166992187500 0.384765625000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.189453125000 +0.589843750000 0.000000000000 0.353515625000 0.255859375000 +0.219726562500 0.000000000000 0.000000000000 0.000000000000 +0.462890625000 0.000000000000 0.000000000000 0.000000000000 +0.173828125000 0.000000000000 0.753906250000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.326171875000 0.000000000000 +0.000000000000 0.431640625000 0.000000000000 0.000000000000 +0.542968750000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.178710937500 0.033447265625 +0.000000000000 0.257812500000 0.175781250000 0.283203125000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.026733398438 0.133789062500 +0.000000000000 0.201171875000 0.000000000000 0.882812500000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.451171875000 0.214843750000 0.337890625000 0.000000000000 +0.012451171875 0.000000000000 0.000000000000 0.229492187500 +0.498046875000 0.000000000000 0.386718750000 0.380859375000 +0.390625000000 0.000000000000 0.000000000000 0.000000000000 +0.451171875000 0.000000000000 0.000000000000 0.000000000000 +0.273437500000 0.000000000000 0.687500000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.351562500000 0.059082031250 +0.000000000000 0.373046875000 0.000000000000 0.000000000000 +0.472656250000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.059326171875 0.078613281250 +0.000000000000 0.186523437500 0.000000000000 0.316406250000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.081054687500 0.003509521484 +0.000000000000 0.138671875000 0.000000000000 0.835937500000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.195312500000 0.177734375000 0.273437500000 0.000518798828 +0.073730468750 0.000000000000 0.000000000000 0.227539062500 +0.304687500000 0.000000000000 0.349609375000 0.443359375000 +0.449218750000 0.000000000000 0.000000000000 0.000000000000 +0.330078125000 0.000000000000 0.000000000000 0.000000000000 +0.316406250000 0.000000000000 0.535156250000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.306640625000 0.157226562500 +0.000000000000 0.233398437500 0.009887695312 0.000000000000 +0.343750000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.163085937500 +0.000000000000 0.037597656250 0.000000000000 0.302734375000 +0.000000000000 0.000000000000 0.076171875000 0.000000000000 +0.000000000000 0.000000000000 0.056152343750 0.000000000000 +0.000000000000 0.093261718750 0.000000000000 0.644531250000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.095703125000 0.162109375000 0.008605957031 +0.067382812500 0.065917968750 0.000000000000 0.124023437500 +0.084472656250 0.000000000000 0.324218750000 0.453125000000 +0.417968750000 0.000000000000 0.000000000000 0.000000000000 +0.128906250000 0.000000000000 0.000000000000 0.000000000000 +0.294921875000 0.000000000000 0.281250000000 0.000000000000 +0.044433593750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.159179687500 0.259765625000 +0.000000000000 0.044189453125 0.000000000000 0.000000000000 +0.190429687500 0.000000000000 0.000000000000 0.000000000000 +0.013244628906 0.000000000000 0.000000000000 0.188476562500 +0.000000000000 0.000000000000 0.000000000000 0.214843750000 +0.000000000000 0.000000000000 0.137695312500 0.000000000000 +0.000000000000 0.000000000000 0.018188476562 0.000000000000 +0.000000000000 0.079101562500 0.030639648438 0.445312500000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.044921875000 0.055908203125 0.006195068359 +0.030029296875 0.168945312500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.233398437500 0.431640625000 +0.308593750000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.203125000000 0.000000000000 0.081542968750 0.000000000000 +0.125976562500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.140625000000 0.000000000000 0.304687500000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.031738281250 0.000000000000 0.024902343750 0.056640625000 +0.135742187500 0.000000000000 0.000000000000 0.184570312500 +0.000000000000 0.000000000000 0.000000000000 0.028320312500 +0.000000000000 0.000000000000 0.147460937500 0.000000000000 +0.000000000000 0.000000000000 0.001380920410 0.000000000000 +0.000000000000 0.106933593750 0.055908203125 0.160156250000 +0.000000000000 0.000000000000 0.000000000000 0.235351562500 +0.000000000000 0.000000000000 0.000000000000 0.009155273438 +0.008178710938 0.217773437500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.202148437500 0.376953125000 +0.143554687500 0.000000000000 0.000000000000 0.038085937500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.016235351562 0.000000000000 0.000000000000 0.000000000000 +0.183593750000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.349609375000 0.000000000000 0.306640625000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.105957031250 0.046386718750 +0.178710937500 0.000000000000 0.000000000000 0.088867187500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.111328125000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.122558593750 0.000000000000 0.000000000000 +0.000000000000 0.043212890625 0.000000000000 0.380859375000 +0.000000000000 0.000000000000 0.000000000000 0.044677734375 +0.046142578125 0.122558593750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.089843750000 0.292968750000 +0.000000000000 0.041992187500 0.000000000000 0.052734375000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.053710937500 +0.191406250000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.441406250000 0.000000000000 0.255859375000 +0.002105712891 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.165039062500 0.036132812500 +0.159179687500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.079589843750 0.059814453125 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.116210937500 0.096191406250 0.000000000000 0.000000000000 +0.000000000000 0.166015625000 0.000000000000 0.427734375000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.119628906250 0.008972167969 0.000000000000 0.000000000000 +0.000000000000 0.123535156250 0.000000000000 0.186523437500 +0.000000000000 0.096191406250 0.000000000000 0.043457031250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.075683593750 +0.092285156250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.478515625000 0.000000000000 0.158203125000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.157226562500 0.000000000000 +0.123535156250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.046142578125 0.040283203125 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.144531250000 0.061767578125 0.000000000000 0.000000000000 +0.000000000000 0.220703125000 0.000000000000 0.392578125000 +0.000000000000 0.000000000000 0.000000000000 0.022949218750 +0.130859375000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.236328125000 0.000000000000 0.067382812500 +0.000000000000 0.037353515625 0.000000000000 0.040039062500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.096679687500 +0.000000000000 0.000000000000 0.065429687500 0.000000000000 +0.000000000000 0.394531250000 0.000000000000 0.073242187500 +0.022216796875 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.154296875000 0.000000000000 +0.065917968750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.017089843750 +0.165039062500 0.000000000000 0.000000000000 0.000000000000 +0.166015625000 0.039306640625 0.000000000000 0.000000000000 +0.000000000000 0.232421875000 0.030639648438 0.257812500000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.051757812500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.253906250000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000156402588 +0.000000000000 0.000000000000 0.071777343750 0.000000000000 +0.000000000000 0.246093750000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.110351562500 0.000000000000 +0.016723632812 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.226562500000 0.000000000000 0.000000000000 0.000000000000 +0.113281250000 0.026367187500 0.000000000000 0.000000000000 +0.000000000000 0.196289062500 0.032226562500 0.104980468750 +0.000000000000 0.000000000000 0.000000000000 0.000972747803 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.195312500000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.049804687500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.037841796875 0.004547119141 +0.000000000000 0.000000000000 0.063964843750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.217773437500 0.000000000000 0.000000000000 0.000000000000 +0.027221679688 0.082031250000 0.000000000000 0.000000000000 +0.000000000000 0.116210937500 0.030151367188 0.000000000000 +0.000000000000 0.000000000000 0.011474609375 0.005645751953 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.019775390625 0.063476562500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.048828125000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.013610839844 0.000000000000 0.000000000000 0.066406250000 +0.000000000000 0.000000000000 0.147460937500 0.000000000000 +0.000000000000 0.000000000000 0.011291503906 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.115234375000 0.000000000000 0.000000000000 0.119140625000 +0.000000000000 0.121093750000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.083984375000 0.000000000000 0.097656250000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.110351562500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.026489257812 0.000000000000 +0.002334594727 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.137695312500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.103515625000 0.000000000000 0.000000000000 0.119628906250 +0.000000000000 0.000000000000 0.170898437500 0.017211914062 +0.000000000000 0.000000000000 0.059326171875 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.195312500000 +0.000000000000 0.184570312500 0.000000000000 0.191406250000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.115234375000 0.000000000000 0.160156250000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.117187500000 0.000000000000 0.123535156250 0.040283203125 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.074707031250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.275390625000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.049072265625 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.170898437500 0.000000000000 0.000000000000 0.154296875000 +0.000000000000 0.000000000000 0.162109375000 0.063476562500 +0.000000000000 0.041259765625 0.004791259766 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.209960937500 +0.000000000000 0.217773437500 0.000000000000 0.339843750000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.095703125000 0.019042968750 0.164062500000 0.010864257812 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.078613281250 0.000000000000 0.227539062500 0.186523437500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.078613281250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.314453125000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.089355468750 +0.000000000000 0.057373046875 0.000000000000 0.000000000000 +0.225585937500 0.000000000000 0.000000000000 0.126953125000 +0.000000000000 0.000000000000 0.104980468750 0.037109375000 +0.000000000000 0.030761718750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.061767578125 +0.000000000000 0.210937500000 0.000000000000 0.343750000000 +0.000000000000 0.000000000000 0.000000000000 0.012512207031 +0.056396484375 0.075195312500 0.111328125000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.259765625000 0.249023437500 +0.057373046875 0.081054687500 0.000000000000 0.000000000000 +0.081542968750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.316406250000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.095703125000 +0.000000000000 0.145507812500 0.000000000000 0.000000000000 +0.227539062500 0.000000000000 0.000000000000 0.018066406250 +0.000000000000 0.000000000000 0.018188476562 0.000000000000 +0.000000000000 0.012268066406 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.093261718750 0.000000000000 +0.000000000000 0.174804687500 0.000000000000 0.267578125000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.019897460938 0.047119140625 0.000000000000 +0.182617187500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.195312500000 0.271484375000 +0.150390625000 0.143554687500 0.000000000000 0.000000000000 +0.007507324219 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.162109375000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.045654296875 +0.000000000000 0.207031250000 0.000000000000 0.000000000000 +0.206054687500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.114746093750 0.000000000000 +0.000000000000 0.072753906250 0.000000000000 0.083496093750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.008911132812 +0.291015625000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.030273437500 0.205078125000 +0.143554687500 0.114746093750 0.000000000000 0.000000000000 +0.000000000000 0.153320312500 0.000000000000 0.176757812500 +0.000000000000 0.077148437500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.234375000000 0.000000000000 0.146484375000 +0.172851562500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.065429687500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.082519531250 0.042724609375 0.000000000000 +0.000000000000 0.000000000000 0.100585937500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.124511718750 0.084472656250 0.016967773438 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.028198242188 +0.333984375000 0.000000000000 0.010192871094 0.029663085938 +0.000000000000 0.000000000000 0.000000000000 0.084472656250 +0.110351562500 0.011779785156 0.000000000000 0.000000000000 +0.000000000000 0.367187500000 0.000000000000 0.306640625000 +0.000000000000 0.079589843750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.121582031250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.243164062500 0.000000000000 0.316406250000 +0.105957031250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.109863281250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.224609375000 0.041992187500 0.000000000000 +0.000000000000 0.000000000000 0.017456054688 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.220703125000 0.154296875000 0.127929687500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.322265625000 0.000000000000 0.054687500000 0.224609375000 +0.084472656250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.488281250000 0.000000000000 0.345703125000 +0.000000000000 0.083007812500 0.000000000000 0.000000000000 +0.000000000000 0.090332031250 0.300781250000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.234375000000 0.000000000000 0.462890625000 +0.076660156250 0.080566406250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.119628906250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.275390625000 0.034667968750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.239257812500 0.175781250000 0.191406250000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.014709472656 +0.233398437500 0.000000000000 0.125000000000 0.398437500000 +0.227539062500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.500000000000 0.000000000000 0.333984375000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.180664062500 0.382812500000 0.074218750000 +0.000000000000 0.000000000000 0.030883789062 0.000000000000 +0.000000000000 0.225585937500 0.000000000000 0.554687500000 +0.043701171875 0.149414062500 0.000000000000 0.000000000000 +0.000000000000 0.043701171875 0.000000000000 0.000000000000 +0.128906250000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.304687500000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.173828125000 0.168945312500 0.214843750000 0.000000000000 +0.000000000000 0.000000000000 0.026489257812 0.003082275391 +0.074707031250 0.000000000000 0.111816406250 0.531250000000 +0.386718750000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.470703125000 0.000000000000 0.209960937500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.208007812500 0.363281250000 0.328125000000 +0.000000000000 0.000000000000 0.079589843750 0.000000000000 +0.000000000000 0.174804687500 0.000000000000 0.574218750000 +0.031738281250 0.147460937500 0.000000000000 0.000000000000 +0.000000000000 0.096191406250 0.000000000000 0.000000000000 +0.038330078125 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.273437500000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.028442382812 0.091796875000 0.210937500000 0.000000000000 +0.034423828125 0.000000000000 0.117675781250 0.006896972656 +0.000000000000 0.000000000000 0.074707031250 0.609375000000 +0.474609375000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.302734375000 0.000000000000 0.000000000000 +0.008056640625 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.150390625000 0.267578125000 0.470703125000 +0.000000000000 0.000000000000 0.149414062500 0.000000000000 +0.000000000000 0.102539062500 0.000000000000 0.503906250000 +0.038330078125 0.102539062500 0.000000000000 0.000000000000 +0.000000000000 0.082031250000 0.038085937500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.036865234375 0.168945312500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.138671875000 0.000000000000 +0.051025390625 0.000000000000 0.207031250000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.582031250000 +0.486328125000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.058837890625 0.000000000000 +0.026855468750 0.071777343750 0.000000000000 0.000000000000 +0.085937500000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.019897460938 0.078613281250 0.511718750000 +0.000000000000 0.000000000000 0.112792968750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.349609375000 +0.051269531250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.036621093750 0.098632812500 0.000000000000 +0.000000000000 0.000000000000 0.004699707031 0.000000000000 +0.118164062500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.085449218750 +0.000000000000 0.000000000000 0.014404296875 0.114746093750 +0.000000000000 0.000000000000 0.033691406250 0.000000000000 +0.007812500000 0.000000000000 0.251953125000 0.030151367188 +0.000000000000 0.000000000000 0.000000000000 0.466796875000 +0.425781250000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.039794921875 0.000000000000 +0.107910156250 0.000000000000 0.000000000000 0.000000000000 +0.101562500000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.398437500000 +0.000000000000 0.000000000000 0.051757812500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.125976562500 +0.118164062500 0.000000000000 0.000000000000 0.038818359375 +0.000000000000 0.000000000000 0.141601562500 0.100097656250 +0.000000000000 0.014465332031 0.003768920898 0.000000000000 +0.119140625000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.248046875000 +0.000000000000 0.057861328125 0.091796875000 0.318359375000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.253906250000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.208984375000 +0.318359375000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.124023437500 0.000000000000 0.000000000000 0.000000000000 +0.066894531250 0.000000000000 0.202148437500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.202148437500 +0.000000000000 0.000000000000 0.000000000000 0.018920898438 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.171875000000 0.000000000000 0.000000000000 0.181640625000 +0.000000000000 0.000000000000 0.203125000000 0.145507812500 +0.000000000000 0.048339843750 0.054199218750 0.000000000000 +0.066894531250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.330078125000 +0.000000000000 0.200195312500 0.115234375000 0.443359375000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.085449218750 0.035888671875 0.245117187500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.224609375000 0.000000000000 0.203125000000 0.103027343750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.180664062500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.408203125000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.073242187500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.255859375000 0.000000000000 0.000000000000 0.245117187500 +0.000000000000 0.000000000000 0.228515625000 0.136718750000 +0.000000000000 0.104980468750 0.083984375000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.330078125000 +0.000000000000 0.310546875000 0.013488769531 0.539062500000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.179687500000 0.167968750000 0.222656250000 0.004699707031 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.158203125000 0.000000000000 0.341796875000 0.213867187500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.198242187500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.562500000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.076171875000 +0.000000000000 0.115722656250 0.000000000000 0.000000000000 +0.341796875000 0.000000000000 0.000000000000 0.250000000000 +0.000000000000 0.000000000000 0.211914062500 0.077148437500 +0.000000000000 0.144531250000 0.104492187500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.277343750000 +0.000000000000 0.347656250000 0.000000000000 0.562500000000 +0.000000000000 0.000000000000 0.000000000000 0.080078125000 +0.287109375000 0.230468750000 0.190429687500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.140625000000 0.000000000000 0.386718750000 0.271484375000 +0.043457031250 0.155273437500 0.000000000000 0.000000000000 +0.253906250000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.605468750000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.043212890625 +0.000000000000 0.277343750000 0.000000000000 0.000000000000 +0.429687500000 0.000000000000 0.000000000000 0.197265625000 +0.000000000000 0.000000000000 0.193359375000 0.000000000000 +0.000000000000 0.189453125000 0.141601562500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.084472656250 0.139648437500 +0.000000000000 0.339843750000 0.000000000000 0.554687500000 +0.000000000000 0.000000000000 0.000000000000 0.036132812500 +0.398437500000 0.259765625000 0.164062500000 0.000289916992 +0.079101562500 0.000000000000 0.000000000000 0.000000000000 +0.220703125000 0.000000000000 0.378906250000 0.257812500000 +0.146484375000 0.250000000000 0.000000000000 0.000000000000 +0.320312500000 0.000000000000 0.000000000000 0.026000976562 +0.000000000000 0.000000000000 0.628906250000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.046875000000 0.000000000000 +0.000000000000 0.392578125000 0.000000000000 0.000000000000 +0.470703125000 0.016967773438 0.000000000000 0.048583984375 +0.000000000000 0.000000000000 0.156250000000 0.000000000000 +0.000000000000 0.159179687500 0.130859375000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.123535156250 0.000000000000 +0.000000000000 0.279296875000 0.000000000000 0.500000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.472656250000 0.230468750000 0.153320312500 0.000000000000 +0.182617187500 0.000000000000 0.000000000000 0.000000000000 +0.337890625000 0.000000000000 0.277343750000 0.234375000000 +0.210937500000 0.234375000000 0.000000000000 0.000000000000 +0.339843750000 0.000000000000 0.000000000000 0.075195312500 +0.000000000000 0.000000000000 0.562500000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.159179687500 0.000000000000 +0.000000000000 0.451171875000 0.010742187500 0.098632812500 +0.484375000000 0.087402343750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.104492187500 0.000000000000 +0.000000000000 0.162109375000 0.130859375000 0.000000000000 +0.000000000000 0.072265625000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.120117187500 0.000000000000 +0.000000000000 0.175781250000 0.000000000000 0.460937500000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.472656250000 0.161132812500 0.192382812500 0.000000000000 +0.196289062500 0.000000000000 0.000000000000 0.177734375000 +0.447265625000 0.000000000000 0.162109375000 0.166992187500 +0.210937500000 0.115234375000 0.000000000000 0.000000000000 +0.353515625000 0.000000000000 0.000000000000 0.033691406250 +0.010742187500 0.000000000000 0.455078125000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.271484375000 0.000000000000 +0.000000000000 0.453125000000 0.000000000000 0.172851562500 +0.468750000000 0.111816406250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.058349609375 0.000000000000 +0.000000000000 0.166015625000 0.061035156250 0.084960937500 +0.000000000000 0.046875000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.035156250000 0.000000000000 +0.000000000000 0.067871093750 0.000000000000 0.466796875000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.402343750000 0.075195312500 0.215820312500 0.013366699219 +0.151367187500 0.000000000000 0.000000000000 0.365234375000 +0.484375000000 0.000000000000 0.036376953125 0.125000000000 +0.218750000000 0.000000000000 0.000000000000 0.000000000000 +0.343750000000 0.000000000000 0.000000000000 0.000000000000 +0.151367187500 0.000000000000 0.367187500000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.328125000000 0.000000000000 +0.000000000000 0.406250000000 0.000000000000 0.199218750000 +0.406250000000 0.079589843750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.012573242188 0.000000000000 +0.000000000000 0.115234375000 0.000000000000 0.191406250000 +0.000000000000 0.022827148438 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.449218750000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.261718750000 0.000000000000 0.225585937500 0.010131835938 +0.076660156250 0.000000000000 0.000000000000 0.439453125000 +0.449218750000 0.000000000000 0.000000000000 0.135742187500 +0.208007812500 0.000000000000 0.000000000000 0.000000000000 +0.296875000000 0.000000000000 0.000000000000 0.000000000000 +0.247070312500 0.000000000000 0.224609375000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.316406250000 0.000000000000 +0.000000000000 0.296875000000 0.000000000000 0.138671875000 +0.304687500000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.051269531250 0.000000000000 0.237304687500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.431640625000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.048828125000 0.000000000000 0.205078125000 0.006408691406 +0.000000000000 0.000000000000 0.000000000000 0.425781250000 +0.332031250000 0.000000000000 0.020263671875 0.176757812500 +0.172851562500 0.000000000000 0.000000000000 0.000000000000 +0.209960937500 0.000000000000 0.000000000000 0.000000000000 +0.322265625000 0.000000000000 0.156250000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.058105468750 +0.000000000000 0.000000000000 0.277343750000 0.084472656250 +0.000000000000 0.071289062500 0.000000000000 0.019165039062 +0.172851562500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.162109375000 +0.000000000000 0.000000000000 0.000000000000 0.225585937500 +0.000000000000 0.000000000000 0.075683593750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.117675781250 0.388671875000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.175781250000 0.020141601562 +0.000000000000 0.097167968750 0.000000000000 0.257812500000 +0.111816406250 0.000000000000 0.109375000000 0.250000000000 +0.122558593750 0.000000000000 0.000000000000 0.000000000000 +0.010620117188 0.000000000000 0.000000000000 0.000000000000 +0.283203125000 0.000000000000 0.016113281250 0.000000000000 +0.074707031250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.081542968750 0.238281250000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.059326171875 0.000000000000 0.000000000000 0.039062500000 +0.088378906250 0.000000000000 0.000000000000 0.237304687500 +0.000000000000 0.000000000000 0.000000000000 0.144531250000 +0.013793945312 0.000000000000 0.081542968750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.075195312500 0.167968750000 0.302734375000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.082031250000 0.000000000000 +0.000000000000 0.183593750000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.132812500000 0.294921875000 +0.033203125000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.119140625000 0.000000000000 0.000000000000 0.000000000000 +0.140625000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.145507812500 0.000000000000 0.281250000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.027587890625 0.085449218750 +0.144531250000 0.000000000000 0.000000000000 0.196289062500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.082031250000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.112304687500 0.112304687500 0.132812500000 +0.000000000000 0.000000000000 0.000000000000 0.248046875000 +0.000000000000 0.000000000000 0.000000000000 0.003799438477 +0.000000000000 0.169921875000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.105957031250 0.292968750000 +0.000000000000 0.009277343750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.092285156250 +0.102539062500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.310546875000 0.000000000000 0.251953125000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.031982421875 0.050537109375 +0.106445312500 0.000000000000 0.000000000000 0.007537841797 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.030151367188 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.102050781250 0.122558593750 0.000000000000 0.000000000000 +0.000000000000 0.099609375000 0.000000000000 0.324218750000 +0.000000000000 0.000000000000 0.000000000000 0.016357421875 +0.122558593750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.056152343750 0.222656250000 +0.000000000000 0.148437500000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.071289062500 +0.000000000000 0.000000000000 0.000000000000 0.177734375000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.304687500000 0.000000000000 0.148437500000 +0.019409179688 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.006530761719 0.000000000000 +0.000881195068 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.047851562500 0.000000000000 +0.261718750000 0.096679687500 0.000000000000 0.000000000000 +0.060302734375 0.220703125000 0.026611328125 0.265625000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.251953125000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.064453125000 +0.000000000000 0.169921875000 0.000000000000 0.000000000000 +0.000000000000 0.062988281250 0.000000000000 0.333984375000 +0.000000000000 0.000000000000 0.000000000000 0.139648437500 +0.000000000000 0.000000000000 0.051513671875 0.000000000000 +0.000000000000 0.231445312500 0.000000000000 0.000000000000 +0.000000000000 0.045654296875 0.000000000000 0.142578125000 +0.006256103516 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.168945312500 0.000000000000 0.000000000000 +0.069824218750 0.000000000000 0.000000000000 0.000000000000 +0.253906250000 0.006072998047 0.000000000000 0.000000000000 +0.159179687500 0.253906250000 0.117187500000 0.022949218750 +0.000000000000 0.000000000000 0.000000000000 0.010009765625 +0.261718750000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.062988281250 0.000000000000 0.000000000000 +0.000000000000 0.224609375000 0.000000000000 0.384765625000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.049560546875 0.161132812500 0.000000000000 +0.000000000000 0.030029296875 0.000000000000 0.000000000000 +0.000000000000 0.105468750000 0.000000000000 0.353515625000 +0.029907226562 0.126953125000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.018432617188 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.271484375000 0.000000000000 0.000000000000 +0.054199218750 0.000000000000 0.000000000000 0.000000000000 +0.128906250000 0.000000000000 0.000000000000 0.000000000000 +0.169921875000 0.234375000000 0.153320312500 0.000000000000 +0.061035156250 0.000000000000 0.000000000000 0.026367187500 +0.208984375000 0.000000000000 0.026000976562 0.082031250000 +0.169921875000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.253906250000 0.000000000000 0.267578125000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.155273437500 0.193359375000 0.050048828125 +0.000000000000 0.000000000000 0.009826660156 0.000000000000 +0.000000000000 0.113769531250 0.000000000000 0.417968750000 +0.014282226562 0.136718750000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.269531250000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.064941406250 0.136718750000 0.154296875000 0.000000000000 +0.048095703125 0.000000000000 0.040771484375 0.000000000000 +0.040039062500 0.000000000000 0.002761840820 0.365234375000 +0.292968750000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.189453125000 0.000000000000 0.000000000000 +0.094238281250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.167968750000 0.170898437500 0.404296875000 +0.000000000000 0.000000000000 0.131835937500 0.000000000000 +0.000000000000 0.009399414062 0.007019042969 0.390625000000 +0.000000000000 0.050048828125 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.131835937500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.081542968750 0.000000000000 +0.000000000000 0.000000000000 0.137695312500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.410156250000 +0.291015625000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.223632812500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.083007812500 0.046630859375 0.488281250000 +0.000000000000 0.000000000000 0.118164062500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.187500000000 +0.000000000000 0.000000000000 0.016113281250 0.000000000000 +0.052734375000 0.000000000000 0.000000000000 0.164062500000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.166015625000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.083007812500 +0.000000000000 0.000000000000 0.308593750000 0.047851562500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.160156250000 0.007812500000 +0.000000000000 0.048339843750 0.000000000000 0.277343750000 +0.150390625000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.210937500000 0.000000000000 0.000000000000 0.000000000000 +0.103515625000 0.000000000000 0.000000000000 0.363281250000 +0.000000000000 0.000000000000 0.000000000000 0.179687500000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.107421875000 0.150390625000 +0.203125000000 0.000000000000 0.012451171875 0.306640625000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.146484375000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.193359375000 +0.000000000000 0.079101562500 0.400390625000 0.145507812500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.135742187500 0.000167846680 +0.000000000000 0.152343750000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.067871093750 0.129882812500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.066406250000 0.000000000000 0.000000000000 0.000000000000 +0.112792968750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.059814453125 0.000000000000 0.263671875000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.117675781250 0.269531250000 +0.230468750000 0.000000000000 0.032714843750 0.271484375000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.056640625000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.184570312500 +0.000000000000 0.247070312500 0.332031250000 0.128906250000 +0.000000000000 0.000000000000 0.000000000000 0.351562500000 +0.000000000000 0.000000000000 0.029785156250 0.000000000000 +0.000000000000 0.118164062500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.226562500000 0.199218750000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.080566406250 0.155273437500 +0.025146484375 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.109863281250 0.000000000000 0.257812500000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.029052734375 0.000000000000 0.043212890625 0.296875000000 +0.174804687500 0.000000000000 0.070800781250 0.136718750000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.087890625000 +0.158203125000 0.316406250000 0.013000488281 0.060058593750 +0.000000000000 0.000000000000 0.000000000000 0.486328125000 +0.000000000000 0.105468750000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.207031250000 0.194335937500 +0.000000000000 0.214843750000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.169921875000 0.237304687500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.091796875000 0.000000000000 0.147460937500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.128906250000 0.000000000000 0.000000000000 0.226562500000 +0.000000000000 0.000000000000 0.073242187500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.050292968750 0.000000000000 +0.263671875000 0.312500000000 0.000000000000 0.000000000000 +0.000000000000 0.032714843750 0.000000000000 0.460937500000 +0.090332031250 0.057617187500 0.000000000000 0.008544921875 +0.135742187500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.192382812500 0.133789062500 +0.000000000000 0.365234375000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.249023437500 +0.000000000000 0.000000000000 0.179687500000 0.184570312500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.002593994141 0.000000000000 0.000000000000 +0.000000000000 0.166992187500 0.000000000000 0.000000000000 +0.200195312500 0.000000000000 0.000000000000 0.017333984375 +0.000000000000 0.000000000000 0.039062500000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.089843750000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.107910156250 0.000000000000 +0.261718750000 0.209960937500 0.000000000000 0.000000000000 +0.000000000000 0.053222656250 0.000000000000 0.211914062500 +0.208007812500 0.000000000000 0.000000000000 0.026733398438 +0.294921875000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.031982421875 0.066406250000 +0.000000000000 0.328125000000 0.000000000000 0.000000000000 +0.000000000000 0.078125000000 0.000000000000 0.369140625000 +0.000000000000 0.000000000000 0.085449218750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.324218750000 0.000000000000 0.222656250000 +0.225585937500 0.116699218750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.042968750000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.229492187500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.093750000000 0.000000000000 +0.127929687500 0.024536132812 0.000000000000 0.000000000000 +0.125000000000 0.060791015625 0.030517578125 0.000000000000 +0.207031250000 0.000000000000 0.000000000000 0.000000000000 +0.359375000000 0.000000000000 0.000000000000 0.048583984375 +0.148437500000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.128906250000 0.000000000000 0.000000000000 +0.000000000000 0.333984375000 0.000000000000 0.347656250000 +0.000000000000 0.027221679688 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.086914062500 0.000000000000 +0.000000000000 0.328125000000 0.000000000000 0.398437500000 +0.200195312500 0.136718750000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.082519531250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.248046875000 0.019409179688 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.176757812500 0.051513671875 0.079101562500 0.000000000000 +0.090820312500 0.000000000000 0.000000000000 0.024291992188 +0.322265625000 0.000000000000 0.068847656250 0.406250000000 +0.208007812500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.470703125000 0.000000000000 0.250000000000 +0.000000000000 0.057861328125 0.000000000000 0.000000000000 +0.000000000000 0.036621093750 0.182617187500 0.000000000000 +0.000000000000 0.000000000000 0.138671875000 0.000000000000 +0.000000000000 0.304687500000 0.000000000000 0.449218750000 +0.116699218750 0.087402343750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.099609375000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.249023437500 0.105468750000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.168945312500 0.062500000000 0.111328125000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.217773437500 0.000000000000 0.081542968750 0.570312500000 +0.228515625000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.507812500000 0.000000000000 0.118652343750 +0.000000000000 0.046142578125 0.000000000000 0.000000000000 +0.000000000000 0.098632812500 0.324218750000 0.072753906250 +0.000000000000 0.000000000000 0.153320312500 0.000000000000 +0.000000000000 0.218750000000 0.000000000000 0.468750000000 +0.056152343750 0.021850585938 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.062988281250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.195312500000 0.123046875000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.118652343750 0.083984375000 0.166015625000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.006561279297 +0.084472656250 0.000000000000 0.104492187500 0.566406250000 +0.221679687500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.503906250000 0.000000000000 0.113769531250 +0.000000000000 0.001937866211 0.000000000000 0.000000000000 +0.000000000000 0.121582031250 0.351562500000 0.099121093750 +0.000000000000 0.000000000000 0.054687500000 0.000000000000 +0.069335937500 0.150390625000 0.000000000000 0.484375000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.019897460938 0.000000000000 0.000000000000 +0.076171875000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.171875000000 0.107421875000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.109863281250 0.131835937500 0.198242187500 0.000000000000 +0.000000000000 0.000000000000 0.004211425781 0.037597656250 +0.000000000000 0.000000000000 0.102050781250 0.523437500000 +0.186523437500 0.076660156250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.486328125000 0.000000000000 0.160156250000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.139648437500 0.402343750000 0.098144531250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.048339843750 0.131835937500 0.000000000000 0.482421875000 +0.006469726562 0.018798828125 0.000000000000 0.000000000000 +0.000000000000 0.061523437500 0.000000000000 0.000000000000 +0.074707031250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.195312500000 0.034912109375 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.095214843750 0.141601562500 0.201171875000 0.000000000000 +0.000000000000 0.000000000000 0.004119873047 0.010925292969 +0.000000000000 0.000000000000 0.105468750000 0.474609375000 +0.251953125000 0.084960937500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.460937500000 0.000000000000 0.234375000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.143554687500 0.390625000000 0.109375000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.043701171875 0.152343750000 0.000000000000 0.531250000000 +0.019897460938 0.086425781250 0.000000000000 0.000000000000 +0.000000000000 0.053710937500 0.000000000000 0.000000000000 +0.069824218750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.232421875000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.083496093750 0.137695312500 0.240234375000 0.000000000000 +0.000000000000 0.000000000000 0.028930664062 0.075683593750 +0.000000000000 0.000000000000 0.145507812500 0.466796875000 +0.320312500000 0.057861328125 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.447265625000 0.000000000000 0.220703125000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.170898437500 0.337890625000 0.145507812500 +0.000000000000 0.000000000000 0.036621093750 0.000000000000 +0.048339843750 0.186523437500 0.000000000000 0.554687500000 +0.021728515625 0.098144531250 0.000000000000 0.000000000000 +0.000000000000 0.036865234375 0.000000000000 0.000000000000 +0.043212890625 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.265625000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.069824218750 0.102539062500 0.220703125000 0.000000000000 +0.000000000000 0.000000000000 0.060302734375 0.000000000000 +0.000000000000 0.000000000000 0.086425781250 0.562500000000 +0.333984375000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.449218750000 0.000000000000 0.146484375000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.178710937500 0.304687500000 0.190429687500 +0.000000000000 0.000000000000 0.096191406250 0.000000000000 +0.003570556641 0.163085937500 0.000000000000 0.546875000000 +0.003570556641 0.097656250000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.004852294922 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.228515625000 0.046386718750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.049072265625 0.067871093750 0.192382812500 0.000000000000 +0.000000000000 0.000000000000 0.065917968750 0.028808593750 +0.000000000000 0.000000000000 0.082031250000 0.609375000000 +0.314453125000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.423828125000 0.000000000000 0.000000000000 +0.109375000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.196289062500 0.285156250000 0.224609375000 +0.000000000000 0.000000000000 0.121093750000 0.000000000000 +0.035156250000 0.075195312500 0.000000000000 0.492187500000 +0.000000000000 0.002517700195 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.017944335938 +0.000000000000 0.135742187500 0.178710937500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.014160156250 0.036621093750 0.127929687500 0.000000000000 +0.000000000000 0.000000000000 0.059570312500 0.000000000000 +0.000000000000 0.000000000000 0.032714843750 0.597656250000 +0.181640625000 0.078125000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.373046875000 0.000000000000 0.000000000000 +0.119140625000 0.040039062500 0.000000000000 0.000000000000 +0.000000000000 0.174804687500 0.337890625000 0.199218750000 +0.000000000000 0.000000000000 0.075195312500 0.000000000000 +0.080078125000 0.000000000000 0.000000000000 0.357421875000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.017578125000 +0.019775390625 0.027343750000 0.257812500000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.073242187500 0.098144531250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.006958007812 +0.000000000000 0.010131835938 0.000000000000 0.449218750000 +0.000000000000 0.255859375000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.106445312500 +0.000000000000 0.310546875000 0.072265625000 0.000000000000 +0.088867187500 0.122558593750 0.000000000000 0.000000000000 +0.153320312500 0.216796875000 0.363281250000 0.137695312500 +0.000000000000 0.207031250000 0.000000000000 0.005676269531 +0.159179687500 0.000000000000 0.000000000000 0.240234375000 +0.000000000000 0.000000000000 0.137695312500 0.000000000000 +0.056884765625 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.310546875000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.022949218750 0.159179687500 0.089843750000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.018920898438 +0.000000000000 0.090332031250 0.000000000000 0.208007812500 +0.000000000000 0.457031250000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.253906250000 +0.000000000000 0.238281250000 0.037109375000 0.000000000000 +0.009887695312 0.107421875000 0.000000000000 0.000000000000 +0.186523437500 0.225585937500 0.439453125000 0.000000000000 +0.041992187500 0.402343750000 0.000000000000 0.049072265625 +0.192382812500 0.000000000000 0.000000000000 0.123046875000 +0.000000000000 0.000000000000 0.249023437500 0.000000000000 +0.124023437500 0.034667968750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.291015625000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.083984375000 0.267578125000 0.118164062500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.105957031250 0.000000000000 0.000000000000 +0.000000000000 0.648437500000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.289062500000 +0.000000000000 0.216796875000 0.065917968750 0.000000000000 +0.000000000000 0.091308593750 0.000000000000 0.000000000000 +0.184570312500 0.255859375000 0.503906250000 0.000000000000 +0.069824218750 0.458984375000 0.000000000000 0.037109375000 +0.219726562500 0.000000000000 0.000000000000 0.080078125000 +0.000000000000 0.000000000000 0.292968750000 0.000000000000 +0.160156250000 0.095214843750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.208984375000 0.000000000000 +0.136718750000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.082031250000 0.337890625000 0.151367187500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.005340576172 +0.000000000000 0.042724609375 0.000000000000 0.000000000000 +0.000000000000 0.734375000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.208984375000 +0.000000000000 0.125976562500 0.079101562500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.094726562500 0.304687500000 0.462890625000 0.000000000000 +0.079589843750 0.457031250000 0.000000000000 0.000000000000 +0.190429687500 0.000000000000 0.000000000000 0.121582031250 +0.000000000000 0.000000000000 0.281250000000 0.000000000000 +0.132812500000 0.116210937500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.018066406250 0.094238281250 0.000000000000 +0.279296875000 0.000000000000 0.000000000000 0.000000000000 +0.020507812500 0.000000000000 0.000000000000 0.000000000000 +0.099609375000 0.367187500000 0.183593750000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.011230468750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.746093750000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.039062500000 0.101074218750 +0.000000000000 0.135742187500 0.062988281250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.020874023438 0.283203125000 0.447265625000 0.000000000000 +0.064453125000 0.421875000000 0.000000000000 0.000000000000 +0.211914062500 0.000000000000 0.000000000000 0.152343750000 +0.000000000000 0.000000000000 0.251953125000 0.000000000000 +0.056884765625 0.138671875000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.036132812500 0.035888671875 0.000000000000 +0.300781250000 0.000000000000 0.000000000000 0.000000000000 +0.033691406250 0.000000000000 0.000000000000 0.000000000000 +0.105957031250 0.355468750000 0.191406250000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.695312500000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.036865234375 0.012329101562 +0.000000000000 0.100097656250 0.074707031250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.304687500000 0.431640625000 0.000000000000 +0.014343261719 0.318359375000 0.000000000000 0.000000000000 +0.122070312500 0.000000000000 0.000000000000 0.173828125000 +0.000000000000 0.000000000000 0.215820312500 0.000000000000 +0.027099609375 0.109375000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.042480468750 0.000000000000 0.000000000000 +0.298828125000 0.000000000000 0.000000000000 0.000000000000 +0.004577636719 0.000000000000 0.000000000000 0.000000000000 +0.030029296875 0.318359375000 0.168945312500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.016967773438 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.589843750000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.083496093750 0.000000000000 +0.000000000000 0.037353515625 0.051757812500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.263671875000 0.343750000000 0.052001953125 +0.009826660156 0.208984375000 0.000000000000 0.000000000000 +0.084472656250 0.000000000000 0.000000000000 0.160156250000 +0.000000000000 0.000000000000 0.174804687500 0.000000000000 +0.020751953125 0.105957031250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.015869140625 0.000000000000 0.000000000000 +0.234375000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.242187500000 0.151367187500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.023071289062 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.498046875000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.095703125000 0.000000000000 +0.000000000000 0.000000000000 0.025268554688 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.127929687500 0.236328125000 0.022460937500 +0.000000000000 0.135742187500 0.000000000000 0.000000000000 +0.109863281250 0.000000000000 0.000000000000 0.120605468750 +0.000000000000 0.000000000000 0.141601562500 0.000000000000 +0.015319824219 0.056884765625 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.135742187500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.175781250000 0.107910156250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.388671875000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.046142578125 0.000000000000 +0.000000000000 0.000000000000 0.018676757812 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.054443359375 0.139648437500 0.000000000000 +0.000000000000 0.128906250000 0.000000000000 0.000000000000 +0.056152343750 0.000000000000 0.000000000000 0.082519531250 +0.000000000000 0.000000000000 0.095214843750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.041259765625 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.143554687500 0.061035156250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.009948730469 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.259765625000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.089843750000 0.000000000000 +0.000000000000 0.109863281250 0.000000000000 0.000000000000 +0.043457031250 0.000000000000 0.000000000000 0.055664062500 +0.000000000000 0.000000000000 0.039550781250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.149414062500 0.082031250000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.002502441406 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.190429687500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.045410156250 0.000000000000 0.095703125000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.105468750000 0.000000000000 +0.000000000000 0.070312500000 0.000000000000 0.000000000000 +0.066894531250 0.000000000000 0.000000000000 0.155273437500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.049316406250 0.000000000000 0.000000000000 +0.030639648438 0.000000000000 0.000000000000 0.000000000000 +0.039550781250 0.000000000000 0.000000000000 0.000000000000 +0.001327514648 0.168945312500 0.105957031250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.009643554688 +0.029541015625 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.075683593750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.166015625000 0.000000000000 0.275390625000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.085449218750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.101074218750 0.000000000000 0.291015625000 +0.015441894531 0.028320312500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.001480102539 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.218750000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.026245117188 0.000000000000 0.000000000000 0.000000000000 +0.107421875000 0.179687500000 0.144531250000 0.000000000000 +0.010070800781 0.000000000000 0.000000000000 0.002624511719 +0.109375000000 0.000000000000 0.000000000000 0.007141113281 +0.090332031250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.333984375000 0.000000000000 0.314453125000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.188476562500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.016357421875 0.193359375000 0.000000000000 0.421875000000 +0.074218750000 0.096679687500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.031738281250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.246093750000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.134765625000 0.153320312500 0.166015625000 0.000000000000 +0.032470703125 0.000000000000 0.000000000000 0.006622314453 +0.103515625000 0.000000000000 0.027709960938 0.265625000000 +0.218750000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.425781250000 0.000000000000 0.333984375000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.075683593750 0.217773437500 0.000000000000 +0.000000000000 0.000000000000 0.015136718750 0.000000000000 +0.000000000000 0.253906250000 0.000000000000 0.523437500000 +0.066406250000 0.166992187500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.090820312500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.298828125000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.159179687500 0.131835937500 0.191406250000 0.000000000000 +0.041015625000 0.000000000000 0.010070800781 0.012939453125 +0.084960937500 0.000000000000 0.090820312500 0.486328125000 +0.308593750000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.535156250000 0.000000000000 0.285156250000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.125000000000 0.289062500000 0.050048828125 +0.000000000000 0.000000000000 0.091796875000 0.000000000000 +0.032470703125 0.251953125000 0.000000000000 0.562500000000 +0.057128906250 0.142578125000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.091796875000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.306640625000 0.050292968750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.155273437500 0.090332031250 0.192382812500 0.000000000000 +0.000000000000 0.000000000000 0.037597656250 0.000000000000 +0.063964843750 0.000000000000 0.110839843750 0.648437500000 +0.314453125000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.535156250000 0.000000000000 0.162109375000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.175781250000 0.355468750000 0.186523437500 +0.000000000000 0.000000000000 0.129882812500 0.000000000000 +0.019165039062 0.201171875000 0.000000000000 0.542968750000 +0.021850585938 0.067382812500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.093750000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.236328125000 0.073242187500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.092773437500 0.082519531250 0.185546875000 0.000000000000 +0.000000000000 0.000000000000 0.045898437500 0.000000000000 +0.000000000000 0.000000000000 0.094726562500 0.660156250000 +0.322265625000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.511718750000 0.000000000000 0.046386718750 +0.003158569336 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.181640625000 0.367187500000 0.234375000000 +0.000000000000 0.000000000000 0.127929687500 0.000000000000 +0.035156250000 0.125000000000 0.000000000000 0.527343750000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.004760742188 0.000000000000 0.000000000000 +0.018188476562 0.000000000000 0.000000000000 0.000000000000 +0.006988525391 0.173828125000 0.106445312500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.045166015625 0.072265625000 0.188476562500 0.000000000000 +0.000000000000 0.000000000000 0.037597656250 0.054199218750 +0.000000000000 0.000000000000 0.108398437500 0.617187500000 +0.242187500000 0.070800781250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.445312500000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.180664062500 0.357421875000 0.211914062500 +0.000000000000 0.000000000000 0.031982421875 0.000000000000 +0.097656250000 0.065429687500 0.000000000000 0.453125000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.006927490234 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.004455566406 0.122070312500 0.114746093750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.038085937500 0.098632812500 0.167968750000 0.000000000000 +0.000000000000 0.000000000000 0.026855468750 0.000000000000 +0.000000000000 0.000000000000 0.034423828125 0.507812500000 +0.155273437500 0.150390625000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.425781250000 0.000000000000 0.003158569336 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.130859375000 0.375000000000 0.120605468750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.105957031250 0.021972656250 0.000000000000 0.392578125000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.021240234375 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.089843750000 0.106445312500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.076171875000 0.144531250000 0.176757812500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.022705078125 +0.000000000000 0.000000000000 0.061523437500 0.371093750000 +0.075683593750 0.197265625000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.414062500000 0.000000000000 0.091796875000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.189453125000 0.388671875000 0.022705078125 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.133789062500 0.043945312500 0.000000000000 0.398437500000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.049072265625 0.000000000000 0.000000000000 +0.019775390625 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.147460937500 0.068359375000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.123535156250 0.182617187500 0.199218750000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.038818359375 0.294921875000 +0.066406250000 0.200195312500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.373046875000 0.000000000000 0.053710937500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.221679687500 0.392578125000 0.099121093750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.045410156250 0.000000000000 0.000000000000 0.400390625000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.045898437500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.151367187500 0.044921875000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.073242187500 0.172851562500 0.190429687500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.029907226562 0.283203125000 +0.101562500000 0.220703125000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.322265625000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.196289062500 0.378906250000 0.171875000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.072753906250 0.000000000000 0.000000000000 0.396484375000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.071777343750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.118652343750 0.011840820312 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.131835937500 0.177734375000 0.000000000000 +0.000000000000 0.000000000000 0.007720947266 0.032470703125 +0.000000000000 0.000000000000 0.024658203125 0.283203125000 +0.111328125000 0.200195312500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.236328125000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.158203125000 0.310546875000 0.189453125000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.041992187500 0.000000000000 0.000000000000 0.322265625000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.076660156250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.055419921875 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.108398437500 0.148437500000 0.000000000000 +0.000000000000 0.000000000000 0.016967773438 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.238281250000 +0.146484375000 0.165039062500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.002075195312 0.000000000000 +0.000000000000 0.091796875000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.074218750000 0.225585937500 0.222656250000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.259765625000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.046386718750 0.016113281250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.025878906250 0.015869140625 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.040771484375 0.094726562500 0.000000000000 +0.000000000000 0.000000000000 0.068847656250 0.022460937500 +0.000000000000 0.000000000000 0.000000000000 0.120117187500 +0.160156250000 0.078613281250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.026611328125 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.057128906250 0.183593750000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.177734375000 +0.024291992188 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.034912109375 0.095703125000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.050048828125 0.000000000000 +0.006225585938 0.000000000000 0.127929687500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.026611328125 +0.190429687500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.045654296875 0.000000000000 +0.016479492188 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.112304687500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.071289062500 +0.132812500000 0.000000000000 0.000000000000 0.031127929688 +0.000000000000 0.000000000000 0.144531250000 0.000000000000 +0.000000000000 0.000000000000 0.049316406250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.109375000000 +0.000000000000 0.088867187500 0.000000000000 0.091796875000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.152343750000 0.000000000000 0.162109375000 0.020141601562 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.269531250000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.102050781250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.118164062500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.090820312500 0.000000000000 0.040283203125 +0.228515625000 0.000000000000 0.000000000000 0.069824218750 +0.000000000000 0.000000000000 0.204101562500 0.000000000000 +0.000000000000 0.054199218750 0.140625000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.140625000000 +0.000000000000 0.135742187500 0.000000000000 0.265625000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.285156250000 0.000000000000 0.195312500000 0.018798828125 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.291015625000 0.000000000000 0.016479492188 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.269531250000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.337890625000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.007873535156 0.000000000000 +0.000000000000 0.187500000000 0.000000000000 0.000000000000 +0.318359375000 0.000000000000 0.000000000000 0.055419921875 +0.000000000000 0.000000000000 0.219726562500 0.000000000000 +0.000000000000 0.100585937500 0.184570312500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.155273437500 +0.000000000000 0.183593750000 0.000000000000 0.386718750000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.382812500000 0.067871093750 0.229492187500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.371093750000 0.000000000000 0.135742187500 0.031494140625 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.259765625000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.457031250000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.094726562500 0.000000000000 +0.000000000000 0.221679687500 0.000000000000 0.001823425293 +0.367187500000 0.000000000000 0.000000000000 0.027954101562 +0.000000000000 0.000000000000 0.194335937500 0.000000000000 +0.000000000000 0.130859375000 0.165039062500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.150390625000 +0.000000000000 0.190429687500 0.000000000000 0.535156250000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.378906250000 0.101562500000 0.263671875000 0.020019531250 +0.000000000000 0.000000000000 0.000000000000 0.014587402344 +0.410156250000 0.000000000000 0.216796875000 0.129882812500 +0.002014160156 0.000000000000 0.000000000000 0.000000000000 +0.337890625000 0.000000000000 0.000000000000 0.000000000000 +0.098144531250 0.000000000000 0.500000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.158203125000 0.000000000000 +0.000000000000 0.231445312500 0.000000000000 0.000000000000 +0.359375000000 0.000000000000 0.000000000000 0.017578125000 +0.000000000000 0.000000000000 0.161132812500 0.035400390625 +0.000000000000 0.146484375000 0.121093750000 0.082519531250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.113769531250 +0.000000000000 0.166992187500 0.000000000000 0.609375000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.302734375000 0.084960937500 0.273437500000 0.004913330078 +0.000000000000 0.000000000000 0.000000000000 0.065429687500 +0.341796875000 0.000000000000 0.289062500000 0.250000000000 +0.158203125000 0.000000000000 0.000000000000 0.000000000000 +0.310546875000 0.000000000000 0.000000000000 0.000000000000 +0.159179687500 0.000000000000 0.498046875000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.211914062500 0.062500000000 +0.000000000000 0.215820312500 0.000000000000 0.000000000000 +0.349609375000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.066406250000 0.070312500000 +0.000000000000 0.138671875000 0.000000000000 0.153320312500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.035156250000 +0.000000000000 0.161132812500 0.000000000000 0.613281250000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.127929687500 0.100585937500 0.215820312500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.025756835938 +0.226562500000 0.000000000000 0.292968750000 0.332031250000 +0.225585937500 0.000000000000 0.000000000000 0.000000000000 +0.221679687500 0.000000000000 0.000000000000 0.000000000000 +0.151367187500 0.000000000000 0.400390625000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.118164062500 0.129882812500 +0.000000000000 0.139648437500 0.000000000000 0.000000000000 +0.292968750000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.086425781250 +0.000000000000 0.052001953125 0.000000000000 0.130859375000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.017089843750 0.000000000000 +0.000000000000 0.137695312500 0.000000000000 0.542968750000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.103515625000 0.147460937500 0.018676757812 +0.028198242188 0.000000000000 0.000000000000 0.000000000000 +0.059814453125 0.000000000000 0.255859375000 0.365234375000 +0.251953125000 0.000000000000 0.000000000000 0.000000000000 +0.106933593750 0.000000000000 0.000000000000 0.000000000000 +0.122558593750 0.000000000000 0.300781250000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.050537109375 0.158203125000 +0.000000000000 0.100097656250 0.000000000000 0.000000000000 +0.204101562500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.055419921875 +0.000000000000 0.000000000000 0.000000000000 0.068359375000 +0.000000000000 0.000000000000 0.058105468750 0.000000000000 +0.000000000000 0.000000000000 0.052246093750 0.000000000000 +0.000000000000 0.096191406250 0.000000000000 0.335937500000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.039550781250 0.026367187500 +0.123535156250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.190429687500 0.355468750000 +0.237304687500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.052734375000 0.016723632812 0.078125000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.078613281250 0.000000000000 0.175781250000 +0.000000000000 0.017333984375 0.000000000000 0.000000000000 +0.111328125000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.103515625000 0.000000000000 +0.000000000000 0.000000000000 0.054931640625 0.000000000000 +0.000000000000 0.059326171875 0.000000000000 0.098144531250 +0.000000000000 0.000000000000 0.000000000000 0.009277343750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.185546875000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.083496093750 0.291015625000 +0.130859375000 0.019042968750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.108398437500 0.000000000000 0.000000000000 +0.027954101562 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.244140625000 0.000000000000 0.151367187500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.008789062500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.160156250000 0.000000000000 +0.000000000000 0.000000000000 0.045166015625 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.046142578125 0.113281250000 0.000000000000 0.004455566406 +0.000000000000 0.000000000000 0.000000000000 0.060058593750 +0.238281250000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.209960937500 +0.080078125000 0.009277343750 0.000000000000 0.077636718750 +0.000000000000 0.097656250000 0.000000000000 0.000000000000 +0.000000000000 0.134765625000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.123535156250 0.000000000000 +0.000000000000 0.318359375000 0.000000000000 0.080078125000 +0.047607421875 0.000000000000 0.000000000000 0.012084960938 +0.000000000000 0.000000000000 0.018310546875 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.150390625000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.130859375000 0.210937500000 0.026977539062 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.241210937500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.159179687500 0.000000000000 0.030151367188 +0.000000000000 0.000000000000 0.000000000000 0.068359375000 +0.000000000000 0.136718750000 0.011596679688 0.000000000000 +0.000000000000 0.093750000000 0.000000000000 0.000000000000 +0.000000000000 0.134765625000 0.261718750000 0.000000000000 +0.000000000000 0.302734375000 0.000000000000 0.000000000000 +0.038085937500 0.000000000000 0.000000000000 0.125976562500 +0.000000000000 0.000000000000 0.075195312500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.024414062500 0.111328125000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.011596679688 0.000000000000 0.000000000000 0.000000000000 +0.109375000000 0.250000000000 0.096679687500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.037109375000 +0.153320312500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.312500000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.028930664062 +0.000000000000 0.122070312500 0.041015625000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.248046875000 0.300781250000 0.000000000000 +0.000000000000 0.271484375000 0.000000000000 0.000000000000 +0.058593750000 0.000000000000 0.000000000000 0.150390625000 +0.000000000000 0.000000000000 0.152343750000 0.000000000000 +0.000000000000 0.012512207031 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.038085937500 0.078613281250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.058837890625 0.240234375000 0.104003906250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.003967285156 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.404296875000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.045410156250 0.034423828125 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.215820312500 0.310546875000 0.156250000000 +0.002151489258 0.208007812500 0.000000000000 0.000000000000 +0.035156250000 0.000000000000 0.000000000000 0.100585937500 +0.000000000000 0.000000000000 0.224609375000 0.000000000000 +0.086914062500 0.095703125000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.046630859375 0.000000000000 +0.098144531250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.188476562500 0.068847656250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.028930664062 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.433593750000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.045898437500 0.000000000000 +0.000000000000 0.000000000000 0.071777343750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.031738281250 0.107421875000 0.215820312500 0.158203125000 +0.000000000000 0.156250000000 0.000000000000 0.017578125000 +0.034667968750 0.000000000000 0.000000000000 0.013854980469 +0.000000000000 0.000000000000 0.218750000000 0.000000000000 +0.164062500000 0.018676757812 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.069824218750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.106933593750 0.000000000000 +0.000000000000 0.108886718750 0.028808593750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.029907226562 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.408203125000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.049072265625 0.000000000000 +0.000000000000 0.000000000000 0.091308593750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.090820312500 0.031494140625 0.027343750000 0.098632812500 +0.000000000000 0.204101562500 0.000000000000 0.125976562500 +0.018432617188 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.261718750000 0.103515625000 +0.192382812500 0.000000000000 0.000000000000 0.102539062500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.020874023438 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.042480468750 0.176757812500 0.000000000000 +0.000000000000 0.046630859375 0.000000000000 0.166992187500 +0.000000000000 0.000000000000 0.000000000000 0.019042968750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.294921875000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.033203125000 0.000000000000 +0.000000000000 0.000000000000 0.026245117188 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.001304626465 +0.182617187500 0.000000000000 0.000000000000 0.000000000000 +0.039794921875 0.316406250000 0.000000000000 0.210937500000 +0.017944335938 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.236328125000 0.124023437500 +0.222656250000 0.000000000000 0.000000000000 0.104492187500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.115722656250 0.165039062500 0.000000000000 +0.000000000000 0.057128906250 0.000000000000 0.347656250000 +0.000000000000 0.000000000000 0.000000000000 0.082031250000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.208984375000 0.012268066406 0.091308593750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.031738281250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.085449218750 +0.147460937500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.388671875000 0.000000000000 0.232421875000 +0.061767578125 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.225585937500 0.125976562500 +0.159179687500 0.000000000000 0.000000000000 0.050781250000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.094726562500 0.114746093750 0.000000000000 0.000000000000 +0.000000000000 0.142578125000 0.000000000000 0.445312500000 +0.000000000000 0.000000000000 0.000000000000 0.001663208008 +0.016357421875 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.157226562500 0.000000000000 0.117675781250 +0.000000000000 0.085449218750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.004791259766 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.118164062500 +0.079101562500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.458984375000 0.000000000000 0.180664062500 +0.061035156250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.145507812500 0.002548217773 +0.093261718750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.012207031250 0.012207031250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.160156250000 0.085449218750 0.000000000000 0.000000000000 +0.000000000000 0.215820312500 0.000000000000 0.439453125000 +0.000000000000 0.000000000000 0.000000000000 0.019042968750 +0.147460937500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.177734375000 0.000000000000 0.094726562500 +0.000000000000 0.130859375000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.071289062500 +0.000000000000 0.038085937500 0.000000000000 0.162109375000 +0.013671875000 0.000000000000 0.079589843750 0.000000000000 +0.000000000000 0.460937500000 0.000000000000 0.095214843750 +0.100585937500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.086914062500 0.000000000000 +0.021484375000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.001098632812 0.025878906250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.228515625000 0.004486083984 0.000000000000 0.000000000000 +0.179687500000 0.302734375000 0.090332031250 0.271484375000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.243164062500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.226562500000 0.000000000000 0.000000000000 +0.000000000000 0.121582031250 0.000000000000 0.001701354980 +0.000000000000 0.194335937500 0.000000000000 0.302734375000 +0.000000000000 0.058349609375 0.000000000000 0.111328125000 +0.000000000000 0.031738281250 0.246093750000 0.000000000000 +0.000000000000 0.404296875000 0.000000000000 0.000000000000 +0.114746093750 0.000000000000 0.000000000000 0.172851562500 +0.000000000000 0.000000000000 0.016235351562 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.156250000000 0.003677368164 0.000000000000 +0.105468750000 0.000000000000 0.000000000000 0.000000000000 +0.224609375000 0.000000000000 0.000000000000 0.000000000000 +0.291015625000 0.357421875000 0.175781250000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.033447265625 +0.261718750000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.277343750000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.423828125000 0.000000000000 0.478515625000 +0.000000000000 0.049560546875 0.000000000000 0.000000000000 +0.000000000000 0.188476562500 0.388671875000 0.000000000000 +0.000000000000 0.253906250000 0.000000000000 0.000000000000 +0.110839843750 0.048339843750 0.000000000000 0.404296875000 +0.000000000000 0.067382812500 0.000000000000 0.000000000000 +0.000000000000 0.033691406250 0.000000000000 0.000000000000 +0.072265625000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.337890625000 0.000000000000 0.000000000000 +0.119140625000 0.000000000000 0.000000000000 0.000000000000 +0.160156250000 0.000000000000 0.000000000000 0.000000000000 +0.369140625000 0.363281250000 0.245117187500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.028686523438 +0.257812500000 0.000000000000 0.099121093750 0.030761718750 +0.000000000000 0.259765625000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.523437500000 0.000000000000 0.478515625000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.308593750000 0.507812500000 0.000000000000 +0.000000000000 0.045898437500 0.000000000000 0.000000000000 +0.083984375000 0.116699218750 0.000000000000 0.550781250000 +0.000000000000 0.174804687500 0.000000000000 0.000000000000 +0.000000000000 0.102050781250 0.000000000000 0.000000000000 +0.114746093750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.376953125000 0.000000000000 0.000000000000 +0.154296875000 0.000000000000 0.000000000000 0.000000000000 +0.030273437500 0.000000000000 0.000000000000 0.000000000000 +0.322265625000 0.335937500000 0.283203125000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.145507812500 0.000000000000 0.094726562500 0.335937500000 +0.227539062500 0.246093750000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.535156250000 0.000000000000 0.400390625000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.345703125000 0.515625000000 0.271484375000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.095703125000 0.000000000000 0.625000000000 +0.000000000000 0.200195312500 0.000000000000 0.000000000000 +0.000000000000 0.168945312500 0.000000000000 0.000000000000 +0.067871093750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.380859375000 0.000000000000 0.000000000000 +0.143554687500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.164062500000 0.244140625000 0.287109375000 0.000000000000 +0.037109375000 0.000000000000 0.048583984375 0.013671875000 +0.000000000000 0.000000000000 0.142578125000 0.546875000000 +0.427734375000 0.186523437500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.105957031250 0.000000000000 +0.000000000000 0.425781250000 0.000000000000 0.132812500000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.330078125000 0.425781250000 0.507812500000 +0.000000000000 0.000000000000 0.079101562500 0.000000000000 +0.000000000000 0.049560546875 0.000000000000 0.617187500000 +0.000000000000 0.170898437500 0.000000000000 0.000000000000 +0.000000000000 0.132812500000 0.000637054443 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.031982421875 0.271484375000 0.000000000000 0.000000000000 +0.001739501953 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.084960937500 0.227539062500 0.000000000000 +0.013916015625 0.000000000000 0.155273437500 0.006896972656 +0.000000000000 0.000000000000 0.066406250000 0.625000000000 +0.441406250000 0.086425781250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.110839843750 0.000000000000 +0.000000000000 0.214843750000 0.000000000000 0.000000000000 +0.135742187500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.199218750000 0.253906250000 0.535156250000 +0.000000000000 0.000000000000 0.142578125000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.458984375000 +0.000000000000 0.020629882812 0.000000000000 0.000000000000 +0.000000000000 0.023071289062 0.006622314453 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.117675781250 0.058105468750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.024902343750 0.000000000000 +0.000000000000 0.000000000000 0.100585937500 0.000000000000 +0.000000000000 0.000000000000 0.196289062500 0.009094238281 +0.000000000000 0.000000000000 0.000000000000 0.550781250000 +0.382812500000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.089843750000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.210937500000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.021362304688 0.061035156250 0.539062500000 +0.000000000000 0.000000000000 0.068359375000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.196289062500 +0.000000000000 0.000000000000 0.012756347656 0.000000000000 +0.027343750000 0.010253906250 0.010803222656 0.166015625000 +0.000000000000 0.000000000000 0.000000000000 0.017211914062 +0.154296875000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.113281250000 +0.000000000000 0.000000000000 0.296875000000 0.083007812500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.187500000000 0.021362304688 +0.000000000000 0.035644531250 0.000000000000 0.320312500000 +0.186523437500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.241210937500 0.000000000000 0.000000000000 0.000000000000 +0.099121093750 0.000000000000 0.000000000000 0.412109375000 +0.000000000000 0.000000000000 0.002487182617 0.166015625000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.097167968750 0.130859375000 +0.233398437500 0.000000000000 0.030151367188 0.351562500000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.116699218750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.259765625000 +0.000000000000 0.086425781250 0.503906250000 0.202148437500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.151367187500 0.046630859375 +0.000000000000 0.186523437500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.175781250000 0.162109375000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.215820312500 0.000000000000 0.008544921875 0.000000000000 +0.233398437500 0.000000000000 0.000000000000 0.153320312500 +0.000000000000 0.067382812500 0.000000000000 0.386718750000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.208007812500 0.349609375000 +0.318359375000 0.000000000000 0.031127929688 0.468750000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.098632812500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.318359375000 +0.000000000000 0.265625000000 0.578125000000 0.251953125000 +0.000000000000 0.000000000000 0.000000000000 0.451171875000 +0.000000000000 0.000000000000 0.091796875000 0.000000000000 +0.000000000000 0.248046875000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.392578125000 0.341796875000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.055908203125 0.000000000000 0.137695312500 0.068847656250 +0.287109375000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.291015625000 0.000000000000 0.470703125000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.225585937500 0.398437500000 +0.359375000000 0.000000000000 0.000000000000 0.417968750000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.120605468750 +0.000000000000 0.000000000000 0.000000000000 0.228515625000 +0.014099121094 0.371093750000 0.431640625000 0.206054687500 +0.000000000000 0.000000000000 0.000000000000 0.839843750000 +0.000000000000 0.073242187500 0.000000000000 0.000000000000 +0.000000000000 0.222656250000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.466796875000 0.419921875000 +0.000000000000 0.205078125000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.171875000000 0.261718750000 +0.263671875000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.449218750000 0.000000000000 0.449218750000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.204101562500 0.373046875000 +0.320312500000 0.000000000000 0.000000000000 0.271484375000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.205078125000 +0.000000000000 0.000000000000 0.062011718750 0.069335937500 +0.188476562500 0.396484375000 0.171875000000 0.020996093750 +0.000000000000 0.000000000000 0.000000000000 1.007812500000 +0.000000000000 0.077148437500 0.000000000000 0.012207031250 +0.012084960938 0.092773437500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.500000000000 0.429687500000 +0.000000000000 0.455078125000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.144531250000 0.330078125000 +0.190429687500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.539062500000 0.000000000000 0.412109375000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.149414062500 0.281250000000 +0.237304687500 0.000000000000 0.000000000000 0.100097656250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.193359375000 +0.000000000000 0.000000000000 0.103027343750 0.000000000000 +0.292968750000 0.367187500000 0.000000000000 0.000000000000 +0.000000000000 0.093750000000 0.000000000000 0.992187500000 +0.000000000000 0.022338867188 0.000000000000 0.020019531250 +0.183593750000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.378906250000 0.386718750000 +0.000000000000 0.507812500000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.004150390625 0.324218750000 +0.103027343750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.550781250000 0.000000000000 0.318359375000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.121093750000 0.147460937500 +0.113281250000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.149414062500 +0.000000000000 0.000000000000 0.159179687500 0.000000000000 +0.339843750000 0.253906250000 0.000000000000 0.000000000000 +0.001258850098 0.208007812500 0.000000000000 0.832031250000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.330078125000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.171875000000 0.279296875000 +0.000000000000 0.492187500000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.045410156250 +0.000000000000 0.087890625000 0.000000000000 0.267578125000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.542968750000 0.000000000000 0.161132812500 +0.021362304688 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.052978515625 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.030517578125 0.057128906250 +0.000000000000 0.000000000000 0.113769531250 0.000000000000 +0.316406250000 0.114257812500 0.000000000000 0.000000000000 +0.167968750000 0.273437500000 0.000965118408 0.539062500000 +0.000000000000 0.000000000000 0.000000000000 0.007202148438 +0.359375000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.094238281250 0.000000000000 0.119628906250 +0.000000000000 0.357421875000 0.000000000000 0.008911132812 +0.000000000000 0.072265625000 0.000000000000 0.115722656250 +0.000000000000 0.101562500000 0.000000000000 0.084960937500 +0.000000000000 0.060791015625 0.145507812500 0.000000000000 +0.000000000000 0.472656250000 0.000000000000 0.017822265625 +0.030029296875 0.000000000000 0.003997802734 0.042724609375 +0.000000000000 0.000000000000 0.058593750000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.097167968750 0.065917968750 0.000000000000 +0.000000000000 0.000000000000 0.024291992188 0.000000000000 +0.211914062500 0.000000000000 0.000000000000 0.000000000000 +0.223632812500 0.314453125000 0.089843750000 0.185546875000 +0.000000000000 0.000000000000 0.000000000000 0.002456665039 +0.335937500000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.247070312500 0.000000000000 0.000000000000 +0.000000000000 0.089355468750 0.000000000000 0.030883789062 +0.000000000000 0.132812500000 0.007720947266 0.055419921875 +0.000000000000 0.056884765625 0.000000000000 0.000000000000 +0.000000000000 0.234375000000 0.322265625000 0.000000000000 +0.000000000000 0.367187500000 0.000000000000 0.000000000000 +0.026245117188 0.000000000000 0.011413574219 0.142578125000 +0.000000000000 0.000000000000 0.108886718750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.096679687500 0.066894531250 0.000000000000 +0.057128906250 0.000000000000 0.000000000000 0.000000000000 +0.059082031250 0.000000000000 0.000000000000 0.000000000000 +0.166992187500 0.296875000000 0.108398437500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.001693725586 +0.172851562500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.380859375000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.001045227051 +0.000000000000 0.089843750000 0.058349609375 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.253906250000 0.330078125000 0.086425781250 +0.000000000000 0.208007812500 0.000000000000 0.000000000000 +0.011840820312 0.000000000000 0.000000000000 0.156250000000 +0.000000000000 0.000000000000 0.155273437500 0.000000000000 +0.025512695312 0.068359375000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.022705078125 0.011291503906 0.000000000000 +0.100585937500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.235351562500 0.116210937500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.004516601562 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.421875000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.041748046875 0.000000000000 +0.000000000000 0.000000000000 0.070312500000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.234375000000 0.253906250000 0.255859375000 +0.000000000000 0.122558593750 0.000000000000 0.000000000000 +0.016723632812 0.000000000000 0.000000000000 0.088867187500 +0.000000000000 0.000000000000 0.231445312500 0.000000000000 +0.142578125000 0.088378906250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.012634277344 0.000000000000 0.000000000000 0.000000000000 +0.107910156250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.125976562500 0.000000000000 +0.000000000000 0.120117187500 0.048339843750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.013671875000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.396484375000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.094726562500 0.000000000000 +0.000000000000 0.000000000000 0.041259765625 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.027954101562 0.062011718750 0.087402343750 0.259765625000 +0.000000000000 0.073242187500 0.000000000000 0.081054687500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.250000000000 0.157226562500 +0.242187500000 0.026367187500 0.028930664062 0.146484375000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.060058593750 0.000000000000 0.000000000000 0.000000000000 +0.089355468750 0.000000000000 0.000000000000 0.157226562500 +0.000000000000 0.079101562500 0.273437500000 0.000000000000 +0.000000000000 0.016479492188 0.000000000000 0.083496093750 +0.000000000000 0.000000000000 0.013244628906 0.008911132812 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.302734375000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.123535156250 0.000000000000 +0.000000000000 0.000000000000 0.061523437500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.109375000000 0.000000000000 0.000000000000 0.092285156250 +0.000000000000 0.127929687500 0.000000000000 0.211914062500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.230468750000 0.261718750000 +0.241210937500 0.000000000000 0.065917968750 0.226562500000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.204101562500 +0.000000000000 0.186523437500 0.328125000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.367187500000 +0.000000000000 0.000000000000 0.015014648438 0.021118164062 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.131835937500 0.187500000000 0.111816406250 +0.000000000000 0.000000000000 0.042724609375 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.023193359375 +0.127929687500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.248046875000 0.000000000000 0.300781250000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.195312500000 0.277343750000 +0.198242187500 0.000000000000 0.042236328125 0.197265625000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.119140625000 +0.000000000000 0.253906250000 0.195312500000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.570312500000 +0.000000000000 0.000000000000 0.000000000000 0.009399414062 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.275390625000 0.255859375000 +0.000000000000 0.113281250000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.168945312500 +0.157226562500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.386718750000 0.000000000000 0.316406250000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.107421875000 0.195312500000 +0.150390625000 0.000000000000 0.000000000000 0.102539062500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.067382812500 0.000000000000 +0.155273437500 0.223632812500 0.000000000000 0.000000000000 +0.000000000000 0.081054687500 0.000000000000 0.621093750000 +0.000000000000 0.000000000000 0.000000000000 0.010986328125 +0.122070312500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.192382812500 0.292968750000 +0.000000000000 0.326171875000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.060546875000 0.000000000000 0.217773437500 +0.080078125000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.470703125000 0.000000000000 0.251953125000 +0.025512695312 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.076171875000 0.055664062500 +0.035644531250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.024536132812 0.021972656250 +0.000000000000 0.000000000000 0.110839843750 0.000000000000 +0.248046875000 0.160156250000 0.000000000000 0.000000000000 +0.072265625000 0.207031250000 0.000000000000 0.539062500000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.333984375000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.052001953125 0.219726562500 +0.000000000000 0.353515625000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.067871093750 +0.000000000000 0.084472656250 0.000000000000 0.144531250000 +0.000000000000 0.000000000000 0.028320312500 0.000000000000 +0.000000000000 0.453125000000 0.000000000000 0.091796875000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.030029296875 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.029907226562 0.027954101562 0.043457031250 +0.000000000000 0.000000000000 0.093261718750 0.000000000000 +0.259765625000 0.026367187500 0.000000000000 0.000000000000 +0.130859375000 0.271484375000 0.033935546875 0.318359375000 +0.000000000000 0.000000000000 0.000000000000 0.008300781250 +0.339843750000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.122558593750 0.000000000000 0.020629882812 +0.000000000000 0.195312500000 0.000000000000 0.000000000000 +0.000000000000 0.015563964844 0.000000000000 0.029541015625 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.080078125000 0.167968750000 0.000000000000 +0.000000000000 0.337890625000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.027465820312 0.071289062500 +0.000000000000 0.000000000000 0.051025390625 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.058593750000 0.000000000000 0.000000000000 +0.058349609375 0.000000000000 0.000000000000 0.000000000000 +0.115722656250 0.000000000000 0.000000000000 0.000000000000 +0.086914062500 0.257812500000 0.077148437500 0.001792907715 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.167968750000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.229492187500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.139648437500 0.211914062500 0.022216796875 +0.000000000000 0.166992187500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.101562500000 +0.000000000000 0.000000000000 0.086425781250 0.000000000000 +0.000000000000 0.036376953125 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.012634277344 0.000000000000 0.000000000000 +0.099121093750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.181640625000 0.079101562500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.015258789062 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.229492187500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.062500000000 0.126953125000 0.118652343750 +0.000000000000 0.000103950500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.051757812500 +0.000000000000 0.000000000000 0.089355468750 0.000000000000 +0.038574218750 0.034423828125 0.020874023438 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.097167968750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.084472656250 0.039306640625 0.000000000000 +0.000000000000 0.000000000000 0.016357421875 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.200195312500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.082519531250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.161132812500 +0.000000000000 0.000000000000 0.000000000000 0.022949218750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.080566406250 0.120605468750 +0.055664062500 0.021118164062 0.093261718750 0.002731323242 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.005798339844 0.000000000000 0.000000000000 0.000000000000 +0.067382812500 0.000000000000 0.000000000000 0.100097656250 +0.000000000000 0.076660156250 0.028076171875 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.062988281250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.017578125000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.050537109375 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000873565674 0.000000000000 0.058105468750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.026733398438 0.000000000000 0.000000000000 0.056640625000 +0.000000000000 0.000000000000 0.079589843750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.076660156250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.014526367188 0.000419616699 +0.000000000000 0.000000000000 0.004425048828 0.126953125000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.060791015625 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.172851562500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.067382812500 +0.000000000000 0.000000000000 0.000000000000 0.044433593750 +0.000000000000 0.000000000000 0.007873535156 0.000000000000 +0.037109375000 0.000000000000 0.047607421875 0.233398437500 +0.077636718750 0.000000000000 0.107910156250 0.077148437500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.088867187500 0.000000000000 0.000000000000 0.000000000000 +0.035888671875 0.000000000000 0.000000000000 0.042724609375 +0.000000000000 0.176757812500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.032714843750 0.026977539062 0.108398437500 +0.000000000000 0.056152343750 0.000000000000 0.000000000000 +0.005645751953 0.000000000000 0.043212890625 0.000000000000 +0.000000000000 0.000000000000 0.048828125000 0.000000000000 +0.000000000000 0.000000000000 0.068359375000 0.000000000000 +0.000000000000 0.000000000000 0.070312500000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.173828125000 0.000000000000 0.000000000000 0.069335937500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.118652343750 0.000000000000 0.000000000000 0.050537109375 +0.020263671875 0.000000000000 0.123535156250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.102050781250 +0.000000000000 0.212890625000 0.000000000000 0.035156250000 +0.000000000000 0.000000000000 0.015869140625 0.021606445312 +0.051513671875 0.000000000000 0.144531250000 0.470703125000 +0.000000000000 0.000000000000 0.000686645508 0.000000000000 +0.000000000000 0.000000000000 0.045166015625 0.066406250000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.174804687500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.085449218750 +0.000000000000 0.135742187500 0.069335937500 0.000000000000 +0.198242187500 0.000000000000 0.000000000000 0.189453125000 +0.000000000000 0.000000000000 0.222656250000 0.000000000000 +0.000000000000 0.072753906250 0.000000000000 0.000000000000 +0.000000000000 0.046386718750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.078613281250 0.000000000000 +0.074218750000 0.156250000000 0.000000000000 0.031982421875 +0.000000000000 0.000000000000 0.000000000000 0.047363281250 +0.046142578125 0.000000000000 0.022338867188 0.000000000000 +0.163085937500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.156250000000 0.096191406250 +0.000000000000 0.104003906250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.130859375000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.016235351562 0.019897460938 0.000000000000 0.024169921875 +0.000000000000 0.050781250000 0.003128051758 0.020874023438 +0.202148437500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.023681640625 0.017944335938 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.029907226562 0.000000000000 0.000000000000 +0.000000000000 0.120605468750 0.000000000000 0.036621093750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.023681640625 0.132812500000 +0.239257812500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.232421875000 +0.077148437500 0.031250000000 0.000000000000 0.000000000000 +0.164062500000 0.000000000000 0.017456054688 0.000000000000 +0.000000000000 0.000000000000 0.007110595703 0.044189453125 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.055175781250 0.000000000000 +0.000000000000 0.089355468750 0.012023925781 0.000000000000 +0.142578125000 0.000000000000 0.000000000000 0.041748046875 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.102539062500 0.000000000000 0.000000000000 +0.037597656250 0.059814453125 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.052001953125 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.080566406250 +0.083984375000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.124511718750 0.108886718750 +0.000000000000 0.117675781250 0.000000000000 0.000000000000 +0.085449218750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.118652343750 +0.000000000000 0.000000000000 0.058105468750 0.000000000000 +0.031738281250 0.000000000000 0.000000000000 0.021484375000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.287109375000 0.000000000000 0.000000000000 0.171875000000 +0.148437500000 0.075195312500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.088378906250 0.000000000000 0.000000000000 0.000000000000 +0.171875000000 0.190429687500 0.000000000000 0.026489257812 +0.000000000000 0.148437500000 0.000000000000 0.000000000000 +0.000000000000 0.030029296875 0.031005859375 0.000000000000 +0.170898437500 0.193359375000 0.099609375000 0.484375000000 +0.000000000000 0.000000000000 0.343750000000 0.000000000000 +0.201171875000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.129882812500 0.000000000000 0.134765625000 0.043457031250 +0.000000000000 0.000000000000 0.367187500000 0.000000000000 +0.000000000000 0.061279296875 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.020751953125 0.185546875000 0.332031250000 0.143554687500 +0.152343750000 0.072753906250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.335937500000 0.000000000000 +0.000000000000 0.253906250000 0.156250000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.094238281250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.261718750000 0.000000000000 +0.180664062500 0.000000000000 0.107910156250 0.804687500000 +0.000000000000 0.000000000000 0.306640625000 0.010681152344 +0.119140625000 0.000000000000 0.248046875000 0.000000000000 +0.000000000000 0.000000000000 0.055175781250 0.000000000000 +0.000000000000 0.000000000000 0.072753906250 0.000000000000 +0.182617187500 0.000000000000 0.201171875000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.134765625000 0.000000000000 0.123046875000 0.221679687500 +0.000000000000 0.231445312500 0.087890625000 0.081054687500 +0.062500000000 0.234375000000 0.000000000000 0.061523437500 +0.000000000000 0.000000000000 0.045654296875 0.000000000000 +0.000000000000 0.435546875000 0.217773437500 0.170898437500 +0.099609375000 0.111328125000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.002395629883 0.031494140625 0.136718750000 +0.000000000000 0.000000000000 0.158203125000 0.000000000000 +0.045166015625 0.000000000000 0.134765625000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.109375000000 +0.101562500000 0.000000000000 0.192382812500 0.210937500000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.257812500000 0.000000000000 0.000000000000 0.000000000000 +0.093261718750 0.000000000000 0.000000000000 0.000000000000 +0.182617187500 0.000000000000 0.000000000000 0.000000000000 +0.259765625000 0.025024414062 0.074707031250 0.103515625000 +0.000000000000 0.000000000000 0.116210937500 0.000000000000 +0.259765625000 0.000000000000 0.000000000000 0.028076171875 +0.131835937500 0.073242187500 0.000000000000 0.175781250000 +0.000000000000 0.412109375000 0.000000000000 0.098144531250 +0.088867187500 0.038818359375 0.131835937500 0.000000000000 +0.000000000000 0.263671875000 0.000000000000 0.000000000000 +0.000000000000 0.031738281250 0.085937500000 0.255859375000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.400390625000 0.087890625000 0.443359375000 +0.046142578125 0.108398437500 0.072265625000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.120117187500 +0.087890625000 0.000000000000 0.000000000000 0.000000000000 +0.006378173828 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.019775390625 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.164062500000 0.060546875000 0.000000000000 0.148437500000 +0.000000000000 0.225585937500 0.006286621094 0.000000000000 +0.164062500000 0.008972167969 0.000000000000 0.068359375000 +0.000000000000 0.013122558594 0.067871093750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.107910156250 0.000000000000 0.000000000000 +0.000000000000 0.228515625000 0.171875000000 0.000000000000 +0.064941406250 0.157226562500 0.000000000000 0.000000000000 +0.000000000000 0.023193359375 0.052978515625 0.000000000000 +0.000000000000 0.000000000000 0.036865234375 0.112792968750 +0.047119140625 0.000000000000 0.000000000000 0.000000000000 +0.080566406250 0.000000000000 0.129882812500 0.012573242188 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.146484375000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.146484375000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.047363281250 +0.000000000000 0.000000000000 0.064453125000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.017578125000 0.000000000000 0.000000000000 0.026977539062 +0.022460937500 0.000000000000 0.101562500000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.104492187500 +0.000000000000 0.062011718750 0.018798828125 0.022583007812 +0.000000000000 0.000000000000 0.000000000000 0.060546875000 +0.000000000000 0.031982421875 0.096191406250 0.031982421875 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.068847656250 0.000000000000 0.138671875000 0.088867187500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.107421875000 +0.061767578125 0.000000000000 0.000000000000 0.000000000000 +0.118164062500 0.000000000000 0.000000000000 0.043457031250 +0.053955078125 0.000000000000 0.010192871094 0.102539062500 +0.000000000000 0.009704589844 0.000000000000 0.004486083984 +0.059082031250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.052001953125 0.000000000000 0.000000000000 +0.000000000000 0.119140625000 0.000000000000 0.115234375000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.082031250000 0.158203125000 +0.000000000000 0.000000000000 0.007263183594 0.000000000000 +0.000000000000 0.000000000000 0.037353515625 0.199218750000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.012390136719 0.000000000000 0.007598876953 0.240234375000 +0.000000000000 0.149414062500 0.128906250000 0.159179687500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.076660156250 +0.125000000000 0.318359375000 0.000000000000 0.092285156250 +0.238281250000 0.000000000000 0.000000000000 0.168945312500 +0.000000000000 0.000000000000 0.027709960938 0.000000000000 +0.047363281250 0.142578125000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.124511718750 0.235351562500 0.000000000000 +0.086914062500 0.086425781250 0.000000000000 0.035156250000 +0.152343750000 0.062500000000 0.146484375000 0.000000000000 +0.000000000000 0.111816406250 0.000000000000 0.000000000000 +0.439453125000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.156250000000 +0.148437500000 0.201171875000 0.000000000000 0.000000000000 +0.316406250000 0.000000000000 0.000000000000 0.267578125000 +0.000000000000 0.000000000000 0.035156250000 0.000000000000 +0.000000000000 0.096679687500 0.000000000000 0.000000000000 +0.000000000000 0.077148437500 0.119628906250 0.000000000000 +0.000000000000 0.000000000000 0.410156250000 0.119140625000 +0.160156250000 0.223632812500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.071289062500 0.402343750000 0.000000000000 0.000000000000 +0.000000000000 0.216796875000 0.000000000000 0.061035156250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.208007812500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.118164062500 0.000000000000 0.000000000000 +0.102050781250 0.000000000000 0.021850585938 0.447265625000 +0.287109375000 0.000000000000 0.443359375000 0.085449218750 +0.181640625000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.014831542969 0.000000000000 0.000000000000 0.000000000000 +0.028442382812 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.040527343750 0.388671875000 +0.008972167969 0.000000000000 0.086425781250 0.000000000000 +0.000000000000 0.087402343750 0.223632812500 0.125976562500 +0.170898437500 0.000000000000 0.000000000000 0.041503906250 +0.000000000000 0.065429687500 0.059326171875 0.025634765625 +0.000000000000 0.028442382812 0.069824218750 0.000000000000 +0.082519531250 0.000000000000 0.000000000000 0.114746093750 +0.030395507812 0.000000000000 0.000000000000 0.156250000000 +0.000000000000 0.126953125000 0.000000000000 0.143554687500 +0.000000000000 0.000000000000 0.023437500000 0.000000000000 +0.000000000000 0.000000000000 0.165039062500 0.005828857422 +0.000000000000 0.000000000000 0.000000000000 0.030639648438 +0.306640625000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.091308593750 0.000000000000 +0.000000000000 0.000000000000 0.144531250000 0.000000000000 +0.000000000000 0.000000000000 0.126953125000 0.000000000000 +0.005615234375 0.000000000000 0.000000000000 0.060546875000 +0.000000000000 0.000000000000 0.000000000000 0.001014709473 +0.224609375000 0.189453125000 0.000000000000 0.141601562500 +0.251953125000 0.000000000000 0.000000000000 0.230468750000 +0.253906250000 0.000000000000 0.427734375000 0.000000000000 +0.000000000000 0.269531250000 0.369140625000 0.000000000000 +0.339843750000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.199218750000 +0.000000000000 0.071289062500 0.000000000000 0.271484375000 +0.000000000000 0.000000000000 0.162109375000 0.000000000000 +0.209960937500 0.231445312500 0.249023437500 0.593750000000 +0.000000000000 0.000000000000 0.486328125000 0.005096435547 +0.269531250000 0.000000000000 0.000000000000 0.068359375000 +0.000000000000 0.000000000000 0.020874023438 0.000000000000 +0.318359375000 0.000000000000 0.004882812500 0.000000000000 +0.099609375000 0.000000000000 0.324218750000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.294921875000 0.000000000000 +0.000000000000 0.076171875000 0.333984375000 0.023803710938 +0.221679687500 0.018554687500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.235351562500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.023803710938 0.000000000000 0.175781250000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.112304687500 0.000000000000 0.142578125000 0.511718750000 +0.054687500000 0.000000000000 0.149414062500 0.033691406250 +0.080566406250 0.000000000000 0.328125000000 0.228515625000 +0.083984375000 0.000000000000 0.000000000000 0.000000000000 +0.104492187500 0.000000000000 0.000000000000 0.000000000000 +0.247070312500 0.000000000000 0.098632812500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.220703125000 0.000000000000 0.077148437500 0.120605468750 +0.000000000000 0.077148437500 0.072265625000 0.000000000000 +0.217773437500 0.000000000000 0.000000000000 0.029907226562 +0.085937500000 0.000000000000 0.000000000000 0.169921875000 +0.003875732422 0.104492187500 0.000000000000 0.062255859375 +0.008789062500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.125976562500 0.041259765625 0.027343750000 +0.000000000000 0.218750000000 0.000000000000 0.287109375000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.139648437500 0.156250000000 0.117675781250 +0.000000000000 0.064453125000 0.000000000000 0.000000000000 +0.095214843750 0.000000000000 0.238281250000 0.104980468750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.124023437500 0.000000000000 +0.069824218750 0.000000000000 0.071777343750 0.000000000000 +0.118652343750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.012756347656 0.221679687500 +0.000000000000 0.011474609375 0.000000000000 0.000000000000 +0.046630859375 0.000000000000 0.000000000000 0.030883789062 +0.049804687500 0.000000000000 0.061279296875 0.092285156250 +0.000000000000 0.000000000000 0.000000000000 0.009521484375 +0.000000000000 0.000000000000 0.048583984375 0.000000000000 +0.000000000000 0.070312500000 0.139648437500 0.000000000000 +0.000000000000 0.066894531250 0.150390625000 0.265625000000 +0.000000000000 0.000000000000 0.000000000000 0.105468750000 +0.000000000000 0.016113281250 0.099121093750 0.121093750000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.097167968750 0.296875000000 +0.068359375000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.006805419922 0.000000000000 0.000000000000 0.000000000000 +0.035400390625 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.128906250000 0.000000000000 0.192382812500 +0.165039062500 0.000000000000 0.197265625000 0.000000000000 +0.050048828125 0.000000000000 0.083007812500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.075683593750 +0.000000000000 0.106933593750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.076171875000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.090332031250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.060791015625 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.143554687500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.175781250000 0.228515625000 +0.000000000000 0.054931640625 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.075683593750 0.000000000000 +0.126953125000 0.263671875000 0.000000000000 0.000000000000 +0.243164062500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.238281250000 0.061767578125 0.196289062500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.007141113281 0.034179687500 +0.332031250000 0.000000000000 0.000000000000 0.020751953125 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.069824218750 0.000000000000 0.271484375000 0.000000000000 +0.000000000000 0.026977539062 0.066894531250 0.000000000000 +0.000000000000 0.000000000000 0.017822265625 0.000000000000 +0.000000000000 0.125976562500 0.000000000000 0.117187500000 +0.000000000000 0.000000000000 0.000000000000 0.190429687500 +0.104003906250 0.184570312500 0.164062500000 0.000000000000 +0.000000000000 0.166992187500 0.076171875000 0.283203125000 +0.237304687500 0.000000000000 0.000000000000 0.204101562500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.241210937500 +0.104003906250 0.000000000000 0.161132812500 0.000000000000 +0.044189453125 0.308593750000 0.000000000000 0.150390625000 +0.170898437500 0.000000000000 0.000000000000 0.000000000000 +0.056396484375 0.000000000000 0.164062500000 0.134765625000 +0.073242187500 0.112304687500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.006164550781 0.000000000000 0.000000000000 +0.000000000000 0.235351562500 0.000000000000 0.000000000000 +0.092285156250 0.174804687500 0.000000000000 0.000000000000 +0.000000000000 0.156250000000 0.043457031250 0.169921875000 +0.000000000000 0.000000000000 0.000000000000 0.221679687500 +0.064453125000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.137695312500 0.000000000000 0.007293701172 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.095214843750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.008422851562 0.000000000000 +0.000000000000 0.138671875000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.058105468750 0.030761718750 +0.126953125000 0.084960937500 0.034912109375 0.000000000000 +0.000000000000 0.115722656250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.213867187500 +0.255859375000 0.140625000000 0.000000000000 0.000000000000 +0.237304687500 0.039550781250 0.000000000000 0.000000000000 +0.000000000000 0.181640625000 0.025512695312 0.167968750000 +0.000347137451 0.000000000000 0.000000000000 0.121582031250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.072265625000 0.033447265625 0.000000000000 +0.000000000000 0.000000000000 0.079589843750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.135742187500 +0.000000000000 0.000000000000 0.000000000000 0.332031250000 +0.000000000000 0.000000000000 0.058593750000 0.000000000000 +0.048095703125 0.103515625000 0.000000000000 0.000000000000 +0.134765625000 0.000000000000 0.220703125000 0.158203125000 +0.054199218750 0.000000000000 0.000000000000 0.128906250000 +0.000000000000 0.211914062500 0.093261718750 0.000000000000 +0.000000000000 0.281250000000 0.289062500000 0.000000000000 +0.000000000000 0.347656250000 0.000000000000 0.000000000000 +0.421875000000 0.018920898438 0.000000000000 0.000000000000 +0.226562500000 0.115722656250 0.000000000000 0.000000000000 +0.000000000000 0.173828125000 0.076660156250 0.000000000000 +0.164062500000 0.000000000000 0.020507812500 0.018432617188 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.071777343750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.076171875000 0.161132812500 0.000000000000 +0.144531250000 0.000000000000 0.014587402344 0.090820312500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.218750000000 0.107910156250 0.118164062500 +0.097167968750 0.084960937500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.097656250000 0.000000000000 +0.188476562500 0.228515625000 0.101562500000 0.000000000000 +0.000000000000 0.120605468750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.043212890625 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.106445312500 0.029907226562 0.000000000000 +0.190429687500 0.000000000000 0.050048828125 0.283203125000 +0.000000000000 0.000000000000 0.294921875000 0.000000000000 +0.098632812500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.110351562500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.049316406250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.222656250000 0.163085937500 0.287109375000 0.279296875000 +0.199218750000 0.145507812500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.110839843750 0.000000000000 +0.000000000000 0.000000000000 0.057861328125 0.000000000000 +0.000000000000 0.188476562500 0.000000000000 0.000000000000 +0.000000000000 0.006164550781 0.000000000000 0.000000000000 +0.000000000000 0.084472656250 0.000000000000 0.015869140625 +0.000000000000 0.000000000000 0.018920898438 0.000000000000 +0.154296875000 0.001457214355 0.131835937500 0.061279296875 +0.000705718994 0.000000000000 0.000000000000 0.108398437500 +0.410156250000 0.000000000000 0.006805419922 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.159179687500 0.000000000000 0.000000000000 0.009765625000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.028686523438 +0.000000000000 0.000000000000 0.011962890625 0.000000000000 +0.107910156250 0.320312500000 0.000000000000 0.251953125000 +0.231445312500 0.134765625000 0.000000000000 0.022949218750 +0.009338378906 0.000000000000 0.167968750000 0.000000000000 +0.101074218750 0.136718750000 0.211914062500 0.000000000000 +0.000000000000 0.093261718750 0.000000000000 0.000000000000 +0.000000000000 0.111328125000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.060546875000 +0.000000000000 0.000000000000 0.061767578125 0.000000000000 +0.365234375000 0.298828125000 0.180664062500 0.191406250000 +0.000000000000 0.000000000000 0.147460937500 0.118652343750 +0.423828125000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.026611328125 0.000000000000 +0.355468750000 0.000000000000 0.273437500000 0.000000000000 +0.263671875000 0.000000000000 0.378906250000 0.000000000000 +0.000000000000 0.028076171875 0.000000000000 0.089843750000 +0.000000000000 0.000000000000 0.228515625000 0.000000000000 +0.000000000000 0.109863281250 0.314453125000 0.208007812500 +0.120605468750 0.060058593750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.055664062500 0.079101562500 +0.000000000000 0.000000000000 0.000000000000 0.168945312500 +0.068359375000 0.049804687500 0.010986328125 0.000000000000 +0.000000000000 0.074218750000 0.065917968750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.184570312500 +0.000000000000 0.000000000000 0.009094238281 0.000000000000 +0.000000000000 0.000000000000 0.203125000000 0.396484375000 +0.000000000000 0.058593750000 0.182617187500 0.300781250000 +0.283203125000 0.000000000000 0.101074218750 0.153320312500 +0.053955078125 0.000000000000 0.000000000000 0.000000000000 +0.212890625000 0.000000000000 0.011474609375 0.000000000000 +0.322265625000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.119628906250 +0.000000000000 0.000000000000 0.253906250000 0.195312500000 +0.000000000000 0.000000000000 0.181640625000 0.002792358398 +0.121093750000 0.000000000000 0.045654296875 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.330078125000 +0.000000000000 0.082519531250 0.000000000000 0.361328125000 +0.000000000000 0.000000000000 0.188476562500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.101074218750 0.136718750000 +0.000000000000 0.000000000000 0.000854492188 0.000000000000 +0.000000000000 0.000000000000 0.081542968750 0.150390625000 +0.000000000000 0.283203125000 0.000000000000 0.119628906250 +0.027221679688 0.000000000000 0.195312500000 0.226562500000 +0.036865234375 0.000000000000 0.000000000000 0.063476562500 +0.000000000000 0.080566406250 0.000000000000 0.000000000000 +0.000000000000 0.011474609375 0.000000000000 0.000000000000 +0.080566406250 0.000000000000 0.000000000000 0.000000000000 +0.207031250000 0.024780273438 0.010375976562 0.343750000000 +0.125976562500 0.261718750000 0.000000000000 0.000000000000 +0.106933593750 0.000000000000 0.000000000000 0.017700195312 +0.056396484375 0.000000000000 0.000000000000 0.041992187500 +0.172851562500 0.228515625000 0.000000000000 0.000000000000 +0.127929687500 0.000000000000 0.197265625000 0.000000000000 +0.000000000000 0.267578125000 0.240234375000 0.000000000000 +0.104003906250 0.064941406250 0.000000000000 0.225585937500 +0.000000000000 0.089843750000 0.259765625000 0.000000000000 +0.000000000000 0.101074218750 0.009826660156 0.000000000000 +0.027832031250 0.126953125000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.184570312500 +0.000000000000 0.084960937500 0.000000000000 0.000000000000 +0.000000000000 0.014343261719 0.134765625000 0.273437500000 +0.000000000000 0.067871093750 0.000000000000 0.253906250000 +0.000000000000 0.068847656250 0.057373046875 0.000000000000 +0.249023437500 0.281250000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.211914062500 0.088867187500 +0.123046875000 0.073730468750 0.052246093750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.003402709961 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.190429687500 0.000000000000 0.000000000000 +0.000000000000 0.216796875000 0.000000000000 0.000000000000 +0.226562500000 0.006958007812 0.000000000000 0.000000000000 +0.202148437500 0.170898437500 0.000568389893 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.519531250000 +0.371093750000 0.000000000000 0.163085937500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.191406250000 0.000000000000 0.000000000000 0.000000000000 +0.034423828125 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.185546875000 0.005584716797 0.115234375000 +0.024536132812 0.015258789062 0.102050781250 0.000000000000 +0.000000000000 0.000000000000 0.269531250000 0.066894531250 +0.000000000000 0.000000000000 0.062988281250 0.000000000000 +0.151367187500 0.004852294922 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.013000488281 0.026245117188 0.000000000000 0.062988281250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.078613281250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.082031250000 +0.000000000000 0.000000000000 0.007995605469 0.000000000000 +0.136718750000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.071777343750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.105468750000 +0.000000000000 0.000000000000 0.000000000000 0.072265625000 +0.255859375000 0.000000000000 0.000000000000 0.063964843750 +0.022827148438 0.000000000000 0.000000000000 0.193359375000 +0.083496093750 0.000000000000 0.120605468750 0.030883789062 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.320312500000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.097656250000 0.000000000000 0.056640625000 +0.000000000000 0.065917968750 0.059326171875 0.013427734375 +0.000000000000 0.000000000000 0.081054687500 0.000000000000 +0.000000000000 0.000000000000 0.103515625000 0.061523437500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000255584717 0.109863281250 0.000000000000 0.064453125000 +0.000000000000 0.000000000000 0.216796875000 0.000000000000 +0.007232666016 0.000000000000 0.118164062500 0.047851562500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.013000488281 +0.171875000000 0.079589843750 0.097656250000 0.021850585938 +0.062988281250 0.000000000000 0.000000000000 0.042236328125 +0.000000000000 0.000000000000 0.022827148438 0.000000000000 +0.126953125000 0.071777343750 0.000000000000 0.000000000000 +0.000000000000 0.006744384766 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.004394531250 0.000000000000 +0.089355468750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.104492187500 0.058349609375 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.219726562500 +0.154296875000 0.000000000000 0.102050781250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.004425048828 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.031250000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.007110595703 0.000000000000 0.000000000000 +0.000000000000 0.050048828125 0.269531250000 0.112792968750 +0.090820312500 0.053222656250 0.000000000000 0.000000000000 +0.000000000000 0.052246093750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.159179687500 0.000000000000 0.000000000000 +0.000000000000 0.052978515625 0.012573242188 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.060546875000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.038574218750 +0.174804687500 0.000000000000 0.000000000000 0.000000000000 +0.164062500000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.022216796875 0.040283203125 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.019531250000 0.035888671875 0.000000000000 0.130859375000 +0.142578125000 0.000000000000 0.000000000000 0.048095703125 +0.000000000000 0.000000000000 0.182617187500 0.000000000000 +0.000000000000 0.000000000000 0.107421875000 0.000000000000 +0.016357421875 0.043457031250 0.000000000000 0.000000000000 +0.029296875000 0.034423828125 0.000000000000 0.000463485718 +0.000000000000 0.097167968750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.015380859375 0.000000000000 +0.093261718750 0.000000000000 0.141601562500 0.115234375000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.225585937500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.060302734375 0.000000000000 +0.000000000000 0.000000000000 0.285156250000 0.000000000000 +0.063476562500 0.000000000000 0.020874023438 0.000000000000 +0.000000000000 0.292968750000 0.000000000000 0.000000000000 +0.000000000000 0.041992187500 0.075195312500 0.006225585938 +0.117187500000 0.163085937500 0.341796875000 0.294921875000 +0.048339843750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.114257812500 0.000000000000 0.000000000000 +0.000000000000 0.142578125000 0.126953125000 0.000000000000 +0.000000000000 0.000000000000 0.070800781250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.057128906250 0.000000000000 +0.000000000000 0.000000000000 0.029174804688 0.333984375000 +0.100585937500 0.000000000000 0.101562500000 0.250000000000 +0.000000000000 0.000000000000 0.000000000000 0.148437500000 +0.194335937500 0.000000000000 0.000000000000 0.000000000000 +0.192382812500 0.219726562500 0.000000000000 0.000000000000 +0.145507812500 0.064941406250 0.000000000000 0.000000000000 +0.023437500000 0.039062500000 0.198242187500 0.000000000000 +0.132812500000 0.083984375000 0.021972656250 0.042724609375 +0.110839843750 0.154296875000 0.423828125000 0.080566406250 +0.058105468750 0.000000000000 0.094238281250 0.000000000000 +0.000000000000 0.209960937500 0.000000000000 0.000000000000 +0.013427734375 0.217773437500 0.000000000000 0.149414062500 +0.000000000000 0.056884765625 0.296875000000 0.304687500000 +0.000000000000 0.365234375000 0.123535156250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.257812500000 0.071777343750 0.069335937500 0.000000000000 +0.000000000000 0.100097656250 0.000000000000 0.000000000000 +0.285156250000 0.243164062500 0.000000000000 0.140625000000 +0.006652832031 0.000000000000 0.000000000000 0.140625000000 +0.007476806641 0.000000000000 0.000000000000 0.209960937500 +0.275390625000 0.076660156250 0.164062500000 0.000000000000 +0.000000000000 0.032958984375 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.412109375000 0.271484375000 +0.079101562500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.078613281250 +0.152343750000 0.000000000000 0.000000000000 0.000000000000 +0.255859375000 0.103515625000 0.031494140625 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.079589843750 0.000000000000 0.000000000000 0.018554687500 +0.148437500000 0.201171875000 0.000000000000 0.000000000000 +0.000000000000 0.080566406250 0.000000000000 0.000000000000 +0.000000000000 0.018188476562 0.110839843750 0.000000000000 +0.000000000000 0.031494140625 0.070312500000 0.312500000000 +0.000000000000 0.140625000000 0.173828125000 0.000000000000 +0.137695312500 0.099121093750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.014953613281 0.000000000000 +0.000000000000 0.000000000000 0.006561279297 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.005950927734 +0.000000000000 0.019775390625 0.000000000000 0.146484375000 +0.182617187500 0.000000000000 0.000000000000 0.000000000000 +0.129882812500 0.000000000000 0.000000000000 0.118164062500 +0.040771484375 0.003448486328 0.074218750000 0.131835937500 +0.000000000000 0.093261718750 0.306640625000 0.000000000000 +0.000000000000 0.222656250000 0.164062500000 0.000000000000 +0.034667968750 0.040039062500 0.000000000000 0.000000000000 +0.236328125000 0.000000000000 0.000000000000 0.250000000000 +0.000000000000 0.107421875000 0.000000000000 0.000000000000 +0.000000000000 0.034179687500 0.089843750000 0.000000000000 +0.186523437500 0.000000000000 0.114746093750 0.124511718750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.135742187500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.024536132812 0.217773437500 0.000000000000 +0.000000000000 0.000000000000 0.267578125000 0.000000000000 +0.086425781250 0.164062500000 0.167968750000 0.000000000000 +0.034179687500 0.000000000000 0.000000000000 0.000000000000 +0.158203125000 0.070800781250 0.000000000000 0.132812500000 +0.265625000000 0.032226562500 0.186523437500 0.099121093750 +0.027954101562 0.000000000000 0.155273437500 0.000000000000 +0.106933593750 0.000000000000 0.147460937500 0.089355468750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.220703125000 0.000000000000 +0.000000000000 0.000000000000 0.042968750000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.078125000000 0.000000000000 +0.000000000000 0.000000000000 0.068359375000 0.474609375000 +0.173828125000 0.077636718750 0.332031250000 0.046142578125 +0.000000000000 0.000000000000 0.000000000000 0.204101562500 +0.179687500000 0.000000000000 0.000000000000 0.061523437500 +0.000000000000 0.105957031250 0.041748046875 0.000000000000 +0.000659942627 0.194335937500 0.000000000000 0.000000000000 +0.119628906250 0.068359375000 0.000000000000 0.000000000000 +0.000000000000 0.347656250000 0.000000000000 0.190429687500 +0.088867187500 0.121582031250 0.396484375000 0.007324218750 +0.017089843750 0.000000000000 0.108886718750 0.000000000000 +0.000000000000 0.170898437500 0.000000000000 0.000000000000 +0.000000000000 0.089843750000 0.000000000000 0.000000000000 +0.000000000000 0.121582031250 0.292968750000 0.000000000000 +0.000000000000 0.003128051758 0.113769531250 0.000000000000 +0.083007812500 0.000000000000 0.000000000000 0.000000000000 +0.156250000000 0.126953125000 0.131835937500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000136375427 +0.239257812500 0.076660156250 0.000000000000 0.000000000000 +0.000000000000 0.039794921875 0.000000000000 0.222656250000 +0.000000000000 0.170898437500 0.000000000000 0.269531250000 +0.219726562500 0.084472656250 0.000000000000 0.000000000000 +0.034179687500 0.244140625000 0.000000000000 0.000000000000 +0.246093750000 0.059082031250 0.355468750000 0.109375000000 +0.333984375000 0.294921875000 0.015197753906 0.056640625000 +0.000000000000 0.000000000000 0.033691406250 0.000000000000 +0.000000000000 0.000000000000 0.188476562500 0.292968750000 +0.408203125000 0.072265625000 0.000000000000 0.000000000000 +0.092773437500 0.042724609375 0.000000000000 0.000000000000 +0.406250000000 0.000000000000 0.328125000000 0.425781250000 +0.464843750000 0.431640625000 0.003341674805 0.000000000000 +0.030151367188 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.287109375000 0.113281250000 0.000000000000 +0.000000000000 0.089355468750 0.000000000000 0.105468750000 +0.027465820312 0.304687500000 0.051757812500 0.000000000000 +0.000000000000 0.416015625000 0.000000000000 0.023803710938 +0.000000000000 0.000000000000 0.098632812500 0.140625000000 +0.000000000000 0.000000000000 0.190429687500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.141601562500 +0.039794921875 0.000000000000 0.296875000000 0.257812500000 +0.355468750000 0.048583984375 0.000000000000 0.000000000000 +0.068847656250 0.000000000000 0.000000000000 0.104492187500 +0.026611328125 0.000000000000 0.067382812500 0.046386718750 +0.183593750000 0.263671875000 0.146484375000 0.036376953125 +0.000000000000 0.000000000000 0.161132812500 0.000000000000 +0.000000000000 0.051757812500 0.000000000000 0.000000000000 +0.474609375000 0.000000000000 0.000000000000 0.291015625000 +0.034912109375 0.273437500000 0.000000000000 0.000000000000 +0.000000000000 0.032958984375 0.137695312500 0.097656250000 +0.002120971680 0.000000000000 0.277343750000 0.738281250000 +0.000000000000 0.000000000000 0.191406250000 0.000000000000 +0.180664062500 0.074218750000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.406250000000 0.000000000000 +0.000000000000 0.000000000000 0.222656250000 0.000000000000 +0.000000000000 0.000000000000 0.251953125000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.046630859375 +0.318359375000 0.000000000000 0.298828125000 0.000000000000 +0.000000000000 0.000000000000 0.029418945312 0.302734375000 +0.000000000000 0.000000000000 0.443359375000 0.000000000000 +0.000000000000 0.155273437500 0.181640625000 0.000000000000 +0.143554687500 0.000000000000 0.000000000000 0.000000000000 +0.055175781250 0.000000000000 0.000000000000 0.166015625000 +0.051269531250 0.117187500000 0.000000000000 0.000000000000 +0.000000000000 0.042236328125 0.121093750000 0.052978515625 +0.095214843750 0.000000000000 0.031005859375 0.232421875000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.027832031250 0.000000000000 0.542968750000 0.101562500000 +0.000000000000 0.000000000000 0.038818359375 0.000000000000 +0.137695312500 0.000000000000 0.000000000000 0.000000000000 +0.045410156250 0.000000000000 0.088378906250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.155273437500 0.113281250000 0.000000000000 0.277343750000 +0.145507812500 0.112792968750 0.306640625000 0.000000000000 +0.075195312500 0.047607421875 0.029663085938 0.214843750000 +0.248046875000 0.000000000000 0.000000000000 0.232421875000 +0.160156250000 0.000000000000 0.000000000000 0.000000000000 +0.363281250000 0.078613281250 0.031127929688 0.000000000000 +0.000000000000 0.000000000000 0.154296875000 0.000000000000 +0.000000000000 0.070312500000 0.000000000000 0.177734375000 +0.000000000000 0.006774902344 0.022094726562 0.045898437500 +0.000000000000 0.345703125000 0.121093750000 0.000000000000 +0.001091003418 0.088867187500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.091796875000 0.265625000000 +0.000000000000 0.078613281250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.120605468750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.102539062500 0.000000000000 0.127929687500 +0.174804687500 0.009887695312 0.100097656250 0.000000000000 +0.220703125000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.045166015625 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.250000000000 0.000000000000 0.000000000000 +0.146484375000 0.247070312500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.115722656250 0.065429687500 0.365234375000 +0.078613281250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.034179687500 0.083007812500 +0.000000000000 0.016845703125 0.000000000000 0.000000000000 +0.088378906250 0.000000000000 0.121582031250 0.025512695312 +0.000000000000 0.000000000000 0.139648437500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.118164062500 0.038574218750 0.024047851562 +0.000000000000 0.175781250000 0.141601562500 0.106933593750 +0.015197753906 0.097167968750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.049560546875 0.000000000000 +0.142578125000 0.010498046875 0.000000000000 0.000000000000 +0.000000000000 0.116699218750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.197265625000 0.000000000000 +0.039550781250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.104980468750 0.019653320312 0.006195068359 +0.009094238281 0.000000000000 0.000000000000 0.212890625000 +0.292968750000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.150390625000 0.088867187500 +0.000000000000 0.014343261719 0.000000000000 0.000000000000 +0.115234375000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.100585937500 0.022338867188 +0.000000000000 0.107421875000 0.000000000000 0.000000000000 +0.021606445312 0.000000000000 0.159179687500 0.092773437500 +0.051025390625 0.000000000000 0.000000000000 0.019531250000 +0.070312500000 0.145507812500 0.000000000000 0.000000000000 +0.150390625000 0.000000000000 0.000000000000 0.000000000000 +0.068847656250 0.229492187500 0.000000000000 0.000000000000 +0.000000000000 0.326171875000 0.000000000000 0.000000000000 +0.000000000000 0.023071289062 0.000000000000 0.000000000000 +0.000000000000 0.003204345703 0.000000000000 0.000000000000 +0.000000000000 0.275390625000 0.000000000000 0.000000000000 +0.045898437500 0.083984375000 0.000000000000 0.004180908203 +0.105957031250 0.000000000000 0.000000000000 0.026123046875 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.063964843750 +0.000000000000 0.000000000000 0.003524780273 0.000000000000 +0.000000000000 0.000000000000 0.043701171875 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.080078125000 0.108886718750 0.000000000000 0.157226562500 +0.158203125000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.023681640625 0.000000000000 +0.000000000000 0.009155273438 0.000000000000 0.000000000000 +0.000000000000 0.002578735352 0.000000000000 0.000000000000 +0.000000000000 0.007354736328 0.000000000000 0.000000000000 +0.000000000000 0.114746093750 0.000000000000 0.000000000000 +0.000000000000 0.023437500000 0.131835937500 0.000000000000 +0.000000000000 0.000000000000 0.006683349609 0.044189453125 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.002258300781 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.024536132812 0.000000000000 0.124511718750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.093750000000 0.000000000000 0.001968383789 0.000000000000 +0.047607421875 0.002319335938 0.142578125000 0.127929687500 +0.000000000000 0.076171875000 0.015441894531 0.000000000000 +0.000000000000 0.000000000000 0.028930664062 0.000000000000 +0.007202148438 0.041992187500 0.000000000000 0.000000000000 +0.000000000000 0.059570312500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.001876831055 0.000000000000 0.000000000000 +0.080078125000 0.000000000000 0.086425781250 0.546875000000 +0.000000000000 0.000000000000 0.172851562500 0.000000000000 +0.099121093750 0.000000000000 0.013977050781 0.066894531250 +0.000000000000 0.000000000000 0.048095703125 0.000000000000 +0.000000000000 0.257812500000 0.000000000000 0.000000000000 +0.055664062500 0.116699218750 0.000000000000 0.012084960938 +0.117187500000 0.000000000000 0.111816406250 0.000000000000 +0.230468750000 0.058105468750 0.000000000000 0.086914062500 +0.000000000000 0.162109375000 0.000000000000 0.102539062500 +0.162109375000 0.000000000000 0.000000000000 0.000000000000 +0.036376953125 0.000000000000 0.000000000000 0.000000000000 +0.000579833984 0.018676757812 0.000000000000 0.000000000000 +0.000000000000 0.040039062500 0.174804687500 0.000000000000 +0.000000000000 0.140625000000 0.015502929688 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.041992187500 0.041992187500 0.048095703125 0.000000000000 +0.000000000000 0.031738281250 0.000000000000 0.468750000000 +0.201171875000 0.000000000000 0.208007812500 0.071777343750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.183593750000 0.000000000000 0.142578125000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.099121093750 0.083496093750 0.000000000000 +0.000000000000 0.000000000000 0.013793945312 0.000000000000 +0.054199218750 0.032714843750 0.214843750000 0.125000000000 +0.000000000000 0.099121093750 0.109863281250 0.000000000000 +0.000000000000 0.000000000000 0.009704589844 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.008483886719 0.000000000000 +0.000000000000 0.178710937500 0.043212890625 0.000000000000 +0.004394531250 0.000000000000 0.000000000000 0.000000000000 +0.024169921875 0.128906250000 0.085449218750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.021728515625 +0.110839843750 0.000000000000 0.000000000000 0.027221679688 +0.000000000000 0.015258789062 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.005035400391 0.079101562500 0.000000000000 +0.019531250000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.155273437500 0.080566406250 0.125976562500 +0.110839843750 0.068847656250 0.094726562500 0.000000000000 +0.023925781250 0.000000000000 0.051025390625 0.129882812500 +0.000000000000 0.000000000000 0.024291992188 0.000000000000 +0.000000000000 0.131835937500 0.000000000000 0.038330078125 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.030029296875 0.099609375000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.088378906250 0.162109375000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.308593750000 +0.016357421875 0.000000000000 0.000000000000 0.031494140625 +0.000000000000 0.051757812500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.025268554688 +0.000000000000 0.063964843750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.073730468750 0.000000000000 0.165039062500 0.059326171875 +0.058349609375 0.028198242188 0.000000000000 0.166992187500 +0.235351562500 0.083496093750 0.000000000000 0.008178710938 +0.000000000000 0.000000000000 0.123046875000 0.009338378906 +0.103515625000 0.058837890625 0.094238281250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.109863281250 0.000000000000 0.083984375000 0.000000000000 +0.000000000000 0.236328125000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.090332031250 0.182617187500 0.000000000000 +0.000000000000 0.000000000000 0.025268554688 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.201171875000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.012451171875 +0.000000000000 0.000000000000 0.000000000000 0.060546875000 +0.000000000000 0.000000000000 0.029785156250 0.000000000000 +0.060791015625 0.142578125000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.058593750000 +0.040527343750 0.000000000000 0.000000000000 0.000000000000 +0.026000976562 0.080078125000 0.106933593750 0.000000000000 +0.000000000000 0.028320312500 0.000000000000 0.000000000000 +0.000000000000 0.048828125000 0.000000000000 0.000000000000 +0.169921875000 0.025024414062 0.000000000000 0.000000000000 +0.071289062500 0.011108398438 0.000000000000 0.000000000000 +0.000000000000 0.112792968750 0.050537109375 0.000000000000 +0.054687500000 0.000000000000 0.007934570312 0.326171875000 +0.007812500000 0.000000000000 0.153320312500 0.000000000000 +0.090332031250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.032226562500 0.000000000000 +0.000000000000 0.000000000000 0.058837890625 0.000000000000 +0.000000000000 0.000000000000 0.001548767090 0.000000000000 +0.000000000000 0.143554687500 0.000000000000 0.135742187500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.172851562500 0.128906250000 +0.000450134277 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.059570312500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.017333984375 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.002502441406 0.000000000000 0.000000000000 +0.000000000000 0.025390625000 0.030029296875 0.000000000000 +0.024902343750 0.000000000000 0.070312500000 0.019531250000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.071777343750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.007934570312 0.000000000000 +0.000000000000 0.000000000000 0.028686523438 0.000000000000 +0.039062500000 0.000000000000 0.000000000000 0.000000000000 +0.009460449219 0.000000000000 0.000000000000 0.000000000000 +0.093261718750 0.011901855469 0.035888671875 0.147460937500 +0.006164550781 0.000000000000 0.018066406250 0.075195312500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.148437500000 0.000000000000 0.000000000000 +0.075195312500 0.000000000000 0.020751953125 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.033447265625 +0.000000000000 0.000000000000 0.111816406250 0.000000000000 +0.000000000000 0.000000000000 0.070800781250 0.203125000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.014648437500 0.143554687500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.100585937500 0.014770507812 0.092285156250 0.000000000000 +0.000000000000 0.041015625000 0.000000000000 0.042480468750 +0.101562500000 0.000000000000 0.088378906250 0.000000000000 +0.149414062500 0.069824218750 0.000000000000 0.098144531250 +0.168945312500 0.025634765625 0.156250000000 0.000000000000 +0.125000000000 0.000000000000 0.104980468750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.007171630859 +0.028808593750 0.000000000000 0.000000000000 0.010131835938 +0.000000000000 0.000000000000 0.075683593750 0.064453125000 +0.000000000000 0.343750000000 0.017822265625 0.000000000000 +0.000000000000 0.037353515625 0.000000000000 0.000000000000 +0.000000000000 0.039794921875 0.003372192383 0.000000000000 +0.000000000000 0.042724609375 0.000000000000 0.326171875000 +0.107421875000 0.054443359375 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.078613281250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.178710937500 0.000000000000 0.093261718750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.116210937500 0.183593750000 0.010864257812 0.025268554688 +0.000000000000 0.000000000000 0.043212890625 0.000000000000 +0.000000000000 0.000000000000 0.034667968750 0.000000000000 +0.150390625000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.083496093750 0.067382812500 +0.000000000000 0.000000000000 0.070800781250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.064453125000 0.000000000000 0.074218750000 +0.000000000000 0.000000000000 0.000000000000 0.089355468750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.049316406250 0.000000000000 0.026733398438 +0.000000000000 0.000000000000 0.000000000000 0.010620117188 +0.000000000000 0.036376953125 0.000000000000 0.007049560547 +0.000000000000 0.000000000000 0.000000000000 0.314453125000 +0.000000000000 0.000000000000 0.126953125000 0.000000000000 +0.000000000000 0.192382812500 0.000000000000 0.186523437500 +0.291015625000 0.076171875000 0.000000000000 0.000000000000 +0.067871093750 0.000000000000 0.000000000000 0.277343750000 +0.015502929688 0.048828125000 0.052490234375 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.292968750000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.433593750000 0.011657714844 0.000000000000 +0.156250000000 0.148437500000 0.000000000000 0.000000000000 +0.000000000000 0.122070312500 0.091308593750 0.000000000000 +0.000000000000 0.021118164062 0.000000000000 0.000000000000 +0.087890625000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.118652343750 0.000000000000 0.011596679688 +0.000000000000 0.000000000000 0.065429687500 0.000000000000 +0.092285156250 0.000000000000 0.000000000000 0.263671875000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.091796875000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.199218750000 0.095214843750 0.070312500000 0.086914062500 +0.088867187500 0.123046875000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.002059936523 0.000000000000 +0.051513671875 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.170898437500 0.000000000000 0.000000000000 +0.085937500000 0.106445312500 0.011291503906 0.000000000000 +0.208984375000 0.000000000000 0.000000000000 0.000000000000 +0.019653320312 0.202148437500 0.093750000000 0.000000000000 +0.157226562500 0.000000000000 0.000000000000 0.191406250000 +0.137695312500 0.000000000000 0.065917968750 0.000000000000 +0.125000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.036132812500 0.000000000000 0.146484375000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.120605468750 0.000000000000 0.026000976562 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.094726562500 0.141601562500 0.279296875000 +0.094726562500 0.203125000000 0.000000000000 0.000000000000 +0.000000000000 0.151367187500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.143554687500 0.000000000000 +0.000000000000 0.310546875000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.104492187500 0.064453125000 0.000000000000 +0.140625000000 0.000000000000 0.121093750000 0.200195312500 +0.112304687500 0.000000000000 0.029785156250 0.171875000000 +0.202148437500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.078613281250 0.000000000000 +0.086425781250 0.000000000000 0.065429687500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.016479492188 0.190429687500 +0.000000000000 0.000000000000 0.052978515625 0.000000000000 +0.002502441406 0.063476562500 0.000000000000 0.206054687500 +0.042968750000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.070800781250 0.000000000000 0.000000000000 +0.060791015625 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.011230468750 +0.000000000000 0.000000000000 0.088867187500 0.000000000000 +0.000000000000 0.000000000000 0.111816406250 0.206054687500 +0.000000000000 0.000000000000 0.000000000000 0.142578125000 +0.118652343750 0.000000000000 0.000000000000 0.023437500000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.114257812500 0.036865234375 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.134765625000 0.084960937500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.102539062500 0.000000000000 0.082519531250 +0.105468750000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.160156250000 0.000000000000 0.000000000000 +0.165039062500 0.221679687500 0.000000000000 0.000000000000 +0.045410156250 0.051513671875 0.000000000000 0.000000000000 +0.000000000000 0.245117187500 0.000000000000 0.000000000000 +0.000000000000 0.060791015625 0.000000000000 0.000000000000 +0.000000000000 0.037841796875 0.006652832031 0.000000000000 +0.000000000000 0.000000000000 0.112792968750 0.058593750000 +0.000000000000 0.000000000000 0.044677734375 0.133789062500 +0.269531250000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000858306885 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.093261718750 +0.000000000000 0.000000000000 0.016723632812 0.000000000000 +0.000130653381 0.026733398438 0.038818359375 0.081054687500 +0.080078125000 0.000000000000 0.000000000000 0.000000000000 +0.017211914062 0.046142578125 0.136718750000 0.000000000000 +0.000000000000 0.000000000000 0.031494140625 0.000000000000 +0.118652343750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.041015625000 +0.000000000000 0.028808593750 0.000000000000 0.037353515625 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.095703125000 0.033935546875 0.108886718750 0.036621093750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.283203125000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.150390625000 0.000000000000 +0.000000000000 0.000000000000 0.167968750000 0.000000000000 +0.000000000000 0.058349609375 0.000000000000 0.000000000000 +0.064941406250 0.000000000000 0.000000000000 0.000000000000 +0.121093750000 0.042968750000 0.324218750000 0.212890625000 +0.156250000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.155273437500 0.056396484375 +0.000000000000 0.240234375000 0.000000000000 0.028198242188 +0.000000000000 0.064941406250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.071289062500 0.000000000000 0.086914062500 +0.000000000000 0.000000000000 0.006835937500 0.000000000000 +0.025024414062 0.000000000000 0.190429687500 0.367187500000 +0.000000000000 0.000000000000 0.000000000000 0.186523437500 +0.078613281250 0.000000000000 0.031738281250 0.134765625000 +0.114746093750 0.000000000000 0.026000976562 0.000000000000 +0.531250000000 0.000000000000 0.046630859375 0.000000000000 +0.279296875000 0.000000000000 0.000000000000 0.000000000000 +0.188476562500 0.000000000000 0.000000000000 0.087890625000 +0.058593750000 0.000000000000 0.218750000000 0.122070312500 +0.000000000000 0.000000000000 0.097167968750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.103027343750 +0.003417968750 0.000000000000 0.000000000000 0.123535156250 +0.000000000000 0.263671875000 0.000000000000 0.107910156250 +0.107421875000 0.000000000000 0.198242187500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.094238281250 0.086914062500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.031127929688 0.337890625000 +0.000000000000 0.211914062500 0.000000000000 0.052978515625 +0.000000000000 0.000000000000 0.289062500000 0.213867187500 +0.151367187500 0.050781250000 0.000000000000 0.070312500000 +0.000000000000 0.197265625000 0.000000000000 0.000000000000 +0.117187500000 0.109375000000 0.000000000000 0.417968750000 +0.453125000000 0.000000000000 0.000000000000 0.000000000000 +0.386718750000 0.267578125000 0.000000000000 0.330078125000 +0.109375000000 0.000000000000 0.000000000000 0.000000000000 +0.210937500000 0.000000000000 0.000000000000 0.056396484375 +0.345703125000 0.030639648438 0.000000000000 0.127929687500 +0.000000000000 0.000000000000 0.000000000000 0.221679687500 +0.118164062500 0.000000000000 0.208984375000 0.000000000000 +0.000000000000 0.355468750000 0.000000000000 0.000000000000 +0.058105468750 0.047607421875 0.000000000000 0.039550781250 +0.000000000000 0.092285156250 0.022705078125 0.000000000000 +0.000000000000 0.300781250000 0.000000000000 0.769531250000 +0.115722656250 0.022949218750 0.609375000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.217773437500 +0.084960937500 0.236328125000 0.000000000000 0.092773437500 +0.388671875000 0.000000000000 0.000000000000 0.152343750000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.086425781250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.054931640625 +0.158203125000 0.099609375000 0.183593750000 0.000000000000 +0.275390625000 0.259765625000 0.304687500000 0.140625000000 +0.000000000000 0.213867187500 0.300781250000 0.000000000000 +0.328125000000 0.014831542969 0.006561279297 0.000000000000 +0.000000000000 0.014648437500 0.000000000000 0.247070312500 +0.500000000000 0.480468750000 0.139648437500 0.000000000000 +0.480468750000 0.243164062500 0.000000000000 0.000000000000 +0.000000000000 0.193359375000 0.173828125000 0.000000000000 +0.423828125000 0.208984375000 0.000000000000 0.218750000000 +0.195312500000 0.000000000000 0.000000000000 0.000000000000 +0.265625000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.210937500000 0.322265625000 +0.000000000000 0.000000000000 0.221679687500 0.000000000000 +0.000000000000 0.075195312500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.237304687500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.355468750000 +0.029418945312 0.291015625000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.087402343750 0.000000000000 +0.083984375000 0.000000000000 0.016723632812 0.000000000000 +0.000000000000 0.257812500000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.003219604492 0.000000000000 0.000000000000 +0.000000000000 0.002746582031 0.212890625000 0.015869140625 +0.169921875000 0.000000000000 0.052001953125 0.773437500000 +0.115722656250 0.000000000000 0.542968750000 0.210937500000 +0.110839843750 0.000000000000 0.000402450562 0.000000000000 +0.000000000000 0.049316406250 0.016967773438 0.000000000000 +0.119628906250 0.115234375000 0.067871093750 0.000000000000 +0.177734375000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.296875000000 0.000000000000 0.263671875000 0.222656250000 +0.369140625000 0.453125000000 0.071289062500 0.208007812500 +0.085449218750 0.148437500000 0.004577636719 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.014953613281 +0.000000000000 0.441406250000 0.261718750000 0.224609375000 +0.000000000000 0.198242187500 0.150390625000 0.000000000000 +0.000000000000 0.000000000000 0.150390625000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.099609375000 0.000000000000 0.082031250000 0.000000000000 +0.000000000000 0.000000000000 0.222656250000 0.000000000000 +0.145507812500 0.003265380859 0.000000000000 0.194335937500 +0.154296875000 0.000000000000 0.000000000000 0.213867187500 +0.000000000000 0.000000000000 0.000000000000 0.014953613281 +0.169921875000 0.245117187500 0.000000000000 0.000000000000 +0.102539062500 0.375000000000 0.000000000000 0.000000000000 +0.277343750000 0.000000000000 0.285156250000 0.378906250000 +0.279296875000 0.020874023438 0.012329101562 0.000000000000 +0.000000000000 0.004730224609 0.028564453125 0.000000000000 +0.145507812500 0.000000000000 0.000000000000 0.000000000000 +0.236328125000 0.171875000000 0.000000000000 0.000000000000 +0.160156250000 0.218750000000 0.000000000000 0.000000000000 +0.000000000000 0.051513671875 0.112792968750 0.126953125000 +0.000000000000 0.294921875000 0.000000000000 0.000000000000 +0.000000000000 0.027465820312 0.032958984375 0.000000000000 +0.000000000000 0.020507812500 0.000000000000 0.000000000000 +0.000000000000 0.209960937500 0.092773437500 0.585937500000 +0.187500000000 0.098144531250 0.145507812500 0.212890625000 +0.267578125000 0.000000000000 0.000000000000 0.000000000000 +0.267578125000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.121582031250 0.000000000000 +0.110351562500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.191406250000 0.000000000000 0.468750000000 +0.004150390625 0.000000000000 0.091308593750 0.178710937500 +0.015502929688 0.000000000000 0.333984375000 0.000000000000 +0.000000000000 0.000000000000 0.345703125000 0.136718750000 +0.233398437500 0.000000000000 0.271484375000 0.207031250000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.324218750000 0.000000000000 0.000000000000 0.023193359375 +0.048828125000 0.000000000000 0.000000000000 0.310546875000 +0.000000000000 0.012878417969 0.375000000000 0.140625000000 +0.000000000000 0.000000000000 0.000000000000 0.068359375000 +0.000000000000 0.000000000000 0.197265625000 0.158203125000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.066894531250 0.000000000000 0.059326171875 +0.000000000000 0.000000000000 0.267578125000 0.000000000000 +0.143554687500 0.000000000000 0.079589843750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.127929687500 +0.328125000000 0.000000000000 0.000000000000 0.000000000000 +0.086914062500 0.137695312500 0.000000000000 0.208984375000 +0.542968750000 0.000000000000 0.059326171875 0.000000000000 +0.000000000000 0.000000000000 0.300781250000 0.080566406250 +0.205078125000 0.000000000000 0.082031250000 0.275390625000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.061279296875 0.000000000000 0.052734375000 0.000000000000 +0.000000000000 0.158203125000 0.000000000000 0.000000000000 +0.045166015625 0.055419921875 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.056396484375 0.000000000000 +0.000000000000 0.055419921875 0.013549804688 0.447265625000 +0.000000000000 0.000000000000 0.181640625000 0.000000000000 +0.000000000000 0.000000000000 0.004394531250 0.221679687500 +0.002304077148 0.183593750000 0.000000000000 0.000000000000 +0.000000000000 0.007934570312 0.000000000000 0.337890625000 +0.000000000000 0.166015625000 0.000000000000 0.109375000000 +0.000000000000 0.000000000000 0.012573242188 0.000000000000 +0.000000000000 0.185546875000 0.000000000000 0.140625000000 +0.092285156250 0.244140625000 0.000000000000 0.000000000000 +0.055908203125 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.294921875000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.143554687500 0.166015625000 0.269531250000 +0.000000000000 0.099121093750 0.345703125000 0.000000000000 +0.414062500000 0.000000000000 0.000000000000 0.000000000000 +0.173828125000 0.310546875000 0.243164062500 0.159179687500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.453125000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.135742187500 +0.000000000000 0.371093750000 0.000000000000 0.019653320312 +0.032470703125 0.000000000000 0.044189453125 0.127929687500 +0.000000000000 0.000000000000 0.000000000000 0.050048828125 +0.000000000000 0.002105712891 0.195312500000 0.185546875000 +0.306640625000 0.188476562500 0.000000000000 0.000000000000 +0.048828125000 0.000000000000 0.196289062500 0.172851562500 +0.161132812500 0.215820312500 0.038085937500 0.000000000000 +0.000000000000 0.308593750000 0.259765625000 0.000000000000 +0.000000000000 0.104980468750 0.046142578125 0.000000000000 +0.000000000000 0.231445312500 0.000000000000 0.000000000000 +0.320312500000 0.227539062500 0.000000000000 0.071289062500 +0.221679687500 0.154296875000 0.000000000000 0.000000000000 +0.000000000000 0.119140625000 0.008728027344 0.000000000000 +0.172851562500 0.000000000000 0.167968750000 0.667968750000 +0.085937500000 0.000000000000 0.181640625000 0.000000000000 +0.300781250000 0.004974365234 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.138671875000 0.000000000000 +0.000000000000 0.000000000000 0.201171875000 0.000000000000 +0.118652343750 0.000000000000 0.073242187500 0.000000000000 +0.000000000000 0.119628906250 0.000000000000 0.271484375000 +0.355468750000 0.000000000000 0.078125000000 0.000000000000 +0.000000000000 0.000000000000 0.030029296875 0.117187500000 +0.000000000000 0.136718750000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.164062500000 0.120605468750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.146484375000 +0.000000000000 0.000000000000 0.165039062500 0.011169433594 +0.000000000000 0.000000000000 0.099609375000 0.000000000000 +0.085937500000 0.000000000000 0.241210937500 0.515625000000 +0.000000000000 0.000000000000 0.000000000000 0.008850097656 +0.153320312500 0.000000000000 0.250000000000 0.050292968750 +0.000000000000 0.000000000000 0.094726562500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.224609375000 0.000000000000 0.096191406250 0.000000000000 +0.121582031250 0.000000000000 0.000000000000 0.065917968750 +0.000000000000 0.000000000000 0.000000000000 0.380859375000 +0.135742187500 0.000000000000 0.000000000000 0.000000000000 +0.012817382812 0.000000000000 0.117675781250 0.324218750000 +0.000000000000 0.000000000000 0.166015625000 0.361328125000 +0.000000000000 0.000000000000 0.054931640625 0.265625000000 +0.343750000000 0.000000000000 0.053710937500 0.000000000000 +0.000000000000 0.011474609375 0.000000000000 0.164062500000 +0.000000000000 0.119628906250 0.378906250000 0.330078125000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.201171875000 0.000000000000 +0.000000000000 0.147460937500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.111816406250 0.392578125000 +0.110351562500 0.000000000000 0.055419921875 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.098632812500 +0.167968750000 0.000000000000 0.000000000000 0.000000000000 +0.013671875000 0.108886718750 0.000000000000 0.257812500000 +0.000000000000 0.044189453125 0.000000000000 0.000000000000 +0.150390625000 0.000000000000 0.015258789062 0.182617187500 +0.281250000000 0.000000000000 0.020874023438 0.102539062500 +0.000000000000 0.149414062500 0.000000000000 0.000000000000 +0.078613281250 0.000000000000 0.087890625000 0.000000000000 +0.000000000000 0.097167968750 0.083007812500 0.000000000000 +0.122070312500 0.157226562500 0.000000000000 0.120117187500 +0.000000000000 0.060302734375 0.055419921875 0.263671875000 +0.000000000000 0.175781250000 0.000000000000 0.302734375000 +0.061035156250 0.250000000000 0.155273437500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.193359375000 +0.008239746094 0.176757812500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.166015625000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.251953125000 0.000000000000 0.060302734375 +0.000000000000 0.000000000000 0.239257812500 0.000000000000 +0.117187500000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.145507812500 +0.000000000000 0.007720947266 0.010864257812 0.000000000000 +0.180664062500 0.156250000000 0.000000000000 0.000000000000 +0.000000000000 0.041259765625 0.000000000000 0.216796875000 +0.000000000000 0.000000000000 0.000000000000 0.376953125000 +0.208984375000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.162109375000 0.102050781250 +0.000000000000 0.028198242188 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.093750000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.026611328125 0.174804687500 0.000000000000 0.121093750000 +0.000000000000 0.000000000000 0.005432128906 0.000000000000 +0.005889892578 0.000000000000 0.046142578125 0.047363281250 +0.122070312500 0.000000000000 0.000000000000 0.031982421875 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.011657714844 0.000000000000 0.006286621094 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.145507812500 0.041748046875 0.000000000000 +0.000000000000 0.003692626953 0.000000000000 0.199218750000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.269531250000 0.077636718750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.082519531250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.079589843750 +0.261718750000 0.000000000000 0.000000000000 0.000000000000 +0.060546875000 0.172851562500 0.000000000000 0.251953125000 +0.139648437500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.119140625000 +0.075683593750 0.049072265625 0.000000000000 0.020385742188 +0.173828125000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.135742187500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.269531250000 0.021362304688 0.000000000000 0.000000000000 +0.000000000000 0.158203125000 0.000000000000 0.063476562500 +0.000000000000 0.000000000000 0.000000000000 0.200195312500 +0.034179687500 0.000000000000 0.023071289062 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.291015625000 +0.018066406250 0.083984375000 0.000000000000 0.008728027344 +0.104003906250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.037597656250 0.000000000000 +0.000000000000 0.114257812500 0.000000000000 0.000000000000 +0.000000000000 0.206054687500 0.000000000000 0.028564453125 +0.000770568848 0.000000000000 0.443359375000 0.000000000000 +0.000000000000 0.000000000000 0.097167968750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.231445312500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.527343750000 +0.000000000000 0.171875000000 0.000000000000 0.000000000000 +0.081542968750 0.133789062500 0.000000000000 0.000000000000 +0.041992187500 0.131835937500 0.000000000000 0.088378906250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.257812500000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.062988281250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.044921875000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.076171875000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.040771484375 0.050048828125 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.051269531250 +0.000247955322 0.000000000000 0.000000000000 0.005401611328 +0.155273437500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.106933593750 0.000000000000 0.000000000000 0.000000000000 +0.021606445312 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.095214843750 0.000000000000 0.000000000000 +0.000000000000 0.110351562500 0.161132812500 0.111816406250 +0.000000000000 0.000000000000 0.003189086914 0.153320312500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.044433593750 0.000000000000 0.000000000000 +0.000000000000 0.148437500000 0.188476562500 0.000000000000 +0.076660156250 0.000000000000 0.004302978516 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.118652343750 0.000000000000 0.000000000000 0.000000000000 +0.028198242188 0.065429687500 0.000000000000 0.007019042969 +0.462890625000 0.000000000000 0.071289062500 0.136718750000 +0.000000000000 0.000000000000 0.066894531250 0.000000000000 +0.000000000000 0.137695312500 0.142578125000 0.006103515625 +0.000000000000 0.170898437500 0.000000000000 0.000000000000 +0.000000000000 0.121093750000 0.118164062500 0.000000000000 +0.000000000000 0.183593750000 0.000000000000 0.000000000000 +0.073730468750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.072753906250 0.055419921875 0.000000000000 +0.000000000000 0.011352539062 0.015747070312 0.223632812500 +0.090820312500 0.000000000000 0.019165039062 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.007629394531 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.028442382812 0.121093750000 0.000000000000 +0.000000000000 0.188476562500 0.000000000000 0.000000000000 +0.000000000000 0.007507324219 0.000000000000 0.000000000000 +0.124023437500 0.265625000000 0.104980468750 0.000000000000 +0.000000000000 0.172851562500 0.133789062500 0.224609375000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.009582519531 +0.000000000000 0.144531250000 0.136718750000 0.000000000000 +0.000000000000 0.000000000000 0.104980468750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.089355468750 0.168945312500 0.113281250000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.165039062500 +0.289062500000 0.000000000000 0.000000000000 0.000881195068 +0.000000000000 0.000000000000 0.000000000000 0.126953125000 +0.000000000000 0.000000000000 0.000000000000 0.155273437500 +0.125976562500 0.253906250000 0.000000000000 0.000000000000 +0.035888671875 0.092285156250 0.000000000000 0.000000000000 +0.205078125000 0.100097656250 0.259765625000 0.121093750000 +0.127929687500 0.212890625000 0.000000000000 0.000000000000 +0.016479492188 0.000000000000 0.077148437500 0.094238281250 +0.000000000000 0.000000000000 0.328125000000 0.048828125000 +0.165039062500 0.462890625000 0.000000000000 0.000000000000 +0.292968750000 0.000000000000 0.000000000000 0.000000000000 +0.093750000000 0.000000000000 0.320312500000 0.000000000000 +0.155273437500 0.316406250000 0.000000000000 0.000000000000 +0.062988281250 0.000000000000 0.000000000000 0.000000000000 +0.010681152344 0.159179687500 0.050537109375 0.000000000000 +0.000000000000 0.072753906250 0.000000000000 0.375000000000 +0.023437500000 0.062500000000 0.460937500000 0.000000000000 +0.023681640625 0.138671875000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.159179687500 +0.107910156250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.300781250000 0.092773437500 +0.000000000000 0.007080078125 0.015747070312 0.000000000000 +0.000000000000 0.000000000000 0.041015625000 0.062988281250 +0.076660156250 0.000000000000 0.109863281250 0.000000000000 +0.124511718750 0.000000000000 0.122558593750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.076171875000 0.000000000000 0.000000000000 0.191406250000 +0.199218750000 0.118164062500 0.000000000000 0.000000000000 +0.000000000000 0.179687500000 0.000000000000 0.000000000000 +0.000000000000 0.048095703125 0.166992187500 0.000000000000 +0.000000000000 0.000000000000 0.007385253906 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.033935546875 0.182617187500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.034912109375 0.000000000000 +0.000000000000 0.000000000000 0.171875000000 0.241210937500 +0.000000000000 0.000000000000 0.000000000000 0.236328125000 +0.089355468750 0.000000000000 0.000000000000 0.000000000000 +0.236328125000 0.013061523438 0.000000000000 0.000000000000 +0.236328125000 0.000000000000 0.215820312500 0.194335937500 +0.000000000000 0.000000000000 0.013305664062 0.032714843750 +0.174804687500 0.096191406250 0.261718750000 0.000000000000 +0.147460937500 0.078125000000 0.507812500000 0.000000000000 +0.166992187500 0.318359375000 0.000000000000 0.000000000000 +0.145507812500 0.051757812500 0.000000000000 0.000000000000 +0.218750000000 0.050292968750 0.000000000000 0.000000000000 +0.007812500000 0.115722656250 0.156250000000 0.000000000000 +0.200195312500 0.000000000000 0.144531250000 0.804687500000 +0.000000000000 0.000000000000 0.412109375000 0.000000000000 +0.090820312500 0.001106262207 0.000000000000 0.000000000000 +0.000000000000 0.065917968750 0.146484375000 0.000000000000 +0.431640625000 0.158203125000 0.000000000000 0.281250000000 +0.000000000000 0.085449218750 0.053222656250 0.000000000000 +0.000000000000 0.000000000000 0.066406250000 0.000000000000 +0.000000000000 0.000000000000 0.312500000000 0.000000000000 +0.376953125000 0.410156250000 0.000000000000 0.208984375000 +0.178710937500 0.100097656250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.077636718750 0.000000000000 +0.025268554688 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.088378906250 0.067871093750 0.000000000000 +0.000000000000 0.005676269531 0.109375000000 0.000000000000 +0.027099609375 0.000000000000 0.000000000000 0.000000000000 +0.165039062500 0.097656250000 0.079589843750 0.000000000000 +0.093261718750 0.000000000000 0.000000000000 0.000000000000 +0.365234375000 0.000000000000 0.085937500000 0.048339843750 +0.186523437500 0.000000000000 0.000000000000 0.000000000000 +0.016357421875 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.304687500000 0.000000000000 0.100097656250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.162109375000 0.018798828125 0.000000000000 +0.068359375000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.113281250000 0.109375000000 0.345703125000 +0.097167968750 0.192382812500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.084472656250 0.074218750000 0.000000000000 +0.024291992188 0.285156250000 0.006408691406 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.024291992188 0.058105468750 0.047363281250 0.000000000000 +0.054199218750 0.000000000000 0.069335937500 0.211914062500 +0.050781250000 0.000000000000 0.141601562500 0.310546875000 +0.279296875000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.178710937500 0.105957031250 0.080078125000 0.000000000000 +0.109375000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.182617187500 0.232421875000 0.416015625000 +0.171875000000 0.000000000000 0.257812500000 0.000000000000 +0.030883789062 0.000000000000 0.300781250000 0.247070312500 +0.064941406250 0.202148437500 0.112792968750 0.000000000000 +0.000000000000 0.079589843750 0.055664062500 0.000000000000 +0.000000000000 0.003753662109 0.000000000000 0.067382812500 +0.091308593750 0.000000000000 0.061523437500 0.000000000000 +0.000000000000 0.166015625000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.102050781250 0.000000000000 +0.000000000000 0.000000000000 0.144531250000 0.322265625000 +0.000000000000 0.000000000000 0.169921875000 0.468750000000 +0.245117187500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.147460937500 0.000000000000 0.077148437500 0.000000000000 +0.113281250000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.094726562500 0.018310546875 0.208007812500 +0.193359375000 0.000000000000 0.094238281250 0.000000000000 +0.006072998047 0.000000000000 0.000000000000 0.101562500000 +0.082031250000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.103027343750 0.007080078125 0.174804687500 +0.000000000000 0.000000000000 0.000000000000 0.152343750000 +0.077636718750 0.000000000000 0.005523681641 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.031250000000 +0.000000000000 0.000000000000 0.122070312500 0.000000000000 +0.000000000000 0.000000000000 0.239257812500 0.000000000000 +0.000000000000 0.000000000000 0.135742187500 0.494140625000 +0.000000000000 0.000000000000 0.000000000000 0.166992187500 +0.139648437500 0.000000000000 0.099121093750 0.000000000000 +0.000000000000 0.000000000000 0.027709960938 0.000000000000 +0.002517700195 0.000000000000 0.000000000000 0.000000000000 +0.041503906250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.046386718750 +0.000000000000 0.000000000000 0.000000000000 0.269531250000 +0.067871093750 0.111816406250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.027099609375 0.006561279297 +0.059814453125 0.000000000000 0.049072265625 0.033935546875 +0.000000000000 0.076171875000 0.000000000000 0.000000000000 +0.000452041626 0.000000000000 0.056152343750 0.000000000000 +0.000000000000 0.277343750000 0.106445312500 0.000000000000 +0.000000000000 0.035156250000 0.062255859375 0.100585937500 +0.000000000000 0.000000000000 0.058349609375 0.000000000000 +0.000000000000 0.000000000000 0.143554687500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.087890625000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000625610352 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.193359375000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.193359375000 0.115234375000 0.000000000000 0.078613281250 +0.159179687500 0.102050781250 0.000000000000 0.022216796875 +0.087890625000 0.000000000000 0.030151367188 0.000000000000 +0.059814453125 0.000000000000 0.140625000000 0.000000000000 +0.000000000000 0.085937500000 0.000000000000 0.000000000000 +0.000000000000 0.047363281250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.082031250000 0.000000000000 0.000000000000 +0.000000000000 0.062988281250 0.115722656250 0.000000000000 +0.000000000000 0.022949218750 0.007049560547 0.312500000000 +0.041503906250 0.000000000000 0.194335937500 0.000000000000 +0.029052734375 0.000000000000 0.000000000000 0.024047851562 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.094726562500 0.000000000000 0.339843750000 +0.000000000000 0.000000000000 0.000000000000 0.240234375000 +0.000000000000 0.000000000000 0.049072265625 0.000000000000 +0.000000000000 0.003067016602 0.000000000000 0.000000000000 +0.089843750000 0.209960937500 0.000000000000 0.187500000000 +0.253906250000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.166015625000 0.132812500000 0.000000000000 0.000000000000 +0.000000000000 0.101562500000 0.000000000000 0.000000000000 +0.000000000000 0.134765625000 0.106445312500 0.000000000000 +0.136718750000 0.000000000000 0.000000000000 0.000000000000 +0.107421875000 0.131835937500 0.128906250000 0.000000000000 +0.068359375000 0.000000000000 0.000000000000 0.146484375000 +0.273437500000 0.000000000000 0.166015625000 0.000000000000 +0.107421875000 0.000000000000 0.000000000000 0.000000000000 +0.015747070312 0.154296875000 0.000000000000 0.000000000000 +0.167968750000 0.082519531250 0.172851562500 0.029663085938 +0.015991210938 0.000000000000 0.008850097656 0.000000000000 +0.000000000000 0.235351562500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.277343750000 0.000000000000 +0.000000000000 0.028686523438 0.466796875000 0.261718750000 +0.020507812500 0.229492187500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.216796875000 0.044189453125 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.036376953125 0.000000000000 0.000000000000 +0.044677734375 0.000000000000 0.031982421875 0.197265625000 +0.111328125000 0.000000000000 0.000000000000 0.225585937500 +0.081542968750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.063476562500 0.000000000000 0.000000000000 +0.153320312500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.110351562500 0.208007812500 +0.265625000000 0.000000000000 0.056152343750 0.000000000000 +0.184570312500 0.000000000000 0.000000000000 0.197265625000 +0.084472656250 0.000000000000 0.000000000000 0.000000000000 +0.063476562500 0.088378906250 0.000000000000 0.081542968750 +0.088867187500 0.000000000000 0.000000000000 0.099609375000 +0.096191406250 0.006439208984 0.041992187500 0.000000000000 +0.000000000000 0.011047363281 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.115234375000 0.000000000000 +0.000000000000 0.000000000000 0.153320312500 0.195312500000 +0.000000000000 0.000000000000 0.037597656250 0.205078125000 +0.206054687500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.050537109375 0.137695312500 0.267578125000 0.000000000000 +0.000000000000 0.000000000000 0.016723632812 0.000000000000 +0.000000000000 0.000000000000 0.104980468750 0.016601562500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.069824218750 0.057373046875 0.000000000000 0.201171875000 +0.099121093750 0.000000000000 0.000000000000 0.140625000000 +0.064941406250 0.158203125000 0.148437500000 0.000000000000 +0.066406250000 0.100585937500 0.000000000000 0.000000000000 +0.285156250000 0.000000000000 0.000000000000 0.000000000000 +0.024291992188 0.267578125000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.044433593750 0.114257812500 0.000000000000 +0.000000000000 0.197265625000 0.033203125000 0.166015625000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.128906250000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.209960937500 0.000000000000 +0.124023437500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.171875000000 0.000000000000 0.000000000000 +0.071777343750 0.072753906250 0.000000000000 0.075683593750 +0.000000000000 0.036376953125 0.233398437500 0.222656250000 +0.000000000000 0.167968750000 0.022094726562 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.117675781250 0.000000000000 0.000000000000 0.000000000000 +0.090820312500 0.062988281250 0.074707031250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.006866455078 0.000000000000 +0.000000000000 0.033935546875 0.073242187500 0.000000000000 +0.000000000000 0.000000000000 0.062255859375 0.337890625000 +0.027221679688 0.000000000000 0.328125000000 0.158203125000 +0.000000000000 0.000000000000 0.000000000000 0.059326171875 +0.000000000000 0.000000000000 0.000000000000 0.087890625000 +0.000000000000 0.054931640625 0.000000000000 0.000000000000 +0.081542968750 0.000000000000 0.000000000000 0.003692626953 +0.000000000000 0.000000000000 0.151367187500 0.023559570312 +0.000000000000 0.081054687500 0.000000000000 0.030029296875 +0.343750000000 0.000000000000 0.185546875000 0.000000000000 +0.150390625000 0.000000000000 0.050781250000 0.046875000000 +0.079589843750 0.151367187500 0.054199218750 0.020629882812 +0.000000000000 0.000000000000 0.000000000000 0.061523437500 +0.032226562500 0.000000000000 0.050537109375 0.000000000000 +0.000000000000 0.320312500000 0.000000000000 0.000000000000 +0.000000000000 0.114746093750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.029174804688 0.017333984375 0.196289062500 +0.000000000000 0.174804687500 0.000000000000 0.000000000000 +0.034179687500 0.017456054688 0.031005859375 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.022338867188 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.033935546875 0.000000000000 0.154296875000 0.015625000000 +0.065429687500 0.000000000000 0.000000000000 0.051269531250 +0.000000000000 0.000000000000 0.000000000000 0.027709960938 +0.000000000000 0.137695312500 0.000000000000 0.074707031250 +0.304687500000 0.008239746094 0.083007812500 0.000000000000 +0.000000000000 0.000000000000 0.147460937500 0.000000000000 +0.000000000000 0.044677734375 0.000000000000 0.213867187500 +0.267578125000 0.038818359375 0.000000000000 0.078125000000 +0.010437011719 0.036376953125 0.000000000000 0.000000000000 +0.000000000000 0.067382812500 0.085449218750 0.008911132812 +0.245117187500 0.173828125000 0.049804687500 0.335937500000 +0.000000000000 0.000000000000 0.117187500000 0.000000000000 +0.069335937500 0.000000000000 0.058105468750 0.000000000000 +0.000000000000 0.000000000000 0.101074218750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.132812500000 0.030517578125 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.045654296875 0.126953125000 0.008789062500 0.082519531250 +0.235351562500 0.000000000000 0.000000000000 0.135742187500 +0.000000000000 0.000000000000 0.192382812500 0.000000000000 +0.000000000000 0.170898437500 0.265625000000 0.000000000000 +0.000000000000 0.045410156250 0.000000000000 0.000000000000 +0.026367187500 0.000000000000 0.000000000000 0.000000000000 +0.032226562500 0.132812500000 0.000000000000 0.000000000000 +0.000000000000 0.011108398438 0.087402343750 0.000000000000 +0.108398437500 0.000000000000 0.072753906250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.118164062500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.079101562500 0.231445312500 0.000000000000 +0.028808593750 0.000000000000 0.000000000000 0.068359375000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.077148437500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.263671875000 0.046142578125 0.128906250000 +0.163085937500 0.086425781250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.122558593750 0.000000000000 +0.145507812500 0.144531250000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.062988281250 0.000000000000 0.000000000000 +0.032714843750 0.000000000000 0.000000000000 0.014465332031 +0.000000000000 0.042480468750 0.104980468750 0.000000000000 +0.207031250000 0.000000000000 0.049316406250 0.382812500000 +0.100097656250 0.000000000000 0.125976562500 0.004821777344 +0.188476562500 0.000000000000 0.000000000000 0.000000000000 +0.047363281250 0.000000000000 0.000000000000 0.000000000000 +0.165039062500 0.061523437500 0.000000000000 0.292968750000 +0.000000000000 0.000000000000 0.179687500000 0.128906250000 +0.000000000000 0.000000000000 0.065429687500 0.000000000000 +0.000000000000 0.000000000000 0.139648437500 0.000000000000 +0.000000000000 0.394531250000 0.041503906250 0.269531250000 +0.355468750000 0.196289062500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.014404296875 0.000000000000 +0.078125000000 0.003784179688 0.192382812500 0.000000000000 +0.000000000000 0.369140625000 0.000000000000 0.000000000000 +0.000000000000 0.261718750000 0.089355468750 0.000000000000 +0.013610839844 0.070312500000 0.000000000000 0.019653320312 +0.014465332031 0.050048828125 0.033203125000 0.000000000000 +0.351562500000 0.000000000000 0.176757812500 0.015075683594 +0.223632812500 0.000000000000 0.000000000000 0.198242187500 +0.492187500000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.231445312500 0.000000000000 0.253906250000 0.000000000000 +0.220703125000 0.000000000000 0.059326171875 0.000000000000 +0.000000000000 0.098144531250 0.000000000000 0.107910156250 +0.000000000000 0.000000000000 0.347656250000 0.000000000000 +0.000000000000 0.161132812500 0.019897460938 0.351562500000 +0.141601562500 0.167968750000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.048095703125 0.000000000000 +0.000000000000 0.039550781250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.107421875000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.067871093750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.142578125000 0.000000000000 0.191406250000 0.302734375000 +0.000000000000 0.000000000000 0.107910156250 0.416015625000 +0.164062500000 0.000000000000 0.000000000000 0.145507812500 +0.079101562500 0.000000000000 0.000000000000 0.000000000000 +0.125976562500 0.137695312500 0.000000000000 0.000000000000 +0.474609375000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.104003906250 +0.000000000000 0.000000000000 0.163085937500 0.154296875000 +0.050292968750 0.000000000000 0.239257812500 0.080078125000 +0.075195312500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.242187500000 +0.000000000000 0.000000000000 0.000000000000 0.376953125000 +0.261718750000 0.000000000000 0.285156250000 0.000000000000 +0.000000000000 0.104492187500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.142578125000 0.259765625000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.130859375000 0.021240234375 +0.000000000000 0.353515625000 0.000000000000 0.392578125000 +0.000000000000 0.000000000000 0.265625000000 0.214843750000 +0.029052734375 0.000000000000 0.000000000000 0.184570312500 +0.000000000000 0.014709472656 0.000000000000 0.000000000000 +0.161132812500 0.055419921875 0.000000000000 0.028442382812 +0.218750000000 0.000000000000 0.150390625000 0.000000000000 +0.073242187500 0.111328125000 0.000000000000 0.335937500000 +0.071289062500 0.000000000000 0.000000000000 0.000000000000 +0.084960937500 0.000000000000 0.000000000000 0.000000000000 +0.240234375000 0.000000000000 0.000000000000 0.080078125000 +0.000000000000 0.000000000000 0.000000000000 0.143554687500 +0.101562500000 0.000000000000 0.164062500000 0.000000000000 +0.000000000000 0.269531250000 0.000000000000 0.000000000000 +0.000000000000 0.043945312500 0.096191406250 0.089355468750 +0.000000000000 0.068847656250 0.008850097656 0.000000000000 +0.000000000000 0.242187500000 0.000000000000 0.292968750000 +0.028442382812 0.316406250000 0.021240234375 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.091308593750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.056396484375 0.167968750000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.178710937500 0.000000000000 0.046386718750 +0.032958984375 0.027709960938 0.075683593750 0.084472656250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.015869140625 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.140625000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.022705078125 0.000000000000 +0.177734375000 0.000000000000 0.000000000000 0.000000000000 +0.139648437500 0.209960937500 0.135742187500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.106445312500 +0.231445312500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.094238281250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.107910156250 0.000000000000 +0.008483886719 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.155273437500 0.083007812500 0.001358032227 +0.056640625000 0.201171875000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.204101562500 0.103027343750 +0.000000000000 0.000000000000 0.076660156250 0.000000000000 +0.003967285156 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.105957031250 0.065429687500 0.000000000000 +0.000000000000 0.059326171875 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.097656250000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.108398437500 0.008605957031 0.000000000000 0.000000000000 +0.000000000000 0.119628906250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.004333496094 +0.000000000000 0.000000000000 0.119628906250 0.125976562500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.071289062500 0.000000000000 0.000000000000 0.120605468750 +0.131835937500 0.224609375000 0.067382812500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.092773437500 0.000000000000 0.000000000000 0.000000000000 +0.261718750000 0.056884765625 0.000000000000 0.091796875000 +0.000000000000 0.132812500000 0.000000000000 0.000000000000 +0.000000000000 0.056640625000 0.027465820312 0.000000000000 +0.000000000000 0.000000000000 0.087402343750 0.205078125000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.155273437500 0.090332031250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.140625000000 0.000000000000 +0.050292968750 0.000000000000 0.140625000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.425781250000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.009826660156 0.000000000000 0.041015625000 0.000000000000 +0.022583007812 0.000000000000 0.185546875000 0.182617187500 +0.047851562500 0.112792968750 0.294921875000 0.110839843750 +0.000000000000 0.121093750000 0.040283203125 0.000000000000 +0.096191406250 0.000000000000 0.000000000000 0.000000000000 +0.193359375000 0.136718750000 0.020385742188 0.406250000000 +0.000000000000 0.166992187500 0.105957031250 0.067382812500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.072265625000 0.000000000000 0.209960937500 0.167968750000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.120117187500 0.000000000000 0.061035156250 0.000000000000 +0.000000000000 0.000000000000 0.056884765625 0.000000000000 +0.136718750000 0.000000000000 0.175781250000 0.000000000000 +0.000000000000 0.000000000000 0.184570312500 0.000000000000 +0.023803710938 0.000000000000 0.000000000000 0.000000000000 +0.200195312500 0.095703125000 0.000000000000 0.070312500000 +0.052734375000 0.027221679688 0.131835937500 0.038085937500 +0.122070312500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.088378906250 0.106933593750 +0.000000000000 0.000000000000 0.096679687500 0.118164062500 +0.000000000000 0.034179687500 0.015563964844 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000017523766 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.194335937500 0.100585937500 +0.000000000000 0.000000000000 0.046142578125 0.542968750000 +0.139648437500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.194335937500 0.208007812500 +0.106445312500 0.194335937500 0.000000000000 0.000000000000 +0.092285156250 0.000000000000 0.040527343750 0.000000000000 +0.082031250000 0.044677734375 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.040527343750 0.069824218750 0.249023437500 +0.009521484375 0.255859375000 0.108886718750 0.000000000000 +0.071289062500 0.000000000000 0.077148437500 0.000000000000 +0.081542968750 0.000000000000 0.000000000000 0.000101089478 +0.119140625000 0.129882812500 0.000000000000 0.000000000000 +0.017089843750 0.000000000000 0.245117187500 0.153320312500 +0.000000000000 0.199218750000 0.466796875000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.135742187500 0.006896972656 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.181640625000 0.147460937500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.306640625000 +0.126953125000 0.000000000000 0.000000000000 0.069824218750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.113281250000 0.191406250000 +0.151367187500 0.242187500000 0.000000000000 0.000000000000 +0.105957031250 0.000000000000 0.088378906250 0.000000000000 +0.050048828125 0.000000000000 0.066894531250 0.163085937500 +0.115234375000 0.216796875000 0.111816406250 0.083496093750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.005096435547 0.052978515625 0.000000000000 0.000000000000 +0.111328125000 0.250000000000 0.000000000000 0.201171875000 +0.000000000000 0.169921875000 0.039062500000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.103515625000 0.132812500000 0.253906250000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.099121093750 0.057617187500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.177734375000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.014526367188 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.049316406250 0.000000000000 0.106933593750 +0.064941406250 0.000000000000 0.000000000000 0.000000000000 +0.000457763672 0.000000000000 0.000000000000 0.006835937500 +0.091308593750 0.000000000000 0.138671875000 0.000000000000 +0.033447265625 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.080566406250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.063964843750 0.101562500000 0.119628906250 +0.000000000000 0.000000000000 0.000000000000 0.437500000000 +0.000000000000 0.000000000000 0.212890625000 0.000000000000 +0.000000000000 0.000000000000 0.112304687500 0.087402343750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.043701171875 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.084472656250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.020629882812 0.046142578125 0.142578125000 +0.163085937500 0.072753906250 0.081054687500 0.000000000000 +0.086425781250 0.000000000000 0.051269531250 0.113281250000 +0.000000000000 0.090820312500 0.046875000000 0.000000000000 +0.000000000000 0.151367187500 0.173828125000 0.000000000000 +0.000000000000 0.043945312500 0.000000000000 0.000000000000 +0.023925781250 0.223632812500 0.000000000000 0.000000000000 +0.041992187500 0.191406250000 0.000000000000 0.000000000000 +0.000000000000 0.006042480469 0.000000000000 0.000000000000 +0.000000000000 0.009033203125 0.047607421875 0.000000000000 +0.031494140625 0.000000000000 0.000000000000 0.000000000000 +0.052978515625 0.000000000000 0.000000000000 0.157226562500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.029174804688 0.011901855469 0.000000000000 +0.100585937500 0.000000000000 0.000000000000 0.000000000000 +0.104980468750 0.053710937500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.007476806641 +0.029663085938 0.000000000000 0.000000000000 0.000000000000 +0.102539062500 0.000000000000 0.000000000000 0.000000000000 +0.125000000000 0.188476562500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.061523437500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.091308593750 0.000000000000 0.102539062500 +0.000000000000 0.000000000000 0.000000000000 0.339843750000 +0.095703125000 0.000000000000 0.200195312500 0.000000000000 +0.000000000000 0.000000000000 0.037109375000 0.010314941406 +0.066894531250 0.000000000000 0.000000000000 0.000000000000 +0.152343750000 0.102539062500 0.113769531250 0.000000000000 +0.000000000000 0.191406250000 0.000000000000 0.000000000000 +0.000000000000 0.008178710938 0.000000000000 0.000000000000 +0.000000000000 0.128906250000 0.000000000000 0.015014648438 +0.163085937500 0.118164062500 0.462890625000 0.039794921875 +0.083007812500 0.000000000000 0.161132812500 0.000000000000 +0.000000000000 0.000000000000 0.017456054688 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.141601562500 0.031250000000 0.000000000000 +0.000000000000 0.018432617188 0.123046875000 0.000000000000 +0.000000000000 0.024047851562 0.000000000000 0.000000000000 +0.001762390137 0.097167968750 0.002426147461 0.000000000000 +0.000000000000 0.000000000000 0.037841796875 0.000000000000 +0.199218750000 0.010986328125 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.100585937500 +0.000161170959 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.036621093750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.162109375000 0.000000000000 +0.106445312500 0.000000000000 0.000000000000 0.000000000000 +0.151367187500 0.000000000000 0.000000000000 0.257812500000 +0.031494140625 0.111816406250 0.000000000000 0.000000000000 +0.118164062500 0.000000000000 0.000000000000 0.000000000000 +0.192382812500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.081542968750 0.000000000000 0.088867187500 +0.000000000000 0.137695312500 0.000000000000 0.000000000000 +0.132812500000 0.018310546875 0.000000000000 0.000000000000 +0.000000000000 0.131835937500 0.130859375000 0.000000000000 +0.000000000000 0.326171875000 0.071777343750 0.228515625000 +0.000000000000 0.000000000000 0.065917968750 0.000000000000 +0.209960937500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.018676757812 0.000000000000 +0.000000000000 0.150390625000 0.000000000000 0.088867187500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.039794921875 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.038330078125 0.163085937500 0.000000000000 0.184570312500 +0.005035400391 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.308593750000 0.000000000000 0.000000000000 0.000000000000 +0.003936767578 0.068847656250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.029052734375 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.090332031250 0.145507812500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.022338867188 +0.006164550781 0.000000000000 0.142578125000 0.125976562500 +0.047607421875 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.004364013672 0.000000000000 0.000000000000 +0.052978515625 0.058105468750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.069824218750 0.077148437500 +0.028686523438 0.014282226562 0.096191406250 0.000000000000 +0.000000000000 0.112304687500 0.294921875000 0.177734375000 +0.113769531250 0.134765625000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.098632812500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.216796875000 0.000000000000 0.000000000000 +0.000000000000 0.066894531250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.046386718750 0.111328125000 0.000000000000 +0.000000000000 0.000000000000 0.076660156250 0.094238281250 +0.088867187500 0.000000000000 0.000000000000 0.133789062500 +0.166015625000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.055908203125 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.018066406250 0.076660156250 0.376953125000 +0.000000000000 0.000000000000 0.020507812500 0.000000000000 +0.000000000000 0.000000000000 0.017333984375 0.092285156250 +0.091796875000 0.002212524414 0.000000000000 0.209960937500 +0.152343750000 0.090332031250 0.275390625000 0.020507812500 +0.000000000000 0.128906250000 0.394531250000 0.000000000000 +0.188476562500 0.000000000000 0.000000000000 0.000000000000 +0.187500000000 0.000000000000 0.000000000000 0.408203125000 +0.000000000000 0.121093750000 0.000000000000 0.143554687500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.215820312500 0.026855468750 0.316406250000 0.480468750000 +0.000000000000 0.000000000000 0.161132812500 0.000000000000 +0.425781250000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.316406250000 0.000000000000 +0.000000000000 0.000000000000 0.229492187500 0.000000000000 +0.107421875000 0.000000000000 0.213867187500 0.000000000000 +0.004516601562 0.000000000000 0.000000000000 0.279296875000 +0.111816406250 0.000000000000 0.089355468750 0.125000000000 +0.140625000000 0.000000000000 0.000000000000 0.091308593750 +0.084472656250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.287109375000 0.160156250000 +0.000000000000 0.048828125000 0.000000000000 0.137695312500 +0.000000000000 0.000000000000 0.042480468750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.267578125000 +0.000000000000 0.091796875000 0.300781250000 0.333984375000 +0.000000000000 0.000000000000 0.036376953125 0.000000000000 +0.000000000000 0.000000000000 0.275390625000 0.507812500000 +0.000000000000 0.000000000000 0.161132812500 0.000000000000 +0.086914062500 0.000000000000 0.131835937500 0.353515625000 +0.153320312500 0.016845703125 0.077148437500 0.000000000000 +0.172851562500 0.018798828125 0.058349609375 0.000000000000 +0.110351562500 0.216796875000 0.000000000000 0.000000000000 +0.174804687500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.201171875000 0.000000000000 0.281250000000 +0.174804687500 0.287109375000 0.136718750000 0.000000000000 +0.147460937500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.003799438477 +0.123046875000 0.032470703125 0.000000000000 0.206054687500 +0.000000000000 0.000000000000 0.267578125000 0.000000000000 +0.000000000000 0.023681640625 0.341796875000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.110351562500 +0.296875000000 0.081542968750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.486328125000 0.185546875000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.111328125000 0.427734375000 +0.398437500000 0.154296875000 0.000000000000 0.144531250000 +0.223632812500 0.296875000000 0.000000000000 0.014465332031 +0.000000000000 0.330078125000 0.000000000000 0.057128906250 +0.000000000000 0.000000000000 0.410156250000 0.082519531250 +0.000000000000 0.273437500000 0.000000000000 0.022827148438 +0.000000000000 0.095214843750 0.091796875000 0.000000000000 +0.169921875000 0.000000000000 0.013061523438 0.000000000000 +0.215820312500 0.000000000000 0.000000000000 0.000000000000 +0.036376953125 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.082031250000 0.151367187500 0.455078125000 +0.109375000000 0.519531250000 0.020385742188 0.000000000000 +0.121582031250 0.085449218750 0.000000000000 0.000000000000 +0.072753906250 0.176757812500 0.000000000000 0.000000000000 +0.000000000000 0.250000000000 0.000000000000 0.210937500000 +0.466796875000 0.090332031250 0.000000000000 0.000000000000 +0.142578125000 0.000000000000 0.000000000000 0.000000000000 +0.091308593750 0.000000000000 0.000000000000 0.013732910156 +0.000000000000 0.000000000000 0.128906250000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.054687500000 +0.000000000000 0.112304687500 0.000000000000 0.169921875000 +0.190429687500 0.000000000000 0.022216796875 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.115722656250 +0.000000000000 0.240234375000 0.000000000000 0.275390625000 +0.066894531250 0.025512695312 0.267578125000 0.000000000000 +0.000000000000 0.000000000000 0.298828125000 0.000000000000 +0.371093750000 0.000000000000 0.000000000000 0.000000000000 +0.204101562500 0.000000000000 0.000000000000 0.116210937500 +0.000000000000 0.044921875000 0.023681640625 0.000000000000 +0.000000000000 0.022216796875 0.192382812500 0.000000000000 +0.029907226562 0.000000000000 0.104003906250 0.294921875000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.067382812500 0.119140625000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.345703125000 0.000000000000 +0.007049560547 0.000000000000 0.159179687500 0.000000000000 +0.000000000000 0.000000000000 0.008422851562 0.079589843750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.153320312500 0.000000000000 0.000000000000 0.017578125000 +0.312500000000 0.000000000000 0.205078125000 0.099609375000 +0.124023437500 0.000000000000 0.016845703125 0.000000000000 +0.000000000000 0.000000000000 0.110351562500 0.071289062500 +0.000000000000 0.102539062500 0.144531250000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.189453125000 0.000000000000 0.000000000000 +0.000000000000 0.159179687500 0.000000000000 0.012023925781 +0.000000000000 0.000000000000 0.027221679688 0.000000000000 +0.005249023438 0.000000000000 0.148437500000 0.373046875000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.012817382812 0.000000000000 0.005676269531 0.192382812500 +0.001983642578 0.000000000000 0.063476562500 0.000000000000 +0.226562500000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.054443359375 0.076171875000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.133789062500 0.094726562500 0.084960937500 +0.000000000000 0.245117187500 0.211914062500 0.000000000000 +0.015747070312 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.159179687500 0.070800781250 0.000000000000 0.000000000000 +0.000000000000 0.081054687500 0.068359375000 0.000000000000 +0.000000000000 0.000000000000 0.328125000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.087402343750 0.003341674805 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.006652832031 +0.285156250000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.087890625000 0.078613281250 +0.111328125000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.004333496094 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.121582031250 0.000000000000 0.187500000000 0.019165039062 +0.062255859375 0.102050781250 0.000000000000 0.032470703125 +0.056884765625 0.000000000000 0.061035156250 0.050781250000 +0.083496093750 0.000000000000 0.000000000000 0.000000000000 +0.079589843750 0.125976562500 0.000000000000 0.000000000000 +0.000000000000 0.038574218750 0.000000000000 0.000000000000 +0.000000000000 0.169921875000 0.105957031250 0.000000000000 +0.000000000000 0.308593750000 0.000000000000 0.000000000000 +0.000000000000 0.001670837402 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.108886718750 0.000000000000 0.027221679688 +0.013671875000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.005249023438 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.054443359375 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.069824218750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.009887695312 0.000000000000 +0.036621093750 0.000000000000 0.013061523438 0.144531250000 +0.075195312500 0.139648437500 0.099609375000 0.000000000000 +0.000000000000 0.164062500000 0.018554687500 0.000000000000 +0.034179687500 0.000000000000 0.000000000000 0.056152343750 +0.215820312500 0.028198242188 0.000000000000 0.116210937500 +0.055664062500 0.212890625000 0.000000000000 0.000000000000 +0.000000000000 0.071289062500 0.000000000000 0.000000000000 +0.073730468750 0.000000000000 0.084960937500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.232421875000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.095703125000 0.000000000000 +0.000000000000 0.000000000000 0.117675781250 0.000000000000 +0.000000000000 0.000000000000 0.054687500000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.016967773438 +0.000000000000 0.000000000000 0.000000000000 0.078125000000 +0.083984375000 0.000000000000 0.000000000000 0.055175781250 +0.000000000000 0.000000000000 0.146484375000 0.000000000000 +0.000000000000 0.000000000000 0.020385742188 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.006835937500 +0.000000000000 0.064453125000 0.000000000000 0.016235351562 +0.000000000000 0.000000000000 0.016723632812 0.000000000000 +0.004730224609 0.000000000000 0.135742187500 0.161132812500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.006896972656 0.145507812500 +0.065917968750 0.000000000000 0.022460937500 0.000000000000 +0.087402343750 0.000000000000 0.038574218750 0.000000000000 +0.038818359375 0.000000000000 0.000000000000 0.000000000000 +0.188476562500 0.000000000000 0.000000000000 0.000000000000 +0.003067016602 0.055908203125 0.000656127930 0.169921875000 +0.208984375000 0.159179687500 0.046875000000 0.000000000000 +0.003143310547 0.000000000000 0.019897460938 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.072265625000 +0.000000000000 0.007720947266 0.000000000000 0.024658203125 +0.000000000000 0.000000000000 0.088378906250 0.000000000000 +0.000000000000 0.000000000000 0.062255859375 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.031982421875 0.012268066406 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.060058593750 0.322265625000 +0.229492187500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.330078125000 0.265625000000 +0.000000000000 0.106445312500 0.000000000000 0.065917968750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.061523437500 0.234375000000 0.000000000000 0.097656250000 +0.017211914062 0.000000000000 0.007934570312 0.000000000000 +0.239257812500 0.156250000000 0.000000000000 0.170898437500 +0.000000000000 0.003082275391 0.000000000000 0.000000000000 +0.090820312500 0.000000000000 0.000000000000 0.000000000000 +0.117187500000 0.000000000000 0.000000000000 0.000000000000 +0.045654296875 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.139648437500 0.165039062500 +0.000000000000 0.122558593750 0.125000000000 0.000000000000 +0.000000000000 0.064941406250 0.000000000000 0.000000000000 +0.000000000000 0.095214843750 0.000000000000 0.000000000000 +0.000000000000 0.061035156250 0.000000000000 0.365234375000 +0.219726562500 0.110351562500 0.121093750000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.079101562500 +0.134765625000 0.000000000000 0.000000000000 0.019042968750 +0.000000000000 0.000000000000 0.000000000000 0.053710937500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.046386718750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.005310058594 +0.060791015625 0.020629882812 0.000000000000 0.103515625000 +0.092773437500 0.000000000000 0.025146484375 0.031738281250 +0.000000000000 0.000000000000 0.128906250000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.098144531250 0.073242187500 0.000000000000 0.000000000000 +0.103027343750 0.046630859375 0.000000000000 0.000000000000 +0.000000000000 0.117187500000 0.169921875000 0.000000000000 +0.063476562500 0.000000000000 0.000000000000 0.244140625000 +0.041259765625 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.229492187500 +0.000000000000 0.000000000000 0.000000000000 0.063476562500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.269531250000 0.000000000000 0.216796875000 +0.125976562500 0.073242187500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.212890625000 0.000000000000 +0.038330078125 0.000000000000 0.209960937500 0.000000000000 +0.000000000000 0.146484375000 0.000000000000 0.000000000000 +0.183593750000 0.000000000000 0.000000000000 0.000000000000 +0.095214843750 0.022216796875 0.000000000000 0.000000000000 +0.000000000000 0.130859375000 0.189453125000 0.000000000000 +0.371093750000 0.000000000000 0.044677734375 0.043212890625 +0.000000000000 0.000000000000 0.084960937500 0.000000000000 +0.335937500000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.120605468750 0.000000000000 +0.139648437500 0.000000000000 0.320312500000 0.000000000000 +0.104492187500 0.000000000000 0.302734375000 0.000000000000 +0.000000000000 0.174804687500 0.000000000000 0.077148437500 +0.000000000000 0.000000000000 0.174804687500 0.000000000000 +0.000000000000 0.093750000000 0.359375000000 0.347656250000 +0.065429687500 0.265625000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.242187500000 0.110351562500 0.004882812500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.041015625000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.063476562500 0.000000000000 0.203125000000 0.265625000000 +0.000000000000 0.000000000000 0.214843750000 0.214843750000 +0.218750000000 0.000000000000 0.000000000000 0.016723632812 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.138671875000 0.132812500000 0.000000000000 0.000000000000 +0.116210937500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.041259765625 0.020996093750 0.076171875000 0.056884765625 +0.125000000000 0.197265625000 0.273437500000 0.137695312500 +0.223632812500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.186523437500 0.000000000000 0.141601562500 +0.051269531250 0.008178710938 0.000000000000 0.265625000000 +0.000000000000 0.074218750000 0.081054687500 0.000000000000 +0.000000000000 0.115234375000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.178710937500 0.000000000000 +0.000000000000 0.000000000000 0.113281250000 0.289062500000 +0.018554687500 0.105957031250 0.000000000000 0.263671875000 +0.048095703125 0.000000000000 0.000000000000 0.104980468750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.011291503906 0.289062500000 0.000000000000 0.000000000000 +0.000000000000 0.086914062500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.148437500000 0.000000000000 +0.000000000000 0.000000000000 0.047363281250 0.023681640625 +0.185546875000 0.186523437500 0.013305664062 0.006896972656 +0.131835937500 0.000000000000 0.000000000000 0.000000000000 +0.020263671875 0.000000000000 0.000000000000 0.000000000000 +0.302734375000 0.308593750000 0.000000000000 0.000000000000 +0.141601562500 0.000000000000 0.136718750000 0.259765625000 +0.089355468750 0.357421875000 0.022460937500 0.000000000000 +0.249023437500 0.000000000000 0.000000000000 0.084960937500 +0.000000000000 0.125976562500 0.217773437500 0.000000000000 +0.090332031250 0.225585937500 0.000000000000 0.000000000000 +0.023925781250 0.008056640625 0.023193359375 0.000000000000 +0.251953125000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.110839843750 0.000000000000 0.259765625000 0.112792968750 +0.000000000000 0.000000000000 0.024291992188 0.034912109375 +0.000000000000 0.133789062500 0.000000000000 0.296875000000 +0.347656250000 0.000000000000 0.066406250000 0.000000000000 +0.000000000000 0.000000000000 0.125976562500 0.289062500000 +0.159179687500 0.503906250000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.220703125000 0.000000000000 +0.000000000000 0.086425781250 0.143554687500 0.000000000000 +0.000000000000 0.300781250000 0.000000000000 0.000000000000 +0.135742187500 0.000000000000 0.000000000000 0.073730468750 +0.000000000000 0.094238281250 0.011169433594 0.000000000000 +0.000000000000 0.003036499023 0.094238281250 0.000000000000 +0.296875000000 0.000000000000 0.213867187500 0.339843750000 +0.000000000000 0.000000000000 0.000000000000 0.098144531250 +0.335937500000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.049072265625 0.000000000000 +0.020019531250 0.041748046875 0.196289062500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.002761840820 0.000000000000 +0.087402343750 0.212890625000 0.000000000000 0.241210937500 +0.093750000000 0.136718750000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.051757812500 0.000000000000 +0.000000000000 0.022216796875 0.000000000000 0.026733398438 +0.162109375000 0.062255859375 0.156250000000 0.000000000000 +0.000000000000 0.000000000000 0.100585937500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.070312500000 +0.000000000000 0.000000000000 0.123535156250 0.000000000000 +0.098144531250 0.000000000000 0.107421875000 0.192382812500 +0.081542968750 0.000000000000 0.000000000000 0.119628906250 +0.008056640625 0.000000000000 0.000000000000 0.261718750000 +0.083496093750 0.029174804688 0.000000000000 0.000000000000 +0.320312500000 0.060546875000 0.100585937500 0.000000000000 +0.161132812500 0.106445312500 0.000000000000 0.000000000000 +0.063476562500 0.000000000000 0.112792968750 0.000000000000 +0.000000000000 0.000000000000 0.337890625000 0.085449218750 +0.304687500000 0.210937500000 0.128906250000 0.082031250000 +0.128906250000 0.000000000000 0.011169433594 0.000000000000 +0.000000000000 0.049804687500 0.000000000000 0.131835937500 +0.131835937500 0.247070312500 0.000000000000 0.196289062500 +0.000000000000 0.000000000000 0.349609375000 0.000000000000 +0.000000000000 0.351562500000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.015380859375 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.018310546875 0.142578125000 +0.118652343750 0.106933593750 0.000000000000 0.294921875000 +0.000000000000 0.000000000000 0.000000000000 0.215820312500 +0.144531250000 0.000000000000 0.000000000000 0.092285156250 +0.000000000000 0.028564453125 0.000000000000 0.000000000000 +0.118164062500 0.000000000000 0.000000000000 0.148437500000 +0.000000000000 0.000000000000 0.207031250000 0.000000000000 +0.126953125000 0.084960937500 0.081054687500 0.126953125000 +0.000000000000 0.202148437500 0.000000000000 0.011962890625 +0.065429687500 0.000000000000 0.000000000000 0.028198242188 +0.123535156250 0.213867187500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.246093750000 0.109863281250 0.000000000000 0.139648437500 +0.000000000000 0.140625000000 0.300781250000 0.000000000000 +0.000000000000 0.104003906250 0.000000000000 0.000000000000 +0.000000000000 0.129882812500 0.065429687500 0.000000000000 +0.000000000000 0.066406250000 0.000000000000 0.083007812500 +0.000000000000 0.170898437500 0.054443359375 0.000000000000 +0.166015625000 0.016601562500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.149414062500 0.000000000000 0.166015625000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.048339843750 0.054931640625 0.100585937500 0.155273437500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.161132812500 0.000000000000 0.054443359375 0.086425781250 +0.131835937500 0.000000000000 0.148437500000 0.036376953125 +0.033447265625 0.091796875000 0.281250000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.152343750000 0.195312500000 0.000000000000 0.125000000000 +0.000000000000 0.105468750000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.011901855469 0.000000000000 0.182617187500 0.466796875000 +0.000000000000 0.000000000000 0.043457031250 0.000000000000 +0.088378906250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.048339843750 +0.000000000000 0.000000000000 0.000000000000 0.127929687500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.061523437500 0.112304687500 0.000000000000 +0.000000000000 0.043945312500 0.000000000000 0.112792968750 +0.039306640625 0.000000000000 0.000000000000 0.000000000000 +0.035644531250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.250000000000 0.000000000000 +0.000000000000 0.341796875000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.215820312500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.026855468750 0.117675781250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.255859375000 +0.065917968750 0.000000000000 0.125000000000 0.000000000000 +0.000000000000 0.000000000000 0.216796875000 0.034179687500 +0.000000000000 0.097167968750 0.000000000000 0.000000000000 +0.255859375000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.090332031250 0.000000000000 0.000000000000 0.000000000000 +0.044189453125 0.000000000000 0.000000000000 0.043945312500 +0.103515625000 0.000000000000 0.142578125000 0.044921875000 +0.123535156250 0.000000000000 0.022094726562 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.079589843750 +0.000000000000 0.000000000000 0.000000000000 0.184570312500 +0.000000000000 0.000000000000 0.055175781250 0.000000000000 +0.000000000000 0.283203125000 0.000000000000 0.000000000000 +0.000000000000 0.009460449219 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.025634765625 0.059570312500 0.330078125000 +0.000000000000 0.070312500000 0.000000000000 0.020141601562 +0.000000000000 0.000000000000 0.000000000000 0.118164062500 +0.066406250000 0.000000000000 0.000000000000 0.000000000000 +0.015319824219 0.000000000000 0.064941406250 0.000000000000 +0.093261718750 0.000000000000 0.029296875000 0.000000000000 +0.000000000000 0.012695312500 0.000000000000 0.000000000000 +0.073730468750 0.207031250000 0.337890625000 0.076171875000 +0.000000000000 0.010498046875 0.055664062500 0.012084960938 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.158203125000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.062011718750 0.000000000000 +0.000000000000 0.000000000000 0.101074218750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.425781250000 +0.000000000000 0.000000000000 0.281250000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.068847656250 +0.000000000000 0.000000000000 0.000000000000 0.022094726562 +0.000000000000 0.000000000000 0.108398437500 0.000000000000 +0.102050781250 0.000000000000 0.000000000000 0.000000000000 +0.316406250000 0.000000000000 0.000000000000 0.067871093750 +0.159179687500 0.116210937500 0.000000000000 0.291015625000 +0.170898437500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.275390625000 0.082031250000 +0.065917968750 0.103515625000 0.000000000000 0.245117187500 +0.000000000000 0.031494140625 0.000000000000 0.036865234375 +0.121582031250 0.000000000000 0.159179687500 0.000000000000 +0.000000000000 0.086914062500 0.000000000000 0.000000000000 +0.000000000000 0.061523437500 0.211914062500 0.005187988281 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.030761718750 0.000000000000 +0.000000000000 0.221679687500 0.000000000000 0.000000000000 +0.000000000000 0.062255859375 0.077636718750 0.255859375000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.257812500000 0.000000000000 0.062988281250 0.000000000000 +0.078613281250 0.205078125000 0.000000000000 0.198242187500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.145507812500 0.151367187500 +0.320312500000 0.006988525391 0.000000000000 0.034179687500 +0.000000000000 0.080078125000 0.000000000000 0.000000000000 +0.059326171875 0.000000000000 0.007324218750 0.248046875000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.179687500000 0.000000000000 0.000000000000 +0.000000000000 0.096191406250 0.000000000000 0.292968750000 +0.000000000000 0.154296875000 0.000000000000 0.294921875000 +0.000000000000 0.199218750000 0.000000000000 0.000000000000 +0.000000000000 0.097656250000 0.010192871094 0.019897460938 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.283203125000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.310546875000 0.000000000000 0.093261718750 +0.211914062500 0.000000000000 0.011535644531 0.000000000000 +0.000000000000 0.000000000000 0.076171875000 0.139648437500 +0.013793945312 0.232421875000 0.066406250000 0.000000000000 +0.053466796875 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.211914062500 0.218750000000 0.000000000000 0.000000000000 +0.291015625000 0.148437500000 0.000000000000 0.000000000000 +0.000000000000 0.124511718750 0.029907226562 0.217773437500 +0.000000000000 0.093750000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.062988281250 0.000000000000 0.000000000000 +0.000000000000 0.193359375000 0.000000000000 0.000000000000 +0.129882812500 0.000000000000 0.175781250000 0.000000000000 +0.000000000000 0.000000000000 0.056640625000 0.147460937500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.006439208984 0.000000000000 0.237304687500 0.000000000000 +0.000000000000 0.000000000000 0.151367187500 0.210937500000 +0.013671875000 0.000000000000 0.173828125000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.009765625000 0.012878417969 0.000000000000 0.146484375000 +0.203125000000 0.071777343750 0.000000000000 0.088867187500 +0.035644531250 0.253906250000 0.000000000000 0.000000000000 +0.000000000000 0.029785156250 0.000000000000 0.294921875000 +0.031494140625 0.000000000000 0.040771484375 0.124511718750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.035644531250 0.000000000000 0.267578125000 0.000000000000 +0.000000000000 0.068359375000 0.027343750000 0.000000000000 +0.001129150391 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.037841796875 0.121093750000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.142578125000 0.000000000000 0.000000000000 0.037597656250 +0.159179687500 0.000000000000 0.000000000000 0.000000000000 +0.184570312500 0.000000000000 0.000000000000 0.174804687500 +0.087402343750 0.000000000000 0.122070312500 0.094726562500 +0.000000000000 0.000000000000 0.125976562500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.100585937500 +0.025390625000 0.216796875000 0.000000000000 0.035400390625 +0.000000000000 0.000000000000 0.075683593750 0.121093750000 +0.135742187500 0.142578125000 0.196289062500 0.390625000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.048339843750 0.000000000000 0.201171875000 0.039794921875 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.019775390625 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.065917968750 0.326171875000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.031982421875 0.077148437500 +0.225585937500 0.186523437500 0.048583984375 0.000000000000 +0.130859375000 0.000000000000 0.000000000000 0.032958984375 +0.000000000000 0.000000000000 0.201171875000 0.000000000000 +0.000000000000 0.233398437500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.067871093750 +0.000000000000 0.097167968750 0.328125000000 0.000000000000 +0.026000976562 0.096679687500 0.000000000000 0.104492187500 +0.000000000000 0.002029418945 0.000000000000 0.002243041992 +0.000000000000 0.000000000000 0.002120971680 0.251953125000 +0.300781250000 0.000000000000 0.037841796875 0.000000000000 +0.000000000000 0.000000000000 0.134765625000 0.195312500000 +0.153320312500 0.158203125000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.113281250000 0.000000000000 +0.171875000000 0.000000000000 0.046142578125 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.250000000000 0.200195312500 0.027221679688 0.175781250000 +0.008361816406 0.062988281250 0.156250000000 0.092285156250 +0.000000000000 0.191406250000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.001243591309 +0.000000000000 0.152343750000 0.229492187500 0.000000000000 +0.000000000000 0.000000000000 0.008728027344 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.019165039062 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.219726562500 +0.267578125000 0.065429687500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.007873535156 0.221679687500 +0.102050781250 0.000000000000 0.000000000000 0.167968750000 +0.032958984375 0.144531250000 0.000000000000 0.000000000000 +0.000000000000 0.114257812500 0.000000000000 0.000000000000 +0.081542968750 0.000000000000 0.320312500000 0.042968750000 +0.000000000000 0.170898437500 0.000000000000 0.139648437500 +0.013061523438 0.044189453125 0.050781250000 0.000000000000 +0.072265625000 0.000000000000 0.099609375000 0.000000000000 +0.128906250000 0.070800781250 0.000000000000 0.000000000000 +0.027832031250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.130859375000 0.071289062500 +0.000000000000 0.468750000000 0.000000000000 0.000000000000 +0.000000000000 0.069335937500 0.000000000000 0.000000000000 +0.013183593750 0.091796875000 0.000000000000 0.000000000000 +0.000000000000 0.111816406250 0.000000000000 0.121093750000 +0.177734375000 0.107910156250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.003280639648 +0.000000000000 0.000000000000 0.000000000000 0.037841796875 +0.000000000000 0.000000000000 0.197265625000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.033691406250 0.033203125000 0.000000000000 +0.000000000000 0.004089355469 0.000000000000 0.000000000000 +0.019042968750 0.000000000000 0.000000000000 0.048583984375 +0.000000000000 0.000000000000 0.000000000000 0.092285156250 +0.124511718750 0.000000000000 0.024414062500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.068847656250 0.000000000000 0.000000000000 0.000000000000 +0.208007812500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.014221191406 0.000000000000 0.000000000000 +0.000000000000 0.150390625000 0.180664062500 0.063964843750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.186523437500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.110351562500 0.000000000000 +0.000000000000 0.000000000000 0.210937500000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.211914062500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.180664062500 0.000000000000 0.000000000000 0.000000000000 +0.021606445312 0.000000000000 0.000000000000 0.064453125000 +0.054443359375 0.000000000000 0.142578125000 0.109375000000 +0.000000000000 0.164062500000 0.156250000000 0.000000000000 +0.000000000000 0.241210937500 0.052978515625 0.000000000000 +0.035400390625 0.044921875000 0.000000000000 0.000000000000 +0.157226562500 0.163085937500 0.000000000000 0.000000000000 +0.000000000000 0.080078125000 0.000000000000 0.000000000000 +0.000000000000 0.067871093750 0.038330078125 0.000000000000 +0.076171875000 0.000000000000 0.089355468750 0.460937500000 +0.000000000000 0.000000000000 0.205078125000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.064453125000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.095703125000 0.000000000000 0.034423828125 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.053955078125 0.024414062500 0.067382812500 +0.000000000000 0.000000000000 0.068359375000 0.000000000000 +0.073730468750 0.000000000000 0.000000000000 0.000000000000 +0.002624511719 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.044921875000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.016723632812 0.000000000000 +0.000000000000 0.000000000000 0.045654296875 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.077636718750 +0.000000000000 0.000000000000 0.000000000000 0.177734375000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.091796875000 0.115234375000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.006927490234 0.000000000000 +0.090332031250 0.000000000000 0.000000000000 0.000000000000 +0.112304687500 0.000000000000 0.000000000000 0.000000000000 +0.023315429688 0.205078125000 0.000000000000 0.177734375000 +0.110839843750 0.000000000000 0.001510620117 0.000000000000 +0.000000000000 0.000000000000 0.092285156250 0.000000000000 +0.077148437500 0.000000000000 0.000000000000 0.122558593750 +0.000000000000 0.000000000000 0.000000000000 0.017456054688 +0.000000000000 0.000000000000 0.047363281250 0.000000000000 +0.000000000000 0.011718750000 0.000000000000 0.000000000000 +0.000000000000 0.008911132812 0.032714843750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.010498046875 +0.000000000000 0.000000000000 0.000000000000 0.273437500000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.224609375000 0.155273437500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.017456054688 0.000000000000 +0.000000000000 0.000000000000 0.023437500000 0.041748046875 +0.060302734375 0.000000000000 0.046630859375 0.000000000000 +0.000000000000 0.123535156250 0.000000000000 0.199218750000 +0.000000000000 0.033935546875 0.065917968750 0.000000000000 +0.081542968750 0.000000000000 0.100097656250 0.207031250000 +0.251953125000 0.000000000000 0.006927490234 0.000000000000 +0.165039062500 0.000000000000 0.000000000000 0.000000000000 +0.142578125000 0.000000000000 0.000000000000 0.022094726562 +0.013916015625 0.158203125000 0.105957031250 0.000000000000 +0.091308593750 0.222656250000 0.000000000000 0.000000000000 +0.000000000000 0.129882812500 0.000000000000 0.104492187500 +0.000000000000 0.330078125000 0.000000000000 0.000000000000 +0.000000000000 0.100585937500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.137695312500 0.259765625000 +0.000000000000 0.000000000000 0.000000000000 0.203125000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.060791015625 0.079589843750 0.000000000000 0.000000000000 +0.176757812500 0.016113281250 0.000000000000 0.083984375000 +0.077148437500 0.000000000000 0.000000000000 0.000000000000 +0.015625000000 0.000000000000 0.000000000000 0.000000000000 +0.180664062500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.096679687500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.115722656250 0.000000000000 +0.228515625000 0.000000000000 0.000000000000 0.000000000000 +0.030883789062 0.165039062500 0.263671875000 0.016601562500 +0.000000000000 0.000000000000 0.000000000000 0.369140625000 +0.141601562500 0.000000000000 0.243164062500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.232421875000 0.000000000000 0.000000000000 +0.200195312500 0.119140625000 0.010253906250 0.083007812500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.020141601562 0.095703125000 0.000000000000 +0.065917968750 0.101562500000 0.150390625000 0.000000000000 +0.015014648438 0.042968750000 0.246093750000 0.129882812500 +0.099609375000 0.083496093750 0.028930664062 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.018432617188 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.183593750000 0.036621093750 0.000000000000 +0.000000000000 0.152343750000 0.000000000000 0.000000000000 +0.115722656250 0.000000000000 0.000000000000 0.000000000000 +0.178710937500 0.155273437500 0.021362304688 0.000000000000 +0.038818359375 0.000000000000 0.000000000000 0.353515625000 +0.225585937500 0.000000000000 0.014892578125 0.000000000000 +0.000000000000 0.000000000000 0.035400390625 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.166015625000 0.000000000000 +0.108886718750 0.084472656250 0.000000000000 0.000000000000 +0.000000000000 0.392578125000 0.086914062500 0.355468750000 +0.353515625000 0.109863281250 0.153320312500 0.000000000000 +0.000000000000 0.000000000000 0.172851562500 0.112792968750 +0.000000000000 0.008300781250 0.002380371094 0.000000000000 +0.117187500000 0.109863281250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.005737304688 0.068847656250 0.108398437500 +0.000000000000 0.000000000000 0.074218750000 0.000000000000 +0.000000000000 0.000000000000 0.112304687500 0.000000000000 +0.000000000000 0.054199218750 0.049316406250 0.000000000000 +0.000000000000 0.000000000000 0.078125000000 0.333984375000 +0.000000000000 0.000000000000 0.155273437500 0.110351562500 +0.070312500000 0.049804687500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.099121093750 0.000000000000 0.000000000000 0.076660156250 +0.000000000000 0.000000000000 0.031738281250 0.281250000000 +0.000000000000 0.000000000000 0.000000000000 0.198242187500 +0.214843750000 0.000000000000 0.000000000000 0.000000000000 +0.045654296875 0.000000000000 0.187500000000 0.316406250000 +0.095214843750 0.083984375000 0.100097656250 0.235351562500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.416015625000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.084472656250 0.000000000000 0.146484375000 +0.000000000000 0.139648437500 0.371093750000 0.000000000000 +0.000000000000 0.000000000000 0.124023437500 0.000000000000 +0.000000000000 0.000000000000 0.108398437500 0.000000000000 +0.000000000000 0.138671875000 0.000000000000 0.000000000000 +0.000000000000 0.324218750000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.257812500000 0.000000000000 +0.000000000000 0.000000000000 0.195312500000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.283203125000 0.000000000000 0.006011962891 0.000000000000 +0.216796875000 0.100585937500 0.000000000000 0.097656250000 +0.118652343750 0.000000000000 0.000000000000 0.000000000000 +0.032958984375 0.000000000000 0.028686523438 0.000000000000 +0.141601562500 0.000000000000 0.026245117188 0.001159667969 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.091308593750 0.000000000000 0.000000000000 +0.012268066406 0.091308593750 0.000000000000 0.000000000000 +0.000000000000 0.124511718750 0.000000000000 0.094726562500 +0.000000000000 0.000000000000 0.001235961914 0.691406250000 +0.000000000000 0.000000000000 0.025756835938 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.090820312500 +0.000000000000 0.068847656250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.045898437500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.312500000000 0.000000000000 0.083496093750 +0.000000000000 0.100097656250 0.263671875000 0.000000000000 +0.100097656250 0.000000000000 0.041259765625 0.000000000000 +0.000000000000 0.040771484375 0.000000000000 0.000000000000 +0.085449218750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.199218750000 0.000000000000 0.000000000000 +0.000000000000 0.086425781250 0.221679687500 0.000000000000 +0.079589843750 0.115234375000 0.000000000000 0.000000000000 +0.032226562500 0.196289062500 0.032226562500 0.135742187500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.191406250000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.081542968750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.007141113281 0.000000000000 0.025268554688 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.156250000000 0.092773437500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.009704589844 +0.013122558594 0.000000000000 0.040771484375 0.000000000000 +0.113769531250 0.106445312500 0.013549804688 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.036865234375 0.230468750000 0.000000000000 0.000000000000 +0.000000000000 0.084960937500 0.000000000000 0.000000000000 +0.000000000000 0.016845703125 0.006469726562 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.216796875000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.097656250000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.002716064453 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.057861328125 +0.000000000000 0.000000000000 0.000000000000 0.070800781250 +0.000000000000 0.027709960938 0.096679687500 0.000000000000 +0.000000000000 0.000000000000 0.043212890625 0.000000000000 +0.000000000000 0.002899169922 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.022094726562 +0.000000000000 0.076171875000 0.000000000000 0.000000000000 +0.000000000000 0.011230468750 0.041748046875 0.000000000000 +0.000000000000 0.000000000000 0.068359375000 0.050048828125 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.041503906250 0.000000000000 0.055664062500 0.000000000000 +0.000000000000 0.000000000000 0.031982421875 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.058837890625 +0.000000000000 0.001243591309 0.014770507812 0.000000000000 +0.143554687500 0.000000000000 0.047607421875 0.147460937500 +0.061767578125 0.000000000000 0.073730468750 0.045898437500 +0.000000000000 0.007934570312 0.000000000000 0.000000000000 +0.096191406250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.141601562500 0.000000000000 0.036376953125 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.102539062500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.003601074219 0.105957031250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.085449218750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.204101562500 0.086425781250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.106445312500 0.000000000000 +0.226562500000 0.000000000000 0.000000000000 0.116699218750 +0.007659912109 0.000000000000 0.296875000000 0.000000000000 +0.023681640625 0.165039062500 0.199218750000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.101562500000 0.116699218750 0.000000000000 0.170898437500 +0.097656250000 0.275390625000 0.000000000000 0.074707031250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.367187500000 0.343750000000 0.209960937500 0.160156250000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.251953125000 0.000000000000 0.088867187500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.140625000000 0.000000000000 0.057373046875 0.000000000000 +0.000000000000 0.000000000000 0.371093750000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.069824218750 0.000000000000 +0.000000000000 0.127929687500 0.000000000000 0.053222656250 +0.188476562500 0.056640625000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.207031250000 0.000000000000 +0.000000000000 0.093261718750 0.012817382812 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.112792968750 0.000000000000 0.187500000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.289062500000 0.000000000000 0.117187500000 0.191406250000 +0.007324218750 0.000000000000 0.000000000000 0.000000000000 +0.164062500000 0.000000000000 0.249023437500 0.149414062500 +0.029296875000 0.000000000000 0.000000000000 0.000000000000 +0.103515625000 0.000000000000 0.068847656250 0.000000000000 +0.193359375000 0.091796875000 0.177734375000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.271484375000 0.142578125000 +0.031005859375 0.177734375000 0.111816406250 0.073242187500 +0.187500000000 0.020141601562 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.016113281250 +0.000000000000 0.143554687500 0.102050781250 0.339843750000 +0.000000000000 0.137695312500 0.253906250000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.008483886719 0.000000000000 0.257812500000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.076171875000 0.000000000000 0.142578125000 0.000000000000 +0.250000000000 0.000000000000 0.000000000000 0.133789062500 +0.051513671875 0.000000000000 0.206054687500 0.484375000000 +0.369140625000 0.000000000000 0.000000000000 0.060302734375 +0.189453125000 0.062011718750 0.000000000000 0.000000000000 +0.215820312500 0.176757812500 0.000000000000 0.000000000000 +0.032470703125 0.000000000000 0.042480468750 0.000000000000 +0.000000000000 0.000000000000 0.070800781250 0.144531250000 +0.000000000000 0.172851562500 0.075683593750 0.000000000000 +0.159179687500 0.000000000000 0.000000000000 0.000000000000 +0.003067016602 0.000000000000 0.000000000000 0.000000000000 +0.193359375000 0.283203125000 0.000000000000 0.018554687500 +0.001258850098 0.000000000000 0.188476562500 0.000000000000 +0.000000000000 0.232421875000 0.131835937500 0.000000000000 +0.000000000000 0.031494140625 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.086914062500 0.000000000000 0.021484375000 +0.179687500000 0.227539062500 0.173828125000 0.114746093750 +0.000000000000 0.000000000000 0.000000000000 0.137695312500 +0.296875000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.053955078125 0.185546875000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.117187500000 0.058349609375 0.090332031250 +0.000000000000 0.000000000000 0.126953125000 0.031982421875 +0.055419921875 0.000000000000 0.000000000000 0.000000000000 +0.037597656250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.111816406250 0.050781250000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.021728515625 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.060546875000 +0.040283203125 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.094726562500 +0.089355468750 0.000000000000 0.000000000000 0.108886718750 +0.000000000000 0.000000000000 0.066894531250 0.000000000000 +0.014404296875 0.000000000000 0.000000000000 0.011840820312 +0.386718750000 0.000000000000 0.014099121094 0.000000000000 +0.067871093750 0.173828125000 0.000000000000 0.097167968750 +0.382812500000 0.000000000000 0.032470703125 0.000000000000 +0.000000000000 0.000000000000 0.275390625000 0.114746093750 +0.247070312500 0.024780273438 0.011169433594 0.032714843750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.039306640625 0.216796875000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.006439208984 0.000000000000 +0.000000000000 0.137695312500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.435546875000 +0.000000000000 0.020629882812 0.208007812500 0.000000000000 +0.000000000000 0.218750000000 0.051025390625 0.010559082031 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.060546875000 0.000000000000 0.000000000000 +0.023437500000 0.106445312500 0.251953125000 0.118164062500 +0.000000000000 0.205078125000 0.000000000000 0.109375000000 +0.000000000000 0.000000000000 0.040771484375 0.000000000000 +0.000000000000 0.000000000000 0.112792968750 0.000000000000 +0.285156250000 0.112792968750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.084960937500 0.160156250000 +0.160156250000 0.180664062500 0.000000000000 0.008911132812 +0.000000000000 0.039062500000 0.000000000000 0.000000000000 +0.000000000000 0.076171875000 0.010070800781 0.036621093750 +0.000000000000 0.000000000000 0.000000000000 0.312500000000 +0.005462646484 0.006103515625 0.048095703125 0.000000000000 +0.000000000000 0.118652343750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.114257812500 +0.000000000000 0.000000000000 0.000000000000 0.086914062500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.170898437500 0.263671875000 +0.165039062500 0.030639648438 0.206054687500 0.053466796875 +0.000000000000 0.035644531250 0.004699707031 0.000000000000 +0.065429687500 0.000000000000 0.000000000000 0.000000000000 +0.404296875000 0.000000000000 0.000000000000 0.237304687500 +0.000000000000 0.257812500000 0.123535156250 0.000000000000 +0.000000000000 0.053710937500 0.012268066406 0.161132812500 +0.000000000000 0.000000000000 0.081054687500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.006164550781 0.201171875000 0.092773437500 0.000000000000 +0.000000000000 0.000000000000 0.302734375000 0.000000000000 +0.000000000000 0.000000000000 0.223632812500 0.000000000000 +0.000000000000 0.000000000000 0.103027343750 0.000000000000 +0.314453125000 0.000000000000 0.000000000000 0.000000000000 +0.177734375000 0.092773437500 0.000000000000 0.251953125000 +0.040527343750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000081539154 0.201171875000 +0.183593750000 0.000000000000 0.050781250000 0.222656250000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.033447265625 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.134765625000 +0.000000000000 0.143554687500 0.199218750000 0.035888671875 +0.000000000000 0.000000000000 0.000000000000 0.261718750000 +0.000000000000 0.000000000000 0.101562500000 0.330078125000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.281250000000 0.273437500000 +0.000000000000 0.116699218750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000139236450 0.021362304688 0.101562500000 +0.029296875000 0.000000000000 0.000000000000 0.000000000000 +0.067382812500 0.382812500000 0.000000000000 0.277343750000 +0.060546875000 0.000000000000 0.251953125000 0.000000000000 +0.077636718750 0.000000000000 0.265625000000 0.153320312500 +0.040039062500 0.000000000000 0.000000000000 0.139648437500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.091796875000 0.000000000000 +0.000000000000 0.000000000000 0.107910156250 0.000000000000 +0.055664062500 0.222656250000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.390625000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.265625000000 0.160156250000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.400390625000 0.322265625000 +0.000000000000 0.162109375000 0.000000000000 0.073242187500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.021118164062 0.000000000000 0.217773437500 +0.183593750000 0.000000000000 0.000000000000 0.000000000000 +0.125000000000 0.300781250000 0.000000000000 0.271484375000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.052001953125 0.118652343750 +0.296875000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.059570312500 0.363281250000 +0.000000000000 0.152343750000 0.104003906250 0.000000000000 +0.166015625000 0.164062500000 0.000000000000 0.000000000000 +0.000000000000 0.152343750000 0.000000000000 0.406250000000 +0.000000000000 0.156250000000 0.000000000000 0.421875000000 +0.018920898438 0.071289062500 0.000000000000 0.000000000000 +0.000000000000 0.041748046875 0.116210937500 0.156250000000 +0.001518249512 0.038085937500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.242187500000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.277343750000 0.000000000000 0.063476562500 +0.090820312500 0.000000000000 0.121582031250 0.000000000000 +0.049804687500 0.000000000000 0.107421875000 0.172851562500 +0.000000000000 0.000000000000 0.089843750000 0.000000000000 +0.000000000000 0.000000000000 0.026245117188 0.000000000000 +0.000000000000 0.016235351562 0.000000000000 0.072753906250 +0.310546875000 0.111328125000 0.056152343750 0.000000000000 +0.326171875000 0.235351562500 0.000000000000 0.000000000000 +0.000000000000 0.149414062500 0.018310546875 0.322265625000 +0.000000000000 0.000000000000 0.000000000000 0.016967773438 +0.040039062500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.221679687500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.177734375000 0.162109375000 +0.000000000000 0.000000000000 0.078613281250 0.240234375000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.055419921875 0.000000000000 0.000000000000 +0.022827148438 0.030761718750 0.000000000000 0.142578125000 +0.105957031250 0.004913330078 0.000000000000 0.042724609375 +0.015869140625 0.000000000000 0.144531250000 0.000000000000 +0.000000000000 0.178710937500 0.013671875000 0.000000000000 +0.000000000000 0.043945312500 0.000000000000 0.050292968750 +0.294921875000 0.059570312500 0.000000000000 0.000000000000 +0.320312500000 0.166015625000 0.000000000000 0.000000000000 +0.000000000000 0.134765625000 0.048583984375 0.098632812500 +0.224609375000 0.143554687500 0.026977539062 0.110351562500 +0.015563964844 0.000000000000 0.121582031250 0.000000000000 +0.115722656250 0.000000000000 0.000071048737 0.000000000000 +0.000000000000 0.166992187500 0.017700195312 0.000000000000 +0.127929687500 0.000000000000 0.125000000000 0.000000000000 +0.112792968750 0.000000000000 0.137695312500 0.000000000000 +0.000000000000 0.057861328125 0.000000000000 0.000000000000 +0.000000000000 0.022216796875 0.040771484375 0.001953125000 +0.000000000000 0.000000000000 0.328125000000 0.101074218750 +0.021606445312 0.017456054688 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.026733398438 +0.000000000000 0.084472656250 0.000000000000 0.000000000000 +0.000000000000 0.092773437500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.052734375000 0.164062500000 +0.045410156250 0.000000000000 0.100585937500 0.056884765625 +0.000000000000 0.000000000000 0.022705078125 0.102050781250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.192382812500 0.000000000000 0.000000000000 0.000000000000 +0.037841796875 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.075195312500 0.082519531250 0.175781250000 +0.037109375000 0.000000000000 0.010375976562 0.000000000000 +0.039550781250 0.000000000000 0.112792968750 0.000000000000 +0.008422851562 0.161132812500 0.000000000000 0.187500000000 +0.000000000000 0.000000000000 0.000000000000 0.114257812500 +0.036621093750 0.000000000000 0.204101562500 0.000000000000 +0.000000000000 0.049316406250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.009704589844 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.066406250000 +0.041503906250 0.178710937500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.111328125000 0.228515625000 +0.000000000000 0.000000000000 0.000000000000 0.075195312500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.431640625000 0.000000000000 0.073730468750 0.000000000000 +0.154296875000 0.090332031250 0.000000000000 0.164062500000 +0.000000000000 0.000000000000 0.129882812500 0.000000000000 +0.000000000000 0.000000000000 0.202148437500 0.151367187500 +0.333984375000 0.000000000000 0.110351562500 0.015747070312 +0.000000000000 0.105468750000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.170898437500 0.183593750000 +0.070800781250 0.176757812500 0.000000000000 0.000000000000 +0.062500000000 0.087402343750 0.018432617188 0.000000000000 +0.000000000000 0.062500000000 0.033447265625 0.144531250000 +0.000000000000 0.167968750000 0.000000000000 0.433593750000 +0.000000000000 0.199218750000 0.000000000000 0.000000000000 +0.000000000000 0.041015625000 0.000000000000 0.086425781250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.175781250000 +0.000000000000 0.000000000000 0.000000000000 0.318359375000 +0.016235351562 0.000000000000 0.000000000000 0.000000000000 +0.163085937500 0.275390625000 0.000000000000 0.129882812500 +0.064941406250 0.000000000000 0.000000000000 0.000000000000 +0.010009765625 0.000000000000 0.000000000000 0.026489257812 +0.039062500000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.053710937500 0.000000000000 0.000000000000 +0.000000000000 0.041259765625 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.127929687500 0.000000000000 +0.291015625000 0.082031250000 0.000000000000 0.000000000000 +0.000455856323 0.201171875000 0.134765625000 0.214843750000 +0.000000000000 0.000000000000 0.000000000000 0.291015625000 +0.131835937500 0.000000000000 0.147460937500 0.000000000000 +0.000000000000 0.016357421875 0.000000000000 0.056884765625 +0.000000000000 0.416015625000 0.000000000000 0.000000000000 +0.232421875000 0.000000000000 0.020996093750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.001045227051 0.000000000000 +0.000000000000 0.099121093750 0.012817382812 0.000000000000 +0.089843750000 0.000000000000 0.279296875000 0.000000000000 +0.000000000000 0.067871093750 0.165039062500 0.000000000000 +0.000000000000 0.083496093750 0.013854980469 0.000000000000 +0.065917968750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.003387451172 0.000000000000 0.091308593750 +0.018920898438 0.136718750000 0.000000000000 0.000000000000 +0.251953125000 0.061767578125 0.000000000000 0.000000000000 +0.000000000000 0.116699218750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.056396484375 +0.094726562500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.106445312500 0.000000000000 +0.016967773438 0.000000000000 0.000000000000 0.000000000000 +0.161132812500 0.000000000000 0.000000000000 0.000000000000 +0.330078125000 0.238281250000 0.115234375000 0.024536132812 +0.000000000000 0.037597656250 0.000000000000 0.107421875000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.141601562500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.163085937500 0.000000000000 +0.000000000000 0.000000000000 0.040771484375 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.077148437500 0.162109375000 0.052734375000 +0.000000000000 0.000000000000 0.000000000000 0.757812500000 +0.004089355469 0.000000000000 0.335937500000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.048339843750 +0.000000000000 0.000000000000 0.000000000000 0.020874023438 +0.000000000000 0.003265380859 0.146484375000 0.000000000000 +0.082519531250 0.106933593750 0.000000000000 0.000000000000 +0.170898437500 0.072265625000 0.026733398438 0.087402343750 +0.116699218750 0.166015625000 0.000000000000 0.332031250000 +0.339843750000 0.038330078125 0.127929687500 0.000000000000 +0.000000000000 0.000000000000 0.300781250000 0.000000000000 +0.076660156250 0.063964843750 0.000000000000 0.296875000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.045898437500 0.000000000000 0.255859375000 0.000000000000 +0.000000000000 0.010925292969 0.144531250000 0.000000000000 +0.000000000000 0.000000000000 0.150390625000 0.000000000000 +0.000000000000 0.125000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.078125000000 0.000000000000 +0.041015625000 0.298828125000 0.000000000000 0.000000000000 +0.000000000000 0.265625000000 0.000000000000 0.121093750000 +0.000000000000 0.000000000000 0.000000000000 0.230468750000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.126953125000 0.000000000000 0.185546875000 +0.000000000000 0.000000000000 0.230468750000 0.000000000000 +0.184570312500 0.392578125000 0.000000000000 0.136718750000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.092773437500 0.086914062500 +0.257812500000 0.472656250000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.114257812500 0.271484375000 +0.474609375000 0.273437500000 0.000000000000 0.000000000000 +0.184570312500 0.126953125000 0.000000000000 0.000000000000 +0.000000000000 0.197265625000 0.076660156250 0.103515625000 +0.000000000000 0.081542968750 0.000000000000 0.302734375000 +0.132812500000 0.014770507812 0.007812500000 0.000000000000 +0.000000000000 0.213867187500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.101074218750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.185546875000 +0.000000000000 0.000000000000 0.227539062500 0.079101562500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.059814453125 0.000000000000 0.238281250000 0.199218750000 +0.032958984375 0.001022338867 0.287109375000 0.000000000000 +0.000000000000 0.040527343750 0.063476562500 0.000000000000 +0.000467300415 0.000000000000 0.000000000000 0.080566406250 +0.625000000000 0.180664062500 0.000000000000 0.187500000000 +0.137695312500 0.237304687500 0.000000000000 0.000000000000 +0.000000000000 0.083984375000 0.103027343750 0.104492187500 +0.292968750000 0.000000000000 0.031738281250 0.017578125000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.088378906250 0.208984375000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.304687500000 0.000000000000 +0.000000000000 0.000000000000 0.191406250000 0.000000000000 +0.000000000000 0.000000000000 0.054687500000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.130859375000 0.000000000000 0.000000000000 0.000000000000 +0.128906250000 0.000000000000 0.000000000000 0.095214843750 +0.050048828125 0.053955078125 0.000000000000 0.196289062500 +0.000000000000 0.000000000000 0.320312500000 0.000000000000 +0.000000000000 0.123046875000 0.292968750000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.150390625000 0.000000000000 0.000000000000 0.179687500000 +0.000000000000 0.184570312500 0.000000000000 0.031982421875 +0.000000000000 0.000000000000 0.000000000000 0.027343750000 +0.337890625000 0.000000000000 0.242187500000 0.400390625000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.255859375000 0.000000000000 0.271484375000 0.000000000000 +0.000000000000 0.000000000000 0.158203125000 0.000000000000 +0.011291503906 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.291015625000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.035888671875 0.012084960938 +0.000000000000 0.291015625000 0.000000000000 0.075683593750 +0.300781250000 0.000000000000 0.000000000000 0.057128906250 +0.000000000000 0.000000000000 0.167968750000 0.000000000000 +0.000000000000 0.111816406250 0.192382812500 0.125000000000 +0.000000000000 0.088867187500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.121093750000 0.000000000000 +0.000000000000 0.081054687500 0.000000000000 0.154296875000 +0.000000000000 0.000000000000 0.000698089600 0.000000000000 +0.125976562500 0.000000000000 0.028442382812 0.308593750000 +0.306640625000 0.000000000000 0.000000000000 0.000000000000 +0.042724609375 0.000000000000 0.044921875000 0.228515625000 +0.170898437500 0.107421875000 0.000000000000 0.000000000000 +0.023681640625 0.009582519531 0.269531250000 0.000000000000 +0.267578125000 0.212890625000 0.224609375000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.027465820312 0.142578125000 0.077636718750 +0.008728027344 0.116699218750 0.169921875000 0.194335937500 +0.000000000000 0.004943847656 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.265625000000 0.000000000000 0.000000000000 0.065429687500 +0.024536132812 0.000000000000 0.306640625000 0.000000000000 +0.000000000000 0.000000000000 0.183593750000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.012512207031 0.063964843750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.016723632812 0.095214843750 +0.289062500000 0.194335937500 0.115722656250 0.179687500000 +0.000000000000 0.000000000000 0.000000000000 0.378906250000 +0.416015625000 0.000000000000 0.000000000000 0.198242187500 +0.118164062500 0.057373046875 0.000000000000 0.000000000000 +0.259765625000 0.000000000000 0.000000000000 0.038818359375 +0.000000000000 0.064941406250 0.066406250000 0.049072265625 +0.000000000000 0.107910156250 0.092773437500 0.106445312500 +0.118164062500 0.000000000000 0.369140625000 0.000000000000 +0.159179687500 0.000000000000 0.169921875000 0.112792968750 +0.235351562500 0.028564453125 0.000000000000 0.094238281250 +0.000000000000 0.000000000000 0.000000000000 0.069824218750 +0.296875000000 0.000000000000 0.166015625000 0.000000000000 +0.000000000000 0.088378906250 0.000000000000 0.000000000000 +0.000000000000 0.077148437500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.345703125000 0.000000000000 0.004028320312 +0.000000000000 0.151367187500 0.037597656250 0.084472656250 +0.000000000000 0.000000000000 0.000000000000 0.067871093750 +0.000000000000 0.000000000000 0.049560546875 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.079101562500 0.000000000000 0.287109375000 0.130859375000 +0.143554687500 0.000000000000 0.000000000000 0.123046875000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.086425781250 +0.324218750000 0.071289062500 0.075683593750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.106933593750 0.000000000000 0.000000000000 0.028076171875 +0.250000000000 0.281250000000 0.000000000000 0.182617187500 +0.044189453125 0.133789062500 0.082519531250 0.000000000000 +0.000000000000 0.012939453125 0.155273437500 0.000000000000 +0.113281250000 0.316406250000 0.088867187500 0.714843750000 +0.000000000000 0.000000000000 0.116210937500 0.000000000000 +0.000000000000 0.000000000000 0.184570312500 0.000000000000 +0.000000000000 0.000000000000 0.016967773438 0.000000000000 +0.000000000000 0.000000000000 0.163085937500 0.000000000000 +0.000000000000 0.000000000000 0.088378906250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.141601562500 +0.075195312500 0.000000000000 0.011779785156 0.000000000000 +0.000000000000 0.000000000000 0.081542968750 0.115234375000 +0.000000000000 0.000000000000 0.251953125000 0.000000000000 +0.000000000000 0.036865234375 0.185546875000 0.000000000000 +0.000000000000 0.024414062500 0.000000000000 0.000000000000 +0.011657714844 0.000000000000 0.091308593750 0.000000000000 +0.000000000000 0.067382812500 0.000000000000 0.000000000000 +0.000000000000 0.007629394531 0.000000000000 0.166015625000 +0.000000000000 0.000000000000 0.052978515625 0.068359375000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.235351562500 0.101074218750 +0.000000000000 0.028564453125 0.054931640625 0.000000000000 +0.000000000000 0.000000000000 0.047607421875 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.104980468750 +0.048583984375 0.000000000000 0.000000000000 0.000000000000 +0.198242187500 0.212890625000 0.000000000000 0.220703125000 +0.031005859375 0.000000000000 0.000000000000 0.000000000000 +0.054931640625 0.000000000000 0.072265625000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.045410156250 0.077148437500 0.000000000000 +0.000000000000 0.001480102539 0.000000000000 0.000000000000 +0.000000000000 0.053466796875 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.012207031250 0.030639648438 +0.000000000000 0.000000000000 0.000000000000 0.120605468750 +0.153320312500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.199218750000 +0.018066406250 0.104492187500 0.000000000000 0.000000000000 +0.146484375000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.022583007812 0.000000000000 +0.000000000000 0.099609375000 0.004730224609 0.000000000000 +0.000000000000 0.000000000000 0.156250000000 0.000000000000 +0.045410156250 0.000000000000 0.099121093750 0.022460937500 +0.098144531250 0.062500000000 0.000000000000 0.000000000000 +0.000000000000 0.136718750000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.039062500000 +0.000000000000 0.088867187500 0.000000000000 0.000000000000 +0.038818359375 0.170898437500 0.000000000000 0.000000000000 +0.000000000000 0.074218750000 0.000000000000 0.065917968750 +0.000000000000 0.000000000000 0.000000000000 0.119628906250 +0.000000000000 0.092773437500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.159179687500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.007873535156 0.000000000000 0.089843750000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.122070312500 0.000000000000 0.000000000000 0.122558593750 +0.120605468750 0.183593750000 0.071289062500 0.000000000000 +0.000000000000 0.000000000000 0.129882812500 0.000000000000 +0.056396484375 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.116210937500 0.048583984375 0.008911132812 +0.101562500000 0.139648437500 0.000000000000 0.000000000000 +0.000000000000 0.049560546875 0.021362304688 0.046630859375 +0.000000000000 0.034423828125 0.014831542969 0.131835937500 +0.000000000000 0.000000000000 0.041992187500 0.000000000000 +0.037109375000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.079101562500 0.000000000000 0.000000000000 +0.114257812500 0.000000000000 0.012207031250 0.000000000000 +0.000000000000 0.000000000000 0.161132812500 0.000000000000 +0.016113281250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.040527343750 +0.076171875000 0.073730468750 0.060546875000 0.000000000000 +0.050781250000 0.000000000000 0.000000000000 0.113769531250 +0.000000000000 0.000000000000 0.140625000000 0.000000000000 +0.000000000000 0.140625000000 0.000000000000 0.000000000000 +0.000000000000 0.035888671875 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.057128906250 +0.000000000000 0.138671875000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.063476562500 0.132812500000 +0.069824218750 0.000000000000 0.134765625000 0.281250000000 +0.052246093750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.259765625000 0.134765625000 +0.000000000000 0.104492187500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.035888671875 0.009094238281 0.121093750000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.110351562500 0.130859375000 0.000000000000 0.056152343750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.067871093750 0.000000000000 0.000000000000 0.000000000000 +0.048339843750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.017700195312 0.062500000000 0.000000000000 +0.000000000000 0.000000000000 0.091308593750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.015747070312 0.566406250000 +0.136718750000 0.000000000000 0.097167968750 0.000000000000 +0.000000000000 0.000000000000 0.168945312500 0.150390625000 +0.093750000000 0.000000000000 0.000000000000 0.000000000000 +0.081542968750 0.000000000000 0.000000000000 0.000000000000 +0.035400390625 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.150390625000 0.160156250000 0.000000000000 0.207031250000 +0.000000000000 0.002075195312 0.044189453125 0.000000000000 +0.087402343750 0.000000000000 0.199218750000 0.000000000000 +0.109863281250 0.000000000000 0.015258789062 0.056152343750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.082031250000 0.000000000000 +0.000000000000 0.070800781250 0.000000000000 0.000000000000 +0.000000000000 0.067871093750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.002487182617 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.367187500000 +0.121582031250 0.036132812500 0.006835937500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.117187500000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.025146484375 0.000000000000 0.176757812500 +0.000000000000 0.102539062500 0.000000000000 0.109863281250 +0.102050781250 0.000000000000 0.000000000000 0.000000000000 +0.054443359375 0.228515625000 0.000000000000 0.118652343750 +0.229492187500 0.147460937500 0.000000000000 0.134765625000 +0.021484375000 0.000000000000 0.000000000000 0.042236328125 +0.058105468750 0.000000000000 0.000000000000 0.000000000000 +0.019653320312 0.000000000000 0.000000000000 0.000000000000 +0.083496093750 0.000000000000 0.045166015625 0.000000000000 +0.000000000000 0.000000000000 0.181640625000 0.000000000000 +0.116210937500 0.000000000000 0.000000000000 0.000000000000 +0.369140625000 0.174804687500 0.136718750000 0.028320312500 +0.000000000000 0.000000000000 0.000000000000 0.349609375000 +0.359375000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.071777343750 +0.000000000000 0.151367187500 0.000000000000 0.000000000000 +0.492187500000 0.233398437500 0.000000000000 0.316406250000 +0.000000000000 0.116699218750 0.000000000000 0.000000000000 +0.000000000000 0.144531250000 0.302734375000 0.000000000000 +0.000000000000 0.365234375000 0.000000000000 0.000000000000 +0.133789062500 0.022583007812 0.404296875000 0.097167968750 +0.000000000000 0.000000000000 0.142578125000 0.000000000000 +0.000000000000 0.138671875000 0.000000000000 0.000000000000 +0.229492187500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.306640625000 0.065429687500 0.022583007812 +0.099121093750 0.253906250000 0.000000000000 0.000000000000 +0.277343750000 0.000000000000 0.000000000000 0.000000000000 +0.259765625000 0.239257812500 0.008483886719 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.343750000000 0.000000000000 0.004669189453 0.000000000000 +0.079589843750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.211914062500 0.228515625000 0.316406250000 +0.000000000000 0.000000000000 0.257812500000 0.000000000000 +0.000000000000 0.000000000000 0.246093750000 0.257812500000 +0.000000000000 0.105957031250 0.000000000000 0.000000000000 +0.018066406250 0.083984375000 0.103027343750 0.000000000000 +0.000000000000 0.000000000000 0.091796875000 0.000000000000 +0.224609375000 0.065429687500 0.000000000000 0.267578125000 +0.255859375000 0.000000000000 0.000000000000 0.051025390625 +0.000000000000 0.024536132812 0.000000000000 0.000000000000 +0.000000000000 0.083984375000 0.137695312500 0.000000000000 +0.000000000000 0.000000000000 0.095703125000 0.035156250000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.304687500000 0.101074218750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.237304687500 0.000000000000 +0.000000000000 0.000000000000 0.141601562500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.150390625000 0.000000000000 0.000000000000 0.353515625000 +0.166015625000 0.000000000000 0.000000000000 0.040527343750 +0.507812500000 0.000000000000 0.000000000000 0.121093750000 +0.000000000000 0.000000000000 0.122558593750 0.120117187500 +0.162109375000 0.188476562500 0.287109375000 0.172851562500 +0.000000000000 0.210937500000 0.092773437500 0.000000000000 +0.135742187500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.218750000000 +0.000000000000 0.000000000000 0.149414062500 0.052001953125 +0.000000000000 0.000000000000 0.003250122070 0.000000000000 +0.000000000000 0.000000000000 0.235351562500 0.589843750000 +0.000000000000 0.000000000000 0.160156250000 0.000000000000 +0.212890625000 0.000000000000 0.000000000000 0.082519531250 +0.000000000000 0.000000000000 0.108398437500 0.000000000000 +0.094238281250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.009338378906 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.078613281250 0.000000000000 0.141601562500 0.017089843750 +0.000000000000 0.057128906250 0.182617187500 0.024902343750 +0.133789062500 0.011047363281 0.000000000000 0.035400390625 +0.000000000000 0.000000000000 0.055664062500 0.000000000000 +0.013305664062 0.267578125000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.081054687500 +0.000000000000 0.000000000000 0.119140625000 0.000000000000 +0.007141113281 0.093261718750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.010925292969 0.000000000000 0.259765625000 +0.163085937500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.107910156250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.219726562500 0.000000000000 0.108398437500 0.000000000000 +0.000000000000 0.000000000000 0.046875000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.069824218750 0.000000000000 0.026123046875 +0.000000000000 0.000000000000 0.098144531250 0.064941406250 +0.025268554688 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.021118164062 0.000000000000 0.022583007812 +0.170898437500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.034423828125 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.007812500000 0.048583984375 0.000000000000 +0.000000000000 0.000000000000 0.001434326172 0.135742187500 +0.030151367188 0.000000000000 0.002136230469 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.160156250000 +0.039062500000 0.041259765625 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.033691406250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.001274108887 0.000000000000 0.162109375000 +0.316406250000 0.228515625000 0.164062500000 0.030761718750 +0.083984375000 0.000000000000 0.011718750000 0.000000000000 +0.000000000000 0.000000000000 0.001884460449 0.000000000000 +0.000000000000 0.018554687500 0.000000000000 0.000000000000 +0.011657714844 0.000000000000 0.062988281250 0.000000000000 +0.000000000000 0.183593750000 0.191406250000 0.000000000000 +0.000000000000 0.099609375000 0.000000000000 0.000000000000 +0.000000000000 0.060302734375 0.073242187500 0.000000000000 +0.000000000000 0.034667968750 0.021850585938 0.000000000000 +0.093261718750 0.000000000000 0.000000000000 0.000000000000 +0.016235351562 0.000000000000 0.035644531250 0.068847656250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.188476562500 0.094726562500 0.144531250000 0.045654296875 +0.000000000000 0.119628906250 0.000000000000 0.000000000000 +0.106933593750 0.171875000000 0.079589843750 0.037353515625 +0.068359375000 0.169921875000 0.000000000000 0.000000000000 +0.022827148438 0.000000000000 0.320312500000 0.048828125000 +0.057128906250 0.000000000000 0.200195312500 0.000000000000 +0.151367187500 0.091796875000 0.011474609375 0.017211914062 +0.057617187500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.130859375000 0.000000000000 +0.000000000000 0.096191406250 0.000000000000 0.000000000000 +0.043701171875 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.057861328125 0.063964843750 0.000000000000 +0.000000000000 0.135742187500 0.074707031250 0.578125000000 +0.162109375000 0.000000000000 0.339843750000 0.000000000000 +0.000000000000 0.000000000000 0.044433593750 0.000000000000 +0.082031250000 0.000000000000 0.000000000000 0.000000000000 +0.234375000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.016967773438 0.000000000000 0.027221679688 +0.000000000000 0.000000000000 0.111328125000 0.020751953125 +0.000000000000 0.000000000000 0.211914062500 0.000000000000 +0.057861328125 0.000000000000 0.178710937500 0.068847656250 +0.226562500000 0.000000000000 0.007049560547 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.156250000000 0.000000000000 0.000000000000 0.239257812500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.098632812500 0.000000000000 0.000000000000 +0.000000000000 0.020263671875 0.037353515625 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.112792968750 0.011657714844 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.059326171875 0.000000000000 +0.000000000000 0.000000000000 0.281250000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.102539062500 +0.064453125000 0.000000000000 0.000000000000 0.271484375000 +0.281250000000 0.000000000000 0.000000000000 0.093261718750 +0.306640625000 0.000000000000 0.000000000000 0.000000000000 +0.133789062500 0.000000000000 0.005737304688 0.199218750000 +0.207031250000 0.277343750000 0.361328125000 0.226562500000 +0.000000000000 0.259765625000 0.188476562500 0.000000000000 +0.086914062500 0.000000000000 0.000000000000 0.000000000000 +0.174804687500 0.019653320312 0.000000000000 0.398437500000 +0.000000000000 0.298828125000 0.234375000000 0.298828125000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.065917968750 0.054199218750 0.300781250000 0.527343750000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.255859375000 0.000000000000 0.042480468750 0.193359375000 +0.000000000000 0.000000000000 0.146484375000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.140625000000 +0.000000000000 0.000000000000 0.074218750000 0.012451171875 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.118652343750 0.000000000000 0.269531250000 +0.310546875000 0.283203125000 0.183593750000 0.000000000000 +0.115722656250 0.000000000000 0.000000000000 0.108398437500 +0.000000000000 0.000000000000 0.135742187500 0.000000000000 +0.390625000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.145507812500 0.000000000000 0.000000000000 +0.000000000000 0.095703125000 0.332031250000 0.000000000000 +0.367187500000 0.066894531250 0.000000000000 0.060058593750 +0.003997802734 0.083007812500 0.043701171875 0.150390625000 +0.032226562500 0.229492187500 0.000000000000 0.032958984375 +0.353515625000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.140625000000 0.277343750000 +0.216796875000 0.478515625000 0.000000000000 0.000000000000 +0.460937500000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.043212890625 0.077148437500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.031494140625 0.241210937500 0.005767822266 +0.000000000000 0.139648437500 0.312500000000 0.000000000000 +0.193359375000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.168945312500 0.000000000000 0.000000000000 +0.000000000000 0.004821777344 0.000000000000 0.296875000000 +0.000000000000 0.210937500000 0.063476562500 0.000000000000 +0.000000000000 0.188476562500 0.000000000000 0.000000000000 +0.010131835938 0.023071289062 0.020019531250 0.000000000000 +0.000000000000 0.000000000000 0.021362304688 0.000000000000 +0.312500000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.069335937500 0.154296875000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.125976562500 0.000000000000 +0.000000000000 0.001373291016 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.139648437500 0.105957031250 0.000000000000 0.000000000000 +0.006225585938 0.000000000000 0.112304687500 0.195312500000 +0.064453125000 0.000000000000 0.000000000000 0.000000000000 +0.114257812500 0.000000000000 0.000000000000 0.000000000000 +0.110839843750 0.000000000000 0.048339843750 0.000000000000 +0.000000000000 0.169921875000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.140625000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.036865234375 0.028076171875 0.000000000000 +0.000000000000 0.000000000000 0.116699218750 0.636718750000 +0.104492187500 0.000000000000 0.285156250000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.009216308594 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.333984375000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.103027343750 0.027954101562 +0.000000000000 0.000000000000 0.275390625000 0.000000000000 +0.207031250000 0.087402343750 0.166992187500 0.021240234375 +0.117675781250 0.000000000000 0.188476562500 0.003082275391 +0.017456054688 0.145507812500 0.118652343750 0.035644531250 +0.004608154297 0.066894531250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.072753906250 0.000000000000 +0.000000000000 0.110839843750 0.063476562500 0.000000000000 +0.000000000000 0.009948730469 0.000000000000 0.000000000000 +0.000000000000 0.012817382812 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.002914428711 0.124023437500 +0.134765625000 0.000000000000 0.000000000000 0.109863281250 +0.004211425781 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.204101562500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.164062500000 +0.028808593750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.035888671875 0.054199218750 0.000000000000 0.000000000000 +0.000000000000 0.087402343750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.050292968750 0.163085937500 0.000000000000 +0.000000000000 0.000000000000 0.015197753906 0.443359375000 +0.000000000000 0.000000000000 0.043945312500 0.000000000000 +0.053955078125 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.174804687500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.139648437500 0.000000000000 +0.079101562500 0.190429687500 0.166992187500 0.183593750000 +0.054443359375 0.000000000000 0.000000000000 0.003692626953 +0.000000000000 0.057617187500 0.130859375000 0.000000000000 +0.000000000000 0.006561279297 0.032958984375 0.000000000000 +0.000000000000 0.036132812500 0.000000000000 0.000000000000 +0.083984375000 0.184570312500 0.000000000000 0.000000000000 +0.005310058594 0.002716064453 0.000000000000 0.000000000000 +0.000000000000 0.046142578125 0.028930664062 0.000000000000 +0.038330078125 0.000000000000 0.093750000000 0.000000000000 +0.038085937500 0.000000000000 0.000000000000 0.040283203125 +0.184570312500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.041992187500 0.261718750000 0.036376953125 +0.015991210938 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.084960937500 0.000000000000 0.095214843750 +0.000000000000 0.000000000000 0.005004882812 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.243164062500 +0.104003906250 0.000000000000 0.010437011719 0.000000000000 +0.041259765625 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.057861328125 0.000000000000 0.000000000000 +0.000000000000 0.020385742188 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.027832031250 0.014099121094 0.000000000000 +0.000000000000 0.000000000000 0.100585937500 0.376953125000 +0.039062500000 0.000000000000 0.457031250000 0.235351562500 +0.139648437500 0.000000000000 0.000000000000 0.032958984375 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.082519531250 0.000000000000 +0.089355468750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.119140625000 0.006103515625 +0.000000000000 0.000000000000 0.240234375000 0.144531250000 +0.062988281250 0.000000000000 0.132812500000 0.052246093750 +0.070800781250 0.000000000000 0.094726562500 0.052246093750 +0.000000000000 0.051757812500 0.000000000000 0.021606445312 +0.000000000000 0.204101562500 0.000000000000 0.102050781250 +0.142578125000 0.000000000000 0.079101562500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.020874023438 0.000211715698 +0.000000000000 0.000537872314 0.049804687500 0.000000000000 +0.000000000000 0.000000000000 0.073242187500 0.000000000000 +0.000000000000 0.083496093750 0.092773437500 0.049804687500 +0.022827148438 0.000000000000 0.000000000000 0.175781250000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.045410156250 0.259765625000 0.000000000000 +0.012512207031 0.000000000000 0.000000000000 0.000000000000 +0.060302734375 0.000000000000 0.105468750000 0.043945312500 +0.031250000000 0.051025390625 0.000000000000 0.024047851562 +0.000000000000 0.000000000000 0.000000000000 0.014282226562 +0.159179687500 0.000000000000 0.208007812500 0.000000000000 +0.337890625000 0.001869201660 0.000000000000 0.025268554688 +0.000000000000 0.353515625000 0.000000000000 0.000000000000 +0.176757812500 0.000000000000 0.073730468750 0.029541015625 +0.000000000000 0.102539062500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.048583984375 0.000000000000 +0.000000000000 0.067382812500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.566406250000 +0.000000000000 0.102050781250 0.656250000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.093750000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.022338867188 0.000000000000 0.000000000000 0.000000000000 +0.003005981445 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.066894531250 0.000000000000 0.079101562500 +0.000000000000 0.000000000000 0.155273437500 0.000000000000 +0.027221679688 0.000000000000 0.104980468750 0.072265625000 +0.194335937500 0.015869140625 0.006988525391 0.000000000000 +0.000000000000 0.015380859375 0.000000000000 0.000000000000 +0.000000000000 0.047119140625 0.016967773438 0.070312500000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.041748046875 0.000000000000 0.000000000000 +0.000000000000 0.088378906250 0.058837890625 0.140625000000 +0.000000000000 0.000000000000 0.000000000000 0.238281250000 +0.000000000000 0.150390625000 0.261718750000 0.000000000000 +0.000000000000 0.068359375000 0.137695312500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.020996093750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.059326171875 +0.232421875000 0.000000000000 0.067382812500 0.000000000000 +0.008544921875 0.084472656250 0.000000000000 0.051025390625 +0.343750000000 0.000000000000 0.000000000000 0.019653320312 +0.093750000000 0.000000000000 0.092285156250 0.074218750000 +0.345703125000 0.000000000000 0.151367187500 0.003448486328 +0.000000000000 0.000000000000 0.011779785156 0.000000000000 +0.000000000000 0.018310546875 0.000000000000 0.052246093750 +0.000000000000 0.013854980469 0.000000000000 0.000000000000 +0.000000000000 0.125976562500 0.000000000000 0.000000000000 +0.000000000000 0.020019531250 0.000000000000 0.103027343750 +0.000000000000 0.103515625000 0.015563964844 0.730468750000 +0.000000000000 0.000000000000 0.263671875000 0.000000000000 +0.000000000000 0.035888671875 0.137695312500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.167968750000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.008361816406 0.000000000000 0.000000000000 0.000000000000 +0.223632812500 0.207031250000 0.000000000000 0.099609375000 +0.130859375000 0.000000000000 0.011169433594 0.062255859375 +0.000000000000 0.000495910645 0.024169921875 0.047363281250 +0.192382812500 0.000000000000 0.000000000000 0.000000000000 +0.120117187500 0.019287109375 0.000000000000 0.000000000000 +0.000000000000 0.010437011719 0.000000000000 0.007171630859 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.120117187500 0.083984375000 0.000000000000 0.000000000000 +0.000000000000 0.071777343750 0.036132812500 0.092285156250 +0.000000000000 0.181640625000 0.009399414062 0.110839843750 +0.092285156250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.061035156250 0.168945312500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.056152343750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.127929687500 0.000000000000 0.108398437500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.038574218750 0.000000000000 +0.035400390625 0.005279541016 0.000000000000 0.000000000000 +0.141601562500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.066406250000 0.000000000000 +0.000000000000 0.061767578125 0.000000000000 0.000000000000 +0.055664062500 0.039550781250 0.000000000000 0.000000000000 +0.000000000000 0.084960937500 0.004821777344 0.000000000000 +0.000000000000 0.031250000000 0.000000000000 0.046386718750 +0.032470703125 0.000000000000 0.012939453125 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.067382812500 +0.000000000000 0.053466796875 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.175781250000 0.000000000000 0.076171875000 +0.110839843750 0.001632690430 0.004974365234 0.020019531250 +0.067871093750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.032226562500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.022216796875 0.000000000000 0.000000000000 +0.000000000000 0.121582031250 0.000000000000 0.000000000000 +0.000000000000 0.092773437500 0.161132812500 0.000736236572 +0.000000000000 0.000000000000 0.000000000000 0.000659942627 +0.086914062500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.034179687500 0.000000000000 0.000564575195 +0.000000000000 0.039306640625 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.149414062500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.050292968750 0.074707031250 0.000000000000 0.000000000000 +0.139648437500 0.056152343750 0.000000000000 0.000000000000 +0.064941406250 0.000000000000 0.255859375000 0.101074218750 +0.040283203125 0.000000000000 0.166015625000 0.000000000000 +0.155273437500 0.000000000000 0.134765625000 0.000000000000 +0.150390625000 0.000000000000 0.089843750000 0.000000000000 +0.000000000000 0.137695312500 0.000000000000 0.000000000000 +0.069824218750 0.000000000000 0.000000000000 0.000000000000 +0.121582031250 0.033447265625 0.000000000000 0.000000000000 +0.000000000000 0.152343750000 0.041015625000 0.000000000000 +0.004028320312 0.077148437500 0.070800781250 0.675781250000 +0.036621093750 0.000000000000 0.398437500000 0.000000000000 +0.036376953125 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.115722656250 0.000000000000 +0.004821777344 0.017822265625 0.000000000000 0.080566406250 +0.000000000000 0.000000000000 0.000000000000 0.127929687500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.002380371094 0.052734375000 0.000000000000 0.062255859375 +0.110839843750 0.000000000000 0.000000000000 0.000000000000 +0.024291992188 0.031494140625 0.000000000000 0.000000000000 +0.124511718750 0.000000000000 0.000000000000 0.000000000000 +0.081542968750 0.042236328125 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.020385742188 0.002578735352 0.000000000000 0.000000000000 +0.000000000000 0.102050781250 0.086425781250 0.000000000000 +0.052246093750 0.127929687500 0.000000000000 0.074218750000 +0.000000000000 0.000000000000 0.130859375000 0.000000000000 +0.222656250000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.137695312500 0.170898437500 0.151367187500 +0.000000000000 0.009704589844 0.000000000000 0.000000000000 +0.000000000000 0.048339843750 0.000103473663 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.206054687500 0.099121093750 0.169921875000 0.318359375000 +0.077636718750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.043945312500 0.000000000000 +0.000000000000 0.057617187500 0.000000000000 0.000000000000 +0.000000000000 0.172851562500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.050048828125 0.055419921875 0.134765625000 0.000000000000 +0.000000000000 0.000000000000 0.090820312500 0.178710937500 +0.124511718750 0.000000000000 0.114746093750 0.149414062500 +0.006744384766 0.000000000000 0.000000000000 0.000000000000 +0.027221679688 0.000000000000 0.000000000000 0.000000000000 +0.132812500000 0.084472656250 0.000000000000 0.007476806641 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.101562500000 0.049072265625 0.000000000000 +0.000000000000 0.000000000000 0.147460937500 0.000000000000 +0.000000000000 0.228515625000 0.353515625000 0.245117187500 +0.079101562500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.378906250000 0.183593750000 0.000000000000 0.000000000000 +0.000000000000 0.213867187500 0.029296875000 0.000000000000 +0.000000000000 0.000000000000 0.074218750000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.137695312500 0.041748046875 0.000000000000 +0.000000000000 0.000000000000 0.014099121094 0.000000000000 +0.137695312500 0.000000000000 0.000000000000 0.180664062500 +0.125976562500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.251953125000 0.000000000000 0.000000000000 +0.058349609375 0.091308593750 0.000000000000 0.000000000000 +0.150390625000 0.000000000000 0.243164062500 0.164062500000 +0.000000000000 0.000000000000 0.071289062500 0.000000000000 +0.120605468750 0.000000000000 0.000000000000 0.273437500000 +0.001396179199 0.000000000000 0.000000000000 0.000000000000 +0.226562500000 0.017456054688 0.000000000000 0.000000000000 +0.213867187500 0.000000000000 0.000000000000 0.000000000000 +0.180664062500 0.089843750000 0.116210937500 0.000000000000 +0.000000000000 0.088867187500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.042480468750 0.051269531250 0.000000000000 +0.000000000000 0.171875000000 0.000000000000 0.271484375000 +0.000000000000 0.000000000000 0.253906250000 0.281250000000 +0.153320312500 0.012268066406 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.047119140625 0.000000000000 0.236328125000 0.000000000000 +0.098632812500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.205078125000 0.056884765625 0.291015625000 +0.000000000000 0.000000000000 0.034423828125 0.000000000000 +0.074218750000 0.000000000000 0.255859375000 0.149414062500 +0.000000000000 0.000000000000 0.267578125000 0.000000000000 +0.102050781250 0.000000000000 0.022949218750 0.099121093750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.186523437500 0.000000000000 0.048095703125 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.056152343750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.133789062500 0.000000000000 +0.000000000000 0.094726562500 0.000000000000 0.051269531250 +0.000000000000 0.102539062500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.100097656250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.011657714844 0.000000000000 0.000000000000 0.096679687500 +0.129882812500 0.000000000000 0.054687500000 0.000000000000 +0.085937500000 0.206054687500 0.000000000000 0.171875000000 +0.153320312500 0.000000000000 0.000000000000 0.000000000000 +0.021728515625 0.000000000000 0.000000000000 0.025146484375 +0.144531250000 0.142578125000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.072265625000 0.000000000000 0.093261718750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.006103515625 0.000713348389 0.097167968750 0.000000000000 +0.000000000000 0.082519531250 0.128906250000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.312500000000 +0.000000000000 0.000000000000 0.057861328125 0.000000000000 +0.000000000000 0.071289062500 0.000000000000 0.023437500000 +0.000000000000 0.000000000000 0.000000000000 0.006988525391 +0.000000000000 0.004394531250 0.133789062500 0.000000000000 +0.000000000000 0.097167968750 0.000000000000 0.000000000000 +0.057128906250 0.000000000000 0.088867187500 0.000000000000 +0.000000000000 0.179687500000 0.000000000000 0.104492187500 +0.382812500000 0.027954101562 0.010314941406 0.023071289062 +0.000000000000 0.000000000000 0.165039062500 0.000000000000 +0.157226562500 0.000000000000 0.000000000000 0.000000000000 +0.189453125000 0.135742187500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.123046875000 0.265625000000 +0.000000000000 0.163085937500 0.183593750000 0.000000000000 +0.206054687500 0.000000000000 0.000000000000 0.000000000000 +0.038085937500 0.283203125000 0.056396484375 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.068847656250 +0.150390625000 0.000000000000 0.285156250000 0.000000000000 +0.000000000000 0.083007812500 0.000000000000 0.150390625000 +0.000000000000 0.000000000000 0.000000000000 0.002975463867 +0.000000000000 0.003005981445 0.000000000000 0.012329101562 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.030273437500 0.177734375000 0.000000000000 +0.083007812500 0.215820312500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.101074218750 +0.056396484375 0.027954101562 0.011840820312 0.000000000000 +0.000000000000 0.022460937500 0.000000000000 0.000000000000 +0.000000000000 0.008483886719 0.000000000000 0.000000000000 +0.000000000000 0.196289062500 0.000000000000 0.000000000000 +0.227539062500 0.015625000000 0.000000000000 0.000000000000 +0.047119140625 0.020996093750 0.000000000000 0.000000000000 +0.000000000000 0.193359375000 0.075683593750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.054199218750 +0.093261718750 0.000000000000 0.022338867188 0.000000000000 +0.016723632812 0.138671875000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.029418945312 0.000000000000 +0.000000000000 0.000000000000 0.001876831055 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.020751953125 0.186523437500 0.145507812500 0.253906250000 +0.166015625000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.018066406250 0.154296875000 +0.000000000000 0.054199218750 0.099609375000 0.000000000000 +0.099121093750 0.253906250000 0.129882812500 0.000000000000 +0.000000000000 0.117675781250 0.000000000000 0.000000000000 +0.000000000000 0.025390625000 0.000000000000 0.000000000000 +0.166015625000 0.019775390625 0.000000000000 0.023193359375 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.028076171875 0.079589843750 0.000000000000 +0.000000000000 0.000000000000 0.080078125000 0.554687500000 +0.000000000000 0.000000000000 0.247070312500 0.000000000000 +0.097656250000 0.072265625000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.036376953125 0.000000000000 +0.045898437500 0.016845703125 0.000000000000 0.033935546875 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.111328125000 0.000000000000 0.000000000000 0.000000000000 +0.099609375000 0.082519531250 0.000000000000 0.150390625000 +0.167968750000 0.000000000000 0.000000000000 0.015075683594 +0.000000000000 0.000000000000 0.229492187500 0.000000000000 +0.019409179688 0.000000000000 0.306640625000 0.038085937500 +0.000000000000 0.242187500000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.003173828125 0.049560546875 0.265625000000 0.000000000000 +0.000000000000 0.000000000000 0.009704589844 0.494140625000 +0.091308593750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.124511718750 0.000000000000 +0.053222656250 0.018310546875 0.003845214844 0.000000000000 +0.000000000000 0.043701171875 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.179687500000 0.031982421875 +0.110839843750 0.318359375000 0.226562500000 0.191406250000 +0.013427734375 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.006866455078 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.026489257812 0.000000000000 0.000000000000 +0.000000000000 0.253906250000 0.294921875000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.059082031250 0.067382812500 0.055419921875 0.000000000000 +0.000000000000 0.000000000000 0.066406250000 0.000000000000 +0.145507812500 0.000000000000 0.000000000000 0.066894531250 +0.088867187500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.212890625000 0.064453125000 0.000000000000 0.024169921875 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.186523437500 0.038330078125 0.205078125000 +0.102050781250 0.088867187500 0.000000000000 0.000000000000 +0.128906250000 0.000000000000 0.231445312500 0.150390625000 +0.023925781250 0.000000000000 0.038574218750 0.000000000000 +0.000000000000 0.053222656250 0.000000000000 0.058105468750 +0.000000000000 0.160156250000 0.000000000000 0.000000000000 +0.000000000000 0.212890625000 0.045410156250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.049560546875 0.038085937500 0.000000000000 +0.000000000000 0.000000000000 0.101562500000 0.195312500000 +0.062011718750 0.000000000000 0.298828125000 0.091796875000 +0.157226562500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.050292968750 0.000000000000 +0.092773437500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.002822875977 0.050292968750 0.138671875000 +0.000000000000 0.000000000000 0.094726562500 0.070800781250 +0.011047363281 0.000000000000 0.139648437500 0.016357421875 +0.000000000000 0.000000000000 0.033935546875 0.000000000000 +0.075683593750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.227539062500 0.000000000000 0.041015625000 0.000000000000 +0.000000000000 0.059570312500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.022216796875 0.000000000000 +0.000000000000 0.002380371094 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.080078125000 0.057373046875 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.125976562500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.009643554688 +0.000000000000 0.000000000000 0.000000000000 0.042480468750 +0.419921875000 0.005462646484 0.000000000000 0.044677734375 +0.054687500000 0.000000000000 0.100097656250 0.138671875000 +0.166992187500 0.240234375000 0.261718750000 0.133789062500 +0.000000000000 0.168945312500 0.054443359375 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.105468750000 0.213867187500 0.000000000000 0.160156250000 +0.000461578369 0.162109375000 0.000000000000 0.043457031250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.312500000000 0.169921875000 0.180664062500 +0.000000000000 0.000000000000 0.018310546875 0.000000000000 +0.281250000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.066406250000 0.000000000000 +0.096191406250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.038574218750 0.013854980469 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.162109375000 0.000000000000 0.018432617188 +0.170898437500 0.017700195312 0.000000000000 0.087402343750 +0.062988281250 0.000000000000 0.135742187500 0.000000000000 +0.021972656250 0.376953125000 0.085937500000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.162109375000 +0.000000000000 0.073242187500 0.076660156250 0.033203125000 +0.081542968750 0.173828125000 0.000000000000 0.078613281250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.380859375000 0.200195312500 0.053466796875 0.244140625000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.203125000000 0.000000000000 0.106933593750 0.000000000000 +0.000000000000 0.000000000000 0.016113281250 0.000000000000 +0.281250000000 0.000000000000 0.060058593750 0.112304687500 +0.000000000000 0.000000000000 0.314453125000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.014526367188 0.000000000000 +0.125976562500 0.245117187500 0.217773437500 0.185546875000 +0.224609375000 0.036865234375 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.173828125000 0.000000000000 +0.000000000000 0.041748046875 0.236328125000 0.003082275391 +0.000000000000 0.166015625000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.036376953125 0.000000000000 +0.008300781250 0.155273437500 0.000000000000 0.144531250000 +0.000000000000 0.000000000000 0.014953613281 0.000000000000 +0.277343750000 0.000000000000 0.186523437500 0.017944335938 +0.089355468750 0.000000000000 0.000000000000 0.176757812500 +0.225585937500 0.000000000000 0.000000000000 0.166992187500 +0.250000000000 0.179687500000 0.000000000000 0.000000000000 +0.039306640625 0.018676757812 0.027221679688 0.000000000000 +0.098632812500 0.000000000000 0.072265625000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.175781250000 0.083007812500 +0.109375000000 0.359375000000 0.021362304688 0.094726562500 +0.088867187500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.012573242188 0.000000000000 0.000000000000 0.094238281250 +0.000000000000 0.144531250000 0.227539062500 0.000000000000 +0.000000000000 0.000000000000 0.158203125000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.132812500000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.198242187500 +0.244140625000 0.000000000000 0.227539062500 0.229492187500 +0.007568359375 0.000000000000 0.085449218750 0.237304687500 +0.190429687500 0.021606445312 0.000000000000 0.000000000000 +0.000000000000 0.390625000000 0.000000000000 0.000000000000 +0.062988281250 0.373046875000 0.000000000000 0.000000000000 +0.002838134766 0.000000000000 0.146484375000 0.000000000000 +0.000000000000 0.145507812500 0.104492187500 0.033935546875 +0.025512695312 0.128906250000 0.000000000000 0.111328125000 +0.197265625000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.047607421875 0.000000000000 0.000000000000 +0.182617187500 0.000000000000 0.000000000000 0.228515625000 +0.000000000000 0.000000000000 0.376953125000 0.000000000000 +0.000000000000 0.193359375000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.186523437500 0.116699218750 0.020507812500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.142578125000 +0.443359375000 0.059814453125 0.046386718750 0.151367187500 +0.000000000000 0.000000000000 0.000000000000 0.201171875000 +0.240234375000 0.000000000000 0.000000000000 0.174804687500 +0.000000000000 0.239257812500 0.096191406250 0.086914062500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.292968750000 0.294921875000 0.039550781250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.125976562500 0.300781250000 0.237304687500 +0.041748046875 0.000000000000 0.031738281250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.210937500000 0.040771484375 0.000000000000 0.000000000000 +0.000000000000 0.147460937500 0.000000000000 0.045654296875 +0.089355468750 0.116210937500 0.002334594727 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.045166015625 0.233398437500 0.180664062500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.133789062500 0.000000000000 0.029418945312 0.043945312500 +0.219726562500 0.054931640625 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.048339843750 0.000000000000 +0.039550781250 0.000000000000 0.238281250000 0.000000000000 +0.112304687500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.178710937500 0.050048828125 0.404296875000 +0.142578125000 0.000000000000 0.058349609375 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.279296875000 +0.000000000000 0.202148437500 0.009155273438 0.000000000000 +0.064453125000 0.000000000000 0.025634765625 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.074707031250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.025878906250 +0.000000000000 0.000000000000 0.353515625000 0.000000000000 +0.000000000000 0.000000000000 0.042480468750 0.000000000000 +0.000000000000 0.000000000000 0.135742187500 0.376953125000 +0.000000000000 0.000000000000 0.097167968750 0.091796875000 +0.125976562500 0.073242187500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.204101562500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.083496093750 0.000000000000 0.000000000000 0.048583984375 +0.000000000000 0.000000000000 0.000000000000 0.165039062500 +0.000000000000 0.000000000000 0.000000000000 0.086425781250 +0.142578125000 0.000000000000 0.000000000000 0.013305664062 +0.096191406250 0.000000000000 0.050781250000 0.168945312500 +0.028320312500 0.121093750000 0.073242187500 0.215820312500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.242187500000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.289062500000 0.000000000000 0.103027343750 +0.000000000000 0.145507812500 0.154296875000 0.133789062500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.124023437500 0.119628906250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.007049560547 0.060302734375 0.002365112305 +0.000000000000 0.000000000000 0.167968750000 0.000000000000 +0.000000000000 0.000000000000 0.145507812500 0.002838134766 +0.000000000000 0.000000000000 0.173828125000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.152343750000 +0.193359375000 0.146484375000 0.096679687500 0.032714843750 +0.176757812500 0.000000000000 0.000000000000 0.130859375000 +0.000000000000 0.000000000000 0.142578125000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.133789062500 0.000000000000 0.000000000000 +0.088867187500 0.125976562500 0.000000000000 0.028564453125 +0.000000000000 0.008605957031 0.030639648438 0.000000000000 +0.086425781250 0.119628906250 0.000000000000 0.090332031250 +0.044189453125 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.014099121094 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.009948730469 0.056884765625 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.071289062500 0.000000000000 0.000000000000 +0.000000000000 0.106933593750 0.076660156250 0.116210937500 +0.000000000000 0.121582031250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.231445312500 0.032470703125 0.000000000000 +0.000000000000 0.000000000000 0.166015625000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.041015625000 0.067871093750 0.097656250000 0.000000000000 +0.016967773438 0.000000000000 0.000000000000 0.116699218750 +0.233398437500 0.000000000000 0.008789062500 0.007110595703 +0.000000000000 0.000000000000 0.052490234375 0.107910156250 +0.000000000000 0.020019531250 0.000000000000 0.000000000000 +0.000000000000 0.306640625000 0.000000000000 0.000000000000 +0.000000000000 0.192382812500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.189453125000 0.000000000000 +0.043701171875 0.088867187500 0.000000000000 0.019897460938 +0.156250000000 0.138671875000 0.000000000000 0.136718750000 +0.139648437500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.139648437500 +0.000000000000 0.054443359375 0.235351562500 0.000000000000 +0.000000000000 0.324218750000 0.007019042969 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.212890625000 0.088378906250 0.023315429688 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.230468750000 +0.281250000000 0.000000000000 0.000000000000 0.068847656250 +0.000000000000 0.000000000000 0.000000000000 0.055664062500 +0.031494140625 0.000000000000 0.000000000000 0.000000000000 +0.068359375000 0.167968750000 0.166015625000 0.000000000000 +0.000000000000 0.021606445312 0.000000000000 0.000000000000 +0.000000000000 0.449218750000 0.330078125000 0.279296875000 +0.000000000000 0.022827148438 0.061767578125 0.000000000000 +0.000000000000 0.173828125000 0.375000000000 0.123535156250 +0.027221679688 0.005401611328 0.078613281250 0.000000000000 +0.000000000000 0.042236328125 0.000000000000 0.000000000000 +0.223632812500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.076171875000 0.000000000000 0.083496093750 +0.032226562500 0.100097656250 0.107910156250 0.000000000000 +0.006805419922 0.000000000000 0.000000000000 0.000000000000 +0.006042480469 0.226562500000 0.058593750000 0.000000000000 +0.000000000000 0.000000000000 0.014831542969 0.001022338867 +0.090332031250 0.000000000000 0.035644531250 0.000000000000 +0.263671875000 0.006256103516 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.004760742188 0.000000000000 +0.000000000000 0.000000000000 0.057373046875 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.396484375000 +0.000000000000 0.000000000000 0.000000000000 0.030151367188 +0.002517700195 0.000000000000 0.000000000000 0.137695312500 +0.000000000000 0.000000000000 0.000000000000 0.054931640625 +0.118164062500 0.000000000000 0.089355468750 0.000000000000 +0.000000000000 0.000000000000 0.031005859375 0.000000000000 +0.287109375000 0.000000000000 0.000000000000 0.000000000000 +0.059814453125 0.000000000000 0.000000000000 0.123046875000 +0.000000000000 0.000000000000 0.094238281250 0.000000000000 +0.000000000000 0.000000000000 0.235351562500 0.000000000000 +0.000000000000 0.000000000000 0.125000000000 0.147460937500 +0.000000000000 0.000000000000 0.031982421875 0.000000000000 +0.010253906250 0.238281250000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.180664062500 0.000000000000 +0.000000000000 0.003265380859 0.109863281250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.213867187500 0.000000000000 0.000000000000 0.000000000000 +0.160156250000 0.076171875000 0.000000000000 0.128906250000 +0.335937500000 0.000000000000 0.024658203125 0.143554687500 +0.006744384766 0.000000000000 0.060791015625 0.036621093750 +0.000000000000 0.096191406250 0.000000000000 0.139648437500 +0.015136718750 0.000000000000 0.000000000000 0.164062500000 +0.000000000000 0.000000000000 0.057861328125 0.000000000000 +0.000000000000 0.283203125000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.096679687500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.076171875000 0.605468750000 +0.000000000000 0.000000000000 0.026977539062 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.111816406250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.188476562500 0.000000000000 0.000000000000 0.113281250000 +0.000000000000 0.000000000000 0.030029296875 0.069335937500 +0.000000000000 0.000000000000 0.082519531250 0.000000000000 +0.000000000000 0.079589843750 0.000000000000 0.086425781250 +0.000000000000 0.296875000000 0.209960937500 0.058105468750 +0.224609375000 0.039062500000 0.017700195312 0.023437500000 +0.000000000000 0.062500000000 0.000000000000 0.000000000000 +0.242187500000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.267578125000 0.000000000000 0.206054687500 +0.229492187500 0.056884765625 0.294921875000 0.000000000000 +0.139648437500 0.194335937500 0.000000000000 0.000000000000 +0.000000000000 0.194335937500 0.060546875000 0.000000000000 +0.103515625000 0.128906250000 0.000000000000 0.027832031250 +0.084472656250 0.000000000000 0.000000000000 0.000000000000 +0.253906250000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.243164062500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.112304687500 0.016113281250 0.235351562500 +0.037353515625 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.053710937500 0.215820312500 +0.000000000000 0.033447265625 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.136718750000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.143554687500 +0.000000000000 0.000000000000 0.131835937500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.068847656250 0.000000000000 0.181640625000 0.390625000000 +0.000000000000 0.000000000000 0.011718750000 0.000000000000 +0.125976562500 0.000000000000 0.184570312500 0.000000000000 +0.000000000000 0.000000000000 0.074218750000 0.000000000000 +0.000000000000 0.000000000000 0.134765625000 0.000000000000 +0.190429687500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.058593750000 0.038818359375 0.241210937500 +0.031738281250 0.000000000000 0.000000000000 0.029785156250 +0.123046875000 0.000000000000 0.054931640625 0.026977539062 +0.047119140625 0.000000000000 0.020629882812 0.208984375000 +0.000000000000 0.117187500000 0.000000000000 0.105468750000 +0.113281250000 0.000000000000 0.175781250000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.149414062500 0.118652343750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.123046875000 0.000000000000 +0.031982421875 0.136718750000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.246093750000 0.265625000000 +0.000000000000 0.051513671875 0.041503906250 0.079101562500 +0.047119140625 0.000000000000 0.016357421875 0.000000000000 +0.000000000000 0.055175781250 0.000000000000 0.000000000000 +0.194335937500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.113769531250 0.000000000000 0.242187500000 +0.038085937500 0.000000000000 0.000000000000 0.000000000000 +0.068359375000 0.000000000000 0.031494140625 0.018676757812 +0.066406250000 0.042236328125 0.000000000000 0.073242187500 +0.077148437500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.089355468750 0.000000000000 +0.000000000000 0.322265625000 0.000000000000 0.000000000000 +0.000000000000 0.115722656250 0.000000000000 0.062988281250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.193359375000 0.000000000000 0.228515625000 +0.053222656250 0.112792968750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.142578125000 +0.124023437500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.116210937500 +0.000000000000 0.000000000000 0.000000000000 0.166992187500 +0.000000000000 0.000000000000 0.038330078125 0.000000000000 +0.000000000000 0.115234375000 0.000000000000 0.047851562500 +0.034912109375 0.099609375000 0.000000000000 0.000000000000 +0.049316406250 0.000000000000 0.000000000000 0.089355468750 +0.000000000000 0.000000000000 0.002441406250 0.000000000000 +0.073242187500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.013671875000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.180664062500 0.000000000000 +0.215820312500 0.083007812500 0.000000000000 0.000000000000 +0.000000000000 0.213867187500 0.124511718750 0.175781250000 +0.000000000000 0.037353515625 0.000000000000 0.227539062500 +0.166992187500 0.000000000000 0.000000000000 0.000000000000 +0.025512695312 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.169921875000 0.000000000000 0.000000000000 +0.118164062500 0.000000000000 0.009216308594 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.022460937500 0.000000000000 0.027954101562 +0.116699218750 0.121093750000 0.000000000000 0.000000000000 +0.116699218750 0.000000000000 0.230468750000 0.150390625000 +0.062011718750 0.006744384766 0.063964843750 0.000000000000 +0.000000000000 0.005126953125 0.089355468750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.143554687500 0.000000000000 0.000000000000 +0.020996093750 0.007873535156 0.000000000000 0.000000000000 +0.002365112305 0.049804687500 0.000000000000 0.000000000000 +0.000000000000 0.032470703125 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.087402343750 0.251953125000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.045410156250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.138671875000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.010192871094 0.060058593750 +0.169921875000 0.000000000000 0.000000000000 0.123535156250 +0.108886718750 0.037109375000 0.181640625000 0.000000000000 +0.000000000000 0.036621093750 0.402343750000 0.000000000000 +0.003936767578 0.126953125000 0.000000000000 0.003890991211 +0.128906250000 0.000000000000 0.000000000000 0.126953125000 +0.000000000000 0.240234375000 0.000000000000 0.054199218750 +0.000000000000 0.023437500000 0.000000000000 0.000000000000 +0.157226562500 0.003509521484 0.189453125000 0.086425781250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.318359375000 0.000000000000 0.124511718750 0.000000000000 +0.000000000000 0.000000000000 0.263671875000 0.000000000000 +0.215820312500 0.000000000000 0.114257812500 0.000000000000 +0.000000000000 0.000000000000 0.169921875000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.211914062500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.068359375000 +0.132812500000 0.000000000000 0.000000000000 0.131835937500 +0.000000000000 0.000000000000 0.246093750000 0.095214843750 +0.000000000000 0.023681640625 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.296875000000 +0.000000000000 0.138671875000 0.037841796875 0.253906250000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.185546875000 0.000000000000 0.261718750000 0.241210937500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.120117187500 0.000000000000 0.195312500000 0.056884765625 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.176757812500 0.000000000000 0.500000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.011596679688 0.105468750000 0.141601562500 +0.000000000000 0.216796875000 0.390625000000 0.000000000000 +0.176757812500 0.000000000000 0.000000000000 0.059814453125 +0.000000000000 0.000000000000 0.087890625000 0.111816406250 +0.000000000000 0.373046875000 0.000000000000 0.154296875000 +0.000000000000 0.002502441406 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.132812500000 0.000000000000 +0.000000000000 0.077148437500 0.000000000000 0.235351562500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.060791015625 0.000000000000 +0.124023437500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.324218750000 0.369140625000 +0.211914062500 0.200195312500 0.000000000000 0.000000000000 +0.169921875000 0.000000000000 0.000000000000 0.000000000000 +0.179687500000 0.146484375000 0.000000000000 0.000000000000 +0.240234375000 0.000000000000 0.000000000000 0.000000000000 +0.322265625000 0.020629882812 0.021240234375 0.261718750000 +0.000000000000 0.184570312500 0.000000000000 0.000000000000 +0.085937500000 0.000000000000 0.000000000000 0.233398437500 +0.085937500000 0.000000000000 0.000000000000 0.181640625000 +0.241210937500 0.167968750000 0.000000000000 0.166992187500 +0.096679687500 0.000000000000 0.283203125000 0.000000000000 +0.000000000000 0.100585937500 0.136718750000 0.000000000000 +0.079101562500 0.040039062500 0.000000000000 0.292968750000 +0.000000000000 0.074218750000 0.040283203125 0.000000000000 +0.000000000000 0.394531250000 0.000000000000 0.353515625000 +0.126953125000 0.238281250000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.371093750000 +0.363281250000 0.174804687500 0.000000000000 0.066406250000 +0.160156250000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.014648437500 0.179687500000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.133789062500 0.000000000000 0.104980468750 +0.000000000000 0.000000000000 0.038085937500 0.000000000000 +0.134765625000 0.000000000000 0.011840820312 0.011901855469 +0.255859375000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.026977539062 +0.000000000000 0.000000000000 0.000000000000 0.200195312500 +0.000000000000 0.173828125000 0.000000000000 0.000000000000 +0.000000000000 0.211914062500 0.000000000000 0.000000000000 +0.000000000000 0.013244628906 0.000000000000 0.076660156250 +0.000000000000 0.129882812500 0.000000000000 0.281250000000 +0.215820312500 0.000000000000 0.343750000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.157226562500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.052490234375 0.000000000000 0.016113281250 0.000000000000 +0.000000000000 0.000000000000 0.093750000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.037353515625 0.125976562500 0.000000000000 0.067382812500 +0.000000000000 0.000000000000 0.095703125000 0.000000000000 +0.123046875000 0.000000000000 0.109375000000 0.075195312500 +0.000000000000 0.000000000000 0.168945312500 0.000000000000 +0.000000000000 0.273437500000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.097167968750 +0.000000000000 0.131835937500 0.058349609375 0.000000000000 +0.000000000000 0.000000000000 0.031982421875 0.094726562500 +0.000000000000 0.000000000000 0.070312500000 0.351562500000 +0.021484375000 0.000000000000 0.037353515625 0.000000000000 +0.000000000000 0.000000000000 0.224609375000 0.125000000000 +0.000000000000 0.142578125000 0.102539062500 0.000000000000 +0.285156250000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.088867187500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.034423828125 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.189453125000 0.000000000000 0.026977539062 0.243164062500 +0.209960937500 0.275390625000 0.157226562500 0.106445312500 +0.000000000000 0.246093750000 0.139648437500 0.000000000000 +0.043212890625 0.000000000000 0.000000000000 0.000000000000 +0.060791015625 0.239257812500 0.000000000000 0.247070312500 +0.000000000000 0.320312500000 0.000000000000 0.159179687500 +0.000000000000 0.000000000000 0.000000000000 0.016113281250 +0.116210937500 0.515625000000 0.087402343750 0.341796875000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.218750000000 0.000000000000 0.355468750000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.421875000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.022460937500 +0.000000000000 0.000000000000 0.122558593750 0.000000000000 +0.201171875000 0.000000000000 0.000000000000 0.242187500000 +0.082031250000 0.000000000000 0.386718750000 0.000000000000 +0.000000000000 0.000000000000 0.237304687500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.013427734375 +0.122558593750 0.000000000000 0.000000000000 0.239257812500 +0.000000000000 0.351562500000 0.000000000000 0.285156250000 +0.000000000000 0.000000000000 0.000000000000 0.143554687500 +0.185546875000 0.009826660156 0.157226562500 0.451171875000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.096679687500 0.000000000000 0.146484375000 0.085937500000 +0.000000000000 0.006835937500 0.068359375000 0.000000000000 +0.060546875000 0.000000000000 0.062011718750 0.000000000000 +0.000000000000 0.000000000000 0.382812500000 0.084960937500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.068847656250 0.000000000000 0.000000000000 0.158203125000 +0.080078125000 0.238281250000 0.228515625000 0.000000000000 +0.143554687500 0.000000000000 0.000000000000 0.109863281250 +0.000000000000 0.000000000000 0.173828125000 0.055419921875 +0.000000000000 0.223632812500 0.153320312500 0.000000000000 +0.000000000000 0.005432128906 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.002441406250 0.125000000000 0.000000000000 0.253906250000 +0.000000000000 0.000000000000 0.000000000000 0.029907226562 +0.222656250000 0.000000000000 0.152343750000 0.357421875000 +0.086425781250 0.000000000000 0.073242187500 0.000000000000 +0.000000000000 0.000000000000 0.312500000000 0.363281250000 +0.203125000000 0.431640625000 0.000000000000 0.000000000000 +0.425781250000 0.000000000000 0.000000000000 0.000000000000 +0.077636718750 0.169921875000 0.223632812500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.232421875000 0.121582031250 +0.000000000000 0.170898437500 0.113769531250 0.000000000000 +0.273437500000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.146484375000 +0.000000000000 0.000000000000 0.188476562500 0.000000000000 +0.000000000000 0.026000976562 0.216796875000 0.000000000000 +0.000000000000 0.060546875000 0.000000000000 0.143554687500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.014831542969 0.000000000000 0.156250000000 +0.449218750000 0.050048828125 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.128906250000 0.367187500000 +0.378906250000 0.087402343750 0.000000000000 0.064941406250 +0.061279296875 0.000000000000 0.000000000000 0.000000000000 +0.019287109375 0.029663085938 0.000000000000 0.000000000000 +0.000000000000 0.020874023438 0.000000000000 0.089355468750 +0.060791015625 0.077148437500 0.000000000000 0.065917968750 +0.000000000000 0.067382812500 0.269531250000 0.000000000000 +0.142578125000 0.000000000000 0.041015625000 0.000000000000 +0.000000000000 0.042724609375 0.000000000000 0.031494140625 +0.026123046875 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.023193359375 0.000000000000 +0.000000000000 0.283203125000 0.153320312500 0.000000000000 +0.000000000000 0.086914062500 0.000000000000 0.000000000000 +0.000000000000 0.016967773438 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.076660156250 0.255859375000 +0.202148437500 0.000000000000 0.015625000000 0.000000000000 +0.037597656250 0.000000000000 0.000000000000 0.036132812500 +0.004852294922 0.000000000000 0.000000000000 0.000000000000 +0.099121093750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.039550781250 +0.000000000000 0.000000000000 0.000000000000 0.097656250000 +0.000000000000 0.000000000000 0.000000000000 0.109375000000 +0.007629394531 0.000000000000 0.000000000000 0.000000000000 +0.066406250000 0.000000000000 0.050292968750 0.241210937500 +0.116210937500 0.000000000000 0.096191406250 0.066894531250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.211914062500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.132812500000 +0.000000000000 0.152343750000 0.103515625000 0.037597656250 +0.000000000000 0.000000000000 0.097167968750 0.089355468750 +0.000000000000 0.000000000000 0.022460937500 0.000000000000 +0.000000000000 0.090332031250 0.000000000000 0.000000000000 +0.000000000000 0.002929687500 0.000000000000 0.000000000000 +0.000000000000 0.004852294922 0.000000000000 0.000000000000 +0.063964843750 0.000000000000 0.083007812500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.189453125000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.016357421875 0.000000000000 0.000000000000 0.000000000000 +0.078125000000 0.000000000000 0.000000000000 0.000000000000 +0.173828125000 0.000000000000 0.000000000000 0.104492187500 +0.000000000000 0.124511718750 0.188476562500 0.000000000000 +0.000000000000 0.300781250000 0.053466796875 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.009704589844 0.154296875000 0.000000000000 0.043457031250 +0.129882812500 0.167968750000 0.000000000000 0.011535644531 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.124023437500 0.000000000000 0.115234375000 0.482421875000 +0.000000000000 0.000000000000 0.035400390625 0.000000000000 +0.006256103516 0.000000000000 0.000000000000 0.083496093750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.121093750000 0.000000000000 0.127929687500 0.000000000000 +0.070312500000 0.000000000000 0.257812500000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.083496093750 0.104492187500 0.233398437500 0.022338867188 +0.000000000000 0.134765625000 0.187500000000 0.074707031250 +0.031982421875 0.097656250000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.052246093750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.014709472656 0.121093750000 0.010253906250 +0.000000000000 0.000000000000 0.112304687500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.080566406250 +0.009094238281 0.000000000000 0.000000000000 0.169921875000 +0.261718750000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.153320312500 0.298828125000 +0.150390625000 0.000000000000 0.000000000000 0.107421875000 +0.000000000000 0.079589843750 0.000000000000 0.000000000000 +0.229492187500 0.070800781250 0.000000000000 0.000000000000 +0.124023437500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.154296875000 0.000000000000 0.234375000000 +0.212890625000 0.039794921875 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.065917968750 0.008422851562 +0.014099121094 0.021850585938 0.000000000000 0.072753906250 +0.083984375000 0.000000000000 0.000000000000 0.068359375000 +0.025878906250 0.000000000000 0.296875000000 0.000000000000 +0.000000000000 0.163085937500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.028320312500 0.071777343750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.112304687500 +0.104980468750 0.209960937500 0.075683593750 0.000000000000 +0.000000000000 0.000000000000 0.016967773438 0.271484375000 +0.065917968750 0.000000000000 0.000000000000 0.229492187500 +0.000000000000 0.154296875000 0.000000000000 0.041748046875 +0.000000000000 0.208007812500 0.000000000000 0.078125000000 +0.120605468750 0.000000000000 0.251953125000 0.000000000000 +0.000000000000 0.242187500000 0.000000000000 0.168945312500 +0.068847656250 0.000000000000 0.000000000000 0.000000000000 +0.069335937500 0.000000000000 0.036376953125 0.000000000000 +0.097656250000 0.179687500000 0.000000000000 0.000000000000 +0.097656250000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.205078125000 0.291015625000 +0.249023437500 0.396484375000 0.000000000000 0.000000000000 +0.277343750000 0.048339843750 0.000000000000 0.000000000000 +0.032714843750 0.265625000000 0.051269531250 0.000000000000 +0.000000000000 0.059326171875 0.000000000000 0.000000000000 +0.247070312500 0.093750000000 0.029663085938 0.000000000000 +0.000000000000 0.024658203125 0.000000000000 0.060791015625 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.388671875000 0.186523437500 +0.000000000000 0.000000000000 0.062988281250 0.104003906250 +0.000000000000 0.283203125000 0.257812500000 0.037597656250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.330078125000 0.304687500000 +0.012451171875 0.057128906250 0.061767578125 0.000000000000 +0.006256103516 0.000000000000 0.201171875000 0.000000000000 +0.053222656250 0.098632812500 0.085449218750 0.000000000000 +0.000000000000 0.150390625000 0.000000000000 0.000000000000 +0.531250000000 0.051269531250 0.000000000000 0.000000000000 +0.230468750000 0.109375000000 0.000000000000 0.000000000000 +0.000000000000 0.234375000000 0.125000000000 0.000000000000 +0.257812500000 0.085937500000 0.160156250000 0.193359375000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.291015625000 0.042236328125 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.251953125000 0.000000000000 +0.000000000000 0.000000000000 0.066894531250 0.000000000000 +0.089843750000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.101562500000 0.000000000000 0.170898437500 +0.030761718750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.219726562500 +0.000000000000 0.171875000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.026733398438 0.000000000000 +0.000000000000 0.056884765625 0.000000000000 0.000000000000 +0.045898437500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.152343750000 0.000000000000 +0.000000000000 0.000000000000 0.020385742188 0.000000000000 +0.000000000000 0.000000000000 0.113281250000 0.185546875000 +0.000000000000 0.000000000000 0.015319824219 0.034179687500 +0.075683593750 0.000000000000 0.109375000000 0.004486083984 +0.000000000000 0.000000000000 0.113769531250 0.000000000000 +0.071777343750 0.000000000000 0.001014709473 0.000000000000 +0.096191406250 0.074218750000 0.000000000000 0.000000000000 +0.170898437500 0.000000000000 0.000000000000 0.057373046875 +0.134765625000 0.007995605469 0.138671875000 0.180664062500 +0.180664062500 0.000000000000 0.222656250000 0.000000000000 +0.080566406250 0.000000000000 0.101074218750 0.081054687500 +0.022705078125 0.101074218750 0.029663085938 0.255859375000 +0.000000000000 0.156250000000 0.000000000000 0.144531250000 +0.000000000000 0.000000000000 0.218750000000 0.000000000000 +0.000000000000 0.091308593750 0.000000000000 0.053710937500 +0.000000000000 0.088378906250 0.019409179688 0.224609375000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.135742187500 0.045654296875 +0.000000000000 0.061523437500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.083496093750 0.339843750000 +0.099121093750 0.000000000000 0.000000000000 0.047363281250 +0.000000000000 0.000000000000 0.090332031250 0.000000000000 +0.077148437500 0.162109375000 0.000000000000 0.186523437500 +0.243164062500 0.000000000000 0.000000000000 0.000000000000 +0.107910156250 0.367187500000 0.000000000000 0.347656250000 +0.033203125000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.194335937500 0.019409179688 0.000000000000 0.000000000000 +0.247070312500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.088867187500 0.251953125000 0.000000000000 +0.000000000000 0.000000000000 0.182617187500 0.000000000000 +0.162109375000 0.000000000000 0.000000000000 0.000000000000 +0.177734375000 0.229492187500 0.071289062500 0.065917968750 +0.000000000000 0.000000000000 0.000000000000 0.155273437500 +0.285156250000 0.005493164062 0.181640625000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.247070312500 +0.156250000000 0.097656250000 0.000000000000 0.167968750000 +0.078613281250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.025878906250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.243164062500 0.000000000000 +0.000000000000 0.250000000000 0.000000000000 0.000000000000 +0.037109375000 0.000000000000 0.302734375000 0.000000000000 +0.030029296875 0.000000000000 0.210937500000 0.000000000000 +0.000000000000 0.086914062500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.013122558594 0.000000000000 0.318359375000 +0.097167968750 0.484375000000 0.000000000000 0.000000000000 +0.193359375000 0.155273437500 0.000000000000 0.000000000000 +0.000000000000 0.177734375000 0.000000000000 0.000000000000 +0.000000000000 0.083984375000 0.000000000000 0.000000000000 +0.137695312500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.029785156250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.008483886719 0.000036239624 +0.000000000000 0.000000000000 0.000000000000 0.123535156250 +0.000000000000 0.035400390625 0.085937500000 0.000000000000 +0.003936767578 0.049072265625 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.093261718750 +0.000000000000 0.000000000000 0.000000000000 0.165039062500 +0.306640625000 0.382812500000 0.199218750000 0.000000000000 +0.088378906250 0.000000000000 0.482421875000 0.000000000000 +0.011657714844 0.171875000000 0.000000000000 0.010864257812 +0.511718750000 0.000000000000 0.000000000000 0.056396484375 +0.185546875000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.146484375000 0.136718750000 0.025268554688 +0.292968750000 0.000000000000 0.045654296875 0.531250000000 +0.000000000000 0.000000000000 0.441406250000 0.000000000000 +0.205078125000 0.083496093750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.402343750000 0.000000000000 +0.066894531250 0.000000000000 0.000000000000 0.044189453125 +0.000000000000 0.000000000000 0.148437500000 0.159179687500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.312500000000 0.108886718750 0.162109375000 0.161132812500 +0.183593750000 0.000000000000 0.000000000000 0.075683593750 +0.000000000000 0.000000000000 0.225585937500 0.000000000000 +0.000000000000 0.275390625000 0.332031250000 0.000000000000 +0.000000000000 0.170898437500 0.000000000000 0.151367187500 +0.205078125000 0.180664062500 0.000000000000 0.000000000000 +0.082519531250 0.192382812500 0.000000000000 0.000000000000 +0.000000000000 0.024536132812 0.098632812500 0.000000000000 +0.202148437500 0.000000000000 0.155273437500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.237304687500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.186523437500 0.000000000000 +0.318359375000 0.000000000000 0.255859375000 0.000000000000 +0.121582031250 0.000000000000 0.137695312500 0.000000000000 +0.000000000000 0.026733398438 0.000000000000 0.140625000000 +0.009826660156 0.000000000000 0.215820312500 0.000000000000 +0.000000000000 0.000000000000 0.084472656250 0.198242187500 +0.001075744629 0.384765625000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.009948730469 0.000000000000 +0.000000000000 0.174804687500 0.006866455078 0.000000000000 +0.000000000000 0.025390625000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.002349853516 +0.000000000000 0.000000000000 0.001548767090 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.228515625000 0.000000000000 0.176757812500 0.558593750000 +0.000000000000 0.000000000000 0.047119140625 0.036621093750 +0.235351562500 0.000000000000 0.230468750000 0.132812500000 +0.000000000000 0.000000000000 0.121582031250 0.000000000000 +0.000000000000 0.238281250000 0.000000000000 0.000000000000 +0.291015625000 0.207031250000 0.000000000000 0.000000000000 +0.419921875000 0.000000000000 0.000000000000 0.000000000000 +0.202148437500 0.137695312500 0.000000000000 0.207031250000 +0.147460937500 0.115722656250 0.000000000000 0.079101562500 +0.171875000000 0.000000000000 0.000000000000 0.000000000000 +0.078125000000 0.000000000000 0.000000000000 0.246093750000 +0.000000000000 0.000000000000 0.000000000000 0.361328125000 +0.047607421875 0.019409179688 0.447265625000 0.000000000000 +0.000000000000 0.337890625000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.011718750000 0.170898437500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.110351562500 0.043945312500 0.333984375000 +0.173828125000 0.310546875000 0.106445312500 0.281250000000 +0.000000000000 0.000000000000 0.002746582031 0.328125000000 +0.257812500000 0.000000000000 0.000000000000 0.161132812500 +0.147460937500 0.117187500000 0.000000000000 0.000000000000 +0.000000000000 0.134765625000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.208984375000 0.000000000000 +0.000000000000 0.062988281250 0.000000000000 0.247070312500 +0.240234375000 0.215820312500 0.011291503906 0.000000000000 +0.091796875000 0.000000000000 0.099609375000 0.039550781250 +0.039306640625 0.000000000000 0.000000000000 0.000000000000 +0.230468750000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.083496093750 0.212890625000 +0.000000000000 0.367187500000 0.035400390625 0.000000000000 +0.132812500000 0.085449218750 0.000000000000 0.000000000000 +0.000000000000 0.145507812500 0.026733398438 0.000000000000 +0.000000000000 0.134765625000 0.000000000000 0.125000000000 +0.200195312500 0.175781250000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.006439208984 +0.027099609375 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.141601562500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.078125000000 0.000000000000 0.000000000000 +0.000000000000 0.087402343750 0.014587402344 0.000000000000 +0.000000000000 0.000000000000 0.021850585938 0.150390625000 +0.000000000000 0.066894531250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.003128051758 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.060546875000 0.076660156250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.116699218750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.036865234375 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.037109375000 +0.000000000000 0.000000000000 0.112792968750 0.000000000000 +0.019287109375 0.026123046875 0.000000000000 0.040039062500 +0.242187500000 0.000000000000 0.000000000000 0.007781982422 +0.000000000000 0.000000000000 0.172851562500 0.065429687500 +0.000000000000 0.193359375000 0.032958984375 0.000000000000 +0.046386718750 0.013427734375 0.012512207031 0.000000000000 +0.092773437500 0.028930664062 0.000000000000 0.000000000000 +0.000000000000 0.231445312500 0.000000000000 0.000000000000 +0.000000000000 0.085449218750 0.000000000000 0.000000000000 +0.000000000000 0.095214843750 0.017333984375 0.000000000000 +0.000000000000 0.000000000000 0.025512695312 0.085449218750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.018554687500 0.000000000000 0.002273559570 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.090820312500 0.000000000000 +0.000000000000 0.124511718750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.006195068359 0.000000000000 +0.000000000000 0.045410156250 0.029296875000 0.030029296875 +0.003784179688 0.000000000000 0.034179687500 0.032226562500 +0.000000000000 0.000000000000 0.001075744629 0.000000000000 +0.219726562500 0.000000000000 0.000000000000 0.000000000000 +0.136718750000 0.000000000000 0.000000000000 0.000000000000 +0.172851562500 0.000000000000 0.072265625000 0.140625000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.172851562500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.124023437500 +0.000000000000 0.000000000000 0.243164062500 0.000000000000 +0.000000000000 0.069335937500 0.000000000000 0.053955078125 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.134765625000 0.144531250000 0.000000000000 +0.000000000000 0.242187500000 0.000000000000 0.000000000000 +0.000000000000 0.010742187500 0.000000000000 0.000000000000 +0.016235351562 0.376953125000 0.000000000000 0.079101562500 +0.498046875000 0.000000000000 0.179687500000 0.169921875000 +0.000000000000 0.000000000000 0.082031250000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.044189453125 +0.000000000000 0.018676757812 0.000000000000 0.000000000000 +0.000000000000 0.065429687500 0.171875000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.011230468750 0.000000000000 0.000000000000 +0.169921875000 0.073242187500 0.141601562500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.035644531250 +0.173828125000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.094238281250 0.000000000000 0.180664062500 +0.020751953125 0.000000000000 0.188476562500 0.109863281250 +0.000000000000 0.296875000000 0.000000000000 0.310546875000 +0.000000000000 0.300781250000 0.000000000000 0.000000000000 +0.179687500000 0.000000000000 0.351562500000 0.000000000000 +0.000000000000 0.189453125000 0.000000000000 0.045166015625 +0.000000000000 0.208984375000 0.000000000000 0.079589843750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.208984375000 0.000000000000 0.000000000000 0.000000000000 +0.507812500000 0.000000000000 0.000000000000 0.000000000000 +0.187500000000 0.114746093750 0.253906250000 0.000000000000 +0.152343750000 0.154296875000 0.121582031250 0.000000000000 +0.281250000000 0.000000000000 0.000000000000 0.000000000000 +0.326171875000 0.373046875000 0.285156250000 0.000000000000 +0.000000000000 0.115234375000 0.000000000000 0.029296875000 +0.316406250000 0.113281250000 0.279296875000 0.000000000000 +0.000000000000 0.221679687500 0.000000000000 0.000000000000 +0.021362304688 0.025390625000 0.076660156250 0.088867187500 +0.013977050781 0.180664062500 0.000000000000 0.219726562500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.425781250000 0.447265625000 0.396484375000 +0.160156250000 0.243164062500 0.093750000000 0.000000000000 +0.000843048096 0.000000000000 0.574218750000 0.244140625000 +0.048583984375 0.234375000000 0.091308593750 0.000000000000 +0.136718750000 0.527343750000 0.000000000000 0.000000000000 +0.000000000000 0.221679687500 0.000000000000 0.000000000000 +0.000000000000 0.472656250000 0.000000000000 0.263671875000 +0.388671875000 0.179687500000 0.000000000000 0.000000000000 +0.198242187500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.186523437500 0.067382812500 0.000000000000 +0.000000000000 0.000000000000 0.005737304688 0.333984375000 +0.061523437500 0.000000000000 0.131835937500 0.000000000000 +0.235351562500 0.227539062500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.296875000000 0.000000000000 +0.094726562500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.390625000000 0.000000000000 0.414062500000 +0.382812500000 0.000000000000 0.000000000000 0.000000000000 +0.066406250000 0.000000000000 0.079101562500 0.310546875000 +0.000000000000 0.096679687500 0.063476562500 0.000000000000 +0.000000000000 0.000000000000 0.202148437500 0.245117187500 +0.000000000000 0.000000000000 0.075683593750 0.071777343750 +0.000000000000 0.085937500000 0.000000000000 0.000000000000 +0.304687500000 0.000000000000 0.000000000000 0.035400390625 +0.000000000000 0.000000000000 0.141601562500 0.000000000000 +0.000000000000 0.055908203125 0.277343750000 0.000000000000 +0.088378906250 0.000000000000 0.216796875000 0.259765625000 +0.000000000000 0.000000000000 0.000000000000 0.160156250000 +0.250000000000 0.131835937500 0.000000000000 0.009887695312 +0.000000000000 0.000000000000 0.535156250000 0.000000000000 +0.017333984375 0.011474609375 0.000000000000 0.000000000000 +0.078125000000 0.000000000000 0.000000000000 0.000000000000 +0.093750000000 0.000000000000 0.098632812500 0.057617187500 +0.000000000000 0.000000000000 0.000000000000 0.250000000000 +0.180664062500 0.153320312500 0.000000000000 0.000000000000 +0.006774902344 0.000000000000 0.200195312500 0.326171875000 +0.257812500000 0.178710937500 0.194335937500 0.079589843750 +0.009094238281 0.192382812500 0.000000000000 0.000000000000 +0.609375000000 0.000000000000 0.057861328125 0.000000000000 +0.000000000000 0.197265625000 0.000000000000 0.000000000000 +0.000000000000 0.143554687500 0.133789062500 0.137695312500 +0.000000000000 0.000000000000 0.158203125000 0.000000000000 +0.000000000000 0.078125000000 0.109863281250 0.000000000000 +0.000000000000 0.148437500000 0.237304687500 0.000000000000 +0.000000000000 0.078125000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.003448486328 0.000000000000 +0.048583984375 0.000000000000 0.068359375000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.031005859375 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.115722656250 0.048339843750 +0.306640625000 0.000000000000 0.000000000000 0.000000000000 +0.087402343750 0.000000000000 0.179687500000 0.000000000000 +0.000000000000 0.308593750000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.139648437500 +0.021728515625 0.201171875000 0.000000000000 0.000000000000 +0.071289062500 0.186523437500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.076171875000 0.029541015625 +0.029174804688 0.020996093750 0.050292968750 0.527343750000 +0.029296875000 0.000000000000 0.275390625000 0.000000000000 +0.025390625000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.036132812500 0.000000000000 0.000000000000 0.097656250000 +0.000000000000 0.000000000000 0.002334594727 0.000000000000 +0.000000000000 0.026611328125 0.000000000000 0.000000000000 +0.000000000000 0.012634277344 0.000000000000 0.000000000000 +0.000000000000 0.134765625000 0.310546875000 0.114257812500 +0.129882812500 0.008972167969 0.000000000000 0.000000000000 +0.000000000000 0.214843750000 0.021606445312 0.000000000000 +0.000000000000 0.000000000000 0.339843750000 0.000000000000 +0.000000000000 0.419921875000 0.000000000000 0.000000000000 +0.000000000000 0.018920898438 0.192382812500 0.000000000000 +0.032714843750 0.009887695312 0.000000000000 0.000000000000 +0.000000000000 0.072265625000 0.052978515625 0.000000000000 +0.140625000000 0.000000000000 0.085449218750 0.464843750000 +0.130859375000 0.000000000000 0.326171875000 0.065429687500 +0.083984375000 0.000000000000 0.247070312500 0.000000000000 +0.000000000000 0.158203125000 0.000000000000 0.000000000000 +0.435546875000 0.000000000000 0.000000000000 0.000000000000 +0.133789062500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.193359375000 +0.000000000000 0.000000000000 0.145507812500 0.000000000000 +0.000000000000 0.083984375000 0.081542968750 0.000000000000 +0.114257812500 0.000000000000 0.000000000000 0.096191406250 +0.000000000000 0.000000000000 0.082031250000 0.035400390625 +0.000000000000 0.031982421875 0.000000000000 0.024658203125 +0.141601562500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.198242187500 0.000000000000 0.004821777344 +0.000000000000 0.052490234375 0.000000000000 0.087890625000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.092773437500 0.115234375000 0.062988281250 +0.000000000000 0.155273437500 0.000000000000 0.000000000000 +0.134765625000 0.000000000000 0.069335937500 0.008666992188 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.054199218750 0.164062500000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.143554687500 0.000000000000 0.000000000000 0.005249023438 +0.224609375000 0.013732910156 0.000000000000 0.139648437500 +0.205078125000 0.000000000000 0.000000000000 0.056640625000 +0.021850585938 0.000000000000 0.077148437500 0.000000000000 +0.000000000000 0.000000000000 0.108886718750 0.000000000000 +0.000000000000 0.000499725342 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.089355468750 0.000000000000 0.074218750000 +0.000000000000 0.000000000000 0.069335937500 0.000000000000 +0.113281250000 0.005737304688 0.171875000000 0.394531250000 +0.000000000000 0.000000000000 0.128906250000 0.000000000000 +0.124511718750 0.000000000000 0.000000000000 0.013183593750 +0.000000000000 0.074707031250 0.000000000000 0.000000000000 +0.343750000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.199218750000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.191406250000 0.000000000000 +0.058837890625 0.241210937500 0.232421875000 0.072265625000 +0.186523437500 0.106933593750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.184570312500 0.000000000000 +0.091796875000 0.142578125000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.182617187500 0.187500000000 0.000000000000 +0.034423828125 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.058837890625 0.000000000000 +0.032470703125 0.000000000000 0.014831542969 0.194335937500 +0.292968750000 0.000000000000 0.000000000000 0.027343750000 +0.026977539062 0.000000000000 0.099609375000 0.072753906250 +0.076660156250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.194335937500 0.000000000000 0.104003906250 0.000000000000 +0.000000000000 0.163085937500 0.000000000000 0.154296875000 +0.000000000000 0.000000000000 0.257812500000 0.031982421875 +0.000000000000 0.000000000000 0.285156250000 0.030761718750 +0.059570312500 0.007812500000 0.000000000000 0.000000000000 +0.108886718750 0.000000000000 0.000000000000 0.069335937500 +0.000000000000 0.000000000000 0.000000000000 0.086914062500 +0.190429687500 0.115234375000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.122558593750 0.125976562500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.086914062500 0.217773437500 +0.000000000000 0.041748046875 0.000000000000 0.096679687500 +0.118164062500 0.000000000000 0.127929687500 0.012512207031 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.123046875000 0.000000000000 +0.149414062500 0.001342773438 0.000000000000 0.000000000000 +0.216796875000 0.000000000000 0.000000000000 0.067382812500 +0.000000000000 0.000000000000 0.000000000000 0.314453125000 +0.267578125000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.005523681641 0.075683593750 +0.155273437500 0.000000000000 0.000000000000 0.227539062500 +0.000000000000 0.000000000000 0.000000000000 0.091308593750 +0.178710937500 0.000000000000 0.118652343750 0.000000000000 +0.000000000000 0.000000000000 0.006072998047 0.000000000000 +0.000000000000 0.048095703125 0.189453125000 0.145507812500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.164062500000 0.192382812500 +0.000000000000 0.194335937500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.255859375000 +0.065429687500 0.000000000000 0.000000000000 0.000000000000 +0.087890625000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.196289062500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.164062500000 0.000000000000 0.167968750000 +0.016967773438 0.000000000000 0.129882812500 0.000000000000 +0.034667968750 0.000000000000 0.111816406250 0.083984375000 +0.048583984375 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.151367187500 0.000000000000 +0.000000000000 0.116699218750 0.036132812500 0.000000000000 +0.083496093750 0.106445312500 0.000000000000 0.000000000000 +0.000000000000 0.116699218750 0.000000000000 0.062500000000 +0.000000000000 0.093750000000 0.000000000000 0.000000000000 +0.074218750000 0.018432617188 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.025512695312 0.193359375000 +0.018066406250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.045654296875 0.000000000000 +0.000000000000 0.159179687500 0.000000000000 0.045166015625 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.023315429688 0.000000000000 +0.197265625000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.155273437500 +0.000000000000 0.205078125000 0.000000000000 0.000000000000 +0.000000000000 0.179687500000 0.000000000000 0.000000000000 +0.000000000000 0.027954101562 0.000000000000 0.153320312500 +0.000000000000 0.001251220703 0.000000000000 0.332031250000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.015380859375 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.246093750000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.061035156250 0.000000000000 0.047119140625 +0.018432617188 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.027221679688 0.137695312500 +0.000000000000 0.000000000000 0.077148437500 0.000000000000 +0.000000000000 0.000000000000 0.099121093750 0.000000000000 +0.000000000000 0.001602172852 0.000000000000 0.000000000000 +0.061767578125 0.000000000000 0.000000000000 0.000000000000 +0.081542968750 0.125000000000 0.000000000000 0.000000000000 +0.000000000000 0.087402343750 0.023681640625 0.123535156250 +0.000000000000 0.000000000000 0.001968383789 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.023193359375 0.019531250000 +0.000000000000 0.076171875000 0.000000000000 0.000000000000 +0.179687500000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.014770507812 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.025146484375 0.000000000000 +0.000000000000 0.000000000000 0.234375000000 0.000000000000 +0.085937500000 0.000000000000 0.000000000000 0.013977050781 +0.000000000000 0.000000000000 0.068359375000 0.000000000000 +0.000000000000 0.052734375000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.010192871094 +0.000000000000 0.072265625000 0.000000000000 0.075683593750 +0.033935546875 0.134765625000 0.000000000000 0.000000000000 +0.000000000000 0.000659942627 0.000000000000 0.000000000000 +0.031982421875 0.075195312500 0.021362304688 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.145507812500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.007324218750 0.000000000000 +0.000000000000 0.000000000000 0.143554687500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.041992187500 0.025146484375 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.090332031250 0.000000000000 0.000000000000 0.049804687500 +0.000000000000 0.000000000000 0.094726562500 0.113281250000 +0.000000000000 0.000000000000 0.085937500000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.043945312500 +0.000000000000 0.139648437500 0.000000000000 0.135742187500 +0.000000000000 0.000000000000 0.000000000000 0.015441894531 +0.000000000000 0.000000000000 0.121093750000 0.207031250000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.003341674805 0.000000000000 0.211914062500 0.147460937500 +0.000000000000 0.000000000000 0.049072265625 0.000000000000 +0.011596679688 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.082031250000 0.000000000000 +0.188476562500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.015197753906 0.000000000000 0.187500000000 +0.127929687500 0.138671875000 0.008056640625 0.000000000000 +0.087890625000 0.000000000000 0.000000000000 0.143554687500 +0.000000000000 0.000000000000 0.016601562500 0.128906250000 +0.000000000000 0.196289062500 0.000000000000 0.000991821289 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.012329101562 0.000000000000 +0.000000000000 0.098144531250 0.000000000000 0.251953125000 +0.000000000000 0.000000000000 0.000000000000 0.002243041992 +0.000000000000 0.058593750000 0.072265625000 0.233398437500 +0.187500000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.225585937500 0.292968750000 +0.010070800781 0.263671875000 0.000000000000 0.000000000000 +0.251953125000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.043457031250 0.175781250000 0.019287109375 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.011108398438 0.000000000000 0.064453125000 +0.000000000000 0.000000000000 0.206054687500 0.000000000000 +0.141601562500 0.000000000000 0.000000000000 0.134765625000 +0.135742187500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.118164062500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.190429687500 +0.055664062500 0.096191406250 0.000000000000 0.000000000000 +0.065917968750 0.211914062500 0.000000000000 0.000000000000 +0.000000000000 0.028930664062 0.000000000000 0.054199218750 +0.065917968750 0.283203125000 0.000000000000 0.113281250000 +0.123535156250 0.004913330078 0.000000000000 0.000000000000 +0.179687500000 0.000000000000 0.038574218750 0.081054687500 +0.155273437500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.219726562500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.147460937500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.054443359375 0.032226562500 +0.219726562500 0.000000000000 0.026245117188 0.117675781250 +0.010620117188 0.000000000000 0.292968750000 0.022949218750 +0.000000000000 0.000000000000 0.136718750000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.016601562500 +0.103027343750 0.000000000000 0.000000000000 0.190429687500 +0.000000000000 0.287109375000 0.000000000000 0.194335937500 +0.000000000000 0.000000000000 0.075683593750 0.000000000000 +0.107421875000 0.000000000000 0.167968750000 0.605468750000 +0.000000000000 0.000000000000 0.036132812500 0.000000000000 +0.201171875000 0.000000000000 0.027587890625 0.061767578125 +0.000000000000 0.000000000000 0.208007812500 0.000000000000 +0.231445312500 0.000000000000 0.118652343750 0.000000000000 +0.000000000000 0.000000000000 0.177734375000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.110839843750 +0.000000000000 0.199218750000 0.214843750000 0.000000000000 +0.114257812500 0.000000000000 0.000000000000 0.078125000000 +0.000000000000 0.000000000000 0.154296875000 0.026733398438 +0.048339843750 0.169921875000 0.046875000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.052978515625 0.000000000000 +0.063964843750 0.074707031250 0.000000000000 0.221679687500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.082031250000 0.000000000000 0.097656250000 0.000000000000 +0.020019531250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.427734375000 0.214843750000 +0.007995605469 0.207031250000 0.000000000000 0.000000000000 +0.320312500000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.148437500000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.172851562500 0.153320312500 +0.000000000000 0.332031250000 0.189453125000 0.000000000000 +0.259765625000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.072753906250 0.000000000000 0.000000000000 +0.000000000000 0.044189453125 0.000000000000 0.000000000000 +0.000000000000 0.213867187500 0.298828125000 0.000000000000 +0.000000000000 0.212890625000 0.000000000000 0.133789062500 +0.000000000000 0.000000000000 0.033935546875 0.000000000000 +0.000000000000 0.042480468750 0.032226562500 0.000000000000 +0.234375000000 0.000000000000 0.000000000000 0.000000000000 +0.030883789062 0.000000000000 0.000000000000 0.176757812500 +0.018432617188 0.113769531250 0.000000000000 0.000000000000 +0.000000000000 0.057128906250 0.255859375000 0.020019531250 +0.085937500000 0.206054687500 0.263671875000 0.000000000000 +0.195312500000 0.000000000000 0.000000000000 0.000000000000 +0.153320312500 0.208984375000 0.000000000000 0.010925292969 +0.141601562500 0.000000000000 0.017578125000 0.208007812500 +0.073242187500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.037597656250 +0.000000000000 0.000000000000 0.392578125000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.250000000000 0.047851562500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.570312500000 +0.326171875000 0.000000000000 0.192382812500 0.100097656250 +0.000000000000 0.000000000000 0.000000000000 0.310546875000 +0.320312500000 0.000000000000 0.000000000000 0.267578125000 +0.124511718750 0.294921875000 0.000000000000 0.000000000000 +0.133789062500 0.158203125000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.404296875000 0.000000000000 +0.000000000000 0.248046875000 0.000000000000 0.154296875000 +0.000000000000 0.212890625000 0.194335937500 0.000000000000 +0.156250000000 0.000000000000 0.136718750000 0.000000000000 +0.006774902344 0.166015625000 0.000000000000 0.000000000000 +0.320312500000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.066406250000 0.326171875000 0.171875000000 +0.000000000000 0.369140625000 0.135742187500 0.000000000000 +0.000000000000 0.036865234375 0.000000000000 0.000000000000 +0.225585937500 0.214843750000 0.003997802734 0.000000000000 +0.000000000000 0.021972656250 0.000000000000 0.000000000000 +0.308593750000 0.277343750000 0.000000000000 0.101074218750 +0.000000000000 0.060302734375 0.000000000000 0.077636718750 +0.042480468750 0.000000000000 0.000000000000 0.320312500000 +0.000000000000 0.220703125000 0.242187500000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.050292968750 0.585937500000 0.322265625000 +0.000000000000 0.041992187500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.211914062500 +0.095214843750 0.000000000000 0.000000000000 0.000000000000 +0.233398437500 0.240234375000 0.115722656250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.004791259766 0.000000000000 0.000000000000 0.207031250000 +0.308593750000 0.419921875000 0.000000000000 0.044433593750 +0.000000000000 0.082519531250 0.000000000000 0.000000000000 +0.000000000000 0.121093750000 0.170898437500 0.000000000000 +0.008605957031 0.080078125000 0.028686523438 0.408203125000 +0.000000000000 0.000000000000 0.041259765625 0.000000000000 +0.122558593750 0.196289062500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.124023437500 0.000000000000 +0.000000000000 0.000000000000 0.470703125000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.339843750000 0.000000000000 0.094238281250 +0.106933593750 0.000000000000 0.000000000000 0.004943847656 +0.112792968750 0.000000000000 0.026489257812 0.267578125000 +0.000000000000 0.099609375000 0.065917968750 0.042236328125 +0.000000000000 0.000000000000 0.097167968750 0.029296875000 +0.000000000000 0.000000000000 0.022827148438 0.000000000000 +0.039794921875 0.038330078125 0.000000000000 0.000000000000 +0.028930664062 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.009033203125 0.000000000000 +0.000000000000 0.025024414062 0.008911132812 0.000000000000 +0.000339508057 0.000000000000 0.131835937500 0.283203125000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.104003906250 0.032226562500 0.012451171875 +0.000000000000 0.000000000000 0.231445312500 0.000000000000 +0.177734375000 0.000000000000 0.000000000000 0.000000000000 +0.026000976562 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.129882812500 0.097656250000 +0.000000000000 0.000000000000 0.000000000000 0.099121093750 +0.000000000000 0.000000000000 0.098632812500 0.000000000000 +0.160156250000 0.000000000000 0.097167968750 0.097167968750 +0.106933593750 0.231445312500 0.000000000000 0.054443359375 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.034179687500 0.396484375000 0.000000000000 0.077636718750 +0.000000000000 0.243164062500 0.000000000000 0.007110595703 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.151367187500 0.036132812500 0.000000000000 +0.000000000000 0.096679687500 0.000000000000 0.000000000000 +0.034179687500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.093261718750 0.000000000000 +0.000000000000 0.000000000000 0.037841796875 0.121093750000 +0.000000000000 0.000000000000 0.000000000000 0.085449218750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.008056640625 +0.000000000000 0.000000000000 0.000000000000 0.137695312500 +0.148437500000 0.000000000000 0.150390625000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.035400390625 0.000000000000 0.000000000000 0.147460937500 +0.000000000000 0.000000000000 0.004943847656 0.134765625000 +0.000000000000 0.140625000000 0.028442382812 0.000000000000 +0.000000000000 0.023193359375 0.000000000000 0.153320312500 +0.166992187500 0.000000000000 0.043701171875 0.322265625000 +0.000000000000 0.000000000000 0.106933593750 0.000000000000 +0.000000000000 0.000000000000 0.109863281250 0.000000000000 +0.000000000000 0.060058593750 0.010070800781 0.000000000000 +0.134765625000 0.000000000000 0.241210937500 0.000000000000 +0.000000000000 0.000000000000 0.020019531250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000432968140 0.081054687500 0.000000000000 0.096679687500 +0.242187500000 0.125976562500 0.267578125000 0.093750000000 +0.116210937500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.010681152344 0.022583007812 +0.000000000000 0.110351562500 0.109863281250 0.000000000000 +0.000000000000 0.055419921875 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.057128906250 0.042480468750 0.000000000000 0.000000000000 +0.055419921875 0.017456054688 0.062255859375 0.000000000000 +0.000000000000 0.000000000000 0.039550781250 0.000000000000 +0.189453125000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.057861328125 0.267578125000 +0.104980468750 0.251953125000 0.000000000000 0.000000000000 +0.144531250000 0.149414062500 0.000000000000 0.138671875000 +0.000000000000 0.275390625000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.130859375000 0.141601562500 0.061523437500 +0.000000000000 0.240234375000 0.000000000000 0.057373046875 +0.090820312500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.006500244141 0.265625000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.227539062500 0.091308593750 +0.000000000000 0.183593750000 0.332031250000 0.000000000000 +0.016357421875 0.000000000000 0.000000000000 0.000000000000 +0.195312500000 0.207031250000 0.143554687500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.421875000000 0.000000000000 0.160156250000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.175781250000 +0.205078125000 0.120117187500 0.000000000000 0.058593750000 +0.000000000000 0.207031250000 0.001388549805 0.000000000000 +0.000000000000 0.189453125000 0.000000000000 0.000000000000 +0.133789062500 0.214843750000 0.177734375000 0.000000000000 +0.175781250000 0.279296875000 0.000000000000 0.000000000000 +0.062988281250 0.000000000000 0.098144531250 0.183593750000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.039062500000 0.086425781250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.232421875000 0.193359375000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.043212890625 0.176757812500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.229492187500 +0.177734375000 0.000000000000 0.196289062500 0.076660156250 +0.000000000000 0.302734375000 0.000000000000 0.000000000000 +0.012695312500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.207031250000 0.000000000000 0.072753906250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.088867187500 0.414062500000 0.000000000000 +0.289062500000 0.020629882812 0.000000000000 0.000000000000 +0.031250000000 0.103515625000 0.022460937500 0.287109375000 +0.151367187500 0.088378906250 0.127929687500 0.000000000000 +0.000000000000 0.326171875000 0.082519531250 0.000000000000 +0.125976562500 0.000000000000 0.000000000000 0.000000000000 +0.005859375000 0.189453125000 0.000000000000 0.000000000000 +0.226562500000 0.030029296875 0.000000000000 0.000000000000 +0.100585937500 0.003189086914 0.000000000000 0.000000000000 +0.042236328125 0.226562500000 0.294921875000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.648437500000 +0.100585937500 0.000000000000 0.161132812500 0.000000000000 +0.106933593750 0.103515625000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.038085937500 0.000000000000 +0.117187500000 0.116210937500 0.546875000000 0.065429687500 +0.160156250000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.562500000000 0.117675781250 0.241210937500 +0.000000000000 0.061767578125 0.000000000000 0.000000000000 +0.188476562500 0.000000000000 0.165039062500 0.445312500000 +0.000000000000 0.000000000000 0.132812500000 0.000000000000 +0.000000000000 0.000000000000 0.002578735352 0.000000000000 +0.117187500000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.062255859375 0.091796875000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.044677734375 0.000000000000 +0.000000000000 0.106445312500 0.214843750000 0.000000000000 +0.000000000000 0.000000000000 0.038330078125 0.193359375000 +0.000000000000 0.000000000000 0.067871093750 0.345703125000 +0.000000000000 0.084472656250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.037841796875 0.000000000000 0.000000000000 +0.018920898438 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.001983642578 0.388671875000 0.226562500000 +0.020507812500 0.057128906250 0.000000000000 0.150390625000 +0.200195312500 0.000000000000 0.029296875000 0.000000000000 +0.059326171875 0.000000000000 0.235351562500 0.037597656250 +0.000000000000 0.241210937500 0.075195312500 0.031982421875 +0.000000000000 0.007049560547 0.000000000000 0.000000000000 +0.202148437500 0.149414062500 0.078613281250 0.000000000000 +0.000000000000 0.139648437500 0.000000000000 0.000000000000 +0.000000000000 0.096191406250 0.000000000000 0.000000000000 +0.000000000000 0.155273437500 0.229492187500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.034179687500 0.000000000000 0.000000000000 +0.098632812500 0.361328125000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.241210937500 0.000000000000 +0.000000000000 0.114746093750 0.122558593750 0.000000000000 +0.000000000000 0.023437500000 0.000000000000 0.025634765625 +0.163085937500 0.000000000000 0.296875000000 0.219726562500 +0.402343750000 0.002548217773 0.000000000000 0.000000000000 +0.059326171875 0.000000000000 0.000000000000 0.104003906250 +0.138671875000 0.000000000000 0.000000000000 0.157226562500 +0.400390625000 0.093750000000 0.316406250000 0.000000000000 +0.157226562500 0.072753906250 0.103027343750 0.000000000000 +0.101562500000 0.000000000000 0.000000000000 0.000000000000 +0.419921875000 0.229492187500 0.000000000000 0.089355468750 +0.162109375000 0.026367187500 0.000000000000 0.000000000000 +0.000000000000 0.139648437500 0.183593750000 0.000000000000 +0.211914062500 0.077636718750 0.028442382812 0.929687500000 +0.000000000000 0.000000000000 0.466796875000 0.000000000000 +0.120605468750 0.035400390625 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.149414062500 0.000000000000 +0.049560546875 0.000000000000 0.265625000000 0.000000000000 +0.037109375000 0.000000000000 0.049804687500 0.000000000000 +0.000000000000 0.097656250000 0.000000000000 0.000000000000 +0.000000000000 0.150390625000 0.053955078125 0.000000000000 +0.036865234375 0.010620117188 0.287109375000 0.178710937500 +0.000000000000 0.093261718750 0.105468750000 0.000000000000 +0.000000000000 0.000000000000 0.117675781250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.197265625000 0.042968750000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.021118164062 0.000000000000 0.000000000000 +0.000000000000 0.020141601562 0.016967773438 0.000000000000 +0.145507812500 0.000000000000 0.057373046875 0.000000000000 +0.072265625000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.279296875000 0.136718750000 +0.000000000000 0.000000000000 0.238281250000 0.000000000000 +0.000000000000 0.029052734375 0.000000000000 0.000000000000 +0.224609375000 0.000326156616 0.000000000000 0.034423828125 +0.201171875000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.207031250000 0.012878417969 0.190429687500 +0.043945312500 0.000000000000 0.000000000000 0.000000000000 +0.026611328125 0.000000000000 0.000000000000 0.009277343750 +0.104980468750 0.000000000000 0.000000000000 0.050537109375 +0.000000000000 0.000000000000 0.000000000000 0.068359375000 +0.075195312500 0.000000000000 0.222656250000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.162109375000 0.000000000000 +0.007690429688 0.091796875000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.099121093750 +0.074218750000 0.118652343750 0.014099121094 0.029174804688 +0.000000000000 0.055175781250 0.000000000000 0.142578125000 +0.047607421875 0.032958984375 0.000000000000 0.118652343750 +0.000000000000 0.192382812500 0.000000000000 0.069824218750 +0.000000000000 0.195312500000 0.000000000000 0.114257812500 +0.000000000000 0.000000000000 0.157226562500 0.000000000000 +0.000000000000 0.197265625000 0.000000000000 0.191406250000 +0.337890625000 0.000000000000 0.000000000000 0.000000000000 +0.103515625000 0.000000000000 0.156250000000 0.000000000000 +0.224609375000 0.000000000000 0.000000000000 0.000000000000 +0.194335937500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.088378906250 0.083007812500 +0.045166015625 0.229492187500 0.088867187500 0.000000000000 +0.241210937500 0.000000000000 0.000000000000 0.000000000000 +0.046142578125 0.287109375000 0.068359375000 0.000000000000 +0.000000000000 0.139648437500 0.000000000000 0.347656250000 +0.201171875000 0.000000000000 0.429687500000 0.000000000000 +0.000000000000 0.053710937500 0.000000000000 0.082519531250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.054687500000 0.000000000000 0.036621093750 0.228515625000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.247070312500 0.259765625000 0.105468750000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.351562500000 0.186523437500 +0.021606445312 0.157226562500 0.027587890625 0.000000000000 +0.000000000000 0.063476562500 0.052490234375 0.000000000000 +0.069335937500 0.000000000000 0.002990722656 0.000000000000 +0.000000000000 0.153320312500 0.000000000000 0.084472656250 +0.425781250000 0.124023437500 0.000000000000 0.000000000000 +0.281250000000 0.048828125000 0.000000000000 0.000000000000 +0.000000000000 0.251953125000 0.198242187500 0.000000000000 +0.212890625000 0.000000000000 0.075195312500 0.275390625000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.277343750000 0.010681152344 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.113769531250 0.000000000000 +0.000000000000 0.000000000000 0.138671875000 0.000000000000 +0.057128906250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.237304687500 0.000000000000 0.441406250000 +0.000000000000 0.000000000000 0.084472656250 0.000000000000 +0.000000000000 0.000000000000 0.019653320312 0.182617187500 +0.000000000000 0.171875000000 0.000000000000 0.116699218750 +0.105468750000 0.000000000000 0.143554687500 0.000000000000 +0.000000000000 0.000000000000 0.065917968750 0.000000000000 +0.277343750000 0.006378173828 0.000000000000 0.000000000000 +0.042968750000 0.000000000000 0.000000000000 0.202148437500 +0.000000000000 0.000000000000 0.257812500000 0.085449218750 +0.000000000000 0.000000000000 0.027832031250 0.000000000000 +0.021484375000 0.000000000000 0.185546875000 0.131835937500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.202148437500 0.000000000000 0.151367187500 0.000000000000 +0.000000000000 0.000000000000 0.265625000000 0.000000000000 +0.107421875000 0.000000000000 0.000000000000 0.000000000000 +0.052246093750 0.000000000000 0.000000000000 0.000000000000 +0.150390625000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.166992187500 +0.157226562500 0.000000000000 0.000000000000 0.052734375000 +0.068359375000 0.000000000000 0.000000000000 0.068847656250 +0.000000000000 0.000000000000 0.106445312500 0.230468750000 +0.000000000000 0.000000000000 0.207031250000 0.082519531250 +0.000000000000 0.000000000000 0.042480468750 0.000000000000 +0.000000000000 0.222656250000 0.000000000000 0.000000000000 +0.000000000000 0.068847656250 0.000310897827 0.212890625000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.182617187500 0.096679687500 +0.000000000000 0.063964843750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.239257812500 +0.101074218750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.124023437500 +0.000000000000 0.000000000000 0.040039062500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.079101562500 0.000000000000 0.174804687500 +0.091796875000 0.226562500000 0.054443359375 0.000000000000 +0.104003906250 0.000000000000 0.000000000000 0.027221679688 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.133789062500 0.076660156250 0.000000000000 0.000000000000 +0.000000000000 0.068359375000 0.050781250000 0.033691406250 +0.000000000000 0.000000000000 0.292968750000 0.000000000000 +0.240234375000 0.024169921875 0.000000000000 0.000000000000 +0.000000000000 0.124511718750 0.108886718750 0.024536132812 +0.000000000000 0.010620117188 0.000000000000 0.000000000000 +0.302734375000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.160156250000 +0.015136718750 0.208984375000 0.000000000000 0.000000000000 +0.085937500000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.211914062500 0.114746093750 0.000000000000 0.000000000000 +0.000000000000 0.024291992188 0.023803710938 0.085937500000 +0.155273437500 0.094726562500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.058837890625 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.086914062500 0.000000000000 0.000000000000 +0.000000000000 0.084472656250 0.000000000000 0.000000000000 +0.000000000000 0.071289062500 0.000000000000 0.000000000000 +0.000000000000 0.082031250000 0.050537109375 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.404296875000 +0.219726562500 0.000000000000 0.000000000000 0.000000000000 +0.085937500000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.157226562500 0.000000000000 0.002746582031 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.033691406250 +0.174804687500 0.000000000000 0.045898437500 0.000000000000 +0.000000000000 0.000000000000 0.043212890625 0.162109375000 +0.051757812500 0.161132812500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.011779785156 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.008972167969 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.005035400391 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.020996093750 0.000000000000 +0.076660156250 0.000000000000 0.170898437500 0.296875000000 +0.000000000000 0.000000000000 0.054199218750 0.000000000000 +0.189453125000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.133789062500 +0.095214843750 0.000000000000 0.000000000000 0.023071289062 +0.000000000000 0.000000000000 0.000000000000 0.043945312500 +0.168945312500 0.000000000000 0.000000000000 0.156250000000 +0.000000000000 0.064453125000 0.226562500000 0.009460449219 +0.000000000000 0.189453125000 0.134765625000 0.133789062500 +0.213867187500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.134765625000 +0.000000000000 0.122070312500 0.078613281250 0.155273437500 +0.000000000000 0.000000000000 0.074707031250 0.000000000000 +0.000000000000 0.000000000000 0.132812500000 0.375000000000 +0.000000000000 0.000000000000 0.000000000000 0.012329101562 +0.116210937500 0.000000000000 0.092285156250 0.114746093750 +0.000000000000 0.000000000000 0.035400390625 0.000000000000 +0.081054687500 0.000000000000 0.023315429688 0.000000000000 +0.000000000000 0.216796875000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.091796875000 +0.240234375000 0.157226562500 0.000000000000 0.059082031250 +0.125000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.071777343750 0.000000000000 +0.168945312500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.084960937500 0.000000000000 +0.000000000000 0.000000000000 0.113769531250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.026855468750 +0.000000000000 0.000000000000 0.033447265625 0.000000000000 +0.000000000000 0.000000000000 0.028320312500 0.146484375000 +0.218750000000 0.000000000000 0.000000000000 0.057373046875 +0.000000000000 0.000000000000 0.000000000000 0.159179687500 +0.320312500000 0.208984375000 0.000000000000 0.000000000000 +0.101562500000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.011840820312 0.000000000000 +0.000000000000 0.092773437500 0.036621093750 0.000000000000 +0.000000000000 0.187500000000 0.367187500000 0.000000000000 +0.066894531250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.003387451172 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.098632812500 0.077148437500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.008544921875 0.000000000000 0.000000000000 +0.000000000000 0.093261718750 0.056396484375 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.091308593750 +0.218750000000 0.000000000000 0.148437500000 0.000000000000 +0.089843750000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.008972167969 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.176757812500 0.190429687500 +0.019287109375 0.000000000000 0.000000000000 0.000000000000 +0.036132812500 0.000000000000 0.000000000000 0.208984375000 +0.267578125000 0.000000000000 0.000000000000 0.000000000000 +0.119628906250 0.000000000000 0.194335937500 0.000000000000 +0.000000000000 0.024169921875 0.066894531250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.037109375000 +0.000000000000 0.108398437500 0.000000000000 0.131835937500 +0.000000000000 0.138671875000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.114746093750 0.115234375000 0.200195312500 0.412109375000 +0.000000000000 0.000000000000 0.115722656250 0.000000000000 +0.316406250000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.283203125000 0.000000000000 +0.009338378906 0.000000000000 0.170898437500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.016235351562 0.081054687500 0.169921875000 0.209960937500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.166992187500 0.000000000000 +0.000000000000 0.026611328125 0.000000000000 0.034912109375 +0.000000000000 0.086914062500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.079589843750 0.000000000000 +0.126953125000 0.000000000000 0.104492187500 0.051025390625 +0.088378906250 0.000000000000 0.000000000000 0.132812500000 +0.071777343750 0.000000000000 0.082519531250 0.251953125000 +0.040039062500 0.000000000000 0.000000000000 0.000000000000 +0.016235351562 0.140625000000 0.000000000000 0.000000000000 +0.216796875000 0.145507812500 0.000000000000 0.000000000000 +0.026855468750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.008911132812 0.090820312500 0.204101562500 +0.013366699219 0.194335937500 0.111816406250 0.000000000000 +0.024169921875 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.003875732422 +0.014831542969 0.065429687500 0.000000000000 0.083007812500 +0.000000000000 0.000000000000 0.279296875000 0.000000000000 +0.000000000000 0.000000000000 0.149414062500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.058105468750 0.041992187500 0.007293701172 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.215820312500 0.137695312500 0.036376953125 0.104980468750 +0.000000000000 0.000000000000 0.000000000000 0.182617187500 +0.143554687500 0.000000000000 0.000000000000 0.203125000000 +0.060791015625 0.189453125000 0.000000000000 0.000000000000 +0.000000000000 0.166015625000 0.000000000000 0.000000000000 +0.026367187500 0.000000000000 0.253906250000 0.033203125000 +0.104980468750 0.220703125000 0.000000000000 0.075195312500 +0.000000000000 0.000000000000 0.094238281250 0.011901855469 +0.101562500000 0.000000000000 0.058349609375 0.000000000000 +0.035156250000 0.003067016602 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.154296875000 0.041992187500 +0.000000000000 0.230468750000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.092773437500 0.014831542969 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.125000000000 +0.189453125000 0.050781250000 0.044189453125 0.000000000000 +0.000000000000 0.075683593750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.012023925781 +0.000000000000 0.016357421875 0.107910156250 0.000000000000 +0.000000000000 0.122070312500 0.000000000000 0.000000000000 +0.017578125000 0.000000000000 0.000000000000 0.115722656250 +0.000000000000 0.000000000000 0.017822265625 0.000000000000 +0.105468750000 0.004577636719 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.154296875000 0.000000000000 0.000000000000 +0.008422851562 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.166992187500 0.152343750000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.255859375000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.033691406250 0.000000000000 +0.000000000000 0.030273437500 0.070312500000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.079589843750 0.125976562500 0.147460937500 0.122070312500 +0.220703125000 0.151367187500 0.000000000000 0.000000000000 +0.116699218750 0.000000000000 0.129882812500 0.104003906250 +0.000000000000 0.000000000000 0.249023437500 0.000000000000 +0.038574218750 0.061279296875 0.104003906250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.011474609375 0.000000000000 +0.061279296875 0.075683593750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.071289062500 0.006134033203 0.000000000000 +0.000000000000 0.000000000000 0.017456054688 0.406250000000 +0.000000000000 0.000000000000 0.092285156250 0.000000000000 +0.000000000000 0.070312500000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.004699707031 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.081542968750 0.012573242188 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.046386718750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.002288818359 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.029785156250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.092285156250 0.130859375000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.089843750000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.034423828125 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.022094726562 0.000000000000 +0.022949218750 0.021362304688 0.000000000000 0.000000000000 +0.081542968750 0.000000000000 0.000000000000 0.024047851562 +0.000000000000 0.000000000000 0.046142578125 0.028930664062 +0.000000000000 0.242187500000 0.051513671875 0.000000000000 +0.000000000000 0.044921875000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.006500244141 0.148437500000 0.000000000000 0.000000000000 +0.000000000000 0.060546875000 0.000000000000 0.000000000000 +0.000000000000 0.012878417969 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.075195312500 0.236328125000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.013122558594 +0.000000000000 0.116210937500 0.000000000000 0.032958984375 +0.145507812500 0.000000000000 0.000000000000 0.026611328125 +0.000000000000 0.032470703125 0.125976562500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.048095703125 0.000000000000 0.000000000000 +0.040771484375 0.000000000000 0.003036499023 0.000000000000 +0.065429687500 0.110351562500 0.000000000000 0.000000000000 +0.000000000000 0.085449218750 0.129882812500 0.000000000000 +0.170898437500 0.000000000000 0.000000000000 0.396484375000 +0.000000000000 0.000000000000 0.073242187500 0.000000000000 +0.229492187500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.178710937500 +0.000000000000 0.000000000000 0.090820312500 0.160156250000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.075683593750 0.330078125000 0.000000000000 0.206054687500 +0.186523437500 0.000000000000 0.000000000000 0.119628906250 +0.000000000000 0.000000000000 0.259765625000 0.000000000000 +0.000000000000 0.153320312500 0.312500000000 0.000000000000 +0.000000000000 0.074218750000 0.000000000000 0.000000000000 +0.158203125000 0.011291503906 0.000000000000 0.000000000000 +0.032470703125 0.134765625000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.184570312500 0.000000000000 +0.302734375000 0.000000000000 0.166015625000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.267578125000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.056396484375 0.000000000000 +0.128906250000 0.000000000000 0.308593750000 0.085937500000 +0.294921875000 0.000000000000 0.298828125000 0.000000000000 +0.000000000000 0.287109375000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.312500000000 0.000000000000 +0.000000000000 0.044677734375 0.324218750000 0.320312500000 +0.118164062500 0.281250000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.047851562500 0.195312500000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.121582031250 0.000000000000 0.085449218750 0.462890625000 +0.194335937500 0.000000000000 0.088867187500 0.380859375000 +0.072265625000 0.000000000000 0.102539062500 0.206054687500 +0.163085937500 0.000000000000 0.000000000000 0.019409179688 +0.123535156250 0.024536132812 0.000000000000 0.000000000000 +0.402343750000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.141601562500 0.089843750000 +0.000000000000 0.000000000000 0.163085937500 0.104492187500 +0.000000000000 0.089355468750 0.133789062500 0.000000000000 +0.244140625000 0.000000000000 0.000000000000 0.030883789062 +0.045410156250 0.092285156250 0.000000000000 0.107421875000 +0.030151367188 0.000000000000 0.000000000000 0.209960937500 +0.296875000000 0.000000000000 0.068847656250 0.000000000000 +0.000000000000 0.308593750000 0.000000000000 0.000000000000 +0.000000000000 0.205078125000 0.056884765625 0.229492187500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.153320312500 0.066406250000 0.000000000000 +0.000000000000 0.292968750000 0.000000000000 0.216796875000 +0.120605468750 0.000000000000 0.115234375000 0.009582519531 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.018676757812 0.000000000000 0.104003906250 0.194335937500 +0.000000000000 0.000000000000 0.000000000000 0.129882812500 +0.152343750000 0.018188476562 0.000000000000 0.000000000000 +0.236328125000 0.000000000000 0.000000000000 0.113769531250 +0.231445312500 0.036865234375 0.196289062500 0.091308593750 +0.083496093750 0.162109375000 0.000000000000 0.000000000000 +0.115722656250 0.000000000000 0.000000000000 0.000000000000 +0.009460449219 0.353515625000 0.000000000000 0.122558593750 +0.099609375000 0.159179687500 0.000000000000 0.215820312500 +0.000000000000 0.048583984375 0.027709960938 0.000000000000 +0.191406250000 0.181640625000 0.116210937500 0.285156250000 +0.000000000000 0.007202148438 0.024291992188 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.036865234375 0.000000000000 0.339843750000 0.208007812500 +0.000000000000 0.000000000000 0.184570312500 0.000000000000 +0.000000000000 0.163085937500 0.000000000000 0.000000000000 +0.000000000000 0.133789062500 0.000000000000 0.000000000000 +0.000000000000 0.131835937500 0.507812500000 0.178710937500 +0.000000000000 0.118652343750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.052246093750 0.000000000000 +0.000000000000 0.023803710938 0.000000000000 0.000000000000 +0.000000000000 0.349609375000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.029663085938 0.000000000000 +0.067871093750 0.000000000000 0.000000000000 0.000000000000 +0.104492187500 0.044677734375 0.105468750000 0.000000000000 +0.179687500000 0.000000000000 0.000000000000 0.034912109375 +0.310546875000 0.000000000000 0.000000000000 0.117675781250 +0.000000000000 0.000000000000 0.184570312500 0.164062500000 +0.127929687500 0.209960937500 0.000000000000 0.000000000000 +0.180664062500 0.022949218750 0.000000000000 0.000000000000 +0.172851562500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.075683593750 0.155273437500 +0.000000000000 0.000000000000 0.124511718750 0.008728027344 +0.000000000000 0.000000000000 0.218750000000 0.000000000000 +0.054931640625 0.000000000000 0.088378906250 0.000000000000 +0.034423828125 0.000000000000 0.000000000000 0.000000000000 +0.088867187500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.208984375000 0.068847656250 +0.000000000000 0.077148437500 0.000000000000 0.000000000000 +0.000000000000 0.079101562500 0.000000000000 0.000000000000 +0.000000000000 0.000629425049 0.000000000000 0.000000000000 +0.000000000000 0.003601074219 0.011718750000 0.000000000000 +0.074707031250 0.162109375000 0.000000000000 0.079101562500 +0.116699218750 0.000000000000 0.000000000000 0.026245117188 +0.024902343750 0.000000000000 0.000000000000 0.016967773438 +0.000000000000 0.000000000000 0.101074218750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.168945312500 0.000000000000 0.004302978516 0.132812500000 +0.064453125000 0.000000000000 0.039794921875 0.138671875000 +0.022338867188 0.000000000000 0.000000000000 0.025390625000 +0.096191406250 0.000000000000 0.000000000000 0.000000000000 +0.195312500000 0.000000000000 0.011047363281 0.043701171875 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.122558593750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.099609375000 0.000000000000 0.065917968750 +0.000000000000 0.000000000000 0.127929687500 0.000000000000 +0.000000000000 0.000000000000 0.058837890625 0.316406250000 +0.000000000000 0.000000000000 0.126953125000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.064453125000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.038818359375 0.000000000000 0.126953125000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.066406250000 +0.002655029297 0.026611328125 0.000000000000 0.000000000000 +0.000000000000 0.040771484375 0.000000000000 0.008972167969 +0.181640625000 0.112304687500 0.176757812500 0.000000000000 +0.039550781250 0.000000000000 0.135742187500 0.091308593750 +0.000000000000 0.093261718750 0.050537109375 0.073730468750 +0.000000000000 0.292968750000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.081542968750 0.000000000000 +0.093261718750 0.077636718750 0.000000000000 0.000000000000 +0.076171875000 0.114746093750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.022216796875 0.176757812500 +0.204101562500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.180664062500 0.067382812500 +0.000000000000 0.193359375000 0.000000000000 0.000000000000 +0.055419921875 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.069824218750 0.093750000000 0.000000000000 +0.016113281250 0.000000000000 0.005432128906 0.000000000000 +0.550781250000 0.117187500000 0.000000000000 0.107910156250 +0.000000000000 0.160156250000 0.125000000000 0.140625000000 +0.123535156250 0.229492187500 0.000000000000 0.000000000000 +0.049072265625 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.004211425781 0.000000000000 0.367187500000 +0.000000000000 0.034179687500 0.008605957031 0.000000000000 +0.200195312500 0.052001953125 0.000000000000 0.000000000000 +0.000000000000 0.081054687500 0.229492187500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.984375000000 +0.144531250000 0.000000000000 0.263671875000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.167968750000 0.000000000000 0.445312500000 0.000000000000 +0.051513671875 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.263671875000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.111328125000 +0.000000000000 0.068359375000 0.188476562500 0.044433593750 +0.000000000000 0.000000000000 0.095703125000 0.166015625000 +0.000000000000 0.000000000000 0.031738281250 0.047363281250 +0.082031250000 0.000000000000 0.000000000000 0.000000000000 +0.196289062500 0.000000000000 0.067871093750 0.000000000000 +0.000000000000 0.000000000000 0.125976562500 0.000000000000 +0.000000000000 0.000000000000 0.104492187500 0.000000000000 +0.000000000000 0.081542968750 0.001998901367 0.000000000000 +0.000000000000 0.000000000000 0.066894531250 0.000000000000 +0.000000000000 0.054687500000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.142578125000 0.083007812500 +0.000000000000 0.000000000000 0.002975463867 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.149414062500 +0.000000000000 0.000000000000 0.085937500000 0.000000000000 +0.045654296875 0.092773437500 0.000000000000 0.149414062500 +0.412109375000 0.083984375000 0.000000000000 0.000000000000 +0.227539062500 0.000000000000 0.000000000000 0.265625000000 +0.091308593750 0.157226562500 0.296875000000 0.022705078125 +0.000000000000 0.000000000000 0.006195068359 0.000000000000 +0.120117187500 0.000000000000 0.000000000000 0.000000000000 +0.098144531250 0.378906250000 0.000000000000 0.180664062500 +0.000000000000 0.308593750000 0.000000000000 0.125976562500 +0.000000000000 0.000000000000 0.040527343750 0.000000000000 +0.000000000000 0.287109375000 0.089843750000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.235351562500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.026733398438 0.000000000000 +0.000000000000 0.000000000000 0.191406250000 0.291015625000 +0.000000000000 0.000000000000 0.051513671875 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.142578125000 0.164062500000 0.146484375000 +0.054931640625 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.053222656250 0.000000000000 +0.250000000000 0.066894531250 0.004699707031 0.000000000000 +0.000000000000 0.116699218750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.020263671875 0.000000000000 +0.277343750000 0.026367187500 0.000000000000 0.000000000000 +0.046386718750 0.145507812500 0.101074218750 0.000350952148 +0.318359375000 0.000000000000 0.000000000000 0.384765625000 +0.123535156250 0.000000000000 0.132812500000 0.000000000000 +0.000000000000 0.000000000000 0.161132812500 0.085937500000 +0.055175781250 0.224609375000 0.000000000000 0.000000000000 +0.261718750000 0.227539062500 0.153320312500 0.000000000000 +0.074218750000 0.000000000000 0.076171875000 0.000000000000 +0.000000000000 0.060058593750 0.000000000000 0.000000000000 +0.000000000000 0.041748046875 0.138671875000 0.000000000000 +0.000000000000 0.312500000000 0.423828125000 0.154296875000 +0.236328125000 0.253906250000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.224609375000 0.000000000000 0.000000000000 +0.097656250000 0.298828125000 0.049316406250 0.007507324219 +0.000000000000 0.000000000000 0.199218750000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.122558593750 0.097656250000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.347656250000 0.051513671875 0.092773437500 0.082519531250 +0.000000000000 0.000000000000 0.038085937500 0.184570312500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.294921875000 0.324218750000 0.000000000000 +0.076660156250 0.253906250000 0.000000000000 0.000000000000 +0.167968750000 0.289062500000 0.314453125000 0.163085937500 +0.020751953125 0.057373046875 0.111328125000 0.000000000000 +0.000000000000 0.089355468750 0.316406250000 0.228515625000 +0.100585937500 0.000000000000 0.000000000000 0.000000000000 +0.022338867188 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.097656250000 0.000000000000 0.071777343750 +0.000000000000 0.000000000000 0.195312500000 0.000000000000 +0.000000000000 0.078613281250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.015014648438 0.000000000000 0.129882812500 0.000000000000 +0.000000000000 0.000000000000 0.098632812500 0.648437500000 +0.206054687500 0.000000000000 0.373046875000 0.149414062500 +0.001853942871 0.000000000000 0.000000000000 0.000000000000 +0.086425781250 0.000000000000 0.000000000000 0.000000000000 +0.163085937500 0.036376953125 0.000000000000 0.000000000000 +0.051025390625 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.112304687500 0.159179687500 0.088378906250 +0.000000000000 0.000000000000 0.001670837402 0.026611328125 +0.203125000000 0.111816406250 0.000000000000 0.083496093750 +0.066894531250 0.000000000000 0.157226562500 0.045410156250 +0.162109375000 0.028320312500 0.000000000000 0.000000000000 +0.206054687500 0.146484375000 0.000000000000 0.000000000000 +0.194335937500 0.000000000000 0.071289062500 0.029907226562 +0.051513671875 0.000000000000 0.043457031250 0.000000000000 +0.004180908203 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.194335937500 0.198242187500 0.000000000000 +0.000000000000 0.208007812500 0.000000000000 0.000000000000 +0.000000000000 0.032958984375 0.000000000000 0.106445312500 +0.166015625000 0.225585937500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.149414062500 0.040527343750 +0.000000000000 0.044921875000 0.421875000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.126953125000 +0.265625000000 0.000000000000 0.291015625000 0.330078125000 +0.205078125000 0.077148437500 0.000000000000 0.000000000000 +0.237304687500 0.000000000000 0.000000000000 0.195312500000 +0.170898437500 0.000000000000 0.000000000000 0.000000000000 +0.177734375000 0.316406250000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.167968750000 0.107910156250 0.000000000000 +0.048339843750 0.181640625000 0.000000000000 0.000000000000 +0.000000000000 0.179687500000 0.067382812500 0.000000000000 +0.000000000000 0.000000000000 0.027465820312 0.000000000000 +0.000000000000 0.000000000000 0.138671875000 0.546875000000 +0.000000000000 0.000000000000 0.199218750000 0.000000000000 +0.062988281250 0.000000000000 0.000000000000 0.014343261719 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.177734375000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.198242187500 0.000000000000 0.000000000000 +0.013977050781 0.235351562500 0.000000000000 0.010803222656 +0.000000000000 0.000000000000 0.095214843750 0.030517578125 +0.000000000000 0.000000000000 0.085937500000 0.019775390625 +0.000000000000 0.000000000000 0.082519531250 0.000000000000 +0.056152343750 0.000000000000 0.000000000000 0.000000000000 +0.059326171875 0.188476562500 0.048583984375 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.121582031250 0.000000000000 +0.000000000000 0.130859375000 0.038085937500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.108886718750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.087402343750 0.168945312500 0.069824218750 +0.000000000000 0.000000000000 0.138671875000 0.079589843750 +0.000000000000 0.134765625000 0.000000000000 0.000000000000 +0.000000000000 0.259765625000 0.000000000000 0.077636718750 +0.291015625000 0.000000000000 0.312500000000 0.000000000000 +0.000000000000 0.249023437500 0.000000000000 0.160156250000 +0.380859375000 0.000000000000 0.000000000000 0.000000000000 +0.101074218750 0.000000000000 0.063964843750 0.000000000000 +0.240234375000 0.164062500000 0.000000000000 0.134765625000 +0.000000000000 0.000000000000 0.000000000000 0.071777343750 +0.000000000000 0.033935546875 0.175781250000 0.000000000000 +0.000000000000 0.466796875000 0.000000000000 0.000000000000 +0.000000000000 0.023437500000 0.000000000000 0.000000000000 +0.000000000000 0.060546875000 0.000000000000 0.000000000000 +0.000000000000 0.189453125000 0.000000000000 0.170898437500 +0.019287109375 0.146484375000 0.000000000000 0.000000000000 +0.000000000000 0.021240234375 0.000000000000 0.069824218750 +0.032470703125 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.038330078125 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.079101562500 +0.000000000000 0.029907226562 0.050048828125 0.000000000000 +0.000000000000 0.085937500000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.055419921875 0.000000000000 +0.000000000000 0.000000000000 0.085449218750 0.017822265625 +0.122070312500 0.000000000000 0.005798339844 0.000000000000 +0.000000000000 0.000000000000 0.034179687500 0.000000000000 +0.000000000000 0.194335937500 0.000000000000 0.117187500000 +0.296875000000 0.000000000000 0.000000000000 0.000000000000 +0.104003906250 0.036865234375 0.000000000000 0.000000000000 +0.000000000000 0.192382812500 0.027343750000 0.097167968750 +0.000000000000 0.000000000000 0.000000000000 0.083496093750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.107421875000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.166992187500 0.000000000000 +0.000000000000 0.000000000000 0.109375000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.063964843750 0.000000000000 +0.074707031250 0.000000000000 0.000000000000 0.000000000000 +0.216796875000 0.000000000000 0.000000000000 0.140625000000 +0.024291992188 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.059082031250 0.075683593750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.142578125000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.139648437500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.034667968750 0.000000000000 +0.000000000000 0.000000000000 0.110839843750 0.229492187500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.125976562500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.102050781250 0.000000000000 +0.016113281250 0.000000000000 0.110351562500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.010498046875 0.000000000000 0.030761718750 +0.000000000000 0.000000000000 0.000000000000 0.000511169434 +0.000000000000 0.000000000000 0.025390625000 0.000000000000 +0.000000000000 0.000000000000 0.062500000000 0.000000000000 +0.000000000000 0.080566406250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.022705078125 0.023193359375 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.040283203125 +0.023071289062 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.190429687500 0.144531250000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.033203125000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.090820312500 0.000000000000 +0.000000000000 0.119628906250 0.000000000000 0.122558593750 +0.000000000000 0.000000000000 0.210937500000 0.000000000000 +0.036132812500 0.000000000000 0.027832031250 0.018920898438 +0.047851562500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.025756835938 0.000000000000 0.000000000000 +0.000000000000 0.040283203125 0.000000000000 0.000000000000 +0.000000000000 0.104003906250 0.000000000000 0.000000000000 +0.000000000000 0.079101562500 0.000000000000 0.000000000000 +0.000000000000 0.031982421875 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.009521484375 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.018798828125 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.120605468750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.051269531250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.098632812500 0.000000000000 0.134765625000 +0.134765625000 0.000000000000 0.009887695312 0.000000000000 +0.000000000000 0.000000000000 0.121582031250 0.000000000000 +0.189453125000 0.000000000000 0.029052734375 0.056884765625 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.018066406250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.068847656250 0.052734375000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.164062500000 +0.000000000000 0.000000000000 0.023315429688 0.339843750000 +0.000000000000 0.000000000000 0.084960937500 0.000000000000 +0.000000000000 0.006164550781 0.000000000000 0.107910156250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.008361816406 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.119628906250 0.000000000000 0.000000000000 0.000000000000 +0.004974365234 0.204101562500 0.000000000000 0.135742187500 +0.178710937500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.251953125000 0.053955078125 +0.234375000000 0.000000000000 0.000000000000 0.153320312500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.019775390625 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.137695312500 0.000000000000 0.000000000000 +0.000000000000 0.059082031250 0.000000000000 0.129882812500 +0.000000000000 0.008666992188 0.000000000000 0.247070312500 +0.000000000000 0.000000000000 0.092285156250 0.000000000000 +0.000000000000 0.005432128906 0.168945312500 0.155273437500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.005645751953 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.072753906250 0.000000000000 0.000000000000 0.000000000000 +0.031738281250 0.148437500000 0.000000000000 0.173828125000 +0.000000000000 0.000000000000 0.019653320312 0.000000000000 +0.000000000000 0.000000000000 0.090332031250 0.075683593750 +0.304687500000 0.000000000000 0.000000000000 0.027587890625 +0.000000000000 0.022338867188 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.310546875000 +0.000000000000 0.052246093750 0.000000000000 0.000000000000 +0.000000000000 0.104003906250 0.023559570312 0.000000000000 +0.000000000000 0.023071289062 0.000000000000 0.369140625000 +0.000000000000 0.007873535156 0.000000000000 0.041259765625 +0.000000000000 0.179687500000 0.000000000000 0.000000000000 +0.000000000000 0.072265625000 0.000000000000 0.084960937500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.160156250000 +0.044433593750 0.000000000000 0.000000000000 0.000000000000 +0.036376953125 0.324218750000 0.000000000000 0.209960937500 +0.310546875000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.122558593750 0.126953125000 +0.160156250000 0.000000000000 0.000000000000 0.003677368164 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.058593750000 0.093750000000 0.000000000000 0.000000000000 +0.009033203125 0.089843750000 0.000000000000 0.283203125000 +0.000000000000 0.000000000000 0.000000000000 0.097167968750 +0.098632812500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.052246093750 0.072753906250 0.163085937500 +0.000000000000 0.226562500000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.086914062500 +0.000000000000 0.000000000000 0.000000000000 0.170898437500 +0.082031250000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.304687500000 0.000000000000 0.082031250000 +0.118164062500 0.072265625000 0.019897460938 0.000000000000 +0.000000000000 0.000000000000 0.040771484375 0.022705078125 +0.134765625000 0.000000000000 0.000000000000 0.000000000000 +0.018432617188 0.016723632812 0.000000000000 0.000000000000 +0.000000000000 0.009765625000 0.020629882812 0.108398437500 +0.065429687500 0.206054687500 0.119140625000 0.000000000000 +0.306640625000 0.083984375000 0.000000000000 0.000000000000 +0.109863281250 0.250000000000 0.049072265625 0.176757812500 +0.000000000000 0.130859375000 0.000000000000 0.102050781250 +0.245117187500 0.000000000000 0.063964843750 0.000000000000 +0.000000000000 0.034912109375 0.000000000000 0.000000000000 +0.000000000000 0.124511718750 0.000000000000 0.000000000000 +0.000000000000 0.052246093750 0.130859375000 0.388671875000 +0.000000000000 0.000000000000 0.000000000000 0.197265625000 +0.000000000000 0.137695312500 0.078613281250 0.000000000000 +0.008117675781 0.235351562500 0.000000000000 0.000000000000 +0.000000000000 0.026245117188 0.019287109375 0.261718750000 +0.112792968750 0.106933593750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.190429687500 0.000000000000 0.082031250000 +0.094726562500 0.000000000000 0.032958984375 0.000000000000 +0.318359375000 0.016967773438 0.000000000000 0.000000000000 +0.118164062500 0.261718750000 0.157226562500 0.000000000000 +0.005706787109 0.000000000000 0.000000000000 0.178710937500 +0.326171875000 0.000000000000 0.162109375000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.208007812500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.154296875000 0.029052734375 0.000000000000 +0.000000000000 0.000000000000 0.023925781250 0.000000000000 +0.000000000000 0.183593750000 0.166015625000 0.214843750000 +0.000000000000 0.066406250000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.076660156250 0.000000000000 +0.000000000000 0.019165039062 0.047851562500 0.000000000000 +0.000000000000 0.192382812500 0.000000000000 0.000000000000 +0.165039062500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.154296875000 0.176757812500 0.000000000000 +0.074707031250 0.000000000000 0.003662109375 0.052246093750 +0.000000000000 0.000000000000 0.132812500000 0.006958007812 +0.175781250000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.185546875000 0.000000000000 +0.000000000000 0.044921875000 0.072753906250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.029663085938 0.108886718750 0.143554687500 +0.063964843750 0.000000000000 0.000000000000 0.000000000000 +0.095214843750 0.000000000000 0.040527343750 0.277343750000 +0.096191406250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.115722656250 0.019165039062 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.220703125000 0.014038085938 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.009155273438 0.052001953125 0.000000000000 +0.000000000000 0.000000000000 0.104980468750 0.408203125000 +0.000000000000 0.000000000000 0.136718750000 0.121093750000 +0.125000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.110351562500 0.000000000000 0.176757812500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.057861328125 0.096679687500 +0.000000000000 0.000000000000 0.013366699219 0.000000000000 +0.015258789062 0.000000000000 0.121582031250 0.076171875000 +0.152343750000 0.000000000000 0.090820312500 0.000000000000 +0.000000000000 0.000000000000 0.073242187500 0.000000000000 +0.000000000000 0.087402343750 0.000000000000 0.000000000000 +0.011169433594 0.061767578125 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.034423828125 0.000000000000 +0.000000000000 0.000000000000 0.098144531250 0.000000000000 +0.000000000000 0.000000000000 0.079101562500 0.021362304688 +0.000000000000 0.000000000000 0.000000000000 0.078125000000 +0.161132812500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.083984375000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.052246093750 0.030761718750 +0.000000000000 0.000000000000 0.053466796875 0.047607421875 +0.006927490234 0.000000000000 0.000000000000 0.048583984375 +0.100097656250 0.000000000000 0.000000000000 0.001052856445 +0.019409179688 0.000000000000 0.041748046875 0.001602172852 +0.000000000000 0.130859375000 0.000000000000 0.000000000000 +0.014587402344 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.117187500000 0.000000000000 0.000000000000 +0.000000000000 0.022216796875 0.000000000000 0.093750000000 +0.000000000000 0.000000000000 0.025024414062 0.000000000000 +0.000000000000 0.097167968750 0.110351562500 0.380859375000 +0.000000000000 0.000000000000 0.025634765625 0.000000000000 +0.135742187500 0.000000000000 0.108886718750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.086425781250 +0.058837890625 0.269531250000 0.000000000000 0.037841796875 +0.151367187500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.048583984375 0.000000000000 +0.141601562500 0.033447265625 0.014587402344 0.000000000000 +0.000000000000 0.045654296875 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.191406250000 0.000000000000 +0.000446319580 0.000210762024 0.000000000000 0.000000000000 +0.000000000000 0.054199218750 0.039550781250 0.000000000000 +0.000000000000 0.036132812500 0.046142578125 0.012878417969 +0.070312500000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.056640625000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.211914062500 0.000000000000 0.000000000000 0.023437500000 +0.000000000000 0.000000000000 0.075195312500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.015319824219 +0.000000000000 0.038085937500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.167968750000 0.116210937500 +0.089355468750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.166015625000 0.000000000000 0.000000000000 +0.000000000000 0.002807617188 0.000000000000 0.000000000000 +0.000000000000 0.021606445312 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.024169921875 0.117675781250 +0.183593750000 0.000000000000 0.013305664062 0.000000000000 +0.096679687500 0.000000000000 0.000000000000 0.039794921875 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.055419921875 0.000000000000 +0.026000976562 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.017089843750 0.177734375000 0.059326171875 +0.000000000000 0.047119140625 0.000000000000 0.143554687500 +0.035888671875 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.184570312500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.026611328125 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.095214843750 0.000000000000 +0.000000000000 0.000000000000 0.006835937500 0.084472656250 +0.017456054688 0.000000000000 0.000000000000 0.007873535156 +0.000000000000 0.000000000000 0.000000000000 0.117187500000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.010498046875 0.170898437500 0.000000000000 +0.230468750000 0.202148437500 0.000000000000 0.000000000000 +0.281250000000 0.009521484375 0.000000000000 0.000000000000 +0.335937500000 0.154296875000 0.000000000000 0.185546875000 +0.139648437500 0.000000000000 0.089843750000 0.114746093750 +0.000000000000 0.000000000000 0.183593750000 0.000000000000 +0.035644531250 0.000000000000 0.000000000000 0.132812500000 +0.000000000000 0.000000000000 0.000000000000 0.148437500000 +0.000000000000 0.000000000000 0.398437500000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.082519531250 0.000000000000 +0.000000000000 0.088867187500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.406250000000 +0.033203125000 0.322265625000 0.000000000000 0.083496093750 +0.000000000000 0.154296875000 0.000000000000 0.248046875000 +0.242187500000 0.000000000000 0.000000000000 0.300781250000 +0.000000000000 0.140625000000 0.000000000000 0.000000000000 +0.078613281250 0.066406250000 0.000000000000 0.130859375000 +0.170898437500 0.000000000000 0.380859375000 0.000000000000 +0.243164062500 0.417968750000 0.000000000000 0.203125000000 +0.000000000000 0.000000000000 0.068359375000 0.000000000000 +0.018798828125 0.000000000000 0.226562500000 0.000000000000 +0.312500000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.177734375000 0.053955078125 +0.000000000000 0.201171875000 0.065429687500 0.000000000000 +0.000000000000 0.079101562500 0.000000000000 0.000000000000 +0.000000000000 0.178710937500 0.000000000000 0.000717163086 +0.000000000000 0.000000000000 0.000000000000 0.292968750000 +0.098632812500 0.296875000000 0.030517578125 0.000000000000 +0.000000000000 0.332031250000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.206054687500 +0.000000000000 0.000000000000 0.000000000000 0.077148437500 +0.000000000000 0.000000000000 0.000000000000 0.204101562500 +0.000000000000 0.000000000000 0.263671875000 0.000000000000 +0.076660156250 0.171875000000 0.000000000000 0.024780273438 +0.150390625000 0.000000000000 0.000000000000 0.050781250000 +0.000000000000 0.000000000000 0.160156250000 0.067382812500 +0.206054687500 0.365234375000 0.059814453125 0.000000000000 +0.000000000000 0.138671875000 0.000000000000 0.000000000000 +0.000083446503 0.000000000000 0.000000000000 0.062255859375 +0.449218750000 0.175781250000 0.000000000000 0.000000000000 +0.216796875000 0.043457031250 0.000000000000 0.000000000000 +0.000000000000 0.281250000000 0.150390625000 0.000000000000 +0.054687500000 0.000000000000 0.000000000000 0.208984375000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.275390625000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.044189453125 0.000000000000 +0.197265625000 0.000000000000 0.318359375000 0.212890625000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.287109375000 0.000000000000 0.053222656250 +0.000000000000 0.154296875000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.261718750000 0.183593750000 +0.000000000000 0.143554687500 0.080566406250 0.000000000000 +0.000000000000 0.296875000000 0.092773437500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.177734375000 0.000000000000 0.000000000000 +0.231445312500 0.000000000000 0.000000000000 0.000000000000 +0.186523437500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.179687500000 0.232421875000 0.000000000000 +0.106933593750 0.000000000000 0.000000000000 0.154296875000 +0.014892578125 0.000000000000 0.000000000000 0.000000000000 +0.086425781250 0.002670288086 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.078613281250 0.000000000000 +0.000000000000 0.000000000000 0.097656250000 0.000000000000 +0.006378173828 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.075683593750 0.224609375000 +0.000000000000 0.000000000000 0.142578125000 0.063964843750 +0.067871093750 0.000000000000 0.000000000000 0.019531250000 +0.027954101562 0.000000000000 0.013366699219 0.178710937500 +0.000000000000 0.000000000000 0.217773437500 0.091308593750 +0.000000000000 0.294921875000 0.000000000000 0.000000000000 +0.194335937500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.165039062500 +0.000000000000 0.081542968750 0.082031250000 0.000000000000 +0.000000000000 0.000000000000 0.060546875000 0.000000000000 +0.000000000000 0.000000000000 0.136718750000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.253906250000 0.032958984375 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.263671875000 0.000000000000 +0.000000000000 0.000000000000 0.033203125000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.114746093750 0.000000000000 0.000000000000 0.107421875000 +0.226562500000 0.000000000000 0.000000000000 0.106445312500 +0.065917968750 0.000000000000 0.000000000000 0.000000000000 +0.032714843750 0.000000000000 0.000000000000 0.221679687500 +0.139648437500 0.022583007812 0.191406250000 0.122558593750 +0.000000000000 0.076660156250 0.000000000000 0.000000000000 +0.073242187500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.046386718750 0.000000000000 0.165039062500 +0.000000000000 0.124511718750 0.086914062500 0.211914062500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.056640625000 0.181640625000 0.390625000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.033691406250 0.000000000000 0.241210937500 0.104003906250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.008178710938 0.000000000000 +0.000000000000 0.000000000000 0.150390625000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.035156250000 0.000000000000 0.166015625000 +0.228515625000 0.106445312500 0.000000000000 0.000000000000 +0.169921875000 0.000000000000 0.000000000000 0.000000000000 +0.114257812500 0.000000000000 0.097656250000 0.002624511719 +0.138671875000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.003372192383 +0.000000000000 0.000000000000 0.150390625000 0.000000000000 +0.117187500000 0.044433593750 0.000000000000 0.014221191406 +0.000000000000 0.046630859375 0.000000000000 0.145507812500 +0.000000000000 0.214843750000 0.000000000000 0.246093750000 +0.205078125000 0.000000000000 0.220703125000 0.000000000000 +0.000000000000 0.000000000000 0.044677734375 0.269531250000 +0.044677734375 0.094238281250 0.000000000000 0.000000000000 +0.000000000000 0.038574218750 0.000000000000 0.075683593750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.026855468750 0.068847656250 0.000000000000 0.016967773438 +0.039794921875 0.148437500000 0.047363281250 0.007385253906 +0.177734375000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.222656250000 0.000000000000 0.000000000000 +0.000000000000 0.012390136719 0.000000000000 0.000972747803 +0.000000000000 0.016723632812 0.009277343750 0.000000000000 +0.140625000000 0.104003906250 0.000000000000 0.000000000000 +0.023315429688 0.109863281250 0.029052734375 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.222656250000 0.000000000000 0.054443359375 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.164062500000 +0.000000000000 0.124511718750 0.000000000000 0.000000000000 +0.176757812500 0.000000000000 0.089355468750 0.071777343750 +0.000000000000 0.000000000000 0.051025390625 0.000000000000 +0.000000000000 0.060546875000 0.049072265625 0.000000000000 +0.000000000000 0.000000000000 0.010375976562 0.000000000000 +0.000000000000 0.084960937500 0.353515625000 0.094238281250 +0.089843750000 0.030395507812 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.199218750000 0.089355468750 0.000000000000 0.000000000000 +0.000000000000 0.015747070312 0.000000000000 0.021240234375 +0.023193359375 0.169921875000 0.000000000000 0.000000000000 +0.123046875000 0.076660156250 0.000000000000 0.000000000000 +0.000000000000 0.093750000000 0.000000000000 0.000000000000 +0.123535156250 0.069824218750 0.120117187500 0.146484375000 +0.107910156250 0.000000000000 0.000000000000 0.000000000000 +0.292968750000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.172851562500 0.000000000000 +0.005065917969 0.000000000000 0.145507812500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.121582031250 +0.000000000000 0.000000000000 0.008850097656 0.000000000000 +0.048339843750 0.164062500000 0.000000000000 0.180664062500 +0.071289062500 0.095214843750 0.000000000000 0.049072265625 +0.000000000000 0.000000000000 0.163085937500 0.000000000000 +0.000000000000 0.000000000000 0.101562500000 0.000000000000 +0.175781250000 0.124511718750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.039062500000 0.000000000000 0.000000000000 +0.000000000000 0.007751464844 0.055419921875 0.000000000000 +0.125976562500 0.090820312500 0.140625000000 0.306640625000 +0.000000000000 0.000000000000 0.000000000000 0.074218750000 +0.369140625000 0.000000000000 0.024780273438 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.150390625000 0.092773437500 0.000000000000 0.082031250000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.187500000000 0.000000000000 0.000000000000 0.100097656250 +0.375000000000 0.433593750000 0.000000000000 0.170898437500 +0.151367187500 0.063964843750 0.000000000000 0.104003906250 +0.000000000000 0.000000000000 0.139648437500 0.188476562500 +0.238281250000 0.115722656250 0.030029296875 0.037353515625 +0.116210937500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.088867187500 0.040039062500 0.072753906250 +0.000000000000 0.000000000000 0.000000000000 0.184570312500 +0.000000000000 0.013977050781 0.238281250000 0.000000000000 +0.008911132812 0.223632812500 0.271484375000 0.246093750000 +0.065429687500 0.000000000000 0.000000000000 0.000000000000 +0.056884765625 0.000000000000 0.043945312500 0.035644531250 +0.031982421875 0.257812500000 0.000000000000 0.000000000000 +0.079101562500 0.291015625000 0.073730468750 0.324218750000 +0.000000000000 0.187500000000 0.131835937500 0.000000000000 +0.000000000000 0.041015625000 0.000000000000 0.000000000000 +0.048095703125 0.075683593750 0.000000000000 0.008056640625 +0.000000000000 0.410156250000 0.269531250000 0.316406250000 +0.361328125000 0.298828125000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.097656250000 0.000000000000 0.000000000000 0.216796875000 +0.000000000000 0.308593750000 0.160156250000 0.000000000000 +0.000000000000 0.146484375000 0.269531250000 0.000000000000 +0.105468750000 0.000000000000 0.000000000000 0.000000000000 +0.243164062500 0.031738281250 0.038085937500 0.000000000000 +0.056640625000 0.000000000000 0.018554687500 0.582031250000 +0.435546875000 0.000000000000 0.132812500000 0.174804687500 +0.000000000000 0.000000000000 0.000000000000 0.070800781250 +0.244140625000 0.000000000000 0.000000000000 0.000000000000 +0.375000000000 0.031982421875 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.062988281250 0.146484375000 0.000000000000 +0.050537109375 0.000000000000 0.439453125000 0.000000000000 +0.000000000000 0.408203125000 0.239257812500 0.304687500000 +0.163085937500 0.316406250000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.613281250000 0.000000000000 0.000000000000 0.052490234375 +0.000000000000 0.269531250000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.178710937500 0.000000000000 +0.000000000000 0.028930664062 0.000000000000 0.000000000000 +0.000000000000 0.165039062500 0.098144531250 0.000000000000 +0.082031250000 0.020751953125 0.100097656250 0.097167968750 +0.102539062500 0.000000000000 0.000000000000 0.365234375000 +0.384765625000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.068847656250 0.000000000000 +0.127929687500 0.111328125000 0.000000000000 0.000000000000 +0.091796875000 0.000000000000 0.000000000000 0.000000000000 +0.084472656250 0.000000000000 0.146484375000 0.671875000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.206054687500 +0.127929687500 0.000000000000 0.000000000000 0.000000000000 +0.121093750000 0.355468750000 0.120605468750 0.063476562500 +0.002548217773 0.419921875000 0.000000000000 0.000000000000 +0.375000000000 0.027954101562 0.000000000000 0.000000000000 +0.000000000000 0.093750000000 0.000000000000 0.369140625000 +0.000000000000 0.005310058594 0.328125000000 0.285156250000 +0.000000000000 0.000000000000 0.009521484375 0.000000000000 +0.005035400391 0.194335937500 0.221679687500 0.294921875000 +0.000000000000 0.000000000000 0.116210937500 0.261718750000 +0.388671875000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.058593750000 0.000000000000 +0.060058593750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.160156250000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.097167968750 +0.000000000000 0.000000000000 0.000000000000 0.033691406250 +0.000000000000 0.060791015625 0.051757812500 0.053710937500 +0.118652343750 0.000000000000 0.000000000000 0.199218750000 +0.000000000000 0.000000000000 0.267578125000 0.078125000000 +0.000000000000 0.000000000000 0.156250000000 0.000000000000 +0.017578125000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.255859375000 +0.000000000000 0.097656250000 0.009582519531 0.318359375000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.131835937500 0.000000000000 0.322265625000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.195312500000 0.000000000000 0.187500000000 0.046386718750 +0.000000000000 0.000000000000 0.193359375000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.085449218750 0.010681152344 +0.065429687500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.066406250000 +0.308593750000 0.291015625000 0.000000000000 0.073242187500 +0.291015625000 0.000000000000 0.000000000000 0.055908203125 +0.119628906250 0.000000000000 0.205078125000 0.000000000000 +0.000000000000 0.101074218750 0.146484375000 0.032958984375 +0.000000000000 0.050292968750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.153320312500 0.000000000000 0.306640625000 +0.000000000000 0.000000000000 0.019775390625 0.000000000000 +0.069824218750 0.251953125000 0.145507812500 0.687500000000 +0.096679687500 0.000000000000 0.250000000000 0.000000000000 +0.153320312500 0.000000000000 0.291015625000 0.235351562500 +0.016967773438 0.304687500000 0.000000000000 0.000000000000 +0.179687500000 0.168945312500 0.000000000000 0.388671875000 +0.000000000000 0.136718750000 0.081542968750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.075195312500 +0.000000000000 0.468750000000 0.077148437500 0.164062500000 +0.332031250000 0.126953125000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.341796875000 0.053466796875 0.000000000000 0.000000000000 +0.000000000000 0.222656250000 0.000000000000 0.000000000000 +0.000000000000 0.191406250000 0.343750000000 0.000000000000 +0.164062500000 0.000000000000 0.000000000000 0.015747070312 +0.235351562500 0.060546875000 0.018066406250 0.000000000000 +0.100585937500 0.129882812500 0.000000000000 0.126953125000 +0.523437500000 0.000000000000 0.055908203125 0.030029296875 +0.111816406250 0.000000000000 0.000000000000 0.123535156250 +0.326171875000 0.208984375000 0.000000000000 0.000000000000 +0.353515625000 0.083984375000 0.000000000000 0.067871093750 +0.008728027344 0.000000000000 0.092285156250 0.000000000000 +0.000000000000 0.091796875000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.458984375000 0.000000000000 +0.000000000000 0.206054687500 0.423828125000 0.300781250000 +0.123535156250 0.318359375000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.001670837402 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.129882812500 0.003005981445 0.000000000000 +0.000000000000 0.055419921875 0.056640625000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.011352539062 0.000000000000 0.000000000000 +0.052246093750 0.000000000000 0.000000000000 0.097656250000 +0.187500000000 0.000000000000 0.026123046875 0.271484375000 +0.245117187500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.287109375000 0.158203125000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.146484375000 0.447265625000 +0.018676757812 0.000000000000 0.000000000000 0.000000000000 +0.019653320312 0.073730468750 0.000000000000 0.253906250000 +0.144531250000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.221679687500 0.077148437500 0.066406250000 +0.110839843750 0.203125000000 0.137695312500 0.164062500000 +0.211914062500 0.211914062500 0.000000000000 0.000000000000 +0.000000000000 0.177734375000 0.000000000000 0.109375000000 +0.000000000000 0.037353515625 0.000000000000 0.101074218750 +0.000000000000 0.000000000000 0.163085937500 0.000000000000 +0.038574218750 0.000000000000 0.271484375000 0.203125000000 +0.000000000000 0.000000000000 0.196289062500 0.300781250000 +0.416015625000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.124023437500 0.000000000000 0.050048828125 0.000000000000 +0.148437500000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.345703125000 +0.000000000000 0.000000000000 0.200195312500 0.000000000000 +0.000000000000 0.048583984375 0.085937500000 0.149414062500 +0.070800781250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.127929687500 0.006042480469 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.175781250000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.029785156250 0.000000000000 0.126953125000 +0.000000000000 0.000000000000 0.145507812500 0.146484375000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.277343750000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.171875000000 +0.182617187500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.038574218750 0.000000000000 +0.101074218750 0.000000000000 0.000000000000 0.000000000000 +0.023925781250 0.000000000000 0.000000000000 0.000000000000 +0.261718750000 0.000000000000 0.114257812500 0.194335937500 +0.419921875000 0.074707031250 0.000000000000 0.105468750000 +0.119628906250 0.000000000000 0.000000000000 0.109863281250 +0.000000000000 0.031982421875 0.110839843750 0.211914062500 +0.000000000000 0.083984375000 0.022583007812 0.205078125000 +0.108398437500 0.000000000000 0.050048828125 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.039062500000 0.000000000000 0.188476562500 +0.000000000000 0.000000000000 0.006622314453 0.000000000000 +0.000000000000 0.000000000000 0.167968750000 0.519531250000 +0.000000000000 0.000000000000 0.037353515625 0.031005859375 +0.019531250000 0.000000000000 0.279296875000 0.225585937500 +0.059814453125 0.000000000000 0.000000000000 0.000000000000 +0.106933593750 0.126953125000 0.000000000000 0.108886718750 +0.000000000000 0.289062500000 0.000000000000 0.000000000000 +0.259765625000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.119140625000 0.000000000000 0.222656250000 +0.122558593750 0.285156250000 0.318359375000 0.000000000000 +0.179687500000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.285156250000 0.261718750000 0.000000000000 0.119628906250 +0.000000000000 0.004516601562 0.199218750000 0.109863281250 +0.000000000000 0.302734375000 0.253906250000 0.000000000000 +0.161132812500 0.000000000000 0.000000000000 0.113281250000 +0.083496093750 0.123535156250 0.008483886719 0.000000000000 +0.000000000000 0.253906250000 0.000000000000 0.196289062500 +0.357421875000 0.015747070312 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.179687500000 +0.300781250000 0.042724609375 0.000000000000 0.000000000000 +0.320312500000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.062011718750 0.086914062500 0.000000000000 +0.000000000000 0.000000000000 0.157226562500 0.000000000000 +0.000000000000 0.009948730469 0.164062500000 0.131835937500 +0.037109375000 0.091308593750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.022583007812 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.095703125000 0.000000000000 0.020629882812 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.126953125000 0.016601562500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.143554687500 +0.139648437500 0.000000000000 0.075683593750 0.000000000000 +0.167968750000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.008911132812 0.000000000000 +0.000000000000 0.000000000000 0.016235351562 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.115722656250 0.098144531250 0.000000000000 0.120117187500 +0.312500000000 0.000000000000 0.000000000000 0.000000000000 +0.051269531250 0.000000000000 0.069335937500 0.200195312500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.023437500000 0.134765625000 0.099609375000 0.000000000000 +0.000000000000 0.113281250000 0.019165039062 0.000000000000 +0.000000000000 0.102050781250 0.033935546875 0.000000000000 +0.000000000000 0.021118164062 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.149414062500 0.000000000000 +0.000000000000 0.000000000000 0.102050781250 0.462890625000 +0.000000000000 0.000000000000 0.062500000000 0.096191406250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.013916015625 0.000000000000 +0.000000000000 0.000000000000 0.072265625000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.057861328125 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.044433593750 +0.068359375000 0.181640625000 0.002227783203 0.050048828125 +0.111328125000 0.000000000000 0.083984375000 0.000000000000 +0.000000000000 0.000000000000 0.098632812500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.016479492188 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.166992187500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.026000976562 0.086914062500 0.079589843750 0.000000000000 +0.000000000000 0.000000000000 0.026367187500 0.000000000000 +0.138671875000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000949859619 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.191406250000 0.054443359375 0.071289062500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.107910156250 0.000000000000 +0.000000000000 0.129882812500 0.000000000000 0.000000000000 +0.124023437500 0.000000000000 0.042480468750 0.077636718750 +0.014099121094 0.000000000000 0.048095703125 0.000000000000 +0.000000000000 0.000000000000 0.003845214844 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.103515625000 0.000000000000 +0.000000000000 0.218750000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.070312500000 0.021850585938 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.187500000000 +0.064453125000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.038574218750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.014343261719 0.000000000000 0.024658203125 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.011901855469 0.000000000000 +0.000000000000 0.000000000000 0.030029296875 0.000000000000 +0.000000000000 0.086425781250 0.050048828125 0.173828125000 +0.075683593750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.139648437500 0.000000000000 0.000000000000 +0.000000000000 0.078125000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.015441894531 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.126953125000 0.178710937500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.087890625000 +0.106933593750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.133789062500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.011901855469 0.000000000000 +0.388671875000 0.054687500000 0.000000000000 0.000000000000 +0.107421875000 0.136718750000 0.000000000000 0.267578125000 +0.000000000000 0.146484375000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.125000000000 0.000093460083 0.000000000000 0.000000000000 +0.000000000000 0.060302734375 0.051757812500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.025756835938 0.145507812500 0.176757812500 0.000000000000 +0.000000000000 0.000000000000 0.025756835938 0.410156250000 +0.067382812500 0.000000000000 0.091796875000 0.045166015625 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.161132812500 0.000000000000 0.042236328125 +0.000000000000 0.035156250000 0.000000000000 0.000000000000 +0.000000000000 0.187500000000 0.228515625000 0.166992187500 +0.000000000000 0.032714843750 0.000000000000 0.000000000000 +0.038574218750 0.146484375000 0.267578125000 0.241210937500 +0.062500000000 0.000000000000 0.000000000000 0.000000000000 +0.075195312500 0.562500000000 0.000000000000 0.000000000000 +0.032470703125 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.197265625000 0.000000000000 0.067382812500 +0.172851562500 0.361328125000 0.011962890625 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.184570312500 0.118652343750 0.059326171875 0.000000000000 +0.000000000000 0.147460937500 0.003112792969 0.031738281250 +0.232421875000 0.000000000000 0.181640625000 0.111328125000 +0.375000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.188476562500 0.000000000000 0.146484375000 0.000000000000 +0.092773437500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.176757812500 0.291015625000 0.507812500000 +0.000000000000 0.000000000000 0.237304687500 0.000000000000 +0.034179687500 0.000000000000 0.084960937500 0.203125000000 +0.000000000000 0.000000000000 0.129882812500 0.000000000000 +0.138671875000 0.000000000000 0.070800781250 0.000000000000 +0.000000000000 0.412109375000 0.000000000000 0.000000000000 +0.090820312500 0.000000000000 0.000000000000 0.078125000000 +0.000000000000 0.000000000000 0.000000000000 0.072265625000 +0.000000000000 0.000000000000 0.114746093750 0.000000000000 +0.000000000000 0.000000000000 0.035400390625 0.000000000000 +0.000000000000 0.000000000000 0.150390625000 0.084472656250 +0.000000000000 0.000000000000 0.240234375000 0.000000000000 +0.107910156250 0.085937500000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.167968750000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.039794921875 0.000000000000 0.000000000000 0.000000000000 +0.160156250000 0.000000000000 0.000000000000 0.208984375000 +0.166015625000 0.000000000000 0.000000000000 0.081054687500 +0.000000000000 0.000000000000 0.125000000000 0.013122558594 +0.039550781250 0.000000000000 0.071777343750 0.178710937500 +0.039550781250 0.000000000000 0.000000000000 0.169921875000 +0.000000000000 0.188476562500 0.000000000000 0.000000000000 +0.225585937500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.144531250000 0.000000000000 0.080078125000 +0.000000000000 0.143554687500 0.245117187500 0.069335937500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.029052734375 0.167968750000 0.161132812500 +0.000000000000 0.016601562500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.205078125000 0.100097656250 +0.000000000000 0.000000000000 0.021118164062 0.000000000000 +0.128906250000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.053222656250 0.096191406250 +0.000000000000 0.000000000000 0.039062500000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.235351562500 +0.478515625000 0.164062500000 0.000000000000 0.000000000000 +0.182617187500 0.000000000000 0.111328125000 0.229492187500 +0.388671875000 0.000000000000 0.200195312500 0.110839843750 +0.059326171875 0.000000000000 0.000000000000 0.000000000000 +0.052734375000 0.000000000000 0.000000000000 0.386718750000 +0.041503906250 0.363281250000 0.000000000000 0.000000000000 +0.251953125000 0.242187500000 0.000000000000 0.093750000000 +0.000000000000 0.000000000000 0.000000000000 0.005401611328 +0.058837890625 0.699218750000 0.000000000000 0.500000000000 +0.000000000000 0.000000000000 0.240234375000 0.000000000000 +0.225585937500 0.000000000000 0.000000000000 0.016601562500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.118652343750 0.000000000000 0.077148437500 0.000000000000 +0.000000000000 0.000000000000 0.243164062500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.012634277344 +0.006530761719 0.138671875000 0.000000000000 0.089355468750 +0.000000000000 0.000000000000 0.238281250000 0.000000000000 +0.000000000000 0.183593750000 0.111816406250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.130859375000 0.000000000000 0.000000000000 0.243164062500 +0.000000000000 0.213867187500 0.000000000000 0.041992187500 +0.000000000000 0.000000000000 0.000000000000 0.105468750000 +0.267578125000 0.000000000000 0.167968750000 0.048095703125 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.021728515625 0.000000000000 0.195312500000 0.112304687500 +0.000000000000 0.048828125000 0.141601562500 0.000000000000 +0.004516601562 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.138671875000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.077636718750 +0.000000000000 0.004333496094 0.103027343750 0.000000000000 +0.146484375000 0.000000000000 0.000000000000 0.090820312500 +0.000000000000 0.000000000000 0.023315429688 0.075683593750 +0.000000000000 0.021240234375 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.187500000000 0.000000000000 0.014038085938 +0.000000000000 0.224609375000 0.000000000000 0.213867187500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.013427734375 0.102050781250 0.151367187500 0.192382812500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.006103515625 0.000000000000 0.253906250000 0.253906250000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.157226562500 0.000000000000 0.016479492188 0.000000000000 +0.024902343750 0.026000976562 0.271484375000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.076171875000 0.013671875000 0.244140625000 +0.177734375000 0.204101562500 0.000000000000 0.000000000000 +0.132812500000 0.000000000000 0.000000000000 0.053710937500 +0.041259765625 0.000000000000 0.058837890625 0.070312500000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.120605468750 0.000000000000 +0.000000000000 0.000000000000 0.182617187500 0.000000000000 +0.000000000000 0.083007812500 0.000000000000 0.224609375000 +0.000000000000 0.000000000000 0.000000000000 0.136718750000 +0.000000000000 0.011352539062 0.000000000000 0.210937500000 +0.207031250000 0.000000000000 0.006622314453 0.000000000000 +0.000000000000 0.000000000000 0.061279296875 0.298828125000 +0.261718750000 0.048339843750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.045898437500 0.000000000000 0.000000000000 +0.004180908203 0.000000000000 0.000000000000 0.000000000000 +0.040527343750 0.235351562500 0.000000000000 0.150390625000 +0.041259765625 0.038818359375 0.080078125000 0.000000000000 +0.026123046875 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.169921875000 0.000000000000 +0.000000000000 0.113281250000 0.159179687500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.051513671875 0.049072265625 0.000762939453 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.171875000000 +0.261718750000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.114257812500 0.229492187500 +0.084960937500 0.114746093750 0.000000000000 0.068359375000 +0.073730468750 0.143554687500 0.000000000000 0.099121093750 +0.000000000000 0.265625000000 0.000000000000 0.065917968750 +0.000000000000 0.000000000000 0.143554687500 0.000000000000 +0.000000000000 0.188476562500 0.000000000000 0.125000000000 +0.077636718750 0.052246093750 0.000000000000 0.000000000000 +0.068847656250 0.000000000000 0.000000000000 0.000000000000 +0.033935546875 0.000000000000 0.000000000000 0.000000000000 +0.067871093750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.007629394531 0.125976562500 0.000000000000 +0.000000000000 0.194335937500 0.158203125000 0.000000000000 +0.138671875000 0.000000000000 0.000000000000 0.000000000000 +0.097167968750 0.244140625000 0.052490234375 0.000000000000 +0.000000000000 0.083984375000 0.000000000000 0.118164062500 +0.296875000000 0.086425781250 0.029907226562 0.000000000000 +0.000000000000 0.033203125000 0.000000000000 0.034179687500 +0.005035400391 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.040527343750 0.021118164062 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.233398437500 0.211914062500 0.088867187500 +0.057861328125 0.034912109375 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.223632812500 0.156250000000 +0.000000000000 0.125000000000 0.011535644531 0.000000000000 +0.000000000000 0.072753906250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.102539062500 0.000000000000 0.000000000000 +0.172851562500 0.000000000000 0.000000000000 0.000000000000 +0.129882812500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.162109375000 0.141601562500 0.000000000000 +0.000000000000 0.000000000000 0.058349609375 0.213867187500 +0.000000000000 0.000000000000 0.003067016602 0.000000000000 +0.126953125000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.002822875977 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.071289062500 0.000000000000 0.320312500000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.048339843750 +0.000000000000 0.000000000000 0.053466796875 0.060791015625 +0.012756347656 0.000000000000 0.140625000000 0.002304077148 +0.000000000000 0.000000000000 0.034912109375 0.000000000000 +0.046142578125 0.000000000000 0.000000000000 0.000000000000 +0.092285156250 0.000000000000 0.000000000000 0.177734375000 +0.000000000000 0.078613281250 0.100097656250 0.000000000000 +0.000000000000 0.000000000000 0.004699707031 0.000000000000 +0.000000000000 0.000000000000 0.149414062500 0.015319824219 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.157226562500 0.024658203125 0.087890625000 0.000000000000 +0.000000000000 0.000000000000 0.255859375000 0.000000000000 +0.000000000000 0.000000000000 0.070800781250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.080078125000 0.000000000000 0.000000000000 0.000000000000 +0.068359375000 0.000000000000 0.000000000000 0.163085937500 +0.172851562500 0.000000000000 0.000000000000 0.031494140625 +0.063476562500 0.000000000000 0.000000000000 0.121093750000 +0.010681152344 0.000000000000 0.111816406250 0.140625000000 +0.000000000000 0.005523681641 0.011901855469 0.000000000000 +0.112792968750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.040283203125 0.000000000000 0.071777343750 +0.000000000000 0.096679687500 0.071777343750 0.204101562500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.017578125000 0.171875000000 0.072265625000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.177734375000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.205078125000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.008850097656 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.107421875000 0.039062500000 0.166015625000 +0.000000000000 0.046386718750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.012390136719 +0.000000000000 0.000000000000 0.000000000000 0.080566406250 +0.000000000000 0.031127929688 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.098144531250 0.000000000000 +0.000000000000 0.000000000000 0.129882812500 0.000000000000 +0.000000000000 0.046630859375 0.000000000000 0.000000000000 +0.000000000000 0.015441894531 0.000000000000 0.140625000000 +0.000000000000 0.000000000000 0.003311157227 0.078613281250 +0.239257812500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.218750000000 0.283203125000 +0.000000000000 0.255859375000 0.000000000000 0.066894531250 +0.000000000000 0.084472656250 0.000000000000 0.000000000000 +0.000000000000 0.132812500000 0.000000000000 0.103515625000 +0.144531250000 0.000000000000 0.000000000000 0.000000000000 +0.220703125000 0.273437500000 0.000000000000 0.186523437500 +0.000000000000 0.023925781250 0.000000000000 0.000000000000 +0.069335937500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.144531250000 0.000000000000 +0.000000000000 0.261718750000 0.142578125000 0.000000000000 +0.019653320312 0.032958984375 0.000000000000 0.000000000000 +0.054443359375 0.117675781250 0.000000000000 0.049316406250 +0.000000000000 0.025146484375 0.000000000000 0.251953125000 +0.261718750000 0.000000000000 0.023315429688 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.128906250000 +0.089843750000 0.000000000000 0.000000000000 0.015869140625 +0.000000000000 0.147460937500 0.002044677734 0.192382812500 +0.000000000000 0.343750000000 0.000000000000 0.000000000000 +0.000000000000 0.048828125000 0.061035156250 0.000000000000 +0.000000000000 0.316406250000 0.000000000000 0.108398437500 +0.244140625000 0.124023437500 0.000000000000 0.159179687500 +0.000000000000 0.000000000000 0.076171875000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.091308593750 0.128906250000 0.000000000000 +0.000000000000 0.020751953125 0.104492187500 0.000000000000 +0.066894531250 0.000000000000 0.000000000000 0.000000000000 +0.267578125000 0.243164062500 0.136718750000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.188476562500 +0.419921875000 0.000000000000 0.106933593750 0.000000000000 +0.000000000000 0.018066406250 0.000000000000 0.010314941406 +0.000000000000 0.000000000000 0.000000000000 0.079101562500 +0.000000000000 0.198242187500 0.030761718750 0.090332031250 +0.000000000000 0.065429687500 0.000000000000 0.000000000000 +0.000000000000 0.283203125000 0.281250000000 0.015625000000 +0.047607421875 0.306640625000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.243164062500 0.166992187500 +0.000000000000 0.000000000000 0.206054687500 0.000000000000 +0.000000000000 0.382812500000 0.000000000000 0.000000000000 +0.033935546875 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.170898437500 0.203125000000 0.000000000000 +0.249023437500 0.032226562500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.161132812500 0.263671875000 0.077636718750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.133789062500 +0.204101562500 0.000000000000 0.167968750000 0.000000000000 +0.030029296875 0.259765625000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.063964843750 0.108886718750 +0.000000000000 0.082519531250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.034912109375 0.470703125000 0.240234375000 +0.006317138672 0.028442382812 0.018920898438 0.000000000000 +0.002243041992 0.000000000000 0.000000000000 0.147460937500 +0.000000000000 0.000000000000 0.103027343750 0.000000000000 +0.237304687500 0.195312500000 0.057128906250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.216796875000 0.000000000000 0.000000000000 0.047119140625 +0.296875000000 0.092773437500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.107421875000 0.164062500000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.097656250000 +0.000000000000 0.000000000000 0.191406250000 0.000000000000 +0.061035156250 0.300781250000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.023193359375 0.000000000000 +0.000000000000 0.000000000000 0.123535156250 0.029296875000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.105468750000 0.069335937500 +0.106933593750 0.000000000000 0.000000000000 0.000000000000 +0.210937500000 0.000000000000 0.005432128906 0.242187500000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.043945312500 0.173828125000 0.000000000000 +0.000000000000 0.149414062500 0.129882812500 0.000000000000 +0.007812500000 0.084472656250 0.000000000000 0.000000000000 +0.250000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.073730468750 0.124023437500 0.000000000000 +0.113281250000 0.000000000000 0.137695312500 0.267578125000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.145507812500 0.094726562500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.265625000000 0.000000000000 +0.112792968750 0.000000000000 0.000000000000 0.012268066406 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.012573242188 0.000000000000 +0.000000000000 0.000000000000 0.032470703125 0.000000000000 +0.125976562500 0.117675781250 0.066894531250 0.160156250000 +0.069335937500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.094238281250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.102539062500 0.000000000000 0.000000000000 +0.000000000000 0.036376953125 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.044677734375 0.044189453125 0.000000000000 +0.059082031250 0.051513671875 0.024780273438 0.199218750000 +0.000000000000 0.000000000000 0.045654296875 0.090820312500 +0.310546875000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.010620117188 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.034667968750 +0.000000000000 0.000000000000 0.062011718750 0.000000000000 +0.000000000000 0.008361816406 0.070800781250 0.148437500000 +0.156250000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.110351562500 0.000000000000 +0.000000000000 0.000000000000 0.038330078125 0.000000000000 +0.083496093750 0.090820312500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.087890625000 +0.000000000000 0.000000000000 0.020629882812 0.000000000000 +0.027465820312 0.000000000000 0.125976562500 0.115722656250 +0.000000000000 0.000000000000 0.000000000000 0.003799438477 +0.186523437500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.086425781250 0.000000000000 +0.015869140625 0.000000000000 0.031494140625 0.028564453125 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.192382812500 0.241210937500 0.000000000000 0.229492187500 +0.202148437500 0.000000000000 0.000000000000 0.050292968750 +0.000000000000 0.044677734375 0.131835937500 0.000000000000 +0.035400390625 0.227539062500 0.141601562500 0.000000000000 +0.052978515625 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.007720947266 0.000000000000 0.000000000000 +0.000000000000 0.035400390625 0.000000000000 0.110351562500 +0.000000000000 0.000000000000 0.025268554688 0.000000000000 +0.174804687500 0.047851562500 0.146484375000 0.192382812500 +0.049560546875 0.000000000000 0.005554199219 0.023681640625 +0.255859375000 0.000000000000 0.000000000000 0.078125000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.148437500000 0.000000000000 0.092773437500 0.000000000000 +0.156250000000 0.029418945312 0.208007812500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.249023437500 0.000000000000 +0.000000000000 0.156250000000 0.236328125000 0.194335937500 +0.076171875000 0.123046875000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.015136718750 0.151367187500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.001083374023 0.069824218750 +0.182617187500 0.000000000000 0.000000000000 0.253906250000 +0.001846313477 0.000000000000 0.000000000000 0.110839843750 +0.192382812500 0.000000000000 0.000000000000 0.000000000000 +0.025390625000 0.007934570312 0.000000000000 0.000000000000 +0.251953125000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.032958984375 0.199218750000 +0.000000000000 0.000000000000 0.137695312500 0.078125000000 +0.061035156250 0.000000000000 0.225585937500 0.000000000000 +0.100585937500 0.000000000000 0.000000000000 0.000000000000 +0.000541687012 0.013122558594 0.000000000000 0.162109375000 +0.000000000000 0.000000000000 0.000000000000 0.137695312500 +0.145507812500 0.005432128906 0.099121093750 0.000000000000 +0.000000000000 0.035156250000 0.000000000000 0.000000000000 +0.000000000000 0.003967285156 0.000000000000 0.089843750000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.050537109375 0.000000000000 +0.000000000000 0.178710937500 0.000000000000 0.146484375000 +0.075195312500 0.000000000000 0.000000000000 0.018432617188 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.083007812500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.110839843750 0.000000000000 0.088867187500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.100585937500 +0.061279296875 0.043945312500 0.000000000000 0.040771484375 +0.114746093750 0.000000000000 0.000000000000 0.015380859375 +0.230468750000 0.000000000000 0.118652343750 0.000000000000 +0.091308593750 0.000000000000 0.000000000000 0.000000000000 +0.205078125000 0.000000000000 0.050781250000 0.000000000000 +0.000000000000 0.149414062500 0.000000000000 0.000000000000 +0.187500000000 0.001266479492 0.000000000000 0.051513671875 +0.000000000000 0.084472656250 0.139648437500 0.000000000000 +0.026733398438 0.170898437500 0.000000000000 0.192382812500 +0.000000000000 0.000000000000 0.121093750000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.060302734375 0.033935546875 0.000000000000 0.245117187500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.019775390625 0.000000000000 +0.047607421875 0.275390625000 0.032470703125 0.227539062500 +0.067871093750 0.100585937500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.002120971680 0.000000000000 0.000000000000 +0.000000000000 0.130859375000 0.000000000000 0.000000000000 +0.000000000000 0.000013887882 0.075195312500 0.000000000000 +0.057373046875 0.030151367188 0.000000000000 0.000000000000 +0.135742187500 0.120117187500 0.145507812500 0.000000000000 +0.133789062500 0.000000000000 0.002807617188 0.137695312500 +0.247070312500 0.000000000000 0.000000000000 0.000000000000 +0.049072265625 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.066894531250 0.000000000000 0.000000000000 +0.000000000000 0.376953125000 0.007812500000 0.224609375000 +0.000000000000 0.138671875000 0.000000000000 0.000000000000 +0.000000000000 0.038818359375 0.003036499023 0.000000000000 +0.216796875000 0.066894531250 0.000000000000 0.000000000000 +0.082031250000 0.121093750000 0.023925781250 0.345703125000 +0.045654296875 0.114746093750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.022949218750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.206054687500 0.227539062500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.308593750000 0.122558593750 0.113281250000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.249023437500 +0.294921875000 0.000000000000 0.205078125000 0.228515625000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.055419921875 0.000000000000 0.000000000000 0.000000000000 +0.031005859375 0.484375000000 0.000000000000 0.090820312500 +0.000000000000 0.316406250000 0.000000000000 0.000000000000 +0.000000000000 0.155273437500 0.384765625000 0.000000000000 +0.000000000000 0.065917968750 0.000000000000 0.000000000000 +0.174804687500 0.269531250000 0.059082031250 0.283203125000 +0.027832031250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.044433593750 0.000000000000 0.000000000000 +0.111816406250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.154296875000 0.212890625000 0.000000000000 +0.000000000000 0.016967773438 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.269531250000 0.196289062500 0.233398437500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.168945312500 +0.238281250000 0.000000000000 0.159179687500 0.369140625000 +0.000000000000 0.042724609375 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.064453125000 +0.000000000000 0.386718750000 0.021972656250 0.000000000000 +0.017089843750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.398437500000 0.523437500000 0.423828125000 +0.000000000000 0.021484375000 0.094726562500 0.000000000000 +0.000000000000 0.000000000000 0.005950927734 0.314453125000 +0.000000000000 0.000000000000 0.118652343750 0.000000000000 +0.000000000000 0.087890625000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.037109375000 0.058349609375 0.184570312500 0.000000000000 +0.000000000000 0.082519531250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.143554687500 0.159179687500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000379562378 +0.000000000000 0.000000000000 0.041503906250 0.236328125000 +0.098632812500 0.335937500000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.094238281250 0.000000000000 +0.000000000000 0.135742187500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.100097656250 0.298828125000 0.302734375000 +0.145507812500 0.000000000000 0.000000000000 0.000000000000 +0.122070312500 0.000000000000 0.000000000000 0.234375000000 +0.000000000000 0.000000000000 0.091796875000 0.000000000000 +0.055419921875 0.193359375000 0.066406250000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.203125000000 0.033691406250 0.000000000000 0.000000000000 +0.054931640625 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.009033203125 0.000000000000 +0.000000000000 0.090332031250 0.188476562500 0.000000000000 +0.000000000000 0.000000000000 0.061279296875 0.091796875000 +0.000000000000 0.000000000000 0.018676757812 0.010009765625 +0.073730468750 0.359375000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.170898437500 0.000000000000 +0.000000000000 0.000000000000 0.128906250000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.086425781250 0.131835937500 0.337890625000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.067871093750 0.000000000000 0.000000000000 0.104492187500 +0.000000000000 0.000000000000 0.120117187500 0.000000000000 +0.018554687500 0.206054687500 0.055908203125 0.000675201416 +0.000000000000 0.053466796875 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.085449218750 0.000000000000 0.000000000000 0.046386718750 +0.000000000000 0.000000000000 0.053710937500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.077636718750 0.095214843750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.119140625000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.145507812500 0.118652343750 0.000000000000 0.047607421875 +0.000000000000 0.000000000000 0.000000000000 0.037353515625 +0.000000000000 0.000000000000 0.000000000000 0.051269531250 +0.000000000000 0.000000000000 0.022094726562 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.088867187500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.027099609375 0.000000000000 0.000000000000 +0.000000000000 0.069335937500 0.109863281250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.180664062500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.022583007812 0.000000000000 0.034179687500 +0.000000000000 0.000000000000 0.039794921875 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.009826660156 0.000000000000 0.023437500000 0.000000000000 +0.000000000000 0.033691406250 0.000000000000 0.045166015625 +0.228515625000 0.011108398438 0.000000000000 0.000000000000 +0.026611328125 0.000000000000 0.066894531250 0.015991210938 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.028076171875 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.015258789062 0.000000000000 +0.000000000000 0.081542968750 0.000000000000 0.000000000000 +0.074218750000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.109863281250 0.078613281250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.014892578125 +0.001510620117 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.111328125000 +0.000000000000 0.000000000000 0.000000000000 0.221679687500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.019897460938 0.000000000000 0.000000000000 +0.090820312500 0.089355468750 0.073242187500 0.148437500000 +0.064941406250 0.009643554688 0.000000000000 0.016479492188 +0.032714843750 0.000000000000 0.084472656250 0.000000000000 +0.000000000000 0.000000000000 0.093750000000 0.000000000000 +0.023559570312 0.144531250000 0.000000000000 0.000000000000 +0.027343750000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.046142578125 0.000000000000 0.000000000000 +0.000000000000 0.112304687500 0.147460937500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.332031250000 +0.007995605469 0.000000000000 0.099609375000 0.000000000000 +0.064941406250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.053222656250 0.046386718750 0.000000000000 +0.240234375000 0.000000000000 0.000000000000 0.123046875000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.047119140625 0.000000000000 +0.161132812500 0.000000000000 0.000000000000 0.000000000000 +0.067382812500 0.059570312500 0.000000000000 0.271484375000 +0.154296875000 0.316406250000 0.000000000000 0.000000000000 +0.000000000000 0.201171875000 0.081542968750 0.000000000000 +0.144531250000 0.224609375000 0.035888671875 0.000000000000 +0.000000000000 0.082519531250 0.000000000000 0.000000000000 +0.065429687500 0.077636718750 0.000000000000 0.000000000000 +0.230468750000 0.033935546875 0.000000000000 0.000000000000 +0.000000000000 0.039062500000 0.186523437500 0.000000000000 +0.279296875000 0.042480468750 0.173828125000 0.277343750000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.253906250000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.211914062500 0.000000000000 0.000000000000 0.032958984375 +0.016601562500 0.000000000000 0.186523437500 0.000000000000 +0.000000000000 0.007812500000 0.000000000000 0.070312500000 +0.000000000000 0.000000000000 0.204101562500 0.000000000000 +0.000000000000 0.222656250000 0.100585937500 0.236328125000 +0.112792968750 0.226562500000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.212890625000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.082519531250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.008483886719 0.150390625000 0.000000000000 +0.216796875000 0.000000000000 0.107910156250 0.271484375000 +0.000000000000 0.000000000000 0.000000000000 0.263671875000 +0.320312500000 0.000000000000 0.058837890625 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.050048828125 0.000000000000 0.153320312500 0.000000000000 +0.386718750000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.318359375000 +0.148437500000 0.000000000000 0.232421875000 0.215820312500 +0.023315429688 0.008422851562 0.080566406250 0.192382812500 +0.017822265625 0.011108398438 0.030761718750 0.120605468750 +0.000000000000 0.000000000000 0.103515625000 0.345703125000 +0.000000000000 0.000000000000 0.000000000000 0.130859375000 +0.324218750000 0.000000000000 0.066894531250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.138671875000 +0.000000000000 0.000000000000 0.455078125000 0.351562500000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.304687500000 0.207031250000 +0.000000000000 0.196289062500 0.000000000000 0.227539062500 +0.148437500000 0.000000000000 0.016723632812 0.155273437500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.059814453125 0.000000000000 0.000000000000 0.000000000000 +0.132812500000 0.000000000000 0.035644531250 0.000000000000 +0.068359375000 0.000000000000 0.000000000000 0.031005859375 +0.000000000000 0.000000000000 0.000000000000 0.142578125000 +0.000000000000 0.000000000000 0.004180908203 0.000000000000 +0.183593750000 0.000000000000 0.076660156250 0.164062500000 +0.155273437500 0.000000000000 0.146484375000 0.187500000000 +0.000000000000 0.000000000000 0.000000000000 0.096679687500 +0.160156250000 0.000000000000 0.024291992188 0.000000000000 +0.000000000000 0.291015625000 0.000000000000 0.182617187500 +0.000000000000 0.253906250000 0.043701171875 0.289062500000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.221679687500 0.112304687500 0.145507812500 +0.000000000000 0.155273437500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.090820312500 0.117675781250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.302734375000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.249023437500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.098632812500 +0.000000000000 0.000000000000 0.000000000000 0.050537109375 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.118164062500 0.000000000000 0.000000000000 0.292968750000 +0.211914062500 0.000000000000 0.228515625000 0.113769531250 +0.000000000000 0.088378906250 0.059082031250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.065917968750 +0.000000000000 0.061035156250 0.000000000000 0.378906250000 +0.000000000000 0.308593750000 0.085937500000 0.231445312500 +0.000000000000 0.000000000000 0.000000000000 0.308593750000 +0.179687500000 0.187500000000 0.123046875000 0.195312500000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.107421875000 0.000000000000 0.353515625000 0.050781250000 +0.000000000000 0.000000000000 0.078613281250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.419921875000 0.296875000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.154296875000 +0.014526367188 0.009216308594 0.000000000000 0.000000000000 +0.291015625000 0.000000000000 0.000000000000 0.324218750000 +0.000000000000 0.000000000000 0.275390625000 0.164062500000 +0.000000000000 0.189453125000 0.240234375000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.398437500000 +0.000000000000 0.351562500000 0.021850585938 0.523437500000 +0.000000000000 0.000000000000 0.000000000000 0.294921875000 +0.196289062500 0.050292968750 0.184570312500 0.137695312500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.507812500000 0.359375000000 +0.028686523438 0.455078125000 0.081054687500 0.000000000000 +0.091308593750 0.000000000000 0.020751953125 0.455078125000 +0.000000000000 0.406250000000 0.492187500000 0.240234375000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.133789062500 0.000000000000 0.302734375000 +0.201171875000 0.488281250000 0.096679687500 0.032714843750 +0.322265625000 0.000000000000 0.000000000000 0.132812500000 +0.000000000000 0.000000000000 0.136718750000 0.000000000000 +0.106445312500 0.117675781250 0.000000000000 0.000000000000 +0.000000000000 0.071289062500 0.075195312500 0.000000000000 +0.000000000000 0.000000000000 0.416015625000 0.000000000000 +0.279296875000 0.172851562500 0.000000000000 0.333984375000 +0.419921875000 0.026000976562 0.014099121094 0.073242187500 +0.069824218750 0.161132812500 0.000000000000 0.164062500000 +0.835937500000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.068359375000 0.447265625000 +0.671875000000 0.773437500000 0.000000000000 0.000000000000 +0.335937500000 0.184570312500 0.000000000000 0.292968750000 +0.008911132812 0.388671875000 0.191406250000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.141601562500 0.339843750000 0.000000000000 +0.000000000000 0.343750000000 0.490234375000 0.045166015625 +0.107910156250 0.153320312500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.167968750000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.208984375000 0.230468750000 0.000000000000 +0.000000000000 0.000000000000 0.357421875000 0.000000000000 +0.064941406250 0.000000000000 0.000000000000 0.000000000000 +0.302734375000 0.171875000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.746093750000 0.000000000000 0.038085937500 0.128906250000 +0.000000000000 0.000000000000 0.000000000000 0.219726562500 +0.488281250000 0.079589843750 0.000000000000 0.102050781250 +0.000000000000 0.335937500000 0.000000000000 0.000000000000 +0.036132812500 0.021484375000 0.000000000000 0.000000000000 +0.000000000000 0.027343750000 0.265625000000 0.153320312500 +0.140625000000 0.071289062500 0.173828125000 0.000000000000 +0.099121093750 0.000000000000 0.167968750000 0.244140625000 +0.147460937500 0.000000000000 0.000000000000 0.000000000000 +0.037841796875 0.192382812500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.204101562500 0.209960937500 0.092773437500 0.000000000000 +0.000000000000 0.096679687500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.038818359375 0.049560546875 0.000000000000 +0.000000000000 0.000000000000 0.027832031250 0.302734375000 +0.189453125000 0.000000000000 0.190429687500 0.161132812500 +0.128906250000 0.053222656250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.103515625000 0.209960937500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000083446503 0.231445312500 0.294921875000 0.066894531250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.090820312500 0.000000000000 0.160156250000 0.275390625000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.026245117188 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.082519531250 0.014038085938 0.000000000000 +0.000000000000 0.041015625000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.096679687500 0.214843750000 0.000000000000 +0.000000000000 0.000000000000 0.029052734375 0.099609375000 +0.000000000000 0.000000000000 0.014343261719 0.153320312500 +0.039062500000 0.028808593750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.095214843750 0.000000000000 +0.150390625000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.261718750000 0.086914062500 0.092773437500 +0.000000000000 0.000000000000 0.109375000000 0.044677734375 +0.000000000000 0.000000000000 0.096679687500 0.130859375000 +0.000000000000 0.000000000000 0.025024414062 0.000000000000 +0.048095703125 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.132812500000 0.028930664062 0.129882812500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.020751953125 0.000000000000 +0.000000000000 0.023193359375 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.100585937500 0.000000000000 0.137695312500 +0.000000000000 0.186523437500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.001953125000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.038330078125 0.000000000000 0.000000000000 0.000000000000 +0.189453125000 0.000000000000 0.178710937500 0.236328125000 +0.004211425781 0.062255859375 0.000000000000 0.083007812500 +0.114257812500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.084960937500 0.146484375000 +0.273437500000 0.219726562500 0.000000000000 0.055175781250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.226562500000 0.000000000000 0.014709472656 0.000000000000 +0.010742187500 0.100097656250 0.000000000000 0.000000000000 +0.000000000000 0.018798828125 0.056640625000 0.000000000000 +0.000000000000 0.056152343750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.300781250000 +0.000000000000 0.023437500000 0.060791015625 0.000000000000 +0.000000000000 0.193359375000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.070312500000 0.000000000000 0.055175781250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.007446289062 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.031250000000 0.000000000000 0.036376953125 0.000000000000 +0.000000000000 0.000000000000 0.098144531250 0.045410156250 +0.000000000000 0.000000000000 0.177734375000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.158203125000 0.055908203125 0.000000000000 0.000000000000 +0.098632812500 0.075195312500 0.000000000000 0.000000000000 +0.000000000000 0.070312500000 0.146484375000 0.000000000000 +0.000000000000 0.000000000000 0.004028320312 0.337890625000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.015869140625 0.000000000000 +0.000000000000 0.000000000000 0.011474609375 0.000000000000 +0.000000000000 0.000000000000 0.249023437500 0.000000000000 +0.104003906250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.068359375000 0.000000000000 0.000000000000 +0.000000000000 0.025756835938 0.000000000000 0.158203125000 +0.000000000000 0.000000000000 0.083007812500 0.000000000000 +0.000000000000 0.000000000000 0.046386718750 0.120117187500 +0.075683593750 0.000000000000 0.000000000000 0.086425781250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.098632812500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.154296875000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.068847656250 +0.000000000000 0.000000000000 0.040771484375 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.176757812500 0.087402343750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.140625000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.044433593750 0.062255859375 0.000000000000 0.213867187500 +0.259765625000 0.000000000000 0.000000000000 0.000000000000 +0.152343750000 0.000000000000 0.000000000000 0.247070312500 +0.133789062500 0.228515625000 0.175781250000 0.109375000000 +0.000000000000 0.096679687500 0.000000000000 0.000000000000 +0.069335937500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.206054687500 0.000000000000 0.070312500000 +0.000000000000 0.294921875000 0.000000000000 0.158203125000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.147460937500 0.054199218750 0.002197265625 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.069335937500 +0.000000000000 0.021972656250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.214843750000 0.209960937500 +0.000000000000 0.003097534180 0.106933593750 0.053466796875 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.163085937500 0.000000000000 0.131835937500 +0.096679687500 0.046142578125 0.000000000000 0.066406250000 +0.086425781250 0.011047363281 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.067382812500 0.000000000000 +0.033935546875 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.095703125000 0.000000000000 +0.166992187500 0.071777343750 0.000000000000 0.000000000000 +0.123535156250 0.121093750000 0.066894531250 0.195312500000 +0.000000000000 0.000000000000 0.000000000000 0.388671875000 +0.339843750000 0.000000000000 0.088378906250 0.000000000000 +0.000000000000 0.000000000000 0.074218750000 0.151367187500 +0.152343750000 0.316406250000 0.000000000000 0.000000000000 +0.061523437500 0.087890625000 0.144531250000 0.032714843750 +0.142578125000 0.206054687500 0.000000000000 0.000000000000 +0.000000000000 0.076171875000 0.000000000000 0.000000000000 +0.000000000000 0.259765625000 0.081542968750 0.055419921875 +0.000000000000 0.029418945312 0.396484375000 0.056884765625 +0.000000000000 0.000000000000 0.079589843750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.215820312500 0.225585937500 0.000000000000 +0.000000000000 0.000000000000 0.003051757812 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.263671875000 0.132812500000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.406250000000 0.160156250000 0.000000000000 0.034423828125 +0.000000000000 0.000000000000 0.087402343750 0.199218750000 +0.013671875000 0.060058593750 0.000000000000 0.251953125000 +0.000000000000 0.251953125000 0.000000000000 0.000000000000 +0.000000000000 0.100097656250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.408203125000 0.148437500000 +0.000000000000 0.159179687500 0.000000000000 0.008056640625 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.077148437500 0.000000000000 0.083984375000 0.000000000000 +0.257812500000 0.306640625000 0.000000000000 0.000000000000 +0.001838684082 0.000000000000 0.000000000000 0.000000000000 +0.129882812500 0.000000000000 0.178710937500 0.000000000000 +0.269531250000 0.289062500000 0.000000000000 0.000000000000 +0.027832031250 0.065917968750 0.000000000000 0.000000000000 +0.000000000000 0.155273437500 0.122070312500 0.000000000000 +0.000000000000 0.054931640625 0.000000000000 0.107421875000 +0.115722656250 0.199218750000 0.140625000000 0.000000000000 +0.094726562500 0.148437500000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.016479492188 0.054687500000 +0.000000000000 0.000000000000 0.230468750000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.153320312500 0.125976562500 0.133789062500 +0.055175781250 0.000000000000 0.000000000000 0.000000000000 +0.141601562500 0.000000000000 0.000000000000 0.128906250000 +0.000000000000 0.000000000000 0.024902343750 0.000000000000 +0.018676757812 0.000000000000 0.161132812500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.269531250000 0.000000000000 0.000000000000 0.034912109375 +0.000000000000 0.036132812500 0.000000000000 0.000000000000 +0.000000000000 0.054199218750 0.102050781250 0.000000000000 +0.000000000000 0.000000000000 0.064453125000 0.285156250000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.001853942871 0.141601562500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.078613281250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.023559570312 +0.094238281250 0.000000000000 0.000000000000 0.160156250000 +0.000000000000 0.067382812500 0.128906250000 0.000000000000 +0.000000000000 0.148437500000 0.176757812500 0.000000000000 +0.049316406250 0.009704589844 0.000000000000 0.000000000000 +0.185546875000 0.009582519531 0.000000000000 0.130859375000 +0.000000000000 0.205078125000 0.000000000000 0.030273437500 +0.000000000000 0.030029296875 0.000000000000 0.000000000000 +0.168945312500 0.000000000000 0.152343750000 0.112792968750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.124511718750 0.000000000000 0.145507812500 0.012756347656 +0.000000000000 0.000000000000 0.188476562500 0.000000000000 +0.081542968750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.030883789062 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.096191406250 +0.210937500000 0.196289062500 0.000000000000 0.057617187500 +0.221679687500 0.000000000000 0.000000000000 0.019897460938 +0.000000000000 0.000000000000 0.136718750000 0.000000000000 +0.080078125000 0.020751953125 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.161132812500 0.000000000000 0.000000000000 +0.066894531250 0.043457031250 0.000000000000 0.064941406250 +0.000000000000 0.000000000000 0.046875000000 0.000000000000 +0.168945312500 0.164062500000 0.031250000000 0.245117187500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.189453125000 0.000000000000 0.000000000000 0.000000000000 +0.039794921875 0.000000000000 0.000000000000 0.000000000000 +0.211914062500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.227539062500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.052001953125 0.000000000000 +0.000000000000 0.144531250000 0.320312500000 0.059326171875 +0.139648437500 0.050292968750 0.000000000000 0.000000000000 +0.000000000000 0.008117675781 0.077148437500 0.000000000000 +0.000000000000 0.147460937500 0.103515625000 0.000000000000 +0.000000000000 0.178710937500 0.000000000000 0.044677734375 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.056884765625 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.147460937500 0.000000000000 0.105468750000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.010620117188 +0.241210937500 0.000000000000 0.228515625000 0.018066406250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.168945312500 0.000000000000 0.174804687500 0.000000000000 +0.195312500000 0.000000000000 0.110839843750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.174804687500 +0.182617187500 0.000000000000 0.222656250000 0.046386718750 +0.000000000000 0.000000000000 0.060791015625 0.031005859375 +0.175781250000 0.000000000000 0.000000000000 0.047851562500 +0.033203125000 0.000000000000 0.117187500000 0.203125000000 +0.000000000000 0.240234375000 0.000000000000 0.214843750000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.098632812500 +0.000000000000 0.130859375000 0.269531250000 0.308593750000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.228515625000 0.582031250000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.151367187500 0.000000000000 0.140625000000 0.251953125000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.184570312500 0.000000000000 0.000000000000 0.000000000000 +0.158203125000 0.000000000000 0.082031250000 0.000000000000 +0.037353515625 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.247070312500 +0.000000000000 0.021972656250 0.019165039062 0.000000000000 +0.180664062500 0.000000000000 0.000000000000 0.225585937500 +0.041748046875 0.000000000000 0.035644531250 0.263671875000 +0.031738281250 0.054443359375 0.000000000000 0.000000000000 +0.208984375000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.197265625000 0.023071289062 0.134765625000 +0.000000000000 0.306640625000 0.193359375000 0.341796875000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.267578125000 0.081054687500 0.000000000000 +0.000000000000 0.094726562500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.279296875000 0.271484375000 +0.008972167969 0.052734375000 0.000000000000 0.000000000000 +0.147460937500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.168945312500 0.000000000000 +0.085937500000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.251953125000 +0.151367187500 0.000000000000 0.000000000000 0.000000000000 +0.140625000000 0.000000000000 0.032714843750 0.197265625000 +0.222656250000 0.000000000000 0.147460937500 0.210937500000 +0.000000000000 0.058349609375 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.105957031250 0.099609375000 +0.000000000000 0.221679687500 0.000000000000 0.227539062500 +0.000000000000 0.000000000000 0.000000000000 0.237304687500 +0.000000000000 0.287109375000 0.015625000000 0.388671875000 +0.073730468750 0.000000000000 0.079589843750 0.000000000000 +0.000000000000 0.000000000000 0.067382812500 0.197265625000 +0.052246093750 0.213867187500 0.000000000000 0.000000000000 +0.117675781250 0.000000000000 0.104980468750 0.000000000000 +0.000000000000 0.000000000000 0.248046875000 0.020385742188 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.160156250000 0.000000000000 0.108398437500 +0.000000000000 0.040283203125 0.285156250000 0.000000000000 +0.036376953125 0.000000000000 0.000000000000 0.057617187500 +0.000000000000 0.000000000000 0.066894531250 0.005981445312 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.039306640625 0.000000000000 +0.140625000000 0.107910156250 0.000000000000 0.000000000000 +0.000000000000 0.014343261719 0.000000000000 0.204101562500 +0.005065917969 0.000000000000 0.000000000000 0.018676757812 +0.191406250000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.199218750000 0.296875000000 +0.144531250000 0.308593750000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.064941406250 0.000000000000 0.135742187500 +0.000000000000 0.047607421875 0.000000000000 0.000000000000 +0.068847656250 0.000000000000 0.000000000000 0.031738281250 +0.007934570312 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.069824218750 0.000000000000 +0.000000000000 0.000000000000 0.172851562500 0.000000000000 +0.000000000000 0.066894531250 0.000000000000 0.000000000000 +0.000000000000 0.064453125000 0.075195312500 0.062500000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.188476562500 0.035400390625 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.118652343750 +0.000000000000 0.110351562500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.130859375000 0.173828125000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.044677734375 0.000000000000 +0.127929687500 0.000000000000 0.094726562500 0.010437011719 +0.056152343750 0.000000000000 0.052978515625 0.000000000000 +0.000000000000 0.017089843750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.128906250000 0.000000000000 0.000000000000 +0.000000000000 0.075683593750 0.000000000000 0.000000000000 +0.000000000000 0.000877380371 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.503906250000 +0.052246093750 0.000000000000 0.118652343750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.113769531250 0.000000000000 +0.028320312500 0.000000000000 0.000000000000 0.248046875000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.098632812500 0.000000000000 0.092285156250 +0.000000000000 0.000000000000 0.036376953125 0.000000000000 +0.000093460083 0.000000000000 0.093261718750 0.181640625000 +0.087890625000 0.024902343750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.166015625000 0.025512695312 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.073730468750 0.097656250000 0.000000000000 +0.000000000000 0.006317138672 0.000000000000 0.138671875000 +0.000000000000 0.000000000000 0.000000000000 0.054443359375 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.253906250000 0.051513671875 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.296875000000 0.000000000000 +0.000000000000 0.056640625000 0.000000000000 0.248046875000 +0.318359375000 0.000000000000 0.000000000000 0.000000000000 +0.015197753906 0.316406250000 0.000000000000 0.267578125000 +0.482421875000 0.000000000000 0.000000000000 0.000000000000 +0.023071289062 0.000000000000 0.099609375000 0.070312500000 +0.019531250000 0.000000000000 0.000000000000 0.152343750000 +0.000000000000 0.142578125000 0.000000000000 0.098144531250 +0.000000000000 0.000000000000 0.146484375000 0.000000000000 +0.000000000000 0.000000000000 0.143554687500 0.000000000000 +0.000000000000 0.111816406250 0.196289062500 0.030151367188 +0.197265625000 0.127929687500 0.000000000000 0.051269531250 +0.000000000000 0.000000000000 0.015625000000 0.223632812500 +0.234375000000 0.000000000000 0.246093750000 0.000000000000 +0.000000000000 0.000000000000 0.056640625000 0.324218750000 +0.000000000000 0.433593750000 0.000000000000 0.072753906250 +0.000000000000 0.121093750000 0.204101562500 0.000000000000 +0.000000000000 0.472656250000 0.000000000000 0.000000000000 +0.217773437500 0.017822265625 0.000000000000 0.000000000000 +0.039306640625 0.636718750000 0.000000000000 0.277343750000 +0.036132812500 0.000000000000 0.369140625000 0.000000000000 +0.000000000000 0.000000000000 0.125976562500 0.000000000000 +0.041015625000 0.000000000000 0.000000000000 0.000000000000 +0.166992187500 0.021362304688 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.363281250000 0.095703125000 +0.000000000000 0.074218750000 0.281250000000 0.000000000000 +0.134765625000 0.000000000000 0.000000000000 0.000000000000 +0.453125000000 0.335937500000 0.127929687500 0.224609375000 +0.000000000000 0.000000000000 0.000000000000 0.445312500000 +0.582031250000 0.196289062500 0.347656250000 0.000000000000 +0.000000000000 0.183593750000 0.010925292969 0.318359375000 +0.423828125000 0.054199218750 0.000000000000 0.386718750000 +0.000000000000 0.224609375000 0.000000000000 0.000000000000 +0.000000000000 0.188476562500 0.000000000000 0.000000000000 +0.175781250000 0.247070312500 0.640625000000 0.117187500000 +0.000000000000 0.494140625000 0.000000000000 0.009216308594 +0.000000000000 0.000000000000 0.152343750000 0.000000000000 +0.000000000000 0.000000000000 0.283203125000 0.000000000000 +0.425781250000 0.247070312500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.255859375000 0.127929687500 0.373046875000 +0.215820312500 0.296875000000 0.000000000000 0.000000000000 +0.060058593750 0.000000000000 0.000000000000 0.000000000000 +0.052246093750 0.339843750000 0.059814453125 0.070800781250 +0.000000000000 0.000000000000 0.000000000000 0.458984375000 +0.210937500000 0.122070312500 0.076660156250 0.000000000000 +0.000000000000 0.474609375000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.249023437500 +0.000000000000 0.000000000000 0.234375000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.265625000000 +0.151367187500 0.249023437500 0.296875000000 0.190429687500 +0.176757812500 0.265625000000 0.000000000000 0.037841796875 +0.052978515625 0.000000000000 0.000000000000 0.072265625000 +0.000000000000 0.000000000000 0.163085937500 0.095703125000 +0.172851562500 0.488281250000 0.134765625000 0.000000000000 +0.000000000000 0.092285156250 0.039794921875 0.000000000000 +0.139648437500 0.152343750000 0.000000000000 0.013977050781 +0.703125000000 0.000000000000 0.000000000000 0.035400390625 +0.000000000000 0.000000000000 0.177734375000 0.000000000000 +0.000000000000 0.205078125000 0.220703125000 0.012390136719 +0.000000000000 0.000000000000 0.000000000000 0.150390625000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.546875000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.351562500000 0.000000000000 +0.000000000000 0.000000000000 0.294921875000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.166015625000 +0.000000000000 0.136718750000 0.000000000000 0.000000000000 +0.086914062500 0.255859375000 0.000000000000 0.017700195312 +0.250000000000 0.000000000000 0.111816406250 0.128906250000 +0.000000000000 0.000000000000 0.112304687500 0.138671875000 +0.000000000000 0.073242187500 0.049560546875 0.000000000000 +0.126953125000 0.000000000000 0.000000000000 0.000000000000 +0.080566406250 0.007263183594 0.000000000000 0.000000000000 +0.086425781250 0.000000000000 0.000000000000 0.000000000000 +0.050781250000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.206054687500 0.034423828125 0.000000000000 +0.000000000000 0.000000000000 0.043457031250 0.242187500000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.178710937500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.039306640625 0.000000000000 +0.034423828125 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.147460937500 0.000000000000 +0.000000000000 0.083007812500 0.000000000000 0.000000000000 +0.098144531250 0.000000000000 0.164062500000 0.105468750000 +0.048828125000 0.032470703125 0.033203125000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.121093750000 0.000000000000 0.000000000000 +0.115234375000 0.174804687500 0.000000000000 0.000000000000 +0.221679687500 0.133789062500 0.000000000000 0.000000000000 +0.000000000000 0.144531250000 0.080566406250 0.000000000000 +0.000000000000 0.076171875000 0.000000000000 0.000000000000 +0.049560546875 0.000000000000 0.000000000000 0.000000000000 +0.030639648438 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.216796875000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.126953125000 0.010437011719 0.000000000000 +0.000000000000 0.000000000000 0.068359375000 0.000000000000 +0.000000000000 0.000000000000 0.061767578125 0.077148437500 +0.000000000000 0.000000000000 0.001853942871 0.000000000000 +0.124511718750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.012634277344 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.021850585938 0.006286621094 0.000000000000 +0.000000000000 0.000000000000 0.009582519531 0.222656250000 +0.000000000000 0.000000000000 0.043212890625 0.000000000000 +0.000000000000 0.000000000000 0.181640625000 0.000000000000 +0.000000000000 0.000000000000 0.100585937500 0.000000000000 +0.148437500000 0.000000000000 0.002273559570 0.000000000000 +0.039062500000 0.000000000000 0.000000000000 0.080566406250 +0.025146484375 0.000000000000 0.156250000000 0.287109375000 +0.000000000000 0.016113281250 0.000000000000 0.135742187500 +0.000000000000 0.000000000000 0.023193359375 0.000000000000 +0.013854980469 0.000000000000 0.238281250000 0.183593750000 +0.045654296875 0.300781250000 0.033203125000 0.202148437500 +0.000000000000 0.000000000000 0.141601562500 0.000000000000 +0.118652343750 0.082031250000 0.000000000000 0.007476806641 +0.000000000000 0.345703125000 0.000000000000 0.137695312500 +0.000000000000 0.224609375000 0.192382812500 0.045898437500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.036865234375 0.095214843750 0.000000000000 +0.000000000000 0.096679687500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.079589843750 +0.000000000000 0.000000000000 0.008483886719 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.281250000000 +0.000000000000 0.000000000000 0.000000000000 0.113769531250 +0.000000000000 0.000000000000 0.000000000000 0.110351562500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.353515625000 +0.308593750000 0.000000000000 0.130859375000 0.099609375000 +0.061767578125 0.133789062500 0.111328125000 0.000000000000 +0.277343750000 0.000000000000 0.000000000000 0.146484375000 +0.017333984375 0.000000000000 0.023193359375 0.208007812500 +0.026123046875 0.135742187500 0.121582031250 0.039306640625 +0.000000000000 0.054687500000 0.081054687500 0.283203125000 +0.027221679688 0.172851562500 0.036376953125 0.205078125000 +0.000000000000 0.050292968750 0.005462646484 0.000000000000 +0.000000000000 0.000000000000 0.045654296875 0.000000000000 +0.000000000000 0.206054687500 0.148437500000 0.000000000000 +0.052978515625 0.000000000000 0.253906250000 0.138671875000 +0.000000000000 0.312500000000 0.238281250000 0.439453125000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.238281250000 0.000000000000 0.147460937500 +0.359375000000 0.155273437500 0.294921875000 0.070312500000 +0.240234375000 0.000000000000 0.000000000000 0.035400390625 +0.000000000000 0.000000000000 0.084960937500 0.000000000000 +0.000000000000 0.000000000000 0.135742187500 0.000000000000 +0.000000000000 0.041259765625 0.054931640625 0.000000000000 +0.000000000000 0.265625000000 0.003784179688 0.000000000000 +0.205078125000 0.257812500000 0.000000000000 0.000000000000 +0.161132812500 0.000000000000 0.099609375000 0.010742187500 +0.041015625000 0.000000000000 0.030883789062 0.216796875000 +0.326171875000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.104492187500 0.339843750000 +0.492187500000 0.519531250000 0.000000000000 0.000000000000 +0.357421875000 0.000000000000 0.186523437500 0.028076171875 +0.000000000000 0.099609375000 0.269531250000 0.000000000000 +0.000000000000 0.310546875000 0.000000000000 0.000000000000 +0.000000000000 0.141601562500 0.308593750000 0.000000000000 +0.000000000000 0.292968750000 0.617187500000 0.012084960938 +0.000000000000 0.000000000000 0.077148437500 0.000000000000 +0.006958007812 0.000000000000 0.000000000000 0.000000000000 +0.570312500000 0.055664062500 0.000000000000 0.000000000000 +0.000000000000 0.265625000000 0.098144531250 0.126953125000 +0.000000000000 0.000000000000 0.523437500000 0.000000000000 +0.119628906250 0.035888671875 0.000000000000 0.000000000000 +0.041748046875 0.281250000000 0.080566406250 0.020263671875 +0.000000000000 0.163085937500 0.000000000000 0.000000000000 +0.341796875000 0.000000000000 0.230468750000 0.000000000000 +0.078125000000 0.000000000000 0.086914062500 0.040771484375 +0.066894531250 0.000000000000 0.079589843750 0.000000000000 +0.025390625000 0.000000000000 0.000000000000 0.000000000000 +0.170898437500 0.000000000000 0.000000000000 0.000000000000 +0.285156250000 0.055908203125 0.195312500000 0.421875000000 +0.225585937500 0.105957031250 0.000000000000 0.055664062500 +0.000000000000 0.000000000000 0.241210937500 0.048828125000 +0.126953125000 0.000000000000 0.000000000000 0.093261718750 +0.355468750000 0.197265625000 0.000000000000 0.128906250000 +0.000000000000 0.332031250000 0.000000000000 0.000000000000 +0.373046875000 0.084960937500 0.070312500000 0.000000000000 +0.000000000000 0.205078125000 0.000000000000 0.120605468750 +0.000000000000 0.006347656250 0.478515625000 0.205078125000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.251953125000 0.068847656250 0.421875000000 +0.000000000000 0.192382812500 0.180664062500 0.000000000000 +0.015625000000 0.131835937500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.047363281250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.367187500000 +0.092285156250 0.000000000000 0.000000000000 0.000000000000 +0.095703125000 0.178710937500 0.000000000000 0.267578125000 +0.225585937500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.146484375000 0.203125000000 +0.090820312500 0.005126953125 0.149414062500 0.194335937500 +0.000000000000 0.000000000000 0.004394531250 0.000000000000 +0.000000000000 0.038085937500 0.000000000000 0.000000000000 +0.000000000000 0.018920898438 0.000000000000 0.134765625000 +0.000000000000 0.098632812500 0.237304687500 0.000000000000 +0.000000000000 0.028686523438 0.020507812500 0.148437500000 +0.000000000000 0.000000000000 0.087402343750 0.185546875000 +0.001861572266 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.003967285156 0.277343750000 0.062011718750 +0.000000000000 0.090332031250 0.117187500000 0.000000000000 +0.052001953125 0.000000000000 0.000000000000 0.106445312500 +0.000000000000 0.000000000000 0.000000000000 0.261718750000 +0.112792968750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.065429687500 0.000000000000 0.162109375000 +0.000000000000 0.017089843750 0.141601562500 0.000000000000 +0.147460937500 0.030151367188 0.000000000000 0.055664062500 +0.065429687500 0.000000000000 0.034179687500 0.000000000000 +0.118164062500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.188476562500 0.000000000000 0.000000000000 +0.177734375000 0.158203125000 0.018676757812 0.000000000000 +0.208984375000 0.157226562500 0.000000000000 0.000000000000 +0.000000000000 0.134765625000 0.028930664062 0.066894531250 +0.169921875000 0.292968750000 0.000000000000 0.067871093750 +0.155273437500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.050781250000 0.020141601562 +0.000000000000 0.074707031250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.087402343750 0.062255859375 +0.000000000000 0.000000000000 0.073242187500 0.000000000000 +0.000000000000 0.002136230469 0.000000000000 0.000000000000 +0.000000000000 0.003173828125 0.043457031250 0.000000000000 +0.000000000000 0.043701171875 0.126953125000 0.154296875000 +0.046630859375 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.110351562500 0.000000000000 0.000000000000 +0.000000000000 0.055175781250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.047363281250 0.000000000000 0.000000000000 +0.000000000000 0.055175781250 0.089843750000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.396484375000 +0.192382812500 0.000000000000 0.287109375000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.068359375000 +0.000000000000 0.023437500000 0.000000000000 0.000000000000 +0.130859375000 0.000000000000 0.038574218750 0.000000000000 +0.211914062500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.142578125000 0.000000000000 0.106445312500 +0.056152343750 0.000000000000 0.079589843750 0.008056640625 +0.000000000000 0.000000000000 0.464843750000 0.099121093750 +0.000000000000 0.029296875000 0.172851562500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.021240234375 +0.000000000000 0.199218750000 0.000000000000 0.000000000000 +0.000000000000 0.113281250000 0.025390625000 0.073730468750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.033203125000 0.000000000000 +0.000000000000 0.024047851562 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.036376953125 0.000000000000 +0.041259765625 0.103027343750 0.000000000000 0.036621093750 +0.000000000000 0.000000000000 0.060302734375 0.025512695312 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.108886718750 0.000000000000 0.000000000000 0.000000000000 +0.093750000000 0.000000000000 0.000000000000 0.000000000000 +0.058593750000 0.000000000000 0.065429687500 0.197265625000 +0.000000000000 0.000000000000 0.086914062500 0.098632812500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.049072265625 0.000000000000 0.000000000000 0.147460937500 +0.326171875000 0.000000000000 0.008239746094 0.076171875000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.257812500000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.016113281250 0.000000000000 0.002227783203 +0.000000000000 0.130859375000 0.080566406250 0.080566406250 +0.000000000000 0.000000000000 0.101074218750 0.000000000000 +0.000000000000 0.322265625000 0.007446289062 0.093261718750 +0.000000000000 0.169921875000 0.000000000000 0.000000000000 +0.091796875000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.073730468750 0.000000000000 +0.000000000000 0.000000000000 0.089355468750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.100585937500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.050781250000 +0.231445312500 0.000000000000 0.000000000000 0.020385742188 +0.050781250000 0.000000000000 0.063476562500 0.133789062500 +0.000000000000 0.026977539062 0.211914062500 0.155273437500 +0.000000000000 0.166015625000 0.027343750000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.009887695312 0.000000000000 0.171875000000 +0.000000000000 0.154296875000 0.000000000000 0.029052734375 +0.000000000000 0.031005859375 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.155273437500 0.238281250000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.039794921875 +0.000000000000 0.159179687500 0.000000000000 0.000000000000 +0.263671875000 0.000000000000 0.125976562500 0.000000000000 +0.002059936523 0.000000000000 0.215820312500 0.000000000000 +0.000000000000 0.083007812500 0.000000000000 0.000000000000 +0.088867187500 0.147460937500 0.000000000000 0.098144531250 +0.000000000000 0.182617187500 0.519531250000 0.000000000000 +0.080566406250 0.169921875000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.064941406250 0.000000000000 +0.009887695312 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.125000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.088867187500 0.000000000000 +0.119140625000 0.032226562500 0.000000000000 0.000000000000 +0.000000000000 0.034423828125 0.144531250000 0.030273437500 +0.000000000000 0.000000000000 0.005462646484 0.369140625000 +0.149414062500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.173828125000 0.110351562500 +0.000000000000 0.009887695312 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.021850585938 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.110839843750 0.222656250000 +0.000000000000 0.192382812500 0.000000000000 0.000000000000 +0.151367187500 0.000000000000 0.000000000000 0.069824218750 +0.021484375000 0.000000000000 0.002182006836 0.000000000000 +0.035644531250 0.159179687500 0.000000000000 0.000000000000 +0.150390625000 0.000000000000 0.058837890625 0.000000000000 +0.000000000000 0.000000000000 0.097167968750 0.000000000000 +0.024658203125 0.061035156250 0.000000000000 0.070800781250 +0.000000000000 0.019287109375 0.172851562500 0.000000000000 +0.000000000000 0.005737304688 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.062988281250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.028076171875 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.285156250000 0.128906250000 0.000000000000 0.000000000000 +0.075195312500 0.055664062500 0.043701171875 0.025634765625 +0.122070312500 0.000000000000 0.000000000000 0.088867187500 +0.000000000000 0.089355468750 0.097656250000 0.000000000000 +0.000000000000 0.112792968750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.302734375000 0.000000000000 0.000000000000 +0.000000000000 0.156250000000 0.000000000000 0.000000000000 +0.000000000000 0.065429687500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.084472656250 0.441406250000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.038574218750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.142578125000 +0.000000000000 0.000000000000 0.051269531250 0.000000000000 +0.000000000000 0.092773437500 0.000000000000 0.000000000000 +0.166992187500 0.166992187500 0.000000000000 0.017944335938 +0.000000000000 0.261718750000 0.367187500000 0.113281250000 +0.097167968750 0.065429687500 0.000000000000 0.000000000000 +0.000000000000 0.031982421875 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.208007812500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.226562500000 0.000000000000 +0.047607421875 0.000000000000 0.000000000000 0.000000000000 +0.003570556641 0.113281250000 0.204101562500 0.024902343750 +0.000000000000 0.000000000000 0.023437500000 0.515625000000 +0.215820312500 0.000000000000 0.099609375000 0.000000000000 +0.041992187500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.078613281250 0.000000000000 0.000000000000 +0.169921875000 0.000000000000 0.016845703125 0.000000000000 +0.182617187500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.158203125000 +0.000000000000 0.000000000000 0.180664062500 0.130859375000 +0.000000000000 0.000000000000 0.038818359375 0.000000000000 +0.000000000000 0.000000000000 0.101562500000 0.000000000000 +0.031982421875 0.000000000000 0.000000000000 0.052490234375 +0.000000000000 0.146484375000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.065429687500 +0.000000000000 0.069335937500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.214843750000 0.000000000000 +0.000000000000 0.000000000000 0.008422851562 0.000000000000 +0.000000000000 0.000000000000 0.102050781250 0.000000000000 +0.000000000000 0.012817382812 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.035400390625 0.037353515625 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.169921875000 +0.012329101562 0.000000000000 0.000000000000 0.000000000000 +0.157226562500 0.002716064453 0.000000000000 0.068847656250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.107421875000 0.000000000000 0.000000000000 0.243164062500 +0.191406250000 0.131835937500 0.170898437500 0.010864257812 +0.000000000000 0.083007812500 0.124023437500 0.000000000000 +0.232421875000 0.000000000000 0.000000000000 0.000000000000 +0.004486083984 0.292968750000 0.000000000000 0.105957031250 +0.018432617188 0.210937500000 0.000000000000 0.124023437500 +0.000000000000 0.000000000000 0.041748046875 0.000000000000 +0.000000000000 0.345703125000 0.079589843750 0.326171875000 +0.000000000000 0.000000000000 0.096191406250 0.000000000000 +0.092773437500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.010925292969 0.000000000000 +0.042968750000 0.000000000000 0.018920898438 0.246093750000 +0.000000000000 0.000000000000 0.267578125000 0.166015625000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.078613281250 +0.353515625000 0.200195312500 0.000000000000 0.035400390625 +0.248046875000 0.000000000000 0.000000000000 0.190429687500 +0.000000000000 0.000000000000 0.240234375000 0.000000000000 +0.000000000000 0.005981445312 0.000000000000 0.000000000000 +0.000000000000 0.027343750000 0.000000000000 0.000000000000 +0.044433593750 0.060058593750 0.018188476562 0.000000000000 +0.192382812500 0.223632812500 0.000000000000 0.006469726562 +0.000000000000 0.010681152344 0.031494140625 0.021240234375 +0.200195312500 0.000000000000 0.063964843750 0.058837890625 +0.182617187500 0.000000000000 0.000000000000 0.000000000000 +0.032714843750 0.000000000000 0.000000000000 0.023803710938 +0.051757812500 0.123046875000 0.000000000000 0.000000000000 +0.138671875000 0.000000000000 0.204101562500 0.002731323242 +0.064453125000 0.000000000000 0.210937500000 0.000000000000 +0.000000000000 0.025024414062 0.000000000000 0.000000000000 +0.000000000000 0.090332031250 0.184570312500 0.000000000000 +0.000000000000 0.098632812500 0.214843750000 0.212890625000 +0.034667968750 0.204101562500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.255859375000 0.163085937500 0.000000000000 +0.000000000000 0.000000000000 0.137695312500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.085449218750 0.000000000000 0.000000000000 0.000000000000 +0.165039062500 0.000000000000 0.000000000000 0.365234375000 +0.291015625000 0.000000000000 0.013305664062 0.089843750000 +0.000000000000 0.000000000000 0.237304687500 0.281250000000 +0.046875000000 0.015747070312 0.000000000000 0.140625000000 +0.244140625000 0.052246093750 0.000000000000 0.000000000000 +0.314453125000 0.052734375000 0.000000000000 0.000000000000 +0.246093750000 0.000000000000 0.195312500000 0.267578125000 +0.147460937500 0.083007812500 0.102050781250 0.127929687500 +0.000000000000 0.058349609375 0.130859375000 0.000000000000 +0.000000000000 0.000000000000 0.139648437500 0.000000000000 +0.119140625000 0.000000000000 0.000000000000 0.211914062500 +0.104492187500 0.000000000000 0.000000000000 0.197265625000 +0.020507812500 0.000000000000 0.289062500000 0.000000000000 +0.000000000000 0.361328125000 0.000000000000 0.000000000000 +0.000000000000 0.029052734375 0.138671875000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.022705078125 0.117675781250 +0.031738281250 0.447265625000 0.000000000000 0.277343750000 +0.000000000000 0.000000000000 0.000000000000 0.130859375000 +0.118652343750 0.000000000000 0.000000000000 0.118164062500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.157226562500 0.000000000000 0.000000000000 0.000000000000 +0.051269531250 0.000000000000 0.050292968750 0.271484375000 +0.000000000000 0.000000000000 0.000000000000 0.190429687500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.168945312500 0.233398437500 +0.345703125000 0.000000000000 0.000000000000 0.147460937500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.330078125000 0.000000000000 0.000000000000 0.218750000000 +0.000000000000 0.000000000000 0.000000000000 0.093750000000 +0.000000000000 0.138671875000 0.294921875000 0.000000000000 +0.000000000000 0.000000000000 0.019287109375 0.232421875000 +0.000000000000 0.000000000000 0.000000000000 0.106445312500 +0.000000000000 0.408203125000 0.000000000000 0.000000000000 +0.000000000000 0.193359375000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000339508057 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.470703125000 +0.078613281250 0.000000000000 0.000000000000 0.000000000000 +0.160156250000 0.131835937500 0.000000000000 0.133789062500 +0.429687500000 0.034912109375 0.000000000000 0.000000000000 +0.056152343750 0.000000000000 0.095703125000 0.353515625000 +0.281250000000 0.140625000000 0.316406250000 0.000000000000 +0.000000000000 0.316406250000 0.185546875000 0.000000000000 +0.138671875000 0.000000000000 0.000000000000 0.000000000000 +0.250000000000 0.136718750000 0.000000000000 0.097656250000 +0.237304687500 0.216796875000 0.000000000000 0.000000000000 +0.000000000000 0.063476562500 0.102050781250 0.143554687500 +0.004547119141 0.000000000000 0.044921875000 0.503906250000 +0.000000000000 0.000000000000 0.238281250000 0.000000000000 +0.000000000000 0.018676757812 0.030273437500 0.040771484375 +0.000000000000 0.193359375000 0.014343261719 0.000000000000 +0.000000000000 0.019042968750 0.000000000000 0.570312500000 +0.000000000000 0.150390625000 0.090332031250 0.044921875000 +0.000000000000 0.006439208984 0.000000000000 0.000000000000 +0.000000000000 0.176757812500 0.000000000000 0.062500000000 +0.124511718750 0.250000000000 0.148437500000 0.125976562500 +0.193359375000 0.161132812500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.173828125000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.384765625000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.333984375000 0.000000000000 +0.332031250000 0.054931640625 0.000000000000 0.000000000000 +0.269531250000 0.240234375000 0.048339843750 0.050292968750 +0.073242187500 0.000000000000 0.000000000000 0.247070312500 +0.519531250000 0.000000000000 0.054443359375 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.113769531250 +0.170898437500 0.500000000000 0.000000000000 0.000000000000 +0.039550781250 0.208984375000 0.279296875000 0.014892578125 +0.043701171875 0.084960937500 0.000000000000 0.000000000000 +0.000000000000 0.275390625000 0.007202148438 0.000000000000 +0.000000000000 0.114257812500 0.165039062500 0.000000000000 +0.000000000000 0.000000000000 0.378906250000 0.225585937500 +0.000000000000 0.177734375000 0.000000000000 0.000000000000 +0.000000000000 0.082519531250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.006317138672 0.398437500000 0.209960937500 0.000000000000 +0.000000000000 0.000000000000 0.010131835938 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.175781250000 0.158203125000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.265625000000 +0.392578125000 0.000000000000 0.000000000000 0.152343750000 +0.000000000000 0.032470703125 0.042724609375 0.083984375000 +0.000000000000 0.000000000000 0.000000000000 0.058349609375 +0.000000000000 0.156250000000 0.000000000000 0.000000000000 +0.053710937500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.484375000000 0.257812500000 +0.000000000000 0.000000000000 0.081542968750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.101562500000 +0.104980468750 0.000000000000 0.000000000000 0.000000000000 +0.159179687500 0.198242187500 0.000000000000 0.000000000000 +0.046630859375 0.020751953125 0.000000000000 0.000000000000 +0.073242187500 0.000000000000 0.088378906250 0.000000000000 +0.190429687500 0.189453125000 0.000000000000 0.000000000000 +0.000000000000 0.013183593750 0.000000000000 0.000000000000 +0.000000000000 0.012390136719 0.067382812500 0.000000000000 +0.000000000000 0.036865234375 0.122558593750 0.330078125000 +0.000000000000 0.032470703125 0.182617187500 0.124023437500 +0.139648437500 0.146484375000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.250000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.020507812500 0.106445312500 0.128906250000 0.097167968750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.289062500000 0.000000000000 0.046875000000 0.191406250000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.068359375000 0.000000000000 0.205078125000 0.000000000000 +0.000000000000 0.115722656250 0.000000000000 0.000000000000 +0.048339843750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.021606445312 0.179687500000 0.000000000000 +0.000000000000 0.000000000000 0.026123046875 0.546875000000 +0.000000000000 0.000000000000 0.240234375000 0.000000000000 +0.019409179688 0.073730468750 0.072265625000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.043212890625 0.000000000000 +0.049072265625 0.000000000000 0.000000000000 0.001861572266 +0.164062500000 0.008728027344 0.012939453125 0.112304687500 +0.066406250000 0.107910156250 0.000000000000 0.037109375000 +0.000000000000 0.013671875000 0.049072265625 0.000000000000 +0.000000000000 0.020507812500 0.152343750000 0.000000000000 +0.000000000000 0.216796875000 0.000000000000 0.000000000000 +0.000000000000 0.141601562500 0.000000000000 0.000000000000 +0.000000000000 0.079589843750 0.000000000000 0.000000000000 +0.000000000000 0.055175781250 0.084960937500 0.000000000000 +0.000000000000 0.194335937500 0.057861328125 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.210937500000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.011840820312 0.000000000000 +0.116210937500 0.000000000000 0.127929687500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.058349609375 +0.036621093750 0.000000000000 0.000000000000 0.000000000000 +0.006378173828 0.000000000000 0.000000000000 0.069824218750 +0.189453125000 0.000000000000 0.000000000000 0.000000000000 +0.038574218750 0.000000000000 0.064453125000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.021484375000 +0.000000000000 0.153320312500 0.000000000000 0.028320312500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.114746093750 0.277343750000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.046875000000 0.000000000000 0.000000000000 0.044677734375 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.125976562500 0.000000000000 +0.115234375000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.038085937500 0.000000000000 0.000000000000 +0.000000000000 0.131835937500 0.000000000000 0.090332031250 +0.000000000000 0.025756835938 0.431640625000 0.050292968750 +0.000000000000 0.000000000000 0.031982421875 0.000000000000 +0.000000000000 0.000000000000 0.019409179688 0.088378906250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.038330078125 0.065429687500 0.000000000000 +0.000000000000 0.000000000000 0.003906250000 0.000000000000 +0.000000000000 0.013366699219 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.056640625000 0.130859375000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.224609375000 0.207031250000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.267578125000 0.000000000000 0.000000000000 0.000000000000 +0.219726562500 0.000000000000 0.000000000000 0.000000000000 +0.042480468750 0.000000000000 0.000000000000 0.057861328125 +0.000000000000 0.079101562500 0.048583984375 0.263671875000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.084472656250 0.000000000000 0.155273437500 0.122558593750 +0.237304687500 0.000000000000 0.000000000000 0.251953125000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.062255859375 0.000000000000 0.094726562500 0.000000000000 +0.000000000000 0.000000000000 0.083007812500 0.001792907715 +0.000000000000 0.112304687500 0.169921875000 0.112304687500 +0.000000000000 0.000000000000 0.000000000000 0.103027343750 +0.000000000000 0.000000000000 0.000000000000 0.020507812500 +0.028930664062 0.363281250000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.020263671875 0.185546875000 +0.000000000000 0.112792968750 0.000000000000 0.024536132812 +0.096679687500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.414062500000 +0.049316406250 0.000000000000 0.000000000000 0.000000000000 +0.090332031250 0.123046875000 0.000000000000 0.147460937500 +0.037109375000 0.000000000000 0.000000000000 0.000000000000 +0.100097656250 0.000000000000 0.009765625000 0.155273437500 +0.150390625000 0.215820312500 0.042968750000 0.000000000000 +0.118652343750 0.289062500000 0.000000000000 0.000000000000 +0.055664062500 0.000000000000 0.000000000000 0.000000000000 +0.107421875000 0.390625000000 0.000000000000 0.000000000000 +0.302734375000 0.221679687500 0.000000000000 0.000000000000 +0.000000000000 0.104980468750 0.080566406250 0.051757812500 +0.095214843750 0.116210937500 0.000000000000 0.234375000000 +0.010559082031 0.000000000000 0.103027343750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.110839843750 0.000000000000 0.000000000000 +0.058837890625 0.000000000000 0.000000000000 0.133789062500 +0.000000000000 0.000000000000 0.193359375000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.082519531250 0.000000000000 +0.030273437500 0.151367187500 0.228515625000 0.098632812500 +0.069335937500 0.146484375000 0.000000000000 0.004058837891 +0.000000000000 0.000000000000 0.171875000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.124511718750 0.000000000000 0.127929687500 +0.151367187500 0.000000000000 0.072265625000 0.000000000000 +0.183593750000 0.076660156250 0.000000000000 0.000000000000 +0.000000000000 0.142578125000 0.053466796875 0.078125000000 +0.163085937500 0.000000000000 0.000000000000 0.000000000000 +0.177734375000 0.000000000000 0.000000000000 0.000000000000 +0.070800781250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.128906250000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.053955078125 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.178710937500 0.000000000000 0.000000000000 0.000000000000 +0.233398437500 0.000000000000 0.038330078125 0.179687500000 +0.070800781250 0.130859375000 0.024169921875 0.000000000000 +0.000000000000 0.000000000000 0.135742187500 0.097167968750 +0.000000000000 0.000000000000 0.074707031250 0.000000000000 +0.000000000000 0.064941406250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.018554687500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.043945312500 0.000000000000 0.145507812500 0.589843750000 +0.000000000000 0.000000000000 0.271484375000 0.104980468750 +0.181640625000 0.000000000000 0.078125000000 0.051025390625 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 diff --git a/AI_Engine_Development/AIE-MLv2/Design_Tutorials/01-Radio-ML/aie/conv1d_template/data/data_o.txt b/AI_Engine_Development/AIE-MLv2/Design_Tutorials/01-Radio-ML/aie/conv1d_template/data/data_o.txt new file mode 100755 index 0000000000..dbe7e6616b --- /dev/null +++ b/AI_Engine_Development/AIE-MLv2/Design_Tutorials/01-Radio-ML/aie/conv1d_template/data/data_o.txt @@ -0,0 +1,32768 @@ +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.486328125000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.478515625000 0.075195312500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.457031250000 +0.000000000000 0.000000000000 0.000000000000 0.296875000000 +0.017700195312 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.302734375000 0.408203125000 0.000000000000 +0.000000000000 0.092285156250 0.145507812500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.176757812500 0.093261718750 0.053955078125 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.096191406250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.070800781250 0.000000000000 0.000000000000 0.011291503906 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.546875000000 0.000000000000 0.000000000000 +0.000000000000 0.023071289062 0.000000000000 0.000000000000 +0.000000000000 0.055908203125 0.494140625000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.496093750000 +0.000000000000 0.000000000000 0.000000000000 0.207031250000 +0.000000000000 0.000000000000 0.073730468750 0.000000000000 +0.000000000000 0.231445312500 0.294921875000 0.000000000000 +0.000000000000 0.066894531250 0.005218505859 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.205078125000 0.034667968750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.020996093750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.044189453125 0.076660156250 0.001808166504 +0.000000000000 0.000000000000 0.010131835938 0.000000000000 +0.011047363281 0.640625000000 0.000000000000 0.000000000000 +0.000000000000 0.068847656250 0.000000000000 0.000000000000 +0.000000000000 0.145507812500 0.472656250000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.106933593750 +0.000000000000 0.000000000000 0.000000000000 0.439453125000 +0.000000000000 0.000675201416 0.000000000000 0.014648437500 +0.000000000000 0.000000000000 0.247070312500 0.000000000000 +0.000000000000 0.104003906250 0.458984375000 0.177734375000 +0.000000000000 0.144531250000 0.000000000000 0.155273437500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.203125000000 0.002426147461 0.008361816406 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.042968750000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.032470703125 0.083496093750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.058349609375 0.679687500000 0.000000000000 0.000000000000 +0.000000000000 0.117675781250 0.000000000000 0.000000000000 +0.000000000000 0.195312500000 0.439453125000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.136718750000 +0.000000000000 0.000000000000 0.000000000000 0.328125000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.294921875000 0.000000000000 +0.000000000000 0.095703125000 0.380859375000 0.425781250000 +0.057861328125 0.250000000000 0.000000000000 0.101562500000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.193359375000 0.049560546875 0.241210937500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.087402343750 0.000000000000 0.115234375000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.121093750000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.062500000000 +0.191406250000 0.679687500000 0.000000000000 0.339843750000 +0.000000000000 0.053222656250 0.000000000000 0.000000000000 +0.000000000000 0.124511718750 0.427734375000 0.000000000000 +0.000000000000 0.000000000000 0.057373046875 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.242187500000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.086425781250 0.000000000000 +0.059082031250 0.166015625000 0.000000000000 0.267578125000 +0.343750000000 0.316406250000 0.000000000000 0.000000000000 +0.181640625000 0.000000000000 0.000000000000 0.000000000000 +0.036865234375 0.068847656250 0.582031250000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.214843750000 0.000000000000 0.148437500000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.294921875000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.088378906250 +0.291015625000 0.625000000000 0.000000000000 0.478515625000 +0.330078125000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.048339843750 0.546875000000 0.000000000000 +0.000000000000 0.000000000000 0.100097656250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.058837890625 +0.000000000000 0.000000000000 0.000000000000 0.005767822266 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.291015625000 0.000000000000 0.000000000000 +0.419921875000 0.265625000000 0.000000000000 0.000000000000 +0.193359375000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.314453125000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.412109375000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.193359375000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.345703125000 0.515625000000 0.000000000000 0.033935546875 +0.476562500000 0.000000000000 0.294921875000 0.000000000000 +0.000000000000 0.004882812500 0.523437500000 0.000000000000 +0.156250000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.126953125000 +0.000000000000 0.000000000000 0.000000000000 0.087890625000 +0.000000000000 0.131835937500 0.000000000000 0.000000000000 +0.119140625000 0.039550781250 0.103515625000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.010253906250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.296875000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.306640625000 0.402343750000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.550781250000 0.016845703125 +0.000000000000 0.000000000000 0.332031250000 0.000000000000 +0.253906250000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.250000000000 +0.000000000000 0.000000000000 0.000000000000 0.427734375000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.291015625000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.034423828125 0.000000000000 0.034667968750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.136718750000 0.306640625000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.578125000000 0.322265625000 +0.000000000000 0.000000000000 0.291015625000 0.247070312500 +0.000000000000 0.042724609375 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.367187500000 +0.000000000000 0.197265625000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.079589843750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.050781250000 0.396484375000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.210937500000 0.000000000000 0.000000000000 +0.000000000000 0.010437011719 0.423828125000 0.597656250000 +0.000000000000 0.000000000000 0.429687500000 0.353515625000 +0.000000000000 0.064941406250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.067871093750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.047363281250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.349609375000 0.464843750000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.210937500000 0.000000000000 0.000000000000 +0.049804687500 0.000000000000 0.198242187500 0.750000000000 +0.000000000000 0.000000000000 0.388671875000 0.326171875000 +0.000000000000 0.090332031250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.014160156250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.246093750000 0.000000000000 0.000000000000 +0.239257812500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.111816406250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.267578125000 0.025756835938 +0.373046875000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.234375000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.087402343750 0.753906250000 +0.000000000000 0.000000000000 0.376953125000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.396484375000 0.000000000000 0.012268066406 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.054199218750 +0.123046875000 0.230468750000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.347656250000 0.000000000000 0.237304687500 +0.000000000000 0.057617187500 0.000000000000 0.208007812500 +0.000000000000 0.079101562500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.416015625000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.267578125000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.010986328125 0.527343750000 +0.000000000000 0.000000000000 0.498046875000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.593750000000 0.000000000000 0.174804687500 +0.000000000000 0.000000000000 0.079101562500 0.000000000000 +0.000000000000 0.035888671875 0.011779785156 0.416015625000 +0.244140625000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.316406250000 0.000000000000 0.100585937500 +0.000000000000 0.148437500000 0.000000000000 0.361328125000 +0.050537109375 0.000000000000 0.000000000000 0.026245117188 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.012939453125 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.198242187500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.341796875000 0.000000000000 0.229492187500 +0.000000000000 0.000000000000 0.000000000000 0.204101562500 +0.000000000000 0.000000000000 0.703125000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.554687500000 0.000000000000 0.294921875000 +0.000000000000 0.000000000000 0.151367187500 0.000000000000 +0.000000000000 0.318359375000 0.110839843750 0.249023437500 +0.010009765625 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.120117187500 0.000000000000 0.000000000000 +0.000000000000 0.183593750000 0.000000000000 0.306640625000 +0.241210937500 0.000000000000 0.000000000000 0.326171875000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.134765625000 0.000000000000 0.069824218750 0.000000000000 +0.000000000000 0.065429687500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.443359375000 0.000000000000 0.322265625000 +0.000000000000 0.000000000000 0.000000000000 0.025756835938 +0.000000000000 0.000000000000 0.722656250000 0.000000000000 +0.035644531250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.298828125000 0.000000000000 0.335937500000 +0.154296875000 0.000000000000 0.060302734375 0.000000000000 +0.000000000000 0.250000000000 0.161132812500 0.070312500000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.009155273438 0.180664062500 0.000000000000 0.110839843750 +0.351562500000 0.000000000000 0.116699218750 0.503906250000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.255859375000 0.000000000000 0.075195312500 0.000000000000 +0.000000000000 0.198242187500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.539062500000 0.000000000000 0.135742187500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.675781250000 0.000000000000 +0.110839843750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.398437500000 +0.093750000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.142578125000 0.175781250000 0.082031250000 +0.000000000000 0.000000000000 0.225585937500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.173828125000 0.149414062500 0.000000000000 0.000000000000 +0.259765625000 0.000000000000 0.152343750000 0.400390625000 +0.000000000000 0.000000000000 0.000000000000 0.184570312500 +0.289062500000 0.050537109375 0.000000000000 0.000000000000 +0.000000000000 0.153320312500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.601562500000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.011535644531 +0.000000000000 0.000000000000 0.636718750000 0.000000000000 +0.030517578125 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.394531250000 +0.000000000000 0.000000000000 0.000000000000 0.088867187500 +0.000000000000 0.125976562500 0.120117187500 0.069824218750 +0.000000000000 0.000000000000 0.460937500000 0.000000000000 +0.000000000000 0.019897460938 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.341796875000 0.088867187500 0.026245117188 0.000000000000 +0.000000000000 0.000000000000 0.088867187500 0.203125000000 +0.000000000000 0.000000000000 0.000000000000 0.157226562500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.049804687500 0.000000000000 0.000000000000 0.126953125000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.613281250000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.078125000000 +0.000000000000 0.000000000000 0.585937500000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.408203125000 +0.000000000000 0.000000000000 0.000000000000 0.320312500000 +0.000000000000 0.060791015625 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.558593750000 0.000000000000 +0.000000000000 0.023681640625 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.406250000000 0.052734375000 0.083496093750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.005584716797 +0.000000000000 0.000000000000 0.000000000000 0.010070800781 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.159179687500 0.000000000000 0.000000000000 0.224609375000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.644531250000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.107910156250 +0.000000000000 0.000000000000 0.478515625000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.388671875000 +0.000000000000 0.000000000000 0.000000000000 0.322265625000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.136718750000 0.373046875000 0.000000000000 +0.171875000000 0.046875000000 0.000000000000 0.000000000000 +0.053222656250 0.000000000000 0.000000000000 0.000000000000 +0.460937500000 0.022705078125 0.128906250000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.229492187500 0.000000000000 0.000000000000 0.028564453125 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.005645751953 0.667968750000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.140625000000 +0.000000000000 0.000000000000 0.232421875000 0.000000000000 +0.028198242188 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.306640625000 +0.000000000000 0.000000000000 0.000000000000 0.122070312500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.289062500000 0.000000000000 0.129882812500 +0.333984375000 0.092773437500 0.000000000000 0.000000000000 +0.195312500000 0.000000000000 0.000000000000 0.000000000000 +0.406250000000 0.054443359375 0.228515625000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.265625000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.213867187500 0.613281250000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.150390625000 +0.000000000000 0.000000000000 0.118652343750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.208007812500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.361328125000 0.000000000000 0.167968750000 +0.451171875000 0.053710937500 0.000000000000 0.000000000000 +0.246093750000 0.000000000000 0.000000000000 0.000000000000 +0.090820312500 0.127929687500 0.244140625000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.226562500000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.353515625000 0.542968750000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.215820312500 0.065917968750 +0.000000000000 0.027465820312 0.243164062500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.121093750000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.257812500000 0.000000000000 0.027832031250 +0.281250000000 0.000000000000 0.000000000000 0.000000000000 +0.261718750000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.129882812500 0.062500000000 0.140625000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.095703125000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.423828125000 0.441406250000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.429687500000 0.000000000000 +0.000000000000 0.257812500000 0.363281250000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.087890625000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.202148437500 +0.000000000000 0.037109375000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.088867187500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.099121093750 0.000000000000 0.320312500000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.312500000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.453125000000 0.421875000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.562500000000 0.000000000000 +0.000000000000 0.445312500000 0.542968750000 0.000000000000 +0.019775390625 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.150390625000 +0.000000000000 0.000000000000 0.084472656250 0.000000000000 +0.000000000000 0.057861328125 0.000000000000 0.406250000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.078125000000 0.000000000000 0.296875000000 +0.000000000000 0.000000000000 0.000000000000 0.051757812500 +0.000000000000 0.247070312500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.042968750000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.402343750000 0.492187500000 0.000000000000 0.000000000000 +0.000000000000 0.187500000000 0.542968750000 0.000000000000 +0.004852294922 0.550781250000 0.636718750000 0.000000000000 +0.114257812500 0.005950927734 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.185546875000 +0.000000000000 0.000000000000 0.138671875000 0.000000000000 +0.000000000000 0.257812500000 0.000000000000 0.357421875000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.065917968750 0.000000000000 0.176757812500 +0.000000000000 0.000000000000 0.000000000000 0.207031250000 +0.000000000000 0.069824218750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.122070312500 0.152343750000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.294921875000 0.554687500000 0.000000000000 0.000000000000 +0.000000000000 0.150390625000 0.453125000000 0.000000000000 +0.092285156250 0.546875000000 0.648437500000 0.000000000000 +0.211914062500 0.000473022461 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.194335937500 +0.000000000000 0.000000000000 0.117187500000 0.000000000000 +0.000000000000 0.255859375000 0.000000000000 0.144531250000 +0.000000000000 0.000000000000 0.028686523438 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.005279541016 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.224609375000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.231445312500 0.043212890625 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.220703125000 0.589843750000 0.000000000000 0.000000000000 +0.000000000000 0.080566406250 0.320312500000 0.000000000000 +0.081054687500 0.470703125000 0.597656250000 0.000000000000 +0.182617187500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.261718750000 +0.000000000000 0.000000000000 0.059570312500 0.000000000000 +0.000000000000 0.159179687500 0.000000000000 0.036132812500 +0.000000000000 0.000000000000 0.265625000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.005279541016 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.150390625000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.178710937500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.156250000000 0.597656250000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.135742187500 0.000000000000 +0.052978515625 0.402343750000 0.593750000000 0.000000000000 +0.045410156250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.310546875000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.064941406250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.283203125000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.036376953125 +0.000000000000 0.006347656250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.075195312500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.115722656250 0.601562500000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.015625000000 0.000000000000 +0.067871093750 0.349609375000 0.589843750000 0.140625000000 +0.000000000000 0.000000000000 0.000000000000 0.082031250000 +0.000000000000 0.000000000000 0.026977539062 0.355468750000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.039550781250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.238281250000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.005035400391 +0.000000000000 0.113281250000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.012573242188 0.000000000000 +0.145507812500 0.000000000000 0.000000000000 0.000000000000 +0.051025390625 0.664062500000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.151367187500 0.310546875000 0.566406250000 0.250000000000 +0.000000000000 0.000000000000 0.000000000000 0.160156250000 +0.000000000000 0.000000000000 0.000621795654 0.343750000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.094726562500 0.000000000000 0.049560546875 +0.000000000000 0.000000000000 0.314453125000 0.000000000000 +0.000000000000 0.000000000000 0.066406250000 0.105468750000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.198242187500 0.000000000000 0.000000000000 0.014831542969 +0.000000000000 0.188476562500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.180664062500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.216796875000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.769531250000 0.030639648438 0.000000000000 +0.000000000000 0.070312500000 0.000000000000 0.000000000000 +0.287109375000 0.173828125000 0.474609375000 0.302734375000 +0.000000000000 0.000000000000 0.000000000000 0.217773437500 +0.000000000000 0.180664062500 0.000000000000 0.250000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.136718750000 0.000000000000 0.002517700195 +0.000000000000 0.000000000000 0.562500000000 0.000000000000 +0.000000000000 0.000000000000 0.036376953125 0.314453125000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.402343750000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.093750000000 0.000000000000 0.009582519531 +0.000000000000 0.000000000000 0.179687500000 0.359375000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.090820312500 0.093261718750 0.000000000000 0.000000000000 +0.000000000000 0.808593750000 0.292968750000 0.000000000000 +0.000000000000 0.189453125000 0.000000000000 0.000000000000 +0.302734375000 0.000000000000 0.384765625000 0.175781250000 +0.000000000000 0.000000000000 0.000000000000 0.234375000000 +0.000000000000 0.359375000000 0.000000000000 0.186523437500 +0.000000000000 0.070312500000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.503906250000 0.221679687500 +0.000000000000 0.000000000000 0.000000000000 0.210937500000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.453125000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.367187500000 0.503906250000 +0.000000000000 0.094726562500 0.000000000000 0.078125000000 +0.000000000000 0.193359375000 0.000000000000 0.000000000000 +0.000000000000 0.804687500000 0.468750000000 0.000000000000 +0.000000000000 0.312500000000 0.000000000000 0.000000000000 +0.106933593750 0.000000000000 0.345703125000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.136718750000 +0.000000000000 0.353515625000 0.000000000000 0.145507812500 +0.161132812500 0.040283203125 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.271484375000 0.000000000000 0.376953125000 +0.300781250000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.294921875000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.029541015625 0.000000000000 0.458984375000 0.519531250000 +0.000000000000 0.109375000000 0.000000000000 0.249023437500 +0.000000000000 0.275390625000 0.000000000000 0.000000000000 +0.000000000000 0.718750000000 0.578125000000 0.000000000000 +0.000000000000 0.271484375000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.232421875000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.052001953125 0.207031250000 0.000000000000 0.002487182617 +0.339843750000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.609375000000 0.000000000000 0.457031250000 +0.439453125000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.384765625000 0.373046875000 +0.000000000000 0.092285156250 0.000000000000 0.186523437500 +0.000000000000 0.330078125000 0.000000000000 0.000000000000 +0.000000000000 0.660156250000 0.617187500000 0.000000000000 +0.000000000000 0.010559082031 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.042968750000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.242187500000 0.000000000000 0.000000000000 0.000000000000 +0.412109375000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.096679687500 0.738281250000 0.000000000000 0.484375000000 +0.308593750000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.326171875000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.006134033203 0.008300781250 +0.000000000000 0.047851562500 0.000000000000 0.000000000000 +0.000000000000 0.367187500000 0.000000000000 0.029296875000 +0.000000000000 0.621093750000 0.609375000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.167968750000 0.068847656250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.447265625000 0.000000000000 0.000000000000 0.000000000000 +0.191406250000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.112792968750 +0.300781250000 0.474609375000 0.000000000000 0.298828125000 +0.024047851562 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.523437500000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.324218750000 0.000000000000 0.098144531250 +0.000000000000 0.523437500000 0.632812500000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.480468750000 0.132812500000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.546875000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.273437500000 +0.296875000000 0.069335937500 0.000000000000 0.071777343750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.550781250000 0.000000000000 +0.193359375000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.070800781250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.292968750000 0.000000000000 0.116210937500 +0.000000000000 0.410156250000 0.628906250000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.738281250000 0.170898437500 0.000000000000 +0.000000000000 0.128906250000 0.000000000000 0.000000000000 +0.455078125000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.246093750000 0.000000000000 0.310546875000 +0.077148437500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.439453125000 0.066894531250 +0.367187500000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.224609375000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.225585937500 0.000000000000 0.111816406250 +0.000000000000 0.341796875000 0.589843750000 0.000000000000 +0.000000000000 0.000000000000 0.052490234375 0.000000000000 +0.000000000000 0.890625000000 0.267578125000 0.000000000000 +0.000000000000 0.343750000000 0.000000000000 0.000000000000 +0.349609375000 0.000000000000 0.099121093750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.353515625000 0.000000000000 0.203125000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.285156250000 0.217773437500 +0.380859375000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.099121093750 0.000000000000 0.246093750000 0.000000000000 +0.000000000000 0.161132812500 0.000000000000 0.017211914062 +0.000000000000 0.353515625000 0.464843750000 0.000000000000 +0.000000000000 0.000000000000 0.230468750000 0.000000000000 +0.000000000000 0.941406250000 0.445312500000 0.000000000000 +0.000000000000 0.365234375000 0.000000000000 0.000000000000 +0.208007812500 0.000000000000 0.066406250000 0.043701171875 +0.000000000000 0.109375000000 0.000000000000 0.000000000000 +0.000000000000 0.337890625000 0.000000000000 0.156250000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.112792968750 0.224609375000 +0.236328125000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.462890625000 0.167968750000 +0.000000000000 0.074218750000 0.000000000000 0.000000000000 +0.000000000000 0.425781250000 0.326171875000 0.000000000000 +0.000000000000 0.000000000000 0.314453125000 0.000000000000 +0.000000000000 0.878906250000 0.617187500000 0.000000000000 +0.000000000000 0.222656250000 0.000000000000 0.000000000000 +0.062011718750 0.000000000000 0.000000000000 0.087890625000 +0.000000000000 0.128906250000 0.000000000000 0.000000000000 +0.000000000000 0.406250000000 0.000000000000 0.182617187500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.013610839844 0.137695312500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.462890625000 0.255859375000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.570312500000 0.104492187500 0.000000000000 +0.000000000000 0.000000000000 0.296875000000 0.000000000000 +0.000000000000 0.808593750000 0.765625000000 0.000000000000 +0.000000000000 0.026977539062 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.166992187500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.437500000000 0.000000000000 0.135742187500 +0.046630859375 0.000000000000 0.045166015625 0.163085937500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.400390625000 0.149414062500 +0.000000000000 0.000000000000 0.036132812500 0.000000000000 +0.000000000000 0.675781250000 0.000000000000 0.000000000000 +0.000000000000 0.047363281250 0.178710937500 0.000000000000 +0.000000000000 0.695312500000 0.761718750000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.207031250000 +0.000000000000 0.000000000000 0.000000000000 0.083496093750 +0.000000000000 0.257812500000 0.000000000000 0.000000000000 +0.220703125000 0.000000000000 0.332031250000 0.318359375000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.010070800781 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.046142578125 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.214843750000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.781250000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.191406250000 0.000000000000 +0.000000000000 0.458984375000 0.648437500000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.125976562500 +0.000000000000 0.000000000000 0.000000000000 0.221679687500 +0.000000000000 0.004516601562 0.000000000000 0.000000000000 +0.214843750000 0.000000000000 0.241210937500 0.306640625000 +0.072265625000 0.000000000000 0.000000000000 0.000000000000 +0.061767578125 0.000000000000 0.000000000000 0.000000000000 +0.014282226562 0.000000000000 0.119140625000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.007995605469 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.075195312500 0.730468750000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.257812500000 0.000000000000 +0.000000000000 0.153320312500 0.531250000000 0.000000000000 +0.031738281250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.052978515625 +0.000000000000 0.000000000000 0.000000000000 0.304687500000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.050781250000 0.141601562500 0.000000000000 0.160156250000 +0.243164062500 0.000000000000 0.000000000000 0.000000000000 +0.235351562500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.213867187500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.184570312500 0.628906250000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.416015625000 0.000000000000 +0.000000000000 0.000000000000 0.392578125000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.239257812500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.281250000000 0.000000000000 0.000000000000 +0.335937500000 0.000000000000 0.000000000000 0.000000000000 +0.347656250000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.008422851562 0.016235351562 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.275390625000 0.462890625000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.621093750000 0.250000000000 +0.000000000000 0.000000000000 0.324218750000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.105957031250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.203125000000 0.000000000000 0.000000000000 +0.263671875000 0.000000000000 0.000000000000 0.000000000000 +0.345703125000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.131835937500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.314453125000 0.312500000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.828125000000 0.462890625000 +0.000000000000 0.000000000000 0.312500000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.053710937500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.039794921875 0.000000000000 0.000000000000 0.000000000000 +0.296875000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.223632812500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.049316406250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.316406250000 0.168945312500 0.000000000000 0.000000000000 +0.000000000000 0.158203125000 0.863281250000 0.593750000000 +0.000000000000 0.036865234375 0.347656250000 0.000000000000 +0.000000000000 0.014221191406 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.013183593750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.219726562500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.220703125000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.277343750000 0.337890625000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.337890625000 0.206054687500 0.000000000000 0.000000000000 +0.000000000000 0.345703125000 0.765625000000 0.671875000000 +0.000000000000 0.141601562500 0.519531250000 0.000000000000 +0.000000000000 0.059082031250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.014709472656 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.086914062500 0.087402343750 0.000000000000 0.000000000000 +0.000000000000 0.000195503235 0.000000000000 0.154296875000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.570312500000 0.190429687500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.386718750000 0.359375000000 0.000000000000 0.000000000000 +0.000000000000 0.285156250000 0.582031250000 0.535156250000 +0.000000000000 0.237304687500 0.511718750000 0.000000000000 +0.263671875000 0.022094726562 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.006866455078 +0.000000000000 0.000000000000 0.005981445312 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.041503906250 +0.000000000000 0.000000000000 0.000000000000 0.211914062500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.005737304688 0.224609375000 0.000000000000 0.000000000000 +0.000000000000 0.043457031250 0.000000000000 0.101074218750 +0.000000000000 0.000000000000 0.000000000000 0.041992187500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.468750000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.503906250000 0.660156250000 0.000000000000 0.000000000000 +0.000000000000 0.086914062500 0.378906250000 0.251953125000 +0.000000000000 0.287109375000 0.416015625000 0.000000000000 +0.335937500000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.025268554688 0.104003906250 0.249023437500 +0.000000000000 0.000000000000 0.000000000000 0.482421875000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.041259765625 0.148437500000 0.000000000000 0.003509521484 +0.000000000000 0.008789062500 0.000000000000 0.209960937500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.073242187500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.546875000000 0.851562500000 0.000000000000 0.000000000000 +0.000000000000 0.108398437500 0.341796875000 0.000000000000 +0.000000000000 0.261718750000 0.215820312500 0.000000000000 +0.013854980469 0.000000000000 0.000000000000 0.373046875000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.072265625000 0.000000000000 +0.000000000000 0.024169921875 0.222656250000 0.106933593750 +0.000000000000 0.000000000000 0.000000000000 0.593750000000 +0.000000000000 0.076660156250 0.000000000000 0.000000000000 +0.192382812500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.191406250000 0.253906250000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.119140625000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.345703125000 +0.515625000000 0.812500000000 0.000000000000 0.000000000000 +0.000000000000 0.328125000000 0.433593750000 0.000000000000 +0.000000000000 0.238281250000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.519531250000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.079101562500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.421875000000 +0.157226562500 0.137695312500 0.000000000000 0.000000000000 +0.378906250000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.494140625000 0.229492187500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.026977539062 0.558593750000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.503906250000 +0.490234375000 0.519531250000 0.322265625000 0.000000000000 +0.000000000000 0.230468750000 0.589843750000 0.000000000000 +0.000000000000 0.245117187500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.421875000000 +0.081054687500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.199218750000 +0.470703125000 0.000000000000 0.000000000000 0.000000000000 +0.394531250000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.443359375000 0.210937500000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.488281250000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.648437500000 +0.365234375000 0.118652343750 0.738281250000 0.000000000000 +0.000000000000 0.000000000000 0.792968750000 0.000000000000 +0.000000000000 0.455078125000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.223632812500 +0.384765625000 0.000000000000 0.034912109375 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.433593750000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.134765625000 0.147460937500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.054199218750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.066894531250 0.000000000000 0.566406250000 +0.269531250000 0.000000000000 0.812500000000 0.000000000000 +0.271484375000 0.000000000000 0.957031250000 0.000000000000 +0.000000000000 0.753906250000 0.000000000000 0.000000000000 +0.148437500000 0.000000000000 0.000000000000 0.000000000000 +0.558593750000 0.000000000000 0.219726562500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.002517700195 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.075683593750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.020874023438 +0.000000000000 0.234375000000 0.000000000000 0.273437500000 +0.131835937500 0.000000000000 0.539062500000 0.000000000000 +0.140625000000 0.000000000000 1.007812500000 0.000000000000 +0.000000000000 0.972656250000 0.291015625000 0.000000000000 +0.419921875000 0.019409179688 0.000000000000 0.000000000000 +0.365234375000 0.000000000000 0.150390625000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.169921875000 0.000000000000 0.769531250000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.107910156250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.281250000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.032470703125 +0.000000000000 0.000000000000 0.123046875000 0.000000000000 +0.000000000000 0.172851562500 0.000000000000 0.000000000000 +0.000000000000 0.114257812500 0.054443359375 0.000000000000 +0.000000000000 0.000000000000 0.875000000000 0.000000000000 +0.000000000000 0.917968750000 0.484375000000 0.000000000000 +0.574218750000 0.369140625000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.055664062500 +0.000000000000 1.039062500000 0.000000000000 0.832031250000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.511718750000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.314453125000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.125976562500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.597656250000 0.000000000000 +0.000000000000 0.535156250000 0.527343750000 0.241210937500 +0.281250000000 0.621093750000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.519531250000 +0.000000000000 1.164062500000 0.000000000000 0.098632812500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.011108398438 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.065429687500 0.000000000000 +0.574218750000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.455078125000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.155273437500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.339843750000 0.332031250000 +0.000000000000 0.000000000000 0.617187500000 0.457031250000 +0.000000000000 0.656250000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.667968750000 +0.093261718750 0.498046875000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.238281250000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.016601562500 0.000000000000 +0.439453125000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.578125000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.261718750000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.123046875000 0.625000000000 +0.000000000000 0.000000000000 0.542968750000 0.429687500000 +0.000000000000 0.546875000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.084960937500 0.000000000000 0.210937500000 +0.312500000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.086914062500 0.000000000000 0.000000000000 +0.585937500000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.088867187500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.451171875000 0.000000000000 +0.037597656250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.257812500000 0.000000000000 0.000000000000 +0.004425048828 0.000000000000 0.038330078125 0.878906250000 +0.000000000000 0.000000000000 0.138671875000 0.207031250000 +0.000000000000 0.172851562500 0.000000000000 0.000000000000 +0.000000000000 0.074218750000 0.000000000000 0.000000000000 +0.000000000000 0.478515625000 0.000000000000 0.000000000000 +0.001930236816 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.695312500000 0.000000000000 0.000000000000 +0.570312500000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.194335937500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.156250000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.055908203125 +0.216796875000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.157226562500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.007720947266 0.992187500000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.687500000000 0.000000000000 0.000000000000 +0.000000000000 0.211914062500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.071289062500 0.632812500000 0.000000000000 0.000000000000 +0.168945312500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.503906250000 0.000000000000 0.271484375000 +0.000000000000 0.000000000000 0.000000000000 0.242187500000 +0.000000000000 0.083984375000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.010986328125 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.330078125000 +0.080078125000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.092773437500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.718750000000 +0.000000000000 0.000000000000 0.010498046875 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.929687500000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.096191406250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.019165039062 +0.062255859375 0.250000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.617187500000 0.000000000000 0.147460937500 +0.000000000000 0.000000000000 0.000000000000 0.464843750000 +0.000000000000 0.000000000000 0.061523437500 0.000000000000 +0.000000000000 0.000000000000 0.046875000000 0.000000000000 +0.107421875000 0.000000000000 0.005889892578 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.138671875000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.058837890625 0.000000000000 0.000000000000 +0.023925781250 0.000000000000 0.000000000000 0.206054687500 +0.000000000000 0.000000000000 0.210937500000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.941406250000 0.000000000000 0.000000000000 +0.302734375000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.012878417969 0.103515625000 0.120117187500 +0.015625000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.554687500000 0.000000000000 0.026855468750 +0.000000000000 0.000000000000 0.000000000000 0.554687500000 +0.000000000000 0.000000000000 0.453125000000 0.145507812500 +0.094726562500 0.000000000000 0.085937500000 0.000000000000 +0.000000000000 0.000000000000 0.174804687500 0.000000000000 +0.000000000000 0.087402343750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.063476562500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.292968750000 0.000000000000 +0.324218750000 0.000000000000 0.033691406250 0.000000000000 +0.031738281250 0.355468750000 0.000000000000 0.000000000000 +0.566406250000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.482421875000 0.431640625000 0.269531250000 +0.170898437500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.242187500000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.500000000000 +0.000000000000 0.000000000000 0.593750000000 0.330078125000 +0.320312500000 0.000000000000 0.075195312500 0.000000000000 +0.000000000000 0.000000000000 0.063964843750 0.000000000000 +0.000000000000 0.507812500000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.136718750000 0.000000000000 0.080078125000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.306640625000 0.000000000000 +0.161132812500 0.116699218750 0.345703125000 0.000000000000 +0.494140625000 0.000000000000 0.000000000000 0.000000000000 +0.144531250000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.453125000000 0.554687500000 0.000000000000 +0.091796875000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.117675781250 0.000000000000 0.000000000000 0.242187500000 +0.000000000000 0.000000000000 0.386718750000 0.267578125000 +0.416015625000 0.000000000000 0.000000000000 0.326171875000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.414062500000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.120605468750 0.000000000000 0.034667968750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.051757812500 0.137695312500 0.000000000000 +0.011230468750 0.384765625000 0.308593750000 0.000000000000 +0.585937500000 0.000000000000 0.000000000000 0.016723632812 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.208007812500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.227539062500 0.000000000000 0.000000000000 0.000000000000 +0.138671875000 0.000000000000 0.235351562500 0.066894531250 +0.000000000000 0.000000000000 0.053222656250 0.036621093750 +0.269531250000 0.000000000000 0.000000000000 0.378906250000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.632812500000 0.107910156250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.057128906250 +0.000000000000 0.090820312500 0.000000000000 0.000000000000 +0.204101562500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.095214843750 0.111328125000 0.000000000000 +0.000000000000 0.365234375000 0.009765625000 0.000000000000 +0.357421875000 0.000000000000 0.289062500000 0.138671875000 +0.000000000000 0.000000000000 0.000000000000 0.166015625000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.515625000000 0.000000000000 0.000000000000 0.000000000000 +0.096191406250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.048583984375 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.107421875000 0.000000000000 0.000000000000 0.033447265625 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.574218750000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.023193359375 +0.046630859375 0.141601562500 0.000000000000 0.000000000000 +0.519531250000 0.000000000000 0.390625000000 0.000000000000 +0.000000000000 0.195312500000 0.281250000000 0.000000000000 +0.000000000000 0.277343750000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.640625000000 0.125000000000 +0.000000000000 0.100097656250 0.000000000000 0.102050781250 +0.000000000000 0.000000000000 0.000000000000 0.237304687500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.063476562500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.253906250000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.103515625000 0.000000000000 0.000000000000 +0.005615234375 0.128906250000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.074707031250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.151367187500 0.291015625000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.609375000000 0.000000000000 +0.000000000000 0.302734375000 0.294921875000 0.065429687500 +0.000000000000 0.263671875000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.330078125000 0.000000000000 +0.000000000000 0.292968750000 0.000000000000 0.000000000000 +0.000000000000 0.015380859375 0.000000000000 0.843750000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.378906250000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.660156250000 +0.000000000000 0.000000000000 0.000000000000 0.021484375000 +0.000000000000 0.063964843750 0.000000000000 0.000000000000 +0.000000000000 0.131835937500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.043945312500 +0.155273437500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.503906250000 0.133789062500 0.000000000000 +0.000000000000 0.000000000000 0.478515625000 0.000000000000 +0.511718750000 0.224609375000 0.380859375000 0.474609375000 +0.000000000000 0.226562500000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.234375000000 0.000000000000 0.000000000000 +0.000000000000 0.468750000000 0.000000000000 0.482421875000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.069335937500 0.308593750000 +0.000000000000 0.000000000000 0.000000000000 0.037109375000 +0.000000000000 0.000000000000 0.000000000000 0.006896972656 +0.044921875000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.285156250000 +0.000000000000 0.000000000000 0.130859375000 0.410156250000 +0.000000000000 0.089355468750 0.000000000000 0.000000000000 +0.000000000000 0.535156250000 0.453125000000 0.000000000000 +0.000000000000 0.435546875000 0.147460937500 0.000000000000 +0.578125000000 0.000000000000 0.414062500000 0.478515625000 +0.000000000000 0.243164062500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.218750000000 0.000000000000 0.000000000000 +0.000000000000 0.159179687500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.437500000000 +0.000000000000 0.000000000000 0.000000000000 0.148437500000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.355468750000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.609375000000 +0.000000000000 0.000000000000 0.349609375000 0.640625000000 +0.000000000000 0.119140625000 0.000000000000 0.000000000000 +0.000000000000 0.488281250000 0.648437500000 0.000000000000 +0.000000000000 0.435546875000 0.000000000000 0.000000000000 +0.046875000000 0.000000000000 0.289062500000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.129882812500 0.000000000000 0.000000000000 +0.000000000000 0.007690429688 0.000000000000 0.000000000000 +0.178710937500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.107910156250 0.000000000000 0.585937500000 +0.396484375000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.198242187500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.172851562500 0.695312500000 +0.000000000000 0.000000000000 0.441406250000 0.492187500000 +0.000000000000 0.194335937500 0.000000000000 0.000000000000 +0.000000000000 0.384765625000 0.671875000000 0.000000000000 +0.228515625000 0.208007812500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.008117675781 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.343750000000 0.000000000000 0.000000000000 +0.361328125000 0.000000000000 0.000000000000 0.000000000000 +0.104003906250 0.000000000000 0.000000000000 0.000000000000 +0.151367187500 0.867187500000 0.000000000000 0.554687500000 +0.570312500000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.080566406250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.361328125000 0.460937500000 +0.000000000000 0.000000000000 0.012329101562 0.010375976562 +0.000000000000 0.324218750000 0.000000000000 0.000000000000 +0.000000000000 0.281250000000 0.539062500000 0.000000000000 +0.355468750000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.203125000000 0.000000000000 0.000000000000 0.000000000000 +0.558593750000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.195312500000 0.871093750000 0.000000000000 0.246093750000 +0.014221191406 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.120605468750 0.000000000000 0.076660156250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.585937500000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.004974365234 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.285156250000 0.000000000000 0.000000000000 +0.000000000000 0.219726562500 0.265625000000 0.000000000000 +0.208984375000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.232421875000 0.292968750000 0.000000000000 +0.220703125000 0.000000000000 0.000000000000 0.000000000000 +0.414062500000 0.000000000000 0.000000000000 0.000000000000 +0.335937500000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.734375000000 +0.063964843750 0.189453125000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.153320312500 0.000000000000 0.503906250000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.816406250000 0.000000000000 +0.056152343750 0.000000000000 0.041503906250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.092285156250 0.000000000000 0.000000000000 +0.000000000000 0.227539062500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.613281250000 0.437500000000 0.000000000000 +0.384765625000 0.000000000000 0.000000000000 0.000000000000 +0.261718750000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.804687500000 0.000000000000 0.800781250000 +0.014221191406 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.245117187500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.722656250000 0.000000000000 +0.480468750000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.273437500000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.118652343750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.582031250000 0.231445312500 0.000000000000 +0.104980468750 0.410156250000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.328125000000 +0.000000000000 0.933593750000 0.000000000000 0.119140625000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.275390625000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.283203125000 0.000000000000 +0.621093750000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.212890625000 0.000000000000 0.000000000000 +0.460937500000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.255859375000 0.233398437500 0.000000000000 +0.000000000000 0.640625000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.562500000000 +0.000000000000 0.244140625000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.125976562500 0.000000000000 0.000000000000 0.000000000000 +0.267578125000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.515625000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.269531250000 0.000000000000 0.000000000000 +0.503906250000 0.000000000000 0.402343750000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.248046875000 0.000000000000 0.269531250000 0.103027343750 +0.000000000000 0.000000000000 0.273437500000 0.000000000000 +0.000000000000 0.460937500000 0.029663085938 0.000000000000 +0.000000000000 0.000000000000 0.160156250000 0.014099121094 +0.000000000000 0.000000000000 0.000000000000 0.396484375000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.021484375000 0.000000000000 0.000000000000 +0.531250000000 0.000000000000 0.000000000000 0.000000000000 +0.023803710938 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.140625000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.104492187500 0.000000000000 0.000000000000 +0.232421875000 0.000000000000 0.443359375000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.208984375000 0.000000000000 0.000000000000 0.000000000000 +0.511718750000 0.000000000000 0.494140625000 0.112304687500 +0.000000000000 0.000000000000 0.337890625000 0.097167968750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.125976562500 0.028564453125 +0.000000000000 0.121093750000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.226562500000 0.000000000000 0.000000000000 +0.233398437500 0.000000000000 0.149414062500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.263671875000 +0.000000000000 0.000000000000 0.000000000000 0.004913330078 +0.000000000000 0.349609375000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.133789062500 0.000000000000 +0.691406250000 0.000000000000 0.000000000000 0.000000000000 +0.267578125000 0.128906250000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.496093750000 0.000000000000 +0.042236328125 0.040527343750 0.451171875000 0.498046875000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.010437011719 +0.000000000000 0.026977539062 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.628906250000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.333984375000 0.250000000000 +0.000000000000 0.034423828125 0.000000000000 0.808593750000 +0.000000000000 0.000000000000 0.000000000000 0.259765625000 +0.223632812500 0.318359375000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.742187500000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.357421875000 0.000000000000 0.000000000000 +0.000000000000 0.259765625000 0.308593750000 0.000000000000 +0.507812500000 0.000000000000 0.500000000000 0.558593750000 +0.000000000000 0.000000000000 0.000000000000 0.072265625000 +0.000000000000 0.480468750000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.240234375000 0.000000000000 0.466796875000 +0.000000000000 0.000000000000 0.000000000000 0.006408691406 +0.000000000000 0.000000000000 0.005310058594 0.308593750000 +0.000000000000 0.092773437500 0.000000000000 0.161132812500 +0.000000000000 0.000000000000 0.000000000000 0.289062500000 +0.703125000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.160156250000 +0.000000000000 0.000000000000 0.000000000000 0.143554687500 +0.196289062500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.462890625000 0.159179687500 0.000000000000 +0.000000000000 0.308593750000 0.076660156250 0.011230468750 +0.523437500000 0.000000000000 0.449218750000 0.488281250000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.722656250000 0.000000000000 0.009704589844 +0.000000000000 0.000000000000 0.091308593750 0.000000000000 +0.000000000000 0.187500000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.136718750000 +0.000000000000 0.000000000000 0.000000000000 0.014648437500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.127929687500 0.000000000000 0.067382812500 +0.722656250000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.353515625000 0.462890625000 +0.000000000000 0.000000000000 0.000000000000 0.179687500000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.468750000000 0.435546875000 0.000000000000 +0.000000000000 0.126953125000 0.000000000000 0.005035400391 +0.136718750000 0.000000000000 0.351562500000 0.059814453125 +0.000000000000 0.033203125000 0.000000000000 0.000000000000 +0.000000000000 0.664062500000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.220703125000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.104492187500 +0.250000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.202148437500 0.000000000000 0.000000000000 +0.404296875000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.519531250000 0.498046875000 +0.000000000000 0.000000000000 0.000000000000 0.267578125000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.437500000000 0.542968750000 0.000000000000 +0.104003906250 0.000000000000 0.000000000000 0.000020146370 +0.000000000000 0.000000000000 0.078125000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.447265625000 0.000000000000 0.000000000000 +0.302734375000 0.000000000000 0.000000000000 0.000000000000 +0.073730468750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.601562500000 0.000000000000 0.052978515625 +0.494140625000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.011047363281 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.016479492188 0.000000000000 0.414062500000 0.341796875000 +0.000000000000 0.000000000000 0.000000000000 0.046630859375 +0.000000000000 0.042480468750 0.000000000000 0.000000000000 +0.000000000000 0.435546875000 0.582031250000 0.000000000000 +0.067871093750 0.000000000000 0.000000000000 0.007995605469 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.024536132812 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.120605468750 0.000000000000 0.000000000000 +0.390625000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.839843750000 0.000000000000 0.000000000000 +0.122070312500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.124511718750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.578125000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.030883789062 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.292968750000 0.000000000000 0.000000000000 +0.000000000000 0.511718750000 0.613281250000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000431060791 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.140625000000 0.000000000000 0.000000000000 0.000000000000 +0.386718750000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.554687500000 +0.000000000000 0.515625000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.207031250000 0.000000000000 0.113769531250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.964843750000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.363281250000 0.000000000000 0.000000000000 +0.000000000000 0.648437500000 0.601562500000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.396484375000 0.285156250000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.298828125000 0.000000000000 0.000000000000 0.000000000000 +0.339843750000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.347656250000 0.000000000000 0.636718750000 +0.053955078125 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.149414062500 0.000000000000 0.029174804688 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.968750000000 0.081054687500 +0.237304687500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.051513671875 0.000000000000 0.000000000000 +0.000000000000 0.371093750000 0.000000000000 0.000000000000 +0.000000000000 0.605468750000 0.429687500000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.648437500000 0.369140625000 0.000000000000 +0.000000000000 0.022949218750 0.000000000000 0.000000000000 +0.427734375000 0.000000000000 0.000000000000 0.000000000000 +0.104980468750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.539062500000 0.000000000000 0.398437500000 +0.283203125000 0.000000000000 0.000000000000 0.080078125000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.648437500000 0.000000000000 +0.369140625000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.215820312500 0.078125000000 0.000000000000 0.000000000000 +0.000000000000 0.227539062500 0.000000000000 0.000000000000 +0.000000000000 0.593750000000 0.247070312500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.738281250000 0.170898437500 0.000000000000 +0.000000000000 0.188476562500 0.000000000000 0.000000000000 +0.515625000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.283203125000 0.000000000000 0.000000000000 +0.416015625000 0.000000000000 0.000000000000 0.322265625000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.247070312500 0.000000000000 +0.333984375000 0.000000000000 0.000000000000 0.128906250000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.667968750000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.030517578125 0.000000000000 0.126953125000 +0.000000000000 0.535156250000 0.166015625000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.648437500000 0.000000000000 0.000000000000 +0.000000000000 0.277343750000 0.000000000000 0.000000000000 +0.570312500000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.427734375000 0.000000000000 0.000000000000 0.281250000000 +0.221679687500 0.000000000000 0.000000000000 0.000000000000 +0.073242187500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.281250000000 0.000000000000 0.000000000000 0.176757812500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.722656250000 0.000000000000 0.072753906250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.402343750000 +0.000000000000 0.462890625000 0.259765625000 0.000000000000 +0.000000000000 0.000000000000 0.474609375000 0.000000000000 +0.000000000000 0.585937500000 0.000000000000 0.000000000000 +0.000000000000 0.220703125000 0.000000000000 0.000000000000 +0.494140625000 0.000000000000 0.175781250000 0.000000000000 +0.000000000000 0.030883789062 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.277343750000 0.000000000000 0.000000000000 0.025390625000 +0.539062500000 0.000000000000 0.000000000000 0.000000000000 +0.171875000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.054199218750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.233398437500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.425781250000 0.000000000000 0.076171875000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.380859375000 +0.150390625000 0.390625000000 0.388671875000 0.000000000000 +0.000000000000 0.000000000000 0.933593750000 0.000000000000 +0.000000000000 0.617187500000 0.000000000000 0.000000000000 +0.000000000000 0.222656250000 0.000000000000 0.000000000000 +0.507812500000 0.000000000000 0.392578125000 0.000000000000 +0.000000000000 0.116699218750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.035888671875 0.000000000000 0.000000000000 0.000000000000 +0.324218750000 0.000000000000 0.000000000000 0.000000000000 +0.149414062500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.209960937500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.064453125000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.084960937500 +0.275390625000 0.435546875000 0.570312500000 0.000000000000 +0.000000000000 0.000000000000 1.195312500000 0.000000000000 +0.000000000000 0.781250000000 0.000000000000 0.000000000000 +0.000000000000 0.265625000000 0.000000000000 0.000000000000 +0.558593750000 0.000000000000 0.396484375000 0.000000000000 +0.000000000000 0.143554687500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.306640625000 +0.038330078125 0.000000000000 0.000000000000 0.067382812500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.089355468750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.251953125000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.110839843750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.188476562500 0.455078125000 0.753906250000 0.000000000000 +0.000000000000 0.000000000000 1.210937500000 0.000000000000 +0.000000000000 0.914062500000 0.091308593750 0.000000000000 +0.000000000000 0.306640625000 0.000000000000 0.000000000000 +0.578125000000 0.000000000000 0.235351562500 0.000000000000 +0.000000000000 0.060058593750 0.000000000000 0.000000000000 +0.000000000000 0.211914062500 0.000000000000 0.365234375000 +0.161132812500 0.000000000000 0.000000000000 0.345703125000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.144531250000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.333984375000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.277343750000 0.079101562500 +0.000000000000 0.208007812500 0.000000000000 0.000000000000 +0.015991210938 0.412109375000 0.863281250000 0.000000000000 +0.000000000000 0.175781250000 0.988281250000 0.000000000000 +0.000000000000 0.906250000000 0.159179687500 0.000000000000 +0.000000000000 0.320312500000 0.000000000000 0.000000000000 +0.609375000000 0.000000000000 0.027832031250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.172851562500 0.000000000000 0.000000000000 +0.202148437500 0.000000000000 0.000000000000 0.527343750000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.308593750000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.010864257812 +0.000000000000 0.000000000000 0.494140625000 0.302734375000 +0.000000000000 0.345703125000 0.000000000000 0.000000000000 +0.000000000000 0.337890625000 0.859375000000 0.000000000000 +0.000000000000 0.314453125000 0.773437500000 0.000000000000 +0.000000000000 0.796875000000 0.208007812500 0.000000000000 +0.000000000000 0.186523437500 0.000000000000 0.000000000000 +0.585937500000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.128906250000 0.000000000000 0.000000000000 0.566406250000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.157226562500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.146484375000 +0.000000000000 0.000000000000 0.652343750000 0.363281250000 +0.000000000000 0.375000000000 0.000000000000 0.153320312500 +0.000000000000 0.308593750000 0.644531250000 0.000000000000 +0.191406250000 0.233398437500 0.582031250000 0.000000000000 +0.000000000000 0.789062500000 0.406250000000 0.000000000000 +0.000000000000 0.030639648438 0.000000000000 0.000000000000 +0.476562500000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.074218750000 0.000000000000 0.457031250000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.104980468750 +0.000000000000 0.000000000000 0.718750000000 0.083496093750 +0.000000000000 0.287109375000 0.000000000000 0.118652343750 +0.000000000000 0.279296875000 0.225585937500 0.000000000000 +0.441406250000 0.000000000000 0.380859375000 0.000000000000 +0.000000000000 0.886718750000 0.589843750000 0.000000000000 +0.234375000000 0.000000000000 0.000000000000 0.000000000000 +0.296875000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.229492187500 +0.000000000000 0.013366699219 0.000000000000 0.281250000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.281250000000 0.000000000000 +0.041503906250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.468750000000 0.000000000000 +0.000000000000 0.064453125000 0.000000000000 0.000000000000 +0.000000000000 0.343750000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.158203125000 0.000000000000 +0.000000000000 0.914062500000 0.664062500000 0.000000000000 +0.523437500000 0.009765625000 0.000000000000 0.000000000000 +0.052978515625 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.691406250000 0.000000000000 0.687500000000 +0.191406250000 0.000000000000 0.000000000000 0.113769531250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.072753906250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.455078125000 0.000000000000 +0.182617187500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.161132812500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.289062500000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.761718750000 0.558593750000 0.000000000000 +0.240234375000 0.257812500000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.359375000000 +0.000000000000 1.007812500000 0.000000000000 0.144531250000 +0.339843750000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.142578125000 0.000000000000 0.000000000000 0.000000000000 +0.255859375000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.291015625000 0.000000000000 +0.330078125000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.112792968750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.251953125000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.056396484375 0.000000000000 +0.000000000000 0.300781250000 0.546875000000 0.000000000000 +0.000000000000 0.396484375000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.550781250000 +0.000000000000 0.406250000000 0.000000000000 0.000000000000 +0.064941406250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.318359375000 0.000000000000 0.000000000000 0.000000000000 +0.343750000000 0.000000000000 0.031738281250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.351562500000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.183593750000 0.000000000000 0.000000000000 +0.146484375000 0.000000000000 0.273437500000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.225585937500 0.000000000000 0.000000000000 +0.206054687500 0.000000000000 0.257812500000 0.189453125000 +0.000000000000 0.000000000000 0.482421875000 0.000000000000 +0.000000000000 0.304687500000 0.046630859375 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.468750000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.542968750000 0.000000000000 0.000000000000 0.000000000000 +0.208984375000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.137695312500 0.000000000000 0.000000000000 +0.196289062500 0.000000000000 0.188476562500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.146484375000 0.239257812500 0.000000000000 0.000000000000 +0.460937500000 0.000000000000 0.482421875000 0.392578125000 +0.000000000000 0.000000000000 0.437500000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.179687500000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.330078125000 0.000000000000 0.000000000000 +0.486328125000 0.000000000000 0.122070312500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.081054687500 +0.000000000000 0.249023437500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.351562500000 0.000000000000 0.000000000000 0.000000000000 +0.148437500000 0.291015625000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.660156250000 0.601562500000 +0.000000000000 0.000000000000 0.503906250000 0.104492187500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.063964843750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.357421875000 +0.000000000000 0.010009765625 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.322265625000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.447265625000 +0.000000000000 0.000000000000 0.000000000000 0.396484375000 +0.000000000000 0.229492187500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.215820312500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.353515625000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.671875000000 0.871093750000 +0.000000000000 0.000000000000 0.578125000000 0.169921875000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.157226562500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.324218750000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.207031250000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.375000000000 0.000000000000 0.462890625000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.404296875000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.190429687500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.585937500000 1.203125000000 +0.000000000000 0.000000000000 0.558593750000 0.004974365234 +0.000000000000 0.051757812500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.291015625000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.001914978027 0.000000000000 0.000000000000 +0.000000000000 0.664062500000 0.000000000000 0.318359375000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.613281250000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.010314941406 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.384765625000 1.429687500000 +0.000000000000 0.000000000000 0.357421875000 0.000000000000 +0.006011962891 0.235351562500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.121582031250 0.000000000000 +0.035644531250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.085449218750 0.000000000000 0.000000000000 +0.259765625000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.200195312500 0.000000000000 0.000000000000 +0.000000000000 0.785156250000 0.000000000000 0.192382812500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.550781250000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.150390625000 0.000000000000 0.225585937500 1.468750000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.378906250000 0.244140625000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.613281250000 0.000000000000 0.000000000000 +0.333984375000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.519531250000 0.000000000000 0.000000000000 +0.000000000000 0.640625000000 0.000000000000 0.259765625000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.263671875000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.019165039062 1.335937500000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.306640625000 0.120117187500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.197265625000 +0.000000000000 0.558593750000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.820312500000 0.000000000000 0.000000000000 +0.000000000000 0.306640625000 0.000000000000 0.558593750000 +0.000000000000 0.000000000000 0.220703125000 0.000000000000 +0.203125000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.289062500000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.820312500000 +0.000000000000 0.000000000000 0.125000000000 0.000000000000 +0.000000000000 0.099121093750 0.000000000000 0.000000000000 +0.000000000000 0.177734375000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.621093750000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.921875000000 0.000000000000 0.273437500000 +0.000000000000 0.000000000000 0.000000000000 0.839843750000 +0.000000000000 0.000000000000 0.423828125000 0.431640625000 +0.589843750000 0.000000000000 0.122070312500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.523437500000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.163085937500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.236328125000 +0.000000000000 0.000000000000 0.308593750000 0.000000000000 +0.000000000000 0.152343750000 0.002731323242 0.000000000000 +0.000000000000 0.406250000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.664062500000 0.636718750000 0.582031250000 +0.084960937500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.667968750000 0.000000000000 0.046875000000 +0.000000000000 0.000000000000 0.000000000000 0.851562500000 +0.000000000000 0.000000000000 0.339843750000 0.539062500000 +0.648437500000 0.000000000000 0.240234375000 0.000000000000 +0.088378906250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.589843750000 0.000000000000 0.000000000000 +0.208007812500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.328125000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.339843750000 0.000000000000 +0.000000000000 0.417968750000 0.406250000000 0.178710937500 +0.000000000000 0.298828125000 0.000000000000 0.000000000000 +0.253906250000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.714843750000 0.867187500000 0.057617187500 +0.120117187500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.069335937500 +0.000000000000 0.168945312500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.099609375000 0.605468750000 +0.503906250000 0.000000000000 0.163085937500 0.402343750000 +0.488281250000 0.000000000000 0.106445312500 0.322265625000 +0.235351562500 0.000000000000 0.045166015625 0.000000000000 +0.000000000000 0.875000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.480468750000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.380859375000 0.000000000000 +0.000000000000 0.550781250000 0.412109375000 0.310546875000 +0.488281250000 0.000000000000 0.000000000000 0.000000000000 +0.283203125000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.081542968750 0.468750000000 0.000000000000 +0.047363281250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.234375000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.253906250000 0.231445312500 +0.498046875000 0.000000000000 0.008300781250 0.243164062500 +0.221679687500 0.000000000000 0.000000000000 0.460937500000 +0.251953125000 0.000000000000 0.049560546875 0.000000000000 +0.000000000000 0.949218750000 0.000000000000 0.000000000000 +0.000000000000 0.160156250000 0.000000000000 0.071777343750 +0.000000000000 0.468750000000 0.326171875000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.157226562500 0.000000000000 +0.000000000000 0.419921875000 0.167968750000 0.118652343750 +0.781250000000 0.000000000000 0.000000000000 0.000000000000 +0.130859375000 0.028686523438 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.492187500000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.242187500000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.143554687500 0.000000000000 0.019775390625 +0.005828857422 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.812500000000 0.000000000000 0.000000000000 +0.000000000000 0.347656250000 0.000000000000 0.326171875000 +0.000000000000 0.283203125000 0.738281250000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.060058593750 0.089355468750 0.000000000000 0.000000000000 +0.796875000000 0.000000000000 0.002014160156 0.004302978516 +0.000000000000 0.222656250000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.394531250000 0.000000000000 0.000000000000 +0.570312500000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.085449218750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.016723632812 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.447265625000 0.000000000000 0.000000000000 +0.000000000000 0.408203125000 0.000000000000 0.275390625000 +0.000000000000 0.324218750000 0.964843750000 0.000000000000 +0.000000000000 0.000000000000 0.122070312500 0.000000000000 +0.000000000000 0.115234375000 0.000000000000 0.000000000000 +0.032470703125 0.135742187500 0.000000000000 0.000000000000 +0.667968750000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.020996093750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.349609375000 +0.000000000000 0.417968750000 0.000000000000 0.028930664062 +0.061279296875 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.226562500000 +0.000000000000 0.361328125000 0.000000000000 0.125000000000 +0.000000000000 0.437500000000 0.902343750000 0.000000000000 +0.000000000000 0.000000000000 0.292968750000 0.000000000000 +0.000000000000 0.480468750000 0.000000000000 0.000000000000 +0.000000000000 0.197265625000 0.000000000000 0.000000000000 +0.503906250000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.084472656250 0.000000000000 0.519531250000 +0.000000000000 0.109375000000 0.000000000000 0.104980468750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.206054687500 0.000000000000 +0.073730468750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.226562500000 0.308593750000 +0.000000000000 0.314453125000 0.000000000000 0.000000000000 +0.000000000000 0.507812500000 0.796875000000 0.000000000000 +0.000000000000 0.000000000000 0.306640625000 0.000000000000 +0.000000000000 0.707031250000 0.077636718750 0.000000000000 +0.000000000000 0.243164062500 0.000000000000 0.000000000000 +0.384765625000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.300781250000 0.000000000000 0.240234375000 +0.000000000000 0.000000000000 0.000000000000 0.228515625000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.388671875000 0.000000000000 +0.292968750000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.457031250000 0.271484375000 +0.000000000000 0.273437500000 0.000000000000 0.000000000000 +0.000000000000 0.574218750000 0.738281250000 0.000000000000 +0.000000000000 0.000000000000 0.250000000000 0.000000000000 +0.000000000000 0.839843750000 0.306640625000 0.000000000000 +0.000000000000 0.275390625000 0.000000000000 0.000000000000 +0.300781250000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.310546875000 0.000000000000 0.000000000000 +0.005920410156 0.000000000000 0.000000000000 0.382812500000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.539062500000 0.000000000000 +0.322265625000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.519531250000 0.063964843750 +0.000000000000 0.257812500000 0.000000000000 0.000000000000 +0.000000000000 0.562500000000 0.625000000000 0.000000000000 +0.000000000000 0.000000000000 0.157226562500 0.000000000000 +0.000000000000 0.898437500000 0.470703125000 0.000000000000 +0.000000000000 0.137695312500 0.000000000000 0.000000000000 +0.357421875000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.222656250000 0.000000000000 0.000000000000 +0.322265625000 0.000000000000 0.000000000000 0.523437500000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.574218750000 0.000000000000 +0.237304687500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.380859375000 0.000000000000 +0.000000000000 0.224609375000 0.000000000000 0.000000000000 +0.000000000000 0.519531250000 0.527343750000 0.000000000000 +0.000000000000 0.000000000000 0.054443359375 0.000000000000 +0.000000000000 0.937500000000 0.416015625000 0.000000000000 +0.000000000000 0.067871093750 0.000000000000 0.000000000000 +0.414062500000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.123535156250 0.000000000000 0.000000000000 +0.496093750000 0.000000000000 0.000000000000 0.453125000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.482421875000 0.000000000000 +0.261718750000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.192382812500 0.000000000000 +0.000000000000 0.188476562500 0.000000000000 0.056640625000 +0.000000000000 0.511718750000 0.460937500000 0.000000000000 +0.000000000000 0.000000000000 0.105468750000 0.000000000000 +0.000000000000 0.960937500000 0.435546875000 0.000000000000 +0.000000000000 0.143554687500 0.000000000000 0.000000000000 +0.388671875000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.131835937500 0.000000000000 0.000000000000 +0.318359375000 0.000000000000 0.000000000000 0.231445312500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.306640625000 0.031738281250 +0.310546875000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.173828125000 0.000000000000 +0.000000000000 0.177734375000 0.000000000000 0.060302734375 +0.000000000000 0.484375000000 0.427734375000 0.000000000000 +0.000000000000 0.000000000000 0.185546875000 0.000000000000 +0.000000000000 0.914062500000 0.511718750000 0.000000000000 +0.000000000000 0.241210937500 0.000000000000 0.000000000000 +0.308593750000 0.000000000000 0.152343750000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.246093750000 0.000000000000 0.080078125000 +0.168945312500 0.000000000000 0.000000000000 0.036132812500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.178710937500 0.133789062500 +0.287109375000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.263671875000 0.000000000000 +0.000000000000 0.162109375000 0.000000000000 0.022338867188 +0.000000000000 0.484375000000 0.464843750000 0.000000000000 +0.000000000000 0.000000000000 0.275390625000 0.000000000000 +0.000000000000 0.875000000000 0.496093750000 0.000000000000 +0.000000000000 0.332031250000 0.000000000000 0.000000000000 +0.213867187500 0.000000000000 0.237304687500 0.081054687500 +0.000000000000 0.162109375000 0.000000000000 0.000000000000 +0.000000000000 0.375000000000 0.000000000000 0.263671875000 +0.083007812500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.046630859375 0.107910156250 +0.233398437500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.339843750000 0.000000000000 +0.000000000000 0.162109375000 0.000000000000 0.000000000000 +0.000000000000 0.617187500000 0.503906250000 0.000000000000 +0.000000000000 0.000000000000 0.263671875000 0.000000000000 +0.000000000000 0.757812500000 0.574218750000 0.000000000000 +0.000000000000 0.353515625000 0.000000000000 0.000000000000 +0.162109375000 0.000000000000 0.140625000000 0.100097656250 +0.000000000000 0.259765625000 0.000000000000 0.000000000000 +0.000000000000 0.486328125000 0.000000000000 0.255859375000 +0.046630859375 0.000000000000 0.000000000000 0.054443359375 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.012939453125 0.054199218750 +0.161132812500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.304687500000 0.051757812500 +0.000000000000 0.200195312500 0.000000000000 0.000000000000 +0.000000000000 0.753906250000 0.511718750000 0.000000000000 +0.000000000000 0.000000000000 0.162109375000 0.000000000000 +0.000000000000 0.511718750000 0.695312500000 0.000000000000 +0.000000000000 0.202148437500 0.000000000000 0.000000000000 +0.122558593750 0.000000000000 0.000000000000 0.070800781250 +0.000000000000 0.267578125000 0.000000000000 0.000000000000 +0.000000000000 0.392578125000 0.000000000000 0.006652832031 +0.111816406250 0.000000000000 0.028808593750 0.245117187500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.023193359375 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.234375000000 0.113281250000 +0.000000000000 0.251953125000 0.000000000000 0.000000000000 +0.000000000000 0.765625000000 0.558593750000 0.000000000000 +0.000000000000 0.117187500000 0.000000000000 0.000000000000 +0.000000000000 0.182617187500 0.566406250000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.112304687500 0.000000000000 0.000000000000 0.004577636719 +0.086914062500 0.296875000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.265625000000 0.000000000000 0.000000000000 0.437500000000 +0.122070312500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.047607421875 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.003967285156 0.115722656250 +0.000000000000 0.203125000000 0.000000000000 0.000000000000 +0.000000000000 0.722656250000 0.558593750000 0.000000000000 +0.000000000000 0.059570312500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.601562500000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.044677734375 0.000000000000 0.000000000000 0.000000000000 +0.208984375000 0.055419921875 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.003112792969 0.322265625000 0.000000000000 0.384765625000 +0.349609375000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.178710937500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.015197753906 +0.000000000000 0.000000000000 0.000000000000 0.265625000000 +0.000000000000 0.065429687500 0.000000000000 0.000000000000 +0.000000000000 0.644531250000 0.406250000000 0.000000000000 +0.283203125000 0.000000000000 0.000000000000 0.079589843750 +0.000000000000 0.000000000000 0.593750000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.139648437500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.423828125000 0.000000000000 0.119140625000 +0.312500000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.384765625000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.215820312500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.550781250000 0.069335937500 0.000000000000 +0.306640625000 0.000000000000 0.000000000000 0.279296875000 +0.000000000000 0.000000000000 0.570312500000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.113281250000 +0.000000000000 0.326171875000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.001335144043 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.570312500000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.086914062500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.439453125000 0.000000000000 0.000000000000 +0.061035156250 0.000000000000 0.000000000000 0.539062500000 +0.000000000000 0.000000000000 0.609375000000 0.000000000000 +0.022705078125 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.129882812500 0.000000000000 0.253906250000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.131835937500 0.000000000000 0.000000000000 +0.013183593750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.644531250000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.206054687500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.750000000000 +0.000000000000 0.000000000000 0.474609375000 0.000000000000 +0.120117187500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.273437500000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.097656250000 0.170898437500 0.000000000000 0.000000000000 +0.291015625000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.550781250000 0.000000000000 +0.107910156250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.839843750000 +0.000000000000 0.000000000000 0.249023437500 0.000000000000 +0.000000000000 0.283203125000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.087890625000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.230468750000 0.193359375000 0.000000000000 0.000000000000 +0.539062500000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.253906250000 0.000000000000 +0.231445312500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.083496093750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.102539062500 0.025634765625 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.820312500000 +0.000000000000 0.000000000000 0.148437500000 0.000000000000 +0.000000000000 0.373046875000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.077636718750 0.000000000000 0.000000000000 +0.218750000000 0.000000000000 0.000000000000 0.000000000000 +0.244140625000 0.135742187500 0.000000000000 0.000000000000 +0.554687500000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.111816406250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.099609375000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.134765625000 0.000000000000 +0.016723632812 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.027099609375 0.000000000000 0.000000000000 +0.225585937500 0.000000000000 0.000000000000 0.667968750000 +0.000000000000 0.000000000000 0.111816406250 0.000000000000 +0.000000000000 0.200195312500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.018676757812 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.143554687500 0.000000000000 0.000000000000 +0.236328125000 0.000000000000 0.000000000000 0.000000000000 +0.118164062500 0.244140625000 0.000000000000 0.000000000000 +0.335937500000 0.000000000000 0.000000000000 0.192382812500 +0.000000000000 0.155273437500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.457031250000 0.000000000000 0.000000000000 0.000000000000 +0.036132812500 0.028808593750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.417968750000 +0.000000000000 0.000000000000 0.308593750000 0.000000000000 +0.000000000000 0.000000000000 0.163085937500 0.005645751953 +0.000000000000 0.000000000000 0.000000000000 0.082031250000 +0.000000000000 0.013671875000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.247070312500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.318359375000 0.000000000000 0.453125000000 +0.000000000000 0.000000000000 0.000000000000 0.451171875000 +0.000000000000 0.144531250000 0.000000000000 0.094726562500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.515625000000 0.000000000000 0.000000000000 0.000000000000 +0.242187500000 0.094238281250 0.000000000000 0.056152343750 +0.000000000000 0.000000000000 0.062988281250 0.111328125000 +0.141601562500 0.000000000000 0.585937500000 0.000000000000 +0.000000000000 0.000000000000 0.166015625000 0.476562500000 +0.000000000000 0.000000000000 0.000000000000 0.132812500000 +0.000000000000 0.000000000000 0.156250000000 0.000000000000 +0.000000000000 0.140625000000 0.326171875000 0.478515625000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.018920898438 0.062255859375 0.000000000000 +0.000000000000 0.218750000000 0.000000000000 0.130859375000 +0.000000000000 0.070800781250 0.000000000000 0.531250000000 +0.355468750000 0.000000000000 0.000000000000 0.306640625000 +0.000000000000 0.131835937500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.330078125000 0.000000000000 0.000000000000 0.000000000000 +0.205078125000 0.201171875000 0.000000000000 0.176757812500 +0.000000000000 0.267578125000 0.090820312500 0.000000000000 +0.382812500000 0.032714843750 0.675781250000 0.000000000000 +0.000000000000 0.054931640625 0.071777343750 0.519531250000 +0.000000000000 0.077636718750 0.000000000000 0.228515625000 +0.000000000000 0.000000000000 0.269531250000 0.000000000000 +0.000000000000 0.330078125000 0.394531250000 0.187500000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.070312500000 0.150390625000 0.000000000000 +0.000000000000 0.042724609375 0.000000000000 0.000000000000 +0.000000000000 0.265625000000 0.000000000000 0.289062500000 +0.578125000000 0.000000000000 0.000000000000 0.523437500000 +0.000000000000 0.458984375000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.129882812500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.221679687500 +0.002227783203 0.000000000000 0.000000000000 0.000000000000 +0.132812500000 0.294921875000 0.000000000000 0.219726562500 +0.000000000000 0.306640625000 0.000000000000 0.000000000000 +0.402343750000 0.058837890625 0.703125000000 0.071289062500 +0.000000000000 0.154296875000 0.000000000000 0.443359375000 +0.000000000000 0.178710937500 0.000000000000 0.341796875000 +0.000000000000 0.000000000000 0.166992187500 0.000000000000 +0.000000000000 0.200195312500 0.115722656250 0.000000000000 +0.000000000000 0.000000000000 0.304687500000 0.000000000000 +0.000000000000 0.080566406250 0.076660156250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.373046875000 0.000000000000 0.000000000000 +0.554687500000 0.000000000000 0.000000000000 0.531250000000 +0.000000000000 0.400390625000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.312500000000 0.140625000000 +0.000000000000 0.000000000000 0.000000000000 0.218750000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.433593750000 0.000000000000 0.079101562500 +0.000000000000 0.205078125000 0.000000000000 0.000000000000 +0.247070312500 0.000000000000 0.644531250000 0.125976562500 +0.142578125000 0.091796875000 0.000000000000 0.216796875000 +0.000000000000 0.065429687500 0.000000000000 0.347656250000 +0.078125000000 0.000000000000 0.088867187500 0.000000000000 +0.133789062500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.341796875000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.433593750000 0.000000000000 0.000000000000 +0.425781250000 0.000000000000 0.000000000000 0.398437500000 +0.000000000000 0.093750000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.433593750000 0.367187500000 +0.000000000000 0.000000000000 0.000000000000 0.107421875000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.554687500000 0.000000000000 0.000000000000 +0.111816406250 0.166992187500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.687500000000 0.048095703125 +0.210937500000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.298828125000 +0.040771484375 0.000000000000 0.000000000000 0.143554687500 +0.109375000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.159179687500 0.077148437500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.328125000000 0.000000000000 0.000000000000 +0.190429687500 0.000000000000 0.000000000000 0.098144531250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.396484375000 0.361328125000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.617187500000 0.000000000000 0.000000000000 +0.010131835938 0.000000000000 0.000000000000 0.074707031250 +0.000000000000 0.000000000000 0.753906250000 0.000000000000 +0.269531250000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.170898437500 +0.000000000000 0.000000000000 0.000000000000 0.271484375000 +0.000000000000 0.000000000000 0.000000000000 0.088867187500 +0.000000000000 0.177734375000 0.116210937500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.068359375000 0.000000000000 +0.154296875000 0.226562500000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.664062500000 0.000000000000 0.056884765625 +0.000000000000 0.000000000000 0.000000000000 0.241210937500 +0.000000000000 0.000000000000 0.710937500000 0.000000000000 +0.239257812500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.067382812500 +0.000000000000 0.000000000000 0.000000000000 0.388671875000 +0.000000000000 0.003967285156 0.000000000000 0.000000000000 +0.000000000000 0.042724609375 0.203125000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.101074218750 0.000000000000 0.056640625000 0.000000000000 +0.306640625000 0.185546875000 0.051025390625 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.114257812500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.625000000000 0.000000000000 0.159179687500 +0.000000000000 0.000000000000 0.000000000000 0.402343750000 +0.000000000000 0.000000000000 0.613281250000 0.000000000000 +0.037109375000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.043701171875 +0.000000000000 0.000000000000 0.000000000000 0.482421875000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.096679687500 0.112792968750 0.000000000000 +0.192382812500 0.000000000000 0.000000000000 0.000000000000 +0.308593750000 0.000000000000 0.000000000000 0.000000000000 +0.330078125000 0.191406250000 0.095214843750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.003082275391 0.000000000000 0.000000000000 +0.231445312500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.593750000000 0.000000000000 0.118164062500 +0.000000000000 0.000000000000 0.000000000000 0.617187500000 +0.000000000000 0.000000000000 0.443359375000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.398437500000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.306640625000 0.000000000000 0.000000000000 +0.460937500000 0.000000000000 0.000000000000 0.000000000000 +0.429687500000 0.000000000000 0.000000000000 0.000000000000 +0.217773437500 0.222656250000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.137695312500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.482421875000 0.000000000000 0.025634765625 +0.000000000000 0.000000000000 0.020263671875 0.808593750000 +0.000000000000 0.000000000000 0.322265625000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.067871093750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.539062500000 0.000000000000 0.000000000000 +0.570312500000 0.000000000000 0.000000000000 0.000000000000 +0.443359375000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.318359375000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.066894531250 0.328125000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.314453125000 0.925781250000 +0.000000000000 0.000000000000 0.333984375000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.451171875000 0.000000000000 0.000000000000 +0.414062500000 0.000000000000 0.000000000000 0.000000000000 +0.371093750000 0.044189453125 0.000000000000 0.000000000000 +0.000000000000 0.421875000000 0.000000000000 0.148437500000 +0.000000000000 0.040527343750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.085449218750 0.147460937500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.511718750000 1.007812500000 +0.000000000000 0.000000000000 0.308593750000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.076660156250 +0.000000000000 0.191406250000 0.000000000000 0.000000000000 +0.093261718750 0.000000000000 0.000000000000 0.000000000000 +0.279296875000 0.241210937500 0.000000000000 0.000000000000 +0.000000000000 0.427734375000 0.000000000000 0.386718750000 +0.000000000000 0.016479492188 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.162109375000 +0.049560546875 0.000000000000 0.000000000000 0.000000000000 +0.030883789062 0.074218750000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.613281250000 0.996093750000 +0.000000000000 0.000000000000 0.392578125000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.135742187500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.172851562500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.022827148438 0.392578125000 0.000000000000 0.000000000000 +0.000000000000 0.400390625000 0.000000000000 0.535156250000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.310546875000 +0.118164062500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.141601562500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.562500000000 0.898437500000 +0.000000000000 0.000000000000 0.554687500000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.330078125000 0.000000000000 +0.000000000000 0.068359375000 0.000000000000 0.166992187500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.441406250000 0.000000000000 0.000000000000 +0.000000000000 0.382812500000 0.000000000000 0.621093750000 +0.000000000000 0.000000000000 0.000000000000 0.110839843750 +0.061523437500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.255859375000 +0.218750000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.187500000000 0.000000000000 0.081542968750 +0.000000000000 0.000000000000 0.441406250000 0.714843750000 +0.000000000000 0.000000000000 0.683593750000 0.000000000000 +0.175781250000 0.033935546875 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.117675781250 +0.000000000000 0.000000000000 0.421875000000 0.000000000000 +0.000000000000 0.245117187500 0.000000000000 0.153320312500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.382812500000 0.000000000000 0.000000000000 +0.000000000000 0.369140625000 0.000000000000 0.585937500000 +0.000000000000 0.000000000000 0.000000000000 0.324218750000 +0.073242187500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.265625000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.310546875000 0.000000000000 0.314453125000 +0.000000000000 0.000000000000 0.247070312500 0.476562500000 +0.000000000000 0.000000000000 0.753906250000 0.000000000000 +0.237304687500 0.185546875000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.263671875000 +0.000000000000 0.000000000000 0.361328125000 0.000000000000 +0.000000000000 0.378906250000 0.045410156250 0.114746093750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.217773437500 0.000000000000 0.000000000000 +0.000000000000 0.416015625000 0.000000000000 0.458984375000 +0.158203125000 0.000000000000 0.000000000000 0.427734375000 +0.036621093750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.230468750000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.486328125000 0.000000000000 0.441406250000 +0.000000000000 0.000000000000 0.064453125000 0.306640625000 +0.000000000000 0.000000000000 0.824218750000 0.000000000000 +0.145507812500 0.259765625000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.363281250000 +0.000000000000 0.000000000000 0.250000000000 0.000000000000 +0.000000000000 0.375000000000 0.000000000000 0.022705078125 +0.000000000000 0.000000000000 0.263671875000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.031738281250 0.000000000000 0.000000000000 +0.000000000000 0.445312500000 0.000000000000 0.255859375000 +0.306640625000 0.000000000000 0.000000000000 0.462890625000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.111328125000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.640625000000 0.000000000000 0.408203125000 +0.000000000000 0.000000000000 0.000000000000 0.259765625000 +0.000000000000 0.000000000000 0.785156250000 0.000000000000 +0.148437500000 0.167968750000 0.000000000000 0.000000000000 +0.000000000000 0.022949218750 0.000000000000 0.265625000000 +0.000000000000 0.000000000000 0.094726562500 0.000000000000 +0.000000000000 0.255859375000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.664062500000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.476562500000 0.000000000000 0.039062500000 +0.304687500000 0.000000000000 0.000000000000 0.345703125000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.738281250000 0.000000000000 0.244140625000 +0.000000000000 0.000000000000 0.000000000000 0.349609375000 +0.000000000000 0.000000000000 0.734375000000 0.000000000000 +0.132812500000 0.078613281250 0.000000000000 0.000000000000 +0.000000000000 0.062011718750 0.000000000000 0.151367187500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.066406250000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.667968750000 0.000000000000 +0.061279296875 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.494140625000 0.000000000000 0.000000000000 +0.121093750000 0.000000000000 0.000000000000 0.071289062500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.022094726562 0.027587890625 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.104003906250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.785156250000 0.000000000000 0.065429687500 +0.000000000000 0.000000000000 0.000000000000 0.507812500000 +0.000000000000 0.000000000000 0.632812500000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.153320312500 0.000000000000 0.007171630859 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.127929687500 0.289062500000 0.000000000000 +0.231445312500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.470703125000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.170898437500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.255859375000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.726562500000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.703125000000 +0.000000000000 0.000000000000 0.462890625000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.249023437500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.050048828125 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.408203125000 0.000000000000 0.000000000000 +0.457031250000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.425781250000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.285156250000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.486328125000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.660156250000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.867187500000 +0.000000000000 0.000000000000 0.237304687500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.298828125000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.558593750000 0.000000000000 0.000000000000 +0.531250000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.140625000000 0.000000000000 0.000000000000 +0.000000000000 0.333984375000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.115722656250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.292968750000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.578125000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.503906250000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.941406250000 +0.000000000000 0.000000000000 0.077148437500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.373046875000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.589843750000 0.000000000000 0.000000000000 +0.375000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.312500000000 0.000000000000 0.000000000000 +0.000000000000 0.167968750000 0.000000000000 0.141601562500 +0.000000000000 0.000000000000 0.412109375000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.281250000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.451171875000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.421875000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.847656250000 +0.000000000000 0.000000000000 0.061279296875 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.416015625000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.550781250000 0.000000000000 0.000000000000 +0.049804687500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.474609375000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.294921875000 +0.000000000000 0.000000000000 0.742187500000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.294921875000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.218750000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.394531250000 0.114746093750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.628906250000 +0.000000000000 0.000000000000 0.061523437500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.503906250000 0.000000000000 0.000000000000 +0.020996093750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.169921875000 +0.000000000000 0.243164062500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.554687500000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.439453125000 +0.000000000000 0.000000000000 0.949218750000 0.150390625000 +0.233398437500 0.000000000000 0.000000000000 0.000000000000 +0.257812500000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.400390625000 0.236328125000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.304687500000 +0.000000000000 0.000000000000 0.167968750000 0.000000000000 +0.000000000000 0.048828125000 0.000000000000 0.000000000000 +0.000000000000 0.498046875000 0.000000000000 0.000000000000 +0.277343750000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.332031250000 0.000000000000 0.343750000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.462890625000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.423828125000 +0.000000000000 0.000000000000 1.093750000000 0.361328125000 +0.427734375000 0.000000000000 0.000000000000 0.000000000000 +0.292968750000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.244140625000 0.000000000000 0.000000000000 +0.000000000000 0.441406250000 0.376953125000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.269531250000 0.000000000000 +0.000000000000 0.328125000000 0.000000000000 0.000000000000 +0.198242187500 0.291015625000 0.000000000000 0.000000000000 +0.406250000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.449218750000 0.000000000000 0.169921875000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.213867187500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.318359375000 +0.000000000000 0.000000000000 1.000000000000 0.388671875000 +0.503906250000 0.000000000000 0.000000000000 0.000000000000 +0.369140625000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.316406250000 0.000000000000 0.000000000000 +0.000000000000 0.378906250000 0.000000000000 0.000000000000 +0.000000000000 0.515625000000 0.488281250000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.105468750000 0.294921875000 0.000000000000 +0.000000000000 0.375000000000 0.000000000000 0.000000000000 +0.476562500000 0.000000000000 0.000000000000 0.000000000000 +0.302734375000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.248046875000 0.000000000000 0.000000000000 +0.026367187500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.087890625000 +0.000000000000 0.000000000000 0.769531250000 0.281250000000 +0.417968750000 0.000000000000 0.000000000000 0.002838134766 +0.253906250000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.460937500000 0.000000000000 0.000000000000 +0.000000000000 0.398437500000 0.000000000000 0.000000000000 +0.000000000000 0.531250000000 0.558593750000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.384765625000 0.199218750000 0.000000000000 +0.000000000000 0.279296875000 0.000000000000 0.000000000000 +0.656250000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.006591796875 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.076660156250 0.000000000000 0.000000000000 0.000000000000 +0.118652343750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.416015625000 0.045654296875 +0.137695312500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.361328125000 0.386718750000 0.000000000000 0.000000000000 +0.000000000000 0.326171875000 0.000000000000 0.136718750000 +0.000000000000 0.570312500000 0.597656250000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.582031250000 0.064453125000 0.000000000000 +0.000000000000 0.190429687500 0.000000000000 0.000000000000 +0.761718750000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.082519531250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.166015625000 0.000000000000 0.000000000000 0.000000000000 +0.241210937500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.169921875000 0.000000000000 +0.037109375000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.531250000000 0.044921875000 0.000000000000 0.000000000000 +0.000000000000 0.216796875000 0.000000000000 0.371093750000 +0.000000000000 0.558593750000 0.632812500000 0.000000000000 +0.000000000000 0.000000000000 0.186523437500 0.000000000000 +0.000000000000 0.667968750000 0.000000000000 0.000000000000 +0.000000000000 0.034667968750 0.000000000000 0.000000000000 +0.691406250000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.083496093750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.059570312500 0.000000000000 0.000000000000 0.066406250000 +0.229492187500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.018920898438 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.363281250000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.101562500000 0.000000000000 0.367187500000 +0.000000000000 0.535156250000 0.574218750000 0.000000000000 +0.000000000000 0.000000000000 0.527343750000 0.000000000000 +0.000000000000 0.796875000000 0.000000000000 0.000000000000 +0.000000000000 0.061279296875 0.000000000000 0.000000000000 +0.562500000000 0.000000000000 0.073730468750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.048583984375 +0.000000000000 0.000000000000 0.000000000000 0.026245117188 +0.019531250000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.154296875000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.048828125000 0.000000000000 0.112792968750 0.000000000000 +0.000000000000 0.032226562500 0.000000000000 0.302734375000 +0.000000000000 0.460937500000 0.492187500000 0.000000000000 +0.000000000000 0.000000000000 0.753906250000 0.000000000000 +0.000000000000 0.914062500000 0.081054687500 0.000000000000 +0.000000000000 0.138671875000 0.000000000000 0.000000000000 +0.476562500000 0.000000000000 0.102539062500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.038085937500 0.000000000000 0.087402343750 +0.022949218750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.059082031250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.248046875000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.240234375000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.148437500000 +0.000000000000 0.423828125000 0.410156250000 0.000000000000 +0.000000000000 0.000000000000 0.847656250000 0.000000000000 +0.000000000000 1.015625000000 0.326171875000 0.000000000000 +0.000000000000 0.166992187500 0.000000000000 0.000000000000 +0.376953125000 0.000000000000 0.220703125000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.208984375000 0.000000000000 0.133789062500 +0.097656250000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.044433593750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.316406250000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.347656250000 0.000000000000 +0.000000000000 0.005950927734 0.000000000000 0.003234863281 +0.015197753906 0.427734375000 0.339843750000 0.000000000000 +0.000000000000 0.000000000000 0.773437500000 0.000000000000 +0.000000000000 1.007812500000 0.542968750000 0.000000000000 +0.000000000000 0.255859375000 0.000000000000 0.000000000000 +0.275390625000 0.000000000000 0.275390625000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.324218750000 0.000000000000 0.202148437500 +0.247070312500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.347656250000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.423828125000 0.000000000000 +0.000000000000 0.096679687500 0.000000000000 0.000000000000 +0.000000000000 0.464843750000 0.261718750000 0.000000000000 +0.000000000000 0.000000000000 0.617187500000 0.000000000000 +0.000000000000 0.898437500000 0.675781250000 0.000000000000 +0.000000000000 0.246093750000 0.000000000000 0.000000000000 +0.169921875000 0.000000000000 0.245117187500 0.000000000000 +0.000000000000 0.046386718750 0.000000000000 0.000000000000 +0.000000000000 0.443359375000 0.000000000000 0.271484375000 +0.291015625000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.261718750000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.419921875000 0.000000000000 +0.000000000000 0.161132812500 0.000000000000 0.000000000000 +0.000000000000 0.550781250000 0.259765625000 0.000000000000 +0.000000000000 0.018188476562 0.402343750000 0.000000000000 +0.063964843750 0.691406250000 0.742187500000 0.040527343750 +0.000000000000 0.221679687500 0.000000000000 0.000000000000 +0.107421875000 0.000000000000 0.113281250000 0.000000000000 +0.000000000000 0.091308593750 0.000000000000 0.000000000000 +0.000000000000 0.500000000000 0.000000000000 0.184570312500 +0.287109375000 0.000000000000 0.000000000000 0.015014648438 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.094726562500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.019531250000 +0.000000000000 0.000000000000 0.341796875000 0.000000000000 +0.000000000000 0.188476562500 0.000000000000 0.000000000000 +0.000000000000 0.652343750000 0.225585937500 0.000000000000 +0.000000000000 0.056396484375 0.204101562500 0.000000000000 +0.188476562500 0.328125000000 0.804687500000 0.190429687500 +0.000000000000 0.124023437500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.065917968750 0.000000000000 0.000000000000 +0.000000000000 0.417968750000 0.000000000000 0.000000000000 +0.138671875000 0.000000000000 0.255859375000 0.067382812500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.242187500000 +0.000000000000 0.000000000000 0.165039062500 0.000000000000 +0.000000000000 0.104980468750 0.000000000000 0.000000000000 +0.000000000000 0.730468750000 0.202148437500 0.000000000000 +0.000000000000 0.000000000000 0.000406265259 0.008056640625 +0.000000000000 0.000000000000 0.792968750000 0.203125000000 +0.000000000000 0.034912109375 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.080566406250 0.000000000000 0.000000000000 +0.000000000000 0.098632812500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.357421875000 0.125000000000 +0.077636718750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.318359375000 +0.000000000000 0.000000000000 0.000000000000 0.018066406250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.738281250000 0.175781250000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.241210937500 +0.000000000000 0.000000000000 0.667968750000 0.100585937500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.034912109375 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.189453125000 0.000000000000 0.047607421875 +0.394531250000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.092773437500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.218750000000 +0.000000000000 0.000000000000 0.000000000000 0.172851562500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.644531250000 0.080566406250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.507812500000 +0.000000000000 0.000000000000 0.431640625000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.049072265625 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.527343750000 0.000000000000 0.000000000000 +0.562500000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.246093750000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.376953125000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.478515625000 0.021728515625 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.671875000000 +0.000000000000 0.000000000000 0.269531250000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.027099609375 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.625000000000 0.000000000000 0.000000000000 +0.429687500000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.126953125000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.412109375000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.316406250000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.347656250000 0.030761718750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.664062500000 +0.000000000000 0.000000000000 0.208007812500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.030395507812 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.079101562500 +0.000000000000 0.507812500000 0.000000000000 0.000000000000 +0.030273437500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.328125000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.578125000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.328125000000 0.008544921875 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.443359375000 +0.000000000000 0.000000000000 0.248046875000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.240234375000 0.000000000000 0.010742187500 +0.091308593750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.014770507812 0.000000000000 0.388671875000 +0.000000000000 0.112304687500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.437500000000 0.000000000000 0.027099609375 +0.000000000000 0.000000000000 0.000000000000 0.125976562500 +0.000000000000 0.000000000000 0.691406250000 0.136718750000 +0.115722656250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.057617187500 0.000000000000 0.000000000000 +0.000000000000 0.376953125000 0.008666992188 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.134765625000 +0.000000000000 0.000000000000 0.437500000000 0.000000000000 +0.000000000000 0.006866455078 0.000000000000 0.000000000000 +0.000000000000 0.396484375000 0.000000000000 0.085449218750 +0.306640625000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.476562500000 0.000000000000 0.500000000000 +0.222656250000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.369140625000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.198242187500 +0.000000000000 0.000000000000 0.617187500000 0.351562500000 +0.243164062500 0.000000000000 0.000000000000 0.024047851562 +0.097656250000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.273437500000 0.000000000000 0.000000000000 +0.000000000000 0.241210937500 0.000000000000 0.000000000000 +0.000000000000 0.423828125000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.024047851562 0.492187500000 0.000000000000 +0.000000000000 0.137695312500 0.022827148438 0.000000000000 +0.058593750000 0.271484375000 0.000000000000 0.153320312500 +0.349609375000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.675781250000 0.333984375000 0.176757812500 +0.376953125000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.098632812500 0.000000000000 0.000000000000 +0.074707031250 0.000000000000 0.000000000000 0.066406250000 +0.000000000000 0.000000000000 0.425781250000 0.361328125000 +0.283203125000 0.000000000000 0.000000000000 0.425781250000 +0.179687500000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.609375000000 0.000000000000 0.000000000000 +0.000000000000 0.257812500000 0.000000000000 0.000000000000 +0.000000000000 0.515625000000 0.008544921875 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.194335937500 0.460937500000 0.000000000000 +0.000000000000 0.242187500000 0.211914062500 0.000000000000 +0.396484375000 0.000000000000 0.000000000000 0.196289062500 +0.122070312500 0.016235351562 0.000000000000 0.000000000000 +0.000000000000 0.308593750000 0.416015625000 0.000000000000 +0.414062500000 0.000000000000 0.097167968750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.013916015625 0.000000000000 +0.000000000000 0.000000000000 0.115234375000 0.171875000000 +0.103027343750 0.000000000000 0.000000000000 0.585937500000 +0.063964843750 0.000000000000 0.000000000000 0.000000000000 +0.406250000000 0.625000000000 0.000000000000 0.000000000000 +0.000000000000 0.167968750000 0.000000000000 0.000000000000 +0.000000000000 0.613281250000 0.038818359375 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.255859375000 0.328125000000 0.000000000000 +0.000000000000 0.048095703125 0.229492187500 0.000000000000 +0.562500000000 0.000000000000 0.000000000000 0.171875000000 +0.000000000000 0.045898437500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.091796875000 0.000000000000 +0.304687500000 0.000000000000 0.000000000000 0.000000000000 +0.351562500000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.182617187500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.500000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.494140625000 0.431640625000 0.000000000000 0.000000000000 +0.000000000000 0.148437500000 0.000000000000 0.296875000000 +0.000000000000 0.554687500000 0.216796875000 0.000000000000 +0.146484375000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.255859375000 0.253906250000 0.000000000000 +0.000000000000 0.000000000000 0.007293701172 0.000000000000 +0.523437500000 0.000000000000 0.120605468750 0.212890625000 +0.000000000000 0.166015625000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.129882812500 0.197265625000 0.000000000000 0.000000000000 +0.531250000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.224609375000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.067871093750 0.000000000000 0.140625000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.347656250000 0.161132812500 0.000000000000 0.000000000000 +0.000000000000 0.172851562500 0.000000000000 0.351562500000 +0.000000000000 0.500000000000 0.445312500000 0.000000000000 +0.314453125000 0.000000000000 0.191406250000 0.000000000000 +0.000000000000 0.355468750000 0.363281250000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.328125000000 0.000000000000 0.324218750000 0.152343750000 +0.000000000000 0.188476562500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.120605468750 +0.000000000000 0.244140625000 0.000000000000 0.000000000000 +0.206054687500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.101074218750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.199218750000 0.000000000000 0.130859375000 +0.000000000000 0.484375000000 0.482421875000 0.000000000000 +0.000000000000 0.000000000000 0.351562500000 0.000000000000 +0.000000000000 0.480468750000 0.515625000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.141601562500 0.000000000000 0.279296875000 0.000000000000 +0.000000000000 0.119628906250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.695312500000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.249023437500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.007934570312 +0.000000000000 0.000000000000 0.000000000000 0.076660156250 +0.000000000000 0.166992187500 0.000000000000 0.000000000000 +0.000000000000 0.474609375000 0.265625000000 0.000000000000 +0.000000000000 0.000000000000 0.353515625000 0.000000000000 +0.000000000000 0.460937500000 0.613281250000 0.000000000000 +0.000000000000 0.135742187500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.048828125000 0.000000000000 0.000000000000 +0.000000000000 0.500000000000 0.000000000000 0.679687500000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.132812500000 +0.000000000000 0.000000000000 0.082519531250 0.312500000000 +0.000000000000 0.054199218750 0.000000000000 0.000000000000 +0.000000000000 0.437500000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.199218750000 0.000000000000 +0.000000000000 0.273437500000 0.671875000000 0.191406250000 +0.000000000000 0.257812500000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.109863281250 +0.000000000000 0.550781250000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.106445312500 +0.000000000000 0.000000000000 0.316406250000 0.398437500000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.398437500000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.124023437500 +0.000000000000 0.072753906250 0.726562500000 0.209960937500 +0.000000000000 0.063476562500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.092285156250 +0.076171875000 0.113281250000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.025146484375 +0.000000000000 0.000000000000 0.382812500000 0.300781250000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.457031250000 0.000000000000 0.000000000000 +0.222656250000 0.000000000000 0.000000000000 0.250000000000 +0.000000000000 0.000000000000 0.750000000000 0.048828125000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.118652343750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.190429687500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.160156250000 0.000000000000 0.000000000000 +0.117675781250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000007987022 0.000000000000 +0.080566406250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.024169921875 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.259765625000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.488281250000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.281250000000 +0.000000000000 0.000000000000 0.738281250000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.210937500000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.157226562500 +0.043701171875 0.167968750000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000155448914 0.000000000000 0.014953613281 +0.312500000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.046142578125 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.507812500000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.213867187500 +0.000000000000 0.000000000000 0.718750000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.298828125000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.046875000000 0.003601074219 0.287109375000 +0.035400390625 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.445312500000 0.000000000000 0.168945312500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.609375000000 0.000000000000 0.060546875000 +0.000000000000 0.000000000000 0.000000000000 0.159179687500 +0.000000000000 0.000000000000 0.656250000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.328125000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.162109375000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.075683593750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.071289062500 0.000000000000 0.000000000000 0.000000000000 +0.484375000000 0.012145996094 0.294921875000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.145507812500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.644531250000 0.000000000000 0.020263671875 +0.000000000000 0.000000000000 0.000000000000 0.198242187500 +0.000000000000 0.000000000000 0.447265625000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.287109375000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.066894531250 0.000000000000 +0.206054687500 0.132812500000 0.000000000000 0.000000000000 +0.234375000000 0.000000000000 0.000000000000 0.000000000000 +0.351562500000 0.110351562500 0.308593750000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.189453125000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.010620117188 0.605468750000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.231445312500 +0.000000000000 0.000000000000 0.300781250000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.237304687500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.209960937500 0.000000000000 0.000000000000 +0.410156250000 0.076171875000 0.000000000000 0.000000000000 +0.267578125000 0.000000000000 0.000000000000 0.000000000000 +0.070312500000 0.202148437500 0.187500000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.109863281250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.227539062500 0.472656250000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.173828125000 0.263671875000 +0.000000000000 0.000000000000 0.302734375000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.166015625000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.294921875000 0.000000000000 0.000000000000 +0.355468750000 0.000000000000 0.000000000000 0.000000000000 +0.269531250000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.249023437500 0.000000000000 0.082031250000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.341796875000 0.412109375000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.447265625000 0.259765625000 +0.000000000000 0.027343750000 0.330078125000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.193359375000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.050537109375 +0.000000000000 0.234375000000 0.000000000000 0.000000000000 +0.149414062500 0.000000000000 0.000000000000 0.000000000000 +0.198242187500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.208007812500 0.000000000000 0.167968750000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.390625000000 0.392578125000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.589843750000 0.267578125000 +0.000000000000 0.285156250000 0.376953125000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.167968750000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.247070312500 +0.000000000000 0.004211425781 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.004547119141 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.143554687500 0.000000000000 0.166015625000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.038818359375 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.425781250000 0.500000000000 0.000000000000 0.000000000000 +0.000000000000 0.032958984375 0.593750000000 0.202148437500 +0.067382812500 0.519531250000 0.423828125000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.119628906250 +0.000000000000 0.000000000000 0.051513671875 0.000000000000 +0.000000000000 0.086914062500 0.000000000000 0.328125000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.053710937500 0.000000000000 0.128906250000 +0.000000000000 0.000000000000 0.000000000000 0.071289062500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.148437500000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.410156250000 0.640625000000 0.000000000000 0.000000000000 +0.000000000000 0.221679687500 0.531250000000 0.000000000000 +0.250000000000 0.671875000000 0.458984375000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.251953125000 +0.000000000000 0.000000000000 0.000000000000 0.102050781250 +0.000000000000 0.000000000000 0.168945312500 0.000000000000 +0.000000000000 0.200195312500 0.060302734375 0.241210937500 +0.000000000000 0.000000000000 0.000000000000 0.218750000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.051025390625 +0.000000000000 0.000000000000 0.000000000000 0.190429687500 +0.000000000000 0.035156250000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.102539062500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.337890625000 0.750000000000 0.000000000000 0.000000000000 +0.000000000000 0.353515625000 0.427734375000 0.000000000000 +0.184570312500 0.667968750000 0.460937500000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.341796875000 +0.000000000000 0.000000000000 0.000000000000 0.122070312500 +0.000000000000 0.000000000000 0.132812500000 0.000000000000 +0.000000000000 0.218750000000 0.167968750000 0.022094726562 +0.000000000000 0.000000000000 0.076171875000 0.412109375000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.029541015625 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.178710937500 +0.000000000000 0.221679687500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.064941406250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.084960937500 +0.263671875000 0.796875000000 0.089355468750 0.000000000000 +0.000000000000 0.332031250000 0.310546875000 0.000000000000 +0.000000000000 0.617187500000 0.369140625000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.320312500000 +0.000000000000 0.000000000000 0.000000000000 0.127929687500 +0.000000000000 0.000000000000 0.062255859375 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.419921875000 +0.070800781250 0.000000000000 0.000000000000 0.000000000000 +0.094238281250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.312500000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.031127929688 +0.000000000000 0.250000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.009704589844 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.261718750000 +0.182617187500 0.789062500000 0.177734375000 0.000000000000 +0.000000000000 0.153320312500 0.285156250000 0.000000000000 +0.000000000000 0.539062500000 0.273437500000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.251953125000 +0.141601562500 0.000000000000 0.000000000000 0.080078125000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.066894531250 0.089355468750 0.000000000000 0.306640625000 +0.318359375000 0.000000000000 0.000000000000 0.000000000000 +0.244140625000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.318359375000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.151367187500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.380859375000 +0.094238281250 0.625000000000 0.300781250000 0.000000000000 +0.000000000000 0.000000000000 0.347656250000 0.000000000000 +0.000000000000 0.539062500000 0.165039062500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.053466796875 +0.339843750000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.088867187500 0.235351562500 0.000000000000 0.117187500000 +0.373046875000 0.000000000000 0.000000000000 0.000000000000 +0.172851562500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.249023437500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.139648437500 0.000000000000 0.302734375000 +0.037841796875 0.511718750000 0.425781250000 0.000000000000 +0.201171875000 0.000000000000 0.416015625000 0.000000000000 +0.000000000000 0.585937500000 0.314453125000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.384765625000 0.000000000000 0.136718750000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.058837890625 +0.000000000000 0.064453125000 0.000000000000 0.000000000000 +0.070800781250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.022949218750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.034423828125 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.261718750000 0.000000000000 0.093750000000 +0.000000000000 0.421875000000 0.435546875000 0.000000000000 +0.084960937500 0.000000000000 0.490234375000 0.000000000000 +0.000000000000 0.632812500000 0.464843750000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.223632812500 0.000000000000 0.232421875000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.031005859375 0.000000000000 0.519531250000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.117675781250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.203125000000 0.000000000000 0.000000000000 +0.000000000000 0.435546875000 0.211914062500 0.000000000000 +0.000000000000 0.000000000000 0.464843750000 0.000000000000 +0.000000000000 0.585937500000 0.609375000000 0.000000000000 +0.000000000000 0.052978515625 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.539062500000 0.000000000000 0.527343750000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.136718750000 +0.000000000000 0.000000000000 0.200195312500 0.117675781250 +0.000000000000 0.033203125000 0.000000000000 0.000000000000 +0.000000000000 0.503906250000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.242187500000 0.000000000000 +0.000000000000 0.408203125000 0.824218750000 0.136718750000 +0.000000000000 0.075683593750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.255859375000 +0.000000000000 0.652343750000 0.000000000000 0.067871093750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.030761718750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.056884765625 +0.000000000000 0.000000000000 0.201171875000 0.088867187500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.515625000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.048828125000 0.265625000000 +0.000000000000 0.071777343750 0.882812500000 0.108886718750 +0.020874023438 0.010131835938 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.406250000000 +0.000000000000 0.404296875000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.248046875000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.061767578125 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.086425781250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.031250000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.419921875000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.531250000000 +0.000000000000 0.000000000000 0.687500000000 0.000000000000 +0.211914062500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.453125000000 +0.054199218750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.045166015625 0.147460937500 0.000000000000 +0.269531250000 0.000000000000 0.000000000000 0.000000000000 +0.133789062500 0.000000000000 0.077636718750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.057373046875 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.320312500000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.691406250000 +0.000000000000 0.000000000000 0.427734375000 0.000000000000 +0.000000000000 0.010803222656 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.036376953125 +0.000000000000 0.000000000000 0.000000000000 0.326171875000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.455078125000 0.000000000000 0.000000000000 +0.462890625000 0.000000000000 0.000000000000 0.000000000000 +0.281250000000 0.000000000000 0.000000000000 0.000000000000 +0.039062500000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.306640625000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.812500000000 +0.000000000000 0.000000000000 0.271484375000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.072265625000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.562500000000 0.000000000000 0.000000000000 +0.402343750000 0.000000000000 0.000000000000 0.000000000000 +0.251953125000 0.075195312500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.345703125000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.324218750000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.014709472656 0.804687500000 +0.000000000000 0.000000000000 0.322265625000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.099121093750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.128906250000 +0.000000000000 0.300781250000 0.000000000000 0.000000000000 +0.098632812500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.283203125000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.140625000000 +0.000000000000 0.009826660156 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.601562500000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.304687500000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.069335937500 0.683593750000 +0.000000000000 0.000000000000 0.503906250000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.134765625000 0.000000000000 0.224609375000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.021362304688 0.000000000000 0.355468750000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.367187500000 0.000000000000 0.000000000000 +0.000000000000 0.077636718750 0.000000000000 0.367187500000 +0.000000000000 0.000000000000 0.000000000000 0.063476562500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.095214843750 +0.494140625000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.363281250000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.022338867188 0.416015625000 +0.000000000000 0.000000000000 0.675781250000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.402343750000 0.000000000000 0.351562500000 +0.000000000000 0.000000000000 0.231445312500 0.000000000000 +0.000000000000 0.250000000000 0.242187500000 0.306640625000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.271484375000 0.000000000000 0.000000000000 +0.000000000000 0.173828125000 0.000000000000 0.289062500000 +0.124023437500 0.000000000000 0.000000000000 0.314453125000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.206054687500 +0.179687500000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.470703125000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.064453125000 +0.000000000000 0.000000000000 0.679687500000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.149414062500 +0.000000000000 0.542968750000 0.000000000000 0.400390625000 +0.000000000000 0.000000000000 0.172851562500 0.000000000000 +0.000000000000 0.347656250000 0.464843750000 0.110351562500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.144531250000 0.000000000000 0.000000000000 +0.000000000000 0.153320312500 0.000000000000 0.099609375000 +0.238281250000 0.000000000000 0.000000000000 0.500000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.241210937500 0.000000000000 +0.000000000000 0.337890625000 0.000000000000 0.150390625000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.601562500000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.652343750000 0.000000000000 +0.000000000000 0.000000000000 0.075195312500 0.267578125000 +0.000000000000 0.400390625000 0.000000000000 0.425781250000 +0.300781250000 0.000000000000 0.053466796875 0.000000000000 +0.000000000000 0.298828125000 0.621093750000 0.000000000000 +0.000000000000 0.000000000000 0.310546875000 0.000000000000 +0.000000000000 0.075683593750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.062500000000 0.000000000000 0.000000000000 +0.128906250000 0.000000000000 0.000000000000 0.496093750000 +0.000000000000 0.000000000000 0.000000000000 0.066894531250 +0.000000000000 0.000000000000 0.390625000000 0.000000000000 +0.000000000000 0.523437500000 0.000000000000 0.044677734375 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.703125000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.574218750000 0.000000000000 +0.253906250000 0.000000000000 0.153320312500 0.135742187500 +0.052001953125 0.000000000000 0.000000000000 0.375000000000 +0.169921875000 0.000000000000 0.006744384766 0.000000000000 +0.000000000000 0.119140625000 0.617187500000 0.000000000000 +0.000000000000 0.000000000000 0.511718750000 0.000000000000 +0.000000000000 0.281250000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.069335937500 0.000000000000 0.061767578125 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.226562500000 +0.000000000000 0.036865234375 0.000000000000 0.333984375000 +0.000000000000 0.000000000000 0.147460937500 0.000000000000 +0.000000000000 0.472656250000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.761718750000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.068359375000 0.326171875000 0.000000000000 +0.243164062500 0.000000000000 0.107421875000 0.000000000000 +0.296875000000 0.000000000000 0.000000000000 0.304687500000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.326171875000 0.000000000000 +0.006164550781 0.000000000000 0.217773437500 0.000000000000 +0.166015625000 0.310546875000 0.000000000000 0.000000000000 +0.110839843750 0.000000000000 0.000000000000 0.000000000000 +0.085449218750 0.000000000000 0.233398437500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.429687500000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.371093750000 0.273437500000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.075683593750 +0.000000000000 0.746093750000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.093750000000 0.061279296875 0.000000000000 +0.000000000000 0.000000000000 0.018676757812 0.000000000000 +0.361328125000 0.000000000000 0.000000000000 0.283203125000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.103515625000 0.246093750000 0.000000000000 0.000000000000 +0.462890625000 0.149414062500 0.000000000000 0.000000000000 +0.357421875000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.345703125000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.371093750000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.570312500000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.277343750000 +0.092285156250 0.632812500000 0.000000000000 0.000000000000 +0.046630859375 0.000000000000 0.177734375000 0.000000000000 +0.000000000000 0.163085937500 0.055419921875 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.263671875000 0.000000000000 0.102050781250 0.213867187500 +0.000000000000 0.027832031250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.416015625000 0.000000000000 0.000000000000 +0.531250000000 0.000000000000 0.000000000000 0.000000000000 +0.357421875000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.141601562500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.093261718750 0.000000000000 0.047607421875 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.351562500000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.133789062500 +0.236328125000 0.445312500000 0.120117187500 0.000000000000 +0.153320312500 0.000000000000 0.476562500000 0.000000000000 +0.000000000000 0.357421875000 0.179687500000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.180664062500 0.000000000000 0.275390625000 0.093750000000 +0.000000000000 0.200195312500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.156250000000 +0.000000000000 0.211914062500 0.000000000000 0.000000000000 +0.142578125000 0.000000000000 0.000000000000 0.000000000000 +0.076660156250 0.000000000000 0.000000000000 0.058105468750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.104003906250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.248046875000 0.369140625000 0.236328125000 0.000000000000 +0.000000000000 0.000000000000 0.589843750000 0.000000000000 +0.000000000000 0.613281250000 0.410156250000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.104003906250 0.000000000000 0.259765625000 0.016967773438 +0.000000000000 0.098632812500 0.000000000000 0.000000000000 +0.000000000000 0.050292968750 0.000000000000 0.695312500000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.112792968750 +0.000000000000 0.000000000000 0.000000000000 0.076660156250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.121582031250 +0.000000000000 0.039062500000 0.000000000000 0.000000000000 +0.121093750000 0.361328125000 0.232421875000 0.000000000000 +0.000000000000 0.120605468750 0.554687500000 0.000000000000 +0.080078125000 0.722656250000 0.628906250000 0.000000000000 +0.000000000000 0.085937500000 0.000000000000 0.000000000000 +0.047851562500 0.000000000000 0.160156250000 0.012390136719 +0.000000000000 0.000000000000 0.015869140625 0.000000000000 +0.000000000000 0.441406250000 0.000000000000 0.562500000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.010131835938 +0.000000000000 0.000000000000 0.000000000000 0.053710937500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.101074218750 +0.000000000000 0.000000000000 0.246093750000 0.367187500000 +0.000000000000 0.112304687500 0.000000000000 0.000000000000 +0.005767822266 0.439453125000 0.083007812500 0.000000000000 +0.000000000000 0.318359375000 0.398437500000 0.000000000000 +0.247070312500 0.636718750000 0.828125000000 0.132812500000 +0.000000000000 0.110839843750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.044189453125 0.000000000000 +0.000000000000 0.000000000000 0.029052734375 0.045166015625 +0.000000000000 0.468750000000 0.000000000000 0.096679687500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.164062500000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.257812500000 +0.000000000000 0.000000000000 0.445312500000 0.281250000000 +0.000000000000 0.022338867188 0.000000000000 0.000000000000 +0.000000000000 0.539062500000 0.000000000000 0.000000000000 +0.000000000000 0.308593750000 0.180664062500 0.000000000000 +0.169921875000 0.449218750000 0.953125000000 0.193359375000 +0.016235351562 0.086914062500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.234375000000 +0.000000000000 0.289062500000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.369140625000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.078125000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.259765625000 +0.000000000000 0.000000000000 0.246093750000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.640625000000 0.000000000000 0.000000000000 +0.000000000000 0.189453125000 0.000000000000 0.011596679688 +0.000000000000 0.180664062500 0.984375000000 0.083007812500 +0.161132812500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.355468750000 +0.000000000000 0.141601562500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.648437500000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.048583984375 0.000000000000 +0.000000000000 0.000000000000 0.036865234375 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.660156250000 0.000000000000 0.000000000000 +0.000000000000 0.064941406250 0.000000000000 0.236328125000 +0.000000000000 0.000000000000 0.859375000000 0.000000000000 +0.294921875000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.458984375000 +0.000000000000 0.015625000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.621093750000 0.000000000000 +0.048828125000 0.000000000000 0.000000000000 0.000000000000 +0.091308593750 0.000000000000 0.066406250000 0.000000000000 +0.209960937500 0.000000000000 0.062500000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.566406250000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.441406250000 +0.000000000000 0.000000000000 0.546875000000 0.000000000000 +0.181640625000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.035400390625 +0.000000000000 0.000000000000 0.000000000000 0.515625000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.214843750000 0.255859375000 0.000000000000 +0.314453125000 0.000000000000 0.000000000000 0.000000000000 +0.310546875000 0.000000000000 0.008666992188 0.000000000000 +0.271484375000 0.070800781250 0.083007812500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.082519531250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.378906250000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.675781250000 +0.000000000000 0.000000000000 0.197265625000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.121093750000 +0.000000000000 0.000000000000 0.000000000000 0.326171875000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.550781250000 0.000000000000 0.000000000000 +0.609375000000 0.000000000000 0.000000000000 0.000000000000 +0.482421875000 0.000000000000 0.000000000000 0.000000000000 +0.292968750000 0.185546875000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.034423828125 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.071777343750 0.294921875000 0.000000000000 0.000000000000 +0.193359375000 0.000000000000 0.000000000000 0.800781250000 +0.000000000000 0.000000000000 0.033447265625 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.110839843750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.707031250000 0.000000000000 0.000000000000 +0.656250000000 0.000000000000 0.000000000000 0.000000000000 +0.478515625000 0.079101562500 0.000000000000 0.000000000000 +0.133789062500 0.158203125000 0.000000000000 0.000000000000 +0.000000000000 0.057861328125 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.102539062500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.296875000000 0.242187500000 0.000000000000 0.000000000000 +0.219726562500 0.000000000000 0.091796875000 0.660156250000 +0.000000000000 0.000000000000 0.070800781250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.033691406250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.007934570312 +0.000000000000 0.435546875000 0.000000000000 0.000000000000 +0.281250000000 0.000000000000 0.000000000000 0.000000000000 +0.211914062500 0.333984375000 0.000000000000 0.215820312500 +0.000000000000 0.061035156250 0.000000000000 0.078613281250 +0.000000000000 0.188476562500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.037109375000 0.000000000000 +0.291015625000 0.000000000000 0.000000000000 0.000000000000 +0.433593750000 0.361328125000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.165039062500 0.241210937500 +0.056152343750 0.000000000000 0.328125000000 0.000000000000 +0.000000000000 0.000000000000 0.127929687500 0.257812500000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.527343750000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.406250000000 0.000000000000 0.593750000000 +0.000000000000 0.000000000000 0.000000000000 0.355468750000 +0.000000000000 0.201171875000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.277343750000 0.000000000000 0.000000000000 0.000000000000 +0.458984375000 0.482421875000 0.000000000000 0.000000000000 +0.000000000000 0.116210937500 0.267578125000 0.000000000000 +0.539062500000 0.043457031250 0.425781250000 0.000000000000 +0.000000000000 0.000000000000 0.353515625000 0.632812500000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.055664062500 0.000000000000 +0.000000000000 0.195312500000 0.416015625000 0.515625000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.020141601562 0.000000000000 0.065917968750 +0.000000000000 0.201171875000 0.000000000000 0.068847656250 +0.000000000000 0.000000000000 0.000000000000 0.500000000000 +0.203125000000 0.000000000000 0.000000000000 0.100585937500 +0.175781250000 0.343750000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.283203125000 0.628906250000 0.000000000000 0.000000000000 +0.000000000000 0.539062500000 0.170898437500 0.000000000000 +0.585937500000 0.000000000000 0.335937500000 0.000000000000 +0.000000000000 0.167968750000 0.248046875000 0.605468750000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.109375000000 0.000000000000 +0.000000000000 0.166992187500 0.221679687500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.095214843750 +0.000000000000 0.083007812500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.106933593750 0.396484375000 +0.447265625000 0.000000000000 0.000000000000 0.110351562500 +0.189453125000 0.648437500000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.306640625000 0.000000000000 +0.000000000000 0.209960937500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.223632812500 +0.000000000000 0.515625000000 0.675781250000 0.000000000000 +0.000000000000 0.617187500000 0.000000000000 0.000000000000 +0.207031250000 0.000000000000 0.064453125000 0.000000000000 +0.000000000000 0.197265625000 0.000000000000 0.425781250000 +0.008239746094 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.020263671875 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.245117187500 +0.018310546875 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.232421875000 0.076660156250 +0.310546875000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.322265625000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.439453125000 0.378906250000 +0.000000000000 0.363281250000 0.000000000000 0.000000000000 +0.000000000000 0.201171875000 0.000000000000 0.351562500000 +0.000000000000 0.211914062500 1.132812500000 0.000000000000 +0.000000000000 0.308593750000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.047119140625 0.000000000000 0.070800781250 +0.341796875000 0.000000000000 0.000000000000 0.000000000000 +0.052734375000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.078125000000 0.000000000000 0.287109375000 +0.472656250000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.328125000000 0.539062500000 +0.000000000000 0.100097656250 0.000000000000 0.042968750000 +0.000000000000 0.447265625000 0.000000000000 0.511718750000 +0.000000000000 0.000000000000 1.171875000000 0.000000000000 +0.058593750000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.245117187500 0.000000000000 0.000000000000 0.000000000000 +0.503906250000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.578125000000 0.000000000000 0.241210937500 +0.355468750000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.012756347656 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.351562500000 +0.000000000000 0.000000000000 0.000000000000 0.277343750000 +0.000000000000 0.378906250000 0.000000000000 0.349609375000 +0.000000000000 0.000000000000 0.859375000000 0.000000000000 +0.021850585938 0.000000000000 0.038085937500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.155273437500 0.000000000000 0.000000000000 0.000000000000 +0.371093750000 0.000000000000 0.000000000000 0.000000000000 +0.061035156250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.163085937500 +0.000000000000 0.664062500000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.472656250000 0.000000000000 +0.000000000000 0.000000000000 0.109863281250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.035156250000 +0.000000000000 0.000000000000 0.005279541016 0.310546875000 +0.000000000000 0.261718750000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.458984375000 0.000000000000 +0.000000000000 0.000000000000 0.012573242188 0.000000000000 +0.000000000000 0.384765625000 0.000000000000 0.000000000000 +0.000000000000 0.092773437500 0.000000000000 0.000000000000 +0.074218750000 0.000000000000 0.000000000000 0.000000000000 +0.148437500000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.078125000000 0.000000000000 0.617187500000 +0.000000000000 0.337890625000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.137695312500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 1.015625000000 0.000000000000 +0.345703125000 0.000000000000 0.236328125000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.474609375000 0.000000000000 +0.000000000000 0.160156250000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.111328125000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.746093750000 0.347656250000 0.000000000000 +0.000000000000 0.265625000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.337890625000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.816406250000 0.000000000000 0.582031250000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.392578125000 0.000000000000 0.215820312500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 1.203125000000 0.138671875000 +0.687500000000 0.000000000000 0.092773437500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.628906250000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.855468750000 0.585937500000 0.000000000000 +0.020019531250 0.316406250000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.251953125000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 1.187500000000 0.000000000000 0.435546875000 +0.205078125000 0.000000000000 0.000000000000 0.189453125000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.251953125000 0.000000000000 0.031494140625 +0.466796875000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.960937500000 0.205078125000 +0.699218750000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.416015625000 0.000000000000 +0.000000000000 0.000000000000 0.107910156250 0.000000000000 +0.000000000000 0.004913330078 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.710937500000 0.388671875000 0.000000000000 +0.000000000000 0.447265625000 0.019409179688 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.898437500000 0.000000000000 0.000000000000 +0.443359375000 0.000000000000 0.000000000000 0.542968750000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.796875000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.275390625000 0.000000000000 +0.570312500000 0.000000000000 0.000000000000 0.271484375000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.482421875000 0.000000000000 0.261718750000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.244140625000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.322265625000 0.183593750000 0.000000000000 +0.000000000000 0.441406250000 0.322265625000 0.000000000000 +0.063476562500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.328125000000 0.000000000000 0.000000000000 0.515625000000 +0.240234375000 0.000000000000 0.000000000000 0.000000000000 +0.045898437500 0.000000000000 0.000000000000 0.000000000000 +0.691406250000 0.000000000000 0.330078125000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.330078125000 0.000000000000 0.000000000000 0.287109375000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.945312500000 0.000000000000 0.190429687500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.109375000000 0.310546875000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.167968750000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.223632812500 0.058349609375 0.000000000000 +0.054199218750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.174804687500 0.116699218750 0.000000000000 0.324218750000 +0.976562500000 0.000000000000 0.000000000000 0.000000000000 +0.318359375000 0.000000000000 0.000000000000 0.000000000000 +0.001396179199 0.000000000000 0.347656250000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.925781250000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.527343750000 0.008239746094 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.750000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.019287109375 0.000000000000 +0.000000000000 0.145507812500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.007019042969 0.404296875000 0.000000000000 0.087890625000 +0.890625000000 0.000000000000 0.000000000000 0.000000000000 +0.380859375000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.051513671875 0.273437500000 +0.000000000000 0.425781250000 0.000000000000 0.000000000000 +0.000000000000 0.069335937500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.380859375000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.792968750000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 1.257812500000 0.000000000000 +0.000000000000 0.333984375000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.173828125000 +0.011291503906 0.000000000000 0.164062500000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.113281250000 +0.000000000000 0.025634765625 0.000000000000 0.000000000000 +0.214843750000 0.000000000000 0.000000000000 0.000000000000 +0.148437500000 0.000000000000 0.000000000000 0.191406250000 +0.000000000000 0.000000000000 0.000000000000 0.617187500000 +0.000000000000 0.425781250000 0.000000000000 0.000000000000 +0.000000000000 0.215820312500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.792968750000 0.000000000000 0.250000000000 0.000000000000 +0.000000000000 0.000000000000 1.515625000000 0.000000000000 +0.000000000000 0.847656250000 0.062255859375 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.147460937500 +0.000000000000 0.000000000000 0.363281250000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.730468750000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.036865234375 +0.000000000000 0.000000000000 0.000000000000 0.718750000000 +0.000000000000 0.078125000000 0.000000000000 0.000000000000 +0.209960937500 0.040039062500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.664062500000 0.000000000000 0.271484375000 0.000000000000 +0.000000000000 0.000000000000 1.429687500000 0.000000000000 +0.343750000000 1.085937500000 0.408203125000 0.000000000000 +0.000000000000 0.285156250000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.353515625000 0.000000000000 +0.000000000000 0.000000000000 0.225585937500 0.000000000000 +0.000000000000 0.457031250000 0.000000000000 0.867187500000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.582031250000 +0.000000000000 0.000000000000 0.000000000000 0.108398437500 +0.326171875000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.300781250000 0.394531250000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.431640625000 0.000000000000 0.063476562500 0.000000000000 +0.000000000000 0.347656250000 1.179687500000 0.000000000000 +0.636718750000 1.023437500000 0.750000000000 0.310546875000 +0.007751464844 0.578125000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.037353515625 0.000000000000 +0.000000000000 0.000000000000 0.332031250000 0.000000000000 +0.000000000000 0.816406250000 0.000000000000 0.384765625000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.275390625000 +0.000000000000 0.000000000000 0.000000000000 0.283203125000 +0.147460937500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.128906250000 +0.000000000000 0.000000000000 0.820312500000 0.363281250000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.166015625000 0.218750000000 0.000000000000 0.000000000000 +0.000000000000 0.503906250000 0.875000000000 0.000000000000 +0.357421875000 0.718750000000 0.933593750000 0.318359375000 +0.152343750000 0.632812500000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.181640625000 0.318359375000 +0.000000000000 0.589843750000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.151367187500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.149414062500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.832031250000 0.109375000000 +0.000000000000 0.000000000000 0.027099609375 0.000000000000 +0.000000000000 0.382812500000 0.000000000000 0.000000000000 +0.000000000000 0.384765625000 0.490234375000 0.126953125000 +0.000000000000 0.361328125000 0.898437500000 0.135742187500 +0.359375000000 0.384765625000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.451171875000 +0.000000000000 0.109375000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.765625000000 0.055908203125 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.187500000000 0.000000000000 0.026611328125 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.476562500000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.443359375000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.145507812500 0.279296875000 +0.000000000000 0.000000000000 0.652343750000 0.000000000000 +0.453125000000 0.059814453125 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.097656250000 +0.000000000000 0.000000000000 0.000000000000 0.369140625000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.100585937500 0.519531250000 0.289062500000 +0.251953125000 0.000000000000 0.000000000000 0.000000000000 +0.361328125000 0.000000000000 0.167968750000 0.000000000000 +0.000000000000 0.000000000000 0.353515625000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.142578125000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.042968750000 0.449218750000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.365234375000 +0.000000000000 0.000000000000 0.320312500000 0.000000000000 +0.398437500000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.211914062500 +0.000000000000 0.000000000000 0.000000000000 0.152343750000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.492187500000 0.000000000000 0.228515625000 +0.550781250000 0.000000000000 0.000000000000 0.000000000000 +0.482421875000 0.000000000000 0.000000000000 0.000000000000 +0.169921875000 0.000000000000 0.445312500000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.245117187500 0.402343750000 0.000000000000 0.000000000000 +0.096191406250 0.000000000000 0.000000000000 0.339843750000 +0.000000000000 0.000000000000 0.133789062500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.116699218750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.546875000000 0.000000000000 0.000000000000 +0.625000000000 0.000000000000 0.000000000000 0.000000000000 +0.507812500000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.125976562500 0.149414062500 0.000000000000 +0.000000000000 0.031982421875 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.373046875000 0.335937500000 0.000000000000 0.000000000000 +0.472656250000 0.000000000000 0.269531250000 0.215820312500 +0.000000000000 0.000000000000 0.269531250000 0.000000000000 +0.000000000000 0.000000000000 0.100585937500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.025024414062 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.016601562500 +0.000000000000 0.200195312500 0.000000000000 0.000000000000 +0.162109375000 0.000000000000 0.000000000000 0.000000000000 +0.212890625000 0.000000000000 0.000000000000 0.149414062500 +0.000000000000 0.113769531250 0.000000000000 0.259765625000 +0.000000000000 0.185546875000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.539062500000 0.000000000000 0.000000000000 0.000000000000 +0.326171875000 0.292968750000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.511718750000 0.046142578125 +0.298828125000 0.040039062500 0.330078125000 0.000000000000 +0.000000000000 0.000000000000 0.049804687500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.605468750000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.271484375000 0.000000000000 +0.000000000000 0.031738281250 0.000000000000 0.490234375000 +0.000000000000 0.130859375000 0.000000000000 0.474609375000 +0.212890625000 0.107421875000 0.000000000000 0.000000000000 +0.000000000000 0.275390625000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.617187500000 0.000000000000 0.000000000000 0.000000000000 +0.101562500000 0.251953125000 0.000000000000 0.000000000000 +0.000000000000 0.093750000000 0.511718750000 0.003143310547 +0.585937500000 0.014587402344 0.419921875000 0.273437500000 +0.000000000000 0.000000000000 0.000000000000 0.021606445312 +0.000000000000 0.253906250000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.178710937500 0.000000000000 +0.000000000000 0.217773437500 0.000000000000 0.453125000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.330078125000 0.000000000000 +0.000000000000 0.031982421875 0.000000000000 0.000000000000 +0.000000000000 0.207031250000 0.000000000000 0.380859375000 +0.671875000000 0.000000000000 0.000000000000 0.092285156250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.330078125000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.261718750000 0.000000000000 0.000000000000 +0.000000000000 0.273437500000 0.273437500000 0.142578125000 +0.460937500000 0.000000000000 0.503906250000 0.410156250000 +0.000000000000 0.090332031250 0.000000000000 0.000000000000 +0.000000000000 0.427734375000 0.000000000000 0.029418945312 +0.000000000000 0.000000000000 0.312500000000 0.000000000000 +0.000000000000 0.125976562500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.310546875000 0.000000000000 0.036865234375 +0.605468750000 0.000000000000 0.000000000000 0.033447265625 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.190429687500 0.261718750000 +0.000000000000 0.000000000000 0.000000000000 0.609375000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.291015625000 0.000000000000 0.000000000000 +0.128906250000 0.063476562500 0.011047363281 0.235351562500 +0.000000000000 0.000000000000 0.494140625000 0.200195312500 +0.000000000000 0.094238281250 0.000000000000 0.000000000000 +0.000000000000 0.316406250000 0.000000000000 0.112304687500 +0.000000000000 0.000000000000 0.237304687500 0.000000000000 +0.365234375000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.245117187500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.394531250000 0.000000000000 0.000000000000 +0.138671875000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.318359375000 0.375000000000 +0.000000000000 0.000000000000 0.232421875000 0.441406250000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.283203125000 0.000000000000 0.000000000000 +0.597656250000 0.000000000000 0.000000000000 0.222656250000 +0.000000000000 0.000000000000 0.371093750000 0.000000000000 +0.294921875000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.212890625000 0.000000000000 0.117675781250 +0.024291992188 0.000000000000 0.000000000000 0.000000000000 +0.333984375000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.542968750000 0.000000000000 0.000000000000 +0.141601562500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.108886718750 0.000000000000 0.000000000000 +0.000000000000 0.294921875000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.324218750000 0.220703125000 +0.000000000000 0.000000000000 0.046875000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.316406250000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.132812500000 +0.000000000000 0.000000000000 0.302734375000 0.000000000000 +0.617187500000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.075195312500 0.000000000000 0.190429687500 +0.265625000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.550781250000 +0.018798828125 0.291015625000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.195312500000 0.000000000000 0.455078125000 +0.000000000000 0.048339843750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.180664062500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.110839843750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.341796875000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.369140625000 0.000000000000 +0.130859375000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.257812500000 +0.220703125000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.431640625000 0.060058593750 0.593750000000 +0.357421875000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.068359375000 0.000000000000 0.162109375000 +0.333984375000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.257812500000 0.082519531250 +0.000000000000 0.000000000000 0.000000000000 0.179687500000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.335937500000 0.000000000000 0.000000000000 +0.000000000000 0.015380859375 0.000000000000 0.000000000000 +0.000000000000 0.472656250000 0.000000000000 0.002380371094 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.137695312500 0.507812500000 0.000000000000 +0.000000000000 0.043457031250 0.142578125000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.335937500000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.500000000000 0.292968750000 0.017944335938 +0.119628906250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.359375000000 0.000000000000 0.099121093750 0.000000000000 +0.000000000000 0.000000000000 0.083007812500 0.253906250000 +0.104492187500 0.000000000000 0.000000000000 0.457031250000 +0.000000000000 0.108886718750 0.000000000000 0.000000000000 +0.306640625000 0.439453125000 0.000000000000 0.000000000000 +0.000000000000 0.029174804688 0.000000000000 0.000000000000 +0.000000000000 0.667968750000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.219726562500 0.511718750000 0.000000000000 +0.000000000000 0.227539062500 0.398437500000 0.000000000000 +0.134765625000 0.000000000000 0.038818359375 0.394531250000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.110351562500 0.279296875000 0.000000000000 +0.000000000000 0.000000000000 0.476562500000 0.000000000000 +0.000000000000 0.129882812500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.029418945312 0.000000000000 0.130859375000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.229492187500 +0.000000000000 0.000000000000 0.000000000000 0.470703125000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.378906250000 0.464843750000 0.000000000000 0.000000000000 +0.000000000000 0.081054687500 0.000000000000 0.000000000000 +0.000000000000 0.863281250000 0.008666992188 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.215820312500 0.369140625000 0.000000000000 +0.000000000000 0.236328125000 0.167968750000 0.013854980469 +0.250000000000 0.000000000000 0.021850585938 0.304687500000 +0.000000000000 0.478515625000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.125976562500 0.000000000000 +0.000000000000 0.000000000000 0.318359375000 0.000000000000 +0.091308593750 0.224609375000 0.000000000000 0.080566406250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.093261718750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.330078125000 0.000000000000 0.375000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.131835937500 0.437500000000 0.000000000000 0.000000000000 +0.000000000000 0.192382812500 0.018676757812 0.000000000000 +0.000000000000 0.988281250000 0.292968750000 0.000000000000 +0.000000000000 0.027221679688 0.000000000000 0.000000000000 +0.000000000000 0.246093750000 0.220703125000 0.000000000000 +0.000000000000 0.033935546875 0.000000000000 0.166015625000 +0.353515625000 0.000000000000 0.000000000000 0.167968750000 +0.000000000000 0.671875000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.019165039062 0.124511718750 0.000000000000 0.269531250000 +0.080078125000 0.074707031250 0.000000000000 0.015014648438 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.045166015625 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.384765625000 0.000000000000 0.188476562500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.396484375000 0.000000000000 0.000000000000 +0.000000000000 0.277343750000 0.000000000000 0.096679687500 +0.000000000000 0.976562500000 0.632812500000 0.000000000000 +0.000000000000 0.357421875000 0.000000000000 0.000000000000 +0.000000000000 0.316406250000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.221679687500 +0.542968750000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.378906250000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.183593750000 0.255859375000 0.000000000000 0.625000000000 +0.204101562500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.073242187500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.208984375000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.030273437500 +0.000000000000 0.235351562500 0.000000000000 0.051757812500 +0.000000000000 0.365234375000 0.000000000000 0.363281250000 +0.000000000000 0.757812500000 0.777343750000 0.000000000000 +0.000000000000 0.378906250000 0.119628906250 0.000000000000 +0.000000000000 0.380859375000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.816406250000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.275390625000 0.396484375000 0.000000000000 0.734375000000 +0.503906250000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.158203125000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.332031250000 0.000000000000 0.601562500000 +0.000000000000 0.404296875000 0.718750000000 0.000000000000 +0.000000000000 0.005493164062 0.371093750000 0.000000000000 +0.000000000000 0.554687500000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.937500000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.221679687500 0.585937500000 0.000000000000 0.527343750000 +0.574218750000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.176757812500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.349609375000 0.000000000000 0.660156250000 +0.000000000000 0.116210937500 0.605468750000 0.000000000000 +0.159179687500 0.000000000000 0.613281250000 0.000000000000 +0.000000000000 0.839843750000 0.000000000000 0.000000000000 +0.010742187500 0.000000000000 0.000000000000 0.000000000000 +0.832031250000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.031738281250 0.289062500000 0.000000000000 0.000000000000 +0.013427734375 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.277343750000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.326171875000 0.000000000000 0.468750000000 +0.000000000000 0.000000000000 0.503906250000 0.000000000000 +0.038574218750 0.000000000000 0.785156250000 0.000000000000 +0.000000000000 1.132812500000 0.039306640625 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.455078125000 0.000000000000 0.267578125000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.100585937500 0.000000000000 0.480468750000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.593750000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.172851562500 0.000000000000 0.000000000000 +0.001884460449 0.000000000000 0.302734375000 0.000000000000 +0.000000000000 0.000000000000 0.847656250000 0.000000000000 +0.000000000000 1.195312500000 0.345703125000 0.000000000000 +0.000000000000 0.228515625000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.216796875000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.059570312500 +0.000000000000 1.007812500000 0.000000000000 0.769531250000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000039100647 0.000000000000 +0.820312500000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.316406250000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.777343750000 0.000000000000 +0.000000000000 0.828125000000 0.433593750000 0.337890625000 +0.000000000000 0.609375000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.449218750000 +0.000000000000 1.250000000000 0.000000000000 0.192382812500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.083496093750 0.000000000000 +0.675781250000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.523437500000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.570312500000 0.137695312500 +0.000000000000 0.208007812500 0.492187500000 0.539062500000 +0.000000000000 0.625000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.570312500000 +0.123046875000 0.695312500000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.013977050781 0.000000000000 +0.447265625000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.683593750000 0.257812500000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.211914062500 0.421875000000 +0.000000000000 0.000000000000 0.503906250000 0.492187500000 +0.000000000000 0.425781250000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.222656250000 +0.523437500000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.306640625000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.045166015625 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.742187500000 0.339843750000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.118652343750 0.000000000000 0.000000000000 +0.455078125000 0.000000000000 0.000000000000 0.605468750000 +0.000000000000 0.000000000000 0.322265625000 0.257812500000 +0.000000000000 0.017822265625 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.218750000000 0.000000000000 0.000000000000 +0.238281250000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.648437500000 0.000000000000 0.000000000000 +0.406250000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.094726562500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.102539062500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.480468750000 0.000000000000 +0.494140625000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.185546875000 0.000000000000 0.000000000000 +0.051025390625 0.000000000000 0.000000000000 0.507812500000 +0.000000000000 0.000000000000 0.236328125000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.492187500000 0.000000000000 0.106445312500 +0.000000000000 0.183593750000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.085449218750 0.324218750000 +0.227539062500 0.539062500000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.369140625000 0.000000000000 0.769531250000 +0.000000000000 0.000000000000 0.000000000000 0.069335937500 +0.000000000000 0.296875000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.398437500000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.302734375000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.154296875000 +0.000000000000 0.000000000000 0.472656250000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.018554687500 +0.000000000000 0.667968750000 0.000000000000 0.208984375000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.189453125000 0.546875000000 0.699218750000 +0.429687500000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.208984375000 +0.000000000000 0.291015625000 0.000000000000 0.431640625000 +0.000000000000 0.000000000000 0.000000000000 0.221679687500 +0.000000000000 0.000000000000 0.000000000000 0.022949218750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.304687500000 0.000000000000 +0.000000000000 0.472656250000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.462890625000 0.000000000000 0.000000000000 +0.000000000000 0.065429687500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.695312500000 0.000000000000 +0.000000000000 0.000000000000 0.132812500000 0.245117187500 +0.000000000000 0.349609375000 0.000000000000 0.265625000000 +0.296875000000 0.000000000000 0.099121093750 0.000000000000 +0.000000000000 0.550781250000 0.714843750000 0.093261718750 +0.142578125000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.087402343750 0.000000000000 0.189453125000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.023315429688 0.000000000000 0.075683593750 0.204101562500 +0.078125000000 0.000000000000 0.000000000000 0.292968750000 +0.000000000000 0.000000000000 0.000000000000 0.245117187500 +0.000000000000 0.000000000000 0.298828125000 0.000000000000 +0.000000000000 0.546875000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.636718750000 0.000000000000 0.170898437500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.714843750000 0.000000000000 +0.000000000000 0.000000000000 0.335937500000 0.000000000000 +0.213867187500 0.000000000000 0.000000000000 0.271484375000 +0.105957031250 0.000000000000 0.099609375000 0.000000000000 +0.000000000000 0.155273437500 0.656250000000 0.000000000000 +0.000000000000 0.000000000000 0.173828125000 0.000000000000 +0.000000000000 0.324218750000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.089355468750 0.000000000000 0.095703125000 0.016113281250 +0.000000000000 0.000000000000 0.000000000000 0.255859375000 +0.000000000000 0.000000000000 0.000000000000 0.404296875000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.410156250000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.718750000000 0.000000000000 0.062011718750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.486328125000 0.000000000000 +0.218750000000 0.067871093750 0.320312500000 0.000000000000 +0.369140625000 0.000000000000 0.000000000000 0.223632812500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.283203125000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.213867187500 0.316406250000 0.000000000000 0.000000000000 +0.090820312500 0.000000000000 0.000000000000 0.000000000000 +0.087402343750 0.000000000000 0.053955078125 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.267578125000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.283203125000 0.058349609375 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.769531250000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.001190185547 0.000000000000 +0.000000000000 0.024658203125 0.171875000000 0.000000000000 +0.404296875000 0.031005859375 0.000000000000 0.000000000000 +0.245117187500 0.000000000000 0.000000000000 0.234375000000 +0.000000000000 0.000000000000 0.000000000000 0.118164062500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.222656250000 0.000000000000 0.000000000000 +0.337890625000 0.195312500000 0.000000000000 0.000000000000 +0.306640625000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.398437500000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.133789062500 0.718750000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.345703125000 0.000000000000 +0.000000000000 0.033203125000 0.000000000000 0.000000000000 +0.207031250000 0.000000000000 0.000000000000 0.000000000000 +0.014587402344 0.000000000000 0.000000000000 0.170898437500 +0.000000000000 0.000000000000 0.000000000000 0.114257812500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.320312500000 0.000000000000 0.091308593750 +0.341796875000 0.000000000000 0.000000000000 0.000000000000 +0.457031250000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.289062500000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.339843750000 0.636718750000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.660156250000 0.000000000000 +0.000000000000 0.134765625000 0.000000000000 0.000000000000 +0.000000000000 0.063476562500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.345703125000 0.000000000000 0.143554687500 +0.330078125000 0.000000000000 0.000000000000 0.000000000000 +0.527343750000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.248046875000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.466796875000 0.574218750000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.976562500000 0.000000000000 +0.000000000000 0.382812500000 0.056884765625 0.000000000000 +0.000000000000 0.095703125000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.008361816406 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.298828125000 0.000000000000 0.361328125000 +0.298828125000 0.000000000000 0.000000000000 0.000000000000 +0.427734375000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.131835937500 +0.000000000000 0.047607421875 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.310546875000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.558593750000 0.546875000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 1.156250000000 0.000000000000 +0.000000000000 0.703125000000 0.167968750000 0.000000000000 +0.000000000000 0.065429687500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.156250000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.253906250000 +0.000000000000 0.000000000000 0.000000000000 0.546875000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.216796875000 0.000000000000 0.000000000000 0.014404296875 +0.000000000000 0.000000000000 0.000000000000 0.322265625000 +0.000000000000 0.153320312500 0.000000000000 0.000000000000 +0.110351562500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.273437500000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.589843750000 0.574218750000 0.194335937500 0.000000000000 +0.000000000000 0.000000000000 1.179687500000 0.000000000000 +0.000000000000 0.898437500000 0.219726562500 0.000000000000 +0.000000000000 0.008483886719 0.000000000000 0.304687500000 +0.154296875000 0.000000000000 0.181640625000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.236328125000 +0.000000000000 0.000000000000 0.000000000000 0.617187500000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.042480468750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.408203125000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.279296875000 0.167968750000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.116699218750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.396484375000 0.558593750000 0.515625000000 0.000000000000 +0.000000000000 0.410156250000 1.078125000000 0.000000000000 +0.172851562500 0.886718750000 0.215820312500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.343750000000 +0.294921875000 0.000000000000 0.138671875000 0.000000000000 +0.000000000000 0.000000000000 0.236328125000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.145507812500 0.000000000000 0.000000000000 0.609375000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.292968750000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.265625000000 0.030883789062 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.068359375000 0.000000000000 0.000000000000 +0.171875000000 0.326171875000 0.828125000000 0.000000000000 +0.000000000000 0.425781250000 0.816406250000 0.000000000000 +0.119628906250 0.738281250000 0.168945312500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.226562500000 +0.375000000000 0.000000000000 0.118164062500 0.000000000000 +0.000000000000 0.000000000000 0.216796875000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.133789062500 0.000000000000 0.000000000000 0.492187500000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.107421875000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.114746093750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.320312500000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.330078125000 0.000000000000 0.185546875000 +0.000000000000 0.113769531250 0.957031250000 0.000000000000 +0.012207031250 0.271484375000 0.675781250000 0.000000000000 +0.000000000000 0.527343750000 0.230468750000 0.000000000000 +0.000000000000 0.028930664062 0.000000000000 0.000000000000 +0.445312500000 0.000000000000 0.095214843750 0.000000000000 +0.000000000000 0.000000000000 0.070800781250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.304687500000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.010925292969 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.398437500000 +0.000000000000 0.000000000000 0.132812500000 0.000000000000 +0.000000000000 0.363281250000 0.000000000000 0.328125000000 +0.000000000000 0.034912109375 0.726562500000 0.000000000000 +0.322265625000 0.000000000000 0.578125000000 0.000000000000 +0.000000000000 0.427734375000 0.234375000000 0.000000000000 +0.084960937500 0.059082031250 0.000000000000 0.000000000000 +0.285156250000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.390625000000 +0.000000000000 0.000000000000 0.172851562500 0.000000000000 +0.000000000000 0.171875000000 0.000000000000 0.135742187500 +0.000000000000 0.113769531250 0.219726562500 0.000000000000 +0.196289062500 0.000000000000 0.371093750000 0.000000000000 +0.000000000000 0.468750000000 0.423828125000 0.000000000000 +0.179687500000 0.220703125000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.101074218750 0.000000000000 0.207031250000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.279296875000 0.000000000000 +0.021118164062 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.112304687500 +0.000000000000 0.000000000000 0.235351562500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.205078125000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.136718750000 0.261718750000 +0.000000000000 0.457031250000 0.574218750000 0.000000000000 +0.349609375000 0.217773437500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.500000000000 0.000000000000 0.341796875000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.609375000000 0.000000000000 +0.085937500000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.277343750000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.118164062500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.546875000000 +0.000000000000 0.208007812500 0.574218750000 0.000000000000 +0.251953125000 0.229492187500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.100097656250 +0.000000000000 0.535156250000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.144531250000 0.083496093750 0.068359375000 0.000000000000 +0.421875000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.570312500000 0.000000000000 +0.144531250000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.335937500000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.726562500000 +0.000000000000 0.000000000000 0.458984375000 0.000000000000 +0.009887695312 0.343750000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.269531250000 +0.000000000000 0.132812500000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.267578125000 0.041259765625 0.113769531250 0.000000000000 +0.667968750000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.281250000000 0.000000000000 +0.155273437500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.357421875000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.816406250000 +0.000000000000 0.000000000000 0.168945312500 0.000000000000 +0.000000000000 0.283203125000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.086425781250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.056640625000 0.000000000000 0.000000000000 +0.302734375000 0.000000000000 0.000000000000 0.000000000000 +0.287109375000 0.000000000000 0.000000000000 0.000000000000 +0.695312500000 0.000000000000 0.018798828125 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.002456665039 0.000000000000 0.136718750000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.071289062500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.746093750000 +0.000000000000 0.000000000000 0.052490234375 0.000000000000 +0.000000000000 0.085937500000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.174804687500 0.000000000000 0.000000000000 +0.384765625000 0.000000000000 0.000000000000 0.000000000000 +0.363281250000 0.000000000000 0.000000000000 0.000000000000 +0.429687500000 0.000000000000 0.062988281250 0.343750000000 +0.000000000000 0.170898437500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.190429687500 0.058349609375 0.000000000000 0.115234375000 +0.000000000000 0.000000000000 0.193359375000 0.671875000000 +0.000000000000 0.000000000000 0.341796875000 0.000000000000 +0.000000000000 0.001396179199 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.113769531250 0.000000000000 0.000000000000 0.000000000000 +0.277343750000 0.000000000000 0.000000000000 0.036621093750 +0.000000000000 0.069335937500 0.000000000000 0.687500000000 +0.000000000000 0.164062500000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.359375000000 0.079589843750 0.000000000000 0.195312500000 +0.000000000000 0.000000000000 0.585937500000 0.578125000000 +0.000000000000 0.000000000000 0.652343750000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.050781250000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.166992187500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.106933593750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.408203125000 0.000000000000 0.828125000000 +0.000000000000 0.000333786011 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.464843750000 0.090820312500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.820312500000 0.484375000000 +0.000000000000 0.000000000000 0.667968750000 0.000000000000 +0.249023437500 0.130859375000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.162109375000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.273437500000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.023681640625 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.574218750000 0.000000000000 0.695312500000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.451171875000 0.162109375000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.851562500000 0.519531250000 +0.000000000000 0.000000000000 0.558593750000 0.000000000000 +0.332031250000 0.257812500000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.128906250000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.151367187500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.043701171875 0.000000000000 +0.026367187500 0.018188476562 0.000000000000 0.000000000000 +0.000000000000 0.585937500000 0.000000000000 0.429687500000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.300781250000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.326171875000 0.235351562500 0.000000000000 0.000000000000 +0.000000000000 0.148437500000 0.796875000000 0.660156250000 +0.000000000000 0.000000000000 0.435546875000 0.000000000000 +0.149414062500 0.245117187500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.008728027344 +0.000000000000 0.000000000000 0.094238281250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.099609375000 0.118164062500 0.000000000000 0.000000000000 +0.000000000000 0.439453125000 0.000000000000 0.156250000000 +0.000000000000 0.000000000000 0.000000000000 0.022094726562 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.251953125000 0.398437500000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.285156250000 0.359375000000 0.000000000000 0.000000000000 +0.048583984375 0.253906250000 0.632812500000 0.718750000000 +0.000000000000 0.000000000000 0.343750000000 0.000000000000 +0.087402343750 0.185546875000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.084472656250 +0.000000000000 0.000000000000 0.095214843750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.050292968750 0.000000000000 0.000000000000 0.000000000000 +0.087402343750 0.259765625000 0.000000000000 0.000000000000 +0.000000000000 0.273437500000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.177734375000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.519531250000 0.123046875000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.237304687500 0.480468750000 0.000000000000 0.000000000000 +0.000000000000 0.210937500000 0.384765625000 0.511718750000 +0.000000000000 0.093261718750 0.410156250000 0.000000000000 +0.208007812500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.067382812500 +0.000000000000 0.000000000000 0.113281250000 0.000000000000 +0.000000000000 0.000000000000 0.076171875000 0.277343750000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.341796875000 0.000000000000 0.055175781250 +0.000000000000 0.158203125000 0.000000000000 0.154296875000 +0.000000000000 0.000000000000 0.000000000000 0.221679687500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.231445312500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.227539062500 0.500000000000 0.000000000000 0.000000000000 +0.000000000000 0.096679687500 0.158203125000 0.237304687500 +0.000000000000 0.133789062500 0.408203125000 0.000000000000 +0.183593750000 0.000000000000 0.000000000000 0.163085937500 +0.000000000000 0.000000000000 0.000000000000 0.070800781250 +0.000000000000 0.000000000000 0.202148437500 0.000000000000 +0.000000000000 0.234375000000 0.416015625000 0.357421875000 +0.000000000000 0.000000000000 0.000000000000 0.196289062500 +0.000000000000 0.000000000000 0.000000000000 0.118652343750 +0.000000000000 0.172851562500 0.000000000000 0.000000000000 +0.000000000000 0.139648437500 0.000000000000 0.310546875000 +0.000000000000 0.000000000000 0.000000000000 0.122070312500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.197265625000 0.511718750000 0.000000000000 0.292968750000 +0.000000000000 0.232421875000 0.039062500000 0.000000000000 +0.000000000000 0.057128906250 0.398437500000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.345703125000 +0.000000000000 0.000000000000 0.000000000000 0.112304687500 +0.000000000000 0.000000000000 0.320312500000 0.000000000000 +0.000000000000 0.116699218750 0.480468750000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.092773437500 +0.000000000000 0.218750000000 0.000000000000 0.000000000000 +0.081054687500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.210937500000 0.429687500000 0.259765625000 +0.000000000000 0.000000000000 0.000000000000 0.146484375000 +0.000000000000 0.121582031250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.267578125000 +0.265625000000 0.492187500000 0.000000000000 0.546875000000 +0.000000000000 0.195312500000 0.059570312500 0.000000000000 +0.000000000000 0.058837890625 0.406250000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.199218750000 +0.000000000000 0.000000000000 0.000000000000 0.203125000000 +0.000000000000 0.000000000000 0.193359375000 0.000000000000 +0.000000000000 0.000000000000 0.179687500000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.308593750000 0.210937500000 0.000000000000 0.000000000000 +0.390625000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.188476562500 0.601562500000 0.116699218750 +0.000000000000 0.000000000000 0.000000000000 0.122070312500 +0.000000000000 0.427734375000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.357421875000 +0.380859375000 0.349609375000 0.000000000000 0.227539062500 +0.414062500000 0.000000000000 0.205078125000 0.000000000000 +0.000000000000 0.086425781250 0.400390625000 0.000000000000 +0.238281250000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.221679687500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.328125000000 0.064453125000 0.000000000000 0.000000000000 +0.184570312500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.185546875000 0.078613281250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.500000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.028320312500 +0.404296875000 0.316406250000 0.000000000000 0.000000000000 +0.124511718750 0.000000000000 0.376953125000 0.000000000000 +0.000000000000 0.251953125000 0.396484375000 0.000000000000 +0.570312500000 0.068847656250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.228515625000 0.206054687500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.531250000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.155273437500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.022216796875 +0.000000000000 0.000000000000 0.000000000000 0.074218750000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.204101562500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.283203125000 0.345703125000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.472656250000 0.000000000000 +0.051269531250 0.404296875000 0.345703125000 0.036132812500 +0.197265625000 0.126953125000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.088867187500 0.201171875000 +0.000000000000 0.000000000000 0.000000000000 0.043945312500 +0.000000000000 0.333984375000 0.000000000000 0.640625000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.141601562500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.126953125000 0.253906250000 +0.000000000000 0.000000000000 0.046386718750 0.000000000000 +0.150390625000 0.406250000000 0.000000000000 0.000000000000 +0.000000000000 0.048828125000 0.363281250000 0.000000000000 +0.255859375000 0.492187500000 0.480468750000 0.259765625000 +0.000000000000 0.139648437500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.238281250000 +0.000000000000 0.000000000000 0.000000000000 0.110839843750 +0.000000000000 0.490234375000 0.000000000000 0.055664062500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.014221191406 +0.000000000000 0.000000000000 0.550781250000 0.281250000000 +0.015747070312 0.000000000000 0.221679687500 0.000000000000 +0.045410156250 0.582031250000 0.000000000000 0.000000000000 +0.000000000000 0.316406250000 0.088378906250 0.000000000000 +0.300781250000 0.480468750000 0.707031250000 0.357421875000 +0.000000000000 0.070800781250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.187500000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.287109375000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.384765625000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.085937500000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.029785156250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.152343750000 +0.000000000000 0.000000000000 0.644531250000 0.000000000000 +0.216796875000 0.061767578125 0.320312500000 0.000000000000 +0.000000000000 0.820312500000 0.000000000000 0.000000000000 +0.000000000000 0.320312500000 0.000000000000 0.000000000000 +0.345703125000 0.337890625000 0.605468750000 0.051269531250 +0.000000000000 0.027709960938 0.000000000000 0.104980468750 +0.000000000000 0.175781250000 0.000000000000 0.196289062500 +0.000000000000 0.166015625000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.332031250000 0.000000000000 +0.000000000000 0.000000000000 0.777343750000 0.304687500000 +0.000000000000 0.000000000000 0.000000000000 0.546875000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.027221679688 0.000000000000 +0.129882812500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.123046875000 0.000000000000 0.126953125000 +0.000000000000 0.000000000000 0.108398437500 0.226562500000 +0.000000000000 0.000000000000 0.361328125000 0.000000000000 +0.092285156250 0.181640625000 0.249023437500 0.000000000000 +0.000000000000 0.953125000000 0.160156250000 0.000000000000 +0.000000000000 0.357421875000 0.000000000000 0.000000000000 +0.291015625000 0.085937500000 0.330078125000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.277343750000 +0.000000000000 0.271484375000 0.000000000000 0.142578125000 +0.190429687500 0.333984375000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.300781250000 0.000000000000 +0.283203125000 0.000000000000 0.433593750000 0.628906250000 +0.000000000000 0.000000000000 0.000000000000 0.562500000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.251953125000 0.000000000000 +0.125000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.294921875000 0.000000000000 0.355468750000 +0.000000000000 0.000000000000 0.453125000000 0.326171875000 +0.000000000000 0.503906250000 0.000000000000 0.000000000000 +0.000000000000 0.314453125000 0.000000000000 0.104980468750 +0.000000000000 0.925781250000 0.380859375000 0.000000000000 +0.000000000000 0.500000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.096679687500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.375000000000 +0.333984375000 0.000000000000 0.000000000000 0.000000000000 +0.353515625000 0.007598876953 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.539062500000 0.105468750000 0.000000000000 0.710937500000 +0.363281250000 0.000000000000 0.000000000000 0.046875000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.343750000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.229492187500 0.000000000000 0.255859375000 +0.000000000000 0.000000000000 0.386718750000 0.294921875000 +0.000000000000 0.667968750000 0.000000000000 0.000000000000 +0.000000000000 0.394531250000 0.000000000000 0.376953125000 +0.000000000000 0.671875000000 0.664062500000 0.000000000000 +0.000000000000 0.330078125000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.083496093750 +0.738281250000 0.000000000000 0.000000000000 0.000000000000 +0.069824218750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.419921875000 0.390625000000 0.000000000000 0.578125000000 +0.648437500000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.359375000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.059082031250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.137695312500 +0.140625000000 0.550781250000 0.000000000000 0.000000000000 +0.000000000000 0.431640625000 0.000000000000 0.582031250000 +0.000000000000 0.375000000000 0.890625000000 0.000000000000 +0.048583984375 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.082031250000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.898437500000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.605468750000 0.000000000000 0.234375000000 +0.593750000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.181640625000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.174804687500 0.153320312500 0.000000000000 0.000000000000 +0.000000000000 0.445312500000 0.000000000000 0.593750000000 +0.000000000000 0.187500000000 1.007812500000 0.000000000000 +0.000000000000 0.000000000000 0.312500000000 0.000000000000 +0.000000000000 0.394531250000 0.000000000000 0.000000000000 +0.096679687500 0.000000000000 0.000000000000 0.000000000000 +0.832031250000 0.000000000000 0.052490234375 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.242187500000 +0.000000000000 0.285156250000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.122558593750 0.000000000000 +0.078613281250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.416015625000 0.000000000000 0.353515625000 +0.000000000000 0.202148437500 1.007812500000 0.000000000000 +0.000000000000 0.000000000000 0.492187500000 0.000000000000 +0.000000000000 0.726562500000 0.000000000000 0.000000000000 +0.000000000000 0.211914062500 0.000000000000 0.000000000000 +0.640625000000 0.000000000000 0.065917968750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.306640625000 0.000000000000 0.679687500000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.271484375000 0.000000000000 +0.523437500000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.095214843750 0.000000000000 +0.000000000000 0.382812500000 0.000000000000 0.039306640625 +0.000000000000 0.298828125000 0.953125000000 0.000000000000 +0.000000000000 0.000000000000 0.470703125000 0.000000000000 +0.000000000000 0.839843750000 0.218750000000 0.000000000000 +0.000000000000 0.425781250000 0.000000000000 0.000000000000 +0.429687500000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.730468750000 0.000000000000 0.431640625000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.343750000000 0.018920898438 +0.765625000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.451171875000 0.143554687500 +0.000000000000 0.314453125000 0.000000000000 0.000000000000 +0.000000000000 0.402343750000 0.847656250000 0.000000000000 +0.000000000000 0.000000000000 0.341796875000 0.000000000000 +0.000000000000 0.691406250000 0.511718750000 0.000000000000 +0.000000000000 0.566406250000 0.000000000000 0.000000000000 +0.155273437500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.045410156250 0.000000000000 0.000000000000 +0.000000000000 0.656250000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.225585937500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.478515625000 0.022094726562 +0.585937500000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.494140625000 0.143554687500 +0.000000000000 0.232421875000 0.000000000000 0.000000000000 +0.000000000000 0.455078125000 0.765625000000 0.000000000000 +0.000000000000 0.000000000000 0.165039062500 0.000000000000 +0.000000000000 0.414062500000 0.539062500000 0.000000000000 +0.000000000000 0.457031250000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.086914062500 0.211914062500 0.000000000000 0.000000000000 +0.000000000000 0.265625000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.396484375000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.589843750000 0.000000000000 +0.285156250000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.353515625000 0.107910156250 +0.000000000000 0.101562500000 0.000000000000 0.000000000000 +0.000000000000 0.455078125000 0.703125000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.129882812500 +0.000000000000 0.080078125000 0.431640625000 0.000000000000 +0.000000000000 0.225585937500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.170898437500 0.212890625000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.363281250000 +0.209960937500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.667968750000 0.000000000000 +0.039306640625 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.242187500000 0.328125000000 +0.000000000000 0.007720947266 0.000000000000 0.000000000000 +0.000000000000 0.408203125000 0.574218750000 0.000000000000 +0.024658203125 0.000000000000 0.000000000000 0.273437500000 +0.000000000000 0.000000000000 0.394531250000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.240234375000 0.055419921875 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.231445312500 0.000000000000 0.226562500000 +0.318359375000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.109375000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.792968750000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.161132812500 0.333984375000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.292968750000 0.460937500000 0.000000000000 +0.164062500000 0.000000000000 0.000000000000 0.392578125000 +0.000000000000 0.000000000000 0.414062500000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.220703125000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.308593750000 0.000000000000 0.008972167969 +0.012451171875 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.259765625000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.910156250000 0.000000000000 +0.000000000000 0.000000000000 0.007446289062 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.240234375000 0.235351562500 0.000000000000 +0.021240234375 0.000000000000 0.000000000000 0.394531250000 +0.000000000000 0.118164062500 0.570312500000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.219726562500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.094726562500 0.000000000000 0.421875000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.369140625000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.914062500000 0.096679687500 +0.153320312500 0.000000000000 0.034912109375 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.302734375000 0.000000000000 0.190429687500 +0.000000000000 0.000000000000 0.000000000000 0.355468750000 +0.000000000000 0.193359375000 0.792968750000 0.000000000000 +0.000000000000 0.048339843750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.043701171875 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.636718750000 0.000000000000 0.500000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.248046875000 0.000000000000 0.000000000000 +0.191406250000 0.000000000000 0.000000000000 0.041503906250 +0.000000000000 0.000000000000 0.765625000000 0.234375000000 +0.271484375000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.044433593750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.257812500000 0.000000000000 0.265625000000 +0.000000000000 0.000000000000 0.000000000000 0.371093750000 +0.000000000000 0.061279296875 0.765625000000 0.000000000000 +0.000000000000 0.191406250000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.742187500000 0.000000000000 0.046630859375 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.101562500000 0.000000000000 0.000000000000 +0.367187500000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.527343750000 0.193359375000 +0.306640625000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.273437500000 0.000000000000 0.000000000000 +0.117187500000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.229492187500 0.000000000000 0.339843750000 +0.000000000000 0.000000000000 0.000000000000 0.375000000000 +0.000000000000 0.000000000000 0.671875000000 0.000000000000 +0.000000000000 0.349609375000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.012145996094 +0.000000000000 0.000000000000 0.000000000000 0.333984375000 +0.000000000000 0.306640625000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.097656250000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.314453125000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.166015625000 0.011474609375 +0.218750000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.458984375000 0.000000000000 0.000000000000 +0.289062500000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.217773437500 0.000000000000 0.156250000000 +0.000000000000 0.000000000000 0.000000000000 0.482421875000 +0.000000000000 0.000000000000 0.511718750000 0.000000000000 +0.000000000000 0.351562500000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.135742187500 +0.000000000000 0.000000000000 0.000000000000 0.396484375000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.478515625000 0.000000000000 0.000000000000 0.000000000000 +0.048583984375 0.000000000000 0.000000000000 0.000000000000 +0.093750000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.373046875000 0.000000000000 0.000000000000 +0.213867187500 0.000000000000 0.000000000000 0.147460937500 +0.140625000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.349609375000 0.000000000000 0.000000000000 +0.322265625000 0.000000000000 0.000000000000 0.589843750000 +0.000000000000 0.000000000000 0.398437500000 0.000000000000 +0.000000000000 0.117675781250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.140625000000 +0.000000000000 0.021240234375 0.000000000000 0.019653320312 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.376953125000 0.000000000000 0.000000000000 +0.535156250000 0.000000000000 0.010437011719 0.000000000000 +0.033691406250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.009521484375 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.172851562500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.087402343750 +0.519531250000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.441406250000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.045410156250 0.656250000000 +0.000000000000 0.000000000000 0.425781250000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.015441894531 0.000000000000 0.012817382812 +0.000000000000 0.269531250000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.138671875000 +0.000000000000 0.273437500000 0.000000000000 0.000000000000 +0.155273437500 0.000000000000 0.192382812500 0.000000000000 +0.000000000000 0.193359375000 0.000000000000 0.217773437500 +0.000000000000 0.089843750000 0.000000000000 0.072265625000 +0.000000000000 0.066894531250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.215820312500 +0.515625000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.472656250000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.201171875000 0.750000000000 +0.000000000000 0.000000000000 0.507812500000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.414062500000 0.000000000000 0.000000000000 +0.000000000000 0.092773437500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.251953125000 +0.043212890625 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.273437500000 0.000000000000 0.000000000000 +0.000000000000 0.281250000000 0.000000000000 0.333984375000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.486328125000 +0.045410156250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.375000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.194335937500 0.746093750000 +0.000000000000 0.000000000000 0.531250000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.574218750000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.318359375000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.223632812500 0.000000000000 0.000000000000 +0.000000000000 0.445312500000 0.000000000000 0.330078125000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.562500000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.310546875000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.058105468750 0.656250000000 +0.000000000000 0.000000000000 0.613281250000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.464843750000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.322265625000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.008666992188 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.174804687500 0.000000000000 0.000000000000 +0.000000000000 0.437500000000 0.000000000000 0.251953125000 +0.000000000000 0.000000000000 0.000000000000 0.058593750000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.027832031250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.445312500000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.279296875000 0.000000000000 0.000000000000 +0.234375000000 0.000000000000 0.000000000000 0.539062500000 +0.000000000000 0.000000000000 0.523437500000 0.000000000000 +0.398437500000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.212890625000 0.000000000000 0.014282226562 +0.000000000000 0.000000000000 0.049804687500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.098144531250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.223632812500 0.000000000000 0.000000000000 +0.000000000000 0.406250000000 0.000000000000 0.153320312500 +0.000000000000 0.000000000000 0.172851562500 0.200195312500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.080566406250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.296875000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.390625000000 +0.000000000000 0.000000000000 0.445312500000 0.000000000000 +0.625000000000 0.071777343750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.116210937500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.073730468750 0.000000000000 0.375000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.219726562500 0.000000000000 0.000000000000 +0.000000000000 0.162109375000 0.000000000000 0.195312500000 +0.000000000000 0.000000000000 0.425781250000 0.287109375000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.037597656250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.304687500000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.236328125000 +0.000000000000 0.000000000000 0.425781250000 0.000000000000 +0.121093750000 0.188476562500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.269531250000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.453125000000 0.000000000000 0.326171875000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.111816406250 0.000000000000 0.000000000000 +0.243164062500 0.000000000000 0.000000000000 0.154296875000 +0.000000000000 0.000000000000 0.464843750000 0.312500000000 +0.224609375000 0.000000000000 0.000000000000 0.000000000000 +0.120605468750 0.140625000000 0.000000000000 0.000000000000 +0.000000000000 0.081542968750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.398437500000 0.000000000000 0.155273437500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.527343750000 0.000000000000 +0.000000000000 0.361328125000 0.108886718750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.376953125000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.441406250000 0.114746093750 0.019042968750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.251953125000 0.000000000000 0.000000000000 0.000000000000 +0.001441955566 0.000000000000 0.294921875000 0.476562500000 +0.251953125000 0.000000000000 0.000000000000 0.143554687500 +0.235351562500 0.359375000000 0.000000000000 0.000000000000 +0.000000000000 0.332031250000 0.000000000000 0.000000000000 +0.237304687500 0.061767578125 0.000000000000 0.000000000000 +0.000000000000 0.554687500000 0.000000000000 0.018188476562 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.527343750000 0.000000000000 +0.000000000000 0.378906250000 0.304687500000 0.000000000000 +0.000000000000 0.145507812500 0.000000000000 0.394531250000 +0.000000000000 0.022460937500 0.000000000000 0.000000000000 +0.000000000000 0.251953125000 0.191406250000 0.000000000000 +0.000000000000 0.000000000000 0.406250000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.055664062500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.392578125000 0.000000000000 0.036132812500 0.414062500000 +0.000000000000 0.000000000000 0.000000000000 0.271484375000 +0.308593750000 0.392578125000 0.000000000000 0.000000000000 +0.000000000000 0.503906250000 0.000000000000 0.000000000000 +0.378906250000 0.110351562500 0.000000000000 0.000000000000 +0.000000000000 0.683593750000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.429687500000 0.000000000000 +0.000000000000 0.095214843750 0.096679687500 0.112304687500 +0.000000000000 0.384765625000 0.000000000000 0.384765625000 +0.168945312500 0.392578125000 0.000000000000 0.000000000000 +0.000000000000 0.054931640625 0.091796875000 0.000000000000 +0.033447265625 0.000000000000 0.609375000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.206054687500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.523437500000 0.000000000000 0.000000000000 0.136718750000 +0.000000000000 0.000000000000 0.000000000000 0.287109375000 +0.330078125000 0.279296875000 0.000000000000 0.000000000000 +0.000000000000 0.593750000000 0.000000000000 0.160156250000 +0.041259765625 0.136718750000 0.000000000000 0.000000000000 +0.000000000000 0.703125000000 0.030029296875 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.371093750000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.326171875000 +0.013610839844 0.466796875000 0.000000000000 0.320312500000 +0.343750000000 0.330078125000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.166992187500 0.072753906250 0.036865234375 0.000000000000 +0.136718750000 0.000000000000 0.000000000000 0.062011718750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.416015625000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.001762390137 0.000000000000 0.169921875000 +0.296875000000 0.000000000000 0.202148437500 0.026367187500 +0.000000000000 0.562500000000 0.000000000000 0.435546875000 +0.000000000000 0.188476562500 0.000000000000 0.000000000000 +0.000000000000 0.656250000000 0.187500000000 0.000000000000 +0.000000000000 0.259765625000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.449218750000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.239257812500 +0.114257812500 0.236328125000 0.000000000000 0.242187500000 +0.330078125000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.439453125000 0.000000000000 0.000000000000 +0.347656250000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.124023437500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.119628906250 0.000000000000 0.000000000000 +0.166992187500 0.000000000000 0.257812500000 0.267578125000 +0.000000000000 0.433593750000 0.000000000000 0.392578125000 +0.000000000000 0.229492187500 0.000000000000 0.082031250000 +0.000000000000 0.500000000000 0.198242187500 0.000000000000 +0.400390625000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.359375000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.211914062500 0.000000000000 0.000000000000 0.179687500000 +0.215820312500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.601562500000 0.000000000000 0.049560546875 +0.196289062500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.216796875000 0.000000000000 0.000000000000 +0.011474609375 0.000000000000 0.098632812500 0.122558593750 +0.000000000000 0.273437500000 0.000000000000 0.000000000000 +0.000000000000 0.247070312500 0.000000000000 0.047119140625 +0.000000000000 0.429687500000 0.053955078125 0.000000000000 +0.103515625000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.185546875000 0.283203125000 0.000000000000 +0.398437500000 0.000000000000 0.000000000000 0.000000000000 +0.172851562500 0.000000000000 0.000000000000 0.226562500000 +0.040283203125 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.341796875000 +0.000000000000 0.259765625000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.112792968750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.121093750000 0.000000000000 +0.000000000000 0.119140625000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.115722656250 0.002059936523 0.000000000000 0.000000000000 +0.000000000000 0.215820312500 0.000000000000 0.000000000000 +0.000000000000 0.431640625000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.421875000000 0.343750000000 0.000000000000 +0.100097656250 0.000000000000 0.000000000000 0.000000000000 +0.025634765625 0.000000000000 0.000429153442 0.204101562500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.292968750000 0.000000000000 0.503906250000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.157226562500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.181640625000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.124511718750 0.000000000000 0.000000000000 +0.000000000000 0.484375000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.519531250000 0.451171875000 0.000000000000 +0.000000000000 0.041503906250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.173828125000 0.200195312500 +0.000000000000 0.000000000000 0.000000000000 0.241210937500 +0.000000000000 0.486328125000 0.000000000000 0.263671875000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.052246093750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.047851562500 0.111816406250 +0.060302734375 0.000000000000 0.000000000000 0.126953125000 +0.000000000000 0.141601562500 0.000000000000 0.000000000000 +0.115722656250 0.000000000000 0.159179687500 0.000000000000 +0.000000000000 0.042724609375 0.035644531250 0.000000000000 +0.000000000000 0.462890625000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.458984375000 0.566406250000 0.131835937500 +0.000000000000 0.000000000000 0.038330078125 0.000000000000 +0.000000000000 0.000000000000 0.219726562500 0.277343750000 +0.000000000000 0.097656250000 0.000000000000 0.292968750000 +0.000000000000 0.283203125000 0.000000000000 0.032226562500 +0.000000000000 0.000000000000 0.283203125000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.133789062500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.076660156250 +0.000000000000 0.000000000000 0.000000000000 0.330078125000 +0.000000000000 0.247070312500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.179687500000 0.000000000000 +0.000000000000 0.000000000000 0.069335937500 0.000000000000 +0.000000000000 0.488281250000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.292968750000 0.625000000000 0.203125000000 +0.000000000000 0.000000000000 0.023071289062 0.000000000000 +0.000000000000 0.000000000000 0.111816406250 0.345703125000 +0.000000000000 0.207031250000 0.000000000000 0.244140625000 +0.076171875000 0.118164062500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.554687500000 0.000000000000 +0.000000000000 0.000000000000 0.097656250000 0.114746093750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.059814453125 0.000000000000 0.000000000000 0.000000000000 +0.243164062500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.369140625000 +0.000000000000 0.181640625000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.002761840820 0.112304687500 +0.000000000000 0.003250122070 0.008361816406 0.000000000000 +0.000000000000 0.515625000000 0.000000000000 0.000000000000 +0.000000000000 0.196289062500 0.000000000000 0.000000000000 +0.000000000000 0.103027343750 0.703125000000 0.212890625000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.376953125000 +0.017211914062 0.031494140625 0.000000000000 0.179687500000 +0.151367187500 0.000000000000 0.041015625000 0.000000000000 +0.000000000000 0.082031250000 0.539062500000 0.000000000000 +0.000000000000 0.000000000000 0.141601562500 0.122070312500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.049072265625 0.000000000000 0.074218750000 0.000000000000 +0.253906250000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.367187500000 +0.000000000000 0.000000000000 0.000000000000 0.082519531250 +0.000000000000 0.000000000000 0.000000000000 0.195312500000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.574218750000 0.000000000000 0.000000000000 +0.040039062500 0.328125000000 0.000000000000 0.000000000000 +0.000000000000 0.017456054688 0.789062500000 0.200195312500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.390625000000 +0.073730468750 0.000000000000 0.000000000000 0.133789062500 +0.075195312500 0.000000000000 0.190429687500 0.000000000000 +0.000000000000 0.217773437500 0.464843750000 0.040771484375 +0.000000000000 0.000000000000 0.070312500000 0.078125000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.138671875000 0.000000000000 0.102050781250 0.000000000000 +0.022827148438 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.277343750000 +0.000000000000 0.000000000000 0.075683593750 0.050048828125 +0.000000000000 0.000000000000 0.000000000000 0.107421875000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.597656250000 0.000000000000 0.000000000000 +0.000000000000 0.182617187500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.738281250000 0.000000000000 +0.104003906250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.332031250000 +0.001571655273 0.000000000000 0.000000000000 0.183593750000 +0.000000000000 0.000000000000 0.138671875000 0.000000000000 +0.000000000000 0.177734375000 0.519531250000 0.158203125000 +0.000000000000 0.134765625000 0.000000000000 0.001998901367 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.310546875000 0.129882812500 0.112304687500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.105957031250 +0.000000000000 0.000000000000 0.021240234375 0.000000000000 +0.041992187500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.578125000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.507812500000 0.000000000000 +0.341796875000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.341796875000 +0.000000000000 0.000000000000 0.000000000000 0.253906250000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.129882812500 0.421875000000 0.259765625000 +0.072265625000 0.186523437500 0.000000000000 0.000000000000 +0.001029968262 0.000000000000 0.029907226562 0.000000000000 +0.414062500000 0.118652343750 0.333984375000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.205078125000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.566406250000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.302734375000 0.000000000000 +0.014648437500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.326171875000 +0.000000000000 0.000000000000 0.000000000000 0.177734375000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.261718750000 0.000000000000 0.000000000000 +0.330078125000 0.172851562500 0.000000000000 0.000000000000 +0.244140625000 0.000000000000 0.000000000000 0.000000000000 +0.388671875000 0.088378906250 0.531250000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.324218750000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.158203125000 0.519531250000 0.000000000000 0.081054687500 +0.273437500000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.294921875000 0.000000000000 +0.000000000000 0.000000000000 0.140625000000 0.000000000000 +0.000000000000 0.000000000000 0.040771484375 0.285156250000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.402343750000 0.000000000000 0.000000000000 +0.484375000000 0.102539062500 0.000000000000 0.000000000000 +0.306640625000 0.000000000000 0.000000000000 0.000000000000 +0.009094238281 0.070312500000 0.217773437500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.267578125000 0.000000000000 0.000000000000 0.000000000000 +0.049560546875 0.000000000000 0.000000000000 0.000000000000 +0.233398437500 0.527343750000 0.000000000000 0.000000000000 +0.644531250000 0.000000000000 0.037109375000 0.000000000000 +0.000000000000 0.000000000000 0.425781250000 0.000000000000 +0.000000000000 0.000000000000 0.291015625000 0.000000000000 +0.000000000000 0.000000000000 0.191406250000 0.251953125000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.057861328125 +0.000000000000 0.195312500000 0.000000000000 0.000000000000 +0.123535156250 0.053710937500 0.064941406250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.320312500000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.154296875000 0.000000000000 0.000000000000 +0.000000000000 0.357421875000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.625000000000 0.000000000000 0.000000000000 0.000000000000 +0.153320312500 0.644531250000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.236328125000 0.000000000000 +0.392578125000 0.049072265625 0.398437500000 0.243164062500 +0.000000000000 0.000000000000 0.000000000000 0.021240234375 +0.000000000000 0.000000000000 0.000000000000 0.013244628906 +0.000000000000 0.042480468750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.601562500000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.412109375000 0.269531250000 +0.000000000000 0.000000000000 0.000000000000 0.562500000000 +0.000000000000 0.000000000000 0.000000000000 0.118164062500 +0.433593750000 0.060546875000 0.000000000000 0.000000000000 +0.000000000000 0.416015625000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.048828125000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.562500000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.730468750000 0.277343750000 0.000000000000 +0.000000000000 0.150390625000 0.166015625000 0.000000000000 +0.671875000000 0.000000000000 0.251953125000 0.435546875000 +0.000000000000 0.000000000000 0.000000000000 0.030761718750 +0.000000000000 0.414062500000 0.000000000000 0.000000000000 +0.000000000000 0.061279296875 0.000000000000 0.000000000000 +0.000000000000 0.144531250000 0.000000000000 0.240234375000 +0.000000000000 0.000000000000 0.000000000000 0.108398437500 +0.000000000000 0.000000000000 0.034912109375 0.281250000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.058593750000 +0.816406250000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.310546875000 0.531250000000 +0.000000000000 0.000000000000 0.000000000000 0.259765625000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.656250000000 0.699218750000 0.000000000000 +0.000000000000 0.304687500000 0.000000000000 0.000000000000 +0.478515625000 0.000000000000 0.157226562500 0.351562500000 +0.000000000000 0.070800781250 0.000000000000 0.000000000000 +0.000000000000 0.443359375000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.433593750000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.648437500000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.554687500000 0.785156250000 +0.000000000000 0.000000000000 0.000000000000 0.550781250000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.443359375000 0.890625000000 0.000000000000 +0.000000000000 0.042968750000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.291015625000 0.000000000000 0.000000000000 +0.054687500000 0.000000000000 0.000000000000 0.000000000000 +0.128906250000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.357421875000 0.000000000000 0.488281250000 +0.683593750000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.071289062500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.554687500000 0.718750000000 +0.000000000000 0.000000000000 0.166015625000 0.578125000000 +0.000000000000 0.109863281250 0.000000000000 0.000000000000 +0.000000000000 0.275390625000 0.871093750000 0.000000000000 +0.363281250000 0.000000000000 0.000000000000 0.004852294922 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.070312500000 0.000000000000 0.000000000000 +0.376953125000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 1.085937500000 0.000000000000 0.367187500000 +0.574218750000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.124511718750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.369140625000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.281250000000 0.214843750000 +0.000000000000 0.000000000000 0.000000000000 0.079589843750 +0.000000000000 0.287109375000 0.000000000000 0.000000000000 +0.000000000000 0.181640625000 0.875000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.108886718750 0.000000000000 0.000000000000 0.000000000000 +0.154296875000 0.000000000000 0.000000000000 0.000000000000 +0.554687500000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.175781250000 +0.001327514648 1.007812500000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.400390625000 0.000000000000 0.221679687500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 1.085937500000 0.000000000000 +0.000000000000 0.000000000000 0.112792968750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.400390625000 0.000000000000 0.000000000000 +0.000000000000 0.157226562500 0.824218750000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.142578125000 0.000000000000 0.000000000000 +0.019531250000 0.000000000000 0.000000000000 0.000000000000 +0.361328125000 0.000000000000 0.000000000000 0.000000000000 +0.480468750000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.140625000000 0.000000000000 0.871093750000 +0.388671875000 0.242187500000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.449218750000 0.000000000000 0.241210937500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 1.367187500000 0.000000000000 +0.482421875000 0.000000000000 0.156250000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.423828125000 0.000000000000 0.000000000000 +0.000000000000 0.151367187500 0.734375000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.648437500000 0.011962890625 0.000000000000 +0.000000000000 0.119140625000 0.000000000000 0.000000000000 +0.500000000000 0.000000000000 0.000000000000 0.000000000000 +0.237304687500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.800781250000 0.000000000000 0.632812500000 +0.492187500000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.214843750000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 1.187500000000 0.177734375000 +0.984375000000 0.000000000000 0.067871093750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.423828125000 0.000000000000 0.000000000000 +0.000000000000 0.113769531250 0.632812500000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.906250000000 0.137695312500 0.000000000000 +0.000000000000 0.410156250000 0.000000000000 0.000000000000 +0.632812500000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.609375000000 0.000000000000 0.000000000000 +0.470703125000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.765625000000 0.306640625000 +1.054687500000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.462890625000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.337890625000 0.000000000000 0.053955078125 +0.000000000000 0.094726562500 0.648437500000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.941406250000 0.171875000000 0.000000000000 +0.000000000000 0.498046875000 0.000000000000 0.000000000000 +0.636718750000 0.000000000000 0.091796875000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.018066406250 0.000000000000 0.000000000000 +0.271484375000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.355468750000 0.333984375000 +0.777343750000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.593750000000 0.000000000000 0.030395507812 0.000000000000 +0.000000000000 0.261718750000 0.000000000000 0.292968750000 +0.000000000000 0.104003906250 0.742187500000 0.000000000000 +0.000000000000 0.000000000000 0.175781250000 0.000000000000 +0.000000000000 0.910156250000 0.308593750000 0.000000000000 +0.000000000000 0.429687500000 0.000000000000 0.000000000000 +0.527343750000 0.000000000000 0.363281250000 0.000000000000 +0.000000000000 0.359375000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.072753906250 0.000000000000 0.000000000000 0.000000000000 +0.093261718750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.020263671875 0.253906250000 +0.437500000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.228515625000 0.000000000000 0.008911132812 0.000000000000 +0.000000000000 0.207031250000 0.000000000000 0.273437500000 +0.000000000000 0.150390625000 0.722656250000 0.000000000000 +0.006225585938 0.000000000000 0.433593750000 0.000000000000 +0.000000000000 0.851562500000 0.462890625000 0.000000000000 +0.000000000000 0.179687500000 0.000000000000 0.000000000000 +0.320312500000 0.000000000000 0.462890625000 0.000000000000 +0.000000000000 0.333984375000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.157226562500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.099609375000 +0.235351562500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.176757812500 0.000000000000 0.017333984375 +0.000000000000 0.283203125000 0.574218750000 0.000000000000 +0.000000000000 0.000000000000 0.523437500000 0.000000000000 +0.000000000000 0.789062500000 0.632812500000 0.000000000000 +0.000000000000 0.127929687500 0.000000000000 0.000000000000 +0.097167968750 0.000000000000 0.302734375000 0.000000000000 +0.000000000000 0.201171875000 0.000000000000 0.000000000000 +0.000000000000 0.310546875000 0.000000000000 0.589843750000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.008728027344 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.131835937500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.058105468750 0.213867187500 +0.000000000000 0.116210937500 0.000000000000 0.000000000000 +0.000000000000 0.423828125000 0.279296875000 0.000000000000 +0.000000000000 0.000000000000 0.443359375000 0.000000000000 +0.000000000000 0.617187500000 0.792968750000 0.131835937500 +0.000000000000 0.164062500000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.062255859375 0.000000000000 0.043212890625 +0.000000000000 0.691406250000 0.000000000000 0.388671875000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.017456054688 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.208007812500 0.209960937500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.488281250000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.184570312500 0.034179687500 +0.000000000000 0.291015625000 0.867187500000 0.261718750000 +0.000000000000 0.126953125000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.259765625000 +0.000000000000 0.542968750000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.089355468750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000013113022 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.106933593750 0.169921875000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.554687500000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.292968750000 +0.000000000000 0.000000000000 0.906250000000 0.158203125000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.294921875000 +0.077636718750 0.188476562500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.359375000000 0.000000000000 +0.021240234375 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.045410156250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.054687500000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.574218750000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.550781250000 +0.000000000000 0.000000000000 0.812500000000 0.000000000000 +0.029663085938 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.259765625000 +0.123535156250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.221679687500 0.014587402344 0.000000000000 +0.322265625000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.060546875000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.009643554688 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.507812500000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.824218750000 +0.000000000000 0.000000000000 0.605468750000 0.000000000000 +0.075683593750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.178710937500 +0.022705078125 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.482421875000 0.000000000000 0.000000000000 +0.373046875000 0.000000000000 0.000000000000 0.000000000000 +0.109375000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.063964843750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.486328125000 0.000000000000 0.013854980469 +0.000000000000 0.000000000000 0.000000000000 1.007812500000 +0.000000000000 0.000000000000 0.503906250000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.515625000000 0.000000000000 0.000000000000 +0.375000000000 0.000000000000 0.000000000000 0.000000000000 +0.255859375000 0.019165039062 0.000000000000 0.000000000000 +0.000000000000 0.151367187500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.102539062500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.453125000000 0.000000000000 0.109863281250 +0.000000000000 0.000000000000 0.008056640625 1.171875000000 +0.000000000000 0.000000000000 0.464843750000 0.000000000000 +0.000000000000 0.063476562500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.412109375000 0.000000000000 0.000000000000 +0.300781250000 0.000000000000 0.000000000000 0.000000000000 +0.217773437500 0.201171875000 0.000000000000 0.000000000000 +0.000000000000 0.239257812500 0.000000000000 0.120605468750 +0.000000000000 0.000000000000 0.134765625000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.007720947266 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.421875000000 0.000000000000 0.029907226562 +0.000000000000 0.000000000000 0.070800781250 1.242187500000 +0.000000000000 0.000000000000 0.396484375000 0.000000000000 +0.000000000000 0.104492187500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.263671875000 0.000000000000 0.000000000000 +0.147460937500 0.000000000000 0.000000000000 0.000000000000 +0.046142578125 0.394531250000 0.000000000000 0.000000000000 +0.000000000000 0.298828125000 0.000000000000 0.326171875000 +0.000000000000 0.000000000000 0.110839843750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.160156250000 +0.150390625000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.429687500000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.085937500000 1.203125000000 +0.000000000000 0.000000000000 0.396484375000 0.000000000000 +0.000000000000 0.094726562500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.034179687500 +0.000000000000 0.006195068359 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.494140625000 0.000000000000 0.000000000000 +0.000000000000 0.261718750000 0.000000000000 0.531250000000 +0.000000000000 0.000000000000 0.098632812500 0.000000000000 +0.125000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.242187500000 +0.215820312500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.419921875000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.084960937500 1.109375000000 +0.000000000000 0.000000000000 0.388671875000 0.000000000000 +0.000000000000 0.088378906250 0.000000000000 0.000000000000 +0.000000000000 0.351562500000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.015869140625 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.507812500000 0.000000000000 0.000000000000 +0.000000000000 0.273437500000 0.000000000000 0.660156250000 +0.000000000000 0.000000000000 0.110351562500 0.039062500000 +0.191406250000 0.000000000000 0.000000000000 0.000000000000 +0.068359375000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.408203125000 +0.069335937500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.375000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.925781250000 +0.000000000000 0.000000000000 0.324218750000 0.000000000000 +0.000000000000 0.125976562500 0.000000000000 0.000000000000 +0.000000000000 0.601562500000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.101562500000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.472656250000 0.000000000000 0.000000000000 +0.000000000000 0.259765625000 0.000000000000 0.609375000000 +0.000000000000 0.000000000000 0.180664062500 0.157226562500 +0.175781250000 0.000000000000 0.000000000000 0.000000000000 +0.285156250000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.546875000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.365234375000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.714843750000 +0.000000000000 0.000000000000 0.246093750000 0.000000000000 +0.000000000000 0.187500000000 0.000000000000 0.000000000000 +0.000000000000 0.671875000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.021850585938 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.431640625000 0.000000000000 0.000000000000 +0.000000000000 0.249023437500 0.000000000000 0.574218750000 +0.000000000000 0.000000000000 0.373046875000 0.269531250000 +0.155273437500 0.000000000000 0.000000000000 0.000000000000 +0.371093750000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.539062500000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.361328125000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.519531250000 +0.000000000000 0.000000000000 0.105468750000 0.000000000000 +0.000000000000 0.153320312500 0.000000000000 0.000000000000 +0.000000000000 0.585937500000 0.000000000000 0.000000000000 +0.040283203125 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.056884765625 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.353515625000 0.000000000000 0.000000000000 +0.000000000000 0.056152343750 0.000000000000 0.441406250000 +0.000000000000 0.000000000000 0.667968750000 0.337890625000 +0.135742187500 0.000000000000 0.000000000000 0.000000000000 +0.484375000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.439453125000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.371093750000 0.166992187500 0.000000000000 +0.019409179688 0.000000000000 0.000000000000 0.376953125000 +0.000000000000 0.000000000000 0.119140625000 0.000000000000 +0.000000000000 0.040771484375 0.000000000000 0.000000000000 +0.000000000000 0.404296875000 0.000000000000 0.000000000000 +0.204101562500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.231445312500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.308593750000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.285156250000 +0.000000000000 0.000000000000 0.937500000000 0.410156250000 +0.088867187500 0.000000000000 0.000000000000 0.000000000000 +0.392578125000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.300781250000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.330078125000 0.257812500000 0.000000000000 +0.157226562500 0.000000000000 0.000000000000 0.130859375000 +0.000000000000 0.000000000000 0.249023437500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.026000976562 0.145507812500 0.000000000000 0.003814697266 +0.239257812500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.177734375000 +0.000000000000 0.060302734375 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.308593750000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.140625000000 +0.000000000000 0.000000000000 1.078125000000 0.496093750000 +0.230468750000 0.000000000000 0.000000000000 0.000000000000 +0.255859375000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.095703125000 0.000000000000 0.000000000000 +0.000000000000 0.275390625000 0.117675781250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.068847656250 0.523437500000 0.000000000000 +0.112792968750 0.006134033203 0.000000000000 0.000000000000 +0.102050781250 0.000000000000 0.000000000000 0.000000000000 +0.229492187500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.453125000000 0.000000000000 0.500000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.208984375000 0.000000000000 0.012573242188 +0.000000000000 0.000000000000 0.000000000000 0.154296875000 +0.000000000000 0.000000000000 0.937500000000 0.488281250000 +0.357421875000 0.000000000000 0.000000000000 0.000000000000 +0.030151367188 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.120605468750 0.000000000000 0.000000000000 +0.000000000000 0.023071289062 0.000000000000 0.000000000000 +0.000000000000 0.271484375000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.388671875000 0.582031250000 0.000000000000 +0.006469726562 0.246093750000 0.002395629883 0.000000000000 +0.055908203125 0.000000000000 0.000000000000 0.000000000000 +0.070800781250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.714843750000 0.000000000000 0.310546875000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.207031250000 0.000000000000 0.000000000000 0.029296875000 +0.000000000000 0.000000000000 0.589843750000 0.378906250000 +0.324218750000 0.000000000000 0.000000000000 0.072753906250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.117187500000 0.043945312500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.359375000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.441406250000 0.554687500000 0.000000000000 +0.000000000000 0.447265625000 0.089355468750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.016845703125 +0.000000000000 0.000000000000 0.000000000000 0.187500000000 +0.000000000000 0.523437500000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.392578125000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.148437500000 0.208984375000 +0.198242187500 0.000000000000 0.000000000000 0.147460937500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.455078125000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.382812500000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.204101562500 0.455078125000 0.000000000000 +0.000000000000 0.414062500000 0.077148437500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.139648437500 +0.000000000000 0.000000000000 0.000000000000 0.425781250000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.086425781250 0.000000000000 +0.205078125000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.343750000000 0.000000000000 0.026733398438 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.503906250000 0.000000000000 0.051025390625 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.390625000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.147460937500 0.000000000000 +0.000000000000 0.000000000000 0.239257812500 0.000000000000 +0.015441894531 0.242187500000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.201171875000 +0.000000000000 0.000000000000 0.000000000000 0.310546875000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.203125000000 0.000000000000 0.000000000000 +0.507812500000 0.000000000000 0.000000000000 0.000000000000 +0.010620117188 0.000000000000 0.000000000000 0.000000000000 +0.039062500000 0.000000000000 0.029907226562 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.378906250000 0.000000000000 0.061035156250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.239257812500 0.384765625000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.406250000000 0.163085937500 +0.000000000000 0.000000000000 0.150390625000 0.000000000000 +0.000000000000 0.023193359375 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.133789062500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.498046875000 0.000000000000 0.054931640625 +0.470703125000 0.000000000000 0.000000000000 0.000000000000 +0.126953125000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.030883789062 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.025634765625 0.000000000000 0.045410156250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.412109375000 0.378906250000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.628906250000 0.199218750000 +0.000000000000 0.208984375000 0.277343750000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.039794921875 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.099609375000 +0.000000000000 0.312500000000 0.000000000000 0.162109375000 +0.125976562500 0.000000000000 0.000000000000 0.000000000000 +0.113769531250 0.000000000000 0.000000000000 0.022460937500 +0.000000000000 0.000000000000 0.000000000000 0.227539062500 +0.000000000000 0.061523437500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.474609375000 0.322265625000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.695312500000 0.136718750000 +0.000000000000 0.482421875000 0.439453125000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.003860473633 +0.000000000000 0.000000000000 0.008972167969 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.378906250000 +0.000000000000 0.000000000000 0.000000000000 0.186523437500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.040283203125 +0.000000000000 0.000000000000 0.000000000000 0.402343750000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.061035156250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.457031250000 0.347656250000 0.000000000000 0.000000000000 +0.000000000000 0.244140625000 0.656250000000 0.012817382812 +0.131835937500 0.675781250000 0.652343750000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.077636718750 +0.000000000000 0.000000000000 0.000000000000 0.026123046875 +0.000000000000 0.000000000000 0.298828125000 0.000000000000 +0.000000000000 0.138671875000 0.000000000000 0.414062500000 +0.000000000000 0.000000000000 0.000000000000 0.116699218750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.406250000000 +0.000000000000 0.000000000000 0.000000000000 0.075683593750 +0.000000000000 0.181640625000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.043457031250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.367187500000 0.449218750000 0.000000000000 0.157226562500 +0.000000000000 0.503906250000 0.597656250000 0.000000000000 +0.161132812500 0.699218750000 0.835937500000 0.000000000000 +0.017211914062 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.082031250000 +0.000000000000 0.000000000000 0.394531250000 0.000000000000 +0.000000000000 0.306640625000 0.000000000000 0.296875000000 +0.000000000000 0.000000000000 0.000000000000 0.025756835938 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.103515625000 0.000000000000 0.316406250000 +0.000000000000 0.000000000000 0.000000000000 0.298828125000 +0.000000000000 0.151367187500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.062255859375 0.093750000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.229492187500 0.597656250000 0.000000000000 0.125976562500 +0.000000000000 0.472656250000 0.515625000000 0.000000000000 +0.000000000000 0.507812500000 0.878906250000 0.000000000000 +0.400390625000 0.072265625000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.094238281250 +0.000000000000 0.000000000000 0.257812500000 0.000000000000 +0.000000000000 0.316406250000 0.000000000000 0.098632812500 +0.000000000000 0.000000000000 0.455078125000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.221679687500 0.000000000000 0.131835937500 +0.000000000000 0.000000000000 0.000000000000 0.229492187500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.059814453125 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.146484375000 0.660156250000 0.000000000000 0.000000000000 +0.000000000000 0.199218750000 0.390625000000 0.071777343750 +0.000000000000 0.257812500000 0.707031250000 0.000000000000 +0.628906250000 0.043945312500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.111816406250 +0.000000000000 0.000000000000 0.000000000000 0.193359375000 +0.000000000000 0.135742187500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.679687500000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.210937500000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.240234375000 0.031982421875 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.019653320312 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.086914062500 0.613281250000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.292968750000 0.212890625000 +0.000000000000 0.041259765625 0.457031250000 0.000000000000 +0.455078125000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.183593750000 +0.000000000000 0.000000000000 0.000000000000 0.312500000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.209960937500 0.205078125000 0.000000000000 +0.310546875000 0.000000000000 0.000000000000 0.000000000000 +0.423828125000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.199218750000 0.165039062500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.032714843750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.142578125000 0.523437500000 0.000000000000 0.000000000000 +0.024780273438 0.000000000000 0.222656250000 0.328125000000 +0.000000000000 0.000000000000 0.292968750000 0.000000000000 +0.040283203125 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.243164062500 +0.000000000000 0.000000000000 0.000000000000 0.072265625000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.527343750000 0.000000000000 0.000000000000 +0.578125000000 0.000000000000 0.000000000000 0.000000000000 +0.523437500000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.086425781250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.261718750000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.300781250000 0.492187500000 0.000000000000 0.000000000000 +0.447265625000 0.000000000000 0.249023437500 0.246093750000 +0.000000000000 0.000000000000 0.232421875000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.035644531250 0.190429687500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.400390625000 0.000000000000 0.000000000000 +0.410156250000 0.000000000000 0.000000000000 0.000000000000 +0.271484375000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.064941406250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.296875000000 0.000000000000 +0.287109375000 0.000000000000 0.000000000000 0.000000000000 +0.443359375000 0.566406250000 0.000000000000 0.000000000000 +0.173828125000 0.000000000000 0.300781250000 0.028076171875 +0.217773437500 0.193359375000 0.226562500000 0.000000000000 +0.000000000000 0.000000000000 0.056396484375 0.213867187500 +0.000000000000 0.000000000000 0.054931640625 0.030029296875 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.437500000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.114257812500 0.000000000000 0.498046875000 +0.000000000000 0.000000000000 0.000000000000 0.100097656250 +0.000000000000 0.120117187500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.394531250000 0.000000000000 0.000000000000 0.000000000000 +0.347656250000 0.562500000000 0.000000000000 0.000000000000 +0.000000000000 0.330078125000 0.255859375000 0.000000000000 +0.558593750000 0.302734375000 0.222656250000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.519531250000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.109375000000 0.000000000000 +0.000000000000 0.164062500000 0.392578125000 0.527343750000 +0.000000000000 0.000000000000 0.000000000000 0.243164062500 +0.000000000000 0.000000000000 0.000000000000 0.281250000000 +0.000000000000 0.056152343750 0.000000000000 0.095214843750 +0.000000000000 0.000000000000 0.000000000000 0.283203125000 +0.316406250000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.328125000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.202148437500 0.390625000000 0.095214843750 0.000000000000 +0.000000000000 0.671875000000 0.111328125000 0.000000000000 +0.484375000000 0.200195312500 0.296875000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.585937500000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.287109375000 0.000000000000 +0.000000000000 0.096679687500 0.229492187500 0.000000000000 +0.181640625000 0.000000000000 0.000000000000 0.219726562500 +0.000000000000 0.000000000000 0.000000000000 0.009460449219 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.238281250000 0.134765625000 +0.386718750000 0.000000000000 0.000000000000 0.020874023438 +0.000000000000 0.402343750000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.173828125000 0.147460937500 +0.000000000000 0.000000000000 0.000000000000 0.074218750000 +0.000000000000 0.000000000000 0.000000000000 0.314453125000 +0.000000000000 0.229492187500 0.396484375000 0.000000000000 +0.052978515625 0.636718750000 0.000000000000 0.000000000000 +0.080566406250 0.020263671875 0.492187500000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.359375000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.156250000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.122558593750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.294921875000 0.000000000000 +0.250000000000 0.000000000000 0.000000000000 0.053710937500 +0.000000000000 0.302734375000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.335937500000 0.412109375000 +0.000000000000 0.010009765625 0.000000000000 0.000000000000 +0.000000000000 0.076171875000 0.000000000000 0.390625000000 +0.000000000000 0.283203125000 0.447265625000 0.000000000000 +0.925781250000 0.220703125000 0.000000000000 0.000000000000 +0.000000000000 0.038085937500 0.574218750000 0.000000000000 +0.216796875000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.048095703125 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.355468750000 0.000000000000 0.000000000000 +0.145507812500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.010803222656 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.192382812500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.273437500000 0.484375000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.049804687500 0.000000000000 0.092773437500 +0.000000000000 0.363281250000 0.052734375000 0.000000000000 +0.287109375000 0.000000000000 0.038818359375 0.000000000000 +0.000000000000 0.018188476562 0.523437500000 0.000000000000 +1.015625000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.714843750000 +0.000000000000 0.082031250000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.660156250000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.314453125000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.451171875000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.216796875000 +0.000000000000 0.000000000000 0.386718750000 0.000000000000 +0.656250000000 0.044189453125 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.371093750000 +0.000000000000 0.570312500000 0.000000000000 0.738281250000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.162109375000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.289062500000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.396484375000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.644531250000 +0.000000000000 0.000000000000 0.455078125000 0.000000000000 +0.000000000000 0.296875000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.644531250000 +0.000000000000 0.425781250000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.294921875000 0.000000000000 0.108886718750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.209960937500 0.000000000000 +0.190429687500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.139648437500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.386718750000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.210937500000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.001914978027 1.132812500000 +0.000000000000 0.000000000000 0.373046875000 0.000000000000 +0.000000000000 0.314453125000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.484375000000 +0.158203125000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.214843750000 0.000000000000 0.000000000000 +0.683593750000 0.000000000000 0.000000000000 0.000000000000 +0.310546875000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.121093750000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.145507812500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.157226562500 0.472656250000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.034912109375 0.000000000000 0.000000000000 +0.209960937500 0.000000000000 0.127929687500 1.445312500000 +0.000000000000 0.000000000000 0.093261718750 0.000000000000 +0.000000000000 0.107910156250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.910156250000 0.000000000000 0.000000000000 +0.769531250000 0.000000000000 0.000000000000 0.000000000000 +0.052734375000 0.205078125000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.044921875000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.233398437500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.281250000000 1.585937500000 +0.000000000000 0.000000000000 0.048095703125 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.086425781250 +0.000000000000 0.835937500000 0.000000000000 0.000000000000 +0.162109375000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.605468750000 0.000000000000 0.035156250000 +0.000000000000 0.000000000000 0.000000000000 0.531250000000 +0.000000000000 0.172851562500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.031494140625 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.267578125000 1.539062500000 +0.000000000000 0.000000000000 0.269531250000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.007751464844 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.460937500000 +0.000000000000 0.231445312500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.746093750000 0.000000000000 0.024169921875 +0.000000000000 0.208007812500 0.000000000000 0.937500000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.235351562500 1.320312500000 +0.000000000000 0.000000000000 0.542968750000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.281250000000 0.000000000000 +0.000000000000 0.347656250000 0.000000000000 0.314453125000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.037353515625 0.625000000000 0.000000000000 0.000000000000 +0.000000000000 0.248046875000 0.000000000000 1.054687500000 +0.000000000000 0.000000000000 0.000000000000 0.147460937500 +0.201171875000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.058593750000 0.000000000000 0.187500000000 +0.000000000000 0.000000000000 0.090332031250 1.078125000000 +0.000000000000 0.000000000000 0.609375000000 0.000000000000 +0.086425781250 0.285156250000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.216796875000 0.000000000000 +0.000000000000 0.431640625000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.176757812500 0.439453125000 0.000000000000 0.000000000000 +0.085937500000 0.351562500000 0.000000000000 0.898437500000 +0.000000000000 0.000000000000 0.000000000000 0.320312500000 +0.291015625000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.130859375000 0.000000000000 0.275390625000 +0.000000000000 0.000000000000 0.000000000000 0.789062500000 +0.000000000000 0.000000000000 0.578125000000 0.000000000000 +0.226562500000 0.496093750000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.177734375000 +0.000000000000 0.000000000000 0.072265625000 0.000000000000 +0.000000000000 0.100585937500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.365234375000 0.229492187500 0.000000000000 0.000000000000 +0.053955078125 0.349609375000 0.121093750000 0.675781250000 +0.000000000000 0.000000000000 0.000000000000 0.322265625000 +0.191406250000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.251953125000 0.000000000000 0.159179687500 +0.000000000000 0.000000000000 0.016113281250 0.554687500000 +0.000000000000 0.000000000000 0.515625000000 0.000000000000 +0.128906250000 0.582031250000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.243164062500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.106933593750 0.000000000000 0.000000000000 0.000000000000 +0.306640625000 0.127929687500 0.000000000000 0.000000000000 +0.000000000000 0.414062500000 0.000000000000 0.472656250000 +0.000000000000 0.000000000000 0.000000000000 0.302734375000 +0.059082031250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.058837890625 0.000000000000 0.000000000000 0.000000000000 +0.196289062500 0.291015625000 0.000000000000 0.000000000000 +0.161132812500 0.000000000000 0.162109375000 0.349609375000 +0.000000000000 0.000000000000 0.455078125000 0.000000000000 +0.028442382812 0.332031250000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.202148437500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.033203125000 0.000000000000 0.000000000000 0.000000000000 +0.113281250000 0.118652343750 0.000000000000 0.000000000000 +0.000000000000 0.351562500000 0.000000000000 0.353515625000 +0.000000000000 0.000000000000 0.000000000000 0.289062500000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.457031250000 0.000000000000 0.000000000000 0.000000000000 +0.204101562500 0.423828125000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.304687500000 0.133789062500 +0.132812500000 0.000000000000 0.523437500000 0.000000000000 +0.000000000000 0.149414062500 0.026000976562 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.178710937500 +0.000000000000 0.000000000000 0.010253906250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.330078125000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.173828125000 0.000000000000 +0.000000000000 0.148437500000 0.000000000000 0.000000000000 +0.000000000000 0.287109375000 0.000000000000 0.316406250000 +0.257812500000 0.000000000000 0.000000000000 0.310546875000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.535156250000 0.000000000000 0.000000000000 0.000000000000 +0.048339843750 0.535156250000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.312500000000 0.045410156250 +0.394531250000 0.000000000000 0.566406250000 0.118164062500 +0.000000000000 0.052001953125 0.000000000000 0.000000000000 +0.000000000000 0.318359375000 0.000000000000 0.100097656250 +0.000000000000 0.000000000000 0.108886718750 0.000000000000 +0.000000000000 0.253906250000 0.000000000000 0.376953125000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.241210937500 0.000000000000 +0.000000000000 0.096679687500 0.000000000000 0.000000000000 +0.000000000000 0.289062500000 0.000000000000 0.221679687500 +0.566406250000 0.000000000000 0.000000000000 0.287109375000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.152343750000 +0.186523437500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.539062500000 0.000000000000 0.000000000000 +0.000000000000 0.117675781250 0.129882812500 0.148437500000 +0.335937500000 0.000000000000 0.515625000000 0.241210937500 +0.000000000000 0.054443359375 0.000000000000 0.000000000000 +0.000000000000 0.539062500000 0.000000000000 0.114746093750 +0.000000000000 0.000000000000 0.163085937500 0.000000000000 +0.000000000000 0.215820312500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.098632812500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.337890625000 0.000000000000 0.048583984375 +0.636718750000 0.000000000000 0.000000000000 0.148437500000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.201171875000 0.107910156250 +0.000000000000 0.000000000000 0.000000000000 0.335937500000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.482421875000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.186523437500 +0.000000000000 0.000000000000 0.507812500000 0.179687500000 +0.000000000000 0.086425781250 0.000000000000 0.000000000000 +0.000000000000 0.464843750000 0.000000000000 0.167968750000 +0.000000000000 0.000000000000 0.108398437500 0.000000000000 +0.245117187500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.178710937500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.392578125000 0.000000000000 0.000000000000 +0.392578125000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.294921875000 0.237304687500 +0.000000000000 0.000000000000 0.000000000000 0.318359375000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.458984375000 0.000000000000 0.000000000000 +0.296875000000 0.000000000000 0.000000000000 0.231445312500 +0.000000000000 0.000000000000 0.494140625000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.285156250000 0.000000000000 0.127929687500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.279296875000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.460937500000 0.000000000000 0.000000000000 +0.402343750000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.343750000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.275390625000 0.241210937500 +0.000000000000 0.000000000000 0.000000000000 0.287109375000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.435546875000 0.000000000000 0.000000000000 +0.472656250000 0.000000000000 0.000000000000 0.240234375000 +0.000000000000 0.000000000000 0.417968750000 0.000000000000 +0.269531250000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.005035400391 0.000000000000 0.139648437500 +0.172851562500 0.000000000000 0.000000000000 0.000000000000 +0.123046875000 0.000000000000 0.000000000000 0.046142578125 +0.000000000000 0.566406250000 0.000000000000 0.000000000000 +0.041259765625 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.106445312500 0.000000000000 0.022460937500 +0.000000000000 0.208007812500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.142578125000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.129882812500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.480468750000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.181640625000 +0.000000000000 0.000000000000 0.527343750000 0.000000000000 +0.417968750000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.130859375000 +0.215820312500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.059082031250 0.000000000000 0.652343750000 +0.000000000000 0.108398437500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.110351562500 0.000000000000 0.347656250000 +0.147460937500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.404296875000 0.003479003906 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.460937500000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.134765625000 +0.000000000000 0.000000000000 0.597656250000 0.000000000000 +0.072753906250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.106933593750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.562500000000 0.000000000000 0.412109375000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.007385253906 0.000000000000 0.000000000000 +0.441406250000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.308593750000 0.035400390625 +0.000000000000 0.000000000000 0.000000000000 0.065917968750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.457031250000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.055419921875 +0.000000000000 0.053955078125 0.570312500000 0.000000000000 +0.000000000000 0.070312500000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.229492187500 +0.000000000000 0.000000000000 0.000000000000 0.062988281250 +0.000000000000 0.392578125000 0.088867187500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.063476562500 0.000000000000 0.000000000000 0.000000000000 +0.566406250000 0.000000000000 0.193359375000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.011535644531 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.291015625000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.458984375000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.013977050781 +0.000000000000 0.000000000000 0.306640625000 0.000000000000 +0.000000000000 0.104492187500 0.046386718750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.281250000000 +0.000000000000 0.000000000000 0.000000000000 0.092285156250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.046630859375 0.000000000000 +0.308593750000 0.014648437500 0.000000000000 0.000000000000 +0.101562500000 0.000000000000 0.000000000000 0.000000000000 +0.539062500000 0.000000000000 0.322265625000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.478515625000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000514984131 0.449218750000 0.000000000000 0.000000000000 +0.049072265625 0.000000000000 0.000000000000 0.079589843750 +0.000000000000 0.000000000000 0.157226562500 0.000000000000 +0.000000000000 0.005920410156 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.271484375000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.322265625000 0.000000000000 0.000000000000 +0.617187500000 0.065917968750 0.000000000000 0.000000000000 +0.105957031250 0.000000000000 0.000000000000 0.000000000000 +0.164062500000 0.000000000000 0.203125000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.376953125000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.316406250000 0.330078125000 0.000000000000 0.000000000000 +0.187500000000 0.000000000000 0.194335937500 0.004028320312 +0.000000000000 0.000000000000 0.191406250000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.108886718750 0.220703125000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.375000000000 0.000000000000 0.000000000000 +0.376953125000 0.007080078125 0.000000000000 0.000000000000 +0.068359375000 0.000000000000 0.000000000000 0.099609375000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.086914062500 0.000000000000 0.000000000000 +0.000000000000 0.174804687500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.023437500000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.482421875000 0.324218750000 0.000000000000 0.000000000000 +0.138671875000 0.000000000000 0.414062500000 0.000000000000 +0.000000000000 0.251953125000 0.281250000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.287109375000 +0.000000000000 0.000000000000 0.210937500000 0.113281250000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.421875000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.285156250000 +0.000000000000 0.000000000000 0.000000000000 0.223632812500 +0.000000000000 0.083496093750 0.000000000000 0.000000000000 +0.000000000000 0.441406250000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.047363281250 0.000000000000 0.000000000000 0.000000000000 +0.386718750000 0.347656250000 0.000000000000 0.000000000000 +0.000000000000 0.053466796875 0.462890625000 0.000000000000 +0.388671875000 0.421875000000 0.425781250000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.378906250000 +0.000000000000 0.000000000000 0.154296875000 0.067382812500 +0.000000000000 0.000000000000 0.036132812500 0.000000000000 +0.000000000000 0.068359375000 0.000000000000 0.609375000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.157226562500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.080078125000 +0.000000000000 0.000000000000 0.000000000000 0.234375000000 +0.000000000000 0.000000000000 0.000000000000 0.113769531250 +0.000000000000 0.367187500000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.045166015625 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.138671875000 0.447265625000 0.285156250000 0.000000000000 +0.000000000000 0.394531250000 0.294921875000 0.000000000000 +0.613281250000 0.400390625000 0.566406250000 0.225585937500 +0.000000000000 0.000000000000 0.000000000000 0.375000000000 +0.000000000000 0.000000000000 0.035644531250 0.051269531250 +0.000000000000 0.000000000000 0.058593750000 0.000000000000 +0.000000000000 0.355468750000 0.000000000000 0.296875000000 +0.000000000000 0.000000000000 0.000000000000 0.008178710938 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.029785156250 +0.204101562500 0.000000000000 0.000000000000 0.298828125000 +0.000000000000 0.017333984375 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.025390625000 0.369140625000 +0.000000000000 0.000000000000 0.000000000000 0.162109375000 +0.000000000000 0.027587890625 0.000000000000 0.000000000000 +0.000000000000 0.578125000000 0.404296875000 0.000000000000 +0.000000000000 0.326171875000 0.069824218750 0.000000000000 +0.585937500000 0.119628906250 0.667968750000 0.267578125000 +0.000000000000 0.085937500000 0.000000000000 0.148437500000 +0.000000000000 0.000000000000 0.000000000000 0.057128906250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.189453125000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.308593750000 0.066894531250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.306640625000 0.000000000000 0.000000000000 0.236328125000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.265625000000 0.605468750000 +0.000000000000 0.000000000000 0.091796875000 0.000000000000 +0.000000000000 0.069335937500 0.000000000000 0.000000000000 +0.000000000000 0.683593750000 0.404296875000 0.000000000000 +0.000000000000 0.053222656250 0.000000000000 0.000000000000 +0.245117187500 0.000000000000 0.492187500000 0.130859375000 +0.000000000000 0.125976562500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.036132812500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.070312500000 0.184570312500 +0.150390625000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.132812500000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.410156250000 0.640625000000 +0.000000000000 0.000000000000 0.014404296875 0.000000000000 +0.000000000000 0.065917968750 0.000000000000 0.000000000000 +0.000000000000 0.753906250000 0.429687500000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.008056640625 +0.000000000000 0.000000000000 0.312500000000 0.000000000000 +0.000000000000 0.076660156250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.019287109375 +0.055664062500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.392578125000 0.000000000000 0.302734375000 +0.400390625000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.004516601562 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.271484375000 0.458984375000 +0.000000000000 0.000000000000 0.000000000000 0.038818359375 +0.000000000000 0.102050781250 0.000000000000 0.000000000000 +0.000000000000 0.796875000000 0.589843750000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.076171875000 +0.000000000000 0.000000000000 0.095703125000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.092285156250 0.000000000000 0.000000000000 +0.265625000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.582031250000 0.000000000000 0.343750000000 +0.458984375000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.080566406250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.396484375000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.054443359375 +0.000000000000 0.000000000000 0.000000000000 0.022705078125 +0.000000000000 0.164062500000 0.000000000000 0.000000000000 +0.000000000000 0.687500000000 0.804687500000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.131835937500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.167968750000 0.000000000000 0.000000000000 +0.402343750000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.219726562500 0.593750000000 0.000000000000 0.241210937500 +0.335937500000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.140625000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.710937500000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.121582031250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.030273437500 +0.000000000000 0.189453125000 0.000000000000 0.000000000000 +0.000000000000 0.554687500000 0.984375000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.020385742188 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.080566406250 0.053466796875 0.000000000000 0.000000000000 +0.433593750000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.257812500000 0.515625000000 0.000000000000 0.016601562500 +0.191406250000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.226562500000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.933593750000 0.000000000000 +0.003692626953 0.000000000000 0.025024414062 0.000000000000 +0.113281250000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.241210937500 0.000000000000 0.000000000000 +0.000000000000 0.335937500000 1.015625000000 0.000000000000 +0.013977050781 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.096679687500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.223632812500 0.000000000000 0.000000000000 0.000000000000 +0.337890625000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.107910156250 0.373046875000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.302734375000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 1.109375000000 0.000000000000 +0.265625000000 0.000000000000 0.132812500000 0.000000000000 +0.116210937500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.245117187500 0.000000000000 0.000000000000 +0.000000000000 0.140625000000 0.757812500000 0.000000000000 +0.261718750000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.375000000000 0.320312500000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.221679687500 0.000000000000 0.000000000000 0.000000000000 +0.238281250000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.110839843750 0.000000000000 0.425781250000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.328125000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 1.156250000000 0.180664062500 +0.507812500000 0.000000000000 0.234375000000 0.000000000000 +0.088867187500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.187500000000 0.000000000000 0.000000000000 +0.000000000000 0.111816406250 0.304687500000 0.124511718750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.625000000000 0.609375000000 0.000000000000 +0.078613281250 0.095703125000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.855468750000 0.000000000000 0.652343750000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.229492187500 0.000000000000 0.032714843750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 1.054687500000 0.388671875000 +0.687500000000 0.000000000000 0.052734375000 0.000000000000 +0.022460937500 0.157226562500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.061035156250 0.000000000000 0.062500000000 +0.000000000000 0.000000000000 0.000000000000 0.043457031250 +0.000000000000 0.593750000000 0.539062500000 0.000000000000 +0.000000000000 0.531250000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.164062500000 +0.000000000000 1.054687500000 0.000000000000 0.166015625000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.029785156250 0.000000000000 0.000000000000 +0.257812500000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.738281250000 0.285156250000 +0.742187500000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.429687500000 0.000000000000 0.000000000000 +0.332031250000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.231445312500 +0.000000000000 0.165039062500 0.519531250000 0.000000000000 +0.000000000000 0.636718750000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.597656250000 +0.000000000000 0.585937500000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.269531250000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.265625000000 0.001037597656 +0.542968750000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.558593750000 0.000000000000 0.000000000000 +0.404296875000 0.000000000000 0.180664062500 0.181640625000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.451171875000 +0.000000000000 0.000000000000 0.445312500000 0.000000000000 +0.000000000000 0.570312500000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.585937500000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.445312500000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.085937500000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.204101562500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.417968750000 0.000000000000 0.000000000000 +0.204101562500 0.000000000000 0.339843750000 0.376953125000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.062988281250 0.000000000000 0.000000000000 +0.235351562500 0.000000000000 0.028076171875 0.609375000000 +0.000000000000 0.000000000000 0.294921875000 0.000000000000 +0.000000000000 0.195312500000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.055419921875 +0.000000000000 0.159179687500 0.000000000000 0.125000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.392578125000 0.000000000000 0.000000000000 +0.570312500000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.035644531250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.141601562500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.222656250000 0.255859375000 +0.527343750000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.145507812500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.116210937500 0.621093750000 +0.000000000000 0.000000000000 0.316406250000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.183593750000 +0.000000000000 0.233398437500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.153320312500 +0.000000000000 0.447265625000 0.000000000000 0.000000000000 +0.074707031250 0.000000000000 0.069824218750 0.000000000000 +0.000000000000 0.217773437500 0.000000000000 0.335937500000 +0.000000000000 0.000000000000 0.000000000000 0.065917968750 +0.000000000000 0.207031250000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.237304687500 +0.562500000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.224609375000 0.000000000000 0.000000000000 +0.000000000000 0.023071289062 0.106445312500 0.527343750000 +0.000000000000 0.000000000000 0.535156250000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.333984375000 0.000000000000 0.251953125000 +0.000000000000 0.000000000000 0.117187500000 0.000000000000 +0.000000000000 0.000000000000 0.159179687500 0.445312500000 +0.060302734375 0.016113281250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.320312500000 0.000000000000 0.310546875000 +0.000000000000 0.048339843750 0.000000000000 0.267578125000 +0.000000000000 0.045898437500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.273437500000 +0.179687500000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.316406250000 0.000000000000 0.000000000000 +0.000000000000 0.131835937500 0.027954101562 0.227539062500 +0.000000000000 0.000000000000 0.722656250000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.093261718750 +0.000000000000 0.429687500000 0.000000000000 0.298828125000 +0.000000000000 0.000000000000 0.221679687500 0.000000000000 +0.000000000000 0.318359375000 0.535156250000 0.402343750000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.231445312500 0.000000000000 0.000000000000 +0.000000000000 0.188476562500 0.000000000000 0.198242187500 +0.081054687500 0.000000000000 0.000000000000 0.281250000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.300781250000 0.000000000000 +0.000000000000 0.172851562500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.447265625000 0.000000000000 0.000000000000 +0.000000000000 0.120605468750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.773437500000 0.000000000000 +0.208007812500 0.000000000000 0.000000000000 0.179687500000 +0.000000000000 0.174804687500 0.000000000000 0.349609375000 +0.048828125000 0.000000000000 0.136718750000 0.000000000000 +0.000000000000 0.480468750000 0.734375000000 0.117187500000 +0.000000000000 0.000000000000 0.191406250000 0.000000000000 +0.000000000000 0.111816406250 0.000000000000 0.075683593750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.114257812500 0.183593750000 0.056152343750 0.069335937500 +0.000000000000 0.000000000000 0.000000000000 0.402343750000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.376953125000 0.000000000000 +0.000000000000 0.345703125000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.574218750000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.542968750000 0.000000000000 +0.417968750000 0.034912109375 0.099121093750 0.091308593750 +0.000000000000 0.000000000000 0.000000000000 0.335937500000 +0.000000000000 0.000000000000 0.004638671875 0.000000000000 +0.000000000000 0.217773437500 0.687500000000 0.000000000000 +0.000000000000 0.000000000000 0.511718750000 0.000000000000 +0.000000000000 0.392578125000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.294921875000 0.095703125000 0.335937500000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.275390625000 +0.000000000000 0.000000000000 0.000000000000 0.189453125000 +0.000000000000 0.000000000000 0.075683593750 0.000000000000 +0.000000000000 0.306640625000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.656250000000 0.000000000000 0.012939453125 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.304687500000 0.000000000000 +0.217773437500 0.080078125000 0.145507812500 0.000511169434 +0.140625000000 0.000000000000 0.000000000000 0.308593750000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.255859375000 0.000000000000 +0.000000000000 0.000000000000 0.055664062500 0.000000000000 +0.263671875000 0.357421875000 0.000000000000 0.000000000000 +0.220703125000 0.000000000000 0.000000000000 0.000000000000 +0.178710937500 0.000000000000 0.546875000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.285156250000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.202148437500 0.075683593750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.060791015625 +0.000000000000 0.625000000000 0.000000000000 0.000000000000 +0.009216308594 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.163085937500 0.000000000000 +0.000000000000 0.000000000000 0.082519531250 0.000000000000 +0.183593750000 0.000000000000 0.016235351562 0.312500000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.308593750000 0.000000000000 0.000000000000 +0.539062500000 0.182617187500 0.000000000000 0.000000000000 +0.382812500000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.318359375000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.179687500000 0.000000000000 0.184570312500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.443359375000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.042480468750 +0.180664062500 0.503906250000 0.000000000000 0.000000000000 +0.279296875000 0.000000000000 0.199218750000 0.000000000000 +0.000000000000 0.104980468750 0.251953125000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.060546875000 0.000000000000 0.237304687500 0.277343750000 +0.000000000000 0.169921875000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.343750000000 0.000000000000 0.000000000000 +0.267578125000 0.000000000000 0.000000000000 0.000000000000 +0.125976562500 0.000000000000 0.000000000000 0.007080078125 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.005310058594 0.000000000000 0.000000000000 +0.000000000000 0.314453125000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.063964843750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.269531250000 0.447265625000 0.022338867188 0.000000000000 +0.000000000000 0.000000000000 0.378906250000 0.000000000000 +0.000000000000 0.375000000000 0.396484375000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.224609375000 0.201171875000 +0.000000000000 0.164062500000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.605468750000 +0.000000000000 0.005340576172 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.058593750000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.183593750000 +0.000000000000 0.000000000000 0.000000000000 0.000984191895 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.169921875000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.078125000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.201171875000 0.451171875000 0.080078125000 0.000000000000 +0.000000000000 0.052246093750 0.408203125000 0.000000000000 +0.045898437500 0.582031250000 0.519531250000 0.000000000000 +0.000000000000 0.018676757812 0.000000000000 0.110351562500 +0.000000000000 0.000000000000 0.094238281250 0.209960937500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.333984375000 0.000000000000 0.621093750000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.050537109375 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.001609802246 +0.000000000000 0.000000000000 0.169921875000 0.406250000000 +0.000000000000 0.032470703125 0.033447265625 0.000000000000 +0.087890625000 0.498046875000 0.021972656250 0.000000000000 +0.000000000000 0.375000000000 0.296875000000 0.000000000000 +0.176757812500 0.640625000000 0.703125000000 0.000000000000 +0.000000000000 0.032714843750 0.000000000000 0.116210937500 +0.000000000000 0.000000000000 0.000000000000 0.217773437500 +0.000000000000 0.000000000000 0.159179687500 0.000000000000 +0.000000000000 0.433593750000 0.000000000000 0.178710937500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.180664062500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.196289062500 +0.000000000000 0.000000000000 0.437500000000 0.353515625000 +0.000000000000 0.061035156250 0.032470703125 0.000000000000 +0.000000000000 0.535156250000 0.000000000000 0.000000000000 +0.000000000000 0.310546875000 0.085449218750 0.000000000000 +0.085449218750 0.542968750000 0.726562500000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.228515625000 +0.000000000000 0.000000000000 0.066406250000 0.051513671875 +0.000000000000 0.247070312500 0.000000000000 0.000000000000 +0.059326171875 0.000000000000 0.562500000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.014465332031 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.179687500000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.194335937500 +0.000000000000 0.000000000000 0.283203125000 0.004608154297 +0.000000000000 0.065917968750 0.063964843750 0.000000000000 +0.000000000000 0.503906250000 0.000000000000 0.000000000000 +0.000000000000 0.063964843750 0.000000000000 0.000000000000 +0.000000000000 0.386718750000 0.601562500000 0.000000000000 +0.131835937500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.318359375000 +0.000000000000 0.000000000000 0.000000000000 0.141601562500 +0.000000000000 0.010681152344 0.000000000000 0.000000000000 +0.122070312500 0.000000000000 0.621093750000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.015869140625 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.178710937500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.034179687500 +0.000000000000 0.032714843750 0.000000000000 0.191406250000 +0.000000000000 0.000000000000 0.000000000000 0.113769531250 +0.000000000000 0.000000000000 0.020263671875 0.000000000000 +0.000000000000 0.044677734375 0.043945312500 0.000000000000 +0.000000000000 0.535156250000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.263671875000 0.527343750000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.388671875000 +0.000000000000 0.000000000000 0.000000000000 0.194335937500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.075195312500 0.065917968750 0.433593750000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.038818359375 0.000000000000 0.151367187500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.106445312500 0.000000000000 0.306640625000 +0.000000000000 0.000000000000 0.000000000000 0.013183593750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.049316406250 0.011413574219 0.000000000000 +0.000000000000 0.636718750000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.197265625000 0.550781250000 0.027709960938 +0.000000000000 0.000000000000 0.170898437500 0.000000000000 +0.000000000000 0.000000000000 0.110839843750 0.398437500000 +0.000000000000 0.000000000000 0.000000000000 0.088867187500 +0.000000000000 0.017944335938 0.000000000000 0.000000000000 +0.000000000000 0.048095703125 0.349609375000 0.000000000000 +0.000000000000 0.000000000000 0.093261718750 0.000244140625 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.015136718750 0.000000000000 +0.003540039062 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.159179687500 0.000000000000 0.261718750000 +0.000000000000 0.067382812500 0.000000000000 0.066894531250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.130859375000 0.000000000000 0.000000000000 +0.000000000000 0.757812500000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.091796875000 0.507812500000 0.141601562500 +0.000000000000 0.000000000000 0.138671875000 0.000000000000 +0.000000000000 0.000000000000 0.022338867188 0.269531250000 +0.000000000000 0.082031250000 0.000000000000 0.000000000000 +0.000000000000 0.030151367188 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.464843750000 0.000000000000 +0.000000000000 0.000000000000 0.226562500000 0.279296875000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.209960937500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.164062500000 0.000000000000 0.215820312500 +0.000000000000 0.154296875000 0.000000000000 0.227539062500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.177734375000 0.000000000000 0.000000000000 +0.000000000000 0.757812500000 0.151367187500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.111328125000 0.000000000000 0.455078125000 0.164062500000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.178710937500 +0.069824218750 0.277343750000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.439453125000 0.037353515625 +0.000000000000 0.000000000000 0.096679687500 0.300781250000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.390625000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.144531250000 +0.099121093750 0.121582031250 0.044677734375 0.394531250000 +0.000000000000 0.000000000000 0.000000000000 0.007049560547 +0.000000000000 0.125976562500 0.000000000000 0.000000000000 +0.000000000000 0.656250000000 0.263671875000 0.000000000000 +0.000000000000 0.048339843750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.435546875000 0.138671875000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.023559570312 0.000000000000 0.158203125000 +0.149414062500 0.149414062500 0.000000000000 0.000000000000 +0.094238281250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.201171875000 0.000000000000 0.167968750000 +0.244140625000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.351562500000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.110351562500 0.000000000000 0.161132812500 0.443359375000 +0.000000000000 0.000000000000 0.000000000000 0.292968750000 +0.000000000000 0.016479492188 0.000000000000 0.000000000000 +0.000000000000 0.535156250000 0.227539062500 0.000000000000 +0.147460937500 0.000000000000 0.000000000000 0.068359375000 +0.000000000000 0.000000000000 0.429687500000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.104492187500 +0.101562500000 0.000000000000 0.000000000000 0.000000000000 +0.146484375000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.562500000000 0.000000000000 0.095703125000 +0.455078125000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.039550781250 0.000000000000 0.159179687500 0.398437500000 +0.000000000000 0.000000000000 0.000000000000 0.482421875000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.449218750000 0.001197814941 0.000000000000 +0.460937500000 0.000000000000 0.000000000000 0.201171875000 +0.000000000000 0.000000000000 0.410156250000 0.000000000000 +0.087402343750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.050292968750 +0.174804687500 0.000000000000 0.000000000000 0.000000000000 +0.080078125000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.664062500000 0.000000000000 0.000000000000 +0.204101562500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.168945312500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.003143310547 0.102050781250 +0.000000000000 0.000000000000 0.000000000000 0.155273437500 +0.000000000000 0.000576019287 0.000000000000 0.000000000000 +0.000000000000 0.414062500000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.229492187500 +0.000000000000 0.000000000000 0.462890625000 0.000000000000 +0.289062500000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.048828125000 +0.195312500000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.492187500000 +0.000000000000 0.255859375000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.128906250000 0.000000000000 0.156250000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.371093750000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.384765625000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.154296875000 +0.000000000000 0.004302978516 0.531250000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.128906250000 +0.011291503906 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.445312500000 0.000000000000 0.455078125000 +0.074707031250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.096191406250 0.000000000000 0.000000000000 +0.281250000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.339843750000 0.027587890625 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.044189453125 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.398437500000 0.000000000000 0.229492187500 +0.000000000000 0.000000000000 0.000000000000 0.056640625000 +0.000000000000 0.069824218750 0.609375000000 0.000000000000 +0.000000000000 0.053466796875 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.296875000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.496093750000 0.000000000000 0.063476562500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.333984375000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.197265625000 0.164062500000 +0.105468750000 0.000000000000 0.000000000000 0.118652343750 +0.027465820312 0.320312500000 0.000000000000 0.000000000000 +0.111816406250 0.000000000000 0.000000000000 0.000000000000 +0.061767578125 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.410156250000 0.000000000000 0.205078125000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.015258789062 0.601562500000 0.000000000000 +0.000000000000 0.113281250000 0.104003906250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.406250000000 +0.000000000000 0.003189086914 0.000000000000 0.119140625000 +0.000000000000 0.185546875000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.369140625000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.253906250000 0.000000000000 0.000000000000 0.000000000000 +0.133789062500 0.000000000000 0.000000000000 0.229492187500 +0.000000000000 0.000000000000 0.000000000000 0.171875000000 +0.091308593750 0.384765625000 0.000000000000 0.000000000000 +0.172851562500 0.012512207031 0.000000000000 0.000000000000 +0.281250000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.460937500000 0.000000000000 0.045166015625 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.566406250000 0.000000000000 +0.000000000000 0.000000000000 0.086914062500 0.000000000000 +0.000000000000 0.110839843750 0.000000000000 0.460937500000 +0.000000000000 0.243164062500 0.000000000000 0.092773437500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.535156250000 0.000000000000 +0.000000000000 0.000000000000 0.028686523438 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.076171875000 0.000000000000 0.000000000000 0.000000000000 +0.357421875000 0.000000000000 0.000000000000 0.102539062500 +0.000000000000 0.000000000000 0.000000000000 0.097656250000 +0.164062500000 0.302734375000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.005798339844 +0.294921875000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.511718750000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.570312500000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.275390625000 0.000000000000 0.498046875000 +0.000000000000 0.246093750000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.133789062500 0.412109375000 0.000000000000 +0.000000000000 0.000000000000 0.170898437500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.359375000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.008483886719 +0.144531250000 0.113281250000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.201171875000 +0.103515625000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.550781250000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.015014648438 +0.000000000000 0.000000000000 0.648437500000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.058105468750 +0.000000000000 0.294921875000 0.000000000000 0.474609375000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.114746093750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.231445312500 0.253906250000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.168945312500 0.000000000000 0.000000000000 +0.242187500000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.008117675781 +0.111328125000 0.000000000000 0.065429687500 0.019409179688 +0.000000000000 0.007232666016 0.000000000000 0.226562500000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.558593750000 0.000000000000 0.000000000000 +0.020751953125 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.628906250000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.020874023438 +0.000000000000 0.257812500000 0.000000000000 0.464843750000 +0.055908203125 0.000000000000 0.000000000000 0.000000000000 +0.145507812500 0.000000000000 0.044189453125 0.000000000000 +0.000000000000 0.243164062500 0.161132812500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.090332031250 0.128906250000 0.005950927734 0.000000000000 +0.069824218750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.036376953125 +0.071289062500 0.000000000000 0.204101562500 0.040527343750 +0.000000000000 0.175781250000 0.000000000000 0.099609375000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.609375000000 0.000000000000 0.000000000000 +0.015014648438 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.621093750000 0.000000000000 +0.009277343750 0.000000000000 0.000000000000 0.038818359375 +0.000000000000 0.188476562500 0.000000000000 0.443359375000 +0.200195312500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.208007812500 0.034912109375 +0.000000000000 0.084472656250 0.218750000000 0.000000000000 +0.000000000000 0.013000488281 0.000000000000 0.063964843750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.220703125000 0.026000976562 0.024536132812 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.046630859375 +0.000000000000 0.000000000000 0.000000000000 0.150390625000 +0.000000000000 0.000000000000 0.291015625000 0.000000000000 +0.000000000000 0.361328125000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.691406250000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.060058593750 0.531250000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.087402343750 +0.000000000000 0.000000000000 0.000000000000 0.402343750000 +0.147460937500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.081054687500 0.373046875000 0.026489257812 +0.000000000000 0.000000000000 0.445312500000 0.000000000000 +0.000000000000 0.174804687500 0.000000000000 0.213867187500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.308593750000 0.000000000000 0.081542968750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.314453125000 +0.000000000000 0.000000000000 0.172851562500 0.000000000000 +0.086914062500 0.439453125000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.816406250000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.149414062500 0.312500000000 0.000000000000 +0.000000000000 0.000000000000 0.057128906250 0.158203125000 +0.083496093750 0.000000000000 0.000000000000 0.300781250000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.051269531250 0.359375000000 0.000000000000 +0.020019531250 0.000000000000 0.507812500000 0.057617187500 +0.000000000000 0.330078125000 0.000000000000 0.105468750000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.218750000000 0.000000000000 0.285156250000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.458984375000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.402343750000 0.416015625000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.886718750000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.167968750000 0.099121093750 0.000000000000 +0.000000000000 0.000000000000 0.180664062500 0.213867187500 +0.283203125000 0.000000000000 0.000000000000 0.193359375000 +0.000000000000 0.045410156250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.164062500000 0.000000000000 +0.243164062500 0.110351562500 0.000000000000 0.173828125000 +0.332031250000 0.343750000000 0.000000000000 0.000000000000 +0.164062500000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.458984375000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.124511718750 0.000000000000 0.566406250000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.574218750000 0.247070312500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.255859375000 +0.064941406250 0.765625000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.133789062500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.013305664062 0.227539062500 +0.394531250000 0.000000000000 0.000000000000 0.052978515625 +0.000000000000 0.146484375000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.251953125000 0.328125000000 0.000000000000 0.093261718750 +0.605468750000 0.173828125000 0.000000000000 0.000000000000 +0.296875000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.402343750000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.247070312500 0.000000000000 0.373046875000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.437500000000 0.032226562500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.482421875000 +0.160156250000 0.511718750000 0.353515625000 0.000000000000 +0.251953125000 0.000000000000 0.242187500000 0.000000000000 +0.000000000000 0.225585937500 0.079101562500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.083496093750 +0.388671875000 0.000000000000 0.117675781250 0.000000000000 +0.000000000000 0.166015625000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.064941406250 0.388671875000 0.000000000000 0.000000000000 +0.503906250000 0.000000000000 0.000000000000 0.000000000000 +0.079101562500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.162109375000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.208984375000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.133789062500 0.000000000000 0.310546875000 +0.166992187500 0.373046875000 0.675781250000 0.000000000000 +0.300781250000 0.000000000000 0.503906250000 0.000000000000 +0.000000000000 0.443359375000 0.236328125000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.322265625000 0.000000000000 0.328125000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.257812500000 +0.000000000000 0.051513671875 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.141601562500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.008911132812 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.225585937500 0.000000000000 0.067382812500 +0.000000000000 0.355468750000 0.695312500000 0.000000000000 +0.000000000000 0.000000000000 0.675781250000 0.000000000000 +0.000000000000 0.503906250000 0.421875000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.099609375000 0.000000000000 0.127929687500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.018310546875 0.000000000000 0.628906250000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.101074218750 +0.000000000000 0.000000000000 0.000000000000 0.048339843750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.285156250000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.122558593750 0.000000000000 0.000000000000 +0.000000000000 0.388671875000 0.363281250000 0.000000000000 +0.000000000000 0.000000000000 0.609375000000 0.000000000000 +0.102050781250 0.326171875000 0.617187500000 0.000000000000 +0.121582031250 0.178710937500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.546875000000 0.000000000000 0.330078125000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.036865234375 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.353515625000 +0.000000000000 0.000000000000 0.061279296875 0.333984375000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.312500000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.316406250000 0.255859375000 +0.000000000000 0.000000000000 0.542968750000 0.105957031250 +0.000000000000 0.351562500000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.170898437500 +0.000000000000 0.285156250000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.158203125000 +0.000000000000 0.000000000000 0.365234375000 0.593750000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.175781250000 0.000000000000 0.000000000000 +0.066406250000 0.000000000000 0.000000000000 0.714843750000 +0.000000000000 0.000000000000 0.458984375000 0.000000000000 +0.000000000000 0.197265625000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.051513671875 +0.180664062500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.126953125000 0.000000000000 0.000000000000 0.000000000000 +0.059570312500 0.000000000000 0.072265625000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.199218750000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.488281250000 0.333984375000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.102539062500 0.000000000000 0.000000000000 +0.302734375000 0.000000000000 0.000000000000 1.046875000000 +0.000000000000 0.000000000000 0.341796875000 0.000000000000 +0.140625000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.453125000000 0.000000000000 0.000000000000 +0.222656250000 0.000000000000 0.000000000000 0.000000000000 +0.036376953125 0.170898437500 0.083007812500 0.000000000000 +0.204101562500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.213867187500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.281250000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 1.054687500000 +0.000000000000 0.000000000000 0.177734375000 0.000000000000 +0.408203125000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.035400390625 +0.294921875000 0.373046875000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.014038085938 0.355468750000 0.000000000000 0.265625000000 +0.412109375000 0.000000000000 0.000000000000 0.132812500000 +0.000000000000 0.013793945312 0.221679687500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.968750000000 +0.000000000000 0.000000000000 0.261718750000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.176757812500 +0.179687500000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.148437500000 0.273437500000 0.000000000000 0.000000000000 +0.511718750000 0.000000000000 0.183593750000 0.531250000000 +0.000000000000 0.104492187500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.141601562500 0.000000000000 0.453125000000 +0.000000000000 0.000000000000 0.000000000000 0.843750000000 +0.000000000000 0.000000000000 0.429687500000 0.000000000000 +0.000000000000 0.075683593750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.008361816406 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.353515625000 0.142578125000 0.000000000000 0.000000000000 +0.223632812500 0.000000000000 0.183593750000 0.683593750000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.225585937500 0.000000000000 0.421875000000 +0.000000000000 0.000000000000 0.104980468750 0.730468750000 +0.000000000000 0.000000000000 0.660156250000 0.000000000000 +0.000000000000 0.186523437500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.275390625000 0.052001953125 0.000000000000 0.000000000000 +0.000000000000 0.279296875000 0.000000000000 0.675781250000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.143554687500 0.298828125000 0.000000000000 0.096679687500 +0.000000000000 0.000000000000 0.486328125000 0.687500000000 +0.000000000000 0.000000000000 0.734375000000 0.000000000000 +0.000000000000 0.203125000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.108398437500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.098144531250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.004455566406 0.000000000000 +0.009155273438 0.080566406250 0.000000000000 0.000000000000 +0.000000000000 0.570312500000 0.000000000000 0.625000000000 +0.000000000000 0.000000000000 0.000000000000 0.005737304688 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.220703125000 0.353515625000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.679687500000 0.761718750000 +0.000000000000 0.000000000000 0.714843750000 0.000000000000 +0.349609375000 0.102539062500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.100097656250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.208007812500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.167968750000 0.000000000000 +0.000000000000 0.088867187500 0.000000000000 0.000000000000 +0.000000000000 0.730468750000 0.000000000000 0.468750000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.168945312500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.220703125000 0.394531250000 0.000000000000 0.000000000000 +0.000000000000 0.172851562500 0.718750000000 0.917968750000 +0.000000000000 0.000000000000 0.550781250000 0.000000000000 +0.337890625000 0.136718750000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.141601562500 0.098632812500 0.000000000000 0.000000000000 +0.000000000000 0.738281250000 0.000000000000 0.283203125000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.341796875000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.192382812500 0.335937500000 0.000000000000 0.000000000000 +0.000000000000 0.036132812500 0.613281250000 1.054687500000 +0.000000000000 0.000000000000 0.394531250000 0.000000000000 +0.361328125000 0.188476562500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.069335937500 0.000000000000 0.000000000000 +0.287109375000 0.000000000000 0.000000000000 0.000000000000 +0.466796875000 0.151367187500 0.000000000000 0.000000000000 +0.000000000000 0.656250000000 0.000000000000 0.095214843750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.012817382812 0.159179687500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.220703125000 0.226562500000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.531250000000 1.093750000000 +0.000000000000 0.000000000000 0.144531250000 0.000000000000 +0.441406250000 0.257812500000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.361328125000 0.000000000000 0.000000000000 +0.511718750000 0.000000000000 0.000000000000 0.000000000000 +0.625000000000 0.287109375000 0.000000000000 0.000000000000 +0.000000000000 0.476562500000 0.000000000000 0.131835937500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.125976562500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.365234375000 0.087402343750 0.000000000000 0.000000000000 +0.166992187500 0.000000000000 0.484375000000 0.863281250000 +0.000000000000 0.000000000000 0.021606445312 0.000000000000 +0.059326171875 0.076660156250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.265625000000 0.000000000000 0.000000000000 +0.316406250000 0.000000000000 0.000000000000 0.000000000000 +0.503906250000 0.519531250000 0.000000000000 0.000000000000 +0.000000000000 0.310546875000 0.000000000000 0.300781250000 +0.000000000000 0.111816406250 0.000000000000 0.000000000000 +0.059326171875 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.067382812500 0.000000000000 +0.164062500000 0.000000000000 0.000000000000 0.000000000000 +0.515625000000 0.132812500000 0.000000000000 0.000000000000 +0.143554687500 0.000000000000 0.462890625000 0.458984375000 +0.087890625000 0.000000000000 0.141601562500 0.000000000000 +0.000000000000 0.000000000000 0.053222656250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.378906250000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.018432617188 0.597656250000 0.000000000000 0.217773437500 +0.000000000000 0.125976562500 0.000000000000 0.621093750000 +0.000000000000 0.187500000000 0.000000000000 0.154296875000 +0.287109375000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.470703125000 0.000000000000 0.000000000000 0.000000000000 +0.535156250000 0.206054687500 0.000000000000 0.000000000000 +0.000000000000 0.093261718750 0.423828125000 0.025146484375 +0.710937500000 0.000000000000 0.122558593750 0.000000000000 +0.000000000000 0.000000000000 0.306640625000 0.542968750000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.328125000000 0.000000000000 +0.000000000000 0.081542968750 0.439453125000 0.562500000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.447265625000 0.000000000000 0.084472656250 +0.000000000000 0.000000000000 0.000000000000 0.773437500000 +0.230468750000 0.000000000000 0.000000000000 0.316406250000 +0.304687500000 0.032714843750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.144531250000 0.000000000000 0.000000000000 0.000000000000 +0.410156250000 0.184570312500 0.000000000000 0.000000000000 +0.000000000000 0.519531250000 0.300781250000 0.000000000000 +0.750000000000 0.000000000000 0.158203125000 0.000000000000 +0.000000000000 0.032714843750 0.111816406250 0.675781250000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.498046875000 0.000000000000 +0.000000000000 0.328125000000 0.683593750000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.041748046875 0.000000000000 0.000000000000 +0.000000000000 0.117675781250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.632812500000 +0.566406250000 0.000000000000 0.000000000000 0.357421875000 +0.171875000000 0.519531250000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.247070312500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.105468750000 +0.169921875000 0.000000000000 0.021118164062 0.000000000000 +0.000000000000 0.699218750000 0.070312500000 0.000000000000 +0.361328125000 0.000000000000 0.218750000000 0.000000000000 +0.000000000000 0.073730468750 0.000000000000 0.578125000000 +0.000000000000 0.000000000000 0.000000000000 0.004241943359 +0.000000000000 0.000000000000 0.492187500000 0.000000000000 +0.000000000000 0.000000000000 0.203125000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.012939453125 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.298828125000 0.166015625000 +0.376953125000 0.000000000000 0.000000000000 0.300781250000 +0.000000000000 0.539062500000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.367187500000 0.119628906250 +0.000000000000 0.071289062500 0.000000000000 0.261718750000 +0.000000000000 0.000000000000 0.000000000000 0.519531250000 +0.000000000000 0.035156250000 0.291015625000 0.000000000000 +0.644531250000 0.523437500000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.472656250000 0.000000000000 +0.000000000000 0.013488769531 0.000000000000 0.162109375000 +0.000000000000 0.000000000000 0.000000000000 0.094726562500 +0.100097656250 0.000000000000 0.224609375000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.195312500000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.083007812500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.170898437500 +0.000000000000 0.394531250000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.398437500000 0.343750000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.412109375000 +0.000000000000 0.102539062500 0.086425781250 0.000000000000 +0.726562500000 0.000000000000 0.021972656250 0.000000000000 +0.000000000000 0.131835937500 0.447265625000 0.000000000000 +1.078125000000 0.000000000000 0.000000000000 0.000000000000 +0.038085937500 0.000000000000 0.000000000000 0.000000000000 +0.009887695312 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.294921875000 +0.000000000000 0.222656250000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.527343750000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.083007812500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.030273437500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.228515625000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.195312500000 0.181640625000 0.000000000000 +1.250000000000 0.073242187500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.145507812500 +0.000000000000 0.320312500000 0.000000000000 0.902343750000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.427734375000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.015319824219 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.170898437500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.189453125000 0.117675781250 0.000000000000 +0.261718750000 0.151367187500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.496093750000 +0.000000000000 0.621093750000 0.000000000000 0.083007812500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.472656250000 0.000000000000 0.174804687500 0.000000000000 +0.200195312500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.223632812500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.052734375000 0.000000000000 0.124511718750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.159179687500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.041015625000 +0.000000000000 0.031127929688 0.226562500000 0.000000000000 +0.000000000000 0.222656250000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.017700195312 +0.000000000000 0.000000000000 0.000000000000 0.433593750000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.259765625000 0.000000000000 0.000000000000 0.000000000000 +0.474609375000 0.000000000000 0.000000000000 0.000000000000 +0.271484375000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.281250000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.165039062500 0.000000000000 0.000000000000 +0.088867187500 0.000000000000 0.660156250000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.133789062500 0.207031250000 0.000000000000 0.000000000000 +0.519531250000 0.000000000000 0.134765625000 0.131835937500 +0.000000000000 0.000000000000 0.120117187500 0.000000000000 +0.000000000000 0.016967773438 0.228515625000 0.000000000000 +0.000000000000 0.000000000000 0.269531250000 0.037841796875 +0.000000000000 0.185546875000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.116699218750 0.000000000000 0.000000000000 +0.291015625000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.053710937500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.283203125000 0.000000000000 +0.578125000000 0.000000000000 0.000000000000 0.000000000000 +0.267578125000 0.161132812500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.211914062500 0.081054687500 +0.000000000000 0.047851562500 0.255859375000 0.167968750000 +0.000000000000 0.000000000000 0.027221679688 0.102050781250 +0.000000000000 0.000000000000 0.054687500000 0.156250000000 +0.000000000000 0.423828125000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.093750000000 0.398437500000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.386718750000 0.550781250000 +0.000000000000 0.000000000000 0.000000000000 0.609375000000 +0.000000000000 0.000000000000 0.000000000000 0.155273437500 +0.211914062500 0.189453125000 0.000000000000 0.000000000000 +0.000000000000 0.086425781250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.431640625000 0.000000000000 0.000000000000 0.000000000000 +0.214843750000 0.048828125000 0.000000000000 0.000000000000 +0.000000000000 0.341796875000 0.123046875000 0.000000000000 +0.235351562500 0.259765625000 0.636718750000 0.148437500000 +0.000000000000 0.000000000000 0.000000000000 0.527343750000 +0.000000000000 0.092773437500 0.000000000000 0.357421875000 +0.000000000000 0.000000000000 0.104492187500 0.000000000000 +0.000000000000 0.221679687500 0.435546875000 0.492187500000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.126953125000 0.343750000000 +0.000000000000 0.000000000000 0.000000000000 0.107910156250 +0.000000000000 0.000000000000 0.000000000000 0.133789062500 +0.478515625000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.231445312500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.167968750000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.476562500000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.281250000000 +0.000000000000 0.000000000000 0.404296875000 0.000000000000 +0.225585937500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.269531250000 +0.000000000000 0.000000000000 0.000000000000 0.394531250000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.472656250000 0.000000000000 0.038330078125 +0.271484375000 0.000000000000 0.000000000000 0.000000000000 +0.153320312500 0.000000000000 0.021240234375 0.000000000000 +0.343750000000 0.215820312500 0.204101562500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.154296875000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.089355468750 0.527343750000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.339843750000 +0.000000000000 0.000000000000 0.320312500000 0.000000000000 +0.002273559570 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.166992187500 +0.000000000000 0.000000000000 0.000000000000 0.121582031250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.484375000000 0.000000000000 0.000000000000 +0.333984375000 0.000000000000 0.000000000000 0.000000000000 +0.241210937500 0.000000000000 0.000000000000 0.000000000000 +0.210937500000 0.132812500000 0.126953125000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.009582519531 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.186523437500 0.535156250000 0.000000000000 0.232421875000 +0.112792968750 0.000000000000 0.000000000000 0.265625000000 +0.000000000000 0.000000000000 0.433593750000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.132812500000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.314453125000 0.000000000000 0.000000000000 +0.218750000000 0.000000000000 0.000000000000 0.000000000000 +0.273437500000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.204101562500 0.000000000000 0.007232666016 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.239257812500 0.000000000000 0.000000000000 0.000000000000 +0.180664062500 0.507812500000 0.000000000000 0.349609375000 +0.031738281250 0.000000000000 0.167968750000 0.251953125000 +0.000000000000 0.000000000000 0.679687500000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.103515625000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.188476562500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.037109375000 0.000000000000 +0.094726562500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.306640625000 0.000000000000 0.215820312500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.345703125000 0.000000000000 0.000000000000 0.000000000000 +0.132812500000 0.515625000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.433593750000 0.328125000000 +0.000000000000 0.000000000000 0.691406250000 0.000000000000 +0.014770507812 0.029296875000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.068359375000 +0.000000000000 0.000000000000 0.073730468750 0.000000000000 +0.000000000000 0.004669189453 0.000000000000 0.419921875000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.318359375000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.439453125000 0.000000000000 0.200195312500 +0.029907226562 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.184570312500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.503906250000 0.000000000000 0.000000000000 +0.000000000000 0.200195312500 0.404296875000 0.515625000000 +0.000000000000 0.000000000000 0.750000000000 0.000000000000 +0.000000000000 0.050048828125 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.128906250000 +0.000000000000 0.000000000000 0.224609375000 0.000000000000 +0.000000000000 0.077636718750 0.000000000000 0.071289062500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.125976562500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.484375000000 0.000000000000 0.033691406250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.605468750000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.503906250000 0.000000000000 0.000000000000 +0.000126838684 0.294921875000 0.310546875000 0.722656250000 +0.000000000000 0.000000000000 0.777343750000 0.000000000000 +0.072753906250 0.114746093750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.166992187500 +0.000000000000 0.000000000000 0.197265625000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.093261718750 0.000000000000 0.000000000000 +0.163085937500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.503906250000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.075195312500 0.515625000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.500000000000 0.000000000000 0.000000000000 +0.251953125000 0.049072265625 0.212890625000 0.785156250000 +0.000000000000 0.000000000000 0.621093750000 0.000000000000 +0.531250000000 0.085449218750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.138671875000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.369140625000 0.000000000000 0.000000000000 +0.277343750000 0.000000000000 0.000000000000 0.000000000000 +0.018554687500 0.110839843750 0.000000000000 0.000000000000 +0.000000000000 0.445312500000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.107421875000 0.096191406250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.427734375000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.025634765625 0.730468750000 +0.000000000000 0.000000000000 0.449218750000 0.000000000000 +0.738281250000 0.010620117188 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.190429687500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.119140625000 +0.000000000000 0.300781250000 0.000000000000 0.000000000000 +0.080566406250 0.000000000000 0.000000000000 0.000000000000 +0.151367187500 0.200195312500 0.000000000000 0.000000000000 +0.131835937500 0.320312500000 0.021362304688 0.006561279297 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.408203125000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.582031250000 +0.000000000000 0.000000000000 0.412109375000 0.000000000000 +0.208007812500 0.032470703125 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.275390625000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.042480468750 +0.000000000000 0.086914062500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.347656250000 0.151367187500 0.000000000000 0.000000000000 +0.210937500000 0.183593750000 0.151367187500 0.126953125000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.455078125000 0.000000000000 0.281250000000 +0.126953125000 0.000000000000 0.000000000000 0.279296875000 +0.000000000000 0.000000000000 0.494140625000 0.000000000000 +0.000000000000 0.094238281250 0.226562500000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.263671875000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.257812500000 0.111816406250 0.000000000000 0.000000000000 +0.000000000000 0.115234375000 0.000000000000 0.235351562500 +0.000000000000 0.000000000000 0.000000000000 0.179687500000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.376953125000 0.000000000000 0.000000000000 0.000000000000 +0.153320312500 0.527343750000 0.000000000000 0.105468750000 +0.219726562500 0.000000000000 0.000000000000 0.000000000000 +0.097656250000 0.000000000000 0.468750000000 0.000000000000 +0.000000000000 0.132812500000 0.435546875000 0.287109375000 +0.000000000000 0.000000000000 0.038085937500 0.153320312500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.204101562500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.031250000000 0.000000000000 0.000000000000 +0.000000000000 0.104980468750 0.000000000000 0.035156250000 +0.000000000000 0.056640625000 0.000000000000 0.277343750000 +0.386718750000 0.000000000000 0.000000000000 0.316406250000 +0.000000000000 0.112304687500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.566406250000 0.000000000000 0.000000000000 0.000000000000 +0.076660156250 0.531250000000 0.000000000000 0.000000000000 +0.000000000000 0.061767578125 0.025024414062 0.000000000000 +0.406250000000 0.000000000000 0.394531250000 0.000000000000 +0.000000000000 0.098144531250 0.086914062500 0.406250000000 +0.000000000000 0.210937500000 0.000000000000 0.166015625000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.168945312500 0.097656250000 0.349609375000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.011779785156 0.225585937500 0.182617187500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.119140625000 0.000000000000 0.182617187500 +0.726562500000 0.000000000000 0.000000000000 0.298828125000 +0.000000000000 0.384765625000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.147460937500 0.000000000000 +0.000000000000 0.078125000000 0.000000000000 0.068847656250 +0.141601562500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.392578125000 0.014892578125 0.000000000000 +0.000000000000 0.345703125000 0.000000000000 0.000000000000 +0.447265625000 0.000000000000 0.355468750000 0.054199218750 +0.000000000000 0.051025390625 0.000000000000 0.443359375000 +0.000000000000 0.396484375000 0.000000000000 0.196289062500 +0.019897460938 0.000000000000 0.116699218750 0.000000000000 +0.000000000000 0.016479492188 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.172851562500 0.000000000000 0.000000000000 +0.726562500000 0.000000000000 0.000000000000 0.146484375000 +0.000000000000 0.164062500000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.382812500000 0.241210937500 +0.000000000000 0.038330078125 0.000000000000 0.527343750000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.412109375000 0.187500000000 0.000000000000 +0.005187988281 0.462890625000 0.000000000000 0.000000000000 +0.231445312500 0.000000000000 0.458984375000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.235351562500 +0.000000000000 0.226562500000 0.000000000000 0.220703125000 +0.108398437500 0.000000000000 0.153320312500 0.000000000000 +0.215820312500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.013244628906 0.000000000000 0.000000000000 +0.107421875000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.221679687500 0.000000000000 0.000000000000 +0.492187500000 0.000000000000 0.000000000000 0.065429687500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.488281250000 0.496093750000 +0.000000000000 0.000000000000 0.078613281250 0.550781250000 +0.000000000000 0.000000000000 0.000000000000 0.168945312500 +0.000000000000 0.419921875000 0.000000000000 0.000000000000 +0.730468750000 0.310546875000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.574218750000 0.000000000000 +0.056884765625 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.137695312500 +0.241210937500 0.000000000000 0.000000000000 0.000000000000 +0.115234375000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.507812500000 0.000000000000 0.000000000000 +0.111328125000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.062011718750 0.000000000000 0.000000000000 +0.023193359375 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.519531250000 0.439453125000 +0.000000000000 0.000000000000 0.000747680664 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.453125000000 0.000000000000 0.000000000000 +0.396484375000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.621093750000 0.000000000000 +0.746093750000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.259765625000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.451171875000 +0.000000000000 0.269531250000 0.000000000000 0.137695312500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.605468750000 +0.004425048828 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.179687500000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.453125000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.033447265625 0.507812500000 0.000000000000 +0.558593750000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.156250000000 +0.000000000000 0.457031250000 0.000000000000 0.470703125000 +0.094238281250 0.000000000000 0.000000000000 0.184570312500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.083496093750 0.000000000000 0.015136718750 0.117187500000 +0.433593750000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.160156250000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.122558593750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.435546875000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.042236328125 +0.000000000000 0.000000000000 0.375000000000 0.000000000000 +0.000000000000 0.059814453125 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.423828125000 +0.000000000000 0.367187500000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.020874023438 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.353515625000 0.000000000000 0.000000000000 0.000000000000 +0.582031250000 0.000000000000 0.175781250000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.414062500000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.343750000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.183593750000 +0.000000000000 0.000000000000 0.101562500000 0.000000000000 +0.000000000000 0.176757812500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.335937500000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.021362304688 0.000000000000 0.000000000000 +0.644531250000 0.000000000000 0.000000000000 0.000000000000 +0.468750000000 0.000000000000 0.000000000000 0.000000000000 +0.433593750000 0.000000000000 0.320312500000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.523437500000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.234375000000 0.177734375000 0.000000000000 0.000000000000 +0.169921875000 0.000000000000 0.310546875000 0.306640625000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.135742187500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.476562500000 0.000000000000 0.000000000000 +0.886718750000 0.000000000000 0.000000000000 0.000000000000 +0.427734375000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.026367187500 0.121093750000 +0.000000000000 0.179687500000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.232421875000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.503906250000 0.000000000000 0.000000000000 0.000000000000 +0.067871093750 0.000000000000 0.703125000000 0.353515625000 +0.000000000000 0.000000000000 0.070312500000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.390625000000 0.000000000000 0.000000000000 +0.380859375000 0.000000000000 0.000000000000 0.000000000000 +0.304687500000 0.000000000000 0.000000000000 0.080078125000 +0.000000000000 0.000000000000 0.000000000000 0.507812500000 +0.000000000000 0.339843750000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.613281250000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.968750000000 0.380859375000 +0.000000000000 0.120605468750 0.439453125000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.466796875000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.098144531250 +0.000000000000 0.047607421875 0.000000000000 0.753906250000 +0.000000000000 0.223632812500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.143554687500 0.000000000000 0.000000000000 0.000000000000 +0.535156250000 0.106933593750 0.000000000000 0.000000000000 +0.000000000000 0.007598876953 1.023437500000 0.337890625000 +0.337890625000 0.320312500000 0.769531250000 0.000000000000 +0.000000000000 0.073242187500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.324218750000 0.000000000000 +0.000000000000 0.092773437500 0.000000000000 0.582031250000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.015258789062 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.147460937500 0.000000000000 0.722656250000 +0.000000000000 0.000000000000 0.000000000000 0.033691406250 +0.046875000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.074707031250 +0.175781250000 0.000000000000 0.000000000000 0.000000000000 +0.330078125000 0.287109375000 0.000000000000 0.000000000000 +0.000000000000 0.212890625000 0.945312500000 0.367187500000 +0.503906250000 0.222656250000 0.917968750000 0.142578125000 +0.069335937500 0.172851562500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.464843750000 0.000000000000 +0.000000000000 0.357421875000 0.000000000000 0.312500000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.320312500000 0.000000000000 0.515625000000 +0.061523437500 0.000000000000 0.000000000000 0.167968750000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.143554687500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.451171875000 0.000000000000 0.000000000000 +0.000000000000 0.040039062500 0.695312500000 0.511718750000 +0.259765625000 0.000000000000 0.855468750000 0.245117187500 +0.249023437500 0.306640625000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.375000000000 0.000000000000 +0.000000000000 0.226562500000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.080078125000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.519531250000 0.000000000000 0.242187500000 +0.000000000000 0.000000000000 0.000000000000 0.026123046875 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.069824218750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.527343750000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.435546875000 0.769531250000 +0.000000000000 0.000000000000 0.718750000000 0.138671875000 +0.292968750000 0.375000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.203125000000 0.000000000000 +0.030151367188 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.157226562500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.640625000000 0.000000000000 0.027465820312 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.126953125000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.455078125000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.271484375000 1.007812500000 +0.000000000000 0.000000000000 0.507812500000 0.000000000000 +0.246093750000 0.306640625000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.037109375000 0.000000000000 +0.116210937500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.283203125000 0.000000000000 0.000000000000 +0.480468750000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.671875000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.225585937500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.285156250000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.177734375000 1.148437500000 +0.000000000000 0.000000000000 0.314453125000 0.000000000000 +0.160156250000 0.140625000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.028320312500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.597656250000 0.000000000000 0.000000000000 +0.443359375000 0.000000000000 0.000000000000 0.000000000000 +0.031738281250 0.202148437500 0.000000000000 0.000000000000 +0.000000000000 0.578125000000 0.000000000000 0.062011718750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.199218750000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.168945312500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.100097656250 1.203125000000 +0.000000000000 0.000000000000 0.263671875000 0.000000000000 +0.170898437500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.082031250000 +0.000000000000 0.570312500000 0.000000000000 0.000000000000 +0.042724609375 0.000000000000 0.000000000000 0.000000000000 +0.035156250000 0.421875000000 0.000000000000 0.000000000000 +0.000000000000 0.392578125000 0.000000000000 0.296875000000 +0.000000000000 0.000000000000 0.097167968750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.144531250000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 1.085937500000 +0.000000000000 0.000000000000 0.359375000000 0.000000000000 +0.144531250000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.404296875000 +0.000000000000 0.176757812500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.546875000000 0.000000000000 0.000000000000 +0.038574218750 0.186523437500 0.000000000000 0.562500000000 +0.000000000000 0.000000000000 0.269531250000 0.002502441406 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.197265625000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.863281250000 +0.000000000000 0.000000000000 0.535156250000 0.000000000000 +0.077636718750 0.055664062500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.410156250000 0.000000000000 0.423828125000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.457031250000 0.000000000000 0.000000000000 +0.242187500000 0.081054687500 0.000000000000 0.726562500000 +0.000000000000 0.000000000000 0.304687500000 0.233398437500 +0.102539062500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.251953125000 0.000000000000 0.235351562500 +0.000000000000 0.000000000000 0.000000000000 0.632812500000 +0.000000000000 0.000000000000 0.636718750000 0.000000000000 +0.000000000000 0.273437500000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.050781250000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.546875000000 0.113281250000 0.058105468750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.080566406250 0.233398437500 0.000000000000 0.000000000000 +0.396484375000 0.086914062500 0.236328125000 0.703125000000 +0.000000000000 0.000000000000 0.127929687500 0.267578125000 +0.137695312500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.359375000000 0.000000000000 0.527343750000 +0.000000000000 0.000000000000 0.000000000000 0.480468750000 +0.000000000000 0.000000000000 0.695312500000 0.000000000000 +0.000000000000 0.455078125000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.199218750000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.191406250000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.033935546875 0.000000000000 0.000000000000 +0.275390625000 0.000000000000 0.000000000000 0.000000000000 +0.283203125000 0.164062500000 0.353515625000 0.535156250000 +0.000000000000 0.000000000000 0.000000000000 0.246093750000 +0.056640625000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.107421875000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.464843750000 0.000000000000 0.480468750000 +0.120117187500 0.000000000000 0.000000000000 0.355468750000 +0.000000000000 0.000000000000 0.703125000000 0.000000000000 +0.000000000000 0.472656250000 0.006317138672 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.201171875000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.250000000000 0.047607421875 0.000000000000 0.000000000000 +0.248046875000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.298828125000 0.080078125000 0.320312500000 +0.000000000000 0.000000000000 0.000000000000 0.127929687500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.128906250000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.071777343750 0.482421875000 0.000000000000 0.127929687500 +0.296875000000 0.000000000000 0.154296875000 0.322265625000 +0.000000000000 0.000000000000 0.628906250000 0.000000000000 +0.208984375000 0.285156250000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.114257812500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.092285156250 0.000000000000 0.000000000000 +0.294921875000 0.000000000000 0.022094726562 0.000000000000 +0.077636718750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.386718750000 0.000000000000 0.225585937500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.210937500000 0.000000000000 0.000000000000 0.000000000000 +0.144531250000 0.466796875000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.416015625000 0.400390625000 +0.000000000000 0.000000000000 0.585937500000 0.000000000000 +0.185546875000 0.119628906250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.039062500000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.255859375000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.229492187500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.410156250000 0.000000000000 0.173828125000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.018432617188 +0.215820312500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.470703125000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.433593750000 0.486328125000 +0.000000000000 0.000000000000 0.566406250000 0.048095703125 +0.000000000000 0.125000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.001014709473 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.208984375000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.165039062500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.367187500000 0.000000000000 0.051025390625 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.392578125000 +0.094238281250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.468750000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.310546875000 0.613281250000 +0.000000000000 0.000000000000 0.511718750000 0.253906250000 +0.000000000000 0.188476562500 0.000000000000 0.000000000000 +0.000000000000 0.296875000000 0.000000000000 0.023803710938 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.062011718750 0.000000000000 0.000000000000 +0.000000000000 0.289062500000 0.000000000000 0.007293701172 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.035888671875 0.511718750000 +0.107910156250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.566406250000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.139648437500 0.621093750000 +0.000000000000 0.000000000000 0.480468750000 0.150390625000 +0.000000000000 0.153320312500 0.000000000000 0.000000000000 +0.000000000000 0.566406250000 0.000000000000 0.031250000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.092285156250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.202148437500 0.000000000000 0.000000000000 +0.000000000000 0.292968750000 0.000000000000 0.077148437500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.107910156250 0.246093750000 +0.216796875000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.628906250000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.018188476562 0.425781250000 +0.000000000000 0.000000000000 0.484375000000 0.000000000000 +0.000000000000 0.081542968750 0.000000000000 0.000000000000 +0.000000000000 0.816406250000 0.000000000000 0.033935546875 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.129882812500 0.000000000000 0.000000000000 0.000000000000 +0.030761718750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.281250000000 0.000000000000 0.000000000000 +0.000000000000 0.237304687500 0.000000000000 0.152343750000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.105468750000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.160156250000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.667968750000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.210937500000 +0.000000000000 0.000000000000 0.449218750000 0.000000000000 +0.000000000000 0.098632812500 0.000000000000 0.000000000000 +0.000000000000 0.878906250000 0.000000000000 0.028930664062 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.041503906250 0.000000000000 0.104492187500 +0.232421875000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.247070312500 0.000000000000 0.000000000000 +0.000000000000 0.084960937500 0.000000000000 0.236328125000 +0.095703125000 0.000000000000 0.084472656250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.291015625000 0.000000000000 0.196289062500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.710937500000 0.239257812500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.021240234375 +0.000000000000 0.000000000000 0.359375000000 0.000000000000 +0.000000000000 0.164062500000 0.000000000000 0.000000000000 +0.000000000000 0.699218750000 0.000000000000 0.000000000000 +0.322265625000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.102050781250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.091796875000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.203125000000 +0.096679687500 0.000000000000 0.429687500000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.488281250000 0.000000000000 0.084960937500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000984191895 0.000000000000 0.000000000000 +0.000000000000 0.664062500000 0.601562500000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.174804687500 0.000000000000 +0.000000000000 0.117675781250 0.000000000000 0.000000000000 +0.156250000000 0.298828125000 0.000000000000 0.000000000000 +0.337890625000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.055908203125 0.000000000000 0.000000000000 +0.209960937500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.019531250000 +0.000000000000 0.000000000000 0.726562500000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.566406250000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.041259765625 +0.000000000000 0.176757812500 0.000000000000 0.000000000000 +0.000000000000 0.511718750000 0.796875000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.032958984375 0.000000000000 +0.000000000000 0.009765625000 0.000000000000 0.000000000000 +0.316406250000 0.000000000000 0.000000000000 0.000000000000 +0.240234375000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.367187500000 0.000000000000 0.000000000000 +0.328125000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.002532958984 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.914062500000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.390625000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.316406250000 +0.000000000000 0.194335937500 0.000000000000 0.000000000000 +0.000000000000 0.365234375000 0.820312500000 0.000000000000 +0.271484375000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.249023437500 0.000000000000 0.000000000000 0.000000000000 +0.151367187500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.042236328125 +0.000000000000 0.453125000000 0.000000000000 0.000000000000 +0.020751953125 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.142578125000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 1.046875000000 0.000000000000 +0.038818359375 0.000000000000 0.016479492188 0.000000000000 +0.119140625000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.355468750000 +0.000000000000 0.179687500000 0.000000000000 0.000000000000 +0.000000000000 0.244140625000 0.605468750000 0.000000000000 +0.210937500000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.318359375000 0.174804687500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.129882812500 0.000000000000 0.000000000000 0.000000000000 +0.145507812500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.043701171875 0.000000000000 0.511718750000 +0.000000000000 0.106445312500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.304687500000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 1.109375000000 0.184570312500 +0.298828125000 0.000000000000 0.107421875000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.075683593750 +0.000000000000 0.151367187500 0.000000000000 0.000000000000 +0.000000000000 0.175781250000 0.249023437500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.585937500000 0.539062500000 0.000000000000 +0.000000000000 0.123046875000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.183593750000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.703125000000 0.000000000000 0.652343750000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.261718750000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.949218750000 0.326171875000 +0.496093750000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.150390625000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.636718750000 0.671875000000 0.000000000000 +0.000000000000 0.369140625000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.984375000000 0.000000000000 0.250000000000 +0.006286621094 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.073242187500 0.000000000000 0.000000000000 +0.339843750000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.613281250000 0.267578125000 +0.490234375000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.082519531250 0.000000000000 0.000000000000 +0.222656250000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.165039062500 0.000000000000 0.091796875000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.429687500000 0.644531250000 0.000000000000 +0.000000000000 0.490234375000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.388671875000 +0.000000000000 0.593750000000 0.000000000000 0.000000000000 +0.062988281250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.468750000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.114746093750 0.055419921875 +0.355468750000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.324218750000 0.000000000000 0.000000000000 +0.453125000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.242187500000 0.000000000000 0.145507812500 +0.000000000000 0.000000000000 0.000000000000 0.100585937500 +0.000000000000 0.002655029297 0.621093750000 0.000000000000 +0.000000000000 0.458984375000 0.121093750000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.038574218750 +0.000000000000 0.000000000000 0.000000000000 0.460937500000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.318359375000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.304687500000 0.000000000000 0.000455856323 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.079101562500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.318359375000 0.000000000000 0.000000000000 +0.433593750000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.312500000000 0.000000000000 0.000000000000 +0.402343750000 0.000000000000 0.127929687500 0.279296875000 +0.000000000000 0.000000000000 0.484375000000 0.000000000000 +0.000000000000 0.237304687500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.332031250000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.287109375000 0.000000000000 0.000000000000 +0.636718750000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.031494140625 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.162109375000 0.000000000000 0.000000000000 +0.168945312500 0.000000000000 0.000000000000 0.000000000000 +0.145507812500 0.000000000000 0.000000000000 0.000000000000 +0.105468750000 0.255859375000 0.000000000000 0.000000000000 +0.205078125000 0.000000000000 0.394531250000 0.435546875000 +0.000000000000 0.000000000000 0.443359375000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.007995605469 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.347656250000 0.000000000000 0.000000000000 +0.320312500000 0.000000000000 0.253906250000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.136718750000 +0.000000000000 0.000000000000 0.000000000000 0.037353515625 +0.000000000000 0.190429687500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.363281250000 0.000000000000 0.000000000000 0.000000000000 +0.011779785156 0.275390625000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.431640625000 0.550781250000 +0.000000000000 0.000000000000 0.464843750000 0.184570312500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.316406250000 +0.000000000000 0.034667968750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.208984375000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.092285156250 +0.000000000000 0.071289062500 0.000000000000 0.124511718750 +0.000000000000 0.067871093750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.371093750000 +0.279296875000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.289062500000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.373046875000 0.675781250000 +0.000000000000 0.000000000000 0.496093750000 0.287109375000 +0.000000000000 0.027343750000 0.000000000000 0.000000000000 +0.000000000000 0.304687500000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.088867187500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.158203125000 0.000000000000 0.000000000000 +0.000000000000 0.173828125000 0.000000000000 0.186523437500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.570312500000 +0.230468750000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.416015625000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.224609375000 0.671875000000 +0.000000000000 0.000000000000 0.515625000000 0.160156250000 +0.000000000000 0.059570312500 0.000000000000 0.000000000000 +0.000000000000 0.621093750000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.046142578125 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.287109375000 0.000000000000 0.000000000000 +0.000000000000 0.267578125000 0.000000000000 0.257812500000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.030029296875 0.267578125000 +0.241210937500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.515625000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.062988281250 0.451171875000 +0.000000000000 0.000000000000 0.523437500000 0.000000000000 +0.000000000000 0.099609375000 0.000000000000 0.000000000000 +0.000000000000 0.878906250000 0.000000000000 0.001449584961 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.031005859375 0.000000000000 0.000000000000 +0.083984375000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.320312500000 0.000000000000 0.000000000000 +0.000000000000 0.267578125000 0.000000000000 0.267578125000 +0.020019531250 0.000000000000 0.000000000000 0.022827148438 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.140625000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.104492187500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.578125000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.206054687500 +0.000000000000 0.000000000000 0.460937500000 0.000000000000 +0.000000000000 0.190429687500 0.000000000000 0.000000000000 +0.000000000000 0.894531250000 0.000000000000 0.020874023438 +0.016479492188 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.036376953125 0.000000000000 0.000000000000 +0.133789062500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.255859375000 0.000000000000 0.000000000000 +0.000000000000 0.134765625000 0.000000000000 0.279296875000 +0.168945312500 0.000000000000 0.041748046875 0.043457031250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.240234375000 0.000000000000 0.236328125000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.652343750000 0.227539062500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.008666992188 +0.000000000000 0.000000000000 0.339843750000 0.000000000000 +0.000000000000 0.250000000000 0.000000000000 0.000000000000 +0.000000000000 0.679687500000 0.000000000000 0.000000000000 +0.347656250000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.047119140625 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.099609375000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.205078125000 +0.126953125000 0.000000000000 0.423828125000 0.012817382812 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.441406250000 0.000000000000 0.123535156250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.640625000000 0.589843750000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.139648437500 0.000000000000 +0.000000000000 0.164062500000 0.000000000000 0.000000000000 +0.170898437500 0.251953125000 0.000000000000 0.000000000000 +0.345703125000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.074707031250 0.000000000000 0.000000000000 +0.197265625000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.008544921875 +0.000000000000 0.000000000000 0.750000000000 0.000000000000 +0.002670288086 0.000000000000 0.000000000000 0.000000000000 +0.539062500000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.178710937500 0.000000000000 0.000000000000 +0.000000000000 0.503906250000 0.800781250000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.014587402344 0.000000000000 +0.000000000000 0.024047851562 0.000000000000 0.000000000000 +0.326171875000 0.000000000000 0.000000000000 0.000000000000 +0.227539062500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.376953125000 0.000000000000 0.000000000000 +0.304687500000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.009704589844 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.929687500000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.376953125000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.298828125000 +0.000000000000 0.186523437500 0.000000000000 0.000000000000 +0.000000000000 0.367187500000 0.816406250000 0.000000000000 +0.257812500000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.243164062500 0.000000000000 0.000000000000 0.000000000000 +0.139648437500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.032714843750 +0.000000000000 0.447265625000 0.000000000000 0.000000000000 +0.022216796875 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.150390625000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 1.054687500000 0.000000000000 +0.056152343750 0.000000000000 0.024902343750 0.000000000000 +0.118164062500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.375000000000 +0.000000000000 0.171875000000 0.000000000000 0.000000000000 +0.000000000000 0.238281250000 0.597656250000 0.000000000000 +0.259765625000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.322265625000 0.193359375000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.110839843750 0.000000000000 0.000000000000 0.000000000000 +0.144531250000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.032714843750 0.000000000000 0.494140625000 +0.000000000000 0.104980468750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.310546875000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 1.109375000000 0.190429687500 +0.296875000000 0.000000000000 0.112304687500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.095214843750 +0.000000000000 0.139648437500 0.000000000000 0.000000000000 +0.000000000000 0.148437500000 0.229492187500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.578125000000 0.523437500000 0.000000000000 +0.001739501953 0.124023437500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.175781250000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.714843750000 0.000000000000 0.652343750000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.267578125000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.949218750000 0.318359375000 +0.515625000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.094726562500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.640625000000 0.609375000000 0.000000000000 +0.000000000000 0.388671875000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.984375000000 0.000000000000 0.228515625000 +0.029785156250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.082031250000 0.000000000000 0.000000000000 +0.363281250000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.601562500000 0.271484375000 +0.535156250000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.108398437500 0.000000000000 0.000000000000 +0.209960937500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.107421875000 0.000000000000 0.024658203125 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.445312500000 0.597656250000 0.000000000000 +0.000000000000 0.519531250000 0.000117301941 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.355468750000 +0.000000000000 0.562500000000 0.000000000000 0.000000000000 +0.057128906250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.484375000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.075683593750 0.103515625000 +0.406250000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.337890625000 0.000000000000 0.000000000000 +0.445312500000 0.000000000000 0.082519531250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.222656250000 0.000000000000 0.104492187500 +0.037109375000 0.000000000000 0.000000000000 0.036865234375 +0.000000000000 0.069824218750 0.632812500000 0.000000000000 +0.000000000000 0.476562500000 0.232421875000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.131835937500 +0.000000000000 0.000000000000 0.000000000000 0.392578125000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.312500000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.306640625000 0.000000000000 0.035400390625 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.082031250000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.320312500000 0.000000000000 0.000000000000 +0.429687500000 0.000000000000 0.037597656250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.361328125000 0.000000000000 0.000000000000 +0.445312500000 0.000000000000 0.111816406250 0.187500000000 +0.000000000000 0.000000000000 0.585937500000 0.000000000000 +0.000000000000 0.204101562500 0.105468750000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.057128906250 +0.000000000000 0.000000000000 0.000000000000 0.249023437500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.257812500000 0.000000000000 0.000000000000 +0.488281250000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.027587890625 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.147460937500 0.000000000000 0.000000000000 +0.139648437500 0.000000000000 0.000000000000 0.000000000000 +0.291015625000 0.000000000000 0.000000000000 0.000000000000 +0.099121093750 0.425781250000 0.000000000000 0.000000000000 +0.114746093750 0.000000000000 0.386718750000 0.335937500000 +0.000000000000 0.000000000000 0.640625000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.171875000000 0.000000000000 0.026855468750 +0.000000000000 0.000000000000 0.000000000000 0.208007812500 +0.000000000000 0.208984375000 0.000000000000 0.000000000000 +0.064453125000 0.000000000000 0.337890625000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.341796875000 +0.000000000000 0.000000000000 0.000000000000 0.119628906250 +0.000000000000 0.103515625000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.273437500000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.496093750000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.458984375000 0.539062500000 +0.000000000000 0.000000000000 0.714843750000 0.064941406250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.408203125000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.283203125000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.008178710938 +0.000000000000 0.244140625000 0.000000000000 0.201171875000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.306640625000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.447265625000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.416015625000 0.832031250000 +0.000000000000 0.000000000000 0.734375000000 0.025146484375 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.151367187500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.023925781250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.486328125000 0.000000000000 0.117675781250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.535156250000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.353515625000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.318359375000 1.078125000000 +0.000000000000 0.000000000000 0.589843750000 0.000000000000 +0.119140625000 0.166992187500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.038574218750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.110839843750 0.000000000000 0.000000000000 +0.263671875000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000222206116 0.000000000000 0.000000000000 +0.000000000000 0.605468750000 0.000000000000 0.029052734375 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.460937500000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.222656250000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.226562500000 1.179687500000 +0.000000000000 0.000000000000 0.369140625000 0.000000000000 +0.326171875000 0.228515625000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.429687500000 0.000000000000 0.000000000000 +0.419921875000 0.000000000000 0.000000000000 0.000000000000 +0.085937500000 0.216796875000 0.000000000000 0.000000000000 +0.000000000000 0.570312500000 0.000000000000 0.080566406250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.215820312500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.141601562500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.132812500000 1.156250000000 +0.000000000000 0.000000000000 0.217773437500 0.000000000000 +0.275390625000 0.198242187500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.026123046875 +0.000000000000 0.466796875000 0.000000000000 0.000000000000 +0.103515625000 0.000000000000 0.000000000000 0.000000000000 +0.075683593750 0.443359375000 0.000000000000 0.000000000000 +0.000000000000 0.365234375000 0.000000000000 0.279296875000 +0.000000000000 0.000000000000 0.003112792969 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.257812500000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.205078125000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.945312500000 +0.000000000000 0.000000000000 0.277343750000 0.000000000000 +0.000000000000 0.148437500000 0.000000000000 0.000000000000 +0.000000000000 0.113769531250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.343750000000 +0.000000000000 0.130859375000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.562500000000 0.000000000000 0.000000000000 +0.000000000000 0.131835937500 0.000000000000 0.574218750000 +0.000000000000 0.000000000000 0.170898437500 0.110351562500 +0.208007812500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.523437500000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.365234375000 0.000000000000 0.125000000000 +0.000000000000 0.000000000000 0.000000000000 0.621093750000 +0.000000000000 0.000000000000 0.435546875000 0.000000000000 +0.000000000000 0.142578125000 0.000000000000 0.000000000000 +0.000000000000 0.402343750000 0.000000000000 0.068847656250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.402343750000 0.000000000000 0.326171875000 +0.033935546875 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.507812500000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.710937500000 +0.000000000000 0.000000000000 0.222656250000 0.343750000000 +0.335937500000 0.000000000000 0.000000000000 0.000000000000 +0.127929687500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.388671875000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.441406250000 0.000000000000 0.251953125000 +0.000000000000 0.000000000000 0.000000000000 0.349609375000 +0.000000000000 0.000000000000 0.574218750000 0.000000000000 +0.000000000000 0.204101562500 0.000000000000 0.000000000000 +0.000000000000 0.589843750000 0.000000000000 0.172851562500 +0.000000000000 0.000000000000 0.027465820312 0.000000000000 +0.000000000000 0.550781250000 0.000000000000 0.062988281250 +0.117675781250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.326171875000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.652343750000 +0.277343750000 0.000000000000 0.238281250000 0.400390625000 +0.238281250000 0.000000000000 0.000000000000 0.000000000000 +0.421875000000 0.133789062500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.498046875000 0.000000000000 0.277343750000 +0.000000000000 0.000000000000 0.000000000000 0.169921875000 +0.000000000000 0.000000000000 0.605468750000 0.000000000000 +0.000000000000 0.249023437500 0.000000000000 0.000000000000 +0.000000000000 0.589843750000 0.000000000000 0.150390625000 +0.227539062500 0.000000000000 0.030517578125 0.000000000000 +0.000000000000 0.203125000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.083496093750 0.000000000000 0.000000000000 +0.000000000000 0.060302734375 0.000000000000 0.408203125000 +0.503906250000 0.000000000000 0.271484375000 0.445312500000 +0.046875000000 0.000000000000 0.000000000000 0.000000000000 +0.570312500000 0.195312500000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.302734375000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.582031250000 0.093750000000 0.294921875000 +0.000000000000 0.000000000000 0.000000000000 0.125000000000 +0.000000000000 0.000000000000 0.613281250000 0.000000000000 +0.000000000000 0.179687500000 0.000000000000 0.000000000000 +0.000000000000 0.277343750000 0.000000000000 0.059082031250 +0.296875000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.279296875000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.123046875000 0.000000000000 0.133789062500 +0.417968750000 0.000000000000 0.373046875000 0.335937500000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.609375000000 0.121582031250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.455078125000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.582031250000 0.162109375000 0.124023437500 +0.283203125000 0.000000000000 0.000000000000 0.241210937500 +0.000000000000 0.000000000000 0.535156250000 0.000000000000 +0.071777343750 0.057373046875 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.079101562500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.267578125000 0.000000000000 0.000000000000 +0.339843750000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.098632812500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.523437500000 0.088378906250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.439453125000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.494140625000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.519531250000 0.000000000000 0.000000000000 +0.294921875000 0.000000000000 0.000000000000 0.470703125000 +0.000000000000 0.000000000000 0.447265625000 0.000000000000 +0.248046875000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.097167968750 +0.000000000000 0.402343750000 0.000000000000 0.000000000000 +0.074218750000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.048583984375 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.652343750000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.119140625000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.488281250000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.435546875000 0.000000000000 0.000000000000 +0.071289062500 0.000000000000 0.000000000000 0.675781250000 +0.000000000000 0.000000000000 0.419921875000 0.000000000000 +0.151367187500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.219726562500 +0.000000000000 0.169921875000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.111328125000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.660156250000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.412109375000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.296875000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.761718750000 +0.000000000000 0.000000000000 0.402343750000 0.000000000000 +0.000000000000 0.087402343750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.105468750000 0.000000000000 0.077636718750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.076171875000 0.222656250000 0.000000000000 0.000000000000 +0.316406250000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.507812500000 0.000000000000 +0.071289062500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.034912109375 0.245117187500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.186523437500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.746093750000 +0.000000000000 0.000000000000 0.396484375000 0.000000000000 +0.000000000000 0.199218750000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.147460937500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.094726562500 0.186523437500 0.000000000000 0.000000000000 +0.511718750000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.271484375000 0.000000000000 +0.090332031250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.018554687500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.171875000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.644531250000 +0.000000000000 0.000000000000 0.369140625000 0.000000000000 +0.000000000000 0.277343750000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.040771484375 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.083984375000 0.090332031250 0.000000000000 0.000000000000 +0.570312500000 0.000000000000 0.054687500000 0.188476562500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.057861328125 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.273437500000 0.000000000000 0.212890625000 +0.000000000000 0.000000000000 0.000000000000 0.550781250000 +0.000000000000 0.000000000000 0.472656250000 0.000000000000 +0.000000000000 0.292968750000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.143554687500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.106445312500 0.000000000000 0.000000000000 0.000000000000 +0.154296875000 0.000000000000 0.000000000000 0.000000000000 +0.314453125000 0.000000000000 0.106933593750 0.328125000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.001815795898 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.335937500000 0.000000000000 0.365234375000 +0.111816406250 0.000000000000 0.000000000000 0.443359375000 +0.000000000000 0.000000000000 0.628906250000 0.000000000000 +0.000000000000 0.208984375000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.156250000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.093261718750 0.000000000000 0.000000000000 0.000000000000 +0.098144531250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.130859375000 0.000000000000 0.373046875000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.302734375000 0.000000000000 0.000000000000 0.000000000000 +0.129882812500 0.375000000000 0.000000000000 0.210937500000 +0.069824218750 0.000000000000 0.267578125000 0.353515625000 +0.000000000000 0.000000000000 0.746093750000 0.000000000000 +0.000000000000 0.139648437500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.092285156250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.250000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.128906250000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.007110595703 +0.000000000000 0.341796875000 0.000000000000 0.396484375000 +0.000000000000 0.000000000000 0.000000000000 0.060791015625 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.371093750000 0.000000000000 0.000000000000 0.000000000000 +0.156250000000 0.402343750000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.488281250000 0.341796875000 +0.030029296875 0.000000000000 0.730468750000 0.000000000000 +0.097167968750 0.130859375000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.066406250000 +0.000000000000 0.000000000000 0.131835937500 0.000000000000 +0.000000000000 0.037353515625 0.000000000000 0.451171875000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.314453125000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.474609375000 0.000000000000 0.308593750000 +0.039062500000 0.000000000000 0.000000000000 0.014709472656 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.275390625000 +0.000816345215 0.000000000000 0.000000000000 0.000000000000 +0.035400390625 0.425781250000 0.000000000000 0.000000000000 +0.000000000000 0.171875000000 0.449218750000 0.468750000000 +0.000000000000 0.000000000000 0.730468750000 0.000000000000 +0.014343261719 0.154296875000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.173828125000 +0.000000000000 0.000000000000 0.245117187500 0.000000000000 +0.000000000000 0.125976562500 0.000000000000 0.089355468750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.142578125000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.494140625000 0.000000000000 0.100097656250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.601562500000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.476562500000 0.000000000000 0.000000000000 +0.000000000000 0.247070312500 0.326171875000 0.605468750000 +0.000000000000 0.000000000000 0.734375000000 0.000000000000 +0.070800781250 0.202148437500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.251953125000 +0.000000000000 0.000000000000 0.238281250000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.055664062500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.457031250000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.144531250000 0.480468750000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.550781250000 0.000000000000 0.000000000000 +0.237304687500 0.136718750000 0.214843750000 0.632812500000 +0.000000000000 0.000000000000 0.703125000000 0.000000000000 +0.380859375000 0.103027343750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.220703125000 +0.000000000000 0.000000000000 0.108398437500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.220703125000 0.000000000000 0.000000000000 +0.144531250000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.087890625000 0.000000000000 0.000000000000 +0.000000000000 0.416015625000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.151367187500 0.060302734375 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.558593750000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.076171875000 0.566406250000 +0.000000000000 0.000000000000 0.667968750000 0.000000000000 +0.597656250000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.196289062500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.242187500000 +0.000000000000 0.100585937500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.128906250000 0.000000000000 0.000000000000 +0.106933593750 0.386718750000 0.034179687500 0.088867187500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.582031250000 0.000000000000 0.182617187500 +0.000000000000 0.000000000000 0.000000000000 0.500000000000 +0.000000000000 0.000000000000 0.648437500000 0.000000000000 +0.371093750000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.221679687500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.150390625000 0.000000000000 0.121582031250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.255859375000 0.014282226562 0.000000000000 0.000000000000 +0.229492187500 0.330078125000 0.367187500000 0.237304687500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.632812500000 0.000000000000 0.593750000000 +0.000000000000 0.000000000000 0.000000000000 0.414062500000 +0.000000000000 0.000000000000 0.660156250000 0.000000000000 +0.009338378906 0.072753906250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.205078125000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.019531250000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.088378906250 0.071777343750 0.000000000000 0.000000000000 +0.425781250000 0.000000000000 0.000000000000 0.000000000000 +0.069335937500 0.343750000000 0.406250000000 0.234375000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.065429687500 0.609375000000 0.000000000000 0.458984375000 +0.261718750000 0.000000000000 0.055908203125 0.343750000000 +0.000000000000 0.000000000000 0.617187500000 0.000000000000 +0.000000000000 0.166992187500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.137695312500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.122558593750 0.000000000000 0.000000000000 +0.330078125000 0.000000000000 0.000000000000 0.000000000000 +0.375000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.380859375000 0.000000000000 0.181640625000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.114257812500 0.000000000000 0.000000000000 0.000000000000 +0.116699218750 0.511718750000 0.000000000000 0.018310546875 +0.308593750000 0.000000000000 0.328125000000 0.357421875000 +0.000000000000 0.000000000000 0.554687500000 0.000000000000 +0.093750000000 0.122070312500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.007507324219 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.029541015625 +0.000000000000 0.094726562500 0.000000000000 0.000000000000 +0.203125000000 0.000000000000 0.123046875000 0.000000000000 +0.088867187500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.378906250000 0.000000000000 0.155273437500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.404296875000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.496093750000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.439453125000 0.380859375000 +0.000000000000 0.000000000000 0.488281250000 0.058837890625 +0.000000000000 0.136718750000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.279296875000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.259765625000 0.000000000000 +0.000000000000 0.043457031250 0.000000000000 0.000000000000 +0.000000000000 0.353515625000 0.000000000000 0.133789062500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.124511718750 +0.291015625000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.531250000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.382812500000 0.531250000000 +0.000000000000 0.000000000000 0.429687500000 0.359375000000 +0.000000000000 0.174804687500 0.000000000000 0.000000000000 +0.000000000000 0.429687500000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.004333496094 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.086425781250 0.000000000000 +0.000000000000 0.133789062500 0.000000000000 0.000000000000 +0.000000000000 0.294921875000 0.000000000000 0.135742187500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.539062500000 +0.031005859375 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.511718750000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.208007812500 0.667968750000 +0.000000000000 0.000000000000 0.259765625000 0.271484375000 +0.000000000000 0.125976562500 0.000000000000 0.000000000000 +0.000000000000 0.730468750000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.079589843750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.051025390625 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.194335937500 0.000000000000 0.000000000000 +0.000000000000 0.312500000000 0.000000000000 0.158203125000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.019287109375 0.566406250000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.404296875000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.068359375000 0.585937500000 +0.000000000000 0.000000000000 0.157226562500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.859375000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.131835937500 0.000000000000 +0.104003906250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.128906250000 0.000000000000 0.000000000000 +0.209960937500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.294921875000 0.000000000000 0.000000000000 +0.000000000000 0.320312500000 0.000000000000 0.185546875000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.129882812500 0.000000000000 +0.000000000000 0.000000000000 0.000373840332 0.441406250000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.241210937500 0.000000000000 0.000000000000 +0.061767578125 0.000000000000 0.000000000000 0.404296875000 +0.000000000000 0.000000000000 0.123046875000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.812500000000 0.000000000000 0.000000000000 +0.055908203125 0.000000000000 0.021240234375 0.000000000000 +0.046142578125 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.388671875000 0.000000000000 0.000000000000 +0.058837890625 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.337890625000 0.000000000000 0.000000000000 +0.000000000000 0.150390625000 0.000000000000 0.204101562500 +0.000000000000 0.000000000000 0.130859375000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.041748046875 0.000000000000 0.123046875000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.013366699219 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.225585937500 0.000000000000 0.000000000000 +0.132812500000 0.000000000000 0.000000000000 0.114746093750 +0.000000000000 0.000000000000 0.242187500000 0.000000000000 +0.166992187500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.507812500000 0.000000000000 0.000000000000 +0.378906250000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.137695312500 +0.000000000000 0.275390625000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.349609375000 0.000000000000 0.079589843750 +0.000000000000 0.000000000000 0.000000000000 0.197265625000 +0.000000000000 0.000000000000 0.640625000000 0.192382812500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.079589843750 0.000000000000 0.020751953125 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.277343750000 0.000000000000 0.028564453125 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.531250000000 0.000000000000 +0.410156250000 0.000000000000 0.000000000000 0.000000000000 +0.077636718750 0.000000000000 0.000000000000 0.000000000000 +0.380859375000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.332031250000 0.000000000000 0.636718750000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.235351562500 0.000000000000 0.294921875000 +0.000000000000 0.000000000000 0.000000000000 0.212890625000 +0.000000000000 0.000000000000 0.855468750000 0.357421875000 +0.165039062500 0.000000000000 0.000000000000 0.000000000000 +0.073730468750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.101074218750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.322265625000 0.000000000000 0.217773437500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.069824218750 0.667968750000 0.000000000000 +0.345703125000 0.207031250000 0.031005859375 0.000000000000 +0.106933593750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.765625000000 0.000000000000 0.460937500000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.226562500000 0.000000000000 0.000000000000 0.170898437500 +0.000000000000 0.000000000000 0.671875000000 0.324218750000 +0.265625000000 0.000000000000 0.000000000000 0.027221679688 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.054443359375 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.371093750000 0.000000000000 0.298828125000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.193359375000 0.582031250000 0.000000000000 +0.169921875000 0.500000000000 0.108886718750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.275390625000 +0.000000000000 0.574218750000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.076660156250 0.000000000000 0.000000000000 0.000000000000 +0.384765625000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.229492187500 0.156250000000 +0.271484375000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.314453125000 0.000000000000 0.000000000000 +0.453125000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.330078125000 0.000000000000 0.180664062500 +0.000000000000 0.000000000000 0.000000000000 0.051757812500 +0.000000000000 0.000000000000 0.527343750000 0.000000000000 +0.000000000000 0.539062500000 0.086914062500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.582031250000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.232421875000 0.000000000000 0.000000000000 0.000000000000 +0.080078125000 0.000000000000 0.000000000000 0.000000000000 +0.232421875000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.084960937500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.345703125000 0.000000000000 0.000000000000 +0.480468750000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.302734375000 0.000000000000 0.000000000000 +0.324218750000 0.000000000000 0.128906250000 0.261718750000 +0.000000000000 0.000000000000 0.416015625000 0.000000000000 +0.000000000000 0.326171875000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.498046875000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.176757812500 0.000000000000 0.000000000000 +0.632812500000 0.000000000000 0.000000000000 0.000000000000 +0.068359375000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.214843750000 0.000000000000 0.000000000000 +0.246093750000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.090820312500 0.234375000000 0.000000000000 0.000000000000 +0.237304687500 0.000000000000 0.417968750000 0.462890625000 +0.000000000000 0.000000000000 0.341796875000 0.000000000000 +0.000000000000 0.057128906250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.179687500000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.337890625000 0.000000000000 0.000000000000 +0.439453125000 0.000000000000 0.263671875000 0.000000000000 +0.006652832031 0.000000000000 0.000000000000 0.022827148438 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.201171875000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.064941406250 +0.339843750000 0.000000000000 0.000000000000 0.000000000000 +0.022949218750 0.237304687500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.470703125000 0.562500000000 +0.000000000000 0.000000000000 0.388671875000 0.281250000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.271484375000 +0.000000000000 0.085937500000 0.000000000000 0.000000000000 +0.011718750000 0.000000000000 0.232421875000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.149414062500 +0.000000000000 0.000000000000 0.000000000000 0.116699218750 +0.000000000000 0.167968750000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.347656250000 +0.361328125000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.244140625000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.402343750000 0.707031250000 +0.000000000000 0.000000000000 0.449218750000 0.359375000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.326171875000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.120605468750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.193359375000 0.000000000000 0.000000000000 +0.000000000000 0.114746093750 0.000000000000 0.255859375000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.539062500000 +0.275390625000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.339843750000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.257812500000 0.718750000000 +0.000000000000 0.000000000000 0.480468750000 0.189453125000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.667968750000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.090820312500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.304687500000 0.000000000000 0.000000000000 +0.000000000000 0.245117187500 0.000000000000 0.349609375000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.294921875000 +0.180664062500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.369140625000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.098144531250 0.546875000000 +0.000000000000 0.000000000000 0.472656250000 0.000000000000 +0.000000000000 0.059082031250 0.000000000000 0.000000000000 +0.000000000000 0.890625000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.070312500000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.088378906250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.332031250000 0.000000000000 0.000000000000 +0.000000000000 0.302734375000 0.000000000000 0.343750000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.121582031250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.078125000000 +0.002258300781 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.388671875000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.322265625000 +0.000000000000 0.000000000000 0.439453125000 0.000000000000 +0.024536132812 0.145507812500 0.000000000000 0.000000000000 +0.000000000000 0.847656250000 0.000000000000 0.015075683594 +0.006072998047 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.062500000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.271484375000 0.000000000000 0.000000000000 +0.000000000000 0.186523437500 0.000000000000 0.302734375000 +0.074218750000 0.000000000000 0.026855468750 0.086425781250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.173828125000 0.000000000000 0.152343750000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.482421875000 0.061279296875 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.151367187500 +0.000000000000 0.000000000000 0.412109375000 0.000000000000 +0.057373046875 0.251953125000 0.000000000000 0.000000000000 +0.000000000000 0.597656250000 0.000000000000 0.103027343750 +0.316406250000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.132812500000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.205078125000 +0.004821777344 0.000000000000 0.453125000000 0.173828125000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.308593750000 0.000000000000 0.016113281250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.597656250000 0.363281250000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.052001953125 +0.000000000000 0.000000000000 0.376953125000 0.000000000000 +0.004547119141 0.273437500000 0.000000000000 0.000000000000 +0.102539062500 0.198242187500 0.000000000000 0.141601562500 +0.287109375000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.006835937500 0.000000000000 0.096191406250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.043457031250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.078613281250 +0.000000000000 0.000000000000 0.773437500000 0.197265625000 +0.060791015625 0.000000000000 0.000000000000 0.000000000000 +0.414062500000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.168945312500 0.000000000000 0.000000000000 +0.000000000000 0.648437500000 0.582031250000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.042724609375 +0.000000000000 0.000000000000 0.367187500000 0.000000000000 +0.000000000000 0.289062500000 0.000000000000 0.000000000000 +0.263671875000 0.000000000000 0.000000000000 0.141601562500 +0.175781250000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.101562500000 0.000000000000 0.235351562500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.023559570312 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.875000000000 0.198242187500 +0.078125000000 0.000000000000 0.000000000000 0.000000000000 +0.343750000000 0.083984375000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.200195312500 0.000000000000 0.000000000000 +0.000000000000 0.746093750000 0.753906250000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.054443359375 +0.000000000000 0.000000000000 0.367187500000 0.000000000000 +0.000000000000 0.359375000000 0.000000000000 0.000000000000 +0.195312500000 0.000000000000 0.000000000000 0.102539062500 +0.118652343750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.160156250000 0.000000000000 0.235351562500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.034912109375 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.867187500000 0.172851562500 +0.133789062500 0.000000000000 0.000000000000 0.000000000000 +0.277343750000 0.161132812500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.063964843750 +0.000000000000 0.193359375000 0.000000000000 0.000000000000 +0.000000000000 0.769531250000 0.890625000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.076660156250 +0.000000000000 0.000000000000 0.320312500000 0.000000000000 +0.000000000000 0.349609375000 0.000000000000 0.000000000000 +0.082519531250 0.000000000000 0.000000000000 0.006317138672 +0.127929687500 0.089355468750 0.000000000000 0.000000000000 +0.000000000000 0.057373046875 0.000000000000 0.053955078125 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.059326171875 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.062255859375 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.800781250000 0.093261718750 +0.130859375000 0.000000000000 0.000000000000 0.000000000000 +0.275390625000 0.133789062500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.310546875000 +0.000000000000 0.161132812500 0.000000000000 0.000000000000 +0.000000000000 0.718750000000 0.941406250000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.105468750000 +0.000000000000 0.000000000000 0.223632812500 0.000000000000 +0.000000000000 0.226562500000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.165039062500 0.236328125000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.010681152344 0.000000000000 0.000000000000 +0.244140625000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.082031250000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.757812500000 0.000000000000 +0.083984375000 0.000000000000 0.000000000000 0.000000000000 +0.255859375000 0.020141601562 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.515625000000 +0.000000000000 0.104003906250 0.000000000000 0.000000000000 +0.000000000000 0.597656250000 0.910156250000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.143554687500 +0.000000000000 0.000000000000 0.196289062500 0.000000000000 +0.000000000000 0.039306640625 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.211914062500 0.168945312500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.273437500000 0.000000000000 0.044677734375 +0.378906250000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.130859375000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.800781250000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.199218750000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.032470703125 0.636718750000 +0.000000000000 0.103027343750 0.000000000000 0.000000000000 +0.000000000000 0.443359375000 0.796875000000 0.000000000000 +0.279296875000 0.000000000000 0.000000000000 0.141601562500 +0.000000000000 0.038330078125 0.259765625000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.235351562500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.369140625000 0.000000000000 0.000000000000 +0.168945312500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.240234375000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.898437500000 0.002395629883 +0.041503906250 0.000000000000 0.000000000000 0.000000000000 +0.086425781250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.073730468750 0.441406250000 +0.000000000000 0.114746093750 0.000000000000 0.000000000000 +0.000000000000 0.310546875000 0.519531250000 0.000000000000 +0.343750000000 0.000000000000 0.000000000000 0.055664062500 +0.000000000000 0.279296875000 0.464843750000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.273437500000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.316406250000 +0.000000000000 0.069824218750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.341796875000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.953125000000 0.175781250000 +0.201171875000 0.000000000000 0.029785156250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.086914062500 0.000000000000 0.000000000000 +0.000000000000 0.206054687500 0.133789062500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.453125000000 0.679687500000 0.000000000000 +0.096191406250 0.016601562500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.223632812500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.640625000000 0.000000000000 0.574218750000 +0.005004882812 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.244140625000 0.000000000000 0.043212890625 +0.076660156250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.820312500000 0.259765625000 +0.402343750000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.127929687500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.527343750000 0.605468750000 0.000000000000 +0.029052734375 0.339843750000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.894531250000 0.000000000000 0.183593750000 +0.161132812500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.030761718750 0.000000000000 0.000000000000 +0.396484375000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.478515625000 0.240234375000 +0.500000000000 0.000000000000 0.000000000000 0.003784179688 +0.000000000000 0.198242187500 0.000000000000 0.000000000000 +0.242187500000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.086914062500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.380859375000 0.511718750000 0.000000000000 +0.000000000000 0.531250000000 0.067871093750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.144531250000 +0.000000000000 0.000000000000 0.000000000000 0.285156250000 +0.000000000000 0.416015625000 0.000000000000 0.000000000000 +0.033691406250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.466796875000 0.000000000000 0.026977539062 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.141601562500 +0.468750000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.412109375000 0.000000000000 0.000000000000 +0.458984375000 0.000000000000 0.144531250000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.130859375000 0.000000000000 0.000000000000 +0.298828125000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.118652343750 0.527343750000 0.000000000000 +0.000000000000 0.503906250000 0.396484375000 0.000000000000 +0.000000000000 0.000000000000 0.300781250000 0.312500000000 +0.000000000000 0.000000000000 0.000000000000 0.225585937500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.326171875000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.223632812500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.004058837891 +0.149414062500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.341796875000 0.000000000000 0.000000000000 +0.349609375000 0.000000000000 0.261718750000 0.000000000000 +0.151367187500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.298828125000 0.000000000000 0.000000000000 +0.546875000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.437500000000 0.000000000000 +0.000000000000 0.222656250000 0.408203125000 0.000000000000 +0.000000000000 0.000000000000 0.310546875000 0.279296875000 +0.000000000000 0.229492187500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.088867187500 0.000000000000 0.000000000000 +0.175781250000 0.000000000000 0.161132812500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.246093750000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.145507812500 0.148437500000 0.000000000000 0.000000000000 +0.000000000000 0.022827148438 0.000000000000 0.000000000000 +0.000000000000 0.142578125000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.061767578125 0.000000000000 +0.718750000000 0.000000000000 0.000000000000 0.000000000000 +0.064941406250 0.449218750000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.073730468750 0.000000000000 +0.040527343750 0.013732910156 0.384765625000 0.259765625000 +0.000000000000 0.000000000000 0.000000000000 0.002197265625 +0.000000000000 0.186523437500 0.000000000000 0.212890625000 +0.000000000000 0.396484375000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.460937500000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.378906250000 0.515625000000 +0.000000000000 0.000000000000 0.000000000000 0.601562500000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.496093750000 0.073730468750 0.000000000000 0.000000000000 +0.000000000000 0.190429687500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.011169433594 +0.486328125000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.494140625000 0.106445312500 0.000000000000 +0.000000000000 0.365234375000 0.000000000000 0.000000000000 +0.380859375000 0.000000000000 0.402343750000 0.339843750000 +0.000000000000 0.000000000000 0.000000000000 0.365234375000 +0.000000000000 0.523437500000 0.000000000000 0.208007812500 +0.000000000000 0.098632812500 0.000000000000 0.000000000000 +0.000000000000 0.125976562500 0.002288818359 0.186523437500 +0.014953613281 0.000000000000 0.000000000000 0.119140625000 +0.000000000000 0.000000000000 0.000000000000 0.333984375000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.675781250000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.149414062500 0.333984375000 +0.000000000000 0.000000000000 0.000000000000 0.478515625000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.523437500000 0.330078125000 0.000000000000 +0.000000000000 0.554687500000 0.000000000000 0.000000000000 +0.322265625000 0.000000000000 0.490234375000 0.071289062500 +0.000000000000 0.000000000000 0.000000000000 0.267578125000 +0.000000000000 0.535156250000 0.000000000000 0.197265625000 +0.000000000000 0.000000000000 0.028442382812 0.000000000000 +0.058349609375 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.217773437500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.455078125000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.412109375000 0.511718750000 +0.000000000000 0.000000000000 0.131835937500 0.519531250000 +0.000000000000 0.065429687500 0.000000000000 0.022705078125 +0.000000000000 0.566406250000 0.412109375000 0.000000000000 +0.275390625000 0.427734375000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.447265625000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.015197753906 +0.000000000000 0.345703125000 0.000000000000 0.143554687500 +0.269531250000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.419921875000 0.000000000000 0.251953125000 +0.371093750000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.077636718750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.527343750000 0.394531250000 +0.000000000000 0.002227783203 0.156250000000 0.131835937500 +0.000000000000 0.225585937500 0.000000000000 0.064453125000 +0.000000000000 0.589843750000 0.279296875000 0.000000000000 +0.359375000000 0.079589843750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.310546875000 0.000000000000 +0.425781250000 0.000000000000 0.000000000000 0.000000000000 +0.081542968750 0.000000000000 0.000000000000 0.128906250000 +0.441406250000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.038818359375 +0.000000000000 0.582031250000 0.000000000000 0.333984375000 +0.087890625000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.069335937500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.127929687500 0.000000000000 +0.000000000000 0.198242187500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.314453125000 0.000000000000 +0.000000000000 0.176757812500 0.000000000000 0.000000000000 +0.000000000000 0.361328125000 0.000000000000 0.000000000000 +0.000000000000 0.652343750000 0.134765625000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.182617187500 0.172851562500 0.000000000000 +0.503906250000 0.000000000000 0.000000000000 0.000000000000 +0.400390625000 0.000000000000 0.000000000000 0.081054687500 +0.174804687500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.578125000000 +0.380859375000 0.215820312500 0.000000000000 0.298828125000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.183593750000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.320312500000 0.000000000000 +0.000000000000 0.033691406250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.142578125000 0.194335937500 0.000000000000 0.000000000000 +0.000000000000 0.292968750000 0.000000000000 0.000000000000 +0.000000000000 0.738281250000 0.109863281250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.498046875000 0.082031250000 0.000000000000 +0.000000000000 0.075195312500 0.000000000000 0.000000000000 +0.535156250000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.197265625000 0.000000000000 0.166992187500 +0.496093750000 0.000000000000 0.000000000000 0.181640625000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.070800781250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.170898437500 0.000000000000 +0.121093750000 0.000000000000 0.000000000000 0.008544921875 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.507812500000 0.030883789062 0.000000000000 0.000000000000 +0.000000000000 0.172851562500 0.000000000000 0.150390625000 +0.000000000000 0.746093750000 0.248046875000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.613281250000 0.081054687500 0.000000000000 +0.000000000000 0.196289062500 0.000000000000 0.000000000000 +0.535156250000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.390625000000 0.000000000000 0.000000000000 0.086425781250 +0.140625000000 0.000000000000 0.000000000000 0.000000000000 +0.242187500000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.060302734375 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.144531250000 0.000000000000 0.000000000000 0.110351562500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.507812500000 0.000000000000 0.023193359375 0.000000000000 +0.000000000000 0.050292968750 0.000000000000 0.367187500000 +0.000000000000 0.636718750000 0.421875000000 0.000000000000 +0.000000000000 0.000000000000 0.380859375000 0.000000000000 +0.000000000000 0.664062500000 0.092285156250 0.000000000000 +0.000000000000 0.149414062500 0.000000000000 0.000000000000 +0.488281250000 0.000000000000 0.128906250000 0.000000000000 +0.000000000000 0.159179687500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.283203125000 0.000000000000 0.000000000000 0.000000000000 +0.369140625000 0.000000000000 0.000000000000 0.000000000000 +0.113281250000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.061523437500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.222656250000 0.000000000000 0.038330078125 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.351562500000 +0.000000000000 0.507812500000 0.503906250000 0.000000000000 +0.000000000000 0.000000000000 0.695312500000 0.000000000000 +0.000000000000 0.761718750000 0.216796875000 0.000000000000 +0.000000000000 0.061523437500 0.000000000000 0.000000000000 +0.421875000000 0.000000000000 0.162109375000 0.000000000000 +0.000000000000 0.146484375000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.082519531250 +0.203125000000 0.015258789062 0.000000000000 0.000000000000 +0.139648437500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.034423828125 +0.000000000000 0.000000000000 0.000000000000 0.215820312500 +0.063964843750 0.503906250000 0.398437500000 0.000000000000 +0.000000000000 0.000000000000 0.824218750000 0.000000000000 +0.000000000000 0.894531250000 0.490234375000 0.000000000000 +0.000000000000 0.051269531250 0.000000000000 0.000000000000 +0.349609375000 0.000000000000 0.034912109375 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.029541015625 0.000000000000 0.408203125000 +0.099609375000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.036376953125 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.157226562500 0.229492187500 +0.000000000000 0.000000000000 0.000000000000 0.028564453125 +0.079589843750 0.558593750000 0.139648437500 0.000000000000 +0.000000000000 0.039794921875 0.824218750000 0.000000000000 +0.000000000000 0.953125000000 0.730468750000 0.000000000000 +0.000000000000 0.121582031250 0.000000000000 0.000000000000 +0.214843750000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.361328125000 0.000000000000 0.429687500000 +0.054931640625 0.000000000000 0.000000000000 0.009399414062 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.076660156250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.384765625000 0.139648437500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.039550781250 0.617187500000 0.000000000000 0.000000000000 +0.000000000000 0.080078125000 0.765625000000 0.000000000000 +0.000000000000 0.816406250000 0.808593750000 0.000000000000 +0.231445312500 0.224609375000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.130859375000 +0.000000000000 0.546875000000 0.000000000000 0.279296875000 +0.094726562500 0.000000000000 0.000000000000 0.020996093750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.051269531250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.455078125000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.632812500000 0.000000000000 0.000000000000 +0.000000000000 0.047851562500 0.714843750000 0.000000000000 +0.000000000000 0.527343750000 0.730468750000 0.000000000000 +0.259765625000 0.285156250000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.332031250000 +0.000000000000 0.519531250000 0.000000000000 0.000000000000 +0.109863281250 0.000000000000 0.000000000000 0.001579284668 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.183593750000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.468750000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.011047363281 0.585937500000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.648437500000 0.063476562500 +0.000000000000 0.210937500000 0.582031250000 0.000000000000 +0.124511718750 0.234375000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.328125000000 +0.000000000000 0.180664062500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.064941406250 0.000000000000 0.000000000000 0.000000000000 +0.380859375000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.049804687500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.425781250000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.099609375000 0.507812500000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.609375000000 0.306640625000 +0.000000000000 0.000000000000 0.406250000000 0.000000000000 +0.042236328125 0.128906250000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.143554687500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.151367187500 0.000000000000 0.038085937500 +0.447265625000 0.000000000000 0.000000000000 0.000000000000 +0.470703125000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.031494140625 0.027221679688 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.324218750000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.247070312500 0.367187500000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.640625000000 0.453125000000 +0.000000000000 0.000000000000 0.285156250000 0.000000000000 +0.024780273438 0.033203125000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.357421875000 0.000000000000 0.098632812500 +0.486328125000 0.000000000000 0.000000000000 0.000000000000 +0.455078125000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.136718750000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.200195312500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.363281250000 0.271484375000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.687500000000 0.500000000000 +0.000000000000 0.120117187500 0.257812500000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.023071289062 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.008056640625 +0.000000000000 0.283203125000 0.000000000000 0.121093750000 +0.234375000000 0.000000000000 0.000000000000 0.000000000000 +0.345703125000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.273437500000 +0.000000000000 0.098632812500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.160156250000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.439453125000 0.271484375000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.730468750000 0.464843750000 +0.000000000000 0.341796875000 0.357421875000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.246093750000 +0.000000000000 0.000000000000 0.000000000000 0.111816406250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.122558593750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.367187500000 +0.000000000000 0.000058412552 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.166992187500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.492187500000 0.425781250000 0.000000000000 0.000000000000 +0.000000000000 0.127929687500 0.710937500000 0.228515625000 +0.147460937500 0.589843750000 0.523437500000 0.000000000000 +0.000000000000 0.080078125000 0.000000000000 0.133789062500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.169921875000 0.000000000000 +0.000000000000 0.104492187500 0.000000000000 0.337890625000 +0.000000000000 0.000000000000 0.000000000000 0.176757812500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.359375000000 +0.000000000000 0.000000000000 0.000000000000 0.127929687500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.160156250000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.500000000000 0.632812500000 0.000000000000 0.000000000000 +0.000000000000 0.373046875000 0.675781250000 0.000000000000 +0.351562500000 0.714843750000 0.535156250000 0.000000000000 +0.000000000000 0.203125000000 0.000000000000 0.363281250000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.273437500000 0.000000000000 +0.000000000000 0.275390625000 0.205078125000 0.283203125000 +0.000000000000 0.000000000000 0.000000000000 0.339843750000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.265625000000 +0.000000000000 0.000000000000 0.000000000000 0.255859375000 +0.000000000000 0.219726562500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.096679687500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.004119873047 +0.419921875000 0.796875000000 0.003692626953 0.000000000000 +0.000000000000 0.478515625000 0.542968750000 0.000000000000 +0.267578125000 0.718750000000 0.441406250000 0.000000000000 +0.070312500000 0.257812500000 0.000000000000 0.427734375000 +0.000000000000 0.000000000000 0.000000000000 0.010375976562 +0.000000000000 0.000000000000 0.229492187500 0.000000000000 +0.000000000000 0.203125000000 0.142578125000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.427734375000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.146484375000 0.082031250000 +0.000000000000 0.000000000000 0.000000000000 0.183593750000 +0.000000000000 0.402343750000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.110839843750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.238281250000 +0.287109375000 0.875000000000 0.199218750000 0.000000000000 +0.000000000000 0.419921875000 0.441406250000 0.000000000000 +0.000000000000 0.644531250000 0.263671875000 0.000000000000 +0.045898437500 0.142578125000 0.000000000000 0.337890625000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.175781250000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.034423828125 0.000000000000 0.000000000000 0.427734375000 +0.166015625000 0.000000000000 0.000000000000 0.000000000000 +0.205078125000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.330078125000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.304687500000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.052734375000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.435546875000 +0.171875000000 0.753906250000 0.345703125000 0.000000000000 +0.000000000000 0.211914062500 0.470703125000 0.000000000000 +0.000000000000 0.613281250000 0.055175781250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.190429687500 +0.330078125000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.074707031250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.200195312500 0.153320312500 0.000000000000 0.392578125000 +0.515625000000 0.000000000000 0.000000000000 0.000000000000 +0.326171875000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.408203125000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.064453125000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.013244628906 0.000000000000 0.593750000000 +0.093261718750 0.482421875000 0.394531250000 0.000000000000 +0.157226562500 0.000000000000 0.605468750000 0.000000000000 +0.000000000000 0.667968750000 0.000000000000 0.000000000000 +0.057617187500 0.000000000000 0.000000000000 0.000000000000 +0.539062500000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.118652343750 0.335937500000 0.000000000000 0.116210937500 +0.550781250000 0.000000000000 0.000000000000 0.000000000000 +0.226562500000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.343750000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.158203125000 0.000000000000 0.498046875000 +0.086914062500 0.300781250000 0.414062500000 0.000000000000 +0.417968750000 0.000000000000 0.730468750000 0.000000000000 +0.000000000000 0.796875000000 0.216796875000 0.000000000000 +0.188476562500 0.000000000000 0.000000000000 0.000000000000 +0.476562500000 0.000000000000 0.125000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.152343750000 +0.000000000000 0.020629882812 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.013427734375 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.041503906250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.182617187500 0.000000000000 0.101074218750 +0.104492187500 0.257812500000 0.283203125000 0.000000000000 +0.073242187500 0.000000000000 0.777343750000 0.000000000000 +0.000000000000 0.914062500000 0.429687500000 0.000000000000 +0.314453125000 0.035400390625 0.000000000000 0.000000000000 +0.116210937500 0.000000000000 0.236328125000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.392578125000 0.000000000000 0.820312500000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.104980468750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.292968750000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.096679687500 0.000000000000 +0.000000000000 0.050537109375 0.000000000000 0.000000000000 +0.043457031250 0.267578125000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.722656250000 0.000000000000 +0.000000000000 0.789062500000 0.507812500000 0.083007812500 +0.139648437500 0.468750000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.241210937500 +0.000000000000 1.070312500000 0.000000000000 0.683593750000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.417968750000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.423828125000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.244140625000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.531250000000 0.000000000000 +0.036621093750 0.402343750000 0.613281250000 0.371093750000 +0.000000000000 0.628906250000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.470703125000 +0.000000000000 0.949218750000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.359375000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.578125000000 0.162109375000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.259765625000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.213867187500 0.201171875000 +0.000000000000 0.000000000000 0.710937500000 0.503906250000 +0.000000000000 0.546875000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.020507812500 0.000000000000 0.294921875000 +0.306640625000 0.219726562500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.110839843750 0.000000000000 +0.019775390625 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.092285156250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.597656250000 0.182617187500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.408203125000 0.000000000000 0.000000000000 +0.028686523438 0.000000000000 0.000000000000 0.421875000000 +0.000000000000 0.000000000000 0.613281250000 0.433593750000 +0.000000000000 0.304687500000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.306640625000 0.000000000000 0.000000000000 +0.255859375000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.249023437500 0.000000000000 0.000000000000 +0.406250000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.390625000000 0.031738281250 +0.253906250000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.503906250000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.500000000000 +0.000000000000 0.000000000000 0.406250000000 0.127929687500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.589843750000 0.000000000000 0.044189453125 +0.000000000000 0.503906250000 0.000000000000 0.000000000000 +0.021362304688 0.000000000000 0.000000000000 0.000000000000 +0.318359375000 0.515625000000 0.000000000000 0.000000000000 +0.192382812500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.144531250000 0.000000000000 0.198242187500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.003005981445 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.296875000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.515625000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.468750000000 +0.000000000000 0.000000000000 0.373046875000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.800781250000 0.000000000000 0.066894531250 +0.000000000000 0.247070312500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.166015625000 +0.566406250000 0.226562500000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.197265625000 0.000000000000 0.063476562500 +0.000000000000 0.000000000000 0.000000000000 0.164062500000 +0.000000000000 0.000000000000 0.044921875000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.341796875000 0.000000000000 0.005310058594 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.542968750000 0.015747070312 0.219726562500 +0.000000000000 0.000000000000 0.000000000000 0.298828125000 +0.000000000000 0.000000000000 0.531250000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.667968750000 0.000000000000 0.022460937500 +0.170898437500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.316406250000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.083007812500 0.000000000000 0.000000000000 +0.000000000000 0.054443359375 0.000000000000 0.245117187500 +0.084960937500 0.000000000000 0.253906250000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.447265625000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.585937500000 0.150390625000 0.431640625000 +0.000000000000 0.000000000000 0.000000000000 0.230468750000 +0.000000000000 0.000000000000 0.667968750000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.241210937500 0.000000000000 0.000000000000 +0.207031250000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.051757812500 0.000000000000 0.000000000000 +0.044433593750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.031127929688 0.000000000000 0.154296875000 +0.056396484375 0.000000000000 0.539062500000 0.141601562500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.507812500000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.613281250000 0.119628906250 0.353515625000 +0.231445312500 0.000000000000 0.000000000000 0.310546875000 +0.000000000000 0.000000000000 0.632812500000 0.000000000000 +0.119628906250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.066406250000 +0.000000000000 0.153320312500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.006683349609 0.000000000000 0.001274108887 +0.000000000000 0.000000000000 0.730468750000 0.160156250000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.376953125000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.035400390625 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.570312500000 0.000000000000 0.056152343750 +0.025512695312 0.000000000000 0.000000000000 0.515625000000 +0.000000000000 0.000000000000 0.585937500000 0.000000000000 +0.312500000000 0.074707031250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.054931640625 0.000000000000 0.355468750000 +0.000000000000 0.042236328125 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.026855468750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.777343750000 0.038085937500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.089843750000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.203125000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.441406250000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.722656250000 +0.000000000000 0.000000000000 0.503906250000 0.000000000000 +0.104492187500 0.185546875000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.184570312500 0.000000000000 0.117187500000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.110351562500 0.059326171875 0.000000000000 0.000000000000 +0.071289062500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.664062500000 0.000000000000 +0.040527343750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.458984375000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.265625000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.875000000000 +0.000000000000 0.000000000000 0.373046875000 0.000000000000 +0.000000000000 0.296875000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.007446289062 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.062011718750 0.000000000000 0.000000000000 0.000000000000 +0.251953125000 0.129882812500 0.000000000000 0.000000000000 +0.339843750000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.345703125000 0.000000000000 +0.077148437500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.146484375000 0.523437500000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.165039062500 0.000000000000 0.000000000000 +0.099121093750 0.000000000000 0.000000000000 0.894531250000 +0.000000000000 0.000000000000 0.269531250000 0.000000000000 +0.000000000000 0.357421875000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.060791015625 0.000000000000 0.000000000000 +0.275390625000 0.000000000000 0.000000000000 0.000000000000 +0.197265625000 0.180664062500 0.000000000000 0.000000000000 +0.539062500000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.137695312500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.267578125000 0.187500000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.186523437500 0.000000000000 0.000000000000 +0.082519531250 0.000000000000 0.000000000000 0.792968750000 +0.000000000000 0.000000000000 0.150390625000 0.000000000000 +0.000000000000 0.238281250000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.020141601562 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.059082031250 0.000000000000 0.000000000000 +0.157226562500 0.000000000000 0.000000000000 0.000000000000 +0.124511718750 0.233398437500 0.000000000000 0.000000000000 +0.578125000000 0.000000000000 0.000000000000 0.087890625000 +0.000000000000 0.015136718750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.263671875000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.593750000000 +0.000000000000 0.000000000000 0.101074218750 0.000000000000 +0.000000000000 0.076171875000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.017456054688 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.137695312500 0.179687500000 0.000000000000 0.030761718750 +0.357421875000 0.000000000000 0.000000000000 0.341796875000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.215820312500 0.347656250000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.345703125000 +0.000000000000 0.000000000000 0.225585937500 0.000000000000 +0.000000000000 0.059326171875 0.000000000000 0.112792968750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.037353515625 0.000000000000 0.000000000000 +0.115234375000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.480468750000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.466796875000 0.375000000000 0.000000000000 0.022216796875 +0.000000000000 0.000000000000 0.304687500000 0.000000000000 +0.000000000000 0.000000000000 0.271484375000 0.000000000000 +0.000000000000 0.148437500000 0.000000000000 0.453125000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.005737304688 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.106445312500 0.000000000000 0.000000000000 +0.124023437500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.051757812500 0.065917968750 0.468750000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.222656250000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.161132812500 +0.574218750000 0.292968750000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.554687500000 0.000000000000 +0.000000000000 0.142578125000 0.214843750000 0.000000000000 +0.000000000000 0.154296875000 0.000000000000 0.542968750000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.033935546875 0.020385742188 0.000000000000 0.000000000000 +0.113281250000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.047607421875 0.412109375000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.038085937500 0.644531250000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.243164062500 +0.566406250000 0.324218750000 0.228515625000 0.000000000000 +0.000000000000 0.000000000000 0.664062500000 0.000000000000 +0.000000000000 0.320312500000 0.292968750000 0.000000000000 +0.000000000000 0.236328125000 0.000000000000 0.466796875000 +0.000000000000 0.000000000000 0.115722656250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.051513671875 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.296875000000 +0.000000000000 0.000000000000 0.000000000000 0.130859375000 +0.016235351562 0.460937500000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.007720947266 +0.375000000000 0.365234375000 0.609375000000 0.000000000000 +0.000000000000 0.000000000000 0.667968750000 0.000000000000 +0.004516601562 0.464843750000 0.294921875000 0.000000000000 +0.000000000000 0.324218750000 0.000000000000 0.318359375000 +0.029785156250 0.000000000000 0.253906250000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.412109375000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.169921875000 +0.000000000000 0.000000000000 0.000000000000 0.149414062500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.134765625000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.128906250000 0.000000000000 0.000000000000 +0.000000000000 0.357421875000 0.687500000000 0.000000000000 +0.000000000000 0.007324218750 0.578125000000 0.000000000000 +0.158203125000 0.433593750000 0.241210937500 0.000000000000 +0.102539062500 0.460937500000 0.000000000000 0.009338378906 +0.127929687500 0.000000000000 0.000088214874 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.136718750000 0.000000000000 0.416015625000 +0.000000000000 0.000000000000 0.000000000000 0.045898437500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.021240234375 +0.000000000000 0.000000000000 0.000000000000 0.042968750000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.406250000000 +0.000000000000 0.000000000000 0.198242187500 0.228515625000 +0.000000000000 0.242187500000 0.000000000000 0.000000000000 +0.000000000000 0.410156250000 0.597656250000 0.000000000000 +0.000000000000 0.123046875000 0.384765625000 0.000000000000 +0.131835937500 0.289062500000 0.294921875000 0.000000000000 +0.000000000000 0.519531250000 0.000000000000 0.000000000000 +0.096191406250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.109375000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.174804687500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.433593750000 +0.000000000000 0.000000000000 0.546875000000 0.462890625000 +0.000000000000 0.230468750000 0.000000000000 0.000000000000 +0.000000000000 0.496093750000 0.439453125000 0.000000000000 +0.000000000000 0.140625000000 0.134765625000 0.000000000000 +0.000000000000 0.249023437500 0.429687500000 0.000000000000 +0.000000000000 0.392578125000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.008728027344 0.000000000000 0.271484375000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.240234375000 +0.000000000000 0.000000000000 0.695312500000 0.351562500000 +0.000000000000 0.267578125000 0.000000000000 0.000000000000 +0.000000000000 0.542968750000 0.267578125000 0.000000000000 +0.035888671875 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.345703125000 0.451171875000 0.000000000000 +0.000000000000 0.145507812500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.192382812500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.010986328125 +0.119140625000 0.316406250000 0.000000000000 0.378906250000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.402343750000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.421875000000 0.000000000000 +0.000000000000 0.273437500000 0.000000000000 0.000000000000 +0.000000000000 0.625000000000 0.206054687500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.449218750000 0.482421875000 0.000000000000 +0.146484375000 0.000000000000 0.000000000000 0.000000000000 +0.080078125000 0.000000000000 0.000000000000 0.050537109375 +0.314453125000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.079589843750 0.000000000000 0.451171875000 +0.640625000000 0.121582031250 0.000000000000 0.435546875000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.024169921875 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.554687500000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.234375000000 0.000000000000 0.000000000000 +0.000000000000 0.585937500000 0.206054687500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.542968750000 0.488281250000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.261718750000 0.000000000000 0.000000000000 0.129882812500 +0.169921875000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.162109375000 0.000000000000 0.219726562500 +0.847656250000 0.000000000000 0.000000000000 0.298828125000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.394531250000 0.000000000000 +0.100585937500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.067382812500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.217773437500 0.000000000000 0.086914062500 +0.000000000000 0.566406250000 0.230468750000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.625000000000 0.589843750000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.306640625000 0.000000000000 0.000000000000 0.130859375000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.490234375000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.127929687500 0.011535644531 +0.209960937500 0.000000000000 0.000000000000 0.060546875000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.328125000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.223632812500 0.000000000000 0.157226562500 +0.000000000000 0.546875000000 0.330078125000 0.000000000000 +0.400390625000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.636718750000 0.738281250000 0.000000000000 +0.000000000000 0.034179687500 0.076171875000 0.000000000000 +0.126953125000 0.000000000000 0.326171875000 0.030883789062 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.014831542969 +0.107910156250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.125976562500 +0.009948730469 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.174804687500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.117187500000 0.000000000000 0.000000000000 +0.000000000000 0.570312500000 0.275390625000 0.000000000000 +0.085449218750 0.000000000000 0.171875000000 0.000000000000 +0.000000000000 0.562500000000 0.785156250000 0.000000000000 +0.000000000000 0.143554687500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.217773437500 0.000000000000 +0.000000000000 0.298828125000 0.000000000000 0.172851562500 +0.000000000000 0.208984375000 0.000000000000 0.570312500000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.142578125000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.032470703125 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.542968750000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.283203125000 0.000000000000 +0.000000000000 0.330078125000 0.753906250000 0.088867187500 +0.000000000000 0.204101562500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.061767578125 0.000000000000 0.421875000000 +0.000000000000 0.500000000000 0.000000000000 0.486328125000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.460937500000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.519531250000 0.000000000000 0.000000000000 +0.000000000000 0.191406250000 0.195312500000 0.294921875000 +0.000000000000 0.000000000000 0.808593750000 0.097167968750 +0.000000000000 0.158203125000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.503906250000 +0.048095703125 0.308593750000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.191406250000 0.652343750000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.398437500000 0.000000000000 0.000000000000 +0.106933593750 0.166992187500 0.027709960938 0.601562500000 +0.000000000000 0.000000000000 0.632812500000 0.000000000000 +0.000000000000 0.079101562500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.404296875000 +0.006988525391 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.216796875000 0.000000000000 0.000000000000 +0.376953125000 0.000000000000 0.000000000000 0.000000000000 +0.006591796875 0.000000000000 0.000000000000 0.000000000000 +0.134765625000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.330078125000 0.441406250000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.291015625000 0.000000000000 0.000000000000 +0.275390625000 0.000000000000 0.000000000000 0.781250000000 +0.000000000000 0.000000000000 0.316406250000 0.000000000000 +0.408203125000 0.001899719238 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.070312500000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.679687500000 0.000000000000 0.000000000000 +0.460937500000 0.000000000000 0.000000000000 0.000000000000 +0.072265625000 0.000000000000 0.027221679688 0.000000000000 +0.255859375000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.003326416016 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.177734375000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.215820312500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.804687500000 +0.000000000000 0.000000000000 0.115722656250 0.000000000000 +0.310546875000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.080566406250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.582031250000 0.000000000000 0.000000000000 +0.249023437500 0.000000000000 0.000000000000 0.000000000000 +0.221679687500 0.151367187500 0.000000000000 0.058105468750 +0.312500000000 0.000000000000 0.000000000000 0.007873535156 +0.000000000000 0.170898437500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.029907226562 0.000000000000 0.000000000000 0.000000000000 +0.041992187500 0.238281250000 0.000000000000 0.003036499023 +0.000000000000 0.000000000000 0.000000000000 0.503906250000 +0.000000000000 0.000000000000 0.259765625000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.096191406250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.127929687500 +0.000000000000 0.075195312500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.298828125000 0.243164062500 0.000000000000 0.154296875000 +0.020629882812 0.000000000000 0.000000000000 0.308593750000 +0.000000000000 0.105957031250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.367187500000 0.000000000000 0.000000000000 0.000000000000 +0.224609375000 0.302734375000 0.000000000000 0.219726562500 +0.098144531250 0.000000000000 0.000000000000 0.127929687500 +0.019653320312 0.000000000000 0.445312500000 0.000000000000 +0.000000000000 0.000000000000 0.441406250000 0.310546875000 +0.000000000000 0.000000000000 0.000000000000 0.051269531250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.306640625000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.206054687500 0.000000000000 0.213867187500 +0.000000000000 0.001998901367 0.000000000000 0.511718750000 +0.207031250000 0.012817382812 0.000000000000 0.170898437500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.562500000000 0.000000000000 0.000000000000 0.000000000000 +0.202148437500 0.361328125000 0.000000000000 0.039062500000 +0.000000000000 0.042480468750 0.111328125000 0.000000000000 +0.441406250000 0.000000000000 0.451171875000 0.000000000000 +0.000000000000 0.080078125000 0.255859375000 0.458984375000 +0.000000000000 0.000000000000 0.000000000000 0.033203125000 +0.000000000000 0.000000000000 0.114257812500 0.000000000000 +0.000000000000 0.178710937500 0.154296875000 0.404296875000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.037597656250 0.144531250000 0.140625000000 +0.000000000000 0.115722656250 0.000000000000 0.000000000000 +0.000000000000 0.113281250000 0.000000000000 0.455078125000 +0.660156250000 0.000000000000 0.000000000000 0.357421875000 +0.000000000000 0.404296875000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.049072265625 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.275390625000 0.000000000000 0.000000000000 0.000000000000 +0.045654296875 0.255859375000 0.000000000000 0.000000000000 +0.000000000000 0.328125000000 0.010070800781 0.000000000000 +0.539062500000 0.000000000000 0.394531250000 0.020385742188 +0.000000000000 0.161132812500 0.000000000000 0.472656250000 +0.000000000000 0.312500000000 0.000000000000 0.134765625000 +0.000000000000 0.000000000000 0.193359375000 0.000000000000 +0.000000000000 0.095214843750 0.015075683594 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.038085937500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.224609375000 0.000000000000 0.140625000000 +0.796875000000 0.000000000000 0.000000000000 0.322265625000 +0.000000000000 0.304687500000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.359375000000 0.077148437500 +0.000000000000 0.001701354980 0.000000000000 0.406250000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.281250000000 0.159179687500 0.000000000000 +0.000000000000 0.443359375000 0.000000000000 0.000000000000 +0.371093750000 0.000000000000 0.470703125000 0.083007812500 +0.000000000000 0.173828125000 0.000000000000 0.312500000000 +0.000000000000 0.218750000000 0.000000000000 0.219726562500 +0.090332031250 0.000000000000 0.208007812500 0.000000000000 +0.106933593750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.333984375000 0.000000000000 0.000000000000 +0.617187500000 0.000000000000 0.000000000000 0.198242187500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.500000000000 0.429687500000 +0.000000000000 0.000000000000 0.000000000000 0.578125000000 +0.000000000000 0.000000000000 0.000000000000 0.140625000000 +0.000000000000 0.341796875000 0.033203125000 0.000000000000 +0.593750000000 0.294921875000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.535156250000 0.000000000000 +0.067871093750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.175781250000 +0.161132812500 0.000000000000 0.000000000000 0.000000000000 +0.197265625000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.345703125000 0.000000000000 0.000000000000 +0.136718750000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.235351562500 0.000000000000 0.000000000000 +0.181640625000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.546875000000 0.507812500000 +0.000000000000 0.000000000000 0.100585937500 0.196289062500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.376953125000 0.000000000000 0.000000000000 +0.515625000000 0.003128051758 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.554687500000 0.000000000000 +0.703125000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.080566406250 +0.302734375000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.279296875000 +0.000000000000 0.363281250000 0.000000000000 0.029174804688 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.445312500000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.032226562500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.226562500000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.419921875000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.035888671875 0.470703125000 0.000000000000 +0.621093750000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.062255859375 +0.199218750000 0.000000000000 0.000000000000 0.004089355469 +0.000000000000 0.283203125000 0.000000000000 0.550781250000 +0.000000000000 0.000000000000 0.000000000000 0.139648437500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.089843750000 0.318359375000 +0.376953125000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.181640625000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.437500000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.129882812500 0.363281250000 0.000000000000 +0.128906250000 0.062255859375 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.125000000000 +0.000000000000 0.000000000000 0.000000000000 0.224609375000 +0.000000000000 0.416015625000 0.000000000000 0.000000000000 +0.029296875000 0.000000000000 0.000000000000 0.153320312500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.203125000000 0.000000000000 0.000000000000 0.000000000000 +0.656250000000 0.000000000000 0.110351562500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.392578125000 0.000000000000 0.012207031250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.468750000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.008361816406 0.126953125000 0.000000000000 +0.000000000000 0.192382812500 0.040771484375 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.126953125000 +0.000000000000 0.000000000000 0.000000000000 0.037841796875 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.062500000000 +0.388671875000 0.000000000000 0.000000000000 0.000000000000 +0.242187500000 0.000000000000 0.000000000000 0.000000000000 +0.621093750000 0.000000000000 0.437500000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.002609252930 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.687500000000 0.000000000000 0.218750000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.201171875000 0.484375000000 0.000000000000 0.000000000000 +0.218750000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.002944946289 0.000000000000 +0.000000000000 0.156250000000 0.105957031250 0.000000000000 +0.000000000000 0.000000000000 0.096679687500 0.003219604492 +0.000000000000 0.054687500000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.271484375000 0.000000000000 0.148437500000 +0.710937500000 0.074707031250 0.000000000000 0.000000000000 +0.181640625000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.201171875000 0.000000000000 +0.000000000000 0.013305664062 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.609375000000 0.000000000000 0.002059936523 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.488281250000 0.365234375000 0.000000000000 0.000000000000 +0.173828125000 0.000000000000 0.410156250000 0.000000000000 +0.000000000000 0.040771484375 0.032714843750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.312500000000 +0.000000000000 0.000000000000 0.153320312500 0.000000000000 +0.000000000000 0.333984375000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.165039062500 0.000000000000 0.164062500000 +0.378906250000 0.103027343750 0.000000000000 0.000000000000 +0.108886718750 0.000000000000 0.000000000000 0.345703125000 +0.000000000000 0.000000000000 0.000000000000 0.169921875000 +0.000000000000 0.245117187500 0.000000000000 0.000000000000 +0.000000000000 0.474609375000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.023681640625 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.546875000000 0.304687500000 0.193359375000 0.000000000000 +0.000000000000 0.000000000000 0.640625000000 0.000000000000 +0.000000000000 0.333984375000 0.229492187500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.494140625000 +0.000000000000 0.000000000000 0.082519531250 0.000000000000 +0.000000000000 0.042724609375 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.357421875000 +0.000000000000 0.000000000000 0.000000000000 0.119140625000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.257812500000 +0.000000000000 0.000000000000 0.000000000000 0.363281250000 +0.000000000000 0.095214843750 0.000000000000 0.000000000000 +0.000000000000 0.617187500000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.380859375000 0.322265625000 0.632812500000 0.000000000000 +0.000000000000 0.215820312500 0.687500000000 0.000000000000 +0.162109375000 0.498046875000 0.441406250000 0.000000000000 +0.000000000000 0.121582031250 0.000000000000 0.431640625000 +0.043457031250 0.000000000000 0.113769531250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.008178710938 0.000000000000 0.488281250000 +0.000000000000 0.000000000000 0.000000000000 0.132812500000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.277343750000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.146484375000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.134765625000 +0.000000000000 0.000000000000 0.000000000000 0.105468750000 +0.000000000000 0.110351562500 0.000000000000 0.000000000000 +0.025268554688 0.304687500000 0.800781250000 0.000000000000 +0.000000000000 0.316406250000 0.578125000000 0.000000000000 +0.287109375000 0.429687500000 0.408203125000 0.000000000000 +0.000000000000 0.359375000000 0.000000000000 0.182617187500 +0.113281250000 0.000000000000 0.003219604492 0.000000000000 +0.000000000000 0.000000000000 0.015014648438 0.000000000000 +0.000000000000 0.112792968750 0.000000000000 0.228515625000 +0.000000000000 0.000000000000 0.000000000000 0.166015625000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.096191406250 +0.000000000000 0.000000000000 0.000000000000 0.025268554688 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.443359375000 +0.000000000000 0.000000000000 0.151367187500 0.285156250000 +0.000000000000 0.249023437500 0.000000000000 0.000000000000 +0.000000000000 0.316406250000 0.675781250000 0.000000000000 +0.000000000000 0.186523437500 0.384765625000 0.000000000000 +0.200195312500 0.233398437500 0.285156250000 0.000000000000 +0.000000000000 0.523437500000 0.000000000000 0.000000000000 +0.102050781250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.204101562500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.496093750000 +0.000000000000 0.000000000000 0.435546875000 0.353515625000 +0.000000000000 0.221679687500 0.000000000000 0.000000000000 +0.000000000000 0.416015625000 0.511718750000 0.000000000000 +0.000000000000 0.060546875000 0.134765625000 0.000000000000 +0.000000000000 0.163085937500 0.308593750000 0.000000000000 +0.000000000000 0.445312500000 0.000000000000 0.000000000000 +0.015502929688 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.038330078125 0.000000000000 0.240234375000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.330078125000 +0.000000000000 0.000000000000 0.570312500000 0.289062500000 +0.000000000000 0.245117187500 0.000000000000 0.000000000000 +0.000000000000 0.496093750000 0.320312500000 0.000000000000 +0.016479492188 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.261718750000 0.353515625000 0.000000000000 +0.000000000000 0.221679687500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.154296875000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.009460449219 +0.000000000000 0.375000000000 0.000000000000 0.279296875000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.406250000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.453125000000 0.000000000000 +0.000000000000 0.281250000000 0.000000000000 0.000000000000 +0.000000000000 0.613281250000 0.247070312500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.429687500000 0.439453125000 0.000000000000 +0.000000000000 0.050537109375 0.000000000000 0.000000000000 +0.006256103516 0.000000000000 0.000000000000 0.020141601562 +0.363281250000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.017700195312 0.000000000000 0.412109375000 +0.404296875000 0.201171875000 0.000000000000 0.341796875000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.104492187500 0.000000000000 0.014160156250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.660156250000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.179687500000 0.000000000000 +0.000000000000 0.259765625000 0.000000000000 0.000000000000 +0.000000000000 0.648437500000 0.235351562500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.546875000000 0.554687500000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.186523437500 0.000000000000 0.000000000000 0.073730468750 +0.304687500000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.296875000000 0.000000000000 0.419921875000 +0.699218750000 0.000000000000 0.000000000000 0.386718750000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.554687500000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.134765625000 0.000000000000 0.000000000000 +0.000000000000 0.664062500000 0.140625000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.660156250000 0.601562500000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.289062500000 0.000000000000 0.000000000000 0.044189453125 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.207031250000 0.000000000000 0.032714843750 +0.632812500000 0.000000000000 0.000000000000 0.333984375000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.250000000000 0.000000000000 +0.056640625000 0.000000000000 0.000000000000 0.102539062500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.341796875000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.147460937500 +0.000000000000 0.648437500000 0.079101562500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.671875000000 0.550781250000 0.000000000000 +0.000000000000 0.004455566406 0.000000000000 0.000000000000 +0.318359375000 0.000000000000 0.000000000000 0.011291503906 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.386718750000 0.000000000000 0.000000000000 0.135742187500 +0.108398437500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.149414062500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.498046875000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.137695312500 +0.000000000000 0.582031250000 0.000000000000 0.000000000000 +0.152343750000 0.000000000000 0.166015625000 0.000000000000 +0.000000000000 0.562500000000 0.519531250000 0.000000000000 +0.000000000000 0.126953125000 0.000000000000 0.000000000000 +0.171875000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.091796875000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.159179687500 0.000000000000 0.000000000000 0.000000000000 +0.132812500000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.343750000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.002609252930 0.527343750000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.554687500000 0.000000000000 +0.000000000000 0.390625000000 0.486328125000 0.000000000000 +0.210937500000 0.243164062500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.275390625000 +0.000000000000 0.000000000000 0.000000000000 0.156250000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.054443359375 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.034667968750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.125000000000 0.476562500000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.792968750000 0.000000000000 +0.000000000000 0.196289062500 0.453125000000 0.000000000000 +0.026489257812 0.339843750000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.296875000000 +0.000000000000 0.151367187500 0.000000000000 0.166015625000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.121582031250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.107910156250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.192382812500 0.092285156250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.181640625000 0.408203125000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.867187500000 0.247070312500 +0.000000000000 0.075195312500 0.435546875000 0.000000000000 +0.000000000000 0.328125000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.170898437500 +0.000000000000 0.082519531250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.021728515625 0.000000000000 0.000000000000 0.000000000000 +0.271484375000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.118164062500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.378906250000 0.101074218750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.231445312500 0.281250000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.871093750000 0.460937500000 +0.000000000000 0.066406250000 0.412109375000 0.000000000000 +0.000000000000 0.228515625000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.079101562500 0.000000000000 0.013854980469 +0.226562500000 0.000000000000 0.000000000000 0.000000000000 +0.330078125000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.131835937500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.453125000000 0.000640869141 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.335937500000 0.230468750000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.843750000000 0.546875000000 +0.000000000000 0.179687500000 0.326171875000 0.000000000000 +0.000000000000 0.103515625000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.180664062500 0.000000000000 0.181640625000 +0.228515625000 0.000000000000 0.000000000000 0.000000000000 +0.298828125000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.202148437500 +0.000000000000 0.064941406250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.468750000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.429687500000 0.300781250000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.789062500000 0.507812500000 +0.000000000000 0.337890625000 0.316406250000 0.000000000000 +0.000000000000 0.017211914062 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.112304687500 +0.000000000000 0.000000000000 0.000000000000 0.322265625000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.193359375000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.318359375000 +0.000000000000 0.078613281250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.357421875000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.500000000000 0.451171875000 0.000000000000 0.000000000000 +0.000000000000 0.036621093750 0.710937500000 0.312500000000 +0.000000000000 0.542968750000 0.435546875000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.067382812500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.125000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.294921875000 +0.000000000000 0.000000000000 0.000000000000 0.435546875000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.012451171875 +0.000000000000 0.000000000000 0.000000000000 0.417968750000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.138671875000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.511718750000 0.570312500000 0.000000000000 0.000000000000 +0.000000000000 0.243164062500 0.683593750000 0.000000000000 +0.109375000000 0.625000000000 0.484375000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.363281250000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.324218750000 0.000000000000 +0.000000000000 0.074707031250 0.125000000000 0.187500000000 +0.000000000000 0.000000000000 0.000000000000 0.425781250000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.417968750000 +0.000000000000 0.000000000000 0.000000000000 0.092773437500 +0.000000000000 0.192382812500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.120117187500 +0.460937500000 0.531250000000 0.000000000000 0.027954101562 +0.000000000000 0.376953125000 0.605468750000 0.000000000000 +0.044677734375 0.593750000000 0.449218750000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.443359375000 +0.000000000000 0.000000000000 0.000000000000 0.007751464844 +0.000000000000 0.000000000000 0.302734375000 0.000000000000 +0.000000000000 0.000000000000 0.014587402344 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.225585937500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.127929687500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.239257812500 0.279296875000 +0.000000000000 0.000000000000 0.000000000000 0.184570312500 +0.005462646484 0.404296875000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.357421875000 +0.406250000000 0.443359375000 0.179687500000 0.000000000000 +0.107421875000 0.285156250000 0.531250000000 0.000000000000 +0.000000000000 0.566406250000 0.490234375000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.337890625000 +0.000000000000 0.000000000000 0.000000000000 0.038085937500 +0.000000000000 0.000000000000 0.177734375000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.063964843750 0.000000000000 0.000000000000 0.000000000000 +0.131835937500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.232421875000 0.104003906250 +0.000000000000 0.000000000000 0.000000000000 0.217773437500 +0.000000000000 0.328125000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.285156250000 +0.332031250000 0.392578125000 0.306640625000 0.000000000000 +0.546875000000 0.067382812500 0.507812500000 0.000000000000 +0.000000000000 0.605468750000 0.589843750000 0.000000000000 +0.220703125000 0.000000000000 0.000000000000 0.073730468750 +0.000000000000 0.000000000000 0.243164062500 0.000000000000 +0.000000000000 0.000000000000 0.072753906250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.075683593750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.093750000000 +0.000000000000 0.000000000000 0.000000000000 0.206054687500 +0.000000000000 0.108398437500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.151367187500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.016357421875 0.000000000000 0.000000000000 +0.177734375000 0.478515625000 0.204101562500 0.000000000000 +0.135742187500 0.000000000000 0.531250000000 0.000000000000 +0.063476562500 0.589843750000 0.640625000000 0.000000000000 +0.578125000000 0.040039062500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.081054687500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.116210937500 0.000000000000 0.656250000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.145507812500 +0.000000000000 0.000000000000 0.000000000000 0.021606445312 +0.000000000000 0.000000000000 0.000000000000 0.120117187500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.314453125000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.554687500000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.445312500000 0.000000000000 +0.247070312500 0.300781250000 0.695312500000 0.063476562500 +0.458984375000 0.181640625000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.402343750000 +0.000000000000 0.644531250000 0.000000000000 0.515625000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.361328125000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.554687500000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.259765625000 0.287109375000 +0.000000000000 0.000000000000 0.683593750000 0.114257812500 +0.122558593750 0.232421875000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.636718750000 +0.001266479492 0.523437500000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.047119140625 0.000000000000 0.025634765625 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.049316406250 +0.000000000000 0.000000000000 0.000000000000 0.265625000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.386718750000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.059326171875 0.757812500000 +0.000000000000 0.000000000000 0.582031250000 0.007659912109 +0.000000000000 0.222656250000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.621093750000 +0.267578125000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.038818359375 0.000000000000 0.000000000000 +0.488281250000 0.000000000000 0.000000000000 0.000000000000 +0.265625000000 0.000000000000 0.048339843750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.014953613281 0.355468750000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.219726562500 0.000000000000 0.000000000000 +0.125000000000 0.000000000000 0.000000000000 1.148437500000 +0.000000000000 0.000000000000 0.302734375000 0.000000000000 +0.005584716797 0.202148437500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.168945312500 +0.159179687500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.789062500000 0.000000000000 0.000000000000 +0.804687500000 0.000000000000 0.000000000000 0.000000000000 +0.242187500000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.198242187500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.094726562500 0.000000000000 0.000000000000 +0.016845703125 0.000000000000 0.000000000000 1.343750000000 +0.000000000000 0.000000000000 0.036132812500 0.000000000000 +0.022949218750 0.093750000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.972656250000 0.000000000000 0.000000000000 +0.519531250000 0.000000000000 0.000000000000 0.000000000000 +0.065429687500 0.337890625000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.033447265625 +0.000000000000 0.176757812500 0.061279296875 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.326171875000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.140625000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.033691406250 1.218750000000 +0.000000000000 0.000000000000 0.130859375000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.312500000000 +0.015991210938 0.478515625000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.656250000000 0.000000000000 0.285156250000 +0.000000000000 0.000000000000 0.000000000000 0.531250000000 +0.000000000000 0.174804687500 0.026123046875 0.000000000000 +0.000564575195 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.691406250000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.292968750000 0.000000000000 0.025634765625 +0.000000000000 0.000000000000 0.031127929688 0.984375000000 +0.000000000000 0.000000000000 0.367187500000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.410156250000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.166015625000 0.000000000000 0.435546875000 +0.209960937500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.699218750000 0.000000000000 0.129882812500 +0.000000000000 0.028442382812 0.000000000000 0.906250000000 +0.000000000000 0.000000000000 0.053710937500 0.112792968750 +0.253906250000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.494140625000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.239257812500 0.000000000000 0.071289062500 +0.000000000000 0.000000000000 0.000000000000 0.691406250000 +0.000000000000 0.000000000000 0.417968750000 0.000000000000 +0.000000000000 0.057617187500 0.000000000000 0.000000000000 +0.000000000000 0.726562500000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.287109375000 0.000000000000 +0.000000000000 0.367187500000 0.000000000000 0.037841796875 +0.181640625000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.507812500000 0.000000000000 0.000000000000 +0.000000000000 0.073242187500 0.000000000000 0.843750000000 +0.056640625000 0.000000000000 0.071289062500 0.289062500000 +0.255859375000 0.000000000000 0.069824218750 0.000000000000 +0.242187500000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.211914062500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.212890625000 0.000000000000 0.031005859375 +0.000000000000 0.000000000000 0.000000000000 0.359375000000 +0.000000000000 0.000000000000 0.462890625000 0.000000000000 +0.000000000000 0.182617187500 0.000000000000 0.000000000000 +0.000000000000 0.769531250000 0.000000000000 0.104003906250 +0.019409179688 0.000000000000 0.375000000000 0.000000000000 +0.000000000000 0.015319824219 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.261718750000 0.000000000000 0.000000000000 +0.000000000000 0.117675781250 0.000000000000 0.578125000000 +0.261718750000 0.000000000000 0.215820312500 0.476562500000 +0.148437500000 0.000000000000 0.009277343750 0.000000000000 +0.394531250000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.621093750000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.277343750000 0.000000000000 0.000000000000 +0.361328125000 0.000000000000 0.000000000000 0.104980468750 +0.000000000000 0.000000000000 0.519531250000 0.000000000000 +0.000000000000 0.175781250000 0.000000000000 0.000000000000 +0.000000000000 0.511718750000 0.000000000000 0.144531250000 +0.281250000000 0.000000000000 0.127929687500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.064941406250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.148437500000 0.000000000000 0.000000000000 +0.000000000000 0.140625000000 0.000000000000 0.212890625000 +0.100097656250 0.000000000000 0.443359375000 0.566406250000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.367187500000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.482421875000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.318359375000 0.000000000000 0.000000000000 +0.542968750000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.519531250000 0.000000000000 +0.597656250000 0.043945312500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.112792968750 +0.337890625000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.145507812500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.150390625000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.038330078125 +0.000000000000 0.000000000000 0.652343750000 0.460937500000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.212890625000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.074218750000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.324218750000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.492187500000 0.000000000000 +0.726562500000 0.101074218750 0.000000000000 0.000000000000 +0.003768920898 0.000000000000 0.000000000000 0.071289062500 +0.127929687500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.441406250000 0.000000000000 0.593750000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.014160156250 0.000000000000 0.141601562500 +0.142578125000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.628906250000 0.283203125000 +0.024047851562 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.044189453125 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.298828125000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.238281250000 0.378906250000 0.000000000000 +0.213867187500 0.306640625000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.138671875000 +0.000000000000 0.000000000000 0.000000000000 0.088867187500 +0.000000000000 0.640625000000 0.000000000000 0.086914062500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.081542968750 0.000000000000 0.000000000000 0.000000000000 +0.382812500000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.263671875000 0.152343750000 +0.273437500000 0.000000000000 0.000000000000 0.010375976562 +0.000000000000 0.180664062500 0.000000000000 0.000000000000 +0.259765625000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.294921875000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.207031250000 0.375000000000 0.000000000000 +0.000000000000 0.423828125000 0.180664062500 0.000000000000 +0.000000000000 0.000000000000 0.055419921875 0.298828125000 +0.000000000000 0.000000000000 0.000000000000 0.302734375000 +0.000000000000 0.075195312500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.071777343750 0.000000000000 0.000000000000 0.000000000000 +0.126953125000 0.000000000000 0.000000000000 0.000000000000 +0.384765625000 0.000000000000 0.123046875000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.055908203125 +0.269531250000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.351562500000 0.000000000000 0.000000000000 +0.437500000000 0.000000000000 0.162109375000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.302734375000 0.000000000000 0.000000000000 +0.531250000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.047363281250 0.435546875000 0.000000000000 +0.000000000000 0.333984375000 0.462890625000 0.000000000000 +0.000000000000 0.000000000000 0.408203125000 0.353515625000 +0.000000000000 0.000000000000 0.000000000000 0.019042968750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.291015625000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000140190125 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.179687500000 0.000000000000 0.000000000000 +0.247070312500 0.000000000000 0.207031250000 0.000000000000 +0.367187500000 0.000000000000 0.000000000000 0.000000000000 +0.067871093750 0.496093750000 0.000000000000 0.000000000000 +0.296875000000 0.000000000000 0.015136718750 0.000000000000 +0.000000000000 0.039550781250 0.431640625000 0.007354736328 +0.000000000000 0.000000000000 0.343750000000 0.000000000000 +0.000000000000 0.000000000000 0.273437500000 0.190429687500 +0.000000000000 0.425781250000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.177734375000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.406250000000 0.353515625000 +0.000000000000 0.000000000000 0.000000000000 0.605468750000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.287109375000 0.151367187500 0.000000000000 0.000000000000 +0.000000000000 0.335937500000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.582031250000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.531250000000 0.044921875000 0.000000000000 +0.000000000000 0.066894531250 0.023681640625 0.000000000000 +0.308593750000 0.000000000000 0.427734375000 0.253906250000 +0.000000000000 0.000000000000 0.000000000000 0.148437500000 +0.000000000000 0.187500000000 0.000000000000 0.089843750000 +0.000000000000 0.328125000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.466796875000 +0.107910156250 0.000000000000 0.000000000000 0.040527343750 +0.000000000000 0.000000000000 0.400390625000 0.605468750000 +0.000000000000 0.000000000000 0.000000000000 0.349609375000 +0.000000000000 0.000000000000 0.000000000000 0.051269531250 +0.679687500000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.244140625000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.015563964844 0.230468750000 +0.000000000000 0.000000000000 0.000000000000 0.118652343750 +0.008239746094 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.523437500000 0.312500000000 0.000000000000 +0.000000000000 0.324218750000 0.000000000000 0.000000000000 +0.388671875000 0.000000000000 0.546875000000 0.328125000000 +0.000000000000 0.000000000000 0.000000000000 0.067382812500 +0.000000000000 0.213867187500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.125000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.119140625000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.119140625000 0.000000000000 0.000000000000 +0.746093750000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.378906250000 0.593750000000 +0.000000000000 0.000000000000 0.000000000000 0.453125000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.496093750000 0.357421875000 0.123046875000 +0.032470703125 0.083007812500 0.000000000000 0.092773437500 +0.005462646484 0.000000000000 0.640625000000 0.126953125000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.064941406250 0.000000000000 +0.211914062500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.119628906250 0.000000000000 0.000000000000 +0.330078125000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.330078125000 0.000000000000 0.000000000000 +0.416015625000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.433593750000 0.617187500000 +0.000000000000 0.000000000000 0.000000000000 0.416015625000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.343750000000 0.000000000000 0.000000000000 +0.511718750000 0.000000000000 0.000000000000 0.392578125000 +0.000000000000 0.000000000000 0.435546875000 0.000000000000 +0.412109375000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.139648437500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.656250000000 0.000000000000 0.000000000000 +0.427734375000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.287109375000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.180664062500 0.388671875000 +0.000000000000 0.000000000000 0.000000000000 0.257812500000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.218750000000 0.000000000000 0.000000000000 +0.128906250000 0.000000000000 0.000000000000 0.660156250000 +0.000000000000 0.000000000000 0.141601562500 0.000000000000 +0.664062500000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.084472656250 +0.000000000000 0.738281250000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.111328125000 0.000000000000 0.000000000000 +0.000000000000 0.119140625000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.369140625000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.119628906250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.757812500000 +0.000000000000 0.000000000000 0.137695312500 0.000000000000 +0.117675781250 0.066406250000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.332031250000 +0.000000000000 0.396484375000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.146484375000 0.324218750000 0.000000000000 0.000000000000 +0.066894531250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.515625000000 0.000000000000 +0.039550781250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.165039062500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.582031250000 +0.000000000000 0.000000000000 0.281250000000 0.000000000000 +0.000000000000 0.219726562500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.030029296875 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.062988281250 0.000000000000 0.263671875000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.416015625000 0.000000000000 0.000000000000 +0.380859375000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.453125000000 0.169921875000 +0.304687500000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.101074218750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.207031250000 0.000000000000 +0.212890625000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.333984375000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.183593750000 +0.000000000000 0.000000000000 0.412109375000 0.000000000000 +0.000000000000 0.257812500000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.085449218750 +0.000000000000 0.043457031250 0.000000000000 0.000000000000 +0.000000000000 0.273437500000 0.201171875000 0.417968750000 +0.164062500000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.421875000000 0.000000000000 0.310546875000 +0.376953125000 0.000000000000 0.000000000000 0.125976562500 +0.000000000000 0.000000000000 0.239257812500 0.367187500000 +0.192382812500 0.000000000000 0.000000000000 0.010375976562 +0.000000000000 0.099609375000 0.000000000000 0.000000000000 +0.000000000000 0.480468750000 0.000000000000 0.000000000000 +0.160156250000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.546875000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.392578125000 0.000000000000 +0.000000000000 0.200195312500 0.353515625000 0.000000000000 +0.000000000000 0.002914428711 0.000000000000 0.074707031250 +0.024169921875 0.427734375000 0.000000000000 0.000000000000 +0.000000000000 0.394531250000 0.695312500000 0.310546875000 +0.451171875000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.496093750000 +0.000000000000 0.127929687500 0.000000000000 0.089355468750 +0.173828125000 0.000000000000 0.000000000000 0.193359375000 +0.000000000000 0.000000000000 0.004394531250 0.131835937500 +0.000000000000 0.000000000000 0.000000000000 0.398437500000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.781250000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.687500000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.380859375000 0.000000000000 +0.000000000000 0.147460937500 0.326171875000 0.324218750000 +0.275390625000 0.000000000000 0.000000000000 0.038818359375 +0.011169433594 0.251953125000 0.000000000000 0.000000000000 +0.000000000000 0.210937500000 0.683593750000 0.000000000000 +0.478515625000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.457031250000 0.000000000000 0.279296875000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.267578125000 0.045654296875 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.570312500000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.170898437500 0.707031250000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.164062500000 +0.000000000000 0.699218750000 0.000000000000 0.000000000000 +0.000000000000 0.043701171875 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.190429687500 0.000000000000 +0.000000000000 0.065917968750 0.191406250000 0.332031250000 +0.582031250000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.169921875000 0.000000000000 +0.285156250000 0.000000000000 0.000000000000 0.000000000000 +0.392578125000 0.439453125000 0.000000000000 0.000000000000 +0.032714843750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.492187500000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.269531250000 0.000000000000 0.474609375000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.312500000000 0.558593750000 0.000000000000 0.000000000000 +0.000000000000 0.005554199219 0.000000000000 0.539062500000 +0.000000000000 0.511718750000 0.172851562500 0.000000000000 +0.000000000000 0.000000000000 0.073730468750 0.000000000000 +0.000000000000 0.012939453125 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.090332031250 +0.660156250000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.026245117188 0.296875000000 0.000000000000 0.000000000000 +0.734375000000 0.136718750000 0.000000000000 0.000000000000 +0.187500000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.427734375000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.251953125000 0.000000000000 0.010131835938 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.215820312500 0.241210937500 0.000000000000 0.000000000000 +0.000000000000 0.076171875000 0.000000000000 0.652343750000 +0.070312500000 0.302734375000 0.480468750000 0.000000000000 +0.000000000000 0.000000000000 0.476562500000 0.000000000000 +0.000000000000 0.263671875000 0.000000000000 0.000000000000 +0.158203125000 0.000000000000 0.000000000000 0.000000000000 +0.621093750000 0.000000000000 0.070800781250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.396484375000 0.000000000000 0.000000000000 +0.474609375000 0.000000000000 0.000000000000 0.000000000000 +0.074707031250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.030151367188 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.131835937500 0.000000000000 0.441406250000 +0.101562500000 0.257812500000 0.566406250000 0.000000000000 +0.000000000000 0.000000000000 0.765625000000 0.000000000000 +0.000000000000 0.605468750000 0.000000000000 0.000000000000 +0.132812500000 0.060302734375 0.000000000000 0.000000000000 +0.558593750000 0.000000000000 0.153320312500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.511718750000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.039550781250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.070312500000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.178710937500 0.000000000000 0.126953125000 +0.051025390625 0.380859375000 0.542968750000 0.000000000000 +0.000000000000 0.000000000000 0.859375000000 0.000000000000 +0.000000000000 0.851562500000 0.231445312500 0.000000000000 +0.000000000000 0.357421875000 0.000000000000 0.000000000000 +0.443359375000 0.000000000000 0.238281250000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.490234375000 0.000000000000 0.753906250000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.490234375000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.298828125000 0.000000000000 +0.000000000000 0.271484375000 0.000000000000 0.000000000000 +0.000000000000 0.539062500000 0.539062500000 0.000000000000 +0.000000000000 0.000000000000 0.750000000000 0.000000000000 +0.000000000000 0.847656250000 0.539062500000 0.000000000000 +0.000000000000 0.546875000000 0.000000000000 0.000000000000 +0.291015625000 0.000000000000 0.150390625000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.804687500000 0.000000000000 0.507812500000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.539062500000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.554687500000 0.000000000000 +0.000000000000 0.324218750000 0.000000000000 0.000000000000 +0.000000000000 0.648437500000 0.542968750000 0.000000000000 +0.000000000000 0.000000000000 0.507812500000 0.000000000000 +0.168945312500 0.507812500000 0.699218750000 0.038818359375 +0.000000000000 0.582031250000 0.000000000000 0.000000000000 +0.144531250000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.176757812500 0.000000000000 0.000000000000 +0.000000000000 0.707031250000 0.000000000000 0.065429687500 +0.032470703125 0.000000000000 0.000000000000 0.223632812500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.224609375000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.144531250000 +0.000000000000 0.000000000000 0.539062500000 0.000000000000 +0.000000000000 0.279296875000 0.000000000000 0.000000000000 +0.000000000000 0.707031250000 0.617187500000 0.000000000000 +0.000000000000 0.015747070312 0.195312500000 0.000000000000 +0.092773437500 0.031738281250 0.648437500000 0.167968750000 +0.000000000000 0.494140625000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.216796875000 0.000000000000 0.000000000000 +0.000000000000 0.251953125000 0.000000000000 0.000000000000 +0.070800781250 0.000000000000 0.000000000000 0.490234375000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.021606445312 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.259765625000 +0.000000000000 0.000000000000 0.380859375000 0.098144531250 +0.000000000000 0.173828125000 0.000000000000 0.000000000000 +0.000000000000 0.687500000000 0.648437500000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.061523437500 +0.000000000000 0.000000000000 0.458984375000 0.000000000000 +0.000000000000 0.244140625000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.066894531250 0.145507812500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.033447265625 0.104980468750 0.000000000000 0.542968750000 +0.462890625000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.226562500000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.173828125000 +0.000000000000 0.000000000000 0.237304687500 0.339843750000 +0.000000000000 0.068847656250 0.000000000000 0.000000000000 +0.000000000000 0.593750000000 0.652343750000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.225585937500 +0.000000000000 0.000000000000 0.182617187500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.257812500000 0.072265625000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.636718750000 0.000000000000 0.423828125000 +0.675781250000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.527343750000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.090820312500 0.400390625000 +0.000000000000 0.052246093750 0.000000000000 0.000000000000 +0.000000000000 0.457031250000 0.644531250000 0.000000000000 +0.179687500000 0.000000000000 0.000000000000 0.306640625000 +0.000000000000 0.000000000000 0.089355468750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.353515625000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.828125000000 0.000000000000 0.152343750000 +0.332031250000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.236328125000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.843750000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.079589843750 +0.000000000000 0.091308593750 0.000000000000 0.000000000000 +0.000000000000 0.314453125000 0.601562500000 0.000000000000 +0.175781250000 0.000000000000 0.000000000000 0.225585937500 +0.000000000000 0.000000000000 0.182617187500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.349609375000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.337890625000 +0.054687500000 0.498046875000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.427734375000 0.000000000000 0.064453125000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 1.070312500000 0.000000000000 +0.110351562500 0.000000000000 0.140625000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.133789062500 0.000000000000 0.000000000000 +0.000000000000 0.223632812500 0.341796875000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.031494140625 +0.000000000000 0.312500000000 0.496093750000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.357421875000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.470703125000 0.000000000000 0.753906250000 +0.183593750000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.447265625000 0.000000000000 0.255859375000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 1.085937500000 0.243164062500 +0.462890625000 0.000000000000 0.088867187500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.079101562500 0.000000000000 0.000000000000 +0.000000000000 0.151367187500 0.000679016113 0.013671875000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.503906250000 0.707031250000 0.000000000000 +0.000000000000 0.178710937500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.166015625000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 1.000000000000 0.000000000000 0.554687500000 +0.269531250000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.197265625000 0.000000000000 0.000000000000 +0.217773437500 0.000000000000 0.000000000000 0.025878906250 +0.000000000000 0.000000000000 0.816406250000 0.359375000000 +0.609375000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.039550781250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.179687500000 0.000000000000 0.261718750000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.492187500000 0.722656250000 0.000000000000 +0.000000000000 0.507812500000 0.104980468750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.143554687500 +0.000000000000 0.855468750000 0.000000000000 0.000000000000 +0.221679687500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.449218750000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.367187500000 0.289062500000 +0.511718750000 0.000000000000 0.000000000000 0.090332031250 +0.000000000000 0.298828125000 0.000000000000 0.000000000000 +0.488281250000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.244140625000 0.000000000000 0.333984375000 +0.000000000000 0.000000000000 0.000000000000 0.006195068359 +0.000000000000 0.172851562500 0.699218750000 0.000000000000 +0.000000000000 0.597656250000 0.246093750000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.478515625000 +0.000000000000 0.174804687500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.026733398438 0.000000000000 +0.052490234375 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.349609375000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.033447265625 +0.249023437500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.445312500000 0.000000000000 0.000000000000 +0.527343750000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.285156250000 0.000000000000 0.000000000000 +0.283203125000 0.000000000000 0.030517578125 0.176757812500 +0.000000000000 0.000000000000 0.582031250000 0.000000000000 +0.000000000000 0.417968750000 0.047119140625 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.500000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.527343750000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.279296875000 0.000000000000 0.000000000000 +0.347656250000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.031005859375 0.206054687500 0.000000000000 0.000000000000 +0.140625000000 0.000000000000 0.347656250000 0.408203125000 +0.000000000000 0.000000000000 0.353515625000 0.000000000000 +0.000000000000 0.131835937500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.302734375000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.353515625000 0.000000000000 0.000000000000 +0.507812500000 0.000000000000 0.289062500000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.124023437500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.178710937500 +0.137695312500 0.000000000000 0.000000000000 0.000000000000 +0.105468750000 0.100585937500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.433593750000 0.574218750000 +0.000000000000 0.000000000000 0.306640625000 0.113281250000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.044921875000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.084960937500 +0.000000000000 0.251953125000 0.000000000000 0.000000000000 +0.162109375000 0.000000000000 0.251953125000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.106445312500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.523437500000 +0.224609375000 0.000000000000 0.000000000000 0.000000000000 +0.034179687500 0.141601562500 0.000000000000 0.000000000000 +0.000000000000 0.185546875000 0.367187500000 0.675781250000 +0.000000000000 0.000000000000 0.386718750000 0.211914062500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.111328125000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.086425781250 +0.000000000000 0.106933593750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.158203125000 0.000000000000 0.000000000000 +0.000000000000 0.019165039062 0.000000000000 0.053466796875 +0.000000000000 0.074707031250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.291015625000 0.628906250000 +0.341796875000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.291015625000 0.000000000000 0.000000000000 +0.150390625000 0.351562500000 0.207031250000 0.488281250000 +0.000000000000 0.000000000000 0.503906250000 0.082031250000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.318359375000 0.000000000000 0.085449218750 +0.000000000000 0.000000000000 0.114746093750 0.000000000000 +0.000000000000 0.000000000000 0.173828125000 0.175781250000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.388671875000 0.000000000000 0.227539062500 +0.000000000000 0.054199218750 0.000000000000 0.181640625000 +0.000000000000 0.022338867188 0.000000000000 0.102539062500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.330078125000 0.113281250000 +0.414062500000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.400390625000 0.000000000000 0.000000000000 +0.000000000000 0.200195312500 0.029052734375 0.146484375000 +0.132812500000 0.000000000000 0.550781250000 0.000000000000 +0.167968750000 0.000000000000 0.000000000000 0.192382812500 +0.000000000000 0.558593750000 0.000000000000 0.089355468750 +0.000000000000 0.000000000000 0.094238281250 0.000000000000 +0.000000000000 0.222656250000 0.652343750000 0.507812500000 +0.271484375000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.224609375000 +0.000000000000 0.359375000000 0.000000000000 0.244140625000 +0.000000000000 0.015380859375 0.000000000000 0.283203125000 +0.130859375000 0.000000000000 0.000000000000 0.201171875000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.455078125000 0.000000000000 +0.000000000000 0.137695312500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.369140625000 0.000000000000 0.000000000000 +0.000000000000 0.157226562500 0.000000000000 0.000000000000 +0.091796875000 0.000000000000 0.500000000000 0.000000000000 +0.209960937500 0.000000000000 0.078125000000 0.386718750000 +0.000000000000 0.441406250000 0.000000000000 0.160156250000 +0.080078125000 0.000000000000 0.086914062500 0.000000000000 +0.000000000000 0.400390625000 0.789062500000 0.116699218750 +0.419921875000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.233398437500 0.000000000000 0.333984375000 +0.000000000000 0.012329101562 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.261718750000 0.225585937500 +0.359375000000 0.000000000000 0.000000000000 0.197265625000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.476562500000 0.000000000000 +0.000000000000 0.419921875000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.394531250000 0.000000000000 0.145507812500 +0.000000000000 0.130859375000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.527343750000 0.000000000000 +0.000000000000 0.013366699219 0.339843750000 0.328125000000 +0.016479492188 0.000000000000 0.000000000000 0.265625000000 +0.115234375000 0.000000000000 0.073730468750 0.000000000000 +0.000000000000 0.000000000000 0.609375000000 0.000000000000 +0.185546875000 0.000000000000 0.000000000000 0.000000000000 +0.015197753906 0.421875000000 0.000000000000 0.000000000000 +0.122558593750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.621093750000 0.000000000000 +0.222656250000 0.000000000000 0.000000000000 0.265625000000 +0.000000000000 0.202148437500 0.000000000000 0.359375000000 +0.000000000000 0.000000000000 0.248046875000 0.000000000000 +0.000000000000 0.484375000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.244140625000 +0.000000000000 0.388671875000 0.000000000000 0.238281250000 +0.589843750000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.562500000000 0.000000000000 +0.000000000000 0.011352539062 0.546875000000 0.000000000000 +0.250000000000 0.000000000000 0.000000000000 0.151367187500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.118652343750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.347656250000 0.322265625000 0.000000000000 0.000000000000 +0.043945312500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.396484375000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.142578125000 +0.000000000000 0.388671875000 0.000000000000 0.158203125000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.314453125000 0.000000000000 0.000000000000 +0.000000000000 0.112792968750 0.000000000000 0.139648437500 +0.000000000000 0.445312500000 0.063476562500 0.000000000000 +0.656250000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.051757812500 0.550781250000 0.000000000000 +0.347656250000 0.000000000000 0.359375000000 0.000000000000 +0.000000000000 0.000000000000 0.291015625000 0.028442382812 +0.000000000000 0.000000000000 0.000000000000 0.078613281250 +0.000000000000 0.000000000000 0.000000000000 0.229492187500 +0.000000000000 0.022460937500 0.000000000000 0.000000000000 +0.015991210938 0.180664062500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.488281250000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.011291503906 +0.000000000000 0.226562500000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.001625061035 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.002853393555 0.000000000000 0.000000000000 +0.000000000000 0.601562500000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.170898437500 0.000000000000 +0.000000000000 0.000000000000 0.550781250000 0.000000000000 +0.503906250000 0.020874023438 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.129882812500 0.000000000000 0.398437500000 +0.000000000000 0.275390625000 0.000000000000 0.859375000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.111816406250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.464843750000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.233398437500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.660156250000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.204101562500 0.225585937500 +0.000000000000 0.000000000000 0.550781250000 0.087890625000 +0.000000000000 0.164062500000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.632812500000 +0.000000000000 0.539062500000 0.000000000000 0.151367187500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.166015625000 +0.000000000000 0.000000000000 0.000000000000 0.480468750000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.466796875000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.074218750000 0.734375000000 +0.000000000000 0.000000000000 0.494140625000 0.112304687500 +0.000000000000 0.190429687500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.628906250000 +0.322265625000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.375000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.750000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.203125000000 0.000000000000 0.000000000000 +0.152343750000 0.000000000000 0.012878417969 1.187500000000 +0.000000000000 0.000000000000 0.214843750000 0.000000000000 +0.000000000000 0.149414062500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.055664062500 +0.371093750000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.750000000000 0.000000000000 0.000000000000 +0.855468750000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.062255859375 0.675781250000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.367187500000 0.000000000000 0.049560546875 1.476562500000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.082519531250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.091308593750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 1.218750000000 0.000000000000 0.000000000000 +0.582031250000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.355468750000 0.000000000000 0.000000000000 +0.000000000000 0.096191406250 0.000000000000 0.030639648438 +0.000000000000 0.068847656250 0.025634765625 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.152343750000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.022460937500 1.437500000000 +0.000000000000 0.000000000000 0.013061523438 0.000000000000 +0.140625000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.464843750000 +0.050292968750 0.710937500000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.714843750000 0.000000000000 0.455078125000 +0.000000000000 0.043945312500 0.000000000000 0.531250000000 +0.000000000000 0.132812500000 0.131835937500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.057861328125 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 1.125000000000 +0.000000000000 0.000000000000 0.382812500000 0.000000000000 +0.083496093750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.251953125000 0.000000000000 0.742187500000 +0.158203125000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.707031250000 0.000000000000 0.335937500000 +0.130859375000 0.045410156250 0.000000000000 0.976562500000 +0.000000000000 0.000000000000 0.238281250000 0.121093750000 +0.117675781250 0.000000000000 0.126953125000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.021484375000 0.000000000000 0.289062500000 +0.000000000000 0.000000000000 0.000000000000 0.750000000000 +0.000000000000 0.000000000000 0.640625000000 0.000000000000 +0.000000000000 0.132812500000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.074707031250 0.000000000000 +0.000000000000 0.750000000000 0.335937500000 0.304687500000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.439453125000 0.000000000000 0.000000000000 +0.353515625000 0.079101562500 0.146484375000 1.015625000000 +0.000000000000 0.000000000000 0.139648437500 0.337890625000 +0.339843750000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.149414062500 0.000000000000 0.714843750000 +0.000000000000 0.000000000000 0.000000000000 0.476562500000 +0.000000000000 0.000000000000 0.742187500000 0.000000000000 +0.000000000000 0.527343750000 0.014953613281 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.127929687500 +0.000000000000 0.000000000000 0.075195312500 0.000000000000 +0.000000000000 0.431640625000 0.234375000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.038330078125 0.000000000000 0.000000000000 +0.198242187500 0.083007812500 0.000000000000 0.000000000000 +0.367187500000 0.179687500000 0.414062500000 0.808593750000 +0.000000000000 0.000000000000 0.000000000000 0.435546875000 +0.271484375000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.351562500000 0.000000000000 0.730468750000 +0.000000000000 0.000000000000 0.000000000000 0.271484375000 +0.000000000000 0.000000000000 0.765625000000 0.000000000000 +0.000000000000 0.691406250000 0.141601562500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.187500000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.100097656250 0.157226562500 0.000000000000 0.000000000000 +0.279296875000 0.000000000000 0.000000000000 0.000000000000 +0.062500000000 0.353515625000 0.212890625000 0.478515625000 +0.000000000000 0.000000000000 0.000000000000 0.396484375000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.178710937500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.038818359375 0.410156250000 0.000000000000 0.273437500000 +0.298828125000 0.000000000000 0.071289062500 0.223632812500 +0.000000000000 0.000000000000 0.640625000000 0.000000000000 +0.314453125000 0.515625000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.132812500000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.328125000000 0.000000000000 0.000000000000 0.000000000000 +0.136718750000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.425781250000 0.000000000000 0.281250000000 +0.000000000000 0.000000000000 0.000000000000 0.104003906250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.120117187500 0.000000000000 0.000000000000 0.000000000000 +0.169921875000 0.404296875000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.390625000000 0.361328125000 +0.000000000000 0.000000000000 0.523437500000 0.000000000000 +0.292968750000 0.250000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.114746093750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.200195312500 +0.000000000000 0.016113281250 0.000000000000 0.000000000000 +0.086914062500 0.000000000000 0.277343750000 0.000000000000 +0.005615234375 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.445312500000 0.000000000000 0.175781250000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.129882812500 +0.067871093750 0.000000000000 0.000000000000 0.000000000000 +0.114257812500 0.355468750000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.476562500000 0.496093750000 +0.000000000000 0.000000000000 0.492187500000 0.000000000000 +0.000000000000 0.124023437500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.142578125000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.169921875000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.199218750000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.361328125000 0.000000000000 0.039794921875 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.546875000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.010498046875 0.341796875000 0.000000000000 0.000000000000 +0.000000000000 0.199218750000 0.361328125000 0.597656250000 +0.000000000000 0.000000000000 0.500000000000 0.121582031250 +0.000000000000 0.124023437500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.244140625000 +0.000000000000 0.000000000000 0.030029296875 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.009887695312 0.000000000000 0.000000000000 +0.016845703125 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.062500000000 0.000000000000 0.000000000000 +0.000000000000 0.216796875000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.316406250000 0.589843750000 +0.147460937500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.441406250000 0.000000000000 0.000000000000 +0.308593750000 0.210937500000 0.136718750000 0.453125000000 +0.000000000000 0.000000000000 0.511718750000 0.031494140625 +0.000000000000 0.042236328125 0.000000000000 0.000000000000 +0.000000000000 0.151367187500 0.000000000000 0.229492187500 +0.000000000000 0.000000000000 0.011657714844 0.000000000000 +0.000000000000 0.000000000000 0.000029206276 0.020874023438 +0.000000000000 0.047607421875 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.257812500000 0.000000000000 0.000000000000 +0.000000000000 0.144531250000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.126953125000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.394531250000 0.017822265625 +0.400390625000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.566406250000 0.000000000000 0.000000000000 +0.000000000000 0.046630859375 0.000000000000 0.124511718750 +0.033203125000 0.000000000000 0.511718750000 0.000000000000 +0.308593750000 0.000000000000 0.000000000000 0.130859375000 +0.000000000000 0.382812500000 0.000000000000 0.186523437500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.093261718750 0.480468750000 0.451171875000 +0.148437500000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.221679687500 +0.000000000000 0.291015625000 0.000000000000 0.296875000000 +0.000000000000 0.029296875000 0.000000000000 0.057373046875 +0.024414062500 0.000000000000 0.000000000000 0.173828125000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.367187500000 0.000000000000 +0.000000000000 0.140625000000 0.000000000000 0.000000000000 +0.153320312500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.562500000000 0.000000000000 0.000000000000 +0.000000000000 0.050048828125 0.000000000000 0.000000000000 +0.133789062500 0.000000000000 0.431640625000 0.000000000000 +0.206054687500 0.000000000000 0.053710937500 0.380859375000 +0.000000000000 0.330078125000 0.000000000000 0.196289062500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.375000000000 0.691406250000 0.343750000000 +0.410156250000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.210937500000 0.000000000000 0.429687500000 +0.000000000000 0.034912109375 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.209960937500 0.068359375000 +0.328125000000 0.000000000000 0.000000000000 0.081542968750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.443359375000 0.000000000000 +0.000000000000 0.474609375000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.621093750000 0.000000000000 0.074218750000 +0.000000000000 0.163085937500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.507812500000 0.000000000000 +0.000000000000 0.069335937500 0.298828125000 0.441406250000 +0.010070800781 0.000000000000 0.000000000000 0.210937500000 +0.090332031250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.166992187500 0.482421875000 0.000000000000 +0.281250000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.351562500000 0.000000000000 0.054687500000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.539062500000 0.000000000000 +0.300781250000 0.000000000000 0.000000000000 0.136718750000 +0.000000000000 0.157226562500 0.000000000000 0.347656250000 +0.000000000000 0.000000000000 0.261718750000 0.000000000000 +0.000000000000 0.550781250000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.180664062500 +0.000000000000 0.625000000000 0.024291992188 0.000000000000 +0.126953125000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.488281250000 0.000000000000 +0.000000000000 0.211914062500 0.380859375000 0.215820312500 +0.359375000000 0.000000000000 0.000000000000 0.176757812500 +0.015502929688 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.359375000000 0.169921875000 0.000000000000 0.000000000000 +0.026245117188 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.472656250000 0.000000000000 +0.020507812500 0.000000000000 0.000000000000 0.095214843750 +0.000000000000 0.226562500000 0.000000000000 0.166015625000 +0.000000000000 0.000000000000 0.027343750000 0.000000000000 +0.000000000000 0.574218750000 0.000000000000 0.000000000000 +0.000000000000 0.214843750000 0.000000000000 0.170898437500 +0.000000000000 0.535156250000 0.453125000000 0.000000000000 +0.277343750000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.343750000000 0.000000000000 +0.000000000000 0.134765625000 0.000000000000 0.000000000000 +0.410156250000 0.000000000000 0.131835937500 0.182617187500 +0.000000000000 0.172851562500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.250000000000 0.000000000000 0.000000000000 +0.302734375000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.072265625000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.092285156250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.110351562500 +0.000000000000 0.386718750000 0.000000000000 0.000000000000 +0.000000000000 0.330078125000 0.000000000000 0.019409179688 +0.000000000000 0.496093750000 0.632812500000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.208007812500 0.000000000000 +0.063476562500 0.164062500000 0.000000000000 0.000000000000 +0.263671875000 0.000000000000 0.000000000000 0.173828125000 +0.000000000000 0.367187500000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.451171875000 +0.000000000000 0.176757812500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.031127929688 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.183593750000 +0.000000000000 0.000000000000 0.000000000000 0.318359375000 +0.000000000000 0.229492187500 0.000000000000 0.000000000000 +0.000000000000 0.570312500000 0.546875000000 0.000000000000 +0.000000000000 0.000000000000 0.027465820312 0.000000000000 +0.000000000000 0.083984375000 0.292968750000 0.000000000000 +0.000000000000 0.215820312500 0.000000000000 0.000000000000 +0.049316406250 0.000000000000 0.000000000000 0.125000000000 +0.000000000000 0.034179687500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.292968750000 +0.000000000000 0.023803710938 0.000000000000 0.062011718750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.139648437500 +0.000000000000 0.000000000000 0.243164062500 0.769531250000 +0.000000000000 0.169921875000 0.000000000000 0.000000000000 +0.000000000000 0.632812500000 0.355468750000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.277343750000 0.503906250000 0.000000000000 +0.000000000000 0.162109375000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.041503906250 +0.113769531250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.036132812500 0.000000000000 0.044189453125 +0.000000000000 0.094726562500 0.000000000000 0.145507812500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.263671875000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.578125000000 0.578125000000 +0.000000000000 0.208007812500 0.000000000000 0.000000000000 +0.000000000000 0.660156250000 0.226562500000 0.000000000000 +0.061279296875 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.466796875000 0.605468750000 0.000000000000 +0.000000000000 0.045410156250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.075195312500 +0.326171875000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.137695312500 0.000000000000 0.212890625000 +0.107910156250 0.083984375000 0.000000000000 0.316406250000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.484375000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.402343750000 0.000000000000 +0.000000000000 0.277343750000 0.000000000000 0.000000000000 +0.000000000000 0.699218750000 0.141601562500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.519531250000 0.609375000000 0.000000000000 +0.022583007812 0.018676757812 0.000000000000 0.000000000000 +0.058349609375 0.000000000000 0.000000000000 0.114746093750 +0.371093750000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.341796875000 0.000000000000 0.398437500000 +0.652343750000 0.000000000000 0.000000000000 0.455078125000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.492187500000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.247070312500 0.000000000000 0.000000000000 +0.000000000000 0.730468750000 0.102050781250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.582031250000 0.515625000000 0.000000000000 +0.000000000000 0.073242187500 0.000000000000 0.000000000000 +0.244140625000 0.000000000000 0.000000000000 0.114257812500 +0.113281250000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.361328125000 0.000000000000 0.179687500000 +0.789062500000 0.000000000000 0.000000000000 0.451171875000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.241210937500 0.000000000000 +0.024169921875 0.000000000000 0.000000000000 0.217773437500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.316406250000 0.082519531250 0.000000000000 0.000000000000 +0.000000000000 0.151367187500 0.000000000000 0.027343750000 +0.000000000000 0.769531250000 0.162109375000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.570312500000 0.373046875000 0.000000000000 +0.000000000000 0.153320312500 0.000000000000 0.000000000000 +0.414062500000 0.000000000000 0.000000000000 0.103515625000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.044433593750 0.000000000000 0.000000000000 +0.578125000000 0.000000000000 0.000000000000 0.265625000000 +0.147460937500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.117187500000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.014038085938 0.000000000000 0.000000000000 0.312500000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.542968750000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.079101562500 0.000000000000 0.257812500000 +0.000000000000 0.765625000000 0.333984375000 0.000000000000 +0.000000000000 0.000000000000 0.074707031250 0.000000000000 +0.000000000000 0.570312500000 0.236328125000 0.000000000000 +0.000000000000 0.220703125000 0.000000000000 0.000000000000 +0.449218750000 0.000000000000 0.028564453125 0.101074218750 +0.000000000000 0.173828125000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.322265625000 0.000000000000 0.000000000000 0.111328125000 +0.345703125000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.134765625000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.135742187500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.375000000000 0.000000000000 0.022094726562 0.000000000000 +0.000000000000 0.011474609375 0.000000000000 0.308593750000 +0.000000000000 0.750000000000 0.468750000000 0.000000000000 +0.000000000000 0.000000000000 0.402343750000 0.000000000000 +0.000000000000 0.628906250000 0.162109375000 0.000000000000 +0.000000000000 0.231445312500 0.000000000000 0.000000000000 +0.402343750000 0.000000000000 0.101562500000 0.105957031250 +0.000000000000 0.300781250000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.022216796875 +0.134765625000 0.086914062500 0.000000000000 0.092285156250 +0.211914062500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.017578125000 0.000000000000 0.081542968750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.189453125000 +0.000000000000 0.808593750000 0.474609375000 0.000000000000 +0.000000000000 0.000000000000 0.609375000000 0.000000000000 +0.000000000000 0.753906250000 0.205078125000 0.000000000000 +0.000000000000 0.186523437500 0.000000000000 0.000000000000 +0.441406250000 0.000000000000 0.000000000000 0.028442382812 +0.000000000000 0.202148437500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.242187500000 +0.124511718750 0.010375976562 0.000000000000 0.239257812500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.174804687500 0.078125000000 +0.000000000000 0.022216796875 0.000000000000 0.119140625000 +0.000000000000 0.863281250000 0.423828125000 0.000000000000 +0.000000000000 0.000000000000 0.699218750000 0.000000000000 +0.000000000000 0.867187500000 0.257812500000 0.000000000000 +0.000000000000 0.052734375000 0.000000000000 0.000000000000 +0.539062500000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.044189453125 +0.306640625000 0.000000000000 0.000000000000 0.421875000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.036865234375 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.265625000000 0.042480468750 +0.000000000000 0.065917968750 0.000000000000 0.162109375000 +0.000000000000 0.789062500000 0.369140625000 0.000000000000 +0.000000000000 0.093261718750 0.734375000000 0.000000000000 +0.000000000000 0.898437500000 0.245117187500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.628906250000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.482421875000 0.000000000000 0.000000000000 0.439453125000 +0.123535156250 0.000000000000 0.000000000000 0.000000000000 +0.160156250000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.027587890625 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.056396484375 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.246093750000 0.000000000000 +0.000000000000 0.116210937500 0.000000000000 0.275390625000 +0.000000000000 0.589843750000 0.347656250000 0.000000000000 +0.000000000000 0.000000000000 0.738281250000 0.000000000000 +0.000000000000 0.937500000000 0.296875000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.601562500000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.470703125000 0.011291503906 0.000000000000 0.245117187500 +0.193359375000 0.000000000000 0.000000000000 0.000000000000 +0.166992187500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.144531250000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.136718750000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.142578125000 0.000000000000 +0.000000000000 0.175781250000 0.000000000000 0.251953125000 +0.000000000000 0.419921875000 0.361328125000 0.000000000000 +0.265625000000 0.000000000000 0.738281250000 0.000000000000 +0.000000000000 0.972656250000 0.476562500000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.441406250000 0.000000000000 0.191406250000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.267578125000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.229492187500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.042724609375 0.000000000000 +0.000000000000 0.189453125000 0.000000000000 0.000000000000 +0.040527343750 0.369140625000 0.275390625000 0.000000000000 +0.126953125000 0.000000000000 0.718750000000 0.000000000000 +0.000000000000 0.957031250000 0.656250000000 0.000000000000 +0.046630859375 0.045410156250 0.000000000000 0.000000000000 +0.068847656250 0.000000000000 0.248046875000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.324218750000 0.000000000000 0.542968750000 +0.017822265625 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.267578125000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.142578125000 0.000000000000 +0.000000000000 0.065917968750 0.000000000000 0.000000000000 +0.000000000000 0.316406250000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.652343750000 0.000000000000 +0.046386718750 0.769531250000 0.644531250000 0.166015625000 +0.132812500000 0.373046875000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.223632812500 +0.000000000000 0.855468750000 0.000000000000 0.535156250000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.214843750000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.349609375000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.216796875000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.439453125000 0.000000000000 +0.036132812500 0.402343750000 0.597656250000 0.332031250000 +0.000000000000 0.519531250000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.433593750000 +0.000000000000 0.761718750000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.159179687500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.500000000000 0.269531250000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.167968750000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.155273437500 0.216796875000 +0.000000000000 0.000000000000 0.664062500000 0.339843750000 +0.000000000000 0.449218750000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.347656250000 +0.333984375000 0.006652832031 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.073242187500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.707031250000 0.363281250000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.294921875000 0.000000000000 0.000000000000 +0.507812500000 0.000000000000 0.000000000000 0.341796875000 +0.000000000000 0.000000000000 0.601562500000 0.212890625000 +0.000000000000 0.208984375000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.166015625000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.263671875000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.359375000000 0.000000000000 0.000000000000 +0.318359375000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.671875000000 0.000000000000 +0.339843750000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.482421875000 0.000000000000 0.000000000000 +0.376953125000 0.000000000000 0.000000000000 0.150390625000 +0.000000000000 0.000000000000 0.439453125000 0.000000000000 +0.146484375000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.224609375000 0.000000000000 0.167968750000 +0.000000000000 0.279296875000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.208007812500 0.251953125000 +0.095214843750 0.361328125000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.324218750000 +0.000000000000 0.208984375000 0.000000000000 0.660156250000 +0.011779785156 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.202148437500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.245117187500 0.143554687500 0.000000000000 +0.326171875000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.648437500000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.332031250000 0.000000000000 +0.034423828125 0.000000000000 0.017333984375 0.208984375000 +0.000000000000 0.332031250000 0.000000000000 0.136718750000 +0.045166015625 0.203125000000 0.000000000000 0.000000000000 +0.000000000000 0.108886718750 0.644531250000 0.695312500000 +0.539062500000 0.000000000000 0.000000000000 0.059326171875 +0.000000000000 0.000000000000 0.000000000000 0.667968750000 +0.000000000000 0.132812500000 0.000000000000 0.519531250000 +0.000000000000 0.000000000000 0.024658203125 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.167968750000 +0.000000000000 0.000000000000 0.394531250000 0.000000000000 +0.000000000000 0.722656250000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.757812500000 0.000000000000 0.000000000000 +0.000000000000 0.230468750000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.382812500000 0.000000000000 +0.000000000000 0.000000000000 0.180664062500 0.480468750000 +0.050781250000 0.000000000000 0.000000000000 0.052490234375 +0.125000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.351562500000 0.613281250000 0.000000000000 +0.550781250000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.443359375000 0.000000000000 0.371093750000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.404296875000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.503906250000 +0.000000000000 0.000000000000 0.251953125000 0.000000000000 +0.000000000000 0.679687500000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.100097656250 +0.000000000000 0.750000000000 0.000000000000 0.000000000000 +0.000000000000 0.205078125000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.251953125000 0.000000000000 +0.000000000000 0.002014160156 0.219726562500 0.302734375000 +0.470703125000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.198242187500 0.000000000000 +0.249023437500 0.000000000000 0.000000000000 0.000000000000 +0.285156250000 0.390625000000 0.000000000000 0.000000000000 +0.161132812500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.601562500000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.217773437500 0.000000000000 0.472656250000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.191406250000 0.570312500000 0.000000000000 0.000000000000 +0.000000000000 0.053955078125 0.000000000000 0.433593750000 +0.000000000000 0.570312500000 0.167968750000 0.000000000000 +0.000316619873 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.008911132812 0.000000000000 0.000000000000 +0.000000000000 0.071777343750 0.000000000000 0.000000000000 +0.644531250000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.237304687500 0.000000000000 0.000000000000 +0.640625000000 0.130859375000 0.000000000000 0.000000000000 +0.190429687500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.451171875000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.239257812500 0.000000000000 0.021240234375 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.248046875000 0.341796875000 0.000000000000 0.000000000000 +0.000000000000 0.101074218750 0.000000000000 0.519531250000 +0.000000000000 0.451171875000 0.464843750000 0.000000000000 +0.000000000000 0.000000000000 0.332031250000 0.000000000000 +0.000000000000 0.255859375000 0.000000000000 0.000000000000 +0.233398437500 0.045410156250 0.000000000000 0.000000000000 +0.621093750000 0.000000000000 0.000000000000 0.101074218750 +0.000000000000 0.033935546875 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.406250000000 0.000000000000 0.000000000000 +0.371093750000 0.000000000000 0.000000000000 0.000000000000 +0.031250000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000121116638 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.093750000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.109863281250 0.000000000000 0.371093750000 +0.000000000000 0.515625000000 0.500000000000 0.000000000000 +0.000000000000 0.000000000000 0.621093750000 0.000000000000 +0.000000000000 0.570312500000 0.000000000000 0.000000000000 +0.172851562500 0.136718750000 0.000000000000 0.000000000000 +0.554687500000 0.000000000000 0.000000000000 0.025146484375 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.515625000000 +0.000000000000 0.094238281250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.031250000000 +0.000000000000 0.065917968750 0.000000000000 0.132812500000 +0.000000000000 0.656250000000 0.373046875000 0.000000000000 +0.000000000000 0.000000000000 0.792968750000 0.000000000000 +0.000000000000 0.855468750000 0.133789062500 0.000000000000 +0.000000000000 0.243164062500 0.000000000000 0.000000000000 +0.496093750000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.353515625000 0.000000000000 0.496093750000 +0.000000000000 0.000000000000 0.000000000000 0.062988281250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.059082031250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.179687500000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.375000000000 0.031738281250 +0.000000000000 0.032714843750 0.000000000000 0.037597656250 +0.000000000000 0.718750000000 0.273437500000 0.000000000000 +0.000000000000 0.000000000000 0.816406250000 0.000000000000 +0.000000000000 0.988281250000 0.302734375000 0.000000000000 +0.000000000000 0.250000000000 0.000000000000 0.000000000000 +0.435546875000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.376953125000 0.000000000000 0.123046875000 +0.208984375000 0.000000000000 0.000000000000 0.173828125000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.178710937500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.310546875000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.539062500000 0.000000000000 +0.000000000000 0.009216308594 0.000000000000 0.000000000000 +0.000000000000 0.691406250000 0.225585937500 0.000000000000 +0.000000000000 0.000000000000 0.761718750000 0.000000000000 +0.000000000000 0.988281250000 0.431640625000 0.000000000000 +0.000000000000 0.185546875000 0.000000000000 0.000000000000 +0.414062500000 0.000000000000 0.006835937500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.171875000000 0.000000000000 0.000000000000 +0.445312500000 0.000000000000 0.000000000000 0.237304687500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.193359375000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.251953125000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.474609375000 0.000000000000 +0.000000000000 0.037597656250 0.000000000000 0.000000000000 +0.000000000000 0.644531250000 0.275390625000 0.000000000000 +0.000000000000 0.000000000000 0.660156250000 0.000000000000 +0.000000000000 0.929687500000 0.546875000000 0.000000000000 +0.000000000000 0.151367187500 0.000000000000 0.000000000000 +0.402343750000 0.000000000000 0.109863281250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.063964843750 0.000000000000 0.000000000000 +0.515625000000 0.000000000000 0.000000000000 0.203125000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.085937500000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.200195312500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.351562500000 0.000000000000 +0.000000000000 0.131835937500 0.000000000000 0.000000000000 +0.000000000000 0.652343750000 0.382812500000 0.000000000000 +0.000000000000 0.000000000000 0.546875000000 0.000000000000 +0.000000000000 0.839843750000 0.636718750000 0.000000000000 +0.000000000000 0.179687500000 0.000000000000 0.000000000000 +0.361328125000 0.000000000000 0.186523437500 0.000000000000 +0.000000000000 0.021240234375 0.000000000000 0.000000000000 +0.000000000000 0.133789062500 0.000000000000 0.125000000000 +0.402343750000 0.000000000000 0.000000000000 0.160156250000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.173828125000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.261718750000 0.000000000000 +0.000000000000 0.240234375000 0.000000000000 0.000000000000 +0.000000000000 0.695312500000 0.466796875000 0.000000000000 +0.000000000000 0.000000000000 0.425781250000 0.000000000000 +0.000000000000 0.667968750000 0.675781250000 0.000000000000 +0.000000000000 0.249023437500 0.000000000000 0.000000000000 +0.298828125000 0.000000000000 0.083007812500 0.000000000000 +0.000000000000 0.098632812500 0.000000000000 0.000000000000 +0.000000000000 0.316406250000 0.000000000000 0.330078125000 +0.227539062500 0.000000000000 0.000000000000 0.206054687500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.104492187500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.026245117188 +0.000000000000 0.000000000000 0.239257812500 0.000000000000 +0.000000000000 0.294921875000 0.000000000000 0.000000000000 +0.000000000000 0.742187500000 0.500000000000 0.000000000000 +0.000000000000 0.046386718750 0.265625000000 0.000000000000 +0.067382812500 0.388671875000 0.675781250000 0.000000000000 +0.000000000000 0.332031250000 0.000000000000 0.000000000000 +0.179687500000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.132812500000 0.000000000000 0.000000000000 +0.000000000000 0.408203125000 0.000000000000 0.164062500000 +0.071777343750 0.000000000000 0.000000000000 0.312500000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.177734375000 +0.000000000000 0.000000000000 0.298828125000 0.029907226562 +0.000000000000 0.253906250000 0.000000000000 0.000000000000 +0.000000000000 0.761718750000 0.523437500000 0.000000000000 +0.000000000000 0.048095703125 0.062255859375 0.000000000000 +0.000000000000 0.056884765625 0.617187500000 0.000000000000 +0.000000000000 0.318359375000 0.000000000000 0.000000000000 +0.012695312500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.079589843750 0.000000000000 0.000000000000 +0.000000000000 0.196289062500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.400390625000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.009582519531 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.219726562500 +0.000000000000 0.000000000000 0.287109375000 0.193359375000 +0.000000000000 0.176757812500 0.000000000000 0.000000000000 +0.000000000000 0.726562500000 0.546875000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.038818359375 +0.000000000000 0.000000000000 0.507812500000 0.000000000000 +0.000000000000 0.153320312500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.111816406250 0.027587890625 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.004669189453 0.086914062500 0.000000000000 0.429687500000 +0.359375000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.238281250000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.085449218750 +0.000000000000 0.000000000000 0.200195312500 0.322265625000 +0.000000000000 0.107421875000 0.000000000000 0.000000000000 +0.000000000000 0.640625000000 0.566406250000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.165039062500 +0.000000000000 0.000000000000 0.330078125000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.261718750000 0.014648437500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.108886718750 0.429687500000 0.000000000000 0.369140625000 +0.464843750000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.498046875000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.223632812500 +0.000000000000 0.083007812500 0.000000000000 0.000000000000 +0.000000000000 0.539062500000 0.589843750000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.235351562500 +0.000000000000 0.000000000000 0.294921875000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.339843750000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.176757812500 0.500000000000 0.000000000000 0.188476562500 +0.222656250000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.149414062500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.738281250000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.083496093750 0.000000000000 0.000000000000 +0.000000000000 0.470703125000 0.589843750000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.285156250000 +0.000000000000 0.000000000000 0.408203125000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.275390625000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.241210937500 +0.104980468750 0.275390625000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.241210937500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.898437500000 0.000000000000 +0.056640625000 0.000000000000 0.073242187500 0.000000000000 +0.016845703125 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.039550781250 0.000000000000 0.000000000000 +0.000000000000 0.447265625000 0.470703125000 0.211914062500 +0.000000000000 0.000000000000 0.000000000000 0.298828125000 +0.000000000000 0.057373046875 0.609375000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.109863281250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.239257812500 0.000000000000 0.439453125000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.250000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.945312500000 0.148437500000 +0.239257812500 0.000000000000 0.035888671875 0.000000000000 +0.053466796875 0.022460937500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.437500000000 0.237304687500 0.367187500000 +0.000000000000 0.000000000000 0.000000000000 0.365234375000 +0.000000000000 0.113281250000 0.777343750000 0.000000000000 +0.000000000000 0.205078125000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.546875000000 0.000000000000 0.416015625000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.181640625000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.843750000000 0.243164062500 +0.322265625000 0.000000000000 0.000000000000 0.000000000000 +0.070800781250 0.180664062500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.419921875000 0.000000000000 0.347656250000 +0.000000000000 0.000000000000 0.000000000000 0.511718750000 +0.000000000000 0.000000000000 0.781250000000 0.000000000000 +0.000000000000 0.359375000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.605468750000 0.000000000000 0.099121093750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.041503906250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.640625000000 0.139648437500 +0.277343750000 0.000000000000 0.000000000000 0.000000000000 +0.062011718750 0.265625000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.012329101562 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.378906250000 0.000000000000 0.237304687500 +0.000000000000 0.000000000000 0.000000000000 0.722656250000 +0.000000000000 0.000000000000 0.695312500000 0.000000000000 +0.000000000000 0.431640625000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.246093750000 +0.000000000000 0.281250000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.051025390625 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.416015625000 0.000000000000 +0.161132812500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.292968750000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.414062500000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.314453125000 0.000000000000 0.023071289062 +0.000000000000 0.000000000000 0.000000000000 0.953125000000 +0.000000000000 0.000000000000 0.566406250000 0.000000000000 +0.000000000000 0.386718750000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.281250000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.102539062500 0.000000000000 0.000000000000 +0.484375000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.212890625000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.253906250000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.632812500000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.248046875000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 1.171875000000 +0.000000000000 0.000000000000 0.351562500000 0.000000000000 +0.000000000000 0.251953125000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.519531250000 0.000000000000 0.000000000000 +0.656250000000 0.000000000000 0.000000000000 0.000000000000 +0.082031250000 0.135742187500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.120605468750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.095703125000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.628906250000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.167968750000 0.000000000000 0.000000000000 +0.094726562500 0.000000000000 0.069824218750 1.281250000000 +0.000000000000 0.000000000000 0.143554687500 0.000000000000 +0.000000000000 0.118652343750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.703125000000 0.000000000000 0.000000000000 +0.490234375000 0.000000000000 0.000000000000 0.000000000000 +0.091308593750 0.404296875000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.133789062500 +0.000000000000 0.000000000000 0.058105468750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.490234375000 +0.127929687500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.112792968750 0.000000000000 0.000000000000 +0.119140625000 0.000000000000 0.065917968750 1.187500000000 +0.000000000000 0.000000000000 0.126953125000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.016845703125 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.159179687500 +0.000000000000 0.433593750000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.628906250000 0.000000000000 0.000000000000 +0.000000000000 0.054687500000 0.000000000000 0.433593750000 +0.000000000000 0.019287109375 0.052978515625 0.000000000000 +0.019287109375 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.277343750000 +0.523437500000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.178710937500 0.000000000000 0.000000000000 +0.048828125000 0.000000000000 0.000000000000 0.789062500000 +0.000000000000 0.000000000000 0.322265625000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.125976562500 0.000000000000 0.069824218750 +0.000000000000 0.000000000000 0.052734375000 0.000000000000 +0.000000000000 0.032714843750 0.042724609375 0.468750000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.695312500000 0.000000000000 0.188476562500 +0.000000000000 0.000000000000 0.000000000000 0.667968750000 +0.000000000000 0.000000000000 0.084472656250 0.320312500000 +0.235351562500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.500000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.316406250000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.267578125000 +0.000000000000 0.000000000000 0.474609375000 0.000000000000 +0.000000000000 0.055908203125 0.000000000000 0.078125000000 +0.000000000000 0.335937500000 0.000000000000 0.048828125000 +0.000000000000 0.000000000000 0.132812500000 0.000000000000 +0.000000000000 0.531250000000 0.710937500000 0.494140625000 +0.047607421875 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.511718750000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.644531250000 +0.090332031250 0.000000000000 0.020874023438 0.507812500000 +0.294921875000 0.000000000000 0.087402343750 0.000000000000 +0.000000000000 0.000000000000 0.140625000000 0.000000000000 +0.000000000000 0.496093750000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.388671875000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.490234375000 0.000000000000 +0.000000000000 0.287109375000 0.271484375000 0.376953125000 +0.000000000000 0.180664062500 0.000000000000 0.126953125000 +0.135742187500 0.000000000000 0.128906250000 0.000000000000 +0.000000000000 0.636718750000 0.949218750000 0.023803710938 +0.107421875000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.202148437500 0.000000000000 0.059570312500 +0.000000000000 0.089355468750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.105468750000 0.421875000000 +0.341796875000 0.000000000000 0.000000000000 0.445312500000 +0.228515625000 0.000000000000 0.010925292969 0.112304687500 +0.000000000000 0.000000000000 0.257812500000 0.000000000000 +0.000000000000 0.695312500000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.531250000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.437500000000 0.000000000000 +0.000000000000 0.472656250000 0.304687500000 0.375000000000 +0.205078125000 0.000000000000 0.000000000000 0.151367187500 +0.134765625000 0.000000000000 0.007110595703 0.000000000000 +0.000000000000 0.175781250000 0.726562500000 0.000000000000 +0.000000000000 0.000000000000 0.151367187500 0.000000000000 +0.000000000000 0.455078125000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.382812500000 0.096679687500 +0.108398437500 0.000000000000 0.000000000000 0.322265625000 +0.034179687500 0.126953125000 0.000000000000 0.351562500000 +0.000000000000 0.000000000000 0.125000000000 0.000000000000 +0.000000000000 0.679687500000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.138671875000 +0.000000000000 0.582031250000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.226562500000 0.000000000000 +0.061035156250 0.416015625000 0.179687500000 0.161132812500 +0.523437500000 0.000000000000 0.000000000000 0.112304687500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.124023437500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.439453125000 0.345703125000 0.000000000000 0.000000000000 +0.146484375000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.437500000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.287109375000 0.000000000000 0.259765625000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.531250000000 0.000000000000 0.000000000000 +0.000000000000 0.035400390625 0.000000000000 0.353515625000 +0.000000000000 0.558593750000 0.214843750000 0.000000000000 +0.000000000000 0.000000000000 0.034179687500 0.000000000000 +0.000000000000 0.106933593750 0.000000000000 0.000000000000 +0.163085937500 0.167968750000 0.000000000000 0.000000000000 +0.597656250000 0.000000000000 0.000000000000 0.166992187500 +0.000000000000 0.012878417969 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.353515625000 0.000000000000 0.000000000000 +0.507812500000 0.033447265625 0.000000000000 0.000000000000 +0.121093750000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.192382812500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.167968750000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.141601562500 0.234375000000 0.000000000000 0.000000000000 +0.000000000000 0.113281250000 0.000000000000 0.386718750000 +0.000000000000 0.593750000000 0.435546875000 0.000000000000 +0.000000000000 0.000000000000 0.341796875000 0.000000000000 +0.000000000000 0.373046875000 0.000000000000 0.000000000000 +0.122070312500 0.065917968750 0.000000000000 0.000000000000 +0.542968750000 0.000000000000 0.000000000000 0.146484375000 +0.000000000000 0.062500000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.207031250000 +0.000000000000 0.324218750000 0.000000000000 0.000000000000 +0.138671875000 0.000000000000 0.000000000000 0.000000000000 +0.038085937500 0.000000000000 0.000000000000 0.002304077148 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.102050781250 0.000000000000 0.214843750000 +0.000000000000 0.714843750000 0.431640625000 0.000000000000 +0.000000000000 0.000000000000 0.585937500000 0.000000000000 +0.000000000000 0.660156250000 0.030273437500 0.000000000000 +0.000000000000 0.143554687500 0.000000000000 0.000000000000 +0.507812500000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.017456054688 0.000000000000 0.384765625000 +0.000000000000 0.004486083984 0.000000000000 0.127929687500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.023681640625 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.151367187500 0.003601074219 +0.000000000000 0.083496093750 0.000000000000 0.107421875000 +0.000000000000 0.800781250000 0.371093750000 0.000000000000 +0.000000000000 0.000000000000 0.707031250000 0.000000000000 +0.000000000000 0.871093750000 0.181640625000 0.000000000000 +0.000000000000 0.152343750000 0.000000000000 0.000000000000 +0.503906250000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.184570312500 0.000000000000 0.210937500000 +0.103027343750 0.000000000000 0.000000000000 0.269531250000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.144531250000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.097167968750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.382812500000 0.000000000000 +0.000000000000 0.056152343750 0.000000000000 0.097656250000 +0.000000000000 0.792968750000 0.326171875000 0.000000000000 +0.000000000000 0.000000000000 0.738281250000 0.000000000000 +0.000000000000 0.953125000000 0.269531250000 0.000000000000 +0.000000000000 0.045166015625 0.000000000000 0.000000000000 +0.523437500000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.024047851562 0.000000000000 0.000000000000 +0.347656250000 0.000000000000 0.000000000000 0.345703125000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.222656250000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.156250000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.390625000000 0.000000000000 +0.000000000000 0.065429687500 0.000000000000 0.152343750000 +0.000000000000 0.664062500000 0.306640625000 0.000000000000 +0.000000000000 0.000000000000 0.734375000000 0.000000000000 +0.000000000000 0.964843750000 0.361328125000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.515625000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.470703125000 0.000000000000 0.000000000000 0.291015625000 +0.052001953125 0.000000000000 0.000000000000 0.000000000000 +0.212890625000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.055419921875 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.145507812500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.289062500000 0.000000000000 +0.000000000000 0.114746093750 0.000000000000 0.186523437500 +0.000000000000 0.507812500000 0.324218750000 0.000000000000 +0.014099121094 0.000000000000 0.695312500000 0.000000000000 +0.000000000000 0.960937500000 0.496093750000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.427734375000 0.000000000000 0.115234375000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.402343750000 0.000000000000 0.000000000000 0.051757812500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.044921875000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000984191895 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.182617187500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.163085937500 0.000000000000 +0.000000000000 0.176757812500 0.000000000000 0.065429687500 +0.006164550781 0.476562500000 0.291015625000 0.000000000000 +0.181640625000 0.000000000000 0.636718750000 0.000000000000 +0.000000000000 0.933593750000 0.703125000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.205078125000 0.000000000000 0.239257812500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.051269531250 0.000000000000 0.269531250000 +0.197265625000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.167968750000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.077148437500 0.000000000000 +0.000000000000 0.130859375000 0.000000000000 0.000000000000 +0.000000000000 0.542968750000 0.151367187500 0.000000000000 +0.000000000000 0.000000000000 0.597656250000 0.000000000000 +0.000000000000 0.789062500000 0.847656250000 0.047363281250 +0.000000000000 0.117675781250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.047119140625 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.126953125000 +0.000000000000 0.558593750000 0.000000000000 0.523437500000 +0.024780273438 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.088378906250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.108398437500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.550781250000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.503906250000 0.000000000000 +0.185546875000 0.378906250000 0.851562500000 0.261718750000 +0.093750000000 0.253906250000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.472656250000 +0.000000000000 0.800781250000 0.000000000000 0.227539062500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.069335937500 +0.000000000000 0.000000000000 0.038085937500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.519531250000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.316406250000 0.341796875000 +0.000000000000 0.000000000000 0.777343750000 0.269531250000 +0.023193359375 0.269531250000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.660156250000 +0.095703125000 0.460937500000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.187500000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.126953125000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.369140625000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.138671875000 0.839843750000 +0.000000000000 0.000000000000 0.589843750000 0.077148437500 +0.000000000000 0.250000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.605468750000 +0.337890625000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.116699218750 0.000000000000 0.000000000000 +0.589843750000 0.000000000000 0.000000000000 0.000000000000 +0.113281250000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.414062500000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.149414062500 0.000000000000 0.000000000000 +0.136718750000 0.000000000000 0.017944335938 1.265625000000 +0.000000000000 0.000000000000 0.217773437500 0.000000000000 +0.000000000000 0.190429687500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.029907226562 +0.221679687500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.906250000000 0.000000000000 0.000000000000 +0.906250000000 0.000000000000 0.000000000000 0.000000000000 +0.161132812500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.382812500000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.196289062500 0.000000000000 0.063476562500 1.492187500000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.003051757812 0.042724609375 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 1.156250000000 0.000000000000 0.000000000000 +0.609375000000 0.000000000000 0.000000000000 0.000000000000 +0.060302734375 0.427734375000 0.000000000000 0.000000000000 +0.000000000000 0.083007812500 0.000000000000 0.049072265625 +0.000000000000 0.151367187500 0.019042968750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.120605468750 +0.155273437500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.054931640625 0.000000000000 0.044921875000 1.320312500000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.367187500000 +0.000000000000 0.636718750000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.789062500000 0.000000000000 0.419921875000 +0.000000000000 0.000000000000 0.000000000000 0.539062500000 +0.000000000000 0.227539062500 0.053955078125 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.652343750000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.055664062500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.808593750000 +0.000000000000 0.000000000000 0.249023437500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.208984375000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.020263671875 0.000000000000 +0.000000000000 0.105957031250 0.166015625000 0.722656250000 +0.110839843750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.855468750000 0.000000000000 0.496093750000 +0.000000000000 0.000000000000 0.000000000000 0.917968750000 +0.000000000000 0.055419921875 0.114746093750 0.328125000000 +0.359375000000 0.000000000000 0.120605468750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.531250000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.163085937500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.241210937500 +0.000000000000 0.000000000000 0.429687500000 0.000000000000 +0.000000000000 0.037109375000 0.013122558594 0.083007812500 +0.000000000000 0.414062500000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.197265625000 0.000000000000 +0.000000000000 0.710937500000 0.839843750000 0.558593750000 +0.227539062500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.570312500000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.894531250000 +0.149414062500 0.000000000000 0.052978515625 0.515625000000 +0.447265625000 0.000000000000 0.217773437500 0.000000000000 +0.000000000000 0.000000000000 0.170898437500 0.000000000000 +0.000000000000 0.542968750000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.197265625000 0.000000000000 0.014770507812 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.523437500000 0.000000000000 +0.000000000000 0.345703125000 0.353515625000 0.373046875000 +0.000000000000 0.174804687500 0.000000000000 0.108398437500 +0.197265625000 0.000000000000 0.239257812500 0.000000000000 +0.000000000000 0.667968750000 1.039062500000 0.000000000000 +0.122070312500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.222656250000 0.000000000000 0.000000000000 +0.000000000000 0.030761718750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.163085937500 0.605468750000 +0.416015625000 0.000000000000 0.000000000000 0.535156250000 +0.304687500000 0.000000000000 0.076171875000 0.151367187500 +0.000000000000 0.000000000000 0.210937500000 0.000000000000 +0.000000000000 0.691406250000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.316406250000 0.000000000000 0.137695312500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.550781250000 0.000000000000 +0.000000000000 0.431640625000 0.443359375000 0.253906250000 +0.267578125000 0.000000000000 0.000000000000 0.229492187500 +0.115722656250 0.000000000000 0.158203125000 0.000000000000 +0.000000000000 0.000000000000 0.757812500000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.437500000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.375000000000 0.248046875000 +0.111328125000 0.000000000000 0.000000000000 0.449218750000 +0.000000000000 0.157226562500 0.000000000000 0.322265625000 +0.000000000000 0.000000000000 0.057128906250 0.000000000000 +0.000000000000 0.609375000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.253906250000 +0.000000000000 0.402343750000 0.000000000000 0.000000000000 +0.308593750000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.457031250000 0.000000000000 +0.140625000000 0.285156250000 0.367187500000 0.000000000000 +0.460937500000 0.000000000000 0.000000000000 0.228515625000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.213867187500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.460937500000 0.359375000000 0.000000000000 0.000000000000 +0.027465820312 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.247070312500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.123535156250 +0.000000000000 0.298828125000 0.000000000000 0.124511718750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.337890625000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.322265625000 +0.000000000000 0.458984375000 0.000000000000 0.000000000000 +0.300781250000 0.000000000000 0.073242187500 0.000000000000 +0.000000000000 0.111328125000 0.337890625000 0.000000000000 +0.527343750000 0.054199218750 0.000000000000 0.000000000000 +0.337890625000 0.000000000000 0.000000000000 0.212890625000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.269531250000 0.000000000000 0.000000000000 +0.227539062500 0.136718750000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.148437500000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.076660156250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.127929687500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.055175781250 0.593750000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.408203125000 0.000000000000 +0.000000000000 0.208984375000 0.357421875000 0.000000000000 +0.617187500000 0.046630859375 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.018432617188 +0.000000000000 0.000000000000 0.000000000000 0.150390625000 +0.000000000000 0.000000000000 0.000000000000 0.539062500000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.180664062500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.101562500000 0.656250000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.652343750000 0.000000000000 +0.000000000000 0.169921875000 0.355468750000 0.000000000000 +0.249023437500 0.205078125000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.332031250000 +0.000000000000 0.347656250000 0.000000000000 0.279296875000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.285156250000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.170898437500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.156250000000 0.558593750000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.753906250000 0.121093750000 +0.000000000000 0.016967773438 0.300781250000 0.000000000000 +0.000000000000 0.243164062500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.292968750000 +0.000000000000 0.143554687500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.082031250000 0.000000000000 0.000000000000 0.000000000000 +0.566406250000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.431640625000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.257812500000 0.341796875000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.781250000000 0.339843750000 +0.000000000000 0.000000000000 0.172851562500 0.000000000000 +0.000000000000 0.204101562500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.027709960938 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.228515625000 0.000000000000 0.003616333008 +0.539062500000 0.000000000000 0.000000000000 0.000000000000 +0.593750000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.096191406250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.417968750000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.435546875000 0.107910156250 0.000000000000 0.000000000000 +0.039794921875 0.000000000000 0.894531250000 0.412109375000 +0.000000000000 0.055664062500 0.111328125000 0.000000000000 +0.000000000000 0.073242187500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.355468750000 0.000000000000 0.000000000000 +0.496093750000 0.000000000000 0.000000000000 0.000000000000 +0.480468750000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.320312500000 +0.000000000000 0.222656250000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.273437500000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.542968750000 0.001472473145 0.000000000000 0.000000000000 +0.158203125000 0.000000000000 0.945312500000 0.324218750000 +0.000000000000 0.245117187500 0.203125000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.185546875000 +0.000000000000 0.014831542969 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.168945312500 0.000000000000 0.000000000000 0.141601562500 +0.000000000000 0.000000000000 0.000000000000 0.570312500000 +0.000000000000 0.349609375000 0.000000000000 0.000000000000 +0.062500000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.075195312500 0.000000000000 +0.214843750000 0.000000000000 0.000000000000 0.000000000000 +0.597656250000 0.060546875000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.847656250000 0.081054687500 +0.500000000000 0.494140625000 0.390625000000 0.066406250000 +0.000000000000 0.000000000000 0.000000000000 0.232421875000 +0.000000000000 0.000000000000 0.023071289062 0.000000000000 +0.000000000000 0.000000000000 0.187500000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.550781250000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.075683593750 0.000000000000 0.271484375000 +0.000000000000 0.000000000000 0.000000000000 0.679687500000 +0.000000000000 0.176757812500 0.000000000000 0.027709960938 +0.217773437500 0.125976562500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.400390625000 0.000000000000 0.000000000000 0.000000000000 +0.396484375000 0.214843750000 0.000000000000 0.000000000000 +0.000000000000 0.437500000000 0.691406250000 0.000000000000 +0.906250000000 0.496093750000 0.496093750000 0.332031250000 +0.000000000000 0.039794921875 0.000000000000 0.371093750000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.396484375000 0.000000000000 +0.000000000000 0.345703125000 0.000000000000 0.496093750000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.096679687500 +0.000000000000 0.083496093750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.566406250000 +0.498046875000 0.000000000000 0.000000000000 0.353515625000 +0.136718750000 0.218750000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.013916015625 +0.115722656250 0.000000000000 0.000000000000 0.000000000000 +0.071289062500 0.225585937500 0.141601562500 0.000000000000 +0.000000000000 0.589843750000 0.349609375000 0.000000000000 +0.957031250000 0.169921875000 0.542968750000 0.429687500000 +0.000000000000 0.202148437500 0.000000000000 0.369140625000 +0.000000000000 0.203125000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.373046875000 0.000000000000 +0.000000000000 0.251953125000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.058105468750 +0.000000000000 0.000000000000 0.000000000000 0.001205444336 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.106933593750 0.000000000000 0.253906250000 +0.753906250000 0.000000000000 0.000000000000 0.369140625000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.328125000000 0.441406250000 +0.000000000000 0.000000000000 0.000000000000 0.142578125000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.343750000000 0.308593750000 0.000774383545 +0.000000000000 0.392578125000 0.014770507812 0.000000000000 +0.601562500000 0.000000000000 0.601562500000 0.298828125000 +0.000000000000 0.287109375000 0.000000000000 0.038330078125 +0.000000000000 0.065917968750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.279296875000 0.000000000000 +0.152343750000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.345703125000 0.000000000000 0.000000000000 +0.664062500000 0.000000000000 0.000000000000 0.192382812500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.593750000000 0.636718750000 +0.000000000000 0.000000000000 0.000000000000 0.124023437500 +0.000000000000 0.000000000000 0.000000000000 0.054931640625 +0.000000000000 0.400390625000 0.165039062500 0.000000000000 +0.357421875000 0.000000000000 0.000000000000 0.083496093750 +0.000000000000 0.000000000000 0.570312500000 0.000000000000 +0.330078125000 0.144531250000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.172851562500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.281250000000 0.000000000000 0.000000000000 +0.296875000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.357421875000 0.000000000000 0.000000000000 +0.205078125000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.515625000000 0.609375000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.375000000000 0.000000000000 0.000000000000 +0.214843750000 0.000000000000 0.000000000000 0.347656250000 +0.000000000000 0.000000000000 0.433593750000 0.000000000000 +0.746093750000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.027954101562 +0.000000000000 0.585937500000 0.000000000000 0.000000000000 +0.043212890625 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.210937500000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.116699218750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.206054687500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.363281250000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.589843750000 +0.000000000000 0.000000000000 0.359375000000 0.000000000000 +0.482421875000 0.015380859375 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.361328125000 +0.000000000000 0.365234375000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.047851562500 0.048339843750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.412109375000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.326171875000 0.000000000000 0.009704589844 +0.000000000000 0.000000000000 0.000000000000 0.695312500000 +0.000000000000 0.000000000000 0.449218750000 0.000000000000 +0.000000000000 0.204101562500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.083007812500 0.000000000000 0.086425781250 +0.000000000000 0.051757812500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.198242187500 0.131835937500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.425781250000 0.000000000000 +0.120605468750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.053466796875 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.343750000000 0.000000000000 0.034667968750 +0.000000000000 0.000000000000 0.000000000000 0.667968750000 +0.000000000000 0.000000000000 0.455078125000 0.000000000000 +0.000000000000 0.361328125000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.068847656250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.051757812500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.205078125000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.316406250000 0.000000000000 +0.188476562500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.255859375000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.106445312500 0.031738281250 +0.406250000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.503906250000 0.000000000000 0.042480468750 +0.000000000000 0.000000000000 0.000000000000 0.458984375000 +0.000000000000 0.000000000000 0.496093750000 0.000000000000 +0.000000000000 0.318359375000 0.000000000000 0.000000000000 +0.000000000000 0.202148437500 0.000000000000 0.190429687500 +0.000000000000 0.206054687500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.062255859375 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.359375000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.099609375000 +0.000000000000 0.000000000000 0.178710937500 0.110839843750 +0.063964843750 0.000000000000 0.000000000000 0.000000000000 +0.239257812500 0.261718750000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.691406250000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.726562500000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.230468750000 +0.000000000000 0.000000000000 0.511718750000 0.000000000000 +0.000000000000 0.160156250000 0.000000000000 0.000000000000 +0.000000000000 0.660156250000 0.000000000000 0.216796875000 +0.000000000000 0.462890625000 0.000000000000 0.000000000000 +0.000000000000 0.173828125000 0.000000000000 0.233398437500 +0.296875000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.341796875000 0.000000000000 0.084472656250 +0.000000000000 0.000000000000 0.000000000000 0.251953125000 +0.000000000000 0.000000000000 0.141601562500 0.022094726562 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.470703125000 0.147460937500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.427734375000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.800781250000 0.025878906250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.070312500000 +0.000000000000 0.000000000000 0.458984375000 0.000000000000 +0.000000000000 0.031738281250 0.000000000000 0.000000000000 +0.000000000000 0.855468750000 0.000000000000 0.153320312500 +0.051269531250 0.410156250000 0.000000000000 0.000000000000 +0.000000000000 0.218750000000 0.000000000000 0.043945312500 +0.375000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.169921875000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.271484375000 +0.318359375000 0.000000000000 0.199218750000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.613281250000 0.050781250000 0.000000000000 0.000000000000 +0.000000000000 0.108886718750 0.000000000000 0.234375000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.738281250000 0.376953125000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.337890625000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.742187500000 0.000000000000 0.000000000000 +0.398437500000 0.022460937500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.137695312500 0.000000000000 0.000000000000 0.000000000000 +0.154296875000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.120117187500 +0.357421875000 0.000000000000 0.371093750000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.644531250000 0.000000000000 0.022583007812 0.000000000000 +0.000000000000 0.172851562500 0.000000000000 0.453125000000 +0.000000000000 0.061523437500 0.000000000000 0.000000000000 +0.000000000000 0.554687500000 0.636718750000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.187500000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.228515625000 0.289062500000 0.000000000000 0.000000000000 +0.453125000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.197265625000 0.000000000000 0.000000000000 +0.441406250000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.112304687500 0.000000000000 0.570312500000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.531250000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.408203125000 +0.000000000000 0.202148437500 0.000000000000 0.000000000000 +0.000000000000 0.400390625000 0.796875000000 0.000000000000 +0.281250000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.082519531250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.333984375000 0.000000000000 0.000000000000 0.000000000000 +0.306640625000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.511718750000 0.000000000000 0.000000000000 +0.287109375000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.835937500000 0.000000000000 +0.000000000000 0.000000000000 0.016357421875 0.000000000000 +0.339843750000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.183593750000 +0.000000000000 0.118652343750 0.000000000000 0.000000000000 +0.000000000000 0.328125000000 0.687500000000 0.000000000000 +0.098632812500 0.000000000000 0.000000000000 0.118164062500 +0.000000000000 0.000000000000 0.149414062500 0.000000000000 +0.144531250000 0.000000000000 0.000000000000 0.000000000000 +0.085937500000 0.000000000000 0.000000000000 0.000000000000 +0.018676757812 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.337890625000 +0.000000000000 0.300781250000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.117675781250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 1.054687500000 0.000000000000 +0.090820312500 0.000000000000 0.129882812500 0.000000000000 +0.083007812500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.259765625000 0.408203125000 0.037109375000 +0.000000000000 0.000000000000 0.000000000000 0.361328125000 +0.000000000000 0.055175781250 0.322265625000 0.000000000000 +0.119140625000 0.214843750000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.386718750000 0.000000000000 0.585937500000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.192382812500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 1.093750000000 0.050537109375 +0.365234375000 0.000000000000 0.018432617188 0.000000000000 +0.000000000000 0.004638671875 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.056396484375 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.117187500000 0.020385742188 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.566406250000 +0.000000000000 0.035156250000 0.365234375000 0.000000000000 +0.000000000000 0.539062500000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.535156250000 0.000000000000 0.156250000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.192382812500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.929687500000 0.089355468750 +0.574218750000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.088378906250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.038330078125 0.347656250000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.738281250000 +0.000000000000 0.000000000000 0.382812500000 0.000000000000 +0.000000000000 0.628906250000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.119628906250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.253906250000 0.000000000000 0.000000000000 +0.063476562500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.656250000000 0.080078125000 +0.531250000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.155273437500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.468750000000 0.640625000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.080078125000 0.000000000000 0.000000000000 0.742187500000 +0.000000000000 0.000000000000 0.376953125000 0.000000000000 +0.000000000000 0.523437500000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.072265625000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.146484375000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.335937500000 0.000000000000 0.000000000000 +0.298828125000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.404296875000 0.156250000000 +0.355468750000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.213867187500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.617187500000 0.457031250000 +0.279296875000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.174804687500 0.000000000000 0.000000000000 +0.224609375000 0.000000000000 0.000000000000 0.402343750000 +0.000000000000 0.000000000000 0.357421875000 0.000000000000 +0.000000000000 0.222656250000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.154296875000 +0.000000000000 0.026367187500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.106445312500 +0.116210937500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.462890625000 0.000000000000 0.206054687500 +0.347656250000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.223632812500 0.257812500000 +0.115722656250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.177734375000 0.000000000000 0.000000000000 +0.000000000000 0.077148437500 0.230468750000 0.000000000000 +0.566406250000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.396484375000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.051269531250 +0.000000000000 0.000000000000 0.365234375000 0.000000000000 +0.000000000000 0.000000000000 0.104980468750 0.000000000000 +0.000000000000 0.300781250000 0.000000000000 0.154296875000 +0.000000000000 0.326171875000 0.000000000000 0.000000000000 +0.000000000000 0.236328125000 0.458984375000 0.531250000000 +0.593750000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.328125000000 +0.000000000000 0.353515625000 0.000000000000 0.384765625000 +0.217773437500 0.000000000000 0.000000000000 0.246093750000 +0.000000000000 0.000000000000 0.061523437500 0.176757812500 +0.000000000000 0.000000000000 0.000000000000 0.079589843750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.632812500000 0.000000000000 0.000000000000 +0.124023437500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.412109375000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.431640625000 0.000000000000 +0.000000000000 0.000000000000 0.337890625000 0.248046875000 +0.000000000000 0.180664062500 0.000000000000 0.217773437500 +0.044921875000 0.051513671875 0.000000000000 0.000000000000 +0.000000000000 0.382812500000 0.707031250000 0.070800781250 +0.636718750000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.119140625000 0.000000000000 0.337890625000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.105468750000 0.239257812500 +0.310546875000 0.000000000000 0.000000000000 0.096191406250 +0.000000000000 0.000000000000 0.000000000000 0.386718750000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.636718750000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.419921875000 0.000000000000 0.283203125000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.613281250000 0.000000000000 +0.000000000000 0.000000000000 0.421875000000 0.341796875000 +0.255859375000 0.000000000000 0.000000000000 0.269531250000 +0.064453125000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.488281250000 0.000000000000 +0.212890625000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.373046875000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.404296875000 0.004058837891 +0.179687500000 0.000000000000 0.000000000000 0.193359375000 +0.000000000000 0.120605468750 0.000000000000 0.480468750000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.585937500000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.195312500000 +0.000000000000 0.373046875000 0.000000000000 0.248046875000 +0.664062500000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.691406250000 0.000000000000 +0.000000000000 0.000000000000 0.482421875000 0.000000000000 +0.221679687500 0.000000000000 0.034667968750 0.143554687500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.025024414062 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.240234375000 0.312500000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.171875000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.125000000000 +0.000000000000 0.468750000000 0.000000000000 0.112304687500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.298828125000 0.000000000000 0.000000000000 +0.000000000000 0.067382812500 0.000000000000 0.061523437500 +0.000000000000 0.386718750000 0.016357421875 0.000000000000 +0.431640625000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.031982421875 0.562500000000 0.000000000000 +0.527343750000 0.000000000000 0.119628906250 0.000000000000 +0.000000000000 0.000000000000 0.199218750000 0.086914062500 +0.000000000000 0.011047363281 0.000000000000 0.061035156250 +0.000000000000 0.000000000000 0.000000000000 0.382812500000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.118164062500 0.120605468750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.435546875000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.225585937500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.032714843750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.451171875000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.079589843750 0.000000000000 +0.000000000000 0.019165039062 0.431640625000 0.000000000000 +0.500000000000 0.081542968750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.355468750000 +0.000000000000 0.300781250000 0.000000000000 0.679687500000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.069824218750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.189453125000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.202148437500 +0.000000000000 0.000000000000 0.000000000000 0.184570312500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.498046875000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.011657714844 0.099609375000 +0.000000000000 0.000000000000 0.490234375000 0.141601562500 +0.000000000000 0.235351562500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.458984375000 +0.052978515625 0.421875000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.127929687500 +0.000000000000 0.000000000000 0.043945312500 0.531250000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.462890625000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.365234375000 +0.000000000000 0.000000000000 0.515625000000 0.316406250000 +0.000000000000 0.250000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.161132812500 +0.273437500000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.343750000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.363281250000 0.478515625000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.546875000000 0.000000000000 0.000000000000 +0.197265625000 0.000000000000 0.000000000000 0.480468750000 +0.000000000000 0.000000000000 0.425781250000 0.221679687500 +0.000000000000 0.099121093750 0.000000000000 0.000000000000 +0.000000000000 0.265625000000 0.000000000000 0.000000000000 +0.000000000000 0.281250000000 0.000000000000 0.000000000000 +0.087890625000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.515625000000 0.000000000000 0.000000000000 +0.431640625000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.048828125000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.237304687500 0.066894531250 +0.419921875000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.613281250000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.484375000000 +0.000000000000 0.000000000000 0.289062500000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.769531250000 0.000000000000 0.000000000000 +0.000000000000 0.474609375000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.038818359375 +0.421875000000 0.470703125000 0.000000000000 0.000000000000 +0.077148437500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.277343750000 0.000000000000 0.361328125000 +0.000000000000 0.000000000000 0.000000000000 0.066894531250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.235351562500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.308593750000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.613281250000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.343750000000 +0.000000000000 0.000000000000 0.367187500000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.886718750000 0.000000000000 0.000000000000 +0.000000000000 0.192382812500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.236328125000 +0.570312500000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.247070312500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.275390625000 +0.000000000000 0.000000000000 0.163085937500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.507812500000 0.000000000000 0.062988281250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.609375000000 0.253906250000 0.122558593750 +0.000000000000 0.000000000000 0.000000000000 0.196289062500 +0.000000000000 0.000000000000 0.443359375000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.703125000000 0.000000000000 0.000000000000 +0.263671875000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.095214843750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.090332031250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.247070312500 +0.041259765625 0.000000000000 0.429687500000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.605468750000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.574218750000 0.519531250000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.112304687500 +0.000000000000 0.000000000000 0.271484375000 0.000000000000 +0.000000000000 0.097656250000 0.000000000000 0.000000000000 +0.019042968750 0.300781250000 0.000000000000 0.000000000000 +0.263671875000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.143554687500 0.000000000000 0.000000000000 +0.251953125000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.033203125000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.707031250000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.558593750000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.251953125000 +0.000000000000 0.025268554688 0.000000000000 0.000000000000 +0.000000000000 0.441406250000 0.648437500000 0.000000000000 +0.146484375000 0.000000000000 0.000000000000 0.164062500000 +0.000000000000 0.000000000000 0.069824218750 0.000000000000 +0.000000000000 0.122558593750 0.000000000000 0.000000000000 +0.124511718750 0.000000000000 0.000000000000 0.000000000000 +0.190429687500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.449218750000 0.000000000000 0.000000000000 +0.203125000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.122070312500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.964843750000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.306640625000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.343750000000 +0.000000000000 0.107421875000 0.000000000000 0.000000000000 +0.000000000000 0.373046875000 0.652343750000 0.000000000000 +0.054443359375 0.000000000000 0.000000000000 0.184570312500 +0.000000000000 0.000000000000 0.054443359375 0.000000000000 +0.000000000000 0.157226562500 0.000000000000 0.000000000000 +0.078125000000 0.000000000000 0.000000000000 0.000000000000 +0.156250000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.410156250000 +0.000000000000 0.326171875000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.261718750000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 1.101562500000 0.130859375000 +0.111816406250 0.000000000000 0.000000000000 0.000000000000 +0.014709472656 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.238281250000 +0.000000000000 0.200195312500 0.000000000000 0.000000000000 +0.000000000000 0.380859375000 0.531250000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.065917968750 +0.000000000000 0.371093750000 0.263671875000 0.000000000000 +0.000000000000 0.267578125000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.014404296875 +0.222656250000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.457031250000 0.000000000000 0.656250000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.302734375000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 1.062500000000 0.332031250000 +0.400390625000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.002166748047 0.000000000000 +0.000000000000 0.283203125000 0.000000000000 0.000000000000 +0.000000000000 0.410156250000 0.427734375000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.578125000000 0.429687500000 0.000000000000 +0.000000000000 0.406250000000 0.000000000000 0.000000000000 +0.041259765625 0.000000000000 0.000000000000 0.035400390625 +0.249023437500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.753906250000 0.000000000000 0.421875000000 +0.287109375000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.148437500000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.785156250000 0.339843750000 +0.542968750000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.034179687500 0.000000000000 0.000000000000 +0.000000000000 0.273437500000 0.000000000000 0.000000000000 +0.000000000000 0.468750000000 0.349609375000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.664062500000 0.496093750000 0.000000000000 +0.000000000000 0.453125000000 0.000000000000 0.000000000000 +0.188476562500 0.000000000000 0.000000000000 0.135742187500 +0.086425781250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.523437500000 0.000000000000 0.000000000000 +0.546875000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.433593750000 0.269531250000 +0.472656250000 0.000000000000 0.000000000000 0.230468750000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.402343750000 0.158203125000 0.000000000000 0.000000000000 +0.000000000000 0.215820312500 0.000000000000 0.000000000000 +0.000000000000 0.617187500000 0.468750000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.628906250000 0.585937500000 0.000000000000 +0.000000000000 0.449218750000 0.045654296875 0.000000000000 +0.402343750000 0.000000000000 0.050048828125 0.228515625000 +0.000000000000 0.233398437500 0.000000000000 0.000000000000 +0.000000000000 0.056396484375 0.000000000000 0.000000000000 +0.523437500000 0.000000000000 0.000000000000 0.000000000000 +0.161132812500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.116699218750 0.209960937500 +0.251953125000 0.000000000000 0.000000000000 0.283203125000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.433593750000 0.152343750000 0.000000000000 0.000000000000 +0.000000000000 0.237304687500 0.000000000000 0.166015625000 +0.000000000000 0.707031250000 0.699218750000 0.000000000000 +0.111816406250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.496093750000 0.601562500000 0.000000000000 +0.000000000000 0.269531250000 0.000000000000 0.000000000000 +0.443359375000 0.000000000000 0.263671875000 0.204101562500 +0.000000000000 0.498046875000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.367187500000 0.000000000000 0.000000000000 0.000000000000 +0.306640625000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.088867187500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.013610839844 0.022827148438 0.000000000000 0.000000000000 +0.000000000000 0.263671875000 0.000000000000 0.125000000000 +0.000000000000 0.667968750000 0.808593750000 0.000000000000 +0.000000000000 0.000000000000 0.094726562500 0.000000000000 +0.000000000000 0.333984375000 0.457031250000 0.000000000000 +0.000000000000 0.063964843750 0.000000000000 0.000000000000 +0.328125000000 0.000000000000 0.175781250000 0.103515625000 +0.000000000000 0.644531250000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.113769531250 +0.122558593750 0.127929687500 0.000000000000 0.075195312500 +0.196289062500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.193359375000 +0.000000000000 0.234375000000 0.000000000000 0.062988281250 +0.000000000000 0.613281250000 0.730468750000 0.000000000000 +0.000000000000 0.000000000000 0.158203125000 0.000000000000 +0.000000000000 0.249023437500 0.433593750000 0.000000000000 +0.000000000000 0.052246093750 0.000000000000 0.000000000000 +0.164062500000 0.000000000000 0.000000000000 0.001350402832 +0.000000000000 0.369140625000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.225585937500 +0.000000000000 0.053955078125 0.000000000000 0.171875000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.695312500000 +0.000000000000 0.133789062500 0.000000000000 0.033935546875 +0.000000000000 0.523437500000 0.421875000000 0.000000000000 +0.082519531250 0.024780273438 0.136718750000 0.000000000000 +0.000000000000 0.287109375000 0.539062500000 0.000000000000 +0.000000000000 0.002044677734 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.019042968750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.033691406250 +0.000000000000 0.055175781250 0.000000000000 0.157226562500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.130859375000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.421875000000 0.703125000000 +0.000000000000 0.072265625000 0.000000000000 0.000000000000 +0.000000000000 0.458984375000 0.000000000000 0.000000000000 +0.367187500000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.412109375000 0.726562500000 0.000000000000 +0.041503906250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.145507812500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.128906250000 0.000000000000 0.196289062500 +0.000000000000 0.000000000000 0.000000000000 0.093750000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.369140625000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.402343750000 0.154296875000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.384765625000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.496093750000 0.734375000000 0.000000000000 +0.382812500000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.183593750000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.539062500000 0.000000000000 0.419921875000 +0.165039062500 0.000000000000 0.000000000000 0.148437500000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.038085937500 +0.215820312500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.451171875000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.045654296875 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.271484375000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.402343750000 0.625000000000 0.000000000000 +0.173828125000 0.107421875000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.009765625000 +0.000000000000 0.000000000000 0.000000000000 0.127929687500 +0.000000000000 0.617187500000 0.000000000000 0.044677734375 +0.433593750000 0.000000000000 0.000000000000 0.070800781250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.458984375000 0.000000000000 0.052734375000 0.000000000000 +0.000000000000 0.000000000000 0.186523437500 0.000000000000 +0.111816406250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.059082031250 0.000000000000 0.000000000000 +0.068847656250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.250000000000 0.000000000000 0.096191406250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.194335937500 0.585937500000 0.000000000000 +0.000000000000 0.230468750000 0.138671875000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.257812500000 +0.000000000000 0.000000000000 0.000000000000 0.217773437500 +0.000000000000 0.099121093750 0.000000000000 0.000000000000 +0.055664062500 0.000000000000 0.000000000000 0.000000000000 +0.013244628906 0.000000000000 0.000000000000 0.000000000000 +0.047607421875 0.000000000000 0.000000000000 0.000000000000 +0.437500000000 0.000000000000 0.337890625000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.182617187500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.324218750000 0.000000000000 0.000000000000 +0.341796875000 0.000000000000 0.069335937500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.326171875000 0.000000000000 0.000000000000 +0.558593750000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.527343750000 0.000000000000 +0.000000000000 0.248046875000 0.515625000000 0.000000000000 +0.000000000000 0.000000000000 0.261718750000 0.330078125000 +0.000000000000 0.000000000000 0.000000000000 0.018554687500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.065429687500 0.000000000000 0.000000000000 +0.322265625000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.058593750000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.229492187500 0.000000000000 0.000000000000 +0.206054687500 0.000000000000 0.158203125000 0.000000000000 +0.500000000000 0.000000000000 0.000000000000 0.000000000000 +0.034667968750 0.472656250000 0.000000000000 0.000000000000 +0.365234375000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.429687500000 0.079101562500 +0.000000000000 0.059082031250 0.343750000000 0.000000000000 +0.000000000000 0.000000000000 0.126953125000 0.209960937500 +0.000000000000 0.294921875000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.139648437500 +0.000000000000 0.005676269531 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.310546875000 0.234375000000 +0.000000000000 0.000000000000 0.000000000000 0.558593750000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.298828125000 0.169921875000 0.000000000000 0.000000000000 +0.000000000000 0.182617187500 0.000000000000 0.000000000000 +0.000000000000 0.042968750000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.742187500000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.539062500000 0.000000000000 0.000000000000 +0.000000000000 0.082031250000 0.003143310547 0.000000000000 +0.285156250000 0.000000000000 0.328125000000 0.304687500000 +0.000000000000 0.000000000000 0.000000000000 0.188476562500 +0.000000000000 0.460937500000 0.000000000000 0.223632812500 +0.000000000000 0.324218750000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.443359375000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.167968750000 0.492187500000 +0.000000000000 0.000000000000 0.000000000000 0.353515625000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.632812500000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.110839843750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.122070312500 +0.000000000000 0.000000000000 0.000000000000 0.187500000000 +0.248046875000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.617187500000 0.265625000000 0.000000000000 +0.000000000000 0.507812500000 0.000000000000 0.000000000000 +0.439453125000 0.000000000000 0.392578125000 0.209960937500 +0.000000000000 0.000000000000 0.000000000000 0.310546875000 +0.000000000000 0.621093750000 0.000000000000 0.177734375000 +0.000000000000 0.019531250000 0.000000000000 0.000000000000 +0.000000000000 0.062500000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.188476562500 +0.000000000000 0.000000000000 0.000000000000 0.085449218750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.585937500000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.349609375000 0.425781250000 +0.000000000000 0.000000000000 0.014404296875 0.589843750000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.625000000000 0.503906250000 0.000000000000 +0.000000000000 0.597656250000 0.000000000000 0.000000000000 +0.175781250000 0.000000000000 0.322265625000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.179687500000 +0.000000000000 0.539062500000 0.000000000000 0.014099121094 +0.163085937500 0.000000000000 0.000000000000 0.000000000000 +0.041259765625 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.133789062500 0.000000000000 0.359375000000 +0.298828125000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.318359375000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.507812500000 0.523437500000 +0.000000000000 0.004882812500 0.240234375000 0.494140625000 +0.000000000000 0.176757812500 0.000000000000 0.123535156250 +0.000000000000 0.503906250000 0.490234375000 0.000000000000 +0.243164062500 0.355468750000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.145507812500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.003479003906 0.203125000000 0.000000000000 0.000000000000 +0.412109375000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.046630859375 0.632812500000 0.000000000000 0.439453125000 +0.435546875000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.062988281250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.515625000000 0.378906250000 +0.000000000000 0.119628906250 0.000000000000 0.000000000000 +0.000000000000 0.291015625000 0.000000000000 0.192382812500 +0.000000000000 0.339843750000 0.339843750000 0.000000000000 +0.161132812500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.088867187500 0.000000000000 +0.361328125000 0.000000000000 0.000000000000 0.000000000000 +0.414062500000 0.000000000000 0.000000000000 0.000000000000 +0.306640625000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.347656250000 0.652343750000 0.000000000000 0.267578125000 +0.062500000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.275390625000 0.000000000000 +0.000000000000 0.195312500000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.166015625000 0.000000000000 0.000000000000 +0.000000000000 0.333984375000 0.000000000000 0.176757812500 +0.000000000000 0.255859375000 0.198242187500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.345703125000 0.160156250000 0.000000000000 +0.253906250000 0.000000000000 0.000000000000 0.000000000000 +0.527343750000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.335937500000 +0.289062500000 0.102050781250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.090332031250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.351562500000 0.000000000000 +0.069824218750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.300781250000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.271484375000 0.000000000000 0.043701171875 +0.000000000000 0.279296875000 0.149414062500 0.000000000000 +0.010681152344 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.707031250000 0.400390625000 0.000000000000 +0.000000000000 0.025756835938 0.000000000000 0.000000000000 +0.231445312500 0.000000000000 0.120605468750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.281250000000 0.000000000000 0.421875000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.259765625000 0.032714843750 +0.357421875000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.398437500000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.105468750000 0.000000000000 0.000000000000 +0.000000000000 0.302734375000 0.064941406250 0.000000000000 +0.000000000000 0.000000000000 0.038818359375 0.000000000000 +0.000000000000 0.671875000000 0.550781250000 0.000000000000 +0.000000000000 0.425781250000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.186523437500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.287109375000 +0.000000000000 0.613281250000 0.000000000000 0.466796875000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.112792968750 +0.423828125000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.144531250000 0.000000000000 0.000000000000 +0.120605468750 0.000000000000 0.074707031250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.296875000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.308593750000 0.000000000000 +0.000000000000 0.369140625000 0.621093750000 0.150390625000 +0.000000000000 0.562500000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.194335937500 0.000000000000 0.494140625000 +0.000000000000 0.574218750000 0.000000000000 0.194335937500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.287109375000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.408203125000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.159179687500 0.080566406250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.353515625000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.255859375000 0.132812500000 +0.000000000000 0.000000000000 0.621093750000 0.416015625000 +0.000000000000 0.519531250000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.277343750000 0.000000000000 0.394531250000 +0.109863281250 0.275390625000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.095703125000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.285156250000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.202148437500 0.484375000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.402343750000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.065429687500 0.447265625000 +0.000000000000 0.000000000000 0.531250000000 0.527343750000 +0.000000000000 0.300781250000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.363281250000 0.000000000000 0.000000000000 +0.271484375000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.019775390625 0.000000000000 0.000000000000 +0.326171875000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.222656250000 0.601562500000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.367187500000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.703125000000 +0.000000000000 0.000000000000 0.206054687500 0.277343750000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.478515625000 0.000000000000 0.000000000000 +0.000000000000 0.388671875000 0.000000000000 0.000000000000 +0.201171875000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.566406250000 0.000000000000 0.000000000000 +0.482421875000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.091308593750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.112304687500 0.472656250000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.296875000000 0.000000000000 0.000000000000 +0.024169921875 0.000000000000 0.000000000000 0.714843750000 +0.000000000000 0.000000000000 0.065429687500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.804687500000 0.000000000000 0.000000000000 +0.000000000000 0.073242187500 0.000000000000 0.000000000000 +0.152343750000 0.000000000000 0.000000000000 0.000000000000 +0.170898437500 0.746093750000 0.000000000000 0.000000000000 +0.253906250000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.326171875000 0.000000000000 0.078613281250 +0.000000000000 0.000000000000 0.000000000000 0.088867187500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.126953125000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.244140625000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.227539062500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.451171875000 +0.000000000000 0.000000000000 0.188476562500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.820312500000 0.000000000000 0.000000000000 +0.060058593750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.163085937500 +0.257812500000 0.464843750000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.408203125000 0.000000000000 0.182617187500 +0.000000000000 0.000000000000 0.000000000000 0.283203125000 +0.000000000000 0.000000000000 0.359375000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.148437500000 0.000000000000 0.001365661621 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.261718750000 0.000000000000 0.008728027344 +0.023071289062 0.000000000000 0.000000000000 0.055175781250 +0.000000000000 0.000000000000 0.523437500000 0.000000000000 +0.065429687500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.431640625000 0.000000000000 0.000000000000 +0.392578125000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.160156250000 0.000000000000 0.404296875000 +0.109375000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.341796875000 0.000000000000 0.240234375000 +0.000000000000 0.000000000000 0.000000000000 0.376953125000 +0.000000000000 0.000000000000 0.679687500000 0.312500000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.140625000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.164062500000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.298828125000 0.000000000000 0.244140625000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.675781250000 0.000000000000 +0.406250000000 0.000000000000 0.091796875000 0.000000000000 +0.097167968750 0.000000000000 0.000000000000 0.000000000000 +0.249023437500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.640625000000 0.169921875000 0.457031250000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.086914062500 0.000000000000 0.031494140625 +0.101074218750 0.000000000000 0.000000000000 0.285156250000 +0.000000000000 0.000000000000 0.675781250000 0.396484375000 +0.250000000000 0.000000000000 0.000000000000 0.047363281250 +0.004669189453 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.170898437500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.308593750000 0.000000000000 0.306640625000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.053222656250 0.609375000000 0.000000000000 +0.343750000000 0.349609375000 0.230468750000 0.000000000000 +0.040039062500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.632812500000 0.157226562500 0.044189453125 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.365234375000 0.000000000000 0.000000000000 0.156250000000 +0.000000000000 0.000000000000 0.384765625000 0.289062500000 +0.275390625000 0.000000000000 0.000000000000 0.158203125000 +0.000000000000 0.208984375000 0.000000000000 0.000000000000 +0.269531250000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.361328125000 0.000000000000 0.324218750000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.033203125000 0.539062500000 0.000000000000 +0.000000000000 0.546875000000 0.289062500000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.075683593750 +0.000000000000 0.000000000000 0.000000000000 0.437500000000 +0.000000000000 0.156250000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.147460937500 0.000000000000 0.000000000000 0.000000000000 +0.292968750000 0.000000000000 0.008544921875 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.112792968750 +0.166015625000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.429687500000 0.000000000000 0.000000000000 +0.460937500000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.355468750000 0.000000000000 0.000000000000 +0.231445312500 0.000000000000 0.000000000000 0.036376953125 +0.000000000000 0.000000000000 0.531250000000 0.000000000000 +0.000000000000 0.451171875000 0.150390625000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.057128906250 +0.000000000000 0.000000000000 0.000000000000 0.566406250000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.408203125000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.291015625000 0.000000000000 0.000000000000 +0.376953125000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000189781189 0.349609375000 0.000000000000 0.000000000000 +0.120605468750 0.000000000000 0.324218750000 0.281250000000 +0.000000000000 0.000000000000 0.439453125000 0.000000000000 +0.000000000000 0.136718750000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.142578125000 0.000000000000 0.384765625000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.179687500000 0.000000000000 0.000000000000 +0.324218750000 0.000000000000 0.324218750000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.022949218750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.132812500000 +0.135742187500 0.000000000000 0.000000000000 0.000000000000 +0.076660156250 0.310546875000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.449218750000 0.488281250000 +0.000000000000 0.000000000000 0.542968750000 0.027832031250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.011047363281 +0.000000000000 0.034423828125 0.000000000000 0.139648437500 +0.000000000000 0.000000000000 0.000000000000 0.214843750000 +0.000000000000 0.080566406250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.330078125000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.054687500000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.453125000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.332031250000 0.000000000000 0.000000000000 +0.000000000000 0.326171875000 0.453125000000 0.726562500000 +0.000000000000 0.000000000000 0.707031250000 0.029052734375 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.053955078125 +0.000000000000 0.000000000000 0.056152343750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.043945312500 +0.000000000000 0.099121093750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.006317138672 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.134765625000 0.000000000000 0.037353515625 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.722656250000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.343750000000 0.000000000000 0.000000000000 +0.041503906250 0.369140625000 0.371093750000 0.878906250000 +0.000000000000 0.000000000000 0.726562500000 0.000000000000 +0.045410156250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.099609375000 +0.000000000000 0.000000000000 0.111328125000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.205078125000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.131835937500 0.000000000000 0.000000000000 +0.000000000000 0.333984375000 0.000000000000 0.009460449219 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.169921875000 0.324218750000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.384765625000 0.000000000000 0.000000000000 +0.000000000000 0.035156250000 0.231445312500 0.835937500000 +0.000000000000 0.000000000000 0.628906250000 0.000000000000 +0.570312500000 0.019775390625 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.147460937500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.097167968750 +0.000000000000 0.166992187500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.007720947266 0.265625000000 0.000000000000 0.000000000000 +0.000000000000 0.355468750000 0.000000000000 0.089843750000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.365234375000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.644531250000 +0.000000000000 0.000000000000 0.445312500000 0.000000000000 +0.597656250000 0.028686523438 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.229492187500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000930786133 0.000000000000 0.174804687500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.192382812500 0.241210937500 0.000000000000 0.000000000000 +0.159179687500 0.285156250000 0.105468750000 0.188476562500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.005157470703 0.427734375000 0.000000000000 0.159179687500 +0.000000000000 0.000000000000 0.000000000000 0.392578125000 +0.000000000000 0.000000000000 0.417968750000 0.000000000000 +0.000000000000 0.099609375000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.250000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.002822875977 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.310546875000 0.094726562500 0.000000000000 0.000000000000 +0.076171875000 0.221679687500 0.168945312500 0.238281250000 +0.000000000000 0.000000000000 0.000000000000 0.130859375000 +0.013916015625 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.178710937500 0.507812500000 0.000000000000 0.279296875000 +0.269531250000 0.000000000000 0.000000000000 0.030273437500 +0.000000000000 0.000000000000 0.451171875000 0.000000000000 +0.000000000000 0.167968750000 0.402343750000 0.277343750000 +0.000000000000 0.000000000000 0.021484375000 0.193359375000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.016479492188 0.000000000000 0.000000000000 +0.097167968750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.143554687500 0.000000000000 0.271484375000 +0.120605468750 0.000000000000 0.000000000000 0.320312500000 +0.017211914062 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.333984375000 0.000000000000 0.000000000000 0.000000000000 +0.182617187500 0.570312500000 0.000000000000 0.120605468750 +0.134765625000 0.000000000000 0.067871093750 0.000000000000 +0.294921875000 0.000000000000 0.464843750000 0.000000000000 +0.000000000000 0.120605468750 0.351562500000 0.373046875000 +0.000000000000 0.000000000000 0.072753906250 0.088378906250 +0.000000000000 0.000000000000 0.003662109375 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.220703125000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.107421875000 0.109863281250 0.039062500000 +0.000000000000 0.000000000000 0.000000000000 0.046142578125 +0.000000000000 0.121582031250 0.000000000000 0.292968750000 +0.503906250000 0.000000000000 0.000000000000 0.369140625000 +0.000000000000 0.523437500000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.013671875000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.324218750000 0.000000000000 0.000000000000 0.000000000000 +0.028442382812 0.554687500000 0.019775390625 0.005371093750 +0.000000000000 0.122070312500 0.081054687500 0.000000000000 +0.500000000000 0.000000000000 0.455078125000 0.000000000000 +0.000000000000 0.033447265625 0.000000000000 0.279296875000 +0.000000000000 0.079101562500 0.000000000000 0.009643554688 +0.000000000000 0.000000000000 0.054931640625 0.000000000000 +0.000000000000 0.030151367188 0.000000000000 0.186523437500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.250000000000 0.040771484375 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.227539062500 0.000000000000 0.150390625000 +0.730468750000 0.000000000000 0.000000000000 0.257812500000 +0.000000000000 0.333984375000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.361328125000 0.173828125000 +0.000000000000 0.000000000000 0.000000000000 0.106445312500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.523437500000 0.304687500000 0.038085937500 +0.000000000000 0.226562500000 0.000000000000 0.000000000000 +0.402343750000 0.000000000000 0.546875000000 0.165039062500 +0.000000000000 0.060302734375 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.154296875000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.392578125000 0.000000000000 0.000000000000 +0.687500000000 0.000000000000 0.000000000000 0.067382812500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.546875000000 0.523437500000 +0.000000000000 0.000000000000 0.000000000000 0.449218750000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.492187500000 0.226562500000 0.000000000000 +0.103027343750 0.000000000000 0.000000000000 0.169921875000 +0.000000000000 0.000000000000 0.562500000000 0.016601562500 +0.088867187500 0.053466796875 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.005584716797 0.000000000000 +0.131835937500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.133789062500 0.000000000000 0.000000000000 +0.277343750000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.421875000000 0.000000000000 0.000000000000 +0.172851562500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.421875000000 0.585937500000 +0.000000000000 0.000000000000 0.000000000000 0.460937500000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.306640625000 0.000000000000 0.000000000000 +0.316406250000 0.000000000000 0.000000000000 0.507812500000 +0.000000000000 0.000000000000 0.332031250000 0.000000000000 +0.523437500000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.104492187500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.632812500000 0.000000000000 0.000000000000 +0.345703125000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.250000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.279296875000 +0.000000000000 0.000000000000 0.000000000000 0.335937500000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.189453125000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.761718750000 +0.000000000000 0.000000000000 0.100585937500 0.000000000000 +0.462890625000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.027709960938 0.000000000000 0.000000000000 0.027343750000 +0.000000000000 0.691406250000 0.000000000000 0.000000000000 +0.047363281250 0.000000000000 0.000000000000 0.000000000000 +0.006774902344 0.152343750000 0.021606445312 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.365234375000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.023925781250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.108398437500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.792968750000 +0.000000000000 0.000000000000 0.153320312500 0.000000000000 +0.000000000000 0.103515625000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.228515625000 +0.000000000000 0.398437500000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.116699218750 0.373046875000 0.000000000000 0.000000000000 +0.137695312500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.453125000000 0.000000000000 +0.081542968750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.055908203125 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.191406250000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.496093750000 +0.000000000000 0.000000000000 0.267578125000 0.000000000000 +0.000000000000 0.154296875000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.010437011719 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.036621093750 0.000000000000 0.357421875000 +0.108398437500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.488281250000 0.000000000000 0.178710937500 +0.326171875000 0.000000000000 0.000000000000 0.091308593750 +0.000000000000 0.000000000000 0.396484375000 0.200195312500 +0.261718750000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.142578125000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.095214843750 0.000000000000 +0.400390625000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.318359375000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.113281250000 +0.000000000000 0.000000000000 0.361328125000 0.000000000000 +0.000000000000 0.101562500000 0.035400390625 0.000000000000 +0.000000000000 0.228515625000 0.000000000000 0.078125000000 +0.000000000000 0.182617187500 0.000000000000 0.000000000000 +0.000000000000 0.357421875000 0.404296875000 0.535156250000 +0.466796875000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.119628906250 +0.000000000000 0.406250000000 0.000000000000 0.294921875000 +0.285156250000 0.000000000000 0.000000000000 0.322265625000 +0.000000000000 0.000000000000 0.179687500000 0.332031250000 +0.127929687500 0.000000000000 0.000000000000 0.095703125000 +0.000000000000 0.009704589844 0.000000000000 0.000000000000 +0.000000000000 0.585937500000 0.000000000000 0.000000000000 +0.090820312500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.390625000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.457031250000 0.000000000000 +0.000000000000 0.047119140625 0.335937500000 0.018554687500 +0.000000000000 0.111328125000 0.000000000000 0.162109375000 +0.100097656250 0.197265625000 0.000000000000 0.000000000000 +0.000000000000 0.447265625000 0.738281250000 0.127929687500 +0.546875000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.361328125000 +0.000000000000 0.021606445312 0.000000000000 0.000000000000 +0.136718750000 0.000000000000 0.026977539062 0.302734375000 +0.152343750000 0.000000000000 0.000000000000 0.222656250000 +0.000000000000 0.000000000000 0.000000000000 0.417968750000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.679687500000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.478515625000 0.000000000000 0.190429687500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.628906250000 0.000000000000 +0.000000000000 0.000000000000 0.367187500000 0.213867187500 +0.281250000000 0.000000000000 0.000000000000 0.220703125000 +0.019165039062 0.000000000000 0.059082031250 0.000000000000 +0.000000000000 0.026489257812 0.601562500000 0.000000000000 +0.306640625000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.378906250000 0.000000000000 0.006500244141 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.265625000000 0.118652343750 +0.000000000000 0.000000000000 0.000000000000 0.177734375000 +0.000000000000 0.000000000000 0.000000000000 0.492187500000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.076171875000 0.531250000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.169921875000 +0.000000000000 0.527343750000 0.000000000000 0.202148437500 +0.218750000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.609375000000 0.000000000000 +0.000000000000 0.021972656250 0.324218750000 0.000000000000 +0.371093750000 0.000000000000 0.000000000000 0.168945312500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.193359375000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.343750000000 0.343750000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.243164062500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.235351562500 0.000000000000 0.233398437500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.138671875000 0.241210937500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.172851562500 +0.000000000000 0.474609375000 0.000000000000 0.000000000000 +0.257812500000 0.000000000000 0.014221191406 0.000000000000 +0.000000000000 0.022705078125 0.339843750000 0.000000000000 +0.671875000000 0.038085937500 0.000000000000 0.000000000000 +0.208984375000 0.000000000000 0.000000000000 0.230468750000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.269531250000 0.000000000000 0.000000000000 +0.238281250000 0.138671875000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.118164062500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.156250000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.104980468750 0.480468750000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.277343750000 0.000000000000 +0.000000000000 0.123535156250 0.168945312500 0.000000000000 +0.648437500000 0.146484375000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.257812500000 +0.000000000000 0.000000000000 0.000000000000 0.109863281250 +0.000000000000 0.000000000000 0.000000000000 0.394531250000 +0.000000000000 0.148437500000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.041748046875 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.149414062500 0.570312500000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.488281250000 0.000000000000 +0.000000000000 0.265625000000 0.242187500000 0.000000000000 +0.000000000000 0.265625000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.208007812500 +0.000000000000 0.000000000000 0.000000000000 0.116210937500 +0.000000000000 0.122070312500 0.000000000000 0.211914062500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.245117187500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.447265625000 0.102539062500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.204101562500 0.644531250000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.589843750000 0.000000000000 +0.000000000000 0.417968750000 0.404296875000 0.000000000000 +0.000000000000 0.236328125000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.076171875000 0.094726562500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.086914062500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.168945312500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.632812500000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.259765625000 0.660156250000 0.000000000000 0.000000000000 +0.000000000000 0.020996093750 0.578125000000 0.000000000000 +0.000000000000 0.582031250000 0.472656250000 0.000000000000 +0.000000000000 0.044677734375 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.028808593750 0.075195312500 +0.000000000000 0.169921875000 0.000000000000 0.000000000000 +0.000000000000 0.016601562500 0.000000000000 0.124511718750 +0.000000000000 0.000000000000 0.000000000000 0.363281250000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.031982421875 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.027832031250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.335937500000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.255859375000 0.628906250000 0.000000000000 0.000000000000 +0.000000000000 0.322265625000 0.484375000000 0.000000000000 +0.000000000000 0.687500000000 0.546875000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.214843750000 +0.000000000000 0.000000000000 0.000000000000 0.132812500000 +0.000000000000 0.043945312500 0.049560546875 0.000000000000 +0.000000000000 0.003265380859 0.000000000000 0.117187500000 +0.213867187500 0.000000000000 0.000000000000 0.582031250000 +0.000000000000 0.000000000000 0.000000000000 0.068359375000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.045166015625 0.112792968750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.251953125000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.024414062500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.189453125000 0.640625000000 0.118164062500 0.000000000000 +0.000000000000 0.539062500000 0.378906250000 0.000000000000 +0.000000000000 0.683593750000 0.679687500000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.239257812500 +0.000000000000 0.000000000000 0.000000000000 0.187500000000 +0.000000000000 0.000000000000 0.300781250000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.184570312500 0.000000000000 0.000000000000 0.458984375000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.011291503906 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.248046875000 0.036621093750 +0.000000000000 0.000000000000 0.000000000000 0.005157470703 +0.000000000000 0.292968750000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.222656250000 +0.174804687500 0.675781250000 0.117187500000 0.000000000000 +0.140625000000 0.410156250000 0.339843750000 0.000000000000 +0.000000000000 0.625000000000 0.757812500000 0.000000000000 +0.062500000000 0.000000000000 0.000000000000 0.000000000000 +0.052978515625 0.000000000000 0.000000000000 0.142578125000 +0.000000000000 0.000000000000 0.186523437500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.001327514648 0.000000000000 0.239257812500 +0.064941406250 0.000000000000 0.000000000000 0.000000000000 +0.041503906250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.112792968750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.041015625000 +0.000000000000 0.125000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.099121093750 +0.136718750000 0.667968750000 0.000000000000 0.000000000000 +0.088378906250 0.029418945312 0.390625000000 0.000000000000 +0.000000000000 0.570312500000 0.605468750000 0.000000000000 +0.738281250000 0.000000000000 0.000000000000 0.000000000000 +0.004119873047 0.000000000000 0.000000000000 0.105957031250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.165039062500 +0.000000000000 0.000000000000 0.000000000000 0.054931640625 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.041259765625 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.017456054688 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.076660156250 0.667968750000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.416015625000 0.000000000000 +0.000000000000 0.460937500000 0.419921875000 0.000000000000 +0.714843750000 0.099609375000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.120605468750 +0.000000000000 0.000000000000 0.000000000000 0.172851562500 +0.000000000000 0.152343750000 0.000000000000 0.273437500000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.181640625000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.195312500000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.066894531250 0.664062500000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.437500000000 0.000000000000 +0.000000000000 0.378906250000 0.380859375000 0.000000000000 +0.055908203125 0.192382812500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.156250000000 +0.000000000000 0.000000000000 0.000000000000 0.213867187500 +0.000000000000 0.206054687500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.335937500000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.539062500000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.137695312500 0.671875000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.457031250000 0.000000000000 +0.000000000000 0.388671875000 0.431640625000 0.000000000000 +0.000000000000 0.192382812500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.049804687500 0.125976562500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.041259765625 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.109863281250 0.000000000000 0.000000000000 0.000000000000 +0.240234375000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.636718750000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.238281250000 0.703125000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.462890625000 0.000000000000 +0.000000000000 0.507812500000 0.433593750000 0.000000000000 +0.000000000000 0.043945312500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.026245117188 0.103027343750 +0.000000000000 0.205078125000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.024902343750 +0.000000000000 0.000000000000 0.000000000000 0.359375000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.043457031250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.328125000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.255859375000 0.691406250000 0.000000000000 0.000000000000 +0.000000000000 0.257812500000 0.429687500000 0.000000000000 +0.000000000000 0.652343750000 0.484375000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.226562500000 +0.000000000000 0.000000000000 0.000000000000 0.125976562500 +0.000000000000 0.180664062500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.005096435547 0.169921875000 +0.147460937500 0.000000000000 0.000000000000 0.625000000000 +0.000000000000 0.000000000000 0.000000000000 0.116210937500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.036376953125 0.059814453125 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.298828125000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.010498046875 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.183593750000 0.687500000000 0.134765625000 0.000000000000 +0.000000000000 0.511718750000 0.353515625000 0.000000000000 +0.000000000000 0.664062500000 0.562500000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.326171875000 +0.009521484375 0.000000000000 0.000000000000 0.165039062500 +0.000000000000 0.000000000000 0.261718750000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.242187500000 0.000000000000 0.000000000000 0.570312500000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.017333984375 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.255859375000 0.016235351562 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.310546875000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.300781250000 +0.177734375000 0.714843750000 0.191406250000 0.000000000000 +0.019409179688 0.494140625000 0.353515625000 0.000000000000 +0.000000000000 0.640625000000 0.660156250000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.067382812500 +0.136718750000 0.000000000000 0.000000000000 0.109375000000 +0.000000000000 0.000000000000 0.244140625000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.073730468750 0.054443359375 0.000000000000 0.373046875000 +0.195312500000 0.000000000000 0.000000000000 0.000000000000 +0.109863281250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.213867187500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.154296875000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.371093750000 +0.174804687500 0.679687500000 0.038085937500 0.000000000000 +0.300781250000 0.148437500000 0.455078125000 0.000000000000 +0.000000000000 0.621093750000 0.593750000000 0.000000000000 +0.447265625000 0.000000000000 0.000000000000 0.000000000000 +0.143554687500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.118164062500 0.000000000000 0.127929687500 +0.152343750000 0.000000000000 0.000000000000 0.000000000000 +0.054687500000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.003890991211 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.061523437500 +0.157226562500 0.683593750000 0.000000000000 0.000000000000 +0.005493164062 0.000000000000 0.574218750000 0.000000000000 +0.000000000000 0.535156250000 0.531250000000 0.000000000000 +0.785156250000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.113281250000 +0.000000000000 0.000000000000 0.000000000000 0.253906250000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.099121093750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.048828125000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.141601562500 0.640625000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.671875000000 0.000000000000 +0.000000000000 0.300781250000 0.482421875000 0.000000000000 +0.373046875000 0.075683593750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.351562500000 +0.000000000000 0.257812500000 0.000000000000 0.184570312500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.281250000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.015014648438 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.161132812500 0.478515625000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.710937500000 0.060058593750 +0.000000000000 0.051513671875 0.423828125000 0.000000000000 +0.000000000000 0.242187500000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.419921875000 +0.000000000000 0.183593750000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.457031250000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.098632812500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.250000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.180664062500 0.300781250000 0.000000000000 0.000000000000 +0.015625000000 0.000000000000 0.730468750000 0.341796875000 +0.000000000000 0.000000000000 0.361328125000 0.101074218750 +0.000000000000 0.235351562500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.302734375000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.300781250000 0.000000000000 0.000000000000 0.000000000000 +0.392578125000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.026733398438 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.012756347656 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.310546875000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.102539062500 0.173828125000 0.000000000000 0.000000000000 +0.111328125000 0.000000000000 0.753906250000 0.531250000000 +0.000000000000 0.000000000000 0.378906250000 0.380859375000 +0.000000000000 0.152343750000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.186523437500 0.000000000000 0.000000000000 0.000000000000 +0.092773437500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.152343750000 +0.000000000000 0.121582031250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.177734375000 0.000000000000 +0.351562500000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.159179687500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.597656250000 0.652343750000 +0.000000000000 0.000000000000 0.367187500000 0.562500000000 +0.000000000000 0.096679687500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.101074218750 0.000000000000 0.038818359375 +0.000000000000 0.000000000000 0.000000000000 0.277343750000 +0.000000000000 0.185546875000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.031005859375 0.043457031250 +0.361328125000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.212890625000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.404296875000 0.789062500000 +0.000000000000 0.000000000000 0.396484375000 0.423828125000 +0.000000000000 0.057861328125 0.000000000000 0.000000000000 +0.000000000000 0.507812500000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.306640625000 0.000000000000 0.000000000000 +0.000000000000 0.062988281250 0.000000000000 0.410156250000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.194335937500 +0.150390625000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.199218750000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.249023437500 0.785156250000 +0.000000000000 0.000000000000 0.312500000000 0.065429687500 +0.000000000000 0.025756835938 0.000000000000 0.000000000000 +0.000000000000 0.839843750000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.219726562500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.053222656250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.371093750000 0.000000000000 0.000000000000 +0.000000000000 0.302734375000 0.000000000000 0.427734375000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.273437500000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.163085937500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.028320312500 0.566406250000 +0.000000000000 0.000000000000 0.273437500000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.894531250000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.239257812500 0.000000000000 +0.038330078125 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.363281250000 0.000000000000 0.000000000000 +0.000000000000 0.314453125000 0.000000000000 0.351562500000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.138671875000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.255859375000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.155273437500 0.000000000000 0.000000000000 +0.177734375000 0.000000000000 0.000000000000 0.312500000000 +0.000000000000 0.000000000000 0.247070312500 0.000000000000 +0.006988525391 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.699218750000 0.000000000000 0.000000000000 +0.190429687500 0.000000000000 0.050048828125 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.195312500000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.337890625000 0.000000000000 0.000000000000 +0.000000000000 0.160156250000 0.000000000000 0.263671875000 +0.000000000000 0.000000000000 0.312500000000 0.217773437500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.028564453125 0.000000000000 0.128906250000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.244140625000 0.000000000000 0.000000000000 +0.166992187500 0.000000000000 0.000000000000 0.012695312500 +0.000000000000 0.000000000000 0.390625000000 0.000000000000 +0.429687500000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.193359375000 0.000000000000 0.031982421875 +0.390625000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.365234375000 +0.000000000000 0.033447265625 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.333984375000 0.000000000000 0.213867187500 +0.000000000000 0.000000000000 0.000000000000 0.224609375000 +0.000000000000 0.000000000000 0.722656250000 0.423828125000 +0.003768920898 0.000000000000 0.000000000000 0.000000000000 +0.058349609375 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.048339843750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.283203125000 0.000000000000 0.030273437500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.562500000000 0.000000000000 +0.523437500000 0.032958984375 0.000000000000 0.000000000000 +0.086425781250 0.000000000000 0.000000000000 0.000000000000 +0.216796875000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.558593750000 0.000000000000 0.613281250000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.113281250000 0.000000000000 0.204101562500 +0.098144531250 0.000000000000 0.000000000000 0.200195312500 +0.000000000000 0.000000000000 0.757812500000 0.386718750000 +0.197265625000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.096679687500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.330078125000 0.000000000000 0.166992187500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.171875000000 0.593750000000 0.000000000000 +0.271484375000 0.345703125000 0.078613281250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.734375000000 0.040283203125 0.177734375000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.371093750000 0.000000000000 0.000000000000 0.084472656250 +0.000000000000 0.000000000000 0.441406250000 0.257812500000 +0.285156250000 0.000000000000 0.000000000000 0.116210937500 +0.000000000000 0.123535156250 0.000000000000 0.000000000000 +0.255859375000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.353515625000 0.000000000000 0.233398437500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.097656250000 0.515625000000 0.000000000000 +0.000000000000 0.507812500000 0.204101562500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.073242187500 +0.000000000000 0.000000000000 0.000000000000 0.431640625000 +0.000000000000 0.226562500000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.140625000000 0.000000000000 0.000000000000 0.000000000000 +0.367187500000 0.000000000000 0.054687500000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.044677734375 +0.194335937500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.349609375000 0.000000000000 0.000000000000 +0.490234375000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.341796875000 0.000000000000 0.023803710938 +0.209960937500 0.000000000000 0.000000000000 0.053222656250 +0.000000000000 0.000000000000 0.511718750000 0.000000000000 +0.000000000000 0.439453125000 0.171875000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.076171875000 +0.000000000000 0.000000000000 0.000000000000 0.507812500000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.460937500000 0.000000000000 0.000000000000 0.000000000000 +0.014404296875 0.000000000000 0.000000000000 0.000000000000 +0.066406250000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.231445312500 0.000000000000 0.000000000000 +0.408203125000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.034423828125 0.363281250000 0.000000000000 0.000000000000 +0.337890625000 0.000000000000 0.277343750000 0.269531250000 +0.000000000000 0.000000000000 0.449218750000 0.000000000000 +0.000000000000 0.138671875000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.024536132812 0.000000000000 0.304687500000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.300781250000 0.000000000000 0.000000000000 +0.466796875000 0.000000000000 0.208984375000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.091796875000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.009277343750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.190429687500 0.000000000000 0.000000000000 0.000000000000 +0.146484375000 0.332031250000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.494140625000 0.437500000000 +0.000000000000 0.000000000000 0.546875000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.073730468750 0.000000000000 0.059814453125 +0.000000000000 0.000000000000 0.000000000000 0.275390625000 +0.000000000000 0.107910156250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.335937500000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.200195312500 +0.000000000000 0.000000000000 0.000000000000 0.145507812500 +0.000000000000 0.054443359375 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.132812500000 +0.152343750000 0.000000000000 0.000000000000 0.000000000000 +0.006591796875 0.373046875000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.511718750000 0.636718750000 +0.000000000000 0.000000000000 0.667968750000 0.131835937500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.007232666016 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.296875000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.161132812500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.150390625000 0.000000000000 0.201171875000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.494140625000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.347656250000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.437500000000 0.867187500000 +0.000000000000 0.000000000000 0.726562500000 0.015014648438 +0.000000000000 0.011413574219 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.209960937500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.380859375000 0.000000000000 0.181640625000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.466796875000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.394531250000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.363281250000 1.015625000000 +0.000000000000 0.000000000000 0.746093750000 0.000000000000 +0.082519531250 0.135742187500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.185546875000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.014770507812 0.000000000000 0.000000000000 +0.012390136719 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.091796875000 0.000000000000 0.000000000000 +0.000000000000 0.558593750000 0.000000000000 0.203125000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.127929687500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.404296875000 0.000000000000 0.153320312500 +0.000000000000 0.000000000000 0.314453125000 1.070312500000 +0.000000000000 0.000000000000 0.730468750000 0.000000000000 +0.345703125000 0.145507812500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.088867187500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000637054443 +0.000000000000 0.139648437500 0.000000000000 0.000000000000 +0.037109375000 0.000000000000 0.000000000000 0.000000000000 +0.035644531250 0.167968750000 0.000000000000 0.000000000000 +0.000000000000 0.601562500000 0.000000000000 0.281250000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.425781250000 0.000000000000 0.238281250000 +0.000000000000 0.000000000000 0.283203125000 1.109375000000 +0.000000000000 0.000000000000 0.687500000000 0.000000000000 +0.404296875000 0.182617187500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.042236328125 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.159179687500 +0.000000000000 0.094726562500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.206054687500 0.209960937500 0.000000000000 0.000000000000 +0.000000000000 0.558593750000 0.000000000000 0.367187500000 +0.000000000000 0.000000000000 0.008422851562 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.419921875000 0.000000000000 0.239257812500 +0.000000000000 0.000000000000 0.213867187500 1.148437500000 +0.000000000000 0.000000000000 0.660156250000 0.000000000000 +0.193359375000 0.255859375000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.031738281250 +0.000000000000 0.047363281250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.318359375000 0.202148437500 0.000000000000 0.000000000000 +0.000000000000 0.503906250000 0.000000000000 0.386718750000 +0.000000000000 0.000000000000 0.151367187500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.363281250000 0.000000000000 0.058593750000 +0.000000000000 0.000000000000 0.138671875000 1.203125000000 +0.000000000000 0.000000000000 0.531250000000 0.000000000000 +0.000000000000 0.314453125000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.080078125000 0.000000000000 0.000000000000 +0.099121093750 0.000000000000 0.000000000000 0.000000000000 +0.363281250000 0.248046875000 0.000000000000 0.000000000000 +0.000000000000 0.390625000000 0.000000000000 0.357421875000 +0.000000000000 0.000000000000 0.188476562500 0.000000000000 +0.054687500000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.300781250000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.273437500000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.114746093750 1.195312500000 +0.000000000000 0.000000000000 0.314453125000 0.000000000000 +0.000000000000 0.308593750000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.033691406250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.197265625000 0.000000000000 0.000000000000 +0.196289062500 0.000000000000 0.000000000000 0.000000000000 +0.289062500000 0.375000000000 0.000000000000 0.000000000000 +0.000000000000 0.291015625000 0.000000000000 0.345703125000 +0.000000000000 0.000000000000 0.144531250000 0.000000000000 +0.090332031250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.511718750000 +0.076171875000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.229492187500 0.000000000000 0.000000000000 +0.112792968750 0.000000000000 0.069335937500 1.039062500000 +0.000000000000 0.000000000000 0.229492187500 0.000000000000 +0.000000000000 0.203125000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.142578125000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.017456054688 +0.000000000000 0.163085937500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.523437500000 0.000000000000 0.000000000000 +0.000000000000 0.143554687500 0.000000000000 0.410156250000 +0.000000000000 0.000000000000 0.078125000000 0.161132812500 +0.159179687500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.458984375000 +0.466796875000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.326171875000 0.000000000000 0.000000000000 +0.116210937500 0.000000000000 0.000000000000 0.636718750000 +0.000000000000 0.000000000000 0.351562500000 0.000000000000 +0.000000000000 0.087890625000 0.000000000000 0.000000000000 +0.000000000000 0.103027343750 0.000000000000 0.160156250000 +0.000000000000 0.000000000000 0.049316406250 0.000000000000 +0.000000000000 0.015258789062 0.080078125000 0.332031250000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.585937500000 0.000000000000 0.000000000000 +0.000000000000 0.005279541016 0.000000000000 0.503906250000 +0.000000000000 0.000000000000 0.034912109375 0.414062500000 +0.211914062500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.125000000000 +0.460937500000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.410156250000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.174804687500 +0.000000000000 0.000000000000 0.431640625000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.119628906250 +0.000000000000 0.371093750000 0.000000000000 0.116699218750 +0.000000000000 0.000000000000 0.116699218750 0.000000000000 +0.000000000000 0.400390625000 0.675781250000 0.417968750000 +0.073242187500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.433593750000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.496093750000 +0.171875000000 0.000000000000 0.000000000000 0.453125000000 +0.159179687500 0.000000000000 0.018676757812 0.000000000000 +0.000000000000 0.000000000000 0.185546875000 0.000000000000 +0.000000000000 0.503906250000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.241210937500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.414062500000 0.000000000000 +0.000000000000 0.000000000000 0.357421875000 0.390625000000 +0.000000000000 0.335937500000 0.000000000000 0.157226562500 +0.166015625000 0.000000000000 0.204101562500 0.000000000000 +0.000000000000 0.330078125000 0.828125000000 0.000000000000 +0.275390625000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.130859375000 0.000000000000 0.028564453125 +0.000000000000 0.016845703125 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.149414062500 0.431640625000 +0.468750000000 0.000000000000 0.000000000000 0.316406250000 +0.192382812500 0.000000000000 0.045166015625 0.085449218750 +0.000000000000 0.000000000000 0.224609375000 0.000000000000 +0.000000000000 0.605468750000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.222656250000 0.000000000000 0.265625000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.644531250000 0.000000000000 +0.000000000000 0.148437500000 0.419921875000 0.240234375000 +0.044921875000 0.000000000000 0.000000000000 0.158203125000 +0.216796875000 0.000000000000 0.036621093750 0.000000000000 +0.000000000000 0.000000000000 0.515625000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.400390625000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.316406250000 0.060791015625 +0.474609375000 0.000000000000 0.000000000000 0.419921875000 +0.110839843750 0.133789062500 0.000000000000 0.187500000000 +0.000000000000 0.000000000000 0.145507812500 0.000000000000 +0.000000000000 0.511718750000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.197265625000 0.000000000000 0.060546875000 +0.386718750000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.478515625000 0.000000000000 +0.196289062500 0.320312500000 0.353515625000 0.023315429688 +0.099609375000 0.000000000000 0.119140625000 0.241210937500 +0.107421875000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.110351562500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.273437500000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.126953125000 0.000000000000 +0.195312500000 0.000000000000 0.000000000000 0.304687500000 +0.000000000000 0.285156250000 0.000000000000 0.025146484375 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.373046875000 0.000000000000 0.000000000000 +0.000000000000 0.067382812500 0.000000000000 0.000000000000 +0.000000000000 0.154296875000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.015747070312 0.129882812500 0.000000000000 +0.408203125000 0.128906250000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.257812500000 0.445312500000 +0.000000000000 0.000000000000 0.000000000000 0.125000000000 +0.000000000000 0.000000000000 0.000000000000 0.277343750000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.054931640625 0.063476562500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.193359375000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.003265380859 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.200195312500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.032226562500 +0.000000000000 0.087890625000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.062011718750 0.345703125000 0.000000000000 0.000000000000 +0.188476562500 0.000000000000 0.000000000000 0.589843750000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.617187500000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.855468750000 0.000000000000 0.000000000000 +0.726562500000 0.000000000000 0.000000000000 0.000000000000 +0.714843750000 0.000000000000 0.000000000000 0.000000000000 +0.013916015625 0.472656250000 0.048339843750 0.000000000000 +0.000000000000 0.026977539062 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.191406250000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.289062500000 0.318359375000 0.000000000000 0.000000000000 +0.304687500000 0.000000000000 0.431640625000 0.843750000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.582031250000 0.000000000000 0.000000000000 +0.585937500000 0.000000000000 0.000000000000 0.000000000000 +0.640625000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.201171875000 0.000000000000 0.089843750000 +0.000000000000 0.104003906250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.255859375000 0.099609375000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.570312500000 0.914062500000 +0.000000000000 0.000000000000 0.082031250000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.195312500000 +0.000000000000 0.131835937500 0.000000000000 0.000000000000 +0.138671875000 0.000000000000 0.000000000000 0.000000000000 +0.273437500000 0.250000000000 0.000000000000 0.195312500000 +0.000000000000 0.076660156250 0.000000000000 0.433593750000 +0.000000000000 0.043701171875 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.253906250000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.312500000000 0.769531250000 0.996093750000 +0.000000000000 0.000000000000 0.839843750000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.246093750000 0.000000000000 +0.000000000000 0.099121093750 0.000000000000 0.277343750000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.414062500000 0.000000000000 0.000000000000 +0.000000000000 0.519531250000 0.000000000000 0.683593750000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.176757812500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.257812500000 0.172851562500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.656250000000 0.949218750000 +0.000000000000 0.000000000000 0.734375000000 0.000000000000 +0.365234375000 0.041992187500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.158203125000 0.000000000000 +0.000000000000 0.121093750000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.304687500000 0.302734375000 0.000000000000 0.000000000000 +0.000000000000 0.589843750000 0.000000000000 0.582031250000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.234375000000 0.400390625000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.554687500000 0.832031250000 +0.000000000000 0.000000000000 0.433593750000 0.000000000000 +0.451171875000 0.265625000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.018798828125 +0.000000000000 0.000000000000 0.022460937500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.081054687500 0.000000000000 0.000000000000 0.000000000000 +0.542968750000 0.157226562500 0.000000000000 0.000000000000 +0.000000000000 0.589843750000 0.028442382812 0.470703125000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.306640625000 0.386718750000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.582031250000 0.703125000000 +0.000000000000 0.000000000000 0.345703125000 0.000000000000 +0.257812500000 0.314453125000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.021728515625 +0.000000000000 0.000000000000 0.030029296875 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.183593750000 0.000000000000 0.000000000000 0.000000000000 +0.558593750000 0.098632812500 0.000000000000 0.000000000000 +0.000000000000 0.550781250000 0.000000000000 0.480468750000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.371093750000 0.361328125000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.644531250000 0.617187500000 +0.000000000000 0.000000000000 0.351562500000 0.000000000000 +0.215820312500 0.206054687500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.106445312500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.038574218750 0.000000000000 0.000000000000 0.000000000000 +0.345703125000 0.120117187500 0.000000000000 0.000000000000 +0.000000000000 0.437500000000 0.000000000000 0.531250000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.423828125000 0.320312500000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.679687500000 0.492187500000 +0.000000000000 0.105468750000 0.478515625000 0.000000000000 +0.147460937500 0.172851562500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.008117675781 +0.000000000000 0.000000000000 0.224609375000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.193359375000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.077636718750 0.144531250000 0.000000000000 0.000000000000 +0.000000000000 0.380859375000 0.000000000000 0.535156250000 +0.000000000000 0.000000000000 0.000000000000 0.125976562500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.390625000000 0.369140625000 0.000000000000 0.000000000000 +0.000000000000 0.074707031250 0.664062500000 0.378906250000 +0.107910156250 0.267578125000 0.621093750000 0.000000000000 +0.138671875000 0.159179687500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.049072265625 +0.000000000000 0.000000000000 0.349609375000 0.000000000000 +0.000000000000 0.162109375000 0.000000000000 0.287109375000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.126953125000 0.000000000000 0.000000000000 +0.000000000000 0.355468750000 0.000000000000 0.482421875000 +0.000000000000 0.000000000000 0.000000000000 0.298828125000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.347656250000 0.427734375000 0.000000000000 0.000000000000 +0.000000000000 0.232421875000 0.554687500000 0.275390625000 +0.225585937500 0.330078125000 0.648437500000 0.000000000000 +0.231445312500 0.187500000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.143554687500 +0.000000000000 0.000000000000 0.357421875000 0.000000000000 +0.000000000000 0.253906250000 0.000000000000 0.221679687500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.083984375000 0.000000000000 0.000000000000 +0.000000000000 0.345703125000 0.000000000000 0.326171875000 +0.000000000000 0.000000000000 0.000000000000 0.375000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.281250000000 0.470703125000 0.000000000000 0.000000000000 +0.000000000000 0.228515625000 0.412109375000 0.189453125000 +0.194335937500 0.289062500000 0.675781250000 0.000000000000 +0.318359375000 0.212890625000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.263671875000 +0.000000000000 0.000000000000 0.246093750000 0.000000000000 +0.000000000000 0.292968750000 0.000000000000 0.094238281250 +0.000000000000 0.000000000000 0.205078125000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.010742187500 0.000000000000 0.000000000000 +0.000000000000 0.343750000000 0.000000000000 0.119628906250 +0.000000000000 0.000000000000 0.000000000000 0.367187500000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.193359375000 0.496093750000 0.000000000000 0.000000000000 +0.000000000000 0.069824218750 0.219726562500 0.090820312500 +0.117187500000 0.249023437500 0.648437500000 0.000000000000 +0.359375000000 0.162109375000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.365234375000 +0.000000000000 0.000000000000 0.050781250000 0.000000000000 +0.000000000000 0.169921875000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.333984375000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.273437500000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.273437500000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.063964843750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.144531250000 0.535156250000 0.000000000000 0.000000000000 +0.057373046875 0.000000000000 0.037841796875 0.000000000000 +0.120605468750 0.204101562500 0.597656250000 0.078125000000 +0.128906250000 0.051025390625 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.429687500000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.015991210938 0.152343750000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.170898437500 0.000000000000 0.000000000000 +0.096679687500 0.000000000000 0.000000000000 0.181640625000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.104980468750 0.000000000000 +0.287109375000 0.000000000000 0.000000000000 0.000000000000 +0.058593750000 0.726562500000 0.000000000000 0.000000000000 +0.099609375000 0.000000000000 0.000000000000 0.000000000000 +0.259765625000 0.143554687500 0.535156250000 0.248046875000 +0.000000000000 0.000000000000 0.158203125000 0.098632812500 +0.000000000000 0.111816406250 0.000000000000 0.289062500000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.001815795898 0.000000000000 0.084960937500 +0.000000000000 0.000000000000 0.157226562500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.045410156250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.029052734375 0.000000000000 0.000000000000 +0.349609375000 0.000000000000 0.000000000000 0.095214843750 +0.000000000000 0.095214843750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.051513671875 0.067382812500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.462890625000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.875000000000 0.000000000000 0.000000000000 +0.000000000000 0.090332031250 0.000000000000 0.000000000000 +0.408203125000 0.000000000000 0.330078125000 0.271484375000 +0.000000000000 0.000000000000 0.000000000000 0.203125000000 +0.000000000000 0.464843750000 0.000000000000 0.163085937500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.065429687500 0.000000000000 0.068847656250 +0.000000000000 0.000000000000 0.326171875000 0.023559570312 +0.000000000000 0.000000000000 0.000000000000 0.349609375000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.632812500000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.054687500000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.302734375000 0.326171875000 +0.000000000000 0.100585937500 0.000000000000 0.000000000000 +0.147460937500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.777343750000 0.306640625000 0.000000000000 +0.000000000000 0.238281250000 0.000000000000 0.000000000000 +0.324218750000 0.000000000000 0.086914062500 0.079101562500 +0.000000000000 0.000000000000 0.000000000000 0.224609375000 +0.000000000000 0.601562500000 0.000000000000 0.075195312500 +0.044189453125 0.108398437500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.253906250000 +0.000000000000 0.000000000000 0.000000000000 0.168945312500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.660156250000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.191406250000 0.000000000000 0.458984375000 0.511718750000 +0.000000000000 0.275390625000 0.000000000000 0.175781250000 +0.000000000000 0.112304687500 0.000000000000 0.000000000000 +0.000000000000 0.601562500000 0.574218750000 0.000000000000 +0.000000000000 0.367187500000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.051757812500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.094238281250 +0.000000000000 0.445312500000 0.000000000000 0.000000000000 +0.300781250000 0.000000000000 0.000000000000 0.000000000000 +0.112304687500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.359375000000 0.000000000000 0.316406250000 +0.496093750000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.439453125000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.171875000000 0.000000000000 0.496093750000 0.566406250000 +0.000000000000 0.134765625000 0.000000000000 0.527343750000 +0.000000000000 0.241210937500 0.000000000000 0.213867187500 +0.000000000000 0.365234375000 0.582031250000 0.000000000000 +0.542968750000 0.229492187500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.008605957031 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.055175781250 0.141601562500 0.000000000000 0.000000000000 +0.386718750000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.945312500000 0.000000000000 0.302734375000 +0.593750000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.024047851562 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000492095947 0.000000000000 0.414062500000 0.441406250000 +0.000000000000 0.000000000000 0.000000000000 0.247070312500 +0.000000000000 0.289062500000 0.000000000000 0.229492187500 +0.000000000000 0.251953125000 0.376953125000 0.000000000000 +0.882812500000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.115234375000 0.000000000000 +0.242187500000 0.000000000000 0.000000000000 0.000000000000 +0.230468750000 0.000000000000 0.000000000000 0.000000000000 +0.431640625000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.147460937500 +0.000000000000 0.882812500000 0.000000000000 0.123535156250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.075683593750 0.000000000000 0.423828125000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.566406250000 0.000000000000 +0.000000000000 0.039062500000 0.027465820312 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.145507812500 0.000000000000 0.000000000000 +0.000000000000 0.192382812500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.302734375000 0.333984375000 0.000000000000 +0.656250000000 0.000000000000 0.000000000000 0.000000000000 +0.226562500000 0.000000000000 0.000000000000 0.000000000000 +0.216796875000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.400390625000 0.000000000000 1.046875000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.113769531250 0.000000000000 0.761718750000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.765625000000 0.000000000000 +0.012329101562 0.000000000000 0.004730224609 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.201171875000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.585937500000 0.314453125000 0.000000000000 +0.277343750000 0.084960937500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.011596679688 +0.000000000000 1.062500000000 0.000000000000 0.582031250000 +0.147460937500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.271484375000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.531250000000 0.000000000000 +0.460937500000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.261718750000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.017944335938 0.000000000000 +0.000000000000 0.139648437500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.371093750000 0.224609375000 0.000000000000 +0.000000000000 0.421875000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.449218750000 +0.000000000000 0.570312500000 0.000000000000 0.000000000000 +0.013610839844 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.240234375000 0.000000000000 0.000000000000 0.000000000000 +0.472656250000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.597656250000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.021850585938 0.000000000000 0.000000000000 +0.546875000000 0.000000000000 0.192382812500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.058837890625 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.063964843750 0.000000000000 +0.000000000000 0.000000000000 0.152343750000 0.000000000000 +0.000000000000 0.447265625000 0.125976562500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.445312500000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.578125000000 0.000000000000 0.000000000000 0.000000000000 +0.251953125000 0.000000000000 0.000000000000 0.000000000000 +0.228515625000 0.000000000000 0.220703125000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.326171875000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.562500000000 0.000000000000 0.267578125000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.207031250000 0.000000000000 0.000000000000 0.000000000000 +0.507812500000 0.000000000000 0.539062500000 0.114746093750 +0.000000000000 0.000000000000 0.030761718750 0.000000000000 +0.000000000000 0.212890625000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.221679687500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.050292968750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.423828125000 0.000000000000 0.000000000000 +0.832031250000 0.000000000000 0.000000000000 0.000000000000 +0.114746093750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.002014160156 +0.000000000000 0.314453125000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.130859375000 0.000000000000 0.072753906250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.470703125000 0.000000000000 0.000000000000 0.000000000000 +0.476562500000 0.000000000000 0.804687500000 0.058349609375 +0.000000000000 0.000000000000 0.205078125000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.191406250000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.273437500000 +0.000000000000 0.184570312500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.135742187500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.648437500000 +0.000000000000 0.000000000000 0.000000000000 0.390625000000 +0.000000000000 0.546875000000 0.000000000000 0.000000000000 +0.000000000000 0.152343750000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.636718750000 0.000000000000 0.000000000000 0.000000000000 +0.458984375000 0.054931640625 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.804687500000 0.000000000000 +0.494140625000 0.291015625000 0.328125000000 0.460937500000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.843750000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.316406250000 0.011108398438 +0.000000000000 0.000000000000 0.000000000000 0.722656250000 +0.000000000000 0.000000000000 0.000000000000 0.519531250000 +0.162109375000 0.292968750000 0.000000000000 0.000000000000 +0.000000000000 0.144531250000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.007110595703 +0.679687500000 0.000000000000 0.000000000000 0.000000000000 +0.103027343750 0.257812500000 0.000000000000 0.000000000000 +0.000000000000 0.449218750000 0.621093750000 0.000000000000 +0.937500000000 0.236328125000 0.416015625000 0.683593750000 +0.000000000000 0.064453125000 0.000000000000 0.141601562500 +0.000000000000 0.273437500000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.121582031250 0.000000000000 +0.000000000000 0.318359375000 0.000000000000 0.382812500000 +0.000000000000 0.000000000000 0.000000000000 0.147460937500 +0.000000000000 0.000000000000 0.000000000000 0.160156250000 +0.000000000000 0.039306640625 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.375000000000 +0.699218750000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.330078125000 +0.000000000000 0.000000000000 0.000000000000 0.341796875000 +0.041259765625 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.371093750000 0.380859375000 0.000000000000 +0.000000000000 0.605468750000 0.253906250000 0.000000000000 +0.878906250000 0.000000000000 0.324218750000 0.546875000000 +0.000000000000 0.292968750000 0.000000000000 0.111328125000 +0.000000000000 0.640625000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.206054687500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.388671875000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.738281250000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.429687500000 0.625000000000 +0.000000000000 0.000000000000 0.292968750000 0.378906250000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.531250000000 0.671875000000 0.000000000000 +0.052001953125 0.609375000000 0.000000000000 0.000000000000 +0.429687500000 0.000000000000 0.161132812500 0.000000000000 +0.000000000000 0.237304687500 0.000000000000 0.000000000000 +0.000000000000 0.632812500000 0.000000000000 0.000000000000 +0.080566406250 0.000000000000 0.067871093750 0.000000000000 +0.140625000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.431640625000 +0.333984375000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.255859375000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.734375000000 0.578125000000 +0.000000000000 0.000000000000 0.535156250000 0.298828125000 +0.000000000000 0.201171875000 0.000000000000 0.047851562500 +0.000000000000 0.511718750000 0.734375000000 0.000000000000 +0.460937500000 0.435546875000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.096679687500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.233398437500 0.000000000000 0.000000000000 +0.648437500000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.679687500000 0.000000000000 0.500000000000 +0.390625000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.015991210938 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.730468750000 0.269531250000 +0.000000000000 0.000000000000 0.063476562500 0.000000000000 +0.000000000000 0.470703125000 0.000000000000 0.029663085938 +0.000000000000 0.337890625000 0.597656250000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.539062500000 0.000000000000 0.000000000000 0.000000000000 +0.578125000000 0.000000000000 0.000000000000 0.000000000000 +0.656250000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.032470703125 +0.593750000000 0.582031250000 0.000000000000 0.488281250000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.147460937500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.640625000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.036621093750 0.000000000000 +0.000000000000 0.212890625000 0.000000000000 0.000000000000 +0.000000000000 0.515625000000 0.000000000000 0.111816406250 +0.000000000000 0.097167968750 0.421875000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.229492187500 0.000000000000 0.000000000000 +0.092773437500 0.000000000000 0.000000000000 0.000000000000 +1.023437500000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.005340576172 +0.992187500000 0.102539062500 0.000000000000 0.094726562500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.605468750000 0.000000000000 +0.333984375000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.394531250000 0.141601562500 0.000000000000 0.000000000000 +0.000000000000 0.451171875000 0.000000000000 0.455078125000 +0.000000000000 0.000000000000 0.414062500000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.656250000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +1.015625000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.500000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.063476562500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.333984375000 0.000000000000 +0.886718750000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.753906250000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.371093750000 0.000000000000 0.566406250000 +0.000000000000 0.000000000000 0.574218750000 0.000000000000 +0.542968750000 0.000000000000 0.339843750000 0.000000000000 +0.000000000000 0.855468750000 0.000000000000 0.000000000000 +0.000000000000 0.198242187500 0.000000000000 0.000000000000 +0.558593750000 0.000000000000 0.494140625000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.906250000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.554687500000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.085449218750 0.000000000000 0.115234375000 +0.000000000000 0.000000000000 0.515625000000 0.000000000000 +0.158203125000 0.000000000000 0.835937500000 0.000000000000 +0.000000000000 0.933593750000 0.164062500000 0.000000000000 +0.104980468750 0.710937500000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.601562500000 0.000000000000 +0.000000000000 0.010009765625 0.000000000000 0.150390625000 +0.000000000000 0.449218750000 0.000000000000 0.769531250000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.285156250000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.859375000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.013671875000 0.000000000000 0.010131835938 0.000000000000 +0.000000000000 0.000000000000 1.085937500000 0.000000000000 +0.000000000000 0.578125000000 0.195312500000 0.201171875000 +0.000000000000 0.992187500000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.343750000000 0.000000000000 0.476562500000 +0.000000000000 0.972656250000 0.000000000000 0.652343750000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.734375000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.246093750000 0.396484375000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.820312500000 0.195312500000 +0.000000000000 0.001678466797 0.343750000000 0.601562500000 +0.000000000000 1.007812500000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.126953125000 0.000000000000 0.380859375000 +0.037109375000 0.644531250000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.531250000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.746093750000 0.980468750000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.045654296875 0.355468750000 0.519531250000 +0.000000000000 0.000000000000 0.419921875000 0.613281250000 +0.000000000000 0.628906250000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.523437500000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.212890625000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.001731872559 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 1.125000000000 0.871093750000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.029541015625 0.000000000000 0.000000000000 +0.906250000000 0.000000000000 0.000000000000 0.621093750000 +0.000000000000 0.000000000000 0.235351562500 0.283203125000 +0.000000000000 0.121093750000 0.000000000000 0.000000000000 +0.000000000000 0.077636718750 0.000000000000 0.000000000000 +0.000000000000 0.083007812500 0.000000000000 0.000000000000 +0.330078125000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.660156250000 0.000000000000 0.000000000000 +0.281250000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.324218750000 0.000000000000 0.294921875000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.139648437500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.816406250000 0.000000000000 +0.503906250000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.107421875000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.394531250000 +0.000000000000 0.000000000000 0.062500000000 0.000000000000 +0.472656250000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.859375000000 0.000000000000 0.000000000000 +0.000000000000 0.140625000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.302734375000 0.558593750000 +0.710937500000 0.310546875000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.100585937500 +0.000000000000 0.597656250000 0.000000000000 1.226562500000 +0.000000000000 0.000000000000 0.000000000000 0.273437500000 +0.000000000000 0.332031250000 0.011718750000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.233398437500 0.000000000000 +0.000000000000 0.089843750000 0.000000000000 0.000000000000 +0.117675781250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.178710937500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.257812500000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.824218750000 0.000000000000 0.000000000000 +0.376953125000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.310546875000 0.695312500000 0.812500000000 +1.031250000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.306640625000 +0.000000000000 0.298828125000 0.000000000000 0.380859375000 +0.000000000000 0.000000000000 0.000000000000 0.455078125000 +0.016723632812 0.000000000000 0.157226562500 0.000000000000 +0.000000000000 0.000000000000 0.018066406250 0.128906250000 +0.000000000000 0.000000000000 0.369140625000 0.000000000000 +0.000000000000 0.675781250000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.226562500000 0.000000000000 0.229492187500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.570312500000 0.000000000000 +0.000000000000 0.000000000000 0.320312500000 0.076171875000 +0.322265625000 0.065917968750 0.000000000000 0.018554687500 +0.298828125000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.333984375000 0.585937500000 0.000000000000 +0.486328125000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.118164062500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.339843750000 0.337890625000 +0.117675781250 0.000000000000 0.035644531250 0.103027343750 +0.184570312500 0.000000000000 0.000000000000 0.472656250000 +0.066894531250 0.000000000000 0.062988281250 0.000000000000 +0.000000000000 0.636718750000 0.000000000000 0.000000000000 +0.000000000000 0.064453125000 0.000000000000 0.087402343750 +0.000000000000 0.233398437500 0.000000000000 0.175781250000 +0.088867187500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.419921875000 0.000000000000 +0.000000000000 0.098144531250 0.462890625000 0.000000000000 +0.648437500000 0.000000000000 0.000000000000 0.125976562500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.294921875000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.200195312500 0.168945312500 0.000000000000 0.000000000000 +0.051269531250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.400390625000 0.037597656250 +0.000000000000 0.000000000000 0.000000000000 0.096679687500 +0.000000000000 0.000000000000 0.000000000000 0.250000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.269531250000 0.482421875000 0.000000000000 0.000000000000 +0.000000000000 0.108398437500 0.000000000000 0.246093750000 +0.000000000000 0.147460937500 0.000000000000 0.000000000000 +0.515625000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.076171875000 0.232421875000 0.000000000000 +0.443359375000 0.184570312500 0.029296875000 0.000000000000 +0.451171875000 0.000000000000 0.236328125000 0.224609375000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.220703125000 0.010681152344 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.166015625000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.361328125000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.058105468750 0.000000000000 0.020385742188 +0.000000000000 0.248046875000 0.002395629883 0.000000000000 +0.000000000000 0.000000000000 0.166015625000 0.000000000000 +0.000000000000 0.275390625000 0.246093750000 0.000000000000 +0.431640625000 0.310546875000 0.000000000000 0.000000000000 +0.036132812500 0.000000000000 0.306640625000 0.208007812500 +0.000000000000 0.000000000000 0.000000000000 0.211914062500 +0.000000000000 0.008666992188 0.000000000000 0.808593750000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.231445312500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.036376953125 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.081054687500 0.000000000000 0.000000000000 0.065917968750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.063476562500 0.351562500000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.328125000000 0.000000000000 +0.000000000000 0.414062500000 0.363281250000 0.000000000000 +0.000000000000 0.300781250000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.143554687500 0.205078125000 +0.000000000000 0.000000000000 0.000000000000 0.285156250000 +0.000000000000 0.480468750000 0.000000000000 0.691406250000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.184570312500 0.480468750000 +0.000000000000 0.000000000000 0.122070312500 0.000000000000 +0.063476562500 0.431640625000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.277343750000 0.000000000000 +0.000000000000 0.410156250000 0.625000000000 0.179687500000 +0.000000000000 0.171875000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.012878417969 0.253906250000 +0.000000000000 0.000000000000 0.000000000000 0.271484375000 +0.000000000000 0.507812500000 0.000000000000 0.107910156250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.484375000000 0.402343750000 +0.000000000000 0.000000000000 0.163085937500 0.000000000000 +0.027709960938 0.484375000000 0.000000000000 0.000000000000 +0.000000000000 0.217773437500 0.094726562500 0.000000000000 +0.037841796875 0.376953125000 0.734375000000 0.281250000000 +0.000000000000 0.000663757324 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.259765625000 +0.000000000000 0.057617187500 0.000000000000 0.125000000000 +0.000000000000 0.247070312500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.419921875000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.131835937500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.427734375000 0.097656250000 +0.000000000000 0.000000000000 0.141601562500 0.000000000000 +0.053710937500 0.628906250000 0.000000000000 0.000000000000 +0.000000000000 0.243164062500 0.005157470703 0.000000000000 +0.028564453125 0.416015625000 0.648437500000 0.051513671875 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.314453125000 +0.000000000000 0.178710937500 0.000000000000 0.000000000000 +0.000000000000 0.049804687500 0.316406250000 0.000000000000 +0.000000000000 0.000000000000 0.707031250000 0.175781250000 +0.000000000000 0.000000000000 0.000000000000 0.431640625000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.049804687500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.191406250000 0.000000000000 0.130859375000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.226562500000 0.000000000000 +0.000000000000 0.000000000000 0.181640625000 0.000000000000 +0.083007812500 0.804687500000 0.000000000000 0.000000000000 +0.000000000000 0.287109375000 0.000000000000 0.000000000000 +0.000000000000 0.376953125000 0.515625000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.275390625000 +0.000000000000 0.000000000000 0.000000000000 0.371093750000 +0.000000000000 0.124511718750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.503906250000 0.000000000000 +0.040283203125 0.000139236450 0.781250000000 0.498046875000 +0.000000000000 0.189453125000 0.000000000000 0.453125000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.263671875000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.314453125000 0.000000000000 0.322265625000 +0.000000000000 0.000000000000 0.107421875000 0.000000000000 +0.000000000000 0.170898437500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.130859375000 0.003143310547 +0.088867187500 0.921875000000 0.000000000000 0.000000000000 +0.000000000000 0.296875000000 0.000000000000 0.000000000000 +0.000000000000 0.335937500000 0.283203125000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.349609375000 +0.101074218750 0.000000000000 0.000000000000 0.163085937500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.267578125000 0.000000000000 +0.193359375000 0.130859375000 0.404296875000 0.667968750000 +0.130859375000 0.339843750000 0.000000000000 0.145507812500 +0.008117675781 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.380859375000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.267578125000 0.000000000000 0.402343750000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.289062500000 0.195312500000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.012023925781 0.253906250000 +0.098144531250 0.886718750000 0.000000000000 0.000000000000 +0.000000000000 0.169921875000 0.000000000000 0.000000000000 +0.000000000000 0.259765625000 0.060302734375 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.225585937500 +0.310546875000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.263671875000 0.345703125000 0.000000000000 0.699218750000 +0.433593750000 0.251953125000 0.000000000000 0.000000000000 +0.328125000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.498046875000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.194335937500 0.000000000000 0.341796875000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.345703125000 0.084960937500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.500000000000 +0.139648437500 0.703125000000 0.140625000000 0.000000000000 +0.000000000000 0.000000000000 0.200195312500 0.000000000000 +0.000000000000 0.240234375000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.018554687500 +0.437500000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.181640625000 0.417968750000 0.000000000000 0.427734375000 +0.605468750000 0.000000000000 0.000000000000 0.000000000000 +0.460937500000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.439453125000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.063476562500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.324218750000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.562500000000 +0.184570312500 0.431640625000 0.300781250000 0.000000000000 +0.000000000000 0.000000000000 0.546875000000 0.000000000000 +0.000000000000 0.410156250000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.449218750000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.304687500000 0.000000000000 0.050537109375 +0.464843750000 0.000000000000 0.000000000000 0.000000000000 +0.355468750000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.066894531250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.361328125000 +0.231445312500 0.292968750000 0.345703125000 0.000000000000 +0.000000000000 0.000000000000 0.871093750000 0.000000000000 +0.000000000000 0.664062500000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.429687500000 0.000000000000 0.133789062500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.273437500000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.100585937500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.003326416016 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.005279541016 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.005920410156 +0.204101562500 0.308593750000 0.279296875000 0.000000000000 +0.000000000000 0.000000000000 0.992187500000 0.000000000000 +0.000000000000 0.882812500000 0.188476562500 0.000000000000 +0.000000000000 0.149414062500 0.000000000000 0.000000000000 +0.302734375000 0.000000000000 0.107910156250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.423828125000 0.000000000000 0.566406250000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.058837890625 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.257812500000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.416015625000 0.033203125000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.130859375000 0.376953125000 0.110351562500 0.000000000000 +0.000000000000 0.000000000000 0.910156250000 0.000000000000 +0.000000000000 0.976562500000 0.437500000000 0.000000000000 +0.000000000000 0.273437500000 0.000000000000 0.000000000000 +0.164062500000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.699218750000 0.000000000000 0.312500000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.201171875000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.710937500000 0.154296875000 +0.000000000000 0.000000000000 0.002288818359 0.000000000000 +0.040527343750 0.500000000000 0.000000000000 0.000000000000 +0.000000000000 0.158203125000 0.769531250000 0.000000000000 +0.000000000000 0.937500000000 0.628906250000 0.000000000000 +0.000000000000 0.279296875000 0.000000000000 0.000000000000 +0.083496093750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.605468750000 0.000000000000 0.000000000000 +0.111328125000 0.000000000000 0.000000000000 0.103027343750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.015747070312 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.792968750000 0.058105468750 +0.000000000000 0.000000000000 0.062500000000 0.000000000000 +0.000000000000 0.597656250000 0.000000000000 0.000000000000 +0.000000000000 0.162109375000 0.539062500000 0.000000000000 +0.000000000000 0.804687500000 0.652343750000 0.000000000000 +0.015869140625 0.056884765625 0.000000000000 0.000000000000 +0.044921875000 0.000000000000 0.000000000000 0.016601562500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.324218750000 0.000000000000 0.000000000000 +0.318359375000 0.000000000000 0.304687500000 0.337890625000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.043212890625 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.558593750000 0.000000000000 +0.000000000000 0.000000000000 0.010864257812 0.000000000000 +0.015563964844 0.656250000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.373046875000 0.000000000000 +0.000000000000 0.625000000000 0.535156250000 0.000000000000 +0.029296875000 0.000000000000 0.000000000000 0.000000000000 +0.056396484375 0.000000000000 0.000000000000 0.147460937500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.349609375000 0.050048828125 0.156250000000 0.347656250000 +0.117675781250 0.000000000000 0.000000000000 0.000000000000 +0.135742187500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.249023437500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.283203125000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.087402343750 0.652343750000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.296875000000 0.000000000000 +0.000000000000 0.458984375000 0.511718750000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.062988281250 0.000000000000 0.015869140625 0.257812500000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.249023437500 0.287109375000 0.000000000000 0.142578125000 +0.322265625000 0.000000000000 0.000000000000 0.000000000000 +0.203125000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.265625000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.070312500000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.139648437500 0.617187500000 0.000000000000 0.000000000000 +0.285156250000 0.000000000000 0.312500000000 0.000000000000 +0.000000000000 0.417968750000 0.574218750000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.251953125000 0.199218750000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.213867187500 0.000000000000 0.000000000000 +0.129882812500 0.000000000000 0.000000000000 0.000000000000 +0.079101562500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.114746093750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.133789062500 0.617187500000 0.000000000000 0.000000000000 +0.087890625000 0.000000000000 0.328125000000 0.000000000000 +0.079101562500 0.468750000000 0.535156250000 0.007476806641 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.265625000000 0.023071289062 +0.000000000000 0.012756347656 0.000000000000 0.000000000000 +0.000000000000 0.000820159912 0.000000000000 0.447265625000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.067382812500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.119140625000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.116210937500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.053710937500 0.000000000000 0.000000000000 +0.000000000000 0.597656250000 0.188476562500 0.000000000000 +0.000000000000 0.023925781250 0.277343750000 0.000000000000 +0.451171875000 0.375000000000 0.416015625000 0.279296875000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.070800781250 0.000000000000 0.000000000000 +0.000000000000 0.302734375000 0.000000000000 0.404296875000 +0.000000000000 0.000000000000 0.000000000000 0.020263671875 +0.000000000000 0.000000000000 0.018066406250 0.146484375000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.318359375000 +0.000000000000 0.000000000000 0.023559570312 0.140625000000 +0.000000000000 0.141601562500 0.000000000000 0.000000000000 +0.000000000000 0.503906250000 0.310546875000 0.000000000000 +0.000000000000 0.343750000000 0.076171875000 0.000000000000 +0.458984375000 0.093750000000 0.373046875000 0.304687500000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.128906250000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.156250000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.102050781250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.476562500000 +0.000000000000 0.000000000000 0.353515625000 0.500000000000 +0.000000000000 0.145507812500 0.000000000000 0.000000000000 +0.000000000000 0.507812500000 0.287109375000 0.000000000000 +0.138671875000 0.419921875000 0.000000000000 0.000000000000 +0.127929687500 0.000000000000 0.482421875000 0.015136718750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.105468750000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.075683593750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.119628906250 0.000000000000 0.219726562500 +0.215820312500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.171875000000 0.439453125000 +0.000000000000 0.000000000000 0.664062500000 0.460937500000 +0.000000000000 0.294921875000 0.000000000000 0.000000000000 +0.000000000000 0.554687500000 0.196289062500 0.000000000000 +0.566406250000 0.246093750000 0.000000000000 0.000000000000 +0.000000000000 0.005218505859 0.460937500000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.088378906250 +0.357421875000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.449218750000 0.000000000000 0.330078125000 +0.143554687500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.074218750000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.310546875000 0.105468750000 +0.000000000000 0.000000000000 0.339843750000 0.000000000000 +0.000000000000 0.388671875000 0.000000000000 0.000000000000 +0.000000000000 0.648437500000 0.019653320312 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.112792968750 0.291015625000 0.000000000000 +0.419921875000 0.000000000000 0.000000000000 0.000000000000 +0.181640625000 0.000000000000 0.000000000000 0.000000000000 +0.546875000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.443359375000 +0.488281250000 0.211914062500 0.000000000000 0.550781250000 +0.000000000000 0.000000000000 0.000000000000 0.042236328125 +0.000000000000 0.000000000000 0.000000000000 0.373046875000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.294921875000 0.000000000000 +0.000000000000 0.016357421875 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.071289062500 0.000000000000 +0.000000000000 0.204101562500 0.000000000000 0.000000000000 +0.000000000000 0.345703125000 0.000000000000 0.000000000000 +0.000000000000 0.714843750000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.265625000000 0.095214843750 0.000000000000 +0.005828857422 0.000000000000 0.000000000000 0.000000000000 +0.474609375000 0.000000000000 0.000000000000 0.000000000000 +0.153320312500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.103027343750 0.000000000000 0.157226562500 +0.859375000000 0.000000000000 0.000000000000 0.535156250000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.104003906250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.369140625000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.507812500000 0.345703125000 0.000000000000 0.000000000000 +0.000000000000 0.163085937500 0.000000000000 0.100585937500 +0.000000000000 0.703125000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.400390625000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.656250000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.636718750000 0.000000000000 0.000000000000 0.218750000000 +0.144531250000 0.000000000000 0.000000000000 0.000000000000 +0.333984375000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.312500000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.126953125000 0.000000000000 0.000000000000 0.488281250000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.832031250000 0.046875000000 0.000000000000 0.000000000000 +0.000000000000 0.039794921875 0.000000000000 0.566406250000 +0.000000000000 0.416015625000 0.234375000000 0.000000000000 +0.000000000000 0.000000000000 0.180664062500 0.000000000000 +0.000000000000 0.380859375000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.605468750000 0.000000000000 0.046386718750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.359375000000 0.000000000000 0.000000000000 0.000000000000 +0.785156250000 0.000000000000 0.000000000000 0.000000000000 +0.345703125000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.402343750000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.036621093750 0.000000000000 0.000000000000 0.188476562500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.652343750000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.558593750000 +0.078613281250 0.104003906250 0.482421875000 0.000000000000 +0.269531250000 0.000000000000 0.726562500000 0.000000000000 +0.000000000000 0.519531250000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.433593750000 0.000000000000 0.427734375000 0.000000000000 +0.000000000000 0.023803710938 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.406250000000 0.000000000000 0.000000000000 0.000000000000 +0.032226562500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.038574218750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.062500000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.203125000000 +0.302734375000 0.000000000000 0.478515625000 0.000000000000 +0.000000000000 0.000000000000 1.015625000000 0.000000000000 +0.000000000000 0.710937500000 0.085937500000 0.000000000000 +0.000000000000 0.166992187500 0.000000000000 0.000000000000 +0.237304687500 0.000000000000 0.445312500000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.789062500000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.186523437500 +0.000000000000 0.000000000000 0.000000000000 0.232421875000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.097167968750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.107910156250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.298828125000 0.029663085938 0.222656250000 0.000000000000 +0.000000000000 0.000000000000 1.031250000000 0.000000000000 +0.000000000000 0.878906250000 0.445312500000 0.000000000000 +0.000000000000 0.412109375000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.263671875000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.812500000000 0.000000000000 0.929687500000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.211914062500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.237304687500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.429687500000 0.433593750000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.189453125000 0.111328125000 0.000000000000 0.000000000000 +0.000000000000 0.011962890625 0.835937500000 0.000000000000 +0.189453125000 0.820312500000 0.652343750000 0.189453125000 +0.000000000000 0.498046875000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.150390625000 +0.000000000000 0.984375000000 0.000000000000 0.222656250000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.257812500000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.785156250000 0.408203125000 +0.000000000000 0.000000000000 0.113769531250 0.000000000000 +0.035888671875 0.213867187500 0.000000000000 0.000000000000 +0.000000000000 0.181640625000 0.519531250000 0.000000000000 +0.233398437500 0.617187500000 0.746093750000 0.333984375000 +0.000000000000 0.351562500000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.275390625000 +0.000000000000 0.597656250000 0.000000000000 0.000000000000 +0.014404296875 0.000000000000 0.396484375000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.040771484375 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.800781250000 0.017822265625 +0.000000000000 0.000000000000 0.165039062500 0.000000000000 +0.000000000000 0.333984375000 0.000000000000 0.000000000000 +0.000000000000 0.121093750000 0.161132812500 0.000000000000 +0.086425781250 0.443359375000 0.734375000000 0.361328125000 +0.000000000000 0.149414062500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.217773437500 +0.000000000000 0.000000000000 0.000000000000 0.197265625000 +0.095214843750 0.063964843750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.617187500000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.074218750000 +0.000000000000 0.000000000000 0.039550781250 0.000000000000 +0.000000000000 0.000000000000 0.041015625000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.589843750000 0.000000000000 +0.120605468750 0.000000000000 0.158203125000 0.000000000000 +0.017822265625 0.582031250000 0.000000000000 0.000000000000 +0.000000000000 0.031127929688 0.000000000000 0.000000000000 +0.083984375000 0.304687500000 0.605468750000 0.143554687500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.357421875000 +0.000000000000 0.066894531250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.177734375000 0.000000000000 +0.000000000000 0.033203125000 0.546875000000 0.073242187500 +0.000000000000 0.000000000000 0.000000000000 0.341796875000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.057861328125 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.082031250000 0.000000000000 0.113281250000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.255859375000 0.000000000000 +0.114746093750 0.000000000000 0.068847656250 0.000000000000 +0.040771484375 0.734375000000 0.000000000000 0.000000000000 +0.000000000000 0.115234375000 0.000000000000 0.000000000000 +0.088378906250 0.230468750000 0.375000000000 0.000000000000 +0.000000000000 0.000000000000 0.019287109375 0.267578125000 +0.000000000000 0.000000000000 0.000000000000 0.347656250000 +0.000000000000 0.292968750000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.353515625000 0.029907226562 +0.074218750000 0.007019042969 0.470703125000 0.287109375000 +0.000000000000 0.075683593750 0.000000000000 0.445312500000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.140625000000 0.000000000000 +0.003555297852 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.279296875000 0.000000000000 0.218750000000 +0.000000000000 0.000000000000 0.056640625000 0.000000000000 +0.000000000000 0.237304687500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.008422851562 0.000000000000 +0.000000000000 0.757812500000 0.000000000000 0.000000000000 +0.000000000000 0.304687500000 0.000000000000 0.000000000000 +0.000000000000 0.208984375000 0.314453125000 0.000000000000 +0.000000000000 0.000000000000 0.006103515625 0.449218750000 +0.000000000000 0.000000000000 0.000000000000 0.281250000000 +0.000000000000 0.053710937500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.289062500000 0.000000000000 +0.231445312500 0.025634765625 0.102050781250 0.371093750000 +0.086425781250 0.241210937500 0.000000000000 0.241210937500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.359375000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.371093750000 0.000000000000 0.320312500000 +0.000000000000 0.000000000000 0.142578125000 0.021606445312 +0.000000000000 0.365234375000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.240234375000 +0.000000000000 0.687500000000 0.068847656250 0.000000000000 +0.000000000000 0.414062500000 0.000000000000 0.000000000000 +0.000000000000 0.243164062500 0.384765625000 0.000000000000 +0.000000000000 0.000000000000 0.066894531250 0.250000000000 +0.192382812500 0.000000000000 0.000000000000 0.199218750000 +0.000000000000 0.000000000000 0.061035156250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.112792968750 0.316406250000 0.000000000000 0.281250000000 +0.394531250000 0.170898437500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.468750000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.402343750000 0.000000000000 0.202148437500 +0.000000000000 0.000000000000 0.000000000000 0.013305664062 +0.070312500000 0.312500000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.425781250000 +0.000000000000 0.636718750000 0.100097656250 0.000000000000 +0.515625000000 0.230468750000 0.000000000000 0.000000000000 +0.000000000000 0.306640625000 0.511718750000 0.000000000000 +0.000000000000 0.000000000000 0.076171875000 0.000000000000 +0.291015625000 0.000000000000 0.000000000000 0.067382812500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.421875000000 0.000000000000 0.123046875000 +0.314453125000 0.002410888672 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.224609375000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.285156250000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.107421875000 0.005401611328 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.249023437500 +0.022094726562 0.574218750000 0.000000000000 0.000000000000 +0.347656250000 0.000000000000 0.156250000000 0.000000000000 +0.000000000000 0.339843750000 0.449218750000 0.000000000000 +0.589843750000 0.000000000000 0.000000000000 0.000000000000 +0.174804687500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.010009765625 +0.000000000000 0.000000000000 0.000000000000 0.216796875000 +0.000000000000 0.118164062500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.251953125000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.026245117188 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.023437500000 0.601562500000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.353515625000 0.000000000000 +0.000000000000 0.287109375000 0.349609375000 0.000000000000 +0.589843750000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.333984375000 +0.000000000000 0.291015625000 0.000000000000 0.416015625000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.095703125000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.096679687500 0.496093750000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.488281250000 0.000000000000 +0.000000000000 0.055664062500 0.231445312500 0.000000000000 +0.077636718750 0.122558593750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.515625000000 +0.000000000000 0.322265625000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.511718750000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.063964843750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.175781250000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.150390625000 0.227539062500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.570312500000 0.217773437500 +0.000000000000 0.000000000000 0.150390625000 0.000000000000 +0.000000000000 0.248046875000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.373046875000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.047119140625 0.000000000000 0.000000000000 +0.482421875000 0.000000000000 0.000000000000 0.000000000000 +0.656250000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.106933593750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.542968750000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.328125000000 0.062255859375 0.000000000000 0.000000000000 +0.605468750000 0.000000000000 0.621093750000 0.265625000000 +0.000000000000 0.000000000000 0.114746093750 0.000000000000 +0.000000000000 0.115234375000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.357421875000 0.000000000000 0.000000000000 +0.597656250000 0.000000000000 0.000000000000 0.000000000000 +0.398437500000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.002441406250 +0.000000000000 0.263671875000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.507812500000 0.000000000000 +0.439453125000 0.000000000000 0.000000000000 0.000000000000 +0.507812500000 0.041503906250 0.000000000000 0.000000000000 +0.386718750000 0.000000000000 0.648437500000 0.098144531250 +0.085937500000 0.000000000000 0.108886718750 0.363281250000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.369140625000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.079101562500 0.000000000000 0.730468750000 +0.000000000000 0.000000000000 0.000000000000 0.410156250000 +0.000000000000 0.492187500000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.142578125000 0.000000000000 +0.855468750000 0.000000000000 0.000000000000 0.000000000000 +0.345703125000 0.179687500000 0.000000000000 0.000000000000 +0.000000000000 0.231445312500 0.484375000000 0.000000000000 +0.636718750000 0.180664062500 0.208007812500 0.480468750000 +0.000000000000 0.000000000000 0.000000000000 0.339843750000 +0.000000000000 0.063964843750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.078613281250 0.000000000000 +0.000000000000 0.066406250000 0.125976562500 0.726562500000 +0.000000000000 0.000000000000 0.000000000000 0.091796875000 +0.000000000000 0.000000000000 0.000000000000 0.380859375000 +0.000000000000 0.244140625000 0.000000000000 0.621093750000 +0.000000000000 0.000000000000 0.000000000000 0.578125000000 +0.535156250000 0.199218750000 0.000000000000 0.000000000000 +0.000000000000 0.000659942627 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.443359375000 0.000000000000 0.000000000000 0.000000000000 +0.021606445312 0.168945312500 0.000000000000 0.000000000000 +0.000000000000 0.691406250000 0.233398437500 0.000000000000 +0.828125000000 0.013549804688 0.474609375000 0.382812500000 +0.000000000000 0.000000000000 0.000000000000 0.484375000000 +0.000000000000 0.582031250000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.265625000000 0.000000000000 +0.000000000000 0.427734375000 0.206054687500 0.031127929688 +0.060058593750 0.000000000000 0.000000000000 0.203125000000 +0.000000000000 0.000000000000 0.000000000000 0.291015625000 +0.000000000000 0.031738281250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.460937500000 +0.882812500000 0.000000000000 0.000000000000 0.008911132812 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.283203125000 0.255859375000 +0.000000000000 0.000000000000 0.000000000000 0.161132812500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.207031250000 0.335937500000 0.000000000000 +0.000000000000 0.667968750000 0.000000000000 0.000000000000 +0.589843750000 0.000000000000 0.562500000000 0.115234375000 +0.000000000000 0.151367187500 0.000000000000 0.279296875000 +0.000000000000 0.574218750000 0.000000000000 0.000000000000 +0.052001953125 0.000000000000 0.170898437500 0.000000000000 +0.015258789062 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.106445312500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.109863281250 0.000000000000 0.039550781250 +0.816406250000 0.000000000000 0.000000000000 0.082519531250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.632812500000 0.535156250000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.208984375000 +0.000000000000 0.285156250000 0.542968750000 0.000000000000 +0.057373046875 0.168945312500 0.000000000000 0.000000000000 +0.045410156250 0.000000000000 0.328125000000 0.000000000000 +0.050537109375 0.169921875000 0.000000000000 0.000000000000 +0.000000000000 0.197265625000 0.000000000000 0.000000000000 +0.382812500000 0.000000000000 0.000000000000 0.000000000000 +0.116699218750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.091308593750 0.000000000000 0.048339843750 +0.292968750000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.199218750000 0.000000000000 0.000000000000 +0.539062500000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.691406250000 0.574218750000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.014282226562 0.000000000000 0.175781250000 +0.000000000000 0.328125000000 0.500000000000 0.000000000000 +0.190429687500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.120117187500 0.000000000000 +0.312500000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.330078125000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.660156250000 0.000000000000 0.000000000000 +0.253906250000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.013671875000 0.000000000000 0.127929687500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.382812500000 0.355468750000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.449218750000 0.314453125000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.281250000000 +0.000000000000 0.000000000000 0.221679687500 0.000000000000 +0.339843750000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.353515625000 +0.000000000000 0.535156250000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.049560546875 0.000000000000 0.157226562500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.664062500000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.462890625000 0.101562500000 0.220703125000 +0.000000000000 0.000000000000 0.000000000000 0.632812500000 +0.000000000000 0.000000000000 0.353515625000 0.000000000000 +0.144531250000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.162109375000 0.000000000000 0.445312500000 +0.000000000000 0.125976562500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.125976562500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.812500000000 0.000000000000 +0.100097656250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.341796875000 0.000000000000 0.211914062500 +0.000000000000 0.000000000000 0.000000000000 0.917968750000 +0.000000000000 0.000000000000 0.375000000000 0.000000000000 +0.000000000000 0.234375000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.248046875000 0.000000000000 0.033691406250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.164062500000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.773437500000 0.000000000000 +0.353515625000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.100585937500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.166992187500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.104980468750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 1.195312500000 +0.000000000000 0.000000000000 0.328125000000 0.000000000000 +0.000000000000 0.433593750000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.105468750000 0.000000000000 0.000000000000 0.000000000000 +0.010742187500 0.210937500000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.679687500000 0.000000000000 +0.431640625000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.152343750000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.388671875000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.011962890625 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 1.320312500000 +0.000000000000 0.000000000000 0.156250000000 0.000000000000 +0.000000000000 0.449218750000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.191406250000 0.000000000000 0.000000000000 +0.273437500000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.406250000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.132812500000 +0.000000000000 0.000000000000 0.527343750000 0.000000000000 +0.353515625000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.159179687500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.363281250000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.017822265625 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 1.328125000000 +0.000000000000 0.000000000000 0.074218750000 0.000000000000 +0.000000000000 0.253906250000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.285156250000 0.000000000000 0.000000000000 +0.035644531250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.625000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.500000000000 +0.000000000000 0.000000000000 0.433593750000 0.000000000000 +0.281250000000 0.000000000000 0.000000000000 0.000000000000 +0.040771484375 0.108398437500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.202148437500 +0.199218750000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.112304687500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 1.250000000000 +0.000000000000 0.000000000000 0.247070312500 0.000000000000 +0.000000000000 0.071777343750 0.000000000000 0.000000000000 +0.000000000000 0.065429687500 0.000000000000 0.000000000000 +0.000000000000 0.064453125000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.130859375000 +0.138671875000 0.042236328125 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.671875000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.894531250000 +0.000000000000 0.000000000000 0.414062500000 0.000000000000 +0.271484375000 0.000000000000 0.061767578125 0.000000000000 +0.147460937500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.101074218750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.183593750000 0.000000000000 0.400390625000 +0.000000000000 0.000000000000 0.000000000000 1.132812500000 +0.000000000000 0.000000000000 0.546875000000 0.000000000000 +0.000000000000 0.066894531250 0.000000000000 0.000000000000 +0.000000000000 0.086914062500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.261718750000 0.000000000000 0.101562500000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.527343750000 0.000000000000 0.000000000000 +0.000000000000 0.035644531250 0.000000000000 0.960937500000 +0.000000000000 0.000000000000 0.464843750000 0.085449218750 +0.320312500000 0.000000000000 0.108398437500 0.000000000000 +0.298828125000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.285156250000 0.000000000000 0.652343750000 +0.000000000000 0.000000000000 0.000000000000 1.046875000000 +0.000000000000 0.000000000000 0.753906250000 0.000000000000 +0.000000000000 0.273437500000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.087890625000 0.000000000000 +0.000000000000 0.296875000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.363281250000 0.000000000000 0.000000000000 +0.000000000000 0.269531250000 0.000000000000 0.863281250000 +0.000000000000 0.000000000000 0.488281250000 0.155273437500 +0.269531250000 0.000000000000 0.000000000000 0.000000000000 +0.371093750000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.113769531250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.355468750000 0.000000000000 0.388671875000 +0.000000000000 0.000000000000 0.000000000000 1.046875000000 +0.000000000000 0.000000000000 0.613281250000 0.000000000000 +0.000000000000 0.404296875000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.008972167969 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.257812500000 0.000000000000 0.000000000000 +0.000000000000 0.445312500000 0.000000000000 0.644531250000 +0.000000000000 0.000000000000 0.523437500000 0.092773437500 +0.194335937500 0.000000000000 0.000000000000 0.000000000000 +0.335937500000 0.046142578125 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.390625000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.291015625000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 1.164062500000 +0.000000000000 0.000000000000 0.375000000000 0.000000000000 +0.044677734375 0.431640625000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.001884460449 0.000000000000 0.000000000000 +0.137695312500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.230468750000 0.000000000000 0.000000000000 +0.000000000000 0.435546875000 0.000000000000 0.439453125000 +0.000000000000 0.000000000000 0.582031250000 0.000000000000 +0.146484375000 0.000000000000 0.000000000000 0.000000000000 +0.236328125000 0.044189453125 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.687500000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.152343750000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 1.250000000000 +0.000000000000 0.000000000000 0.100585937500 0.000000000000 +0.000000000000 0.378906250000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.241210937500 0.000000000000 0.000000000000 +0.240234375000 0.000000000000 0.000000000000 0.000000000000 +0.123535156250 0.341796875000 0.000000000000 0.000000000000 +0.000000000000 0.265625000000 0.000000000000 0.345703125000 +0.000000000000 0.000000000000 0.621093750000 0.000000000000 +0.195312500000 0.000000000000 0.000000000000 0.000000000000 +0.062988281250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.781250000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.094238281250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 1.195312500000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.240234375000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.287109375000 0.000000000000 0.000000000000 +0.005157470703 0.000000000000 0.000000000000 0.000000000000 +0.009704589844 0.523437500000 0.000000000000 0.000000000000 +0.000000000000 0.060546875000 0.000000000000 0.458984375000 +0.000000000000 0.000000000000 0.566406250000 0.000000000000 +0.300781250000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.017822265625 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.492187500000 +0.017822265625 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.070800781250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.984375000000 +0.000000000000 0.000000000000 0.055664062500 0.000000000000 +0.000000000000 0.125976562500 0.000000000000 0.000000000000 +0.000000000000 0.026611328125 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.164062500000 +0.000000000000 0.089843750000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.632812500000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.675781250000 +0.000000000000 0.000000000000 0.498046875000 0.159179687500 +0.347656250000 0.000000000000 0.013793945312 0.000000000000 +0.000000000000 0.022094726562 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.137695312500 +0.394531250000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.092285156250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.652343750000 +0.000000000000 0.000000000000 0.273437500000 0.000000000000 +0.000000000000 0.050048828125 0.000000000000 0.000000000000 +0.000000000000 0.277343750000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.335937500000 0.000000000000 0.316406250000 +0.083007812500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.550781250000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.828125000000 +0.000000000000 0.000000000000 0.417968750000 0.404296875000 +0.404296875000 0.000000000000 0.163085937500 0.000000000000 +0.145507812500 0.040527343750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.349609375000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.131835937500 0.000000000000 0.261718750000 +0.000000000000 0.000000000000 0.000000000000 0.294921875000 +0.000000000000 0.000000000000 0.570312500000 0.000000000000 +0.000000000000 0.123535156250 0.000000000000 0.000000000000 +0.000000000000 0.361328125000 0.000000000000 0.162109375000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.617187500000 0.198242187500 0.151367187500 +0.050292968750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.308593750000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.687500000000 +0.178710937500 0.000000000000 0.359375000000 0.546875000000 +0.332031250000 0.000000000000 0.134765625000 0.000000000000 +0.349609375000 0.194335937500 0.000000000000 0.000000000000 +0.000000000000 0.353515625000 0.000000000000 0.000000000000 +0.127929687500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.322265625000 0.000000000000 0.542968750000 +0.000000000000 0.000000000000 0.000000000000 0.068847656250 +0.000000000000 0.000000000000 0.785156250000 0.000000000000 +0.000000000000 0.312500000000 0.112792968750 0.000000000000 +0.000000000000 0.228515625000 0.000000000000 0.289062500000 +0.097656250000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.531250000000 0.092285156250 0.000000000000 +0.000000000000 0.000000000000 0.164062500000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.040771484375 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.390625000000 +0.605468750000 0.000000000000 0.236328125000 0.648437500000 +0.181640625000 0.000000000000 0.000000000000 0.122070312500 +0.453125000000 0.390625000000 0.000000000000 0.000000000000 +0.000000000000 0.304687500000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.500000000000 0.000000000000 0.416015625000 +0.000000000000 0.000000000000 0.000000000000 0.011474609375 +0.000000000000 0.000000000000 0.785156250000 0.000000000000 +0.000000000000 0.330078125000 0.025634765625 0.000000000000 +0.000000000000 0.016479492188 0.000000000000 0.273437500000 +0.030395507812 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.197265625000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.781250000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.073242187500 0.000000000000 0.055419921875 +0.613281250000 0.000000000000 0.170898437500 0.531250000000 +0.000000000000 0.000000000000 0.000000000000 0.114257812500 +0.472656250000 0.470703125000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.151367187500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.632812500000 0.000000000000 0.115234375000 +0.000000000000 0.000000000000 0.000000000000 0.080078125000 +0.000000000000 0.000000000000 0.636718750000 0.000000000000 +0.076171875000 0.229492187500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.271484375000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.812500000000 0.000000000000 +0.077636718750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.110351562500 0.000000000000 0.000000000000 +0.292968750000 0.000000000000 0.100585937500 0.225585937500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.373046875000 0.365234375000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.375000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.695312500000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.271484375000 +0.000000000000 0.000000000000 0.478515625000 0.000000000000 +0.000000000000 0.018920898438 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.263671875000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.310546875000 0.250000000000 0.000000000000 +0.263671875000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.152343750000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.070312500000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.277343750000 0.204101562500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.613281250000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.734375000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.335937500000 +0.000000000000 0.000000000000 0.294921875000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.216796875000 0.000000000000 0.215820312500 +0.000000000000 0.056640625000 0.000000000000 0.000000000000 +0.059570312500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.527343750000 0.000000000000 0.000000000000 +0.464843750000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.032470703125 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.072265625000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.246093750000 0.035156250000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.003936767578 0.609375000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.746093750000 0.188476562500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.302734375000 +0.000000000000 0.000000000000 0.199218750000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.498046875000 0.000000000000 0.155273437500 +0.020996093750 0.112792968750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.625000000000 0.000000000000 0.000000000000 +0.414062500000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.120605468750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.205078125000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.247070312500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.041992187500 0.421875000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.691406250000 0.357421875000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.125000000000 +0.000000000000 0.000000000000 0.136718750000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.695312500000 0.000000000000 0.078125000000 +0.273437500000 0.120117187500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.022338867188 +0.291015625000 0.416015625000 0.000000000000 0.000000000000 +0.127929687500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.181640625000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.451171875000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.248046875000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.022949218750 +0.000000000000 0.120117187500 0.000000000000 0.000000000000 +0.000000000000 0.582031250000 0.402343750000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.164062500000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.016357421875 0.644531250000 0.000000000000 0.007263183594 +0.365234375000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.011230468750 +0.394531250000 0.218750000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.106445312500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.013488769531 +0.000000000000 0.000000000000 0.667968750000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.269531250000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.181640625000 0.000000000000 0.000000000000 +0.000000000000 0.220703125000 0.000000000000 0.000000000000 +0.000000000000 0.515625000000 0.343750000000 0.000000000000 +0.170898437500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.484375000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.302734375000 0.123535156250 0.000000000000 0.000000000000 +0.351562500000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.083984375000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.029907226562 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.660156250000 0.134765625000 +0.060791015625 0.000000000000 0.000000000000 0.000000000000 +0.233398437500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.279296875000 0.000000000000 0.000000000000 +0.000000000000 0.103515625000 0.000000000000 0.000000000000 +0.000000000000 0.500000000000 0.080566406250 0.087890625000 +0.460937500000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.332031250000 0.855468750000 0.000000000000 +0.000000000000 0.000000000000 0.084960937500 0.000000000000 +0.375000000000 0.000000000000 0.000000000000 0.000000000000 +0.099609375000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.124023437500 0.000000000000 0.187500000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.071289062500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.570312500000 0.121093750000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.160156250000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.498046875000 0.000000000000 0.088378906250 +0.043212890625 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.447265625000 0.687500000000 0.000000000000 +0.462890625000 0.064453125000 0.000000000000 0.000000000000 +0.018432617188 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.125976562500 +0.000000000000 0.486328125000 0.000000000000 0.326171875000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.024047851562 +0.107910156250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.351562500000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.419921875000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.427734375000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.031250000000 0.000000000000 +0.000000000000 0.194335937500 0.425781250000 0.000000000000 +0.206054687500 0.302734375000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.683593750000 +0.000000000000 0.531250000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.108398437500 0.000000000000 0.000000000000 0.000000000000 +0.229492187500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.468750000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.287109375000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.376953125000 0.361328125000 +0.000000000000 0.000000000000 0.169921875000 0.000000000000 +0.000000000000 0.337890625000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.765625000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.367187500000 0.000000000000 0.000000000000 0.000000000000 +0.546875000000 0.000000000000 0.000000000000 0.000000000000 +0.190429687500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.045654296875 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.458984375000 0.000000000000 0.116699218750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.203125000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.703125000000 0.785156250000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.310546875000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.443359375000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.330078125000 0.000000000000 0.000000000000 +1.039062500000 0.000000000000 0.000000000000 0.000000000000 +0.750000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.168945312500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.121582031250 0.000000000000 0.127929687500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.531250000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.984375000000 1.015625000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.179687500000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.679687500000 0.000000000000 0.000000000000 +1.093750000000 0.000000000000 0.000000000000 0.000000000000 +0.812500000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.241210937500 +0.000000000000 0.640625000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.062500000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.769531250000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 1.242187500000 1.101562500000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.376953125000 0.000000000000 0.000000000000 +0.369140625000 0.000000000000 0.000000000000 0.000000000000 +0.566406250000 0.111816406250 0.000000000000 0.131835937500 +0.000000000000 0.000000000000 0.000000000000 0.781250000000 +0.000000000000 0.808593750000 0.000000000000 0.000000000000 +0.016845703125 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.084472656250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.914062500000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 1.375000000000 0.898437500000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.427734375000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.100585937500 0.447265625000 0.000000000000 0.470703125000 +0.000000000000 0.000000000000 0.000000000000 1.203125000000 +0.000000000000 0.628906250000 0.000000000000 0.000000000000 +0.416015625000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.071777343750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.925781250000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.152343750000 1.296875000000 0.439453125000 +0.718750000000 0.386718750000 0.215820312500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.486328125000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.609375000000 0.000000000000 +0.000000000000 0.000000000000 0.031494140625 0.605468750000 +0.000000000000 0.000000000000 0.000000000000 0.062011718750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.457031250000 0.000000000000 0.170898437500 +0.000000000000 0.000000000000 0.000000000000 1.312500000000 +0.000000000000 0.179687500000 0.000000000000 0.292968750000 +0.683593750000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.863281250000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.515625000000 1.078125000000 0.000000000000 +0.953125000000 0.527343750000 0.398437500000 0.000000000000 +0.000000000000 0.166015625000 0.000000000000 0.718750000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.839843750000 0.000000000000 +0.000000000000 0.159179687500 0.636718750000 0.157226562500 +0.000000000000 0.000000000000 0.000000000000 0.125000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.241210937500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 1.085937500000 +0.000000000000 0.000000000000 0.000000000000 0.554687500000 +0.652343750000 0.371093750000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.096679687500 +0.652343750000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.683593750000 0.726562500000 0.000000000000 +0.785156250000 0.449218750000 0.453125000000 0.000000000000 +0.000000000000 0.421875000000 0.000000000000 0.691406250000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.625000000000 0.000000000000 +0.000000000000 0.000000000000 0.414062500000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.042968750000 0.193359375000 0.582031250000 +0.000000000000 0.000000000000 0.000000000000 0.636718750000 +0.277343750000 0.554687500000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.408203125000 +0.376953125000 0.010742187500 0.265625000000 0.000000000000 +0.004333496094 0.414062500000 0.414062500000 0.000000000000 +0.310546875000 0.292968750000 0.421875000000 0.000000000000 +0.077148437500 0.460937500000 0.000000000000 0.429687500000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.292968750000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.253906250000 0.179687500000 +0.000000000000 0.000000000000 0.000000000000 0.574218750000 +0.000000000000 0.343750000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.189453125000 0.203125000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.357421875000 +0.200195312500 0.073242187500 0.386718750000 0.000000000000 +0.441406250000 0.057128906250 0.322265625000 0.000000000000 +0.009765625000 0.259765625000 0.333984375000 0.000000000000 +0.632812500000 0.312500000000 0.000000000000 0.177734375000 +0.000000000000 0.000000000000 0.077636718750 0.099121093750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.032470703125 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.244140625000 +0.000000000000 0.060546875000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.082031250000 0.419921875000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.102050781250 0.000000000000 0.096191406250 +0.000000000000 0.126953125000 0.150390625000 0.000000000000 +0.000000000000 0.000000000000 0.269531250000 0.000000000000 +0.000000000000 0.365234375000 0.330078125000 0.000000000000 +0.789062500000 0.233398437500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.086914062500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.691406250000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.150390625000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.291015625000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.117675781250 0.000000000000 0.000000000000 +0.000000000000 0.318359375000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.120117187500 0.000000000000 +0.000000000000 0.392578125000 0.371093750000 0.000000000000 +0.257812500000 0.149414062500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.110351562500 +0.000000000000 0.000000000000 0.000000000000 0.090820312500 +0.000000000000 0.427734375000 0.000000000000 0.597656250000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.095214843750 +0.000000000000 0.000000000000 0.271484375000 0.038330078125 +0.000000000000 0.000000000000 0.062011718750 0.000000000000 +0.000000000000 0.447265625000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.425781250000 0.625000000000 0.145507812500 +0.000000000000 0.052001953125 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.167968750000 +0.011413574219 0.000000000000 0.000000000000 0.235351562500 +0.000000000000 0.507812500000 0.000000000000 0.176757812500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.037109375000 0.000000000000 +0.201171875000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.503906250000 0.000000000000 +0.000000000000 0.000000000000 0.121093750000 0.000000000000 +0.000000000000 0.531250000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.390625000000 0.718750000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.273437500000 +0.060546875000 0.000000000000 0.000000000000 0.185546875000 +0.000000000000 0.259765625000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.425781250000 0.073242187500 +0.000000000000 0.000000000000 0.000000000000 0.121582031250 +0.000000000000 0.000000000000 0.008666992188 0.000000000000 +0.519531250000 0.000000000000 0.059570312500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.121582031250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.373046875000 0.000000000000 +0.000000000000 0.000000000000 0.018432617188 0.000000000000 +0.000000000000 0.578125000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.249023437500 0.507812500000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.335937500000 +0.000000000000 0.015625000000 0.000000000000 0.040283203125 +0.000000000000 0.000000000000 0.099121093750 0.000000000000 +0.137695312500 0.000000000000 0.476562500000 0.349609375000 +0.022949218750 0.000000000000 0.000000000000 0.308593750000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.523437500000 0.000000000000 0.287109375000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.191406250000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.263671875000 0.007873535156 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.041503906250 0.640625000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.055419921875 0.310546875000 0.000000000000 +0.000000000000 0.000000000000 0.079589843750 0.054931640625 +0.000000000000 0.000000000000 0.000000000000 0.337890625000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.144531250000 0.000000000000 +0.240234375000 0.147460937500 0.000000000000 0.349609375000 +0.203125000000 0.149414062500 0.000000000000 0.010681152344 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.318359375000 0.000000000000 0.458984375000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.248046875000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.410156250000 0.038085937500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.076660156250 +0.178710937500 0.609375000000 0.000000000000 0.113769531250 +0.008483886719 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.029418945312 0.283203125000 0.000000000000 +0.000000000000 0.000000000000 0.080078125000 0.247070312500 +0.000000000000 0.000000000000 0.000000000000 0.267578125000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.099121093750 0.271484375000 0.000000000000 0.000000000000 +0.462890625000 0.221679687500 0.000000000000 0.000000000000 +0.214843750000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.382812500000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.251953125000 0.000000000000 0.181640625000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.369140625000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.141601562500 +0.294921875000 0.421875000000 0.000000000000 0.000000000000 +0.447265625000 0.000000000000 0.067382812500 0.000000000000 +0.000000000000 0.139648437500 0.451171875000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.070312500000 +0.000000000000 0.000000000000 0.083496093750 0.184570312500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.237304687500 0.000000000000 0.000000000000 +0.166015625000 0.120605468750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.523437500000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.306640625000 0.400390625000 0.000000000000 0.000000000000 +0.130859375000 0.000000000000 0.247070312500 0.000000000000 +0.000000000000 0.291015625000 0.531250000000 0.000000000000 +0.036621093750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.142578125000 0.138671875000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.589843750000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.253906250000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.207031250000 +0.000000000000 0.000000000000 0.000000000000 0.012084960938 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.306640625000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.199218750000 0.416015625000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.347656250000 0.000000000000 +0.210937500000 0.332031250000 0.550781250000 0.103027343750 +0.046386718750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.030151367188 +0.000000000000 0.000000000000 0.000000000000 0.102539062500 +0.000000000000 0.396484375000 0.000000000000 0.558593750000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.153320312500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.144531250000 +0.000000000000 0.000000000000 0.000000000000 0.151367187500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.002014160156 0.464843750000 0.000000000000 0.000000000000 +0.000000000000 0.090332031250 0.212890625000 0.000000000000 +0.197265625000 0.186523437500 0.679687500000 0.158203125000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.052001953125 +0.000000000000 0.000000000000 0.000000000000 0.343750000000 +0.000000000000 0.435546875000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.066894531250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.220703125000 +0.000000000000 0.000000000000 0.102050781250 0.269531250000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.476562500000 0.000000000000 0.000000000000 +0.000000000000 0.015869140625 0.020385742188 0.168945312500 +0.000000000000 0.000000000000 0.722656250000 0.174804687500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.065429687500 +0.000000000000 0.000000000000 0.000000000000 0.337890625000 +0.182617187500 0.051025390625 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.386718750000 0.000000000000 +0.009887695312 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.146484375000 +0.000000000000 0.000000000000 0.085937500000 0.124511718750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.394531250000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.283203125000 +0.000000000000 0.000000000000 0.609375000000 0.122558593750 +0.034423828125 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.217773437500 +0.000000000000 0.000000000000 0.000000000000 0.067382812500 +0.186523437500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.243164062500 0.048095703125 0.000000000000 +0.229492187500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.041992187500 0.000000000000 +0.113769531250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.484375000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.269531250000 +0.000000000000 0.000000000000 0.511718750000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.210937500000 0.000000000000 0.347656250000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.045166015625 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.396484375000 0.000000000000 0.000000000000 +0.103515625000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.361328125000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.675781250000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.103515625000 +0.000000000000 0.000000000000 0.535156250000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.445312500000 0.000000000000 0.376953125000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.149414062500 +0.000000000000 0.163085937500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.078613281250 0.000000000000 0.080078125000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.147460937500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.410156250000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.855468750000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.531250000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.632812500000 0.000000000000 0.312500000000 +0.000000000000 0.104980468750 0.000000000000 0.000000000000 +0.000000000000 0.182617187500 0.000000000000 0.155273437500 +0.111328125000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.102050781250 +0.000000000000 0.039794921875 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.330078125000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.357421875000 0.068359375000 0.137695312500 0.000000000000 +0.000000000000 0.263671875000 0.000000000000 0.000000000000 +0.169921875000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.929687500000 0.173828125000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.478515625000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.018066406250 +0.000000000000 0.691406250000 0.000000000000 0.208007812500 +0.247070312500 0.150390625000 0.000000000000 0.000000000000 +0.000000000000 0.118164062500 0.000000000000 0.000000000000 +0.105468750000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.503906250000 0.000000000000 0.105957031250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.507812500000 0.080566406250 0.247070312500 0.000000000000 +0.000000000000 0.398437500000 0.000000000000 0.000000000000 +0.000000000000 0.132812500000 0.000000000000 0.000000000000 +0.000000000000 0.832031250000 0.472656250000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.257812500000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.134765625000 0.550781250000 0.000000000000 0.013916015625 +0.416015625000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.277343750000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.363281250000 0.000000000000 0.250000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.539062500000 0.000000000000 0.227539062500 0.000000000000 +0.000000000000 0.292968750000 0.000000000000 0.201171875000 +0.000000000000 0.240234375000 0.000000000000 0.000000000000 +0.000000000000 0.625000000000 0.691406250000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.061035156250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.277343750000 0.139648437500 0.000000000000 0.000000000000 +0.359375000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.435546875000 0.000000000000 0.000000000000 +0.503906250000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.053955078125 0.000000000000 0.412109375000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.402343750000 0.000000000000 0.057128906250 0.000000000000 +0.000000000000 0.007446289062 0.000000000000 0.382812500000 +0.000000000000 0.267578125000 0.000000000000 0.000000000000 +0.000000000000 0.445312500000 0.773437500000 0.000000000000 +0.162109375000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.287109375000 0.000000000000 0.000000000000 0.000000000000 +0.246093750000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.687500000000 0.000000000000 0.000000000000 +0.343750000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.640625000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.179687500000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.273437500000 +0.000000000000 0.237304687500 0.000000000000 0.000000000000 +0.000000000000 0.300781250000 0.695312500000 0.000000000000 +0.101562500000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.014648437500 0.009826660156 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.217773437500 0.000000000000 0.000000000000 0.000000000000 +0.138671875000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.351562500000 +0.000000000000 0.439453125000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.140625000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.843750000000 0.000000000000 +0.000000000000 0.000000000000 0.071777343750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.223632812500 0.000000000000 0.000000000000 +0.000000000000 0.200195312500 0.490234375000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.373046875000 0.181640625000 0.000000000000 +0.000000000000 0.006652832031 0.000000000000 0.000000000000 +0.052978515625 0.000000000000 0.000000000000 0.000000000000 +0.114257812500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.345703125000 0.000000000000 0.695312500000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.245117187500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.953125000000 0.112792968750 +0.330078125000 0.000000000000 0.091308593750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.204101562500 0.000000000000 0.000000000000 +0.000000000000 0.137695312500 0.289062500000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.621093750000 0.392578125000 0.000000000000 +0.000000000000 0.302734375000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.125976562500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.738281250000 0.000000000000 0.523437500000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.248046875000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.792968750000 0.343750000000 +0.585937500000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.093261718750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.187500000000 0.000000000000 +0.000000000000 0.171875000000 0.000000000000 0.000000000000 +0.000000000000 0.123535156250 0.098144531250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.667968750000 0.511718750000 0.000000000000 +0.000000000000 0.353515625000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.078125000000 +0.121582031250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.722656250000 0.000000000000 0.139648437500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.122558593750 0.000000000000 0.000000000000 +0.226562500000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.519531250000 0.441406250000 +0.458984375000 0.000000000000 0.000000000000 0.040527343750 +0.000000000000 0.230468750000 0.000000000000 0.000000000000 +0.018188476562 0.000000000000 0.345703125000 0.000000000000 +0.000000000000 0.126953125000 0.000000000000 0.000000000000 +0.000000000000 0.248046875000 0.059814453125 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.660156250000 0.601562500000 0.000000000000 +0.000000000000 0.339843750000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.059814453125 0.298828125000 +0.167968750000 0.011230468750 0.000000000000 0.000000000000 +0.000000000000 0.511718750000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.328125000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.316406250000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.218750000000 0.384765625000 +0.184570312500 0.000000000000 0.000000000000 0.384765625000 +0.057128906250 0.224609375000 0.000000000000 0.000000000000 +0.167968750000 0.000000000000 0.390625000000 0.013793945312 +0.000000000000 0.090820312500 0.081542968750 0.000000000000 +0.000000000000 0.511718750000 0.087890625000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.558593750000 0.597656250000 0.000000000000 +0.000000000000 0.146484375000 0.108886718750 0.000000000000 +0.000000000000 0.000000000000 0.048583984375 0.386718750000 +0.166992187500 0.206054687500 0.000000000000 0.000000000000 +0.000000000000 0.251953125000 0.103027343750 0.000000000000 +0.163085937500 0.000000000000 0.875000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.204101562500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.185546875000 0.000000000000 0.000000000000 0.000000000000 +0.004180908203 0.000000000000 0.000000000000 0.228515625000 +0.000000000000 0.000000000000 0.000000000000 0.558593750000 +0.018920898438 0.054931640625 0.000000000000 0.000000000000 +0.232421875000 0.208984375000 0.200195312500 0.000000000000 +0.000000000000 0.088867187500 0.095703125000 0.000000000000 +0.000000000000 0.738281250000 0.083007812500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.437500000000 0.441406250000 0.000000000000 +0.000000000000 0.000000000000 0.112304687500 0.000000000000 +0.108886718750 0.000000000000 0.000000000000 0.367187500000 +0.061279296875 0.359375000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.247070312500 0.000000000000 +0.253906250000 0.000000000000 0.812500000000 0.181640625000 +0.019287109375 0.000000000000 0.000000000000 0.251953125000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.103515625000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.055908203125 0.000000000000 0.601562500000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.259765625000 0.335937500000 0.000000000000 0.000000000000 +0.000000000000 0.096679687500 0.039306640625 0.000000000000 +0.000000000000 0.843750000000 0.107910156250 0.000000000000 +0.000000000000 0.095214843750 0.000000000000 0.000000000000 +0.000000000000 0.306640625000 0.339843750000 0.000000000000 +0.000000000000 0.000000000000 0.008422851562 0.137695312500 +0.287109375000 0.000000000000 0.000000000000 0.285156250000 +0.000000000000 0.285156250000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.125000000000 0.000000000000 +0.414062500000 0.310546875000 0.058837890625 0.388671875000 +0.248046875000 0.085449218750 0.000000000000 0.015258789062 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.265625000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.234375000000 0.000000000000 0.531250000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.269531250000 0.320312500000 0.000000000000 0.000000000000 +0.000000000000 0.117675781250 0.000000000000 0.251953125000 +0.000000000000 0.769531250000 0.234375000000 0.000000000000 +0.000000000000 0.110839843750 0.000000000000 0.000000000000 +0.000000000000 0.271484375000 0.250000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.153320312500 +0.431640625000 0.000000000000 0.000000000000 0.203125000000 +0.000000000000 0.085937500000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.355468750000 0.494140625000 0.000000000000 0.328125000000 +0.484375000000 0.000000000000 0.000000000000 0.000000000000 +0.067871093750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.421875000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.202148437500 0.000000000000 0.232421875000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.207031250000 0.232421875000 0.000000000000 0.000000000000 +0.000000000000 0.158203125000 0.000000000000 0.451171875000 +0.000000000000 0.574218750000 0.394531250000 0.000000000000 +0.347656250000 0.000000000000 0.077636718750 0.000000000000 +0.000000000000 0.375000000000 0.314453125000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.443359375000 0.000000000000 0.000000000000 0.078613281250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.083496093750 0.531250000000 0.000000000000 0.061279296875 +0.460937500000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.294921875000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.082031250000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.222656250000 0.000000000000 0.384765625000 +0.000000000000 0.419921875000 0.376953125000 0.000000000000 +0.558593750000 0.000000000000 0.253906250000 0.000000000000 +0.000000000000 0.486328125000 0.439453125000 0.000000000000 +0.027343750000 0.000000000000 0.000000000000 0.000000000000 +0.251953125000 0.000000000000 0.171875000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.229492187500 +0.000000000000 0.179687500000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.147460937500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.206054687500 0.000000000000 0.000000000000 +0.000000000000 0.423828125000 0.182617187500 0.000000000000 +0.000000000000 0.000000000000 0.392578125000 0.000000000000 +0.000000000000 0.597656250000 0.539062500000 0.000000000000 +0.291015625000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.038818359375 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.341796875000 0.000000000000 0.847656250000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.224609375000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.357421875000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.357421875000 0.000000000000 +0.000000000000 0.496093750000 0.515625000000 0.090332031250 +0.040039062500 0.187500000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.343750000000 +0.000000000000 0.855468750000 0.000000000000 0.449218750000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.020751953125 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.237304687500 0.188476562500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.320312500000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.221679687500 0.075195312500 +0.000000000000 0.180664062500 0.628906250000 0.164062500000 +0.000000000000 0.250000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.478515625000 +0.000000000000 0.570312500000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.056152343750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.018920898438 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.445312500000 0.308593750000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.223632812500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.010681152344 0.322265625000 +0.000000000000 0.000000000000 0.628906250000 0.165039062500 +0.000000000000 0.126953125000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.096679687500 +0.000000000000 0.000000000000 0.000000000000 0.345703125000 +0.253906250000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.036132812500 0.000000000000 0.000000000000 +0.255859375000 0.000000000000 0.000000000000 0.000000000000 +0.002471923828 0.000000000000 0.006072998047 0.000000000000 +0.030151367188 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.566406250000 0.128906250000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.304687500000 0.000000000000 0.000000000000 +0.316406250000 0.000000000000 0.000000000000 0.365234375000 +0.000000000000 0.000000000000 0.458984375000 0.027832031250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.253906250000 +0.000000000000 0.023071289062 0.000000000000 0.000000000000 +0.018920898438 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.464843750000 0.000000000000 0.000000000000 +0.183593750000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.114746093750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.034179687500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.347656250000 0.000000000000 +0.470703125000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.378906250000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.261718750000 +0.000000000000 0.000000000000 0.324218750000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.294921875000 +0.000000000000 0.203125000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.117187500000 0.339843750000 +0.137695312500 0.212890625000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.322265625000 +0.000000000000 0.166992187500 0.000000000000 0.402343750000 +0.151367187500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.073242187500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.201171875000 0.000000000000 0.000000000000 +0.410156250000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.392578125000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.064941406250 +0.000000000000 0.000000000000 0.462890625000 0.000000000000 +0.000000000000 0.000000000000 0.036132812500 0.333984375000 +0.000000000000 0.086425781250 0.000000000000 0.326171875000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.184570312500 0.375000000000 0.408203125000 +0.210937500000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.038330078125 0.000000000000 0.341796875000 +0.000000000000 0.074707031250 0.000000000000 0.086425781250 +0.079101562500 0.000000000000 0.000000000000 0.071777343750 +0.279296875000 0.000000000000 0.000000000000 0.013854980469 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.110839843750 0.000000000000 +0.000000000000 0.347656250000 0.000000000000 0.000000000000 +0.082519531250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.433593750000 0.000000000000 0.484375000000 +0.000000000000 0.123535156250 0.000000000000 0.000000000000 +0.038330078125 0.000000000000 0.652343750000 0.000000000000 +0.000000000000 0.000000000000 0.221679687500 0.353515625000 +0.000000000000 0.076171875000 0.000000000000 0.363281250000 +0.000000000000 0.000000000000 0.080078125000 0.000000000000 +0.000000000000 0.320312500000 0.378906250000 0.000000000000 +0.000000000000 0.000000000000 0.145507812500 0.000000000000 +0.000000000000 0.304687500000 0.000000000000 0.140625000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.138671875000 0.205078125000 0.000000000000 +0.367187500000 0.000000000000 0.000000000000 0.273437500000 +0.000000000000 0.131835937500 0.000000000000 0.018554687500 +0.000000000000 0.000000000000 0.166992187500 0.000000000000 +0.000000000000 0.302734375000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.593750000000 0.000000000000 0.722656250000 +0.055419921875 0.163085937500 0.000000000000 0.000000000000 +0.031494140625 0.000000000000 0.816406250000 0.000000000000 +0.000000000000 0.000000000000 0.376953125000 0.035400390625 +0.000000000000 0.000000000000 0.000000000000 0.273437500000 +0.002441406250 0.000000000000 0.043701171875 0.000000000000 +0.000000000000 0.067871093750 0.181640625000 0.000000000000 +0.000000000000 0.000000000000 0.523437500000 0.000000000000 +0.000000000000 0.326171875000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.249023437500 0.109375000000 0.000000000000 +0.386718750000 0.000000000000 0.000000000000 0.392578125000 +0.000000000000 0.378906250000 0.000000000000 0.074218750000 +0.000000000000 0.000000000000 0.176757812500 0.000000000000 +0.000000000000 0.024902343750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.679687500000 0.000000000000 0.515625000000 +0.032958984375 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.832031250000 0.000000000000 +0.193359375000 0.000000000000 0.180664062500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.243164062500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.578125000000 0.000000000000 +0.000000000000 0.341796875000 0.231445312500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.435546875000 0.000000000000 0.000000000000 +0.242187500000 0.000000000000 0.000000000000 0.151367187500 +0.000000000000 0.047363281250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.084960937500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.707031250000 0.000000000000 0.213867187500 +0.000000000000 0.000000000000 0.000000000000 0.179687500000 +0.000000000000 0.000000000000 0.687500000000 0.000000000000 +0.384765625000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.589843750000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.045654296875 0.542968750000 0.000000000000 +0.000000000000 0.181640625000 0.312500000000 0.000000000000 +0.000000000000 0.000000000000 0.076171875000 0.000000000000 +0.000000000000 0.582031250000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.016479492188 0.000000000000 0.000000000000 +0.024169921875 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.578125000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.613281250000 +0.000000000000 0.000000000000 0.492187500000 0.000000000000 +0.124511718750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.789062500000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.231445312500 0.164062500000 0.000000000000 +0.326171875000 0.000000000000 0.085937500000 0.000000000000 +0.240234375000 0.000000000000 0.065917968750 0.000000000000 +0.000000000000 0.570312500000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.008361816406 0.000000000000 0.000000000000 +0.122070312500 0.000000000000 0.000000000000 0.292968750000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.357421875000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 1.023437500000 +0.000000000000 0.000000000000 0.203125000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.617187500000 +0.065917968750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.710937500000 0.000000000000 0.000000000000 +0.839843750000 0.000000000000 0.000000000000 0.000000000000 +0.460937500000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.447265625000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.009521484375 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.550781250000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.087402343750 0.000000000000 0.000000000000 +0.156250000000 0.000000000000 0.088378906250 1.351562500000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 1.062500000000 0.000000000000 0.000000000000 +0.960937500000 0.000000000000 0.000000000000 0.000000000000 +0.406250000000 0.141601562500 0.000000000000 0.000000000000 +0.000000000000 0.259765625000 0.000000000000 0.000000000000 +0.000000000000 0.122558593750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.062255859375 0.326171875000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.225585937500 0.000000000000 0.164062500000 1.390625000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.964843750000 0.000000000000 0.000000000000 +0.429687500000 0.000000000000 0.000000000000 0.000000000000 +0.104492187500 0.636718750000 0.000000000000 0.048583984375 +0.000000000000 0.084960937500 0.000000000000 0.247070312500 +0.000000000000 0.361328125000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.007049560547 +0.695312500000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.129882812500 1.039062500000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.054931640625 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.523437500000 +0.000000000000 0.120605468750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.910156250000 0.000000000000 0.671875000000 +0.000000000000 0.000000000000 0.000000000000 0.820312500000 +0.000000000000 0.345703125000 0.000000000000 0.065917968750 +0.271484375000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.964843750000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.050292968750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.049072265625 0.554687500000 +0.000000000000 0.000000000000 0.306640625000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.025390625000 +0.000000000000 0.468750000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.208007812500 0.000000000000 +0.000000000000 0.492187500000 0.437500000000 0.683593750000 +0.292968750000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.769531250000 0.000000000000 0.236328125000 +0.000000000000 0.000000000000 0.000000000000 1.031250000000 +0.216796875000 0.000000000000 0.000000000000 0.396484375000 +0.462890625000 0.000000000000 0.166992187500 0.000000000000 +0.000000000000 0.000000000000 0.032958984375 0.000000000000 +0.000000000000 0.156250000000 0.000000000000 0.000000000000 +0.515625000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.051757812500 0.000000000000 0.139648437500 +0.000000000000 0.000000000000 0.000000000000 0.042480468750 +0.092773437500 0.000000000000 0.562500000000 0.000000000000 +0.000000000000 0.080566406250 0.069335937500 0.279296875000 +0.000000000000 0.648437500000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.251953125000 0.000000000000 +0.000000000000 0.816406250000 0.660156250000 0.000000000000 +0.177734375000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.349609375000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.828125000000 +0.789062500000 0.000000000000 0.000000000000 0.558593750000 +0.482421875000 0.000000000000 0.180664062500 0.000000000000 +0.009460449219 0.000000000000 0.332031250000 0.000000000000 +0.000000000000 0.539062500000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.131835937500 0.000000000000 0.152343750000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.613281250000 0.000000000000 +0.000000000000 0.373046875000 0.188476562500 0.341796875000 +0.000000000000 0.511718750000 0.000000000000 0.164062500000 +0.458984375000 0.000000000000 0.140625000000 0.000000000000 +0.000000000000 0.263671875000 0.343750000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.106445312500 0.406250000000 +0.820312500000 0.000000000000 0.000000000000 0.648437500000 +0.213867187500 0.000000000000 0.016235351562 0.000000000000 +0.196289062500 0.000000000000 0.332031250000 0.000000000000 +0.000000000000 0.648437500000 0.000000000000 0.120117187500 +0.000000000000 0.000000000000 0.000000000000 0.004028320312 +0.000000000000 0.233398437500 0.000000000000 0.000000000000 +0.189453125000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.437500000000 0.000000000000 +0.051025390625 0.351562500000 0.079101562500 0.089355468750 +0.170898437500 0.089355468750 0.000000000000 0.217773437500 +0.503906250000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.269531250000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.005004882812 0.000000000000 +0.550781250000 0.000000000000 0.000000000000 0.439453125000 +0.000000000000 0.087402343750 0.000000000000 0.000000000000 +0.245117187500 0.000000000000 0.283203125000 0.000000000000 +0.000000000000 0.539062500000 0.000000000000 0.201171875000 +0.000000000000 0.043212890625 0.000000000000 0.025390625000 +0.000000000000 0.253906250000 0.132812500000 0.000000000000 +0.333984375000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.296875000000 0.000000000000 +0.410156250000 0.156250000000 0.000000000000 0.000000000000 +0.283203125000 0.000000000000 0.000000000000 0.255859375000 +0.289062500000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.279296875000 0.000000000000 0.000000000000 +0.143554687500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.106933593750 0.000000000000 0.108886718750 0.127929687500 +0.000000000000 0.113281250000 0.000000000000 0.000000000000 +0.120605468750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.235351562500 0.000000000000 0.128906250000 +0.000000000000 0.193359375000 0.000000000000 0.000000000000 +0.000000000000 0.332031250000 0.057128906250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.048828125000 0.265625000000 0.000000000000 +0.460937500000 0.000000000000 0.000000000000 0.000000000000 +0.057128906250 0.000000000000 0.000000000000 0.275390625000 +0.037597656250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.609375000000 +0.000000000000 0.145507812500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.212890625000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.257812500000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.013610839844 +0.000000000000 0.136718750000 0.000000000000 0.000000000000 +0.000000000000 0.392578125000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.314453125000 0.347656250000 0.000000000000 +0.000000000000 0.000915527344 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.211914062500 +0.012817382812 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.388671875000 0.000000000000 0.562500000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.002304077148 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.289062500000 0.010681152344 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.049316406250 0.066406250000 +0.000000000000 0.079589843750 0.000000000000 0.000000000000 +0.000000000000 0.449218750000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.472656250000 0.523437500000 0.030517578125 +0.000000000000 0.101562500000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.248046875000 +0.114257812500 0.000000000000 0.000000000000 0.092285156250 +0.000000000000 0.468750000000 0.000000000000 0.149414062500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.250000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.158203125000 0.126953125000 +0.000000000000 0.000000000000 0.000000000000 0.147460937500 +0.000000000000 0.147460937500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.419921875000 0.155273437500 +0.000000000000 0.105957031250 0.116699218750 0.000000000000 +0.000000000000 0.511718750000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.453125000000 0.652343750000 0.000000000000 +0.000000000000 0.036376953125 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.347656250000 +0.243164062500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.250000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.429687500000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.122070312500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.285156250000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.039550781250 0.154296875000 +0.000000000000 0.000000000000 0.000000000000 0.406250000000 +0.000000000000 0.162109375000 0.000000000000 0.000000000000 +0.000000000000 0.069824218750 0.392578125000 0.000576019287 +0.026367187500 0.147460937500 0.121582031250 0.000000000000 +0.000000000000 0.714843750000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.304687500000 0.562500000000 0.000000000000 +0.000000000000 0.000000000000 0.146484375000 0.000000000000 +0.000000000000 0.017944335938 0.000000000000 0.367187500000 +0.255859375000 0.189453125000 0.000000000000 0.000000000000 +0.000000000000 0.095214843750 0.183593750000 0.000000000000 +0.186523437500 0.000000000000 0.761718750000 0.129882812500 +0.000000000000 0.000000000000 0.000000000000 0.404296875000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.044921875000 0.000000000000 0.044921875000 0.000000000000 +0.130859375000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.527343750000 +0.012451171875 0.000000000000 0.000000000000 0.000000000000 +0.060058593750 0.445312500000 0.022338867188 0.000000000000 +0.000000000000 0.164062500000 0.026855468750 0.000000000000 +0.000000000000 0.851562500000 0.026855468750 0.000000000000 +0.000000000000 0.038818359375 0.000000000000 0.000000000000 +0.000000000000 0.154296875000 0.359375000000 0.000000000000 +0.000000000000 0.000000000000 0.170898437500 0.180664062500 +0.200195312500 0.000000000000 0.000000000000 0.257812500000 +0.164062500000 0.291015625000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.246093750000 0.000000000000 +0.398437500000 0.000000000000 0.460937500000 0.345703125000 +0.029785156250 0.084472656250 0.000000000000 0.363281250000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.177734375000 0.000000000000 +0.094726562500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.132812500000 0.000000000000 0.582031250000 +0.000000000000 0.000000000000 0.031005859375 0.000000000000 +0.168945312500 0.585937500000 0.000000000000 0.000000000000 +0.000000000000 0.208007812500 0.000000000000 0.000000000000 +0.000000000000 0.882812500000 0.198242187500 0.000000000000 +0.000000000000 0.162109375000 0.000000000000 0.000000000000 +0.000000000000 0.052490234375 0.269531250000 0.000000000000 +0.000000000000 0.000000000000 0.062500000000 0.332031250000 +0.421875000000 0.000000000000 0.000000000000 0.121582031250 +0.012634277344 0.257812500000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.392578125000 0.198242187500 0.000000000000 0.306640625000 +0.257812500000 0.087402343750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.304687500000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.233398437500 0.000000000000 0.437500000000 +0.000000000000 0.000000000000 0.015319824219 0.056640625000 +0.177734375000 0.593750000000 0.000000000000 0.000000000000 +0.000000000000 0.277343750000 0.000000000000 0.195312500000 +0.000000000000 0.726562500000 0.535156250000 0.000000000000 +0.000000000000 0.026123046875 0.000000000000 0.000000000000 +0.000000000000 0.012695312500 0.187500000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.109863281250 +0.515625000000 0.000000000000 0.000000000000 0.047119140625 +0.000000000000 0.194335937500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.150390625000 0.367187500000 0.000000000000 0.275390625000 +0.390625000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.285156250000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.081542968750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.118652343750 +0.014343261719 0.443359375000 0.000000000000 0.000000000000 +0.000000000000 0.314453125000 0.000000000000 0.240234375000 +0.000000000000 0.566406250000 0.738281250000 0.000000000000 +0.000000000000 0.000000000000 0.020507812500 0.000000000000 +0.000000000000 0.141601562500 0.093261718750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.515625000000 0.000000000000 0.000000000000 0.070312500000 +0.000000000000 0.148437500000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.472656250000 0.000000000000 0.237304687500 +0.322265625000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.026000976562 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.032714843750 +0.000000000000 0.039550781250 0.000000000000 0.000000000000 +0.000000000000 0.330078125000 0.000000000000 0.157226562500 +0.000000000000 0.562500000000 0.734375000000 0.000000000000 +0.000000000000 0.000000000000 0.184570312500 0.000000000000 +0.000000000000 0.365234375000 0.041015625000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.486328125000 0.000000000000 0.000000000000 0.002075195312 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.281250000000 +0.000000000000 0.347656250000 0.000000000000 0.230468750000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.206054687500 +0.000000000000 0.308593750000 0.000000000000 0.043457031250 +0.000000000000 0.632812500000 0.605468750000 0.000000000000 +0.000000000000 0.000000000000 0.275390625000 0.000000000000 +0.000000000000 0.609375000000 0.134765625000 0.000000000000 +0.000000000000 0.044677734375 0.000000000000 0.000000000000 +0.402343750000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.093750000000 0.000000000000 0.349609375000 +0.000000000000 0.136718750000 0.000000000000 0.227539062500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.146484375000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.294921875000 0.175781250000 +0.000000000000 0.243164062500 0.000000000000 0.000000000000 +0.000000000000 0.679687500000 0.527343750000 0.000000000000 +0.000000000000 0.000000000000 0.265625000000 0.000000000000 +0.000000000000 0.781250000000 0.375000000000 0.000000000000 +0.000000000000 0.092285156250 0.000000000000 0.000000000000 +0.316406250000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.330078125000 0.000000000000 0.308593750000 +0.048339843750 0.000000000000 0.000000000000 0.271484375000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.275390625000 0.000000000000 +0.156250000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.402343750000 0.000000000000 +0.000000000000 0.183593750000 0.000000000000 0.000000000000 +0.000000000000 0.656250000000 0.439453125000 0.000000000000 +0.000000000000 0.000000000000 0.185546875000 0.000000000000 +0.000000000000 0.859375000000 0.464843750000 0.000000000000 +0.000000000000 0.137695312500 0.000000000000 0.000000000000 +0.308593750000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.347656250000 0.000000000000 0.137695312500 +0.328125000000 0.000000000000 0.000000000000 0.365234375000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.339843750000 0.000000000000 +0.208007812500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.242187500000 0.000000000000 +0.000000000000 0.211914062500 0.000000000000 0.000000000000 +0.000000000000 0.617187500000 0.402343750000 0.000000000000 +0.000000000000 0.000000000000 0.139648437500 0.000000000000 +0.000000000000 0.890625000000 0.527343750000 0.000000000000 +0.000000000000 0.133789062500 0.000000000000 0.000000000000 +0.335937500000 0.000000000000 0.000000000000 0.024291992188 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.181640625000 0.000000000000 0.000000000000 +0.472656250000 0.000000000000 0.000000000000 0.310546875000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.300781250000 0.000000000000 +0.228515625000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.128906250000 0.000000000000 +0.000000000000 0.222656250000 0.000000000000 0.046386718750 +0.000000000000 0.664062500000 0.484375000000 0.000000000000 +0.000000000000 0.000000000000 0.125976562500 0.000000000000 +0.000000000000 0.796875000000 0.664062500000 0.000000000000 +0.000000000000 0.145507812500 0.000000000000 0.000000000000 +0.324218750000 0.000000000000 0.115234375000 0.066406250000 +0.000000000000 0.000946044922 0.000000000000 0.000000000000 +0.000000000000 0.092285156250 0.000000000000 0.000000000000 +0.378906250000 0.000000000000 0.000000000000 0.164062500000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.165039062500 0.012268066406 +0.229492187500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.046142578125 0.000000000000 +0.000000000000 0.271484375000 0.000000000000 0.000000000000 +0.000000000000 0.687500000000 0.589843750000 0.000000000000 +0.000000000000 0.000000000000 0.196289062500 0.000000000000 +0.000000000000 0.660156250000 0.699218750000 0.000000000000 +0.000000000000 0.137695312500 0.000000000000 0.000000000000 +0.208007812500 0.000000000000 0.194335937500 0.000000000000 +0.000000000000 0.248046875000 0.000000000000 0.000000000000 +0.000000000000 0.101562500000 0.000000000000 0.233398437500 +0.116699218750 0.000000000000 0.000000000000 0.088867187500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.072265625000 0.049072265625 +0.073730468750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.010559082031 0.000000000000 +0.000000000000 0.186523437500 0.000000000000 0.000000000000 +0.000000000000 0.632812500000 0.601562500000 0.000000000000 +0.000000000000 0.000000000000 0.172851562500 0.000000000000 +0.000000000000 0.468750000000 0.632812500000 0.000000000000 +0.000000000000 0.228515625000 0.000000000000 0.000000000000 +0.044433593750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.316406250000 0.000000000000 0.000000000000 +0.000000000000 0.209960937500 0.000000000000 0.312500000000 +0.000000000000 0.000000000000 0.000000000000 0.127929687500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.051757812500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.119628906250 0.259765625000 +0.000000000000 0.104003906250 0.000000000000 0.000000000000 +0.000000000000 0.582031250000 0.496093750000 0.000000000000 +0.000000000000 0.000000000000 0.062255859375 0.000000000000 +0.000000000000 0.253906250000 0.546875000000 0.000000000000 +0.000000000000 0.194335937500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.002090454102 +0.073242187500 0.086425781250 0.000000000000 0.000000000000 +0.000000000000 0.183593750000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.132812500000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.159179687500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.294921875000 0.507812500000 +0.000000000000 0.026977539062 0.000000000000 0.000000000000 +0.000000000000 0.562500000000 0.302734375000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.071289062500 +0.000000000000 0.194335937500 0.585937500000 0.000000000000 +0.000000000000 0.066894531250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.061767578125 +0.125976562500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.132812500000 +0.093750000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.294921875000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.449218750000 0.472656250000 +0.000000000000 0.080566406250 0.000000000000 0.000000000000 +0.000000000000 0.515625000000 0.141601562500 0.000000000000 +0.125976562500 0.000000000000 0.000000000000 0.078125000000 +0.000000000000 0.197265625000 0.550781250000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.127929687500 +0.281250000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.002944946289 0.208984375000 0.000000000000 0.143554687500 +0.048095703125 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.004547119141 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.425781250000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.269531250000 0.028076171875 +0.000000000000 0.129882812500 0.000000000000 0.000000000000 +0.000000000000 0.488281250000 0.056152343750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.196289062500 0.621093750000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.061767578125 0.000000000000 0.220703125000 +0.382812500000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.091796875000 0.000000000000 0.353515625000 +0.357421875000 0.000000000000 0.000000000000 0.086425781250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.105468750000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.406250000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.170898437500 0.000000000000 0.000000000000 +0.000000000000 0.410156250000 0.004058837891 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.234375000000 0.593750000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.162109375000 0.000000000000 0.237304687500 +0.314453125000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.376953125000 0.000000000000 0.314453125000 +0.398437500000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.012756347656 0.000000000000 0.000000000000 +0.106933593750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.279296875000 0.052490234375 +0.000000000000 0.000000000000 0.000000000000 0.154296875000 +0.085937500000 0.054687500000 0.000000000000 0.000000000000 +0.044433593750 0.182617187500 0.000000000000 0.000000000000 +0.000000000000 0.159179687500 0.000000000000 0.000000000000 +0.000000000000 0.449218750000 0.000000000000 0.101562500000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.310546875000 0.593750000000 0.000000000000 +0.000000000000 0.000000000000 0.020629882812 0.000000000000 +0.000000000000 0.044433593750 0.010131835938 0.300781250000 +0.180664062500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.396484375000 0.000000000000 0.052246093750 +0.139648437500 0.000000000000 0.017456054688 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.190429687500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.100097656250 0.143554687500 +0.000762939453 0.000000000000 0.000000000000 0.335937500000 +0.196289062500 0.244140625000 0.000000000000 0.000000000000 +0.253906250000 0.224609375000 0.000000000000 0.000000000000 +0.000000000000 0.105468750000 0.000000000000 0.000000000000 +0.000000000000 0.484375000000 0.000000000000 0.068847656250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.296875000000 0.558593750000 0.000000000000 +0.000000000000 0.001289367676 0.154296875000 0.000000000000 +0.000000000000 0.000000000000 0.116699218750 0.355468750000 +0.049316406250 0.000000000000 0.000000000000 0.198242187500 +0.000000000000 0.168945312500 0.046630859375 0.000000000000 +0.000000000000 0.000000000000 0.472656250000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.171875000000 0.000000000000 0.000000000000 0.000000000000 +0.121093750000 0.000000000000 0.000000000000 0.180664062500 +0.000000000000 0.000000000000 0.000000000000 0.363281250000 +0.189453125000 0.277343750000 0.000000000000 0.000000000000 +0.257812500000 0.081054687500 0.000000000000 0.000000000000 +0.000000000000 0.030517578125 0.000000000000 0.000000000000 +0.000000000000 0.490234375000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.200195312500 0.554687500000 0.000000000000 +0.000000000000 0.000000000000 0.034912109375 0.000000000000 +0.000000000000 0.000000000000 0.134765625000 0.406250000000 +0.000000000000 0.166015625000 0.000000000000 0.300781250000 +0.000000000000 0.015014648438 0.038330078125 0.000000000000 +0.000000000000 0.000000000000 0.601562500000 0.000000000000 +0.000000000000 0.000000000000 0.123535156250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.149414062500 0.000000000000 0.000000000000 0.000000000000 +0.211914062500 0.000000000000 0.000000000000 0.095214843750 +0.000000000000 0.000000000000 0.000000000000 0.314453125000 +0.163085937500 0.201171875000 0.000000000000 0.000000000000 +0.135742187500 0.000000000000 0.000000000000 0.129882812500 +0.000000000000 0.000000000000 0.004119873047 0.000000000000 +0.000000000000 0.474609375000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.103027343750 0.542968750000 0.023193359375 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.437500000000 +0.000000000000 0.077636718750 0.000000000000 0.287109375000 +0.087402343750 0.000000000000 0.105468750000 0.000000000000 +0.000000000000 0.097167968750 0.460937500000 0.000000000000 +0.000000000000 0.000000000000 0.208007812500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.138671875000 0.000000000000 0.000000000000 0.000000000000 +0.172851562500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.302734375000 +0.061523437500 0.074218750000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.250000000000 +0.000000000000 0.000000000000 0.045166015625 0.000000000000 +0.000000000000 0.527343750000 0.000000000000 0.000000000000 +0.000000000000 0.175781250000 0.000000000000 0.000000000000 +0.000000000000 0.054931640625 0.632812500000 0.111816406250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.466796875000 +0.022827148438 0.000000000000 0.000000000000 0.218750000000 +0.074218750000 0.000000000000 0.144531250000 0.000000000000 +0.000000000000 0.208007812500 0.369140625000 0.000000000000 +0.000000000000 0.000827789307 0.141601562500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.200195312500 0.000000000000 0.024536132812 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.275390625000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.041992187500 0.158203125000 +0.000000000000 0.000000000000 0.061035156250 0.000000000000 +0.000000000000 0.582031250000 0.000000000000 0.000000000000 +0.000000000000 0.102050781250 0.000000000000 0.000000000000 +0.000000000000 0.064453125000 0.601562500000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.457031250000 +0.043701171875 0.000000000000 0.000000000000 0.120117187500 +0.000000000000 0.000000000000 0.251953125000 0.000000000000 +0.000000000000 0.164062500000 0.447265625000 0.041748046875 +0.000000000000 0.109863281250 0.000000000000 0.120605468750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.302734375000 0.000000000000 0.019165039062 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.190429687500 +0.000000000000 0.000000000000 0.128906250000 0.000000000000 +0.000000000000 0.174804687500 0.047607421875 0.000000000000 +0.000000000000 0.000000000000 0.063964843750 0.000000000000 +0.000000000000 0.628906250000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.096191406250 0.421875000000 0.000000000000 +0.120605468750 0.000000000000 0.000000000000 0.083007812500 +0.000000000000 0.000000000000 0.000000000000 0.406250000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.292968750000 0.000000000000 +0.000000000000 0.051513671875 0.503906250000 0.271484375000 +0.000000000000 0.230468750000 0.000000000000 0.227539062500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.357421875000 0.000000000000 0.175781250000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.177734375000 +0.000000000000 0.000000000000 0.032714843750 0.000000000000 +0.236328125000 0.255859375000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.055908203125 0.703125000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.070312500000 0.251953125000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.273437500000 +0.000000000000 0.000000000000 0.000000000000 0.300781250000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.170898437500 0.000000000000 +0.100097656250 0.119140625000 0.134765625000 0.349609375000 +0.179687500000 0.302734375000 0.000000000000 0.000000000000 +0.030639648438 0.000000000000 0.000000000000 0.000000000000 +0.235351562500 0.000000000000 0.447265625000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.283203125000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.427734375000 0.159179687500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.090332031250 +0.141601562500 0.691406250000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.031494140625 0.202148437500 0.000000000000 +0.000000000000 0.000000000000 0.123535156250 0.333984375000 +0.079589843750 0.000000000000 0.000000000000 0.247070312500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.167968750000 0.251953125000 0.000000000000 0.097656250000 +0.472656250000 0.257812500000 0.000000000000 0.000000000000 +0.269531250000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.488281250000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.240234375000 0.000000000000 0.324218750000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.419921875000 0.007873535156 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.240234375000 +0.194335937500 0.542968750000 0.000000000000 0.000000000000 +0.296875000000 0.000000000000 0.010070800781 0.000000000000 +0.000000000000 0.127929687500 0.253906250000 0.000000000000 +0.000000000000 0.000000000000 0.023193359375 0.229492187500 +0.108886718750 0.000000000000 0.071289062500 0.188476562500 +0.000000000000 0.149414062500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.014282226562 0.294921875000 0.000000000000 0.000000000000 +0.376953125000 0.125000000000 0.000000000000 0.000000000000 +0.145507812500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.190429687500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.421875000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.122070312500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.075683593750 +0.199218750000 0.445312500000 0.210937500000 0.000000000000 +0.229492187500 0.000000000000 0.198242187500 0.000000000000 +0.000000000000 0.316406250000 0.400390625000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.202148437500 +0.032958984375 0.000000000000 0.167968750000 0.188476562500 +0.000000000000 0.168945312500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.322265625000 +0.000000000000 0.100585937500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.024169921875 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.078613281250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.291015625000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.076171875000 0.000000000000 0.000000000000 +0.154296875000 0.429687500000 0.312500000000 0.000000000000 +0.000000000000 0.069824218750 0.287109375000 0.000000000000 +0.000000000000 0.445312500000 0.593750000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.108886718750 +0.000000000000 0.000000000000 0.121582031250 0.078125000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.061523437500 0.000000000000 0.566406250000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.022094726562 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.225585937500 +0.000000000000 0.000000000000 0.000000000000 0.259765625000 +0.000000000000 0.058105468750 0.000000000000 0.000000000000 +0.000000000000 0.562500000000 0.054931640625 0.000000000000 +0.000000000000 0.312500000000 0.294921875000 0.000000000000 +0.068359375000 0.470703125000 0.843750000000 0.016113281250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.017456054688 0.124511718750 +0.000000000000 0.376953125000 0.000000000000 0.398437500000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.123046875000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.324218750000 +0.000000000000 0.000000000000 0.120117187500 0.216796875000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.585937500000 0.000000000000 0.000000000000 +0.000000000000 0.179687500000 0.170898437500 0.000000000000 +0.000000000000 0.289062500000 0.871093750000 0.007415771484 +0.238281250000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.351562500000 +0.000000000000 0.378906250000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.188476562500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.109863281250 0.024536132812 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.474609375000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.151367187500 +0.000000000000 0.000000000000 0.644531250000 0.000000000000 +0.363281250000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.449218750000 +0.000000000000 0.103027343750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.345703125000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.199218750000 0.000000000000 0.112304687500 0.000000000000 +0.069824218750 0.000000000000 0.062011718750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.064941406250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.343750000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.294921875000 +0.000000000000 0.000000000000 0.470703125000 0.000000000000 +0.018432617188 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.211914062500 +0.000000000000 0.000000000000 0.000000000000 0.416015625000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.255859375000 0.000000000000 0.000000000000 +0.371093750000 0.000000000000 0.000000000000 0.000000000000 +0.343750000000 0.000000000000 0.089843750000 0.000000000000 +0.263671875000 0.000000000000 0.131835937500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.190429687500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.376953125000 0.000000000000 0.000000000000 +0.478515625000 0.000000000000 0.000000000000 0.261718750000 +0.000000000000 0.000000000000 0.312500000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.279296875000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.468750000000 0.000000000000 0.000000000000 +0.453125000000 0.000000000000 0.000000000000 0.000000000000 +0.181640625000 0.000000000000 0.000000000000 0.000000000000 +0.158203125000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.020019531250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.078125000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.296875000000 0.000000000000 +0.617187500000 0.000000000000 0.000000000000 0.000000000000 +0.119140625000 0.535156250000 0.000000000000 0.000000000000 +0.373046875000 0.000000000000 0.000000000000 0.025024414062 +0.000000000000 0.000000000000 0.232421875000 0.000000000000 +0.000000000000 0.000000000000 0.279296875000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.150390625000 +0.000000000000 0.143554687500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.248046875000 +0.000000000000 0.142578125000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.190429687500 +0.000000000000 0.202148437500 0.000000000000 0.546875000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.203125000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.048583984375 0.000000000000 0.000000000000 +0.855468750000 0.000000000000 0.000000000000 0.000000000000 +0.067871093750 0.578125000000 0.000000000000 0.000000000000 +0.000000000000 0.087402343750 0.000000000000 0.000000000000 +0.255859375000 0.000000000000 0.190429687500 0.000000000000 +0.000000000000 0.000000000000 0.114257812500 0.453125000000 +0.000000000000 0.306640625000 0.000000000000 0.125000000000 +0.000000000000 0.216796875000 0.000000000000 0.000000000000 +0.000000000000 0.055419921875 0.347656250000 0.574218750000 +0.195312500000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.507812500000 +0.000000000000 0.178710937500 0.000000000000 0.445312500000 +0.000000000000 0.000000000000 0.000000000000 0.119628906250 +0.500000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.161132812500 0.000000000000 +0.000000000000 0.373046875000 0.000000000000 0.000000000000 +0.285156250000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.431640625000 0.000000000000 0.000000000000 +0.000000000000 0.435546875000 0.000000000000 0.000000000000 +0.324218750000 0.000000000000 0.263671875000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.589843750000 +0.000000000000 0.476562500000 0.000000000000 0.094726562500 +0.058105468750 0.000000000000 0.073242187500 0.000000000000 +0.000000000000 0.192382812500 0.347656250000 0.000000000000 +0.267578125000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.112304687500 0.000000000000 0.205078125000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.072265625000 0.086425781250 +0.578125000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.251953125000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.324218750000 0.018676757812 +0.000000000000 0.496093750000 0.000000000000 0.242187500000 +0.000000000000 0.000000000000 0.000000000000 0.081054687500 +0.000000000000 0.384765625000 0.150390625000 0.000000000000 +0.000000000000 0.648437500000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.398437500000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.435546875000 +0.000000000000 0.179687500000 0.000000000000 0.071777343750 +0.263671875000 0.000000000000 0.197265625000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.128906250000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.146484375000 0.000000000000 +0.285156250000 0.000000000000 0.000000000000 0.000463485718 +0.000000000000 0.367187500000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.445312500000 0.253906250000 +0.000000000000 0.398437500000 0.000000000000 0.361328125000 +0.000000000000 0.000000000000 0.000000000000 0.406250000000 +0.000000000000 0.386718750000 0.189453125000 0.000000000000 +0.824218750000 0.410156250000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.457031250000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.154296875000 0.000000000000 0.000000000000 0.088867187500 +0.312500000000 0.000000000000 0.013061523438 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.511718750000 0.000000000000 0.000000000000 +0.335937500000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.449218750000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.316406250000 0.151367187500 +0.000000000000 0.224609375000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.308593750000 +0.000000000000 0.388671875000 0.000000000000 0.000000000000 +0.476562500000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.148437500000 0.380859375000 0.000000000000 +0.742187500000 0.000000000000 0.000000000000 0.000000000000 +0.335937500000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.419921875000 +0.000000000000 0.333984375000 0.000000000000 0.080566406250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.703125000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.038574218750 0.000000000000 +0.000000000000 0.099609375000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.503906250000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.308593750000 0.223632812500 0.000000000000 +0.738281250000 0.000000000000 0.000000000000 0.000000000000 +0.098632812500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.169921875000 +0.000000000000 0.390625000000 0.000000000000 0.683593750000 +0.000000000000 0.000000000000 0.000000000000 0.094238281250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.017089843750 0.000000000000 0.000000000000 0.298828125000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.136718750000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.195312500000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.507812500000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.166015625000 0.000000000000 +0.000000000000 0.158203125000 0.134765625000 0.000000000000 +0.078613281250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.585937500000 +0.000000000000 0.523437500000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.519531250000 0.000000000000 0.000000000000 0.000000000000 +0.226562500000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.166015625000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.298828125000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.076660156250 0.259765625000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.478515625000 0.065429687500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.154296875000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.585937500000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.480468750000 0.000000000000 0.000000000000 0.000000000000 +0.824218750000 0.000000000000 0.000000000000 0.000000000000 +0.108398437500 0.000000000000 0.035888671875 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.228515625000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.388671875000 0.000000000000 0.202148437500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.361328125000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.828125000000 0.361328125000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.143554687500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.197265625000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.369140625000 0.000000000000 0.000000000000 +1.007812500000 0.000000000000 0.000000000000 0.000000000000 +0.785156250000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.112792968750 +0.000000000000 0.246093750000 0.000000000000 0.000000000000 +0.024536132812 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.067382812500 0.000000000000 0.000896453857 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.687500000000 0.000000000000 0.000000000000 0.000000000000 +0.049560546875 0.000000000000 1.218750000000 0.511718750000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.018676757812 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.392578125000 0.000000000000 0.000000000000 +0.648437500000 0.000000000000 0.000000000000 0.000000000000 +0.535156250000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.628906250000 +0.000000000000 0.617187500000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.832031250000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 1.445312500000 0.585937500000 +0.000000000000 0.072753906250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.333984375000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.081054687500 0.000000000000 0.000000000000 0.180664062500 +0.000000000000 0.000000000000 0.000000000000 1.015625000000 +0.000000000000 0.621093750000 0.000000000000 0.000000000000 +0.096191406250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.265625000000 0.000000000000 0.000000000000 0.000000000000 +0.781250000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 1.429687500000 0.447265625000 +0.500000000000 0.441406250000 0.341796875000 0.000051975250 +0.000000000000 0.045410156250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.419921875000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.648437500000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.071289062500 0.000000000000 0.012817382812 +0.000000000000 0.000000000000 0.000000000000 1.093750000000 +0.000000000000 0.231445312500 0.000000000000 0.000000000000 +0.326171875000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.186523437500 +0.337890625000 0.000000000000 0.000000000000 0.000000000000 +0.617187500000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.478515625000 1.234375000000 0.265625000000 +0.863281250000 0.605468750000 0.742187500000 0.287109375000 +0.000000000000 0.255859375000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.781250000000 0.000000000000 +0.000000000000 0.335937500000 0.000000000000 0.394531250000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.190429687500 0.000000000000 0.000000000000 +0.000000000000 0.065917968750 0.000000000000 0.875000000000 +0.160156250000 0.000000000000 0.000000000000 0.416015625000 +0.294921875000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.113769531250 0.376953125000 +0.111816406250 0.000000000000 0.000000000000 0.000000000000 +0.388671875000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.675781250000 0.906250000000 0.220703125000 +0.824218750000 0.468750000000 0.996093750000 0.306640625000 +0.000000000000 0.453125000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.009643554688 +0.000000000000 0.000000000000 0.765625000000 0.000000000000 +0.000000000000 0.324218750000 0.245117187500 0.000000000000 +0.000000000000 0.000000000000 0.014831542969 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.068847656250 0.000000000000 0.000000000000 +0.000000000000 0.330078125000 0.000000000000 0.480468750000 +0.337890625000 0.000000000000 0.000000000000 0.589843750000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.133789062500 0.106933593750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.099609375000 0.345703125000 0.000000000000 0.000000000000 +0.000000000000 0.613281250000 0.562500000000 0.259765625000 +0.322265625000 0.231445312500 1.062500000000 0.195312500000 +0.375000000000 0.478515625000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.181640625000 +0.000000000000 0.000000000000 0.546875000000 0.000000000000 +0.000000000000 0.093750000000 0.183593750000 0.000000000000 +0.000000000000 0.000000000000 0.667968750000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.605468750000 0.000000000000 0.074218750000 +0.008728027344 0.000000000000 0.000000000000 0.498046875000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.028808593750 0.000000000000 +0.000000000000 0.000000000000 0.073730468750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.578125000000 0.000000000000 0.000000000000 +0.093261718750 0.445312500000 0.343750000000 0.337890625000 +0.000000000000 0.000000000000 0.980468750000 0.000000000000 +0.628906250000 0.357421875000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.228515625000 +0.000000000000 0.000000000000 0.149414062500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.687500000000 0.000000000000 +0.004302978516 0.000000000000 0.000000000000 0.000000000000 +0.069335937500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.679687500000 0.087402343750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.119628906250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.566406250000 0.000000000000 0.000000000000 +0.000000000000 0.094238281250 0.075683593750 0.402343750000 +0.000000000000 0.000000000000 0.675781250000 0.000000000000 +0.703125000000 0.055419921875 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.265625000000 +0.000000000000 0.000000000000 0.000000000000 0.056640625000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.165039062500 0.333984375000 0.124511718750 +0.210937500000 0.052001953125 0.000000000000 0.000000000000 +0.330078125000 0.000000000000 0.000000000000 0.000000000000 +0.208007812500 0.542968750000 0.194335937500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.013671875000 0.562500000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.427734375000 +0.000000000000 0.000000000000 0.236328125000 0.000000000000 +0.460937500000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.230468750000 +0.000000000000 0.000000000000 0.000000000000 0.060791015625 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.263671875000 0.000000000000 0.228515625000 +0.447265625000 0.068359375000 0.000000000000 0.000000000000 +0.539062500000 0.000000000000 0.000000000000 0.000000000000 +0.468750000000 0.363281250000 0.230468750000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.330078125000 0.539062500000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.400390625000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.061523437500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.005065917969 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.308593750000 0.000000000000 0.191406250000 +0.707031250000 0.029418945312 0.000000000000 0.000000000000 +0.691406250000 0.000000000000 0.000000000000 0.000000000000 +0.429687500000 0.155273437500 0.209960937500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.002853393555 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.625000000000 0.498046875000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.195312500000 0.281250000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.212890625000 0.000000000000 0.188476562500 +0.605468750000 0.004211425781 0.000000000000 0.000000000000 +0.636718750000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.050781250000 0.002105712891 0.178710937500 +0.000000000000 0.104492187500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.855468750000 0.312500000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.667968750000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.435546875000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.216796875000 +0.101074218750 0.053710937500 0.000000000000 0.000000000000 +0.425781250000 0.000000000000 0.000000000000 0.034179687500 +0.000000000000 0.000000000000 0.000000000000 0.613281250000 +0.000000000000 0.165039062500 0.000000000000 0.000000000000 +0.000000000000 0.225585937500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.878906250000 0.050781250000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 1.062500000000 0.000000000000 +0.000000000000 0.285156250000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.671875000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.097167968750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.111816406250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.178710937500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.820312500000 +0.000000000000 0.100585937500 0.000000000000 0.000000000000 +0.168945312500 0.671875000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.131835937500 +0.820312500000 0.000000000000 0.318359375000 0.000000000000 +0.000000000000 0.171875000000 1.164062500000 0.000000000000 +0.000000000000 0.511718750000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.609375000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.123535156250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.003677368164 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.660156250000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.277343750000 0.480468750000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.324218750000 +0.664062500000 0.000000000000 0.691406250000 0.000000000000 +0.000000000000 0.102539062500 1.179687500000 0.000000000000 +0.000000000000 0.687500000000 0.000000000000 0.000000000000 +0.000000000000 0.160156250000 0.000000000000 0.435546875000 +0.062011718750 0.000000000000 0.240234375000 0.000000000000 +0.000000000000 0.000000000000 0.169921875000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.437500000000 +0.000000000000 0.000000000000 0.000000000000 0.005798339844 +0.211914062500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.206054687500 +0.367187500000 0.000000000000 0.714843750000 0.000000000000 +0.000000000000 0.000000000000 1.093750000000 0.000000000000 +0.000000000000 0.796875000000 0.021850585938 0.000000000000 +0.289062500000 0.406250000000 0.000000000000 0.087890625000 +0.199218750000 0.000000000000 0.294921875000 0.000000000000 +0.000000000000 0.000000000000 0.041992187500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.247070312500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.147460937500 +0.000000000000 0.000000000000 0.000000000000 0.028686523438 +0.166992187500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.238281250000 +0.000000000000 0.000000000000 0.156250000000 0.089355468750 +0.000000000000 0.184570312500 0.000000000000 0.059082031250 +0.053710937500 0.000000000000 0.472656250000 0.000000000000 +0.000000000000 0.000000000000 0.906250000000 0.000000000000 +0.000000000000 0.812500000000 0.229492187500 0.000000000000 +0.339843750000 0.488281250000 0.000000000000 0.000000000000 +0.186523437500 0.000000000000 0.087890625000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.224609375000 0.000000000000 0.503906250000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.168945312500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.281250000000 +0.000000000000 0.000000000000 0.535156250000 0.069335937500 +0.000000000000 0.237304687500 0.000000000000 0.000000000000 +0.000000000000 0.117675781250 0.139648437500 0.000000000000 +0.000000000000 0.000000000000 0.593750000000 0.000000000000 +0.000000000000 0.769531250000 0.417968750000 0.000000000000 +0.192382812500 0.421875000000 0.000000000000 0.000000000000 +0.021728515625 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.535156250000 0.000000000000 0.371093750000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.189453125000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.166992187500 +0.000000000000 0.000000000000 0.718750000000 0.000000000000 +0.000000000000 0.178710937500 0.000000000000 0.000000000000 +0.000000000000 0.231445312500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.214843750000 0.000000000000 +0.000000000000 0.660156250000 0.589843750000 0.101562500000 +0.002502441406 0.285156250000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.076660156250 +0.000000000000 0.585937500000 0.000000000000 0.099121093750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.066406250000 0.000000000000 +0.091308593750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.554687500000 0.000000000000 +0.000000000000 0.076171875000 0.000000000000 0.000000000000 +0.000000000000 0.421875000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.554687500000 0.800781250000 0.241210937500 +0.000000000000 0.019775390625 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.031494140625 +0.000000000000 0.000000000000 0.000000000000 0.221679687500 +0.000000000000 0.466796875000 0.000000000000 0.000000000000 +0.152343750000 0.000000000000 0.287109375000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.061767578125 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.110351562500 0.010375976562 +0.000000000000 0.000000000000 0.000000000000 0.027465820312 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.265625000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.527343750000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.298828125000 0.878906250000 0.050781250000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.142578125000 +0.000000000000 0.000000000000 0.000000000000 0.298828125000 +0.000000000000 0.269531250000 0.000000000000 0.000000000000 +0.143554687500 0.000000000000 0.742187500000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.285156250000 0.000000000000 0.166015625000 0.000000000000 +0.000000000000 0.000000000000 0.042236328125 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.185546875000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.585937500000 0.000000000000 0.178710937500 +0.000000000000 0.000000000000 0.000000000000 0.018676757812 +0.000000000000 0.000000000000 0.773437500000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.214843750000 +0.000000000000 0.000000000000 0.000000000000 0.425781250000 +0.000000000000 0.029174804688 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.781250000000 0.000000000000 +0.008972167969 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.215820312500 0.000000000000 0.178710937500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.116699218750 0.000000000000 0.000000000000 +0.139648437500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.570312500000 0.000000000000 0.083007812500 +0.000000000000 0.000000000000 0.000000000000 0.208984375000 +0.000000000000 0.000000000000 0.585937500000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.166992187500 +0.000000000000 0.000000000000 0.000000000000 0.498046875000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.294921875000 0.462890625000 0.000000000000 +0.220703125000 0.000000000000 0.074707031250 0.000000000000 +0.019531250000 0.000000000000 0.000000000000 0.000000000000 +0.024047851562 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.103515625000 0.000000000000 0.000000000000 +0.179687500000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.476562500000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.398437500000 +0.000000000000 0.000000000000 0.400390625000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.214843750000 +0.000000000000 0.000000000000 0.000000000000 0.359375000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.466796875000 0.000000000000 0.000000000000 +0.369140625000 0.000000000000 0.047851562500 0.000000000000 +0.196289062500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.172851562500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.053222656250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.384765625000 0.000000000000 0.000000000000 +0.014770507812 0.000000000000 0.000000000000 0.546875000000 +0.000000000000 0.000000000000 0.337890625000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.298828125000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.542968750000 0.000000000000 0.000000000000 +0.443359375000 0.000000000000 0.018554687500 0.000000000000 +0.151367187500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.158203125000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.182617187500 +0.238281250000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.363281250000 0.000000000000 0.000000000000 +0.171875000000 0.000000000000 0.000000000000 0.519531250000 +0.000000000000 0.000000000000 0.349609375000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.289062500000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.429687500000 0.000000000000 0.000000000000 +0.178710937500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.265625000000 0.000000000000 0.000000000000 +0.000000000000 0.073242187500 0.000000000000 0.000000000000 +0.000000000000 0.047363281250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.183593750000 0.117675781250 +0.597656250000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.570312500000 0.000000000000 0.000000000000 +0.057373046875 0.043701171875 0.000000000000 0.242187500000 +0.000000000000 0.000000000000 0.369140625000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.039306640625 +0.000000000000 0.218750000000 0.000000000000 0.174804687500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.127929687500 0.371093750000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.412109375000 0.000000000000 0.386718750000 +0.000000000000 0.000000000000 0.000000000000 0.002487182617 +0.000000000000 0.019409179688 0.000000000000 0.062011718750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.030761718750 0.000000000000 +0.000000000000 0.058349609375 0.023681640625 0.000000000000 +0.490234375000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.632812500000 0.000000000000 0.000000000000 +0.000000000000 0.180664062500 0.000000000000 0.000000000000 +0.253906250000 0.000000000000 0.322265625000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.361328125000 +0.000000000000 0.417968750000 0.000000000000 0.103515625000 +0.000000000000 0.000000000000 0.010192871094 0.000000000000 +0.000000000000 0.308593750000 0.589843750000 0.476562500000 +0.310546875000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.308593750000 +0.000000000000 0.200195312500 0.000000000000 0.035888671875 +0.000000000000 0.000000000000 0.000000000000 0.165039062500 +0.279296875000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.410156250000 0.000000000000 +0.000000000000 0.443359375000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.558593750000 0.000000000000 0.000000000000 +0.000000000000 0.320312500000 0.000000000000 0.000000000000 +0.085937500000 0.000000000000 0.347656250000 0.000000000000 +0.000000000000 0.000000000000 0.142578125000 0.482421875000 +0.000000000000 0.219726562500 0.000000000000 0.053710937500 +0.128906250000 0.000000000000 0.104980468750 0.000000000000 +0.000000000000 0.269531250000 0.558593750000 0.000000000000 +0.357421875000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.236328125000 0.000000000000 0.130859375000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.273437500000 0.101562500000 +0.289062500000 0.000000000000 0.000000000000 0.052001953125 +0.000000000000 0.103515625000 0.000000000000 0.114257812500 +0.000000000000 0.000000000000 0.367187500000 0.000000000000 +0.000000000000 0.554687500000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.135742187500 +0.000000000000 0.453125000000 0.000000000000 0.000000000000 +0.000000000000 0.322265625000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.400390625000 0.000000000000 +0.000000000000 0.000000000000 0.216796875000 0.273437500000 +0.190429687500 0.000000000000 0.000000000000 0.103515625000 +0.083007812500 0.000000000000 0.075683593750 0.000000000000 +0.000000000000 0.000000000000 0.201171875000 0.000000000000 +0.051757812500 0.000000000000 0.000000000000 0.000000000000 +0.318359375000 0.230468750000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.539062500000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.115722656250 +0.000000000000 0.320312500000 0.000000000000 0.155273437500 +0.000000000000 0.000000000000 0.173828125000 0.000000000000 +0.000000000000 0.500000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.386718750000 +0.000000000000 0.289062500000 0.083984375000 0.000000000000 +0.582031250000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.279296875000 0.000000000000 +0.186523437500 0.000000000000 0.177734375000 0.000000000000 +0.419921875000 0.000000000000 0.000000000000 0.138671875000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.246093750000 0.000000000000 0.000000000000 +0.400390625000 0.022827148438 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.410156250000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.308593750000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.310546875000 0.000000000000 0.000000000000 +0.000000000000 0.125976562500 0.000000000000 0.365234375000 +0.000000000000 0.263671875000 0.148437500000 0.000000000000 +0.373046875000 0.000000000000 0.017333984375 0.000000000000 +0.000000000000 0.220703125000 0.202148437500 0.000000000000 +0.601562500000 0.000000000000 0.000000000000 0.000000000000 +0.298828125000 0.000000000000 0.070312500000 0.218750000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.359375000000 +0.000000000000 0.149414062500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.357421875000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.125976562500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.151367187500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.031982421875 0.000000000000 0.000000000000 +0.000000000000 0.408203125000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.194335937500 0.000000000000 +0.000000000000 0.388671875000 0.361328125000 0.000000000000 +0.441406250000 0.023437500000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.050537109375 +0.000000000000 0.000000000000 0.000000000000 0.174804687500 +0.000000000000 0.390625000000 0.000000000000 0.878906250000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.130859375000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.142578125000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.455078125000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.283203125000 0.000000000000 +0.000000000000 0.416015625000 0.451171875000 0.000000000000 +0.000000000000 0.227539062500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.021118164062 +0.000000000000 0.000000000000 0.000000000000 0.382812500000 +0.000000000000 0.660156250000 0.000000000000 0.414062500000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.031738281250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.330078125000 0.367187500000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.451171875000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.251953125000 0.000000000000 +0.000000000000 0.283203125000 0.585937500000 0.115234375000 +0.000000000000 0.128906250000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.159179687500 +0.000000000000 0.000000000000 0.000000000000 0.414062500000 +0.000000000000 0.375000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.060791015625 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.090332031250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.503906250000 0.125000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.470703125000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.175781250000 0.089843750000 +0.000000000000 0.131835937500 0.593750000000 0.104492187500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.251953125000 +0.000000000000 0.002838134766 0.000000000000 0.229492187500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.025756835938 0.116210937500 0.000000000000 +0.096679687500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.351562500000 0.000000000000 +0.061767578125 0.000000000000 0.000000000000 0.000000000000 +0.065429687500 0.464843750000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.050781250000 0.106445312500 +0.000000000000 0.098144531250 0.554687500000 0.018310546875 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.328125000000 +0.000000000000 0.139648437500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.202148437500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.166015625000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.040527343750 0.000000000000 +0.167968750000 0.000000000000 0.000000000000 0.000000000000 +0.081054687500 0.457031250000 0.000000000000 0.000000000000 +0.000000000000 0.042236328125 0.000000000000 0.050292968750 +0.000000000000 0.142578125000 0.601562500000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.439453125000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.139648437500 0.166015625000 +0.000000000000 0.082031250000 0.000000000000 0.034179687500 +0.000000000000 0.000000000000 0.000000000000 0.135742187500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.075195312500 0.000000000000 0.000000000000 0.000000000000 +0.094238281250 0.531250000000 0.000000000000 0.130859375000 +0.000000000000 0.146484375000 0.000000000000 0.000000000000 +0.000000000000 0.179687500000 0.636718750000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.074707031250 +0.000000000000 0.000000000000 0.000000000000 0.419921875000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.129882812500 0.127929687500 0.063964843750 +0.000000000000 0.000000000000 0.324218750000 0.000000000000 +0.000000000000 0.039794921875 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.150390625000 0.062988281250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.006866455078 +0.000000000000 0.104980468750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.085449218750 0.574218750000 0.000000000000 0.243164062500 +0.000000000000 0.115722656250 0.000000000000 0.000000000000 +0.000000000000 0.135742187500 0.636718750000 0.000000000000 +0.020629882812 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.384765625000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.108886718750 0.063964843750 0.000000000000 +0.000000000000 0.000000000000 0.507812500000 0.000000000000 +0.000000000000 0.074218750000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.218750000000 0.122070312500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.088378906250 +0.000000000000 0.235351562500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.003448486328 0.000000000000 0.000000000000 0.000000000000 +0.081054687500 0.597656250000 0.000000000000 0.308593750000 +0.000000000000 0.078613281250 0.000000000000 0.000000000000 +0.000000000000 0.062255859375 0.667968750000 0.000000000000 +0.057861328125 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.333984375000 +0.000000000000 0.000000000000 0.000000000000 0.000774383545 +0.000000000000 0.075683593750 0.000000000000 0.000000000000 +0.000000000000 0.014526367188 0.589843750000 0.000000000000 +0.000000000000 0.077636718750 0.079589843750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.242187500000 0.087402343750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.068847656250 +0.000000000000 0.233398437500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.003601074219 0.000000000000 0.000000000000 0.000000000000 +0.036621093750 0.652343750000 0.000000000000 0.277343750000 +0.000000000000 0.053710937500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.699218750000 0.000000000000 +0.028930664062 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.257812500000 +0.000000000000 0.000000000000 0.000000000000 0.202148437500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.104492187500 0.589843750000 0.000000000000 +0.000000000000 0.024780273438 0.159179687500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.279296875000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.695312500000 0.000000000000 0.120117187500 +0.000000000000 0.000000000000 0.000000000000 0.143554687500 +0.000000000000 0.000000000000 0.710937500000 0.000000000000 +0.074218750000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.155273437500 +0.000000000000 0.000000000000 0.000000000000 0.347656250000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.156250000000 0.562500000000 0.000000000000 +0.037841796875 0.000000000000 0.129882812500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.289062500000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.652343750000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.343750000000 +0.000000000000 0.000000000000 0.640625000000 0.000000000000 +0.107910156250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.118164062500 +0.000000000000 0.000000000000 0.000000000000 0.359375000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.255859375000 0.371093750000 0.000000000000 +0.181640625000 0.000000000000 0.029052734375 0.000000000000 +0.068847656250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.310546875000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.032226562500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.527343750000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.527343750000 +0.000000000000 0.000000000000 0.554687500000 0.000000000000 +0.010498046875 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.195312500000 +0.000000000000 0.000000000000 0.000000000000 0.215820312500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.431640625000 0.000000000000 0.000000000000 +0.392578125000 0.000000000000 0.000000000000 0.000000000000 +0.162109375000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.310546875000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.221679687500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.435546875000 0.000000000000 0.000000000000 +0.035156250000 0.000000000000 0.000000000000 0.648437500000 +0.000000000000 0.000000000000 0.412109375000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.242187500000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.519531250000 0.000000000000 0.000000000000 +0.419921875000 0.000000000000 0.000000000000 0.000000000000 +0.136718750000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.246093750000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.177734375000 +0.158203125000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.431640625000 0.000000000000 0.000000000000 +0.073242187500 0.000000000000 0.000000000000 0.609375000000 +0.000000000000 0.000000000000 0.322265625000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.231445312500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.427734375000 0.000000000000 0.000000000000 +0.156250000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.191406250000 0.000000000000 0.000000000000 +0.000000000000 0.168945312500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.578125000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.507812500000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.373046875000 +0.000000000000 0.000000000000 0.455078125000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.265625000000 0.000000000000 0.269531250000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.018554687500 0.000000000000 0.351562500000 +0.000000000000 0.031738281250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.298828125000 0.000000000000 0.216796875000 +0.000000000000 0.084472656250 0.000000000000 0.108886718750 +0.000000000000 0.000000000000 0.000000000000 0.097656250000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.593750000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.660156250000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.040039062500 +0.000000000000 0.000000000000 0.562500000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.172851562500 +0.000000000000 0.542968750000 0.000000000000 0.261718750000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.427734375000 0.199218750000 0.373046875000 +0.019775390625 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.094238281250 +0.000000000000 0.218750000000 0.000000000000 0.006134033203 +0.000000000000 0.016723632812 0.000000000000 0.138671875000 +0.429687500000 0.000000000000 0.000000000000 0.212890625000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.230468750000 0.000000000000 +0.000000000000 0.373046875000 0.000000000000 0.000000000000 +0.337890625000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.777343750000 0.000000000000 0.012145996094 +0.000000000000 0.052246093750 0.000000000000 0.000000000000 +0.166015625000 0.000000000000 0.550781250000 0.000000000000 +0.000000000000 0.000000000000 0.079589843750 0.275390625000 +0.000000000000 0.648437500000 0.000000000000 0.199218750000 +0.191406250000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.449218750000 0.033447265625 0.000000000000 +0.074707031250 0.000000000000 0.202148437500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.147460937500 +0.000000000000 0.032470703125 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.098632812500 +0.691406250000 0.000000000000 0.000000000000 0.197265625000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.205078125000 0.000000000000 0.416015625000 0.000000000000 +0.000000000000 0.613281250000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.816406250000 0.162109375000 0.000000000000 +0.000000000000 0.031005859375 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.419921875000 0.000000000000 +0.000000000000 0.046386718750 0.000000000000 0.218750000000 +0.077636718750 0.488281250000 0.000000000000 0.075683593750 +0.439453125000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.067382812500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.683593750000 0.000000000000 0.000000000000 0.037109375000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.337890625000 0.042968750000 0.464843750000 0.022338867188 +0.000000000000 0.632812500000 0.000000000000 0.000000000000 +0.000000000000 0.175781250000 0.000000000000 0.000000000000 +0.000000000000 0.671875000000 0.515625000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.220703125000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.330078125000 0.114257812500 0.000000000000 0.000000000000 +0.503906250000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.124023437500 0.000000000000 0.000000000000 +0.460937500000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.404296875000 0.000000000000 0.093750000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.406250000000 0.000000000000 0.359375000000 0.187500000000 +0.000000000000 0.390625000000 0.000000000000 0.113281250000 +0.000000000000 0.367187500000 0.000000000000 0.131835937500 +0.000000000000 0.511718750000 0.796875000000 0.000000000000 +0.028198242188 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.010314941406 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.416015625000 0.000000000000 0.000000000000 0.000000000000 +0.349609375000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.574218750000 0.000000000000 0.000000000000 +0.488281250000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.332031250000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.242187500000 0.000000000000 0.013488769531 0.104980468750 +0.000000000000 0.000000000000 0.000000000000 0.141601562500 +0.000000000000 0.294921875000 0.000000000000 0.131835937500 +0.000000000000 0.359375000000 0.816406250000 0.000000000000 +0.070800781250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.217773437500 0.000000000000 0.000000000000 0.000000000000 +0.202148437500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.550781250000 0.000000000000 0.000000000000 +0.096679687500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.593750000000 0.000000000000 +0.000000000000 0.000000000000 0.067871093750 0.000000000000 +0.014770507812 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.132812500000 +0.000000000000 0.116699218750 0.000000000000 0.000000000000 +0.000000000000 0.259765625000 0.648437500000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.231445312500 +0.000000000000 0.000000000000 0.066894531250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.029296875000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.367187500000 +0.000000000000 0.235351562500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.161132812500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.910156250000 0.000000000000 +0.132812500000 0.000000000000 0.153320312500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.159179687500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.156250000000 0.425781250000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.494140625000 +0.000000000000 0.000000000000 0.164062500000 0.000000000000 +0.000000000000 0.298828125000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.378906250000 0.000000000000 0.229492187500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.279296875000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 1.000000000000 0.000000000000 +0.492187500000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.064941406250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.137695312500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.052978515625 0.215820312500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.675781250000 +0.000000000000 0.000000000000 0.269531250000 0.000000000000 +0.000000000000 0.566406250000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.271484375000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.349609375000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.941406250000 0.108398437500 +0.621093750000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.149414062500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.402343750000 0.246093750000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.174804687500 0.226562500000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.640625000000 +0.000000000000 0.000000000000 0.341796875000 0.000000000000 +0.000000000000 0.550781250000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.055908203125 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.453125000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.796875000000 0.184570312500 +0.458984375000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.163085937500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.570312500000 0.161132812500 +0.004028320312 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.337890625000 0.365234375000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.431640625000 +0.000000000000 0.000000000000 0.251953125000 0.000000000000 +0.000000000000 0.192382812500 0.000000000000 0.000000000000 +0.000000000000 0.185546875000 0.000000000000 0.000000000000 +0.048583984375 0.306640625000 0.000000000000 0.000000000000 +0.000000000000 0.014099121094 0.000000000000 0.003372192383 +0.242187500000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.476562500000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.110351562500 +0.000000000000 0.000000000000 0.679687500000 0.136718750000 +0.199218750000 0.000000000000 0.000000000000 0.000000000000 +0.152343750000 0.114257812500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.208984375000 0.012023925781 +0.204101562500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.390625000000 0.439453125000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.154296875000 +0.000000000000 0.000000000000 0.250000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.605468750000 0.000000000000 0.068359375000 +0.292968750000 0.507812500000 0.000000000000 0.000000000000 +0.000000000000 0.084472656250 0.000000000000 0.089355468750 +0.710937500000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.326171875000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.250000000000 +0.000000000000 0.000000000000 0.636718750000 0.154296875000 +0.117187500000 0.000000000000 0.000000000000 0.000000000000 +0.380859375000 0.044189453125 0.000000000000 0.000000000000 +0.000000000000 0.107421875000 0.000000000000 0.000000000000 +0.000000000000 0.201171875000 0.000000000000 0.000000000000 +0.000000000000 0.398437500000 0.474609375000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.419921875000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.145507812500 0.550781250000 0.000000000000 0.114257812500 +0.349609375000 0.004211425781 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.492187500000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.109863281250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.135742187500 +0.000000000000 0.000000000000 0.585937500000 0.241210937500 +0.105957031250 0.000000000000 0.000000000000 0.000000000000 +0.515625000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.380859375000 0.000000000000 0.000000000000 +0.000000000000 0.214843750000 0.000000000000 0.000000000000 +0.000000000000 0.441406250000 0.353515625000 0.118652343750 +0.353515625000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.660156250000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.310546875000 0.043701171875 0.000000000000 0.066894531250 +0.306640625000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.500000000000 0.296875000000 +0.008178710938 0.000000000000 0.000000000000 0.000000000000 +0.449218750000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.267578125000 0.000000000000 0.000000000000 +0.000000000000 0.145507812500 0.000000000000 0.000000000000 +0.000000000000 0.431640625000 0.048095703125 0.027099609375 +0.433593750000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.216796875000 0.703125000000 0.000000000000 +0.400390625000 0.000000000000 0.000000000000 0.000000000000 +0.153320312500 0.000000000000 0.000000000000 0.000000000000 +0.020263671875 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.117187500000 0.000000000000 0.345703125000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.099609375000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.484375000000 0.193359375000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.239257812500 0.033935546875 0.000000000000 0.000000000000 +0.182617187500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.373046875000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.300781250000 0.408203125000 0.000000000000 +0.398437500000 0.100585937500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.251953125000 +0.000000000000 0.503906250000 0.000000000000 0.406250000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.142578125000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.292968750000 0.002120971680 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.144531250000 0.000000000000 0.000000000000 +0.263671875000 0.000000000000 0.000000000000 0.090820312500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.232421875000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.026123046875 +0.000000000000 0.223632812500 0.292968750000 0.000000000000 +0.000000000000 0.185546875000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.139648437500 +0.000000000000 0.000000000000 0.000000000000 0.535156250000 +0.000000000000 0.335937500000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.074707031250 0.000000000000 0.000000000000 0.000000000000 +0.259765625000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.101074218750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.196289062500 0.000000000000 0.000000000000 +0.259765625000 0.000000000000 0.281250000000 0.429687500000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.241210937500 0.000000000000 0.000000000000 +0.051025390625 0.000000000000 0.000000000000 0.166992187500 +0.000000000000 0.089843750000 0.316406250000 0.000000000000 +0.000000000000 0.162109375000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.062988281250 0.289062500000 +0.000000000000 0.000000000000 0.000000000000 0.355468750000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.287109375000 0.000000000000 0.000000000000 0.000000000000 +0.035888671875 0.000000000000 0.000000000000 0.000000000000 +0.347656250000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.178710937500 0.000000000000 0.000000000000 +0.112792968750 0.000000000000 0.652343750000 0.173828125000 +0.054443359375 0.000000000000 0.000000000000 0.000000000000 +0.097656250000 0.437500000000 0.000000000000 0.000000000000 +0.359375000000 0.000000000000 0.000000000000 0.083984375000 +0.000000000000 0.007446289062 0.330078125000 0.000000000000 +0.000000000000 0.000000000000 0.141601562500 0.000000000000 +0.000000000000 0.000000000000 0.287109375000 0.206054687500 +0.000000000000 0.203125000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.229492187500 0.000000000000 0.000000000000 +0.192382812500 0.000000000000 0.000000000000 0.219726562500 +0.000000000000 0.000000000000 0.000000000000 0.146484375000 +0.022216796875 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.010742187500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.369140625000 0.000000000000 +0.433593750000 0.000000000000 0.000000000000 0.000000000000 +0.226562500000 0.554687500000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.104980468750 0.357421875000 0.000000000000 +0.000000000000 0.000000000000 0.194335937500 0.244140625000 +0.000000000000 0.000000000000 0.000000000000 0.196289062500 +0.000000000000 0.433593750000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.253906250000 0.419921875000 +0.030761718750 0.000000000000 0.000000000000 0.191406250000 +0.000000000000 0.000000000000 0.000000000000 0.550781250000 +0.000000000000 0.000000000000 0.000000000000 0.550781250000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.072265625000 0.061767578125 0.000000000000 0.000000000000 +0.000000000000 0.115234375000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.076660156250 0.000000000000 0.000000000000 0.000000000000 +0.173828125000 0.507812500000 0.000000000000 0.000000000000 +0.000000000000 0.318359375000 0.000000000000 0.000000000000 +0.109375000000 0.171875000000 0.396484375000 0.000000000000 +0.000000000000 0.000000000000 0.017456054688 0.566406250000 +0.000000000000 0.000000000000 0.000000000000 0.221679687500 +0.000000000000 0.002304077148 0.031494140625 0.000000000000 +0.000000000000 0.028686523438 0.470703125000 0.145507812500 +0.265625000000 0.000000000000 0.000000000000 0.251953125000 +0.000000000000 0.206054687500 0.000000000000 0.349609375000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.120117187500 0.027343750000 +0.114257812500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.458984375000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.021362304688 0.000000000000 +0.000000000000 0.127929687500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.175781250000 +0.089355468750 0.412109375000 0.048583984375 0.000572204590 +0.000000000000 0.554687500000 0.000000000000 0.000000000000 +0.000000000000 0.211914062500 0.490234375000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.416015625000 +0.000000000000 0.000000000000 0.000000000000 0.194335937500 +0.000000000000 0.000000000000 0.220703125000 0.000000000000 +0.000000000000 0.000000000000 0.072753906250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.129882812500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.449218750000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.037841796875 +0.000000000000 0.519531250000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.077148437500 0.067871093750 +0.000000000000 0.159179687500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.423828125000 +0.093750000000 0.494140625000 0.150390625000 0.215820312500 +0.738281250000 0.494140625000 0.000000000000 0.000000000000 +0.000000000000 0.247070312500 0.734375000000 0.000000000000 +0.000000000000 0.000000000000 0.178710937500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.003890991211 +0.000000000000 0.000000000000 0.059326171875 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.175781250000 0.000000000000 0.000000000000 +0.179687500000 0.001853942871 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.130859375000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.091308593750 +0.000000000000 0.398437500000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.102539062500 0.211914062500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.107421875000 +0.032226562500 0.574218750000 0.000000000000 0.000000000000 +0.609375000000 0.062988281250 0.203125000000 0.000000000000 +0.000000000000 0.236328125000 0.734375000000 0.000000000000 +0.750000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.049804687500 +0.000000000000 0.000000000000 0.000000000000 0.425781250000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.492187500000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.554687500000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.291015625000 0.000000000000 +0.000000000000 0.092285156250 0.472656250000 0.000000000000 +0.921875000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.494140625000 +0.000000000000 0.474609375000 0.000000000000 0.574218750000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.141601562500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.445312500000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.318359375000 0.291015625000 +0.000000000000 0.000000000000 0.291015625000 0.000000000000 +0.166992187500 0.115234375000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.769531250000 +0.000000000000 0.486328125000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.636718750000 0.000000000000 0.189453125000 0.000000000000 +0.125976562500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.014404296875 0.000000000000 0.132812500000 0.076660156250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.253906250000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.335937500000 0.792968750000 +0.000000000000 0.000000000000 0.010986328125 0.000000000000 +0.000000000000 0.186523437500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.648437500000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.071289062500 0.000000000000 0.000000000000 +0.757812500000 0.000000000000 0.000000000000 0.000000000000 +0.894531250000 0.000000000000 0.000000000000 0.000000000000 +0.245117187500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.431640625000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.259765625000 0.000000000000 0.000000000000 0.000000000000 +0.118164062500 0.000000000000 0.388671875000 1.031250000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.013793945312 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.742187500000 0.000000000000 0.000000000000 +1.203125000000 0.000000000000 0.000000000000 0.000000000000 +0.828125000000 0.000000000000 0.000000000000 0.000000000000 +0.029052734375 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.357421875000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.247070312500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.574218750000 0.000000000000 0.000000000000 0.000000000000 +0.083007812500 0.000000000000 0.593750000000 1.007812500000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.660156250000 0.000000000000 0.000000000000 +0.765625000000 0.000000000000 0.000000000000 0.000000000000 +0.601562500000 0.203125000000 0.000000000000 0.164062500000 +0.000000000000 0.000000000000 0.000000000000 0.474609375000 +0.000000000000 0.707031250000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.746093750000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.847656250000 0.718750000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.373046875000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.194335937500 0.455078125000 0.000000000000 0.648437500000 +0.000000000000 0.000000000000 0.000000000000 0.992187500000 +0.000000000000 0.730468750000 0.000000000000 0.000000000000 +0.289062500000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.240234375000 0.000000000000 0.000000000000 0.000000000000 +0.828125000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.933593750000 0.267578125000 +0.613281250000 0.033203125000 0.120117187500 0.000000000000 +0.000000000000 0.000000000000 0.147460937500 0.593750000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.332031250000 0.000000000000 +0.000000000000 0.000000000000 0.014465332031 0.683593750000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.451171875000 0.000000000000 0.435546875000 +0.000000000000 0.000000000000 0.000000000000 1.250000000000 +0.000000000000 0.320312500000 0.000000000000 0.152343750000 +0.601562500000 0.083984375000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.226562500000 0.000000000000 0.000000000000 0.000000000000 +0.722656250000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.474609375000 0.816406250000 0.000000000000 +1.031250000000 0.221679687500 0.330078125000 0.000000000000 +0.000000000000 0.168945312500 0.000000000000 0.750000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.625000000000 0.000000000000 +0.000000000000 0.248046875000 0.474609375000 0.384765625000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.300781250000 0.000000000000 0.000000000000 +0.000000000000 0.000085353851 0.000000000000 1.085937500000 +0.435546875000 0.000000000000 0.000000000000 0.515625000000 +0.515625000000 0.539062500000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.435546875000 0.000000000000 0.146484375000 0.000000000000 +0.000000000000 0.761718750000 0.480468750000 0.000000000000 +1.023437500000 0.094238281250 0.410156250000 0.000000000000 +0.000000000000 0.462890625000 0.000000000000 0.683593750000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.554687500000 0.000000000000 +0.000000000000 0.159179687500 0.083007812500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.089843750000 0.000000000000 0.539062500000 +0.644531250000 0.000000000000 0.000000000000 0.597656250000 +0.208007812500 0.421875000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.347656250000 0.146484375000 +0.000000000000 0.000000000000 0.000000000000 0.122070312500 +0.000000000000 0.000000000000 0.000000000000 0.186523437500 +0.010437011719 0.000000000000 0.539062500000 0.000000000000 +0.000000000000 0.589843750000 0.146484375000 0.000000000000 +0.617187500000 0.000000000000 0.324218750000 0.000000000000 +0.000000000000 0.449218750000 0.000000000000 0.421875000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.335937500000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.137695312500 0.000000000000 0.007720947266 +0.480468750000 0.000000000000 0.000000000000 0.375000000000 +0.000000000000 0.058349609375 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.527343750000 0.507812500000 +0.000000000000 0.000000000000 0.000000000000 0.153320312500 +0.000000000000 0.011718750000 0.000000000000 0.375000000000 +0.000000000000 0.052490234375 0.503906250000 0.000000000000 +0.386718750000 0.129882812500 0.041992187500 0.000000000000 +0.032470703125 0.000000000000 0.238281250000 0.000000000000 +0.476562500000 0.341796875000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.062011718750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.162109375000 0.000000000000 0.000000000000 +0.130859375000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.156250000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.503906250000 0.582031250000 +0.000000000000 0.000000000000 0.000000000000 0.020874023438 +0.000000000000 0.064941406250 0.000000000000 0.139648437500 +0.000000000000 0.075195312500 0.127929687500 0.000000000000 +0.271484375000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.161132812500 0.000000000000 +0.812500000000 0.057128906250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.341796875000 +0.000000000000 0.441406250000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.141601562500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.017578125000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.036376953125 0.291015625000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.067382812500 0.000000000000 0.000000000000 +0.000000000000 0.161132812500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.103515625000 +0.000000000000 0.167968750000 0.191406250000 0.000000000000 +0.341796875000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.022216796875 +0.110839843750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.096679687500 0.000000000000 0.792968750000 +0.000000000000 0.112792968750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.079589843750 0.025634765625 0.226562500000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.445312500000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.117187500000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.289062500000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.128906250000 +0.000000000000 0.355468750000 0.423828125000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.031738281250 +0.191406250000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.542968750000 0.000000000000 0.466796875000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.160156250000 0.033691406250 0.000000000000 +0.373046875000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.425781250000 0.112792968750 +0.062988281250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.361328125000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.341796875000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.392578125000 0.582031250000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.159179687500 +0.072753906250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.527343750000 0.000000000000 0.083984375000 +0.105468750000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.059570312500 +0.000000000000 0.028930664062 0.000000000000 0.000000000000 +0.617187500000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.181640625000 0.132812500000 +0.000459671021 0.000000000000 0.000000000000 0.163085937500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.052490234375 0.000000000000 0.259765625000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.398437500000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.257812500000 0.421875000000 0.000000000000 +0.000000000000 0.000000000000 0.087402343750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.253906250000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.083007812500 0.137695312500 0.000000000000 +0.332031250000 0.000000000000 0.132812500000 0.141601562500 +0.000000000000 0.000000000000 0.000000000000 0.153320312500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.664062500000 0.000000000000 0.238281250000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.314453125000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.478515625000 0.181640625000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.507812500000 0.000000000000 0.084960937500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.016723632812 0.343750000000 0.000000000000 +0.000000000000 0.000000000000 0.263671875000 0.000000000000 +0.025878906250 0.000000000000 0.000000000000 0.302734375000 +0.000000000000 0.021240234375 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.095703125000 0.000000000000 +0.291015625000 0.001701354980 0.000000000000 0.000000000000 +0.326171875000 0.070800781250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.289062500000 0.000000000000 0.439453125000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.324218750000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.566406250000 0.060791015625 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.144531250000 +0.124023437500 0.458984375000 0.000000000000 0.095703125000 +0.394531250000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.353515625000 0.000000000000 +0.000000000000 0.000000000000 0.156250000000 0.107910156250 +0.002639770508 0.000000000000 0.084960937500 0.205078125000 +0.000000000000 0.018798828125 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.024047851562 0.298828125000 0.000000000000 0.000000000000 +0.496093750000 0.226562500000 0.000000000000 0.000000000000 +0.031127929688 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.222656250000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.292968750000 0.000000000000 0.044677734375 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.345703125000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.034423828125 +0.250000000000 0.404296875000 0.000000000000 0.000000000000 +0.597656250000 0.000000000000 0.167968750000 0.000000000000 +0.000000000000 0.123535156250 0.519531250000 0.000000000000 +0.000000000000 0.000000000000 0.013854980469 0.005828857422 +0.000000000000 0.000000000000 0.240234375000 0.081542968750 +0.000000000000 0.132812500000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.127929687500 +0.000000000000 0.131835937500 0.000000000000 0.000000000000 +0.030151367188 0.143554687500 0.245117187500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.363281250000 +0.000000000000 0.000000000000 0.000000000000 0.033447265625 +0.000000000000 0.059814453125 0.000000000000 0.000000000000 +0.000000000000 0.546875000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.169921875000 0.511718750000 0.142578125000 0.000000000000 +0.000000000000 0.000000000000 0.378906250000 0.000000000000 +0.108886718750 0.175781250000 0.621093750000 0.003997802734 +0.050048828125 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.034423828125 0.000000000000 0.000000000000 +0.000000000000 0.089355468750 0.000000000000 0.777343750000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.449218750000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.455078125000 +0.000000000000 0.000000000000 0.000000000000 0.155273437500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.110839843750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.174804687500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.566406250000 0.037353515625 0.000000000000 +0.000000000000 0.000000000000 0.375000000000 0.055908203125 +0.373046875000 0.000000000000 0.597656250000 0.261718750000 +0.087402343750 0.069824218750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.151367187500 +0.000000000000 0.496093750000 0.000000000000 0.324218750000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.154296875000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.030273437500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.453125000000 +0.000000000000 0.000000000000 0.000000000000 0.351562500000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.527343750000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.138671875000 0.376953125000 +0.000000000000 0.000000000000 0.531250000000 0.291015625000 +0.000000000000 0.238281250000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.169921875000 +0.208984375000 0.060546875000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.004943847656 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.031982421875 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.455078125000 +0.000000000000 0.000000000000 0.015869140625 0.609375000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.355468750000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.710937500000 +0.000000000000 0.000000000000 0.287109375000 0.049804687500 +0.000000000000 0.136718750000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.398437500000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.306640625000 0.000000000000 0.000000000000 +0.546875000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.031738281250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.220703125000 +0.000000000000 0.000000000000 0.076660156250 0.542968750000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.235351562500 0.000000000000 0.000000000000 +0.087890625000 0.000000000000 0.000000000000 0.984375000000 +0.000000000000 0.000000000000 0.082031250000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.052978515625 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.304687500000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.863281250000 0.000000000000 0.000000000000 +0.558593750000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.193359375000 0.000000000000 0.000000000000 +0.000000000000 0.008361816406 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.044677734375 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.151367187500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.126953125000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 1.062500000000 +0.000000000000 0.000000000000 0.106933593750 0.000000000000 +0.040771484375 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.141601562500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.125976562500 +0.119628906250 0.746093750000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.439453125000 0.000000000000 0.043212890625 +0.000000000000 0.000000000000 0.000000000000 0.244140625000 +0.000000000000 0.000000000000 0.388671875000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.136718750000 0.000000000000 0.099121093750 +0.000000000000 0.000000000000 0.000000000000 0.917968750000 +0.000000000000 0.000000000000 0.378906250000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.080078125000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.101074218750 0.000000000000 0.445312500000 +0.110839843750 0.137695312500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.531250000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.613281250000 +0.000000000000 0.000000000000 0.613281250000 0.000000000000 +0.100097656250 0.000000000000 0.000000000000 0.000000000000 +0.067382812500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.261718750000 0.000000000000 0.421875000000 +0.000000000000 0.000000000000 0.000000000000 0.757812500000 +0.000000000000 0.000000000000 0.589843750000 0.000000000000 +0.000000000000 0.162109375000 0.000000000000 0.000000000000 +0.000000000000 0.005676269531 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.503906250000 0.000000000000 0.318359375000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.423828125000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.718750000000 +0.000000000000 0.000000000000 0.683593750000 0.186523437500 +0.349609375000 0.000000000000 0.000000000000 0.000000000000 +0.242187500000 0.033935546875 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.414062500000 0.000000000000 0.478515625000 +0.000000000000 0.000000000000 0.000000000000 0.671875000000 +0.000000000000 0.000000000000 0.687500000000 0.000000000000 +0.000000000000 0.316406250000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.451171875000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.275390625000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.625000000000 +0.000000000000 0.000000000000 0.621093750000 0.343750000000 +0.298828125000 0.000000000000 0.000000000000 0.000000000000 +0.375000000000 0.135742187500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.482421875000 0.000000000000 0.378906250000 +0.000000000000 0.000000000000 0.000000000000 0.656250000000 +0.000000000000 0.000000000000 0.734375000000 0.000000000000 +0.000000000000 0.294921875000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.183593750000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.146484375000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.439453125000 +0.000000000000 0.000000000000 0.511718750000 0.237304687500 +0.104492187500 0.000000000000 0.000000000000 0.000000000000 +0.400390625000 0.123535156250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.194335937500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.515625000000 0.000000000000 0.191406250000 +0.000000000000 0.000000000000 0.000000000000 0.730468750000 +0.000000000000 0.000000000000 0.656250000000 0.000000000000 +0.000000000000 0.281250000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.122070312500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.040527343750 0.000000000000 0.000000000000 +0.000000000000 0.135742187500 0.000000000000 0.259765625000 +0.000000000000 0.000000000000 0.462890625000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.328125000000 0.036376953125 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.527343750000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.458984375000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.871093750000 +0.000000000000 0.000000000000 0.470703125000 0.000000000000 +0.000000000000 0.204101562500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.176757812500 0.000000000000 0.000000000000 +0.287109375000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.028564453125 0.000000000000 0.000000000000 +0.000000000000 0.192382812500 0.000000000000 0.116210937500 +0.000000000000 0.000000000000 0.457031250000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.166015625000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.777343750000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.408203125000 0.000000000000 0.000000000000 +0.047119140625 0.000000000000 0.000000000000 0.996093750000 +0.000000000000 0.000000000000 0.359375000000 0.000000000000 +0.000000000000 0.062988281250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.298828125000 0.000000000000 0.000000000000 +0.277343750000 0.000000000000 0.000000000000 0.000000000000 +0.103515625000 0.159179687500 0.000000000000 0.000000000000 +0.000000000000 0.136718750000 0.000000000000 0.133789062500 +0.000000000000 0.000000000000 0.447265625000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.679687500000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.267578125000 0.000000000000 0.000000000000 +0.118652343750 0.000000000000 0.000000000000 1.046875000000 +0.000000000000 0.000000000000 0.237304687500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.238281250000 0.000000000000 0.000000000000 +0.057373046875 0.000000000000 0.000000000000 0.000000000000 +0.056884765625 0.347656250000 0.000000000000 0.000000000000 +0.152343750000 0.023925781250 0.000000000000 0.187500000000 +0.000000000000 0.000000000000 0.392578125000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.447265625000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.208984375000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.949218750000 +0.000000000000 0.000000000000 0.269531250000 0.000000000000 +0.000000000000 0.018920898438 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000005602837 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.161132812500 +0.000000000000 0.004425048828 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.028808593750 0.412109375000 0.000000000000 0.000000000000 +0.332031250000 0.000000000000 0.000000000000 0.345703125000 +0.000000000000 0.000000000000 0.316406250000 0.025390625000 +0.014160156250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.253906250000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.718750000000 +0.000000000000 0.000000000000 0.375000000000 0.000000000000 +0.000000000000 0.052734375000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.003799438477 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.219726562500 0.000000000000 0.174804687500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.051025390625 0.320312500000 0.000000000000 0.000000000000 +0.427734375000 0.000000000000 0.000000000000 0.507812500000 +0.000000000000 0.000000000000 0.086425781250 0.107421875000 +0.005523681641 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.312500000000 0.000000000000 0.108886718750 +0.000000000000 0.000000000000 0.000000000000 0.503906250000 +0.000000000000 0.000000000000 0.419921875000 0.000000000000 +0.000000000000 0.104492187500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.074218750000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.218750000000 0.060791015625 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.136718750000 0.108398437500 0.000000000000 0.000000000000 +0.416015625000 0.000000000000 0.173828125000 0.582031250000 +0.000000000000 0.000000000000 0.000000000000 0.079101562500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.365234375000 0.000000000000 0.464843750000 +0.000000000000 0.000000000000 0.000000000000 0.277343750000 +0.000000000000 0.000000000000 0.500000000000 0.000000000000 +0.000000000000 0.226562500000 0.003097534180 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.154296875000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.112304687500 0.000000000000 0.000000000000 +0.196289062500 0.000000000000 0.000000000000 0.000000000000 +0.126953125000 0.174804687500 0.265625000000 0.472656250000 +0.000000000000 0.000000000000 0.000000000000 0.104003906250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.157226562500 0.369140625000 0.000000000000 0.480468750000 +0.180664062500 0.000000000000 0.087890625000 0.097656250000 +0.000000000000 0.000000000000 0.609375000000 0.000000000000 +0.000000000000 0.253906250000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.091308593750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.154296875000 0.034179687500 0.000000000000 0.000000000000 +0.088378906250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.365234375000 0.000000000000 0.390625000000 +0.000000000000 0.000000000000 0.000000000000 0.144531250000 +0.000000000000 0.219726562500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.322265625000 0.375000000000 0.000000000000 0.062988281250 +0.109375000000 0.000000000000 0.390625000000 0.086914062500 +0.000000000000 0.000000000000 0.597656250000 0.000000000000 +0.228515625000 0.142578125000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.084960937500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.227539062500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.222656250000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.412109375000 0.000000000000 0.316406250000 +0.000000000000 0.000000000000 0.000000000000 0.081054687500 +0.000000000000 0.242187500000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.131835937500 0.000000000000 0.000000000000 0.000000000000 +0.314453125000 0.458984375000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.550781250000 0.197265625000 +0.022583007812 0.000000000000 0.597656250000 0.000000000000 +0.215820312500 0.123046875000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.090820312500 +0.000000000000 0.000000000000 0.030883789062 0.000000000000 +0.000000000000 0.025146484375 0.000000000000 0.496093750000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.314453125000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.386718750000 0.000000000000 0.228515625000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.257812500000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.166015625000 0.443359375000 0.000000000000 0.000000000000 +0.000000000000 0.296875000000 0.546875000000 0.390625000000 +0.000000000000 0.000000000000 0.640625000000 0.001556396484 +0.046630859375 0.075683593750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.141601562500 +0.000000000000 0.000000000000 0.139648437500 0.000000000000 +0.000000000000 0.156250000000 0.000000000000 0.084960937500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.083496093750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.333984375000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.067382812500 0.558593750000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.018066406250 0.470703125000 0.000000000000 0.000000000000 +0.011840820312 0.380859375000 0.363281250000 0.527343750000 +0.000000000000 0.000000000000 0.660156250000 0.030883789062 +0.040283203125 0.115722656250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.261718750000 +0.000000000000 0.000000000000 0.148437500000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.021972656250 0.000000000000 0.000000000000 +0.053466796875 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.275390625000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.386718750000 0.388671875000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.585937500000 0.000000000000 0.000000000000 +0.149414062500 0.225585937500 0.189453125000 0.539062500000 +0.000000000000 0.000000000000 0.656250000000 0.000000000000 +0.330078125000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.194335937500 +0.000000000000 0.000000000000 0.034179687500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.153320312500 0.000000000000 0.000000000000 +0.125976562500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.070312500000 0.000000000000 0.000000000000 +0.000000000000 0.259765625000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.271484375000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.601562500000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.012878417969 0.460937500000 +0.000000000000 0.000000000000 0.542968750000 0.000000000000 +0.472656250000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.175781250000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.048095703125 0.215820312500 +0.000000000000 0.040527343750 0.000000000000 0.214843750000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.092773437500 0.000000000000 0.000000000000 +0.080566406250 0.271484375000 0.018432617188 0.084960937500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.060058593750 0.562500000000 0.000000000000 0.292968750000 +0.000000000000 0.000000000000 0.000000000000 0.227539062500 +0.000000000000 0.000000000000 0.500000000000 0.000000000000 +0.153320312500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.207031250000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000122070312 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.113769531250 0.000000000000 0.000000000000 +0.219726562500 0.000000000000 0.000000000000 0.000000000000 +0.203125000000 0.300781250000 0.507812500000 0.200195312500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.187500000000 0.589843750000 0.000000000000 0.796875000000 +0.000000000000 0.000000000000 0.000000000000 0.071289062500 +0.000000000000 0.000000000000 0.601562500000 0.000000000000 +0.000000000000 0.000000000000 0.045654296875 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.148437500000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.242187500000 0.128906250000 0.000000000000 0.000000000000 +0.330078125000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.353515625000 0.347656250000 0.216796875000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.005676269531 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.292968750000 0.597656250000 0.000000000000 0.562500000000 +0.550781250000 0.000000000000 0.239257812500 0.030151367188 +0.000000000000 0.000000000000 0.628906250000 0.000000000000 +0.000000000000 0.000000000000 0.109863281250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.269531250000 0.032226562500 0.000000000000 0.000000000000 +0.061767578125 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.341796875000 0.000000000000 0.225585937500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.259765625000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.211914062500 0.000000000000 0.000000000000 0.000000000000 +0.190429687500 0.640625000000 0.000000000000 0.051269531250 +0.021362304688 0.000000000000 0.562500000000 0.194335937500 +0.059326171875 0.000000000000 0.480468750000 0.000000000000 +0.267578125000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.453125000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.476562500000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.189453125000 +0.000000000000 0.462890625000 0.000000000000 0.265625000000 +0.004882812500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.155273437500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.570312500000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.613281250000 0.527343750000 +0.000000000000 0.000000000000 0.355468750000 0.318359375000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.027587890625 +0.000000000000 0.020507812500 0.000000000000 0.203125000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.412109375000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.589843750000 0.000000000000 0.134765625000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.265625000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.359375000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.435546875000 1.015625000000 +0.000000000000 0.000000000000 0.225585937500 0.382812500000 +0.000000000000 0.096191406250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.095214843750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.149414062500 0.000000000000 0.060058593750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.652343750000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.002014160156 +0.000000000000 0.000000000000 0.000000000000 0.871093750000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.113769531250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.219726562500 1.398437500000 +0.000000000000 0.000000000000 0.000000000000 0.044677734375 +0.000000000000 0.127929687500 0.000000000000 0.000000000000 +0.000000000000 0.203125000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.408203125000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.460937500000 0.000000000000 0.000000000000 +0.742187500000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.190429687500 0.000000000000 0.000000000000 +0.000000000000 0.625000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.045166015625 0.867187500000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.091796875000 0.000000000000 0.089355468750 1.609375000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.324218750000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.277343750000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 1.062500000000 0.000000000000 0.000000000000 +0.515625000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.628906250000 0.000000000000 0.000000000000 +0.000000000000 0.535156250000 0.000000000000 0.285156250000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.291015625000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 1.515625000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.257812500000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.056152343750 +0.000000000000 0.828125000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.941406250000 0.000000000000 0.202148437500 +0.000000000000 0.283203125000 0.000000000000 0.746093750000 +0.000000000000 0.000000000000 0.412109375000 0.000000000000 +0.000000000000 0.000000000000 0.249023437500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 1.187500000000 +0.000000000000 0.000000000000 0.118652343750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.640625000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.957031250000 0.000000000000 0.343750000000 +0.000000000000 0.091308593750 0.000000000000 1.125000000000 +0.000000000000 0.000000000000 0.839843750000 0.291015625000 +0.408203125000 0.000000000000 0.474609375000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.216796875000 +0.000000000000 0.000000000000 0.000000000000 0.742187500000 +0.000000000000 0.000000000000 0.589843750000 0.000000000000 +0.165039062500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.921875000000 0.353515625000 0.546875000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.660156250000 0.000000000000 0.061767578125 +0.384765625000 0.000000000000 0.000000000000 1.179687500000 +0.000000000000 0.000000000000 0.863281250000 0.546875000000 +0.687500000000 0.000000000000 0.386718750000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.390625000000 +0.000000000000 0.000000000000 0.000000000000 0.500000000000 +0.000000000000 0.000000000000 0.507812500000 0.000000000000 +0.143554687500 0.414062500000 0.030151367188 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 1.007812500000 0.353515625000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.211914062500 0.213867187500 0.000000000000 0.000000000000 +0.679687500000 0.027587890625 0.294921875000 0.914062500000 +0.000000000000 0.000000000000 0.546875000000 0.396484375000 +0.660156250000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.092773437500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.605468750000 +0.000000000000 0.000000000000 0.000000000000 0.435546875000 +0.000000000000 0.000000000000 0.425781250000 0.000000000000 +0.000000000000 0.683593750000 0.206054687500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.188476562500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.250000000000 0.000000000000 0.000000000000 +0.466796875000 0.000000000000 0.000000000000 0.000000000000 +0.597656250000 0.180664062500 0.375000000000 0.519531250000 +0.000000000000 0.000000000000 0.000000000000 0.118164062500 +0.476562500000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.375000000000 0.000000000000 0.000000000000 +0.041015625000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.057861328125 0.000000000000 0.261718750000 +0.079589843750 0.000000000000 0.000000000000 0.531250000000 +0.000000000000 0.000000000000 0.251953125000 0.000000000000 +0.000000000000 0.609375000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.757812500000 0.180664062500 0.000000000000 0.000000000000 +0.453125000000 0.000000000000 0.000000000000 0.000000000000 +0.102050781250 0.277343750000 0.000000000000 0.265625000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.181640625000 0.000000000000 0.000000000000 +0.192382812500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.049804687500 0.000000000000 0.000000000000 0.000000000000 +0.215820312500 0.000000000000 0.345703125000 0.699218750000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.132812500000 0.291015625000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.312500000000 0.000000000000 0.000000000000 +0.921875000000 0.000000000000 0.148437500000 0.000000000000 +0.419921875000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.318359375000 0.000000000000 0.155273437500 +0.000000000000 0.332031250000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.361328125000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.746093750000 0.847656250000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.118164062500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.003540039062 +0.000000000000 0.210937500000 0.000000000000 0.000000000000 +0.378906250000 0.000000000000 0.228515625000 0.000000000000 +0.302734375000 0.018066406250 0.000000000000 0.000000000000 +0.000000000000 0.332031250000 0.000000000000 0.294921875000 +0.000000000000 0.402343750000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.318359375000 +0.092285156250 0.000000000000 0.000000000000 0.000000000000 +0.353515625000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.049804687500 0.832031250000 0.914062500000 +0.000000000000 0.000000000000 0.075195312500 0.000000000000 +0.000000000000 0.007263183594 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.196289062500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.386718750000 0.000000000000 0.000000000000 +0.000000000000 0.191406250000 0.000000000000 0.421875000000 +0.000000000000 0.202148437500 0.000000000000 0.000000000000 +0.013244628906 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.218750000000 0.632812500000 +0.220703125000 0.000000000000 0.000000000000 0.000000000000 +0.341796875000 0.000000000000 0.000000000000 0.000000000000 +0.026367187500 0.449218750000 0.652343750000 0.742187500000 +0.032226562500 0.000000000000 0.312500000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.246093750000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.267578125000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.617187500000 0.000000000000 0.187500000000 +0.000000000000 0.070312500000 0.000000000000 0.490234375000 +0.000000000000 0.122558593750 0.000000000000 0.217773437500 +0.196289062500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.453125000000 0.255859375000 +0.316406250000 0.000000000000 0.000000000000 0.000000000000 +0.200195312500 0.255859375000 0.000000000000 0.000000000000 +0.000000000000 0.431640625000 0.441406250000 0.333984375000 +0.441406250000 0.042968750000 0.515625000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.232421875000 +0.000000000000 0.107910156250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.310546875000 0.000000000000 +0.000000000000 0.257812500000 0.667968750000 0.574218750000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.562500000000 0.000000000000 0.312500000000 +0.000000000000 0.000000000000 0.000000000000 0.597656250000 +0.000000000000 0.000000000000 0.000000000000 0.375000000000 +0.052001953125 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.231445312500 0.000000000000 +0.000000000000 0.000000000000 0.094238281250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.102539062500 0.343750000000 0.000000000000 0.000000000000 +0.000000000000 0.435546875000 0.105957031250 0.000000000000 +0.398437500000 0.000000000000 0.453125000000 0.000000000000 +0.308593750000 0.000000000000 0.000000000000 0.486328125000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.345703125000 0.000000000000 +0.000000000000 0.482421875000 1.007812500000 0.231445312500 +0.179687500000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.198242187500 0.000000000000 0.273437500000 +0.000000000000 0.171875000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.151367187500 0.486328125000 +0.052978515625 0.000000000000 0.000000000000 0.177734375000 +0.027221679688 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.503906250000 0.000000000000 +0.000000000000 0.110351562500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.093261718750 +0.013427734375 0.328125000000 0.000000000000 0.080078125000 +0.000000000000 0.367187500000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.275390625000 0.000000000000 +0.058349609375 0.000000000000 0.250000000000 0.542968750000 +0.000000000000 0.000000000000 0.000000000000 0.035156250000 +0.000000000000 0.000000000000 0.314453125000 0.000000000000 +0.000000000000 0.000000000000 0.777343750000 0.000000000000 +0.267578125000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.511718750000 0.000000000000 0.000000000000 +0.191406250000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.796875000000 0.243164062500 +0.000000000000 0.000000000000 0.000000000000 0.040527343750 +0.132812500000 0.341796875000 0.000000000000 0.088378906250 +0.000000000000 0.000000000000 0.184570312500 0.000000000000 +0.000000000000 0.248046875000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.632812500000 +0.047851562500 0.244140625000 0.000000000000 0.062988281250 +0.271484375000 0.012451171875 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.196289062500 0.000000000000 +0.000000000000 0.000000000000 0.369140625000 0.240234375000 +0.222656250000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.069335937500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.796875000000 0.398437500000 0.000000000000 0.000000000000 +0.419921875000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.894531250000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.005554199219 0.421875000000 0.000000000000 0.182617187500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.249023437500 0.000000000000 0.000000000000 +0.000000000000 0.010009765625 0.000000000000 0.675781250000 +0.165039062500 0.174804687500 0.328125000000 0.013366699219 +1.406250000000 0.000000000000 0.207031250000 0.000000000000 +0.000000000000 0.046630859375 0.318359375000 0.000000000000 +0.000000000000 0.000000000000 0.376953125000 0.000000000000 +0.167968750000 0.000000000000 0.466796875000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.192382812500 0.000000000000 0.000000000000 +0.507812500000 0.206054687500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.380859375000 +0.000000000000 0.000000000000 0.000000000000 0.087890625000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.394531250000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.154296875000 0.000000000000 0.163085937500 +0.119628906250 0.271484375000 0.449218750000 0.000000000000 +0.202148437500 0.000000000000 0.582031250000 0.000000000000 +0.000000000000 0.132812500000 0.265625000000 0.000000000000 +0.824218750000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 1.210937500000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.125000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 1.140625000000 +0.000000000000 0.000000000000 0.000000000000 0.128906250000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.211914062500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.361328125000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.695312500000 0.072753906250 +0.000000000000 0.000000000000 0.169921875000 0.099121093750 +0.359375000000 0.226562500000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.001983642578 0.000000000000 0.523437500000 +0.000000000000 0.917968750000 0.000000000000 0.878906250000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.031982421875 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.431640625000 +0.000000000000 0.000000000000 0.000000000000 0.265625000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.261718750000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.503906250000 0.796875000000 +0.000000000000 0.000000000000 0.223632812500 0.229492187500 +0.000000000000 0.515625000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.792968750000 +0.220703125000 0.484375000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.333984375000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.080566406250 +0.000000000000 0.000000000000 0.052001953125 0.925781250000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.237304687500 1.523437500000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.539062500000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.304687500000 +0.656250000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.239257812500 0.000000000000 0.000000000000 +0.921875000000 0.000000000000 0.000000000000 0.000000000000 +0.082519531250 0.000000000000 0.041259765625 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.009338378906 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.351562500000 0.882812500000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.236328125000 0.000000000000 0.072753906250 2.093750000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.035400390625 0.289062500000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.439453125000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 1.468750000000 0.000000000000 0.000000000000 +1.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.474609375000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.013916015625 +0.000000000000 0.086914062500 0.210937500000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.082031250000 0.116699218750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 2.265625000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.076660156250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 1.390625000000 0.000000000000 0.000000000000 +0.021362304688 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 1.117187500000 0.000000000000 0.296875000000 +0.000000000000 0.000000000000 0.000000000000 0.691406250000 +0.000000000000 0.425781250000 0.427734375000 0.000000000000 +0.057617187500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.320312500000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 1.882812500000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.104003906250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.546875000000 +0.050292968750 0.376953125000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 1.421875000000 0.000000000000 0.523437500000 +0.000000000000 0.000000000000 0.000000000000 1.460937500000 +0.000000000000 0.320312500000 0.539062500000 0.000000000000 +0.742187500000 0.000000000000 0.378906250000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.820312500000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.060546875000 +0.000000000000 0.000000000000 0.000000000000 1.132812500000 +0.000000000000 0.000000000000 0.048095703125 0.000000000000 +0.000000000000 0.124023437500 0.000000000000 0.000000000000 +0.000000000000 0.496093750000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.466796875000 0.000000000000 0.542968750000 +0.052734375000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 1.281250000000 0.000000000000 0.161132812500 +0.000000000000 0.000000000000 0.000000000000 1.734375000000 +0.000000000000 0.054931640625 0.558593750000 0.617187500000 +1.179687500000 0.000000000000 0.531250000000 0.000000000000 +0.015991210938 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.632812500000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.051513671875 +0.000000000000 0.000000000000 0.000000000000 0.453125000000 +0.000000000000 0.000000000000 0.257812500000 0.000000000000 +0.000000000000 0.437500000000 0.000000000000 0.000000000000 +0.000000000000 0.785156250000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.111816406250 0.000000000000 +0.000000000000 0.792968750000 0.523437500000 0.148437500000 +0.004760742188 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.859375000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 1.539062500000 +0.166015625000 0.000000000000 0.470703125000 0.851562500000 +0.996093750000 0.000000000000 0.523437500000 0.000000000000 +0.375000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.357421875000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.402343750000 0.000000000000 +0.000000000000 0.734375000000 0.000000000000 0.000000000000 +0.000000000000 0.679687500000 0.000000000000 0.000000000000 +0.441406250000 0.000000000000 0.123535156250 0.000000000000 +0.000000000000 0.425781250000 0.554687500000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.296875000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.964843750000 +0.609375000000 0.000000000000 0.435546875000 0.886718750000 +0.609375000000 0.000000000000 0.265625000000 0.000000000000 +0.527343750000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.683593750000 0.000000000000 0.150390625000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.081054687500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.437500000000 0.000000000000 +0.000000000000 0.714843750000 0.000000000000 0.000000000000 +0.359375000000 0.198242187500 0.000000000000 0.124023437500 +0.519531250000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.161132812500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.047363281250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.341796875000 +0.347656250000 0.000000000000 0.417968750000 0.718750000000 +0.213867187500 0.000000000000 0.000000000000 0.000000000000 +0.539062500000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.726562500000 0.000000000000 0.318359375000 +0.000000000000 0.068359375000 0.000000000000 0.000000000000 +0.000000000000 0.173828125000 0.243164062500 0.000000000000 +0.158203125000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.217773437500 0.000000000000 +0.353515625000 0.376953125000 0.000000000000 0.000000000000 +0.664062500000 0.000000000000 0.000000000000 0.181640625000 +0.219726562500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.308593750000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.371093750000 0.322265625000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.188476562500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.550781250000 0.000000000000 0.114257812500 +0.000000000000 0.261718750000 0.000000000000 0.072753906250 +0.000000000000 0.261718750000 0.287109375000 0.000000000000 +0.044677734375 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.186523437500 0.140625000000 0.000000000000 +0.408203125000 0.125976562500 0.000000000000 0.000000000000 +0.644531250000 0.000000000000 0.000000000000 0.294921875000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.248046875000 +0.000000000000 0.073242187500 0.000000000000 0.000000000000 +0.001274108887 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.008972167969 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.292968750000 0.085937500000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.234375000000 0.216796875000 0.000000000000 0.000000000000 +0.000000000000 0.267578125000 0.000000000000 0.111816406250 +0.000000000000 0.376953125000 0.257812500000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.531250000000 0.285156250000 0.000000000000 +0.000000000000 0.087890625000 0.000000000000 0.000000000000 +0.330078125000 0.000000000000 0.155273437500 0.202148437500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.049072265625 0.000000000000 0.478515625000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.150390625000 0.072265625000 +0.084472656250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.235351562500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.230468750000 0.000000000000 0.000000000000 +0.000000000000 0.496093750000 0.240234375000 0.000000000000 +0.000000000000 0.000000000000 0.008972167969 0.000000000000 +0.000000000000 0.625000000000 0.527343750000 0.000000000000 +0.000000000000 0.139648437500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.281250000000 0.008850097656 +0.000000000000 0.000000000000 0.000000000000 0.066406250000 +0.000000000000 0.375000000000 0.000000000000 0.519531250000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.051269531250 0.116210937500 +0.126953125000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.034179687500 0.000000000000 +0.000000000000 0.094238281250 0.000000000000 0.000000000000 +0.000000000000 0.558593750000 0.127929687500 0.000000000000 +0.000000000000 0.000000000000 0.154296875000 0.000000000000 +0.000000000000 0.500000000000 0.738281250000 0.086914062500 +0.000000000000 0.244140625000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.077148437500 0.000000000000 +0.000000000000 0.238281250000 0.000000000000 0.261718750000 +0.000000000000 0.589843750000 0.000000000000 0.394531250000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.065429687500 +0.023071289062 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.165039062500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.034667968750 0.076660156250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.605468750000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.101562500000 0.000000000000 +0.000000000000 0.175781250000 0.785156250000 0.273437500000 +0.000000000000 0.173828125000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.202148437500 0.000000000000 0.292968750000 +0.000000000000 0.490234375000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.490234375000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.194335937500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.300781250000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.550781250000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.185546875000 +0.000000000000 0.000000000000 0.695312500000 0.265625000000 +0.000000000000 0.062988281250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.186523437500 0.000000000000 0.101074218750 +0.261718750000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.335937500000 0.000000000000 +0.179687500000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.010131835938 +0.000000000000 0.000000000000 0.000000000000 0.443359375000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.503906250000 0.000000000000 0.000000000000 +0.095703125000 0.000000000000 0.000000000000 0.396484375000 +0.000000000000 0.000000000000 0.527343750000 0.047607421875 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.051025390625 +0.000000000000 0.041259765625 0.000000000000 0.000000000000 +0.312500000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.519531250000 0.000000000000 0.000000000000 +0.490234375000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.008972167969 +0.000000000000 0.000000000000 0.069335937500 0.601562500000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.388671875000 0.000000000000 0.000000000000 +0.449218750000 0.000000000000 0.000000000000 0.515625000000 +0.000000000000 0.000000000000 0.367187500000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.119140625000 0.000000000000 0.100097656250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.234375000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.816406250000 0.000000000000 0.000000000000 +0.355468750000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.054199218750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.025024414062 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.009460449219 0.298828125000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.402343750000 0.000000000000 0.000000000000 +0.259765625000 0.000000000000 0.000000000000 0.425781250000 +0.000000000000 0.000000000000 0.464843750000 0.000000000000 +0.022094726562 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.028686523438 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.371093750000 +0.000000000000 0.406250000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.231445312500 0.000000000000 0.353515625000 +0.130859375000 0.021972656250 0.000000000000 0.002563476562 +0.000000000000 0.000000000000 0.222656250000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.441406250000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.231445312500 +0.000000000000 0.000000000000 0.679687500000 0.000000000000 +0.098632812500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.003448486328 +0.046630859375 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.414062500000 0.216796875000 0.574218750000 +0.119140625000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.130859375000 0.000000000000 0.306640625000 +0.378906250000 0.000000000000 0.000000000000 0.218750000000 +0.000000000000 0.000000000000 0.263671875000 0.003829956055 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.007202148438 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.464843750000 0.000000000000 0.195312500000 +0.000000000000 0.000000000000 0.000000000000 0.080078125000 +0.000000000000 0.000000000000 0.687500000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.015014648438 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.628906250000 0.365234375000 0.068847656250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.001281738281 0.000000000000 0.000000000000 +0.003692626953 0.000000000000 0.000000000000 0.000000000000 +0.609375000000 0.000000000000 0.207031250000 0.213867187500 +0.000000000000 0.000000000000 0.114257812500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.077636718750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.035888671875 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.474609375000 0.000000000000 0.318359375000 +0.000000000000 0.000000000000 0.000000000000 0.012878417969 +0.000000000000 0.000000000000 0.468750000000 0.000000000000 +0.000000000000 0.100585937500 0.106445312500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.046142578125 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.114257812500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.060058593750 0.000000000000 +0.014587402344 0.296875000000 0.000000000000 0.000000000000 +0.289062500000 0.000000000000 0.000000000000 0.000000000000 +0.578125000000 0.028442382812 0.458984375000 0.108886718750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.398437500000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.414062500000 0.000000000000 0.137695312500 +0.000000000000 0.000000000000 0.000000000000 0.140625000000 +0.000000000000 0.000000000000 0.157226562500 0.000000000000 +0.038574218750 0.161132812500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.099121093750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.079101562500 0.000000000000 0.000000000000 +0.687500000000 0.318359375000 0.000000000000 0.000000000000 +0.453125000000 0.000000000000 0.000000000000 0.000000000000 +0.232421875000 0.174804687500 0.394531250000 0.077636718750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.388671875000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.289062500000 0.160156250000 0.000000000000 0.000000000000 +0.143554687500 0.000000000000 0.332031250000 0.246093750000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.033203125000 0.075683593750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.464843750000 0.000000000000 0.000000000000 +0.914062500000 0.056640625000 0.000000000000 0.000000000000 +0.566406250000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.210937500000 0.000000000000 0.158203125000 +0.000000000000 0.217773437500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.071777343750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.582031250000 0.000000000000 0.000000000000 0.000000000000 +0.168945312500 0.000000000000 0.792968750000 0.347656250000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.318359375000 0.000000000000 0.000000000000 +0.455078125000 0.000000000000 0.000000000000 0.000000000000 +0.410156250000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.132812500000 0.000000000000 0.417968750000 +0.000000000000 0.382812500000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.095214843750 0.000000000000 0.000000000000 0.000000000000 +0.617187500000 0.000000000000 0.000000000000 0.000000000000 +0.051757812500 0.000000000000 1.085937500000 0.361328125000 +0.000000000000 0.000000000000 0.190429687500 0.000000000000 +0.000000000000 0.022705078125 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.515625000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.079589843750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.249023437500 +0.000000000000 0.050781250000 0.000000000000 0.699218750000 +0.000000000000 0.343750000000 0.000000000000 0.000000000000 +0.029296875000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.597656250000 0.000000000000 0.000000000000 0.000000000000 +0.384765625000 0.096191406250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 1.132812500000 0.326171875000 +0.478515625000 0.048095703125 0.443359375000 0.353515625000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.351562500000 0.000000000000 +0.000000000000 0.077636718750 0.000000000000 0.632812500000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.180664062500 0.000000000000 +0.000000000000 0.076171875000 0.000000000000 0.156250000000 +0.000000000000 0.066406250000 0.000000000000 0.773437500000 +0.123046875000 0.030639648438 0.000000000000 0.000000000000 +0.133789062500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.109863281250 +0.296875000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.206054687500 0.000000000000 0.000000000000 +0.000000000000 0.082519531250 0.906250000000 0.449218750000 +0.490234375000 0.000000000000 0.660156250000 0.515625000000 +0.000000000000 0.065429687500 0.000000000000 0.000000000000 +0.000000000000 0.095703125000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.578125000000 0.000000000000 +0.000000000000 0.281250000000 0.000000000000 0.035888671875 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.100585937500 0.000000000000 0.000000000000 +0.000000000000 0.265625000000 0.000000000000 0.613281250000 +0.519531250000 0.000000000000 0.000000000000 0.025634765625 +0.014587402344 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.031127929688 +0.000000000000 0.000000000000 0.000000000000 0.332031250000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.277343750000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.585937500000 0.691406250000 +0.050292968750 0.000000000000 0.699218750000 0.398437500000 +0.000000000000 0.253906250000 0.000000000000 0.000000000000 +0.000000000000 0.273437500000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.527343750000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.632812500000 0.000000000000 0.267578125000 +0.191406250000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.241210937500 +0.000000000000 0.000000000000 0.000000000000 0.312500000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.332031250000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.294921875000 0.937500000000 +0.000000000000 0.000000000000 0.542968750000 0.000000000000 +0.000000000000 0.285156250000 0.000000000000 0.000000000000 +0.000000000000 0.063964843750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.314453125000 0.000000000000 +0.279296875000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.008422851562 0.000000000000 0.000000000000 +0.289062500000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.049072265625 0.000000000000 0.000000000000 +0.000000000000 0.863281250000 0.000000000000 0.097167968750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.070312500000 +0.000000000000 0.000000000000 0.000000000000 0.209960937500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.245117187500 0.000000000000 0.000000000000 +0.082519531250 0.000000000000 0.101074218750 1.164062500000 +0.000000000000 0.000000000000 0.207031250000 0.000000000000 +0.353515625000 0.052246093750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.187500000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.683593750000 0.000000000000 0.000000000000 +0.388671875000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.188476562500 0.000000000000 0.000000000000 +0.000000000000 0.851562500000 0.000000000000 0.105468750000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.111328125000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 1.429687500000 +0.000000000000 0.000000000000 0.017333984375 0.000000000000 +0.601562500000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.757812500000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.046630859375 0.390625000000 0.000000000000 0.000000000000 +0.000000000000 0.664062500000 0.000000000000 0.294921875000 +0.000000000000 0.000000000000 0.558593750000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 1.609375000000 +0.000000000000 0.000000000000 0.025390625000 0.000000000000 +0.445312500000 0.029174804688 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.124511718750 +0.000000000000 0.396484375000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.414062500000 0.519531250000 0.000000000000 0.000000000000 +0.000000000000 0.382812500000 0.000000000000 0.539062500000 +0.000000000000 0.000000000000 0.832031250000 0.000000000000 +0.261718750000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 1.671875000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.330078125000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.049316406250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.589843750000 0.593750000000 0.000000000000 0.000000000000 +0.000000000000 0.109863281250 0.000000000000 0.644531250000 +0.000000000000 0.000000000000 0.789062500000 0.000000000000 +0.648437500000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.020629882812 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 1.593750000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.589843750000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.515625000000 0.652343750000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.753906250000 +0.000000000000 0.000000000000 0.519531250000 0.067871093750 +0.789062500000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.174804687500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 1.335937500000 +0.000000000000 0.000000000000 0.009155273438 0.000000000000 +0.000000000000 0.601562500000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.174804687500 0.750000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.808593750000 +0.000000000000 0.138671875000 0.228515625000 0.369140625000 +0.761718750000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.166992187500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.777343750000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.937500000000 +0.000000000000 0.000000000000 0.199218750000 0.000000000000 +0.000000000000 0.423828125000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.160156250000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.851562500000 0.000000000000 0.091796875000 +0.000000000000 0.000000000000 0.000000000000 0.972656250000 +0.000000000000 0.187500000000 0.000000000000 0.605468750000 +0.589843750000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.006988525391 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.036132812500 +1.015625000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.108886718750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.507812500000 +0.000000000000 0.000000000000 0.345703125000 0.000000000000 +0.000000000000 0.224609375000 0.000000000000 0.000000000000 +0.000000000000 0.484375000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.156250000000 0.000000000000 +0.000000000000 0.298828125000 0.248046875000 0.337890625000 +0.107421875000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.683593750000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.976562500000 +0.369140625000 0.000000000000 0.000000000000 0.511718750000 +0.416015625000 0.000000000000 0.107421875000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.035156250000 0.000000000000 0.208984375000 +0.416015625000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.099609375000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.095214843750 +0.000000000000 0.000000000000 0.347656250000 0.000000000000 +0.000000000000 0.124023437500 0.000000000000 0.138671875000 +0.000000000000 0.828125000000 0.000000000000 0.038818359375 +0.000000000000 0.000000000000 0.457031250000 0.000000000000 +0.000000000000 0.267578125000 0.453125000000 0.000000000000 +0.161132812500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.333984375000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.683593750000 +0.769531250000 0.000000000000 0.000000000000 0.419921875000 +0.115722656250 0.000000000000 0.115234375000 0.000000000000 +0.148437500000 0.000000000000 0.185546875000 0.000000000000 +0.000000000000 0.427734375000 0.000000000000 0.613281250000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.166992187500 0.000000000000 0.000000000000 +0.000000000000 0.105957031250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.554687500000 0.000000000000 +0.000000000000 0.084960937500 0.000000000000 0.228515625000 +0.000000000000 0.660156250000 0.000000000000 0.132812500000 +0.423828125000 0.000000000000 0.330078125000 0.000000000000 +0.000000000000 0.000000000000 0.265625000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.020141601562 0.000000000000 0.000000000000 +0.000000000000 0.043945312500 0.000000000000 0.229492187500 +0.656250000000 0.000000000000 0.000000000000 0.500000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.212890625000 0.000000000000 0.375000000000 0.000000000000 +0.000000000000 0.515625000000 0.000000000000 0.707031250000 +0.000000000000 0.000000000000 0.000000000000 0.043945312500 +0.000000000000 0.234375000000 0.000000000000 0.000000000000 +0.804687500000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.613281250000 0.000000000000 +0.367187500000 0.000000000000 0.173828125000 0.000000000000 +0.133789062500 0.000000000000 0.000000000000 0.069335937500 +0.566406250000 0.000000000000 0.012023925781 0.000000000000 +0.000000000000 0.000000000000 0.011474609375 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.137695312500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.115234375000 0.000000000000 0.116210937500 0.345703125000 +0.000000000000 0.163085937500 0.000000000000 0.000000000000 +0.046142578125 0.000000000000 0.337890625000 0.000000000000 +0.000000000000 0.394531250000 0.000000000000 0.042480468750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.300781250000 0.000000000000 0.000000000000 +0.382812500000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.435546875000 0.000000000000 +1.171875000000 0.000000000000 0.000000000000 0.000000000000 +0.298828125000 0.000000000000 0.000000000000 0.000000000000 +0.137695312500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.382812500000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.474609375000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.292968750000 0.000000000000 +0.000000000000 0.066406250000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.335937500000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.120117187500 0.100097656250 0.000000000000 +0.890625000000 0.077148437500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.001075744629 +0.000000000000 0.000000000000 0.000000000000 0.231445312500 +0.000000000000 0.474609375000 0.000000000000 0.447265625000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.094726562500 0.000000000000 0.000000000000 0.000000000000 +0.114257812500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.149414062500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.373046875000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.253906250000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.020507812500 0.078125000000 0.000000000000 +0.000000000000 0.322265625000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.053955078125 +0.000000000000 0.000000000000 0.000000000000 0.511718750000 +0.000000000000 0.173828125000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.500000000000 0.000000000000 0.000000000000 0.000000000000 +0.166015625000 0.000000000000 0.024169921875 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.373046875000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.173828125000 0.000000000000 0.000000000000 +0.439453125000 0.000000000000 0.167968750000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.139648437500 0.000000000000 0.000000000000 +0.640625000000 0.000000000000 0.125976562500 0.000000000000 +0.000000000000 0.000000000000 0.193359375000 0.000000000000 +0.000000000000 0.373046875000 0.308593750000 0.000000000000 +0.000000000000 0.000000000000 0.291015625000 0.101562500000 +0.000000000000 0.000000000000 0.000000000000 0.232421875000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.111328125000 0.000000000000 0.000000000000 +0.554687500000 0.000000000000 0.000000000000 0.000000000000 +0.333984375000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.205078125000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.164062500000 0.000000000000 0.000000000000 +0.166015625000 0.000000000000 0.609375000000 0.000000000000 +0.154296875000 0.000000000000 0.000000000000 0.000000000000 +0.263671875000 0.269531250000 0.000000000000 0.000000000000 +0.910156250000 0.000000000000 0.404296875000 0.000000000000 +0.000000000000 0.000000000000 0.146484375000 0.208007812500 +0.000000000000 0.134765625000 0.363281250000 0.000000000000 +0.000000000000 0.000000000000 0.326171875000 0.000000000000 +0.000000000000 0.227539062500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.015625000000 0.000000000000 0.000000000000 +0.121093750000 0.000000000000 0.171875000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.687500000000 +0.000000000000 0.000000000000 0.000000000000 0.020141601562 +0.000000000000 0.441406250000 0.000000000000 0.000000000000 +0.000000000000 0.116699218750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.139648437500 0.000000000000 +0.968750000000 0.000000000000 0.000000000000 0.000000000000 +0.187500000000 0.339843750000 0.000000000000 0.000000000000 +0.000000000000 0.054199218750 0.429687500000 0.000000000000 +0.437500000000 0.000000000000 0.005950927734 0.562500000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.085937500000 0.000000000000 0.000000000000 +0.000000000000 0.535156250000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.781250000000 +0.000000000000 0.000000000000 0.000000000000 0.212890625000 +0.000000000000 0.000000000000 0.300781250000 0.808593750000 +0.000000000000 0.000000000000 0.000000000000 0.921875000000 +0.000000000000 0.000000000000 0.000000000000 0.398437500000 +0.660156250000 0.222656250000 0.000000000000 0.000000000000 +0.000000000000 0.136718750000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.013305664062 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.408203125000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.082031250000 0.259765625000 0.000000000000 +0.000000000000 0.625000000000 0.142578125000 0.000000000000 +0.601562500000 0.000000000000 0.056396484375 0.466796875000 +0.000000000000 0.000000000000 0.000000000000 0.392578125000 +0.000000000000 0.601562500000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.277343750000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.304687500000 0.000000000000 0.000000000000 0.511718750000 +0.000000000000 0.000000000000 0.000000000000 0.242187500000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.304687500000 +0.992187500000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.175781250000 0.468750000000 +0.000000000000 0.000000000000 0.000000000000 0.757812500000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.542968750000 0.000000000000 +0.000000000000 0.722656250000 0.000000000000 0.000000000000 +0.332031250000 0.000000000000 0.425781250000 0.062255859375 +0.000000000000 0.000000000000 0.000000000000 0.121093750000 +0.000000000000 0.353515625000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.386718750000 0.000000000000 +0.210937500000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.237304687500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.016113281250 0.000000000000 0.000000000000 +0.789062500000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.527343750000 0.695312500000 +0.000000000000 0.000000000000 0.000000000000 0.660156250000 +0.000000000000 0.000000000000 0.000000000000 0.347656250000 +0.000000000000 0.000736236572 0.386718750000 0.000000000000 +1.210937500000 0.198242187500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.363281250000 0.000000000000 +0.113769531250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.231445312500 0.000000000000 0.000000000000 0.000000000000 +0.220703125000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.613281250000 0.000000000000 0.000000000000 +0.310546875000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.129882812500 0.000000000000 0.000000000000 +0.173828125000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.617187500000 0.562500000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.029541015625 0.000000000000 0.000000000000 +0.773437500000 0.000000000000 0.000000000000 0.020751953125 +0.000000000000 0.000000000000 0.226562500000 0.000000000000 +1.281250000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.296875000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.546875000000 +0.000000000000 0.550781250000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.241210937500 0.000000000000 0.960937500000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.523437500000 0.000000000000 +0.000000000000 0.000000000000 0.127929687500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.053466796875 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.259765625000 +0.000000000000 0.000000000000 0.141601562500 0.000000000000 +0.906250000000 0.048583984375 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.024780273438 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.593750000000 0.000000000000 1.062500000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.083496093750 0.213867187500 0.033203125000 0.550781250000 +0.225585937500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.777343750000 0.000000000000 +0.004608154297 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.055908203125 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.357421875000 +0.000000000000 0.076171875000 0.243164062500 0.000000000000 +0.000000000000 0.341796875000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.221679687500 +0.000000000000 0.855468750000 0.000000000000 0.017578125000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.361328125000 0.027099609375 0.072265625000 0.000000000000 +0.628906250000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.357421875000 0.000000000000 +0.460937500000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.167968750000 0.000000000000 0.158203125000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.064941406250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.435546875000 +0.000000000000 0.000000000000 0.224609375000 0.000000000000 +0.000000000000 0.443359375000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.271484375000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.186523437500 0.000000000000 0.000000000000 0.000000000000 +0.373046875000 0.000000000000 0.000000000000 0.000000000000 +0.765625000000 0.000000000000 0.025512695312 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.245117187500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.468750000000 0.000000000000 0.392578125000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.156250000000 0.000000000000 0.000000000000 +0.029663085938 0.000000000000 0.000000000000 0.423828125000 +0.000000000000 0.000000000000 0.057128906250 0.000000000000 +0.000000000000 0.273437500000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.609375000000 0.000000000000 0.000000000000 0.000000000000 +0.124511718750 0.000000000000 0.000000000000 0.000000000000 +0.474609375000 0.000000000000 0.000000000000 0.050537109375 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.378906250000 0.000000000000 0.012329101562 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.261718750000 0.137695312500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.341796875000 0.369140625000 +0.000000000000 0.000000000000 0.164062500000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.171875000000 0.000000000000 0.000000000000 +0.322265625000 0.000000000000 0.000000000000 0.000000000000 +0.131835937500 0.000000000000 0.000000000000 0.208984375000 +0.000000000000 0.000000000000 0.000000000000 0.416015625000 +0.000000000000 0.188476562500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.466796875000 0.125976562500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.695312500000 0.310546875000 +0.000000000000 0.000000000000 0.378906250000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.163085937500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.164062500000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.241210937500 0.000000000000 0.695312500000 +0.000000000000 0.064453125000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.562500000000 0.229492187500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.957031250000 0.240234375000 +0.000000000000 0.129882812500 0.460937500000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.185546875000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.166992187500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.390625000000 0.000000000000 0.667968750000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.566406250000 0.302734375000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 1.078125000000 0.296875000000 +0.000000000000 0.172851562500 0.390625000000 0.000000000000 +0.289062500000 0.050048828125 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.001808166504 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.224609375000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.367187500000 0.000000000000 0.498046875000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.550781250000 0.292968750000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 1.101562500000 0.412109375000 +0.000000000000 0.251953125000 0.138671875000 0.000000000000 +0.306640625000 0.178710937500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.042724609375 0.000000000000 0.000000000000 0.000000000000 +0.421875000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.267578125000 0.000000000000 0.253906250000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.093750000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.308593750000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.574218750000 0.306640625000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 1.078125000000 0.458984375000 +0.000000000000 0.421875000000 0.038330078125 0.000000000000 +0.040283203125 0.144531250000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.128906250000 0.000000000000 0.000000000000 0.000000000000 +0.416015625000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.077636718750 0.000000000000 0.218750000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.061523437500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.539062500000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.671875000000 0.484375000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 1.070312500000 0.306640625000 +0.000000000000 0.632812500000 0.164062500000 0.000000000000 +0.000000000000 0.103027343750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.052734375000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.125000000000 +0.000000000000 0.000000000000 0.000000000000 0.384765625000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.162109375000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.326171875000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.012634277344 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.429687500000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.691406250000 0.625000000000 0.000000000000 0.000000000000 +0.000000000000 0.240234375000 0.996093750000 0.000000000000 +0.176757812500 0.847656250000 0.244140625000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.229492187500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.332031250000 0.000000000000 +0.000000000000 0.016479492188 0.000000000000 0.271484375000 +0.000000000000 0.000000000000 0.000000000000 0.769531250000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.466796875000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.020629882812 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.214843750000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.621093750000 0.691406250000 0.000000000000 0.000000000000 +0.000000000000 0.562500000000 0.875000000000 0.000000000000 +0.000000000000 0.859375000000 0.259765625000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.417968750000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.449218750000 0.000000000000 +0.000000000000 0.000000000000 0.072753906250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.871093750000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.136718750000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.083984375000 0.412109375000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.004669189453 0.298828125000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.068359375000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.349609375000 +0.515625000000 0.613281250000 0.148437500000 0.000000000000 +0.000000000000 0.593750000000 0.800781250000 0.000000000000 +0.000000000000 0.746093750000 0.180664062500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.314453125000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.343750000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.656250000000 +0.039062500000 0.000000000000 0.000000000000 0.000000000000 +0.380859375000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.365234375000 0.255859375000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.236328125000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.033691406250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.597656250000 +0.447265625000 0.488281250000 0.285156250000 0.000000000000 +0.000000000000 0.083007812500 0.898437500000 0.000000000000 +0.000000000000 0.648437500000 0.000000000000 0.000000000000 +0.292968750000 0.021728515625 0.000000000000 0.052978515625 +0.156250000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.062500000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.333984375000 +0.396484375000 0.000000000000 0.000000000000 0.000000000000 +0.511718750000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.292968750000 0.202148437500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000417709351 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.507812500000 +0.386718750000 0.281250000000 0.285156250000 0.000000000000 +0.000000000000 0.000000000000 1.093750000000 0.000000000000 +0.000000000000 0.726562500000 0.000000000000 0.000000000000 +0.597656250000 0.017456054688 0.000000000000 0.000000000000 +0.333984375000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.057373046875 +0.238281250000 0.000000000000 0.000000000000 0.000000000000 +0.396484375000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.121093750000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.014953613281 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.308593750000 +0.320312500000 0.253906250000 0.208007812500 0.000000000000 +0.000000000000 0.000000000000 1.250000000000 0.000000000000 +0.000000000000 0.863281250000 0.000000000000 0.000000000000 +0.306640625000 0.132812500000 0.000000000000 0.000000000000 +0.390625000000 0.000000000000 0.018798828125 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.010681152344 0.000000000000 0.300781250000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.333984375000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.100585937500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.341796875000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.292968750000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.021606445312 +0.273437500000 0.310546875000 0.109863281250 0.000000000000 +0.000000000000 0.000000000000 1.250000000000 0.000000000000 +0.000000000000 0.980468750000 0.146484375000 0.000000000000 +0.000000000000 0.330078125000 0.000000000000 0.000000000000 +0.332031250000 0.000000000000 0.170898437500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.447265625000 0.000000000000 0.306640625000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.164062500000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.070800781250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.535156250000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.609375000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.205078125000 0.361328125000 0.022216796875 0.000000000000 +0.000000000000 0.000000000000 1.140625000000 0.000000000000 +0.000000000000 1.000000000000 0.427734375000 0.000000000000 +0.000000000000 0.394531250000 0.000000000000 0.000000000000 +0.159179687500 0.000000000000 0.154296875000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.605468750000 0.000000000000 0.224609375000 +0.014160156250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.103515625000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.062988281250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.429687500000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.757812500000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.125000000000 0.361328125000 0.000000000000 0.000000000000 +0.000000000000 0.010437011719 0.875000000000 0.000000000000 +0.040771484375 0.964843750000 0.601562500000 0.000000000000 +0.000000000000 0.318359375000 0.000000000000 0.000000000000 +0.051513671875 0.000000000000 0.050292968750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.531250000000 0.000000000000 0.073242187500 +0.197265625000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.008178710938 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.041992187500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.162109375000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.714843750000 0.000000000000 +0.000000000000 0.000000000000 0.023193359375 0.000000000000 +0.076171875000 0.453125000000 0.000000000000 0.000000000000 +0.000000000000 0.300781250000 0.625000000000 0.000000000000 +0.047607421875 0.863281250000 0.789062500000 0.000000000000 +0.000000000000 0.140625000000 0.000000000000 0.000000000000 +0.023071289062 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.050048828125 0.000000000000 +0.000000000000 0.404296875000 0.000000000000 0.000000000000 +0.231445312500 0.000000000000 0.000000000000 0.043212890625 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.605468750000 0.000000000000 +0.000000000000 0.000000000000 0.035888671875 0.000000000000 +0.001037597656 0.613281250000 0.000000000000 0.000000000000 +0.000000000000 0.470703125000 0.423828125000 0.000000000000 +0.000000000000 0.707031250000 0.972656250000 0.062988281250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.012695312500 +0.000000000000 0.000000000000 0.115234375000 0.085449218750 +0.000000000000 0.265625000000 0.000000000000 0.000000000000 +0.101562500000 0.000000000000 0.435546875000 0.125976562500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.004333496094 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.400390625000 0.000000000000 +0.000000000000 0.000000000000 0.016723632812 0.000000000000 +0.000000000000 0.699218750000 0.000000000000 0.000000000000 +0.000000000000 0.347656250000 0.312500000000 0.000000000000 +0.000000000000 0.441406250000 0.890625000000 0.000000000000 +0.292968750000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.040039062500 +0.000000000000 0.000000000000 0.000000000000 0.227539062500 +0.000000000000 0.146484375000 0.000000000000 0.000000000000 +0.068359375000 0.000000000000 0.742187500000 0.234375000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.108398437500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.116699218750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.714843750000 0.000000000000 0.000000000000 +0.000000000000 0.125976562500 0.219726562500 0.000000000000 +0.000000000000 0.174804687500 0.656250000000 0.000000000000 +0.359375000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.074707031250 +0.000000000000 0.000000000000 0.000000000000 0.390625000000 +0.000000000000 0.068847656250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.636718750000 0.251953125000 +0.066406250000 0.000000000000 0.000000000000 0.000000000000 +0.216796875000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.203125000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.029296875000 0.687500000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.240234375000 0.116699218750 +0.000000000000 0.000000000000 0.400390625000 0.000000000000 +0.092285156250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.075683593750 +0.000000000000 0.000000000000 0.000000000000 0.400390625000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.171875000000 0.081054687500 0.188476562500 +0.333984375000 0.000000000000 0.000000000000 0.000000000000 +0.470703125000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.200195312500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.076660156250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.189453125000 0.574218750000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.330078125000 0.332031250000 +0.000000000000 0.000000000000 0.120605468750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.161132812500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.416015625000 0.000000000000 0.173828125000 +0.625000000000 0.000000000000 0.000000000000 0.000000000000 +0.597656250000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.041015625000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.088867187500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.359375000000 0.392578125000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.535156250000 0.439453125000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.457031250000 0.000000000000 0.255859375000 +0.628906250000 0.000000000000 0.000000000000 0.000000000000 +0.648437500000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.144531250000 +0.000000000000 0.067871093750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.507812500000 0.235351562500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.796875000000 0.474609375000 +0.000000000000 0.046875000000 0.029663085938 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.242187500000 0.000000000000 0.200195312500 +0.220703125000 0.000000000000 0.000000000000 0.000000000000 +0.476562500000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.040771484375 0.000000000000 0.441406250000 +0.000000000000 0.124023437500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.566406250000 0.201171875000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 1.015625000000 0.414062500000 +0.000000000000 0.375000000000 0.189453125000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.095214843750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.158203125000 +0.000000000000 0.000000000000 0.000000000000 0.243164062500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.291015625000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.046630859375 0.000000000000 0.664062500000 +0.000000000000 0.040283203125 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.589843750000 0.232421875000 0.000000000000 0.000000000000 +0.000000000000 0.131835937500 1.085937500000 0.269531250000 +0.000000000000 0.621093750000 0.445312500000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.384765625000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.236328125000 +0.000000000000 0.000000000000 0.000000000000 0.314453125000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.097656250000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.131835937500 0.000000000000 0.753906250000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.023315429688 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.605468750000 0.382812500000 0.000000000000 0.000000000000 +0.000000000000 0.210937500000 1.007812500000 0.120605468750 +0.000000000000 0.652343750000 0.589843750000 0.000000000000 +0.192382812500 0.045410156250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.423828125000 0.000000000000 +0.000000000000 0.119140625000 0.000000000000 0.047851562500 +0.000000000000 0.000000000000 0.000000000000 0.287109375000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.079101562500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.169921875000 0.000000000000 0.621093750000 +0.000000000000 0.000000000000 0.000000000000 0.075195312500 +0.015136718750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.097656250000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.562500000000 0.484375000000 0.000000000000 0.000000000000 +0.000000000000 0.025634765625 0.914062500000 0.055175781250 +0.000000000000 0.593750000000 0.482421875000 0.000000000000 +0.416015625000 0.109375000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.227539062500 0.000000000000 +0.000000000000 0.022583007812 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.170898437500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.200195312500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.217773437500 0.000000000000 0.441406250000 +0.000000000000 0.000000000000 0.000000000000 0.106933593750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.135742187500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.494140625000 0.531250000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.878906250000 0.013854980469 +0.000000000000 0.539062500000 0.394531250000 0.000000000000 +0.437500000000 0.125000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.008483886719 +0.000000000000 0.000000000000 0.080078125000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.339843750000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.175781250000 0.000000000000 0.304687500000 +0.000000000000 0.000000000000 0.000000000000 0.025756835938 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.144531250000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.472656250000 0.503906250000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.820312500000 0.024536132812 +0.000000000000 0.494140625000 0.386718750000 0.000000000000 +0.240234375000 0.038574218750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.014892578125 0.006896972656 +0.000000000000 0.000000000000 0.028564453125 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.049072265625 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.302734375000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.012695312500 0.000000000000 0.292968750000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.098144531250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.445312500000 0.466796875000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.734375000000 0.009094238281 +0.116699218750 0.550781250000 0.503906250000 0.000000000000 +0.003555297852 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.096679687500 0.000000000000 +0.000000000000 0.000000000000 0.112304687500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.275390625000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.061279296875 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.215820312500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.030029296875 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.035888671875 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.347656250000 0.523437500000 0.000000000000 0.000000000000 +0.000000000000 0.073242187500 0.644531250000 0.000000000000 +0.382812500000 0.542968750000 0.718750000000 0.175781250000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.031494140625 0.000000000000 +0.000000000000 0.000000000000 0.202148437500 0.000000000000 +0.000000000000 0.257812500000 0.000000000000 0.332031250000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.203125000000 +0.000000000000 0.000000000000 0.000000000000 0.167968750000 +0.000000000000 0.022460937500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.148437500000 0.000000000000 0.000000000000 0.000000000000 +0.160156250000 0.601562500000 0.000000000000 0.000000000000 +0.000000000000 0.198242187500 0.574218750000 0.078613281250 +0.515625000000 0.349609375000 0.800781250000 0.279296875000 +0.002716064453 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.221679687500 0.022094726562 +0.000000000000 0.376953125000 0.000000000000 0.243164062500 +0.000000000000 0.000000000000 0.116699218750 0.000000000000 +0.000000000000 0.000000000000 0.025512695312 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.103515625000 0.000000000000 0.091796875000 +0.128906250000 0.000000000000 0.000000000000 0.182617187500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.203125000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.683593750000 0.000000000000 0.000000000000 +0.000000000000 0.063476562500 0.337890625000 0.277343750000 +0.243164062500 0.000000000000 0.835937500000 0.267578125000 +0.102050781250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.227539062500 0.235351562500 +0.000000000000 0.239257812500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.566406250000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.349609375000 0.000000000000 0.000000000000 +0.103027343750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.320312500000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.664062500000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.134765625000 0.558593750000 +0.000000000000 0.000000000000 0.765625000000 0.127929687500 +0.157226562500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.038818359375 0.330078125000 +0.121582031250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.396484375000 0.000000000000 +0.271484375000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.511718750000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.217773437500 +0.000000000000 0.000000000000 0.000000000000 0.011718750000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.507812500000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.894531250000 +0.000000000000 0.000000000000 0.523437500000 0.000000000000 +0.185546875000 0.000169754028 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.102050781250 +0.190429687500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.458984375000 0.000000000000 0.000000000000 +0.640625000000 0.000000000000 0.000000000000 0.000000000000 +0.076660156250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.554687500000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.233398437500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.322265625000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 1.164062500000 +0.000000000000 0.000000000000 0.163085937500 0.000000000000 +0.100097656250 0.018188476562 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.125000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.753906250000 0.000000000000 0.000000000000 +0.683593750000 0.000000000000 0.000000000000 0.000000000000 +0.173828125000 0.106445312500 0.000000000000 0.000000000000 +0.000000000000 0.476562500000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.283203125000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.180664062500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 1.265625000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.730468750000 0.000000000000 0.000000000000 +0.357421875000 0.000000000000 0.000000000000 0.000000000000 +0.021362304688 0.433593750000 0.000000000000 0.000000000000 +0.000000000000 0.287109375000 0.000000000000 0.153320312500 +0.000000000000 0.000000000000 0.096679687500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.110839843750 +0.050781250000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.077148437500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 1.203125000000 +0.000000000000 0.000000000000 0.022949218750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.193359375000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.161132812500 +0.000000000000 0.449218750000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.640625000000 0.000000000000 0.000000000000 +0.000000000000 0.084960937500 0.000000000000 0.523437500000 +0.000000000000 0.000000000000 0.233398437500 0.000000000000 +0.033691406250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.341796875000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.081542968750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.890625000000 +0.000000000000 0.000000000000 0.239257812500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.445312500000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.057373046875 0.000000000000 +0.000000000000 0.016967773438 0.000000000000 0.394531250000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.671875000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.773437500000 +0.000000000000 0.000000000000 0.343750000000 0.259765625000 +0.218750000000 0.000000000000 0.133789062500 0.000000000000 +0.034667968750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.214843750000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.108886718750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.384765625000 +0.000000000000 0.000000000000 0.451171875000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.542968750000 0.000000000000 0.084960937500 +0.000000000000 0.000000000000 0.042480468750 0.000000000000 +0.000000000000 0.445312500000 0.353515625000 0.283203125000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.535156250000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.671875000000 +0.000000000000 0.000000000000 0.414062500000 0.574218750000 +0.296875000000 0.000000000000 0.102539062500 0.000000000000 +0.214843750000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.237304687500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.249023437500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.589843750000 0.000000000000 +0.000000000000 0.128906250000 0.054199218750 0.000000000000 +0.000000000000 0.433593750000 0.000000000000 0.271484375000 +0.273437500000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.593750000000 0.750000000000 0.132812500000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.229492187500 0.000000000000 0.000000000000 +0.052246093750 0.000000000000 0.000000000000 0.500000000000 +0.025390625000 0.000000000000 0.312500000000 0.671875000000 +0.198242187500 0.000000000000 0.000000000000 0.079101562500 +0.087890625000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.582031250000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.396484375000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.507812500000 0.000000000000 +0.000000000000 0.175781250000 0.273437500000 0.000000000000 +0.187500000000 0.000000000000 0.000000000000 0.267578125000 +0.208007812500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.378906250000 0.789062500000 0.000000000000 +0.000000000000 0.000000000000 0.100585937500 0.000000000000 +0.000000000000 0.068359375000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.162109375000 0.000000000000 0.000000000000 0.211914062500 +0.020141601562 0.000000000000 0.133789062500 0.480468750000 +0.024780273438 0.000000000000 0.000000000000 0.394531250000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.640625000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.503906250000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.339843750000 0.000000000000 +0.099121093750 0.205078125000 0.242187500000 0.000000000000 +0.402343750000 0.000000000000 0.000000000000 0.289062500000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.001518249512 0.447265625000 0.000000000000 +0.000000000000 0.000000000000 0.136718750000 0.000000000000 +0.040039062500 0.248046875000 0.000000000000 0.000000000000 +0.030639648438 0.000000000000 0.000000000000 0.000000000000 +0.130859375000 0.000000000000 0.139648437500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.191406250000 +0.000000000000 0.000000000000 0.000000000000 0.445312500000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.275390625000 0.414062500000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.566406250000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.041259765625 0.202148437500 0.000000000000 +0.000000000000 0.083496093750 0.102050781250 0.000000000000 +0.429687500000 0.000000000000 0.000000000000 0.341796875000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.068847656250 0.000000000000 0.000000000000 +0.410156250000 0.183593750000 0.000000000000 0.000000000000 +0.158203125000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.220703125000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.008239746094 0.000000000000 0.382812500000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.455078125000 0.095214843750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.170898437500 +0.000000000000 0.578125000000 0.000000000000 0.000000000000 +0.190429687500 0.000000000000 0.090332031250 0.000000000000 +0.000000000000 0.133789062500 0.182617187500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.269531250000 0.000000000000 0.283203125000 0.359375000000 +0.000000000000 0.067382812500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.316406250000 0.000000000000 0.000000000000 +0.375000000000 0.000000000000 0.000000000000 0.000000000000 +0.136718750000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.168945312500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.265625000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.155273437500 0.601562500000 0.192382812500 0.000000000000 +0.000000000000 0.000000000000 0.312500000000 0.000000000000 +0.000000000000 0.345703125000 0.255859375000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.195312500000 0.000000000000 0.292968750000 0.192382812500 +0.000000000000 0.347656250000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.462890625000 +0.000000000000 0.123046875000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.255859375000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.111328125000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.031738281250 0.000000000000 0.000000000000 +0.092773437500 0.710937500000 0.388671875000 0.000000000000 +0.000000000000 0.000000000000 0.435546875000 0.000000000000 +0.000000000000 0.515625000000 0.333984375000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.216796875000 0.000000000000 0.026000976562 0.064453125000 +0.000000000000 0.306640625000 0.000000000000 0.000000000000 +0.000000000000 0.183593750000 0.000000000000 0.605468750000 +0.000000000000 0.000000000000 0.000000000000 0.172851562500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.007934570312 +0.000000000000 0.000000000000 0.002868652344 0.133789062500 +0.000000000000 0.192382812500 0.000000000000 0.000000000000 +0.000000000000 0.695312500000 0.566406250000 0.000000000000 +0.000000000000 0.406250000000 0.335937500000 0.000000000000 +0.064453125000 0.519531250000 0.365234375000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.043701171875 +0.235351562500 0.000000000000 0.000000000000 0.035400390625 +0.000000000000 0.101562500000 0.043945312500 0.000000000000 +0.000000000000 0.129882812500 0.000000000000 0.062988281250 +0.000000000000 0.000000000000 0.000000000000 0.394531250000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.217773437500 +0.000000000000 0.000000000000 0.292968750000 0.466796875000 +0.000000000000 0.263671875000 0.000000000000 0.000000000000 +0.000000000000 0.683593750000 0.531250000000 0.000000000000 +0.000000000000 0.562500000000 0.204101562500 0.000000000000 +0.000000000000 0.425781250000 0.423828125000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.242187500000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.138671875000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.026367187500 0.000000000000 0.441406250000 +0.116699218750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.257812500000 +0.000000000000 0.000000000000 0.498046875000 0.462890625000 +0.000000000000 0.246093750000 0.000000000000 0.101074218750 +0.000000000000 0.636718750000 0.392578125000 0.000000000000 +0.188476562500 0.357421875000 0.113769531250 0.000000000000 +0.000000000000 0.451171875000 0.462890625000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.312500000000 0.000000000000 0.000000000000 0.033935546875 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.460937500000 0.000000000000 0.527343750000 +0.249023437500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.045654296875 +0.000000000000 0.000000000000 0.376953125000 0.000000000000 +0.000000000000 0.165039062500 0.000000000000 0.083496093750 +0.000000000000 0.664062500000 0.079101562500 0.000000000000 +0.233398437500 0.003723144531 0.060058593750 0.000000000000 +0.000000000000 0.617187500000 0.507812500000 0.000000000000 +0.055664062500 0.000000000000 0.000000000000 0.000000000000 +0.376953125000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.164062500000 +0.132812500000 0.361328125000 0.000000000000 0.535156250000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.011840820312 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.207031250000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.018432617188 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.013244628906 +0.000000000000 0.757812500000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.040527343750 0.000000000000 +0.000000000000 0.742187500000 0.500000000000 0.000000000000 +0.081542968750 0.000000000000 0.000000000000 0.000000000000 +0.332031250000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.231445312500 0.000000000000 0.400390625000 +0.242187500000 0.000000000000 0.000000000000 0.494140625000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.046142578125 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.227539062500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.710937500000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.172851562500 0.000000000000 +0.000000000000 0.671875000000 0.369140625000 0.000000000000 +0.026977539062 0.000000000000 0.000000000000 0.000000000000 +0.192382812500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.166992187500 +0.000000000000 0.359375000000 0.000000000000 0.000000000000 +0.332031250000 0.000000000000 0.000000000000 0.396484375000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.306640625000 0.000000000000 0.000000000000 0.000000000000 +0.019531250000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.076171875000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.205078125000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.017211914062 0.496093750000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.421875000000 0.000000000000 +0.000000000000 0.240234375000 0.177734375000 0.000000000000 +0.000000000000 0.037353515625 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.398437500000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.152343750000 0.000000000000 0.000000000000 0.094238281250 +0.201171875000 0.000000000000 0.000000000000 0.000000000000 +0.539062500000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.096679687500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.234375000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.289062500000 0.000000000000 0.049804687500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.310546875000 0.158203125000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.808593750000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.185546875000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.318359375000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.037597656250 0.000000000000 0.000000000000 +0.660156250000 0.000000000000 0.000000000000 0.000000000000 +0.648437500000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.059082031250 0.029052734375 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.230468750000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.129882812500 0.000000000000 0.078125000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.519531250000 0.000000000000 0.000000000000 0.000000000000 +0.191406250000 0.000000000000 1.203125000000 0.141601562500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.298828125000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.232421875000 0.000000000000 0.000000000000 +0.656250000000 0.000000000000 0.000000000000 0.000000000000 +0.578125000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.294921875000 +0.000000000000 0.339843750000 0.000000000000 0.000000000000 +0.174804687500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.209960937500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.687500000000 0.000000000000 0.000000000000 0.000000000000 +0.314453125000 0.000000000000 1.437500000000 0.179687500000 +0.000000000000 0.080078125000 0.000000000000 0.000000000000 +0.000000000000 0.185546875000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.198242187500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.147460937500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.217773437500 0.000000000000 0.000000000000 0.128906250000 +0.000000000000 0.000000000000 0.000000000000 0.671875000000 +0.000000000000 0.585937500000 0.000000000000 0.000000000000 +0.285156250000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.298828125000 0.000000000000 +0.404296875000 0.000000000000 0.000000000000 0.000000000000 +0.710937500000 0.000000000000 0.000000000000 0.000000000000 +0.020019531250 0.000000000000 1.367187500000 0.000000000000 +0.652343750000 0.431640625000 0.233398437500 0.574218750000 +0.000000000000 0.163085937500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.004394531250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.589843750000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.652343750000 +0.000000000000 0.000000000000 0.000000000000 0.808593750000 +0.000000000000 0.484375000000 0.000000000000 0.000000000000 +0.451171875000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.361328125000 0.000000000000 +0.886718750000 0.000000000000 0.000000000000 0.000000000000 +0.337890625000 0.066406250000 0.000000000000 0.000000000000 +0.000000000000 0.396484375000 1.062500000000 0.000000000000 +1.250000000000 0.402343750000 0.361328125000 0.898437500000 +0.000000000000 0.255859375000 0.000000000000 0.089843750000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.108398437500 0.000000000000 +0.000000000000 0.244140625000 0.000000000000 0.390625000000 +0.000000000000 0.000000000000 0.000000000000 0.265625000000 +0.000000000000 0.000000000000 0.000000000000 0.349609375000 +0.000000000000 0.188476562500 0.000000000000 0.251953125000 +0.000000000000 0.000000000000 0.000000000000 0.742187500000 +0.660156250000 0.046875000000 0.000000000000 0.000000000000 +0.332031250000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.263671875000 +0.000000000000 0.000000000000 0.212890625000 0.000000000000 +0.417968750000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.259765625000 0.492187500000 0.000000000000 +0.000000000000 0.707031250000 0.582031250000 0.000000000000 +1.296875000000 0.000000000000 0.204101562500 0.695312500000 +0.000000000000 0.367187500000 0.000000000000 0.074707031250 +0.000000000000 0.671875000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.292968750000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.757812500000 +0.000000000000 0.000000000000 0.000000000000 0.239257812500 +0.000000000000 0.076171875000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.453125000000 +1.109375000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.451171875000 0.843750000000 +0.000000000000 0.000000000000 0.052246093750 0.026855468750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.241210937500 1.015625000000 0.000000000000 +0.000000000000 0.621093750000 0.019531250000 0.000000000000 +0.613281250000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.279296875000 0.000000000000 0.000000000000 +0.000000000000 0.699218750000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.204101562500 0.000000000000 +0.174804687500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.750000000000 +0.025146484375 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.863281250000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.851562500000 0.957031250000 +0.000000000000 0.000000000000 0.109863281250 0.273437500000 +0.000000000000 0.011169433594 0.000000000000 0.110351562500 +0.000000000000 0.005859375000 1.179687500000 0.000000000000 +0.003677368164 0.225585937500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.210937500000 0.000000000000 0.000000000000 +0.435546875000 0.000000000000 0.000000000000 0.000000000000 +0.159179687500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.601562500000 0.000000000000 0.503906250000 +0.730468750000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.157226562500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.753906250000 0.675781250000 +0.000000000000 0.000000000000 0.000000000000 0.140625000000 +0.000000000000 0.289062500000 0.000000000000 0.104492187500 +0.000000000000 0.000000000000 1.117187500000 0.000000000000 +0.353515625000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.188476562500 0.000000000000 0.000000000000 0.000000000000 +0.279296875000 0.000000000000 0.000000000000 0.000000000000 +0.585937500000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 1.304687500000 0.000000000000 0.150390625000 +0.185546875000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.222656250000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.765625000000 0.000000000000 +0.000000000000 0.000000000000 0.225585937500 0.000000000000 +0.000000000000 0.000000000000 0.067871093750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.484375000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.929687500000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.263671875000 0.000000000000 0.000000000000 0.000000000000 +0.542968750000 0.000000000000 0.000000000000 0.000000000000 +0.490234375000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.660156250000 +0.000000000000 0.914062500000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.466796875000 0.000000000000 0.464843750000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 1.515625000000 0.000000000000 +0.205078125000 0.000000000000 0.421875000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.425781250000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.679687500000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.660156250000 0.000000000000 0.000000000000 +0.090820312500 0.118164062500 0.000000000000 0.000000000000 +0.570312500000 0.000000000000 0.000000000000 0.000000000000 +0.245117187500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.859375000000 0.000000000000 1.210937500000 +0.043945312500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.486328125000 0.000000000000 0.345703125000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 1.601562500000 0.185546875000 +1.015625000000 0.000000000000 0.353515625000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.341796875000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.361328125000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 1.070312500000 0.097167968750 0.000000000000 +0.000000000000 0.578125000000 0.000000000000 0.000000000000 +0.455078125000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 1.421875000000 0.000000000000 0.578125000000 +0.302734375000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.134765625000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 1.179687500000 0.433593750000 +1.453125000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.349609375000 0.000000000000 0.038574218750 0.000000000000 +0.000000000000 0.161132812500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.103027343750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 1.046875000000 0.129882812500 0.000000000000 +0.000000000000 0.875000000000 0.000000000000 0.000000000000 +0.375000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.859375000000 0.000000000000 0.000000000000 +0.460937500000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.060058593750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.490234375000 0.400390625000 +1.320312500000 0.000000000000 0.000000000000 0.135742187500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.714843750000 0.000000000000 0.287109375000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.090332031250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.804687500000 0.367187500000 0.000000000000 +0.000000000000 0.914062500000 0.097167968750 0.000000000000 +0.365234375000 0.000000000000 0.365234375000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.056396484375 0.000000000000 0.000000000000 +0.179687500000 0.000000000000 0.000000000000 0.000000000000 +0.039306640625 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.257812500000 +0.910156250000 0.000000000000 0.000000000000 0.339843750000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.605468750000 0.000000000000 0.472656250000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.059570312500 +0.000000000000 0.091308593750 0.308593750000 0.000000000000 +0.458984375000 0.000000000000 0.400390625000 0.000000000000 +0.000000000000 0.621093750000 0.494140625000 0.000000000000 +0.000000000000 0.707031250000 0.102050781250 0.000000000000 +0.251953125000 0.000000000000 0.761718750000 0.038818359375 +0.000000000000 0.435546875000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.014953613281 0.000000000000 0.000000000000 0.000000000000 +0.210937500000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.095703125000 +0.392578125000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.045654296875 0.000000000000 0.253906250000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.378906250000 0.527343750000 0.000000000000 +0.000000000000 0.000000000000 0.593750000000 0.000000000000 +0.000000000000 0.474609375000 0.451171875000 0.000000000000 +0.000000000000 0.371093750000 0.000000000000 0.000000000000 +0.190429687500 0.000000000000 0.470703125000 0.000000000000 +0.000000000000 0.679687500000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.558593750000 +0.052001953125 0.000000000000 0.000000000000 0.074218750000 +0.000000000000 0.000000000000 0.031127929688 0.225585937500 +0.000000000000 0.000000000000 0.000000000000 0.558593750000 +0.000000000000 0.000000000000 0.000000000000 0.003631591797 +0.000000000000 0.003295898438 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.179687500000 0.000000000000 0.000000000000 +0.000000000000 0.527343750000 0.750000000000 0.000000000000 +0.000000000000 0.126953125000 0.439453125000 0.000000000000 +0.247070312500 0.312500000000 0.398437500000 0.000000000000 +0.000000000000 0.244140625000 0.000000000000 0.000000000000 +0.203125000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.503906250000 0.000000000000 0.000000000000 +0.000000000000 0.191406250000 0.000000000000 0.439453125000 +0.046142578125 0.000000000000 0.000000000000 0.535156250000 +0.000000000000 0.000000000000 0.000000000000 0.203125000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.014099121094 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.190429687500 +0.000000000000 0.000000000000 0.000000000000 0.628906250000 +0.000000000000 0.322265625000 0.000000000000 0.000000000000 +0.000000000000 0.523437500000 0.820312500000 0.000000000000 +0.000000000000 0.625000000000 0.176757812500 0.000000000000 +0.287109375000 0.000000000000 0.304687500000 0.000000000000 +0.000000000000 0.100097656250 0.000000000000 0.000000000000 +0.148437500000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.056884765625 0.040527343750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.625000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.558593750000 +0.000000000000 0.000000000000 0.466796875000 0.945312500000 +0.000000000000 0.308593750000 0.000000000000 0.051025390625 +0.000000000000 0.419921875000 0.734375000000 0.000000000000 +0.283203125000 0.550781250000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.241210937500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.089843750000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.490234375000 0.000000000000 0.550781250000 +0.435546875000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.474609375000 +0.000000000000 0.000000000000 0.652343750000 0.664062500000 +0.000000000000 0.355468750000 0.000000000000 0.080566406250 +0.000000000000 0.294921875000 0.427734375000 0.000000000000 +0.742187500000 0.065429687500 0.000000000000 0.000000000000 +0.000000000000 0.103027343750 0.194335937500 0.000000000000 +0.207031250000 0.000000000000 0.000000000000 0.000000000000 +0.167968750000 0.000000000000 0.000000000000 0.000000000000 +0.287109375000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.077636718750 0.781250000000 0.000000000000 0.445312500000 +0.100585937500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.024169921875 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.425781250000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.182617187500 0.000000000000 +0.000000000000 0.330078125000 0.000000000000 0.000000000000 +0.000000000000 0.174804687500 0.050292968750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.380859375000 0.203125000000 0.000000000000 +0.761718750000 0.000000000000 0.000000000000 0.000000000000 +0.265625000000 0.000000000000 0.000000000000 0.000000000000 +0.300781250000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.118652343750 0.000000000000 0.796875000000 +0.691406250000 0.119140625000 0.000000000000 0.233398437500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.136718750000 0.000000000000 0.515625000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.660156250000 0.000000000000 +0.097167968750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.273437500000 0.000000000000 0.000000000000 +0.000000000000 0.157226562500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.652343750000 0.202148437500 0.000000000000 +0.075195312500 0.010681152344 0.000000000000 0.000000000000 +0.291015625000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.734375000000 0.000000000000 0.523437500000 +0.765625000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.500000000000 0.000000000000 +0.632812500000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.277343750000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.153320312500 0.000000000000 0.000000000000 +0.000000000000 0.189453125000 0.000000000000 0.002227783203 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.710937500000 0.371093750000 0.000000000000 +0.000000000000 0.472656250000 0.000000000000 0.000000000000 +0.222656250000 0.000000000000 0.236328125000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.500000000000 0.000000000000 0.000000000000 +0.265625000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.071289062500 0.198242187500 +0.699218750000 0.000000000000 0.000000000000 0.292968750000 +0.000000000000 0.017578125000 0.000000000000 0.000000000000 +0.478515625000 0.000000000000 0.166015625000 0.000000000000 +0.000000000000 0.065917968750 0.000000000000 0.000000000000 +0.000000000000 0.196289062500 0.058837890625 0.000000000000 +0.182617187500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.585937500000 0.609375000000 0.000000000000 +0.000000000000 0.515625000000 0.235351562500 0.000000000000 +0.018066406250 0.000000000000 0.546875000000 0.080566406250 +0.000000000000 0.221679687500 0.000000000000 0.128906250000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.253906250000 +0.318359375000 0.000000000000 0.000000000000 0.162109375000 +0.000000000000 0.063964843750 0.000000000000 0.000000000000 +0.251953125000 0.000000000000 0.234375000000 0.000000000000 +0.000000000000 0.021240234375 0.000000000000 0.000000000000 +0.000000000000 0.173828125000 0.159179687500 0.000000000000 +0.000000000000 0.000000000000 0.245117187500 0.000000000000 +0.000000000000 0.507812500000 0.527343750000 0.013977050781 +0.000000000000 0.125000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.484375000000 0.086425781250 +0.000000000000 0.613281250000 0.000000000000 0.113281250000 +0.000000000000 0.000000000000 0.000000000000 0.316406250000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.195312500000 0.201171875000 +0.000000000000 0.000000000000 0.000000000000 0.105957031250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.060302734375 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.212890625000 +0.000000000000 0.005737304688 0.000000000000 0.000000000000 +0.000000000000 0.202148437500 0.113769531250 0.000000000000 +0.000000000000 0.106445312500 0.141601562500 0.000000000000 +0.000000000000 0.343750000000 0.542968750000 0.159179687500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.103027343750 0.298828125000 +0.000000000000 0.273437500000 0.000000000000 0.081054687500 +0.000000000000 0.106445312500 0.000000000000 0.332031250000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.115234375000 0.287109375000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.562500000000 +0.000000000000 0.055908203125 0.094726562500 0.000000000000 +0.000000000000 0.326171875000 0.000000000000 0.000000000000 +0.000000000000 0.343750000000 0.000000000000 0.000000000000 +0.152343750000 0.232421875000 0.683593750000 0.253906250000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.261718750000 +0.000000000000 0.000000000000 0.000000000000 0.028198242188 +0.057128906250 0.215820312500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.130859375000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.056396484375 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.057861328125 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000926971436 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.227539062500 +0.000000000000 0.000000000000 0.223632812500 0.255859375000 +0.000000000000 0.055664062500 0.098144531250 0.000000000000 +0.000000000000 0.355468750000 0.000000000000 0.000000000000 +0.000000000000 0.125976562500 0.000000000000 0.000000000000 +0.000000000000 0.194335937500 0.585937500000 0.186523437500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.249023437500 +0.000000000000 0.000000000000 0.000000000000 0.105468750000 +0.140625000000 0.018554687500 0.052978515625 0.000000000000 +0.000000000000 0.000000000000 0.441406250000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.141601562500 +0.000000000000 0.000000000000 0.045898437500 0.000000000000 +0.000000000000 0.000000000000 0.003692626953 0.000000000000 +0.088378906250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.066894531250 0.000000000000 0.096191406250 +0.000000000000 0.000000000000 0.000000000000 0.250000000000 +0.000000000000 0.000000000000 0.073242187500 0.000000000000 +0.000000000000 0.084472656250 0.000000000000 0.000000000000 +0.000000000000 0.285156250000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.269531250000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.202148437500 +0.050048828125 0.000000000000 0.000000000000 0.000000000000 +0.285156250000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.281250000000 0.000000000000 0.000000000000 +0.114257812500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.253906250000 0.000000000000 0.000000000000 +0.050292968750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.197265625000 0.000000000000 0.204101562500 0.208984375000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.177734375000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.044189453125 +0.000000000000 0.000000000000 0.049316406250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.219726562500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.221679687500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.263671875000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.106445312500 0.000000000000 +0.042480468750 0.125000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.044189453125 0.167968750000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.095703125000 0.000000000000 0.000000000000 +0.000000000000 0.094238281250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.016479492188 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.006958007812 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.057128906250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.060058593750 0.000000000000 +0.043212890625 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.267578125000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.148437500000 0.054199218750 0.056396484375 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.153320312500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.133789062500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.100097656250 +0.000000000000 0.049316406250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.053466796875 0.189453125000 0.000000000000 +0.227539062500 0.038085937500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.102539062500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.076660156250 0.227539062500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.003341674805 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.099121093750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.091308593750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.029907226562 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.084472656250 0.380859375000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.088867187500 0.022583007812 0.000000000000 +0.000000000000 0.072265625000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.168945312500 0.167968750000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.217773437500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.111816406250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.003890991211 0.145507812500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.013977050781 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.351562500000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.024414062500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.052001953125 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.073730468750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.046142578125 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.253906250000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.039306640625 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.030395507812 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.183593750000 0.000000000000 0.000000000000 +0.000000000000 0.333984375000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.021484375000 0.000000000000 +0.000000000000 0.000000000000 0.035156250000 0.000000000000 +0.000000000000 0.000000000000 0.243164062500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.074218750000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.213867187500 0.168945312500 0.000000000000 +0.165039062500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.142578125000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.109375000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000984191895 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.071777343750 0.128906250000 0.000000000000 +0.000000000000 0.220703125000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.065917968750 0.000000000000 +0.145507812500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.126953125000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.010070800781 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.206054687500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.433593750000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.170898437500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.328125000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.166992187500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.343750000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.143554687500 +0.000000000000 0.000000000000 0.000000000000 0.066894531250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.007141113281 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.082031250000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.283203125000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.296875000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.039306640625 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.167968750000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.255859375000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.214843750000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.343750000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.402343750000 0.000000000000 0.000000000000 +0.000000000000 0.108886718750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.066894531250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.206054687500 0.000000000000 0.000000000000 +0.030761718750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.435546875000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.045410156250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.059570312500 0.000000000000 0.375000000000 0.000000000000 +0.000000000000 0.283203125000 0.000000000000 0.000000000000 +0.000000000000 0.006195068359 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.039306640625 +0.105468750000 0.285156250000 0.000000000000 0.000000000000 +0.484375000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.165039062500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.037597656250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.251953125000 0.000000000000 0.090820312500 0.000000000000 +0.000000000000 0.312500000000 0.000000000000 0.000000000000 +0.000000000000 0.292968750000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.039062500000 +0.449218750000 0.000000000000 0.000000000000 0.000000000000 +0.214843750000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.030639648438 0.000000000000 0.171875000000 0.000000000000 +0.000000000000 0.000000000000 0.070800781250 0.076171875000 +0.128906250000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.539062500000 0.000000000000 0.000000000000 +0.000000000000 0.221679687500 0.000000000000 0.080078125000 +0.000000000000 0.000000000000 0.043212890625 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.421875000000 0.000000000000 0.000000000000 0.000000000000 +0.016723632812 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.158203125000 0.000000000000 0.000000000000 +0.000000000000 0.425781250000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.145507812500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.078613281250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.103027343750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.202148437500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.138671875000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.068359375000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.283203125000 +0.000000000000 0.332031250000 0.000000000000 0.000461578369 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.099121093750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.198242187500 0.000000000000 0.000000000000 +0.038818359375 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.026977539062 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.014831542969 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.722656250000 +0.000000000000 0.091796875000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.178710937500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.001998901367 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.012756347656 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.341796875000 +0.000000000000 0.000000000000 0.000000000000 0.070800781250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.718750000000 +0.168945312500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.208984375000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.002212524414 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.226562500000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.107910156250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.318359375000 +0.000000000000 0.000000000000 0.000000000000 0.281250000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.028930664062 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.165039062500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.193359375000 0.040527343750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.335937500000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.142578125000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.345703125000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.664062500000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.636718750000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.033447265625 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.081542968750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.056152343750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.170898437500 0.000000000000 +0.000000000000 0.000000000000 0.071289062500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.507812500000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.088378906250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.147460937500 0.000000000000 +0.000000000000 0.000000000000 0.156250000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.077636718750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.343750000000 0.000000000000 0.000000000000 +0.000000000000 0.031738281250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.060302734375 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.078125000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.283203125000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.065917968750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.052001953125 +0.069335937500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.055664062500 0.000000000000 0.161132812500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.371093750000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.212890625000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.081542968750 0.000000000000 0.000000000000 +0.224609375000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.083496093750 0.000000000000 0.000000000000 0.255859375000 +0.000000000000 0.000000000000 0.000000000000 0.022460937500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.400390625000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.014526367188 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.125000000000 0.000000000000 0.000000000000 +0.096191406250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.539062500000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.071777343750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.022094726562 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.119140625000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.171875000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.211914062500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.053710937500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.143554687500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.153320312500 0.000000000000 +0.140625000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.015502929688 +0.000000000000 0.000000000000 0.000000000000 0.151367187500 +0.016357421875 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.051269531250 0.200195312500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.130859375000 0.000000000000 +0.291015625000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.003280639648 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.253906250000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.066406250000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.236328125000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.123535156250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.371093750000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.245117187500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.059326171875 0.000000000000 0.000000000000 +0.000000000000 0.170898437500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.062500000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.132812500000 0.000000000000 0.000000000000 +0.287109375000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.114746093750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.034667968750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.267578125000 0.196289062500 0.208007812500 +0.318359375000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.011352539062 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.125976562500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.375000000000 0.000000000000 0.098632812500 +0.457031250000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.092285156250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.104492187500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.574218750000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.016845703125 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.402343750000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.094726562500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.382812500000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.224609375000 0.000000000000 +0.000000000000 0.000000000000 0.037841796875 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.155273437500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.267578125000 0.011169433594 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.083496093750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.174804687500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.474609375000 0.088378906250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.310546875000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.208984375000 0.431640625000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.183593750000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.208984375000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.032714843750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.185546875000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.114746093750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.189453125000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.265625000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.179687500000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.103515625000 0.167968750000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.079589843750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.427734375000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.045410156250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.113281250000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.001953125000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.091308593750 0.000000000000 +0.012390136719 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.100097656250 0.046630859375 +0.000000000000 0.000000000000 0.000000000000 0.143554687500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.022583007812 0.000000000000 0.000000000000 +0.061035156250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.046142578125 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.213867187500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.232421875000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.184570312500 0.000000000000 +0.218750000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.079589843750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.247070312500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.040039062500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.010681152344 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.235351562500 0.023803710938 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.016601562500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.119628906250 +0.000000000000 0.000000000000 0.061523437500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.275390625000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.330078125000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.084472656250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.094726562500 0.031127929688 0.000000000000 +0.419921875000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.092285156250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.016235351562 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.140625000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.118652343750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.019165039062 0.000000000000 +0.269531250000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.093261718750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.040283203125 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.100097656250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.146484375000 0.133789062500 0.000000000000 +0.149414062500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.081542968750 0.000000000000 0.146484375000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.132812500000 0.265625000000 0.000000000000 +0.140625000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.080078125000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.064941406250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.128906250000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.244140625000 0.202148437500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.025878906250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.089843750000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.195312500000 0.000000000000 0.000000000000 +0.081542968750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.003341674805 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.047851562500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.129882812500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.093261718750 0.099121093750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.030029296875 0.000000000000 0.000000000000 +0.038818359375 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.050781250000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.109375000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.009460449219 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.008972167969 0.000000000000 +0.137695312500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.384765625000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.021362304688 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.035644531250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.023071289062 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.157226562500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.500000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.133789062500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.145507812500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.279296875000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.472656250000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.141601562500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.101074218750 0.196289062500 +0.000000000000 0.000000000000 0.000000000000 0.125000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.090332031250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.043701171875 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.062988281250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.162109375000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.112792968750 +0.000000000000 0.000000000000 0.000000000000 0.285156250000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.127929687500 0.000000000000 0.000000000000 +0.000000000000 0.124023437500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.019287109375 0.000000000000 0.000000000000 0.168945312500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.102539062500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.014160156250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.207031250000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.194335937500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.179687500000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.241210937500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.189453125000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.069335937500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.041992187500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.074707031250 0.000000000000 0.000000000000 +0.000000000000 0.017944335938 0.028442382812 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.015563964844 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.462890625000 0.000000000000 0.000000000000 +0.000000000000 0.019287109375 0.000000000000 0.000000000000 +0.081054687500 0.390625000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.090332031250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.213867187500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.259765625000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.083496093750 0.000000000000 0.000000000000 +0.025268554688 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.308593750000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.088867187500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.486328125000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.031250000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.124023437500 0.000000000000 0.000000000000 +0.234375000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.503906250000 0.000000000000 0.000000000000 +0.062988281250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.066894531250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.009460449219 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.388671875000 0.000000000000 +0.000000000000 0.019409179688 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.308593750000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.027465820312 0.000000000000 0.000000000000 +0.000000000000 0.126953125000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.037353515625 0.000000000000 +0.000000000000 0.000000000000 0.259765625000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.184570312500 0.000000000000 0.000000000000 +0.283203125000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.137695312500 0.041503906250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.294921875000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.179687500000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.443359375000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.235351562500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.064941406250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.351562500000 0.000000000000 0.000000000000 +0.147460937500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.231445312500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.243164062500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.328125000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.191406250000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.045166015625 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.224609375000 0.000000000000 +0.033691406250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.209960937500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.289062500000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.243164062500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.173828125000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.236328125000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.089843750000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.125000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.404296875000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.100097656250 0.000000000000 0.000000000000 0.000000000000 +0.263671875000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.069335937500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.359375000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.022460937500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.474609375000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.339843750000 0.000000000000 0.000000000000 0.000000000000 +0.176757812500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.019775390625 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.077148437500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.289062500000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.118652343750 0.000000000000 0.000000000000 +0.000000000000 0.330078125000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.149414062500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.092773437500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.138671875000 0.000000000000 0.030395507812 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.155273437500 0.134765625000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.027832031250 0.038818359375 0.000000000000 0.000000000000 +0.075195312500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.308593750000 0.061767578125 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.333984375000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.120117187500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.025390625000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.222656250000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.045410156250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.294921875000 0.367187500000 0.000000000000 +0.052978515625 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.357421875000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.106933593750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.117187500000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.027221679688 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.020874023438 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.277343750000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.126953125000 0.291015625000 0.000000000000 +0.126953125000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.056152343750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.034667968750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.322265625000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.007324218750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.049560546875 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.198242187500 0.000000000000 0.161132812500 +0.390625000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.129882812500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.135742187500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.339843750000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.222656250000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.193359375000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.092773437500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.402343750000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.079101562500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.208984375000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.198242187500 0.000000000000 +0.730468750000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.582031250000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.237304687500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.126953125000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.439453125000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.080078125000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.220703125000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.091308593750 0.000000000000 0.000000000000 +0.030273437500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.261718750000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.017822265625 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.009216308594 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.464843750000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.228515625000 0.000000000000 0.000000000000 0.000000000000 +0.474609375000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.075683593750 0.000000000000 +0.169921875000 0.000000000000 0.000000000000 0.072753906250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.271484375000 0.004394531250 +0.000000000000 0.202148437500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.245117187500 0.423828125000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.185546875000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.394531250000 0.104980468750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.217773437500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.660156250000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.129882812500 0.000000000000 0.000000000000 +0.000000000000 0.168945312500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.016845703125 0.000000000000 +0.000000000000 0.000000000000 0.074707031250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.197265625000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.002609252930 0.000000000000 0.000000000000 +0.000000000000 0.119140625000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.162109375000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000667572021 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.141601562500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.105468750000 0.000000000000 +0.000000000000 0.208007812500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.180664062500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.222656250000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.156250000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.030151367188 0.000000000000 +0.000000000000 0.193359375000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.359375000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.021484375000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.074218750000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.065917968750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.433593750000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.055908203125 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.347656250000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.263671875000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.209960937500 0.063964843750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.020629882812 +0.333984375000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.021850585938 0.000000000000 +0.000002697110 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.165039062500 0.000617980957 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.234375000000 0.000000000000 0.000000000000 +0.099121093750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.051269531250 0.044921875000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.246093750000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.236328125000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.008666992188 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.208007812500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.316406250000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.066894531250 0.090332031250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.012084960938 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.277343750000 +0.081054687500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.398437500000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.090332031250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.173828125000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.550781250000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.300781250000 0.000000000000 +0.000000000000 0.183593750000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.457031250000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.326171875000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.061279296875 0.000000000000 0.000000000000 +0.239257812500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.283203125000 0.390625000000 0.000000000000 +0.000000000000 0.074218750000 0.000000000000 0.000000000000 +0.000000000000 0.047851562500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.113281250000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.269531250000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.275390625000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.421875000000 0.000000000000 0.076171875000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.494140625000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.250000000000 0.000000000000 0.000000000000 0.000000000000 +0.012390136719 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.074218750000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.025878906250 0.263671875000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.064453125000 0.267578125000 0.000000000000 +0.000000000000 0.000000000000 0.314453125000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.063964843750 +0.000000000000 0.402343750000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.082031250000 +0.000000000000 0.202148437500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.038085937500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.095214843750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.005615234375 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.259765625000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.458984375000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.175781250000 0.000000000000 0.000000000000 +0.000000000000 0.225585937500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.179687500000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.181640625000 0.000000000000 +0.000000000000 0.310546875000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.190429687500 0.093750000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.122558593750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.554687500000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.092773437500 0.000000000000 0.000000000000 +0.117675781250 0.000000000000 0.000000000000 0.000000000000 +0.020141601562 0.257812500000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.070312500000 0.000000000000 +0.000000000000 0.124023437500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.291015625000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.289062500000 0.000000000000 +0.000000000000 0.000000000000 0.161132812500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.394531250000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.115722656250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.016235351562 0.200195312500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.180664062500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.016967773438 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.074707031250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.221679687500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.109375000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.335937500000 0.131835937500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.026245117188 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.222656250000 0.104003906250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.009826660156 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.345703125000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.023681640625 0.033691406250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.263671875000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.302734375000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.367187500000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.008178710938 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.034423828125 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.206054687500 0.000000000000 0.079589843750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.159179687500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.010742187500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.062011718750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.398437500000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.125000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.150390625000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.050781250000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.255859375000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.056396484375 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.031982421875 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.031005859375 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.291015625000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.002120971680 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.045166015625 0.000000000000 +0.080078125000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.148437500000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.116210937500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.320312500000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.082031250000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.378906250000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.222656250000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.005249023438 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.263671875000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.082031250000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.267578125000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.125000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.275390625000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.136718750000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.033447265625 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.222656250000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.152343750000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.141601562500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.033935546875 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.154296875000 0.000000000000 +0.093261718750 0.000000000000 0.075195312500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.150390625000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.225585937500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.402343750000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.117187500000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.133789062500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.030761718750 0.000000000000 0.000000000000 +0.271484375000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.140625000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.162109375000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.271484375000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.143554687500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.100585937500 0.000000000000 0.000000000000 +0.000000000000 0.015991210938 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.304687500000 0.000000000000 0.000000000000 +0.031982421875 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.257812500000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.238281250000 0.000000000000 0.000000000000 +0.084472656250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.015380859375 +0.507812500000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.087890625000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.259765625000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.107421875000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.263671875000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.033203125000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.223632812500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.166015625000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.170898437500 0.000000000000 0.000000000000 0.000000000000 +0.047363281250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.131835937500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.025634765625 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.097167968750 0.000000000000 0.000000000000 +0.000000000000 0.092773437500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.120605468750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.093750000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.030029296875 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.127929687500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.291015625000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.062011718750 0.000000000000 +0.098144531250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.213867187500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.281250000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.125000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.115722656250 0.143554687500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.037353515625 0.000000000000 0.000000000000 +0.161132812500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.004150390625 0.000000000000 +0.073730468750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.060791015625 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.402343750000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.016601562500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.470703125000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.193359375000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.142578125000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.009460449219 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.197265625000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.224609375000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.233398437500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.143554687500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.078125000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.037353515625 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.157226562500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.277343750000 0.000000000000 0.000000000000 +0.000000000000 0.012023925781 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.253906250000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.335937500000 0.000000000000 0.000000000000 +0.000000000000 0.121093750000 0.000000000000 0.000000000000 +0.000000000000 0.072265625000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.486328125000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.187500000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.073730468750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.082031250000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.245117187500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.054199218750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.077636718750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.233398437500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.009704589844 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.097167968750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.080566406250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.076171875000 0.128906250000 0.000000000000 +0.162109375000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.075683593750 0.014404296875 0.000000000000 +0.000000000000 0.063964843750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.032958984375 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.026123046875 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.298828125000 0.025756835938 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.036132812500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.054687500000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.087890625000 0.000000000000 0.191406250000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.075683593750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.337890625000 0.000000000000 0.053955078125 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.039794921875 +0.144531250000 0.000000000000 0.000000000000 0.000000000000 +0.250000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.044433593750 +0.000000000000 0.000000000000 0.120117187500 0.106445312500 +0.000000000000 0.343750000000 0.000000000000 0.000000000000 +0.000000000000 0.382812500000 0.000000000000 0.316406250000 +0.000000000000 0.000000000000 0.089843750000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.359375000000 0.000000000000 0.000000000000 0.000000000000 +0.137695312500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.068847656250 0.000000000000 +0.259765625000 0.000000000000 0.007019042969 0.191406250000 +0.000000000000 0.021606445312 0.000000000000 0.000000000000 +0.000000000000 0.460937500000 0.000000000000 0.239257812500 +0.000000000000 0.000000000000 0.347656250000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.195312500000 0.000000000000 0.044189453125 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.158203125000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.287109375000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.277343750000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.150390625000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.333984375000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.081054687500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.070800781250 0.328125000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.500000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.139648437500 0.000000000000 +0.000000000000 0.306640625000 0.476562500000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.082519531250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.365234375000 0.034912109375 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.117187500000 0.000000000000 +0.183593750000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.213867187500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.067382812500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.057861328125 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.125000000000 0.000000000000 0.000000000000 +0.000000000000 0.355468750000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.024414062500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.007598876953 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.054931640625 0.000000000000 +0.064453125000 0.000000000000 0.000000000000 0.302734375000 +0.170898437500 0.000000000000 0.000000000000 0.000000000000 +0.016967773438 0.145507812500 0.000000000000 0.000000000000 +0.000000000000 0.333984375000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.136718750000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.231445312500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.051025390625 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.193359375000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.306640625000 0.185546875000 0.000000000000 +0.000000000000 0.000000000000 0.085449218750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.169921875000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.292968750000 0.063964843750 0.000000000000 +0.000000000000 0.018554687500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.183593750000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.223632812500 0.068847656250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.116699218750 0.032470703125 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.002029418945 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.023803710938 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.138671875000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.036376953125 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.189453125000 0.171875000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.460937500000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.020996093750 0.000000000000 0.000000000000 +0.007568359375 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.324218750000 0.000000000000 0.000000000000 +0.209960937500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.027465820312 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.318359375000 0.132812500000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.121093750000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.010009765625 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.373046875000 0.089355468750 0.000000000000 +0.269531250000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.176757812500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.277343750000 0.090332031250 0.053710937500 +0.008239746094 0.000000000000 0.316406250000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.211914062500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.349609375000 0.044433593750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.041015625000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.099609375000 +0.193359375000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.267578125000 0.000000000000 0.000000000000 +0.000000000000 0.158203125000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.388671875000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.137695312500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.104980468750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.123046875000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.144531250000 0.000000000000 0.000000000000 +0.000000000000 0.020263671875 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.156250000000 +0.000000000000 0.000000000000 0.000000000000 0.131835937500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.300781250000 +0.182617187500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.047607421875 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.215820312500 0.110351562500 0.000000000000 0.094238281250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.392578125000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.104980468750 +0.367187500000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.141601562500 0.000000000000 0.000000000000 +0.392578125000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.058349609375 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.047363281250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.032470703125 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.472656250000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.341796875000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.386718750000 0.000000000000 0.000000000000 +0.036376953125 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.330078125000 0.208007812500 0.000000000000 +0.000000000000 0.109375000000 0.000000000000 0.000000000000 +0.000000000000 0.014526367188 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.077148437500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.215820312500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.164062500000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.396484375000 0.100585937500 0.000000000000 +0.145507812500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.099609375000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.101074218750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.099121093750 +0.000000000000 0.125976562500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.128906250000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.273437500000 0.000000000000 0.035156250000 +0.221679687500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.150390625000 0.106445312500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.052246093750 0.000000000000 +0.000000000000 0.574218750000 0.000000000000 0.000000000000 +0.000000000000 0.057861328125 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.296875000000 0.396484375000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.029052734375 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.441406250000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.249023437500 0.000000000000 0.041259765625 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.067871093750 +0.013549804688 0.000000000000 0.000000000000 0.000000000000 +0.073730468750 0.000000000000 0.103515625000 0.447265625000 +0.013000488281 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.769531250000 0.000000000000 0.000000000000 +0.000000000000 0.119140625000 0.000000000000 0.206054687500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.437500000000 0.367187500000 +0.333984375000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.289062500000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.271484375000 0.000000000000 +0.167968750000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.585937500000 0.000000000000 0.000000000000 +0.000000000000 0.318359375000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.220703125000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.417968750000 0.000000000000 0.057617187500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.371093750000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.094726562500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.090820312500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.249023437500 0.000000000000 +0.000000000000 0.247070312500 0.000000000000 0.000000000000 +0.000000000000 0.253906250000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.365234375000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.275390625000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.004577636719 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.125000000000 0.169921875000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.550781250000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.585937500000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.239257812500 0.000000000000 0.000000000000 0.000000000000 +0.253906250000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.144531250000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.515625000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.419921875000 0.000000000000 0.148437500000 +0.000000000000 0.000000000000 0.601562500000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.177734375000 0.000000000000 0.000000000000 0.000000000000 +0.412109375000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.021362304688 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.213867187500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.205078125000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.605468750000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.255859375000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.003158569336 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.082031250000 0.000000000000 0.000000000000 0.000000000000 +0.283203125000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.192382812500 0.000000000000 0.194335937500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.542968750000 0.000000000000 +0.000000000000 0.000000000000 0.141601562500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.376953125000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.124023437500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.062011718750 0.000000000000 0.000000000000 0.000000000000 +0.126953125000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.190429687500 0.000000000000 0.363281250000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.149414062500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.566406250000 0.000000000000 +0.074707031250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.054199218750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.443359375000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.406250000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.166015625000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.028930664062 0.000000000000 0.000000000000 +0.029541015625 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.570312500000 0.000000000000 +0.523437500000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.221679687500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.180664062500 0.400390625000 0.000000000000 +0.000000000000 0.000000000000 0.156250000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.347656250000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.203125000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.068847656250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.177734375000 0.000000000000 +0.431640625000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.246093750000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.283203125000 0.208007812500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.265625000000 0.000000000000 0.000000000000 +0.200195312500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.166992187500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.043212890625 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.437500000000 0.020996093750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.144531250000 0.000000000000 0.000000000000 0.000000000000 +0.063964843750 0.000000000000 0.000000000000 0.000000000000 +0.032226562500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.019653320312 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.209960937500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.277343750000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.139648437500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.005004882812 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.135742187500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000648498535 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.219726562500 0.000000000000 0.000000000000 +0.000000000000 0.458984375000 0.349609375000 0.161132812500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.231445312500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.186523437500 0.000000000000 0.236328125000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.196289062500 0.000000000000 0.000000000000 +0.000000000000 0.628906250000 0.267578125000 0.000000000000 +0.056396484375 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.046142578125 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.419921875000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.057617187500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.087890625000 0.102539062500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.667968750000 0.035400390625 0.000000000000 +0.000000000000 0.000000000000 0.164062500000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.166015625000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.139648437500 0.000000000000 +0.392578125000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.087402343750 0.000000000000 0.000000000000 0.332031250000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.040039062500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.482421875000 0.000000000000 0.166015625000 +0.071777343750 0.000000000000 0.277343750000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.153320312500 0.000000000000 0.324218750000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.007446289062 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.382812500000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.077636718750 0.000000000000 +0.000000000000 0.000000000000 0.197265625000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.250000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.193359375000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.158203125000 0.000000000000 +0.014038085938 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.347656250000 0.000000000000 +0.000000000000 0.104980468750 0.394531250000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.231445312500 0.621093750000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.417968750000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.289062500000 0.000000000000 +0.000000000000 0.100585937500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.078125000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.083007812500 +0.000000000000 0.158203125000 0.128906250000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.136718750000 0.053466796875 0.000000000000 +0.005676269531 0.000000000000 0.171875000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.167968750000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.232421875000 0.135742187500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.081542968750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.121093750000 0.000000000000 0.000000000000 +0.000000000000 0.316406250000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.066894531250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.122070312500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.175781250000 0.000000000000 0.176757812500 0.000000000000 +0.000000000000 0.052978515625 0.000000000000 0.000000000000 +0.000000000000 0.231445312500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.030517578125 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.055664062500 0.000000000000 0.000000000000 0.067382812500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.021606445312 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.164062500000 0.000000000000 0.092285156250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.298828125000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.223632812500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.033691406250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.451171875000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.020385742188 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.004577636719 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.080078125000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.020263671875 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.353515625000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.191406250000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.083007812500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.163085937500 0.007507324219 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.015991210938 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.176757812500 +0.001091003418 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.032470703125 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.083496093750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.186523437500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.255859375000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.112304687500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.215820312500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.224609375000 0.020385742188 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.223632812500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.112792968750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.063476562500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.273437500000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.195312500000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.145507812500 0.037109375000 0.000000000000 0.000000000000 +0.000000000000 0.101074218750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.066406250000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.132812500000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.100585937500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.144531250000 0.000000000000 0.000000000000 +0.074707031250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.103515625000 0.000000000000 0.000000000000 +0.281250000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.128906250000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.013427734375 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.441406250000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.039062500000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.125976562500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.097656250000 0.000000000000 0.000000000000 +0.251953125000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.047607421875 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.120117187500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.079101562500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.036376953125 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.037841796875 0.237304687500 0.000000000000 +0.116210937500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.131835937500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.060302734375 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.107910156250 0.137695312500 0.000000000000 +0.190429687500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.175781250000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.010742187500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.128906250000 0.215820312500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.245117187500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.005493164062 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.197265625000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.275390625000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.332031250000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.132812500000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.224609375000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.149414062500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.088867187500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.206054687500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.239257812500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.240234375000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.060058593750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.257812500000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.320312500000 0.127929687500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.054931640625 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.302734375000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.086914062500 0.195312500000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.231445312500 0.000000000000 +0.151367187500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.271484375000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000705718994 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.049804687500 0.000000000000 0.000000000000 +0.022827148438 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.145507812500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.065429687500 0.000000000000 0.000000000000 +0.177734375000 0.139648437500 0.000000000000 0.000000000000 +0.201171875000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.024291992188 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.068359375000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.192382812500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.164062500000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.073242187500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.143554687500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.189453125000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.213867187500 +0.094726562500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.166015625000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.253906250000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.400390625000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.171875000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.063476562500 0.000000000000 +0.371093750000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.217773437500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.200195312500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.002532958984 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.359375000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.150390625000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.141601562500 0.000000000000 +0.000000000000 0.069335937500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.019897460938 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.398437500000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.073242187500 0.019775390625 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.003646850586 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.011840820312 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.065917968750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.200195312500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.068359375000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.271484375000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000694274902 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.212890625000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.043212890625 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.063476562500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.253906250000 0.118164062500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.085449218750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.023193359375 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.273437500000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.016235351562 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.031738281250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.312500000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.225585937500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.005401611328 0.000000000000 +0.059326171875 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.515625000000 +0.000000000000 0.003433227539 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.074707031250 0.000000000000 +0.032714843750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.088867187500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.089843750000 0.000000000000 +0.172851562500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.386718750000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.030395507812 0.000000000000 +0.019531250000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.040283203125 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.115234375000 0.000000000000 +0.380859375000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.090820312500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.184570312500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.044677734375 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.542968750000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.034912109375 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.072753906250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.171875000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.351562500000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.097167968750 0.161132812500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.539062500000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.085937500000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.050781250000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.190429687500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.410156250000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.223632812500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.140625000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.101074218750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.130859375000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.080078125000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.115722656250 0.043457031250 0.217773437500 +0.474609375000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.030029296875 +0.086425781250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.094238281250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.059814453125 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.003967285156 0.000000000000 0.000000000000 +0.287109375000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.062988281250 0.000000000000 +0.000000000000 0.162109375000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.088378906250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.111816406250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.066406250000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.070312500000 0.004791259766 0.000000000000 +0.160156250000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.112304687500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.294921875000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.147460937500 0.000000000000 +0.235351562500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.429687500000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.216796875000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.291015625000 0.000000000000 +0.406250000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.333984375000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.032470703125 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.213867187500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.205078125000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.023437500000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.006195068359 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.023437500000 0.000000000000 0.000000000000 +0.246093750000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.008422851562 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.088378906250 0.031738281250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.087890625000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.068359375000 0.079101562500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.059570312500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.061035156250 +0.000000000000 0.000000000000 0.000000000000 0.129882812500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.124023437500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.125000000000 0.025024414062 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.498046875000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.002075195312 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.149414062500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.249023437500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.046386718750 0.000000000000 0.000000000000 +0.000000000000 0.328125000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.294921875000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.027099609375 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.068847656250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.080078125000 0.225585937500 0.000000000000 +0.000000000000 0.250000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.175781250000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.003082275391 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.425781250000 0.292968750000 0.097167968750 +0.285156250000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.057617187500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.002441406250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.246093750000 0.045410156250 0.000000000000 0.000000000000 +0.335937500000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.345703125000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.037597656250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.384765625000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.285156250000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.106445312500 0.000000000000 0.000000000000 +0.000000000000 0.043945312500 0.000000000000 0.000000000000 +0.421875000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.122070312500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.328125000000 0.271484375000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.061035156250 0.000000000000 0.145507812500 +0.081542968750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.113281250000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.291015625000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.071289062500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.196289062500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.126953125000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.144531250000 0.000000000000 +0.235351562500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.073242187500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.023193359375 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.056884765625 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.217773437500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.022583007812 0.244140625000 0.000000000000 +0.000000000000 0.149414062500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.040527343750 0.000000000000 +0.045410156250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.055908203125 0.000000000000 0.000000000000 +0.161132812500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.138671875000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.231445312500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.024536132812 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.023071289062 0.000000000000 0.000000000000 +0.146484375000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.106445312500 0.065429687500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.004211425781 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.094726562500 0.000000000000 0.000000000000 +0.447265625000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.056152343750 0.050537109375 0.000000000000 +0.112304687500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.010437011719 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.059326171875 0.079589843750 0.000000000000 +0.013854980469 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.007751464844 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.353515625000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.001609802246 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.029418945312 0.012023925781 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.156250000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.103027343750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.013732910156 0.153320312500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.251953125000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.218750000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.113281250000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.075195312500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.176757812500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.037353515625 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.189453125000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.029174804688 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.161132812500 0.052978515625 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.065429687500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.136718750000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.002273559570 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.187500000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.130859375000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.092285156250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.221679687500 +0.000000000000 0.000000000000 0.000000000000 0.037109375000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.296875000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.142578125000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.049316406250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.224609375000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.247070312500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.410156250000 0.000000000000 0.007080078125 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.095214843750 0.000000000000 +0.004516601562 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.065917968750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.033691406250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.138671875000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.147460937500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.386718750000 0.171875000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.117675781250 0.000000000000 +0.000000000000 0.000000000000 0.070312500000 0.000000000000 +0.000000000000 0.000000000000 0.008300781250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.207031250000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.075683593750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.076171875000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.094726562500 0.000000000000 0.170898437500 0.000000000000 +0.168945312500 0.000000000000 0.221679687500 0.000000000000 +0.273437500000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.232421875000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.071289062500 0.000000000000 0.000000000000 +0.174804687500 0.000000000000 0.328125000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.351562500000 0.341796875000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.087890625000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.067382812500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.177734375000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.738281250000 0.416015625000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.045166015625 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.480468750000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.312500000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.263671875000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.245117187500 0.000000000000 +0.000000000000 0.000000000000 0.012817382812 0.000000000000 +0.089843750000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.605468750000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.347656250000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.490234375000 0.339843750000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.496093750000 0.000000000000 +0.000000000000 0.000000000000 0.042236328125 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.002349853516 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.320312500000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.597656250000 0.160156250000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.478515625000 0.000000000000 +0.000000000000 0.000000000000 0.204101562500 0.000000000000 +0.000000000000 0.191406250000 0.000000000000 0.000000000000 +0.000000000000 0.020385742188 0.000000000000 0.000000000000 +0.000000000000 0.324218750000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.239257812500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.110351562500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.210937500000 0.000000000000 0.000000000000 +0.001327514648 0.000000000000 0.000000000000 0.000000000000 +0.008056640625 0.000000000000 0.239257812500 0.081054687500 +0.175781250000 0.000000000000 0.345703125000 0.107421875000 +0.337890625000 0.186523437500 0.000000000000 0.000000000000 +0.000000000000 0.273437500000 0.000000000000 0.000000000000 +0.000000000000 0.357421875000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.015869140625 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.014648437500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.032226562500 0.000000000000 0.000000000000 +0.158203125000 0.000000000000 0.000000000000 0.000000000000 +0.159179687500 0.000000000000 0.237304687500 0.072265625000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.644531250000 0.269531250000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.267578125000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.102050781250 +0.132812500000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.014587402344 0.000000000000 0.000000000000 +0.000000000000 0.169921875000 0.000000000000 0.000000000000 +0.107910156250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.027221679688 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.496093750000 0.058105468750 0.000000000000 0.000000000000 +0.000000000000 0.032714843750 0.000000000000 0.000000000000 +0.000000000000 0.143554687500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.052490234375 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.111328125000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.104980468750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.135742187500 0.000000000000 +0.000000000000 0.000000000000 0.116699218750 0.000000000000 +0.000000000000 0.406250000000 0.000000000000 0.000000000000 +0.000000000000 0.355468750000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.010070800781 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.050537109375 0.000000000000 +0.000000000000 0.035888671875 0.000000000000 0.000000000000 +0.000000000000 0.259765625000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.281250000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.029296875000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.246093750000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.349609375000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.110839843750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.173828125000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.249023437500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.076660156250 0.000000000000 0.000000000000 +0.116210937500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.333984375000 0.625000000000 0.000000000000 +0.110839843750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.003494262695 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.496093750000 0.000000000000 0.000000000000 +0.167968750000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.108886718750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.019775390625 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.241210937500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.068359375000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.199218750000 0.000000000000 0.000000000000 +0.118652343750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.141601562500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.038818359375 0.000000000000 0.000000000000 +0.047363281250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.081054687500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.277343750000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.414062500000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.173828125000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.345703125000 0.000000000000 +0.232421875000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.162109375000 +0.159179687500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.045898437500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.156250000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.117187500000 +0.000000000000 0.000000000000 0.000000000000 0.057373046875 +0.000000000000 0.312500000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.010192871094 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000644683838 +0.000000000000 0.165039062500 0.000000000000 0.000000000000 +0.000000000000 0.189453125000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.026000976562 0.298828125000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.049804687500 0.000000000000 0.000000000000 +0.000000000000 0.025268554688 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.265625000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.104492187500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.095214843750 0.000000000000 +0.000000000000 0.061767578125 0.000000000000 0.000000000000 +0.000000000000 0.042968750000 0.000000000000 0.201171875000 +0.249023437500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.041259765625 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.138671875000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.129882812500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.027465820312 0.000000000000 +0.000000000000 0.022338867188 0.000000000000 0.000000000000 +0.000000000000 0.253906250000 0.267578125000 0.001129150391 +0.314453125000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.086425781250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.601562500000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.355468750000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.046386718750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.046142578125 0.437500000000 0.000000000000 +0.476562500000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.060791015625 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.425781250000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.091796875000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.048828125000 +0.000000000000 0.088378906250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.033447265625 0.000000000000 0.000000000000 0.055419921875 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.234375000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.035400390625 0.000000000000 0.378906250000 +0.464843750000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.026123046875 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.074707031250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.087402343750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.085937500000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.044677734375 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.065917968750 0.062011718750 0.146484375000 +0.496093750000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.261718750000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.163085937500 0.000000000000 0.227539062500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.107421875000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.198242187500 0.000000000000 0.000000000000 +0.000000000000 0.052978515625 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.032714843750 0.000000000000 0.000000000000 +0.443359375000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.578125000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.181640625000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.035400390625 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.046630859375 0.000000000000 0.000000000000 +0.652343750000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.271484375000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.546875000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.127929687500 0.000000000000 +0.507812500000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.204101562500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.096191406250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.082519531250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.038574218750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.002532958984 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.194335937500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.279296875000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.121582031250 0.032226562500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.040039062500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.151367187500 +0.000000000000 0.000000000000 0.000000000000 0.089355468750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.002395629883 +0.412109375000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.001831054688 0.080078125000 0.161132812500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.113769531250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.202148437500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.136718750000 0.220703125000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.031738281250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.431640625000 0.093261718750 0.000000000000 +0.000000000000 0.308593750000 0.000000000000 0.000000000000 +0.000000000000 0.005340576172 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.326171875000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.080078125000 0.000000000000 0.033935546875 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.178710937500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.092285156250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.041748046875 0.000000000000 0.011291503906 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.207031250000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.318359375000 +0.000000000000 0.170898437500 0.000000000000 0.000000000000 +0.067382812500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.073242187500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.213867187500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.078125000000 0.000000000000 0.169921875000 0.000000000000 +0.000000000000 0.396484375000 0.000000000000 0.000000000000 +0.000000000000 0.135742187500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.185546875000 +0.023437500000 0.155273437500 0.000000000000 0.000000000000 +0.216796875000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.104492187500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.306640625000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.158203125000 0.000000000000 0.218750000000 0.000000000000 +0.000000000000 0.455078125000 0.000000000000 0.000000000000 +0.000000000000 0.221679687500 0.000000000000 0.117675781250 +0.000000000000 0.000000000000 0.108886718750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.077148437500 0.000000000000 0.000000000000 0.000000000000 +0.232421875000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.023071289062 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.091796875000 0.000000000000 0.000000000000 +0.104492187500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.149414062500 0.000000000000 0.159179687500 0.000000000000 +0.000000000000 0.094726562500 0.000000000000 0.000000000000 +0.000000000000 0.181640625000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.065429687500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.005798339844 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.018676757812 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.048095703125 0.000923156738 0.000000000000 0.228515625000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.160156250000 0.000000000000 0.000000000000 +0.000000000000 0.109375000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.292968750000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.131835937500 0.016235351562 0.000000000000 0.048828125000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.206054687500 0.000000000000 0.000000000000 +0.000000000000 0.035888671875 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.060302734375 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.071777343750 +0.225585937500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.116210937500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.006134033203 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.119140625000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.105957031250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.308593750000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.147460937500 0.029663085938 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.142578125000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.054687500000 0.208007812500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.137695312500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.197265625000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.152343750000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.335937500000 0.235351562500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.265625000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.108398437500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.287109375000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.240234375000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.211914062500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.044433593750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.179687500000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.057373046875 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.203125000000 0.000000000000 0.000000000000 +0.289062500000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.476562500000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.226562500000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.546875000000 0.178710937500 0.067382812500 +0.200195312500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.330078125000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.106933593750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.033447265625 0.000000000000 0.000000000000 +0.218750000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.578125000000 0.099121093750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.343750000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.102539062500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000027537346 0.000000000000 0.007263183594 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.195312500000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.062500000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.263671875000 0.000000000000 +0.037841796875 0.000000000000 0.180664062500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.482421875000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.001724243164 0.000000000000 0.000000000000 +0.222656250000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.070312500000 0.000000000000 0.000000000000 +0.161132812500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.046142578125 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.316406250000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.287109375000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.053222656250 0.000000000000 0.000000000000 +0.193359375000 0.000000000000 0.162109375000 0.000000000000 +0.000000000000 0.000000000000 0.103027343750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.078613281250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.053955078125 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.289062500000 0.178710937500 0.000000000000 +0.075683593750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.019409179688 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.116699218750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.065917968750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.044189453125 0.458984375000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.203125000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.178710937500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.021484375000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.028686523438 0.133789062500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.079101562500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.056396484375 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.139648437500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.082519531250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.031250000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.363281250000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.085937500000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.003204345703 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.142578125000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.071289062500 0.000000000000 +0.000000000000 0.267578125000 0.000000000000 0.000000000000 +0.027587890625 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.376953125000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.562500000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.275390625000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.227539062500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.025146484375 0.123046875000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.223632812500 0.000000000000 0.000000000000 +0.000000000000 0.147460937500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.585937500000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.476562500000 0.000000000000 +0.000000000000 0.123046875000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.414062500000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.048583984375 0.003631591797 0.000000000000 +0.609375000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.423828125000 0.000000000000 +0.103515625000 0.347656250000 0.000000000000 0.108398437500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.535156250000 0.000000000000 +0.259765625000 0.000000000000 0.111328125000 0.000000000000 +0.000000000000 0.000000000000 0.199218750000 0.000000000000 +0.089355468750 0.251953125000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.029541015625 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.054443359375 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.017944335938 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.116210937500 0.147460937500 0.156250000000 +0.335937500000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.140625000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.324218750000 0.017822265625 0.000000000000 +0.318359375000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.157226562500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.034912109375 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.173828125000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.142578125000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.101562500000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.049072265625 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.037841796875 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.177734375000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.105957031250 0.251953125000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.114746093750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.178710937500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.096679687500 0.092285156250 0.000000000000 +0.176757812500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.171875000000 0.251953125000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.018798828125 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.075195312500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.174804687500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.047363281250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.079101562500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.043457031250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.159179687500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.046875000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000629425049 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.022705078125 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.124023437500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.007873535156 0.000000000000 +0.110351562500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.032714843750 0.048583984375 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.090820312500 0.000000000000 +0.114257812500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.081054687500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000812530518 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.037353515625 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.261718750000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.166992187500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.105957031250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.207031250000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.089843750000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.050781250000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.022216796875 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.011413574219 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.206054687500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.136718750000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.006652832031 0.000000000000 0.047607421875 +0.000000000000 0.070312500000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.053955078125 0.000000000000 +0.000000000000 0.201171875000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.054443359375 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.157226562500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.039550781250 +0.000000000000 0.332031250000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.160156250000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.034423828125 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.058105468750 0.087890625000 +0.000000000000 0.000000000000 0.000000000000 0.002426147461 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.257812500000 0.000000000000 0.000000000000 +0.188476562500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.200195312500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.181640625000 0.000000000000 0.007324218750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.009826660156 0.000000000000 0.136718750000 +0.095214843750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.189453125000 0.148437500000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.144531250000 0.089355468750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.306640625000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.088378906250 0.000000000000 0.000000000000 +0.257812500000 0.059570312500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.064453125000 0.000000000000 +0.000000000000 0.082519531250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.001457214355 0.057861328125 +0.000000000000 0.000000000000 0.000000000000 0.378906250000 +0.000000000000 0.000000000000 0.000000000000 0.233398437500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.069824218750 0.151367187500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.029907226562 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.024169921875 0.000000000000 0.000000000000 +0.053955078125 0.398437500000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.041503906250 0.000000000000 +0.000000000000 0.148437500000 0.133789062500 0.073242187500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.351562500000 +0.000000000000 0.010864257812 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.216796875000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.125000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.058593750000 0.061035156250 +0.000000000000 0.000000000000 0.000000000000 0.185546875000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.367187500000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.166015625000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.060058593750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.047119140625 +0.000000000000 0.000000000000 0.000000000000 0.013854980469 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.241210937500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.035400390625 0.292968750000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.055175781250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.055908203125 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.176757812500 +0.000000000000 0.000000000000 0.000000000000 0.079589843750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.019653320312 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.092773437500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.069335937500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.308593750000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.096191406250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.127929687500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.167968750000 0.000000000000 0.000004798174 +0.000000000000 0.013549804688 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.055419921875 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.046142578125 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.166015625000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.204101562500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.164062500000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.332031250000 0.047851562500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.244140625000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.287109375000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.201171875000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.161132812500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.233398437500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.184570312500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.052001953125 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.051513671875 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.065429687500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.080566406250 0.000000000000 +0.096191406250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.004974365234 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.196289062500 0.273437500000 0.000000000000 +0.242187500000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.020629882812 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.166992187500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.059570312500 0.006286621094 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.209960937500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.073242187500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.042968750000 0.000000000000 0.000000000000 +0.116699218750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.076660156250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.203125000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.007629394531 0.000000000000 0.000000000000 +0.365234375000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.056640625000 +0.010925292969 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.345703125000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000211715698 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.063964843750 0.000000000000 0.000000000000 +0.488281250000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.470703125000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.021850585938 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.125976562500 0.000000000000 0.000000000000 +0.330078125000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.040527343750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.207031250000 0.024780273438 0.000000000000 +0.237304687500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.036621093750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.004241943359 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.217773437500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.196289062500 0.080078125000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.114746093750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.034423828125 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.298828125000 0.271484375000 0.000000000000 +0.007324218750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.151367187500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.072265625000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.058349609375 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.176757812500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.225585937500 0.269531250000 0.000000000000 +0.000000000000 0.166992187500 0.104980468750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.038330078125 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.051025390625 0.186523437500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.059082031250 +0.000000000000 0.000000000000 0.000000000000 0.166992187500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.337890625000 0.091308593750 0.000000000000 +0.000000000000 0.322265625000 0.155273437500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.067871093750 0.000000000000 0.000000000000 0.134765625000 +0.157226562500 0.000000000000 0.000000000000 0.000000000000 +0.014953613281 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.062988281250 0.253906250000 +0.000000000000 0.000000000000 0.000000000000 0.202148437500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.202148437500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.019653320312 0.000000000000 0.125976562500 +0.000000000000 0.000000000000 0.009460449219 0.211914062500 +0.000000000000 0.120117187500 0.000000000000 0.000000000000 +0.000000000000 0.215820312500 0.000000000000 0.000000000000 +0.000000000000 0.394531250000 0.231445312500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.099609375000 0.000000000000 0.000000000000 0.000000000000 +0.277343750000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.069824218750 0.000000000000 0.041503906250 +0.040771484375 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.088378906250 0.216796875000 +0.000000000000 0.189453125000 0.000000000000 0.000000000000 +0.000000000000 0.337890625000 0.000000000000 0.129882812500 +0.000000000000 0.359375000000 0.298828125000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.281250000000 0.000000000000 0.000000000000 0.000000000000 +0.202148437500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.194335937500 0.000000000000 0.044189453125 +0.049804687500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.163085937500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.113769531250 0.077148437500 +0.000000000000 0.084472656250 0.000000000000 0.000000000000 +0.000000000000 0.308593750000 0.000000000000 0.162109375000 +0.000000000000 0.269531250000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.065429687500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.300781250000 0.000000000000 0.000000000000 0.000000000000 +0.104003906250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.168945312500 0.000000000000 0.162109375000 +0.011962890625 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.132812500000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.242187500000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.326171875000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.192382812500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.174804687500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.283203125000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.020019531250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.318359375000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.363281250000 +0.000000000000 0.186523437500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.093750000000 0.000000000000 +0.179687500000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.190429687500 0.000000000000 0.000000000000 +0.137695312500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.016967773438 0.000000000000 +0.007720947266 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.251953125000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.632812500000 +0.000000000000 0.021972656250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.519531250000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.251953125000 0.000000000000 0.000000000000 +0.394531250000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.133789062500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.090332031250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.022949218750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.279296875000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000858306885 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.107421875000 0.000000000000 0.000000000000 +0.070800781250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.035400390625 0.000000000000 +0.128906250000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.137695312500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.085937500000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.148437500000 0.000000000000 0.166992187500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.277343750000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.138671875000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.003311157227 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.209960937500 0.283203125000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.137695312500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.055664062500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.022827148438 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.111816406250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.061035156250 +0.000000000000 0.000000000000 0.000000000000 0.055908203125 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.084960937500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.159179687500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.017333984375 0.002670288086 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.078125000000 0.000000000000 0.000000000000 +0.000000000000 0.123535156250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.136718750000 0.000000000000 +0.000797271729 0.000843048096 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.128906250000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.227539062500 0.000000000000 0.000000000000 +0.000000000000 0.073242187500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.277343750000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.081542968750 0.142578125000 0.000000000000 +0.162109375000 0.343750000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.073242187500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.208984375000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.304687500000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.213867187500 0.000000000000 0.044189453125 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.113769531250 +0.000000000000 0.000000000000 0.287109375000 0.000000000000 +0.000000000000 0.443359375000 0.000000000000 0.000000000000 +0.000000000000 0.057373046875 0.000000000000 0.000000000000 +0.000000000000 0.119140625000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.110351562500 0.320312500000 +0.174804687500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.105468750000 0.000000000000 +0.000000000000 0.000000000000 0.014343261719 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.060302734375 0.207031250000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.116699218750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.361328125000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.500000000000 0.000000000000 0.000000000000 +0.000000000000 0.147460937500 0.000000000000 0.185546875000 +0.177734375000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.147460937500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.496093750000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.159179687500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.028686523438 0.000000000000 0.000000000000 +0.000000000000 0.333984375000 0.000000000000 0.593750000000 +0.145507812500 0.000000000000 0.038818359375 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.285156250000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.047851562500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.237304687500 0.000000000000 0.000000000000 +0.092773437500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.072265625000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.130859375000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.199218750000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.178710937500 0.000000000000 0.000000000000 +0.036865234375 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.292968750000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.125976562500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.244140625000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.156250000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.125000000000 0.050048828125 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.027221679688 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.093750000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.349609375000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.047363281250 +0.000000000000 0.000000000000 0.083496093750 0.000000000000 +0.000000000000 0.047607421875 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.037841796875 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.251953125000 0.265625000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.046875000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.048339843750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.058837890625 0.265625000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.030639648438 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.038330078125 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.275390625000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.227539062500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.229492187500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.038818359375 0.000000000000 0.000000000000 +0.217773437500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.076171875000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.263671875000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.345703125000 0.067871093750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.072265625000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.070800781250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.059326171875 0.000000000000 0.000000000000 +0.000000000000 0.171875000000 0.189453125000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.314453125000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.179687500000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.130859375000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.004821777344 0.000000000000 0.000000000000 +0.000000000000 0.570312500000 0.000000000000 0.000000000000 +0.000000000000 0.271484375000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.058105468750 0.182617187500 +0.027832031250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.128906250000 0.000000000000 0.000000000000 +0.000000000000 0.128906250000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.152343750000 0.318359375000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.234375000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.318359375000 0.000000000000 +0.000000000000 0.175781250000 0.000000000000 0.000000000000 +0.000000000000 0.219726562500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.441406250000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.574218750000 0.000000000000 0.000000000000 +0.000000000000 0.574218750000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.734375000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.625000000000 0.236328125000 0.000000000000 +0.000000000000 0.562500000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.337890625000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.263671875000 0.152343750000 0.000000000000 0.000000000000 +0.000000000000 0.535156250000 0.000000000000 0.000000000000 +0.000000000000 0.285156250000 0.000000000000 0.000000000000 +0.470703125000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.208984375000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.011779785156 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.289062500000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.016723632812 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.226562500000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.039306640625 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.064453125000 0.000000000000 +0.000000000000 0.402343750000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.119628906250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.036865234375 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.240234375000 0.000000000000 +0.000000000000 0.000000000000 0.008483886719 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.378906250000 0.000000000000 0.000000000000 +0.000000000000 0.127929687500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.228515625000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.099609375000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.416015625000 0.000000000000 0.000000000000 +0.000000000000 0.243164062500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.186523437500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.443359375000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.398437500000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.115722656250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.285156250000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.080566406250 0.092285156250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000109672546 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.107421875000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.074707031250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.316406250000 0.000000000000 0.000000000000 +0.115234375000 0.104492187500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.292968750000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.007080078125 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.152343750000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.207031250000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.015991210938 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.324218750000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.085937500000 +0.000000000000 0.000000000000 0.001937866211 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.237304687500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.051513671875 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.376953125000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.088378906250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.156250000000 0.000000000000 0.000000000000 +0.210937500000 0.000000000000 0.039062500000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.045654296875 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.083007812500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.202148437500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.101074218750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.154296875000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.017211914062 0.000000000000 0.000000000000 +0.267578125000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.087402343750 0.000000000000 +0.015319824219 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.084960937500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.161132812500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.292968750000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.106445312500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.076171875000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.104492187500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.021728515625 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.159179687500 0.000000000000 0.000000000000 0.192382812500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.141601562500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.065917968750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.232421875000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.160156250000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.281250000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.149414062500 0.000000000000 0.000000000000 +0.000000000000 0.188476562500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.036865234375 0.562500000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.063964843750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.062500000000 0.000000000000 0.000000000000 0.000000000000 +0.410156250000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.051269531250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.255859375000 0.006225585938 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.197265625000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.223632812500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.212890625000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.155273437500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.585937500000 0.065917968750 0.000000000000 +0.077148437500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.245117187500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.071777343750 0.000000000000 0.000000000000 +0.000000000000 0.302734375000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.029785156250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.271484375000 0.000000000000 0.000000000000 +0.125000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.283203125000 0.000000000000 +0.000000000000 0.000000000000 0.202148437500 0.084960937500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.052490234375 0.000000000000 0.000000000000 +0.000000000000 0.220703125000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.213867187500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.302734375000 0.000000000000 +0.106933593750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.124511718750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.099121093750 0.000000000000 0.135742187500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.205078125000 0.000000000000 0.000000000000 0.314453125000 +0.000000000000 0.210937500000 0.000000000000 0.000000000000 +0.098144531250 0.217773437500 0.000000000000 0.000000000000 +0.000000000000 0.214843750000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.316406250000 0.000000000000 +0.000000000000 0.000000000000 0.054687500000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.144531250000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.108886718750 0.244140625000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.124023437500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.196289062500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.023315429688 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.187500000000 0.168945312500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.066406250000 +0.000000000000 0.176757812500 0.000000000000 0.000000000000 +0.055664062500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.137695312500 0.271484375000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.053955078125 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.105468750000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.043457031250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.040039062500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.249023437500 0.115234375000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.010742187500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.259765625000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.570312500000 +0.000000000000 0.000000000000 0.000000000000 0.308593750000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.035156250000 +0.000000000000 0.000000000000 0.039062500000 0.000000000000 +0.000000000000 0.037109375000 0.000000000000 0.000000000000 +0.000000000000 0.038574218750 0.177734375000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.156250000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.161132812500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.375000000000 0.000000000000 0.000000000000 +0.031127929688 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.410156250000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.020019531250 0.000000000000 0.000000000000 0.417968750000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.287109375000 0.066894531250 0.000000000000 0.000000000000 +0.000000000000 0.009765625000 0.000000000000 0.130859375000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.246093750000 0.000000000000 0.294921875000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.070800781250 0.269531250000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.040283203125 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.652343750000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.273437500000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.253906250000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.206054687500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.257812500000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.151367187500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.140625000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.235351562500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.431640625000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.445312500000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.027221679688 0.000000000000 0.359375000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.542968750000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.028320312500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.388671875000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.542968750000 0.000000000000 +0.000000000000 0.051269531250 0.000000000000 0.386718750000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.322265625000 +0.000000000000 0.049804687500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.157226562500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.214843750000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.324218750000 0.220703125000 +0.000000000000 0.000000000000 0.000000000000 0.359375000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.224609375000 +0.243164062500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.138671875000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.145507812500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.208984375000 +0.000000000000 0.000000000000 0.000000000000 0.146484375000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.145507812500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.153320312500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.121582031250 0.241210937500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.149414062500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.008911132812 0.000000000000 0.000000000000 0.000000000000 +0.077636718750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.134765625000 +0.000000000000 0.000000000000 0.000000000000 0.043701171875 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.008483886719 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.237304687500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.053466796875 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.015441894531 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.014648437500 0.156250000000 0.000000000000 0.000000000000 +0.000000000000 0.071289062500 0.000000000000 0.063964843750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.203125000000 0.000000000000 +0.000000000000 0.000000000000 0.052246093750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.051025390625 0.000000000000 0.000000000000 +0.000000000000 0.251953125000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.213867187500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.045654296875 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.247070312500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.001678466797 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.068359375000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.308593750000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.103515625000 0.298828125000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.029418945312 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.070312500000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.001716613770 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.443359375000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.083007812500 0.273437500000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.316406250000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.073730468750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.057128906250 0.345703125000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.209960937500 0.122558593750 0.078125000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.050292968750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.480468750000 0.041992187500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.001052856445 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.515625000000 0.302734375000 0.000000000000 0.000000000000 +0.550781250000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.142578125000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.412109375000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.636718750000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.328125000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.001609802246 +0.000000000000 0.000000000000 0.326171875000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.429687500000 0.143554687500 0.000000000000 0.000000000000 +0.330078125000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.375000000000 0.000000000000 0.000000000000 +0.000000000000 0.435546875000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.090332031250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.601562500000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.628906250000 0.000000000000 +0.000000000000 0.255859375000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.220703125000 +0.000000000000 0.000000000000 0.096679687500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.414062500000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.281250000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.249023437500 +0.000000000000 0.000000000000 0.000000000000 0.396484375000 +0.000000000000 0.302734375000 0.000000000000 0.000000000000 +0.000000000000 0.664062500000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.656250000000 0.000000000000 0.072265625000 0.000000000000 +0.000000000000 0.000000000000 0.593750000000 0.000000000000 +0.425781250000 0.503906250000 0.000000000000 0.031494140625 +0.000000000000 0.000000000000 0.000000000000 0.339843750000 +0.000000000000 0.000000000000 0.003219604492 0.000000000000 +0.000000000000 0.000000000000 0.161132812500 0.000000000000 +0.000000000000 0.022949218750 0.000000000000 0.300781250000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.296875000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.114257812500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.225585937500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.001419067383 +0.000000000000 0.000000000000 0.000000000000 0.039306640625 +0.000000000000 0.000000000000 0.010559082031 0.000000000000 +0.361328125000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.490234375000 0.443359375000 0.000000000000 +0.302734375000 0.455078125000 0.187500000000 0.169921875000 +0.000000000000 0.000000000000 0.000000000000 0.151367187500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.500000000000 0.000000000000 +0.000000000000 0.208984375000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.139648437500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.214843750000 +0.000000000000 0.000000000000 0.174804687500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.238281250000 0.142578125000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.255859375000 0.000000000000 +0.034667968750 0.291015625000 0.051757812500 0.064941406250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.228515625000 0.277343750000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.041015625000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.043701171875 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.009643554688 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.066406250000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.011535644531 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.484375000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.117675781250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.165039062500 0.000000000000 +0.000000000000 0.023681640625 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.024902343750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.201171875000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.037597656250 +0.000000000000 0.000000000000 0.000000000000 0.308593750000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.008850097656 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.185546875000 0.000000000000 0.191406250000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.067382812500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.306640625000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.132812500000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.101074218750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.169921875000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.326171875000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.070312500000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.143554687500 +0.000000000000 0.000000000000 0.000000000000 0.355468750000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.219726562500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.197265625000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.202148437500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.205078125000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.312500000000 +0.000000000000 0.000000000000 0.000000000000 0.171875000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.126953125000 0.000000000000 0.000000000000 +0.000000000000 0.208007812500 0.000000000000 0.000000000000 +0.087890625000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.055908203125 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.562500000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.148437500000 0.000000000000 0.000000000000 0.129882812500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.059326171875 0.429687500000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.125976562500 0.000000000000 +0.458984375000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.122070312500 0.000000000000 0.000000000000 +0.110839843750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.077148437500 0.000000000000 0.000000000000 +0.000000000000 0.605468750000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.066406250000 0.000000000000 +0.275390625000 0.000000000000 0.519531250000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.531250000000 0.000000000000 0.000000000000 0.431640625000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.174804687500 0.000000000000 0.000000000000 0.000000000000 +0.162109375000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.202148437500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.462890625000 0.000000000000 0.000000000000 +0.000000000000 0.369140625000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.431640625000 0.000000000000 +0.000000000000 0.000000000000 0.205078125000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.341796875000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.149414062500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.687500000000 0.750000000000 0.781250000000 +0.083984375000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.800781250000 0.000000000000 +0.205078125000 0.000000000000 0.345703125000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.330078125000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.369140625000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.203125000000 0.000000000000 0.000000000000 +0.562500000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.507812500000 0.000000000000 +0.839843750000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.081542968750 0.000000000000 0.000000000000 +0.000000000000 0.075195312500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.166992187500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.064941406250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.003890991211 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.112304687500 0.000000000000 0.000000000000 0.000000000000 +0.443359375000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.269531250000 +1.101562500000 0.000000000000 0.000000000000 0.101074218750 +0.000000000000 0.253906250000 0.000000000000 0.000000000000 +0.167968750000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.757812500000 0.000000000000 +0.000000000000 0.000000000000 0.137695312500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.165039062500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.171875000000 +0.000000000000 0.333984375000 0.000000000000 0.574218750000 +0.476562500000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.168945312500 0.000000000000 0.000000000000 +0.210937500000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.117187500000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.113769531250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.566406250000 0.000000000000 +0.000000000000 0.314453125000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.206054687500 0.425781250000 0.050781250000 +0.000000000000 0.000000000000 0.000000000000 0.355468750000 +0.000000000000 0.000000000000 0.000000000000 0.100585937500 +0.000000000000 0.523437500000 0.000000000000 0.028686523438 +0.000000000000 0.476562500000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.056152343750 0.000000000000 0.000000000000 +0.566406250000 0.000000000000 0.012451171875 0.000000000000 +0.000000000000 0.000000000000 0.126953125000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.566406250000 +0.000000000000 0.000000000000 0.143554687500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.017089843750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.065917968750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.156250000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000350952148 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.137695312500 0.001884460449 0.000000000000 +0.148437500000 0.000000000000 0.189453125000 0.000000000000 +0.000000000000 0.000000000000 0.054199218750 0.000000000000 +0.349609375000 0.098144531250 0.000000000000 0.229492187500 +0.000000000000 0.000000000000 0.000000000000 0.141601562500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.020019531250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.068847656250 0.000000000000 0.000000000000 +0.189453125000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.066894531250 0.507812500000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.287109375000 0.000000000000 0.054199218750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.192382812500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.026855468750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.190429687500 0.437500000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.201171875000 0.220703125000 0.149414062500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.058593750000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.124511718750 +0.125976562500 0.000000000000 0.000000000000 0.000000000000 +0.165039062500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.310546875000 0.332031250000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.058105468750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.194335937500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.095214843750 0.036621093750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.203125000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.014648437500 0.031127929688 0.000000000000 0.000000000000 +0.000000000000 0.245117187500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.016601562500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.037597656250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.146484375000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.153320312500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.259765625000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.294921875000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.184570312500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.003906250000 0.000000000000 0.094726562500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.333984375000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.111328125000 0.000000000000 0.000000000000 +0.027587890625 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.246093750000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.031250000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.097167968750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.135742187500 +0.000000000000 0.000000000000 0.000000000000 0.202148437500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.300781250000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.125000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.147460937500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.208984375000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.196289062500 0.000000000000 0.000000000000 +0.000000000000 0.066894531250 0.000000000000 0.000000000000 +0.193359375000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.066894531250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.208984375000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.092773437500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.239257812500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.287109375000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.019409179688 0.000000000000 +0.247070312500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.238281250000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.384765625000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.153320312500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.230468750000 0.000000000000 0.000000000000 +0.087402343750 0.000000000000 0.000000000000 0.000000000000 +0.279296875000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.380859375000 0.000000000000 0.000000000000 +0.000000000000 0.067382812500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.021728515625 0.000000000000 +0.000000000000 0.000000000000 0.034912109375 0.000000000000 +0.185546875000 0.000000000000 0.241210937500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.235351562500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.265625000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.398437500000 0.000000000000 +0.000000000000 0.000000000000 0.115722656250 0.000000000000 +0.135742187500 0.000000000000 0.298828125000 0.000000000000 +0.000000000000 0.130859375000 0.000000000000 0.000000000000 +0.000000000000 0.255859375000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.103515625000 0.000000000000 0.000000000000 0.000000000000 +0.238281250000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.154296875000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.613281250000 0.087890625000 +0.083984375000 0.000000000000 0.000000000000 0.000000000000 +0.115722656250 0.186523437500 0.000000000000 0.000000000000 +0.000000000000 0.417968750000 0.000000000000 0.000000000000 +0.000000000000 0.414062500000 0.000000000000 0.000000000000 +0.000000000000 0.041259765625 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000503540039 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.392578125000 0.359375000000 +0.156250000000 0.000000000000 0.069335937500 0.000000000000 +0.281250000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.218750000000 0.000000000000 0.000000000000 +0.000000000000 0.664062500000 0.014282226562 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.255859375000 0.000000000000 0.000000000000 0.000000000000 +0.267578125000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.066894531250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.511718750000 0.093750000000 +0.000000000000 0.000000000000 0.000000000000 0.050048828125 +0.036376953125 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.386718750000 0.121582031250 0.000000000000 +0.000000000000 0.632812500000 0.453125000000 0.054687500000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.063476562500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.064453125000 0.000000000000 +0.683593750000 0.000000000000 0.000000000000 0.000000000000 +0.221679687500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.312500000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.110351562500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.271484375000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.419921875000 0.000000000000 0.000000000000 +0.000000000000 0.523437500000 0.192382812500 0.091308593750 +0.062988281250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.023803710938 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.738281250000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.114746093750 0.000000000000 0.000000000000 0.192382812500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.330078125000 0.443359375000 0.000000000000 0.000000000000 +0.000000000000 0.519531250000 0.000000000000 0.281250000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.843750000000 0.000000000000 0.130859375000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.120605468750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.271484375000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.396484375000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.515625000000 0.000000000000 0.416015625000 +0.000000000000 0.000000000000 0.138671875000 0.000000000000 +0.000000000000 0.000000000000 0.119140625000 0.000000000000 +0.000000000000 0.117675781250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.486328125000 0.000000000000 0.210937500000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.080566406250 0.032714843750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.116699218750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.425781250000 0.000000000000 0.000000000000 +0.365234375000 0.000000000000 0.226562500000 0.000000000000 +0.000000000000 0.000000000000 0.292968750000 0.000000000000 +0.000000000000 0.081054687500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.261718750000 0.000000000000 0.357421875000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.140625000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.267578125000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.390625000000 0.239257812500 0.000000000000 +0.373046875000 0.000000000000 0.267578125000 0.000000000000 +0.000000000000 0.000000000000 0.427734375000 0.000000000000 +0.000000000000 0.375000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.178710937500 0.000000000000 0.181640625000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.071777343750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.291015625000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.460937500000 0.083984375000 0.000000000000 +0.219726562500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.388671875000 0.000000000000 +0.000000000000 0.204101562500 0.000000000000 0.221679687500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.138671875000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.330078125000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.314453125000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.111816406250 0.000000000000 +0.052001953125 0.000000000000 0.000000000000 0.425781250000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.289062500000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.009460449219 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.009460449219 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.096679687500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.486328125000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.081542968750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.253906250000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.253906250000 0.108886718750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.039062500000 0.154296875000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.052246093750 0.000000000000 +0.380859375000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.357421875000 0.111816406250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.148437500000 0.000000000000 0.050048828125 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.605468750000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.488281250000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.047607421875 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.165039062500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.378906250000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.273437500000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.361328125000 0.000000000000 0.000000000000 +0.022583007812 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.023071289062 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.230468750000 0.103515625000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.511718750000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.229492187500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.002319335938 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.077636718750 0.082519531250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.041748046875 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.243164062500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.298828125000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.088867187500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.084472656250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.126953125000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.078613281250 0.129882812500 0.000000000000 +0.000000000000 0.102539062500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.156250000000 0.000000000000 0.047607421875 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.211914062500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.119140625000 0.188476562500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.110839843750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.277343750000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.056640625000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.126953125000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.003494262695 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.011779785156 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.275390625000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.049560546875 0.000000000000 0.000000000000 +0.000000000000 0.205078125000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.198242187500 0.035400390625 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.192382812500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.106445312500 +0.125976562500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.152343750000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.157226562500 0.032958984375 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.078125000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.080566406250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.085449218750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.020019531250 0.127929687500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.285156250000 0.201171875000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.125000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.287109375000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.117187500000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.090332031250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.081542968750 0.000000000000 +0.000000000000 0.316406250000 0.000000000000 0.000000000000 +0.000000000000 0.462890625000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.065429687500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.059326171875 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.006744384766 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.243164062500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.013427734375 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.033203125000 0.058349609375 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.014953613281 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.162109375000 0.000000000000 +0.070800781250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.353515625000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.253906250000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.257812500000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.044189453125 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.029785156250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.041992187500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.198242187500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.408203125000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.283203125000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.102050781250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.208984375000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.153320312500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.053466796875 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.139648437500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.146484375000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.198242187500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.221679687500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.119628906250 0.030761718750 0.000000000000 +0.123535156250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.120117187500 0.000000000000 0.000000000000 0.149414062500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.109863281250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.101562500000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.090820312500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.167968750000 0.000000000000 +0.086914062500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.051025390625 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.042480468750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.097167968750 0.314453125000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.115722656250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.182617187500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.041259765625 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.157226562500 0.255859375000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.193359375000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.052490234375 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.075683593750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.044433593750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.007873535156 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.030395507812 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.105957031250 +0.000000000000 0.000000000000 0.000000000000 0.031005859375 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.273437500000 0.000000000000 +0.136718750000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.067871093750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.009948730469 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.063964843750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.142578125000 +0.000000000000 0.035156250000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.041992187500 0.000000000000 +0.026977539062 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.062500000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.043212890625 0.000000000000 0.000000000000 0.000000000000 diff --git a/AI_Engine_Development/AIE-MLv2/Design_Tutorials/01-Radio-ML/aie/conv1d_template/data/weights-rtp.txt b/AI_Engine_Development/AIE-MLv2/Design_Tutorials/01-Radio-ML/aie/conv1d_template/data/weights-rtp.txt new file mode 100755 index 0000000000..49310b177c --- /dev/null +++ b/AI_Engine_Development/AIE-MLv2/Design_Tutorials/01-Radio-ML/aie/conv1d_template/data/weights-rtp.txt @@ -0,0 +1,28672 @@ +0.013366699219 +0.007812500000 +-0.169921875000 +-0.001777648926 +-0.017333984375 +0.033935546875 +-0.006469726562 +0.045654296875 +-0.076660156250 +-0.009216308594 +0.049804687500 +-0.079589843750 +-0.030639648438 +0.146484375000 +0.039306640625 +-0.015258789062 +0.061767578125 +0.089843750000 +-0.039550781250 +-0.066894531250 +-0.000770568848 +-0.087402343750 +0.016601562500 +-0.367187500000 +-0.057128906250 +-0.093750000000 +0.058349609375 +-0.050781250000 +0.063476562500 +-0.227539062500 +-0.082031250000 +0.128906250000 +0.000459671021 +-0.050781250000 +0.071777343750 +0.022583007812 +-0.043457031250 +-0.050781250000 +-0.118164062500 +-0.188476562500 +0.070312500000 +-0.103027343750 +-0.039306640625 +-0.226562500000 +0.109375000000 +0.012878417969 +-0.032958984375 +0.026367187500 +0.062255859375 +0.014648437500 +-0.263671875000 +-0.044921875000 +-0.133789062500 +0.029663085938 +-0.001625061035 +0.013000488281 +-0.018554687500 +-0.045654296875 +-0.069824218750 +0.183593750000 +-0.041992187500 +-0.163085937500 +-0.163085937500 +-0.185546875000 +0.050781250000 +-0.095214843750 +-0.160156250000 +-0.042480468750 +-0.064941406250 +-0.048583984375 +-0.155273437500 +0.111328125000 +-0.074707031250 +0.094238281250 +-0.014099121094 +-0.078125000000 +0.098632812500 +-0.110839843750 +-0.026000976562 +-0.116210937500 +0.021850585938 +0.066894531250 +0.064453125000 +-0.281250000000 +0.107421875000 +-0.096191406250 +-0.031005859375 +-0.214843750000 +0.081542968750 +0.021362304688 +-0.145507812500 +-0.474609375000 +-0.020874023438 +-0.209960937500 +-0.002502441406 +-0.065429687500 +0.062255859375 +0.089843750000 +-0.178710937500 +-0.036376953125 +0.158203125000 +-0.125000000000 +-0.006256103516 +0.064453125000 +0.082519531250 +-0.019165039062 +-0.083007812500 +0.119140625000 +0.084960937500 +-0.137695312500 +-0.012268066406 +0.144531250000 +0.074218750000 +0.072265625000 +-0.187500000000 +-0.010681152344 +-0.030517578125 +0.001220703125 +0.144531250000 +0.091308593750 +0.077148437500 +-0.013610839844 +0.217773437500 +0.143554687500 +-0.106445312500 +-0.255859375000 +-0.111816406250 +-0.041259765625 +0.032714843750 +0.003356933594 +-0.096679687500 +-0.096679687500 +-0.081542968750 +0.011779785156 +-0.102539062500 +-0.151367187500 +-0.064453125000 +-0.083007812500 +0.005920410156 +0.002914428711 +-0.003036499023 +-0.075195312500 +0.026245117188 +-0.000865936279 +0.054443359375 +0.036621093750 +0.178710937500 +0.060791015625 +0.083007812500 +0.051269531250 +0.069335937500 +-0.119628906250 +0.159179687500 +0.007720947266 +-0.168945312500 +-0.091308593750 +0.039550781250 +-0.157226562500 +0.040039062500 +-0.118164062500 +0.087890625000 +0.123046875000 +0.035400390625 +-0.009643554688 +0.046630859375 +0.014404296875 +-0.101074218750 +0.388671875000 +-0.232421875000 +0.137695312500 +0.131835937500 +0.153320312500 +0.082031250000 +-0.122558593750 +0.190429687500 +0.107910156250 +0.107421875000 +0.080078125000 +-0.247070312500 +-0.180664062500 +-0.267578125000 +-0.116210937500 +0.230468750000 +-0.053466796875 +-0.125000000000 +0.091308593750 +0.146484375000 +-0.090820312500 +0.117675781250 +-0.390625000000 +-0.136718750000 +0.112792968750 +-0.001571655273 +-0.037353515625 +-0.170898437500 +-0.172851562500 +0.083496093750 +-0.153320312500 +-0.128906250000 +-0.177734375000 +-0.086914062500 +-0.221679687500 +-0.187500000000 +0.123046875000 +0.040283203125 +0.038330078125 +0.100097656250 +0.202148437500 +0.084472656250 +-0.063476562500 +0.055664062500 +-0.086914062500 +0.069824218750 +-0.052978515625 +0.127929687500 +-0.102539062500 +-0.198242187500 +-0.094238281250 +0.040527343750 +-0.154296875000 +0.018554687500 +-0.203125000000 +0.016113281250 +-0.079101562500 +0.028930664062 +0.020263671875 +0.038574218750 +0.149414062500 +-0.080566406250 +-0.083496093750 +-0.070312500000 +0.077636718750 +-0.248046875000 +0.076660156250 +0.205078125000 +0.077636718750 +0.052001953125 +-0.050048828125 +-0.101074218750 +0.148437500000 +-0.006225585938 +-0.052978515625 +-0.291015625000 +-0.326171875000 +-0.164062500000 +0.050292968750 +-0.120117187500 +-0.103515625000 +-0.010864257812 +-0.034423828125 +0.135742187500 +-0.075683593750 +0.092285156250 +-0.249023437500 +-0.116210937500 +0.058105468750 +-0.033447265625 +-0.121093750000 +-0.049560546875 +-0.073730468750 +-0.001228332520 +-0.041259765625 +-0.128906250000 +-0.058349609375 +-0.306640625000 +-0.210937500000 +-0.090820312500 +0.151367187500 +0.097656250000 +0.016845703125 +-0.036621093750 +0.057373046875 +0.031494140625 +0.010925292969 +0.052246093750 +0.014831542969 +0.004516601562 +-0.157226562500 +-0.060791015625 +-0.239257812500 +-0.048583984375 +-0.043212890625 +0.041015625000 +-0.132812500000 +0.009033203125 +-0.033203125000 +0.129882812500 +-0.166015625000 +0.091796875000 +-0.047607421875 +0.195312500000 +0.071777343750 +0.102050781250 +0.026245117188 +-0.291015625000 +-0.224609375000 +-0.141601562500 +0.014831542969 +0.159179687500 +-0.047119140625 +0.113281250000 +-0.055908203125 +-0.106445312500 +0.023681640625 +-0.096191406250 +-0.085449218750 +-0.084960937500 +-0.267578125000 +-0.141601562500 +0.001564025879 +-0.000091552734 +0.023681640625 +-0.081054687500 +-0.041748046875 +-0.133789062500 +0.000056505203 +0.035400390625 +-0.167968750000 +-0.033203125000 +0.026000976562 +-0.231445312500 +0.049560546875 +-0.166015625000 +-0.001724243164 +-0.024047851562 +-0.004852294922 +-0.184570312500 +-0.053710937500 +-0.177734375000 +-0.353515625000 +-0.087890625000 +0.017333984375 +-0.002075195312 +0.079589843750 +-0.010803222656 +-0.064453125000 +0.050292968750 +0.063476562500 +0.077636718750 +-0.011901855469 +-0.007354736328 +-0.055175781250 +0.001770019531 +-0.259765625000 +0.074218750000 +-0.006774902344 +0.121093750000 +-0.104003906250 +-0.003616333008 +0.042480468750 +-0.006561279297 +0.118652343750 +0.179687500000 +-0.001358032227 +0.078613281250 +-0.059082031250 +0.113769531250 +0.076660156250 +0.094238281250 +0.025878906250 +-0.156250000000 +0.201171875000 +0.055175781250 +-0.111816406250 +0.155273437500 +0.078125000000 +-0.103027343750 +0.026245117188 +-0.445312500000 +-0.135742187500 +-0.291015625000 +0.000082969666 +0.038818359375 +-0.000230789185 +0.085937500000 +-0.118164062500 +-0.060302734375 +-0.014160156250 +-0.006622314453 +0.039794921875 +-0.109863281250 +-0.103515625000 +-0.007232666016 +-0.158203125000 +-0.363281250000 +-0.061523437500 +-0.167968750000 +0.040039062500 +-0.037109375000 +0.035644531250 +0.092285156250 +0.019287109375 +-0.100585937500 +-0.259765625000 +0.099609375000 +-0.039550781250 +-0.048339843750 +0.013671875000 +-0.069335937500 +-0.178710937500 +0.006195068359 +0.134765625000 +0.009338378906 +-0.079101562500 +0.149414062500 +-0.126953125000 +-0.038574218750 +-0.273437500000 +-0.063476562500 +0.004974365234 +0.008422851562 +0.227539062500 +0.011657714844 +0.212890625000 +-0.073242187500 +0.207031250000 +-0.011535644531 +0.066894531250 +0.044189453125 +0.134765625000 +-0.016845703125 +-0.140625000000 +-0.312500000000 +0.201171875000 +-0.375000000000 +0.093261718750 +0.061523437500 +0.092773437500 +0.235351562500 +0.071777343750 +0.064941406250 +0.033691406250 +-0.105468750000 +-0.004730224609 +-0.585937500000 +0.121093750000 +-0.178710937500 +0.011718750000 +-0.082519531250 +-0.048583984375 +-0.014282226562 +-0.054687500000 +0.024047851562 +-0.038085937500 +-0.032470703125 +-0.109863281250 +0.033691406250 +-0.239257812500 +-0.084960937500 +0.120117187500 +-0.010864257812 +-0.170898437500 +-0.039794921875 +-0.020874023438 +0.056396484375 +0.165039062500 +0.170898437500 +-0.027221679688 +0.048095703125 +0.035888671875 +-0.045166015625 +-0.102539062500 +-0.048339843750 +0.200195312500 +-0.042724609375 +-0.045410156250 +0.028930664062 +-0.134765625000 +-0.017700195312 +0.125976562500 +-0.082519531250 +-0.076660156250 +0.191406250000 +0.012268066406 +0.075683593750 +0.087890625000 +0.025512695312 +-0.111816406250 +-0.161132812500 +-0.328125000000 +0.005706787109 +0.063476562500 +-0.059570312500 +0.067382812500 +0.022705078125 +-0.392578125000 +-0.011413574219 +-0.259765625000 +-0.103027343750 +0.014465332031 +0.052978515625 +-0.000145912170 +-0.005004882812 +0.014282226562 +0.060302734375 +-0.080078125000 +-0.078613281250 +-0.155273437500 +-0.059082031250 +-0.070312500000 +0.121093750000 +-0.056884765625 +0.048095703125 +-0.059082031250 +-0.433593750000 +0.049804687500 +0.118164062500 +-0.109863281250 +-0.044189453125 +0.014831542969 +0.002212524414 +-0.178710937500 +0.035888671875 +-0.003540039062 +-0.003295898438 +0.134765625000 +0.096679687500 +-0.092285156250 +0.107421875000 +0.244140625000 +-0.092773437500 +-0.018188476562 +-0.061523437500 +-0.008728027344 +-0.028076171875 +-0.142578125000 +0.056396484375 +0.130859375000 +-0.129882812500 +0.058349609375 +0.065917968750 +0.130859375000 +0.079589843750 +0.023803710938 +-0.060058593750 +-0.219726562500 +-0.117675781250 +0.021118164062 +0.053710937500 +0.076660156250 +0.059814453125 +-0.119628906250 +0.037109375000 +0.123046875000 +0.059814453125 +-0.047119140625 +-0.003906250000 +-0.112304687500 +0.126953125000 +-0.177734375000 +0.093750000000 +-0.222656250000 +-0.644531250000 +-0.007263183594 +0.104492187500 +-0.083984375000 +-0.120117187500 +0.002929687500 +-0.005737304688 +-0.148437500000 +-0.070800781250 +-0.109863281250 +-0.088867187500 +0.105957031250 +0.001739501953 +0.032714843750 +-0.128906250000 +0.221679687500 +-0.164062500000 +-0.039794921875 +-0.057861328125 +0.080078125000 +-0.123046875000 +0.048095703125 +-0.033935546875 +-0.263671875000 +-0.224609375000 +0.087402343750 +0.047363281250 +0.012695312500 +-0.024902343750 +-0.192382812500 +0.107421875000 +0.263671875000 +0.016723632812 +0.055664062500 +-0.051513671875 +-0.332031250000 +0.121582031250 +-0.123535156250 +-0.000061511993 +0.302734375000 +0.034179687500 +0.006774902344 +0.022094726562 +-0.002044677734 +0.056396484375 +0.004669189453 +0.092773437500 +-0.181640625000 +-0.086914062500 +0.094726562500 +0.054199218750 +0.035888671875 +0.011962890625 +-0.101074218750 +0.150390625000 +0.122558593750 +0.051025390625 +-0.021362304688 +0.048583984375 +0.050292968750 +0.076660156250 +-0.013000488281 +-0.111328125000 +-0.215820312500 +-0.406250000000 +-0.023315429688 +-0.080078125000 +0.056152343750 +-0.017700195312 +0.046875000000 +0.036621093750 +-0.283203125000 +0.035644531250 +-0.071777343750 +-0.044189453125 +0.100097656250 +-0.027832031250 +-0.078125000000 +-0.050048828125 +0.081542968750 +0.017211914062 +0.077636718750 +-0.133789062500 +-0.032226562500 +-0.110351562500 +0.080078125000 +-0.082031250000 +-0.209960937500 +-0.324218750000 +-0.022583007812 +0.022827148438 +0.041503906250 +0.072753906250 +-0.042968750000 +0.106933593750 +0.026977539062 +-0.036132812500 +-0.147460937500 +-0.056884765625 +-0.092773437500 +-0.045410156250 +0.004882812500 +-0.026123046875 +0.088378906250 +0.125000000000 +0.018920898438 +0.022338867188 +0.054443359375 +0.079101562500 +-0.047607421875 +0.078613281250 +-0.154296875000 +-0.001350402832 +0.000572204590 +0.191406250000 +-0.208984375000 +-0.004333496094 +-0.108886718750 +-0.004211425781 +-0.001510620117 +-0.144531250000 +0.031127929688 +-0.075683593750 +0.085937500000 +-0.050292968750 +-0.046875000000 +0.058349609375 +-0.201171875000 +-0.462890625000 +0.078125000000 +-0.143554687500 +0.112304687500 +-0.125000000000 +0.035644531250 +0.026367187500 +-0.033691406250 +0.096679687500 +-0.087402343750 +0.029418945312 +0.015991210938 +-0.006408691406 +-0.070312500000 +-0.269531250000 +0.027587890625 +-0.164062500000 +-0.017089843750 +-0.054199218750 +0.101562500000 +-0.058105468750 +-0.023315429688 +-0.037597656250 +0.032470703125 +-0.137695312500 +0.087890625000 +0.069335937500 +-0.005035400391 +-0.018676757812 +0.100097656250 +-0.005523681641 +-0.133789062500 +-0.215820312500 +-0.086914062500 +-0.095214843750 +-0.007507324219 +-0.011596679688 +-0.010192871094 +-0.092773437500 +-0.053955078125 +-0.219726562500 +-0.198242187500 +-0.033447265625 +0.078613281250 +0.035156250000 +0.133789062500 +-0.021606445312 +0.189453125000 +0.214843750000 +0.031982421875 +-0.205078125000 +-0.204101562500 +0.066406250000 +-0.076171875000 +-0.000471115112 +-0.355468750000 +0.025024414062 +0.024291992188 +-0.056152343750 +0.000583648682 +-0.097656250000 +0.100585937500 +-0.084960937500 +-0.092773437500 +-0.116699218750 +0.101074218750 +-0.077148437500 +0.097656250000 +-0.054687500000 +0.075195312500 +0.124023437500 +0.023193359375 +0.040039062500 +-0.096191406250 +-0.067382812500 +-0.025268554688 +0.125976562500 +-0.097167968750 +-0.194335937500 +0.094726562500 +0.010986328125 +0.034912109375 +0.052001953125 +0.067871093750 +-0.085937500000 +0.009338378906 +0.058349609375 +-0.122070312500 +0.164062500000 +0.029907226562 +0.049072265625 +-0.054931640625 +-0.061279296875 +-0.002746582031 +-0.036621093750 +0.025878906250 +-0.247070312500 +-0.132812500000 +0.014404296875 +0.095703125000 +-0.007537841797 +0.003524780273 +0.020629882812 +-0.052734375000 +-0.332031250000 +-0.122558593750 +-0.002166748047 +0.112304687500 +-0.035644531250 +0.065429687500 +-0.042480468750 +0.157226562500 +0.044921875000 +-0.021362304688 +-0.096679687500 +-0.033691406250 +-0.015014648438 +-0.053710937500 +-0.047851562500 +-0.045166015625 +-0.314453125000 +0.044921875000 +0.023437500000 +0.051513671875 +-0.062011718750 +-0.005706787109 +-0.052978515625 +0.014587402344 +-0.045410156250 +0.106933593750 +-0.008483886719 +0.090820312500 +-0.041503906250 +0.039550781250 +0.088867187500 +-0.298828125000 +-0.067871093750 +-0.013916015625 +-0.094238281250 +0.129882812500 +-0.014099121094 +-0.125976562500 +-0.189453125000 +0.114257812500 +0.038085937500 +0.160156250000 +-0.049560546875 +-0.075683593750 +-0.108886718750 +0.149414062500 +0.124023437500 +-0.328125000000 +0.062500000000 +-0.085937500000 +0.023681640625 +-0.010375976562 +0.031494140625 +0.250000000000 +0.257812500000 +0.110351562500 +-0.173828125000 +0.072265625000 +-0.112304687500 +-0.150390625000 +-0.024047851562 +-0.017822265625 +-0.176757812500 +0.058349609375 +-0.083007812500 +-0.043945312500 +-0.027465820312 +0.044433593750 +-0.064453125000 +0.014282226562 +-0.003845214844 +-0.039306640625 +-0.184570312500 +-0.029785156250 +0.044921875000 +0.129882812500 +0.062988281250 +-0.106445312500 +-0.183593750000 +0.194335937500 +0.186523437500 +-0.045166015625 +0.018676757812 +-0.051025390625 +0.034912109375 +0.015869140625 +0.013549804688 +0.031494140625 +-0.048828125000 +-0.075683593750 +-0.007568359375 +-0.038574218750 +-0.018676757812 +0.103027343750 +0.021728515625 +-0.390625000000 +-0.308593750000 +-0.049316406250 +-0.022460937500 +0.186523437500 +-0.001831054688 +-0.153320312500 +-0.291015625000 +-0.025878906250 +0.183593750000 +0.127929687500 +0.075195312500 +-0.298828125000 +0.037841796875 +0.083007812500 +0.072753906250 +-0.088378906250 +-0.050048828125 +0.041992187500 +0.020996093750 +0.067382812500 +0.154296875000 +-0.013244628906 +-0.018310546875 +-0.287109375000 +-0.029663085938 +-0.166015625000 +-0.135742187500 +0.112304687500 +-0.026611328125 +0.042724609375 +-0.174804687500 +-0.021484375000 +0.043212890625 +0.117187500000 +0.040283203125 +0.098144531250 +0.175781250000 +-0.138671875000 +0.207031250000 +-0.480468750000 +-0.054443359375 +-0.161132812500 +-0.066894531250 +0.166992187500 +0.025756835938 +0.026367187500 +0.039306640625 +0.231445312500 +-0.030273437500 +-0.114746093750 +-0.199218750000 +-0.159179687500 +-0.109863281250 +0.048339843750 +-0.242187500000 +0.080078125000 +0.014526367188 +0.029541015625 +-0.058837890625 +0.031494140625 +0.004699707031 +-0.335937500000 +-0.113281250000 +-0.138671875000 +-0.119628906250 +-0.034179687500 +-0.001091003418 +0.136718750000 +0.001205444336 +0.059326171875 +-0.019287109375 +0.131835937500 +-0.015014648438 +0.049804687500 +-0.020507812500 +0.052490234375 +-0.144531250000 +0.035156250000 +-0.029052734375 +0.137695312500 +0.024658203125 +0.029174804688 +0.099121093750 +-0.010925292969 +0.024169921875 +-0.119140625000 +0.013671875000 +-0.281250000000 +0.100585937500 +-0.084960937500 +-0.165039062500 +0.110351562500 +0.109375000000 +0.011535644531 +-0.110839843750 +-0.008056640625 +-0.253906250000 +0.067871093750 +0.064941406250 +-0.031127929688 +0.063476562500 +-0.143554687500 +0.011230468750 +-0.294921875000 +0.007690429688 +-0.079589843750 +0.041748046875 +-0.108398437500 +0.115234375000 +0.055664062500 +0.107421875000 +0.025024414062 +0.108398437500 +-0.100585937500 +-0.373046875000 +-0.112304687500 +-0.087402343750 +0.097656250000 +-0.291015625000 +0.048583984375 +-0.198242187500 +-0.123046875000 +0.097656250000 +-0.199218750000 +0.042724609375 +-0.316406250000 +-0.345703125000 +-0.257812500000 +-0.035156250000 +0.057861328125 +0.073730468750 +-0.123535156250 +-0.090332031250 +-0.041259765625 +-0.063964843750 +0.045166015625 +0.052734375000 +-0.018310546875 +-0.065917968750 +-0.140625000000 +-0.139648437500 +0.079589843750 +-0.193359375000 +0.068847656250 +0.069335937500 +-0.022216796875 +-0.025146484375 +0.136718750000 +-0.044189453125 +0.003677368164 +-0.025390625000 +-0.116210937500 +0.027587890625 +-0.097656250000 +-0.255859375000 +0.298828125000 +0.026489257812 +-0.008972167969 +-0.026245117188 +-0.054687500000 +-0.066894531250 +0.056640625000 +0.002807617188 +-0.063476562500 +0.062500000000 +-0.194335937500 +-0.038330078125 +-0.417968750000 +0.120117187500 +-0.147460937500 +0.043945312500 +-0.063476562500 +0.073242187500 +0.039062500000 +-0.056884765625 +-0.104980468750 +0.146484375000 +-0.129882812500 +-0.388671875000 +-0.163085937500 +-0.008850097656 +0.051025390625 +-0.177734375000 +0.041748046875 +-0.099609375000 +0.025634765625 +-0.021728515625 +-0.208007812500 +-0.042724609375 +-0.171875000000 +-0.314453125000 +-0.068847656250 +-0.095703125000 +0.067382812500 +-0.121093750000 +-0.035156250000 +0.002349853516 +-0.008056640625 +0.033691406250 +-0.133789062500 +0.153320312500 +-0.046630859375 +0.052978515625 +0.098632812500 +-0.062500000000 +0.080078125000 +-0.011352539062 +-0.296875000000 +-0.019287109375 +0.055175781250 +-0.026367187500 +0.137695312500 +0.007690429688 +0.074707031250 +-0.002456665039 +0.086425781250 +-0.018310546875 +-0.099121093750 +-0.032226562500 +-0.082519531250 +-0.047607421875 +0.032470703125 +-0.024047851562 +-0.018920898438 +-0.194335937500 +0.069335937500 +0.138671875000 +0.087402343750 +0.030883789062 +0.099121093750 +-0.043701171875 +-0.349609375000 +0.091796875000 +-0.291015625000 +-0.104492187500 +-0.119628906250 +0.052001953125 +0.077636718750 +-0.225585937500 +-0.144531250000 +0.065917968750 +0.016479492188 +-0.115234375000 +-0.472656250000 +0.002609252930 +-0.038574218750 +-0.155273437500 +-0.084960937500 +0.063964843750 +0.090820312500 +-0.004150390625 +-0.120117187500 +0.037841796875 +-0.162109375000 +-0.217773437500 +0.072753906250 +-0.105468750000 +0.007141113281 +-0.162109375000 +0.077636718750 +0.038574218750 +0.012207031250 +0.051757812500 +-0.187500000000 +-0.158203125000 +-0.040527343750 +-0.077636718750 +0.031127929688 +-0.146484375000 +0.017944335938 +0.071289062500 +-0.306640625000 +0.018310546875 +0.009460449219 +0.056152343750 +0.076171875000 +0.021972656250 +0.096679687500 +-0.084472656250 +0.390625000000 +-0.208984375000 +-0.152343750000 +-0.003463745117 +0.047119140625 +-0.004730224609 +-0.038085937500 +-0.316406250000 +-0.125000000000 +-0.064941406250 +0.070312500000 +0.125976562500 +0.136718750000 +0.007171630859 +-0.210937500000 +0.150390625000 +0.011901855469 +0.090820312500 +-0.279296875000 +-0.029541015625 +-0.112792968750 +0.091308593750 +0.022094726562 +-0.133789062500 +-0.091308593750 +0.062011718750 +-0.107421875000 +-0.121582031250 +-0.178710937500 +0.005096435547 +0.045898437500 +-0.093261718750 +-0.051757812500 +-0.194335937500 +-0.083984375000 +0.122070312500 +0.076171875000 +0.030151367188 +-0.197265625000 +-0.267578125000 +0.166992187500 +-0.345703125000 +-0.049316406250 +0.018188476562 +-0.011779785156 +-0.099121093750 +0.070312500000 +0.088378906250 +0.033203125000 +-0.359375000000 +-0.018798828125 +-0.036132812500 +0.039550781250 +-0.047851562500 +-0.003036499023 +0.113769531250 +-0.018188476562 +-0.253906250000 +0.031005859375 +-0.010070800781 +0.044677734375 +0.051757812500 +0.005950927734 +-0.108398437500 +0.349609375000 +-0.365234375000 +0.013122558594 +-0.046142578125 +-0.343750000000 +-0.065917968750 +-0.042480468750 +-0.128906250000 +-0.244140625000 +0.017211914062 +0.128906250000 +0.002899169922 +0.012512207031 +0.046386718750 +-0.310546875000 +-0.023559570312 +-0.234375000000 +-0.031738281250 +-0.165039062500 +0.017333984375 +-0.116210937500 +0.031005859375 +-0.038330078125 +-0.125000000000 +-0.044921875000 +-0.082031250000 +-0.053466796875 +-0.195312500000 +-0.092285156250 +-0.090820312500 +0.081542968750 +-0.193359375000 +-0.052734375000 +-0.066406250000 +0.047607421875 +0.008300781250 +0.053955078125 +0.066406250000 +-0.069824218750 +-0.223632812500 +-0.045166015625 +-0.143554687500 +0.083496093750 +0.000112533569 +0.091308593750 +-0.017333984375 +0.041503906250 +-0.006896972656 +-0.006652832031 +-0.120117187500 +0.079101562500 +-0.263671875000 +0.050537109375 +-0.045410156250 +0.078613281250 +0.135742187500 +0.052978515625 +-0.128906250000 +-0.000820159912 +0.109863281250 +-0.137695312500 +0.028808593750 +0.006286621094 +0.024658203125 +-0.150390625000 +0.032714843750 +-0.102050781250 +0.051757812500 +-0.148437500000 +-0.187500000000 +0.033935546875 +-0.041748046875 +0.005584716797 +0.159179687500 +0.040771484375 +0.082031250000 +0.061523437500 +0.112304687500 +-0.617187500000 +0.095703125000 +-0.104003906250 +0.122558593750 +-0.126953125000 +-0.090332031250 +-0.075683593750 +0.016479492188 +0.064453125000 +-0.052490234375 +0.128906250000 +0.132812500000 +0.065917968750 +-0.220703125000 +-0.066406250000 +-0.005554199219 +0.053222656250 +-0.125976562500 +0.259765625000 +-0.163085937500 +-0.083007812500 +0.165039062500 +-0.043945312500 +0.046386718750 +-0.124023437500 +-0.376953125000 +-0.155273437500 +0.060058593750 +-0.044433593750 +0.100097656250 +-0.005767822266 +0.034179687500 +0.036132812500 +0.061767578125 +-0.149414062500 +0.112792968750 +0.067871093750 +-0.147460937500 +0.052246093750 +-0.033935546875 +0.100585937500 +0.108886718750 +0.048095703125 +-0.176757812500 +-0.010498046875 +-0.056640625000 +-0.355468750000 +0.009704589844 +0.071289062500 +-0.085449218750 +0.020507812500 +-0.113769531250 +-0.072265625000 +0.102539062500 +-0.060791015625 +-0.094238281250 +-0.060791015625 +0.009704589844 +-0.251953125000 +0.108398437500 +0.013244628906 +-0.067382812500 +0.117187500000 +-0.008117675781 +0.033691406250 +-0.033203125000 +0.316406250000 +-0.229492187500 +0.047607421875 +-0.115722656250 +0.058349609375 +-0.053955078125 +0.080078125000 +0.108886718750 +0.076171875000 +-0.121582031250 +-0.014160156250 +-0.126953125000 +0.026000976562 +0.156250000000 +-0.039062500000 +-0.131835937500 +-0.347656250000 +-0.031005859375 +-0.077148437500 +-0.112792968750 +0.002944946289 +0.069335937500 +-0.116699218750 +-0.071289062500 +-0.042968750000 +0.114257812500 +-0.010437011719 +0.040771484375 +-0.273437500000 +-0.075195312500 +-0.263671875000 +-0.308593750000 +0.236328125000 +0.109863281250 +0.010498046875 +-0.084472656250 +0.057617187500 +0.121093750000 +-0.230468750000 +0.059814453125 +-0.231445312500 +-0.330078125000 +0.004577636719 +0.010009765625 +0.102050781250 +-0.081542968750 +-0.061035156250 +-0.113281250000 +-0.230468750000 +-0.031127929688 +0.031982421875 +0.000381469727 +0.088378906250 +0.128906250000 +-0.122070312500 +0.027099609375 +-0.205078125000 +0.096679687500 +0.028808593750 +-0.154296875000 +-0.494140625000 +-0.042236328125 +0.048339843750 +-0.133789062500 +0.032470703125 +-0.017456054688 +0.072265625000 +0.152343750000 +0.112792968750 +-0.089843750000 +-0.048339843750 +-0.067382812500 +-0.238281250000 +-0.166015625000 +-0.006164550781 +-0.022338867188 +-0.177734375000 +0.065917968750 +-0.150390625000 +0.028808593750 +-0.116699218750 +-0.074707031250 +-0.071777343750 +-0.067382812500 +-0.248046875000 +-0.070312500000 +-0.213867187500 +-0.337890625000 +-0.101074218750 +0.114746093750 +0.078613281250 +-0.251953125000 +0.001678466797 +0.028808593750 +-0.240234375000 +0.114746093750 +-0.245117187500 +-0.130859375000 +-0.241210937500 +-0.107421875000 +0.094726562500 +0.055175781250 +-0.292968750000 +-0.012207031250 +0.088867187500 +-0.122558593750 +-0.035400390625 +-0.000261306763 +-0.054199218750 +-0.035888671875 +-0.111816406250 +-0.020263671875 +-0.369140625000 +0.312500000000 +0.054199218750 +-0.071289062500 +0.064453125000 +0.030761718750 +-0.058593750000 +0.030395507812 +-0.222656250000 +0.145507812500 +0.044921875000 +0.002593994141 +-0.029418945312 +-0.091308593750 +0.082031250000 +-0.075683593750 +0.027709960938 +-0.026489257812 +-0.055175781250 +0.129882812500 +0.004028320312 +-0.034667968750 +-0.043701171875 +0.096679687500 +0.093261718750 +-0.190429687500 +0.081542968750 +-0.153320312500 +0.091796875000 +0.037597656250 +-0.236328125000 +-0.022094726562 +-0.150390625000 +-0.016967773438 +-0.045898437500 +-0.062500000000 +-0.061035156250 +0.041259765625 +-0.125976562500 +-0.225585937500 +-0.063964843750 +-0.074707031250 +0.008056640625 +-0.192382812500 +-0.011413574219 +-0.019165039062 +-0.109863281250 +-0.215820312500 +-0.084472656250 +-0.245117187500 +-0.056640625000 +0.005645751953 +0.015991210938 +-0.060791015625 +-0.203125000000 +-0.082519531250 +0.037353515625 +-0.221679687500 +-0.021850585938 +0.011291503906 +-0.015136718750 +-0.094238281250 +0.065429687500 +0.130859375000 +-0.026977539062 +0.116210937500 +0.033203125000 +-0.070800781250 +-0.073730468750 +-0.008056640625 +-0.110351562500 +-0.039062500000 +-0.078125000000 +-0.217773437500 +-0.083496093750 +-0.007537841797 +0.065917968750 +-0.119628906250 +-0.028442382812 +-0.066406250000 +-0.382812500000 +-0.064453125000 +0.033447265625 +0.166015625000 +0.014465332031 +0.018188476562 +-0.123046875000 +0.000553131104 +0.058837890625 +-0.204101562500 +-0.047607421875 +-0.002456665039 +-0.198242187500 +0.089843750000 +0.018066406250 +-0.071289062500 +0.128906250000 +-0.025878906250 +-0.041503906250 +-0.056884765625 +-0.147460937500 +-0.138671875000 +-0.107910156250 +-0.039306640625 +-0.220703125000 +-0.347656250000 +0.058349609375 +0.082519531250 +-0.071777343750 +0.129882812500 +0.006866455078 +-0.054931640625 +0.045654296875 +-0.125976562500 +0.058593750000 +-0.117187500000 +-0.196289062500 +0.140625000000 +-0.376953125000 +-0.193359375000 +-0.152343750000 +-0.165039062500 +0.082031250000 +-0.053955078125 +0.003494262695 +-0.018920898438 +0.008972167969 +0.117675781250 +-0.135742187500 +-0.009643554688 +0.038330078125 +0.024291992188 +0.106445312500 +0.042480468750 +-0.227539062500 +0.102539062500 +-0.229492187500 +-0.049072265625 +-0.127929687500 +0.001098632812 +0.076171875000 +-0.003219604492 +-0.041259765625 +-0.014526367188 +-0.490234375000 +0.068847656250 +0.101562500000 +0.116699218750 +0.170898437500 +-0.160156250000 +-0.003341674805 +0.117675781250 +-0.404296875000 +-0.250000000000 +0.021240234375 +0.053955078125 +0.125000000000 +0.064453125000 +-0.057373046875 +-0.105957031250 +-0.058349609375 +-0.217773437500 +0.145507812500 +0.091796875000 +0.020019531250 +0.043945312500 +-0.292968750000 +-0.103027343750 +-0.034667968750 +0.310546875000 +0.009094238281 +-0.087890625000 +-0.158203125000 +0.125000000000 +-0.132812500000 +-0.065917968750 +-0.081054687500 +0.068359375000 +-0.134765625000 +0.024047851562 +-0.087890625000 +0.034667968750 +-0.250000000000 +-0.263671875000 +-0.160156250000 +0.038818359375 +0.057617187500 +-0.104980468750 +0.028686523438 +-0.034179687500 +0.015869140625 +0.043945312500 +-0.062500000000 +-0.050781250000 +-0.010192871094 +0.022705078125 +0.010864257812 +0.070800781250 +-0.096679687500 +-0.177734375000 +-0.031005859375 +-0.055175781250 +0.088867187500 +-0.279296875000 +-0.020629882812 +0.064941406250 +0.045654296875 +0.111816406250 +0.037597656250 +0.142578125000 +-0.065917968750 +0.154296875000 +-0.234375000000 +-0.025268554688 +0.066894531250 +0.093750000000 +-0.091308593750 +0.114257812500 +-0.164062500000 +0.144531250000 +-0.345703125000 +0.040771484375 +-0.133789062500 +-0.281250000000 +-0.150390625000 +-0.241210937500 +0.028320312500 +0.013122558594 +0.021728515625 +-0.003097534180 +-0.072265625000 +-0.063476562500 +-0.208984375000 +0.069824218750 +0.068847656250 +0.012084960938 +-0.103027343750 +0.115234375000 +0.063476562500 +0.059570312500 +-0.235351562500 +0.001541137695 +0.011962890625 +-0.027465820312 +-0.092285156250 +0.056640625000 +-0.042236328125 +-0.137695312500 +0.031250000000 +0.060302734375 +0.042480468750 +0.067382812500 +-0.010925292969 +0.052978515625 +0.099121093750 +-0.035888671875 +-0.046386718750 +0.091308593750 +0.088378906250 +-0.087402343750 +0.052001953125 +0.064941406250 +-0.054687500000 +-0.117187500000 +0.050537109375 +0.015625000000 +0.067871093750 +-0.119140625000 +0.080566406250 +-0.051269531250 +0.148437500000 +0.041992187500 +0.345703125000 +0.070312500000 +0.098144531250 +0.123046875000 +0.147460937500 +-0.151367187500 +0.168945312500 +-0.002273559570 +0.127929687500 +-0.265625000000 +-0.002685546875 +0.027954101562 +-0.156250000000 +0.064941406250 +-0.021606445312 +-0.070800781250 +-0.195312500000 +-0.058593750000 +0.020019531250 +-0.133789062500 +-0.007507324219 +0.085449218750 +-0.095214843750 +0.090332031250 +0.119140625000 +-0.141601562500 +-0.066894531250 +-0.261718750000 +-0.104003906250 +-0.015869140625 +0.122558593750 +0.004760742188 +0.078125000000 +-0.164062500000 +0.128906250000 +-0.012268066406 +-0.001777648926 +0.045410156250 +-0.147460937500 +-0.031982421875 +0.055175781250 +-0.269531250000 +-0.009948730469 +0.127929687500 +0.199218750000 +-0.049560546875 +-0.087890625000 +0.132812500000 +-0.322265625000 +-0.033691406250 +0.015014648438 +-0.134765625000 +0.218750000000 +0.114257812500 +-0.133789062500 +0.195312500000 +0.457031250000 +-0.111328125000 +0.039306640625 +-0.022338867188 +-0.111328125000 +0.097167968750 +0.132812500000 +-0.039550781250 +-0.199218750000 +0.009765625000 +0.084960937500 +0.136718750000 +-0.123046875000 +0.050537109375 +-0.341796875000 +0.030029296875 +-0.167968750000 +0.161132812500 +-0.000299453735 +0.062255859375 +-0.159179687500 +-0.070800781250 +-0.206054687500 +-0.014892578125 +-0.404296875000 +-0.244140625000 +0.088378906250 +0.141601562500 +0.250000000000 +0.039794921875 +-0.179687500000 +0.219726562500 +-0.273437500000 +0.145507812500 +0.141601562500 +-0.154296875000 +-0.234375000000 +0.025756835938 +-0.347656250000 +-0.107421875000 +-0.137695312500 +-0.099121093750 +-0.037109375000 +-0.121093750000 +-0.211914062500 +-0.166992187500 +-0.067382812500 +-0.265625000000 +0.396484375000 +-0.113769531250 +0.028320312500 +0.075683593750 +0.153320312500 +0.084960937500 +-0.037841796875 +0.216796875000 +-0.130859375000 +0.182617187500 +-0.040039062500 +-0.015136718750 +-0.384765625000 +-0.009033203125 +-0.012390136719 +-0.109863281250 +-0.023437500000 +0.194335937500 +0.069335937500 +0.010253906250 +0.158203125000 +0.049804687500 +-0.100097656250 +0.142578125000 +0.005554199219 +-0.283203125000 +0.025268554688 +0.049804687500 +-0.115722656250 +0.037109375000 +-0.320312500000 +0.103027343750 +-0.040283203125 +-0.119628906250 +0.022094726562 +0.058349609375 +-0.017089843750 +0.083496093750 +-0.113281250000 +0.007812500000 +-0.324218750000 +0.008850097656 +0.049804687500 +0.077636718750 +0.150390625000 +0.131835937500 +-0.022583007812 +-0.043457031250 +0.026000976562 +-0.025756835938 +0.102539062500 +0.026123046875 +-0.050781250000 +-0.053466796875 +-0.107421875000 +-0.065917968750 +-0.123046875000 +0.246093750000 +0.008178710938 +0.110351562500 +-0.312500000000 +-0.292968750000 +-0.174804687500 +0.063964843750 +0.208007812500 +-0.131835937500 +0.111816406250 +-0.052734375000 +0.148437500000 +-0.035644531250 +-0.285156250000 +0.101074218750 +-0.220703125000 +0.094726562500 +-0.096679687500 +-0.069824218750 +-0.246093750000 +0.071777343750 +0.048583984375 +-0.152343750000 +-0.347656250000 +0.044189453125 +0.027221679688 +0.006378173828 +0.075683593750 +0.062255859375 +0.045166015625 +0.071289062500 +0.129882812500 +0.027343750000 +-0.007324218750 +-0.145507812500 +0.124511718750 +0.127929687500 +-0.291015625000 +0.082031250000 +-0.039794921875 +-0.172851562500 +-0.060791015625 +0.169921875000 +0.069824218750 +-0.071777343750 +-0.061523437500 +0.079589843750 +-0.221679687500 +-0.110839843750 +0.069824218750 +0.062988281250 +0.191406250000 +0.064453125000 +-0.160156250000 +0.062988281250 +-0.186523437500 +-0.249023437500 +0.108886718750 +-0.104980468750 +0.012695312500 +-0.075683593750 +-0.281250000000 +-0.137695312500 +-0.010925292969 +-0.038085937500 +-0.062988281250 +0.048828125000 +-0.024414062500 +-0.318359375000 +-0.200195312500 +0.051757812500 +0.139648437500 +-0.100585937500 +0.005523681641 +0.085449218750 +-0.002761840820 +0.141601562500 +-0.417968750000 +-0.109375000000 +0.038330078125 +-0.101074218750 +-0.068847656250 +0.037597656250 +0.053710937500 +0.066894531250 +0.061279296875 +-0.109375000000 +-0.294921875000 +-0.105468750000 +0.035156250000 +0.075683593750 +0.048828125000 +0.081054687500 +-0.073730468750 +-0.002517700195 +0.121582031250 +-0.255859375000 +0.017211914062 +0.065429687500 +0.053710937500 +0.002624511719 +-0.045898437500 +-0.011352539062 +0.064941406250 +0.177734375000 +0.043457031250 +0.042968750000 +-0.085937500000 +0.058837890625 +-0.156250000000 +0.060791015625 +-0.500000000000 +-0.294921875000 +-0.017089843750 +0.051513671875 +-0.024291992188 +0.060302734375 +-0.118164062500 +-0.155273437500 +-0.133789062500 +-0.371093750000 +0.046630859375 +0.083007812500 +0.112792968750 +0.008239746094 +-0.332031250000 +-0.131835937500 +-0.049804687500 +-0.310546875000 +0.034667968750 +-0.020751953125 +0.236328125000 +-0.035400390625 +-0.105957031250 +0.062011718750 +0.091796875000 +0.032226562500 +0.093261718750 +0.053222656250 +0.104492187500 +0.006988525391 +-0.296875000000 +-0.068847656250 +-0.150390625000 +-0.095214843750 +-0.047607421875 +0.023193359375 +-0.083007812500 +-0.128906250000 +-0.027099609375 +-0.095214843750 +-0.139648437500 +-0.056640625000 +0.116210937500 +0.023559570312 +0.052001953125 +0.107421875000 +0.050781250000 +-0.044677734375 +-0.192382812500 +-0.104003906250 +-0.017700195312 +0.024291992188 +0.084960937500 +-0.074707031250 +-0.055664062500 +0.028320312500 +-0.104003906250 +-0.181640625000 +0.071777343750 +-0.044677734375 +-0.050781250000 +0.048095703125 +-0.183593750000 +0.041259765625 +-0.445312500000 +-0.122070312500 +0.096191406250 +0.093750000000 +0.030883789062 +0.013244628906 +-0.128906250000 +-0.001022338867 +-0.089843750000 +-0.155273437500 +0.087890625000 +0.057861328125 +0.007812500000 +-0.039062500000 +-0.396484375000 +0.107910156250 +-0.312500000000 +0.210937500000 +0.026000976562 +-0.158203125000 +0.080078125000 +-0.026489257812 +-0.030517578125 +0.021362304688 +-0.263671875000 +0.109863281250 +-0.010986328125 +-0.027709960938 +-0.014648437500 +0.125976562500 +-0.060302734375 +-0.147460937500 +-0.390625000000 +0.052734375000 +-0.066894531250 +0.021362304688 +0.054199218750 +0.063476562500 +0.054199218750 +-0.045410156250 +0.010498046875 +0.023315429688 +0.050292968750 +0.093261718750 +-0.098632812500 +0.030395507812 +0.097167968750 +-0.072265625000 +-0.324218750000 +-0.009826660156 +-0.050781250000 +0.077148437500 +0.023315429688 +0.013854980469 +-0.223632812500 +0.019165039062 +-0.242187500000 +-0.187500000000 +0.073730468750 +-0.127929687500 +0.089355468750 +0.106933593750 +-0.054199218750 +0.036376953125 +-0.291015625000 +-0.086914062500 +0.097656250000 +0.062988281250 +0.003936767578 +0.134765625000 +-0.200195312500 +-0.133789062500 +-0.245117187500 +-0.101562500000 +0.059326171875 +-0.060546875000 +-0.175781250000 +0.066406250000 +-0.126953125000 +-0.041748046875 +0.111816406250 +0.219726562500 +0.036132812500 +-0.328125000000 +-0.045654296875 +0.014465332031 +0.127929687500 +0.116210937500 +-0.098632812500 +0.120605468750 +0.144531250000 +0.031738281250 +0.298828125000 +0.048339843750 +-0.470703125000 +0.144531250000 +-0.156250000000 +0.093750000000 +-0.037353515625 +-0.048828125000 +0.117187500000 +-0.009338378906 +0.055419921875 +-0.009460449219 +0.166992187500 +-0.102050781250 +0.047851562500 +0.093750000000 +0.082519531250 +-0.030395507812 +0.040283203125 +-0.138671875000 +-0.308593750000 +0.028564453125 +0.111328125000 +0.084472656250 +0.105468750000 +-0.101074218750 +-0.179687500000 +0.047607421875 +-0.140625000000 +-0.152343750000 +0.017333984375 +0.000759124756 +0.177734375000 +0.069824218750 +-0.094238281250 +0.056884765625 +-0.043945312500 +-0.068847656250 +0.075683593750 +0.112304687500 +0.057617187500 +0.001686096191 +-0.474609375000 +0.073242187500 +-0.129882812500 +-0.345703125000 +0.057861328125 +0.073242187500 +-0.021728515625 +-0.211914062500 +0.026245117188 +-0.088378906250 +-0.225585937500 +0.162109375000 +0.000434875488 +-0.215820312500 +0.056884765625 +-0.045898437500 +0.236328125000 +0.099121093750 +0.165039062500 +0.144531250000 +0.036376953125 +-0.017578125000 +-0.188476562500 +-0.000598907471 +-0.165039062500 +0.069824218750 +-0.092773437500 +0.106445312500 +0.091796875000 +-0.035156250000 +-0.094726562500 +-0.259765625000 +0.044433593750 +0.067871093750 +0.073730468750 +-0.071777343750 +0.024536132812 +0.061279296875 +-0.096191406250 +-0.040771484375 +-0.061767578125 +-0.012268066406 +0.211914062500 +0.058349609375 +-0.094726562500 +-0.234375000000 +-0.178710937500 +-0.147460937500 +0.047851562500 +-0.070800781250 +-0.035644531250 +-0.024291992188 +0.028686523438 +-0.036621093750 +-0.249023437500 +-0.024536132812 +-0.233398437500 +-0.134765625000 +0.018432617188 +0.106445312500 +0.031005859375 +0.064453125000 +-0.075683593750 +-0.024291992188 +0.063964843750 +0.234375000000 +0.095703125000 +-0.015441894531 +0.051269531250 +0.049560546875 +0.165039062500 +-0.064453125000 +0.022583007812 +0.144531250000 +0.229492187500 +0.239257812500 +-0.177734375000 +0.018066406250 +0.231445312500 +0.045898437500 +0.036132812500 +0.250000000000 +0.015625000000 +-0.094238281250 +0.070312500000 +0.066894531250 +-0.242187500000 +-0.010192871094 +-0.008361816406 +0.088378906250 +-0.038574218750 +0.103515625000 +0.133789062500 +-0.071777343750 +-0.351562500000 +-0.197265625000 +0.141601562500 +0.058349609375 +0.107910156250 +-0.002243041992 +0.104003906250 +0.110839843750 +0.088378906250 +-0.263671875000 +-0.169921875000 +0.058593750000 +-0.034423828125 +-0.042236328125 +-0.153320312500 +-0.292968750000 +-0.057128906250 +0.073242187500 +0.004425048828 +0.092773437500 +0.167968750000 +0.062255859375 +-0.191406250000 +-0.035156250000 +-0.015014648438 +-0.037841796875 +-0.324218750000 +0.041015625000 +-0.161132812500 +-0.109863281250 +0.053222656250 +0.089843750000 +-0.225585937500 +0.040039062500 +0.088867187500 +0.071777343750 +-0.292968750000 +0.009948730469 +0.006896972656 +0.000295639038 +-0.090332031250 +0.027954101562 +0.090332031250 +-0.032958984375 +-0.224609375000 +-0.058349609375 +-0.085449218750 +-0.082519531250 +0.104980468750 +0.018310546875 +-0.086914062500 +0.025634765625 +0.086425781250 +-0.227539062500 +0.021728515625 +0.071289062500 +-0.124023437500 +0.088867187500 +-0.040771484375 +0.008361816406 +0.137695312500 +-0.093261718750 +-0.000459671021 +-0.017822265625 +0.016235351562 +-0.292968750000 +-0.022827148438 +0.034423828125 +-0.185546875000 +-0.097656250000 +-0.011108398438 +0.142578125000 +0.022338867188 +-0.077148437500 +-0.302734375000 +0.071777343750 +-0.139648437500 +0.051269531250 +-0.007720947266 +-0.249023437500 +-0.064941406250 +-0.322265625000 +0.085449218750 +0.051757812500 +0.039062500000 +-0.175781250000 +0.021484375000 +-0.235351562500 +0.064453125000 +0.019897460938 +-0.277343750000 +0.045898437500 +-0.083496093750 +-0.109375000000 +-0.011840820312 +0.035644531250 +0.039062500000 +0.063964843750 +0.148437500000 +-0.064941406250 +-0.285156250000 +0.018676757812 +-0.104492187500 +0.072753906250 +-0.208007812500 +0.042968750000 +-0.007659912109 +0.020019531250 +-0.347656250000 +0.054931640625 +0.019897460938 +-0.027465820312 +-0.051025390625 +-0.132812500000 +0.023559570312 +0.093750000000 +0.037109375000 +-0.330078125000 +0.092773437500 +0.004302978516 +0.027954101562 +-0.044677734375 +0.034423828125 +-0.047363281250 +-0.073242187500 +-0.187500000000 +0.064453125000 +-0.056884765625 +0.054443359375 +-0.123046875000 +0.011413574219 +-0.009399414062 +-0.153320312500 +0.132812500000 +0.106445312500 +-0.091796875000 +0.116699218750 +0.091796875000 +-0.112304687500 +0.028320312500 +-0.243164062500 +0.009704589844 +-0.119140625000 +-0.312500000000 +-0.423828125000 +-0.060546875000 +-0.016479492188 +0.161132812500 +-0.155273437500 +-0.079101562500 +0.084472656250 +-0.000732421875 +-0.025634765625 +-0.008300781250 +-0.135742187500 +-0.092773437500 +0.082519531250 +-0.235351562500 +-0.005401611328 +0.065917968750 +0.020507812500 +0.085449218750 +0.124023437500 +-0.119140625000 +-0.078613281250 +-0.013793945312 +-0.072753906250 +0.035888671875 +0.072753906250 +-0.005950927734 +0.068359375000 +-0.002853393555 +-0.166015625000 +0.018920898438 +0.027465820312 +-0.148437500000 +-0.000637054443 +-0.011718750000 +-0.028076171875 +-0.034667968750 +0.066406250000 +-0.172851562500 +-0.022460937500 +0.027343750000 +0.012023925781 +0.033691406250 +-0.000339508057 +-0.003402709961 +0.080078125000 +-0.431640625000 +0.014038085938 +-0.109375000000 +0.054443359375 +-0.245117187500 +0.128906250000 +0.075683593750 +-0.053466796875 +0.271484375000 +0.133789062500 +0.061279296875 +-0.067871093750 +-0.004943847656 +-0.099121093750 +-0.104492187500 +-0.281250000000 +-0.154296875000 +-0.292968750000 +-0.133789062500 +-0.192382812500 +-0.199218750000 +0.041992187500 +-0.078613281250 +-0.078125000000 +-0.062011718750 +0.050292968750 +0.155273437500 +-0.125000000000 +0.059082031250 +0.008117675781 +-0.048095703125 +-0.028930664062 +-0.378906250000 +0.030883789062 +0.079101562500 +0.108398437500 +0.024902343750 +-0.000694274902 +0.018920898438 +0.118164062500 +-0.052978515625 +0.035888671875 +-0.031738281250 +0.007537841797 +0.000694274902 +0.001235961914 +-0.006072998047 +0.007598876953 +-0.118164062500 +0.061035156250 +-0.304687500000 +-0.006866455078 +-0.038330078125 +0.071777343750 +0.104003906250 +0.108398437500 +-0.092773437500 +0.024658203125 +-0.032958984375 +0.041259765625 +0.013488769531 +0.026733398438 +0.055908203125 +0.179687500000 +-0.174804687500 +0.063964843750 +-0.328125000000 +0.043945312500 +0.007873535156 +0.007934570312 +0.139648437500 +0.102539062500 +-0.036865234375 +0.188476562500 +0.196289062500 +-0.164062500000 +0.186523437500 +0.017822265625 +0.043457031250 +-0.042480468750 +0.062255859375 +-0.163085937500 +-0.281250000000 +-0.267578125000 +-0.068847656250 +-0.031982421875 +-0.090332031250 +0.109863281250 +-0.027587890625 +-0.012939453125 +0.111816406250 +-0.134765625000 +0.111816406250 +-0.009033203125 +0.009582519531 +0.031982421875 +-0.320312500000 +0.096679687500 +0.111816406250 +0.030761718750 +0.107910156250 +0.111328125000 +0.011474609375 +-0.002243041992 +-0.263671875000 +-0.047119140625 +0.067382812500 +-0.026855468750 +-0.060058593750 +-0.031005859375 +-0.095214843750 +0.240234375000 +-0.096679687500 +-0.048095703125 +-0.116699218750 +0.031738281250 +-0.059326171875 +-0.052001953125 +0.201171875000 +0.121093750000 +-0.091796875000 +0.012451171875 +0.007812500000 +0.148437500000 +-0.002868652344 +0.087890625000 +0.091308593750 +0.001037597656 +0.080566406250 +0.040527343750 +-0.125000000000 +0.061279296875 +-0.141601562500 +0.129882812500 +0.125976562500 +0.068847656250 +-0.085937500000 +0.047607421875 +0.029541015625 +0.263671875000 +-0.037353515625 +0.160156250000 +0.140625000000 +0.103515625000 +0.084960937500 +-0.099121093750 +-0.267578125000 +-0.124023437500 +-0.107910156250 +0.028930664062 +-0.069824218750 +0.213867187500 +-0.437500000000 +0.014587402344 +-0.069824218750 +-0.073242187500 +-0.047363281250 +0.054687500000 +0.053710937500 +0.132812500000 +-0.240234375000 +-0.030639648438 +0.057128906250 +0.024902343750 +-0.018676757812 +0.087402343750 +0.062500000000 +-0.145507812500 +0.115234375000 +-0.012023925781 +-0.050537109375 +0.125976562500 +-0.006408691406 +-0.068359375000 +0.012145996094 +0.100585937500 +-0.079101562500 +-0.041503906250 +-0.080566406250 +-0.037841796875 +-0.038818359375 +0.091308593750 +0.142578125000 +0.093261718750 +0.150390625000 +-0.003555297852 +-0.212890625000 +-0.190429687500 +-0.048095703125 +-0.049072265625 +0.056396484375 +0.314453125000 +-0.071777343750 +0.054199218750 +-0.082031250000 +-0.263671875000 +0.023803710938 +-0.174804687500 +-0.049560546875 +-0.255859375000 +-0.165039062500 +-0.049804687500 +-0.115722656250 +0.077636718750 +-0.056396484375 +0.105468750000 +-0.106445312500 +0.215820312500 +-0.054443359375 +0.046630859375 +0.100097656250 +0.104492187500 +0.136718750000 +-0.195312500000 +0.094238281250 +-0.287109375000 +0.193359375000 +-0.040527343750 +0.031250000000 +-0.012695312500 +0.041259765625 +0.005035400391 +0.175781250000 +-0.104980468750 +-0.166992187500 +0.021850585938 +0.044677734375 +0.175781250000 +0.030395507812 +-0.115234375000 +0.184570312500 +-0.049804687500 +-0.099121093750 +-0.058837890625 +-0.016845703125 +-0.087402343750 +0.023437500000 +-0.194335937500 +-0.034179687500 +-0.112792968750 +-0.077148437500 +-0.228515625000 +-0.006927490234 +-0.054687500000 +0.094238281250 +-0.013610839844 +-0.085937500000 +-0.073730468750 +0.167968750000 +-0.000514984131 +-0.167968750000 +0.022094726562 +-0.014404296875 +-0.005523681641 +0.110839843750 +0.110351562500 +-0.138671875000 +0.110351562500 +0.075683593750 +-0.179687500000 +-0.094726562500 +-0.028686523438 +-0.041503906250 +-0.170898437500 +-0.062500000000 +-0.053955078125 +-0.004638671875 +-0.067382812500 +0.009460449219 +-0.027099609375 +-0.082031250000 +0.222656250000 +-0.088378906250 +0.052001953125 +0.125000000000 +-0.026611328125 +0.008056640625 +-0.002182006836 +0.035156250000 +-0.296875000000 +0.251953125000 +0.030761718750 +0.058105468750 +0.008850097656 +0.070800781250 +0.002059936523 +-0.044433593750 +-0.119628906250 +-0.130859375000 +0.099609375000 +-0.040771484375 +0.005615234375 +0.057128906250 +-0.412109375000 +0.009216308594 +-0.149414062500 +0.098632812500 +0.052001953125 +0.010253906250 +-0.029663085938 +0.079589843750 +-0.149414062500 +0.010925292969 +0.187500000000 +0.061279296875 +-0.083984375000 +-0.114257812500 +0.032226562500 +-0.046875000000 +-0.062255859375 +0.110839843750 +-0.027343750000 +0.215820312500 +-0.020263671875 +-0.077636718750 +-0.018066406250 +0.088378906250 +0.098632812500 +-0.235351562500 +0.223632812500 +-0.126953125000 +0.023193359375 +-0.039062500000 +-0.324218750000 +-0.032226562500 +-0.147460937500 +-0.058837890625 +-0.148437500000 +0.064941406250 +-0.088867187500 +-0.051757812500 +0.026123046875 +-0.023925781250 +-0.084960937500 +-0.012512207031 +-0.201171875000 +-0.027465820312 +0.057128906250 +0.052490234375 +-0.008239746094 +0.031982421875 +-0.064453125000 +0.075683593750 +-0.124511718750 +-0.005523681641 +0.109375000000 +0.001647949219 +-0.133789062500 +0.098144531250 +0.060058593750 +-0.128906250000 +0.135742187500 +0.104003906250 +0.028076171875 +-0.073730468750 +0.113281250000 +-0.141601562500 +-0.361328125000 +0.057617187500 +-0.172851562500 +0.189453125000 +-0.022460937500 +-0.052246093750 +0.094238281250 +-0.042724609375 +-0.131835937500 +-0.137695312500 +-0.273437500000 +0.081054687500 +-0.257812500000 +-0.100097656250 +0.089355468750 +0.107421875000 +-0.068847656250 +0.127929687500 +0.165039062500 +-0.139648437500 +-0.126953125000 +0.028930664062 +-0.126953125000 +0.003234863281 +-0.047363281250 +0.020019531250 +0.111328125000 +-0.064941406250 +-0.012329101562 +0.038818359375 +-0.138671875000 +-0.070312500000 +-0.133789062500 +-0.048095703125 +-0.041259765625 +0.161132812500 +0.047119140625 +-0.095214843750 +-0.108398437500 +0.051025390625 +-0.031250000000 +-0.029663085938 +-0.375000000000 +-0.018676757812 +0.057617187500 +0.182617187500 +-0.026000976562 +0.076171875000 +-0.119628906250 +0.086914062500 +-0.229492187500 +-0.355468750000 +0.073242187500 +-0.033691406250 +-0.026245117188 +0.132812500000 +-0.034423828125 +-0.185546875000 +0.184570312500 +-0.275390625000 +0.060058593750 +0.028808593750 +0.063964843750 +0.113769531250 +-0.215820312500 +0.068359375000 +-0.330078125000 +-0.361328125000 +-0.033447265625 +-0.064941406250 +0.048095703125 +0.044433593750 +-0.197265625000 +0.111816406250 +-0.154296875000 +0.070800781250 +-0.167968750000 +-0.341796875000 +0.051269531250 +0.084960937500 +0.056152343750 +0.314453125000 +0.020263671875 +-0.186523437500 +-0.010925292969 +0.008972167969 +0.005645751953 +-0.038330078125 +-0.101562500000 +0.026733398438 +-0.198242187500 +-0.044921875000 +0.054199218750 +-0.190429687500 +-0.101074218750 +0.027587890625 +-0.269531250000 +-0.130859375000 +0.265625000000 +0.033203125000 +-0.024902343750 +-0.097656250000 +0.040283203125 +-0.030151367188 +-0.076660156250 +0.013122558594 +-0.214843750000 +0.092773437500 +0.043701171875 +0.036376953125 +-0.064941406250 +0.053222656250 +-0.149414062500 +-0.032958984375 +-0.308593750000 +-0.048095703125 +-0.043457031250 +0.024169921875 +-0.223632812500 +-0.013061523438 +-0.018798828125 +-0.074218750000 +-0.088867187500 +0.145507812500 +0.013427734375 +-0.019775390625 +0.018310546875 +-0.030273437500 +-0.200195312500 +-0.111328125000 +-0.230468750000 +0.137695312500 +-0.057128906250 +0.028930664062 +-0.061279296875 +0.034179687500 +0.084960937500 +-0.157226562500 +0.032958984375 +0.049072265625 +-0.396484375000 +-0.131835937500 +0.037109375000 +-0.032958984375 +0.145507812500 +-0.076171875000 +0.092773437500 +-0.047363281250 +-0.087402343750 +-0.259765625000 +0.025634765625 +-0.069335937500 +0.037353515625 +0.013183593750 +-0.024536132812 +-0.235351562500 +-0.062988281250 +-0.083984375000 +0.066894531250 +0.054443359375 +-0.145507812500 +-0.123046875000 +0.014526367188 +-0.043212890625 +-0.002182006836 +-0.250000000000 +0.013977050781 +-0.026489257812 +-0.023925781250 +-0.248046875000 +0.116699218750 +-0.094726562500 +0.027465820312 +0.142578125000 +0.023803710938 +0.134765625000 +-0.196289062500 +-0.010864257812 +-0.161132812500 +-0.039306640625 +0.125976562500 +0.111328125000 +0.108398437500 +-0.002655029297 +-0.074707031250 +0.061035156250 +-0.414062500000 +0.007110595703 +-0.005249023438 +-0.036376953125 +0.076171875000 +0.115234375000 +0.146484375000 +-0.017089843750 +-0.000151634216 +-0.145507812500 +-0.041015625000 +0.057373046875 +0.009216308594 +0.054443359375 +-0.042968750000 +0.005554199219 +0.035400390625 +-0.224609375000 +-0.179687500000 +-0.029052734375 +-0.249023437500 +-0.007873535156 +-0.064941406250 +-0.196289062500 +-0.084472656250 +0.082031250000 +-0.052001953125 +-0.511718750000 +-0.046386718750 +0.051757812500 +0.184570312500 +0.093261718750 +0.392578125000 +-0.142578125000 +0.044677734375 +-0.078613281250 +0.080566406250 +-0.038330078125 +-0.112304687500 +0.056884765625 +-0.138671875000 +0.114257812500 +-0.090820312500 +-0.069335937500 +-0.111816406250 +0.044433593750 +0.098144531250 +-0.029663085938 +0.408203125000 +-0.051025390625 +0.114257812500 +0.044189453125 +-0.026611328125 +0.056884765625 +-0.261718750000 +-0.017211914062 +-0.128906250000 +-0.275390625000 +-0.049316406250 +0.023193359375 +0.085937500000 +-0.001998901367 +0.162109375000 +-0.042236328125 +0.065917968750 +0.131835937500 +0.073242187500 +0.124511718750 +0.406250000000 +0.104492187500 +0.150390625000 +0.037353515625 +0.215820312500 +-0.326171875000 +-0.078613281250 +0.133789062500 +0.114257812500 +0.016967773438 +-0.104003906250 +-0.263671875000 +0.019409179688 +-0.302734375000 +-0.324218750000 +-0.164062500000 +-0.406250000000 +-0.038818359375 +0.017089843750 +-0.310546875000 +-0.122070312500 +-0.051513671875 +-0.275390625000 +-0.018188476562 +0.023193359375 +-0.057128906250 +0.092773437500 +-0.110839843750 +0.184570312500 +0.097167968750 +0.001876831055 +-0.145507812500 +-0.120605468750 +-0.101562500000 +0.038085937500 +-0.175781250000 +-0.140625000000 +0.062988281250 +-0.007873535156 +0.081054687500 +0.025146484375 +-0.253906250000 +-0.052978515625 +0.214843750000 +0.169921875000 +-0.068847656250 +-0.028076171875 +-0.060302734375 +-0.049072265625 +-0.162109375000 +0.039550781250 +0.065429687500 +-0.072265625000 +-0.034667968750 +0.097656250000 +-0.318359375000 +0.034912109375 +-0.062988281250 +-0.246093750000 +0.006317138672 +-0.154296875000 +-0.000010609627 +0.043701171875 +0.012878417969 +0.148437500000 +-0.147460937500 +-0.221679687500 +0.017333984375 +-0.033691406250 +-0.167968750000 +0.137695312500 +0.253906250000 +0.054199218750 +0.083007812500 +-0.052734375000 +0.224609375000 +-0.585937500000 +-0.004150390625 +0.039062500000 +0.070312500000 +0.075195312500 +0.071289062500 +-0.123046875000 +-0.010864257812 +0.062500000000 +0.022216796875 +-0.253906250000 +-0.149414062500 +-0.161132812500 +-0.067871093750 +-0.041748046875 +-0.001327514648 +-0.038574218750 +-0.165039062500 +-0.047851562500 +-0.059814453125 +-0.058105468750 +-0.004150390625 +0.004882812500 +-0.059326171875 +-0.302734375000 +0.143554687500 +0.031005859375 +-0.011657714844 +-0.013488769531 +-0.404296875000 +-0.148437500000 +0.143554687500 +0.121582031250 +-0.273437500000 +0.010559082031 +-0.238281250000 +0.038085937500 +-0.335937500000 +0.035156250000 +0.041748046875 +-0.019531250000 +-0.011108398438 +0.036621093750 +0.000572204590 +0.008972167969 +0.075683593750 +-0.248046875000 +-0.153320312500 +0.126953125000 +-0.131835937500 +0.066894531250 +0.042724609375 +-0.128906250000 +-0.046875000000 +-0.162109375000 +-0.023681640625 +0.028808593750 +-0.102539062500 +0.120605468750 +0.038330078125 +0.294921875000 +0.140625000000 +-0.184570312500 +0.090332031250 +-0.081542968750 +-0.052978515625 +-0.072753906250 +-0.191406250000 +0.180664062500 +0.040527343750 +-0.304687500000 +0.065917968750 +0.059326171875 +0.124023437500 +-0.219726562500 +-0.010864257812 +-0.188476562500 +0.041503906250 +0.044433593750 +-0.049316406250 +-0.320312500000 +-0.179687500000 +-0.017333984375 +-0.132812500000 +0.083007812500 +0.022705078125 +0.005798339844 +0.125000000000 +-0.118164062500 +0.250000000000 +0.026611328125 +-0.018310546875 +-0.010559082031 +-0.208007812500 +-0.051269531250 +0.104492187500 +-0.117675781250 +0.001640319824 +-0.010131835938 +-0.100585937500 +-0.032958984375 +-0.237304687500 +0.074707031250 +0.003570556641 +0.085937500000 +-0.337890625000 +0.081542968750 +0.122070312500 +0.068847656250 +-0.012145996094 +-0.173828125000 +-0.131835937500 +0.164062500000 +-0.109863281250 +-0.009643554688 +0.072753906250 +-0.138671875000 +-0.125976562500 +-0.244140625000 +0.028808593750 +0.104980468750 +-0.201171875000 +0.052978515625 +0.120605468750 +0.143554687500 +0.168945312500 +-0.244140625000 +0.031005859375 +-0.017456054688 +-0.209960937500 +0.071777343750 +-0.140625000000 +0.103515625000 +0.005554199219 +-0.373046875000 +0.153320312500 +-0.052978515625 +0.113769531250 +-0.080078125000 +-0.135742187500 +-0.402343750000 +0.058593750000 +0.052490234375 +-0.316406250000 +-0.353515625000 +0.046875000000 +-0.009948730469 +-0.122558593750 +0.100585937500 +0.029174804688 +-0.007690429688 +0.170898437500 +0.135742187500 +0.045654296875 +-0.057617187500 +-0.209960937500 +-0.056884765625 +-0.320312500000 +-0.033691406250 +0.086425781250 +0.049316406250 +0.126953125000 +0.049316406250 +-0.161132812500 +-0.114746093750 +-0.234375000000 +0.011230468750 +-0.030151367188 +0.078125000000 +0.066406250000 +0.000191688538 +-0.064941406250 +-0.152343750000 +-0.007202148438 +-0.304687500000 +-0.127929687500 +-0.013549804688 +-0.208984375000 +0.024169921875 +-0.002395629883 +-0.137695312500 +-0.015258789062 +-0.148437500000 +0.007232666016 +-0.056884765625 +0.169921875000 +0.005859375000 +0.089355468750 +-0.049072265625 +0.102539062500 +-0.371093750000 +0.111328125000 +-0.084960937500 +-0.203125000000 +-0.036621093750 +-0.055664062500 +0.036132812500 +-0.136718750000 +-0.186523437500 +0.046386718750 +-0.078613281250 +-0.048828125000 +-0.242187500000 +-0.019287109375 +-0.228515625000 +-0.021606445312 +-0.033935546875 +-0.558593750000 +-0.063964843750 +-0.150390625000 +0.008239746094 +-0.031127929688 +0.101074218750 +0.041259765625 +0.104003906250 +0.112792968750 +0.086425781250 +-0.130859375000 +-0.090820312500 +-0.004089355469 +0.130859375000 +-0.292968750000 +0.076171875000 +0.024291992188 +0.250000000000 +0.046875000000 +0.016357421875 +0.032714843750 +0.036621093750 +-0.219726562500 +0.062255859375 +0.057128906250 +-0.332031250000 +0.115722656250 +-0.099609375000 +-0.086425781250 +-0.153320312500 +-0.061279296875 +-0.186523437500 +0.026245117188 +-0.238281250000 +-0.147460937500 +-0.095214843750 +0.061767578125 +-0.040283203125 +0.042968750000 +-0.129882812500 +-0.051269531250 +-0.191406250000 +0.271484375000 +-0.108886718750 +-0.002090454102 +0.057861328125 +0.016723632812 +-0.228515625000 +0.041015625000 +-0.265625000000 +0.088378906250 +0.049560546875 +-0.033691406250 +-0.063964843750 +-0.008483886719 +-0.035644531250 +-0.151367187500 +-0.166015625000 +-0.022949218750 +-0.082031250000 +-0.116210937500 +-0.046630859375 +-0.018188476562 +-0.015563964844 +-0.222656250000 +0.126953125000 +-0.164062500000 +-0.189453125000 +-0.138671875000 +0.045654296875 +0.026733398438 +-0.032714843750 +0.035644531250 +0.068847656250 +-0.013549804688 +-0.092285156250 +-0.129882812500 +-0.024291992188 +-0.332031250000 +-0.013488769531 +0.013977050781 +0.072265625000 +0.096679687500 +-0.014526367188 +-0.003524780273 +0.059570312500 +-0.097167968750 +0.054687500000 +0.072753906250 +-0.127929687500 +0.189453125000 +-0.031494140625 +0.104003906250 +0.078125000000 +0.016967773438 +-0.023071289062 +0.000030994415 +-0.199218750000 +0.032226562500 +-0.008300781250 +0.041503906250 +0.086425781250 +-0.216796875000 +-0.006744384766 +-0.005310058594 +0.065429687500 +-0.179687500000 +0.184570312500 +0.025024414062 +-0.023315429688 +0.115234375000 +-0.180664062500 +0.072753906250 +-0.337890625000 +0.075683593750 +0.120117187500 +0.099609375000 +-0.105468750000 +0.097167968750 +0.073730468750 +0.004364013672 +0.093750000000 +0.060302734375 +0.014831542969 +-0.157226562500 +0.036376953125 +0.031738281250 +0.111328125000 +0.052490234375 +0.412109375000 +-0.095703125000 +-0.049316406250 +0.052490234375 +-0.006835937500 +-0.004089355469 +0.129882812500 +0.111328125000 +-0.113769531250 +-0.050781250000 +-0.024414062500 +0.022949218750 +-0.105957031250 +-0.195312500000 +0.053222656250 +0.043457031250 +0.140625000000 +0.100097656250 +0.013610839844 +-0.020507812500 +-0.318359375000 +-0.196289062500 +-0.053955078125 +-0.020751953125 +0.023071289062 +-0.267578125000 +0.088867187500 +0.016479492188 +-0.025878906250 +-0.053222656250 +-0.121093750000 +-0.159179687500 +-0.178710937500 +-0.192382812500 +-0.002349853516 +-0.159179687500 +0.042724609375 +-0.314453125000 +-0.057861328125 +0.090820312500 +0.043212890625 +-0.132812500000 +0.083496093750 +-0.018188476562 +0.082031250000 +-0.023315429688 +-0.204101562500 +0.000774383545 +-0.083984375000 +0.075683593750 +0.244140625000 +0.068847656250 +0.210937500000 +0.062011718750 +0.010986328125 +0.043945312500 +-0.017333984375 +0.063964843750 +-0.014038085938 +-0.109863281250 +0.101074218750 +-0.125976562500 +-0.045410156250 +-0.022338867188 +-0.087890625000 +-0.022338867188 +0.003494262695 +0.193359375000 +0.084960937500 +0.062988281250 +0.164062500000 +-0.021606445312 +-0.014526367188 +0.193359375000 +-0.154296875000 +-0.001922607422 +0.090332031250 +-0.048095703125 +0.171875000000 +-0.168945312500 +0.149414062500 +-0.462890625000 +0.125000000000 +0.119628906250 +-0.050537109375 +-0.051025390625 +0.117187500000 +0.203125000000 +0.024291992188 +-0.134765625000 +-0.165039062500 +-0.124023437500 +0.100097656250 +-0.087890625000 +-0.032470703125 +-0.085449218750 +-0.134765625000 +-0.664062500000 +-0.005584716797 +0.088867187500 +-0.020996093750 +-0.324218750000 +-0.088867187500 +0.026123046875 +-0.006408691406 +0.238281250000 +-0.130859375000 +-0.080566406250 +0.024536132812 +0.021240234375 +-0.000282287598 +0.140625000000 +0.236328125000 +0.107910156250 +-0.182617187500 +0.071289062500 +-0.051757812500 +-0.429687500000 +-0.048828125000 +0.109375000000 +-0.069335937500 +0.021728515625 +-0.106445312500 +-0.051269531250 +-0.039550781250 +-0.082519531250 +-0.080566406250 +0.069335937500 +0.014038085938 +-0.040771484375 +0.008483886719 +0.081054687500 +-0.047119140625 +0.108398437500 +0.018188476562 +-0.003097534180 +-0.008300781250 +-0.367187500000 +0.180664062500 +-0.020507812500 +0.035400390625 +0.016113281250 +0.044921875000 +0.089355468750 +0.197265625000 +0.013366699219 +-0.045166015625 +-0.001426696777 +-0.008789062500 +-0.079101562500 +-0.022460937500 +-0.075683593750 +0.036132812500 +0.070312500000 +0.011108398438 +-0.023559570312 +-0.124511718750 +-0.066894531250 +-0.060302734375 +-0.059570312500 +-0.004882812500 +0.095703125000 +-0.416015625000 +0.031250000000 +-0.082031250000 +-0.186523437500 +-0.103515625000 +-0.219726562500 +0.046875000000 +-0.004302978516 +-0.021972656250 +0.093750000000 +0.040283203125 +0.171875000000 +0.076171875000 +0.058593750000 +-0.230468750000 +0.180664062500 +-0.072265625000 +0.052734375000 +-0.028320312500 +-0.449218750000 +0.047851562500 +-0.001785278320 +-0.088867187500 +-0.163085937500 +0.031982421875 +0.068359375000 +0.101562500000 +-0.079101562500 +-0.101074218750 +-0.005340576172 +-0.078613281250 +0.038330078125 +-0.048583984375 +0.116210937500 +-0.049316406250 +0.031982421875 +-0.024414062500 +-0.094238281250 +-0.022460937500 +-0.205078125000 +-0.096679687500 +-0.020385742188 +-0.065429687500 +0.001251220703 +-0.027099609375 +-0.062988281250 +0.003219604492 +0.159179687500 +-0.071777343750 +0.084472656250 +0.118652343750 +0.004241943359 +-0.143554687500 +-0.154296875000 +0.022827148438 +0.106933593750 +0.071777343750 +-0.014526367188 +-0.010620117188 +0.051513671875 +-0.190429687500 +0.054687500000 +0.275390625000 +0.180664062500 +-0.094726562500 +-0.037841796875 +-0.114257812500 +-0.131835937500 +-0.131835937500 +-0.255859375000 +-0.248046875000 +-0.199218750000 +-0.089355468750 +0.281250000000 +0.054687500000 +-0.029418945312 +-0.091796875000 +0.010864257812 +-0.210937500000 +-0.185546875000 +-0.110839843750 +-0.182617187500 +-0.006591796875 +-0.308593750000 +0.083984375000 +0.011901855469 +-0.085449218750 +0.005584716797 +-0.006439208984 +-0.059082031250 +0.067871093750 +0.034423828125 +-0.041503906250 +-0.081542968750 +-0.125976562500 +0.129882812500 +-0.118652343750 +-0.003250122070 +0.010559082031 +0.019897460938 +-0.086914062500 +0.009826660156 +-0.289062500000 +0.164062500000 +-0.037597656250 +-0.072753906250 +-0.184570312500 +-0.058105468750 +0.126953125000 +-0.161132812500 +0.188476562500 +0.088867187500 +0.055664062500 +0.120605468750 +-0.057861328125 +-0.092285156250 +-0.161132812500 +-0.169921875000 +-0.005523681641 +-0.099121093750 +0.090820312500 +-0.076171875000 +0.026611328125 +0.005950927734 +-0.184570312500 +-0.027221679688 +0.161132812500 +-0.130859375000 +0.410156250000 +-0.022338867188 +-0.032226562500 +-0.095703125000 +-0.205078125000 +-0.152343750000 +-0.247070312500 +0.044189453125 +-0.298828125000 +0.335937500000 +0.035644531250 +-0.154296875000 +-0.115722656250 +-0.146484375000 +-0.202148437500 +-0.115234375000 +-0.312500000000 +-0.066406250000 +-0.039794921875 +-0.040771484375 +0.138671875000 +-0.194335937500 +-0.073242187500 +-0.001808166504 +-0.015869140625 +-0.036865234375 +0.093750000000 +-0.191406250000 +-0.101074218750 +0.097656250000 +-0.052246093750 +0.059814453125 +-0.169921875000 +-0.073242187500 +0.119140625000 +-0.192382812500 +-0.024902343750 +-0.046630859375 +-0.296875000000 +-0.211914062500 +-0.091308593750 +-0.040283203125 +-0.116699218750 +-0.125000000000 +0.105468750000 +-0.241210937500 +-0.215820312500 +-0.050292968750 +-0.137695312500 +-0.146484375000 +-0.079101562500 +-0.259765625000 +-0.022216796875 +-0.243164062500 +0.143554687500 +0.000976562500 +0.030395507812 +0.002883911133 +-0.049316406250 +0.059326171875 +-0.223632812500 +-0.164062500000 +0.198242187500 +-0.247070312500 +0.006866455078 +-0.157226562500 +-0.145507812500 +0.036865234375 +-0.068847656250 +-0.214843750000 +0.033447265625 +0.064941406250 +-0.201171875000 +0.130859375000 +0.101562500000 +-0.531250000000 +-0.096191406250 +-0.041992187500 +-0.167968750000 +0.131835937500 +-0.209960937500 +-0.050781250000 +-0.098144531250 +0.058349609375 +0.143554687500 +0.035888671875 +-0.142578125000 +-0.069824218750 +0.014953613281 +0.043457031250 +0.122558593750 +-0.052001953125 +-0.345703125000 +-0.045898437500 +-0.094238281250 +-0.347656250000 +-0.068359375000 +0.009155273438 +0.094238281250 +-0.241210937500 +0.181640625000 +-0.052978515625 +-0.433593750000 +-0.585937500000 +-0.036865234375 +0.005676269531 +-0.211914062500 +-0.012207031250 +-0.001884460449 +-0.384765625000 +0.081054687500 +0.102050781250 +-0.066894531250 +0.097656250000 +-0.112304687500 +-0.037597656250 +-0.151367187500 +-0.002792358398 +-0.056640625000 +0.378906250000 +0.117675781250 +-0.081054687500 +0.018310546875 +0.028076171875 +-0.197265625000 +-0.151367187500 +0.203125000000 +0.002883911133 +0.038818359375 +-0.033447265625 +-0.135742187500 +0.206054687500 +-0.047119140625 +0.002624511719 +-0.156250000000 +0.168945312500 +-0.145507812500 +-0.140625000000 +0.161132812500 +-0.263671875000 +0.119628906250 +-0.039794921875 +-0.010742187500 +0.275390625000 +-0.148437500000 +-0.032470703125 +-0.076660156250 +-0.146484375000 +-0.022705078125 +0.012512207031 +-0.225585937500 +0.129882812500 +-0.123046875000 +-0.143554687500 +0.118164062500 +-0.221679687500 +-0.067382812500 +-0.089843750000 +0.061523437500 +-0.075683593750 +0.084960937500 +0.052490234375 +0.144531250000 +-0.439453125000 +0.104492187500 +-0.053955078125 +0.083496093750 +-0.365234375000 +-0.171875000000 +0.114257812500 +-0.076660156250 +0.024047851562 +-0.105957031250 +-0.047363281250 +0.261718750000 +0.294921875000 +0.243164062500 +0.029785156250 +-0.013488769531 +-0.245117187500 +0.128906250000 +0.208007812500 +0.269531250000 +0.025268554688 +0.115234375000 +-0.137695312500 +-0.019775390625 +-0.089843750000 +-0.008789062500 +0.146484375000 +0.186523437500 +0.306640625000 +0.049316406250 +-0.084960937500 +-0.020019531250 +0.085937500000 +-0.046630859375 +0.096679687500 +-0.002685546875 +-0.034179687500 +-0.133789062500 +0.056640625000 +0.085937500000 +-0.163085937500 +-0.125000000000 +0.086914062500 +-0.066894531250 +-0.211914062500 +0.023071289062 +-0.077148437500 +-0.033203125000 +-0.168945312500 +-0.007598876953 +-0.421875000000 +-0.160156250000 +-0.314453125000 +-0.020019531250 +0.064941406250 +-0.077148437500 +0.033935546875 +-0.104980468750 +0.036865234375 +0.128906250000 +0.421875000000 +-0.067382812500 +0.036621093750 +-0.125976562500 +0.054687500000 +0.037841796875 +0.067382812500 +0.018066406250 +-0.030029296875 +0.114257812500 +0.144531250000 +0.029418945312 +0.036132812500 +0.159179687500 +0.084960937500 +0.069335937500 +-0.191406250000 +-0.300781250000 +0.007049560547 +-0.028320312500 +0.096679687500 +-0.097656250000 +-0.062500000000 +-0.071777343750 +-0.091308593750 +0.114257812500 +-0.036132812500 +-0.010742187500 +0.083496093750 +-0.013610839844 +-0.117187500000 +0.048583984375 +0.050048828125 +0.263671875000 +0.085449218750 +0.043212890625 +0.044189453125 +0.155273437500 +0.114746093750 +0.104003906250 +-0.061767578125 +0.022583007812 +0.005920410156 +0.049072265625 +-0.003616333008 +-0.064453125000 +-0.109375000000 +0.124511718750 +-0.204101562500 +-0.095703125000 +0.087890625000 +0.189453125000 +-0.357421875000 +0.151367187500 +-0.122070312500 +-0.155273437500 +-0.004486083984 +-0.208984375000 +-0.062011718750 +-0.152343750000 +0.051757812500 +-0.071777343750 +-0.320312500000 +-0.179687500000 +0.210937500000 +0.051757812500 +0.135742187500 +-0.144531250000 +0.086914062500 +0.027465820312 +0.063964843750 +-0.037109375000 +-0.167968750000 +0.008117675781 +0.056640625000 +0.095703125000 +0.130859375000 +0.123535156250 +-0.009033203125 +0.072753906250 +0.160156250000 +0.088867187500 +0.003280639648 +0.031738281250 +0.169921875000 +0.016723632812 +0.007934570312 +0.082519531250 +-0.222656250000 +-0.101562500000 +0.102539062500 +0.021118164062 +-0.029541015625 +0.019653320312 +-0.084472656250 +0.044921875000 +-0.179687500000 +0.011901855469 +0.166015625000 +-0.006805419922 +0.093261718750 +0.037597656250 +-0.040527343750 +-0.009704589844 +0.041503906250 +0.040771484375 +0.080078125000 +-0.011535644531 +0.045410156250 +-0.265625000000 +0.079101562500 +-0.108886718750 +0.018554687500 +-0.402343750000 +-0.040039062500 +-0.107421875000 +-0.178710937500 +0.001007080078 +-0.008239746094 +-0.069824218750 +0.281250000000 +-0.156250000000 +0.070800781250 +0.018554687500 +-0.337890625000 +0.088378906250 +-0.208984375000 +-0.320312500000 +-0.142578125000 +0.097656250000 +0.039794921875 +-0.007659912109 +0.114257812500 +-0.047119140625 +0.032714843750 +-0.064941406250 +-0.092773437500 +0.098632812500 +0.130859375000 +0.019653320312 +0.034179687500 +0.109375000000 +0.010803222656 +-0.001312255859 +0.145507812500 +0.130859375000 +-0.032714843750 +-0.049072265625 +0.026245117188 +-0.032958984375 +0.120605468750 +0.084472656250 +-0.209960937500 +-0.104980468750 +0.022460937500 +-0.045654296875 +-0.002929687500 +-0.061523437500 +-0.038574218750 +-0.082519531250 +-0.026000976562 +-0.400390625000 +0.139648437500 +-0.127929687500 +-0.142578125000 +0.073242187500 +-0.029174804688 +-0.098144531250 +-0.104003906250 +0.104980468750 +-0.058837890625 +-0.010253906250 +0.044677734375 +0.082031250000 +0.115722656250 +-0.203125000000 +0.089843750000 +-0.042236328125 +0.127929687500 +0.010925292969 +0.016357421875 +0.003906250000 +0.012390136719 +-0.172851562500 +0.128906250000 +-0.085449218750 +0.016235351562 +-0.181640625000 +-0.187500000000 +-0.005889892578 +-0.237304687500 +-0.076660156250 +-0.046875000000 +-0.125000000000 +0.031127929688 +0.000984191895 +0.108398437500 +0.035400390625 +-0.060546875000 +0.053955078125 +0.204101562500 +-0.063476562500 +0.093750000000 +0.051269531250 +0.044677734375 +0.062500000000 +0.006988525391 +-0.051269531250 +-0.067871093750 +0.209960937500 +0.080566406250 +0.072265625000 +0.103027343750 +0.085449218750 +-0.193359375000 +0.152343750000 +0.011291503906 +-0.139648437500 +-0.055908203125 +-0.179687500000 +-0.055908203125 +0.092773437500 +-0.024902343750 +0.025512695312 +0.154296875000 +-0.156250000000 +0.053955078125 +0.001258850098 +-0.519531250000 +0.092285156250 +0.019165039062 +-0.163085937500 +-0.251953125000 +-0.001953125000 +0.083496093750 +0.065917968750 +0.056396484375 +-0.019653320312 +-0.138671875000 +-0.091796875000 +0.187500000000 +-0.041748046875 +-0.105957031250 +-0.115234375000 +-0.071777343750 +-0.113281250000 +0.121582031250 +-0.180664062500 +-0.021240234375 +-0.042236328125 +-0.046142578125 +-0.139648437500 +-0.087890625000 +-0.008972167969 +-0.161132812500 +-0.416015625000 +0.143554687500 +-0.115722656250 +0.088378906250 +0.162109375000 +-0.020874023438 +-0.049804687500 +0.032714843750 +0.031127929688 +0.265625000000 +-0.044433593750 +0.037109375000 +0.084472656250 +-0.141601562500 +-0.033935546875 +0.111328125000 +-0.179687500000 +0.092773437500 +-0.020996093750 +0.165039062500 +0.003143310547 +0.099609375000 +0.091796875000 +-0.306640625000 +0.093261718750 +-0.261718750000 +-0.229492187500 +-0.045166015625 +-0.224609375000 +-0.143554687500 +0.035888671875 +-0.191406250000 +-0.095214843750 +0.095214843750 +0.085937500000 +-0.009948730469 +-0.111328125000 +-0.255859375000 +-0.024291992188 +0.134765625000 +-0.566406250000 +0.204101562500 +-0.030395507812 +-0.118652343750 +0.028564453125 +0.056152343750 +-0.053222656250 +-0.061767578125 +0.003860473633 +0.219726562500 +0.173828125000 +-0.147460937500 +-0.009765625000 +-0.039306640625 +-0.092285156250 +0.050537109375 +-0.073242187500 +-0.394531250000 +0.064453125000 +0.104003906250 +-0.085937500000 +-0.033203125000 +0.047363281250 +-0.140625000000 +-0.149414062500 +-0.020141601562 +0.119628906250 +0.166015625000 +-0.013244628906 +-0.249023437500 +-0.074707031250 +-0.144531250000 +-0.243164062500 +0.046386718750 +0.099121093750 +0.045898437500 +0.089843750000 +-0.193359375000 +0.081542968750 +-0.014587402344 +-0.269531250000 +0.511718750000 +-0.226562500000 +0.109375000000 +-0.129882812500 +-0.008728027344 +0.026245117188 +0.046386718750 +0.126953125000 +-0.417968750000 +-0.059814453125 +-0.036865234375 +-0.200195312500 +-0.032714843750 +-0.055175781250 +-0.117675781250 +-0.019409179688 +-0.083007812500 +0.060546875000 +-0.010986328125 +-0.001739501953 +-0.050048828125 +0.126953125000 +-0.032470703125 +-0.566406250000 +0.246093750000 +-0.084472656250 +-0.031494140625 +0.122070312500 +-0.092285156250 +-0.173828125000 +-0.073730468750 +-0.030273437500 +-0.131835937500 +0.079589843750 +-0.060791015625 +-0.031127929688 +0.064453125000 +0.043457031250 +-0.077148437500 +-0.069824218750 +0.550781250000 +0.104980468750 +0.098632812500 +-0.157226562500 +0.018798828125 +0.089843750000 +0.182617187500 +0.130859375000 +-0.231445312500 +-0.035400390625 +0.005004882812 +-0.096679687500 +-0.503906250000 +-0.138671875000 +-0.096679687500 +-0.204101562500 +-0.285156250000 +-0.026611328125 +0.051025390625 +0.025268554688 +-0.121093750000 +-0.013671875000 +-0.050537109375 +-0.341796875000 +0.196289062500 +-0.402343750000 +-0.096679687500 +-0.056396484375 +-0.259765625000 +0.031982421875 +0.100585937500 +-0.000463485718 +-0.125976562500 +0.018676757812 +-0.078125000000 +-0.053710937500 +-0.037597656250 +-0.055908203125 +-0.396484375000 +0.092285156250 +-0.205078125000 +-0.008911132812 +0.076171875000 +-0.219726562500 +0.025268554688 +0.129882812500 +-0.016967773438 +-0.007171630859 +-0.007232666016 +0.044921875000 +0.013610839844 +0.012573242188 +-0.190429687500 +-0.007354736328 +-0.096191406250 +0.168945312500 +-0.269531250000 +-0.165039062500 +-0.116210937500 +-0.101074218750 +0.037841796875 +0.091308593750 +-0.029663085938 +0.124511718750 +-0.031250000000 +-0.104003906250 +0.036132812500 +0.062988281250 +-0.004089355469 +0.033447265625 +-0.173828125000 +0.052246093750 +0.054687500000 +0.018554687500 +-0.002838134766 +0.031494140625 +0.004150390625 +-0.029174804688 +0.020141601562 +-0.172851562500 +-0.221679687500 +-0.431640625000 +-0.134765625000 +-0.062500000000 +-0.030151367188 +-0.071777343750 +-0.593750000000 +0.011779785156 +-0.011596679688 +0.135742187500 +0.063964843750 +-0.024780273438 +0.112304687500 +0.155273437500 +0.082031250000 +0.027954101562 +-0.082519531250 +-0.101074218750 +0.048095703125 +0.092773437500 +0.001602172852 +-0.101562500000 +0.052001953125 +-0.292968750000 +0.004150390625 +0.070800781250 +-0.058593750000 +0.113281250000 +-0.011901855469 +0.059082031250 +0.195312500000 +-0.178710937500 +0.075683593750 +0.060302734375 +0.027832031250 +-0.073242187500 +0.167968750000 +0.076171875000 +0.212890625000 +-0.008789062500 +-0.186523437500 +-0.155273437500 +-0.201171875000 +-0.052978515625 +-0.605468750000 +0.008972167969 +0.093750000000 +-0.028076171875 +-0.231445312500 +-0.023071289062 +0.011352539062 +-0.007171630859 +0.166015625000 +0.020874023438 +-0.211914062500 +-0.042968750000 +-0.025756835938 +-0.016845703125 +0.018920898438 +-0.027465820312 +0.038085937500 +-0.089355468750 +0.042480468750 +-0.070312500000 +-0.671875000000 +-0.443359375000 +-0.133789062500 +0.028320312500 +0.026123046875 +-0.170898437500 +-0.345703125000 +0.063964843750 +-0.018920898438 +0.158203125000 +0.135742187500 +0.074707031250 +0.074218750000 +0.138671875000 +0.070312500000 +0.043945312500 +-0.097167968750 +-0.021972656250 +0.054443359375 +-0.062500000000 +0.003311157227 +-0.076171875000 +0.021484375000 +-0.182617187500 +-0.335937500000 +-0.087402343750 +0.011047363281 +0.005828857422 +-0.062500000000 +0.015625000000 +-0.060791015625 +0.020751953125 +-0.156250000000 +0.061035156250 +0.110351562500 +-0.022460937500 +-0.031982421875 +0.102050781250 +0.043701171875 +-0.015258789062 +-0.069824218750 +-0.109863281250 +-0.209960937500 +0.105957031250 +-0.253906250000 +0.104980468750 +0.005004882812 +-0.044433593750 +-0.091308593750 +-0.203125000000 +0.070800781250 +-0.124511718750 +0.097167968750 +-0.066894531250 +-0.253906250000 +0.114257812500 +-0.124511718750 +0.015563964844 +0.021606445312 +-0.016845703125 +-0.002029418945 +-0.062500000000 +-0.055419921875 +-0.285156250000 +-0.439453125000 +-0.173828125000 +-0.045654296875 +-0.072265625000 +0.097167968750 +0.064941406250 +-0.236328125000 +-0.012756347656 +-0.028930664062 +0.035156250000 +0.034667968750 +0.095214843750 +0.090332031250 +0.018798828125 +0.017578125000 +0.073730468750 +-0.115722656250 +-0.031494140625 +-0.080566406250 +-0.023437500000 +-0.005950927734 +-0.263671875000 +0.021484375000 +-0.077148437500 +-0.060302734375 +-0.199218750000 +0.022460937500 +-0.124023437500 +0.042968750000 +0.044677734375 +-0.101562500000 +0.043457031250 +0.010803222656 +-0.058837890625 +-0.007293701172 +0.081542968750 +-0.034179687500 +0.048095703125 +-0.076171875000 +-0.031005859375 +0.014099121094 +-0.156250000000 +-0.037841796875 +0.053466796875 +-0.322265625000 +0.041503906250 +-0.062255859375 +-0.038330078125 +0.043212890625 +-0.122558593750 +0.014587402344 +-0.158203125000 +-0.089843750000 +0.102539062500 +-0.148437500000 +-0.052001953125 +0.044433593750 +-0.242187500000 +0.050537109375 +0.119628906250 +0.082031250000 +0.082031250000 +0.031738281250 +-0.117675781250 +-0.480468750000 +0.171875000000 +0.050781250000 +0.020629882812 +-0.010681152344 +0.003234863281 +-0.335937500000 +-0.018676757812 +0.076660156250 +-0.059570312500 +0.099609375000 +0.066406250000 +0.008972167969 +0.012695312500 +0.020874023438 +0.010070800781 +0.036376953125 +-0.072265625000 +-0.038330078125 +0.042724609375 +-0.208984375000 +-0.304687500000 +0.018798828125 +-0.138671875000 +0.086425781250 +0.015319824219 +-0.019775390625 +-0.011230468750 +0.134765625000 +-0.124023437500 +-0.218750000000 +0.063476562500 +0.047363281250 +-0.018066406250 +0.002929687500 +-0.039550781250 +-0.104980468750 +0.038574218750 +0.080078125000 +-0.040283203125 +0.154296875000 +0.021850585938 +-0.066406250000 +0.012756347656 +-0.039306640625 +-0.094238281250 +0.016845703125 +-0.074707031250 +0.028808593750 +0.044433593750 +0.031738281250 +-0.074707031250 +-0.065429687500 +0.139648437500 +-0.053955078125 +0.082031250000 +0.083496093750 +-0.058105468750 +-0.017089843750 +0.063476562500 +-0.171875000000 +0.217773437500 +-0.000629425049 +-0.232421875000 +-0.443359375000 +-0.022949218750 +0.024169921875 +0.065917968750 +0.134765625000 +0.037841796875 +-0.398437500000 +-0.101074218750 +0.037597656250 +-0.126953125000 +0.066894531250 +-0.034179687500 +-0.115722656250 +0.023681640625 +0.016113281250 +-0.021362304688 +0.027587890625 +-0.166992187500 +-0.035156250000 +0.129882812500 +-0.365234375000 +0.057373046875 +0.148437500000 +-0.187500000000 +-0.161132812500 +0.116699218750 +-0.053710937500 +-0.051757812500 +-0.053222656250 +-0.016601562500 +-0.136718750000 +0.053955078125 +0.177734375000 +0.024658203125 +-0.051513671875 +0.007171630859 +-0.070312500000 +0.077148437500 +0.050537109375 +-0.155273437500 +0.093261718750 +0.093261718750 +0.020996093750 +-0.022705078125 +-0.049560546875 +-0.052001953125 +0.053466796875 +-0.004211425781 +-0.236328125000 +-0.057128906250 +-0.015441894531 +-0.128906250000 +-0.197265625000 +-0.047851562500 +-0.057617187500 +-0.033691406250 +0.034179687500 +0.135742187500 +-0.006469726562 +0.043457031250 +-0.198242187500 +-0.091796875000 +-0.036865234375 +-0.223632812500 +-0.847656250000 +-0.267578125000 +0.083984375000 +-0.023193359375 +0.177734375000 +0.032226562500 +-0.324218750000 +0.081542968750 +-0.059814453125 +-0.142578125000 +0.080566406250 +0.019531250000 +-0.149414062500 +0.002258300781 +0.005340576172 +-0.182617187500 +-0.057128906250 +-0.060058593750 +-0.047363281250 +0.158203125000 +-0.190429687500 +-0.073242187500 +0.154296875000 +-0.080078125000 +-0.585937500000 +-0.062500000000 +0.112304687500 +-0.006744384766 +-0.205078125000 +-0.145507812500 +-0.310546875000 +0.020385742188 +-0.161132812500 +0.019775390625 +0.047363281250 +0.073242187500 +-0.181640625000 +-0.141601562500 +-0.070800781250 +-0.375000000000 +0.063964843750 +0.013000488281 +-0.006317138672 +0.008239746094 +0.097656250000 +-0.068847656250 +0.060302734375 +0.042724609375 +-0.384765625000 +0.114257812500 +0.113769531250 +-0.059326171875 +0.029663085938 +0.056396484375 +-0.296875000000 +0.005767822266 +-0.035156250000 +0.165039062500 +0.190429687500 +0.152343750000 +0.063476562500 +-0.062500000000 +0.093750000000 +0.001739501953 +-0.925781250000 +-0.439453125000 +0.001075744629 +0.092773437500 +0.054931640625 +0.016113281250 +-0.458984375000 +0.108886718750 +-0.034667968750 +0.157226562500 +0.065429687500 +0.127929687500 +0.016723632812 +-0.058837890625 +0.144531250000 +0.055175781250 +-0.023681640625 +-0.029296875000 +0.113769531250 +0.096191406250 +0.058105468750 +-0.237304687500 +0.194335937500 +0.090332031250 +-0.070800781250 +-0.291015625000 +0.089355468750 +0.078613281250 +-0.061767578125 +-0.115234375000 +-0.073242187500 +-0.160156250000 +-0.194335937500 +-0.005462646484 +-0.005706787109 +0.125976562500 +0.034667968750 +0.065917968750 +-0.008178710938 +-0.198242187500 +-0.237304687500 +-0.102539062500 +-0.079589843750 +-0.097656250000 +-0.018310546875 +0.065917968750 +0.075195312500 +0.089355468750 +-0.281250000000 +-0.122070312500 +-0.007476806641 +0.059082031250 +-0.094726562500 +0.070312500000 +0.037597656250 +0.046875000000 +-0.036132812500 +-0.261718750000 +0.082031250000 +0.066406250000 +0.028198242188 +-0.023071289062 +-0.025390625000 +-0.064941406250 +-0.458984375000 +0.194335937500 +-0.214843750000 +0.011657714844 +0.000656127930 +-0.083984375000 +0.174804687500 +-0.314453125000 +-0.359375000000 +0.136718750000 +-0.021606445312 +0.042724609375 +-0.287109375000 +-0.166992187500 +-0.000759124756 +-0.250000000000 +-0.363281250000 +-0.018920898438 +-0.000208854675 +-0.007385253906 +0.125976562500 +-0.098144531250 +0.129882812500 +0.028076171875 +-0.106933593750 +0.025878906250 +-0.021606445312 +0.017822265625 +-0.107910156250 +-0.296875000000 +-0.132812500000 +-0.135742187500 +-0.267578125000 +0.035400390625 +-0.087890625000 +0.131835937500 +-0.038818359375 +-0.029418945312 +0.166992187500 +-0.152343750000 +-0.084472656250 +-0.322265625000 +-0.182617187500 +-0.053710937500 +0.096191406250 +-0.137695312500 +0.020141601562 +0.111816406250 +-0.093261718750 +-0.096679687500 +0.040039062500 +-0.088867187500 +0.060546875000 +0.008544921875 +-0.101074218750 +0.118652343750 +0.039794921875 +-0.112304687500 +0.127929687500 +-0.000694274902 +0.006011962891 +-0.064453125000 +-0.015014648438 +0.056884765625 +-0.034912109375 +-0.012573242188 +0.006408691406 +-0.000778198242 +-0.052001953125 +-0.099121093750 +0.049804687500 +0.039794921875 +0.161132812500 +-0.013488769531 +0.132812500000 +0.032226562500 +-0.127929687500 +-0.034179687500 +-0.179687500000 +-0.437500000000 +-0.023315429688 +-0.197265625000 +-0.050292968750 +-0.065917968750 +-0.014099121094 +-0.140625000000 +-0.182617187500 +-0.024169921875 +-0.091308593750 +-0.076171875000 +-0.081542968750 +0.152343750000 +0.120117187500 +-0.355468750000 +0.068359375000 +-0.042480468750 +0.034667968750 +0.082031250000 +-0.006317138672 +-0.023193359375 +-0.196289062500 +-0.056152343750 +-0.184570312500 +-0.015625000000 +0.221679687500 +0.039306640625 +-0.127929687500 +-0.190429687500 +-0.060546875000 +-0.145507812500 +-0.052001953125 +0.341796875000 +0.122070312500 +0.018310546875 +-0.057373046875 +-0.137695312500 +-0.214843750000 +0.091796875000 +-0.105468750000 +0.171875000000 +-0.298828125000 +0.042480468750 +0.044677734375 +-0.097656250000 +-0.025146484375 +0.025146484375 +-0.023681640625 +-0.070800781250 +0.168945312500 +-0.094238281250 +-0.113769531250 +0.102050781250 +-0.328125000000 +-0.073242187500 +0.002578735352 +0.001853942871 +0.114257812500 +0.091796875000 +-0.077148437500 +-0.051269531250 +-0.050781250000 +-0.210937500000 +0.032958984375 +-0.230468750000 +-0.198242187500 +0.019653320312 +0.010192871094 +-0.110351562500 +0.135742187500 +0.059082031250 +-0.162109375000 +0.038085937500 +-0.168945312500 +-0.002456665039 +-0.153320312500 +-0.041259765625 +0.025878906250 +-0.085937500000 +-0.133789062500 +0.066894531250 +0.166992187500 +0.190429687500 +0.027343750000 +0.111328125000 +-0.176757812500 +0.049072265625 +-0.244140625000 +-0.006622314453 +0.023803710938 +0.064453125000 +-0.022094726562 +-0.062255859375 +0.031738281250 +-0.094726562500 +0.034912109375 +0.220703125000 +0.209960937500 +0.175781250000 +-0.037841796875 +-0.040527343750 +-0.205078125000 +0.059570312500 +0.151367187500 +-0.005523681641 +-0.166015625000 +-0.029541015625 +0.062988281250 +-0.014099121094 +-0.070800781250 +0.112304687500 +-0.139648437500 +0.075683593750 +0.193359375000 +0.037353515625 +-0.102539062500 +0.110351562500 +-0.245117187500 +-0.091308593750 +0.016845703125 +0.014892578125 +0.081542968750 +0.111328125000 +-0.017578125000 +0.009216308594 +0.029296875000 +-0.025756835938 +-0.048095703125 +0.080566406250 +-0.021240234375 +-0.229492187500 +-0.042480468750 +0.030273437500 +0.077148437500 +-0.085449218750 +-0.142578125000 +-0.043457031250 +-0.022460937500 +-0.148437500000 +-0.164062500000 +0.088867187500 +-0.058593750000 +-0.030639648438 +-0.009704589844 +-0.063476562500 +-0.125000000000 +0.269531250000 +-0.120605468750 +-0.010742187500 +-0.064941406250 +-0.384765625000 +-0.107910156250 +0.059814453125 +-0.291015625000 +0.022827148438 +0.054931640625 +-0.115234375000 +0.205078125000 +-0.041259765625 +-0.131835937500 +0.020874023438 +0.136718750000 +0.080078125000 +-0.071777343750 +-0.041992187500 +-0.006225585938 +0.036376953125 +0.054931640625 +-0.141601562500 +-0.017211914062 +-0.110839843750 +0.028442382812 +-0.143554687500 +0.059326171875 +0.064453125000 +-0.194335937500 +0.072753906250 +0.043701171875 +-0.051757812500 +0.049804687500 +0.014953613281 +0.011230468750 +0.041015625000 +-0.025390625000 +-0.007873535156 +-0.247070312500 +0.032958984375 +-0.171875000000 +-0.022338867188 +0.124023437500 +-0.129882812500 +-0.117187500000 +0.080566406250 +-0.318359375000 +-0.292968750000 +-0.037841796875 +-0.001609802246 +-0.180664062500 +-0.167968750000 +-0.122070312500 +-0.051025390625 +-0.169921875000 +-0.089355468750 +0.026000976562 +0.002410888672 +-0.029663085938 +-0.085449218750 +-0.224609375000 +0.056152343750 +-0.535156250000 +-0.134765625000 +-0.050048828125 +-0.119140625000 +0.170898437500 +-0.087402343750 +-0.384765625000 +0.117675781250 +-0.036132812500 +-0.075195312500 +-0.031127929688 +-0.033203125000 +0.277343750000 +-0.057861328125 +-0.298828125000 +-0.002609252930 +-0.118652343750 +0.105468750000 +-0.006378173828 +-0.095703125000 +0.096679687500 +-0.036132812500 +-0.116210937500 +-0.104003906250 +0.157226562500 +-0.068359375000 +0.068847656250 +0.026733398438 +-0.040771484375 +0.077148437500 +-0.014892578125 +-0.034667968750 +-0.024291992188 +-0.017456054688 +0.078613281250 +0.074707031250 +0.074707031250 +-0.124023437500 +0.082519531250 +0.015319824219 +-0.259765625000 +0.137695312500 +-0.032226562500 +-0.029785156250 +0.113769531250 +-0.046875000000 +-0.080078125000 +-0.019165039062 +-0.314453125000 +-0.200195312500 +-0.045898437500 +0.104980468750 +-0.086425781250 +-0.042480468750 +-0.069335937500 +0.104003906250 +-0.400390625000 +-0.135742187500 +0.029663085938 +0.003540039062 +-0.012329101562 +-0.112304687500 +-0.134765625000 +0.147460937500 +-0.145507812500 +-0.075195312500 +-0.096191406250 +-0.083984375000 +0.114746093750 +0.074707031250 +-0.193359375000 +0.212890625000 +0.121093750000 +0.357421875000 +0.044189453125 +-0.062988281250 +0.287109375000 +-0.304687500000 +-0.092773437500 +0.078613281250 +-0.120117187500 +-0.096679687500 +-0.097167968750 +-0.166992187500 +0.025268554688 +-0.008972167969 +-0.044677734375 +-0.050537109375 +-0.195312500000 +-0.271484375000 +0.082519531250 +-0.192382812500 +-0.207031250000 +-0.050537109375 +-0.320312500000 +-0.202148437500 +0.267578125000 +0.028442382812 +-0.012207031250 +-0.044677734375 +0.169921875000 +0.014221191406 +0.232421875000 +0.117675781250 +0.190429687500 +-0.074218750000 +0.032470703125 +-0.067382812500 +0.131835937500 +0.085937500000 +0.055664062500 +0.152343750000 +-0.013793945312 +-0.038330078125 +0.022460937500 +0.098144531250 +-0.078613281250 +0.095214843750 +-0.099121093750 +-0.125000000000 +-0.079589843750 +-0.281250000000 +0.093750000000 +0.065429687500 +-0.036376953125 +-0.053955078125 +-0.049072265625 +0.047119140625 +0.152343750000 +0.142578125000 +0.154296875000 +0.003585815430 +0.050048828125 +-0.023559570312 +0.044189453125 +0.204101562500 +-0.001167297363 +0.095703125000 +0.140625000000 +0.069824218750 +-0.104003906250 +-0.037109375000 +-0.116210937500 +0.047119140625 +-0.004638671875 +0.296875000000 +0.045654296875 +0.003967285156 +0.157226562500 +-0.095214843750 +-0.078125000000 +0.014404296875 +-0.030517578125 +0.068847656250 +0.070800781250 +0.006652832031 +0.125000000000 +-0.046875000000 +0.163085937500 +0.049072265625 +-0.244140625000 +0.042236328125 +0.186523437500 +0.032470703125 +-0.118164062500 +0.010498046875 +0.060546875000 +-0.170898437500 +-0.054199218750 +-0.151367187500 +-0.233398437500 +0.047363281250 +-0.197265625000 +-0.000349044800 +-0.099609375000 +0.035156250000 +-0.147460937500 +-0.179687500000 +-0.003082275391 +0.016113281250 +-0.035400390625 +-0.044189453125 +0.012939453125 +0.090820312500 +-0.159179687500 +-0.404296875000 +-0.038085937500 +0.046630859375 +-0.015563964844 +-0.149414062500 +-0.402343750000 +-0.079589843750 +-0.166992187500 +-0.181640625000 +-0.001213073730 +0.118652343750 +-0.222656250000 +-0.095703125000 +-0.188476562500 +-0.400390625000 +-0.652343750000 +0.008789062500 +-0.029052734375 +0.000812530518 +-0.458984375000 +-0.145507812500 +0.195312500000 +0.109375000000 +0.267578125000 +0.165039062500 +0.035888671875 +-0.043457031250 +0.148437500000 +-0.091308593750 +-0.112792968750 +0.144531250000 +-0.235351562500 +0.055908203125 +0.046386718750 +0.003036499023 +-0.005157470703 +0.138671875000 +0.083984375000 +-0.031982421875 +0.175781250000 +-0.059814453125 +-0.006134033203 +-0.361328125000 +0.007781982422 +-0.049804687500 +-0.103027343750 +-0.014282226562 +-0.296875000000 +-0.133789062500 +-0.024047851562 +-0.119140625000 +-0.196289062500 +-0.023071289062 +-0.326171875000 +-0.127929687500 +0.209960937500 +0.048828125000 +0.057373046875 +0.022705078125 +-0.166015625000 +-0.024536132812 +0.043945312500 +0.057373046875 +-0.206054687500 +0.066406250000 +0.000755310059 +-0.067871093750 +0.145507812500 +-0.043212890625 +-0.410156250000 +-0.044189453125 +0.114746093750 +-0.055419921875 +0.032226562500 +-0.004791259766 +-0.160156250000 +-0.042480468750 +0.099121093750 +0.193359375000 +0.042480468750 +0.320312500000 +-0.021606445312 +0.053466796875 +-0.221679687500 +-0.046386718750 +-0.189453125000 +-0.157226562500 +-0.187500000000 +0.047607421875 +-0.031982421875 +-0.144531250000 +0.013183593750 +-0.089843750000 +0.054687500000 +0.193359375000 +0.132812500000 +0.001274108887 +0.127929687500 +-0.062988281250 +-0.056152343750 +-0.117187500000 +-0.090332031250 +-0.003372192383 +0.156250000000 +0.163085937500 +0.057128906250 +-0.237304687500 +0.034667968750 +-0.025268554688 +0.129882812500 +-0.170898437500 +-0.161132812500 +-0.040283203125 +-0.069824218750 +-0.078125000000 +-0.110351562500 +-0.047607421875 +-0.171875000000 +0.074707031250 +0.174804687500 +0.110839843750 +0.005981445312 +-0.034423828125 +0.162109375000 +0.032226562500 +0.041259765625 +0.008605957031 +-0.585937500000 +-0.220703125000 +-0.082031250000 +-0.056640625000 +0.113281250000 +-0.007934570312 +-0.357421875000 +-0.068359375000 +0.057861328125 +-0.114746093750 +0.036376953125 +0.012329101562 +-0.061523437500 +-0.041748046875 +0.136718750000 +-0.127929687500 +0.247070312500 +-0.114257812500 +-0.136718750000 +0.066894531250 +0.037841796875 +0.094238281250 +-0.127929687500 +-0.114257812500 +-0.039794921875 +-0.009948730469 +0.026245117188 +-0.133789062500 +0.055908203125 +-0.036865234375 +-0.178710937500 +0.027587890625 +0.248046875000 +-0.179687500000 +-0.013183593750 +-0.041259765625 +-0.008666992188 +-0.123535156250 +0.052246093750 +-0.013488769531 +0.117675781250 +0.085937500000 +-0.039550781250 +-0.151367187500 +0.097656250000 +-0.056640625000 +0.005950927734 +-0.190429687500 +-0.054199218750 +0.018310546875 +-0.103027343750 +-0.041259765625 +-0.194335937500 +0.107421875000 +-0.012451171875 +-0.083007812500 +-0.373046875000 +-0.008728027344 +0.086914062500 +-0.115234375000 +0.267578125000 +0.075195312500 +-0.074707031250 +0.024291992188 +-0.765625000000 +-0.094726562500 +0.082031250000 +0.035644531250 +0.212890625000 +0.065917968750 +-0.168945312500 +-0.104492187500 +-0.363281250000 +0.038085937500 +-0.208007812500 +-0.062500000000 +-0.141601562500 +0.013916015625 +0.002532958984 +0.067871093750 +0.009399414062 +0.049804687500 +-0.011596679688 +0.078613281250 +0.232421875000 +-0.363281250000 +-0.152343750000 +0.143554687500 +-0.656250000000 +-0.072753906250 +-0.016601562500 +0.027099609375 +0.085937500000 +0.131835937500 +-0.589843750000 +-0.031005859375 +0.055419921875 +-0.181640625000 +-0.043457031250 +0.008789062500 +0.011901855469 +-0.088378906250 +-0.147460937500 +0.150390625000 +-0.148437500000 +0.014465332031 +-0.089843750000 +-0.062988281250 +0.002044677734 +0.020629882812 +-0.110351562500 +-0.042968750000 +-0.082031250000 +-0.060791015625 +0.000495910645 +-0.228515625000 +-0.082519531250 +0.080566406250 +0.022583007812 +-0.181640625000 +0.224609375000 +-0.073242187500 +0.054443359375 +-0.085449218750 +0.130859375000 +0.135742187500 +-0.158203125000 +0.145507812500 +-0.213867187500 +0.084472656250 +-0.003234863281 +0.000324249268 +0.208007812500 +-0.012207031250 +-0.029418945312 +0.056396484375 +0.021850585938 +-0.041503906250 +-0.090332031250 +-0.076660156250 +-0.059082031250 +0.048828125000 +-0.255859375000 +-0.050292968750 +-0.343750000000 +-0.055419921875 +-0.091308593750 +-0.081054687500 +0.004089355469 +-0.235351562500 +-0.250000000000 +0.042480468750 +-0.249023437500 +0.255859375000 +0.124511718750 +0.071289062500 +0.169921875000 +-0.069824218750 +-0.482421875000 +0.093261718750 +-0.123535156250 +-0.048095703125 +0.051513671875 +-0.052734375000 +-0.361328125000 +-0.016357421875 +-0.005889892578 +-0.122558593750 +-0.111816406250 +-0.183593750000 +-0.071289062500 +-0.018310546875 +0.162109375000 +0.118164062500 +0.012390136719 +-0.186523437500 +-0.351562500000 +0.027465820312 +-0.049072265625 +-0.228515625000 +-0.225585937500 +-0.181640625000 +-0.157226562500 +-0.208007812500 +0.375000000000 +0.033203125000 +0.094726562500 +-0.014526367188 +-0.070800781250 +0.064453125000 +0.114746093750 +-0.039550781250 +-0.574218750000 +-0.345703125000 +0.072265625000 +0.013427734375 +0.113281250000 +-0.032226562500 +-0.013732910156 +0.111816406250 +0.125976562500 +0.006347656250 +-0.208007812500 +-0.011352539062 +-0.032958984375 +-0.038330078125 +-0.244140625000 +-0.047607421875 +-0.169921875000 +-0.074707031250 +0.165039062500 +-0.019287109375 +0.073242187500 +0.089355468750 +-0.132812500000 +-0.166992187500 +-0.088378906250 +-0.053222656250 +0.202148437500 +0.065917968750 +0.155273437500 +-0.016479492188 +-0.353515625000 +0.003173828125 +0.071289062500 +0.115722656250 +-0.093750000000 +0.073242187500 +-0.269531250000 +0.000637054443 +0.175781250000 +0.044921875000 +0.349609375000 +0.081542968750 +0.065429687500 +0.078125000000 +0.086425781250 +0.133789062500 +0.078613281250 +0.022460937500 +-0.406250000000 +0.188476562500 +-0.104492187500 +0.034667968750 +-0.179687500000 +-0.040527343750 +-0.080566406250 +-0.099609375000 +0.101074218750 +0.097656250000 +0.079101562500 +-0.231445312500 +-0.010925292969 +0.083496093750 +-0.072265625000 +0.074707031250 +-0.365234375000 +-0.025878906250 +-0.047607421875 +0.095214843750 +0.108886718750 +0.001388549805 +-0.145507812500 +0.032958984375 +0.130859375000 +-0.247070312500 +-0.121582031250 +0.018188476562 +-0.212890625000 +-0.322265625000 +-0.398437500000 +-0.061035156250 +0.386718750000 +0.125976562500 +-0.015747070312 +0.016357421875 +0.042236328125 +-0.025024414062 +0.160156250000 +-0.023803710938 +0.047607421875 +-0.192382812500 +0.118164062500 +-0.013488769531 +-0.105468750000 +-0.066406250000 +0.039794921875 +0.097656250000 +0.071777343750 +-0.045410156250 +-0.273437500000 +-0.003967285156 +-0.558593750000 +0.139648437500 +0.042724609375 +-0.186523437500 +-0.644531250000 +-0.023559570312 +0.012268066406 +-0.095214843750 +0.026611328125 +0.127929687500 +-0.100097656250 +-0.075195312500 +0.055664062500 +-0.151367187500 +0.026000976562 +0.094726562500 +0.001770019531 +0.177734375000 +-0.017578125000 +0.070312500000 +-0.246093750000 +0.054931640625 +0.123046875000 +-0.018066406250 +0.086425781250 +-0.112304687500 +0.031738281250 +-0.091308593750 +0.045898437500 +0.314453125000 +0.034179687500 +-0.056152343750 +0.074218750000 +0.080566406250 +0.228515625000 +0.140625000000 +0.004943847656 +0.149414062500 +0.105468750000 +-0.029541015625 +0.091308593750 +0.068359375000 +0.158203125000 +0.081054687500 +0.037597656250 +0.096679687500 +0.184570312500 +-0.008056640625 +-0.156250000000 +0.165039062500 +0.089843750000 +0.073242187500 +0.093750000000 +-0.129882812500 +-0.010253906250 +-0.011657714844 +-0.168945312500 +0.015441894531 +-0.027099609375 +0.085449218750 +-0.134765625000 +-0.201171875000 +-0.003967285156 +0.002212524414 +-0.431640625000 +0.137695312500 +0.014831542969 +-0.074707031250 +-0.001380920410 +-0.049072265625 +0.011962890625 +0.089843750000 +-0.009643554688 +0.000225067139 +-0.394531250000 +-0.052001953125 +0.026855468750 +-0.127929687500 +0.064453125000 +-0.017700195312 +0.023071289062 +0.069335937500 +0.013916015625 +-0.207031250000 +0.133789062500 +-0.250000000000 +0.023803710938 +0.026611328125 +-0.087402343750 +0.041748046875 +-0.182617187500 +0.164062500000 +-0.192382812500 +0.121582031250 +0.104980468750 +-0.019042968750 +0.007812500000 +0.068847656250 +0.118164062500 +0.025390625000 +-0.249023437500 +0.131835937500 +0.045898437500 +0.038330078125 +0.089355468750 +-0.015747070312 +-0.003662109375 +0.093261718750 +-0.120117187500 +-0.027832031250 +0.107910156250 +0.104492187500 +0.027587890625 +0.231445312500 +0.066406250000 +0.192382812500 +0.120117187500 +-0.310546875000 +-0.074707031250 +0.002365112305 +0.038085937500 +0.066894531250 +0.073242187500 +0.145507812500 +0.024047851562 +-0.435546875000 +-0.172851562500 +0.023071289062 +-0.369140625000 +0.023681640625 +-0.072265625000 +-0.032226562500 +0.072265625000 +0.182617187500 +-0.032714843750 +-0.054199218750 +0.039550781250 +-0.021240234375 +-0.006530761719 +0.022583007812 +-0.027709960938 +-0.069335937500 +0.207031250000 +0.155273437500 +-0.027832031250 +0.008239746094 +-0.018188476562 +0.082031250000 +0.197265625000 +-0.092285156250 +0.138671875000 +0.021972656250 +0.075195312500 +-0.300781250000 +-0.110351562500 +-0.257812500000 +-0.044677734375 +-0.292968750000 +0.115234375000 +-0.029541015625 +-0.013732910156 +0.016601562500 +-0.091308593750 +-0.033935546875 +-0.269531250000 +-0.035156250000 +0.076171875000 +0.010314941406 +0.021240234375 +0.012512207031 +0.086914062500 +0.014099121094 +-0.160156250000 +0.056396484375 +-0.029785156250 +0.136718750000 +-0.058593750000 +0.073242187500 +0.023071289062 +0.192382812500 +-0.081054687500 +-0.365234375000 +0.083496093750 +0.015869140625 +-0.177734375000 +0.067871093750 +0.019775390625 +0.086425781250 +0.081054687500 +-0.046142578125 +-0.021484375000 +0.043701171875 +-0.202148437500 +-0.069335937500 +-0.002288818359 +-0.047607421875 +-0.129882812500 +0.024536132812 +-0.159179687500 +-0.106445312500 +0.146484375000 +-0.106933593750 +-0.065429687500 +0.337890625000 +0.072265625000 +-0.139648437500 +0.328125000000 +0.145507812500 +-0.281250000000 +0.052734375000 +0.006286621094 +-0.063476562500 +0.067382812500 +0.012573242188 +0.113769531250 +-0.096191406250 +-0.121093750000 +-0.195312500000 +-0.219726562500 +-0.159179687500 +0.065917968750 +-0.365234375000 +0.038818359375 +-0.123535156250 +-0.241210937500 +0.150390625000 +-0.008239746094 +0.035644531250 +0.040039062500 +-0.243164062500 +0.074707031250 +0.032470703125 +-0.118164062500 +0.031127929688 +-0.063476562500 +0.127929687500 +0.030151367188 +0.022094726562 +0.099121093750 +0.124511718750 +-0.189453125000 +0.067382812500 +-0.069824218750 +-0.106445312500 +0.217773437500 +-0.357421875000 +-0.032714843750 +-0.155273437500 +-0.022827148438 +-0.058349609375 +-0.070800781250 +0.010559082031 +0.160156250000 +0.044921875000 +0.026489257812 +0.122558593750 +-0.000308990479 +-0.143554687500 +0.189453125000 +-0.068359375000 +-0.640625000000 +-0.006408691406 +-0.055908203125 +-0.135742187500 +-0.008300781250 +-0.392578125000 +-0.244140625000 +0.004089355469 +0.181640625000 +-0.101562500000 +0.121093750000 +0.066406250000 +-0.277343750000 +-0.084472656250 +0.073730468750 +0.056152343750 +-0.365234375000 +0.050537109375 +-0.048828125000 +-0.115234375000 +-0.128906250000 +-0.067382812500 +-0.318359375000 +-0.168945312500 +0.080078125000 +0.033691406250 +-0.027343750000 +-0.194335937500 +-0.277343750000 +0.088378906250 +0.078613281250 +-0.009277343750 +0.010253906250 +-0.018798828125 +0.063476562500 +-0.048828125000 +-0.099121093750 +-0.094726562500 +-0.023071289062 +0.023193359375 +0.030639648438 +0.078125000000 +0.130859375000 +0.096679687500 +-0.062500000000 +-0.061279296875 +0.062255859375 +-0.172851562500 +0.257812500000 +0.062255859375 +-0.020629882812 +-0.145507812500 +0.014221191406 +0.034423828125 +0.161132812500 +-0.040771484375 +0.052734375000 +0.023559570312 +-0.008056640625 +0.074218750000 +0.023437500000 +-0.125000000000 +0.025878906250 +-0.014953613281 +0.036865234375 +0.123535156250 +0.030883789062 +-0.114257812500 +0.098144531250 +-0.097167968750 +-0.060791015625 +0.012451171875 +-0.014709472656 +-0.109375000000 +0.116699218750 +0.140625000000 +-0.083984375000 +-0.160156250000 +-0.043212890625 +0.044189453125 +-0.016723632812 +-0.054687500000 +-0.070800781250 +-0.155273437500 +-0.253906250000 +-0.124023437500 +0.092773437500 +-0.016235351562 +0.068359375000 +0.244140625000 +0.016479492188 +-0.406250000000 +-0.153320312500 +-0.079101562500 +0.086425781250 +-0.308593750000 +-0.036865234375 +0.157226562500 +-0.099121093750 +-0.042724609375 +-0.033935546875 +0.044921875000 +-0.014099121094 +-0.062255859375 +0.179687500000 +0.058105468750 +0.147460937500 +0.073242187500 +0.038574218750 +-0.088867187500 +0.051513671875 +-0.049072265625 +0.152343750000 +0.067382812500 +0.074707031250 +-0.095703125000 +0.079101562500 +0.008117675781 +-0.164062500000 +0.025146484375 +-0.164062500000 +-0.023071289062 +-0.055175781250 +-0.020996093750 +-0.056396484375 +-0.073730468750 +0.046630859375 +0.095703125000 +0.429687500000 +-0.053222656250 +0.034912109375 +-0.289062500000 +0.098632812500 +-0.007873535156 +0.177734375000 +0.115722656250 +-0.166015625000 +-0.233398437500 +0.061767578125 +0.092773437500 +0.065917968750 +-0.212890625000 +0.057128906250 +0.020263671875 +0.271484375000 +0.081054687500 +0.179687500000 +-0.150390625000 +-0.294921875000 +-0.038818359375 +0.205078125000 +0.041015625000 +-0.082519531250 +0.109863281250 +0.085937500000 +-0.179687500000 +0.014648437500 +0.102050781250 +-0.104980468750 +-0.103027343750 +-0.136718750000 +0.168945312500 +-0.010925292969 +-0.118164062500 +0.000598907471 +0.058837890625 +0.083007812500 +-0.012207031250 +-0.032470703125 +0.063476562500 +0.016967773438 +0.131835937500 +0.097656250000 +-0.103515625000 +-0.081542968750 +0.062988281250 +-0.201171875000 +0.086425781250 +0.072753906250 +0.120117187500 +-0.091796875000 +-0.126953125000 +0.164062500000 +-0.051269531250 +-0.081542968750 +-0.253906250000 +-0.261718750000 +0.057617187500 +-0.367187500000 +-0.112792968750 +-0.211914062500 +-0.419921875000 +-0.093261718750 +0.016601562500 +0.064941406250 +-0.077636718750 +-0.002593994141 +-0.095703125000 +0.079589843750 +-0.085937500000 +-0.433593750000 +-0.099609375000 +-0.060058593750 +0.123535156250 +0.029418945312 +-0.069824218750 +-0.359375000000 +-0.012207031250 +-0.267578125000 +0.273437500000 +0.076171875000 +-0.013793945312 +0.019531250000 +0.068847656250 +0.351562500000 +-0.029541015625 +-0.482421875000 +0.020263671875 +0.047363281250 +-0.088378906250 +-0.082031250000 +-0.073242187500 +-0.125976562500 +-0.070312500000 +-0.519531250000 +-0.116210937500 +0.104003906250 +0.005187988281 +0.096191406250 +0.070800781250 +0.095214843750 +-0.003814697266 +0.083984375000 +0.015747070312 +0.166992187500 +-0.063476562500 +0.121582031250 +0.016601562500 +-0.026733398438 +0.000233650208 +-0.026000976562 +-0.201171875000 +-0.029541015625 +0.167968750000 +0.015991210938 +-0.153320312500 +-0.088867187500 +-0.017578125000 +-0.127929687500 +-0.160156250000 +-0.148437500000 +0.065429687500 +0.131835937500 +-0.063964843750 +-0.157226562500 +-0.202148437500 +-0.021606445312 +-0.019897460938 +0.025878906250 +-0.022705078125 +0.016357421875 +-0.060546875000 +0.089355468750 +-0.156250000000 +-0.425781250000 +-0.041503906250 +-0.009094238281 +0.067382812500 +-0.013427734375 +-0.044189453125 +-0.478515625000 +0.067871093750 +0.211914062500 +-0.221679687500 +0.003646850586 +-0.086914062500 +0.043457031250 +-0.011535644531 +-0.039062500000 +-0.020507812500 +0.060546875000 +-0.267578125000 +-0.000322341919 +0.019531250000 +0.027221679688 +-0.109863281250 +-0.330078125000 +-0.063964843750 +-0.460937500000 +-0.094238281250 +0.011657714844 +-0.029296875000 +0.091796875000 +0.015869140625 +-0.163085937500 +0.012756347656 +0.070312500000 +0.033691406250 +0.005523681641 +0.026733398438 +0.149414062500 +0.130859375000 +0.036132812500 +0.034667968750 +0.132812500000 +-0.083496093750 +-0.002288818359 +0.079101562500 +-0.028076171875 +-0.114257812500 +-0.085937500000 +-0.044921875000 +-0.281250000000 +-0.108886718750 +-0.074218750000 +0.020996093750 +-0.036132812500 +-0.077636718750 +-0.206054687500 +-0.273437500000 +0.000633239746 +0.071289062500 +0.098144531250 +0.096191406250 +-0.047607421875 +-0.200195312500 +0.004821777344 +0.064453125000 +-0.117675781250 +0.004943847656 +-0.120117187500 +-0.008605957031 +-0.033935546875 +-0.062011718750 +-0.408203125000 +-0.001144409180 +0.351562500000 +0.116210937500 +-0.020751953125 +0.050781250000 +0.007995605469 +-0.041503906250 +-0.017089843750 +0.034667968750 +0.100097656250 +0.036621093750 +0.119628906250 +-0.198242187500 +-0.093750000000 +-0.003433227539 +-0.147460937500 +-0.236328125000 +-0.221679687500 +-0.285156250000 +0.109375000000 +-0.064941406250 +0.113769531250 +0.019897460938 +-0.050292968750 +0.140625000000 +-0.144531250000 +0.168945312500 +0.094238281250 +-0.005462646484 +0.106445312500 +0.151367187500 +0.048339843750 +0.064453125000 +0.242187500000 +0.271484375000 +-0.110839843750 +0.080078125000 +-0.259765625000 +-0.131835937500 +-0.085449218750 +0.110839843750 +-0.088378906250 +0.010437011719 +-0.142578125000 +-0.023193359375 +0.073242187500 +-0.113281250000 +-0.127929687500 +-0.146484375000 +0.075195312500 +-0.073242187500 +-0.019287109375 +0.062988281250 +-0.016601562500 +-0.208007812500 +-0.010803222656 +0.037353515625 +-0.281250000000 +0.046142578125 +0.041259765625 +0.041748046875 +0.020629882812 +-0.038818359375 +-0.345703125000 +-0.035888671875 +0.160156250000 +0.021118164062 +-0.253906250000 +0.037353515625 +-0.102050781250 +-0.010498046875 +-0.033203125000 +-0.198242187500 +-0.055419921875 +-0.040771484375 +-0.041748046875 +-0.178710937500 +-0.091308593750 +-0.076171875000 +0.006500244141 +0.053222656250 +-0.128906250000 +-0.187500000000 +0.024902343750 +-0.020141601562 +-0.023681640625 +-0.047363281250 +-0.059326171875 +-0.047119140625 +-0.041992187500 +0.007781982422 +0.085449218750 +0.118164062500 +0.011962890625 +0.115234375000 +-0.096679687500 +-0.023925781250 +-0.020019531250 +-0.070800781250 +-0.140625000000 +0.108886718750 +0.117675781250 +-0.081542968750 +-0.139648437500 +-0.002777099609 +-0.135742187500 +-0.273437500000 +-0.206054687500 +-0.002243041992 +0.014709472656 +0.075195312500 +-0.022583007812 +-0.043457031250 +0.063964843750 +-0.091796875000 +0.014526367188 +0.058593750000 +-0.071289062500 +-0.087402343750 +-0.058593750000 +0.027343750000 +-0.212890625000 +-0.136718750000 +-0.050048828125 +-0.017211914062 +0.099609375000 +-0.023071289062 +-0.263671875000 +0.044677734375 +-0.174804687500 +-0.398437500000 +-0.246093750000 +0.023315429688 +-0.283203125000 +-0.087402343750 +0.019287109375 +-0.149414062500 +-0.324218750000 +-0.072753906250 +-0.130859375000 +0.000770568848 +-0.033203125000 +-0.097167968750 +-0.146484375000 +0.001075744629 +-0.367187500000 +-0.478515625000 +-0.021362304688 +-0.038574218750 +-0.072753906250 +-0.030029296875 +0.021118164062 +-0.025756835938 +0.277343750000 +-0.091308593750 +0.013610839844 +0.138671875000 +0.073730468750 +-0.016845703125 +-0.046875000000 +0.052734375000 +-0.084960937500 +-0.025268554688 +0.031494140625 +-0.003768920898 +0.152343750000 +0.141601562500 +-0.033447265625 +-0.152343750000 +-0.191406250000 +-0.241210937500 +-0.102050781250 +0.043212890625 +-0.066406250000 +-0.078613281250 +-0.125976562500 +0.036132812500 +-0.179687500000 +-0.083984375000 +0.075195312500 +0.041992187500 +-0.011596679688 +-0.050048828125 +-0.060546875000 +0.089355468750 +-0.121582031250 +-0.010070800781 +0.057617187500 +-0.070800781250 +0.075683593750 +0.040039062500 +-0.466796875000 +0.125976562500 +0.310546875000 +0.085937500000 +-0.153320312500 +0.017456054688 +-0.156250000000 +0.008056640625 +0.116210937500 +0.096191406250 +-0.248046875000 +0.057617187500 +0.108398437500 +-0.149414062500 +0.051513671875 +-0.024780273438 +-0.059814453125 +0.036621093750 +-0.269531250000 +-0.318359375000 +-0.010925292969 +-0.055908203125 +-0.267578125000 +0.038085937500 +-0.199218750000 +-0.166015625000 +0.086425781250 +-0.071777343750 +-0.009826660156 +0.122558593750 +-0.059082031250 +-0.158203125000 +-0.036865234375 +-0.170898437500 +0.249023437500 +0.255859375000 +-0.029663085938 +0.083496093750 +0.143554687500 +0.113769531250 +0.201171875000 +-0.120117187500 +-0.351562500000 +-0.144531250000 +0.035400390625 +-0.069335937500 +-0.142578125000 +-0.170898437500 +-0.218750000000 +0.051269531250 +-0.029907226562 +-0.382812500000 +-0.043701171875 +-0.008972167969 +-0.077636718750 +-0.127929687500 +0.125976562500 +-0.003540039062 +-0.108886718750 +0.041748046875 +0.026245117188 +0.057128906250 +0.054443359375 +0.038085937500 +-0.394531250000 +0.093261718750 +0.355468750000 +0.355468750000 +0.103027343750 +0.013916015625 +0.063476562500 +-0.000667572021 +0.218750000000 +0.100097656250 +0.535156250000 +0.219726562500 +-0.135742187500 +-0.192382812500 +0.159179687500 +-0.007812500000 +0.112304687500 +-0.242187500000 +-0.161132812500 +0.169921875000 +0.031127929688 +-0.033447265625 +0.003967285156 +0.016845703125 +-0.043701171875 +-0.107421875000 +0.004669189453 +0.083007812500 +0.180664062500 +0.176757812500 +-0.310546875000 +-0.111328125000 +-0.053466796875 +-0.088867187500 +0.001808166504 +-0.039550781250 +0.009338378906 +0.068359375000 +0.101562500000 +0.012268066406 +0.093750000000 +-0.015258789062 +0.070312500000 +0.100585937500 +0.196289062500 +-0.127929687500 +0.046142578125 +0.149414062500 +0.045410156250 +0.050048828125 +0.143554687500 +-0.390625000000 +-0.114257812500 +0.001220703125 +-0.365234375000 +0.133789062500 +0.030761718750 +-0.197265625000 +-0.015441894531 +-0.382812500000 +0.012451171875 +0.032226562500 +-0.441406250000 +0.032470703125 +-0.153320312500 +-0.265625000000 +-0.205078125000 +-0.156250000000 +-0.002807617188 +-0.006561279297 +-0.099121093750 +-0.101074218750 +-0.001861572266 +-0.164062500000 +-0.108398437500 +-0.024047851562 +-0.051269531250 +0.013793945312 +-0.228515625000 +-0.129882812500 +-0.114257812500 +-0.145507812500 +-0.102539062500 +-0.092285156250 +-0.010009765625 +0.253906250000 +0.135742187500 +0.015014648438 +-0.122558593750 +0.191406250000 +-0.492187500000 +-0.208007812500 +0.075683593750 +-0.040283203125 +-0.136718750000 +-0.014160156250 +-0.085937500000 +-0.132812500000 +-0.140625000000 +0.115234375000 +0.037597656250 +-0.011474609375 +0.028930664062 +0.075683593750 +0.017333984375 +0.048339843750 +-0.191406250000 +0.096679687500 +0.060791015625 +0.098144531250 +0.178710937500 +0.104492187500 +0.062255859375 +-0.021972656250 +-0.361328125000 +-0.020629882812 +-0.092285156250 +-0.083984375000 +-0.214843750000 +0.004058837891 +0.011169433594 +-0.114746093750 +0.072265625000 +-0.070312500000 +-0.154296875000 +-0.186523437500 +-0.142578125000 +-0.125976562500 +0.030639648438 +-0.269531250000 +0.153320312500 +-0.047363281250 +0.013793945312 +-0.035156250000 +0.018676757812 +-0.145507812500 +0.056884765625 +-0.097167968750 +0.171875000000 +-0.016235351562 +-0.079589843750 +-0.043701171875 +-0.300781250000 +0.043945312500 +0.049560546875 +0.104980468750 +0.101074218750 +0.016723632812 +-0.027832031250 +0.035888671875 +-0.088378906250 +-0.010620117188 +-0.073730468750 +0.055419921875 +0.144531250000 +-0.447265625000 +0.139648437500 +-0.034912109375 +-0.135742187500 +-0.153320312500 +-0.271484375000 +0.070800781250 +0.126953125000 +-0.025268554688 +0.154296875000 +0.127929687500 +-0.090332031250 +0.060546875000 +-0.022705078125 +-0.039550781250 +-0.141601562500 +0.031738281250 +0.070312500000 +0.109375000000 +0.120117187500 +0.049316406250 +0.005737304688 +-0.098632812500 +-0.098632812500 +-0.045410156250 +0.002700805664 +-0.030761718750 +-0.300781250000 +-0.129882812500 +-0.134765625000 +-0.257812500000 +-0.165039062500 +-0.029418945312 +-0.026245117188 +-0.026977539062 +-0.016723632812 +-0.016479492188 +0.050781250000 +-0.326171875000 +-0.039550781250 +0.159179687500 +-0.159179687500 +-0.000242233276 +-0.002914428711 +-0.080566406250 +0.116699218750 +-0.209960937500 +-0.099609375000 +-0.129882812500 +-0.238281250000 +-0.007690429688 +-0.153320312500 +0.091796875000 +0.049560546875 +-0.031127929688 +-0.070800781250 +-0.206054687500 +-0.102539062500 +-0.018676757812 +-0.122070312500 +-0.033203125000 +0.110351562500 +-0.032714843750 +0.064941406250 +-0.019775390625 +0.046875000000 +-0.230468750000 +-0.333984375000 +-0.229492187500 +-0.312500000000 +-0.013793945312 +0.081542968750 +0.064453125000 +0.119628906250 +0.100097656250 +-0.108886718750 +0.064941406250 +-0.027343750000 +0.035400390625 +0.059082031250 +-0.050537109375 +0.132812500000 +0.210937500000 +-0.111328125000 +0.022216796875 +-0.014038085938 +-0.007873535156 +0.081054687500 +-0.060546875000 +0.109863281250 +0.108886718750 +-0.175781250000 +0.029052734375 +-0.039550781250 +-0.131835937500 +0.087890625000 +0.051269531250 +-0.085937500000 +-0.001701354980 +0.043701171875 +-0.129882812500 +0.106445312500 +-0.074707031250 +-0.291015625000 +0.103515625000 +-0.261718750000 +-0.016235351562 +0.150390625000 +-0.195312500000 +-0.265625000000 +-0.131835937500 +-0.099609375000 +-0.192382812500 +-0.084960937500 +0.149414062500 +-0.054199218750 +0.182617187500 +-0.188476562500 +0.013732910156 +-0.180664062500 +-0.105468750000 +0.050048828125 +-0.151367187500 +0.169921875000 +-0.104492187500 +-0.304687500000 +0.091796875000 +-0.063964843750 +0.308593750000 +0.029296875000 +-0.151367187500 +-0.125000000000 +-0.201171875000 +-0.171875000000 +-0.261718750000 +-0.013000488281 +0.161132812500 +0.125000000000 +0.077148437500 +-0.021484375000 +-0.171875000000 +-0.047851562500 +0.072753906250 +0.234375000000 +0.042968750000 +0.068847656250 +-0.091796875000 +-0.131835937500 +0.002777099609 +0.160156250000 +-0.064453125000 +0.128906250000 +-0.002166748047 +0.093750000000 +-0.040771484375 +-0.222656250000 +-0.005859375000 +-0.038330078125 +-0.148437500000 +0.125000000000 +-0.038574218750 +-0.122070312500 +0.072265625000 +-0.080078125000 +-0.166015625000 +0.015258789062 +-0.020629882812 +0.057617187500 +0.092773437500 +-0.087402343750 +-0.092285156250 +-0.054687500000 +0.021728515625 +-0.500000000000 +0.147460937500 +0.163085937500 +-0.267578125000 +-0.025756835938 +0.106445312500 +0.072265625000 +-0.042724609375 +-0.079589843750 +-0.156250000000 +-0.032470703125 +-0.210937500000 +0.062988281250 +0.062988281250 +0.150390625000 +0.089355468750 +-0.371093750000 +0.037109375000 +-0.566406250000 +0.083007812500 +-0.051269531250 +-0.012084960938 +0.128906250000 +0.080566406250 +-0.223632812500 +-0.192382812500 +-0.173828125000 +-0.086425781250 +0.074218750000 +0.022949218750 +-0.185546875000 +-0.178710937500 +-0.014221191406 +-0.120605468750 +0.119628906250 +-0.090820312500 +0.073242187500 +0.202148437500 +-0.073730468750 +0.046142578125 +-0.003707885742 +-0.380859375000 +-0.023925781250 +-0.087402343750 +-0.034423828125 +0.123535156250 +0.019653320312 +-0.143554687500 +0.015869140625 +-0.075683593750 +-0.032226562500 +0.053222656250 +-0.094726562500 +0.101074218750 +-0.036132812500 +-0.090332031250 +0.070800781250 +0.014343261719 +0.218750000000 +0.003784179688 +-0.163085937500 +-0.005767822266 +0.014709472656 +-0.041259765625 +-0.244140625000 +-0.037841796875 +0.219726562500 +-0.051025390625 +0.107910156250 +-0.032470703125 +0.069335937500 +0.136718750000 +-0.122558593750 +-0.263671875000 +0.095214843750 +-0.160156250000 +0.049560546875 +-0.015991210938 +0.094726562500 +0.101562500000 +0.031494140625 +0.095703125000 +0.047363281250 +-0.025146484375 +-0.036376953125 +0.041992187500 +0.125000000000 +-0.087890625000 +-0.019042968750 +-0.182617187500 +-0.035156250000 +0.231445312500 +-0.037597656250 +0.010925292969 +-0.026000976562 +-0.062988281250 +0.187500000000 +-0.157226562500 +-0.151367187500 +0.015258789062 +0.082031250000 +0.088867187500 +0.017333984375 +-0.006622314453 +-0.091796875000 +-0.365234375000 +-0.271484375000 +-0.113769531250 +-0.096191406250 +0.016479492188 +0.000371932983 +-0.200195312500 +0.000039815903 +0.044677734375 +0.040771484375 +-0.152343750000 +0.035400390625 +0.052001953125 +-0.013183593750 +0.084472656250 +-0.006530761719 +0.030517578125 +0.037597656250 +0.133789062500 +-0.132812500000 +0.058837890625 +-0.061279296875 +-0.174804687500 +-0.103515625000 +-0.106933593750 +-0.002960205078 +-0.236328125000 +0.002807617188 +-0.036621093750 +-0.025878906250 +-0.165039062500 +-0.390625000000 +-0.033691406250 +0.026245117188 +-0.009521484375 +0.035644531250 +-0.030761718750 +-0.186523437500 +-0.017578125000 +-0.117675781250 +0.118652343750 +0.298828125000 +0.148437500000 +0.019042968750 +-0.043945312500 +0.226562500000 +0.121582031250 +0.111816406250 +-0.066894531250 +0.125976562500 +0.086914062500 +-0.058837890625 +0.026611328125 +0.104492187500 +-0.033691406250 +-0.085937500000 +-0.098144531250 +0.205078125000 +0.068847656250 +0.093750000000 +-0.092285156250 +0.057861328125 +-0.039062500000 +0.043945312500 +-0.042724609375 +-0.108886718750 +0.114257812500 +-0.194335937500 +-0.186523437500 +-0.048339843750 +-0.071777343750 +-0.117187500000 +-0.129882812500 +-0.292968750000 +-0.013854980469 +-0.081054687500 +0.015991210938 +0.148437500000 +-0.016601562500 +-0.144531250000 +0.098144531250 +0.129882812500 +0.121093750000 +0.046386718750 +0.084960937500 +0.030273437500 +-0.067871093750 +-0.125000000000 +0.261718750000 +-0.373046875000 +0.122070312500 +-0.002868652344 +0.025146484375 +0.022827148438 +-0.216796875000 +-0.018676757812 +-0.030273437500 +0.194335937500 +0.109863281250 +-0.013549804688 +0.068847656250 +0.083984375000 +0.024536132812 +0.047363281250 +0.013366699219 +0.433593750000 +0.077148437500 +0.189453125000 +-0.157226562500 +0.076171875000 +-0.194335937500 +-0.008117675781 +-0.114257812500 +-0.047119140625 +-0.049804687500 +0.120117187500 +0.031738281250 +0.071777343750 +0.104003906250 +0.105957031250 +0.055175781250 +0.131835937500 +0.065917968750 +-0.237304687500 +0.080566406250 +-0.093261718750 +0.015625000000 +-0.044433593750 +0.027587890625 +-0.135742187500 +-0.053955078125 +-0.077148437500 +-0.063476562500 +-0.006561279297 +-0.155273437500 +-0.078125000000 +-0.097656250000 +-0.071777343750 +0.031982421875 +-0.050292968750 +0.030639648438 +-0.060791015625 +0.119628906250 +0.025268554688 +-0.101074218750 +0.343750000000 +0.131835937500 +0.137695312500 +-0.004486083984 +0.023559570312 +0.095214843750 +0.012817382812 +0.047363281250 +0.248046875000 +0.064941406250 +-0.253906250000 +-0.018554687500 +-0.021972656250 +0.065429687500 +0.025390625000 +0.108886718750 +-0.281250000000 +0.065917968750 +0.082031250000 +-0.049804687500 +-0.044433593750 +0.050292968750 +-0.035400390625 +-0.017333984375 +0.223632812500 +0.192382812500 +0.218750000000 +-0.071289062500 +0.007446289062 +-0.316406250000 +-0.013244628906 +-0.050537109375 +-0.084960937500 +-0.059082031250 +0.008178710938 +-0.001831054688 +-0.086425781250 +-0.030273437500 +-0.036621093750 +-0.028564453125 +-0.018432617188 +-0.014404296875 +-0.166015625000 +0.000728607178 +-0.130859375000 +-0.186523437500 +-0.017333984375 +0.001998901367 +-0.009765625000 +-0.166992187500 +-0.361328125000 +-0.152343750000 +0.045654296875 +-0.195312500000 +0.082031250000 +-0.086425781250 +-0.157226562500 +0.136718750000 +0.048583984375 +0.087402343750 +-0.074707031250 +0.084960937500 +-0.039062500000 +-0.119140625000 +-0.220703125000 +0.108398437500 +0.259765625000 +-0.019287109375 +0.015014648438 +0.124023437500 +-0.233398437500 +0.004791259766 +0.071289062500 +0.017333984375 +-0.031250000000 +0.021606445312 +-0.009155273438 +0.033447265625 +-0.013977050781 +-0.187500000000 +-0.109863281250 +0.040283203125 +-0.124511718750 +0.020629882812 +-0.180664062500 +-0.011901855469 +-0.125976562500 +0.040283203125 +-0.122558593750 +0.149414062500 +0.333984375000 +-0.173828125000 +0.031982421875 +0.041503906250 +0.107421875000 +-0.012878417969 +-0.060058593750 +0.063964843750 +-0.186523437500 +-0.107910156250 +-0.151367187500 +-0.031738281250 +-0.248046875000 +-0.042724609375 +-0.056884765625 +0.020263671875 +0.153320312500 +-0.039062500000 +-0.090332031250 +-0.457031250000 +0.019897460938 +-0.081542968750 +-0.022338867188 +-0.141601562500 +0.167968750000 +0.147460937500 +0.024780273438 +-0.277343750000 +0.065917968750 +-0.134765625000 +-0.343750000000 +0.174804687500 +-0.056396484375 +-0.035888671875 +0.174804687500 +-0.118652343750 +-0.139648437500 +-0.073730468750 +-0.182617187500 +-0.265625000000 +0.192382812500 +-0.034179687500 +-0.093750000000 +0.096191406250 +0.024047851562 +0.015991210938 +-0.412109375000 +0.181640625000 +-0.031738281250 +0.108886718750 +0.101074218750 +-0.116210937500 +-0.069335937500 +-0.134765625000 +-0.012817382812 +0.111328125000 +-0.101562500000 +-0.180664062500 +-0.132812500000 +-0.022460937500 +-0.000652313232 +-0.053222656250 +0.019531250000 +-0.027343750000 +0.084960937500 +-0.200195312500 +0.025390625000 +-0.223632812500 +0.113769531250 +-0.210937500000 +-0.188476562500 +0.089355468750 +-0.074707031250 +0.013427734375 +-0.296875000000 +-0.062500000000 +-0.121093750000 +0.057128906250 +-0.064453125000 +0.022338867188 +0.158203125000 +0.166015625000 +-0.031982421875 +-0.421875000000 +-0.053466796875 +-0.026000976562 +-0.605468750000 +0.032714843750 +0.066406250000 +-0.054199218750 +0.091796875000 +-0.148437500000 +0.003662109375 +0.010864257812 +0.140625000000 +0.061523437500 +0.216796875000 +0.040283203125 +-0.024047851562 +-0.179687500000 +-0.183593750000 +-0.046875000000 +0.104492187500 +-0.343750000000 +0.248046875000 +0.094726562500 +-0.151367187500 +0.170898437500 +0.047363281250 +-0.155273437500 +-0.001869201660 +-0.025390625000 +-0.048095703125 +0.103515625000 +0.015441894531 +0.008605957031 +-0.027099609375 +-0.200195312500 +0.054443359375 +0.100585937500 +-0.073730468750 +-0.183593750000 +0.039550781250 +-0.140625000000 +-0.065917968750 +0.012634277344 +-0.000011384487 +-0.136718750000 +-0.171875000000 +-0.380859375000 +-0.024536132812 +-0.031494140625 +0.081542968750 +-0.263671875000 +0.008483886719 +0.031738281250 +-0.240234375000 +-0.144531250000 +-0.306640625000 +-0.055419921875 +-0.285156250000 +-0.104492187500 +0.152343750000 +-0.007202148438 +-0.108398437500 +0.020507812500 +-0.217773437500 +-0.244140625000 +0.055908203125 +-0.025390625000 +-0.215820312500 +0.007049560547 +-0.027465820312 +0.000440597534 +0.049072265625 +-0.028076171875 +0.064453125000 +-0.125976562500 +0.333984375000 +-0.011230468750 +0.114257812500 +-0.255859375000 +0.121582031250 +-0.232421875000 +-0.130859375000 +-0.234375000000 +-0.146484375000 +-0.119140625000 +0.249023437500 +-0.084960937500 +-0.120117187500 +0.091308593750 +0.043212890625 +-0.022460937500 +0.261718750000 +-0.138671875000 +0.172851562500 +0.060058593750 +0.189453125000 +0.079101562500 +0.142578125000 +-0.149414062500 +0.081054687500 +0.083496093750 +-0.090820312500 +-0.398437500000 +-0.001274108887 +-0.244140625000 +-0.255859375000 +0.043212890625 +0.109863281250 +-0.225585937500 +-0.012023925781 +-0.006195068359 +0.050292968750 +-0.177734375000 +-0.180664062500 +-0.179687500000 +0.246093750000 +-0.122558593750 +-0.396484375000 +-0.125976562500 +-0.090332031250 +-0.117187500000 +-0.120117187500 +-0.209960937500 +0.048339843750 +0.177734375000 +-0.064941406250 +-0.149414062500 +-0.073242187500 +-0.233398437500 +-0.330078125000 +-0.105468750000 +0.070312500000 +0.156250000000 +-0.055908203125 +-0.004547119141 +-0.085937500000 +-0.220703125000 +-0.073730468750 +-0.005340576172 +-0.335937500000 +-0.042724609375 +0.345703125000 +-0.013122558594 +0.079101562500 +-0.125976562500 +-0.010742187500 +-0.028076171875 +-0.221679687500 +0.140625000000 +0.222656250000 +0.016845703125 +-0.128906250000 +0.053955078125 +0.314453125000 +0.095214843750 +-0.183593750000 +0.001914978027 +0.234375000000 +0.097656250000 +0.255859375000 +-0.123046875000 +-0.032470703125 +0.072753906250 +0.157226562500 +-0.060302734375 +-0.089355468750 +-0.199218750000 +-0.104492187500 +-0.137695312500 +-0.208984375000 +-0.102050781250 +-0.486328125000 +-0.133789062500 +-0.108398437500 +0.025024414062 +0.038818359375 +0.118164062500 +0.051269531250 +-0.320312500000 +-0.238281250000 +0.042968750000 +0.050537109375 +-0.242187500000 +0.040771484375 +-0.337890625000 +-0.087890625000 +-0.316406250000 +0.250000000000 +0.053222656250 +-0.164062500000 +-0.024536132812 +0.119628906250 +-0.142578125000 +0.071289062500 +0.137695312500 +0.023803710938 +0.063964843750 +-0.318359375000 +-0.128906250000 +-0.056640625000 +-0.116699218750 +0.070800781250 +-0.180664062500 +0.063964843750 +0.273437500000 +-0.214843750000 +0.025634765625 +-0.071777343750 +0.032958984375 +-0.273437500000 +0.139648437500 +0.136718750000 +0.120117187500 +-0.291015625000 +-0.341796875000 +-0.000061511993 +-0.108886718750 +-0.100097656250 +-0.228515625000 +-0.137695312500 +0.048339843750 +-0.149414062500 +-0.326171875000 +-0.042724609375 +-0.233398437500 +0.116699218750 +-0.110839843750 +0.157226562500 +0.166992187500 +0.030761718750 +0.119140625000 +-0.040527343750 +0.011840820312 +0.066894531250 +-0.015747070312 +-0.484375000000 +0.067871093750 +0.108886718750 +-0.550781250000 +-0.129882812500 +-0.279296875000 +0.084472656250 +-0.043701171875 +0.055908203125 +0.038574218750 +-0.165039062500 +-0.115722656250 +0.046142578125 +-0.197265625000 +0.026000976562 +-0.134765625000 +-0.120605468750 +0.042236328125 +-0.026123046875 +0.141601562500 +0.128906250000 +-0.136718750000 +-0.057128906250 +-0.163085937500 +-0.012817382812 +0.130859375000 +-0.347656250000 +0.100097656250 +0.045166015625 +-0.183593750000 +-0.079101562500 +-0.157226562500 +0.294921875000 +0.147460937500 +-0.065429687500 +-0.085937500000 +-0.201171875000 +0.102050781250 +0.125976562500 +0.011901855469 +-0.179687500000 +0.047607421875 +-0.009216308594 +0.035156250000 +0.034667968750 +-0.104492187500 +-0.157226562500 +-0.178710937500 +-0.049560546875 +0.071777343750 +-0.246093750000 +-0.468750000000 +-0.063964843750 +-0.427734375000 +0.105468750000 +0.013549804688 +0.011474609375 +0.082519531250 +-0.035644531250 +0.006378173828 +-0.010314941406 +0.073242187500 +-0.124511718750 +-0.019042968750 +0.030883789062 +0.141601562500 +-0.004150390625 +-0.460937500000 +-0.014709472656 +-0.255859375000 +0.050537109375 +0.009704589844 +0.171875000000 +-0.059082031250 +-0.065429687500 +-0.243164062500 +0.157226562500 +-0.078125000000 +0.242187500000 +-0.175781250000 +-0.147460937500 +-0.025390625000 +-0.163085937500 +0.066406250000 +0.139648437500 +-0.067382812500 +0.040283203125 +-0.195312500000 +0.036132812500 +0.069335937500 +-0.246093750000 +-0.015441894531 +-0.047607421875 +-0.183593750000 +0.076660156250 +0.061523437500 +-0.165039062500 +0.101074218750 +-0.199218750000 +0.044433593750 +-0.078125000000 +0.009704589844 +0.109863281250 +-0.038330078125 +-0.074707031250 +-0.143554687500 +-0.181640625000 +-0.023925781250 +-0.023681640625 +-0.097167968750 +0.230468750000 +0.025756835938 +0.020019531250 +0.180664062500 +-0.024536132812 +-0.117187500000 +0.011474609375 +-0.213867187500 +0.067382812500 +0.007263183594 +-0.263671875000 +-0.070312500000 +0.043945312500 +0.077636718750 +-0.090820312500 +0.004974365234 +0.075683593750 +-0.070800781250 +0.316406250000 +-0.024902343750 +-0.090820312500 +-0.068359375000 +0.106933593750 +0.119628906250 +0.044677734375 +-0.027709960938 +-0.034179687500 +-0.100585937500 +-0.085937500000 +-0.136718750000 +0.031982421875 +-0.349609375000 +0.023193359375 +-0.248046875000 +-0.157226562500 +0.005645751953 +-0.126953125000 +-0.030273437500 +-0.034179687500 +-0.227539062500 +0.036621093750 +-0.046630859375 +0.148437500000 +0.078613281250 +-0.080078125000 +0.049072265625 +-0.110351562500 +-0.052978515625 +0.040771484375 +-0.004180908203 +-0.269531250000 +0.009643554688 +0.038330078125 +0.123535156250 +-0.099121093750 +0.113281250000 +0.137695312500 +0.026489257812 +0.035888671875 +-0.255859375000 +0.005859375000 +-0.085937500000 +-0.035156250000 +-0.316406250000 +0.094726562500 +-0.070312500000 +0.148437500000 +0.100585937500 +0.044677734375 +-0.173828125000 +0.079589843750 +0.096191406250 +-0.000709533691 +-0.008300781250 +-0.139648437500 +-0.044433593750 +-0.000713348389 +0.004180908203 +-0.093261718750 +0.028686523438 +-0.024658203125 +-0.225585937500 +0.294921875000 +-0.102539062500 +0.057617187500 +-0.135742187500 +-0.036865234375 +0.124511718750 +-0.067382812500 +-0.104003906250 +-0.057617187500 +-0.047607421875 +-0.065917968750 +-0.005371093750 +0.088378906250 +-0.041259765625 +0.083496093750 +-0.261718750000 +-0.200195312500 +0.057373046875 +-0.137695312500 +-0.036132812500 +-0.094726562500 +-0.373046875000 +0.041015625000 +-0.004333496094 +-0.072265625000 +-0.000976562500 +0.099121093750 +0.052246093750 +0.048339843750 +-0.167968750000 +0.041503906250 +-0.015258789062 +0.238281250000 +-0.161132812500 +0.098144531250 +0.020385742188 +-0.038818359375 +0.209960937500 +0.039306640625 +-0.142578125000 +-0.061767578125 +-0.040039062500 +-0.127929687500 +-0.159179687500 +-0.046142578125 +-0.277343750000 +0.048583984375 +-0.101074218750 +0.069824218750 +-0.061279296875 +-0.007293701172 +0.021972656250 +0.108886718750 +0.020874023438 +0.020996093750 +-0.001197814941 +0.111816406250 +-0.056640625000 +0.074707031250 +0.093750000000 +-0.225585937500 +-0.150390625000 +0.131835937500 +-0.251953125000 +-0.113769531250 +-0.191406250000 +-0.016601562500 +0.043945312500 +0.102539062500 +0.133789062500 +-0.212890625000 +0.004882812500 +0.300781250000 +0.018188476562 +-0.067871093750 +-0.011413574219 +-0.010864257812 +-0.011413574219 +0.012634277344 +-0.161132812500 +-0.016601562500 +0.062255859375 +-0.062988281250 +0.061279296875 +0.113281250000 +-0.194335937500 +0.140625000000 +-0.030761718750 +0.005218505859 +-0.012268066406 +0.035400390625 +-0.014038085938 +0.054687500000 +-0.378906250000 +0.036132812500 +0.028320312500 +-0.017700195312 +0.024414062500 +0.183593750000 +-0.066894531250 +0.035156250000 +0.231445312500 +0.020141601562 +-0.084472656250 +-0.125000000000 +-0.119140625000 +-0.072753906250 +0.118652343750 +0.000055551529 +-0.410156250000 +0.222656250000 +-0.070312500000 +-0.133789062500 +0.000444412231 +0.035888671875 +0.024047851562 +0.079101562500 +0.068847656250 +-0.222656250000 +0.066406250000 +0.125000000000 +-0.104003906250 +-0.097656250000 +0.147460937500 +-0.111816406250 +-0.181640625000 +0.061035156250 +-0.046875000000 +-0.408203125000 +-0.061035156250 +-0.008911132812 +0.063476562500 +0.171875000000 +0.150390625000 +-0.152343750000 +0.121093750000 +0.136718750000 +0.196289062500 +0.148437500000 +0.071777343750 +0.027832031250 +-0.026489257812 +-0.166992187500 +-0.189453125000 +0.492187500000 +-0.079589843750 +-0.188476562500 +-0.081542968750 +0.010681152344 +-0.221679687500 +-0.146484375000 +-0.018066406250 +0.088378906250 +-0.166015625000 +-0.122558593750 +0.040527343750 +0.033203125000 +0.016967773438 +-0.170898437500 +0.026977539062 +-0.002838134766 +-0.121582031250 +0.103515625000 +0.109863281250 +-0.035400390625 +-0.081542968750 +0.034423828125 +0.057861328125 +-0.153320312500 +0.015136718750 +-0.124511718750 +-0.057861328125 +-0.010375976562 +0.089355468750 +0.049072265625 +-0.025878906250 +-0.103027343750 +0.094726562500 +-0.139648437500 +0.067871093750 +-0.128906250000 +-0.010559082031 +-0.271484375000 +-0.002471923828 +0.125000000000 +-0.096191406250 +-0.244140625000 +-0.221679687500 +-0.127929687500 +-0.061035156250 +-0.014831542969 +-0.140625000000 +-0.253906250000 +0.186523437500 +0.069824218750 +0.080566406250 +-0.021484375000 +0.018432617188 +-0.009704589844 +-0.071777343750 +-0.285156250000 +-0.001899719238 +-0.195312500000 +-0.136718750000 +0.099609375000 +-0.012756347656 +0.083007812500 +-0.166015625000 +-0.014099121094 +0.112792968750 +-0.105468750000 +-0.000762939453 +-0.106445312500 +0.052734375000 +0.060302734375 +-0.044189453125 +-1.820312500000 +-0.789062500000 +0.040039062500 +0.014038085938 +0.005828857422 +-0.072265625000 +0.129882812500 +-0.207031250000 +0.312500000000 +0.035888671875 +-0.041503906250 +-0.005523681641 +-0.149414062500 +-0.062988281250 +-0.007934570312 +-0.045166015625 +0.028076171875 +0.279296875000 +0.073730468750 +0.033691406250 +0.026000976562 +-0.045654296875 +0.077148437500 +0.053222656250 +-0.077148437500 +-0.193359375000 +0.045898437500 +0.050781250000 +-0.112792968750 +0.173828125000 +-0.094238281250 +-0.126953125000 +-0.217773437500 +0.060791015625 +0.141601562500 +-0.519531250000 +-0.040771484375 +-0.070800781250 +0.147460937500 +-0.071289062500 +-0.412109375000 +0.120117187500 +0.140625000000 +-0.410156250000 +0.058105468750 +-0.157226562500 +0.085449218750 +-0.058593750000 +-0.101074218750 +0.044189453125 +-0.310546875000 +-0.028198242188 +0.061767578125 +-0.117675781250 +-0.088867187500 +-0.041015625000 +-0.147460937500 +0.020507812500 +-0.026123046875 +0.021850585938 +-0.057617187500 +0.093261718750 +0.014404296875 +0.039306640625 +-1.062500000000 +-0.718750000000 +0.165039062500 +0.101074218750 +0.077148437500 +-0.082031250000 +-0.033447265625 +-0.088378906250 +0.054443359375 +-0.032958984375 +-0.107910156250 +0.107910156250 +-0.017822265625 +0.056640625000 +-0.118164062500 +0.114746093750 +0.025024414062 +0.050537109375 +0.015991210938 +0.120605468750 +0.052246093750 +0.027587890625 +-0.080566406250 +0.035888671875 +-0.220703125000 +-0.083496093750 +0.055908203125 +-0.001144409180 +-0.100097656250 +-0.019287109375 +-0.157226562500 +-0.172851562500 +0.106445312500 +0.075683593750 +-0.378906250000 +-0.241210937500 +0.024047851562 +-0.184570312500 +-0.198242187500 +-0.074218750000 +-0.033691406250 +0.025390625000 +-0.101562500000 +-0.294921875000 +-0.106933593750 +-0.016479492188 +-0.108886718750 +-0.013305664062 +0.057617187500 +-0.009460449219 +-0.250000000000 +0.068359375000 +0.017700195312 +-0.127929687500 +0.022338867188 +-0.073730468750 +-0.097656250000 +0.019653320312 +0.000138282776 +0.059814453125 +-0.106445312500 +-0.139648437500 +0.115234375000 +0.015136718750 +-0.683593750000 +-0.730468750000 +0.021240234375 +0.087402343750 +0.034179687500 +0.042480468750 +-0.182617187500 +0.060791015625 +-0.253906250000 +-0.050537109375 +-0.079101562500 +0.055908203125 +-0.101562500000 +-0.046630859375 +0.089843750000 +-0.038574218750 +0.025390625000 +0.049804687500 +-0.043945312500 +0.025146484375 +0.074218750000 +0.052246093750 +0.055908203125 +0.110839843750 +0.145507812500 +-0.043945312500 +0.022949218750 +0.102050781250 +-0.000659942627 +0.005645751953 +-0.044921875000 +-0.109375000000 +0.167968750000 +-0.040283203125 +-0.255859375000 +0.114746093750 +-0.009765625000 +-0.314453125000 +0.079589843750 +0.038574218750 +0.172851562500 +0.024169921875 +-0.167968750000 +-0.227539062500 +-0.078613281250 +-0.085449218750 +-0.081542968750 +-0.041748046875 +0.104492187500 +0.065429687500 +-0.150390625000 +-0.113281250000 +0.081542968750 +-0.053222656250 +0.041503906250 +-0.181640625000 +0.142578125000 +-0.037109375000 +-0.014038085938 +-0.039794921875 +-0.433593750000 +-0.410156250000 +0.068847656250 +0.003479003906 +-0.371093750000 +-0.462890625000 +0.034667968750 +0.076660156250 +-0.012817382812 +-0.058349609375 +0.044433593750 +-0.021850585938 +-0.163085937500 +0.045654296875 +-0.017089843750 +0.040283203125 +-0.046630859375 +-0.082031250000 +0.041992187500 +0.110839843750 +0.005126953125 +0.006530761719 +-0.005706787109 +0.096679687500 +-0.281250000000 +-0.069335937500 +0.179687500000 +0.101562500000 +-0.001792907715 +0.038085937500 +-0.216796875000 +0.265625000000 +-0.153320312500 +0.000442504883 +-0.147460937500 +-0.235351562500 +0.088378906250 +0.024414062500 +-0.107910156250 +-0.130859375000 +0.039550781250 +-0.365234375000 +0.014404296875 +-0.094726562500 +0.125000000000 +0.047119140625 +-0.082519531250 +-0.235351562500 +0.066894531250 +-0.062500000000 +-0.002258300781 +-0.034423828125 +-0.105957031250 +-0.163085937500 +0.092773437500 +-0.182617187500 +0.002059936523 +-0.271484375000 +-0.167968750000 +0.038330078125 +-0.018188476562 +0.011291503906 +0.086425781250 +-0.001373291016 +-0.294921875000 +-0.367187500000 +-0.064941406250 +0.026489257812 +-1.101562500000 +-0.281250000000 +-0.020141601562 +0.001449584961 +0.093750000000 +-0.074218750000 +0.005249023438 +-0.033447265625 +0.027832031250 +0.041992187500 +0.062011718750 +-0.204101562500 +-0.026977539062 +-0.198242187500 +0.120117187500 +0.054443359375 +0.126953125000 +0.113281250000 +-0.449218750000 +-0.300781250000 +-0.488281250000 +-0.121093750000 +-0.099121093750 +0.061035156250 +-0.408203125000 +0.011596679688 +-0.059082031250 +-0.058837890625 +-0.027587890625 +-0.227539062500 +-0.049072265625 +-0.002090454102 +-0.160156250000 +-0.087890625000 +-0.014465332031 +0.034912109375 +0.097656250000 +-0.466796875000 +0.018676757812 +-0.058349609375 +-0.096191406250 +-0.016845703125 +0.067382812500 +0.042236328125 +-0.010620117188 +-0.058349609375 +0.052246093750 +0.046630859375 +-0.057861328125 +-0.143554687500 +-0.069824218750 +-0.044921875000 +0.051269531250 +-0.369140625000 +-0.058593750000 +-0.101074218750 +0.061279296875 +0.057373046875 +-0.292968750000 +-0.337890625000 +-0.208007812500 +-0.449218750000 +-0.210937500000 +0.080566406250 +-1.484375000000 +-0.482421875000 +-0.065429687500 +0.107910156250 +0.017578125000 +0.028564453125 +0.182617187500 +-0.017211914062 +0.151367187500 +0.042968750000 +-0.212890625000 +-0.300781250000 +-0.083496093750 +-0.486328125000 +-0.072753906250 +0.068359375000 +0.165039062500 +-0.033447265625 +-0.550781250000 +-0.121093750000 +-0.159179687500 +-0.265625000000 +-0.235351562500 +0.028808593750 +-0.083007812500 +0.043945312500 +-0.062011718750 +-0.016479492188 +-0.071777343750 +-0.064453125000 +-0.094726562500 +0.179687500000 +-0.277343750000 +-0.052001953125 +-0.079589843750 +-0.056640625000 +0.047363281250 +-0.110351562500 +0.010498046875 +0.001655578613 +-0.188476562500 +-0.079589843750 +0.107910156250 +0.023803710938 +-0.039062500000 +0.039062500000 +0.021728515625 +-0.036621093750 +-0.542968750000 +0.047119140625 +-0.009948730469 +0.071777343750 +-0.055419921875 +-0.120117187500 +0.004180908203 +-0.103515625000 +-0.140625000000 +0.001708984375 +-0.279296875000 +-0.376953125000 +-0.059570312500 +-0.213867187500 +-0.322265625000 +-0.125976562500 +-0.523437500000 +-0.812500000000 +0.141601562500 +-0.032958984375 +-0.010192871094 +-0.004913330078 +0.097167968750 +0.069335937500 +0.145507812500 +-0.038330078125 +-0.220703125000 +-0.365234375000 +-0.109375000000 +-0.531250000000 +-0.156250000000 +-0.091796875000 +-0.185546875000 +-0.025268554688 +-0.160156250000 +-0.057617187500 +-0.033935546875 +-0.157226562500 +-0.308593750000 +-0.115722656250 +0.178710937500 +-0.123046875000 +-0.077636718750 +-0.318359375000 +0.110351562500 +-0.320312500000 +0.135742187500 +-0.225585937500 +0.218750000000 +0.155273437500 +-0.056640625000 +0.062011718750 +0.078613281250 +-0.019287109375 +0.028076171875 +0.022216796875 +-0.178710937500 +0.018188476562 +0.277343750000 +0.118652343750 +0.082031250000 +0.019653320312 +0.115234375000 +-0.075195312500 +-0.365234375000 +0.090820312500 +0.041748046875 +-0.200195312500 +-0.078125000000 +-0.052001953125 +-0.006256103516 +-0.155273437500 +-0.008728027344 +0.030395507812 +-0.267578125000 +-0.245117187500 +0.110351562500 +0.162109375000 +0.037109375000 +-0.054687500000 +-0.365234375000 +0.108886718750 +0.099609375000 +0.142578125000 +0.136718750000 +-0.025268554688 +-0.131835937500 +0.034423828125 +-0.050781250000 +0.001899719238 +-0.072753906250 +-0.250000000000 +0.016113281250 +-0.182617187500 +-0.013916015625 +0.000149726868 +-0.181640625000 +-0.041259765625 +0.246093750000 +0.121093750000 +0.108398437500 +0.124023437500 +-0.092773437500 +-0.077636718750 +-0.098144531250 +0.013366699219 +-0.002166748047 +-0.036621093750 +0.047607421875 +-0.052490234375 +0.005157470703 +-0.137695312500 +-0.108886718750 +-0.115722656250 +0.052978515625 +0.035644531250 +-0.068847656250 +-0.031127929688 +-0.166992187500 +-0.056396484375 +0.217773437500 +0.201171875000 +-0.098632812500 +0.120117187500 +0.182617187500 +0.128906250000 +0.138671875000 +0.176757812500 +0.087402343750 +0.102050781250 +-0.259765625000 +-0.396484375000 +0.068359375000 +-0.250000000000 +-0.166015625000 +0.020263671875 +-0.125000000000 +0.106933593750 +-0.330078125000 +-0.048095703125 +-0.170898437500 +-0.156250000000 +0.157226562500 +-0.302734375000 +0.032714843750 +0.018432617188 +-0.085449218750 +-0.002090454102 +-0.074707031250 +0.087890625000 +-0.034423828125 +-0.050292968750 +0.179687500000 +-0.081054687500 +-0.010742187500 +-0.088867187500 +0.113281250000 +-0.045166015625 +0.298828125000 +-0.062011718750 +0.147460937500 +0.023071289062 +0.053955078125 +0.048095703125 +0.073730468750 +-0.047119140625 +-0.030883789062 +-0.237304687500 +0.027221679688 +-0.117675781250 +-0.145507812500 +0.110839843750 +-0.081054687500 +0.055175781250 +-0.062988281250 +-0.035644531250 +0.220703125000 +0.028808593750 +-0.289062500000 +-0.062500000000 +-0.308593750000 +0.057617187500 +-0.162109375000 +-0.213867187500 +0.182617187500 +0.171875000000 +0.091308593750 +-0.035156250000 +-0.082031250000 +-0.081542968750 +-0.004119873047 +0.005767822266 +0.302734375000 +0.060302734375 +-0.111328125000 +-0.157226562500 +-0.075195312500 +-0.237304687500 +0.057373046875 +-0.072753906250 +-0.196289062500 +0.077148437500 +-0.152343750000 +-0.103027343750 +-0.023803710938 +0.028686523438 +0.060791015625 +-0.000614166260 +0.169921875000 +-0.002960205078 +-0.082031250000 +-0.091796875000 +-0.142578125000 +0.125976562500 +-0.239257812500 +-0.137695312500 +0.086914062500 +-0.117187500000 +0.160156250000 +0.000503540039 +0.026977539062 +0.065429687500 +-0.217773437500 +-0.230468750000 +-0.073730468750 +0.125000000000 +-0.019165039062 +0.167968750000 +-0.153320312500 +-0.181640625000 +0.100585937500 +-0.224609375000 +0.050292968750 +-0.141601562500 +-0.253906250000 +0.023681640625 +-0.084472656250 +0.059814453125 +-0.059814453125 +-0.161132812500 +0.180664062500 +0.197265625000 +-0.241210937500 +-0.045410156250 +-0.132812500000 +0.120605468750 +-0.213867187500 +-0.322265625000 +-0.136718750000 +0.028076171875 +0.033935546875 +-0.063476562500 +-0.113769531250 +-0.038330078125 +-0.104980468750 +-0.004760742188 +0.058105468750 +-0.020385742188 +0.053955078125 +0.011352539062 +0.099121093750 +-0.209960937500 +-0.004272460938 +-0.012084960938 +0.167968750000 +0.023437500000 +-0.283203125000 +-0.008422851562 +0.056152343750 +-0.114257812500 +0.093261718750 +0.077148437500 +0.033935546875 +0.059570312500 +-0.200195312500 +-0.135742187500 +-0.116210937500 +-0.017333984375 +-0.515625000000 +-0.056884765625 +-0.261718750000 +-0.219726562500 +0.010192871094 +0.017822265625 +-0.027465820312 +0.129882812500 +-0.148437500000 +-0.134765625000 +-0.065429687500 +0.033203125000 +0.093750000000 +0.053710937500 +0.028320312500 +-0.519531250000 +0.104980468750 +-0.065429687500 +0.054199218750 +0.035400390625 +-0.179687500000 +0.233398437500 +-0.064453125000 +0.081054687500 +-0.116699218750 +-0.121093750000 +-0.486328125000 +0.119140625000 +-0.066894531250 +-0.083007812500 +-0.089843750000 +0.130859375000 +0.008361816406 +-0.149414062500 +-0.026977539062 +-0.216796875000 +0.034423828125 +-0.019897460938 +0.059082031250 +-0.100585937500 +-0.047363281250 +-0.034423828125 +-0.275390625000 +-0.067871093750 +0.041503906250 +0.022094726562 +0.068359375000 +-0.018554687500 +-0.005981445312 +-0.098632812500 +0.174804687500 +-0.064453125000 +-0.316406250000 +0.122558593750 +-0.120605468750 +-0.068847656250 +0.119140625000 +-0.167968750000 +-0.117187500000 +0.073730468750 +-0.314453125000 +-0.097167968750 +-0.178710937500 +-0.067382812500 +-0.208984375000 +0.084960937500 +-0.012573242188 +-0.214843750000 +0.022949218750 +-0.069824218750 +0.011840820312 +0.139648437500 +-0.158203125000 +0.022216796875 +-0.128906250000 +0.000804901123 +-0.087890625000 +0.056884765625 +0.060791015625 +-0.056396484375 +-0.112304687500 +0.040771484375 +-0.171875000000 +-0.008178710938 +-0.279296875000 +-0.026611328125 +0.013671875000 +0.154296875000 +-0.065429687500 +-0.036132812500 +-0.157226562500 +0.018676757812 +-0.047119140625 +-0.095214843750 +-0.149414062500 +0.396484375000 +-0.178710937500 +-0.010498046875 +0.326171875000 +-0.235351562500 +0.068359375000 +-0.017578125000 +0.073730468750 +-0.039794921875 +-0.031005859375 +-0.129882812500 +-0.277343750000 +0.020385742188 +-0.062988281250 +0.109375000000 +0.062988281250 +0.102539062500 +0.249023437500 +-0.071289062500 +-0.084960937500 +-0.242187500000 +-0.226562500000 +0.054443359375 +-0.219726562500 +-0.234375000000 +0.129882812500 +-0.121093750000 +0.283203125000 +-0.031738281250 +0.096191406250 +-0.170898437500 +0.087402343750 +0.026245117188 +0.133789062500 +-0.166992187500 +0.147460937500 +-0.123535156250 +-0.009277343750 +-0.059082031250 +-0.037841796875 +0.111328125000 +-0.210937500000 +-0.042236328125 +-0.031738281250 +-0.064941406250 +-0.001495361328 +-0.228515625000 +0.042724609375 +-0.198242187500 +0.178710937500 +0.001411437988 +-0.302734375000 +-0.049560546875 +-0.378906250000 +-0.133789062500 +0.113769531250 +0.095214843750 +-0.059082031250 +-0.240234375000 +0.330078125000 +-0.063964843750 +0.108398437500 +-0.289062500000 +-0.312500000000 +-0.017089843750 +-0.100585937500 +-0.326171875000 +0.015075683594 +-0.120117187500 +0.121582031250 +-0.029663085938 +-0.269531250000 +-0.185546875000 +-0.137695312500 +-0.110839843750 +0.281250000000 +-0.011657714844 +0.196289062500 +0.022338867188 +-0.005401611328 +0.146484375000 +0.043945312500 +0.095703125000 +-0.249023437500 +-0.361328125000 +-0.103027343750 +0.132812500000 +-0.012756347656 +-0.163085937500 +-0.052246093750 +-0.134765625000 +-0.306640625000 +-0.121582031250 +0.116210937500 +-0.022460937500 +-0.000976562500 +0.032714843750 +-0.041748046875 +-0.172851562500 +-0.106445312500 +0.199218750000 +0.116699218750 +0.025878906250 +0.055664062500 +0.040527343750 +-0.017456054688 +-0.025146484375 +-0.226562500000 +-0.116210937500 +-0.123535156250 +-0.238281250000 +0.201171875000 +-0.675781250000 +-0.049804687500 +-0.082031250000 +0.036376953125 +-0.050537109375 +-0.496093750000 +-0.042480468750 +-0.003021240234 +-0.209960937500 +-0.140625000000 +-0.120117187500 +-0.196289062500 +-0.018066406250 +0.166015625000 +-0.425781250000 +0.014526367188 +-0.171875000000 +-0.064453125000 +-0.155273437500 +-0.267578125000 +0.021850585938 +-0.126953125000 +0.166015625000 +-0.160156250000 +0.006652832031 +0.191406250000 +-0.038330078125 +-0.023193359375 +0.170898437500 +-0.163085937500 +0.049804687500 +-0.037597656250 +0.040771484375 +-0.077636718750 +0.060791015625 +0.073242187500 +0.066406250000 +0.077148437500 +-0.031250000000 +0.076171875000 +0.075683593750 +-0.127929687500 +0.001029968262 +-0.017211914062 +0.007446289062 +-0.333984375000 +0.173828125000 +-0.001304626465 +-0.068847656250 +0.028076171875 +0.184570312500 +-0.169921875000 +0.079101562500 +-0.004943847656 +-0.045166015625 +0.112792968750 +-0.214843750000 +-0.219726562500 +-0.014892578125 +0.453125000000 +0.111328125000 +0.099609375000 +-0.155273437500 +-0.009643554688 +0.110351562500 +-0.201171875000 +0.153320312500 +-0.648437500000 +-0.687500000000 +-0.190429687500 +-0.053222656250 +0.104492187500 +-0.015747070312 +0.231445312500 +-0.199218750000 +0.285156250000 +0.125976562500 +-0.009521484375 +-0.046875000000 +0.015197753906 +0.090332031250 +0.133789062500 +0.020385742188 +0.024169921875 +0.043701171875 +0.124023437500 +-0.041259765625 +0.129882812500 +-0.187500000000 +-0.180664062500 +0.028686523438 +-0.036376953125 +0.119140625000 +0.025878906250 +0.259765625000 +0.053955078125 +0.243164062500 +-0.203125000000 +-0.004089355469 +-0.010681152344 +-0.121093750000 +-0.127929687500 +0.101074218750 +-0.159179687500 +-0.006988525391 +0.149414062500 +-0.071777343750 +0.273437500000 +-0.033447265625 +0.203125000000 +0.038818359375 +0.061035156250 +-0.074218750000 +0.034667968750 +0.048095703125 +-0.267578125000 +0.056396484375 +0.125976562500 +-0.047607421875 +0.016235351562 +-0.246093750000 +-0.229492187500 +-0.330078125000 +0.246093750000 +0.132812500000 +-0.102539062500 +-0.213867187500 +-0.156250000000 +-0.088378906250 +0.070312500000 +-0.155273437500 +-0.789062500000 +-0.746093750000 +0.157226562500 +0.051513671875 +0.034912109375 +-0.029174804688 +-0.108398437500 +-0.053466796875 +0.371093750000 +0.140625000000 +0.005401611328 +0.027465820312 +-0.073730468750 +-0.269531250000 +0.113769531250 +-0.040039062500 +0.152343750000 +-0.069824218750 +-0.114746093750 +0.007324218750 +-0.034667968750 +-0.034667968750 +-0.033691406250 +-0.087402343750 +-0.558593750000 +0.027954101562 +-0.202148437500 +0.135742187500 +-0.075195312500 +0.054931640625 +-0.045654296875 +0.123535156250 +0.064941406250 +-0.049072265625 +0.147460937500 +-0.072265625000 +-0.031250000000 +0.096191406250 +0.048583984375 +-0.110351562500 +0.052734375000 +0.055908203125 +0.216796875000 +0.045654296875 +0.096679687500 +-0.175781250000 +-0.118652343750 +-0.030639648438 +-0.133789062500 +-0.001403808594 +0.201171875000 +-0.125976562500 +0.089843750000 +-0.216796875000 +-0.224609375000 +-0.151367187500 +-0.359375000000 +0.140625000000 +0.242187500000 +-0.148437500000 +-0.078613281250 +-0.292968750000 +-0.022338867188 +-0.028808593750 +-0.570312500000 +-0.847656250000 +0.037597656250 +0.015258789062 +0.040527343750 +-0.294921875000 +-0.051513671875 +0.028686523438 +-0.457031250000 +0.040527343750 +0.112304687500 +0.106445312500 +0.055664062500 +0.060058593750 +-0.035400390625 +-0.080566406250 +0.233398437500 +0.009765625000 +-0.191406250000 +-0.062988281250 +-0.034179687500 +-0.045654296875 +-0.206054687500 +-0.384765625000 +-0.347656250000 +0.113281250000 +0.016235351562 +0.124023437500 +0.006835937500 +0.051269531250 +-0.044189453125 +0.117675781250 +-0.066894531250 +-0.007171630859 +-0.071289062500 +-0.010009765625 +0.057617187500 +-0.012756347656 +0.002624511719 +0.015563964844 +-0.523437500000 +-0.088378906250 +0.205078125000 +0.082031250000 +0.056152343750 +-0.131835937500 +-0.119140625000 +-0.104492187500 +-0.039306640625 +-0.176757812500 +0.055908203125 +-0.283203125000 +0.090332031250 +0.074218750000 +0.158203125000 +0.081054687500 +0.028076171875 +0.206054687500 +-0.124023437500 +-0.209960937500 +-0.086425781250 +-0.238281250000 +-0.130859375000 +-0.139648437500 +-0.648437500000 +-0.746093750000 +0.068847656250 +-0.044189453125 +0.018920898438 +-0.146484375000 +-0.199218750000 +0.062988281250 +-0.087890625000 +-0.069824218750 +0.176757812500 +-0.007171630859 +-0.034667968750 +0.109863281250 +0.075195312500 +-0.183593750000 +-0.229492187500 +0.021118164062 +0.005767822266 +-0.004425048828 +0.044433593750 +-0.012023925781 +-0.201171875000 +-0.183593750000 +-0.032958984375 +0.063476562500 +0.013854980469 +0.143554687500 +-0.055664062500 +0.118652343750 +0.009643554688 +0.035156250000 +0.044189453125 +0.025268554688 +-0.152343750000 +0.027465820312 +0.085449218750 +-0.108886718750 +0.027709960938 +0.067382812500 +-0.324218750000 +-0.114257812500 +0.081054687500 +0.049804687500 +0.102539062500 +-0.140625000000 +-0.053222656250 +-0.200195312500 +-0.100585937500 +-0.195312500000 +-0.056884765625 +0.030395507812 +0.069824218750 +-0.212890625000 +0.214843750000 +-0.190429687500 +0.304687500000 +0.107421875000 +0.072265625000 +0.072753906250 +-0.074218750000 +-0.140625000000 +0.053222656250 +-0.219726562500 +-0.796875000000 +-0.412109375000 +-0.104492187500 +0.084472656250 +-0.002151489258 +-0.093750000000 +0.070312500000 +0.109375000000 +0.158203125000 +-0.249023437500 +0.127929687500 +0.039306640625 +0.070312500000 +-0.095703125000 +0.049804687500 +-0.451171875000 +0.034912109375 +0.024902343750 +-0.032714843750 +0.026123046875 +0.004791259766 +0.031982421875 +-0.189453125000 +-0.053466796875 +-0.041259765625 +-0.160156250000 +-0.218750000000 +0.052490234375 +-0.083984375000 +-0.115234375000 +-0.005645751953 +-0.190429687500 +0.134765625000 +-0.018188476562 +-0.089843750000 +-0.531250000000 +0.091796875000 +-0.257812500000 +-0.015869140625 +-0.066894531250 +0.419921875000 +-0.095214843750 +-0.003601074219 +0.137695312500 +0.038085937500 +0.092285156250 +0.200195312500 +-0.064941406250 +-0.098144531250 +-0.136718750000 +-0.178710937500 +-0.047119140625 +0.019897460938 +-0.110351562500 +0.045898437500 +-0.123535156250 +0.031494140625 +-0.136718750000 +0.086914062500 +0.037841796875 +-0.008544921875 +0.098144531250 +0.022338867188 +-0.143554687500 +-0.937500000000 +-0.302734375000 +0.003677368164 +-0.008117675781 +0.107910156250 +-0.087890625000 +0.167968750000 +-0.143554687500 +0.117187500000 +-0.503906250000 +0.100097656250 +-0.214843750000 +0.053710937500 +0.099609375000 +-0.093261718750 +-0.084960937500 +0.480468750000 +-0.009399414062 +-0.010681152344 +-0.187500000000 +-0.030395507812 +0.085937500000 +-0.047363281250 +-0.337890625000 +-0.326171875000 +-0.147460937500 +-0.059570312500 +0.106933593750 +-0.034667968750 +0.092285156250 +-0.020996093750 +-0.257812500000 +-0.011962890625 +-0.096679687500 +0.226562500000 +-0.205078125000 +0.025634765625 +-0.449218750000 +-0.196289062500 +-0.116210937500 +-0.099609375000 +0.241210937500 +-0.208984375000 +-0.032714843750 +-0.081542968750 +0.042480468750 +0.153320312500 +0.143554687500 +0.312500000000 +-0.215820312500 +0.221679687500 +0.123046875000 +0.093261718750 +-0.203125000000 +0.095214843750 +-0.178710937500 +-0.371093750000 +-0.287109375000 +0.259765625000 +0.085937500000 +0.115722656250 +0.179687500000 +0.067871093750 +0.124023437500 +-0.199218750000 +-0.714843750000 +0.120605468750 +-0.039306640625 +0.092773437500 +-0.026367187500 +0.005523681641 +-0.137695312500 +-0.447265625000 +-0.273437500000 +0.000212669373 +-0.151367187500 +0.062255859375 +0.097656250000 +-0.178710937500 +-0.183593750000 +-0.094238281250 +-0.008728027344 +0.231445312500 +-0.168945312500 +-0.016479492188 +-0.126953125000 +0.013854980469 +0.125000000000 +0.147460937500 +0.032958984375 +0.044189453125 +0.011901855469 +0.010498046875 +-0.006103515625 +0.107421875000 +0.137695312500 +-0.316406250000 +0.114746093750 +0.131835937500 +-0.055175781250 +0.092285156250 +-0.020141601562 +0.104980468750 +0.064453125000 +0.120605468750 +0.091308593750 +-0.172851562500 +-0.065917968750 +0.127929687500 +-0.433593750000 +-0.250000000000 +0.061035156250 +-0.076171875000 +0.216796875000 +0.108398437500 +-0.101562500000 +0.076660156250 +-0.119140625000 +0.117675781250 +0.042480468750 +-0.217773437500 +0.096191406250 +-0.242187500000 +0.011291503906 +0.045410156250 +-0.070800781250 +-0.095703125000 +-0.066406250000 +-0.120117187500 +0.043701171875 +0.134765625000 +0.047851562500 +0.066406250000 +0.001426696777 +-0.083984375000 +0.059326171875 +-0.047607421875 +0.042724609375 +0.046875000000 +0.043457031250 +-0.075195312500 +-0.023681640625 +0.021362304688 +-0.010681152344 +-0.032958984375 +0.119628906250 +-0.019287109375 +-0.259765625000 +-0.004760742188 +0.110839843750 +0.158203125000 +0.036376953125 +-0.294921875000 +0.072753906250 +0.090332031250 +-0.322265625000 +0.036132812500 +-0.294921875000 +0.086425781250 +-0.030029296875 +-0.222656250000 +-0.037353515625 +0.155273437500 +-0.233398437500 +0.005798339844 +-0.016235351562 +-0.166015625000 +0.064453125000 +0.213867187500 +0.034179687500 +0.017700195312 +-0.127929687500 +0.133789062500 +-0.271484375000 +-0.029296875000 +0.063476562500 +0.099609375000 +0.035888671875 +0.074218750000 +-0.117187500000 +0.064453125000 +-0.063964843750 +-0.249023437500 +0.005157470703 +0.149414062500 +0.085937500000 +-0.201171875000 +-0.041259765625 +-0.095703125000 +-0.125976562500 +0.073730468750 +-0.072753906250 +-0.267578125000 +-0.043457031250 +0.018432617188 +-0.080566406250 +0.050292968750 +-0.347656250000 +0.039550781250 +-0.035888671875 +-0.170898437500 +0.019409179688 +-0.097656250000 +0.103027343750 +0.052978515625 +-0.011840820312 +-0.042236328125 +-0.004699707031 +-0.185546875000 +0.053466796875 +-0.057617187500 +-0.398437500000 +-0.059326171875 +-0.020019531250 +0.124511718750 +-0.007202148438 +-0.380859375000 +0.030517578125 +0.101074218750 +-0.030517578125 +0.005798339844 +-0.057861328125 +0.007293701172 +-0.024902343750 +0.140625000000 +0.030517578125 +-0.212890625000 +-0.206054687500 +-0.173828125000 +0.009704589844 +-0.126953125000 +-0.071777343750 +-0.101074218750 +0.042968750000 +0.031982421875 +-0.003829956055 +0.005004882812 +-0.275390625000 +0.006408691406 +-0.114257812500 +0.189453125000 +-0.127929687500 +-0.024780273438 +-0.070800781250 +0.002685546875 +0.027221679688 +-0.136718750000 +-0.051513671875 +-0.118652343750 +0.078613281250 +0.029174804688 +-0.035888671875 +0.117675781250 +-0.034179687500 +0.068359375000 +-0.191406250000 +-0.052001953125 +0.062011718750 +0.008422851562 +-0.279296875000 +-0.041015625000 +-0.585937500000 +0.010803222656 +0.014709472656 +0.056640625000 +0.008300781250 +0.014587402344 +0.008300781250 +-0.055664062500 +-0.067871093750 +0.062500000000 +-0.095214843750 +0.073242187500 +0.076171875000 +-0.240234375000 +-0.147460937500 +-0.037841796875 +0.001022338867 +-0.201171875000 +-0.004791259766 +0.127929687500 +-0.014038085938 +-0.145507812500 +-0.328125000000 +0.036621093750 +-0.034423828125 +0.143554687500 +-0.065917968750 +0.239257812500 +-0.058105468750 +-0.357421875000 +-0.186523437500 +-0.123046875000 +-0.092285156250 +-0.117187500000 +-0.074707031250 +-0.221679687500 +0.269531250000 +-0.006835937500 +0.157226562500 +-0.009216308594 +-0.064941406250 +0.199218750000 +-0.047607421875 +0.073242187500 +-0.030761718750 +-0.209960937500 +-0.232421875000 +0.077148437500 +0.095214843750 +-0.117675781250 +-0.029907226562 +-0.230468750000 +0.154296875000 +-0.109863281250 +0.200195312500 +0.173828125000 +-0.148437500000 +0.126953125000 +-0.101074218750 +0.097656250000 +0.112304687500 +0.088867187500 +-0.263671875000 +-0.006744384766 +-0.554687500000 +0.124511718750 +-0.016967773438 +0.091796875000 +0.014892578125 +-0.082519531250 +-0.087890625000 +0.038574218750 +-0.265625000000 +0.130859375000 +-0.023925781250 +0.108398437500 +0.048095703125 +-0.217773437500 +-0.201171875000 +-0.010375976562 +-0.119140625000 +0.088867187500 +0.028930664062 +0.253906250000 +-0.027099609375 +-0.022949218750 +-0.072265625000 +-0.044677734375 +0.016723632812 +-0.078125000000 +-0.074707031250 +0.059082031250 +0.000587463379 +-0.326171875000 +-0.149414062500 +-0.074707031250 +-0.025268554688 +-0.049804687500 +-0.017333984375 +0.101074218750 +0.012145996094 +-0.173828125000 +-0.141601562500 +0.035644531250 +-0.026977539062 +-0.118652343750 +-0.004821777344 +-0.189453125000 +-0.065429687500 +-0.294921875000 +-0.289062500000 +-0.174804687500 +0.136718750000 +-0.104980468750 +0.052001953125 +0.061523437500 +0.082031250000 +0.209960937500 +0.160156250000 +-0.050781250000 +0.122070312500 +-0.237304687500 +-0.089843750000 +0.192382812500 +-0.002624511719 +-0.007568359375 +-0.165039062500 +0.059814453125 +0.005767822266 +-0.000023007393 +-0.021972656250 +0.117187500000 +0.025024414062 +-0.103027343750 +-0.008911132812 +-0.113769531250 +-0.371093750000 +-0.033691406250 +0.060058593750 +0.117675781250 +0.030273437500 +-0.251953125000 +-0.028320312500 +0.070312500000 +-0.150390625000 +-0.079589843750 +0.093261718750 +0.230468750000 +-0.140625000000 +0.035644531250 +-0.015136718750 +0.119140625000 +0.062988281250 +0.010131835938 +-0.051025390625 +-0.189453125000 +-0.020751953125 +-0.083496093750 +0.017822265625 +-0.065429687500 +-0.003051757812 +-0.007934570312 +0.032226562500 +-0.030883789062 +0.000246047974 +-0.024169921875 +-0.124023437500 +-0.006622314453 +-0.034423828125 +0.066406250000 +-0.212890625000 +-0.257812500000 +0.085449218750 +-0.341796875000 +-0.071777343750 +-0.224609375000 +0.052978515625 +-0.417968750000 +0.099609375000 +0.251953125000 +-0.063964843750 +0.102050781250 +0.181640625000 +-0.078613281250 +-0.279296875000 +0.052001953125 +-0.013000488281 +0.055175781250 +-0.066894531250 +-0.006072998047 +0.096191406250 +-0.007476806641 +-0.012268066406 +-0.089843750000 +0.045898437500 +0.013549804688 +-0.090332031250 +-0.167968750000 +-0.242187500000 +0.131835937500 +-0.621093750000 +-0.080566406250 +-0.037597656250 +-0.063964843750 +0.127929687500 +-0.151367187500 +-0.069335937500 +0.078125000000 +0.035888671875 +-0.001914978027 +-0.001045227051 +-0.417968750000 +-0.195312500000 +-0.026733398438 +0.118652343750 +0.089843750000 +0.188476562500 +-0.093261718750 +0.061767578125 +-0.277343750000 +-0.091796875000 +0.193359375000 +0.033935546875 +0.072265625000 +0.056152343750 +-0.095703125000 +-0.136718750000 +-0.367187500000 +0.101562500000 +0.191406250000 +0.017333984375 +0.153320312500 +-0.009582519531 +0.162109375000 +0.125976562500 +0.104003906250 +0.097167968750 +-0.104492187500 +-0.253906250000 +-0.310546875000 +0.018432617188 +-0.225585937500 +-0.071289062500 +-0.294921875000 +0.193359375000 +0.208984375000 +0.079101562500 +0.043212890625 +-0.119628906250 +-0.187500000000 +0.085449218750 +-0.204101562500 +-0.076171875000 +0.022827148438 +0.125976562500 +0.041259765625 +0.029296875000 +-0.197265625000 +0.035400390625 +-0.128906250000 +-0.120117187500 +-0.003936767578 +-0.215820312500 +0.025756835938 +-0.375000000000 +-0.300781250000 +-0.021484375000 +-0.064941406250 +0.064941406250 +-0.333984375000 +0.076171875000 +0.077148437500 +0.096191406250 +-0.150390625000 +0.034179687500 +-0.116210937500 +-0.001525878906 +-0.044189453125 +0.017211914062 +0.148437500000 +0.029541015625 +-0.123046875000 +0.079589843750 +-0.363281250000 +0.052246093750 +-0.028564453125 +-0.065429687500 +-0.077148437500 +-0.011718750000 +-0.032958984375 +-0.207031250000 +0.067382812500 +0.324218750000 +0.125000000000 +-0.032470703125 +-0.109863281250 +-0.052734375000 +0.030029296875 +0.019531250000 +-0.699218750000 +-1.304687500000 +-0.131835937500 +-0.071777343750 +0.094238281250 +0.015747070312 +0.033935546875 +-0.081054687500 +-0.158203125000 +0.031982421875 +-0.283203125000 +0.043457031250 +0.054199218750 +0.096191406250 +-0.016113281250 +0.058349609375 +0.022705078125 +0.164062500000 +-0.221679687500 +0.363281250000 +0.121093750000 +-0.117187500000 +-0.227539062500 +-0.010925292969 +-0.080078125000 +-0.013977050781 +-0.098632812500 +0.016723632812 +0.112304687500 +0.079589843750 +-0.026855468750 +-0.065917968750 +0.186523437500 +0.211914062500 +0.043945312500 +-0.149414062500 +-0.140625000000 +0.016357421875 +0.265625000000 +-0.109863281250 +-0.020629882812 +0.028930664062 +0.003448486328 +0.044189453125 +0.028686523438 +-0.009460449219 +-0.040527343750 +-0.071777343750 +-0.306640625000 +-0.010070800781 +0.017700195312 +-0.067871093750 +0.040039062500 +-0.103515625000 +-0.133789062500 +-0.071777343750 +0.065429687500 +0.063476562500 +-0.047851562500 +-0.053466796875 +-0.078125000000 +0.097656250000 +-0.247070312500 +0.059570312500 +-0.843750000000 +-1.015625000000 +-0.120117187500 +0.056884765625 +0.069335937500 +0.095214843750 +0.080078125000 +-0.073730468750 +0.375000000000 +0.108398437500 +0.111328125000 +0.060302734375 +-0.005157470703 +0.191406250000 +0.011535644531 +0.027954101562 +0.227539062500 +-0.041503906250 +0.012390136719 +0.022583007812 +0.135742187500 +-0.016479492188 +0.048095703125 +0.141601562500 +0.007171630859 +-0.104492187500 +0.049072265625 +0.027587890625 +0.021972656250 +-0.172851562500 +-0.020751953125 +-0.287109375000 +0.090820312500 +0.135742187500 +0.014282226562 +0.054443359375 +-0.102050781250 +0.029663085938 +-0.061523437500 +-0.005035400391 +0.076171875000 +0.086914062500 +0.053955078125 +-0.044433593750 +-0.261718750000 +0.033691406250 +0.138671875000 +-0.183593750000 +0.063476562500 +-0.052978515625 +-0.066406250000 +0.124511718750 +-0.154296875000 +-0.009399414062 +-0.009521484375 +-0.004638671875 +0.132812500000 +-0.106445312500 +0.028564453125 +0.098144531250 +-0.186523437500 +0.173828125000 +-0.228515625000 +-0.043212890625 +-0.498046875000 +-1.132812500000 +-0.041259765625 +-0.005523681641 +0.112792968750 +0.017822265625 +-0.012634277344 +0.105957031250 +-0.235351562500 +0.062011718750 +0.190429687500 +0.072753906250 +0.048828125000 +0.062255859375 +0.052001953125 +-0.077636718750 +0.058349609375 +-0.057128906250 +0.148437500000 +-0.040039062500 +-0.036376953125 +0.052246093750 +0.146484375000 +-0.141601562500 +0.089355468750 +-0.034667968750 +0.087402343750 +0.052490234375 +-0.018798828125 +-0.332031250000 +-0.005493164062 +-0.166992187500 +-0.101074218750 +-0.062500000000 +-0.123046875000 +0.044921875000 +-0.110351562500 +-0.093750000000 +-0.130859375000 +0.071289062500 +-0.029052734375 +0.027954101562 +-0.229492187500 +-0.047851562500 +-0.169921875000 +-0.096191406250 +0.064453125000 +-0.044189453125 +0.185546875000 +-0.050292968750 +-0.037109375000 +-0.059814453125 +0.043701171875 +-0.241210937500 +-0.162109375000 +-0.279296875000 +0.105957031250 +-0.083007812500 +-0.103515625000 +0.079589843750 +-0.142578125000 +0.066406250000 +0.042724609375 +0.105468750000 +-0.699218750000 +-1.296875000000 +-0.027709960938 +0.007354736328 +0.040527343750 +-0.075683593750 +-0.011169433594 +0.073242187500 +-0.423828125000 +0.091308593750 +0.187500000000 +-0.031738281250 +0.032226562500 +0.187500000000 +0.114257812500 +-0.065429687500 +-0.036865234375 +0.158203125000 +0.005279541016 +-0.031494140625 +-0.024658203125 +0.055908203125 +0.128906250000 +-0.120117187500 +0.048095703125 +-0.055175781250 +0.022460937500 +-0.029418945312 +0.125000000000 +-0.337890625000 +-0.004791259766 +-0.210937500000 +-0.007263183594 +0.018310546875 +-0.075195312500 +0.009216308594 +-0.164062500000 +-0.223632812500 +-0.009521484375 +-0.131835937500 +0.134765625000 +0.050537109375 +-0.187500000000 +-0.185546875000 +-0.490234375000 +-0.123535156250 +-0.304687500000 +-0.006500244141 +0.079589843750 +-0.081054687500 +-0.114746093750 +-0.036621093750 +-0.107421875000 +0.026367187500 +-0.165039062500 +-0.199218750000 +-0.138671875000 +-0.028076171875 +-0.039062500000 +-0.142578125000 +-0.075195312500 +0.182617187500 +-0.273437500000 +0.007446289062 +-0.625000000000 +-1.179687500000 +-0.092773437500 +-0.000011503696 +0.026000976562 +0.045166015625 +0.105957031250 +-0.022827148438 +0.390625000000 +-0.121093750000 +-0.072753906250 +0.010498046875 +0.124023437500 +0.211914062500 +-0.027343750000 +-0.015869140625 +0.052734375000 +0.098144531250 +0.038330078125 +0.021484375000 +-0.125976562500 +0.023315429688 +-0.035888671875 +-0.078125000000 +-0.095214843750 +-0.161132812500 +-0.040527343750 +0.170898437500 +0.056640625000 +-0.036621093750 +-0.106445312500 +-0.044433593750 +-0.055175781250 +0.002899169922 +-0.028564453125 +-0.074707031250 +-0.131835937500 +-0.347656250000 +0.063964843750 +-0.099609375000 +0.230468750000 +0.042236328125 +0.005737304688 +-0.373046875000 +-0.291015625000 +0.018676757812 +-0.135742187500 +-0.233398437500 +-0.324218750000 +-0.069824218750 +-0.068847656250 +-0.000900268555 +-0.067382812500 +-0.073242187500 +-0.034667968750 +-0.201171875000 +-0.091308593750 +0.108398437500 +0.222656250000 +-0.077636718750 +-0.125000000000 +0.200195312500 +-0.192382812500 +-0.086914062500 +-0.550781250000 +-1.210937500000 +0.047119140625 +0.102539062500 +0.059570312500 +0.052978515625 +0.061279296875 +0.067871093750 +0.384765625000 +-0.166015625000 +0.008117675781 +-0.159179687500 +0.036621093750 +0.121093750000 +0.015747070312 +0.027465820312 +0.136718750000 +0.004669189453 +0.154296875000 +-0.169921875000 +0.114257812500 +0.091796875000 +-0.054199218750 +-0.030517578125 +-0.263671875000 +-0.181640625000 +0.082031250000 +-0.139648437500 +0.003112792969 +-0.090332031250 +-0.123046875000 +0.144531250000 +-0.059326171875 +-0.018798828125 +-0.052246093750 +-0.347656250000 +-0.145507812500 +-0.121582031250 +0.036376953125 +0.041503906250 +-0.146484375000 +-0.060791015625 +0.341796875000 +0.095703125000 +-0.019042968750 +-0.089843750000 +0.171875000000 +-0.090820312500 +-0.365234375000 +-0.136718750000 +-0.072753906250 +0.022338867188 +-0.138671875000 +0.010803222656 +-0.208007812500 +-0.114257812500 +0.189453125000 +-0.066894531250 +0.228515625000 +-0.355468750000 +-0.133789062500 +0.023437500000 +-0.082031250000 +-0.058593750000 +-0.470703125000 +-1.187500000000 +-0.086425781250 +-0.013427734375 +0.035400390625 +-0.003707885742 +0.180664062500 +-0.156250000000 +-0.400390625000 +0.050048828125 +-0.025756835938 +0.101074218750 +-0.018554687500 +0.127929687500 +-0.375000000000 +0.062988281250 +-0.059082031250 +-0.026489257812 +0.335937500000 +-0.009460449219 +0.196289062500 +0.053710937500 +0.127929687500 +-0.000421524048 +-0.143554687500 +-0.025756835938 +0.009765625000 +0.081054687500 +0.029907226562 +-0.045410156250 +-0.064941406250 +-0.051757812500 +0.218750000000 +0.045898437500 +-0.199218750000 +-0.492187500000 +-0.081054687500 +-0.298828125000 +-0.113281250000 +0.022583007812 +0.174804687500 +0.170898437500 +-0.008789062500 +0.043212890625 +-0.173828125000 +-0.033935546875 +-0.202148437500 +0.031494140625 +0.090820312500 +0.043701171875 +0.244140625000 +-0.011474609375 +0.096191406250 +-0.083007812500 +0.046630859375 +0.058593750000 +-0.054931640625 +0.118164062500 +0.077636718750 +-0.208984375000 +0.058105468750 +-0.006744384766 +-0.014770507812 +-0.010559082031 +0.083496093750 +0.150390625000 +0.092773437500 +-0.072753906250 +0.067871093750 +-0.191406250000 +0.129882812500 +0.078125000000 +0.255859375000 +0.239257812500 +-0.015380859375 +0.024291992188 +0.079589843750 +-0.129882812500 +0.125976562500 +0.050537109375 +0.566406250000 +0.080566406250 +0.100097656250 +-0.152343750000 +0.041015625000 +0.003784179688 +-0.053710937500 +0.041992187500 +-0.076660156250 +0.220703125000 +-0.255859375000 +-0.324218750000 +-0.026855468750 +0.030639648438 +-0.131835937500 +-0.017456054688 +-0.080078125000 +0.231445312500 +-0.141601562500 +0.171875000000 +0.033203125000 +-0.015075683594 +-0.181640625000 +0.049072265625 +0.064941406250 +0.023559570312 +-0.012512207031 +0.057128906250 +-0.247070312500 +0.112792968750 +-0.094238281250 +-0.044921875000 +0.024780273438 +0.014465332031 +0.033691406250 +0.158203125000 +0.035156250000 +-0.636718750000 +-0.029907226562 +-0.048583984375 +0.022705078125 +0.082519531250 +-0.012023925781 +-0.035888671875 +-0.024414062500 +0.102050781250 +-0.142578125000 +-0.020629882812 +-0.096679687500 +0.152343750000 +0.042968750000 +0.039794921875 +0.090820312500 +-0.093750000000 +0.250000000000 +0.047363281250 +0.237304687500 +0.100097656250 +0.006652832031 +-0.084960937500 +0.024414062500 +-0.108886718750 +-0.081054687500 +-0.130859375000 +-0.116210937500 +0.167968750000 +0.049316406250 +-0.398437500000 +-0.047363281250 +0.005798339844 +0.024414062500 +-0.042480468750 +0.087890625000 +0.029907226562 +-0.177734375000 +-0.174804687500 +-0.067382812500 +-0.130859375000 +-0.113281250000 +-0.126953125000 +0.296875000000 +0.022949218750 +-0.096679687500 +-0.027099609375 +-0.040771484375 +-0.010192871094 +0.120117187500 +0.058349609375 +-0.046386718750 +-0.075195312500 +0.075195312500 +0.029296875000 +-0.180664062500 +0.107421875000 +0.052246093750 +0.008361816406 +0.187500000000 +0.075195312500 +-0.316406250000 +0.103027343750 +0.005889892578 +-0.113281250000 +-0.022216796875 +0.033691406250 +0.062011718750 +-0.015991210938 +-0.200195312500 +-0.119140625000 +-0.050781250000 +0.143554687500 +-0.029663085938 +-0.096679687500 +0.007659912109 +-0.013366699219 +0.018676757812 +0.077148437500 +0.193359375000 +0.113769531250 +-0.002212524414 +-0.096191406250 +-0.486328125000 +0.094726562500 +0.053222656250 +0.091796875000 +-0.056152343750 +0.064941406250 +-0.217773437500 +-0.046630859375 +-0.083984375000 +0.143554687500 +0.080078125000 +-0.052246093750 +0.032226562500 +0.119140625000 +-0.208984375000 +-0.075195312500 +-0.304687500000 +0.036376953125 +-0.019287109375 +0.142578125000 +0.029418945312 +-0.065917968750 +-0.191406250000 +0.047119140625 +0.125976562500 +-0.039306640625 +0.005981445312 +-0.150390625000 +-0.030761718750 +-0.095214843750 +0.022705078125 +-0.130859375000 +-0.081542968750 +0.046386718750 +0.076660156250 +-0.104492187500 +-0.107421875000 +0.195312500000 +-0.139648437500 +0.062011718750 +0.060546875000 +0.018676757812 +-0.124023437500 +-0.029663085938 +0.091796875000 +-0.061523437500 +0.107421875000 +0.013488769531 +0.009094238281 +-0.040771484375 +0.196289062500 +-0.079101562500 +0.000961303711 +0.063476562500 +-0.197265625000 +-0.043945312500 +0.123046875000 +-0.113281250000 +-0.025512695312 +0.023437500000 +0.065917968750 +0.212890625000 +-0.063964843750 +0.018310546875 +0.023071289062 +-0.007873535156 +-0.007232666016 +-0.007659912109 +0.006195068359 +0.100585937500 +-0.371093750000 +0.016235351562 +0.044189453125 +-0.010437011719 +0.085449218750 +-0.205078125000 +-0.090332031250 +0.007446289062 +0.018066406250 +-0.190429687500 +-0.337890625000 +0.056640625000 +-0.203125000000 +-0.110351562500 +0.036132812500 +-0.057617187500 +-0.259765625000 +-0.041259765625 +-0.215820312500 +0.031982421875 +-0.185546875000 +0.022094726562 +0.043212890625 +-0.092285156250 +-0.052490234375 +-0.143554687500 +-0.011108398438 +0.077636718750 +0.054199218750 +-0.417968750000 +-0.052734375000 +0.277343750000 +-0.018676757812 +0.018310546875 +0.036621093750 +-0.034912109375 +0.014282226562 +-0.113769531250 +0.153320312500 +-0.490234375000 +0.073730468750 +0.001350402832 +-0.054931640625 +0.078613281250 +-0.084472656250 +-0.173828125000 +-0.072753906250 +0.012634277344 +-0.146484375000 +0.036865234375 +-0.113769531250 +-0.216796875000 +0.021362304688 +-0.057861328125 +-0.035156250000 +0.132812500000 +-0.332031250000 +-0.071777343750 +0.283203125000 +-0.186523437500 +0.245117187500 +-0.029418945312 +0.017211914062 +0.112304687500 +0.023559570312 +-0.208007812500 +0.148437500000 +-0.129882812500 +0.178710937500 +-0.267578125000 +0.052246093750 +-0.000602722168 +-0.003189086914 +-0.140625000000 +0.109863281250 +0.003219604492 +0.004455566406 +0.105468750000 +0.129882812500 +-0.149414062500 +0.077148437500 +-0.007812500000 +0.204101562500 +-0.062988281250 +0.022583007812 +0.035400390625 +-0.111816406250 +-0.049804687500 +-0.314453125000 +-0.251953125000 +0.134765625000 +-0.035644531250 +-0.018310546875 +-0.371093750000 +-0.177734375000 +0.023803710938 +-0.192382812500 +0.055175781250 +-0.052001953125 +0.002807617188 +0.047851562500 +-0.051025390625 +0.176757812500 +-0.542968750000 +-0.101074218750 +0.020019531250 +-0.042236328125 +0.105468750000 +-0.115234375000 +-0.086914062500 +0.082031250000 +0.058837890625 +-0.153320312500 +-0.083496093750 +-0.095703125000 +0.036376953125 +-0.287109375000 +0.034667968750 +-0.159179687500 +0.171875000000 +-0.392578125000 +0.094238281250 +0.131835937500 +-0.261718750000 +-0.158203125000 +0.120605468750 +-0.035888671875 +-0.135742187500 +0.022216796875 +-0.086425781250 +0.138671875000 +-0.138671875000 +-0.008117675781 +-0.012268066406 +0.013122558594 +-0.123046875000 +-0.202148437500 +-0.023071289062 +-0.010253906250 +-0.205078125000 +-0.113769531250 +-0.011474609375 +0.026123046875 +-0.269531250000 +0.102539062500 +-0.208007812500 +0.447265625000 +-0.029663085938 +0.092773437500 +-0.012451171875 +-0.041503906250 +-0.018310546875 +0.166015625000 +-0.226562500000 +0.029663085938 +-0.040283203125 +0.099609375000 +-0.451171875000 +-0.118652343750 +-0.382812500000 +-0.052978515625 +-0.134765625000 +0.053222656250 +0.098632812500 +-0.098144531250 +0.050048828125 +0.134765625000 +-0.134765625000 +-0.000751495361 +0.043701171875 +0.386718750000 +0.038085937500 +-0.228515625000 +-0.104492187500 +0.120117187500 +0.010314941406 +-0.061523437500 +-0.080078125000 +-0.046875000000 +0.149414062500 +-0.345703125000 +-0.185546875000 +-0.081054687500 +0.022216796875 +-0.402343750000 +-0.048828125000 +-0.308593750000 +-0.077148437500 +-0.114746093750 +-0.107910156250 +-0.064453125000 +-0.247070312500 +-0.017456054688 +0.064453125000 +-0.339843750000 +0.068847656250 +-0.255859375000 +-0.118652343750 +-0.011596679688 +-0.069335937500 +-0.056152343750 +-0.060791015625 +-0.326171875000 +-0.088378906250 +-0.263671875000 +0.087890625000 +-0.055664062500 +0.241210937500 +-0.011169433594 +-0.044189453125 +-0.131835937500 +0.152343750000 +-0.020629882812 +-0.213867187500 +-0.002075195312 +-0.070800781250 +0.017944335938 +-0.104980468750 +0.061035156250 +-0.051513671875 +0.063964843750 +-0.024414062500 +0.074218750000 +0.020507812500 +0.012390136719 +-0.062500000000 +-0.152343750000 +-0.234375000000 +0.060791015625 +0.159179687500 +0.020263671875 +0.138671875000 +0.012878417969 +0.008300781250 +0.185546875000 +-0.009887695312 +-0.042480468750 +0.042236328125 +0.160156250000 +-0.210937500000 +-0.275390625000 +-0.273437500000 +0.039062500000 +-0.224609375000 +0.138671875000 +0.125976562500 +-0.129882812500 +0.040283203125 +0.147460937500 +0.181640625000 +-0.040527343750 +-0.106445312500 +0.006988525391 +0.031127929688 +-0.095703125000 +-0.112792968750 +0.067382812500 +0.310546875000 +0.032714843750 +-0.285156250000 +-0.020874023438 +-0.108398437500 +-0.070312500000 +0.129882812500 +-0.117675781250 +0.281250000000 +0.057128906250 +0.064941406250 +-0.085449218750 +-0.008666992188 +-0.167968750000 +0.002532958984 +-0.025390625000 +-0.084960937500 +0.083984375000 +0.001693725586 +-0.283203125000 +-0.010498046875 +0.037109375000 +-0.250000000000 +-0.251953125000 +-0.048339843750 +-0.018188476562 +-0.078125000000 +0.013488769531 +-0.408203125000 +-0.042236328125 +0.174804687500 +0.114257812500 +0.076660156250 +0.038574218750 +-0.099609375000 +0.092285156250 +-0.122558593750 +0.035156250000 +0.113769531250 +0.018798828125 +0.146484375000 +0.041015625000 +-0.097167968750 +0.042480468750 +0.009948730469 +-0.036132812500 +0.067871093750 +-0.322265625000 +-0.083496093750 +-0.048095703125 +0.025878906250 +0.016601562500 +-0.032714843750 +-0.200195312500 +-0.089355468750 +0.220703125000 +0.118164062500 +-0.010009765625 +-0.060302734375 +-0.069824218750 +-0.037353515625 +0.096191406250 +-0.047363281250 +0.075683593750 +-0.302734375000 +-0.251953125000 +-0.117675781250 +-0.001655578613 +0.005035400391 +-0.040283203125 +0.046142578125 +0.007293701172 +0.070312500000 +0.027465820312 +-0.086914062500 +0.034423828125 +-0.125976562500 +-0.566406250000 +0.202148437500 +0.059814453125 +0.055175781250 +-0.017700195312 +-0.137695312500 +-0.373046875000 +0.057861328125 +-0.008911132812 +-0.120605468750 +-0.207031250000 +-0.462890625000 +-0.082519531250 +0.178710937500 +-0.068359375000 +-0.205078125000 +-0.001312255859 +0.083007812500 +0.033447265625 +0.125976562500 +0.092773437500 +-0.008239746094 +0.038818359375 +-0.361328125000 +-0.267578125000 +0.045898437500 +-0.020019531250 +0.159179687500 +-0.104003906250 +-0.003967285156 +-0.051025390625 +0.010559082031 +0.053710937500 +-0.068359375000 +-0.253906250000 +-0.102539062500 +-0.213867187500 +-0.087890625000 +-0.120605468750 +-0.198242187500 +0.054199218750 +-0.376953125000 +-0.189453125000 +-0.198242187500 +0.085449218750 +-0.328125000000 +0.067871093750 +0.088867187500 +0.221679687500 +0.022094726562 +0.155273437500 +-0.137695312500 +0.014587402344 +-0.250000000000 +-0.223632812500 +0.058593750000 +-0.200195312500 +-0.038330078125 +-0.119628906250 +0.051513671875 +-0.081542968750 +0.246093750000 +0.112792968750 +-0.045898437500 +-0.192382812500 +0.039550781250 +0.032226562500 +0.151367187500 +-0.081054687500 +-0.017333984375 +-0.193359375000 +-0.037841796875 +0.053955078125 +0.137695312500 +0.071289062500 +-0.279296875000 +-0.076660156250 +0.070800781250 +0.006896972656 +-0.033935546875 +-0.035156250000 +-0.094726562500 +-0.124023437500 +0.076171875000 +0.185546875000 +0.118164062500 +-0.011230468750 +-0.208007812500 +-0.255859375000 +-0.024780273438 +-0.160156250000 +0.067871093750 +-0.007415771484 +-0.108398437500 +0.013732910156 +-0.026977539062 +0.041259765625 +-0.240234375000 +-0.182617187500 +-0.091796875000 +-0.226562500000 +-0.160156250000 +-0.172851562500 +0.086914062500 +0.062500000000 +-0.080566406250 +-0.014526367188 +-0.376953125000 +0.056152343750 +-0.044433593750 +0.054443359375 +0.069824218750 +0.098144531250 +0.103027343750 +0.087890625000 +0.044433593750 +0.012023925781 +-0.076171875000 +-0.188476562500 +0.103027343750 +-0.112792968750 +-0.110839843750 +0.155273437500 +-0.224609375000 +0.026367187500 +0.140625000000 +-0.038330078125 +-0.105957031250 +-0.060791015625 +-0.017333984375 +-0.047363281250 +0.135742187500 +0.032226562500 +0.051025390625 +-0.253906250000 +0.003753662109 +-0.149414062500 +0.166992187500 +0.140625000000 +0.021362304688 +-0.145507812500 +0.127929687500 +-0.060546875000 +0.067382812500 +0.067382812500 +-0.030029296875 +-0.071777343750 +-0.118652343750 +-0.535156250000 +0.141601562500 +-0.001968383789 +-0.150390625000 +-0.263671875000 +-0.227539062500 +0.012939453125 +-0.104003906250 +-0.040283203125 +-0.265625000000 +0.062500000000 +0.125000000000 +0.001403808594 +-0.220703125000 +0.014099121094 +-0.269531250000 +0.132812500000 +-0.277343750000 +-0.388671875000 +-0.020385742188 +-0.117187500000 +0.069824218750 +0.066894531250 +0.042724609375 +0.166992187500 +0.193359375000 +0.140625000000 +0.070800781250 +0.006347656250 +-0.089355468750 +0.123046875000 +0.100097656250 +0.168945312500 +0.017578125000 +0.167968750000 +0.143554687500 +-0.047607421875 +0.159179687500 +0.030883789062 +0.147460937500 +-0.098144531250 +-0.129882812500 +0.043212890625 +-0.037841796875 +-0.036865234375 +-0.157226562500 +-0.347656250000 +0.045410156250 +-0.108886718750 +0.150390625000 +-0.218750000000 +0.027343750000 +-0.228515625000 +0.222656250000 +-0.011962890625 +0.127929687500 +-0.113769531250 +0.008666992188 +0.120605468750 +0.058105468750 +-0.000965118408 +0.016967773438 +-0.310546875000 +0.009826660156 +-0.217773437500 +0.240234375000 +-0.071289062500 +0.033691406250 +-0.632812500000 +-0.102539062500 +-0.015563964844 +-0.096191406250 +-0.020996093750 +-0.070312500000 +0.108886718750 +0.008972167969 +-0.014404296875 +0.077636718750 +-0.009277343750 +-0.150390625000 +0.149414062500 +-0.157226562500 +-0.149414062500 +-0.093750000000 +-0.176757812500 +0.017211914062 +-0.043945312500 +-0.078125000000 +-0.071777343750 +0.044189453125 +0.113769531250 +-0.068359375000 +-0.161132812500 +-0.132812500000 +-0.094726562500 +0.157226562500 +0.085449218750 +-0.135742187500 +-0.114257812500 +0.166015625000 +-0.070312500000 +0.041259765625 +0.130859375000 +0.110351562500 +-0.148437500000 +-0.134765625000 +0.058837890625 +0.074707031250 +0.018798828125 +-0.103515625000 +-0.142578125000 +-0.163085937500 +-0.062988281250 +0.025878906250 +-0.233398437500 +0.007995605469 +-0.104492187500 +-0.113281250000 +-0.078125000000 +-0.150390625000 +-0.025512695312 +0.055908203125 +0.044433593750 +0.010437011719 +-0.038085937500 +0.100097656250 +-0.296875000000 +0.041503906250 +0.006988525391 +0.237304687500 +0.053222656250 +-0.014404296875 +-0.294921875000 +0.002502441406 +0.100097656250 +0.120117187500 +0.095214843750 +-0.074707031250 +-0.043945312500 +0.035400390625 +-0.082519531250 +0.002548217773 +-0.040039062500 +-0.018554687500 +0.106445312500 +-0.365234375000 +-0.038330078125 +-0.050292968750 +0.135742187500 +0.053466796875 +0.024780273438 +0.076660156250 +-0.183593750000 +-0.441406250000 +-0.343750000000 +0.046630859375 +0.018066406250 +-0.059814453125 +-0.038818359375 +-0.241210937500 +0.165039062500 +0.181640625000 +-0.074707031250 +-0.090332031250 +-0.054199218750 +0.052246093750 +0.059570312500 +-0.066406250000 +-0.017700195312 +-0.115234375000 +0.015014648438 +0.098632812500 +0.002899169922 +0.025146484375 +-0.275390625000 +-0.017333984375 +0.072753906250 +0.040039062500 +0.164062500000 +-0.037841796875 +0.091796875000 +-0.292968750000 +-0.153320312500 +-0.597656250000 +-0.026123046875 +0.079101562500 +0.014343261719 +0.029663085938 +0.031738281250 +0.213867187500 +-0.194335937500 +0.058837890625 +-0.137695312500 +-0.222656250000 +0.086914062500 +-0.010437011719 +0.015747070312 +-0.219726562500 +-0.010009765625 +-0.166015625000 +-0.185546875000 +-0.032226562500 +0.178710937500 +-0.048828125000 +0.016235351562 +0.114746093750 +0.055419921875 +-0.065429687500 +0.106933593750 +-0.134765625000 +-0.111816406250 +0.103515625000 +0.030639648438 +-0.248046875000 +0.209960937500 +0.390625000000 +-0.029052734375 +-0.131835937500 +-0.010070800781 +0.141601562500 +-0.020874023438 +0.049560546875 +-0.138671875000 +-0.570312500000 +0.133789062500 +-0.021850585938 +-0.127929687500 +-0.021118164062 +0.128906250000 +0.101562500000 +-0.087402343750 +0.026977539062 +0.099609375000 +-0.069335937500 +0.100097656250 +-0.117675781250 +0.188476562500 +-0.207031250000 +-0.003692626953 +0.113769531250 +-0.110351562500 +0.110839843750 +-0.390625000000 +0.089843750000 +-0.030517578125 +0.091796875000 +-0.059814453125 +0.032226562500 +-0.035888671875 +-0.033935546875 +-0.192382812500 +-0.058837890625 +-0.154296875000 +0.047363281250 +-0.046142578125 +0.028686523438 +-0.019409179688 +-0.283203125000 +0.141601562500 +-0.111328125000 +-0.031982421875 +0.107421875000 +0.050537109375 +-0.025024414062 +-0.190429687500 +-0.148437500000 +0.010986328125 +0.041992187500 +0.021118164062 +0.235351562500 +-0.033447265625 +0.094238281250 +-0.032470703125 +0.089355468750 +0.029907226562 +0.032714843750 +0.127929687500 +-0.183593750000 +-0.099121093750 +-0.277343750000 +0.110351562500 +-0.009399414062 +-0.026489257812 +0.058349609375 +0.093750000000 +0.287109375000 +-0.208007812500 +-0.199218750000 +0.008666992188 +0.069335937500 +0.083496093750 +0.117675781250 +-0.097167968750 +0.097167968750 +0.005462646484 +0.086914062500 +0.066894531250 +-0.026123046875 +0.070800781250 +-0.208007812500 +-0.259765625000 +0.158203125000 +-0.019409179688 +-0.089355468750 +0.015502929688 +0.060546875000 +-0.326171875000 +0.003723144531 +-0.100585937500 +0.130859375000 +-0.086914062500 +0.177734375000 +0.020385742188 +-0.242187500000 +-0.302734375000 +-0.129882812500 +-0.094238281250 +-0.188476562500 +-0.064453125000 +0.042724609375 +0.015502929688 +0.056396484375 +-0.012939453125 +-0.113769531250 +-0.229492187500 +0.032714843750 +-0.121582031250 +0.106933593750 +-0.010070800781 +0.064453125000 +0.114746093750 +-0.090820312500 +-0.089843750000 +0.128906250000 +-0.144531250000 +0.238281250000 +-0.208007812500 +-0.233398437500 +0.064453125000 +0.052246093750 +0.061035156250 +-0.003555297852 +0.009155273438 +-0.248046875000 +0.030639648438 +-0.267578125000 +-0.132812500000 +-0.059814453125 +0.033203125000 +0.019287109375 +0.060058593750 +-0.133789062500 +-0.109375000000 +0.086914062500 +-0.042480468750 +0.036132812500 +-0.402343750000 +0.026367187500 +-0.088867187500 +0.174804687500 +0.038085937500 +-0.103027343750 +-0.034423828125 +-0.214843750000 +-0.056152343750 +0.112792968750 +0.011413574219 +-0.117187500000 +0.100585937500 +-0.273437500000 +-0.222656250000 +-0.058349609375 +-0.125000000000 +0.047363281250 +-0.058593750000 +0.011108398438 +0.010437011719 +-0.291015625000 +0.092285156250 +-0.050048828125 +0.022827148438 +-0.066406250000 +-0.199218750000 +-0.109375000000 +-0.200195312500 +0.200195312500 +0.016113281250 +0.056396484375 +-0.134765625000 +-0.079589843750 +0.053710937500 +-0.039306640625 +-0.108398437500 +0.141601562500 +-0.018188476562 +-0.058837890625 +-0.355468750000 +-0.067382812500 +-0.159179687500 +0.152343750000 +-0.005706787109 +-0.031005859375 +0.194335937500 +0.159179687500 +0.051513671875 +0.027954101562 +0.196289062500 +0.066406250000 +0.069824218750 +-0.197265625000 +0.088378906250 +0.063964843750 +-0.117187500000 +0.042724609375 +-0.151367187500 +0.034179687500 +-0.023071289062 +-0.035156250000 +-0.007873535156 +0.025878906250 +-0.145507812500 +-0.091308593750 +-0.098632812500 +0.131835937500 +-0.007019042969 +-0.092773437500 +0.145507812500 +-0.230468750000 +0.120117187500 +-0.020629882812 +-0.013610839844 +0.132812500000 +0.129882812500 +-0.129882812500 +-0.163085937500 +-0.137695312500 +0.166015625000 +-0.151367187500 +-0.116210937500 +0.101074218750 +-0.058593750000 +-0.060302734375 +-0.015319824219 +0.100585937500 +-0.032226562500 +0.005249023438 +-0.041992187500 +-0.135742187500 +-0.124023437500 +0.005584716797 +-0.147460937500 +-0.045410156250 +-0.275390625000 +0.027465820312 +-0.116699218750 +-0.125000000000 +-0.070312500000 +0.004119873047 +-0.073242187500 +-0.088867187500 +-0.314453125000 +-0.167968750000 +-0.087890625000 +0.006774902344 +-0.196289062500 +0.105957031250 +-0.067382812500 +0.052734375000 +-0.031127929688 +-0.194335937500 +0.202148437500 +0.231445312500 +-0.142578125000 +-0.076660156250 +0.019897460938 +-0.160156250000 +0.101562500000 +-0.271484375000 +-0.116210937500 +-0.244140625000 +-0.000991821289 +-0.145507812500 +0.034912109375 +-0.107910156250 +-0.211914062500 +-0.038818359375 +-0.038330078125 +-0.101562500000 +-0.068359375000 +0.032226562500 +0.050537109375 +0.083496093750 +0.027709960938 +-0.074707031250 +0.048339843750 +0.011352539062 +0.072753906250 +0.098632812500 +0.014831542969 +-0.363281250000 +0.034423828125 +-0.221679687500 +-0.106445312500 +-0.081542968750 +0.026367187500 +0.204101562500 +0.076660156250 +0.138671875000 +0.131835937500 +-0.025024414062 +0.047607421875 +0.046142578125 +-0.188476562500 +-0.097656250000 +-0.138671875000 +0.016723632812 +-0.289062500000 +-0.016967773438 +-0.273437500000 +-0.242187500000 +-0.181640625000 +-0.030883789062 +-0.014953613281 +0.098144531250 +-0.425781250000 +-0.208007812500 +-0.034912109375 +-0.225585937500 +-0.238281250000 +-0.027099609375 +-0.011657714844 +-0.014587402344 +0.031982421875 +-0.294921875000 +-0.111328125000 +0.221679687500 +0.055664062500 +-0.123535156250 +0.018676757812 +0.075683593750 +-0.041015625000 +-0.185546875000 +0.018676757812 +-0.408203125000 +0.019165039062 +0.069335937500 +0.014099121094 +-0.164062500000 +-0.093261718750 +-0.075195312500 +0.071777343750 +-0.141601562500 +-0.148437500000 +-0.069824218750 +-0.030395507812 +0.096679687500 +-0.018798828125 +-0.103515625000 +-0.291015625000 +-0.068847656250 +0.088378906250 +0.100097656250 +0.039306640625 +-0.376953125000 +0.037109375000 +0.045410156250 +0.072265625000 +-0.194335937500 +0.008239746094 +0.081542968750 +0.049804687500 +-0.250000000000 +0.003036499023 +0.004577636719 +0.072753906250 +-0.052490234375 +-0.202148437500 +-0.080078125000 +-0.100585937500 +0.048828125000 +-0.236328125000 +0.083984375000 +-0.087890625000 +-0.014282226562 +-0.168945312500 +0.017700195312 +0.014343261719 +-0.088867187500 +-0.184570312500 +-0.014953613281 +0.059570312500 +0.027221679688 +-0.341796875000 +-0.225585937500 +-0.079589843750 +-0.073242187500 +-0.075195312500 +-0.294921875000 +-0.188476562500 +-0.380859375000 +0.056152343750 +-0.164062500000 +0.069824218750 +-0.007537841797 +-0.003189086914 +-0.006896972656 +-0.059082031250 +-0.227539062500 +-0.034667968750 +0.136718750000 +-0.098144531250 +-0.241210937500 +-0.197265625000 +0.078613281250 +-0.029052734375 +0.069335937500 +-0.067382812500 +-0.283203125000 +-0.128906250000 +-0.046630859375 +0.133789062500 +-0.014099121094 +-0.365234375000 +-0.246093750000 +0.099121093750 +0.024169921875 +-0.306640625000 +-0.478515625000 +0.012451171875 +0.159179687500 +-0.012329101562 +-0.046875000000 +-0.072753906250 +0.054199218750 +0.045410156250 +0.040527343750 +0.022949218750 +0.069824218750 +-0.324218750000 +-0.172851562500 +0.134765625000 +-0.071777343750 +0.045898437500 +-0.180664062500 +0.145507812500 +-0.020629882812 +-0.132812500000 +-0.095214843750 +0.074218750000 +0.076171875000 +0.056884765625 +0.127929687500 +-0.000103473663 +-0.222656250000 +-0.046630859375 +-0.214843750000 +-0.165039062500 +-0.585937500000 +0.082519531250 +-0.079589843750 +-0.004516601562 +0.018676757812 +0.024780273438 +0.034667968750 +0.002334594727 +-0.057617187500 +0.085449218750 +0.011596679688 +0.099609375000 +0.095703125000 +0.013305664062 +0.005493164062 +-0.086425781250 +-0.208007812500 +0.091308593750 +-0.152343750000 +-0.026489257812 +-0.059082031250 +0.121093750000 +-0.296875000000 +0.219726562500 +-0.071289062500 +-0.049072265625 +0.003509521484 +-0.033447265625 +0.194335937500 +-0.117187500000 +-0.104492187500 +0.004638671875 +0.078613281250 +-0.542968750000 +0.014343261719 +-0.175781250000 +0.180664062500 +-0.175781250000 +0.081542968750 +-0.099121093750 +-0.003402709961 +-0.050292968750 +0.058593750000 +0.014953613281 +-0.150390625000 +-0.204101562500 +-0.084472656250 +-0.061767578125 +0.070800781250 +0.047119140625 +-0.339843750000 +-0.221679687500 +0.150390625000 +0.016845703125 +0.122558593750 +0.078613281250 +0.003723144531 +-0.192382812500 +0.048583984375 +0.128906250000 +-0.103515625000 +0.023071289062 +-0.357421875000 +-0.203125000000 +0.012939453125 +0.035644531250 +-0.172851562500 +-0.080566406250 +0.160156250000 +-0.029663085938 +0.031250000000 +-0.007934570312 +-0.018554687500 +0.002410888672 +-0.158203125000 +0.053466796875 +0.146484375000 +0.101074218750 +-0.043701171875 +0.072265625000 +-0.243164062500 +-0.007324218750 +0.191406250000 +0.083007812500 +-0.332031250000 +0.016479492188 +0.044677734375 +-0.128906250000 +-0.101074218750 +0.122558593750 +0.065917968750 +0.069824218750 +0.080078125000 +-0.218750000000 +0.177734375000 +0.181640625000 +-0.027954101562 +-0.337890625000 +0.060546875000 +0.005767822266 +0.167968750000 +-0.185546875000 +0.079589843750 +0.007354736328 +-0.306640625000 +-0.124023437500 +0.060058593750 +-0.022338867188 +-0.019775390625 +-0.117675781250 +0.038574218750 +-0.215820312500 +0.086914062500 +0.116699218750 +-0.328125000000 +-0.225585937500 +0.005371093750 +-0.008117675781 +0.250000000000 +0.067382812500 +0.020385742188 +0.112792968750 +0.176757812500 +0.079589843750 +-0.036376953125 +-0.168945312500 +-0.101074218750 +-0.421875000000 +0.168945312500 +0.105957031250 +-0.062988281250 +-0.132812500000 +0.020263671875 +0.027832031250 +0.059814453125 +-0.084960937500 +0.003280639648 +-0.072753906250 +-0.216796875000 +-0.095214843750 +0.032958984375 +0.106445312500 +-0.037353515625 +-0.232421875000 +-0.221679687500 +-0.116210937500 +-0.089355468750 +-0.065917968750 +0.092285156250 +0.071289062500 +-0.214843750000 +-0.145507812500 +-0.058349609375 +0.179687500000 +0.052734375000 +-0.204101562500 +0.012207031250 +-0.339843750000 +0.235351562500 +-0.040771484375 +-0.234375000000 +-0.441406250000 +-0.057861328125 +-0.204101562500 +0.088867187500 +-0.294921875000 +0.204101562500 +-0.124023437500 +-0.133789062500 +-0.115722656250 +-0.035888671875 +-0.229492187500 +-0.124023437500 +-0.281250000000 +0.099121093750 +-0.433593750000 +-0.084472656250 +-0.010559082031 +-0.094238281250 +0.022460937500 +-0.141601562500 +-0.061035156250 +0.111328125000 +-0.091308593750 +-0.087890625000 +-0.047607421875 +0.216796875000 +0.121093750000 +-0.167968750000 +-0.003295898438 +-0.292968750000 +-0.439453125000 +0.128906250000 +0.037109375000 +-0.041503906250 +-0.234375000000 +-0.157226562500 +-0.104980468750 +0.112792968750 +-0.198242187500 +-0.077148437500 +0.061279296875 +-0.007415771484 +0.048583984375 +-0.066406250000 +0.012939453125 +-0.001678466797 +-0.072265625000 +-0.156250000000 +-0.089843750000 +0.098632812500 +0.059570312500 +0.080566406250 +0.086425781250 +-0.214843750000 +-0.105957031250 +0.025268554688 +0.157226562500 +-0.111816406250 +-0.330078125000 +-0.007812500000 +-0.208007812500 +0.079589843750 +-0.039550781250 +-0.291015625000 +-0.083496093750 +-0.332031250000 +0.032226562500 +-0.101562500000 +-0.363281250000 +0.085449218750 +-0.049072265625 +-0.072753906250 +0.108398437500 +0.125976562500 +-0.025634765625 +-0.058349609375 +-0.291015625000 +-0.306640625000 +-0.195312500000 +-0.207031250000 +-0.167968750000 +0.062255859375 +-0.045898437500 +-0.174804687500 +-0.109375000000 +-0.078125000000 +0.021850585938 +-0.118652343750 +0.097656250000 +-0.033203125000 +0.073730468750 +-0.014953613281 +0.140625000000 +-0.341796875000 +-0.458984375000 +0.017333984375 +-0.198242187500 +0.045898437500 +-0.070800781250 +0.033203125000 +-0.090332031250 +-0.150390625000 +-0.129882812500 +-0.024047851562 +-0.057617187500 +0.037353515625 +0.099609375000 +-0.128906250000 +0.044189453125 +0.019165039062 +-0.363281250000 +0.081054687500 +-0.049072265625 +0.150390625000 +0.076660156250 +0.124023437500 +0.012023925781 +-0.101562500000 +-0.081054687500 +0.080566406250 +0.127929687500 +-0.248046875000 +-0.208007812500 +-0.236328125000 +-0.151367187500 +-0.003616333008 +-0.036376953125 +0.147460937500 +-0.038085937500 +-0.216796875000 +0.095214843750 +-0.159179687500 +-0.341796875000 +0.004608154297 +-0.007354736328 +-0.108398437500 +0.221679687500 +0.015441894531 +-0.111816406250 +0.140625000000 +-0.083007812500 +-0.298828125000 +-0.103027343750 +-0.285156250000 +0.042480468750 +0.019897460938 +-0.028930664062 +0.082519531250 +-0.144531250000 +-0.166992187500 +-0.043701171875 +0.013732910156 +0.255859375000 +-0.050781250000 +0.007995605469 +0.048828125000 +0.105957031250 +-0.257812500000 +-0.298828125000 +-0.347656250000 +-0.067382812500 +0.138671875000 +-0.007476806641 +0.051269531250 +-0.101074218750 +-0.077636718750 +-0.267578125000 +-0.269531250000 +0.045654296875 +0.077636718750 +0.035400390625 +-0.027099609375 +-0.032714843750 +-0.039306640625 +-0.151367187500 +-0.016479492188 +-0.253906250000 +0.043457031250 +-0.105468750000 +0.019775390625 +0.020874023438 +0.003067016602 +0.015625000000 +0.028320312500 +0.037109375000 +-0.117675781250 +-0.140625000000 +-0.087402343750 +0.048828125000 +-0.153320312500 +0.099121093750 +0.076660156250 +-0.070800781250 +0.059570312500 +-0.109863281250 +-0.227539062500 +-0.380859375000 +-0.017822265625 +0.136718750000 +0.115234375000 +0.088378906250 +0.002441406250 +-0.087402343750 +-0.038085937500 +-0.129882812500 +-0.005706787109 +-0.004486083984 +-0.041748046875 +0.174804687500 +0.071777343750 +-0.155273437500 +-0.017333984375 +-0.106933593750 +0.037597656250 +-0.005035400391 +-0.238281250000 +0.097167968750 +-0.042724609375 +0.051025390625 +0.277343750000 +0.187500000000 +-0.196289062500 +-0.018066406250 +0.023681640625 +0.176757812500 +0.074218750000 +-0.249023437500 +0.051513671875 +0.053955078125 +0.101074218750 +-0.002471923828 +0.230468750000 +0.241210937500 +0.071289062500 +0.129882812500 +-0.060791015625 +-0.080078125000 +0.039306640625 +-0.223632812500 +-0.184570312500 +-0.253906250000 +-0.087890625000 +-0.196289062500 +0.016235351562 +-0.180664062500 +-0.029541015625 +-0.122558593750 +0.020385742188 +-0.251953125000 +-0.265625000000 +-0.059570312500 +0.183593750000 +-0.008911132812 +0.106933593750 +0.102539062500 +0.130859375000 +-0.065917968750 +-0.144531250000 +-0.004852294922 +0.189453125000 +-0.289062500000 +-0.113769531250 +0.125976562500 +-0.059326171875 +-0.328125000000 +-0.025390625000 +0.023315429688 +0.255859375000 +-0.384765625000 +-0.043945312500 +0.004547119141 +0.065917968750 +0.012878417969 +-0.006835937500 +0.090820312500 +-0.259765625000 +0.079589843750 +-0.130859375000 +0.011352539062 +-0.005065917969 +-0.029052734375 +-0.072265625000 +-0.281250000000 +0.269531250000 +0.023437500000 +0.285156250000 +-0.126953125000 +-0.221679687500 +-0.004333496094 +-0.050048828125 +0.035888671875 +0.185546875000 +0.107910156250 +0.265625000000 +0.010131835938 +-0.285156250000 +-0.037597656250 +0.139648437500 +0.063964843750 +-0.238281250000 +-0.076171875000 +-0.115234375000 +0.002044677734 +-0.201171875000 +0.146484375000 +0.012756347656 +-0.090332031250 +0.001419067383 +0.016967773438 +-0.279296875000 +0.048339843750 +-0.410156250000 +0.001754760742 +-0.164062500000 +0.076171875000 +0.141601562500 +-0.052978515625 +0.074707031250 +-0.010986328125 +0.067382812500 +-0.033203125000 +-0.147460937500 +0.028442382812 +-0.217773437500 +0.235351562500 +0.113281250000 +0.061523437500 +-0.115722656250 +-0.241210937500 +-0.017822265625 +-0.057861328125 +0.161132812500 +-0.200195312500 +0.091308593750 +-0.103027343750 +0.117675781250 +0.117187500000 +0.075683593750 +0.048583984375 +0.054199218750 +0.091308593750 +-0.453125000000 +0.094726562500 +0.233398437500 +-0.124023437500 +-0.147460937500 +-0.023803710938 +-0.050292968750 +0.003067016602 +0.214843750000 +-0.034423828125 +-0.153320312500 +-0.069335937500 +0.009399414062 +0.055908203125 +-0.102050781250 +0.029785156250 +0.046386718750 +-0.458984375000 +-0.131835937500 +-0.035400390625 +0.023071289062 +0.029663085938 +-0.026733398438 +-0.020019531250 +-0.184570312500 +-0.116210937500 +-0.062500000000 +0.053710937500 +-0.104980468750 +-0.026123046875 +-0.144531250000 +0.127929687500 +-0.145507812500 +-0.103515625000 +-0.096191406250 +-0.106933593750 +0.049560546875 +0.106445312500 +-0.077148437500 +0.097167968750 +-0.002426147461 +0.068359375000 +0.005249023438 +-0.026855468750 +-0.019287109375 +0.007171630859 +-0.353515625000 +0.142578125000 +-0.617187500000 +-0.093750000000 +0.142578125000 +-0.012084960938 +0.053955078125 +-0.088867187500 +0.019775390625 +-0.058593750000 +0.200195312500 +-0.169921875000 +0.108398437500 +0.078125000000 +0.085449218750 +0.043212890625 +0.098632812500 +-0.100097656250 +-0.131835937500 +-0.012207031250 +0.108886718750 +-0.054199218750 +0.007202148438 +-0.030639648438 +0.041259765625 +-0.047119140625 +-0.038818359375 +0.070312500000 +-0.185546875000 +-0.011535644531 +0.075195312500 +0.128906250000 +-0.032226562500 +-0.059082031250 +0.202148437500 +-0.283203125000 +-0.222656250000 +-0.047851562500 +0.081542968750 +-0.122070312500 +-0.105957031250 +-0.042724609375 +0.016479492188 +-0.031127929688 +-0.100097656250 +-0.075195312500 +-0.142578125000 +0.093750000000 +0.052978515625 +-0.133789062500 +-0.380859375000 +-0.292968750000 +-0.257812500000 +-0.088867187500 +0.157226562500 +0.055419921875 +-0.227539062500 +-0.096191406250 +-0.257812500000 +0.050537109375 +-0.085449218750 +0.090332031250 +0.141601562500 +0.133789062500 +-0.185546875000 +0.150390625000 +-0.431640625000 +0.074218750000 +0.018554687500 +-0.093261718750 +-0.108398437500 +-0.209960937500 +-0.161132812500 +-0.361328125000 +0.102539062500 +-0.188476562500 +-0.194335937500 +0.059570312500 +0.025878906250 +-0.001548767090 +0.261718750000 +-0.206054687500 +0.032714843750 +0.066894531250 +-0.074707031250 +0.054199218750 +-0.032958984375 +0.091308593750 +-0.055175781250 +0.013366699219 +-0.104492187500 +0.017578125000 +-0.111328125000 +0.030639648438 +-0.200195312500 +0.089843750000 +0.135742187500 +0.071289062500 +-0.142578125000 +-0.163085937500 +-0.205078125000 +0.197265625000 +0.064941406250 +-0.029418945312 +-0.000352859497 +-0.230468750000 +-0.122070312500 +-0.041503906250 +-0.373046875000 +0.064453125000 +-0.033935546875 +0.036376953125 +-0.186523437500 +-0.137695312500 +-0.124511718750 +-0.141601562500 +-0.045654296875 +-0.026245117188 +0.051269531250 +0.121093750000 +0.033447265625 +0.061767578125 +-0.306640625000 +-0.015563964844 +-0.322265625000 +0.087890625000 +-0.249023437500 +0.035644531250 +0.053955078125 +0.037597656250 +-0.171875000000 +0.009826660156 +0.057861328125 +-0.015563964844 +-0.511718750000 +0.055908203125 +-0.191406250000 +-0.194335937500 +-0.138671875000 +-0.167968750000 +-0.100097656250 +-0.077636718750 +0.015319824219 +-0.052001953125 +-0.006225585938 +-0.015747070312 +0.201171875000 +0.018798828125 +0.128906250000 +-0.048339843750 +0.054931640625 +0.007781982422 +-0.077636718750 +-0.180664062500 +-0.046875000000 +-0.007385253906 +0.123046875000 +0.076660156250 +-0.060791015625 +-0.020385742188 +0.052978515625 +0.088378906250 +-0.143554687500 +-0.174804687500 +0.075683593750 +-0.082519531250 +0.079101562500 +-0.263671875000 +0.151367187500 +-0.002838134766 +-0.175781250000 +-0.019653320312 +-0.172851562500 +-0.215820312500 +-0.099609375000 +0.094726562500 +-0.380859375000 +-0.126953125000 +0.041503906250 +-0.019897460938 +0.124511718750 +0.104492187500 +0.033447265625 +0.154296875000 +0.082031250000 +-0.054687500000 +-0.050781250000 +-0.175781250000 +0.046630859375 +0.034179687500 +-0.330078125000 +-0.083496093750 +-0.020751953125 +-0.012756347656 +0.038085937500 +0.105468750000 +0.101074218750 +0.134765625000 +-0.328125000000 +0.026123046875 +-0.048339843750 +-0.020874023438 +-0.041992187500 +-0.235351562500 +0.002777099609 +0.099609375000 +-0.039306640625 +-0.007049560547 +-0.178710937500 +-0.058105468750 +0.038085937500 +0.071289062500 +0.065917968750 +-0.086425781250 +0.048828125000 +0.033203125000 +-0.107421875000 +-0.182617187500 +0.081054687500 +0.195312500000 +0.040039062500 +0.121582031250 +-0.087402343750 +-0.008544921875 +0.015747070312 +0.046630859375 +-0.018066406250 +0.008666992188 +-0.077148437500 +-0.129882812500 +0.135742187500 +-0.076171875000 +-0.022705078125 +-0.083496093750 +0.095703125000 +-0.059326171875 +0.122558593750 +-0.040527343750 +-0.020263671875 +0.072265625000 +0.003555297852 +-0.005401611328 +-0.001831054688 +-0.104003906250 +0.004943847656 +-0.092285156250 +-0.042724609375 +0.082519531250 +0.052978515625 +-0.120605468750 +0.090820312500 +0.006683349609 +0.097167968750 +-0.019531250000 +-0.339843750000 +0.101562500000 +-0.192382812500 +0.099121093750 +-0.016357421875 +0.015991210938 +-0.027954101562 +-0.388671875000 +-0.330078125000 +-0.182617187500 +0.104492187500 +0.052734375000 +0.014831542969 +0.012390136719 +-0.041503906250 +0.123046875000 +0.011596679688 +-0.045166015625 +-0.535156250000 +-0.039062500000 +-0.644531250000 +0.067382812500 +-0.062988281250 +0.077636718750 +0.142578125000 +0.052246093750 +0.126953125000 +-0.123535156250 +0.067871093750 +-0.182617187500 +-0.158203125000 +-0.312500000000 +-0.380859375000 +-0.007263183594 +0.085937500000 +-0.140625000000 +0.052978515625 +-0.066894531250 +-0.222656250000 +0.016845703125 +-0.125976562500 +0.052001953125 +0.168945312500 +-0.124023437500 +0.023071289062 +-0.275390625000 +0.002029418945 +0.178710937500 +0.100097656250 +-0.006866455078 +0.030761718750 +-0.115722656250 +0.220703125000 +-0.214843750000 +0.084960937500 +-0.013000488281 +-0.111816406250 +-0.082519531250 +0.015014648438 +-0.153320312500 +0.202148437500 +0.083007812500 +-0.183593750000 +-0.218750000000 +-0.045410156250 +0.016967773438 +-0.277343750000 +-0.168945312500 +-0.177734375000 +0.082031250000 +-0.014404296875 +-0.026489257812 +0.019653320312 +0.109375000000 +-0.193359375000 +-0.341796875000 +0.082519531250 +-0.156250000000 +-0.291015625000 +-0.051025390625 +-0.283203125000 +0.045654296875 +0.233398437500 +0.051513671875 +0.090820312500 +-0.066406250000 +-0.058837890625 +0.016113281250 +0.114746093750 +0.040527343750 +0.209960937500 +-0.247070312500 +0.198242187500 +-0.010314941406 +-0.169921875000 +-0.363281250000 +0.098144531250 +0.125976562500 +-0.174804687500 +-0.503906250000 +-0.828125000000 +0.026733398438 +0.261718750000 +-0.200195312500 +-0.113769531250 +0.081542968750 +-0.302734375000 +0.275390625000 +0.180664062500 +0.000053405762 +0.060546875000 +-0.219726562500 +0.035156250000 +0.033935546875 +-0.053466796875 +-0.255859375000 +-0.022827148438 +-0.087890625000 +0.066406250000 +0.090332031250 +0.289062500000 +-0.087402343750 +-0.349609375000 +-0.067871093750 +-0.084960937500 +0.090820312500 +-0.095703125000 +-0.068847656250 +-0.053466796875 +0.179687500000 +0.219726562500 +0.079101562500 +0.167968750000 +0.117675781250 +-0.125000000000 +-0.038574218750 +-0.064941406250 +0.052734375000 +-0.435546875000 +0.074707031250 +-0.351562500000 +-0.054443359375 +0.083496093750 +0.000235557556 +-0.093750000000 +-0.277343750000 +0.146484375000 +0.082519531250 +0.194335937500 +0.138671875000 +0.234375000000 +-0.091308593750 +-0.006469726562 +-0.196289062500 +-0.025024414062 +-0.032714843750 +0.128906250000 +-0.075683593750 +-0.044189453125 +0.092773437500 +0.109375000000 +-0.111328125000 +0.115234375000 +-0.265625000000 +-0.310546875000 +-0.054199218750 +0.242187500000 +-0.261718750000 +-0.024536132812 +-0.004302978516 +-0.068847656250 +-0.225585937500 +-0.470703125000 +-0.011352539062 +-0.174804687500 +-0.130859375000 +0.126953125000 +0.083496093750 +-0.314453125000 +-0.131835937500 +-0.199218750000 +-0.059082031250 +-0.020507812500 +-0.145507812500 +-0.079589843750 +0.065429687500 +-0.300781250000 +-0.206054687500 +-0.292968750000 +0.111816406250 +0.109863281250 +-0.386718750000 +-0.156250000000 +0.075195312500 +0.015991210938 +-0.099609375000 +0.245117187500 +-0.008972167969 +0.032714843750 +-0.052490234375 +0.019409179688 +0.136718750000 +-0.466796875000 +-0.015075683594 +-0.494140625000 +-0.257812500000 +0.209960937500 +0.010620117188 +-0.018676757812 +0.044677734375 +-0.197265625000 +-0.035888671875 +0.062988281250 +0.137695312500 +0.100585937500 +0.105957031250 +-0.114257812500 +-0.177734375000 +0.052246093750 +0.121093750000 +0.022949218750 +0.204101562500 +0.235351562500 +-0.132812500000 +0.144531250000 +0.131835937500 +0.090820312500 +-0.183593750000 +-0.152343750000 +0.138671875000 +-0.019531250000 +-0.066406250000 +-0.019653320312 +0.150390625000 +0.212890625000 +-0.126953125000 +-0.271484375000 +0.086914062500 +-0.041015625000 +-0.035400390625 +0.046630859375 +0.090332031250 +-0.212890625000 +-0.082031250000 +-0.073730468750 +0.085449218750 +-0.412109375000 +-0.237304687500 +-0.050048828125 +0.101562500000 +-0.101074218750 +0.067382812500 +-0.376953125000 +0.055419921875 +-0.221679687500 +0.043457031250 +0.070312500000 +-0.044921875000 +-0.215820312500 +-0.062011718750 +-0.049804687500 +0.097656250000 +0.200195312500 +-0.044433593750 +0.035156250000 +-0.037109375000 +-0.382812500000 +-0.029052734375 +-0.470703125000 +-0.263671875000 +0.037109375000 +-0.028198242188 +-0.011840820312 +-0.053466796875 +-0.025512695312 +-0.269531250000 +0.067871093750 +0.033935546875 +0.084960937500 +-0.000850677490 +0.086914062500 +-0.054931640625 +-0.088867187500 +0.116210937500 +-0.163085937500 +-0.125976562500 +0.079589843750 +-0.217773437500 +-0.159179687500 +-0.104492187500 +0.100585937500 +-0.190429687500 +-0.037109375000 +0.049560546875 +0.031005859375 +-0.199218750000 +-0.093261718750 +0.063964843750 +0.139648437500 +-0.150390625000 +0.050781250000 +0.020996093750 +-0.032958984375 +-0.195312500000 +0.061279296875 +0.147460937500 +-0.213867187500 +0.060058593750 +-0.041015625000 +0.261718750000 +-0.084960937500 +-0.189453125000 +0.017700195312 +0.186523437500 +0.054443359375 +0.215820312500 +-0.142578125000 +0.015319824219 +-0.121093750000 +0.013977050781 +-0.133789062500 +0.043212890625 +-0.023315429688 +0.086914062500 +-0.511718750000 +-0.000099182129 +-0.400390625000 +0.131835937500 +-0.071777343750 +-0.029296875000 +-0.208984375000 +0.095703125000 +-0.341796875000 +-0.267578125000 +-0.373046875000 +-0.165039062500 +-0.008361816406 +-0.104492187500 +-0.150390625000 +-0.367187500000 +-0.108398437500 +0.058349609375 +0.079589843750 +-0.063964843750 +0.056884765625 +-0.181640625000 +-0.110839843750 +0.159179687500 +0.092285156250 +0.073242187500 +0.104003906250 +-0.289062500000 +0.057373046875 +0.039306640625 +-0.021362304688 +-0.202148437500 +-0.234375000000 +0.083007812500 +0.269531250000 +-0.239257812500 +-0.055175781250 +0.171875000000 +0.111328125000 +-0.041503906250 +0.205078125000 +-0.112792968750 +0.051025390625 +0.015991210938 +0.091308593750 +0.130859375000 +0.136718750000 +0.160156250000 +-0.287109375000 +-0.081542968750 +-0.105957031250 +-0.380859375000 +-0.025756835938 +0.040283203125 +0.062255859375 +0.077636718750 +-0.093750000000 +0.079589843750 +0.188476562500 +0.046875000000 +0.091796875000 +-0.054199218750 +0.037597656250 +0.002883911133 +-0.166992187500 +-0.247070312500 +-0.118652343750 +0.197265625000 +0.057373046875 +-0.004547119141 +-0.110351562500 +0.042968750000 +-0.073730468750 +-0.077636718750 +-0.447265625000 +-0.077148437500 +0.044677734375 +-0.200195312500 +-0.021118164062 +0.017211914062 +-0.103515625000 +0.247070312500 +0.059814453125 +-0.210937500000 +-0.071777343750 +-0.041503906250 +-0.017944335938 +0.145507812500 +0.164062500000 +0.152343750000 +-0.291015625000 +0.043457031250 +-0.277343750000 +0.207031250000 +-0.006683349609 +-0.044677734375 +-0.201171875000 +0.129882812500 +0.001678466797 +-0.241210937500 +-0.039306640625 +-0.231445312500 +-0.210937500000 +0.157226562500 +0.069824218750 +-0.006927490234 +-0.281250000000 +0.159179687500 +0.049072265625 +-0.004913330078 +0.188476562500 +-0.130859375000 +-0.151367187500 +0.038330078125 +-0.169921875000 +-0.033447265625 +-0.257812500000 +0.115722656250 +-0.063476562500 +0.059814453125 +-0.092773437500 +0.090820312500 +0.114746093750 +-0.072753906250 +-0.003250122070 +-0.047607421875 +-0.102539062500 +-0.283203125000 +0.228515625000 +-0.044677734375 +0.139648437500 +0.246093750000 +0.061523437500 +0.006256103516 +-0.353515625000 +0.092773437500 +0.030639648438 +0.123046875000 +-0.239257812500 +0.131835937500 +0.026977539062 +0.017822265625 +0.083496093750 +0.102539062500 +0.102050781250 +0.059570312500 +-0.222656250000 +-0.030029296875 +0.104003906250 +-0.093261718750 +-0.026733398438 +-0.026733398438 +0.023681640625 +0.068359375000 +-0.166015625000 +0.117187500000 +-0.024291992188 +0.127929687500 +-0.182617187500 +0.100585937500 +0.024169921875 +0.059814453125 +-0.265625000000 +-0.044921875000 +-0.033935546875 +-0.052001953125 +-0.562500000000 +0.097656250000 +-0.617187500000 +0.058837890625 +-0.105468750000 +0.069824218750 +-0.029296875000 +0.008483886719 +-0.193359375000 +0.162109375000 +-0.101074218750 +0.075195312500 +-0.205078125000 +-0.001403808594 +-0.073242187500 +0.023071289062 +-0.312500000000 +0.125000000000 +-0.523437500000 +0.053466796875 +-0.100097656250 +0.138671875000 +0.042724609375 +-0.014587402344 +0.011108398438 +-0.423828125000 +0.018432617188 +-0.224609375000 +0.174804687500 +-0.400390625000 +-0.023559570312 +0.085937500000 +-0.031982421875 +0.063476562500 +0.058593750000 +0.155273437500 +0.065429687500 +-0.006347656250 +-0.019287109375 +-0.015197753906 +0.138671875000 +0.061767578125 +-0.186523437500 +-0.064453125000 +-0.447265625000 +-0.102539062500 +-0.061523437500 +-0.136718750000 +0.198242187500 +-0.257812500000 +0.215820312500 +-0.056152343750 +-0.020263671875 +0.041015625000 +0.054199218750 +-0.187500000000 +0.083496093750 +-0.057373046875 +-0.050048828125 +-0.075195312500 +-0.003662109375 +0.050781250000 +0.026489257812 +-0.063964843750 +-0.018554687500 +-0.351562500000 +0.033447265625 +-0.041259765625 +-0.028442382812 +0.013732910156 +-0.118164062500 +-0.054687500000 +0.221679687500 +0.294921875000 +0.008483886719 +-0.008728027344 +0.073730468750 +-0.001098632812 +0.015380859375 +0.071777343750 +-0.085449218750 +0.160156250000 +-0.157226562500 +0.003097534180 +0.093261718750 +-0.162109375000 +-0.045410156250 +0.131835937500 +0.014831542969 +0.068359375000 +-0.094238281250 +0.025878906250 +0.175781250000 +-0.333984375000 +0.044189453125 +0.097167968750 +0.009521484375 +-0.300781250000 +-0.034912109375 +0.054199218750 +-0.009094238281 +0.071777343750 +-0.047363281250 +-0.046630859375 +0.163085937500 +0.099121093750 +0.159179687500 +0.130859375000 +-0.007659912109 +-0.078613281250 +-0.141601562500 +-0.034179687500 +0.045166015625 +-0.291015625000 +0.100097656250 +-0.162109375000 +-0.166992187500 +0.169921875000 +-0.126953125000 +-0.365234375000 +0.167968750000 +0.138671875000 +0.093261718750 +-0.361328125000 +-0.061523437500 +-0.048828125000 +0.031738281250 +-0.179687500000 +-0.120117187500 +-0.180664062500 +0.032958984375 +0.005554199219 +0.106933593750 +0.084472656250 +0.030883789062 +-0.008728027344 +0.183593750000 +0.076171875000 +0.138671875000 +-0.363281250000 +0.088378906250 +0.134765625000 +-0.146484375000 +0.046142578125 +0.125000000000 +0.105468750000 +0.068847656250 +-0.033447265625 +0.060546875000 +-0.147460937500 +-0.123535156250 +-0.030029296875 +0.203125000000 +-0.119140625000 +0.052246093750 +0.021484375000 +-0.011779785156 +-0.312500000000 +0.072753906250 +0.044433593750 +0.122558593750 +0.130859375000 +-0.002761840820 +0.104003906250 +-0.058349609375 +-0.117675781250 +-0.102050781250 +-0.034423828125 +0.063476562500 +-0.131835937500 +0.085937500000 +0.054199218750 +-0.214843750000 +0.011230468750 +-0.247070312500 +-0.016845703125 +-0.024536132812 +0.005737304688 +-0.094726562500 +-0.060546875000 +-0.071777343750 +0.011718750000 +-0.355468750000 +-0.124511718750 +0.060791015625 +0.034912109375 +0.129882812500 +0.014953613281 +-0.193359375000 +-0.156250000000 +0.071777343750 +-0.121582031250 +0.035156250000 +-0.298828125000 +-0.119628906250 +-0.093261718750 +0.110839843750 +-0.065917968750 +0.084960937500 +0.037109375000 +0.090332031250 +-0.136718750000 +0.072753906250 +-0.302734375000 +0.106445312500 +-0.005310058594 +0.062500000000 +0.073730468750 +0.001525878906 +-0.035400390625 +0.114746093750 +-0.121582031250 +-0.034667968750 +-0.151367187500 +-0.056884765625 +-0.298828125000 +0.031494140625 +-0.094726562500 +0.184570312500 +-0.167968750000 +-0.108886718750 +-0.187500000000 +0.144531250000 +-0.143554687500 +0.113281250000 +-0.042236328125 +0.166015625000 +-0.063964843750 +-0.394531250000 +-0.160156250000 +0.000239372253 +0.029663085938 +-0.034423828125 +-0.182617187500 +0.056640625000 +0.108886718750 +-0.243164062500 +0.041259765625 +-0.041992187500 +-0.106933593750 +0.056396484375 +0.189453125000 +-0.324218750000 +0.031494140625 +0.193359375000 +-0.034423828125 +-0.439453125000 +-0.078613281250 +-0.043945312500 +-0.064941406250 +0.154296875000 +0.010498046875 +0.018920898438 +-0.069335937500 +0.107421875000 +0.130859375000 +-0.025146484375 +0.035644531250 +-0.267578125000 +-0.090332031250 +-0.054931640625 +-0.273437500000 +0.048583984375 +-0.168945312500 +-0.115722656250 +-0.191406250000 +0.144531250000 +-0.546875000000 +0.009460449219 +-0.089355468750 +0.029052734375 +0.119628906250 +-0.013610839844 +-0.369140625000 +0.150390625000 +0.003372192383 +0.034423828125 +0.116699218750 +-0.094238281250 +-0.296875000000 +0.076660156250 +-0.247070312500 +0.094726562500 +0.076171875000 +-0.068359375000 +-0.335937500000 +-0.022949218750 +-0.144531250000 +0.116699218750 +-0.112792968750 +0.146484375000 +0.097167968750 +0.055419921875 +0.121093750000 +-0.135742187500 +0.040527343750 +-0.152343750000 +-0.287109375000 +-0.092285156250 +-0.052246093750 +0.127929687500 +-0.011352539062 +0.002029418945 +0.067382812500 +0.008605957031 +0.263671875000 +0.010437011719 +-0.119140625000 +0.134765625000 +0.192382812500 +-0.011718750000 +0.126953125000 +-0.033935546875 +-0.043701171875 +0.014831542969 +-0.071289062500 +-0.143554687500 +0.024658203125 +-0.021850585938 +-0.077148437500 +0.146484375000 +0.226562500000 +0.086425781250 +-0.084472656250 +-0.304687500000 +0.034423828125 +-0.052246093750 +-0.151367187500 +-0.161132812500 +-0.142578125000 +0.057128906250 +-0.213867187500 +-0.112792968750 +-0.112792968750 +0.111816406250 +-0.267578125000 +-0.037109375000 +-0.322265625000 +-0.107421875000 +-0.084960937500 +-0.079589843750 +0.026733398438 +-0.139648437500 +-0.017822265625 +-0.130859375000 +-0.265625000000 +0.090332031250 +0.032470703125 +-0.208984375000 +-0.028076171875 +0.076660156250 +0.153320312500 +-0.253906250000 +-0.138671875000 +0.030517578125 +0.141601562500 +-0.062988281250 +-0.000938415527 +-0.063964843750 +-0.014099121094 +-0.114257812500 +-0.337890625000 +0.048583984375 +-0.017822265625 +0.024047851562 +0.082031250000 +-0.239257812500 +-0.068847656250 +-0.073730468750 +0.010742187500 +0.114746093750 +-0.239257812500 +0.113769531250 +0.090332031250 +0.042968750000 +-0.034912109375 +0.029785156250 +-0.181640625000 +-0.118164062500 +-0.026611328125 +0.003997802734 +0.007049560547 +-0.064453125000 +-0.091308593750 +0.016845703125 +0.165039062500 +-0.006225585938 +0.123535156250 +-0.285156250000 +0.072265625000 +0.002075195312 +-0.202148437500 +0.049560546875 +0.121582031250 +-0.129882812500 +-0.347656250000 +-0.173828125000 +-0.046875000000 +-0.016357421875 +-0.306640625000 +-0.019287109375 +-0.128906250000 +-0.080078125000 +0.071777343750 +0.044677734375 +0.101562500000 +-0.011352539062 +0.107910156250 +-0.053955078125 +-0.384765625000 +-0.063964843750 +-0.088378906250 +0.056396484375 +0.200195312500 +0.135742187500 +-0.024902343750 +-0.486328125000 +-0.196289062500 +-0.351562500000 +0.122070312500 +0.231445312500 +-0.053710937500 +-0.026855468750 +-0.106933593750 +0.156250000000 +-0.392578125000 +-0.074218750000 +-0.113769531250 +-0.103027343750 +0.010498046875 +-0.102050781250 +-0.255859375000 +0.074218750000 +-0.086425781250 +0.119140625000 +-0.091796875000 +0.088867187500 +-0.259765625000 +0.099121093750 +-0.105468750000 +0.075683593750 +-0.349609375000 +-0.023437500000 +0.053222656250 +-0.003051757812 +-0.081054687500 +-0.065429687500 +-0.059082031250 +0.147460937500 +0.113769531250 +-0.070800781250 +0.048339843750 +0.131835937500 +0.267578125000 +-0.016357421875 +-0.070312500000 +0.010620117188 +0.127929687500 +-0.120605468750 +-0.109863281250 +-0.094238281250 +0.314453125000 +0.079589843750 +-0.097656250000 +0.020019531250 +0.063964843750 +0.017578125000 +-0.013793945312 +0.158203125000 +-0.125976562500 +-0.310546875000 +-0.062011718750 +-0.010864257812 +-0.154296875000 +-0.006683349609 +0.083007812500 +-0.126953125000 +0.098144531250 +-0.328125000000 +-0.160156250000 +0.235351562500 +0.010742187500 +0.229492187500 +0.000450134277 +-0.025024414062 +-0.102050781250 +0.176757812500 +0.125976562500 +-0.121582031250 +-0.241210937500 +-0.302734375000 +0.068359375000 +-0.535156250000 +0.097656250000 +-0.108398437500 +-0.059570312500 +0.153320312500 +0.047119140625 +-0.008911132812 +0.016113281250 +0.036865234375 +-0.011169433594 +0.016479492188 +0.020019531250 +-0.269531250000 +-0.159179687500 +-0.075195312500 +0.019042968750 +0.025512695312 +0.035644531250 +-0.099121093750 +-0.035156250000 +0.225585937500 +0.065917968750 +0.476562500000 +0.053710937500 +-0.330078125000 +-0.292968750000 +-0.090820312500 +-0.034423828125 +0.180664062500 +-0.219726562500 +0.326171875000 +-0.127929687500 +0.011291503906 +0.029907226562 +-0.019287109375 +0.024169921875 +-0.007171630859 +-0.026000976562 +-0.161132812500 +0.024414062500 +-0.196289062500 +0.084960937500 +0.151367187500 +-0.109863281250 +-0.032714843750 +0.058349609375 +-0.130859375000 +-0.088867187500 +0.287109375000 +0.025756835938 +0.071777343750 +-0.142578125000 +-0.007720947266 +0.014831542969 +0.242187500000 +0.222656250000 +-0.211914062500 +-0.042968750000 +0.042236328125 +0.118164062500 +0.025878906250 +-0.028808593750 +-0.158203125000 +0.121093750000 +-0.164062500000 +0.064941406250 +-0.234375000000 +0.072753906250 +0.122558593750 +-0.100585937500 +0.091308593750 +-0.066406250000 +0.038574218750 +0.013244628906 +0.092773437500 +0.035644531250 +-0.120117187500 +-0.001457214355 +-0.137695312500 +-0.014465332031 +0.394531250000 +-0.137695312500 +0.028442382812 +-0.024536132812 +-0.304687500000 +0.185546875000 +0.087402343750 +0.114746093750 +0.210937500000 +-0.079589843750 +-0.128906250000 +-0.194335937500 +0.086425781250 +-0.011291503906 +0.064453125000 +-0.032470703125 +-0.052734375000 +-0.124511718750 +0.041503906250 +0.049072265625 +0.050048828125 +-0.060302734375 +0.001609802246 +0.082519531250 +-0.353515625000 +-0.006103515625 +-0.219726562500 +0.104980468750 +0.140625000000 +0.089843750000 +-0.008972167969 +-0.203125000000 +0.154296875000 +-0.111816406250 +0.001113891602 +0.040527343750 +-0.269531250000 +-0.027099609375 +0.123046875000 +-0.046875000000 +-0.113281250000 +-0.204101562500 +-0.068847656250 +0.100097656250 +-0.039794921875 +-0.030761718750 +-0.318359375000 +-0.092773437500 +-0.058349609375 +0.035888671875 +-0.208984375000 +-0.080078125000 +0.138671875000 +0.101562500000 +0.092773437500 +0.061523437500 +-0.002746582031 +-0.026489257812 +0.017822265625 +0.148437500000 +-0.094726562500 +0.056152343750 +-0.079589843750 +0.138671875000 +0.022338867188 +-0.074218750000 +0.080566406250 +-0.042236328125 +-0.031250000000 +-0.014404296875 +-0.173828125000 +-0.041992187500 +0.201171875000 +-0.017944335938 +-0.197265625000 +0.129882812500 +-0.130859375000 +0.289062500000 +0.049316406250 +-0.038574218750 +-0.071777343750 +0.030517578125 +-0.041748046875 +-0.025146484375 +-0.169921875000 +0.027099609375 +-0.088867187500 +-0.076660156250 +0.034667968750 +0.112792968750 +-0.100585937500 +-0.083007812500 +0.163085937500 +0.080566406250 +0.158203125000 +-0.226562500000 +-0.117187500000 +-0.137695312500 +0.033447265625 +0.005432128906 +-0.152343750000 +-0.058593750000 +-0.094238281250 +0.012451171875 +-0.004425048828 +0.093261718750 +0.023681640625 +0.145507812500 +-0.014404296875 +-0.033203125000 +-0.144531250000 +-0.031494140625 +0.097167968750 +0.003402709961 +-0.128906250000 +0.046630859375 +-0.116210937500 +-0.052978515625 +0.060058593750 +0.015991210938 +-0.003570556641 +0.080078125000 +-0.008178710938 +0.032714843750 +0.010009765625 +0.044921875000 +0.035644531250 +0.021972656250 +-0.339843750000 +0.136718750000 +0.120605468750 +0.053710937500 +0.074707031250 +0.027221679688 +-0.128906250000 +0.125976562500 +-0.283203125000 +-0.134765625000 +-0.127929687500 +0.076660156250 +0.048583984375 +0.108886718750 +-0.363281250000 +-0.259765625000 +-0.217773437500 +0.114746093750 +0.128906250000 +-0.066894531250 +0.106445312500 +-0.103027343750 +-0.118164062500 +0.075195312500 +0.084960937500 +0.066894531250 +-0.181640625000 +-0.320312500000 +-0.031982421875 +-0.031005859375 +0.128906250000 +0.156250000000 +-0.217773437500 +-0.204101562500 +0.064941406250 +-0.063964843750 +-0.147460937500 +-0.427734375000 +-0.091308593750 +0.113281250000 +0.033203125000 +0.030761718750 +-0.145507812500 +-0.036376953125 +-0.239257812500 +-0.058349609375 +-0.211914062500 +-0.166992187500 +0.147460937500 +-0.102539062500 +0.075683593750 +0.052734375000 +-0.281250000000 +0.049560546875 +-0.166015625000 +0.056884765625 +-0.042236328125 +0.082031250000 +-0.018432617188 +0.031494140625 +-0.273437500000 +0.135742187500 +0.031005859375 +0.154296875000 +-0.008117675781 +-0.016479492188 +0.091308593750 +-0.110351562500 +0.034667968750 +0.067382812500 +0.058349609375 +0.163085937500 +-0.038818359375 +-0.139648437500 +0.105468750000 +0.152343750000 +0.008666992188 +0.032958984375 +0.057373046875 +-0.107910156250 +-0.185546875000 +0.095703125000 +0.052490234375 +-0.064941406250 +-0.101562500000 +-0.129882812500 +-0.259765625000 +-0.257812500000 +0.011291503906 +0.104492187500 +-0.181640625000 +-0.253906250000 +0.005340576172 +-0.209960937500 +0.012756347656 +0.007720947266 +0.057861328125 +-0.089843750000 +-0.009704589844 +0.070800781250 +0.047851562500 +-0.382812500000 +-0.009399414062 +0.016113281250 +-0.177734375000 +-0.091796875000 +0.194335937500 +0.083496093750 +0.049804687500 +0.032226562500 +-0.038330078125 +-0.382812500000 +-0.016113281250 +0.064941406250 +0.074218750000 +0.087402343750 +-0.054199218750 +-0.087890625000 +-0.117675781250 +0.093261718750 +0.004608154297 +0.012329101562 +-0.014648437500 +0.060791015625 +-0.070800781250 +0.059082031250 +0.128906250000 +0.175781250000 +-0.003326416016 +-0.111816406250 +-0.041748046875 +0.074218750000 +0.091308593750 +0.062500000000 +0.174804687500 +0.039550781250 +0.197265625000 +0.023071289062 +0.074218750000 +-0.006561279297 +-0.076171875000 +0.185546875000 +0.291015625000 +-0.096679687500 +-0.121093750000 +-0.104492187500 +0.166015625000 +0.037841796875 +0.062255859375 +-0.033203125000 +-0.112304687500 +0.104980468750 +-0.088867187500 +-0.064941406250 +0.033935546875 +0.014343261719 +-0.031127929688 +-0.326171875000 +-0.186523437500 +0.092285156250 +-0.049072265625 +0.119628906250 +0.092773437500 +-0.068847656250 +0.106933593750 +-0.127929687500 +-0.052978515625 +0.208007812500 +0.200195312500 +0.113769531250 +-0.053710937500 +0.049804687500 +-0.166015625000 +0.111816406250 +-0.314453125000 +-0.589843750000 +0.046386718750 +-0.057373046875 +0.060058593750 +-0.026733398438 +0.083984375000 +-0.088378906250 +-0.017333984375 +-0.062255859375 +-0.112304687500 +-0.055175781250 +-0.044433593750 +-0.031982421875 +-0.093261718750 +0.014709472656 +-0.011108398438 +0.082519531250 +-0.178710937500 +0.236328125000 +0.016357421875 +0.110351562500 +-0.210937500000 +0.127929687500 +0.145507812500 +0.095214843750 +-0.001342773438 +-0.018310546875 +-0.035644531250 +-0.017089843750 +-0.169921875000 +0.062011718750 +0.020996093750 +-0.300781250000 +-0.058105468750 +0.011596679688 +0.123535156250 +-0.113769531250 +0.070800781250 +-0.022460937500 +0.022949218750 +0.125000000000 +-0.011169433594 +-0.045410156250 +0.091796875000 +-0.049560546875 +-0.058837890625 +-0.135742187500 +-0.082519531250 +0.090820312500 +-0.213867187500 +0.127929687500 +-0.169921875000 +0.108398437500 +0.224609375000 +0.110351562500 +-0.094726562500 +-0.132812500000 +0.071289062500 +0.144531250000 +0.082519531250 +-0.042236328125 +0.148437500000 +0.050048828125 +-0.013000488281 +-0.053710937500 +0.078125000000 +-0.101562500000 +-0.032226562500 +-0.148437500000 +0.146484375000 +-0.072265625000 +-0.028686523438 +-0.177734375000 +0.289062500000 +-0.002777099609 +0.137695312500 +-0.071289062500 +-0.009887695312 +0.047119140625 +0.098632812500 +0.132812500000 +0.152343750000 +-0.100585937500 +0.035888671875 +-0.166015625000 +-0.318359375000 +0.139648437500 +0.110351562500 +0.019287109375 +0.211914062500 +0.006561279297 +0.113769531250 +-0.071289062500 +-0.180664062500 +0.144531250000 +-0.057861328125 +0.066894531250 +0.064453125000 +-0.089355468750 +-0.057373046875 +0.159179687500 +-0.251953125000 +0.004425048828 +0.271484375000 +0.042968750000 +-0.174804687500 +-0.193359375000 +-0.192382812500 +-0.152343750000 +0.015502929688 +0.020629882812 +0.015197753906 +-0.137695312500 +0.054687500000 +-0.015197753906 +-0.419921875000 +-0.141601562500 +0.227539062500 +0.016235351562 +0.160156250000 +-0.037109375000 +-0.251953125000 +0.089843750000 +-0.036376953125 +-0.099121093750 +0.194335937500 +0.129882812500 +0.129882812500 +-0.029418945312 +-0.041748046875 +0.157226562500 +-0.163085937500 +-0.211914062500 +0.199218750000 +0.052490234375 +0.104492187500 +-0.052490234375 +-0.070312500000 +0.065429687500 +0.061523437500 +-0.073730468750 +0.171875000000 +0.129882812500 +0.015747070312 +0.106445312500 +-0.105468750000 +-0.127929687500 +-0.105468750000 +-0.101562500000 +-0.092773437500 +0.081054687500 +-0.482421875000 +0.015380859375 +-0.037109375000 +-0.203125000000 +-0.078613281250 +0.034667968750 +-0.069824218750 +0.081542968750 +-0.361328125000 +-0.047607421875 +0.081054687500 +-0.267578125000 +0.124023437500 +0.164062500000 +-0.194335937500 +-0.186523437500 +-0.361328125000 +-0.077636718750 +0.098144531250 +-0.063476562500 +-0.182617187500 +-0.139648437500 +0.175781250000 +-0.055175781250 +0.142578125000 +-0.259765625000 +0.174804687500 +0.058837890625 +-0.071289062500 +-0.125976562500 +-0.071289062500 +0.048339843750 +0.168945312500 +-0.082519531250 +-0.062988281250 +-0.078613281250 +0.018920898438 +-0.166992187500 +0.177734375000 +-0.378906250000 +0.202148437500 +0.027832031250 +0.123535156250 +-0.032714843750 +0.020507812500 +-0.129882812500 +-0.024902343750 +-0.045654296875 +0.141601562500 +0.023315429688 +-0.131835937500 +0.045898437500 +-0.110351562500 +0.055664062500 +0.024291992188 +0.058837890625 +0.033691406250 +-0.068847656250 +0.220703125000 +-0.007324218750 +-0.166015625000 +0.083984375000 +-0.006530761719 +0.109863281250 +-0.227539062500 +-0.006469726562 +-0.087402343750 +-0.066406250000 +-0.022583007812 +-0.073242187500 +0.149414062500 +0.225585937500 +-0.087890625000 +-0.026733398438 +-0.004669189453 +-0.100097656250 +0.083496093750 +0.122558593750 +-0.189453125000 +-0.010070800781 +-0.714843750000 +-0.150390625000 +-0.125000000000 +-0.190429687500 +-0.011169433594 +-0.072265625000 +0.013183593750 +0.089843750000 +-0.011535644531 +-0.353515625000 +0.058593750000 +-0.007720947266 +0.025268554688 +-0.062011718750 +-0.084472656250 +-0.044189453125 +-0.029052734375 +-0.160156250000 +0.228515625000 +-0.017089843750 +-0.110839843750 +-0.404296875000 +-0.042236328125 +-0.306640625000 +0.145507812500 +-0.038330078125 +-0.029663085938 +0.086914062500 +-0.345703125000 +0.051757812500 +-0.054199218750 +-0.180664062500 +0.155273437500 +0.011413574219 +0.024780273438 +-0.120117187500 +-0.310546875000 +0.110351562500 +-0.069824218750 +0.101074218750 +0.113769531250 +0.009826660156 +-0.125976562500 +0.023193359375 +-0.091308593750 +-0.006103515625 +0.062255859375 +0.206054687500 +0.051269531250 +0.077636718750 +-0.013366699219 +-0.100097656250 +-0.009460449219 +-0.028198242188 +0.216796875000 +-0.031738281250 +0.041015625000 +-0.085937500000 +-0.071289062500 +0.056640625000 +0.089355468750 +0.080078125000 +0.038818359375 +0.129882812500 +-0.183593750000 +-0.174804687500 +-0.231445312500 +0.016845703125 +0.125976562500 +-0.150390625000 +0.026977539062 +-0.235351562500 +-0.613281250000 +-0.347656250000 +-0.006958007812 +-0.072265625000 +0.052246093750 +0.068847656250 +-0.078613281250 +-0.349609375000 +-0.056396484375 +-0.390625000000 +0.133789062500 +0.139648437500 +-0.160156250000 +-0.597656250000 +-0.171875000000 +-0.139648437500 +0.090820312500 +-0.044921875000 +-0.022949218750 +0.177734375000 +-0.072753906250 +0.067871093750 +-0.257812500000 +-0.143554687500 +-0.089355468750 +0.106933593750 +0.121093750000 +-0.016723632812 +-0.223632812500 +-0.032958984375 +-0.028198242188 +-0.114257812500 +0.027221679688 +-0.031494140625 +0.005950927734 +-0.104492187500 +0.068847656250 +-0.037841796875 +0.194335937500 +0.247070312500 +0.073730468750 +-0.016601562500 +0.041748046875 +-0.124023437500 +-0.110839843750 +0.041503906250 +0.053710937500 +-0.072753906250 +0.087890625000 +-0.209960937500 +0.056152343750 +-0.006652832031 +0.065429687500 +0.105957031250 +0.107910156250 +-0.058593750000 +-0.027954101562 +0.125976562500 +0.234375000000 +0.118164062500 +-0.089843750000 +-0.065429687500 +-0.005371093750 +-0.077148437500 +0.210937500000 +-0.140625000000 +-0.071289062500 +-0.076171875000 +-0.022949218750 +0.074707031250 +-0.014404296875 +-0.353515625000 +-0.010498046875 +-0.239257812500 +0.137695312500 +0.110351562500 +-0.144531250000 +-0.271484375000 +-0.124023437500 +-0.039550781250 +-0.222656250000 +-0.080566406250 +0.107421875000 +-0.005065917969 +0.003448486328 +0.061279296875 +-0.015258789062 +-0.135742187500 +-0.155273437500 +0.123535156250 +-0.019409179688 +0.079589843750 +-0.125976562500 +0.042724609375 +-0.171875000000 +-0.002319335938 +-0.109863281250 +-0.077636718750 +-0.341796875000 +-0.065917968750 +-0.337890625000 +0.110351562500 +-0.421875000000 +0.105957031250 +0.064453125000 +-0.088378906250 +0.176757812500 +-0.215820312500 +-0.267578125000 +0.089843750000 +-0.306640625000 +-0.097656250000 +-0.230468750000 +-0.177734375000 +-0.090820312500 +0.095703125000 +-0.035888671875 +0.135742187500 +-0.125000000000 +0.108398437500 +0.038085937500 +0.131835937500 +0.194335937500 +0.068847656250 +-0.190429687500 +0.121582031250 +-0.018554687500 +-0.057861328125 +0.257812500000 +-0.378906250000 +-0.073242187500 +0.122558593750 +0.146484375000 +-0.154296875000 +0.025268554688 +0.107910156250 +0.029785156250 +-0.107910156250 +0.030395507812 +-0.062255859375 +-0.166992187500 +-0.597656250000 +0.098632812500 +0.085449218750 +0.031982421875 +-0.106445312500 +-0.059326171875 +-0.151367187500 +-0.085937500000 +-0.077636718750 +0.150390625000 +-0.205078125000 +0.022949218750 +-0.088378906250 +0.034912109375 +-0.101562500000 +-0.029418945312 +0.042968750000 +-0.020507812500 +-0.091308593750 +0.014526367188 +-0.030151367188 +-0.330078125000 +0.084960937500 +-0.024414062500 +0.073730468750 +-0.421875000000 +0.075683593750 +-0.394531250000 +-0.089843750000 +0.120117187500 +0.157226562500 +-0.300781250000 +0.094238281250 +-0.429687500000 +-0.095214843750 +-0.443359375000 +-0.143554687500 +-0.096191406250 +0.024780273438 +0.051025390625 +-0.038330078125 +-0.151367187500 +-0.093750000000 +-0.238281250000 +0.162109375000 +0.093750000000 +-0.006683349609 +-0.019287109375 +-0.125000000000 +-0.017211914062 +0.078125000000 +0.030517578125 +-0.219726562500 +0.022827148438 +0.100585937500 +-0.206054687500 +0.082519531250 +-0.062500000000 +0.067871093750 +-0.150390625000 +-0.003936767578 +-0.004119873047 +0.079101562500 +-0.151367187500 +0.044189453125 +-0.318359375000 +-0.096191406250 +-0.188476562500 +0.052001953125 +0.197265625000 +-0.083007812500 +-0.133789062500 +-0.025268554688 +0.091796875000 +0.054687500000 +0.166992187500 +-0.183593750000 +-0.164062500000 +-0.094726562500 +0.084472656250 +-0.531250000000 +0.086425781250 +0.030395507812 +-0.029907226562 +-0.033935546875 +0.298828125000 +-0.267578125000 +-0.060791015625 +-0.037597656250 +0.104492187500 +0.090820312500 +-0.081542968750 +-0.328125000000 +-0.253906250000 +-0.746093750000 +-0.102539062500 +-0.308593750000 +-0.020019531250 +-0.120605468750 +0.099121093750 +-0.113769531250 +-0.062011718750 +0.232421875000 +-0.124511718750 +-0.057861328125 +-0.058349609375 +0.221679687500 +-0.109375000000 +-0.021240234375 +0.068847656250 +0.127929687500 +0.058349609375 +0.017700195312 +-0.003402709961 +-0.028442382812 +0.137695312500 +-0.052001953125 +-0.146484375000 +0.112792968750 +-0.094726562500 +-0.019287109375 +-0.003967285156 +0.060058593750 +-0.081054687500 +-0.096679687500 +-0.060546875000 +-0.102539062500 +-0.125976562500 +-0.195312500000 +-0.135742187500 +0.097167968750 +-0.096191406250 +0.036376953125 +0.129882812500 +0.170898437500 +0.042236328125 +-0.044433593750 +-0.065917968750 +0.119140625000 +0.088378906250 +-0.022216796875 +-0.027221679688 +-0.765625000000 +0.138671875000 +0.044921875000 +0.040527343750 +0.119628906250 +0.036376953125 +-0.253906250000 +-0.119628906250 +0.067382812500 +-0.149414062500 +0.031494140625 +0.116699218750 +-0.022705078125 +-0.097656250000 +-0.116699218750 +0.171875000000 +-0.675781250000 +-0.171875000000 +0.072753906250 +0.071289062500 +0.147460937500 +0.110839843750 +0.144531250000 +-0.205078125000 +0.012756347656 +-0.234375000000 +-0.029541015625 +-0.082519531250 +0.013122558594 +-0.026367187500 +-0.164062500000 +-0.069335937500 +-0.031494140625 +0.090332031250 +-0.042480468750 +0.112792968750 +-0.033203125000 +-0.041748046875 +0.081542968750 +-0.073242187500 +-0.109863281250 +-0.114746093750 +-0.207031250000 +-0.107421875000 +0.055908203125 +0.070800781250 +-0.083984375000 +-0.107421875000 +-0.211914062500 +0.083496093750 +-0.072753906250 +-0.200195312500 +0.159179687500 +-0.003250122070 +0.015014648438 +0.080566406250 +-0.194335937500 +0.124511718750 +-0.187500000000 +-0.097656250000 +-0.056884765625 +-0.010009765625 +-0.322265625000 +-0.049072265625 +-0.355468750000 +-0.095214843750 +0.125976562500 +0.069335937500 +0.031494140625 +0.072265625000 +-0.127929687500 +-0.236328125000 +-0.010192871094 +-0.130859375000 +0.134765625000 +0.133789062500 +-0.296875000000 +-0.041992187500 +0.053222656250 +-0.104492187500 +-0.435546875000 +-0.121582031250 +0.190429687500 +0.033203125000 +-0.008789062500 +-0.093750000000 +0.135742187500 +-0.099121093750 +-0.250000000000 +-0.224609375000 +-0.001365661621 +-0.133789062500 +-0.107421875000 +-0.048828125000 +-0.083007812500 +0.165039062500 +-0.259765625000 +0.165039062500 +-0.106933593750 +0.046386718750 +-0.333984375000 +0.174804687500 +-0.043701171875 +0.077148437500 +-0.154296875000 +-0.243164062500 +-0.041503906250 +-0.057128906250 +0.095703125000 +-0.209960937500 +-0.039550781250 +0.081054687500 +-0.291015625000 +0.172851562500 +0.088378906250 +-0.075683593750 +0.120605468750 +-0.153320312500 +-0.285156250000 +-0.047363281250 +0.053955078125 +-0.068359375000 +-0.044433593750 +-0.023803710938 +-0.087402343750 +0.014221191406 +-0.163085937500 +0.029663085938 +-0.417968750000 +-0.046142578125 +0.079589843750 +0.195312500000 +-0.065429687500 +-0.136718750000 +0.134765625000 +-0.255859375000 +-0.421875000000 +-0.102539062500 +-0.003601074219 +0.103515625000 +-0.038818359375 +0.111816406250 +-0.072753906250 +-0.173828125000 +-0.519531250000 +-0.143554687500 +-0.002609252930 +0.099121093750 +-0.009033203125 +-0.129882812500 +0.110351562500 +0.137695312500 +-0.523437500000 +-0.194335937500 +0.023437500000 +-0.492187500000 +-0.038574218750 +-0.020996093750 +0.026733398438 +-0.061767578125 +-0.332031250000 +-0.179687500000 +-0.558593750000 +-0.039550781250 +-0.047119140625 +-0.143554687500 +-0.089355468750 +0.097656250000 +0.000518798828 +-0.110839843750 +0.111328125000 +-0.076171875000 +-0.001724243164 +-0.259765625000 +-0.171875000000 +0.142578125000 +-0.153320312500 +0.137695312500 +0.010375976562 +0.078125000000 +-0.341796875000 +-0.180664062500 +-0.103027343750 +-0.102539062500 +-0.024291992188 +-0.111328125000 +0.098632812500 +0.127929687500 +0.086914062500 +0.016967773438 +0.365234375000 +-0.213867187500 +0.027587890625 +0.020629882812 +0.054931640625 +0.184570312500 +0.281250000000 +0.115234375000 +0.133789062500 +-0.088378906250 +-0.363281250000 +0.077148437500 +-0.035644531250 +0.095703125000 +0.202148437500 +0.152343750000 +0.012878417969 +-0.126953125000 +-0.296875000000 +0.005340576172 +-0.140625000000 +0.066894531250 +-0.151367187500 +0.133789062500 +-0.061035156250 +0.058593750000 +-0.141601562500 +-0.208984375000 +0.016479492188 +-0.125000000000 +0.010803222656 +-0.167968750000 +0.039550781250 +0.016357421875 +-0.231445312500 +-0.077636718750 +-0.114746093750 +-0.128906250000 +0.044433593750 +-0.059570312500 +-0.106445312500 +0.002044677734 +-0.136718750000 +0.140625000000 +-0.037841796875 +0.057373046875 +0.079589843750 +-0.107421875000 +-0.026000976562 +0.157226562500 +0.047119140625 +0.216796875000 +0.094238281250 +-0.065429687500 +-0.466796875000 +0.083984375000 +-0.076660156250 +-0.240234375000 +-0.158203125000 +-0.064941406250 +-0.083496093750 +0.032958984375 +-0.125976562500 +-0.074218750000 +0.076660156250 +-0.223632812500 +0.057373046875 +0.092285156250 +-0.199218750000 +0.130859375000 +0.287109375000 +0.136718750000 +0.082519531250 +-0.054443359375 +-0.324218750000 +-0.020019531250 +-0.027465820312 +-0.013671875000 +-0.021606445312 +0.005828857422 +-0.003875732422 +-0.129882812500 +0.077636718750 +-0.042968750000 +-0.239257812500 +0.090332031250 +-0.049560546875 +0.154296875000 +-0.159179687500 +0.175781250000 +0.054443359375 +-0.138671875000 +0.237304687500 +-0.196289062500 +0.015869140625 +-0.022949218750 +0.015319824219 +0.046630859375 +-0.449218750000 +-0.093750000000 +-0.077148437500 +-0.222656250000 +-0.020629882812 +-0.151367187500 +0.196289062500 +-0.013916015625 +0.149414062500 +-0.069824218750 +-0.079101562500 +-0.028076171875 +-0.019287109375 +-0.244140625000 +-0.093261718750 +-0.053222656250 +0.130859375000 +0.202148437500 +-0.074218750000 +0.011962890625 +-0.070800781250 +-0.023559570312 +-0.171875000000 +-0.271484375000 +0.040771484375 +0.043457031250 +-0.132812500000 +-0.033447265625 +-0.283203125000 +0.109375000000 +-0.219726562500 +0.097656250000 +-0.108398437500 +0.003845214844 +0.082519531250 +0.061035156250 +0.103027343750 +0.081054687500 +-0.351562500000 +0.271484375000 +-0.523437500000 +-0.075683593750 +0.296875000000 +0.033935546875 +-0.209960937500 +-0.033935546875 +-0.176757812500 +-0.180664062500 +-0.081054687500 +-0.250000000000 +0.053466796875 +0.105957031250 +-0.106445312500 +0.003051757812 +-0.000138282776 +-0.070312500000 +0.130859375000 +-0.060546875000 +0.171875000000 +-0.083496093750 +-0.043945312500 +-0.070800781250 +0.218750000000 +0.265625000000 +-0.589843750000 +0.001129150391 +0.078613281250 +-0.102539062500 +-0.088378906250 +-0.168945312500 +-0.188476562500 +-0.241210937500 +-0.087402343750 +-0.062500000000 +-0.578125000000 +-0.149414062500 +-0.066894531250 +0.044189453125 +0.082519531250 +-0.132812500000 +0.202148437500 +-0.132812500000 +0.043945312500 +-0.142578125000 +-0.236328125000 +0.024291992188 +0.206054687500 +-0.178710937500 +0.111816406250 +0.163085937500 +0.017089843750 +-0.086425781250 +-0.178710937500 +-0.082031250000 +0.170898437500 +0.069335937500 +-0.183593750000 +0.113281250000 +0.081054687500 +0.125976562500 +0.019287109375 +0.283203125000 +0.025268554688 +-0.118164062500 +0.219726562500 +-0.107421875000 +-0.216796875000 +-0.054687500000 +0.170898437500 +-0.104980468750 +0.181640625000 +-0.060058593750 +0.223632812500 +0.144531250000 +0.021972656250 +-0.427734375000 +0.127929687500 +0.215820312500 +-0.038330078125 +0.070312500000 +0.042724609375 +0.026367187500 +-0.037353515625 +-0.036865234375 +0.177734375000 +-0.244140625000 +-0.171875000000 +-0.261718750000 +-0.067382812500 +-0.341796875000 +0.015869140625 +-0.088378906250 +-0.069824218750 +-0.204101562500 +-0.024169921875 +-0.092773437500 +-0.335937500000 +-0.072753906250 +-0.167968750000 +-0.023559570312 +-0.097656250000 +0.161132812500 +0.147460937500 +-0.055419921875 +0.124511718750 +0.088867187500 +-0.140625000000 +-0.112304687500 +0.053955078125 +-0.115722656250 +0.039550781250 +-0.253906250000 +0.014953613281 +-0.045654296875 +0.023559570312 +-0.181640625000 +-0.124511718750 +-0.048095703125 +-0.039062500000 +-0.039306640625 +0.100585937500 +0.034179687500 +-0.062988281250 +0.042724609375 +-0.159179687500 +0.174804687500 +-0.045410156250 +-0.215820312500 +-0.121582031250 +-0.001579284668 +-0.367187500000 +0.020385742188 +0.054443359375 +-0.016967773438 +-0.022583007812 +-0.193359375000 +-0.035400390625 +-0.084472656250 +0.068847656250 +-0.225585937500 +-0.006408691406 +-0.057373046875 +-0.243164062500 +-0.339843750000 +0.196289062500 +-0.168945312500 +-0.143554687500 +0.043701171875 +0.152343750000 +-0.035888671875 +-0.075195312500 +-0.093261718750 +-0.166015625000 +-0.191406250000 +-0.097167968750 +-0.122558593750 +-0.183593750000 +-0.132812500000 +0.062500000000 +0.118652343750 +0.020263671875 +0.061767578125 +0.116699218750 +0.022827148438 +-0.112792968750 +-0.031127929688 +0.161132812500 +-0.121093750000 +-0.200195312500 +0.049804687500 +-0.170898437500 +-0.056884765625 +0.007629394531 +0.023681640625 +-0.065917968750 +-0.227539062500 +-0.130859375000 +-0.027465820312 +-0.164062500000 +-0.112304687500 +0.115722656250 +-0.029541015625 +-0.080566406250 +-0.181640625000 +-0.101562500000 +-0.018676757812 +0.068359375000 +0.184570312500 +-0.041503906250 +-0.011779785156 +-0.215820312500 +0.134765625000 +0.075683593750 +-0.043945312500 +-0.150390625000 +0.038574218750 +-0.031127929688 +-0.114746093750 +-0.002731323242 +-0.107421875000 +-0.267578125000 +-0.054931640625 +-0.119628906250 +-0.187500000000 +-0.045898437500 +0.053710937500 +0.160156250000 +-0.232421875000 +-0.217773437500 +-0.201171875000 +-0.223632812500 +-0.043457031250 +0.030151367188 +0.046142578125 +-0.033203125000 +0.007598876953 +-0.369140625000 +-0.052734375000 +-0.104003906250 +-0.128906250000 +-0.265625000000 +-0.263671875000 +-0.112304687500 +0.032226562500 +-0.378906250000 +-0.182617187500 +0.129882812500 +0.131835937500 +-0.333984375000 +-0.096679687500 +0.028198242188 +0.006958007812 +-0.228515625000 +0.107421875000 +-0.046386718750 +0.051025390625 +0.035400390625 +-0.024658203125 +-0.016845703125 +0.045898437500 +-0.376953125000 +-0.012695312500 +-0.009704589844 +-0.054443359375 +0.017822265625 +0.223632812500 +-0.003967285156 +-0.179687500000 +-0.535156250000 +0.173828125000 +-0.337890625000 +0.004852294922 +0.141601562500 +0.135742187500 +-0.062500000000 +-0.035400390625 +-0.063964843750 +0.134765625000 +-0.073730468750 +0.092773437500 +-0.080078125000 +0.273437500000 +0.114257812500 +0.138671875000 +-0.159179687500 +-0.019775390625 +-0.048583984375 +-0.113281250000 +0.007629394531 +-0.230468750000 +0.113281250000 +0.076171875000 +-0.322265625000 +-0.001129150391 +-0.259765625000 +-0.026367187500 +-0.047851562500 +0.100097656250 +0.148437500000 +0.008789062500 +-0.250000000000 +0.097167968750 +-0.034667968750 +-0.004577636719 +-0.492187500000 +-0.087890625000 +-0.013305664062 +0.071289062500 +-0.141601562500 +-0.072753906250 +0.076171875000 +0.056884765625 +-0.020874023438 +-0.179687500000 +-0.070800781250 +0.216796875000 +-0.539062500000 +0.078125000000 +0.037597656250 +-0.062988281250 +-0.097656250000 +-0.155273437500 +-0.002685546875 +0.168945312500 +-0.466796875000 +0.065917968750 +0.063964843750 +-0.060546875000 +-0.086914062500 +-0.162109375000 +0.004821777344 +-0.250000000000 +-0.503906250000 +0.172851562500 +-0.190429687500 +0.067871093750 +0.069335937500 +0.178710937500 +-0.028076171875 +-0.047607421875 +-0.035156250000 +-0.077636718750 +0.116210937500 +0.027832031250 +-0.212890625000 +0.014160156250 +0.132812500000 +0.232421875000 +-0.089355468750 +0.094238281250 +0.142578125000 +-0.093750000000 +0.088378906250 +-0.151367187500 +0.124511718750 +0.158203125000 +-0.511718750000 +0.000690460205 +0.018676757812 +-0.009704589844 +0.143554687500 +-0.128906250000 +0.071777343750 +0.115722656250 +-0.267578125000 +0.147460937500 +0.149414062500 +0.006134033203 +-0.683593750000 +0.041259765625 +0.098144531250 +-0.032226562500 +0.143554687500 +0.091308593750 +0.107910156250 +0.035400390625 +-0.322265625000 +0.041259765625 +-0.145507812500 +0.153320312500 +-0.127929687500 +0.054199218750 +0.057373046875 +-0.066894531250 +-0.219726562500 +-0.328125000000 +0.087402343750 +0.259765625000 +-0.186523437500 +0.115234375000 +0.187500000000 +0.031005859375 +-0.416015625000 +-0.214843750000 +-0.195312500000 +0.007690429688 +-0.621093750000 +-0.141601562500 +0.015869140625 +-0.150390625000 +-0.025512695312 +-0.043701171875 +-0.151367187500 +-0.035400390625 +-0.353515625000 +-0.035400390625 +0.165039062500 +0.002059936523 +-0.285156250000 +-0.107421875000 +0.211914062500 +0.092773437500 +0.073730468750 +0.067871093750 +0.190429687500 +-0.072753906250 +-0.312500000000 +0.031982421875 +-0.242187500000 +0.157226562500 +-0.114257812500 +0.023315429688 +0.064941406250 +-0.016845703125 +0.251953125000 +-0.098144531250 +0.123535156250 +0.080566406250 +-0.089355468750 +0.095214843750 +0.108398437500 +-0.114746093750 +-0.310546875000 +0.088378906250 +-0.263671875000 +0.003555297852 +0.180664062500 +0.071777343750 +-0.102050781250 +0.062500000000 +-0.304687500000 +-0.023559570312 +0.052246093750 +0.009094238281 +0.113769531250 +0.166015625000 +0.083496093750 +0.031738281250 +-0.396484375000 +0.021362304688 +0.136718750000 +-0.107421875000 +0.155273437500 +0.210937500000 +0.109375000000 +0.064941406250 +-0.406250000000 +0.121093750000 +0.104492187500 +0.219726562500 +-0.460937500000 +-0.178710937500 +0.263671875000 +0.070312500000 +-0.137695312500 +-0.355468750000 +0.125976562500 +-0.072265625000 +-0.169921875000 +-0.086914062500 +-0.118652343750 +0.036376953125 +-0.285156250000 +0.054199218750 +-0.001930236816 +0.085937500000 +0.247070312500 +0.138671875000 +-0.120117187500 +0.044677734375 +-0.287109375000 +0.124511718750 +0.090820312500 +0.061279296875 +0.177734375000 +0.045166015625 +0.162109375000 +0.040283203125 +0.055175781250 +-0.099609375000 +0.039062500000 +0.063476562500 +0.123046875000 +0.068359375000 +-0.117675781250 +0.046875000000 +-0.003540039062 +0.086425781250 +-0.184570312500 +0.052978515625 +-0.090332031250 +0.030273437500 +0.347656250000 +-0.047363281250 +-0.015136718750 +-0.015380859375 +-0.074218750000 +-0.049072265625 +0.153320312500 +-0.271484375000 +0.010192871094 +-0.039550781250 +0.020996093750 +-0.210937500000 +-0.562500000000 +-0.102539062500 +-0.011779785156 +0.207031250000 +0.341796875000 +0.044677734375 +0.102050781250 +0.073730468750 +-0.188476562500 +-0.073242187500 +0.198242187500 +-0.041015625000 +0.053955078125 +0.033447265625 +-0.123535156250 +-0.026855468750 +-0.054687500000 +0.004699707031 +0.173828125000 +-0.500000000000 +0.043457031250 +0.032226562500 +0.076660156250 +-0.202148437500 +-0.228515625000 +-0.375000000000 +0.355468750000 +0.099121093750 +-0.574218750000 +-0.048339843750 +-0.069824218750 +-0.150390625000 +0.108886718750 +-0.144531250000 +0.192382812500 +-0.056396484375 +-0.053466796875 +-0.159179687500 +-0.121582031250 +-0.021972656250 +0.144531250000 +-0.328125000000 +0.137695312500 +-0.099121093750 +0.062988281250 +-0.214843750000 +-0.343750000000 +-0.001373291016 +-0.180664062500 +-0.002136230469 +-0.376953125000 +0.122070312500 +-0.134765625000 +-0.044189453125 +0.202148437500 +0.024414062500 +-0.070312500000 +-0.355468750000 +-0.020996093750 +-0.082031250000 +-0.002075195312 +0.047363281250 +-0.059326171875 +0.036621093750 +-0.285156250000 +-0.283203125000 +-0.163085937500 +0.095703125000 +0.028808593750 +0.106933593750 +0.090820312500 +-0.047851562500 +-0.000465393066 +-0.054687500000 +0.174804687500 +0.015380859375 +0.065917968750 +-0.003707885742 +0.037597656250 +0.207031250000 +0.040283203125 +-0.162109375000 +0.197265625000 +-0.408203125000 +-0.010498046875 +0.127929687500 +0.066894531250 +0.035644531250 +0.214843750000 +0.130859375000 +-0.300781250000 +0.005950927734 +0.077636718750 +-0.124511718750 +-0.017700195312 +-0.128906250000 +0.057861328125 +-0.160156250000 +0.105957031250 +-0.034667968750 +0.054199218750 +-0.294921875000 +-0.419921875000 +-0.082031250000 +0.163085937500 +-0.091796875000 +-0.236328125000 +0.015869140625 +-0.000149726868 +-0.008666992188 +-0.433593750000 +0.089355468750 +0.021118164062 +0.001998901367 +0.035156250000 +0.012573242188 +-0.275390625000 +-0.015747070312 +-0.016113281250 +-0.062988281250 +0.096191406250 +-0.218750000000 +-0.298828125000 +0.002197265625 +-0.014648437500 +0.010803222656 +-0.026245117188 +0.056884765625 +-0.343750000000 +-0.146484375000 +-0.009216308594 +0.057128906250 +0.160156250000 +-0.043212890625 +-0.183593750000 +-0.007812500000 +0.144531250000 +-0.077148437500 +-0.060546875000 +0.064453125000 +0.075683593750 +-0.017333984375 +-0.042480468750 +-0.020141601562 +0.087402343750 +-0.038574218750 +-0.104003906250 +-0.125976562500 +-0.122558593750 +0.038330078125 +-0.052978515625 +-0.123046875000 +0.255859375000 +0.094726562500 +-0.191406250000 +-0.149414062500 +0.058593750000 +0.032714843750 +0.160156250000 +-0.223632812500 +-0.002517700195 +-0.134765625000 +-0.035400390625 +0.034912109375 +-0.106445312500 +-0.257812500000 +-0.035888671875 +-0.244140625000 +-0.022460937500 +-0.042968750000 +-0.345703125000 +0.151367187500 +-0.080566406250 +-0.138671875000 +-0.175781250000 +0.166015625000 +-0.106445312500 +-0.011535644531 +0.068359375000 +-0.166015625000 +-0.066406250000 +0.045898437500 +-0.206054687500 +0.182617187500 +-0.086425781250 +0.081054687500 +-0.365234375000 +0.109863281250 +0.082031250000 +-0.077636718750 +-0.038574218750 +0.047363281250 +-0.400390625000 +0.115234375000 +0.053222656250 +0.118164062500 +0.080566406250 +0.037109375000 +-0.003280639648 +0.104492187500 +0.016479492188 +0.103027343750 +-0.100097656250 +-0.018188476562 +0.013000488281 +-0.104980468750 +0.035156250000 +0.036621093750 +-0.086425781250 +0.039062500000 +-0.039550781250 +-0.148437500000 +0.075683593750 +-0.044921875000 +-0.096191406250 +-0.058105468750 +0.052246093750 +0.021240234375 +-0.020751953125 +0.032470703125 +0.141601562500 +-0.075195312500 +-0.036865234375 +-0.037109375000 +-0.091308593750 +0.115234375000 +-0.166992187500 +0.003768920898 +-0.026367187500 +-0.087402343750 +-0.090820312500 +-0.320312500000 +-0.294921875000 +0.012084960938 +-0.330078125000 +-0.015869140625 +-0.001754760742 +-0.083496093750 +-0.193359375000 +-0.122558593750 +-0.200195312500 +-0.131835937500 +0.080566406250 +-0.129882812500 +-0.062988281250 +-0.016967773438 +0.005615234375 +-0.097656250000 +-0.244140625000 +0.106933593750 +-0.225585937500 +0.101074218750 +0.125976562500 +-0.129882812500 +-0.141601562500 +0.127929687500 +-0.734375000000 +-0.026123046875 +0.107421875000 +0.013366699219 +0.032226562500 +-0.010742187500 +0.101562500000 +0.026245117188 +-0.188476562500 +0.229492187500 +0.023681640625 +-0.087402343750 +0.045654296875 +0.046142578125 +0.111328125000 +-0.125000000000 +-0.160156250000 +0.133789062500 +-0.067382812500 +-0.125000000000 +0.048828125000 +-0.054687500000 +-0.028076171875 +-0.179687500000 +-0.009887695312 +-0.118164062500 +-0.047119140625 +-0.075683593750 +-0.010070800781 +0.170898437500 +0.002838134766 +-0.071777343750 +-0.068359375000 +0.073242187500 +-0.157226562500 +0.076660156250 +0.079589843750 +0.056640625000 +-0.102050781250 +-0.164062500000 +-0.215820312500 +0.127929687500 +-0.310546875000 +0.148437500000 +0.190429687500 +-0.087402343750 +-0.220703125000 +-0.086425781250 +0.245117187500 +-0.144531250000 +-0.052246093750 +-0.009643554688 +-0.031494140625 +0.051269531250 +0.098144531250 +-0.021362304688 +-0.044189453125 +-0.000610351562 +-0.086425781250 +0.120605468750 +0.112304687500 +-0.055419921875 +-0.009277343750 +0.136718750000 +-0.349609375000 +-0.118164062500 +-0.017944335938 +0.130859375000 +-0.204101562500 +0.034667968750 +-0.094238281250 +-0.046386718750 +-0.107910156250 +0.126953125000 +0.104003906250 +-0.045898437500 +0.129882812500 +0.054443359375 +-0.068847656250 +-0.431640625000 +-0.283203125000 +0.099121093750 +0.084960937500 +-0.003997802734 +0.067871093750 +-0.171875000000 +0.065429687500 +-0.527343750000 +0.149414062500 +-0.201171875000 +0.016479492188 +-0.156250000000 +-0.159179687500 +0.114746093750 +0.178710937500 +-0.091796875000 +0.119628906250 +0.125000000000 +-0.029418945312 +0.080566406250 +0.149414062500 +0.027709960938 +-0.072265625000 +-0.020751953125 +0.051757812500 +0.084472656250 +0.054931640625 +0.162109375000 +0.042724609375 +-0.052490234375 +0.124511718750 +0.050048828125 +-0.125976562500 +-0.154296875000 +-0.048339843750 +-0.016723632812 +-0.180664062500 +-0.020385742188 +-0.155273437500 +-0.154296875000 +-0.018798828125 +0.001296997070 +0.040527343750 +-0.030761718750 +-0.122558593750 +0.104003906250 +0.166992187500 +-0.214843750000 +-0.033935546875 +-0.351562500000 +-0.292968750000 +-0.152343750000 +-0.106445312500 +0.001144409180 +-0.117187500000 +0.125976562500 +-0.056396484375 +0.020019531250 +0.169921875000 +0.103515625000 +0.031250000000 +-0.057373046875 +-0.005218505859 +-0.079589843750 +0.208007812500 +0.033203125000 +0.044677734375 +0.106933593750 +0.060302734375 +-0.049316406250 +0.094238281250 +-0.294921875000 +0.060791015625 +-0.129882812500 +0.046875000000 +0.044433593750 +-0.234375000000 +0.071289062500 +0.168945312500 +0.005004882812 +0.016235351562 +-0.149414062500 +0.277343750000 +0.070800781250 +0.073242187500 +-0.085449218750 +-0.075683593750 +0.052246093750 +0.267578125000 +-0.166015625000 +0.165039062500 +0.090820312500 +-0.014404296875 +0.058105468750 +0.148437500000 +0.172851562500 +0.105957031250 +-0.165039062500 +0.162109375000 +-0.095214843750 +-0.068359375000 +-0.213867187500 +-0.310546875000 +-0.142578125000 +-0.064941406250 +0.159179687500 +0.063476562500 +0.082519531250 +-0.066406250000 +-0.008056640625 +0.103027343750 +0.059082031250 +0.063964843750 +-0.156250000000 +-0.037353515625 +0.007507324219 +-0.034912109375 +0.041503906250 +0.048339843750 +0.103027343750 +-0.208984375000 +-0.205078125000 +-0.113281250000 +-0.246093750000 +-0.182617187500 +0.116699218750 +-0.196289062500 +-0.152343750000 +-0.071777343750 +-0.101074218750 +-0.013610839844 +-0.076660156250 +-0.298828125000 +0.042724609375 +-0.166015625000 +-0.173828125000 +-0.198242187500 +-0.013671875000 +-0.069335937500 +-0.203125000000 +-0.088867187500 +-0.077636718750 +-0.167968750000 +-0.049316406250 +-0.227539062500 +-0.251953125000 +-0.441406250000 +0.267578125000 +-0.281250000000 +0.057128906250 +0.080566406250 +-0.020874023438 +0.208984375000 +-0.037109375000 +-0.102539062500 +0.214843750000 +0.196289062500 +0.179687500000 +0.030029296875 +-0.275390625000 +-0.081542968750 +-0.075195312500 +-0.248046875000 +0.078125000000 +-0.216796875000 +-0.061279296875 +-0.127929687500 +0.076660156250 +-0.141601562500 +-0.024536132812 +-0.064941406250 +-0.074218750000 +-0.130859375000 +-0.124023437500 +0.067871093750 +0.120117187500 +0.206054687500 +-0.060546875000 +-0.462890625000 +0.250000000000 +-0.089843750000 +0.047607421875 +-0.096191406250 +0.204101562500 +-0.159179687500 +0.090820312500 +-0.425781250000 +-0.050048828125 +-0.234375000000 +0.006378173828 +-0.229492187500 +0.006408691406 +-0.031738281250 +-0.143554687500 +-0.124023437500 +0.011901855469 +0.178710937500 +0.029785156250 +0.038818359375 +-0.199218750000 +-0.125976562500 +0.113769531250 +-0.111328125000 +-0.154296875000 +-0.257812500000 +-0.022094726562 +-0.167968750000 +-0.216796875000 +0.022460937500 +0.263671875000 +-0.671875000000 +0.082519531250 +-0.164062500000 +-0.121582031250 +-0.114746093750 +-0.143554687500 +-0.115234375000 +-0.029541015625 +0.086914062500 +-0.074218750000 +0.213867187500 +0.015625000000 +0.062500000000 +-0.030395507812 +-0.277343750000 +-0.073730468750 +-0.269531250000 +-0.020751953125 +-0.015563964844 +-0.175781250000 +0.052001953125 +-0.198242187500 +-0.102539062500 +-0.210937500000 +-0.128906250000 +-0.074707031250 +-0.231445312500 +0.049072265625 +0.044433593750 +-0.062011718750 +0.011047363281 +-0.040527343750 +-0.160156250000 +0.199218750000 +0.061523437500 +-0.029052734375 +-0.213867187500 +0.216796875000 +-0.108886718750 +0.038574218750 +-0.076660156250 +-0.038085937500 +0.235351562500 +-0.029907226562 +-0.237304687500 +-0.072753906250 +0.006805419922 +0.049316406250 +-0.086425781250 +0.029663085938 +0.136718750000 +-0.022827148438 +0.097656250000 +-0.185546875000 +-0.202148437500 +0.019042968750 +0.148437500000 +-0.086425781250 +-0.198242187500 +0.034423828125 +0.039550781250 +-0.267578125000 +0.054687500000 +0.190429687500 +-0.550781250000 +-0.269531250000 +0.172851562500 +-0.271484375000 +-0.026489257812 +-0.131835937500 +-0.130859375000 +0.014648437500 +0.000949859619 +0.090820312500 +0.086425781250 +-0.006134033203 +0.164062500000 +-0.074218750000 +-0.180664062500 +0.035888671875 +-0.515625000000 +0.058105468750 +0.035156250000 +-0.064941406250 +-0.237304687500 +-0.050781250000 +-0.090820312500 +-0.207031250000 +-0.110351562500 +0.017578125000 +-0.150390625000 +-0.051513671875 +0.030029296875 +-0.122558593750 +-0.207031250000 +0.062988281250 +-0.396484375000 +-0.064941406250 +0.066894531250 +-0.067382812500 +0.098144531250 +-0.281250000000 +-0.037109375000 +-0.073730468750 +-0.287109375000 +0.026733398438 +0.209960937500 +-0.057373046875 +-0.148437500000 +-0.014160156250 +-0.062500000000 +-0.143554687500 +0.177734375000 +0.132812500000 +-0.013366699219 +0.145507812500 +0.119628906250 +-0.035156250000 +-0.179687500000 +0.133789062500 +-0.159179687500 +0.015014648438 +-0.074707031250 +-0.136718750000 +-0.001533508301 +-0.227539062500 +-0.036376953125 +0.062500000000 +-0.184570312500 +-0.304687500000 +0.037841796875 +0.033203125000 +0.121093750000 +-0.097656250000 +0.104980468750 +-0.064941406250 +-0.343750000000 +0.058105468750 +-0.398437500000 +0.140625000000 +0.051025390625 +-0.010864257812 +-0.042968750000 +-0.019165039062 +-0.496093750000 +0.078613281250 +0.132812500000 +0.044677734375 +-0.285156250000 +-0.007720947266 +-0.101074218750 +0.045166015625 +-0.337890625000 +-0.155273437500 +-0.077148437500 +0.079101562500 +0.031250000000 +0.224609375000 +-0.195312500000 +-0.070800781250 +-0.043212890625 +0.117187500000 +0.093261718750 +0.015991210938 +0.046875000000 +-0.135742187500 +0.259765625000 +-0.199218750000 +-0.171875000000 +0.036376953125 +0.059326171875 +-0.064941406250 +-0.020996093750 +-0.025146484375 +-0.100097656250 +0.110839843750 +-0.052978515625 +-0.109863281250 +-0.051269531250 +-0.016357421875 +-0.076171875000 +0.009216308594 +-0.351562500000 +0.034423828125 +-0.009155273438 +-0.015258789062 +-0.078613281250 +-0.019653320312 +0.006805419922 +-0.439453125000 +-0.150390625000 +-0.096679687500 +-0.249023437500 +-0.186523437500 +-0.166015625000 +0.102050781250 +-0.045654296875 +-0.058593750000 +0.164062500000 +0.213867187500 +0.283203125000 +0.122070312500 +-0.006469726562 +-0.118164062500 +-0.012756347656 +-0.083496093750 +-0.005310058594 +-0.084960937500 +-0.076171875000 +0.081054687500 +0.105468750000 +0.047119140625 +0.088378906250 +0.033691406250 +-0.080566406250 +-0.043457031250 +-0.318359375000 +-0.121093750000 +0.049804687500 +0.042724609375 +0.010131835938 +-0.231445312500 +-0.113769531250 +-0.058593750000 +0.064941406250 +0.104492187500 +0.073242187500 +-0.013977050781 +0.147460937500 +0.094238281250 +0.275390625000 +-0.105468750000 +0.097656250000 +0.052734375000 +-0.010620117188 +-0.039306640625 +-0.041503906250 +0.086425781250 +0.099121093750 +-0.088378906250 +0.054443359375 +-0.018920898438 +0.092285156250 +-0.053710937500 +-0.011962890625 +-0.166015625000 +-0.217773437500 +-0.011291503906 +-0.308593750000 +0.023193359375 +-0.158203125000 +0.041748046875 +-0.042236328125 +-0.126953125000 +-0.084472656250 +-0.211914062500 +0.065917968750 +-0.174804687500 +-0.109863281250 +-0.022583007812 +0.098144531250 +-0.105468750000 +0.075683593750 +-0.063476562500 +-0.208007812500 +-0.133789062500 +0.181640625000 +0.017822265625 +-0.031005859375 +-0.149414062500 +0.163085937500 +-0.011840820312 +0.145507812500 +0.133789062500 +-0.093261718750 +0.020751953125 +-0.020874023438 +-0.010253906250 +0.065917968750 +-0.051513671875 +-0.029663085938 +-0.100097656250 +0.085449218750 +-0.024414062500 +-0.125976562500 +0.067382812500 +-0.107910156250 +0.164062500000 +0.031494140625 +-0.128906250000 +-0.053222656250 +0.029907226562 +0.054931640625 +0.124511718750 +-0.261718750000 +0.025512695312 +0.121093750000 +-0.027099609375 +-0.069335937500 +-0.110351562500 +-0.124511718750 +0.026000976562 +0.044677734375 +-0.070800781250 +-0.092773437500 +-0.184570312500 +-0.155273437500 +0.072265625000 +-0.042724609375 +-0.217773437500 +-0.141601562500 +-0.004058837891 +-0.065429687500 +0.021850585938 +-0.099609375000 +-0.035888671875 +0.108398437500 +-0.292968750000 +-0.196289062500 +0.004119873047 +-0.188476562500 +-0.302734375000 +-0.030761718750 +0.115234375000 +-0.050781250000 +-0.251953125000 +-0.198242187500 +-0.071777343750 +0.165039062500 +-0.040039062500 +0.089843750000 +-0.056396484375 +0.056396484375 +0.023315429688 +-0.012451171875 +0.161132812500 +-0.139648437500 +0.105957031250 +-0.012207031250 +0.097656250000 +-0.005798339844 +-0.046386718750 +-0.128906250000 +-0.289062500000 +0.154296875000 +-0.039794921875 +-0.237304687500 +0.100097656250 +0.007659912109 +-0.059570312500 +-0.550781250000 +-0.101562500000 +-0.179687500000 +-0.330078125000 +-0.192382812500 +0.294921875000 +-0.054443359375 +-0.345703125000 +-0.380859375000 +-0.031494140625 +-0.193359375000 +0.020385742188 +-0.128906250000 +-0.043701171875 +-0.113281250000 +0.196289062500 +0.175781250000 +0.090332031250 +-0.091796875000 +0.206054687500 +0.000545501709 +-0.177734375000 +0.168945312500 +0.292968750000 +-0.710937500000 +-0.072265625000 +-0.148437500000 +-0.071289062500 +0.094238281250 +0.010498046875 +0.145507812500 +-0.168945312500 +0.296875000000 +-0.127929687500 +-0.202148437500 +-0.141601562500 +0.182617187500 +-0.011474609375 +0.032714843750 +0.234375000000 +0.128906250000 +-0.097167968750 +-0.494140625000 +-0.079589843750 +-0.738281250000 +-0.000621795654 +-0.063476562500 +-0.037353515625 +-0.173828125000 +-0.035888671875 +0.003433227539 +0.300781250000 +-0.174804687500 +0.042236328125 +-0.205078125000 +-0.228515625000 +0.032470703125 +-0.110839843750 +-0.269531250000 +0.111816406250 +-0.165039062500 +-0.158203125000 +-0.002487182617 +0.198242187500 +-0.285156250000 +-0.248046875000 +-0.285156250000 +-0.149414062500 +-0.154296875000 +-0.049560546875 +0.073730468750 +0.009277343750 +-0.408203125000 +-0.076171875000 +-0.058105468750 +-0.076660156250 +-0.186523437500 +0.017578125000 +-0.084960937500 +0.150390625000 +-0.071289062500 +-0.032226562500 +0.092285156250 +-0.041259765625 +-0.054931640625 +-0.003280639648 +0.009704589844 +0.088867187500 +-0.386718750000 +-0.062255859375 +-0.071289062500 +-0.169921875000 +0.261718750000 +0.096679687500 +-0.089355468750 +0.194335937500 +-0.075195312500 +-0.148437500000 +0.090332031250 +-0.241210937500 +0.091796875000 +0.108886718750 +-0.129882812500 +0.003570556641 +0.363281250000 +0.224609375000 +-0.886718750000 +0.003677368164 +-0.211914062500 +-0.069335937500 +-0.058349609375 +-0.062988281250 +-0.324218750000 +-0.041015625000 +0.099609375000 +0.257812500000 +-0.367187500000 +0.137695312500 +-0.032714843750 +-0.233398437500 +-0.073730468750 +-0.012390136719 +-0.285156250000 +-0.067382812500 +0.055419921875 +0.035400390625 +-0.012145996094 +0.143554687500 +-0.057617187500 +-0.156250000000 +-0.101074218750 +-0.080078125000 +0.127929687500 +0.083007812500 +-0.011840820312 +0.122070312500 +-0.033935546875 +0.075683593750 +-0.089843750000 +0.017944335938 +-0.102050781250 +0.028320312500 +-0.058349609375 +0.004760742188 +0.015563964844 +-0.108886718750 +-0.118652343750 +-0.016479492188 +0.005401611328 +-0.129882812500 +-0.044433593750 +-0.223632812500 +-0.248046875000 +-0.164062500000 +-0.122070312500 +0.204101562500 +0.012817382812 +-0.016601562500 +-0.047851562500 +0.143554687500 +-0.306640625000 +0.114746093750 +-0.198242187500 +-0.187500000000 +-0.005706787109 +0.085449218750 +-0.214843750000 +0.006835937500 +0.119628906250 +0.133789062500 +-0.531250000000 +-0.071289062500 +0.233398437500 +-0.156250000000 +-0.098144531250 +-0.188476562500 +-0.236328125000 +-0.211914062500 +0.038330078125 +0.092773437500 +-0.128906250000 +-0.015014648438 +0.026123046875 +-0.251953125000 +-0.330078125000 +0.112304687500 +-0.384765625000 +-0.316406250000 +0.005462646484 +-0.145507812500 +0.052978515625 +-0.011718750000 +0.099609375000 +-0.204101562500 +-0.308593750000 +0.182617187500 +0.027709960938 +0.067382812500 +-0.308593750000 +0.165039062500 +-0.047363281250 +0.126953125000 +0.133789062500 +-0.205078125000 +0.013977050781 +-0.058837890625 +-0.312500000000 +0.128906250000 +0.133789062500 +-0.402343750000 +-0.578125000000 +-0.115234375000 +-0.398437500000 +-0.053466796875 +-0.092285156250 +-0.149414062500 +-0.429687500000 +0.196289062500 +0.100097656250 +-0.044677734375 +0.190429687500 +0.104492187500 +0.187500000000 +0.244140625000 +0.229492187500 +-0.020019531250 +-0.396484375000 +-0.193359375000 +-0.335937500000 +0.052246093750 +0.138671875000 +-0.034179687500 +-0.151367187500 +0.128906250000 +-0.695312500000 +0.014648437500 +0.101562500000 +-0.178710937500 +0.041259765625 +-0.215820312500 +-0.300781250000 +-0.023803710938 +-0.310546875000 +0.093750000000 +-0.298828125000 +-0.111328125000 +-0.170898437500 +-0.071777343750 +0.012878417969 +0.066894531250 +-0.159179687500 +0.028564453125 +0.205078125000 +-0.041503906250 +-0.131835937500 +-0.198242187500 +0.158203125000 +-0.279296875000 +-0.225585937500 +0.201171875000 +0.103027343750 +0.094238281250 +-0.337890625000 +0.156250000000 +-0.031250000000 +-0.030029296875 +0.041503906250 +-0.032470703125 +0.078613281250 +-0.080078125000 +-0.169921875000 +-0.294921875000 +0.039550781250 +-0.166015625000 +-0.542968750000 +-0.077148437500 +-0.138671875000 +0.013366699219 +0.003356933594 +0.097656250000 +-0.683593750000 +-0.121582031250 +0.343750000000 +0.102539062500 +-0.105957031250 +0.025512695312 +0.021606445312 +-0.126953125000 +0.215820312500 +0.100585937500 +-0.226562500000 +-0.225585937500 +-0.133789062500 +0.011352539062 +-0.130859375000 +-0.099121093750 +0.114257812500 +-0.186523437500 +-0.224609375000 +0.196289062500 +0.045654296875 +-0.104980468750 +0.060791015625 +0.169921875000 +-0.378906250000 +-0.333984375000 +-0.082031250000 +-0.048583984375 +0.104003906250 +0.045166015625 +0.003143310547 +-0.339843750000 +0.001052856445 +-0.015991210938 +0.159179687500 +0.057861328125 +0.104980468750 +0.018432617188 +0.140625000000 +-0.035156250000 +0.105957031250 +-0.265625000000 +-0.028564453125 +0.205078125000 +-0.033691406250 +-0.027954101562 +-0.008972167969 +0.045410156250 +0.123535156250 +-0.250000000000 +-0.029663085938 +-0.161132812500 +-0.108886718750 +-0.044433593750 +0.077148437500 +0.078613281250 +-0.102050781250 +0.053955078125 +-0.742187500000 +-0.049560546875 +-0.035156250000 +0.078613281250 +-0.145507812500 +-0.130859375000 +-0.625000000000 +-0.168945312500 +0.181640625000 +-0.176757812500 +-0.052734375000 +0.056396484375 +0.040527343750 +-0.176757812500 +0.036132812500 +-0.041992187500 +-0.271484375000 +-0.216796875000 +-0.245117187500 +0.046630859375 +0.055175781250 +0.044189453125 +0.139648437500 +-0.170898437500 +0.011169433594 +0.058837890625 +-0.142578125000 +-0.012145996094 +0.226562500000 +0.343750000000 +-0.308593750000 +-0.535156250000 +-0.390625000000 +-0.193359375000 +-0.053710937500 +-0.067382812500 +0.031250000000 +-0.074218750000 +-0.126953125000 +-0.165039062500 +0.105957031250 +0.191406250000 +-0.054443359375 +0.065917968750 +-0.089355468750 +0.135742187500 +-0.237304687500 +0.091796875000 +-0.030639648438 +0.071777343750 +0.023315429688 +0.100097656250 +-0.099609375000 +-0.087890625000 +0.113769531250 +-0.105468750000 +-0.250000000000 +-0.068847656250 +-0.101562500000 +-0.107421875000 +0.008422851562 +-0.090332031250 +0.211914062500 +0.098144531250 +-0.781250000000 +-0.086425781250 +0.265625000000 +-0.028930664062 +0.146484375000 +0.005889892578 +-0.221679687500 +-0.427734375000 +-0.097656250000 +-0.081542968750 +-0.243164062500 +0.010192871094 +-0.016845703125 +-0.039550781250 +-0.193359375000 +-0.003219604492 +-0.206054687500 +-0.203125000000 +-0.141601562500 +-0.128906250000 +-0.065917968750 +-0.104980468750 +-0.079101562500 +0.101562500000 +-0.008605957031 +0.099609375000 +0.001159667969 +0.218750000000 +-0.010131835938 +0.123046875000 +0.121093750000 +0.253906250000 +-0.033935546875 +0.090820312500 +0.014587402344 +0.003097534180 +-0.013793945312 +0.228515625000 +0.182617187500 +0.003860473633 +0.179687500000 +0.025512695312 +0.072265625000 +-0.007812500000 +-0.023193359375 +0.009521484375 +0.333984375000 +0.150390625000 +-0.597656250000 +-0.109863281250 +-0.341796875000 +-0.016601562500 +0.052978515625 +-0.156250000000 +-0.191406250000 +-0.129882812500 +0.127929687500 +-0.392578125000 +-0.002975463867 +0.014831542969 +-0.147460937500 +-0.003814697266 +0.078125000000 +-0.068847656250 +-0.008544921875 +-0.053955078125 +-0.410156250000 +-0.059814453125 +-0.012512207031 +-0.052490234375 +0.143554687500 +-0.019653320312 +0.180664062500 +0.225585937500 +-0.026245117188 +-0.114746093750 +-0.143554687500 +0.156250000000 +-0.012695312500 +0.076171875000 +0.197265625000 +0.194335937500 +0.119628906250 +0.019409179688 +-0.050292968750 +0.159179687500 +0.127929687500 +-0.057128906250 +0.332031250000 +0.123535156250 +-0.048339843750 +-0.287109375000 +0.058105468750 +-0.016235351562 +-0.049804687500 +-0.112792968750 +0.047363281250 +-0.156250000000 +0.010559082031 +-0.019409179688 +0.010253906250 +0.135742187500 +0.212890625000 +-0.213867187500 +-0.017089843750 +0.029296875000 +-0.002151489258 +-0.128906250000 +-0.492187500000 +0.096191406250 +0.184570312500 +0.153320312500 +-0.585937500000 +-0.275390625000 +-0.314453125000 +-0.110351562500 +-0.130859375000 +-0.056396484375 +-0.112304687500 +-0.251953125000 +-0.024902343750 +-0.257812500000 +-0.043701171875 +0.051025390625 +-0.470703125000 +0.116210937500 +0.087402343750 +0.292968750000 +-0.339843750000 +0.023315429688 +0.063476562500 +0.108398437500 +0.025756835938 +-0.024536132812 +-0.000503540039 +-0.330078125000 +-0.025024414062 +-0.048095703125 +-0.083007812500 +-0.094726562500 +0.001899719238 +0.122558593750 +-0.147460937500 +-0.180664062500 +0.089843750000 +0.006469726562 +-0.096191406250 +-0.076171875000 +-0.083984375000 +-0.010070800781 +0.030395507812 +-0.196289062500 +0.016235351562 +-0.036621093750 +0.003677368164 +-0.337890625000 +-0.294921875000 +-0.230468750000 +-0.063964843750 +-0.289062500000 +-0.203125000000 +-0.239257812500 +0.017211914062 +0.028930664062 +-0.115722656250 +-0.010864257812 +0.057617187500 +-0.024658203125 +-0.149414062500 +-0.104980468750 +-0.169921875000 +-0.328125000000 +-0.211914062500 +-0.068847656250 +-0.259765625000 +0.018432617188 +-0.390625000000 +-0.104003906250 +-0.166015625000 +-0.001884460449 +-0.045166015625 +0.129882812500 +0.121582031250 +0.060058593750 +-0.204101562500 +-0.001670837402 +-0.127929687500 +-0.092773437500 +-0.182617187500 +0.079101562500 +-0.023315429688 +0.106445312500 +-0.332031250000 +-0.166992187500 +0.205078125000 +0.147460937500 +0.001113891602 +0.093750000000 +0.058349609375 +-0.455078125000 +-0.251953125000 +-0.226562500000 +-0.045898437500 +-0.086425781250 +0.137695312500 +-0.044433593750 +0.046386718750 +-0.174804687500 +-0.093750000000 +-0.086914062500 +-0.090332031250 +-0.061767578125 +0.032470703125 +0.067871093750 +-0.025512695312 +-0.132812500000 +-0.212890625000 +0.132812500000 +0.027954101562 +-0.435546875000 +-0.108886718750 +-0.102050781250 +-0.005676269531 +-0.300781250000 +-0.507812500000 +-0.062988281250 +-0.173828125000 +-0.024536132812 +-0.281250000000 +-0.083496093750 +-0.110351562500 +0.067382812500 +-0.233398437500 +0.033691406250 +0.084472656250 +-0.337890625000 +-0.273437500000 +-0.234375000000 +-0.298828125000 +0.038085937500 +-0.644531250000 +-0.014038085938 +-0.082031250000 +0.190429687500 +-0.132812500000 +-0.117187500000 +0.128906250000 +0.117675781250 +-0.265625000000 +0.049316406250 +0.051269531250 +-0.361328125000 +-0.004821777344 +-0.155273437500 +0.015380859375 +-0.009765625000 +-0.215820312500 +-0.047851562500 +0.042480468750 +-0.085937500000 +-0.061035156250 +-0.259765625000 +0.067382812500 +0.003082275391 +-0.205078125000 +-0.088867187500 +0.078613281250 +0.034423828125 +0.253906250000 +-0.233398437500 +0.007812500000 +0.180664062500 +-0.255859375000 +-0.208007812500 +0.012268066406 +-0.006744384766 +0.078125000000 +-0.158203125000 +-0.081542968750 +0.095214843750 +-0.108886718750 +0.154296875000 +-0.001182556152 +-0.152343750000 +-0.100097656250 +0.093750000000 +-0.113769531250 +0.037109375000 +-0.406250000000 +0.031738281250 +-0.152343750000 +-0.090332031250 +-0.237304687500 +0.065917968750 +-0.281250000000 +0.128906250000 +-0.114257812500 +0.129882812500 +0.152343750000 +-0.147460937500 +-0.367187500000 +-0.166015625000 +0.087402343750 +-0.273437500000 +-0.263671875000 +0.050048828125 +-0.137695312500 +0.166015625000 +-0.190429687500 +0.066894531250 +0.101562500000 +0.060302734375 +-0.289062500000 +-0.075195312500 +0.176757812500 +-0.671875000000 +-0.133789062500 +-0.250000000000 +0.127929687500 +0.005981445312 +-0.030639648438 +-0.026733398438 +-0.052734375000 +0.082031250000 +0.125976562500 +-0.048583984375 +0.182617187500 +0.223632812500 +-0.088378906250 +0.060302734375 +0.122558593750 +0.041259765625 +0.126953125000 +-0.142578125000 +0.029174804688 +0.040283203125 +-0.086425781250 +-0.134765625000 +0.085449218750 +-0.017944335938 +-0.035400390625 +-0.191406250000 +-0.082031250000 +0.077148437500 +-0.269531250000 +0.194335937500 +0.101074218750 +-0.269531250000 +-0.165039062500 +-0.234375000000 +-0.113769531250 +0.135742187500 +-0.742187500000 +-0.002304077148 +0.087402343750 +-0.089843750000 +-0.092773437500 +-0.263671875000 +-0.025512695312 +0.115722656250 +0.007415771484 +0.130859375000 +0.127929687500 +-0.156250000000 +-0.135742187500 +-0.065917968750 +-0.024047851562 +-0.140625000000 +-0.022583007812 +0.141601562500 +-0.195312500000 +0.171875000000 +0.038085937500 +0.117187500000 +0.034667968750 +0.127929687500 +-0.003967285156 +-0.030883789062 +0.093750000000 +-0.122558593750 +-0.012084960938 +-0.371093750000 +0.124511718750 +-0.025878906250 +0.107910156250 +0.088867187500 +-0.179687500000 +-0.042968750000 +0.013244628906 +-0.010314941406 +0.253906250000 +0.143554687500 +0.098144531250 +0.163085937500 +0.091308593750 +-0.007263183594 +-0.031250000000 +-0.007263183594 +0.069335937500 +0.027343750000 +0.241210937500 +0.006744384766 +0.188476562500 +-0.017944335938 +0.013916015625 +-0.165039062500 +-0.006378173828 +0.119628906250 +-0.004821777344 +0.162109375000 +0.128906250000 +-0.373046875000 +-0.107421875000 +-0.183593750000 +0.134765625000 +0.165039062500 +-0.707031250000 +0.125000000000 +0.326171875000 +-0.033447265625 +-0.139648437500 +0.038085937500 +0.291015625000 +0.055175781250 +0.130859375000 +0.103027343750 +-0.006805419922 +-0.028930664062 +0.019042968750 +0.080566406250 +-0.314453125000 +0.026733398438 +0.046142578125 +0.196289062500 +0.011901855469 +0.063964843750 +0.002182006836 +0.128906250000 +0.004791259766 +-0.104492187500 +0.191406250000 +-0.091308593750 +0.042968750000 +-0.098144531250 +-0.028686523438 +0.068847656250 +-0.199218750000 +0.088378906250 +-0.025390625000 +0.040527343750 +-0.048583984375 +0.009948730469 +0.220703125000 +0.097656250000 +0.021484375000 +-0.090820312500 +0.100585937500 +0.127929687500 +-0.023925781250 +0.068847656250 +-0.030883789062 +0.023071289062 +-0.087890625000 +-0.281250000000 +0.096679687500 +0.119140625000 +-0.083984375000 +0.051513671875 +0.153320312500 +-0.083007812500 +0.092773437500 +0.022949218750 +0.074707031250 +0.018066406250 +0.100585937500 +-0.208007812500 +0.099609375000 +0.007598876953 +0.064453125000 +-0.152343750000 +0.092285156250 +-0.197265625000 +-0.306640625000 +0.087402343750 +-0.086425781250 +0.084960937500 +-0.046630859375 +-0.127929687500 +-0.074218750000 +-0.408203125000 +0.224609375000 +-0.159179687500 +0.021118164062 +0.095703125000 +-0.157226562500 +-0.157226562500 +0.122558593750 +-0.233398437500 +0.022094726562 +0.085449218750 +-0.086425781250 +-0.045898437500 +-0.349609375000 +0.082031250000 +-0.093261718750 +0.058349609375 +0.023925781250 +0.020629882812 +0.019531250000 +-0.130859375000 +0.124511718750 +0.080078125000 +-0.414062500000 +-0.018188476562 +-0.201171875000 +0.190429687500 +0.160156250000 +-0.045166015625 +0.026123046875 +0.060791015625 +-0.369140625000 +-0.089355468750 +-0.225585937500 +0.152343750000 +-0.077148437500 +-0.097656250000 +-0.255859375000 +-0.181640625000 +0.077148437500 +0.052978515625 +-0.213867187500 +0.024536132812 +0.080566406250 +-0.191406250000 +-0.013061523438 +-0.156250000000 +0.119628906250 +-0.138671875000 +0.028930664062 +-0.078613281250 +0.143554687500 +-0.275390625000 +0.189453125000 +-0.038574218750 +-0.511718750000 +-0.067871093750 +-0.190429687500 +0.000310897827 +0.022094726562 +0.150390625000 +-0.365234375000 +0.000949859619 +-0.162109375000 +-0.353515625000 +-0.064453125000 +0.045166015625 +-0.333984375000 +0.034179687500 +-0.002807617188 +-0.091308593750 +0.002944946289 +0.214843750000 +-0.153320312500 +0.135742187500 +-0.220703125000 +0.079101562500 +-0.660156250000 +0.033935546875 +-0.245117187500 +0.076660156250 +-0.026977539062 +0.054199218750 +0.037841796875 +-0.036865234375 +0.250000000000 +0.071289062500 +-0.206054687500 +-0.162109375000 +0.038085937500 +0.088867187500 +0.119628906250 +0.257812500000 +0.034423828125 +0.240234375000 +-0.574218750000 +-0.125976562500 +-0.030395507812 +0.090332031250 +-0.123535156250 +-0.112792968750 +-0.047119140625 +-0.062255859375 +-0.186523437500 +0.052734375000 +0.011474609375 +-0.001350402832 +-0.009643554688 +0.058105468750 +-0.011108398438 +-0.064453125000 +0.163085937500 +-0.117675781250 +-0.136718750000 +-0.026977539062 +-0.093261718750 +-0.153320312500 +-0.005981445312 +0.069335937500 +-0.558593750000 +-0.007781982422 +0.143554687500 +-0.096679687500 +0.138671875000 +0.121582031250 +-0.441406250000 +0.174804687500 +0.121582031250 +-0.178710937500 +-0.108886718750 +0.047119140625 +-0.156250000000 +-0.130859375000 +0.170898437500 +-0.054443359375 +-0.077148437500 +0.099609375000 +-0.092773437500 +0.076171875000 +-0.125976562500 +-0.026611328125 +-0.507812500000 +0.038085937500 +-0.035644531250 +0.015869140625 +-0.066894531250 +0.102050781250 +0.024414062500 +-0.075683593750 +0.097167968750 +-0.142578125000 +-0.131835937500 +-0.382812500000 +0.144531250000 +0.186523437500 +0.105957031250 +-0.003677368164 +-0.205078125000 +-0.039062500000 +-0.419921875000 +-0.059082031250 +0.025024414062 +0.145507812500 +-0.022094726562 +-0.137695312500 +-0.191406250000 +-0.050048828125 +0.056640625000 +-0.244140625000 +0.013183593750 +-0.038574218750 +0.140625000000 +-0.052490234375 +0.038330078125 +-0.239257812500 +-0.075683593750 +0.059326171875 +-0.058593750000 +-0.068847656250 +0.028686523438 +-0.028808593750 +-0.117675781250 +-0.008605957031 +-0.486328125000 +-0.093261718750 +0.143554687500 +-0.173828125000 +-0.127929687500 +0.218750000000 +-0.431640625000 +0.066894531250 +-0.097656250000 +-0.174804687500 +-0.180664062500 +0.036865234375 +0.255859375000 +0.036865234375 +0.099121093750 +0.074707031250 +-0.261718750000 +0.114746093750 +0.009521484375 +-0.172851562500 +-0.127929687500 +-0.035888671875 +-0.578125000000 +-0.070800781250 +-0.149414062500 +0.029907226562 +-0.104980468750 +0.059814453125 +-0.058349609375 +-0.080078125000 +0.157226562500 +-0.322265625000 +-0.392578125000 +0.023071289062 +0.134765625000 +0.084960937500 +-0.103027343750 +-0.016601562500 +0.052978515625 +-0.064453125000 +-0.660156250000 +-0.001541137695 +-0.009582519531 +0.100097656250 +-0.079589843750 +-0.080078125000 +-0.056152343750 +-0.052978515625 +0.019775390625 +-0.123535156250 +0.147460937500 +0.089355468750 +0.021972656250 +-0.102050781250 +0.035644531250 +0.009704589844 +-0.406250000000 +0.137695312500 +-0.038574218750 +0.011779785156 +-0.021240234375 +0.108398437500 +0.065917968750 +0.037597656250 +-0.045166015625 +-0.031250000000 +0.180664062500 +0.076660156250 +-0.055908203125 +-0.124511718750 +-0.373046875000 +-0.013488769531 +0.149414062500 +-0.062011718750 +-0.059326171875 +-0.017089843750 +-0.141601562500 +-0.265625000000 +0.038085937500 +0.014831542969 +-0.215820312500 +-0.239257812500 +0.125976562500 +-0.136718750000 +0.041259765625 +-0.068847656250 +-0.251953125000 +-0.142578125000 +0.034179687500 +-0.027465820312 +-0.102539062500 +0.052490234375 +0.067382812500 +0.039306640625 +0.210937500000 +-0.326171875000 +-0.057128906250 +0.218750000000 +0.068847656250 +0.056396484375 +0.018676757812 +0.199218750000 +0.103027343750 +-0.341796875000 +-0.488281250000 +-0.051025390625 +-0.257812500000 +0.097656250000 +0.010681152344 +-0.150390625000 +-0.045654296875 +-0.046386718750 +-0.103515625000 +-0.110839843750 +-0.032714843750 +0.088378906250 +-0.044433593750 +-0.127929687500 +-0.115234375000 +0.160156250000 +-0.235351562500 +0.040283203125 +0.049316406250 +-0.255859375000 +0.000471115112 +0.034667968750 +0.209960937500 +-0.042480468750 +0.259765625000 +-0.247070312500 +0.028564453125 +0.016479492188 +0.083007812500 +-0.209960937500 +-0.133789062500 +-0.023437500000 +-0.047119140625 +-0.026855468750 +-0.229492187500 +-0.132812500000 +0.062988281250 +-0.103027343750 +-0.208007812500 +0.080078125000 +0.013854980469 +-0.402343750000 +0.106445312500 +-0.005645751953 +-0.003585815430 +-0.172851562500 +-0.707031250000 +-0.074707031250 +-0.156250000000 +-0.069824218750 +-0.232421875000 +-0.054443359375 +0.105957031250 +0.019531250000 +0.174804687500 +-0.029052734375 +-0.002120971680 +0.148437500000 +-0.011779785156 +0.031494140625 +0.127929687500 +0.143554687500 +0.034912109375 +-0.273437500000 +-0.019042968750 +-0.012756347656 +-0.186523437500 +-0.004608154297 +-0.135742187500 +0.188476562500 +0.053710937500 +-0.121093750000 +-0.076660156250 +-0.080566406250 +0.077636718750 +-0.010314941406 +0.093261718750 +-0.010070800781 +-0.166015625000 +0.172851562500 +-0.153320312500 +0.092773437500 +0.039062500000 +-0.187500000000 +-0.210937500000 +-0.035156250000 +-0.077148437500 +0.056396484375 +0.046142578125 +-0.277343750000 +-0.005828857422 +0.067871093750 +-0.028686523438 +-0.324218750000 +0.359375000000 +-0.162109375000 +-0.310546875000 +0.116210937500 +-0.221679687500 +0.004119873047 +-0.001068115234 +-0.199218750000 +-0.094726562500 +-0.012268066406 +0.129882812500 +-0.484375000000 +-0.048339843750 +0.068847656250 +0.012145996094 +-0.208984375000 +-0.496093750000 +-0.172851562500 +-0.193359375000 +0.009033203125 +-0.111328125000 +-0.001625061035 +-0.063476562500 +0.041748046875 +-0.306640625000 +0.269531250000 +-0.312500000000 +0.037353515625 +0.239257812500 +-0.022338867188 +-0.152343750000 +-0.037841796875 +-0.179687500000 +0.003036499023 +-0.031005859375 +0.008117675781 +0.115234375000 +0.149414062500 +-0.219726562500 +0.100585937500 +0.116210937500 +-0.170898437500 +0.202148437500 +0.024047851562 +-0.123046875000 +-0.075195312500 +-0.099121093750 +0.081542968750 +0.032714843750 +0.113281250000 +0.088378906250 +0.067871093750 +0.130859375000 +-0.030273437500 +-0.126953125000 +-0.019409179688 +-0.065429687500 +-0.122558593750 +0.171875000000 +0.075195312500 +-0.025390625000 +0.040771484375 +-0.298828125000 +0.076171875000 +0.223632812500 +-0.080566406250 +0.217773437500 +-0.095214843750 +0.021606445312 +-0.271484375000 +-0.179687500000 +-0.034423828125 +-0.077636718750 +-0.129882812500 +0.291015625000 +-0.068847656250 +-0.057617187500 +0.029907226562 +-0.058593750000 +0.065917968750 +-0.435546875000 +0.111816406250 +0.244140625000 +-0.261718750000 +-0.000478744507 +-0.033691406250 +0.064941406250 +-0.125976562500 +0.137695312500 +0.110839843750 +-0.032958984375 +0.057128906250 +0.107910156250 +0.088378906250 +0.024536132812 +0.078613281250 +0.166992187500 +0.086425781250 +0.090820312500 +0.158203125000 +0.182617187500 +-0.026367187500 +0.087890625000 +0.181640625000 +-0.060791015625 +0.166015625000 +0.074707031250 +0.099121093750 +0.050292968750 +0.036621093750 +0.020141601562 +-0.003280639648 +-0.265625000000 +0.004058837891 +-0.308593750000 +-0.089843750000 +-0.326171875000 +0.086914062500 +-0.039306640625 +0.005004882812 +0.061279296875 +-0.015869140625 +-0.015869140625 +-0.027954101562 +-0.072265625000 +-0.079101562500 +-0.030517578125 +0.018676757812 +0.083496093750 +-0.081054687500 +0.048095703125 +-0.008850097656 +-0.021118164062 +-0.550781250000 +-0.231445312500 +-0.141601562500 +0.076660156250 +-0.151367187500 +0.004364013672 +0.087890625000 +-0.178710937500 +-0.142578125000 +-0.294921875000 +-0.081054687500 +-0.114257812500 +-0.332031250000 +0.117675781250 +-0.531250000000 +0.007598876953 +-0.026367187500 +-0.125000000000 +-0.109863281250 +-0.146484375000 +-0.077148437500 +0.059326171875 +-0.265625000000 +0.088867187500 +-0.035888671875 +-0.156250000000 +0.122558593750 +-0.240234375000 +-0.124511718750 +0.090820312500 +0.079589843750 +-0.107910156250 +0.010620117188 +0.009155273438 +-0.007354736328 +-0.255859375000 +-0.043945312500 +-0.030517578125 +-0.021606445312 +-0.115722656250 +-0.024047851562 +0.125976562500 +0.041748046875 +-0.145507812500 +0.146484375000 +-0.234375000000 +-0.154296875000 +0.156250000000 +-0.021118164062 +0.054687500000 +-0.129882812500 +0.202148437500 +-0.089843750000 +-0.285156250000 +0.056884765625 +-0.087402343750 +-0.079589843750 +-0.061523437500 +0.069824218750 +-0.072753906250 +-0.026000976562 +-0.193359375000 +0.014526367188 +-0.098632812500 +-0.269531250000 +0.033935546875 +0.026367187500 +0.016235351562 +-0.025268554688 +-0.324218750000 +0.039306640625 +0.007934570312 +-0.047119140625 +-0.103515625000 +-0.147460937500 +0.154296875000 +-0.188476562500 +-0.096679687500 +0.000617980957 +-0.114746093750 +0.056396484375 +-0.640625000000 +-0.052246093750 +-0.089355468750 +0.034912109375 +-0.042480468750 +-0.482421875000 +-0.294921875000 +-0.040039062500 +-0.120605468750 +-0.085937500000 +0.087402343750 +-0.052001953125 +-0.316406250000 +0.097656250000 +-0.242187500000 +0.060546875000 +-0.259765625000 +0.107421875000 +-0.154296875000 +-0.128906250000 +-0.175781250000 +0.012451171875 +-0.095703125000 +0.105957031250 +-0.023193359375 +0.076660156250 +-0.007659912109 +-0.086914062500 +-0.048095703125 +-0.066406250000 +0.244140625000 +-0.004913330078 +0.073730468750 +-0.035888671875 +0.060546875000 +0.109863281250 +-0.341796875000 +-0.045654296875 +0.077148437500 +-0.253906250000 +-0.000675201416 +-0.137695312500 +-0.135742187500 +0.073730468750 +-0.361328125000 +0.085449218750 +-0.062255859375 +-0.171875000000 +0.010559082031 +-0.144531250000 +0.037353515625 +0.152343750000 +-0.281250000000 +-0.027587890625 +0.020263671875 +-0.177734375000 +-0.039306640625 +-0.294921875000 +0.181640625000 +0.021728515625 +-0.238281250000 +-0.013854980469 +0.029663085938 +-0.064453125000 +-0.306640625000 +0.250000000000 +0.179687500000 +0.075683593750 +-0.390625000000 +-0.228515625000 +-0.550781250000 +0.176757812500 +-0.052001953125 +-0.213867187500 +0.176757812500 +0.062988281250 +-0.597656250000 +0.032226562500 +-0.494140625000 +-0.092773437500 +-0.205078125000 +-0.060058593750 +-0.166992187500 +-0.328125000000 +-0.306640625000 +0.233398437500 +-0.235351562500 +-0.033203125000 +-0.108886718750 +-0.056884765625 +-0.035400390625 +-0.069824218750 +-0.449218750000 +-0.196289062500 +0.069335937500 +0.003234863281 +0.078613281250 +-0.123046875000 +0.059570312500 +0.097656250000 +-0.145507812500 +-0.273437500000 +0.146484375000 +-0.150390625000 +-0.069824218750 +-0.304687500000 +-0.019165039062 +0.226562500000 +-0.347656250000 +0.138671875000 +0.158203125000 +-0.024047851562 +-0.112792968750 +-0.271484375000 +-0.089355468750 +0.091796875000 +-0.203125000000 +-0.040527343750 +0.117187500000 +-0.302734375000 +0.000320434570 +-0.355468750000 +0.289062500000 +0.012756347656 +-0.289062500000 +-0.128906250000 +0.076171875000 +-0.154296875000 +-0.392578125000 +0.059814453125 +0.140625000000 +0.216796875000 +-0.404296875000 +-0.182617187500 +-0.186523437500 +-0.127929687500 +-0.019409179688 +0.030883789062 +0.027343750000 +0.089355468750 +-0.824218750000 +-0.076171875000 +-0.209960937500 +-0.094726562500 +-0.211914062500 +0.148437500000 +0.005157470703 +-0.250000000000 +-0.451171875000 +-0.051757812500 +-0.191406250000 +0.105468750000 +-0.070312500000 +0.244140625000 +0.022094726562 +-0.137695312500 +-0.419921875000 +0.039794921875 +-0.034423828125 +0.099609375000 +-0.100585937500 +0.003601074219 +-0.135742187500 +0.036621093750 +0.083496093750 +-0.103027343750 +0.115722656250 +-0.032714843750 +-0.044433593750 +-0.412109375000 +0.136718750000 +0.291015625000 +-0.214843750000 +0.157226562500 +0.119140625000 +0.050292968750 +-0.211914062500 +-0.103515625000 +-0.069335937500 +0.157226562500 +0.189453125000 +-0.052490234375 +0.139648437500 +-0.080078125000 +-0.025878906250 +-0.093261718750 +-0.025878906250 +0.061035156250 +-0.163085937500 +-0.016601562500 +0.068847656250 +-0.189453125000 +-0.047607421875 +-0.166992187500 +-0.042480468750 +0.082031250000 +-0.656250000000 +0.019653320312 +-0.105468750000 +-0.051025390625 +-0.042236328125 +-0.257812500000 +-0.116210937500 +0.137695312500 +-1.078125000000 +-0.107910156250 +0.019531250000 +-0.062500000000 +-0.077636718750 +-0.069824218750 +-0.060058593750 +-0.357421875000 +-0.302734375000 +-0.283203125000 +0.132812500000 +0.098632812500 +0.103515625000 +-0.220703125000 +-0.045654296875 +-0.133789062500 +0.041748046875 +0.039062500000 +-0.281250000000 +0.071777343750 +-0.228515625000 +0.261718750000 +0.184570312500 +-0.113281250000 +0.093261718750 +0.034912109375 +-0.052490234375 +0.148437500000 +-0.061767578125 +-0.114746093750 +0.087402343750 +0.001968383789 +0.186523437500 +0.171875000000 +0.129882812500 +-0.057861328125 +-0.115722656250 +0.046630859375 +-0.012145996094 +-0.146484375000 +0.233398437500 +-0.070312500000 +-0.118164062500 +-0.133789062500 +0.101562500000 +0.086425781250 +-0.419921875000 +0.078125000000 +0.139648437500 +-0.033203125000 +0.116210937500 +-0.188476562500 +0.049560546875 +-0.115722656250 +-0.279296875000 +0.128906250000 +-0.314453125000 +-0.071289062500 +0.104003906250 +0.098144531250 +0.281250000000 +0.013977050781 +-0.072753906250 +0.202148437500 +-0.523437500000 +-0.010253906250 +0.244140625000 +-0.077148437500 +-0.084960937500 +0.077636718750 +0.009765625000 +-0.267578125000 +-0.433593750000 +-0.404296875000 +0.244140625000 +-0.101562500000 +0.176757812500 +-0.066406250000 +-0.189453125000 +0.041992187500 +0.074218750000 +-0.062255859375 +-0.029296875000 +0.114746093750 +-0.032714843750 +0.018798828125 +-0.160156250000 +-0.021606445312 +0.023071289062 +-0.183593750000 +-0.045898437500 +0.099121093750 +-0.051025390625 +0.036376953125 +0.023315429688 +-0.043212890625 +-0.031127929688 +-0.304687500000 +-0.466796875000 +0.012390136719 +-0.032470703125 +0.029907226562 +0.065429687500 +0.008605957031 +0.125976562500 +0.046386718750 +-0.126953125000 +-0.204101562500 +-0.153320312500 +0.046875000000 +-0.107421875000 +-0.012573242188 +0.125976562500 +0.185546875000 +-0.265625000000 +-0.014831542969 +0.226562500000 +0.127929687500 +0.310546875000 +-0.080078125000 +0.142578125000 +0.431640625000 +0.002593994141 +0.209960937500 +0.033203125000 +0.149414062500 +-0.166015625000 +-0.113769531250 +-0.045898437500 +-0.010742187500 +-0.048095703125 +0.018310546875 +-0.324218750000 +0.102539062500 +-0.139648437500 +0.020141601562 +-0.030151367188 +-0.026611328125 +-0.111328125000 +0.022583007812 +-0.091308593750 +0.091796875000 +-0.056152343750 +-0.009460449219 +0.160156250000 +0.048828125000 +0.090332031250 +-0.210937500000 +0.241210937500 +-0.047363281250 +0.062255859375 +0.061035156250 +0.030761718750 +-0.127929687500 +0.067382812500 +-0.079589843750 +-0.042968750000 +0.085449218750 +0.009338378906 +0.079589843750 +-0.245117187500 +-0.083496093750 +-0.478515625000 +-0.079101562500 +-0.218750000000 +0.109375000000 +0.121582031250 +-0.061279296875 +-0.068847656250 +-0.151367187500 +0.027832031250 +-0.024780273438 +-0.322265625000 +-0.265625000000 +-0.042968750000 +-0.069824218750 +0.104980468750 +0.235351562500 +-0.084472656250 +-0.081542968750 +-0.086914062500 +0.158203125000 +-0.149414062500 +0.037353515625 +-0.025024414062 +0.154296875000 +0.120117187500 +0.052001953125 +0.036621093750 +-0.092773437500 +-0.076171875000 +0.040771484375 +0.171875000000 +0.097167968750 +-0.022583007812 +-0.208984375000 +-0.139648437500 +0.124023437500 +0.201171875000 +0.086914062500 +-0.044677734375 +-0.028564453125 +0.011596679688 +-0.161132812500 +-0.004455566406 +0.120117187500 +-0.132812500000 +0.025390625000 +0.043457031250 +-0.073242187500 +-0.059814453125 +-0.068359375000 +-0.064453125000 +-0.197265625000 +0.033935546875 +0.078125000000 +0.004791259766 +0.062011718750 +0.000089645386 +0.085937500000 +0.001541137695 +0.085449218750 +0.083007812500 +0.093750000000 +-0.353515625000 +0.173828125000 +-0.142578125000 +-0.000968933105 +-0.186523437500 +0.065917968750 +-0.050781250000 +-0.012634277344 +0.053466796875 +-0.133789062500 +0.003570556641 +-0.094238281250 +-0.198242187500 +-0.059814453125 +0.057861328125 +-0.119628906250 +-0.237304687500 +0.232421875000 +0.038085937500 +-0.048095703125 +0.010437011719 +0.085937500000 +0.194335937500 +-0.151367187500 +-0.028076171875 +-0.123535156250 +-0.019042968750 +0.111328125000 +0.002319335938 +-0.082031250000 +0.075683593750 +-0.065429687500 +-0.269531250000 +0.023559570312 +-0.038085937500 +-0.161132812500 +-0.042480468750 +0.080566406250 +0.151367187500 +-0.028442382812 +-0.041015625000 +-0.041503906250 +-0.072753906250 +-0.078125000000 +-0.013793945312 +0.131835937500 +-0.061035156250 +-0.046875000000 +0.166015625000 +-0.500000000000 +0.051757812500 +-0.271484375000 +-0.202148437500 +-0.166992187500 +0.083496093750 +0.055908203125 +-0.018798828125 +0.018188476562 +0.066894531250 +-0.113281250000 +-0.085449218750 +-0.019897460938 +0.042236328125 +0.114257812500 +-0.229492187500 +0.120605468750 +-0.130859375000 +0.101562500000 +-0.074707031250 +0.061279296875 +-0.142578125000 +-0.058837890625 +-0.051269531250 +-0.095214843750 +-0.068847656250 +-0.077148437500 +-0.141601562500 +-0.115722656250 +0.213867187500 +-0.222656250000 +0.054199218750 +-0.283203125000 +-0.058105468750 +0.019897460938 +0.164062500000 +-0.048828125000 +-0.145507812500 +-0.179687500000 +0.052001953125 +0.232421875000 +0.063964843750 +0.052246093750 +0.032226562500 +0.160156250000 +-0.004150390625 +-0.217773437500 +-0.054931640625 +-0.185546875000 +0.080566406250 +0.116699218750 +-0.066894531250 +-0.109375000000 +0.234375000000 +0.067382812500 +0.103027343750 +0.083496093750 +-0.093261718750 +0.097656250000 +0.076171875000 +0.104980468750 +-0.079101562500 +0.036376953125 +0.012145996094 +-0.001525878906 +0.063964843750 +-0.085449218750 +-0.163085937500 +-0.077148437500 +-0.044677734375 +-0.009582519531 +0.050537109375 +-0.031494140625 +0.009033203125 +0.021118164062 +-0.138671875000 +-0.011291503906 +0.101562500000 +-0.035156250000 +-0.023315429688 +-0.022094726562 +0.096679687500 +0.062500000000 +0.167968750000 +0.143554687500 +0.088378906250 +-0.090820312500 +-0.062500000000 +-0.030517578125 +-0.122558593750 +-0.148437500000 +0.097167968750 +0.006774902344 +0.098632812500 +-0.019042968750 +-0.009277343750 +0.005310058594 +-0.116210937500 +0.025390625000 +0.107421875000 +-0.150390625000 +-0.202148437500 +0.097167968750 +0.063964843750 +0.181640625000 +-0.108886718750 +-0.119140625000 +-0.068847656250 +0.144531250000 +0.095703125000 +-0.011230468750 +-0.160156250000 +-0.312500000000 +0.160156250000 +0.079101562500 +0.048095703125 +-0.040771484375 +-0.058593750000 +0.059814453125 +0.115234375000 +0.109375000000 +-0.150390625000 +-0.082519531250 +0.225585937500 +0.091308593750 +0.195312500000 +-0.029174804688 +0.021362304688 +0.150390625000 +0.178710937500 +-0.243164062500 +-0.008056640625 +-0.163085937500 +-0.037353515625 +-0.004486083984 +-0.082031250000 +-0.230468750000 +-0.077148437500 +-0.057373046875 +-0.036132812500 +-0.046142578125 +0.135742187500 +0.007568359375 +0.100585937500 +-0.038574218750 +0.057373046875 +0.065917968750 +0.138671875000 +0.040527343750 +-0.098632812500 +0.035644531250 +-0.141601562500 +0.055419921875 +-0.059814453125 +0.038574218750 +-0.012145996094 +0.096679687500 +-0.036621093750 +-0.039550781250 +0.008850097656 +0.241210937500 +-0.112792968750 +-0.022338867188 +-0.221679687500 +-0.041992187500 +0.013122558594 +0.142578125000 +0.018676757812 +0.127929687500 +0.052978515625 +0.105468750000 +-0.294921875000 +0.050048828125 +-0.160156250000 +0.010986328125 +0.169921875000 +0.026489257812 +-0.049072265625 +-0.036621093750 +-0.179687500000 +0.160156250000 +0.075683593750 +0.070800781250 +-0.067382812500 +-0.322265625000 +-0.107421875000 +0.006561279297 +-0.199218750000 +-0.109863281250 +-0.145507812500 +0.010009765625 +-0.292968750000 +0.237304687500 +0.051513671875 +-0.175781250000 +0.200195312500 +-0.363281250000 +-0.055175781250 +-0.019165039062 +0.076660156250 +0.062255859375 +-0.034179687500 +-0.001922607422 +-0.051757812500 +-0.057617187500 +-0.000157356262 +-0.060791015625 +0.017822265625 +0.191406250000 +0.125976562500 +0.031738281250 +0.107421875000 +0.019897460938 +-0.062988281250 +0.102050781250 +0.078125000000 +0.091308593750 +-0.053222656250 +-0.112792968750 +-0.136718750000 +-0.253906250000 +-0.112304687500 +0.011230468750 +-0.124511718750 +0.179687500000 +-0.045898437500 +0.188476562500 +-0.363281250000 +0.054443359375 +0.168945312500 +-0.041015625000 +0.087890625000 +0.066406250000 +0.086425781250 +-0.064453125000 +-0.096679687500 +-0.333984375000 +-0.022583007812 +0.037841796875 +0.144531250000 +0.177734375000 +-0.030395507812 +-0.087890625000 +-0.178710937500 +0.091796875000 +0.123535156250 +0.040039062500 +0.004333496094 +-0.312500000000 +-0.064453125000 +0.174804687500 +-0.439453125000 +-0.117187500000 +-0.267578125000 +-0.098632812500 +-0.119140625000 +-0.632812500000 +-0.236328125000 +-0.108398437500 +0.050292968750 +-0.030883789062 +0.173828125000 +0.080078125000 +-0.087890625000 +-0.126953125000 +0.024902343750 +-0.048828125000 +-0.052490234375 +0.035156250000 +0.039550781250 +0.026000976562 +0.029296875000 +-0.283203125000 +-0.308593750000 +0.047607421875 +0.034667968750 +0.064453125000 +-0.012390136719 +-0.117675781250 +0.020629882812 +-0.062988281250 +-0.179687500000 +-0.104980468750 +0.154296875000 +0.000177383423 +0.384765625000 +0.142578125000 +0.068359375000 +0.265625000000 +0.099609375000 +0.046875000000 +0.170898437500 +-0.002960205078 +0.120605468750 +-0.045166015625 +-0.036865234375 +-0.271484375000 +-0.291015625000 +-0.066406250000 +-0.194335937500 +-0.298828125000 +-0.175781250000 +-0.050048828125 +0.003997802734 +-0.210937500000 +-0.122070312500 +-0.886718750000 +0.131835937500 +0.081542968750 +-0.084960937500 +0.133789062500 +-0.061523437500 +0.069824218750 +-0.041748046875 +0.065917968750 +0.046875000000 +-0.055175781250 +0.047851562500 +-0.000419616699 +0.042968750000 +-0.207031250000 +0.235351562500 +-0.112304687500 +-0.308593750000 +-0.027709960938 +0.078613281250 +0.155273437500 +0.040527343750 +0.206054687500 +-0.144531250000 +-0.058837890625 +0.046386718750 +-0.072265625000 +-0.156250000000 +0.027709960938 +-0.064453125000 +-0.234375000000 +-0.243164062500 +-0.077636718750 +-0.071289062500 +0.031738281250 +0.010253906250 +-0.090820312500 +-0.070800781250 +-0.069824218750 +-0.601562500000 +-0.086914062500 +-0.078125000000 +-0.022216796875 +-0.046875000000 +0.044189453125 +-0.044921875000 +0.137695312500 +-0.142578125000 +-0.040039062500 +-0.083007812500 +0.061523437500 +0.123535156250 +-0.032226562500 +-0.072753906250 +-0.231445312500 +-0.105957031250 +-0.161132812500 +-0.151367187500 +-0.215820312500 +0.082519531250 +0.037109375000 +-0.074707031250 +-0.102050781250 +0.023681640625 +-0.593750000000 +-0.044921875000 +-0.016601562500 +-0.142578125000 +-0.107421875000 +0.032714843750 +-0.324218750000 +-0.102539062500 +-0.037353515625 +-0.031005859375 +0.001220703125 +0.101562500000 +-0.011779785156 +-0.016357421875 +0.026611328125 +0.173828125000 +-0.060546875000 +0.119140625000 +0.036865234375 +-0.328125000000 +-0.067382812500 +-0.001953125000 +-0.010192871094 +0.048339843750 +-0.077636718750 +0.217773437500 +0.076660156250 +-0.030883789062 +0.100097656250 +-0.056640625000 +0.015136718750 +-0.265625000000 +-0.117187500000 +0.008666992188 +0.046630859375 +-0.029907226562 +0.118652343750 +-0.131835937500 +0.089355468750 +-0.531250000000 +-0.012329101562 +-0.225585937500 +0.062500000000 +-0.062011718750 +-0.039550781250 +0.123535156250 +-0.226562500000 +-0.167968750000 +0.044677734375 +-0.110351562500 +-0.017211914062 +-0.117675781250 +-0.004882812500 +0.120605468750 +-0.040039062500 +0.070312500000 +0.020385742188 +-0.279296875000 +-0.230468750000 +0.211914062500 +-0.030639648438 +0.012939453125 +0.196289062500 +-0.104980468750 +-0.378906250000 +-0.166015625000 +0.016845703125 +0.126953125000 +-0.111328125000 +0.030761718750 +-0.109863281250 +0.057861328125 +-0.052734375000 +-0.030029296875 +0.055419921875 +-0.060546875000 +0.003677368164 +0.012512207031 +0.081542968750 +-0.029052734375 +-0.092773437500 +-0.192382812500 +-0.089355468750 +0.004516601562 +-0.024780273438 +-0.125976562500 +0.014038085938 +-0.090332031250 +-0.160156250000 +0.110351562500 +0.057617187500 +0.031494140625 +-0.033691406250 +-0.156250000000 +0.213867187500 +-0.196289062500 +-0.169921875000 +-0.072753906250 +0.053710937500 +-0.033691406250 +-0.031005859375 +-0.380859375000 +0.166015625000 +-0.277343750000 +-0.049804687500 +-0.201171875000 +0.084472656250 +-0.143554687500 +-0.063476562500 +0.082031250000 +-0.057861328125 +-0.316406250000 +0.098144531250 +0.126953125000 +0.155273437500 +-0.166992187500 +-0.069824218750 +0.059570312500 +-0.108886718750 +-0.070312500000 +0.026855468750 +0.089843750000 +-0.003448486328 +0.064453125000 +-0.014099121094 +-0.281250000000 +0.166992187500 +-0.157226562500 +-0.386718750000 +-0.076171875000 +0.076660156250 +0.033691406250 +0.031738281250 +0.152343750000 +0.008911132812 +0.030639648438 +0.053466796875 +0.090820312500 +0.095703125000 +-0.108886718750 +0.006469726562 +-0.048583984375 +-0.049560546875 +-0.081054687500 +-0.068359375000 +-0.117675781250 +-0.001815795898 +-0.001968383789 +-0.048095703125 +-0.156250000000 +-0.472656250000 +-0.152343750000 +0.016357421875 +0.281250000000 +-0.051269531250 +0.069824218750 +-0.183593750000 +-0.219726562500 +0.082031250000 +-0.145507812500 +0.076171875000 +-0.031738281250 +-0.028198242188 +-0.035888671875 +-0.146484375000 +-0.044189453125 +0.044433593750 +-0.098632812500 +0.058837890625 +0.044677734375 +0.064453125000 +-0.089843750000 +-0.047607421875 +-0.038330078125 +0.253906250000 +-0.245117187500 +-0.135742187500 +0.191406250000 +0.114257812500 +0.013061523438 +-0.283203125000 +-0.090820312500 +-0.240234375000 +-0.162109375000 +-0.102050781250 +-0.145507812500 +-0.148437500000 +0.062988281250 +-0.025024414062 +-0.136718750000 +-0.095703125000 +-0.155273437500 +-0.296875000000 +-0.015258789062 +-0.052001953125 +0.016845703125 +0.146484375000 +0.010681152344 +0.037597656250 +-0.125000000000 +-0.024780273438 +-0.003997802734 +0.044189453125 +-0.082519531250 +0.063964843750 +-0.004913330078 +-0.006317138672 +-0.215820312500 +-0.016235351562 +-0.107910156250 +0.065917968750 +-0.041748046875 +-0.172851562500 +-0.086914062500 +-0.037841796875 +-0.114746093750 +-0.207031250000 +0.076660156250 +0.096679687500 +0.053222656250 +-0.075195312500 +-0.320312500000 +-0.136718750000 +-0.036865234375 +-0.007110595703 +0.204101562500 +-0.033691406250 +0.086914062500 +-0.177734375000 +-0.208007812500 +-0.154296875000 +0.036376953125 +0.028320312500 +0.095703125000 +0.075195312500 +0.076171875000 +0.104003906250 +0.052978515625 +0.204101562500 +-0.058837890625 +0.024536132812 +0.059570312500 +0.024414062500 +0.056396484375 +-0.028564453125 +-0.179687500000 +-0.202148437500 +-0.090332031250 +-0.099609375000 +0.108886718750 +-0.035156250000 +0.026123046875 +0.055419921875 +-0.396484375000 +-0.134765625000 +-0.206054687500 +-0.096679687500 +-0.008605957031 +-0.003295898438 +-0.003189086914 +0.115234375000 +0.119628906250 +-0.047607421875 +-0.047119140625 +0.074707031250 +-0.073242187500 +0.011352539062 +-0.224609375000 +0.046386718750 +-0.069335937500 +-0.075683593750 +-0.161132812500 +-0.023071289062 +-0.049804687500 +0.096191406250 +0.008972167969 +-0.013732910156 +-0.148437500000 +0.083496093750 +-0.149414062500 +-0.055908203125 +-0.030029296875 +0.074707031250 +0.010620117188 +-0.119628906250 +0.142578125000 +-0.043212890625 +0.024902343750 +-0.034423828125 +0.009521484375 +-0.155273437500 +0.012023925781 +-0.094238281250 +0.098144531250 +0.062500000000 +0.039306640625 +0.079101562500 +0.126953125000 +0.045654296875 +0.108886718750 +-0.073242187500 +-0.055664062500 +-0.170898437500 +0.041503906250 +-0.059326171875 +0.310546875000 +-0.039550781250 +0.130859375000 +-0.082519531250 +-0.059570312500 +-0.024536132812 +-0.060058593750 +-0.086425781250 +-0.095214843750 +0.255859375000 +0.006317138672 +0.021606445312 +-0.142578125000 +0.001495361328 +-0.096191406250 +-0.082031250000 +-0.047363281250 +-0.070312500000 +0.106933593750 +-0.018920898438 +0.030883789062 +-0.257812500000 +-0.040527343750 +-0.012084960938 +0.060302734375 +-0.210937500000 +-0.230468750000 +0.046386718750 +-0.087890625000 +0.050781250000 +-0.351562500000 +-0.110839843750 +-0.134765625000 +-0.118164062500 +0.208007812500 +0.078125000000 +0.126953125000 +-0.182617187500 +-0.018798828125 +-0.017456054688 +-0.202148437500 +-0.103027343750 +-0.092773437500 +0.081054687500 +0.065917968750 +-0.204101562500 +-0.195312500000 +0.047851562500 +-0.113281250000 +0.070312500000 +-0.133789062500 +0.138671875000 +0.025390625000 +-0.037109375000 +0.057617187500 +0.171875000000 +-0.198242187500 +-0.043212890625 +0.143554687500 +-0.003845214844 +0.081054687500 +-0.151367187500 +-0.097167968750 +-0.002929687500 +0.204101562500 +0.056396484375 +-0.035400390625 +0.000253677368 +-0.091796875000 +-0.093750000000 +-0.098144531250 +0.213867187500 +-0.025390625000 +0.031982421875 +-0.045166015625 +0.107910156250 +-0.058837890625 +-0.494140625000 +0.179687500000 +-0.125000000000 +-0.038818359375 +0.140625000000 +0.163085937500 +0.003097534180 +0.039550781250 +-0.209960937500 +0.103515625000 +-0.554687500000 +0.165039062500 +0.020629882812 +-0.083984375000 +0.068359375000 +0.004669189453 +0.041503906250 +0.095703125000 +-0.285156250000 +0.034667968750 +-0.005004882812 +0.014770507812 +0.022949218750 +-0.004791259766 +-0.202148437500 +-0.162109375000 +0.085449218750 +-0.123046875000 +-0.081054687500 +0.108886718750 +0.083496093750 +-0.106933593750 +-0.097656250000 +-0.020019531250 +-0.018554687500 +0.046875000000 +0.084472656250 +0.312500000000 +0.084960937500 +0.005584716797 +-0.059570312500 +0.155273437500 +0.035888671875 +0.021850585938 +-0.277343750000 +-0.077148437500 +0.030761718750 +-0.104980468750 +0.053222656250 +-0.414062500000 +0.132812500000 +0.048339843750 +0.056396484375 +-0.075195312500 +-0.004089355469 +0.022216796875 +-0.007995605469 +0.088867187500 +-0.014953613281 +0.099121093750 +0.030639648438 +0.040527343750 +0.091308593750 +0.093261718750 +0.178710937500 +-0.060791015625 +-0.075683593750 +0.185546875000 +0.090820312500 +0.062988281250 +0.140625000000 +0.004180908203 +0.033935546875 +-0.026123046875 +-0.421875000000 +-0.034423828125 +-0.031494140625 +0.103027343750 +0.034667968750 +-0.047851562500 +0.001365661621 +0.041503906250 +-0.189453125000 +-0.039794921875 +0.023315429688 +-0.021728515625 +-0.059814453125 +-0.039794921875 +-0.279296875000 +-0.245117187500 +-0.029785156250 +-0.343750000000 +0.132812500000 +0.034423828125 +0.084472656250 +-0.187500000000 +0.030639648438 +0.028808593750 +-0.019165039062 +0.090820312500 +0.055175781250 +0.069824218750 +0.059814453125 +-0.134765625000 +-0.112792968750 +0.065429687500 +0.066406250000 +-0.113281250000 +-0.404296875000 +-0.028930664062 +0.077636718750 +-0.065917968750 +0.113281250000 +-0.306640625000 +0.076660156250 +-0.122070312500 +0.083007812500 +0.025634765625 +0.076660156250 +-0.103027343750 +0.063964843750 +0.101562500000 +-0.013916015625 +0.026733398438 +0.129882812500 +-0.046875000000 +0.049804687500 +-0.004364013672 +0.008300781250 +0.044677734375 +-0.199218750000 +0.014526367188 +0.031982421875 +0.005401611328 +-0.053222656250 +-0.022338867188 +0.148437500000 +-0.218750000000 +-0.211914062500 +-0.049316406250 +0.037353515625 +0.082519531250 +0.109863281250 +0.107421875000 +0.115722656250 +-0.037597656250 +0.078125000000 +-0.087402343750 +0.035400390625 +-0.079589843750 +-0.109863281250 +-0.056884765625 +0.176757812500 +-0.086914062500 +0.006835937500 +-0.363281250000 +-0.030517578125 +-0.042480468750 +0.023437500000 +-0.122558593750 +0.113281250000 +0.040283203125 +0.024536132812 +0.007324218750 +-0.050537109375 +-0.208984375000 +-0.015747070312 +0.189453125000 +-0.071289062500 +0.115722656250 +-0.007141113281 +-0.221679687500 +-0.291015625000 +0.023559570312 +-0.040283203125 +-0.068359375000 +0.072265625000 +-0.133789062500 +-0.026733398438 +-0.113281250000 +0.074707031250 +0.087402343750 +-0.010864257812 +-0.075683593750 +0.062500000000 +0.191406250000 +-0.043701171875 +-0.083984375000 +-0.014160156250 +0.127929687500 +0.029052734375 +-0.013122558594 +0.035400390625 +0.083496093750 +0.146484375000 +-0.007171630859 +-0.015625000000 +-0.073242187500 +0.033203125000 +0.024658203125 +0.210937500000 +-0.289062500000 +-0.153320312500 +0.000896453857 +0.017578125000 +-0.049316406250 +0.037841796875 +0.083007812500 +0.081542968750 +-0.061035156250 +0.134765625000 +-0.226562500000 +-0.013610839844 +0.102050781250 +-0.014465332031 +-0.064453125000 +-0.221679687500 +-0.111816406250 +-0.009826660156 +-0.154296875000 +-0.098632812500 +-0.017578125000 +0.010192871094 +0.077636718750 +-0.017578125000 +0.089355468750 +0.065917968750 +-0.064941406250 +0.043701171875 +-0.357421875000 +0.054931640625 +-0.048583984375 +-0.265625000000 +-0.039550781250 +0.102539062500 +-0.244140625000 +-0.123535156250 +0.019653320312 +-0.006591796875 +0.013305664062 +0.018066406250 +0.015319824219 +-0.025390625000 +-0.015258789062 +-0.024169921875 +0.096679687500 +-0.014404296875 +0.013610839844 +0.015991210938 +0.081542968750 +0.010253906250 +-0.123535156250 +-0.008239746094 +-0.061523437500 +0.035400390625 +0.062255859375 +-0.414062500000 +0.229492187500 +0.079589843750 +0.002792358398 +0.043945312500 +0.166015625000 +0.058349609375 +0.051513671875 +-0.125976562500 +-0.223632812500 +-0.125000000000 +0.132812500000 +0.084472656250 +-0.013183593750 +-0.089843750000 +0.072265625000 +-0.037597656250 +-0.081054687500 +0.036132812500 +-0.164062500000 +-0.049560546875 +0.113281250000 +-0.056396484375 +-0.105468750000 +-0.205078125000 +0.088378906250 +-0.053955078125 +-0.146484375000 +0.027343750000 +0.140625000000 +-0.014038085938 +-0.017944335938 +-0.175781250000 +0.091308593750 +-0.052246093750 +0.054931640625 +-0.032958984375 +-0.131835937500 +0.015258789062 +0.044921875000 +0.069824218750 +0.130859375000 +-0.027465820312 +-0.047607421875 +0.056152343750 +0.091308593750 +-0.008178710938 +0.135742187500 +-0.126953125000 +0.111816406250 +0.095703125000 +0.030761718750 +-0.072265625000 +-0.018188476562 +0.071777343750 +0.048828125000 +-0.164062500000 +-0.052246093750 +0.112304687500 +0.127929687500 +0.040771484375 +-0.137695312500 +0.027954101562 +0.114746093750 +-0.011535644531 +-0.023681640625 +0.116699218750 +-0.016479492188 +-0.161132812500 +0.054687500000 +-0.232421875000 +-0.062011718750 +-0.217773437500 +-0.298828125000 +-0.100097656250 +0.178710937500 +-0.017700195312 +-0.289062500000 +-0.210937500000 +0.013610839844 +-0.209960937500 +-0.263671875000 +0.101562500000 +0.002716064453 +0.096191406250 +0.061279296875 +-0.043701171875 +0.010375976562 +0.098632812500 +0.133789062500 +0.025878906250 +0.018798828125 +0.169921875000 +0.008972167969 +0.018188476562 +-0.020751953125 +0.014160156250 +-0.015014648438 +0.138671875000 +0.104492187500 +0.090332031250 +0.111816406250 +0.139648437500 +0.089355468750 +0.273437500000 +0.062988281250 +0.036865234375 +-0.234375000000 +-0.128906250000 +0.044921875000 +0.039550781250 +-0.066894531250 +-0.208984375000 +0.123046875000 +0.095214843750 +0.144531250000 +0.000598907471 +-0.017456054688 +-0.124023437500 +-0.022583007812 +-0.130859375000 +-0.125976562500 +0.111816406250 +0.129882812500 +0.221679687500 +-0.014465332031 +0.126953125000 +-0.009521484375 +0.151367187500 +0.118164062500 +0.036621093750 +-0.314453125000 +-0.065917968750 +-0.000110626221 +-0.069335937500 +-0.265625000000 +0.138671875000 +-0.169921875000 +-0.076660156250 +-0.038574218750 +-0.123535156250 +-0.066894531250 +0.060546875000 +-0.255859375000 +0.212890625000 +-0.165039062500 +-0.093261718750 +-0.065917968750 +0.147460937500 +0.208984375000 +0.064941406250 +0.045654296875 +-0.076171875000 +0.020507812500 +-0.153320312500 +-0.097656250000 +0.047119140625 +0.002914428711 +0.090332031250 +0.060791015625 +-0.053466796875 +-0.257812500000 +-0.067871093750 +-0.055175781250 +-0.123535156250 +0.199218750000 +-0.025390625000 +-0.161132812500 +0.170898437500 +0.098632812500 +0.050537109375 +0.240234375000 +0.071289062500 +0.263671875000 +0.021972656250 +0.069335937500 +0.035156250000 +-0.013061523438 +0.214843750000 +-0.009948730469 +-0.013122558594 +-0.080078125000 +0.173828125000 +-0.003723144531 +-0.053466796875 +-0.056396484375 +0.021728515625 +-0.164062500000 +-0.019531250000 +0.062500000000 +0.047607421875 +0.150390625000 +-0.457031250000 +0.081054687500 +0.060791015625 +0.093750000000 +0.090820312500 +-0.031250000000 +-0.068847656250 +-0.195312500000 +0.156250000000 +-0.015625000000 +-0.176757812500 +0.225585937500 +0.219726562500 +0.076171875000 +0.068359375000 +0.012390136719 +0.341796875000 +-0.015258789062 +0.117187500000 +-0.069335937500 +0.025878906250 +-0.019409179688 +0.062988281250 +0.060058593750 +0.108886718750 +0.106933593750 +-0.093750000000 +-0.285156250000 +-0.054931640625 +0.068847656250 +0.046630859375 +0.041748046875 +-0.214843750000 +-0.287109375000 +0.057373046875 +-0.066894531250 +-0.123535156250 +-0.066894531250 +0.051513671875 +-0.021972656250 +0.197265625000 +0.129882812500 +-0.057617187500 +-0.140625000000 +0.083984375000 +-0.056640625000 +0.050292968750 +-0.102050781250 +0.110839843750 +0.106933593750 +0.077148437500 +-0.188476562500 +-0.044921875000 +0.065429687500 +0.097656250000 +-0.070800781250 +0.013488769531 +0.025024414062 +0.084472656250 +-0.048583984375 +-0.041503906250 +-0.013732910156 +0.062011718750 +0.107910156250 +-0.153320312500 +-0.015747070312 +-0.128906250000 +0.033447265625 +-0.026367187500 +-0.095214843750 +0.112304687500 +0.142578125000 +0.194335937500 +-0.102050781250 +0.077148437500 +0.147460937500 +-0.016357421875 +0.039062500000 +-0.041503906250 +0.005187988281 +0.011352539062 +0.296875000000 +-0.088867187500 +-0.017578125000 +-0.083007812500 +-0.427734375000 +-0.040771484375 +-0.020507812500 +0.186523437500 +-0.101562500000 +-0.053222656250 +-0.075195312500 +-0.001487731934 +0.062255859375 +-0.140625000000 +-0.057373046875 +-0.273437500000 +-0.341796875000 +-0.044677734375 +-0.127929687500 +-0.058593750000 +-0.069335937500 +0.041748046875 +0.086425781250 +0.081054687500 +-0.104003906250 +-0.031127929688 +-0.174804687500 +0.060302734375 +-0.221679687500 +-0.011169433594 +-0.036132812500 +0.016235351562 +-0.065917968750 +0.054199218750 +-0.375000000000 +-0.060058593750 +0.076660156250 +0.023193359375 +-0.056640625000 +-0.033691406250 +0.015869140625 +0.022705078125 +-0.013671875000 +0.049316406250 +-0.115234375000 +0.091308593750 +-0.013183593750 +-0.008178710938 +0.060791015625 +-0.053955078125 +0.113281250000 +0.060058593750 +-0.131835937500 +-0.031250000000 +-0.129882812500 +0.306640625000 +0.192382812500 +-0.029418945312 +-0.068359375000 +0.033447265625 +0.045410156250 +0.030639648438 +0.030029296875 +-0.511718750000 +-0.035400390625 +-0.031494140625 +-0.092773437500 +0.061523437500 +0.117675781250 +0.031738281250 +-0.041259765625 +-0.057128906250 +-0.085937500000 +-0.073730468750 +0.001701354980 +-0.251953125000 +-0.043212890625 +0.125976562500 +-0.072753906250 +-0.210937500000 +-0.148437500000 +-0.092285156250 +-0.077148437500 +0.076171875000 +-0.010437011719 +0.010009765625 +-0.023925781250 +-0.048339843750 +0.063476562500 +-0.003295898438 +-0.406250000000 +0.004180908203 +-0.173828125000 +-0.010986328125 +0.132812500000 +0.040771484375 +-0.074218750000 +-0.014892578125 +-0.122070312500 +-0.053710937500 +-0.138671875000 +-0.098632812500 +0.088378906250 +-0.410156250000 +-0.027343750000 +-0.054443359375 +0.035156250000 +0.032714843750 +-0.137695312500 +-0.031250000000 +-0.041015625000 +0.109375000000 +-0.101074218750 +0.004394531250 +-0.027465820312 +0.005920410156 +0.028686523438 +-0.080566406250 +0.082031250000 +-0.180664062500 +-0.050537109375 +0.020996093750 +-0.145507812500 +-0.148437500000 +-0.143554687500 +0.149414062500 +0.056640625000 +0.131835937500 +-0.031982421875 +-0.142578125000 +0.030517578125 +0.233398437500 +0.086914062500 +-0.135742187500 +-0.165039062500 +-0.178710937500 +-0.036376953125 +-0.005035400391 +0.104980468750 +-0.057617187500 +-0.152343750000 +-0.324218750000 +-0.104492187500 +0.051513671875 +-0.122558593750 +-0.001846313477 +0.032714843750 +0.045410156250 +0.151367187500 +-0.002914428711 +0.151367187500 +-0.002395629883 +0.059326171875 +0.095703125000 +-0.345703125000 +-0.047851562500 +-0.191406250000 +0.039306640625 +0.063476562500 +0.098144531250 +0.041748046875 +-0.075683593750 +-0.218750000000 +-0.055908203125 +-0.031738281250 +0.000069141388 +0.048828125000 +-0.392578125000 +0.151367187500 +-0.033203125000 +0.117675781250 +-0.087890625000 +0.057128906250 +0.044433593750 +-0.032470703125 +-0.197265625000 +0.044921875000 +0.030517578125 +-0.045898437500 +-0.090820312500 +0.075683593750 +-0.104980468750 +0.188476562500 +-0.373046875000 +0.083984375000 +-0.040283203125 +0.003616333008 +0.036132812500 +-0.011047363281 +0.151367187500 +0.192382812500 +0.183593750000 +-0.125000000000 +-0.027832031250 +-0.089843750000 +0.166015625000 +0.027832031250 +-0.031250000000 +-0.055175781250 +-0.142578125000 +-0.289062500000 +-0.036376953125 +0.097167968750 +0.012207031250 +-0.064453125000 +-0.147460937500 +-0.015991210938 +-0.208984375000 +-0.139648437500 +0.055175781250 +0.012695312500 +0.093261718750 +-0.118164062500 +-0.220703125000 +-0.017578125000 +0.224609375000 +-0.209960937500 +0.113769531250 +-0.251953125000 +-0.076171875000 +-0.194335937500 +0.049560546875 +-0.144531250000 +0.192382812500 +-0.371093750000 +0.031738281250 +-0.204101562500 +0.100585937500 +0.078613281250 +-0.052246093750 +0.090820312500 +0.038818359375 +-0.057617187500 +-0.086914062500 +0.135742187500 +0.017089843750 +-0.166015625000 +-0.020751953125 +0.001876831055 +-0.443359375000 +0.013061523438 +0.050537109375 +-0.121582031250 +-0.134765625000 +-0.064941406250 +-0.074707031250 +0.026123046875 +0.178710937500 +-0.098632812500 +0.056152343750 +-0.209960937500 +0.006561279297 +0.042236328125 +0.108398437500 +0.085937500000 +0.144531250000 +-0.032714843750 +-0.019409179688 +-0.171875000000 +0.037597656250 +-0.079589843750 +0.058593750000 +-0.187500000000 +0.113281250000 +-0.166015625000 +-0.153320312500 +-0.025146484375 +-0.173828125000 +0.080078125000 +-0.116210937500 +0.006103515625 +-0.263671875000 +0.071289062500 +-0.054687500000 +0.117187500000 +-0.012756347656 +-0.166015625000 +-0.007598876953 +0.058105468750 +0.187500000000 +-0.058105468750 +0.120117187500 +-0.345703125000 +-0.052001953125 +-0.103515625000 +0.009033203125 +-0.042480468750 +0.170898437500 +-0.279296875000 +0.006469726562 +-0.097656250000 +-0.147460937500 +0.084472656250 +0.126953125000 +0.033447265625 +0.203125000000 +0.011535644531 +0.030883789062 +-0.076171875000 +-0.136718750000 +-0.117187500000 +0.096191406250 +0.051025390625 +-0.067871093750 +-0.076171875000 +-0.043701171875 +-0.158203125000 +-0.116699218750 +-0.233398437500 +0.073730468750 +0.092773437500 +0.173828125000 +0.113281250000 +-0.007446289062 +-0.523437500000 +-0.060791015625 +-0.075683593750 +0.108886718750 +0.033447265625 +-0.390625000000 +0.100585937500 +0.035888671875 +0.094726562500 +-0.011108398438 +-0.139648437500 +0.073730468750 +0.040527343750 +0.054199218750 +-0.199218750000 +0.160156250000 +0.052734375000 +-0.056640625000 +-0.020141601562 +0.023315429688 +0.034179687500 +-0.100097656250 +0.031127929688 +0.068359375000 +-0.020874023438 +0.053710937500 +0.114746093750 +-0.072265625000 +0.108398437500 +0.162109375000 +-0.431640625000 +0.089843750000 +-0.388671875000 +-0.023803710938 +0.263671875000 +0.048339843750 +0.054931640625 +-0.247070312500 +0.078125000000 +-0.129882812500 +-0.188476562500 +-0.243164062500 +-0.093750000000 +-0.001182556152 +0.026855468750 +0.240234375000 +0.014404296875 +-0.355468750000 +0.206054687500 +0.148437500000 +-0.043212890625 +0.029907226562 +0.068359375000 +-0.238281250000 +-0.123535156250 +0.099609375000 +-0.339843750000 +-0.390625000000 +-0.027343750000 +0.021362304688 +-0.099121093750 +0.324218750000 +0.026000976562 +0.048828125000 +0.110839843750 +-0.079589843750 +-0.166015625000 +0.128906250000 +-0.259765625000 +0.312500000000 +0.034423828125 +-0.220703125000 +0.182617187500 +0.210937500000 +-0.120605468750 +-0.094726562500 +-0.059814453125 +-0.033691406250 +-0.281250000000 +0.108886718750 +-0.150390625000 +0.006652832031 +-0.020629882812 +0.110839843750 +-0.100097656250 +0.107421875000 +-0.145507812500 +-0.033447265625 +0.108398437500 +0.005462646484 +-0.196289062500 +-0.035400390625 +0.074218750000 +0.229492187500 +-0.378906250000 +0.191406250000 +-0.023437500000 +0.090332031250 +-0.030639648438 +0.101074218750 +0.022949218750 +-0.273437500000 +0.023681640625 +0.020019531250 +-0.093261718750 +-0.035156250000 +-0.208984375000 +-0.079101562500 +0.077148437500 +0.129882812500 +0.007507324219 +-0.269531250000 +-0.031127929688 +0.100097656250 +-0.020141601562 +-0.083007812500 +0.129882812500 +-0.098144531250 +-0.081054687500 +-0.061523437500 +-0.098144531250 +-0.109375000000 +0.012756347656 +0.012451171875 +-0.028198242188 +-0.026855468750 +0.251953125000 +0.056640625000 +0.094238281250 +-0.077148437500 +-0.131835937500 +0.068359375000 +0.102539062500 +0.166992187500 +0.025390625000 +0.089355468750 +-0.173828125000 +0.094238281250 +-0.279296875000 +0.045166015625 +-0.104492187500 +-0.133789062500 +0.102539062500 +0.019042968750 +-0.291015625000 +0.062011718750 +0.045898437500 +0.061523437500 +-0.063476562500 +0.155273437500 +-0.118164062500 +-0.057373046875 +-0.466796875000 +0.084472656250 +0.137695312500 +-0.003295898438 +-0.015625000000 +0.031250000000 +0.009643554688 +0.172851562500 +0.042724609375 +0.052490234375 +0.138671875000 +0.016113281250 +-0.101074218750 +-0.095703125000 +0.023437500000 +-0.126953125000 +-0.058837890625 +-0.122558593750 +-0.044189453125 +-0.064453125000 +-0.046142578125 +-0.114257812500 +0.067871093750 +0.088378906250 +0.010437011719 +-0.048095703125 +-0.023071289062 +0.068847656250 +0.104492187500 +-0.005401611328 +0.008056640625 +0.028320312500 +-0.006561279297 +-0.014038085938 +-0.161132812500 +-0.040527343750 +-0.057128906250 +-0.248046875000 +0.153320312500 +0.101074218750 +0.069335937500 +-0.068359375000 +-0.077148437500 +0.114257812500 +0.066406250000 +0.279296875000 +-0.119628906250 +-0.013061523438 +-0.341796875000 +-0.014160156250 +0.034912109375 +0.018920898438 +0.129882812500 +-0.138671875000 +-0.245117187500 +-0.030395507812 +0.118164062500 +-0.164062500000 +0.058837890625 +-0.108886718750 +-0.060791015625 +0.103515625000 +-0.041748046875 +0.065429687500 +-0.083984375000 +-0.055175781250 +0.120605468750 +0.075195312500 +-0.135742187500 +-0.126953125000 +0.109375000000 +-0.019042968750 +0.044921875000 +-0.093261718750 +0.149414062500 +0.040283203125 +0.160156250000 +-0.271484375000 +-0.064941406250 +-0.003387451172 +0.075683593750 +-0.367187500000 +0.014160156250 +-0.061767578125 +0.069824218750 +0.016601562500 +0.161132812500 +0.006805419922 +-0.100097656250 +0.060058593750 +-0.198242187500 +0.047363281250 +0.079589843750 +0.083007812500 +-0.004516601562 +0.100585937500 +-0.287109375000 +-0.114746093750 +0.000572204590 +-0.037841796875 +0.056640625000 +0.127929687500 +0.133789062500 +0.046630859375 +0.122558593750 +0.123535156250 +-0.165039062500 +-0.087890625000 +-0.051513671875 +-0.190429687500 +-0.024291992188 +-0.077148437500 +-0.170898437500 +-0.105468750000 +-0.077148437500 +0.118652343750 +0.061523437500 +-0.148437500000 +-0.035888671875 +-0.011352539062 +-0.050537109375 +-0.075195312500 +0.008239746094 +0.008911132812 +-0.007141113281 +-0.241210937500 +-0.039062500000 +-0.003753662109 +0.168945312500 +0.010803222656 +0.082519531250 +0.064453125000 +-0.117187500000 +0.065429687500 +0.083496093750 +-0.147460937500 +0.095214843750 +0.034423828125 +-0.105957031250 +0.090332031250 +-0.144531250000 +-0.192382812500 +-0.000877380371 +-0.096191406250 +-0.032958984375 +-0.187500000000 +-0.261718750000 +0.042236328125 +-0.078613281250 +0.078613281250 +0.031738281250 +0.085449218750 +0.206054687500 +0.143554687500 +-0.265625000000 +0.051025390625 +0.018920898438 +-0.021972656250 +0.062988281250 +0.026123046875 +-0.269531250000 +-0.406250000000 +0.020874023438 +0.152343750000 +0.010375976562 +0.175781250000 +-0.053466796875 +0.092773437500 +0.221679687500 +-0.135742187500 +-0.029541015625 +-0.000816345215 +0.102050781250 +-0.183593750000 +-0.173828125000 +-0.085937500000 +-0.050781250000 +0.059326171875 +-0.237304687500 +-0.076660156250 +0.118164062500 +-0.012329101562 +-0.068359375000 +0.046875000000 +-0.230468750000 +0.027343750000 +0.080566406250 +-0.079101562500 +-0.049804687500 +0.043457031250 +0.017578125000 +0.006927490234 +0.145507812500 +0.070800781250 +-0.123046875000 +0.128906250000 +-0.043945312500 +0.263671875000 +0.100097656250 +-0.045654296875 +-0.022827148438 +-0.044189453125 +-0.038574218750 +0.007446289062 +-0.090820312500 +-0.324218750000 +-0.216796875000 +0.182617187500 +-0.179687500000 +-0.134765625000 +-0.090820312500 +0.068847656250 +0.159179687500 +0.261718750000 +-0.190429687500 +-0.195312500000 +0.228515625000 +0.008544921875 +0.094238281250 +0.043457031250 +0.074707031250 +-0.324218750000 +0.065917968750 +-0.003082275391 +-0.265625000000 +-0.234375000000 +0.090820312500 +-0.020751953125 +0.060791015625 +0.163085937500 +0.135742187500 +0.019409179688 +-0.082519531250 +0.073730468750 +-0.158203125000 +0.040283203125 +-0.103027343750 +0.227539062500 +-0.216796875000 +0.023681640625 +-0.006988525391 +0.067871093750 +-0.202148437500 +0.155273437500 +0.107421875000 +-0.000564575195 +-0.122070312500 +0.094238281250 +-0.474609375000 +0.105468750000 +-0.043457031250 +0.035888671875 +0.026733398438 +0.125976562500 +-0.036621093750 +-0.004089355469 +-0.017944335938 +0.151367187500 +0.024414062500 +0.068847656250 +0.014038085938 +0.145507812500 +0.165039062500 +-0.037841796875 +-0.044677734375 +-0.392578125000 +0.062255859375 +0.048828125000 +-0.002471923828 +0.190429687500 +-0.068847656250 +0.000705718994 +-0.159179687500 +0.113769531250 +0.165039062500 +-0.175781250000 +-0.110839843750 +-0.136718750000 +-0.168945312500 +-0.020019531250 +0.180664062500 +-0.090332031250 +-0.121093750000 +0.045654296875 +0.059570312500 +-0.181640625000 +0.041992187500 +0.057617187500 +0.041503906250 +0.053222656250 +-0.261718750000 +0.114257812500 +0.094726562500 +-0.157226562500 +0.041748046875 +-0.164062500000 +-0.312500000000 +-0.083496093750 +-0.065429687500 +0.085449218750 +-0.136718750000 +0.226562500000 +-0.110839843750 +0.062255859375 +-0.193359375000 +0.101562500000 +-0.259765625000 +0.045410156250 +-0.032714843750 +0.231445312500 +0.114746093750 +-0.210937500000 +-0.083496093750 +0.087402343750 +-0.179687500000 +0.053466796875 +-0.109375000000 +-0.074218750000 +0.112304687500 +-0.139648437500 +-0.027343750000 +0.027954101562 +-0.134765625000 +0.128906250000 +0.241210937500 +0.265625000000 +-0.031494140625 +0.069824218750 +-0.238281250000 +-0.041503906250 +0.161132812500 +0.014038085938 +-0.125000000000 +-0.132812500000 +0.010620117188 +-0.081542968750 +-0.072265625000 +0.132812500000 +-0.006500244141 +-0.035156250000 +-0.213867187500 +-0.085937500000 +-0.057861328125 +-0.038574218750 +-0.015502929688 +0.188476562500 +-0.273437500000 +-0.129882812500 +0.011169433594 +0.013183593750 +-0.139648437500 +-0.137695312500 +0.084472656250 +-0.038574218750 +0.038330078125 +0.008178710938 +0.104003906250 +0.050048828125 +-0.073730468750 +0.089355468750 +0.279296875000 +0.004364013672 +-0.240234375000 +0.038574218750 +-0.240234375000 +0.009460449219 +0.042724609375 +-0.656250000000 +-0.090820312500 +0.070312500000 +0.010437011719 +0.032470703125 +-0.050048828125 +-0.124511718750 +0.072753906250 +-0.361328125000 +-0.052490234375 +-0.047851562500 +0.001686096191 +0.043945312500 +0.058593750000 +-0.010375976562 +0.083496093750 +-0.086425781250 +0.014526367188 +0.139648437500 +-0.279296875000 +-0.060058593750 +0.107910156250 +0.194335937500 +-0.186523437500 +0.081054687500 +-0.320312500000 +-0.156250000000 +0.090820312500 +0.030883789062 +-0.101074218750 +-0.047607421875 +-0.079101562500 +-0.004333496094 +0.133789062500 +0.140625000000 +0.345703125000 +-0.024291992188 +-0.144531250000 +0.122558593750 +-0.113769531250 +0.056396484375 +-0.159179687500 +0.134765625000 +-0.136718750000 +-0.125976562500 +0.078125000000 +0.016723632812 +0.010681152344 +-0.275390625000 +-0.019653320312 +0.105957031250 +0.081054687500 +0.034667968750 +0.074218750000 +-0.007141113281 +-0.208984375000 +-0.059570312500 +-0.063476562500 +-0.042724609375 +-0.001899719238 +0.132812500000 +-0.063964843750 +-0.136718750000 +0.009155273438 +-0.198242187500 +-0.031738281250 +0.008361816406 +0.065429687500 +0.013977050781 +0.090820312500 +-0.433593750000 +0.040039062500 +-0.221679687500 +-0.073730468750 +-0.135742187500 +-0.000457763672 +0.000679016113 +0.140625000000 +0.082031250000 +0.106933593750 +-0.123046875000 +-0.102050781250 +0.083496093750 +-0.120117187500 +0.123535156250 +0.085449218750 +-0.016601562500 +-0.095703125000 +-0.028320312500 +-0.320312500000 +-0.060058593750 +-0.010559082031 +0.041748046875 +-0.022583007812 +0.021728515625 +-0.039794921875 +0.015136718750 +-0.045898437500 +0.077636718750 +0.125976562500 +-0.214843750000 +-0.174804687500 +0.017456054688 +-0.050781250000 +0.020385742188 +-0.040039062500 +0.060302734375 +-0.004425048828 +-0.079101562500 +0.022094726562 +-0.011230468750 +-0.113769531250 +-0.328125000000 +-0.294921875000 +0.100097656250 +-0.049804687500 +0.003204345703 +-0.140625000000 +0.020019531250 +-0.230468750000 +-0.086914062500 +-0.347656250000 +-0.026733398438 +0.129882812500 +0.013183593750 +-0.104003906250 +-0.008911132812 +-0.091308593750 +-0.106445312500 +0.069824218750 +0.054687500000 +0.053466796875 +0.081054687500 +0.054931640625 +0.037109375000 +-0.022583007812 +-0.036621093750 +-0.031494140625 +-0.103027343750 +0.069335937500 +0.067871093750 +-0.063476562500 +0.117187500000 +0.017944335938 +-0.082031250000 +-0.127929687500 +0.045166015625 +-0.001968383789 +0.011230468750 +-0.040283203125 +-0.361328125000 +-0.105468750000 +-0.114257812500 +0.066406250000 +0.109375000000 +-0.215820312500 +0.080566406250 +0.031982421875 +0.144531250000 +-0.060302734375 +0.067382812500 +-0.228515625000 +0.035644531250 +0.122558593750 +-0.072265625000 +-0.136718750000 +-0.271484375000 +0.136718750000 +0.040283203125 +0.122070312500 +0.013305664062 +0.041259765625 +-0.359375000000 +-0.000919342041 +0.067871093750 +-0.074707031250 +-0.077636718750 +-0.093261718750 +0.059570312500 +0.018310546875 +0.054931640625 +-0.105957031250 +0.077148437500 +-0.085449218750 +0.009887695312 +-0.384765625000 +0.062988281250 +0.048828125000 +-0.011047363281 +-0.039062500000 +0.063964843750 +-0.075683593750 +-0.277343750000 +-0.020874023438 +0.044433593750 +-0.162109375000 +0.137695312500 +0.059326171875 +0.229492187500 +0.117675781250 +-0.068847656250 +-0.187500000000 +-0.144531250000 +-0.093750000000 +-0.052246093750 +0.105468750000 +0.026855468750 +0.068847656250 +0.124511718750 +0.056396484375 +-0.044433593750 +-0.172851562500 +0.041015625000 +-0.008178710938 +-0.193359375000 +-0.145507812500 +-0.163085937500 +0.022949218750 +-0.053466796875 +-0.005584716797 +0.067382812500 +-0.165039062500 +0.031127929688 +-0.122558593750 +0.030395507812 +-0.142578125000 +0.031738281250 +0.001091003418 +-0.109863281250 +0.066894531250 +-0.320312500000 +0.020874023438 +0.014465332031 +0.039794921875 +0.070312500000 +0.063964843750 +-0.283203125000 +-0.116210937500 +-0.037597656250 +0.017456054688 +-0.133789062500 +0.002655029297 +-0.027099609375 +0.058593750000 +0.032470703125 +0.169921875000 +-0.091796875000 +-0.064453125000 +-0.004150390625 +-0.057861328125 +-0.026977539062 +-0.048583984375 +0.053955078125 +-0.126953125000 +0.048095703125 +-0.249023437500 +0.009216308594 +-0.026733398438 +0.109863281250 +-0.166992187500 +0.164062500000 +-0.103515625000 +0.292968750000 +0.113769531250 +0.063964843750 +-0.152343750000 +-0.067382812500 +0.067382812500 +-0.042480468750 +-0.027587890625 +-0.224609375000 +0.056396484375 +0.091796875000 +0.094726562500 +-0.009277343750 +0.037597656250 +0.095214843750 +0.060302734375 +0.068359375000 +0.049316406250 +0.102539062500 +0.109375000000 +0.149414062500 +0.176757812500 +0.020996093750 +-0.165039062500 +-0.013305664062 +-0.151367187500 +0.041015625000 +-0.079101562500 +0.097167968750 +-0.139648437500 +-0.084472656250 +0.118164062500 +-0.056396484375 +0.048095703125 +-0.061035156250 +-0.259765625000 +0.073730468750 +0.082519531250 +-0.088378906250 +0.016357421875 +-0.194335937500 +0.003845214844 +-0.118164062500 +0.065917968750 +0.107910156250 +0.068359375000 +0.005767822266 +0.091308593750 +-0.318359375000 +-0.005065917969 +0.030761718750 +0.022827148438 +0.027832031250 +0.067871093750 +0.058593750000 +-0.212890625000 +-0.102050781250 +-0.104492187500 +-0.004272460938 +-0.017944335938 +0.009521484375 +-0.098144531250 +-0.023559570312 +-0.170898437500 +-0.106445312500 +-0.165039062500 +-0.148437500000 +0.043457031250 +0.003829956055 +-0.351562500000 +0.067871093750 +-0.167968750000 +0.128906250000 +-0.271484375000 +-0.086914062500 +0.119628906250 +0.066406250000 +0.111816406250 +0.070312500000 +-0.039550781250 +0.120117187500 +-0.189453125000 +-0.053955078125 +-0.087890625000 +0.072753906250 +0.112792968750 +-0.042236328125 +0.017333984375 +0.053466796875 +-0.285156250000 +0.032470703125 +-0.054931640625 +0.085937500000 +0.117187500000 +-0.127929687500 +-0.242187500000 +0.115722656250 +-0.093750000000 +0.028808593750 +-0.527343750000 +0.008911132812 +-0.038818359375 +-0.026977539062 +-0.221679687500 +-0.026977539062 +-0.031738281250 +-0.060791015625 +0.094726562500 +0.065429687500 +-0.067871093750 +0.105468750000 +0.069824218750 +-0.126953125000 +0.053466796875 +0.015075683594 +0.035400390625 +0.181640625000 +-0.001327514648 +-0.100097656250 +-0.388671875000 +-0.199218750000 +-0.237304687500 +0.009643554688 +-0.060302734375 +-0.058105468750 +-0.102539062500 +0.124511718750 +-0.058593750000 +0.132812500000 +-0.023803710938 +0.109375000000 +-0.010803222656 +0.160156250000 +0.283203125000 +-0.077636718750 +-0.068847656250 +-0.057861328125 +0.034912109375 +0.086914062500 +-0.019409179688 +-0.077636718750 +0.324218750000 +-0.128906250000 +-0.100097656250 +-0.168945312500 +0.085937500000 +0.066406250000 +0.271484375000 +0.069335937500 +0.034667968750 +0.105468750000 +0.064941406250 +-0.000892639160 +-0.081054687500 +0.101562500000 +-0.084472656250 +-0.152343750000 +-0.558593750000 +-0.044189453125 +-0.107910156250 +0.289062500000 +-0.105468750000 +0.129882812500 +-0.230468750000 +-0.016357421875 +-0.228515625000 +-0.070312500000 +0.081054687500 +0.027465820312 +-0.206054687500 +0.072265625000 +-0.233398437500 +-0.417968750000 +-0.241210937500 +0.000782012939 +0.004882812500 +-0.217773437500 +-0.511718750000 +0.034667968750 +0.018188476562 +-0.132812500000 +-0.035156250000 +-0.004089355469 +0.113281250000 +-0.228515625000 +-0.044433593750 +0.126953125000 +0.041503906250 +0.012634277344 +-0.026123046875 +0.052246093750 +-0.007507324219 +0.109375000000 +0.057861328125 +0.052978515625 +-0.119628906250 +0.085937500000 +0.161132812500 +0.049072265625 +0.014770507812 +-0.486328125000 +0.124511718750 +0.125000000000 +0.164062500000 +0.158203125000 +0.040527343750 +0.079101562500 +0.052978515625 +0.026245117188 +0.081054687500 +0.111328125000 +0.112792968750 +0.022583007812 +-0.079589843750 +-0.031982421875 +0.111816406250 +-0.080566406250 +0.085937500000 +0.056884765625 +-0.250000000000 +-0.182617187500 +-0.005401611328 +-0.016357421875 +-0.182617187500 +0.219726562500 +-0.054931640625 +-0.111328125000 +-0.048095703125 +0.000679016113 +-0.312500000000 +0.045898437500 +0.147460937500 +0.135742187500 +-0.007598876953 +-0.001251220703 +0.109863281250 +0.072753906250 +-0.210937500000 +0.099609375000 +-0.073730468750 +-0.109863281250 +0.061035156250 +-0.068359375000 +-0.291015625000 +0.125976562500 +-0.015136718750 +-0.049804687500 +-0.333984375000 +-0.154296875000 +0.187500000000 +0.133789062500 +-0.030517578125 +0.088378906250 +0.134765625000 +0.077148437500 +0.000881195068 +0.174804687500 +-0.002410888672 +-0.141601562500 +-0.219726562500 +0.024414062500 +0.238281250000 +0.006347656250 +0.052978515625 +-0.320312500000 +0.011413574219 +0.157226562500 +0.226562500000 +-0.047119140625 +-0.298828125000 +0.074707031250 +-0.039794921875 +0.024658203125 +-0.069824218750 +-0.124023437500 +-0.157226562500 +0.025634765625 +0.027099609375 +-0.031982421875 +0.029296875000 +0.095703125000 +0.048828125000 +0.056152343750 +-0.036621093750 +-0.085449218750 +0.175781250000 +-0.122558593750 +-0.099121093750 +-0.025634765625 +0.086425781250 +0.051025390625 +0.184570312500 +0.014465332031 +-0.086914062500 +-0.076171875000 +-0.008850097656 +0.125976562500 +-0.080078125000 +0.068847656250 +0.143554687500 +-0.020019531250 +0.037353515625 +-0.013671875000 +-0.098144531250 +-0.077148437500 +-0.089355468750 +-0.050292968750 +0.046875000000 +0.014038085938 +0.032226562500 +0.066894531250 +-0.273437500000 +0.142578125000 +-0.088378906250 +-0.088378906250 +0.005035400391 +0.110839843750 +0.141601562500 +0.004852294922 +-0.103027343750 +-0.017333984375 +0.029296875000 +-0.036376953125 +-0.010131835938 +0.015014648438 +-0.095214843750 +0.099121093750 +-0.067382812500 +-0.214843750000 +-0.042236328125 +0.062011718750 +-0.005065917969 +-0.023559570312 +-0.157226562500 +0.095703125000 +-0.054687500000 +-0.008178710938 +0.034912109375 +-0.009399414062 +-0.170898437500 +0.040771484375 +0.024780273438 +0.083007812500 +0.092773437500 +-0.115722656250 +0.026977539062 +0.016357421875 +-0.071289062500 +-0.130859375000 +0.132812500000 +-0.158203125000 +-0.094238281250 +-0.077636718750 +0.018554687500 +0.015319824219 +0.065429687500 +0.021972656250 +-0.076171875000 +-0.096679687500 +0.041992187500 +-0.053955078125 +0.045410156250 +0.036621093750 +0.197265625000 +0.167968750000 +0.011657714844 +-0.171875000000 +-0.063476562500 +-0.139648437500 +0.018920898438 +0.016357421875 +0.012145996094 +-0.008483886719 +-0.021118164062 +0.036376953125 +-0.431640625000 +0.083984375000 +0.049316406250 +-0.004089355469 +-0.144531250000 +0.093750000000 +0.174804687500 +-0.127929687500 +0.064941406250 +-0.201171875000 +0.056640625000 +0.125976562500 +0.057128906250 +-0.108398437500 +0.166015625000 +-0.000698089600 +0.046875000000 +-0.191406250000 +0.020019531250 +-0.064453125000 +0.053955078125 +-0.043701171875 +0.137695312500 +0.002716064453 +-0.022338867188 +-0.003005981445 +0.004730224609 +0.030395507812 +-0.051269531250 +-0.052978515625 +-0.190429687500 +0.121093750000 +0.102539062500 +-0.047607421875 +0.051757812500 +0.106445312500 +-0.018188476562 +-0.080566406250 +-0.060791015625 +0.037841796875 +0.131835937500 +0.109863281250 +0.027832031250 +-0.053466796875 +-0.000507354736 +-0.006317138672 +-0.028076171875 +0.010498046875 +0.058105468750 +-0.139648437500 +-0.279296875000 +-0.215820312500 +0.055664062500 +0.009826660156 +-0.009460449219 +-0.105957031250 +-0.029296875000 +-0.111816406250 +-0.031494140625 +-0.054931640625 +0.010986328125 +-0.156250000000 +0.016845703125 +0.060058593750 +-0.008117675781 +0.052246093750 +-0.060546875000 +-0.128906250000 +-0.241210937500 +0.113281250000 +0.052490234375 +0.005889892578 +-0.036865234375 +0.089843750000 +-0.013427734375 +0.126953125000 +-0.088867187500 +-0.090332031250 +0.086425781250 +0.021362304688 +0.021484375000 +-0.314453125000 +0.213867187500 +0.082519531250 +-0.053466796875 +-0.052246093750 +0.006164550781 +-0.019531250000 +-0.141601562500 +-0.109863281250 +-0.203125000000 +-0.054443359375 +0.006256103516 +-0.130859375000 +-0.189453125000 +0.087890625000 +-0.024658203125 +0.029663085938 +0.033203125000 +0.079101562500 +0.011657714844 +-0.103027343750 +-0.178710937500 +0.166992187500 +0.005157470703 +0.287109375000 +0.123046875000 +0.012634277344 +-0.017089843750 +-0.076660156250 +-0.183593750000 +0.032226562500 +-0.179687500000 +0.062988281250 +-0.037109375000 +-0.056152343750 +-0.167968750000 +0.031494140625 +0.053222656250 +-0.040771484375 +0.054931640625 +-0.135742187500 +0.023925781250 +0.067382812500 +0.109375000000 +0.026611328125 +0.171875000000 +0.055175781250 +0.067382812500 +-0.012023925781 +0.048339843750 +0.063964843750 +-0.005187988281 +0.019042968750 +-0.048828125000 +-0.117675781250 +0.029296875000 +0.236328125000 +0.017211914062 +0.059326171875 +-0.353515625000 +0.121093750000 +0.099609375000 +0.081054687500 +0.118164062500 +-0.137695312500 +0.012573242188 +0.032714843750 +-0.341796875000 +0.224609375000 +0.047607421875 +-0.075195312500 +0.021972656250 +-0.081542968750 +-0.114746093750 +-0.003936767578 +0.014953613281 +0.066894531250 +-0.093261718750 +0.083007812500 +0.153320312500 +-0.066894531250 +0.070800781250 +-0.003265380859 +-0.149414062500 +0.057373046875 +-0.104980468750 +-0.097656250000 +-0.045654296875 +0.111328125000 +0.118164062500 +0.118164062500 +0.085449218750 +-0.269531250000 +-0.032226562500 +0.134765625000 +0.152343750000 +0.218750000000 +-0.164062500000 +0.067871093750 +0.271484375000 +0.082031250000 +0.075195312500 +-0.033447265625 +0.051513671875 +0.144531250000 +0.015563964844 +-0.122070312500 +-0.033203125000 +-0.181640625000 +0.182617187500 +0.028930664062 +-0.027954101562 +-0.195312500000 +-0.052978515625 +-0.050048828125 +0.190429687500 +-0.035888671875 +0.009826660156 +0.023437500000 +-0.142578125000 +-0.030273437500 +-0.130859375000 +0.135742187500 +0.101562500000 +0.117187500000 +0.155273437500 +0.011047363281 +-0.063964843750 +-0.150390625000 +0.132812500000 +-0.173828125000 +0.228515625000 +0.172851562500 +-0.092773437500 +0.062500000000 +-0.072265625000 +-0.259765625000 +0.012817382812 +-0.245117187500 +-0.015136718750 +0.081054687500 +-0.115234375000 +0.005645751953 +0.003936767578 +0.038574218750 +-0.044189453125 +-0.079101562500 +-0.230468750000 +0.013549804688 +0.022827148438 +0.045166015625 +-0.155273437500 +0.314453125000 +0.048828125000 +0.086914062500 +0.066894531250 +0.118164062500 +-0.150390625000 +0.025024414062 +0.077636718750 +0.333984375000 +0.012023925781 +-0.166015625000 +0.019042968750 +-0.070800781250 +0.137695312500 +0.056152343750 +0.180664062500 +0.090332031250 +-0.045654296875 +-0.002044677734 +-0.063476562500 +-0.161132812500 +0.019165039062 +-0.241210937500 +0.061035156250 +-0.029174804688 +0.054687500000 +-0.118652343750 +-0.165039062500 +-0.069335937500 +-0.119140625000 +0.106933593750 +-0.013793945312 +0.024291992188 +-0.009826660156 +0.009094238281 +-0.017700195312 +0.077636718750 +0.059082031250 +-0.063476562500 +-0.031250000000 +-0.052734375000 +0.172851562500 +-0.021850585938 +-0.124023437500 +-0.017333984375 +-0.184570312500 +-0.003631591797 +-0.007995605469 +-0.057128906250 +-0.049316406250 +0.091796875000 +-0.112304687500 +0.074707031250 +-0.083007812500 +-0.031494140625 +-0.182617187500 +-0.103515625000 +-0.027832031250 +-0.125976562500 +0.055664062500 +0.046142578125 +-0.104003906250 +-0.021240234375 +0.136718750000 +-0.138671875000 +0.192382812500 +-0.094238281250 +-0.043701171875 +-0.072753906250 +-0.247070312500 +-0.005126953125 +0.291015625000 +-0.114257812500 +-0.056152343750 +-0.146484375000 +-0.078613281250 +-0.028076171875 +-0.028930664062 +0.075195312500 +0.038085937500 +0.064453125000 +-0.312500000000 +0.104003906250 +-0.234375000000 +-0.253906250000 +-0.120605468750 +-0.024536132812 +-0.124023437500 +0.060058593750 +-0.154296875000 +-0.222656250000 +-0.149414062500 +0.086425781250 +-0.196289062500 +0.108886718750 +-0.045410156250 +0.150390625000 +-0.147460937500 +-0.112792968750 +-0.324218750000 +0.031250000000 +0.001754760742 +-0.154296875000 +-0.108398437500 +0.109375000000 +0.089843750000 +-0.020874023438 +-0.070312500000 +-0.013732910156 +-0.089355468750 +0.079589843750 +-0.012939453125 +0.125976562500 +0.013488769531 +-0.038085937500 +-0.173828125000 +0.055908203125 +-0.039550781250 +0.010314941406 +-0.088378906250 +-0.002029418945 +-0.090820312500 +0.032226562500 +0.045166015625 +0.082031250000 +0.037353515625 +0.048828125000 +-0.119140625000 +-0.343750000000 +-0.035156250000 +-0.028198242188 +0.022216796875 +0.113769531250 +0.030639648438 +0.006011962891 +-0.100585937500 +-0.205078125000 +0.019653320312 +-0.154296875000 +-0.137695312500 +-0.058837890625 +-0.087402343750 +0.152343750000 +0.087402343750 +-0.068359375000 +-0.065917968750 +0.059326171875 +-0.233398437500 +-0.152343750000 +0.055664062500 +-0.070800781250 +-0.076171875000 +0.089355468750 +-0.069335937500 +-0.068847656250 +0.162109375000 +0.125976562500 +0.113769531250 +-0.001167297363 +-0.099609375000 +0.143554687500 +-0.038085937500 +0.032958984375 +-0.515625000000 +0.037841796875 +-0.004516601562 +-0.076171875000 +-0.341796875000 +0.166015625000 +-0.267578125000 +0.004364013672 +0.010681152344 +0.107910156250 +0.091796875000 +0.109375000000 +0.029296875000 +0.028198242188 +-0.171875000000 +-0.146484375000 +-0.083984375000 +0.009033203125 +-0.251953125000 +-0.006500244141 +0.029663085938 +0.041503906250 +0.026489257812 +-0.055419921875 +-0.175781250000 +0.022216796875 +-0.082031250000 +0.079589843750 +0.069824218750 +0.233398437500 +0.096679687500 +0.055175781250 +0.055419921875 +0.100097656250 +0.187500000000 +0.058349609375 +0.033203125000 +0.196289062500 +-0.011901855469 +-0.039062500000 +-0.031494140625 +-0.009094238281 +-0.133789062500 +-0.088378906250 +0.014892578125 +-0.111816406250 +-0.121582031250 +0.099121093750 +-0.111816406250 +0.115234375000 +0.176757812500 +-0.190429687500 +0.123046875000 +-0.376953125000 +0.149414062500 +-0.042480468750 +0.098632812500 +-0.084472656250 +0.063476562500 +-0.001907348633 +-0.009765625000 +-0.068359375000 +-0.157226562500 +0.076660156250 +-0.187500000000 +-0.001464843750 +0.092285156250 +0.205078125000 +-0.330078125000 +0.145507812500 +-0.128906250000 +-0.062988281250 +0.087402343750 +0.106445312500 +0.152343750000 +0.060058593750 +-0.095214843750 +-0.026000976562 +-0.034667968750 +0.118652343750 +-0.130859375000 +0.041259765625 +-0.199218750000 +-0.010437011719 +0.013977050781 +0.093261718750 +-0.012817382812 +0.106445312500 +-0.160156250000 +0.085449218750 +-0.089843750000 +-0.000031232834 +0.029052734375 +0.171875000000 +0.125976562500 +0.037109375000 +0.175781250000 +0.097167968750 +0.082519531250 +0.028930664062 +-0.045898437500 +0.189453125000 +0.036376953125 +-0.114257812500 +0.092285156250 +0.046142578125 +-0.093750000000 +-0.275390625000 +-0.067871093750 +0.030029296875 +-0.041503906250 +0.007568359375 +-0.152343750000 +0.076171875000 +0.179687500000 +-0.051513671875 +-0.024414062500 +-0.232421875000 +-0.020751953125 +0.022216796875 +0.061523437500 +0.029785156250 +0.174804687500 +-0.021118164062 +0.020874023438 +-0.277343750000 +-0.064941406250 +0.111816406250 +0.164062500000 +-0.011291503906 +0.097167968750 +-0.196289062500 +-0.255859375000 +-0.078125000000 +-0.041015625000 +0.002349853516 +0.062988281250 +0.010314941406 +0.008911132812 +-0.001869201660 +-0.050292968750 +-0.135742187500 +-0.185546875000 +0.090332031250 +-0.294921875000 +0.072753906250 +-0.075195312500 +0.005493164062 +0.016479492188 +-0.000740051270 +-0.018920898438 +-0.064941406250 +0.083984375000 +-0.030395507812 +-0.047119140625 +0.096191406250 +0.161132812500 +0.155273437500 +-0.051025390625 +-0.035400390625 +-0.031494140625 +0.174804687500 +-0.144531250000 +0.065429687500 +-0.326171875000 +0.190429687500 +-0.119140625000 +0.022216796875 +0.105957031250 +0.085937500000 +-0.123535156250 +-0.122558593750 +0.021972656250 +0.210937500000 +-0.075195312500 +-0.028930664062 +-0.060546875000 +-0.098632812500 +-0.125000000000 +0.120117187500 +0.244140625000 +0.094238281250 +-0.107910156250 +-0.225585937500 +-0.151367187500 +0.219726562500 +-0.027587890625 +-0.041259765625 +-0.003890991211 +0.146484375000 +0.033447265625 +0.051757812500 +0.133789062500 +0.187500000000 +0.079101562500 +-0.136718750000 +-0.153320312500 +-0.003723144531 +0.048828125000 +-0.013793945312 +0.134765625000 +-0.088867187500 +-0.187500000000 +-0.025756835938 +0.026855468750 +0.067871093750 +-0.137695312500 +-0.016113281250 +-0.253906250000 +-0.074218750000 +0.041259765625 +-0.073730468750 +-0.088378906250 +-0.106933593750 +-0.059326171875 +0.041259765625 +0.410156250000 +-0.100097656250 +-0.081542968750 +0.014465332031 +-0.156250000000 +-0.230468750000 +0.207031250000 +0.030273437500 +-0.071289062500 +0.058593750000 +-0.148437500000 +-0.000102519989 +-0.083984375000 +-0.373046875000 +-0.052978515625 +0.062500000000 +-0.172851562500 +-0.172851562500 +0.030273437500 +-0.007934570312 +0.061767578125 +0.037597656250 +-0.128906250000 +-0.400390625000 +0.024780273438 +-0.168945312500 +-0.046630859375 +0.080078125000 +0.054687500000 +0.127929687500 +0.105468750000 +-0.098144531250 +0.041748046875 +-0.130859375000 +0.030029296875 +-0.121582031250 +0.077148437500 +0.109863281250 +0.188476562500 +-0.037353515625 +0.058837890625 +0.003494262695 +-0.030639648438 +-0.015991210938 +-0.419921875000 +0.166992187500 +0.168945312500 +-0.223632812500 +0.077148437500 +0.013183593750 +0.023803710938 +-0.104003906250 +0.131835937500 +-0.419921875000 +0.000587463379 +-0.043701171875 +-0.044433593750 +-0.109863281250 +0.056640625000 +0.156250000000 +0.027832031250 +-0.035644531250 +0.230468750000 +0.084960937500 +0.095214843750 +-0.011047363281 +0.001319885254 +-0.053955078125 +0.098632812500 +0.156250000000 +-0.238281250000 +-0.022827148438 +0.025878906250 +0.027587890625 +-0.281250000000 +0.169921875000 +-0.132812500000 +0.052978515625 +0.104492187500 +-0.213867187500 +0.037353515625 +0.029785156250 +0.064941406250 +0.011779785156 +0.108886718750 +0.015991210938 +0.083984375000 +0.042968750000 +0.073730468750 +-0.023925781250 +0.102050781250 +0.149414062500 +0.042480468750 +0.048828125000 +0.047363281250 +-0.118652343750 +0.014465332031 +-0.004150390625 +0.091308593750 +-0.043212890625 +0.006195068359 +0.057373046875 +0.079589843750 +-0.121093750000 +-0.066406250000 +-0.003326416016 +-0.033203125000 +-0.108886718750 +-0.214843750000 +0.028076171875 +0.026245117188 +0.000404357910 +0.007080078125 +-0.060546875000 +-0.174804687500 +0.023803710938 +0.062255859375 +-0.222656250000 +0.195312500000 +0.058593750000 +-0.119140625000 +0.022949218750 +-0.042724609375 +0.096679687500 +-0.198242187500 +-0.182617187500 +-0.001152038574 +0.166015625000 +-0.005554199219 +-0.163085937500 +0.028076171875 +-0.018676757812 +-0.058349609375 +0.129882812500 +-0.196289062500 +0.102050781250 +-0.134765625000 +-0.012878417969 +-0.248046875000 +0.306640625000 +0.087402343750 +0.040283203125 +-0.014587402344 +0.140625000000 +-0.161132812500 +-0.056640625000 +0.026977539062 +-0.195312500000 +0.034423828125 +0.086914062500 +0.062255859375 +-0.190429687500 +0.031982421875 +0.060791015625 +0.062988281250 +-0.038330078125 +0.047363281250 +0.133789062500 +0.109863281250 +0.115722656250 +-0.155273437500 +-0.016113281250 +0.008117675781 +-0.040039062500 +-0.030761718750 +0.061035156250 +0.002319335938 +-0.279296875000 +0.063964843750 +-0.033447265625 +0.039306640625 +0.090820312500 +-0.130859375000 +0.092285156250 +0.004272460938 +0.058105468750 +-0.205078125000 +-0.028930664062 +-0.084472656250 +0.044677734375 +-0.172851562500 +-0.043212890625 +0.055664062500 +0.012695312500 +0.136718750000 +0.045410156250 +-0.081542968750 +0.028930664062 +-0.119140625000 +-0.361328125000 +0.005371093750 +-0.067382812500 +-0.196289062500 +-0.212890625000 +0.051513671875 +-0.034423828125 +-0.000297546387 +0.261718750000 +-0.003753662109 +0.079589843750 +-0.016845703125 +0.010009765625 +-0.010131835938 +0.064453125000 +0.277343750000 +-0.214843750000 +-0.079101562500 +0.009704589844 +-0.212890625000 +0.070800781250 +-0.049072265625 +0.077148437500 +0.004608154297 +0.038330078125 +0.025146484375 +-0.265625000000 +0.102050781250 +0.125976562500 +-0.128906250000 +-0.129882812500 +0.029541015625 +0.249023437500 +0.267578125000 +-0.078125000000 +-0.053466796875 +0.072265625000 +-0.153320312500 +0.141601562500 +-0.115234375000 +-0.020751953125 +-0.123046875000 +-0.163085937500 +0.020141601562 +-0.212890625000 +-0.112792968750 +0.012329101562 +-0.180664062500 +0.032714843750 +0.017089843750 +0.126953125000 +-0.283203125000 +-0.069824218750 +-0.279296875000 +0.140625000000 +-0.070800781250 +0.053955078125 +-0.049804687500 +0.085449218750 +-0.070800781250 +-0.137695312500 +-0.125000000000 +0.075683593750 +-0.088867187500 +-0.253906250000 +0.111328125000 +0.047607421875 +0.065429687500 +-0.101074218750 +0.097656250000 +0.000045061111 +0.032226562500 +0.156250000000 +0.112304687500 +0.001533508301 +0.047851562500 +0.129882812500 +0.170898437500 +0.098144531250 +0.013549804688 +-0.133789062500 +-0.082519531250 +0.009399414062 +-0.041748046875 +0.123535156250 +-0.314453125000 +-0.058349609375 +0.099609375000 +0.057861328125 +-0.018554687500 +-0.263671875000 +0.027465820312 +-0.043945312500 +-0.215820312500 +0.006500244141 +-0.009277343750 +0.178710937500 +0.183593750000 +-0.027709960938 +0.042968750000 +0.037597656250 +-0.292968750000 +-0.001289367676 +0.028564453125 +-0.052246093750 +0.126953125000 +-0.427734375000 +-0.108398437500 +-0.090332031250 +-0.173828125000 +0.058837890625 +-0.112304687500 +-0.055908203125 +0.070312500000 +0.020751953125 +-0.349609375000 +-0.115234375000 +-0.198242187500 +0.103027343750 +-0.164062500000 +0.093261718750 +0.063476562500 +0.006988525391 +0.094238281250 +-0.013244628906 +-0.101562500000 +0.018676757812 +0.055175781250 +-0.326171875000 +0.104492187500 +0.068847656250 +-0.097167968750 +0.048339843750 +0.178710937500 +-0.000038623810 +-0.082519531250 +-0.027343750000 +0.129882812500 +0.007934570312 +0.114746093750 +0.041259765625 +0.182617187500 +-0.029052734375 +-0.018920898438 +-0.300781250000 +0.076660156250 +-0.104980468750 +0.023315429688 +0.194335937500 +-0.957031250000 +0.140625000000 +-0.068359375000 +0.064941406250 +0.100097656250 +-0.158203125000 +0.105957031250 +-0.196289062500 +-0.043457031250 +-0.026000976562 +0.083496093750 +0.049316406250 +0.111816406250 +0.093750000000 +0.157226562500 +-0.048583984375 +-0.265625000000 +-0.000402450562 +0.120605468750 +-0.019531250000 +0.111816406250 +-0.515625000000 +0.083984375000 +-0.003997802734 +-0.302734375000 +-0.086914062500 +0.031494140625 +-0.163085937500 +-0.024902343750 +-0.171875000000 +0.100097656250 +0.064453125000 +-0.058105468750 +0.126953125000 +-0.013854980469 +0.104492187500 +0.241210937500 +0.052490234375 +-0.117187500000 +0.007110595703 +-0.179687500000 +0.178710937500 +0.042480468750 +-0.119140625000 +0.100585937500 +-0.131835937500 +0.081054687500 +0.127929687500 +-0.002761840820 +0.042968750000 +-0.182617187500 +0.147460937500 +-0.107421875000 +0.177734375000 +-0.042236328125 +-0.005828857422 +0.092285156250 +-0.070800781250 +-0.032714843750 +-0.162109375000 +0.031494140625 +0.206054687500 +0.179687500000 +-0.043945312500 +-0.589843750000 +-0.061767578125 +0.006378173828 +-0.004333496094 +0.103027343750 +-0.215820312500 +-0.010375976562 +-0.265625000000 +-0.059082031250 +0.144531250000 +0.022949218750 +-0.171875000000 +0.111816406250 +-0.004394531250 +0.125976562500 +-0.058349609375 +0.053466796875 +-0.117675781250 +-0.048339843750 +-0.180664062500 +0.007873535156 +-0.324218750000 +-0.012145996094 +-0.194335937500 +-0.279296875000 +-0.015197753906 +-0.096191406250 +0.022460937500 +-0.186523437500 +-0.108886718750 +-0.024658203125 +-0.074707031250 +-0.098632812500 +0.076660156250 +0.083007812500 +0.082031250000 +0.103515625000 +-0.005615234375 +0.071289062500 +-0.100097656250 +-0.062011718750 +0.011718750000 +0.057128906250 +0.075195312500 +-0.008911132812 +-0.102050781250 +0.161132812500 +0.093261718750 +0.025756835938 +0.130859375000 +0.189453125000 +0.055175781250 +0.172851562500 +-0.121582031250 +-0.147460937500 +-0.016845703125 +-0.271484375000 +0.043212890625 +0.129882812500 +0.065917968750 +0.108398437500 +0.122070312500 +0.167968750000 +0.131835937500 +-0.032226562500 +-0.222656250000 +0.080078125000 +0.076171875000 +-0.118652343750 +-0.205078125000 +-0.120605468750 +0.018188476562 +0.016967773438 +-0.153320312500 +0.012573242188 +-0.086914062500 +0.061767578125 +0.026977539062 +0.197265625000 +-0.136718750000 +-0.237304687500 +-0.066894531250 +0.042236328125 +-0.027832031250 +0.185546875000 +0.100585937500 +0.057373046875 +0.157226562500 +-0.012756347656 +-0.090332031250 +-0.104492187500 +0.106445312500 +0.208984375000 +0.073242187500 +0.083496093750 +0.084472656250 +-0.155273437500 +0.166992187500 +-0.022705078125 +0.144531250000 +0.152343750000 +-0.204101562500 +-0.097167968750 +0.170898437500 +0.192382812500 +0.098632812500 +0.049316406250 +-0.051269531250 +-0.140625000000 +0.100585937500 +-0.133789062500 +0.106933593750 +-0.076660156250 +0.046386718750 +0.046386718750 +-0.259765625000 +0.068359375000 +-0.027221679688 +-0.059570312500 +-0.271484375000 +0.032958984375 +-0.067871093750 +0.110839843750 +0.040283203125 +0.073242187500 +-0.000166893005 +-0.047363281250 +0.034912109375 +0.050292968750 +-0.053710937500 +-0.094726562500 +0.104003906250 +0.128906250000 +-0.011718750000 +0.126953125000 +-0.108398437500 +0.137695312500 +-0.104492187500 +0.078125000000 +-0.012573242188 +0.146484375000 +-0.030883789062 +-0.037353515625 +0.119140625000 +-0.154296875000 +0.089843750000 +0.046630859375 +-0.052734375000 +0.039794921875 +-0.048095703125 +0.118652343750 +-0.000040769577 +-0.070800781250 +-0.064941406250 +-0.118164062500 +0.222656250000 +0.027954101562 +-0.047119140625 +-0.149414062500 +-0.195312500000 +-0.155273437500 +-0.078613281250 +-0.004211425781 +0.113769531250 +-0.001487731934 +-0.291015625000 +0.022949218750 +0.192382812500 +-0.003814697266 +-0.081542968750 +-0.082519531250 +0.022827148438 +-0.135742187500 +-0.019287109375 +0.041503906250 +-0.214843750000 +0.052734375000 +-0.096191406250 +0.115234375000 +0.025268554688 +0.092773437500 +-0.160156250000 +0.008728027344 +0.057373046875 +-0.283203125000 +-0.024536132812 +0.044433593750 +0.028930664062 +0.062011718750 +-0.164062500000 +0.002273559570 +-0.123046875000 +-0.000233650208 +-0.058593750000 +-0.020385742188 +0.139648437500 +0.050537109375 +0.056396484375 +-0.043212890625 +-0.012023925781 +0.090332031250 +-0.237304687500 +0.097656250000 +0.098144531250 +0.055908203125 +-0.064941406250 +-0.066894531250 +-0.012817382812 +0.005187988281 +0.042480468750 +-0.044189453125 +-0.070800781250 +0.052001953125 +0.013305664062 +0.186523437500 +0.000272750854 +0.051513671875 +-0.056884765625 +-0.000629425049 +0.132812500000 +0.027221679688 +-0.034179687500 +-0.201171875000 +-0.195312500000 +-0.065429687500 +-0.058593750000 +-0.158203125000 +0.050292968750 +0.032226562500 +0.015869140625 +-0.067871093750 +-0.291015625000 +0.036621093750 +-0.166992187500 +-0.320312500000 +0.062255859375 +-0.021240234375 +-0.055175781250 +0.126953125000 +-0.386718750000 +-0.101562500000 +0.085449218750 +-0.003555297852 +-0.213867187500 +0.199218750000 +0.007873535156 +-0.078125000000 +-0.053955078125 +-0.271484375000 +0.055908203125 +-0.001457214355 +-0.082031250000 +-0.041503906250 +-0.106933593750 +0.083984375000 +-0.154296875000 +0.058837890625 +-0.041992187500 +-0.061523437500 +0.138671875000 +0.152343750000 +-0.083007812500 +0.177734375000 +0.005706787109 +0.120117187500 +-0.218750000000 +0.090820312500 +-0.125000000000 +-0.043457031250 +-0.016235351562 +-0.098144531250 +0.004486083984 +0.061767578125 +-0.059570312500 +-0.087890625000 +-0.150390625000 +0.076660156250 +-0.069824218750 +-0.058837890625 +-0.134765625000 +-0.019409179688 +0.051513671875 +0.053466796875 +0.072265625000 +0.046386718750 +-0.083496093750 +0.037353515625 +-0.135742187500 +-0.044433593750 +0.060302734375 +-0.023803710938 +0.000343322754 +-0.056640625000 +0.142578125000 +-0.345703125000 +-0.202148437500 +0.166015625000 +0.025756835938 +0.101562500000 +0.015258789062 +0.001716613770 +0.056152343750 +-0.024658203125 +-0.057861328125 +-0.073242187500 +0.066406250000 +0.101074218750 +0.053955078125 +0.094238281250 +-0.041503906250 +-0.025634765625 +-0.034423828125 +-0.126953125000 +0.005676269531 +0.038818359375 +-0.128906250000 +-0.017089843750 +-0.066894531250 +0.095703125000 +0.011962890625 +0.010070800781 +0.046142578125 +-0.092773437500 +0.037841796875 +-0.010925292969 +-0.026733398438 +0.082519531250 +0.100097656250 +-0.004852294922 +0.072753906250 +0.093750000000 +0.048828125000 +-0.041748046875 +0.035156250000 +-0.018310546875 +-0.052001953125 +0.036376953125 +-0.060546875000 +-0.083007812500 +-0.205078125000 +-0.029663085938 +-0.045410156250 +-0.003616333008 +0.019775390625 +-0.200195312500 +0.031982421875 +-0.085449218750 +-0.005737304688 +0.195312500000 +-0.056396484375 +-0.150390625000 +0.059570312500 +-0.251953125000 +0.121093750000 +0.023803710938 +-0.025146484375 +0.019165039062 +0.040283203125 +-0.445312500000 +0.024536132812 +0.178710937500 +0.152343750000 +-0.042236328125 +-0.009155273438 +-0.079589843750 +0.122070312500 +-0.213867187500 +-0.215820312500 +0.040283203125 +-0.046142578125 +-0.045166015625 +-0.089843750000 +-0.041259765625 +0.078125000000 +0.055908203125 +-0.095214843750 +-0.176757812500 +-0.077636718750 +-0.028686523438 +0.017089843750 +0.100585937500 +0.031250000000 +0.099609375000 +0.018554687500 +-0.138671875000 +0.080566406250 +0.096679687500 +0.061767578125 +-0.018676757812 +-0.142578125000 +0.069824218750 +-0.139648437500 +0.084472656250 +-0.172851562500 +-0.025146484375 +0.026123046875 +-0.085937500000 +0.035156250000 +-0.138671875000 +-0.099121093750 +0.052001953125 +-0.093261718750 +0.029541015625 +-0.289062500000 +-0.092285156250 +0.127929687500 +0.006896972656 +0.026733398438 +-0.190429687500 +0.031982421875 +0.012390136719 +-0.079101562500 +0.214843750000 +-0.123535156250 +-0.103515625000 +-0.040283203125 +-0.209960937500 +-0.027709960938 +-0.130859375000 +-0.083007812500 +-0.050781250000 +-0.081054687500 +-0.064941406250 +-0.043212890625 +0.083496093750 +0.125976562500 +-0.275390625000 +-0.033203125000 +-0.137695312500 +-0.008483886719 +-0.061523437500 +-0.159179687500 +0.016601562500 +0.046630859375 +-0.204101562500 +-0.159179687500 +-0.044921875000 +0.042236328125 +0.102050781250 +0.012023925781 +-0.064453125000 +-0.201171875000 +-0.031982421875 +-0.076171875000 +0.060058593750 +0.056396484375 +-0.042480468750 +0.133789062500 +-0.220703125000 +0.003738403320 +0.017578125000 +-0.027343750000 +0.067871093750 +-0.439453125000 +-0.150390625000 +-0.094238281250 +0.058593750000 +-0.016357421875 +-0.036376953125 +-0.017578125000 +-0.173828125000 +-0.056640625000 +-0.028564453125 +-0.013732910156 +-0.033203125000 +-0.080566406250 +0.044433593750 +-0.091308593750 +0.081054687500 +0.052246093750 +-0.083007812500 +-0.038330078125 +-0.172851562500 +-0.082031250000 +-0.132812500000 +-0.061523437500 +0.051513671875 +-0.194335937500 +-0.095214843750 +-0.007995605469 +-0.261718750000 +0.034912109375 +-0.038330078125 +-0.019653320312 +-0.083007812500 +-0.132812500000 +0.003433227539 +0.060058593750 +0.145507812500 +0.109375000000 +-0.349609375000 +-0.189453125000 +0.146484375000 +0.084472656250 +0.092773437500 +0.032226562500 +0.103027343750 +0.073730468750 +-0.052734375000 +-0.192382812500 +0.061279296875 +-0.067871093750 +0.018066406250 +0.067871093750 +-0.148437500000 +0.136718750000 +0.009582519531 +0.033203125000 +-0.040527343750 +-0.007263183594 +-0.200195312500 +0.068359375000 +-0.277343750000 +-0.024780273438 +0.096191406250 +-0.062011718750 +-0.038574218750 +-0.246093750000 +0.019409179688 +-0.187500000000 +0.003051757812 +0.018920898438 +0.119140625000 +0.100585937500 +-0.019409179688 +0.058593750000 +-0.098632812500 +0.075195312500 +-0.034912109375 +-0.068847656250 +0.065429687500 +-0.361328125000 +0.073730468750 +0.142578125000 +0.036132812500 +-0.120117187500 +-0.031738281250 +-0.049072265625 +-0.079589843750 +0.077636718750 +0.023315429688 +0.150390625000 +0.107421875000 +-0.083496093750 +0.134765625000 +0.100097656250 +0.063964843750 +-0.337890625000 +-0.213867187500 +0.052246093750 +0.060791015625 +0.168945312500 +0.063964843750 +-0.139648437500 +-0.257812500000 +0.142578125000 +0.008178710938 +0.042724609375 +-0.176757812500 +-0.154296875000 +0.077148437500 +-0.064941406250 +0.084960937500 +0.153320312500 +0.092285156250 +0.082519531250 +-0.024780273438 +-0.009399414062 +-0.239257812500 +0.141601562500 +-0.228515625000 +0.054199218750 +0.141601562500 +0.055664062500 +0.035400390625 +-0.004058837891 +0.196289062500 +-0.147460937500 +0.033447265625 +0.012145996094 +0.154296875000 +-0.108886718750 +0.100097656250 +0.148437500000 +-0.138671875000 +-0.103027343750 +0.069824218750 +0.055419921875 +0.121093750000 +-0.253906250000 +0.032226562500 +0.155273437500 +-0.004211425781 +-0.009643554688 +-0.122558593750 +-0.237304687500 +0.145507812500 +0.024902343750 +-0.058349609375 +-0.259765625000 +0.104003906250 +-0.031005859375 +-0.111816406250 +0.007324218750 +0.005767822266 +0.114257812500 +0.081542968750 +-0.083984375000 +-0.106445312500 +0.095703125000 +0.084472656250 +-0.049072265625 +-0.057617187500 +-0.053710937500 +-0.022583007812 +-0.088867187500 +0.038085937500 +-0.011535644531 +-0.086425781250 +0.067871093750 +-0.060791015625 +0.087402343750 +0.110351562500 +-0.185546875000 +0.139648437500 +-0.011779785156 +0.122070312500 +-0.020996093750 +0.073242187500 +-0.127929687500 +-0.007415771484 +-0.063476562500 +-0.001937866211 +0.142578125000 +-0.191406250000 +-0.170898437500 +0.056396484375 +-0.110839843750 +0.085937500000 +0.024780273438 +-0.059082031250 +-0.183593750000 +0.150390625000 +0.061035156250 +0.062011718750 +-0.261718750000 +0.098632812500 +0.004974365234 +-0.421875000000 +-0.025878906250 +0.075683593750 +-0.060302734375 +0.103027343750 +-0.154296875000 +0.083496093750 +-0.066894531250 +-0.335937500000 +0.045654296875 +0.002349853516 +-0.186523437500 +0.056152343750 +-0.065917968750 +-0.226562500000 +-0.032714843750 +-0.032714843750 +0.032226562500 +-0.084472656250 +0.005096435547 +-0.078613281250 +-0.000724792480 +0.082519531250 +-0.154296875000 +-0.081542968750 +-0.020751953125 +0.032226562500 +-0.239257812500 +-0.127929687500 +0.096679687500 +0.216796875000 +0.089355468750 +0.028808593750 +-0.071289062500 +-0.285156250000 +-0.071289062500 +-0.102539062500 +0.049316406250 +0.001861572266 +-0.265625000000 +0.092773437500 +-0.023437500000 +0.053466796875 +0.086914062500 +0.007232666016 +-0.376953125000 +0.006195068359 +-0.003112792969 +-0.162109375000 +0.092285156250 +-0.143554687500 +0.097167968750 +0.195312500000 +0.089843750000 +-0.097167968750 +0.021972656250 +-0.225585937500 +-0.160156250000 +-0.012451171875 +-0.024902343750 +-0.041748046875 +-0.004119873047 +0.121093750000 +-0.404296875000 +-0.185546875000 +-0.074218750000 +0.023071289062 +-0.170898437500 +0.006317138672 +-0.008544921875 +-0.105957031250 +-0.151367187500 +-0.203125000000 +0.121582031250 +0.055175781250 +-0.314453125000 +-0.192382812500 +0.078613281250 +-0.034912109375 +-0.044677734375 +-0.176757812500 +-0.062500000000 +0.030761718750 +-0.009277343750 +0.077148437500 +-0.015869140625 +0.088378906250 +-0.100097656250 +0.164062500000 +0.059326171875 +0.037109375000 +0.160156250000 +-0.271484375000 +-0.048583984375 +0.076171875000 +0.153320312500 +-0.028442382812 +-0.019897460938 +-0.233398437500 +-0.208984375000 +-0.020019531250 +0.022094726562 +0.003097534180 +-0.287109375000 +-0.182617187500 +0.056884765625 +-0.038085937500 +0.049560546875 +-0.033447265625 +-0.476562500000 +0.058105468750 +-0.220703125000 +-0.001167297363 +0.111816406250 +-0.019042968750 +0.119628906250 +-0.053710937500 +-0.114746093750 +-0.145507812500 +0.071289062500 +-0.202148437500 +-0.015747070312 +-0.117187500000 +-0.128906250000 +-0.081054687500 +-0.102539062500 +0.019165039062 +-0.449218750000 +-0.011840820312 +0.091308593750 +0.077148437500 +-0.058105468750 +-0.035644531250 +0.120605468750 +-0.021240234375 +-0.236328125000 +-0.130859375000 +0.062255859375 +-0.187500000000 +-0.273437500000 +0.087402343750 +-0.026367187500 +-0.070800781250 +-0.038818359375 +-0.279296875000 +0.048583984375 +0.111816406250 +-0.025146484375 +0.123535156250 +-0.074707031250 +-0.055664062500 +-0.261718750000 +0.119140625000 +-0.019897460938 +0.040527343750 +0.120605468750 +-0.030883789062 +-0.106445312500 +-0.049560546875 +0.120117187500 +-0.300781250000 +0.071777343750 +-0.168945312500 +-0.050781250000 +0.039794921875 +0.028930664062 +-0.141601562500 +-0.116210937500 +-0.103027343750 +0.042724609375 +-0.014648437500 +-0.126953125000 +-0.008056640625 +-0.996093750000 +-0.092285156250 +-0.239257812500 +-0.081054687500 +0.230468750000 +-0.039550781250 +-0.143554687500 +-0.063964843750 +-0.042724609375 +-0.257812500000 +0.056152343750 +-0.165039062500 +0.046630859375 +-0.146484375000 +0.098144531250 +0.000016808510 +0.052490234375 +0.170898437500 +-0.012695312500 +-0.020141601562 +-0.155273437500 +-0.089843750000 +0.043457031250 +-0.102539062500 +0.049316406250 +0.021362304688 +-0.134765625000 +-0.349609375000 +0.005035400391 +0.060791015625 +-0.054443359375 +-0.066894531250 +0.131835937500 +0.005065917969 +-0.060546875000 +-0.349609375000 +-0.050781250000 +0.008178710938 +-0.314453125000 +-0.032958984375 +-0.267578125000 +0.038818359375 +0.002182006836 +0.100097656250 +0.028686523438 +-0.016357421875 +0.184570312500 +0.030639648438 +-0.110351562500 +0.179687500000 +0.028686523438 +-0.196289062500 +0.086914062500 +-0.071777343750 +-0.013549804688 +0.014648437500 +-0.088867187500 +-0.283203125000 +-0.122070312500 +-0.025390625000 +-0.072265625000 +-0.002655029297 +-0.061523437500 +-0.080078125000 +-0.746093750000 +-0.118652343750 +-0.128906250000 +-0.090820312500 +0.034912109375 +0.008361816406 +-0.257812500000 +0.074707031250 +0.007659912109 +-0.062500000000 +0.017211914062 +-0.093261718750 +-0.005065917969 +-0.020751953125 +-0.014709472656 +0.061523437500 +0.063964843750 +-0.008117675781 +-0.030639648438 +0.171875000000 +-0.187500000000 +-0.024291992188 +-0.142578125000 +-0.068847656250 +-0.138671875000 +0.104980468750 +0.025512695312 +-0.173828125000 +0.080078125000 +0.033447265625 +0.052246093750 +-0.203125000000 +0.074707031250 +0.012451171875 +-0.021606445312 +-0.198242187500 +-0.155273437500 +-0.043212890625 +-0.083984375000 +-0.249023437500 +-0.507812500000 +0.018798828125 +0.161132812500 +0.026489257812 +-0.043457031250 +0.144531250000 +-0.030883789062 +0.231445312500 +-0.289062500000 +-0.151367187500 +-0.090332031250 +-0.132812500000 +-0.150390625000 +-0.040039062500 +0.064941406250 +-0.182617187500 +-0.054687500000 +-0.148437500000 +-0.172851562500 +0.347656250000 +0.090332031250 +0.041503906250 +0.062988281250 +-0.165039062500 +-0.245117187500 +0.138671875000 +0.166992187500 +-0.228515625000 +0.075195312500 +0.071289062500 +-0.273437500000 +0.080566406250 +-0.271484375000 +0.111328125000 +-0.022827148438 +-0.043701171875 +0.127929687500 +0.121093750000 +-0.025268554688 +0.079589843750 +-0.152343750000 +0.094726562500 +0.054931640625 +0.125000000000 +0.006072998047 +0.052734375000 +-0.037353515625 +0.199218750000 +0.026123046875 +-0.016601562500 +0.045410156250 +0.171875000000 +-0.160156250000 +0.096679687500 +0.102539062500 +0.158203125000 +-0.071289062500 +-0.038085937500 +0.097167968750 +0.003936767578 +0.147460937500 +-0.004425048828 +0.079589843750 +-0.120117187500 +-0.093750000000 +-0.017211914062 +-0.079101562500 +-0.037353515625 +-0.018310546875 +0.028564453125 +0.020629882812 +-0.046630859375 +-0.139648437500 +-0.122070312500 +0.033447265625 +-0.122558593750 +-0.363281250000 +0.127929687500 +0.062011718750 +0.100585937500 +-0.040283203125 +0.101074218750 +-0.020263671875 +0.069335937500 +0.021728515625 +-0.180664062500 +0.096191406250 +0.084960937500 +-0.082519531250 +0.046875000000 +-0.070312500000 +-0.125976562500 +-0.036865234375 +0.009826660156 +-0.101562500000 +0.198242187500 +-0.063964843750 +-0.102050781250 +-0.183593750000 +-0.035888671875 +0.265625000000 +0.026367187500 +-0.188476562500 +0.077148437500 +0.049560546875 +0.183593750000 +-0.120605468750 +0.057861328125 +0.084472656250 +-0.036132812500 +0.137695312500 +-0.185546875000 +-0.081542968750 +0.147460937500 +0.065917968750 +-0.343750000000 +-0.221679687500 +0.103515625000 +0.024047851562 +0.023071289062 +0.044921875000 +-0.020507812500 +-0.154296875000 +0.049560546875 +0.049072265625 +-0.030151367188 +-0.030639648438 +0.077148437500 +0.045166015625 +-0.085937500000 +-0.169921875000 +0.019775390625 +0.141601562500 +-0.093750000000 +0.057617187500 +0.058105468750 +-0.149414062500 +-0.038818359375 +-0.050781250000 +0.183593750000 +0.013671875000 +0.024780273438 +-0.038574218750 +0.039794921875 +-0.001060485840 +0.013916015625 +0.164062500000 +-0.042968750000 +-0.001029968262 +-0.168945312500 +0.147460937500 +0.283203125000 +0.086914062500 +-0.117675781250 +0.027099609375 +0.062500000000 +0.096191406250 +-0.052978515625 +-0.066406250000 +0.052490234375 +-0.129882812500 +0.149414062500 +-0.016845703125 +0.034912109375 +0.135742187500 +0.029296875000 +-0.056640625000 +-0.007141113281 +-0.050537109375 +0.093261718750 +0.020141601562 +-0.043945312500 +0.150390625000 +-0.049804687500 +0.072265625000 +0.133789062500 +-0.039794921875 +0.205078125000 +-0.099121093750 +0.066894531250 +-0.138671875000 +0.053710937500 +0.015625000000 +0.045654296875 +-0.041748046875 +0.104980468750 +-0.123535156250 +0.225585937500 +0.001480102539 +0.222656250000 +-0.000633239746 +0.001922607422 +0.085937500000 +-0.182617187500 +-0.134765625000 +-0.119628906250 +0.073242187500 +-0.041015625000 +0.017089843750 +0.083984375000 +-0.265625000000 +-0.106933593750 +-0.138671875000 +0.100097656250 +-0.071777343750 +0.058593750000 +0.086425781250 +-0.011535644531 +-0.097167968750 +0.005828857422 +-0.023803710938 +-0.074707031250 +0.055175781250 +0.114257812500 +-0.132812500000 +-0.077636718750 +-0.008178710938 +0.136718750000 +-0.140625000000 +0.074218750000 +0.057373046875 +0.021362304688 +0.064453125000 +0.028198242188 +-0.151367187500 +-0.184570312500 +-0.035644531250 +-0.087402343750 +0.031738281250 +-0.041992187500 +0.026977539062 +0.040527343750 +-0.150390625000 +0.076660156250 +0.052978515625 +-0.007232666016 +-0.166015625000 +-0.085937500000 +-0.045166015625 +0.164062500000 +0.013000488281 +0.159179687500 +0.026855468750 +-0.004302978516 +-0.130859375000 +-0.023925781250 +-0.047607421875 +-0.034423828125 +0.105468750000 +-0.062255859375 +-0.239257812500 +0.229492187500 +-0.149414062500 +0.036132812500 +0.015869140625 +0.153320312500 +-0.053222656250 +0.116210937500 +-0.257812500000 +-0.125976562500 +0.088867187500 +0.091308593750 +-0.057373046875 +0.046875000000 +-0.343750000000 +0.039062500000 +-0.239257812500 +0.130859375000 +0.030761718750 +0.053710937500 +0.125976562500 +-0.016845703125 +0.049316406250 +0.025634765625 +-0.039306640625 +-0.052001953125 +0.045654296875 +-0.006286621094 +-0.058837890625 +-0.020263671875 +0.095214843750 +-0.078125000000 +-0.005706787109 +-0.253906250000 +0.110839843750 +-0.066406250000 +0.171875000000 +0.011230468750 +-0.488281250000 +-0.010864257812 +-0.121093750000 +-0.096679687500 +-0.081542968750 +-0.135742187500 +-0.102539062500 +0.136718750000 +-0.148437500000 +-0.034667968750 +-0.066406250000 +0.031494140625 +0.052978515625 +-0.083007812500 +-0.129882812500 +0.193359375000 +0.168945312500 +0.143554687500 +0.090820312500 +0.015136718750 +-0.221679687500 +-0.066406250000 +0.104980468750 +-0.076171875000 +0.104980468750 +-0.016113281250 +-0.142578125000 +0.072753906250 +-0.012817382812 +-0.302734375000 +-0.125976562500 +0.042480468750 +0.010681152344 +-0.261718750000 +-0.163085937500 +-0.057617187500 +-0.032226562500 +-0.082519531250 +-0.261718750000 +-0.156250000000 +-0.050537109375 +-0.017944335938 +-0.292968750000 +0.095703125000 +-0.022338867188 +0.040283203125 +-0.283203125000 +-0.093261718750 +-0.265625000000 +-0.004486083984 +-0.143554687500 +-0.016967773438 +0.018310546875 +-0.039306640625 +-0.210937500000 +0.060058593750 +-0.004302978516 +0.054687500000 +-0.134765625000 +-0.082031250000 +0.009277343750 +0.070800781250 +0.003021240234 +0.032226562500 +-0.053222656250 +-0.157226562500 +-0.207031250000 +0.195312500000 +-0.022216796875 +0.122070312500 +-0.184570312500 +0.102539062500 +-0.294921875000 +-0.068847656250 +-0.040771484375 +0.162109375000 +0.190429687500 +-0.060546875000 +-0.012512207031 +0.310546875000 +0.017944335938 +0.126953125000 +0.130859375000 +0.050537109375 +-0.054199218750 +-0.094726562500 +-0.100585937500 +-0.000135421753 +0.128906250000 +0.011657714844 +0.002731323242 +-0.113769531250 +0.187500000000 +-0.029541015625 +-0.292968750000 +0.134765625000 +0.080566406250 +0.141601562500 +0.124511718750 +0.029174804688 +0.057617187500 +0.049072265625 +0.023071289062 +-0.094726562500 +0.068359375000 +-0.281250000000 +-0.281250000000 +0.046630859375 +0.150390625000 +-0.104492187500 +-0.052246093750 +-0.138671875000 +0.060058593750 +0.071777343750 +0.090820312500 +-0.102539062500 +0.055908203125 +0.001083374023 +-0.227539062500 +0.162109375000 +-0.223632812500 +0.131835937500 +-0.036865234375 +-0.091796875000 +0.007995605469 +0.055419921875 +-0.062500000000 +0.057861328125 +-0.119140625000 +0.263671875000 +-0.206054687500 +0.056396484375 +0.263671875000 +0.094726562500 +-0.166015625000 +0.020019531250 +-0.093750000000 +-0.012023925781 +-0.072265625000 +-0.080078125000 +0.220703125000 +-0.180664062500 +0.285156250000 +0.126953125000 +-0.133789062500 +-0.009582519531 +0.030395507812 +0.021850585938 +-0.030395507812 +0.079589843750 +0.005523681641 +0.081054687500 +-0.111816406250 +-0.018798828125 +0.038330078125 +0.003005981445 +-0.007873535156 +-0.005798339844 +-0.206054687500 +0.105468750000 +0.052978515625 +0.005279541016 +0.122070312500 +0.120605468750 +-0.033203125000 +-0.086425781250 +0.171875000000 +-0.022949218750 +0.056396484375 +-0.060302734375 +-0.112304687500 +0.021118164062 +0.104492187500 +0.046630859375 +0.233398437500 +0.092773437500 +0.103027343750 +-0.190429687500 +-0.170898437500 +-0.092285156250 +-0.041748046875 +-0.015136718750 +-0.104003906250 +0.149414062500 +-0.098144531250 +0.028808593750 +-0.109375000000 +-0.041015625000 +0.201171875000 +0.021850585938 +-0.125976562500 +0.099609375000 +-0.318359375000 +-0.021972656250 +-0.188476562500 +0.119628906250 +0.137695312500 +-0.007934570312 +0.224609375000 +0.059082031250 +-0.124511718750 +-0.110839843750 +-0.014343261719 +-0.151367187500 +0.094238281250 +0.071289062500 +0.078125000000 +-0.021240234375 +-0.170898437500 +0.230468750000 +-0.101562500000 +0.072753906250 +0.087402343750 +-0.078125000000 +-0.096679687500 +-0.275390625000 +-0.163085937500 +-0.059570312500 +-0.343750000000 +0.100585937500 +0.022338867188 +-0.093750000000 +0.036621093750 +0.117187500000 +0.062255859375 +-0.027221679688 +-0.363281250000 +0.175781250000 +-0.073242187500 +-0.013732910156 +0.048339843750 +0.098632812500 +-0.050781250000 +-0.010681152344 +-0.029907226562 +-0.074707031250 +-0.166992187500 +0.126953125000 +0.071289062500 +0.216796875000 +-0.210937500000 +0.071289062500 +0.053466796875 +0.078125000000 +0.158203125000 +0.179687500000 +-0.207031250000 +-0.206054687500 +0.296875000000 +-0.045654296875 +-0.053466796875 +-0.185546875000 +0.179687500000 +-0.006439208984 +-0.148437500000 +-0.259765625000 +-0.017333984375 +-0.033691406250 +-0.030517578125 +0.013549804688 +0.082031250000 +-0.012268066406 +0.046142578125 +-0.016479492188 +0.055908203125 +0.291015625000 +-0.160156250000 +0.094238281250 +0.105468750000 +0.084960937500 +0.144531250000 +0.250000000000 +-0.052734375000 +0.064941406250 +0.170898437500 +-0.068847656250 +-0.003631591797 +-0.013000488281 +-0.008300781250 +-0.152343750000 +0.000473022461 +0.040039062500 +-0.231445312500 +-0.024536132812 +0.063476562500 +-0.408203125000 +-0.019653320312 +-0.011779785156 +0.050781250000 +0.061523437500 +-0.253906250000 +0.034179687500 +0.049804687500 +-0.173828125000 +-0.138671875000 +-0.101562500000 +0.046386718750 +0.011779785156 +-0.289062500000 +0.126953125000 +-0.255859375000 +0.100097656250 +0.161132812500 +0.005004882812 +-0.034912109375 +0.109375000000 +-0.096191406250 +-0.027221679688 +0.089355468750 +0.058349609375 +-0.030517578125 +0.030151367188 +0.075195312500 +0.018798828125 +-0.322265625000 +-0.055664062500 +0.088378906250 +0.067382812500 +0.013061523438 +-0.152343750000 +0.041259765625 +0.186523437500 +-0.038085937500 +-0.009643554688 +-0.091308593750 +-0.029174804688 +0.199218750000 +0.028320312500 +-0.049560546875 +0.025512695312 +-0.000434875488 +-0.019531250000 +-0.004486083984 +0.081542968750 +0.053955078125 +-0.043701171875 +0.210937500000 +0.183593750000 +-0.064941406250 +0.152343750000 +-0.130859375000 +-0.133789062500 +-0.088378906250 +-0.310546875000 +-0.094238281250 +-0.113769531250 +-0.153320312500 +0.066894531250 +-0.016479492188 +0.063476562500 +-0.089843750000 +-0.005340576172 +-0.134765625000 +-0.094726562500 +-0.138671875000 +-0.122070312500 +-0.036621093750 +-0.029541015625 +-0.117675781250 +-0.112304687500 +0.174804687500 +0.041015625000 +-0.078125000000 +-0.087402343750 +0.003646850586 +0.026000976562 +0.230468750000 +0.065429687500 +0.080566406250 +-0.092773437500 +0.063964843750 +-0.070800781250 +-0.159179687500 +-0.156250000000 +-0.076171875000 +0.199218750000 +0.145507812500 +-0.132812500000 +0.135742187500 +-0.028198242188 +0.069824218750 +0.081542968750 +-0.289062500000 +-0.140625000000 +0.011779785156 +-0.122558593750 +-0.017700195312 +0.142578125000 +0.103515625000 +-0.142578125000 +0.095214843750 +0.097167968750 +-0.197265625000 +-0.035644531250 +0.004058837891 +-0.017700195312 +-0.024414062500 +0.051025390625 +-0.115234375000 +-0.096679687500 +0.165039062500 +0.095703125000 +-0.232421875000 +0.224609375000 +-0.043945312500 +-0.057861328125 +-0.163085937500 +-0.024536132812 +-0.087402343750 +0.105957031250 +-0.160156250000 +-0.210937500000 +0.035400390625 +-0.011657714844 +-0.192382812500 +0.136718750000 +-0.023071289062 +-0.067382812500 +-0.298828125000 +0.031982421875 +-0.088867187500 +-0.265625000000 +-0.088867187500 +-0.102050781250 +0.153320312500 +0.104980468750 +0.093261718750 +-0.227539062500 +-0.058105468750 +-0.022216796875 +0.155273437500 +-0.076171875000 +0.031738281250 +-0.062988281250 +-0.160156250000 +0.020996093750 +-0.059082031250 +0.003463745117 +-0.216796875000 +0.122070312500 +0.089355468750 +-0.002410888672 +0.026855468750 +0.102539062500 +0.026977539062 +-0.077636718750 +-0.062988281250 +-0.253906250000 +-0.019409179688 +0.142578125000 +-0.028564453125 +0.062988281250 +0.103515625000 +-0.095703125000 +0.014404296875 +0.203125000000 +-0.152343750000 +0.072265625000 +0.137695312500 +0.198242187500 +-0.207031250000 +-0.224609375000 +-0.390625000000 +0.110351562500 +0.093750000000 +0.166015625000 +-0.033203125000 +0.108886718750 +0.047851562500 +0.064453125000 +0.050048828125 +0.074707031250 +-0.014587402344 +0.057373046875 +-0.100097656250 +0.037109375000 +-0.049804687500 +-0.117675781250 +-0.117187500000 +0.072265625000 +-0.088867187500 +-0.167968750000 +-0.263671875000 +0.026977539062 +-0.064453125000 +-0.086425781250 +-0.037841796875 +-0.039550781250 +0.117187500000 +0.099121093750 +0.007690429688 +0.070312500000 +0.035644531250 +0.002914428711 +0.145507812500 +0.176757812500 +-0.042480468750 +-0.129882812500 +-0.179687500000 +-0.112304687500 +-0.102050781250 +-0.040527343750 +0.017089843750 +0.060791015625 +-0.006164550781 +-0.151367187500 +-0.026977539062 +-0.029785156250 +0.079589843750 +0.094726562500 +0.048095703125 +0.074707031250 +-0.231445312500 +-0.063476562500 +0.058593750000 +-0.027465820312 +0.127929687500 +0.003219604492 +-0.100585937500 +0.124511718750 +-0.173828125000 +0.059570312500 +0.257812500000 +0.133789062500 +-0.033691406250 +-0.055175781250 +-0.130859375000 +0.026367187500 +-0.133789062500 +-0.013244628906 +-0.063476562500 +0.052001953125 +0.008850097656 +-0.289062500000 +0.083007812500 +0.133789062500 +0.138671875000 +0.044921875000 +0.010742187500 +-0.097656250000 +-0.065429687500 +0.032470703125 +-0.108398437500 +0.006195068359 +-0.107910156250 +-0.126953125000 +-0.116210937500 +-0.151367187500 +0.027465820312 +0.026733398438 +0.060546875000 +-0.060302734375 +0.202148437500 +0.158203125000 +0.025146484375 +-0.232421875000 +0.014221191406 +0.125000000000 +-0.187500000000 +0.061767578125 +-0.163085937500 +0.022949218750 +-0.084960937500 +-0.107421875000 +0.056640625000 +-0.056884765625 +-0.064453125000 +0.007598876953 +0.002258300781 +-0.083984375000 +-0.020385742188 +0.038330078125 +-0.075683593750 +0.001350402832 +0.067382812500 +0.073242187500 +-0.029052734375 +0.119628906250 +-0.123046875000 +-0.033935546875 +0.053222656250 +0.104492187500 +0.123535156250 +0.263671875000 +-0.308593750000 +0.125976562500 +0.037841796875 +0.093750000000 +0.049560546875 +-0.179687500000 +-0.089355468750 +-0.115234375000 +0.010498046875 +0.032714843750 +-0.084472656250 +-0.092773437500 +-0.009582519531 +-0.081542968750 +0.326171875000 +-0.316406250000 +0.041259765625 +0.020141601562 +-0.053710937500 +-0.009704589844 +-0.037109375000 +-0.038818359375 +0.098144531250 +-0.168945312500 +0.185546875000 +-0.015075683594 +0.011230468750 +-0.208007812500 +-0.077636718750 +-0.004272460938 +0.126953125000 +0.028442382812 +-0.047119140625 +-0.100585937500 +0.112304687500 +0.064453125000 +-0.129882812500 +0.041503906250 +-0.285156250000 +0.127929687500 +0.002410888672 +0.052490234375 +-0.017211914062 +-0.072265625000 +0.125000000000 +-0.012145996094 +-0.079101562500 +0.124023437500 +-0.074218750000 +-0.073242187500 +0.189453125000 +-0.132812500000 +-0.141601562500 +0.114746093750 +-0.022583007812 +0.208984375000 +-0.038085937500 +0.095703125000 +-0.141601562500 +0.023925781250 +0.054931640625 +0.109863281250 +0.098144531250 +0.047119140625 +-0.003768920898 +0.097656250000 +-0.037353515625 +-0.050781250000 +0.133789062500 +0.067871093750 +0.182617187500 +0.146484375000 +-0.043945312500 +0.109375000000 +-0.118652343750 +0.244140625000 +0.025268554688 +0.002746582031 +-0.068847656250 +-0.159179687500 +0.018554687500 +0.034912109375 +0.022338867188 +0.067871093750 +-0.035644531250 +0.041259765625 +0.063964843750 +0.010620117188 +-0.093261718750 +-0.054199218750 +0.124511718750 +-0.042968750000 +0.068359375000 +0.064453125000 +-0.011047363281 +0.171875000000 +0.269531250000 +0.163085937500 +-0.157226562500 +0.098632812500 +-0.040527343750 +0.226562500000 +0.185546875000 +0.216796875000 +0.054931640625 +-0.063476562500 +-0.061523437500 +-0.059570312500 +0.205078125000 +0.032226562500 +-0.188476562500 +0.123046875000 +-0.001335144043 +0.113769531250 +0.102050781250 +0.080566406250 +0.037597656250 +-0.022216796875 +-0.166992187500 +0.032714843750 +0.171875000000 +-0.053466796875 +0.298828125000 +-0.024780273438 +0.109863281250 +-0.040039062500 +0.060302734375 +0.094238281250 +0.083496093750 +-0.015991210938 +0.045166015625 +0.178710937500 +0.056396484375 +0.047607421875 +-0.013488769531 +0.123046875000 +-0.087402343750 +-0.014038085938 +0.079101562500 +0.015991210938 +0.055908203125 +-0.052490234375 +0.166015625000 +-0.006347656250 +0.075683593750 +-0.169921875000 +0.024291992188 +0.003479003906 +-0.047607421875 +0.121093750000 +0.020141601562 +0.026855468750 +-0.231445312500 +0.032714843750 +0.100585937500 +0.102539062500 +0.018798828125 +0.046630859375 +-0.220703125000 +-0.042968750000 +0.231445312500 +0.253906250000 +-0.192382812500 +0.136718750000 +-0.265625000000 +0.109375000000 +0.110351562500 +0.086425781250 +-0.100585937500 +0.089355468750 +-0.001296997070 +-0.161132812500 +0.233398437500 +0.169921875000 +0.031982421875 +0.065429687500 +-0.014648437500 +-0.108398437500 +-0.070800781250 +0.030273437500 +-0.098632812500 +-0.123046875000 +-0.198242187500 +0.099609375000 +0.043701171875 +-0.156250000000 +0.281250000000 +0.014404296875 +-0.008239746094 +-0.269531250000 +-0.046630859375 +0.038085937500 +-0.105468750000 +-0.117675781250 +0.182617187500 +0.038574218750 +-0.147460937500 +0.044677734375 +0.175781250000 +0.102539062500 +-0.177734375000 +0.061035156250 +0.001533508301 +-0.016479492188 +-0.113769531250 +-0.008544921875 +0.113769531250 +0.127929687500 +-0.022705078125 +0.018798828125 +0.014221191406 +-0.152343750000 +0.050537109375 +0.024169921875 +-0.033203125000 +0.042236328125 +-0.103027343750 +-0.029907226562 +-0.082031250000 +0.193359375000 +-0.128906250000 +-0.017944335938 +-0.441406250000 +0.026367187500 +0.181640625000 +0.168945312500 +-0.208007812500 +-0.004821777344 +-0.018310546875 +0.132812500000 +-0.117675781250 +0.123535156250 +-0.136718750000 +-0.029418945312 +0.061279296875 +0.125976562500 +0.097656250000 +-0.234375000000 +0.029418945312 +0.011596679688 +0.171875000000 +-0.114746093750 +0.122558593750 +-0.302734375000 +-0.013427734375 +-0.010864257812 +-0.146484375000 +0.076660156250 +-0.009399414062 +-0.085449218750 +0.017456054688 +-0.034667968750 +0.047607421875 +0.095214843750 +-0.214843750000 +0.037597656250 +0.068359375000 +0.043212890625 +-0.195312500000 +-0.386718750000 +-0.202148437500 +0.188476562500 +0.020629882812 +0.129882812500 +-0.050048828125 +0.016235351562 +-0.101074218750 +-0.240234375000 +0.031982421875 +0.034912109375 +0.054931640625 +0.195312500000 +0.070800781250 +-0.035400390625 +-0.043457031250 +-0.119140625000 +-0.067382812500 +0.071289062500 +-0.150390625000 +-0.016601562500 +-0.000169754028 +0.070800781250 +-0.146484375000 +0.051269531250 +-0.024536132812 +-0.185546875000 +-0.527343750000 +-0.045654296875 +0.044189453125 +-0.173828125000 +-0.066406250000 +-0.115722656250 +0.008666992188 +0.058837890625 +-0.128906250000 +-0.097656250000 +-0.251953125000 +0.070312500000 +0.020141601562 +-0.060791015625 +-0.008239746094 +-0.035400390625 +-0.051269531250 +0.057128906250 +-0.108886718750 +-0.083984375000 +0.121582031250 +-0.392578125000 +0.054443359375 +-0.103515625000 +-0.002624511719 +-0.005798339844 +0.062011718750 +-0.101074218750 +-0.074218750000 +-0.090332031250 +-0.021972656250 +-0.148437500000 +-0.088867187500 +0.014648437500 +0.107421875000 +0.043212890625 +0.061767578125 +-0.480468750000 +-0.103027343750 +0.159179687500 +-0.049560546875 +0.012512207031 +0.062988281250 +0.080078125000 +-0.324218750000 +-0.058593750000 +-0.159179687500 +0.090332031250 +-0.038574218750 +0.004821777344 +0.003585815430 +-0.095703125000 +-0.300781250000 +-0.009460449219 +-0.059814453125 +-0.025024414062 +0.008911132812 +-0.064453125000 +-0.040771484375 +-0.066406250000 +0.034423828125 +0.060058593750 +-0.211914062500 +-0.196289062500 +-0.244140625000 +0.024291992188 +-0.008605957031 +0.101074218750 +0.068847656250 +-0.020141601562 +0.076171875000 +0.016967773438 +0.000999450684 +0.045166015625 +-0.161132812500 +0.007812500000 +-0.179687500000 +-0.089355468750 +0.019409179688 +0.070312500000 +-0.236328125000 +0.018432617188 +-0.226562500000 +-0.025878906250 +0.056640625000 +-0.210937500000 +-0.010253906250 +-0.140625000000 +-0.028198242188 +0.102050781250 +0.134765625000 +-0.109375000000 +0.092773437500 +-0.230468750000 +0.025268554688 +-0.015563964844 +0.055175781250 +0.156250000000 +-0.036376953125 +-0.099609375000 +0.035400390625 +-0.207031250000 +-0.047607421875 +0.104003906250 +0.097656250000 +0.050537109375 +-0.005828857422 +0.056152343750 +-0.515625000000 +0.004852294922 +-0.273437500000 +0.118652343750 +-0.061767578125 +-0.003402709961 +-0.023803710938 +0.005645751953 +-0.055419921875 +0.126953125000 +-0.014038085938 +0.070312500000 +-0.061523437500 +-0.102539062500 +-0.144531250000 +0.014404296875 +0.173828125000 +0.027343750000 +-0.030761718750 +0.050537109375 +-0.207031250000 +-0.103027343750 +0.119628906250 +-0.098632812500 +-0.029052734375 +-0.041259765625 +-0.114746093750 +-0.091308593750 +-0.041015625000 +0.063476562500 +-0.285156250000 +-0.098144531250 +-0.128906250000 +0.001022338867 +-0.091308593750 +0.020141601562 +-0.347656250000 +0.124511718750 +-0.184570312500 +-0.024902343750 +-0.051513671875 +-0.240234375000 +-0.251953125000 +-0.040283203125 +-0.068359375000 +-0.117187500000 +0.109375000000 +-0.121582031250 +0.069824218750 +-0.300781250000 +-0.075683593750 +-0.062988281250 +0.007537841797 +0.108886718750 +-0.027343750000 +-0.194335937500 +0.053955078125 +-0.069335937500 +-0.147460937500 +0.082031250000 +0.046875000000 +0.075683593750 +-0.232421875000 +0.016845703125 +-0.122558593750 +0.126953125000 +-0.073730468750 +0.044921875000 +0.033691406250 +-0.070312500000 +0.206054687500 +0.041259765625 +-0.005950927734 +0.158203125000 +-0.006835937500 +-0.020019531250 +0.015625000000 +0.055419921875 +0.025146484375 +0.037353515625 +0.042480468750 +0.159179687500 +0.094726562500 +-0.064941406250 +0.017822265625 +0.138671875000 +0.104492187500 +-0.036376953125 +-0.021606445312 +-0.078125000000 +-0.021972656250 +0.013183593750 +-0.006805419922 +0.047119140625 +0.077148437500 +0.019775390625 +0.152343750000 +-0.000086307526 +0.149414062500 +0.208007812500 +-0.113769531250 +0.001113891602 +0.054443359375 +0.063476562500 +0.019409179688 +-0.168945312500 +-0.058593750000 +-0.115722656250 +-0.009582519531 +-0.291015625000 +0.151367187500 +-0.151367187500 +0.073730468750 +-0.188476562500 +0.073730468750 +0.019409179688 +-0.061767578125 +-0.169921875000 +0.149414062500 +-0.077148437500 +-0.016357421875 +0.088867187500 +-0.059570312500 +0.073730468750 +0.015075683594 +-0.068359375000 +-0.100097656250 +0.015441894531 +0.030517578125 +0.094238281250 +-0.007110595703 +0.015136718750 +0.096191406250 +0.007080078125 +-0.043945312500 +0.153320312500 +0.049804687500 +-0.135742187500 +0.146484375000 +0.001525878906 +0.130859375000 +0.094726562500 +-0.022094726562 +0.150390625000 +0.062500000000 +-0.098144531250 +-0.043945312500 +-0.013061523438 +0.140625000000 +0.084472656250 +0.015625000000 +-0.185546875000 +0.032470703125 +-0.036376953125 +0.104003906250 +0.075195312500 +-0.088378906250 +-0.137695312500 +-0.008972167969 +0.038085937500 +-0.008972167969 +-0.081054687500 +0.007049560547 +-0.029418945312 +-0.021362304688 +-0.100585937500 +0.092285156250 +0.163085937500 +0.108886718750 +0.027221679688 +-0.124023437500 +0.043945312500 +-0.052734375000 +0.287109375000 +0.026611328125 +0.052246093750 +-0.091796875000 +-0.016845703125 +-0.091308593750 +-0.127929687500 +-0.049072265625 +0.135742187500 +-0.137695312500 +0.194335937500 +-0.171875000000 +0.017700195312 +-0.141601562500 +-0.151367187500 +0.078125000000 +0.199218750000 +0.071777343750 +0.124023437500 +-0.080078125000 +-0.059814453125 +0.054443359375 +0.013183593750 +-0.092285156250 +0.020263671875 +-0.055908203125 +0.119140625000 +-0.104980468750 +0.012207031250 +0.086425781250 +0.034179687500 +0.044921875000 +0.052734375000 +-0.247070312500 +-0.010009765625 +-0.044189453125 +-0.011474609375 +0.022827148438 +-0.048095703125 +0.022338867188 +0.044677734375 +0.026000976562 +-0.026367187500 +-0.017333984375 +-0.152343750000 +0.028686523438 +-0.024047851562 +-0.019165039062 +-0.153320312500 +0.056884765625 +0.114257812500 +0.000255584717 +0.091308593750 +0.025268554688 +-0.024047851562 +0.060791015625 +-0.300781250000 +0.200195312500 +0.070312500000 +-0.041748046875 +0.005065917969 +-0.186523437500 +0.144531250000 +-0.229492187500 +-0.241210937500 +0.041259765625 +0.059814453125 +-0.279296875000 +-0.077636718750 +-0.037597656250 +-0.205078125000 +0.065429687500 +0.149414062500 +-0.001770019531 +-0.255859375000 +-0.065917968750 +-0.023925781250 +-0.107421875000 +0.083007812500 +0.184570312500 +0.145507812500 +0.077636718750 +-0.168945312500 +-0.092285156250 +0.017456054688 +0.162109375000 +0.083496093750 +0.064453125000 +-0.088378906250 +0.047607421875 +0.107421875000 +-0.232421875000 +-0.010192871094 +0.037353515625 +0.056396484375 +0.212890625000 +0.027465820312 +-0.123535156250 +0.040039062500 +-0.265625000000 +0.052734375000 +-0.017211914062 +0.104980468750 +-0.079589843750 +-0.125000000000 +-0.218750000000 +-0.043945312500 +-0.187500000000 +-0.088378906250 +0.049560546875 +0.146484375000 +-0.081542968750 +-0.075683593750 +0.016113281250 +-0.038818359375 +0.092285156250 +0.036621093750 +0.080566406250 +-0.116210937500 +0.077636718750 +-0.053222656250 +0.105468750000 +-0.078125000000 +-0.033447265625 +0.138671875000 +-0.076171875000 +-0.051025390625 +-0.292968750000 +-0.081054687500 +0.004272460938 +0.124511718750 +-0.025756835938 +-0.163085937500 +0.033203125000 +-0.179687500000 +-0.043701171875 +0.100097656250 +0.028076171875 +-0.018554687500 +-0.249023437500 +0.053955078125 +0.021850585938 +0.083496093750 +0.056884765625 +0.041748046875 +0.000904083252 +-0.019165039062 +-0.087890625000 +-0.439453125000 +0.034912109375 +-0.021240234375 +-0.032226562500 +0.063476562500 +-0.127929687500 +-0.090820312500 +-0.206054687500 +0.054687500000 +-0.153320312500 +0.109375000000 +0.070312500000 +-0.006713867188 +-0.225585937500 +0.061523437500 +0.049560546875 +-0.012573242188 +0.034667968750 +0.038085937500 +-0.201171875000 +-0.221679687500 +-0.367187500000 +0.022583007812 +-0.341796875000 +0.025146484375 +-0.036132812500 +0.038574218750 +0.060546875000 +-0.224609375000 +0.093261718750 +-0.018920898438 +-0.011596679688 +0.145507812500 +0.004028320312 +-0.106933593750 +0.064941406250 +0.155273437500 +0.126953125000 +-0.013427734375 +0.094238281250 +0.053466796875 +-0.072265625000 +0.040283203125 +-0.168945312500 +0.117187500000 +-0.070800781250 +-0.008117675781 +0.210937500000 +0.026855468750 +0.109375000000 +-0.110351562500 +-0.075195312500 +0.048828125000 +-0.032470703125 +-0.036621093750 +-0.072265625000 +0.056152343750 +0.059082031250 +0.017700195312 +-0.001197814941 +0.022216796875 +-0.059082031250 +-0.065429687500 +-0.187500000000 +-0.447265625000 +-0.102539062500 +0.011901855469 +-0.314453125000 +0.030151367188 +-0.365234375000 +-0.074218750000 +-0.203125000000 +-0.177734375000 +0.010864257812 +-0.035888671875 +0.219726562500 +0.072265625000 +-0.335937500000 +0.029418945312 +-0.188476562500 +0.088378906250 +0.068847656250 +-0.065917968750 +-0.194335937500 +0.012207031250 +-0.152343750000 +-0.010498046875 +-0.216796875000 +0.069824218750 +0.083007812500 +0.073242187500 +0.055908203125 +-0.086425781250 +0.016845703125 +0.129882812500 +0.074218750000 +0.021606445312 +-0.063964843750 +0.092285156250 +0.016845703125 +0.172851562500 +-0.113281250000 +0.064453125000 +-0.097167968750 +0.056396484375 +0.142578125000 +0.121582031250 +-0.302734375000 +0.088378906250 +0.001235961914 +0.031250000000 +0.052246093750 +-0.004699707031 +-0.005126953125 +-0.166015625000 +-0.140625000000 +0.107910156250 +0.077148437500 +0.106445312500 +-0.032470703125 +-0.066406250000 +0.074707031250 +0.251953125000 +0.132812500000 +0.053222656250 +-0.201171875000 +-0.216796875000 +-0.217773437500 +-0.007324218750 +0.012695312500 +-0.039306640625 +-0.103515625000 +0.111816406250 +-0.096191406250 +-0.091308593750 +-0.085449218750 +-0.062500000000 +-0.100097656250 +0.007873535156 +-0.007446289062 +0.081542968750 +-0.190429687500 +-0.085937500000 +-0.227539062500 +0.136718750000 +-0.034667968750 +-0.051757812500 +0.005584716797 +0.130859375000 +-0.029541015625 +-0.235351562500 +-0.044433593750 +-0.011352539062 +-0.082031250000 +0.040527343750 +-0.019287109375 +0.034667968750 +0.010864257812 +0.029418945312 +0.056884765625 +-0.057373046875 +0.086425781250 +-0.041015625000 +0.040039062500 +-0.061279296875 +-0.051269531250 +-0.097656250000 +-0.040039062500 +0.070800781250 +0.095703125000 +-0.030273437500 +-0.281250000000 +-0.001144409180 +0.269531250000 +0.141601562500 +0.098632812500 +0.001426696777 +-0.096679687500 +-0.125000000000 +-0.076660156250 +0.150390625000 +-0.154296875000 +-0.160156250000 +0.048583984375 +-0.056396484375 +-0.022094726562 +-0.022338867188 +0.034667968750 +-0.071289062500 +-0.259765625000 +-0.127929687500 +-0.174804687500 +0.225585937500 +-0.091308593750 +0.049072265625 +0.112304687500 +-0.141601562500 +-0.001625061035 +0.078125000000 +0.047119140625 +0.013854980469 +-0.100097656250 +-0.010681152344 +-0.209960937500 +-0.037109375000 +-0.096679687500 +0.021484375000 +-0.007934570312 +0.148437500000 +-0.022338867188 +0.081054687500 +-0.136718750000 +-0.001205444336 +0.137695312500 +-0.000690460205 +0.012329101562 +-0.127929687500 +-0.058349609375 +0.121582031250 +0.082519531250 +-0.079589843750 +-0.004699707031 +0.026489257812 +0.005859375000 +-0.093750000000 +0.037353515625 +-0.001213073730 +0.199218750000 +-0.261718750000 +0.090820312500 +-0.149414062500 +0.097656250000 +0.089843750000 +0.036376953125 +-0.102539062500 +-0.077148437500 +0.094238281250 +0.185546875000 +-0.066894531250 +0.228515625000 +-0.108886718750 +0.180664062500 +0.137695312500 +0.021484375000 +0.049316406250 +0.032226562500 +0.137695312500 +-0.093261718750 +-0.386718750000 +0.000198364258 +-0.043457031250 +0.058349609375 +-0.033935546875 +-0.040771484375 +0.032714843750 +-0.147460937500 +-0.018188476562 +-0.120117187500 +-0.053222656250 +0.183593750000 +0.154296875000 +0.130859375000 +0.036376953125 +-0.091796875000 +0.002487182617 +-0.094238281250 +0.010375976562 +0.195312500000 +0.110839843750 +0.017944335938 +-0.154296875000 +-0.029541015625 +0.061279296875 +-0.036865234375 +0.086914062500 +0.062988281250 +0.133789062500 +-0.132812500000 +0.070800781250 +-0.009033203125 +0.071777343750 +0.101074218750 +0.050048828125 +0.116699218750 +0.049072265625 +-0.040771484375 +-0.019897460938 +0.005859375000 +0.082519531250 +0.205078125000 +-0.105957031250 +0.028808593750 +-0.298828125000 +0.062988281250 +-0.068847656250 +0.028320312500 +0.027099609375 +0.139648437500 +-0.167968750000 +0.188476562500 +0.065917968750 +-0.138671875000 +0.024414062500 +-0.106933593750 +-0.047119140625 +0.150390625000 +0.006103515625 +-0.244140625000 +-0.341796875000 +0.034912109375 +0.036132812500 +0.162109375000 +-0.061523437500 +-0.137695312500 +-0.027832031250 +0.010192871094 +0.191406250000 +-0.302734375000 +0.088867187500 +-0.137695312500 +0.123046875000 +0.068847656250 +0.017578125000 +0.109375000000 +0.014099121094 +0.012390136719 +0.068847656250 +-0.112792968750 +-0.291015625000 +-0.146484375000 +0.088378906250 +0.083007812500 +0.092773437500 +-0.184570312500 +-0.091796875000 +-0.165039062500 +-0.351562500000 +-0.022949218750 +0.064941406250 +-0.030517578125 +0.087890625000 +-0.174804687500 +0.066406250000 +0.042236328125 +0.018920898438 +-0.005523681641 +0.030761718750 +0.091796875000 +0.119140625000 +0.036865234375 +-0.125976562500 +0.059570312500 +0.012939453125 +0.111816406250 +-0.089843750000 +0.108398437500 +0.066894531250 +0.082519531250 +-0.014526367188 +-0.060546875000 +-0.031738281250 +-0.006408691406 +-0.009521484375 +0.179687500000 +0.193359375000 +-0.076660156250 +-0.052734375000 +-0.060791015625 +0.013366699219 +0.064453125000 +0.037109375000 +-0.028564453125 +-0.094726562500 +0.157226562500 +0.133789062500 +-0.091796875000 +-0.237304687500 +-0.060791015625 +-0.212890625000 +-0.045166015625 +0.156250000000 +-0.117675781250 +-0.150390625000 +-0.125976562500 +0.015319824219 +0.001701354980 +0.033691406250 +-0.141601562500 +-0.092773437500 +-0.192382812500 +-0.041015625000 +-0.213867187500 +-0.117675781250 +0.013549804688 +-0.042480468750 +0.107910156250 +0.004730224609 +-0.220703125000 +-0.021728515625 +-0.458984375000 +-0.103515625000 +0.110351562500 +0.017211914062 +-0.081054687500 +0.050537109375 +-0.094238281250 +0.062500000000 +-0.017089843750 +0.158203125000 +0.070800781250 +0.167968750000 +0.102539062500 +0.114257812500 +-0.102539062500 +-0.034912109375 +0.040283203125 +0.117675781250 +-0.097167968750 +-0.109375000000 +0.100585937500 +0.172851562500 +-0.217773437500 +0.109863281250 +0.058593750000 +0.036132812500 +-0.107910156250 +0.045898437500 +0.001449584961 +0.228515625000 +-0.117187500000 +0.105468750000 +0.140625000000 +-0.082031250000 +-0.180664062500 +-0.063476562500 +-0.020507812500 +-0.100097656250 +-0.007446289062 +0.041748046875 +0.022460937500 +0.068847656250 +0.051269531250 +0.152343750000 +-0.148437500000 +0.003387451172 +-0.209960937500 +0.105957031250 +-0.026123046875 +-0.019775390625 +0.074218750000 +-0.088378906250 +-0.083496093750 +0.012817382812 +-0.443359375000 +0.029174804688 +-0.172851562500 +-0.265625000000 +0.109863281250 +-0.036376953125 +0.124511718750 +0.011474609375 +-0.090820312500 +-0.119628906250 +-0.320312500000 +-0.314453125000 +-0.176757812500 +0.073242187500 +-0.028076171875 +0.005676269531 +0.029052734375 +0.051757812500 +-0.231445312500 +0.163085937500 +0.083007812500 +0.031738281250 +-0.059082031250 +0.016235351562 +-0.102539062500 +-0.125976562500 +-0.106933593750 +0.172851562500 +0.067382812500 +0.021484375000 +0.044677734375 +0.209960937500 +-0.123046875000 +0.257812500000 +0.087402343750 +-0.198242187500 +-0.154296875000 +0.104003906250 +0.061523437500 +0.078613281250 +0.001014709473 +0.033935546875 +-0.043457031250 +0.174804687500 +-0.085449218750 +0.149414062500 +-0.107910156250 +-0.015380859375 +0.029663085938 +-0.039794921875 +-0.167968750000 +0.031494140625 +0.055175781250 +0.032958984375 +-0.071289062500 +0.064453125000 +0.028320312500 +0.110351562500 +0.100585937500 +-0.279296875000 +0.012512207031 +0.017822265625 +-0.104492187500 +0.048095703125 +-0.039062500000 +-0.212890625000 +-0.201171875000 +-0.229492187500 +-0.027587890625 +-0.027709960938 +0.045898437500 +-0.062988281250 +-0.064941406250 +-0.053222656250 +-0.037841796875 +-0.212890625000 +-0.004272460938 +0.050292968750 +-0.088867187500 +0.012512207031 +-0.212890625000 +-0.016601562500 +-0.351562500000 +-0.061279296875 +0.024902343750 +0.039062500000 +-0.103515625000 +-0.115722656250 +-0.026123046875 +-0.005126953125 +-0.099121093750 +0.005920410156 +0.087890625000 +0.112304687500 +-0.161132812500 +0.015869140625 +-0.181640625000 +0.079589843750 +0.135742187500 +-0.003417968750 +-0.085937500000 +0.127929687500 +0.011840820312 +0.096679687500 +0.139648437500 +0.179687500000 +0.113769531250 +0.051513671875 +-0.062500000000 +0.200195312500 +-0.216796875000 +0.076171875000 +-0.085449218750 +-0.163085937500 +-0.093750000000 +0.182617187500 +-0.245117187500 +-0.029296875000 +-0.275390625000 +0.103027343750 +-0.147460937500 +0.064941406250 +0.073730468750 +-0.099609375000 +-0.044189453125 +0.001754760742 +-0.010070800781 +0.049560546875 +-0.009277343750 +-0.141601562500 +-0.314453125000 +-0.115722656250 +-0.010131835938 +0.099121093750 +0.023559570312 +0.088867187500 +0.071289062500 +0.018188476562 +0.064453125000 +0.090820312500 +-0.079101562500 +0.055419921875 +-0.116699218750 +-0.041748046875 +-0.453125000000 +0.029296875000 +-0.173828125000 +-0.053222656250 +0.028808593750 +0.021240234375 +0.061035156250 +-0.071777343750 +-0.131835937500 +-0.081542968750 +-0.072265625000 +-0.281250000000 +0.032714843750 +-0.086914062500 +0.061279296875 +0.109375000000 +0.071777343750 +0.021240234375 +0.134765625000 +0.187500000000 +-0.133789062500 +0.168945312500 +-0.041748046875 +0.120117187500 +-0.025146484375 +0.033935546875 +-0.043701171875 +-0.062255859375 +0.005493164062 +0.031982421875 +-0.040283203125 +0.020263671875 +0.008728027344 +-0.196289062500 +-0.181640625000 +0.060058593750 +0.047851562500 +-0.094726562500 +-0.470703125000 +0.059570312500 +0.013305664062 +0.068359375000 +-0.104492187500 +-0.154296875000 +0.033691406250 +0.070312500000 +-0.046630859375 +-0.133789062500 +0.291015625000 +-0.062255859375 +-0.051025390625 +-0.118164062500 +0.014709472656 +-0.002700805664 +-0.025512695312 +-0.074218750000 +-0.169921875000 +-0.148437500000 +0.068359375000 +-0.049072265625 +-0.041748046875 +0.044921875000 +-0.103027343750 +0.035400390625 +-0.121582031250 +-0.018920898438 +-0.033691406250 +0.084472656250 +0.035644531250 +0.003509521484 +0.024291992188 +0.027587890625 +-0.156250000000 +-0.184570312500 +-0.017333984375 +-0.474609375000 +0.044189453125 +0.067382812500 +-0.124023437500 +0.043701171875 +-0.138671875000 +0.306640625000 +-0.063476562500 +-0.010620117188 +-0.004638671875 +0.083984375000 +-0.029296875000 +0.019287109375 +-0.304687500000 +0.081542968750 +-0.300781250000 +-0.177734375000 +0.011657714844 +-0.351562500000 +-0.213867187500 +0.082031250000 +-0.020263671875 +-0.123046875000 +0.021850585938 +0.021728515625 +-0.001441955566 +0.032958984375 +0.022460937500 +-0.045166015625 +0.118164062500 +0.067382812500 +-0.059082031250 +-0.031738281250 +-0.051513671875 +-0.026611328125 +-0.019897460938 +-0.097656250000 +0.092773437500 +-0.135742187500 +0.285156250000 +-0.294921875000 +-0.320312500000 +0.102539062500 +0.065429687500 +-0.281250000000 +-0.236328125000 +0.187500000000 +0.014770507812 +0.122070312500 +-0.096191406250 +-0.034667968750 +0.065917968750 +0.041259765625 +-0.053955078125 +0.038818359375 +-0.207031250000 +-0.033935546875 +-0.080566406250 +-0.024658203125 +0.163085937500 +-0.016479492188 +-0.086425781250 +-0.037597656250 +0.192382812500 +-0.052490234375 +-0.024414062500 +0.016113281250 +0.059570312500 +0.042724609375 +0.113769531250 +-0.232421875000 +0.281250000000 +-0.226562500000 +-0.175781250000 +-0.043457031250 +0.067871093750 +-0.082519531250 +-0.125000000000 +-0.069335937500 +-0.073242187500 +-0.035400390625 +0.128906250000 +-0.149414062500 +-0.113281250000 +-0.003280639648 +-0.015441894531 +-0.039550781250 +0.285156250000 +-0.083007812500 +-0.063964843750 +-0.182617187500 +0.037841796875 +-0.015197753906 +-0.009460449219 +0.004882812500 +-0.208007812500 +0.173828125000 +-0.003387451172 +0.033691406250 +0.003326416016 +-0.224609375000 +0.020263671875 +-0.166992187500 +0.115722656250 +-0.239257812500 +-0.484375000000 +-0.026245117188 +-0.076171875000 +-0.410156250000 +-0.157226562500 +0.026367187500 +0.069824218750 +-0.019409179688 +0.025024414062 +0.043457031250 +0.141601562500 +0.048339843750 +-0.172851562500 +0.071777343750 +0.166015625000 +-0.146484375000 +-0.065917968750 +-0.055419921875 +-0.092285156250 +-0.036132812500 +-0.067382812500 +0.029785156250 +0.084472656250 +0.083496093750 +0.055664062500 +0.067382812500 +-0.044921875000 +-0.066894531250 +-0.039794921875 +-0.108886718750 +-0.227539062500 +0.013427734375 +0.140625000000 +0.121582031250 +0.102050781250 +0.030273437500 +0.166992187500 +-0.253906250000 +-0.244140625000 +-0.011840820312 +0.107421875000 +-0.101562500000 +-0.410156250000 +0.040039062500 +0.016479492188 +-0.102050781250 +0.007324218750 +-0.036132812500 +-0.005676269531 +0.008300781250 +-0.099609375000 +0.064453125000 +-0.095214843750 +0.131835937500 +-0.246093750000 +-0.075683593750 +-0.033691406250 +-0.123535156250 +0.033447265625 +-0.138671875000 +-0.093750000000 +-0.100585937500 +-0.086425781250 +-0.347656250000 +-0.071289062500 +0.009094238281 +-0.095703125000 +-0.119628906250 +-0.239257812500 +0.018066406250 +0.064453125000 +0.001068115234 +-0.071289062500 +0.044433593750 +0.015136718750 +-0.103515625000 +0.109375000000 +-0.064941406250 +0.159179687500 +-0.269531250000 +-0.081054687500 +-0.029296875000 +0.215820312500 +0.213867187500 +-0.128906250000 +0.211914062500 +-0.292968750000 +0.109375000000 +0.037353515625 +0.053955078125 +0.017333984375 +0.027709960938 +0.089843750000 +0.170898437500 +-0.048583984375 +0.062500000000 +0.004669189453 +0.155273437500 +-0.136718750000 +0.073242187500 +-0.038818359375 +0.015380859375 +-0.065429687500 +-0.033935546875 +-0.066894531250 +-0.153320312500 +-0.164062500000 +0.027221679688 +-0.018798828125 +0.004394531250 +0.042968750000 +-0.080078125000 +0.133789062500 +-0.271484375000 +0.076660156250 +-0.110351562500 +0.046630859375 +0.194335937500 +0.054687500000 +-0.169921875000 +0.031250000000 +-0.029541015625 +-0.357421875000 +-0.320312500000 +-0.035644531250 +0.040527343750 +-0.039306640625 +-0.253906250000 +0.054931640625 +-0.054443359375 +-0.024047851562 +-0.100097656250 +-0.165039062500 +-0.071289062500 +-0.127929687500 +-0.033691406250 +-0.087890625000 +-0.190429687500 +0.095703125000 +0.033691406250 +-0.051269531250 +-0.115234375000 +0.030395507812 +-0.104492187500 +-0.024902343750 +-0.037109375000 +-0.097167968750 +0.077636718750 +0.074218750000 +0.089843750000 +0.197265625000 +0.101074218750 +0.068359375000 +-0.025146484375 +0.160156250000 +0.132812500000 +0.082519531250 +0.093750000000 +0.067382812500 +-0.002487182617 +-0.032470703125 +0.048583984375 +0.036376953125 +0.072753906250 +0.033203125000 +0.209960937500 +0.090332031250 +-0.199218750000 +-0.024169921875 +-0.107910156250 +-0.249023437500 +-0.271484375000 +-0.121582031250 +0.054931640625 +-0.063476562500 +-0.013305664062 +-0.098632812500 +-0.100097656250 +0.143554687500 +0.118652343750 +0.148437500000 +0.057128906250 +0.086425781250 +0.069824218750 +-0.007812500000 +-0.057861328125 +-0.093750000000 +-0.070312500000 +-0.238281250000 +-0.023559570312 +0.101562500000 +-0.296875000000 +0.008605957031 +-0.101074218750 +-0.416015625000 +0.053710937500 +-0.156250000000 +-0.032226562500 +-0.376953125000 +-0.008117675781 +-0.120605468750 +-0.050537109375 +0.073730468750 +-0.167968750000 +0.019775390625 +-0.007812500000 +-0.177734375000 +-0.104980468750 +0.193359375000 +-0.006835937500 +-0.021484375000 +-0.060546875000 +-0.061279296875 +-0.018432617188 +0.215820312500 +0.015014648438 +0.146484375000 +0.028808593750 +0.018066406250 +-0.081542968750 +0.140625000000 +-0.251953125000 +0.017700195312 +0.082519531250 +-0.191406250000 +0.076171875000 +-0.102539062500 +0.147460937500 +0.076660156250 +-0.016357421875 +-0.044677734375 +-0.103027343750 +-0.035644531250 +-0.207031250000 +-0.062988281250 +-0.396484375000 +-0.241210937500 +0.164062500000 +0.131835937500 +0.030273437500 +0.227539062500 +-0.197265625000 +-0.238281250000 +-0.013732910156 +-0.040527343750 +-0.040527343750 +-0.173828125000 +-0.072753906250 +-0.016967773438 +-0.285156250000 +0.061767578125 +-0.067871093750 +-0.039306640625 +-0.018920898438 +0.069335937500 +-0.451171875000 +-0.079589843750 +-0.141601562500 +-0.542968750000 +0.019165039062 +-0.111816406250 +-0.013916015625 +-0.161132812500 +-0.019775390625 +-0.115234375000 +0.138671875000 +-0.099121093750 +-0.085449218750 +-0.064453125000 +0.125976562500 +-0.251953125000 +0.125976562500 +0.073242187500 +-0.085449218750 +-0.170898437500 +-0.080566406250 +-0.109863281250 +-0.247070312500 +-0.234375000000 +0.095703125000 +0.105957031250 +-0.000514984131 +0.036865234375 +-0.298828125000 +0.125976562500 +-0.063476562500 +-0.239257812500 +-0.177734375000 +-0.056640625000 +0.022460937500 +-0.067382812500 +0.091308593750 +-0.035156250000 +-0.190429687500 +-0.247070312500 +-0.125000000000 +-0.137695312500 +-0.151367187500 +-0.093261718750 +-0.044189453125 +-0.656250000000 +-0.084472656250 +0.178710937500 +0.061279296875 +-0.013427734375 +-0.058349609375 +-0.010803222656 +0.154296875000 +0.006408691406 +0.131835937500 +0.118164062500 +0.037841796875 +0.056884765625 +-0.235351562500 +0.066894531250 +0.144531250000 +-0.296875000000 +-0.023681640625 +0.032714843750 +-0.503906250000 +-0.312500000000 +0.005615234375 +-0.283203125000 +-0.061523437500 +-0.122070312500 +0.164062500000 +0.318359375000 +0.064941406250 +-0.059326171875 +0.018310546875 +-0.032958984375 +-0.061767578125 +0.058593750000 +0.075195312500 +-0.249023437500 +0.074218750000 +0.161132812500 +0.055175781250 +0.085449218750 +-0.019531250000 +-0.015502929688 +0.223632812500 +-0.198242187500 +0.079589843750 +0.114257812500 +-0.136718750000 +0.100097656250 +-0.157226562500 +0.051025390625 +0.300781250000 +0.011718750000 +-0.104003906250 +0.030883789062 +0.119628906250 +-0.275390625000 +-0.104980468750 +0.115234375000 +-0.100585937500 +-0.482421875000 +-0.079101562500 +-0.075195312500 +0.028320312500 +-0.038574218750 +0.153320312500 +-0.644531250000 +-0.138671875000 +0.132812500000 +0.085449218750 +-0.154296875000 +-0.096679687500 +-0.041503906250 +-0.111816406250 +0.054931640625 +0.074218750000 +0.123535156250 +0.034179687500 +0.132812500000 +-0.091796875000 +0.125000000000 +-0.013793945312 +-0.039306640625 +0.153320312500 +-0.162109375000 +-0.312500000000 +-0.542968750000 +-0.122070312500 +0.031494140625 +-0.396484375000 +-0.277343750000 +0.161132812500 +-0.017333984375 +-0.433593750000 +-0.306640625000 +0.059570312500 +0.077636718750 +-0.200195312500 +-0.312500000000 +0.147460937500 +-0.144531250000 +-0.049560546875 +-0.216796875000 +0.052978515625 +0.061767578125 +-0.038574218750 +-0.002960205078 +-0.198242187500 +-0.349609375000 +-0.057373046875 +-0.128906250000 +-0.063476562500 +0.058105468750 +0.055908203125 +-0.174804687500 +-0.000235557556 +-0.246093750000 +-0.125976562500 +0.001495361328 +-0.542968750000 +-0.007141113281 +-0.130859375000 +-0.464843750000 +0.119140625000 +0.177734375000 +0.027465820312 +0.063476562500 +0.008422851562 +-0.032958984375 +-0.204101562500 +0.129882812500 +-0.089355468750 +0.156250000000 +-0.081542968750 +0.063476562500 +-0.359375000000 +0.059570312500 +-0.021118164062 +-0.048339843750 +0.166015625000 +0.339843750000 +-0.080566406250 +-0.032958984375 +-0.105957031250 +0.092773437500 +0.126953125000 +-0.176757812500 +-0.095214843750 +-0.089843750000 +-0.439453125000 +-0.237304687500 +-0.139648437500 +-0.014892578125 +-0.451171875000 +-0.113281250000 +0.177734375000 +0.123535156250 +-0.490234375000 +-0.468750000000 +-0.021606445312 +0.082519531250 +-0.408203125000 +-0.202148437500 +0.062011718750 +0.215820312500 +-0.142578125000 +-0.174804687500 +0.016479492188 +0.059326171875 +-0.400390625000 +-0.129882812500 +0.110839843750 +-0.257812500000 +0.045166015625 +-0.137695312500 +0.021240234375 +0.042968750000 +0.013977050781 +0.001777648926 +0.044921875000 +0.005859375000 +0.040039062500 +0.023803710938 +-0.363281250000 +-0.193359375000 +-0.120605468750 +-0.294921875000 +0.195312500000 +0.173828125000 +-0.010620117188 +0.051269531250 +-0.018798828125 +-0.052978515625 +-0.221679687500 +0.083496093750 +0.049072265625 +0.107421875000 +0.130859375000 +-0.034423828125 +-0.107421875000 +-0.041015625000 +0.100097656250 +-0.006103515625 +0.063476562500 +0.142578125000 +-0.035156250000 +-0.169921875000 +-0.089355468750 +-0.080078125000 +-0.047363281250 +0.025268554688 +-0.008178710938 +0.031127929688 +-0.146484375000 +-0.355468750000 +-0.148437500000 +0.002853393555 +-0.255859375000 +-0.113769531250 +-0.009094238281 +0.091308593750 +-0.314453125000 +-0.156250000000 +-0.036621093750 +0.033203125000 +-0.269531250000 +-0.104003906250 +0.076660156250 +0.151367187500 +0.024536132812 +-0.263671875000 +-0.013305664062 +0.003524780273 +-0.205078125000 +-0.152343750000 +0.267578125000 +0.107910156250 +-0.036621093750 +-0.201171875000 +0.125000000000 +-0.013854980469 +0.069335937500 +-0.082519531250 +-0.020874023438 +-0.013793945312 +0.064453125000 +-0.081054687500 +-0.386718750000 +-0.100585937500 +0.016723632812 +-0.169921875000 +0.015625000000 +-0.077148437500 +0.005889892578 +-0.061523437500 +0.040527343750 +-0.121093750000 +0.000141143799 +0.049072265625 +-0.127929687500 +0.044921875000 +0.116699218750 +-0.017578125000 +-0.087890625000 +-0.021240234375 +0.032714843750 +-0.052978515625 +-0.080078125000 +-0.285156250000 +-0.036132812500 +-0.039306640625 +0.068359375000 +-0.044921875000 +-0.008728027344 +-0.032958984375 +0.060546875000 +0.162109375000 +-0.059082031250 +-0.139648437500 +-0.042724609375 +-0.125000000000 +0.012939453125 +-0.037109375000 +-0.201171875000 +0.203125000000 +-0.232421875000 +-0.221679687500 +-0.018798828125 +-0.077636718750 +-0.259765625000 +-0.019287109375 +0.016113281250 +-0.058837890625 +0.249023437500 +-0.039794921875 +-0.032470703125 +0.037353515625 +-0.121582031250 +-0.017700195312 +0.067871093750 +-0.010437011719 +-0.008972167969 +-0.162109375000 +-0.001548767090 +0.001091003418 +-0.189453125000 +0.018310546875 +-0.160156250000 +-0.099609375000 +0.023315429688 +-0.000728607178 +-0.057128906250 +-0.015441894531 +-0.024169921875 +0.019042968750 +-0.163085937500 +-0.204101562500 +-0.191406250000 +-0.028564453125 +-0.132812500000 +-0.178710937500 +-0.031494140625 +-0.044921875000 +-0.098632812500 +-0.034912109375 +0.007873535156 +0.075195312500 +-0.006866455078 +0.187500000000 +0.121093750000 +-0.052734375000 +-0.249023437500 +-0.167968750000 +-0.125976562500 +-0.193359375000 +-0.129882812500 +0.087890625000 +0.060302734375 +-0.002136230469 +0.095703125000 +0.068847656250 +-0.221679687500 +-0.247070312500 +-0.328125000000 +-0.186523437500 +0.004821777344 +-0.093750000000 +0.077148437500 +0.080078125000 +-0.255859375000 +-0.062988281250 +-0.039794921875 +-0.111816406250 +-0.037109375000 +-0.116699218750 +-0.114257812500 +-0.234375000000 +0.155273437500 +-0.058837890625 +0.066406250000 +0.118652343750 +-0.092285156250 +0.008056640625 +-0.202148437500 +0.206054687500 +0.045410156250 +-0.227539062500 +-0.005096435547 +-0.024291992188 +-0.010864257812 +-0.011840820312 +-0.271484375000 +0.051757812500 +-0.133789062500 +-0.031127929688 +-0.053222656250 +-0.101074218750 +-0.037353515625 +0.037597656250 +-0.150390625000 +-0.162109375000 +0.042236328125 +0.170898437500 +0.063964843750 +-0.289062500000 +-0.032714843750 +0.002349853516 +-0.056152343750 +0.008056640625 +0.150390625000 +0.067382812500 +0.082519531250 +0.178710937500 +-0.165039062500 +0.012023925781 +-0.049804687500 +-0.017211914062 +0.126953125000 +-0.160156250000 +0.017700195312 +-0.074707031250 +-0.022094726562 +-0.042236328125 +0.083496093750 +0.085937500000 +-0.367187500000 +-0.108398437500 +-0.460937500000 +-0.151367187500 +0.074707031250 +-0.164062500000 +0.355468750000 +-0.184570312500 +-0.353515625000 +-0.218750000000 +-0.223632812500 +-0.231445312500 +0.051513671875 +-0.040039062500 +-0.066894531250 +-0.390625000000 +-0.089355468750 +-0.046142578125 +-0.133789062500 +0.039794921875 +0.155273437500 +-0.148437500000 +-0.094238281250 +-0.121093750000 +0.030395507812 +-0.127929687500 +-0.105957031250 +0.039550781250 +-0.003524780273 +-0.004791259766 +-0.197265625000 +0.033691406250 +-0.125976562500 +-0.162109375000 +-0.032226562500 +0.034179687500 +0.030273437500 +0.067871093750 +-0.067871093750 +0.101562500000 +-0.057617187500 +-0.061767578125 +-0.069335937500 +-0.206054687500 +-0.101074218750 +-0.190429687500 +0.005157470703 +0.147460937500 +0.120605468750 +0.010131835938 +0.065429687500 +-0.022094726562 +-0.234375000000 +0.067871093750 +0.047119140625 +0.122070312500 +-0.102050781250 +-0.076171875000 +0.185546875000 +0.022338867188 +-0.147460937500 +0.098144531250 +-0.094726562500 +-0.054443359375 +-0.289062500000 +0.125976562500 +-0.101562500000 +-0.507812500000 +0.129882812500 +-0.044433593750 +0.022216796875 +-0.035888671875 +-0.378906250000 +-0.063964843750 +-0.150390625000 +-0.261718750000 +0.049560546875 +0.028930664062 +-0.072753906250 +0.005371093750 +0.028320312500 +0.138671875000 +-0.006042480469 +-0.105957031250 +-0.015380859375 +-0.035400390625 +0.028686523438 +-0.228515625000 +-0.091796875000 +-0.153320312500 +0.172851562500 +-0.043701171875 +-0.037841796875 +-0.074218750000 +0.289062500000 +-0.014221191406 +0.029296875000 +-0.180664062500 +0.054443359375 +-0.094726562500 +0.026733398438 +0.102050781250 +0.257812500000 +0.211914062500 +-0.050781250000 +-0.065917968750 +-0.324218750000 +-0.029296875000 +-0.018188476562 +0.051757812500 +0.001228332520 +0.134765625000 +0.046386718750 +0.077148437500 +-0.029174804688 +0.063476562500 +-0.351562500000 +0.058837890625 +0.109375000000 +-0.006805419922 +-0.099121093750 +0.016479492188 +-0.013122558594 +0.013549804688 +0.043945312500 +-0.173828125000 +-0.023803710938 +-0.363281250000 +-0.015747070312 +0.021606445312 +0.024658203125 +-0.062988281250 +-0.147460937500 +-0.068359375000 +0.106933593750 +0.192382812500 +0.011962890625 +-0.024291992188 +0.004913330078 +-0.038574218750 +0.038330078125 +-0.034423828125 +-0.351562500000 +-0.365234375000 +-0.347656250000 +-0.125976562500 +0.142578125000 +0.106933593750 +-0.137695312500 +-0.138671875000 +-0.050292968750 +-0.157226562500 +-0.033203125000 +0.146484375000 +0.024658203125 +-0.081542968750 +-0.073242187500 +0.013183593750 +-0.077636718750 +0.283203125000 +0.145507812500 +0.047363281250 +-0.016601562500 +-0.162109375000 +-0.234375000000 +0.028564453125 +0.167968750000 +-0.117675781250 +-0.115234375000 +0.099609375000 +0.000188827515 +-0.129882812500 +-0.036865234375 +-0.269531250000 +0.110839843750 +-0.271484375000 +0.015869140625 +0.103027343750 +-0.363281250000 +-0.398437500000 +0.170898437500 +0.059082031250 +-0.020629882812 +-0.298828125000 +-0.023071289062 +-0.038085937500 +-0.049072265625 +0.181640625000 +0.096679687500 +-0.253906250000 +-0.089355468750 +-0.096679687500 +-0.049804687500 +-0.136718750000 +0.036132812500 +-0.141601562500 +-0.063476562500 +0.062988281250 +-0.005950927734 +-0.037353515625 +0.137695312500 +-0.010253906250 +-0.052490234375 +0.013244628906 +0.012451171875 +0.014099121094 +-0.484375000000 +-0.738281250000 +-0.281250000000 +-0.257812500000 +-0.027221679688 +0.097167968750 +-0.028808593750 +-0.127929687500 +-0.053466796875 +-0.002502441406 +0.174804687500 +0.020629882812 +-0.082519531250 +-0.236328125000 +-0.096679687500 +-0.003936767578 +0.055419921875 +-0.076171875000 +0.126953125000 +-0.012084960938 +-0.036376953125 +0.020996093750 +-0.182617187500 +0.055419921875 +0.091308593750 +0.308593750000 +-0.004364013672 +-0.057861328125 +-0.087890625000 +-0.030151367188 +-0.194335937500 +-0.419921875000 +0.203125000000 +-0.044677734375 +-0.043701171875 +0.136718750000 +-0.209960937500 +-0.245117187500 +0.070312500000 +0.037841796875 +-0.053466796875 +-0.121582031250 +-0.153320312500 +-0.038574218750 +0.020751953125 +0.030517578125 +-0.070312500000 +-0.033935546875 +-0.047607421875 +0.151367187500 +-0.183593750000 +-0.031250000000 +-0.011352539062 +-0.277343750000 +0.063964843750 +0.048583984375 +-0.206054687500 +-0.168945312500 +-0.032958984375 +0.056640625000 +-0.013061523438 +0.036376953125 +0.021362304688 +-0.015563964844 +-0.343750000000 +-1.007812500000 +-0.279296875000 +-0.117187500000 +-0.052001953125 +-0.037109375000 +-0.067382812500 +-0.126953125000 +0.029541015625 +0.090332031250 +-0.024902343750 +0.120605468750 +0.042480468750 +-0.236328125000 +-0.035644531250 +0.186523437500 +0.024169921875 +-0.149414062500 +-0.000051021576 +-0.040527343750 +-0.108886718750 +-0.074218750000 +0.161132812500 +-0.001083374023 +-0.045654296875 +-0.058349609375 +-0.118164062500 +-0.234375000000 +-0.119628906250 +-0.067871093750 +0.014099121094 +-0.257812500000 +0.016967773438 +0.085937500000 +-0.209960937500 +-0.027099609375 +0.099609375000 +0.056396484375 +-0.145507812500 +-0.167968750000 +0.023315429688 +0.049316406250 +-0.082031250000 +-0.106445312500 +0.024169921875 +0.045898437500 +-0.093750000000 +-0.023925781250 +0.090820312500 +-0.165039062500 +-0.184570312500 +-0.017578125000 +-0.029785156250 +-0.390625000000 +0.058349609375 +-0.033935546875 +-0.032714843750 +-0.242187500000 +-0.045166015625 +-0.038330078125 +0.092285156250 +-0.040039062500 +0.032958984375 +0.050537109375 +-0.519531250000 +-0.427734375000 +-0.427734375000 +-0.078613281250 +-0.241210937500 +-0.153320312500 +-0.029907226562 +-0.166015625000 +0.037109375000 +0.059814453125 +-0.028564453125 +-0.004150390625 +-0.073730468750 +-0.255859375000 +0.012207031250 +0.095214843750 +0.086425781250 +0.082031250000 +0.191406250000 +-0.031982421875 +0.205078125000 +-0.015258789062 +0.064941406250 +-0.208007812500 +0.117675781250 +-0.028076171875 +-0.209960937500 +-0.148437500000 +-0.026855468750 +0.039062500000 +-0.064453125000 +-0.100097656250 +0.041015625000 +0.064941406250 +-0.087402343750 +-0.120117187500 +0.049072265625 +-0.017089843750 +-0.165039062500 +-0.150390625000 +0.096191406250 +-0.015869140625 +0.000029087067 +-0.082031250000 +-0.051025390625 +-0.073730468750 +0.143554687500 +-0.047607421875 +-0.005462646484 +-0.097656250000 +-0.113281250000 +0.007141113281 +0.075195312500 +-0.265625000000 +0.036865234375 +0.059814453125 +-0.016723632812 +0.007263183594 +0.124023437500 +0.064453125000 +-0.011840820312 +-0.060546875000 +-0.006683349609 +0.037109375000 +-0.071777343750 +-0.539062500000 +-0.437500000000 +0.129882812500 +-0.242187500000 +-0.345703125000 +0.009582519531 +-0.148437500000 +0.080078125000 +-0.033691406250 +-0.009826660156 +0.035400390625 +-0.146484375000 +-0.253906250000 +-0.167968750000 +-0.088867187500 +0.114746093750 +0.056884765625 +0.326171875000 +-0.089843750000 +0.037109375000 +0.188476562500 +0.077636718750 +-0.027099609375 +-0.038330078125 +0.081542968750 +-0.122070312500 +-0.149414062500 +0.016357421875 +-0.005920410156 +0.065429687500 +0.125000000000 +-0.018432617188 +0.109863281250 +0.050292968750 +-0.121582031250 +0.075683593750 +0.054931640625 +-0.378906250000 +-0.077148437500 +0.117675781250 +0.118164062500 +-0.146484375000 +-0.127929687500 +0.116699218750 +-0.054931640625 +-0.011718750000 +-0.091308593750 +-0.137695312500 +-0.065429687500 +0.041748046875 +-0.139648437500 +0.068359375000 +-0.208984375000 +0.049316406250 +-0.174804687500 +-0.014953613281 +0.098632812500 +0.081542968750 +0.078613281250 +0.064941406250 +0.004119873047 +-0.098632812500 +0.112304687500 +-0.337890625000 +-0.392578125000 +-0.460937500000 +-0.041748046875 +-0.326171875000 +-0.660156250000 +0.127929687500 +-0.250000000000 +0.127929687500 +-0.062500000000 +-0.025512695312 +0.005126953125 +-0.169921875000 +-0.016601562500 +0.072265625000 +-0.171875000000 +-0.045898437500 +0.063964843750 +0.048583984375 +0.155273437500 +-0.221679687500 +0.098632812500 +-0.080078125000 +-0.070312500000 +-0.024047851562 +-0.063964843750 +-0.151367187500 +-0.008911132812 +-0.018554687500 +0.055419921875 +-0.021728515625 +0.038085937500 +-0.188476562500 +-0.015136718750 +0.123535156250 +0.006866455078 +0.121582031250 +0.099609375000 +-0.337890625000 +0.030517578125 +-0.271484375000 +0.101562500000 +-0.008911132812 +-0.220703125000 +-0.006134033203 +-0.107421875000 +0.062988281250 +-0.006042480469 +0.070800781250 +0.049560546875 +-0.006683349609 +-0.127929687500 +0.130859375000 +0.034912109375 +-0.006103515625 +-0.229492187500 +-0.048583984375 +0.117675781250 +0.022216796875 +0.082031250000 +-0.107421875000 +-0.034912109375 +0.053955078125 +-0.015869140625 +0.101562500000 +-0.625000000000 +-0.172851562500 +-0.171875000000 +-0.063964843750 +-0.339843750000 +0.094238281250 +-0.246093750000 +-0.123046875000 +0.197265625000 +0.043457031250 +0.083007812500 +0.068359375000 +-0.023925781250 +0.107421875000 +-0.187500000000 +-0.108398437500 +0.081542968750 +-0.039550781250 +-0.088378906250 +-0.392578125000 +-0.151367187500 +-0.040527343750 +-0.253906250000 +-0.216796875000 +-0.451171875000 +0.054443359375 +-0.111816406250 +-0.047607421875 +-0.160156250000 +0.140625000000 +0.115722656250 +-0.004730224609 +-0.128906250000 +-0.000329971313 +0.174804687500 +-0.041748046875 +-0.037353515625 +0.086914062500 +0.101074218750 +-0.200195312500 +-0.089355468750 +-0.095703125000 +0.004913330078 +-0.214843750000 +-0.005737304688 +-0.001007080078 +-0.034912109375 +0.118164062500 +0.011596679688 +-0.314453125000 +-0.166992187500 +-0.144531250000 +-0.029541015625 +-0.076171875000 +-0.083496093750 +0.024902343750 +-0.165039062500 +0.084960937500 +-0.030883789062 +0.028686523438 +-0.137695312500 +0.128906250000 +0.016479492188 +-0.400390625000 +-0.593750000000 +0.075683593750 +-0.146484375000 +-0.174804687500 +0.099609375000 +0.096679687500 +-0.017944335938 +0.238281250000 +-0.102050781250 +-0.014465332031 +-0.025878906250 +0.085937500000 +-0.146484375000 +0.042724609375 +-0.051269531250 +-0.058105468750 +0.226562500000 +0.148437500000 +0.123535156250 +0.061767578125 +-0.223632812500 +-0.193359375000 +0.065429687500 +-0.115234375000 +-0.092285156250 +-0.076660156250 +-0.193359375000 +-0.004669189453 +-0.094726562500 +-0.365234375000 +-0.121582031250 +-0.221679687500 +-0.125000000000 +0.044433593750 +0.077636718750 +0.093261718750 +-0.066894531250 +-0.038818359375 +0.049560546875 +-0.247070312500 +-0.050537109375 +-0.144531250000 +0.047119140625 +-0.161132812500 +0.034179687500 +-0.071289062500 +-0.121582031250 +-0.036132812500 +0.135742187500 +-0.308593750000 +-0.296875000000 +0.046630859375 +0.056396484375 +-0.030395507812 +-0.240234375000 +0.082031250000 +0.168945312500 +0.152343750000 +0.015319824219 +0.063476562500 +-0.206054687500 +-0.025268554688 +0.101562500000 +-0.097656250000 +-0.400390625000 +0.088378906250 +0.083496093750 +0.102539062500 +0.000946044922 +0.055175781250 +-0.079589843750 +-0.088867187500 +-0.535156250000 +-0.009582519531 +0.046386718750 +0.017578125000 +-0.121582031250 +-0.179687500000 +0.095703125000 +0.115234375000 +0.114257812500 +-0.056884765625 +0.141601562500 +0.113769531250 +-0.049804687500 +-0.029785156250 +-0.053955078125 +-0.147460937500 +-0.218750000000 +0.146484375000 +-0.206054687500 +0.103515625000 +-0.024291992188 +-0.310546875000 +0.003906250000 +-0.119140625000 +-0.466796875000 +-0.050292968750 +0.127929687500 +-0.020263671875 +0.073730468750 +-0.200195312500 +-0.041503906250 +-0.015747070312 +-0.230468750000 +-0.028930664062 +-0.082519531250 +0.032958984375 +-0.055419921875 +-0.022216796875 +-0.114257812500 +-0.018920898438 +0.073730468750 +0.003967285156 +0.053222656250 +-0.009094238281 +0.005340576172 +-0.002563476562 +-0.402343750000 +0.133789062500 +0.010986328125 +0.007720947266 +0.105468750000 +0.009094238281 +-0.089355468750 +0.006256103516 +-0.004272460938 +0.051757812500 +0.188476562500 +-0.005737304688 +-0.012634277344 +-0.045898437500 +0.057128906250 +-0.182617187500 +0.007446289062 +0.049316406250 +0.134765625000 +-0.105957031250 +-0.037841796875 +0.035888671875 +-0.135742187500 +-0.065429687500 +0.016357421875 +-0.279296875000 +-0.176757812500 +-0.051025390625 +-0.036376953125 +0.053710937500 +-0.038574218750 +-0.202148437500 +0.048339843750 +-0.011352539062 +-0.224609375000 +-0.196289062500 +0.072265625000 +-0.058593750000 +0.031738281250 +-0.240234375000 +0.008666992188 +0.255859375000 +-0.187500000000 +-0.109863281250 +-0.105468750000 +0.016235351562 +0.004333496094 +-0.216796875000 +-0.023681640625 +0.057861328125 +0.113769531250 +0.018066406250 +-0.137695312500 +0.068847656250 +0.057861328125 +-0.090332031250 +0.071777343750 +0.131835937500 +0.003662109375 +-0.098632812500 +0.049316406250 +-0.104492187500 +0.022705078125 +-0.017211914062 +-0.074218750000 +0.031494140625 +-0.009399414062 +0.036132812500 +0.032714843750 +-0.098632812500 +-0.126953125000 +0.121582031250 +-0.143554687500 +0.199218750000 +0.289062500000 +0.131835937500 +-0.241210937500 +0.106445312500 +0.082031250000 +-0.004638671875 +0.021484375000 +-0.043945312500 +0.129882812500 +-0.046386718750 +-0.045166015625 +-0.010253906250 +0.129882812500 +0.122558593750 +-0.041259765625 +-0.188476562500 +-0.451171875000 +0.079589843750 +0.048583984375 +-0.113281250000 +-0.157226562500 +-0.181640625000 +0.017700195312 +-0.173828125000 +-0.146484375000 +0.124023437500 +0.124023437500 +-0.070800781250 +0.071289062500 +0.314453125000 +-0.091796875000 +-0.042724609375 +0.017700195312 +-0.002258300781 +-0.298828125000 +0.060302734375 +0.030151367188 +0.003494262695 +-0.015625000000 +-0.019775390625 +0.296875000000 +0.007263183594 +-0.055419921875 +-0.002059936523 +0.112792968750 +-0.099121093750 +0.124511718750 +-0.050781250000 +-0.028198242188 +-0.091796875000 +-0.045654296875 +-0.028076171875 +-0.095214843750 +0.132812500000 +0.109375000000 +-0.039062500000 +0.154296875000 +-0.004852294922 +-0.003097534180 +0.045166015625 +0.105957031250 +-0.092285156250 +-0.277343750000 +0.100097656250 +0.063964843750 +0.037109375000 +-0.128906250000 +0.078613281250 +0.049316406250 +0.147460937500 +0.036376953125 +-0.041748046875 +0.208984375000 +-0.001358032227 +0.023803710938 +0.058349609375 +-0.154296875000 +-0.055419921875 +0.079101562500 +-0.308593750000 +-0.031250000000 +-0.014099121094 +0.196289062500 +-0.115722656250 +0.124511718750 +-0.211914062500 +-0.007263183594 +-0.040039062500 +-0.135742187500 +0.018310546875 +-0.011596679688 +-0.065917968750 +0.039794921875 +0.162109375000 +-0.201171875000 +-0.041503906250 +0.013549804688 +-0.122558593750 +-0.139648437500 +0.201171875000 +-0.091308593750 +-0.210937500000 +-0.125976562500 +0.045898437500 +-0.000530242920 +0.043212890625 +-0.068847656250 +-0.011779785156 +0.072265625000 +-0.064453125000 +0.111328125000 +-0.255859375000 +-0.024658203125 +-0.132812500000 +0.016723632812 +-0.198242187500 +0.014831542969 +-0.094726562500 +-0.183593750000 +-0.153320312500 +-0.073242187500 +0.029541015625 +-0.002471923828 +-0.065917968750 +0.134765625000 +-0.055175781250 +-0.378906250000 +-0.373046875000 +0.003417968750 +0.160156250000 +-0.119140625000 +0.062988281250 +-0.099609375000 +-0.176757812500 +0.021362304688 +0.009155273438 +-0.001945495605 +0.080566406250 +-0.019897460938 +-0.304687500000 +-0.431640625000 +0.007385253906 +0.038330078125 +-0.188476562500 +-0.312500000000 +0.082031250000 +0.021240234375 +0.104980468750 +0.036132812500 +0.019531250000 +-0.171875000000 +0.040039062500 +-0.088378906250 +-0.009948730469 +-0.002304077148 +-0.029052734375 +-0.031250000000 +0.005035400391 +-0.292968750000 +0.241210937500 +-0.104003906250 +-0.088378906250 +0.036621093750 +0.086425781250 +-0.324218750000 +-0.494140625000 +0.142578125000 +-0.083496093750 +-0.132812500000 +-0.001129150391 +0.138671875000 +0.075195312500 +0.019409179688 +0.061035156250 +0.109375000000 +-0.004882812500 +-0.155273437500 +0.044189453125 +0.060058593750 +-0.238281250000 +-0.234375000000 +0.128906250000 +-0.105957031250 +-0.316406250000 +-0.162109375000 +0.106933593750 +0.130859375000 +0.166992187500 +0.166992187500 +-0.033447265625 +-0.017333984375 +-0.306640625000 +-0.136718750000 +0.145507812500 +-0.032470703125 +0.155273437500 +0.253906250000 +-0.312500000000 +0.155273437500 +0.330078125000 +-0.066406250000 +0.077636718750 +0.073242187500 +0.012145996094 +-0.143554687500 +0.070800781250 +0.087402343750 +0.269531250000 +-0.361328125000 +0.030151367188 +0.151367187500 +-0.100585937500 +0.010498046875 +-0.158203125000 +-0.168945312500 +-0.104980468750 +0.135742187500 +-0.162109375000 +0.105468750000 +-0.164062500000 +0.090332031250 +-0.217773437500 +-0.063476562500 +0.265625000000 +-0.347656250000 +0.139648437500 +-0.052978515625 +0.051757812500 +-0.255859375000 +-0.102539062500 +0.154296875000 +0.009216308594 +0.211914062500 +-0.010742187500 +-0.029418945312 +0.037353515625 +0.133789062500 +0.207031250000 +-0.153320312500 +-0.318359375000 +-0.031127929688 +0.062500000000 +-0.097167968750 +-0.031250000000 +0.037841796875 +-0.259765625000 +-0.184570312500 +-0.063476562500 +0.058593750000 +-0.308593750000 +-0.267578125000 +0.184570312500 +0.022338867188 +-0.052978515625 +-0.020019531250 +0.158203125000 +0.241210937500 +0.026123046875 +-0.020385742188 +-0.054443359375 +0.039062500000 +0.142578125000 +-0.235351562500 +0.058593750000 +0.020385742188 +0.132812500000 +-0.259765625000 +-0.004699707031 +0.024536132812 +0.017578125000 +0.253906250000 +-0.096679687500 +-0.273437500000 +0.026977539062 +-0.005432128906 +0.052734375000 +0.038818359375 +0.100097656250 +-0.052246093750 +-0.310546875000 +-0.605468750000 +0.143554687500 +0.032470703125 +-0.153320312500 +-0.231445312500 +0.079101562500 +0.017456054688 +-0.416015625000 +-0.223632812500 +0.054443359375 +-0.016845703125 +-0.007110595703 +-0.118652343750 +0.004211425781 +0.003814697266 +-0.065917968750 +-0.800781250000 +0.059326171875 +-0.008605957031 +0.098632812500 +-0.001914978027 +-0.061035156250 +0.081054687500 +-0.153320312500 +0.114257812500 +-0.176757812500 +-0.300781250000 +-0.042724609375 +0.136718750000 +-0.208007812500 +-0.023559570312 +-0.138671875000 +0.024414062500 +0.056640625000 +-0.138671875000 +0.059082031250 +0.174804687500 +-0.069824218750 +0.126953125000 +0.007415771484 +-0.127929687500 +0.045410156250 +0.147460937500 +-0.147460937500 +0.057861328125 +0.073242187500 +0.202148437500 +-0.144531250000 +0.050781250000 +-0.185546875000 +-0.054443359375 +-0.281250000000 +-0.070800781250 +0.177734375000 +-0.059814453125 +0.116699218750 +-0.257812500000 +0.067871093750 +-0.037841796875 +-0.044433593750 +0.121093750000 +0.081054687500 +0.029296875000 +-0.625000000000 +-0.921875000000 +-0.056152343750 +-0.065917968750 +0.119140625000 +-0.093261718750 +0.060791015625 +0.110351562500 +-0.074218750000 +-0.231445312500 +-0.170898437500 +-0.089355468750 +-0.061523437500 +-0.012817382812 +0.010314941406 +0.005737304688 +-0.041259765625 +-0.375000000000 +0.251953125000 +-0.065429687500 +0.065429687500 +0.082031250000 +-0.040771484375 +0.039062500000 +-0.099609375000 +-0.333984375000 +-0.269531250000 +-0.080078125000 +-0.035156250000 +-0.119628906250 +-0.079589843750 +-0.165039062500 +-0.007598876953 +-0.058593750000 +0.026977539062 +-0.179687500000 +0.017456054688 +0.026855468750 +0.030273437500 +0.080566406250 +0.007141113281 +-0.259765625000 +-0.021972656250 +0.025146484375 +0.096679687500 +-0.086914062500 +-0.036865234375 +0.118164062500 +-0.097656250000 +0.165039062500 +-0.170898437500 +-0.005371093750 +0.080078125000 +0.034667968750 +0.083496093750 +-0.390625000000 +0.051513671875 +0.073242187500 +0.094238281250 +0.017822265625 +0.066894531250 +0.048828125000 +0.054199218750 +-0.025390625000 +-0.539062500000 +-0.601562500000 +0.074218750000 +-0.014404296875 +0.114746093750 +-0.151367187500 +0.011047363281 +-0.027832031250 +0.126953125000 +0.032226562500 +-0.176757812500 +-0.100097656250 +0.043701171875 +0.137695312500 +0.076171875000 +0.011901855469 +0.094238281250 +0.202148437500 +0.030273437500 +0.066894531250 +0.055664062500 +-0.071777343750 +-0.059326171875 +0.023559570312 +-0.116210937500 +-0.269531250000 +-0.170898437500 +-0.100585937500 +-0.287109375000 +-0.294921875000 +0.056640625000 +-0.057373046875 +0.130859375000 +-0.161132812500 +-0.061279296875 +0.079101562500 +0.098632812500 +0.245117187500 +0.112792968750 +0.041503906250 +-0.157226562500 +-0.030029296875 +0.075195312500 +0.010620117188 +-0.204101562500 +0.204101562500 +0.176757812500 +0.111328125000 +0.052734375000 +-0.155273437500 +0.067871093750 +-0.012634277344 +0.014709472656 +0.048828125000 +0.074218750000 +-0.249023437500 +0.151367187500 +0.023559570312 +0.111816406250 +0.139648437500 +0.123046875000 +0.121582031250 +-0.076171875000 +0.045654296875 +-0.164062500000 +-0.511718750000 +-0.015136718750 +-0.011413574219 +-0.082031250000 +-0.062255859375 +0.093261718750 +0.045410156250 +-0.281250000000 +-0.018310546875 +-0.018920898438 +-0.020996093750 +0.137695312500 +0.020874023438 +-0.029052734375 +-0.030639648438 +0.025878906250 +0.139648437500 +0.165039062500 +0.055664062500 +-0.011230468750 +0.028808593750 +-0.157226562500 +-0.163085937500 +0.043212890625 +0.072265625000 +-0.106445312500 +0.150390625000 +-0.207031250000 +-0.103515625000 +-0.011230468750 +-0.244140625000 +0.042236328125 +-0.040527343750 +-0.175781250000 +-0.051025390625 +0.158203125000 +0.102539062500 +0.057373046875 +0.044921875000 +-0.168945312500 +-0.156250000000 +-0.075683593750 +0.152343750000 +-0.027832031250 +0.029052734375 +0.066406250000 +0.047119140625 +-0.096191406250 +-0.133789062500 +-0.141601562500 +0.125000000000 +-0.013854980469 +-0.011474609375 +0.095214843750 +0.038330078125 +0.052490234375 +0.041503906250 +0.073242187500 +0.133789062500 +0.062500000000 +-0.006622314453 +0.072753906250 +-0.075683593750 +-0.020874023438 +-0.296875000000 +-0.017333984375 +0.059082031250 +-0.019531250000 +-0.128906250000 +0.033935546875 +0.104980468750 +-0.255859375000 +-0.382812500000 +0.084960937500 +-0.030761718750 +0.231445312500 +0.017211914062 +-0.079101562500 +0.018920898438 +-0.089355468750 +0.025024414062 +0.069335937500 +0.101562500000 +-0.111328125000 +0.055664062500 +-0.094726562500 +-0.119628906250 +-0.292968750000 +0.082519531250 +-0.104003906250 +-0.007537841797 +-0.343750000000 +-0.511718750000 +0.077148437500 +-0.160156250000 +0.029418945312 +0.064453125000 +0.009643554688 +-0.035156250000 +0.137695312500 +-0.072265625000 +0.096679687500 +0.050292968750 +0.111328125000 +-0.121093750000 +-0.162109375000 +0.069335937500 +0.030639648438 +0.021240234375 +-0.095703125000 +-0.047607421875 +-0.031982421875 +0.037841796875 +-0.048828125000 +0.023925781250 +0.015441894531 +-0.036621093750 +-0.012207031250 +0.044677734375 +-0.079101562500 +-0.238281250000 +-0.022216796875 +0.064941406250 +-0.004241943359 +0.064941406250 +-0.005065917969 +0.032226562500 +-0.027954101562 +-0.365234375000 +-0.091308593750 +0.043701171875 +-0.044189453125 +0.033691406250 +-0.037109375000 +0.021606445312 +-0.061035156250 +-0.378906250000 +-0.027587890625 +0.009216308594 +0.103515625000 +-0.010925292969 +-0.343750000000 +0.234375000000 +-0.205078125000 +-0.136718750000 +0.031982421875 +-0.112304687500 +-0.140625000000 +-0.009826660156 +-0.153320312500 +-0.035888671875 +-0.119628906250 +-0.123046875000 +0.006958007812 +-0.109863281250 +-0.072265625000 +0.014770507812 +0.074707031250 +-0.056396484375 +-0.126953125000 +0.036376953125 +-0.132812500000 +-0.083496093750 +0.203125000000 +-0.427734375000 +0.078125000000 +0.204101562500 +0.480468750000 +0.187500000000 +-0.104003906250 +-0.105957031250 +0.046142578125 +-0.046386718750 +-0.193359375000 +-0.056640625000 +0.126953125000 +-0.125976562500 +-0.088378906250 +-0.036865234375 +-0.046875000000 +0.007415771484 +0.070312500000 +0.148437500000 +-0.139648437500 +-0.054687500000 +0.173828125000 +0.022949218750 +0.108886718750 +0.046630859375 +-0.134765625000 +-0.020751953125 +-0.597656250000 +-0.761718750000 +-0.061523437500 +-0.106933593750 +-0.005401611328 +-0.002517700195 +-0.053955078125 +0.031738281250 +0.157226562500 +0.034912109375 +0.122070312500 +0.119140625000 +0.095703125000 +-0.006774902344 +-0.210937500000 +0.047363281250 +0.184570312500 +-0.359375000000 +0.176757812500 +-0.012817382812 +-0.000782012939 +-0.091308593750 +-0.057617187500 +0.087402343750 +-0.144531250000 +0.269531250000 +0.013061523438 +0.105957031250 +-0.231445312500 +-0.392578125000 +0.121093750000 +0.076171875000 +-0.014648437500 +0.030761718750 +-0.210937500000 +-0.043945312500 +0.054199218750 +-0.101074218750 +-0.085937500000 +-0.051513671875 +-0.123535156250 +-0.410156250000 +0.060791015625 +0.133789062500 +-0.012329101562 +-0.261718750000 +-0.064941406250 +-0.039306640625 +0.007232666016 +0.060546875000 +-0.095214843750 +-0.212890625000 +-0.128906250000 +0.012145996094 +-0.093750000000 +-0.072753906250 +0.053955078125 +0.231445312500 +-0.103027343750 +0.067382812500 +-0.155273437500 +0.117675781250 +-0.231445312500 +-0.216796875000 +0.058349609375 +0.079101562500 +-0.214843750000 +-0.355468750000 +0.101074218750 +0.004821777344 +-0.186523437500 +-0.089843750000 +-0.013610839844 +-0.107910156250 +0.179687500000 +0.105957031250 +-0.079589843750 +-0.322265625000 +-0.076171875000 +0.073730468750 +0.093261718750 +0.129882812500 +-0.024536132812 +0.053955078125 +-0.196289062500 +-0.112304687500 +0.142578125000 +-0.036621093750 +0.122558593750 +-0.118652343750 +0.033691406250 +0.060791015625 +-0.326171875000 +-0.255859375000 +0.000030994415 +0.003845214844 +0.051757812500 +-0.081542968750 +-0.238281250000 +-0.110351562500 +0.139648437500 +0.067871093750 +-0.103515625000 +0.107421875000 +-0.132812500000 +-0.445312500000 +0.088867187500 +-0.019287109375 +-0.113281250000 +-0.211914062500 +-0.173828125000 +-0.014770507812 +-0.102539062500 +-0.061279296875 +-0.115722656250 +0.174804687500 +0.057617187500 +-0.120117187500 +0.199218750000 +0.021850585938 +-0.013671875000 +0.066894531250 +-0.157226562500 +0.076660156250 +-0.306640625000 +0.030029296875 +-0.069335937500 +-0.523437500000 +0.095214843750 +0.060058593750 +-0.289062500000 +-0.000370025635 +-0.010681152344 +0.103515625000 +-0.107910156250 +-0.217773437500 +0.049560546875 +0.021606445312 +-0.020263671875 +0.087402343750 +-0.265625000000 +-0.488281250000 +-0.036621093750 +-0.038818359375 +0.052246093750 +-0.066406250000 +-0.101074218750 +0.129882812500 +0.037597656250 +-0.016479492188 +0.043945312500 +0.026000976562 +0.166015625000 +0.187500000000 +0.051513671875 +0.108886718750 +0.062988281250 +0.093261718750 +-0.179687500000 +0.105468750000 +0.008850097656 +-0.065917968750 +-0.157226562500 +-0.103027343750 +0.143554687500 +0.088378906250 +0.025024414062 +-0.025512695312 +0.243164062500 +0.029052734375 +0.037353515625 +-0.125976562500 +0.070800781250 +-0.222656250000 +-0.267578125000 +-0.078613281250 +-0.079101562500 +0.082519531250 +0.011169433594 +-0.092285156250 +0.085449218750 +-0.017578125000 +0.234375000000 +-0.041259765625 +-0.059814453125 +0.083007812500 +-0.120605468750 +0.008056640625 +-0.210937500000 +-0.013122558594 +0.048828125000 +-0.408203125000 +0.143554687500 +-0.004119873047 +-0.041259765625 +0.059814453125 +-0.085937500000 +-0.227539062500 +0.014404296875 +-0.341796875000 +-0.080078125000 +0.018188476562 +-0.245117187500 +-0.025146484375 +-0.367187500000 +-0.392578125000 +0.030151367188 +-0.168945312500 +0.120605468750 +0.002792358398 +-0.014465332031 +0.109375000000 +-0.259765625000 +0.028686523438 +0.026611328125 +0.058105468750 +0.026611328125 +-0.147460937500 +-0.054199218750 +-0.173828125000 +-0.060058593750 +0.077636718750 +-0.126953125000 +-0.153320312500 +0.040283203125 +0.010437011719 +0.050537109375 +-0.112792968750 +-0.030761718750 +-0.086914062500 +-0.161132812500 +0.112304687500 +0.086914062500 +0.075195312500 +0.131835937500 +-0.217773437500 +-0.061523437500 +-0.100585937500 +-0.223632812500 +-0.029785156250 +-0.069824218750 +0.049316406250 +-0.496093750000 +-0.110351562500 +0.202148437500 +-0.333984375000 +-0.016967773438 +-0.014526367188 +0.055908203125 +-0.174804687500 +-0.117187500000 +0.040527343750 +-0.244140625000 +-0.057373046875 +0.143554687500 +-0.198242187500 +-0.031127929688 +-0.163085937500 +-0.056152343750 +0.088867187500 +-0.147460937500 +0.023315429688 +0.039794921875 +-0.306640625000 +0.063476562500 +-0.078613281250 +-0.041992187500 +-0.159179687500 +-0.107910156250 +-0.333984375000 +-0.010314941406 +-0.113281250000 +-0.014831542969 +-0.072265625000 +0.051513671875 +0.036376953125 +-0.074218750000 +0.094238281250 +0.024902343750 +-0.034667968750 +-0.104492187500 +-0.057617187500 +0.100585937500 +-0.044921875000 +0.095703125000 +0.053222656250 +-0.277343750000 +-0.053222656250 +0.019165039062 +0.112304687500 +-0.008728027344 +0.125976562500 +0.079101562500 +0.019042968750 +-0.107421875000 +0.144531250000 +-0.205078125000 +0.012939453125 +0.066894531250 +-0.071289062500 +-0.190429687500 +-0.006134033203 +-0.140625000000 +-0.147460937500 +0.123535156250 +0.114257812500 +-0.223632812500 +-0.038818359375 +-0.072753906250 +-0.084960937500 +0.011047363281 +0.257812500000 +-0.047119140625 +-0.122558593750 +-0.062500000000 +-0.024536132812 +-0.055908203125 +0.139648437500 +0.115722656250 +-0.049316406250 +-0.035644531250 +-0.235351562500 +-0.184570312500 +0.027587890625 +-0.125976562500 +-0.170898437500 +0.083007812500 +-0.095703125000 +0.156250000000 +0.052001953125 +-0.060546875000 +0.042724609375 +0.004791259766 +-0.025024414062 +0.173828125000 +-0.196289062500 +-0.014648437500 +-0.013549804688 +0.155273437500 +-0.066894531250 +0.048339843750 +-0.000667572021 +0.116699218750 +0.025024414062 +-0.103027343750 +0.144531250000 +0.047363281250 +0.020874023438 +0.071777343750 +0.164062500000 +-0.310546875000 +0.010437011719 +-0.198242187500 +0.035400390625 +0.074218750000 +-0.118164062500 +0.075683593750 +0.151367187500 +-0.281250000000 +0.099121093750 +-0.079101562500 +-0.198242187500 +0.048339843750 +-0.092285156250 +-0.166992187500 +-0.106933593750 +0.302734375000 +-0.326171875000 +-0.021606445312 +0.166015625000 +-0.275390625000 +-0.049072265625 +-0.243164062500 +-0.245117187500 +-0.143554687500 +-0.054443359375 +-0.088867187500 +-0.092285156250 +-0.066406250000 +-0.147460937500 +0.052490234375 +-0.026733398438 +0.086425781250 +0.050781250000 +-0.130859375000 +0.129882812500 +-0.157226562500 +0.100097656250 +-0.182617187500 +-0.283203125000 +0.123535156250 +-0.204101562500 +-0.047363281250 +0.243164062500 +0.120605468750 +0.089843750000 +0.003005981445 +0.090820312500 +-0.065429687500 +-0.053222656250 +0.084472656250 +0.139648437500 +-0.008911132812 +-0.091796875000 +-0.027587890625 +0.151367187500 +-0.235351562500 +-0.012207031250 +-0.012329101562 +0.176757812500 +-0.029663085938 +0.087890625000 +0.095703125000 +-0.003906250000 +-0.251953125000 +0.155273437500 +-0.285156250000 +-0.124511718750 +0.012023925781 +0.046386718750 +0.109863281250 +0.118652343750 +0.041992187500 +0.036865234375 +0.128906250000 +-0.238281250000 +0.045654296875 +0.123046875000 +0.086914062500 +0.049560546875 +0.168945312500 +-0.714843750000 +-0.127929687500 +-0.044189453125 +-0.163085937500 +-0.314453125000 +0.017944335938 +-0.114746093750 +-0.152343750000 +-0.019409179688 +0.085449218750 +-0.273437500000 +-0.116210937500 +-0.535156250000 +0.181640625000 +-0.027099609375 +-0.012023925781 +0.091308593750 +0.174804687500 +0.215820312500 +-0.328125000000 +0.072753906250 +0.063964843750 +-0.255859375000 +-0.018188476562 +0.038574218750 +-0.153320312500 +0.089843750000 +0.062500000000 +0.211914062500 +-0.015625000000 +0.027465820312 +0.174804687500 +-0.004608154297 +0.013000488281 +-0.008911132812 +-0.020507812500 +-0.121093750000 +0.062500000000 +-0.083496093750 +-0.054443359375 +0.152343750000 +-0.253906250000 +0.055175781250 +-0.020751953125 +-0.134765625000 +-0.146484375000 +-0.069335937500 +0.000518798828 +0.033203125000 +0.049072265625 +0.032470703125 +-0.027709960938 +-0.070800781250 +0.034912109375 +0.043212890625 +0.062500000000 +-0.013183593750 +0.039062500000 +-0.441406250000 +0.038818359375 +0.116210937500 +0.008544921875 +0.056396484375 +0.067871093750 +0.024536132812 +-0.160156250000 +-0.328125000000 +0.144531250000 +0.007873535156 +0.055419921875 +0.039550781250 +-0.195312500000 +0.059326171875 +-0.158203125000 +0.410156250000 +-0.287109375000 +-0.119140625000 +-0.024291992188 +-0.033447265625 +0.043701171875 +-0.014526367188 +0.002182006836 +0.251953125000 +-0.106445312500 +-0.005950927734 +-0.078125000000 +0.119140625000 +0.050048828125 +-0.175781250000 +-0.088867187500 +0.104980468750 +-0.188476562500 +-0.160156250000 +0.063964843750 +-0.002929687500 +-0.527343750000 +-0.107910156250 +0.145507812500 +-0.008666992188 +-0.009094238281 +-0.030517578125 +0.009399414062 +-0.010498046875 +-0.035400390625 +-0.050048828125 +-0.072265625000 +-0.066894531250 +-0.085937500000 +-0.120117187500 +0.059326171875 +-0.009826660156 +-0.065917968750 +0.040283203125 +0.087890625000 +0.018188476562 +0.000602722168 +-0.165039062500 +-0.010192871094 +0.078613281250 +-0.152343750000 +0.094726562500 +0.029418945312 +-0.152343750000 +0.017456054688 +-0.072753906250 +0.087402343750 +0.066894531250 +-0.019653320312 +0.070312500000 +-0.197265625000 +-0.578125000000 +0.013671875000 +-0.005493164062 +0.144531250000 +-0.179687500000 +0.067871093750 +0.069824218750 +-0.306640625000 +-0.136718750000 +0.181640625000 +0.056396484375 +0.107421875000 +-0.014770507812 +0.166992187500 +0.259765625000 +-0.172851562500 +0.045898437500 +0.052246093750 +-0.087890625000 +-0.004241943359 +-0.048095703125 +-0.084960937500 +-0.116210937500 +0.004608154297 +0.015197753906 +-0.056152343750 +-0.073730468750 +-0.065429687500 +-0.072265625000 +-0.079101562500 +-0.114257812500 +0.084472656250 +0.155273437500 +-0.106445312500 +-0.051025390625 +0.088867187500 +-0.112792968750 +-0.145507812500 +0.051513671875 +0.116699218750 +0.113281250000 +-0.210937500000 +-0.005706787109 +0.098632812500 +0.139648437500 +-0.055908203125 +0.062255859375 +-0.130859375000 +0.077148437500 +-0.001152038574 +0.013671875000 +0.104980468750 +-0.022338867188 +-0.226562500000 +0.080566406250 +-0.012084960938 +0.024902343750 +0.069335937500 +0.035644531250 +0.147460937500 +-0.039306640625 +0.101074218750 +0.021240234375 +-0.110351562500 +-0.247070312500 +0.154296875000 +0.185546875000 +-0.059814453125 +0.048095703125 +0.067382812500 +0.060546875000 +0.036865234375 +-0.211914062500 +0.046630859375 +-0.033447265625 +0.095214843750 +-0.045410156250 +0.243164062500 +-0.027954101562 +-0.037597656250 +-0.261718750000 +0.089355468750 +-0.066406250000 +0.026733398438 +-0.098144531250 +-0.018188476562 +-0.173828125000 +-0.213867187500 +-0.072265625000 +-0.026611328125 +-0.005432128906 +0.007812500000 +-0.110839843750 +-0.024169921875 +-0.008178710938 +-0.141601562500 +0.040039062500 +-0.153320312500 +0.092285156250 +-0.104980468750 +0.024902343750 +0.143554687500 +-0.062255859375 +0.061035156250 +0.255859375000 +0.023803710938 +-0.008972167969 +0.068847656250 +0.045898437500 +-0.084960937500 +0.120605468750 +-0.001129150391 +-0.079101562500 +0.115234375000 +-0.080566406250 +-0.003845214844 +0.020385742188 +-0.558593750000 +0.125976562500 +0.140625000000 +-0.039794921875 +-0.020385742188 +0.013854980469 +0.041015625000 +0.012329101562 +-0.026977539062 +0.046875000000 +-0.105468750000 +-0.496093750000 +0.147460937500 +0.080566406250 +0.150390625000 +-0.191406250000 +0.069824218750 +0.050781250000 +-0.027099609375 +0.129882812500 +0.056152343750 +0.022094726562 +-0.009948730469 +-0.100097656250 +0.176757812500 +0.250000000000 +0.180664062500 +-0.073730468750 +-0.031982421875 +-0.055175781250 +-0.053955078125 +0.072753906250 +0.089843750000 +-0.059814453125 +-0.168945312500 +-0.207031250000 +-0.314453125000 +-0.017456054688 +-0.060546875000 +-0.057373046875 +-0.195312500000 +-0.020874023438 +-0.051269531250 +-0.007202148438 +-0.057617187500 +-0.094238281250 +-0.263671875000 +0.081542968750 +0.208007812500 +-0.228515625000 +0.024658203125 +0.166992187500 +-0.043701171875 +0.122070312500 +-0.164062500000 +0.018798828125 +-0.151367187500 +-0.004302978516 +0.079101562500 +-0.164062500000 +0.142578125000 +0.030761718750 +0.013305664062 +-0.015502929688 +-0.179687500000 +-0.156250000000 +0.075683593750 +0.042724609375 +0.073730468750 +-0.034667968750 +0.048583984375 +0.003402709961 +0.020507812500 +0.066894531250 +0.030883789062 +-0.414062500000 +0.119140625000 +0.080566406250 +0.129882812500 +-0.197265625000 +-0.042968750000 +0.116699218750 +-0.289062500000 +-0.005584716797 +-0.020263671875 +0.106445312500 +0.124511718750 +-0.033203125000 +-0.148437500000 +0.045410156250 +-0.083984375000 +-0.029541015625 +-0.014587402344 +-0.082519531250 +-0.098144531250 +-0.096679687500 +0.102050781250 +-0.188476562500 +-0.158203125000 +-0.259765625000 +-0.257812500000 +-0.057617187500 +-0.055664062500 +-0.120117187500 +-0.037841796875 +-0.039062500000 +0.071289062500 +-0.117187500000 +0.084472656250 +-0.030273437500 +0.049804687500 +-0.085449218750 +0.028564453125 +-0.441406250000 +-0.153320312500 +0.038330078125 +0.046630859375 +0.008178710938 +-0.091308593750 +-0.005432128906 +0.177734375000 +-0.039062500000 +0.141601562500 +-0.086914062500 +0.116210937500 +0.049560546875 +-0.294921875000 +0.109375000000 +-0.126953125000 +-0.357421875000 +-0.106445312500 +0.043945312500 +0.028930664062 +0.180664062500 +-0.051757812500 +0.049316406250 +-0.054687500000 +0.126953125000 +-0.027221679688 +-0.480468750000 +-0.054199218750 +-0.041992187500 +0.257812500000 +0.164062500000 +0.074218750000 +0.100585937500 +-0.088867187500 +-0.237304687500 +0.059326171875 +0.068359375000 +0.051757812500 +0.069824218750 +0.173828125000 +0.052246093750 +-0.141601562500 +-0.181640625000 +-0.004821777344 +-0.181640625000 +-0.071777343750 +-0.275390625000 +0.142578125000 +-0.024169921875 +-0.161132812500 +-0.228515625000 +-0.367187500000 +-0.111816406250 +-0.263671875000 +-0.245117187500 +0.027954101562 +-0.171875000000 +0.212890625000 +0.030761718750 +0.123046875000 +-0.016479492188 +0.396484375000 +0.136718750000 +0.061279296875 +-0.104492187500 +-0.130859375000 +-0.056152343750 +-0.019897460938 +-0.079589843750 +-0.009338378906 +0.120605468750 +-0.040283203125 +-0.132812500000 +-0.125000000000 +-0.056640625000 +0.010864257812 +0.125976562500 +-0.261718750000 +0.110351562500 +0.061035156250 +-0.275390625000 +-0.207031250000 +-0.189453125000 +0.109863281250 +0.033203125000 +0.045166015625 +0.018676757812 +0.010986328125 +0.055175781250 +-0.102050781250 +-0.414062500000 +-0.020263671875 +-0.375000000000 +0.178710937500 +0.138671875000 +-0.074218750000 +0.064453125000 +0.337890625000 +0.207031250000 +-0.048583984375 +-0.019165039062 +0.129882812500 +0.114746093750 +-0.153320312500 +0.181640625000 +0.039062500000 +-0.291015625000 +0.034423828125 +-0.050292968750 +0.125000000000 +-0.210937500000 +0.031738281250 +-0.019653320312 +0.026977539062 +-0.367187500000 +-0.121582031250 +-0.088867187500 +-0.189453125000 +-0.472656250000 +-0.028686523438 +-0.037353515625 +0.051269531250 +0.098632812500 +-0.039306640625 +0.017211914062 +0.101074218750 +-0.009094238281 +-0.414062500000 +-0.055664062500 +0.001235961914 +-0.039306640625 +-0.116210937500 +-0.042236328125 +-0.183593750000 +-0.091308593750 +-0.304687500000 +-0.271484375000 +0.159179687500 +-0.156250000000 +0.127929687500 +-0.005950927734 +-0.104003906250 +-0.443359375000 +0.006835937500 +-0.062011718750 +0.012268066406 +-0.064453125000 +0.045166015625 +0.069335937500 +-0.248046875000 +-0.081054687500 +0.039306640625 +0.022827148438 +0.132812500000 +0.566406250000 +-0.051757812500 +-0.043701171875 +0.003890991211 +-0.031738281250 +-0.061523437500 +0.147460937500 +-0.535156250000 +-0.096191406250 +0.112792968750 +-0.088378906250 +-0.049316406250 +-0.144531250000 +0.222656250000 +-0.025268554688 +0.055175781250 +-0.012207031250 +-0.103515625000 +-0.251953125000 +0.103515625000 +0.055175781250 +-0.100585937500 +-0.048583984375 +0.000938415527 +-0.126953125000 +-0.114746093750 +-0.005310058594 +0.034912109375 +-0.068847656250 +0.105468750000 +-0.092285156250 +0.020751953125 +0.231445312500 +-0.045898437500 +-0.102050781250 +-0.000067710876 +-0.097167968750 +-0.244140625000 +0.003189086914 +-0.083007812500 +-0.008117675781 +-0.443359375000 +-0.094726562500 +-0.016967773438 +-0.038818359375 +-0.437500000000 +-0.080078125000 +0.159179687500 +0.145507812500 +0.006225585938 +-0.009155273438 +-0.208007812500 +-0.271484375000 +0.148437500000 +0.017578125000 +-0.016235351562 +-0.196289062500 +0.139648437500 +0.067871093750 +-0.042236328125 +-0.137695312500 +0.063476562500 +0.124023437500 +0.024414062500 +-0.013305664062 +0.116699218750 +0.242187500000 +0.134765625000 +0.033691406250 +0.031982421875 +0.004730224609 +-0.328125000000 +-0.061767578125 +0.030639648438 +0.003051757812 +-0.097656250000 +-0.253906250000 +-0.004150390625 +-0.025634765625 +0.292968750000 +-0.137695312500 +0.172851562500 +0.024780273438 +0.222656250000 +0.203125000000 +-0.154296875000 +-0.051025390625 +0.006286621094 +-0.069335937500 +0.063964843750 +-0.170898437500 +-0.208007812500 +0.168945312500 +0.079589843750 +-0.229492187500 +-0.100585937500 +-0.048583984375 +0.159179687500 +-0.039062500000 +-0.064941406250 +-0.054687500000 +-0.312500000000 +0.051513671875 +-0.014038085938 +0.000923156738 +-0.376953125000 +-0.044433593750 +-0.045898437500 +0.001831054688 +-0.162109375000 +-0.071777343750 +0.066406250000 +0.205078125000 +0.092285156250 +-0.098632812500 +-0.151367187500 +-0.172851562500 +-0.062500000000 +-0.007781982422 +-0.004974365234 +-0.110351562500 +0.036865234375 +0.096679687500 +-0.035644531250 +-0.136718750000 +-0.003860473633 +0.121093750000 +-0.253906250000 +-0.165039062500 +0.056640625000 +0.199218750000 +0.069335937500 +-0.261718750000 +-0.054687500000 +-0.088867187500 +-0.043212890625 +-0.023315429688 +-0.138671875000 +0.022583007812 +-0.259765625000 +-0.058105468750 +-0.036621093750 +0.053222656250 +0.102050781250 +0.115234375000 +-0.083984375000 +0.071777343750 +-0.188476562500 +0.017456054688 +-0.078613281250 +-0.052734375000 +0.025878906250 +-0.089355468750 +-0.151367187500 +-0.243164062500 +-0.062011718750 +0.064453125000 +0.037353515625 +0.064453125000 +-0.142578125000 +-0.166992187500 +-0.052246093750 +-0.031127929688 +-0.083496093750 +-0.211914062500 +-0.247070312500 +-0.105957031250 +0.153320312500 +-0.092773437500 +-0.204101562500 +-0.361328125000 +-0.267578125000 +-0.076171875000 +-0.189453125000 +0.019775390625 +0.040527343750 +0.012023925781 +0.005401611328 +-0.090332031250 +-0.167968750000 +-0.103515625000 +-0.125000000000 +-0.129882812500 +-0.000812530518 +0.077636718750 +0.165039062500 +-0.082519531250 +0.132812500000 +-0.086914062500 +0.113769531250 +0.153320312500 +-0.349609375000 +-0.135742187500 +0.040283203125 +0.133789062500 +0.086425781250 +-0.134765625000 +-0.056884765625 +-0.139648437500 +-0.037109375000 +-0.038330078125 +0.014709472656 +0.166015625000 +-0.072753906250 +-0.138671875000 +-0.023437500000 +0.085449218750 +-0.073242187500 +0.144531250000 +0.139648437500 +0.162109375000 +0.007781982422 +0.023681640625 +-0.160156250000 +-0.177734375000 +0.075683593750 +0.105957031250 +-0.085449218750 +-0.333984375000 +0.180664062500 +0.164062500000 +0.041259765625 +0.017211914062 +0.113281250000 +0.131835937500 +0.042968750000 +0.075195312500 +-0.277343750000 +-0.095703125000 +-0.162109375000 +-0.484375000000 +0.084472656250 +-0.017944335938 +-0.261718750000 +-0.390625000000 +-0.173828125000 +-0.168945312500 +0.005157470703 +-0.105468750000 +0.079589843750 +-0.043945312500 +-0.085449218750 +-0.075195312500 +-0.081054687500 +0.039306640625 +-0.098144531250 +-0.343750000000 +-0.033447265625 +0.052490234375 +-0.007598876953 +0.018310546875 +0.091308593750 +-0.002838134766 +-0.218750000000 +0.169921875000 +0.106445312500 +0.047119140625 +-0.104492187500 +0.232421875000 +0.131835937500 +-0.107910156250 +0.082519531250 +0.130859375000 +-0.083496093750 +-0.083007812500 +-0.104003906250 +-0.095703125000 +-0.015136718750 +0.075195312500 +-0.345703125000 +-0.078125000000 +-0.207031250000 +-0.072753906250 +-0.190429687500 +0.096679687500 +0.069335937500 +-0.050292968750 +-0.332031250000 +-0.128906250000 +-0.018554687500 +0.092773437500 +0.065429687500 +-0.328125000000 +0.051269531250 +0.162109375000 +-0.040527343750 +-0.106445312500 +0.235351562500 +0.224609375000 +-0.030395507812 +0.072265625000 +-0.570312500000 +-0.012512207031 +-0.097167968750 +-0.398437500000 +-0.112304687500 +0.027465820312 +0.047119140625 +-0.224609375000 +-0.164062500000 +-0.061279296875 +0.045898437500 +-0.055419921875 +-0.046142578125 +-0.204101562500 +0.036865234375 +-0.148437500000 +-0.038574218750 +-0.018798828125 +-0.100097656250 +-0.292968750000 +0.041503906250 +0.110351562500 +-0.059326171875 +0.015747070312 +0.064941406250 +0.073242187500 +-0.435546875000 +-0.065429687500 +0.211914062500 +0.133789062500 +-0.171875000000 +0.079101562500 +-0.056152343750 +-0.015136718750 +-0.162109375000 +-0.108886718750 +-0.000138282776 +-0.058837890625 +0.007232666016 +-0.104492187500 +-0.050537109375 +0.019775390625 +-0.159179687500 +-0.089843750000 +0.110839843750 +0.131835937500 +-0.063964843750 +-0.041259765625 +0.061767578125 +-0.067871093750 +-0.197265625000 +-0.141601562500 +-0.102539062500 +-0.216796875000 +0.053466796875 +-0.176757812500 +0.048339843750 +0.382812500000 +0.161132812500 +-0.083496093750 +-0.047363281250 +-0.112304687500 +-0.055664062500 +-0.003967285156 +-0.174804687500 +0.061767578125 +0.070800781250 +-0.339843750000 +-0.335937500000 +-0.247070312500 +-0.095214843750 +-0.126953125000 +-0.148437500000 +-0.093261718750 +0.107421875000 +-0.054687500000 +0.029296875000 +-0.020996093750 +0.008728027344 +0.031494140625 +0.109863281250 +-0.052246093750 +-0.367187500000 +-0.065429687500 +0.013305664062 +-0.012573242188 +0.093261718750 +0.203125000000 +-0.198242187500 +0.105468750000 +-0.699218750000 +-0.259765625000 +0.172851562500 +0.148437500000 +0.075195312500 +0.180664062500 +0.086914062500 +-0.145507812500 +-0.281250000000 +0.116699218750 +0.017333984375 +0.165039062500 +0.043945312500 +-0.102050781250 +-0.000090599060 +0.011047363281 +-0.166992187500 +-0.061767578125 +-0.042236328125 +0.222656250000 +-0.084960937500 +0.158203125000 +0.038574218750 +0.046386718750 +0.176757812500 +0.029052734375 +0.080566406250 +-0.036376953125 +-0.014709472656 +0.171875000000 +-0.039550781250 +-0.137695312500 +0.023315429688 +0.055419921875 +-0.089843750000 +-0.137695312500 diff --git a/AI_Engine_Development/AIE-MLv2/Design_Tutorials/01-Radio-ML/aie/conv1d_template/gen_vectors.ipynb b/AI_Engine_Development/AIE-MLv2/Design_Tutorials/01-Radio-ML/aie/conv1d_template/gen_vectors.ipynb new file mode 100755 index 0000000000..9c42d143e6 --- /dev/null +++ b/AI_Engine_Development/AIE-MLv2/Design_Tutorials/01-Radio-ML/aie/conv1d_template/gen_vectors.ipynb @@ -0,0 +1,557 @@ +{ + "cells": [ + { + "cell_type": "markdown", + "id": "bcdf2452-4c3b-4ce0-b019-cbe980967a1c", + "metadata": {}, + "source": [ + "# Testbench for `conv1d_w3()`" + ] + }, + { + "cell_type": "code", + "execution_count": 13, + "id": "946f566a-c3f6-446f-aeb6-cb0055910900", + "metadata": {}, + "outputs": [], + "source": [ + "#\n", + "# Copyright (C) 2024, Advanced Micro Devices, Inc. All rights reserved.\n", + "# SPDX-License-Identifier: MIT\n", + "#\n", + "# Author: Faisal El-Shabani" + ] + }, + { + "cell_type": "code", + "execution_count": 1, + "id": "934e0796-0306-4ce9-9a92-598027c75f38", + "metadata": {}, + "outputs": [ + { + "name": "stderr", + "output_type": "stream", + "text": [ + "2025-08-22 07:48:05.472467: I external/local_xla/xla/tsl/cuda/cudart_stub.cc:32] Could not find cuda drivers on your machine, GPU will not be used.\n", + "2025-08-22 07:48:05.476422: I external/local_xla/xla/tsl/cuda/cudart_stub.cc:32] Could not find cuda drivers on your machine, GPU will not be used.\n", + "2025-08-22 07:48:05.485129: E external/local_xla/xla/stream_executor/cuda/cuda_fft.cc:467] Unable to register cuFFT factory: Attempting to register factory for plugin cuFFT when one has already been registered\n", + "WARNING: All log messages before absl::InitializeLog() is called are written to STDERR\n", + "E0000 00:00:1755870485.499031 2889419 cuda_dnn.cc:8579] Unable to register cuDNN factory: Attempting to register factory for plugin cuDNN when one has already been registered\n", + "E0000 00:00:1755870485.503346 2889419 cuda_blas.cc:1407] Unable to register cuBLAS factory: Attempting to register factory for plugin cuBLAS when one has already been registered\n", + "W0000 00:00:1755870485.515298 2889419 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\n", + "W0000 00:00:1755870485.515310 2889419 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\n", + "W0000 00:00:1755870485.515313 2889419 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\n", + "W0000 00:00:1755870485.515316 2889419 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\n", + "2025-08-22 07:48:05.519729: I tensorflow/core/platform/cpu_feature_guard.cc:210] This TensorFlow binary is optimized to use available CPU instructions in performance-critical operations.\n", + "To enable the following instructions: AVX2 FMA, in other operations, rebuild TensorFlow with the appropriate compiler flags.\n" + ] + } + ], + "source": [ + "from tensorflow import keras\n", + "from tensorflow.keras.layers import Conv1D, MaxPooling1D\n", + "import matplotlib.pyplot as plt\n", + "from sklearn.model_selection import train_test_split\n", + "import h5py as h5\n", + "import numpy as np\n", + "import os.path\n", + "import vfs\n", + "import varray as va\n", + "\n", + "NITERATIONS = 4 # Number of AI Engine graph iterations" + ] + }, + { + "cell_type": "markdown", + "id": "5bdc7e83-3fd0-4fd0-99b5-7938816f0df2", + "metadata": {}, + "source": [ + "## Layer Definition" + ] + }, + { + "cell_type": "code", + "execution_count": 2, + "id": "0c57f98d-1999-4b61-a129-e3dd1bd92677", + "metadata": {}, + "outputs": [ + { + "name": "stderr", + "output_type": "stream", + "text": [ + "2025-08-22 07:48:10.562951: E external/local_xla/xla/stream_executor/cuda/cuda_platform.cc:51] failed call to cuInit: INTERNAL: CUDA error: Failed call to cuInit: UNKNOWN ERROR (303)\n" + ] + } + ], + "source": [ + "inputs = keras.Input(shape=(1024,2),name=\"input\")\n", + "x1 = Conv1D(filters=64,kernel_size=7,strides=1,padding=\"same\",name=\"conv1D_w1\",activation='relu')(inputs)\n", + "outputs = MaxPooling1D(pool_size=2,strides=2,padding=\"valid\",name=\"max_pool1d_w2\")(x1)\n", + "model_stim = keras.Model(inputs=inputs,outputs=outputs)\n", + "model_stim.compile(optimizer=\"rmsprop\",\n", + " loss=\"sparse_categorical_crossentropy\",\n", + " metrics=[\"accuracy\"])\n", + "w1_weights = np.loadtxt('../conv1d_w1/w1_weights_trained.txt')\n", + "w1_weights = (w1_weights.astype(\"bfloat16\")).astype(\"float32\")\n", + "w1_weights = np.reshape(w1_weights,(7,2,64))\n", + "w1_bias = np.loadtxt('../conv1d_w1/w1_bias_trained.txt')\n", + "w1_bias = (w1_bias.astype(\"bfloat16\")).astype(\"float32\")\n", + "model_stim.set_weights((w1_weights,w1_bias))" + ] + }, + { + "cell_type": "code", + "execution_count": 3, + "id": "cd15a0ca-2889-4d90-bd0f-2e76c63c6c19", + "metadata": {}, + "outputs": [ + { + "data": { + "text/html": [ + "
Model: \"functional\"\n",
+       "
\n" + ], + "text/plain": [ + "\u001b[1mModel: \"functional\"\u001b[0m\n" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/html": [ + "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━┓\n",
+       "┃ Layer (type)                     Output Shape                  Param # ┃\n",
+       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━┩\n",
+       "│ input (InputLayer)              │ (None, 1024, 2)        │             0 │\n",
+       "├─────────────────────────────────┼────────────────────────┼───────────────┤\n",
+       "│ conv1D_w1 (Conv1D)              │ (None, 1024, 64)       │           960 │\n",
+       "├─────────────────────────────────┼────────────────────────┼───────────────┤\n",
+       "│ max_pool1d_w2 (MaxPooling1D)    │ (None, 512, 64)        │             0 │\n",
+       "└─────────────────────────────────┴────────────────────────┴───────────────┘\n",
+       "
\n" + ], + "text/plain": [ + "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━┓\n", + "┃\u001b[1m \u001b[0m\u001b[1mLayer (type) \u001b[0m\u001b[1m \u001b[0m┃\u001b[1m \u001b[0m\u001b[1mOutput Shape \u001b[0m\u001b[1m \u001b[0m┃\u001b[1m \u001b[0m\u001b[1m Param #\u001b[0m\u001b[1m \u001b[0m┃\n", + "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━┩\n", + "│ input (\u001b[38;5;33mInputLayer\u001b[0m) │ (\u001b[38;5;45mNone\u001b[0m, \u001b[38;5;34m1024\u001b[0m, \u001b[38;5;34m2\u001b[0m) │ \u001b[38;5;34m0\u001b[0m │\n", + "├─────────────────────────────────┼────────────────────────┼───────────────┤\n", + "│ conv1D_w1 (\u001b[38;5;33mConv1D\u001b[0m) │ (\u001b[38;5;45mNone\u001b[0m, \u001b[38;5;34m1024\u001b[0m, \u001b[38;5;34m64\u001b[0m) │ \u001b[38;5;34m960\u001b[0m │\n", + "├─────────────────────────────────┼────────────────────────┼───────────────┤\n", + "│ max_pool1d_w2 (\u001b[38;5;33mMaxPooling1D\u001b[0m) │ (\u001b[38;5;45mNone\u001b[0m, \u001b[38;5;34m512\u001b[0m, \u001b[38;5;34m64\u001b[0m) │ \u001b[38;5;34m0\u001b[0m │\n", + "└─────────────────────────────────┴────────────────────────┴───────────────┘\n" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/html": [ + "
 Total params: 960 (3.75 KB)\n",
+       "
\n" + ], + "text/plain": [ + "\u001b[1m Total params: \u001b[0m\u001b[38;5;34m960\u001b[0m (3.75 KB)\n" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/html": [ + "
 Trainable params: 960 (3.75 KB)\n",
+       "
\n" + ], + "text/plain": [ + "\u001b[1m Trainable params: \u001b[0m\u001b[38;5;34m960\u001b[0m (3.75 KB)\n" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/html": [ + "
 Non-trainable params: 0 (0.00 B)\n",
+       "
\n" + ], + "text/plain": [ + "\u001b[1m Non-trainable params: \u001b[0m\u001b[38;5;34m0\u001b[0m (0.00 B)\n" + ] + }, + "metadata": {}, + "output_type": "display_data" + } + ], + "source": [ + "model_stim.summary()" + ] + }, + { + "cell_type": "code", + "execution_count": 4, + "id": "9fb32665", + "metadata": {}, + "outputs": [], + "source": [ + "inputs = keras.Input(shape=(512,64),name=\"input_layer\")\n", + "outputs = Conv1D(filters=64,kernel_size=7,strides=1,padding=\"same\",name=\"conv1D_w3\",activation='relu')(inputs)\n", + "model = keras.Model(inputs=inputs,outputs=outputs)\n", + "w3_weights = np.loadtxt('w3_weights_trained.txt')\n", + "w3_weights = (w3_weights.astype(\"bfloat16\")).astype(\"float32\")\n", + "w3_weights = np.reshape(w3_weights,(7,64,64))\n", + "w3_bias = np.loadtxt('w3_bias_trained.txt')\n", + "w3_bias = (w3_bias.astype(\"bfloat16\")).astype(\"float32\")\n", + "model.set_weights((w3_weights,w3_bias))" + ] + }, + { + "cell_type": "code", + "execution_count": 5, + "id": "dad16d8a", + "metadata": {}, + "outputs": [ + { + "data": { + "text/html": [ + "
Model: \"functional_1\"\n",
+       "
\n" + ], + "text/plain": [ + "\u001b[1mModel: \"functional_1\"\u001b[0m\n" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/html": [ + "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━┓\n",
+       "┃ Layer (type)                     Output Shape                  Param # ┃\n",
+       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━┩\n",
+       "│ input_layer (InputLayer)        │ (None, 512, 64)        │             0 │\n",
+       "├─────────────────────────────────┼────────────────────────┼───────────────┤\n",
+       "│ conv1D_w3 (Conv1D)              │ (None, 512, 64)        │        28,736 │\n",
+       "└─────────────────────────────────┴────────────────────────┴───────────────┘\n",
+       "
\n" + ], + "text/plain": [ + "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━┓\n", + "┃\u001b[1m \u001b[0m\u001b[1mLayer (type) \u001b[0m\u001b[1m \u001b[0m┃\u001b[1m \u001b[0m\u001b[1mOutput Shape \u001b[0m\u001b[1m \u001b[0m┃\u001b[1m \u001b[0m\u001b[1m Param #\u001b[0m\u001b[1m \u001b[0m┃\n", + "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━┩\n", + "│ input_layer (\u001b[38;5;33mInputLayer\u001b[0m) │ (\u001b[38;5;45mNone\u001b[0m, \u001b[38;5;34m512\u001b[0m, \u001b[38;5;34m64\u001b[0m) │ \u001b[38;5;34m0\u001b[0m │\n", + "├─────────────────────────────────┼────────────────────────┼───────────────┤\n", + "│ conv1D_w3 (\u001b[38;5;33mConv1D\u001b[0m) │ (\u001b[38;5;45mNone\u001b[0m, \u001b[38;5;34m512\u001b[0m, \u001b[38;5;34m64\u001b[0m) │ \u001b[38;5;34m28,736\u001b[0m │\n", + "└─────────────────────────────────┴────────────────────────┴───────────────┘\n" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/html": [ + "
 Total params: 28,736 (112.25 KB)\n",
+       "
\n" + ], + "text/plain": [ + "\u001b[1m Total params: \u001b[0m\u001b[38;5;34m28,736\u001b[0m (112.25 KB)\n" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/html": [ + "
 Trainable params: 28,736 (112.25 KB)\n",
+       "
\n" + ], + "text/plain": [ + "\u001b[1m Trainable params: \u001b[0m\u001b[38;5;34m28,736\u001b[0m (112.25 KB)\n" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/html": [ + "
 Non-trainable params: 0 (0.00 B)\n",
+       "
\n" + ], + "text/plain": [ + "\u001b[1m Non-trainable params: \u001b[0m\u001b[38;5;34m0\u001b[0m (0.00 B)\n" + ] + }, + "metadata": {}, + "output_type": "display_data" + } + ], + "source": [ + "model.summary()" + ] + }, + { + "cell_type": "markdown", + "id": "0905bc81-af38-4280-ae38-072b9530e565", + "metadata": {}, + "source": [ + "### Read training and test data" + ] + }, + { + "cell_type": "code", + "execution_count": 6, + "id": "841caa23-3f4f-455a-b21b-06a3b7cece28", + "metadata": {}, + "outputs": [ + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\u001b[1m1/1\u001b[0m \u001b[32m━━━━━━━━━━━━━━━━━━━━\u001b[0m\u001b[37m\u001b[0m \u001b[1m0s\u001b[0m 71ms/step\n" + ] + } + ], + "source": [ + "if not(\"RADIOML_DATA\" in os.environ):\n", + " print(\"Please set environment variable RADIOML_DATA to point to dataset found in https://www.kaggle.com/datasets/pinxau1000/radioml2018\")\n", + "data_file = os.environ[\"RADIOML_DATA\"] + 'GOLD_XYZ_OSC.0001_1024.hdf5'\n", + "file_handle = h5.File(data_file,'r')\n", + "myData = file_handle['X'][:] #1024x2 samples \n", + "myMods = file_handle['Y'][:] #mods \n", + "mySNRs = file_handle['Z'][:] #snrs \n", + "file_handle.close()\n", + "X_train ,X_predict ,Y_train ,Y_test, Z_train, Z_test =train_test_split(myData, myMods, mySNRs, test_size=0.2, random_state=0)\n", + "X_predict = X_predict[:NITERATIONS]\n", + "X_predict = (X_predict.astype(\"bfloat16\")).astype(\"float32\")\n", + "X_inputs = model_stim.predict(X_predict,batch_size=1024)\n", + "X_inputs = (X_inputs.astype(\"bfloat16\")).astype(\"float32\")" + ] + }, + { + "cell_type": "markdown", + "id": "53bf2899-8424-4f34-b305-dea322001c7c", + "metadata": {}, + "source": [ + "## Compute Golden Outputs" + ] + }, + { + "cell_type": "code", + "execution_count": 7, + "id": "532b9d20-6698-420d-842a-b5c2ee89c114", + "metadata": {}, + "outputs": [ + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\u001b[1m1/1\u001b[0m \u001b[32m━━━━━━━━━━━━━━━━━━━━\u001b[0m\u001b[37m\u001b[0m \u001b[1m0s\u001b[0m 46ms/step\n" + ] + } + ], + "source": [ + "predict = model.predict(X_inputs, batch_size=1024)\n", + "predict = (predict.astype(\"bfloat16\")).astype(\"float32\")\n" + ] + }, + { + "cell_type": "markdown", + "id": "b588f848-eb35-409a-94c0-9b9bf986383f", + "metadata": {}, + "source": [ + "## Store Layer Inputs" + ] + }, + { + "cell_type": "code", + "execution_count": 8, + "id": "84a1f04f-7eca-4694-906f-245a9001fd25", + "metadata": {}, + "outputs": [ + { + "name": "stdout", + "output_type": "stream", + "text": [ + "(4, 512, 64)\n", + "(4, 512, 64)\n" + ] + } + ], + "source": [ + "# Create directory if it doesn't exist\n", + "data_i = X_inputs\n", + "if not os.path.exists('data'):\n", + " os.makedirs('data')\n", + "np.savetxt('data/data_i.txt',np.reshape(data_i,(-1,4)),fmt='%.12f %.12f %.12f %.12f')\n", + "print(X_inputs.shape)\n", + "print(data_i.shape)\n" + ] + }, + { + "cell_type": "markdown", + "id": "33ae9119-15e3-49ce-9ef8-ffab0c9ec411", + "metadata": {}, + "source": [ + "## Store Layer Outputs" + ] + }, + { + "cell_type": "code", + "execution_count": 9, + "id": "de799f89-ecbe-4480-9dcf-3bb4e5402546", + "metadata": {}, + "outputs": [ + { + "name": "stdout", + "output_type": "stream", + "text": [ + "(4, 512, 64)\n" + ] + } + ], + "source": [ + "data_o = predict\n", + "\n", + "np.savetxt('data/data_o.txt',np.reshape(data_o,(-1,4)),fmt='%.12f %.12f %.12f %.12f')\n", + "print(data_o.shape)" + ] + }, + { + "cell_type": "markdown", + "id": "b1ad8cde", + "metadata": {}, + "source": [ + "## Store Model weights and biases" + ] + }, + { + "cell_type": "code", + "execution_count": 10, + "id": "9b35d7ca", + "metadata": {}, + "outputs": [ + { + "name": "stdout", + "output_type": "stream", + "text": [ + "(7, 64, 64)\n", + "(64,)\n", + "(28672, 1)\n", + "(64, 1)\n" + ] + } + ], + "source": [ + "print(w3_weights.shape)\n", + "print(w3_bias.shape)\n", + "weights = np.empty((7*64*64));\n", + "counter=0\n", + "for x in range(0,64,8):\n", + " for y in range(0,64,8):\n", + " for z in range(0,7):\n", + " weights[counter*64:(counter+1)*64] = np.reshape(w3_weights[z,y:y+8,x:x+8],(-1))\n", + " counter+=1\n", + "weights = np.reshape(weights,(-1,1))\n", + "np.savetxt('data/weights-rtp.txt',weights,fmt='%.12f')\n", + "print(weights.shape)\n", + "\n", + "biases = np.reshape(w3_bias,(-1,1))\n", + "np.savetxt('data/biases-rtp.txt',biases,fmt='%.12f')\n", + "print(biases.shape)" + ] + }, + { + "cell_type": "markdown", + "id": "06a8af86", + "metadata": {}, + "source": [ + "## Run Vitis Functional Simulation" + ] + }, + { + "cell_type": "code", + "execution_count": 11, + "id": "9986c78f", + "metadata": {}, + "outputs": [ + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n", + "Compiling AIE Graph\n", + "Compilation directory: /group/fndprod/faisale/repo/internal/designs/radio-ml/aie/conv1d_template/vfs_work/conv1d_w3_app_b07b918c\n", + "Compilation command: v++ -c --mode aie --config vfs_work/conv1d_w3_app_b07b918c/conv1d_w3_app.cfg --work_dir vfs_work/conv1d_w3_app_b07b918c/Work --output vfs_work/conv1d_w3_app_b07b918c/libadf.a --target x86sim\n", + "Writing log to: /group/fndprod/faisale/repo/internal/designs/radio-ml/aie/conv1d_template/vfs_work/conv1d_w3_app_b07b918c/Work/logs/aie_x86sim.log\n", + "Please wait ...\n", + "\n", + "Compilation finished successfully.\n", + "Loaded AIEGraph\n" + ] + } + ], + "source": [ + "conv1d_w3_graph = vfs.aieGraph(\n", + " input_file='conv1d_w3_app.cpp',\n", + " part=\"xc2ve3858-ssva2112-2MP-e-S\",\n", + " include_paths=['./','../utility'])\n", + "act_o = conv1d_w3_graph.run(va.array(np.reshape(data_i,(-1,1)),dtype=va.bfloat16),va.array(weights,dtype=va.bfloat16),va.array(biases,dtype=va.bfloat16))\n", + "act_o = np.array(act_o)\n" + ] + }, + { + "cell_type": "code", + "execution_count": 12, + "id": "0db86f84", + "metadata": {}, + "outputs": [ + { + "data": { + "image/png": "iVBORw0KGgoAAAANSUhEUgAAAlIAAAGzCAYAAADkL/nJAAAAOnRFWHRTb2Z0d2FyZQBNYXRwbG90bGliIHZlcnNpb24zLjEwLjMsIGh0dHBzOi8vbWF0cGxvdGxpYi5vcmcvZiW1igAAAAlwSFlzAAAPYQAAD2EBqD+naQAARktJREFUeJzt3Xt4VNW9//FPQi4k4CQEkgw5QgRBIxJRQ41jrdSHlEBzWhGOFcxR4ESoGvrj9kPgFPFWD4r2eGqPYu3F0Kdeap5HbY1cmobbUWKCqVEIIRUFg8AklnRmiJAbWb8/+ss+bBJCsmVMIO/X8+ynZK3vWnvNamE+3dl7JsQYYwQAAIBuC+3pBQAAAJyvCFIAAAAOEaQAAAAcIkgBAAA4RJACAABwiCAFAADgEEEKAADAIYIUAACAQwQpAAAAhwhSAAAADhGkAPQ5eXl5CgkJOePx3nvv9fQSAZwnwnp6AQDQUx555BGNGDGiXfuoUaN6YDUAzkcEKQB91pQpUzR+/Pgu17e0tKi1tVURERHt+r788ksNGDDA8VqMMWpoaFBUVJTjOQB8/fjVHgB04MCBAwoJCdFTTz2l//qv/9Kll16qyMhI7dmzRw899JBCQkK0Z88e3XHHHRo0aJBuvPFGSf8IW48++qhVf8kll+jf//3f1djYaJv/kksu0T//8z9r06ZNGj9+vKKiovSLX/yiJ14qgK+AK1IA+iy/36+//e1vtraQkBANHjzY+vnFF19UQ0OD5s2bp8jISMXFxVl9t912m0aPHq3/+I//kDFGknT33Xdr3bp1+pd/+RctWbJEJSUlWr16tSorK/XGG2/YzlVVVaWZM2fqhz/8oebOnavLL788iK8WQDAQpAD0WRkZGe3aIiMj1dDQYP38+eefa9++fYqPj29XO27cOL388svWzx9++KHWrVunu+++W7/85S8lSffdd58SEhL01FNPacuWLbr55put+n379mnjxo3KzMw8ly8LwNeIIAWgz3r22Wd12WWX2dr69etn+3n69OkdhihJuueee2w/r1+/XpK0ePFiW/uSJUv01FNP6e2337YFqREjRhCigPMcQQpAn3Xddded9Wbzjp7qO1PfZ599ptDQ0HZP/bndbsXGxuqzzz7r8twAzg/cbA4AnejsKboz9YWEhHzluQGcHwhSAHCOJCcnq7W1VR9//LGtvaamRj6fT8nJyT20MgDBQpACgHPku9/9riTpv/7rv2zt//mf/ylJysrK+rqXBCDIuEcKQJ+1YcMG7d27t137DTfcoNDQ7v//zHHjxmnWrFl64YUX5PP5NGHCBJWWlmrdunWaOnWq7UZzABcGghSAPmvVqlUdtr/44ov69re/7WjOX/3qVxo5cqTy8vL0xhtvyO12a8WKFXrwwQe/wkoB9FYhpu1T5AAAANAt3CMFAADgEEEKAADAIYIUAACAQwQpAAAAhwhSAAAADhGkAAAAHOJzpIKotbVVhw8f1kUXXdTl794CAAA9yxijY8eOKSkp6awfzkuQCqLDhw9r2LBhPb0MAADgwMGDB3XxxRd3WkOQCqKLLrpI0j/+i3C5XD28GgAA0BWBQEDDhg2z3sc7Q5AKorZf57lcLoIUAADnma7clsPN5gAAAA4RpAAAABwiSAEAADhEkAIAAHCIIAUAAOAQQQoAAMAhghQAAIBDBCkAAACHCFIAAAAOEaQAAAAcIkgBAAA4RJACAABwiCAFAAAcO+w7oee3fSL/8eaeXkqPCOvpBQAAgPPXjBfeU3Xdcf3ls7/rhbvG9/RyvnZckQIAAI5V1x2XJG396xc9vJKe8bUEqWeffVaXXHKJ+vfvr/T0dJWWlnZan5+fr5SUFPXv31+pqalav369rd8Yo1WrVmno0KGKiopSRkaGPv74Y1tNXV2dsrOz5XK5FBsbq5ycHNXX19tqPvroI33rW99S//79NWzYMK1Zs6bbawEAAFLzydaeXkKPCHqQ+v3vf6/FixfrwQcf1F/+8heNGzdOmZmZqq2t7bB+x44dmjlzpnJycvTBBx9o6tSpmjp1qnbv3m3VrFmzRs8884yef/55lZSUaMCAAcrMzFRDQ4NVk52drYqKChUWFqqgoEDbt2/XvHnzrP5AIKBJkyYpOTlZZWVlevLJJ/XQQw/phRde6NZaAAA43xxvatFDf6xQ8SdHz9mcxpyzqc4rIcYE96Wnp6frG9/4hv77v/9bktTa2qphw4bpRz/6kZYvX96u/vbbb9eXX36pgoICq+3666/X1Vdfreeff17GGCUlJWnJkiX6v//3/0qS/H6/EhMTlZeXpxkzZqiyslJjxozRzp07NX78P35fu3HjRn33u9/V559/rqSkJK1du1Y//vGP5fV6FRERIUlavny53nzzTe3du7dLazmbQCCgmJgY+f1+uVwuhzvYwbwNzXr7oyPnbD4AfUd5tU/umP5yx/Tv6aWcVd2XTfqktl7fGBHX00u54Dy3dZ8O1p2QJK2elvqV5lrx+i7rz191Licu6h+mf74q6ZzO2Z3376DebN7U1KSysjKtWLHCagsNDVVGRoaKi4s7HFNcXKzFixfb2jIzM/Xmm29Kkvbv3y+v16uMjAyrPyYmRunp6SouLtaMGTNUXFys2NhYK0RJUkZGhkJDQ1VSUqJbb71VxcXFuummm6wQ1XaeJ554Qn//+981aNCgs67ldI2NjWpsbLR+DgQCnW+QQ3871mj7Hy4AXMhe/+BQTy/hgnYu30964r1pZPyAcx6kuiOoQepvf/ubTp48qcTERFt7YmKiddXndF6vt8N6r9dr9be1dVaTkJBg6w8LC1NcXJytZsSIEe3maOsbNGjQWddyutWrV+vhhx/usO9cio4I03fGJJ69EABOsfNAnXz//xH18+HfkMI9Ndafz4f1nk+MMfpzZa1c/cOUPnLwV5rrsO+EKg4HNO7iGCW4vv4rne4eOOep+PiDc2jFihW2K1iBQEDDhg075+dxx/TXL/vgI6YAvprfFh/Qqj9USNJ58W/IJcvfliTdfeMIrfznMT28GqBjQb3ZfMiQIerXr59qamps7TU1NXK73R2Ocbvdnda3/efZak6/mb2lpUV1dXW2mo7mOPUcZ1vL6SIjI+VyuWwHAOCr6Rca0tNLAM4oqEEqIiJCaWlpKioqstpaW1tVVFQkj8fT4RiPx2Orl6TCwkKrfsSIEXK73baaQCCgkpISq8bj8cjn86msrMyq2bx5s1pbW5Wenm7VbN++Xc3NzbbzXH755Ro0aFCX1gIACL6QEIIUeq+gf/zB4sWL9ctf/lLr1q1TZWWl7r33Xn355ZeaM2eOJOmuu+6y3Yy+YMECbdy4UT/96U+1d+9ePfTQQ3r//fc1f/58Sf/4C7Vw4UL95Cc/0R//+Eft2rVLd911l5KSkjR16lRJ0hVXXKHJkydr7ty5Ki0t1bvvvqv58+drxowZSkr6xw1pd9xxhyIiIpSTk6OKigr9/ve/189+9jPbr+bOthYAQPD146Oj0YsF/R6p22+/XV988YVWrVolr9erq6++Whs3brRu4q6urlZo6P/+Lbnhhhv08ssva+XKlfr3f/93jR49Wm+++abGjh1r1dx///368ssvNW/ePPl8Pt14443auHGj+vf/3xvOXnrpJc2fP18TJ05UaGiopk+frmeeecbqj4mJ0Z/+9Cfl5uYqLS1NQ4YM0apVq2yfNdWVtQAAgqsfV6TQiwX9c6T6smB9jhQAOHHqzeYHHs/q4dWcXdvN5gsmjtai71zWw6tBX9Kd928umAIAejVuNkdvRpACAPRq5Cj0ZgQpAECvFkqSQi9GkAIA9Eqzb7hE/xQbpez05J5eCnBGfLI5APQR59ujRQ99/0o9+L0xfI4UejWuSAEAei1CFHo7ghQAAIBDBCkAAACHCFIAAAAOEaQAAAAcIkgBAAA4RJACAABwiCAFAADgEEEKAADAIYIUAACAQwQpAAAAhwhSAAAADhGkAKCPMOfbtxYD5wGCFAAAgEMEKQAAAIcIUgAAAA4RpAAAABwiSAEAADhEkAIAAHCIIAUAAOAQQQoAAMAhghQAAIBDBCkAAACHCFIAAAAOEaQAoI/gm/aAc48gBQAA4FBQg1RdXZ2ys7PlcrkUGxurnJwc1dfXdzqmoaFBubm5Gjx4sAYOHKjp06erpqbGVlNdXa2srCxFR0crISFBS5cuVUtLi61m69atuvbaaxUZGalRo0YpLy/P1r969Wp94xvf0EUXXaSEhARNnTpVVVVVtppvf/vbCgkJsR333HOP8w0BAAAXlKAGqezsbFVUVKiwsFAFBQXavn275s2b1+mYRYsW6a233lJ+fr62bdumw4cPa9q0aVb/yZMnlZWVpaamJu3YsUPr1q1TXl6eVq1aZdXs379fWVlZuvnmm1VeXq6FCxfq7rvv1qZNm6yabdu2KTc3V++9954KCwvV3NysSZMm6csvv7StZ+7cuTpy5Ih1rFmz5hztDgAAOO+ZINmzZ4+RZHbu3Gm1bdiwwYSEhJhDhw51OMbn85nw8HCTn59vtVVWVhpJpri42BhjzPr1601oaKjxer1Wzdq1a43L5TKNjY3GGGPuv/9+c+WVV9rmvv32201mZuYZ11tbW2skmW3btlltEyZMMAsWLOj6iz6N3+83kozf73c8BwCcK79551OTvKzAJC8r6OmlAL1ad96/g3ZFqri4WLGxsRo/frzVlpGRodDQUJWUlHQ4pqysTM3NzcrIyLDaUlJSNHz4cBUXF1vzpqamKjEx0arJzMxUIBBQRUWFVXPqHG01bXN0xO/3S5Li4uJs7S+99JKGDBmisWPHasWKFTp+/PgZ52hsbFQgELAdAADgwhUWrIm9Xq8SEhLsJwsLU1xcnLxe7xnHREREKDY21taemJhojfF6vbYQ1dbf1tdZTSAQ0IkTJxQVFWXra21t1cKFC/XNb35TY8eOtdrvuOMOJScnKykpSR999JGWLVumqqoqvf766x2uf/Xq1Xr44Yc77AMAABeebgep5cuX64knnui0prKy0vGCekJubq52796td955x9Z+6v1cqampGjp0qCZOnKhPPvlEl156abt5VqxYocWLF1s/BwIBDRs2LHgLBwAAParbQWrJkiWaPXt2pzUjR46U2+1WbW2trb2lpUV1dXVyu90djnO73WpqapLP57NdlaqpqbHGuN1ulZaW2sa1PdV3as3pT/rV1NTI5XK1uxo1f/5860b4iy++uNPXlZ6eLknat29fh0EqMjJSkZGRnc4BAAAuHN0OUvHx8YqPjz9rncfjkc/nU1lZmdLS0iRJmzdvVmtrqxVITpeWlqbw8HAVFRVp+vTpkqSqqipVV1fL4/FY8z722GOqra21fnVYWFgol8ulMWPGWDXr16+3zV1YWGjNIUnGGP3oRz/SG2+8oa1bt2rEiBFnfU3l5eWSpKFDh561FgAAXPiCdrP5FVdcocmTJ2vu3LkqLS3Vu+++q/nz52vGjBlKSkqSJB06dEgpKSnWFaaYmBjl5ORo8eLF2rJli8rKyjRnzhx5PB5df/31kqRJkyZpzJgxuvPOO/Xhhx9q06ZNWrlypXJzc62rQffcc48+/fRT3X///dq7d6+ee+45vfbaa1q0aJG1vtzcXP3ud7/Tyy+/rIsuukher1der1cnTpyQJH3yySd69NFHVVZWpgMHDuiPf/yj7rrrLt1000266qqrgrVtAADgfBLMxwePHj1qZs6caQYOHGhcLpeZM2eOOXbsmNW/f/9+I8ls2bLFajtx4oS57777zKBBg0x0dLS59dZbzZEjR2zzHjhwwEyZMsVERUWZIUOGmCVLlpjm5mZbzZYtW8zVV19tIiIizMiRI82LL75o69c/vi2h3dFWV11dbW666SYTFxdnIiMjzahRo8zSpUu79VEGfPwBgN6Ejz8AuqY7798hxhi+filIAoGAYmJi5Pf75XK5eno5APq437yzX48U7JEkHXg8q4dXA/Re3Xn/5rv2AAAAHCJIAQAAOESQAgAAcIggBQAA4BBBCgAAwCGCFAAAgEMEKQAAAIcIUgAAAA4RpAAAABwiSAEAADhEkAIAAHCIIAUAfQRfrAqcewQpAAAAhwhSAAAADhGkAAAAHCJIAQAAOESQAgAAcIggBQAA4BBBCgAAwCGCFAAAgEMEKQAAAIcIUgAAAA4RpAAAABwiSAEAADhEkAKAPsIYvrYYONcIUgAAAA4RpAAAABwiSAEAADhEkAIAAHCIIAUAAOAQQQoAAMChoAapuro6ZWdny+VyKTY2Vjk5Oaqvr+90TENDg3JzczV48GANHDhQ06dPV01Nja2murpaWVlZio6OVkJCgpYuXaqWlhZbzdatW3XttdcqMjJSo0aNUl5enq3/oYceUkhIiO1ISUnp9loAAEDfFdQglZ2drYqKChUWFqqgoEDbt2/XvHnzOh2zaNEivfXWW8rPz9e2bdt0+PBhTZs2zeo/efKksrKy1NTUpB07dmjdunXKy8vTqlWrrJr9+/crKytLN998s8rLy7Vw4ULdfffd2rRpk+1cV155pY4cOWId77zzTrfWAgAA+jgTJHv27DGSzM6dO622DRs2mJCQEHPo0KEOx/h8PhMeHm7y8/OttsrKSiPJFBcXG2OMWb9+vQkNDTVer9eqWbt2rXG5XKaxsdEYY8z9999vrrzyStvct99+u8nMzLR+fvDBB824cePOuP6urOVs/H6/kWT8fn+X6gEgmH65/ROTvKzAJC8r6OmlAL1ad96/g3ZFqri4WLGxsRo/frzVlpGRodDQUJWUlHQ4pqysTM3NzcrIyLDaUlJSNHz4cBUXF1vzpqamKjEx0arJzMxUIBBQRUWFVXPqHG01bXO0+fjjj5WUlKSRI0cqOztb1dXV3VrL6RobGxUIBGwHAAC4cAUtSHm9XiUkJNjawsLCFBcXJ6/Xe8YxERERio2NtbUnJiZaY7xery1EtfW39XVWEwgEdOLECUlSenq68vLytHHjRq1du1b79+/Xt771LR07dqzLaznd6tWrFRMTYx3Dhg3rsA4AAFwYuh2kli9f3u4m7dOPvXv3BmOt59SUKVN022236aqrrlJmZqbWr18vn8+n1157zfGcK1askN/vt46DBw+ewxUDAIDeJqy7A5YsWaLZs2d3WjNy5Ei53W7V1tba2ltaWlRXVye3293hOLfbraamJvl8PtuVoJqaGmuM2+1WaWmpbVzbk3Sn1pz+dF1NTY1cLpeioqI6PHdsbKwuu+wy7du3r8trOV1kZKQiIyM77AMAABeebl+Rio+PV0pKSqdHRESEPB6PfD6fysrKrLGbN29Wa2ur0tPTO5w7LS1N4eHhKioqstqqqqpUXV0tj8cjSfJ4PNq1a5ctpBUWFsrlcmnMmDFWzalztNW0zdGR+vp6ffLJJxo6dGiX1wIAAPq4YN71PnnyZHPNNdeYkpIS884775jRo0ebmTNnWv2ff/65ufzyy01JSYnVds8995jhw4ebzZs3m/fff994PB7j8Xis/paWFjN27FgzadIkU15ebjZu3Gji4+PNihUrrJpPP/3UREdHm6VLl5rKykrz7LPPmn79+pmNGzdaNUuWLDFbt241+/fvN++++67JyMgwQ4YMMbW1tV1ey9nw1B6A3oSn9oCu6c77d7d/tdcdL730kubPn6+JEycqNDRU06dP1zPPPGP1Nzc3q6qqSsePH7fann76aau2sbFRmZmZeu6556z+fv36qaCgQPfee688Ho8GDBigWbNm6ZFHHrFqRowYobfffluLFi3Sz372M1188cX61a9+pczMTKvm888/18yZM3X06FHFx8frxhtv1Hvvvaf4+PgurwUAAPRtIcYY09OLuFAFAgHFxMTI7/fL5XL19HIA9HG/+p9P9ZO3KyVJBx7P6uHVAL1Xd96/+a49AAAAhwhSAAAADhGkAAAAHCJIAQAAOESQAgAAcIggBQAA4BBBCgD6CD7sBjj3CFIAAAAOEaQAAAAcIkgBAAA4RJACAABwiCAFAADgEEEKAADAIYIUAACAQwQpAAAAhwhSAAAADhGkAAAAHCJIAQAAOESQAoA+wogv2wPONYIUAACAQwQpAAAAhwhSAAAADhGkAAAAHCJIAQAAOESQAgAAcIggBQAA4BBBCgAAwCGCFAAAgEMEKQAAAIcIUgAAAA4RpAAAABwiSAFAH2H4zmLgnAtqkKqrq1N2drZcLpdiY2OVk5Oj+vr6Tsc0NDQoNzdXgwcP1sCBAzV9+nTV1NTYaqqrq5WVlaXo6GglJCRo6dKlamlpsdVs3bpV1157rSIjIzVq1Cjl5eXZ+i+55BKFhIS0O3Jzc62ab3/72+3677nnnq+2KQAA4IIR1CCVnZ2tiooKFRYWqqCgQNu3b9e8efM6HbNo0SK99dZbys/P17Zt23T48GFNmzbN6j958qSysrLU1NSkHTt2aN26dcrLy9OqVausmv379ysrK0s333yzysvLtXDhQt19993atGmTVbNz504dOXLEOgoLCyVJt912m209c+fOtdWtWbPmXGwNAAC4EJgg2bNnj5Fkdu7cabVt2LDBhISEmEOHDnU4xufzmfDwcJOfn2+1VVZWGkmmuLjYGGPM+vXrTWhoqPF6vVbN2rVrjcvlMo2NjcYYY+6//35z5ZVX2ua+/fbbTWZm5hnXu2DBAnPppZea1tZWq23ChAlmwYIFXX/Rp/H7/UaS8fv9jucAgHPl+a37TPKyApO8rKCnlwL0at15/w7aFani4mLFxsZq/PjxVltGRoZCQ0NVUlLS4ZiysjI1NzcrIyPDaktJSdHw4cNVXFxszZuamqrExESrJjMzU4FAQBUVFVbNqXO01bTNcbqmpib97ne/07/9278pJCTE1vfSSy9pyJAhGjt2rFasWKHjx4+f8TU3NjYqEAjYDgAAcOEKC9bEXq9XCQkJ9pOFhSkuLk5er/eMYyIiIhQbG2trT0xMtMZ4vV5biGrrb+vrrCYQCOjEiROKioqy9b355pvy+XyaPXu2rf2OO+5QcnKykpKS9NFHH2nZsmWqqqrS66+/3uH6V69erYcffrjDPgAAcOHpdpBavny5nnjiiU5rKisrHS+oJ/z617/WlClTlJSUZGs/9X6u1NRUDR06VBMnTtQnn3yiSy+9tN08K1as0OLFi62fA4GAhg0bFryFAwCAHtXtILVkyZJ2V25ON3LkSLndbtXW1traW1paVFdXJ7fb3eE4t9utpqYm+Xw+21Wpmpoaa4zb7VZpaaltXNtTfafWnP6kX01NjVwuV7urUZ999pn+/Oc/n/Eq06nS09MlSfv27eswSEVGRioyMvKs8wAAgAtDt4NUfHy84uPjz1rn8Xjk8/lUVlamtLQ0SdLmzZvV2tpqBZLTpaWlKTw8XEVFRZo+fbokqaqqStXV1fJ4PNa8jz32mGpra61fHRYWFsrlcmnMmDFWzfr1621zFxYWWnOc6sUXX1RCQoKysrLO+prKy8slSUOHDj1rLQAAuPAF7WbzK664QpMnT9bcuXNVWlqqd999V/Pnz9eMGTOsX6EdOnRIKSkp1hWmmJgY5eTkaPHixdqyZYvKyso0Z84ceTweXX/99ZKkSZMmacyYMbrzzjv14YcfatOmTVq5cqVyc3Otq0H33HOPPv30U91///3au3evnnvuOb322mtatGiRbY2tra168cUXNWvWLIWF2TPlJ598okcffVRlZWU6cOCA/vjHP+quu+7STTfdpKuuuipY2wYAAM4nwXx88OjRo2bmzJlm4MCBxuVymTlz5phjx45Z/fv37zeSzJYtW6y2EydOmPvuu88MGjTIREdHm1tvvdUcOXLENu+BAwfMlClTTFRUlBkyZIhZsmSJaW5uttVs2bLFXH311SYiIsKMHDnSvPjii+3Wt2nTJiPJVFVVteurrq42N910k4mLizORkZFm1KhRZunSpd36KAM+/gBAb8LHHwBd05337xBj+NKAYAkEAoqJiZHf75fL5erp5QDo436x7ROt3rBXknTg8bPfzgD0Vd15/+a79gCgj+D/NQPnHkEKAADAIYIUAACAQwQpAAAAhwhSAAAADhGkAAAAHCJIAQAAOESQAgAAcIggBQAA4BBBCgAAwCGCFAAAgEMEKQAAAIcIUgDQR/AV9cC5R5ACAABwiCAFAADgEEEKAADAIYIUAACAQwQpAAAAhwhSAAAADhGkAAAAHCJIAQAAOESQAgAAcIggBQAA4BBBCgAAwCGCFAD0EUZ82R5wrhGkAAAAHCJIAQAAOESQAgAAcIggBQAA4BBBCgAAwCGCFAAAgENBC1J1dXXKzs6Wy+VSbGyscnJyVF9f3+mYhoYG5ebmavDgwRo4cKCmT5+umpoaW011dbWysrIUHR2thIQELV26VC0tLVb/kSNHdMcdd+iyyy5TaGioFi5c2OG58vPzlZKSov79+ys1NVXr16+39RtjtGrVKg0dOlRRUVHKyMjQxx9/7GwzAADABSloQSo7O1sVFRUqLCxUQUGBtm/frnnz5nU6ZtGiRXrrrbeUn5+vbdu26fDhw5o2bZrVf/LkSWVlZampqUk7duzQunXrlJeXp1WrVlk1jY2Nio+P18qVKzVu3LgOz7Njxw7NnDlTOTk5+uCDDzR16lRNnTpVu3fvtmrWrFmjZ555Rs8//7xKSko0YMAAZWZmqqGh4SvuDAAAuGCYINizZ4+RZHbu3Gm1bdiwwYSEhJhDhw51OMbn85nw8HCTn59vtVVWVhpJpri42BhjzPr1601oaKjxer1Wzdq1a43L5TKNjY3t5pwwYYJZsGBBu/Yf/OAHJisry9aWnp5ufvjDHxpjjGltbTVut9s8+eSTtvVFRkaaV155pQs78A9+v99IMn6/v8tjACBYnt3ysUleVmCSlxX09FKAXq07799BuSJVXFys2NhYjR8/3mrLyMhQaGioSkpKOhxTVlam5uZmZWRkWG0pKSkaPny4iouLrXlTU1OVmJho1WRmZioQCKiioqJb6zv1PG3ztJ1n//798nq9tpqYmBilp6dbNR1pbGxUIBCwHQAA4MIVlCDl9XqVkJBgawsLC1NcXJy8Xu8Zx0RERCg2NtbWnpiYaI3xer22ENXW39bXnfV1NM+p5zl17o5qOrJ69WrFxMRYx7Bhw7q8JgAAcP7pVpBavny5QkJCOj327t0brLX2eitWrJDf77eOgwcP9vSSAABAEIV1p3jJkiWaPXt2pzUjR46U2+1WbW2trb2lpUV1dXVyu90djnO73WpqapLP57NdlaqpqbHGuN1ulZaW2sa1PdV3pnnPdK7TnwY8/TxtbUOHDrXVXH311WecNzIyUpGRkV1eBwB8nQzfWQycc926IhUfH6+UlJROj4iICHk8Hvl8PpWVlVljN2/erNbWVqWnp3c4d1pamsLDw1VUVGS1VVVVqbq6Wh6PR5Lk8Xi0a9cuW0grLCyUy+XSmDFjuvw6PB6P7Txt87SdZ8SIEXK73baaQCCgkpISqwYAAKBbV6S66oorrtDkyZM1d+5cPf/882pubtb8+fM1Y8YMJSUlSZIOHTqkiRMn6re//a2uu+46xcTEKCcnR4sXL1ZcXJxcLpd+9KMfyePx6Prrr5ckTZo0SWPGjNGdd96pNWvWyOv1auXKlcrNzbVdCSovL5ck1dfX64svvlB5ebkiIiKssLVgwQJNmDBBP/3pT5WVlaVXX31V77//vl544QVJUkhIiBYuXKif/OQnGj16tEaMGKEHHnhASUlJmjp1ajC2DAAAnI+C9ejg0aNHzcyZM83AgQONy+Uyc+bMMceOHbP69+/fbySZLVu2WG0nTpww9913nxk0aJCJjo42t956qzly5Iht3gMHDpgpU6aYqKgoM2TIELNkyRLT3Nxsq5HU7khOTrbVvPbaa+ayyy4zERER5sorrzRvv/22rb+1tdU88MADJjEx0URGRpqJEyeaqqqqbu0BH38AoDf57818/AHQFd15/w4xht+aB0sgEFBMTIz8fr9cLldPLwdAH/fsln16clOVJOnA41k9vBqg9+rO+zfftQcAAOAQQQoAAMAhghQAAIBDBCkAAACHCFIAAAAOEaQAAAAcIkgBAAA4RJACAABwiCAFAADgEEEKAADAIYIUAACAQwQpAAAAhwhSAAAADhGkAAAAHCJIAQAAOESQAgAAcIggBQAA4BBBCgAAwCGCFAAAgEMEKQDoI4wxPb0E4IJDkAIAAHCIIAUAAOAQQQoAAMAhghQAAIBDBCkAAACHCFIAAAAOEaQAAAAcIkgBAAA4RJACAABwiCAFAADgEEEKAADAIYIUAPQRfNUecO4FLUjV1dUpOztbLpdLsbGxysnJUX19fadjGhoalJubq8GDB2vgwIGaPn26ampqbDXV1dXKyspSdHS0EhIStHTpUrW0tFj9R44c0R133KHLLrtMoaGhWrhwYbvz/PKXv9S3vvUtDRo0SIMGDVJGRoZKS0ttNbNnz1ZISIjtmDx5svMNAQAAF5ygBans7GxVVFSosLBQBQUF2r59u+bNm9fpmEWLFumtt95Sfn6+tm3bpsOHD2vatGlW/8mTJ5WVlaWmpibt2LFD69atU15enlatWmXVNDY2Kj4+XitXrtS4ceM6PM/WrVs1c+ZMbdmyRcXFxRo2bJgmTZqkQ4cO2eomT56sI0eOWMcrr7zyFXYEAABccEwQ7Nmzx0gyO3futNo2bNhgQkJCzKFDhzoc4/P5THh4uMnPz7faKisrjSRTXFxsjDFm/fr1JjQ01Hi9Xqtm7dq1xuVymcbGxnZzTpgwwSxYsOCs621paTEXXXSRWbdundU2a9Ysc8stt5x17KkaGhqM3++3joMHDxpJxu/3d2seAAiGZ/78V5O8rMAkLyvo6aUAvZrf7+/y+3dQrkgVFxcrNjZW48ePt9oyMjIUGhqqkpKSDseUlZWpublZGRkZVltKSoqGDx+u4uJia97U1FQlJiZaNZmZmQoEAqqoqHC83uPHj6u5uVlxcXG29q1btyohIUGXX3657r33Xh09erTTeVavXq2YmBjrGDZsmOM1AQCA3i8oQcrr9SohIcHWFhYWpri4OHm93jOOiYiIUGxsrK09MTHRGuP1em0hqq2/rc+pZcuWKSkpyRbiJk+erN/+9rcqKirSE088oW3btmnKlCk6efLkGedZsWKF/H6/dRw8eNDxmgAAQO8X1p3i5cuX64knnui0prKy8ist6Ov2+OOP69VXX9XWrVvVv39/q33GjBnWn1NTU3XVVVfp0ksv1datWzVx4sQO54qMjFRkZGTQ1wwAAHqHbgWpJUuWaPbs2Z3WjBw5Um63W7W1tbb2lpYW1dXVye12dzjO7XarqalJPp/PdlWqpqbGGuN2u9s9Xdf2VN+Z5u3MU089pccff1x//vOfddVVV3VaO3LkSA0ZMkT79u07Y5ACAAB9S7eCVHx8vOLj489a5/F45PP5VFZWprS0NEnS5s2b1draqvT09A7HpKWlKTw8XEVFRZo+fbokqaqqStXV1fJ4PNa8jz32mGpra61fHRYWFsrlcmnMmDHdeSlas2aNHnvsMW3atMl2L9eZfP755zp69KiGDh3arfMAAIALV1Dukbriiis0efJkzZ07V6WlpXr33Xc1f/58zZgxQ0lJSZKkQ4cOKSUlxbrCFBMTo5ycHC1evFhbtmxRWVmZ5syZI4/Ho+uvv16SNGnSJI0ZM0Z33nmnPvzwQ23atEkrV65Ubm6u7Vdq5eXlKi8vV319vb744guVl5drz549Vv8TTzyhBx54QL/5zW90ySWXyOv1yuv1Wp9zVV9fr6VLl+q9997TgQMHVFRUpFtuuUWjRo1SZmZmMLYMAACcj4L16ODRo0fNzJkzzcCBA43L5TJz5swxx44ds/r3799vJJktW7ZYbSdOnDD33XefGTRokImOjja33nqrOXLkiG3eAwcOmClTppioqCgzZMgQs2TJEtPc3GyrkdTuSE5OtvqTk5M7rHnwwQeNMcYcP37cTJo0ycTHx5vw8HCTnJxs5s6da/vYha7ozuOTABBsfPwB0DXdef8OMYYvDQiWQCCgmJgY+f1+uVyunl4OgD7u50Uf66eFf5UkHXg8q4dXA/Re3Xn/5rv2AAAAHCJIAUAfwa8fgHOPIAUAAOAQQQoAAMAhghQAAIBDBCkAAACHCFIAAAAOEaQAAAAcIkgBAAA4RJACAABwiCAFAADgEEEKAADAIYIUAACAQwQpAOgjDF+2B5xzBCkAAACHCFIAAAAOEaQAAAAcIkgBAAA4RJACAABwiCAFAADgEEEKAADAIYIUAACAQwQpAAAAhwhSAAAADhGkAAAAHCJIAUAfYcSX7QHnGkEKAADAIYIUAACAQwQpAAAAhwhSAAAADhGkAAAAHApakKqrq1N2drZcLpdiY2OVk5Oj+vr6Tsc0NDQoNzdXgwcP1sCBAzV9+nTV1NTYaqqrq5WVlaXo6GglJCRo6dKlamlpsfqPHDmiO+64Q5dddplCQ0O1cOHCdufJy8tTSEiI7ejfv7+txhijVatWaejQoYqKilJGRoY+/vhj5xsCAAAuOEELUtnZ2aqoqFBhYaEKCgq0fft2zZs3r9MxixYt0ltvvaX8/Hxt27ZNhw8f1rRp06z+kydPKisrS01NTdqxY4fWrVunvLw8rVq1yqppbGxUfHy8Vq5cqXHjxp3xXC6XS0eOHLGOzz77zNa/Zs0aPfPMM3r++edVUlKiAQMGKDMzUw0NDQ53BAAAXHBMEOzZs8dIMjt37rTaNmzYYEJCQsyhQ4c6HOPz+Ux4eLjJz8+32iorK40kU1xcbIwxZv369SY0NNR4vV6rZu3atcblcpnGxsZ2c06YMMEsWLCgXfuLL75oYmJizrj+1tZW43a7zZNPPmlbX2RkpHnllVfOOO50fr/fSDJ+v7/LYwAgWJ4urDLJywpM8rKCnl4K0Kt15/07KFekiouLFRsbq/Hjx1ttGRkZCg0NVUlJSYdjysrK1NzcrIyMDKstJSVFw4cPV3FxsTVvamqqEhMTrZrMzEwFAgFVVFR0a4319fVKTk7WsGHDdMstt9jG79+/X16v17aWmJgYpaenW2vpSGNjowKBgO0AAAAXrqAEKa/Xq4SEBFtbWFiY4uLi5PV6zzgmIiJCsbGxtvbExERrjNfrtYWotv62vq66/PLL9Zvf/EZ/+MMf9Lvf/U6tra264YYb9Pnnn9vm6uhcnZ1n9erViomJsY5hw4Z1eU0AAOD8060gtXz58nY3aZ9+7N27N1hrPWc8Ho/uuusuXX311ZowYYJef/11xcfH6xe/+MVXmnfFihXy+/3WcfDgwXO0YgAA0BuFdad4yZIlmj17dqc1I0eOlNvtVm1tra29paVFdXV1crvdHY5zu91qamqSz+ezXZWqqamxxrjdbpWWltrGtT3Vd6Z5uyI8PFzXXHON9u3bZ5urpqZGQ4cOtZ3r6quvPuM8kZGRioyMdLwOAAgmw1ftAedct65IxcfHKyUlpdMjIiJCHo9HPp9PZWVl1tjNmzertbVV6enpHc6dlpam8PBwFRUVWW1VVVWqrq6Wx+OR9I8rSbt27bKFtMLCQrlcLo0ZM6ZbL/xUJ0+e1K5du6zQNGLECLndbttaAoGASkpKrLUAAAB064pUV11xxRWaPHmy5s6dq+eff17Nzc2aP3++ZsyYoaSkJEnSoUOHNHHiRP32t7/Vddddp5iYGOXk5Gjx4sWKi4uTy+XSj370I3k8Hl1//fWSpEmTJmnMmDG68847tWbNGnm9Xq1cuVK5ubm2K0Hl5eWS/nFD+RdffKHy8nJFRERYYeuRRx7R9ddfr1GjRsnn8+nJJ5/UZ599prvvvluSFBISooULF+onP/mJRo8erREjRuiBBx5QUlKSpk6dGowtAwAA56GgBClJeumllzR//nxNnDhRoaGhmj59up555hmrv7m5WVVVVTp+/LjV9vTTT1u1jY2NyszM1HPPPWf19+vXTwUFBbr33nvl8Xg0YMAAzZo1S4888ojt3Ndcc43157KyMr388stKTk7WgQMHJEl///vfNXfuXHm9Xg0aNEhpaWnasWOH7arW/fffry+//FLz5s2Tz+fTjTfeqI0bN7b74E4AANB3hRjDb82DJRAIKCYmRn6/Xy6Xq6eXA6CPe7rwr/pZ0T++oeHA41k9vBqg9+rO+zfftQcAAOAQQQoAAMAhghQAAIBDBCkAAACHCFIAAAAOEaQAAAAcIkgBAAA4RJACAABwiCAFAH0En74MnHsEKQAAAIcIUgAAAA4RpAAAABwiSAEAADhEkAIAAHCIIAUAAOAQQQoAAMAhghQAAIBDBCkAAACHCFIAAAAOEaQAAAAcIkgBQF9h+LY94FwjSAEAADhEkAIAAHCIIAUAAOAQQQoAAMAhghQAAIBDBCkAAACHCFIAAAAOEaQAAAAcIkgBAAA4RJACAABwKGhBqq6uTtnZ2XK5XIqNjVVOTo7q6+s7HdPQ0KDc3FwNHjxYAwcO1PTp01VTU2Orqa6uVlZWlqKjo5WQkKClS5eqpaXF6j9y5IjuuOMOXXbZZQoNDdXChQvbnefb3/62QkJC2h1ZWVlWzezZs9v1T548+attCgAAuKAELUhlZ2eroqJChYWFKigo0Pbt2zVv3rxOxyxatEhvvfWW8vPztW3bNh0+fFjTpk2z+k+ePKmsrCw1NTVpx44dWrdunfLy8rRq1SqrprGxUfHx8Vq5cqXGjRvX4Xlef/11HTlyxDp2796tfv366bbbbrPVTZ482Vb3yiuvfIUdAYCexTftAUFggmDPnj1Gktm5c6fVtmHDBhMSEmIOHTrU4Rifz2fCw8NNfn6+1VZZWWkkmeLiYmOMMevXrzehoaHG6/VaNWvXrjUul8s0Nja2m3PChAlmwYIFZ13v008/bS666CJTX19vtc2aNcvccsstZx3bGb/fbyQZv9//leYBgHPhqU17TfKyApO8rKCnlwL0at15/w7KFani4mLFxsZq/PjxVltGRoZCQ0NVUlLS4ZiysjI1NzcrIyPDaktJSdHw4cNVXFxszZuamqrExESrJjMzU4FAQBUVFY7X++tf/1ozZszQgAEDbO1bt25VQkKCLr/8ct177706evRop/M0NjYqEAjYDgAAcOEKSpDyer1KSEiwtYWFhSkuLk5er/eMYyIiIhQbG2trT0xMtMZ4vV5biGrrb+tzorS0VLt379bdd99ta588ebJ++9vfqqioSE888YS2bdumKVOm6OTJk2eca/Xq1YqJibGOYcOGOVoTAAA4P3QrSC1fvrzDm7RPPfbu3RustQbFr3/9a6Wmpuq6666ztc+YMUPf//73lZqaqqlTp6qgoEA7d+7U1q1bzzjXihUr5Pf7rePgwYNBXj0AAOhJYd0pXrJkiWbPnt1pzciRI+V2u1VbW2trb2lpUV1dndxud4fj3G63mpqa5PP5bFelampqrDFut1ulpaW2cW1P9Z1p3s58+eWXevXVV/XII4+ctXbkyJEaMmSI9u3bp4kTJ3ZYExkZqcjIyG6vAwAAnJ+6FaTi4+MVHx9/1jqPxyOfz6eysjKlpaVJkjZv3qzW1lalp6d3OCYtLU3h4eEqKirS9OnTJUlVVVWqrq6Wx+Ox5n3sscdUW1tr/eqwsLBQLpdLY8aM6c5LkSTl5+ersbFR//qv/3rW2s8//1xHjx7V0KFDu30eAABwYQrKPVJXXHGFJk+erLlz56q0tFTvvvuu5s+frxkzZigpKUmSdOjQIaWkpFhXmGJiYpSTk6PFixdry5YtKisr05w5c+TxeHT99ddLkiZNmqQxY8bozjvv1IcffqhNmzZp5cqVys3NtV0JKi8vV3l5uerr6/XFF1+ovLxce/bsabfOX//615o6daoGDx5sa6+vr9fSpUv13nvv6cCBAyoqKtItt9yiUaNGKTMzMxhbBgAAzkPduiLVHS+99JLmz5+viRMnKjQ0VNOnT9czzzxj9Tc3N6uqqkrHjx+32p5++mmrtrGxUZmZmXruuees/n79+qmgoED33nuvPB6PBgwYoFmzZrX71dw111xj/bmsrEwvv/yykpOTdeDAAau9qqpK77zzjv70pz+1W3u/fv300Ucfad26dfL5fEpKStKkSZP06KOP8qs7AABgCTHG8BltQRIIBBQTEyO/3y+Xy9XTywHQx/30T1X6+eZ9kqQDj2edpRrou7rz/s137QEAADhEkAIAAHCIIAUAfQQ3cgDnHkEKAADAIYIUAACAQwQpAAAAhwhSAAAADhGkAAAAHCJIAQAAOESQAgAAcIggBQAA4BBBCgAAwCGCFAAAgEMEKQAAAIcIUgAAAA4RpACgjzDiW4uBc40gBQAA4BBBCgAAwCGCFAAAgEMEKQAAAIcIUgAAAA4RpAAAABwiSAEAADhEkAIAAHCIIAUAAOAQQQoAAMAhghQAAIBDBCkA6COuTIrp6SUAF5ywnl4AAODrMWWsW2umX6XUiwlUwLlCkAKAPiIkJEQ/+Mawnl4GcEHhV3sAAAAOEaQAAAAcCmqQqqurU3Z2tlwul2JjY5WTk6P6+vpOxzQ0NCg3N1eDBw/WwIEDNX36dNXU1NhqqqurlZWVpejoaCUkJGjp0qVqaWmx+l9//XV95zvfUXx8vFwulzwejzZt2tTuXM8++6wuueQS9e/fX+np6SotLe32WgAAQN8V1CCVnZ2tiooKFRYWqqCgQNu3b9e8efM6HbNo0SK99dZbys/P17Zt23T48GFNmzbN6j958qSysrLU1NSkHTt2aN26dcrLy9OqVausmu3bt+s73/mO1q9fr7KyMt1888363ve+pw8++MCq+f3vf6/FixfrwQcf1F/+8heNGzdOmZmZqq2t7fJaAABAH2eCZM+ePUaS2blzp9W2YcMGExISYg4dOtThGJ/PZ8LDw01+fr7VVllZaSSZ4uJiY4wx69evN6Ghocbr9Vo1a9euNS6XyzQ2Np5xPWPGjDEPP/yw9fN1111ncnNzrZ9PnjxpkpKSzOrVq7u8ltM1NDQYv99vHQcPHjSSjN/vP+O6AABA7+L3+7v8/h20K1LFxcWKjY3V+PHjrbaMjAyFhoaqpKSkwzFlZWVqbm5WRkaG1ZaSkqLhw4eruLjYmjc1NVWJiYlWTWZmpgKBgCoqKjqct7W1VceOHVNcXJwkqampSWVlZbbzhIaGKiMjwzpPV9ZyutWrVysmJsY6hg3j6RgAAC5kQQtSXq9XCQkJtrawsDDFxcXJ6/WecUxERIRiY2Nt7YmJidYYr9drC1Ft/W19HXnqqadUX1+vH/zgB5Kkv/3tbzp58mSH85x6nrOt5XQrVqyQ3++3joMHD3ZYBwAALgzdDlLLly9XSEhIp8fevXuDsVZHXn75ZT388MN67bXX2gW7cy0yMlIul8t2AACAC1e3P5BzyZIlmj17dqc1I0eOlNvttt24LUktLS2qq6uT2+3ucJzb7VZTU5N8Pp/tSlBNTY01xu12t3u6ru1JutPnffXVV3X33XcrPz/f9iu6IUOGqF+/fu2ewDv9PGdbCwAA6Nu6fUUqPj5eKSkpnR4RERHyeDzy+XwqKyuzxm7evFmtra1KT0/vcO60tDSFh4erqKjIaquqqlJ1dbU8Ho8kyePxaNeuXbaQVlhYKJfLpTFjxlhtr7zyiubMmaNXXnlFWVlZtvNEREQoLS3Ndp7W1lYVFRVZ5+nKWgAAQB8XzLveJ0+ebK655hpTUlJi3nnnHTN69Ggzc+ZMq//zzz83l19+uSkpKbHa7rnnHjN8+HCzefNm8/777xuPx2M8Ho/V39LSYsaOHWsmTZpkysvLzcaNG018fLxZsWKFVfPSSy+ZsLAw8+yzz5ojR45Yh8/ns2peffVVExkZafLy8syePXvMvHnzTGxsrO1pwLOt5Wy6c9c/AADoHbrz/h3UIHX06FEzc+ZMM3DgQONyucycOXPMsWPHrP79+/cbSWbLli1W24kTJ8x9991nBg0aZKKjo82tt95qjhw5Ypv3wIEDZsqUKSYqKsoMGTLELFmyxDQ3N1v9EyZMMJLaHbNmzbLN8/Of/9wMHz7cREREmOuuu8689957tv6urKUzBCkAAM4/3Xn/DjHGmJ66GnahCwQCiomJkd/v58ZzAADOE915/+72zebouraMGggEenglAACgq9ret7tyrYkgFUTHjh2TJD6YEwCA89CxY8cUExPTaQ2/2gui1tZWHT58WBdddJFCQkLO6dyBQEDDhg3TwYMH+bXh/8eetMee2LEf7bEn7bEn7fW1PTHG6NixY0pKSlJoaOcfcMAVqSAKDQ3VxRdfHNRz8MGf7bEn7bEnduxHe+xJe+xJe31pT852JapN0L4iBgAA4EJHkAIAAHCIIHWeioyM1IMPPqjIyMieXkqvwZ60x57YsR/tsSftsSftsSdnxs3mAAAADnFFCgAAwCGCFAAAgEMEKQAAAIcIUgAAAA4RpAAAABwiSJ2Hnn32WV1yySXq37+/0tPTVVpa2tNLcmT16tX6xje+oYsuukgJCQmaOnWqqqqqbDUNDQ3Kzc3V4MGDNXDgQE2fPl01NTW2murqamVlZSk6OloJCQlaunSpWlpabDVbt27Vtddeq8jISI0aNUp5eXnt1tPb9vXxxx9XSEiIFi5caLX1xf04dOiQ/vVf/1WDBw9WVFSUUlNT9f7771v9xhitWrVKQ4cOVVRUlDIyMvTxxx/b5qirq1N2drZcLpdiY2OVk5Oj+vp6W81HH32kb33rW+rfv7+GDRumNWvWtFtLfn6+UlJS1L9/f6Wmpmr9+vXBedGdOHnypB544AGNGDFCUVFRuvTSS/Xoo4/avlz1Qt+T7du363vf+56SkpIUEhKiN99809bfm15/V9ZyLnS2J83NzVq2bJlSU1M1YMAAJSUl6a677tLhw4dtc1xoe/K1MTivvPrqqyYiIsL85je/MRUVFWbu3LkmNjbW1NTU9PTSui0zM9O8+OKLZvfu3aa8vNx897vfNcOHDzf19fVWzT333GOGDRtmioqKzPvvv2+uv/56c8MNN1j9LS0tZuzYsSYjI8N88MEHZv369WbIkCFmxYoVVs2nn35qoqOjzeLFi82ePXvMz3/+c9OvXz+zceNGq6a37Wtpaam55JJLzFVXXWUWLFhgtfe1/airqzPJyclm9uzZpqSkxHz66adm06ZNZt++fVbN448/bmJiYsybb75pPvzwQ/P973/fjBgxwpw4ccKqmTx5shk3bpx57733zP/8z/+YUaNGmZkzZ1r9fr/fJCYmmuzsbLN7927zyiuvmKioKPOLX/zCqnn33XdNv379zJo1a8yePXvMypUrTXh4uNm1a9fXsxn/32OPPWYGDx5sCgoKzP79+01+fr4ZOHCg+dnPfmbVXOh7sn79evPjH//YvP7660aSeeONN2z9ven1d2Utwd4Tn89nMjIyzO9//3uzd+9eU1xcbK677jqTlpZmm+NC25OvC0HqPHPdddeZ3Nxc6+eTJ0+apKQks3r16h5c1blRW1trJJlt27YZY/7xlz88PNzk5+dbNZWVlUaSKS4uNsb84x+P0NBQ4/V6rZq1a9cal8tlGhsbjTHG3H///ebKK6+0nev22283mZmZ1s+9aV+PHTtmRo8ebQoLC82ECROsINUX92PZsmXmxhtvPGN/a2urcbvd5sknn7TafD6fiYyMNK+88ooxxpg9e/YYSWbnzp1WzYYNG0xISIg5dOiQMcaY5557zgwaNMjao7ZzX3755dbPP/jBD0xWVpbt/Onp6eaHP/zhV3uR3ZSVlWX+7d/+zdY2bdo0k52dbYzpe3tyemjoTa+/K2sJho7C5elKS0uNJPPZZ58ZYy78PQkmfrV3HmlqalJZWZkyMjKsttDQUGVkZKi4uLgHV3Zu+P1+SVJcXJwkqaysTM3NzbbXm5KSouHDh1uvt7i4WKmpqUpMTLRqMjMzFQgEVFFRYdWcOkdbTdscvW1fc3NzlZWV1W7NfXE//vjHP2r8+PG67bbblJCQoGuuuUa//OUvrf79+/fL6/Xa1hoTE6P09HTbnsTGxmr8+PFWTUZGhkJDQ1VSUmLV3HTTTYqIiLBqMjMzVVVVpb///e9WTWf79nW54YYbVFRUpL/+9a+SpA8//FDvvPOOpkyZIqlv7smpetPr78paeorf71dISIhiY2MlsSdfBUHqPPK3v/1NJ0+etL1JSlJiYqK8Xm8PrercaG1t1cKFC/XNb35TY8eOlSR5vV5FRERYf9HbnPp6vV5vh/vR1tdZTSAQ0IkTJ3rVvr766qv6y1/+otWrV7fr64v78emnn2rt2rUaPXq0Nm3apHvvvVf/5//8H61bt07S/76mztbq9XqVkJBg6w8LC1NcXNw52beve0+WL1+uGTNmKCUlReHh4brmmmu0cOFCZWdn29bbl/bkVL3p9XdlLT2hoaFBy5Yt08yZM+VyuSSxJ19FWE8vAJD+cRVm9+7deuedd3p6KT3m4MGDWrBggQoLC9W/f/+eXk6v0NraqvHjx+s//uM/JEnXXHONdu/ereeff16zZs3q4dX1jNdee00vvfSSXn75ZV155ZUqLy/XwoULlZSU1Gf3BF3X3NysH/zgBzLGaO3atT29nAsCV6TOI0OGDFG/fv3aPaVVU1Mjt9vdQ6v66ubPn6+CggJt2bJFF198sdXudrvV1NQkn89nqz/19brd7g73o62vsxqXy6WoqKhes69lZWWqra3Vtddeq7CwMIWFhWnbtm165plnFBYWpsTExD61H5I0dOhQjRkzxtZ2xRVXqLq6WtL/vqbO1up2u1VbW2vrb2lpUV1d3TnZt697T5YuXWpdlUpNTdWdd96pRYsWWVcx++KenKo3vf6urOXr1BaiPvvsMxUWFlpXo6S+uyfnAkHqPBIREaG0tDQVFRVZba2trSoqKpLH4+nBlTljjNH8+fP1xhtvaPPmzRoxYoStPy0tTeHh4bbXW1VVperqauv1ejwe7dq1y/YPQNs/EG1vwB6PxzZHW03bHL1lXydOnKhdu3apvLzcOsaPH6/s7Gzrz31pPyTpm9/8ZruPxPjrX/+q5ORkSdKIESPkdrttaw0EAiopKbHtic/nU1lZmVWzefNmtba2Kj093arZvn27mpubrZrCwkJdfvnlGjRokFXT2b59XY4fP67QUPs/3f369VNra6ukvrknp+pNr78ra/m6tIWojz/+WH/+8581ePBgW39f3JNzpqfvdkf3vPrqqyYyMtLk5eWZPXv2mHnz5pnY2FjbU1rni3vvvdfExMSYrVu3miNHjljH8ePHrZp77rnHDB8+3GzevNm8//77xuPxGI/HY/W3Pe4/adIkU15ebjZu3Gji4+M7fNx/6dKlprKy0jz77LMdPu7fG/f11Kf2jOl7+1FaWmrCwsLMY489Zj7++GPz0ksvmejoaPO73/3Oqnn88cdNbGys+cMf/mA++ugjc8stt3T4qPs111xjSkpKzDvvvGNGjx5te6zb5/OZxMREc+edd5rdu3ebV1991URHR7d7rDssLMw89dRTprKy0jz44IM98vEHs2bNMv/0T/9kffzB66+/boYMGWLuv/9+q+ZC35Njx46ZDz74wHzwwQdGkvnP//xP88EHH1hPoPWm19+VtQR7T5qamsz3v/99c/HFF5vy8nLbv7enPoF3oe3J14UgdR76+c9/boYPH24iIiLMddddZ957772eXpIjkjo8XnzxRavmxIkT5r777jODBg0y0dHR5tZbbzVHjhyxzXPgwAEzZcoUExUVZYYMGWKWLFlimpubbTVbtmwxV199tYmIiDAjR460naNNb9zX04NUX9yPt956y4wdO9ZERkaalJQU88ILL9j6W1tbzQMPPGASExNNZGSkmThxoqmqqrLVHD161MycOdMMHDjQuFwuM2fOHHPs2DFbzYcffmhuvPFGExkZaf7pn/7JPP744+3W8tprr5nLLrvMREREmCuvvNK8/fbb5/4Fn0UgEDALFiwww4cPN/379zcjR440P/7xj21viBf6nmzZsqXDfztmzZpljOldr78razkXOtuT/fv3n/Hf2y1btlywe/J1CTHmlI/DBQAAQJdxjxQAAIBDBCkAAACHCFIAAAAOEaQAAAAcIkgBAAA4RJACAABwiCAFAADgEEEKAADAIYIUAACAQwQpAAAAhwhSAAAADv0/T/JVwjlqavwAAAAASUVORK5CYII=", + "text/plain": [ + "
" + ] + }, + "metadata": {}, + "output_type": "display_data" + } + ], + "source": [ + "data_o_reshaped = np.reshape(data_o,(-1))\n", + "err = data_o_reshaped-act_o\n", + "plt.plot(err)\n", + "plt.title(\"Error\")\n", + "plt.show()\n" + ] + } + ], + "metadata": { + "kernelspec": { + "display_name": "my-venv", + "language": "python", + "name": "python3" + }, + "language_info": { + "codemirror_mode": { + "name": "ipython", + "version": 3 + }, + "file_extension": ".py", + "mimetype": "text/x-python", + "name": "python", + "nbconvert_exporter": "python", + "pygments_lexer": "ipython3", + "version": "3.12.3" + } + }, + "nbformat": 4, + "nbformat_minor": 5 +} diff --git a/AI_Engine_Development/AIE-MLv2/Design_Tutorials/01-Radio-ML/aie/conv1d_template/gen_vectors_w11.ipynb b/AI_Engine_Development/AIE-MLv2/Design_Tutorials/01-Radio-ML/aie/conv1d_template/gen_vectors_w11.ipynb new file mode 100644 index 0000000000..e84336e70f --- /dev/null +++ b/AI_Engine_Development/AIE-MLv2/Design_Tutorials/01-Radio-ML/aie/conv1d_template/gen_vectors_w11.ipynb @@ -0,0 +1,656 @@ +{ + "cells": [ + { + "cell_type": "markdown", + "id": "bcdf2452-4c3b-4ce0-b019-cbe980967a1c", + "metadata": {}, + "source": [ + "# Testbench for `conv1d_w13()`" + ] + }, + { + "cell_type": "code", + "execution_count": 13, + "id": "946f566a-c3f6-446f-aeb6-cb0055910900", + "metadata": {}, + "outputs": [], + "source": [ + "#\n", + "# Copyright (C) 2024, Advanced Micro Devices, Inc. All rights reserved.\n", + "# SPDX-License-Identifier: MIT\n", + "#\n", + "# Author: Faisal El-Shabani" + ] + }, + { + "cell_type": "code", + "execution_count": 1, + "id": "934e0796-0306-4ce9-9a92-598027c75f38", + "metadata": {}, + "outputs": [ + { + "name": "stderr", + "output_type": "stream", + "text": [ + "2025-08-15 08:14:18.291322: I external/local_xla/xla/tsl/cuda/cudart_stub.cc:32] Could not find cuda drivers on your machine, GPU will not be used.\n", + "2025-08-15 08:14:18.296489: I external/local_xla/xla/tsl/cuda/cudart_stub.cc:32] Could not find cuda drivers on your machine, GPU will not be used.\n", + "2025-08-15 08:14:18.306534: E external/local_xla/xla/stream_executor/cuda/cuda_fft.cc:467] Unable to register cuFFT factory: Attempting to register factory for plugin cuFFT when one has already been registered\n", + "WARNING: All log messages before absl::InitializeLog() is called are written to STDERR\n", + "E0000 00:00:1755267258.321269 244896 cuda_dnn.cc:8579] Unable to register cuDNN factory: Attempting to register factory for plugin cuDNN when one has already been registered\n", + "E0000 00:00:1755267258.325677 244896 cuda_blas.cc:1407] Unable to register cuBLAS factory: Attempting to register factory for plugin cuBLAS when one has already been registered\n", + "W0000 00:00:1755267258.340455 244896 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\n", + "W0000 00:00:1755267258.340471 244896 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\n", + "W0000 00:00:1755267258.340475 244896 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\n", + "W0000 00:00:1755267258.340478 244896 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\n", + "2025-08-15 08:14:18.345112: I tensorflow/core/platform/cpu_feature_guard.cc:210] This TensorFlow binary is optimized to use available CPU instructions in performance-critical operations.\n", + "To enable the following instructions: AVX2 FMA, in other operations, rebuild TensorFlow with the appropriate compiler flags.\n" + ] + } + ], + "source": [ + "from tensorflow import keras\n", + "from tensorflow.keras.layers import Conv1D, MaxPooling1D\n", + "import matplotlib.pyplot as plt\n", + "from sklearn.model_selection import train_test_split\n", + "import h5py as h5\n", + "import numpy as np\n", + "import os.path\n", + "import vfs\n", + "import varray as va\n", + "\n", + "NITERATIONS = 4 # Number of AI Engine graph iterations" + ] + }, + { + "cell_type": "markdown", + "id": "5bdc7e83-3fd0-4fd0-99b5-7938816f0df2", + "metadata": {}, + "source": [ + "## Layer Definition" + ] + }, + { + "cell_type": "code", + "execution_count": 2, + "id": "0c57f98d-1999-4b61-a129-e3dd1bd92677", + "metadata": {}, + "outputs": [ + { + "name": "stderr", + "output_type": "stream", + "text": [ + "2025-08-15 08:14:22.378208: E external/local_xla/xla/stream_executor/cuda/cuda_platform.cc:51] failed call to cuInit: INTERNAL: CUDA error: Failed call to cuInit: UNKNOWN ERROR (303)\n" + ] + } + ], + "source": [ + "inputs = keras.Input(shape=(1024,2),name=\"input\")\n", + "x1 = Conv1D(filters=64,kernel_size=7,strides=1,padding=\"same\",name=\"conv1D_w1\",activation='relu')(inputs)\n", + "x2 = MaxPooling1D(pool_size=2,strides=2,padding=\"valid\",name=\"max_pool1d_w2\")(x1)\n", + "x3 = Conv1D(filters=64,kernel_size=7,strides=1,padding=\"same\",name=\"conv1D_w3\",activation='relu')(x2)\n", + "x4 = MaxPooling1D(pool_size=2,strides=2,padding=\"valid\",name=\"max_pool1d_w4\")(x3)\n", + "x5 = Conv1D(filters=64,kernel_size=7,strides=1,padding=\"same\",name=\"conv1D_w5\",activation='relu')(x4)\n", + "x6 = MaxPooling1D(pool_size=2,strides=2,padding=\"valid\",name=\"max_pool1d_w6\")(x5)\n", + "x7 = Conv1D(filters=64,kernel_size=7,strides=1,padding=\"same\",name=\"conv1D_w7\",activation='relu')(x6)\n", + "x8 = MaxPooling1D(pool_size=2,strides=2,padding=\"valid\",name=\"max_pool1d_w8\")(x7)\n", + "x9 = Conv1D(filters=64,kernel_size=7,strides=1,padding=\"same\",name=\"conv1D_w9\",activation='relu')(x8)\n", + "outputs = MaxPooling1D(pool_size=2,strides=2,padding=\"valid\",name=\"max_pool1d_w10\")(x9)\n", + "\n", + "model_stim = keras.Model(inputs=inputs,outputs=outputs)\n", + "model_stim.compile(optimizer=\"rmsprop\",\n", + " loss=\"sparse_categorical_crossentropy\",\n", + " metrics=[\"accuracy\"])\n", + "w1_weights = np.loadtxt('../conv1d_w1/w1_weights_trained.txt')\n", + "w1_weights = (w1_weights.astype(\"bfloat16\")).astype(\"float32\")\n", + "w1_weights = np.reshape(w1_weights,(7,2,64))\n", + "w1_bias = np.loadtxt('../conv1d_w1/w1_bias_trained.txt')\n", + "w1_bias = (w1_bias.astype(\"bfloat16\")).astype(\"float32\")\n", + "\n", + "w3_weights = np.loadtxt('../conv1d_template/w3_weights_trained.txt')\n", + "w3_weights = (w3_weights.astype(\"bfloat16\")).astype(\"float32\")\n", + "w3_weights = np.reshape(w3_weights,(7,64,64))\n", + "w3_bias = np.loadtxt('../conv1d_template/w3_bias_trained.txt')\n", + "w3_bias = (w3_bias.astype(\"bfloat16\")).astype(\"float32\")\n", + "\n", + "w5_weights = np.loadtxt('../conv1d_template/w5_weights_trained.txt')\n", + "w5_weights = (w5_weights.astype(\"bfloat16\")).astype(\"float32\")\n", + "w5_weights = np.reshape(w5_weights,(7,64,64))\n", + "w5_bias = np.loadtxt('../conv1d_template/w5_bias_trained.txt')\n", + "w5_bias = (w5_bias.astype(\"bfloat16\")).astype(\"float32\")\n", + "\n", + "w7_weights = np.loadtxt('../conv1d_template/w7_weights_trained.txt')\n", + "w7_weights = (w7_weights.astype(\"bfloat16\")).astype(\"float32\")\n", + "w7_weights = np.reshape(w7_weights,(7,64,64))\n", + "w7_bias = np.loadtxt('../conv1d_template/w7_bias_trained.txt')\n", + "w7_bias = (w7_bias.astype(\"bfloat16\")).astype(\"float32\")\n", + "\n", + "w9_weights = np.loadtxt('../conv1d_template/w9_weights_trained.txt')\n", + "w9_weights = (w9_weights.astype(\"bfloat16\")).astype(\"float32\")\n", + "w9_weights = np.reshape(w9_weights,(7,64,64))\n", + "w9_bias = np.loadtxt('../conv1d_template/w9_bias_trained.txt')\n", + "w9_bias = (w9_bias.astype(\"bfloat16\")).astype(\"float32\")\n", + "\n", + "model_stim.get_layer(\"conv1D_w1\").set_weights((w1_weights,w1_bias))\n", + "model_stim.get_layer(\"conv1D_w3\").set_weights((w3_weights,w3_bias))\n", + "model_stim.get_layer(\"conv1D_w5\").set_weights((w5_weights,w5_bias))\n", + "model_stim.get_layer(\"conv1D_w7\").set_weights((w7_weights,w7_bias))\n", + "model_stim.get_layer(\"conv1D_w9\").set_weights((w9_weights,w9_bias))\n" + ] + }, + { + "cell_type": "code", + "execution_count": 3, + "id": "cd15a0ca-2889-4d90-bd0f-2e76c63c6c19", + "metadata": {}, + "outputs": [ + { + "data": { + "text/html": [ + "
Model: \"functional\"\n",
+       "
\n" + ], + "text/plain": [ + "\u001b[1mModel: \"functional\"\u001b[0m\n" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/html": [ + "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━┓\n",
+       "┃ Layer (type)                     Output Shape                  Param # ┃\n",
+       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━┩\n",
+       "│ input (InputLayer)              │ (None, 1024, 2)        │             0 │\n",
+       "├─────────────────────────────────┼────────────────────────┼───────────────┤\n",
+       "│ conv1D_w1 (Conv1D)              │ (None, 1024, 64)       │           960 │\n",
+       "├─────────────────────────────────┼────────────────────────┼───────────────┤\n",
+       "│ max_pool1d_w2 (MaxPooling1D)    │ (None, 512, 64)        │             0 │\n",
+       "├─────────────────────────────────┼────────────────────────┼───────────────┤\n",
+       "│ conv1D_w3 (Conv1D)              │ (None, 512, 64)        │        28,736 │\n",
+       "├─────────────────────────────────┼────────────────────────┼───────────────┤\n",
+       "│ max_pool1d_w4 (MaxPooling1D)    │ (None, 256, 64)        │             0 │\n",
+       "├─────────────────────────────────┼────────────────────────┼───────────────┤\n",
+       "│ conv1D_w5 (Conv1D)              │ (None, 256, 64)        │        28,736 │\n",
+       "├─────────────────────────────────┼────────────────────────┼───────────────┤\n",
+       "│ max_pool1d_w6 (MaxPooling1D)    │ (None, 128, 64)        │             0 │\n",
+       "├─────────────────────────────────┼────────────────────────┼───────────────┤\n",
+       "│ conv1D_w7 (Conv1D)              │ (None, 128, 64)        │        28,736 │\n",
+       "├─────────────────────────────────┼────────────────────────┼───────────────┤\n",
+       "│ max_pool1d_w8 (MaxPooling1D)    │ (None, 64, 64)         │             0 │\n",
+       "├─────────────────────────────────┼────────────────────────┼───────────────┤\n",
+       "│ conv1D_w9 (Conv1D)              │ (None, 64, 64)         │        28,736 │\n",
+       "├─────────────────────────────────┼────────────────────────┼───────────────┤\n",
+       "│ max_pool1d_w10 (MaxPooling1D)   │ (None, 32, 64)         │             0 │\n",
+       "└─────────────────────────────────┴────────────────────────┴───────────────┘\n",
+       "
\n" + ], + "text/plain": [ + "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━┓\n", + "┃\u001b[1m \u001b[0m\u001b[1mLayer (type) \u001b[0m\u001b[1m \u001b[0m┃\u001b[1m \u001b[0m\u001b[1mOutput Shape \u001b[0m\u001b[1m \u001b[0m┃\u001b[1m \u001b[0m\u001b[1m Param #\u001b[0m\u001b[1m \u001b[0m┃\n", + "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━┩\n", + "│ input (\u001b[38;5;33mInputLayer\u001b[0m) │ (\u001b[38;5;45mNone\u001b[0m, \u001b[38;5;34m1024\u001b[0m, \u001b[38;5;34m2\u001b[0m) │ \u001b[38;5;34m0\u001b[0m │\n", + "├─────────────────────────────────┼────────────────────────┼───────────────┤\n", + "│ conv1D_w1 (\u001b[38;5;33mConv1D\u001b[0m) │ (\u001b[38;5;45mNone\u001b[0m, \u001b[38;5;34m1024\u001b[0m, \u001b[38;5;34m64\u001b[0m) │ \u001b[38;5;34m960\u001b[0m │\n", + "├─────────────────────────────────┼────────────────────────┼───────────────┤\n", + "│ max_pool1d_w2 (\u001b[38;5;33mMaxPooling1D\u001b[0m) │ (\u001b[38;5;45mNone\u001b[0m, \u001b[38;5;34m512\u001b[0m, \u001b[38;5;34m64\u001b[0m) │ \u001b[38;5;34m0\u001b[0m │\n", + "├─────────────────────────────────┼────────────────────────┼───────────────┤\n", + "│ conv1D_w3 (\u001b[38;5;33mConv1D\u001b[0m) │ (\u001b[38;5;45mNone\u001b[0m, \u001b[38;5;34m512\u001b[0m, \u001b[38;5;34m64\u001b[0m) │ \u001b[38;5;34m28,736\u001b[0m │\n", + "├─────────────────────────────────┼────────────────────────┼───────────────┤\n", + "│ max_pool1d_w4 (\u001b[38;5;33mMaxPooling1D\u001b[0m) │ (\u001b[38;5;45mNone\u001b[0m, \u001b[38;5;34m256\u001b[0m, \u001b[38;5;34m64\u001b[0m) │ \u001b[38;5;34m0\u001b[0m │\n", + "├─────────────────────────────────┼────────────────────────┼───────────────┤\n", + "│ conv1D_w5 (\u001b[38;5;33mConv1D\u001b[0m) │ (\u001b[38;5;45mNone\u001b[0m, \u001b[38;5;34m256\u001b[0m, \u001b[38;5;34m64\u001b[0m) │ \u001b[38;5;34m28,736\u001b[0m │\n", + "├─────────────────────────────────┼────────────────────────┼───────────────┤\n", + "│ max_pool1d_w6 (\u001b[38;5;33mMaxPooling1D\u001b[0m) │ (\u001b[38;5;45mNone\u001b[0m, \u001b[38;5;34m128\u001b[0m, \u001b[38;5;34m64\u001b[0m) │ \u001b[38;5;34m0\u001b[0m │\n", + "├─────────────────────────────────┼────────────────────────┼───────────────┤\n", + "│ conv1D_w7 (\u001b[38;5;33mConv1D\u001b[0m) │ (\u001b[38;5;45mNone\u001b[0m, \u001b[38;5;34m128\u001b[0m, \u001b[38;5;34m64\u001b[0m) │ \u001b[38;5;34m28,736\u001b[0m │\n", + "├─────────────────────────────────┼────────────────────────┼───────────────┤\n", + "│ max_pool1d_w8 (\u001b[38;5;33mMaxPooling1D\u001b[0m) │ (\u001b[38;5;45mNone\u001b[0m, \u001b[38;5;34m64\u001b[0m, \u001b[38;5;34m64\u001b[0m) │ \u001b[38;5;34m0\u001b[0m │\n", + "├─────────────────────────────────┼────────────────────────┼───────────────┤\n", + "│ conv1D_w9 (\u001b[38;5;33mConv1D\u001b[0m) │ (\u001b[38;5;45mNone\u001b[0m, \u001b[38;5;34m64\u001b[0m, \u001b[38;5;34m64\u001b[0m) │ \u001b[38;5;34m28,736\u001b[0m │\n", + "├─────────────────────────────────┼────────────────────────┼───────────────┤\n", + "│ max_pool1d_w10 (\u001b[38;5;33mMaxPooling1D\u001b[0m) │ (\u001b[38;5;45mNone\u001b[0m, \u001b[38;5;34m32\u001b[0m, \u001b[38;5;34m64\u001b[0m) │ \u001b[38;5;34m0\u001b[0m │\n", + "└─────────────────────────────────┴────────────────────────┴───────────────┘\n" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/html": [ + "
 Total params: 115,904 (452.75 KB)\n",
+       "
\n" + ], + "text/plain": [ + "\u001b[1m Total params: \u001b[0m\u001b[38;5;34m115,904\u001b[0m (452.75 KB)\n" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/html": [ + "
 Trainable params: 115,904 (452.75 KB)\n",
+       "
\n" + ], + "text/plain": [ + "\u001b[1m Trainable params: \u001b[0m\u001b[38;5;34m115,904\u001b[0m (452.75 KB)\n" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/html": [ + "
 Non-trainable params: 0 (0.00 B)\n",
+       "
\n" + ], + "text/plain": [ + "\u001b[1m Non-trainable params: \u001b[0m\u001b[38;5;34m0\u001b[0m (0.00 B)\n" + ] + }, + "metadata": {}, + "output_type": "display_data" + } + ], + "source": [ + "model_stim.summary()" + ] + }, + { + "cell_type": "code", + "execution_count": 4, + "id": "9fb32665", + "metadata": {}, + "outputs": [], + "source": [ + "inputs = keras.Input(shape=(32,64),name=\"input_layer\")\n", + "outputs = Conv1D(filters=64,kernel_size=7,strides=1,padding=\"same\",name=\"conv1D_w11\",activation='relu')(inputs)\n", + "model = keras.Model(inputs=inputs,outputs=outputs)\n", + "w11_weights = np.loadtxt('w11_weights_trained.txt')\n", + "w11_weights = (w11_weights.astype(\"bfloat16\")).astype(\"float32\")\n", + "w11_weights = np.reshape(w11_weights,(7,64,64))\n", + "w11_bias = np.loadtxt('w11_bias_trained.txt')\n", + "w11_bias = (w11_bias.astype(\"bfloat16\")).astype(\"float32\")\n", + "model.set_weights((w11_weights,w11_bias))" + ] + }, + { + "cell_type": "code", + "execution_count": 5, + "id": "dad16d8a", + "metadata": {}, + "outputs": [ + { + "data": { + "text/html": [ + "
Model: \"functional_1\"\n",
+       "
\n" + ], + "text/plain": [ + "\u001b[1mModel: \"functional_1\"\u001b[0m\n" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/html": [ + "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━┓\n",
+       "┃ Layer (type)                     Output Shape                  Param # ┃\n",
+       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━┩\n",
+       "│ input_layer (InputLayer)        │ (None, 32, 64)         │             0 │\n",
+       "├─────────────────────────────────┼────────────────────────┼───────────────┤\n",
+       "│ conv1D_w11 (Conv1D)             │ (None, 32, 64)         │        28,736 │\n",
+       "└─────────────────────────────────┴────────────────────────┴───────────────┘\n",
+       "
\n" + ], + "text/plain": [ + "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━┓\n", + "┃\u001b[1m \u001b[0m\u001b[1mLayer (type) \u001b[0m\u001b[1m \u001b[0m┃\u001b[1m \u001b[0m\u001b[1mOutput Shape \u001b[0m\u001b[1m \u001b[0m┃\u001b[1m \u001b[0m\u001b[1m Param #\u001b[0m\u001b[1m \u001b[0m┃\n", + "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━┩\n", + "│ input_layer (\u001b[38;5;33mInputLayer\u001b[0m) │ (\u001b[38;5;45mNone\u001b[0m, \u001b[38;5;34m32\u001b[0m, \u001b[38;5;34m64\u001b[0m) │ \u001b[38;5;34m0\u001b[0m │\n", + "├─────────────────────────────────┼────────────────────────┼───────────────┤\n", + "│ conv1D_w11 (\u001b[38;5;33mConv1D\u001b[0m) │ (\u001b[38;5;45mNone\u001b[0m, \u001b[38;5;34m32\u001b[0m, \u001b[38;5;34m64\u001b[0m) │ \u001b[38;5;34m28,736\u001b[0m │\n", + "└─────────────────────────────────┴────────────────────────┴───────────────┘\n" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/html": [ + "
 Total params: 28,736 (112.25 KB)\n",
+       "
\n" + ], + "text/plain": [ + "\u001b[1m Total params: \u001b[0m\u001b[38;5;34m28,736\u001b[0m (112.25 KB)\n" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/html": [ + "
 Trainable params: 28,736 (112.25 KB)\n",
+       "
\n" + ], + "text/plain": [ + "\u001b[1m Trainable params: \u001b[0m\u001b[38;5;34m28,736\u001b[0m (112.25 KB)\n" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/html": [ + "
 Non-trainable params: 0 (0.00 B)\n",
+       "
\n" + ], + "text/plain": [ + "\u001b[1m Non-trainable params: \u001b[0m\u001b[38;5;34m0\u001b[0m (0.00 B)\n" + ] + }, + "metadata": {}, + "output_type": "display_data" + } + ], + "source": [ + "model.summary()" + ] + }, + { + "cell_type": "markdown", + "id": "0905bc81-af38-4280-ae38-072b9530e565", + "metadata": {}, + "source": [ + "### Read training and test data" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "id": "841caa23-3f4f-455a-b21b-06a3b7cece28", + "metadata": {}, + "outputs": [ + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\u001b[1m1/1\u001b[0m \u001b[32m━━━━━━━━━━━━━━━━━━━━\u001b[0m\u001b[37m\u001b[0m \u001b[1m0s\u001b[0m 129ms/step\n" + ] + } + ], + "source": [ + "if not(\"RADIOML_DATA\" in os.environ):\n", + " print(\"Please set environment variable RADIOML_DATA to point to dataset found in https://www.kaggle.com/datasets/pinxau1000/radioml2018\")\n", + "data_file = os.environ[\"RADIOML_DATA\"] + 'GOLD_XYZ_OSC.0001_1024.hdf5'\n", + "file_handle = h5.File(data_file,'r')\n", + "myData = file_handle['X'][:] #1024x2 samples \n", + "myMods = file_handle['Y'][:] #mods \n", + "mySNRs = file_handle['Z'][:] #snrs \n", + "file_handle.close()\n", + "X_train ,X_predict ,Y_train ,Y_test, Z_train, Z_test =train_test_split(myData, myMods, mySNRs, test_size=0.2, random_state=0)\n", + "X_predict = X_predict[:NITERATIONS]\n", + "X_predict = (X_predict.astype(\"bfloat16\")).astype(\"float32\")\n", + "X_inputs = model_stim.predict(X_predict,batch_size=1024)\n", + "X_inputs = (X_inputs.astype(\"bfloat16\")).astype(\"float32\")" + ] + }, + { + "cell_type": "markdown", + "id": "53bf2899-8424-4f34-b305-dea322001c7c", + "metadata": {}, + "source": [ + "## Compute Golden Outputs" + ] + }, + { + "cell_type": "code", + "execution_count": 7, + "id": "532b9d20-6698-420d-842a-b5c2ee89c114", + "metadata": {}, + "outputs": [ + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\u001b[1m1/1\u001b[0m \u001b[32m━━━━━━━━━━━━━━━━━━━━\u001b[0m\u001b[37m\u001b[0m \u001b[1m0s\u001b[0m 46ms/step\n" + ] + } + ], + "source": [ + "predict = model.predict(X_inputs, batch_size=1024)\n", + "predict = (predict.astype(\"bfloat16\")).astype(\"float32\")\n" + ] + }, + { + "cell_type": "markdown", + "id": "b588f848-eb35-409a-94c0-9b9bf986383f", + "metadata": {}, + "source": [ + "## Store Layer Inputs" + ] + }, + { + "cell_type": "code", + "execution_count": 8, + "id": "84a1f04f-7eca-4694-906f-245a9001fd25", + "metadata": {}, + "outputs": [ + { + "name": "stdout", + "output_type": "stream", + "text": [ + "(4, 32, 64)\n", + "(4, 32, 64)\n" + ] + } + ], + "source": [ + "# Create directory if it doesn't exist\n", + "data_i = X_inputs\n", + "if not os.path.exists('data'):\n", + " os.makedirs('data')\n", + "np.savetxt('data/data_i.txt',np.reshape(data_i,(-1,4)),fmt='%.12f %.12f %.12f %.12f')\n", + "print(X_inputs.shape)\n", + "print(data_i.shape)\n" + ] + }, + { + "cell_type": "markdown", + "id": "33ae9119-15e3-49ce-9ef8-ffab0c9ec411", + "metadata": {}, + "source": [ + "## Store Layer Outputs" + ] + }, + { + "cell_type": "code", + "execution_count": 9, + "id": "de799f89-ecbe-4480-9dcf-3bb4e5402546", + "metadata": {}, + "outputs": [ + { + "name": "stdout", + "output_type": "stream", + "text": [ + "(4, 32, 64)\n" + ] + } + ], + "source": [ + "data_o = predict\n", + "\n", + "np.savetxt('data/data_o.txt',np.reshape(data_o,(-1,4)),fmt='%.12f %.12f %.12f %.12f')\n", + "print(data_o.shape)" + ] + }, + { + "cell_type": "markdown", + "id": "b1ad8cde", + "metadata": {}, + "source": [ + "## Store Model weights and biases" + ] + }, + { + "cell_type": "code", + "execution_count": 10, + "id": "9b35d7ca", + "metadata": {}, + "outputs": [ + { + "name": "stdout", + "output_type": "stream", + "text": [ + "(7, 64, 64)\n", + "(64,)\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "(28672, 1)\n", + "(64, 1)\n" + ] + } + ], + "source": [ + "print(w11_weights.shape)\n", + "print(w11_bias.shape)\n", + "weights = np.empty((7*64*64));\n", + "counter=0\n", + "for x in range(0,64,8):\n", + " for y in range(0,64,8):\n", + " for z in range(0,7):\n", + " weights[counter*64:(counter+1)*64] = np.reshape(w11_weights[z,y:y+8,x:x+8],(-1))\n", + " counter+=1\n", + "weights = np.reshape(weights,(-1,1))\n", + "np.savetxt('data/weights-rtp.txt',weights,fmt='%.12f')\n", + "print(weights.shape)\n", + "\n", + "biases = np.reshape(w11_bias,(-1,1))\n", + "np.savetxt('data/biases-rtp.txt',biases,fmt='%.12f')\n", + "print(biases.shape)" + ] + }, + { + "cell_type": "markdown", + "id": "06a8af86", + "metadata": {}, + "source": [ + "## Run Vitis Functional Simulation" + ] + }, + { + "cell_type": "code", + "execution_count": 11, + "id": "9986c78f", + "metadata": {}, + "outputs": [ + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n", + "Compiling AIE Graph\n", + "Compilation directory: /group/fndprod/faisale/repo/internal/designs/radio-ml/aie/conv1d_template/vfs_work/conv1d_w11_app_d60af4d9\n", + "Compilation command: v++ -c --mode aie --config vfs_work/conv1d_w11_app_d60af4d9/conv1d_w11_app.cfg --work_dir vfs_work/conv1d_w11_app_d60af4d9/Work --output vfs_work/conv1d_w11_app_d60af4d9/libadf.a --target x86sim\n", + "Writing log to: /group/fndprod/faisale/repo/internal/designs/radio-ml/aie/conv1d_template/vfs_work/conv1d_w11_app_d60af4d9/Work/logs/aie_x86sim.log\n", + "Please wait ...\n", + "\n", + "Compilation finished successfully.\n", + "Loaded AIEGraph\n" + ] + } + ], + "source": [ + "conv1d_w11_graph = vfs.aieGraph(\n", + " input_file='conv1d_w11_app.cpp',\n", + " part=\"xc2ve3858-ssva2112-2MP-e-S\",\n", + " include_paths=['./','../utility'])\n", + "act_o = conv1d_w11_graph.run(va.array(np.reshape(data_i,(-1,1)),dtype=va.bfloat16),va.array(weights,dtype=va.bfloat16),va.array(biases,dtype=va.bfloat16))\n", + "act_o = np.array(act_o)\n" + ] + }, + { + "cell_type": "code", + "execution_count": 12, + "id": "0db86f84", + "metadata": {}, + "outputs": [ + { + "name": "stdout", + "output_type": "stream", + "text": [ + "The history saving thread hit an unexpected error (OperationalError('database is locked')).History will not be written to the database.\n" + ] + }, + { + "data": { + "image/png": "iVBORw0KGgoAAAANSUhEUgAAAjcAAAGzCAYAAADT4Tb9AAAAOnRFWHRTb2Z0d2FyZQBNYXRwbG90bGliIHZlcnNpb24zLjEwLjMsIGh0dHBzOi8vbWF0cGxvdGxpYi5vcmcvZiW1igAAAAlwSFlzAAAPYQAAD2EBqD+naQAAJMNJREFUeJzt3X9wVOWh//HPbkI2QdgEkrBrMOGHUoNCQRMTQrmlbXaMSqdNxV5MU0VK5doCRcNFCSrc1trY+qNoRSntFHSEQmkrt1IaJzdYf3yNAYKg4UeKowJCN5FidhEkBPb5/tHhtFsCBJsl2Yf3a2ZHc85zzj4nz0jebvYsLmOMEQAAgCXc3T0BAACArkTcAAAAqxA3AADAKsQNAACwCnEDAACsQtwAAACrEDcAAMAqxA0AALAKcQMAAKxC3AAAAKsQNwB6hGXLlsnlcp328cYbb3T3FAHEicTungAA/LMf/OAHGjJkyCnbL7vssm6YDYB4RNwA6FGuv/565efnd3r88ePHFYlElJSUdMq+w4cP66KLLvrUczHG6OjRo0pJSfnU5wBw/vFrKQBx4/3335fL5dIjjzyihQsX6tJLL5XH49H27dv1P//zP3K5XNq+fbu+8Y1vqF+/fho3bpykvwfQAw884IwfPHiw5s2bp7a2tqjzDx48WF/+8pf14osvKj8/XykpKfr5z3/eHZcK4N/AKzcAepRQKKQDBw5EbXO5XEpPT3e+Xrp0qY4ePapp06bJ4/Gof//+zr6vf/3rGjZsmH70ox/JGCNJ+va3v61nnnlGN910k2bPnq36+npVVVVpx44dev7556Oeq6mpSWVlZfqv//ov3X777br88stjeLUAYoG4AdCjBAKBU7Z5PB4dPXrU+fqDDz7QO++8o8zMzFPGjho1SitWrHC+3rp1q5555hl9+9vf1i9+8QtJ0ne/+10NGDBAjzzyiF566SV98YtfdMa/8847qq6uVklJSVdeFoDziLgB0KMsWrRIn/nMZ6K2JSQkRH09ceLEDsNGku64446or9etWydJqqioiNo+e/ZsPfLII/rjH/8YFTdDhgwhbIA4R9wA6FEKCgrO+obiju6mOt2+3bt3y+12n3K3ld/vV1pamnbv3t3pcwOID7yhGEDcOdPdS6fb53K5/u1zA4gPxA0Aqw0aNEiRSES7du2K2t7c3KzW1lYNGjSom2YGIFaIGwBWu+GGGyRJCxcujNr+2GOPSZImTJhwvqcEIMZ4zw2AHuVPf/qTdu7cecr2sWPHyu0+9/8fGzVqlCZPnqwlS5aotbVV48eP14YNG/TMM8+otLQ06s3EAOxA3ADoUebPn9/h9qVLl+oLX/jCpzrnL3/5Sw0dOlTLli3T888/L7/fr8rKSi1YsODfmCmAnsplTn7KFQAAgAV4zw0AALAKcQMAAKxC3AAAAKsQNwAAwCrEDQAAsApxAwAArHJBfs5NJBLR/v371bdv307/fTMAAKB7GWN06NAhZWVlnfFDPS/IuNm/f7+ys7O7exoAAOBT2Lt3ry655JLT7r8g46Zv376S/v7N8Xq93TwbAADQGeFwWNnZ2c7P8dO5IOPm5K+ivF4vcQMAQJw521tKeEMxAACwCnEDAACsQtwAAACrEDcAAMAqxA0AALAKcQMAAKxC3AAAAKsQNwAAwCrEDQAAsApxAwAArELcAAAAqxA3AADAKsQNAACwCnEDAACsQtwAAACrEDcAAMAqxA0AALAKcQMAAKxC3AAAAKsQNwAAwCrEDQAAsApxAwAArELcAAAAqxA3AADAKsQNAACwCnEDAACsQtwAAACrEDcAAMAqxA0AALAKcQMAAKxC3AAAAKsQNwAAwCrEDQAAsApxAwAArELcAAAAqxA3AADAKsQNAACwCnEDAACsQtwAAACrEDcAAMAqxA0AALAKcQMAAKxC3AAAAKucl7hZtGiRBg8erOTkZBUWFmrDhg1nHL969Wrl5uYqOTlZI0eO1Lp160479o477pDL5dLChQu7eNYAACAexTxuVq1apYqKCi1YsECbN2/WqFGjVFJSopaWlg7Hv/766yorK9PUqVP15ptvqrS0VKWlpWpsbDxl7PPPP6833nhDWVlZsb4MAAAQJ2IeN4899phuv/12TZkyRVdccYUWL16s3r1761e/+lWH4x9//HFdd911mjNnjoYPH64HHnhAV199tZ588smocfv27dPMmTO1fPly9erVK9aXAQAA4kRM4+bYsWNqaGhQIBD4xxO63QoEAqqrq+vwmLq6uqjxklRSUhI1PhKJ6JZbbtGcOXN05ZVXnnUebW1tCofDUQ8AAGCnmMbNgQMHdOLECfl8vqjtPp9PwWCww2OCweBZx//4xz9WYmKivve973VqHlVVVUpNTXUe2dnZ53glAAAgXsTd3VINDQ16/PHHtWzZMrlcrk4dU1lZqVAo5Dz27t0b41kCAIDuEtO4ycjIUEJCgpqbm6O2Nzc3y+/3d3iM3+8/4/hXX31VLS0tysnJUWJiohITE7V7927Nnj1bgwcP7vCcHo9HXq836gEAAOwU07hJSkpSXl6eamtrnW2RSES1tbUqKirq8JiioqKo8ZJUU1PjjL/lllv01ltvacuWLc4jKytLc+bM0Ysvvhi7iwEAAHEhMdZPUFFRocmTJys/P18FBQVauHChDh8+rClTpkiSbr31Vg0cOFBVVVWSpFmzZmn8+PF69NFHNWHCBK1cuVKbNm3SkiVLJEnp6elKT0+Peo5evXrJ7/fr8ssvj/XlAACAHi7mcTNp0iR9+OGHmj9/voLBoEaPHq3q6mrnTcN79uyR2/2PF5DGjh2rFStW6L777tO8efM0bNgwrVmzRiNGjIj1VAEAgAVcxhjT3ZM438LhsFJTUxUKhXj/DQAAcaKzP7/j7m4pAACAMyFuAACAVYgbAABgFeIGAABYhbgBAABWIW4AAIBViBsAAGAV4gYAAFiFuAEAAFYhbgAAgFWIGwAAYBXiBgAAWIW4AQAAViFuAACAVYgbAABgFeIGAABYhbgBAABWIW4AAIBViBsAAGAV4gYAAFiFuAEAAFYhbgAAgFWIGwAAYBXiBgAAWIW4AQAAViFuAACAVYgbAABgFeIGAABYhbgBAABWIW4AAIBViBsAAGAV4gYAAFiFuAEAAFYhbgAAgFWIGwAAYBXiBgAAWIW4AQAAViFuAACAVYgbAABgFeIGAABYhbgBAABWIW4AAIBViBsAAGAV4gYAAFiFuAEAAFYhbgAAgFWIGwAAYBXiBgAAWIW4AQAAViFuAACAVYgbAABgFeIGAABYhbgBAABWIW4AAIBViBsAAGAV4gYAAFjlvMTNokWLNHjwYCUnJ6uwsFAbNmw44/jVq1crNzdXycnJGjlypNatW+fsa29v1z333KORI0fqoosuUlZWlm699Vbt378/1pcBAADiQMzjZtWqVaqoqNCCBQu0efNmjRo1SiUlJWppaelw/Ouvv66ysjJNnTpVb775pkpLS1VaWqrGxkZJ0pEjR7R582bdf//92rx5s37/+9+rqalJX/nKV2J9KQAAIA64jDEmlk9QWFioa665Rk8++aQkKRKJKDs7WzNnztTcuXNPGT9p0iQdPnxYa9eudbaNGTNGo0eP1uLFizt8jo0bN6qgoEC7d+9WTk7OWecUDoeVmpqqUCgkr9f7Ka8MAACcT539+R3TV26OHTumhoYGBQKBfzyh261AIKC6uroOj6mrq4saL0klJSWnHS9JoVBILpdLaWlpHe5va2tTOByOegAAADvFNG4OHDigEydOyOfzRW33+XwKBoMdHhMMBs9p/NGjR3XPPfeorKzstBVXVVWl1NRU55Gdnf0prgYAAMSDuL5bqr29Xf/5n/8pY4yefvrp046rrKxUKBRyHnv37j2PswQAAOdTYixPnpGRoYSEBDU3N0dtb25ult/v7/AYv9/fqfEnw2b37t1av379GX/35vF45PF4PuVVAACAeBLTV26SkpKUl5en2tpaZ1skElFtba2Kioo6PKaoqChqvCTV1NREjT8ZNrt27dL//d//KT09PTYXAAAA4k5MX7mRpIqKCk2ePFn5+fkqKCjQwoULdfjwYU2ZMkWSdOutt2rgwIGqqqqSJM2aNUvjx4/Xo48+qgkTJmjlypXatGmTlixZIunvYXPTTTdp8+bNWrt2rU6cOOG8H6d///5KSkqK9SUBAIAeLOZxM2nSJH344YeaP3++gsGgRo8ererqaudNw3v27JHb/Y8XkMaOHasVK1bovvvu07x58zRs2DCtWbNGI0aMkCTt27dPf/jDHyRJo0ePjnqul156SV/4whdifUkAAKAHi/nn3PREfM4NAADxp0d8zg0AAMD5RtwAAACrEDcAAMAqxA0AALAKcQMAAKxC3AAAAKsQNwAAwCrEDQAAsApxAwAArELcAAAAqxA3AADAKsQNAACwCnEDAACsQtwAAACrEDcAAMAqxA0AALAKcQMAAKxC3AAAAKsQNwAAwCrEDQAAsApxAwAArELcAAAAqxA3AADAKsQNAACwCnEDAACsQtwAAACrEDcAAMAqxA0AALAKcQMAAKxC3AAAAKsQNwAAwCrEDQAAsApxAwAArELcAAAAqxA3AADAKsQNAACwCnEDAACsQtwAAACrEDcAAMAqxA0AALAKcQMAAKxC3AAAAKsQNwAAwCrEDQAAsApxAwAArELcAAAAqxA3AADAKsQNAACwCnEDAACsQtwAAACrEDcAAMAqxA0AALAKcQMAAKxC3AAAAKsQNwAAwCrEDQAAsApxAwAArHJe4mbRokUaPHiwkpOTVVhYqA0bNpxx/OrVq5Wbm6vk5GSNHDlS69ati9pvjNH8+fN18cUXKyUlRYFAQLt27YrlJQAAgDgR87hZtWqVKioqtGDBAm3evFmjRo1SSUmJWlpaOhz/+uuvq6ysTFOnTtWbb76p0tJSlZaWqrGx0Rnzk5/8RE888YQWL16s+vp6XXTRRSopKdHRo0djfTkAAKCHcxljTCyfoLCwUNdcc42efPJJSVIkElF2drZmzpypuXPnnjJ+0qRJOnz4sNauXetsGzNmjEaPHq3FixfLGKOsrCzNnj1b//3f/y1JCoVC8vl8WrZsmW6++eZTztnW1qa2tjbn63A4rOzsbIVCIXm93i671todzXrtnQNddj4AAOJVca5P44ZldOk5w+GwUlNTz/rzO7FLn/VfHDt2TA0NDaqsrHS2ud1uBQIB1dXVdXhMXV2dKioqoraVlJRozZo1kqT33ntPwWBQgUDA2Z+amqrCwkLV1dV1GDdVVVX6/ve/3wVXdGYNuz/S0v/3fsyfBwCAni6zr6fL46azYho3Bw4c0IkTJ+Tz+aK2+3w+7dy5s8NjgsFgh+ODwaCz/+S20435V5WVlVHBdPKVm642Zmi6XK4uPy0AAHHn6px+3fbcMY2bnsLj8cjj8cT8eT7/mUx9/jOZMX8eAABwejF9Q3FGRoYSEhLU3Nwctb25uVl+v7/DY/x+/xnHn/znuZwTAABcOGIaN0lJScrLy1Ntba2zLRKJqLa2VkVFRR0eU1RUFDVekmpqapzxQ4YMkd/vjxoTDodVX19/2nMCAIALR8x/LVVRUaHJkycrPz9fBQUFWrhwoQ4fPqwpU6ZIkm699VYNHDhQVVVVkqRZs2Zp/PjxevTRRzVhwgStXLlSmzZt0pIlSyRJLpdLd955p374wx9q2LBhGjJkiO6//35lZWWptLQ01pcDAAB6uJjHzaRJk/Thhx9q/vz5CgaDGj16tKqrq503BO/Zs0du9z9eQBo7dqxWrFih++67T/PmzdOwYcO0Zs0ajRgxwhlz99136/Dhw5o2bZpaW1s1btw4VVdXKzk5OdaXAwAAeriYf85NT9TZ++QBAEDP0dmf3/zdUgAAwCrEDQAAsApxAwAArELcAAAAqxA3AADAKsQNAACwCnEDAACsQtwAAACrEDcAAMAqxA0AALAKcQMAAKxC3AAAAKsQNwAAwCrEDQAAsApxAwAArELcAAAAqxA3AADAKsQNAACwCnEDAACsQtwAAACrEDcAAMAqxA0AALAKcQMAAKxC3AAAAKsQNwAAwCrEDQAAsApxAwAArELcAAAAqxA3AADAKsQNAACwCnEDAACsQtwAAACrEDcAAMAqxA0AALAKcQMAAKxC3AAAAKsQNwAAwCrEDQAAsApxAwAArELcAAAAqxA3AADAKsQNAACwCnEDAACsQtwAAACrEDcAAMAqxA0AALAKcQMAAKxC3AAAAKsQNwAAwCrEDQAAsApxAwAArELcAAAAqxA3AADAKsQNAACwCnEDAACsQtwAAACrxCxuDh48qPLycnm9XqWlpWnq1Kn6+OOPz3jM0aNHNX36dKWnp6tPnz6aOHGimpubnf1bt25VWVmZsrOzlZKSouHDh+vxxx+P1SUAAIA4FLO4KS8v17Zt21RTU6O1a9fqlVde0bRp0854zF133aUXXnhBq1ev1ssvv6z9+/frxhtvdPY3NDRowIABeu6557Rt2zbde++9qqys1JNPPhmrywAAAHHGZYwxXX3SHTt26IorrtDGjRuVn58vSaqurtYNN9ygDz74QFlZWaccEwqFlJmZqRUrVuimm26SJO3cuVPDhw9XXV2dxowZ0+FzTZ8+XTt27ND69es7Pb9wOKzU1FSFQiF5vd5PcYUAAOB86+zP75i8clNXV6e0tDQnbCQpEAjI7Xarvr6+w2MaGhrU3t6uQCDgbMvNzVVOTo7q6upO+1yhUEj9+/c/43za2toUDoejHgAAwE4xiZtgMKgBAwZEbUtMTFT//v0VDAZPe0xSUpLS0tKitvt8vtMe8/rrr2vVqlVn/XVXVVWVUlNTnUd2dnbnLwYAAMSVc4qbuXPnyuVynfGxc+fOWM01SmNjo7761a9qwYIFuvbaa884trKyUqFQyHns3bv3vMwRAACcf4nnMnj27Nm67bbbzjhm6NCh8vv9amlpidp+/PhxHTx4UH6/v8Pj/H6/jh07ptbW1qhXb5qbm085Zvv27SouLta0adN03333nXXeHo9HHo/nrOMAAED8O6e4yczMVGZm5lnHFRUVqbW1VQ0NDcrLy5MkrV+/XpFIRIWFhR0ek5eXp169eqm2tlYTJ06UJDU1NWnPnj0qKipyxm3btk1f+tKXNHnyZD344IPnMn0AAHABiMndUpJ0/fXXq7m5WYsXL1Z7e7umTJmi/Px8rVixQpK0b98+FRcX69lnn1VBQYEk6Tvf+Y7WrVunZcuWyev1aubMmZL+/t4a6e+/ivrSl76kkpISPfzww85zJSQkdCq6TuJuKQAA4k9nf36f0ys352L58uWaMWOGiouL5Xa7NXHiRD3xxBPO/vb2djU1NenIkSPOtp/+9KfO2La2NpWUlOipp55y9v/2t7/Vhx9+qOeee07PPfecs33QoEF6//33Y3UpAAAgjsTslZuejFduAACIP936OTcAAADdhbgBAABWIW4AAIBViBsAAGAV4gYAAFiFuAEAAFYhbgAAgFWIGwAAYBXiBgAAWIW4AQAAViFuAACAVYgbAABgFeIGAABYhbgBAABWIW4AAIBViBsAAGAV4gYAAFiFuAEAAFYhbgAAgFWIGwAAYBXiBgAAWIW4AQAAViFuAACAVYgbAABgFeIGAABYhbgBAABWIW4AAIBViBsAAGAV4gYAAFiFuAEAAFYhbgAAgFWIGwAAYBXiBgAAWIW4AQAAViFuAACAVYgbAABgFeIGAABYhbgBAABWIW4AAIBViBsAAGAV4gYAAFiFuAEAAFYhbgAAgFWIGwAAYBXiBgAAWIW4AQAAViFuAACAVYgbAABgFeIGAABYhbgBAABWIW4AAIBViBsAAGAV4gYAAFiFuAEAAFYhbgAAgFWIGwAAYJWYxc3BgwdVXl4ur9ertLQ0TZ06VR9//PEZjzl69KimT5+u9PR09enTRxMnTlRzc3OHY//2t7/pkksukcvlUmtrawyuAAAAxKOYxU15ebm2bdummpoarV27Vq+88oqmTZt2xmPuuusuvfDCC1q9erVefvll7d+/XzfeeGOHY6dOnarPfvazsZg6AACIYy5jjOnqk+7YsUNXXHGFNm7cqPz8fElSdXW1brjhBn3wwQfKyso65ZhQKKTMzEytWLFCN910kyRp586dGj58uOrq6jRmzBhn7NNPP61Vq1Zp/vz5Ki4u1kcffaS0tLROzy8cDis1NVWhUEher/ffu1gAAHBedPbnd0xeuamrq1NaWpoTNpIUCATkdrtVX1/f4TENDQ1qb29XIBBwtuXm5ionJ0d1dXXOtu3bt+sHP/iBnn32WbndnZt+W1ubwuFw1AMAANgpJnETDAY1YMCAqG2JiYnq37+/gsHgaY9JSko65RUYn8/nHNPW1qaysjI9/PDDysnJ6fR8qqqqlJqa6jyys7PP7YIAAEDcOKe4mTt3rlwu1xkfO3fujNVcVVlZqeHDh+ub3/zmOR8XCoWcx969e2M0QwAA0N0Sz2Xw7Nmzddttt51xzNChQ+X3+9XS0hK1/fjx4zp48KD8fn+Hx/n9fh07dkytra1Rr940Nzc7x6xfv15vv/22fvvb30qSTr5dKCMjQ/fee6++//3vd3huj8cjj8fTmUsEAABx7pziJjMzU5mZmWcdV1RUpNbWVjU0NCgvL0/S38MkEomosLCww2Py8vLUq1cv1dbWauLEiZKkpqYm7dmzR0VFRZKk3/3ud/rkk0+cYzZu3KhvfetbevXVV3XppZeey6UAAABLnVPcdNbw4cN13XXX6fbbb9fixYvV3t6uGTNm6Oabb3bulNq3b5+Ki4v17LPPqqCgQKmpqZo6daoqKirUv39/eb1ezZw5U0VFRc6dUv8aMAcOHHCe71zulgIAAPaKSdxI0vLlyzVjxgwVFxfL7XZr4sSJeuKJJ5z97e3tampq0pEjR5xtP/3pT52xbW1tKikp0VNPPRWrKQIAAAvF5HNuejo+5wYAgPjTrZ9zAwAA0F2IGwAAYBXiBgAAWIW4AQAAViFuAACAVYgbAABgFeIGAABYhbgBAABWIW4AAIBViBsAAGAV4gYAAFiFuAEAAFYhbgAAgFWIGwAAYBXiBgAAWIW4AQAAViFuAACAVYgbAABgFeIGAABYhbgBAABWIW4AAIBViBsAAGAV4gYAAFiFuAEAAFYhbgAAgFWIGwAAYBXiBgAAWIW4AQAAViFuAACAVYgbAABgFeIGAABYhbgBAABWIW4AAIBViBsAAGAV4gYAAFiFuAEAAFYhbgAAgFWIGwAAYBXiBgAAWIW4AQAAViFuAACAVYgbAABglcTunkB3MMZIksLhcDfPBAAAdNbJn9snf46fzgUZN4cOHZIkZWdnd/NMAADAuTp06JBSU1NPu99lzpY/FopEItq/f7/69u0rl8vVpecOh8PKzs7W3r175fV6u/TciB3WLT6xbvGJdYtPPWHdjDE6dOiQsrKy5Haf/p01F+QrN263W5dccklMn8Pr9fIfbRxi3eIT6xafWLf41N3rdqZXbE7iDcUAAMAqxA0AALAKcdPFPB6PFixYII/H091TwTlg3eIT6xafWLf4FE/rdkG+oRgAANiLV24AAIBViBsAAGAV4gYAAFiFuAEAAFYhbgAAgFWImy60aNEiDR48WMnJySosLNSGDRu6e0oXjKqqKl1zzTXq27evBgwYoNLSUjU1NUWNOXr0qKZPn6709HT16dNHEydOVHNzc9SYPXv2aMKECerdu7cGDBigOXPm6Pjx41Fj/vznP+vqq6+Wx+PRZZddpmXLlsX68i4YDz30kFwul+68805nG+vWM+3bt0/f/OY3lZ6erpSUFI0cOVKbNm1y9htjNH/+fF188cVKSUlRIBDQrl27os5x8OBBlZeXy+v1Ki0tTVOnTtXHH38cNeatt97Sf/zHfyg5OVnZ2dn6yU9+cl6uz0YnTpzQ/fffryFDhiglJUWXXnqpHnjggai/hNKadTPoEitXrjRJSUnmV7/6ldm2bZu5/fbbTVpammlubu7uqV0QSkpKzNKlS01jY6PZsmWLueGGG0xOTo75+OOPnTF33HGHyc7ONrW1tWbTpk1mzJgxZuzYsc7+48ePmxEjRphAIGDefPNNs27dOpORkWEqKyudMe+++67p3bu3qaioMNu3bzc/+9nPTEJCgqmurj6v12ujDRs2mMGDB5vPfvazZtasWc521q3nOXjwoBk0aJC57bbbTH19vXn33XfNiy++aN555x1nzEMPPWRSU1PNmjVrzNatW81XvvIVM2TIEPPJJ584Y6677jozatQo88Ybb5hXX33VXHbZZaasrMzZHwqFjM/nM+Xl5aaxsdH8+te/NikpKebnP//5eb1eWzz44IMmPT3drF271rz33ntm9erVpk+fPubxxx93xtiybsRNFykoKDDTp093vj5x4oTJysoyVVVV3TirC1dLS4uRZF5++WVjjDGtra2mV69eZvXq1c6YHTt2GEmmrq7OGGPMunXrjNvtNsFg0Bnz9NNPG6/Xa9ra2owxxtx9993myiuvjHquSZMmmZKSklhfktUOHTpkhg0bZmpqasz48eOduGHdeqZ77rnHjBs37rT7I5GI8fv95uGHH3a2tba2Go/HY379618bY4zZvn27kWQ2btzojPnTn/5kXC6X2bdvnzHGmKeeesr069fPWceTz3355Zd39SVdECZMmGC+9a1vRW278cYbTXl5uTHGrnXj11Jd4NixY2poaFAgEHC2ud1uBQIB1dXVdePMLlyhUEiS1L9/f0lSQ0OD2tvbo9YoNzdXOTk5zhrV1dVp5MiR8vl8zpiSkhKFw2Ft27bNGfPP5zg5hnX+90yfPl0TJkw45XvLuvVMf/jDH5Sfn6+vf/3rGjBggK666ir94he/cPa/9957CgaDUd/z1NRUFRYWRq1bWlqa8vPznTGBQEBut1v19fXOmM9//vNKSkpyxpSUlKipqUkfffRRrC/TOmPHjlVtba3+8pe/SJK2bt2q1157Tddff70ku9btgvxbwbvagQMHdOLEiag/XCXJ5/Np586d3TSrC1ckEtGdd96pz33ucxoxYoQkKRgMKikpSWlpaVFjfT6fgsGgM6ajNTy570xjwuGwPvnkE6WkpMTikqy2cuVKbd68WRs3bjxlH+vWM7377rt6+umnVVFRoXnz5mnjxo363ve+p6SkJE2ePNn5vnf0Pf/nNRkwYEDU/sTERPXv3z9qzJAhQ045x8l9/fr1i8n12Wru3LkKh8PKzc1VQkKCTpw4oQcffFDl5eWSZNW6ETewzvTp09XY2KjXXnutu6eCs9i7d69mzZqlmpoaJScnd/d00EmRSET5+fn60Y9+JEm66qqr1NjYqMWLF2vy5MndPDuczm9+8xstX75cK1as0JVXXqktW7bozjvvVFZWlnXrxq+lukBGRoYSEhJOuYOjublZfr+/m2Z1YZoxY4bWrl2rl156SZdccomz3e/369ixY2ptbY0a/89r5Pf7O1zDk/vONMbr9fJ//59CQ0ODWlpadPXVVysxMVGJiYl6+eWX9cQTTygxMVE+n49164EuvvhiXXHFFVHbhg8frj179kj6x/f9TH8m+v1+tbS0RO0/fvy4Dh48eE5ri86bM2eO5s6dq5tvvlkjR47ULbfcorvuuktVVVWS7Fo34qYLJCUlKS8vT7W1tc62SCSi2tpaFRUVdePMLhzGGM2YMUPPP/+81q9ff8pLonl5eerVq1fUGjU1NWnPnj3OGhUVFentt9+O+g+3pqZGXq/X+YO8qKgo6hwnx7DOn05xcbHefvttbdmyxXnk5+ervLzc+XfWref53Oc+d8pHLfzlL3/RoEGDJElDhgyR3++P+p6Hw2HV19dHrVtra6saGhqcMevXr1ckElFhYaEz5pVXXlF7e7szpqamRpdffjm/kvoUjhw5Irc7+sd+QkKCIpGIJMvW7by9ddlyK1euNB6Pxyxbtsxs377dTJs2zaSlpUXdwYHY+c53vmNSU1PNn//8Z/PXv/7VeRw5csQZc8cdd5icnByzfv16s2nTJlNUVGSKioqc/SdvKb722mvNli1bTHV1tcnMzOzwluI5c+aYHTt2mEWLFnFLcRf757uljGHdeqINGzaYxMRE8+CDD5pdu3aZ5cuXm969e5vnnnvOGfPQQw+ZtLQ087//+7/mrbfeMl/96lc7vKX4qquuMvX19ea1114zw4YNi7qluLW11fh8PnPLLbeYxsZGs3LlStO7d29uBf+UJk+ebAYOHOjcCv773//eZGRkmLvvvtsZY8u6ETdd6Gc/+5nJyckxSUlJpqCgwLzxxhvdPaULhqQOH0uXLnXGfPLJJ+a73/2u6devn+ndu7f52te+Zv76179Gnef99983119/vUlJSTEZGRlm9uzZpr29PWrMSy+9ZEaPHm2SkpLM0KFDo54D/75/jRvWrWd64YUXzIgRI4zH4zG5ublmyZIlUfsjkYi5//77jc/nMx6PxxQXF5umpqaoMX/7299MWVmZ6dOnj/F6vWbKlCnm0KFDUWO2bt1qxo0bZzwejxk4cKB56KGHYn5ttgqHw2bWrFkmJyfHJCcnm6FDh5p777036pZtW9bNZcw/fTQhAABAnOM9NwAAwCrEDQAAsApxAwAArELcAAAAqxA3AADAKsQNAACwCnEDAACsQtwAAACrEDcAAMAqxA0AALAKcQMAAKzy/wHiQHvlgix/JgAAAABJRU5ErkJggg==", + "text/plain": [ + "
" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "PASS: Max relative error 0.000000% is within tolerance 2.0%\n" + ] + } + ], + "source": [ + "data_o_reshaped = np.reshape(data_o,(-1))\n", + "err = data_o_reshaped-act_o\n", + "plt.plot(err)\n", + "plt.title(\"Error\")\n", + "plt.show()\n", + "\n", + "err_nonzero = err[data_o_reshaped!=0]\n", + "data_o_nonzero = data_o_reshaped[data_o_reshaped!=0]\n", + "relative_error_perc = np.abs(err_nonzero/data_o_nonzero * 100).max()\n", + "tolerance_perc = 2.0 # 2 percent\n", + "if (relative_error_perc < tolerance_perc):\n", + " print(f\"PASS: Max relative error {relative_error_perc:.6f}% is within tolerance {tolerance_perc}%\")\n", + "else:\n", + " print(f\"FAIL: Max relative error {relative_error_perc:.6f}% exceeds tolerance {tolerance_perc}%\")" + ] + } + ], + "metadata": { + "kernelspec": { + "display_name": "my-venv", + "language": "python", + "name": "python3" + }, + "language_info": { + "codemirror_mode": { + "name": "ipython", + "version": 3 + }, + "file_extension": ".py", + "mimetype": "text/x-python", + "name": "python", + "nbconvert_exporter": "python", + "pygments_lexer": "ipython3", + "version": "3.12.3" + } + }, + "nbformat": 4, + "nbformat_minor": 5 +} diff --git a/AI_Engine_Development/AIE-MLv2/Design_Tutorials/01-Radio-ML/aie/conv1d_template/gen_vectors_w13.ipynb b/AI_Engine_Development/AIE-MLv2/Design_Tutorials/01-Radio-ML/aie/conv1d_template/gen_vectors_w13.ipynb new file mode 100644 index 0000000000..241d909134 --- /dev/null +++ b/AI_Engine_Development/AIE-MLv2/Design_Tutorials/01-Radio-ML/aie/conv1d_template/gen_vectors_w13.ipynb @@ -0,0 +1,667 @@ +{ + "cells": [ + { + "cell_type": "markdown", + "id": "bcdf2452-4c3b-4ce0-b019-cbe980967a1c", + "metadata": {}, + "source": [ + "# Testbench for `conv1d_w13()`" + ] + }, + { + "cell_type": "code", + "execution_count": 13, + "id": "946f566a-c3f6-446f-aeb6-cb0055910900", + "metadata": {}, + "outputs": [], + "source": [ + "#\n", + "# Copyright (C) 2024, Advanced Micro Devices, Inc. All rights reserved.\n", + "# SPDX-License-Identifier: MIT\n", + "#\n", + "# Author: Faisal El-Shabani" + ] + }, + { + "cell_type": "code", + "execution_count": 1, + "id": "934e0796-0306-4ce9-9a92-598027c75f38", + "metadata": {}, + "outputs": [ + { + "name": "stderr", + "output_type": "stream", + "text": [ + "2025-08-15 08:14:22.926482: I external/local_xla/xla/tsl/cuda/cudart_stub.cc:32] Could not find cuda drivers on your machine, GPU will not be used.\n", + "2025-08-15 08:14:22.931276: I external/local_xla/xla/tsl/cuda/cudart_stub.cc:32] Could not find cuda drivers on your machine, GPU will not be used.\n", + "2025-08-15 08:14:22.940493: E external/local_xla/xla/stream_executor/cuda/cuda_fft.cc:467] Unable to register cuFFT factory: Attempting to register factory for plugin cuFFT when one has already been registered\n", + "WARNING: All log messages before absl::InitializeLog() is called are written to STDERR\n", + "E0000 00:00:1755267262.954980 3240203 cuda_dnn.cc:8579] Unable to register cuDNN factory: Attempting to register factory for plugin cuDNN when one has already been registered\n", + "E0000 00:00:1755267262.959101 3240203 cuda_blas.cc:1407] Unable to register cuBLAS factory: Attempting to register factory for plugin cuBLAS when one has already been registered\n", + "W0000 00:00:1755267262.971654 3240203 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\n", + "W0000 00:00:1755267262.971678 3240203 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\n", + "W0000 00:00:1755267262.971682 3240203 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\n", + "W0000 00:00:1755267262.971684 3240203 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\n", + "2025-08-15 08:14:22.975944: I tensorflow/core/platform/cpu_feature_guard.cc:210] This TensorFlow binary is optimized to use available CPU instructions in performance-critical operations.\n", + "To enable the following instructions: AVX2 FMA, in other operations, rebuild TensorFlow with the appropriate compiler flags.\n" + ] + } + ], + "source": [ + "from tensorflow import keras\n", + "from tensorflow.keras.layers import Conv1D, MaxPooling1D\n", + "import matplotlib.pyplot as plt\n", + "from sklearn.model_selection import train_test_split\n", + "import h5py as h5\n", + "import numpy as np\n", + "import os.path\n", + "import vfs\n", + "import varray as va\n", + "\n", + "NITERATIONS = 4 # Number of AI Engine graph iterations" + ] + }, + { + "cell_type": "markdown", + "id": "5bdc7e83-3fd0-4fd0-99b5-7938816f0df2", + "metadata": {}, + "source": [ + "## Layer Definition" + ] + }, + { + "cell_type": "code", + "execution_count": 2, + "id": "0c57f98d-1999-4b61-a129-e3dd1bd92677", + "metadata": {}, + "outputs": [ + { + "name": "stderr", + "output_type": "stream", + "text": [ + "2025-08-15 08:14:27.442605: E external/local_xla/xla/stream_executor/cuda/cuda_platform.cc:51] failed call to cuInit: INTERNAL: CUDA error: Failed call to cuInit: UNKNOWN ERROR (303)\n" + ] + } + ], + "source": [ + "inputs = keras.Input(shape=(1024,2),name=\"input\")\n", + "x1 = Conv1D(filters=64,kernel_size=7,strides=1,padding=\"same\",name=\"conv1D_w1\",activation='relu')(inputs)\n", + "x2 = MaxPooling1D(pool_size=2,strides=2,padding=\"valid\",name=\"max_pool1d_w2\")(x1)\n", + "x3 = Conv1D(filters=64,kernel_size=7,strides=1,padding=\"same\",name=\"conv1D_w3\",activation='relu')(x2)\n", + "x4 = MaxPooling1D(pool_size=2,strides=2,padding=\"valid\",name=\"max_pool1d_w4\")(x3)\n", + "x5 = Conv1D(filters=64,kernel_size=7,strides=1,padding=\"same\",name=\"conv1D_w5\",activation='relu')(x4)\n", + "x6 = MaxPooling1D(pool_size=2,strides=2,padding=\"valid\",name=\"max_pool1d_w6\")(x5)\n", + "x7 = Conv1D(filters=64,kernel_size=7,strides=1,padding=\"same\",name=\"conv1D_w7\",activation='relu')(x6)\n", + "x8 = MaxPooling1D(pool_size=2,strides=2,padding=\"valid\",name=\"max_pool1d_w8\")(x7)\n", + "x9 = Conv1D(filters=64,kernel_size=7,strides=1,padding=\"same\",name=\"conv1D_w9\",activation='relu')(x8)\n", + "x10 = MaxPooling1D(pool_size=2,strides=2,padding=\"valid\",name=\"max_pool1d_w10\")(x9)\n", + "x11 = Conv1D(filters=64,kernel_size=7,strides=1,padding=\"same\",name=\"conv1D_w11\",activation='relu')(x10)\n", + "outputs = MaxPooling1D(pool_size=2,strides=2,padding=\"valid\",name=\"max_pool1d_w12\")(x11)\n", + "\n", + "model_stim = keras.Model(inputs=inputs,outputs=outputs)\n", + "model_stim.compile(optimizer=\"rmsprop\",\n", + " loss=\"sparse_categorical_crossentropy\",\n", + " metrics=[\"accuracy\"])\n", + "w1_weights = np.loadtxt('../conv1d_w1/w1_weights_trained.txt')\n", + "w1_weights = (w1_weights.astype(\"bfloat16\")).astype(\"float32\")\n", + "w1_weights = np.reshape(w1_weights,(7,2,64))\n", + "w1_bias = np.loadtxt('../conv1d_w1/w1_bias_trained.txt')\n", + "w1_bias = (w1_bias.astype(\"bfloat16\")).astype(\"float32\")\n", + "\n", + "w3_weights = np.loadtxt('../conv1d_template/w3_weights_trained.txt')\n", + "w3_weights = (w3_weights.astype(\"bfloat16\")).astype(\"float32\")\n", + "w3_weights = np.reshape(w3_weights,(7,64,64))\n", + "w3_bias = np.loadtxt('../conv1d_template/w3_bias_trained.txt')\n", + "w3_bias = (w3_bias.astype(\"bfloat16\")).astype(\"float32\")\n", + "\n", + "w5_weights = np.loadtxt('../conv1d_template/w5_weights_trained.txt')\n", + "w5_weights = (w5_weights.astype(\"bfloat16\")).astype(\"float32\")\n", + "w5_weights = np.reshape(w5_weights,(7,64,64))\n", + "w5_bias = np.loadtxt('../conv1d_template/w5_bias_trained.txt')\n", + "w5_bias = (w5_bias.astype(\"bfloat16\")).astype(\"float32\")\n", + "\n", + "w7_weights = np.loadtxt('../conv1d_template/w7_weights_trained.txt')\n", + "w7_weights = (w7_weights.astype(\"bfloat16\")).astype(\"float32\")\n", + "w7_weights = np.reshape(w7_weights,(7,64,64))\n", + "w7_bias = np.loadtxt('../conv1d_template/w7_bias_trained.txt')\n", + "w7_bias = (w7_bias.astype(\"bfloat16\")).astype(\"float32\")\n", + "\n", + "w9_weights = np.loadtxt('../conv1d_template/w9_weights_trained.txt')\n", + "w9_weights = (w9_weights.astype(\"bfloat16\")).astype(\"float32\")\n", + "w9_weights = np.reshape(w9_weights,(7,64,64))\n", + "w9_bias = np.loadtxt('../conv1d_template/w9_bias_trained.txt')\n", + "w9_bias = (w9_bias.astype(\"bfloat16\")).astype(\"float32\")\n", + "\n", + "w11_weights = np.loadtxt('../conv1d_template/w11_weights_trained.txt')\n", + "w11_weights = (w11_weights.astype(\"bfloat16\")).astype(\"float32\")\n", + "w11_weights = np.reshape(w11_weights,(7,64,64))\n", + "w11_bias = np.loadtxt('../conv1d_template/w11_bias_trained.txt')\n", + "w11_bias = (w11_bias.astype(\"bfloat16\")).astype(\"float32\")\n", + "\n", + "model_stim.get_layer(\"conv1D_w1\").set_weights((w1_weights,w1_bias))\n", + "model_stim.get_layer(\"conv1D_w3\").set_weights((w3_weights,w3_bias))\n", + "model_stim.get_layer(\"conv1D_w5\").set_weights((w5_weights,w5_bias))\n", + "model_stim.get_layer(\"conv1D_w7\").set_weights((w7_weights,w7_bias))\n", + "model_stim.get_layer(\"conv1D_w9\").set_weights((w9_weights,w9_bias))\n", + "model_stim.get_layer(\"conv1D_w11\").set_weights((w11_weights,w11_bias))\n" + ] + }, + { + "cell_type": "code", + "execution_count": 3, + "id": "cd15a0ca-2889-4d90-bd0f-2e76c63c6c19", + "metadata": {}, + "outputs": [ + { + "data": { + "text/html": [ + "
Model: \"functional\"\n",
+       "
\n" + ], + "text/plain": [ + "\u001b[1mModel: \"functional\"\u001b[0m\n" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/html": [ + "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━┓\n",
+       "┃ Layer (type)                     Output Shape                  Param # ┃\n",
+       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━┩\n",
+       "│ input (InputLayer)              │ (None, 1024, 2)        │             0 │\n",
+       "├─────────────────────────────────┼────────────────────────┼───────────────┤\n",
+       "│ conv1D_w1 (Conv1D)              │ (None, 1024, 64)       │           960 │\n",
+       "├─────────────────────────────────┼────────────────────────┼───────────────┤\n",
+       "│ max_pool1d_w2 (MaxPooling1D)    │ (None, 512, 64)        │             0 │\n",
+       "├─────────────────────────────────┼────────────────────────┼───────────────┤\n",
+       "│ conv1D_w3 (Conv1D)              │ (None, 512, 64)        │        28,736 │\n",
+       "├─────────────────────────────────┼────────────────────────┼───────────────┤\n",
+       "│ max_pool1d_w4 (MaxPooling1D)    │ (None, 256, 64)        │             0 │\n",
+       "├─────────────────────────────────┼────────────────────────┼───────────────┤\n",
+       "│ conv1D_w5 (Conv1D)              │ (None, 256, 64)        │        28,736 │\n",
+       "├─────────────────────────────────┼────────────────────────┼───────────────┤\n",
+       "│ max_pool1d_w6 (MaxPooling1D)    │ (None, 128, 64)        │             0 │\n",
+       "├─────────────────────────────────┼────────────────────────┼───────────────┤\n",
+       "│ conv1D_w7 (Conv1D)              │ (None, 128, 64)        │        28,736 │\n",
+       "├─────────────────────────────────┼────────────────────────┼───────────────┤\n",
+       "│ max_pool1d_w8 (MaxPooling1D)    │ (None, 64, 64)         │             0 │\n",
+       "├─────────────────────────────────┼────────────────────────┼───────────────┤\n",
+       "│ conv1D_w9 (Conv1D)              │ (None, 64, 64)         │        28,736 │\n",
+       "├─────────────────────────────────┼────────────────────────┼───────────────┤\n",
+       "│ max_pool1d_w10 (MaxPooling1D)   │ (None, 32, 64)         │             0 │\n",
+       "├─────────────────────────────────┼────────────────────────┼───────────────┤\n",
+       "│ conv1D_w11 (Conv1D)             │ (None, 32, 64)         │        28,736 │\n",
+       "├─────────────────────────────────┼────────────────────────┼───────────────┤\n",
+       "│ max_pool1d_w12 (MaxPooling1D)   │ (None, 16, 64)         │             0 │\n",
+       "└─────────────────────────────────┴────────────────────────┴───────────────┘\n",
+       "
\n" + ], + "text/plain": [ + "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━┓\n", + "┃\u001b[1m \u001b[0m\u001b[1mLayer (type) \u001b[0m\u001b[1m \u001b[0m┃\u001b[1m \u001b[0m\u001b[1mOutput Shape \u001b[0m\u001b[1m \u001b[0m┃\u001b[1m \u001b[0m\u001b[1m Param #\u001b[0m\u001b[1m \u001b[0m┃\n", + "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━┩\n", + "│ input (\u001b[38;5;33mInputLayer\u001b[0m) │ (\u001b[38;5;45mNone\u001b[0m, \u001b[38;5;34m1024\u001b[0m, \u001b[38;5;34m2\u001b[0m) │ \u001b[38;5;34m0\u001b[0m │\n", + "├─────────────────────────────────┼────────────────────────┼───────────────┤\n", + "│ conv1D_w1 (\u001b[38;5;33mConv1D\u001b[0m) │ (\u001b[38;5;45mNone\u001b[0m, \u001b[38;5;34m1024\u001b[0m, \u001b[38;5;34m64\u001b[0m) │ \u001b[38;5;34m960\u001b[0m │\n", + "├─────────────────────────────────┼────────────────────────┼───────────────┤\n", + "│ max_pool1d_w2 (\u001b[38;5;33mMaxPooling1D\u001b[0m) │ (\u001b[38;5;45mNone\u001b[0m, \u001b[38;5;34m512\u001b[0m, \u001b[38;5;34m64\u001b[0m) │ \u001b[38;5;34m0\u001b[0m │\n", + "├─────────────────────────────────┼────────────────────────┼───────────────┤\n", + "│ conv1D_w3 (\u001b[38;5;33mConv1D\u001b[0m) │ (\u001b[38;5;45mNone\u001b[0m, \u001b[38;5;34m512\u001b[0m, \u001b[38;5;34m64\u001b[0m) │ \u001b[38;5;34m28,736\u001b[0m │\n", + "├─────────────────────────────────┼────────────────────────┼───────────────┤\n", + "│ max_pool1d_w4 (\u001b[38;5;33mMaxPooling1D\u001b[0m) │ (\u001b[38;5;45mNone\u001b[0m, \u001b[38;5;34m256\u001b[0m, \u001b[38;5;34m64\u001b[0m) │ \u001b[38;5;34m0\u001b[0m │\n", + "├─────────────────────────────────┼────────────────────────┼───────────────┤\n", + "│ conv1D_w5 (\u001b[38;5;33mConv1D\u001b[0m) │ (\u001b[38;5;45mNone\u001b[0m, \u001b[38;5;34m256\u001b[0m, \u001b[38;5;34m64\u001b[0m) │ \u001b[38;5;34m28,736\u001b[0m │\n", + "├─────────────────────────────────┼────────────────────────┼───────────────┤\n", + "│ max_pool1d_w6 (\u001b[38;5;33mMaxPooling1D\u001b[0m) │ (\u001b[38;5;45mNone\u001b[0m, \u001b[38;5;34m128\u001b[0m, \u001b[38;5;34m64\u001b[0m) │ \u001b[38;5;34m0\u001b[0m │\n", + "├─────────────────────────────────┼────────────────────────┼───────────────┤\n", + "│ conv1D_w7 (\u001b[38;5;33mConv1D\u001b[0m) │ (\u001b[38;5;45mNone\u001b[0m, \u001b[38;5;34m128\u001b[0m, \u001b[38;5;34m64\u001b[0m) │ \u001b[38;5;34m28,736\u001b[0m │\n", + "├─────────────────────────────────┼────────────────────────┼───────────────┤\n", + "│ max_pool1d_w8 (\u001b[38;5;33mMaxPooling1D\u001b[0m) │ (\u001b[38;5;45mNone\u001b[0m, \u001b[38;5;34m64\u001b[0m, \u001b[38;5;34m64\u001b[0m) │ \u001b[38;5;34m0\u001b[0m │\n", + "├─────────────────────────────────┼────────────────────────┼───────────────┤\n", + "│ conv1D_w9 (\u001b[38;5;33mConv1D\u001b[0m) │ (\u001b[38;5;45mNone\u001b[0m, \u001b[38;5;34m64\u001b[0m, \u001b[38;5;34m64\u001b[0m) │ \u001b[38;5;34m28,736\u001b[0m │\n", + "├─────────────────────────────────┼────────────────────────┼───────────────┤\n", + "│ max_pool1d_w10 (\u001b[38;5;33mMaxPooling1D\u001b[0m) │ (\u001b[38;5;45mNone\u001b[0m, \u001b[38;5;34m32\u001b[0m, \u001b[38;5;34m64\u001b[0m) │ \u001b[38;5;34m0\u001b[0m │\n", + "├─────────────────────────────────┼────────────────────────┼───────────────┤\n", + "│ conv1D_w11 (\u001b[38;5;33mConv1D\u001b[0m) │ (\u001b[38;5;45mNone\u001b[0m, \u001b[38;5;34m32\u001b[0m, \u001b[38;5;34m64\u001b[0m) │ \u001b[38;5;34m28,736\u001b[0m │\n", + "├─────────────────────────────────┼────────────────────────┼───────────────┤\n", + "│ max_pool1d_w12 (\u001b[38;5;33mMaxPooling1D\u001b[0m) │ (\u001b[38;5;45mNone\u001b[0m, \u001b[38;5;34m16\u001b[0m, \u001b[38;5;34m64\u001b[0m) │ \u001b[38;5;34m0\u001b[0m │\n", + "└─────────────────────────────────┴────────────────────────┴───────────────┘\n" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/html": [ + "
 Total params: 144,640 (565.00 KB)\n",
+       "
\n" + ], + "text/plain": [ + "\u001b[1m Total params: \u001b[0m\u001b[38;5;34m144,640\u001b[0m (565.00 KB)\n" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/html": [ + "
 Trainable params: 144,640 (565.00 KB)\n",
+       "
\n" + ], + "text/plain": [ + "\u001b[1m Trainable params: \u001b[0m\u001b[38;5;34m144,640\u001b[0m (565.00 KB)\n" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/html": [ + "
 Non-trainable params: 0 (0.00 B)\n",
+       "
\n" + ], + "text/plain": [ + "\u001b[1m Non-trainable params: \u001b[0m\u001b[38;5;34m0\u001b[0m (0.00 B)\n" + ] + }, + "metadata": {}, + "output_type": "display_data" + } + ], + "source": [ + "model_stim.summary()" + ] + }, + { + "cell_type": "code", + "execution_count": 4, + "id": "9fb32665", + "metadata": {}, + "outputs": [], + "source": [ + "inputs = keras.Input(shape=(16,64),name=\"input_layer\")\n", + "outputs = Conv1D(filters=64,kernel_size=7,strides=1,padding=\"same\",name=\"conv1D_w13\",activation='relu')(inputs)\n", + "model = keras.Model(inputs=inputs,outputs=outputs)\n", + "w13_weights = np.loadtxt('w13_weights_trained.txt')\n", + "w13_weights = (w13_weights.astype(\"bfloat16\")).astype(\"float32\")\n", + "w13_weights = np.reshape(w13_weights,(7,64,64))\n", + "w13_bias = np.loadtxt('w13_bias_trained.txt')\n", + "w13_bias = (w13_bias.astype(\"bfloat16\")).astype(\"float32\")\n", + "model.set_weights((w13_weights,w13_bias))" + ] + }, + { + "cell_type": "code", + "execution_count": 5, + "id": "dad16d8a", + "metadata": {}, + "outputs": [ + { + "data": { + "text/html": [ + "
Model: \"functional_1\"\n",
+       "
\n" + ], + "text/plain": [ + "\u001b[1mModel: \"functional_1\"\u001b[0m\n" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/html": [ + "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━┓\n",
+       "┃ Layer (type)                     Output Shape                  Param # ┃\n",
+       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━┩\n",
+       "│ input_layer (InputLayer)        │ (None, 16, 64)         │             0 │\n",
+       "├─────────────────────────────────┼────────────────────────┼───────────────┤\n",
+       "│ conv1D_w13 (Conv1D)             │ (None, 16, 64)         │        28,736 │\n",
+       "└─────────────────────────────────┴────────────────────────┴───────────────┘\n",
+       "
\n" + ], + "text/plain": [ + "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━┓\n", + "┃\u001b[1m \u001b[0m\u001b[1mLayer (type) \u001b[0m\u001b[1m \u001b[0m┃\u001b[1m \u001b[0m\u001b[1mOutput Shape \u001b[0m\u001b[1m \u001b[0m┃\u001b[1m \u001b[0m\u001b[1m Param #\u001b[0m\u001b[1m \u001b[0m┃\n", + "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━┩\n", + "│ input_layer (\u001b[38;5;33mInputLayer\u001b[0m) │ (\u001b[38;5;45mNone\u001b[0m, \u001b[38;5;34m16\u001b[0m, \u001b[38;5;34m64\u001b[0m) │ \u001b[38;5;34m0\u001b[0m │\n", + "├─────────────────────────────────┼────────────────────────┼───────────────┤\n", + "│ conv1D_w13 (\u001b[38;5;33mConv1D\u001b[0m) │ (\u001b[38;5;45mNone\u001b[0m, \u001b[38;5;34m16\u001b[0m, \u001b[38;5;34m64\u001b[0m) │ \u001b[38;5;34m28,736\u001b[0m │\n", + "└─────────────────────────────────┴────────────────────────┴───────────────┘\n" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/html": [ + "
 Total params: 28,736 (112.25 KB)\n",
+       "
\n" + ], + "text/plain": [ + "\u001b[1m Total params: \u001b[0m\u001b[38;5;34m28,736\u001b[0m (112.25 KB)\n" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/html": [ + "
 Trainable params: 28,736 (112.25 KB)\n",
+       "
\n" + ], + "text/plain": [ + "\u001b[1m Trainable params: \u001b[0m\u001b[38;5;34m28,736\u001b[0m (112.25 KB)\n" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/html": [ + "
 Non-trainable params: 0 (0.00 B)\n",
+       "
\n" + ], + "text/plain": [ + "\u001b[1m Non-trainable params: \u001b[0m\u001b[38;5;34m0\u001b[0m (0.00 B)\n" + ] + }, + "metadata": {}, + "output_type": "display_data" + } + ], + "source": [ + "model.summary()" + ] + }, + { + "cell_type": "markdown", + "id": "0905bc81-af38-4280-ae38-072b9530e565", + "metadata": {}, + "source": [ + "### Read training and test data" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "id": "841caa23-3f4f-455a-b21b-06a3b7cece28", + "metadata": {}, + "outputs": [ + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\u001b[1m1/1\u001b[0m \u001b[32m━━━━━━━━━━━━━━━━━━━━\u001b[0m\u001b[37m\u001b[0m \u001b[1m0s\u001b[0m 150ms/step\n" + ] + } + ], + "source": [ + "if not(\"RADIOML_DATA\" in os.environ):\n", + " print(\"Please set environment variable RADIOML_DATA to point to dataset found in https://www.kaggle.com/datasets/pinxau1000/radioml2018\")\n", + "data_file = os.environ[\"RADIOML_DATA\"] + 'GOLD_XYZ_OSC.0001_1024.hdf5'\n", + "file_handle = h5.File(data_file,'r')\n", + "myData = file_handle['X'][:] #1024x2 samples \n", + "myMods = file_handle['Y'][:] #mods \n", + "mySNRs = file_handle['Z'][:] #snrs \n", + "file_handle.close()\n", + "X_train ,X_predict ,Y_train ,Y_test, Z_train, Z_test =train_test_split(myData, myMods, mySNRs, test_size=0.2, random_state=0)\n", + "X_predict = X_predict[:NITERATIONS]\n", + "X_predict = (X_predict.astype(\"bfloat16\")).astype(\"float32\")\n", + "X_inputs = model_stim.predict(X_predict,batch_size=1024)\n", + "X_inputs = (X_inputs.astype(\"bfloat16\")).astype(\"float32\")" + ] + }, + { + "cell_type": "markdown", + "id": "53bf2899-8424-4f34-b305-dea322001c7c", + "metadata": {}, + "source": [ + "## Compute Golden Outputs" + ] + }, + { + "cell_type": "code", + "execution_count": 7, + "id": "532b9d20-6698-420d-842a-b5c2ee89c114", + "metadata": {}, + "outputs": [ + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\u001b[1m1/1\u001b[0m \u001b[32m━━━━━━━━━━━━━━━━━━━━\u001b[0m\u001b[37m\u001b[0m \u001b[1m0s\u001b[0m 83ms/step\n" + ] + } + ], + "source": [ + "predict = model.predict(X_inputs, batch_size=1024)\n", + "predict = (predict.astype(\"bfloat16\")).astype(\"float32\")\n" + ] + }, + { + "cell_type": "markdown", + "id": "b588f848-eb35-409a-94c0-9b9bf986383f", + "metadata": {}, + "source": [ + "## Store Layer Inputs" + ] + }, + { + "cell_type": "code", + "execution_count": 8, + "id": "84a1f04f-7eca-4694-906f-245a9001fd25", + "metadata": {}, + "outputs": [ + { + "name": "stdout", + "output_type": "stream", + "text": [ + "(4, 16, 64)\n", + "(4, 16, 64)\n" + ] + } + ], + "source": [ + "# Create directory if it doesn't exist\n", + "data_i = X_inputs\n", + "if not os.path.exists('data'):\n", + " os.makedirs('data')\n", + "np.savetxt('data/data_i.txt',np.reshape(data_i,(-1,4)),fmt='%.12f %.12f %.12f %.12f')\n", + "print(X_inputs.shape)\n", + "print(data_i.shape)\n" + ] + }, + { + "cell_type": "markdown", + "id": "33ae9119-15e3-49ce-9ef8-ffab0c9ec411", + "metadata": {}, + "source": [ + "## Store Layer Outputs" + ] + }, + { + "cell_type": "code", + "execution_count": 9, + "id": "de799f89-ecbe-4480-9dcf-3bb4e5402546", + "metadata": {}, + "outputs": [ + { + "name": "stdout", + "output_type": "stream", + "text": [ + "(4, 16, 64)\n" + ] + } + ], + "source": [ + "data_o = predict\n", + "\n", + "np.savetxt('data/data_o.txt',np.reshape(data_o,(-1,4)),fmt='%.12f %.12f %.12f %.12f')\n", + "print(data_o.shape)" + ] + }, + { + "cell_type": "markdown", + "id": "b1ad8cde", + "metadata": {}, + "source": [ + "## Store Model weights and biases" + ] + }, + { + "cell_type": "code", + "execution_count": 10, + "id": "9b35d7ca", + "metadata": {}, + "outputs": [ + { + "name": "stdout", + "output_type": "stream", + "text": [ + "(7, 64, 64)\n", + "(64,)\n", + "(28672, 1)\n", + "(64, 1)\n" + ] + } + ], + "source": [ + "print(w13_weights.shape)\n", + "print(w13_bias.shape)\n", + "weights = np.empty((7*64*64));\n", + "counter=0\n", + "for x in range(0,64,8):\n", + " for y in range(0,64,8):\n", + " for z in range(0,7):\n", + " weights[counter*64:(counter+1)*64] = np.reshape(w13_weights[z,y:y+8,x:x+8],(-1))\n", + " counter+=1\n", + "weights = np.reshape(weights,(-1,1))\n", + "np.savetxt('data/weights-rtp.txt',weights,fmt='%.12f')\n", + "print(weights.shape)\n", + "\n", + "biases = np.reshape(w13_bias,(-1,1))\n", + "np.savetxt('data/biases-rtp.txt',biases,fmt='%.12f')\n", + "print(biases.shape)" + ] + }, + { + "cell_type": "markdown", + "id": "06a8af86", + "metadata": {}, + "source": [ + "## Run Vitis Functional Simulation" + ] + }, + { + "cell_type": "code", + "execution_count": 11, + "id": "9986c78f", + "metadata": {}, + "outputs": [ + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n", + "Compiling AIE Graph\n", + "Compilation directory: /group/fndprod/faisale/repo/internal/designs/radio-ml/aie/conv1d_template/vfs_work/conv1d_w13_app_9247dd08\n", + "Compilation command: v++ -c --mode aie --config vfs_work/conv1d_w13_app_9247dd08/conv1d_w13_app.cfg --work_dir vfs_work/conv1d_w13_app_9247dd08/Work --output vfs_work/conv1d_w13_app_9247dd08/libadf.a --target x86sim\n", + "Writing log to: /group/fndprod/faisale/repo/internal/designs/radio-ml/aie/conv1d_template/vfs_work/conv1d_w13_app_9247dd08/Work/logs/aie_x86sim.log\n", + "Please wait ...\n", + "\n", + "Compilation finished successfully.\n", + "Loaded AIEGraph\n" + ] + } + ], + "source": [ + "conv1d_w13_graph = vfs.aieGraph(\n", + " input_file='conv1d_w13_app.cpp',\n", + " part=\"xc2ve3858-ssva2112-2MP-e-S\",\n", + " include_paths=['./','../utility'])\n", + "act_o = conv1d_w13_graph.run(va.array(np.reshape(data_i,(-1,1)),dtype=va.bfloat16),va.array(weights,dtype=va.bfloat16),va.array(biases,dtype=va.bfloat16))\n", + "act_o = np.array(act_o)\n" + ] + }, + { + "cell_type": "code", + "execution_count": 12, + "id": "e472a95b", + "metadata": {}, + "outputs": [ + { + "name": "stdout", + "output_type": "stream", + "text": [ + "The history saving thread hit an unexpected error (OperationalError('database is locked')).History will not be written to the database.\n" + ] + }, + { + "data": { + "image/png": "iVBORw0KGgoAAAANSUhEUgAAAjcAAAGzCAYAAADT4Tb9AAAAOnRFWHRTb2Z0d2FyZQBNYXRwbG90bGliIHZlcnNpb24zLjEwLjMsIGh0dHBzOi8vbWF0cGxvdGxpYi5vcmcvZiW1igAAAAlwSFlzAAAPYQAAD2EBqD+naQAAI+lJREFUeJzt3XtwVOXh//HPhpANCJtwCVmjCRelXAShJiYs9Vus2TEKraZiiylVRJSiQNFQKkGFqm1jvQKCoHUEHUUYrFBFjE0Dgv6IXAIo4ZLiVAHBTUTMLqIJgX1+fzhsXQkQNEuyD+/XzE6bc55z9jk8w+zbzdnFYYwxAgAAsERMU08AAACgMRE3AADAKsQNAACwCnEDAACsQtwAAACrEDcAAMAqxA0AALAKcQMAAKxC3AAAAKsQNwAAwCrEDYBmYf78+XI4HCd8vPfee009RQBRIrapJwAA3/bAAw+oa9eux22/8MILm2A2AKIRcQOgWbn66quVkZHR4PFHjhxRMBhUXFzccfsOHTqkc84553vPxRijmpoatWrV6nufA8CZx6+lAESNjz/+WA6HQ48++qimT5+uCy64QE6nU9u2bdOf/vQnORwObdu2Tb/5zW/Url07XXbZZZK+CaAHH3wwNL5Lly6aMmWKamtrw87fpUsX/fznP9dbb72ljIwMtWrVSk8//XRTXCqAH4B3bgA0K36/X/v37w/b5nA41KFDh9DP8+bNU01NjUaPHi2n06n27duH9v3qV79S9+7d9de//lXGGEnSrbfequeff17XX3+9Jk6cqLVr16qwsFDbt2/XkiVLwp6roqJCeXl5+t3vfqfbbrtNPXr0iODVAogE4gZAs+L1eo/b5nQ6VVNTE/r5k08+0YcffqikpKTjxvbr108LFiwI/fz+++/r+eef16233qq///3vkqQ77rhDnTp10qOPPqqVK1fqZz/7WWj8hx9+qKKiIuXk5DTmZQE4g4gbAM3K7Nmz9aMf/ShsW4sWLcJ+Hjp0aL1hI0ljxowJ+3n58uWSpPz8/LDtEydO1KOPPqo33ngjLG66du1K2ABRjrgB0KxkZmae8obi+j5NdaJ9u3btUkxMzHGftnK73UpMTNSuXbsafG4A0YEbigFEnZN9eulE+xwOxw8+N4DoQNwAsFrnzp0VDAa1c+fOsO2VlZWqrq5W586dm2hmACKFuAFgtcGDB0uSpk+fHrb98ccflyQNGTLkTE8JQIRxzw2AZuXNN9/Ujh07jts+cOBAxcSc/n+P9evXTyNGjNAzzzyj6upqDRo0SOvWrdPzzz+v3NzcsJuJAdiBuAHQrEydOrXe7fPmzdPll1/+vc757LPPqlu3bpo/f76WLFkit9utgoICTZs27QfMFEBz5TDHvuUKAADAAtxzAwAArELcAAAAqxA3AADAKsQNAACwCnEDAACsQtwAAACrnJXfcxMMBrVv3z61bdu2wf/eDAAAaFrGGB08eFApKSkn/VLPszJu9u3bp9TU1KaeBgAA+B727Nmj888//4T7z8q4adu2raRv/nBcLlcTzwYAADREIBBQampq6HX8RM7KuDn2qyiXy0XcAAAQZU51Swk3FAMAAKsQNwAAwCrEDQAAsApxAwAArELcAAAAqxA3AADAKsQNAACwCnEDAACsQtwAAACrEDcAAMAqxA0AALAKcQMAAKxC3AAAAKsQNwAAwCrEDQAAsApxAwAArELcAAAAqxA3AADAKsQNAACwCnEDAACsQtwAAACrEDcAAMAqxA0AALAKcQMAAKxC3AAAAKsQNwAAwCrEDQAAsApxAwAArELcAAAAqxA3AADAKsQNAACwCnEDAACsQtwAAACrEDcAAMAqxA0AALAKcQMAAKxC3AAAAKsQNwAAwCrEDQAAsApxAwAArELcAAAAqxA3AADAKsQNAACwyhmJm9mzZ6tLly6Kj49XVlaW1q1bd9LxixcvVs+ePRUfH6++fftq+fLlJxw7ZswYORwOTZ8+vZFnDQAAolHE42bRokXKz8/XtGnTtHHjRvXr1085OTmqqqqqd/yaNWuUl5enUaNGadOmTcrNzVVubq7Ky8uPG7tkyRK99957SklJifRlAACAKBHxuHn88cd12223aeTIkerdu7fmzp2r1q1b67nnnqt3/IwZM3TVVVdp0qRJ6tWrlx588EFdcsklmjVrVti4vXv3avz48XrppZfUsmXLSF8GAACIEhGNm8OHD6usrExer/d/TxgTI6/Xq9LS0nqPKS0tDRsvSTk5OWHjg8GgbrzxRk2aNEkXXXTRKedRW1urQCAQ9gAAAHaKaNzs379fR48eVXJyctj25ORk+Xy+eo/x+XynHP+3v/1NsbGx+v3vf9+geRQWFiohISH0SE1NPc0rAQAA0SLqPi1VVlamGTNmaP78+XI4HA06pqCgQH6/P/TYs2dPhGcJAACaSkTjpmPHjmrRooUqKyvDtldWVsrtdtd7jNvtPun4d955R1VVVUpLS1NsbKxiY2O1a9cuTZw4UV26dKn3nE6nUy6XK+wBAADsFNG4iYuLU3p6ukpKSkLbgsGgSkpK5PF46j3G4/GEjZek4uLi0Pgbb7xRH3zwgTZv3hx6pKSkaNKkSXrrrbcidzEAACAqxEb6CfLz8zVixAhlZGQoMzNT06dP16FDhzRy5EhJ0k033aTzzjtPhYWFkqQJEyZo0KBBeuyxxzRkyBAtXLhQGzZs0DPPPCNJ6tChgzp06BD2HC1btpTb7VaPHj0ifTkAAKCZi3jcDBs2TJ999pmmTp0qn8+n/v37q6ioKHTT8O7duxUT8783kAYOHKgFCxbo3nvv1ZQpU9S9e3ctXbpUffr0ifRUAQCABRzGGNPUkzjTAoGAEhIS5Pf7uf8GAIAo0dDX76j7tBQAAMDJEDcAAMAqxA0AALAKcQMAAKxC3AAAAKsQNwAAwCrEDQAAsApxAwAArELcAAAAqxA3AADAKsQNAACwCnEDAACsQtwAAACrEDcAAMAqxA0AALAKcQMAAKxC3AAAAKsQNwAAwCrEDQAAsApxAwAArELcAAAAqxA3AADAKsQNAACwCnEDAACsQtwAAACrEDcAAMAqxA0AALAKcQMAAKxC3AAAAKsQNwAAwCrEDQAAsApxAwAArELcAAAAqxA3AADAKsQNAACwCnEDAACsQtwAAACrEDcAAMAqxA0AALAKcQMAAKxC3AAAAKsQNwAAwCrEDQAAsApxAwAArELcAAAAqxA3AADAKsQNAACwCnEDAACsQtwAAACrEDcAAMAqxA0AALAKcQMAAKxC3AAAAKsQNwAAwCrEDQAAsApxAwAArHJG4mb27Nnq0qWL4uPjlZWVpXXr1p10/OLFi9WzZ0/Fx8erb9++Wr58eWhfXV2d7r77bvXt21fnnHOOUlJSdNNNN2nfvn2RvgwAABAFIh43ixYtUn5+vqZNm6aNGzeqX79+ysnJUVVVVb3j16xZo7y8PI0aNUqbNm1Sbm6ucnNzVV5eLkn66quvtHHjRt13333auHGjXn31VVVUVOiaa66J9KUAAIAo4DDGmEg+QVZWli699FLNmjVLkhQMBpWamqrx48dr8uTJx40fNmyYDh06pGXLloW2DRgwQP3799fcuXPrfY7169crMzNTu3btUlpa2innFAgElJCQIL/fL5fL9T2vDAAAnEkNff2O6Ds3hw8fVllZmbxe7/+eMCZGXq9XpaWl9R5TWloaNl6ScnJyTjhekvx+vxwOhxITE+vdX1tbq0AgEPYAAAB2imjc7N+/X0ePHlVycnLY9uTkZPl8vnqP8fl8pzW+pqZGd999t/Ly8k5YcYWFhUpISAg9UlNTv8fVAACAaBDVn5aqq6vTr3/9axljNGfOnBOOKygokN/vDz327NlzBmcJAADOpNhInrxjx45q0aKFKisrw7ZXVlbK7XbXe4zb7W7Q+GNhs2vXLq1YseKkv3tzOp1yOp3f8yoAAEA0ieg7N3FxcUpPT1dJSUloWzAYVElJiTweT73HeDyesPGSVFxcHDb+WNjs3LlT//73v9WhQ4fIXAAAAIg6EX3nRpLy8/M1YsQIZWRkKDMzU9OnT9ehQ4c0cuRISdJNN92k8847T4WFhZKkCRMmaNCgQXrsscc0ZMgQLVy4UBs2bNAzzzwj6Zuwuf7667Vx40YtW7ZMR48eDd2P0759e8XFxUX6kgAAQDMW8bgZNmyYPvvsM02dOlU+n0/9+/dXUVFR6Kbh3bt3Kybmf28gDRw4UAsWLNC9996rKVOmqHv37lq6dKn69OkjSdq7d69ee+01SVL//v3DnmvlypW6/PLLI31JAACgGYv499w0R3zPDQAA0adZfM8NAADAmUbcAAAAqxA3AADAKsQNAACwCnEDAACsQtwAAACrEDcAAMAqxA0AALAKcQMAAKxC3AAAAKsQNwAAwCrEDQAAsApxAwAArELcAAAAqxA3AADAKsQNAACwCnEDAACsQtwAAACrEDcAAMAqxA0AALAKcQMAAKxC3AAAAKsQNwAAwCrEDQAAsApxAwAArELcAAAAqxA3AADAKsQNAACwCnEDAACsQtwAAACrEDcAAMAqxA0AALAKcQMAAKxC3AAAAKsQNwAAwCrEDQAAsApxAwAArELcAAAAqxA3AADAKsQNAACwCnEDAACsQtwAAACrEDcAAMAqxA0AALAKcQMAAKxC3AAAAKsQNwAAwCrEDQAAsApxAwAArELcAAAAqxA3AADAKsQNAACwCnEDAACsQtwAAACrEDcAAMAqxA0AALAKcQMAAKxyRuJm9uzZ6tKli+Lj45WVlaV169addPzixYvVs2dPxcfHq2/fvlq+fHnYfmOMpk6dqnPPPVetWrWS1+vVzp07I3kJAAAgSkQ8bhYtWqT8/HxNmzZNGzduVL9+/ZSTk6Oqqqp6x69Zs0Z5eXkaNWqUNm3apNzcXOXm5qq8vDw05uGHH9bMmTM1d+5crV27Vuecc45ycnJUU1MT6csBAADNnMMYYyL5BFlZWbr00ks1a9YsSVIwGFRqaqrGjx+vyZMnHzd+2LBhOnTokJYtWxbaNmDAAPXv319z586VMUYpKSmaOHGi/vCHP0iS/H6/kpOTNX/+fN1www3HnbO2tla1tbWhnwOBgFJTU+X3++VyuRrtWku2V+rdD/c32vkAAIhW2T2TdVn3jo16zkAgoISEhFO+fsc26rN+x+HDh1VWVqaCgoLQtpiYGHm9XpWWltZ7TGlpqfLz88O25eTkaOnSpZKkjz76SD6fT16vN7Q/ISFBWVlZKi0trTduCgsLdf/99zfCFZ1c2a4vNO//fRzx5wEAoLlLauts9LhpqIjGzf79+3X06FElJyeHbU9OTtaOHTvqPcbn89U73ufzhfYf23aiMd9VUFAQFkzH3rlpbAO6dZDD0einBQAg6lyS1q7JnjuicdNcOJ1OOZ3OiD/PT3+UpJ/+KCnizwMAAE4sojcUd+zYUS1atFBlZWXY9srKSrnd7nqPcbvdJx1/7H9P55wAAODsEdG4iYuLU3p6ukpKSkLbgsGgSkpK5PF46j3G4/GEjZek4uLi0PiuXbvK7XaHjQkEAlq7du0JzwkAAM4eEf+1VH5+vkaMGKGMjAxlZmZq+vTpOnTokEaOHClJuummm3TeeeepsLBQkjRhwgQNGjRIjz32mIYMGaKFCxdqw4YNeuaZZyRJDodDd955p/785z+re/fu6tq1q+677z6lpKQoNzc30pcDAACauYjHzbBhw/TZZ59p6tSp8vl86t+/v4qKikI3BO/evVsxMf97A2ngwIFasGCB7r33Xk2ZMkXdu3fX0qVL1adPn9CYP/7xjzp06JBGjx6t6upqXXbZZSoqKlJ8fHykLwcAADRzEf+em+aooZ+TBwAAzUdDX7/5t6UAAIBViBsAAGAV4gYAAFiFuAEAAFYhbgAAgFWIGwAAYBXiBgAAWIW4AQAAViFuAACAVYgbAABgFeIGAABYhbgBAABWIW4AAIBViBsAAGAV4gYAAFiFuAEAAFYhbgAAgFWIGwAAYBXiBgAAWIW4AQAAViFuAACAVYgbAABgFeIGAABYhbgBAABWIW4AAIBViBsAAGAV4gYAAFiFuAEAAFYhbgAAgFWIGwAAYBXiBgAAWIW4AQAAViFuAACAVYgbAABgFeIGAABYhbgBAABWIW4AAIBViBsAAGAV4gYAAFiFuAEAAFYhbgAAgFWIGwAAYBXiBgAAWIW4AQAAViFuAACAVYgbAABgFeIGAABYhbgBAABWIW4AAIBViBsAAGAV4gYAAFiFuAEAAFYhbgAAgFWIGwAAYBXiBgAAWIW4AQAAVolY3Bw4cEDDhw+Xy+VSYmKiRo0apS+//PKkx9TU1Gjs2LHq0KGD2rRpo6FDh6qysjK0//3331deXp5SU1PVqlUr9erVSzNmzIjUJQAAgCgUsbgZPny4tm7dquLiYi1btkyrV6/W6NGjT3rMXXfdpddff12LFy/WqlWrtG/fPl133XWh/WVlZerUqZNefPFFbd26Vffcc48KCgo0a9asSF0GAACIMg5jjGnsk27fvl29e/fW+vXrlZGRIUkqKirS4MGD9cknnyglJeW4Y/x+v5KSkrRgwQJdf/31kqQdO3aoV69eKi0t1YABA+p9rrFjx2r79u1asWJFg+cXCASUkJAgv98vl8v1Pa4QAACcaQ19/Y7IOzelpaVKTEwMhY0keb1excTEaO3atfUeU1ZWprq6Onm93tC2nj17Ki0tTaWlpSd8Lr/fr/bt2590PrW1tQoEAmEPAABgp4jEjc/nU6dOncK2xcbGqn379vL5fCc8Ji4uTomJiWHbk5OTT3jMmjVrtGjRolP+uquwsFAJCQmhR2pqasMvBgAARJXTipvJkyfL4XCc9LFjx45IzTVMeXm5rr32Wk2bNk1XXnnlSccWFBTI7/eHHnv27DkjcwQAAGde7OkMnjhxom6++eaTjunWrZvcbreqqqrCth85ckQHDhyQ2+2u9zi3263Dhw+ruro67N2bysrK447Ztm2bsrOzNXr0aN17772nnLfT6ZTT6TzlOAAAEP1OK26SkpKUlJR0ynEej0fV1dUqKytTenq6JGnFihUKBoPKysqq95j09HS1bNlSJSUlGjp0qCSpoqJCu3fvlsfjCY3bunWrrrjiCo0YMUJ/+ctfTmf6AADgLBCRT0tJ0tVXX63KykrNnTtXdXV1GjlypDIyMrRgwQJJ0t69e5Wdna0XXnhBmZmZkqTbb79dy5cv1/z58+VyuTR+/HhJ39xbI33zq6grrrhCOTk5euSRR0LP1aJFiwZF1zF8WgoAgOjT0Nfv03rn5nS89NJLGjdunLKzsxUTE6OhQ4dq5syZof11dXWqqKjQV199Fdr2xBNPhMbW1tYqJydHTz31VGj/K6+8os8++0wvvviiXnzxxdD2zp076+OPP47UpQAAgCgSsXdumjPeuQEAIPo06ffcAAAANBXiBgAAWIW4AQAAViFuAACAVYgbAABgFeIGAABYhbgBAABWIW4AAIBViBsAAGAV4gYAAFiFuAEAAFYhbgAAgFWIGwAAYBXiBgAAWIW4AQAAViFuAACAVYgbAABgFeIGAABYhbgBAABWIW4AAIBViBsAAGAV4gYAAFiFuAEAAFYhbgAAgFWIGwAAYBXiBgAAWIW4AQAAViFuAACAVYgbAABgFeIGAABYhbgBAABWIW4AAIBViBsAAGAV4gYAAFiFuAEAAFYhbgAAgFWIGwAAYBXiBgAAWIW4AQAAViFuAACAVYgbAABgFeIGAABYhbgBAABWIW4AAIBViBsAAGAV4gYAAFiFuAEAAFYhbgAAgFWIGwAAYBXiBgAAWIW4AQAAViFuAACAVYgbAABgFeIGAABYhbgBAABWIW4AAIBVIhY3Bw4c0PDhw+VyuZSYmKhRo0bpyy+/POkxNTU1Gjt2rDp06KA2bdpo6NChqqysrHfs559/rvPPP18Oh0PV1dURuAIAABCNIhY3w4cP19atW1VcXKxly5Zp9erVGj169EmPueuuu/T6669r8eLFWrVqlfbt26frrruu3rGjRo3SxRdfHImpAwCAKOYwxpjGPun27dvVu3dvrV+/XhkZGZKkoqIiDR48WJ988olSUlKOO8bv9yspKUkLFizQ9ddfL0nasWOHevXqpdLSUg0YMCA0ds6cOVq0aJGmTp2q7OxsffHFF0pMTGzw/AKBgBISEuT3++VyuX7YxQIAgDOioa/fEXnnprS0VImJiaGwkSSv16uYmBitXbu23mPKyspUV1cnr9cb2tazZ0+lpaWptLQ0tG3btm164IEH9MILLygmpmHTr62tVSAQCHsAAAA7RSRufD6fOnXqFLYtNjZW7du3l8/nO+ExcXFxx70Dk5ycHDqmtrZWeXl5euSRR5SWltbg+RQWFiohISH0SE1NPb0LAgAAUeO04mby5MlyOBwnfezYsSNSc1VBQYF69eql3/72t6d9nN/vDz327NkToRkCAICmFns6gydOnKibb775pGO6desmt9utqqqqsO1HjhzRgQMH5Ha76z3O7Xbr8OHDqq6uDnv3prKyMnTMihUrtGXLFr3yyiuSpGO3C3Xs2FH33HOP7r///nrP7XQ65XQ6G3KJAAAgyp1W3CQlJSkpKemU4zwej6qrq1VWVqb09HRJ34RJMBhUVlZWvcekp6erZcuWKikp0dChQyVJFRUV2r17tzwejyTpH//4h77++uvQMevXr9ctt9yid955RxdccMHpXAoAALDUacVNQ/Xq1UtXXXWVbrvtNs2dO1d1dXUaN26cbrjhhtAnpfbu3avs7Gy98MILyszMVEJCgkaNGqX8/Hy1b99eLpdL48ePl8fjCX1S6rsBs3///tDznc6npQAAgL0iEjeS9NJLL2ncuHHKzs5WTEyMhg4dqpkzZ4b219XVqaKiQl999VVo2xNPPBEaW1tbq5ycHD311FORmiIAALBQRL7nprnje24AAIg+Tfo9NwAAAE2FuAEAAFYhbgAAgFWIGwAAYBXiBgAAWIW4AQAAViFuAACAVYgbAABgFeIGAABYhbgBAABWIW4AAIBViBsAAGAV4gYAAFiFuAEAAFYhbgAAgFWIGwAAYBXiBgAAWIW4AQAAViFuAACAVYgbAABgFeIGAABYhbgBAABWIW4AAIBViBsAAGAV4gYAAFiFuAEAAFYhbgAAgFWIGwAAYBXiBgAAWIW4AQAAViFuAACAVYgbAABgFeIGAABYhbgBAABWIW4AAIBViBsAAGAV4gYAAFiFuAEAAFYhbgAAgFWIGwAAYBXiBgAAWIW4AQAAVolt6gk0BWOMJCkQCDTxTAAAQEMde90+9jp+Imdl3Bw8eFCSlJqa2sQzAQAAp+vgwYNKSEg44X6HOVX+WCgYDGrfvn1q27atHA5Ho547EAgoNTVVe/bskcvlatRzI3JYt+jEukUn1i06NYd1M8bo4MGDSklJUUzMie+sOSvfuYmJidH5558f0edwuVz8pY1CrFt0Yt2iE+sWnZp63U72js0x3FAMAACsQtwAAACrEDeNzOl0atq0aXI6nU09FZwG1i06sW7RiXWLTtG0bmflDcUAAMBevHMDAACsQtwAAACrEDcAAMAqxA0AALAKcQMAAKxC3DSi2bNnq0uXLoqPj1dWVpbWrVvX1FM6q6xevVq/+MUvlJKSIofDoaVLl4btN8Zo6tSpOvfcc9WqVSt5vV7t3LkzbMyBAwc0fPhwuVwuJSYmatSoUfryyy/DxnzwwQf6v//7P8XHxys1NVUPP/xwpC/NWoWFhbr00kvVtm1bderUSbm5uaqoqAgbU1NTo7Fjx6pDhw5q06aNhg4dqsrKyrAxu3fv1pAhQ9S6dWt16tRJkyZN0pEjR8LGvP3227rkkkvkdDp14YUXav78+ZG+PGvNmTNHF198ceibaj0ej958883QftYsOjz00ENyOBy68847Q9usWTuDRrFw4UITFxdnnnvuObN161Zz2223mcTERFNZWdnUUztrLF++3Nxzzz3m1VdfNZLMkiVLwvY/9NBDJiEhwSxdutS8//775pprrjFdu3Y1X3/9dWjMVVddZfr162fee+89884775gLL7zQ5OXlhfb7/X6TnJxshg8fbsrLy83LL79sWrVqZZ5++ukzdZlWycnJMfPmzTPl5eVm8+bNZvDgwSYtLc18+eWXoTFjxowxqamppqSkxGzYsMEMGDDADBw4MLT/yJEjpk+fPsbr9ZpNmzaZ5cuXm44dO5qCgoLQmP/+97+mdevWJj8/32zbts08+eSTpkWLFqaoqOiMXq8tXnvtNfPGG2+Y//znP6aiosJMmTLFtGzZ0pSXlxtjWLNosG7dOtOlSxdz8cUXmwkTJoS227J2xE0jyczMNGPHjg39fPToUZOSkmIKCwubcFZnr+/GTTAYNG632zzyyCOhbdXV1cbpdJqXX37ZGGPMtm3bjCSzfv360Jg333zTOBwOs3fvXmOMMU899ZRp166dqa2tDY25++67TY8ePSJ8RWeHqqoqI8msWrXKGPPNGrVs2dIsXrw4NGb79u1GkiktLTXGfBO1MTExxufzhcbMmTPHuFyu0Dr98Y9/NBdddFHYcw0bNszk5ORE+pLOGu3atTPPPvssaxYFDh48aLp3726Ki4vNoEGDQnFj09rxa6lGcPjwYZWVlcnr9Ya2xcTEyOv1qrS0tAlnhmM++ugj+Xy+sDVKSEhQVlZWaI1KS0uVmJiojIyM0Biv16uYmBitXbs2NOanP/2p4uLiQmNycnJUUVGhL7744gxdjb38fr8kqX379pKksrIy1dXVha1bz549lZaWFrZuffv2VXJycmhMTk6OAoGAtm7dGhrz7XMcG8Pfzx/u6NGjWrhwoQ4dOiSPx8OaRYGxY8dqyJAhx/352rR2Z+W/Ct7Y9u/fr6NHj4YttiQlJydrx44dTTQrfJvP55Oketfo2D6fz6dOnTqF7Y+NjVX79u3DxnTt2vW4cxzb165du4jM/2wQDAZ155136ic/+Yn69Okj6Zs/07i4OCUmJoaN/e661beux/adbEwgENDXX3+tVq1aReKSrLZlyxZ5PB7V1NSoTZs2WrJkiXr37q3NmzezZs3YwoULtXHjRq1fv/64fTb9fSNuADQLY8eOVXl5ud59992mngoaoEePHtq8ebP8fr9eeeUVjRgxQqtWrWrqaeEk9uzZowkTJqi4uFjx8fFNPZ2I4tdSjaBjx45q0aLFcXeUV1ZWyu12N9Gs8G3H1uFka+R2u1VVVRW2/8iRIzpw4EDYmPrO8e3nwOkbN26cli1bppUrV+r8888PbXe73Tp8+LCqq6vDxn933U61Jica43K5eAfge4qLi9OFF16o9PR0FRYWql+/fpoxYwZr1oyVlZWpqqpKl1xyiWJjYxUbG6tVq1Zp5syZio2NVXJysjVrR9w0gri4OKWnp6ukpCS0LRgMqqSkRB6PpwlnhmO6du0qt9sdtkaBQEBr164NrZHH41F1dbXKyspCY1asWKFgMKisrKzQmNWrV6uuri40pri4WD169OBXUt+DMUbjxo3TkiVLtGLFiuN+5Zeenq6WLVuGrVtFRYV2794dtm5btmwJC9Pi4mK5XC717t07NObb5zg2hr+fjScYDKq2tpY1a8ays7O1ZcsWbd68OfTIyMjQ8OHDQ//fmrU7Y7cuW27hwoXG6XSa+fPnm23btpnRo0ebxMTEsDvKEVkHDx40mzZtMps2bTKSzOOPP242bdpkdu3aZYz55qPgiYmJ5p///Kf54IMPzLXXXlvvR8F//OMfm7Vr15p3333XdO/ePeyj4NXV1SY5OdnceOONpry83CxcuNC0bt2aj4J/T7fffrtJSEgwb7/9tvn0009Dj6+++io0ZsyYMSYtLc2sWLHCbNiwwXg8HuPxeEL7j3009corrzSbN282RUVFJikpqd6Ppk6aNMls377dzJ49m48V/wCTJ082q1atMh999JH54IMPzOTJk43D4TD/+te/jDGsWTT59qeljLFn7YibRvTkk0+atLQ0ExcXZzIzM817773X1FM6q6xcudJIOu4xYsQIY8w3Hwe/7777THJysnE6nSY7O9tUVFSEnePzzz83eXl5pk2bNsblcpmRI0eagwcPho15//33zWWXXWacTqc577zzzEMPPXSmLtE69a2XJDNv3rzQmK+//trccccdpl27dqZ169bml7/8pfn000/DzvPxxx+bq6++2rRq1cp07NjRTJw40dTV1YWNWblypenfv7+Ji4sz3bp1C3sOnJ5bbrnFdO7c2cTFxZmkpCSTnZ0dChtjWLNo8t24sWXtHMYYc+beJwIAAIgs7rkBAABWIW4AAIBViBsAAGAV4gYAAFiFuAEAAFYhbgAAgFWIGwAAYBXiBgAAWIW4AQAAViFuAACAVYgbAABglf8PuEFGt0GTB5wAAAAASUVORK5CYII=", + "text/plain": [ + "
" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "PASS: Max relative error 0.000000% is within tolerance 2.0%\n" + ] + } + ], + "source": [ + "data_o_reshaped = np.reshape(data_o,(-1))\n", + "err = data_o_reshaped-act_o\n", + "plt.plot(err)\n", + "plt.title(\"Error\")\n", + "plt.show()\n", + "\n", + "err_nonzero = err[data_o_reshaped!=0]\n", + "data_o_nonzero = data_o_reshaped[data_o_reshaped!=0]\n", + "relative_error_perc = np.abs(err_nonzero/data_o_nonzero * 100).max()\n", + "tolerance_perc = 2.0 # 2 percent\n", + "if (relative_error_perc < tolerance_perc):\n", + " print(f\"PASS: Max relative error {relative_error_perc:.6f}% is within tolerance {tolerance_perc}%\")\n", + "else:\n", + " print(f\"FAIL: Max relative error {relative_error_perc:.6f}% exceeds tolerance {tolerance_perc}%\")" + ] + } + ], + "metadata": { + "kernelspec": { + "display_name": "my-venv", + "language": "python", + "name": "python3" + }, + "language_info": { + "codemirror_mode": { + "name": "ipython", + "version": 3 + }, + "file_extension": ".py", + "mimetype": "text/x-python", + "name": "python", + "nbconvert_exporter": "python", + "pygments_lexer": "ipython3", + "version": "3.12.3" + } + }, + "nbformat": 4, + "nbformat_minor": 5 +} diff --git a/AI_Engine_Development/AIE-MLv2/Design_Tutorials/01-Radio-ML/aie/conv1d_template/w11_bias_trained.txt b/AI_Engine_Development/AIE-MLv2/Design_Tutorials/01-Radio-ML/aie/conv1d_template/w11_bias_trained.txt new file mode 100755 index 0000000000..fb71fc38ed --- /dev/null +++ b/AI_Engine_Development/AIE-MLv2/Design_Tutorials/01-Radio-ML/aie/conv1d_template/w11_bias_trained.txt @@ -0,0 +1,64 @@ +0.304687500000 +-0.051269531250 +0.157226562500 +0.002136230469 +-0.020019531250 +0.139648437500 +0.115234375000 +0.234375000000 +-0.038574218750 +0.136718750000 +0.183593750000 +0.328125000000 +-0.217773437500 +0.095214843750 +0.133789062500 +0.021484375000 +-0.055419921875 +0.328125000000 +0.192382812500 +-0.105468750000 +-0.143554687500 +-0.138671875000 +0.033447265625 +0.043212890625 +-0.138671875000 +-0.038330078125 +0.013671875000 +-0.029296875000 +-0.402343750000 +0.031005859375 +0.171875000000 +0.069335937500 +0.144531250000 +0.289062500000 +0.136718750000 +0.056884765625 +-0.081542968750 +0.021850585938 +-0.001235961914 +0.388671875000 +-0.008483886719 +0.347656250000 +-0.205078125000 +-0.059326171875 +-0.314453125000 +0.230468750000 +-0.094726562500 +-0.220703125000 +-0.026367187500 +0.091796875000 +-0.068359375000 +-0.019165039062 +0.046142578125 +-0.169921875000 +0.045410156250 +0.107421875000 +0.103027343750 +0.092285156250 +-0.008605957031 +0.171875000000 +0.005920410156 +0.232421875000 +0.241210937500 +0.066406250000 diff --git a/AI_Engine_Development/AIE-MLv2/Design_Tutorials/01-Radio-ML/aie/conv1d_template/w11_weights_trained.txt b/AI_Engine_Development/AIE-MLv2/Design_Tutorials/01-Radio-ML/aie/conv1d_template/w11_weights_trained.txt new file mode 100755 index 0000000000..a03b26f503 --- /dev/null +++ b/AI_Engine_Development/AIE-MLv2/Design_Tutorials/01-Radio-ML/aie/conv1d_template/w11_weights_trained.txt @@ -0,0 +1,28672 @@ +0.026733398438 +-0.106933593750 +0.081054687500 +-0.255859375000 +0.185546875000 +0.298828125000 +-0.151367187500 +-0.078613281250 +-0.174804687500 +0.045654296875 +0.051757812500 +0.028930664062 +0.106933593750 +-0.248046875000 +0.114746093750 +-0.128906250000 +0.026977539062 +-0.079101562500 +0.056884765625 +0.056152343750 +-0.012390136719 +-0.188476562500 +0.049316406250 +-0.128906250000 +0.014160156250 +0.025512695312 +-0.103027343750 +-0.416015625000 +-0.004669189453 +0.159179687500 +0.213867187500 +0.088867187500 +-0.204101562500 +0.197265625000 +0.112304687500 +0.078613281250 +0.125976562500 +0.128906250000 +0.068847656250 +-0.033203125000 +-0.044189453125 +0.165039062500 +-0.040771484375 +-0.117187500000 +-0.416015625000 +-0.094238281250 +-0.012329101562 +-0.021484375000 +-0.088867187500 +-0.326171875000 +-0.090332031250 +0.045654296875 +-0.145507812500 +0.077636718750 +-0.216796875000 +-0.221679687500 +-0.039306640625 +0.008850097656 +0.145507812500 +-0.063476562500 +-0.145507812500 +0.154296875000 +-0.503906250000 +0.031738281250 +0.026367187500 +-0.097656250000 +0.058105468750 +-0.026611328125 +-0.213867187500 +-0.103027343750 +0.100585937500 +-0.023437500000 +-0.023925781250 +0.191406250000 +-0.076660156250 +0.063964843750 +0.097167968750 +-0.007598876953 +-0.012207031250 +-0.118652343750 +-0.151367187500 +-0.099121093750 +-0.166992187500 +0.010925292969 +0.261718750000 +-0.100097656250 +0.125976562500 +0.069824218750 +-0.062011718750 +0.217773437500 +-0.003860473633 +-0.047119140625 +0.241210937500 +0.054443359375 +-0.033203125000 +-0.082031250000 +0.085937500000 +-0.180664062500 +0.373046875000 +0.097656250000 +-0.176757812500 +-0.048583984375 +0.159179687500 +0.039062500000 +0.070800781250 +-0.031738281250 +0.044189453125 +0.253906250000 +0.131835937500 +-0.121582031250 +0.049072265625 +0.020263671875 +0.049072265625 +-0.091308593750 +-0.089843750000 +-0.220703125000 +-0.067871093750 +0.005310058594 +0.242187500000 +-0.178710937500 +-0.151367187500 +0.150390625000 +-0.302734375000 +0.040283203125 +0.026855468750 +0.247070312500 +-0.112792968750 +0.020019531250 +-0.014099121094 +-0.026123046875 +-0.067871093750 +0.045654296875 +-0.174804687500 +0.138671875000 +0.009765625000 +-0.213867187500 +0.125000000000 +-0.261718750000 +-0.139648437500 +0.013427734375 +-0.122558593750 +-0.139648437500 +0.061523437500 +0.099121093750 +-0.119140625000 +-0.046386718750 +0.217773437500 +-0.562500000000 +-0.033935546875 +0.015502929688 +-0.225585937500 +0.015869140625 +-0.039062500000 +-0.033935546875 +0.020385742188 +0.145507812500 +-0.275390625000 +-0.068359375000 +-0.093261718750 +0.057128906250 +-0.148437500000 +-0.004760742188 +-0.012695312500 +-0.060302734375 +0.104003906250 +0.294921875000 +-0.287109375000 +0.163085937500 +-0.010498046875 +-0.076171875000 +-0.098144531250 +-0.114746093750 +-0.120117187500 +-0.133789062500 +0.065429687500 +-0.084472656250 +-0.031005859375 +-0.117187500000 +-0.069335937500 +-0.072753906250 +-0.235351562500 +0.071777343750 +-0.135742187500 +-0.064453125000 +0.062500000000 +-0.136718750000 +0.014343261719 +-0.051025390625 +-0.053466796875 +0.232421875000 +-0.098144531250 +0.144531250000 +-0.030639648438 +-0.010253906250 +-0.035400390625 +-0.324218750000 +0.087402343750 +0.021972656250 +0.054443359375 +0.004058837891 +-0.151367187500 +0.124023437500 +-0.086914062500 +-0.026245117188 +-0.020996093750 +-0.083984375000 +0.070800781250 +-0.024169921875 +0.394531250000 +-0.067382812500 +0.102050781250 +0.010498046875 +-0.021118164062 +-0.166015625000 +0.361328125000 +0.030151367188 +0.013916015625 +-0.011108398438 +0.049072265625 +-0.318359375000 +0.687500000000 +-0.114257812500 +0.029418945312 +-0.363281250000 +-0.271484375000 +0.057128906250 +-0.038085937500 +-0.033691406250 +0.296875000000 +-0.038574218750 +-0.047119140625 +-0.115722656250 +-0.511718750000 +-0.057373046875 +-0.024536132812 +0.223632812500 +-0.271484375000 +-0.231445312500 +-0.324218750000 +-0.184570312500 +-0.027954101562 +-0.060302734375 +0.007598876953 +-0.012145996094 +-0.001930236816 +-0.419921875000 +-0.080566406250 +-0.078125000000 +-0.199218750000 +-0.239257812500 +-0.113769531250 +-0.320312500000 +0.026367187500 +0.007476806641 +0.044189453125 +-0.328125000000 +-0.158203125000 +-0.114257812500 +0.106445312500 +0.014160156250 +0.052001953125 +-0.026855468750 +0.077636718750 +-0.198242187500 +-0.080078125000 +0.275390625000 +-0.184570312500 +-0.097167968750 +-0.243164062500 +0.011840820312 +-0.064941406250 +0.021972656250 +0.116699218750 +-0.183593750000 +-0.102539062500 +-0.064453125000 +-0.205078125000 +0.097167968750 +-0.112792968750 +0.061035156250 +0.275390625000 +0.099121093750 +0.081054687500 +-0.014221191406 +0.129882812500 +0.137695312500 +0.078613281250 +-0.150390625000 +-0.055175781250 +-0.263671875000 +-0.131835937500 +-0.159179687500 +0.073730468750 +-0.040283203125 +-0.133789062500 +-0.130859375000 +0.017578125000 +-0.062988281250 +0.095214843750 +0.075195312500 +0.126953125000 +-0.043212890625 +-0.010192871094 +0.011047363281 +0.083007812500 +-0.180664062500 +0.455078125000 +-0.190429687500 +-0.120117187500 +0.097167968750 +-0.013183593750 +0.029418945312 +0.063476562500 +-0.065429687500 +0.116210937500 +-0.061767578125 +-0.160156250000 +0.005676269531 +-0.093750000000 +0.040527343750 +-0.125000000000 +0.136718750000 +0.233398437500 +0.126953125000 +0.214843750000 +-0.069824218750 +0.218750000000 +-0.045654296875 +0.034912109375 +0.078125000000 +0.116210937500 +-0.185546875000 +0.147460937500 +-0.085449218750 +0.253906250000 +-0.003707885742 +0.029663085938 +0.137695312500 +-0.145507812500 +-0.093261718750 +-0.091308593750 +-0.150390625000 +-0.204101562500 +-0.105957031250 +0.085449218750 +0.175781250000 +-0.188476562500 +0.022583007812 +-0.063964843750 +0.038330078125 +0.058837890625 +0.121093750000 +0.210937500000 +-0.014587402344 +-0.046630859375 +0.136718750000 +0.248046875000 +-0.453125000000 +-0.032958984375 +0.207031250000 +-0.051757812500 +0.031494140625 +0.048339843750 +0.090332031250 +0.201171875000 +-0.220703125000 +-0.107421875000 +-0.125976562500 +-0.128906250000 +-0.077148437500 +-0.000385284424 +-0.135742187500 +-0.030273437500 +0.136718750000 +-0.006378173828 +0.177734375000 +-0.197265625000 +-0.007110595703 +0.088378906250 +0.057128906250 +0.005554199219 +-0.102539062500 +0.109863281250 +0.119140625000 +-0.103515625000 +0.026855468750 +-0.020141601562 +-0.068847656250 +0.245117187500 +-0.148437500000 +-0.000297546387 +0.041015625000 +0.095703125000 +0.092773437500 +0.125000000000 +-0.015197753906 +-0.196289062500 +0.012329101562 +0.165039062500 +0.090332031250 +-0.038085937500 +-0.038574218750 +0.007934570312 +0.010742187500 +-0.204101562500 +-0.143554687500 +0.030151367188 +0.108398437500 +0.008850097656 +0.020263671875 +-0.143554687500 +-0.064453125000 +0.002593994141 +-0.247070312500 +0.298828125000 +-0.140625000000 +-0.041503906250 +0.067871093750 +0.122558593750 +-0.234375000000 +0.031250000000 +-0.361328125000 +-0.096679687500 +0.005340576172 +0.004821777344 +-0.031738281250 +0.158203125000 +-0.026977539062 +-0.053222656250 +0.079589843750 +0.195312500000 +0.115234375000 +-0.029296875000 +0.146484375000 +-0.562500000000 +-0.042236328125 +0.163085937500 +0.040039062500 +-0.212890625000 +-0.197265625000 +0.026855468750 +-0.004302978516 +0.004608154297 +-0.018920898438 +0.146484375000 +0.021850585938 +-0.088867187500 +-0.023315429688 +-0.030883789062 +0.047607421875 +-0.043701171875 +0.166015625000 +-0.106445312500 +-0.484375000000 +0.105468750000 +-0.171875000000 +0.175781250000 +-0.080566406250 +-0.271484375000 +-0.131835937500 +-0.523437500000 +-0.033203125000 +0.102539062500 +0.037353515625 +0.052001953125 +-0.100585937500 +0.123535156250 +-0.605468750000 +-0.125000000000 +0.224609375000 +-0.161132812500 +0.014160156250 +-0.030639648438 +-0.120117187500 +0.031738281250 +0.019287109375 +0.134765625000 +0.121093750000 +-0.026855468750 +0.024780273438 +-0.177734375000 +-0.109863281250 +-0.211914062500 +-0.289062500000 +0.163085937500 +0.073730468750 +-0.067871093750 +-0.177734375000 +-0.090820312500 +-0.277343750000 +0.312500000000 +0.043945312500 +-0.121582031250 +-0.112304687500 +0.166992187500 +0.041992187500 +0.198242187500 +-0.024414062500 +0.053222656250 +-0.148437500000 +-0.074707031250 +0.130859375000 +0.202148437500 +-0.222656250000 +0.149414062500 +-0.192382812500 +0.129882812500 +0.155273437500 +-0.188476562500 +-0.166992187500 +0.001037597656 +0.206054687500 +0.009582519531 +-0.052490234375 +-0.133789062500 +0.106933593750 +-0.212890625000 +-0.041503906250 +0.068359375000 +0.037109375000 +-0.002914428711 +0.041259765625 +-0.193359375000 +0.206054687500 +0.275390625000 +-0.032470703125 +0.029663085938 +-0.051269531250 +-0.057128906250 +-0.234375000000 +-0.016479492188 +0.054443359375 +-0.038085937500 +0.157226562500 +-0.308593750000 +0.031494140625 +0.087402343750 +-0.027709960938 +-0.122558593750 +-0.003768920898 +-0.041015625000 +0.082031250000 +-0.147460937500 +-0.065917968750 +-0.112304687500 +0.070312500000 +-0.142578125000 +-0.014892578125 +0.255859375000 +-0.109375000000 +0.178710937500 +0.041748046875 +-0.170898437500 +-0.016601562500 +0.059814453125 +-0.012207031250 +0.109375000000 +-0.138671875000 +0.259765625000 +0.130859375000 +0.265625000000 +0.001106262207 +-0.566406250000 +0.007476806641 +-0.269531250000 +-0.597656250000 +0.027099609375 +-0.001136779785 +0.055175781250 +-0.310546875000 +0.089355468750 +-0.054199218750 +0.255859375000 +-0.269531250000 +0.002975463867 +0.192382812500 +-0.037353515625 +0.018554687500 +0.088867187500 +-0.020263671875 +0.122070312500 +0.074218750000 +0.161132812500 +0.159179687500 +-0.012451171875 +0.117187500000 +-0.073730468750 +-0.261718750000 +0.164062500000 +-0.050537109375 +0.004547119141 +-0.103027343750 +-0.116699218750 +0.118164062500 +-0.111328125000 +-0.122558593750 +0.010314941406 +0.083496093750 +0.140625000000 +-0.016601562500 +-0.076171875000 +0.253906250000 +-0.036621093750 +0.064453125000 +-0.081542968750 +-0.018066406250 +-0.035400390625 +-0.199218750000 +0.075683593750 +-0.063476562500 +-0.022338867188 +-0.008422851562 +0.059814453125 +0.086914062500 +-0.013366699219 +0.056396484375 +-0.081054687500 +0.005462646484 +-0.048095703125 +-0.081542968750 +-0.016967773438 +-0.023925781250 +0.021606445312 +0.026000976562 +0.004028320312 +-0.051513671875 +-0.170898437500 +-0.023071289062 +-0.004272460938 +-0.107910156250 +0.056640625000 +-0.155273437500 +-0.349609375000 +-0.015319824219 +0.006683349609 +0.009948730469 +0.006774902344 +0.030029296875 +-0.150390625000 +0.155273437500 +0.133789062500 +0.025390625000 +0.019042968750 +0.111328125000 +0.049560546875 +-0.055908203125 +-0.013183593750 +0.068847656250 +0.091796875000 +0.105468750000 +0.127929687500 +0.225585937500 +0.111328125000 +-0.108398437500 +0.400390625000 +-0.110351562500 +-0.168945312500 +0.155273437500 +0.118164062500 +0.075683593750 +0.136718750000 +-0.058105468750 +0.296875000000 +-0.205078125000 +-0.679687500000 +-0.089355468750 +-0.263671875000 +-0.228515625000 +-0.271484375000 +0.232421875000 +0.333984375000 +0.224609375000 +-0.178710937500 +0.191406250000 +0.265625000000 +0.001815795898 +-0.006927490234 +0.066894531250 +0.298828125000 +-0.306640625000 +0.128906250000 +0.002014160156 +-0.098632812500 +0.033935546875 +0.056396484375 +0.041748046875 +0.244140625000 +-0.077148437500 +0.121582031250 +0.064941406250 +0.057617187500 +-0.045898437500 +-0.184570312500 +-0.060302734375 +0.173828125000 +-0.328125000000 +0.153320312500 +-0.155273437500 +0.123535156250 +-0.216796875000 +-0.072753906250 +0.058105468750 +-0.075683593750 +0.038818359375 +0.006134033203 +0.198242187500 +-0.153320312500 +-0.120605468750 +0.213867187500 +-0.384765625000 +-0.263671875000 +-0.173828125000 +0.158203125000 +0.255859375000 +-0.077636718750 +0.074707031250 +0.099121093750 +-0.275390625000 +0.034912109375 +-0.137695312500 +0.131835937500 +-0.175781250000 +-0.028564453125 +-0.361328125000 +-0.089843750000 +-0.072753906250 +-0.498046875000 +0.057128906250 +-0.130859375000 +-0.192382812500 +-0.025756835938 +0.100585937500 +-0.027465820312 +0.059326171875 +-0.012695312500 +-0.273437500000 +-0.081542968750 +0.176757812500 +-0.239257812500 +-0.070800781250 +0.065917968750 +-0.006164550781 +-0.031250000000 +-0.061767578125 +0.030029296875 +0.018554687500 +0.031982421875 +0.013000488281 +-0.104003906250 +0.063964843750 +-0.092773437500 +-0.089843750000 +0.190429687500 +0.103027343750 +0.214843750000 +-0.044433593750 +-0.202148437500 +0.179687500000 +0.067871093750 +-0.037109375000 +0.255859375000 +-0.079589843750 +0.076171875000 +-0.089843750000 +-0.287109375000 +0.020263671875 +0.086914062500 +0.117187500000 +0.051513671875 +-0.139648437500 +-0.012023925781 +-0.146484375000 +-0.092285156250 +0.083007812500 +0.218750000000 +-0.289062500000 +0.010742187500 +0.121093750000 +-0.074218750000 +-0.081054687500 +-0.345703125000 +-0.181640625000 +0.103027343750 +0.222656250000 +-0.243164062500 +0.099121093750 +-0.032958984375 +0.111816406250 +-0.000694274902 +-0.004394531250 +0.015869140625 +0.032470703125 +0.072265625000 +0.050292968750 +-0.104980468750 +-0.208984375000 +0.202148437500 +0.032958984375 +0.069824218750 +-0.002059936523 +-0.200195312500 +0.050537109375 +-0.007263183594 +-0.167968750000 +0.094238281250 +0.048583984375 +-0.106445312500 +0.127929687500 +-0.152343750000 +0.123046875000 +0.125976562500 +-0.128906250000 +0.011535644531 +0.339843750000 +0.042724609375 +0.298828125000 +-0.126953125000 +-0.012268066406 +-0.209960937500 +0.020019531250 +-0.062011718750 +-0.277343750000 +0.017333984375 +0.041992187500 +0.078125000000 +-0.195312500000 +-0.140625000000 +0.139648437500 +0.212890625000 +0.033691406250 +0.011779785156 +0.034667968750 +0.037109375000 +-0.175781250000 +-0.046875000000 +0.070800781250 +-0.049316406250 +-0.160156250000 +0.139648437500 +0.057373046875 +0.154296875000 +-0.015258789062 +0.069824218750 +0.166992187500 +-0.165039062500 +-0.105468750000 +0.076171875000 +-0.086914062500 +-0.067871093750 +0.025878906250 +-0.017700195312 +-0.263671875000 +0.103515625000 +0.049560546875 +0.031005859375 +-0.068359375000 +-0.204101562500 +-0.061279296875 +-0.098632812500 +0.106933593750 +-0.406250000000 +0.058105468750 +-0.152343750000 +-0.062988281250 +-0.043212890625 +-0.037841796875 +0.017211914062 +0.102539062500 +0.022705078125 +0.238281250000 +0.077636718750 +0.039062500000 +-0.007110595703 +0.044677734375 +-0.136718750000 +0.020996093750 +-0.057617187500 +0.197265625000 +0.073242187500 +-0.039550781250 +0.049804687500 +0.039550781250 +0.024780273438 +-0.139648437500 +-0.308593750000 +0.059570312500 +0.111816406250 +-0.057373046875 +0.010620117188 +0.036376953125 +0.012512207031 +0.077148437500 +-0.222656250000 +-0.087890625000 +0.049560546875 +0.056640625000 +-0.213867187500 +0.086425781250 +-0.024780273438 +-0.259765625000 +0.108886718750 +-0.117187500000 +-0.123046875000 +0.050537109375 +-0.201171875000 +-0.048583984375 +-0.126953125000 +-0.124023437500 +-0.182617187500 +-0.214843750000 +0.045898437500 +-0.140625000000 +0.100097656250 +0.069824218750 +0.062988281250 +0.047851562500 +-0.043457031250 +-0.127929687500 +-0.175781250000 +-0.083496093750 +-0.093750000000 +-0.116699218750 +0.048095703125 +-0.250000000000 +0.044677734375 +-0.117675781250 +-0.107910156250 +-0.250000000000 +-0.235351562500 +-0.173828125000 +0.162109375000 +0.140625000000 +0.106445312500 +0.062988281250 +-0.040039062500 +-0.080078125000 +-0.466796875000 +-0.032470703125 +-0.181640625000 +-0.012084960938 +-0.357421875000 +-0.075195312500 +0.139648437500 +-0.166015625000 +-0.021362304688 +0.037597656250 +-0.196289062500 +0.238281250000 +-0.066894531250 +0.168945312500 +-0.208984375000 +0.025878906250 +-0.100585937500 +-0.289062500000 +-0.106445312500 +-0.087890625000 +-0.085937500000 +0.014892578125 +-0.093750000000 +-0.038818359375 +0.033935546875 +-0.158203125000 +-0.021484375000 +-0.015625000000 +0.049316406250 +0.044189453125 +0.016235351562 +-0.202148437500 +-0.221679687500 +0.126953125000 +0.160156250000 +0.073730468750 +0.503906250000 +-0.203125000000 +0.137695312500 +0.111816406250 +-0.134765625000 +-0.198242187500 +0.180664062500 +0.095214843750 +-0.111328125000 +-0.055664062500 +0.023681640625 +0.066894531250 +0.028564453125 +0.007080078125 +-0.087890625000 +-0.221679687500 +0.104003906250 +0.002136230469 +0.205078125000 +0.039062500000 +-0.219726562500 +-0.117187500000 +-0.129882812500 +-0.038330078125 +0.012329101562 +-0.162109375000 +0.218750000000 +0.059570312500 +-0.135742187500 +-0.065429687500 +-1.234375000000 +0.050537109375 +0.271484375000 +-0.153320312500 +-0.167968750000 +-0.761718750000 +0.134765625000 +-0.001296997070 +0.453125000000 +-0.013854980469 +-0.310546875000 +0.126953125000 +-0.088378906250 +-0.172851562500 +0.051757812500 +-0.168945312500 +-0.181640625000 +0.171875000000 +0.131835937500 +-0.190429687500 +-0.140625000000 +0.040283203125 +-0.046630859375 +0.086425781250 +-0.140625000000 +0.132812500000 +0.029296875000 +0.006530761719 +-0.275390625000 +-0.229492187500 +-0.138671875000 +0.037841796875 +-0.265625000000 +-0.123535156250 +0.090820312500 +0.010437011719 +-0.088867187500 +0.312500000000 +-0.056152343750 +-0.038330078125 +-0.199218750000 +0.009399414062 +-0.086914062500 +-0.106933593750 +-0.112304687500 +-0.052978515625 +0.201171875000 +-0.067871093750 +-0.145507812500 +-0.011413574219 +-0.087402343750 +0.150390625000 +-0.322265625000 +0.068359375000 +-0.062988281250 +0.058349609375 +-0.119140625000 +0.063964843750 +-0.010681152344 +0.257812500000 +-0.300781250000 +-0.124511718750 +-0.043212890625 +-0.029418945312 +-0.044189453125 +-0.040283203125 +-0.051269531250 +-0.087402343750 +0.115722656250 +-0.089843750000 +0.120117187500 +-0.049804687500 +-0.115722656250 +-0.227539062500 +-0.185546875000 +0.083496093750 +-0.196289062500 +-0.009643554688 +0.100097656250 +-0.144531250000 +0.161132812500 +-0.125976562500 +0.116210937500 +-0.152343750000 +-0.072265625000 +0.003051757812 +-0.228515625000 +-0.419921875000 +-0.187500000000 +-0.105468750000 +-0.080078125000 +0.027099609375 +-0.143554687500 +-0.180664062500 +-0.086914062500 +-0.486328125000 +-0.029663085938 +-0.131835937500 +0.069335937500 +-0.015258789062 +0.287109375000 +0.104492187500 +0.066406250000 +-0.199218750000 +0.052001953125 +-0.130859375000 +-0.330078125000 +0.000429153442 +-0.157226562500 +0.043457031250 +-0.322265625000 +-0.151367187500 +0.080566406250 +0.039794921875 +-0.067382812500 +-0.106445312500 +-0.009338378906 +0.198242187500 +0.113281250000 +-0.018310546875 +-0.244140625000 +-0.031982421875 +-0.239257812500 +-0.181640625000 +-0.011901855469 +-0.008850097656 +0.359375000000 +0.034912109375 +-0.184570312500 +-0.222656250000 +-0.062011718750 +-0.002517700195 +-0.026245117188 +0.033935546875 +-0.083984375000 +-0.367187500000 +0.184570312500 +-0.104492187500 +-0.064453125000 +0.090820312500 +-0.214843750000 +-0.065917968750 +-0.052978515625 +-0.191406250000 +-0.020996093750 +0.141601562500 +-0.119140625000 +-0.126953125000 +-0.102050781250 +-0.077636718750 +-0.126953125000 +-0.118164062500 +-0.108886718750 +-0.183593750000 +0.062500000000 +-0.033203125000 +-0.281250000000 +0.050781250000 +0.023681640625 +0.088378906250 +0.070312500000 +-0.000153541565 +-0.030639648438 +0.024169921875 +0.060058593750 +-0.166992187500 +0.066894531250 +-0.050781250000 +-0.213867187500 +-0.114257812500 +0.009643554688 +-0.021972656250 +-0.199218750000 +-0.230468750000 +-0.125000000000 +-0.184570312500 +0.008117675781 +0.030029296875 +-0.029541015625 +0.029663085938 +-0.294921875000 +-0.133789062500 +-0.085937500000 +0.064453125000 +0.165039062500 +0.108886718750 +0.016845703125 +0.170898437500 +0.230468750000 +0.110351562500 +-0.132812500000 +0.134765625000 +0.030639648438 +0.181640625000 +-0.004455566406 +-0.019287109375 +-0.027099609375 +0.001770019531 +0.273437500000 +-0.148437500000 +0.043457031250 +0.040527343750 +-0.044921875000 +0.003692626953 +-0.155273437500 +0.166992187500 +0.028930664062 +-0.136718750000 +0.035156250000 +0.096191406250 +-0.059570312500 +0.095214843750 +-0.029663085938 +-0.043701171875 +0.027954101562 +0.242187500000 +-0.131835937500 +-0.194335937500 +0.090820312500 +-0.201171875000 +-0.027832031250 +-0.139648437500 +-0.151367187500 +0.159179687500 +0.011169433594 +-0.155273437500 +0.055664062500 +0.076171875000 +-0.029052734375 +0.020996093750 +0.143554687500 +-0.101074218750 +0.005004882812 +0.043945312500 +-0.039550781250 +-0.267578125000 +-0.373046875000 +0.162109375000 +0.291015625000 +-0.185546875000 +0.124511718750 +-0.054199218750 +0.131835937500 +0.160156250000 +-0.186523437500 +-0.196289062500 +-0.004638671875 +-0.010620117188 +-0.289062500000 +0.109375000000 +0.100585937500 +-0.071777343750 +-0.402343750000 +0.034423828125 +0.038818359375 +-0.031250000000 +0.033691406250 +0.054443359375 +0.113281250000 +0.038085937500 +0.041015625000 +-0.115722656250 +0.042724609375 +0.093261718750 +0.198242187500 +0.109375000000 +-0.186523437500 +0.021118164062 +0.026489257812 +0.229492187500 +0.136718750000 +-0.101074218750 +-0.213867187500 +-0.039794921875 +0.072265625000 +-0.314453125000 +0.253906250000 +0.162109375000 +0.079589843750 +-0.086914062500 +-0.617187500000 +-0.162109375000 +-0.005187988281 +-0.073730468750 +0.057128906250 +-0.217773437500 +0.014831542969 +-0.343750000000 +-0.141601562500 +0.003799438477 +0.052734375000 +0.230468750000 +-0.070800781250 +0.169921875000 +-0.087890625000 +-0.458984375000 +-0.250000000000 +-0.273437500000 +0.300781250000 +-0.053955078125 +-0.071289062500 +-0.047607421875 +-0.283203125000 +0.003692626953 +0.060302734375 +-0.083984375000 +0.291015625000 +-0.126953125000 +-0.367187500000 +-0.107421875000 +-0.100097656250 +-0.104003906250 +0.042236328125 +-0.163085937500 +-0.124511718750 +0.083007812500 +-0.115722656250 +0.061767578125 +-0.029174804688 +-0.145507812500 +-0.138671875000 +-0.283203125000 +0.085449218750 +0.133789062500 +-0.149414062500 +-0.119140625000 +-0.007568359375 +-0.058837890625 +-0.026733398438 +-0.085937500000 +0.155273437500 +-0.045654296875 +-0.292968750000 +-0.104492187500 +0.030395507812 +-0.062500000000 +-0.275390625000 +-0.005035400391 +0.235351562500 +0.025512695312 +0.113281250000 +-0.062255859375 +-0.027343750000 +-0.043701171875 +-0.130859375000 +0.014160156250 +-0.190429687500 +0.202148437500 +-0.061523437500 +-0.003540039062 +-0.359375000000 +0.112792968750 +0.044189453125 +0.166992187500 +-0.033691406250 +-0.163085937500 +-0.119140625000 +0.138671875000 +-0.306640625000 +0.023559570312 +0.154296875000 +0.137695312500 +-0.172851562500 +-0.029541015625 +0.189453125000 +0.056884765625 +0.041259765625 +-0.161132812500 +0.205078125000 +-0.121093750000 +0.018066406250 +-0.201171875000 +-0.273437500000 +0.371093750000 +-0.384765625000 +-0.014343261719 +-0.294921875000 +0.146484375000 +0.114257812500 +-0.302734375000 +-0.640625000000 +0.059326171875 +-0.193359375000 +-0.059814453125 +0.112792968750 +0.137695312500 +0.065917968750 +-0.125000000000 +0.279296875000 +0.011291503906 +-0.106445312500 +0.201171875000 +-0.068359375000 +-0.137695312500 +-0.057617187500 +-0.206054687500 +0.118164062500 +0.211914062500 +0.073242187500 +-0.012817382812 +-0.376953125000 +0.104003906250 +0.044433593750 +-0.234375000000 +0.065429687500 +0.048828125000 +0.016723632812 +-0.158203125000 +-0.183593750000 +-0.020385742188 +-0.173828125000 +-0.058837890625 +-0.263671875000 +-0.124511718750 +0.195312500000 +-0.238281250000 +0.226562500000 +-0.144531250000 +0.037841796875 +0.072265625000 +-0.078613281250 +-0.010131835938 +0.010314941406 +-0.241210937500 +-0.023681640625 +0.171875000000 +-0.075683593750 +-0.263671875000 +0.032958984375 +-0.289062500000 +0.251953125000 +0.085937500000 +-0.104980468750 +0.040527343750 +0.076171875000 +-0.121093750000 +-0.146484375000 +-0.105468750000 +0.095214843750 +0.033203125000 +-0.011047363281 +-0.073730468750 +0.151367187500 +-0.227539062500 +-0.114257812500 +-0.104003906250 +-0.177734375000 +0.026489257812 +0.030395507812 +0.100585937500 +-0.042968750000 +0.017944335938 +-0.107421875000 +-0.157226562500 +0.040039062500 +-0.065917968750 +0.029418945312 +-0.054931640625 +0.035888671875 +0.054443359375 +0.136718750000 +-0.020629882812 +-0.168945312500 +0.145507812500 +0.055908203125 +0.111816406250 +0.069335937500 +-0.070312500000 +0.059326171875 +-0.134765625000 +-0.030761718750 +0.141601562500 +-0.067382812500 +-0.414062500000 +0.086425781250 +-0.115234375000 +0.079589843750 +-0.188476562500 +-0.093261718750 +-0.126953125000 +-0.098632812500 +-0.224609375000 +0.202148437500 +0.036621093750 +0.139648437500 +-0.066894531250 +0.096679687500 +0.022094726562 +0.028198242188 +0.126953125000 +-0.124511718750 +-0.300781250000 +-0.061523437500 +-0.239257812500 +-0.120605468750 +-0.065917968750 +0.036621093750 +-0.210937500000 +0.012634277344 +0.104492187500 +-0.216796875000 +0.091796875000 +-0.152343750000 +-0.126953125000 +0.155273437500 +0.054199218750 +0.046386718750 +0.095703125000 +-0.036132812500 +-0.120117187500 +0.041748046875 +-0.199218750000 +-0.004333496094 +0.020019531250 +-0.181640625000 +-0.041992187500 +0.139648437500 +-0.152343750000 +-0.213867187500 +-0.365234375000 +-0.175781250000 +0.069824218750 +-0.011230468750 +0.033203125000 +0.055419921875 +-0.113769531250 +-0.050292968750 +0.019165039062 +-0.357421875000 +0.086914062500 +-0.186523437500 +0.011474609375 +0.055419921875 +-0.112304687500 +0.044189453125 +0.194335937500 +0.031250000000 +0.091796875000 +-0.208007812500 +0.141601562500 +-0.335937500000 +-0.020996093750 +-0.058349609375 +-0.255859375000 +0.033203125000 +-0.200195312500 +0.063476562500 +-0.078613281250 +-0.106933593750 +0.216796875000 +0.049804687500 +-0.057128906250 +0.152343750000 +-0.139648437500 +0.091308593750 +-0.179687500000 +0.083984375000 +0.075195312500 +0.016479492188 +-0.000276565552 +-0.026733398438 +0.118652343750 +-0.104003906250 +0.029907226562 +0.002136230469 +-0.281250000000 +-0.078125000000 +-0.120605468750 +-0.169921875000 +-0.215820312500 +-0.085937500000 +0.118652343750 +-0.308593750000 +-0.132812500000 +-0.077636718750 +0.320312500000 +0.085937500000 +0.217773437500 +0.032226562500 +-0.023559570312 +-0.071289062500 +-0.039794921875 +-0.131835937500 +0.024414062500 +-0.229492187500 +-0.067871093750 +0.070800781250 +-0.167968750000 +0.074707031250 +0.028076171875 +-0.113769531250 +-0.271484375000 +0.062255859375 +0.029663085938 +-0.228515625000 +-0.322265625000 +0.084472656250 +-0.458984375000 +-0.027221679688 +0.123046875000 +0.058593750000 +-0.107421875000 +0.333984375000 +-0.065429687500 +0.054199218750 +-0.152343750000 +0.222656250000 +0.082519531250 +-0.109863281250 +0.298828125000 +0.010925292969 +0.018188476562 +0.079101562500 +-0.105468750000 +0.053955078125 +-0.126953125000 +0.019165039062 +-0.081542968750 +0.051757812500 +0.001091003418 +-0.152343750000 +0.125000000000 +-0.189453125000 +0.090820312500 +0.247070312500 +-0.361328125000 +-0.060791015625 +0.207031250000 +0.143554687500 +-0.071289062500 +-0.014038085938 +0.267578125000 +0.021240234375 +0.076171875000 +0.083007812500 +-0.044921875000 +-0.060302734375 +-0.021972656250 +0.134765625000 +0.312500000000 +-0.004150390625 +-0.126953125000 +-0.318359375000 +0.131835937500 +0.162109375000 +-0.075683593750 +0.322265625000 +0.131835937500 +-0.132812500000 +0.232421875000 +-0.144531250000 +0.049804687500 +0.133789062500 +0.007354736328 +0.011901855469 +-0.056396484375 +-0.007659912109 +0.026245117188 +-0.083984375000 +-0.236328125000 +0.044677734375 +-0.090820312500 +0.022705078125 +-0.040771484375 +-0.111328125000 +0.088378906250 +-0.104003906250 +0.100585937500 +-0.025512695312 +-0.194335937500 +-0.160156250000 +-0.097656250000 +-0.349609375000 +-0.027221679688 +0.079101562500 +0.060791015625 +-0.187500000000 +0.036376953125 +-0.074218750000 +-0.032470703125 +-0.019897460938 +0.081542968750 +0.066406250000 +-0.037841796875 +0.169921875000 +0.113769531250 +-0.247070312500 +-0.035156250000 +0.054931640625 +-0.014465332031 +0.238281250000 +-0.257812500000 +-0.339843750000 +-0.047851562500 +0.149414062500 +-0.025390625000 +0.152343750000 +-0.112792968750 +-0.083496093750 +0.025878906250 +-0.011535644531 +0.014282226562 +0.031982421875 +-0.117187500000 +0.061035156250 +-0.195312500000 +-0.105468750000 +0.074707031250 +-0.130859375000 +-0.166015625000 +-0.228515625000 +0.053466796875 +0.231445312500 +-0.053710937500 +-0.030151367188 +0.066406250000 +-0.007537841797 +-0.144531250000 +-0.265625000000 +0.048339843750 +0.015075683594 +-0.382812500000 +0.195312500000 +-0.185546875000 +-0.214843750000 +-0.076660156250 +0.049072265625 +-0.105957031250 +-0.261718750000 +-0.250000000000 +0.016723632812 +0.131835937500 +0.022338867188 +0.168945312500 +-0.046875000000 +-0.117675781250 +-0.166992187500 +0.041748046875 +0.038330078125 +0.144531250000 +0.035400390625 +-0.062500000000 +0.094238281250 +-0.664062500000 +0.042968750000 +0.057861328125 +0.092285156250 +0.105468750000 +-0.080078125000 +-0.023193359375 +0.000164985657 +0.088378906250 +-0.018432617188 +-0.267578125000 +0.153320312500 +-0.081054687500 +-0.150390625000 +-0.067871093750 +-0.216796875000 +0.041015625000 +0.093261718750 +0.045410156250 +0.050537109375 +-0.117675781250 +-0.151367187500 +-0.006896972656 +-0.016601562500 +-0.195312500000 +-0.093261718750 +-0.013732910156 +0.015380859375 +0.129882812500 +0.099609375000 +0.052490234375 +-0.052001953125 +-0.139648437500 +-0.020263671875 +-0.083984375000 +0.054931640625 +-0.124511718750 +-0.192382812500 +0.031250000000 +-0.087402343750 +-0.170898437500 +-0.494140625000 +0.026489257812 +-0.050048828125 +-0.271484375000 +0.126953125000 +-0.001045227051 +0.068847656250 +0.147460937500 +0.054931640625 +0.193359375000 +-0.124511718750 +-0.531250000000 +-0.157226562500 +-0.033691406250 +0.007049560547 +-0.068847656250 +0.285156250000 +-0.245117187500 +-0.186523437500 +0.114746093750 +-0.177734375000 +0.131835937500 +0.048095703125 +-0.033935546875 +0.207031250000 +-0.085937500000 +-0.038574218750 +-0.217773437500 +-0.140625000000 +-0.037841796875 +0.003784179688 +-0.234375000000 +0.016113281250 +0.081542968750 +-0.001228332520 +0.009033203125 +0.059326171875 +0.073242187500 +0.176757812500 +-0.064453125000 +0.051025390625 +-0.373046875000 +0.043701171875 +-0.261718750000 +-0.033203125000 +-0.074707031250 +-0.045166015625 +-0.026000976562 +0.195312500000 +-0.030639648438 +-0.091308593750 +-0.021240234375 +0.059570312500 +0.019531250000 +-0.251953125000 +0.218750000000 +-0.108886718750 +-0.253906250000 +0.071289062500 +-0.154296875000 +0.074707031250 +-0.040527343750 +0.029296875000 +0.046386718750 +-0.233398437500 +0.063476562500 +0.021606445312 +-0.117187500000 +-0.129882812500 +-0.078613281250 +0.124023437500 +0.166992187500 +0.143554687500 +0.048583984375 +-0.013732910156 +-0.423828125000 +-0.019042968750 +-0.030029296875 +0.122070312500 +0.039794921875 +0.289062500000 +0.204101562500 +0.042724609375 +0.208007812500 +0.205078125000 +-0.181640625000 +-0.119140625000 +-0.005065917969 +-0.146484375000 +-0.072753906250 +0.013183593750 +0.069335937500 +0.065917968750 +-0.192382812500 +-0.429687500000 +-0.108886718750 +0.072753906250 +-0.410156250000 +0.077636718750 +0.246093750000 +0.221679687500 +0.056152343750 +0.208984375000 +0.055419921875 +0.257812500000 +0.088867187500 +-0.273437500000 +-0.166015625000 +0.202148437500 +-0.072265625000 +0.057617187500 +0.010498046875 +-0.149414062500 +-0.128906250000 +-0.070800781250 +0.027221679688 +0.168945312500 +0.065429687500 +-0.092773437500 +-0.164062500000 +0.066894531250 +-0.047607421875 +-0.159179687500 +-0.185546875000 +-0.034423828125 +-0.032714843750 +-0.019287109375 +0.040771484375 +0.168945312500 +-0.308593750000 +-0.243164062500 +-0.071777343750 +-0.161132812500 +-0.228515625000 +0.127929687500 +-0.032714843750 +0.125976562500 +0.198242187500 +-0.177734375000 +-0.018676757812 +0.169921875000 +-0.085449218750 +0.101562500000 +-0.025024414062 +-0.213867187500 +-0.157226562500 +-0.039550781250 +-0.136718750000 +-0.044433593750 +-0.031005859375 +-0.234375000000 +0.080566406250 +-0.194335937500 +0.020874023438 +0.045166015625 +0.092285156250 +0.219726562500 +0.116699218750 +-0.099609375000 +0.195312500000 +-0.135742187500 +-0.061523437500 +0.086914062500 +0.058349609375 +-0.045898437500 +0.083496093750 +-0.137695312500 +-0.176757812500 +0.206054687500 +0.074218750000 +-0.341796875000 +-0.335937500000 +0.029052734375 +-0.119628906250 +0.019165039062 +-0.076171875000 +-0.083007812500 +-0.263671875000 +-0.026367187500 +0.117675781250 +-0.093750000000 +0.190429687500 +-0.094726562500 +-0.069335937500 +0.207031250000 +-0.277343750000 +0.115234375000 +-0.094238281250 +-0.006408691406 +-0.104003906250 +0.077636718750 +-0.030761718750 +0.077148437500 +-0.054443359375 +0.050537109375 +0.310546875000 +-0.015014648438 +-0.065917968750 +-0.076660156250 +0.171875000000 +-0.141601562500 +-0.060791015625 +-0.002914428711 +-0.082031250000 +0.053222656250 +-0.130859375000 +0.008544921875 +-0.239257812500 +-0.013427734375 +0.033935546875 +-0.324218750000 +-0.141601562500 +0.074707031250 +-0.016235351562 +0.002258300781 +-0.237304687500 +0.132812500000 +0.101074218750 +-0.078613281250 +-0.081054687500 +0.019165039062 +0.170898437500 +-0.007293701172 +0.124023437500 +-0.062011718750 +0.029663085938 +-0.161132812500 +-0.048828125000 +0.136718750000 +-0.014648437500 +0.009338378906 +-0.141601562500 +-0.151367187500 +-0.055908203125 +0.186523437500 +-0.058105468750 +0.052246093750 +-0.110351562500 +-0.005218505859 +0.017211914062 +0.208007812500 +-0.296875000000 +-0.084960937500 +0.062255859375 +-0.156250000000 +-0.024658203125 +-0.100097656250 +0.060058593750 +0.131835937500 +-0.294921875000 +-0.118164062500 +0.045166015625 +-0.012145996094 +-0.135742187500 +-0.162109375000 +0.126953125000 +0.098632812500 +-0.019775390625 +0.070312500000 +-0.065429687500 +-0.123046875000 +-0.151367187500 +0.052734375000 +-0.078125000000 +0.002655029297 +-0.158203125000 +-0.125000000000 +0.025512695312 +0.109863281250 +0.007995605469 +0.112304687500 +0.068847656250 +-0.204101562500 +0.131835937500 +-0.175781250000 +-0.084960937500 +-0.121093750000 +-0.388671875000 +-0.384765625000 +-0.046875000000 +-0.007629394531 +-0.133789062500 +-0.076171875000 +-0.100585937500 +-0.113281250000 +0.152343750000 +-0.028198242188 +-0.016357421875 +0.006927490234 +-0.143554687500 +0.016601562500 +-0.155273437500 +0.004760742188 +-0.206054687500 +0.024047851562 +0.025024414062 +-0.171875000000 +0.244140625000 +0.074707031250 +-0.037841796875 +0.041503906250 +0.137695312500 +-0.182617187500 +0.040283203125 +0.143554687500 +-0.310546875000 +-0.092773437500 +0.013122558594 +0.078613281250 +-0.222656250000 +0.064453125000 +-0.019165039062 +0.172851562500 +0.168945312500 +-0.007141113281 +-0.074707031250 +0.223632812500 +-0.057128906250 +-0.121582031250 +-0.088867187500 +-0.097167968750 +0.069335937500 +0.015014648438 +0.070800781250 +-0.141601562500 +-0.028686523438 +-0.197265625000 +-0.037597656250 +-0.166992187500 +0.178710937500 +-0.181640625000 +0.178710937500 +0.081054687500 +0.174804687500 +-0.082031250000 +0.098144531250 +-0.028320312500 +-0.064941406250 +0.219726562500 +0.095214843750 +0.002929687500 +0.003890991211 +-0.130859375000 +-0.166015625000 +0.019042968750 +0.054687500000 +0.065429687500 +0.195312500000 +-0.117187500000 +-0.345703125000 +-0.012695312500 +0.040527343750 +0.076171875000 +0.096191406250 +0.353515625000 +-0.042236328125 +-0.053466796875 +-0.187500000000 +-0.006622314453 +-0.084960937500 +-0.035156250000 +0.172851562500 +-0.217773437500 +-0.187500000000 +0.020019531250 +0.054199218750 +0.093261718750 +-0.093261718750 +-0.339843750000 +-0.091308593750 +-0.015563964844 +-0.306640625000 +-0.089843750000 +-0.148437500000 +-0.221679687500 +-0.049560546875 +0.056884765625 +-0.355468750000 +0.171875000000 +-0.224609375000 +0.062255859375 +-0.047119140625 +-0.165039062500 +-0.026733398438 +0.046630859375 +0.232421875000 +0.166015625000 +-0.263671875000 +-0.010986328125 +0.153320312500 +-0.154296875000 +-0.199218750000 +-0.024902343750 +-0.050048828125 +0.183593750000 +-0.136718750000 +-0.012207031250 +-0.028808593750 +-0.084472656250 +0.130859375000 +-0.236328125000 +0.075195312500 +-0.060302734375 +-0.167968750000 +-0.006439208984 +0.030395507812 +0.031982421875 +-0.010620117188 +-0.064453125000 +0.015869140625 +-0.104980468750 +0.038818359375 +-0.075683593750 +0.472656250000 +0.173828125000 +-0.091796875000 +0.018066406250 +0.167968750000 +-0.003799438477 +-0.048095703125 +-0.026855468750 +0.079101562500 +-0.034667968750 +0.043212890625 +-0.243164062500 +0.028930664062 +0.115234375000 +0.058837890625 +0.018432617188 +0.029785156250 +0.208984375000 +-0.131835937500 +-0.037353515625 +-0.025390625000 +0.117187500000 +-0.150390625000 +0.008911132812 +-0.025146484375 +-0.077636718750 +0.043701171875 +-0.103515625000 +-0.020751953125 +-0.118652343750 +-0.087402343750 +-0.025390625000 +-0.191406250000 +-0.037597656250 +0.062255859375 +0.112304687500 +0.172851562500 +-0.043945312500 +0.028198242188 +0.047119140625 +-0.050048828125 +0.129882812500 +0.017089843750 +-0.178710937500 +-0.306640625000 +0.015136718750 +0.312500000000 +-0.106445312500 +-0.117675781250 +0.033935546875 +-0.056640625000 +-0.183593750000 +0.228515625000 +0.086914062500 +-0.474609375000 +0.219726562500 +-0.047851562500 +-0.094726562500 +-0.028198242188 +0.079589843750 +0.070800781250 +-0.038085937500 +-0.113769531250 +0.074218750000 +0.137695312500 +0.007476806641 +-0.246093750000 +-0.069335937500 +-0.128906250000 +-0.014770507812 +-0.012390136719 +0.375000000000 +0.039550781250 +-0.378906250000 +0.209960937500 +0.119140625000 +0.123535156250 +0.035156250000 +-0.024169921875 +-0.005249023438 +0.100097656250 +-0.123046875000 +0.652343750000 +-0.008239746094 +-0.049804687500 +-0.476562500000 +0.139648437500 +0.104003906250 +0.040771484375 +-0.062988281250 +0.045654296875 +-0.217773437500 +0.064453125000 +-0.197265625000 +0.045166015625 +-0.024780273438 +0.034423828125 +0.018432617188 +-0.074218750000 +-0.016113281250 +-0.068359375000 +-0.053222656250 +0.163085937500 +0.023559570312 +-0.042480468750 +0.175781250000 +0.110839843750 +-0.142578125000 +0.111328125000 +0.226562500000 +0.063476562500 +0.021362304688 +-0.102539062500 +0.261718750000 +0.084960937500 +-0.048828125000 +0.281250000000 +0.166992187500 +-0.167968750000 +0.142578125000 +-0.330078125000 +-0.181640625000 +-0.123046875000 +0.103515625000 +0.043457031250 +-0.242187500000 +0.144531250000 +0.153320312500 +0.129882812500 +-0.111816406250 +-0.142578125000 +-0.061035156250 +-0.343750000000 +-0.275390625000 +0.009887695312 +0.207031250000 +-0.223632812500 +-0.156250000000 +0.341796875000 +-0.176757812500 +-0.108886718750 +0.117187500000 +-0.110351562500 +-0.018798828125 +0.261718750000 +0.040039062500 +0.302734375000 +0.029541015625 +0.019042968750 +-0.250000000000 +0.043212890625 +0.200195312500 +0.164062500000 +-0.027709960938 +-0.074707031250 +-0.055419921875 +0.049072265625 +-0.228515625000 +-0.013977050781 +0.060791015625 +0.001792907715 +0.112792968750 +-0.044921875000 +0.316406250000 +0.076660156250 +0.010192871094 +0.230468750000 +0.185546875000 +-0.005981445312 +0.035400390625 +-0.078125000000 +-0.150390625000 +-0.178710937500 +-0.126953125000 +0.085937500000 +-0.343750000000 +0.026611328125 +-0.022583007812 +0.015869140625 +0.064941406250 +-0.232421875000 +0.027832031250 +-0.052734375000 +0.083496093750 +0.045898437500 +-0.023193359375 +-0.067382812500 +-0.023437500000 +0.034912109375 +-0.045166015625 +-0.123535156250 +-0.102050781250 +0.069824218750 +0.186523437500 +-0.157226562500 +-0.023193359375 +0.060791015625 +-0.233398437500 +-0.009460449219 +0.112304687500 +-0.228515625000 +-0.243164062500 +0.049316406250 +-0.382812500000 +-0.065917968750 +0.047851562500 +0.021850585938 +-0.153320312500 +-0.067871093750 +-0.088378906250 +0.130859375000 +-0.111816406250 +0.006134033203 +-0.029174804688 +-0.038085937500 +0.046386718750 +0.035156250000 +0.075195312500 +0.054199218750 +0.169921875000 +-0.065429687500 +-0.075195312500 +-0.028686523438 +0.094238281250 +-0.058105468750 +0.156250000000 +0.019775390625 +0.026977539062 +0.135742187500 +-0.238281250000 +-0.101562500000 +-0.055419921875 +-0.129882812500 +0.051025390625 +0.172851562500 +-0.289062500000 +-0.233398437500 +0.141601562500 +-0.365234375000 +-0.022338867188 +0.071289062500 +-0.049560546875 +0.055175781250 +-0.070800781250 +0.314453125000 +0.036865234375 +0.180664062500 +0.079101562500 +-0.078613281250 +0.016357421875 +0.128906250000 +-0.165039062500 +-0.291015625000 +0.210937500000 +0.125000000000 +-0.239257812500 +0.075195312500 +0.078125000000 +-0.386718750000 +0.102539062500 +-0.128906250000 +-0.011230468750 +-0.156250000000 +-0.095214843750 +0.095214843750 +-0.149414062500 +-0.095703125000 +-0.036621093750 +0.021972656250 +-0.107421875000 +0.059326171875 +0.024291992188 +0.092773437500 +0.108398437500 +0.024169921875 +0.125000000000 +0.023925781250 +-0.332031250000 +-0.059814453125 +-0.113769531250 +-0.016235351562 +0.033691406250 +0.160156250000 +0.043457031250 +-0.014282226562 +-0.203125000000 +0.186523437500 +-0.163085937500 +0.160156250000 +-0.008361816406 +-0.326171875000 +0.066894531250 +-0.021606445312 +-0.082519531250 +-0.098632812500 +0.150390625000 +-0.076660156250 +0.073242187500 +0.052246093750 +0.043457031250 +0.185546875000 +-0.166992187500 +-0.079101562500 +-0.045654296875 +-0.089355468750 +0.108398437500 +0.062255859375 +-0.137695312500 +0.149414062500 +-0.285156250000 +-0.291015625000 +-0.003448486328 +0.120605468750 +0.019409179688 +-0.271484375000 +-0.098632812500 +-0.054687500000 +-0.064941406250 +-0.172851562500 +0.018432617188 +-0.066894531250 +-0.066894531250 +0.109863281250 +0.009277343750 +0.189453125000 +-0.609375000000 +-0.201171875000 +0.096191406250 +-0.141601562500 +0.004364013672 +-0.063476562500 +-0.033935546875 +-0.199218750000 +0.182617187500 +0.166015625000 +0.082031250000 +-0.135742187500 +-0.158203125000 +0.192382812500 +0.228515625000 +-0.075195312500 +-0.441406250000 +0.010864257812 +-0.214843750000 +-0.033447265625 +-0.060546875000 +0.090332031250 +0.253906250000 +-0.030151367188 +-0.095214843750 +0.076660156250 +0.135742187500 +-0.079589843750 +0.144531250000 +0.046875000000 +0.008239746094 +-0.237304687500 +-0.306640625000 +-0.141601562500 +-0.144531250000 +-0.127929687500 +-0.190429687500 +-0.065429687500 +-0.044921875000 +0.208007812500 +0.098144531250 +-0.095214843750 +0.060791015625 +-0.104003906250 +0.139648437500 +-0.111328125000 +-0.041503906250 +0.015197753906 +-0.127929687500 +-0.257812500000 +-0.041259765625 +-0.115234375000 +-0.173828125000 +-0.116699218750 +0.253906250000 +-0.318359375000 +-0.020019531250 +-0.084472656250 +-0.511718750000 +0.341796875000 +0.161132812500 +0.226562500000 +-0.142578125000 +-0.001838684082 +-0.004058837891 +0.294921875000 +-0.002655029297 +0.050048828125 +-0.095703125000 +-0.070312500000 +0.093750000000 +-0.038330078125 +0.047119140625 +0.226562500000 +-0.285156250000 +0.127929687500 +-0.361328125000 +-0.150390625000 +0.077148437500 +-0.054199218750 +0.070312500000 +-0.216796875000 +-0.062255859375 +-0.120605468750 +0.016967773438 +0.147460937500 +0.318359375000 +-0.060058593750 +-0.074218750000 +0.031005859375 +0.300781250000 +0.147460937500 +-0.009338378906 +-0.435546875000 +-0.004211425781 +0.178710937500 +-0.019897460938 +-0.095214843750 +0.378906250000 +0.189453125000 +-0.176757812500 +0.085937500000 +-0.156250000000 +0.117187500000 +0.052490234375 +-0.093750000000 +0.009155273438 +-0.163085937500 +0.165039062500 +0.011352539062 +-0.281250000000 +-0.113281250000 +-0.227539062500 +-0.217773437500 +-0.203125000000 +-0.091796875000 +-0.028320312500 +0.078125000000 +0.055664062500 +-0.005554199219 +0.036865234375 +0.090820312500 +0.009521484375 +0.175781250000 +0.222656250000 +-0.013854980469 +0.058837890625 +0.281250000000 +-0.066894531250 +0.109375000000 +0.020874023438 +0.024902343750 +0.016845703125 +-0.050781250000 +0.115722656250 +-0.200195312500 +0.026611328125 +0.219726562500 +-0.046386718750 +-0.136718750000 +0.078613281250 +-0.082519531250 +-0.026245117188 +0.149414062500 +0.133789062500 +0.011779785156 +-0.034423828125 +0.248046875000 +0.014709472656 +0.028198242188 +-0.043701171875 +0.029174804688 +-0.050537109375 +-0.007202148438 +0.035156250000 +-0.058593750000 +-0.088378906250 +0.038574218750 +0.102050781250 +0.062011718750 +0.000705718994 +0.064941406250 +-0.096679687500 +-0.092773437500 +0.006835937500 +-0.175781250000 +0.246093750000 +-0.121093750000 +-0.068847656250 +-0.223632812500 +-0.088867187500 +0.056884765625 +-0.250000000000 +0.210937500000 +-0.145507812500 +-0.004119873047 +0.050292968750 +-0.077148437500 +-0.246093750000 +0.059082031250 +-0.135742187500 +0.124511718750 +0.131835937500 +-0.148437500000 +-0.017700195312 +-0.032226562500 +-0.067382812500 +0.017089843750 +-0.057373046875 +-0.095214843750 +0.030273437500 +-0.337890625000 +0.005889892578 +-0.151367187500 +-0.232421875000 +-0.163085937500 +0.183593750000 +-0.058837890625 +0.178710937500 +0.166992187500 +-0.178710937500 +-0.421875000000 +-0.230468750000 +0.132812500000 +0.124511718750 +0.008850097656 +-0.047363281250 +0.063476562500 +0.006347656250 +-0.086425781250 +-0.056884765625 +0.117187500000 +-0.244140625000 +0.066894531250 +0.185546875000 +0.094726562500 +0.001678466797 +-0.024902343750 +-0.136718750000 +0.129882812500 +-0.143554687500 +0.105468750000 +0.005004882812 +-0.089355468750 +-0.129882812500 +-0.137695312500 +-0.023071289062 +-0.162109375000 +0.011840820312 +-0.131835937500 +0.011779785156 +-0.072265625000 +0.101562500000 +-0.069335937500 +-0.104003906250 +0.003173828125 +-0.028442382812 +0.011474609375 +0.007812500000 +-0.137695312500 +0.041748046875 +0.016723632812 +-0.076660156250 +-0.099121093750 +0.061279296875 +-0.150390625000 +0.044677734375 +-0.123046875000 +-0.105957031250 +-0.024658203125 +0.029785156250 +-0.037841796875 +0.101562500000 +-0.105957031250 +-0.013671875000 +0.058105468750 +-0.128906250000 +-0.010131835938 +-0.062500000000 +0.071289062500 +-0.002334594727 +-0.032470703125 +-0.234375000000 +-0.018310546875 +-0.065429687500 +-0.097656250000 +-0.077636718750 +0.075683593750 +-0.006835937500 +-0.150390625000 +-0.392578125000 +0.011657714844 +-0.012207031250 +-0.114257812500 +0.172851562500 +-0.184570312500 +-0.144531250000 +0.030395507812 +0.029785156250 +-0.221679687500 +-0.103027343750 +-0.006561279297 +0.185546875000 +-0.037841796875 +0.055419921875 +-0.035156250000 +-0.058349609375 +0.129882812500 +0.064941406250 +0.009765625000 +-0.026733398438 +0.042480468750 +-0.125976562500 +0.026855468750 +-0.083496093750 +0.130859375000 +0.005218505859 +0.100585937500 +0.136718750000 +-0.247070312500 +-0.027587890625 +-0.146484375000 +-0.037841796875 +-0.152343750000 +-0.087402343750 +-0.085449218750 +-0.127929687500 +-0.152343750000 +-0.246093750000 +-0.294921875000 +-0.096679687500 +0.017456054688 +-0.130859375000 +-0.024047851562 +0.026733398438 +-0.285156250000 +-0.020751953125 +0.168945312500 +0.015869140625 +-0.008361816406 +-0.028930664062 +0.031982421875 +-0.039062500000 +0.032226562500 +-0.021484375000 +-0.051269531250 +-0.195312500000 +0.157226562500 +-0.080078125000 +-0.104003906250 +0.051025390625 +0.082031250000 +-0.056152343750 +-0.181640625000 +0.156250000000 +-0.113769531250 +0.037109375000 +0.026855468750 +0.155273437500 +-0.147460937500 +0.203125000000 +-0.079589843750 +-0.224609375000 +0.425781250000 +-0.416015625000 +-0.135742187500 +-0.014587402344 +0.196289062500 +-0.208984375000 +-0.204101562500 +-0.007080078125 +0.138671875000 +0.183593750000 +0.088378906250 +-0.015563964844 +0.148437500000 +0.075195312500 +-0.076660156250 +-0.226562500000 +-0.296875000000 +0.110839843750 +-0.060302734375 +0.014648437500 +0.230468750000 +0.079101562500 +-0.035644531250 +0.013671875000 +-0.023437500000 +-0.235351562500 +0.056396484375 +-0.069335937500 +-0.182617187500 +0.082519531250 +-0.166992187500 +0.034179687500 +0.028198242188 +0.351562500000 +0.339843750000 +0.239257812500 +-0.114746093750 +0.125000000000 +0.109863281250 +-0.234375000000 +-0.025756835938 +0.160156250000 +-0.012939453125 +0.061035156250 +-0.013305664062 +-0.142578125000 +0.007080078125 +0.027343750000 +0.017578125000 +-0.025024414062 +-0.180664062500 +0.038330078125 +-0.038818359375 +-0.011596679688 +-0.026855468750 +0.166992187500 +0.292968750000 +-0.181640625000 +-0.166992187500 +0.065917968750 +0.053710937500 +-0.019409179688 +0.044433593750 +0.035644531250 +-0.139648437500 +0.199218750000 +0.067871093750 +0.018920898438 +-0.138671875000 +0.073730468750 +-0.152343750000 +-0.006774902344 +-0.098144531250 +-0.038330078125 +-0.163085937500 +-0.006896972656 +0.196289062500 +-0.110839843750 +-0.022949218750 +-0.306640625000 +0.175781250000 +-0.075683593750 +-0.053466796875 +0.073242187500 +0.149414062500 +0.013122558594 +0.194335937500 +0.010070800781 +0.131835937500 +0.162109375000 +-0.004150390625 +0.218750000000 +-0.208007812500 +-0.259765625000 +-0.143554687500 +-0.237304687500 +-0.014953613281 +-0.012878417969 +0.108398437500 +0.002365112305 +-0.088378906250 +-0.225585937500 +0.050537109375 +-0.041259765625 +0.106445312500 +0.100097656250 +-0.094238281250 +0.041992187500 +-0.029052734375 +-0.013000488281 +0.084960937500 +0.140625000000 +0.217773437500 +-0.119140625000 +-0.330078125000 +0.076660156250 +0.088867187500 +-0.133789062500 +0.187500000000 +0.011474609375 +-0.287109375000 +-0.208984375000 +0.002700805664 +0.070800781250 +-0.112304687500 +0.064453125000 +0.166015625000 +0.064453125000 +-0.335937500000 +-0.216796875000 +0.124023437500 +0.200195312500 +0.029541015625 +-0.218750000000 +-0.503906250000 +-0.014465332031 +0.052001953125 +0.229492187500 +0.003067016602 +0.205078125000 +0.062500000000 +-0.046875000000 +0.308593750000 +0.037353515625 +-0.114257812500 +-0.191406250000 +-0.019287109375 +0.181640625000 +0.298828125000 +-0.014160156250 +0.035156250000 +-0.033203125000 +-0.035888671875 +0.139648437500 +-0.065429687500 +-0.257812500000 +-0.125976562500 +0.018798828125 +-0.123046875000 +-0.016845703125 +0.053466796875 +0.116210937500 +-0.082519531250 +-0.029418945312 +-0.082031250000 +0.084472656250 +-0.081542968750 +-0.109375000000 +-0.038818359375 +0.114257812500 +-0.196289062500 +0.226562500000 +0.130859375000 +0.065429687500 +-0.287109375000 +0.215820312500 +-0.026000976562 +-0.134765625000 +-0.051757812500 +0.106445312500 +0.095703125000 +-0.078613281250 +-0.030029296875 +-0.034179687500 +0.216796875000 +-0.050781250000 +-0.084472656250 +-0.271484375000 +0.054687500000 +-0.287109375000 +0.217773437500 +0.202148437500 +-0.201171875000 +0.049560546875 +0.006683349609 +-0.225585937500 +-0.066406250000 +-0.044433593750 +0.038085937500 +-0.363281250000 +0.128906250000 +0.050537109375 +0.023071289062 +-0.242187500000 +-0.144531250000 +-0.014709472656 +-0.213867187500 +0.031005859375 +-0.519531250000 +0.167968750000 +0.100585937500 +0.120117187500 +0.085937500000 +0.131835937500 +0.066406250000 +0.094238281250 +0.275390625000 +0.087890625000 +0.059570312500 +-0.196289062500 +-0.067871093750 +-0.095703125000 +0.075195312500 +-0.431640625000 +0.085449218750 +0.199218750000 +-0.117187500000 +0.037597656250 +-0.007873535156 +0.005035400391 +0.054931640625 +0.108398437500 +-0.170898437500 +0.138671875000 +-0.220703125000 +-0.216796875000 +-0.007568359375 +-0.198242187500 +-0.049072265625 +0.128906250000 +-0.006134033203 +-0.316406250000 +-0.101074218750 +0.177734375000 +0.069335937500 +0.130859375000 +0.130859375000 +0.076171875000 +-0.092285156250 +0.037353515625 +0.016601562500 +-0.216796875000 +-0.210937500000 +0.083984375000 +0.025512695312 +0.185546875000 +0.269531250000 +0.078613281250 +-0.061523437500 +0.007751464844 +0.058349609375 +-0.269531250000 +0.097167968750 +0.171875000000 +-0.211914062500 +-0.062988281250 +-0.131835937500 +0.047119140625 +0.016357421875 +-0.031982421875 +-0.164062500000 +0.115722656250 +-0.359375000000 +-0.111328125000 +0.090820312500 +-0.178710937500 +-0.158203125000 +0.094238281250 +-0.199218750000 +0.179687500000 +-0.188476562500 +0.113769531250 +-0.063476562500 +-0.010070800781 +-0.048339843750 +0.070312500000 +-0.179687500000 +-0.291015625000 +-0.134765625000 +-0.054199218750 +0.249023437500 +-0.113769531250 +0.026123046875 +-0.000839233398 +-0.141601562500 +-0.054931640625 +0.100097656250 +-0.084960937500 +0.002227783203 +-0.152343750000 +0.102539062500 +-0.345703125000 +0.114257812500 +-0.095703125000 +-0.214843750000 +-0.075195312500 +-0.222656250000 +-0.243164062500 +0.085449218750 +-0.186523437500 +-0.055908203125 +-0.052978515625 +-0.150390625000 +-0.056640625000 +-0.050292968750 +-0.333984375000 +0.087402343750 +-0.141601562500 +0.007690429688 +0.115234375000 +0.020751953125 +-0.057373046875 +0.126953125000 +0.133789062500 +0.021484375000 +0.045898437500 +0.020874023438 +-0.050292968750 +-0.157226562500 +-0.026123046875 +0.103515625000 +0.034179687500 +0.038574218750 +-0.070312500000 +-0.037841796875 +-0.002838134766 +-0.232421875000 +-0.253906250000 +-0.013671875000 +-0.080566406250 +-0.115234375000 +-0.085449218750 +0.257812500000 +0.045166015625 +-0.166015625000 +-0.122558593750 +0.092773437500 +-0.110351562500 +0.135742187500 +0.184570312500 +0.070312500000 +-0.213867187500 +0.053955078125 +0.156250000000 +-0.010437011719 +-0.075683593750 +0.263671875000 +0.189453125000 +0.041259765625 +0.227539062500 +0.024658203125 +-0.023559570312 +-0.003082275391 +0.107910156250 +-0.145507812500 +0.018920898438 +-0.182617187500 +0.178710937500 +0.105957031250 +-0.039306640625 +-0.310546875000 +0.072753906250 +-0.083496093750 +-0.184570312500 +0.006317138672 +0.046142578125 +0.121093750000 +0.193359375000 +-0.205078125000 +-0.253906250000 +0.001068115234 +-0.215820312500 +-0.098144531250 +-0.466796875000 +-0.328125000000 +-0.107421875000 +0.030761718750 +-0.164062500000 +-0.084472656250 +-0.263671875000 +0.058593750000 +0.005432128906 +-0.153320312500 +0.001045227051 +0.067871093750 +-0.128906250000 +-0.045410156250 +-0.033203125000 +-0.178710937500 +-0.279296875000 +-0.152343750000 +-0.120605468750 +-0.075195312500 +0.034667968750 +-0.171875000000 +0.064941406250 +0.091308593750 +-0.255859375000 +-0.004547119141 +0.107421875000 +-0.106445312500 +-0.210937500000 +0.050781250000 +0.016113281250 +-0.042236328125 +0.057128906250 +-0.014465332031 +0.089355468750 +-0.251953125000 +0.028686523438 +-0.028564453125 +0.128906250000 +0.031250000000 +-0.134765625000 +0.114746093750 +0.289062500000 +-0.013000488281 +0.052001953125 +-0.068847656250 +-0.043457031250 +-0.064453125000 +0.222656250000 +-0.355468750000 +-0.094238281250 +0.025146484375 +-0.177734375000 +-0.057373046875 +0.110351562500 +-0.114746093750 +-0.015380859375 +-0.056396484375 +-0.002777099609 +-0.053955078125 +0.093261718750 +0.273437500000 +-0.063476562500 +-0.107421875000 +0.251953125000 +0.043212890625 +-0.062255859375 +0.181640625000 +-0.179687500000 +-0.218750000000 +0.113281250000 +0.046142578125 +-0.049316406250 +0.100097656250 +-0.000503540039 +0.022338867188 +-0.172851562500 +-0.132812500000 +0.141601562500 +0.020751953125 +-0.048583984375 +-0.003295898438 +-0.083007812500 +-0.174804687500 +-0.084472656250 +-0.023803710938 +0.100585937500 +-0.113769531250 +-0.253906250000 +-0.145507812500 +0.026855468750 +-0.026855468750 +-0.474609375000 +-0.206054687500 +0.257812500000 +0.092285156250 +0.004364013672 +-0.021972656250 +-0.130859375000 +-0.239257812500 +0.210937500000 +-0.218750000000 +0.546875000000 +0.223632812500 +-0.038330078125 +-0.007232666016 +-0.026367187500 +-0.098144531250 +0.004852294922 +-0.281250000000 +0.259765625000 +0.176757812500 +-0.016113281250 +-0.061279296875 +0.010192871094 +-0.076171875000 +-0.034179687500 +-0.223632812500 +-0.154296875000 +0.048095703125 +0.164062500000 +-0.053710937500 +0.059326171875 +-0.199218750000 +0.158203125000 +-0.090332031250 +0.224609375000 +0.237304687500 +-0.021240234375 +-0.007415771484 +0.037109375000 +0.100585937500 +0.017578125000 +-0.157226562500 +-0.357421875000 +0.015869140625 +-0.099609375000 +0.081542968750 +-0.126953125000 +0.129882812500 +-0.078613281250 +0.038330078125 +0.011840820312 +0.229492187500 +0.044677734375 +-0.248046875000 +0.210937500000 +-0.773437500000 +0.029785156250 +-0.062988281250 +0.152343750000 +0.069824218750 +0.000200271606 +0.267578125000 +-0.142578125000 +0.009765625000 +0.144531250000 +-0.236328125000 +-0.002304077148 +-0.162109375000 +-0.061279296875 +-0.550781250000 +0.109863281250 +-0.104980468750 +-0.053466796875 +-0.063476562500 +-0.003738403320 +-0.554687500000 +-0.219726562500 +0.035400390625 +-0.188476562500 +0.033447265625 +-0.121582031250 +-0.066406250000 +0.164062500000 +0.056640625000 +0.005371093750 +-0.017700195312 +0.076660156250 +-0.213867187500 +0.198242187500 +-0.157226562500 +0.010131835938 +-0.135742187500 +0.161132812500 +0.038330078125 +-0.052734375000 +-0.189453125000 +0.092773437500 +0.152343750000 +-0.304687500000 +0.037109375000 +-0.005432128906 +0.054443359375 +-0.008239746094 +-0.193359375000 +0.200195312500 +0.006256103516 +0.016479492188 +-0.024169921875 +0.098632812500 +-0.123535156250 +-0.096679687500 +-0.021728515625 +0.160156250000 +0.043945312500 +0.000507354736 +0.049316406250 +-0.093750000000 +-0.259765625000 +-0.038085937500 +0.208007812500 +-0.291015625000 +-0.051025390625 +-0.178710937500 +0.030517578125 +-0.021362304688 +-0.015747070312 +-0.013183593750 +-0.016357421875 +0.130859375000 +-0.164062500000 +0.007568359375 +-0.050537109375 +0.031127929688 +0.144531250000 +-0.205078125000 +0.031982421875 +-0.102539062500 +0.020874023438 +-0.084472656250 +-0.376953125000 +0.062988281250 +-0.120605468750 +0.013732910156 +-0.048339843750 +0.000862121582 +-0.091796875000 +-0.232421875000 +0.304687500000 +-0.103515625000 +0.020629882812 +-0.003936767578 +-0.068847656250 +-0.023193359375 +-0.080566406250 +-0.006591796875 +0.062500000000 +0.074707031250 +0.113281250000 +-0.003433227539 +0.197265625000 +-0.173828125000 +0.010437011719 +-0.058593750000 +0.101074218750 +0.062988281250 +-0.041015625000 +-0.008728027344 +0.158203125000 +-0.130859375000 +0.001533508301 +-0.067382812500 +-0.003860473633 +-0.050292968750 +0.136718750000 +-0.021240234375 +0.202148437500 +0.043701171875 +0.210937500000 +0.109375000000 +-0.441406250000 +-0.094238281250 +-0.144531250000 +0.077636718750 +0.092773437500 +0.109375000000 +-0.228515625000 +-0.263671875000 +0.042236328125 +0.265625000000 +0.024169921875 +0.056884765625 +-0.166015625000 +0.068359375000 +0.147460937500 +-0.253906250000 +-0.152343750000 +0.371093750000 +0.097656250000 +0.023071289062 +0.127929687500 +0.013854980469 +0.063964843750 +0.153320312500 +0.008544921875 +0.191406250000 +-0.275390625000 +-0.152343750000 +-0.339843750000 +0.026611328125 +-0.088867187500 +-0.133789062500 +-0.084472656250 +-0.226562500000 +-0.000736236572 +0.008239746094 +-0.226562500000 +-0.153320312500 +0.361328125000 +-0.189453125000 +-0.140625000000 +0.092285156250 +0.074707031250 +0.107421875000 +-0.123046875000 +-0.011230468750 +0.188476562500 +0.095214843750 +0.159179687500 +0.174804687500 +0.033447265625 +-0.209960937500 +-0.109863281250 +-0.069824218750 +-0.196289062500 +0.062255859375 +0.053710937500 +-0.080078125000 +0.144531250000 +-0.068847656250 +-0.439453125000 +0.113769531250 +0.057373046875 +-0.201171875000 +0.038574218750 +-0.089843750000 +-0.002716064453 +0.070312500000 +0.083984375000 +-0.139648437500 +-0.437500000000 +-0.014038085938 +-0.061035156250 +-0.095214843750 +-0.182617187500 +-0.122558593750 +-0.068359375000 +0.207031250000 +0.076660156250 +0.071289062500 +-0.118164062500 +0.085449218750 +0.090332031250 +-0.082031250000 +-0.020874023438 +-0.209960937500 +0.066894531250 +0.271484375000 +-0.029174804688 +-0.147460937500 +-0.069824218750 +-0.129882812500 +0.010681152344 +-0.145507812500 +-0.021362304688 +0.104003906250 +0.058105468750 +-0.337890625000 +-0.085449218750 +-0.055908203125 +0.077636718750 +-0.023803710938 +0.149414062500 +-0.030395507812 +-0.008300781250 +0.164062500000 +0.208984375000 +-0.166015625000 +-0.114257812500 +0.156250000000 +0.018676757812 +-0.004028320312 +-0.193359375000 +-0.148437500000 +-0.193359375000 +-0.222656250000 +-0.041259765625 +-0.109375000000 +0.068359375000 +-0.025756835938 +-0.043701171875 +-0.031127929688 +0.110839843750 +-0.102050781250 +-0.099121093750 +0.052246093750 +0.033447265625 +0.022583007812 +-0.330078125000 +-0.243164062500 +0.170898437500 +-0.123535156250 +-0.048339843750 +-0.214843750000 +-0.106445312500 +0.061279296875 +0.008422851562 +0.079101562500 +-0.382812500000 +-0.166015625000 +-0.025634765625 +0.030151367188 +0.152343750000 +0.169921875000 +-0.160156250000 +0.134765625000 +-0.035644531250 +-0.063476562500 +0.161132812500 +-0.010070800781 +-0.228515625000 +0.047607421875 +-0.429687500000 +-0.186523437500 +0.076660156250 +-0.149414062500 +-0.173828125000 +-0.029785156250 +-0.008728027344 +-0.022460937500 +-0.188476562500 +-0.220703125000 +-0.110839843750 +0.160156250000 +-0.008178710938 +0.003662109375 +-0.075683593750 +-0.000953674316 +-0.097656250000 +-0.052246093750 +0.125000000000 +-0.160156250000 +0.055664062500 +0.010681152344 +-0.017822265625 +-0.003372192383 +-0.171875000000 +0.189453125000 +-0.059570312500 +-0.193359375000 +0.113281250000 +0.067382812500 +-0.235351562500 +0.255859375000 +0.063964843750 +-0.010681152344 +0.054931640625 +-0.194335937500 +0.103515625000 +-0.213867187500 +0.044677734375 +0.193359375000 +-0.349609375000 +0.017944335938 +-0.226562500000 +0.022460937500 +0.453125000000 +-0.057128906250 +0.177734375000 +-0.523437500000 +0.068359375000 +-0.016357421875 +-0.160156250000 +-0.078613281250 +0.026855468750 +-0.091796875000 +0.141601562500 +-0.009277343750 +0.163085937500 +0.002502441406 +0.263671875000 +0.066406250000 +-0.235351562500 +0.242187500000 +-0.034423828125 +0.190429687500 +-0.023681640625 +0.100097656250 +-0.357421875000 +-0.180664062500 +-0.108398437500 +-0.156250000000 +-0.121582031250 +-0.298828125000 +-0.008178710938 +-0.111816406250 +0.148437500000 +-0.027465820312 +-0.070800781250 +-0.032958984375 +0.073242187500 +-0.236328125000 +0.028076171875 +0.062011718750 +0.117187500000 +-0.257812500000 +0.164062500000 +0.232421875000 +0.121093750000 +-0.062988281250 +-0.093750000000 +-0.097167968750 +-0.007232666016 +0.019287109375 +-0.021362304688 +-0.386718750000 +-0.048583984375 +0.115234375000 +0.084960937500 +-0.283203125000 +-0.139648437500 +-0.165039062500 +0.077148437500 +-0.357421875000 +0.021240234375 +-0.035400390625 +-0.149414062500 +-0.005035400391 +0.192382812500 +0.114257812500 +-0.032714843750 +-0.034912109375 +-0.251953125000 +0.149414062500 +-0.041503906250 +0.041015625000 +0.029663085938 +-0.245117187500 +-0.144531250000 +0.182617187500 +0.171875000000 +-0.111328125000 +-0.130859375000 +-0.110839843750 +0.015014648438 +-0.068847656250 +0.182617187500 +-0.137695312500 +0.139648437500 +-0.165039062500 +0.103027343750 +-0.065429687500 +-0.204101562500 +0.182617187500 +0.170898437500 +-0.107421875000 +0.038085937500 +0.047851562500 +-0.104492187500 +0.045898437500 +0.102050781250 +0.220703125000 +0.011962890625 +0.083496093750 +-0.095703125000 +-0.247070312500 +0.036132812500 +0.126953125000 +0.208007812500 +-0.425781250000 +-0.208984375000 +-0.578125000000 +-0.034912109375 +0.225585937500 +-0.074707031250 +0.335937500000 +-0.126953125000 +-0.369140625000 +0.382812500000 +-0.022949218750 +0.048095703125 +0.166992187500 +-0.084472656250 +0.058593750000 +-0.031982421875 +-0.283203125000 +-0.047851562500 +-0.078613281250 +0.081542968750 +0.011291503906 +0.066406250000 +-0.128906250000 +-0.245117187500 +-0.029418945312 +-0.068359375000 +-0.085449218750 +0.071777343750 +0.057128906250 +-0.191406250000 +-0.208984375000 +0.261718750000 +0.023437500000 +0.022583007812 +-0.124023437500 +-0.131835937500 +-0.062255859375 +0.054443359375 +-0.213867187500 +0.126953125000 +0.144531250000 +-0.044677734375 +-0.024414062500 +-0.125976562500 +0.022338867188 +-0.062988281250 +-0.041503906250 +-0.139648437500 +-0.171875000000 +-0.076171875000 +0.120605468750 +-0.006256103516 +-0.079101562500 +-0.265625000000 +0.021118164062 +0.113281250000 +0.093261718750 +-0.054199218750 +-0.039062500000 +0.129882812500 +-0.055175781250 +0.063964843750 +0.080078125000 +-0.263671875000 +-0.109375000000 +-0.024902343750 +-0.006958007812 +0.083007812500 +0.040283203125 +0.049560546875 +0.046386718750 +-0.067871093750 +0.128906250000 +-0.089843750000 +-0.049072265625 +0.032470703125 +-0.158203125000 +0.067871093750 +-0.109863281250 +0.122070312500 +0.062988281250 +-0.017211914062 +-0.221679687500 +-0.112304687500 +-0.031494140625 +-0.022583007812 +-0.104980468750 +-0.039062500000 +0.070800781250 +0.017456054688 +-0.208007812500 +-0.285156250000 +-0.110351562500 +0.029663085938 +-0.036376953125 +-0.024414062500 +-0.208984375000 +0.015075683594 +0.070312500000 +-0.059326171875 +0.087890625000 +-0.089355468750 +0.078613281250 +-0.126953125000 +-0.052001953125 +-0.079589843750 +-0.020751953125 +-0.049560546875 +0.134765625000 +-0.169921875000 +-0.031982421875 +-0.046630859375 +-0.127929687500 +-0.099121093750 +-0.235351562500 +0.122070312500 +0.151367187500 +-0.180664062500 +-0.287109375000 +-0.130859375000 +-0.172851562500 +-0.030639648438 +-0.183593750000 +-0.075683593750 +0.071289062500 +-0.310546875000 +-0.367187500000 +0.066894531250 +-0.119140625000 +-0.066406250000 +0.193359375000 +-0.110839843750 +-0.062988281250 +-0.064941406250 +-0.200195312500 +-0.035400390625 +-0.137695312500 +-0.072753906250 +-0.275390625000 +-0.073242187500 +-0.025024414062 +0.010864257812 +0.027465820312 +-0.100585937500 +-0.074218750000 +0.138671875000 +-0.061035156250 +0.068847656250 +-0.096191406250 +-0.390625000000 +-0.289062500000 +0.048339843750 +-0.292968750000 +0.339843750000 +-0.081542968750 +-0.053955078125 +-0.326171875000 +-0.002334594727 +-0.269531250000 +-0.095703125000 +-0.042724609375 +-0.208984375000 +-0.343750000000 +0.125000000000 +0.197265625000 +-0.376953125000 +0.100585937500 +-0.001922607422 +-0.083984375000 +-0.226562500000 +0.161132812500 +-0.013549804688 +0.014709472656 +-0.059082031250 +0.038330078125 +-0.026489257812 +-0.511718750000 +-0.049072265625 +0.121582031250 +-0.083007812500 +-0.096679687500 +-0.218750000000 +-0.207031250000 +-0.085937500000 +0.193359375000 +0.056396484375 +-0.058837890625 +-0.116210937500 +-0.228515625000 +0.012695312500 +0.041015625000 +0.062500000000 +0.359375000000 +-0.053710937500 +0.098632812500 +-0.219726562500 +-0.099609375000 +-0.158203125000 +-0.343750000000 +0.218750000000 +-0.005310058594 +-0.133789062500 +-0.431640625000 +-0.182617187500 +0.083496093750 +0.054931640625 +-0.030395507812 +-0.045654296875 +0.106445312500 +-0.196289062500 +-0.269531250000 +0.007507324219 +-0.102539062500 +-0.312500000000 +0.020874023438 +0.166992187500 +-0.029907226562 +0.100097656250 +0.062255859375 +0.080078125000 +0.042236328125 +-0.190429687500 +-0.067871093750 +0.007202148438 +-0.289062500000 +-0.015563964844 +-0.084960937500 +-0.092285156250 +-0.001869201660 +0.003524780273 +0.034423828125 +-0.206054687500 +-0.128906250000 +0.041259765625 +0.020263671875 +0.046630859375 +0.063964843750 +0.075683593750 +-0.171875000000 +0.110839843750 +-0.148437500000 +0.144531250000 +-0.175781250000 +0.036865234375 +0.120605468750 +-0.215820312500 +-0.077636718750 +-0.152343750000 +0.287109375000 +-0.102050781250 +-0.011596679688 +-0.021728515625 +-0.114257812500 +-0.050781250000 +0.137695312500 +0.016357421875 +0.012939453125 +-0.215820312500 +0.218750000000 +0.223632812500 +0.088867187500 +-0.194335937500 +-0.675781250000 +0.277343750000 +-0.077636718750 +0.128906250000 +0.067871093750 +-0.195312500000 +0.073730468750 +-0.251953125000 +0.023437500000 +-0.024414062500 +0.036376953125 +0.058837890625 +-0.032714843750 +-0.032714843750 +-0.064453125000 +-0.169921875000 +0.085449218750 +-0.089843750000 +0.192382812500 +0.212890625000 +-0.116210937500 +-0.146484375000 +-0.037109375000 +0.064453125000 +0.023315429688 +-0.047607421875 +0.065917968750 +-0.263671875000 +0.142578125000 +-0.147460937500 +-0.039550781250 +0.000352859497 +0.002151489258 +0.112792968750 +0.011779785156 +-0.208984375000 +0.002014160156 +-0.098144531250 +0.111816406250 +0.028930664062 +-0.119628906250 +-0.174804687500 +-0.039062500000 +0.208007812500 +0.234375000000 +-0.044921875000 +0.000324249268 +0.146484375000 +-0.030761718750 +0.054443359375 +-0.061523437500 +0.149414062500 +0.165039062500 +0.003875732422 +-0.003265380859 +0.094238281250 +0.088867187500 +-0.100585937500 +-0.169921875000 +0.018554687500 +0.104003906250 +-0.130859375000 +-0.150390625000 +-0.172851562500 +-0.006774902344 +-0.012207031250 +-0.092285156250 +0.105957031250 +-0.174804687500 +0.137695312500 +0.087402343750 +0.034423828125 +-0.062011718750 +-0.069335937500 +-0.098632812500 +0.056884765625 +-0.204101562500 +-0.102050781250 +-0.108398437500 +-0.057861328125 +0.257812500000 +0.024536132812 +-0.182617187500 +0.072265625000 +-0.089355468750 +-0.066894531250 +-0.108886718750 +-0.023559570312 +-0.175781250000 +0.006195068359 +0.027465820312 +-0.089355468750 +-0.081542968750 +-0.079589843750 +-0.202148437500 +-0.247070312500 +-0.126953125000 +-0.003479003906 +0.228515625000 +-0.026123046875 +0.177734375000 +0.096191406250 +0.159179687500 +0.251953125000 +-0.051269531250 +-0.090332031250 +-0.049316406250 +0.084472656250 +-0.099609375000 +0.183593750000 +0.013122558594 +-0.074218750000 +0.222656250000 +0.059814453125 +-0.333984375000 +-0.108886718750 +-0.056884765625 +0.108886718750 +0.194335937500 +-0.107421875000 +0.006317138672 +0.188476562500 +0.069824218750 +-0.135742187500 +-0.104980468750 +0.020874023438 +0.019165039062 +0.017578125000 +0.004699707031 +-0.132812500000 +-0.006591796875 +-0.132812500000 +0.104492187500 +-0.007141113281 +0.026123046875 +-0.012451171875 +-0.236328125000 +-0.069335937500 +0.127929687500 +0.133789062500 +-0.121582031250 +0.065429687500 +-0.149414062500 +0.017578125000 +-0.285156250000 +-0.014038085938 +-0.188476562500 +-0.045166015625 +-0.016113281250 +-0.181640625000 +0.000229835510 +-0.275390625000 +-0.081054687500 +-0.244140625000 +-0.070312500000 +-0.087402343750 +0.206054687500 +-0.003585815430 +-0.191406250000 +-0.072265625000 +-0.013305664062 +-0.213867187500 +-0.191406250000 +0.259765625000 +-0.181640625000 +0.067871093750 +-0.097167968750 +-0.068847656250 +-0.043701171875 +0.068359375000 +-0.092285156250 +0.008300781250 +-0.086425781250 +-0.030273437500 +0.033203125000 +0.048339843750 +-0.248046875000 +-0.206054687500 +0.071777343750 +-0.023315429688 +-0.041748046875 +0.149414062500 +0.158203125000 +0.079589843750 +-0.095214843750 +-0.251953125000 +-0.054443359375 +-0.015014648438 +-0.049316406250 +0.158203125000 +0.030639648438 +0.118652343750 +-0.039306640625 +0.077636718750 +-0.057861328125 +0.047363281250 +-0.218750000000 +-0.016601562500 +0.000450134277 +0.069335937500 +0.091308593750 +0.255859375000 +-0.108886718750 +0.154296875000 +-0.079589843750 +0.172851562500 +0.016723632812 +-0.124023437500 +0.037109375000 +-0.332031250000 +0.166015625000 +0.027343750000 +-0.063476562500 +-0.013305664062 +0.010437011719 +0.171875000000 +-0.004028320312 +-0.116210937500 +0.009155273438 +0.027099609375 +0.104980468750 +0.050048828125 +0.208984375000 +-0.086425781250 +0.175781250000 +-0.035644531250 +-0.009643554688 +-0.173828125000 +0.453125000000 +-0.087890625000 +0.065429687500 +0.032958984375 +-0.119140625000 +-0.341796875000 +0.609375000000 +-0.117675781250 +0.035644531250 +-0.408203125000 +-0.225585937500 +-0.000839233398 +-0.010986328125 +-0.051269531250 +0.277343750000 +-0.091308593750 +0.189453125000 +-0.045410156250 +-0.279296875000 +-0.063964843750 +-0.113769531250 +0.363281250000 +-0.227539062500 +-0.273437500000 +-0.369140625000 +-0.191406250000 +-0.012695312500 +0.094726562500 +0.024047851562 +0.005645751953 +0.035888671875 +-0.357421875000 +-0.084472656250 +-0.012145996094 +-0.279296875000 +-0.410156250000 +-0.104980468750 +-0.289062500000 +-0.065429687500 +-0.061279296875 +-0.016479492188 +-0.369140625000 +-0.175781250000 +-0.111328125000 +0.082031250000 +0.034423828125 +0.152343750000 +0.134765625000 +0.039062500000 +-0.175781250000 +-0.137695312500 +0.183593750000 +-0.308593750000 +-0.031738281250 +-0.090820312500 +-0.124511718750 +0.050048828125 +0.213867187500 +0.250000000000 +0.040039062500 +-0.115722656250 +0.178710937500 +0.047851562500 +0.084960937500 +-0.122558593750 +0.339843750000 +0.081542968750 +0.087890625000 +-0.017333984375 +0.015319824219 +0.030273437500 +0.070312500000 +-0.121093750000 +-0.011047363281 +-0.156250000000 +-0.134765625000 +0.120605468750 +-0.067871093750 +0.082519531250 +0.054443359375 +-0.119140625000 +-0.150390625000 +0.170898437500 +-0.109863281250 +0.004852294922 +-0.167968750000 +-0.078613281250 +-0.046386718750 +0.120117187500 +0.098632812500 +0.107910156250 +-0.182617187500 +0.114746093750 +-0.249023437500 +-0.138671875000 +-0.007995605469 +0.020263671875 +-0.057617187500 +0.017456054688 +0.024291992188 +0.238281250000 +0.009582519531 +-0.036621093750 +-0.067382812500 +-0.075683593750 +-0.121093750000 +-0.078125000000 +0.198242187500 +0.265625000000 +-0.141601562500 +0.112792968750 +-0.118164062500 +0.049316406250 +-0.137695312500 +-0.109375000000 +0.119628906250 +-0.004516601562 +-0.125000000000 +0.027709960938 +-0.034667968750 +0.205078125000 +0.160156250000 +0.018676757812 +0.359375000000 +0.041259765625 +-0.030517578125 +-0.024658203125 +-0.114746093750 +-0.171875000000 +-0.091308593750 +-0.030273437500 +0.170898437500 +-0.078613281250 +0.125976562500 +-0.098632812500 +-0.024414062500 +0.039306640625 +0.116699218750 +-0.036865234375 +-0.115234375000 +-0.245117187500 +-0.007598876953 +0.122558593750 +-0.308593750000 +-0.049560546875 +0.117187500000 +0.040527343750 +0.209960937500 +0.076171875000 +-0.078613281250 +-0.036376953125 +-0.314453125000 +0.031250000000 +0.122070312500 +-0.073730468750 +-0.023803710938 +-0.081542968750 +0.010375976562 +-0.045166015625 +-0.010498046875 +-0.090820312500 +0.025512695312 +-0.227539062500 +0.122070312500 +0.014648437500 +-0.167968750000 +-0.109863281250 +0.064941406250 +0.084472656250 +0.190429687500 +-0.154296875000 +-0.032958984375 +0.102539062500 +0.061035156250 +0.135742187500 +-0.010375976562 +0.151367187500 +0.003448486328 +-0.074218750000 +-0.178710937500 +0.135742187500 +0.053710937500 +0.058837890625 +0.037597656250 +-0.086914062500 +0.016723632812 +-0.092285156250 +-0.084472656250 +0.129882812500 +0.265625000000 +-0.203125000000 +-0.056884765625 +0.099609375000 +0.025756835938 +-0.044433593750 +-0.116699218750 +-0.176757812500 +-0.042724609375 +-0.104980468750 +-0.114257812500 +0.320312500000 +-0.094238281250 +-0.100585937500 +-0.247070312500 +0.144531250000 +-0.158203125000 +0.054931640625 +-0.357421875000 +-0.127929687500 +-0.003265380859 +-0.008300781250 +-0.110839843750 +0.103515625000 +0.050292968750 +0.083984375000 +-0.045166015625 +0.017578125000 +0.081542968750 +0.156250000000 +-0.067871093750 +-0.261718750000 +-0.140625000000 +-0.056884765625 +-0.080078125000 +-0.141601562500 +-0.114257812500 +-0.050048828125 +-0.000255584717 +-0.051025390625 +-0.052490234375 +0.098632812500 +-0.038330078125 +-0.187500000000 +-0.065429687500 +-0.010986328125 +0.012817382812 +0.001701354980 +0.143554687500 +-0.165039062500 +-0.378906250000 +0.069335937500 +0.077636718750 +0.023925781250 +-0.095703125000 +0.012329101562 +-0.056640625000 +-0.055908203125 +-0.253906250000 +0.162109375000 +0.104003906250 +0.043945312500 +-0.047607421875 +0.009216308594 +-0.128906250000 +-0.136718750000 +-0.064453125000 +-0.066406250000 +0.131835937500 +0.261718750000 +-0.036132812500 +0.081542968750 +0.092773437500 +-0.105957031250 +-0.017333984375 +-0.080078125000 +-0.144531250000 +-0.078125000000 +-0.032470703125 +-0.005096435547 +-0.080078125000 +-0.131835937500 +-0.088378906250 +0.129882812500 +-0.096191406250 +0.084472656250 +-0.188476562500 +0.302734375000 +0.141601562500 +-0.029785156250 +-0.045166015625 +0.147460937500 +-0.016723632812 +-0.020751953125 +0.166992187500 +0.078613281250 +-0.014282226562 +-0.067382812500 +-0.259765625000 +-0.015747070312 +-0.046386718750 +-0.025268554688 +-0.046142578125 +0.291015625000 +0.081054687500 +-0.149414062500 +-0.231445312500 +0.079589843750 +0.062255859375 +-0.054443359375 +-0.051025390625 +-0.107910156250 +0.127929687500 +-0.104980468750 +-0.128906250000 +0.170898437500 +0.002716064453 +0.072753906250 +0.155273437500 +-0.213867187500 +0.205078125000 +0.234375000000 +-0.100097656250 +-0.025390625000 +0.029541015625 +-0.151367187500 +-0.028564453125 +0.007415771484 +-0.094238281250 +0.076660156250 +0.044677734375 +-0.219726562500 +-0.003570556641 +-0.054443359375 +-0.022827148438 +0.069824218750 +0.116210937500 +-0.066894531250 +-0.221679687500 +0.069824218750 +0.036132812500 +-0.060058593750 +-0.004791259766 +-0.132812500000 +0.090820312500 +0.129882812500 +-0.192382812500 +0.122070312500 +-0.095214843750 +-0.130859375000 +0.081054687500 +-0.085449218750 +-0.085449218750 +0.072265625000 +-0.192382812500 +0.036376953125 +-0.152343750000 +0.064453125000 +-0.088378906250 +-0.367187500000 +0.029296875000 +-0.279296875000 +-0.435546875000 +0.052246093750 +-0.053466796875 +-0.048095703125 +-0.566406250000 +0.166992187500 +0.122070312500 +0.248046875000 +-0.267578125000 +-0.099609375000 +0.066894531250 +0.164062500000 +0.124511718750 +0.139648437500 +0.000469207764 +0.104980468750 +-0.106445312500 +0.044921875000 +0.027465820312 +0.016723632812 +0.021484375000 +-0.138671875000 +-0.196289062500 +0.055419921875 +0.045166015625 +0.084472656250 +0.067382812500 +-0.106933593750 +0.285156250000 +-0.010070800781 +-0.015747070312 +0.004882812500 +0.005645751953 +-0.039062500000 +0.022705078125 +-0.041015625000 +0.133789062500 +-0.134765625000 +-0.022949218750 +-0.098632812500 +0.094238281250 +-0.130859375000 +-0.098144531250 +-0.008117675781 +-0.097167968750 +0.045654296875 +-0.021362304688 +0.014038085938 +0.194335937500 +-0.050781250000 +0.093261718750 +-0.152343750000 +0.070312500000 +0.024658203125 +-0.125976562500 +0.062500000000 +-0.113281250000 +-0.038574218750 +-0.077636718750 +0.135742187500 +-0.009460449219 +-0.147460937500 +-0.009216308594 +0.043945312500 +-0.190429687500 +-0.141601562500 +-0.042968750000 +-0.229492187500 +-0.062988281250 +-0.096191406250 +-0.106933593750 +-0.063476562500 +0.148437500000 +-0.060058593750 +-0.007476806641 +-0.036132812500 +0.047363281250 +-0.086914062500 +0.117675781250 +-0.038085937500 +-0.126953125000 +-0.059082031250 +-0.108398437500 +0.056152343750 +0.285156250000 +0.207031250000 +0.137695312500 +0.125976562500 +-0.114746093750 +0.355468750000 +-0.083496093750 +-0.124023437500 +0.129882812500 +0.046630859375 +0.000488281250 +0.024902343750 +-0.159179687500 +0.131835937500 +-0.069824218750 +-0.287109375000 +-0.086425781250 +-0.335937500000 +-0.150390625000 +-0.255859375000 +0.312500000000 +-0.033203125000 +0.027343750000 +-0.008056640625 +0.191406250000 +0.245117187500 +0.007690429688 +-0.020263671875 +-0.171875000000 +0.112304687500 +-0.079589843750 +-0.168945312500 +0.068359375000 +-0.115234375000 +0.139648437500 +0.243164062500 +-0.117675781250 +0.246093750000 +-0.046142578125 +-0.108398437500 +0.154296875000 +-0.183593750000 +-0.118164062500 +-0.139648437500 +0.060058593750 +0.137695312500 +-0.174804687500 +0.051269531250 +-0.176757812500 +0.089355468750 +-0.378906250000 +-0.140625000000 +0.061523437500 +0.049560546875 +0.054931640625 +0.102050781250 +0.225585937500 +0.060302734375 +-0.161132812500 +0.007385253906 +-0.408203125000 +0.052734375000 +0.042480468750 +0.186523437500 +0.205078125000 +-0.231445312500 +0.025878906250 +-0.175781250000 +-0.351562500000 +0.119628906250 +0.053466796875 +-0.158203125000 +-0.283203125000 +-0.095703125000 +-0.234375000000 +0.004058837891 +0.016235351562 +-0.359375000000 +0.138671875000 +0.020629882812 +-0.204101562500 +0.101074218750 +-0.096191406250 +-0.169921875000 +-0.045654296875 +0.123046875000 +-0.031738281250 +0.076171875000 +0.111328125000 +-0.227539062500 +-0.058105468750 +-0.198242187500 +0.074707031250 +0.095214843750 +-0.038085937500 +0.112792968750 +0.233398437500 +0.109863281250 +-0.031494140625 +0.070800781250 +-0.055908203125 +0.018798828125 +0.011657714844 +-0.072265625000 +-0.012390136719 +-0.011901855469 +0.027343750000 +-0.163085937500 +-0.036865234375 +-0.175781250000 +-0.020751953125 +0.023071289062 +-0.020507812500 +0.110351562500 +0.120117187500 +-0.169921875000 +0.074218750000 +0.084960937500 +-0.015075683594 +0.194335937500 +0.095214843750 +-0.135742187500 +0.098144531250 +0.075195312500 +0.026245117188 +0.005249023438 +-0.189453125000 +-0.043457031250 +0.068359375000 +0.131835937500 +-0.046630859375 +0.053222656250 +-0.248046875000 +-0.019897460938 +0.080078125000 +-0.265625000000 +0.035156250000 +0.226562500000 +0.028808593750 +0.133789062500 +0.172851562500 +-0.172851562500 +0.012451171875 +0.067871093750 +-0.051269531250 +-0.074707031250 +-0.100585937500 +0.094726562500 +-0.011596679688 +0.117187500000 +-0.152343750000 +0.095214843750 +0.238281250000 +-0.120605468750 +0.014160156250 +0.159179687500 +-0.072753906250 +-0.105957031250 +-0.046142578125 +-0.011108398438 +-0.065429687500 +0.125000000000 +0.005340576172 +0.086425781250 +0.182617187500 +-0.005096435547 +-0.075683593750 +0.010803222656 +-0.090332031250 +-0.030395507812 +-0.003234863281 +-0.079101562500 +-0.281250000000 +-0.166015625000 +0.059082031250 +-0.037109375000 +-0.289062500000 +-0.078125000000 +0.123046875000 +0.216796875000 +0.081054687500 +0.099121093750 +0.084472656250 +0.035644531250 +-0.092773437500 +-0.227539062500 +0.022949218750 +-0.130859375000 +-0.163085937500 +0.185546875000 +0.050537109375 +0.265625000000 +-0.296875000000 +-0.096191406250 +0.161132812500 +-0.145507812500 +-0.014587402344 +0.071777343750 +-0.196289062500 +0.153320312500 +-0.025390625000 +-0.292968750000 +-0.176757812500 +0.030273437500 +0.032958984375 +0.023437500000 +-0.084960937500 +-0.292968750000 +-0.098632812500 +-0.144531250000 +-0.108886718750 +-0.150390625000 +0.014404296875 +-0.296875000000 +-0.111328125000 +0.044921875000 +0.081054687500 +-0.023803710938 +-0.015991210938 +-0.104003906250 +0.167968750000 +0.084472656250 +0.052490234375 +0.015625000000 +0.013305664062 +-0.028320312500 +0.145507812500 +-0.076171875000 +-0.043945312500 +0.141601562500 +0.091308593750 +0.087402343750 +-0.095214843750 +0.010620117188 +-0.078613281250 +-0.123535156250 +-0.056152343750 +0.068847656250 +0.181640625000 +0.080566406250 +0.064941406250 +0.114746093750 +0.016479492188 +-0.019165039062 +-0.117675781250 +-0.230468750000 +0.011596679688 +-0.125976562500 +0.073730468750 +-0.081542968750 +-0.201171875000 +0.020996093750 +-0.147460937500 +-0.063476562500 +-0.020141601562 +-0.215820312500 +-0.024047851562 +-0.081054687500 +-0.087890625000 +-0.059326171875 +-0.137695312500 +0.011474609375 +-0.165039062500 +0.167968750000 +0.038330078125 +0.062255859375 +0.037353515625 +0.072265625000 +-0.251953125000 +-0.013732910156 +-0.077636718750 +-0.153320312500 +-0.031738281250 +-0.002258300781 +-0.251953125000 +-0.006835937500 +0.178710937500 +-0.214843750000 +-0.289062500000 +-0.023925781250 +-0.196289062500 +0.113769531250 +0.125976562500 +-0.062988281250 +0.152343750000 +0.048339843750 +-0.052001953125 +-0.621093750000 +-0.055419921875 +-0.112792968750 +0.029296875000 +-0.333984375000 +-0.009399414062 +0.022460937500 +-0.013244628906 +-0.132812500000 +0.013916015625 +0.040771484375 +0.222656250000 +-0.109863281250 +0.154296875000 +-0.121582031250 +-0.027709960938 +0.047119140625 +-0.192382812500 +-0.077148437500 +-0.054687500000 +0.026733398438 +-0.123535156250 +-0.106933593750 +-0.197265625000 +0.062988281250 +-0.121582031250 +0.000138282776 +0.056152343750 +0.032714843750 +-0.031738281250 +0.055419921875 +-0.189453125000 +-0.111816406250 +0.155273437500 +0.075195312500 +0.072265625000 +0.211914062500 +-0.125976562500 +0.153320312500 +0.119628906250 +0.013000488281 +-0.188476562500 +0.109863281250 +0.014526367188 +0.063476562500 +-0.011535644531 +0.081054687500 +0.209960937500 +0.061035156250 +0.092285156250 +0.111328125000 +-0.085449218750 +0.192382812500 +-0.015563964844 +0.007873535156 +0.005279541016 +-0.200195312500 +-0.160156250000 +-0.048583984375 +-0.110351562500 +0.094238281250 +-0.153320312500 +0.073730468750 +-0.018188476562 +-0.251953125000 +0.115234375000 +-0.486328125000 +0.115722656250 +0.285156250000 +-0.193359375000 +-0.219726562500 +-0.609375000000 +0.070312500000 +0.027832031250 +0.223632812500 +0.083984375000 +-0.201171875000 +0.117187500000 +0.031982421875 +-0.073730468750 +0.060302734375 +-0.002059936523 +0.012878417969 +-0.001060485840 +0.044677734375 +0.031250000000 +-0.073242187500 +0.041015625000 +-0.198242187500 +-0.020874023438 +-0.222656250000 +0.116210937500 +-0.077148437500 +0.105468750000 +-0.277343750000 +-0.111816406250 +-0.170898437500 +-0.114746093750 +-0.188476562500 +-0.069824218750 +0.007476806641 +-0.124023437500 +-0.070800781250 +0.184570312500 +-0.031982421875 +-0.076660156250 +-0.240234375000 +0.071777343750 +-0.011413574219 +0.074707031250 +0.009094238281 +0.035400390625 +0.154296875000 +0.137695312500 +0.069824218750 +0.052978515625 +0.000904083252 +0.124023437500 +-0.021972656250 +0.057861328125 +0.052001953125 +0.080078125000 +-0.054931640625 +0.026489257812 +0.041015625000 +0.062500000000 +-0.077148437500 +0.061767578125 +0.039794921875 +-0.082031250000 +0.062988281250 +-0.084472656250 +-0.049560546875 +-0.099121093750 +0.018188476562 +-0.008178710938 +0.199218750000 +-0.069824218750 +0.014282226562 +0.071289062500 +0.016967773438 +0.022460937500 +-0.187500000000 +0.028198242188 +0.051269531250 +-0.091796875000 +0.175781250000 +0.011840820312 +0.017822265625 +-0.206054687500 +-0.036132812500 +0.020141601562 +-0.171875000000 +-0.373046875000 +-0.097656250000 +-0.118652343750 +-0.022827148438 +-0.255859375000 +-0.111816406250 +-0.085937500000 +-0.124511718750 +-0.287109375000 +-0.134765625000 +-0.183593750000 +-0.008239746094 +0.103515625000 +0.269531250000 +-0.010437011719 +0.003372192383 +-0.435546875000 +0.055175781250 +-0.224609375000 +-0.300781250000 +0.076171875000 +-0.242187500000 +-0.024658203125 +-0.062011718750 +-0.009399414062 +0.057373046875 +-0.392578125000 +0.018920898438 +-0.119140625000 +0.075683593750 +0.075195312500 +-0.070312500000 +0.001762390137 +-0.249023437500 +-0.028320312500 +-0.006774902344 +-0.104003906250 +0.015563964844 +-0.019287109375 +0.613281250000 +0.102050781250 +-0.026245117188 +-0.330078125000 +-0.195312500000 +-0.001777648926 +-0.058105468750 +0.099121093750 +0.011413574219 +-0.562500000000 +0.111328125000 +-0.000782012939 +-0.054931640625 +0.054443359375 +-0.116210937500 +0.220703125000 +0.001228332520 +0.404296875000 +-0.112792968750 +0.079101562500 +-0.198242187500 +-0.108886718750 +0.041992187500 +-0.185546875000 +-0.023925781250 +-0.129882812500 +-0.119140625000 +-0.010070800781 +-0.079101562500 +0.118652343750 +-0.175781250000 +0.032226562500 +0.094726562500 +-0.083007812500 +-0.027587890625 +-0.036865234375 +-0.021728515625 +-0.161132812500 +-0.011291503906 +-0.031127929688 +0.108886718750 +0.003021240234 +-0.458984375000 +-0.078613281250 +-0.080566406250 +0.100585937500 +-0.214843750000 +-0.116210937500 +0.080078125000 +-0.076171875000 +0.081542968750 +-0.007598876953 +0.076660156250 +0.138671875000 +-0.359375000000 +-0.132812500000 +0.148437500000 +0.010864257812 +0.158203125000 +0.097656250000 +0.012023925781 +0.215820312500 +0.196289062500 +0.068847656250 +-0.115234375000 +0.036865234375 +0.035400390625 +-0.100097656250 +0.031250000000 +-0.178710937500 +-0.114257812500 +0.054687500000 +0.130859375000 +0.021240234375 +0.194335937500 +0.021118164062 +-0.090332031250 +-0.071777343750 +-0.003601074219 +0.128906250000 +-0.085937500000 +0.034179687500 +-0.033935546875 +0.124023437500 +-0.008850097656 +0.089843750000 +0.197265625000 +-0.147460937500 +0.041992187500 +0.213867187500 +-0.175781250000 +-0.019897460938 +0.116210937500 +-0.232421875000 +-0.026611328125 +-0.005615234375 +0.005981445312 +0.213867187500 +0.216796875000 +0.026855468750 +0.038330078125 +0.108398437500 +0.079589843750 +0.257812500000 +0.037597656250 +-0.112792968750 +0.064941406250 +0.100097656250 +-0.114746093750 +-0.045898437500 +-0.359375000000 +-0.031005859375 +0.238281250000 +-0.151367187500 +0.237304687500 +-0.039306640625 +0.110351562500 +0.180664062500 +-0.166015625000 +-0.048095703125 +0.126953125000 +0.063476562500 +-0.152343750000 +-0.042968750000 +0.004669189453 +-0.187500000000 +-0.226562500000 +0.103027343750 +0.198242187500 +0.232421875000 +0.046875000000 +0.133789062500 +0.041503906250 +-0.056152343750 +-0.178710937500 +-0.059326171875 +0.066894531250 +0.130859375000 +-0.017456054688 +0.025756835938 +-0.205078125000 +-0.023437500000 +-0.063964843750 +0.227539062500 +0.091308593750 +0.062988281250 +0.075195312500 +0.154296875000 +0.024658203125 +-0.289062500000 +0.100585937500 +0.177734375000 +0.090332031250 +-0.094238281250 +-0.186523437500 +-0.036621093750 +0.021972656250 +-0.051025390625 +-0.090332031250 +-0.027465820312 +-0.061035156250 +-0.695312500000 +-0.222656250000 +-0.183593750000 +0.080566406250 +-0.042236328125 +0.014709472656 +-0.078125000000 +0.273437500000 +-0.957031250000 +-0.069335937500 +0.012329101562 +0.064453125000 +0.032958984375 +0.037597656250 +-0.038818359375 +-0.066894531250 +0.071289062500 +0.089355468750 +-0.017578125000 +0.147460937500 +0.011779785156 +-0.248046875000 +0.062988281250 +-0.040771484375 +-0.067871093750 +-0.159179687500 +0.027221679688 +0.147460937500 +0.156250000000 +-0.080078125000 +-0.062255859375 +0.018798828125 +-0.130859375000 +-0.183593750000 +0.039550781250 +0.010620117188 +0.023803710938 +-0.335937500000 +-0.041992187500 +-0.052246093750 +0.014099121094 +-0.062011718750 +-0.044677734375 +-0.032714843750 +-0.062988281250 +-0.149414062500 +-0.031494140625 +-0.054687500000 +-0.085449218750 +-0.335937500000 +0.142578125000 +0.097167968750 +-0.108886718750 +-0.018920898438 +-0.205078125000 +-0.077636718750 +0.032470703125 +0.061523437500 +-0.082519531250 +-0.028686523438 +0.077148437500 +-0.003570556641 +-0.065429687500 +-0.263671875000 +0.098144531250 +0.170898437500 +0.102050781250 +0.103515625000 +-0.152343750000 +0.094238281250 +0.179687500000 +-0.187500000000 +-0.083007812500 +0.059082031250 +0.142578125000 +-0.033935546875 +-0.078125000000 +-0.069335937500 +0.036865234375 +0.138671875000 +0.007720947266 +0.023193359375 +0.119140625000 +-0.043212890625 +-0.279296875000 +-0.030029296875 +0.279296875000 +-0.291015625000 +-0.170898437500 +-0.164062500000 +0.117187500000 +-0.072753906250 +-0.349609375000 +-0.476562500000 +-0.046142578125 +-0.251953125000 +-0.124023437500 +0.138671875000 +-0.068359375000 +0.061035156250 +-0.093750000000 +0.204101562500 +0.098144531250 +-0.085449218750 +0.058593750000 +-0.077636718750 +-0.211914062500 +-0.028076171875 +0.030395507812 +-0.019897460938 +0.251953125000 +-0.052246093750 +0.191406250000 +-0.149414062500 +0.000198364258 +0.057373046875 +-0.192382812500 +-0.000873565674 +0.145507812500 +0.028686523438 +-0.096679687500 +0.109863281250 +-0.122558593750 +0.155273437500 +-0.003601074219 +-0.210937500000 +-0.062011718750 +0.079589843750 +-0.032958984375 +0.024902343750 +-0.120605468750 +-0.058349609375 +0.000322341919 +0.002853393555 +0.015747070312 +0.128906250000 +-0.047119140625 +0.047363281250 +0.013427734375 +0.056396484375 +0.041259765625 +0.222656250000 +-0.222656250000 +0.141601562500 +-0.061035156250 +-0.059570312500 +-0.091308593750 +0.052246093750 +-0.082519531250 +-0.062500000000 +-0.123046875000 +0.105957031250 +0.024902343750 +-0.058105468750 +-0.296875000000 +0.468750000000 +-0.100585937500 +-0.035156250000 +-0.021972656250 +-0.253906250000 +0.187500000000 +-0.027709960938 +0.056396484375 +-0.010620117188 +0.044433593750 +-0.183593750000 +-0.310546875000 +0.086914062500 +-0.194335937500 +0.034179687500 +0.229492187500 +-0.094726562500 +0.082031250000 +-0.162109375000 +-0.193359375000 +-0.039306640625 +-0.206054687500 +0.150390625000 +-0.042968750000 +0.105468750000 +-0.251953125000 +0.041259765625 +-0.155273437500 +-0.154296875000 +-0.023559570312 +0.011840820312 +-0.172851562500 +-0.065429687500 +-0.222656250000 +-0.085937500000 +-0.130859375000 +-0.039550781250 +-0.008850097656 +-0.212890625000 +-0.018066406250 +0.137695312500 +-0.025634765625 +0.031005859375 +-0.104492187500 +0.109863281250 +0.033691406250 +0.067871093750 +0.058349609375 +-0.038818359375 +-0.298828125000 +-0.011901855469 +-0.165039062500 +-0.017456054688 +-0.112304687500 +0.097167968750 +-0.382812500000 +0.011108398438 +0.184570312500 +-0.194335937500 +-0.035888671875 +0.039550781250 +-0.156250000000 +0.079589843750 +0.084472656250 +-0.051025390625 +0.225585937500 +0.004608154297 +-0.166992187500 +-0.106445312500 +-0.093261718750 +-0.082031250000 +0.062988281250 +-0.206054687500 +-0.010070800781 +0.112304687500 +-0.051269531250 +-0.386718750000 +-0.181640625000 +0.051025390625 +0.010681152344 +-0.011535644531 +0.062988281250 +0.025268554688 +-0.096191406250 +0.012939453125 +-0.115234375000 +-0.304687500000 +-0.116699218750 +-0.094238281250 +0.043457031250 +-0.034423828125 +-0.062988281250 +0.021606445312 +0.037841796875 +-0.080566406250 +0.052246093750 +-0.057861328125 +0.078613281250 +-0.419921875000 +-0.096191406250 +0.006958007812 +-0.037353515625 +0.144531250000 +-0.243164062500 +0.029907226562 +-0.100585937500 +0.351562500000 +0.199218750000 +0.226562500000 +-0.103027343750 +-0.023437500000 +0.074707031250 +-0.093261718750 +-0.002761840820 +0.043945312500 +-0.061035156250 +-0.123535156250 +0.005706787109 +-0.037109375000 +-0.046386718750 +-0.140625000000 +0.005004882812 +0.065917968750 +-0.205078125000 +0.175781250000 +-0.028198242188 +-0.129882812500 +-0.221679687500 +0.132812500000 +-0.016967773438 +-0.025634765625 +-0.275390625000 +-0.016845703125 +0.089355468750 +0.151367187500 +0.079101562500 +-0.059570312500 +0.020141601562 +-0.029907226562 +0.071777343750 +0.096679687500 +-0.287109375000 +-0.085937500000 +-0.153320312500 +0.197265625000 +-0.158203125000 +-0.078125000000 +0.124511718750 +-0.017578125000 +0.022460937500 +0.069335937500 +0.147460937500 +-0.238281250000 +-0.253906250000 +0.148437500000 +-0.335937500000 +0.095703125000 +-0.032226562500 +0.002777099609 +-0.097167968750 +0.108886718750 +-0.237304687500 +0.053222656250 +0.015747070312 +0.142578125000 +0.292968750000 +0.003890991211 +0.239257812500 +0.068847656250 +0.492187500000 +0.171875000000 +-0.121582031250 +0.138671875000 +-0.214843750000 +-0.105957031250 +-0.159179687500 +0.121582031250 +-0.248046875000 +-0.250000000000 +0.133789062500 +-0.068847656250 +-0.223632812500 +0.184570312500 +-0.188476562500 +-0.123535156250 +-0.044189453125 +0.070312500000 +-0.048583984375 +-0.093750000000 +0.050781250000 +0.031738281250 +-0.029296875000 +0.031494140625 +0.014221191406 +0.048583984375 +0.306640625000 +0.134765625000 +0.174804687500 +0.066894531250 +-0.169921875000 +-0.253906250000 +0.085449218750 +0.296875000000 +-0.141601562500 +0.183593750000 +0.031982421875 +-0.120117187500 +0.011352539062 +-0.175781250000 +-0.054687500000 +0.065917968750 +0.074707031250 +0.062500000000 +0.212890625000 +0.135742187500 +-0.050781250000 +-0.072753906250 +0.021240234375 +0.019287109375 +0.223632812500 +0.111816406250 +-0.129882812500 +0.065917968750 +0.117187500000 +-0.085937500000 +-0.044677734375 +0.049804687500 +0.020874023438 +0.136718750000 +-0.119628906250 +-0.001480102539 +0.009460449219 +0.090332031250 +0.144531250000 +-0.200195312500 +0.022583007812 +-0.118164062500 +0.118164062500 +0.039306640625 +0.146484375000 +-0.076660156250 +-0.097167968750 +0.123046875000 +0.117675781250 +0.091308593750 +0.021362304688 +0.199218750000 +0.019287109375 +0.283203125000 +0.026489257812 +-0.236328125000 +0.032470703125 +0.203125000000 +-0.222656250000 +0.073242187500 +-0.057617187500 +-0.160156250000 +0.054443359375 +-0.082031250000 +0.136718750000 +-0.023925781250 +-0.023315429688 +-0.062500000000 +-0.085937500000 +0.030883789062 +0.072753906250 +0.028686523438 +0.031127929688 +0.012817382812 +0.263671875000 +0.101562500000 +0.053710937500 +0.103027343750 +-0.091796875000 +0.137695312500 +0.039550781250 +-0.241210937500 +0.031250000000 +-0.056396484375 +-0.113769531250 +0.184570312500 +-0.109863281250 +-0.215820312500 +-0.166992187500 +0.011230468750 +-0.186523437500 +0.104492187500 +-0.233398437500 +-0.006225585938 +0.033935546875 +-0.087402343750 +0.007934570312 +-0.075195312500 +-0.236328125000 +-0.118652343750 +0.083007812500 +-0.075195312500 +-0.054199218750 +-0.045166015625 +-0.117675781250 +0.010864257812 +-0.835937500000 +-0.003021240234 +0.083007812500 +0.038085937500 +0.167968750000 +-0.092285156250 +-0.031738281250 +0.057373046875 +-0.111328125000 +-0.027709960938 +-0.435546875000 +0.127929687500 +-0.048583984375 +-0.108398437500 +0.007019042969 +0.041992187500 +0.148437500000 +-0.302734375000 +-0.101074218750 +0.076660156250 +-0.016235351562 +-0.118164062500 +0.031982421875 +0.050537109375 +-0.167968750000 +-0.181640625000 +0.034667968750 +0.056884765625 +0.087890625000 +0.065429687500 +0.052734375000 +0.220703125000 +-0.082031250000 +0.107910156250 +-0.055419921875 +0.065429687500 +-0.024536132812 +-0.015380859375 +-0.018920898438 +-0.098632812500 +-0.089355468750 +-0.281250000000 +0.073242187500 +0.164062500000 +-0.084960937500 +0.073242187500 +-0.072265625000 +0.167968750000 +0.037109375000 +0.128906250000 +0.164062500000 +-0.037353515625 +-0.213867187500 +-0.042236328125 +0.201171875000 +0.210937500000 +-0.027587890625 +0.279296875000 +-0.010986328125 +-0.271484375000 +0.363281250000 +-0.042236328125 +-0.108886718750 +0.028808593750 +0.039062500000 +0.259765625000 +0.083007812500 +-0.006744384766 +-0.125976562500 +-0.036865234375 +-0.071289062500 +0.094238281250 +0.092773437500 +-0.183593750000 +0.116699218750 +0.026000976562 +0.066894531250 +0.101562500000 +-0.065429687500 +0.083496093750 +-0.099609375000 +0.010681152344 +-0.087402343750 +-0.189453125000 +-0.055664062500 +-0.027343750000 +0.132812500000 +-0.190429687500 +-0.000095844269 +0.107421875000 +0.009643554688 +0.004241943359 +0.131835937500 +-0.048339843750 +-0.008544921875 +-0.244140625000 +0.108886718750 +0.094238281250 +-0.114257812500 +-0.110351562500 +-0.185546875000 +0.151367187500 +-0.302734375000 +0.255859375000 +0.008544921875 +-0.188476562500 +0.035888671875 +-0.210937500000 +-0.128906250000 +-0.253906250000 +-0.089843750000 +0.067871093750 +0.004180908203 +0.142578125000 +-0.032226562500 +-0.095214843750 +-0.369140625000 +-0.071777343750 +0.093750000000 +0.034667968750 +-0.031250000000 +-0.003570556641 +0.194335937500 +0.086914062500 +0.488281250000 +0.122070312500 +-0.062988281250 +-0.035644531250 +0.092285156250 +0.001953125000 +0.081054687500 +-0.001892089844 +0.145507812500 +0.228515625000 +-0.078613281250 +-0.427734375000 +-0.203125000000 +-0.464843750000 +-0.351562500000 +0.103515625000 +0.161132812500 +0.139648437500 +-0.228515625000 +-0.047119140625 +0.020507812500 +0.093750000000 +0.033935546875 +-0.271484375000 +-0.152343750000 +0.036865234375 +0.004333496094 +-0.019897460938 +-0.051269531250 +-0.062011718750 +-0.041748046875 +-0.036376953125 +-0.237304687500 +0.078125000000 +0.173828125000 +0.078125000000 +-0.181640625000 +-0.025512695312 +-0.119628906250 +-0.154296875000 +0.016601562500 +-0.056396484375 +-0.257812500000 +-0.027709960938 +-0.247070312500 +0.036865234375 +-0.168945312500 +-0.189453125000 +-0.022583007812 +-0.318359375000 +-0.188476562500 +0.033691406250 +0.084472656250 +0.127929687500 +-0.077148437500 +-0.161132812500 +0.051025390625 +0.057128906250 +-0.090332031250 +0.165039062500 +0.137695312500 +-0.244140625000 +-0.261718750000 +0.041015625000 +-0.153320312500 +0.138671875000 +-0.049804687500 +-0.298828125000 +0.125976562500 +-0.106445312500 +0.086425781250 +0.061767578125 +0.025512695312 +0.353515625000 +0.004119873047 +-0.089355468750 +0.064941406250 +-0.135742187500 +-0.166992187500 +0.083496093750 +0.158203125000 +-0.027587890625 +0.310546875000 +-0.221679687500 +-0.259765625000 +0.255859375000 +0.081054687500 +-0.221679687500 +-0.053955078125 +0.035156250000 +-0.117675781250 +-0.041748046875 +-0.019165039062 +-0.172851562500 +-0.341796875000 +-0.094726562500 +0.074218750000 +-0.055664062500 +-0.062011718750 +0.055175781250 +-0.167968750000 +0.022705078125 +-0.198242187500 +0.143554687500 +0.161132812500 +-0.082031250000 +0.094726562500 +-0.222656250000 +0.086425781250 +-0.135742187500 +-0.024902343750 +0.058105468750 +0.196289062500 +0.216796875000 +0.061523437500 +-0.161132812500 +-0.037597656250 +-0.144531250000 +-0.067871093750 +0.008117675781 +0.248046875000 +0.136718750000 +0.044677734375 +-0.002517700195 +-0.028808593750 +0.119140625000 +0.119628906250 +-0.149414062500 +-0.045166015625 +-0.205078125000 +0.160156250000 +-0.076660156250 +-0.082031250000 +0.233398437500 +0.151367187500 +-0.038574218750 +-0.095214843750 +0.153320312500 +0.186523437500 +-0.024658203125 +0.063476562500 +-0.130859375000 +-0.157226562500 +-0.218750000000 +-0.034912109375 +0.170898437500 +0.017089843750 +-0.186523437500 +-0.103027343750 +-0.211914062500 +0.077636718750 +0.199218750000 +0.052734375000 +-0.002944946289 +-0.187500000000 +-0.236328125000 +0.015075683594 +-0.060058593750 +-0.232421875000 +-0.021850585938 +0.020385742188 +-0.017333984375 +0.063964843750 +0.072753906250 +0.106445312500 +-0.081542968750 +0.002624511719 +-0.014526367188 +0.092773437500 +0.062988281250 +-0.238281250000 +-0.056152343750 +0.074707031250 +0.114257812500 +0.012207031250 +-0.115234375000 +-0.087890625000 +-0.094726562500 +-0.164062500000 +-0.116210937500 +-0.074707031250 +-0.002807617188 +-0.209960937500 +-0.044433593750 +0.010803222656 +-0.072753906250 +0.013793945312 +-0.047851562500 +-0.053955078125 +-0.248046875000 +-0.042480468750 +-0.227539062500 +-0.164062500000 +-0.175781250000 +-0.255859375000 +-0.302734375000 +-0.106445312500 +0.073242187500 +-0.016479492188 +-0.048583984375 +-0.056152343750 +0.001998901367 +0.200195312500 +-0.143554687500 +-0.033935546875 +0.172851562500 +-0.006408691406 +-0.003067016602 +-0.066894531250 +-0.043457031250 +-0.161132812500 +-0.271484375000 +-0.014709472656 +-0.138671875000 +0.115722656250 +0.031494140625 +0.010681152344 +0.044433593750 +-0.039306640625 +-0.135742187500 +0.021606445312 +0.076171875000 +-0.120605468750 +-0.247070312500 +0.059082031250 +-0.001770019531 +-0.059082031250 +-0.015258789062 +0.021728515625 +-0.043945312500 +0.018066406250 +-0.085449218750 +-0.156250000000 +0.103027343750 +0.009460449219 +0.045654296875 +0.016235351562 +-0.037109375000 +-0.024658203125 +0.004119873047 +-0.033447265625 +-0.047607421875 +0.032226562500 +-0.003173828125 +-0.249023437500 +-0.285156250000 +0.124023437500 +-0.111816406250 +0.040771484375 +0.065429687500 +0.198242187500 +0.066894531250 +-0.098144531250 +-0.414062500000 +0.011596679688 +0.131835937500 +-0.047363281250 +-0.151367187500 +-0.070800781250 +-0.148437500000 +-0.574218750000 +-0.103027343750 +0.060058593750 +0.036865234375 +0.314453125000 +0.123046875000 +-0.192382812500 +0.066406250000 +0.095703125000 +-0.055175781250 +0.169921875000 +0.255859375000 +-0.041503906250 +-0.130859375000 +-0.052001953125 +-0.071289062500 +0.045410156250 +-0.050292968750 +0.219726562500 +-0.111328125000 +-0.359375000000 +-0.027343750000 +0.035888671875 +0.062255859375 +-0.092773437500 +-0.188476562500 +-0.176757812500 +-0.016845703125 +-0.294921875000 +-0.156250000000 +0.057617187500 +0.080566406250 +-0.078125000000 +-0.006225585938 +-0.005889892578 +0.129882812500 +-0.156250000000 +0.020629882812 +-0.008544921875 +-0.159179687500 +-0.281250000000 +-0.067871093750 +0.089843750000 +-0.091308593750 +-0.088867187500 +0.165039062500 +-0.008850097656 +-0.114257812500 +-0.072753906250 +-0.110839843750 +-0.002120971680 +0.496093750000 +-0.308593750000 +0.041992187500 +-0.013977050781 +-0.083984375000 +0.101562500000 +-0.152343750000 +-0.048828125000 +0.082031250000 +-0.207031250000 +-0.267578125000 +0.204101562500 +-0.033203125000 +-0.061035156250 +-0.156250000000 +-0.020019531250 +-0.200195312500 +0.165039062500 +-0.127929687500 +0.068847656250 +0.239257812500 +0.009094238281 +0.138671875000 +0.035400390625 +0.060546875000 +-0.061523437500 +-0.014160156250 +0.067382812500 +-0.197265625000 +-0.111328125000 +-0.083496093750 +0.009216308594 +-0.075683593750 +0.053955078125 +-0.054931640625 +-0.068847656250 +0.079589843750 +0.203125000000 +-0.141601562500 +-0.233398437500 +0.197265625000 +0.032958984375 +0.012756347656 +-0.002563476562 +0.229492187500 +0.128906250000 +-0.092285156250 +-0.035888671875 +0.111328125000 +-0.057128906250 +-0.032470703125 +0.204101562500 +-0.041015625000 +0.170898437500 +0.006164550781 +0.054931640625 +-0.088867187500 +0.058349609375 +0.016723632812 +0.011474609375 +-0.046630859375 +0.042724609375 +-0.138671875000 +-0.328125000000 +0.103515625000 +0.224609375000 +-0.183593750000 +-0.069335937500 +0.050781250000 +0.098632812500 +-0.016601562500 +0.112304687500 +0.039062500000 +-0.251953125000 +0.273437500000 +-0.154296875000 +-0.082031250000 +0.026123046875 +-0.005004882812 +0.035400390625 +-0.036621093750 +-0.204101562500 +-0.156250000000 +0.043212890625 +0.155273437500 +-0.302734375000 +0.040283203125 +-0.200195312500 +0.037109375000 +-0.183593750000 +0.371093750000 +0.009521484375 +-0.229492187500 +0.298828125000 +-0.001678466797 +0.192382812500 +-0.131835937500 +-0.087890625000 +0.043945312500 +0.269531250000 +-0.148437500000 +0.416015625000 +-0.104980468750 +0.015258789062 +-0.380859375000 +-0.018310546875 +0.112304687500 +0.176757812500 +-0.031738281250 +0.114257812500 +-0.127929687500 +0.040771484375 +-0.287109375000 +0.171875000000 +0.146484375000 +-0.033691406250 +-0.037109375000 +0.094726562500 +0.012512207031 +0.102050781250 +-0.087890625000 +0.145507812500 +0.022949218750 +0.113281250000 +0.017822265625 +-0.163085937500 +-0.130859375000 +0.003631591797 +0.237304687500 +-0.089355468750 +-0.080566406250 +0.038085937500 +0.152343750000 +0.044677734375 +0.316406250000 +0.298828125000 +0.036621093750 +0.011169433594 +0.314453125000 +-0.292968750000 +-0.104003906250 +-0.040039062500 +0.165039062500 +0.225585937500 +-0.218750000000 +-0.059082031250 +-0.040771484375 +0.263671875000 +-0.012451171875 +0.021850585938 +-0.044677734375 +-0.180664062500 +-0.160156250000 +0.052490234375 +0.308593750000 +-0.041259765625 +-0.220703125000 +0.239257812500 +-0.166015625000 +-0.044189453125 +-0.056884765625 +-0.024902343750 +0.049072265625 +0.198242187500 +-0.086914062500 +0.349609375000 +-0.163085937500 +0.011840820312 +-0.082031250000 +-0.019897460938 +0.167968750000 +0.008239746094 +-0.133789062500 +0.081054687500 +0.014343261719 +0.271484375000 +-0.226562500000 +0.013854980469 +0.041259765625 +-0.046875000000 +0.012817382812 +0.048828125000 +0.250000000000 +-0.035888671875 +-0.026123046875 +0.320312500000 +0.146484375000 +0.119628906250 +0.073242187500 +0.056152343750 +0.010925292969 +-0.124511718750 +-0.136718750000 +0.134765625000 +-0.134765625000 +-0.009643554688 +0.178710937500 +0.174804687500 +-0.043212890625 +-0.076660156250 +0.233398437500 +-0.101074218750 +0.016235351562 +0.140625000000 +-0.058593750000 +-0.043457031250 +0.023071289062 +0.073242187500 +0.096191406250 +-0.010803222656 +-0.023925781250 +0.030395507812 +-0.012878417969 +-0.124511718750 +0.140625000000 +-0.014587402344 +-0.139648437500 +0.132812500000 +0.170898437500 +-0.024414062500 +-0.261718750000 +0.215820312500 +-0.176757812500 +-0.035888671875 +0.066894531250 +0.165039062500 +0.025756835938 +-0.101562500000 +-0.091796875000 +0.048339843750 +-0.008422851562 +0.012512207031 +0.011230468750 +0.012329101562 +-0.104492187500 +-0.145507812500 +-0.005981445312 +0.008422851562 +-0.021606445312 +0.045898437500 +-0.021972656250 +-0.048828125000 +0.205078125000 +-0.066406250000 +0.009094238281 +-0.208984375000 +0.069824218750 +0.032714843750 +-0.064453125000 +-0.030761718750 +0.077148437500 +-0.030761718750 +0.076660156250 +0.086914062500 +-0.059814453125 +-0.378906250000 +0.003356933594 +-0.263671875000 +-0.022460937500 +-0.047851562500 +-0.081542968750 +0.038818359375 +-0.072753906250 +0.134765625000 +0.056884765625 +0.127929687500 +0.160156250000 +0.091796875000 +0.007659912109 +0.203125000000 +-0.207031250000 +-0.033203125000 +0.164062500000 +-0.079101562500 +0.020751953125 +-0.140625000000 +0.072753906250 +-0.443359375000 +0.142578125000 +-0.257812500000 +-0.007812500000 +0.010803222656 +-0.179687500000 +0.084472656250 +0.061035156250 +-0.029418945312 +0.079589843750 +0.043701171875 +-0.130859375000 +0.133789062500 +0.105957031250 +0.090332031250 +0.066894531250 +-0.019775390625 +-0.022949218750 +-0.067382812500 +-0.291015625000 +-0.074218750000 +-0.030151367188 +-0.001182556152 +0.071289062500 +0.207031250000 +0.060791015625 +-0.044921875000 +-0.087890625000 +0.040283203125 +-0.223632812500 +0.106445312500 +0.041503906250 +-0.119628906250 +0.105957031250 +-0.077148437500 +-0.015747070312 +-0.116699218750 +0.077148437500 +-0.062988281250 +0.099121093750 +0.121582031250 +-0.215820312500 +0.162109375000 +-0.375000000000 +0.002243041992 +0.005615234375 +0.000392913818 +0.088378906250 +0.114257812500 +0.095214843750 +0.225585937500 +-0.047363281250 +-0.431640625000 +-0.166992187500 +0.221679687500 +0.046386718750 +0.010559082031 +0.015625000000 +-0.054443359375 +0.037109375000 +-0.158203125000 +-0.056152343750 +-0.046142578125 +0.181640625000 +0.220703125000 +0.071777343750 +-0.008239746094 +-0.531250000000 +-0.083984375000 +0.004089355469 +-0.076660156250 +-0.096191406250 +-0.150390625000 +-0.250000000000 +0.014465332031 +0.093261718750 +0.083496093750 +0.062011718750 +0.077636718750 +-0.191406250000 +0.131835937500 +0.063964843750 +-0.056152343750 +-0.187500000000 +-0.168945312500 +-0.199218750000 +-0.034423828125 +-0.145507812500 +-0.063476562500 +0.166992187500 +0.201171875000 +-0.108398437500 +0.026123046875 +0.184570312500 +0.013732910156 +0.212890625000 +0.160156250000 +0.172851562500 +-0.164062500000 +-0.306640625000 +-0.121582031250 +-0.185546875000 +-0.243164062500 +-0.117675781250 +-0.281250000000 +0.063964843750 +0.126953125000 +0.049560546875 +-0.080078125000 +-0.102050781250 +-0.111328125000 +0.038330078125 +-0.093261718750 +-0.060302734375 +0.192382812500 +-0.148437500000 +-0.188476562500 +-0.082031250000 +-0.089355468750 +-0.263671875000 +-0.190429687500 +-0.092773437500 +-0.186523437500 +-0.041259765625 +0.199218750000 +-0.249023437500 +0.184570312500 +0.035400390625 +-0.114746093750 +-0.015869140625 +0.008605957031 +0.119140625000 +-0.080078125000 +-0.144531250000 +-0.060302734375 +-0.112792968750 +0.123046875000 +0.018066406250 +-0.016967773438 +0.084472656250 +0.180664062500 +-0.227539062500 +-0.083984375000 +-0.126953125000 +-0.023681640625 +0.088867187500 +0.012023925781 +0.128906250000 +-0.143554687500 +-0.158203125000 +0.108886718750 +0.202148437500 +0.195312500000 +-0.021484375000 +0.277343750000 +-0.101074218750 +0.106933593750 +-0.070312500000 +0.140625000000 +0.132812500000 +-0.273437500000 +-0.124023437500 +0.249023437500 +-0.190429687500 +0.188476562500 +0.023315429688 +0.281250000000 +-0.198242187500 +0.012084960938 +-0.195312500000 +-0.015197753906 +0.251953125000 +-0.095214843750 +0.013305664062 +-0.076171875000 +-0.125000000000 +0.423828125000 +-0.149414062500 +-0.164062500000 +0.012817382812 +-0.308593750000 +-0.287109375000 +0.239257812500 +-0.023437500000 +0.085449218750 +-0.072753906250 +0.180664062500 +-0.074218750000 +0.003082275391 +-0.074707031250 +0.345703125000 +-0.038818359375 +-0.142578125000 +0.134765625000 +0.078125000000 +-0.140625000000 +-0.034912109375 +-0.132812500000 +0.123535156250 +-0.081054687500 +0.078125000000 +-0.000949859619 +-0.053710937500 +-0.017578125000 +0.144531250000 +-0.146484375000 +-0.187500000000 +0.035156250000 +0.087890625000 +0.045898437500 +-0.056884765625 +0.289062500000 +-0.014526367188 +0.054199218750 +0.277343750000 +0.053466796875 +0.006072998047 +-0.028808593750 +0.127929687500 +0.000877380371 +-0.027954101562 +0.072265625000 +-0.020141601562 +-0.041503906250 +-0.009033203125 +-0.012695312500 +0.055664062500 +-0.091796875000 +-0.038085937500 +-0.182617187500 +-0.056640625000 +-0.102050781250 +-0.035400390625 +0.194335937500 +0.098632812500 +-0.129882812500 +-0.147460937500 +-0.062500000000 +0.126953125000 +0.104980468750 +0.202148437500 +0.061279296875 +-0.037841796875 +-0.084472656250 +0.147460937500 +-0.304687500000 +-0.052246093750 +-0.132812500000 +0.208007812500 +0.211914062500 +0.058837890625 +0.060302734375 +0.041259765625 +0.245117187500 +-0.041748046875 +-0.343750000000 +0.025390625000 +-0.355468750000 +-0.107910156250 +-0.093261718750 +-0.121093750000 +-0.369140625000 +-0.016479492188 +-0.013183593750 +-0.103515625000 +0.168945312500 +0.232421875000 +0.038818359375 +-0.249023437500 +-0.265625000000 +0.162109375000 +-0.136718750000 +0.029296875000 +-0.093261718750 +0.246093750000 +0.008300781250 +-0.095703125000 +-0.026123046875 +0.083984375000 +-0.392578125000 +-0.230468750000 +0.101562500000 +-0.059082031250 +0.105468750000 +0.029296875000 +0.094238281250 +0.098632812500 +0.114257812500 +0.134765625000 +-0.005798339844 +-0.136718750000 +-0.072753906250 +-0.271484375000 +-0.025634765625 +-0.015136718750 +0.003173828125 +0.033691406250 +0.122558593750 +-0.013000488281 +0.031250000000 +-0.074218750000 +-0.074218750000 +0.006805419922 +-0.076171875000 +0.055664062500 +0.057861328125 +-0.206054687500 +-0.048095703125 +0.013549804688 +-0.109863281250 +-0.084472656250 +0.012451171875 +-0.181640625000 +0.025878906250 +0.024414062500 +-0.071777343750 +0.041992187500 +0.149414062500 +0.032226562500 +-0.125976562500 +-0.011230468750 +-0.055419921875 +0.043457031250 +-0.133789062500 +0.032226562500 +-0.098144531250 +0.121582031250 +-0.181640625000 +-0.011535644531 +0.084960937500 +0.013244628906 +0.010192871094 +-0.018188476562 +-0.165039062500 +0.106933593750 +-0.036132812500 +-0.148437500000 +-0.206054687500 +0.043212890625 +0.011413574219 +-0.093750000000 +0.043945312500 +0.069824218750 +-0.034179687500 +-0.007873535156 +-0.025146484375 +-0.218750000000 +-0.059326171875 +0.142578125000 +0.054687500000 +0.029418945312 +-0.011657714844 +0.091796875000 +0.022949218750 +0.085449218750 +0.042480468750 +0.019775390625 +0.027099609375 +-0.100585937500 +-0.124023437500 +0.036865234375 +0.082519531250 +0.063964843750 +0.065917968750 +-0.029418945312 +-0.005249023438 +-0.204101562500 +-0.071289062500 +0.062988281250 +-0.257812500000 +0.013244628906 +-0.202148437500 +0.139648437500 +-0.138671875000 +0.036132812500 +-0.071777343750 +-0.121093750000 +0.085449218750 +-0.134765625000 +-0.050537109375 +0.060546875000 +-0.143554687500 +-0.112792968750 +0.053466796875 +0.110839843750 +0.113769531250 +0.226562500000 +0.094238281250 +0.041503906250 +-0.145507812500 +-0.109375000000 +-0.147460937500 +-0.068359375000 +-0.072265625000 +0.178710937500 +-0.017456054688 +-0.122558593750 +0.082519531250 +0.085937500000 +-0.112792968750 +0.037841796875 +0.071289062500 +0.021118164062 +-0.039306640625 +0.028076171875 +0.059570312500 +-0.208984375000 +-0.085449218750 +0.005645751953 +0.020141601562 +0.298828125000 +-0.259765625000 +-0.152343750000 +0.124023437500 +0.053955078125 +0.041748046875 +-0.010864257812 +0.143554687500 +-0.038330078125 +0.098144531250 +-0.128906250000 +-0.048583984375 +0.185546875000 +0.064453125000 +-0.037353515625 +-0.179687500000 +0.015380859375 +0.181640625000 +0.061035156250 +-0.118652343750 +0.033935546875 +0.076660156250 +-0.055908203125 +0.022338867188 +0.031494140625 +-0.242187500000 +0.045166015625 +0.034179687500 +-0.202148437500 +0.164062500000 +-0.562500000000 +0.108886718750 +0.180664062500 +0.213867187500 +0.089355468750 +0.224609375000 +0.040283203125 +-0.002365112305 +-0.150390625000 +-0.215820312500 +-0.195312500000 +-0.021484375000 +-0.125976562500 +0.137695312500 +-0.067871093750 +-0.047851562500 +0.113281250000 +0.034179687500 +-0.095703125000 +0.109863281250 +-0.117187500000 +-0.085937500000 +-0.024291992188 +-0.000865936279 +-0.207031250000 +0.116210937500 +0.052246093750 +-0.417968750000 +-0.185546875000 +-0.115722656250 +0.048095703125 +0.281250000000 +-0.001304626465 +0.008361816406 +-0.127929687500 +0.369140625000 +0.128906250000 +-0.006866455078 +-0.098144531250 +-0.126953125000 +-0.003433227539 +-0.046875000000 +0.089843750000 +-0.034667968750 +-0.089355468750 +0.107421875000 +0.001525878906 +-0.091308593750 +0.025146484375 +-0.215820312500 +0.144531250000 +0.060058593750 +-0.111328125000 +-0.147460937500 +0.174804687500 +-0.104003906250 +0.182617187500 +-0.585937500000 +0.171875000000 +0.132812500000 +-0.141601562500 +0.141601562500 +-0.318359375000 +-0.215820312500 +-0.199218750000 +-0.048828125000 +0.116210937500 +0.235351562500 +0.029541015625 +0.037353515625 +-0.061035156250 +-0.027709960938 +0.002243041992 +0.040527343750 +0.081054687500 +-0.053466796875 +0.044921875000 +-0.028686523438 +0.087890625000 +0.007659912109 +0.044921875000 +-0.146484375000 +0.193359375000 +-0.049804687500 +-0.302734375000 +0.168945312500 +0.114746093750 +-0.110351562500 +0.156250000000 +0.024780273438 +-0.160156250000 +-0.355468750000 +-0.057617187500 +-0.008239746094 +-0.031982421875 +0.207031250000 +0.208984375000 +0.100097656250 +-0.126953125000 +-0.142578125000 +0.068359375000 +0.192382812500 +0.095703125000 +-0.134765625000 +-0.110351562500 +-0.089355468750 +0.006439208984 +0.273437500000 +0.099121093750 +0.009582519531 +0.248046875000 +-0.023925781250 +0.343750000000 +-0.052978515625 +-0.113769531250 +-0.008300781250 +-0.121093750000 +0.111328125000 +0.112792968750 +-0.001243591309 +-0.189453125000 +-0.003341674805 +-0.196289062500 +-0.117675781250 +-0.060791015625 +-0.355468750000 +-0.083984375000 +-0.117187500000 +-0.523437500000 +0.090332031250 +0.007781982422 +0.148437500000 +-0.018798828125 +-0.059570312500 +-0.111816406250 +-0.012329101562 +0.040283203125 +-0.180664062500 +-0.023437500000 +-0.141601562500 +-0.016357421875 +0.026733398438 +-0.049804687500 +-0.109375000000 +-0.265625000000 +-0.035400390625 +0.125976562500 +0.089843750000 +-0.012756347656 +0.269531250000 +0.010742187500 +-0.028198242188 +-0.085449218750 +-0.137695312500 +0.018920898438 +-0.265625000000 +-0.159179687500 +-0.097656250000 +0.077148437500 +0.015991210938 +0.107910156250 +-0.037597656250 +-0.027343750000 +0.059082031250 +-0.127929687500 +-0.306640625000 +0.046875000000 +-0.143554687500 +0.084472656250 +-0.656250000000 +0.087402343750 +-0.138671875000 +-0.129882812500 +-0.081542968750 +-0.227539062500 +-0.103027343750 +-0.100585937500 +0.038574218750 +-0.597656250000 +0.027465820312 +0.055908203125 +0.064453125000 +0.223632812500 +0.010620117188 +0.060302734375 +-0.314453125000 +0.177734375000 +0.124023437500 +0.043212890625 +-0.144531250000 +-0.090820312500 +0.031738281250 +0.018310546875 +-0.253906250000 +0.090332031250 +0.081054687500 +-0.074218750000 +0.089355468750 +-0.030639648438 +0.072753906250 +-0.005889892578 +0.071289062500 +-0.263671875000 +-0.012207031250 +0.021850585938 +-0.184570312500 +0.020263671875 +-0.281250000000 +-0.011291503906 +0.110839843750 +0.116699218750 +-0.273437500000 +-0.091308593750 +0.084960937500 +0.091308593750 +-0.214843750000 +0.131835937500 +0.024047851562 +-0.049316406250 +0.023437500000 +0.041503906250 +0.028076171875 +-0.203125000000 +0.084960937500 +0.001800537109 +0.159179687500 +0.171875000000 +0.125976562500 +-0.044921875000 +-0.131835937500 +-0.041992187500 +-0.429687500000 +0.210937500000 +-0.029907226562 +-0.231445312500 +0.014465332031 +-0.009704589844 +0.205078125000 +-0.061279296875 +-0.092285156250 +-0.120605468750 +0.012695312500 +-0.308593750000 +-0.063964843750 +0.247070312500 +-0.209960937500 +-0.121093750000 +0.084472656250 +-0.102539062500 +-0.111816406250 +0.018554687500 +0.064941406250 +-0.022338867188 +0.084960937500 +-0.051513671875 +0.001098632812 +-0.027709960938 +-0.251953125000 +-0.165039062500 +-0.143554687500 +0.241210937500 +-0.119628906250 +0.057128906250 +-0.022949218750 +-0.063964843750 +0.015869140625 +-0.007781982422 +-0.061767578125 +-0.011962890625 +-0.070800781250 +0.179687500000 +-0.136718750000 +0.096679687500 +-0.080078125000 +-0.179687500000 +-0.277343750000 +-0.048095703125 +-0.036621093750 +-0.010803222656 +-0.169921875000 +-0.165039062500 +-0.043701171875 +-0.207031250000 +0.097656250000 +-0.400390625000 +-0.153320312500 +0.177734375000 +-0.257812500000 +0.000579833984 +-0.078613281250 +-0.040771484375 +-0.123535156250 +0.113769531250 +-0.060546875000 +-0.013366699219 +0.190429687500 +-0.064941406250 +0.000991821289 +-0.245117187500 +-0.099609375000 +0.166015625000 +0.185546875000 +-0.017211914062 +-0.355468750000 +-0.196289062500 +-0.182617187500 +0.019653320312 +0.019042968750 +0.261718750000 +-0.094238281250 +-0.005401611328 +-0.156250000000 +-0.127929687500 +-0.219726562500 +0.009521484375 +-0.086425781250 +0.046142578125 +-0.250000000000 +0.345703125000 +0.124023437500 +-0.120117187500 +0.047851562500 +0.020507812500 +0.226562500000 +-0.078613281250 +-0.056884765625 +0.406250000000 +0.034667968750 +0.121582031250 +0.091308593750 +0.163085937500 +0.061035156250 +0.066406250000 +-0.188476562500 +-0.251953125000 +0.098632812500 +0.074707031250 +0.028564453125 +0.011413574219 +0.011718750000 +-0.207031250000 +-0.128906250000 +0.069824218750 +-0.073730468750 +-0.107910156250 +0.049072265625 +-0.138671875000 +-0.064941406250 +-0.029296875000 +0.072265625000 +-0.112304687500 +-0.021850585938 +-0.123046875000 +-0.089843750000 +-0.018920898438 +-0.239257812500 +0.011901855469 +-0.047363281250 +-0.062988281250 +-0.226562500000 +0.064453125000 +-0.115234375000 +0.042968750000 +-0.077636718750 +0.036621093750 +-0.014343261719 +-0.158203125000 +-0.155273437500 +-0.116699218750 +-0.113769531250 +0.042480468750 +-0.035888671875 +-0.172851562500 +0.127929687500 +0.010253906250 +-0.070312500000 +-0.402343750000 +-0.124511718750 +-0.101562500000 +-0.074707031250 +-0.012817382812 +-0.183593750000 +0.119628906250 +-0.012695312500 +0.100097656250 +-0.126953125000 +-0.185546875000 +0.075683593750 +-0.077636718750 +0.079101562500 +-0.181640625000 +-0.072265625000 +-0.087890625000 +0.231445312500 +0.067382812500 +0.157226562500 +0.019287109375 +-0.081542968750 +-0.011779785156 +0.071777343750 +-0.168945312500 +0.044677734375 +-0.542968750000 +0.116699218750 +-0.081542968750 +0.023315429688 +0.026123046875 +-0.073242187500 +-0.039550781250 +-0.072265625000 +-0.138671875000 +0.361328125000 +0.098144531250 +-0.242187500000 +0.134765625000 +-0.002441406250 +0.005920410156 +0.208007812500 +0.092773437500 +0.035888671875 +0.011230468750 +-0.057861328125 +-0.039062500000 +0.113769531250 +0.097656250000 +-0.010925292969 +0.213867187500 +0.096679687500 +0.015991210938 +-0.060302734375 +0.085937500000 +-0.083496093750 +0.096679687500 +0.194335937500 +-0.116210937500 +0.038818359375 +0.047363281250 +-0.078613281250 +0.121093750000 +0.008544921875 +-0.107910156250 +-0.275390625000 +-0.330078125000 +0.107421875000 +0.036376953125 +-0.092285156250 +-0.091796875000 +0.096191406250 +0.074707031250 +0.055664062500 +0.072265625000 +0.208007812500 +-0.126953125000 +0.184570312500 +-0.031005859375 +-0.027954101562 +0.045898437500 +-0.130859375000 +0.111816406250 +-0.051513671875 +-0.226562500000 +-0.003021240234 +-0.188476562500 +0.096679687500 +-0.055908203125 +0.020996093750 +-0.054199218750 +0.535156250000 +-0.085937500000 +-0.166992187500 +-0.128906250000 +-0.494140625000 +0.281250000000 +-0.039306640625 +-0.172851562500 +0.112792968750 +-0.151367187500 +0.194335937500 +-0.082031250000 +0.160156250000 +-0.008666992188 +-0.048339843750 +0.064453125000 +0.112304687500 +0.116699218750 +-0.082031250000 +-0.369140625000 +-0.388671875000 +-0.378906250000 +0.100097656250 +0.041748046875 +-0.138671875000 +-0.216796875000 +-0.160156250000 +0.250000000000 +-0.029541015625 +0.192382812500 +-0.014160156250 +0.049072265625 +-0.043701171875 +-0.644531250000 +0.087890625000 +0.057373046875 +0.241210937500 +-0.047363281250 +0.195312500000 +0.189453125000 +0.054687500000 +-0.044677734375 +0.087402343750 +-0.351562500000 +0.058837890625 +0.125976562500 +-0.091308593750 +-0.427734375000 +0.036376953125 +-0.265625000000 +-0.067382812500 +-0.140625000000 +0.090820312500 +-0.382812500000 +-0.060546875000 +-0.009704589844 +-0.039794921875 +0.154296875000 +-0.108398437500 +-0.033935546875 +0.075683593750 +0.108886718750 +-0.139648437500 +0.104003906250 +-0.018798828125 +-0.060058593750 +0.196289062500 +-0.111328125000 +-0.102050781250 +0.034423828125 +0.104492187500 +0.156250000000 +0.140625000000 +-0.200195312500 +0.081542968750 +-0.007171630859 +-0.052978515625 +0.096679687500 +0.085449218750 +0.062255859375 +-0.085937500000 +-0.104003906250 +-0.113281250000 +-0.023437500000 +-0.077148437500 +0.096191406250 +-0.026489257812 +-0.018920898438 +0.079101562500 +-0.046630859375 +0.083984375000 +-0.025512695312 +0.029418945312 +-0.157226562500 +0.224609375000 +-0.245117187500 +-0.021362304688 +0.098144531250 +-0.135742187500 +-0.093750000000 +0.069335937500 +-0.259765625000 +0.035156250000 +-0.155273437500 +-0.080078125000 +-0.087402343750 +0.199218750000 +-0.037597656250 +-0.121093750000 +-0.201171875000 +-0.045898437500 +0.090820312500 +-0.140625000000 +0.020996093750 +-0.328125000000 +0.003021240234 +0.193359375000 +-0.061523437500 +0.024047851562 +0.039306640625 +0.241210937500 +0.002777099609 +-0.071289062500 +-0.226562500000 +-0.061279296875 +0.322265625000 +-0.184570312500 +-0.087402343750 +-0.410156250000 +-0.019165039062 +-0.117675781250 +0.024780273438 +0.135742187500 +0.049316406250 +-0.007476806641 +0.034912109375 +-0.007995605469 +-0.018554687500 +-0.054443359375 +-0.002746582031 +-0.156250000000 +0.197265625000 +0.001846313477 +-0.009155273438 +-0.015441894531 +-0.094238281250 +-0.154296875000 +-0.062988281250 +-0.066894531250 +0.054687500000 +-0.063964843750 +-0.087402343750 +-0.102050781250 +0.050537109375 +0.030273437500 +0.134765625000 +-0.000156402588 +-0.219726562500 +-0.176757812500 +-0.234375000000 +0.024902343750 +0.133789062500 +-0.024414062500 +-0.217773437500 +-0.056152343750 +0.125976562500 +0.318359375000 +0.081054687500 +-0.064941406250 +-0.128906250000 +0.092285156250 +0.026611328125 +-0.090820312500 +-0.104492187500 +0.421875000000 +0.117187500000 +-0.008056640625 +0.019287109375 +0.165039062500 +-0.055175781250 +-0.086914062500 +0.109863281250 +0.040771484375 +0.024291992188 +-0.198242187500 +-0.185546875000 +-0.067871093750 +-0.043212890625 +0.064941406250 +0.010681152344 +-0.223632812500 +0.068847656250 +-0.125976562500 +-0.222656250000 +0.094238281250 +0.186523437500 +-0.222656250000 +0.076171875000 +0.057861328125 +0.223632812500 +0.234375000000 +-0.265625000000 +0.009887695312 +0.048583984375 +-0.084960937500 +0.116210937500 +0.032470703125 +0.016479492188 +-0.224609375000 +-0.175781250000 +0.055664062500 +-0.025024414062 +0.083496093750 +-0.012878417969 +-0.304687500000 +0.050537109375 +-0.111816406250 +-0.412109375000 +0.113281250000 +-0.038085937500 +-0.013977050781 +-0.040771484375 +-0.153320312500 +-0.105468750000 +0.142578125000 +-0.038574218750 +-0.063476562500 +-0.162109375000 +0.017211914062 +0.145507812500 +0.171875000000 +0.028808593750 +0.067382812500 +0.179687500000 +0.093261718750 +0.058593750000 +0.083007812500 +0.000766754150 +0.107421875000 +0.055908203125 +0.063964843750 +-0.083496093750 +-0.207031250000 +0.018066406250 +-0.023681640625 +-0.028930664062 +-0.157226562500 +-0.021362304688 +-0.000442504883 +-0.041992187500 +-0.093750000000 +0.047119140625 +0.138671875000 +-0.083496093750 +-0.000389099121 +-0.281250000000 +0.013244628906 +-0.060546875000 +0.096679687500 +0.188476562500 +0.143554687500 +-0.099609375000 +0.057617187500 +0.190429687500 +-0.018188476562 +-0.130859375000 +0.088378906250 +-0.112304687500 +0.030151367188 +-0.114257812500 +0.006317138672 +0.062988281250 +-0.324218750000 +-0.098632812500 +-0.150390625000 +-0.020019531250 +0.049072265625 +-0.062255859375 +-0.081054687500 +-0.025146484375 +-0.121093750000 +-0.233398437500 +-0.029541015625 +0.086914062500 +-0.016357421875 +-0.298828125000 +-0.200195312500 +0.107910156250 +0.053466796875 +0.051513671875 +-0.212890625000 +-0.191406250000 +-0.019653320312 +0.043457031250 +-0.076171875000 +-0.238281250000 +-0.023803710938 +-0.022949218750 +0.061523437500 +0.055419921875 +0.074218750000 +-0.186523437500 +-0.026367187500 +0.127929687500 +0.063476562500 +-0.144531250000 +-0.062500000000 +-0.222656250000 +-0.038574218750 +-0.189453125000 +-0.138671875000 +0.052490234375 +-0.126953125000 +-0.015747070312 +-0.062500000000 +-0.064453125000 +-0.107421875000 +-0.109375000000 +-0.134765625000 +-0.060058593750 +0.060302734375 +-0.034423828125 +0.085937500000 +-0.069824218750 +-0.106445312500 +-0.037597656250 +0.109863281250 +-0.063964843750 +-0.071777343750 +0.178710937500 +0.125976562500 +0.161132812500 +-0.128906250000 +-0.189453125000 +0.076660156250 +-0.002075195312 +-0.292968750000 +-0.039794921875 +0.124023437500 +-0.038330078125 +0.194335937500 +-0.047119140625 +-0.002670288086 +0.078125000000 +-0.133789062500 +0.106445312500 +-0.165039062500 +0.020507812500 +0.179687500000 +-0.431640625000 +0.181640625000 +0.021728515625 +-0.018432617188 +0.232421875000 +-0.087402343750 +-0.138671875000 +-0.326171875000 +0.065917968750 +0.033447265625 +-0.109375000000 +-0.210937500000 +0.013977050781 +0.172851562500 +0.115234375000 +0.067871093750 +-0.028198242188 +-0.148437500000 +0.087402343750 +-0.052490234375 +0.013854980469 +0.196289062500 +-0.033447265625 +0.126953125000 +0.161132812500 +-0.081542968750 +-0.378906250000 +-0.408203125000 +0.119140625000 +-0.187500000000 +0.021606445312 +-0.141601562500 +0.103027343750 +-0.058593750000 +0.067382812500 +-0.029418945312 +-0.283203125000 +-0.019042968750 +0.137695312500 +0.016113281250 +0.065429687500 +0.020629882812 +-0.108886718750 +0.074707031250 +0.046630859375 +0.104980468750 +0.218750000000 +0.037353515625 +0.114746093750 +0.082519531250 +-0.024536132812 +0.017456054688 +0.174804687500 +-0.031738281250 +0.110839843750 +0.119140625000 +0.212890625000 +-0.182617187500 +-0.048828125000 +-0.071777343750 +0.009521484375 +0.033935546875 +0.069335937500 +-0.107910156250 +-0.051513671875 +-0.092773437500 +0.054199218750 +0.231445312500 +-0.064453125000 +0.071777343750 +-0.197265625000 +-0.079101562500 +-0.006927490234 +0.039550781250 +0.117187500000 +-0.195312500000 +-0.239257812500 +0.124511718750 +0.014526367188 +-0.053222656250 +-0.148437500000 +0.224609375000 +0.134765625000 +0.063964843750 +0.226562500000 +-0.137695312500 +-0.058349609375 +-0.132812500000 +0.148437500000 +-0.050292968750 +-0.045898437500 +0.279296875000 +0.090332031250 +0.014587402344 +0.049560546875 +-0.052001953125 +-0.185546875000 +0.088867187500 +-0.050048828125 +0.076171875000 +-0.026489257812 +-0.022583007812 +-0.140625000000 +-0.094238281250 +0.062255859375 +0.075683593750 +0.065917968750 +-0.304687500000 +-0.197265625000 +-0.382812500000 +0.047363281250 +0.202148437500 +-0.124023437500 +0.100585937500 +-0.043945312500 +-0.310546875000 +0.186523437500 +0.089843750000 +-0.199218750000 +0.112792968750 +-0.251953125000 +-0.023925781250 +-0.098632812500 +-0.089843750000 +-0.011962890625 +-0.074707031250 +0.139648437500 +-0.191406250000 +0.114257812500 +0.021606445312 +-0.230468750000 +-0.144531250000 +0.035400390625 +-0.152343750000 +-0.099609375000 +0.013916015625 +-0.107910156250 +-0.126953125000 +-0.021728515625 +-0.063476562500 +-0.128906250000 +-0.042724609375 +-0.161132812500 +0.140625000000 +0.042724609375 +-0.285156250000 +0.095703125000 +-0.064453125000 +-0.011901855469 +0.006744384766 +-0.087402343750 +-0.031250000000 +-0.000484466553 +0.117675781250 +-0.173828125000 +-0.363281250000 +-0.164062500000 +0.239257812500 +-0.010192871094 +0.022460937500 +-0.158203125000 +-0.064941406250 +0.045166015625 +0.041748046875 +-0.112792968750 +0.116210937500 +-0.070800781250 +-0.132812500000 +-0.014404296875 +-0.044189453125 +-0.223632812500 +-0.232421875000 +0.034179687500 +0.049316406250 +0.011596679688 +0.024047851562 +-0.162109375000 +0.041259765625 +-0.109863281250 +0.013671875000 +0.047607421875 +-0.029052734375 +0.095703125000 +-0.105468750000 +-0.089843750000 +-0.112304687500 +-0.025146484375 +0.019653320312 +-0.000202178955 +0.043212890625 +-0.114746093750 +-0.121093750000 +0.065429687500 +-0.092285156250 +0.125976562500 +0.126953125000 +-0.084472656250 +-0.125976562500 +-0.235351562500 +-0.242187500000 +0.135742187500 +0.058105468750 +-0.092285156250 +-0.153320312500 +0.140625000000 +0.109375000000 +-0.198242187500 +-0.114257812500 +-0.025634765625 +0.134765625000 +0.019531250000 +-0.055419921875 +-0.025024414062 +-0.014831542969 +-0.125976562500 +0.148437500000 +-0.216796875000 +-0.023681640625 +-0.054687500000 +-0.195312500000 +-0.000368118286 +-0.248046875000 +0.049560546875 +0.039062500000 +-0.062255859375 +0.172851562500 +-0.215820312500 +-0.041748046875 +0.015869140625 +-0.133789062500 +0.062988281250 +0.056396484375 +-0.246093750000 +-0.176757812500 +0.052490234375 +-0.005035400391 +0.087890625000 +0.240234375000 +0.125000000000 +0.022705078125 +0.029663085938 +-0.075195312500 +-0.040039062500 +-0.004180908203 +0.047607421875 +-0.187500000000 +0.073730468750 +0.045166015625 +-0.058593750000 +0.054443359375 +-0.125976562500 +-0.042236328125 +0.082031250000 +-0.040283203125 +0.123046875000 +-0.091308593750 +-0.144531250000 +-0.176757812500 +-0.090332031250 +-0.075195312500 +0.165039062500 +-0.231445312500 +-0.061279296875 +-0.121582031250 +0.231445312500 +-0.018310546875 +-0.047607421875 +-0.068847656250 +-0.341796875000 +-0.034667968750 +0.250000000000 +0.049072265625 +-0.220703125000 +0.257812500000 +-0.018310546875 +0.098144531250 +-0.376953125000 +0.018432617188 +0.056884765625 +0.024047851562 +0.070312500000 +0.139648437500 +0.075683593750 +-0.396484375000 +0.158203125000 +-0.060791015625 +-0.328125000000 +-0.347656250000 +-0.028930664062 +-0.179687500000 +0.039550781250 +0.232421875000 +0.071289062500 +0.176757812500 +-0.190429687500 +-0.361328125000 +-0.016113281250 +0.050048828125 +-0.073730468750 +0.191406250000 +-0.103027343750 +-0.000885009766 +-0.206054687500 +-0.144531250000 +-0.084960937500 +-0.281250000000 +0.129882812500 +-0.042724609375 +0.062011718750 +-0.199218750000 +-0.121582031250 +0.182617187500 +-0.020019531250 +-0.012145996094 +-0.202148437500 +-0.013916015625 +-0.132812500000 +-0.153320312500 +0.215820312500 +-0.103515625000 +-0.104980468750 +-0.051025390625 +0.157226562500 +0.038818359375 +0.076660156250 +0.168945312500 +0.259765625000 +0.178710937500 +-0.008483886719 +-0.104003906250 +0.091308593750 +-0.164062500000 +0.131835937500 +0.109375000000 +0.178710937500 +-0.090820312500 +0.000881195068 +0.004821777344 +0.168945312500 +-0.045654296875 +-0.011901855469 +0.196289062500 +0.257812500000 +-0.179687500000 +0.104003906250 +-0.174804687500 +0.005737304688 +-0.275390625000 +0.061279296875 +-0.037109375000 +-0.001365661621 +-0.004913330078 +-0.099121093750 +-0.039306640625 +-0.070800781250 +-0.038330078125 +-0.066406250000 +0.068847656250 +-0.030517578125 +-0.008789062500 +-0.159179687500 +0.112304687500 +0.014770507812 +0.011047363281 +-0.006256103516 +0.142578125000 +0.210937500000 +0.026855468750 +-0.049560546875 +-0.198242187500 +-0.034179687500 +-0.181640625000 +0.222656250000 +-0.024902343750 +-0.090820312500 +0.113281250000 +-0.271484375000 +0.081054687500 +0.040527343750 +-0.051269531250 +0.017089843750 +-0.002960205078 +-0.072753906250 +0.135742187500 +-0.226562500000 +0.157226562500 +0.043701171875 +0.125000000000 +-0.008483886719 +-0.111816406250 +-0.125976562500 +-0.114257812500 +0.163085937500 +-0.055664062500 +-0.013854980469 +0.197265625000 +-0.182617187500 +0.105468750000 +-0.069335937500 +0.092285156250 +-0.003967285156 +0.060791015625 +0.006164550781 +-0.120605468750 +-0.237304687500 +0.009094238281 +-0.052246093750 +0.005126953125 +0.086914062500 +-0.086914062500 +-0.197265625000 +0.021972656250 +0.036376953125 +0.047607421875 +-0.162109375000 +0.250000000000 +0.216796875000 +0.155273437500 +0.010620117188 +-0.118164062500 +0.011962890625 +0.120117187500 +-0.011596679688 +-0.047363281250 +0.025634765625 +0.039794921875 +-0.031738281250 +-0.037841796875 +0.030517578125 +-0.243164062500 +-0.014526367188 +-0.121093750000 +-0.050781250000 +0.083496093750 +-0.101562500000 +-0.190429687500 +0.059814453125 +-0.097167968750 +0.042724609375 +0.025146484375 +-0.052246093750 +-0.009155273438 +-0.082519531250 +0.068847656250 +-0.002243041992 +-0.160156250000 +0.022583007812 +0.059570312500 +-0.052001953125 +0.178710937500 +0.171875000000 +-0.044921875000 +-0.102539062500 +-0.101562500000 +-0.085449218750 +0.006713867188 +0.113281250000 +-0.147460937500 +0.016357421875 +-0.068847656250 +0.004669189453 +-0.140625000000 +-0.209960937500 +-0.081542968750 +-0.277343750000 +-0.003005981445 +-0.018676757812 +0.180664062500 +0.120117187500 +-0.065429687500 +0.042236328125 +0.072265625000 +0.151367187500 +-0.083007812500 +-0.019409179688 +0.019042968750 +0.098144531250 +0.019042968750 +-0.067382812500 +0.212890625000 +-0.002563476562 +0.131835937500 +-0.034912109375 +-0.117675781250 +0.069824218750 +0.014526367188 +-0.044433593750 +0.076171875000 +-0.125976562500 +-0.104003906250 +0.094238281250 +0.075683593750 +-0.341796875000 +0.000032901764 +-0.032226562500 +0.154296875000 +0.202148437500 +0.074218750000 +-0.066406250000 +-0.003372192383 +-0.166015625000 +0.190429687500 +0.088867187500 +-0.020141601562 +0.178710937500 +-0.208007812500 +-0.018554687500 +0.034912109375 +0.122558593750 +-0.050048828125 +0.242187500000 +-0.007446289062 +0.000621795654 +-0.129882812500 +0.036865234375 +-0.318359375000 +-0.156250000000 +-0.119140625000 +-0.131835937500 +-0.146484375000 +-0.235351562500 +-0.083496093750 +0.021362304688 +-0.097167968750 +-0.174804687500 +0.218750000000 +0.047119140625 +-0.176757812500 +-0.160156250000 +0.059082031250 +-0.410156250000 +0.246093750000 +0.205078125000 +-0.171875000000 +0.010498046875 +-0.188476562500 +-0.018432617188 +-0.019165039062 +0.201171875000 +-0.082031250000 +0.002410888672 +0.170898437500 +-0.043945312500 +0.025634765625 +0.041503906250 +-0.164062500000 +-0.050781250000 +-0.010437011719 +0.269531250000 +-0.112304687500 +0.073242187500 +0.168945312500 +-0.236328125000 +0.067382812500 +-0.376953125000 +-0.026855468750 +-0.023803710938 +0.060546875000 +0.164062500000 +0.018188476562 +0.091796875000 +0.130859375000 +-0.123535156250 +-0.073242187500 +-0.135742187500 +-0.064453125000 +0.351562500000 +0.083984375000 +0.355468750000 +0.074218750000 +0.174804687500 +-0.027221679688 +0.131835937500 +-0.136718750000 +0.216796875000 +0.049560546875 +0.070312500000 +-0.086425781250 +-0.187500000000 +0.105957031250 +0.056152343750 +0.041992187500 +0.012268066406 +-0.065917968750 +0.171875000000 +-0.073242187500 +-0.140625000000 +-0.144531250000 +0.012695312500 +0.040527343750 +0.007080078125 +0.394531250000 +-0.015441894531 +0.277343750000 +-0.038330078125 +-0.021850585938 +-0.219726562500 +0.519531250000 +0.028320312500 +-0.058105468750 +-0.067382812500 +-0.103515625000 +-0.468750000000 +0.703125000000 +-0.136718750000 +-0.080078125000 +-0.347656250000 +-0.080078125000 +0.038085937500 +0.009216308594 +-0.002822875977 +0.367187500000 +-0.114257812500 +0.098144531250 +-0.163085937500 +-0.347656250000 +-0.019775390625 +-0.024291992188 +0.345703125000 +-0.289062500000 +-0.149414062500 +-0.308593750000 +-0.394531250000 +-0.007202148438 +-0.030517578125 +-0.078613281250 +-0.006958007812 +0.021240234375 +-0.369140625000 +-0.053466796875 +-0.108886718750 +-0.173828125000 +-0.416015625000 +-0.121093750000 +-0.248046875000 +-0.070800781250 +-0.011291503906 +0.120117187500 +-0.357421875000 +-0.417968750000 +-0.149414062500 +0.271484375000 +-0.181640625000 +0.072753906250 +-0.087402343750 +-0.130859375000 +-0.182617187500 +-0.071777343750 +0.006958007812 +-0.191406250000 +0.010498046875 +-0.218750000000 +-0.002273559570 +-0.201171875000 +0.106445312500 +0.018554687500 +-0.016601562500 +-0.147460937500 +-0.060302734375 +0.143554687500 +0.062988281250 +0.001434326172 +0.082519531250 +-0.018920898438 +0.087890625000 +0.173828125000 +0.002319335938 +-0.230468750000 +-0.071289062500 +-0.202148437500 +0.013366699219 +0.062500000000 +-0.231445312500 +-0.114257812500 +-0.029541015625 +-0.047363281250 +-0.133789062500 +0.002029418945 +-0.233398437500 +-0.049316406250 +0.041503906250 +-0.045898437500 +-0.057617187500 +0.134765625000 +-0.271484375000 +0.077148437500 +0.098144531250 +0.203125000000 +0.244140625000 +0.112792968750 +-0.086914062500 +0.005096435547 +0.188476562500 +0.095214843750 +-0.104003906250 +-0.096679687500 +0.098632812500 +0.273437500000 +-0.121582031250 +0.056884765625 +-0.005523681641 +0.009399414062 +0.019897460938 +-0.078125000000 +0.108398437500 +0.248046875000 +0.187500000000 +0.134765625000 +0.020141601562 +0.021850585938 +-0.259765625000 +0.038085937500 +0.125976562500 +-0.126953125000 +-0.065917968750 +-0.154296875000 +0.007080078125 +0.108398437500 +-0.055175781250 +0.084472656250 +0.310546875000 +0.049560546875 +0.125000000000 +-0.123046875000 +-0.057617187500 +-0.202148437500 +0.063964843750 +0.053710937500 +0.186523437500 +-0.022827148438 +-0.043701171875 +-0.202148437500 +0.110351562500 +0.013610839844 +0.073242187500 +-0.050292968750 +-0.048339843750 +-0.123046875000 +0.028930664062 +0.106445312500 +-0.279296875000 +-0.131835937500 +0.223632812500 +-0.069335937500 +0.071777343750 +-0.031494140625 +-0.134765625000 +0.052246093750 +-0.365234375000 +-0.086914062500 +0.116699218750 +-0.084960937500 +-0.011352539062 +0.054199218750 +-0.032714843750 +-0.054443359375 +-0.006835937500 +-0.138671875000 +0.070312500000 +0.026245117188 +-0.084960937500 +0.121093750000 +-0.214843750000 +0.127929687500 +0.053222656250 +0.018554687500 +0.115234375000 +-0.130859375000 +0.078613281250 +-0.011901855469 +0.073242187500 +0.127929687500 +0.132812500000 +0.108886718750 +0.022460937500 +-0.032714843750 +-0.010498046875 +0.182617187500 +-0.175781250000 +-0.080566406250 +0.227539062500 +0.012878417969 +0.041015625000 +0.048339843750 +-0.020507812500 +0.089843750000 +0.077636718750 +0.088867187500 +-0.041259765625 +-0.081542968750 +0.148437500000 +-0.017578125000 +-0.064941406250 +-0.159179687500 +0.106933593750 +0.224609375000 +-0.113281250000 +0.271484375000 +0.164062500000 +-0.109863281250 +-0.367187500000 +-0.006774902344 +-0.006439208984 +-0.233398437500 +-0.398437500000 +-0.106933593750 +-0.041503906250 +-0.039550781250 +-0.112304687500 +-0.033203125000 +0.103027343750 +0.107910156250 +0.138671875000 +0.044677734375 +0.047363281250 +-0.339843750000 +0.007659912109 +-0.308593750000 +-0.139648437500 +-0.005767822266 +0.184570312500 +-0.151367187500 +-0.014770507812 +0.067382812500 +0.123535156250 +-0.097167968750 +0.053222656250 +0.067871093750 +-0.016479492188 +0.021728515625 +0.029785156250 +-0.055419921875 +-0.147460937500 +0.083984375000 +0.039550781250 +-0.018798828125 +-0.138671875000 +0.014404296875 +-0.042968750000 +-0.110839843750 +-0.033447265625 +-0.013122558594 +0.037841796875 +0.006774902344 +-0.216796875000 +-0.271484375000 +0.110351562500 +0.043457031250 +-0.121093750000 +-0.038330078125 +-0.000579833984 +0.036376953125 +-0.133789062500 +-0.235351562500 +0.001266479492 +0.098144531250 +-0.126953125000 +-0.003784179688 +0.183593750000 +-0.121582031250 +0.148437500000 +-0.168945312500 +0.081542968750 +0.055664062500 +0.018798828125 +0.032958984375 +-0.016967773438 +0.059570312500 +0.083984375000 +-0.198242187500 +-0.283203125000 +-0.008239746094 +0.158203125000 +0.226562500000 +0.022827148438 +0.074218750000 +-0.249023437500 +0.184570312500 +-0.007141113281 +-0.255859375000 +0.217773437500 +-0.121093750000 +0.102539062500 +-0.130859375000 +-0.242187500000 +0.088867187500 +0.031127929688 +-0.009460449219 +0.096679687500 +0.103027343750 +0.044189453125 +-0.141601562500 +-0.113281250000 +-0.042724609375 +0.124023437500 +0.090332031250 +-0.052734375000 +-0.112792968750 +0.068359375000 +0.060791015625 +-0.032470703125 +-0.093261718750 +0.093750000000 +0.090332031250 +0.131835937500 +-0.287109375000 +0.096679687500 +0.019897460938 +-0.170898437500 +-0.045654296875 +-0.044677734375 +-0.141601562500 +-0.187500000000 +-0.077148437500 +-0.055419921875 +0.042968750000 +0.163085937500 +-0.197265625000 +0.125000000000 +-0.070312500000 +0.045166015625 +0.006774902344 +-0.038818359375 +-0.046142578125 +-0.059326171875 +0.007232666016 +0.047607421875 +-0.115722656250 +0.057128906250 +-0.089843750000 +-0.041503906250 +0.257812500000 +-0.193359375000 +0.165039062500 +-0.028808593750 +-0.259765625000 +0.070800781250 +-0.020263671875 +0.038085937500 +0.026855468750 +-0.185546875000 +0.042236328125 +-0.059082031250 +0.133789062500 +-0.104980468750 +-0.127929687500 +-0.026367187500 +-0.285156250000 +-0.244140625000 +0.095703125000 +-0.107910156250 +0.026977539062 +-0.144531250000 +-0.103027343750 +0.196289062500 +0.137695312500 +-0.472656250000 +0.008911132812 +-0.157226562500 +0.029541015625 +0.080566406250 +0.154296875000 +0.030395507812 +-0.035156250000 +-0.155273437500 +-0.000465393066 +-0.022094726562 +-0.030151367188 +0.137695312500 +-0.221679687500 +-0.322265625000 +0.008239746094 +-0.042236328125 +-0.003997802734 +-0.130859375000 +-0.019531250000 +0.257812500000 +0.108398437500 +-0.126953125000 +-0.062988281250 +-0.018676757812 +0.081542968750 +0.112792968750 +0.071777343750 +0.074218750000 +0.176757812500 +0.140625000000 +0.044189453125 +0.123046875000 +-0.070800781250 +-0.267578125000 +0.100585937500 +-0.013549804688 +-0.009643554688 +-0.052978515625 +-0.065429687500 +0.296875000000 +-0.023925781250 +0.083496093750 +-0.388671875000 +0.086914062500 +-0.094726562500 +-0.097656250000 +-0.021972656250 +-0.137695312500 +-0.043701171875 +-0.057373046875 +0.119140625000 +-0.049804687500 +0.060791015625 +-0.176757812500 +0.038818359375 +0.097167968750 +-0.178710937500 +0.061279296875 +-0.049804687500 +-0.004608154297 +-0.010070800781 +-0.142578125000 +-0.088867187500 +-0.047851562500 +0.028442382812 +-0.006561279297 +0.126953125000 +0.107910156250 +-0.208007812500 +0.026245117188 +-0.009521484375 +0.042968750000 +-0.133789062500 +0.118164062500 +0.000117778778 +0.222656250000 +0.026367187500 +0.082519531250 +-0.052001953125 +-0.129882812500 +0.165039062500 +0.068847656250 +-0.001838684082 +-0.033691406250 +0.112304687500 +0.009765625000 +0.047851562500 +0.086914062500 +-0.004211425781 +-0.016357421875 +-0.316406250000 +0.026245117188 +-0.267578125000 +-0.140625000000 +-0.226562500000 +0.176757812500 +0.134765625000 +0.073242187500 +-0.089843750000 +0.182617187500 +0.127929687500 +-0.066894531250 +-0.174804687500 +-0.257812500000 +0.068847656250 +0.049804687500 +0.024902343750 +0.048339843750 +-0.149414062500 +-0.116210937500 +0.102050781250 +-0.033935546875 +0.155273437500 +0.151367187500 +-0.112304687500 +0.160156250000 +-0.038818359375 +-0.135742187500 +-0.026367187500 +0.113281250000 +-0.066894531250 +-0.225585937500 +-0.038330078125 +-0.445312500000 +0.226562500000 +-0.162109375000 +0.022705078125 +0.014221191406 +0.077636718750 +0.146484375000 +-0.002197265625 +-0.077148437500 +-0.058593750000 +-0.052490234375 +0.062011718750 +-0.189453125000 +-0.150390625000 +-0.112304687500 +0.045410156250 +-0.010131835938 +-0.204101562500 +-0.169921875000 +0.026489257812 +-0.209960937500 +-0.062500000000 +-0.189453125000 +0.065917968750 +-0.281250000000 +-0.084472656250 +-0.073242187500 +-0.078613281250 +-0.172851562500 +-0.363281250000 +0.034667968750 +-0.114257812500 +-0.173828125000 +-0.322265625000 +-0.104492187500 +-0.077636718750 +-0.137695312500 +-0.031494140625 +0.039306640625 +0.077636718750 +0.044189453125 +-0.079101562500 +-0.034179687500 +0.063964843750 +0.156250000000 +0.047363281250 +-0.004272460938 +0.008666992188 +0.034179687500 +0.103515625000 +-0.080566406250 +-0.014770507812 +-0.051513671875 +-0.076171875000 +0.159179687500 +0.102539062500 +0.046142578125 +-0.049560546875 +0.180664062500 +-0.324218750000 +0.033203125000 +-0.168945312500 +0.132812500000 +-0.006988525391 +0.059082031250 +-0.024414062500 +-0.133789062500 +-0.026245117188 +0.104980468750 +-0.050292968750 +0.232421875000 +0.110351562500 +-0.008728027344 +-0.144531250000 +0.107910156250 +-0.019775390625 +0.298828125000 +-0.020019531250 +-0.188476562500 +0.029907226562 +-0.218750000000 +-0.101562500000 +0.084960937500 +0.159179687500 +-0.253906250000 +0.104980468750 +0.149414062500 +-0.400390625000 +-0.102539062500 +-0.033203125000 +0.189453125000 +-0.017578125000 +0.265625000000 +-0.084960937500 +0.155273437500 +0.104003906250 +0.102050781250 +-0.228515625000 +-0.124023437500 +0.172851562500 +0.242187500000 +0.188476562500 +0.169921875000 +0.289062500000 +0.015991210938 +-0.086425781250 +-0.103027343750 +-0.050781250000 +-0.078125000000 +-0.068847656250 +0.009094238281 +0.008422851562 +0.101074218750 +0.049316406250 +-0.064941406250 +0.056884765625 +0.302734375000 +0.212890625000 +0.064941406250 +0.423828125000 +-0.066894531250 +0.003677368164 +0.013854980469 +-0.234375000000 +-0.339843750000 +-0.064453125000 +-0.003234863281 +0.139648437500 +-0.279296875000 +0.062011718750 +0.204101562500 +0.104980468750 +-0.094726562500 +-0.114257812500 +-0.002014160156 +0.226562500000 +-0.105468750000 +-0.259765625000 +0.164062500000 +-0.149414062500 +-0.087890625000 +0.094726562500 +0.017822265625 +0.263671875000 +-0.131835937500 +0.098144531250 +-0.000659942627 +-0.209960937500 +-0.121093750000 +-0.115722656250 +-0.137695312500 +-0.116210937500 +0.004486083984 +0.080566406250 +-0.242187500000 +0.197265625000 +0.004730224609 +-0.077148437500 +-0.157226562500 +-0.285156250000 +-0.078125000000 +-0.000720977783 +-0.027343750000 +-0.006072998047 +-0.030273437500 +-0.333984375000 +0.145507812500 +0.120605468750 +-0.105468750000 +-0.014709472656 +-0.068847656250 +0.065917968750 +0.125000000000 +0.029174804688 +0.093750000000 +0.087402343750 +0.022460937500 +-0.143554687500 +0.071777343750 +-0.048828125000 +-0.080078125000 +0.144531250000 +0.109863281250 +0.023925781250 +-0.052001953125 +0.120117187500 +-0.179687500000 +-0.205078125000 +-0.006835937500 +-0.017211914062 +0.102050781250 +0.153320312500 +0.044433593750 +0.084960937500 +0.065917968750 +-0.113281250000 +-0.065917968750 +-0.237304687500 +0.139648437500 +-0.033935546875 +0.077636718750 +-0.096679687500 +-0.085937500000 +0.168945312500 +-0.163085937500 +-0.112792968750 +-0.095703125000 +-0.094238281250 +0.161132812500 +-0.034179687500 +-0.039306640625 +-0.120605468750 +-0.130859375000 +-0.140625000000 +-0.114257812500 +0.150390625000 +-0.011291503906 +0.086914062500 +-0.052490234375 +0.053955078125 +-0.269531250000 +-0.135742187500 +-0.224609375000 +-0.225585937500 +-0.149414062500 +0.041748046875 +-0.490234375000 +0.045654296875 +0.106933593750 +0.021850585938 +-0.535156250000 +0.066406250000 +-0.141601562500 +-0.055908203125 +0.113281250000 +0.152343750000 +0.034423828125 +0.217773437500 +-0.086914062500 +-0.597656250000 +-0.056152343750 +-0.056884765625 +0.020874023438 +-0.263671875000 +-0.057861328125 +-0.154296875000 +0.045410156250 +-0.159179687500 +-0.112792968750 +0.145507812500 +0.144531250000 +-0.031250000000 +0.068359375000 +-0.010375976562 +-0.063964843750 +-0.066406250000 +-0.240234375000 +-0.148437500000 +-0.015319824219 +-0.000408172607 +-0.119628906250 +-0.045166015625 +-0.194335937500 +-0.166015625000 +-0.084960937500 +0.009826660156 +0.021240234375 +0.049804687500 +0.146484375000 +-0.093261718750 +-0.211914062500 +-0.071777343750 +-0.158203125000 +0.172851562500 +0.141601562500 +0.119140625000 +0.049560546875 +0.279296875000 +0.137695312500 +-0.172851562500 +-0.125976562500 +0.102539062500 +-0.028930664062 +-0.004425048828 +-0.123046875000 +-0.026123046875 +0.121093750000 +0.050781250000 +-0.086425781250 +-0.164062500000 +0.162109375000 +0.014953613281 +-0.126953125000 +0.104492187500 +0.102539062500 +-0.225585937500 +-0.121582031250 +-0.207031250000 +-0.022583007812 +0.052246093750 +-0.125976562500 +0.096191406250 +0.034423828125 +-0.104003906250 +0.002700805664 +-0.359375000000 +0.152343750000 +0.328125000000 +-0.314453125000 +-0.035400390625 +-0.373046875000 +-0.141601562500 +-0.017700195312 +0.145507812500 +0.045166015625 +-0.332031250000 +0.026123046875 +-0.048583984375 +-0.164062500000 +0.037597656250 +-0.081542968750 +-0.024658203125 +0.053710937500 +0.142578125000 +-0.052001953125 +-0.237304687500 +0.149414062500 +0.064453125000 +0.160156250000 +-0.304687500000 +0.115722656250 +-0.054199218750 +-0.020874023438 +0.033935546875 +-0.180664062500 +-0.127929687500 +-0.049316406250 +-0.011352539062 +-0.190429687500 +-0.133789062500 +-0.021728515625 +-0.221679687500 +0.155273437500 +0.109863281250 +-0.287109375000 +-0.053222656250 +-0.208984375000 +0.232421875000 +0.020019531250 +-0.129882812500 +-0.147460937500 +-0.092773437500 +0.009826660156 +-0.113281250000 +0.051757812500 +0.185546875000 +0.153320312500 +-0.069335937500 +0.197265625000 +0.053222656250 +0.012634277344 +0.144531250000 +0.080078125000 +0.001762390137 +0.041015625000 +-0.154296875000 +0.082031250000 +0.096191406250 +-0.025146484375 +-0.107421875000 +-0.070312500000 +0.087890625000 +-0.068847656250 +0.008239746094 +0.068359375000 +0.251953125000 +-0.092285156250 +0.033447265625 +0.018066406250 +0.044433593750 +-0.007232666016 +-0.053466796875 +0.079589843750 +0.010498046875 +-0.156250000000 +0.104003906250 +0.052246093750 +-0.087890625000 +-0.265625000000 +-0.181640625000 +-0.041748046875 +-0.058593750000 +0.000514984131 +-0.259765625000 +0.103515625000 +-0.040771484375 +-0.129882812500 +-0.040527343750 +-0.023193359375 +-0.017822265625 +-0.209960937500 +0.429687500000 +-0.249023437500 +-0.040527343750 +0.079589843750 +-0.017822265625 +0.081542968750 +-0.112792968750 +-0.230468750000 +-0.223632812500 +0.037109375000 +-0.140625000000 +0.109375000000 +-0.231445312500 +0.201171875000 +0.000308990479 +-0.067382812500 +0.209960937500 +-0.330078125000 +0.054443359375 +-0.015075683594 +-0.140625000000 +0.187500000000 +-0.107910156250 +-0.039306640625 +-0.181640625000 +0.106445312500 +-0.040039062500 +0.014953613281 +-0.181640625000 +-0.077636718750 +0.503906250000 +0.135742187500 +-0.035888671875 +0.000614166260 +0.030395507812 +0.078613281250 +0.061767578125 +-0.155273437500 +0.000637054443 +-0.621093750000 +-0.002487182617 +0.014465332031 +0.032958984375 +0.190429687500 +-0.051513671875 +0.316406250000 +0.075683593750 +0.148437500000 +0.055419921875 +-0.010131835938 +-0.043701171875 +-0.212890625000 +0.069335937500 +0.119140625000 +0.055908203125 +-0.104980468750 +-0.044433593750 +-0.073242187500 +-0.156250000000 +0.078125000000 +-0.292968750000 +0.013488769531 +0.255859375000 +-0.059814453125 +0.017211914062 +-0.316406250000 +-0.006652832031 +-0.159179687500 +-0.018066406250 +-0.008544921875 +0.040283203125 +-0.026855468750 +-0.249023437500 +-0.067871093750 +0.125000000000 +0.083984375000 +-0.300781250000 +-0.146484375000 +-0.070800781250 +-0.236328125000 +0.019042968750 +-0.079589843750 +0.113769531250 +0.076171875000 +-0.275390625000 +-0.146484375000 +0.213867187500 +-0.036865234375 +-0.140625000000 +0.025390625000 +0.169921875000 +0.171875000000 +0.435546875000 +0.125976562500 +-0.201171875000 +0.152343750000 +0.073242187500 +-0.074218750000 +0.058105468750 +0.041992187500 +-0.207031250000 +-0.007385253906 +0.153320312500 +0.129882812500 +0.176757812500 +0.104492187500 +-0.134765625000 +-0.102539062500 +0.042480468750 +0.037597656250 +-0.192382812500 +0.007019042969 +-0.137695312500 +0.184570312500 +0.061035156250 +0.095703125000 +0.183593750000 +-0.122558593750 +0.040771484375 +0.171875000000 +-0.081542968750 +-0.000100135803 +0.175781250000 +-0.375000000000 +0.132812500000 +-0.218750000000 +0.027709960938 +0.142578125000 +0.044189453125 +0.032958984375 +0.161132812500 +0.335937500000 +0.139648437500 +0.106933593750 +0.099121093750 +-0.010009765625 +-0.046630859375 +0.098144531250 +-0.055175781250 +-0.043457031250 +-0.369140625000 +0.189453125000 +0.117675781250 +-0.146484375000 +0.126953125000 +0.043701171875 +0.167968750000 +-0.104492187500 +-0.208007812500 +0.057861328125 +0.002716064453 +0.102539062500 +-0.158203125000 +-0.032470703125 +0.244140625000 +0.048095703125 +-0.143554687500 +-0.130859375000 +0.166992187500 +0.064453125000 +0.021850585938 +-0.020751953125 +0.007110595703 +-0.126953125000 +-0.115234375000 +0.026123046875 +0.271484375000 +0.102050781250 +0.112304687500 +-0.095703125000 +-0.188476562500 +-0.247070312500 +-0.122558593750 +0.166015625000 +0.030395507812 +0.055908203125 +0.110351562500 +0.045898437500 +0.001510620117 +-0.287109375000 +0.019165039062 +0.184570312500 +0.011901855469 +-0.129882812500 +0.086425781250 +-0.089355468750 +0.041015625000 +-0.038818359375 +0.081054687500 +0.144531250000 +-0.084472656250 +-0.714843750000 +-0.017700195312 +-0.085937500000 +-0.004455566406 +0.174804687500 +-0.168945312500 +0.186523437500 +0.016845703125 +-0.703125000000 +-0.206054687500 +-0.232421875000 +0.341796875000 +-0.069824218750 +-0.103027343750 +-0.209960937500 +-0.044677734375 +-0.238281250000 +0.050048828125 +-0.218750000000 +0.199218750000 +0.143554687500 +-0.273437500000 +0.052490234375 +0.157226562500 +-0.207031250000 +-0.437500000000 +-0.081542968750 +-0.015197753906 +0.267578125000 +-0.011474609375 +-0.070800781250 +-0.122070312500 +-0.087402343750 +0.057373046875 +-0.098144531250 +-0.036865234375 +0.034179687500 +-0.013916015625 +-0.123535156250 +0.029785156250 +0.104003906250 +-0.119140625000 +-0.073730468750 +0.166992187500 +-0.238281250000 +-0.308593750000 +-0.033203125000 +0.091796875000 +0.149414062500 +-0.133789062500 +-0.046630859375 +0.225585937500 +-0.190429687500 +0.145507812500 +0.003036499023 +-0.119140625000 +0.072265625000 +-0.024902343750 +-0.185546875000 +-0.057861328125 +-0.004302978516 +-0.215820312500 +0.055664062500 +-0.117675781250 +0.031982421875 +0.130859375000 +0.187500000000 +-0.099609375000 +-0.135742187500 +0.071289062500 +-0.045898437500 +-0.217773437500 +0.020019531250 +0.008605957031 +0.097656250000 +-0.041748046875 +-0.164062500000 +-0.008056640625 +-0.059570312500 +-0.028808593750 +-0.068359375000 +0.077148437500 +0.133789062500 +0.086914062500 +-0.198242187500 +-0.082519531250 +0.275390625000 +-0.437500000000 +-0.211914062500 +-0.191406250000 +0.139648437500 +0.003204345703 +-0.343750000000 +-0.114257812500 +0.048583984375 +-0.179687500000 +-0.083496093750 +0.060546875000 +-0.058105468750 +0.042724609375 +-0.070312500000 +0.040039062500 +0.051513671875 +-0.153320312500 +-0.060791015625 +0.007324218750 +-0.088378906250 +-0.073730468750 +-0.099609375000 +0.089355468750 +0.048095703125 +0.100585937500 +0.167968750000 +-0.032714843750 +0.050048828125 +0.102050781250 +-0.084960937500 +0.167968750000 +0.062988281250 +0.071289062500 +0.035400390625 +0.147460937500 +0.049560546875 +-0.004943847656 +0.066894531250 +-0.296875000000 +-0.058349609375 +-0.261718750000 +-0.023925781250 +0.104003906250 +-0.241210937500 +-0.003158569336 +-0.020263671875 +-0.033691406250 +-0.160156250000 +0.001579284668 +-0.037597656250 +0.007629394531 +0.078125000000 +-0.111328125000 +-0.041748046875 +0.059570312500 +-0.157226562500 +0.056640625000 +-0.163085937500 +0.259765625000 +0.042968750000 +0.165039062500 +-0.312500000000 +0.004974365234 +-0.198242187500 +0.106445312500 +0.091308593750 +-0.051757812500 +-0.247070312500 +0.373046875000 +-0.113769531250 +-0.168945312500 +-0.324218750000 +-0.083496093750 +0.101562500000 +0.092773437500 +-0.002532958984 +0.002975463867 +-0.044433593750 +-0.146484375000 +-0.257812500000 +-0.031250000000 +-0.332031250000 +-0.174804687500 +0.122070312500 +-0.086914062500 +-0.060791015625 +0.128906250000 +-0.357421875000 +-0.273437500000 +-0.088867187500 +0.076660156250 +0.004333496094 +0.046142578125 +-0.015014648438 +-0.034912109375 +-0.527343750000 +-0.055664062500 +0.255859375000 +0.085937500000 +-0.035156250000 +0.077636718750 +-0.213867187500 +-0.091796875000 +-0.131835937500 +-0.072265625000 +0.089355468750 +-0.126953125000 +-0.018676757812 +0.177734375000 +-0.005767822266 +-0.044921875000 +-0.160156250000 +0.041259765625 +-0.139648437500 +0.049804687500 +0.086914062500 +0.039306640625 +-0.335937500000 +0.051025390625 +-0.251953125000 +0.018310546875 +-0.155273437500 +0.006072998047 +-0.593750000000 +0.006072998047 +0.169921875000 +-0.130859375000 +-0.267578125000 +0.273437500000 +-0.059326171875 +0.111328125000 +0.173828125000 +0.025024414062 +-0.183593750000 +0.072753906250 +-0.124023437500 +-0.049560546875 +-0.045410156250 +-0.017089843750 +0.058593750000 +-0.181640625000 +0.112792968750 +-0.131835937500 +-0.043212890625 +-0.192382812500 +-0.004821777344 +0.167968750000 +0.095214843750 +0.001571655273 +0.130859375000 +-0.200195312500 +-0.090820312500 +-0.059814453125 +-0.181640625000 +-0.310546875000 +0.000297546387 +-0.131835937500 +0.059570312500 +-0.084960937500 +-0.373046875000 +-0.083007812500 +0.056152343750 +-0.130859375000 +-0.038085937500 +0.072753906250 +0.035888671875 +-0.179687500000 +-0.138671875000 +-0.236328125000 +0.055419921875 +0.064453125000 +-0.435546875000 +0.023803710938 +0.008972167969 +0.165039062500 +0.168945312500 +0.031982421875 +0.091308593750 +-0.099121093750 +-0.086425781250 +0.002197265625 +0.092773437500 +0.150390625000 +-0.109375000000 +0.039794921875 +-0.136718750000 +-0.105957031250 +-0.033203125000 +0.076660156250 +0.203125000000 +0.122070312500 +-0.068847656250 +0.080566406250 +0.005859375000 +-0.121582031250 +-0.208984375000 +0.503906250000 +0.038574218750 +-0.229492187500 +-0.229492187500 +0.208007812500 +0.125000000000 +0.132812500000 +-0.045654296875 +0.005249023438 +-0.193359375000 +-0.095703125000 +0.018066406250 +-0.097656250000 +-0.449218750000 +-0.091796875000 +-0.106933593750 +-0.155273437500 +0.049560546875 +-0.228515625000 +0.185546875000 +-0.056640625000 +0.124511718750 +-0.037353515625 +-0.066406250000 +-0.234375000000 +-0.470703125000 +0.101562500000 +-0.507812500000 +0.002868652344 +0.075195312500 +0.091796875000 +0.178710937500 +0.093261718750 +-0.242187500000 +-0.087402343750 +-0.100585937500 +0.146484375000 +0.036621093750 +0.030273437500 +0.279296875000 +0.040527343750 +-0.113281250000 +0.118652343750 +-0.076171875000 +0.314453125000 +-0.170898437500 +0.102539062500 +0.073730468750 +0.048583984375 +0.060546875000 +-0.302734375000 +0.156250000000 +-0.036376953125 +-0.045654296875 +0.273437500000 +0.082031250000 +0.125976562500 +-0.072265625000 +0.100585937500 +0.022583007812 +0.066894531250 +0.053955078125 +-0.027343750000 +-0.108886718750 +-0.025634765625 +0.070312500000 +-0.108398437500 +0.112792968750 +0.120117187500 +0.283203125000 +0.127929687500 +0.046875000000 +-0.349609375000 +-0.058105468750 +0.100585937500 +0.061523437500 +0.212890625000 +0.010742187500 +-0.077148437500 +0.099121093750 +-0.166015625000 +-0.092773437500 +0.022583007812 +-0.119140625000 +0.059082031250 +0.108886718750 +-0.056884765625 +0.103027343750 +-0.010437011719 +0.040283203125 +-0.013793945312 +0.075683593750 +-0.061035156250 +-0.117675781250 +0.149414062500 +0.064453125000 +0.018188476562 +0.070800781250 +-0.041748046875 +-0.010986328125 +0.020263671875 +0.010375976562 +0.100585937500 +-0.157226562500 +-0.075683593750 +0.026489257812 +-0.159179687500 +0.054687500000 +-0.011840820312 +0.176757812500 +0.259765625000 +0.402343750000 +0.198242187500 +-0.121093750000 +0.233398437500 +0.071777343750 +0.097656250000 +0.067871093750 +0.040039062500 +-0.072753906250 +0.200195312500 +0.001106262207 +-0.232421875000 +0.326171875000 +0.034667968750 +-0.176757812500 +0.060546875000 +-0.135742187500 +-0.097167968750 +0.133789062500 +0.211914062500 +-0.054443359375 +0.074707031250 +-0.054687500000 +-0.011535644531 +-0.028930664062 +-0.061767578125 +0.175781250000 +-0.123535156250 +0.003860473633 +-0.149414062500 +0.121582031250 +-0.094238281250 +0.005798339844 +-0.023437500000 +0.049072265625 +0.013366699219 +-0.060546875000 +-0.114257812500 +0.115722656250 +-0.318359375000 +0.085449218750 +0.004302978516 +-0.067871093750 +-0.184570312500 +-0.121093750000 +0.097656250000 +-0.145507812500 +-0.029174804688 +0.020141601562 +0.208984375000 +0.062988281250 +-0.101074218750 +0.009216308594 +-0.105468750000 +-0.248046875000 +-0.012939453125 +0.024414062500 +0.070312500000 +0.167968750000 +-0.026123046875 +0.038085937500 +0.050292968750 +-0.412109375000 +-0.041259765625 +-0.024780273438 +0.337890625000 +0.190429687500 +-0.206054687500 +0.039062500000 +0.044677734375 +0.023925781250 +0.013854980469 +-0.289062500000 +0.007232666016 +-0.114257812500 +0.016967773438 +-0.018554687500 +0.128906250000 +0.214843750000 +-0.296875000000 +-0.046875000000 +-0.216796875000 +0.004516601562 +0.064453125000 +0.279296875000 +0.068847656250 +0.039062500000 +-0.125976562500 +0.033691406250 +-0.119628906250 +-0.018554687500 +0.115234375000 +0.150390625000 +0.027099609375 +-0.093261718750 +-0.046875000000 +0.032226562500 +0.065429687500 +-0.212890625000 +-0.148437500000 +-0.181640625000 +-0.030517578125 +0.136718750000 +-0.229492187500 +-0.045166015625 +0.247070312500 +-0.048583984375 +0.296875000000 +-0.024169921875 +-0.030029296875 +-0.107910156250 +0.090332031250 +0.145507812500 +0.069824218750 +-0.257812500000 +0.008300781250 +0.075683593750 +-0.007873535156 +0.116210937500 +0.114257812500 +-0.052246093750 +-0.073242187500 +0.218750000000 +0.024658203125 +-0.124023437500 +0.314453125000 +0.149414062500 +0.417968750000 +0.064453125000 +0.151367187500 +-0.079589843750 +-0.082519531250 +-0.045898437500 +0.063964843750 +0.049804687500 +0.076171875000 +0.120605468750 +0.046630859375 +-0.029785156250 +0.088867187500 +-0.019775390625 +-0.158203125000 +-0.024291992188 +0.016601562500 +-0.271484375000 +0.032470703125 +-0.138671875000 +0.007659912109 +-0.071777343750 +0.079101562500 +-0.068359375000 +0.058105468750 +-0.048339843750 +0.052734375000 +0.030151367188 +0.004364013672 +0.047363281250 +-0.314453125000 +0.151367187500 +-0.189453125000 +-0.030639648438 +-0.074218750000 +-0.289062500000 +-0.170898437500 +-0.314453125000 +0.010253906250 +0.034179687500 +0.007812500000 +-0.022460937500 +-0.064453125000 +-0.154296875000 +-0.496093750000 +-0.104003906250 +0.022705078125 +-0.032470703125 +-0.014343261719 +0.090820312500 +-0.022949218750 +-0.122558593750 +-0.050537109375 +0.047363281250 +0.118164062500 +-0.126953125000 +-0.136718750000 +0.198242187500 +-0.011779785156 +0.341796875000 +0.100585937500 +0.041259765625 +-0.007202148438 +0.059082031250 +0.082031250000 +0.062500000000 +-0.088378906250 +0.079589843750 +-0.103027343750 +-0.066406250000 +-0.337890625000 +-0.164062500000 +0.155273437500 +-0.269531250000 +-0.051269531250 +0.291015625000 +0.173828125000 +-0.063476562500 +-0.108398437500 +0.067871093750 +0.041503906250 +0.113281250000 +-0.195312500000 +-0.308593750000 +-0.006256103516 +0.080078125000 +0.194335937500 +-0.151367187500 +-0.064941406250 +0.058349609375 +-0.140625000000 +-0.090820312500 +0.135742187500 +0.022949218750 +-0.112792968750 +-0.135742187500 +-0.071289062500 +0.051269531250 +-0.104980468750 +0.085937500000 +0.102050781250 +-0.161132812500 +-0.056884765625 +-0.211914062500 +0.040039062500 +-0.095214843750 +-0.034912109375 +-0.041748046875 +-0.261718750000 +-0.195312500000 +0.004577636719 +0.083007812500 +0.027587890625 +-0.122070312500 +-0.155273437500 +0.053466796875 +0.051269531250 +-0.100585937500 +-0.161132812500 +0.122070312500 +0.105468750000 +-0.118164062500 +0.090332031250 +-0.239257812500 +0.394531250000 +0.029174804688 +-0.045654296875 +0.121582031250 +-0.226562500000 +0.144531250000 +0.111816406250 +0.180664062500 +0.039306640625 +0.052734375000 +-0.007934570312 +-0.036621093750 +-0.144531250000 +-0.034667968750 +0.170898437500 +-0.150390625000 +-0.156250000000 +-0.243164062500 +-0.458984375000 +-0.160156250000 +0.161132812500 +0.057128906250 +-0.130859375000 +0.123535156250 +-0.151367187500 +-0.357421875000 +-0.022094726562 +-0.148437500000 +-0.179687500000 +-0.237304687500 +-0.062500000000 +0.195312500000 +-0.132812500000 +0.065429687500 +-0.000389099121 +-0.058349609375 +0.060791015625 +-0.269531250000 +-0.021728515625 +0.257812500000 +-0.200195312500 +-0.077148437500 +-0.032470703125 +0.044433593750 +-0.036132812500 +-0.316406250000 +0.022583007812 +0.142578125000 +0.408203125000 +0.077148437500 +-0.102050781250 +0.347656250000 +-0.234375000000 +-0.144531250000 +0.029174804688 +0.220703125000 +0.082519531250 +-0.123046875000 +-0.095703125000 +-0.269531250000 +-0.117675781250 +-0.107421875000 +-0.207031250000 +-0.210937500000 +-0.117187500000 +0.055664062500 +-0.125976562500 +-0.050048828125 +0.281250000000 +0.101562500000 +-0.017822265625 +0.086914062500 +0.205078125000 +0.021362304688 +-0.046142578125 +-0.049316406250 +0.104492187500 +-0.075195312500 +-0.090820312500 +-0.100097656250 +0.072753906250 +0.095703125000 +-0.157226562500 +-0.164062500000 +-0.061279296875 +0.107910156250 +0.014831542969 +-0.010864257812 +0.106445312500 +-0.271484375000 +-0.404296875000 +0.002014160156 +-0.039550781250 +-0.010681152344 +0.121093750000 +0.271484375000 +-0.044189453125 +-0.017700195312 +-0.020019531250 +0.102539062500 +-0.062255859375 +-0.148437500000 +0.097656250000 +0.081542968750 +0.096679687500 +-0.164062500000 +-0.104980468750 +-0.049804687500 +0.180664062500 +0.132812500000 +-0.108886718750 +0.043945312500 +-0.185546875000 +-0.112304687500 +-0.054931640625 +-0.235351562500 +0.062255859375 +-0.122070312500 +-0.057861328125 +0.004241943359 +0.072753906250 +0.052001953125 +0.167968750000 +0.160156250000 +-0.194335937500 +0.191406250000 +0.025512695312 +-0.054443359375 +0.041992187500 +-0.235351562500 +-0.199218750000 +0.064453125000 +0.149414062500 +-0.101562500000 +-0.120605468750 +-0.125000000000 +0.003845214844 +0.110351562500 +-0.068359375000 +-0.138671875000 +-0.028686523438 +-0.058105468750 +-0.034667968750 +0.039306640625 +0.069824218750 +-0.324218750000 +-0.191406250000 +0.051269531250 +-0.097167968750 +0.253906250000 +0.024047851562 +0.102539062500 +0.009765625000 +-0.056396484375 +-0.095214843750 +0.160156250000 +0.061279296875 +-0.002151489258 +-0.161132812500 +0.003082275391 +0.056884765625 +-0.135742187500 +0.099121093750 +-0.041748046875 +0.081542968750 +0.075195312500 +-0.150390625000 +-0.204101562500 +0.192382812500 +0.065429687500 +0.056640625000 +0.036621093750 +-0.138671875000 +0.041992187500 +0.014953613281 +-0.018432617188 +0.053222656250 +0.042968750000 +0.142578125000 +-0.092285156250 +-0.275390625000 +0.245117187500 +0.025146484375 +0.069335937500 +0.122558593750 +0.161132812500 +0.046630859375 +-0.392578125000 +-0.410156250000 +0.030883789062 +0.023559570312 +0.176757812500 +-0.330078125000 +-0.263671875000 +-0.184570312500 +-0.828125000000 +0.069335937500 +0.103515625000 +0.147460937500 +0.048339843750 +-0.085449218750 +-0.172851562500 +0.103027343750 +0.000705718994 +-0.025756835938 +-0.109375000000 +0.380859375000 +0.010864257812 +0.110839843750 +0.052490234375 +-0.214843750000 +-0.125000000000 +-0.225585937500 +0.175781250000 +0.009338378906 +-0.233398437500 +0.019531250000 +-0.174804687500 +-0.038574218750 +-0.154296875000 +-0.012878417969 +0.042968750000 +-0.296875000000 +-0.172851562500 +-0.088867187500 +-0.081542968750 +0.003173828125 +0.007232666016 +-0.027343750000 +-0.091796875000 +0.349609375000 +-0.173828125000 +0.057617187500 +0.039550781250 +-0.007263183594 +0.061279296875 +-0.035156250000 +-0.055664062500 +0.224609375000 +-0.302734375000 +0.039306640625 +0.118164062500 +-0.208984375000 +0.019042968750 +-0.166015625000 +-0.110839843750 +0.073730468750 +-0.161132812500 +0.068847656250 +-0.058349609375 +-0.011352539062 +-0.083984375000 +-0.126953125000 +0.031738281250 +0.054443359375 +-0.231445312500 +-0.116210937500 +0.085449218750 +-0.092773437500 +-0.253906250000 +-0.248046875000 +0.050048828125 +-0.155273437500 +0.198242187500 +-0.174804687500 +-0.073730468750 +0.074707031250 +-0.000648498535 +0.178710937500 +0.104980468750 +0.091308593750 +-0.025512695312 +-0.120605468750 +0.120117187500 +-0.147460937500 +-0.153320312500 +-0.060791015625 +-0.017578125000 +-0.169921875000 +0.032470703125 +-0.244140625000 +-0.166992187500 +0.128906250000 +-0.022827148438 +-0.002075195312 +-0.194335937500 +0.259765625000 +-0.050781250000 +0.042236328125 +0.116210937500 +0.111816406250 +0.221679687500 +0.011169433594 +0.002700805664 +0.079101562500 +-0.177734375000 +-0.041015625000 +0.113281250000 +0.046142578125 +-0.015625000000 +-0.166992187500 +0.039062500000 +-0.014282226562 +0.074707031250 +-0.023437500000 +0.059570312500 +0.021850585938 +-0.055175781250 +-0.042480468750 +-0.185546875000 +0.080078125000 +0.105468750000 +-0.175781250000 +-0.066894531250 +0.104003906250 +0.102050781250 +0.101074218750 +0.172851562500 +0.027465820312 +-0.148437500000 +0.347656250000 +0.062988281250 +0.026855468750 +-0.004058837891 +0.079589843750 +0.131835937500 +-0.029052734375 +-0.172851562500 +-0.324218750000 +0.213867187500 +0.037597656250 +-0.069824218750 +-0.104003906250 +-0.151367187500 +0.056640625000 +-0.193359375000 +0.332031250000 +-0.333984375000 +-0.110839843750 +0.132812500000 +-0.054199218750 +0.191406250000 +0.160156250000 +-0.050048828125 +-0.004394531250 +0.076660156250 +-0.059082031250 +0.384765625000 +-0.014709472656 +-0.156250000000 +-0.376953125000 +-0.078125000000 +-0.009155273438 +0.176757812500 +0.026367187500 +0.174804687500 +-0.013244628906 +0.052978515625 +-0.189453125000 +0.086914062500 +0.052246093750 +-0.067871093750 +-0.117675781250 +-0.064453125000 +0.084960937500 +0.041015625000 +0.124023437500 +0.036132812500 +0.222656250000 +-0.057128906250 +0.112792968750 +-0.086914062500 +-0.132812500000 +0.031982421875 +0.394531250000 +0.129882812500 +-0.039306640625 +0.035888671875 +0.166015625000 +0.196289062500 +0.269531250000 +0.130859375000 +0.072753906250 +-0.136718750000 +0.310546875000 +-0.136718750000 +-0.171875000000 +-0.014953613281 +0.116210937500 +0.138671875000 +-0.072753906250 +-0.074707031250 +0.015625000000 +0.253906250000 +0.048339843750 +-0.115234375000 +-0.186523437500 +-0.103515625000 +-0.085937500000 +-0.068359375000 +0.333984375000 +-0.061279296875 +-0.116699218750 +0.273437500000 +-0.253906250000 +-0.028686523438 +0.129882812500 +-0.105468750000 +0.079101562500 +0.190429687500 +-0.132812500000 +0.375000000000 +0.020263671875 +0.092773437500 +0.013793945312 +-0.000453948975 +0.110839843750 +0.255859375000 +-0.077148437500 +0.058349609375 +-0.112792968750 +-0.105468750000 +-0.176757812500 +0.143554687500 +-0.080566406250 +0.008422851562 +-0.058349609375 +-0.125000000000 +0.210937500000 +-0.103027343750 +0.101562500000 +0.079589843750 +0.279296875000 +0.216796875000 +0.056396484375 +-0.046875000000 +0.030395507812 +0.080566406250 +0.006622314453 +0.125000000000 +-0.153320312500 +-0.125976562500 +0.177734375000 +-0.061279296875 +0.067871093750 +0.011840820312 +0.008483886719 +-0.041259765625 +-0.008544921875 +-0.077148437500 +-0.036376953125 +-0.175781250000 +-0.083984375000 +-0.108886718750 +0.013671875000 +-0.220703125000 +-0.234375000000 +0.124511718750 +0.020019531250 +-0.081054687500 +-0.022705078125 +-0.058349609375 +-0.110351562500 +-0.141601562500 +0.026733398438 +0.056640625000 +0.011901855469 +0.216796875000 +-0.056884765625 +-0.065429687500 +0.063964843750 +0.159179687500 +-0.031738281250 +-0.012573242188 +-0.151367187500 +0.020629882812 +-0.079101562500 +0.158203125000 +-0.101074218750 +-0.114746093750 +-0.009643554688 +0.184570312500 +0.017333984375 +-0.005035400391 +0.095703125000 +0.039062500000 +0.100585937500 +-0.010803222656 +0.074707031250 +0.059082031250 +0.177734375000 +-0.113769531250 +0.174804687500 +-0.234375000000 +0.044189453125 +-0.019531250000 +-0.169921875000 +-0.035644531250 +0.181640625000 +-0.020263671875 +-0.017333984375 +0.005004882812 +0.042968750000 +-0.099609375000 +-0.159179687500 +-0.053466796875 +0.072753906250 +0.145507812500 +0.077636718750 +0.092285156250 +0.033935546875 +0.073242187500 +0.189453125000 +-0.026123046875 +0.050292968750 +0.082031250000 +-0.005218505859 +-0.198242187500 +0.229492187500 +0.249023437500 +-0.164062500000 +0.010131835938 +0.049804687500 +-0.304687500000 +0.110839843750 +-0.218750000000 +-0.038085937500 +-0.033447265625 +0.019287109375 +0.184570312500 +0.223632812500 +-0.084960937500 +-0.107910156250 +0.105468750000 +-0.080566406250 +0.193359375000 +0.050048828125 +0.019165039062 +0.108886718750 +0.012756347656 +0.031982421875 +-0.135742187500 +-0.291015625000 +0.052734375000 +-0.232421875000 +0.086425781250 +-0.006591796875 +0.157226562500 +0.014770507812 +0.020019531250 +-0.151367187500 +0.107910156250 +-0.169921875000 +0.043945312500 +0.052246093750 +-0.130859375000 +0.158203125000 +-0.032226562500 +0.104003906250 +-0.104980468750 +0.004699707031 +-0.066406250000 +0.189453125000 +0.181640625000 +-0.110351562500 +0.087890625000 +-0.365234375000 +-0.043457031250 +0.022338867188 +0.010498046875 +0.104003906250 +0.208984375000 +-0.003906250000 +0.205078125000 +0.061035156250 +-0.406250000000 +-0.173828125000 +0.101074218750 +-0.045654296875 +-0.075683593750 +0.043945312500 +0.082031250000 +0.055175781250 +-0.124023437500 +0.028198242188 +-0.008789062500 +-0.088378906250 +0.148437500000 +0.093261718750 +0.084472656250 +-0.515625000000 +-0.015991210938 +-0.043457031250 +0.130859375000 +0.010742187500 +-0.092285156250 +-0.141601562500 +-0.054443359375 +0.097167968750 +0.226562500000 +0.047363281250 +0.008483886719 +-0.196289062500 +0.103515625000 +-0.190429687500 +-0.041015625000 +-0.208984375000 +-0.063476562500 +-0.037841796875 +-0.082031250000 +-0.199218750000 +0.082031250000 +-0.081542968750 +0.195312500000 +-0.039062500000 +-0.039550781250 +0.087402343750 +-0.122558593750 +0.158203125000 +0.051513671875 +0.214843750000 +-0.127929687500 +-0.159179687500 +-0.043457031250 +0.014526367188 +-0.199218750000 +0.203125000000 +-0.129882812500 +0.069824218750 +-0.114257812500 +-0.006195068359 +0.026367187500 +0.045410156250 +-0.192382812500 +0.055175781250 +-0.127929687500 +0.008728027344 +0.114746093750 +0.057373046875 +-0.492187500000 +0.052978515625 +-0.049560546875 +-0.240234375000 +-0.103027343750 +0.032470703125 +-0.047363281250 +0.196289062500 +0.236328125000 +-0.067871093750 +0.150390625000 +-0.055664062500 +0.388671875000 +-0.132812500000 +0.079589843750 +0.117675781250 +0.029052734375 +-0.022949218750 +-0.081054687500 +-0.154296875000 +-0.023071289062 +-0.039550781250 +-0.018310546875 +-0.136718750000 +0.082519531250 +0.146484375000 +-0.003890991211 +0.063476562500 +0.127929687500 +-0.016479492188 +-0.027221679688 +0.162109375000 +-0.240234375000 +0.098632812500 +-0.107421875000 +0.230468750000 +0.028076171875 +0.204101562500 +0.093750000000 +0.044433593750 +-0.188476562500 +0.095214843750 +0.118652343750 +0.108398437500 +0.058349609375 +0.128906250000 +0.051513671875 +-0.121582031250 +0.151367187500 +-0.021606445312 +0.275390625000 +-0.208007812500 +-0.082031250000 +-0.306640625000 +0.089355468750 +0.211914062500 +0.179687500000 +-0.009826660156 +-0.079589843750 +-0.098144531250 +0.058837890625 +-0.005615234375 +-0.002655029297 +0.044677734375 +-0.201171875000 +-0.126953125000 +0.084960937500 +0.082031250000 +0.101562500000 +-0.032714843750 +0.058105468750 +-0.030883789062 +-0.044433593750 +-0.027709960938 +0.242187500000 +-0.065917968750 +0.217773437500 +0.188476562500 +0.008544921875 +-0.119628906250 +0.092773437500 +-0.065429687500 +0.216796875000 +-0.163085937500 +-0.077148437500 +0.060791015625 +-0.056396484375 +-0.179687500000 +0.107421875000 +-0.192382812500 +-0.204101562500 +-0.006896972656 +0.146484375000 +0.193359375000 +-0.032470703125 +0.136718750000 +-0.192382812500 +0.102539062500 +0.098632812500 +-0.012329101562 +0.020019531250 +-0.062255859375 +-0.048095703125 +0.037841796875 +-0.065917968750 +-0.059082031250 +-0.068847656250 +0.167968750000 +0.114257812500 +0.071289062500 +0.001625061035 +-0.049316406250 +0.098632812500 +-0.005157470703 +-0.035644531250 +0.024658203125 +0.064453125000 +0.084472656250 +0.049072265625 +-0.031738281250 +-0.111816406250 +-0.163085937500 +0.056396484375 +-0.057617187500 +0.166015625000 +0.125000000000 +0.152343750000 +-0.106933593750 +0.114746093750 +0.145507812500 +-0.099121093750 +0.144531250000 +0.208007812500 +0.277343750000 +0.006011962891 +-0.088867187500 +0.028686523438 +0.133789062500 +-0.102539062500 +-0.183593750000 +0.111816406250 +-0.163085937500 +-0.018676757812 +0.066894531250 +-0.207031250000 +-0.071289062500 +-0.185546875000 +-0.185546875000 +-0.090820312500 +0.193359375000 +0.052734375000 +-0.201171875000 +-0.219726562500 +-0.163085937500 +0.027832031250 +-0.113769531250 +0.032470703125 +-0.009826660156 +0.097167968750 +-0.085449218750 +-0.236328125000 +-0.112792968750 +-0.083984375000 +-0.235351562500 +-0.070800781250 +-0.015197753906 +0.165039062500 +0.062500000000 +0.292968750000 +0.105957031250 +-0.070312500000 +-0.133789062500 +-0.088867187500 +0.008605957031 +-0.195312500000 +-0.022460937500 +-0.062011718750 +-0.166992187500 +-0.148437500000 +0.080566406250 +0.072265625000 +0.059570312500 +-0.101562500000 +0.104492187500 +-0.216796875000 +-0.193359375000 +-0.089355468750 +0.038085937500 +0.007568359375 +-0.039062500000 +-0.060546875000 +-0.022338867188 +-0.055664062500 +-0.015136718750 +-0.091308593750 +0.021850585938 +0.017089843750 +-0.084472656250 +-0.230468750000 +-0.041259765625 +0.013122558594 +0.227539062500 +0.062011718750 +-0.042236328125 +-0.062988281250 +0.064941406250 +0.046875000000 +-0.300781250000 +-0.012939453125 +-0.079101562500 +0.157226562500 +0.005310058594 +-0.141601562500 +0.012329101562 +0.036376953125 +-0.191406250000 +-0.170898437500 +-0.021850585938 +-0.006835937500 +-0.045654296875 +-0.124511718750 +-0.076660156250 +0.020141601562 +0.077636718750 +-0.033691406250 +-0.031982421875 +0.096191406250 +-0.126953125000 +0.022460937500 +-0.204101562500 +-0.012512207031 +-0.101074218750 +0.172851562500 +0.127929687500 +-0.139648437500 +0.029663085938 +0.055908203125 +0.085937500000 +-0.121093750000 +-0.033935546875 +-0.020019531250 +0.142578125000 +-0.061523437500 +-0.064941406250 +-0.073730468750 +0.057128906250 +0.025024414062 +-0.016967773438 +-0.015625000000 +0.094726562500 +-0.263671875000 +-0.059814453125 +0.061035156250 +-0.378906250000 +-0.061279296875 +-0.064453125000 +0.074707031250 +0.053710937500 +-0.006805419922 +0.005645751953 +-0.007995605469 +0.101562500000 +0.060546875000 +0.080566406250 +0.013977050781 +-0.015747070312 +-0.125976562500 +-0.056640625000 +0.239257812500 +0.141601562500 +0.148437500000 +0.163085937500 +0.043945312500 +-0.134765625000 +-0.159179687500 +-0.079101562500 +0.007995605469 +-0.085937500000 +0.255859375000 +-0.060058593750 +-0.140625000000 +-0.004608154297 +-0.098144531250 +-0.149414062500 +0.042236328125 +-0.001106262207 +0.034423828125 +-0.107421875000 +-0.072265625000 +-0.081542968750 +-0.038330078125 +-0.150390625000 +-0.103027343750 +0.131835937500 +0.289062500000 +-0.156250000000 +-0.040771484375 +0.024536132812 +-0.069335937500 +0.023559570312 +0.016113281250 +-0.018310546875 +-0.119140625000 +0.267578125000 +-0.171875000000 +-0.022460937500 +0.096679687500 +0.118164062500 +-0.162109375000 +-0.066894531250 +-0.016235351562 +0.115234375000 +-0.006195068359 +0.048339843750 +0.098632812500 +0.047607421875 +-0.198242187500 +0.030151367188 +-0.051269531250 +-0.215820312500 +0.291015625000 +-0.058349609375 +-0.136718750000 +0.068847656250 +-0.683593750000 +0.070312500000 +-0.174804687500 +-0.099121093750 +0.343750000000 +0.257812500000 +-0.092285156250 +0.092285156250 +-0.010070800781 +-0.138671875000 +-0.136718750000 +-0.392578125000 +-0.065917968750 +0.135742187500 +-0.251953125000 +-0.087402343750 +0.041748046875 +-0.143554687500 +0.008728027344 +-0.176757812500 +0.180664062500 +0.033447265625 +-0.035156250000 +-0.179687500000 +0.084472656250 +0.064453125000 +0.166992187500 +-0.183593750000 +-0.129882812500 +0.011047363281 +-0.028442382812 +0.190429687500 +0.138671875000 +-0.047851562500 +-0.059570312500 +0.048828125000 +0.113769531250 +0.013183593750 +-0.060546875000 +0.010620117188 +0.081542968750 +-0.180664062500 +-0.228515625000 +0.044433593750 +-0.144531250000 +0.121582031250 +0.111328125000 +0.033203125000 +-0.100585937500 +-0.088867187500 +0.172851562500 +-0.136718750000 +0.055419921875 +0.085449218750 +0.064453125000 +0.054199218750 +-0.033691406250 +-0.449218750000 +-0.007171630859 +-0.012756347656 +-0.071289062500 +-0.085937500000 +-0.184570312500 +-0.212890625000 +-0.188476562500 +-0.178710937500 +0.002349853516 +0.102050781250 +0.095703125000 +-0.004364013672 +0.072265625000 +0.019653320312 +-0.042968750000 +-0.008544921875 +0.115234375000 +0.142578125000 +-0.052246093750 +-0.104003906250 +0.163085937500 +0.064453125000 +-0.090332031250 +0.219726562500 +0.244140625000 +-0.072753906250 +-0.244140625000 +0.051513671875 +-0.079589843750 +-0.261718750000 +0.148437500000 +0.057373046875 +-0.079101562500 +-0.210937500000 +-0.216796875000 +0.007934570312 +0.076171875000 +-0.002410888672 +0.072265625000 +0.003479003906 +-0.139648437500 +-0.320312500000 +0.063476562500 +0.222656250000 +0.061279296875 +-0.060546875000 +-0.066894531250 +0.124511718750 +0.281250000000 +0.392578125000 +-0.088867187500 +0.195312500000 +0.162109375000 +-0.267578125000 +0.177734375000 +-0.066894531250 +-0.296875000000 +0.142578125000 +0.042236328125 +0.220703125000 +0.087890625000 +-0.052978515625 +-0.216796875000 +-0.188476562500 +-0.075195312500 +-0.139648437500 +0.125976562500 +-0.198242187500 +-0.095703125000 +-0.080566406250 +-0.496093750000 +-0.023925781250 +0.063964843750 +-0.255859375000 +-0.083496093750 +-0.043701171875 +-0.027954101562 +0.084472656250 +0.031982421875 +-0.283203125000 +0.019653320312 +-0.063476562500 +0.046630859375 +0.180664062500 +0.072265625000 +-0.100097656250 +-0.289062500000 +-0.318359375000 +0.221679687500 +-0.011291503906 +-0.032714843750 +0.035400390625 +-0.001358032227 +-0.137695312500 +-0.115234375000 +-0.033203125000 +-0.091796875000 +-0.281250000000 +-0.041015625000 +-0.189453125000 +0.019775390625 +0.230468750000 +-0.060302734375 +0.020507812500 +-0.060302734375 +0.047363281250 +0.098144531250 +-0.077636718750 +0.044189453125 +0.128906250000 +-0.026245117188 +-0.406250000000 +-0.109863281250 +0.019165039062 +-0.255859375000 +-0.021850585938 +-0.133789062500 +-0.140625000000 +-0.005554199219 +0.144531250000 +-0.605468750000 +0.137695312500 +0.037109375000 +0.119628906250 +0.087402343750 +0.046142578125 +-0.078613281250 +-0.386718750000 +0.157226562500 +0.070312500000 +0.026733398438 +-0.008178710938 +-0.060302734375 +-0.137695312500 +0.118652343750 +-0.345703125000 +0.131835937500 +0.181640625000 +-0.035644531250 +0.150390625000 +-0.032226562500 +0.054199218750 +-0.030517578125 +0.136718750000 +-0.302734375000 +0.104003906250 +0.100585937500 +-0.078125000000 +0.101562500000 +0.095703125000 +-0.067871093750 +0.123046875000 +-0.010986328125 +-0.058593750000 +-0.026367187500 +-0.077636718750 +0.072265625000 +-0.052734375000 +0.125000000000 +0.052978515625 +-0.077148437500 +-0.094238281250 +0.007568359375 +-0.302734375000 +-0.214843750000 +0.190429687500 +0.063964843750 +0.006530761719 +0.207031250000 +0.125976562500 +0.113769531250 +-0.095703125000 +-0.055908203125 +-0.361328125000 +0.029418945312 +-0.253906250000 +-0.074218750000 +-0.131835937500 +0.142578125000 +0.208984375000 +-0.255859375000 +-0.433593750000 +-0.131835937500 +0.083007812500 +-0.375000000000 +-0.122070312500 +0.160156250000 +-0.144531250000 +-0.057128906250 +0.003555297852 +-0.146484375000 +0.064941406250 +0.074218750000 +0.013916015625 +-0.328125000000 +0.012329101562 +-0.009643554688 +-0.152343750000 +-0.209960937500 +-0.427734375000 +-0.008972167969 +0.012268066406 +-0.054931640625 +0.110839843750 +0.049316406250 +-0.030151367188 +-0.044677734375 +0.177734375000 +-0.151367187500 +-0.029418945312 +0.136718750000 +-0.202148437500 +0.078125000000 +0.053955078125 +0.088378906250 +0.042968750000 +-0.210937500000 +-0.367187500000 +0.101562500000 +-0.122070312500 +-0.082031250000 +-0.259765625000 +-0.179687500000 +0.010498046875 +-0.296875000000 +0.053222656250 +0.057128906250 +-0.064453125000 +0.000324249268 +-0.006256103516 +0.075683593750 +0.061767578125 +-0.097656250000 +0.034423828125 +0.094238281250 +-0.025268554688 +0.084472656250 +-0.012634277344 +-0.012451171875 +-0.109375000000 +-0.011352539062 +0.008178710938 +0.059814453125 +0.380859375000 +0.263671875000 +-0.332031250000 +-0.150390625000 +0.235351562500 +-0.127929687500 +0.081542968750 +0.167968750000 +-0.100097656250 +-0.125976562500 +-0.396484375000 +-0.153320312500 +-0.133789062500 +0.165039062500 +-0.351562500000 +0.033935546875 +-0.038330078125 +0.230468750000 +0.149414062500 +-0.275390625000 +-0.046142578125 +-0.126953125000 +0.062255859375 +-0.036376953125 +-0.057617187500 +0.137695312500 +0.086425781250 +0.273437500000 +0.177734375000 +0.257812500000 +-0.067871093750 +-0.122558593750 +0.055664062500 +-0.197265625000 +0.090332031250 +-0.150390625000 +-0.243164062500 +-0.030883789062 +0.078125000000 +-0.009033203125 +-0.072265625000 +-0.048828125000 +-0.133789062500 +0.238281250000 +-0.025878906250 +-0.167968750000 +0.106445312500 +-0.263671875000 +-0.145507812500 +0.037597656250 +0.083984375000 +0.147460937500 +-0.025268554688 +-0.015869140625 +0.054931640625 +0.277343750000 +-0.333984375000 +-0.135742187500 +-0.163085937500 +0.057617187500 +-0.275390625000 +-0.182617187500 +-0.165039062500 +-0.147460937500 +0.118164062500 +0.078125000000 +-0.060791015625 +0.146484375000 +-0.173828125000 +0.023193359375 +-0.289062500000 +0.017700195312 +0.017089843750 +-0.166015625000 +-0.174804687500 +-0.018310546875 +-0.150390625000 +-0.064453125000 +-0.116210937500 +-0.031127929688 +0.089843750000 +0.004455566406 +0.015563964844 +0.085449218750 +0.048828125000 +0.267578125000 +0.310546875000 +-0.026367187500 +-0.040771484375 +-0.026489257812 +-0.261718750000 +0.067382812500 +0.180664062500 +0.222656250000 +0.220703125000 +-0.092285156250 +0.021484375000 +0.095703125000 +0.095214843750 +-0.220703125000 +-0.032470703125 +-0.570312500000 +-0.011108398438 +-0.206054687500 +-0.001235961914 +-0.165039062500 +0.213867187500 +-0.259765625000 +-0.028320312500 +0.087890625000 +0.283203125000 +0.018188476562 +0.037597656250 +0.231445312500 +-0.050048828125 +-0.048828125000 +0.062500000000 +0.047851562500 +-0.077636718750 +0.337890625000 +-0.073242187500 +-0.189453125000 +0.125976562500 +0.062988281250 +0.011718750000 +0.078125000000 +-0.113281250000 +0.012390136719 +-0.069335937500 +0.088378906250 +0.136718750000 +0.032226562500 +0.023071289062 +-0.022216796875 +-0.121093750000 +-0.102050781250 +-0.116699218750 +-0.151367187500 +-0.072753906250 +0.003250122070 +-0.361328125000 +-0.099609375000 +0.068847656250 +0.124023437500 +-0.130859375000 +-0.062011718750 +0.153320312500 +0.191406250000 +0.003479003906 +-0.142578125000 +0.177734375000 +-0.267578125000 +0.249023437500 +-0.113769531250 +0.400390625000 +0.041503906250 +-0.165039062500 +0.095703125000 +-0.077148437500 +-0.113769531250 +0.144531250000 +-0.177734375000 +0.207031250000 +0.185546875000 +-0.005065917969 +0.061767578125 +0.072265625000 +0.143554687500 +-0.014587402344 +0.003219604492 +-0.130859375000 +0.208984375000 +0.038818359375 +-0.041748046875 +0.112304687500 +-0.139648437500 +0.229492187500 +0.119140625000 +0.156250000000 +0.086914062500 +-0.041748046875 +-0.122558593750 +0.126953125000 +-0.088378906250 +-0.025024414062 +-0.636718750000 +-0.259765625000 +-0.287109375000 +0.032470703125 +0.007171630859 +-0.095214843750 +0.162109375000 +-0.082519531250 +-0.159179687500 +0.061279296875 +0.129882812500 +0.070312500000 +0.072265625000 +-0.112792968750 +-0.349609375000 +0.185546875000 +0.096679687500 +0.353515625000 +0.089355468750 +0.190429687500 +0.078613281250 +0.026123046875 +0.077148437500 +-0.101562500000 +-0.097167968750 +-0.021972656250 +0.187500000000 +0.040527343750 +-0.425781250000 +0.050292968750 +-0.367187500000 +-0.302734375000 +-0.083496093750 +0.081542968750 +-0.369140625000 +-0.004272460938 +0.092773437500 +-0.064453125000 +0.046386718750 +0.012878417969 +-0.029541015625 +0.053222656250 +-0.031250000000 +-0.159179687500 +-0.088378906250 +0.132812500000 +-0.170898437500 +0.095214843750 +-0.063964843750 +-0.367187500000 +0.049560546875 +0.128906250000 +0.015197753906 +0.063964843750 +-0.057861328125 +0.034423828125 +0.112792968750 +-0.229492187500 +0.117675781250 +0.033935546875 +-0.069335937500 +-0.105957031250 +-0.089355468750 +0.073730468750 +-0.289062500000 +-0.030395507812 +-0.215820312500 +0.084472656250 +-0.002273559570 +0.064941406250 +0.058105468750 +0.042968750000 +-0.034179687500 +-0.131835937500 +-0.054931640625 +0.164062500000 +-0.204101562500 +0.013061523438 +0.071777343750 +-0.089843750000 +-0.004821777344 +-0.053222656250 +-0.180664062500 +-0.216796875000 +-0.091796875000 +-0.063964843750 +-0.069824218750 +0.008972167969 +-0.044921875000 +-0.178710937500 +-0.174804687500 +-0.045654296875 +-0.005279541016 +0.030883789062 +-0.027587890625 +-0.337890625000 +-0.003662109375 +-0.060791015625 +-0.153320312500 +0.027709960938 +0.063476562500 +0.062011718750 +-0.017456054688 +0.044677734375 +-0.074707031250 +0.079101562500 +0.316406250000 +-0.250000000000 +-0.025756835938 +-0.341796875000 +0.089843750000 +-0.052978515625 +-0.177734375000 +-0.000919342041 +-0.014038085938 +0.131835937500 +-0.248046875000 +-0.041748046875 +-0.006317138672 +0.134765625000 +0.060546875000 +-0.050781250000 +0.183593750000 +0.000919342041 +-0.012817382812 +-0.108398437500 +0.050048828125 +-0.147460937500 +-0.015075683594 +-0.027709960938 +0.063476562500 +0.068359375000 +0.004547119141 +0.147460937500 +0.137695312500 +0.051513671875 +0.443359375000 +0.079101562500 +-0.041259765625 +-0.088378906250 +-0.185546875000 +0.151367187500 +0.056640625000 +0.200195312500 +-0.189453125000 +-0.139648437500 +-0.014831542969 +0.433593750000 +0.166992187500 +-0.175781250000 +-0.091796875000 +0.167968750000 +0.106445312500 +-0.056640625000 +-0.025512695312 +0.275390625000 +0.065429687500 +-0.111816406250 +0.051025390625 +0.357421875000 +0.157226562500 +-0.016479492188 +0.067382812500 +-0.206054687500 +-0.049804687500 +-0.019897460938 +-0.208984375000 +0.041015625000 +-0.216796875000 +0.064453125000 +0.029296875000 +-0.133789062500 +0.009826660156 +0.094238281250 +0.018310546875 +-0.066406250000 +0.115234375000 +-0.062011718750 +-0.039306640625 +-0.063476562500 +0.271484375000 +0.084960937500 +-0.259765625000 +-0.072265625000 +-0.038330078125 +-0.201171875000 +-0.032470703125 +-0.130859375000 +0.010375976562 +-0.386718750000 +-0.112792968750 +-0.131835937500 +-0.285156250000 +0.090332031250 +0.033203125000 +0.028198242188 +0.076660156250 +-0.114746093750 +-0.457031250000 +0.235351562500 +-0.058837890625 +-0.039306640625 +-0.101074218750 +-0.218750000000 +-0.062500000000 +0.135742187500 +0.070312500000 +-0.029663085938 +-0.205078125000 +-0.009216308594 +0.035156250000 +0.308593750000 +-0.059082031250 +-0.028930664062 +0.310546875000 +0.209960937500 +0.095703125000 +-0.072265625000 +-0.088867187500 +0.027954101562 +0.119140625000 +0.123535156250 +0.044677734375 +0.029541015625 +0.108398437500 +0.068359375000 +-0.003326416016 +-0.265625000000 +0.128906250000 +0.041992187500 +0.066406250000 +0.125976562500 +0.095214843750 +0.006927490234 +0.007598876953 +-0.002258300781 +-0.178710937500 +0.180664062500 +-0.191406250000 +0.026000976562 +0.092773437500 +0.246093750000 +-0.028320312500 +0.010437011719 +0.225585937500 +0.016601562500 +-0.070312500000 +0.082031250000 +0.010559082031 +0.125000000000 +-0.090820312500 +-0.034667968750 +-0.105468750000 +-0.253906250000 +-0.072265625000 +0.113769531250 +0.010253906250 +0.083496093750 +0.015502929688 +-0.046875000000 +-0.037597656250 +-0.161132812500 +-0.104492187500 +-0.247070312500 +0.089843750000 +0.062988281250 +-0.029785156250 +-0.084472656250 +0.046630859375 +-0.033203125000 +0.029541015625 +-0.199218750000 +-0.133789062500 +0.013000488281 +-0.009887695312 +0.083496093750 +-0.166992187500 +-0.289062500000 +0.201171875000 +0.041503906250 +0.228515625000 +0.037841796875 +-0.234375000000 +-0.034179687500 +0.117675781250 +0.168945312500 +-0.021118164062 +0.113769531250 +-0.111816406250 +-0.043945312500 +-0.034423828125 +-0.002380371094 +0.000310897827 +-0.227539062500 +0.056152343750 +-0.149414062500 +0.072265625000 +-0.108398437500 +-0.234375000000 +-0.238281250000 +-0.047607421875 +-0.005859375000 +0.105957031250 +0.036865234375 +0.078125000000 +-0.049560546875 +-0.144531250000 +-0.014709472656 +0.045410156250 +-0.125976562500 +0.347656250000 +0.071289062500 +0.148437500000 +-0.105468750000 +-0.115234375000 +0.134765625000 +0.127929687500 +-0.218750000000 +0.216796875000 +-0.033203125000 +-0.001091003418 +0.068359375000 +0.081542968750 +-0.078125000000 +-0.053222656250 +0.071289062500 +0.018066406250 +-0.136718750000 +-0.079101562500 +0.143554687500 +-0.320312500000 +0.134765625000 +0.075195312500 +0.059326171875 +0.072265625000 +-0.020996093750 +0.241210937500 +-0.124023437500 +0.091796875000 +-0.019897460938 +0.061035156250 +-0.029052734375 +-0.093261718750 +-0.076660156250 +0.074218750000 +0.004058837891 +0.101562500000 +0.065917968750 +0.161132812500 +0.010192871094 +-0.044677734375 +0.201171875000 +0.043945312500 +-0.038818359375 +0.105468750000 +-0.118164062500 +-0.049316406250 +-0.235351562500 +-0.027099609375 +-0.119140625000 +-0.251953125000 +0.106445312500 +0.171875000000 +-0.183593750000 +-0.049316406250 +0.000804901123 +-0.111328125000 +0.165039062500 +0.120117187500 +-0.088867187500 +0.218750000000 +0.033935546875 +-0.085937500000 +-0.101074218750 +-0.203125000000 +0.054687500000 +0.144531250000 +0.087890625000 +-0.010131835938 +0.082519531250 +0.105957031250 +0.129882812500 +-0.055419921875 +-0.035644531250 +0.049316406250 +0.152343750000 +0.199218750000 +-0.249023437500 +0.100585937500 +0.085449218750 +-0.065429687500 +0.000942230225 +-0.026977539062 +0.067382812500 +-0.135742187500 +-0.069335937500 +0.010559082031 +0.050537109375 +-0.069335937500 +-0.079101562500 +-0.162109375000 +-0.013305664062 +0.013244628906 +-0.007995605469 +0.022216796875 +-0.043701171875 +-0.275390625000 +0.091796875000 +-0.042968750000 +-0.133789062500 +-0.147460937500 +-0.110839843750 +0.086914062500 +0.019775390625 +0.169921875000 +-0.020385742188 +-0.010498046875 +-0.041992187500 +0.169921875000 +0.148437500000 +0.108886718750 +0.085937500000 +-0.117675781250 +0.065429687500 +0.098144531250 +-0.148437500000 +-0.168945312500 +0.095214843750 +0.131835937500 +0.101562500000 +-0.172851562500 +-0.019042968750 +0.052246093750 +-0.108886718750 +0.141601562500 +-0.038574218750 +0.055664062500 +-0.140625000000 +-0.177734375000 +-0.363281250000 +0.015136718750 +-0.004791259766 +-0.052001953125 +0.122558593750 +0.000503540039 +-0.359375000000 +0.063476562500 +-0.017089843750 +-0.138671875000 +0.062500000000 +0.082519531250 +0.044921875000 +-0.022094726562 +-0.103515625000 +0.022949218750 +-0.175781250000 +-0.072753906250 +-0.007598876953 +0.277343750000 +-0.127929687500 +-0.206054687500 +-0.143554687500 +-0.081542968750 +0.012023925781 +-0.005706787109 +0.035400390625 +-0.200195312500 +-0.189453125000 +0.073730468750 +0.102539062500 +-0.146484375000 +-0.005828857422 +-0.025024414062 +-0.196289062500 +-0.041259765625 +-0.283203125000 +0.104980468750 +-0.121582031250 +-0.062988281250 +-0.017822265625 +-0.015441894531 +0.011169433594 +-0.082031250000 +0.002075195312 +-0.151367187500 +-0.200195312500 +0.026855468750 +0.151367187500 +0.017700195312 +0.207031250000 +-0.068847656250 +-0.014221191406 +-0.071777343750 +0.121093750000 +0.004852294922 +0.056396484375 +0.167968750000 +-0.070312500000 +0.078125000000 +-0.106933593750 +-0.110351562500 +-0.056152343750 +0.239257812500 +-0.023315429688 +0.045898437500 +0.119628906250 +0.069335937500 +0.080078125000 +-0.032226562500 +-0.039306640625 +0.128906250000 +-0.064941406250 +-0.003524780273 +0.186523437500 +-0.107421875000 +-0.028686523438 +0.063476562500 +0.132812500000 +-0.003662109375 +0.191406250000 +-0.223632812500 +0.055175781250 +0.010253906250 +-0.196289062500 +0.021728515625 +0.162109375000 +-0.148437500000 +-0.064453125000 +-0.079589843750 +0.118652343750 +0.028320312500 +0.160156250000 +-0.124511718750 +-0.075195312500 +0.113281250000 +0.131835937500 +-0.110351562500 +-0.010559082031 +0.054931640625 +0.020019531250 +-0.056152343750 +0.079589843750 +-0.027832031250 +0.182617187500 +-0.133789062500 +-0.044189453125 +-0.040039062500 +-0.100585937500 +-0.156250000000 +-0.291015625000 +0.009033203125 +-0.155273437500 +0.219726562500 +0.092285156250 +-0.190429687500 +0.076660156250 +-0.124023437500 +-0.022216796875 +0.052246093750 +-0.049316406250 +0.097656250000 +0.124023437500 +-0.140625000000 +-0.104980468750 +-0.050537109375 +-0.064941406250 +-0.069824218750 +0.118652343750 +0.110351562500 +0.024658203125 +-0.083984375000 +-0.136718750000 +-0.032958984375 +-0.127929687500 +0.039306640625 +-0.097656250000 +0.110351562500 +0.130859375000 +0.045166015625 +0.051025390625 +-0.100585937500 +0.034912109375 +-0.012878417969 +-0.118164062500 +0.116699218750 +-0.156250000000 +-0.253906250000 +-0.013122558594 +-0.058593750000 +0.156250000000 +0.196289062500 +-0.115722656250 +0.173828125000 +-0.267578125000 +-0.038085937500 +-0.037353515625 +0.024414062500 +-0.103515625000 +-0.314453125000 +-0.173828125000 +0.120117187500 +0.068359375000 +-0.222656250000 +0.033203125000 +-0.052734375000 +0.116210937500 +-0.337890625000 +0.095703125000 +0.009338378906 +-0.020385742188 +-0.027587890625 +0.242187500000 +-0.013854980469 +-0.067871093750 +0.059814453125 +-0.040039062500 +-0.275390625000 +-0.141601562500 +-0.089843750000 +-0.051513671875 +-0.083984375000 +-0.016357421875 +-0.012878417969 +-0.116210937500 +0.035644531250 +-0.300781250000 +0.121093750000 +0.208984375000 +-0.078613281250 +0.233398437500 +-0.138671875000 +-0.098632812500 +0.025146484375 +-0.032470703125 +0.062500000000 +-0.210937500000 +-0.157226562500 +-0.170898437500 +0.000455856323 +-0.002975463867 +-0.154296875000 +-0.046875000000 +0.001617431641 +-0.021850585938 +-0.017700195312 +0.150390625000 +-0.326171875000 +-0.110839843750 +0.016113281250 +-0.070312500000 +-0.007934570312 +-0.101074218750 +0.099609375000 +0.009765625000 +0.173828125000 +0.012573242188 +-0.125000000000 +0.059570312500 +-0.049804687500 +-0.026245117188 +0.122070312500 +-0.198242187500 +0.018432617188 +0.102539062500 +-0.008056640625 +-0.012878417969 +-0.060302734375 +-0.007171630859 +-0.097656250000 +0.028564453125 +0.170898437500 +0.094726562500 +0.132812500000 +-0.079589843750 +0.112304687500 +-0.105468750000 +0.001258850098 +0.070312500000 +0.004028320312 +0.083007812500 +0.058349609375 +-0.167968750000 +-0.101562500000 +-0.095703125000 +-0.008789062500 +0.070800781250 +-0.213867187500 +-0.079589843750 +-0.090820312500 +0.059814453125 +-0.023681640625 +-0.018310546875 +0.118652343750 +0.071289062500 +0.147460937500 +0.006317138672 +0.085449218750 +0.115234375000 +-0.090332031250 +-0.388671875000 +-0.034423828125 +-0.145507812500 +0.287109375000 +-0.007507324219 +-0.139648437500 +0.089843750000 +-0.191406250000 +0.045410156250 +0.129882812500 +0.095214843750 +0.000105857849 +0.196289062500 +-0.042968750000 +0.047851562500 +-0.170898437500 +0.117187500000 +0.125976562500 +0.168945312500 +-0.093261718750 +0.047363281250 +-0.010925292969 +0.057617187500 +0.095703125000 +0.004547119141 +0.203125000000 +0.038574218750 +-0.139648437500 +-0.083496093750 +-0.043945312500 +0.063476562500 +-0.017822265625 +-0.065917968750 +0.081542968750 +-0.146484375000 +-0.283203125000 +0.024291992188 +-0.051513671875 +-0.169921875000 +-0.016357421875 +0.065429687500 +-0.300781250000 +-0.097167968750 +-0.219726562500 +0.230468750000 +-0.242187500000 +0.185546875000 +0.177734375000 +0.089843750000 +0.072753906250 +0.092285156250 +-0.067871093750 +0.277343750000 +-0.023315429688 +0.153320312500 +-0.049560546875 +0.002609252930 +-0.021850585938 +0.021850585938 +-0.017089843750 +-0.224609375000 +-0.094726562500 +0.078125000000 +0.063476562500 +0.033203125000 +-0.036376953125 +-0.174804687500 +0.086425781250 +-0.111816406250 +0.014404296875 +-0.000942230225 +0.023559570312 +0.061767578125 +-0.015747070312 +-0.003967285156 +-0.118164062500 +-0.166015625000 +-0.127929687500 +0.127929687500 +0.006134033203 +0.229492187500 +0.146484375000 +-0.125976562500 +0.006866455078 +0.006561279297 +0.170898437500 +-0.078125000000 +0.118164062500 +-0.089843750000 +0.045166015625 +0.052001953125 +0.077636718750 +0.137695312500 +-0.156250000000 +0.075195312500 +-0.043945312500 +-0.109863281250 +0.027832031250 +0.134765625000 +0.106933593750 +0.048095703125 +0.053222656250 +0.203125000000 +0.160156250000 +-0.277343750000 +0.019409179688 +0.084472656250 +-0.016967773438 +-0.212890625000 +-0.332031250000 +0.137695312500 +-0.106933593750 +0.417968750000 +0.074218750000 +0.057861328125 +0.185546875000 +0.103515625000 +-0.126953125000 +-0.022338867188 +-0.104003906250 +-0.080566406250 +0.037597656250 +0.069335937500 +-0.233398437500 +0.109863281250 +-0.011657714844 +0.085449218750 +0.107910156250 +-0.071777343750 +-0.103515625000 +0.085937500000 +-0.009704589844 +-0.024658203125 +0.014831542969 +-0.070312500000 +0.308593750000 +-0.127929687500 +-0.269531250000 +0.037109375000 +0.220703125000 +-0.007812500000 +0.090332031250 +-0.033203125000 +0.053710937500 +-0.100585937500 +0.152343750000 +-0.230468750000 +0.145507812500 +0.141601562500 +0.009155273438 +-0.031738281250 +-0.217773437500 +0.039306640625 +0.133789062500 +-0.085937500000 +-0.170898437500 +-0.178710937500 +-0.069824218750 +-0.263671875000 +-0.314453125000 +-0.109863281250 +-0.210937500000 +0.172851562500 +0.168945312500 +-0.069335937500 +-0.091796875000 +0.065429687500 +0.015747070312 +0.095703125000 +0.080078125000 +-0.135742187500 +-0.049804687500 +-0.060302734375 +0.177734375000 +-0.073730468750 +0.111816406250 +0.060302734375 +-0.014465332031 +-0.076660156250 +0.043457031250 +-0.135742187500 +0.265625000000 +0.096191406250 +0.131835937500 +-0.122558593750 +-0.228515625000 +-0.023559570312 +-0.043457031250 +-0.137695312500 +0.080078125000 +-0.029174804688 +0.207031250000 +-0.038818359375 +-0.110839843750 +-0.044921875000 +0.012756347656 +0.166992187500 +0.308593750000 +-0.070800781250 +0.332031250000 +0.026489257812 +0.283203125000 +-0.110839843750 +0.012573242188 +0.166992187500 +0.207031250000 +-0.091308593750 +0.016723632812 +0.050292968750 +-0.259765625000 +0.195312500000 +0.059814453125 +0.000892639160 +0.019531250000 +-0.111328125000 +0.227539062500 +-0.053955078125 +-0.010070800781 +-0.198242187500 +0.002105712891 +-0.010803222656 +0.044433593750 +0.466796875000 +-0.006103515625 +0.127929687500 +0.068847656250 +-0.037597656250 +-0.253906250000 +0.574218750000 +-0.094238281250 +-0.079589843750 +-0.003189086914 +-0.112792968750 +-0.425781250000 +0.470703125000 +-0.384765625000 +-0.043457031250 +-0.386718750000 +-0.231445312500 +0.090332031250 +-0.051269531250 +-0.086914062500 +0.170898437500 +-0.198242187500 +0.130859375000 +-0.068847656250 +-0.343750000000 +-0.037841796875 +-0.141601562500 +0.439453125000 +-0.269531250000 +-0.212890625000 +-0.470703125000 +-0.237304687500 +-0.081542968750 +-0.027099609375 +0.006195068359 +-0.002853393555 +0.005187988281 +-0.437500000000 +-0.131835937500 +0.115234375000 +-0.180664062500 +-0.400390625000 +-0.145507812500 +-0.235351562500 +-0.075683593750 +-0.056396484375 +0.042724609375 +-0.353515625000 +-0.075683593750 +-0.160156250000 +-0.031127929688 +-0.148437500000 +0.025268554688 +-0.181640625000 +-0.004791259766 +-0.112792968750 +0.003204345703 +-0.101562500000 +-0.114746093750 +0.148437500000 +-0.098144531250 +0.083007812500 +-0.024414062500 +0.048583984375 +0.084472656250 +0.157226562500 +-0.016113281250 +0.161132812500 +0.037353515625 +0.153320312500 +0.055419921875 +-0.034423828125 +-0.018310546875 +0.140625000000 +0.232421875000 +0.141601562500 +-0.121582031250 +0.077148437500 +-0.061523437500 +0.026489257812 +-0.063476562500 +-0.017822265625 +-0.109863281250 +0.029663085938 +0.027954101562 +-0.084960937500 +-0.077636718750 +-0.120605468750 +-0.007812500000 +0.038818359375 +-0.186523437500 +-0.096191406250 +0.058105468750 +-0.110839843750 +0.053955078125 +0.025756835938 +0.140625000000 +0.140625000000 +-0.065429687500 +-0.365234375000 +-0.062255859375 +0.066406250000 +0.034179687500 +-0.333984375000 +-0.007995605469 +0.002593994141 +0.112304687500 +-0.035400390625 +-0.060546875000 +0.031005859375 +0.030639648438 +0.043212890625 +0.004699707031 +0.068847656250 +0.248046875000 +0.147460937500 +0.127929687500 +-0.029663085938 +0.201171875000 +-0.267578125000 +-0.067382812500 +0.192382812500 +-0.108398437500 +-0.130859375000 +-0.058837890625 +0.030639648438 +0.212890625000 +0.171875000000 +-0.158203125000 +0.294921875000 +0.046142578125 +0.123535156250 +-0.125976562500 +-0.071777343750 +-0.246093750000 +0.018432617188 +0.004638671875 +-0.020751953125 +-0.005157470703 +0.139648437500 +-0.177734375000 +0.181640625000 +0.124511718750 +0.127929687500 +-0.132812500000 +0.035888671875 +0.176757812500 +0.038085937500 +-0.028076171875 +-0.125976562500 +-0.050781250000 +0.131835937500 +0.064453125000 +0.043212890625 +0.032958984375 +-0.033691406250 +0.073242187500 +-0.367187500000 +0.088867187500 +0.035888671875 +0.089843750000 +-0.018066406250 +-0.017822265625 +0.000911712646 +0.296875000000 +0.023803710938 +-0.091308593750 +0.145507812500 +-0.016113281250 +-0.025878906250 +0.064941406250 +-0.075195312500 +0.233398437500 +0.097167968750 +0.133789062500 +-0.098632812500 +-0.257812500000 +0.130859375000 +0.190429687500 +0.131835937500 +0.116210937500 +0.154296875000 +-0.051513671875 +0.167968750000 +-0.043457031250 +-0.159179687500 +-0.019775390625 +0.050048828125 +0.232421875000 +0.080078125000 +0.291015625000 +-0.022216796875 +0.209960937500 +-0.107910156250 +0.041015625000 +0.068359375000 +-0.009521484375 +-0.066894531250 +0.016357421875 +-0.006713867188 +0.133789062500 +0.009155273438 +0.156250000000 +0.007019042969 +0.192382812500 +-0.100585937500 +0.283203125000 +0.138671875000 +-0.172851562500 +-0.324218750000 +-0.110839843750 +-0.104980468750 +0.036376953125 +-0.232421875000 +-0.030517578125 +-0.170898437500 +0.155273437500 +-0.031982421875 +0.043212890625 +0.093261718750 +0.058105468750 +0.140625000000 +0.062988281250 +-0.072265625000 +-0.289062500000 +0.119628906250 +-0.302734375000 +-0.345703125000 +-0.106445312500 +0.169921875000 +-0.099609375000 +-0.092773437500 +-0.009399414062 +0.135742187500 +-0.059082031250 +-0.009826660156 +-0.003417968750 +-0.093750000000 +-0.062255859375 +0.111816406250 +-0.196289062500 +-0.097656250000 +-0.167968750000 +0.171875000000 +0.054443359375 +-0.097656250000 +0.198242187500 +0.000379562378 +0.129882812500 +0.080566406250 +-0.033203125000 +-0.004272460938 +-0.188476562500 +-0.147460937500 +-0.055175781250 +0.086425781250 +0.075683593750 +-0.214843750000 +0.005615234375 +-0.328125000000 +-0.023925781250 +-0.267578125000 +-0.126953125000 +-0.142578125000 +0.146484375000 +-0.082031250000 +-0.155273437500 +0.056152343750 +0.197265625000 +0.097656250000 +-0.152343750000 +-0.146484375000 +-0.030883789062 +-0.044677734375 +0.066894531250 +-0.093750000000 +-0.100097656250 +0.203125000000 +0.022583007812 +-0.263671875000 +-0.011535644531 +-0.095214843750 +-0.219726562500 +0.003723144531 +0.127929687500 +-0.182617187500 +0.083496093750 +0.071777343750 +-0.100097656250 +0.263671875000 +0.206054687500 +0.016479492188 +0.193359375000 +-0.095703125000 +0.168945312500 +0.122558593750 +-0.103515625000 +-0.067871093750 +-0.014648437500 +0.017211914062 +-0.131835937500 +0.157226562500 +-0.066406250000 +-0.031005859375 +0.189453125000 +0.022827148438 +-0.120605468750 +-0.051269531250 +-0.141601562500 +-0.196289062500 +0.157226562500 +0.084472656250 +-0.092285156250 +0.235351562500 +-0.147460937500 +0.171875000000 +0.154296875000 +-0.171875000000 +-0.242187500000 +0.077148437500 +-0.170898437500 +-0.244140625000 +-0.253906250000 +-0.125000000000 +0.082519531250 +0.124511718750 +-0.208984375000 +0.040283203125 +-0.158203125000 +-0.069824218750 +0.005798339844 +-0.050537109375 +0.021606445312 +0.090820312500 +0.069335937500 +0.239257812500 +-0.178710937500 +-0.089355468750 +0.089355468750 +0.113281250000 +0.248046875000 +-0.013122558594 +-0.011596679688 +0.192382812500 +-0.077148437500 +0.143554687500 +-0.055175781250 +-0.004730224609 +0.003723144531 +-0.076171875000 +-0.010498046875 +-0.006134033203 +0.126953125000 +0.035888671875 +-0.112792968750 +0.012634277344 +-0.101074218750 +0.078613281250 +0.215820312500 +0.231445312500 +0.124023437500 +-0.257812500000 +0.028686523438 +0.217773437500 +0.161132812500 +-0.125976562500 +-0.255859375000 +-0.136718750000 +-0.044921875000 +0.130859375000 +0.144531250000 +0.016479492188 +0.120117187500 +-0.094238281250 +0.182617187500 +0.089843750000 +-0.011108398438 +0.060302734375 +0.001449584961 +-0.203125000000 +0.014587402344 +-0.066894531250 +0.099121093750 +-0.037597656250 +-0.043701171875 +0.115234375000 +0.018554687500 +-0.020751953125 +0.012145996094 +-0.121093750000 +0.115722656250 +0.113281250000 +0.018798828125 +0.076171875000 +0.061523437500 +0.059082031250 +-0.029785156250 +0.112792968750 +-0.102539062500 +-0.294921875000 +0.172851562500 +0.019531250000 +0.197265625000 +-0.086425781250 +0.022338867188 +0.384765625000 +-0.051757812500 +-0.041015625000 +-0.144531250000 +-0.017822265625 +0.065429687500 +-0.035644531250 +0.152343750000 +-0.056640625000 +0.039062500000 +-0.052001953125 +0.273437500000 +-0.014526367188 +-0.078613281250 +-0.051513671875 +0.016601562500 +-0.016845703125 +-0.043701171875 +-0.002273559570 +0.108886718750 +-0.017089843750 +0.053955078125 +-0.186523437500 +0.070800781250 +-0.013061523438 +0.039062500000 +-0.114257812500 +0.199218750000 +0.110351562500 +-0.194335937500 +0.014343261719 +0.104003906250 +-0.046386718750 +-0.016967773438 +0.070800781250 +-0.061035156250 +0.101562500000 +0.041259765625 +0.134765625000 +0.065917968750 +-0.128906250000 +0.045166015625 +-0.127929687500 +-0.131835937500 +-0.082519531250 +-0.037109375000 +0.147460937500 +0.010742187500 +0.214843750000 +0.174804687500 +0.008544921875 +-0.097656250000 +-0.077148437500 +-0.400390625000 +-0.086914062500 +-0.155273437500 +0.005737304688 +0.011230468750 +0.034179687500 +-0.005035400391 +-0.006744384766 +0.251953125000 +0.017333984375 +0.041748046875 +-0.108398437500 +0.141601562500 +0.218750000000 +0.077148437500 +0.077148437500 +-0.071289062500 +0.100585937500 +0.253906250000 +0.194335937500 +0.166015625000 +0.250000000000 +0.173828125000 +0.169921875000 +0.024780273438 +0.040283203125 +-0.023681640625 +0.059814453125 +0.006408691406 +0.144531250000 +0.108886718750 +-0.267578125000 +0.146484375000 +0.062988281250 +0.024291992188 +-0.134765625000 +0.036865234375 +0.147460937500 +0.125000000000 +-0.015625000000 +-0.103027343750 +-0.068359375000 +0.035156250000 +0.037109375000 +-0.025634765625 +-0.045654296875 +0.053466796875 +0.033691406250 +0.053222656250 +0.018920898438 +0.052246093750 +0.083007812500 +-0.055908203125 +-0.079589843750 +0.078125000000 +-0.347656250000 +-0.013305664062 +-0.244140625000 +0.099609375000 +-0.063476562500 +-0.292968750000 +0.128906250000 +0.027954101562 +-0.118652343750 +-0.486328125000 +-0.041015625000 +0.041259765625 +0.037353515625 +0.048583984375 +0.120605468750 +0.110351562500 +0.083007812500 +0.267578125000 +0.026123046875 +0.137695312500 +0.050048828125 +0.197265625000 +0.178710937500 +-0.033935546875 +0.006225585938 +-0.053710937500 +-0.059814453125 +-0.032470703125 +-0.289062500000 +-0.091308593750 +0.086914062500 +0.121093750000 +0.015747070312 +0.027465820312 +0.110839843750 +-0.075683593750 +0.115722656250 +-0.017333984375 +0.079589843750 +-0.038574218750 +-0.001487731934 +-0.165039062500 +-0.097656250000 +-0.003707885742 +0.306640625000 +0.111328125000 +0.183593750000 +-0.137695312500 +-0.240234375000 +0.037353515625 +-0.063476562500 +0.029907226562 +0.250000000000 +-0.088867187500 +-0.132812500000 +0.180664062500 +-0.245117187500 +0.161132812500 +-0.171875000000 +-0.144531250000 +-0.063964843750 +0.106445312500 +-0.063964843750 +-0.216796875000 +0.005950927734 +0.083007812500 +-0.117187500000 +0.115234375000 +0.341796875000 +-0.037109375000 +0.162109375000 +0.159179687500 +0.154296875000 +-0.414062500000 +0.050048828125 +0.226562500000 +0.081542968750 +0.107421875000 +0.141601562500 +0.036621093750 +0.182617187500 +-0.081054687500 +-0.043212890625 +0.003112792969 +0.088867187500 +-0.059570312500 +0.091308593750 +-0.044433593750 +0.150390625000 +0.106933593750 +-0.058837890625 +-0.101562500000 +0.162109375000 +-0.051269531250 +0.002990722656 +0.265625000000 +0.044189453125 +-0.050048828125 +0.003082275391 +-0.210937500000 +-0.117187500000 +0.167968750000 +-0.059326171875 +0.075195312500 +-0.205078125000 +-0.104003906250 +0.140625000000 +-0.215820312500 +-0.128906250000 +0.088378906250 +0.168945312500 +0.113769531250 +-0.080566406250 +-0.232421875000 +0.184570312500 +0.025878906250 +-0.166992187500 +0.096191406250 +-0.065917968750 +0.113769531250 +-0.242187500000 +0.196289062500 +0.261718750000 +-0.028198242188 +-0.061767578125 +-0.079589843750 +-0.058837890625 +-0.074707031250 +-0.091308593750 +0.070800781250 +-0.333984375000 +0.014221191406 +0.125976562500 +-0.013061523438 +-0.142578125000 +-0.220703125000 +-0.138671875000 +-0.335937500000 +-0.075195312500 +-0.103515625000 +0.081054687500 +-0.339843750000 +0.202148437500 +0.122070312500 +0.182617187500 +-0.081054687500 +0.029296875000 +-0.055419921875 +0.158203125000 +-0.020629882812 +0.226562500000 +-0.019531250000 +-0.011962890625 +-0.109375000000 +-0.026367187500 +-0.084472656250 +-0.166015625000 +-0.047363281250 +0.135742187500 +0.103027343750 +-0.010864257812 +0.122070312500 +-0.155273437500 +-0.211914062500 +0.100585937500 +0.065917968750 +0.200195312500 +0.125000000000 +-0.083496093750 +0.097656250000 +0.094726562500 +-0.042236328125 +-0.042236328125 +-0.112304687500 +0.057373046875 +-0.076660156250 +0.001983642578 +-0.016845703125 +0.177734375000 +0.119628906250 +-0.152343750000 +-0.018676757812 +0.008056640625 +-0.188476562500 +0.213867187500 +-0.053955078125 +0.126953125000 +-0.184570312500 +-0.042236328125 +0.012268066406 +-0.082519531250 +0.124511718750 +0.074218750000 +0.139648437500 +0.007232666016 +0.095214843750 +-0.304687500000 +0.012817382812 +-0.082519531250 +-0.275390625000 +-0.112304687500 +0.032714843750 +-0.404296875000 +0.019653320312 +0.083007812500 +-0.191406250000 +-0.484375000000 +0.046386718750 +0.006469726562 +-0.073242187500 +0.144531250000 +0.066406250000 +-0.015197753906 +0.251953125000 +-0.083984375000 +-0.289062500000 +-0.124511718750 +-0.038085937500 +0.009216308594 +-0.162109375000 +0.014709472656 +-0.361328125000 +0.009033203125 +-0.002075195312 +-0.042480468750 +0.109375000000 +0.133789062500 +-0.090332031250 +-0.042724609375 +0.022460937500 +-0.074707031250 +-0.135742187500 +-0.251953125000 +-0.265625000000 +-0.026000976562 +-0.003204345703 +-0.116699218750 +-0.092773437500 +-0.234375000000 +-0.108886718750 +-0.186523437500 +0.040527343750 +0.013793945312 +-0.100097656250 +0.069824218750 +0.053466796875 +-0.043212890625 +0.040771484375 +-0.068359375000 +0.040283203125 +0.047363281250 +0.056884765625 +-0.006225585938 +0.101074218750 +0.022216796875 +-0.097656250000 +-0.104492187500 +0.150390625000 +0.023925781250 +0.027099609375 +-0.283203125000 +0.101562500000 +0.062500000000 +0.192382812500 +0.052490234375 +0.076171875000 +0.104003906250 +0.101562500000 +0.109375000000 +0.050292968750 +0.063964843750 +-0.044189453125 +0.018798828125 +-0.091308593750 +-0.068359375000 +0.046142578125 +0.120117187500 +0.028686523438 +0.032226562500 +-0.003540039062 +-0.031250000000 +-0.132812500000 +0.000461578369 +0.136718750000 +-0.281250000000 +0.032470703125 +0.001052856445 +-0.141601562500 +0.045166015625 +-0.015441894531 +0.178710937500 +-0.126953125000 +0.057128906250 +0.042968750000 +0.062500000000 +-0.029174804688 +-0.023071289062 +-0.060791015625 +0.098144531250 +-0.049072265625 +-0.007812500000 +0.126953125000 +0.041992187500 +0.044189453125 +0.096191406250 +-0.160156250000 +-0.075683593750 +-0.016479492188 +-0.050781250000 +-0.125976562500 +0.033447265625 +-0.013671875000 +-0.001457214355 +-0.224609375000 +0.005950927734 +0.034667968750 +-0.086425781250 +-0.100097656250 +0.107421875000 +-0.064453125000 +-0.144531250000 +-0.048828125000 +-0.249023437500 +0.093261718750 +0.063964843750 +-0.028320312500 +-0.326171875000 +-0.036376953125 +-0.177734375000 +0.101562500000 +0.077636718750 +0.078125000000 +0.027709960938 +0.082031250000 +0.136718750000 +0.008666992188 +0.061767578125 +0.052734375000 +0.032714843750 +0.166015625000 +0.011779785156 +0.182617187500 +0.051025390625 +0.020996093750 +0.019775390625 +-0.099121093750 +-0.002273559570 +-0.066406250000 +0.066894531250 +0.083007812500 +-0.064453125000 +0.205078125000 +-0.367187500000 +0.076171875000 +0.043701171875 +-0.014709472656 +-0.117187500000 +0.154296875000 +0.261718750000 +0.059814453125 +-0.011108398438 +-0.041015625000 +0.073730468750 +0.022705078125 +-0.223632812500 +-0.193359375000 +-0.037353515625 +-0.107421875000 +-0.020019531250 +-0.117675781250 +-0.004028320312 +-0.040771484375 +0.165039062500 +0.125976562500 +-0.152343750000 +0.234375000000 +-0.174804687500 +-0.047607421875 +-0.149414062500 +-0.076660156250 +0.027832031250 +0.271484375000 +0.169921875000 +-0.238281250000 +-0.269531250000 +0.038330078125 +-0.130859375000 +-0.155273437500 +0.068359375000 +-0.208007812500 +0.061767578125 +-0.169921875000 +0.096679687500 +0.182617187500 +0.020263671875 +0.027709960938 +0.394531250000 +0.036865234375 +-0.253906250000 +-0.150390625000 +-0.033203125000 +-0.111328125000 +-0.152343750000 +-0.314453125000 +0.091308593750 +-0.341796875000 +-0.031005859375 +0.235351562500 +-0.111816406250 +-0.099609375000 +-0.107421875000 +0.089843750000 +-0.228515625000 +0.143554687500 +-0.003738403320 +0.063476562500 +-0.636718750000 +0.029052734375 +0.045410156250 +0.111816406250 +0.052734375000 +0.028808593750 +0.515625000000 +-0.047119140625 +0.388671875000 +0.032470703125 +0.068359375000 +-0.038574218750 +-0.190429687500 +-0.011047363281 +0.117187500000 +-0.008728027344 +0.008728027344 +-0.020019531250 +-0.064453125000 +-0.228515625000 +0.005645751953 +-0.111816406250 +0.011352539062 +0.019409179688 +-0.044921875000 +0.047851562500 +-0.018920898438 +-0.044677734375 +-0.009399414062 +-0.000961303711 +0.075195312500 +0.028442382812 +-0.069335937500 +-0.131835937500 +-0.224609375000 +0.065917968750 +0.114746093750 +-0.062255859375 +0.011779785156 +-0.048583984375 +-0.163085937500 +-0.345703125000 +-0.161132812500 +0.081542968750 +0.105957031250 +-0.247070312500 +-0.144531250000 +0.143554687500 +0.175781250000 +-0.102539062500 +0.107910156250 +0.236328125000 +0.185546875000 +0.197265625000 +0.196289062500 +-0.088378906250 +0.093261718750 +0.119628906250 +0.061279296875 +0.064941406250 +0.103515625000 +-0.220703125000 +-0.006439208984 +0.136718750000 +0.074218750000 +0.033447265625 +0.178710937500 +0.035400390625 +-0.129882812500 +0.177734375000 +0.134765625000 +0.060058593750 +0.025512695312 +-0.238281250000 +0.079589843750 +0.091796875000 +-0.008850097656 +0.318359375000 +-0.048828125000 +0.070312500000 +0.152343750000 +-0.229492187500 +0.081054687500 +0.216796875000 +-0.174804687500 +-0.019897460938 +0.015991210938 +-0.031250000000 +0.142578125000 +-0.073242187500 +0.032958984375 +-0.027587890625 +0.168945312500 +0.017211914062 +0.140625000000 +-0.000785827637 +0.076171875000 +0.075683593750 +0.232421875000 +-0.008056640625 +0.097167968750 +-0.394531250000 +-0.076171875000 +0.236328125000 +0.017944335938 +0.073242187500 +0.016113281250 +0.111328125000 +0.172851562500 +-0.072265625000 +-0.002563476562 +0.095214843750 +0.119140625000 +0.039550781250 +0.095214843750 +0.183593750000 +-0.108398437500 +0.006347656250 +0.052246093750 +0.191406250000 +0.190429687500 +0.100097656250 +0.096679687500 +0.052001953125 +-0.332031250000 +0.045166015625 +-0.060546875000 +0.197265625000 +0.125000000000 +0.011108398438 +0.112792968750 +0.050781250000 +0.016357421875 +0.095703125000 +0.203125000000 +0.165039062500 +0.074218750000 +-0.097656250000 +0.112304687500 +0.032470703125 +0.152343750000 +-0.161132812500 +0.083007812500 +0.028320312500 +-0.155273437500 +-0.098632812500 +-0.069335937500 +0.017944335938 +-0.091796875000 +0.037353515625 +0.026000976562 +-0.093750000000 +-0.478515625000 +-0.118164062500 +-0.183593750000 +-0.248046875000 +0.251953125000 +-0.108886718750 +0.126953125000 +0.017700195312 +-0.160156250000 +-0.063476562500 +0.033691406250 +0.196289062500 +0.125976562500 +0.115234375000 +-0.169921875000 +0.133789062500 +-0.102050781250 +0.075195312500 +0.017333984375 +-0.043457031250 +-0.078613281250 +-0.291015625000 +0.085937500000 +-0.038085937500 +0.109863281250 +-0.578125000000 +0.024047851562 +-0.228515625000 +0.083007812500 +-0.108398437500 +0.018310546875 +-0.041992187500 +-0.017456054688 +-0.006530761719 +-0.026489257812 +-0.217773437500 +0.165039062500 +-0.042480468750 +-0.289062500000 +0.101562500000 +0.058349609375 +-0.328125000000 +-0.078613281250 +-0.078125000000 +-0.099121093750 +-0.118652343750 +0.125976562500 +0.123046875000 +0.294921875000 +-0.110839843750 +-0.113281250000 +-0.263671875000 +-0.060546875000 +-0.042968750000 +-0.050048828125 +-0.109863281250 +0.140625000000 +-0.036376953125 +-0.014038085938 +0.145507812500 +0.156250000000 +-0.054931640625 +-0.006591796875 +-0.018920898438 +0.281250000000 +0.048583984375 +0.155273437500 +0.042968750000 +-0.141601562500 +0.074218750000 +0.086914062500 +0.012756347656 +0.073730468750 +-0.036376953125 +0.090820312500 +-0.104492187500 +-0.253906250000 +0.190429687500 +0.013977050781 +0.115234375000 +-0.007049560547 +0.213867187500 +-0.065429687500 +0.170898437500 +-0.259765625000 +0.053466796875 +0.215820312500 +-0.242187500000 +-0.120117187500 +-0.087402343750 +0.007293701172 +0.022338867188 +-0.189453125000 +-0.120117187500 +0.081542968750 +-0.169921875000 +0.029907226562 +0.117675781250 +0.088378906250 +0.144531250000 +0.085937500000 +0.180664062500 +0.087890625000 +-0.095214843750 +-0.084960937500 +-0.024169921875 +0.022216796875 +0.003158569336 +0.121582031250 +0.263671875000 +-0.001434326172 +-0.098632812500 +0.175781250000 +0.040527343750 +0.206054687500 +0.009155273438 +0.119628906250 +0.100585937500 +0.063476562500 +0.026367187500 +0.071777343750 +0.036132812500 +-0.055908203125 +0.097167968750 +0.123046875000 +-0.191406250000 +-0.250000000000 +-0.125000000000 +-0.113769531250 +0.023315429688 +-0.045410156250 +0.007873535156 +0.072753906250 +0.057617187500 +-0.065429687500 +0.136718750000 +0.009460449219 +-0.041015625000 +0.052490234375 +0.117187500000 +0.032714843750 +0.070800781250 +-0.245117187500 +0.156250000000 +-0.067871093750 +0.205078125000 +0.000793457031 +0.129882812500 +-0.123046875000 +-0.024658203125 +0.009155273438 +0.064453125000 +0.022583007812 +-0.157226562500 +-0.106933593750 +0.012634277344 +0.101074218750 +-0.104492187500 +-0.333984375000 +-0.053466796875 +0.070800781250 +0.085449218750 +-0.025268554688 +-0.145507812500 +0.154296875000 +0.054687500000 +-0.143554687500 +-0.107421875000 +-0.125000000000 +-0.294921875000 +-0.154296875000 +-0.013610839844 +-0.117187500000 +0.065429687500 +-0.052490234375 +-0.084960937500 +-0.112792968750 +0.287109375000 +-0.222656250000 +-0.248046875000 +0.062500000000 +0.018554687500 +-0.392578125000 +-0.033691406250 +0.257812500000 +0.068847656250 +0.215820312500 +0.120117187500 +-0.188476562500 +0.011413574219 +-0.051269531250 +-0.189453125000 +0.117675781250 +-0.209960937500 +0.027343750000 +-0.020996093750 +-0.016723632812 +-0.245117187500 +-0.121582031250 +-0.036865234375 +-0.075683593750 +0.043701171875 +0.076171875000 +-0.046630859375 +-0.416015625000 +0.141601562500 +-0.078125000000 +-0.049072265625 +-0.039550781250 +0.166015625000 +-0.625000000000 +0.026245117188 +-0.037353515625 +-0.178710937500 +-0.224609375000 +0.240234375000 +-0.058593750000 +0.076660156250 +0.129882812500 +0.061767578125 +-0.171875000000 +0.225585937500 +-0.236328125000 +0.059814453125 +0.024658203125 +-0.129882812500 +-0.004272460938 +-0.083984375000 +0.059082031250 +-0.378906250000 +0.002288818359 +-0.097167968750 +-0.075683593750 +0.015747070312 +0.071289062500 +-0.066406250000 +-0.112792968750 +-0.269531250000 +-0.097167968750 +-0.076171875000 +-0.222656250000 +-0.273437500000 +-0.041015625000 +-0.020996093750 +0.056640625000 +0.013977050781 +-0.447265625000 +0.241210937500 +0.304687500000 +-0.049316406250 +0.019653320312 +0.114257812500 +0.207031250000 +-0.166992187500 +-0.166992187500 +0.116210937500 +0.084472656250 +0.277343750000 +-0.312500000000 +-0.011413574219 +-0.003875732422 +-0.027709960938 +0.060791015625 +0.008789062500 +-0.074707031250 +-0.046875000000 +-0.073730468750 +0.017333984375 +0.224609375000 +0.036621093750 +-0.162109375000 +-0.245117187500 +0.075683593750 +0.242187500000 +-0.253906250000 +0.109863281250 +-0.008911132812 +0.013305664062 +0.057617187500 +0.159179687500 +0.191406250000 +-0.271484375000 +-0.332031250000 +0.199218750000 +0.054443359375 +-0.124511718750 +0.053710937500 +0.096679687500 +0.219726562500 +0.033203125000 +0.125976562500 +0.050048828125 +-0.066894531250 +-0.036132812500 +-0.029418945312 +0.167968750000 +-0.406250000000 +-0.124511718750 +-0.089355468750 +0.466796875000 +0.014343261719 +0.216796875000 +0.292968750000 +0.071289062500 +0.138671875000 +0.250000000000 +-0.068359375000 +-0.162109375000 +-0.314453125000 +0.075195312500 +-0.476562500000 +0.021118164062 +-0.041259765625 +0.178710937500 +0.168945312500 +0.071289062500 +-0.120605468750 +-0.083984375000 +-0.178710937500 +0.062500000000 +0.080566406250 +0.009155273438 +0.120117187500 +0.043457031250 +0.170898437500 +0.121093750000 +0.009155273438 +0.056396484375 +-0.018310546875 +0.097656250000 +0.072753906250 +-0.003494262695 +-0.090820312500 +-0.121582031250 +0.208984375000 +0.077148437500 +0.111816406250 +0.102539062500 +0.098144531250 +-0.081542968750 +-0.054687500000 +0.228515625000 +0.018310546875 +0.490234375000 +0.250000000000 +0.079101562500 +-0.062500000000 +-0.113769531250 +0.059570312500 +-0.053955078125 +0.458984375000 +0.119628906250 +0.296875000000 +-0.040039062500 +0.095214843750 +-0.339843750000 +-0.189453125000 +0.110839843750 +0.114257812500 +0.171875000000 +0.060058593750 +-0.051513671875 +0.024169921875 +-0.110839843750 +-0.198242187500 +0.029174804688 +-0.218750000000 +0.043457031250 +-0.044433593750 +-0.082519531250 +0.030395507812 +0.047363281250 +0.137695312500 +-0.024902343750 +-0.083007812500 +0.052001953125 +-0.173828125000 +-0.020019531250 +-0.019775390625 +0.061767578125 +0.169921875000 +0.067871093750 +0.001502990723 +-0.052734375000 +-0.047363281250 +0.019531250000 +0.001731872559 +0.128906250000 +-0.022583007812 +0.004486083984 +0.079589843750 +0.316406250000 +0.064941406250 +0.216796875000 +0.283203125000 +0.125000000000 +-0.003997802734 +0.112792968750 +-0.026000976562 +0.125000000000 +-0.029296875000 +0.231445312500 +0.061035156250 +0.152343750000 +-0.129882812500 +-0.253906250000 +-0.140625000000 +-0.235351562500 +0.136718750000 +0.106445312500 +-0.133789062500 +-0.040039062500 +-0.026489257812 +0.057861328125 +-0.003662109375 +0.057373046875 +0.062500000000 +-0.027221679688 +0.064453125000 +-0.104492187500 +0.190429687500 +0.068847656250 +-0.182617187500 +0.045410156250 +0.103515625000 +-0.072265625000 +0.051269531250 +-0.121093750000 +0.159179687500 +-0.103027343750 +-0.326171875000 +-0.027832031250 +0.186523437500 +-0.263671875000 +-0.113769531250 +0.003479003906 +-0.077636718750 +-0.351562500000 +-0.074707031250 +0.031982421875 +-0.037841796875 +-0.109375000000 +0.039550781250 +0.242187500000 +-0.013061523438 +0.163085937500 +-0.224609375000 +0.084472656250 +-0.232421875000 +-0.069824218750 +0.045654296875 +-0.041015625000 +0.170898437500 +0.077148437500 +-0.002258300781 +0.369140625000 +0.156250000000 +-0.159179687500 +0.171875000000 +0.071289062500 +-0.018066406250 +-0.345703125000 +0.023681640625 +0.015991210938 +-0.011840820312 +0.067871093750 +-0.271484375000 +0.086914062500 +-0.083496093750 +0.167968750000 +-0.041015625000 +0.247070312500 +0.237304687500 +-0.730468750000 +0.086914062500 +-0.222656250000 +0.037597656250 +-0.004699707031 +0.127929687500 +0.050781250000 +-0.216796875000 +-0.138671875000 +0.008605957031 +-0.269531250000 +0.085449218750 +0.050292968750 +0.028198242188 +-0.052734375000 +-0.150390625000 +-0.153320312500 +-0.006500244141 +-0.111328125000 +-0.094238281250 +-0.157226562500 +-0.199218750000 +0.170898437500 +0.203125000000 +-0.287109375000 +-0.019165039062 +-0.191406250000 +-0.001518249512 +-0.074707031250 +-0.125000000000 +-0.008850097656 +0.165039062500 +0.155273437500 +0.168945312500 +-0.095214843750 +-0.016479492188 +0.048583984375 +0.132812500000 +-0.132812500000 +-0.097167968750 +0.255859375000 +-0.046875000000 +0.005218505859 +0.051269531250 +-0.161132812500 +-0.045166015625 +0.200195312500 +0.191406250000 +0.234375000000 +0.085449218750 +0.005615234375 +0.105468750000 +-0.067382812500 +-0.008544921875 +0.242187500000 +0.049316406250 +0.345703125000 +0.077636718750 +-0.021728515625 +-0.482421875000 +0.007781982422 +0.207031250000 +0.132812500000 +-0.170898437500 +-0.076660156250 +-0.308593750000 +0.070800781250 +-0.130859375000 +0.065429687500 +0.045410156250 +0.073730468750 +-0.042480468750 +0.007629394531 +-0.034179687500 +-0.035156250000 +-0.001274108887 +-0.165039062500 +-0.056884765625 +-0.333984375000 +0.137695312500 +-0.070312500000 +-0.070800781250 +0.023681640625 +-0.306640625000 +0.092285156250 +-0.010131835938 +-0.061767578125 +0.071777343750 +0.233398437500 +0.063476562500 +-0.316406250000 +0.035644531250 +-0.140625000000 +0.035156250000 +0.044189453125 +0.044433593750 +0.296875000000 +0.039550781250 +0.074707031250 +-0.197265625000 +0.037353515625 +0.093750000000 +-0.037109375000 +-0.007385253906 +0.125000000000 +0.088378906250 +0.051757812500 +0.165039062500 +0.146484375000 +-0.015014648438 +-0.166992187500 +-0.017089843750 +-0.010803222656 +0.090820312500 +-0.037597656250 +0.136718750000 +0.033935546875 +0.071289062500 +-0.421875000000 +-0.119140625000 +0.785156250000 +-0.197265625000 +0.014465332031 +-0.181640625000 +0.044433593750 +0.091796875000 +-0.015869140625 +-0.036376953125 +0.019042968750 +0.014282226562 +-0.157226562500 +-0.211914062500 +0.125000000000 +0.164062500000 +0.375000000000 +-0.141601562500 +-0.005798339844 +0.049072265625 +-0.092773437500 +0.045898437500 +-0.042480468750 +0.027343750000 +-0.158203125000 +0.053466796875 +0.036132812500 +0.204101562500 +0.195312500000 +-0.078613281250 +0.028808593750 +-0.020751953125 +-0.005004882812 +-0.294921875000 +0.009826660156 +0.018798828125 +0.033935546875 +-0.292968750000 +-0.141601562500 +-0.209960937500 +0.206054687500 +0.002609252930 +0.157226562500 +-0.158203125000 +-0.079101562500 +0.180664062500 +-0.033447265625 +-0.015869140625 +-0.277343750000 +0.178710937500 +-0.027832031250 +-0.153320312500 +0.267578125000 +-0.072753906250 +0.104492187500 +-0.122070312500 +0.011840820312 +-0.025512695312 +-0.180664062500 +0.233398437500 +-0.012084960938 +0.172851562500 +0.289062500000 +0.208984375000 +0.106445312500 +0.034423828125 +-0.033691406250 +-0.088867187500 +0.145507812500 +0.006805419922 +0.000610351562 +-0.016967773438 +-0.357421875000 +-0.184570312500 +0.304687500000 +-0.025390625000 +-0.170898437500 +0.031982421875 +-0.084960937500 +-0.106445312500 +0.086425781250 +-0.034179687500 +-0.122070312500 +-0.249023437500 +-0.053955078125 +0.363281250000 +0.023437500000 +0.053710937500 +0.190429687500 +0.028076171875 +-0.049316406250 +-0.056152343750 +-0.010681152344 +-0.073242187500 +-0.180664062500 +-0.098144531250 +-0.025024414062 +-0.022827148438 +-0.023071289062 +-0.371093750000 +-0.076660156250 +0.126953125000 +0.113281250000 +0.189453125000 +-0.073242187500 +-0.093261718750 +-0.095214843750 +-0.234375000000 +-0.179687500000 +0.047851562500 +-0.010559082031 +-0.050537109375 +0.073242187500 +-0.057617187500 +0.460937500000 +0.087890625000 +-0.186523437500 +-0.124023437500 +0.028442382812 +0.084472656250 +0.042236328125 +0.105468750000 +0.134765625000 +0.115722656250 +-0.287109375000 +0.180664062500 +0.198242187500 +0.022949218750 +-0.059326171875 +-0.115234375000 +0.085937500000 +0.061767578125 +0.149414062500 +0.031738281250 +0.165039062500 +0.118164062500 +-0.227539062500 +-0.326171875000 +-0.240234375000 +0.140625000000 +0.000900268555 +0.133789062500 +0.047363281250 +-0.231445312500 +-0.028320312500 +0.133789062500 +0.030029296875 +0.040527343750 +0.076171875000 +0.133789062500 +0.008544921875 +-0.246093750000 +-0.190429687500 +-0.010681152344 +0.062255859375 +-0.245117187500 +0.134765625000 +-0.017333984375 +0.067871093750 +-0.073242187500 +-0.170898437500 +0.025024414062 +-0.195312500000 +0.160156250000 +-0.143554687500 +0.066406250000 +-0.188476562500 +-0.124023437500 +-0.028320312500 +-0.062255859375 +0.142578125000 +-0.294921875000 +-0.052978515625 +-0.006591796875 +0.130859375000 +0.069335937500 +0.025634765625 +0.016845703125 +-0.010803222656 +0.242187500000 +-0.060302734375 +-0.220703125000 +0.081542968750 +-0.121093750000 +0.144531250000 +0.029663085938 +0.088867187500 +0.000398635864 +-0.026367187500 +-0.069824218750 +0.005798339844 +0.253906250000 +0.036621093750 +-0.068359375000 +0.139648437500 +-0.002975463867 +0.068847656250 +-0.114746093750 +0.067871093750 +-0.371093750000 +-0.090332031250 +-0.026733398438 +0.017944335938 +0.189453125000 +0.034667968750 +-0.006225585938 +0.065429687500 +-0.024414062500 +0.019042968750 +0.162109375000 +0.007141113281 +-0.095703125000 +0.023925781250 +0.130859375000 +0.035644531250 +-0.037353515625 +0.161132812500 +-0.004608154297 +0.047607421875 +0.054199218750 +-0.103515625000 +-0.054931640625 +0.137695312500 +0.075195312500 +-0.056884765625 +0.097167968750 +-0.089355468750 +0.153320312500 +-0.107910156250 +0.106933593750 +-0.053710937500 +-0.096191406250 +-0.060546875000 +0.044921875000 +-0.231445312500 +0.027221679688 +-0.018432617188 +0.009887695312 +0.124023437500 +0.053955078125 +0.129882812500 +-0.337890625000 +-0.143554687500 +-0.052978515625 +0.028198242188 +0.136718750000 +-0.390625000000 +-0.015197753906 +0.140625000000 +-0.554687500000 +-0.059814453125 +0.008850097656 +0.001449584961 +0.243164062500 +-0.016357421875 +-0.209960937500 +0.088378906250 +0.037597656250 +-0.002761840820 +0.074707031250 +0.153320312500 +0.168945312500 +-0.002639770508 +-0.287109375000 +-0.144531250000 +-0.194335937500 +-0.283203125000 +0.118164062500 +-0.114257812500 +-0.125000000000 +-0.037597656250 +-0.193359375000 +0.021728515625 +-0.010070800781 +-0.021606445312 +-0.071289062500 +0.054443359375 +-0.087402343750 +0.039794921875 +0.086914062500 +-0.106445312500 +-0.033203125000 +0.077636718750 +-0.028076171875 +0.232421875000 +-0.205078125000 +0.100097656250 +-0.065917968750 +0.119140625000 +0.269531250000 +0.208984375000 +0.062011718750 +0.137695312500 +-0.320312500000 +-0.021850585938 +-0.195312500000 +-0.308593750000 +-0.063964843750 +-0.173828125000 +-0.172851562500 +-0.065917968750 +0.167968750000 +-0.007446289062 +-0.062988281250 +0.135742187500 +-0.208984375000 +-0.237304687500 +0.034423828125 +-0.216796875000 +-0.076171875000 +-0.357421875000 +-0.108398437500 +-0.031250000000 +-0.044189453125 +0.018310546875 +-0.255859375000 +0.129882812500 +0.045410156250 +-0.176757812500 +-0.069824218750 +0.240234375000 +0.052246093750 +0.023681640625 +0.135742187500 +0.376953125000 +0.020141601562 +-0.028198242188 +0.146484375000 +-0.023437500000 +-0.130859375000 +-0.057861328125 +-0.044921875000 +-0.118164062500 +0.151367187500 +-0.008056640625 +-0.051513671875 +-0.000224113464 +-0.302734375000 +-0.219726562500 +0.291015625000 +0.227539062500 +-0.051025390625 +-0.091308593750 +-0.007080078125 +0.054199218750 +0.085449218750 +0.031738281250 +-0.016113281250 +0.341796875000 +-0.109375000000 +-0.002929687500 +-0.142578125000 +-0.096191406250 +0.021362304688 +0.089843750000 +-0.110351562500 +-0.089843750000 +0.016479492188 +0.119628906250 +0.067871093750 +0.024291992188 +-0.193359375000 +-0.184570312500 +0.031738281250 +0.178710937500 +0.102050781250 +-0.043212890625 +0.002517700195 +0.182617187500 +0.007537841797 +0.129882812500 +0.304687500000 +0.036865234375 +-0.154296875000 +0.215820312500 +-0.004791259766 +-0.035156250000 +-0.075683593750 +0.101562500000 +0.126953125000 +-0.194335937500 +-0.341796875000 +-0.126953125000 +0.055419921875 +0.141601562500 +0.010498046875 +-0.263671875000 +0.064941406250 +0.006927490234 +-0.016601562500 +0.417968750000 +-0.417968750000 +-0.083007812500 +0.251953125000 +-0.060791015625 +-0.026245117188 +-0.111328125000 +0.031738281250 +0.089843750000 +0.101074218750 +0.086914062500 +0.451171875000 +-0.033691406250 +0.014770507812 +-0.302734375000 +0.033691406250 +0.125976562500 +0.057373046875 +0.062988281250 +0.318359375000 +-0.018676757812 +-0.029541015625 +-0.156250000000 +-0.188476562500 +0.019042968750 +0.109863281250 +-0.047851562500 +0.059326171875 +-0.088867187500 +0.279296875000 +0.033935546875 +0.159179687500 +0.036376953125 +-0.045654296875 +0.079101562500 +-0.026367187500 +0.040527343750 +0.018798828125 +0.265625000000 +0.178710937500 +0.013854980469 +-0.035400390625 +0.040283203125 +-0.007049560547 +0.054687500000 +0.156250000000 +-0.151367187500 +-0.183593750000 +0.298828125000 +-0.059814453125 +-0.163085937500 +-0.059326171875 +0.111816406250 +0.197265625000 +-0.292968750000 +-0.048339843750 +-0.101074218750 +0.233398437500 +-0.103027343750 +-0.207031250000 +-0.180664062500 +-0.186523437500 +0.039306640625 +-0.102539062500 +0.228515625000 +-0.158203125000 +-0.151367187500 +0.429687500000 +-0.134765625000 +-0.147460937500 +0.086914062500 +-0.069335937500 +0.060546875000 +0.212890625000 +0.015319824219 +0.460937500000 +-0.054687500000 +0.141601562500 +-0.007934570312 +0.037109375000 +0.066894531250 +0.204101562500 +0.102050781250 +0.283203125000 +-0.030761718750 +-0.005584716797 +-0.127929687500 +0.308593750000 +0.028930664062 +-0.117187500000 +-0.095214843750 +-0.179687500000 +0.065917968750 +0.140625000000 +-0.005645751953 +0.145507812500 +0.062500000000 +0.174804687500 +0.222656250000 +0.099121093750 +0.027343750000 +0.050781250000 +0.043457031250 +0.193359375000 +-0.032470703125 +-0.087402343750 +0.152343750000 +-0.062255859375 +0.029418945312 +-0.175781250000 +0.104492187500 +0.088378906250 +-0.207031250000 +0.103515625000 +-0.160156250000 +-0.261718750000 +0.162109375000 +-0.075195312500 +0.079589843750 +-0.015747070312 +-0.038330078125 +-0.099121093750 +-0.003692626953 +0.079589843750 +-0.314453125000 +0.097167968750 +-0.094726562500 +0.245117187500 +0.149414062500 +0.140625000000 +0.104003906250 +-0.041259765625 +0.043701171875 +-0.127929687500 +0.152343750000 +0.070312500000 +0.020385742188 +0.193359375000 +0.007141113281 +0.201171875000 +0.098632812500 +0.031982421875 +0.059814453125 +-0.209960937500 +0.087890625000 +0.028076171875 +-0.014099121094 +-0.030639648438 +-0.007141113281 +-0.080078125000 +0.136718750000 +0.074707031250 +-0.007751464844 +-0.074707031250 +-0.164062500000 +-0.125000000000 +0.071289062500 +-0.044189453125 +-0.023803710938 +-0.127929687500 +0.142578125000 +-0.124023437500 +0.059814453125 +0.059814453125 +-0.209960937500 +-0.153320312500 +0.136718750000 +-0.095703125000 +-0.179687500000 +-0.018310546875 +0.015869140625 +0.072265625000 +0.004577636719 +0.195312500000 +-0.039306640625 +0.025390625000 +0.041503906250 +0.007873535156 +0.121093750000 +0.031250000000 +-0.030029296875 +0.070800781250 +0.050537109375 +0.089843750000 +-0.071289062500 +0.030639648438 +0.036376953125 +-0.187500000000 +0.111816406250 +-0.006988525391 +0.006347656250 +0.070800781250 +0.039550781250 +-0.004333496094 +0.322265625000 +0.121093750000 +0.075195312500 +0.161132812500 +-0.007873535156 +-0.087890625000 +0.131835937500 +0.279296875000 +0.208984375000 +-0.071777343750 +0.018310546875 +-0.048583984375 +-0.126953125000 +0.150390625000 +-0.287109375000 +0.026489257812 +0.166992187500 +0.051757812500 +-0.022705078125 +-0.062255859375 +0.013793945312 +0.024291992188 +-0.143554687500 +0.142578125000 +-0.159179687500 +-0.296875000000 +0.161132812500 +0.052001953125 +-0.052246093750 +0.141601562500 +0.000343322754 +-0.032226562500 +0.000274658203 +0.230468750000 +-0.119628906250 +0.131835937500 +-0.243164062500 +-0.083496093750 +0.058593750000 +0.172851562500 +-0.002563476562 +0.273437500000 +-0.040771484375 +0.114746093750 +0.062988281250 +-0.328125000000 +0.005767822266 +0.091308593750 +0.104003906250 +0.154296875000 +0.034423828125 +-0.078613281250 +-0.162109375000 +0.004119873047 +0.124511718750 +-0.025390625000 +-0.170898437500 +0.026000976562 +0.049316406250 +0.083007812500 +-0.292968750000 +0.026489257812 +0.213867187500 +-0.010803222656 +-0.047363281250 +0.096679687500 +0.113281250000 +-0.203125000000 +0.068847656250 +0.074707031250 +0.106933593750 +0.136718750000 +-0.150390625000 +0.059570312500 +0.124511718750 +-0.029052734375 +-0.160156250000 +0.090820312500 +-0.124023437500 +0.095703125000 +0.036376953125 +-0.009155273438 +-0.091308593750 +0.143554687500 +0.015869140625 +-0.069335937500 +-0.134765625000 +-0.071777343750 +0.114257812500 +0.063964843750 +0.176757812500 +0.105957031250 +-0.090820312500 +-0.075195312500 +-0.031494140625 +-0.197265625000 +-0.285156250000 +-0.213867187500 +-0.087402343750 +0.031494140625 +0.102050781250 +0.035400390625 +-0.144531250000 +-0.070312500000 +0.131835937500 +-0.251953125000 +-0.076660156250 +0.066406250000 +-0.083007812500 +-0.445312500000 +0.003997802734 +0.073242187500 +-0.077636718750 +-0.141601562500 +0.070312500000 +0.037353515625 +-0.132812500000 +-0.106445312500 +-0.032226562500 +0.160156250000 +0.073242187500 +0.232421875000 +0.112304687500 +0.121582031250 +-0.000663757324 +-0.181640625000 +-0.103515625000 +0.033203125000 +0.186523437500 +-0.010742187500 +-0.022338867188 +-0.082519531250 +0.016723632812 +-0.075683593750 +0.014160156250 +-0.024780273438 +-0.054931640625 +0.075683593750 +-0.085449218750 +0.099121093750 +0.063964843750 +-0.065429687500 +-0.026611328125 +-0.142578125000 +-0.108886718750 +-0.095214843750 +0.263671875000 +-0.104980468750 +-0.020141601562 +-0.036621093750 +0.164062500000 +0.191406250000 +0.132812500000 +0.107910156250 +-0.131835937500 +0.014282226562 +-0.006744384766 +-0.035888671875 +0.235351562500 +-0.036132812500 +-0.242187500000 +-0.023315429688 +-0.166015625000 +0.082519531250 +0.177734375000 +-0.084472656250 +-0.051269531250 +-0.029296875000 +-0.127929687500 +-0.151367187500 +-0.070800781250 +0.074218750000 +0.044921875000 +0.006225585938 +-0.127929687500 +0.069335937500 +0.135742187500 +0.089355468750 +-0.079101562500 +0.118164062500 +0.001541137695 +0.048339843750 +-0.012573242188 +-0.207031250000 +0.021850585938 +-0.073242187500 +0.159179687500 +0.000211715698 +0.168945312500 +0.046630859375 +-0.053710937500 +0.112792968750 +-0.113281250000 +-0.239257812500 +0.054687500000 +-0.016479492188 +-0.062500000000 +0.190429687500 +-0.119628906250 +-0.222656250000 +-0.045898437500 +0.261718750000 +-0.103027343750 +0.169921875000 +0.209960937500 +-0.144531250000 +-0.093261718750 +0.063964843750 +0.014465332031 +-0.010498046875 +0.001594543457 +-0.081054687500 +0.209960937500 +0.004394531250 +0.104003906250 +-0.150390625000 +0.164062500000 +0.012817382812 +-0.059570312500 +-0.192382812500 +-0.101074218750 +0.169921875000 +0.011596679688 +-0.003936767578 +0.077636718750 +-0.109863281250 +0.306640625000 +0.110839843750 +0.238281250000 +-0.078613281250 +-0.099121093750 +0.167968750000 +0.011108398438 +0.152343750000 +-0.242187500000 +0.102539062500 +0.034423828125 +0.021850585938 +-0.020996093750 +0.005432128906 +-0.001502990723 +0.277343750000 +0.192382812500 +-0.037109375000 +-0.112792968750 +0.006011962891 +0.099609375000 +-0.059326171875 +-0.167968750000 +-0.029785156250 +0.400390625000 +-0.086914062500 +0.009521484375 +-0.332031250000 +-0.061035156250 +0.081054687500 +-0.074218750000 +-0.059326171875 +0.291015625000 +0.086425781250 +-0.210937500000 +-0.287109375000 +-0.051513671875 +0.228515625000 +0.105468750000 +0.034423828125 +0.055664062500 +0.175781250000 +-0.047851562500 +0.166015625000 +-0.157226562500 +-0.041015625000 +-0.104980468750 +-0.047119140625 +0.059570312500 +0.151367187500 +0.150390625000 +0.061279296875 +-0.020263671875 +-0.375000000000 +-0.257812500000 +-0.129882812500 +0.151367187500 +-0.224609375000 +-0.095214843750 +0.052490234375 +-0.191406250000 +-0.367187500000 +0.206054687500 +-0.120605468750 +0.039062500000 +0.095703125000 +0.062500000000 +-0.039794921875 +-0.102539062500 +0.040527343750 +0.101074218750 +0.021850585938 +-0.005401611328 +0.032714843750 +-0.128906250000 +-0.001251220703 +-0.116210937500 +-0.216796875000 +0.108398437500 +-0.021850585938 +0.031494140625 +0.102050781250 +-0.005950927734 +-0.008666992188 +0.093261718750 +-0.034912109375 +-0.063476562500 +-0.073730468750 +0.077148437500 +-0.076660156250 +-0.200195312500 +-0.022827148438 +-0.013000488281 +0.133789062500 +-0.001495361328 +-0.105468750000 +-0.173828125000 +-0.020751953125 +0.078125000000 +-0.081054687500 +-0.046875000000 +-0.043945312500 +0.065917968750 +-0.106933593750 +-0.314453125000 +-0.081542968750 +0.071777343750 +0.003906250000 +0.128906250000 +0.148437500000 +-0.017089843750 +-0.001930236816 +0.012329101562 +-0.013916015625 +-0.100097656250 +0.255859375000 +-0.244140625000 +-0.187500000000 +0.013610839844 +-0.028564453125 +0.154296875000 +-0.026733398438 +-0.060791015625 +-0.062500000000 +0.006011962891 +-0.061035156250 +-0.204101562500 +0.052001953125 +-0.009399414062 +0.200195312500 +-0.015258789062 +0.015869140625 +0.168945312500 +-0.265625000000 +-0.023925781250 +0.197265625000 +-0.152343750000 +-0.022094726562 +-0.176757812500 +-0.039550781250 +-0.096679687500 +0.093261718750 +-0.016723632812 +-0.074218750000 +-0.026611328125 +0.086914062500 +0.011047363281 +-0.195312500000 +-0.080566406250 +-0.218750000000 +0.118652343750 +-0.001022338867 +0.146484375000 +0.225585937500 +0.067382812500 +0.079101562500 +0.123535156250 +-0.167968750000 +0.044189453125 +0.092285156250 +0.169921875000 +0.316406250000 +0.126953125000 +-0.089843750000 +0.163085937500 +-0.074218750000 +0.144531250000 +-0.091308593750 +0.059326171875 +-0.075195312500 +-0.065917968750 +0.148437500000 +-0.007202148438 +0.011047363281 +-0.019531250000 +0.025146484375 +0.047119140625 +0.419921875000 +0.192382812500 +0.017211914062 +0.072753906250 +0.155273437500 +0.032958984375 +0.034912109375 +0.024291992188 +-0.050781250000 +0.261718750000 +-0.053710937500 +-0.014465332031 +-0.175781250000 +0.196289062500 +-0.148437500000 +-0.052001953125 +-0.106933593750 +0.071777343750 +0.000549316406 +0.025634765625 +0.022338867188 +0.035644531250 +-0.199218750000 +0.083007812500 +-0.093750000000 +0.096679687500 +0.152343750000 +0.002990722656 +0.063964843750 +-0.035156250000 +-0.447265625000 +0.134765625000 +-0.050292968750 +-0.162109375000 +0.289062500000 +0.160156250000 +0.036865234375 +0.079101562500 +-0.069335937500 +0.097656250000 +-0.028564453125 +-0.285156250000 +0.128906250000 +0.032226562500 +-0.127929687500 +0.015747070312 +0.062255859375 +-0.275390625000 +0.031005859375 +0.211914062500 +-0.021606445312 +-0.178710937500 +-0.044921875000 +0.040527343750 +0.157226562500 +-0.031738281250 +0.186523437500 +0.074218750000 +-0.075195312500 +-0.001083374023 +-0.138671875000 +0.102539062500 +-0.067382812500 +-0.000667572021 +0.068847656250 +0.546875000000 +0.221679687500 +-0.059814453125 +-0.133789062500 +-0.013000488281 +0.093261718750 +0.019287109375 +-0.239257812500 +0.316406250000 +-0.202148437500 +0.060302734375 +0.057128906250 +-0.123535156250 +0.059570312500 +-0.116699218750 +0.229492187500 +-0.093750000000 +-0.038818359375 +0.167968750000 +0.142578125000 +0.070800781250 +-0.119628906250 +-0.145507812500 +0.071777343750 +0.082519531250 +-0.017700195312 +-0.296875000000 +-0.225585937500 +-0.052734375000 +-0.156250000000 +-0.075683593750 +0.125976562500 +0.053466796875 +0.059082031250 +0.004486083984 +0.008789062500 +-0.104492187500 +0.099121093750 +0.001121520996 +0.130859375000 +0.063964843750 +0.075195312500 +-0.049804687500 +0.067871093750 +0.197265625000 +0.032958984375 +0.112304687500 +0.245117187500 +-0.089355468750 +-0.263671875000 +0.165039062500 +0.087402343750 +0.001586914062 +0.143554687500 +0.048583984375 +0.009765625000 +-0.109863281250 +0.048583984375 +0.229492187500 +0.248046875000 +0.002670288086 +-0.042236328125 +0.060058593750 +-0.277343750000 +-0.060546875000 +0.070800781250 +0.180664062500 +0.175781250000 +0.070312500000 +0.214843750000 +-0.042236328125 +0.201171875000 +0.176757812500 +-0.032714843750 +-0.064453125000 +-0.087402343750 +-0.118164062500 +0.320312500000 +0.137695312500 +-0.259765625000 +-0.121093750000 +-0.109375000000 +0.133789062500 +0.056152343750 +0.042480468750 +-0.249023437500 +-0.061767578125 +0.143554687500 +-0.158203125000 +0.116210937500 +-0.017700195312 +-0.017333984375 +0.166992187500 +-0.073730468750 +0.003570556641 +0.043212890625 +-0.073242187500 +-0.125000000000 +-0.066894531250 +-0.095703125000 +0.158203125000 +0.045166015625 +-0.219726562500 +0.027343750000 +0.056884765625 +0.177734375000 +0.070800781250 +0.035156250000 +-0.053955078125 +-0.110351562500 +-0.351562500000 +0.048095703125 +-0.158203125000 +-0.099121093750 +-0.037597656250 +0.191406250000 +0.017944335938 +-0.041015625000 +-0.014160156250 +-0.109863281250 +0.277343750000 +-0.062988281250 +-0.047119140625 +0.157226562500 +0.147460937500 +0.104492187500 +-0.012329101562 +-0.106933593750 +0.026123046875 +0.008483886719 +-0.188476562500 +0.146484375000 +0.004272460938 +-0.072753906250 +-0.061523437500 +0.040283203125 +0.208984375000 +0.245117187500 +0.046142578125 +0.059326171875 +-0.031982421875 +-0.194335937500 +0.122070312500 +-0.570312500000 +-0.083984375000 +-0.030273437500 +0.170898437500 +0.198242187500 +-0.289062500000 +0.029785156250 +0.001319885254 +0.158203125000 +0.163085937500 +0.017822265625 +0.059082031250 +-0.027343750000 +-0.129882812500 +0.126953125000 +-0.263671875000 +0.126953125000 +0.090332031250 +-0.072265625000 +0.157226562500 +0.130859375000 +0.084960937500 +-0.124511718750 +0.052001953125 +-0.193359375000 +0.044433593750 +-0.112304687500 +-0.074707031250 +0.102539062500 +-0.014038085938 +0.105468750000 +0.168945312500 +0.155273437500 +0.055175781250 +-0.118164062500 +0.009582519531 +0.131835937500 +-0.046386718750 +0.124511718750 +0.066894531250 +-0.089355468750 +-0.086425781250 +0.114746093750 +-0.083007812500 +-0.220703125000 +0.207031250000 +0.136718750000 +0.181640625000 +0.132812500000 +-0.021118164062 +0.119628906250 +-0.076171875000 +-0.024169921875 +-0.184570312500 +-0.014038085938 +-0.226562500000 +-0.214843750000 +0.045166015625 +-0.027343750000 +0.359375000000 +-0.250000000000 +-0.302734375000 +-0.218750000000 +0.056884765625 +-0.347656250000 +-0.304687500000 +0.114746093750 +-0.023803710938 +-0.100097656250 +0.059082031250 +-0.117675781250 +0.188476562500 +-0.073730468750 +0.009582519531 +0.011230468750 +0.245117187500 +-0.089843750000 +-0.273437500000 +-0.142578125000 +-0.527343750000 +0.021972656250 +0.044921875000 +0.302734375000 +0.030029296875 +0.157226562500 +-0.013549804688 +0.078125000000 +-0.302734375000 +0.160156250000 +-0.006286621094 +-0.094726562500 +0.001480102539 +-0.137695312500 +0.084960937500 +-0.034423828125 +-0.158203125000 +-0.201171875000 +0.041992187500 +-0.023681640625 +0.131835937500 +-0.062500000000 +-0.141601562500 +-0.125000000000 +-0.118164062500 +-0.294921875000 +0.007263183594 +0.294921875000 +-0.163085937500 +0.207031250000 +-0.061523437500 +0.102050781250 +-0.057617187500 +-0.049560546875 +0.108886718750 +0.215820312500 +0.074707031250 +0.190429687500 +0.281250000000 +0.150390625000 +-0.208007812500 +-0.041748046875 +-0.061279296875 +0.227539062500 +0.478515625000 +0.104492187500 +-0.357421875000 +-0.091796875000 +-0.038574218750 +-0.028076171875 +-0.133789062500 +0.103515625000 +0.023193359375 +-0.031738281250 +-0.263671875000 +-0.103027343750 +-0.146484375000 +0.184570312500 +-0.394531250000 +0.038330078125 +-0.020263671875 +0.214843750000 +0.095214843750 +-0.108886718750 +-0.228515625000 +0.204101562500 +0.223632812500 +-0.091796875000 +0.012878417969 +-0.038818359375 +-0.238281250000 +0.259765625000 +0.065429687500 +0.071289062500 +-0.221679687500 +-0.003265380859 +0.034912109375 +-0.166992187500 +-0.102539062500 +0.206054687500 +-0.255859375000 +-0.124511718750 +0.008056640625 +-0.087402343750 +-0.175781250000 +0.009948730469 +-0.069824218750 +0.128906250000 +-0.019775390625 +-0.133789062500 +0.291015625000 +0.086914062500 +0.112792968750 +0.235351562500 +0.100097656250 +0.105957031250 +-0.070312500000 +-0.285156250000 +-0.005401611328 +0.187500000000 +0.079101562500 +0.107910156250 +-0.134765625000 +0.162109375000 +0.069824218750 +-0.063964843750 +-0.057617187500 +-0.052246093750 +0.105468750000 +0.000065803528 +-0.296875000000 +0.105957031250 +-0.105468750000 +0.027587890625 +-0.287109375000 +0.198242187500 +-0.217773437500 +-0.384765625000 +-0.013122558594 +-0.257812500000 +-0.050781250000 +0.098632812500 +0.242187500000 +0.028686523438 +-0.110351562500 +0.024414062500 +0.222656250000 +-0.174804687500 +0.000033617020 +0.154296875000 +-0.119140625000 +-0.094726562500 +0.084472656250 +0.029296875000 +-0.009643554688 +-0.211914062500 +0.183593750000 +0.176757812500 +0.320312500000 +-0.235351562500 +-0.106445312500 +0.057128906250 +0.036132812500 +-0.128906250000 +0.095214843750 +-0.605468750000 +0.084472656250 +-0.125976562500 +0.433593750000 +-0.065429687500 +0.208007812500 +-0.265625000000 +-0.051513671875 +0.045898437500 +0.181640625000 +0.224609375000 +-0.071289062500 +-0.210937500000 +0.058837890625 +-0.231445312500 +0.283203125000 +-0.074707031250 +-0.038330078125 +-0.032470703125 +-0.178710937500 +-0.087402343750 +0.225585937500 +0.162109375000 +0.099609375000 +0.201171875000 +-0.012268066406 +0.191406250000 +0.127929687500 +0.111816406250 +-0.038818359375 +0.134765625000 +0.056884765625 +-0.018066406250 +-0.036376953125 +-0.247070312500 +-0.216796875000 +-0.067382812500 +-0.085449218750 +-0.085937500000 +-0.149414062500 +0.077636718750 +-0.008117675781 +0.113769531250 +-0.125976562500 +-0.168945312500 +0.125976562500 +0.179687500000 +0.104003906250 +0.048339843750 +0.144531250000 +-0.267578125000 +0.267578125000 +-0.198242187500 +0.058105468750 +0.063964843750 +-0.018432617188 +-0.094726562500 +0.118652343750 +-0.267578125000 +-0.088378906250 +0.030029296875 +0.167968750000 +-0.046875000000 +0.230468750000 +0.072753906250 +-0.027587890625 +0.128906250000 +-0.129882812500 +0.096679687500 +-0.104980468750 +-0.033935546875 +0.193359375000 +0.036132812500 +0.002532958984 +-0.070800781250 +0.225585937500 +-0.009216308594 +0.153320312500 +0.296875000000 +-0.118652343750 +0.035156250000 +0.116699218750 +0.009521484375 +-0.064941406250 +-0.494140625000 +-0.292968750000 +-0.343750000000 +0.069824218750 +-0.234375000000 +-0.072265625000 +0.357421875000 +-0.175781250000 +0.023681640625 +0.147460937500 +0.179687500000 +0.029907226562 +0.001121520996 +0.163085937500 +0.019653320312 +0.168945312500 +0.195312500000 +0.056640625000 +0.187500000000 +-0.065917968750 +-0.069335937500 +0.017944335938 +-0.033935546875 +0.193359375000 +-0.186523437500 +0.003204345703 +0.170898437500 +0.192382812500 +-0.224609375000 +0.158203125000 +-0.151367187500 +0.004180908203 +-0.126953125000 +0.144531250000 +-0.031250000000 +-0.061279296875 +0.068847656250 +-0.151367187500 +0.041503906250 +-0.084472656250 +-0.199218750000 +0.186523437500 +0.074218750000 +-0.089355468750 +0.005920410156 +0.113281250000 +-0.081542968750 +0.140625000000 +0.002319335938 +-0.132812500000 +0.067382812500 +0.138671875000 +-0.079101562500 +-0.121093750000 +0.175781250000 +-0.019165039062 +-0.122070312500 +-0.152343750000 +0.107910156250 +0.025024414062 +0.125976562500 +0.023193359375 +-0.088867187500 +-0.159179687500 +-0.460937500000 +0.101074218750 +-0.227539062500 +-0.108398437500 +0.070800781250 +0.069335937500 +0.078125000000 +0.025512695312 +0.160156250000 +-0.076660156250 +-0.044677734375 +-0.032226562500 +-0.273437500000 +-0.062255859375 +-0.068359375000 +-0.139648437500 +-0.121093750000 +-0.075683593750 +-0.072753906250 +-0.011718750000 +-0.107421875000 +-0.025268554688 +0.052490234375 +0.129882812500 +0.109375000000 +-0.028808593750 +-0.130859375000 +-0.118652343750 +0.015319824219 +-0.002807617188 +-0.109375000000 +-0.228515625000 +0.101562500000 +0.016845703125 +0.192382812500 +-0.220703125000 +-0.092773437500 +0.056640625000 +-0.086914062500 +-0.047607421875 +-0.236328125000 +0.078613281250 +0.162109375000 +0.007812500000 +-0.035644531250 +-0.118164062500 +0.083496093750 +0.193359375000 +-0.018676757812 +-0.022094726562 +0.005676269531 +-0.117675781250 +-0.149414062500 +-0.127929687500 +-0.100097656250 +0.107910156250 +-0.047607421875 +-0.101074218750 +0.176757812500 +0.132812500000 +0.138671875000 +-0.091796875000 +0.004577636719 +0.090820312500 +0.084960937500 +0.098632812500 +0.098632812500 +-0.300781250000 +0.091308593750 +-0.150390625000 +0.386718750000 +0.214843750000 +0.365234375000 +0.238281250000 +0.019653320312 +-0.120605468750 +-0.023559570312 +0.027587890625 +0.119628906250 +0.050537109375 +-0.124023437500 +-0.171875000000 +0.205078125000 +0.259765625000 +0.233398437500 +-0.057373046875 +-0.019897460938 +0.414062500000 +0.072265625000 +-0.168945312500 +0.046142578125 +0.227539062500 +0.074218750000 +-0.074707031250 +-0.124511718750 +0.238281250000 +0.223632812500 +0.111816406250 +0.045166015625 +0.014343261719 +-0.077636718750 +0.069335937500 +-0.119628906250 +0.001777648926 +-0.211914062500 +-0.036865234375 +-0.010070800781 +-0.001625061035 +-0.148437500000 +0.218750000000 +-0.138671875000 +0.071777343750 +0.294921875000 +-0.083984375000 +-0.129882812500 +0.001083374023 +0.215820312500 +0.149414062500 +-0.203125000000 +0.072265625000 +0.070312500000 +-0.180664062500 +0.066894531250 +-0.169921875000 +0.186523437500 +-0.164062500000 +0.109863281250 +-0.118164062500 +-0.177734375000 +0.022949218750 +-0.172851562500 +0.219726562500 +0.018798828125 +-0.148437500000 +-0.223632812500 +0.201171875000 +-0.110839843750 +0.137695312500 +-0.064453125000 +-0.155273437500 +-0.010803222656 +0.125976562500 +0.041015625000 +-0.061523437500 +-0.166015625000 +-0.089843750000 +0.081054687500 +0.237304687500 +0.011169433594 +0.026855468750 +0.009155273438 +0.103027343750 +0.067382812500 +0.053222656250 +-0.179687500000 +-0.034423828125 +-0.105468750000 +0.103515625000 +-0.014282226562 +-0.017700195312 +-0.072265625000 +-0.039794921875 +-0.062255859375 +0.077636718750 +0.052490234375 +0.123046875000 +-0.018310546875 +0.048095703125 +0.033691406250 +0.034667968750 +-0.022338867188 +0.057861328125 +-0.263671875000 +-0.015502929688 +-0.000112533569 +0.035888671875 +0.184570312500 +0.208007812500 +0.156250000000 +-0.050537109375 +0.103027343750 +-0.091308593750 +-0.028198242188 +0.092285156250 +0.142578125000 +0.036865234375 +-0.110351562500 +-0.071777343750 +-0.199218750000 +-0.066894531250 +-0.115234375000 +-0.074707031250 +0.343750000000 +0.081054687500 +0.133789062500 +0.028076171875 +0.097167968750 +-0.074218750000 +0.047119140625 +-0.224609375000 +0.082519531250 +-0.033203125000 +-0.030639648438 +-0.077636718750 +0.143554687500 +0.084472656250 +0.240234375000 +-0.213867187500 +-0.125976562500 +0.072753906250 +-0.107910156250 +0.125000000000 +-0.029418945312 +-0.267578125000 +-0.118652343750 +-0.041992187500 +0.087402343750 +0.171875000000 +0.020751953125 +0.021728515625 +-0.002273559570 +0.062011718750 +0.020019531250 +0.052246093750 +-0.192382812500 +-0.187500000000 +0.015014648438 +0.057861328125 +0.151367187500 +-0.228515625000 +-0.183593750000 +-0.123535156250 +0.017700195312 +0.010437011719 +0.001983642578 +-0.085937500000 +0.028564453125 +-0.084960937500 +0.124511718750 +0.130859375000 +-0.048339843750 +0.019897460938 +-0.075195312500 +-0.193359375000 +0.002441406250 +0.007720947266 +-0.069335937500 +0.103027343750 +0.281250000000 +-0.101074218750 +-0.083496093750 +0.139648437500 +-0.053466796875 +-0.046875000000 +0.184570312500 +0.172851562500 +-0.010009765625 +0.137695312500 +0.047363281250 +0.014221191406 +-0.042480468750 +-0.154296875000 +0.043701171875 +0.121582031250 +-0.107421875000 +0.100585937500 +-0.234375000000 +0.198242187500 +-0.092773437500 +0.164062500000 +-0.077636718750 +0.062500000000 +0.174804687500 +-0.079101562500 +0.085937500000 +0.021728515625 +-0.108398437500 +0.032226562500 +-0.044189453125 +-0.034912109375 +0.065429687500 +-0.021972656250 +0.023193359375 +-0.066894531250 +0.211914062500 +0.171875000000 +-0.239257812500 +0.194335937500 +0.038085937500 +0.034912109375 +0.019409179688 +-0.060546875000 +-0.103027343750 +0.049804687500 +0.081054687500 +-0.080566406250 +-0.202148437500 +0.014282226562 +0.124023437500 +-0.070800781250 +-0.058837890625 +-0.227539062500 +-0.125976562500 +0.107421875000 +0.201171875000 +-0.119140625000 +0.138671875000 +0.143554687500 +-0.071289062500 +-0.104003906250 +-0.048828125000 +0.000785827637 +0.109863281250 +0.143554687500 +0.055419921875 +0.085449218750 +0.074218750000 +0.166015625000 +0.043212890625 +0.154296875000 +0.036621093750 +-0.010009765625 +0.215820312500 +0.040527343750 +0.055908203125 +0.042968750000 +0.151367187500 +-0.128906250000 +0.058349609375 +-0.093261718750 +-0.062988281250 +-0.070312500000 +0.141601562500 +-0.038085937500 +0.124023437500 +0.201171875000 +-0.155273437500 +0.081054687500 +-0.044921875000 +0.086914062500 +0.181640625000 +-0.224609375000 +-0.150390625000 +-0.002700805664 +0.148437500000 +-0.092285156250 +-0.233398437500 +-0.023559570312 +-0.025390625000 +0.017944335938 +-0.050292968750 +-0.171875000000 +0.030883789062 +0.020507812500 +0.120117187500 +0.035644531250 +-0.046875000000 +0.140625000000 +-0.088378906250 +0.125976562500 +0.010559082031 +0.052978515625 +-0.269531250000 +0.187500000000 +0.076171875000 +0.030761718750 +-0.001365661621 +-0.089355468750 +-0.080566406250 +0.096679687500 +-0.104980468750 +0.153320312500 +-0.081542968750 +-0.102050781250 +-0.265625000000 +-0.068847656250 +0.136718750000 +-0.131835937500 +-0.244140625000 +0.123046875000 +-0.015869140625 +-0.106933593750 +0.103027343750 +-0.048095703125 +0.102539062500 +0.046875000000 +0.047607421875 +0.161132812500 +0.100097656250 +-0.083496093750 +-0.136718750000 +-0.281250000000 +-0.109375000000 +-0.057128906250 +-0.043701171875 +0.150390625000 +-0.269531250000 +-0.273437500000 +0.004455566406 +0.002227783203 +0.136718750000 +-0.265625000000 +-0.189453125000 +0.071777343750 +0.161132812500 +-0.123535156250 +-0.000427246094 +-0.007446289062 +-0.057128906250 +-0.074707031250 +-0.112304687500 +-0.207031250000 +0.174804687500 +-0.018310546875 +-0.072265625000 +0.000052213669 +0.022216796875 +-0.094238281250 +0.037109375000 +-0.248046875000 +-0.199218750000 +-0.168945312500 +0.132812500000 +0.181640625000 +-0.078613281250 +0.063964843750 +-0.087402343750 +-0.142578125000 +0.024291992188 +-0.080566406250 +-0.182617187500 +-0.019042968750 +0.086425781250 +-0.001876831055 +0.034423828125 +0.133789062500 +-0.162109375000 +-0.071777343750 +0.125000000000 +-0.005828857422 +0.143554687500 +0.053955078125 +0.095703125000 +0.026000976562 +-0.047607421875 +0.090820312500 +-0.038574218750 +-0.060546875000 +0.053710937500 +0.145507812500 +-0.123046875000 +-0.214843750000 +0.141601562500 +0.218750000000 +0.009399414062 +0.134765625000 +-0.253906250000 +-0.039306640625 +0.107910156250 +-0.005676269531 +0.095214843750 +0.065429687500 +-0.180664062500 +-0.211914062500 +-0.037353515625 +0.154296875000 +0.003128051758 +-0.237304687500 +0.027587890625 +0.075195312500 +-0.027709960938 +-0.002655029297 +-0.057861328125 +0.090332031250 +0.105468750000 +0.113769531250 +-0.009704589844 +0.090332031250 +-0.074218750000 +0.158203125000 +-0.314453125000 +0.075195312500 +0.023437500000 +-0.022949218750 +-0.171875000000 +-0.222656250000 +0.090820312500 +-0.419921875000 +0.061035156250 +0.098144531250 +-0.098632812500 +-0.066406250000 +-0.087890625000 +0.163085937500 +-0.080566406250 +-0.167968750000 +-0.124511718750 +0.057128906250 +-0.239257812500 +-0.244140625000 +0.055175781250 +0.154296875000 +-0.196289062500 +0.006317138672 +0.140625000000 +0.128906250000 +-0.079101562500 +-0.001358032227 +0.160156250000 +0.044677734375 +0.125000000000 +-0.197265625000 +0.097167968750 +0.066406250000 +0.033447265625 +-0.158203125000 +-0.104980468750 +-0.057617187500 +0.100585937500 +-0.094726562500 +0.039794921875 +-0.062988281250 +-0.194335937500 +-0.109863281250 +-0.062255859375 +-0.086914062500 +0.052490234375 +-0.085937500000 +0.012084960938 +0.083007812500 +-0.032226562500 +-0.000915527344 +0.001190185547 +0.115234375000 +0.017944335938 +-0.066406250000 +0.230468750000 +-0.107421875000 +0.116210937500 +0.107910156250 +0.003005981445 +0.253906250000 +-0.114257812500 +-0.012145996094 +-0.032226562500 +-0.180664062500 +-0.143554687500 +0.097656250000 +0.135742187500 +-0.250000000000 +0.052978515625 +-0.104003906250 +-0.359375000000 +-0.031982421875 +-0.160156250000 +0.115234375000 +-0.150390625000 +0.166015625000 +0.253906250000 +-0.061035156250 +-0.060546875000 +-0.106445312500 +0.273437500000 +0.101562500000 +0.096679687500 +0.087890625000 +-0.302734375000 +-0.059570312500 +-0.024536132812 +0.153320312500 +0.116699218750 +-0.104980468750 +0.155273437500 +0.049316406250 +0.023559570312 +0.089355468750 +0.148437500000 +0.010559082031 +-0.032714843750 +0.077148437500 +0.065429687500 +0.048828125000 +-0.202148437500 +0.127929687500 +-0.066406250000 +-0.010498046875 +-0.095703125000 +0.099121093750 +-0.012451171875 +-0.000164031982 +0.067871093750 +0.042968750000 +0.069335937500 +-0.075195312500 +-0.000598907471 +-0.023803710938 +0.183593750000 +-0.008911132812 +0.017944335938 +0.120117187500 +-0.047607421875 +0.179687500000 +-0.052490234375 +-0.018798828125 +0.103027343750 +-0.147460937500 +0.132812500000 +0.150390625000 +0.070312500000 +-0.285156250000 +0.078613281250 +0.038330078125 +-0.034912109375 +-0.012023925781 +-0.141601562500 +-0.194335937500 +0.143554687500 +-0.118652343750 +-0.156250000000 +-0.069335937500 +-0.017211914062 +-0.016723632812 +-0.132812500000 +-0.095214843750 +0.062255859375 +0.024414062500 +-0.002578735352 +-0.035888671875 +-0.007354736328 +0.017089843750 +0.271484375000 +0.100585937500 +-0.019653320312 +0.015747070312 +0.051757812500 +-0.158203125000 +-0.096191406250 +-0.101074218750 +0.039550781250 +-0.161132812500 +-0.072753906250 +0.147460937500 +-0.190429687500 +0.146484375000 +-0.018310546875 +0.154296875000 +-0.198242187500 +0.194335937500 +-0.035156250000 +0.085937500000 +-0.326171875000 +-0.066406250000 +-0.016723632812 +0.059326171875 +-0.056884765625 +-0.115722656250 +-0.122558593750 +0.024902343750 +0.007659912109 +0.045654296875 +0.021606445312 +-0.087402343750 +-0.110839843750 +0.034912109375 +0.061279296875 +-0.038330078125 +-0.025634765625 +0.041748046875 +0.067871093750 +-0.248046875000 +-0.255859375000 +-0.073242187500 +0.098632812500 +-0.127929687500 +-0.116210937500 +0.068359375000 +-0.078125000000 +0.011535644531 +-0.159179687500 +-0.041503906250 +-0.070800781250 +-0.171875000000 +0.261718750000 +-0.119628906250 +0.030029296875 +0.014648437500 +0.047851562500 +0.224609375000 +-0.052001953125 +0.239257812500 +0.074707031250 +0.081054687500 +-0.019897460938 +0.053222656250 +0.205078125000 +-0.257812500000 +0.091308593750 +0.004364013672 +-0.120117187500 +0.058593750000 +-0.011291503906 +-0.055419921875 +-0.056152343750 +0.030761718750 +0.142578125000 +-0.011169433594 +0.080566406250 +0.167968750000 +-0.067382812500 +-0.093750000000 +-0.065429687500 +-0.082031250000 +-0.014892578125 +-0.031494140625 +-0.001770019531 +0.102050781250 +0.022583007812 +-0.229492187500 +-0.060546875000 +-0.038330078125 +0.079589843750 +-0.007324218750 +0.209960937500 +0.070800781250 +0.000530242920 +0.095214843750 +0.105468750000 +-0.195312500000 +-0.130859375000 +-0.072753906250 +-0.043212890625 +-0.179687500000 +-0.101562500000 +0.148437500000 +-0.057128906250 +-0.010864257812 +0.127929687500 +0.059814453125 +0.135742187500 +-0.228515625000 +-0.129882812500 +-0.079101562500 +0.062255859375 +-0.005126953125 +-0.185546875000 +0.122558593750 +0.045898437500 +0.250000000000 +0.035400390625 +0.177734375000 +0.298828125000 +0.052001953125 +-0.103515625000 +0.122070312500 +-0.296875000000 +0.042968750000 +0.134765625000 +0.060791015625 +-0.214843750000 +0.007507324219 +-0.094726562500 +-0.016357421875 +0.263671875000 +-0.045166015625 +0.078613281250 +-0.076171875000 +-0.056396484375 +-0.087402343750 +0.004089355469 +-0.142578125000 +0.049560546875 +0.041503906250 +-0.172851562500 +0.061279296875 +0.233398437500 +-0.023315429688 +-0.159179687500 +-0.181640625000 +-0.025024414062 +-0.257812500000 +-0.051757812500 +-0.176757812500 +-0.022949218750 +0.098632812500 +0.028686523438 +-0.095214843750 +-0.109863281250 +-0.125976562500 +-0.066894531250 +-0.097656250000 +0.002578735352 +0.016723632812 +-0.090332031250 +-0.222656250000 +-0.229492187500 +0.070800781250 +-0.118164062500 +0.083984375000 +0.163085937500 +0.073730468750 +0.039794921875 +0.000564575195 +0.164062500000 +-0.244140625000 +0.145507812500 +-0.084472656250 +0.215820312500 +0.136718750000 +-0.075683593750 +0.025268554688 +0.175781250000 +0.062988281250 +-0.026489257812 +-0.014526367188 +0.126953125000 +-0.075683593750 +-0.019531250000 +-0.083984375000 +-0.015319824219 +0.042480468750 +-0.237304687500 +0.001617431641 +-0.124511718750 +0.061035156250 +0.059082031250 +-0.125000000000 +0.207031250000 +-0.006317138672 +-0.137695312500 +0.118652343750 +-0.088867187500 +0.099609375000 +0.228515625000 +0.052490234375 +0.253906250000 +-0.419921875000 +0.180664062500 +0.067871093750 +0.033935546875 +-0.166992187500 +0.245117187500 +-0.009155273438 +-0.085449218750 +-0.010009765625 +-0.306640625000 +0.236328125000 +0.069824218750 +0.060058593750 +0.029785156250 +-0.209960937500 +0.055419921875 +0.003829956055 +-0.108398437500 +-0.173828125000 +-0.052246093750 +-0.071289062500 +-0.017333984375 +0.423828125000 +-0.088378906250 +0.144531250000 +0.075683593750 +-0.203125000000 +-0.255859375000 +0.488281250000 +-0.020874023438 +0.052978515625 +0.034667968750 +-0.153320312500 +-0.357421875000 +0.515625000000 +-0.384765625000 +0.005126953125 +-0.398437500000 +-0.193359375000 +-0.022216796875 +-0.045166015625 +-0.114746093750 +0.269531250000 +-0.351562500000 +-0.018798828125 +0.010864257812 +-0.470703125000 +0.035644531250 +-0.076660156250 +0.439453125000 +-0.410156250000 +-0.146484375000 +-0.388671875000 +-0.292968750000 +0.020629882812 +0.082031250000 +-0.032714843750 +-0.122558593750 +-0.068359375000 +-0.435546875000 +-0.080566406250 +-0.107910156250 +-0.098632812500 +-0.384765625000 +-0.120117187500 +-0.034667968750 +-0.016235351562 +0.051513671875 +0.095703125000 +-0.326171875000 +-0.271484375000 +-0.185546875000 +0.047607421875 +-0.182617187500 +-0.065429687500 +-0.269531250000 +0.067871093750 +-0.119140625000 +-0.006439208984 +-0.121582031250 +-0.122558593750 +0.000082969666 +0.181640625000 +-0.007812500000 +-0.122070312500 +-0.215820312500 +0.095703125000 +-0.085937500000 +-0.209960937500 +0.076171875000 +-0.207031250000 +0.136718750000 +-0.027221679688 +0.092285156250 +0.037841796875 +0.104492187500 +0.115722656250 +0.097656250000 +0.122558593750 +0.194335937500 +-0.123535156250 +-0.115234375000 +-0.005523681641 +-0.195312500000 +-0.095703125000 +0.209960937500 +0.011840820312 +-0.151367187500 +0.081542968750 +-0.071289062500 +0.014526367188 +-0.008483886719 +-0.117187500000 +0.145507812500 +0.104980468750 +-0.234375000000 +0.019775390625 +0.163085937500 +0.166015625000 +-0.086425781250 +0.050292968750 +0.062011718750 +0.150390625000 +0.122558593750 +0.094726562500 +-0.127929687500 +-0.045898437500 +0.055175781250 +0.029174804688 +-0.087402343750 +-0.011474609375 +0.055175781250 +-0.124023437500 +0.122070312500 +-0.380859375000 +-0.014099121094 +0.195312500000 +0.078125000000 +0.107421875000 +0.011474609375 +0.132812500000 +-0.196289062500 +0.075683593750 +-0.107421875000 +0.042724609375 +0.027465820312 +-0.033447265625 +0.063964843750 +0.143554687500 +0.052246093750 +0.070312500000 +0.080078125000 +0.047607421875 +-0.093261718750 +-0.113281250000 +-0.265625000000 +-0.208984375000 +0.055664062500 +-0.002227783203 +0.051757812500 +-0.031494140625 +0.088378906250 +-0.112792968750 +0.271484375000 +0.026489257812 +-0.013732910156 +-0.062500000000 +0.140625000000 +0.302734375000 +0.074218750000 +-0.169921875000 +-0.119140625000 +-0.092773437500 +0.041992187500 +-0.016845703125 +0.065917968750 +-0.024658203125 +-0.053222656250 +0.211914062500 +-0.176757812500 +0.014343261719 +-0.109863281250 +-0.166992187500 +-0.049560546875 +-0.005706787109 +0.018798828125 +0.271484375000 +0.089843750000 +-0.033447265625 +0.038818359375 +-0.171875000000 +-0.176757812500 +-0.089843750000 +0.031982421875 +0.225585937500 +-0.130859375000 +0.008422851562 +0.005737304688 +0.024536132812 +0.031982421875 +0.189453125000 +0.027099609375 +-0.033203125000 +-0.028320312500 +-0.220703125000 +-0.236328125000 +0.166015625000 +-0.222656250000 +-0.136718750000 +0.059570312500 +-0.055175781250 +-0.062988281250 +0.134765625000 +0.111328125000 +0.318359375000 +-0.033691406250 +0.088867187500 +0.095703125000 +-0.207031250000 +0.027099609375 +0.055175781250 +0.287109375000 +-0.095703125000 +-0.046630859375 +0.125976562500 +-0.188476562500 +0.125976562500 +-0.017944335938 +0.045898437500 +0.006286621094 +-0.182617187500 +-0.096191406250 +-0.056640625000 +-0.121582031250 +-0.107910156250 +-0.250000000000 +-0.097167968750 +-0.337890625000 +-0.008544921875 +-0.085449218750 +-0.014526367188 +-0.145507812500 +0.095214843750 +0.144531250000 +0.287109375000 +-0.285156250000 +-0.312500000000 +0.060791015625 +-0.111816406250 +-0.251953125000 +-0.166015625000 +-0.052490234375 +-0.066894531250 +-0.112304687500 +-0.043701171875 +0.008361816406 +0.137695312500 +0.116210937500 +-0.020507812500 +0.008300781250 +0.117187500000 +0.065429687500 +-0.105957031250 +-0.067871093750 +-0.072753906250 +0.081054687500 +-0.046386718750 +0.060791015625 +0.051757812500 +-0.107421875000 +0.136718750000 +-0.145507812500 +0.069335937500 +-0.031005859375 +-0.095214843750 +0.054687500000 +-0.250000000000 +0.136718750000 +0.043701171875 +0.077636718750 +-0.069824218750 +-0.200195312500 +-0.029663085938 +-0.082031250000 +-0.218750000000 +-0.055908203125 +-0.029541015625 +-0.059326171875 +-0.220703125000 +0.062988281250 +0.038574218750 +0.125000000000 +0.076171875000 +0.064453125000 +-0.022338867188 +-0.010803222656 +0.126953125000 +0.061523437500 +0.226562500000 +0.250000000000 +0.031982421875 +-0.032714843750 +-0.073242187500 +-0.179687500000 +0.098144531250 +0.048095703125 +0.250000000000 +-0.202148437500 +-0.140625000000 +0.205078125000 +0.048095703125 +0.111816406250 +-0.027465820312 +-0.005432128906 +0.104980468750 +0.005493164062 +0.067871093750 +0.223632812500 +0.023071289062 +-0.094238281250 +-0.283203125000 +-0.144531250000 +0.039550781250 +0.055664062500 +-0.178710937500 +-0.164062500000 +-0.028930664062 +0.047607421875 +-0.157226562500 +0.015441894531 +-0.122070312500 +-0.193359375000 +0.094726562500 +0.122070312500 +0.172851562500 +-0.139648437500 +-0.122558593750 +0.091796875000 +0.255859375000 +-0.076171875000 +-0.351562500000 +-0.014526367188 +-0.112792968750 +-0.244140625000 +-0.007873535156 +0.011962890625 +0.151367187500 +0.120605468750 +-0.298828125000 +-0.047363281250 +-0.096191406250 +0.105957031250 +-0.012756347656 +-0.054931640625 +0.097167968750 +0.020996093750 +-0.007537841797 +0.227539062500 +0.037841796875 +-0.068847656250 +-0.044921875000 +0.115722656250 +0.234375000000 +0.134765625000 +0.085449218750 +-0.014831542969 +-0.026733398438 +0.114257812500 +-0.043212890625 +-0.045410156250 +-0.052001953125 +-0.052490234375 +0.133789062500 +0.022338867188 +0.032714843750 +0.104980468750 +-0.314453125000 +0.131835937500 +-0.206054687500 +-0.115234375000 +-0.093750000000 +-0.047607421875 +0.022338867188 +-0.064453125000 +-0.115234375000 +0.044921875000 +0.180664062500 +-0.139648437500 +-0.117187500000 +-0.142578125000 +-0.168945312500 +-0.027832031250 +0.078125000000 +-0.025390625000 +0.068847656250 +-0.018310546875 +0.096191406250 +0.170898437500 +-0.033203125000 +0.047607421875 +0.003524780273 +-0.174804687500 +0.111816406250 +-0.044433593750 +0.118164062500 +-0.042724609375 +-0.169921875000 +0.014465332031 +-0.026611328125 +0.015869140625 +0.031982421875 +-0.046386718750 +-0.038085937500 +0.072753906250 +0.052978515625 +0.083007812500 +0.003997802734 +0.108886718750 +-0.047363281250 +0.075683593750 +0.010192871094 +-0.488281250000 +0.030395507812 +-0.088867187500 +0.285156250000 +0.005157470703 +0.015380859375 +0.133789062500 +-0.029907226562 +-0.058349609375 +0.014282226562 +0.094726562500 +0.001831054688 +0.047851562500 +0.011596679688 +-0.190429687500 +0.127929687500 +-0.069824218750 +0.112792968750 +-0.080566406250 +0.079101562500 +0.012939453125 +0.077636718750 +-0.154296875000 +-0.137695312500 +0.018066406250 +-0.030273437500 +-0.148437500000 +0.210937500000 +-0.001251220703 +0.072753906250 +0.141601562500 +-0.242187500000 +-0.000602722168 +0.122070312500 +0.086914062500 +-0.267578125000 +-0.061035156250 +0.038085937500 +0.131835937500 +-0.049804687500 +0.009887695312 +-0.103027343750 +-0.192382812500 +0.122558593750 +0.003540039062 +0.002975463867 +-0.103515625000 +0.084472656250 +0.053710937500 +-0.081542968750 +-0.028564453125 +0.004425048828 +0.124023437500 +0.026367187500 +0.038330078125 +0.083496093750 +0.047607421875 +-0.292968750000 +-0.011413574219 +-0.494140625000 +-0.081054687500 +-0.017578125000 +-0.046630859375 +-0.024414062500 +0.094726562500 +-0.245117187500 +0.153320312500 +0.257812500000 +-0.080078125000 +0.038330078125 +-0.072265625000 +0.101074218750 +-0.018310546875 +0.078613281250 +0.134765625000 +-0.064453125000 +-0.091796875000 +0.114746093750 +0.147460937500 +0.174804687500 +0.014465332031 +-0.133789062500 +0.207031250000 +-0.002120971680 +-0.007537841797 +-0.067871093750 +-0.118164062500 +-0.069824218750 +0.263671875000 +0.201171875000 +-0.255859375000 +0.084960937500 +0.235351562500 +0.022705078125 +0.020263671875 +0.089355468750 +0.123046875000 +-0.020141601562 +0.186523437500 +0.149414062500 +0.113281250000 +0.042236328125 +0.045654296875 +-0.194335937500 +-0.187500000000 +-0.031738281250 +-0.040283203125 +-0.028564453125 +0.102050781250 +0.043945312500 +-0.071777343750 +-0.064941406250 +0.102050781250 +-0.061279296875 +0.002807617188 +-0.083496093750 +-0.000318527222 +0.165039062500 +-0.025146484375 +-0.376953125000 +0.054199218750 +-0.079589843750 +-0.113769531250 +-0.427734375000 +0.091796875000 +0.041992187500 +-0.027465820312 +0.015380859375 +-0.060058593750 +-0.051025390625 +0.230468750000 +0.069335937500 +0.058593750000 +0.138671875000 +0.053466796875 +0.026123046875 +-0.096191406250 +0.021118164062 +0.100097656250 +0.203125000000 +-0.046630859375 +-0.033203125000 +-0.052001953125 +-0.022705078125 +0.047363281250 +-0.016113281250 +0.106445312500 +-0.061279296875 +0.118652343750 +-0.155273437500 +0.172851562500 +-0.011901855469 +0.085937500000 +0.181640625000 +0.038085937500 +-0.300781250000 +-0.003143310547 +0.032470703125 +0.120117187500 +0.014648437500 +0.025146484375 +-0.117675781250 +-0.101074218750 +-0.050292968750 +0.190429687500 +0.016357421875 +0.112792968750 +0.139648437500 +0.013916015625 +-0.060302734375 +0.015991210938 +0.052001953125 +-0.065429687500 +0.013854980469 +-0.014343261719 +-0.109375000000 +0.103027343750 +-0.044677734375 +0.020385742188 +0.120605468750 +-0.111328125000 +0.243164062500 +0.263671875000 +0.059326171875 +0.119628906250 +-0.060058593750 +0.080566406250 +-0.218750000000 +0.114746093750 +0.171875000000 +-0.207031250000 +0.192382812500 +-0.032714843750 +0.062500000000 +0.144531250000 +-0.203125000000 +0.050537109375 +-0.014892578125 +-0.245117187500 +-0.018920898438 +-0.152343750000 +-0.009399414062 +0.169921875000 +0.101562500000 +0.029418945312 +-0.076660156250 +0.024169921875 +0.009521484375 +-0.077148437500 +0.073730468750 +-0.061523437500 +-0.154296875000 +-0.013122558594 +-0.199218750000 +-0.093750000000 +0.140625000000 +0.028930664062 +0.160156250000 +-0.259765625000 +-0.058349609375 +0.066406250000 +-0.320312500000 +0.064941406250 +-0.014282226562 +0.150390625000 +-0.024658203125 +0.049560546875 +-0.058837890625 +-0.003402709961 +0.118652343750 +-0.070800781250 +0.211914062500 +-0.102050781250 +-0.019287109375 +-0.101074218750 +0.026000976562 +0.040527343750 +0.011718750000 +0.058349609375 +-0.021606445312 +0.018432617188 +-0.125000000000 +0.032958984375 +0.064941406250 +-0.332031250000 +0.010375976562 +0.080566406250 +0.161132812500 +-0.157226562500 +-0.116210937500 +-0.136718750000 +-0.337890625000 +-0.036376953125 +-0.045410156250 +0.140625000000 +-0.066894531250 +0.112304687500 +-0.045166015625 +0.123046875000 +-0.184570312500 +0.029541015625 +-0.097167968750 +0.111816406250 +-0.022460937500 +0.014343261719 +-0.053222656250 +0.129882812500 +-0.035400390625 +0.071289062500 +-0.052978515625 +-0.312500000000 +-0.239257812500 +0.091796875000 +-0.011108398438 +-0.025390625000 +0.112792968750 +-0.109863281250 +-0.164062500000 +0.021484375000 +0.111328125000 +0.074707031250 +0.107910156250 +-0.057128906250 +-0.332031250000 +-0.196289062500 +0.117675781250 +-0.131835937500 +-0.084960937500 +-0.034667968750 +-0.000071525574 +-0.160156250000 +-0.164062500000 +0.050048828125 +0.036376953125 +-0.111816406250 +-0.129882812500 +0.009887695312 +-0.184570312500 +0.151367187500 +-0.063964843750 +0.067871093750 +-0.135742187500 +-0.069335937500 +-0.089355468750 +-0.071777343750 +0.136718750000 +-0.005432128906 +0.109863281250 +0.005004882812 +0.017211914062 +-0.243164062500 +-0.071777343750 +-0.097167968750 +-0.048339843750 +-0.187500000000 +0.114257812500 +-0.312500000000 +0.175781250000 +-0.084472656250 +-0.097656250000 +-0.439453125000 +-0.100097656250 +0.100585937500 +0.043457031250 +0.037597656250 +0.232421875000 +-0.058349609375 +0.028564453125 +-0.153320312500 +-0.172851562500 +-0.025146484375 +-0.054199218750 +0.102539062500 +-0.223632812500 +0.193359375000 +-0.341796875000 +-0.034423828125 +-0.089843750000 +-0.087890625000 +0.121093750000 +0.088378906250 +-0.056396484375 +-0.234375000000 +-0.042968750000 +-0.154296875000 +-0.048583984375 +-0.318359375000 +-0.285156250000 +0.087890625000 +-0.131835937500 +0.099609375000 +-0.056152343750 +-0.277343750000 +0.000957489014 +-0.104980468750 +-0.123046875000 +0.006835937500 +0.148437500000 +0.105468750000 +0.079101562500 +-0.150390625000 +0.005523681641 +-0.184570312500 +-0.108886718750 +0.109375000000 +0.255859375000 +-0.292968750000 +0.224609375000 +0.055175781250 +0.082031250000 +0.055908203125 +-0.086425781250 +0.105468750000 +-0.014038085938 +-0.184570312500 +0.128906250000 +0.058105468750 +-0.075683593750 +0.023071289062 +-0.007324218750 +0.125976562500 +-0.042480468750 +0.066894531250 +0.015869140625 +0.188476562500 +-0.162109375000 +-0.003585815430 +0.008056640625 +-0.026733398438 +-0.002807617188 +0.149414062500 +-0.137695312500 +-0.205078125000 +-0.197265625000 +-0.046630859375 +-0.166992187500 +-0.062500000000 +0.176757812500 +-0.206054687500 +-0.106933593750 +-0.371093750000 +-0.003906250000 +-0.019653320312 +0.132812500000 +-0.072753906250 +-0.261718750000 +-0.055908203125 +-0.125976562500 +0.024536132812 +0.013671875000 +-0.014465332031 +0.055908203125 +-0.028198242188 +0.110351562500 +-0.056884765625 +-0.126953125000 +-0.010131835938 +-0.054443359375 +0.066406250000 +-0.166992187500 +0.070800781250 +-0.111328125000 +0.072753906250 +-0.122558593750 +-0.076171875000 +0.112304687500 +0.011169433594 +-0.097167968750 +-0.007934570312 +0.071777343750 +-0.004730224609 +-0.137695312500 +0.188476562500 +0.107910156250 +0.124023437500 +-0.057373046875 +-0.001029968262 +-0.022705078125 +-0.090332031250 +0.137695312500 +-0.373046875000 +0.040039062500 +-0.091796875000 +-0.147460937500 +0.051269531250 +0.141601562500 +0.092285156250 +0.036865234375 +0.127929687500 +0.024780273438 +0.102050781250 +-0.084960937500 +-0.058105468750 +-0.140625000000 +0.149414062500 +0.069335937500 +-0.040527343750 +-0.082519531250 +-0.068359375000 +0.000218391418 +0.020141601562 +-0.062500000000 +0.059814453125 +0.081054687500 +-0.187500000000 +-0.001983642578 +-0.333984375000 +0.033447265625 +0.042724609375 +-0.062988281250 +-0.118652343750 +0.045898437500 +-0.037597656250 +-0.042724609375 +-0.040527343750 +-0.191406250000 +-0.154296875000 +0.143554687500 +-0.178710937500 +-0.221679687500 +-0.158203125000 +-0.111816406250 +-0.040771484375 +-0.265625000000 +0.021484375000 +-0.188476562500 +-0.013061523438 +0.050048828125 +-0.125976562500 +0.357421875000 +-0.261718750000 +-0.412109375000 +0.005737304688 +-0.050781250000 +-0.005554199219 +-0.105957031250 +0.209960937500 +-0.100097656250 +-0.087890625000 +0.173828125000 +-0.038330078125 +-0.129882812500 +0.147460937500 +-0.371093750000 +0.032958984375 +-0.119140625000 +-0.008056640625 +0.462890625000 +-0.089355468750 +-0.041259765625 +0.283203125000 +0.115234375000 +-0.157226562500 +0.012939453125 +-0.020874023438 +0.013244628906 +-0.105957031250 +-0.416015625000 +-0.073242187500 +-0.085449218750 +-0.038085937500 +0.080078125000 +-0.216796875000 +-0.037353515625 +-0.242187500000 +0.069824218750 +-0.039306640625 +0.009643554688 +-0.076660156250 +-0.005096435547 +-0.613281250000 +-0.086914062500 +0.070312500000 +-0.102539062500 +0.043212890625 +-0.024047851562 +-0.204101562500 +-0.060058593750 +0.222656250000 +-0.204101562500 +-0.048339843750 +-0.043945312500 +-0.376953125000 +-0.060058593750 +-0.073730468750 +0.018798828125 +0.014709472656 +0.024780273438 +-0.116210937500 +-0.228515625000 +-0.065917968750 +-0.088867187500 +0.048095703125 +-0.193359375000 +-0.040283203125 +0.017822265625 +-0.096679687500 +0.001564025879 +0.107910156250 +0.020507812500 +-0.002716064453 +-0.160156250000 +0.000411987305 +-0.043945312500 +-0.205078125000 +-0.136718750000 +0.156250000000 +0.053222656250 +-0.036132812500 +-0.036132812500 +-0.124511718750 +-0.593750000000 +-0.042724609375 +0.071289062500 +0.038818359375 +-0.259765625000 +-0.105957031250 +0.117675781250 +0.172851562500 +0.026733398438 +0.049316406250 +0.138671875000 +0.044677734375 +-0.016967773438 +0.238281250000 +-0.050292968750 +0.154296875000 +0.099609375000 +-0.074707031250 +0.094238281250 +0.123046875000 +-0.248046875000 +-0.123046875000 +0.079589843750 +-0.040283203125 +-0.198242187500 +0.145507812500 +0.027587890625 +-0.171875000000 +-0.097167968750 +0.031127929688 +0.099121093750 +-0.238281250000 +-0.330078125000 +0.120117187500 +0.026977539062 +-0.051269531250 +0.066406250000 +-0.022949218750 +0.048828125000 +0.147460937500 +-0.037109375000 +0.011962890625 +0.176757812500 +-0.025512695312 +0.127929687500 +0.110839843750 +0.024291992188 +0.087890625000 +0.050781250000 +-0.015625000000 +0.084472656250 +0.134765625000 +-0.038818359375 +0.076171875000 +-0.051269531250 +-0.000257492065 +0.039306640625 +0.155273437500 +0.020507812500 +-0.204101562500 +-0.255859375000 +-0.109375000000 +0.233398437500 +-0.084472656250 +0.119628906250 +0.054931640625 +0.034667968750 +0.218750000000 +0.024902343750 +-0.281250000000 +-0.087402343750 +0.079101562500 +0.026367187500 +0.144531250000 +-0.011596679688 +-0.109863281250 +0.058593750000 +-0.269531250000 +0.121093750000 +0.202148437500 +-0.046142578125 +0.075195312500 +0.032958984375 +-0.045654296875 +-0.068847656250 +0.049316406250 +0.111328125000 +0.102050781250 +0.187500000000 +0.136718750000 +0.049560546875 +0.008605957031 +-0.037841796875 +-0.044433593750 +0.121093750000 +-0.067871093750 +-0.194335937500 +-0.169921875000 +0.104003906250 +0.241210937500 +-0.267578125000 +-0.032958984375 +-0.040039062500 +-0.143554687500 +-0.318359375000 +-0.045654296875 +-0.205078125000 +0.033447265625 +-0.045898437500 +-0.004119873047 +-0.180664062500 +-0.457031250000 +-0.052490234375 +-0.177734375000 +-0.009399414062 +0.115722656250 +-0.154296875000 +0.008483886719 +0.034423828125 +-0.084960937500 +0.046875000000 +-0.018432617188 +0.215820312500 +-0.048828125000 +-0.357421875000 +-0.187500000000 +0.138671875000 +-0.054931640625 +-0.023315429688 +0.060546875000 +0.002395629883 +-0.095214843750 +-0.062255859375 +-0.273437500000 +0.080078125000 +-0.212890625000 +-0.769531250000 +-0.151367187500 +0.074218750000 +-0.086425781250 +-0.151367187500 +-0.053466796875 +-0.049316406250 +-0.414062500000 +-0.112304687500 +0.114257812500 +-0.059082031250 +0.022827148438 +-0.186523437500 +-0.112792968750 +0.014831542969 +0.105468750000 +-0.248046875000 +-0.114746093750 +0.243164062500 +-0.114257812500 +-0.257812500000 +-0.089843750000 +-0.131835937500 +-0.110839843750 +-0.253906250000 +-0.182617187500 +-0.180664062500 +0.018432617188 +0.003616333008 +0.120117187500 +0.057373046875 +-0.070312500000 +-0.080078125000 +-0.184570312500 +0.106933593750 +0.006164550781 +-0.006011962891 +0.031738281250 +0.140625000000 +-0.066894531250 +0.146484375000 +0.090332031250 +0.031982421875 +-0.281250000000 +0.226562500000 +-0.080566406250 +-0.066894531250 +0.019531250000 +-0.011352539062 +0.044433593750 +-0.084472656250 +-0.359375000000 +0.171875000000 +-0.007324218750 +-0.069824218750 +0.168945312500 +0.159179687500 +0.135742187500 +0.181640625000 +-0.125000000000 +0.084960937500 +0.144531250000 +-0.421875000000 +0.153320312500 +-0.196289062500 +0.005767822266 +-0.091308593750 +-0.034912109375 +-0.316406250000 +-0.103027343750 +-0.257812500000 +0.096679687500 +0.055175781250 +-0.187500000000 +0.082519531250 +0.083007812500 +0.067382812500 +0.050537109375 +-0.322265625000 +0.022949218750 +-0.102539062500 +-0.082519531250 +0.006896972656 +-0.007141113281 +0.066406250000 +-0.067871093750 +-0.061523437500 +-0.127929687500 +-0.019165039062 +-0.031250000000 +0.095214843750 +0.126953125000 +0.025878906250 +-0.052978515625 +-0.048339843750 +-0.004852294922 +-0.107910156250 +0.038330078125 +-0.077148437500 +0.208984375000 +-0.190429687500 +-0.161132812500 +-0.157226562500 +-0.071777343750 +-0.024536132812 +-0.095214843750 +-0.261718750000 +0.135742187500 +0.095703125000 +-0.000383377075 +0.168945312500 +-0.114746093750 +-0.020629882812 +0.183593750000 +0.035156250000 +0.099609375000 +0.095703125000 +-0.098144531250 +0.166015625000 +0.090332031250 +0.187500000000 +-0.014587402344 +-0.037109375000 +-0.208984375000 +-0.182617187500 +-0.046875000000 +0.206054687500 +-0.081054687500 +0.001716613770 +-0.121093750000 +-0.285156250000 +-0.121093750000 +0.034423828125 +-0.137695312500 +-0.114257812500 +0.052001953125 +-0.069335937500 +-0.058105468750 +-0.113769531250 +0.035400390625 +0.067871093750 +-0.101074218750 +0.310546875000 +-0.213867187500 +-0.222656250000 +0.111328125000 +-0.038818359375 +0.039794921875 +0.081542968750 +-0.172851562500 +-0.000541687012 +-0.003372192383 +-0.076171875000 +-0.245117187500 +-0.209960937500 +-0.057373046875 +0.049072265625 +0.041992187500 +-0.084960937500 +0.148437500000 +0.054199218750 +0.085937500000 +0.021240234375 +-0.202148437500 +-0.128906250000 +0.005187988281 +-0.196289062500 +0.148437500000 +-0.136718750000 +-0.052246093750 +-0.275390625000 +0.082031250000 +-0.156250000000 +-0.044433593750 +0.079101562500 +0.026855468750 +-0.009399414062 +0.128906250000 +0.020874023438 +-0.320312500000 +-0.045898437500 +0.160156250000 +-0.015991210938 +-0.065429687500 +0.055175781250 +-0.394531250000 +0.079101562500 +-0.363281250000 +-0.224609375000 +-0.020019531250 +-0.110839843750 +-0.024658203125 +0.065917968750 +0.110351562500 +0.074218750000 +-0.199218750000 +0.239257812500 +-0.285156250000 +0.161132812500 +-0.026245117188 +-0.176757812500 +0.044189453125 +-0.189453125000 +0.100585937500 +-0.380859375000 +-0.058593750000 +-0.059326171875 +-0.038330078125 +-0.113281250000 +-0.033447265625 +-0.072753906250 +-0.131835937500 +-0.248046875000 +-0.051269531250 +-0.043457031250 +-0.263671875000 +-0.052246093750 +0.104980468750 +-0.146484375000 +-0.044433593750 +-0.056152343750 +-0.121093750000 +0.056884765625 +0.128906250000 +-0.320312500000 +-0.076171875000 +0.211914062500 +0.171875000000 +-0.251953125000 +-0.001777648926 +0.137695312500 +-0.086425781250 +-0.139648437500 +-0.294921875000 +0.031738281250 +-0.018066406250 +0.277343750000 +0.326171875000 +-0.041748046875 +-0.117187500000 +0.101074218750 +-0.125000000000 +-0.006713867188 +0.067871093750 +0.057617187500 +-0.090820312500 +-0.011779785156 +0.022949218750 +-0.000755310059 +-0.038330078125 +-0.137695312500 +0.235351562500 +0.140625000000 +-0.039306640625 +0.072265625000 +-0.064941406250 +-0.179687500000 +-0.208984375000 +-0.151367187500 +0.081542968750 +-0.416015625000 +-0.041748046875 +-0.082519531250 +0.190429687500 +0.172851562500 +0.093750000000 +0.117675781250 +-0.146484375000 +0.023315429688 +0.004547119141 +-0.026977539062 +-0.230468750000 +0.002670288086 +-0.178710937500 +0.130859375000 +0.010620117188 +-0.115722656250 +0.234375000000 +-0.045654296875 +0.085937500000 +0.020019531250 +-0.050048828125 +-0.003906250000 +-0.431640625000 +0.157226562500 +-0.515625000000 +-0.032470703125 +-0.080078125000 +0.071289062500 +-0.032714843750 +-0.005432128906 +-0.083496093750 +0.008850097656 +-0.032958984375 +0.275390625000 +-0.162109375000 +-0.111816406250 +0.059082031250 +-0.009948730469 +0.589843750000 +0.023925781250 +0.086425781250 +-0.006378173828 +-0.136718750000 +-0.027954101562 +0.125000000000 +-0.050537109375 +-0.014465332031 +-0.292968750000 +0.239257812500 +0.049804687500 +0.235351562500 +0.060791015625 +0.066406250000 +0.031250000000 +0.047851562500 +0.238281250000 +-0.090332031250 +0.035888671875 +0.382812500000 +0.082519531250 +-0.090332031250 +-0.135742187500 +0.206054687500 +-0.060546875000 +0.181640625000 +0.020019531250 +0.247070312500 +-0.055419921875 +0.065429687500 +-0.294921875000 +-0.253906250000 +-0.017822265625 +0.120117187500 +0.160156250000 +0.009948730469 +-0.034667968750 +0.127929687500 +0.079589843750 +0.147460937500 +-0.196289062500 +-0.022827148438 +0.028930664062 +0.135742187500 +-0.073730468750 +0.123535156250 +0.063964843750 +-0.037109375000 +0.005493164062 +0.091796875000 +0.064941406250 +-0.155273437500 +0.016479492188 +0.056884765625 +0.093261718750 +-0.102539062500 +0.108398437500 +-0.075683593750 +-0.135742187500 +-0.150390625000 +-0.151367187500 +-0.011047363281 +0.004943847656 +0.066406250000 +-0.104980468750 +0.007415771484 +0.138671875000 +0.053222656250 +0.054199218750 +0.310546875000 +0.097167968750 +-0.048095703125 +0.190429687500 +-0.033447265625 +0.108398437500 +-0.300781250000 +0.376953125000 +0.053466796875 +0.067871093750 +-0.417968750000 +-0.224609375000 +0.056152343750 +-0.181640625000 +-0.076660156250 +0.014343261719 +-0.180664062500 +-0.003234863281 +-0.118652343750 +0.132812500000 +-0.040283203125 +0.196289062500 +-0.105468750000 +-0.014648437500 +-0.002716064453 +-0.277343750000 +0.234375000000 +0.055419921875 +-0.174804687500 +0.136718750000 +0.107910156250 +-0.462890625000 +0.112792968750 +-0.124511718750 +-0.136718750000 +-0.086914062500 +-0.249023437500 +-0.124511718750 +0.008056640625 +0.130859375000 +-0.210937500000 +-0.431640625000 +-0.114746093750 +-0.250000000000 +-0.148437500000 +0.018066406250 +-0.068359375000 +-0.195312500000 +-0.066406250000 +0.118164062500 +0.232421875000 +-0.113281250000 +-0.296875000000 +0.056640625000 +-0.205078125000 +-0.008911132812 +-0.001083374023 +0.081054687500 +0.155273437500 +-0.083496093750 +-0.114746093750 +0.156250000000 +-0.148437500000 +-0.136718750000 +0.054931640625 +0.083496093750 +0.100097656250 +-0.230468750000 +-0.068847656250 +-0.050781250000 +-0.138671875000 +-0.005432128906 +0.173828125000 +-0.019287109375 +-0.269531250000 +0.100097656250 +0.031738281250 +0.127929687500 +0.235351562500 +-0.812500000000 +-0.008117675781 +-0.028442382812 +-0.187500000000 +0.061523437500 +0.236328125000 +0.091308593750 +-0.324218750000 +-0.138671875000 +0.101074218750 +0.070800781250 +0.166992187500 +0.052001953125 +-0.106445312500 +-0.161132812500 +-0.051025390625 +-0.316406250000 +0.005950927734 +0.080078125000 +0.019165039062 +-0.053955078125 +-0.142578125000 +-0.047851562500 +-0.117187500000 +-0.488281250000 +-0.104003906250 +0.069824218750 +-0.141601562500 +0.062500000000 +-0.026489257812 +0.185546875000 +0.082031250000 +0.144531250000 +0.083007812500 +-0.180664062500 +0.049072265625 +-0.090820312500 +0.047363281250 +-0.255859375000 +0.062500000000 +0.132812500000 +-0.156250000000 +-0.073730468750 +-0.036376953125 +0.029907226562 +-0.084472656250 +0.236328125000 +0.005310058594 +0.194335937500 +-0.078125000000 +0.055664062500 +-0.087890625000 +-0.078613281250 +0.014526367188 +0.125976562500 +-0.064941406250 +0.194335937500 +0.109863281250 +0.014343261719 +-0.174804687500 +-0.081054687500 +0.050537109375 +0.141601562500 +-0.074707031250 +-0.073242187500 +-0.202148437500 +0.013427734375 +-0.034423828125 +-0.257812500000 +0.058837890625 +-0.058837890625 +-0.082519531250 +0.040039062500 +-0.000766754150 +-0.018310546875 +0.068847656250 +-0.076660156250 +0.007080078125 +-0.257812500000 +0.185546875000 +-0.157226562500 +-0.263671875000 +0.042724609375 +-0.250000000000 +0.100097656250 +0.156250000000 +0.045410156250 +-0.027954101562 +0.069335937500 +0.133789062500 +-0.179687500000 +-0.091796875000 +0.034423828125 +-0.125976562500 +0.047851562500 +0.019409179688 +-0.120605468750 +0.026245117188 +0.131835937500 +-0.030883789062 +-0.018066406250 +0.012817382812 +-0.203125000000 +-0.116210937500 +0.095703125000 +0.096679687500 +-0.013183593750 +-0.120117187500 +0.134765625000 +-0.076660156250 +0.102539062500 +-0.147460937500 +-0.090332031250 +0.070312500000 +-0.081542968750 +0.233398437500 +0.186523437500 +-0.006835937500 +-0.431640625000 +-0.023925781250 +0.523437500000 +-0.122558593750 +0.004394531250 +-0.203125000000 +0.004241943359 +0.060546875000 +0.123535156250 +0.086425781250 +-0.030395507812 +0.167968750000 +-0.324218750000 +-0.081054687500 +0.056396484375 +-0.152343750000 +0.170898437500 +-0.083496093750 +-0.154296875000 +0.002502441406 +-0.082519531250 +0.078125000000 +0.036376953125 +-0.033691406250 +-0.174804687500 +-0.061035156250 +0.019897460938 +-0.004119873047 +0.042480468750 +-0.283203125000 +-0.085449218750 +0.179687500000 +-0.034179687500 +-0.066894531250 +0.235351562500 +-0.020996093750 +0.071777343750 +-0.343750000000 +-0.001373291016 +-0.065917968750 +0.025634765625 +0.269531250000 +0.209960937500 +-0.159179687500 +-0.233398437500 +-0.084472656250 +-0.019775390625 +0.025268554688 +-0.277343750000 +0.227539062500 +0.001586914062 +-0.308593750000 +0.025756835938 +-0.211914062500 +0.227539062500 +-0.138671875000 +0.178710937500 +0.088378906250 +-0.251953125000 +0.056152343750 +0.027221679688 +0.026245117188 +0.065917968750 +0.130859375000 +0.141601562500 +0.000175476074 +-0.006439208984 +-0.065917968750 +0.044189453125 +0.005004882812 +-0.134765625000 +-0.036132812500 +-0.186523437500 +-0.192382812500 +0.283203125000 +0.057373046875 +-0.154296875000 +-0.205078125000 +0.173828125000 +-0.259765625000 +0.082031250000 +-0.138671875000 +-0.159179687500 +-0.269531250000 +-0.150390625000 +0.199218750000 +0.320312500000 +0.013427734375 +0.052490234375 +-0.030395507812 +-0.123046875000 +-0.095214843750 +-0.033935546875 +-0.017578125000 +-0.112792968750 +-0.064453125000 +0.125000000000 +0.003448486328 +0.110839843750 +-0.271484375000 +-0.261718750000 +0.189453125000 +0.129882812500 +0.022460937500 +-0.194335937500 +0.099121093750 +-0.133789062500 +-0.002990722656 +-0.129882812500 +-0.014465332031 +-0.077636718750 +0.032958984375 +-0.060058593750 +-0.235351562500 +0.008056640625 +-0.021850585938 +-0.206054687500 +-0.100097656250 +-0.007537841797 +0.211914062500 +-0.184570312500 +-0.046630859375 +0.059814453125 +0.241210937500 +-0.269531250000 +0.135742187500 +0.102539062500 +-0.111816406250 +0.015869140625 +-0.144531250000 +0.092773437500 +-0.043701171875 +-0.182617187500 +0.031738281250 +0.077148437500 +-0.052490234375 +-0.065917968750 +-0.214843750000 +-0.241210937500 +0.120605468750 +0.054199218750 +0.064453125000 +0.166992187500 +-0.367187500000 +0.210937500000 +-0.159179687500 +0.076171875000 +-0.194335937500 +-0.060546875000 +0.221679687500 +0.149414062500 +-0.220703125000 +-0.035644531250 +0.007812500000 +-0.008789062500 +-0.153320312500 +-0.076660156250 +-0.129882812500 +0.246093750000 +-0.135742187500 +-0.071777343750 +0.104980468750 +0.277343750000 +0.058105468750 +-0.031494140625 +-0.030273437500 +-0.059326171875 +-0.125000000000 +-0.102539062500 +-0.145507812500 +-0.126953125000 +-0.158203125000 +-0.003250122070 +-0.035400390625 +0.187500000000 +0.077636718750 +0.110839843750 +-0.075683593750 +0.121582031250 +-0.064941406250 +0.151367187500 +-0.237304687500 +-0.089355468750 +0.050537109375 +-0.054199218750 +-0.017456054688 +0.050537109375 +-0.113769531250 +-0.210937500000 +-0.039062500000 +-0.011840820312 +0.213867187500 +-0.025390625000 +-0.175781250000 +-0.106445312500 +-0.006652832031 +0.246093750000 +-0.072265625000 +-0.035400390625 +-0.283203125000 +-0.046875000000 +0.033935546875 +-0.019653320312 +0.167968750000 +0.166015625000 +0.132812500000 +0.150390625000 +-0.265625000000 +-0.035156250000 +0.079589843750 +-0.083984375000 +-0.009826660156 +-0.035400390625 +0.002105712891 +-0.049316406250 +-0.007476806641 +0.119628906250 +0.101074218750 +-0.068359375000 +0.134765625000 +-0.030395507812 +0.084472656250 +0.135742187500 +0.137695312500 +-0.095703125000 +0.011230468750 +-0.056884765625 +0.063476562500 +0.006591796875 +0.085449218750 +-0.061523437500 +-0.064453125000 +-0.507812500000 +-0.131835937500 +-0.304687500000 +0.054687500000 +-0.092773437500 +-0.022949218750 +0.129882812500 +0.194335937500 +0.166015625000 +-0.281250000000 +0.055175781250 +0.050781250000 +0.150390625000 +0.066406250000 +-0.416015625000 +0.077148437500 +-0.037597656250 +-0.353515625000 +-0.000229835510 +0.075683593750 +0.204101562500 +0.083007812500 +0.041259765625 +-0.308593750000 +-0.081054687500 +-0.062011718750 +-0.046142578125 +0.048828125000 +0.451171875000 +0.068359375000 +-0.020385742188 +-0.138671875000 +-0.037597656250 +0.026245117188 +-0.507812500000 +0.161132812500 +-0.159179687500 +-0.078613281250 +-0.012695312500 +0.025024414062 +0.098144531250 +-0.050048828125 +-0.127929687500 +0.067382812500 +0.083007812500 +-0.153320312500 +-0.002670288086 +0.037353515625 +-0.253906250000 +-0.028564453125 +0.098632812500 +-0.140625000000 +0.785156250000 +-0.129882812500 +-0.123535156250 +-0.048583984375 +-0.221679687500 +-0.165039062500 +0.068847656250 +0.006896972656 +0.298828125000 +-0.136718750000 +-0.119140625000 +-0.025878906250 +-0.224609375000 +-0.042968750000 +-0.109863281250 +0.100097656250 +-0.067382812500 +0.081542968750 +-0.095214843750 +-0.041503906250 +0.122558593750 +-0.095214843750 +-0.001152038574 +0.000415802002 +-0.154296875000 +0.102050781250 +-0.228515625000 +0.051757812500 +0.003143310547 +-0.081054687500 +-0.025024414062 +-0.314453125000 +-0.052490234375 +-0.026123046875 +-0.279296875000 +-0.094726562500 +0.151367187500 +0.119140625000 +-0.058593750000 +0.060302734375 +0.244140625000 +-0.085449218750 +-0.040771484375 +0.148437500000 +-0.028686523438 +-0.107421875000 +0.020385742188 +0.058105468750 +0.071289062500 +0.194335937500 +0.601562500000 +0.031494140625 +0.100097656250 +-0.106445312500 +0.062988281250 +-0.051269531250 +0.227539062500 +-0.154296875000 +-0.213867187500 +0.078125000000 +-0.022216796875 +0.160156250000 +0.114257812500 +-0.008483886719 +-0.112304687500 +-0.012390136719 +0.025024414062 +-0.135742187500 +0.149414062500 +0.245117187500 +-0.339843750000 +-0.221679687500 +0.013916015625 +0.221679687500 +0.071777343750 +-0.122558593750 +-0.107910156250 +-0.031250000000 +-0.199218750000 +0.123046875000 +0.134765625000 +0.228515625000 +-0.117675781250 +0.017700195312 +0.192382812500 +-0.106933593750 +0.126953125000 +0.176757812500 +-0.143554687500 +-0.310546875000 +0.211914062500 +0.167968750000 +0.099121093750 +-0.007690429688 +0.117187500000 +0.111816406250 +-0.257812500000 +-0.186523437500 +0.026611328125 +0.247070312500 +-0.033447265625 +0.028564453125 +-0.210937500000 +0.143554687500 +0.189453125000 +-0.308593750000 +0.326171875000 +-0.181640625000 +-0.183593750000 +0.271484375000 +-0.000077724457 +0.159179687500 +-0.058105468750 +-0.147460937500 +0.083984375000 +0.041748046875 +0.038818359375 +0.355468750000 +-0.107910156250 +0.014587402344 +0.058837890625 +0.121093750000 +0.097656250000 +0.119628906250 +-0.040527343750 +0.221679687500 +0.091308593750 +0.103027343750 +-0.070312500000 +-0.048583984375 +0.070312500000 +-0.077148437500 +0.014282226562 +0.148437500000 +0.089355468750 +0.207031250000 +-0.053466796875 +0.265625000000 +0.027221679688 +0.045654296875 +0.271484375000 +0.055908203125 +-0.116699218750 +-0.082031250000 +0.231445312500 +0.178710937500 +0.091796875000 +-0.005859375000 +0.004974365234 +-0.166015625000 +-0.153320312500 +0.166015625000 +-0.093261718750 +-0.215820312500 +0.423828125000 +-0.005340576172 +-0.175781250000 +-0.030151367188 +0.223632812500 +0.096679687500 +-0.263671875000 +0.056396484375 +0.091796875000 +0.261718750000 +0.038085937500 +-0.132812500000 +-0.122558593750 +0.009826660156 +0.018554687500 +-0.318359375000 +0.271484375000 +-0.166015625000 +-0.063964843750 +0.322265625000 +0.121582031250 +0.017944335938 +-0.048583984375 +-0.029052734375 +0.127929687500 +0.111816406250 +-0.010375976562 +0.394531250000 +-0.116210937500 +0.076171875000 +0.046142578125 +0.080078125000 +-0.085937500000 +0.220703125000 +-0.125000000000 +0.171875000000 +0.106933593750 +0.146484375000 +-0.066894531250 +0.169921875000 +0.144531250000 +-0.082031250000 +-0.067871093750 +0.093750000000 +0.213867187500 +-0.122558593750 +-0.116210937500 +0.202148437500 +0.081542968750 +0.189453125000 +0.002304077148 +0.002838134766 +-0.116699218750 +-0.043212890625 +0.087890625000 +0.073242187500 +-0.287109375000 +0.141601562500 +-0.023315429688 +-0.255859375000 +0.068359375000 +-0.086914062500 +0.122070312500 +-0.002182006836 +-0.095214843750 +0.056640625000 +-0.249023437500 +0.107421875000 +0.001411437988 +-0.026123046875 +0.013793945312 +-0.018798828125 +0.029541015625 +-0.100585937500 +0.075195312500 +0.033203125000 +-0.166015625000 +0.105957031250 +-0.106445312500 +-0.074218750000 +0.122070312500 +0.007324218750 +0.006988525391 +0.269531250000 +0.041503906250 +-0.098144531250 +0.218750000000 +0.125976562500 +0.073242187500 +0.005340576172 +0.123046875000 +0.062988281250 +-0.074218750000 +-0.017089843750 +-0.034179687500 +-0.247070312500 +-0.233398437500 +-0.019165039062 +0.015014648438 +0.049560546875 +0.044433593750 +0.037109375000 +-0.207031250000 +-0.066406250000 +0.205078125000 +-0.060791015625 +0.072753906250 +-0.092773437500 +-0.179687500000 +0.184570312500 +0.060546875000 +-0.068359375000 +0.003799438477 +-0.116210937500 +0.039306640625 +0.137695312500 +-0.081542968750 +0.040527343750 +0.107421875000 +-0.208007812500 +-0.205078125000 +0.024291992188 +-0.172851562500 +-0.207031250000 +0.001014709473 +0.194335937500 +-0.025512695312 +0.041259765625 +-0.049804687500 +-0.135742187500 +0.012268066406 +-0.062988281250 +-0.159179687500 +-0.112792968750 +-0.115722656250 +-0.082519531250 +-0.029541015625 +-0.035644531250 +0.013793945312 +0.060058593750 +0.036376953125 +-0.038085937500 +-0.022460937500 +-0.060302734375 +0.008422851562 +-0.015075683594 +-0.109375000000 +0.213867187500 +-0.092285156250 +0.147460937500 +0.075195312500 +0.174804687500 +0.214843750000 +0.029296875000 +0.072753906250 +-0.007324218750 +0.029785156250 +-0.122070312500 +-0.101562500000 +0.113769531250 +-0.384765625000 +-0.038574218750 +-0.032470703125 +0.171875000000 +0.048095703125 +0.083007812500 +0.006774902344 +-0.054199218750 +-0.218750000000 +-0.010437011719 +-0.109863281250 +-0.283203125000 +0.232421875000 +0.070312500000 +0.008789062500 +0.176757812500 +-0.007873535156 +-0.041503906250 +0.197265625000 +0.187500000000 +-0.220703125000 +0.038085937500 +-0.269531250000 +-0.003036499023 +0.163085937500 +-0.002349853516 +0.011291503906 +0.192382812500 +-0.177734375000 +0.134765625000 +0.073730468750 +-0.125976562500 +-0.013854980469 +0.106445312500 +0.132812500000 +0.130859375000 +-0.000736236572 +-0.140625000000 +-0.154296875000 +0.044677734375 +0.123046875000 +-0.046630859375 +-0.106445312500 +-0.040771484375 +-0.027343750000 +0.038330078125 +-0.322265625000 +0.175781250000 +0.101074218750 +0.203125000000 +-0.112792968750 +0.007354736328 +0.034912109375 +-0.023803710938 +0.115234375000 +-0.073730468750 +0.232421875000 +-0.013061523438 +-0.230468750000 +0.117675781250 +-0.023071289062 +-0.095214843750 +-0.225585937500 +-0.081054687500 +-0.427734375000 +-0.054443359375 +-0.148437500000 +0.073730468750 +0.127929687500 +0.159179687500 +0.131835937500 +0.110839843750 +-0.062988281250 +-0.199218750000 +0.075195312500 +0.231445312500 +0.078125000000 +0.078125000000 +-0.084472656250 +-0.026000976562 +0.089355468750 +0.039306640625 +-0.185546875000 +-0.134765625000 +-0.042236328125 +-0.102050781250 +-0.041015625000 +0.039062500000 +0.085937500000 +-0.052246093750 +0.048828125000 +-0.376953125000 +-0.050537109375 +0.054687500000 +0.097167968750 +-0.181640625000 +-0.042968750000 +0.018920898438 +-0.233398437500 +-0.201171875000 +0.071289062500 +0.089355468750 +-0.120605468750 +-0.085449218750 +-0.002716064453 +0.170898437500 +0.050048828125 +0.057373046875 +-0.388671875000 +0.126953125000 +0.185546875000 +-0.009277343750 +0.045410156250 +-0.253906250000 +-0.179687500000 +-0.076171875000 +0.294921875000 +-0.194335937500 +0.042724609375 +0.088867187500 +-0.037353515625 +-0.044433593750 +-0.273437500000 +0.120117187500 +0.012573242188 +0.095703125000 +-0.086425781250 +-0.059570312500 +-0.165039062500 +-0.016235351562 +-0.261718750000 +-0.057617187500 +0.135742187500 +0.045166015625 +-0.066406250000 +0.021606445312 +-0.012878417969 +0.304687500000 +0.075683593750 +0.096679687500 +0.029907226562 +-0.066894531250 +-0.076171875000 +0.035888671875 +0.292968750000 +0.082031250000 +-0.226562500000 +0.279296875000 +-0.116210937500 +0.242187500000 +-0.025268554688 +0.024536132812 +0.113769531250 +-0.125976562500 +0.057861328125 +-0.008483886719 +-0.096679687500 +0.013000488281 +0.011901855469 +-0.056884765625 +-0.231445312500 +-0.035156250000 +-0.007232666016 +0.046630859375 +-0.140625000000 +-0.049804687500 +-0.088378906250 +-0.205078125000 +-0.069335937500 +-0.124023437500 +-0.180664062500 +0.051757812500 +0.238281250000 +-0.047607421875 +0.049316406250 +0.062255859375 +0.145507812500 +0.007324218750 +-0.130859375000 +-0.110351562500 +-0.112792968750 +-0.025512695312 +-0.052001953125 +0.091308593750 +0.310546875000 +0.063476562500 +-0.078125000000 +-0.044921875000 +0.112304687500 +0.093750000000 +0.056396484375 +0.031250000000 +-0.161132812500 +0.068359375000 +0.058105468750 +0.143554687500 +0.079589843750 +-0.169921875000 +0.073730468750 +-0.059814453125 +0.162109375000 +-0.014831542969 +-0.097656250000 +0.142578125000 +-0.112304687500 +-0.143554687500 +-0.141601562500 +0.047363281250 +-0.095703125000 +-0.014953613281 +0.035400390625 +-0.027832031250 +0.149414062500 +0.271484375000 +0.120605468750 +0.040771484375 +0.017211914062 +0.044433593750 +-0.089355468750 +0.141601562500 +-0.084960937500 +0.066894531250 +0.007598876953 +-0.231445312500 +0.064941406250 +-0.232421875000 +0.183593750000 +0.077636718750 +-0.022094726562 +-0.149414062500 +-0.093750000000 +0.190429687500 +-0.081054687500 +-0.089843750000 +-0.086914062500 +0.038574218750 +0.232421875000 +-0.113769531250 +-0.068847656250 +-0.388671875000 +0.040527343750 +0.051025390625 +-0.110839843750 +-0.053955078125 +0.302734375000 +0.061279296875 +-0.271484375000 +-0.345703125000 +-0.193359375000 +0.008361816406 +0.229492187500 +0.057861328125 +0.000318527222 +0.012329101562 +-0.167968750000 +0.037353515625 +-0.000743865967 +-0.203125000000 +-0.300781250000 +-0.170898437500 +0.151367187500 +0.246093750000 +0.111816406250 +-0.207031250000 +0.088867187500 +-0.045654296875 +-0.203125000000 +-0.089843750000 +0.205078125000 +-0.225585937500 +-0.069824218750 +-0.032470703125 +-0.186523437500 +-0.017211914062 +0.001853942871 +-0.010498046875 +-0.041992187500 +-0.042968750000 +0.044677734375 +0.083007812500 +-0.016601562500 +-0.074218750000 +-0.021484375000 +0.013732910156 +-0.005096435547 +-0.053955078125 +-0.011169433594 +0.021362304688 +-0.106933593750 +-0.103515625000 +0.158203125000 +-0.069335937500 +-0.039550781250 +0.000633239746 +0.053466796875 +0.074707031250 +-0.060546875000 +-0.150390625000 +-0.121093750000 +-0.005310058594 +0.046142578125 +-0.081542968750 +-0.189453125000 +-0.044433593750 +0.103027343750 +-0.008728027344 +0.036376953125 +0.019653320312 +-0.312500000000 +-0.020263671875 +0.095214843750 +-0.009216308594 +-0.238281250000 +-0.034912109375 +0.026245117188 +-0.040527343750 +-0.171875000000 +-0.127929687500 +0.159179687500 +-0.078125000000 +-0.017333984375 +0.034912109375 +-0.170898437500 +0.068847656250 +-0.030273437500 +0.029785156250 +0.081542968750 +-0.009704589844 +-0.102050781250 +-0.190429687500 +-0.175781250000 +0.010925292969 +0.152343750000 +0.045898437500 +-0.110839843750 +0.055419921875 +-0.099609375000 +-0.009277343750 +-0.168945312500 +0.155273437500 +-0.163085937500 +0.003814697266 +-0.017089843750 +0.000366210938 +0.212890625000 +-0.263671875000 +0.054687500000 +-0.124023437500 +0.224609375000 +-0.093261718750 +-0.110351562500 +0.021118164062 +-0.097167968750 +0.126953125000 +-0.145507812500 +-0.108398437500 +-0.120117187500 +0.064453125000 +-0.067871093750 +-0.257812500000 +-0.160156250000 +-0.132812500000 +-0.025146484375 +-0.094238281250 +0.200195312500 +0.004394531250 +0.045410156250 +0.017333984375 +0.117187500000 +-0.104492187500 +0.076660156250 +-0.157226562500 +0.169921875000 +0.174804687500 +0.018554687500 +0.165039062500 +0.004608154297 +0.121582031250 +0.098144531250 +-0.082519531250 +-0.087890625000 +0.056640625000 +-0.059082031250 +0.142578125000 +0.121582031250 +0.091308593750 +-0.378906250000 +-0.101562500000 +0.046386718750 +0.306640625000 +0.225585937500 +-0.006927490234 +0.068359375000 +0.220703125000 +-0.104003906250 +-0.115234375000 +0.102050781250 +-0.302734375000 +0.082519531250 +0.081542968750 +-0.022705078125 +-0.253906250000 +0.090820312500 +-0.113769531250 +-0.226562500000 +0.193359375000 +0.009826660156 +0.007110595703 +0.003494262695 +0.376953125000 +-0.100097656250 +-0.026123046875 +-0.084960937500 +0.135742187500 +0.006469726562 +0.068847656250 +-0.041992187500 +0.028564453125 +-0.047119140625 +-0.194335937500 +0.012634277344 +-0.061767578125 +0.201171875000 +0.013977050781 +0.143554687500 +0.010742187500 +0.023803710938 +0.005889892578 +-0.082031250000 +-0.001937866211 +-0.109375000000 +0.063476562500 +0.130859375000 +-0.462890625000 +-0.199218750000 +0.216796875000 +-0.632812500000 +0.029418945312 +-0.080078125000 +0.093261718750 +-0.211914062500 +0.138671875000 +-0.123046875000 +-0.080078125000 +0.030639648438 +0.094726562500 +0.154296875000 +-0.046875000000 +0.022216796875 +0.099609375000 +0.044677734375 +0.005737304688 +0.141601562500 +0.002502441406 +0.490234375000 +0.143554687500 +0.124023437500 +0.060302734375 +-0.132812500000 +-0.177734375000 +0.069824218750 +-0.103515625000 +0.304687500000 +-0.166015625000 +0.023559570312 +-0.030517578125 +-0.345703125000 +-0.168945312500 +-0.277343750000 +0.216796875000 +-0.156250000000 +0.039550781250 +0.070312500000 +0.036865234375 +0.045166015625 +-0.194335937500 +0.053955078125 +0.021606445312 +0.064941406250 +-0.125976562500 +-0.300781250000 +-0.064941406250 +-0.089355468750 +-0.128906250000 +-0.253906250000 +0.088378906250 +0.062988281250 +0.151367187500 +0.140625000000 +-0.056396484375 +0.023925781250 +-0.043212890625 +-0.050048828125 +-0.021850585938 +0.090332031250 +-0.020996093750 +-0.100097656250 +0.202148437500 +0.063964843750 +0.012268066406 +0.031250000000 +0.250000000000 +-0.048583984375 +-0.194335937500 +0.104980468750 +0.112792968750 +0.094238281250 +0.242187500000 +0.014221191406 +-0.060058593750 +-0.054687500000 +0.139648437500 +-0.043212890625 +0.078125000000 +-0.026611328125 +0.155273437500 +-0.081542968750 +-0.302734375000 +-0.174804687500 +-0.002670288086 +0.133789062500 +0.124511718750 +-0.072265625000 +-0.060302734375 +-0.091796875000 +0.006164550781 +0.062500000000 +-0.097656250000 +0.145507812500 +-0.267578125000 +-0.167968750000 +0.068359375000 +-0.032470703125 +-0.228515625000 +-0.059570312500 +-0.190429687500 +0.283203125000 +0.302734375000 +0.028198242188 +-0.108398437500 +0.025146484375 +-0.032470703125 +-0.014282226562 +-0.128906250000 +-0.125976562500 +0.040283203125 +0.042236328125 +-0.026977539062 +-0.006774902344 +-0.118164062500 +-0.087890625000 +-0.066894531250 +-0.104003906250 +-0.016967773438 +0.043945312500 +0.034423828125 +-0.277343750000 +-0.021972656250 +0.056884765625 +0.187500000000 +0.291015625000 +0.001968383789 +-0.215820312500 +-0.125000000000 +-0.486328125000 +0.127929687500 +-0.187500000000 +-0.108886718750 +-0.022338867188 +-0.165039062500 +-0.007720947266 +-0.089843750000 +-0.243164062500 +-0.034912109375 +0.091308593750 +-0.079589843750 +-0.146484375000 +0.195312500000 +0.068847656250 +0.132812500000 +0.067871093750 +0.010559082031 +0.058349609375 +0.048828125000 +-0.165039062500 +0.010559082031 +-0.156250000000 +-0.095214843750 +-0.107910156250 +0.163085937500 +0.326171875000 +0.041015625000 +-0.175781250000 +-0.178710937500 +-0.057861328125 +-0.152343750000 +0.097167968750 +-0.574218750000 +-0.157226562500 +-0.094726562500 +0.060302734375 +0.166992187500 +-0.190429687500 +0.059326171875 +-0.002471923828 +0.174804687500 +-0.175781250000 +0.158203125000 +-0.037109375000 +-0.034423828125 +-0.192382812500 +0.147460937500 +-0.184570312500 +0.095703125000 +0.073730468750 +0.038330078125 +-0.034423828125 +0.165039062500 +0.123046875000 +-0.048095703125 +0.124511718750 +-0.124023437500 +-0.048828125000 +-0.120605468750 +-0.162109375000 +-0.053955078125 +0.166992187500 +0.018554687500 +0.165039062500 +0.067871093750 +-0.146484375000 +-0.240234375000 +0.063964843750 +0.095703125000 +-0.054931640625 +0.065429687500 +0.065429687500 +0.018310546875 +-0.122558593750 +0.057861328125 +0.101562500000 +-0.061279296875 +0.150390625000 +0.090332031250 +0.279296875000 +0.124023437500 +0.057617187500 +0.121582031250 +-0.273437500000 +-0.255859375000 +-0.130859375000 +-0.103515625000 +-0.014526367188 +-0.308593750000 +0.079101562500 +-0.172851562500 +0.202148437500 +0.076171875000 +-0.076171875000 +0.005554199219 +0.059814453125 +-0.367187500000 +-0.267578125000 +0.062988281250 +-0.240234375000 +-0.081542968750 +-0.104003906250 +-0.119628906250 +-0.021240234375 +-0.129882812500 +0.007537841797 +0.210937500000 +-0.087402343750 +0.045410156250 +-0.277343750000 +-0.094238281250 +-0.168945312500 +0.019531250000 +0.121582031250 +0.018920898438 +-0.049072265625 +0.208984375000 +-0.025146484375 +-0.044921875000 +-0.480468750000 +0.128906250000 +0.010009765625 +0.174804687500 +-0.068847656250 +-0.255859375000 +-0.122558593750 +0.064453125000 +0.110839843750 +-0.161132812500 +0.043457031250 +-0.000820159912 +-0.043212890625 +0.044433593750 +-0.312500000000 +-0.160156250000 +0.021362304688 +-0.164062500000 +0.036865234375 +0.283203125000 +-0.314453125000 +0.208007812500 +-0.145507812500 +0.089843750000 +-0.127929687500 +-0.020874023438 +-0.166015625000 +-0.000614166260 +-0.073730468750 +-0.138671875000 +0.211914062500 +0.017700195312 +-0.312500000000 +0.018310546875 +-0.189453125000 +0.177734375000 +0.298828125000 +0.137695312500 +-0.433593750000 +-0.119628906250 +0.072265625000 +-0.253906250000 +-0.141601562500 +0.010620117188 +-0.032714843750 +-0.226562500000 +-0.127929687500 +-0.090820312500 +-0.225585937500 +-0.114746093750 +0.150390625000 +0.151367187500 +-0.145507812500 +-0.140625000000 +0.300781250000 +-0.062988281250 +-0.138671875000 +-0.120605468750 +-0.059570312500 +-0.171875000000 +0.006500244141 +0.222656250000 +-0.159179687500 +0.198242187500 +-0.011657714844 +0.123046875000 +0.466796875000 +0.012268066406 +0.180664062500 +-0.289062500000 +-0.003585815430 +-0.158203125000 +-0.212890625000 +-0.038574218750 +0.023925781250 +-0.008911132812 +0.244140625000 +-0.213867187500 +-0.097656250000 +-0.186523437500 +-0.125976562500 +0.073730468750 +0.187500000000 +-0.162109375000 +0.035400390625 +-0.089843750000 +-0.086425781250 +-0.043701171875 +-0.086914062500 +-0.027343750000 +0.046875000000 +0.073730468750 +-0.131835937500 +-0.076171875000 +-0.034667968750 +0.075683593750 +-0.010070800781 +-0.233398437500 +-0.178710937500 +0.015991210938 +0.019042968750 +-0.062988281250 +-0.322265625000 +0.081054687500 +-0.065429687500 +0.067382812500 +-0.096679687500 +-0.132812500000 +0.020019531250 +-0.036132812500 +0.136718750000 +-0.036865234375 +0.121093750000 +0.081542968750 +0.388671875000 +0.023803710938 +0.101562500000 +-0.031005859375 +0.222656250000 +-0.007263183594 +0.110351562500 +-0.129882812500 +-0.215820312500 +0.170898437500 +-0.067871093750 +-0.058105468750 +0.084960937500 +-0.043701171875 +0.026855468750 +0.113769531250 +0.351562500000 +-0.404296875000 +0.131835937500 +0.035156250000 +-0.094238281250 +-0.137695312500 +0.165039062500 +-0.691406250000 +-0.061035156250 +-0.265625000000 +0.458984375000 +-0.263671875000 +0.044677734375 +-0.291015625000 +0.275390625000 +0.197265625000 +0.104980468750 +0.114746093750 +-0.194335937500 +-0.423828125000 +-0.125000000000 +-0.152343750000 +0.036132812500 +-0.287109375000 +-0.198242187500 +0.098144531250 +0.107421875000 +0.211914062500 +0.201171875000 +0.051757812500 +-0.087890625000 +-0.122558593750 +-0.116210937500 +0.008300781250 +0.020385742188 +0.225585937500 +0.001106262207 +0.224609375000 +-0.017822265625 +-0.115234375000 +-0.067382812500 +-0.196289062500 +-0.077636718750 +-0.062988281250 +-0.261718750000 +-0.028320312500 +-0.037353515625 +-0.181640625000 +0.120117187500 +0.101074218750 +0.148437500000 +-0.210937500000 +0.245117187500 +0.160156250000 +0.036132812500 +-0.038330078125 +-0.171875000000 +-0.086914062500 +0.007598876953 +-0.130859375000 +0.283203125000 +0.072265625000 +-0.130859375000 +-0.135742187500 +-0.090332031250 +-0.187500000000 +-0.015991210938 +0.086425781250 +0.014648437500 +-0.121093750000 +0.131835937500 +-0.098632812500 +-0.070800781250 +0.035888671875 +-0.163085937500 +0.001182556152 +-0.213867187500 +0.164062500000 +-0.056884765625 +-0.063964843750 +0.001792907715 +-0.107910156250 +0.026733398438 +-0.049072265625 +0.251953125000 +0.077148437500 +-0.058105468750 +0.055908203125 +-0.078613281250 +0.100585937500 +-0.093261718750 +0.038330078125 +-0.359375000000 +-0.098632812500 +-0.038085937500 +-0.102050781250 +-0.015258789062 +0.267578125000 +-0.312500000000 +0.296875000000 +0.012145996094 +0.158203125000 +-0.081542968750 +0.061523437500 +-0.049072265625 +0.041259765625 +-0.010742187500 +0.117187500000 +-0.224609375000 +0.216796875000 +0.086914062500 +-0.054687500000 +-0.207031250000 +0.119628906250 +0.070800781250 +0.027587890625 +0.085937500000 +-0.077636718750 +0.067871093750 +-0.211914062500 +0.129882812500 +-0.007171630859 +-0.187500000000 +-0.025146484375 +0.004608154297 +-0.128906250000 +0.083496093750 +0.138671875000 +0.051513671875 +-0.416015625000 +0.015869140625 +0.182617187500 +0.251953125000 +0.000425338745 +-0.069335937500 +0.029052734375 +0.153320312500 +-0.214843750000 +0.084472656250 +0.123535156250 +0.234375000000 +-0.046630859375 +0.107421875000 +0.012023925781 +-0.162109375000 +0.162109375000 +0.040527343750 +0.013671875000 +-0.259765625000 +0.065429687500 +-0.045898437500 +0.058349609375 +0.024047851562 +0.040039062500 +-0.208984375000 +-0.656250000000 +-0.033691406250 +-0.507812500000 +0.055175781250 +0.209960937500 +0.102050781250 +0.246093750000 +0.104003906250 +0.016601562500 +-0.084472656250 +-0.047607421875 +0.139648437500 +-0.193359375000 +0.150390625000 +0.184570312500 +-0.035156250000 +-0.047119140625 +-0.012573242188 +-0.209960937500 +0.062500000000 +0.039794921875 +-0.146484375000 +0.105957031250 +-0.112304687500 +0.060302734375 +-0.294921875000 +0.014465332031 +-0.072753906250 +0.103515625000 +-0.050292968750 +0.074707031250 +-0.207031250000 +0.013732910156 +-0.022460937500 +0.044433593750 +-0.005554199219 +0.195312500000 +0.022216796875 +0.034179687500 +-0.098144531250 +-0.018798828125 +-0.134765625000 +0.247070312500 +-0.105468750000 +-0.171875000000 +-0.123535156250 +-0.016235351562 +0.146484375000 +0.004943847656 +-0.039062500000 +-0.001800537109 +0.011230468750 +-0.166015625000 +0.016479492188 +0.061279296875 +-0.099121093750 +0.090332031250 +0.005035400391 +0.157226562500 +0.125000000000 +-0.027465820312 +0.001968383789 +0.149414062500 +-0.049316406250 +-0.055419921875 +0.004974365234 +0.204101562500 +-0.322265625000 +0.018676757812 +-0.141601562500 +0.251953125000 +0.167968750000 +0.050537109375 +0.104980468750 +-0.271484375000 +-0.021240234375 +-0.109863281250 +0.066406250000 +-0.030029296875 +0.228515625000 +-0.160156250000 +0.228515625000 +0.169921875000 +0.063476562500 +0.131835937500 +0.229492187500 +0.022827148438 +0.328125000000 +0.018676757812 +-0.219726562500 +-0.075195312500 +0.343750000000 +0.093750000000 +-0.029907226562 +-0.105468750000 +-0.040527343750 +0.106445312500 +0.009033203125 +0.002197265625 +-0.155273437500 +-0.174804687500 +-0.064453125000 +-0.021240234375 +0.007171630859 +-0.100097656250 +-0.058837890625 +-0.226562500000 +-0.070312500000 +0.033935546875 +0.124511718750 +0.013122558594 +-0.072753906250 +-0.045410156250 +-0.033935546875 +-0.102050781250 +-0.004699707031 +0.212890625000 +-0.012329101562 +-0.108398437500 +0.071289062500 +-0.020629882812 +-0.255859375000 +0.046875000000 +-0.045410156250 +0.160156250000 +-0.296875000000 +-0.168945312500 +-0.192382812500 +-0.142578125000 +0.137695312500 +-0.008056640625 +0.017211914062 +-0.060546875000 +-0.082031250000 +0.089843750000 +0.045166015625 +0.082031250000 +0.247070312500 +-0.077148437500 +-0.198242187500 +0.021362304688 +0.055664062500 +0.147460937500 +0.050781250000 +-0.227539062500 +-0.012756347656 +-0.123046875000 +-0.080566406250 +-0.101562500000 +0.006805419922 +0.001495361328 +0.033447265625 +0.198242187500 +0.129882812500 +-0.119140625000 +0.219726562500 +-0.146484375000 +-0.011718750000 +0.007324218750 +-0.123046875000 +-0.173828125000 +-0.126953125000 +-0.057128906250 +-0.228515625000 +-0.062255859375 +0.277343750000 +-0.199218750000 +0.079589843750 +0.046142578125 +0.025512695312 +0.041748046875 +0.116210937500 +-0.162109375000 +-0.181640625000 +-0.075195312500 +0.122558593750 +0.108886718750 +-0.002990722656 +-0.128906250000 +0.106445312500 +0.051025390625 +-0.106445312500 +-0.216796875000 +0.060791015625 +-0.052490234375 +0.065429687500 +-0.148437500000 +0.004272460938 +-0.069335937500 +-0.084472656250 +-0.051513671875 +0.003189086914 +0.261718750000 +0.017456054688 +-0.033203125000 +-0.027343750000 +0.014099121094 +0.023193359375 +-0.021728515625 +0.046630859375 +0.050781250000 +0.025024414062 +0.045410156250 +-0.414062500000 +-0.001243591309 +-0.075683593750 +0.155273437500 +-0.142578125000 +-0.041259765625 +0.016723632812 +-0.041503906250 +-0.015563964844 +-0.164062500000 +0.028320312500 +-0.004180908203 +-0.057373046875 +0.082031250000 +0.112304687500 +-0.014343261719 +-0.027221679688 +-0.043701171875 +-0.042724609375 +-0.028320312500 +0.017211914062 +-0.027832031250 +-0.166015625000 +-0.051025390625 +-0.042968750000 +-0.053222656250 +0.036376953125 +0.027343750000 +0.038818359375 +-0.019165039062 +0.061767578125 +-0.102539062500 +0.070800781250 +-0.016967773438 +-0.124023437500 +0.169921875000 +-0.006408691406 +0.219726562500 +-0.028930664062 +-0.172851562500 +-0.227539062500 +-0.020019531250 +-0.011108398438 +0.025878906250 +0.087890625000 +0.213867187500 +-0.141601562500 +-0.027099609375 +-0.090332031250 +-0.055175781250 +-0.375000000000 +0.087402343750 +0.238281250000 +-0.152343750000 +0.157226562500 +0.015380859375 +-0.033935546875 +-0.129882812500 +-0.061767578125 +-0.023925781250 +-0.001113891602 +-0.083496093750 +0.199218750000 +-0.215820312500 +0.091308593750 +0.092773437500 +0.016113281250 +-0.168945312500 +0.006591796875 +0.304687500000 +0.092285156250 +-0.020874023438 +0.084960937500 +0.000189781189 +0.166992187500 +0.039062500000 +-0.088867187500 +-0.051757812500 +0.015747070312 +-0.141601562500 +-0.056640625000 +0.106933593750 +-0.103027343750 +-0.022827148438 +0.201171875000 +0.021606445312 +0.142578125000 +0.050537109375 +-0.002029418945 +-0.046630859375 +-0.072753906250 +-0.038330078125 +-0.071777343750 +-0.208984375000 +-0.084472656250 +0.106933593750 +-0.285156250000 +0.023559570312 +0.026245117188 +-0.064941406250 +0.148437500000 +0.117675781250 +-0.242187500000 +0.135742187500 +0.041259765625 +0.001075744629 +0.027587890625 +-0.064453125000 +0.014343261719 +0.037353515625 +-0.040527343750 +-0.083984375000 +0.011474609375 +0.018798828125 +0.055908203125 +-0.092285156250 +0.025146484375 +-0.110351562500 +0.031738281250 +0.123046875000 +0.009704589844 +-0.100097656250 +0.149414062500 +0.034423828125 +0.064941406250 +-0.065429687500 +0.009094238281 +0.015258789062 +-0.153320312500 +0.133789062500 +0.021606445312 +0.093750000000 +0.192382812500 +-0.103027343750 +-0.011779785156 +-0.026733398438 +0.201171875000 +-0.108886718750 +-0.273437500000 +-0.222656250000 +-0.017089843750 +0.200195312500 +-0.220703125000 +-0.152343750000 +0.076171875000 +-0.181640625000 +0.159179687500 +-0.221679687500 +-0.117187500000 +-0.106445312500 +-0.025634765625 +0.054199218750 +0.081542968750 +0.050781250000 +0.021362304688 +0.018066406250 +0.090332031250 +0.222656250000 +-0.056884765625 +-0.197265625000 +0.041015625000 +-0.005279541016 +0.089843750000 +0.033447265625 +0.086914062500 +0.014892578125 +-0.156250000000 +-0.201171875000 +-0.035400390625 +0.271484375000 +-0.191406250000 +-0.061035156250 +-0.130859375000 +-0.137695312500 +-0.085449218750 +-0.142578125000 +0.036621093750 +0.042724609375 +-0.109375000000 +0.050781250000 +0.047119140625 +-0.035400390625 +-0.002380371094 +-0.138671875000 +-0.075195312500 +-0.073242187500 +-0.046875000000 +-0.105468750000 +-0.047851562500 +0.011413574219 +0.037109375000 +0.038085937500 +-0.020751953125 +-0.333984375000 +-0.206054687500 +-0.038818359375 +-0.111816406250 +0.157226562500 +-0.261718750000 +-0.115234375000 +0.041503906250 +-0.018188476562 +-0.060302734375 +0.079101562500 +-0.135742187500 +-0.221679687500 +0.043701171875 +0.010437011719 +-0.172851562500 +-0.068359375000 +0.085937500000 +-0.076660156250 +-0.075195312500 +0.059326171875 +0.052734375000 +-0.139648437500 +-0.265625000000 +-0.125976562500 +0.150390625000 +0.197265625000 +0.186523437500 +-0.131835937500 +0.060546875000 +-0.040527343750 +-0.133789062500 +-0.120117187500 +-0.073242187500 +-0.219726562500 +-0.191406250000 +0.133789062500 +-0.062011718750 +0.008972167969 +-0.039306640625 +-0.171875000000 +-0.172851562500 +0.082031250000 +-0.226562500000 +0.034667968750 +0.085937500000 +-0.115234375000 +0.110839843750 +0.125000000000 +-0.036865234375 +-0.050537109375 +-0.038574218750 +0.006347656250 +0.209960937500 +-0.114257812500 +-0.000610351562 +0.168945312500 +0.189453125000 +0.071289062500 +0.026245117188 +0.039306640625 +-0.027343750000 +0.132812500000 +-0.149414062500 +0.166015625000 +0.044433593750 +-0.082031250000 +-0.149414062500 +-0.135742187500 +0.072753906250 +-0.110839843750 +0.001716613770 +-0.042968750000 +0.175781250000 +-0.005035400391 +-0.077148437500 +-0.085449218750 +0.051757812500 +0.162109375000 +0.123046875000 +-0.114257812500 +0.043457031250 +-0.053466796875 +0.002410888672 +-0.186523437500 +-0.062988281250 +0.032958984375 +0.053710937500 +-0.121093750000 +-0.072753906250 +-0.031005859375 +-0.129882812500 +0.081054687500 +-0.001838684082 +-0.107421875000 +-0.175781250000 +-0.057128906250 +-0.099121093750 +-0.029418945312 +-0.049316406250 +0.048095703125 +-0.019531250000 +-0.279296875000 +-0.067871093750 +-0.074218750000 +0.067382812500 +-0.199218750000 +0.094726562500 +-0.045898437500 +0.102050781250 +-0.007476806641 +-0.082519531250 +0.172851562500 +-0.016479492188 +-0.113769531250 +-0.113769531250 +0.052978515625 +0.003616333008 +0.015136718750 +-0.104492187500 +-0.015136718750 +0.068847656250 +0.018920898438 +-0.134765625000 +0.060058593750 +-0.068359375000 +-0.126953125000 +-0.322265625000 +0.019042968750 +-0.110839843750 +-0.038085937500 +0.032470703125 +-0.099121093750 +0.003036499023 +0.053222656250 +-0.141601562500 +0.027099609375 +0.044433593750 +-0.202148437500 +-0.007446289062 +0.176757812500 +-0.011962890625 +-0.068847656250 +-0.098632812500 +-0.056152343750 +-0.025268554688 +-0.324218750000 +0.045898437500 +0.191406250000 +-0.150390625000 +0.136718750000 +0.084472656250 +0.008850097656 +-0.198242187500 +0.052734375000 +0.216796875000 +-0.062500000000 +-0.048095703125 +0.113281250000 +0.023559570312 +-0.141601562500 +-0.051757812500 +0.160156250000 +0.147460937500 +0.013671875000 +-0.187500000000 +0.025512695312 +0.207031250000 +0.251953125000 +0.047607421875 +-0.064453125000 +0.048095703125 +0.134765625000 +0.002639770508 +0.065917968750 +-0.230468750000 +0.251953125000 +0.136718750000 +0.037841796875 +0.263671875000 +0.167968750000 +0.031250000000 +0.009094238281 +-0.008728027344 +-0.148437500000 +0.066406250000 +-0.151367187500 +0.110351562500 +-0.131835937500 +0.059082031250 +-0.143554687500 +-0.249023437500 +-0.010498046875 +-0.033691406250 +-0.050537109375 +0.115234375000 +-0.003601074219 +0.087402343750 +-0.040283203125 +0.102539062500 +-0.075683593750 +-0.103027343750 +-0.109375000000 +0.114746093750 +-0.079589843750 +0.236328125000 +-0.089843750000 +-0.034912109375 +-0.071777343750 +-0.135742187500 +0.186523437500 +-0.101562500000 +0.108886718750 +-0.220703125000 +-0.119140625000 +0.035156250000 +-0.049560546875 +0.082031250000 +-0.043457031250 +-0.087402343750 +0.193359375000 +-0.058837890625 +-0.101074218750 +-0.127929687500 +-0.080078125000 +-0.044189453125 +-0.205078125000 +-0.069335937500 +0.024414062500 +-0.092285156250 +-0.115722656250 +0.105468750000 +0.177734375000 +-0.003967285156 +0.285156250000 +0.210937500000 +-0.033691406250 +-0.148437500000 +0.055908203125 +-0.194335937500 +-0.003540039062 +0.062988281250 +-0.026123046875 +-0.018798828125 +-0.023803710938 +0.065429687500 +-0.123046875000 +0.228515625000 +-0.221679687500 +0.066406250000 +-0.126953125000 +0.115722656250 +0.244140625000 +0.187500000000 +-0.217773437500 +-0.052490234375 +-0.052246093750 +0.029663085938 +0.049316406250 +-0.226562500000 +-0.316406250000 +-0.021484375000 +-0.063476562500 +-0.059814453125 +0.079589843750 +0.094238281250 +-0.082519531250 +0.010925292969 +0.035156250000 +0.077148437500 +-0.037353515625 +0.003097534180 +0.083007812500 +-0.255859375000 +-0.170898437500 +-0.132812500000 +0.163085937500 +-0.130859375000 +-0.044677734375 +-0.033691406250 +0.064453125000 +0.038574218750 +-0.273437500000 +0.064941406250 +-0.141601562500 +-0.230468750000 +0.209960937500 +0.021972656250 +-0.058349609375 +-0.105957031250 +0.049804687500 +-0.091308593750 +0.047363281250 +0.053466796875 +-0.044921875000 +-0.091796875000 +-0.054687500000 +-0.003372192383 +0.273437500000 +-0.187500000000 +-0.011962890625 +-0.038574218750 +-0.257812500000 +0.062255859375 +-0.111328125000 +-0.218750000000 +-0.115234375000 +0.016601562500 +0.016723632812 +-0.051757812500 +0.147460937500 +0.062500000000 +0.148437500000 +-0.083984375000 +-0.085937500000 +0.026000976562 +-0.029418945312 +-0.102539062500 +0.108398437500 +-0.106933593750 +-0.160156250000 +-0.177734375000 +-0.038574218750 +-0.055664062500 +-0.033691406250 +0.198242187500 +0.131835937500 +-0.003997802734 +-0.130859375000 +-0.027221679688 +-0.020751953125 +-0.259765625000 +-0.050048828125 +0.020507812500 +-0.016723632812 +-0.222656250000 +-0.019775390625 +0.208007812500 +-0.330078125000 +-0.172851562500 +0.079101562500 +0.142578125000 +0.172851562500 +-0.089355468750 +-0.154296875000 +-0.085449218750 +-0.073730468750 +0.010925292969 +-0.015197753906 +-0.071777343750 +0.119140625000 +0.250000000000 +0.111328125000 +0.058105468750 +0.148437500000 +-0.042480468750 +-0.036621093750 +0.048095703125 +-0.091796875000 +0.043457031250 +0.328125000000 +-0.065429687500 +-0.251953125000 +-0.005676269531 +-0.069335937500 +0.107910156250 +0.004302978516 +0.036621093750 +-0.055908203125 +0.066406250000 +-0.008605957031 +0.015197753906 +0.100097656250 +-0.020141601562 +0.100585937500 +0.166992187500 +-0.104003906250 +0.046875000000 +-0.052978515625 +-0.028198242188 +0.154296875000 +-0.044189453125 +-0.110351562500 +0.002624511719 +-0.096191406250 +-0.136718750000 +0.133789062500 +0.068847656250 +0.020019531250 +0.065917968750 +-0.320312500000 +-0.386718750000 +0.078125000000 +0.046142578125 +-0.001533508301 +-0.088867187500 +0.030883789062 +0.037353515625 +-0.145507812500 +0.197265625000 +-0.257812500000 +-0.032958984375 +0.199218750000 +-0.174804687500 +0.177734375000 +0.067382812500 +0.230468750000 +-0.198242187500 +0.021606445312 +-0.112304687500 +0.158203125000 +0.177734375000 +-0.169921875000 +-0.054687500000 +0.067382812500 +0.109863281250 +-0.026245117188 +-0.052978515625 +0.002365112305 +-0.064941406250 +-0.034179687500 +-0.248046875000 +-0.051513671875 +-0.003250122070 +-0.148437500000 +-0.131835937500 +-0.306640625000 +-0.118652343750 +-0.020751953125 +-0.018066406250 +0.186523437500 +-0.013549804688 +-0.055664062500 +-0.118164062500 +0.056640625000 +-0.162109375000 +-0.141601562500 +0.088867187500 +0.129882812500 +-0.339843750000 +0.200195312500 +0.151367187500 +0.085449218750 +-0.143554687500 +0.123046875000 +0.057617187500 +-0.167968750000 +-0.052734375000 +-0.326171875000 +0.298828125000 +0.123535156250 +0.050537109375 +-0.041259765625 +-0.073730468750 +0.102539062500 +0.031738281250 +-0.025634765625 +-0.320312500000 +-0.187500000000 +0.030883789062 +0.077148437500 +0.318359375000 +-0.016967773438 +0.129882812500 +-0.009521484375 +-0.133789062500 +-0.193359375000 +0.398437500000 +0.054687500000 +-0.052490234375 +0.008117675781 +-0.110351562500 +-0.201171875000 +0.419921875000 +-0.484375000000 +-0.017211914062 +-0.332031250000 +-0.184570312500 +0.004333496094 +0.015197753906 +-0.084472656250 +0.239257812500 +-0.289062500000 +-0.112304687500 +-0.032714843750 +-0.404296875000 +-0.042724609375 +-0.057861328125 +0.330078125000 +-0.316406250000 +-0.091308593750 +-0.255859375000 +-0.241210937500 +-0.004364013672 +0.032226562500 +-0.031250000000 +0.014038085938 +0.000896453857 +-0.472656250000 +-0.016845703125 +0.058837890625 +-0.164062500000 +-0.318359375000 +-0.127929687500 +-0.025390625000 +-0.050781250000 +0.022705078125 +-0.007019042969 +-0.257812500000 +-0.292968750000 +-0.204101562500 +-0.102539062500 +0.003768920898 +-0.031127929688 +-0.086914062500 +0.087890625000 +-0.083984375000 +-0.161132812500 +-0.141601562500 +0.091308593750 +0.123535156250 +0.298828125000 +-0.058349609375 +-0.103515625000 +0.053222656250 +0.009948730469 +-0.171875000000 +-0.316406250000 +-0.105957031250 +-0.217773437500 +0.175781250000 +-0.074218750000 +-0.193359375000 +0.228515625000 +0.111816406250 +0.050292968750 +-0.067382812500 +-0.054443359375 +0.140625000000 +-0.318359375000 +-0.127929687500 +0.061767578125 +-0.169921875000 +-0.234375000000 +0.010498046875 +-0.231445312500 +-0.047851562500 +0.103027343750 +-0.203125000000 +0.071289062500 +-0.048828125000 +0.189453125000 +-0.014404296875 +0.169921875000 +-0.519531250000 +-0.125000000000 +0.055908203125 +0.134765625000 +-0.145507812500 +0.059814453125 +-0.166015625000 +-0.185546875000 +0.095214843750 +-0.106933593750 +-0.196289062500 +-0.158203125000 +0.069335937500 +0.069335937500 +0.015991210938 +0.051025390625 +0.042968750000 +-0.020751953125 +0.023437500000 +-0.120117187500 +0.016601562500 +0.227539062500 +-0.043945312500 +0.283203125000 +-0.034667968750 +0.201171875000 +-0.129882812500 +-0.058349609375 +-0.281250000000 +-0.034912109375 +0.005126953125 +-0.024169921875 +-0.151367187500 +0.135742187500 +0.077636718750 +-0.101074218750 +0.185546875000 +-0.119140625000 +0.061523437500 +-0.005767822266 +-0.239257812500 +-0.225585937500 +0.114257812500 +0.012512207031 +0.118652343750 +0.010681152344 +0.126953125000 +-0.166015625000 +-0.089355468750 +0.109863281250 +-0.101562500000 +0.023071289062 +0.055175781250 +0.291015625000 +0.004852294922 +-0.088378906250 +-0.043457031250 +0.033203125000 +0.127929687500 +0.002975463867 +0.123535156250 +-0.077148437500 +0.113281250000 +-0.024658203125 +-0.353515625000 +0.026245117188 +0.047607421875 +-0.051513671875 +-0.082031250000 +0.147460937500 +0.117187500000 +0.192382812500 +0.007720947266 +-0.136718750000 +0.097656250000 +-0.261718750000 +0.145507812500 +-0.080078125000 +0.046630859375 +0.142578125000 +-0.041503906250 +-0.120605468750 +0.011535644531 +-0.117187500000 +-0.010253906250 +0.163085937500 +0.107421875000 +-0.065917968750 +-0.031738281250 +-0.143554687500 +-0.137695312500 +0.073730468750 +-0.151367187500 +-0.113281250000 +-0.100097656250 +0.135742187500 +0.024902343750 +0.071777343750 +-0.104003906250 +0.104492187500 +0.125976562500 +0.009460449219 +-0.021362304688 +-0.151367187500 +0.045166015625 +0.013793945312 +-0.083984375000 +0.090332031250 +-0.087890625000 +0.093261718750 +0.029174804688 +-0.164062500000 +0.016967773438 +-0.060302734375 +0.025390625000 +-0.127929687500 +-0.088867187500 +-0.106933593750 +-0.080566406250 +-0.171875000000 +-0.246093750000 +0.067382812500 +-0.341796875000 +0.089355468750 +-0.128906250000 +0.253906250000 +-0.036376953125 +-0.120605468750 +0.031982421875 +0.220703125000 +0.104003906250 +-0.421875000000 +-0.263671875000 +-0.480468750000 +0.020629882812 +-0.136718750000 +-0.040283203125 +0.032714843750 +-0.046875000000 +0.179687500000 +0.088378906250 +0.160156250000 +-0.159179687500 +0.126953125000 +0.061523437500 +0.005340576172 +0.105468750000 +-0.057373046875 +-0.047607421875 +-0.054931640625 +0.196289062500 +-0.161132812500 +0.038085937500 +0.022094726562 +-0.165039062500 +-0.271484375000 +-0.069335937500 +0.018554687500 +-0.125000000000 +-0.170898437500 +-0.194335937500 +-0.240234375000 +-0.184570312500 +-0.182617187500 +0.089843750000 +0.024780273438 +-0.011474609375 +0.152343750000 +-0.180664062500 +-0.100097656250 +-0.035156250000 +0.031127929688 +0.079589843750 +-0.218750000000 +0.027099609375 +0.228515625000 +-0.030883789062 +-0.125976562500 +0.008728027344 +-0.113281250000 +0.115234375000 +-0.029052734375 +-0.000965118408 +0.166992187500 +0.241210937500 +-0.093261718750 +0.043212890625 +0.161132812500 +-0.355468750000 +0.067382812500 +0.090332031250 +0.118164062500 +-0.257812500000 +-0.157226562500 +0.033203125000 +0.084960937500 +0.164062500000 +-0.006988525391 +-0.223632812500 +-0.066894531250 +0.058593750000 +-0.075195312500 +0.039550781250 +-0.069824218750 +-0.027343750000 +-0.166992187500 +-0.108398437500 +0.058593750000 +0.135742187500 +0.007080078125 +-0.085449218750 +-0.166015625000 +-0.200195312500 +-0.153320312500 +0.010925292969 +-0.083007812500 +-0.055908203125 +0.053955078125 +0.125976562500 +-0.056640625000 +-0.244140625000 +0.068847656250 +0.083496093750 +0.277343750000 +-0.183593750000 +-0.198242187500 +0.043212890625 +-0.205078125000 +-0.064941406250 +-0.111328125000 +-0.039306640625 +-0.032714843750 +0.113769531250 +-0.104003906250 +0.097656250000 +-0.026489257812 +-0.020507812500 +-0.102539062500 +-0.110351562500 +-0.088378906250 +-0.039550781250 +0.045898437500 +0.093261718750 +0.079589843750 +-0.033935546875 +0.041503906250 +0.043212890625 +0.203125000000 +0.151367187500 +0.080566406250 +-0.153320312500 +0.017944335938 +-0.018188476562 +0.039550781250 +0.118164062500 +0.028198242188 +-0.121093750000 +0.138671875000 +0.164062500000 +0.081542968750 +0.044433593750 +-0.196289062500 +0.019531250000 +-0.218750000000 +-0.080078125000 +-0.196289062500 +-0.049804687500 +0.061035156250 +-0.196289062500 +-0.275390625000 +0.088867187500 +0.063476562500 +0.083496093750 +-0.022705078125 +-0.059570312500 +-0.139648437500 +0.059326171875 +0.108886718750 +-0.030395507812 +0.036865234375 +0.010192871094 +0.033935546875 +0.023193359375 +-0.005615234375 +-0.062988281250 +0.154296875000 +-0.139648437500 +-0.021362304688 +-0.160156250000 +0.132812500000 +-0.024414062500 +-0.124511718750 +0.123535156250 +-0.009643554688 +-0.029541015625 +0.049560546875 +0.006439208984 +-0.170898437500 +0.087402343750 +-0.060791015625 +0.074218750000 +0.018188476562 +0.030395507812 +0.033691406250 +-0.075195312500 +0.129882812500 +-0.269531250000 +-0.156250000000 +-0.084960937500 +0.184570312500 +0.028686523438 +-0.054931640625 +-0.148437500000 +0.006988525391 +-0.130859375000 +0.181640625000 +0.173828125000 +-0.049804687500 +-0.006927490234 +-0.086425781250 +0.024902343750 +-0.002990722656 +0.019165039062 +0.045654296875 +-0.061035156250 +-0.005371093750 +-0.055908203125 +0.105468750000 +-0.134765625000 +-0.008911132812 +-0.120605468750 +-0.243164062500 +0.073730468750 +0.082519531250 +0.076171875000 +-0.026611328125 +0.115234375000 +-0.023559570312 +0.052734375000 +0.109863281250 +0.078125000000 +-0.298828125000 +-0.198242187500 +0.090332031250 +0.081542968750 +-0.164062500000 +0.128906250000 +-0.157226562500 +-0.152343750000 +0.036865234375 +0.057861328125 +0.105957031250 +-0.184570312500 +-0.107910156250 +-0.075195312500 +-0.070312500000 +0.101074218750 +0.208984375000 +0.041748046875 +-0.087890625000 +0.003692626953 +0.222656250000 +0.165039062500 +-0.667968750000 +-0.028076171875 +-0.105957031250 +-0.004425048828 +-0.061767578125 +-0.273437500000 +-0.040283203125 +0.015747070312 +-0.150390625000 +0.064453125000 +0.253906250000 +0.040527343750 +-0.159179687500 +-0.028442382812 +0.255859375000 +0.160156250000 +-0.010070800781 +0.057617187500 +-0.075683593750 +-0.074218750000 +0.220703125000 +0.200195312500 +0.047363281250 +-0.062988281250 +-0.157226562500 +0.121093750000 +-0.136718750000 +0.059814453125 +-0.016845703125 +-0.035644531250 +0.214843750000 +0.188476562500 +0.142578125000 +-0.095703125000 +0.204101562500 +0.208007812500 +-0.002258300781 +-0.084960937500 +0.223632812500 +0.127929687500 +-0.018432617188 +0.194335937500 +0.013122558594 +-0.047119140625 +-0.121582031250 +0.036865234375 +-0.059326171875 +-0.205078125000 +-0.045410156250 +-0.200195312500 +-0.107421875000 +-0.059814453125 +0.108886718750 +-0.238281250000 +-0.032714843750 +-0.012512207031 +-0.037597656250 +-0.092285156250 +-0.042724609375 +-0.074218750000 +0.018920898438 +-0.183593750000 +-0.195312500000 +0.028442382812 +-0.029663085938 +-0.023803710938 +-0.208984375000 +-0.031738281250 +0.188476562500 +0.071289062500 +-0.070800781250 +-0.042236328125 +-0.059814453125 +0.044433593750 +-0.020751953125 +0.005523681641 +-0.048339843750 +-0.022949218750 +-0.166015625000 +0.160156250000 +0.065917968750 +-0.106445312500 +0.064453125000 +0.117187500000 +0.045410156250 +-0.185546875000 +-0.081542968750 +-0.120605468750 +0.070800781250 +0.088867187500 +0.129882812500 +-0.242187500000 +-0.160156250000 +0.179687500000 +-0.138671875000 +0.005554199219 +0.035400390625 +0.007049560547 +-0.263671875000 +-0.002593994141 +-0.132812500000 +0.223632812500 +0.081054687500 +-0.106445312500 +-0.078613281250 +0.122070312500 +-0.020874023438 +-0.172851562500 +-0.052978515625 +0.132812500000 +-0.012207031250 +-0.245117187500 +-0.008666992188 +0.083496093750 +0.142578125000 +0.073242187500 +-0.090332031250 +-0.128906250000 +-0.310546875000 +-0.029418945312 +-0.188476562500 +0.218750000000 +0.069335937500 +-0.191406250000 +0.046142578125 +0.173828125000 +0.078125000000 +0.063964843750 +-0.065429687500 +0.022460937500 +-0.122070312500 +0.033447265625 +0.084472656250 +-0.127929687500 +0.093750000000 +-0.085449218750 +-0.113769531250 +-0.041992187500 +-0.196289062500 +-0.085449218750 +0.120605468750 +-0.245117187500 +0.062988281250 +0.059082031250 +-0.068359375000 +-0.018676757812 +0.048095703125 +0.034912109375 +0.178710937500 +0.068847656250 +0.051757812500 +-0.006347656250 +-0.027832031250 +-0.174804687500 +0.231445312500 +0.148437500000 +-0.136718750000 +-0.245117187500 +-0.148437500000 +-0.250000000000 +-0.038330078125 +-0.137695312500 +0.028930664062 +0.040039062500 +-0.118164062500 +0.119628906250 +-0.135742187500 +-0.019287109375 +0.038574218750 +0.001098632812 +-0.158203125000 +0.010864257812 +-0.049316406250 +-0.045898437500 +0.037841796875 +-0.014099121094 +-0.104980468750 +-0.166992187500 +-0.017456054688 +0.103027343750 +0.176757812500 +0.087402343750 +0.051513671875 +0.010864257812 +-0.022338867188 +0.006256103516 +0.041992187500 +-0.248046875000 +-0.061035156250 +0.170898437500 +0.021850585938 +-0.124511718750 +-0.204101562500 +-0.176757812500 +-0.190429687500 +0.036621093750 +0.076660156250 +0.135742187500 +-0.294921875000 +-0.046875000000 +-0.012084960938 +-0.085937500000 +-0.083984375000 +0.038085937500 +-0.061767578125 +0.096679687500 +-0.052490234375 +-0.044921875000 +-0.089843750000 +-0.018676757812 +0.131835937500 +-0.165039062500 +-0.113769531250 +-0.209960937500 +-0.378906250000 +-0.090332031250 +0.067382812500 +-0.092773437500 +0.092285156250 +-0.177734375000 +-0.230468750000 +0.006683349609 +-0.117675781250 +0.029052734375 +-0.002929687500 +-0.068359375000 +-0.287109375000 +0.022216796875 +-0.049072265625 +0.008056640625 +0.052001953125 +0.016235351562 +-0.086914062500 +-0.261718750000 +-0.096191406250 +0.113281250000 +-0.037353515625 +-0.149414062500 +-0.020507812500 +-0.034912109375 +-0.017822265625 +0.145507812500 +-0.130859375000 +0.073730468750 +-0.298828125000 +-0.171875000000 +-0.142578125000 +-0.156250000000 +-0.044921875000 +-0.009765625000 +0.065429687500 +0.092773437500 +-0.104980468750 +-0.209960937500 +-0.135742187500 +-0.179687500000 +-0.061035156250 +-0.304687500000 +0.141601562500 +-0.096679687500 +0.132812500000 +-0.186523437500 +-0.261718750000 +-0.146484375000 +-0.226562500000 +0.062500000000 +0.104003906250 +0.128906250000 +0.081054687500 +-0.205078125000 +-0.137695312500 +-0.216796875000 +-0.141601562500 +-0.080566406250 +-0.123046875000 +-0.075683593750 +-0.322265625000 +0.222656250000 +-0.468750000000 +-0.205078125000 +-0.118652343750 +-0.097167968750 +0.032226562500 +0.104980468750 +-0.122558593750 +-0.188476562500 +-0.244140625000 +-0.081054687500 +-0.214843750000 +-0.291015625000 +-0.058105468750 +0.104003906250 +-0.095703125000 +-0.062011718750 +-0.077636718750 +-0.111816406250 +0.070312500000 +-0.227539062500 +-0.140625000000 +-0.050048828125 +0.128906250000 +0.066894531250 +0.143554687500 +-0.084472656250 +0.072753906250 +-0.168945312500 +-0.110839843750 +0.122558593750 +0.259765625000 +-0.200195312500 +0.076171875000 +0.025756835938 +-0.080566406250 +-0.000553131104 +0.043945312500 +-0.008544921875 +0.053222656250 +-0.200195312500 +-0.077148437500 +0.071777343750 +0.139648437500 +0.027832031250 +-0.006896972656 +0.021972656250 +0.102539062500 +-0.157226562500 +0.085449218750 +0.150390625000 +-0.081054687500 +-0.073730468750 +0.104492187500 +-0.028076171875 +0.051025390625 +0.045166015625 +0.089355468750 +-0.238281250000 +-0.139648437500 +0.014099121094 +-0.644531250000 +0.149414062500 +0.259765625000 +-0.202148437500 +0.020996093750 +-0.416015625000 +-0.140625000000 +0.094726562500 +0.226562500000 +-0.173828125000 +-0.269531250000 +-0.013183593750 +-0.042236328125 +-0.056884765625 +-0.079589843750 +-0.035156250000 +-0.070312500000 +0.086914062500 +0.140625000000 +-0.117187500000 +-0.004333496094 +0.163085937500 +-0.094726562500 +0.120117187500 +-0.131835937500 +0.140625000000 +-0.063476562500 +-0.065429687500 +-0.265625000000 +-0.102539062500 +-0.087890625000 +-0.009765625000 +-0.065917968750 +-0.076171875000 +-0.127929687500 +-0.077148437500 +-0.083984375000 +0.012634277344 +-0.061035156250 +0.125000000000 +-0.035156250000 +-0.055419921875 +-0.137695312500 +0.022583007812 +0.112304687500 +-0.285156250000 +-0.110351562500 +-0.100585937500 +-0.164062500000 +0.006072998047 +0.050292968750 +0.078125000000 +-0.122558593750 +0.041503906250 +0.048583984375 +0.075683593750 +-0.061279296875 +-0.097167968750 +-0.114746093750 +0.036376953125 +0.023193359375 +-0.093750000000 +0.013793945312 +-0.193359375000 +0.186523437500 +-0.016479492188 +-0.069335937500 +-0.004516601562 +-0.073730468750 +-0.149414062500 +0.042724609375 +-0.330078125000 +0.090332031250 +0.013244628906 +-0.047119140625 +0.066894531250 +0.088378906250 +-0.006134033203 +0.002136230469 +-0.040039062500 +-0.169921875000 +-0.068359375000 +0.062988281250 +0.043945312500 +-0.079589843750 +0.057128906250 +0.046875000000 +-0.425781250000 +-0.092773437500 +0.135742187500 +-0.182617187500 +-0.138671875000 +-0.058593750000 +0.075683593750 +0.196289062500 +-0.273437500000 +-0.029296875000 +-0.153320312500 +-0.007537841797 +0.048583984375 +-0.009094238281 +0.001380920410 +-0.151367187500 +0.255859375000 +0.022460937500 +-0.171875000000 +-0.056396484375 +-0.094238281250 +-0.384765625000 +0.121093750000 +-0.090820312500 +-0.136718750000 +0.023559570312 +-0.138671875000 +-0.136718750000 +0.052978515625 +-0.019897460938 +0.035888671875 +0.049316406250 +-0.030029296875 +-0.121582031250 +-0.146484375000 +-0.337890625000 +-0.175781250000 +-0.237304687500 +0.083984375000 +0.609375000000 +-0.027343750000 +-0.169921875000 +-0.443359375000 +-0.011718750000 +-0.043945312500 +0.071289062500 +0.017089843750 +-0.015625000000 +-0.539062500000 +-0.021362304688 +-0.190429687500 +-0.085937500000 +-0.030395507812 +-0.090820312500 +0.051757812500 +-0.042724609375 +0.326171875000 +-0.046630859375 +-0.089355468750 +-0.108398437500 +-0.300781250000 +-0.025024414062 +-0.095703125000 +-0.112304687500 +0.157226562500 +-0.104980468750 +-0.158203125000 +-0.251953125000 +0.021484375000 +-0.165039062500 +0.085937500000 +-0.184570312500 +-0.144531250000 +-0.007781982422 +0.018798828125 +-0.001167297363 +0.188476562500 +-0.031005859375 +-0.075195312500 +-0.253906250000 +-0.030761718750 +0.124023437500 +0.013366699219 +-0.136718750000 +0.055419921875 +-0.085937500000 +-0.154296875000 +-0.067382812500 +-0.094726562500 +-0.213867187500 +-0.077636718750 +0.215820312500 +0.075195312500 +-0.179687500000 +-0.053466796875 +0.027221679688 +-0.048828125000 +0.210937500000 +0.031127929688 +0.152343750000 +0.022705078125 +0.077636718750 +0.145507812500 +-0.117675781250 +-0.031250000000 +0.155273437500 +0.014770507812 +0.056884765625 +0.210937500000 +-0.310546875000 +-0.040771484375 +0.158203125000 +0.065429687500 +-0.099609375000 +0.017822265625 +0.017089843750 +-0.077636718750 +-0.243164062500 +0.209960937500 +0.046630859375 +-0.104003906250 +-0.470703125000 +0.066406250000 +-0.044189453125 +0.086425781250 +0.110839843750 +-0.048583984375 +0.028808593750 +0.259765625000 +-0.048339843750 +0.101074218750 +0.031250000000 +0.046142578125 +-0.088867187500 +0.062500000000 +0.208984375000 +0.187500000000 +0.132812500000 +0.073242187500 +-0.040771484375 +-0.037109375000 +0.087890625000 +-0.057617187500 +0.159179687500 +0.123046875000 +-0.071289062500 +0.067871093750 +-0.085937500000 +-0.111328125000 +-0.312500000000 +0.027465820312 +0.231445312500 +-0.124023437500 +0.128906250000 +-0.076660156250 +0.019775390625 +0.017944335938 +-0.179687500000 +-0.247070312500 +0.043212890625 +0.102539062500 +-0.019653320312 +-0.016601562500 +0.126953125000 +0.117675781250 +-0.111816406250 +-0.199218750000 +0.151367187500 +0.081542968750 +-0.078125000000 +0.030883789062 +0.009765625000 +-0.046630859375 +0.002319335938 +-0.197265625000 +0.006011962891 +0.081542968750 +0.077148437500 +-0.127929687500 +-0.063964843750 +0.165039062500 +-0.228515625000 +-0.324218750000 +-0.000234603882 +0.004028320312 +-0.139648437500 +-0.004638671875 +0.028076171875 +0.341796875000 +-0.246093750000 +-0.140625000000 +0.120117187500 +-0.118164062500 +-0.353515625000 +-0.155273437500 +-0.099609375000 +0.119140625000 +0.010559082031 +-0.055908203125 +-0.219726562500 +0.078125000000 +-0.068847656250 +0.016967773438 +-0.043945312500 +-0.073242187500 +-0.267578125000 +0.093750000000 +-0.066406250000 +-0.337890625000 +0.123535156250 +-0.098144531250 +0.101562500000 +0.085937500000 +-0.277343750000 +-0.347656250000 +0.006164550781 +-0.235351562500 +-0.239257812500 +0.189453125000 +0.029296875000 +0.126953125000 +-0.306640625000 +-0.151367187500 +-0.179687500000 +-0.004943847656 +-0.667968750000 +-0.259765625000 +-0.132812500000 +-0.186523437500 +0.059082031250 +-0.052734375000 +0.016479492188 +-0.359375000000 +-0.178710937500 +-0.277343750000 +0.042480468750 +0.027709960938 +0.210937500000 +0.062988281250 +-0.168945312500 +0.164062500000 +-0.277343750000 +-0.046142578125 +0.184570312500 +-0.018066406250 +-0.168945312500 +0.075195312500 +-0.169921875000 +0.166015625000 +-0.347656250000 +-0.178710937500 +0.404296875000 +0.024780273438 +-0.002914428711 +0.017456054688 +-0.019775390625 +-0.024169921875 +-0.144531250000 +-0.160156250000 +0.018188476562 +-0.137695312500 +0.060058593750 +-0.086425781250 +0.155273437500 +0.146484375000 +0.065917968750 +0.062255859375 +-0.165039062500 +-0.191406250000 +0.076171875000 +-0.075683593750 +-0.032470703125 +0.078613281250 +0.188476562500 +0.047119140625 +-0.021484375000 +-0.294921875000 +-0.026489257812 +0.068359375000 +0.132812500000 +0.121582031250 +0.146484375000 +0.106933593750 +-0.003417968750 +0.263671875000 +-0.092773437500 +-0.012878417969 +-0.175781250000 +0.128906250000 +-0.273437500000 +0.101074218750 +-0.157226562500 +-0.051757812500 +-0.703125000000 +-0.159179687500 +-0.039306640625 +0.008361816406 +0.060058593750 +0.052246093750 +0.149414062500 +-0.078125000000 +0.053222656250 +0.144531250000 +-0.365234375000 +-0.173828125000 +-0.154296875000 +-0.082031250000 +0.119140625000 +0.014221191406 +0.065917968750 +-0.175781250000 +-0.082519531250 +0.025512695312 +-0.122558593750 +-0.174804687500 +0.089843750000 +0.201171875000 +0.119628906250 +-0.269531250000 +0.110351562500 +-0.147460937500 +-0.066894531250 +0.052490234375 +-0.115722656250 +0.099121093750 +-0.217773437500 +-0.160156250000 +-0.099609375000 +-0.097167968750 +0.017578125000 +-0.135742187500 +-0.065429687500 +0.023071289062 +-0.106933593750 +-0.103027343750 +-0.065917968750 +0.090332031250 +0.087890625000 +0.006500244141 +-0.003707885742 +0.070312500000 +0.248046875000 +-0.153320312500 +0.248046875000 +-0.216796875000 +-0.154296875000 +0.000360488892 +-0.035888671875 +-0.289062500000 +-0.263671875000 +-0.057617187500 +0.015563964844 +0.011901855469 +0.117675781250 +-0.339843750000 +-0.261718750000 +-0.125976562500 +-0.012878417969 +-0.263671875000 +-0.013916015625 +0.128906250000 +-0.068359375000 +-0.206054687500 +-0.020263671875 +0.116699218750 +-0.115722656250 +0.029418945312 +-0.055419921875 +-0.139648437500 +-0.188476562500 +0.201171875000 +0.070800781250 +-0.069335937500 +0.171875000000 +-0.107421875000 +-0.062500000000 +-0.177734375000 +0.038818359375 +-0.078613281250 +-0.302734375000 +-0.020629882812 +0.058837890625 +0.103027343750 +-0.062500000000 +-0.046386718750 +-0.040771484375 +0.105957031250 +0.052246093750 +-0.203125000000 +-0.082519531250 +-0.083007812500 +-0.222656250000 +0.042480468750 +-0.148437500000 +-0.041503906250 +-0.433593750000 +-0.071777343750 +-0.250000000000 +-0.146484375000 +0.074218750000 +0.052490234375 +-0.034423828125 +0.145507812500 +-0.215820312500 +-0.130859375000 +-0.106445312500 +-0.098632812500 +-0.152343750000 +0.087890625000 +0.060302734375 +-0.114746093750 +0.139648437500 +-0.435546875000 +-0.111816406250 +-0.059082031250 +-0.191406250000 +0.021484375000 +0.115722656250 +0.173828125000 +0.033691406250 +-0.211914062500 +-0.267578125000 +-0.125000000000 +0.125976562500 +0.096679687500 +-0.065917968750 +0.056884765625 +-0.194335937500 +0.143554687500 +-0.267578125000 +-0.018188476562 +-0.179687500000 +0.041992187500 +-0.103515625000 +0.118164062500 +-0.201171875000 +-0.178710937500 +-0.222656250000 +-0.206054687500 +-0.078613281250 +-0.166992187500 +-0.102050781250 +0.106933593750 +-0.048828125000 +-0.018920898438 +-0.055664062500 +-0.077148437500 +0.171875000000 +0.240234375000 +-0.144531250000 +-0.000762939453 +0.022216796875 +0.177734375000 +-0.341796875000 +-0.020751953125 +0.074218750000 +-0.050537109375 +-0.219726562500 +-0.478515625000 +-0.056640625000 +-0.029907226562 +0.014038085938 +0.259765625000 +0.185546875000 +-0.088378906250 +0.104492187500 +0.024536132812 +-0.224609375000 +0.218750000000 +0.125000000000 +-0.163085937500 +-0.044921875000 +0.178710937500 +0.202148437500 +-0.002807617188 +-0.053955078125 +0.125000000000 +-0.085449218750 +-0.249023437500 +0.027465820312 +-0.121582031250 +-0.205078125000 +-0.231445312500 +0.008117675781 +-0.052246093750 +-0.183593750000 +-0.121582031250 +0.016845703125 +0.053222656250 +-0.004333496094 +0.035400390625 +0.161132812500 +-0.131835937500 +-0.132812500000 +0.039062500000 +0.208007812500 +-0.351562500000 +-0.060058593750 +-0.083984375000 +-0.246093750000 +-0.072265625000 +0.060546875000 +-0.169921875000 +0.037109375000 +-0.044433593750 +0.055664062500 +-0.003707885742 +-0.177734375000 +-0.322265625000 +0.058837890625 +0.041015625000 +0.065917968750 +-0.211914062500 +0.098632812500 +-0.111328125000 +-0.090820312500 +0.080078125000 +-0.061279296875 +-0.107421875000 +0.176757812500 +0.001922607422 +-0.080078125000 +0.108398437500 +-0.104980468750 +0.151367187500 +0.099121093750 +0.036132812500 +0.036132812500 +-0.078613281250 +0.204101562500 +0.133789062500 +-0.089843750000 +0.015319824219 +0.028198242188 +0.279296875000 +-0.015502929688 +0.105468750000 +0.086914062500 +-0.003692626953 +-0.121093750000 +0.062255859375 +0.149414062500 +0.078125000000 +0.330078125000 +0.190429687500 +0.257812500000 +-0.010192871094 +-0.168945312500 +0.094238281250 +0.011291503906 +0.191406250000 +0.025024414062 +0.219726562500 +-0.066894531250 +-0.042968750000 +-0.147460937500 +-0.208007812500 +-0.157226562500 +0.042480468750 +0.018066406250 +-0.049560546875 +-0.196289062500 +0.060058593750 +0.111328125000 +0.248046875000 +0.046142578125 +-0.088867187500 +0.054199218750 +0.136718750000 +-0.193359375000 +0.064453125000 +-0.062988281250 +-0.038330078125 +0.031127929688 +-0.048095703125 +-0.049560546875 +-0.006072998047 +0.044433593750 +0.041992187500 +0.089843750000 +0.155273437500 +-0.036865234375 +-0.078125000000 +-0.091796875000 +0.037841796875 +0.017456054688 +-0.087402343750 +0.151367187500 +-0.071289062500 +-0.104003906250 +-0.149414062500 +0.030273437500 +0.078125000000 +-0.079101562500 +0.332031250000 +0.113281250000 +0.158203125000 +-0.170898437500 +-0.119628906250 +0.008544921875 +-0.023071289062 +0.007781982422 +0.111328125000 +-0.094726562500 +-0.095703125000 +-0.474609375000 +-0.055908203125 +-0.195312500000 +-0.007537841797 +0.159179687500 +-0.277343750000 +0.041748046875 +-0.145507812500 +0.094238281250 +0.018432617188 +0.093750000000 +0.082519531250 +-0.046630859375 +-0.074218750000 +-0.142578125000 +0.104980468750 +0.233398437500 +-0.211914062500 +-0.217773437500 +0.082031250000 +-0.324218750000 +0.020385742188 +-0.179687500000 +-0.206054687500 +-0.013610839844 +0.122558593750 +-0.207031250000 +0.035888671875 +0.145507812500 +-0.133789062500 +-0.378906250000 +-0.144531250000 +-0.253906250000 +-0.027954101562 +0.011352539062 +-0.022094726562 +-0.096679687500 +-0.012817382812 +0.244140625000 +0.059326171875 +0.061767578125 +0.044433593750 +0.090820312500 +0.001922607422 +-0.061767578125 +0.172851562500 +0.000038385391 +-0.052490234375 +0.089355468750 +-0.106445312500 +-0.148437500000 +-0.155273437500 +0.081054687500 +0.008789062500 +-0.170898437500 +0.131835937500 +-0.092773437500 +0.003417968750 +0.064941406250 +-0.259765625000 +-0.042968750000 +0.072753906250 +0.052978515625 +-0.138671875000 +0.069335937500 +0.036621093750 +0.156250000000 +0.191406250000 +-0.394531250000 +-0.124511718750 +-0.120605468750 +0.032470703125 +0.000391006470 +0.050781250000 +0.142578125000 +-0.222656250000 +-0.163085937500 +0.132812500000 +0.095214843750 +0.070312500000 +-0.115234375000 +0.084472656250 +0.116210937500 +-0.114257812500 +-0.190429687500 +0.027832031250 +0.056152343750 +-0.057373046875 +-0.285156250000 +-0.065429687500 +-0.054687500000 +0.048095703125 +-0.257812500000 +-0.175781250000 +0.140625000000 +0.098632812500 +-0.054199218750 +-0.049072265625 +0.096679687500 +0.227539062500 +0.078125000000 +0.109863281250 +-0.009033203125 +-0.211914062500 +-0.099121093750 +-0.083007812500 +-0.236328125000 +0.201171875000 +0.109375000000 +-0.081542968750 +-0.080078125000 +0.322265625000 +-0.105957031250 +0.001388549805 +-0.008544921875 +-0.061523437500 +0.092773437500 +0.063964843750 +0.151367187500 +-0.071777343750 +0.002578735352 +-0.002029418945 +0.073730468750 +0.082519531250 +0.076660156250 +-0.103515625000 +-0.044921875000 +0.013305664062 +0.155273437500 +-0.109863281250 +0.281250000000 +0.073730468750 +0.022583007812 +-0.235351562500 +0.011413574219 +-0.040527343750 +-0.104492187500 +0.039794921875 +-0.128906250000 +-0.114746093750 +-0.015747070312 +0.109375000000 +-0.041259765625 +0.066406250000 +-0.112792968750 +0.085937500000 +-0.443359375000 +0.135742187500 +-0.355468750000 +-0.180664062500 +0.156250000000 +-0.170898437500 +0.186523437500 +0.147460937500 +0.134765625000 +0.017700195312 +-0.182617187500 +0.029174804688 +-0.079589843750 +0.035400390625 +0.042480468750 +-0.147460937500 +0.035888671875 +-0.005767822266 +-0.129882812500 +-0.037597656250 +0.111328125000 +-0.127929687500 +-0.153320312500 +-0.000364303589 +-0.511718750000 +0.010131835938 +-0.076171875000 +0.170898437500 +-0.087402343750 +0.239257812500 +0.089843750000 +0.229492187500 +0.047851562500 +0.013671875000 +-0.221679687500 +-0.026000976562 +-0.190429687500 +0.031494140625 +-0.036376953125 +-0.010437011719 +-0.523437500000 +-0.183593750000 +0.515625000000 +-0.047119140625 +0.030517578125 +-0.287109375000 +-0.060791015625 +-0.223632812500 +0.339843750000 +0.074707031250 +0.049560546875 +0.092285156250 +-0.077148437500 +-0.152343750000 +0.193359375000 +-0.007995605469 +-0.138671875000 +-0.087402343750 +-0.144531250000 +0.126953125000 +-0.029052734375 +0.026977539062 +0.135742187500 +-0.138671875000 +-0.296875000000 +-0.165039062500 +-0.053222656250 +0.149414062500 +0.071289062500 +-0.093750000000 +-0.089355468750 +0.082519531250 +0.218750000000 +-0.144531250000 +0.166015625000 +0.072753906250 +0.029663085938 +-0.404296875000 +0.085449218750 +0.127929687500 +-0.088378906250 +0.011474609375 +0.166015625000 +-0.265625000000 +-0.174804687500 +0.207031250000 +0.023315429688 +-0.092285156250 +-0.124023437500 +0.034667968750 +0.117187500000 +-0.306640625000 +-0.162109375000 +-0.173828125000 +0.097167968750 +-0.051757812500 +-0.033447265625 +0.019775390625 +-0.208007812500 +0.029907226562 +0.123046875000 +0.114257812500 +0.042480468750 +0.163085937500 +0.049804687500 +0.154296875000 +-0.176757812500 +-0.005645751953 +0.070800781250 +-0.192382812500 +0.143554687500 +-0.019287109375 +-0.143554687500 +-0.302734375000 +0.241210937500 +0.018554687500 +-0.261718750000 +-0.353515625000 +0.080078125000 +-0.209960937500 +-0.031494140625 +-0.065429687500 +-0.160156250000 +-0.289062500000 +-0.101562500000 +0.119628906250 +0.239257812500 +0.208984375000 +0.079589843750 +-0.038574218750 +-0.198242187500 +-0.332031250000 +-0.060058593750 +0.186523437500 +0.041259765625 +-0.044921875000 +-0.151367187500 +0.054443359375 +0.210937500000 +-0.135742187500 +-0.304687500000 +0.104492187500 +-0.045166015625 +0.166015625000 +0.017456054688 +0.160156250000 +-0.067382812500 +-0.026733398438 +-0.145507812500 +-0.175781250000 +0.012634277344 +-0.074218750000 +-0.010742187500 +-0.394531250000 +0.052001953125 +-0.022949218750 +-0.051513671875 +-0.107421875000 +-0.204101562500 +0.233398437500 +-0.075683593750 +0.083007812500 +0.110351562500 +-0.016235351562 +-0.088867187500 +0.091796875000 +-0.067871093750 +-0.160156250000 +-0.032226562500 +-0.101562500000 +-0.189453125000 +0.064941406250 +-0.004486083984 +0.114257812500 +-0.191406250000 +0.165039062500 +0.031982421875 +-0.053710937500 +-0.359375000000 +0.117675781250 +-0.002563476562 +-0.165039062500 +0.108886718750 +-0.294921875000 +-0.037353515625 +-0.142578125000 +0.114746093750 +-0.142578125000 +0.011901855469 +0.082519531250 +-0.048095703125 +0.017944335938 +-0.182617187500 +-0.033203125000 +-0.087890625000 +-0.158203125000 +-0.047119140625 +-0.127929687500 +0.237304687500 +0.025512695312 +0.067871093750 +0.027587890625 +0.095214843750 +0.169921875000 +0.088867187500 +0.032958984375 +-0.044433593750 +0.065917968750 +-0.054199218750 +-0.238281250000 +-0.101074218750 +-0.131835937500 +-0.083496093750 +0.006378173828 +0.125000000000 +-0.061767578125 +-0.028198242188 +-0.002304077148 +0.197265625000 +0.055664062500 +-0.017822265625 +-0.168945312500 +-0.087402343750 +0.041015625000 +0.147460937500 +-0.039550781250 +-0.117675781250 +-0.003402709961 +-0.043457031250 +-0.119140625000 +-0.101562500000 +0.128906250000 +-0.125976562500 +-0.180664062500 +0.041259765625 +-0.032226562500 +0.021240234375 +0.112792968750 +0.074218750000 +-0.210937500000 +-0.126953125000 +-0.156250000000 +0.037353515625 +0.189453125000 +-0.055908203125 +0.078125000000 +0.054687500000 +-0.053466796875 +-0.059814453125 +0.165039062500 +0.100585937500 +-0.116210937500 +0.003494262695 +0.133789062500 +-0.057128906250 +-0.216796875000 +-0.072265625000 +-0.063964843750 +0.139648437500 +0.039306640625 +-0.034667968750 +0.039062500000 +0.108398437500 +-0.008972167969 +0.033203125000 +-0.026245117188 +-0.026855468750 +0.124023437500 +-0.136718750000 +-0.027709960938 +-0.071289062500 +-0.031982421875 +-0.388671875000 +-0.085937500000 +-0.480468750000 +0.169921875000 +-0.078125000000 +-0.017333984375 +0.154296875000 +0.133789062500 +0.033935546875 +-0.216796875000 +0.189453125000 +0.061279296875 +0.003143310547 +0.052490234375 +-0.125976562500 +0.022949218750 +-0.104980468750 +-0.332031250000 +-0.058593750000 +0.039062500000 +0.170898437500 +-0.077636718750 +0.186523437500 +0.005950927734 +0.137695312500 +-0.154296875000 +-0.077636718750 +0.015258789062 +0.247070312500 +-0.059814453125 +0.075683593750 +-0.396484375000 +0.094238281250 +-0.074218750000 +-0.589843750000 +0.187500000000 +-0.006744384766 +0.004547119141 +-0.066406250000 +0.010681152344 +0.149414062500 +-0.177734375000 +-0.251953125000 +-0.063476562500 +-0.141601562500 +-0.029174804688 +-0.047607421875 +-0.036376953125 +-0.210937500000 +-0.021118164062 +0.056640625000 +-0.036621093750 +0.103027343750 +0.126953125000 +-0.063964843750 +-0.048828125000 +-0.151367187500 +-0.271484375000 +-0.065429687500 +-0.128906250000 +0.063964843750 +-0.099121093750 +0.054199218750 +-0.302734375000 +-0.206054687500 +-0.002944946289 +-0.114257812500 +-0.125000000000 +-0.122558593750 +0.198242187500 +-0.150390625000 +-0.063964843750 +0.156250000000 +-0.084472656250 +-0.163085937500 +-0.124511718750 +0.145507812500 +-0.122070312500 +-0.160156250000 +-0.071289062500 +0.018310546875 +0.018066406250 +0.134765625000 +-0.267578125000 +-0.091308593750 +-0.008911132812 +-0.078613281250 +-0.051757812500 +-0.029052734375 +-0.069335937500 +-0.158203125000 +0.092773437500 +0.251953125000 +0.138671875000 +-0.162109375000 +0.018798828125 +-0.126953125000 +0.032958984375 +0.041259765625 +-0.074707031250 +-0.097167968750 +-0.023315429688 +-0.137695312500 +-0.033691406250 +0.057617187500 +-0.161132812500 +0.279296875000 +0.031250000000 +0.231445312500 +-0.160156250000 +-0.158203125000 +-0.162109375000 +-0.064453125000 +0.108398437500 +0.006683349609 +-0.148437500000 +-0.205078125000 +-0.067871093750 +0.044677734375 +-0.045166015625 +-0.067382812500 +0.130859375000 +-0.312500000000 +-0.022583007812 +-0.041503906250 +0.092285156250 +0.105957031250 +-0.249023437500 +0.061523437500 +-0.154296875000 +-0.164062500000 +-0.037597656250 +0.096679687500 +0.119140625000 +-0.304687500000 +-0.099609375000 +0.287109375000 +-0.093750000000 +0.177734375000 +0.302734375000 +-0.055908203125 +-0.349609375000 +0.347656250000 +0.053710937500 +0.048583984375 +-0.035644531250 +0.158203125000 +0.028442382812 +-0.198242187500 +-0.160156250000 +0.004058837891 +0.267578125000 +-0.060302734375 +-0.009155273438 +-0.150390625000 +0.218750000000 +0.156250000000 +-0.251953125000 +0.398437500000 +-0.128906250000 +-0.216796875000 +0.333984375000 +0.146484375000 +0.099121093750 +-0.198242187500 +-0.063964843750 +-0.040527343750 +0.061523437500 +0.092285156250 +0.167968750000 +-0.196289062500 +-0.089355468750 +0.168945312500 +0.238281250000 +0.091308593750 +0.055908203125 +-0.047607421875 +0.156250000000 +-0.139648437500 +0.071777343750 +-0.119140625000 +-0.209960937500 +-0.039550781250 +-0.353515625000 +-0.091796875000 +0.115722656250 +-0.019531250000 +0.196289062500 +-0.145507812500 +0.195312500000 +0.106445312500 +-0.172851562500 +0.223632812500 +-0.109375000000 +-0.111816406250 +0.060791015625 +0.318359375000 +0.300781250000 +-0.144531250000 +0.018920898438 +-0.070312500000 +-0.423828125000 +0.031982421875 +0.384765625000 +-0.157226562500 +-0.240234375000 +0.341796875000 +0.064453125000 +-0.104492187500 +-0.125000000000 +0.226562500000 +0.061523437500 +-0.071777343750 +-0.013793945312 +-0.030151367188 +0.263671875000 +-0.117187500000 +-0.088378906250 +-0.138671875000 +-0.026367187500 +0.068847656250 +-0.208007812500 +0.156250000000 +-0.132812500000 +-0.152343750000 +0.255859375000 +0.059326171875 +-0.206054687500 +-0.073730468750 +-0.122558593750 +0.102539062500 +0.351562500000 +-0.095214843750 +0.318359375000 +-0.197265625000 +0.146484375000 +0.271484375000 +0.118652343750 +0.223632812500 +0.053955078125 +0.025146484375 +0.096679687500 +0.121093750000 +0.246093750000 +-0.104980468750 +0.114746093750 +-0.078613281250 +-0.253906250000 +0.114746093750 +0.046386718750 +-0.039794921875 +0.038818359375 +0.012817382812 +0.261718750000 +0.027465820312 +-0.086425781250 +0.006164550781 +-0.169921875000 +0.042724609375 +-0.208984375000 +0.000129699707 +-0.049560546875 +-0.094238281250 +0.006317138672 +-0.150390625000 +-0.263671875000 +-0.224609375000 +-0.084960937500 +0.116210937500 +0.166015625000 +0.033447265625 +-0.072265625000 +-0.179687500000 +0.006195068359 +0.202148437500 +-0.049804687500 +0.017700195312 +-0.029174804688 +0.109863281250 +0.006622314453 +-0.013793945312 +0.004211425781 +0.001907348633 +0.154296875000 +0.134765625000 +-0.008789062500 +0.098144531250 +-0.070800781250 +0.011047363281 +0.238281250000 +-0.199218750000 +-0.202148437500 +0.011352539062 +0.168945312500 +0.030883789062 +0.055175781250 +0.000230789185 +0.100097656250 +-0.015747070312 +-0.014404296875 +-0.048339843750 +-0.167968750000 +-0.269531250000 +-0.128906250000 +-0.075683593750 +-0.065917968750 +0.100585937500 +-0.124023437500 +0.251953125000 +-0.107910156250 +-0.124511718750 +0.032470703125 +0.092285156250 +0.080566406250 +-0.261718750000 +0.092773437500 +-0.099121093750 +0.186523437500 +-0.055908203125 +0.079101562500 +-0.075683593750 +0.052734375000 +-0.075195312500 +0.010864257812 +-0.082519531250 +-0.011962890625 +-0.092773437500 +-0.031738281250 +-0.217773437500 +0.010681152344 +0.031005859375 +0.150390625000 +-0.140625000000 +-0.314453125000 +0.104980468750 +-0.144531250000 +0.035400390625 +-0.063964843750 +0.033935546875 +-0.176757812500 +-0.038818359375 +0.079101562500 +0.081542968750 +0.016357421875 +0.109863281250 +0.053710937500 +-0.180664062500 +0.024780273438 +0.193359375000 +-0.038085937500 +-0.056884765625 +0.038330078125 +-0.094726562500 +0.066894531250 +-0.119628906250 +-0.053710937500 +-0.064941406250 +0.123535156250 +-0.030517578125 +0.064941406250 +0.186523437500 +0.054443359375 +0.021362304688 +-0.208984375000 +-0.072265625000 +0.322265625000 +-0.211914062500 +-0.062500000000 +0.079101562500 +0.167968750000 +-0.129882812500 +0.013916015625 +0.047119140625 +-0.055175781250 +-0.175781250000 +-0.066406250000 +-0.018798828125 +-0.049560546875 +0.221679687500 +0.081054687500 +-0.179687500000 +-0.023925781250 +-0.242187500000 +-0.078125000000 +0.146484375000 +0.166992187500 +-0.167968750000 +0.073242187500 +-0.419921875000 +-0.093261718750 +0.048339843750 +0.050781250000 +-0.190429687500 +0.209960937500 +-0.104492187500 +0.224609375000 +0.118652343750 +-0.275390625000 +-0.079101562500 +0.041748046875 +-0.017822265625 +0.042480468750 +0.058105468750 +-0.104980468750 +0.022216796875 +0.203125000000 +0.085937500000 +-0.030273437500 +-0.030517578125 +0.031494140625 +0.016845703125 +-0.043212890625 +-0.445312500000 +-0.038818359375 +0.048828125000 +-0.060546875000 +0.031005859375 +-0.080078125000 +0.148437500000 +-0.131835937500 +0.145507812500 +-0.005004882812 +0.089355468750 +-0.090820312500 +-0.285156250000 +0.166015625000 +0.139648437500 +-0.121582031250 +-0.140625000000 +-0.069335937500 +-0.283203125000 +0.015380859375 +-0.079101562500 +0.065917968750 +-0.127929687500 +0.155273437500 +-0.050781250000 +0.079589843750 +-0.113281250000 +-0.129882812500 +0.132812500000 +0.099609375000 +0.103027343750 +0.069335937500 +-0.253906250000 +0.043701171875 +-0.108398437500 +0.100097656250 +-0.006072998047 +-0.302734375000 +-0.005920410156 +-0.020385742188 +-0.021240234375 +-0.103027343750 +0.001312255859 +-0.208007812500 +0.088378906250 +-0.441406250000 +-0.063476562500 +-0.012573242188 +0.221679687500 +-0.087890625000 +-0.000720977783 +0.021118164062 +-0.151367187500 +-0.208984375000 +0.012695312500 +0.203125000000 +0.090332031250 +-0.108886718750 +-0.033935546875 +0.219726562500 +-0.094726562500 +0.024780273438 +-0.412109375000 +0.031005859375 +0.283203125000 +0.118652343750 +0.068359375000 +-0.285156250000 +-0.129882812500 +-0.191406250000 +0.172851562500 +-0.104003906250 +0.178710937500 +0.022216796875 +0.083007812500 +0.001396179199 +-0.277343750000 +0.152343750000 +0.074218750000 +-0.020263671875 +-0.045166015625 +-0.203125000000 +-0.253906250000 +0.013549804688 +-0.034179687500 +-0.188476562500 +-0.034667968750 +-0.119140625000 +-0.119140625000 +0.396484375000 +-0.104492187500 +0.000140190125 +0.032470703125 +-0.020751953125 +-0.084960937500 +-0.083984375000 +0.005218505859 +0.154296875000 +0.153320312500 +-0.018676757812 +-0.179687500000 +0.134765625000 +-0.110351562500 +-0.004760742188 +-0.208984375000 +0.070312500000 +-0.054443359375 +-0.031005859375 +-0.062500000000 +-0.038330078125 +-0.287109375000 +0.043945312500 +-0.040039062500 +-0.153320312500 +-0.257812500000 +0.047363281250 +0.115234375000 +-0.056640625000 +0.132812500000 +-0.170898437500 +-0.001190185547 +-0.055664062500 +0.149414062500 +0.021850585938 +-0.013061523438 +-0.001998901367 +-0.078613281250 +0.142578125000 +0.300781250000 +0.102539062500 +-0.075195312500 +-0.003265380859 +-0.040771484375 +-0.079589843750 +0.080566406250 +0.023071289062 +-0.160156250000 +0.166992187500 +0.080078125000 +0.110839843750 +0.018920898438 +-0.168945312500 +0.230468750000 +0.127929687500 +0.253906250000 +-0.011291503906 +-0.058349609375 +0.079101562500 +0.064941406250 +0.015441894531 +0.054443359375 +-0.154296875000 +0.105957031250 +0.018676757812 +0.042968750000 +-0.079589843750 +0.121093750000 +0.015136718750 +0.016357421875 +0.037109375000 +-0.078613281250 +-0.006164550781 +-0.062011718750 +0.020385742188 +-0.020751953125 +-0.010314941406 +0.105957031250 +0.156250000000 +-0.017944335938 +-0.300781250000 +0.010925292969 +0.176757812500 +-0.092285156250 +0.170898437500 +-0.102050781250 +0.025268554688 +-0.071289062500 +0.071289062500 +0.118652343750 +-0.101074218750 +0.103515625000 +0.059570312500 +-0.051269531250 +-0.067382812500 +-0.151367187500 +0.005737304688 +0.125000000000 +-0.063476562500 +-0.128906250000 +-0.048583984375 +0.253906250000 +-0.211914062500 +-0.002029418945 +-0.306640625000 +-0.057617187500 +0.219726562500 +0.230468750000 +0.088378906250 +0.250000000000 +0.094726562500 +-0.176757812500 +-0.120117187500 +-0.335937500000 +0.132812500000 +-0.137695312500 +0.043945312500 +-0.072265625000 +0.096679687500 +-0.157226562500 +-0.040283203125 +-0.177734375000 +-0.111816406250 +-0.371093750000 +-0.215820312500 +-0.102050781250 +-0.027832031250 +0.107910156250 +0.069824218750 +-0.025024414062 +0.032226562500 +-0.143554687500 +-0.096679687500 +0.019287109375 +-0.281250000000 +-0.104980468750 +-0.117187500000 +-0.207031250000 +0.202148437500 +0.006835937500 +-0.127929687500 +-0.042236328125 +0.049804687500 +-0.118164062500 +0.134765625000 +-0.029418945312 +-0.044433593750 +-0.077636718750 +0.045410156250 +0.151367187500 +-0.112792968750 +0.214843750000 +-0.055419921875 +0.013671875000 +-0.102539062500 +0.101562500000 +0.024902343750 +0.010681152344 +-0.151367187500 +-0.056640625000 +0.102050781250 +0.009338378906 +-0.049316406250 +-0.018310546875 +0.116210937500 +0.041015625000 +0.002227783203 +-0.184570312500 +0.128906250000 +-0.075683593750 +0.107910156250 +0.058593750000 +-0.010192871094 +-0.207031250000 +-0.090332031250 +0.025390625000 +-0.083007812500 +-0.151367187500 +-0.047851562500 +0.020507812500 +-0.005584716797 +-0.208007812500 +-0.028930664062 +0.162109375000 +-0.028686523438 +0.014465332031 +-0.021728515625 +-0.097656250000 +0.022583007812 +-0.104492187500 +0.039062500000 +0.038818359375 +-0.038085937500 +-0.006500244141 +0.015502929688 +-0.022338867188 +-0.001510620117 +0.076660156250 +-0.080078125000 +-0.026245117188 +0.039306640625 +-0.074218750000 +-0.076171875000 +-0.306640625000 +0.036376953125 +-0.147460937500 +0.057373046875 +0.043945312500 +-0.105957031250 +0.000629425049 +-0.160156250000 +0.111328125000 +-0.253906250000 +0.200195312500 +0.013000488281 +-0.238281250000 +0.135742187500 +0.036376953125 +0.030517578125 +-0.139648437500 +0.135742187500 +-0.412109375000 +0.060302734375 +0.054443359375 +-0.332031250000 +-0.037841796875 +0.011047363281 +0.018432617188 +-0.090820312500 +0.107421875000 +0.001983642578 +-0.006378173828 +0.148437500000 +-0.074707031250 +0.004577636719 +-0.057373046875 +0.063476562500 +-0.025512695312 +0.055664062500 +-0.076660156250 +0.046630859375 +0.131835937500 +0.102539062500 +0.008361816406 +-0.067382812500 +-0.056640625000 +0.178710937500 +-0.028076171875 +-0.059814453125 +0.022583007812 +0.001853942871 +-0.006988525391 +0.099609375000 +0.013122558594 +0.239257812500 +0.002990722656 +-0.023925781250 +0.138671875000 +0.179687500000 +-0.132812500000 +-0.083496093750 +-0.103515625000 +0.067382812500 +-0.004547119141 +0.196289062500 +-0.004272460938 +-0.199218750000 +0.103027343750 +-0.010437011719 +-0.253906250000 +-0.068847656250 +0.161132812500 +-0.019409179688 +0.075195312500 +0.237304687500 +0.048583984375 +-0.131835937500 +-0.038085937500 +0.034667968750 +-0.179687500000 +0.083007812500 +0.037597656250 +-0.048339843750 +-0.092285156250 +-0.107910156250 +0.110839843750 +-0.053710937500 +0.112304687500 +0.173828125000 +-0.118652343750 +-0.129882812500 +0.026245117188 +-0.008850097656 +-0.148437500000 +-0.046386718750 +-0.126953125000 +0.045654296875 +0.126953125000 +-0.328125000000 +-0.212890625000 +0.177734375000 +-0.613281250000 +0.062255859375 +-0.104980468750 +0.026733398438 +-0.168945312500 +0.098632812500 +-0.179687500000 +-0.180664062500 +0.188476562500 +0.200195312500 +-0.104980468750 +-0.031738281250 +0.019775390625 +0.146484375000 +0.062255859375 +0.067382812500 +0.031127929688 +-0.156250000000 +0.136718750000 +-0.128906250000 +0.033691406250 +0.111328125000 +-0.078125000000 +-0.202148437500 +-0.006500244141 +0.109863281250 +0.148437500000 +-0.105468750000 +-0.125000000000 +0.029296875000 +-0.433593750000 +-0.059082031250 +-0.233398437500 +0.247070312500 +-0.135742187500 +-0.070800781250 +0.092773437500 +0.168945312500 +0.005249023438 +-0.193359375000 +0.277343750000 +0.047607421875 +0.120605468750 +-0.016479492188 +-0.017822265625 +-0.015991210938 +-0.120117187500 +-0.215820312500 +-0.222656250000 +0.079101562500 +0.188476562500 +0.194335937500 +0.168945312500 +-0.022460937500 +-0.094238281250 +-0.051025390625 +-0.043457031250 +0.097656250000 +0.112792968750 +0.131835937500 +0.083007812500 +-0.041748046875 +0.001884460449 +0.097167968750 +0.062988281250 +0.235351562500 +-0.059082031250 +-0.000846862793 +0.233398437500 +0.102539062500 +-0.080566406250 +0.104980468750 +-0.031005859375 +-0.038818359375 +0.106445312500 +-0.072265625000 +-0.104003906250 +-0.012573242188 +0.010864257812 +0.220703125000 +0.026489257812 +-0.179687500000 +-0.310546875000 +0.166015625000 +0.227539062500 +0.014587402344 +-0.211914062500 +-0.178710937500 +-0.089355468750 +0.048583984375 +0.199218750000 +-0.069335937500 +0.041992187500 +-0.455078125000 +-0.127929687500 +0.058837890625 +-0.020996093750 +-0.273437500000 +-0.005249023438 +-0.162109375000 +0.128906250000 +0.169921875000 +-0.080566406250 +-0.026000976562 +-0.019653320312 +-0.018066406250 +0.142578125000 +-0.041503906250 +-0.076171875000 +0.018798828125 +-0.038085937500 +0.020385742188 +-0.075195312500 +-0.032714843750 +0.018432617188 +-0.131835937500 +-0.151367187500 +-0.124023437500 +0.150390625000 +0.016723632812 +0.031494140625 +-0.074218750000 +0.053466796875 +0.171875000000 +0.265625000000 +-0.109375000000 +-0.061035156250 +-0.118164062500 +-0.302734375000 +0.198242187500 +-0.217773437500 +-0.170898437500 +-0.022216796875 +0.030151367188 +-0.030395507812 +-0.124511718750 +-0.142578125000 +-0.133789062500 +-0.173828125000 +-0.097656250000 +-0.265625000000 +-0.000463485718 +-0.084472656250 +0.165039062500 +0.123046875000 +-0.237304687500 +0.054443359375 +-0.169921875000 +-0.153320312500 +0.125000000000 +-0.035156250000 +-0.008728027344 +0.091796875000 +0.012451171875 +0.101562500000 +0.105468750000 +-0.099609375000 +0.012878417969 +0.061279296875 +-0.119628906250 +0.073242187500 +-0.660156250000 +-0.062255859375 +-0.075683593750 +0.157226562500 +0.157226562500 +-0.222656250000 +0.133789062500 +0.018066406250 +0.062255859375 +-0.091796875000 +-0.002334594727 +0.030273437500 +-0.131835937500 +-0.037841796875 +0.015441894531 +-0.125976562500 +0.060546875000 +-0.024169921875 +-0.117187500000 +-0.111328125000 +-0.008666992188 +0.069824218750 +-0.107910156250 +-0.020019531250 +-0.014160156250 +-0.072753906250 +-0.095703125000 +-0.210937500000 +-0.122558593750 +0.122070312500 +0.024780273438 +0.152343750000 +0.037841796875 +-0.199218750000 +-0.234375000000 +-0.005157470703 +0.105468750000 +0.006378173828 +-0.061279296875 +-0.367187500000 +-0.163085937500 +-0.060791015625 +-0.144531250000 +0.001296997070 +0.101562500000 +0.054199218750 +0.115722656250 +0.172851562500 +0.136718750000 +0.150390625000 +0.096679687500 +-0.171875000000 +0.080078125000 +-0.193359375000 +-0.043945312500 +0.137695312500 +-0.417968750000 +-0.068847656250 +-0.069824218750 +-0.092285156250 +0.078125000000 +-0.150390625000 +-0.009033203125 +0.045166015625 +-0.433593750000 +-0.160156250000 +-0.045166015625 +-0.090332031250 +-0.219726562500 +-0.107421875000 +0.008239746094 +0.119140625000 +-0.033691406250 +-0.027465820312 +0.100585937500 +0.084472656250 +0.038574218750 +-0.159179687500 +-0.190429687500 +-0.062500000000 +-0.053466796875 +-0.059326171875 +0.263671875000 +-0.045898437500 +0.195312500000 +0.045654296875 +-0.024169921875 +-0.335937500000 +0.127929687500 +0.138671875000 +0.034667968750 +0.035644531250 +-0.065429687500 +-0.139648437500 +0.068359375000 +-0.086914062500 +-0.324218750000 +-0.031250000000 +0.057373046875 +0.088378906250 +-0.099609375000 +-0.119628906250 +-0.194335937500 +0.035400390625 +-0.166015625000 +0.094238281250 +-0.082031250000 +-0.206054687500 +0.100097656250 +-0.068359375000 +0.036621093750 +-0.267578125000 +-0.082031250000 +0.115722656250 +-0.073242187500 +-0.014953613281 +-0.072265625000 +0.255859375000 +-0.104980468750 +-0.166992187500 +-0.114257812500 +-0.060302734375 +-0.033447265625 +0.330078125000 +0.068359375000 +-0.114257812500 +-0.013793945312 +-0.054687500000 +-0.008117675781 +-0.099609375000 +0.094726562500 +-0.130859375000 +-0.063476562500 +-0.066406250000 +-0.085449218750 +-0.214843750000 +0.062011718750 +0.531250000000 +0.040039062500 +-0.218750000000 +0.020263671875 +-0.001281738281 +0.083007812500 +-0.291015625000 +-0.125976562500 +-0.125976562500 +-0.159179687500 +-0.094238281250 +-0.146484375000 +0.170898437500 +0.004882812500 +0.030395507812 +0.096679687500 +-0.134765625000 +-0.050048828125 +-0.240234375000 +-0.347656250000 +0.159179687500 +-0.087402343750 +-0.292968750000 +-0.008300781250 +0.000495910645 +-0.119140625000 +0.302734375000 +-0.123046875000 +-0.015991210938 +-0.306640625000 +0.269531250000 +-0.037841796875 +0.249023437500 +-0.237304687500 +-0.076171875000 +0.092773437500 +-0.107421875000 +-0.088378906250 +0.059814453125 +-0.201171875000 +0.045166015625 +0.273437500000 +-0.188476562500 +-0.157226562500 +-0.177734375000 +-0.040283203125 +0.056640625000 +-0.378906250000 +-0.230468750000 +-0.086914062500 +-0.041503906250 +0.105468750000 +-0.357421875000 +0.220703125000 +0.009277343750 +0.049316406250 +0.080078125000 +-0.185546875000 +0.003967285156 +-0.086425781250 +0.060302734375 +0.107910156250 +-0.003540039062 +-0.071777343750 +0.100097656250 +0.006042480469 +-0.250000000000 +-0.188476562500 +0.221679687500 +0.121093750000 +0.213867187500 +0.085937500000 +-0.068847656250 +0.306640625000 +0.028076171875 +0.035400390625 +-0.068359375000 +-0.019653320312 +-0.013549804688 +0.152343750000 +0.474609375000 +0.125000000000 +0.104003906250 +0.024780273438 +-0.120117187500 +-0.172851562500 +0.312500000000 +-0.757812500000 +0.028808593750 +-0.104492187500 +0.492187500000 +-0.406250000000 +0.193359375000 +-0.322265625000 +0.378906250000 +0.084960937500 +0.035644531250 +-0.102539062500 +-0.044189453125 +-0.476562500000 +-0.194335937500 +-0.064453125000 +0.238281250000 +-0.088867187500 +-0.172851562500 +0.127929687500 +0.151367187500 +0.030639648438 +0.111328125000 +0.103515625000 +-0.058837890625 +-0.298828125000 +-0.125000000000 +-0.016479492188 +-0.010620117188 +0.196289062500 +-0.006744384766 +-0.011779785156 +0.155273437500 +-0.000602722168 +-0.235351562500 +-0.215820312500 +-0.103027343750 +-0.077636718750 +-0.134765625000 +-0.107910156250 +-0.197265625000 +-0.246093750000 +0.002410888672 +0.018310546875 +-0.197265625000 +-0.018554687500 +0.206054687500 +-0.007019042969 +0.140625000000 +0.034912109375 +0.007476806641 +-0.163085937500 +0.261718750000 +-0.172851562500 +0.150390625000 +0.047363281250 +-0.040527343750 +0.143554687500 +-0.066894531250 +-0.019409179688 +-0.062011718750 +0.027832031250 +-0.038574218750 +0.172851562500 +-0.018432617188 +-0.077636718750 +-0.130859375000 +-0.028686523438 +-0.209960937500 +-0.225585937500 +-0.281250000000 +0.076660156250 +0.139648437500 +-0.007263183594 +0.050292968750 +-0.110351562500 +-0.022949218750 +0.048583984375 +0.067382812500 +0.152343750000 +-0.084472656250 +-0.061279296875 +0.063476562500 +0.070800781250 +-0.037841796875 +-0.077148437500 +-0.154296875000 +-0.251953125000 +-0.159179687500 +-0.097167968750 +0.090820312500 +0.151367187500 +-0.093750000000 +0.056884765625 +-0.023071289062 +0.098632812500 +-0.000492095947 +0.089355468750 +0.003875732422 +0.098632812500 +-0.112792968750 +0.142578125000 +-0.667968750000 +0.046630859375 +0.251953125000 +0.149414062500 +-0.165039062500 +0.040527343750 +0.082031250000 +-0.131835937500 +-0.001312255859 +-0.162109375000 +-0.141601562500 +-0.253906250000 +0.009765625000 +-0.108886718750 +0.033447265625 +-0.032470703125 +-0.035888671875 +-0.132812500000 +0.005004882812 +0.134765625000 +0.185546875000 +-0.683593750000 +-0.124511718750 +0.179687500000 +0.154296875000 +0.046386718750 +-0.040039062500 +0.048828125000 +0.067871093750 +-0.345703125000 +0.156250000000 +0.051757812500 +0.089355468750 +0.072753906250 +0.125976562500 +0.138671875000 +0.021972656250 +0.004730224609 +-0.182617187500 +0.049560546875 +-0.236328125000 +-0.036865234375 +-0.027709960938 +0.113769531250 +0.057617187500 +0.051025390625 +-0.298828125000 +0.153320312500 +0.064941406250 +-0.271484375000 +-0.044677734375 +-0.057861328125 +-0.021240234375 +0.020263671875 +-0.059570312500 +-0.054199218750 +-0.263671875000 +-0.018188476562 +0.114746093750 +-0.205078125000 +-0.031005859375 +-0.071289062500 +-0.302734375000 +-0.212890625000 +0.011352539062 +-0.171875000000 +-0.050781250000 +-0.032958984375 +0.102539062500 +-0.086914062500 +-0.013916015625 +-0.197265625000 +-0.398437500000 +0.189453125000 +-0.162109375000 +0.135742187500 +-0.101562500000 +-0.163085937500 +-0.294921875000 +0.106445312500 +0.066406250000 +-0.437500000000 +-0.080078125000 +0.198242187500 +0.078125000000 +-0.162109375000 +0.032958984375 +-0.108398437500 +-0.167968750000 +0.207031250000 +-0.137695312500 +-0.073242187500 +-0.021850585938 +-0.010681152344 +0.040527343750 +0.067382812500 +0.100097656250 +0.029541015625 +-0.017944335938 +0.188476562500 +0.137695312500 +0.145507812500 +-0.083984375000 +0.128906250000 +-0.056884765625 +0.112792968750 +0.059814453125 +-0.039794921875 +-0.010070800781 +0.025268554688 +-0.155273437500 +-0.205078125000 +-0.010498046875 +0.041503906250 +-0.281250000000 +0.217773437500 +0.051757812500 +0.098632812500 +0.022338867188 +-0.267578125000 +0.500000000000 +-0.251953125000 +-0.178710937500 +-0.087402343750 +-0.065429687500 +-0.121582031250 +0.175781250000 +-0.253906250000 +0.072753906250 +0.231445312500 +-0.145507812500 +0.155273437500 +0.008117675781 +-0.035888671875 +0.160156250000 +0.084472656250 +-0.205078125000 +-0.031250000000 +0.503906250000 +-0.093750000000 +0.121093750000 +-0.110839843750 +-0.026123046875 +0.107910156250 +0.127929687500 +0.093750000000 +-0.034912109375 +-0.127929687500 +-0.054687500000 +-0.075195312500 +0.167968750000 +-0.233398437500 +-0.130859375000 +-0.065917968750 +0.201171875000 +-0.039306640625 +0.143554687500 +0.316406250000 +-0.097167968750 +-0.192382812500 +0.002685546875 +-0.253906250000 +-0.020629882812 +0.249023437500 +0.064453125000 +-0.177734375000 +-0.131835937500 +-0.029663085938 +-0.412109375000 +0.055664062500 +0.006561279297 +0.079589843750 +-0.182617187500 +0.132812500000 +-0.001701354980 +-0.216796875000 +0.122558593750 +-0.091308593750 +0.089843750000 +0.023803710938 +-0.206054687500 +0.135742187500 +0.023803710938 +-0.067382812500 +0.161132812500 +-0.026367187500 +-0.160156250000 +-0.035888671875 +0.111816406250 +0.008850097656 +-0.024658203125 +-0.222656250000 +0.156250000000 +-0.208007812500 +-0.127929687500 +-0.022094726562 +0.123535156250 +0.082519531250 +-0.080566406250 +0.149414062500 +0.096191406250 +-0.063964843750 +0.141601562500 +-0.096191406250 +-0.026000976562 +-0.248046875000 +0.040771484375 +-0.036132812500 +-0.165039062500 +0.069335937500 +-0.097656250000 +-0.083984375000 +-0.044921875000 +-0.057128906250 +0.049804687500 +-0.114257812500 +-0.026245117188 +-0.039306640625 +0.059326171875 +-0.145507812500 +-0.036621093750 +-0.052246093750 +0.021118164062 +0.090820312500 +-0.010681152344 +-0.156250000000 +0.091308593750 +0.161132812500 +0.006286621094 +-0.167968750000 +-0.001380920410 +-0.233398437500 +-0.077148437500 +-0.308593750000 +-0.011840820312 +-0.022827148438 +-0.120117187500 +0.015197753906 +-0.159179687500 +-0.045410156250 +0.186523437500 +0.011169433594 +-0.170898437500 +-0.060546875000 +-0.056640625000 +0.033203125000 +0.030517578125 +-0.025390625000 +0.174804687500 +-0.069824218750 +-0.390625000000 +0.200195312500 +-0.000896453857 +-0.016845703125 +-0.112304687500 +-0.184570312500 +-0.105957031250 +-0.166992187500 +-0.130859375000 +-0.208007812500 +0.235351562500 +-0.055175781250 +0.275390625000 +-0.062255859375 +0.098144531250 +0.156250000000 +0.078125000000 +-0.135742187500 +-0.036132812500 +-0.066894531250 +0.137695312500 +-0.259765625000 +-0.087402343750 +-0.237304687500 +0.035156250000 +0.074707031250 +0.053955078125 +0.084960937500 +-0.066894531250 +-0.003463745117 +0.046142578125 +-0.050781250000 +-0.026367187500 +-0.016357421875 +0.016723632812 +0.167968750000 +-0.144531250000 +0.114257812500 +-0.030883789062 +-0.212890625000 +-0.198242187500 +0.093261718750 +0.225585937500 +-0.170898437500 +-0.090820312500 +0.129882812500 +0.137695312500 +-0.058837890625 +0.157226562500 +0.065917968750 +-0.255859375000 +0.041015625000 +0.188476562500 +-0.217773437500 +0.158203125000 +0.058349609375 +0.080078125000 +-0.164062500000 +-0.049804687500 +0.018554687500 +0.128906250000 +-0.022583007812 +0.140625000000 +-0.390625000000 +0.050292968750 +0.041748046875 +0.053222656250 +-0.404296875000 +-0.180664062500 +0.124511718750 +0.261718750000 +0.082031250000 +0.014038085938 +-0.021240234375 +-0.036621093750 +-0.170898437500 +0.091308593750 +0.102539062500 +0.030029296875 +-0.006988525391 +-0.000743865967 +0.131835937500 +-0.175781250000 +-0.055908203125 +0.265625000000 +0.136718750000 +0.089843750000 +-0.067382812500 +0.050537109375 +-0.064941406250 +-0.004150390625 +-0.124511718750 +-0.051025390625 +-0.147460937500 +0.089843750000 +0.218750000000 +-0.120605468750 +-0.048095703125 +-0.406250000000 +-0.094238281250 +0.097656250000 +0.000482559204 +-0.184570312500 +-0.008422851562 +0.083984375000 +-0.191406250000 +0.053222656250 +0.113769531250 +-0.105957031250 +-0.006530761719 +-0.166015625000 +-0.232421875000 +-0.178710937500 +-0.003082275391 +0.184570312500 +-0.027099609375 +-0.092773437500 +-0.250000000000 +0.052246093750 +0.156250000000 +-0.063964843750 +-0.074218750000 +-0.053222656250 +-0.060058593750 +0.079589843750 +0.060302734375 +0.044433593750 +0.051757812500 +-0.165039062500 +0.083984375000 +0.066894531250 +-0.046875000000 +-0.006103515625 +-0.132812500000 +-0.023315429688 +0.022338867188 +0.167968750000 +0.128906250000 +-0.113281250000 +-0.204101562500 +-0.110351562500 +0.221679687500 +-0.039550781250 +-0.149414062500 +0.067871093750 +0.048828125000 +0.026367187500 +-0.175781250000 +-0.006866455078 +-0.005554199219 +-0.144531250000 +0.098632812500 +-0.084472656250 +-0.067871093750 +-0.109863281250 +-0.066406250000 +-0.079589843750 +0.111328125000 +-0.049804687500 +-0.075195312500 +0.195312500000 +-0.038085937500 +0.041015625000 +0.134765625000 +-0.003356933594 +0.096679687500 +-0.047851562500 +-0.265625000000 +0.134765625000 +0.225585937500 +-0.400390625000 +-0.195312500000 +-0.382812500000 +0.006805419922 +0.104980468750 +-0.208007812500 +0.192382812500 +-0.239257812500 +-0.159179687500 +0.149414062500 +0.066894531250 +0.066406250000 +-0.030761718750 +0.043212890625 +-0.116699218750 +-0.085937500000 +-0.066406250000 +-0.012756347656 +-0.120117187500 +0.069335937500 +-0.082519531250 +0.000216484070 +-0.131835937500 +-0.314453125000 +-0.210937500000 +0.032470703125 +-0.203125000000 +0.070312500000 +-0.180664062500 +-0.223632812500 +0.039062500000 +0.046875000000 +0.221679687500 +0.148437500000 +-0.024169921875 +-0.020996093750 +-0.004180908203 +0.144531250000 +-0.166015625000 +-0.060791015625 +0.094238281250 +-0.014099121094 +0.011840820312 +-0.092773437500 +-0.056152343750 +-0.069824218750 +-0.048583984375 +-0.154296875000 +-0.054931640625 +0.164062500000 +0.228515625000 +-0.136718750000 +-0.005126953125 +0.036132812500 +-0.130859375000 +0.050048828125 +-0.123046875000 +-0.026611328125 +-0.041992187500 +-0.091308593750 +-0.146484375000 +-0.013122558594 +-0.070800781250 +-0.130859375000 +-0.053710937500 +0.052001953125 +-0.021972656250 +0.154296875000 +-0.009094238281 +-0.043212890625 +0.000820159912 +0.065429687500 +0.028442382812 +-0.002593994141 +-0.100097656250 +0.217773437500 +0.173828125000 +-0.050048828125 +0.007659912109 +0.118652343750 +-0.041503906250 +0.008483886719 +-0.094238281250 +0.126953125000 +-0.035644531250 +-0.037109375000 +0.006744384766 +0.064941406250 +0.083984375000 +-0.166992187500 +-0.118652343750 +-0.030883789062 +-0.001289367676 +0.037109375000 +-0.005279541016 +-0.073242187500 +0.275390625000 +0.025268554688 +0.055664062500 +-0.050537109375 +0.031982421875 +-0.127929687500 +0.001876831055 +-0.037597656250 +-0.024780273438 +0.083007812500 +-0.088867187500 +-0.077636718750 +-0.045654296875 +-0.159179687500 +-0.001060485840 +-0.137695312500 +0.000278472900 +-0.127929687500 +-0.152343750000 +-0.031250000000 +-0.078613281250 +0.035644531250 +-0.235351562500 +-0.133789062500 +-0.149414062500 +-0.006408691406 +-0.083984375000 +-0.007873535156 +0.103515625000 +-0.242187500000 +-0.017578125000 +0.008300781250 +0.093261718750 +-0.017700195312 +0.090820312500 +-0.217773437500 +0.059326171875 +-0.040039062500 +-0.158203125000 +0.091308593750 +-0.100097656250 +-0.199218750000 +-0.263671875000 +0.030395507812 +0.046386718750 +-0.050537109375 +-0.070800781250 +0.009521484375 +0.084472656250 +0.051269531250 +-0.081542968750 +0.120117187500 +0.066406250000 +-0.017944335938 +-0.302734375000 +-0.032714843750 +-0.201171875000 +-0.192382812500 +-0.099121093750 +-0.036621093750 +0.040283203125 +-0.181640625000 +-0.333984375000 +0.097656250000 +0.083984375000 +-0.041992187500 +0.022583007812 +0.031127929688 +-0.063476562500 +0.021850585938 +0.063964843750 +0.006378173828 +-0.078125000000 +-0.077148437500 +0.048339843750 +0.144531250000 +-0.100585937500 +0.029052734375 +0.134765625000 +-0.039794921875 +0.075195312500 +0.078613281250 +-0.108398437500 +-0.091796875000 +-0.253906250000 +-0.248046875000 +-0.093750000000 +-0.050781250000 +0.159179687500 +0.083984375000 +0.095214843750 +-0.156250000000 +-0.250000000000 +0.115722656250 +-0.055175781250 +0.152343750000 +0.195312500000 +0.012145996094 +0.166992187500 +0.233398437500 +0.046386718750 +0.040039062500 +-0.224609375000 +0.115722656250 +0.068847656250 +-0.024658203125 +0.189453125000 +-0.075195312500 +0.118164062500 +0.103515625000 +0.034912109375 +-0.110351562500 +-0.052490234375 +-0.121093750000 +0.255859375000 +-0.035644531250 +0.055175781250 +-0.046630859375 +0.007751464844 +-0.158203125000 +0.004638671875 +-0.034912109375 +-0.066894531250 +-0.057373046875 +-0.021362304688 +-0.082519531250 +0.008850097656 +0.021850585938 +0.320312500000 +-0.036376953125 +0.016845703125 +0.047119140625 +0.019042968750 +-0.004699707031 +-0.007537841797 +0.042968750000 +-0.121582031250 +0.109375000000 +-0.021240234375 +-0.122558593750 +-0.109863281250 +0.121093750000 +0.017944335938 +0.074707031250 +0.025634765625 +0.173828125000 +-0.139648437500 +-0.108886718750 +0.078125000000 +-0.343750000000 +-0.035400390625 +0.071289062500 +0.131835937500 +-0.186523437500 +-0.003295898438 +-0.098632812500 +-0.053710937500 +-0.090820312500 +0.322265625000 +0.163085937500 +0.053710937500 +0.014160156250 +0.248046875000 +0.100585937500 +-0.255859375000 +-0.054443359375 +-0.275390625000 +0.057617187500 +0.019653320312 +-0.056152343750 +-0.107910156250 +-0.104492187500 +0.066406250000 +-0.010620117188 +-0.125976562500 +-0.129882812500 +0.114746093750 +-0.113769531250 +-0.025878906250 +0.115722656250 +0.201171875000 +-0.439453125000 +-0.159179687500 +0.058837890625 +0.002395629883 +-0.300781250000 +-0.314453125000 +-0.103515625000 +0.149414062500 +-0.005737304688 +-0.042724609375 +0.140625000000 +-0.026977539062 +-0.068359375000 +0.091796875000 +0.029663085938 +-0.075683593750 +0.052978515625 +-0.084960937500 +0.125976562500 +-0.421875000000 +-0.070312500000 +0.011352539062 +0.158203125000 +-0.132812500000 +-0.138671875000 +-0.065429687500 +0.023193359375 +0.263671875000 +-0.386718750000 +0.202148437500 +0.023071289062 +-0.188476562500 +0.194335937500 +0.006072998047 +0.057861328125 +-0.225585937500 +-0.006774902344 +-0.071289062500 +-0.024658203125 +0.136718750000 +0.216796875000 +0.075195312500 +0.137695312500 +-0.010803222656 +0.257812500000 +-0.073730468750 +-0.123535156250 +-0.241210937500 +-0.302734375000 +-0.034179687500 +-0.007019042969 +-0.188476562500 +-0.066894531250 +0.033935546875 +0.137695312500 +-0.066894531250 +0.112304687500 +0.285156250000 +0.042724609375 +-0.056152343750 +-0.318359375000 +0.294921875000 +0.149414062500 +0.009826660156 +0.031005859375 +-0.039550781250 +-0.225585937500 +-0.196289062500 +-0.122558593750 +-0.149414062500 +-0.237304687500 +0.149414062500 +0.151367187500 +0.094238281250 +-0.193359375000 +0.089355468750 +0.105468750000 +-0.213867187500 +-0.225585937500 +0.044433593750 +-0.065917968750 +-0.021850585938 +-0.026733398438 +0.335937500000 +-0.084960937500 +-0.126953125000 +0.172851562500 +0.019531250000 +0.184570312500 +0.134765625000 +-0.104980468750 +-0.093261718750 +-0.081054687500 +0.014953613281 +0.013854980469 +-0.068847656250 +-0.103027343750 +0.239257812500 +0.088867187500 +-0.154296875000 +0.105957031250 +-0.097656250000 +-0.167968750000 +-0.154296875000 +-0.083984375000 +0.098144531250 +0.125976562500 +0.005920410156 +-0.273437500000 +0.166015625000 +-0.033935546875 +-0.165039062500 +-0.082519531250 +-0.091308593750 +-0.123535156250 +-0.023559570312 +-0.052978515625 +-0.005279541016 +-0.159179687500 +-0.020263671875 +0.189453125000 +0.052246093750 +-0.097656250000 +-0.115234375000 +-0.051513671875 +-0.197265625000 +0.129882812500 +0.121582031250 +-0.190429687500 +-0.000141143799 +0.135742187500 +0.067871093750 +-0.091796875000 +0.015869140625 +0.048095703125 +-0.029052734375 +-0.406250000000 +-0.341796875000 +0.076660156250 +-0.008666992188 +-0.125000000000 +-0.108398437500 +-0.040039062500 +-0.054199218750 +0.355468750000 +0.105957031250 +-0.130859375000 +-0.067871093750 +0.037353515625 +-0.171875000000 +-0.155273437500 +0.283203125000 +0.012695312500 +-0.161132812500 +-0.003906250000 +-0.205078125000 +0.223632812500 +-0.150390625000 +-0.045410156250 +-0.172851562500 +0.097167968750 +-0.037109375000 +-0.194335937500 +0.052978515625 +0.156250000000 +-0.253906250000 +-0.041015625000 +0.146484375000 +-0.242187500000 +0.182617187500 +-0.109863281250 +-0.060302734375 +-0.104492187500 +-0.239257812500 +-0.026611328125 +-0.044433593750 +0.220703125000 +-0.071289062500 +-0.157226562500 +-0.217773437500 +-0.018676757812 +0.016967773438 +0.164062500000 +-0.095214843750 +0.135742187500 +0.084472656250 +0.201171875000 +-0.037597656250 +0.067382812500 +-0.023681640625 +-0.164062500000 +0.073730468750 +-0.108398437500 +-0.084960937500 +-0.271484375000 +0.277343750000 +0.064941406250 +-0.026977539062 +0.068359375000 +-0.100097656250 +0.024169921875 +0.053710937500 +-0.119628906250 +-0.289062500000 +-0.166015625000 +-0.010620117188 +0.108398437500 +0.416015625000 +-0.057128906250 +0.083496093750 +-0.052978515625 +-0.138671875000 +-0.085449218750 +0.441406250000 +0.056152343750 +0.089355468750 +-0.061767578125 +-0.046875000000 +-0.157226562500 +0.582031250000 +-0.425781250000 +-0.041015625000 +-0.402343750000 +-0.114746093750 +-0.024536132812 +0.029296875000 +-0.012023925781 +0.185546875000 +-0.234375000000 +-0.051025390625 +-0.020263671875 +-0.341796875000 +-0.036376953125 +-0.117187500000 +0.245117187500 +-0.292968750000 +-0.112792968750 +-0.240234375000 +-0.144531250000 +0.001670837402 +0.082031250000 +-0.117675781250 +0.034667968750 +-0.076660156250 +-0.380859375000 +0.010925292969 +-0.047119140625 +-0.106933593750 +-0.308593750000 +-0.109375000000 +-0.126953125000 +-0.032958984375 +0.090332031250 +0.058349609375 +-0.122070312500 +-0.515625000000 +-0.228515625000 +-0.058349609375 +-0.212890625000 +0.168945312500 +-0.161132812500 +0.145507812500 +-0.040283203125 +-0.118164062500 +0.077636718750 +0.119140625000 +-0.063476562500 +-0.135742187500 +0.121582031250 +-0.084960937500 +0.121093750000 +0.072753906250 +-0.028930664062 +-0.057617187500 +-0.031982421875 +-0.149414062500 +0.073730468750 +0.097656250000 +-0.211914062500 +-0.077636718750 +-0.204101562500 +0.020385742188 +0.048583984375 +0.057128906250 +-0.043945312500 +-0.041992187500 +-0.010437011719 +0.053466796875 +-0.143554687500 +-0.300781250000 +0.095703125000 +-0.072753906250 +-0.349609375000 +-0.078125000000 +-0.246093750000 +0.089843750000 +0.057128906250 +0.204101562500 +-0.092285156250 +0.167968750000 +0.038574218750 +-0.204101562500 +0.097656250000 +0.168945312500 +0.062255859375 +0.294921875000 +-0.201171875000 +-0.201171875000 +0.160156250000 +0.178710937500 +-0.162109375000 +0.062988281250 +-0.166992187500 +-0.051269531250 +0.231445312500 +-0.004913330078 +-0.113281250000 +-0.032226562500 +-0.043945312500 +-0.091796875000 +0.063476562500 +0.259765625000 +0.068359375000 +0.300781250000 +0.031738281250 +0.359375000000 +-0.149414062500 +-0.091308593750 +-0.183593750000 +-0.020019531250 +-0.099609375000 +-0.054199218750 +-0.127929687500 +0.062500000000 +0.049804687500 +-0.043701171875 +0.167968750000 +-0.078125000000 +-0.131835937500 +0.084960937500 +-0.078613281250 +-0.365234375000 +-0.070312500000 +0.011413574219 +0.273437500000 +-0.060791015625 +0.132812500000 +-0.049804687500 +0.031250000000 +0.122070312500 +-0.057128906250 +0.065429687500 +-0.036132812500 +0.079589843750 +-0.009033203125 +-0.088378906250 +0.145507812500 +0.043457031250 +0.067382812500 +-0.055664062500 +0.166992187500 +-0.073242187500 +-0.047119140625 +0.212890625000 +-0.292968750000 +-0.009643554688 +0.116210937500 +-0.071777343750 +-0.072265625000 +-0.003234863281 +0.002685546875 +0.022827148438 +0.125000000000 +-0.016601562500 +0.070312500000 +-0.196289062500 +0.125976562500 +0.038818359375 +-0.091796875000 +-0.010925292969 +-0.038818359375 +0.034179687500 +-0.308593750000 +-0.059570312500 +-0.141601562500 +0.072753906250 +-0.029174804688 +0.145507812500 +0.242187500000 +-0.121093750000 +-0.106933593750 +-0.010803222656 +-0.104003906250 +0.002502441406 +0.150390625000 +-0.355468750000 +0.100097656250 +-0.072265625000 +-0.011352539062 +0.144531250000 +0.117675781250 +0.028930664062 +0.080566406250 +-0.101562500000 +-0.148437500000 +0.123046875000 +-0.161132812500 +0.006988525391 +-0.205078125000 +0.023559570312 +-0.029541015625 +0.192382812500 +-0.021240234375 +0.243164062500 +-0.037353515625 +-0.083984375000 +-0.064453125000 +-0.070312500000 +-0.127929687500 +0.011047363281 +-0.191406250000 +-0.096679687500 +-0.139648437500 +0.111328125000 +-0.005981445312 +0.229492187500 +-0.001281738281 +-0.104980468750 +-0.012939453125 +0.190429687500 +-0.044433593750 +-0.113769531250 +-0.067871093750 +-0.703125000000 +-0.132812500000 +0.100097656250 +-0.016235351562 +0.093261718750 +0.023071289062 +0.130859375000 +-0.056640625000 +-0.067871093750 +0.010620117188 +-0.048583984375 +0.003814697266 +0.006225585938 +0.093750000000 +-0.060302734375 +0.045898437500 +-0.014099121094 +0.034667968750 +0.210937500000 +-0.139648437500 +0.066406250000 +-0.114257812500 +-0.300781250000 +0.018920898438 +-0.265625000000 +-0.080566406250 +-0.285156250000 +-0.174804687500 +0.069335937500 +0.028320312500 +-0.108398437500 +0.042236328125 +0.138671875000 +-0.166015625000 +-0.004333496094 +-0.363281250000 +-0.082031250000 +-0.157226562500 +0.183593750000 +-0.129882812500 +0.018676757812 +0.100585937500 +-0.193359375000 +-0.036621093750 +-0.165039062500 +0.169921875000 +-0.217773437500 +-0.041992187500 +-0.008605957031 +0.187500000000 +0.114746093750 +0.157226562500 +0.097167968750 +-0.074218750000 +-0.075683593750 +-0.131835937500 +0.269531250000 +0.017822265625 +0.030151367188 +-0.177734375000 +0.133789062500 +0.101074218750 +-0.211914062500 +-0.216796875000 +-0.192382812500 +-0.261718750000 +-0.141601562500 +0.234375000000 +0.000415802002 +0.055175781250 +-0.069824218750 +-0.106445312500 +-0.151367187500 +0.034667968750 +-0.117675781250 +-0.013244628906 +-0.085937500000 +0.057373046875 +-0.063964843750 +-0.233398437500 +-0.158203125000 +-0.036132812500 +-0.209960937500 +-0.022949218750 +-0.026123046875 +0.041992187500 +-0.008544921875 +-0.041015625000 +0.117675781250 +0.136718750000 +0.398437500000 +-0.086425781250 +-0.308593750000 +0.085937500000 +-0.239257812500 +-0.125000000000 +-0.144531250000 +-0.180664062500 +-0.016235351562 +0.156250000000 +0.024169921875 +-0.001876831055 +0.113769531250 +-0.020019531250 +-0.021240234375 +0.095703125000 +-0.145507812500 +-0.099121093750 +-0.117187500000 +0.104492187500 +0.026123046875 +-0.092285156250 +0.066894531250 +0.002624511719 +0.125000000000 +0.038818359375 +0.022216796875 +0.083496093750 +-0.027465820312 +-0.029418945312 +-0.101074218750 +-0.089843750000 +0.142578125000 +-0.158203125000 +0.330078125000 +0.078613281250 +0.095703125000 +-0.071777343750 +-0.601562500000 +0.237304687500 +-0.239257812500 +-0.345703125000 +-0.006317138672 +-0.176757812500 +-0.044921875000 +-0.235351562500 +-0.263671875000 +0.035644531250 +0.257812500000 +0.187500000000 +-0.158203125000 +-0.004852294922 +0.011230468750 +0.039794921875 +0.194335937500 +0.117187500000 +0.141601562500 +-0.102050781250 +0.066406250000 +0.058593750000 +0.055419921875 +-0.113281250000 +0.073242187500 +-0.394531250000 +0.072265625000 +-0.068847656250 +-0.015625000000 +0.052246093750 +-0.322265625000 +0.086914062500 +-0.009338378906 +-0.118164062500 +-0.005401611328 +-0.015380859375 +-0.157226562500 +0.154296875000 +-0.142578125000 +0.195312500000 +-0.024047851562 +0.168945312500 +0.017578125000 +0.025146484375 +-0.088867187500 +-0.343750000000 +-0.243164062500 +-0.218750000000 +0.085449218750 +0.093750000000 +-0.005126953125 +-0.196289062500 +-0.049804687500 +-0.113281250000 +-0.173828125000 +0.155273437500 +-0.093750000000 +-0.085937500000 +0.010864257812 +-0.105468750000 +0.030517578125 +0.114257812500 +-0.196289062500 +-0.033935546875 +-0.223632812500 +-0.184570312500 +0.007781982422 +-0.125000000000 +-0.051269531250 +-0.119628906250 +-0.133789062500 +-0.045898437500 +0.005859375000 +0.049804687500 +-0.069335937500 +0.156250000000 +-0.072265625000 +-0.083984375000 +0.058105468750 +0.136718750000 +-0.185546875000 +-0.142578125000 +0.161132812500 +0.119628906250 +-0.164062500000 +-0.059326171875 +-0.215820312500 +-0.116210937500 +0.078125000000 +0.076171875000 +0.094238281250 +-0.083007812500 +-0.154296875000 +-0.041015625000 +0.064941406250 +0.335937500000 +-0.043457031250 +-0.065917968750 +-0.181640625000 +0.101562500000 +0.218750000000 +0.273437500000 +-1.132812500000 +-0.129882812500 +-0.412109375000 +0.009094238281 +0.227539062500 +-0.476562500000 +0.047851562500 +0.054199218750 +-0.425781250000 +0.129882812500 +0.271484375000 +-0.053222656250 +-0.042724609375 +0.190429687500 +0.302734375000 +0.199218750000 +0.019897460938 +0.028686523438 +-0.045410156250 +0.140625000000 +0.089843750000 +0.187500000000 +0.114257812500 +-0.226562500000 +-0.069824218750 +0.031005859375 +-0.211914062500 +-0.006500244141 +-0.032958984375 +-0.052001953125 +-0.165039062500 +0.151367187500 +0.097656250000 +-0.093750000000 +0.203125000000 +0.255859375000 +-0.116699218750 +-0.253906250000 +0.177734375000 +0.168945312500 +-0.033691406250 +-0.038818359375 +0.068359375000 +-0.109863281250 +0.043701171875 +0.122558593750 +0.214843750000 +-0.332031250000 +-0.171875000000 +-0.021484375000 +-0.032714843750 +-0.104492187500 +-0.048095703125 +-0.030639648438 +0.051757812500 +0.183593750000 +0.030395507812 +-0.186523437500 +0.062500000000 +-0.468750000000 +0.000385284424 +-0.118164062500 +-0.230468750000 +0.097656250000 +0.102050781250 +0.052246093750 +0.049316406250 +0.077148437500 +-0.017822265625 +-0.144531250000 +-0.022949218750 +-0.003173828125 +-0.109863281250 +-0.043457031250 +0.117187500000 +0.072753906250 +-0.083496093750 +-0.059082031250 +0.151367187500 +-0.064453125000 +-0.024658203125 +-0.083007812500 +-0.014526367188 +-0.059082031250 +0.021484375000 +-0.011657714844 +-0.296875000000 +-0.091796875000 +-0.084472656250 +-0.085937500000 +0.298828125000 +0.071289062500 +-0.139648437500 +0.135742187500 +-0.053222656250 +-0.027221679688 +0.149414062500 +-0.073242187500 +-0.204101562500 +0.083496093750 +-0.147460937500 +0.050048828125 +-0.019775390625 +0.038330078125 +-0.168945312500 +0.204101562500 +0.055908203125 +-0.072265625000 +0.023071289062 +0.341796875000 +0.053955078125 +-0.104980468750 +-0.222656250000 +-0.038085937500 +0.081054687500 +0.076660156250 +-0.187500000000 +-0.065917968750 +-0.078125000000 +-0.095703125000 +-0.066894531250 +0.056396484375 +0.055664062500 +-0.222656250000 +0.007934570312 +0.240234375000 +-0.289062500000 +0.116699218750 +-0.089843750000 +0.101074218750 +0.006622314453 +-0.083984375000 +0.097167968750 +-0.024536132812 +0.255859375000 +-0.028930664062 +0.063964843750 +0.066894531250 +0.148437500000 +-0.012023925781 +0.137695312500 +-0.075683593750 +0.104003906250 +0.005920410156 +0.153320312500 +0.047851562500 +0.251953125000 +0.253906250000 +-0.009948730469 +0.002639770508 +-0.121582031250 +0.240234375000 +-0.044677734375 +-0.054687500000 +0.083984375000 +0.028442382812 +0.049316406250 +-0.210937500000 +-0.202148437500 +-0.345703125000 +-0.017211914062 +-0.198242187500 +0.103027343750 +0.040527343750 +-0.104980468750 +0.131835937500 +-0.217773437500 +-0.073730468750 +0.003112792969 +0.140625000000 +-0.104980468750 +0.161132812500 +0.023315429688 +-0.129882812500 +0.061279296875 +-0.064941406250 +-0.131835937500 +-0.195312500000 +-0.031982421875 +0.192382812500 +0.143554687500 +-0.057617187500 +-0.089843750000 +-0.119628906250 +0.010925292969 +-0.111328125000 +0.186523437500 +-0.138671875000 +-0.116210937500 +0.122070312500 +-0.017822265625 +-0.053955078125 +-0.265625000000 +-0.094726562500 +-0.021118164062 +0.060546875000 +0.043945312500 +0.107421875000 +-0.196289062500 +0.036132812500 +0.092285156250 +0.040771484375 +-0.060302734375 +-0.117675781250 +0.029418945312 +0.160156250000 +0.065917968750 +0.051269531250 +-0.081542968750 +0.018676757812 +0.066406250000 +0.044433593750 +-0.191406250000 +-0.131835937500 +-0.033447265625 +-0.196289062500 +0.023437500000 +0.018920898438 +0.063964843750 +-0.082519531250 +-0.115234375000 +0.004608154297 +0.015258789062 +0.141601562500 +0.171875000000 +-0.017089843750 +-0.236328125000 +0.071777343750 +-0.087402343750 +0.050781250000 +-0.020507812500 +-0.118652343750 +0.058593750000 +-0.253906250000 +-0.166992187500 +-0.001518249512 +-0.083984375000 +-0.043457031250 +-0.016235351562 +0.063476562500 +0.068359375000 +-0.038330078125 +-0.012878417969 +0.098144531250 +-0.188476562500 +-0.163085937500 +-0.004089355469 +-0.119140625000 +-0.120605468750 +0.034912109375 +-0.015258789062 +0.145507812500 +-0.167968750000 +-0.183593750000 +-0.032470703125 +0.036621093750 +-0.057861328125 +-0.111328125000 +0.074707031250 +-0.047363281250 +0.141601562500 +-0.240234375000 +-0.105468750000 +-0.209960937500 +-0.165039062500 +-0.192382812500 +0.123535156250 +0.081054687500 +0.105468750000 +-0.108886718750 +-0.182617187500 +-0.194335937500 +-0.337890625000 +-0.004394531250 +-0.057617187500 +-0.049072265625 +-0.041015625000 +0.384765625000 +-0.137695312500 +-0.227539062500 +-0.233398437500 +-0.019897460938 +-0.069824218750 +0.058593750000 +-0.133789062500 +-0.108886718750 +-0.375000000000 +0.015258789062 +-0.267578125000 +-0.247070312500 +-0.020874023438 +-0.068359375000 +-0.013916015625 +-0.108886718750 +0.005249023438 +0.022216796875 +-0.000999450684 +-0.109863281250 +-0.076171875000 +0.030883789062 +0.036132812500 +-0.002426147461 +0.037597656250 +-0.066406250000 +0.132812500000 +-0.015014648438 +-0.015441894531 +0.019897460938 +0.439453125000 +-0.164062500000 +0.104492187500 +-0.031127929688 +0.083496093750 +0.137695312500 +0.036132812500 +-0.151367187500 +0.092773437500 +-0.181640625000 +-0.136718750000 +-0.010986328125 +0.019042968750 +0.104980468750 +0.025024414062 +-0.042480468750 +-0.052734375000 +-0.042480468750 +0.171875000000 +0.128906250000 +-0.155273437500 +0.005157470703 +-0.036132812500 +-0.216796875000 +0.030395507812 +0.196289062500 +0.074707031250 +-0.123535156250 +0.049072265625 +-0.214843750000 +-1.132812500000 +0.104980468750 +0.449218750000 +-0.215820312500 +-0.036132812500 +-0.746093750000 +0.024536132812 +-0.172851562500 +0.343750000000 +-0.160156250000 +-0.215820312500 +-0.015747070312 +-0.108886718750 +0.050292968750 +-0.018432617188 +-0.136718750000 +-0.140625000000 +-0.076660156250 +0.128906250000 +-0.017822265625 +0.114746093750 +-0.051513671875 +0.005432128906 +0.067382812500 +-0.210937500000 +0.152343750000 +0.108886718750 +-0.121093750000 +-0.180664062500 +-0.057861328125 +-0.017333984375 +0.113281250000 +-0.098144531250 +-0.040283203125 +-0.037353515625 +-0.078125000000 +-0.238281250000 +0.148437500000 +-0.033447265625 +0.084960937500 +0.058349609375 +0.077636718750 +-0.431640625000 +0.101074218750 +0.081542968750 +-0.246093750000 +0.062988281250 +-0.011901855469 +-0.017333984375 +0.118652343750 +0.057128906250 +-0.104980468750 +-0.152343750000 +-0.036376953125 +-0.092285156250 +0.122558593750 +-0.061523437500 +-0.235351562500 +-0.036376953125 +-0.001480102539 +-0.118652343750 +-0.235351562500 +0.031127929688 +-0.124511718750 +0.089355468750 +0.006317138672 +-0.044189453125 +0.003128051758 +-0.086914062500 +-0.330078125000 +0.089843750000 +-0.095703125000 +0.024414062500 +-0.249023437500 +-0.287109375000 +-0.148437500000 +-0.013000488281 +0.060791015625 +0.102539062500 +-0.062011718750 +-0.080566406250 +0.097656250000 +-0.021850585938 +-0.066406250000 +-0.026611328125 +0.008117675781 +-0.031250000000 +-0.095703125000 +-0.126953125000 +-0.167968750000 +0.021972656250 +-0.084960937500 +0.071777343750 +0.108398437500 +-0.080566406250 +-0.308593750000 +0.075683593750 +-0.174804687500 +-0.057617187500 +0.047851562500 +0.380859375000 +-0.010070800781 +-0.107910156250 +-0.067871093750 +0.027221679688 +-0.060546875000 +-0.171875000000 +0.036132812500 +-0.447265625000 +0.131835937500 +-0.118164062500 +0.011779785156 +0.153320312500 +-0.140625000000 +-0.011535644531 +-0.113769531250 +-0.039062500000 +0.148437500000 +-0.023559570312 +-0.044921875000 +0.010253906250 +-0.051757812500 +-0.341796875000 +-0.135742187500 +-0.155273437500 +0.005676269531 +-0.161132812500 +0.178710937500 +-0.067871093750 +-0.326171875000 +0.026367187500 +-0.133789062500 +0.164062500000 +-0.030639648438 +0.014038085938 +-0.025390625000 +-0.005126953125 +-0.296875000000 +-0.161132812500 +0.037597656250 +0.026123046875 +-0.044677734375 +0.034667968750 +0.132812500000 +-0.029174804688 +-0.103027343750 +-0.109863281250 +-0.492187500000 +0.041259765625 +0.002227783203 +0.011657714844 +0.049804687500 +-0.103515625000 +-0.069335937500 +-0.371093750000 +0.073730468750 +-0.187500000000 +0.120117187500 +-0.189453125000 +-0.112304687500 +0.080566406250 +-0.161132812500 +0.085449218750 +-0.073242187500 +-0.113769531250 +-0.233398437500 +-0.162109375000 +-0.133789062500 +0.038330078125 +0.153320312500 +-0.090820312500 +0.257812500000 +0.077148437500 +-0.195312500000 +-0.229492187500 +-0.117187500000 +-0.042236328125 +0.015991210938 +0.169921875000 +0.034667968750 +-0.394531250000 +0.018554687500 +-0.111328125000 +0.002014160156 +0.281250000000 +0.045166015625 +0.115234375000 +-0.010437011719 +-0.133789062500 +0.083984375000 +-0.169921875000 +0.090332031250 +0.117675781250 +0.029785156250 +-0.033447265625 +0.250000000000 +-0.324218750000 +-0.150390625000 +0.217773437500 +0.074218750000 +-0.207031250000 +0.021850585938 +-0.154296875000 +-0.141601562500 +-0.187500000000 +0.189453125000 +-0.062500000000 +-0.036132812500 +-0.219726562500 +0.085449218750 +-0.115722656250 +0.034912109375 +-0.020019531250 +-0.020874023438 +-0.124511718750 +0.159179687500 +-0.175781250000 +-0.050292968750 +-0.022705078125 +0.003280639648 +-0.030151367188 +-0.048339843750 +0.062988281250 +0.196289062500 +0.131835937500 +0.091308593750 +0.089355468750 +0.218750000000 +0.247070312500 +0.086914062500 +0.039550781250 +-0.080566406250 +0.054931640625 +0.068847656250 +-0.151367187500 +-0.398437500000 +-0.371093750000 +0.099121093750 +0.229492187500 +-0.043701171875 +0.109863281250 +-0.026733398438 +-0.039306640625 +-0.066406250000 +-0.112792968750 +-0.139648437500 +0.098144531250 +0.110351562500 +-0.202148437500 +-0.001464843750 +0.255859375000 +0.213867187500 +-0.486328125000 +-0.322265625000 +0.150390625000 +-0.027954101562 +-0.140625000000 +0.093261718750 +0.173828125000 +-0.101074218750 +-0.028564453125 +-0.153320312500 +0.021240234375 +0.117187500000 +0.257812500000 +0.038818359375 +-0.052734375000 +0.044677734375 +-0.045654296875 +-0.248046875000 +0.074707031250 +0.123046875000 +-0.058837890625 +-0.318359375000 +-0.200195312500 +0.412109375000 +-0.240234375000 +-0.236328125000 +0.086425781250 +-0.194335937500 +-0.013793945312 +-0.001014709473 +-0.058837890625 +0.155273437500 +0.111328125000 +0.073730468750 +-0.296875000000 +-0.031738281250 +-0.035644531250 +0.052001953125 +0.093261718750 +-0.119628906250 +-0.214843750000 +-0.036865234375 +-0.019409179688 +-0.116699218750 +0.024414062500 +-0.190429687500 +0.083496093750 +0.029296875000 +-0.123535156250 +-0.160156250000 +-0.122070312500 +-0.097656250000 +-0.067871093750 +0.063964843750 +0.054931640625 +0.030395507812 +-0.203125000000 +-0.192382812500 +0.082031250000 +-0.137695312500 +0.029418945312 +0.081054687500 +0.078125000000 +-0.294921875000 +-0.051757812500 +-0.215820312500 +0.040039062500 +-0.245117187500 +-0.175781250000 +0.091308593750 +-0.082519531250 +0.107910156250 +-0.324218750000 +0.006958007812 +-0.119140625000 +0.007873535156 +0.074707031250 +-0.067382812500 +0.010681152344 +0.112792968750 +-0.044677734375 +-0.030883789062 +0.181640625000 +-0.017456054688 +-0.083007812500 +-0.141601562500 +0.160156250000 +-0.011962890625 +0.032958984375 +-0.265625000000 +0.054199218750 +-0.100585937500 +0.005737304688 +-0.076171875000 +-0.160156250000 +-0.279296875000 +-0.097656250000 +-0.047607421875 +0.163085937500 +0.367187500000 +0.131835937500 +0.151367187500 +-0.163085937500 +-0.101074218750 +0.208007812500 +0.110839843750 +-0.316406250000 +0.049560546875 +-0.042724609375 +0.134765625000 +-0.046875000000 +-0.464843750000 +-0.279296875000 +0.015625000000 +0.192382812500 +0.028442382812 +0.172851562500 +0.063476562500 +-0.183593750000 +0.108398437500 +-0.236328125000 +0.178710937500 +-0.212890625000 +0.164062500000 +-0.196289062500 +0.033691406250 +0.038330078125 +0.130859375000 +-0.617187500000 +-0.249023437500 +-0.060302734375 +0.041992187500 +0.096191406250 +0.122558593750 +0.233398437500 +-0.296875000000 +0.213867187500 +0.251953125000 +-0.382812500000 +-0.084960937500 +-0.108398437500 +-0.081054687500 +0.179687500000 +0.121093750000 +0.129882812500 +0.102539062500 +0.014648437500 +0.084960937500 +-0.157226562500 +-0.223632812500 +0.060302734375 +0.090820312500 +0.019042968750 +-0.002822875977 +0.083007812500 +-0.001754760742 +0.026123046875 +-0.188476562500 +0.090332031250 +0.084960937500 +-0.073730468750 +-0.108886718750 +-0.292968750000 +-0.298828125000 +0.095703125000 +-0.037597656250 +-0.013977050781 +0.022583007812 +-0.020507812500 +0.151367187500 +0.129882812500 +-0.006744384766 +0.005371093750 +0.204101562500 +0.063476562500 +-0.006286621094 +0.098144531250 +-0.237304687500 +0.075683593750 +-0.103515625000 +-0.003540039062 +0.065917968750 +-0.161132812500 +-0.128906250000 +-0.232421875000 +0.081542968750 +0.138671875000 +0.200195312500 +0.080566406250 +-0.367187500000 +0.076660156250 +-0.092773437500 +-0.228515625000 +-0.100585937500 +-0.127929687500 +0.067871093750 +0.050292968750 +0.008178710938 +0.011962890625 +-0.174804687500 +0.025390625000 +-0.016723632812 +-0.062988281250 +0.105957031250 +0.081542968750 +-0.135742187500 +0.076171875000 +-0.037841796875 +0.096679687500 +0.012512207031 +0.012573242188 +0.067871093750 +-0.070800781250 +-0.195312500000 +-0.089843750000 +0.158203125000 +0.010620117188 +-0.026611328125 +-0.067382812500 +0.052490234375 +-0.057128906250 +0.018432617188 +0.009277343750 +-0.287109375000 +-0.131835937500 +-0.094238281250 +-0.197265625000 +0.089843750000 +0.069824218750 +-0.075195312500 +-0.250000000000 +-0.081054687500 +-0.231445312500 +-0.238281250000 +0.001464843750 +0.138671875000 +-0.060791015625 +0.108398437500 +-0.147460937500 +-0.109863281250 +-0.029907226562 +0.055908203125 +-0.067382812500 +-0.019287109375 +0.106445312500 +-0.216796875000 +0.113769531250 +-0.414062500000 +-0.328125000000 +0.058349609375 +-0.153320312500 +-0.037841796875 +0.064453125000 +0.049804687500 +-0.043701171875 +-0.308593750000 +-0.153320312500 +-0.182617187500 +0.046142578125 +0.050048828125 +-0.075195312500 +0.035644531250 +-0.312500000000 +0.337890625000 +-0.100097656250 +-0.410156250000 +-0.061035156250 +-0.018920898438 +-0.306640625000 +0.003753662109 +-0.231445312500 +-0.238281250000 +-0.236328125000 +-0.178710937500 +-0.048828125000 +-0.036376953125 +-0.011230468750 +0.005126953125 +-0.189453125000 +-0.046875000000 +-0.024536132812 +0.120605468750 +0.018554687500 +-0.130859375000 +0.040771484375 +-0.013305664062 +0.066894531250 +0.202148437500 +-0.429687500000 +0.030273437500 +-0.040283203125 +-0.240234375000 +0.214843750000 +-0.332031250000 +-0.142578125000 +0.079589843750 +0.034179687500 +0.186523437500 +-0.050781250000 +0.143554687500 +0.108398437500 +-0.083984375000 +-0.051025390625 +-0.079101562500 +0.157226562500 +-0.337890625000 +-0.092285156250 +-0.081542968750 +0.060546875000 +-0.040527343750 +0.037597656250 +-0.118164062500 +0.027221679688 +-0.157226562500 +0.033691406250 +0.099121093750 +-0.285156250000 +-0.312500000000 +-0.013671875000 +-0.102050781250 +-0.394531250000 +-0.261718750000 +0.136718750000 +0.177734375000 +0.110839843750 +-0.144531250000 +0.067871093750 +0.002380371094 +-0.073242187500 +-0.024780273438 +0.031738281250 +-0.241210937500 +-0.203125000000 +-0.167968750000 +0.005889892578 +0.026977539062 +-0.154296875000 +0.135742187500 +0.088867187500 +0.001075744629 +0.059082031250 +0.097656250000 +-0.153320312500 +-0.333984375000 +0.051025390625 +-0.043212890625 +0.097167968750 +-0.193359375000 +-0.148437500000 +-0.120605468750 +-0.051513671875 +-0.110839843750 +0.024536132812 +-0.208984375000 +0.257812500000 +0.125976562500 +-0.036621093750 +0.195312500000 +0.019287109375 +0.113769531250 +0.039794921875 +0.082519531250 +0.116699218750 +-0.089843750000 +0.074218750000 +0.118164062500 +-0.197265625000 +-0.031738281250 +0.112792968750 +0.173828125000 +-0.081542968750 +0.097656250000 +0.106933593750 +0.026123046875 +0.093750000000 +-0.137695312500 +0.140625000000 +0.117187500000 +-0.154296875000 +0.159179687500 +0.412109375000 +-0.098632812500 +0.047851562500 +-0.046630859375 +-0.113281250000 +0.151367187500 +0.149414062500 +0.347656250000 +-0.147460937500 +-0.013854980469 +0.015319824219 +-0.144531250000 +0.039550781250 +-0.080566406250 +0.160156250000 +-0.017089843750 +0.226562500000 +0.051757812500 +-0.140625000000 +0.186523437500 +0.096679687500 +-0.056152343750 +-0.022338867188 +0.021606445312 +-0.023681640625 +0.017944335938 +-0.259765625000 +-0.038574218750 +0.238281250000 +-0.140625000000 +-0.011474609375 +-0.245117187500 +0.020385742188 +0.056396484375 +-0.005035400391 +0.058105468750 +-0.078613281250 +-0.158203125000 +-0.168945312500 +0.030883789062 +-0.097167968750 +0.089355468750 +0.135742187500 +0.058349609375 +-0.092773437500 +0.006195068359 +0.056884765625 +0.129882812500 +0.071777343750 +0.042968750000 +0.048828125000 +0.028198242188 +0.187500000000 +0.039306640625 +0.002212524414 +-0.028442382812 +0.292968750000 +0.034667968750 +0.116699218750 +0.095703125000 +-0.625000000000 +-0.051269531250 +0.055664062500 +-0.028198242188 +0.150390625000 +-0.176757812500 +0.136718750000 +0.087890625000 +-0.111816406250 +0.014587402344 +-0.082031250000 +-0.008483886719 +-0.064941406250 +-0.092285156250 +-0.125976562500 +0.096679687500 +0.083984375000 +-0.177734375000 +-0.142578125000 +-0.043945312500 +-0.050781250000 +0.140625000000 +-0.049804687500 +0.078125000000 +0.033935546875 +-0.104980468750 +-0.102539062500 +0.077636718750 +0.004943847656 +-0.398437500000 +0.023071289062 +-0.093261718750 +-0.129882812500 +0.095214843750 +0.148437500000 +-0.183593750000 +-0.233398437500 +0.048828125000 +0.265625000000 +-0.027221679688 +-0.079589843750 +-0.277343750000 +0.162109375000 +-0.095214843750 +-0.165039062500 +0.244140625000 +-0.038818359375 +0.158203125000 +0.191406250000 +-0.161132812500 +0.048583984375 +-0.011901855469 +0.020019531250 +0.081054687500 +-0.085449218750 +0.047119140625 +-0.187500000000 +0.055908203125 +0.076660156250 +-0.265625000000 +0.058837890625 +-0.004364013672 +0.041748046875 +-0.027832031250 +-0.004974365234 +0.015441894531 +0.042724609375 +0.180664062500 +0.332031250000 +0.011047363281 +-0.062988281250 +0.066406250000 +-0.079589843750 +-0.118164062500 +0.107421875000 +-0.114257812500 +-0.107421875000 +0.139648437500 +-0.036376953125 +-0.065429687500 +0.113281250000 +0.043212890625 +-0.077148437500 +-0.075683593750 +0.046875000000 +-0.025512695312 +0.193359375000 +0.028076171875 +-0.112792968750 +-0.069824218750 +0.044433593750 +0.100097656250 +-0.192382812500 +-0.296875000000 +0.158203125000 +0.076171875000 +0.062988281250 +-0.149414062500 +0.079589843750 +0.111328125000 +0.121582031250 +-0.002182006836 +-0.302734375000 +-0.103515625000 +-0.127929687500 +-0.080078125000 +-0.039062500000 +0.120117187500 +0.213867187500 +-0.003738403320 +-0.030761718750 +-0.058593750000 +-0.132812500000 +-0.019287109375 +0.074218750000 +0.137695312500 +0.089843750000 +0.036132812500 +0.034912109375 +-0.058837890625 +0.078125000000 +0.055908203125 +0.085937500000 +-0.195312500000 +-0.167968750000 +0.066406250000 +-0.043212890625 +-0.071777343750 +0.197265625000 +-0.279296875000 +0.125000000000 +-0.067871093750 +0.102539062500 +-0.039062500000 +0.013183593750 +-0.170898437500 +-0.122558593750 +0.093750000000 +0.025024414062 +-0.122070312500 +0.114257812500 +-0.076660156250 +0.068847656250 +0.096679687500 +0.032958984375 +-0.026367187500 +-0.462890625000 +-0.014465332031 +-0.355468750000 +-0.113769531250 +0.121582031250 +-0.216796875000 +0.005096435547 +0.050048828125 +-0.054443359375 +0.000126838684 +-0.261718750000 +0.049804687500 +0.024658203125 +-0.129882812500 +-0.178710937500 +-0.156250000000 +0.123535156250 +0.041748046875 +-0.080566406250 +0.026611328125 +0.124511718750 +-0.098632812500 +-0.095703125000 +0.124511718750 +-0.488281250000 +0.074707031250 +-0.047851562500 +0.109863281250 +0.098632812500 +0.111816406250 +-0.188476562500 +-0.028076171875 +-0.081054687500 +0.016479492188 +-0.120605468750 +-0.304687500000 +0.036865234375 +-0.140625000000 +0.119628906250 +0.111328125000 +-0.593750000000 +-0.144531250000 +-0.253906250000 +-0.055175781250 +0.124023437500 +-0.388671875000 +0.043212890625 +-0.429687500000 +0.104003906250 +0.062255859375 +0.144531250000 +0.120605468750 +0.112792968750 +0.099121093750 +0.353515625000 +0.133789062500 +0.316406250000 +-0.189453125000 +-0.088378906250 +0.059570312500 +-0.010559082031 +0.062011718750 +0.067871093750 +-0.015869140625 +-0.117187500000 +0.078613281250 +0.028076171875 +0.175781250000 +-0.012939453125 +-0.093261718750 +-0.105468750000 +0.090332031250 +0.009521484375 +0.006408691406 +0.265625000000 +0.153320312500 +0.021362304688 +-0.203125000000 +-0.061279296875 +-0.082519531250 +-0.021606445312 +-0.014648437500 +0.056640625000 +-0.121093750000 +-0.151367187500 +0.066406250000 +-0.058837890625 +-0.140625000000 +-0.023071289062 +0.162109375000 +-0.039306640625 +-0.244140625000 +-0.021728515625 +-0.132812500000 +0.034912109375 +-0.115234375000 +-0.192382812500 +0.031127929688 +-0.188476562500 +-0.035400390625 +-0.039794921875 +0.109375000000 +0.077636718750 +0.235351562500 +0.065917968750 +0.094238281250 +-0.171875000000 +-0.020141601562 +-0.047363281250 +-0.081054687500 +-0.010864257812 +0.065429687500 +-0.241210937500 +-0.283203125000 +0.188476562500 +-0.031250000000 +-0.000881195068 +-0.460937500000 +0.026123046875 +-0.160156250000 +-0.067871093750 +-0.004364013672 +-0.271484375000 +-0.269531250000 +-0.044921875000 +0.265625000000 +0.127929687500 +0.211914062500 +0.036865234375 +-0.180664062500 +-0.142578125000 +-0.151367187500 +0.051513671875 +0.051025390625 +0.061523437500 +0.016601562500 +0.009704589844 +-0.106445312500 +0.271484375000 +0.015502929688 +-0.169921875000 +0.183593750000 +0.188476562500 +0.251953125000 +-0.074707031250 +0.150390625000 +-0.308593750000 +-0.065429687500 +-0.314453125000 +0.014648437500 +0.012695312500 +0.072265625000 +-0.091796875000 +-0.139648437500 +-0.024291992188 +0.053466796875 +-0.279296875000 +-0.229492187500 +-0.160156250000 +0.125976562500 +0.136718750000 +0.064453125000 +0.146484375000 +0.289062500000 +-0.300781250000 +-0.028686523438 +0.155273437500 +-0.178710937500 +-0.015869140625 +-0.080078125000 +-0.080566406250 +-0.123535156250 +0.071289062500 +0.106445312500 +-0.011169433594 +-0.052001953125 +-0.021240234375 +0.027343750000 +-0.269531250000 +0.067382812500 +0.020263671875 +-0.031494140625 +0.182617187500 +-0.161132812500 +-0.092773437500 +-0.045410156250 +0.367187500000 +-0.291015625000 +-0.100097656250 +-0.001914978027 +0.042968750000 +-0.008544921875 +-0.129882812500 +-0.001190185547 +-0.235351562500 +0.005340576172 +-0.259765625000 +-0.025634765625 +0.191406250000 +0.004425048828 +-0.019531250000 +0.153320312500 +0.115722656250 +-0.022583007812 +0.148437500000 +-0.002014160156 +0.035400390625 +-0.045166015625 +-0.007537841797 +-0.144531250000 +-0.130859375000 +-0.149414062500 +0.056884765625 +0.100097656250 +0.046630859375 +-0.015563964844 +0.017089843750 +0.020996093750 +0.027832031250 +0.127929687500 +-0.121093750000 +-0.109863281250 +0.100585937500 +0.082031250000 +-0.175781250000 +0.040039062500 +-0.026367187500 +-0.050292968750 +0.018676757812 +-0.010620117188 +-0.243164062500 +0.283203125000 +-0.042480468750 +-0.020629882812 +-0.098144531250 +-0.009582519531 +0.172851562500 +-0.032470703125 +0.134765625000 +-0.250000000000 +-0.190429687500 +-0.131835937500 +0.066406250000 +0.196289062500 +-0.021118164062 +-0.097656250000 +0.036376953125 +-0.084960937500 +-0.053955078125 +0.249023437500 +0.015380859375 +-0.195312500000 +-0.050292968750 +0.177734375000 +-0.009399414062 +-0.026367187500 +-0.077148437500 +0.066406250000 +-0.086914062500 +0.106445312500 +0.034179687500 +-0.002273559570 +0.213867187500 +0.026977539062 +-0.016357421875 +-0.033203125000 +0.108886718750 +0.089355468750 +-0.133789062500 +-0.052490234375 +0.000896453857 +-0.135742187500 +-0.184570312500 +-0.085937500000 +-0.382812500000 +0.089355468750 +-0.032714843750 +0.224609375000 +0.191406250000 +0.099121093750 +0.007812500000 +-0.141601562500 +-0.016723632812 +0.093261718750 +0.217773437500 +0.047119140625 +-0.016601562500 +0.050292968750 +-0.163085937500 +-0.230468750000 +-0.041503906250 +-0.011962890625 +0.214843750000 +0.246093750000 +-0.014038085938 +-0.130859375000 +0.050537109375 +-0.056396484375 +0.089843750000 +0.056884765625 +0.148437500000 +-0.025634765625 +0.022094726562 +-0.285156250000 +-0.032958984375 +-0.123535156250 +-0.347656250000 +0.229492187500 +-0.164062500000 +-0.103515625000 +-0.038330078125 +-0.110839843750 +0.091796875000 +-0.202148437500 +-0.384765625000 +0.238281250000 +-0.261718750000 +-0.129882812500 +-0.183593750000 +-0.088867187500 +-0.178710937500 +0.109863281250 +0.137695312500 +-0.228515625000 +0.204101562500 +0.073242187500 +0.098144531250 +-0.220703125000 +0.018798828125 +-0.163085937500 +-0.120117187500 +0.250000000000 +0.156250000000 +-0.016967773438 +0.093261718750 +-0.396484375000 +-0.161132812500 +-0.089843750000 +0.057128906250 +0.143554687500 +-0.038818359375 +-0.031982421875 +-0.050292968750 +0.000942230225 +0.213867187500 +-0.076171875000 +-0.013916015625 +-0.006988525391 +0.079101562500 +0.047607421875 +-0.153320312500 +-0.214843750000 +-0.028442382812 +-0.089843750000 +0.275390625000 +0.148437500000 +-0.120605468750 +-0.047119140625 +-0.013610839844 +-0.141601562500 +0.023925781250 +0.137695312500 +-0.045166015625 +0.188476562500 +0.208007812500 +0.003097534180 +-0.098632812500 +0.009704589844 +-0.211914062500 +0.181640625000 +-0.060546875000 +0.099609375000 +-0.142578125000 +0.170898437500 +0.289062500000 +-0.073242187500 +-0.027587890625 +-0.228515625000 +0.283203125000 +-0.166992187500 +0.017456054688 +-0.182617187500 +-0.253906250000 +-0.189453125000 +-0.019531250000 +0.138671875000 +-0.105957031250 +-0.052490234375 +-0.136718750000 +-0.116210937500 +-0.002014160156 +0.026855468750 +-0.074707031250 +0.051269531250 +-0.091308593750 +0.091796875000 +0.091308593750 +0.095214843750 +0.132812500000 +-0.226562500000 +0.129882812500 +-0.080078125000 +-0.171875000000 +0.195312500000 +0.151367187500 +0.203125000000 +-0.253906250000 +-0.047607421875 +0.246093750000 +-0.251953125000 +0.071289062500 +0.406250000000 +-0.020874023438 +-0.359375000000 +0.308593750000 +0.186523437500 +-0.010192871094 +-0.099609375000 +-0.067382812500 +-0.059326171875 +-0.285156250000 +-0.111816406250 +0.080566406250 +0.144531250000 +-0.000637054443 +-0.080078125000 +-0.008789062500 +-0.014282226562 +0.142578125000 +-0.332031250000 +0.427734375000 +0.017944335938 +-0.255859375000 +0.458984375000 +0.289062500000 +0.133789062500 +0.015197753906 +0.003463745117 +-0.174804687500 +0.109863281250 +0.064453125000 +0.410156250000 +-0.291015625000 +0.078613281250 +0.039794921875 +0.376953125000 +-0.021850585938 +0.060546875000 +-0.034423828125 +0.118652343750 +-0.048828125000 +-0.026611328125 +0.046630859375 +-0.021972656250 +-0.006469726562 +-0.191406250000 +0.126953125000 +0.063964843750 +0.023803710938 +0.118652343750 +0.041015625000 +0.186523437500 +0.057128906250 +-0.169921875000 +0.215820312500 +0.200195312500 +-0.140625000000 +-0.011596679688 +0.363281250000 +0.267578125000 +-0.292968750000 +-0.122070312500 +-0.032714843750 +-0.376953125000 +-0.051269531250 +0.388671875000 +0.162109375000 +-0.180664062500 +0.451171875000 +-0.125976562500 +-0.181640625000 +-0.106933593750 +0.066894531250 +-0.055664062500 +-0.199218750000 +0.020751953125 +0.067871093750 +0.333984375000 +-0.003036499023 +-0.049560546875 +-0.130859375000 +-0.056396484375 +0.144531250000 +-0.396484375000 +0.330078125000 +-0.253906250000 +-0.141601562500 +0.326171875000 +0.217773437500 +-0.111328125000 +-0.034423828125 +0.109863281250 +0.117187500000 +0.259765625000 +0.022460937500 +0.388671875000 +-0.107910156250 +0.259765625000 +0.302734375000 +-0.003585815430 +0.235351562500 +0.100585937500 +0.019042968750 +0.118652343750 +-0.053710937500 +-0.049316406250 +-0.075683593750 +-0.050537109375 +-0.166015625000 +-0.198242187500 +-0.044433593750 +0.071289062500 +0.269531250000 +0.036132812500 +-0.165039062500 +0.148437500000 +0.054687500000 +-0.265625000000 +0.028442382812 +0.102050781250 +-0.050537109375 +-0.166992187500 +0.064453125000 +0.063964843750 +-0.186523437500 +0.091308593750 +-0.129882812500 +-0.126953125000 +-0.037597656250 +-0.110351562500 +0.287109375000 +0.102050781250 +-0.046875000000 +-0.042236328125 +-0.000394821167 +-0.153320312500 +0.075683593750 +-0.077636718750 +-0.162109375000 +0.179687500000 +0.061035156250 +-0.151367187500 +0.057617187500 +-0.159179687500 +-0.163085937500 +0.081542968750 +0.030639648438 +0.118164062500 +0.041015625000 +-0.003005981445 +-0.178710937500 +0.205078125000 +-0.100585937500 +-0.065917968750 +0.271484375000 +-0.026123046875 +-0.113281250000 +-0.101074218750 +-0.133789062500 +0.129882812500 +-0.086425781250 +-0.056152343750 +-0.046630859375 +-0.064941406250 +-0.229492187500 +-0.014099121094 +0.036132812500 +-0.026977539062 +0.010803222656 +0.011718750000 +-0.115722656250 +-0.061523437500 +-0.088867187500 +-0.009521484375 +0.224609375000 +-0.064453125000 +-0.114746093750 +0.019287109375 +-0.041503906250 +0.236328125000 +0.024047851562 +-0.361328125000 +0.076660156250 +0.224609375000 +-0.225585937500 +-0.018554687500 +-0.016845703125 +0.095214843750 +0.002288818359 +-0.024780273438 +-0.162109375000 +0.012878417969 +-0.017456054688 +0.285156250000 +-0.184570312500 +-0.208984375000 +0.090332031250 +-0.216796875000 +-0.185546875000 +-0.107910156250 +-0.031982421875 +-0.029418945312 +0.242187500000 +0.082519531250 +-0.043945312500 +0.025878906250 +0.154296875000 +-0.099609375000 +-0.064453125000 +-0.055419921875 +0.181640625000 +-0.112792968750 +-0.010620117188 +0.162109375000 +-0.178710937500 +0.093261718750 +-0.045166015625 +0.083496093750 +-0.037109375000 +-0.009033203125 +-0.289062500000 +-0.253906250000 +0.065917968750 +-0.002639770508 +0.083496093750 +-0.174804687500 +-0.213867187500 +0.390625000000 +-0.199218750000 +-0.060791015625 +0.114257812500 +0.125000000000 +0.027221679688 +-0.116210937500 +-0.086425781250 +-0.098632812500 +-0.211914062500 +-0.141601562500 +0.124023437500 +-0.132812500000 +0.175781250000 +-0.179687500000 +-0.141601562500 +0.194335937500 +-0.490234375000 +-0.145507812500 +0.175781250000 +0.174804687500 +-0.212890625000 +-0.029663085938 +-0.359375000000 +0.010131835938 +0.050048828125 +0.172851562500 +-0.063476562500 +0.310546875000 +-0.116699218750 +0.194335937500 +-0.014831542969 +-0.255859375000 +-0.265625000000 +0.062988281250 +-0.032958984375 +-0.164062500000 +0.243164062500 +-0.117675781250 +0.141601562500 +0.039794921875 +-0.024169921875 +0.021728515625 +-0.200195312500 +0.033691406250 +0.028808593750 +-0.031738281250 +-0.223632812500 +-0.155273437500 +0.029663085938 +0.093261718750 +-0.080566406250 +-0.197265625000 +-0.192382812500 +-0.240234375000 +0.136718750000 +0.058349609375 +0.140625000000 +0.042968750000 +-0.202148437500 +0.110839843750 +0.069824218750 +-0.043457031250 +-0.488281250000 +-0.241210937500 +-0.462890625000 +-0.204101562500 +-0.121093750000 +0.000968933105 +0.141601562500 +0.086914062500 +0.023803710938 +0.047363281250 +-0.219726562500 +-0.069824218750 +0.070800781250 +0.016967773438 +0.225585937500 +0.059814453125 +-0.091796875000 +0.166015625000 +0.026977539062 +0.289062500000 +-0.029663085938 +-0.328125000000 +-0.077148437500 +-0.164062500000 +-0.076660156250 +-0.175781250000 +-0.189453125000 +-0.060546875000 +0.104003906250 +-0.078613281250 +-0.110839843750 +-0.020385742188 +0.191406250000 +-0.355468750000 +-0.152343750000 +-0.067871093750 +-0.345703125000 +-0.165039062500 +0.132812500000 +0.070312500000 +-0.213867187500 +-0.240234375000 +0.183593750000 +0.223632812500 +-0.130859375000 +0.169921875000 +-0.539062500000 +0.121093750000 +-0.243164062500 +-0.257812500000 +0.094238281250 +-0.106933593750 +-0.396484375000 +-0.150390625000 +0.250000000000 +-0.113769531250 +0.163085937500 +0.048828125000 +0.112792968750 +0.066406250000 +0.158203125000 +0.119628906250 +0.083984375000 +0.197265625000 +0.105468750000 +-0.159179687500 +-0.186523437500 +-0.089843750000 +-0.099609375000 +-0.068359375000 +0.277343750000 +-0.141601562500 +-0.002059936523 +0.507812500000 +-0.066406250000 +0.226562500000 +-0.045410156250 +-0.052246093750 +0.144531250000 +-0.046142578125 +-0.063964843750 +-0.111816406250 +0.361328125000 +0.080566406250 +-0.182617187500 +0.039062500000 +-0.150390625000 +0.326171875000 +-0.176757812500 +0.160156250000 +-0.125000000000 +0.088867187500 +0.103515625000 +-0.127929687500 +-0.152343750000 +-0.144531250000 +-0.039306640625 +0.033203125000 +-0.208984375000 +0.051757812500 +0.036621093750 +0.047363281250 +0.094238281250 +0.230468750000 +-0.206054687500 +-0.163085937500 +-0.013366699219 +-0.142578125000 +0.100097656250 +0.118652343750 +-0.065429687500 +0.158203125000 +0.144531250000 +-0.159179687500 +0.075195312500 +0.073242187500 +-0.227539062500 +-0.026245117188 +-0.021240234375 +0.078125000000 +-0.153320312500 +0.109863281250 +0.357421875000 +-0.063964843750 +0.081542968750 +-0.193359375000 +0.427734375000 +-0.174804687500 +0.050292968750 +-0.082519531250 +-0.200195312500 +0.157226562500 +-0.119628906250 +0.001609802246 +-0.152343750000 +-0.120605468750 +-0.021118164062 +-0.302734375000 +0.031738281250 +-0.165039062500 +-0.019287109375 +0.100585937500 +0.007751464844 +0.173828125000 +-0.001441955566 +0.074218750000 +-0.135742187500 +-0.047119140625 +-0.005249023438 +-0.008544921875 +0.277343750000 +-0.010070800781 +-0.026489257812 +-0.212890625000 +-0.174804687500 +0.034423828125 +-0.076660156250 +0.166992187500 +-0.109375000000 +0.003326416016 +-0.111328125000 +-0.064453125000 +-0.048828125000 +-0.021728515625 +0.071289062500 +0.018798828125 +-0.086914062500 +-0.035888671875 +-0.098144531250 +0.065429687500 +-0.053222656250 +-0.091308593750 +0.082031250000 +0.015441894531 +-0.142578125000 +-0.174804687500 +-0.021118164062 +-0.062011718750 +0.044433593750 +-0.121093750000 +0.026489257812 +-0.072753906250 +0.140625000000 +0.010498046875 +-0.051513671875 +-0.040527343750 +-0.453125000000 +-0.065429687500 +0.036132812500 +0.047363281250 +0.074218750000 +-0.063476562500 +-0.112304687500 +-0.065429687500 +0.091308593750 +0.006927490234 +-0.191406250000 +-0.022583007812 +0.136718750000 +0.082519531250 +0.088867187500 +-0.050781250000 +0.096679687500 +-0.089355468750 +-0.111328125000 +-0.056884765625 +0.128906250000 +-0.453125000000 +-0.198242187500 +-0.004455566406 +-0.099121093750 +0.100585937500 +0.009704589844 +0.184570312500 +0.039550781250 +-0.060546875000 +0.038085937500 +0.053222656250 +-0.125976562500 +0.041748046875 +-0.072265625000 +-0.011718750000 +-0.069824218750 +0.011413574219 +0.122070312500 +-0.113281250000 +-0.051025390625 +-0.177734375000 +-0.084960937500 +-0.016113281250 +0.028564453125 +-0.255859375000 +-0.179687500000 +0.118164062500 +0.009094238281 +-0.080078125000 +-0.058593750000 +0.007293701172 +-0.145507812500 +-0.062255859375 +0.038818359375 +-0.190429687500 +-0.022216796875 +0.036621093750 +-0.064453125000 +-0.074218750000 +-0.129882812500 +0.044433593750 +0.036865234375 +-0.105957031250 +-0.064453125000 +-0.112792968750 +-0.014770507812 +-0.075683593750 +-0.042968750000 +0.053955078125 +-0.035644531250 +-0.072753906250 +-0.103515625000 +-0.237304687500 +-0.131835937500 +-0.030639648438 +-0.139648437500 +-0.141601562500 +-0.033447265625 +-0.059326171875 +0.013366699219 +-0.104492187500 +-0.003646850586 +0.061279296875 +-0.034667968750 +-0.165039062500 +0.082519531250 +-0.050048828125 +-0.089355468750 +0.035400390625 +-0.186523437500 +-0.014648437500 +-0.056152343750 +0.035400390625 +0.033203125000 +0.102539062500 +0.060302734375 +-0.375000000000 +0.082031250000 +-0.390625000000 +-0.067871093750 +-0.030761718750 +-0.196289062500 +0.147460937500 +-0.296875000000 +0.109375000000 +-0.185546875000 +0.091308593750 +-0.416015625000 +0.080566406250 +0.103515625000 +-0.390625000000 +-0.135742187500 +-0.223632812500 +0.066894531250 +0.106445312500 +0.144531250000 +0.002822875977 +0.037841796875 +-0.094726562500 +-0.178710937500 +-0.091796875000 +-0.085449218750 +0.122558593750 +-0.020751953125 +0.211914062500 +0.166015625000 +0.224609375000 +-0.065917968750 +-0.081054687500 +0.052734375000 +-0.026977539062 +0.167968750000 +-0.158203125000 +0.047363281250 +0.164062500000 +0.154296875000 +0.088378906250 +-0.030883789062 +-0.031127929688 +-0.151367187500 +0.458984375000 +-0.024536132812 +-0.036865234375 +0.166992187500 +-0.005920410156 +-0.205078125000 +-0.019897460938 +-0.068847656250 +-0.007110595703 +0.091796875000 +-0.000564575195 +0.076171875000 +-0.380859375000 +0.086425781250 +-0.194335937500 +-0.125000000000 +-0.232421875000 +-0.022949218750 +0.104980468750 +0.054443359375 +0.026977539062 +0.026489257812 +-0.003936767578 +0.100585937500 +0.030761718750 +-0.496093750000 +0.041503906250 +-0.138671875000 +-0.104980468750 +-0.035644531250 +-0.075195312500 +0.162109375000 +-0.257812500000 +0.294921875000 +0.242187500000 +-0.022949218750 +-0.037841796875 +-0.208984375000 +0.198242187500 +-0.357421875000 +-0.048583984375 +0.101562500000 +-0.445312500000 +0.080566406250 +-0.199218750000 +-0.202148437500 +0.091796875000 +-0.111328125000 +-0.073242187500 +0.175781250000 +-0.056152343750 +0.022827148438 +-0.004119873047 +-0.154296875000 +-0.077636718750 +0.294921875000 +0.027709960938 +-0.159179687500 +0.016967773438 +0.121093750000 +0.141601562500 +0.063964843750 +-0.115234375000 +0.005310058594 +-0.078125000000 +0.402343750000 +0.098632812500 +0.117187500000 +0.009155273438 +0.107910156250 +-0.229492187500 +-0.094238281250 +-0.109375000000 +-0.133789062500 +-0.130859375000 +0.066406250000 +-0.210937500000 +-0.125000000000 +0.207031250000 +-0.287109375000 +0.184570312500 +-0.031494140625 +0.125976562500 +0.116210937500 +0.059082031250 +0.023071289062 +0.066406250000 +0.009155273438 +0.042480468750 +0.136718750000 +0.105957031250 +-0.074707031250 +0.108398437500 +-0.171875000000 +-0.180664062500 +-0.183593750000 +0.064941406250 +0.065429687500 +-0.030761718750 +0.153320312500 +-0.035400390625 +0.000276565552 +-0.029907226562 +-0.016479492188 +0.007934570312 +0.020874023438 +0.022216796875 +0.154296875000 +0.076171875000 +0.082031250000 +0.099609375000 +0.255859375000 +0.211914062500 +-0.125976562500 +0.013793945312 +0.170898437500 +0.149414062500 +-0.055175781250 +0.236328125000 +-0.080078125000 +-0.072753906250 +-0.033935546875 +-0.058349609375 +-0.174804687500 +-0.069335937500 +0.022827148438 +0.088867187500 +-0.090820312500 +-0.220703125000 +-0.074707031250 +0.197265625000 +0.322265625000 +0.216796875000 +-0.153320312500 +-0.267578125000 +-0.018432617188 +0.257812500000 +0.149414062500 +-0.063964843750 +0.140625000000 +-0.235351562500 +-0.255859375000 +0.466796875000 +-0.079101562500 +-0.180664062500 +-0.146484375000 +-0.275390625000 +0.095214843750 +0.170898437500 +0.041015625000 +0.118164062500 +0.007293701172 +0.084472656250 +0.064453125000 +-0.054687500000 +-0.255859375000 +-0.045898437500 +0.019042968750 +-0.105957031250 +0.048583984375 +-0.030395507812 +0.021728515625 +-0.033691406250 +-0.242187500000 +-0.077148437500 +0.171875000000 +0.041015625000 +0.023071289062 +-0.174804687500 +0.069824218750 +-0.098632812500 +0.090332031250 +-0.021850585938 +-0.009094238281 +-0.166015625000 +0.048828125000 +0.046630859375 +-0.241210937500 +-0.235351562500 +0.082519531250 +-0.065429687500 +-0.120117187500 +-0.210937500000 +-0.177734375000 +-0.088867187500 +0.014892578125 +-0.115234375000 +-0.125976562500 +0.153320312500 +0.109375000000 +0.012390136719 +-0.056396484375 +-0.126953125000 +-0.006500244141 +-0.137695312500 +-0.285156250000 +0.088867187500 +-0.022216796875 +-0.023437500000 +-0.035156250000 +0.162109375000 +0.060302734375 +0.203125000000 +-0.287109375000 +0.233398437500 +-0.035644531250 +-0.197265625000 +-0.018188476562 +-0.531250000000 +-0.100097656250 +0.049560546875 +0.133789062500 +0.202148437500 +-0.107421875000 +-0.082031250000 +0.031982421875 +0.154296875000 +-0.128906250000 +0.028198242188 +-0.049072265625 +-0.044189453125 +-0.198242187500 +0.093750000000 +-0.224609375000 +0.102050781250 +-0.056640625000 +-0.038574218750 +-0.171875000000 +0.038574218750 +0.010559082031 +-0.128906250000 +0.017456054688 +-0.060546875000 +-0.081542968750 +-0.064453125000 +-0.052001953125 +-0.010437011719 +0.091308593750 +-0.078125000000 +0.149414062500 +0.139648437500 +-0.343750000000 +-0.121093750000 +0.072753906250 +0.146484375000 +-0.111328125000 +0.219726562500 +-0.166015625000 +-0.136718750000 +0.104003906250 +-0.013000488281 +-0.072265625000 +0.125976562500 +0.166015625000 +0.021484375000 +0.205078125000 +0.167968750000 +0.031738281250 +0.109375000000 +-0.124023437500 +0.084472656250 +-0.159179687500 +0.000675201416 +0.150390625000 +-0.380859375000 +-0.003784179688 +-0.062011718750 +0.128906250000 +0.094238281250 +-0.215820312500 +-0.062988281250 +-0.030151367188 +-0.363281250000 +-0.174804687500 +0.310546875000 +-0.105957031250 +-0.111328125000 +-0.188476562500 +-0.154296875000 +0.144531250000 +-0.017578125000 +0.055419921875 +-0.135742187500 +0.070800781250 +-0.150390625000 +-0.131835937500 +-0.225585937500 +-0.203125000000 +-0.157226562500 +-0.170898437500 +0.122070312500 +-0.063964843750 +0.015075683594 +0.008605957031 +0.195312500000 +-0.237304687500 +0.128906250000 +0.000391006470 +0.188476562500 +0.125000000000 +0.118164062500 +-0.373046875000 +-0.058593750000 +-0.049316406250 +-0.131835937500 +-0.000455856323 +-0.052978515625 +0.110351562500 +-0.071777343750 +-0.202148437500 +-0.129882812500 +0.025756835938 +-0.347656250000 +0.050292968750 +-0.172851562500 +-0.271484375000 +0.019287109375 +-0.097167968750 +0.049560546875 +-0.130859375000 +-0.032226562500 +-0.087890625000 +0.054199218750 +0.056396484375 +0.106445312500 +0.031982421875 +0.021606445312 +-0.112304687500 +-0.167968750000 +-0.000109672546 +-0.051025390625 +0.128906250000 +0.058837890625 +0.041992187500 +-0.174804687500 +0.031494140625 +-0.117675781250 +-0.076660156250 +0.203125000000 +-0.010192871094 +-0.234375000000 +-0.077148437500 +0.209960937500 +-0.147460937500 +0.029174804688 +-0.277343750000 +0.112304687500 +-0.198242187500 +-0.140625000000 +0.210937500000 +-0.069824218750 +0.007781982422 +-0.306640625000 +0.069824218750 +-0.188476562500 +-0.022338867188 +-0.135742187500 +-0.064453125000 +-0.115234375000 +0.069335937500 +0.201171875000 +0.341796875000 +0.163085937500 +-0.114746093750 +-0.248046875000 +0.073730468750 +0.080078125000 +-0.167968750000 +-0.091308593750 +-0.117675781250 +-0.113769531250 +-0.253906250000 +-0.030517578125 +-0.004486083984 +-0.116699218750 +0.412109375000 +-0.112304687500 +0.211914062500 +-0.247070312500 +-0.287109375000 +-0.114257812500 +-0.100585937500 +-0.108398437500 +-0.016723632812 +-0.147460937500 +-0.118164062500 +0.225585937500 +-0.119628906250 +0.031005859375 +-0.174804687500 +0.128906250000 +-0.018310546875 +-0.316406250000 +-0.025878906250 +0.010009765625 +-0.175781250000 +0.175781250000 +-0.248046875000 +0.289062500000 +-0.116699218750 +0.167968750000 +-0.034667968750 +0.125976562500 +-0.213867187500 +-0.165039062500 +-0.016357421875 +0.023925781250 +-0.149414062500 +-0.131835937500 +0.292968750000 +-0.010192871094 +-0.292968750000 +-0.082519531250 +0.038818359375 +-0.015197753906 +0.072265625000 +0.421875000000 +-0.099121093750 +0.052734375000 +0.245117187500 +-0.243164062500 +-0.129882812500 +0.018920898438 +0.230468750000 +0.273437500000 +0.046630859375 +0.047607421875 +-0.092285156250 +-0.135742187500 +-0.000197410583 +-0.164062500000 +0.082519531250 +-0.609375000000 +-0.092773437500 +-0.178710937500 +0.324218750000 +-0.230468750000 +0.108886718750 +-0.259765625000 +0.490234375000 +0.055908203125 +-0.173828125000 +-0.025512695312 +-0.041015625000 +-0.279296875000 +-0.145507812500 +-0.065917968750 +0.253906250000 +-0.230468750000 +-0.224609375000 +0.168945312500 +0.040283203125 +-0.087890625000 +-0.089843750000 +0.220703125000 +-0.175781250000 +-0.136718750000 +-0.019897460938 +0.002624511719 +-0.161132812500 +0.151367187500 +0.155273437500 +0.016601562500 +0.030517578125 +0.022949218750 +0.012756347656 +0.027343750000 +-0.083496093750 +-0.078125000000 +0.024169921875 +-0.028930664062 +-0.112304687500 +-0.200195312500 +0.060791015625 +0.054931640625 +-0.304687500000 +-0.084960937500 +0.308593750000 +-0.091308593750 +0.011047363281 +0.040039062500 +-0.049560546875 +-0.189453125000 +0.168945312500 +-0.178710937500 +0.114746093750 +0.010070800781 +-0.049804687500 +-0.128906250000 +-0.044921875000 +-0.097656250000 +0.013549804688 +-0.102539062500 +0.077636718750 +0.166992187500 +-0.128906250000 +-0.047851562500 +0.032714843750 +0.047363281250 +-0.183593750000 +-0.202148437500 +-0.076171875000 +0.045410156250 +0.039062500000 +0.199218750000 +0.152343750000 +-0.120605468750 +0.163085937500 +-0.019775390625 +0.149414062500 +0.373046875000 +-0.070312500000 +-0.084472656250 +0.022583007812 +-0.006561279297 +0.155273437500 +-0.008972167969 +-0.148437500000 +0.074707031250 +0.057373046875 +-0.108398437500 +-0.110839843750 +0.367187500000 +-0.146484375000 +0.198242187500 +-0.045654296875 +0.250000000000 +-0.062011718750 +-0.114746093750 +0.101074218750 +0.162109375000 +0.066894531250 +0.053710937500 +-0.738281250000 +0.082031250000 +0.100097656250 +0.059814453125 +0.090332031250 +-0.045898437500 +0.088867187500 +0.110839843750 +-0.115234375000 +-0.128906250000 +-0.099121093750 +-0.269531250000 +0.200195312500 +-0.176757812500 +-0.073242187500 +-0.041748046875 +0.072753906250 +0.037353515625 +0.066894531250 +0.019409179688 +0.057617187500 +-0.410156250000 +0.067871093750 +-0.067871093750 +0.103027343750 +-0.099609375000 +-0.080566406250 +0.043212890625 +0.142578125000 +-0.122070312500 +0.195312500000 +0.148437500000 +-0.259765625000 +0.055664062500 +0.148437500000 +0.302734375000 +0.068359375000 +0.241210937500 +-0.090820312500 +0.127929687500 +-0.306640625000 +0.005828857422 +0.117675781250 +0.189453125000 +-0.167968750000 +-0.101562500000 +-0.275390625000 +0.085449218750 +0.118164062500 +-0.166992187500 +0.007873535156 +-0.013732910156 +0.031494140625 +0.188476562500 +-0.150390625000 +-0.187500000000 +-0.059570312500 +-0.061523437500 +0.099609375000 +-0.257812500000 +-0.062988281250 +0.132812500000 +0.060546875000 +-0.161132812500 +-0.032958984375 +-0.154296875000 +-0.135742187500 +-0.314453125000 +-0.146484375000 +0.036621093750 +0.032226562500 +0.062988281250 +-0.228515625000 +-0.069335937500 +-0.191406250000 +-0.201171875000 +-0.152343750000 +-0.124023437500 +-0.182617187500 +0.062988281250 +-0.051757812500 +-0.218750000000 +0.003524780273 +0.126953125000 +-0.031250000000 +-0.009094238281 +0.046386718750 +-0.121093750000 +-0.014099121094 +0.082031250000 +0.124023437500 +0.062255859375 +-0.127929687500 +0.099121093750 +0.153320312500 +-0.079589843750 +-0.142578125000 +0.053710937500 +-0.335937500000 +-0.022949218750 +0.053955078125 +-0.110351562500 +-0.041748046875 +0.100097656250 +-0.070312500000 +-0.090332031250 +0.058837890625 +-0.044189453125 +-0.025512695312 +0.273437500000 +-0.062500000000 +-0.121582031250 +-0.095214843750 +-0.066406250000 +-0.228515625000 +0.154296875000 +-0.082519531250 +-0.034912109375 +-0.016845703125 +-0.111328125000 +0.310546875000 +-0.040039062500 +-0.042724609375 +-0.100097656250 +-0.008666992188 +-0.128906250000 +0.086914062500 +-0.240234375000 +0.199218750000 +0.098144531250 +0.122070312500 +0.113769531250 +-0.131835937500 +-0.154296875000 +-0.016235351562 +0.136718750000 +-0.243164062500 +-0.153320312500 +0.431640625000 +0.050048828125 +-0.120605468750 +-0.233398437500 +0.004302978516 +0.101562500000 +-0.056396484375 +0.036621093750 +-0.022583007812 +-0.243164062500 +-0.020019531250 +-0.180664062500 +-0.063964843750 +-0.414062500000 +0.009460449219 +-0.013732910156 +0.074707031250 +-0.170898437500 +0.079101562500 +0.085937500000 +-0.242187500000 +-0.143554687500 +-0.016845703125 +-0.082519531250 +0.092773437500 +0.236328125000 +-0.017456054688 +-0.242187500000 +-0.079101562500 +0.061523437500 +-0.116210937500 +-0.007934570312 +0.137695312500 +-0.020263671875 +-0.224609375000 +0.024658203125 +-0.190429687500 +-0.361328125000 +-0.026000976562 +-0.027954101562 +0.072265625000 +-0.025756835938 +-0.271484375000 +0.083496093750 +-0.049560546875 +-0.084960937500 +0.045898437500 +-0.165039062500 +-0.152343750000 +-0.056396484375 +-0.048583984375 +-0.042480468750 +-0.363281250000 +-0.253906250000 +0.096679687500 +-0.176757812500 +-0.009826660156 +0.003448486328 +0.131835937500 +-0.016845703125 +0.045654296875 +0.156250000000 +0.014221191406 +-0.065429687500 +0.107910156250 +0.166015625000 +0.003646850586 +-0.026855468750 +-0.038085937500 +-0.074218750000 +-0.207031250000 +-0.097167968750 +-0.279296875000 +0.048583984375 +0.224609375000 +-0.019653320312 +-0.060791015625 +-0.034423828125 +0.025390625000 +0.094238281250 +-0.000583648682 +-0.072265625000 +0.085449218750 +0.076171875000 +0.034912109375 +0.132812500000 +0.215820312500 +-0.225585937500 +0.049804687500 +0.176757812500 +-0.097167968750 +-0.160156250000 +0.078125000000 +-0.138671875000 +-0.069335937500 +-0.106933593750 +-0.021362304688 +-0.097656250000 +-0.115722656250 +-0.109863281250 +0.044189453125 +-0.216796875000 +-0.017456054688 +0.019165039062 +0.012512207031 +-0.155273437500 +-0.027954101562 +0.035156250000 +0.027465820312 +-0.101562500000 +0.097656250000 +0.006622314453 +-0.133789062500 +-0.018920898438 +-0.061523437500 +0.020629882812 +-0.412109375000 +-0.092773437500 +-0.023437500000 +-0.034423828125 +-0.014038085938 +-0.255859375000 +0.212890625000 +0.024291992188 +0.190429687500 +-0.053222656250 +0.214843750000 +0.019042968750 +0.045654296875 +-0.008422851562 +0.277343750000 +0.051269531250 +0.119140625000 +-0.233398437500 +-0.066894531250 +-0.153320312500 +-0.048095703125 +0.047607421875 +0.255859375000 +0.113769531250 +-0.199218750000 +0.017211914062 +0.145507812500 +0.078613281250 +0.010681152344 +-0.039550781250 +-0.172851562500 +0.093261718750 +-0.135742187500 +-0.015991210938 +-0.186523437500 +0.047851562500 +0.071289062500 +0.011718750000 +-0.044921875000 +0.025024414062 +0.104003906250 +0.015869140625 +0.023315429688 +-0.218750000000 +0.017089843750 +0.075683593750 +-0.133789062500 +-0.088378906250 +0.084960937500 +-0.012207031250 +0.201171875000 +-0.022705078125 +0.170898437500 +-0.030029296875 +-0.036132812500 +0.001586914062 +0.122558593750 +-0.158203125000 +0.218750000000 +-0.416015625000 +-0.089355468750 +-0.005828857422 +0.236328125000 +-0.757812500000 +0.062500000000 +0.179687500000 +0.386718750000 +0.141601562500 +0.081054687500 +-0.112792968750 +-0.130859375000 +-0.015991210938 +0.263671875000 +0.194335937500 +0.052246093750 +-0.166015625000 +-0.019042968750 +0.211914062500 +-0.296875000000 +0.091796875000 +0.285156250000 +-0.085937500000 +0.024047851562 +0.006408691406 +-0.001068115234 +-0.003219604492 +-0.140625000000 +-0.028320312500 +-0.102539062500 +-0.066894531250 +0.006591796875 +0.013122558594 +-0.269531250000 +0.041748046875 +-0.011718750000 +-0.010314941406 +0.054687500000 +-0.159179687500 +0.010070800781 +0.100097656250 +0.189453125000 +-0.062988281250 +-0.056152343750 +0.037597656250 +-0.011230468750 +0.081054687500 +-0.363281250000 +-0.138671875000 +0.047851562500 +-0.060791015625 +0.002426147461 +0.087402343750 +0.160156250000 +-0.251953125000 +0.059570312500 +0.239257812500 +-0.064453125000 +-0.164062500000 +-0.188476562500 +-0.208007812500 +0.180664062500 +-0.017333984375 +0.145507812500 +-0.034179687500 +-0.151367187500 +-0.085449218750 +0.138671875000 +-0.031982421875 +0.167968750000 +-0.244140625000 +-0.170898437500 +0.015075683594 +0.103515625000 +0.055419921875 +-0.195312500000 +-0.137695312500 +-0.265625000000 +0.204101562500 +-0.172851562500 +-0.206054687500 +-0.030273437500 +-0.097167968750 +0.158203125000 +-0.062500000000 +0.078125000000 +-0.030029296875 +-0.072753906250 +0.013488769531 +-0.106933593750 +-0.048828125000 +0.090332031250 +-0.129882812500 +-0.170898437500 +0.170898437500 +-0.245117187500 +-0.147460937500 +0.113281250000 +0.084960937500 +0.021484375000 +0.116699218750 +-0.010314941406 +-0.245117187500 +0.146484375000 +-0.242187500000 +0.310546875000 +0.113281250000 +-0.462890625000 +-0.101562500000 +-0.546875000000 +-0.125976562500 +0.115722656250 +-0.328125000000 +0.328125000000 +-0.077148437500 +-0.111328125000 +0.298828125000 +-0.002136230469 +-0.134765625000 +0.053955078125 +-0.158203125000 +-0.017822265625 +0.171875000000 +-0.072265625000 +0.110351562500 +-0.057861328125 +0.064453125000 +-0.004089355469 +0.127929687500 +-0.066406250000 +-0.261718750000 +-0.304687500000 +-0.132812500000 +-0.117187500000 +0.024291992188 +-0.008361816406 +-0.216796875000 +0.029541015625 +0.108398437500 +-0.032714843750 +0.014953613281 +-0.058105468750 +-0.136718750000 +0.060791015625 +-0.043945312500 +-0.221679687500 +0.020874023438 +-0.007202148438 +-0.061279296875 +-0.181640625000 +-0.056640625000 +-0.084960937500 +-0.163085937500 +-0.009826660156 +-0.214843750000 +-0.004699707031 +0.176757812500 +0.171875000000 +-0.003936767578 +-0.183593750000 +-0.063964843750 +-0.096191406250 +0.136718750000 +-0.245117187500 +-0.139648437500 +0.027954101562 +0.050048828125 +-0.069824218750 +-0.015197753906 +0.134765625000 +-0.093261718750 +-0.000961303711 +-0.084472656250 +-0.011779785156 +0.059326171875 +0.169921875000 +-0.109863281250 +0.122558593750 +0.006927490234 +0.025756835938 +-0.082519531250 +-0.052001953125 +-0.033203125000 +0.094238281250 +-0.050537109375 +0.013854980469 +-0.076171875000 +-0.020019531250 +-0.088867187500 +0.139648437500 +0.251953125000 +-0.147460937500 +0.079101562500 +0.103027343750 +0.036376953125 +0.096679687500 +-0.195312500000 +-0.207031250000 +0.057617187500 +0.066406250000 +0.021972656250 +-0.015991210938 +-0.261718750000 +0.265625000000 +0.062500000000 +0.108398437500 +-0.090820312500 +-0.001243591309 +-0.074218750000 +0.129882812500 +-0.073242187500 +-0.036865234375 +-0.024169921875 +0.049560546875 +-0.009460449219 +0.077148437500 +-0.267578125000 +-0.056884765625 +-0.105957031250 +0.116210937500 +-0.040283203125 +-0.156250000000 +0.166015625000 +0.151367187500 +0.095214843750 +-0.339843750000 +-0.174804687500 +0.051269531250 +0.011901855469 +-0.023803710938 +-0.202148437500 +-0.043945312500 +-0.205078125000 +0.310546875000 +0.130859375000 +-0.041503906250 +-0.180664062500 +0.047607421875 +-0.210937500000 +-0.083984375000 +0.069824218750 +-0.275390625000 +0.040771484375 +-0.069335937500 +-0.030761718750 +-0.128906250000 +-0.083007812500 +0.141601562500 +-0.004516601562 +0.081054687500 +-0.207031250000 +0.064453125000 +0.026489257812 +-0.004547119141 +0.094726562500 +0.108886718750 +-0.414062500000 +-0.275390625000 +-0.037597656250 +-0.335937500000 +-0.320312500000 +-0.153320312500 +0.064453125000 +0.035400390625 +-0.246093750000 +-0.198242187500 +-0.010314941406 +-0.001678466797 +-0.177734375000 +-0.167968750000 +0.029052734375 +-0.130859375000 +0.030761718750 +0.007232666016 +0.186523437500 +-0.068847656250 +-0.082031250000 +0.083984375000 +0.034179687500 +-0.046386718750 +-0.022949218750 +-0.153320312500 +0.210937500000 +-0.143554687500 +-0.277343750000 +-0.065917968750 +-0.204101562500 +-0.330078125000 +0.046630859375 +-0.092285156250 +0.063964843750 +0.032958984375 +0.234375000000 +0.250000000000 +-0.079589843750 +-0.168945312500 +0.099609375000 +-0.090820312500 +-0.173828125000 +0.257812500000 +-0.003860473633 +0.093750000000 +0.125976562500 +-0.010925292969 +0.037353515625 +-0.219726562500 +0.075195312500 +0.084472656250 +-0.124023437500 +0.234375000000 +-0.089355468750 +-0.069335937500 +0.052490234375 +-0.007293701172 +-0.176757812500 +-0.160156250000 +-0.131835937500 +0.054443359375 +0.063476562500 +-0.079589843750 +-0.091796875000 +-0.011352539062 +0.036621093750 +-0.061035156250 +0.090820312500 +0.140625000000 +0.084960937500 +0.049072265625 +-0.123535156250 +0.017211914062 +0.208007812500 +0.035888671875 +-0.045654296875 +0.057617187500 +0.181640625000 +-0.100585937500 +0.173828125000 +0.096191406250 +0.081542968750 +-0.137695312500 +0.125976562500 +0.255859375000 +-0.001487731934 +-0.081542968750 +0.113281250000 +-0.099609375000 +-0.023437500000 +-0.073242187500 +0.019653320312 +-0.222656250000 +-0.018066406250 +-0.054443359375 +-0.125976562500 +-0.038085937500 +0.036376953125 +0.149414062500 +-0.032714843750 +-0.004119873047 +-0.099121093750 +0.014343261719 +-0.128906250000 +0.390625000000 +0.065917968750 +-0.105468750000 +0.032226562500 +0.330078125000 +0.118164062500 +-0.042968750000 +0.058105468750 +-0.730468750000 +0.121093750000 +-0.150390625000 +0.079101562500 +-0.101074218750 +-0.246093750000 +-0.006195068359 +0.008850097656 +-0.064941406250 +0.037597656250 +-0.049560546875 +0.054443359375 +0.166015625000 +0.021850585938 diff --git a/AI_Engine_Development/AIE-MLv2/Design_Tutorials/01-Radio-ML/aie/conv1d_template/w13_bias_trained.txt b/AI_Engine_Development/AIE-MLv2/Design_Tutorials/01-Radio-ML/aie/conv1d_template/w13_bias_trained.txt new file mode 100755 index 0000000000..c596419403 --- /dev/null +++ b/AI_Engine_Development/AIE-MLv2/Design_Tutorials/01-Radio-ML/aie/conv1d_template/w13_bias_trained.txt @@ -0,0 +1,64 @@ +0.179687500000 +-0.093261718750 +-0.167968750000 +-0.208984375000 +-0.150390625000 +0.068847656250 +-0.177734375000 +-0.036865234375 +-0.359375000000 +0.004241943359 +0.300781250000 +-0.025268554688 +0.002182006836 +-0.261718750000 +0.107910156250 +-0.052246093750 +0.332031250000 +0.231445312500 +0.009094238281 +0.145507812500 +0.019653320312 +0.156250000000 +-0.085937500000 +-0.182617187500 +0.166015625000 +0.287109375000 +0.172851562500 +0.052734375000 +-0.126953125000 +0.123535156250 +0.367187500000 +0.255859375000 +0.267578125000 +-0.034179687500 +0.184570312500 +0.194335937500 +0.120605468750 +-0.022094726562 +-0.355468750000 +0.163085937500 +0.009704589844 +0.219726562500 +0.169921875000 +0.129882812500 +0.083007812500 +0.148437500000 +0.031127929688 +0.161132812500 +0.144531250000 +0.115234375000 +0.149414062500 +0.116699218750 +-0.259765625000 +-0.343750000000 +-0.027832031250 +0.466796875000 +0.232421875000 +-0.135742187500 +-0.139648437500 +-0.084960937500 +-0.083007812500 +-0.036621093750 +-0.006317138672 +0.178710937500 diff --git a/AI_Engine_Development/AIE-MLv2/Design_Tutorials/01-Radio-ML/aie/conv1d_template/w13_weights_trained.txt b/AI_Engine_Development/AIE-MLv2/Design_Tutorials/01-Radio-ML/aie/conv1d_template/w13_weights_trained.txt new file mode 100755 index 0000000000..97c274fb56 --- /dev/null +++ b/AI_Engine_Development/AIE-MLv2/Design_Tutorials/01-Radio-ML/aie/conv1d_template/w13_weights_trained.txt @@ -0,0 +1,28672 @@ +0.207031250000 +-0.028320312500 +-0.015319824219 +0.051025390625 +-0.098144531250 +-0.177734375000 +-0.106933593750 +-0.507812500000 +0.157226562500 +-0.126953125000 +-0.041503906250 +0.042724609375 +0.267578125000 +-0.259765625000 +-0.322265625000 +-0.062500000000 +-0.033935546875 +0.134765625000 +0.159179687500 +0.030639648438 +-0.116210937500 +-0.048339843750 +-0.339843750000 +0.028320312500 +0.056884765625 +-0.118652343750 +-0.061279296875 +0.110839843750 +0.097656250000 +-0.099121093750 +-0.096679687500 +0.002822875977 +0.031494140625 +0.035644531250 +-0.196289062500 +-0.143554687500 +-0.050537109375 +0.125976562500 +-0.109863281250 +-0.179687500000 +0.176757812500 +-0.043701171875 +0.019287109375 +0.213867187500 +-0.367187500000 +0.009704589844 +-0.173828125000 +-0.167968750000 +0.069824218750 +-0.078125000000 +0.158203125000 +-0.155273437500 +0.077148437500 +0.062255859375 +-0.131835937500 +-0.088378906250 +-0.079101562500 +0.099121093750 +0.040771484375 +0.019531250000 +0.009216308594 +-0.189453125000 +-0.230468750000 +-0.157226562500 +0.086914062500 +0.041748046875 +0.191406250000 +-0.093261718750 +-0.095214843750 +-0.077636718750 +-0.108398437500 +0.015563964844 +0.036132812500 +0.063476562500 +0.168945312500 +0.137695312500 +0.238281250000 +0.074218750000 +-0.080566406250 +0.023193359375 +-0.046386718750 +0.067382812500 +0.281250000000 +0.014038085938 +0.217773437500 +0.029785156250 +-0.095703125000 +-0.012268066406 +-0.021728515625 +-0.181640625000 +0.192382812500 +0.196289062500 +0.133789062500 +-0.008422851562 +-0.249023437500 +0.180664062500 +-0.020019531250 +0.052490234375 +0.138671875000 +0.037353515625 +0.208007812500 +-0.271484375000 +-0.082031250000 +0.341796875000 +0.069335937500 +-0.035400390625 +0.084472656250 +-0.081542968750 +-0.100097656250 +-0.142578125000 +-0.077148437500 +-0.136718750000 +0.198242187500 +-0.131835937500 +0.059326171875 +0.090332031250 +0.183593750000 +0.027465820312 +0.059570312500 +0.196289062500 +-0.241210937500 +-0.076171875000 +0.023193359375 +0.220703125000 +-0.162109375000 +0.302734375000 +0.160156250000 +0.110351562500 +0.117675781250 +0.000165939331 +0.064453125000 +0.081542968750 +0.193359375000 +0.009338378906 +-0.146484375000 +0.049316406250 +0.013732910156 +0.103027343750 +-0.013549804688 +0.009521484375 +-0.063476562500 +0.128906250000 +0.065917968750 +0.000724792480 +-0.024047851562 +-0.051513671875 +0.006561279297 +-0.046386718750 +0.063476562500 +0.201171875000 +-0.104492187500 +-0.021240234375 +-0.127929687500 +-0.133789062500 +0.104492187500 +-0.062255859375 +0.138671875000 +0.265625000000 +0.152343750000 +-0.068847656250 +0.031005859375 +-0.080566406250 +0.103515625000 +-0.019042968750 +0.078613281250 +0.201171875000 +0.134765625000 +0.101562500000 +0.161132812500 +-0.014160156250 +-0.347656250000 +0.077636718750 +-0.132812500000 +0.060302734375 +-0.041748046875 +-0.022827148438 +-0.021972656250 +0.159179687500 +-0.143554687500 +-0.021972656250 +-0.023559570312 +-0.151367187500 +-0.084472656250 +-0.049804687500 +0.130859375000 +-0.082519531250 +0.227539062500 +0.062988281250 +-0.148437500000 +0.000423431396 +-0.061767578125 +-0.034179687500 +0.152343750000 +-0.186523437500 +0.018798828125 +0.061523437500 +0.090332031250 +0.064941406250 +0.120117187500 +0.151367187500 +0.124511718750 +-0.024291992188 +0.234375000000 +-0.519531250000 +-0.355468750000 +-0.214843750000 +-0.105468750000 +-0.062500000000 +0.096679687500 +-0.326171875000 +-0.052246093750 +-0.096191406250 +0.160156250000 +-0.225585937500 +0.289062500000 +0.080566406250 +0.121093750000 +0.091308593750 +-0.175781250000 +-0.043212890625 +-0.110351562500 +-0.277343750000 +0.011413574219 +0.044677734375 +-0.028930664062 +-0.173828125000 +-0.217773437500 +0.113769531250 +-0.138671875000 +-0.296875000000 +0.007354736328 +-0.263671875000 +-0.187500000000 +-0.103515625000 +0.139648437500 +0.054687500000 +0.106933593750 +-0.419921875000 +0.130859375000 +-0.135742187500 +0.115234375000 +-0.051025390625 +0.013671875000 +0.168945312500 +-0.028320312500 +0.010253906250 +0.060546875000 +-0.251953125000 +-0.014709472656 +0.091796875000 +-0.062988281250 +-0.042724609375 +0.265625000000 +0.001686096191 +0.024169921875 +-0.154296875000 +-0.215820312500 +-0.056640625000 +0.039794921875 +-0.326171875000 +-0.106933593750 +-0.014587402344 +-0.027832031250 +0.093750000000 +0.006439208984 +0.061523437500 +-0.039062500000 +-0.014038085938 +0.306640625000 +-0.005889892578 +-0.162109375000 +0.171875000000 +-0.135742187500 +-0.144531250000 +0.304687500000 +-0.210937500000 +-0.041259765625 +-0.036865234375 +-0.357421875000 +0.032714843750 +-0.060546875000 +-0.369140625000 +-0.209960937500 +0.107910156250 +-0.085937500000 +-0.111328125000 +-0.216796875000 +-0.061523437500 +-0.330078125000 +-0.193359375000 +-0.392578125000 +0.117675781250 +0.132812500000 +-0.106445312500 +-0.398437500000 +-0.136718750000 +0.216796875000 +-0.031982421875 +-0.058349609375 +-0.055664062500 +0.063964843750 +-0.423828125000 +0.164062500000 +0.006378173828 +-0.056640625000 +-0.287109375000 +0.113281250000 +-0.119140625000 +-0.120117187500 +0.042968750000 +-0.091308593750 +-0.156250000000 +-0.090332031250 +0.109375000000 +-0.024291992188 +0.115722656250 +-0.173828125000 +0.077636718750 +-0.148437500000 +-0.201171875000 +-0.049804687500 +0.008117675781 +-0.125000000000 +0.035156250000 +-0.135742187500 +-0.106445312500 +0.128906250000 +-0.149414062500 +-0.116699218750 +0.024291992188 +-0.047363281250 +0.072265625000 +-0.171875000000 +0.114746093750 +-0.223632812500 +-0.188476562500 +-0.054931640625 +0.178710937500 +0.226562500000 +-0.148437500000 +-0.061035156250 +-0.148437500000 +-0.065917968750 +-0.010742187500 +0.097167968750 +0.062500000000 +-0.005218505859 +-0.068359375000 +-0.045410156250 +-0.037353515625 +-0.099121093750 +-0.232421875000 +0.008117675781 +0.112792968750 +0.071777343750 +0.082519531250 +-0.464843750000 +0.351562500000 +0.052001953125 +0.098632812500 +-0.084960937500 +0.215820312500 +-0.324218750000 +0.281250000000 +-0.025634765625 +-0.159179687500 +0.088867187500 +-0.055908203125 +-0.062011718750 +0.080566406250 +0.032714843750 +0.098632812500 +-0.062011718750 +-0.308593750000 +0.035888671875 +-0.050048828125 +0.068847656250 +-0.075683593750 +0.157226562500 +-0.031250000000 +0.052734375000 +-0.640625000000 +0.009399414062 +0.221679687500 +-0.058349609375 +0.051025390625 +0.003479003906 +-0.027221679688 +0.008422851562 +-0.143554687500 +-0.108886718750 +0.145507812500 +-0.179687500000 +0.212890625000 +0.040039062500 +0.285156250000 +-0.259765625000 +0.261718750000 +0.076660156250 +0.110351562500 +-0.051025390625 +0.102539062500 +-0.052734375000 +-0.109863281250 +0.199218750000 +0.061767578125 +0.073242187500 +0.070312500000 +0.184570312500 +-0.226562500000 +-0.018066406250 +-0.064941406250 +-0.273437500000 +-0.067871093750 +-0.208007812500 +0.020385742188 +0.136718750000 +0.068847656250 +-0.036376953125 +-0.183593750000 +-0.103515625000 +-0.204101562500 +-0.014160156250 +0.020019531250 +-0.250000000000 +-0.121093750000 +-0.068847656250 +-0.142578125000 +0.062988281250 +0.102050781250 +0.134765625000 +0.096191406250 +-0.249023437500 +0.140625000000 +-0.044189453125 +0.046142578125 +-0.250000000000 +-0.077636718750 +-0.061767578125 +-0.083496093750 +-0.084960937500 +0.093750000000 +0.019653320312 +-0.289062500000 +-0.057373046875 +0.073242187500 +-0.123046875000 +-0.023193359375 +0.125000000000 +-0.054443359375 +-0.016601562500 +-0.093261718750 +0.088378906250 +-0.227539062500 +-0.172851562500 +-0.009948730469 +-0.111816406250 +-0.089355468750 +0.121582031250 +-0.084472656250 +0.049804687500 +0.104980468750 +0.096679687500 +-0.053466796875 +-0.026245117188 +0.069335937500 +-0.221679687500 +0.095214843750 +-0.077148437500 +0.072753906250 +0.147460937500 +-0.188476562500 +-0.032226562500 +-0.098144531250 +0.096191406250 +0.180664062500 +-0.105468750000 +0.188476562500 +-0.152343750000 +0.027709960938 +0.206054687500 +0.209960937500 +-0.091308593750 +0.073730468750 +0.003326416016 +0.118164062500 +0.306640625000 +0.222656250000 +-0.031494140625 +-0.131835937500 +-0.010314941406 +0.067382812500 +-0.012939453125 +0.127929687500 +0.162109375000 +0.085937500000 +-0.230468750000 +0.201171875000 +-0.007324218750 +0.012756347656 +0.263671875000 +-0.180664062500 +-0.092773437500 +-0.008239746094 +0.174804687500 +-0.165039062500 +-0.125976562500 +-0.173828125000 +-0.235351562500 +0.019409179688 +-0.000858306885 +0.273437500000 +-0.105957031250 +-0.130859375000 +-0.091796875000 +0.150390625000 +-0.044189453125 +-0.265625000000 +0.009460449219 +-0.079589843750 +-0.184570312500 +0.004302978516 +0.037353515625 +-0.228515625000 +0.095703125000 +0.009887695312 +-0.098632812500 +0.061767578125 +-0.038085937500 +-0.011352539062 +0.175781250000 +0.073242187500 +0.087890625000 +-0.141601562500 +0.102050781250 +-0.095214843750 +-0.077636718750 +0.055908203125 +-0.281250000000 +-0.363281250000 +-0.102539062500 +-0.056640625000 +-0.109863281250 +0.047119140625 +-0.081054687500 +-0.224609375000 +-0.167968750000 +-0.039306640625 +0.018920898438 +-0.410156250000 +-0.185546875000 +-0.073730468750 +-0.119628906250 +0.021606445312 +0.097167968750 +-0.145507812500 +-0.023315429688 +0.010314941406 +0.119140625000 +-0.052001953125 +0.006195068359 +-0.176757812500 +-0.065429687500 +0.001289367676 +-0.115722656250 +0.017578125000 +-0.149414062500 +-0.027709960938 +-0.105957031250 +0.106933593750 +-0.105957031250 +-0.285156250000 +0.125000000000 +0.209960937500 +-0.058593750000 +-0.154296875000 +-0.051269531250 +-0.058837890625 +-0.065429687500 +-0.015319824219 +-0.190429687500 +-0.189453125000 +-0.328125000000 +-0.014709472656 +-0.191406250000 +-0.063476562500 +0.035400390625 +0.042724609375 +0.076171875000 +-0.137695312500 +0.014587402344 +-0.392578125000 +-0.018554687500 +-0.182617187500 +0.189453125000 +0.023315429688 +0.053222656250 +-0.010803222656 +-0.235351562500 +-0.253906250000 +-0.076171875000 +-0.306640625000 +-0.105957031250 +0.026489257812 +-0.008483886719 +-0.010559082031 +0.065429687500 +0.016479492188 +0.057373046875 +-0.127929687500 +-0.007263183594 +0.058105468750 +0.107421875000 +0.004425048828 +-0.174804687500 +0.169921875000 +0.281250000000 +-0.169921875000 +-0.233398437500 +-0.061767578125 +-0.245117187500 +-0.269531250000 +0.225585937500 +-0.083984375000 +-0.179687500000 +-0.300781250000 +-0.206054687500 +-0.013916015625 +0.210937500000 +0.062988281250 +-0.126953125000 +0.014221191406 +-0.149414062500 +-0.062500000000 +-0.169921875000 +-0.091796875000 +-0.095214843750 +-0.043212890625 +-0.050292968750 +-0.058593750000 +0.277343750000 +0.046142578125 +-0.070800781250 +0.043457031250 +-0.034179687500 +-0.166992187500 +-0.074707031250 +0.108398437500 +-0.026489257812 +-0.269531250000 +0.057373046875 +-0.289062500000 +0.054687500000 +0.130859375000 +-0.193359375000 +0.039306640625 +0.042724609375 +0.007781982422 +-0.523437500000 +-0.024902343750 +0.232421875000 +-0.160156250000 +-0.220703125000 +-0.558593750000 +0.152343750000 +-0.078125000000 +0.022827148438 +-0.084472656250 +0.097167968750 +-0.121582031250 +0.241210937500 +-0.122070312500 +0.427734375000 +-0.190429687500 +0.105957031250 +0.127929687500 +0.007751464844 +0.116699218750 +-0.109863281250 +0.065917968750 +-0.030639648438 +0.065429687500 +0.032958984375 +0.018920898438 +-0.443359375000 +-0.028564453125 +0.171875000000 +0.062011718750 +0.071289062500 +-0.080566406250 +0.130859375000 +0.107421875000 +0.052001953125 +-0.390625000000 +-0.041992187500 +-0.071289062500 +-0.107910156250 +-0.145507812500 +0.030151367188 +-0.146484375000 +-0.232421875000 +0.251953125000 +0.085937500000 +-0.104980468750 +0.003936767578 +-0.066406250000 +0.004180908203 +0.010803222656 +-0.125976562500 +-0.200195312500 +0.002899169922 +-0.296875000000 +-0.187500000000 +-0.055419921875 +-0.051513671875 +-0.215820312500 +0.178710937500 +-0.018066406250 +0.322265625000 +0.061035156250 +0.077636718750 +-0.036132812500 +-0.082031250000 +0.498046875000 +-0.003280639648 +0.052978515625 +0.068847656250 +-0.171875000000 +-0.008239746094 +0.033447265625 +0.123535156250 +-0.091796875000 +-0.167968750000 +-0.122558593750 +-0.014465332031 +0.189453125000 +-0.184570312500 +0.122558593750 +0.137695312500 +-0.088378906250 +0.166992187500 +-0.092285156250 +-0.439453125000 +-0.073730468750 +-0.279296875000 +-0.061523437500 +0.094238281250 +0.018676757812 +-0.218750000000 +-0.076660156250 +-0.174804687500 +0.245117187500 +-0.133789062500 +0.149414062500 +-0.162109375000 +-0.026367187500 +0.114746093750 +-0.115234375000 +0.026245117188 +-0.017578125000 +0.084960937500 +-0.241210937500 +-0.020019531250 +0.158203125000 +-0.208984375000 +0.122558593750 +-0.159179687500 +0.027465820312 +-0.357421875000 +0.037353515625 +0.170898437500 +-0.125000000000 +0.109863281250 +-0.011596679688 +-0.083984375000 +-0.160156250000 +0.127929687500 +-0.043457031250 +-0.082031250000 +-0.247070312500 +-0.213867187500 +-0.064453125000 +-0.088867187500 +-0.160156250000 +0.026367187500 +-0.037109375000 +-0.035644531250 +-0.166015625000 +-0.004516601562 +0.053710937500 +0.040771484375 +0.112304687500 +-0.006744384766 +0.253906250000 +-0.078125000000 +0.214843750000 +-0.029785156250 +-0.114746093750 +0.104492187500 +0.011413574219 +-0.337890625000 +-0.223632812500 +-0.095703125000 +0.015197753906 +0.012939453125 +0.029296875000 +0.223632812500 +-0.176757812500 +-0.017822265625 +-0.026489257812 +-0.059082031250 +0.116699218750 +0.121582031250 +-0.201171875000 +-0.008666992188 +0.035400390625 +-0.094238281250 +-0.273437500000 +-0.010681152344 +0.204101562500 +0.429687500000 +0.122558593750 +0.414062500000 +-0.062988281250 +-0.090820312500 +0.018432617188 +-0.029174804688 +-0.058837890625 +0.021606445312 +0.030639648438 +-0.216796875000 +-0.125000000000 +0.110351562500 +0.143554687500 +-0.068359375000 +-0.036132812500 +0.167968750000 +0.127929687500 +-0.095703125000 +-0.130859375000 +0.170898437500 +-0.059082031250 +0.049316406250 +-0.071777343750 +0.084472656250 +0.269531250000 +0.067871093750 +0.020019531250 +-0.149414062500 +-0.008117675781 +0.064941406250 +0.148437500000 +-0.174804687500 +-0.086425781250 +0.269531250000 +0.029174804688 +-0.267578125000 +0.030273437500 +-0.292968750000 +-0.021972656250 +-0.070312500000 +-0.419921875000 +0.113281250000 +-0.140625000000 +-0.011474609375 +-0.065429687500 +-0.072753906250 +-0.148437500000 +-0.099609375000 +-0.134765625000 +-0.069335937500 +-0.316406250000 +0.142578125000 +0.179687500000 +0.107421875000 +-0.071289062500 +0.049316406250 +0.275390625000 +0.022216796875 +0.189453125000 +0.033447265625 +0.170898437500 +0.031250000000 +0.176757812500 +-0.201171875000 +0.031738281250 +0.131835937500 +-0.038085937500 +0.089355468750 +-0.129882812500 +0.118164062500 +-0.230468750000 +-0.213867187500 +0.094238281250 +-0.012573242188 +-0.240234375000 +0.068847656250 +-0.172851562500 +-0.160156250000 +-0.070312500000 +-0.019775390625 +0.250000000000 +0.099121093750 +0.222656250000 +0.013916015625 +0.045410156250 +0.021850585938 +0.049560546875 +-0.095214843750 +0.030029296875 +-0.184570312500 +-0.153320312500 +-0.112304687500 +-0.196289062500 +-0.079589843750 +-0.214843750000 +0.071777343750 +0.007049560547 +-0.105957031250 +-0.094238281250 +0.019165039062 +0.004547119141 +-0.187500000000 +-0.139648437500 +0.093750000000 +0.155273437500 +0.074707031250 +0.044677734375 +0.028198242188 +-0.085449218750 +0.175781250000 +-0.100097656250 +-0.137695312500 +-0.141601562500 +0.028320312500 +0.101562500000 +-0.077636718750 +0.027343750000 +-0.105468750000 +0.085937500000 +-0.175781250000 +-0.122558593750 +-0.005920410156 +-0.184570312500 +-0.050537109375 +-0.114257812500 +-0.072265625000 +-0.081542968750 +-0.020263671875 +-0.116699218750 +0.182617187500 +-0.172851562500 +0.002731323242 +-0.172851562500 +-0.056396484375 +0.007934570312 +-0.076171875000 +0.068847656250 +0.018676757812 +-0.130859375000 +-0.133789062500 +0.224609375000 +0.071777343750 +-0.181640625000 +-0.030639648438 +-0.005981445312 +0.013427734375 +0.114257812500 +0.052001953125 +-0.153320312500 +0.166015625000 +-0.189453125000 +-0.174804687500 +0.129882812500 +-0.152343750000 +0.073242187500 +0.122070312500 +-0.087890625000 +0.117675781250 +-0.063476562500 +0.052490234375 +-0.113769531250 +-0.202148437500 +-0.069824218750 +0.168945312500 +-0.083496093750 +0.043701171875 +-0.041748046875 +-0.053955078125 +-0.247070312500 +0.139648437500 +-0.176757812500 +0.045898437500 +0.027709960938 +0.012634277344 +-0.013854980469 +0.047119140625 +0.332031250000 +-0.054443359375 +-0.208984375000 +-0.086425781250 +-0.021606445312 +-0.090820312500 +0.130859375000 +-0.208007812500 +-0.053466796875 +-0.033447265625 +-0.314453125000 +-0.024658203125 +-0.243164062500 +0.081054687500 +-0.169921875000 +0.014831542969 +-0.055664062500 +-0.113769531250 +0.034423828125 +-0.056884765625 +0.145507812500 +-0.186523437500 +0.055419921875 +0.012023925781 +-0.343750000000 +0.041992187500 +-0.135742187500 +-0.101562500000 +-0.020385742188 +0.049072265625 +-0.152343750000 +-0.183593750000 +-0.025024414062 +-0.111816406250 +-0.034667968750 +-0.128906250000 +-0.071289062500 +0.064941406250 +0.065429687500 +-0.036865234375 +-0.139648437500 +0.064453125000 +-0.136718750000 +-0.068359375000 +-0.056884765625 +0.133789062500 +0.114746093750 +-0.164062500000 +-0.098144531250 +-0.249023437500 +0.121582031250 +-0.078613281250 +0.104980468750 +-0.101074218750 +0.147460937500 +-0.069824218750 +0.021362304688 +0.026123046875 +-0.176757812500 +-0.384765625000 +0.076660156250 +-0.259765625000 +-0.067871093750 +0.187500000000 +-0.153320312500 +0.004272460938 +0.023803710938 +0.181640625000 +0.028320312500 +0.103515625000 +-0.028564453125 +-0.117187500000 +-0.117675781250 +0.099609375000 +0.004821777344 +-0.089843750000 +-0.090332031250 +-0.398437500000 +-0.204101562500 +0.154296875000 +0.128906250000 +-0.050048828125 +-0.085449218750 +-0.205078125000 +0.253906250000 +0.126953125000 +0.178710937500 +-0.070800781250 +-0.027343750000 +-0.104003906250 +-0.064453125000 +0.141601562500 +-0.010314941406 +-0.004394531250 +-0.057373046875 +-0.209960937500 +0.019042968750 +-0.147460937500 +-0.146484375000 +-0.052978515625 +-0.147460937500 +0.008544921875 +-0.138671875000 +0.011596679688 +0.059814453125 +0.221679687500 +-0.049316406250 +0.001518249512 +0.031494140625 +0.044677734375 +0.106445312500 +0.003479003906 +0.486328125000 +-0.236328125000 +0.000307083130 +-0.124511718750 +-0.048095703125 +0.251953125000 +-0.083007812500 +0.161132812500 +0.416015625000 +0.037109375000 +0.007659912109 +0.142578125000 +0.034667968750 +-0.052490234375 +0.054931640625 +0.211914062500 +0.192382812500 +-0.193359375000 +-0.047119140625 +0.265625000000 +0.001037597656 +0.062988281250 +-0.012268066406 +0.005645751953 +0.140625000000 +-0.257812500000 +0.227539062500 +0.068359375000 +-0.066894531250 +0.093261718750 +-0.106445312500 +-0.202148437500 +-0.332031250000 +0.064453125000 +-0.082519531250 +-0.191406250000 +-0.073242187500 +0.106445312500 +0.032958984375 +-0.193359375000 +0.007293701172 +0.053466796875 +0.082519531250 +0.169921875000 +0.062988281250 +0.134765625000 +-0.097656250000 +0.028076171875 +0.075195312500 +-0.030517578125 +-0.046142578125 +-0.007446289062 +-0.007446289062 +0.043701171875 +-0.012878417969 +-0.056152343750 +-0.073730468750 +-0.092773437500 +-0.156250000000 +0.152343750000 +0.164062500000 +0.057617187500 +-0.050292968750 +0.058105468750 +0.096191406250 +-0.302734375000 +0.017700195312 +0.028442382812 +-0.154296875000 +-0.148437500000 +0.025390625000 +0.056640625000 +-0.333984375000 +-0.063964843750 +0.045410156250 +-0.160156250000 +-0.099121093750 +-0.065429687500 +0.174804687500 +0.076660156250 +0.173828125000 +-0.167968750000 +0.047119140625 +0.072753906250 +-0.185546875000 +0.184570312500 +-0.086425781250 +0.029418945312 +0.094726562500 +0.013793945312 +-0.020874023438 +-0.028198242188 +-0.069824218750 +0.005493164062 +0.092285156250 +0.023437500000 +0.043212890625 +-0.085449218750 +0.055664062500 +-0.144531250000 +0.201171875000 +-0.092773437500 +0.013610839844 +-0.059326171875 +0.116210937500 +-0.120117187500 +-0.118164062500 +-0.035644531250 +0.123046875000 +0.253906250000 +0.067871093750 +0.078125000000 +-0.054443359375 +-0.074707031250 +-0.166015625000 +0.065429687500 +0.000705718994 +0.086425781250 +0.134765625000 +0.185546875000 +0.100585937500 +0.093261718750 +0.015319824219 +-0.109375000000 +-0.040771484375 +0.019042968750 +0.021240234375 +-0.453125000000 +-0.071777343750 +0.049560546875 +-0.085937500000 +0.081054687500 +0.052246093750 +0.016967773438 +0.161132812500 +0.322265625000 +0.119140625000 +0.083007812500 +-0.062988281250 +-0.062255859375 +-0.011901855469 +-0.019653320312 +0.031982421875 +-0.337890625000 +0.279296875000 +0.163085937500 +0.095214843750 +-0.029663085938 +0.232421875000 +-0.351562500000 +0.302734375000 +0.092773437500 +-0.031982421875 +0.191406250000 +0.214843750000 +-0.023437500000 +0.077148437500 +-0.038085937500 +-0.049804687500 +0.118652343750 +-0.053466796875 +0.097656250000 +0.320312500000 +-0.023315429688 +0.095703125000 +0.226562500000 +0.046142578125 +-0.073242187500 +-0.652343750000 +-0.253906250000 +-0.034179687500 +-0.075683593750 +-0.129882812500 +-0.194335937500 +0.224609375000 +0.080078125000 +-0.023559570312 +0.077148437500 +-0.213867187500 +-0.128906250000 +-0.125976562500 +-0.018188476562 +-0.060546875000 +-0.017211914062 +-0.098144531250 +-0.363281250000 +-0.001098632812 +-0.055664062500 +-0.008422851562 +0.096191406250 +-0.101562500000 +0.168945312500 +-0.275390625000 +0.111816406250 +-0.123535156250 +-0.093261718750 +0.050781250000 +-0.205078125000 +-0.031250000000 +-0.114746093750 +-0.183593750000 +0.114746093750 +0.190429687500 +0.043457031250 +-0.203125000000 +-0.080566406250 +0.013549804688 +0.012634277344 +-0.683593750000 +-0.011901855469 +-0.057128906250 +-0.031738281250 +0.179687500000 +0.003433227539 +-0.181640625000 +0.078125000000 +0.042968750000 +-0.016479492188 +-0.027221679688 +-0.179687500000 +0.221679687500 +0.150390625000 +-0.104980468750 +0.107910156250 +0.084960937500 +0.078613281250 +-0.040527343750 +-0.072753906250 +0.053955078125 +-0.267578125000 +-0.033935546875 +-0.285156250000 +0.140625000000 +0.061523437500 +-0.159179687500 +0.153320312500 +0.099121093750 +-0.161132812500 +0.046630859375 +0.199218750000 +0.149414062500 +0.065429687500 +-0.078613281250 +0.011230468750 +0.085449218750 +0.095214843750 +-0.011535644531 +-0.003738403320 +-0.131835937500 +-0.112304687500 +0.144531250000 +-0.036132812500 +0.037353515625 +0.229492187500 +0.075683593750 +-0.152343750000 +-0.091308593750 +-0.186523437500 +0.355468750000 +0.084960937500 +-0.013793945312 +-0.216796875000 +-0.040283203125 +0.099609375000 +-0.075195312500 +0.121093750000 +-0.004394531250 +0.172851562500 +0.020141601562 +0.001533508301 +-0.059326171875 +-0.275390625000 +-0.172851562500 +-0.023437500000 +-0.040771484375 +-0.259765625000 +0.124511718750 +-0.142578125000 +-0.104980468750 +0.137695312500 +-0.160156250000 +0.060546875000 +-0.031738281250 +0.043457031250 +-0.078125000000 +0.105957031250 +-0.020996093750 +-0.186523437500 +0.104980468750 +0.024291992188 +-0.093261718750 +0.157226562500 +0.211914062500 +-0.015991210938 +-0.029907226562 +0.267578125000 +0.099609375000 +-0.119628906250 +-0.203125000000 +0.127929687500 +-0.176757812500 +0.014770507812 +0.089355468750 +0.126953125000 +-0.000476837158 +-0.069335937500 +-0.188476562500 +0.038085937500 +-0.036865234375 +-0.326171875000 +0.072753906250 +0.125976562500 +-0.067382812500 +-0.170898437500 +0.075683593750 +-0.047607421875 +-0.002288818359 +-0.090332031250 +0.227539062500 +-0.214843750000 +-0.024291992188 +0.077148437500 +0.226562500000 +0.103515625000 +0.100585937500 +0.070312500000 +0.232421875000 +0.150390625000 +0.097167968750 +-0.192382812500 +-0.312500000000 +-0.083007812500 +0.277343750000 +-0.140625000000 +0.227539062500 +-0.078125000000 +0.148437500000 +0.302734375000 +-0.002304077148 +-0.028564453125 +0.046875000000 +-0.147460937500 +0.345703125000 +0.020874023438 +-0.096679687500 +0.098144531250 +0.035400390625 +0.249023437500 +-0.025512695312 +-0.216796875000 +-0.219726562500 +0.271484375000 +-0.011718750000 +0.083007812500 +0.236328125000 +-0.173828125000 +0.153320312500 +0.132812500000 +-0.009216308594 +0.048828125000 +-0.058349609375 +-0.101074218750 +0.054443359375 +-0.175781250000 +0.105957031250 +-0.030761718750 +0.036132812500 +-0.143554687500 +-0.035156250000 +-0.053466796875 +-0.157226562500 +-0.059814453125 +-0.058593750000 +-0.077148437500 +-0.221679687500 +-0.051757812500 +-0.047363281250 +-0.062988281250 +-0.000135421753 +-0.119140625000 +0.225585937500 +0.096679687500 +-0.224609375000 +0.043457031250 +0.259765625000 +-0.092285156250 +-0.087890625000 +0.016113281250 +-0.196289062500 +-0.072265625000 +-0.122558593750 +0.057861328125 +0.017333984375 +-0.038574218750 +-0.204101562500 +0.107421875000 +0.107421875000 +0.064941406250 +-0.251953125000 +0.130859375000 +0.127929687500 +0.132812500000 +-0.125000000000 +-0.183593750000 +-0.363281250000 +-0.365234375000 +-0.207031250000 +-0.220703125000 +0.051513671875 +0.090820312500 +-0.089355468750 +-0.166015625000 +0.263671875000 +0.054443359375 +-0.123046875000 +0.111816406250 +-0.112304687500 +-0.116699218750 +-0.139648437500 +0.194335937500 +0.129882812500 +0.294921875000 +-0.222656250000 +-0.184570312500 +-0.081542968750 +-0.196289062500 +0.206054687500 +-0.136718750000 +0.166992187500 +0.255859375000 +-0.167968750000 +-0.117187500000 +0.058593750000 +0.080566406250 +0.091308593750 +0.180664062500 +-0.008728027344 +0.124511718750 +0.074707031250 +0.135742187500 +0.105957031250 +-0.124023437500 +-0.127929687500 +0.227539062500 +-0.043457031250 +0.164062500000 +0.122558593750 +0.061523437500 +-0.222656250000 +0.049560546875 +-0.380859375000 +0.120117187500 +0.084960937500 +-0.339843750000 +0.125976562500 +0.285156250000 +-0.054443359375 +-0.007354736328 +0.040527343750 +-0.217773437500 +-0.408203125000 +0.217773437500 +0.075195312500 +0.175781250000 +0.455078125000 +0.231445312500 +0.171875000000 +-0.312500000000 +0.002456665039 +0.092773437500 +-0.298828125000 +-0.106445312500 +-0.187500000000 +-0.089355468750 +0.036376953125 +0.188476562500 +-0.045654296875 +0.051757812500 +-0.200195312500 +0.206054687500 +0.061523437500 +-0.088867187500 +0.050292968750 +-0.171875000000 +0.025878906250 +-0.100585937500 +0.078613281250 +-0.210937500000 +-0.224609375000 +0.056640625000 +-0.162109375000 +-0.165039062500 +-0.068359375000 +0.083007812500 +0.161132812500 +0.126953125000 +-0.073730468750 +-0.049316406250 +0.201171875000 +-0.052246093750 +0.199218750000 +0.026367187500 +0.345703125000 +-0.410156250000 +-0.083984375000 +-0.046630859375 +0.104492187500 +-0.129882812500 +0.118652343750 +-0.093261718750 +-0.074707031250 +0.010498046875 +-0.071777343750 +0.061523437500 +0.125976562500 +0.021240234375 +-0.015197753906 +-0.093750000000 +-0.153320312500 +-0.425781250000 +0.175781250000 +-0.071777343750 +-0.179687500000 +-0.056884765625 +0.095703125000 +0.189453125000 +-0.143554687500 +-0.562500000000 +0.086425781250 +-0.237304687500 +0.041015625000 +-0.279296875000 +0.139648437500 +-0.224609375000 +0.188476562500 +0.194335937500 +0.015991210938 +-0.061035156250 +0.117187500000 +0.055175781250 +-0.221679687500 +0.084960937500 +0.002456665039 +0.083496093750 +-0.082031250000 +-0.051025390625 +-0.057128906250 +-0.147460937500 +0.098144531250 +-0.312500000000 +-0.175781250000 +0.062988281250 +-0.664062500000 +0.036865234375 +-0.291015625000 +-0.058593750000 +0.131835937500 +0.083007812500 +-0.118164062500 +-0.074707031250 +0.106933593750 +0.192382812500 +-0.251953125000 +0.144531250000 +0.023437500000 +-0.084472656250 +0.108886718750 +0.172851562500 +0.215820312500 +0.042480468750 +-0.239257812500 +0.027465820312 +-0.047607421875 +0.347656250000 +-0.092773437500 +-0.041748046875 +-0.040771484375 +-0.089355468750 +-0.191406250000 +-0.163085937500 +-0.079589843750 +-0.376953125000 +0.067871093750 +0.174804687500 +0.028076171875 +0.210937500000 +0.051269531250 +0.015502929688 +0.106445312500 +0.209960937500 +0.043457031250 +0.283203125000 +0.096191406250 +-0.138671875000 +-0.531250000000 +-0.009094238281 +0.073730468750 +-0.134765625000 +-0.043212890625 +-0.029785156250 +0.021484375000 +0.042724609375 +0.261718750000 +-0.042968750000 +0.188476562500 +0.083007812500 +-0.357421875000 +0.119140625000 +-0.265625000000 +0.231445312500 +-0.027099609375 +-0.000698089600 +-0.100585937500 +0.152343750000 +0.065429687500 +-0.328125000000 +0.050292968750 +-0.226562500000 +-0.225585937500 +-0.103515625000 +0.196289062500 +-0.160156250000 +-0.016723632812 +-0.167968750000 +0.000694274902 +0.068847656250 +0.271484375000 +0.205078125000 +0.044189453125 +-0.092285156250 +0.118652343750 +-0.380859375000 +0.054199218750 +0.000747680664 +0.125976562500 +0.156250000000 +0.040039062500 +0.158203125000 +-0.036376953125 +0.196289062500 +-0.056396484375 +-0.115722656250 +-0.139648437500 +0.150390625000 +-0.002960205078 +-0.075195312500 +-0.460937500000 +-0.085449218750 +-0.365234375000 +0.019653320312 +-0.079589843750 +0.005371093750 +-0.027465820312 +0.267578125000 +0.056152343750 +0.004852294922 +-0.363281250000 +-0.142578125000 +0.028442382812 +-0.237304687500 +-0.168945312500 +-0.021240234375 +-0.699218750000 +0.075683593750 +0.092773437500 +-0.012084960938 +0.073730468750 +-0.017700195312 +-0.008789062500 +0.021728515625 +0.223632812500 +0.040527343750 +-0.109375000000 +-0.232421875000 +-0.172851562500 +0.007812500000 +0.040283203125 +-0.207031250000 +-0.367187500000 +-0.021850585938 +-0.184570312500 +-0.167968750000 +-0.218750000000 +-0.180664062500 +0.013305664062 +-0.061767578125 +0.345703125000 +0.136718750000 +0.106445312500 +-0.016357421875 +0.033691406250 +-0.025390625000 +0.171875000000 +-0.033935546875 +-0.259765625000 +-0.121582031250 +-0.072265625000 +-0.009033203125 +0.088867187500 +0.194335937500 +-0.077636718750 +0.070312500000 +-0.115722656250 +0.129882812500 +-0.117675781250 +0.164062500000 +0.102539062500 +0.294921875000 +-0.172851562500 +-0.159179687500 +0.249023437500 +0.069335937500 +-0.079589843750 +0.003158569336 +-0.001419067383 +-0.145507812500 +-0.025878906250 +0.118164062500 +-0.010559082031 +-0.026367187500 +0.079101562500 +-0.055175781250 +-0.051513671875 +0.121093750000 +0.004882812500 +0.087402343750 +-0.147460937500 +0.012939453125 +-0.034179687500 +0.140625000000 +0.091308593750 +-0.129882812500 +0.191406250000 +-0.197265625000 +0.036376953125 +0.082031250000 +0.025634765625 +0.089355468750 +-0.100097656250 +0.086914062500 +0.095214843750 +0.400390625000 +-0.026367187500 +-0.250000000000 +-0.269531250000 +-0.281250000000 +0.035156250000 +-0.177734375000 +-0.083984375000 +-0.073242187500 +0.050048828125 +0.174804687500 +0.005676269531 +0.108398437500 +-0.198242187500 +0.116699218750 +0.202148437500 +0.007141113281 +0.176757812500 +-0.058593750000 +-0.011901855469 +-0.261718750000 +-0.192382812500 +0.001724243164 +-0.146484375000 +-0.141601562500 +-0.058105468750 +0.147460937500 +-0.259765625000 +0.100585937500 +-0.094238281250 +0.205078125000 +-0.037353515625 +-0.101074218750 +-0.373046875000 +-0.070800781250 +-0.345703125000 +-0.188476562500 +0.038330078125 +0.046142578125 +0.063476562500 +0.094726562500 +0.059082031250 +-0.235351562500 +-0.159179687500 +-0.234375000000 +0.128906250000 +-0.184570312500 +-0.251953125000 +-0.158203125000 +0.219726562500 +0.417968750000 +-0.273437500000 +0.058837890625 +0.007812500000 +0.147460937500 +-0.074218750000 +0.048828125000 +-0.059326171875 +-0.018554687500 +-0.021728515625 +-0.056640625000 +-0.054443359375 +-0.032226562500 +0.016357421875 +-0.051269531250 +-0.242187500000 +0.101074218750 +0.112792968750 +0.067382812500 +0.167968750000 +0.087890625000 +-0.148437500000 +-0.306640625000 +-0.087890625000 +-0.146484375000 +-0.206054687500 +0.148437500000 +0.008239746094 +-0.046142578125 +0.011352539062 +-0.046142578125 +0.089355468750 +-0.081542968750 +-0.178710937500 +0.020996093750 +0.000228881836 +-0.279296875000 +-0.069335937500 +-0.043701171875 +-0.073730468750 +-0.105957031250 +0.002395629883 +0.079101562500 +-0.162109375000 +-0.009826660156 +-0.386718750000 +0.298828125000 +-0.211914062500 +-0.079589843750 +-0.052001953125 +-0.008544921875 +0.042236328125 +-0.337890625000 +0.233398437500 +0.091796875000 +-0.090820312500 +-0.410156250000 +-0.253906250000 +0.006072998047 +0.406250000000 +-0.043457031250 +-0.069335937500 +-0.392578125000 +0.250000000000 +-0.103515625000 +0.079589843750 +0.112792968750 +-0.090820312500 +-0.257812500000 +-0.108398437500 +-0.002517700195 +0.048339843750 +0.006713867188 +-0.007263183594 +-0.134765625000 +-0.113281250000 +-0.219726562500 +0.180664062500 +0.045898437500 +-0.115234375000 +-0.159179687500 +-0.091796875000 +-0.108886718750 +0.213867187500 +0.092773437500 +0.148437500000 +0.128906250000 +-0.349609375000 +0.122558593750 +0.253906250000 +0.122070312500 +-0.104003906250 +-0.104980468750 +-0.088867187500 +-0.120117187500 +-0.005340576172 +-0.021240234375 +-0.609375000000 +0.277343750000 +-0.124023437500 +-0.069824218750 +-0.208007812500 +-0.072753906250 +-0.031494140625 +-0.124023437500 +-0.208007812500 +-0.016723632812 +0.081542968750 +-0.304687500000 +0.087890625000 +0.195312500000 +-0.157226562500 +0.183593750000 +-0.194335937500 +0.010375976562 +-0.057128906250 +-0.031982421875 +-0.111816406250 +-0.125976562500 +-0.045166015625 +-0.144531250000 +-0.160156250000 +-0.129882812500 +0.359375000000 +-0.174804687500 +-0.137695312500 +0.113769531250 +-0.050048828125 +0.069335937500 +-0.158203125000 +0.043945312500 +0.277343750000 +0.072265625000 +-0.188476562500 +-0.052001953125 +0.105468750000 +0.069824218750 +0.201171875000 +0.130859375000 +0.009643554688 +0.100097656250 +0.123046875000 +-0.051025390625 +-0.144531250000 +0.125976562500 +0.194335937500 +-0.076660156250 +0.116699218750 +0.120117187500 +0.035644531250 +-0.016479492188 +-0.136718750000 +0.156250000000 +0.134765625000 +-0.069824218750 +-0.063964843750 +0.018066406250 +-0.039794921875 +-0.125976562500 +-0.166015625000 +0.070800781250 +0.021484375000 +-0.161132812500 +-0.118164062500 +0.161132812500 +-0.078613281250 +-0.143554687500 +0.089843750000 +-0.136718750000 +-0.009155273438 +0.326171875000 +0.345703125000 +-0.013427734375 +-0.027587890625 +-0.197265625000 +-0.248046875000 +-0.113769531250 +-0.351562500000 +0.187500000000 +-0.137695312500 +0.006958007812 +0.032470703125 +-0.208984375000 +-0.113281250000 +-0.037841796875 +-0.178710937500 +-0.117187500000 +-0.006805419922 +-0.185546875000 +0.095703125000 +0.308593750000 +-0.082031250000 +0.004882812500 +0.125000000000 +0.099121093750 +0.134765625000 +0.025146484375 +0.140625000000 +0.035156250000 +-0.070800781250 +-0.335937500000 +-0.090332031250 +0.032714843750 +0.232421875000 +0.021850585938 +0.110351562500 +-0.095214843750 +-0.227539062500 +-0.005340576172 +0.388671875000 +0.187500000000 +-0.135742187500 +-0.052734375000 +0.036376953125 +-0.157226562500 +-0.064941406250 +-0.010559082031 +-0.011657714844 +-0.083984375000 +-0.093750000000 +-0.037597656250 +-0.029907226562 +-0.118164062500 +-0.054199218750 +-0.004760742188 +0.318359375000 +-0.108398437500 +-0.028686523438 +0.191406250000 +-0.123046875000 +0.072753906250 +-0.002792358398 +-0.008972167969 +-0.160156250000 +0.022338867188 +0.103515625000 +-0.099121093750 +-0.004577636719 +-0.166992187500 +-0.172851562500 +-0.166992187500 +-0.275390625000 +0.024536132812 +0.091796875000 +0.235351562500 +0.036132812500 +-0.147460937500 +0.151367187500 +-0.072265625000 +0.024047851562 +0.065917968750 +-0.005187988281 +-0.063476562500 +-0.000774383545 +0.103027343750 +-0.074707031250 +0.064941406250 +-0.005371093750 +0.018188476562 +-0.064453125000 +0.043701171875 +0.053710937500 +0.004089355469 +-0.118164062500 +-0.121093750000 +-0.003417968750 +0.074218750000 +-0.051269531250 +-0.064941406250 +-0.163085937500 +0.118652343750 +0.013427734375 +0.141601562500 +0.021728515625 +0.238281250000 +-0.232421875000 +-0.073242187500 +-0.165039062500 +0.131835937500 +0.376953125000 +-0.015502929688 +0.049072265625 +-0.121093750000 +-0.010192871094 +0.009704589844 +-0.152343750000 +0.173828125000 +0.226562500000 +0.231445312500 +-0.152343750000 +-0.102050781250 +-0.199218750000 +0.038574218750 +-0.018676757812 +0.082031250000 +-0.139648437500 +-0.107421875000 +0.476562500000 +0.009704589844 +0.045166015625 +0.051025390625 +0.121582031250 +-0.005706787109 +0.259765625000 +-0.125000000000 +0.468750000000 +-0.160156250000 +-0.043701171875 +0.078125000000 +-0.096191406250 +0.214843750000 +0.048339843750 +-0.133789062500 +-0.129882812500 +-0.220703125000 +0.148437500000 +-0.109375000000 +-0.082031250000 +0.003341674805 +0.328125000000 +-0.122070312500 +-0.027221679688 +-0.029174804688 +0.028198242188 +-0.020629882812 +-0.078613281250 +-0.243164062500 +-0.054931640625 +0.225585937500 +0.110839843750 +0.044677734375 +0.267578125000 +-0.119140625000 +-0.152343750000 +-0.241210937500 +0.035156250000 +-0.156250000000 +0.263671875000 +-0.068847656250 +-0.035156250000 +-0.060546875000 +0.028686523438 +-0.216796875000 +-0.056884765625 +-0.253906250000 +-0.175781250000 +0.034423828125 +0.119140625000 +0.060058593750 +0.163085937500 +-0.104003906250 +-0.107910156250 +0.194335937500 +-0.220703125000 +-0.117187500000 +0.080078125000 +-0.133789062500 +-0.121093750000 +-0.103515625000 +-0.201171875000 +0.005920410156 +0.034912109375 +-0.102539062500 +0.163085937500 +-0.097167968750 +-0.221679687500 +0.029907226562 +-0.234375000000 +-0.009155273438 +-0.265625000000 +-0.155273437500 +-0.143554687500 +-0.140625000000 +-0.160156250000 +-0.298828125000 +-0.122558593750 +0.019775390625 +0.079589843750 +-0.113281250000 +-0.033691406250 +0.214843750000 +-0.125000000000 +-0.081054687500 +0.059570312500 +0.247070312500 +-0.226562500000 +0.027099609375 +0.044433593750 +-0.298828125000 +0.065429687500 +-0.197265625000 +-0.037353515625 +-0.186523437500 +-0.049560546875 +-0.140625000000 +-0.232421875000 +0.041259765625 +0.186523437500 +-0.222656250000 +0.016479492188 +-0.138671875000 +-0.132812500000 +-0.195312500000 +0.156250000000 +-0.357421875000 +-0.077636718750 +-0.097167968750 +-0.088867187500 +-0.043701171875 +-0.095703125000 +0.061523437500 +-0.106445312500 +-0.221679687500 +0.077636718750 +0.094238281250 +-0.181640625000 +-0.096679687500 +-0.112792968750 +-0.067871093750 +0.055908203125 +0.027709960938 +0.090332031250 +0.048339843750 +-0.010070800781 +0.176757812500 +-0.106933593750 +-0.240234375000 +0.010437011719 +0.058105468750 +-0.044921875000 +-0.088378906250 +0.060058593750 +-0.063964843750 +-0.030761718750 +-0.215820312500 +0.089843750000 +-0.289062500000 +0.010437011719 +0.016479492188 +0.000396728516 +0.347656250000 +-0.088378906250 +-0.107910156250 +0.015563964844 +0.174804687500 +-0.057373046875 +-0.002685546875 +-0.234375000000 +0.006774902344 +-0.045898437500 +-0.119140625000 +0.076171875000 +-0.076171875000 +-0.367187500000 +0.070312500000 +0.123535156250 +0.023437500000 +0.107421875000 +-0.235351562500 +-0.126953125000 +-0.419921875000 +0.011047363281 +0.087402343750 +-0.150390625000 +0.109863281250 +0.099121093750 +0.155273437500 +-0.171875000000 +-0.038818359375 +-0.086425781250 +-0.098144531250 +-0.016479492188 +0.075195312500 +0.096679687500 +0.192382812500 +-0.108398437500 +0.008056640625 +-0.247070312500 +-0.253906250000 +-0.097656250000 +-0.149414062500 +-0.070800781250 +-0.519531250000 +0.063964843750 +-0.075683593750 +0.125976562500 +-0.116699218750 +-0.118652343750 +-0.048583984375 +0.064453125000 +0.064941406250 +0.271484375000 +-0.086914062500 +0.010925292969 +-0.168945312500 +-0.046875000000 +-0.116699218750 +-0.146484375000 +0.002487182617 +-0.089355468750 +0.050292968750 +0.100097656250 +-0.263671875000 +-0.135742187500 +-0.142578125000 +-0.283203125000 +0.003097534180 +-0.159179687500 +-0.231445312500 +-0.031738281250 +0.345703125000 +-0.041259765625 +-0.063476562500 +0.094238281250 +0.045654296875 +-0.057617187500 +0.034423828125 +0.119628906250 +0.251953125000 +-0.069824218750 +-0.021972656250 +-0.030151367188 +-0.047119140625 +0.136718750000 +0.184570312500 +0.103027343750 +-0.128906250000 +0.060546875000 +0.239257812500 +0.406250000000 +0.066894531250 +-0.158203125000 +0.110839843750 +-0.474609375000 +0.013549804688 +0.067382812500 +-0.161132812500 +-0.414062500000 +-0.267578125000 +-0.073242187500 +0.013977050781 +0.125976562500 +0.086425781250 +-0.000000035623 +0.118652343750 +-0.341796875000 +-0.007415771484 +-0.072753906250 +0.006744384766 +-0.073242187500 +-0.055175781250 +-0.020874023438 +-0.004119873047 +-0.130859375000 +-0.181640625000 +0.056152343750 +0.195312500000 +-0.136718750000 +0.129882812500 +-0.182617187500 +-0.075195312500 +-0.051025390625 +-0.077148437500 +0.042236328125 +0.119628906250 +0.062500000000 +-0.038574218750 +-0.021484375000 +-0.271484375000 +-0.394531250000 +-0.333984375000 +-0.044677734375 +0.067871093750 +-0.129882812500 +0.067382812500 +0.279296875000 +-0.059326171875 +0.173828125000 +0.066406250000 +0.267578125000 +-0.136718750000 +0.195312500000 +-0.036132812500 +-0.220703125000 +0.130859375000 +0.009460449219 +-0.202148437500 +-0.163085937500 +0.096679687500 +-0.068359375000 +-0.016967773438 +-0.210937500000 +0.063964843750 +0.400390625000 +-0.056152343750 +0.037597656250 +0.040527343750 +0.007476806641 +0.233398437500 +0.091308593750 +0.013366699219 +-0.010559082031 +-0.115722656250 +0.105957031250 +-0.002426147461 +0.078125000000 +-0.011413574219 +-0.048583984375 +-0.134765625000 +-0.076660156250 +0.076171875000 +-0.195312500000 +0.028686523438 +-0.057617187500 +-0.165039062500 +0.064941406250 +-0.102050781250 +-0.095214843750 +0.022216796875 +0.005218505859 +-0.085449218750 +0.292968750000 +0.166015625000 +0.007263183594 +-0.125976562500 +-0.145507812500 +0.140625000000 +-0.004547119141 +0.045654296875 +-0.141601562500 +-0.016235351562 +-0.007385253906 +0.171875000000 +0.165039062500 +0.061035156250 +-0.049316406250 +-0.101562500000 +-0.031982421875 +0.175781250000 +-0.166015625000 +-0.032470703125 +-0.009216308594 +-0.143554687500 +0.318359375000 +0.003067016602 +0.136718750000 +0.006347656250 +-0.036376953125 +-0.008483886719 +0.056152343750 +-0.032714843750 +-0.090820312500 +0.094726562500 +0.073242187500 +-0.269531250000 +0.067871093750 +0.090332031250 +-0.185546875000 +-0.012207031250 +-0.118164062500 +0.095703125000 +-0.115722656250 +-0.072753906250 +-0.012329101562 +0.128906250000 +0.369140625000 +0.158203125000 +-0.095214843750 +-0.076171875000 +-0.037109375000 +-0.173828125000 +0.036621093750 +0.066894531250 +0.036865234375 +-0.172851562500 +-0.150390625000 +0.104003906250 +-0.074218750000 +-0.075683593750 +-0.089355468750 +0.066894531250 +-0.081054687500 +-0.208007812500 +0.001541137695 +-0.161132812500 +-0.231445312500 +0.013977050781 +-0.204101562500 +-0.059326171875 +0.033691406250 +0.005218505859 +-0.080078125000 +-0.031494140625 +-0.008850097656 +-0.206054687500 +-0.112792968750 +-0.013671875000 +-0.027832031250 +0.060302734375 +0.142578125000 +0.087890625000 +-0.031494140625 +0.029418945312 +-0.055664062500 +-0.094238281250 +0.076171875000 +0.079589843750 +-0.133789062500 +0.031494140625 +-0.114257812500 +0.136718750000 +0.021240234375 +-0.090820312500 +-0.171875000000 +0.136718750000 +-0.072265625000 +0.200195312500 +0.110351562500 +-0.063964843750 +-0.127929687500 +0.044677734375 +-0.226562500000 +0.221679687500 +-0.068359375000 +-0.041015625000 +0.062988281250 +0.064453125000 +-0.390625000000 +-0.206054687500 +-0.024047851562 +-0.083496093750 +-0.050048828125 +-0.070312500000 +-0.017578125000 +0.008850097656 +-0.207031250000 +-0.042724609375 +0.070800781250 +-0.062011718750 +-0.063964843750 +-0.130859375000 +0.022827148438 +-0.328125000000 +0.036865234375 +-0.087402343750 +0.155273437500 +0.100097656250 +0.047607421875 +-0.109863281250 +0.204101562500 +0.265625000000 +-0.220703125000 +0.011230468750 +0.312500000000 +0.020385742188 +-0.063476562500 +0.148437500000 +0.133789062500 +0.071289062500 +-0.047607421875 +-0.077636718750 +0.089355468750 +0.055664062500 +-0.267578125000 +-0.104980468750 +0.107910156250 +0.230468750000 +0.025024414062 +0.079589843750 +-0.160156250000 +0.070312500000 +0.095703125000 +0.011230468750 +0.028076171875 +0.156250000000 +-0.217773437500 +-0.165039062500 +-0.034667968750 +-0.097656250000 +-0.125000000000 +-0.103027343750 +0.171875000000 +0.112792968750 +0.098632812500 +-0.041015625000 +-0.127929687500 +0.211914062500 +0.246093750000 +-0.228515625000 +-0.030029296875 +0.092773437500 +0.047851562500 +-0.004577636719 +-0.079589843750 +-0.180664062500 +0.277343750000 +0.275390625000 +0.115722656250 +-0.062988281250 +-0.246093750000 +-0.261718750000 +0.302734375000 +-0.131835937500 +0.519531250000 +0.011169433594 +0.088378906250 +-0.250000000000 +-0.060058593750 +-0.033935546875 +-0.118652343750 +0.181640625000 +0.125000000000 +-0.032714843750 +0.134765625000 +0.046875000000 +0.097167968750 +-0.076660156250 +-0.040283203125 +-0.042236328125 +-0.160156250000 +-0.108886718750 +-0.059326171875 +0.125000000000 +0.013854980469 +0.090820312500 +-0.039306640625 +0.033203125000 +-0.018554687500 +-0.142578125000 +0.095703125000 +-0.151367187500 +-0.107421875000 +0.152343750000 +-0.030029296875 +0.077636718750 +0.229492187500 +-0.078613281250 +0.318359375000 +-0.037353515625 +0.371093750000 +0.227539062500 +-0.036376953125 +0.089843750000 +0.032470703125 +-0.125976562500 +-0.071777343750 +0.043945312500 +-0.249023437500 +-0.044433593750 +0.117675781250 +0.046386718750 +-0.045166015625 +-0.076660156250 +0.073242187500 +-0.125976562500 +0.059326171875 +-0.062500000000 +-0.205078125000 +-0.294921875000 +0.088867187500 +-0.040771484375 +-0.003845214844 +-0.032470703125 +0.058593750000 +0.095703125000 +-0.161132812500 +-0.312500000000 +0.006164550781 +-0.042236328125 +0.043457031250 +0.159179687500 +-0.139648437500 +0.074218750000 +-0.204101562500 +-0.202148437500 +-0.103515625000 +0.099609375000 +-0.320312500000 +-0.164062500000 +0.053710937500 +-0.148437500000 +-0.261718750000 +-0.169921875000 +-0.209960937500 +-0.320312500000 +-0.287109375000 +-0.363281250000 +0.166015625000 +-0.053955078125 +-0.073730468750 +-0.310546875000 +-0.239257812500 +0.259765625000 +0.019653320312 +-0.131835937500 +-0.012329101562 +0.092285156250 +-0.259765625000 +0.094726562500 +-0.055908203125 +-0.236328125000 +-0.118652343750 +0.016723632812 +-0.060546875000 +-0.095214843750 +0.019897460938 +-0.246093750000 +-0.097656250000 +-0.166015625000 +0.144531250000 +0.052734375000 +-0.016845703125 +0.011291503906 +-0.088867187500 +0.113281250000 +-0.287109375000 +-0.251953125000 +-0.135742187500 +0.064453125000 +0.076171875000 +-0.181640625000 +-0.046630859375 +0.130859375000 +0.250000000000 +0.328125000000 +-0.079101562500 +0.209960937500 +-0.091796875000 +-0.482421875000 +-0.080566406250 +-0.065917968750 +-0.589843750000 +0.149414062500 +0.235351562500 +-0.206054687500 +-0.199218750000 +0.136718750000 +-0.058349609375 +0.047851562500 +0.025024414062 +0.063476562500 +0.071777343750 +0.093750000000 +-0.053710937500 +0.141601562500 +0.074218750000 +-0.092285156250 +-0.041748046875 +-0.142578125000 +-0.093750000000 +-0.064941406250 +-0.119628906250 +-0.298828125000 +-0.013061523438 +0.034912109375 +0.088378906250 +0.079589843750 +-0.033447265625 +-0.063476562500 +0.045898437500 +-0.075683593750 +-0.186523437500 +0.384765625000 +-0.068847656250 +0.014892578125 +-0.135742187500 +0.154296875000 +0.357421875000 +0.503906250000 +-0.092285156250 +-0.071289062500 +-0.109375000000 +-0.058349609375 +0.306640625000 +-0.057861328125 +-0.261718750000 +-0.124511718750 +0.075195312500 +-0.140625000000 +-0.062988281250 +0.306640625000 +-0.175781250000 +-0.195312500000 +-0.056396484375 +-0.063964843750 +0.071289062500 +-0.085937500000 +-0.109863281250 +-0.275390625000 +-0.219726562500 +-0.192382812500 +-0.166015625000 +-0.091796875000 +-0.067382812500 +0.017822265625 +-0.110351562500 +0.066406250000 +0.028564453125 +-0.316406250000 +0.044677734375 +-0.052246093750 +-0.039550781250 +-0.064941406250 +0.050292968750 +0.052978515625 +0.008728027344 +-0.066406250000 +-0.154296875000 +0.207031250000 +0.019897460938 +0.054931640625 +0.179687500000 +0.186523437500 +0.116210937500 +-0.133789062500 +-0.089355468750 +-0.237304687500 +-0.031982421875 +0.208007812500 +0.177734375000 +0.281250000000 +0.095703125000 +-0.101562500000 +0.172851562500 +-0.010925292969 +-0.041015625000 +-0.038574218750 +0.033203125000 +-0.063476562500 +0.189453125000 +-0.048339843750 +0.025146484375 +0.118164062500 +-0.038085937500 +-0.017578125000 +-0.069824218750 +0.332031250000 +0.034667968750 +0.165039062500 +-0.314453125000 +-0.000039339066 +0.036376953125 +-0.113769531250 +-0.122070312500 +0.026855468750 +0.030029296875 +0.183593750000 +-0.198242187500 +0.051757812500 +0.164062500000 +0.285156250000 +-0.075195312500 +0.143554687500 +0.035644531250 +-0.018554687500 +-0.133789062500 +-0.127929687500 +-0.267578125000 +-0.053710937500 +-0.217773437500 +-0.095703125000 +-0.112304687500 +-0.083496093750 +-0.122070312500 +-0.060791015625 +0.058837890625 +-0.104003906250 +0.030273437500 +-0.163085937500 +-0.008117675781 +-0.035400390625 +-0.136718750000 +0.141601562500 +0.183593750000 +0.018554687500 +-0.006011962891 +-0.414062500000 +0.051269531250 +-0.221679687500 +-0.154296875000 +-0.007537841797 +0.124023437500 +0.061279296875 +0.197265625000 +0.007934570312 +-0.066406250000 +0.018066406250 +0.026611328125 +0.164062500000 +-0.195312500000 +-0.094726562500 +0.009277343750 +0.289062500000 +-0.239257812500 +-0.031250000000 +0.201171875000 +0.402343750000 +0.090332031250 +0.054443359375 +0.006072998047 +-0.080566406250 +0.279296875000 +0.107421875000 +0.153320312500 +-0.166015625000 +0.234375000000 +-0.265625000000 +-0.037597656250 +-0.107421875000 +-0.046386718750 +0.193359375000 +0.075195312500 +0.171875000000 +0.136718750000 +0.087890625000 +-0.078613281250 +0.015991210938 +-0.141601562500 +-0.004821777344 +-0.174804687500 +0.062011718750 +-0.265625000000 +-0.067382812500 +0.277343750000 +0.095214843750 +-0.101562500000 +-0.124511718750 +-0.117187500000 +0.023437500000 +-0.139648437500 +0.044433593750 +0.065917968750 +-0.030639648438 +0.064941406250 +0.035400390625 +0.125976562500 +-0.005035400391 +-0.041748046875 +-0.044433593750 +0.061523437500 +-0.058105468750 +-0.016113281250 +0.084960937500 +-0.009826660156 +-0.137695312500 +-0.000640869141 +0.040527343750 +0.082519531250 +0.037841796875 +-0.196289062500 +-0.172851562500 +0.049316406250 +-0.173828125000 +-0.089355468750 +0.070312500000 +-0.109375000000 +0.059082031250 +-0.230468750000 +-0.111328125000 +0.457031250000 +0.031738281250 +0.218750000000 +0.134765625000 +0.198242187500 +-0.059570312500 +0.404296875000 +-0.075683593750 +-0.083007812500 +0.153320312500 +0.011291503906 +-0.369140625000 +0.129882812500 +-0.097167968750 +-0.122070312500 +-0.027343750000 +0.048828125000 +0.089843750000 +0.002136230469 +-0.003311157227 +0.097656250000 +0.007324218750 +-0.041503906250 +-0.163085937500 +-0.057617187500 +-0.107910156250 +-0.165039062500 +-0.216796875000 +-0.128906250000 +0.052734375000 +0.175781250000 +-0.139648437500 +0.135742187500 +-0.071777343750 +0.051025390625 +-0.011352539062 +0.177734375000 +0.182617187500 +0.056640625000 +0.075195312500 +-0.037597656250 +-0.059326171875 +0.100097656250 +-0.077148437500 +-0.048583984375 +0.120605468750 +0.154296875000 +-0.115722656250 +-0.102050781250 +-0.010559082031 +-0.104980468750 +0.056152343750 +-0.124511718750 +-0.039062500000 +0.216796875000 +-0.052978515625 +-0.094726562500 +0.084472656250 +-0.158203125000 +0.050292968750 +0.061767578125 +0.041503906250 +-0.003967285156 +0.217773437500 +0.043701171875 +-0.005279541016 +-0.017822265625 +-0.026367187500 +-0.040527343750 +0.076660156250 +-0.137695312500 +0.048583984375 +0.048583984375 +0.179687500000 +0.167968750000 +0.220703125000 +0.064453125000 +-0.144531250000 +0.019409179688 +-0.205078125000 +-0.231445312500 +-0.154296875000 +-0.345703125000 +0.006744384766 +-0.339843750000 +0.073730468750 +-0.012512207031 +-0.006469726562 +-0.221679687500 +0.060546875000 +0.141601562500 +0.034667968750 +0.005096435547 +-0.144531250000 +0.026367187500 +0.126953125000 +0.031250000000 +0.221679687500 +0.123046875000 +-0.048095703125 +0.136718750000 +-0.115234375000 +-0.016113281250 +0.205078125000 +-0.093750000000 +0.041015625000 +-0.168945312500 +-0.162109375000 +-0.131835937500 +0.088378906250 +0.048583984375 +0.030639648438 +0.008666992188 +0.218750000000 +0.058593750000 +0.070312500000 +0.125976562500 +-0.001098632812 +-0.208984375000 +0.090332031250 +-0.667968750000 +0.054443359375 +0.166992187500 +-0.089355468750 +-0.038085937500 +0.133789062500 +0.291015625000 +-0.031250000000 +-0.072265625000 +0.123046875000 +0.205078125000 +-0.181640625000 +-0.065917968750 +-0.096679687500 +0.169921875000 +0.114746093750 +0.004943847656 +-0.345703125000 +0.126953125000 +0.009826660156 +0.068359375000 +-0.009765625000 +-0.014160156250 +-0.079101562500 +0.027709960938 +0.069824218750 +-0.154296875000 +-0.052001953125 +-0.158203125000 +0.189453125000 +-0.039306640625 +0.146484375000 +-0.306640625000 +-0.088867187500 +-0.010314941406 +-0.113769531250 +0.593750000000 +0.179687500000 +-0.026611328125 +0.061035156250 +-0.225585937500 +0.026367187500 +-0.039794921875 +0.004882812500 +-0.213867187500 +0.020385742188 +-0.031982421875 +-0.012939453125 +0.119140625000 +0.028076171875 +-0.117187500000 +-0.001846313477 +-0.020385742188 +-0.008056640625 +-0.038085937500 +-0.019287109375 +-0.090820312500 +0.001655578613 +-0.117675781250 +-0.085937500000 +0.188476562500 +0.231445312500 +-0.192382812500 +-0.074218750000 +-0.074218750000 +0.015747070312 +0.055908203125 +-0.037109375000 +-0.082519531250 +-0.209960937500 +-0.057373046875 +0.067382812500 +0.014770507812 +0.332031250000 +-0.099121093750 +-0.116210937500 +-0.314453125000 +-0.053222656250 +0.067382812500 +0.006256103516 +-0.149414062500 +0.057128906250 +0.150390625000 +0.078125000000 +-0.033935546875 +-0.217773437500 +-0.110839843750 +-0.255859375000 +-0.108398437500 +0.009094238281 +0.031005859375 +-0.051025390625 +-0.257812500000 +-0.125000000000 +0.174804687500 +0.047363281250 +0.022949218750 +0.063964843750 +-0.061767578125 +0.165039062500 +-0.245117187500 +-0.030273437500 +-0.066406250000 +-0.012451171875 +0.037597656250 +-0.036621093750 +-0.166015625000 +0.182617187500 +-0.047363281250 +0.065429687500 +-0.036865234375 +0.035888671875 +0.000999450684 +0.174804687500 +0.012695312500 +0.098632812500 +-0.057373046875 +-0.131835937500 +-0.085449218750 +0.121093750000 +-0.248046875000 +-0.064941406250 +-0.167968750000 +0.099609375000 +-0.009399414062 +-0.170898437500 +0.085449218750 +0.046875000000 +-0.036865234375 +0.079101562500 +0.085937500000 +-0.135742187500 +-0.040039062500 +-0.149414062500 +0.069824218750 +0.093750000000 +0.185546875000 +0.347656250000 +0.016235351562 +0.073730468750 +-0.240234375000 +0.055664062500 +-0.059082031250 +-0.068359375000 +-0.111328125000 +0.020507812500 +0.223632812500 +0.047119140625 +-0.074218750000 +-0.038330078125 +0.114746093750 +0.116210937500 +-0.031250000000 +0.201171875000 +-0.052978515625 +-0.097167968750 +0.351562500000 +-0.091308593750 +0.017822265625 +0.031494140625 +0.057861328125 +-0.072753906250 +0.458984375000 +-0.018432617188 +-0.165039062500 +-0.028808593750 +-0.122558593750 +-0.167968750000 +-0.032958984375 +0.077148437500 +-0.025634765625 +0.160156250000 +0.013061523438 +-0.182617187500 +-0.181640625000 +-0.096679687500 +-0.062988281250 +-0.136718750000 +0.110351562500 +-0.049316406250 +-0.019165039062 +0.230468750000 +-0.045166015625 +0.065429687500 +0.083496093750 +-0.008056640625 +-0.034423828125 +0.306640625000 +-0.073242187500 +0.073730468750 +0.221679687500 +-0.114746093750 +-0.056152343750 +-0.076171875000 +-0.107910156250 +0.172851562500 +-0.114257812500 +-0.128906250000 +-0.257812500000 +-0.122558593750 +0.041015625000 +0.185546875000 +-0.180664062500 +-0.103027343750 +0.022949218750 +-0.072265625000 +0.039794921875 +-0.511718750000 +-0.185546875000 +-0.085937500000 +0.021850585938 +0.017333984375 +-0.078613281250 +-0.208984375000 +0.039062500000 +0.100585937500 +-0.100585937500 +0.232421875000 +0.231445312500 +0.059326171875 +0.006622314453 +0.150390625000 +0.000149726868 +-0.098144531250 +-0.091796875000 +-0.257812500000 +-0.196289062500 +0.052001953125 +0.259765625000 +-0.018066406250 +-0.049072265625 +-0.166992187500 +0.147460937500 +-0.145507812500 +-0.156250000000 +-0.008422851562 +0.161132812500 +-0.024536132812 +0.103515625000 +-0.141601562500 +0.328125000000 +0.103027343750 +0.033691406250 +-0.060058593750 +-0.159179687500 +-0.057617187500 +0.106933593750 +0.082031250000 +0.093750000000 +-0.076660156250 +-0.051269531250 +-0.030761718750 +0.159179687500 +-0.009826660156 +-0.375000000000 +-0.092285156250 +0.143554687500 +-0.108886718750 +-0.045166015625 +0.045898437500 +0.055664062500 +-0.104980468750 +-0.404296875000 +-0.220703125000 +-0.275390625000 +-0.069335937500 +-0.074707031250 +0.237304687500 +0.052978515625 +-0.085937500000 +0.168945312500 +0.089355468750 +0.084960937500 +0.128906250000 +0.103515625000 +-0.213867187500 +-0.040039062500 +0.033203125000 +-0.019775390625 +-0.215820312500 +0.101562500000 +0.202148437500 +0.058837890625 +0.151367187500 +-0.265625000000 +-0.164062500000 +0.163085937500 +0.070312500000 +-0.112304687500 +-0.259765625000 +-0.171875000000 +-0.048583984375 +0.051513671875 +-0.082519531250 +0.130859375000 +-0.022705078125 +-0.007446289062 +0.107910156250 +0.067871093750 +0.300781250000 +0.078613281250 +0.005554199219 +0.042968750000 +0.090820312500 +-0.201171875000 +-0.125976562500 +-0.316406250000 +-0.132812500000 +-0.029785156250 +0.128906250000 +-0.007995605469 +-0.057861328125 +0.103515625000 +-0.142578125000 +-0.332031250000 +-0.215820312500 +0.134765625000 +-0.335937500000 +0.100585937500 +-0.030395507812 +-0.148437500000 +-0.015441894531 +-0.001731872559 +-0.132812500000 +-0.005493164062 +-0.161132812500 +-0.085937500000 +0.017700195312 +-0.179687500000 +-0.052490234375 +-0.281250000000 +-0.050292968750 +0.070312500000 +-0.146484375000 +-0.168945312500 +-0.117675781250 +-0.229492187500 +-0.066894531250 +0.253906250000 +-0.058837890625 +0.057861328125 +0.257812500000 +-0.036132812500 +-0.259765625000 +0.009094238281 +0.197265625000 +0.181640625000 +0.189453125000 +0.116210937500 +-0.138671875000 +-0.006164550781 +-0.038085937500 +-0.008117675781 +-0.092285156250 +0.324218750000 +-0.281250000000 +-0.089355468750 +0.050048828125 +0.115234375000 +0.073242187500 +-0.013366699219 +-0.061035156250 +-0.148437500000 +0.053710937500 +0.084472656250 +-0.133789062500 +-0.075683593750 +0.043945312500 +-0.108886718750 +0.104492187500 +-0.121093750000 +0.053710937500 +-0.117675781250 +0.068359375000 +-0.074707031250 +0.039794921875 +0.039062500000 +0.054199218750 +0.052001953125 +0.119628906250 +0.047119140625 +-0.174804687500 +0.097656250000 +-0.040039062500 +-0.147460937500 +-0.041748046875 +-0.117187500000 +0.118652343750 +-0.056152343750 +-0.040771484375 +-0.184570312500 +-0.062988281250 +-0.146484375000 +0.216796875000 +-0.345703125000 +0.137695312500 +-0.036376953125 +0.221679687500 +-0.159179687500 +-0.115722656250 +-0.120117187500 +0.123046875000 +-0.263671875000 +0.316406250000 +0.119628906250 +0.169921875000 +0.022583007812 +0.042236328125 +-0.111816406250 +-0.089355468750 +-0.027099609375 +-0.020996093750 +-0.578125000000 +-0.045654296875 +-0.172851562500 +0.038085937500 +-0.558593750000 +-0.094726562500 +-0.531250000000 +0.004669189453 +0.051513671875 +-0.217773437500 +0.030761718750 +-0.095214843750 +-0.054687500000 +0.178710937500 +-0.162109375000 +-0.089355468750 +-0.089355468750 +-0.022583007812 +-0.113769531250 +-0.008178710938 +0.035888671875 +-0.165039062500 +-0.486328125000 +0.139648437500 +-0.084960937500 +-0.025512695312 +-0.050781250000 +-0.082031250000 +0.005187988281 +0.114257812500 +-0.092285156250 +-0.204101562500 +-0.079101562500 +-0.223632812500 +-0.247070312500 +0.113769531250 +0.013549804688 +-0.318359375000 +-0.179687500000 +0.041992187500 +-0.088867187500 +-0.079101562500 +-0.308593750000 +-0.006927490234 +0.036376953125 +-0.041992187500 +0.101562500000 +-0.040039062500 +-0.231445312500 +0.071777343750 +0.168945312500 +-0.267578125000 +-0.086914062500 +0.023559570312 +-0.014892578125 +-0.199218750000 +-0.322265625000 +-0.063964843750 +0.119628906250 +0.030029296875 +0.318359375000 +-0.052490234375 +0.175781250000 +0.177734375000 +-0.059082031250 +-0.106445312500 +-0.188476562500 +0.065917968750 +-0.076171875000 +-0.006225585938 +-0.083007812500 +0.096679687500 +-0.068359375000 +-0.121582031250 +0.140625000000 +-0.244140625000 +-0.209960937500 +0.095214843750 +0.070800781250 +-0.006225585938 +-0.353515625000 +-0.031982421875 +0.028320312500 +-0.159179687500 +-0.220703125000 +-0.078613281250 +-0.080078125000 +0.191406250000 +0.006530761719 +-0.003463745117 +0.021362304688 +0.209960937500 +0.192382812500 +-0.347656250000 +0.189453125000 +-0.138671875000 +-0.009948730469 +-0.107910156250 +-0.089355468750 +0.028808593750 +0.000637054443 +-0.160156250000 +0.199218750000 +0.028564453125 +-0.155273437500 +-0.160156250000 +0.050537109375 +-0.208984375000 +-0.123535156250 +0.003616333008 +0.099121093750 +-0.051269531250 +-0.134765625000 +-0.044677734375 +0.189453125000 +-0.080566406250 +0.054443359375 +-0.175781250000 +-0.511718750000 +-0.100097656250 +-0.188476562500 +0.074707031250 +-0.306640625000 +-0.132812500000 +-0.445312500000 +0.039306640625 +0.046142578125 +0.180664062500 +-0.140625000000 +0.051757812500 +0.055419921875 +0.069824218750 +-0.154296875000 +0.079101562500 +-0.008361816406 +-0.005889892578 +-0.214843750000 +-0.059326171875 +-0.092285156250 +-0.110839843750 +-0.012084960938 +0.017211914062 +0.065429687500 +-0.055419921875 +0.033447265625 +-0.078613281250 +-0.082519531250 +-0.123046875000 +-0.096679687500 +0.170898437500 +-0.135742187500 +-0.001754760742 +0.119628906250 +-0.015075683594 +0.059326171875 +-0.047851562500 +0.141601562500 +0.083007812500 +-0.773437500000 +-0.086914062500 +-0.177734375000 +-0.097656250000 +-0.078613281250 +-0.212890625000 +0.081054687500 +0.015380859375 +-0.218750000000 +-0.095703125000 +0.106445312500 +0.134765625000 +-0.180664062500 +0.211914062500 +0.032958984375 +0.119628906250 +-0.048583984375 +-0.124023437500 +-0.171875000000 +-0.164062500000 +0.103515625000 +-0.119628906250 +0.168945312500 +-0.179687500000 +0.279296875000 +-0.201171875000 +-0.221679687500 +0.117187500000 +0.087890625000 +-0.410156250000 +-0.197265625000 +0.182617187500 +-0.146484375000 +0.028564453125 +-0.296875000000 +-0.032226562500 +0.237304687500 +-0.042236328125 +-0.232421875000 +-0.085937500000 +-0.226562500000 +0.045410156250 +-0.158203125000 +0.220703125000 +-0.187500000000 +-0.024414062500 +0.018554687500 +0.040283203125 +-0.008117675781 +0.170898437500 +0.142578125000 +0.105468750000 +-0.036865234375 +0.250000000000 +-0.298828125000 +0.083496093750 +-0.121582031250 +-0.044921875000 +0.036132812500 +0.071777343750 +0.166015625000 +0.122070312500 +-0.222656250000 +-0.121093750000 +0.030517578125 +-0.134765625000 +0.145507812500 +0.006042480469 +0.088867187500 +0.071777343750 +-0.161132812500 +0.026245117188 +-0.014282226562 +-0.154296875000 +0.049316406250 +-0.083007812500 +-0.118652343750 +0.039550781250 +-0.030151367188 +-0.128906250000 +-0.023681640625 +-0.078125000000 +-0.095703125000 +-0.014099121094 +0.079589843750 +0.271484375000 +-0.231445312500 +0.060302734375 +-0.039550781250 +0.100097656250 +-0.005279541016 +-0.037109375000 +0.053955078125 +-0.020507812500 +-0.145507812500 +0.263671875000 +-0.056396484375 +0.063964843750 +0.011169433594 +0.026000976562 +-0.022583007812 +0.102539062500 +-0.181640625000 +0.096191406250 +-0.035644531250 +0.051757812500 +-0.332031250000 +0.052490234375 +0.010559082031 +-0.024658203125 +-0.248046875000 +0.062255859375 +-0.125976562500 +0.261718750000 +0.026855468750 +-0.031005859375 +-0.202148437500 +0.143554687500 +0.021118164062 +0.123046875000 +-0.287109375000 +0.013610839844 +-0.094726562500 +-0.046630859375 +-0.111328125000 +0.098144531250 +-0.112792968750 +0.101562500000 +0.039306640625 +-0.102539062500 +-0.038330078125 +-0.160156250000 +0.145507812500 +-0.057861328125 +-0.111816406250 +0.234375000000 +-0.056640625000 +0.066894531250 +-0.113281250000 +0.140625000000 +-0.142578125000 +-0.132812500000 +0.239257812500 +0.088867187500 +-0.040039062500 +0.007568359375 +-0.041259765625 +-0.038330078125 +-0.124511718750 +-0.328125000000 +-0.038330078125 +-0.169921875000 +-0.184570312500 +0.019531250000 +0.042724609375 +0.098632812500 +0.012573242188 +-0.193359375000 +0.466796875000 +0.043701171875 +-0.109375000000 +-0.248046875000 +0.016723632812 +-0.049072265625 +-0.140625000000 +0.140625000000 +-0.057128906250 +0.128906250000 +0.206054687500 +-0.310546875000 +-0.117675781250 +-0.120117187500 +-0.059570312500 +-0.204101562500 +-0.269531250000 +-0.107910156250 +0.203125000000 +-0.029541015625 +-0.169921875000 +0.006011962891 +0.180664062500 +-0.027832031250 +-0.010070800781 +-0.049072265625 +0.015075683594 +-0.138671875000 +-0.201171875000 +-0.039306640625 +-0.146484375000 +0.167968750000 +-0.070312500000 +-0.049560546875 +-0.013183593750 +0.029052734375 +0.369140625000 +-0.182617187500 +-0.168945312500 +0.050537109375 +0.103515625000 +-0.168945312500 +0.003128051758 +0.003067016602 +-0.183593750000 +-0.020019531250 +0.233398437500 +-0.245117187500 +0.005493164062 +0.102050781250 +0.253906250000 +0.127929687500 +-0.101074218750 +-0.097656250000 +-0.099609375000 +0.130859375000 +-0.023559570312 +-0.355468750000 +-0.080078125000 +-0.066406250000 +0.273437500000 +0.106445312500 +0.056396484375 +-0.026000976562 +0.012451171875 +-0.010375976562 +-0.234375000000 +-0.166015625000 +0.074218750000 +0.059082031250 +-0.021362304688 +-0.063476562500 +-0.050781250000 +-0.243164062500 +0.140625000000 +0.144531250000 +-0.053710937500 +-0.032226562500 +0.034179687500 +0.104492187500 +0.152343750000 +0.088378906250 +-0.038818359375 +0.062255859375 +-0.042236328125 +-0.063964843750 +0.119140625000 +0.033203125000 +-0.039550781250 +-0.049804687500 +0.210937500000 +0.111816406250 +0.102539062500 +0.245117187500 +0.002105712891 +0.257812500000 +-0.023559570312 +0.380859375000 +0.097656250000 +0.020263671875 +0.058349609375 +-0.031738281250 +0.124511718750 +-0.204101562500 +-0.527343750000 +-0.052246093750 +0.039794921875 +0.095703125000 +0.001609802246 +-0.194335937500 +0.051269531250 +-0.068847656250 +-0.318359375000 +0.105957031250 +-0.069824218750 +0.083007812500 +-0.065429687500 +0.131835937500 +-0.236328125000 +-0.055419921875 +-0.267578125000 +-0.092285156250 +0.035156250000 +0.066406250000 +0.134765625000 +-0.279296875000 +-0.101074218750 +0.020385742188 +0.055419921875 +0.140625000000 +0.110839843750 +-0.094726562500 +0.251953125000 +0.113769531250 +-0.021362304688 +0.098632812500 +-0.191406250000 +-0.171875000000 +-0.087402343750 +-0.392578125000 +-0.142578125000 +-0.151367187500 +0.016845703125 +-0.159179687500 +-0.191406250000 +-0.054443359375 +-0.320312500000 +0.052246093750 +-0.050781250000 +0.009277343750 +0.253906250000 +-0.151367187500 +-0.429687500000 +-0.005371093750 +-0.118164062500 +0.062988281250 +-0.034179687500 +-0.070800781250 +0.149414062500 +-0.101074218750 +0.040527343750 +0.065917968750 +0.178710937500 +0.067382812500 +-0.200195312500 +-0.232421875000 +-0.267578125000 +0.051513671875 +-0.217773437500 +-0.054443359375 +-0.500000000000 +-0.139648437500 +-0.160156250000 +-0.184570312500 +0.179687500000 +0.080566406250 +-0.093750000000 +-0.051269531250 +0.030517578125 +0.145507812500 +-0.207031250000 +-0.038085937500 +0.084960937500 +-0.129882812500 +-0.107421875000 +-0.035400390625 +0.023071289062 +-0.060058593750 +-0.220703125000 +0.134765625000 +0.103515625000 +-0.072265625000 +-0.028564453125 +0.022338867188 +-0.127929687500 +-0.339843750000 +-0.163085937500 +0.098632812500 +-0.122070312500 +0.122558593750 +0.133789062500 +0.165039062500 +-0.231445312500 +-0.061523437500 +-0.011230468750 +0.110839843750 +0.040039062500 +-0.095214843750 +0.035400390625 +0.034179687500 +-0.029541015625 +-0.148437500000 +0.006164550781 +-0.095703125000 +-0.057373046875 +-0.151367187500 +-0.072265625000 +-0.037841796875 +-0.089843750000 +0.161132812500 +-0.001426696777 +0.109863281250 +-0.103027343750 +-0.121093750000 +-0.032226562500 +0.018066406250 +-0.019897460938 +-0.113281250000 +-0.103027343750 +0.102539062500 +-0.014038085938 +0.102539062500 +0.056152343750 +-0.302734375000 +0.118652343750 +-0.248046875000 +-0.191406250000 +0.203125000000 +-0.095214843750 +0.081542968750 +0.025512695312 +0.104980468750 +0.028808593750 +-0.109863281250 +0.082519531250 +-0.099121093750 +0.005981445312 +-0.114257812500 +-0.019775390625 +0.155273437500 +-0.043945312500 +-0.246093750000 +-0.144531250000 +0.116210937500 +0.074707031250 +0.104492187500 +-0.175781250000 +-0.000732421875 +-0.128906250000 +-0.217773437500 +-0.138671875000 +0.066894531250 +-0.077636718750 +0.028686523438 +0.181640625000 +0.120605468750 +0.123535156250 +-0.000835418701 +0.037109375000 +-0.033935546875 +0.085937500000 +0.233398437500 +0.074218750000 +0.059570312500 +-0.013671875000 +-0.113769531250 +0.034179687500 +-0.326171875000 +-0.013000488281 +0.105957031250 +0.080566406250 +0.135742187500 +0.141601562500 +-0.094726562500 +-0.090332031250 +0.006011962891 +-0.024291992188 +0.083007812500 +0.064941406250 +0.095214843750 +-0.166992187500 +-0.043945312500 +0.154296875000 +0.083984375000 +-0.076171875000 +-0.000265121460 +-0.041259765625 +-0.117675781250 +0.177734375000 +-0.163085937500 +-0.279296875000 +-0.172851562500 +0.107421875000 +0.015441894531 +0.021362304688 +0.155273437500 +0.066894531250 +-0.066894531250 +0.091796875000 +-0.115234375000 +-0.104980468750 +0.044677734375 +0.285156250000 +-0.088867187500 +-0.089843750000 +0.018310546875 +-0.094238281250 +-0.133789062500 +0.122070312500 +0.117675781250 +0.074707031250 +0.138671875000 +-0.014587402344 +-0.005340576172 +0.073730468750 +-0.087890625000 +0.121582031250 +0.060791015625 +0.013793945312 +-0.104980468750 +0.202148437500 +0.039062500000 +-0.016967773438 +-0.003814697266 +0.119628906250 +0.025146484375 +-0.002655029297 +0.020019531250 +0.244140625000 +-0.004333496094 +-0.112304687500 +-0.058105468750 +-0.132812500000 +0.187500000000 +0.013916015625 +-0.014221191406 +0.283203125000 +-0.125976562500 +0.076660156250 +0.038818359375 +0.028442382812 +-0.021606445312 +-0.023803710938 +0.156250000000 +0.136718750000 +0.063964843750 +0.032714843750 +0.498046875000 +-0.075683593750 +-0.349609375000 +0.081054687500 +0.024658203125 +0.089843750000 +0.068847656250 +-0.118652343750 +0.145507812500 +-0.008361816406 +-0.143554687500 +0.045166015625 +-0.020263671875 +-0.115234375000 +-0.001098632812 +0.031982421875 +0.037597656250 +-0.064453125000 +0.075683593750 +0.160156250000 +-0.220703125000 +0.041992187500 +-0.096191406250 +-0.076660156250 +0.177734375000 +-0.026855468750 +0.189453125000 +0.185546875000 +0.066894531250 +0.104980468750 +0.031982421875 +0.068847656250 +0.141601562500 +0.060791015625 +-0.146484375000 +-0.085937500000 +-0.341796875000 +-0.083007812500 +0.051269531250 +-0.126953125000 +-0.242187500000 +-0.228515625000 +0.079101562500 +-0.164062500000 +0.108398437500 +-0.200195312500 +0.178710937500 +0.217773437500 +-0.169921875000 +0.047607421875 +-0.121093750000 +-0.058105468750 +-0.029418945312 +-0.194335937500 +-0.152343750000 +-0.004638671875 +0.035644531250 +0.021484375000 +-0.232421875000 +0.263671875000 +-0.271484375000 +-0.308593750000 +0.087402343750 +-0.127929687500 +-0.165039062500 +-0.065917968750 +0.139648437500 +0.102539062500 +-0.085937500000 +-0.337890625000 +0.069335937500 +0.013305664062 +0.244140625000 +-0.124511718750 +0.156250000000 +0.147460937500 +-0.030883789062 +0.275390625000 +-0.072265625000 +-0.099609375000 +-0.078613281250 +-0.019653320312 +-0.263671875000 +-0.043945312500 +-0.023315429688 +0.021484375000 +-0.103027343750 +-0.002700805664 +-0.159179687500 +0.055419921875 +-0.122070312500 +-0.018676757812 +-0.091796875000 +-0.269531250000 +-0.283203125000 +0.123046875000 +-0.103515625000 +0.045898437500 +0.010375976562 +0.032714843750 +0.170898437500 +-0.086914062500 +-0.004516601562 +0.011840820312 +0.124511718750 +-0.082031250000 +0.185546875000 +-0.190429687500 +-0.018066406250 +-0.066406250000 +-0.265625000000 +0.044921875000 +-0.028076171875 +-0.277343750000 +-0.064453125000 +0.002777099609 +-0.090332031250 +-0.135742187500 +-0.114257812500 +-0.096679687500 +-0.306640625000 +-0.180664062500 +-0.416015625000 +0.011108398438 +0.105468750000 +0.038330078125 +-0.412109375000 +-0.248046875000 +0.251953125000 +-0.097167968750 +-0.093261718750 +-0.025878906250 +0.081054687500 +-0.047363281250 +0.132812500000 +-0.087402343750 +-0.099121093750 +-0.123046875000 +-0.199218750000 +-0.121093750000 +-0.012329101562 +0.049804687500 +-0.036621093750 +-0.020629882812 +-0.038574218750 +0.155273437500 +-0.081054687500 +0.107421875000 +-0.179687500000 +0.030395507812 +-0.157226562500 +-0.233398437500 +0.122558593750 +0.033203125000 +-0.143554687500 +-0.069824218750 +-0.040039062500 +-0.035400390625 +0.054199218750 +-0.005310058594 +-0.098632812500 +-0.078125000000 +0.080566406250 +-0.097656250000 +-0.155273437500 +-0.082031250000 +-0.261718750000 +0.034912109375 +0.015502929688 +0.243164062500 +0.119628906250 +-0.024414062500 +0.066894531250 +-0.053222656250 +-0.010925292969 +-0.159179687500 +0.118652343750 +0.086914062500 +-0.104003906250 +-0.070312500000 +0.178710937500 +0.212890625000 +-0.062011718750 +-0.144531250000 +-0.006439208984 +-0.014282226562 +0.076171875000 +-0.007110595703 +-0.132812500000 +-0.012145996094 +0.045410156250 +-0.062988281250 +0.078125000000 +0.160156250000 +-0.187500000000 +0.007293701172 +-0.017211914062 +0.038330078125 +0.120605468750 +0.079101562500 +-0.122558593750 +-0.026611328125 +0.029785156250 +0.004272460938 +0.081054687500 +-0.287109375000 +-0.089355468750 +-0.036376953125 +0.032226562500 +-0.054687500000 +0.078613281250 +-0.246093750000 +-0.053222656250 +-0.355468750000 +-0.176757812500 +0.017700195312 +-0.162109375000 +0.318359375000 +-0.024780273438 +-0.027465820312 +0.026611328125 +-0.126953125000 +-0.057617187500 +0.128906250000 +0.023559570312 +-0.197265625000 +0.127929687500 +0.306640625000 +-0.228515625000 +0.159179687500 +0.186523437500 +0.032226562500 +-0.065917968750 +0.000186920166 +-0.300781250000 +-0.375000000000 +0.004821777344 +-0.039306640625 +0.091796875000 +-0.032958984375 +-0.047119140625 +-0.129882812500 +-0.188476562500 +-0.096679687500 +-0.287109375000 +-0.062011718750 +-0.069335937500 +-0.043701171875 +0.207031250000 +0.008483886719 +-0.033203125000 +-0.217773437500 +-0.052246093750 +-0.154296875000 +-0.011047363281 +-0.050781250000 +-0.081054687500 +-0.150390625000 +-0.046875000000 +0.012573242188 +0.071777343750 +0.197265625000 +0.085937500000 +0.104003906250 +-0.202148437500 +0.159179687500 +0.007293701172 +-0.012817382812 +-0.159179687500 +0.026245117188 +-0.117187500000 +-0.015991210938 +0.036865234375 +0.082519531250 +-0.126953125000 +-0.030517578125 +0.030273437500 +0.197265625000 +0.064453125000 +-0.108398437500 +0.040527343750 +-0.059082031250 +0.060058593750 +-0.113281250000 +0.135742187500 +0.000808715820 +-0.263671875000 +-0.091796875000 +0.127929687500 +-0.150390625000 +0.096679687500 +-0.092773437500 +-0.003280639648 +0.122558593750 +0.021484375000 +-0.059082031250 +0.064453125000 +0.143554687500 +-0.251953125000 +-0.048828125000 +-0.123535156250 +0.042968750000 +0.085937500000 +-0.155273437500 +0.019042968750 +-0.359375000000 +-0.005035400391 +0.089355468750 +-0.166992187500 +0.022583007812 +-0.213867187500 +0.025024414062 +0.062500000000 +0.140625000000 +0.246093750000 +0.088867187500 +-0.098144531250 +-0.023315429688 +0.249023437500 +-0.026977539062 +-0.052734375000 +0.088867187500 +-0.107421875000 +0.027954101562 +0.151367187500 +0.134765625000 +0.279296875000 +-0.031250000000 +0.015075683594 +0.123046875000 +0.013427734375 +0.043212890625 +0.181640625000 +-0.125000000000 +-0.110351562500 +-0.063476562500 +0.111328125000 +0.071289062500 +-0.142578125000 +-0.063476562500 +-0.242187500000 +-0.017578125000 +0.077636718750 +0.029296875000 +0.031005859375 +-0.091796875000 +-0.151367187500 +0.145507812500 +0.153320312500 +-0.049316406250 +0.115722656250 +-0.072753906250 +0.017089843750 +0.052246093750 +0.096679687500 +-0.154296875000 +-0.308593750000 +0.206054687500 +-0.002731323242 +-0.051025390625 +0.013366699219 +-0.070800781250 +0.182617187500 +-0.036621093750 +0.125976562500 +-0.106933593750 +-0.096191406250 +-0.057617187500 +0.156250000000 +-0.261718750000 +-0.324218750000 +-0.357421875000 +-0.081542968750 +-0.140625000000 +-0.082519531250 +0.030517578125 +-0.156250000000 +0.025756835938 +-0.131835937500 +-0.060302734375 +0.022827148438 +-0.139648437500 +0.103027343750 +0.007781982422 +-0.253906250000 +0.016845703125 +0.133789062500 +-0.030639648438 +-0.201171875000 +-0.057128906250 +-0.081054687500 +-0.072753906250 +0.073242187500 +-0.263671875000 +-0.232421875000 +0.117187500000 +-0.084472656250 +-0.190429687500 +-0.118164062500 +-0.204101562500 +-0.026977539062 +-0.158203125000 +-0.098144531250 +-0.180664062500 +0.115722656250 +0.025146484375 +-0.116699218750 +-0.159179687500 +0.045410156250 +0.001258850098 +-0.148437500000 +0.090332031250 +0.012390136719 +-0.269531250000 +-0.390625000000 +0.071777343750 +-0.218750000000 +-0.188476562500 +0.153320312500 +0.037109375000 +0.088867187500 +-0.085937500000 +0.080078125000 +-0.292968750000 +-0.020263671875 +-0.004302978516 +0.271484375000 +0.008789062500 +-0.047851562500 +0.115234375000 +-0.096679687500 +0.127929687500 +0.022094726562 +-0.265625000000 +0.054931640625 +-0.036376953125 +0.091308593750 +0.200195312500 +0.017211914062 +0.035156250000 +0.125000000000 +-0.049072265625 +-0.058837890625 +0.017089843750 +0.033447265625 +-0.052001953125 +-0.306640625000 +-0.044433593750 +0.166992187500 +-0.129882812500 +-0.142578125000 +-0.230468750000 +0.019042968750 +0.071289062500 +-0.155273437500 +-0.092285156250 +0.012268066406 +-0.367187500000 +0.056884765625 +-0.042480468750 +0.166015625000 +0.097656250000 +-0.065429687500 +-0.010192871094 +-0.109863281250 +-0.185546875000 +-0.119140625000 +0.055419921875 +-0.094726562500 +-0.038574218750 +-0.046875000000 +0.014892578125 +0.106933593750 +0.044433593750 +-0.038818359375 +0.047851562500 +-0.002044677734 +-0.191406250000 +0.147460937500 +-0.048583984375 +0.202148437500 +-0.482421875000 +0.078125000000 +-0.257812500000 +-0.039062500000 +-0.029785156250 +0.173828125000 +0.054687500000 +0.050537109375 +-0.079101562500 +0.083984375000 +0.102539062500 +0.124023437500 +-0.129882812500 +-0.186523437500 +-0.099609375000 +0.083007812500 +0.007751464844 +-0.129882812500 +-0.182617187500 +0.118652343750 +-0.064941406250 +0.148437500000 +-0.269531250000 +0.098632812500 +-0.215820312500 +-0.055908203125 +-0.175781250000 +0.077148437500 +-0.400390625000 +0.092285156250 +-0.027832031250 +0.196289062500 +-0.039794921875 +0.001319885254 +0.130859375000 +-0.227539062500 +0.108398437500 +0.215820312500 +0.044921875000 +-0.005706787109 +-0.125976562500 +-0.024169921875 +0.003936767578 +-0.073242187500 +-0.171875000000 +-0.084960937500 +-0.048095703125 +-0.006958007812 +-0.139648437500 +0.009948730469 +-0.267578125000 +-0.174804687500 +-0.109375000000 +0.015380859375 +-0.294921875000 +-0.086425781250 +-0.036865234375 +0.030029296875 +0.172851562500 +-0.065917968750 +-0.128906250000 +0.002334594727 +-0.042968750000 +-0.159179687500 +0.026855468750 +0.029174804688 +-0.045166015625 +0.125000000000 +-0.009277343750 +0.275390625000 +0.051269531250 +-0.043945312500 +-0.273437500000 +-0.253906250000 +0.386718750000 +0.030395507812 +-0.072265625000 +0.044189453125 +-0.066894531250 +-0.098144531250 +-0.040771484375 +0.096679687500 +-0.104980468750 +-0.215820312500 +0.056152343750 +0.104980468750 +-0.060791015625 +-0.007019042969 +0.067382812500 +0.041503906250 +0.001129150391 +0.058349609375 +0.059326171875 +-0.349609375000 +-0.111328125000 +-0.076660156250 +0.023071289062 +0.053710937500 +0.023193359375 +-0.162109375000 +0.047607421875 +0.000118732452 +0.189453125000 +-0.088867187500 +0.177734375000 +-0.219726562500 +-0.039062500000 +0.039794921875 +-0.041503906250 +-0.044189453125 +-0.009948730469 +0.267578125000 +0.003967285156 +0.032714843750 +-0.040283203125 +-0.119628906250 +0.015502929688 +-0.104980468750 +0.022583007812 +-0.337890625000 +0.045654296875 +0.124023437500 +-0.015075683594 +-0.111328125000 +-0.040771484375 +-0.088378906250 +-0.067382812500 +-0.044921875000 +0.133789062500 +0.004821777344 +-0.229492187500 +-0.216796875000 +-0.186523437500 +-0.040283203125 +-0.010009765625 +-0.133789062500 +-0.130859375000 +-0.032958984375 +-0.036132812500 +-0.111328125000 +0.056640625000 +0.044921875000 +0.004882812500 +-0.119140625000 +0.108398437500 +-0.113281250000 +0.199218750000 +0.012268066406 +0.113281250000 +0.031127929688 +0.019287109375 +-0.177734375000 +-0.121093750000 +0.029052734375 +0.210937500000 +0.026611328125 +-0.063476562500 +0.294921875000 +-0.095214843750 +-0.039794921875 +-0.065429687500 +-0.199218750000 +-0.077636718750 +0.108886718750 +-0.039306640625 +0.043945312500 +-0.005157470703 +-0.152343750000 +-0.026367187500 +-0.056640625000 +0.125000000000 +0.298828125000 +0.084472656250 +0.211914062500 +0.147460937500 +-0.180664062500 +0.141601562500 +-0.031738281250 +-0.267578125000 +0.105957031250 +-0.061035156250 +-0.184570312500 +-0.212890625000 +0.017700195312 +0.171875000000 +-0.057861328125 +-0.066406250000 +0.228515625000 +0.101562500000 +0.063476562500 +-0.173828125000 +0.099121093750 +-0.020996093750 +-0.104003906250 +-0.065429687500 +0.092773437500 +0.121093750000 +0.030273437500 +-0.114746093750 +-0.033691406250 +-0.168945312500 +0.091796875000 +0.106445312500 +-0.181640625000 +-0.178710937500 +-0.005706787109 +-0.061767578125 +-0.283203125000 +0.013732910156 +-0.199218750000 +-0.104003906250 +0.054931640625 +-0.273437500000 +0.002624511719 +0.082519531250 +0.045166015625 +-0.257812500000 +-0.053955078125 +-0.147460937500 +-0.005432128906 +-0.088867187500 +-0.242187500000 +-0.168945312500 +0.259765625000 +0.086914062500 +-0.018188476562 +-0.124023437500 +0.139648437500 +0.145507812500 +0.063964843750 +0.153320312500 +0.040283203125 +0.145507812500 +-0.092285156250 +0.084960937500 +-0.373046875000 +0.140625000000 +0.130859375000 +-0.027221679688 +0.013061523438 +-0.009704589844 +0.119140625000 +-0.202148437500 +-0.289062500000 +0.144531250000 +0.061767578125 +-0.205078125000 +0.170898437500 +0.062988281250 +-0.151367187500 +-0.037109375000 +0.087890625000 +0.137695312500 +0.208007812500 +0.041259765625 +-0.064941406250 +0.046875000000 +0.008972167969 +0.045898437500 +-0.025268554688 +0.112792968750 +-0.187500000000 +0.030761718750 +-0.146484375000 +-0.131835937500 +0.111328125000 +0.025390625000 +-0.051269531250 +0.008483886719 +0.080566406250 +-0.235351562500 +-0.078125000000 +-0.042480468750 +-0.001472473145 +-0.187500000000 +-0.021362304688 +0.247070312500 +0.023315429688 +0.071289062500 +-0.038330078125 +0.121582031250 +0.151367187500 +0.008361816406 +0.035156250000 +-0.151367187500 +0.055175781250 +0.120117187500 +0.063476562500 +-0.055175781250 +-0.066894531250 +-0.074218750000 +0.011779785156 +-0.129882812500 +0.141601562500 +-0.171875000000 +0.029052734375 +-0.130859375000 +-0.000453948975 +0.130859375000 +0.063476562500 +-0.143554687500 +0.094726562500 +-0.149414062500 +0.067871093750 +-0.181640625000 +-0.079589843750 +0.080078125000 +0.004638671875 +0.061523437500 +0.008056640625 +-0.105468750000 +-0.056640625000 +0.137695312500 +-0.010253906250 +-0.138671875000 +0.012207031250 +-0.145507812500 +0.102539062500 +0.135742187500 +0.035644531250 +-0.100097656250 +0.023437500000 +-0.177734375000 +0.014465332031 +-0.059814453125 +0.010253906250 +0.011474609375 +-0.049072265625 +-0.068847656250 +0.063476562500 +-0.131835937500 +0.028808593750 +-0.084960937500 +-0.008666992188 +-0.039794921875 +0.022827148438 +-0.022705078125 +0.022583007812 +-0.088378906250 +0.049804687500 +-0.005493164062 +-0.019775390625 +0.048828125000 +-0.000326156616 +-0.055419921875 +0.005126953125 +-0.055419921875 +0.036376953125 +0.058349609375 +0.031127929688 +-0.002975463867 +-0.040283203125 +0.103515625000 +0.024047851562 +0.053955078125 +-0.057128906250 +-0.000092506409 +-0.004180908203 +-0.055664062500 +-0.125976562500 +0.026489257812 +-0.001564025879 +0.063964843750 +-0.079101562500 +-0.122070312500 +-0.111328125000 +-0.008178710938 +0.170898437500 +-0.091308593750 +-0.240234375000 +0.005645751953 +-0.076171875000 +-0.255859375000 +-0.061523437500 +-0.031738281250 +0.059814453125 +-0.180664062500 +-0.027221679688 +-0.116699218750 +-0.125976562500 +0.079589843750 +-0.196289062500 +-0.033935546875 +-0.149414062500 +-0.046630859375 +0.009826660156 +0.051757812500 +-0.071289062500 +0.130859375000 +0.024780273438 +-0.267578125000 +0.016235351562 +-0.067382812500 +0.263671875000 +0.037353515625 +-0.113769531250 +-0.060546875000 +-0.127929687500 +0.347656250000 +-0.147460937500 +0.066406250000 +-0.043457031250 +0.093750000000 +-0.005828857422 +0.037109375000 +0.083007812500 +-0.016235351562 +-0.221679687500 +0.146484375000 +-0.129882812500 +0.045166015625 +0.152343750000 +-0.304687500000 +-0.121093750000 +0.045654296875 +0.182617187500 +0.007934570312 +0.076660156250 +-0.003997802734 +-0.105957031250 +0.004028320312 +0.072753906250 +-0.075683593750 +0.172851562500 +0.025878906250 +-0.186523437500 +-0.150390625000 +0.104003906250 +0.165039062500 +-0.031250000000 +-0.028686523438 +-0.271484375000 +0.130859375000 +0.013122558594 +0.206054687500 +-0.176757812500 +-0.189453125000 +0.081542968750 +-0.097656250000 +0.150390625000 +0.031127929688 +-0.002182006836 +-0.119140625000 +-0.104492187500 +0.190429687500 +-0.257812500000 +-0.239257812500 +0.007354736328 +-0.089355468750 +0.030151367188 +-0.138671875000 +-0.080078125000 +0.009216308594 +0.265625000000 +0.034667968750 +0.029541015625 +0.179687500000 +-0.160156250000 +0.219726562500 +0.040039062500 +0.527343750000 +-0.300781250000 +0.082519531250 +0.019531250000 +-0.145507812500 +0.188476562500 +0.098632812500 +-0.049804687500 +0.535156250000 +0.163085937500 +-0.026855468750 +0.105957031250 +0.185546875000 +0.021240234375 +0.076660156250 +0.196289062500 +0.228515625000 +-0.139648437500 +0.005493164062 +0.523437500000 +-0.165039062500 +0.062500000000 +0.124511718750 +0.046142578125 +0.223632812500 +0.011718750000 +0.193359375000 +0.004882812500 +0.033447265625 +0.341796875000 +0.104492187500 +-0.126953125000 +-0.441406250000 +-0.054931640625 +0.061767578125 +0.006652832031 +-0.328125000000 +0.162109375000 +0.250000000000 +-0.211914062500 +0.100585937500 +0.027343750000 +0.081054687500 +-0.000808715820 +0.020507812500 +0.002960205078 +-0.106445312500 +0.043701171875 +-0.025756835938 +0.024169921875 +-0.033691406250 +-0.042724609375 +-0.117187500000 +0.055175781250 +0.044921875000 +0.014160156250 +-0.001899719238 +-0.011657714844 +-0.079589843750 +0.058593750000 +0.094726562500 +0.117675781250 +0.035888671875 +0.058349609375 +0.204101562500 +-0.199218750000 +-0.104492187500 +0.107421875000 +-0.052734375000 +-0.150390625000 +0.057128906250 +-0.013488769531 +-0.273437500000 +0.058349609375 +-0.054199218750 +-0.051025390625 +-0.113769531250 +-0.139648437500 +0.079101562500 +-0.054687500000 +0.033935546875 +-0.196289062500 +-0.068847656250 +0.086914062500 +-0.098144531250 +0.157226562500 +-0.003311157227 +-0.038818359375 +0.149414062500 +-0.013549804688 +-0.144531250000 +0.099121093750 +-0.090332031250 +-0.000553131104 +-0.010925292969 +0.007354736328 +-0.008605957031 +-0.098144531250 +0.064453125000 +-0.154296875000 +-0.004119873047 +-0.070312500000 +0.139648437500 +-0.257812500000 +0.093261718750 +0.018920898438 +-0.057617187500 +-0.152343750000 +-0.077636718750 +0.122558593750 +-0.123046875000 +0.113769531250 +0.072265625000 +-0.054687500000 +-0.077636718750 +-0.041503906250 +0.126953125000 +0.269531250000 +0.186523437500 +0.022827148438 +0.031127929688 +0.011169433594 +0.081542968750 +-0.205078125000 +-0.108398437500 +0.277343750000 +-0.113281250000 +-0.351562500000 +-0.019897460938 +0.019653320312 +0.047363281250 +-0.146484375000 +-0.156250000000 +-0.132812500000 +0.080078125000 +0.435546875000 +0.060302734375 +-0.077636718750 +-0.095214843750 +0.036132812500 +-0.148437500000 +-0.084472656250 +-0.028076171875 +-0.116699218750 +0.020019531250 +0.109863281250 +0.102539062500 +-0.038330078125 +0.151367187500 +-0.183593750000 +0.153320312500 +0.008911132812 +0.054931640625 +-0.040039062500 +-0.017822265625 +0.039794921875 +0.083496093750 +0.043457031250 +-0.219726562500 +0.080566406250 +0.018798828125 +0.010375976562 +0.261718750000 +0.175781250000 +-0.072753906250 +-0.010192871094 +-0.018676757812 +-0.151367187500 +-0.386718750000 +-0.298828125000 +-0.027709960938 +-0.041259765625 +-0.194335937500 +-0.014465332031 +0.275390625000 +0.073242187500 +-0.059570312500 +-0.026245117188 +-0.013977050781 +0.103027343750 +0.118652343750 +-0.119140625000 +-0.153320312500 +-0.124511718750 +-0.080078125000 +0.018432617188 +0.008544921875 +-0.079101562500 +0.018920898438 +-0.017700195312 +-0.188476562500 +-0.000432968140 +-0.310546875000 +0.085937500000 +-0.138671875000 +0.014709472656 +0.209960937500 +-0.212890625000 +-0.052978515625 +-0.070312500000 +-0.341796875000 +0.058837890625 +0.084472656250 +0.164062500000 +0.005554199219 +-0.035888671875 +-0.012451171875 +0.136718750000 +-0.062011718750 +0.079589843750 +-0.000507354736 +-0.116210937500 +0.132812500000 +0.118164062500 +-0.149414062500 +-0.149414062500 +0.036376953125 +0.116699218750 +0.114257812500 +0.065917968750 +-0.097656250000 +0.051025390625 +-0.189453125000 +-0.138671875000 +-0.011230468750 +0.009338378906 +-0.085937500000 +-0.126953125000 +0.013061523438 +-0.371093750000 +-0.221679687500 +-0.114257812500 +0.174804687500 +0.157226562500 +-0.236328125000 +0.148437500000 +-0.009399414062 +-0.283203125000 +-0.155273437500 +0.022827148438 +0.113769531250 +0.273437500000 +-0.116699218750 +0.033935546875 +0.007812500000 +-0.064941406250 +-0.125976562500 +0.010375976562 +-0.004852294922 +-0.267578125000 +0.031738281250 +0.035888671875 +-0.141601562500 +0.259765625000 +-0.025024414062 +-0.078125000000 +-0.077148437500 +-0.041259765625 +0.191406250000 +-0.087890625000 +-0.041992187500 +-0.208984375000 +0.002502441406 +0.220703125000 +-0.166015625000 +0.122558593750 +0.004791259766 +0.116699218750 +0.103515625000 +0.224609375000 +0.243164062500 +-0.047119140625 +-0.066406250000 +0.103515625000 +-0.002365112305 +0.088378906250 +0.125976562500 +-0.142578125000 +-0.038085937500 +0.039306640625 +-0.055419921875 +0.013366699219 +0.095703125000 +-0.014160156250 +-0.144531250000 +0.066406250000 +0.179687500000 +-0.108398437500 +0.187500000000 +0.042236328125 +-0.043212890625 +0.005462646484 +0.192382812500 +-0.065917968750 +0.087402343750 +0.048583984375 +0.120605468750 +-0.183593750000 +-0.178710937500 +0.202148437500 +-0.184570312500 +-0.048828125000 +0.029785156250 +0.049072265625 +-0.068847656250 +-0.187500000000 +0.022583007812 +-0.057861328125 +0.117675781250 +0.074218750000 +0.015502929688 +-0.119628906250 +0.061035156250 +-0.175781250000 +-0.098144531250 +0.257812500000 +0.030517578125 +-0.036621093750 +0.174804687500 +-0.210937500000 +-0.087890625000 +-0.037841796875 +0.343750000000 +-0.119628906250 +0.056396484375 +0.033935546875 +0.233398437500 +0.220703125000 +0.065429687500 +-0.099121093750 +-0.289062500000 +-0.241210937500 +0.118652343750 +-0.019409179688 +0.332031250000 +0.033935546875 +-0.167968750000 +0.107910156250 +-0.144531250000 +0.072265625000 +0.108398437500 +-0.067871093750 +0.052490234375 +0.062011718750 +0.077636718750 +-0.035644531250 +0.051025390625 +0.093261718750 +-0.065429687500 +-0.044921875000 +-0.077636718750 +0.180664062500 +-0.067382812500 +-0.011718750000 +0.190429687500 +-0.045898437500 +0.032958984375 +0.005310058594 +0.097167968750 +-0.125000000000 +-0.098144531250 +-0.250000000000 +0.062988281250 +-0.174804687500 +0.087890625000 +-0.130859375000 +0.081054687500 +-0.191406250000 +-0.047607421875 +0.006835937500 +-0.017333984375 +0.094726562500 +-0.046142578125 +-0.082519531250 +-0.086914062500 +-0.296875000000 +-0.042236328125 +-0.026245117188 +-0.102050781250 +-0.004608154297 +0.183593750000 +-0.160156250000 +-0.314453125000 +-0.029907226562 +0.127929687500 +-0.042480468750 +-0.068847656250 +0.109863281250 +-0.312500000000 +-0.064453125000 +-0.375000000000 +-0.052490234375 +0.002166748047 +0.077148437500 +0.024291992188 +0.157226562500 +0.052001953125 +0.034912109375 +-0.294921875000 +0.030151367188 +0.050292968750 +0.088867187500 +-0.019775390625 +0.094726562500 +-0.378906250000 +-0.055419921875 +0.037597656250 +-0.038818359375 +0.156250000000 +-0.043945312500 +-0.104980468750 +0.035400390625 +0.065429687500 +-0.075683593750 +-0.026977539062 +0.122558593750 +-0.072753906250 +-0.076660156250 +-0.098632812500 +0.066894531250 +-0.035644531250 +0.216796875000 +-0.044921875000 +-0.171875000000 +-0.138671875000 +-0.149414062500 +0.059326171875 +0.099121093750 +0.074218750000 +0.085937500000 +-0.066894531250 +-0.054199218750 +-0.059570312500 +0.085449218750 +-0.110351562500 +0.273437500000 +0.026611328125 +0.067382812500 +0.183593750000 +0.125976562500 +0.132812500000 +0.042480468750 +-0.180664062500 +-0.091308593750 +-0.011169433594 +0.367187500000 +-0.081054687500 +-0.081054687500 +-0.023071289062 +0.032470703125 +-0.208984375000 +0.028320312500 +0.151367187500 +-0.248046875000 +0.002227783203 +0.259765625000 +-0.065917968750 +-0.017456054688 +-0.013305664062 +-0.130859375000 +-0.094238281250 +-0.045166015625 +0.133789062500 +0.277343750000 +0.089355468750 +0.235351562500 +0.039794921875 +-0.093261718750 +0.114257812500 +0.058349609375 +-0.063964843750 +-0.127929687500 +-0.089843750000 +0.052246093750 +-0.155273437500 +0.099121093750 +0.144531250000 +-0.008728027344 +0.080566406250 +0.141601562500 +0.060058593750 +-0.028076171875 +0.061767578125 +-0.128906250000 +0.024902343750 +-0.100097656250 +-0.004364013672 +-0.158203125000 +-0.040039062500 +0.163085937500 +-0.036621093750 +-0.193359375000 +0.047363281250 +0.065429687500 +0.191406250000 +0.070312500000 +-0.171875000000 +0.055419921875 +0.052246093750 +0.168945312500 +0.003753662109 +0.028320312500 +0.226562500000 +-0.294921875000 +-0.094238281250 +0.183593750000 +0.082031250000 +-0.105468750000 +0.012207031250 +-0.151367187500 +-0.166015625000 +-0.071289062500 +-0.079101562500 +0.040283203125 +0.147460937500 +0.149414062500 +-0.013549804688 +-0.116210937500 +-0.138671875000 +-0.421875000000 +0.135742187500 +-0.011657714844 +-0.098144531250 +0.020385742188 +0.159179687500 +0.073242187500 +0.029296875000 +-0.410156250000 +-0.052978515625 +0.006622314453 +0.144531250000 +-0.132812500000 +-0.039550781250 +-0.032226562500 +0.030273437500 +0.098632812500 +0.187500000000 +-0.226562500000 +0.125000000000 +-0.201171875000 +-0.173828125000 +0.084472656250 +-0.101074218750 +0.001266479492 +-0.267578125000 +-0.057617187500 +-0.046386718750 +-0.200195312500 +-0.067382812500 +-0.376953125000 +-0.125976562500 +-0.312500000000 +-0.388671875000 +0.096191406250 +-0.192382812500 +-0.088378906250 +-0.174804687500 +-0.012084960938 +0.191406250000 +0.103027343750 +0.013183593750 +-0.033447265625 +-0.200195312500 +-0.207031250000 +0.081054687500 +0.217773437500 +0.079101562500 +0.119140625000 +-0.002670288086 +0.138671875000 +-0.169921875000 +0.060058593750 +0.133789062500 +0.527343750000 +-0.001869201660 +-0.216796875000 +-0.013549804688 +0.092285156250 +-0.235351562500 +-0.088867187500 +-0.012084960938 +-0.128906250000 +0.004699707031 +0.060058593750 +0.050292968750 +0.119140625000 +-0.040527343750 +-0.011962890625 +0.102050781250 +-0.018920898438 +0.067382812500 +0.009765625000 +0.022705078125 +-0.125000000000 +-0.435546875000 +0.199218750000 +0.101074218750 +-0.112304687500 +-0.113769531250 +0.066894531250 +0.024169921875 +0.046386718750 +0.135742187500 +-0.042724609375 +0.158203125000 +0.182617187500 +-0.322265625000 +0.097656250000 +-0.147460937500 +0.078613281250 +0.015747070312 +-0.012268066406 +-0.077148437500 +-0.002136230469 +-0.021484375000 +-0.376953125000 +-0.114257812500 +-0.120605468750 +-0.249023437500 +-0.255859375000 +-0.020141601562 +0.007598876953 +-0.124023437500 +-0.125976562500 +0.032226562500 +0.239257812500 +-0.005737304688 +-0.110351562500 +0.153320312500 +-0.088378906250 +0.292968750000 +-0.302734375000 +-0.091796875000 +0.180664062500 +0.037353515625 +0.081054687500 +-0.077636718750 +0.302734375000 +0.081054687500 +0.149414062500 +0.088867187500 +0.057373046875 +-0.251953125000 +0.138671875000 +0.144531250000 +-0.118164062500 +-0.328125000000 +-0.062011718750 +-0.041992187500 +0.054931640625 +-0.104492187500 +0.049316406250 +-0.107910156250 +0.130859375000 +0.082031250000 +0.151367187500 +-0.001739501953 +0.043212890625 +-0.001579284668 +-0.031982421875 +0.019042968750 +0.142578125000 +-0.328125000000 +0.078125000000 +-0.097167968750 +0.100097656250 +-0.008972167969 +-0.066406250000 +0.253906250000 +0.202148437500 +-0.070312500000 +-0.082031250000 +0.027343750000 +-0.128906250000 +-0.120605468750 +-0.051269531250 +0.121582031250 +-0.035644531250 +-0.263671875000 +0.032470703125 +0.024658203125 +-0.217773437500 +-0.037109375000 +-0.300781250000 +-0.076660156250 +-0.189453125000 +-0.030639648438 +0.155273437500 +0.037841796875 +0.016357421875 +0.070312500000 +0.028686523438 +0.052978515625 +-0.097167968750 +0.048095703125 +-0.416015625000 +0.000446319580 +-0.081054687500 +-0.003372192383 +-0.121582031250 +-0.239257812500 +0.064941406250 +-0.219726562500 +-0.028198242188 +-0.106933593750 +0.179687500000 +0.009338378906 +-0.160156250000 +0.028564453125 +-0.202148437500 +0.085449218750 +0.162109375000 +-0.064453125000 +-0.095703125000 +-0.065917968750 +-0.410156250000 +-0.049560546875 +-0.002914428711 +-0.022949218750 +0.057861328125 +-0.056396484375 +0.156250000000 +-0.211914062500 +-0.059814453125 +-0.086425781250 +0.010681152344 +-0.320312500000 +-0.211914062500 +0.132812500000 +0.097656250000 +-0.064453125000 +-0.022583007812 +-0.111816406250 +-0.078125000000 +-0.173828125000 +0.038085937500 +0.070312500000 +-0.009643554688 +0.066406250000 +-0.020874023438 +-0.046875000000 +0.022583007812 +-0.053466796875 +-0.221679687500 +-0.332031250000 +-0.242187500000 +-0.090332031250 +-0.020019531250 +-0.052978515625 +-0.010437011719 +-0.084472656250 +0.203125000000 +0.009521484375 +0.044921875000 +-0.146484375000 +0.237304687500 +-0.208984375000 +-0.084472656250 +0.180664062500 +-0.112792968750 +-0.079589843750 +-0.259765625000 +-0.181640625000 +0.022094726562 +0.038085937500 +-0.066406250000 +-0.230468750000 +0.130859375000 +-0.141601562500 +-0.058837890625 +-0.135742187500 +0.060302734375 +-0.220703125000 +-0.106933593750 +-0.253906250000 +-0.030517578125 +-0.267578125000 +-0.036621093750 +0.016357421875 +-0.068847656250 +0.055419921875 +0.106933593750 +0.161132812500 +-0.371093750000 +-0.124511718750 +-0.124511718750 +-0.154296875000 +-0.231445312500 +-0.223632812500 +-0.139648437500 +0.054931640625 +-0.007995605469 +-0.116210937500 +0.126953125000 +0.098632812500 +-0.125000000000 +-0.035644531250 +0.039550781250 +0.124511718750 +-0.037353515625 +-0.027465820312 +0.044677734375 +-0.097167968750 +0.104492187500 +-0.059326171875 +0.009033203125 +-0.261718750000 +0.073730468750 +-0.091796875000 +-0.049560546875 +0.087402343750 +0.092773437500 +-0.054443359375 +-0.176757812500 +-0.054199218750 +-0.028930664062 +-0.022216796875 +0.083007812500 +0.019775390625 +0.035156250000 +0.001266479492 +0.096679687500 +-0.000724792480 +-0.076171875000 +-0.204101562500 +0.156250000000 +0.015625000000 +-0.054687500000 +-0.074707031250 +-0.020629882812 +-0.057617187500 +-0.090820312500 +-0.071289062500 +0.014404296875 +-0.091796875000 +-0.042968750000 +-0.055664062500 +0.027343750000 +-0.222656250000 +-0.202148437500 +0.086425781250 +0.031738281250 +-0.056396484375 +-0.183593750000 +0.084472656250 +0.072753906250 +-0.018066406250 +-0.159179687500 +-0.000170707703 +0.167968750000 +0.328125000000 +-0.037353515625 +-0.046142578125 +-0.146484375000 +0.082031250000 +-0.030273437500 +0.094238281250 +-0.024902343750 +-0.104492187500 +-0.202148437500 +-0.030639648438 +-0.088378906250 +-0.013732910156 +-0.016723632812 +0.188476562500 +-0.190429687500 +-0.016967773438 +-0.396484375000 +0.078125000000 +0.059326171875 +-0.203125000000 +0.022094726562 +-0.046142578125 +-0.181640625000 +0.082519531250 +0.086914062500 +0.141601562500 +0.083496093750 +-0.279296875000 +-0.058349609375 +0.071289062500 +0.096191406250 +-0.176757812500 +0.032470703125 +0.015502929688 +-0.070312500000 +-0.099121093750 +0.040039062500 +-0.566406250000 +0.048828125000 +0.043945312500 +-0.029418945312 +-0.296875000000 +0.208984375000 +0.152343750000 +-0.140625000000 +-0.078125000000 +-0.011840820312 +-0.089355468750 +-0.208984375000 +0.023315429688 +0.077148437500 +-0.042236328125 +0.259765625000 +-0.365234375000 +-0.043945312500 +-0.188476562500 +-0.011779785156 +0.000713348389 +-0.136718750000 +0.019897460938 +-0.094238281250 +-0.148437500000 +0.298828125000 +0.207031250000 +0.017822265625 +-0.061035156250 +0.064941406250 +-0.107910156250 +0.067871093750 +-0.271484375000 +0.126953125000 +0.189453125000 +-0.063964843750 +-0.170898437500 +0.016357421875 +0.240234375000 +0.048339843750 +0.136718750000 +0.062500000000 +-0.042968750000 +0.041015625000 +0.135742187500 +-0.158203125000 +-0.188476562500 +0.162109375000 +0.143554687500 +-0.213867187500 +0.017578125000 +0.222656250000 +0.067382812500 +-0.027832031250 +-0.208984375000 +0.028320312500 +0.038330078125 +-0.060058593750 +-0.147460937500 +-0.202148437500 +0.083984375000 +-0.133789062500 +-0.100585937500 +-0.049804687500 +-0.037841796875 +-0.106445312500 +-0.055175781250 +0.117187500000 +-0.188476562500 +0.009460449219 +0.077636718750 +-0.173828125000 +-0.099609375000 +0.088378906250 +0.138671875000 +-0.135742187500 +0.019653320312 +-0.119140625000 +-0.215820312500 +-0.143554687500 +-0.363281250000 +0.062988281250 +-0.071289062500 +0.042236328125 +-0.107910156250 +-0.324218750000 +0.015869140625 +-0.020507812500 +-0.043212890625 +-0.047607421875 +0.043457031250 +-0.013244628906 +0.092285156250 +0.122558593750 +-0.062011718750 +-0.010620117188 +-0.102050781250 +0.152343750000 +0.142578125000 +0.245117187500 +-0.157226562500 +-0.008789062500 +-0.115234375000 +-0.265625000000 +0.052734375000 +0.142578125000 +-0.075683593750 +0.038085937500 +-0.044189453125 +-0.173828125000 +-0.026489257812 +-0.153320312500 +0.099609375000 +0.045898437500 +-0.158203125000 +-0.017822265625 +0.005065917969 +-0.055664062500 +0.148437500000 +-0.047363281250 +0.080566406250 +-0.066406250000 +0.018188476562 +-0.001388549805 +-0.018920898438 +-0.063476562500 +-0.026245117188 +0.110839843750 +0.238281250000 +-0.058349609375 +-0.082031250000 +-0.042480468750 +-0.138671875000 +0.038818359375 +-0.022460937500 +-0.067871093750 +-0.139648437500 +0.039062500000 +0.140625000000 +0.013244628906 +0.108886718750 +-0.076660156250 +-0.174804687500 +-0.217773437500 +-0.203125000000 +0.060302734375 +-0.000360488892 +0.106933593750 +0.029174804688 +-0.160156250000 +0.209960937500 +0.050048828125 +-0.082519531250 +0.002365112305 +0.042480468750 +-0.040039062500 +-0.188476562500 +-0.077148437500 +-0.009521484375 +0.164062500000 +0.005981445312 +0.049804687500 +-0.063964843750 +0.066894531250 +0.116210937500 +-0.127929687500 +0.005340576172 +-0.119628906250 +-0.011657714844 +0.007385253906 +-0.067871093750 +0.043701171875 +-0.047363281250 +-0.070800781250 +0.052490234375 +0.099609375000 +0.067871093750 +0.042724609375 +-0.099609375000 +-0.109375000000 +-0.147460937500 +0.017211914062 +-0.059326171875 +-0.001342773438 +0.078613281250 +0.168945312500 +0.100097656250 +-0.142578125000 +-0.044921875000 +0.084472656250 +0.124511718750 +0.152343750000 +-0.124023437500 +0.010803222656 +-0.242187500000 +0.224609375000 +0.225585937500 +0.038330078125 +0.128906250000 +-0.324218750000 +0.208007812500 +-0.060546875000 +0.120605468750 +-0.232421875000 +-0.030151367188 +-0.023925781250 +0.055908203125 +-0.092285156250 +0.402343750000 +-0.021850585938 +-0.054931640625 +0.146484375000 +-0.032470703125 +0.179687500000 +0.101562500000 +-0.110351562500 +-0.060546875000 +-0.221679687500 +-0.084472656250 +-0.163085937500 +0.021972656250 +-0.094238281250 +0.127929687500 +0.009338378906 +0.085449218750 +-0.176757812500 +0.058593750000 +-0.118164062500 +0.015991210938 +0.036865234375 +-0.036865234375 +0.267578125000 +0.320312500000 +-0.153320312500 +0.195312500000 +-0.075195312500 +-0.151367187500 +-0.083984375000 +0.203125000000 +-0.083496093750 +-0.063476562500 +-0.031494140625 +0.049072265625 +-0.172851562500 +0.085937500000 +-0.141601562500 +-0.083984375000 +-0.094238281250 +-0.172851562500 +-0.032714843750 +0.058349609375 +0.104492187500 +0.062500000000 +0.019775390625 +-0.147460937500 +0.104492187500 +-0.113769531250 +-0.100097656250 +0.086425781250 +0.007476806641 +-0.043212890625 +-0.412109375000 +-0.296875000000 +-0.056884765625 +-0.050781250000 +-0.042480468750 +0.108398437500 +0.075683593750 +-0.148437500000 +-0.042724609375 +-0.369140625000 +-0.048339843750 +-0.175781250000 +-0.173828125000 +-0.076660156250 +-0.125000000000 +-0.009094238281 +-0.117675781250 +0.030761718750 +0.024780273438 +-0.069335937500 +-0.213867187500 +-0.161132812500 +0.104003906250 +-0.185546875000 +-0.050048828125 +-0.020874023438 +0.164062500000 +0.016967773438 +-0.006317138672 +-0.034912109375 +-0.106933593750 +-0.048828125000 +-0.101562500000 +0.002212524414 +-0.332031250000 +-0.057373046875 +-0.123535156250 +-0.009948730469 +-0.001869201660 +-0.021606445312 +-0.265625000000 +0.117675781250 +-0.066894531250 +0.074218750000 +-0.182617187500 +-0.006622314453 +-0.398437500000 +-0.216796875000 +-0.136718750000 +-0.006988525391 +0.072753906250 +-0.148437500000 +-0.178710937500 +-0.049804687500 +0.166015625000 +0.042724609375 +0.054443359375 +-0.080078125000 +-0.167968750000 +-0.129882812500 +0.024047851562 +0.002151489258 +0.027832031250 +-0.021362304688 +-0.082519531250 +0.039062500000 +-0.088378906250 +0.012817382812 +-0.146484375000 +0.037353515625 +-0.173828125000 +0.168945312500 +-0.059570312500 +0.024658203125 +-0.010742187500 +-0.070312500000 +-0.066406250000 +-0.136718750000 +-0.156250000000 +-0.019531250000 +0.033203125000 +0.084472656250 +0.193359375000 +-0.203125000000 +-0.087402343750 +0.008056640625 +-0.006378173828 +0.096679687500 +-0.052978515625 +-0.203125000000 +-0.079101562500 +0.039550781250 +-0.062255859375 +-0.125000000000 +0.142578125000 +-0.082031250000 +0.039306640625 +-0.007232666016 +-0.119628906250 +-0.013916015625 +-0.033447265625 +0.056884765625 +-0.171875000000 +0.012268066406 +-0.021728515625 +-0.056640625000 +0.061767578125 +0.016967773438 +0.006347656250 +-0.016479492188 +-0.024047851562 +0.015991210938 +0.043212890625 +0.044921875000 +-0.155273437500 +0.211914062500 +0.198242187500 +0.011169433594 +-0.208984375000 +-0.117187500000 +0.031738281250 +-0.125000000000 +-0.214843750000 +-0.189453125000 +-0.324218750000 +0.027709960938 +0.096191406250 +-0.010192871094 +-0.161132812500 +-0.039062500000 +-0.014099121094 +-0.104980468750 +-0.203125000000 +0.055175781250 +-0.201171875000 +0.205078125000 +-0.057617187500 +-0.027709960938 +0.057373046875 +-0.021728515625 +0.119140625000 +0.076660156250 +0.122070312500 +0.104492187500 +-0.125000000000 +-0.261718750000 +-0.107421875000 +-0.115234375000 +0.155273437500 +-0.165039062500 +-0.333984375000 +-0.072753906250 +0.255859375000 +-0.184570312500 +-0.017211914062 +-0.240234375000 +0.013793945312 +-0.025390625000 +0.089843750000 +0.020141601562 +0.116699218750 +-0.040283203125 +-0.130859375000 +-0.116699218750 +-0.102539062500 +0.079101562500 +0.072265625000 +0.096191406250 +-0.058837890625 +0.049072265625 +0.098632812500 +0.345703125000 +0.071777343750 +-0.079101562500 +-0.079589843750 +-0.143554687500 +0.062011718750 +0.004333496094 +0.037841796875 +-0.073730468750 +-0.400390625000 +0.018920898438 +0.035400390625 +0.027343750000 +0.052490234375 +0.114746093750 +0.046142578125 +-0.023437500000 +-0.148437500000 +-0.036865234375 +-0.208007812500 +0.052001953125 +-0.102539062500 +-0.184570312500 +-0.106445312500 +-0.126953125000 +-0.081542968750 +0.184570312500 +0.023193359375 +-0.045166015625 +0.021850585938 +-0.072753906250 +-0.251953125000 +-0.031982421875 +-0.109375000000 +0.009277343750 +0.041992187500 +-0.142578125000 +0.048339843750 +-0.013793945312 +-0.339843750000 +-0.416015625000 +-0.265625000000 +-0.053710937500 +0.151367187500 +-0.021606445312 +-0.200195312500 +0.131835937500 +-0.017944335938 +0.166015625000 +0.070800781250 +0.047851562500 +0.025024414062 +0.106445312500 +-0.005462646484 +-0.152343750000 +0.079101562500 +-0.070312500000 +-0.088867187500 +-0.039794921875 +0.057128906250 +-0.047363281250 +-0.120605468750 +-0.150390625000 +-0.001838684082 +0.028442382812 +-0.020141601562 +-0.008178710938 +0.160156250000 +0.108398437500 +-0.009643554688 +0.035156250000 +0.145507812500 +0.138671875000 +-0.188476562500 +0.082031250000 +0.102539062500 +0.053955078125 +0.014343261719 +-0.001731872559 +-0.121093750000 +-0.163085937500 +0.166992187500 +-0.249023437500 +0.070312500000 +-0.064941406250 +-0.141601562500 +0.125000000000 +0.033203125000 +-0.250000000000 +0.003311157227 +-0.017089843750 +0.038085937500 +0.183593750000 +-0.017089843750 +-0.031982421875 +-0.253906250000 +-0.098632812500 +0.104003906250 +-0.016845703125 +-0.007812500000 +-0.117675781250 +0.086914062500 +0.064453125000 +0.050048828125 +0.117187500000 +-0.019897460938 +-0.026367187500 +-0.287109375000 +-0.163085937500 +0.204101562500 +-0.043457031250 +-0.016235351562 +0.021850585938 +-0.171875000000 +0.351562500000 +0.140625000000 +-0.011108398438 +-0.054199218750 +0.138671875000 +0.208984375000 +-0.088378906250 +0.019531250000 +0.044921875000 +0.058593750000 +0.004455566406 +-0.214843750000 +-0.133789062500 +0.098144531250 +-0.134765625000 +-0.104003906250 +-0.070312500000 +0.240234375000 +0.124511718750 +-0.008789062500 +0.134765625000 +0.221679687500 +0.296875000000 +0.217773437500 +-0.120117187500 +-0.173828125000 +-0.157226562500 +0.089355468750 +-0.001640319824 +-0.143554687500 +0.034179687500 +-0.201171875000 +-0.263671875000 +-0.031005859375 +-0.152343750000 +-0.125000000000 +0.019775390625 +0.015258789062 +-0.000261306763 +0.032470703125 +-0.050537109375 +-0.153320312500 +-0.060791015625 +-0.040527343750 +-0.132812500000 +0.120605468750 +0.052246093750 +0.031494140625 +-0.086914062500 +-0.133789062500 +-0.016845703125 +-0.166992187500 +-0.040039062500 +-0.012268066406 +-0.236328125000 +0.158203125000 +0.058349609375 +0.163085937500 +-0.071289062500 +0.105468750000 +-0.104980468750 +0.106933593750 +0.093750000000 +0.044677734375 +-0.239257812500 +0.140625000000 +-0.160156250000 +0.191406250000 +-0.054443359375 +-0.169921875000 +-0.160156250000 +0.149414062500 +-0.078125000000 +0.059570312500 +0.061523437500 +-0.057128906250 +-0.261718750000 +-0.033691406250 +-0.181640625000 +0.117675781250 +-0.125976562500 +-0.060058593750 +0.064941406250 +-0.167968750000 +-0.263671875000 +-0.207031250000 +-0.011230468750 +-0.216796875000 +-0.089355468750 +0.114746093750 +-0.073730468750 +-0.060791015625 +-0.217773437500 +-0.123535156250 +-0.142578125000 +-0.115234375000 +0.083984375000 +-0.016845703125 +0.086425781250 +-0.318359375000 +0.145507812500 +-0.028198242188 +0.166015625000 +0.073730468750 +-0.007781982422 +0.137695312500 +0.068847656250 +0.111328125000 +-0.083984375000 +-0.064453125000 +0.255859375000 +-0.000614166260 +0.082519531250 +0.004486083984 +-0.014892578125 +0.061523437500 +0.012084960938 +-0.010925292969 +0.086914062500 +0.073730468750 +-0.185546875000 +-0.152343750000 +0.158203125000 +0.064941406250 +-0.142578125000 +-0.001022338867 +-0.136718750000 +-0.083496093750 +-0.187500000000 +-0.030639648438 +0.049804687500 +0.093261718750 +-0.062255859375 +-0.085937500000 +-0.100097656250 +-0.130859375000 +0.038818359375 +-0.042480468750 +-0.024780273438 +0.104003906250 +0.099609375000 +-0.089355468750 +-0.078125000000 +0.124511718750 +0.138671875000 +-0.294921875000 +0.058593750000 +-0.091308593750 +-0.001068115234 +-0.098144531250 +-0.126953125000 +0.021484375000 +-0.086914062500 +0.316406250000 +0.020385742188 +-0.056640625000 +-0.187500000000 +-0.189453125000 +0.069824218750 +-0.048095703125 +0.482421875000 +-0.150390625000 +0.000961303711 +-0.045654296875 +-0.093750000000 +0.086914062500 +-0.015014648438 +0.104980468750 +0.063476562500 +-0.123046875000 +0.048583984375 +0.041259765625 +0.038574218750 +0.055664062500 +0.084472656250 +-0.069335937500 +-0.044921875000 +-0.171875000000 +-0.114257812500 +0.063476562500 +-0.197265625000 +-0.005065917969 +0.026245117188 +0.109863281250 +0.047363281250 +-0.014404296875 +0.067382812500 +-0.431640625000 +0.032470703125 +0.060546875000 +0.195312500000 +0.127929687500 +0.034423828125 +-0.012207031250 +0.097167968750 +0.062988281250 +0.176757812500 +0.194335937500 +-0.053466796875 +0.089843750000 +0.002334594727 +-0.081542968750 +0.004394531250 +0.029663085938 +-0.308593750000 +-0.064941406250 +0.079101562500 +0.029296875000 +-0.101074218750 +-0.187500000000 +0.111816406250 +-0.065429687500 +0.152343750000 +-0.072265625000 +-0.226562500000 +-0.269531250000 +0.118652343750 +-0.022338867188 +-0.078125000000 +-0.006378173828 +0.039550781250 +0.138671875000 +0.041259765625 +0.084960937500 +-0.072753906250 +-0.012329101562 +-0.083496093750 +0.060546875000 +-0.179687500000 +0.011535644531 +-0.222656250000 +-0.101562500000 +0.144531250000 +0.088867187500 +-0.503906250000 +-0.216796875000 +-0.132812500000 +-0.159179687500 +-0.304687500000 +-0.199218750000 +-0.073730468750 +-0.211914062500 +-0.306640625000 +-0.155273437500 +0.111816406250 +0.059082031250 +0.069335937500 +-0.386718750000 +-0.216796875000 +-0.004241943359 +-0.044921875000 +-0.083984375000 +-0.057861328125 +0.092773437500 +-0.004241943359 +-0.075195312500 +0.068359375000 +-0.074707031250 +-0.177734375000 +-0.136718750000 +0.013427734375 +0.019165039062 +0.062988281250 +-0.151367187500 +-0.067871093750 +-0.044189453125 +-0.061523437500 +-0.005981445312 +-0.081542968750 +-0.055664062500 +-0.031005859375 +0.142578125000 +-0.142578125000 +-0.141601562500 +-0.183593750000 +0.104003906250 +0.183593750000 +0.016235351562 +0.079589843750 +0.006500244141 +0.170898437500 +0.302734375000 +-0.019287109375 +-0.040283203125 +-0.228515625000 +-0.312500000000 +0.024291992188 +-0.001380920410 +-0.431640625000 +-0.144531250000 +-0.062500000000 +0.104980468750 +-0.112792968750 +0.026611328125 +-0.015991210938 +0.022827148438 +-0.058837890625 +0.050537109375 +-0.071777343750 +0.089843750000 +0.120117187500 +0.059326171875 +-0.048095703125 +-0.108886718750 +0.074707031250 +-0.190429687500 +0.022827148438 +0.049804687500 +-0.235351562500 +-0.248046875000 +-0.314453125000 +0.140625000000 +-0.043701171875 +0.182617187500 +-0.076660156250 +-0.006958007812 +-0.100097656250 +0.086914062500 +0.003051757812 +0.257812500000 +0.015625000000 +-0.026123046875 +0.095214843750 +-0.079101562500 +0.275390625000 +0.189453125000 +0.073730468750 +-0.206054687500 +-0.084960937500 +0.040771484375 +0.170898437500 +-0.009826660156 +-0.253906250000 +-0.084960937500 +0.107421875000 +-0.206054687500 +-0.015625000000 +0.090332031250 +-0.047119140625 +-0.287109375000 +-0.133789062500 +0.138671875000 +0.139648437500 +-0.092773437500 +-0.213867187500 +-0.267578125000 +-0.001968383789 +-0.223632812500 +0.033935546875 +-0.349609375000 +0.166015625000 +-0.027832031250 +0.064941406250 +-0.149414062500 +0.054199218750 +-0.400390625000 +0.049316406250 +-0.224609375000 +-0.006500244141 +0.213867187500 +0.181640625000 +-0.102539062500 +0.055419921875 +-0.039062500000 +-0.130859375000 +0.146484375000 +0.104003906250 +-0.102050781250 +0.099121093750 +0.046386718750 +0.199218750000 +-0.133789062500 +-0.058349609375 +-0.359375000000 +0.062988281250 +0.168945312500 +0.055419921875 +0.259765625000 +0.134765625000 +-0.147460937500 +-0.128906250000 +-0.019897460938 +-0.094238281250 +-0.084472656250 +0.000785827637 +-0.012145996094 +0.107910156250 +0.080566406250 +0.067871093750 +0.068847656250 +-0.070800781250 +0.148437500000 +-0.013427734375 +0.171875000000 +0.024658203125 +0.089355468750 +-0.341796875000 +-0.075195312500 +-0.175781250000 +0.007507324219 +-0.065429687500 +0.066894531250 +0.101562500000 +0.053466796875 +0.009582519531 +0.157226562500 +0.110839843750 +0.149414062500 +0.033447265625 +0.173828125000 +-0.011291503906 +-0.069824218750 +-0.121093750000 +-0.156250000000 +-0.074707031250 +0.030883789062 +-0.253906250000 +-0.102539062500 +-0.073242187500 +0.125976562500 +-0.064941406250 +-0.203125000000 +0.026855468750 +0.185546875000 +0.127929687500 +-0.062500000000 +0.052001953125 +0.003082275391 +-0.168945312500 +-0.010864257812 +0.204101562500 +0.015197753906 +0.071777343750 +-0.229492187500 +0.006927490234 +-0.226562500000 +-0.172851562500 +-0.004028320312 +-0.043701171875 +-0.043945312500 +0.302734375000 +0.145507812500 +-0.103027343750 +0.034423828125 +-0.083984375000 +0.055908203125 +-0.017578125000 +0.032714843750 +0.006164550781 +0.146484375000 +-0.208007812500 +0.182617187500 +0.129882812500 +0.332031250000 +0.012451171875 +0.125976562500 +-0.029663085938 +0.030029296875 +0.103515625000 +0.000232696533 +-0.033935546875 +0.198242187500 +-0.056884765625 +-0.206054687500 +-0.071289062500 +0.031738281250 +0.087402343750 +0.203125000000 +-0.033447265625 +-0.014953613281 +-0.076660156250 +0.049560546875 +-0.147460937500 +0.084472656250 +0.034423828125 +0.125976562500 +-0.100585937500 +-0.125976562500 +-0.371093750000 +0.090332031250 +0.018188476562 +-0.124511718750 +-0.054199218750 +0.216796875000 +-0.022827148438 +-0.088378906250 +-0.160156250000 +-0.054931640625 +0.030395507812 +-0.025390625000 +0.028808593750 +0.242187500000 +0.246093750000 +0.010314941406 +-0.047607421875 +0.058837890625 +0.063476562500 +-0.140625000000 +-0.073242187500 +0.038818359375 +-0.215820312500 +-0.005554199219 +-0.016601562500 +0.072265625000 +-0.010314941406 +0.113769531250 +-0.211914062500 +-0.046630859375 +-0.064941406250 +-0.224609375000 +-0.037841796875 +-0.009155273438 +0.206054687500 +0.037353515625 +-0.041748046875 +-0.078613281250 +0.001174926758 +0.123535156250 +0.150390625000 +0.187500000000 +-0.023803710938 +0.062011718750 +0.283203125000 +-0.126953125000 +-0.097167968750 +0.206054687500 +0.063964843750 +-0.386718750000 +0.086425781250 +-0.187500000000 +0.026855468750 +-0.142578125000 +0.011108398438 +0.006622314453 +-0.002670288086 +-0.032714843750 +0.193359375000 +-0.029418945312 +-0.071289062500 +-0.101562500000 +-0.008483886719 +-0.079101562500 +-0.209960937500 +-0.204101562500 +-0.090332031250 +0.015502929688 +-0.014465332031 +-0.251953125000 +0.171875000000 +-0.201171875000 +-0.061767578125 +-0.044433593750 +0.106445312500 +-0.064941406250 +0.014221191406 +0.046386718750 +-0.177734375000 +-0.026000976562 +0.103027343750 +-0.011352539062 +0.053955078125 +-0.057373046875 +-0.023071289062 +-0.070312500000 +-0.105957031250 +-0.168945312500 +-0.096679687500 +0.142578125000 +0.018554687500 +-0.166992187500 +-0.064453125000 +-0.148437500000 +-0.074707031250 +0.012756347656 +-0.067382812500 +-0.119628906250 +0.078613281250 +0.120605468750 +0.105468750000 +-0.062988281250 +-0.070312500000 +-0.051025390625 +-0.052490234375 +0.053710937500 +-0.039794921875 +0.004180908203 +0.239257812500 +-0.124511718750 +-0.009033203125 +-0.004089355469 +0.170898437500 +0.208984375000 +0.019042968750 +0.038330078125 +-0.069824218750 +0.050048828125 +-0.043457031250 +0.014831542969 +-0.353515625000 +-0.189453125000 +-0.149414062500 +-0.028564453125 +0.026733398438 +0.020263671875 +-0.062500000000 +0.056640625000 +0.235351562500 +-0.061767578125 +-0.092773437500 +-0.048583984375 +0.036621093750 +0.074707031250 +-0.062011718750 +0.124023437500 +-0.033203125000 +-0.049316406250 +-0.050048828125 +-0.004211425781 +-0.037597656250 +0.027709960938 +-0.145507812500 +0.142578125000 +-0.153320312500 +-0.184570312500 +0.124511718750 +0.194335937500 +-0.065429687500 +0.115722656250 +-0.131835937500 +0.157226562500 +-0.061279296875 +0.058837890625 +-0.115234375000 +0.039306640625 +-0.181640625000 +-0.020507812500 +-0.255859375000 +-0.127929687500 +0.081054687500 +0.101562500000 +0.029785156250 +0.115234375000 +0.111328125000 +-0.018432617188 +-0.076171875000 +0.043212890625 +0.034667968750 +-0.163085937500 +0.029663085938 +-0.008056640625 +-0.079101562500 +0.033447265625 +0.083984375000 +-0.302734375000 +0.005554199219 +0.037353515625 +0.106933593750 +-0.005828857422 +0.024658203125 +0.068359375000 +-0.048339843750 +-0.081054687500 +-0.118164062500 +-0.068847656250 +0.083984375000 +0.182617187500 +0.031982421875 +-0.097656250000 +-0.273437500000 +-0.130859375000 +-0.111816406250 +-0.105957031250 +0.357421875000 +-0.047363281250 +0.096191406250 +-0.011657714844 +-0.215820312500 +0.014892578125 +0.020141601562 +0.060791015625 +0.047607421875 +-0.039550781250 +0.032714843750 +0.022705078125 +-0.071289062500 +0.080078125000 +-0.125000000000 +0.070312500000 +0.105468750000 +-0.030761718750 +0.011291503906 +0.059082031250 +0.061523437500 +0.138671875000 +-0.012390136719 +0.176757812500 +0.077636718750 +0.011230468750 +-0.225585937500 +-0.077148437500 +0.052001953125 +0.116210937500 +0.062255859375 +-0.141601562500 +0.004882812500 +0.071777343750 +-0.056396484375 +0.091796875000 +0.165039062500 +0.433593750000 +0.094238281250 +-0.050537109375 +-0.020507812500 +-0.209960937500 +0.109375000000 +0.044677734375 +-0.277343750000 +0.097167968750 +-0.047119140625 +0.044677734375 +-0.003433227539 +-0.186523437500 +-0.176757812500 +-0.174804687500 +-0.052246093750 +-0.021240234375 +0.042724609375 +-0.028930664062 +-0.138671875000 +-0.056396484375 +0.199218750000 +-0.083496093750 +0.026855468750 +-0.058837890625 +-0.066406250000 +0.159179687500 +-0.180664062500 +0.045654296875 +-0.271484375000 +0.075683593750 +0.106445312500 +0.181640625000 +-0.128906250000 +0.036621093750 +0.116210937500 +0.063476562500 +-0.020019531250 +0.057617187500 +-0.240234375000 +0.201171875000 +0.060302734375 +0.022949218750 +0.048828125000 +-0.183593750000 +-0.008117675781 +-0.018066406250 +-0.098632812500 +-0.092773437500 +-0.177734375000 +-0.115234375000 +-0.003387451172 +-0.035644531250 +0.120605468750 +-0.131835937500 +-0.015502929688 +0.152343750000 +0.120117187500 +-0.010864257812 +-0.067871093750 +0.088378906250 +0.075195312500 +-0.072265625000 +-0.160156250000 +0.122070312500 +0.012817382812 +-0.022338867188 +0.142578125000 +-0.035400390625 +-0.018554687500 +-0.090332031250 +-0.200195312500 +0.052246093750 +-0.102050781250 +0.084960937500 +0.151367187500 +-0.109375000000 +0.033203125000 +0.202148437500 +-0.016601562500 +0.246093750000 +-0.015747070312 +-0.259765625000 +0.200195312500 +0.016479492188 +-0.189453125000 +0.097656250000 +0.117187500000 +0.059814453125 +0.185546875000 +-0.014221191406 +-0.124511718750 +-0.013061523438 +-0.061523437500 +-0.059814453125 +0.153320312500 +-0.014160156250 +-0.019775390625 +0.168945312500 +0.092285156250 +-0.173828125000 +0.031127929688 +-0.025390625000 +-0.011291503906 +-0.170898437500 +0.171875000000 +-0.193359375000 +0.087890625000 +0.153320312500 +0.008911132812 +-0.010498046875 +0.012512207031 +-0.088867187500 +-0.040771484375 +0.251953125000 +-0.148437500000 +0.384765625000 +0.147460937500 +-0.104492187500 +0.033935546875 +0.386718750000 +-0.107910156250 +0.075683593750 +-0.114746093750 +-0.016723632812 +-0.099609375000 +-0.047851562500 +-0.055419921875 +0.055419921875 +-0.106445312500 +-0.011413574219 +0.021240234375 +0.044189453125 +-0.017211914062 +-0.519531250000 +-0.097656250000 +-0.023803710938 +-0.080566406250 +0.045654296875 +-0.131835937500 +-0.170898437500 +0.032226562500 +0.118164062500 +0.189453125000 +-0.051025390625 +0.028442382812 +-0.082031250000 +-0.055419921875 +-0.060302734375 +-0.125976562500 +-0.150390625000 +-0.061279296875 +-0.257812500000 +-0.241210937500 +0.035400390625 +-0.039550781250 +0.437500000000 +-0.335937500000 +0.070800781250 +-0.006286621094 +-0.052978515625 +-0.161132812500 +-0.099121093750 +0.101074218750 +0.073242187500 +0.178710937500 +-0.113281250000 +0.136718750000 +0.059082031250 +0.236328125000 +-0.080078125000 +0.155273437500 +-0.025024414062 +0.093261718750 +-0.038818359375 +0.123535156250 +0.157226562500 +-0.023559570312 +-0.115234375000 +0.038085937500 +0.004089355469 +-0.214843750000 +-0.225585937500 +0.043945312500 +-0.017089843750 +-0.102539062500 +0.041015625000 +-0.000713348389 +-0.105468750000 +-0.211914062500 +-0.312500000000 +-0.062255859375 +-0.025756835938 +0.217773437500 +0.273437500000 +-0.012634277344 +0.047363281250 +0.151367187500 +0.193359375000 +-0.091796875000 +-0.020507812500 +0.037353515625 +-0.281250000000 +-0.027587890625 +-0.071777343750 +0.020141601562 +-0.161132812500 +-0.029052734375 +0.165039062500 +0.004547119141 +0.131835937500 +-0.188476562500 +0.040283203125 +0.070312500000 +0.044677734375 +-0.205078125000 +-0.018554687500 +-0.192382812500 +0.026977539062 +-0.019653320312 +0.077148437500 +0.082519531250 +0.052490234375 +-0.197265625000 +-0.029418945312 +-0.013183593750 +0.096191406250 +0.103027343750 +0.195312500000 +-0.023803710938 +0.153320312500 +-0.214843750000 +0.068359375000 +-0.110351562500 +-0.141601562500 +-0.052734375000 +-0.087890625000 +-0.002777099609 +-0.028930664062 +0.002990722656 +-0.080566406250 +-0.122558593750 +0.010559082031 +-0.024414062500 +-0.136718750000 +-0.011474609375 +-0.086914062500 +0.056152343750 +-0.016113281250 +0.102539062500 +0.173828125000 +0.028564453125 +0.018676757812 +-0.172851562500 +0.093261718750 +-0.123535156250 +-0.049316406250 +-0.355468750000 +-0.079101562500 +0.017456054688 +0.010559082031 +-0.126953125000 +-0.106933593750 +-0.246093750000 +0.043212890625 +-0.002838134766 +-0.094238281250 +0.057128906250 +0.067871093750 +-0.133789062500 +-0.235351562500 +0.058349609375 +0.158203125000 +-0.006378173828 +0.150390625000 +0.029418945312 +0.243164062500 +0.200195312500 +0.031005859375 +0.078613281250 +-0.077148437500 +0.083984375000 +-0.287109375000 +0.021118164062 +-0.017700195312 +0.009094238281 +-0.038085937500 +-0.064453125000 +0.048583984375 +-0.117675781250 +0.135742187500 +-0.149414062500 +-0.037109375000 +-0.039794921875 +0.132812500000 +-0.190429687500 +-0.078125000000 +-0.308593750000 +0.102539062500 +-0.000020742416 +0.168945312500 +-0.081542968750 +0.073730468750 +-0.119628906250 +-0.139648437500 +-0.111816406250 +0.121582031250 +-0.026977539062 +-0.251953125000 +0.206054687500 +-0.041503906250 +0.054199218750 +-0.271484375000 +0.049072265625 +0.232421875000 +-0.128906250000 +0.069824218750 +-0.207031250000 +-0.076660156250 +-0.135742187500 +-0.029052734375 +-0.326171875000 +0.052978515625 +-0.016479492188 +0.059326171875 +-0.128906250000 +-0.035156250000 +-0.021606445312 +0.124023437500 +-0.092773437500 +0.205078125000 +0.145507812500 +0.097656250000 +0.062988281250 +0.038085937500 +0.166015625000 +0.039794921875 +-0.043457031250 +0.044189453125 +-0.273437500000 +-0.019409179688 +-0.147460937500 +0.065429687500 +-0.390625000000 +-0.124511718750 +-0.324218750000 +0.037597656250 +0.087890625000 +-0.324218750000 +-0.259765625000 +0.032226562500 +0.002471923828 +-0.020141601562 +-0.135742187500 +0.005584716797 +0.242187500000 +-0.016967773438 +-0.008666992188 +0.053466796875 +0.036865234375 +0.015991210938 +-0.447265625000 +-0.030029296875 +-0.056152343750 +0.028930664062 +-0.180664062500 +-0.096679687500 +0.014892578125 +0.187500000000 +0.034912109375 +0.072753906250 +-0.063964843750 +-0.162109375000 +-0.062011718750 +0.017700195312 +0.034423828125 +-0.341796875000 +-0.025146484375 +-0.087890625000 +-0.083984375000 +-0.129882812500 +0.058349609375 +-0.074218750000 +-0.030273437500 +-0.153320312500 +0.191406250000 +0.016601562500 +-0.096679687500 +0.047851562500 +0.149414062500 +-0.176757812500 +-0.013610839844 +0.019165039062 +0.064941406250 +-0.166015625000 +-0.279296875000 +-0.181640625000 +-0.019897460938 +-0.033935546875 +0.173828125000 +-0.126953125000 +0.054443359375 +0.291015625000 +0.154296875000 +-0.042968750000 +-0.157226562500 +-0.099609375000 +-0.018798828125 +0.159179687500 +0.032714843750 +0.099121093750 +-0.082519531250 +-0.107421875000 +0.126953125000 +-0.208007812500 +0.033935546875 +0.131835937500 +-0.020141601562 +-0.051269531250 +-0.108398437500 +0.095703125000 +0.049560546875 +-0.167968750000 +-0.200195312500 +-0.082031250000 +0.097167968750 +0.128906250000 +0.038085937500 +0.002410888672 +0.224609375000 +0.167968750000 +0.069824218750 +-0.148437500000 +-0.019775390625 +-0.209960937500 +0.019409179688 +0.039794921875 +-0.017578125000 +-0.024536132812 +0.060791015625 +-0.020385742188 +0.089843750000 +-0.040771484375 +-0.066894531250 +-0.159179687500 +0.004302978516 +0.060058593750 +0.062011718750 +-0.125976562500 +-0.004333496094 +-0.004699707031 +-0.180664062500 +0.013610839844 +0.105957031250 +-0.062500000000 +0.091308593750 +-0.210937500000 +-0.335937500000 +-0.042480468750 +0.061523437500 +0.091796875000 +-0.044921875000 +-0.054199218750 +-0.058105468750 +0.012512207031 +0.010620117188 +0.165039062500 +-0.109863281250 +0.091308593750 +-0.076171875000 +-0.003768920898 +-0.144531250000 +0.247070312500 +0.145507812500 +-0.017456054688 +-0.167968750000 +0.042480468750 +0.029907226562 +0.120117187500 +0.029663085938 +0.037597656250 +0.098632812500 +-0.057617187500 +-0.044921875000 +-0.144531250000 +0.092773437500 +-0.109863281250 +0.039794921875 +0.040771484375 +0.026855468750 +0.140625000000 +-0.007934570312 +0.071777343750 +0.098144531250 +-0.052001953125 +0.050781250000 +0.063476562500 +-0.535156250000 +0.042968750000 +-0.120117187500 +0.136718750000 +0.107910156250 +-0.078125000000 +-0.030395507812 +0.043457031250 +0.068359375000 +-0.078125000000 +-0.033203125000 +0.069824218750 +-0.160156250000 +0.073242187500 +0.051269531250 +0.092285156250 +-0.166015625000 +0.065917968750 +-0.050537109375 +-0.134765625000 +-0.201171875000 +-0.173828125000 +0.059082031250 +-0.111816406250 +0.024414062500 +-0.190429687500 +-0.187500000000 +0.008789062500 +-0.047363281250 +-0.498046875000 +-0.109863281250 +0.147460937500 +-0.111816406250 +-0.166992187500 +-0.247070312500 +0.104980468750 +-0.002395629883 +0.110351562500 +-0.191406250000 +-0.134765625000 +-0.425781250000 +0.013977050781 +-0.140625000000 +-0.098144531250 +0.024780273438 +-0.024169921875 +-0.022094726562 +0.110839843750 +-0.051513671875 +0.199218750000 +-0.032714843750 +-0.041259765625 +0.022705078125 +0.030517578125 +-0.096191406250 +0.111816406250 +-0.292968750000 +-0.018066406250 +-0.082519531250 +0.024536132812 +0.165039062500 +0.073730468750 +-0.198242187500 +-0.069824218750 +-0.120117187500 +-0.011230468750 +-0.057861328125 +-0.115722656250 +-0.125000000000 +-0.081054687500 +-0.182617187500 +-0.143554687500 +0.086914062500 +0.015991210938 +0.005035400391 +0.218750000000 +0.063964843750 +-0.036376953125 +-0.064941406250 +0.038574218750 +-0.132812500000 +-0.024291992188 +0.116210937500 +0.130859375000 +-0.099609375000 +-0.116699218750 +-0.231445312500 +0.070800781250 +0.052490234375 +-0.042968750000 +-0.157226562500 +-0.159179687500 +-0.112304687500 +-0.043212890625 +-0.018310546875 +0.343750000000 +-0.059082031250 +0.031982421875 +-0.126953125000 +-0.065429687500 +-0.163085937500 +0.022949218750 +-0.070312500000 +0.007202148438 +-0.178710937500 +-0.194335937500 +-0.175781250000 +0.063964843750 +-0.145507812500 +-0.149414062500 +-0.308593750000 +-0.028442382812 +-0.079101562500 +0.193359375000 +-0.118652343750 +0.044189453125 +-0.060302734375 +0.072265625000 +0.110839843750 +0.080078125000 +-0.347656250000 +0.014221191406 +-0.187500000000 +0.041015625000 +-0.005462646484 +0.018188476562 +-0.029541015625 +-0.004394531250 +-0.078613281250 +-0.093750000000 +-0.145507812500 +-0.201171875000 +-0.017456054688 +0.064941406250 +-0.128906250000 +0.068359375000 +-0.031005859375 +0.007751464844 +0.057617187500 +0.129882812500 +-0.108886718750 +-0.132812500000 +-0.016235351562 +-0.057617187500 +0.058837890625 +-0.084960937500 +-0.045654296875 +0.037109375000 +-0.093750000000 +-0.219726562500 +-0.141601562500 +-0.094238281250 +-0.013488769531 +-0.048583984375 +-0.058105468750 +0.095703125000 +-0.144531250000 +0.106445312500 +-0.005218505859 +-0.165039062500 +-0.069335937500 +-0.285156250000 +0.040283203125 +-0.133789062500 +-0.166015625000 +0.006774902344 +-0.036376953125 +0.071289062500 +-0.025634765625 +0.003067016602 +-0.119140625000 +-0.080078125000 +-0.102539062500 +0.129882812500 +-0.166015625000 +-0.175781250000 +0.188476562500 +-0.306640625000 +0.041259765625 +0.050048828125 +0.330078125000 +-0.113769531250 +-0.019897460938 +-0.073730468750 +0.318359375000 +0.130859375000 +-0.055908203125 +0.144531250000 +-0.013549804688 +0.003128051758 +0.151367187500 +0.273437500000 +-0.104980468750 +-0.010864257812 +0.041748046875 +-0.001922607422 +-0.291015625000 +-0.081054687500 +0.028808593750 +-0.157226562500 +0.142578125000 +0.049072265625 +-0.164062500000 +-0.040283203125 +0.062988281250 +0.239257812500 +-0.082031250000 +-0.161132812500 +0.277343750000 +-0.100585937500 +-0.084472656250 +-0.000157356262 +0.047607421875 +-0.078125000000 +-0.052734375000 +-0.425781250000 +-0.222656250000 +-0.031005859375 +-0.109863281250 +0.112304687500 +-0.028076171875 +-0.112792968750 +0.122558593750 +-0.083007812500 +-0.105468750000 +-0.267578125000 +-0.025878906250 +-0.003814697266 +-0.032226562500 +0.035400390625 +0.043457031250 +-0.169921875000 +0.141601562500 +0.063476562500 +-0.210937500000 +-0.040771484375 +-0.088867187500 +-0.038330078125 +0.073242187500 +0.068847656250 +-0.103027343750 +-0.090332031250 +-0.076171875000 +0.024780273438 +-0.006866455078 +0.031738281250 +-0.010131835938 +-0.084472656250 +0.159179687500 +0.025024414062 +0.013000488281 +0.168945312500 +0.151367187500 +0.328125000000 +-0.104003906250 +-0.014526367188 +-0.084472656250 +0.070312500000 +0.002944946289 +0.036621093750 +0.011047363281 +-0.060302734375 +-0.406250000000 +-0.000934600830 +0.021972656250 +0.126953125000 +-0.074707031250 +-0.103027343750 +-0.043457031250 +0.030273437500 +0.056640625000 +0.056152343750 +0.096679687500 +-0.040771484375 +0.068847656250 +0.199218750000 +-0.119140625000 +-0.091308593750 +-0.120117187500 +0.095703125000 +0.093261718750 +0.033691406250 +0.041748046875 +-0.312500000000 +0.027587890625 +-0.104492187500 +0.090820312500 +-0.024169921875 +0.100585937500 +0.029418945312 +0.007293701172 +-0.038818359375 +-0.004150390625 +0.190429687500 +-0.271484375000 +-0.193359375000 +0.023925781250 +-0.283203125000 +-0.016601562500 +-0.164062500000 +-0.019775390625 +-0.033935546875 +-0.127929687500 +0.063476562500 +-0.265625000000 +-0.008483886719 +0.099609375000 +-0.044677734375 +0.240234375000 +-0.263671875000 +-0.306640625000 +-0.015502929688 +-0.190429687500 +0.042724609375 +0.082031250000 +-0.217773437500 +0.103515625000 +-0.067871093750 +0.203125000000 +-0.095703125000 +-0.081542968750 +0.131835937500 +-0.073730468750 +-0.124511718750 +-0.147460937500 +-0.025878906250 +0.071777343750 +-0.197265625000 +-0.038330078125 +-0.044921875000 +-0.027343750000 +-0.015747070312 +0.083007812500 +0.185546875000 +0.039062500000 +0.009460449219 +0.149414062500 +0.182617187500 +-0.114746093750 +-0.140625000000 +0.050292968750 +-0.230468750000 +-0.080566406250 +-0.045410156250 +0.158203125000 +-0.097656250000 +-0.203125000000 +0.083496093750 +0.022216796875 +0.149414062500 +-0.130859375000 +-0.083007812500 +0.011779785156 +-0.257812500000 +-0.148437500000 +-0.058593750000 +-0.122070312500 +-0.113769531250 +0.092285156250 +0.113281250000 +-0.349609375000 +0.140625000000 +0.010070800781 +0.265625000000 +0.098144531250 +-0.000242233276 +0.094726562500 +-0.135742187500 +-0.160156250000 +-0.024414062500 +-0.019531250000 +-0.044189453125 +-0.231445312500 +0.099609375000 +0.098632812500 +-0.031494140625 +0.025390625000 +0.191406250000 +0.116210937500 +0.052001953125 +0.097167968750 +0.102539062500 +-0.069824218750 +-0.114257812500 +0.093261718750 +-0.214843750000 +-0.006072998047 +0.010131835938 +-0.002777099609 +0.038085937500 +-0.000391006470 +-0.199218750000 +0.172851562500 +-0.263671875000 +-0.259765625000 +0.223632812500 +0.060302734375 +-0.010925292969 +0.104980468750 +0.139648437500 +0.167968750000 +-0.106933593750 +0.371093750000 +-0.071777343750 +-0.190429687500 +0.060546875000 +-0.155273437500 +0.051757812500 +0.124511718750 +-0.138671875000 +-0.133789062500 +0.086914062500 +0.090820312500 +0.151367187500 +-0.070800781250 +0.085449218750 +-0.010620117188 +0.031127929688 +0.125976562500 +0.017578125000 +-0.135742187500 +-0.008422851562 +0.265625000000 +0.110839843750 +-0.013610839844 +-0.004608154297 +0.061035156250 +-0.121582031250 +-0.138671875000 +0.161132812500 +-0.012634277344 +-0.085937500000 +-0.267578125000 +-0.031250000000 +-0.010925292969 +-0.095214843750 +0.028930664062 +0.044189453125 +-0.050048828125 +0.234375000000 +-0.231445312500 +-0.239257812500 +0.186523437500 +0.003112792969 +-0.056152343750 +0.188476562500 +-0.030761718750 +-0.020874023438 +-0.070800781250 +-0.092773437500 +0.161132812500 +0.002548217773 +-0.047119140625 +0.084472656250 +-0.104492187500 +-0.150390625000 +-0.112304687500 +-0.005126953125 +-0.139648437500 +0.045410156250 +0.094726562500 +0.151367187500 +0.078125000000 +0.083007812500 +0.076171875000 +-0.040771484375 +0.048095703125 +-0.130859375000 +-0.339843750000 +0.016723632812 +-0.040283203125 +-0.123046875000 +0.136718750000 +-0.044677734375 +0.068359375000 +0.024780273438 +0.042236328125 +0.116699218750 +0.041503906250 +0.089843750000 +0.094238281250 +-0.135742187500 +0.165039062500 +-0.039550781250 +0.027954101562 +0.048583984375 +0.018798828125 +-0.090332031250 +0.194335937500 +0.022216796875 +0.024658203125 +-0.090332031250 +0.223632812500 +-0.005950927734 +0.134765625000 +0.095214843750 +0.244140625000 +-0.025756835938 +-0.086425781250 +-0.065429687500 +-0.138671875000 +0.142578125000 +-0.014526367188 +-0.020141601562 +0.186523437500 +-0.023437500000 +-0.022216796875 +-0.025146484375 +0.007385253906 +-0.218750000000 +0.008239746094 +0.169921875000 +0.142578125000 +0.026611328125 +0.159179687500 +0.361328125000 +-0.044189453125 +-0.203125000000 +0.173828125000 +-0.086914062500 +0.009094238281 +0.096679687500 +-0.017089843750 +0.031982421875 +0.098144531250 +-0.003585815430 +-0.028930664062 +-0.075683593750 +-0.109375000000 +0.084960937500 +0.095214843750 +0.045166015625 +-0.210937500000 +0.159179687500 +0.109375000000 +-0.161132812500 +-0.033203125000 +-0.033935546875 +0.002319335938 +0.050292968750 +-0.151367187500 +0.000236511230 +-0.020141601562 +-0.060546875000 +0.135742187500 +0.067382812500 +-0.053955078125 +-0.067871093750 +0.218750000000 +0.059814453125 +-0.002304077148 +-0.474609375000 +-0.332031250000 +-0.143554687500 +0.125976562500 +0.013977050781 +-0.205078125000 +-0.063964843750 +0.034179687500 +-0.078125000000 +-0.172851562500 +-0.020263671875 +0.033203125000 +0.027465820312 +-0.024414062500 +0.125976562500 +0.070800781250 +0.055419921875 +-0.223632812500 +-0.142578125000 +0.126953125000 +-0.013427734375 +-0.108886718750 +0.131835937500 +0.109863281250 +-0.332031250000 +0.018920898438 +0.122070312500 +-0.129882812500 +0.070800781250 +-0.071777343750 +-0.001663208008 +-0.267578125000 +0.067382812500 +-0.167968750000 +0.041259765625 +-0.093750000000 +0.057373046875 +0.191406250000 +0.032714843750 +-0.131835937500 +-0.117187500000 +0.190429687500 +-0.061523437500 +-0.330078125000 +-0.058593750000 +0.201171875000 +-0.045654296875 +-0.106933593750 +0.062255859375 +0.351562500000 +-0.123046875000 +-0.089843750000 +-0.181640625000 +-0.014953613281 +-0.017944335938 +0.271484375000 +-0.117187500000 +-0.069824218750 +-0.131835937500 +0.114257812500 +-0.081054687500 +0.029541015625 +-0.035644531250 +0.095214843750 +0.090820312500 +-0.001419067383 +-0.058593750000 +-0.014404296875 +0.211914062500 +-0.003601074219 +-0.044921875000 +-0.137695312500 +0.155273437500 +-0.106933593750 +-0.186523437500 +0.050781250000 +-0.046386718750 +-0.343750000000 +-0.119628906250 +-0.052978515625 +-0.250000000000 +-0.166015625000 +-0.179687500000 +-0.087890625000 +-0.208007812500 +-0.314453125000 +-0.210937500000 +-0.098632812500 +0.092285156250 +0.070312500000 +-0.214843750000 +-0.273437500000 +-0.023315429688 +-0.164062500000 +0.054199218750 +-0.094726562500 +0.028442382812 +-0.065429687500 +-0.116210937500 +-0.050292968750 +-0.184570312500 +-0.193359375000 +-0.236328125000 +-0.039306640625 +-0.163085937500 +0.063476562500 +-0.248046875000 +-0.125000000000 +-0.164062500000 +-0.209960937500 +-0.031127929688 +0.062500000000 +-0.201171875000 +-0.003692626953 +-0.205078125000 +-0.221679687500 +0.077148437500 +-0.027709960938 +-0.435546875000 +0.022949218750 +-0.017089843750 +-0.109863281250 +0.064941406250 +-0.048339843750 +-0.018798828125 +-0.147460937500 +0.014770507812 +-0.090820312500 +-0.104003906250 +-0.037597656250 +-0.128906250000 +0.037353515625 +0.124023437500 +-0.081542968750 +-0.159179687500 +-0.029907226562 +-0.057617187500 +-0.088378906250 +-0.033203125000 +-0.138671875000 +0.026855468750 +-0.159179687500 +-0.117675781250 +-0.153320312500 +0.118164062500 +-0.008972167969 +-0.070312500000 +-0.269531250000 +0.064453125000 +-0.123535156250 +0.026611328125 +-0.159179687500 +-0.261718750000 +0.000102519989 +-0.053466796875 +-0.116699218750 +-0.111816406250 +-0.067871093750 +-0.263671875000 +-0.015991210938 +-0.047607421875 +-0.047119140625 +-0.061767578125 +-0.071777343750 +-0.235351562500 +-0.104003906250 +0.041992187500 +0.124023437500 +-0.014404296875 +-0.065917968750 +-0.151367187500 +0.029296875000 +-0.082031250000 +-0.063476562500 +0.010314941406 +-0.249023437500 +-0.043945312500 +-0.124511718750 +0.011169433594 +0.083984375000 +-0.083007812500 +-0.080566406250 +-0.082519531250 +-0.083007812500 +0.016967773438 +-0.169921875000 +0.061035156250 +0.088378906250 +-0.006805419922 +-0.136718750000 +0.017333984375 +0.384765625000 +-0.337890625000 +0.124511718750 +0.083496093750 +0.191406250000 +-0.068359375000 +0.002929687500 +-0.237304687500 +-0.188476562500 +-0.143554687500 +0.056884765625 +0.029785156250 +-0.124511718750 +0.018188476562 +-0.081542968750 +-0.212890625000 +-0.171875000000 +-0.177734375000 +-0.005798339844 +-0.121093750000 +-0.125976562500 +0.025878906250 +0.002273559570 +-0.269531250000 +-0.116699218750 +0.070312500000 +-0.214843750000 +-0.231445312500 +0.148437500000 +-0.129882812500 +-0.059570312500 +0.048828125000 +-0.093261718750 +-0.077148437500 +0.146484375000 +0.202148437500 +0.217773437500 +-0.169921875000 +0.040527343750 +-0.086914062500 +-0.086914062500 +0.188476562500 +-0.002838134766 +-0.113281250000 +-0.047363281250 +-0.125000000000 +-0.191406250000 +-0.048339843750 +-0.154296875000 +0.060791015625 +0.062011718750 +0.125000000000 +-0.050781250000 +0.073730468750 +0.052001953125 +0.079101562500 +-0.026245117188 +0.026367187500 +-0.080078125000 +-0.292968750000 +-0.141601562500 +0.009460449219 +-0.123046875000 +-0.098144531250 +-0.094726562500 +0.074218750000 +0.179687500000 +-0.061279296875 +0.078125000000 +-0.082519531250 +0.038818359375 +-0.078125000000 +0.164062500000 +-0.028076171875 +0.071777343750 +-0.042480468750 +-0.096191406250 +-0.182617187500 +-0.172851562500 +0.006896972656 +0.117187500000 +-0.122558593750 +0.104003906250 +-0.195312500000 +-0.009765625000 +0.057617187500 +0.159179687500 +0.073242187500 +-0.049560546875 +-0.018066406250 +0.139648437500 +0.149414062500 +0.104003906250 +0.100585937500 +0.114257812500 +-0.052490234375 +-0.001129150391 +0.079101562500 +0.147460937500 +0.113281250000 +0.040771484375 +-0.011047363281 +-0.074707031250 +0.047119140625 +0.050537109375 +0.275390625000 +0.001655578613 +-0.037109375000 +0.023437500000 +-0.211914062500 +0.060302734375 +-0.075195312500 +-0.070800781250 +-0.101562500000 +0.029785156250 +-0.029541015625 +0.073730468750 +0.208984375000 +0.013793945312 +-0.203125000000 +-0.040039062500 +-0.180664062500 +0.002548217773 +-0.049804687500 +0.024414062500 +-0.045166015625 +-0.044677734375 +0.000522613525 +-0.207031250000 +-0.337890625000 +-0.003997802734 +0.049072265625 +-0.023803710938 +-0.009704589844 +-0.200195312500 +0.046630859375 +-0.088867187500 +0.005676269531 +-0.229492187500 +-0.064453125000 +-0.032226562500 +-0.001472473145 +-0.200195312500 +-0.170898437500 +-0.197265625000 +0.138671875000 +-0.136718750000 +-0.124511718750 +-0.119140625000 +-0.076171875000 +-0.110839843750 +0.017822265625 +0.316406250000 +-0.054687500000 +0.100097656250 +0.010375976562 +-0.183593750000 +-0.095703125000 +-0.242187500000 +-0.096191406250 +-0.072753906250 +-0.163085937500 +0.126953125000 +0.073730468750 +-0.181640625000 +-0.189453125000 +-0.205078125000 +0.105468750000 +-0.006195068359 +0.018188476562 +-0.164062500000 +-0.038085937500 +-0.028808593750 +-0.004211425781 +-0.113281250000 +-0.148437500000 +-0.222656250000 +0.216796875000 +-0.073242187500 +-0.077148437500 +-0.223632812500 +0.030761718750 +0.061035156250 +0.044189453125 +-0.127929687500 +0.119140625000 +-0.127929687500 +-0.380859375000 +-0.037109375000 +-0.240234375000 +0.015747070312 +-0.093261718750 +0.163085937500 +-0.007934570312 +-0.044189453125 +0.142578125000 +-0.143554687500 +-0.005310058594 +0.087890625000 +0.064941406250 +0.009643554688 +-0.085937500000 +0.051025390625 +0.133789062500 +-0.077148437500 +0.384765625000 +-0.291015625000 +0.116699218750 +0.058349609375 +0.050048828125 +0.201171875000 +-0.057861328125 +0.011535644531 +0.078613281250 +-0.123535156250 +-0.161132812500 +-0.057128906250 +-0.059082031250 +0.185546875000 +-0.141601562500 +-0.096679687500 +0.072753906250 +-0.010986328125 +-0.091796875000 +-0.161132812500 +-0.063964843750 +0.152343750000 +0.049804687500 +0.141601562500 +0.023681640625 +-0.308593750000 +-0.112792968750 +-0.152343750000 +0.105957031250 +0.003997802734 +-0.142578125000 +0.082519531250 +-0.175781250000 +-0.330078125000 +-0.046630859375 +-0.019409179688 +-0.088378906250 +0.039306640625 +-0.068847656250 +0.107910156250 +0.106933593750 +0.003707885742 +-0.076171875000 +-0.199218750000 +-0.125000000000 +-0.175781250000 +-0.043457031250 +-0.083496093750 +0.088378906250 +-0.376953125000 +-0.187500000000 +-0.101074218750 +0.003128051758 +-0.193359375000 +-0.001350402832 +-0.102539062500 +-0.098632812500 +-0.141601562500 +0.275390625000 +0.052978515625 +-0.178710937500 +-0.243164062500 +-0.515625000000 +-0.111816406250 +-0.059570312500 +-0.171875000000 +-0.073242187500 +-0.017211914062 +0.128906250000 +-0.184570312500 +-0.089355468750 +0.205078125000 +0.181640625000 +-0.157226562500 +-0.031005859375 +-0.100585937500 +-0.062988281250 +-0.078125000000 +-0.021362304688 +0.113281250000 +0.009338378906 +-0.052001953125 +-0.081542968750 +0.070312500000 +-0.429687500000 +-0.070800781250 +0.041015625000 +0.036376953125 +0.201171875000 +-0.289062500000 +-0.043701171875 +0.104980468750 +0.199218750000 +-0.304687500000 +-0.117675781250 +-0.042480468750 +0.010131835938 +-0.098632812500 +-0.065917968750 +-0.279296875000 +0.052246093750 +-0.030517578125 +-0.013000488281 +-0.185546875000 +-0.071777343750 +0.056640625000 +-0.003524780273 +0.050781250000 +-0.114257812500 +-0.021972656250 +-0.153320312500 +-0.079589843750 +-0.170898437500 +0.070800781250 +-0.005157470703 +0.075195312500 +0.083007812500 +0.095703125000 +0.300781250000 +0.046875000000 +-0.061767578125 +-0.326171875000 +-0.289062500000 +0.343750000000 +0.000789642334 +-0.054687500000 +-0.106445312500 +-0.027709960938 +0.063964843750 +0.045898437500 +0.132812500000 +-0.068847656250 +-0.136718750000 +-0.004302978516 +0.000240325928 +-0.006805419922 +-0.036865234375 +0.055419921875 +-0.017456054688 +-0.123046875000 +0.062988281250 +-0.087890625000 +-0.328125000000 +-0.111328125000 +-0.073730468750 +0.066406250000 +0.080566406250 +-0.017211914062 +-0.014526367188 +-0.127929687500 +0.014099121094 +0.190429687500 +-0.093750000000 +0.164062500000 +-0.229492187500 +-0.063964843750 +0.001564025879 +-0.135742187500 +-0.128906250000 +0.002685546875 +-0.041503906250 +0.014831542969 +-0.164062500000 +-0.036621093750 +0.066894531250 +0.037109375000 +-0.158203125000 +-0.016113281250 +-0.351562500000 +0.045410156250 +-0.031127929688 +-0.141601562500 +0.150390625000 +-0.197265625000 +-0.231445312500 +-0.003829956055 +-0.007568359375 +0.071289062500 +-0.160156250000 +-0.163085937500 +-0.168945312500 +0.163085937500 +0.098144531250 +0.153320312500 +-0.090820312500 +-0.133789062500 +-0.040771484375 +-0.124023437500 +-0.019042968750 +0.134765625000 +-0.235351562500 +0.082519531250 +-0.091308593750 +0.151367187500 +0.070312500000 +0.007537841797 +0.021972656250 +0.093261718750 +0.014892578125 +-0.062988281250 +-0.320312500000 +0.017822265625 +-0.020874023438 +0.021728515625 +0.048828125000 +0.076171875000 +0.055908203125 +-0.056884765625 +-0.010253906250 +0.029418945312 +-0.171875000000 +-0.014404296875 +-0.053955078125 +-0.008850097656 +-0.004272460938 +0.127929687500 +-0.154296875000 +-0.184570312500 +0.044921875000 +0.122558593750 +0.285156250000 +0.075683593750 +0.143554687500 +-0.001007080078 +-0.133789062500 +0.031982421875 +-0.097167968750 +-0.070800781250 +0.057861328125 +-0.014343261719 +-0.128906250000 +-0.127929687500 +0.040039062500 +0.219726562500 +-0.004913330078 +-0.034423828125 +0.075683593750 +0.164062500000 +-0.182617187500 +-0.099609375000 +0.052490234375 +0.018310546875 +-0.306640625000 +0.016357421875 +0.008972167969 +0.033447265625 +0.017456054688 +-0.051269531250 +-0.128906250000 +-0.390625000000 +0.211914062500 +0.212890625000 +-0.170898437500 +-0.116699218750 +0.199218750000 +0.003173828125 +-0.298828125000 +0.056640625000 +-0.240234375000 +-0.063476562500 +0.015625000000 +-0.306640625000 +-0.050292968750 +-0.128906250000 +0.070312500000 +-0.226562500000 +-0.032470703125 +-0.248046875000 +-0.023803710938 +-0.001876831055 +-0.279296875000 +-0.236328125000 +0.157226562500 +-0.162109375000 +-0.031982421875 +-0.094726562500 +0.166015625000 +0.216796875000 +0.184570312500 +0.287109375000 +0.027954101562 +0.031738281250 +-0.130859375000 +-0.179687500000 +-0.206054687500 +-0.058349609375 +0.142578125000 +0.075683593750 +-0.009887695312 +0.026245117188 +-0.012634277344 +-0.094238281250 +-0.213867187500 +-0.053466796875 +-0.011901855469 +-0.062988281250 +0.156250000000 +-0.023803710938 +-0.052246093750 +-0.090332031250 +-0.133789062500 +0.111816406250 +0.099121093750 +0.108398437500 +0.026000976562 +-0.067871093750 +0.088378906250 +-0.027343750000 +-0.033935546875 +0.009460449219 +0.007934570312 +0.064453125000 +-0.114746093750 +0.007812500000 +-0.076660156250 +-0.054443359375 +0.095703125000 +0.087402343750 +-0.006103515625 +-0.086914062500 +0.036621093750 +-0.085449218750 +-0.102050781250 +-0.089355468750 +-0.049072265625 +0.172851562500 +0.047363281250 +0.055175781250 +0.056640625000 +-0.089843750000 +-0.162109375000 +0.008728027344 +0.080078125000 +-0.008422851562 +0.027099609375 +0.087402343750 +0.000984191895 +-0.071777343750 +-0.183593750000 +-0.079101562500 +-0.047851562500 +-0.072265625000 +-0.007873535156 +-0.253906250000 +-0.032470703125 +-0.306640625000 +0.196289062500 +-0.096191406250 +-0.172851562500 +0.015991210938 +0.178710937500 +-0.101074218750 +0.162109375000 +-0.122558593750 +-0.283203125000 +-0.108398437500 +-0.308593750000 +0.059082031250 +-0.027221679688 +-0.135742187500 +-0.102539062500 +0.148437500000 +-0.019287109375 +-0.123535156250 +-0.088867187500 +0.053222656250 +0.010009765625 +0.073730468750 +0.005523681641 +-0.211914062500 +0.002365112305 +-0.172851562500 +0.115722656250 +0.051513671875 +-0.002838134766 +0.029663085938 +-0.039550781250 +-0.086425781250 +-0.008483886719 +-0.241210937500 +0.018798828125 +-0.047607421875 +0.016601562500 +-0.163085937500 +-0.086425781250 +-0.027954101562 +0.177734375000 +-0.095703125000 +-0.055908203125 +-0.123535156250 +-0.162109375000 +0.027221679688 +-0.061523437500 +-0.006866455078 +0.011169433594 +0.063476562500 +0.033447265625 +0.195312500000 +0.159179687500 +-0.140625000000 +-0.149414062500 +-0.031127929688 +0.083007812500 +0.013000488281 +-0.189453125000 +-0.066894531250 +-0.014892578125 +-0.135742187500 +-0.079589843750 +0.019165039062 +-0.144531250000 +0.020141601562 +-0.113281250000 +-0.209960937500 +-0.059570312500 +-0.044433593750 +-0.040771484375 +0.108886718750 +-0.090820312500 +-0.208007812500 +-0.047363281250 +-0.345703125000 +0.026611328125 +-0.137695312500 +-0.018432617188 +-0.021484375000 +0.208984375000 +-0.196289062500 +0.085937500000 +0.075195312500 +-0.113769531250 +0.097167968750 +-0.296875000000 +-0.166015625000 +-0.225585937500 +-0.023315429688 +-0.038085937500 +0.077148437500 +-0.001983642578 +-0.351562500000 +0.075195312500 +-0.128906250000 +0.229492187500 +0.049072265625 +-0.171875000000 +0.002731323242 +0.153320312500 +0.012145996094 +-0.269531250000 +-0.034423828125 +-0.011291503906 +0.047607421875 +0.023071289062 +0.086914062500 +-0.015563964844 +0.077148437500 +-0.021118164062 +-0.028564453125 +0.186523437500 +-0.156250000000 +-0.072265625000 +-0.193359375000 +-0.106445312500 +0.034179687500 +0.138671875000 +0.026367187500 +0.150390625000 +0.053955078125 +-0.144531250000 +0.162109375000 +0.031982421875 +-0.148437500000 +0.080566406250 +0.025756835938 +-0.402343750000 +-0.159179687500 +0.275390625000 +-0.005310058594 +-0.052734375000 +0.049804687500 +-0.102539062500 +0.004577636719 +0.027221679688 +0.125976562500 +-0.161132812500 +-0.059082031250 +-0.067871093750 +-0.055419921875 +0.002288818359 +0.020507812500 +-0.054443359375 +-0.072265625000 +-0.214843750000 +0.054443359375 +-0.110839843750 +-0.277343750000 +-0.115234375000 +-0.086914062500 +0.016235351562 +-0.085449218750 +-0.045654296875 +-0.019042968750 +0.047363281250 +0.058349609375 +0.007019042969 +0.404296875000 +-0.115722656250 +0.396484375000 +0.020385742188 +0.470703125000 +-0.322265625000 +-0.017333984375 +-0.144531250000 +-0.238281250000 +0.081054687500 +-0.028198242188 +0.077148437500 +0.597656250000 +-0.117187500000 +-0.059082031250 +0.025024414062 +-0.081054687500 +-0.083007812500 +0.086914062500 +0.166015625000 +0.099121093750 +-0.108886718750 +-0.017456054688 +0.119628906250 +0.088378906250 +-0.035156250000 +0.132812500000 +-0.083007812500 +0.051269531250 +0.101074218750 +0.162109375000 +0.105468750000 +-0.108886718750 +0.292968750000 +-0.045410156250 +-0.180664062500 +-0.398437500000 +-0.066894531250 +0.084472656250 +-0.147460937500 +-0.125976562500 +0.125976562500 +0.130859375000 +-0.232421875000 +-0.081542968750 +0.050292968750 +0.107910156250 +0.034912109375 +-0.041015625000 +0.059570312500 +0.055908203125 +-0.031738281250 +-0.050781250000 +-0.003692626953 +-0.061767578125 +-0.117675781250 +-0.212890625000 +-0.039794921875 +0.156250000000 +-0.200195312500 +0.027099609375 +-0.034667968750 +-0.038085937500 +0.183593750000 +0.077148437500 +0.084472656250 +0.153320312500 +-0.088378906250 +0.185546875000 +0.079101562500 +-0.061035156250 +-0.102539062500 +0.043701171875 +-0.145507812500 +0.071289062500 +0.025634765625 +-0.273437500000 +0.028320312500 +0.029785156250 +0.009033203125 +-0.105957031250 +0.217773437500 +-0.127929687500 +-0.092285156250 +-0.055419921875 +-0.106933593750 +-0.068359375000 +0.054687500000 +-0.104492187500 +0.155273437500 +-0.055908203125 +0.134765625000 +0.017700195312 +-0.042724609375 +-0.143554687500 +0.117675781250 +0.103027343750 +0.045410156250 +0.096191406250 +-0.142578125000 +0.043212890625 +-0.013977050781 +0.213867187500 +-0.156250000000 +-0.014221191406 +0.038085937500 +0.103515625000 +-0.100097656250 +0.080566406250 +0.028198242188 +0.047851562500 +-0.100585937500 +0.018798828125 +-0.005798339844 +-0.139648437500 +0.065429687500 +0.117187500000 +0.039550781250 +0.041503906250 +0.028198242188 +0.100585937500 +0.059326171875 +0.192382812500 +0.210937500000 +0.107910156250 +-0.132812500000 +0.064941406250 +-0.165039062500 +-0.066894531250 +0.035156250000 +-0.139648437500 +-0.208007812500 +-0.106445312500 +-0.079101562500 +-0.078125000000 +0.085449218750 +-0.184570312500 +-0.088378906250 +0.091308593750 +0.304687500000 +0.102050781250 +-0.107421875000 +-0.240234375000 +-0.075683593750 +-0.051757812500 +0.029174804688 +-0.047363281250 +-0.047363281250 +0.145507812500 +0.212890625000 +-0.022094726562 +-0.033447265625 +0.131835937500 +-0.155273437500 +0.275390625000 +-0.053710937500 +0.066894531250 +-0.069335937500 +-0.064941406250 +-0.056396484375 +0.043701171875 +-0.190429687500 +-0.137695312500 +-0.072265625000 +-0.063476562500 +0.066406250000 +0.070312500000 +0.033691406250 +-0.034667968750 +0.041503906250 +0.096191406250 +-0.187500000000 +-0.332031250000 +-0.230468750000 +-0.072265625000 +-0.131835937500 +-0.096191406250 +-0.014648437500 +0.083984375000 +-0.200195312500 +-0.052246093750 +-0.050048828125 +-0.031250000000 +-0.151367187500 +-0.053222656250 +-0.107910156250 +-0.108886718750 +-0.007659912109 +-0.237304687500 +0.092773437500 +-0.218750000000 +-0.026123046875 +-0.109375000000 +0.201171875000 +-0.196289062500 +0.088867187500 +-0.253906250000 +0.025878906250 +-0.206054687500 +0.093750000000 +-0.034667968750 +-0.242187500000 +-0.029174804688 +-0.076171875000 +-0.226562500000 +0.116210937500 +0.059082031250 +0.051513671875 +-0.092773437500 +0.052978515625 +-0.024047851562 +0.118164062500 +-0.147460937500 +-0.128906250000 +0.047607421875 +-0.109863281250 +-0.105468750000 +0.013427734375 +-0.069335937500 +0.041259765625 +0.024780273438 +-0.040527343750 +0.045410156250 +-0.014526367188 +0.189453125000 +0.088867187500 +-0.246093750000 +-0.012390136719 +0.047851562500 +-0.118652343750 +0.010253906250 +-0.291015625000 +-0.026000976562 +-0.251953125000 +-0.122558593750 +-0.177734375000 +0.028564453125 +0.050292968750 +-0.162109375000 +-0.071289062500 +-0.179687500000 +-0.398437500000 +-0.031127929688 +0.006896972656 +0.059570312500 +0.102050781250 +-0.157226562500 +0.126953125000 +-0.012145996094 +-0.020263671875 +-0.009216308594 +-0.083496093750 +0.069824218750 +-0.240234375000 +0.003997802734 +0.102050781250 +-0.259765625000 +0.183593750000 +-0.055175781250 +-0.083496093750 +-0.121582031250 +0.035888671875 +0.203125000000 +-0.219726562500 +-0.074218750000 +-0.251953125000 +-0.068359375000 +0.145507812500 +-0.084960937500 +0.062988281250 +-0.087402343750 +0.105957031250 +0.023925781250 +0.064453125000 +0.102539062500 +-0.084960937500 +0.051025390625 +-0.007507324219 +0.071289062500 +0.005950927734 +-0.016845703125 +-0.234375000000 +-0.059814453125 +0.151367187500 +-0.131835937500 +-0.020263671875 +0.105468750000 +-0.066894531250 +-0.103515625000 +-0.053466796875 +0.037353515625 +-0.045166015625 +0.089843750000 +0.150390625000 +-0.088378906250 +0.167968750000 +0.047119140625 +-0.111328125000 +0.031494140625 +-0.050292968750 +0.078125000000 +-0.138671875000 +-0.179687500000 +0.042724609375 +0.247070312500 +-0.070312500000 +-0.107421875000 +-0.073242187500 +-0.061279296875 +-0.318359375000 +0.096679687500 +-0.144531250000 +-0.058593750000 +0.131835937500 +0.010192871094 +-0.096191406250 +-0.016235351562 +0.011291503906 +-0.087402343750 +0.035400390625 +-0.138671875000 +-0.217773437500 +0.044677734375 +-0.140625000000 +-0.148437500000 +0.014526367188 +0.229492187500 +0.002731323242 +-0.168945312500 +0.150390625000 +0.165039062500 +0.221679687500 +0.155273437500 +-0.138671875000 +-0.118652343750 +-0.007110595703 +0.219726562500 +-0.041015625000 +0.134765625000 +-0.022949218750 +-0.028198242188 +0.029663085938 +-0.054931640625 +0.008056640625 +0.067871093750 +-0.088378906250 +-0.008300781250 +0.099121093750 +0.087402343750 +-0.239257812500 +-0.017578125000 +0.191406250000 +0.060058593750 +0.033935546875 +-0.118164062500 +0.077636718750 +0.103515625000 +0.022583007812 +-0.118652343750 +-0.093750000000 +0.019653320312 +-0.033935546875 +0.196289062500 +0.007476806641 +-0.088378906250 +-0.080078125000 +0.152343750000 +-0.221679687500 +-0.010253906250 +0.036865234375 +-0.141601562500 +-0.242187500000 +-0.113281250000 +0.129882812500 +-0.014770507812 +0.050048828125 +-0.038085937500 +0.029785156250 +-0.206054687500 +-0.214843750000 +0.034179687500 +0.052734375000 +0.028686523438 +0.026245117188 +-0.022827148438 +-0.168945312500 +-0.322265625000 +0.070800781250 +0.052246093750 +-0.094726562500 +0.009582519531 +-0.113281250000 +-0.310546875000 +-0.271484375000 +-0.302734375000 +-0.330078125000 +-0.108886718750 +-0.089843750000 +0.065917968750 +-0.101074218750 +-0.091796875000 +0.039794921875 +-0.318359375000 +0.103027343750 +0.024780273438 +0.215820312500 +0.118164062500 +-0.075683593750 +-0.077636718750 +0.028808593750 +0.016845703125 +-0.082031250000 +0.109375000000 +-0.076660156250 +-0.017700195312 +-0.081542968750 +0.115234375000 +-0.040527343750 +0.055175781250 +-0.004760742188 +-0.016357421875 +-0.185546875000 +-0.134765625000 +0.166992187500 +-0.176757812500 +0.180664062500 +-0.133789062500 +-0.287109375000 +-0.041259765625 +-0.109375000000 +0.101074218750 +-0.077636718750 +0.098632812500 +0.117187500000 +-0.100585937500 +0.058349609375 +-0.095703125000 +0.124023437500 +0.084472656250 +0.084472656250 +0.027587890625 +-0.052001953125 +0.115722656250 +0.128906250000 +-0.175781250000 +0.085449218750 +-0.113281250000 +-0.135742187500 +-0.164062500000 +0.075683593750 +-0.024536132812 +-0.056884765625 +-0.105957031250 +0.001937866211 +0.163085937500 +-0.067871093750 +0.406250000000 +-0.166992187500 +0.026733398438 +0.324218750000 +-0.125976562500 +-0.011108398438 +0.230468750000 +-0.074707031250 +-0.068847656250 +-0.056152343750 +0.073730468750 +0.089355468750 +0.101562500000 +0.150390625000 +0.198242187500 +-0.263671875000 +0.096679687500 +0.112304687500 +-0.033203125000 +0.054443359375 +-0.037841796875 +-0.050048828125 +-0.070800781250 +0.123046875000 +0.224609375000 +0.046630859375 +0.005523681641 +0.161132812500 +-0.052246093750 +0.047851562500 +0.062988281250 +-0.127929687500 +-0.008789062500 +-0.095703125000 +-0.016723632812 +-0.098144531250 +-0.011169433594 +0.042236328125 +-0.239257812500 +-0.106933593750 +-0.025634765625 +-0.049560546875 +0.051513671875 +0.013366699219 +-0.171875000000 +0.032226562500 +0.134765625000 +0.003906250000 +-0.141601562500 +0.046875000000 +0.166015625000 +-0.152343750000 +-0.116699218750 +0.193359375000 +-0.036132812500 +-0.087402343750 +0.030151367188 +-0.028808593750 +-0.192382812500 +-0.066894531250 +-0.148437500000 +-0.012695312500 +0.025146484375 +0.003860473633 +-0.099609375000 +-0.209960937500 +-0.211914062500 +-0.251953125000 +0.039306640625 +-0.164062500000 +-0.183593750000 +-0.090332031250 +-0.142578125000 +-0.020996093750 +-0.111328125000 +-0.458984375000 +0.140625000000 +-0.188476562500 +0.041992187500 +-0.140625000000 +0.142578125000 +-0.126953125000 +0.279296875000 +-0.032958984375 +0.042236328125 +-0.119628906250 +-0.112304687500 +-0.320312500000 +-0.251953125000 +-0.060302734375 +-0.048828125000 +-0.075683593750 +-0.173828125000 +-0.141601562500 +-0.064453125000 +-0.353515625000 +0.052734375000 +-0.206054687500 +-0.175781250000 +-0.176757812500 +-0.174804687500 +0.104003906250 +-0.173828125000 +-0.021362304688 +0.122070312500 +-0.104492187500 +0.117675781250 +-0.181640625000 +0.230468750000 +-0.083984375000 +-0.164062500000 +-0.007019042969 +0.109863281250 +0.092773437500 +0.190429687500 +0.203125000000 +0.022583007812 +0.183593750000 +-0.159179687500 +-0.376953125000 +0.110839843750 +0.055175781250 +-0.021240234375 +-0.250000000000 +-0.090820312500 +0.094726562500 +-0.261718750000 +-0.287109375000 +-0.141601562500 +-0.110351562500 +0.136718750000 +0.177734375000 +0.109375000000 +-0.009582519531 +-0.141601562500 +-0.034423828125 +0.060791015625 +0.166992187500 +0.020141601562 +-0.106445312500 +0.081542968750 +-0.131835937500 +-0.550781250000 +0.193359375000 +0.080078125000 +-0.070312500000 +0.103515625000 +0.104980468750 +-0.130859375000 +-0.166015625000 +0.038818359375 +0.061523437500 +-0.095214843750 +0.028198242188 +-0.433593750000 +-0.085937500000 +-0.263671875000 +0.223632812500 +-0.120117187500 +0.083984375000 +-0.008789062500 +0.221679687500 +-0.050537109375 +-0.376953125000 +-0.103515625000 +-0.152343750000 +-0.237304687500 +-0.279296875000 +-0.021362304688 +-0.014099121094 +-0.148437500000 +-0.000345230103 +0.113769531250 +0.104492187500 +-0.114746093750 +-0.419921875000 +0.058105468750 +0.197265625000 +0.244140625000 +-0.267578125000 +-0.038085937500 +0.030883789062 +-0.015136718750 +0.080566406250 +-0.197265625000 +0.086914062500 +-0.037353515625 +-0.134765625000 +0.083984375000 +-0.039550781250 +-0.166992187500 +-0.192382812500 +0.158203125000 +-0.021118164062 +-0.279296875000 +0.066406250000 +0.072265625000 +0.050048828125 +-0.312500000000 +0.179687500000 +-0.029296875000 +0.248046875000 +-0.208007812500 +0.193359375000 +-0.152343750000 +0.083984375000 +0.072265625000 +0.004272460938 +-0.132812500000 +-0.025390625000 +-0.150390625000 +-0.045654296875 +0.072753906250 +-0.082519531250 +0.032226562500 +0.023193359375 +0.285156250000 +0.170898437500 +0.015625000000 +-0.039306640625 +0.025268554688 +-0.096191406250 +0.029418945312 +-0.157226562500 +0.065429687500 +-0.222656250000 +-0.247070312500 +0.081054687500 +-0.052490234375 +-0.263671875000 +0.094726562500 +-0.118164062500 +0.036376953125 +0.117187500000 +-0.047851562500 +-0.062255859375 +0.087402343750 +0.221679687500 +-0.076660156250 +-0.095703125000 +-0.168945312500 +-0.292968750000 +0.147460937500 +-0.312500000000 +0.064453125000 +0.005950927734 +-0.024536132812 +0.131835937500 +-0.104003906250 +0.229492187500 +-0.173828125000 +-0.168945312500 +-0.237304687500 +0.069335937500 +-0.073730468750 +0.062988281250 +0.026245117188 +-0.076660156250 +0.185546875000 +0.146484375000 +-0.112304687500 +-0.028686523438 +0.177734375000 +-0.341796875000 +0.104492187500 +-0.121093750000 +-0.265625000000 +-0.052734375000 +0.200195312500 +0.094238281250 +-0.103027343750 +0.014160156250 +-0.098632812500 +-0.244140625000 +-0.194335937500 +-0.182617187500 +0.093750000000 +-0.077636718750 +-0.016845703125 +-0.029052734375 +0.026489257812 +-0.103515625000 +-0.152343750000 +-0.014404296875 +0.115722656250 +-0.115722656250 +-0.139648437500 +0.110839843750 +-0.099121093750 +0.199218750000 +0.054199218750 +-0.053222656250 +-0.044433593750 +-0.159179687500 +0.061767578125 +0.054443359375 +0.057617187500 +-0.222656250000 +-0.078125000000 +0.132812500000 +-0.043212890625 +-0.055419921875 +0.178710937500 +0.009826660156 +-0.096679687500 +0.195312500000 +0.169921875000 +-0.333984375000 +-0.070800781250 +-0.019287109375 +0.204101562500 +-0.070312500000 +0.103027343750 +-0.013305664062 +-0.180664062500 +0.097167968750 +-0.145507812500 +0.126953125000 +-0.060058593750 +0.207031250000 +-0.071289062500 +-0.061035156250 +-0.382812500000 +0.014709472656 +-0.269531250000 +-0.136718750000 +-0.223632812500 +0.020874023438 +-0.076171875000 +-0.119628906250 +0.172851562500 +-0.308593750000 +-0.152343750000 +-0.172851562500 +0.077148437500 +-0.239257812500 +-0.186523437500 +-0.117675781250 +-0.075195312500 +-0.066894531250 +-0.017211914062 +0.211914062500 +-0.019897460938 +0.087890625000 +-0.115722656250 +0.250000000000 +0.045410156250 +0.071777343750 +0.180664062500 +-0.020263671875 +-0.099121093750 +-0.041015625000 +0.213867187500 +-0.100585937500 +-0.194335937500 +0.103027343750 +-0.147460937500 +-0.129882812500 +0.101562500000 +0.100585937500 +-0.018798828125 +-0.121582031250 +-0.115234375000 +-0.171875000000 +-0.024414062500 +0.150390625000 +-0.021362304688 +0.100097656250 +-0.015869140625 +0.078613281250 +0.049316406250 +-0.009521484375 +-0.165039062500 +0.040039062500 +0.059082031250 +-0.000413894653 +-0.092773437500 +-0.124023437500 +0.030151367188 +-0.078125000000 +-0.123535156250 +0.102539062500 +0.033447265625 +0.108886718750 +-0.171875000000 +0.183593750000 +-0.355468750000 +-0.248046875000 +0.082519531250 +-0.151367187500 +0.031494140625 +0.029785156250 +0.013793945312 +-0.078613281250 +-0.158203125000 +0.003341674805 +-0.046875000000 +0.165039062500 +0.204101562500 +-0.047607421875 +-0.079589843750 +0.033691406250 +0.129882812500 +-0.146484375000 +0.060058593750 +0.022949218750 +0.121093750000 +-0.162109375000 +-0.101562500000 +0.007995605469 +0.049560546875 +0.034912109375 +-0.069824218750 +-0.055664062500 +-0.074218750000 +-0.263671875000 +-0.044921875000 +0.089843750000 +-0.128906250000 +0.051269531250 +0.018920898438 +-0.242187500000 +0.265625000000 +0.115234375000 +0.023559570312 +0.077636718750 +-0.277343750000 +-0.099609375000 +0.015625000000 +0.042480468750 +-0.279296875000 +-0.198242187500 +0.032226562500 +-0.150390625000 +0.055664062500 +-0.042236328125 +-0.143554687500 +0.057617187500 +0.004760742188 +-0.036132812500 +-0.213867187500 +0.177734375000 +0.009826660156 +-0.304687500000 +-0.199218750000 +-0.114746093750 +0.021606445312 +-0.238281250000 +-0.135742187500 +0.025024414062 +-0.138671875000 +0.217773437500 +-0.195312500000 +-0.018920898438 +-0.178710937500 +0.105468750000 +0.049316406250 +0.099121093750 +0.093750000000 +-0.159179687500 +-0.026367187500 +0.147460937500 +0.162109375000 +-0.067382812500 +-0.125000000000 +0.050048828125 +0.058837890625 +0.037353515625 +-0.283203125000 +-0.082031250000 +0.079101562500 +0.033447265625 +-0.170898437500 +-0.121093750000 +0.113281250000 +-0.153320312500 +0.024902343750 +-0.120605468750 +-0.013488769531 +-0.004577636719 +0.087402343750 +-0.105468750000 +-0.183593750000 +0.182617187500 +0.281250000000 +-0.096679687500 +0.099609375000 +0.050048828125 +0.168945312500 +-0.065429687500 +-0.165039062500 +-0.023803710938 +0.145507812500 +-0.029541015625 +-0.134765625000 +-0.165039062500 +0.054443359375 +-0.183593750000 +-0.089843750000 +0.109863281250 +-0.083496093750 +-0.188476562500 +-0.033935546875 +0.106933593750 +-0.067382812500 +-0.081054687500 +0.128906250000 +-0.353515625000 +-0.033447265625 +0.220703125000 +0.197265625000 +-0.089843750000 +0.047119140625 +-0.024780273438 +-0.223632812500 +0.009521484375 +-0.287109375000 +-0.020507812500 +0.027343750000 +0.062988281250 +0.085937500000 +-0.055664062500 +-0.174804687500 +0.057861328125 +-0.049804687500 +-0.014953613281 +0.024658203125 +-0.156250000000 +-0.014526367188 +0.188476562500 +-0.120605468750 +-0.041259765625 +0.019531250000 +0.188476562500 +0.188476562500 +0.061767578125 +0.057373046875 +-0.289062500000 +-0.194335937500 +-0.231445312500 +0.143554687500 +0.104492187500 +-0.123046875000 +-0.088378906250 +-0.055908203125 +-0.183593750000 +-0.012878417969 +-0.100097656250 +0.396484375000 +0.079101562500 +0.003875732422 +-0.032714843750 +0.035156250000 +-0.015197753906 +0.201171875000 +-0.108886718750 +0.072753906250 +-0.082031250000 +-0.080078125000 +-0.038574218750 +-0.062988281250 +-0.053710937500 +-0.079589843750 +0.015869140625 +0.081542968750 +-0.013244628906 +-0.105957031250 +0.162109375000 +-0.008850097656 +-0.019287109375 +-0.109375000000 +0.003753662109 +-0.062500000000 +-0.040039062500 +0.069824218750 +-0.040527343750 +0.097167968750 +-0.090332031250 +-0.113769531250 +-0.251953125000 +-0.192382812500 +-0.056884765625 +0.071777343750 +0.168945312500 +-0.064941406250 +-0.119628906250 +0.018554687500 +-0.004486083984 +0.093261718750 +-0.054931640625 +-0.072753906250 +-0.056640625000 +-0.111328125000 +0.104003906250 +0.036132812500 +0.090332031250 +0.058105468750 +0.004486083984 +0.059814453125 +0.018920898438 +-0.007751464844 +-0.161132812500 +-0.064453125000 +0.050537109375 +-0.062500000000 +-0.002410888672 +-0.012390136719 +-0.129882812500 +-0.046142578125 +0.015747070312 +0.073242187500 +0.156250000000 +0.119628906250 +0.116210937500 +-0.156250000000 +-0.046142578125 +-0.235351562500 +0.089355468750 +-0.101074218750 +0.022094726562 +-0.069824218750 +-0.190429687500 +-0.002883911133 +-0.120605468750 +-0.156250000000 +0.112304687500 +0.242187500000 +0.159179687500 +-0.166015625000 +-0.232421875000 +0.001335144043 +-0.092285156250 +0.298828125000 +0.046386718750 +0.069335937500 +-0.077148437500 +0.237304687500 +-0.160156250000 +0.003067016602 +-0.089843750000 +0.087890625000 +0.018310546875 +0.034667968750 +-0.208007812500 +0.330078125000 +-0.179687500000 +-0.145507812500 +0.073730468750 +-0.067871093750 +-0.104492187500 +-0.193359375000 +0.096191406250 +-0.300781250000 +-0.144531250000 +-0.079101562500 +-0.148437500000 +0.118652343750 +-0.041992187500 +-0.154296875000 +-0.143554687500 +0.071289062500 +-0.118164062500 +-0.190429687500 +0.074218750000 +-0.084960937500 +0.024414062500 +-0.055664062500 +0.169921875000 +0.347656250000 +0.035156250000 +0.091308593750 +-0.070800781250 +-0.183593750000 +-0.183593750000 +-0.031127929688 +-0.251953125000 +0.109863281250 +0.018310546875 +-0.085937500000 +-0.047607421875 +-0.016479492188 +-0.159179687500 +0.075683593750 +0.002410888672 +-0.079589843750 +-0.117187500000 +0.070800781250 +-0.053710937500 +0.062500000000 +0.005340576172 +0.068359375000 +0.120117187500 +-0.176757812500 +-0.067871093750 +0.004211425781 +0.177734375000 +-0.080566406250 +-0.472656250000 +-0.281250000000 +-0.075195312500 +-0.092285156250 +-0.060058593750 +0.104492187500 +0.088867187500 +-0.211914062500 +0.024780273438 +-0.127929687500 +-0.053466796875 +-0.176757812500 +-0.044921875000 +0.058837890625 +-0.202148437500 +-0.035644531250 +-0.080566406250 +-0.239257812500 +0.041748046875 +0.079101562500 +-0.310546875000 +-0.032470703125 +0.001907348633 +-0.081054687500 +-0.045654296875 +-0.101562500000 +0.164062500000 +-0.004638671875 +-0.057617187500 +-0.024902343750 +0.051025390625 +-0.155273437500 +0.004577636719 +0.109863281250 +-0.025756835938 +0.021606445312 +-0.190429687500 +0.113281250000 +-0.105957031250 +0.003356933594 +-0.224609375000 +-0.007232666016 +-0.183593750000 +0.020019531250 +-0.114746093750 +0.068847656250 +-0.289062500000 +-0.079101562500 +0.037841796875 +0.002899169922 +0.018554687500 +-0.201171875000 +-0.039550781250 +-0.059814453125 +-0.017578125000 +0.064453125000 +0.092285156250 +-0.051513671875 +-0.107421875000 +-0.113769531250 +0.051513671875 +-0.029174804688 +0.226562500000 +-0.008666992188 +0.029785156250 +0.222656250000 +-0.115234375000 +0.001159667969 +0.088867187500 +0.009704589844 +-0.141601562500 +0.009643554688 +0.023803710938 +0.083984375000 +-0.108886718750 +-0.085449218750 +-0.302734375000 +0.038085937500 +-0.029418945312 +-0.066406250000 +-0.055419921875 +-0.035400390625 +-0.030395507812 +0.007293701172 +0.130859375000 +0.116210937500 +0.137695312500 +-0.067871093750 +0.069335937500 +-0.355468750000 +-0.235351562500 +-0.041259765625 +-0.068847656250 +-0.083007812500 +0.050292968750 +0.124023437500 +0.019287109375 +-0.080566406250 +-0.164062500000 +-0.012756347656 +0.045898437500 +0.277343750000 +-0.166992187500 +-0.161132812500 +-0.021484375000 +-0.028808593750 +0.062988281250 +0.164062500000 +0.062988281250 +-0.067871093750 +0.025878906250 +0.053466796875 +-0.105957031250 +-0.154296875000 +-0.059326171875 +0.123046875000 +0.147460937500 +-0.001396179199 +-0.310546875000 +-0.164062500000 +-0.175781250000 +-0.083496093750 +-0.044189453125 +-0.289062500000 +-0.261718750000 +-0.093261718750 +-0.010498046875 +-0.004302978516 +-0.143554687500 +0.104003906250 +-0.052734375000 +0.102050781250 +0.128906250000 +0.037353515625 +-0.277343750000 +0.057373046875 +-0.021118164062 +-0.025146484375 +0.044677734375 +0.004791259766 +0.239257812500 +0.132812500000 +0.128906250000 +0.033447265625 +-0.128906250000 +0.058593750000 +-0.088378906250 +-0.186523437500 +-0.069335937500 +-0.140625000000 +-0.148437500000 +-0.095214843750 +0.118164062500 +-0.120605468750 +0.040527343750 +-0.128906250000 +-0.123046875000 +-0.115234375000 +0.261718750000 +0.037109375000 +0.197265625000 +-0.111328125000 +-0.176757812500 +0.115722656250 +-0.049560546875 +0.077636718750 +-0.063476562500 +0.070312500000 +-0.184570312500 +0.261718750000 +0.059082031250 +0.080566406250 +-0.047119140625 +-0.127929687500 +-0.141601562500 +-0.005462646484 +0.008239746094 +0.032470703125 +0.056884765625 +-0.261718750000 +-0.075195312500 +0.006347656250 +-0.037353515625 +-0.152343750000 +-0.080566406250 +0.005340576172 +-0.045410156250 +0.057861328125 +-0.135742187500 +-0.089843750000 +-0.072265625000 +-0.041748046875 +0.085449218750 +-0.171875000000 +-0.084960937500 +-0.135742187500 +0.047119140625 +0.157226562500 +-0.156250000000 +-0.185546875000 +-0.114257812500 +-0.084472656250 +-0.147460937500 +-0.261718750000 +0.020629882812 +0.080078125000 +0.066406250000 +-0.203125000000 +0.078613281250 +0.042480468750 +-0.263671875000 +-0.160156250000 +-0.176757812500 +-0.209960937500 +0.155273437500 +-0.121093750000 +0.007446289062 +0.163085937500 +0.050048828125 +0.193359375000 +-0.216796875000 +-0.079101562500 +-0.154296875000 +0.164062500000 +-0.077148437500 +0.057373046875 +-0.050292968750 +-0.054199218750 +-0.232421875000 +-0.045166015625 +-0.037353515625 +0.056396484375 +-0.109863281250 +-0.056396484375 +-0.104003906250 +0.224609375000 +0.112792968750 +-0.118652343750 +0.055908203125 +0.020263671875 +0.014587402344 +-0.109863281250 +0.035888671875 +0.208007812500 +-0.009887695312 +-0.102050781250 +-0.077636718750 +-0.006286621094 +-0.098144531250 +0.025756835938 +-0.111816406250 +-0.063964843750 +0.040527343750 +-0.116699218750 +-0.049560546875 +-0.073730468750 +0.054687500000 +0.163085937500 +-0.031982421875 +-0.221679687500 +-0.026489257812 +-0.082519531250 +0.009338378906 +0.073730468750 +-0.072265625000 +0.073242187500 +-0.204101562500 +0.058837890625 +0.194335937500 +-0.072265625000 +0.208007812500 +-0.040283203125 +0.007141113281 +-0.083007812500 +0.064453125000 +0.051025390625 +-0.055175781250 +0.070312500000 +-0.215820312500 +-0.142578125000 +0.022949218750 +0.009277343750 +0.057617187500 +-0.063476562500 +-0.158203125000 +0.107421875000 +0.010192871094 +-0.150390625000 +-0.082519531250 +0.006835937500 +0.000167846680 +-0.050537109375 +0.103515625000 +-0.071289062500 +-0.163085937500 +0.078613281250 +-0.095703125000 +0.072265625000 +-0.017333984375 +-0.011230468750 +0.050048828125 +-0.027832031250 +0.127929687500 +0.051269531250 +0.006958007812 +0.107421875000 +0.098144531250 +0.249023437500 +0.236328125000 +-0.101562500000 +0.016845703125 +-0.166015625000 +-0.081054687500 +-0.031982421875 +-0.013488769531 +-0.037597656250 +-0.121582031250 +-0.139648437500 +0.071289062500 +-0.055664062500 +-0.019653320312 +-0.043457031250 +0.223632812500 +-0.002288818359 +-0.054199218750 +-0.075683593750 +-0.133789062500 +-0.039062500000 +0.054687500000 +-0.171875000000 +-0.079589843750 +-0.036132812500 +-0.004211425781 +-0.181640625000 +0.000930786133 +-0.051025390625 +0.132812500000 +-0.108398437500 +-0.131835937500 +-0.134765625000 +0.016235351562 +0.168945312500 +0.165039062500 +-0.010070800781 +-0.025146484375 +-0.145507812500 +0.034423828125 +0.165039062500 +0.053222656250 +-0.102050781250 +0.001708984375 +-0.196289062500 +0.369140625000 +-0.003219604492 +-0.011718750000 +-0.174804687500 +0.208984375000 +0.025634765625 +0.013671875000 +0.129882812500 +-0.183593750000 +-0.073242187500 +-0.031250000000 +0.041992187500 +0.224609375000 +-0.125000000000 +-0.197265625000 +-0.096679687500 +-0.096191406250 +-0.279296875000 +-0.165039062500 +-0.139648437500 +-0.189453125000 +-0.013549804688 +0.153320312500 +0.023437500000 +-0.066894531250 +0.016723632812 +-0.081054687500 +-0.251953125000 +-0.059570312500 +-0.001106262207 +-0.016479492188 +0.148437500000 +-0.106445312500 +0.083007812500 +0.083496093750 +0.089355468750 +-0.005981445312 +-0.082519531250 +-0.068847656250 +-0.004943847656 +0.145507812500 +-0.031250000000 +-0.007659912109 +0.160156250000 +-0.067871093750 +-0.062500000000 +0.053222656250 +0.005096435547 +-0.141601562500 +-0.053710937500 +0.047363281250 +0.067871093750 +-0.062255859375 +-0.062500000000 +-0.227539062500 +0.318359375000 +0.025756835938 +0.043212890625 +0.011474609375 +-0.199218750000 +-0.086425781250 +-0.164062500000 +-0.014831542969 +0.000572204590 +0.068359375000 +0.047851562500 +0.004608154297 +-0.178710937500 +-0.007415771484 +0.056884765625 +-0.191406250000 +-0.147460937500 +0.196289062500 +0.225585937500 +0.039306640625 +-0.015563964844 +0.069335937500 +0.132812500000 +-0.296875000000 +0.000429153442 +-0.117675781250 +0.004455566406 +0.202148437500 +-0.151367187500 +-0.209960937500 +-0.229492187500 +0.048095703125 +0.031494140625 +0.008666992188 +-0.086914062500 +-0.098144531250 +0.133789062500 +-0.037353515625 +0.300781250000 +-0.141601562500 +0.117675781250 +0.345703125000 +0.024047851562 +0.069335937500 +-0.187500000000 +0.107910156250 +0.028808593750 +-0.007568359375 +0.088867187500 +0.062255859375 +-0.006134033203 +0.032714843750 +-0.045166015625 +-0.050048828125 +-0.021850585938 +-0.120117187500 +-0.133789062500 +0.096679687500 +-0.269531250000 +-0.221679687500 +-0.077636718750 +0.175781250000 +0.048095703125 +-0.089355468750 +0.025390625000 +-0.261718750000 +-0.018310546875 +0.007995605469 +-0.102539062500 +-0.033935546875 +0.131835937500 +-0.041259765625 +0.017822265625 +0.032470703125 +0.208007812500 +0.308593750000 +0.054931640625 +0.101074218750 +-0.144531250000 +-0.009521484375 +0.077636718750 +-0.128906250000 +-0.136718750000 +0.113281250000 +0.044921875000 +-0.108398437500 +-0.094238281250 +-0.114746093750 +-0.026000976562 +-0.012512207031 +0.169921875000 +-0.056640625000 +-0.142578125000 +-0.218750000000 +-0.049072265625 +-0.106933593750 +-0.047607421875 +-0.052734375000 +0.018432617188 +-0.008605957031 +-0.052246093750 +-0.097167968750 +0.044677734375 +0.164062500000 +-0.098632812500 +0.071289062500 +-0.213867187500 +-0.052001953125 +-0.208984375000 +0.077636718750 +0.066894531250 +0.143554687500 +-0.251953125000 +-0.111816406250 +-0.005371093750 +-0.310546875000 +-0.239257812500 +-0.215820312500 +0.093261718750 +-0.134765625000 +-0.201171875000 +-0.225585937500 +0.016601562500 +0.120117187500 +-0.085937500000 +-0.147460937500 +-0.308593750000 +-0.001358032227 +-0.091796875000 +-0.062011718750 +-0.042724609375 +0.063964843750 +0.027954101562 +-0.004852294922 +0.066894531250 +0.002502441406 +-0.148437500000 +-0.079589843750 +0.081054687500 +0.012451171875 +0.052734375000 +-0.071289062500 +0.020874023438 +-0.012084960938 +-0.102539062500 +0.030395507812 +0.094238281250 +-0.006317138672 +0.015197753906 +0.064941406250 +-0.209960937500 +-0.127929687500 +-0.088378906250 +0.083496093750 +-0.133789062500 +-0.053710937500 +-0.066894531250 +0.052978515625 +-0.037109375000 +0.127929687500 +-0.198242187500 +-0.161132812500 +-0.096191406250 +-0.155273437500 +-0.096191406250 +0.038818359375 +-0.291015625000 +-0.030883789062 +-0.253906250000 +-0.226562500000 +-0.040527343750 +-0.004577636719 +-0.085449218750 +0.012207031250 +-0.108398437500 +0.015747070312 +0.027465820312 +0.090332031250 +0.150390625000 +0.281250000000 +-0.108398437500 +-0.333984375000 +-0.070312500000 +-0.027099609375 +-0.084960937500 +-0.069824218750 +-0.159179687500 +0.003860473633 +-0.147460937500 +0.103027343750 +0.197265625000 +-0.008911132812 +-0.082031250000 +-0.113281250000 +-0.110839843750 +0.032714843750 +-0.010009765625 +0.158203125000 +0.097167968750 +-0.216796875000 +0.008056640625 +-0.154296875000 +0.060058593750 +0.005462646484 +0.043945312500 +-0.078125000000 +0.061279296875 +-0.078613281250 +0.081054687500 +0.145507812500 +-0.231445312500 +0.153320312500 +0.063964843750 +-0.095214843750 +0.034423828125 +0.058349609375 +-0.081054687500 +0.049072265625 +-0.277343750000 +0.135742187500 +0.122558593750 +0.132812500000 +-0.129882812500 +0.025634765625 +-0.051025390625 +-0.320312500000 +0.052001953125 +-0.234375000000 +0.139648437500 +-0.076660156250 +-0.082519531250 +0.027099609375 +-0.049072265625 +-0.314453125000 +-0.028564453125 +-0.076660156250 +-0.070800781250 +0.332031250000 +-0.031494140625 +-0.125976562500 +-0.144531250000 +0.035156250000 +0.026367187500 +0.009399414062 +-0.054931640625 +0.169921875000 +0.064453125000 +0.002502441406 +0.112304687500 +-0.187500000000 +-0.048828125000 +-0.406250000000 +0.023559570312 +0.025268554688 +0.161132812500 +0.199218750000 +0.101074218750 +-0.226562500000 +-0.174804687500 +0.029663085938 +-0.089355468750 +-0.207031250000 +-0.012756347656 +0.009704589844 +0.157226562500 +0.051757812500 +0.130859375000 +-0.231445312500 +-0.347656250000 +0.151367187500 +0.196289062500 +0.147460937500 +-0.086914062500 +0.085449218750 +-0.255859375000 +-0.155273437500 +0.052490234375 +-0.017822265625 +0.014770507812 +0.157226562500 +-0.052734375000 +0.158203125000 +-0.072753906250 +-0.073730468750 +0.080078125000 +0.036132812500 +0.151367187500 +0.085449218750 +-0.178710937500 +-0.067382812500 +-0.235351562500 +-0.239257812500 +-0.188476562500 +0.149414062500 +0.012451171875 +-0.193359375000 +-0.009033203125 +-0.041992187500 +-0.016723632812 +0.018066406250 +0.131835937500 +0.172851562500 +0.057861328125 +0.026977539062 +0.012512207031 +-0.037841796875 +0.131835937500 +0.144531250000 +0.112792968750 +-0.087402343750 +-0.001373291016 +-0.148437500000 +-0.078613281250 +-0.158203125000 +-0.095703125000 +-0.051025390625 +0.048583984375 +0.236328125000 +0.223632812500 +0.155273437500 +-0.108886718750 +-0.114257812500 +-0.033691406250 +-0.035400390625 +-0.017211914062 +-0.015380859375 +0.117187500000 +0.114746093750 +-0.110839843750 +0.028564453125 +0.127929687500 +0.062255859375 +-0.001319885254 +0.190429687500 +0.033935546875 +-0.166992187500 +0.198242187500 +-0.101562500000 +-0.324218750000 +-0.153320312500 +0.019409179688 +-0.153320312500 +-0.167968750000 +0.079101562500 +-0.051025390625 +0.147460937500 +0.065917968750 +-0.279296875000 +-0.019531250000 +0.042968750000 +-0.086425781250 +0.051025390625 +0.030639648438 +0.181640625000 +-0.013793945312 +-0.087402343750 +-0.250000000000 +-0.033447265625 +0.218750000000 +-0.005432128906 +-0.239257812500 +-0.028076171875 +0.000972747803 +-0.118652343750 +-0.150390625000 +0.112792968750 +-0.016113281250 +-0.064941406250 +-0.120605468750 +0.165039062500 +0.216796875000 +0.185546875000 +0.022827148438 +-0.042724609375 +-0.029785156250 +0.003555297852 +-0.037597656250 +0.103027343750 +-0.096679687500 +-0.010070800781 +-0.082031250000 +0.026123046875 +0.208007812500 +0.042236328125 +-0.189453125000 +-0.059082031250 +-0.036865234375 +-0.100097656250 +0.122558593750 +0.124511718750 +0.087402343750 +-0.046875000000 +-0.142578125000 +0.041503906250 +0.126953125000 +0.037597656250 +0.012939453125 +-0.083984375000 +-0.034912109375 +0.108398437500 +0.102050781250 +-0.053955078125 +-0.061767578125 +0.153320312500 +-0.017211914062 +-0.355468750000 +0.289062500000 +-0.213867187500 +0.058105468750 +-0.024414062500 +0.013000488281 +-0.084472656250 +0.062500000000 +0.049072265625 +0.033447265625 +0.143554687500 +-0.215820312500 +-0.193359375000 +0.033935546875 +-0.147460937500 +-0.045654296875 +-0.316406250000 +-0.132812500000 +0.019775390625 +0.088378906250 +-0.144531250000 +0.068359375000 +0.068359375000 +-0.141601562500 +0.035400390625 +0.161132812500 +-0.063964843750 +-0.198242187500 +0.020507812500 +0.017822265625 +0.052978515625 +0.028808593750 +0.019897460938 +0.146484375000 +0.031250000000 +0.009521484375 +-0.013244628906 +-0.044921875000 +-0.151367187500 +-0.014526367188 +0.142578125000 +0.087402343750 +-0.388671875000 +0.148437500000 +-0.160156250000 +-0.132812500000 +-0.169921875000 +0.130859375000 +-0.046386718750 +0.045654296875 +0.040527343750 +0.006927490234 +0.090332031250 +-0.130859375000 +-0.036865234375 +0.127929687500 +0.019287109375 +-0.071777343750 +-0.014160156250 +0.117187500000 +-0.066894531250 +0.068359375000 +0.015747070312 +0.298828125000 +0.109375000000 +0.089355468750 +-0.120117187500 +0.171875000000 +0.028076171875 +-0.104003906250 +0.041992187500 +-0.241210937500 +-0.353515625000 +-0.018188476562 +0.143554687500 +-0.073242187500 +0.036376953125 +-0.156250000000 +-0.016235351562 +-0.008178710938 +0.031250000000 +-0.086914062500 +-0.101562500000 +-0.033691406250 +0.217773437500 +-0.055664062500 +-0.045898437500 +0.119628906250 +0.050292968750 +-0.115234375000 +-0.083984375000 +-0.164062500000 +-0.105468750000 +-0.022827148438 +0.154296875000 +-0.075683593750 +-0.343750000000 +0.237304687500 +0.019531250000 +0.161132812500 +-0.063964843750 +-0.053222656250 +0.096679687500 +-0.096191406250 +-0.036132812500 +0.058349609375 +0.079589843750 +-0.059814453125 +0.075195312500 +-0.166015625000 +-0.125976562500 +0.133789062500 +-0.000204086304 +0.208007812500 +0.226562500000 +0.073730468750 +-0.112792968750 +0.141601562500 +0.005401611328 +0.058349609375 +-0.099609375000 +0.146484375000 +0.034423828125 +-0.153320312500 +0.007080078125 +0.053710937500 +-0.279296875000 +0.166015625000 +0.105957031250 +0.035400390625 +-0.059326171875 +0.121582031250 +0.025756835938 +-0.175781250000 +-0.012817382812 +-0.030883789062 +0.118652343750 +0.076660156250 +0.263671875000 +0.058105468750 +-0.257812500000 +-0.096679687500 +-0.265625000000 +-0.114257812500 +-0.175781250000 +0.220703125000 +0.095214843750 +0.033203125000 +-0.108886718750 +-0.241210937500 +0.124511718750 +-0.079101562500 +0.131835937500 +0.052001953125 +-0.024414062500 +-0.006652832031 +-0.123535156250 +-0.003707885742 +0.067871093750 +-0.156250000000 +-0.167968750000 +0.034667968750 +0.048828125000 +-0.014587402344 +0.107421875000 +0.091796875000 +-0.027465820312 +0.009704589844 +0.179687500000 +-0.000671386719 +0.111328125000 +-0.242187500000 +-0.040771484375 +-0.064453125000 +-0.112792968750 +-0.157226562500 +0.059082031250 +0.206054687500 +-0.024047851562 +0.084472656250 +0.045410156250 +0.218750000000 +0.386718750000 +-0.165039062500 +-0.035888671875 +-0.101074218750 +-0.170898437500 +-0.023071289062 +0.032958984375 +-0.332031250000 +0.193359375000 +0.125000000000 +0.210937500000 +-0.048828125000 +-0.198242187500 +0.011718750000 +-0.083496093750 +-0.078613281250 +0.022338867188 +0.140625000000 +-0.131835937500 +-0.125000000000 +-0.188476562500 +0.277343750000 +-0.060791015625 +0.048583984375 +-0.070312500000 +-0.279296875000 +0.137695312500 +-0.106933593750 +-0.013427734375 +-0.151367187500 +0.086914062500 +0.141601562500 +-0.162109375000 +-0.199218750000 +0.107421875000 +-0.125000000000 +0.026489257812 +-0.065429687500 +0.006622314453 +0.118652343750 +0.054443359375 +0.045898437500 +0.052490234375 +-0.061035156250 +-0.031982421875 +0.168945312500 +-0.223632812500 +-0.287109375000 +-0.072753906250 +-0.047851562500 +0.030517578125 +-0.034912109375 +-0.037841796875 +0.241210937500 +-0.015319824219 +-0.064453125000 +-0.046630859375 +-0.113769531250 +0.030029296875 +-0.076171875000 +-0.081542968750 +0.048583984375 +-0.206054687500 +0.015136718750 +0.312500000000 +-0.016967773438 +-0.024169921875 +0.006500244141 +0.042480468750 +0.057617187500 +-0.198242187500 +-0.176757812500 +0.197265625000 +0.037597656250 +0.012329101562 +0.095214843750 +-0.003509521484 +0.172851562500 +0.145507812500 +-0.080078125000 +0.251953125000 +-0.024780273438 +-0.059814453125 +-0.087402343750 +0.002487182617 +-0.114746093750 +0.029052734375 +0.068359375000 +-0.081542968750 +0.083984375000 +-0.091796875000 +-0.095703125000 +-0.039062500000 +-0.054687500000 +-0.062011718750 +0.114746093750 +-0.078613281250 +-0.082031250000 +0.001495361328 +-0.154296875000 +0.000410079956 +-0.079589843750 +-0.141601562500 +-0.027832031250 +0.062255859375 +0.106445312500 +-0.166992187500 +-0.048828125000 +0.132812500000 +-0.046875000000 +-0.112792968750 +0.013122558594 +-0.068847656250 +-0.065429687500 +0.154296875000 +-0.177734375000 +0.140625000000 +0.027099609375 +-0.015502929688 +-0.124023437500 +0.211914062500 +-0.041259765625 +0.289062500000 +0.004791259766 +0.071289062500 +-0.318359375000 +0.043457031250 +0.064941406250 +0.112304687500 +-0.077148437500 +0.008911132812 +0.005371093750 +-0.248046875000 +-0.029418945312 +-0.341796875000 +-0.054443359375 +0.060791015625 +-0.146484375000 +0.037597656250 +-0.162109375000 +-0.052001953125 +-0.198242187500 +0.031982421875 +-0.022705078125 +0.116210937500 +0.140625000000 +-0.127929687500 +0.021484375000 +-0.027587890625 +-0.004516601562 +-0.141601562500 +-0.117675781250 +-0.102050781250 +0.021362304688 +0.021362304688 +0.133789062500 +0.072265625000 +-0.227539062500 +-0.022949218750 +0.054443359375 +-0.047607421875 +-0.084960937500 +0.040283203125 +0.089843750000 +0.049316406250 +0.103515625000 +-0.069824218750 +0.138671875000 +0.227539062500 +0.205078125000 +-0.067871093750 +-0.337890625000 +-0.096679687500 +0.164062500000 +-0.142578125000 +0.056640625000 +-0.043701171875 +-0.045410156250 +0.030395507812 +0.149414062500 +-0.106933593750 +-0.208984375000 +-0.289062500000 +-0.099609375000 +-0.156250000000 +-0.039794921875 +-0.135742187500 +0.062988281250 +0.110351562500 +-0.263671875000 +-0.154296875000 +-0.088867187500 +-0.090332031250 +0.246093750000 +0.140625000000 +-0.168945312500 +0.098632812500 +0.124023437500 +0.105957031250 +-0.107910156250 +0.089843750000 +-0.086914062500 +-0.129882812500 +0.087402343750 +-0.033203125000 +0.023071289062 +-0.228515625000 +-0.135742187500 +0.099121093750 +-0.190429687500 +0.025756835938 +-0.168945312500 +-0.183593750000 +0.079101562500 +-0.041992187500 +-0.181640625000 +-0.048095703125 +-0.416015625000 +0.101074218750 +0.175781250000 +0.119628906250 +0.084472656250 +0.014282226562 +-0.188476562500 +0.082519531250 +0.001251220703 +-0.134765625000 +0.029052734375 +0.014770507812 +-0.216796875000 +0.221679687500 +-0.152343750000 +0.097656250000 +-0.061523437500 +-0.314453125000 +-0.066406250000 +0.104003906250 +-0.101562500000 +0.100585937500 +-0.271484375000 +-0.140625000000 +0.155273437500 +-0.116699218750 +0.102050781250 +-0.169921875000 +-0.289062500000 +-0.009765625000 +0.168945312500 +-0.152343750000 +0.063476562500 +0.069824218750 +0.015197753906 +0.210937500000 +0.064453125000 +0.063476562500 +-0.002487182617 +-0.113769531250 +-0.304687500000 +-0.365234375000 +-0.044189453125 +0.014831542969 +0.068847656250 +-0.044433593750 +-0.207031250000 +0.162109375000 +-0.094238281250 +-0.176757812500 +-0.122558593750 +-0.096679687500 +-0.133789062500 +-0.227539062500 +0.013732910156 +0.091796875000 +0.211914062500 +0.067871093750 +-0.137695312500 +0.103027343750 +0.028442382812 +0.195312500000 +0.086425781250 +-0.071777343750 +0.156250000000 +-0.218750000000 +0.081054687500 +0.045166015625 +-0.076660156250 +0.038818359375 +-0.291015625000 +0.012695312500 +-0.153320312500 +-0.092773437500 +-0.108398437500 +0.269531250000 +-0.037109375000 +0.052978515625 +0.003509521484 +-0.045898437500 +-0.244140625000 +0.116699218750 +-0.192382812500 +0.160156250000 +-0.007354736328 +0.174804687500 +-0.154296875000 +-0.443359375000 +-0.228515625000 +-0.015075683594 +0.058349609375 +-0.051757812500 +-0.068359375000 +0.000324249268 +-0.174804687500 +0.013549804688 +-0.015441894531 +0.019653320312 +-0.113281250000 +0.142578125000 +-0.181640625000 +-0.080566406250 +0.015625000000 +0.009338378906 +-0.289062500000 +-0.099609375000 +-0.000128746033 +0.085449218750 +-0.110839843750 +-0.211914062500 +-0.000385284424 +0.243164062500 +-0.037353515625 +0.120605468750 +0.104980468750 +0.028442382812 +0.197265625000 +0.044189453125 +-0.108398437500 +0.049560546875 +-0.048095703125 +-0.031738281250 +-0.219726562500 +-0.025634765625 +-0.060058593750 +0.004364013672 +-0.492187500000 +-0.181640625000 +-0.247070312500 +-0.011535644531 +-0.146484375000 +-0.237304687500 +-0.020629882812 +-0.009033203125 +0.025390625000 +0.006652832031 +-0.112304687500 +-0.104980468750 +0.089355468750 +0.087402343750 +-0.035888671875 +0.029174804688 +0.076171875000 +-0.125976562500 +-0.390625000000 +0.102539062500 +0.125976562500 +-0.048583984375 +-0.085449218750 +0.092285156250 +0.066894531250 +0.023071289062 +0.032226562500 +0.065429687500 +0.006103515625 +-0.113769531250 +-0.083496093750 +-0.054443359375 +0.006347656250 +-0.199218750000 +-0.047119140625 +-0.029418945312 +-0.185546875000 +-0.157226562500 +-0.002288818359 +-0.048583984375 +-0.041748046875 +-0.119140625000 +0.181640625000 +0.045410156250 +-0.149414062500 +-0.039062500000 +-0.014221191406 +-0.147460937500 +0.101562500000 +0.137695312500 +0.089355468750 +-0.179687500000 +-0.089843750000 +-0.116699218750 +0.157226562500 +0.137695312500 +-0.023803710938 +-0.001548767090 +0.133789062500 +0.149414062500 +0.004852294922 +0.078613281250 +-0.014770507812 +0.048583984375 +0.075195312500 +0.034912109375 +-0.005706787109 +0.337890625000 +0.054443359375 +-0.133789062500 +0.040039062500 +-0.127929687500 +-0.156250000000 +0.069335937500 +0.080566406250 +0.060058593750 +-0.035888671875 +0.048095703125 +0.062988281250 +-0.096191406250 +-0.275390625000 +-0.039550781250 +0.124023437500 +0.128906250000 +0.075683593750 +-0.042480468750 +0.033935546875 +0.271484375000 +-0.236328125000 +0.026489257812 +0.073730468750 +-0.084472656250 +0.041748046875 +0.061767578125 +-0.265625000000 +0.035888671875 +0.034179687500 +0.101562500000 +-0.009765625000 +-0.061767578125 +0.010620117188 +-0.177734375000 +0.021484375000 +0.194335937500 +-0.147460937500 +-0.116210937500 +0.009155273438 +-0.259765625000 +-0.150390625000 +-0.057128906250 +0.059814453125 +-0.017578125000 +-0.029418945312 +-0.166992187500 +-0.503906250000 +-0.140625000000 +-0.072753906250 +0.149414062500 +-0.146484375000 +-0.106445312500 +-0.126953125000 +-0.085449218750 +0.090820312500 +-0.015747070312 +0.035644531250 +0.090820312500 +-0.045166015625 +-0.064453125000 +-0.085937500000 +0.060058593750 +-0.136718750000 +0.064453125000 +-0.018310546875 +0.010314941406 +-0.009948730469 +0.261718750000 +0.193359375000 +0.079589843750 +0.101074218750 +-0.045410156250 +-0.265625000000 +0.030029296875 +0.022705078125 +-0.020629882812 +0.133789062500 +0.369140625000 +0.117675781250 +-0.298828125000 +0.200195312500 +0.113769531250 +-0.265625000000 +0.036865234375 +0.041748046875 +0.014587402344 +-0.441406250000 +-0.069824218750 +0.023925781250 +0.036132812500 +-0.006591796875 +-0.161132812500 +0.032714843750 +-0.075683593750 +-0.170898437500 +-0.221679687500 +-0.148437500000 +-0.022705078125 +-0.289062500000 +-0.087402343750 +-0.221679687500 +-0.170898437500 +0.002487182617 +0.197265625000 +-0.017700195312 +-0.064941406250 +-0.291015625000 +-0.107910156250 +0.023315429688 +-0.034423828125 +0.073242187500 +-0.163085937500 +-0.035400390625 +-0.131835937500 +-0.044921875000 +-0.003723144531 +-0.150390625000 +0.126953125000 +-0.057373046875 +0.006652832031 +-0.146484375000 +-0.132812500000 +-0.020507812500 +0.059082031250 +0.120605468750 +-0.202148437500 +0.023559570312 +-0.145507812500 +-0.094238281250 +0.132812500000 +-0.099609375000 +0.048095703125 +0.086914062500 +-0.008300781250 +-0.225585937500 +0.159179687500 +-0.106445312500 +-0.029663085938 +0.041259765625 +-0.054443359375 +-0.010803222656 +0.031494140625 +-0.095703125000 +0.006591796875 +-0.128906250000 +0.129882812500 +-0.049560546875 +-0.176757812500 +-0.384765625000 +0.014282226562 +-0.051269531250 +-0.034912109375 +0.105957031250 +-0.239257812500 +-0.059570312500 +0.092773437500 +-0.104003906250 +-0.306640625000 +-0.193359375000 +-0.020263671875 +0.159179687500 +0.194335937500 +0.156250000000 +0.046386718750 +-0.134765625000 +0.009460449219 +-0.154296875000 +0.031738281250 +-0.133789062500 +-0.145507812500 +-0.165039062500 +0.229492187500 +-0.129882812500 +0.053222656250 +0.072265625000 +0.116210937500 +0.102050781250 +-0.166015625000 +0.096191406250 +-0.036865234375 +-0.197265625000 +0.265625000000 +-0.132812500000 +0.008789062500 +0.028198242188 +0.150390625000 +-0.003143310547 +-0.257812500000 +-0.112304687500 +-0.027709960938 +-0.230468750000 +-0.045410156250 +-0.105468750000 +0.090332031250 +-0.241210937500 +-0.030639648438 +-0.316406250000 +0.048339843750 +-0.101074218750 +0.054931640625 +-0.105957031250 +0.028686523438 +-0.041748046875 +-0.068359375000 +0.025512695312 +0.248046875000 +-0.200195312500 +-0.099609375000 +-0.084960937500 +0.127929687500 +0.119140625000 +-0.075683593750 +0.040771484375 +-0.085449218750 +0.135742187500 +0.022338867188 +-0.132812500000 +-0.026367187500 +-0.131835937500 +0.093261718750 +-0.058837890625 +-0.082519531250 +-0.043212890625 +0.181640625000 +-0.048339843750 +0.157226562500 +-0.298828125000 +-0.023193359375 +-0.006256103516 +0.011596679688 +-0.054687500000 +-0.127929687500 +-0.083984375000 +-0.197265625000 +0.065429687500 +-0.357421875000 +-0.133789062500 +0.062255859375 +0.001434326172 +-0.034667968750 +0.108886718750 +0.046142578125 +-0.166992187500 +0.076660156250 +-0.138671875000 +-0.006195068359 +-0.136718750000 +-0.207031250000 +-0.083984375000 +-0.156250000000 +0.027954101562 +-0.119628906250 +0.086914062500 +-0.125000000000 +-0.139648437500 +-0.194335937500 +-0.083496093750 +-0.048095703125 +-0.028808593750 +-0.105957031250 +-0.003402709961 +-0.124023437500 +0.009704589844 +-0.182617187500 +0.034179687500 +-0.055419921875 +0.226562500000 +-0.003128051758 +0.048828125000 +-0.029052734375 +0.102050781250 +-0.007934570312 +0.001197814941 +0.163085937500 +0.182617187500 +-0.034667968750 +-0.044433593750 +-0.043212890625 +0.235351562500 +0.037353515625 +0.011840820312 +-0.217773437500 +-0.152343750000 +-0.043212890625 +-0.165039062500 +-0.371093750000 +0.068359375000 +-0.050537109375 +-0.099609375000 +0.087890625000 +0.109863281250 +0.048095703125 +-0.141601562500 +-0.063476562500 +0.018066406250 +-0.088378906250 +-0.009033203125 +-0.161132812500 +0.039062500000 +-0.141601562500 +-0.314453125000 +-0.269531250000 +0.019897460938 +-0.035400390625 +0.112304687500 +0.067871093750 +-0.110351562500 +-0.015563964844 +-0.180664062500 +-0.125000000000 +-0.253906250000 +-0.347656250000 +0.014892578125 +0.016235351562 +-0.123046875000 +0.067382812500 +-0.029663085938 +-0.237304687500 +0.019897460938 +-0.041259765625 +0.087402343750 +-0.031250000000 +-0.134765625000 +-0.098144531250 +0.016235351562 +0.012939453125 +-0.136718750000 +-0.030273437500 +-0.083007812500 +0.009155273438 +-0.054443359375 +-0.010131835938 +0.059814453125 +-0.009338378906 +0.017211914062 +-0.027465820312 +-0.134765625000 +0.145507812500 +0.131835937500 +0.042480468750 +0.265625000000 +-0.153320312500 +0.004699707031 +0.046142578125 +-0.013000488281 +-0.192382812500 +0.196289062500 +-0.165039062500 +-0.158203125000 +0.166015625000 +-0.116210937500 +0.095214843750 +0.056152343750 +-0.075195312500 +-0.055419921875 +0.030273437500 +0.217773437500 +-0.198242187500 +0.085937500000 +-0.075195312500 +-0.029541015625 +0.073730468750 +-0.106933593750 +-0.106933593750 +-0.118164062500 +-0.016845703125 +0.074218750000 +0.044921875000 +-0.063476562500 +-0.357421875000 +0.103515625000 +-0.373046875000 +-0.060302734375 +0.044677734375 +0.126953125000 +0.033691406250 +0.077636718750 +-0.092773437500 +-0.143554687500 +-0.137695312500 +-0.133789062500 +-0.279296875000 +-0.076171875000 +-0.263671875000 +0.002456665039 +-0.162109375000 +-0.116699218750 +-0.086425781250 +-0.051513671875 +0.063964843750 +-0.176757812500 +-0.039550781250 +-0.137695312500 +-0.029174804688 +0.300781250000 +-0.243164062500 +-0.219726562500 +-0.043212890625 +-0.038574218750 +0.049316406250 +0.060302734375 +-0.181640625000 +0.024047851562 +-0.164062500000 +0.066406250000 +-0.077636718750 +0.190429687500 +0.093750000000 +-0.008728027344 +-0.097167968750 +-0.277343750000 +0.015319824219 +0.048583984375 +-0.188476562500 +0.045654296875 +-0.251953125000 +0.007934570312 +0.046875000000 +-0.020263671875 +-0.027343750000 +-0.245117187500 +-0.147460937500 +0.144531250000 +0.063964843750 +-0.037109375000 +0.083984375000 +0.023437500000 +-0.207031250000 +0.205078125000 +0.144531250000 +0.011047363281 +0.040039062500 +-0.347656250000 +0.157226562500 +0.139648437500 +-0.020019531250 +0.073730468750 +0.035644531250 +-0.027099609375 +-0.011962890625 +0.097167968750 +0.071289062500 +-0.171875000000 +0.029785156250 +0.104492187500 +0.142578125000 +-0.085937500000 +0.045898437500 +-0.006164550781 +0.075683593750 +0.002197265625 +-0.085937500000 +0.186523437500 +0.157226562500 +0.021362304688 +0.058349609375 +-0.124511718750 +0.149414062500 +-0.160156250000 +-0.039306640625 +0.042480468750 +-0.023803710938 +-0.237304687500 +0.211914062500 +-0.079589843750 +0.153320312500 +0.054931640625 +0.169921875000 +-0.085937500000 +-0.144531250000 +-0.043701171875 +0.029785156250 +0.040771484375 +0.037353515625 +0.078125000000 +0.031250000000 +0.005126953125 +-0.251953125000 +0.142578125000 +-0.287109375000 +-0.227539062500 +0.081054687500 +-0.121093750000 +0.168945312500 +0.022583007812 +-0.001853942871 +-0.005859375000 +-0.033447265625 +-0.074707031250 +-0.167968750000 +-0.091308593750 +-0.151367187500 +-0.118652343750 +-0.070312500000 +-0.085937500000 +-0.015747070312 +-0.082031250000 +0.032714843750 +-0.061767578125 +0.073242187500 +-0.080078125000 +0.121093750000 +-0.082031250000 +0.184570312500 +0.103027343750 +0.169921875000 +0.024414062500 +-0.062500000000 +0.249023437500 +0.058593750000 +0.016723632812 +0.017089843750 +-0.052490234375 +-0.176757812500 +-0.067871093750 +0.059082031250 +-0.029663085938 +-0.058837890625 +-0.285156250000 +-0.154296875000 +-0.140625000000 +-0.167968750000 +0.130859375000 +-0.160156250000 +0.101074218750 +0.063964843750 +0.172851562500 +-0.275390625000 +0.041992187500 +-0.095214843750 +0.016113281250 +0.013732910156 +0.170898437500 +0.039794921875 +-0.047119140625 +-0.011474609375 +0.022216796875 +-0.109375000000 +0.010620117188 +0.285156250000 +0.023315429688 +-0.076660156250 +-0.125976562500 +0.209960937500 +-0.146484375000 +-0.071289062500 +0.049560546875 +-0.095214843750 +-0.001708984375 +-0.121093750000 +-0.004333496094 +-0.000999450684 +0.042480468750 +-0.070800781250 +0.016723632812 +0.050048828125 +0.221679687500 +0.091308593750 +-0.049072265625 +0.032958984375 +-0.094238281250 +-0.098632812500 +-0.064941406250 +0.281250000000 +0.050048828125 +0.078125000000 +-0.016235351562 +-0.003005981445 +0.302734375000 +-0.157226562500 +0.061523437500 +-0.130859375000 +0.001060485840 +0.004791259766 +0.006134033203 +0.209960937500 +0.049560546875 +0.071777343750 +0.044921875000 +0.085449218750 +0.153320312500 +0.181640625000 +0.223632812500 +-0.045166015625 +-0.061279296875 +-0.265625000000 +-0.043945312500 +0.056640625000 +-0.089843750000 +0.071777343750 +0.148437500000 +-0.153320312500 +0.030883789062 +-0.008789062500 +-0.249023437500 +-0.167968750000 +-0.093261718750 +0.087402343750 +0.159179687500 +0.078125000000 +0.147460937500 +0.191406250000 +0.207031250000 +-0.148437500000 +0.287109375000 +-0.048583984375 +0.055175781250 +0.208984375000 +-0.147460937500 +0.102539062500 +0.014465332031 +0.000354766846 +-0.103027343750 +0.020141601562 +0.006835937500 +0.166992187500 +0.053710937500 +0.056884765625 +-0.034179687500 +0.239257812500 +-0.100585937500 +-0.116210937500 +0.055908203125 +-0.015991210938 +0.064453125000 +-0.060302734375 +-0.245117187500 +0.104492187500 +0.080078125000 +-0.141601562500 +0.113281250000 +0.111816406250 +0.271484375000 +0.004974365234 +0.093261718750 +-0.073730468750 +-0.257812500000 +-0.244140625000 +-0.113769531250 +-0.216796875000 +-0.091796875000 +-0.149414062500 +-0.285156250000 +-0.053222656250 +-0.048828125000 +0.003067016602 +-0.132812500000 +0.016479492188 +-0.033447265625 +-0.016723632812 +-0.065429687500 +0.083984375000 +0.042724609375 +-0.016357421875 +0.173828125000 +-0.052978515625 +-0.088378906250 +0.053466796875 +-0.143554687500 +0.180664062500 +0.060546875000 +-0.199218750000 +-0.088867187500 +0.128906250000 +-0.058105468750 +0.072265625000 +-0.211914062500 +0.088378906250 +0.110839843750 +0.032714843750 +-0.267578125000 +0.048828125000 +-0.235351562500 +0.137695312500 +0.002014160156 +0.064941406250 +-0.093261718750 +-0.006134033203 +0.145507812500 +-0.029174804688 +-0.208007812500 +-0.169921875000 +0.010375976562 +-0.051025390625 +0.054199218750 +0.115722656250 +0.122558593750 +-0.193359375000 +-0.080566406250 +-0.073242187500 +-0.006561279297 +0.099609375000 +0.127929687500 +0.038818359375 +0.013488769531 +0.040527343750 +0.055664062500 +-0.217773437500 +-0.068359375000 +-0.138671875000 +0.033935546875 +0.083007812500 +-0.055175781250 +-0.104003906250 +0.039794921875 +0.111816406250 +-0.017944335938 +-0.115234375000 +-0.088378906250 +-0.100097656250 +-0.084472656250 +0.095214843750 +-0.103515625000 +-0.003875732422 +-0.367187500000 +-0.032958984375 +0.005493164062 +-0.373046875000 +-0.108886718750 +-0.261718750000 +-0.029541015625 +-0.228515625000 +-0.168945312500 +-0.273437500000 +-0.289062500000 +-0.066406250000 +-0.092285156250 +-0.158203125000 +-0.435546875000 +-0.080566406250 +-0.126953125000 +-0.060058593750 +0.034179687500 +-0.106445312500 +-0.039062500000 +-0.236328125000 +-0.184570312500 +-0.339843750000 +-0.053222656250 +-0.124023437500 +-0.078613281250 +-0.129882812500 +-0.016235351562 +-0.210937500000 +0.008666992188 +-0.259765625000 +-0.166992187500 +0.007781982422 +0.079589843750 +-0.180664062500 +-0.062988281250 +-0.126953125000 +-0.175781250000 +0.168945312500 +-0.096679687500 +-0.605468750000 +-0.018432617188 +0.016845703125 +-0.022216796875 +-0.186523437500 +0.112792968750 +0.107421875000 +0.020751953125 +0.029907226562 +-0.087890625000 +-0.312500000000 +0.049072265625 +-0.127929687500 +0.064941406250 +0.109375000000 +0.016845703125 +0.012145996094 +-0.164062500000 +0.151367187500 +-0.178710937500 +-0.078125000000 +-0.026611328125 +-0.005493164062 +-0.094238281250 +0.152343750000 +-0.042724609375 +0.211914062500 +-0.000881195068 +0.099609375000 +-0.207031250000 +-0.035156250000 +0.104492187500 +0.080078125000 +0.093750000000 +-0.135742187500 +-0.137695312500 +-0.046386718750 +0.067871093750 +0.012329101562 +0.216796875000 +-0.202148437500 +-0.057373046875 +-0.039306640625 +0.030273437500 +0.170898437500 +0.006134033203 +0.055664062500 +0.106933593750 +0.179687500000 +-0.059326171875 +0.082519531250 +-0.062500000000 +-0.300781250000 +-0.060546875000 +0.271484375000 +0.109863281250 +0.021972656250 +0.062011718750 +-0.064453125000 +-0.314453125000 +0.057861328125 +0.104003906250 +-0.263671875000 +-0.127929687500 +-0.047119140625 +-0.053222656250 +0.015258789062 +-0.169921875000 +-0.144531250000 +0.039550781250 +-0.127929687500 +0.102050781250 +-0.029418945312 +0.300781250000 +-0.200195312500 +0.010498046875 +0.083984375000 +-0.062500000000 +-0.121093750000 +0.250000000000 +0.094238281250 +-0.192382812500 +-0.453125000000 +0.025512695312 +0.013916015625 +0.134765625000 +0.054687500000 +-0.107910156250 +-0.162109375000 +-0.171875000000 +0.043945312500 +-0.128906250000 +-0.203125000000 +-0.204101562500 +-0.007598876953 +-0.097656250000 +-0.330078125000 +-0.004089355469 +-0.052734375000 +-0.097167968750 +0.050048828125 +0.133789062500 +-0.106445312500 +-0.002746582031 +0.020263671875 +-0.337890625000 +0.196289062500 +0.138671875000 +0.088867187500 +0.181640625000 +-0.273437500000 +-0.042724609375 +-0.025512695312 +0.075683593750 +-0.081542968750 +0.042968750000 +-0.169921875000 +-0.127929687500 +-0.051025390625 +0.026977539062 +0.001586914062 +-0.227539062500 +0.229492187500 +0.077636718750 +0.130859375000 +-0.001594543457 +0.068359375000 +0.130859375000 +0.208007812500 +0.119628906250 +0.022216796875 +-0.068359375000 +-0.035400390625 +-0.141601562500 +-0.099121093750 +-0.055175781250 +-0.204101562500 +0.013732910156 +0.079589843750 +-0.146484375000 +0.004180908203 +0.079101562500 +0.019653320312 +0.122070312500 +0.263671875000 +0.194335937500 +0.028320312500 +0.174804687500 +-0.016235351562 +-0.101074218750 +-0.223632812500 +-0.192382812500 +-0.059326171875 +0.163085937500 +-0.006500244141 +0.078613281250 +-0.203125000000 +0.060791015625 +0.118164062500 +0.057373046875 +-0.172851562500 +0.027709960938 +-0.137695312500 +-0.042480468750 +0.292968750000 +-0.025268554688 +-0.136718750000 +-0.001174926758 +-0.022827148438 +0.049072265625 +0.279296875000 +0.176757812500 +0.269531250000 +0.006195068359 +0.042968750000 +-0.132812500000 +0.095214843750 +0.145507812500 +0.129882812500 +0.019775390625 +-0.118164062500 +-0.086914062500 +0.017700195312 +0.051757812500 +0.096679687500 +0.000854492188 +-0.199218750000 +0.010620117188 +0.086914062500 +0.100097656250 +0.153320312500 +-0.043945312500 +-0.116699218750 +0.086425781250 +0.084472656250 +-0.056396484375 +-0.058593750000 +0.122070312500 +0.172851562500 +0.027099609375 +0.098632812500 +-0.052734375000 +-0.241210937500 +0.029541015625 +-0.084960937500 +0.008728027344 +-0.000663757324 +-0.055419921875 +-0.126953125000 +0.011962890625 +-0.005828857422 +-0.058349609375 +0.125000000000 +0.127929687500 +-0.074218750000 +-0.251953125000 +-0.298828125000 +-0.031982421875 +-0.109375000000 +0.110351562500 +0.118652343750 +-0.196289062500 +0.007751464844 +-0.012023925781 +0.265625000000 +-0.080078125000 +-0.127929687500 +-0.005279541016 +0.070312500000 +-0.302734375000 +-0.027954101562 +-0.138671875000 +0.029296875000 +-0.048583984375 +-0.008361816406 +0.056396484375 +0.019409179688 +-0.045654296875 +-0.069335937500 +-0.257812500000 +0.016357421875 +-0.013732910156 +-0.072265625000 +0.083984375000 +-0.019287109375 +0.015441894531 +-0.160156250000 +0.103515625000 +-0.121582031250 +0.150390625000 +-0.121093750000 +-0.010192871094 +-0.281250000000 +-0.193359375000 +-0.166992187500 +0.003738403320 +0.226562500000 +0.188476562500 +-0.021728515625 +-0.117675781250 +-0.005279541016 +-0.036132812500 +0.077148437500 +-0.179687500000 +0.182617187500 +0.180664062500 +0.118652343750 +-0.154296875000 +0.269531250000 +-0.019653320312 +0.031127929688 +-0.029785156250 +-0.298828125000 +-0.003143310547 +-0.237304687500 +-0.013122558594 +0.072265625000 +0.150390625000 +0.124023437500 +-0.300781250000 +-0.160156250000 +0.139648437500 +-0.232421875000 +0.091308593750 +-0.060302734375 +0.150390625000 +-0.093750000000 +-0.062988281250 +0.002700805664 +0.095214843750 +-0.055664062500 +0.086914062500 +-0.206054687500 +-0.083496093750 +-0.079101562500 +0.195312500000 +-0.063476562500 +-0.158203125000 +-0.008361816406 +0.120117187500 +0.026733398438 +-0.107910156250 +0.090332031250 +-0.098144531250 +-0.269531250000 +0.065429687500 +-0.179687500000 +0.023803710938 +-0.063964843750 +0.190429687500 +-0.156250000000 +-0.250000000000 +-0.175781250000 +-0.124023437500 +0.010131835938 +-0.107910156250 +-0.089355468750 +-0.117675781250 +0.198242187500 +-0.212890625000 +0.107421875000 +-0.116210937500 +0.206054687500 +-0.089843750000 +0.057861328125 +0.197265625000 +0.014526367188 +0.127929687500 +0.061767578125 +-0.257812500000 +0.022338867188 +-0.137695312500 +0.222656250000 +0.112792968750 +-0.039306640625 +0.022338867188 +0.314453125000 +0.103027343750 +-0.122558593750 +0.095703125000 +-0.378906250000 +-0.042724609375 +0.141601562500 +-0.062011718750 +-0.214843750000 +-0.043701171875 +0.207031250000 +0.065429687500 +0.181640625000 +-0.300781250000 +0.227539062500 +-0.255859375000 +0.013854980469 +0.117187500000 +-0.138671875000 +-0.153320312500 +-0.181640625000 +-0.131835937500 +0.113281250000 +0.015991210938 +-0.037353515625 +0.033203125000 +0.164062500000 +0.100585937500 +0.244140625000 +0.019165039062 +0.115722656250 +-0.091308593750 +0.077636718750 +-0.017578125000 +-0.034667968750 +-0.080566406250 +-0.080078125000 +0.002410888672 +0.025756835938 +-0.083984375000 +0.130859375000 +0.129882812500 +-0.067871093750 +-0.083007812500 +0.192382812500 +0.118164062500 +-0.126953125000 +-0.165039062500 +-0.080566406250 +-0.026733398438 +-0.095214843750 +0.078125000000 +0.037353515625 +0.002914428711 +0.049560546875 +-0.001075744629 +0.055664062500 +0.007568359375 +-0.015319824219 +-0.283203125000 +0.209960937500 +-0.018310546875 +-0.083984375000 +0.077148437500 +-0.115722656250 +0.251953125000 +0.018188476562 +-0.012207031250 +-0.121582031250 +0.052490234375 +0.105957031250 +-0.030883789062 +0.006744384766 +-0.065917968750 +-0.041015625000 +-0.267578125000 +-0.068847656250 +0.071777343750 +-0.061279296875 +0.129882812500 +-0.085937500000 +0.097656250000 +-0.094238281250 +-0.121582031250 +-0.104492187500 +0.031494140625 +-0.010681152344 +0.263671875000 +0.271484375000 +-0.112792968750 +-0.201171875000 +-0.040039062500 +-0.045654296875 +0.191406250000 +-0.050781250000 +0.098144531250 +-0.263671875000 +-0.099121093750 +0.123046875000 +-0.062011718750 +-0.052978515625 +-0.141601562500 +0.174804687500 +-0.094238281250 +0.044433593750 +0.094726562500 +0.139648437500 +-0.096191406250 +0.110351562500 +-0.010375976562 +-0.388671875000 +0.066406250000 +-0.084960937500 +0.073242187500 +-0.123046875000 +-0.130859375000 +-0.064941406250 +-0.176757812500 +0.088378906250 +0.102539062500 +-0.115234375000 +-0.255859375000 +-0.179687500000 +0.135742187500 +0.053466796875 +0.128906250000 +0.021118164062 +0.168945312500 +0.259765625000 +-0.030029296875 +0.037597656250 +0.116210937500 +0.121093750000 +0.084472656250 +0.065429687500 +0.075683593750 +-0.103027343750 +-0.126953125000 +-0.099609375000 +-0.000938415527 +-0.116699218750 +0.073242187500 +-0.408203125000 +-0.084472656250 +-0.009582519531 +0.092773437500 +-0.092285156250 +-0.085449218750 +0.182617187500 +-0.219726562500 +-0.240234375000 +-0.099609375000 +-0.351562500000 +-0.069824218750 +-0.033447265625 +-0.116699218750 +-0.052734375000 +-0.008483886719 +-0.244140625000 +-0.011535644531 +-0.104492187500 +0.214843750000 +0.134765625000 +0.093750000000 +0.302734375000 +-0.011779785156 +-0.223632812500 +0.113769531250 +-0.166015625000 +-0.064453125000 +0.151367187500 +-0.062255859375 +-0.376953125000 +-0.202148437500 +0.134765625000 +0.228515625000 +-0.101562500000 +-0.082031250000 +0.018920898438 +0.183593750000 +-0.167968750000 +-0.267578125000 +0.039550781250 +0.018798828125 +-0.125000000000 +0.052490234375 +0.151367187500 +-0.020629882812 +0.001930236816 +-0.125000000000 +-0.074218750000 +-0.357421875000 +0.012939453125 +0.220703125000 +-0.249023437500 +-0.038085937500 +0.194335937500 +0.037109375000 +-0.021118164062 +0.101074218750 +-0.263671875000 +-0.208984375000 +-0.007568359375 +-0.177734375000 +0.019775390625 +-0.226562500000 +0.060791015625 +-0.122558593750 +0.029541015625 +-0.209960937500 +0.104980468750 +0.092285156250 +-0.357421875000 +-0.153320312500 +0.244140625000 +-0.345703125000 +0.078125000000 +-0.142578125000 +0.095214843750 +0.176757812500 +0.116210937500 +0.414062500000 +-0.038818359375 +0.002426147461 +-0.020385742188 +-0.089843750000 +-0.224609375000 +0.031738281250 +0.265625000000 +0.024658203125 +0.273437500000 +-0.153320312500 +0.056396484375 +0.028686523438 +-0.283203125000 +-0.092285156250 +0.204101562500 +-0.107421875000 +0.129882812500 +-0.098144531250 +-0.038085937500 +0.007720947266 +-0.018798828125 +0.114746093750 +0.002609252930 +0.158203125000 +-0.028930664062 +-0.032958984375 +0.074218750000 +0.001502990723 +-0.168945312500 +0.022094726562 +0.089355468750 +0.090820312500 +-0.253906250000 +0.077148437500 +-0.003021240234 +-0.089355468750 +0.038818359375 +-0.081542968750 +0.001403808594 +-0.172851562500 +0.028808593750 +-0.078125000000 +-0.056640625000 +-0.089843750000 +-0.002670288086 +0.042968750000 +-0.012207031250 +0.109375000000 +-0.084472656250 +-0.120605468750 +-0.210937500000 +0.024414062500 +0.031127929688 +-0.061523437500 +-0.010803222656 +0.155273437500 +-0.096679687500 +0.065917968750 +-0.250000000000 +0.042480468750 +-0.068847656250 +-0.212890625000 +0.060546875000 +-0.119140625000 +-0.060302734375 +-0.261718750000 +0.101562500000 +-0.100585937500 +0.030273437500 +0.007171630859 +0.133789062500 +-0.051269531250 +0.316406250000 +-0.104980468750 +-0.097167968750 +0.025390625000 +-0.281250000000 +0.059326171875 +-0.183593750000 +-0.153320312500 +-0.206054687500 +-0.006530761719 +-0.061279296875 +0.019409179688 +-0.076660156250 +0.132812500000 +-0.069824218750 +0.142578125000 +0.026489257812 +0.217773437500 +-0.022949218750 +-0.176757812500 +-0.067871093750 +-0.029541015625 +-0.022583007812 +-0.026489257812 +-0.084472656250 +-0.038330078125 +0.047851562500 +-0.187500000000 +0.105468750000 +-0.168945312500 +-0.058593750000 +-0.116210937500 +-0.037597656250 +-0.227539062500 +0.038818359375 +-0.236328125000 +-0.075683593750 +0.003601074219 +-0.119628906250 +-0.151367187500 +-0.003967285156 +0.052734375000 +0.040527343750 +-0.004211425781 +-0.111816406250 +0.108398437500 +0.036865234375 +-0.154296875000 +-0.189453125000 +-0.165039062500 +0.130859375000 +0.095214843750 +0.045410156250 +-0.009338378906 +-0.104492187500 +-0.130859375000 +-0.043701171875 +-0.053710937500 +0.041503906250 +-0.041259765625 +-0.065917968750 +-0.080566406250 +-0.024414062500 +-0.092285156250 +0.129882812500 +0.049560546875 +-0.079589843750 +-0.235351562500 +0.120117187500 +-0.400390625000 +-0.099609375000 +-0.101074218750 +-0.037597656250 +0.040527343750 +0.296875000000 +-0.225585937500 +-0.060058593750 +-0.002563476562 +-0.114257812500 +0.055664062500 +0.227539062500 +-0.110839843750 +-0.261718750000 +0.024169921875 +-0.039062500000 +0.188476562500 +0.023437500000 +-0.151367187500 +0.100585937500 +-0.121582031250 +0.283203125000 +0.154296875000 +-0.103515625000 +0.062011718750 +0.341796875000 +-0.060546875000 +-0.355468750000 +0.109375000000 +0.062011718750 +0.082031250000 +0.010437011719 +-0.054199218750 +-0.012329101562 +0.146484375000 +-0.021362304688 +-0.083007812500 +0.055175781250 +-0.063964843750 +0.011108398438 +-0.211914062500 +0.123046875000 +-0.049072265625 +-0.006195068359 +-0.129882812500 +0.165039062500 +0.028686523438 +-0.077148437500 +-0.076171875000 +-0.065917968750 +0.008239746094 +0.029174804688 +0.114257812500 +-0.294921875000 +-0.080566406250 +0.093261718750 +-0.079589843750 +0.163085937500 +0.179687500000 +-0.124023437500 +-0.092773437500 +-0.025390625000 +0.261718750000 +-0.125000000000 +0.153320312500 +-0.202148437500 +0.031494140625 +0.169921875000 +-0.112792968750 +-0.046142578125 +-0.232421875000 +-0.273437500000 +0.073242187500 +-0.149414062500 +-0.267578125000 +-0.040527343750 +-0.166992187500 +0.277343750000 +-0.194335937500 +-0.028930664062 +-0.056152343750 +0.435546875000 +0.043945312500 +0.033203125000 +0.671875000000 +-0.004791259766 +0.231445312500 +-0.137695312500 +0.511718750000 +-0.230468750000 +0.042724609375 +-0.149414062500 +0.037597656250 +0.197265625000 +0.003738403320 +-0.005310058594 +0.425781250000 +0.009521484375 +-0.042480468750 +0.111328125000 +0.195312500000 +0.001403808594 +0.078613281250 +0.036376953125 +0.030517578125 +-0.361328125000 +0.067871093750 +0.100097656250 +0.451171875000 +0.026489257812 +0.088378906250 +-0.046142578125 +0.121582031250 +0.062988281250 +0.229492187500 +0.150390625000 +-0.076660156250 +0.024536132812 +0.011840820312 +-0.257812500000 +-0.302734375000 +0.089355468750 +0.021728515625 +-0.051513671875 +-0.008666992188 +0.235351562500 +0.023193359375 +-0.140625000000 +-0.177734375000 +0.099121093750 +0.042968750000 +0.083984375000 +-0.152343750000 +0.074218750000 +-0.035400390625 +-0.232421875000 +0.057617187500 +0.168945312500 +-0.027709960938 +0.080566406250 +-0.246093750000 +-0.029418945312 +0.020751953125 +0.014404296875 +-0.026489257812 +0.032714843750 +-0.124023437500 +0.005218505859 +0.085937500000 +-0.012695312500 +0.056152343750 +-0.040283203125 +0.142578125000 +0.085937500000 +-0.183593750000 +0.131835937500 +0.014709472656 +-0.050048828125 +-0.045410156250 +-0.132812500000 +-0.249023437500 +-0.055908203125 +-0.159179687500 +0.060302734375 +-0.101562500000 +0.294921875000 +0.041259765625 +-0.057373046875 +-0.079101562500 +-0.181640625000 +0.022460937500 +-0.051269531250 +-0.075195312500 +0.249023437500 +-0.033203125000 +0.028198242188 +-0.014831542969 +0.000617980957 +-0.085449218750 +0.034423828125 +0.060546875000 +-0.043701171875 +-0.030151367188 +-0.097656250000 +0.080566406250 +-0.027221679688 +-0.026000976562 +-0.227539062500 +0.056152343750 +-0.030517578125 +0.071777343750 +-0.125000000000 +-0.083496093750 +0.034912109375 +0.060302734375 +-0.021484375000 +0.095214843750 +0.127929687500 +-0.003036499023 +0.151367187500 +-0.026489257812 +0.087890625000 +0.083007812500 +0.211914062500 +0.072265625000 +-0.074707031250 +0.220703125000 +0.175781250000 +-0.047363281250 +0.146484375000 +0.009033203125 +-0.057617187500 +-0.067382812500 +-0.157226562500 +0.007019042969 +-0.073242187500 +-0.041748046875 +-0.030395507812 +0.052001953125 +0.151367187500 +-0.101562500000 +0.033203125000 +0.096679687500 +0.355468750000 +0.134765625000 +-0.298828125000 +-0.070800781250 +-0.198242187500 +0.030151367188 +0.023559570312 +0.028442382812 +-0.145507812500 +0.079101562500 +0.166992187500 +0.102050781250 +0.080078125000 +0.064453125000 +0.052734375000 +0.324218750000 +-0.129882812500 +0.056640625000 +-0.174804687500 +0.050048828125 +-0.170898437500 +0.189453125000 +-0.174804687500 +-0.045898437500 +0.124023437500 +0.144531250000 +0.166992187500 +0.010742187500 +0.211914062500 +-0.129882812500 +0.112792968750 +0.105957031250 +-0.061279296875 +-0.263671875000 +-0.339843750000 +-0.166015625000 +0.008972167969 +-0.065429687500 +0.040771484375 +0.110839843750 +-0.067871093750 +0.089355468750 +-0.050537109375 +-0.084472656250 +0.008239746094 +0.091308593750 +0.062500000000 +-0.157226562500 +0.123535156250 +0.115234375000 +-0.085449218750 +-0.223632812500 +-0.248046875000 +-0.453125000000 +0.013793945312 +-0.176757812500 +-0.157226562500 +0.023559570312 +-0.066406250000 +0.076660156250 +0.060302734375 +0.306640625000 +-0.289062500000 +-0.068847656250 +0.032714843750 +0.047363281250 +0.195312500000 +0.018188476562 +-0.046630859375 +-0.024902343750 +0.231445312500 +-0.008789062500 +-0.012573242188 +-0.245117187500 +-0.125976562500 +-0.125976562500 +-0.202148437500 +-0.172851562500 +0.084960937500 +0.040771484375 +0.111816406250 +0.148437500000 +0.040771484375 +0.139648437500 +0.087890625000 +0.166015625000 +0.113281250000 +-0.130859375000 +-0.013183593750 +0.104003906250 +0.026855468750 +-0.194335937500 +-0.001983642578 +-0.018554687500 +-0.335937500000 +-0.025878906250 +-0.185546875000 +0.202148437500 +0.199218750000 +0.037597656250 +0.142578125000 +-0.088867187500 +-0.277343750000 +-0.172851562500 +0.155273437500 +0.090820312500 +0.100585937500 +-0.047851562500 +0.020263671875 +-0.218750000000 +-0.053466796875 +-0.052978515625 +-0.087890625000 +0.107421875000 +-0.277343750000 +0.138671875000 +0.030273437500 +-0.373046875000 +0.125000000000 +-0.018310546875 +0.001586914062 +-0.006530761719 +0.186523437500 +0.131835937500 +0.015991210938 +-0.201171875000 +-0.125976562500 +-0.025390625000 +0.048095703125 +-0.012268066406 +0.223632812500 +-0.048828125000 +0.031127929688 +0.052490234375 +0.106445312500 +0.102539062500 +-0.014892578125 +0.081542968750 +0.089355468750 +0.041503906250 +0.140625000000 +-0.192382812500 +-0.228515625000 +-0.234375000000 +0.091796875000 +-0.042236328125 +-0.038330078125 +0.132812500000 +0.090820312500 +-0.263671875000 +0.119628906250 +-0.068359375000 +0.012695312500 +0.069824218750 +0.055419921875 +-0.028320312500 +0.168945312500 +-0.013305664062 +-0.126953125000 +-0.073730468750 +0.031250000000 +0.164062500000 +-0.069335937500 +0.031738281250 +0.283203125000 +0.054443359375 +-0.051269531250 +0.027343750000 +0.040771484375 +-0.149414062500 +-0.047851562500 +0.083007812500 +-0.015319824219 +0.031250000000 +-0.027465820312 +0.205078125000 +-0.039062500000 +0.159179687500 +-0.072753906250 +-0.114746093750 +-0.115722656250 +-0.014160156250 +-0.175781250000 +0.217773437500 +0.245117187500 +0.014099121094 +0.145507812500 +-0.011474609375 +0.139648437500 +-0.341796875000 +0.269531250000 +0.065429687500 +0.058349609375 +0.044189453125 +-0.194335937500 +-0.001144409180 +-0.005706787109 +0.257812500000 +0.120117187500 +0.075195312500 +0.055175781250 +-0.085449218750 +0.095214843750 +0.071777343750 +-0.062988281250 +0.059570312500 +-0.035400390625 +0.088378906250 +0.083007812500 +-0.011962890625 +-0.261718750000 +-0.084960937500 +0.061767578125 +0.111816406250 +-0.109863281250 +-0.124023437500 +-0.027954101562 +0.040283203125 +0.232421875000 +-0.237304687500 +-0.082519531250 +-0.242187500000 +0.306640625000 +0.207031250000 +-0.017700195312 +-0.108886718750 +-0.150390625000 +0.056396484375 +-0.251953125000 +0.027954101562 +0.150390625000 +-0.076660156250 +-0.145507812500 +-0.076171875000 +-0.171875000000 +0.148437500000 +-0.041015625000 +0.026489257812 +0.005401611328 +-0.205078125000 +-0.135742187500 +0.191406250000 +0.188476562500 +-0.001274108887 +-0.173828125000 +0.044921875000 +-0.194335937500 +-0.083496093750 +0.078125000000 +0.202148437500 +0.146484375000 +-0.029174804688 +0.002944946289 +-0.057128906250 +-0.357421875000 +-0.064941406250 +-0.127929687500 +-0.093750000000 +-0.139648437500 +-0.067382812500 +-0.154296875000 +-0.094726562500 +-0.104492187500 +-0.140625000000 +-0.031494140625 +0.007873535156 +0.043212890625 +0.067382812500 +-0.219726562500 +0.051269531250 +-0.064941406250 +-0.008728027344 +0.086425781250 +0.075683593750 +-0.052001953125 +-0.028076171875 +-0.210937500000 +0.137695312500 +-0.008300781250 +0.047851562500 +-0.045410156250 +-0.181640625000 +-0.140625000000 +-0.068847656250 +0.259765625000 +0.080078125000 +0.101562500000 +-0.060546875000 +-0.038330078125 +-0.027709960938 +0.084960937500 +0.135742187500 +-0.059082031250 +0.070800781250 +0.180664062500 +0.170898437500 +0.194335937500 +0.102050781250 +0.198242187500 +0.103027343750 +0.227539062500 +-0.229492187500 +0.054443359375 +0.180664062500 +0.022827148438 +-0.110839843750 +0.067871093750 +0.090332031250 +-0.033935546875 +-0.117187500000 +-0.062255859375 +0.060546875000 +-0.029785156250 +-0.032470703125 +-0.037597656250 +-0.021118164062 +0.048583984375 +0.457031250000 +-0.121093750000 +0.115722656250 +0.236328125000 +-0.076171875000 +-0.283203125000 +0.039306640625 +-0.079589843750 +-0.129882812500 +-0.024902343750 +-0.032226562500 +0.165039062500 +0.083496093750 +0.324218750000 +0.033935546875 +-0.227539062500 +-0.067382812500 +0.255859375000 +-0.167968750000 +-0.125976562500 +0.066406250000 +0.042968750000 +-0.150390625000 +0.062500000000 +0.283203125000 +0.050048828125 +-0.161132812500 +0.028198242188 +-0.148437500000 +-0.028808593750 +0.042968750000 +0.067382812500 +0.053222656250 +-0.082519531250 +0.228515625000 +0.198242187500 +-0.004608154297 +0.011535644531 +-0.112304687500 +-0.121093750000 +-0.146484375000 +-0.071289062500 +0.090332031250 +-0.080078125000 +-0.170898437500 +-0.135742187500 +0.076171875000 +-0.049316406250 +0.006378173828 +-0.034667968750 +0.096191406250 +-0.316406250000 +-0.322265625000 +0.037841796875 +-0.075683593750 +-0.054687500000 +-0.199218750000 +0.013671875000 +-0.149414062500 +-0.066406250000 +-0.028076171875 +-0.112304687500 +-0.158203125000 +0.011840820312 +-0.176757812500 +-0.207031250000 +-0.113281250000 +-0.291015625000 +0.003723144531 +-0.192382812500 +-0.147460937500 +-0.089843750000 +0.040527343750 +-0.020263671875 +-0.041748046875 +-0.236328125000 +-0.005371093750 +-0.003860473633 +0.036621093750 +-0.223632812500 +0.069824218750 +-0.090332031250 +0.213867187500 +0.041992187500 +0.130859375000 +-0.042236328125 +-0.066894531250 +-0.257812500000 +-0.186523437500 +0.029541015625 +-0.145507812500 +-0.021972656250 +-0.098144531250 +-0.077636718750 +-0.065429687500 +-0.314453125000 +-0.054199218750 +-0.166015625000 +-0.031738281250 +-0.183593750000 +-0.306640625000 +0.049072265625 +-0.110839843750 +0.014404296875 +0.167968750000 +-0.037109375000 +-0.024291992188 +-0.044921875000 +0.030517578125 +0.125976562500 +-0.196289062500 +0.082031250000 +0.088378906250 +0.045166015625 +0.285156250000 +0.029052734375 +0.176757812500 +0.166992187500 +-0.057617187500 +-0.020996093750 +-0.070312500000 +-0.152343750000 +-0.032226562500 +-0.015197753906 +0.035400390625 +0.105957031250 +-0.052246093750 +-0.029907226562 +-0.079589843750 +-0.081054687500 +0.271484375000 +-0.076660156250 +0.129882812500 +-0.003036499023 +-0.093750000000 +-0.073730468750 +0.022460937500 +0.142578125000 +0.089843750000 +0.153320312500 +0.039550781250 +-0.177734375000 +-0.470703125000 +0.071289062500 +-0.033935546875 +-0.097167968750 +0.100097656250 +0.351562500000 +-0.186523437500 +0.177734375000 +0.208984375000 +0.077636718750 +0.211914062500 +-0.028564453125 +-0.312500000000 +-0.084472656250 +-0.048339843750 +0.141601562500 +-0.026611328125 +0.143554687500 +-0.026123046875 +0.261718750000 +0.072265625000 +-0.255859375000 +0.108886718750 +-0.265625000000 +-0.412109375000 +-0.011779785156 +-0.008483886719 +0.002212524414 +-0.133789062500 +-0.248046875000 +-0.014648437500 +0.070312500000 +0.034423828125 +-0.109863281250 +0.049072265625 +0.203125000000 +0.235351562500 +-0.171875000000 +0.061523437500 +0.090820312500 +-0.048095703125 +0.046875000000 +-0.039550781250 +0.066894531250 +0.157226562500 +0.044677734375 +-0.030151367188 +-0.039794921875 +-0.117187500000 +-0.114746093750 +0.079589843750 +-0.098632812500 +-0.369140625000 +0.119140625000 +0.105957031250 +-0.071777343750 +-0.114257812500 +0.002777099609 +0.103027343750 +0.206054687500 +0.045654296875 +0.249023437500 +-0.103027343750 +-0.143554687500 +-0.068847656250 +-0.025756835938 +-0.169921875000 +0.083496093750 +-0.308593750000 +0.222656250000 +0.095214843750 +0.132812500000 +-0.022583007812 +0.033691406250 +0.335937500000 +0.042480468750 +0.023925781250 +0.002639770508 +-0.228515625000 +-0.292968750000 +-0.128906250000 +-0.070800781250 +0.043701171875 +-0.189453125000 +-0.138671875000 +0.103515625000 +-0.083496093750 +-0.201171875000 +-0.101074218750 +0.006622314453 +0.037109375000 +-0.214843750000 +-0.194335937500 +-0.043701171875 +0.092773437500 +0.131835937500 +0.100585937500 +0.125976562500 +0.224609375000 +0.068847656250 +-0.386718750000 +-0.069335937500 +0.173828125000 +-0.000210762024 +0.054687500000 +-0.213867187500 +-0.233398437500 +0.061523437500 +-0.190429687500 +0.075683593750 +-0.115234375000 +0.015747070312 +0.049804687500 +-0.080566406250 +0.013122558594 +-0.067382812500 +0.390625000000 +0.212890625000 +-0.154296875000 +-0.096191406250 +-0.080078125000 +-0.167968750000 +-0.022949218750 +-0.027832031250 +-0.027709960938 +0.101074218750 +-0.130859375000 +0.324218750000 +-0.134765625000 +0.096191406250 +-0.347656250000 +0.087402343750 +-0.088867187500 +0.145507812500 +-0.123046875000 +0.078613281250 +-0.122070312500 +-0.008911132812 +-0.007598876953 +-0.121093750000 +0.053710937500 +-0.054443359375 +0.026245117188 +0.048583984375 +-0.349609375000 +0.069335937500 +-0.008850097656 +0.398437500000 +0.094238281250 +-0.111816406250 +-0.222656250000 +-0.166992187500 +-0.069824218750 +0.036376953125 +-0.054443359375 +-0.150390625000 +0.060058593750 +0.035156250000 +-0.192382812500 +0.034423828125 +0.127929687500 +-0.185546875000 +0.133789062500 +-0.010986328125 +0.005462646484 +-0.073730468750 +0.068359375000 +-0.162109375000 +-0.312500000000 +-0.170898437500 +0.120605468750 +-0.244140625000 +-0.081542968750 +-0.040771484375 +-0.135742187500 +0.166015625000 +-0.001770019531 +-0.068359375000 +-0.273437500000 +0.011169433594 +-0.255859375000 +-0.200195312500 +0.003250122070 +0.005249023438 +-0.170898437500 +-0.121582031250 +-0.062500000000 +-0.086425781250 +0.090820312500 +-0.339843750000 +-0.019287109375 +-0.048828125000 +-0.038818359375 +-0.073730468750 +-0.105957031250 +-0.173828125000 +0.171875000000 +-0.086425781250 +-0.008972167969 +0.207031250000 +-0.007415771484 +0.159179687500 +-0.195312500000 +0.134765625000 +0.193359375000 +-0.044921875000 +0.083007812500 +-0.177734375000 +-0.261718750000 +-0.077148437500 +-0.150390625000 +-0.118652343750 +-0.267578125000 +0.138671875000 +-0.109375000000 +-0.135742187500 +0.105957031250 +0.087890625000 +-0.155273437500 +-0.193359375000 +-0.075195312500 +0.026000976562 +-0.087890625000 +0.056884765625 +0.109375000000 +0.062500000000 +-0.059570312500 +0.041259765625 +-0.006469726562 +0.060546875000 +-0.196289062500 +0.116210937500 +-0.010009765625 +-0.138671875000 +0.055664062500 +0.009033203125 +0.006988525391 +-0.116699218750 +-0.209960937500 +-0.087890625000 +0.065429687500 +0.055419921875 +0.077636718750 +0.100097656250 +-0.165039062500 +0.074707031250 +0.094726562500 +-0.182617187500 +-0.005187988281 +-0.104492187500 +-0.049072265625 +-0.045410156250 +-0.034423828125 +-0.085449218750 +-0.023803710938 +-0.104003906250 +0.216796875000 +-0.009399414062 +-0.024902343750 +-0.181640625000 +0.156250000000 +0.022216796875 +0.084960937500 +-0.277343750000 +0.097656250000 +-0.156250000000 +-0.103027343750 +0.023559570312 +0.071777343750 +0.051513671875 +-0.010681152344 +-0.210937500000 +-0.169921875000 +-0.122070312500 +0.292968750000 +0.063964843750 +-0.049804687500 +0.081542968750 +0.047851562500 +-0.185546875000 +0.143554687500 +0.087402343750 +-0.010986328125 +-0.067871093750 +-0.220703125000 +-0.142578125000 +0.097167968750 +-0.034912109375 +-0.151367187500 +-0.156250000000 +-0.037109375000 +0.163085937500 +0.022827148438 +-0.007324218750 +0.152343750000 +0.289062500000 +-0.115234375000 +0.015502929688 +-0.199218750000 +0.009948730469 +0.086425781250 +0.066894531250 +-0.076171875000 +-0.020507812500 +-0.165039062500 +-0.353515625000 +-0.116699218750 +0.121582031250 +-0.186523437500 +0.341796875000 +0.006866455078 +0.006103515625 +-0.202148437500 +0.113769531250 +0.188476562500 +0.196289062500 +-0.012695312500 +-0.198242187500 +-0.016967773438 +0.066894531250 +0.155273437500 +0.187500000000 +-0.139648437500 +-0.034423828125 +0.058349609375 +0.013305664062 +-0.408203125000 +-0.062988281250 +0.144531250000 +0.172851562500 +-0.119628906250 +-0.183593750000 +0.058349609375 +0.063964843750 +-0.000173568726 +0.166015625000 +-0.107910156250 +-0.030761718750 +0.367187500000 +-0.213867187500 +-0.237304687500 +-0.054443359375 +0.255859375000 +-0.042968750000 +0.103515625000 +0.050781250000 +0.152343750000 +-0.041259765625 +-0.107421875000 +-0.099609375000 +0.217773437500 +0.037597656250 +-0.159179687500 +-0.143554687500 +-0.082031250000 +-0.093261718750 +-0.036865234375 +0.119628906250 +0.242187500000 +0.000063419342 +-0.194335937500 +0.019531250000 +-0.201171875000 +-0.378906250000 +0.178710937500 +-0.408203125000 +0.020019531250 +0.226562500000 +0.240234375000 +0.034912109375 +0.122070312500 +-0.003387451172 +-0.228515625000 +-0.023071289062 +-0.250000000000 +0.108886718750 +0.077636718750 +0.096679687500 +0.045166015625 +0.130859375000 +-0.312500000000 +0.039794921875 +-0.080566406250 +-0.122558593750 +-0.154296875000 +0.306640625000 +-0.041748046875 +0.053710937500 +-0.039794921875 +0.023437500000 +0.048339843750 +0.121093750000 +0.183593750000 +0.277343750000 +0.127929687500 +-0.239257812500 +-0.184570312500 +-0.242187500000 +0.150390625000 +0.176757812500 +-0.122558593750 +-0.055419921875 +-0.033691406250 +-0.230468750000 +-0.166992187500 +-0.091796875000 +0.337890625000 +0.119140625000 +-0.094238281250 +-0.068847656250 +0.002975463867 +-0.027465820312 +-0.025268554688 +0.011901855469 +-0.001205444336 +-0.084472656250 +-0.019653320312 +-0.068847656250 +-0.005737304688 +-0.174804687500 +-0.101562500000 +0.024169921875 +-0.104003906250 +-0.212890625000 +-0.099121093750 +-0.145507812500 +-0.010070800781 +-0.083984375000 +-0.096679687500 +-0.040771484375 +-0.021362304688 +0.063964843750 +0.056152343750 +-0.060058593750 +0.162109375000 +0.018066406250 +-0.054687500000 +-0.231445312500 +0.073242187500 +0.207031250000 +0.118164062500 +0.055664062500 +-0.117187500000 +-0.196289062500 +-0.028320312500 +0.018920898438 +-0.018066406250 +-0.135742187500 +-0.218750000000 +0.143554687500 +-0.125000000000 +0.035644531250 +0.066894531250 +-0.007171630859 +0.064453125000 +-0.023193359375 +0.026611328125 +0.062255859375 +0.059082031250 +-0.186523437500 +-0.200195312500 +0.030883789062 +-0.130859375000 +-0.034179687500 +0.132812500000 +0.012634277344 +-0.117187500000 +-0.039062500000 +-0.041992187500 +-0.044677734375 +-0.008544921875 +0.210937500000 +-0.231445312500 +-0.146484375000 +-0.304687500000 +0.179687500000 +0.230468750000 +-0.124023437500 +0.127929687500 +-0.046142578125 +-0.029174804688 +-0.049560546875 +-0.119628906250 +0.178710937500 +0.235351562500 +0.008605957031 +-0.008056640625 +0.204101562500 +-0.140625000000 +0.208007812500 +-0.098144531250 +0.004302978516 +0.055175781250 +-0.004364013672 +0.114257812500 +-0.318359375000 +0.040527343750 +-0.026733398438 +0.135742187500 +-0.041015625000 +0.060546875000 +-0.231445312500 +0.291015625000 +-0.147460937500 +0.101562500000 +0.041259765625 +0.033691406250 +0.013488769531 +-0.154296875000 +-0.112792968750 +-0.259765625000 +-0.210937500000 +0.024902343750 +-0.037597656250 +0.519531250000 +0.068847656250 +-0.023071289062 +-0.103027343750 +0.110351562500 +0.023559570312 +-0.138671875000 +-0.111816406250 +0.015625000000 +0.091796875000 +0.158203125000 +0.130859375000 +0.061035156250 +0.042480468750 +-0.040771484375 +-0.147460937500 +0.279296875000 +0.084960937500 +-0.175781250000 +-0.190429687500 +0.087402343750 +-0.017944335938 +0.019531250000 +-0.263671875000 +0.096191406250 +0.193359375000 +0.075195312500 +0.019897460938 +-0.142578125000 +-0.139648437500 +-0.052246093750 +-0.089843750000 +0.167968750000 +-0.044677734375 +0.076660156250 +-0.041503906250 +-0.027587890625 +-0.255859375000 +-0.051269531250 +-0.114746093750 +0.126953125000 +-0.247070312500 +-0.210937500000 +0.007659912109 +-0.078125000000 +0.181640625000 +0.194335937500 +-0.145507812500 +-0.233398437500 +0.114257812500 +0.073730468750 +0.107421875000 +-0.335937500000 +-0.174804687500 +0.004608154297 +-0.120117187500 +-0.109375000000 +-0.054199218750 +-0.118652343750 +-0.020385742188 +0.105468750000 +-0.291015625000 +-0.097656250000 +0.015136718750 +-0.132812500000 +-0.078613281250 +0.040283203125 +0.169921875000 +-0.126953125000 +-0.166992187500 +-0.187500000000 +0.043945312500 +-0.219726562500 +-0.048339843750 +0.015075683594 +-0.039550781250 +-0.082519531250 +-0.137695312500 +0.000118732452 +-0.189453125000 +-0.135742187500 +-0.191406250000 +-0.073242187500 +-0.143554687500 +0.000081062317 +-0.015075683594 +0.033203125000 +-0.427734375000 +0.024780273438 +0.078613281250 +-0.023437500000 +0.010925292969 +-0.218750000000 +0.045166015625 +-0.007934570312 +0.101074218750 +0.093750000000 +0.146484375000 +-0.101074218750 +-0.022949218750 +0.136718750000 +-0.022460937500 +-0.158203125000 +-0.015991210938 +-0.000041484833 +-0.046875000000 +0.083984375000 +-0.253906250000 +0.027099609375 +0.106933593750 +0.181640625000 +0.111816406250 +0.074707031250 +-0.022338867188 +-0.071289062500 +-0.104492187500 +-0.100097656250 +-0.074707031250 +0.139648437500 +-0.296875000000 +0.026977539062 +-0.013488769531 +-0.025512695312 +0.004241943359 +-0.138671875000 +0.057617187500 +-0.071777343750 +0.011901855469 +-0.007873535156 +-0.074218750000 +-0.498046875000 +-0.257812500000 +-0.003860473633 +-0.192382812500 +-0.113769531250 +0.045654296875 +0.153320312500 +-0.045410156250 +0.042968750000 +-0.160156250000 +-0.138671875000 +-0.046875000000 +0.216796875000 +-0.263671875000 +-0.066894531250 +-0.073242187500 +-0.038330078125 +0.090820312500 +-0.065429687500 +-0.106933593750 +-0.104003906250 +-0.038818359375 +-0.165039062500 +-0.014038085938 +0.172851562500 +-0.160156250000 +-0.020263671875 +0.069824218750 +-0.021484375000 +-0.083496093750 +-0.187500000000 +-0.119140625000 +-0.050292968750 +-0.167968750000 +0.030761718750 +-0.241210937500 +-0.043945312500 +0.094726562500 +0.074218750000 +-0.122558593750 +-0.030639648438 +0.223632812500 +0.339843750000 +-0.062500000000 +0.220703125000 +-0.179687500000 +-0.073730468750 +-0.017822265625 +0.071777343750 +0.039306640625 +-0.080078125000 +0.204101562500 +0.021606445312 +0.000938415527 +0.085937500000 +0.082031250000 +-0.044189453125 +-0.087890625000 +-0.210937500000 +0.085937500000 +-0.208984375000 +0.067871093750 +-0.096191406250 +0.050292968750 +-0.073730468750 +0.013427734375 +0.028076171875 +0.109375000000 +-0.012878417969 +0.077148437500 +-0.042480468750 +0.135742187500 +0.085937500000 +-0.164062500000 +0.133789062500 +0.037841796875 +-0.208984375000 +0.002319335938 +0.168945312500 +-0.085937500000 +0.080566406250 +0.056640625000 +0.199218750000 +0.080566406250 +-0.137695312500 +-0.240234375000 +-0.047363281250 +0.103027343750 +0.007995605469 +0.020141601562 +-0.018310546875 +0.182617187500 +-0.005615234375 +0.186523437500 +-0.000553131104 +0.062255859375 +0.049804687500 +0.132812500000 +0.168945312500 +0.139648437500 +-0.115234375000 +-0.233398437500 +-0.006103515625 +0.203125000000 +-0.098144531250 +-0.069824218750 +0.110351562500 +0.006896972656 +0.044189453125 +-0.097167968750 +-0.125976562500 +-0.144531250000 +-0.123535156250 +-0.206054687500 +-0.269531250000 +0.040039062500 +0.077636718750 +0.092285156250 +-0.241210937500 +-0.000013470650 +-0.010681152344 +-0.269531250000 +-0.144531250000 +-0.068359375000 +-0.047119140625 +-0.026367187500 +-0.157226562500 +0.037353515625 +0.191406250000 +0.052978515625 +0.118164062500 +-0.081054687500 +0.104980468750 +0.010620117188 +0.263671875000 +0.094238281250 +0.037353515625 +-0.101074218750 +-0.147460937500 +-0.001777648926 +0.206054687500 +-0.073242187500 +-0.033691406250 +-0.021728515625 +0.094238281250 +-0.044433593750 +0.078125000000 +0.166992187500 +-0.073730468750 +0.125976562500 +-0.008666992188 +-0.227539062500 +-0.086914062500 +0.092773437500 +0.115722656250 +0.055664062500 +0.097656250000 +-0.351562500000 +-0.010253906250 +0.138671875000 +-0.096679687500 +0.018188476562 +-0.049316406250 +0.098632812500 +-0.054931640625 +-0.091796875000 +-0.073242187500 +-0.035400390625 +0.147460937500 +0.085449218750 +-0.027465820312 +-0.097167968750 +0.018676757812 +0.013183593750 +0.253906250000 +-0.051269531250 +-0.115722656250 +-0.320312500000 +-0.005462646484 +0.177734375000 +0.082519531250 +0.241210937500 +0.113769531250 +0.171875000000 +-0.135742187500 +0.025268554688 +-0.057128906250 +-0.076171875000 +-0.061523437500 +0.051513671875 +0.251953125000 +0.071777343750 +0.034912109375 +0.040283203125 +0.162109375000 +-0.160156250000 +0.232421875000 +0.075683593750 +-0.045410156250 +-0.006164550781 +-0.056640625000 +-0.033203125000 +0.210937500000 +0.010070800781 +-0.063476562500 +-0.173828125000 +-0.071777343750 +-0.112792968750 +0.114257812500 +-0.055908203125 +-0.184570312500 +0.118652343750 +0.161132812500 +0.202148437500 +0.038085937500 +0.022949218750 +0.235351562500 +0.024902343750 +0.369140625000 +0.086425781250 +-0.106933593750 +-0.064941406250 +-0.014770507812 +0.050781250000 +-0.004486083984 +-0.168945312500 +0.084960937500 +-0.019042968750 +-0.235351562500 +0.001243591309 +-0.142578125000 +-0.257812500000 +-0.218750000000 +0.166992187500 +-0.044189453125 +0.119140625000 +-0.122558593750 +-0.145507812500 +-0.069335937500 +-0.092773437500 +-0.335937500000 +0.017456054688 +0.178710937500 +0.021240234375 +-0.049072265625 +0.062988281250 +0.061767578125 +0.052246093750 +-0.173828125000 +-0.026855468750 +-0.060546875000 +0.030151367188 +0.225585937500 +0.143554687500 +-0.028198242188 +0.101074218750 +-0.133789062500 +-0.004058837891 +0.125000000000 +0.306640625000 +-0.136718750000 +0.046875000000 +-0.142578125000 +0.147460937500 +0.023559570312 +-0.171875000000 +-0.143554687500 +-0.058593750000 +0.056640625000 +-0.055175781250 +0.087402343750 +-0.033203125000 +0.044677734375 +-0.009826660156 +-0.318359375000 +0.093261718750 +-0.143554687500 +-0.040771484375 +-0.046875000000 +0.039794921875 +-0.069824218750 +0.081054687500 +-0.000602722168 +-0.144531250000 +-0.015441894531 +0.135742187500 +-0.021118164062 +-0.011962890625 +-0.080078125000 +-0.084960937500 +-0.161132812500 +0.014953613281 +0.036376953125 +-0.054931640625 +0.236328125000 +0.257812500000 +0.097656250000 +-0.091796875000 +0.273437500000 +-0.050292968750 +0.030517578125 +-0.122558593750 +-0.025268554688 +0.153320312500 +-0.198242187500 +0.035400390625 +0.059082031250 +-0.041015625000 +-0.012695312500 +-0.017700195312 +0.099121093750 +-0.082519531250 +-0.151367187500 +-0.010192871094 +-0.075195312500 +0.002273559570 +-0.199218750000 +-0.263671875000 +0.388671875000 +0.031494140625 +0.081542968750 +-0.041992187500 +-0.136718750000 +-0.013366699219 +-0.219726562500 +-0.049072265625 +0.149414062500 +0.103515625000 +0.065917968750 +-0.060302734375 +-0.092773437500 +-0.043701171875 +-0.007995605469 +-0.088867187500 +-0.147460937500 +0.125000000000 +0.116699218750 +0.121093750000 +-0.109863281250 +0.263671875000 +0.135742187500 +-0.275390625000 +0.011352539062 +-0.106933593750 +0.127929687500 +0.135742187500 +0.043457031250 +0.093261718750 +0.017822265625 +0.287109375000 +0.021240234375 +-0.115722656250 +-0.055419921875 +-0.178710937500 +0.211914062500 +0.140625000000 +0.110839843750 +-0.105957031250 +-0.186523437500 +0.083984375000 +-0.068359375000 +-0.080078125000 +0.044189453125 +0.067871093750 +0.047607421875 +-0.190429687500 +0.041015625000 +0.140625000000 +0.072265625000 +-0.015991210938 +-0.130859375000 +-0.088378906250 +-0.213867187500 +-0.225585937500 +-0.064453125000 +-0.061035156250 +-0.032226562500 +-0.049804687500 +-0.043212890625 +0.302734375000 +-0.013183593750 +0.115722656250 +-0.302734375000 +-0.189453125000 +0.149414062500 +0.076660156250 +-0.133789062500 +0.066894531250 +0.084960937500 +-0.289062500000 +0.031982421875 +0.051757812500 +0.245117187500 +0.271484375000 +0.081054687500 +0.031494140625 +-0.061279296875 +0.048828125000 +-0.143554687500 +-0.002212524414 +0.287109375000 +0.155273437500 +-0.121582031250 +-0.035644531250 +-0.114746093750 +-0.209960937500 +0.035644531250 +0.113281250000 +0.070800781250 +0.001998901367 +-0.048095703125 +-0.007019042969 +0.003768920898 +-0.081542968750 +-0.086425781250 +-0.047851562500 +0.035644531250 +-0.051269531250 +-0.129882812500 +-0.009887695312 +-0.027954101562 +0.004455566406 +-0.072265625000 +-0.016357421875 +-0.145507812500 +0.019409179688 +-0.134765625000 +0.083496093750 +0.050781250000 +-0.046875000000 +-0.250000000000 +-0.332031250000 +-0.105957031250 +-0.318359375000 +-0.244140625000 +-0.206054687500 +0.160156250000 +-0.079589843750 +-0.259765625000 +-0.009826660156 +-0.207031250000 +-0.057617187500 +-0.063964843750 +-0.094238281250 +-0.472656250000 +0.000197410583 +-0.251953125000 +0.067382812500 +-0.056640625000 +0.050781250000 +0.014465332031 +-0.259765625000 +0.018554687500 +-0.180664062500 +-0.165039062500 +-0.102050781250 +0.012634277344 +-0.127929687500 +-0.103027343750 +-0.025146484375 +0.027832031250 +-0.367187500000 +-0.333984375000 +-0.011657714844 +-0.026123046875 +-0.174804687500 +0.022094726562 +-0.033935546875 +-0.082519531250 +-0.029785156250 +-0.103027343750 +-0.173828125000 +-0.133789062500 +0.007812500000 +-0.107910156250 +0.100097656250 +0.189453125000 +0.089355468750 +0.104003906250 +-0.034912109375 +-0.134765625000 +-0.123046875000 +0.167968750000 +0.175781250000 +-0.082519531250 +-0.097656250000 +-0.339843750000 +-0.197265625000 +-0.062988281250 +0.277343750000 +-0.016967773438 +-0.098632812500 +-0.167968750000 +-0.022216796875 +0.105468750000 +0.103027343750 +-0.126953125000 +0.253906250000 +-0.068359375000 +-0.273437500000 +-0.019287109375 +-0.115722656250 +-0.003570556641 +0.082031250000 +0.205078125000 +0.166015625000 +-0.179687500000 +0.292968750000 +0.222656250000 +-0.091308593750 +-0.175781250000 +-0.096679687500 +0.067871093750 +0.119140625000 +0.151367187500 +0.128906250000 +-0.195312500000 +-0.125000000000 +0.040283203125 +-0.104492187500 +0.215820312500 +-0.079101562500 +0.223632812500 +0.009887695312 +-0.012023925781 +0.091796875000 +0.087890625000 +0.091796875000 +-0.010925292969 +0.176757812500 +-0.058105468750 +-0.240234375000 +0.019042968750 +0.086425781250 +-0.095214843750 +-0.154296875000 +-0.094238281250 +0.166992187500 +0.140625000000 +-0.068359375000 +-0.171875000000 +-0.104980468750 +-0.232421875000 +-0.257812500000 +-0.067871093750 +-0.058837890625 +0.006713867188 +-0.119140625000 +0.107421875000 +-0.076171875000 +-0.062988281250 +-0.175781250000 +-0.065917968750 +0.094726562500 +-0.015563964844 +0.281250000000 +-0.047363281250 +0.000591278076 +-0.054931640625 +0.087890625000 +0.079589843750 +0.041259765625 +-0.037109375000 +0.147460937500 +0.103027343750 +-0.072265625000 +-0.044921875000 +-0.125000000000 +0.019042968750 +-0.230468750000 +0.057373046875 +0.059570312500 +0.069335937500 +-0.111328125000 +-0.050781250000 +-0.072265625000 +-0.156250000000 +0.062011718750 +0.011047363281 +-0.339843750000 +-0.023315429688 +-0.084472656250 +0.253906250000 +0.035400390625 +-0.003738403320 +0.025024414062 +-0.156250000000 +-0.003692626953 +0.141601562500 +0.550781250000 +0.095703125000 +-0.020263671875 +0.021728515625 +-0.073242187500 +-0.042968750000 +0.050048828125 +0.029907226562 +0.154296875000 +-0.130859375000 +-0.083496093750 +0.023681640625 +-0.152343750000 +0.088867187500 +0.013183593750 +-0.036865234375 +0.085937500000 +-0.026489257812 +-0.042480468750 +-0.244140625000 +-0.134765625000 +-0.053466796875 +-0.029541015625 +0.074218750000 +-0.215820312500 +-0.064941406250 +-0.087402343750 +0.113281250000 +0.097167968750 +0.037841796875 +0.065429687500 +-0.062011718750 +0.009704589844 +-0.026733398438 +0.130859375000 +-0.062255859375 +0.118652343750 +0.028564453125 +-0.289062500000 +-0.237304687500 +-0.320312500000 +0.001441955566 +-0.124023437500 +0.008789062500 +-0.061035156250 +0.105468750000 +-0.058349609375 +0.217773437500 +0.017333984375 +-0.107910156250 +0.042480468750 +-0.036621093750 +-0.089355468750 +0.010986328125 +-0.160156250000 +-0.015563964844 +0.052734375000 +-0.088378906250 +-0.090332031250 +0.240234375000 +0.144531250000 +0.123535156250 +0.190429687500 +-0.068847656250 +-0.069335937500 +0.116699218750 +0.103027343750 +-0.205078125000 +-0.164062500000 +0.051025390625 +-0.217773437500 +-0.038330078125 +0.088378906250 +-0.007781982422 +0.034667968750 +0.206054687500 +-0.215820312500 +-0.124023437500 +0.109375000000 +-0.047607421875 +-0.065917968750 +0.101074218750 +-0.168945312500 +-0.034179687500 +0.124023437500 +0.229492187500 +-0.177734375000 +0.104980468750 +-0.349609375000 +-0.439453125000 +-0.214843750000 +0.041015625000 +0.133789062500 +-0.054687500000 +0.030029296875 +-0.146484375000 +-0.053955078125 +0.155273437500 +0.185546875000 +0.077636718750 +0.149414062500 +0.077636718750 +-0.012268066406 +-0.080078125000 +-0.104003906250 +0.064941406250 +0.244140625000 +0.279296875000 +-0.206054687500 +0.030761718750 +0.198242187500 +0.289062500000 +-0.036865234375 +-0.427734375000 +-0.181640625000 +0.003936767578 +-0.149414062500 +0.119628906250 +-0.021240234375 +0.112304687500 +0.076171875000 +-0.048828125000 +0.061767578125 +0.269531250000 +0.043212890625 +0.183593750000 +0.292968750000 +-0.223632812500 +0.142578125000 +0.077148437500 +0.115234375000 +-0.072265625000 +0.119140625000 +-0.007995605469 +-0.351562500000 +0.265625000000 +-0.113281250000 +-0.081054687500 +-0.170898437500 +-0.102050781250 +-0.042480468750 +-0.197265625000 +0.140625000000 +-0.001914978027 +-0.133789062500 +-0.249023437500 +0.206054687500 +-0.104492187500 +-0.178710937500 +-0.029418945312 +-0.333984375000 +-0.144531250000 +-0.018920898438 +0.177734375000 +0.091796875000 +-0.086425781250 +0.076660156250 +0.143554687500 +-0.015563964844 +0.107910156250 +0.127929687500 +-0.184570312500 +0.004943847656 +0.057861328125 +-0.060302734375 +-0.152343750000 +-0.019653320312 +-0.116699218750 +-0.059570312500 +-0.058593750000 +-0.049072265625 +-0.184570312500 +-0.105957031250 +-0.144531250000 +0.100097656250 +-0.009399414062 +0.082031250000 +0.149414062500 +-0.102050781250 +-0.255859375000 +-0.343750000000 +-0.009826660156 +0.083496093750 +-0.011657714844 +-0.015625000000 +-0.187500000000 +0.012817382812 +-0.101562500000 +0.010803222656 +0.077148437500 +0.049804687500 +-0.101074218750 +-0.093750000000 +0.064453125000 +0.014343261719 +0.017944335938 +0.227539062500 +-0.065917968750 +0.269531250000 +0.159179687500 +-0.261718750000 +0.061523437500 +0.019653320312 +0.087402343750 +-0.063476562500 +-0.259765625000 +-0.013183593750 +-0.022827148438 +0.182617187500 +0.004577636719 +-0.129882812500 +-0.122558593750 +0.105957031250 +0.179687500000 +-0.018310546875 +-0.014282226562 +-0.000284194946 +0.076660156250 +0.017456054688 +0.162109375000 +-0.136718750000 +0.115722656250 +0.007385253906 +0.081542968750 +0.120605468750 +0.095703125000 +-0.070312500000 +-0.096191406250 +0.127929687500 +-0.114257812500 +-0.230468750000 +0.099121093750 +0.146484375000 +0.004058837891 +-0.161132812500 +0.055908203125 +0.055908203125 +-0.038330078125 +-0.013671875000 +0.123535156250 +-0.047363281250 +-0.098632812500 +0.147460937500 +-0.337890625000 +-0.089843750000 +0.223632812500 +-0.104492187500 +0.140625000000 +0.171875000000 +0.202148437500 +0.057373046875 +0.132812500000 +-0.022949218750 +-0.007446289062 +-0.054443359375 +0.018432617188 +0.063476562500 +-0.115234375000 +0.082031250000 +0.143554687500 +-0.170898437500 +0.138671875000 +0.215820312500 +0.088867187500 +-0.101074218750 +-0.014526367188 +-0.032226562500 +0.095214843750 +-0.051513671875 +-0.155273437500 +0.000877380371 +0.061523437500 +0.187500000000 +-0.027832031250 +-0.267578125000 +-0.087402343750 +-0.240234375000 +0.060791015625 +0.038818359375 +0.227539062500 +0.015869140625 +0.237304687500 +-0.181640625000 +-0.093750000000 +0.060058593750 +-0.155273437500 +-0.075683593750 +0.168945312500 +-0.215820312500 +0.133789062500 +0.027587890625 +0.206054687500 +-0.028320312500 +-0.275390625000 +-0.106445312500 +-0.095703125000 +0.004241943359 +-0.223632812500 +0.133789062500 +0.074218750000 +0.056396484375 +-0.181640625000 +0.253906250000 +0.026245117188 +0.054199218750 +-0.287109375000 +-0.100585937500 +0.076660156250 +-0.019165039062 +0.098632812500 +0.166015625000 +0.177734375000 +-0.053710937500 +0.140625000000 +-0.134765625000 +0.066894531250 +0.349609375000 +-0.080078125000 +-0.142578125000 +0.080566406250 +-0.156250000000 +-0.067871093750 +-0.263671875000 +-0.120605468750 +0.163085937500 +0.113769531250 +0.190429687500 +0.117675781250 +-0.182617187500 +-0.174804687500 +-0.012939453125 +0.124023437500 +0.037841796875 +0.022827148438 +0.138671875000 +-0.023437500000 +0.144531250000 +0.220703125000 +-0.035156250000 +-0.115722656250 +-0.054199218750 +0.156250000000 +0.064453125000 +-0.115722656250 +-0.111328125000 +-0.031738281250 +0.022338867188 +0.051025390625 +-0.137695312500 +-0.157226562500 +0.043457031250 +0.195312500000 +-0.088867187500 +-0.005584716797 +-0.048095703125 +0.075195312500 +0.098144531250 +-0.020385742188 +0.002120971680 +-0.101562500000 +-0.212890625000 +0.127929687500 +-0.026367187500 +0.102050781250 +-0.128906250000 +-0.160156250000 +0.004791259766 +-0.056640625000 +-0.012207031250 +0.337890625000 +0.051269531250 +-0.069335937500 +0.162109375000 +0.005645751953 +0.063476562500 +-0.068359375000 +-0.143554687500 +-0.081542968750 +-0.359375000000 +-0.034667968750 +0.082031250000 +-0.240234375000 +-0.009826660156 +0.087402343750 +0.108886718750 +-0.150390625000 +-0.138671875000 +-0.139648437500 +0.171875000000 +-0.179687500000 +-0.022583007812 +-0.094726562500 +0.074218750000 +0.021850585938 +0.146484375000 +0.106933593750 +0.234375000000 +-0.012207031250 +-0.097167968750 +0.220703125000 +0.106933593750 +0.070800781250 +-0.170898437500 +0.116699218750 +0.023559570312 +0.081542968750 +-0.128906250000 +0.003616333008 +-0.020385742188 +-0.087890625000 +0.157226562500 +0.095703125000 +-0.043212890625 +-0.054687500000 +-0.072265625000 +-0.151367187500 +-0.320312500000 +-0.068847656250 +-0.196289062500 +0.044189453125 +0.208984375000 +0.084960937500 +0.039062500000 +0.055175781250 +-0.006347656250 +-0.037597656250 +-0.192382812500 +-0.124023437500 +0.112304687500 +0.025390625000 +0.316406250000 +-0.263671875000 +0.105468750000 +-0.103515625000 +-0.038818359375 +-0.106445312500 +0.275390625000 +0.026489257812 +0.375000000000 +0.158203125000 +0.068847656250 +-0.289062500000 +0.097656250000 +-0.177734375000 +0.065917968750 +-0.186523437500 +0.011352539062 +0.065917968750 +-0.269531250000 +-0.071777343750 +-0.335937500000 +0.074707031250 +-0.017578125000 +-0.102539062500 +0.018310546875 +-0.120605468750 +-0.031005859375 +-0.201171875000 +0.204101562500 +-0.080566406250 +-0.001472473145 +0.058105468750 +-0.018066406250 +-0.083496093750 +0.092285156250 +0.097167968750 +-0.213867187500 +0.135742187500 +0.088867187500 +0.237304687500 +-0.094238281250 +-0.249023437500 +0.139648437500 +-0.213867187500 +0.101562500000 +0.146484375000 +-0.090332031250 +-0.131835937500 +-0.040771484375 +-0.099121093750 +-0.006652832031 +0.045166015625 +-0.121582031250 +0.085937500000 +0.097656250000 +0.347656250000 +-0.075195312500 +-0.117675781250 +-0.054687500000 +-0.013305664062 +0.044921875000 +0.084472656250 +-0.190429687500 +0.063476562500 +0.065917968750 +0.291015625000 +-0.143554687500 +-0.023559570312 +-0.053710937500 +0.041015625000 +-0.134765625000 +-0.023315429688 +-0.100097656250 +0.062500000000 +-0.024414062500 +-0.144531250000 +-0.048828125000 +-0.050048828125 +-0.147460937500 +0.070800781250 +0.251953125000 +0.011779785156 +0.175781250000 +-0.069335937500 +0.361328125000 +-0.086914062500 +0.104003906250 +-0.000168800354 +-0.090820312500 +0.125000000000 +0.118164062500 +-0.032958984375 +-0.171875000000 +-0.044921875000 +0.177734375000 +-0.178710937500 +0.087890625000 +-0.159179687500 +-0.277343750000 +0.047607421875 +0.079589843750 +-0.225585937500 +-0.125976562500 +-0.468750000000 +0.059326171875 +0.052978515625 +-0.072753906250 +0.018432617188 +0.208007812500 +-0.209960937500 +-0.054443359375 +0.031127929688 +-0.003128051758 +0.052246093750 +0.046142578125 +-0.143554687500 +0.145507812500 +-0.176757812500 +0.159179687500 +0.117675781250 +-0.054199218750 +-0.020385742188 +-0.041015625000 +0.015991210938 +-0.007751464844 +-0.102539062500 +-0.171875000000 +0.008850097656 +-0.141601562500 +0.075683593750 +0.388671875000 +-0.249023437500 +0.039794921875 +0.094238281250 +0.002761840820 +-0.074707031250 +-0.133789062500 +0.088867187500 +0.168945312500 +-0.037597656250 +0.017944335938 +-0.075195312500 +-0.160156250000 +-0.199218750000 +-0.103027343750 +-0.066894531250 +-0.032958984375 +0.082519531250 +-0.143554687500 +0.031982421875 +-0.077636718750 +-0.094726562500 +-0.142578125000 +-0.063476562500 +0.142578125000 +-0.195312500000 +-0.156250000000 +0.140625000000 +0.124511718750 +-0.039794921875 +-0.009155273438 +0.076660156250 +0.019165039062 +0.209960937500 +0.079101562500 +0.031494140625 +0.006927490234 +0.023681640625 +-0.246093750000 +-0.095214843750 +-0.037841796875 +-0.074218750000 +0.016723632812 +-0.267578125000 +-0.009704589844 +-0.164062500000 +-0.045898437500 +0.024658203125 +-0.039794921875 +-0.083496093750 +-0.071777343750 +-0.110351562500 +0.104980468750 +0.237304687500 +0.124023437500 +-0.253906250000 +0.157226562500 +0.022949218750 +-0.113769531250 +-0.253906250000 +-0.168945312500 +-0.349609375000 +0.167968750000 +0.008178710938 +-0.013916015625 +-0.026489257812 +0.149414062500 +0.056152343750 +0.248046875000 +-0.028808593750 +0.363281250000 +-0.083007812500 +0.152343750000 +-0.199218750000 +0.154296875000 +-0.298828125000 +0.047119140625 +-0.115722656250 +-0.019897460938 +-0.049560546875 +-0.073242187500 +0.123046875000 +0.029296875000 +-0.180664062500 +0.035400390625 +-0.151367187500 +-0.000720977783 +0.104980468750 +0.145507812500 +-0.092773437500 +0.030029296875 +0.110351562500 +-0.033203125000 +0.083496093750 +0.032226562500 +-0.097656250000 +-0.062988281250 +-0.020629882812 +-0.003341674805 +-0.343750000000 +-0.102050781250 +0.080078125000 +0.171875000000 +-0.070800781250 +-0.371093750000 +-0.131835937500 +-0.017944335938 +0.056884765625 +0.086914062500 +-0.005249023438 +-0.055419921875 +-0.025634765625 +0.137695312500 +-0.026245117188 +-0.022827148438 +-0.013000488281 +-0.056396484375 +0.058837890625 +0.153320312500 +0.084472656250 +0.093261718750 +-0.010498046875 +0.123046875000 +0.151367187500 +0.030883789062 +0.017700195312 +0.123046875000 +-0.049072265625 +-0.027832031250 +-0.129882812500 +0.071777343750 +0.049072265625 +-0.146484375000 +0.010314941406 +-0.015991210938 +-0.217773437500 +-0.025146484375 +0.004913330078 +-0.089355468750 +-0.108398437500 +-0.088867187500 +0.149414062500 +-0.010192871094 +-0.239257812500 +-0.011718750000 +0.038085937500 +-0.074218750000 +-0.017456054688 +0.097656250000 +-0.043701171875 +-0.058593750000 +-0.147460937500 +0.050048828125 +-0.083984375000 +0.107421875000 +0.169921875000 +-0.100097656250 +-0.004364013672 +-0.006958007812 +-0.139648437500 +0.004333496094 +0.091308593750 +0.037841796875 +0.014709472656 +-0.023437500000 +0.063964843750 +0.207031250000 +-0.074218750000 +-0.146484375000 +0.063476562500 +-0.060058593750 +-0.194335937500 +0.229492187500 +0.310546875000 +0.022094726562 +-0.074707031250 +-0.044433593750 +0.217773437500 +-0.140625000000 +-0.233398437500 +-0.064453125000 +0.126953125000 +0.281250000000 +-0.070800781250 +0.182617187500 +0.024780273438 +0.166015625000 +0.056396484375 +-0.010925292969 +0.038330078125 +-0.061767578125 +-0.018676757812 +-0.017089843750 +-0.217773437500 +0.115234375000 +0.059570312500 +0.013244628906 +0.211914062500 +0.178710937500 +-0.004180908203 +-0.076171875000 +0.126953125000 +0.249023437500 +-0.111328125000 +-0.102539062500 +-0.094726562500 +-0.204101562500 +-0.156250000000 +0.038330078125 +0.125976562500 +-0.006866455078 +0.183593750000 +-0.233398437500 +-0.460937500000 +-0.171875000000 +-0.004119873047 +0.045410156250 +-0.191406250000 +-0.042724609375 +-0.059570312500 +-0.164062500000 +0.030517578125 +-0.058837890625 +0.142578125000 +0.102050781250 +0.023315429688 +0.168945312500 +-0.029174804688 +-0.080566406250 +0.035156250000 +0.179687500000 +0.059570312500 +-0.049560546875 +-0.275390625000 +-0.013671875000 +0.127929687500 +0.031738281250 +0.034912109375 +-0.005035400391 +-0.061035156250 +-0.115722656250 +-0.104980468750 +-0.201171875000 +0.059814453125 +0.343750000000 +0.064453125000 +-0.125000000000 +0.020141601562 +-0.060302734375 +-0.012634277344 +0.131835937500 +0.091796875000 +0.141601562500 +-0.470703125000 +0.053222656250 +-0.090332031250 +0.164062500000 +0.099121093750 +-0.145507812500 +0.108398437500 +-0.038330078125 +-0.345703125000 +-0.069335937500 +0.016479492188 +0.238281250000 +-0.159179687500 +0.003112792969 +-0.069335937500 +-0.018920898438 +0.083496093750 +0.173828125000 +0.005493164062 +-0.140625000000 +0.161132812500 +-0.179687500000 +0.115722656250 +-0.166015625000 +0.045410156250 +-0.019042968750 +0.112792968750 +0.045654296875 +0.081542968750 +-0.380859375000 +-0.120605468750 +0.047363281250 +-0.115234375000 +-0.012573242188 +-0.172851562500 +-0.025146484375 +0.082031250000 +0.001335144043 +-0.255859375000 +-0.055908203125 +-0.061767578125 +0.078613281250 +-0.111816406250 +-0.119628906250 +-0.007171630859 +0.033691406250 +0.134765625000 +-0.127929687500 +-0.234375000000 +-0.157226562500 +0.004821777344 +0.044433593750 +-0.037597656250 +0.066406250000 +-0.188476562500 +0.128906250000 +0.066894531250 +-0.136718750000 +-0.153320312500 +0.117187500000 +-0.073730468750 +0.074218750000 +-0.154296875000 +0.112792968750 +-0.154296875000 +0.099609375000 +0.005859375000 +0.128906250000 +-0.164062500000 +0.087890625000 +0.084472656250 +-0.208984375000 +0.036132812500 +-0.091308593750 +0.145507812500 +0.049316406250 +0.006958007812 +-0.000694274902 +0.120117187500 +0.110351562500 +-0.233398437500 +-0.083496093750 +-0.011108398438 +-0.026977539062 +0.173828125000 +0.068359375000 +0.019775390625 +0.033447265625 +0.076171875000 +0.016235351562 +0.015502929688 +-0.246093750000 +0.116699218750 +-0.142578125000 +-0.091308593750 +0.074218750000 +-0.090332031250 +0.055175781250 +0.074218750000 +-0.156250000000 +0.074707031250 +-0.166992187500 +-0.019897460938 +-0.007812500000 +-0.039550781250 +-0.117675781250 +-0.102050781250 +-0.112792968750 +-0.198242187500 +0.057373046875 +-0.128906250000 +-0.125000000000 +-0.023315429688 +-0.049560546875 +-0.153320312500 +-0.016723632812 +-0.074218750000 +0.043212890625 +0.047607421875 +0.078613281250 +-0.143554687500 +-0.108886718750 +-0.081054687500 +0.141601562500 +-0.105468750000 +-0.168945312500 +-0.014160156250 +-0.063476562500 +0.132812500000 +0.087890625000 +-0.210937500000 +-0.103027343750 +-0.217773437500 +-0.109375000000 +-0.088378906250 +-0.001342773438 +0.002975463867 +0.107421875000 +-0.092773437500 +-0.068359375000 +-0.231445312500 +-0.036376953125 +0.074707031250 +0.120117187500 +0.020996093750 +-0.147460937500 +-0.066406250000 +-0.185546875000 +-0.130859375000 +-0.279296875000 +-0.021606445312 +0.002258300781 +-0.150390625000 +-0.041015625000 +-0.030639648438 +-0.095214843750 +0.012695312500 +-0.078125000000 +0.163085937500 +0.359375000000 +0.003219604492 +0.128906250000 +0.279296875000 +0.126953125000 +-0.020751953125 +-0.050048828125 +-0.076171875000 +-0.201171875000 +-0.096679687500 +-0.016357421875 +-0.036865234375 +0.087890625000 +0.033935546875 +0.201171875000 +0.007354736328 +-0.007171630859 +0.006622314453 +-0.176757812500 +0.005645751953 +0.014404296875 +0.406250000000 +-0.062988281250 +0.103515625000 +-0.069335937500 +0.029785156250 +-0.080078125000 +-0.181640625000 +0.120117187500 +0.041992187500 +-0.097167968750 +0.098632812500 +-0.118164062500 +-0.138671875000 +-0.142578125000 +0.193359375000 +-0.234375000000 +-0.008056640625 +0.055175781250 +-0.271484375000 +-0.166992187500 +0.196289062500 +-0.050292968750 +0.030761718750 +0.002639770508 +0.192382812500 +0.220703125000 +-0.073730468750 +0.111328125000 +0.273437500000 +-0.045654296875 +0.033935546875 +0.105468750000 +-0.085937500000 +-0.028076171875 +0.328125000000 +-0.160156250000 +0.015991210938 +0.203125000000 +0.143554687500 +0.188476562500 +-0.122558593750 +-0.084472656250 +0.004150390625 +-0.052001953125 +-0.176757812500 +-0.130859375000 +0.019775390625 +0.000774383545 +-0.000518798828 +-0.044677734375 +0.035644531250 +0.014465332031 +-0.163085937500 +-0.102539062500 +-0.042724609375 +-0.059082031250 +0.159179687500 +0.090332031250 +0.206054687500 +0.058105468750 +0.026733398438 +-0.025512695312 +-0.097167968750 +0.006591796875 +-0.071289062500 +0.081054687500 +0.080078125000 +-0.004699707031 +0.146484375000 +0.142578125000 +0.160156250000 +0.188476562500 +-0.016113281250 +-0.075195312500 +0.223632812500 +-0.023803710938 +-0.062255859375 +-0.072753906250 +0.111816406250 +-0.310546875000 +0.190429687500 +-0.279296875000 +0.027832031250 +-0.009826660156 +0.147460937500 +0.190429687500 +0.096679687500 +-0.283203125000 +-0.123046875000 +0.112792968750 +0.082519531250 +0.053466796875 +0.118164062500 +-0.146484375000 +-0.040771484375 +0.416015625000 +-0.045898437500 +-0.138671875000 +0.073242187500 +0.055419921875 +-0.164062500000 +0.060791015625 +0.094238281250 +-0.186523437500 +-0.119628906250 +-0.097167968750 +-0.023071289062 +0.259765625000 +0.029785156250 +0.189453125000 +-0.070800781250 +0.137695312500 +-0.310546875000 +0.002731323242 +-0.131835937500 +-0.292968750000 +0.128906250000 +-0.024414062500 +0.003128051758 +-0.115234375000 +-0.343750000000 +-0.045410156250 +-0.116210937500 +-0.034912109375 +-0.087402343750 +-0.400390625000 +-0.186523437500 +0.093261718750 +0.574218750000 +-0.212890625000 +-0.229492187500 +-0.123046875000 +-0.126953125000 +-0.021118164062 +0.054199218750 +0.014831542969 +0.083984375000 +-0.188476562500 +-0.016357421875 +-0.314453125000 +-0.184570312500 +0.166015625000 +-0.090332031250 +-0.244140625000 +-0.213867187500 +0.075683593750 +0.129882812500 +-0.255859375000 +-0.009460449219 +-0.194335937500 +0.074707031250 +-0.020751953125 +0.316406250000 +-0.040527343750 +-0.022705078125 +-0.062011718750 +-0.025512695312 +0.115722656250 +-0.059326171875 +-0.061767578125 +-0.120605468750 +-0.225585937500 +-0.009826660156 +0.083984375000 +-0.112792968750 +-0.069335937500 +-0.182617187500 +0.047607421875 +-0.071289062500 +0.052246093750 +-0.122070312500 +0.050537109375 +0.073730468750 +0.071777343750 +-0.181640625000 +0.149414062500 +-0.164062500000 +-0.030639648438 +0.106933593750 +0.109375000000 +-0.173828125000 +-0.131835937500 +0.083984375000 +0.146484375000 +-0.022583007812 +0.140625000000 +-0.093750000000 +0.110351562500 +0.048828125000 +0.157226562500 +-0.435546875000 +0.072265625000 +-0.094726562500 +-0.017089843750 +0.145507812500 +-0.130859375000 +-0.142578125000 +-0.022583007812 +0.045166015625 +0.019775390625 +0.221679687500 +-0.011535644531 +-0.022949218750 +-0.143554687500 +0.133789062500 +0.030883789062 +0.033691406250 +0.039062500000 +0.063964843750 +-0.016113281250 +-0.010314941406 +-0.223632812500 +0.017822265625 +-0.263671875000 +-0.296875000000 +0.069824218750 +0.000280380249 +0.069824218750 +0.012207031250 +0.147460937500 +-0.073730468750 +-0.176757812500 +0.217773437500 +-0.294921875000 +-0.024780273438 +-0.027099609375 +0.035644531250 +-0.089843750000 +-0.136718750000 +-0.111328125000 +-0.065429687500 +0.073242187500 +0.020751953125 +0.005126953125 +-0.063476562500 +0.027709960938 +0.018554687500 +0.257812500000 +0.106933593750 +0.020141601562 +-0.077636718750 +-0.032714843750 +0.294921875000 +0.178710937500 +0.131835937500 +-0.032226562500 +0.149414062500 +0.002517700195 +-0.146484375000 +-0.064941406250 +-0.009948730469 +-0.053955078125 +-0.351562500000 +-0.121582031250 +-0.136718750000 +-0.007110595703 +0.002334594727 +-0.102050781250 +0.195312500000 +0.018676757812 +-0.118652343750 +-0.324218750000 +-0.064453125000 +0.001937866211 +-0.188476562500 +0.107910156250 +0.125000000000 +0.113281250000 +-0.011047363281 +0.049072265625 +0.227539062500 +0.101562500000 +0.017700195312 +0.129882812500 +-0.077636718750 +-0.069824218750 +-0.214843750000 +-0.002975463867 +-0.052490234375 +0.030639648438 +-0.103027343750 +-0.022338867188 +0.072265625000 +-0.178710937500 +-0.001670837402 +-0.109863281250 +0.179687500000 +-0.067382812500 +0.106445312500 +0.054443359375 +0.068847656250 +0.017822265625 +0.026733398438 +0.007812500000 +-0.036865234375 +-0.190429687500 +-0.265625000000 +0.302734375000 +0.080566406250 +0.010192871094 +-0.115722656250 +0.006164550781 +0.025756835938 +-0.054199218750 +-0.024658203125 +-0.253906250000 +0.039062500000 +-0.053466796875 +0.047363281250 +0.186523437500 +0.083496093750 +-0.040283203125 +0.083984375000 +0.104003906250 +0.131835937500 +0.073242187500 +0.096679687500 +-0.034912109375 +-0.084960937500 +-0.187500000000 +0.075195312500 +0.004058837891 +-0.101074218750 +0.166015625000 +0.054199218750 +-0.143554687500 +-0.055664062500 +0.009643554688 +-0.156250000000 +-0.185546875000 +-0.106933593750 +0.089843750000 +0.153320312500 +0.018310546875 +0.050537109375 +0.235351562500 +0.141601562500 +-0.138671875000 +0.076660156250 +0.072753906250 +0.048583984375 +-0.068847656250 +0.021972656250 +0.143554687500 +0.078125000000 +-0.215820312500 +-0.047363281250 +0.048583984375 +0.065917968750 +0.088867187500 +-0.029907226562 +-0.072753906250 +0.152343750000 +0.189453125000 +0.024780273438 +-0.145507812500 +-0.111328125000 +0.023559570312 +0.017578125000 +0.073242187500 +0.050292968750 +0.079589843750 +-0.056152343750 +-0.244140625000 +0.041503906250 +0.072265625000 +0.034667968750 +0.045410156250 +0.149414062500 +-0.054443359375 +-0.146484375000 +-0.235351562500 +-0.056640625000 +0.051269531250 +0.043212890625 +-0.169921875000 +-0.271484375000 +-0.351562500000 +-0.188476562500 +-0.007171630859 +-0.148437500000 +-0.020141601562 +0.122070312500 +0.200195312500 +0.063964843750 +-0.063964843750 +0.016357421875 +-0.015197753906 +-0.103027343750 +0.105957031250 +0.158203125000 +0.082031250000 +0.050537109375 +-0.095703125000 +0.044677734375 +-0.078613281250 +-0.214843750000 +0.019531250000 +-0.152343750000 +0.169921875000 +-0.224609375000 +0.178710937500 +-0.172851562500 +0.013549804688 +-0.210937500000 +0.053466796875 +-0.069824218750 +-0.017456054688 +0.047851562500 +-0.020263671875 +0.029418945312 +-0.103027343750 +0.042724609375 +0.025756835938 +-0.088867187500 +-0.104980468750 +-0.347656250000 +-0.066894531250 +-0.017089843750 +-0.083007812500 +-0.100097656250 +-0.162109375000 +-0.059082031250 +-0.135742187500 +0.193359375000 +0.036865234375 +-0.032470703125 +-0.191406250000 +-0.009948730469 +0.027587890625 +0.159179687500 +-0.127929687500 +0.042968750000 +0.031494140625 +0.063476562500 +0.069335937500 +0.043212890625 +-0.008117675781 +0.071289062500 +0.176757812500 +-0.071289062500 +-0.199218750000 +-0.287109375000 +0.052978515625 +0.024658203125 +-0.023559570312 +-0.181640625000 +0.038818359375 +-0.316406250000 +-0.168945312500 +0.006958007812 +-0.191406250000 +-0.208984375000 +-0.312500000000 +0.071777343750 +-0.300781250000 +-0.082031250000 +-0.220703125000 +-0.123535156250 +-0.000598907471 +-0.029174804688 +0.016967773438 +-0.185546875000 +0.028930664062 +-0.289062500000 +0.020629882812 +-0.055175781250 +0.054443359375 +-0.073242187500 +-0.263671875000 +-0.143554687500 +-0.070800781250 +-0.189453125000 +-0.074218750000 +0.038085937500 +-0.080566406250 +-0.002899169922 +-0.005798339844 +0.049804687500 +-0.291015625000 +-0.092285156250 +-0.104003906250 +-0.020507812500 +-0.245117187500 +0.116210937500 +-0.158203125000 +-0.169921875000 +0.304687500000 +0.062500000000 +-0.353515625000 +-0.053222656250 +-0.166015625000 +-0.125976562500 +-0.075195312500 +0.038330078125 +-0.287109375000 +0.009826660156 +0.092285156250 +-0.174804687500 +-0.230468750000 +-0.038574218750 +-0.167968750000 +-0.174804687500 +0.066894531250 +0.150390625000 +-0.112304687500 +-0.005554199219 +-0.036376953125 +-0.060302734375 +-0.112304687500 +0.002853393555 +-0.104003906250 +-0.236328125000 +0.005920410156 +-0.089843750000 +0.028198242188 +0.012878417969 +0.098144531250 +-0.158203125000 +-0.096191406250 +0.101074218750 +-0.183593750000 +0.149414062500 +-0.031494140625 +-0.048583984375 +-0.066406250000 +-0.225585937500 +0.127929687500 +0.100585937500 +-0.294921875000 +-0.153320312500 +0.126953125000 +0.102539062500 +-0.046630859375 +-0.117675781250 +0.031982421875 +0.001319885254 +0.034667968750 +-0.089355468750 +-0.042480468750 +-0.028564453125 +-0.292968750000 +-0.007690429688 +0.160156250000 +-0.072753906250 +0.056884765625 +-0.145507812500 +0.096679687500 +-0.168945312500 +-0.093261718750 +0.055175781250 +-0.208984375000 +-0.131835937500 +0.120117187500 +-0.037597656250 +-0.165039062500 +-0.102539062500 +-0.060302734375 +-0.019531250000 +-0.302734375000 +0.013366699219 +-0.000063419342 +0.224609375000 +-0.202148437500 +0.078613281250 +0.008483886719 +-0.068847656250 +-0.105468750000 +0.131835937500 +0.071289062500 +-0.026489257812 +-0.263671875000 +0.040771484375 +-0.071777343750 +0.055419921875 +0.043945312500 +-0.111816406250 +-0.156250000000 +-0.057128906250 +-0.023193359375 +-0.119140625000 +-0.201171875000 +0.016479492188 +-0.187500000000 +-0.269531250000 +-0.161132812500 +-0.046630859375 +0.240234375000 +-0.067871093750 +0.078125000000 +-0.001312255859 +-0.169921875000 +-0.097656250000 +-0.003616333008 +-0.283203125000 +-0.098144531250 +0.020996093750 +-0.055664062500 +-0.089355468750 +-0.228515625000 +-0.083007812500 +0.026611328125 +-0.015991210938 +-0.039306640625 +-0.086425781250 +-0.046142578125 +-0.002548217773 +0.157226562500 +-0.088867187500 +-0.034912109375 +-0.104003906250 +0.185546875000 +-0.002899169922 +0.223632812500 +-0.072265625000 +-0.029541015625 +-0.071289062500 +0.239257812500 +0.042236328125 +-0.136718750000 +-0.207031250000 +-0.220703125000 +-0.148437500000 +0.025878906250 +-0.038818359375 +-0.135742187500 +-0.126953125000 +0.095214843750 +-0.088378906250 +-0.014587402344 +0.031250000000 +0.107421875000 +0.010803222656 +0.283203125000 +0.238281250000 +0.069824218750 +0.056152343750 +0.020996093750 +-0.184570312500 +-0.183593750000 +-0.037841796875 +0.168945312500 +0.190429687500 +-0.015563964844 +-0.091308593750 +0.005157470703 +0.188476562500 +-0.174804687500 +-0.029907226562 +-0.172851562500 +-0.000789642334 +-0.073730468750 +0.078613281250 +0.174804687500 +0.011474609375 +-0.022705078125 +-0.040283203125 +0.035644531250 +0.023925781250 +0.172851562500 +0.150390625000 +0.190429687500 +0.098144531250 +0.002441406250 +-0.229492187500 +-0.062988281250 +0.054931640625 +-0.009094238281 +-0.069824218750 +-0.110839843750 +0.103515625000 +-0.093750000000 +-0.213867187500 +-0.111328125000 +0.042480468750 +-0.185546875000 +-0.091308593750 +0.127929687500 +0.158203125000 +0.161132812500 +-0.071289062500 +-0.181640625000 +-0.053955078125 +-0.107910156250 +-0.022094726562 +0.104980468750 +-0.029296875000 +0.068359375000 +-0.057373046875 +-0.003326416016 +-0.105468750000 +-0.400390625000 +0.177734375000 +-0.160156250000 +-0.033935546875 +-0.027587890625 +0.277343750000 +-0.194335937500 +-0.193359375000 +0.170898437500 +-0.109375000000 +-0.041015625000 +0.064941406250 +-0.052734375000 +-0.396484375000 +-0.318359375000 +-0.134765625000 +-0.273437500000 +-0.162109375000 +0.080078125000 +0.222656250000 +-0.146484375000 +0.059570312500 +0.046386718750 +-0.081542968750 +0.006591796875 +0.090332031250 +0.062500000000 +-0.113281250000 +0.269531250000 +-0.211914062500 +0.082519531250 +0.028442382812 +0.073242187500 +0.066406250000 +0.166015625000 +-0.168945312500 +0.045898437500 +-0.343750000000 +-0.267578125000 +-0.064453125000 +-0.221679687500 +-0.124023437500 +-0.163085937500 +-0.155273437500 +-0.148437500000 +0.047851562500 +-0.034423828125 +-0.005462646484 +0.150390625000 +-0.085937500000 +-0.037841796875 +-0.265625000000 +-0.011230468750 +0.114257812500 +0.271484375000 +0.172851562500 +0.062988281250 +-0.097167968750 +0.227539062500 +-0.166992187500 +0.202148437500 +-0.232421875000 +0.003326416016 +-0.001258850098 +0.040771484375 +-0.378906250000 +0.164062500000 +0.061767578125 +-0.042236328125 +-0.239257812500 +-0.263671875000 +-0.169921875000 +-0.137695312500 +0.043457031250 +-0.008850097656 +0.024169921875 +-0.158203125000 +-0.134765625000 +-0.024780273438 +0.060058593750 +-0.115234375000 +-0.103515625000 +-0.023315429688 +-0.103515625000 +-0.058593750000 +-0.087890625000 +-0.038818359375 +0.031250000000 +-0.031738281250 +0.114257812500 +-0.038818359375 +-0.318359375000 +0.031127929688 +0.050048828125 +-0.098144531250 +-0.190429687500 +-0.098632812500 +0.124511718750 +-0.026123046875 +-0.117675781250 +-0.027832031250 +-0.203125000000 +0.242187500000 +-0.135742187500 +-0.067382812500 +-0.041015625000 +-0.207031250000 +0.029296875000 +-0.206054687500 +0.067382812500 +-0.160156250000 +-0.126953125000 +-0.104003906250 +-0.155273437500 +-0.062255859375 +-0.088378906250 +0.024780273438 +-0.030395507812 +-0.058593750000 +-0.110351562500 +0.253906250000 +-0.122558593750 +0.069335937500 +-0.310546875000 +-0.148437500000 +-0.251953125000 +0.104980468750 +-0.128906250000 +-0.129882812500 +-0.131835937500 +-0.113769531250 +0.015869140625 +-0.052978515625 +-0.066406250000 +-0.074218750000 +0.110839843750 +-0.037109375000 +-0.116210937500 +-0.229492187500 +-0.058349609375 +-0.067382812500 +-0.166015625000 +-0.226562500000 +0.011291503906 +0.118652343750 +0.014099121094 +0.033691406250 +-0.135742187500 +0.304687500000 +-0.138671875000 +0.012939453125 +0.021118164062 +0.066406250000 +0.047851562500 +-0.209960937500 +-0.121093750000 +0.039550781250 +0.001235961914 +-0.139648437500 +0.052734375000 +-0.494140625000 +-0.097167968750 +0.069824218750 +0.074707031250 +0.132812500000 +-0.231445312500 +-0.119628906250 +0.030883789062 +-0.069824218750 +-0.110839843750 +-0.073242187500 +-0.046386718750 +-0.070800781250 +-0.060302734375 +-0.013671875000 +0.046875000000 +0.190429687500 +-0.014709472656 +0.030883789062 +-0.142578125000 +-0.324218750000 +-0.044433593750 +-0.104492187500 +-0.066406250000 +-0.013122558594 +0.099609375000 +-0.034179687500 +0.004486083984 +-0.076171875000 +0.011108398438 +0.137695312500 +0.015747070312 +0.128906250000 +-0.014160156250 +0.107910156250 +0.129882812500 +-0.039306640625 +0.048828125000 +0.126953125000 +0.279296875000 +-0.026733398438 +-0.161132812500 +-0.194335937500 +-0.021484375000 +-0.011047363281 +-0.107910156250 +-0.011901855469 +0.101562500000 +-0.089843750000 +-0.097656250000 +-0.097656250000 +0.005676269531 +-0.112792968750 +0.081054687500 +-0.157226562500 +0.062255859375 +0.039794921875 +0.028320312500 +-0.057861328125 +0.018066406250 +0.131835937500 +0.117187500000 +0.034667968750 +0.012878417969 +-0.061035156250 +-0.018920898438 +0.031494140625 +0.047363281250 +0.097656250000 +-0.083007812500 +-0.169921875000 +0.063476562500 +-0.026367187500 +-0.094726562500 +-0.041748046875 +-0.132812500000 +0.002120971680 +-0.057861328125 +0.043945312500 +0.039306640625 +0.009338378906 +0.063476562500 +-0.034179687500 +-0.209960937500 +-0.195312500000 +-0.164062500000 +-0.163085937500 +0.063476562500 +-0.201171875000 +0.044921875000 +-0.034179687500 +0.031494140625 +0.166992187500 +0.177734375000 +-0.037841796875 +-0.165039062500 +-0.188476562500 +0.117187500000 +-0.151367187500 +0.049316406250 +-0.054199218750 +0.103515625000 +0.035156250000 +0.065429687500 +0.041748046875 +-0.008911132812 +0.010375976562 +0.012634277344 +0.007507324219 +0.273437500000 +-0.058349609375 +0.033203125000 +0.099121093750 +0.020385742188 +-0.038818359375 +0.056640625000 +-0.376953125000 +-0.051025390625 +0.061279296875 +-0.018554687500 +-0.062988281250 +-0.018432617188 +-0.119140625000 +-0.010620117188 +0.090820312500 +0.001213073730 +-0.306640625000 +-0.154296875000 +0.035400390625 +0.110351562500 +-0.132812500000 +-0.163085937500 +-0.125976562500 +-0.021972656250 +-0.121093750000 +0.312500000000 +0.103515625000 +-0.035156250000 +0.195312500000 +-0.071289062500 +-0.147460937500 +-0.261718750000 +-0.049072265625 +0.064453125000 +0.075195312500 +0.012878417969 +-0.267578125000 +-0.103027343750 +0.008483886719 +0.180664062500 +0.006164550781 +-0.113769531250 +-0.071289062500 +0.096191406250 +-0.098632812500 +-0.169921875000 +0.125000000000 +-0.113281250000 +-0.261718750000 +-0.092773437500 +0.096191406250 +-0.018432617188 +-0.036132812500 +-0.066894531250 +-0.016479492188 +-0.182617187500 +-0.196289062500 +0.221679687500 +-0.425781250000 +-0.118164062500 +0.161132812500 +0.094238281250 +-0.205078125000 +0.157226562500 +-0.234375000000 +-0.210937500000 +0.166992187500 +-0.075195312500 +0.129882812500 +0.066406250000 +0.071289062500 +-0.081054687500 +0.000694274902 +-0.176757812500 +0.308593750000 +0.056884765625 +-0.445312500000 +-0.236328125000 +0.215820312500 +-0.210937500000 +0.081054687500 +-0.100097656250 +0.141601562500 +0.170898437500 +0.163085937500 +0.359375000000 +-0.012268066406 +0.152343750000 +-0.006561279297 +-0.070800781250 +-0.029541015625 +-0.024780273438 +0.142578125000 +0.161132812500 +0.049072265625 +0.069335937500 +0.037109375000 +0.116699218750 +-0.269531250000 +-0.062988281250 +0.040039062500 +-0.198242187500 +0.067382812500 +-0.149414062500 +-0.081054687500 +0.089843750000 +0.156250000000 +0.149414062500 +0.042968750000 +-0.070800781250 +0.015563964844 +-0.045654296875 +-0.093261718750 +-0.120605468750 +0.100097656250 +-0.099609375000 +0.065429687500 +-0.132812500000 +-0.208984375000 +-0.193359375000 +-0.128906250000 +-0.099609375000 +-0.061279296875 +-0.141601562500 +-0.026489257812 +-0.135742187500 +0.055664062500 +-0.034912109375 +-0.103515625000 +-0.079589843750 +0.064941406250 +-0.041992187500 +-0.042968750000 +0.154296875000 +0.024291992188 +-0.011901855469 +-0.021484375000 +-0.110839843750 +0.065917968750 +0.002761840820 +-0.001869201660 +0.080078125000 +-0.012878417969 +-0.037841796875 +0.019165039062 +-0.140625000000 +0.066406250000 +-0.081054687500 +0.104492187500 +-0.105468750000 +0.007049560547 +-0.226562500000 +0.060791015625 +-0.013549804688 +-0.005828857422 +-0.124511718750 +0.148437500000 +-0.124511718750 +0.045654296875 +0.013549804688 +-0.092285156250 +-0.036865234375 +-0.300781250000 +-0.159179687500 +-0.034912109375 +-0.125976562500 +-0.175781250000 +0.166015625000 +-0.093261718750 +-0.121582031250 +-0.188476562500 +0.046875000000 +0.141601562500 +-0.110351562500 +0.077636718750 +-0.001716613770 +0.050537109375 +-0.269531250000 +-0.158203125000 +-0.129882812500 +-0.004333496094 +-0.117187500000 +0.077148437500 +-0.048095703125 +-0.101562500000 +-0.127929687500 +0.071289062500 +-0.140625000000 +0.078125000000 +0.058349609375 +0.003433227539 +-0.190429687500 +-0.143554687500 +-0.152343750000 +0.013977050781 +0.002273559570 +0.031982421875 +-0.203125000000 +0.031982421875 +0.180664062500 +-0.021728515625 +-0.068359375000 +0.049560546875 +0.180664062500 +-0.138671875000 +-0.089843750000 +-0.012084960938 +-0.078125000000 +-0.056152343750 +0.188476562500 +-0.090820312500 +-0.036621093750 +0.043457031250 +-0.096679687500 +-0.231445312500 +-0.110839843750 +0.006896972656 +-0.081054687500 +-0.062988281250 +-0.031005859375 +-0.070312500000 +-0.071777343750 +0.069335937500 +-0.102050781250 +-0.124023437500 +0.091308593750 +0.014770507812 +-0.283203125000 +-0.062255859375 +-0.102050781250 +0.002838134766 +0.013549804688 +0.330078125000 +-0.102050781250 +-0.167968750000 +0.001098632812 +0.007080078125 +0.000656127930 +0.019531250000 +-0.173828125000 +-0.216796875000 +0.030883789062 +-0.082031250000 +-0.141601562500 +-0.203125000000 +-0.049560546875 +-0.000751495361 +-0.120117187500 +0.032470703125 +0.131835937500 +0.009521484375 +-0.029174804688 +0.197265625000 +0.039062500000 +-0.239257812500 +0.127929687500 +-0.071777343750 +0.089843750000 +0.106933593750 +0.113769531250 +0.053710937500 +0.116699218750 +-0.132812500000 +0.010620117188 +0.064453125000 +-0.064453125000 +0.021240234375 +-0.208984375000 +0.079589843750 +0.021972656250 +-0.052490234375 +0.006256103516 +0.065429687500 +-0.026977539062 +-0.125976562500 +-0.024536132812 +-0.052001953125 +0.108398437500 +0.159179687500 +-0.036865234375 +-0.289062500000 +-0.080078125000 +-0.337890625000 +0.058349609375 +-0.021972656250 +0.095703125000 +-0.251953125000 +0.012817382812 +-0.073242187500 +0.259765625000 +-0.103027343750 +0.079101562500 +-0.134765625000 +-0.025634765625 +0.024658203125 +-0.036132812500 +-0.008178710938 +-0.250000000000 +-0.218750000000 +0.145507812500 +-0.111816406250 +-0.240234375000 +-0.111328125000 +-0.053710937500 +-0.075195312500 +-0.141601562500 +0.086914062500 +-0.112792968750 +0.585937500000 +-0.023925781250 +-0.061523437500 +0.087402343750 +-0.048583984375 +0.087890625000 +-0.118164062500 +0.226562500000 +-0.298828125000 +-0.088867187500 +-0.126953125000 +-0.104980468750 +0.128906250000 +0.007690429688 +-0.003509521484 +0.216796875000 +0.131835937500 +0.207031250000 +0.114257812500 +0.065917968750 +-0.017700195312 +-0.134765625000 +0.099121093750 +0.007476806641 +-0.332031250000 +-0.010131835938 +0.036621093750 +0.367187500000 +-0.074707031250 +0.015991210938 +-0.055419921875 +-0.056396484375 +-0.020141601562 +0.056152343750 +0.000923156738 +-0.044433593750 +-0.013427734375 +0.028564453125 +-0.186523437500 +-0.291015625000 +0.019287109375 +0.083496093750 +-0.089843750000 +0.306640625000 +0.112304687500 +-0.002914428711 +-0.134765625000 +-0.161132812500 +0.116210937500 +0.027343750000 +0.024169921875 +0.007080078125 +0.111328125000 +-0.083007812500 +-0.166015625000 +0.084960937500 +-0.006439208984 +0.110351562500 +0.019531250000 +-0.169921875000 +-0.056884765625 +0.048339843750 +-0.149414062500 +-0.124023437500 +-0.027587890625 +-0.042480468750 +0.142578125000 +0.113769531250 +-0.028442382812 +-0.070312500000 +0.110839843750 +-0.030517578125 +-0.083007812500 +-0.071289062500 +-0.009399414062 +0.013488769531 +-0.126953125000 +0.038818359375 +-0.136718750000 +-0.034667968750 +-0.105957031250 +0.099121093750 +0.010375976562 +-0.031982421875 +-0.002960205078 +0.162109375000 +-0.008300781250 +-0.029541015625 +-0.196289062500 +-0.000261306763 +0.133789062500 +-0.091308593750 +0.194335937500 +0.024902343750 +0.002899169922 +0.134765625000 +0.035400390625 +-0.185546875000 +0.035156250000 +0.002334594727 +-0.059570312500 +-0.004730224609 +0.018920898438 +-0.016357421875 +-0.092773437500 +-0.133789062500 +-0.220703125000 +-0.201171875000 +0.265625000000 +-0.088867187500 +-0.095703125000 +-0.146484375000 +-0.044677734375 +0.059814453125 +-0.161132812500 +0.090332031250 +0.096191406250 +0.126953125000 +0.043212890625 +0.032958984375 +0.182617187500 +-0.031738281250 +0.277343750000 +-0.013977050781 +-0.004455566406 +0.296875000000 +0.133789062500 +-0.104492187500 +0.036865234375 +-0.161132812500 +-0.085937500000 +-0.241210937500 +-0.114257812500 +0.072265625000 +-0.027709960938 +0.014648437500 +-0.078613281250 +0.125000000000 +0.071289062500 +-0.112304687500 +0.108398437500 +0.079589843750 +0.349609375000 +0.013610839844 +-0.186523437500 +-0.184570312500 +0.027099609375 +0.043945312500 +-0.283203125000 +-0.061767578125 +-0.070312500000 +0.119628906250 +0.118164062500 +0.167968750000 +-0.019287109375 +-0.044433593750 +-0.106933593750 +0.151367187500 +0.026123046875 +0.039794921875 +0.018432617188 +0.091308593750 +-0.066894531250 +0.027099609375 +-0.160156250000 +-0.015502929688 +0.035400390625 +0.198242187500 +0.086425781250 +-0.054931640625 +0.116699218750 +0.099609375000 +0.189453125000 +0.117675781250 +-0.068847656250 +-0.382812500000 +-0.228515625000 +-0.042236328125 +-0.090820312500 +0.187500000000 +-0.087890625000 +0.165039062500 +-0.097656250000 +0.020141601562 +0.170898437500 +-0.136718750000 +-0.063476562500 +0.218750000000 +0.064941406250 +-0.064941406250 +-0.024047851562 +-0.086425781250 +-0.273437500000 +0.019165039062 +-0.061035156250 +-0.241210937500 +0.009643554688 +-0.130859375000 +0.059814453125 +-0.007690429688 +-0.001411437988 +0.240234375000 +-0.150390625000 +0.208007812500 +-0.142578125000 +0.056884765625 +-0.099121093750 +0.149414062500 +0.134765625000 +-0.128906250000 +-0.065917968750 +-0.271484375000 +0.056884765625 +-0.061035156250 +0.186523437500 +-0.104003906250 +0.108398437500 +-0.158203125000 +0.053710937500 +-0.048339843750 +-0.023193359375 +-0.206054687500 +-0.160156250000 +0.184570312500 +-0.066406250000 +0.057617187500 +0.069335937500 +0.079589843750 +0.111816406250 +-0.108398437500 +0.024169921875 +-0.142578125000 +0.100097656250 +-0.076171875000 +-0.116699218750 +0.133789062500 +-0.433593750000 +0.187500000000 +-0.076660156250 +-0.035400390625 +0.073730468750 +-0.084960937500 +0.209960937500 +-0.081054687500 +-0.110351562500 +-0.166015625000 +0.146484375000 +0.086914062500 +-0.029418945312 +-0.052490234375 +0.125976562500 +0.043945312500 +-0.003402709961 +-0.060546875000 +-0.043457031250 +0.168945312500 +-0.474609375000 +0.022705078125 +-0.046630859375 +-0.157226562500 +0.091796875000 +-0.003387451172 +0.053466796875 +0.107421875000 +0.085449218750 +0.097656250000 +-0.135742187500 +-0.058349609375 +-0.124511718750 +-0.022949218750 +-0.085449218750 +0.213867187500 +0.147460937500 +0.102539062500 +0.062255859375 +0.185546875000 +0.083496093750 +-0.041992187500 +0.012756347656 +-0.156250000000 +0.081054687500 +-0.099609375000 +-0.048583984375 +-0.190429687500 +-0.037841796875 +-0.022949218750 +-0.010009765625 +0.134765625000 +0.008972167969 +-0.094726562500 +0.056396484375 +-0.190429687500 +0.001380920410 +-0.094238281250 +-0.079101562500 +0.048339843750 +0.039062500000 +-0.038818359375 +-0.015136718750 +-0.209960937500 +-0.183593750000 +-0.011901855469 +0.027099609375 +-0.044433593750 +-0.022827148438 +-0.054443359375 +0.239257812500 +-0.021118164062 +0.010742187500 +-0.108398437500 +-0.103515625000 +-0.053222656250 +-0.010559082031 +0.079101562500 +0.017944335938 +-0.034423828125 +-0.173828125000 +0.119628906250 +0.108886718750 +-0.045166015625 +-0.193359375000 +-0.046142578125 +0.029052734375 +-0.038330078125 +-0.070800781250 +0.041992187500 +0.322265625000 +-0.026611328125 +-0.044677734375 +0.081054687500 +-0.079589843750 +-0.173828125000 +0.211914062500 +0.197265625000 +0.059570312500 +0.166992187500 +-0.095703125000 +0.072753906250 +0.124511718750 +0.330078125000 +-0.008361816406 +-0.149414062500 +0.163085937500 +-0.014343261719 +-0.045898437500 +-0.021850585938 +0.045654296875 +0.007568359375 +0.107910156250 +0.031494140625 +0.134765625000 +-0.031738281250 +-0.384765625000 +-0.210937500000 +0.018432617188 +-0.034912109375 +-0.115234375000 +-0.257812500000 +-0.261718750000 +0.127929687500 +0.204101562500 +-0.188476562500 +-0.063476562500 +-0.154296875000 +0.171875000000 +0.016967773438 +0.020874023438 +-0.209960937500 +0.127929687500 +-0.009765625000 +-0.149414062500 +0.066406250000 +-0.052001953125 +0.019531250000 +0.039306640625 +-0.225585937500 +-0.106933593750 +-0.005859375000 +-0.012268066406 +-0.070800781250 +-0.165039062500 +-0.174804687500 +-0.088378906250 +-0.086914062500 +0.109375000000 +0.003128051758 +-0.193359375000 +0.066894531250 +-0.183593750000 +0.016967773438 +-0.045654296875 +0.196289062500 +0.029174804688 +-0.091308593750 +-0.016601562500 +-0.187500000000 +-0.120117187500 +-0.066894531250 +0.162109375000 +-0.249023437500 +-0.003341674805 +0.001968383789 +-0.200195312500 +-0.091796875000 +-0.180664062500 +0.037109375000 +0.058593750000 +0.021362304688 +0.104003906250 +-0.174804687500 +-0.021484375000 +-0.091796875000 +-0.219726562500 +0.041259765625 +0.009399414062 +0.088378906250 +-0.148437500000 +-0.087402343750 +-0.122070312500 +0.034667968750 +0.037353515625 +-0.108886718750 +0.014160156250 +-0.051269531250 +-0.102050781250 +-0.076660156250 +0.179687500000 +-0.013977050781 +0.122070312500 +0.105957031250 +-0.036132812500 +0.056884765625 +0.003479003906 +-0.102050781250 +0.035156250000 +-0.088378906250 +0.115234375000 +-0.059814453125 +0.178710937500 +-0.093261718750 +0.123535156250 +-0.116699218750 +0.163085937500 +-0.031982421875 +-0.126953125000 +0.128906250000 +0.042480468750 +-0.164062500000 +0.131835937500 +0.033447265625 +-0.112304687500 +-0.154296875000 +-0.054931640625 +0.043212890625 +-0.066406250000 +-0.010253906250 +-0.221679687500 +0.095703125000 +0.141601562500 +0.337890625000 +-0.220703125000 +0.086914062500 +0.347656250000 +-0.161132812500 +-0.205078125000 +-0.050781250000 +-0.135742187500 +0.027099609375 +-0.006713867188 +-0.125976562500 +0.134765625000 +0.229492187500 +0.156250000000 +0.026855468750 +-0.130859375000 +0.079589843750 +0.042236328125 +-0.183593750000 +-0.098144531250 +0.120117187500 +0.053222656250 +0.080078125000 +0.193359375000 +0.043212890625 +0.018920898438 +-0.010681152344 +0.122070312500 +-0.028198242188 +-0.028686523438 +0.003433227539 +-0.230468750000 +0.066894531250 +-0.063964843750 +0.216796875000 +-0.016845703125 +-0.041748046875 +0.035888671875 +-0.191406250000 +-0.102050781250 +0.011596679688 +0.073242187500 +0.154296875000 +-0.184570312500 +-0.071777343750 +-0.129882812500 +0.030029296875 +-0.132812500000 +0.171875000000 +-0.068847656250 +0.115722656250 +-0.267578125000 +-0.238281250000 +0.012939453125 +-0.060302734375 +0.025756835938 +-0.160156250000 +-0.227539062500 +-0.121582031250 +0.084472656250 +-0.167968750000 +-0.104980468750 +-0.127929687500 +-0.032958984375 +-0.025268554688 +-0.333984375000 +-0.239257812500 +-0.189453125000 +0.042236328125 +-0.314453125000 +-0.125976562500 +-0.057861328125 +0.001243591309 +-0.261718750000 +0.032958984375 +-0.203125000000 +-0.020629882812 +-0.041259765625 +0.046386718750 +-0.025878906250 +-0.017944335938 +-0.178710937500 +0.031494140625 +-0.062011718750 +0.098632812500 +-0.423828125000 +-0.167968750000 +-0.189453125000 +-0.414062500000 +-0.042968750000 +-0.146484375000 +-0.050781250000 +-0.207031250000 +-0.194335937500 +-0.088378906250 +-0.207031250000 +-0.124511718750 +-0.156250000000 +-0.191406250000 +-0.018798828125 +-0.145507812500 +0.050292968750 +-0.253906250000 +-0.085449218750 +0.167968750000 +0.034179687500 +-0.094726562500 +0.123046875000 +0.153320312500 +0.037841796875 +-0.067382812500 +0.231445312500 +-0.073730468750 +-0.116699218750 +0.189453125000 +0.150390625000 +0.101562500000 +0.091796875000 +-0.030151367188 +-0.134765625000 +-0.039306640625 +0.102050781250 +0.009399414062 +-0.103515625000 +-0.052978515625 +0.339843750000 +-0.194335937500 +-0.176757812500 +-0.054687500000 +-0.169921875000 +0.014953613281 +0.138671875000 +-0.104492187500 +0.159179687500 +-0.055664062500 +0.078125000000 +0.133789062500 +0.031738281250 +0.204101562500 +-0.148437500000 +0.086425781250 +-0.093750000000 +-0.400390625000 +-0.027954101562 +-0.052246093750 +-0.113281250000 +0.049560546875 +0.171875000000 +-0.189453125000 +0.091308593750 +0.219726562500 +0.149414062500 +0.087402343750 +0.081054687500 +-0.235351562500 +-0.154296875000 +0.123046875000 +0.404296875000 +-0.059326171875 +-0.035644531250 +0.114257812500 +-0.124511718750 +0.128906250000 +-0.204101562500 +-0.108398437500 +-0.034179687500 +-0.341796875000 +-0.174804687500 +-0.041259765625 +0.137695312500 +-0.057128906250 +-0.376953125000 +0.037841796875 +-0.017578125000 +-0.093750000000 +-0.118164062500 +0.215820312500 +0.026245117188 +0.215820312500 +-0.101562500000 +0.069824218750 +0.014709472656 +-0.132812500000 +-0.068359375000 +-0.001251220703 +0.018676757812 +-0.040283203125 +-0.147460937500 +-0.045410156250 +-0.248046875000 +-0.025756835938 +-0.172851562500 +-0.035156250000 +-0.003067016602 +-0.388671875000 +0.064453125000 +0.044921875000 +0.165039062500 +-0.036376953125 +-0.081542968750 +0.130859375000 +0.129882812500 +0.046875000000 +0.212890625000 +-0.024291992188 +-0.369140625000 +-0.077636718750 +-0.107421875000 +-0.081542968750 +0.051757812500 +-0.199218750000 +0.257812500000 +-0.039794921875 +0.053222656250 +-0.157226562500 +-0.049316406250 +0.160156250000 +-0.057861328125 +0.045898437500 +-0.031127929688 +-0.035400390625 +-0.233398437500 +-0.058837890625 +-0.099609375000 +0.085449218750 +-0.166992187500 +-0.117675781250 +0.023803710938 +0.248046875000 +-0.247070312500 +0.055908203125 +-0.078613281250 +-0.014770507812 +-0.120117187500 +-0.003463745117 +0.189453125000 +-0.026367187500 +0.119140625000 +-0.003677368164 +0.059326171875 +0.091796875000 +0.069824218750 +-0.078125000000 +-0.263671875000 +0.285156250000 +-0.074707031250 +0.164062500000 +-0.071289062500 +-0.193359375000 +0.050537109375 +-0.123046875000 +-0.040039062500 +-0.064941406250 +-0.005249023438 +-0.150390625000 +0.102050781250 +0.200195312500 +0.041992187500 +0.441406250000 +0.120117187500 +-0.012817382812 +-0.184570312500 +-0.253906250000 +-0.203125000000 +0.231445312500 +-0.114746093750 +-0.222656250000 +-0.017333984375 +-0.075195312500 +0.025512695312 +-0.094726562500 +0.146484375000 +-0.353515625000 +0.127929687500 +-0.138671875000 +0.046142578125 +0.066894531250 +0.008056640625 +0.052001953125 +-0.116699218750 +-0.165039062500 +0.134765625000 +0.184570312500 +-0.127929687500 +0.076660156250 +0.003936767578 +-0.416015625000 +0.125976562500 +-0.253906250000 +0.355468750000 +0.353515625000 +0.031494140625 +0.048095703125 +-0.181640625000 +-0.014892578125 +0.070312500000 +-0.248046875000 +-0.042236328125 +0.105468750000 +-0.051269531250 +0.136718750000 +-0.022460937500 +-0.087890625000 +-0.156250000000 +0.039062500000 +-0.004913330078 +0.179687500000 +-0.308593750000 +-0.027465820312 +-0.158203125000 +-0.204101562500 +-0.075195312500 +0.018676757812 +-0.014343261719 +-0.055664062500 +-0.035644531250 +-0.124023437500 +-0.015075683594 +-0.027221679688 +-0.071777343750 +-0.328125000000 +-0.080078125000 +-0.208007812500 +-0.032958984375 +0.146484375000 +-0.038818359375 +0.289062500000 +0.093750000000 +-0.051025390625 +0.067382812500 +-0.343750000000 +-0.083007812500 +-0.082519531250 +-0.131835937500 +-0.171875000000 +-0.001693725586 +-0.016601562500 +-0.123535156250 +-0.458984375000 +-0.339843750000 +0.292968750000 +0.281250000000 +0.009948730469 +-0.060791015625 +-0.197265625000 +0.106933593750 +-0.129882812500 +-0.204101562500 +-0.054931640625 +-0.068359375000 +-0.069824218750 +-0.023315429688 +-0.207031250000 +-0.075195312500 +-0.108886718750 +0.004852294922 +-0.400390625000 +0.058105468750 +0.196289062500 +0.000066757202 +0.043212890625 +0.135742187500 +0.073730468750 +0.040283203125 +-0.191406250000 +-0.067382812500 +-0.119140625000 +0.021850585938 +-0.013916015625 +0.013244628906 +-0.104492187500 +0.074218750000 +-0.225585937500 +-0.203125000000 +-0.043457031250 +-0.092773437500 +0.111816406250 +-0.279296875000 +0.018432617188 +-0.062011718750 +-0.234375000000 +-0.063476562500 +0.007232666016 +-0.097167968750 +-0.151367187500 +0.052734375000 +-0.135742187500 +0.217773437500 +0.062988281250 +-0.147460937500 +0.032226562500 +-0.150390625000 +-0.114746093750 +-0.137695312500 +-0.060791015625 +0.098632812500 +-0.050537109375 +-0.093750000000 +0.296875000000 +-0.063476562500 +-0.115722656250 +-0.425781250000 +0.007354736328 +-0.018920898438 +-0.086425781250 +-0.047363281250 +-0.104003906250 +-0.234375000000 +-0.142578125000 +0.001579284668 +0.007720947266 +-0.099609375000 +0.011779785156 +-0.125976562500 +-0.160156250000 +-0.041992187500 +0.111328125000 +0.071777343750 +-0.217773437500 +-0.002838134766 +0.115234375000 +-0.253906250000 +0.186523437500 +0.174804687500 +-0.011169433594 +0.014404296875 +-0.216796875000 +0.223632812500 +0.086914062500 +0.196289062500 +-0.125976562500 +-0.052001953125 +-0.042480468750 +0.149414062500 +-0.096191406250 +-0.025268554688 +0.108398437500 +0.291015625000 +-0.043945312500 +0.004791259766 +-0.134765625000 +0.031250000000 +-0.063964843750 +-0.065429687500 +-0.169921875000 +-0.033691406250 +-0.382812500000 +-0.222656250000 +0.018310546875 +0.193359375000 +-0.259765625000 +-0.109375000000 +0.143554687500 +-0.056640625000 +-0.203125000000 +-0.039062500000 +0.049804687500 +0.214843750000 +0.169921875000 +-0.219726562500 +0.000450134277 +0.054443359375 +0.265625000000 +0.072265625000 +-0.146484375000 +0.109863281250 +0.215820312500 +0.000276565552 +-0.291015625000 +-0.013244628906 +-0.004852294922 +0.233398437500 +-0.176757812500 +-0.285156250000 +0.150390625000 +0.079101562500 +-0.128906250000 +0.002899169922 +-0.077636718750 +0.036376953125 +-0.300781250000 +-0.153320312500 +-0.247070312500 +0.038818359375 +-0.066406250000 +-0.172851562500 +-0.048828125000 +-0.006866455078 +0.019775390625 +-0.062011718750 +-0.165039062500 +0.113281250000 +0.239257812500 +0.156250000000 +-0.095214843750 +-0.098144531250 +-0.238281250000 +-0.014831542969 +-0.050781250000 +0.001747131348 +0.034912109375 +-0.031738281250 +-0.100097656250 +-0.043701171875 +-0.059570312500 +-0.114746093750 +0.141601562500 +-0.314453125000 +-0.000402450562 +0.320312500000 +0.129882812500 +0.031005859375 +0.183593750000 +-0.101562500000 +-0.129882812500 +-0.137695312500 +-0.007232666016 +0.048095703125 +-0.084960937500 +0.077636718750 +0.000617980957 +0.067382812500 +-0.230468750000 +0.045166015625 +-0.101562500000 +-0.188476562500 +-0.145507812500 +0.190429687500 +0.035644531250 +0.206054687500 +-0.172851562500 +0.073242187500 +0.154296875000 +0.191406250000 +0.322265625000 +0.196289062500 +0.161132812500 +-0.326171875000 +-0.026123046875 +-0.193359375000 +0.116699218750 +0.115234375000 +-0.108886718750 +-0.052246093750 +0.048828125000 +-0.085937500000 +0.011901855469 +-0.194335937500 +-0.012817382812 +0.176757812500 +-0.200195312500 +-0.101074218750 +0.114257812500 +0.039062500000 +0.074707031250 +0.056152343750 +-0.021362304688 +0.103515625000 +-0.041015625000 +-0.146484375000 +0.021484375000 +0.038330078125 +-0.084472656250 +-0.020385742188 +-0.067871093750 +-0.316406250000 +0.084960937500 +-0.000278472900 +-0.003814697266 +-0.114257812500 +-0.127929687500 +-0.005432128906 +-0.067382812500 +0.125000000000 +0.031250000000 +-0.033447265625 +0.162109375000 +-0.061279296875 +0.063964843750 +-0.168945312500 +-0.291015625000 +0.092773437500 +-0.133789062500 +0.148437500000 +0.107421875000 +-0.151367187500 +0.025756835938 +-0.000598907471 +0.083007812500 +-0.126953125000 +0.081054687500 +0.111328125000 +-0.020141601562 +0.011901855469 +-0.058593750000 +-0.027709960938 +0.055175781250 +0.082519531250 +0.066406250000 +-0.026611328125 +0.112304687500 +0.029541015625 +-0.000034809113 +0.015869140625 +-0.007049560547 +-0.021728515625 +0.000598907471 +-0.133789062500 +0.056396484375 +0.020996093750 +-0.005615234375 +0.013122558594 +-0.007781982422 +0.247070312500 +-0.237304687500 +-0.075195312500 +-0.080566406250 +0.122070312500 +0.102539062500 +0.083007812500 +0.159179687500 +0.074218750000 +-0.065917968750 +-0.018066406250 +-0.060058593750 +0.056884765625 +0.246093750000 +0.118164062500 +-0.112304687500 +0.429687500000 +-0.080078125000 +0.096191406250 +-0.206054687500 +-0.035156250000 +0.046630859375 +-0.062255859375 +0.228515625000 +-0.031127929688 +-0.013305664062 +-0.031738281250 +0.032470703125 +-0.097167968750 +0.118652343750 +-0.154296875000 +0.281250000000 +-0.073730468750 +0.101562500000 +0.109375000000 +-0.092773437500 +-0.189453125000 +-0.165039062500 +-0.019287109375 +-0.064453125000 +-0.205078125000 +0.005126953125 +0.038818359375 +0.212890625000 +-0.001487731934 +0.083496093750 +-0.019165039062 +0.178710937500 +-0.250000000000 +-0.023071289062 +-0.054687500000 +-0.073242187500 +-0.043457031250 +0.161132812500 +-0.134765625000 +0.093750000000 +-0.077636718750 +0.075683593750 +-0.079589843750 +0.063964843750 +0.013610839844 +0.096191406250 +-0.105468750000 +-0.263671875000 +-0.053955078125 +0.035400390625 +-0.100097656250 +0.033203125000 +0.234375000000 +0.000286102295 +-0.035156250000 +-0.135742187500 +-0.024536132812 +-0.006591796875 +-0.229492187500 +0.138671875000 +-0.046386718750 +0.024902343750 +0.018310546875 +-0.038330078125 +-0.213867187500 +-0.010986328125 +0.066894531250 +0.116210937500 +-0.018798828125 +-0.115234375000 +-0.033447265625 +-0.086425781250 +0.101562500000 +-0.023803710938 +0.012939453125 +-0.281250000000 +0.093261718750 +0.068359375000 +0.037841796875 +-0.205078125000 +-0.133789062500 +-0.201171875000 +-0.152343750000 +-0.453125000000 +0.025390625000 +-0.135742187500 +0.005523681641 +0.073242187500 +-0.244140625000 +-0.125976562500 +-0.066406250000 +-0.132812500000 +-0.243164062500 +-0.019653320312 +0.093750000000 +0.028564453125 +-0.149414062500 +-0.237304687500 +-0.135742187500 +-0.215820312500 +-0.065917968750 +0.079589843750 +-0.055419921875 +-0.148437500000 +-0.178710937500 +0.233398437500 +-0.094238281250 +-0.153320312500 +-0.265625000000 +0.073242187500 +-0.109863281250 +0.069824218750 +-0.049560546875 +-0.065917968750 +-0.480468750000 +-0.010009765625 +0.140625000000 +0.033203125000 +0.205078125000 +-0.231445312500 +0.083984375000 +0.041992187500 +-0.061035156250 +0.099121093750 +-0.126953125000 +-0.184570312500 +-0.038085937500 +-0.171875000000 +0.012512207031 +-0.208984375000 +0.087890625000 +0.057373046875 +-0.052734375000 +-0.208007812500 +-0.178710937500 +-0.098632812500 +0.242187500000 +-0.151367187500 +-0.126953125000 +-0.082031250000 +-0.094726562500 +0.055664062500 +-0.021972656250 +-0.022949218750 +-0.078125000000 +0.100097656250 +-0.071289062500 +0.214843750000 +-0.080078125000 +0.044189453125 +-0.033203125000 +-0.052978515625 +-0.091796875000 +-0.025268554688 +0.140625000000 +0.043457031250 +-0.076660156250 +-0.324218750000 +-0.052734375000 +0.092285156250 +-0.236328125000 +-0.218750000000 +-0.090820312500 +0.178710937500 +0.099121093750 +-0.094726562500 +-0.113281250000 +-0.083007812500 +-0.135742187500 +0.211914062500 +-0.291015625000 +0.090820312500 +-0.030639648438 +0.072753906250 +0.135742187500 +0.019042968750 +-0.152343750000 +0.007995605469 +-0.226562500000 +-0.146484375000 +-0.192382812500 +0.018676757812 +-0.035644531250 +-0.021606445312 +0.178710937500 +-0.035644531250 +-0.100585937500 +-0.287109375000 +-0.008666992188 +-0.023071289062 +-0.194335937500 +-0.110351562500 +-0.222656250000 +-0.036132812500 +-0.014221191406 +-0.113769531250 +-0.041259765625 +-0.281250000000 +-0.239257812500 +0.185546875000 +0.065429687500 +0.074707031250 +-0.255859375000 +0.042236328125 +-0.080078125000 +-0.009582519531 +-0.077636718750 +0.064941406250 +0.147460937500 +-0.224609375000 +0.087402343750 +-0.090332031250 +-0.009338378906 +-0.048339843750 +-0.133789062500 +-0.010192871094 +0.045898437500 +-0.081054687500 +0.045898437500 +-0.062500000000 +0.021362304688 +0.048828125000 +-0.173828125000 +0.090332031250 +0.065429687500 +-0.107421875000 +0.086914062500 +0.111328125000 +0.209960937500 +0.224609375000 +-0.089843750000 +-0.035400390625 +0.110839843750 +0.007934570312 +-0.110351562500 +-0.047119140625 +0.019897460938 +0.051513671875 +0.212890625000 +-0.101562500000 +0.108398437500 +0.010314941406 +-0.125976562500 +-0.058105468750 +0.234375000000 +-0.004516601562 +0.139648437500 +-0.123046875000 +0.205078125000 +-0.043212890625 +0.292968750000 +-0.017456054688 +0.112792968750 +0.116210937500 +0.052978515625 +-0.018676757812 +-0.261718750000 +0.069335937500 +-0.081054687500 +0.036621093750 +-0.006256103516 +-0.062988281250 +-0.005615234375 +-0.079101562500 +0.098144531250 +-0.058349609375 +0.000066757202 +-0.172851562500 +-0.218750000000 +0.099121093750 +-0.063964843750 +-0.228515625000 +0.148437500000 +-0.044677734375 +0.030883789062 +-0.083007812500 +-0.229492187500 +0.120117187500 +-0.220703125000 +-0.077148437500 +0.101074218750 +-0.206054687500 +-0.155273437500 +-0.078613281250 +-0.047363281250 +0.205078125000 +0.060791015625 +0.110351562500 +-0.021362304688 +-0.217773437500 +0.086914062500 +0.060302734375 +-0.078613281250 +-0.160156250000 +-0.152343750000 +-0.005554199219 +-0.168945312500 +0.188476562500 +-0.125976562500 +-0.096191406250 +-0.017700195312 +0.229492187500 +0.128906250000 +0.179687500000 +0.212890625000 +-0.077636718750 +0.073242187500 +0.138671875000 +-0.011962890625 +-0.033447265625 +-0.103515625000 +0.153320312500 +-0.072265625000 +-0.014648437500 +-0.223632812500 +-0.076660156250 +0.003463745117 +-0.198242187500 +-0.027832031250 +0.098144531250 +-0.020629882812 +-0.085449218750 +-0.016479492188 +-0.151367187500 +-0.070800781250 +-0.002502441406 +-0.078613281250 +-0.148437500000 +0.065429687500 +-0.027832031250 +-0.066406250000 +0.055419921875 +0.100585937500 +0.048828125000 +-0.294921875000 +-0.080078125000 +0.229492187500 +0.142578125000 +0.099121093750 +0.204101562500 +0.094238281250 +-0.096679687500 +0.016723632812 +-0.013732910156 +-0.134765625000 +-0.185546875000 +0.247070312500 +0.026489257812 +0.112792968750 +-0.090820312500 +-0.018920898438 +-0.222656250000 +-0.123046875000 +0.347656250000 +-0.145507812500 +-0.004333496094 +-0.058593750000 +-0.139648437500 +-0.062988281250 +-0.116210937500 +0.075683593750 +0.006774902344 +-0.136718750000 +-0.234375000000 +-0.156250000000 +-0.018554687500 +-0.003112792969 +0.021850585938 +0.077148437500 +-0.062011718750 +0.320312500000 +-0.015869140625 +0.149414062500 +-0.058105468750 +0.128906250000 +0.062988281250 +0.036865234375 +-0.176757812500 +-0.015136718750 +-0.148437500000 +0.010620117188 +-0.072265625000 +-0.048095703125 +0.048828125000 +-0.060302734375 +0.007781982422 +-0.049560546875 +-0.072265625000 +-0.206054687500 +-0.168945312500 +0.279296875000 +-0.047119140625 +0.071289062500 +0.066406250000 +-0.096191406250 +-0.037841796875 +-0.020263671875 +-0.176757812500 +-0.208984375000 +0.289062500000 +0.044677734375 +-0.181640625000 +0.031127929688 +-0.070800781250 +0.000999450684 +-0.183593750000 +0.005950927734 +0.016601562500 +0.109375000000 +0.198242187500 +0.014770507812 +-0.131835937500 +0.137695312500 +0.048583984375 +0.015625000000 +0.139648437500 +0.416015625000 +0.033203125000 +0.183593750000 +-0.228515625000 +-0.013366699219 +0.006195068359 +-0.006134033203 +-0.145507812500 +0.179687500000 +-0.048095703125 +0.038818359375 +-0.066406250000 +-0.074218750000 +-0.069335937500 +0.048095703125 +-0.216796875000 +0.090332031250 +0.021118164062 +-0.215820312500 +-0.031250000000 +0.120117187500 +-0.084960937500 +-0.025390625000 +-0.108886718750 +-0.074218750000 +-0.112304687500 +-0.045898437500 +0.083007812500 +0.036621093750 +-0.240234375000 +0.055419921875 +-0.417968750000 +0.007476806641 +-0.016967773438 +-0.131835937500 +0.191406250000 +0.173828125000 +0.120117187500 +0.055908203125 +0.201171875000 +-0.044921875000 +0.015869140625 +0.090332031250 +0.067382812500 +0.078613281250 +-0.203125000000 +0.054199218750 +0.029052734375 +0.026611328125 +0.008056640625 +-0.030761718750 +0.183593750000 +-0.167968750000 +-0.099609375000 +0.065429687500 +-0.007507324219 +0.053466796875 +-0.267578125000 +-0.155273437500 +0.171875000000 +0.073730468750 +-0.048583984375 +0.037353515625 +-0.141601562500 +0.006713867188 +-0.227539062500 +-0.030639648438 +0.018554687500 +-0.083007812500 +-0.076171875000 +0.055908203125 +-0.251953125000 +-0.061767578125 +-0.039794921875 +-0.101562500000 +0.104003906250 +-0.029541015625 +-0.010681152344 +-0.037109375000 +0.082031250000 +0.200195312500 +0.060791015625 +-0.204101562500 +-0.042480468750 +0.076660156250 +-0.046630859375 +-0.070312500000 +-0.050781250000 +0.031494140625 +-0.206054687500 +0.281250000000 +0.070800781250 +-0.369140625000 +-0.023437500000 +-0.248046875000 +0.160156250000 +0.056396484375 +0.189453125000 +-0.111328125000 +0.071289062500 +-0.208007812500 +-0.033691406250 +0.113281250000 +0.093261718750 +0.001129150391 +0.197265625000 +0.094726562500 +0.240234375000 +-0.003967285156 +0.053710937500 +0.046386718750 +-0.018554687500 +0.039306640625 +-0.191406250000 +-0.353515625000 +-0.101562500000 +-0.111816406250 +-0.026489257812 +0.106445312500 +-0.172851562500 +0.112792968750 +-0.011779785156 +0.073242187500 +-0.193359375000 +-0.082031250000 +0.029785156250 +0.119140625000 +-0.102539062500 +0.105468750000 +-0.017822265625 +-0.064941406250 +0.139648437500 +0.011962890625 +0.306640625000 +0.164062500000 +0.173828125000 +-0.012634277344 +-0.069335937500 +0.004730224609 +-0.232421875000 +-0.016357421875 +0.153320312500 +-0.037597656250 +-0.033691406250 +-0.037109375000 +-0.175781250000 +-0.166015625000 +0.045166015625 +0.209960937500 +0.163085937500 +-0.007415771484 +0.016967773438 +0.082519531250 +-0.098632812500 +-0.085449218750 +0.017578125000 +0.078613281250 +0.119628906250 +-0.041992187500 +-0.181640625000 +-0.095703125000 +0.015747070312 +0.143554687500 +-0.130859375000 +-0.091796875000 +-0.178710937500 +0.036865234375 +-0.140625000000 +0.112304687500 +-0.119140625000 +-0.041992187500 +-0.343750000000 +-0.306640625000 +0.031005859375 +-0.251953125000 +-0.087402343750 +-0.406250000000 +-0.079101562500 +-0.179687500000 +-0.081054687500 +-0.157226562500 +-0.143554687500 +-0.010559082031 +-0.021972656250 +0.159179687500 +-0.468750000000 +-0.020751953125 +-0.170898437500 +-0.112792968750 +-0.050537109375 +-0.043945312500 +-0.076171875000 +-0.162109375000 +0.008911132812 +-0.207031250000 +-0.108398437500 +-0.155273437500 +0.090820312500 +-0.072753906250 +-0.064941406250 +0.035644531250 +0.013305664062 +-0.257812500000 +0.077148437500 +0.078613281250 +0.098632812500 +0.007446289062 +0.172851562500 +0.045410156250 +-0.205078125000 +-0.117675781250 +-0.101074218750 +-0.072753906250 +-0.208007812500 +-0.133789062500 +-0.036865234375 +0.046875000000 +-0.120605468750 +0.122070312500 +-0.031250000000 +-0.026123046875 +-0.067382812500 +-0.361328125000 +0.382812500000 +-0.067382812500 +-0.125976562500 +-0.035888671875 +-0.148437500000 +-0.020629882812 +-0.135742187500 +0.168945312500 +0.037353515625 +0.007690429688 +0.037841796875 +-0.109863281250 +-0.072753906250 +0.115722656250 +-0.011535644531 +0.054687500000 +0.061523437500 +-0.198242187500 +-0.073242187500 +-0.080566406250 +0.071777343750 +0.124511718750 +0.026855468750 +0.107421875000 +-0.136718750000 +0.125976562500 +-0.011901855469 +0.031005859375 +-0.162109375000 +-0.151367187500 +-0.074707031250 +0.092285156250 +0.054199218750 +0.204101562500 +0.030761718750 +0.038085937500 +0.034423828125 +0.206054687500 +-0.025634765625 +-0.059326171875 +0.026123046875 +0.041748046875 +-0.063964843750 +0.115722656250 +-0.080566406250 +0.003479003906 +0.253906250000 +0.093261718750 +-0.072753906250 +-0.113281250000 +0.077636718750 +-0.024780273438 +-0.047851562500 +-0.271484375000 +-0.081542968750 +0.375000000000 +0.124511718750 +-0.121582031250 +-0.139648437500 +0.076660156250 +-0.001777648926 +0.044433593750 +-0.068847656250 +-0.177734375000 +0.020019531250 +-0.005035400391 +0.199218750000 +-0.140625000000 +-0.051513671875 +-0.112792968750 +0.000320434570 +-0.032470703125 +-0.212890625000 +0.367187500000 +-0.026367187500 +0.015991210938 +-0.050292968750 +0.265625000000 +0.137695312500 +0.070800781250 +0.001182556152 +0.169921875000 +-0.208007812500 +0.123046875000 +0.216796875000 +-0.131835937500 +-0.164062500000 +-0.068847656250 +-0.028076171875 +0.031494140625 +0.003997802734 +-0.073242187500 +-0.019653320312 +-0.086914062500 +-0.082519531250 +-0.077148437500 +-0.075683593750 +-0.162109375000 +0.048095703125 +-0.041015625000 +0.013549804688 +0.011108398438 +0.058349609375 +-0.058105468750 +0.084960937500 +0.166015625000 +-0.025878906250 +0.357421875000 +0.081054687500 +0.142578125000 +-0.277343750000 +-0.033447265625 +0.031127929688 +0.077148437500 +0.009887695312 +0.222656250000 +-0.073730468750 +-0.029663085938 +0.066406250000 +-0.116210937500 +0.215820312500 +0.145507812500 +-0.147460937500 +0.186523437500 +0.025878906250 +-0.122558593750 +-0.126953125000 +-0.359375000000 +-0.070800781250 +-0.168945312500 +-0.250000000000 +-0.066894531250 +-0.028686523438 +-0.192382812500 +0.155273437500 +0.032958984375 +0.106445312500 +0.038085937500 +-0.005065917969 +-0.022094726562 +-0.088867187500 +-0.165039062500 +-0.118164062500 +0.036132812500 +-0.071289062500 +-0.116699218750 +0.013732910156 +-0.365234375000 +-0.048095703125 +-0.007263183594 +-0.165039062500 +0.043457031250 +-0.058593750000 +0.122070312500 +0.135742187500 +0.093261718750 +-0.148437500000 +0.121093750000 +-0.006286621094 +0.217773437500 +-0.130859375000 +-0.173828125000 +0.102539062500 +0.457031250000 +-0.082031250000 +0.037109375000 +0.115234375000 +0.263671875000 +0.121093750000 +0.132812500000 +-0.267578125000 +-0.049804687500 +-0.052978515625 +0.068847656250 +0.007720947266 +-0.097167968750 +0.025268554688 +-0.277343750000 +-0.163085937500 +-0.009582519531 +-0.039062500000 +0.049804687500 +-0.089843750000 +0.040283203125 +0.107421875000 +0.011596679688 +-0.036376953125 +0.034912109375 +0.012695312500 +-0.271484375000 +-0.010559082031 +-0.161132812500 +0.192382812500 +-0.153320312500 +-0.038818359375 +-0.080078125000 +-0.247070312500 +-0.029663085938 +0.054443359375 +0.072265625000 +-0.059326171875 +-0.019775390625 +0.003997802734 +-0.013305664062 +0.059570312500 +0.024169921875 +-0.029541015625 +0.046142578125 +0.067871093750 +0.107421875000 +-0.114746093750 +-0.205078125000 +-0.078613281250 +0.142578125000 +0.205078125000 +0.002487182617 +0.050537109375 +0.210937500000 +0.138671875000 +-0.032470703125 +-0.392578125000 +-0.269531250000 +-0.041748046875 +-0.207031250000 +0.014343261719 +-0.066406250000 +0.155273437500 +-0.003799438477 +-0.215820312500 +-0.031982421875 +0.058349609375 +0.060302734375 +0.079589843750 +0.296875000000 +-0.096679687500 +0.048339843750 +0.014831542969 +-0.036132812500 +0.269531250000 +-0.021484375000 +-0.015563964844 +-0.494140625000 +0.144531250000 +-0.114746093750 +-0.018676757812 +-0.094238281250 +-0.085937500000 +0.009948730469 +-0.076660156250 +0.049804687500 +-0.078613281250 +-0.023559570312 +-0.072265625000 +0.062988281250 +-0.091796875000 +-0.218750000000 +0.113281250000 +-0.184570312500 +-0.052978515625 +-0.145507812500 +-0.007690429688 +0.091796875000 +-0.168945312500 +-0.019531250000 +0.102050781250 +-0.001762390137 +0.117675781250 +-0.181640625000 +-0.134765625000 +0.026611328125 +0.039550781250 +0.015502929688 +0.010864257812 +-0.016967773438 +-0.072753906250 +-0.016967773438 +0.246093750000 +-0.110351562500 +-0.108886718750 +-0.168945312500 +-0.168945312500 +0.061279296875 +-0.002670288086 +0.095703125000 +0.208007812500 +0.004882812500 +-0.240234375000 +-0.308593750000 +-0.004150390625 +-0.111816406250 +0.004882812500 +0.027465820312 +-0.214843750000 +0.034423828125 +-0.024169921875 +-0.143554687500 +0.104003906250 +0.045654296875 +-0.009521484375 +-0.034423828125 +0.010986328125 +0.037109375000 +-0.039550781250 +0.158203125000 +-0.146484375000 +0.287109375000 +0.237304687500 +-0.322265625000 +0.032958984375 +0.089843750000 +-0.083984375000 +0.019287109375 +-0.135742187500 +0.057128906250 +0.059814453125 +0.084472656250 +0.012268066406 +-0.208984375000 +0.018188476562 +0.104492187500 +0.124023437500 +-0.181640625000 +0.068847656250 +0.028930664062 +-0.086914062500 +0.025512695312 +0.036865234375 +-0.167968750000 +0.079101562500 +0.157226562500 +0.128906250000 +0.059082031250 +-0.056640625000 +-0.142578125000 +0.058837890625 +0.177734375000 +-0.123535156250 +-0.296875000000 +0.194335937500 +-0.027221679688 +-0.093261718750 +-0.119140625000 +0.055664062500 +0.020751953125 +0.097167968750 +0.025024414062 +-0.031982421875 +0.064941406250 +0.032958984375 +-0.037353515625 +-0.159179687500 +-0.255859375000 +0.068847656250 +-0.075683593750 +-0.086914062500 +0.160156250000 +0.067871093750 +-0.004364013672 +-0.095214843750 +0.077636718750 +-0.046386718750 +-0.100585937500 +0.158203125000 +-0.003143310547 +0.158203125000 +-0.025756835938 +0.216796875000 +-0.183593750000 +0.034667968750 +0.045410156250 +-0.008117675781 +0.057373046875 +-0.115234375000 +0.095214843750 +-0.197265625000 +0.015014648438 +-0.186523437500 +-0.010131835938 +-0.183593750000 +0.166992187500 +-0.015991210938 +-0.007385253906 +0.064453125000 +-0.153320312500 +-0.046386718750 +-0.133789062500 +0.245117187500 +-0.144531250000 +-0.038330078125 +0.093750000000 +-0.147460937500 +0.031738281250 +-0.039306640625 +0.235351562500 +0.094238281250 +0.097656250000 +-0.094238281250 +-0.020629882812 +0.031494140625 +0.090820312500 +-0.061279296875 +-0.126953125000 +-0.027832031250 +0.043945312500 +-0.259765625000 +-0.275390625000 +-0.115234375000 +-0.012878417969 +-0.007812500000 +0.086914062500 +0.078125000000 +0.040039062500 +-0.155273437500 +-0.233398437500 +-0.020141601562 +0.020629882812 +-0.012573242188 +-0.320312500000 +0.198242187500 +-0.118164062500 +0.099121093750 +0.038574218750 +0.257812500000 +0.314453125000 +0.031982421875 +-0.148437500000 +0.035400390625 +-0.113281250000 +-0.093750000000 +-0.143554687500 +0.098144531250 +-0.041992187500 +-0.166015625000 +0.184570312500 +0.056640625000 +-0.257812500000 +-0.097656250000 +-0.091796875000 +-0.087890625000 +-0.060302734375 +0.069824218750 +-0.143554687500 +-0.185546875000 +-0.021972656250 +0.162109375000 +-0.070312500000 +0.060791015625 +0.057617187500 +-0.216796875000 +-0.069824218750 +-0.095703125000 +-0.126953125000 +0.198242187500 +0.310546875000 +-0.064453125000 +0.010498046875 +-0.138671875000 +0.057128906250 +-0.037597656250 +-0.016967773438 +0.006896972656 +0.065917968750 +0.096679687500 +0.202148437500 +-0.048583984375 +0.031005859375 +-0.021728515625 +-0.183593750000 +0.181640625000 +-0.002044677734 +-0.003402709961 +-0.197265625000 +-0.201171875000 +0.014831542969 +-0.082519531250 +0.057128906250 +0.184570312500 +-0.012329101562 +-0.189453125000 +0.060302734375 +0.104980468750 +-0.078125000000 +0.023559570312 +0.014953613281 +-0.129882812500 +-0.123535156250 +-0.134765625000 +0.071777343750 +-0.141601562500 +0.032226562500 +0.225585937500 +-0.038085937500 +-0.156250000000 +-0.100585937500 +0.018432617188 +0.059814453125 +-0.002151489258 +-0.048828125000 +-0.052001953125 +-0.058837890625 +0.012390136719 +0.055175781250 +0.096679687500 +0.166992187500 +0.105468750000 +-0.090332031250 +-0.115234375000 +0.087402343750 +-0.052246093750 +-0.062011718750 +0.068359375000 +0.020385742188 +0.061035156250 +-0.019531250000 +-0.060791015625 +-0.022827148438 +-0.103515625000 +0.119628906250 +0.161132812500 +-0.165039062500 +-0.046386718750 +-0.174804687500 +-0.189453125000 +-0.070800781250 +0.111816406250 +-0.185546875000 +0.006805419922 +0.152343750000 +0.095703125000 +0.043212890625 +-0.008422851562 +-0.120605468750 +-0.084472656250 +-0.055419921875 +0.102539062500 +0.140625000000 +-0.010681152344 +0.220703125000 +-0.163085937500 +0.021484375000 +-0.080566406250 +-0.201171875000 +0.102050781250 +-0.048583984375 +-0.050292968750 +0.013977050781 +-0.074707031250 +0.115234375000 +-0.328125000000 +0.155273437500 +-0.073242187500 +0.060546875000 +-0.069824218750 +-0.011413574219 +0.021362304688 +-0.083496093750 +-0.022216796875 +-0.414062500000 +0.100585937500 +-0.048828125000 +0.009399414062 +0.173828125000 +-0.133789062500 +-0.115722656250 +-0.031127929688 +0.069335937500 +-0.083496093750 +-0.153320312500 +0.114257812500 +0.053466796875 +0.079101562500 +0.071289062500 +0.104492187500 +0.000134468079 +-0.126953125000 +-0.243164062500 +-0.047119140625 +0.137695312500 +-0.094238281250 +-0.009948730469 +-0.136718750000 +-0.001815795898 +0.143554687500 +0.164062500000 +-0.231445312500 +0.060302734375 +-0.028564453125 +-0.029418945312 +0.113281250000 +0.229492187500 +0.074707031250 +0.007019042969 +0.337890625000 +0.048095703125 +-0.088378906250 +-0.138671875000 +-0.048583984375 +0.087402343750 +0.255859375000 +-0.150390625000 +0.031250000000 +0.298828125000 +0.193359375000 +0.005523681641 +-0.108398437500 +-0.226562500000 +-0.129882812500 +-0.025878906250 +-0.093750000000 +-0.089355468750 +-0.000530242920 +-0.259765625000 +-0.250000000000 +-0.033203125000 +-0.000591278076 +-0.101562500000 +0.138671875000 +0.238281250000 +-0.059326171875 +0.281250000000 +0.100097656250 +-0.199218750000 +-0.075195312500 +0.081054687500 +-0.087402343750 +-0.185546875000 +0.115722656250 +0.041503906250 +0.122558593750 +-0.359375000000 +0.071289062500 +0.095703125000 +-0.166015625000 +-0.113769531250 +-0.283203125000 +-0.156250000000 +0.150390625000 +-0.005340576172 +-0.283203125000 +-0.083984375000 +-0.357421875000 +-0.060791015625 +-0.077636718750 +-0.076171875000 +0.087890625000 +0.143554687500 +-0.247070312500 +-0.079101562500 +0.163085937500 +-0.155273437500 +0.098144531250 +-0.061279296875 +-0.176757812500 +0.083984375000 +-0.294921875000 +0.109375000000 +-0.287109375000 +-0.141601562500 +-0.098144531250 +-0.108398437500 +0.125976562500 +-0.140625000000 +0.082031250000 +-0.083984375000 +-0.163085937500 +-0.076171875000 +0.109375000000 +-0.063476562500 +-0.030395507812 +0.012268066406 +0.182617187500 +-0.077148437500 +0.072265625000 +-0.337890625000 +-0.215820312500 +0.061279296875 +-0.046630859375 +-0.015563964844 +-0.105957031250 +-0.218750000000 +-0.232421875000 +-0.166992187500 +-0.109375000000 +-0.302734375000 +0.155273437500 +-0.190429687500 +-0.243164062500 +-0.119140625000 +-0.149414062500 +-0.174804687500 +-0.125000000000 +0.149414062500 +0.090820312500 +-0.302734375000 +-0.032714843750 +0.077636718750 +-0.052001953125 +0.038574218750 +-0.187500000000 +-0.152343750000 +0.024169921875 +-0.088867187500 +0.008239746094 +-0.034179687500 +-0.070800781250 +-0.248046875000 +-0.289062500000 +0.064453125000 +0.204101562500 +0.144531250000 +-0.251953125000 +0.051513671875 +-0.157226562500 +-0.071289062500 +-0.011352539062 +-0.070312500000 +-0.057128906250 +0.025146484375 +-0.015502929688 +0.053955078125 +-0.096679687500 +0.099121093750 +-0.017211914062 +0.115234375000 +0.045898437500 +0.033935546875 +-0.112304687500 +-0.189453125000 +-0.367187500000 +-0.098632812500 +0.115722656250 +-0.051025390625 +-0.012878417969 +-0.031982421875 +-0.056884765625 +-0.194335937500 +-0.053466796875 +0.455078125000 +-0.221679687500 +0.111816406250 +-0.171875000000 +-0.197265625000 +-0.120605468750 +0.175781250000 +0.007110595703 +-0.016845703125 +-0.036865234375 +0.161132812500 +0.285156250000 +0.014526367188 +-0.279296875000 +0.208007812500 +-0.400390625000 +0.026733398438 +0.100097656250 +0.164062500000 +0.094238281250 +-0.015625000000 +-0.054687500000 +-0.069824218750 +-0.127929687500 +-0.067871093750 +-0.010131835938 +-0.009887695312 +-0.185546875000 +-0.105957031250 +-0.361328125000 +-0.064453125000 +0.194335937500 +0.050048828125 +-0.065917968750 +-0.084960937500 +-0.014099121094 +-0.175781250000 +-0.167968750000 +-0.062500000000 +-0.172851562500 +-0.219726562500 +-0.054443359375 +0.052246093750 +-0.049560546875 +-0.077148437500 +0.122070312500 +-0.169921875000 +-0.089843750000 +0.044921875000 +-0.037841796875 +0.026977539062 +0.000291824341 +0.108886718750 +-0.031250000000 +-0.062255859375 +0.027465820312 +0.132812500000 +-0.020629882812 +0.093261718750 +0.075683593750 +0.049560546875 +-0.052734375000 +-0.016235351562 +-0.042724609375 +0.179687500000 +-0.058105468750 +-0.117675781250 +-0.073242187500 +-0.074707031250 +-0.067871093750 +-0.189453125000 +0.023925781250 +0.050048828125 +-0.241210937500 +-0.105957031250 +-0.227539062500 +-0.201171875000 +0.085937500000 +0.087402343750 +-0.045898437500 +-0.121093750000 +-0.110839843750 +0.044921875000 +-0.112304687500 +0.203125000000 +0.007507324219 +-0.046630859375 +0.031127929688 +-0.065917968750 +-0.043212890625 +0.147460937500 +-0.211914062500 +-0.106933593750 +0.065917968750 +-0.179687500000 +-0.084960937500 +0.062255859375 +-0.019409179688 +-0.077148437500 +-0.118652343750 +-0.173828125000 +-0.156250000000 +-0.090820312500 +0.103027343750 +-0.081054687500 +-0.067871093750 +-0.016601562500 +0.182617187500 +-0.294921875000 +-0.125000000000 +0.069335937500 +0.065429687500 +0.060058593750 +-0.162109375000 +-0.063476562500 +-0.132812500000 +0.171875000000 +0.281250000000 +0.037109375000 +0.031127929688 +-0.022094726562 +-0.005432128906 +-0.107421875000 +-0.039550781250 +-0.093261718750 +-0.018188476562 +0.049316406250 +0.207031250000 +0.151367187500 +0.041748046875 +0.127929687500 +0.087890625000 +0.063476562500 +-0.060791015625 +-0.081542968750 +-0.213867187500 +-0.150390625000 +-0.043701171875 +-0.026977539062 +0.017944335938 +0.043945312500 +0.449218750000 +-0.164062500000 +-0.249023437500 +0.033447265625 +-0.024047851562 +0.002853393555 +0.031738281250 +0.000107288361 +-0.135742187500 +0.090820312500 +0.022949218750 +0.018554687500 +-0.063476562500 +0.119140625000 +-0.115234375000 +0.006469726562 +-0.116699218750 +0.067871093750 +-0.049560546875 +-0.008972167969 +-0.107421875000 +-0.026123046875 +-0.212890625000 +-0.093750000000 +0.267578125000 +-0.074707031250 +0.009704589844 +-0.136718750000 +-0.157226562500 +0.006774902344 +-0.058349609375 +0.025390625000 +-0.102050781250 +0.259765625000 +0.248046875000 +0.176757812500 +0.097656250000 +-0.265625000000 +-0.003875732422 +0.172851562500 +0.005249023438 +0.065429687500 +-0.419921875000 +-0.028442382812 +-0.285156250000 +0.030273437500 +-0.093261718750 +-0.367187500000 +0.175781250000 +-0.007171630859 +-0.273437500000 +-0.174804687500 +0.013977050781 +0.131835937500 +0.057128906250 +-0.186523437500 +0.007568359375 +-0.054687500000 +-0.194335937500 +0.165039062500 +-0.086914062500 +-0.132812500000 +-0.173828125000 +-0.184570312500 +-0.050781250000 +0.061523437500 +0.100097656250 +-0.343750000000 +-0.185546875000 +-0.012145996094 +0.279296875000 +-0.324218750000 +-0.178710937500 +-0.015747070312 +-0.004058837891 +-0.029663085938 +-0.039306640625 +-0.058593750000 +-0.154296875000 +0.025146484375 +-0.209960937500 +-0.251953125000 +-0.071777343750 +-0.026123046875 +-0.175781250000 +0.171875000000 +0.090820312500 +0.153320312500 +-0.095703125000 +-0.046875000000 +-0.114746093750 +-0.080566406250 +0.064453125000 +0.053222656250 +-0.119140625000 +-0.055419921875 +-0.241210937500 +0.047607421875 +0.127929687500 +-0.038085937500 +-0.085449218750 +0.269531250000 +-0.195312500000 +-0.118652343750 +0.041992187500 +-0.138671875000 +-0.163085937500 +0.054687500000 +0.097656250000 +-0.082031250000 +-0.055908203125 +0.078613281250 +-0.129882812500 +0.022460937500 +-0.089843750000 +-0.240234375000 +-0.003738403320 +0.210937500000 +0.021484375000 +-0.010375976562 +-0.045166015625 +-0.177734375000 +0.025024414062 +-0.002227783203 +-0.045166015625 +0.039550781250 +-0.178710937500 +0.345703125000 +-0.363281250000 +-0.083496093750 +0.118652343750 +0.020385742188 +0.005645751953 +-0.190429687500 +-0.134765625000 +0.131835937500 +-0.127929687500 +0.055664062500 +-0.118164062500 +0.110351562500 +-0.090820312500 +-0.046875000000 +0.029785156250 +0.044433593750 +-0.072265625000 +-0.226562500000 +-0.096191406250 +-0.314453125000 +-0.192382812500 +-0.030883789062 +-0.096679687500 +0.158203125000 +-0.144531250000 +0.042236328125 +-0.104003906250 +-0.109375000000 +-0.129882812500 +0.006072998047 +-0.134765625000 +0.143554687500 +0.115722656250 +0.091796875000 +-0.107421875000 +-0.018676757812 +-0.047119140625 +0.023193359375 +-0.322265625000 +-0.105957031250 +-0.021606445312 +-0.001502990723 +0.004882812500 +0.023071289062 +0.014709472656 +-0.057128906250 +-0.125976562500 +-0.010559082031 +0.005584716797 +-0.061523437500 +-0.186523437500 +-0.257812500000 +-0.214843750000 +0.049560546875 +-0.314453125000 +0.032470703125 +0.054931640625 +0.017456054688 +-0.019531250000 +-0.171875000000 +0.012207031250 +-0.215820312500 +-0.281250000000 +-0.206054687500 +-0.207031250000 +-0.191406250000 +-0.046386718750 +-0.008544921875 +-0.135742187500 +-0.093261718750 +0.235351562500 +-0.081542968750 +-0.061767578125 +-0.014221191406 +0.020141601562 +-0.030029296875 +0.049072265625 +-0.345703125000 +-0.001449584961 +0.015563964844 +-0.166992187500 +-0.014587402344 +-0.007263183594 +0.083496093750 +-0.128906250000 +-0.073730468750 +-0.416015625000 +0.238281250000 +0.065429687500 +0.054199218750 +0.006774902344 +-0.206054687500 +0.051269531250 +-0.073730468750 +0.208984375000 +-0.211914062500 +0.059326171875 +-0.039062500000 +0.070312500000 +-0.094238281250 +-0.099609375000 +-0.005432128906 +-0.177734375000 +0.012268066406 +0.020629882812 +-0.226562500000 +-0.068359375000 +-0.137695312500 +0.100097656250 +0.049804687500 +0.158203125000 +-0.029052734375 +-0.130859375000 +-0.178710937500 +-0.105957031250 +-0.212890625000 +-0.132812500000 +-0.014343261719 +0.068359375000 +-0.194335937500 +-0.117187500000 +-0.063964843750 +0.224609375000 +-0.186523437500 +-0.051513671875 +0.073730468750 +0.118164062500 +0.064941406250 +-0.148437500000 +-0.158203125000 +-0.015014648438 +0.056396484375 +-0.011230468750 +0.118652343750 +0.141601562500 +-0.105957031250 +0.227539062500 +-0.006896972656 +-0.213867187500 +-0.145507812500 +0.026245117188 +-0.089355468750 +0.062500000000 +0.108886718750 +-0.089843750000 +-0.100585937500 +-0.073730468750 +-0.043701171875 +-0.002761840820 +0.018432617188 +0.090820312500 +0.099121093750 +0.143554687500 +-0.152343750000 +-0.071777343750 +0.001159667969 +0.011169433594 +-0.047363281250 +0.030761718750 +0.067382812500 +0.104980468750 +-0.004821777344 +-0.042480468750 +-0.085449218750 +0.228515625000 +0.105957031250 +0.239257812500 +0.024902343750 +-0.037353515625 +-0.085937500000 +0.100585937500 +0.133789062500 +-0.029418945312 +-0.110839843750 +0.148437500000 +-0.359375000000 +-0.014343261719 +0.136718750000 +-0.105468750000 +0.234375000000 +0.080566406250 +-0.330078125000 +-0.063476562500 +0.111328125000 +-0.091796875000 +0.076171875000 +-0.074218750000 +-0.144531250000 +-0.032714843750 +0.186523437500 +0.036376953125 +-0.198242187500 +-0.025024414062 +0.156250000000 +0.040771484375 +0.077148437500 +-0.166015625000 +-0.116699218750 +0.040039062500 +-0.007934570312 +0.104980468750 +-0.036865234375 +-0.071777343750 +0.080078125000 +-0.026245117188 +0.011230468750 +-0.146484375000 +-0.118164062500 +-0.257812500000 +-0.359375000000 +0.180664062500 +-0.007781982422 +-0.226562500000 +-0.118164062500 +-0.384765625000 +-0.091796875000 +-0.215820312500 +-0.006896972656 +-0.060058593750 +-0.433593750000 +0.015747070312 +0.038574218750 +0.449218750000 +-0.190429687500 +-0.207031250000 +-0.241210937500 +0.147460937500 +-0.079589843750 +0.084472656250 +0.112304687500 +-0.135742187500 +-0.065917968750 +0.055175781250 +-0.144531250000 +0.035644531250 +0.089355468750 +0.036621093750 +-0.165039062500 +-0.122070312500 +0.088378906250 +0.166015625000 +-0.144531250000 +0.026489257812 +-0.275390625000 +-0.121582031250 +-0.090820312500 +0.166992187500 +0.149414062500 +0.073242187500 +-0.063964843750 +-0.294921875000 +0.051269531250 +-0.075683593750 +-0.083984375000 +-0.193359375000 +-0.084472656250 +-0.087890625000 +0.155273437500 +0.087402343750 +-0.083007812500 +-0.028076171875 +0.105957031250 +0.006896972656 +-0.073730468750 +-0.021240234375 +-0.122070312500 +-0.007019042969 +-0.015136718750 +-0.190429687500 +0.046386718750 +-0.082031250000 +0.025512695312 +-0.025268554688 +0.165039062500 +-0.030395507812 +-0.110839843750 +0.137695312500 +0.022705078125 +0.124023437500 +0.199218750000 +-0.003524780273 +0.005981445312 +-0.085937500000 +-0.208007812500 +-0.414062500000 +-0.016967773438 +-0.153320312500 +-0.077636718750 +-0.057617187500 +0.085937500000 +-0.095214843750 +0.154296875000 +0.019775390625 +0.112304687500 +-0.022949218750 +-0.065917968750 +-0.009216308594 +-0.033203125000 +0.050781250000 +0.094726562500 +-0.134765625000 +-0.176757812500 +-0.026367187500 +0.007934570312 +0.081054687500 +-0.174804687500 +-0.062988281250 +-0.265625000000 +-0.283203125000 +0.144531250000 +0.077148437500 +0.004760742188 +0.043457031250 +0.010253906250 +0.074218750000 +-0.112792968750 +0.011291503906 +-0.149414062500 +-0.064453125000 +-0.048583984375 +-0.161132812500 +0.130859375000 +0.062500000000 +-0.213867187500 +-0.201171875000 +0.132812500000 +-0.085449218750 +0.132812500000 +-0.056152343750 +0.208007812500 +-0.069824218750 +0.148437500000 +0.070312500000 +0.083496093750 +-0.139648437500 +-0.018188476562 +0.265625000000 +0.148437500000 +0.046630859375 +0.024536132812 +0.242187500000 +-0.119628906250 +-0.047851562500 +-0.024169921875 +-0.079589843750 +-0.294921875000 +0.091796875000 +-0.133789062500 +-0.058105468750 +0.041748046875 +0.118652343750 +-0.125000000000 +0.112304687500 +0.076171875000 +-0.089355468750 +0.018554687500 +-0.107421875000 +0.174804687500 +-0.049804687500 +-0.079101562500 +0.008483886719 +0.161132812500 +-0.030395507812 +0.093261718750 +0.138671875000 +-0.122558593750 +0.064941406250 +0.253906250000 +0.023193359375 +-0.078125000000 +-0.181640625000 +0.117675781250 +-0.013549804688 +0.052978515625 +-0.047607421875 +0.255859375000 +0.027221679688 +-0.036865234375 +-0.106933593750 +-0.207031250000 +0.136718750000 +0.107421875000 +-0.036865234375 +0.160156250000 +0.207031250000 +-0.099121093750 +0.092285156250 +0.013793945312 +0.102539062500 +-0.070800781250 +0.088378906250 +-0.026977539062 +0.088867187500 +0.069824218750 +-0.007812500000 +-0.065917968750 +0.129882812500 +0.023315429688 +0.045166015625 +-0.263671875000 +-0.053222656250 +-0.019897460938 +0.051269531250 +0.157226562500 +0.010192871094 +-0.006774902344 +0.016235351562 +0.091796875000 +0.138671875000 +-0.039550781250 +0.095214843750 +0.036865234375 +-0.030639648438 +-0.283203125000 +0.123046875000 +0.125000000000 +-0.024047851562 +0.171875000000 +0.060546875000 +0.140625000000 +-0.145507812500 +0.014953613281 +-0.318359375000 +-0.140625000000 +0.071289062500 +-0.010620117188 +0.218750000000 +0.115234375000 +-0.054931640625 +0.053955078125 +0.152343750000 +-0.139648437500 +0.109863281250 +-0.011291503906 +0.032958984375 +0.023315429688 +0.045898437500 +0.156250000000 +0.055664062500 +0.047363281250 +-0.089843750000 +0.106445312500 +0.012390136719 +-0.187500000000 +0.038574218750 +0.096191406250 +0.257812500000 +0.012756347656 +0.009033203125 +-0.075195312500 +-0.118164062500 +0.073730468750 +0.097656250000 +0.031250000000 +-0.042724609375 +0.181640625000 +-0.132812500000 +-0.144531250000 +0.079589843750 +0.029541015625 +0.044677734375 +0.021972656250 +0.055175781250 +0.101562500000 +-0.195312500000 +-0.207031250000 +0.124023437500 +-0.019042968750 +0.080566406250 +-0.200195312500 +-0.162109375000 +-0.314453125000 +-0.232421875000 +0.036865234375 +-0.259765625000 +-0.083984375000 +0.178710937500 +-0.030151367188 +0.006286621094 +-0.168945312500 +-0.090332031250 +-0.113769531250 +-0.040527343750 +-0.083496093750 +0.071777343750 +-0.132812500000 +0.166015625000 +-0.151367187500 +-0.055908203125 +0.089355468750 +-0.039794921875 +0.127929687500 +-0.232421875000 +0.123535156250 +-0.175781250000 +0.154296875000 +-0.053466796875 +-0.027099609375 +-0.171875000000 +-0.107910156250 +-0.080566406250 +0.086425781250 +-0.102539062500 +-0.080566406250 +-0.042480468750 +-0.273437500000 +0.112304687500 +0.088378906250 +-0.190429687500 +-0.127929687500 +-0.281250000000 +-0.271484375000 +0.017944335938 +-0.014831542969 +0.001754760742 +0.040039062500 +-0.083007812500 +-0.064941406250 +-0.022705078125 +-0.005676269531 +-0.086425781250 +-0.061035156250 +-0.088867187500 +0.041503906250 +0.210937500000 +0.025512695312 +0.004180908203 +0.070312500000 +0.020019531250 +0.188476562500 +-0.020019531250 +-0.107421875000 +0.087402343750 +-0.112792968750 +0.064453125000 +-0.144531250000 +-0.261718750000 +-0.043212890625 +-0.046875000000 +-0.105468750000 +-0.059570312500 +-0.022216796875 +-0.214843750000 +-0.084472656250 +-0.119628906250 +-0.244140625000 +-0.208007812500 +-0.306640625000 +0.155273437500 +-0.172851562500 +-0.113769531250 +-0.359375000000 +-0.035888671875 +-0.045410156250 +-0.018066406250 +0.053955078125 +-0.263671875000 +-0.308593750000 +-0.156250000000 +-0.083007812500 +0.054687500000 +0.049072265625 +-0.015502929688 +-0.032226562500 +-0.055664062500 +-0.213867187500 +-0.138671875000 +0.130859375000 +-0.023071289062 +0.024780273438 +-0.092773437500 +-0.215820312500 +-0.083984375000 +-0.283203125000 +-0.326171875000 +-0.163085937500 +-0.006958007812 +-0.178710937500 +0.116699218750 +0.054199218750 +-0.140625000000 +0.373046875000 +-0.194335937500 +-0.136718750000 +-0.013244628906 +-0.106933593750 +-0.051025390625 +-0.032470703125 +-0.039306640625 +-0.166992187500 +0.055908203125 +-0.059814453125 +-0.229492187500 +-0.243164062500 +-0.110839843750 +-0.231445312500 +0.052978515625 +0.084472656250 +-0.015258789062 +-0.023437500000 +0.021362304688 +0.025878906250 +-0.046630859375 +-0.109863281250 +0.185546875000 +0.088867187500 +-0.028564453125 +-0.154296875000 +-0.044189453125 +0.136718750000 +0.143554687500 +0.022094726562 +-0.154296875000 +-0.091796875000 +0.036132812500 +-0.038085937500 +-0.067871093750 +-0.078613281250 +0.036621093750 +-0.047851562500 +0.067871093750 +0.092773437500 +0.126953125000 +-0.232421875000 +-0.065917968750 +-0.110351562500 +0.025878906250 +0.116210937500 +-0.178710937500 +-0.141601562500 +0.002929687500 +0.016723632812 +0.033203125000 +-0.115722656250 +0.010437011719 +-0.314453125000 +-0.088378906250 +-0.073730468750 +-0.054687500000 +-0.035644531250 +-0.151367187500 +0.183593750000 +-0.006011962891 +-0.036621093750 +-0.027954101562 +-0.134765625000 +0.144531250000 +-0.108886718750 +0.022583007812 +-0.162109375000 +-0.176757812500 +-0.139648437500 +0.060546875000 +-0.227539062500 +0.161132812500 +-0.005310058594 +0.353515625000 +-0.229492187500 +0.131835937500 +0.107421875000 +-0.184570312500 +-0.093750000000 +0.033691406250 +0.006500244141 +0.004516601562 +-0.240234375000 +-0.009521484375 +0.039062500000 +-0.020263671875 +-0.151367187500 +-0.048828125000 +-0.105468750000 +-0.136718750000 +0.096191406250 +0.033203125000 +-0.064941406250 +-0.179687500000 +-0.230468750000 +-0.371093750000 +-0.279296875000 +0.197265625000 +-0.063476562500 +-0.114746093750 +0.072265625000 +-0.108886718750 +-0.035644531250 +0.143554687500 +-0.085449218750 +-0.233398437500 +0.076171875000 +0.006195068359 +0.088378906250 +0.074218750000 +-0.202148437500 +0.066406250000 +0.083496093750 +-0.017700195312 +-0.116699218750 +0.066406250000 +-0.132812500000 +-0.108886718750 +0.190429687500 +0.128906250000 +0.034667968750 +-0.009277343750 +0.191406250000 +0.077148437500 +0.083496093750 +0.085937500000 +-0.077636718750 +-0.005279541016 +0.025756835938 +0.050781250000 +0.036865234375 +-0.139648437500 +-0.060058593750 +-0.178710937500 +0.016845703125 +-0.000556945801 +-0.281250000000 +0.002212524414 +-0.023071289062 +0.024536132812 +-0.087402343750 +-0.071777343750 +-0.006134033203 +0.089355468750 +0.044189453125 +0.118164062500 +0.008117675781 +0.114257812500 +0.173828125000 +-0.181640625000 +-0.120117187500 +0.006103515625 +0.060058593750 +0.048828125000 +-0.041503906250 +-0.064941406250 +-0.071289062500 +0.069824218750 +-0.121582031250 +-0.328125000000 +-0.199218750000 +0.223632812500 +-0.049072265625 +0.138671875000 +0.285156250000 +-0.041259765625 +-0.046875000000 +-0.057617187500 +-0.089355468750 +-0.037597656250 +0.120117187500 +-0.056884765625 +0.104492187500 +0.110351562500 +0.180664062500 +-0.151367187500 +-0.017456054688 +-0.087890625000 +0.130859375000 +-0.056640625000 +-0.166015625000 +-0.026733398438 +0.332031250000 +0.031494140625 +-0.167968750000 +0.021606445312 +-0.281250000000 +0.062500000000 +0.064453125000 +0.046386718750 +-0.038574218750 +0.101562500000 +-0.218750000000 +-0.010314941406 +-0.111816406250 +0.059082031250 +-0.083984375000 +-0.033691406250 +-0.044677734375 +0.052490234375 +0.069824218750 +-0.208007812500 +-0.449218750000 +0.047119140625 +-0.028808593750 +-0.013183593750 +0.011047363281 +0.116699218750 +-0.014343261719 +-0.343750000000 +0.100585937500 +-0.064453125000 +-0.073242187500 +0.082031250000 +-0.046630859375 +-0.179687500000 +-0.219726562500 +-0.277343750000 +-0.046386718750 +0.067871093750 +0.027709960938 +-0.349609375000 +-0.131835937500 +0.127929687500 +-0.073242187500 +0.170898437500 +-0.038818359375 +0.027099609375 +-0.060302734375 +-0.166015625000 +-0.004760742188 +-0.078125000000 +-0.131835937500 +0.028320312500 +-0.165039062500 +-0.111328125000 +0.114257812500 +-0.196289062500 +0.006317138672 +-0.150390625000 +-0.023193359375 +0.245117187500 +0.067382812500 +-0.176757812500 +0.055908203125 +-0.074218750000 +-0.179687500000 +-0.080566406250 +-0.058593750000 +0.021484375000 +0.025756835938 +-0.216796875000 +0.066894531250 +-0.196289062500 +-0.096191406250 +-0.275390625000 +0.073242187500 +-0.039550781250 +0.150390625000 +-0.113769531250 +0.111328125000 +-0.402343750000 +0.187500000000 +-0.089355468750 +-0.251953125000 +-0.127929687500 +0.120605468750 +-0.195312500000 +0.113769531250 +-0.029663085938 +-0.075683593750 +-0.020629882812 +-0.157226562500 +-0.181640625000 +0.003356933594 +0.041503906250 +-0.118652343750 +-0.251953125000 +0.102539062500 +-0.236328125000 +-0.017822265625 +0.150390625000 +-0.159179687500 +-0.097167968750 +-0.169921875000 +0.023315429688 +-0.001426696777 +0.039794921875 +-0.012023925781 +-0.059326171875 +0.005981445312 +0.208007812500 +0.117675781250 +-0.089843750000 +-0.147460937500 +-0.029907226562 +-0.206054687500 +-0.004333496094 +-0.046630859375 +0.022338867188 +-0.253906250000 +-0.135742187500 +-0.118652343750 +-0.199218750000 +-0.068359375000 +0.110839843750 +-0.085937500000 +-0.052490234375 +-0.306640625000 +-0.026611328125 +-0.220703125000 +0.125976562500 +-0.074218750000 +-0.147460937500 +-0.066894531250 +-0.142578125000 +-0.033447265625 +0.074218750000 +0.231445312500 +-0.115722656250 +-0.136718750000 +-0.044921875000 +0.034667968750 +-0.183593750000 +0.212890625000 +-0.089355468750 +-0.044189453125 +-0.394531250000 +-0.035400390625 +-0.074707031250 +-0.042968750000 +-0.098632812500 +-0.052246093750 +0.045166015625 +-0.042968750000 +-0.080078125000 +0.192382812500 +0.041015625000 +-0.190429687500 +0.004974365234 +-0.048583984375 +-0.043212890625 +-0.124023437500 +-0.038574218750 +-0.052246093750 +-0.028808593750 +0.246093750000 +0.128906250000 +0.010620117188 +-0.026245117188 +0.291015625000 +-0.117187500000 +0.061523437500 +-0.024291992188 +0.111816406250 +0.034179687500 +-0.096679687500 +0.269531250000 +-0.130859375000 +0.034667968750 +-0.043701171875 +-0.145507812500 +-0.240234375000 +0.101562500000 +0.147460937500 +0.052246093750 +0.097656250000 +-0.010253906250 +-0.120605468750 +0.016479492188 +0.018310546875 +0.062500000000 +-0.125000000000 +-0.021118164062 +-0.012268066406 +0.173828125000 +-0.095703125000 +0.143554687500 +-0.120117187500 +-0.126953125000 +-0.156250000000 +-0.111328125000 +-0.091308593750 +0.082031250000 +0.027832031250 +-0.019531250000 +0.009155273438 +-0.002410888672 +-0.051269531250 +-0.044189453125 +-0.033691406250 +-0.017456054688 +0.026123046875 +0.111816406250 +0.132812500000 +-0.050781250000 +0.255859375000 +0.091796875000 +-0.081542968750 +-0.016967773438 +0.059082031250 +0.236328125000 +0.061523437500 +0.009948730469 +-0.139648437500 +-0.024902343750 +-0.027221679688 +0.031250000000 +0.138671875000 +0.099121093750 +-0.029296875000 +0.034423828125 +-0.075683593750 +-0.118652343750 +-0.158203125000 +0.021606445312 +0.004089355469 +0.050048828125 +0.090332031250 +-0.127929687500 +0.141601562500 +0.037353515625 +0.033203125000 +0.066406250000 +0.165039062500 +0.000747680664 +-0.033447265625 +-0.097167968750 +-0.106933593750 +0.219726562500 +-0.118652343750 +0.139648437500 +-0.003936767578 +0.043701171875 +-0.106445312500 +-0.171875000000 +-0.160156250000 +0.021484375000 +0.080566406250 +-0.140625000000 +-0.052978515625 +-0.017578125000 +0.054687500000 +-0.113281250000 +-0.089355468750 +-0.044677734375 +-0.250000000000 +-0.285156250000 +0.069335937500 +0.038330078125 +-0.018798828125 +0.037353515625 +0.096679687500 +0.021850585938 +0.171875000000 +0.032470703125 +0.070312500000 +-0.071777343750 +-0.235351562500 +0.146484375000 +0.118164062500 +-0.084960937500 +-0.092773437500 +0.076171875000 +-0.145507812500 +-0.083007812500 +0.031127929688 +-0.004669189453 +0.176757812500 +0.076660156250 +-0.043212890625 +0.032714843750 +-0.099121093750 +-0.035888671875 +-0.120117187500 +-0.132812500000 +-0.168945312500 +0.130859375000 +-0.421875000000 +-0.166992187500 +0.172851562500 +0.113769531250 +-0.050292968750 +0.066406250000 +0.058349609375 +0.050537109375 +0.095703125000 +0.010314941406 +0.020385742188 +0.070800781250 +0.099609375000 +0.027832031250 +-0.200195312500 +-0.152343750000 +-0.142578125000 +-0.210937500000 +0.027465820312 +0.061523437500 +0.345703125000 +-0.064941406250 +-0.004943847656 +0.053955078125 +-0.045410156250 +-0.226562500000 +-0.173828125000 +-0.247070312500 +-0.000968933105 +-0.027465820312 +-0.257812500000 +-0.225585937500 +0.107910156250 +0.218750000000 +-0.130859375000 +-0.057128906250 +0.142578125000 +0.122558593750 +-0.226562500000 +-0.190429687500 +-0.018798828125 +-0.079589843750 +-0.224609375000 +-0.091796875000 +0.104980468750 +0.074707031250 +-0.119628906250 +0.109375000000 +-0.005493164062 +0.078613281250 +-0.000892639160 +0.129882812500 +-0.298828125000 +-0.189453125000 +0.105468750000 +0.036621093750 +-0.106933593750 +0.098632812500 +-0.253906250000 +-0.117187500000 +0.043212890625 +-0.149414062500 +0.038085937500 +-0.030151367188 +0.120605468750 +0.065917968750 +-0.219726562500 +-0.184570312500 +0.287109375000 +-0.043945312500 +-0.255859375000 +-0.189453125000 +0.165039062500 +-0.133789062500 +-0.008789062500 +-0.075195312500 +-0.051513671875 +0.030517578125 +0.136718750000 +0.316406250000 +-0.054931640625 +0.195312500000 +0.029785156250 +-0.016845703125 +-0.111328125000 +0.072265625000 +0.184570312500 +0.123046875000 +0.099609375000 +0.166992187500 +0.048828125000 +-0.067871093750 +-0.063476562500 +0.078613281250 +0.095703125000 +-0.216796875000 +0.179687500000 +0.183593750000 +-0.128906250000 +0.054931640625 +0.172851562500 +-0.050292968750 +-0.158203125000 +-0.024047851562 +-0.018188476562 +0.014404296875 +0.016601562500 +-0.166992187500 +-0.133789062500 +-0.154296875000 +0.033935546875 +-0.195312500000 +-0.112304687500 +-0.139648437500 +0.011291503906 +0.087890625000 +-0.100097656250 +0.076171875000 +0.047607421875 +0.127929687500 +-0.007476806641 +0.039794921875 +-0.187500000000 +-0.154296875000 +0.124023437500 +-0.177734375000 +0.053710937500 +-0.089843750000 +0.140625000000 +0.003570556641 +-0.013854980469 +-0.002899169922 +0.006500244141 +-0.028198242188 +-0.130859375000 +0.059814453125 +-0.046630859375 +-0.065917968750 +-0.102050781250 +-0.059814453125 +-0.090820312500 +0.021118164062 +-0.021972656250 +-0.151367187500 +-0.078613281250 +-0.155273437500 +-0.088867187500 +0.079101562500 +-0.006622314453 +-0.099121093750 +0.202148437500 +-0.138671875000 +-0.126953125000 +0.134765625000 +-0.074218750000 +-0.001182556152 +0.074218750000 +-0.005096435547 +-0.065917968750 +-0.119628906250 +0.011718750000 +-0.172851562500 +-0.100585937500 +-0.112304687500 +0.067871093750 +-0.021606445312 +0.020263671875 +-0.006256103516 +0.045410156250 +-0.052490234375 +0.127929687500 +-0.219726562500 +-0.111328125000 +-0.093750000000 +0.074707031250 +-0.023925781250 +0.070800781250 +-0.046875000000 +-0.038818359375 +-0.133789062500 +-0.088378906250 +-0.042724609375 +0.125000000000 +0.104980468750 +-0.015991210938 +-0.193359375000 +-0.149414062500 +-0.289062500000 +-0.148437500000 +-0.027465820312 +-0.126953125000 +-0.141601562500 +0.034912109375 +0.086425781250 +-0.216796875000 +0.012207031250 +-0.129882812500 +0.092285156250 +-0.036621093750 +0.062011718750 +-0.009094238281 +-0.036376953125 +-0.108886718750 +0.071289062500 +0.067382812500 +0.024047851562 +0.098144531250 +-0.157226562500 +-0.139648437500 +-0.067871093750 +-0.012023925781 +-0.089355468750 +-0.039794921875 +0.076171875000 +0.017333984375 +-0.182617187500 +-0.017333984375 +-0.016479492188 +-0.025512695312 +0.067382812500 +0.028564453125 +-0.118164062500 +-0.009704589844 +-0.068359375000 +-0.009765625000 +-0.019409179688 +0.223632812500 +-0.173828125000 +0.105957031250 +0.004638671875 +0.051757812500 +0.149414062500 +0.084960937500 +-0.097167968750 +-0.179687500000 +0.058837890625 +-0.143554687500 +0.182617187500 +-0.083984375000 +-0.191406250000 +-0.135742187500 +-0.152343750000 +-0.124511718750 +-0.121093750000 +-0.035888671875 +-0.010925292969 +0.134765625000 +-0.044921875000 +0.012573242188 +0.038574218750 +-0.084960937500 +-0.030151367188 +0.083984375000 +0.095703125000 +0.041992187500 +0.209960937500 +-0.289062500000 +0.033691406250 +0.091308593750 +-0.062255859375 +-0.079101562500 +-0.222656250000 +-0.108886718750 +-0.065917968750 +-0.092773437500 +-0.146484375000 +-0.094726562500 +-0.016235351562 +-0.071289062500 +0.040771484375 +0.047363281250 +0.104492187500 +0.206054687500 +0.006958007812 +-0.170898437500 +-0.283203125000 +-0.294921875000 +0.031494140625 +-0.032226562500 +0.043701171875 +-0.181640625000 +-0.032226562500 +0.119140625000 +0.071777343750 +-0.183593750000 +0.113769531250 +0.018188476562 +-0.018798828125 +0.080078125000 +0.068847656250 +-0.160156250000 +-0.171875000000 +-0.187500000000 +0.211914062500 +0.069335937500 +-0.202148437500 +-0.041992187500 +-0.086425781250 +0.054443359375 +-0.137695312500 +0.085937500000 +-0.190429687500 +0.589843750000 +-0.008789062500 +-0.016723632812 +-0.052246093750 +-0.015380859375 +0.101074218750 +-0.026245117188 +0.519531250000 +-0.248046875000 +-0.031982421875 +-0.097167968750 +0.054931640625 +0.184570312500 +-0.132812500000 +0.057617187500 +0.357421875000 +0.063476562500 +-0.066406250000 +0.186523437500 +-0.084960937500 +-0.166015625000 +0.071289062500 +0.020629882812 +0.261718750000 +-0.227539062500 +0.062011718750 +0.137695312500 +0.215820312500 +0.041015625000 +0.143554687500 +0.035644531250 +0.174804687500 +0.054443359375 +0.242187500000 +0.023925781250 +-0.003662109375 +-0.083007812500 +-0.032226562500 +-0.185546875000 +-0.310546875000 +-0.141601562500 +-0.040771484375 +-0.097167968750 +0.259765625000 +0.127929687500 +0.006591796875 +0.017089843750 +-0.019897460938 +0.009582519531 +0.093750000000 +0.171875000000 +0.070800781250 +0.024902343750 +0.035156250000 +-0.037841796875 +-0.034667968750 +0.149414062500 +-0.007202148438 +-0.005035400391 +-0.259765625000 +0.095214843750 +-0.169921875000 +-0.150390625000 +-0.102050781250 +-0.120117187500 +0.157226562500 +0.153320312500 +0.060791015625 +0.020751953125 +-0.135742187500 +-0.025878906250 +-0.100097656250 +-0.184570312500 +-0.175781250000 +0.016113281250 +0.034179687500 +-0.206054687500 +0.024047851562 +-0.210937500000 +0.242187500000 +0.076660156250 +-0.028564453125 +-0.002029418945 +-0.062255859375 +-0.121582031250 +0.086425781250 +-0.048583984375 +-0.044189453125 +-0.144531250000 +0.019653320312 +-0.054199218750 +-0.037109375000 +0.163085937500 +-0.014282226562 +-0.030517578125 +0.054443359375 +0.020629882812 +-0.119628906250 +0.119628906250 +-0.108398437500 +0.056640625000 +0.021362304688 +-0.026245117188 +-0.042968750000 +-0.210937500000 +-0.026245117188 +-0.052246093750 +-0.078125000000 +0.082031250000 +-0.099609375000 +-0.064453125000 +0.013916015625 +0.030639648438 +-0.069824218750 +-0.241210937500 +-0.174804687500 +0.164062500000 +0.057373046875 +0.032226562500 +0.204101562500 +0.022338867188 +-0.068847656250 +0.119628906250 +-0.134765625000 +-0.065429687500 +0.398437500000 +0.249023437500 +-0.083984375000 +0.209960937500 +0.074707031250 +0.100585937500 +-0.277343750000 +-0.071777343750 +-0.048339843750 +-0.012145996094 +-0.086914062500 +-0.086914062500 +-0.125000000000 +-0.054443359375 +-0.151367187500 +0.015075683594 +0.127929687500 +0.302734375000 +0.167968750000 +-0.126953125000 +-0.029785156250 +-0.106933593750 +0.218750000000 +-0.128906250000 +-0.179687500000 +-0.062988281250 +0.200195312500 +0.035400390625 +0.033203125000 +-0.169921875000 +-0.065429687500 +-0.082519531250 +0.201171875000 +-0.138671875000 +-0.051757812500 +0.098632812500 +-0.043701171875 +0.181640625000 +0.067382812500 +0.033691406250 +-0.197265625000 +0.028320312500 +0.067871093750 +-0.024047851562 +0.046875000000 +0.082519531250 +0.042236328125 +0.130859375000 +0.113281250000 +-0.084472656250 +-0.554687500000 +-0.061035156250 +-0.125976562500 +0.003173828125 +-0.171875000000 +-0.121582031250 +0.164062500000 +-0.065917968750 +0.120117187500 +-0.025024414062 +0.074218750000 +-0.060546875000 +0.113769531250 +-0.064941406250 +-0.123535156250 +-0.160156250000 +0.083984375000 +-0.125000000000 +0.161132812500 +-0.170898437500 +-0.107910156250 +0.253906250000 +-0.237304687500 +0.079589843750 +-0.349609375000 +0.067871093750 +0.178710937500 +-0.062988281250 +0.125976562500 +-0.236328125000 +-0.021484375000 +-0.049072265625 +0.076171875000 +0.018676757812 +-0.162109375000 +-0.031494140625 +0.234375000000 +0.084960937500 +-0.118652343750 +0.050292968750 +-0.339843750000 +-0.081542968750 +-0.071777343750 +-0.138671875000 +0.032470703125 +-0.111816406250 +-0.386718750000 +-0.039306640625 +-0.011657714844 +0.009826660156 +-0.017211914062 +0.160156250000 +0.009887695312 +0.039306640625 +-0.275390625000 +-0.044433593750 +0.024536132812 +-0.065917968750 +-0.079589843750 +-0.055664062500 +0.010803222656 +-0.269531250000 +0.056152343750 +-0.187500000000 +0.022094726562 +-0.040283203125 +-0.032226562500 +0.059326171875 +0.004913330078 +-0.108398437500 +-0.013366699219 +0.189453125000 +0.081054687500 +0.081542968750 +-0.203125000000 +-0.091308593750 +-0.215820312500 +0.005126953125 +-0.085449218750 +-0.024780273438 +0.060791015625 +-0.431640625000 +-0.022094726562 +0.052490234375 +0.109375000000 +0.250000000000 +0.115722656250 +0.031127929688 +-0.007354736328 +-0.179687500000 +0.156250000000 +0.021118164062 +-0.110839843750 +-0.083007812500 +0.182617187500 +0.058349609375 +0.101074218750 +0.175781250000 +-0.041748046875 +0.012634277344 +0.006072998047 +0.028930664062 +-0.014526367188 +0.247070312500 +-0.091796875000 +0.149414062500 +-0.055664062500 +0.107910156250 +0.016357421875 +0.041015625000 +-0.184570312500 +-0.056884765625 +0.076660156250 +-0.011352539062 +-0.087402343750 +-0.112304687500 +-0.168945312500 +0.002365112305 +0.006835937500 +-0.179687500000 +-0.084472656250 +-0.027832031250 +0.090820312500 +0.105957031250 +-0.248046875000 +-0.066406250000 +0.042968750000 +0.061279296875 +-0.087402343750 +-0.106933593750 +-0.067871093750 +0.138671875000 +-0.016113281250 +0.045410156250 +-0.158203125000 +-0.066406250000 +-0.060058593750 +-0.017456054688 +0.205078125000 +0.057617187500 +0.000553131104 +-0.088867187500 +0.077148437500 +0.037841796875 +0.031982421875 +-0.227539062500 +0.102539062500 +0.012084960938 +-0.192382812500 +-0.170898437500 +0.184570312500 +0.011169433594 +-0.106933593750 +-0.031738281250 +-0.107421875000 +-0.074707031250 +-0.007659912109 +0.028320312500 +0.095214843750 +0.081542968750 +0.232421875000 +0.047119140625 +0.357421875000 +0.006347656250 +0.291015625000 +0.154296875000 +0.067382812500 +-0.054687500000 +-0.041503906250 +0.058349609375 +0.046386718750 +0.001998901367 +-0.080566406250 +-0.042724609375 +-0.018432617188 +-0.053710937500 +-0.144531250000 +-0.213867187500 +-0.244140625000 +-0.047607421875 +-0.073242187500 +0.147460937500 +-0.185546875000 +-0.154296875000 +0.028198242188 +-0.065429687500 +-0.054931640625 +-0.093261718750 +-0.000568389893 +0.016601562500 +-0.098632812500 +-0.066894531250 +-0.179687500000 +0.066406250000 +-0.016479492188 +-0.302734375000 +0.080078125000 +-0.150390625000 +0.078613281250 +-0.196289062500 +-0.066406250000 +-0.106445312500 +-0.111328125000 +0.043457031250 +0.051513671875 +-0.034912109375 +-0.174804687500 +-0.202148437500 +-0.011840820312 +-0.017578125000 +-0.019165039062 +-0.155273437500 +0.151367187500 +-0.239257812500 +0.074218750000 +-0.038574218750 +0.163085937500 +-0.076171875000 +0.097656250000 +-0.082519531250 +-0.212890625000 +0.041259765625 +-0.115722656250 +0.031127929688 +0.005889892578 +-0.038574218750 +0.078613281250 +-0.365234375000 +-0.219726562500 +-0.146484375000 +0.022827148438 +0.044921875000 +-0.045166015625 +0.040039062500 +-0.043701171875 +-0.102539062500 +-0.129882812500 +-0.240234375000 +0.052490234375 +-0.044189453125 +0.187500000000 +-0.018188476562 +-0.104003906250 +-0.127929687500 +0.157226562500 +0.017700195312 +-0.123535156250 +0.065917968750 +-0.130859375000 +-0.127929687500 +0.005004882812 +0.234375000000 +0.194335937500 +0.107421875000 +0.029541015625 +-0.005157470703 +-0.034912109375 +-0.052978515625 +0.131835937500 +-0.049560546875 +-0.312500000000 +0.120117187500 +0.114257812500 +0.057861328125 +-0.065429687500 +0.052490234375 +-0.213867187500 +0.136718750000 +0.113281250000 +0.001617431641 +0.216796875000 +0.246093750000 +-0.106933593750 +-0.032714843750 +-0.093750000000 +-0.086914062500 +-0.076171875000 +-0.045654296875 +0.013000488281 +-0.116699218750 +0.091796875000 +-0.153320312500 +0.229492187500 +-0.031982421875 +0.225585937500 +-0.211914062500 +-0.013488769531 +0.142578125000 +-0.039062500000 +0.023559570312 +-0.217773437500 +-0.182617187500 +0.143554687500 +0.141601562500 +0.294921875000 +0.206054687500 +0.161132812500 +0.137695312500 +0.186523437500 +-0.028564453125 +0.146484375000 +-0.029663085938 +-0.335937500000 +0.133789062500 +0.101074218750 +0.277343750000 +-0.131835937500 +0.085937500000 +0.047363281250 +0.064453125000 +-0.081542968750 +0.160156250000 +0.106445312500 +0.062988281250 +-0.037597656250 +0.008789062500 +0.017944335938 +-0.181640625000 +0.257812500000 +-0.075683593750 +-0.215820312500 +0.174804687500 +-0.314453125000 +-0.157226562500 +0.071289062500 +0.002136230469 +0.119628906250 +-0.181640625000 +-0.081542968750 +-0.231445312500 +0.084472656250 +-0.171875000000 +-0.002700805664 +0.063476562500 +0.128906250000 +-0.255859375000 +-0.104492187500 +0.038574218750 +-0.000289916992 +0.050292968750 +-0.013427734375 +-0.082031250000 +-0.099121093750 +-0.109375000000 +-0.241210937500 +0.050048828125 +-0.065917968750 +-0.024291992188 +0.064941406250 +-0.324218750000 +-0.259765625000 +-0.269531250000 +-0.000740051270 +-0.124511718750 +-0.076660156250 +-0.162109375000 +-0.025512695312 +-0.227539062500 +-0.027099609375 +-0.291015625000 +0.110839843750 +-0.168945312500 +0.074707031250 +-0.163085937500 +0.078125000000 +-0.127929687500 +-0.026245117188 +-0.055664062500 +-0.005767822266 +-0.339843750000 +-0.148437500000 +-0.267578125000 +-0.474609375000 +-0.068359375000 +-0.190429687500 +0.072753906250 +-0.129882812500 +-0.104980468750 +-0.039794921875 +-0.014404296875 +-0.013916015625 +-0.184570312500 +-0.098632812500 +0.069824218750 +-0.414062500000 +0.084960937500 +-0.247070312500 +-0.068847656250 +-0.171875000000 +0.010253906250 +0.057373046875 +0.099121093750 +0.236328125000 +-0.028442382812 +-0.091308593750 +0.292968750000 +-0.186523437500 +-0.203125000000 +0.242187500000 +0.122070312500 +-0.108398437500 +0.153320312500 +-0.023925781250 +-0.093261718750 +0.001586914062 +-0.162109375000 +0.056884765625 +-0.060058593750 +0.012573242188 +0.152343750000 +-0.082519531250 +-0.136718750000 +0.027709960938 +-0.574218750000 +0.199218750000 +0.112792968750 +-0.049804687500 +0.089843750000 +-0.035156250000 +-0.086425781250 +0.108886718750 +0.014587402344 +0.178710937500 +-0.240234375000 +-0.122070312500 +-0.185546875000 +-0.408203125000 +-0.136718750000 +-0.146484375000 +-0.183593750000 +0.101562500000 +-0.087890625000 +-0.017578125000 +-0.015625000000 +0.213867187500 +0.183593750000 +0.130859375000 +0.075683593750 +-0.193359375000 +-0.263671875000 +0.129882812500 +0.001121520996 +-0.184570312500 +-0.133789062500 +0.091796875000 +0.234375000000 +0.077148437500 +-0.150390625000 +-0.166015625000 +-0.065429687500 +-0.363281250000 +-0.139648437500 +0.062500000000 +0.101074218750 +0.049072265625 +-0.277343750000 +0.037353515625 +0.088378906250 +0.056884765625 +0.019897460938 +0.005828857422 +0.072753906250 +0.164062500000 +-0.229492187500 +-0.015747070312 +0.036865234375 +-0.250000000000 +-0.007110595703 +-0.001152038574 +-0.035156250000 +-0.034179687500 +-0.106445312500 +-0.089843750000 +-0.047851562500 +0.160156250000 +0.004333496094 +0.063964843750 +0.070312500000 +-0.470703125000 +0.164062500000 +0.015502929688 +0.034667968750 +-0.070312500000 +-0.058105468750 +0.007476806641 +0.111816406250 +0.108886718750 +0.158203125000 +0.023803710938 +-0.244140625000 +-0.125976562500 +0.003219604492 +-0.118652343750 +-0.094238281250 +-0.217773437500 +-0.059326171875 +0.115234375000 +0.196289062500 +-0.180664062500 +-0.089355468750 +0.101074218750 +0.043701171875 +-0.082519531250 +-0.020751953125 +-0.080566406250 +-0.123046875000 +-0.055664062500 +-0.157226562500 +0.192382812500 +-0.115234375000 +-0.020507812500 +0.059814453125 +-0.085449218750 +-0.128906250000 +-0.084472656250 +0.078613281250 +0.008605957031 +0.064941406250 +-0.009704589844 +0.191406250000 +-0.096191406250 +-0.005950927734 +0.162109375000 +0.116699218750 +-0.040039062500 +-0.052246093750 +-0.166992187500 +-0.269531250000 +0.156250000000 +-0.155273437500 +-0.015380859375 +-0.269531250000 +-0.042724609375 +-0.010681152344 +-0.158203125000 +-0.118164062500 +-0.190429687500 +0.015197753906 +-0.006713867188 +-0.079589843750 +-0.094726562500 +-0.146484375000 +0.402343750000 +-0.067871093750 +-0.241210937500 +-0.113769531250 +-0.316406250000 +-0.082519531250 +0.050048828125 +0.036621093750 +-0.130859375000 +-0.004119873047 +-0.031738281250 +-0.093261718750 +-0.122558593750 +0.124511718750 +-0.275390625000 +0.018554687500 +-0.216796875000 +-0.064453125000 +-0.122070312500 +0.150390625000 +-0.024414062500 +0.052001953125 +-0.011535644531 +0.104980468750 +-0.105957031250 +-0.105468750000 +0.310546875000 +0.015747070312 +-0.285156250000 +0.048339843750 +-0.198242187500 +0.287109375000 +0.208007812500 +-0.180664062500 +0.017211914062 +-0.202148437500 +-0.183593750000 +0.047851562500 +0.113769531250 +-0.087402343750 +-0.021728515625 +-0.111328125000 +-0.102050781250 +-0.020019531250 +0.096191406250 +0.117675781250 +0.186523437500 +0.192382812500 +0.133789062500 +-0.333984375000 +0.053710937500 +0.068359375000 +-0.002517700195 +-0.058593750000 +-0.070312500000 +0.093261718750 +-0.283203125000 +0.054443359375 +-0.125000000000 +0.077148437500 +-0.250000000000 +0.055419921875 +-0.287109375000 +0.064941406250 +-0.478515625000 +-0.020019531250 +0.036865234375 +0.032714843750 +-0.220703125000 +0.071777343750 +-0.044921875000 +-0.205078125000 +0.022338867188 +-0.308593750000 +-0.234375000000 +0.078613281250 +-0.010681152344 +-0.010986328125 +-0.064941406250 +-0.166992187500 +0.255859375000 +-0.143554687500 +-0.217773437500 +0.048828125000 +-0.029174804688 +-0.149414062500 +-0.177734375000 +0.078613281250 +0.070312500000 +0.041748046875 +0.027099609375 +0.097656250000 +-0.081542968750 +0.113281250000 +-0.026000976562 +-0.028076171875 +-0.145507812500 +0.064941406250 +-0.190429687500 +-0.013916015625 +0.159179687500 +0.073730468750 +0.154296875000 +0.017944335938 +-0.085937500000 +0.056396484375 +-0.192382812500 +-0.134765625000 +-0.085449218750 +-0.128906250000 +0.062500000000 +0.011657714844 +-0.133789062500 +0.045166015625 +-0.124023437500 +0.057373046875 +-0.062255859375 +0.092285156250 +-0.062011718750 +-0.237304687500 +-0.060302734375 +0.017456054688 +-0.074707031250 +-0.067871093750 +-0.049804687500 +0.038085937500 +-0.178710937500 +0.098632812500 +-0.251953125000 +0.120117187500 +0.161132812500 +-0.017456054688 +-0.239257812500 +-0.229492187500 +-0.056884765625 +0.019409179688 +0.124511718750 +0.062255859375 +-0.027465820312 +-0.078613281250 +0.349609375000 +-0.246093750000 +0.229492187500 +-0.361328125000 +0.035888671875 +-0.048828125000 +0.091308593750 +-0.034667968750 +-0.192382812500 +-0.281250000000 +-0.167968750000 +0.055664062500 +-0.023193359375 +0.105957031250 +0.083984375000 +-0.177734375000 +-0.210937500000 +0.170898437500 +0.070312500000 +0.028930664062 +0.055664062500 +0.042480468750 +0.090820312500 +-0.259765625000 +0.170898437500 +0.107421875000 +-0.158203125000 +0.179687500000 +-0.216796875000 +0.351562500000 +-0.020141601562 +0.063476562500 +-0.279296875000 +-0.157226562500 +0.064941406250 +-0.084472656250 +-0.032226562500 +0.029541015625 +0.117187500000 +0.201171875000 +-0.125976562500 +-0.008239746094 +-0.017089843750 +0.002548217773 +-0.186523437500 +-0.066406250000 +-0.033203125000 +0.081054687500 +-0.316406250000 +-0.333984375000 +-0.025512695312 +0.130859375000 +-0.146484375000 +-0.001747131348 +-0.038330078125 +-0.077636718750 +-0.250000000000 +0.085449218750 +0.130859375000 +0.202148437500 +0.066406250000 +-0.169921875000 +-0.040039062500 +0.054199218750 +-0.011169433594 +0.005462646484 +-0.149414062500 +0.015991210938 +0.130859375000 +0.048583984375 +-0.199218750000 +0.088867187500 +0.201171875000 +-0.045166015625 +-0.285156250000 +0.024414062500 +0.105957031250 +-0.016845703125 +-0.048828125000 +-0.043212890625 +0.032226562500 +0.005767822266 +-0.542968750000 +-0.156250000000 +-0.088378906250 +0.030395507812 +-0.188476562500 +-0.220703125000 +-0.071777343750 +0.101074218750 +-0.070312500000 +-0.015625000000 +-0.131835937500 +0.051025390625 +0.057128906250 +0.051269531250 +-0.097167968750 +-0.027709960938 +-0.178710937500 +-0.061035156250 +-0.080078125000 +0.027221679688 +0.039550781250 +-0.077148437500 +-0.194335937500 +-0.079101562500 +-0.011779785156 +-0.116699218750 +-0.042480468750 +-0.158203125000 +-0.052246093750 +-0.015991210938 +0.237304687500 +0.094238281250 +0.022827148438 +0.008605957031 +-0.044677734375 +-0.030273437500 +-0.028442382812 +0.123046875000 +-0.106933593750 +0.024414062500 +0.128906250000 +0.000835418701 +-0.306640625000 +0.104492187500 +-0.058349609375 +-0.221679687500 +-0.257812500000 +0.034912109375 +-0.045654296875 +0.287109375000 +-0.029296875000 +-0.031494140625 +0.098144531250 +0.059570312500 +0.154296875000 +0.081542968750 +0.120117187500 +-0.181640625000 +0.056640625000 +-0.221679687500 +0.209960937500 +0.007873535156 +-0.052490234375 +0.116699218750 +0.092285156250 +-0.156250000000 +-0.110351562500 +-0.191406250000 +0.051513671875 +0.017333984375 +-0.192382812500 +-0.046630859375 +-0.027709960938 +-0.079589843750 +0.057373046875 +0.115722656250 +0.117187500000 +0.042724609375 +-0.014282226562 +-0.076660156250 +-0.022094726562 +-0.066406250000 +-0.085449218750 +0.130859375000 +-0.101074218750 +-0.160156250000 +0.080566406250 +-0.074707031250 +0.016479492188 +-0.048828125000 +-0.165039062500 +-0.056152343750 +-0.149414062500 +0.075683593750 +0.100097656250 +-0.017089843750 +0.191406250000 +-0.130859375000 +0.010192871094 +-0.044677734375 +-0.104003906250 +-0.051269531250 +-0.017456054688 +0.200195312500 +0.197265625000 +-0.042236328125 +-0.114257812500 +0.005584716797 +-0.037597656250 +-0.112304687500 +-0.049316406250 +0.005065917969 +-0.108398437500 +0.006591796875 +0.032714843750 +0.002197265625 +-0.046630859375 +-0.015258789062 +0.026855468750 +-0.082519531250 +0.056396484375 +-0.029174804688 +0.073242187500 +0.045898437500 +-0.005310058594 +0.072265625000 +0.029785156250 +-0.212890625000 +-0.009643554688 +-0.022583007812 +0.088378906250 +0.219726562500 +-0.059326171875 +0.052001953125 +-0.122558593750 +-0.024780273438 +-0.062255859375 +0.087890625000 +0.062988281250 +0.018432617188 +0.152343750000 +-0.059326171875 +-0.104003906250 +0.018066406250 +-0.070800781250 +-0.169921875000 +0.210937500000 +0.145507812500 +-0.161132812500 +0.236328125000 +-0.073730468750 +0.085449218750 +-0.318359375000 +-0.034912109375 +0.138671875000 +-0.021972656250 +0.263671875000 +-0.182617187500 +-0.056152343750 +0.079101562500 +0.034667968750 +0.013671875000 +0.249023437500 +-0.233398437500 +0.179687500000 +-0.015502929688 +0.084472656250 +0.010803222656 +-0.097167968750 +-0.124023437500 +0.006958007812 +0.063964843750 +0.007934570312 +-0.091796875000 +-0.021728515625 +-0.016113281250 +0.012756347656 +-0.050048828125 +0.231445312500 +0.098144531250 +0.136718750000 +-0.147460937500 +0.048583984375 +-0.250000000000 +0.079101562500 +0.007934570312 +0.027709960938 +-0.018066406250 +0.124511718750 +-0.023559570312 +0.151367187500 +-0.125976562500 +0.127929687500 +0.144531250000 +-0.265625000000 +-0.072753906250 +-0.314453125000 +0.068359375000 +0.065429687500 +-0.048583984375 +-0.049804687500 +0.125976562500 +0.072265625000 +-0.240234375000 +-0.173828125000 +0.000850677490 +-0.081054687500 +-0.031005859375 +0.077636718750 +-0.013671875000 +-0.051269531250 +0.155273437500 +0.176757812500 +-0.027832031250 +-0.006835937500 +0.061035156250 +0.075683593750 +0.016845703125 +-0.165039062500 +0.045410156250 +-0.057861328125 +-0.037597656250 +0.040039062500 +0.041259765625 +-0.115234375000 +0.056640625000 +-0.155273437500 +0.026611328125 +-0.084472656250 +-0.125976562500 +-0.003341674805 +-0.108886718750 +-0.251953125000 +-0.078613281250 +-0.073730468750 +-0.074218750000 +-0.044921875000 +-0.203125000000 +-0.166992187500 +-0.081054687500 +-0.191406250000 +-0.208007812500 +0.065429687500 +0.174804687500 +-0.063476562500 +-0.147460937500 +-0.122558593750 +-0.183593750000 +-0.108886718750 +-0.023925781250 +0.040771484375 +-0.125000000000 +-0.068847656250 +0.012329101562 +0.103027343750 +0.041992187500 +0.021484375000 +-0.247070312500 +0.052734375000 +-0.072265625000 +-0.022949218750 +-0.017456054688 +0.143554687500 +-0.306640625000 +0.087402343750 +-0.094238281250 +0.026733398438 +0.122558593750 +-0.302734375000 +0.025390625000 +0.090332031250 +0.024414062500 +0.036865234375 +0.068359375000 +-0.004272460938 +-0.046630859375 +-0.011779785156 +-0.037109375000 +-0.061767578125 +-0.009521484375 +-0.016601562500 +-0.091308593750 +-0.124023437500 +-0.337890625000 +0.010375976562 +0.036376953125 +-0.106933593750 +0.156250000000 +-0.079101562500 +-0.051025390625 +0.011779785156 +-0.240234375000 +0.101074218750 +-0.062988281250 +-0.037597656250 +-0.099121093750 +-0.039306640625 +-0.075683593750 +0.106445312500 +0.041503906250 +0.050292968750 +-0.052001953125 +0.050048828125 +-0.212890625000 +-0.062988281250 +-0.111328125000 +-0.283203125000 +0.020874023438 +0.048339843750 +-0.310546875000 +-0.072753906250 +-0.082519531250 +0.059570312500 +0.089843750000 +0.035400390625 +0.164062500000 +0.050781250000 +-0.143554687500 +0.079101562500 +-0.121093750000 +-0.022460937500 +0.118164062500 +-0.012145996094 +0.070800781250 +-0.040527343750 +-0.135742187500 +0.016113281250 +-0.191406250000 +-0.300781250000 +-0.233398437500 +0.049072265625 +-0.046875000000 +0.154296875000 +0.105468750000 +0.029174804688 +-0.101562500000 +-0.210937500000 +-0.143554687500 +-0.155273437500 +-0.100585937500 +0.123046875000 +-0.114257812500 +-0.064941406250 +-0.137695312500 +-0.316406250000 +0.096191406250 +-0.281250000000 +-0.048583984375 +-0.015380859375 +0.114746093750 +0.103515625000 +-0.009338378906 +-0.007720947266 +-0.067871093750 +0.038330078125 +-0.146484375000 +0.011169433594 +0.022460937500 +-0.098632812500 +0.032958984375 +0.064453125000 +-0.056640625000 +-0.046630859375 +-0.055419921875 +-0.130859375000 +-0.041992187500 +-0.003936767578 +0.123535156250 +-0.117675781250 +0.125000000000 +-0.039306640625 +-0.022583007812 +-0.024902343750 +0.090820312500 +0.087402343750 +-0.146484375000 +0.068847656250 +0.115722656250 +0.131835937500 +-0.128906250000 +-0.002807617188 +0.141601562500 +0.051513671875 +-0.014709472656 +-0.062988281250 +-0.076660156250 +-0.037109375000 +0.105468750000 +-0.096191406250 +0.109863281250 +-0.059814453125 +-0.072753906250 +0.107910156250 +0.135742187500 +0.090332031250 +-0.003860473633 +0.020996093750 +0.210937500000 +0.101562500000 +0.130859375000 +0.031005859375 +-0.085449218750 +0.053955078125 +0.091308593750 +0.007141113281 +0.022094726562 +-0.023559570312 +0.072753906250 +-0.105957031250 +-0.055175781250 +-0.043945312500 +0.103027343750 +0.038085937500 +-0.108398437500 +-0.211914062500 +0.134765625000 +-0.035156250000 +-0.410156250000 +0.120605468750 +0.000736236572 +-0.187500000000 +0.083007812500 +-0.055664062500 +-0.017456054688 +-0.148437500000 +-0.302734375000 +0.103027343750 +-0.235351562500 +0.054443359375 +0.098632812500 +-0.230468750000 +-0.166992187500 +-0.061767578125 +-0.052001953125 +0.267578125000 +-0.092773437500 +-0.083984375000 +0.067382812500 +-0.104003906250 +-0.060302734375 +-0.035644531250 +0.071289062500 +-0.049804687500 +-0.086425781250 +-0.012207031250 +-0.166015625000 +-0.142578125000 +-0.024047851562 +-0.043701171875 +0.277343750000 +-0.007690429688 +0.105468750000 +0.093261718750 +-0.028198242188 +-0.205078125000 +0.180664062500 +-0.230468750000 +-0.007019042969 +0.025878906250 +-0.130859375000 +0.066406250000 +0.091308593750 +-0.247070312500 +-0.133789062500 +-0.028686523438 +0.038085937500 +-0.112304687500 +-0.064453125000 +0.154296875000 +0.093261718750 +-0.080078125000 +-0.044921875000 +-0.135742187500 +0.001350402832 +-0.008972167969 +-0.063476562500 +-0.106445312500 +0.143554687500 +0.030273437500 +0.061279296875 +0.127929687500 +0.296875000000 +-0.035400390625 +-0.185546875000 +-0.053710937500 +0.226562500000 +0.069335937500 +0.008361816406 +0.042236328125 +0.015563964844 +-0.072753906250 +-0.063476562500 +-0.080566406250 +-0.042236328125 +-0.191406250000 +-0.098144531250 +-0.099609375000 +0.156250000000 +-0.033935546875 +0.015075683594 +0.015869140625 +-0.214843750000 +0.423828125000 +0.011596679688 +0.162109375000 +-0.296875000000 +-0.010742187500 +-0.016601562500 +-0.009094238281 +-0.030273437500 +0.125000000000 +0.043945312500 +0.011047363281 +-0.170898437500 +-0.210937500000 +-0.047607421875 +0.158203125000 +-0.058349609375 +0.104003906250 +0.141601562500 +0.013610839844 +-0.055175781250 +0.109863281250 +0.026733398438 +0.259765625000 +-0.022094726562 +-0.045410156250 +0.099609375000 +-0.051269531250 +-0.106933593750 +-0.033691406250 +0.017700195312 +0.081542968750 +-0.134765625000 +-0.130859375000 +-0.059570312500 +-0.162109375000 +-0.100097656250 +-0.265625000000 +0.224609375000 +-0.110839843750 +0.052490234375 +-0.015869140625 +-0.038330078125 +-0.050781250000 +-0.087890625000 +-0.168945312500 +-0.100097656250 +0.227539062500 +-0.081054687500 +-0.051757812500 +0.145507812500 +-0.001327514648 +0.026367187500 +-0.013793945312 +-0.059814453125 +-0.153320312500 +0.053955078125 +0.126953125000 +-0.117675781250 +-0.003326416016 +0.056152343750 +-0.028076171875 +0.044433593750 +0.229492187500 +0.279296875000 +-0.061767578125 +0.033447265625 +-0.011169433594 +0.006530761719 +0.087402343750 +-0.064453125000 +-0.211914062500 +0.153320312500 +-0.039306640625 +0.147460937500 +-0.070312500000 +-0.178710937500 +-0.070800781250 +-0.114746093750 +-0.090332031250 +0.216796875000 +-0.079101562500 +-0.169921875000 +-0.058105468750 +0.209960937500 +-0.018798828125 +-0.112304687500 +-0.029785156250 +0.036865234375 +-0.070312500000 +-0.142578125000 +0.122070312500 +-0.005584716797 +-0.165039062500 +0.126953125000 +-0.324218750000 +-0.039062500000 +-0.102050781250 +0.038085937500 +0.055419921875 +0.104003906250 +0.178710937500 +0.100097656250 +0.172851562500 +0.120117187500 +0.087890625000 +-0.004089355469 +0.050537109375 +0.114746093750 +-0.216796875000 +-0.033935546875 +0.108886718750 +0.135742187500 +-0.104980468750 +0.083984375000 +-0.145507812500 +-0.174804687500 +-0.005004882812 +0.061035156250 +0.108398437500 +0.144531250000 +-0.275390625000 +0.012390136719 +0.243164062500 +0.061279296875 +-0.044433593750 +0.064453125000 +-0.040039062500 +0.112792968750 +-0.132812500000 +-0.115722656250 +0.035156250000 +0.140625000000 +0.055419921875 +-0.056884765625 +-0.043457031250 +-0.126953125000 +-0.183593750000 +-0.248046875000 +0.164062500000 +0.034423828125 +0.061279296875 +-0.107910156250 +-0.047119140625 +0.067382812500 +0.112304687500 +-0.250000000000 +0.033691406250 +0.158203125000 +-0.150390625000 +0.041503906250 +-0.022949218750 +0.099609375000 +-0.074218750000 +0.025268554688 +0.002243041992 +0.117187500000 +-0.183593750000 +-0.375000000000 +0.214843750000 +-0.130859375000 +0.205078125000 +-0.039794921875 +0.117187500000 +-0.026245117188 +-0.170898437500 +-0.062988281250 +-0.051513671875 +0.103515625000 +-0.083007812500 +-0.092285156250 +0.044433593750 +0.017944335938 +0.117675781250 +-0.078125000000 +-0.024658203125 +-0.036865234375 +-0.113281250000 +-0.176757812500 +-0.072753906250 +-0.013427734375 +-0.119140625000 +0.269531250000 +0.117675781250 +0.047363281250 +0.072753906250 +0.072265625000 +-0.324218750000 +0.042480468750 +-0.015380859375 +0.081542968750 +0.115722656250 +0.203125000000 +0.068847656250 +-0.014282226562 +-0.147460937500 +0.084960937500 +0.222656250000 +0.236328125000 +0.057373046875 +-0.001579284668 +-0.028808593750 +0.071289062500 +-0.419921875000 +-0.100097656250 +-0.166015625000 +-0.011474609375 +0.131835937500 +0.142578125000 +-0.259765625000 +-0.159179687500 +-0.067382812500 +-0.159179687500 +0.179687500000 +-0.004180908203 +-0.097656250000 +0.109863281250 +0.042968750000 +0.090332031250 +0.021850585938 +0.118652343750 +-0.068847656250 +0.063476562500 +-0.209960937500 +-0.263671875000 +0.148437500000 +-0.091796875000 +-0.085449218750 +-0.164062500000 +-0.147460937500 +0.032958984375 +-0.083984375000 +-0.186523437500 +0.022583007812 +0.111328125000 +-0.228515625000 +-0.242187500000 +-0.107910156250 +-0.159179687500 +0.018920898438 +-0.235351562500 +0.074707031250 +-0.117187500000 +0.063476562500 +-0.104980468750 +-0.056152343750 +0.085937500000 +-0.112304687500 +-0.027221679688 +-0.223632812500 +-0.116210937500 +-0.253906250000 +-0.138671875000 +0.010620117188 +-0.032470703125 +-0.332031250000 +-0.218750000000 +0.043701171875 +-0.157226562500 +-0.030639648438 +0.011230468750 +0.022583007812 +-0.036865234375 +-0.032714843750 +-0.165039062500 +0.023071289062 +-0.082031250000 +-0.012084960938 +-0.053222656250 +-0.092285156250 +-0.015991210938 +0.014465332031 +0.069824218750 +-0.100585937500 +-0.028930664062 +0.110351562500 +0.095703125000 +-0.011047363281 +-0.259765625000 +-0.052001953125 +0.119628906250 +0.089843750000 +0.239257812500 +-0.023071289062 +0.038330078125 +-0.058105468750 +-0.347656250000 +0.238281250000 +0.074218750000 +-0.216796875000 +-0.060791015625 +-0.024291992188 +-0.010986328125 +-0.068359375000 +0.079101562500 +-0.023681640625 +0.105957031250 +0.066406250000 +-0.080078125000 +-0.049316406250 +0.310546875000 +0.049072265625 +0.024169921875 +0.053955078125 +-0.161132812500 +-0.188476562500 +-0.178710937500 +-0.131835937500 +0.087890625000 +0.051025390625 +0.053466796875 +0.038330078125 +-0.031494140625 +0.073730468750 +-0.017944335938 +-0.105468750000 +-0.119628906250 +0.040039062500 +0.010314941406 +-0.053222656250 +0.118164062500 +-0.015136718750 +0.031127929688 +-0.187500000000 +0.170898437500 +0.071289062500 +0.096679687500 +0.109375000000 +-0.053466796875 +0.027709960938 +-0.038330078125 +-0.133789062500 +-0.160156250000 +0.220703125000 +0.061035156250 +-0.108398437500 +-0.114746093750 +-0.018676757812 +0.089355468750 +-0.118652343750 +-0.296875000000 +-0.069824218750 +0.180664062500 +0.034179687500 +-0.242187500000 +-0.096679687500 +0.150390625000 +0.089843750000 +0.045898437500 +0.055175781250 +-0.215820312500 +-0.182617187500 +0.065429687500 +0.045654296875 +-0.158203125000 +0.140625000000 +0.134765625000 +0.154296875000 +0.003967285156 +-0.142578125000 +0.135742187500 +-0.043945312500 +-0.178710937500 +-0.050048828125 +0.006530761719 +-0.015747070312 +0.046142578125 +-0.125976562500 +0.069824218750 +-0.132812500000 +0.028198242188 +0.133789062500 +-0.124511718750 +-0.048339843750 +-0.162109375000 +-0.042724609375 +-0.117187500000 +0.022216796875 +-0.084472656250 +-0.044433593750 +-0.242187500000 +-0.157226562500 +-0.058349609375 +-0.060546875000 +-0.057617187500 +-0.056396484375 +0.006958007812 +0.090332031250 +-0.029541015625 +0.101562500000 +-0.023681640625 +0.198242187500 +-0.035400390625 +-0.077636718750 +0.207031250000 +0.122070312500 +0.298828125000 +-0.333984375000 +0.000728607178 +-0.015258789062 +-0.147460937500 +-0.005981445312 +0.210937500000 +0.039550781250 +-0.078125000000 +0.171875000000 +-0.140625000000 +0.208984375000 +-0.080566406250 +-0.050781250000 +0.142578125000 +0.016235351562 +-0.149414062500 +-0.241210937500 +-0.355468750000 +0.031250000000 +-0.017333984375 +-0.240234375000 +-0.121093750000 +-0.017456054688 +-0.124023437500 +-0.032226562500 +-0.024291992188 +0.109375000000 +-0.131835937500 +0.165039062500 +0.039306640625 +-0.079589843750 +-0.178710937500 +0.004302978516 +0.106933593750 +0.145507812500 +-0.062988281250 +-0.141601562500 +-0.414062500000 +0.180664062500 +0.079589843750 +-0.091796875000 +-0.189453125000 +0.026123046875 +0.111816406250 +0.224609375000 +0.001136779785 +-0.133789062500 +0.054443359375 +-0.102539062500 +0.103515625000 +0.094726562500 +0.040527343750 +0.110839843750 +0.337890625000 +-0.128906250000 +0.010620117188 +0.081054687500 +0.279296875000 +0.126953125000 +0.143554687500 +-0.005401611328 +0.052246093750 +-0.147460937500 +0.087890625000 +-0.245117187500 +-0.213867187500 +-0.017578125000 +-0.105957031250 +-0.145507812500 +-0.043701171875 +-0.056640625000 +0.137695312500 +-0.197265625000 +0.085449218750 +-0.082519531250 +-0.026489257812 +0.151367187500 +0.187500000000 +-0.102050781250 +0.125000000000 +0.000507354736 +-0.143554687500 +0.197265625000 +0.020629882812 +0.308593750000 +-0.094238281250 +-0.200195312500 +0.110351562500 +0.067871093750 +-0.032714843750 +-0.052246093750 +0.034667968750 +-0.080078125000 +-0.143554687500 +0.077636718750 +0.015197753906 +-0.006500244141 +-0.000793457031 +-0.030639648438 +0.056640625000 +-0.170898437500 +-0.097656250000 +-0.031250000000 +0.124023437500 +-0.132812500000 +0.132812500000 +0.023925781250 +0.172851562500 +0.098144531250 +-0.063964843750 +-0.320312500000 +-0.204101562500 +-0.199218750000 +-0.104003906250 +0.166992187500 +0.018676757812 +0.043457031250 +-0.006530761719 +-0.386718750000 +0.043457031250 +0.056640625000 +-0.021118164062 +0.088378906250 +0.037597656250 +-0.071777343750 +0.112792968750 +-0.055908203125 +-0.081054687500 +0.077148437500 +-0.090820312500 +-0.056396484375 +-0.386718750000 +0.148437500000 +-0.085937500000 +-0.196289062500 +0.010559082031 +-0.128906250000 +-0.172851562500 +0.062500000000 +0.059326171875 +0.029418945312 +0.139648437500 +0.037841796875 +0.062500000000 +-0.128906250000 +-0.227539062500 +0.153320312500 +-0.138671875000 +-0.049316406250 +-0.115722656250 +-0.225585937500 +-0.036865234375 +-0.038330078125 +-0.084960937500 +0.074707031250 +-0.184570312500 +0.143554687500 +-0.049560546875 +-0.107910156250 +-0.055419921875 +0.233398437500 +-0.104003906250 +0.026977539062 +-0.007141113281 +0.057617187500 +-0.018188476562 +0.034423828125 +-0.025756835938 +0.076171875000 +-0.025024414062 +-0.208984375000 +0.126953125000 +0.137695312500 +0.392578125000 +0.292968750000 +0.085449218750 +-0.184570312500 +-0.148437500000 +0.002563476562 +-0.098632812500 +0.064941406250 +-0.335937500000 +0.037597656250 +-0.025512695312 +-0.016235351562 +-0.148437500000 +-0.072753906250 +0.163085937500 +-0.077636718750 +0.040771484375 +0.083007812500 +0.024169921875 +0.196289062500 +0.149414062500 +-0.308593750000 +0.181640625000 +0.251953125000 +-0.300781250000 +-0.027099609375 +0.128906250000 +-0.107421875000 +-0.166015625000 +-0.228515625000 +0.068359375000 +-0.073242187500 +0.093261718750 +0.024780273438 +-0.265625000000 +-0.083984375000 +0.091308593750 +0.166015625000 +0.048828125000 +-0.053466796875 +-0.024658203125 +0.014770507812 +0.201171875000 +0.016357421875 +-0.064453125000 +0.030639648438 +0.040527343750 +0.121582031250 +0.026855468750 +-0.051025390625 +0.112792968750 +-0.040771484375 +0.198242187500 +-0.143554687500 +0.035888671875 +-0.139648437500 +-0.133789062500 +-0.271484375000 +-0.167968750000 +0.038330078125 +0.049804687500 +-0.119140625000 +0.035888671875 +-0.118652343750 +-0.081054687500 +-0.037353515625 +0.004577636719 +-0.108886718750 +-0.203125000000 +0.117187500000 +-0.044189453125 +-0.026489257812 +0.257812500000 +0.032470703125 +-0.145507812500 +-0.124023437500 +0.159179687500 +-0.001495361328 +-0.198242187500 +0.167968750000 +0.119628906250 +0.195312500000 +-0.049072265625 +0.023559570312 +-0.160156250000 +0.235351562500 +-0.029174804688 +0.073730468750 +0.035156250000 +0.224609375000 +0.000892639160 +-0.126953125000 +0.188476562500 +-0.184570312500 +-0.152343750000 +-0.150390625000 +0.062988281250 +0.048583984375 +-0.000709533691 +-0.176757812500 +-0.292968750000 +-0.036865234375 +-0.198242187500 +0.174804687500 +-0.034179687500 +-0.129882812500 +0.036132812500 +-0.227539062500 +0.093750000000 +-0.109863281250 +-0.029052734375 +-0.037109375000 +-0.057861328125 +0.056152343750 +0.119628906250 +-0.114257812500 +-0.042724609375 +-0.083007812500 +-0.127929687500 +-0.135742187500 +-0.041259765625 +-0.289062500000 +-0.259765625000 +0.071777343750 +-0.068847656250 +0.043457031250 +0.125976562500 +-0.072753906250 +-0.292968750000 +0.010925292969 +-0.139648437500 +-0.034667968750 +-0.021728515625 +-0.056884765625 +-0.228515625000 +0.160156250000 +-0.008728027344 +0.149414062500 +0.010803222656 +0.042236328125 +0.378906250000 +0.186523437500 +-0.074707031250 +-0.149414062500 +0.032958984375 +-0.142578125000 +0.134765625000 +-0.190429687500 +-0.051025390625 +-0.102539062500 +0.038330078125 +0.137695312500 +-0.206054687500 +0.197265625000 +0.037109375000 +0.037597656250 +-0.068847656250 +-0.008422851562 +0.039306640625 +-0.113281250000 +-0.099121093750 +0.242187500000 +0.015991210938 +-0.185546875000 +-0.057617187500 +-0.116699218750 +0.140625000000 +-0.365234375000 +-0.038574218750 +0.034667968750 +0.250000000000 +0.036865234375 +-0.058593750000 +-0.097167968750 +-0.121093750000 +0.122558593750 +-0.007446289062 +0.021850585938 +0.016845703125 +0.212890625000 +0.048828125000 +-0.211914062500 +-0.136718750000 +-0.095703125000 +-0.226562500000 +0.016357421875 +0.040771484375 +-0.046142578125 +0.042724609375 +0.057128906250 +0.168945312500 +-0.002136230469 +0.101074218750 +-0.055908203125 +-0.094726562500 +-0.022827148438 +0.119628906250 +0.115722656250 +-0.060302734375 +0.100585937500 +-0.122558593750 +-0.138671875000 +0.052490234375 +0.109863281250 +-0.116699218750 +0.263671875000 +0.034912109375 +-0.026855468750 +-0.092285156250 +-0.198242187500 +0.139648437500 +-0.030029296875 +0.172851562500 +-0.037353515625 +0.062011718750 +0.072753906250 +0.085937500000 +-0.071777343750 +-0.000690460205 +0.097656250000 +0.178710937500 +-0.095703125000 +-0.127929687500 +-0.090332031250 +0.189453125000 +0.184570312500 +0.016357421875 +0.047363281250 +0.062500000000 +0.048828125000 +-0.109375000000 +0.054199218750 +-0.133789062500 +-0.093750000000 +0.159179687500 +0.304687500000 +-0.032470703125 +-0.127929687500 +0.182617187500 +-0.143554687500 +-0.182617187500 +-0.085937500000 +-0.127929687500 +0.011535644531 +0.017089843750 +0.071777343750 +-0.020263671875 +0.037353515625 +0.213867187500 +-0.298828125000 +-0.059326171875 +-0.024047851562 +0.086914062500 +-0.118652343750 +0.200195312500 +-0.188476562500 +0.066894531250 +0.004241943359 +-0.044921875000 +0.055908203125 +-0.022827148438 +-0.047363281250 +0.162109375000 +0.039794921875 +-0.012207031250 +-0.269531250000 +-0.033203125000 +0.043945312500 +0.138671875000 +0.021850585938 +0.040039062500 +-0.092285156250 +-0.057861328125 +0.139648437500 +-0.345703125000 +0.126953125000 +-0.042480468750 +-0.027099609375 +-0.039550781250 +0.056396484375 +-0.155273437500 +-0.111328125000 +0.158203125000 +-0.165039062500 +-0.126953125000 +0.109863281250 +0.117187500000 +-0.069335937500 +-0.018310546875 +0.030395507812 +0.114257812500 +-0.209960937500 +-0.222656250000 +0.177734375000 +-0.060791015625 +0.113769531250 +0.111328125000 +-0.181640625000 +-0.121582031250 +0.215820312500 +0.037109375000 +-0.214843750000 +-0.212890625000 +-0.142578125000 +0.031494140625 +-0.002380371094 +0.062988281250 +-0.112304687500 +0.040283203125 +0.152343750000 +0.010559082031 +0.269531250000 +0.019897460938 +-0.077148437500 +0.150390625000 +-0.048583984375 +-0.091796875000 +0.019165039062 +-0.008483886719 +0.189453125000 +0.084472656250 +-0.123046875000 +-0.168945312500 +-0.131835937500 +-0.153320312500 +-0.144531250000 +0.031738281250 +0.157226562500 +-0.261718750000 +-0.222656250000 +0.022583007812 +-0.200195312500 +-0.026367187500 +0.082519531250 +0.259765625000 +-0.082031250000 +0.022094726562 +0.044189453125 +-0.147460937500 +-0.005920410156 +0.170898437500 +-0.073242187500 +-0.053222656250 +0.054443359375 +-0.058593750000 +0.002319335938 +-0.445312500000 +0.191406250000 +-0.071289062500 +-0.096191406250 +0.041259765625 +-0.216796875000 +-0.086914062500 +0.021972656250 +-0.100585937500 +-0.175781250000 +-0.257812500000 +-0.093261718750 +0.035644531250 +0.171875000000 +-0.087402343750 +0.104003906250 +0.140625000000 +-0.345703125000 +0.042480468750 +-0.062988281250 +0.030273437500 +0.136718750000 +0.066406250000 +-0.010559082031 +-0.153320312500 +-0.235351562500 +-0.055664062500 +-0.096191406250 +-0.073730468750 +-0.143554687500 +-0.043701171875 +-0.136718750000 +0.021362304688 +0.144531250000 +-0.289062500000 +0.025268554688 +0.014282226562 +-0.042968750000 +0.225585937500 +0.004119873047 +-0.208007812500 +0.032470703125 +0.068359375000 +-0.072265625000 +-0.187500000000 +-0.265625000000 +-0.207031250000 +-0.109863281250 +0.175781250000 +-0.203125000000 +-0.277343750000 +-0.037109375000 +-0.189453125000 +-0.005432128906 +-0.184570312500 +0.104980468750 +-0.094726562500 +-0.199218750000 +-0.006408691406 +-0.141601562500 +-0.093261718750 +-0.237304687500 +0.208984375000 +0.021362304688 +-0.139648437500 +-0.052001953125 +-0.189453125000 +-0.070800781250 +-0.093261718750 +-0.324218750000 +-0.171875000000 +0.210937500000 +0.013854980469 +0.153320312500 +-0.086425781250 +-0.023193359375 +-0.220703125000 +0.014221191406 +-0.015747070312 +0.157226562500 +0.028198242188 +-0.332031250000 +0.326171875000 +-0.149414062500 +0.008361816406 +0.077148437500 +-0.033935546875 +0.004058837891 +0.223632812500 +0.080566406250 +-0.065429687500 +-0.120117187500 +-0.167968750000 +-0.134765625000 +0.127929687500 +-0.235351562500 +-0.034423828125 +-0.281250000000 +-0.353515625000 +-0.300781250000 +0.047607421875 +0.088378906250 +-0.083007812500 +0.077636718750 +0.124023437500 +0.014892578125 +-0.003814697266 +0.195312500000 +0.484375000000 +-0.015563964844 +-0.132812500000 +-0.125000000000 +0.061523437500 +0.117675781250 +-0.022949218750 +-0.026245117188 +0.000310897827 +-0.057617187500 +0.066894531250 +0.003356933594 +-0.077636718750 +0.031005859375 +0.039794921875 +-0.212890625000 +0.183593750000 +0.120605468750 +0.125000000000 +-0.178710937500 +-0.035400390625 +0.089843750000 +0.003265380859 +-0.016357421875 +0.026611328125 +-0.343750000000 +-0.056152343750 +-0.139648437500 +-0.003021240234 +-0.542968750000 +-0.222656250000 +0.053222656250 +0.071777343750 +-0.136718750000 +-0.294921875000 +0.045654296875 +-0.111816406250 +-0.186523437500 +0.073242187500 +-0.133789062500 +-0.240234375000 +0.074707031250 +-0.075683593750 +-0.168945312500 +0.111328125000 +0.000942230225 +-0.291015625000 +-0.062011718750 +-0.012817382812 +0.142578125000 +-0.012451171875 +0.108398437500 +-0.068359375000 +0.062500000000 +0.162109375000 +0.100097656250 +-0.025390625000 +-0.244140625000 +0.021850585938 +0.032714843750 +0.058349609375 +0.109863281250 +-0.241210937500 +0.035400390625 +0.154296875000 +-0.102050781250 +-0.176757812500 +0.037597656250 +0.029785156250 +-0.104003906250 +-0.065917968750 +0.122070312500 +-0.015991210938 +-0.279296875000 +-0.042724609375 +-0.263671875000 +-0.132812500000 +0.106445312500 +0.006164550781 +0.049316406250 +-0.210937500000 +-0.200195312500 +-0.038085937500 +-0.242187500000 +0.047119140625 +0.005249023438 +-0.203125000000 +0.097167968750 +-0.005249023438 +0.018188476562 +0.036865234375 +-0.083984375000 +-0.129882812500 +-0.038574218750 +0.030761718750 +-0.084960937500 +-0.001220703125 +-0.089843750000 +-0.049560546875 +0.011230468750 +0.010314941406 +-0.109375000000 +0.112304687500 +-0.098632812500 +-0.083007812500 +-0.034423828125 +-0.337890625000 +0.180664062500 +-0.265625000000 +-0.220703125000 +0.084472656250 +0.088378906250 +0.189453125000 +-0.010986328125 +0.027954101562 +0.049316406250 +0.128906250000 +0.215820312500 +0.027954101562 +0.084960937500 +-0.128906250000 +-0.137695312500 +-0.064453125000 +0.031494140625 +-0.007202148438 +-0.015136718750 +-0.072265625000 +-0.007141113281 +0.152343750000 +-0.146484375000 +0.143554687500 +0.018920898438 +-0.155273437500 +-0.100585937500 +-0.059570312500 +-0.148437500000 +0.047851562500 +-0.146484375000 +0.064941406250 +0.021240234375 +-0.016601562500 +0.171875000000 +-0.036865234375 +-0.242187500000 +-0.054443359375 +-0.038574218750 +0.165039062500 +0.203125000000 +-0.020751953125 +-0.200195312500 +0.044677734375 +-0.018188476562 +-0.102050781250 +0.031127929688 +0.109863281250 +-0.016357421875 +0.049072265625 +-0.093261718750 +0.111328125000 +0.136718750000 +-0.135742187500 +-0.090820312500 +-0.032226562500 +-0.015625000000 +-0.023071289062 +0.010986328125 +0.125976562500 +0.279296875000 +-0.253906250000 +0.204101562500 +0.080566406250 +-0.168945312500 +0.126953125000 +-0.123535156250 +0.143554687500 +0.208984375000 +0.061767578125 +-0.131835937500 +-0.087890625000 +-0.026000976562 +0.100097656250 +0.139648437500 +-0.062988281250 +-0.289062500000 +-0.147460937500 +-0.100097656250 +0.134765625000 +-0.081054687500 +-0.285156250000 +0.116699218750 +0.001266479492 +-0.062011718750 +0.107910156250 +0.165039062500 +0.106445312500 +0.029052734375 +0.141601562500 +-0.037841796875 +0.063476562500 +-0.016723632812 +0.005126953125 +-0.052246093750 +-0.185546875000 +-0.215820312500 +-0.163085937500 +0.106445312500 +-0.163085937500 +0.082519531250 +-0.198242187500 +0.166992187500 +0.005981445312 +-0.001907348633 +-0.320312500000 +-0.085449218750 +0.015625000000 +-0.123535156250 +-0.001136779785 +-0.257812500000 +-0.052246093750 +0.014221191406 +0.121093750000 +-0.207031250000 +-0.206054687500 +-0.145507812500 +0.033203125000 +-0.208007812500 +0.233398437500 +0.016723632812 +0.191406250000 +-0.304687500000 +0.032714843750 +-0.185546875000 +-0.030029296875 +0.122558593750 +0.050292968750 +-0.138671875000 +0.018432617188 +-0.102050781250 +-0.066894531250 +0.073730468750 +-0.099609375000 +0.044433593750 +0.048095703125 +-0.091308593750 +-0.016723632812 +-0.172851562500 +-0.083007812500 +-0.041748046875 +-0.089355468750 +0.127929687500 +-0.083007812500 +-0.106933593750 +-0.013854980469 +0.046142578125 +0.012634277344 +0.063476562500 +-0.215820312500 +0.019653320312 +-0.112792968750 +-0.041015625000 +-0.046142578125 +-0.036865234375 +0.091308593750 +0.189453125000 +0.017822265625 +0.010620117188 +0.136718750000 +-0.267578125000 +0.158203125000 +-0.208984375000 +-0.067382812500 +0.045654296875 +0.057373046875 +0.040527343750 +-0.010314941406 +0.022460937500 +0.160156250000 +-0.005218505859 +-0.018676757812 +-0.169921875000 +-0.255859375000 +0.010986328125 +0.026489257812 +0.202148437500 +0.021728515625 +0.062500000000 +-0.131835937500 +0.061035156250 +-0.115234375000 +-0.042480468750 +-0.096191406250 +-0.043701171875 +0.220703125000 +-0.225585937500 +0.017211914062 +-0.034667968750 +0.136718750000 +-0.020874023438 +-0.070800781250 +-0.208984375000 +0.166015625000 +0.085449218750 +0.037109375000 +-0.047607421875 +-0.080566406250 +-0.202148437500 +-0.016601562500 +-0.337890625000 +0.013977050781 +-0.019287109375 +0.041015625000 +0.109863281250 +-0.002014160156 +0.015197753906 +-0.026611328125 +-0.108398437500 +-0.065429687500 +-0.027221679688 +0.089843750000 +-0.234375000000 +-0.016967773438 +-0.024658203125 +-0.009460449219 +-0.361328125000 +-0.059326171875 +-0.060546875000 +-0.153320312500 +-0.115234375000 +-0.058837890625 +-0.087890625000 +-0.047851562500 +-0.410156250000 +-0.359375000000 +-0.035400390625 +-0.170898437500 +0.024902343750 +0.082031250000 +0.125976562500 +-0.003356933594 +-0.068847656250 +0.006561279297 +-0.037597656250 +-0.185546875000 +-0.013305664062 +-0.082519531250 +-0.028930664062 +-0.253906250000 +0.151367187500 +0.069824218750 +-0.012207031250 +-0.111328125000 +-0.027832031250 +0.062500000000 +0.091308593750 +-0.073242187500 +-0.261718750000 +0.177734375000 +0.095703125000 +-0.027465820312 +-0.002471923828 +-0.114746093750 +0.005065917969 +0.103027343750 +0.190429687500 +-0.110839843750 +-0.074218750000 +0.031982421875 +0.160156250000 +-0.063964843750 +-0.086425781250 +0.001380920410 +-0.146484375000 +-0.115234375000 +0.030151367188 +0.101562500000 +-0.014709472656 +0.061035156250 +0.020996093750 +0.233398437500 +0.024658203125 +0.032470703125 +-0.220703125000 +0.112792968750 +-0.040283203125 +-0.166992187500 +-0.041259765625 +-0.105957031250 +0.046386718750 +-0.059570312500 +0.171875000000 +-0.009521484375 +0.277343750000 +0.039550781250 +0.005645751953 +-0.042968750000 +0.075195312500 +0.070312500000 +-0.054687500000 +-0.129882812500 +0.112304687500 +-0.084960937500 +-0.063964843750 +0.037353515625 +-0.136718750000 +0.100097656250 +0.208007812500 +-0.041503906250 +-0.257812500000 +-0.061035156250 +-0.029663085938 +-0.038818359375 +0.024536132812 +0.022216796875 +-0.083984375000 +-0.243164062500 +-0.121093750000 +-0.107421875000 +0.088378906250 +-0.044189453125 +-0.022216796875 +-0.005798339844 +0.169921875000 +0.042968750000 +-0.133789062500 +-0.024902343750 +0.070312500000 +0.004638671875 +0.131835937500 +0.074218750000 +0.034179687500 +0.059814453125 +-0.039062500000 +0.124023437500 +0.156250000000 +0.169921875000 +-0.016601562500 +0.215820312500 +-0.034912109375 +-0.255859375000 +-0.077148437500 +0.067871093750 +0.082031250000 +0.013061523438 +-0.056396484375 +-0.203125000000 +-0.049804687500 +-0.035400390625 +-0.138671875000 +0.175781250000 +-0.021118164062 +-0.255859375000 +0.058593750000 +0.063476562500 +-0.127929687500 +-0.125976562500 +-0.185546875000 +0.068847656250 +0.053466796875 +0.044677734375 +0.214843750000 +-0.173828125000 +-0.180664062500 +0.055908203125 +0.138671875000 +0.008422851562 +-0.081542968750 +-0.208007812500 +0.100097656250 +0.099121093750 +0.249023437500 +-0.232421875000 +-0.001998901367 +0.077636718750 +-0.314453125000 +-0.063476562500 +-0.031982421875 +0.057861328125 +-0.277343750000 +-0.219726562500 +0.023071289062 +-0.053955078125 +0.111328125000 +-0.126953125000 +-0.237304687500 +-0.021240234375 +-0.235351562500 +0.157226562500 +-0.097656250000 +-0.120117187500 +0.186523437500 +0.030639648438 +0.233398437500 +-0.192382812500 +-0.255859375000 +-0.087402343750 +0.047607421875 +-0.066894531250 +-0.232421875000 +0.013977050781 +0.101562500000 +-0.003433227539 +-0.017456054688 +-0.083007812500 +-0.086914062500 +-0.022216796875 +-0.071289062500 +-0.137695312500 +-0.184570312500 +0.107421875000 +0.012878417969 +-0.043212890625 +-0.224609375000 +-0.093750000000 +-0.259765625000 +-0.161132812500 +0.114257812500 +0.118652343750 +-0.055419921875 +-0.061523437500 +-0.013671875000 +0.087402343750 +-0.138671875000 +-0.049316406250 +-0.050048828125 +-0.086914062500 +-0.180664062500 +0.089355468750 +0.080566406250 +-0.131835937500 +-0.014038085938 +0.179687500000 +-0.068847656250 +-0.060791015625 +0.034179687500 +0.148437500000 +-0.141601562500 +0.072753906250 +-0.515625000000 +0.116699218750 +-0.302734375000 +0.071289062500 +-0.082519531250 +0.273437500000 +-0.250000000000 +-0.124023437500 +0.106933593750 +0.065429687500 +-0.119140625000 +-0.010009765625 +0.053710937500 +0.193359375000 +-0.221679687500 +-0.125976562500 +-0.380859375000 +0.006622314453 +-0.088378906250 +-0.242187500000 +0.013916015625 +-0.042968750000 +0.000183105469 +0.188476562500 +-0.036132812500 +0.004486083984 +-0.084472656250 +-0.217773437500 +-0.048828125000 +-0.137695312500 +0.230468750000 +0.051513671875 +-0.194335937500 +-0.193359375000 +0.032958984375 +0.111328125000 +0.203125000000 +-0.304687500000 +-0.104980468750 +-0.365234375000 +-0.294921875000 +0.182617187500 +-0.134765625000 +-0.110351562500 +-0.119628906250 +-0.118652343750 +-0.221679687500 +-0.240234375000 +-0.079589843750 +-0.134765625000 +-0.382812500000 +0.061767578125 +0.044189453125 +0.004486083984 +-0.055419921875 +-0.235351562500 +-0.194335937500 +-0.001403808594 +0.013183593750 +0.104980468750 +-0.040771484375 +0.221679687500 +0.023315429688 +0.178710937500 +0.024780273438 +0.006927490234 +-0.168945312500 +0.174804687500 +0.277343750000 +0.159179687500 +-0.005310058594 +0.087890625000 +0.074218750000 +0.033203125000 +-0.154296875000 +0.083984375000 +-0.010192871094 +-0.082519531250 +0.208007812500 +-0.060791015625 +-0.108886718750 +0.016479492188 +-0.014465332031 +0.081054687500 +0.328125000000 +0.018310546875 +0.021118164062 +-0.089355468750 +0.010009765625 +0.064453125000 +-0.114746093750 +-0.192382812500 +-0.019042968750 +0.153320312500 +0.101074218750 +0.068359375000 +0.225585937500 +0.089843750000 +-0.055419921875 +0.033691406250 +-0.153320312500 +-0.032470703125 +0.003936767578 +0.066894531250 +-0.133789062500 +0.057373046875 +-0.101074218750 +-0.002120971680 +-0.041015625000 +-0.035156250000 +-0.007080078125 +-0.300781250000 +0.041259765625 +0.100585937500 +0.016723632812 +0.091308593750 +0.335937500000 +-0.179687500000 +0.439453125000 +0.044433593750 +0.014099121094 +-0.062500000000 +-0.052001953125 +-0.018310546875 +0.081054687500 +0.118652343750 +-0.083007812500 +0.006744384766 +0.216796875000 +-0.000785827637 +0.035400390625 +-0.149414062500 +0.020019531250 +0.151367187500 +0.005371093750 +0.045410156250 +-0.010620117188 +-0.018066406250 +0.044433593750 +0.076660156250 +0.251953125000 +-0.043212890625 +0.190429687500 +-0.035156250000 +-0.050292968750 +-0.129882812500 +-0.054931640625 +0.064453125000 +0.044189453125 +0.239257812500 +0.142578125000 +0.049072265625 +0.021728515625 +-0.059082031250 +-0.328125000000 +-0.026367187500 +-0.016845703125 +0.032226562500 +0.080566406250 +0.062988281250 +0.089843750000 +0.140625000000 +-0.024902343750 +-0.202148437500 +0.186523437500 +0.023315429688 +0.080078125000 +0.070800781250 +-0.041259765625 +0.138671875000 +-0.002990722656 +-0.169921875000 +-0.146484375000 +0.126953125000 +0.109375000000 +-0.065429687500 +0.046142578125 +0.003753662109 +0.060791015625 +0.117675781250 +0.044921875000 +-0.163085937500 +-0.119628906250 +0.002426147461 +0.161132812500 +-0.076171875000 +-0.079101562500 +0.137695312500 +0.105957031250 +0.108398437500 +0.138671875000 +0.094238281250 +0.077148437500 +-0.026245117188 +-0.063964843750 +-0.162109375000 +-0.139648437500 +-0.045654296875 +0.107421875000 +-0.138671875000 +-0.229492187500 +-0.162109375000 +0.009887695312 +-0.265625000000 +-0.273437500000 +-0.183593750000 +-0.209960937500 +-0.078613281250 +0.116699218750 +0.091308593750 +-0.101074218750 +-0.135742187500 +0.065429687500 +-0.046142578125 +-0.114746093750 +-0.120605468750 +0.071777343750 +0.085937500000 +-0.096191406250 +-0.082519531250 +-0.096679687500 +0.124023437500 +-0.061035156250 +0.012512207031 +-0.099121093750 +0.090820312500 +-0.152343750000 +0.145507812500 +-0.083007812500 +0.123535156250 +-0.390625000000 +-0.267578125000 +-0.038085937500 +0.094238281250 +-0.094726562500 +-0.015380859375 +-0.126953125000 +-0.041748046875 +0.222656250000 +0.074218750000 +-0.123535156250 +0.141601562500 +-0.343750000000 +-0.149414062500 +0.130859375000 +0.146484375000 +0.079589843750 +-0.157226562500 +-0.150390625000 +-0.231445312500 +0.015991210938 +-0.195312500000 +-0.206054687500 +-0.064941406250 +0.051757812500 +0.024414062500 +0.178710937500 +0.112792968750 +-0.029907226562 +-0.000923156738 +-0.048828125000 +0.083007812500 +0.279296875000 +-0.318359375000 +0.054443359375 +0.023925781250 +-0.143554687500 +-0.134765625000 +-0.296875000000 +0.007873535156 +-0.104492187500 +-0.062988281250 +-0.063964843750 +-0.188476562500 +-0.421875000000 +-0.125976562500 +-0.104980468750 +-0.223632812500 +-0.208007812500 +-0.302734375000 +0.043701171875 +-0.316406250000 +-0.174804687500 +-0.212890625000 +-0.075683593750 +0.087890625000 +0.045654296875 +-0.086914062500 +-0.261718750000 +-0.143554687500 +-0.226562500000 +-0.072753906250 +-0.065917968750 +0.070312500000 +-0.239257812500 +-0.197265625000 +-0.084472656250 +-0.076171875000 +-0.194335937500 +0.083984375000 +-0.085449218750 +-0.144531250000 +-0.050048828125 +-0.271484375000 +-0.215820312500 +-0.219726562500 +-0.423828125000 +-0.058349609375 +-0.048095703125 +-0.018554687500 +0.094726562500 +0.055419921875 +-0.057617187500 +0.007934570312 +0.185546875000 +-0.166992187500 +-0.004302978516 +-0.089355468750 +-0.098632812500 +-0.090332031250 +0.006927490234 +-0.210937500000 +0.058593750000 +0.111328125000 +-0.075195312500 +-0.291015625000 +-0.117675781250 +-0.341796875000 +-0.220703125000 +0.060546875000 +0.056152343750 +0.240234375000 +0.061279296875 +0.043945312500 +-0.259765625000 +-0.049072265625 +0.202148437500 +0.000440597534 +-0.013732910156 +0.004058837891 +-0.242187500000 +0.077148437500 +0.001770019531 +0.082031250000 +-0.125976562500 +0.111816406250 +0.131835937500 +0.053710937500 +0.153320312500 +0.020507812500 +-0.185546875000 +-0.132812500000 +0.020019531250 +0.215820312500 +0.189453125000 +-0.281250000000 +-0.151367187500 +-0.115722656250 +-0.176757812500 +-0.059814453125 +-0.184570312500 +-0.125000000000 +0.095703125000 +-0.067382812500 +0.138671875000 +0.060791015625 +-0.116699218750 +-0.100097656250 +0.020996093750 +0.046142578125 +0.030517578125 +0.027587890625 +-0.208984375000 +0.279296875000 +0.151367187500 +-0.077636718750 +0.127929687500 +-0.024780273438 +0.062988281250 +-0.166015625000 +0.020874023438 +-0.077148437500 +-0.073730468750 +0.040527343750 +0.273437500000 +-0.277343750000 +0.160156250000 +0.142578125000 +0.296875000000 +-0.345703125000 +0.235351562500 +0.220703125000 +0.162109375000 +-0.015075683594 +0.063964843750 +-0.042968750000 +-0.103515625000 +-0.025878906250 +0.067871093750 +0.125000000000 +0.210937500000 +0.131835937500 +-0.042724609375 +0.063964843750 +-0.049804687500 +-0.226562500000 +-0.027221679688 +-0.031738281250 +-0.050048828125 +-0.169921875000 +-0.277343750000 +-0.190429687500 +0.040527343750 +-0.064453125000 +-0.127929687500 +-0.033447265625 +-0.005523681641 +-0.174804687500 +0.089355468750 +-0.025756835938 +-0.221679687500 +0.012756347656 +0.080566406250 +0.169921875000 +0.159179687500 +-0.011169433594 +0.199218750000 +-0.028076171875 +-0.226562500000 +-0.177734375000 +0.221679687500 +-0.029907226562 +-0.020507812500 +0.240234375000 +-0.056640625000 +-0.120117187500 +0.034179687500 +0.187500000000 +0.044189453125 +0.162109375000 +0.075683593750 +-0.022216796875 +-0.033691406250 +0.093261718750 +0.126953125000 +0.063476562500 +-0.141601562500 +-0.136718750000 +-0.047363281250 +-0.014404296875 +-0.102050781250 +-0.047363281250 +-0.109863281250 +-0.012878417969 +0.114746093750 +-0.053222656250 +0.074707031250 +0.016845703125 +0.166015625000 +0.121582031250 +0.219726562500 +0.117187500000 +0.086914062500 +0.281250000000 +-0.072753906250 +-0.178710937500 +-0.095214843750 +0.159179687500 +0.091308593750 +-0.098632812500 +-0.005584716797 +0.061767578125 +0.023681640625 +0.097167968750 +-0.199218750000 +0.057617187500 +0.205078125000 +-0.079589843750 +0.180664062500 +0.154296875000 +0.061035156250 +0.029541015625 +0.075683593750 +-0.085937500000 +0.062500000000 +0.100097656250 +-0.030517578125 +0.271484375000 +0.195312500000 +0.105468750000 +0.057617187500 +0.032470703125 +-0.062011718750 +0.229492187500 +-0.000324249268 +-0.121093750000 +0.005859375000 +0.049072265625 +0.026123046875 +-0.062011718750 +0.046142578125 +-0.285156250000 +-0.008850097656 +0.035156250000 +0.177734375000 +0.017944335938 +-0.322265625000 +0.083984375000 +0.190429687500 +0.055419921875 +0.202148437500 +0.021362304688 +-0.068847656250 +-0.181640625000 +0.082519531250 +0.128906250000 +-0.148437500000 +0.093750000000 +-0.111816406250 +-0.150390625000 +-0.029296875000 +0.021972656250 +-0.112304687500 +-0.117675781250 +-0.394531250000 +0.070312500000 +-0.199218750000 +0.108398437500 +0.001426696777 +0.103027343750 +-0.246093750000 +-0.263671875000 +-0.085937500000 +-0.123535156250 +-0.094238281250 +-0.061035156250 +-0.139648437500 +0.275390625000 +0.142578125000 +-0.194335937500 +-0.009338378906 +0.044189453125 +0.228515625000 +0.022705078125 +-0.188476562500 +0.183593750000 +-0.190429687500 +-0.052490234375 +-0.013977050781 +-0.011108398438 +0.073730468750 +-0.193359375000 +-0.165039062500 +0.132812500000 +-0.119628906250 +0.041992187500 +0.273437500000 +-0.062988281250 +-0.065917968750 +-0.060546875000 +-0.120117187500 +-0.035644531250 +-0.119628906250 +-0.059082031250 +-0.106933593750 +0.173828125000 +-0.550781250000 +-0.035644531250 +-0.204101562500 +-0.090820312500 +-0.239257812500 +0.060546875000 +0.255859375000 +-0.004821777344 +0.030517578125 +0.171875000000 +-0.312500000000 +0.002975463867 +-0.143554687500 +0.044921875000 +0.079101562500 +0.219726562500 +-0.255859375000 +0.058105468750 +0.082519531250 +0.016967773438 +-0.090820312500 +-0.132812500000 +0.129882812500 +-0.048583984375 +0.086914062500 +-0.052001953125 +-0.373046875000 +0.076171875000 +-0.248046875000 +-0.136718750000 +0.033203125000 +-0.219726562500 +0.068359375000 +0.079589843750 +0.099609375000 +-0.035888671875 +-0.072265625000 +-0.036865234375 +0.003280639648 +0.250000000000 +0.229492187500 +-0.221679687500 +-0.109863281250 +-0.166015625000 +-0.164062500000 +-0.151367187500 +-0.492187500000 +-0.259765625000 +0.152343750000 +-0.162109375000 +-0.036621093750 +0.075683593750 +-0.216796875000 +-0.178710937500 +-0.060302734375 +-0.079589843750 +-0.017456054688 +-0.166015625000 +0.030395507812 +-0.134765625000 +0.162109375000 +0.026245117188 +0.076171875000 +-0.166015625000 +-0.025512695312 +-0.214843750000 +-0.166992187500 +0.263671875000 +-0.009399414062 +-0.049804687500 +0.043701171875 +0.075683593750 +-0.144531250000 +-0.076171875000 +0.242187500000 +0.097167968750 +-0.613281250000 +0.170898437500 +-0.083007812500 +0.025146484375 +-0.066894531250 +-0.021118164062 +-0.092773437500 +-0.029663085938 +-0.359375000000 +-0.026977539062 +0.017578125000 +0.166992187500 +-0.011596679688 +-0.160156250000 +0.048095703125 +0.019409179688 +0.032958984375 +0.144531250000 +-0.101562500000 +0.246093750000 +0.028198242188 +0.010253906250 +0.069824218750 +0.182617187500 +-0.104492187500 +-0.057617187500 +-0.054687500000 +-0.046630859375 +-0.001075744629 +-0.065429687500 +0.152343750000 +-0.166992187500 +-0.019409179688 +-0.031982421875 +-0.347656250000 +-0.196289062500 +-0.137695312500 +-0.010253906250 +0.087890625000 +0.070800781250 +0.071289062500 +-0.008178710938 +-0.079101562500 +-0.025024414062 +0.018432617188 +-0.153320312500 +-0.105957031250 +0.104980468750 +0.064941406250 +-0.024291992188 +0.041015625000 +-0.212890625000 +0.179687500000 +0.032470703125 +0.043457031250 +-0.023559570312 +0.043457031250 +0.025512695312 +-0.188476562500 +-0.006561279297 +-0.071777343750 +-0.023437500000 +-0.378906250000 +-0.026855468750 +-0.090820312500 +-0.054199218750 +0.036132812500 +0.020019531250 +-0.320312500000 +0.398437500000 +0.107910156250 +0.110351562500 +-0.023071289062 +0.013305664062 +0.417968750000 +-0.039794921875 +-0.052978515625 +0.064453125000 +-0.054443359375 +-0.084960937500 +-0.021484375000 +0.056396484375 +0.078613281250 +0.016723632812 +0.125000000000 +-0.081054687500 +0.076660156250 +0.011840820312 +0.169921875000 +-0.189453125000 +0.079101562500 +0.186523437500 +0.109375000000 +-0.056396484375 +0.002487182617 +-0.051513671875 +-0.037109375000 +-0.023071289062 +-0.121582031250 +-0.028564453125 +0.015258789062 +-0.123535156250 +0.250000000000 +-0.042236328125 +0.110351562500 +-0.077148437500 +-0.257812500000 +-0.044921875000 +0.066406250000 +-0.222656250000 +-0.001457214355 +0.173828125000 +-0.291015625000 +0.077636718750 +0.182617187500 +-0.033203125000 +0.087402343750 +-0.062011718750 +-0.083496093750 +-0.177734375000 +0.049316406250 +-0.044677734375 +-0.094238281250 +0.055908203125 +-0.029663085938 +-0.073242187500 +-0.184570312500 +0.169921875000 +0.042480468750 +-0.053466796875 +-0.170898437500 +-0.040527343750 +0.214843750000 +-0.081542968750 +-0.359375000000 +0.052246093750 +0.009460449219 +-0.129882812500 +-0.166992187500 +0.146484375000 +0.049560546875 +0.105957031250 +0.002960205078 +0.086425781250 +0.175781250000 +0.097167968750 +0.025512695312 +0.054199218750 +0.036865234375 +-0.037353515625 +-0.191406250000 +-0.318359375000 +-0.113281250000 +0.040039062500 +-0.125976562500 +-0.032714843750 +0.037353515625 +0.216796875000 +-0.040283203125 +0.230468750000 +-0.203125000000 +-0.075195312500 +0.098144531250 +0.021606445312 +-0.214843750000 +-0.148437500000 +0.042236328125 +-0.198242187500 +-0.269531250000 +0.091308593750 +0.269531250000 +0.337890625000 +-0.162109375000 +0.170898437500 +-0.073730468750 +-0.177734375000 +0.024047851562 +-0.211914062500 +-0.171875000000 +0.053710937500 +-0.217773437500 +-0.206054687500 +-0.163085937500 +0.025878906250 +0.174804687500 +-0.172851562500 +-0.020751953125 +0.227539062500 +0.086914062500 +-0.018920898438 +-0.180664062500 +-0.149414062500 +-0.096679687500 +-0.339843750000 +0.059814453125 +0.030761718750 +0.018188476562 +-0.020751953125 +0.000209808350 +-0.112304687500 +0.144531250000 +-0.037109375000 +0.057128906250 +-0.184570312500 +-0.236328125000 +0.092773437500 +0.104003906250 +-0.116699218750 +0.012390136719 +-0.152343750000 +0.034179687500 +0.047363281250 +0.007812500000 +0.113281250000 +-0.017700195312 +0.068847656250 +-0.024047851562 +-0.027709960938 +-0.159179687500 +0.091308593750 +-0.139648437500 +-0.255859375000 +-0.208984375000 +0.106445312500 +0.098632812500 +0.103515625000 +-0.160156250000 +0.072265625000 +0.057861328125 +0.196289062500 +0.386718750000 +0.034179687500 +0.174804687500 +-0.099121093750 +0.088378906250 +-0.017944335938 +0.152343750000 +0.104492187500 +0.033203125000 +0.146484375000 +0.167968750000 +0.024169921875 +-0.302734375000 +-0.046875000000 +0.103515625000 +0.192382812500 +-0.189453125000 +0.133789062500 +-0.181640625000 +0.095703125000 +0.119140625000 +0.110839843750 +0.150390625000 +-0.093261718750 +0.173828125000 +-0.019775390625 +-0.209960937500 +-0.063964843750 +-0.129882812500 +0.063964843750 +-0.062500000000 +-0.237304687500 +-0.169921875000 +-0.112304687500 +-0.127929687500 +0.000991821289 +0.035400390625 +0.100585937500 +0.218750000000 +-0.083007812500 +-0.227539062500 +-0.124023437500 +-0.077636718750 +-0.124511718750 +0.062011718750 +0.070800781250 +0.064453125000 +-0.050048828125 +-0.140625000000 +0.152343750000 +-0.076660156250 +0.067871093750 +-0.124511718750 +0.046386718750 +0.241210937500 +-0.053466796875 +0.079589843750 +-0.038330078125 +0.054443359375 +-0.124511718750 +-0.077636718750 +-0.120117187500 +0.011108398438 +0.076660156250 +-0.085937500000 +0.068359375000 +-0.158203125000 +-0.168945312500 +-0.179687500000 +-0.000249862671 +-0.068359375000 +0.249023437500 +-0.052734375000 +0.075683593750 +0.168945312500 +-0.193359375000 +0.085449218750 +-0.154296875000 +-0.243164062500 +-0.078125000000 +0.002426147461 +-0.038818359375 +-0.261718750000 +0.062255859375 +-0.068359375000 +-0.087890625000 +0.029296875000 +-0.019165039062 +0.135742187500 +0.185546875000 +0.034179687500 +0.077636718750 +-0.281250000000 +0.019531250000 +0.075195312500 +-0.006072998047 +-0.040527343750 +0.041992187500 +-0.052490234375 +-0.007781982422 +-0.283203125000 +0.067382812500 +-0.121093750000 +-0.039306640625 +0.229492187500 +-0.052246093750 +-0.101074218750 +-0.025024414062 +-0.222656250000 +-0.163085937500 +0.019653320312 +-0.052734375000 +0.012451171875 +-0.004364013672 +0.133789062500 +-0.083007812500 +-0.100097656250 +-0.312500000000 +0.078613281250 +-0.072753906250 +-0.045898437500 +0.113281250000 +0.144531250000 +-0.132812500000 +0.106933593750 +0.144531250000 +-0.130859375000 +0.062011718750 +-0.152343750000 +-0.281250000000 +-0.184570312500 +-0.029296875000 +0.096191406250 +-0.176757812500 +0.168945312500 +0.089843750000 +-0.171875000000 +-0.158203125000 +-0.056152343750 +-0.085449218750 +0.014587402344 +0.047119140625 +-0.291015625000 +-0.160156250000 +-0.057617187500 +0.031982421875 +0.052001953125 +0.104980468750 +-0.176757812500 +0.017578125000 +0.034179687500 +0.028320312500 +0.137695312500 +-0.008422851562 +-0.129882812500 +-0.255859375000 +0.165039062500 +-0.180664062500 +0.100585937500 +-0.243164062500 +-0.081054687500 +-0.036132812500 +-0.034423828125 +-0.115722656250 +-0.134765625000 +-0.100585937500 +-0.053222656250 +0.167968750000 +-0.166015625000 +0.155273437500 +-0.011291503906 +0.027099609375 +0.046142578125 +0.042236328125 +-0.123046875000 +-0.020141601562 +0.011108398438 +-0.384765625000 +-0.021118164062 +0.125000000000 +-0.185546875000 +0.040527343750 +-0.140625000000 +-0.173828125000 +0.069824218750 +-0.129882812500 +-0.180664062500 +-0.007934570312 +0.157226562500 +-0.093750000000 +0.029785156250 +0.011291503906 +-0.077148437500 +0.279296875000 +-0.151367187500 +-0.275390625000 +-0.386718750000 +-0.253906250000 +0.007324218750 +-0.265625000000 +-0.097167968750 +-0.188476562500 +-0.082519531250 +0.160156250000 +0.041992187500 +-0.279296875000 +-0.081542968750 +-0.096679687500 +0.041748046875 +0.237304687500 +-0.036621093750 +-0.040039062500 +-0.141601562500 +-0.046386718750 +-0.046142578125 +-0.234375000000 +-0.232421875000 +-0.060058593750 +-0.075683593750 +-0.079589843750 +-0.168945312500 +0.085937500000 +-0.244140625000 +0.200195312500 +0.024291992188 +0.071777343750 +-0.029174804688 +-0.036376953125 +0.269531250000 +-0.156250000000 +0.410156250000 +-0.165039062500 +0.004852294922 +0.004547119141 +-0.066406250000 +0.259765625000 +0.031982421875 +0.015136718750 +0.480468750000 +0.104492187500 +-0.045898437500 +0.133789062500 +0.038330078125 +-0.033447265625 +0.021362304688 +0.025634765625 +0.335937500000 +-0.259765625000 +0.052001953125 +0.237304687500 +-0.084960937500 +0.131835937500 +0.102539062500 +0.087402343750 +0.279296875000 +0.049072265625 +0.277343750000 +-0.015747070312 +0.077636718750 +-0.034423828125 +-0.026123046875 +-0.082031250000 +-0.269531250000 +0.035644531250 +0.026245117188 +-0.156250000000 +0.250000000000 +0.118652343750 +0.065429687500 +-0.016113281250 +-0.000602722168 +-0.021606445312 +0.163085937500 +0.054687500000 +-0.020507812500 +-0.116210937500 +-0.092285156250 +-0.131835937500 +0.060302734375 +-0.109375000000 +-0.204101562500 +-0.120605468750 +-0.261718750000 +0.029174804688 +-0.277343750000 +0.122070312500 +-0.002975463867 +-0.097656250000 +0.055664062500 +0.082519531250 +0.052246093750 +-0.337890625000 +-0.180664062500 +0.008972167969 +-0.075683593750 +-0.103515625000 +-0.335937500000 +0.156250000000 +-0.092773437500 +-0.107910156250 +-0.072753906250 +-0.119628906250 +0.096191406250 +-0.045898437500 +-0.114746093750 +-0.066894531250 +-0.007934570312 +0.136718750000 +0.116210937500 +0.090332031250 +0.121582031250 +-0.169921875000 +-0.050537109375 +-0.100585937500 +-0.117675781250 +0.153320312500 +-0.003723144531 +-0.104003906250 +-0.079101562500 +-0.024047851562 +-0.130859375000 +0.253906250000 +-0.165039062500 +0.108886718750 +-0.048828125000 +-0.016479492188 +-0.176757812500 +-0.207031250000 +-0.154296875000 +-0.034912109375 +-0.306640625000 +-0.166992187500 +-0.154296875000 +0.014221191406 +-0.102050781250 +-0.105957031250 +0.029907226562 +-0.084472656250 +-0.210937500000 +0.326171875000 +-0.124023437500 +-0.087890625000 +0.198242187500 +0.152343750000 +-0.071289062500 +-0.091308593750 +-0.002532958984 +0.227539062500 +0.234375000000 +0.202148437500 +-0.078125000000 +0.245117187500 +-0.066406250000 +0.131835937500 +-0.153320312500 +0.045410156250 +0.077636718750 +0.165039062500 +-0.162109375000 +-0.192382812500 +-0.086914062500 +-0.100585937500 +-0.071289062500 +-0.134765625000 +0.221679687500 +0.246093750000 +-0.076171875000 +-0.053222656250 +0.009704589844 +0.014648437500 +-0.384765625000 +0.052490234375 +-0.063476562500 +-0.339843750000 +0.330078125000 +0.090332031250 +0.113281250000 +-0.173828125000 +0.041503906250 +-0.061767578125 +0.322265625000 +-0.291015625000 +-0.000587463379 +0.093261718750 +0.195312500000 +0.188476562500 +0.203125000000 +0.002532958984 +-0.004547119141 +-0.047119140625 +0.024536132812 +-0.136718750000 +0.163085937500 +-0.196289062500 +-0.040039062500 +0.233398437500 +-0.026367187500 +-0.337890625000 +-0.625000000000 +-0.214843750000 +-0.304687500000 +-0.237304687500 +0.215820312500 +-0.054199218750 +0.220703125000 +0.079589843750 +-0.026123046875 +-0.011779785156 +0.039550781250 +-0.298828125000 +0.104003906250 +0.008605957031 +-0.023681640625 +-0.160156250000 +0.026123046875 +-0.158203125000 +0.019409179688 +-0.001777648926 +-0.129882812500 +-0.074218750000 +-0.170898437500 +-0.012451171875 +-0.326171875000 +0.154296875000 +-0.036132812500 +0.310546875000 +-0.007232666016 +-0.365234375000 +0.161132812500 +-0.046142578125 +-0.121582031250 +0.103027343750 +0.251953125000 +0.108886718750 +0.015991210938 +0.097167968750 +0.010314941406 +0.170898437500 +-0.625000000000 +-0.070800781250 +0.051025390625 +0.050048828125 +0.135742187500 +0.164062500000 +-0.468750000000 +0.127929687500 +-0.050781250000 +-0.028686523438 +-0.061279296875 +-0.008544921875 +-0.062500000000 +0.052734375000 +-0.023071289062 +0.071777343750 +0.117187500000 +-0.106933593750 +0.058837890625 +-0.062988281250 +0.024414062500 +0.043701171875 +-0.099121093750 +-0.019409179688 +0.277343750000 +-0.027587890625 +-0.218750000000 +0.037841796875 +0.113281250000 +-0.213867187500 +-0.300781250000 +0.220703125000 +0.019287109375 +-0.001190185547 +-0.155273437500 +-0.116210937500 +-0.018066406250 +-0.143554687500 +-0.063964843750 +-0.086914062500 +0.020507812500 +-0.232421875000 +-0.109375000000 +0.002853393555 +0.065917968750 +0.207031250000 +-0.184570312500 +-0.147460937500 +-0.002700805664 +-0.076660156250 +0.123046875000 +0.077636718750 +-0.026245117188 +-0.361328125000 +0.221679687500 +0.083984375000 +-0.012878417969 +0.125976562500 +-0.155273437500 +0.017089843750 +0.164062500000 +-0.151367187500 +-0.104492187500 +0.105957031250 +-0.216796875000 +0.052490234375 +-0.078125000000 +0.131835937500 +0.045166015625 +0.003250122070 +-0.170898437500 +0.142578125000 +-0.182617187500 +-0.112304687500 +-0.010864257812 +-0.202148437500 +-0.145507812500 +0.043212890625 +-0.056640625000 +-0.157226562500 +-0.140625000000 +-0.119628906250 +-0.060058593750 +0.099121093750 +-0.294921875000 +0.000904083252 +-0.123046875000 +0.132812500000 +-0.194335937500 +-0.068359375000 +-0.092773437500 +0.010314941406 +-0.248046875000 +-0.057617187500 +-0.091796875000 +0.055175781250 +-0.031494140625 +-0.023681640625 +0.047607421875 +-0.087402343750 +0.208007812500 +0.079101562500 +-0.024047851562 +0.054199218750 +0.124511718750 +-0.294921875000 +0.091796875000 +0.130859375000 +-0.011901855469 +-0.175781250000 +0.096191406250 +0.093261718750 +-0.061767578125 +-0.040527343750 +0.061279296875 +-0.332031250000 +0.148437500000 +0.015991210938 +0.003479003906 +0.316406250000 +0.055419921875 +-0.169921875000 +0.055175781250 +-0.186523437500 +0.152343750000 +0.219726562500 +0.098144531250 +-0.011474609375 +-0.029052734375 +0.118652343750 +-0.033447265625 +0.052246093750 +0.032470703125 +-0.122558593750 +0.322265625000 +-0.043457031250 +-0.110351562500 +-0.081054687500 +0.058349609375 +0.196289062500 +-0.166992187500 +0.070312500000 +-0.007324218750 +-0.168945312500 +-0.316406250000 +-0.136718750000 +-0.006042480469 +-0.257812500000 +-0.224609375000 +-0.109375000000 +0.009216308594 +-0.068847656250 +-0.253906250000 +0.005706787109 +-0.060546875000 +-0.253906250000 +0.001304626465 +-0.050292968750 +0.074707031250 +-0.237304687500 +-0.221679687500 +-0.123535156250 +-0.014465332031 +0.051513671875 +0.039794921875 +-0.087890625000 +-0.044433593750 +-0.172851562500 +-0.122070312500 +-0.059082031250 +-0.183593750000 +-0.097167968750 +0.014953613281 +-0.065917968750 +0.009155273438 +-0.247070312500 +0.154296875000 +-0.206054687500 +0.100585937500 +0.144531250000 +-0.203125000000 +0.002243041992 +-0.127929687500 +0.024658203125 +-0.000999450684 +0.080566406250 +-0.033935546875 +-0.343750000000 +-0.263671875000 +-0.082031250000 +-0.183593750000 +-0.101562500000 +-0.035888671875 +0.031127929688 +0.018676757812 +0.089843750000 +-0.104980468750 +-0.243164062500 +0.157226562500 +-0.082031250000 +0.183593750000 +-0.009155273438 +-0.287109375000 +-0.104492187500 +0.320312500000 +-0.123046875000 +-0.177734375000 +0.052978515625 +0.041259765625 +-0.154296875000 +0.042724609375 +0.123535156250 +0.021606445312 +0.136718750000 +0.131835937500 +-0.249023437500 +-0.050781250000 +-0.146484375000 +0.080078125000 +-0.114746093750 +-0.507812500000 +0.158203125000 +-0.103027343750 +0.070312500000 +0.029052734375 +0.056396484375 +-0.076660156250 +0.062988281250 +0.112304687500 +-0.057617187500 +0.196289062500 +0.094238281250 +-0.010375976562 +-0.092773437500 +-0.263671875000 +-0.035400390625 +0.019531250000 +0.109863281250 +-0.041503906250 +-0.002075195312 +-0.066406250000 +0.003646850586 +0.114746093750 +0.065917968750 +0.183593750000 +-0.246093750000 +-0.122558593750 +0.155273437500 +0.269531250000 +0.011352539062 +-0.087890625000 +0.035888671875 +-0.371093750000 +0.007141113281 +-0.004913330078 +0.337890625000 +0.382812500000 +0.082031250000 +0.289062500000 +-0.042236328125 +0.121582031250 +-0.054443359375 +-0.656250000000 +-0.099609375000 +0.170898437500 +0.116210937500 +0.025634765625 +0.181640625000 +0.081542968750 +-0.343750000000 +-0.099609375000 +0.227539062500 +-0.018066406250 +0.090332031250 +0.017944335938 +-0.070312500000 +0.238281250000 +0.044921875000 +0.161132812500 +-0.016601562500 +-0.392578125000 +0.158203125000 +-0.312500000000 +-0.025634765625 +-0.093261718750 +-0.223632812500 +0.165039062500 +-0.181640625000 +-0.164062500000 +-0.187500000000 +0.345703125000 +-0.166015625000 +0.027343750000 +0.042480468750 +0.096679687500 +-0.308593750000 +0.106445312500 +0.029052734375 +0.021606445312 +0.020385742188 +-0.039062500000 +-0.220703125000 +-0.139648437500 +0.108398437500 +-0.123535156250 +0.007659912109 +-0.063964843750 +0.234375000000 +-0.003646850586 +-0.322265625000 +-0.240234375000 +-0.300781250000 +0.087890625000 +-0.117675781250 +-0.189453125000 +0.075683593750 +0.068359375000 +-0.099609375000 +0.065429687500 +-0.562500000000 +0.075683593750 +-0.144531250000 +0.186523437500 +-0.316406250000 +0.032470703125 +-0.092285156250 +0.130859375000 +-0.113281250000 +0.053955078125 +-0.037353515625 +-0.091796875000 +-0.224609375000 +-0.472656250000 +0.016845703125 +-0.265625000000 +0.018920898438 +-0.005767822266 +-0.105957031250 +-0.153320312500 +-0.014892578125 +-0.177734375000 +-0.388671875000 +-0.081054687500 +0.102539062500 +-0.503906250000 +-0.057861328125 +-0.208984375000 +-0.021240234375 +-0.104003906250 +0.163085937500 +0.025268554688 +0.013549804688 +0.205078125000 +0.062500000000 +-0.255859375000 +0.196289062500 +-0.003051757812 +-0.042724609375 +0.195312500000 +0.010925292969 +-0.059082031250 +0.090820312500 +-0.032714843750 +0.076171875000 +-0.010070800781 +0.046142578125 +-0.008728027344 +-0.073730468750 +-0.074218750000 +-0.008178710938 +-0.095703125000 +-0.066406250000 +-0.104003906250 +-0.625000000000 +0.104980468750 +0.198242187500 +0.021484375000 +0.202148437500 +0.011047363281 +-0.211914062500 +-0.232421875000 +-0.022216796875 +-0.128906250000 +-0.148437500000 +0.198242187500 +-0.117675781250 +-0.578125000000 +-0.017089843750 +0.150390625000 +-0.129882812500 +-0.094238281250 +0.000210762024 +0.098144531250 +0.101562500000 +0.050048828125 +0.312500000000 +0.196289062500 +-0.049072265625 +-0.151367187500 +-0.094238281250 +-0.275390625000 +0.110351562500 +-0.031982421875 +-0.096679687500 +0.068359375000 +0.127929687500 +-0.016967773438 +-0.172851562500 +-0.075195312500 +-0.059814453125 +-0.738281250000 +-0.187500000000 +0.021362304688 +-0.251953125000 +0.020263671875 +-0.289062500000 +0.023193359375 +-0.013305664062 +0.052978515625 +-0.222656250000 +0.050292968750 +0.052734375000 +0.098144531250 +-0.312500000000 +0.054199218750 +0.019409179688 +-0.070800781250 +0.036376953125 +-0.086914062500 +0.179687500000 +-0.154296875000 +-0.099121093750 +-0.152343750000 +-0.239257812500 +-0.063964843750 +0.056884765625 +0.052246093750 +-0.017089843750 +-0.539062500000 +0.008911132812 +-0.178710937500 +0.116210937500 +-0.240234375000 +0.003768920898 +-0.172851562500 +0.233398437500 +0.097167968750 +0.035400390625 +0.072753906250 +-0.226562500000 +-0.040283203125 +0.008911132812 +-0.035400390625 +0.096191406250 +-0.073730468750 +-0.008544921875 +-0.060302734375 +-0.119628906250 +-0.035888671875 +-0.045654296875 +0.012634277344 +-0.106445312500 +-0.153320312500 +-0.120605468750 +-0.069335937500 +-0.178710937500 +-0.136718750000 +0.004394531250 +-0.011840820312 +-0.038085937500 +-0.390625000000 +0.106445312500 +-0.000961303711 +-0.332031250000 +-0.013549804688 +-0.177734375000 +-0.077148437500 +0.149414062500 +-0.255859375000 +-0.113281250000 +-0.002517700195 +0.108398437500 +-0.072265625000 +0.057128906250 +0.010742187500 +-0.163085937500 +0.062011718750 +-0.187500000000 +0.382812500000 +-0.143554687500 +-0.187500000000 +-0.117187500000 +-0.196289062500 +-0.025756835938 +-0.168945312500 +-0.118652343750 +-0.097656250000 +0.196289062500 +0.110839843750 +-0.085449218750 +-0.121093750000 +-0.095214843750 +0.490234375000 +-0.037597656250 +-0.168945312500 +0.075683593750 +0.047119140625 +-0.083007812500 +-0.093750000000 +0.024536132812 +-0.153320312500 +0.067871093750 +-0.058837890625 +-0.053466796875 +-0.000042438507 +-0.008361816406 +-0.080566406250 +0.050537109375 +0.083007812500 +-0.064453125000 +-0.086914062500 +0.057617187500 +-0.101562500000 +0.244140625000 +-0.073242187500 +-0.200195312500 +-0.164062500000 +-0.160156250000 +0.341796875000 +0.123046875000 +-0.158203125000 +-0.008117675781 +-0.168945312500 +0.171875000000 +-0.176757812500 +-0.040283203125 +-0.118652343750 +-0.150390625000 +-0.195312500000 +0.028320312500 +0.015625000000 +-0.035644531250 +0.034912109375 +0.115722656250 +0.125976562500 +0.132812500000 +0.261718750000 +-0.106445312500 +0.108398437500 +0.320312500000 +0.191406250000 +-0.040527343750 +0.140625000000 +0.151367187500 +-0.167968750000 +0.028320312500 +0.188476562500 +-0.134765625000 +-0.194335937500 +0.316406250000 +-0.180664062500 +0.192382812500 +-0.112792968750 +0.079101562500 +-0.175781250000 +0.103027343750 +-0.287109375000 +-0.100097656250 +-0.142578125000 +-0.162109375000 +-0.116699218750 +0.179687500000 +0.026245117188 +-0.275390625000 +-0.003768920898 +-0.425781250000 +-0.240234375000 +0.093261718750 +0.163085937500 +0.012084960938 +0.229492187500 +0.044921875000 +0.200195312500 +0.165039062500 +-0.005310058594 +-0.089843750000 +-0.061279296875 +-0.277343750000 +-0.077636718750 +-0.071289062500 +0.289062500000 +0.104003906250 +-0.281250000000 +0.144531250000 +-0.031250000000 +0.253906250000 +-0.124023437500 +0.028930664062 +-0.332031250000 +0.171875000000 +0.071289062500 +-0.042236328125 +0.075683593750 +0.057861328125 +0.125976562500 +-0.289062500000 +-0.013610839844 +0.014648437500 +-0.084960937500 +0.007324218750 +0.087402343750 +0.076660156250 +-0.019897460938 +-0.101074218750 +-0.184570312500 +-0.075195312500 +-0.026367187500 +-0.028564453125 +0.044677734375 +0.011413574219 +0.050292968750 +-0.123046875000 +0.006591796875 +0.054199218750 +0.082519531250 +-0.036865234375 +-0.040771484375 +-0.066406250000 +-0.088378906250 +0.228515625000 +-0.320312500000 +-0.221679687500 +0.006439208984 +0.017333984375 +0.015014648438 +-0.316406250000 +-0.003707885742 +0.019042968750 +-0.067382812500 +-0.166015625000 +-0.179687500000 +-0.098632812500 +0.443359375000 +-0.304687500000 +0.090820312500 +-0.250000000000 +-0.051269531250 +-0.019042968750 +0.112304687500 +-0.082519531250 +-0.135742187500 +-0.140625000000 +-0.055908203125 +0.049316406250 +-0.000142097473 +0.007446289062 +0.135742187500 +-0.136718750000 +-0.104003906250 +0.116699218750 +-0.064453125000 +-0.101562500000 +-0.018920898438 +-0.069824218750 +0.145507812500 +-0.222656250000 +0.267578125000 +0.128906250000 +-0.113281250000 +0.106933593750 +-0.251953125000 +0.176757812500 +0.168945312500 +0.169921875000 +-0.376953125000 +-0.291015625000 +-0.086425781250 +0.107421875000 +-0.083984375000 +0.046142578125 +0.125976562500 +0.193359375000 +-0.037841796875 +0.000724792480 +-0.090820312500 +0.214843750000 +-0.074707031250 +-0.182617187500 +-0.148437500000 +-0.004943847656 +-0.093261718750 +-0.324218750000 +-0.078613281250 +0.367187500000 +-0.076171875000 +-0.046386718750 +-0.003890991211 +0.152343750000 +-0.170898437500 +-0.026367187500 +0.045410156250 +0.103027343750 +0.038574218750 +-0.059570312500 +-0.005249023438 +-0.042236328125 +0.109863281250 +0.085449218750 +-0.208984375000 +0.111816406250 +0.098144531250 +-0.014343261719 +-0.306640625000 +-0.170898437500 +0.306640625000 +-0.056884765625 +-0.339843750000 +0.079101562500 +0.107910156250 +-0.123046875000 +0.121093750000 +-0.136718750000 +-0.134765625000 +0.086425781250 +-0.408203125000 +-0.125976562500 +-0.333984375000 +0.215820312500 +-0.200195312500 +-0.118164062500 +0.072265625000 +0.121093750000 +-0.016601562500 +0.062988281250 +-0.191406250000 +0.239257812500 +0.151367187500 +-0.044189453125 +-0.126953125000 +-0.146484375000 +0.002548217773 +-0.033935546875 +-0.054687500000 +0.085937500000 +0.051757812500 +-0.109863281250 +-0.149414062500 +-0.130859375000 +-0.026855468750 +-0.085937500000 +-0.077148437500 +-0.241210937500 +-0.068847656250 +0.043945312500 +0.137695312500 +0.063964843750 +0.060302734375 +-0.339843750000 +0.130859375000 +-0.099121093750 +0.123046875000 +-0.038818359375 +-0.020751953125 +0.105957031250 +0.228515625000 +-0.050292968750 +-0.112304687500 +0.049316406250 +-0.088867187500 +-0.127929687500 +-0.245117187500 +0.269531250000 +0.079589843750 +0.300781250000 +-0.098144531250 +-0.076660156250 +-0.021606445312 +0.244140625000 +0.013732910156 +0.059814453125 +0.081542968750 +-0.098632812500 +0.025512695312 +-0.296875000000 +0.133789062500 +0.007720947266 +0.007507324219 +0.074707031250 +-0.019775390625 +0.212890625000 +-0.039550781250 +-0.141601562500 +0.093261718750 +0.030639648438 +-0.359375000000 +-0.144531250000 +-0.082031250000 +-0.106445312500 +-0.006744384766 +0.038818359375 +0.065429687500 +0.085449218750 +-0.053222656250 +0.122558593750 +-0.001075744629 +-0.087402343750 +-0.047119140625 +0.017578125000 +-0.066406250000 +-0.279296875000 +-0.013488769531 +-0.088867187500 +-0.054687500000 +-0.294921875000 +-0.132812500000 +-0.053710937500 +-0.144531250000 +-0.084472656250 +0.125000000000 +0.061523437500 +0.173828125000 +-0.203125000000 +0.045898437500 +-0.021484375000 +0.078125000000 +-0.116210937500 +-0.068359375000 +0.145507812500 +0.111328125000 +0.012084960938 +-0.058837890625 +0.001777648926 +-0.060058593750 +0.011962890625 +-0.044189453125 +0.065429687500 +-0.114746093750 +0.137695312500 +-0.026977539062 +0.050048828125 +-0.382812500000 +0.154296875000 +-0.056152343750 +-0.081054687500 +0.249023437500 +0.078125000000 +-0.048583984375 +0.026855468750 +-0.015075683594 +0.093750000000 +-0.075195312500 +-0.053466796875 +0.012756347656 +0.123535156250 +-0.034423828125 +0.177734375000 +-0.063476562500 +0.103515625000 +-0.103515625000 +0.063964843750 +0.071777343750 +0.131835937500 +0.041992187500 +0.116699218750 +0.009399414062 +-0.027343750000 +-0.129882812500 +0.013244628906 +-0.087890625000 +-0.023559570312 +0.328125000000 +0.201171875000 +-0.279296875000 +-0.066406250000 +-0.087402343750 +0.137695312500 +-0.213867187500 +-0.045898437500 +0.188476562500 +-0.071289062500 +0.314453125000 +-0.023437500000 +-0.091796875000 +-0.002975463867 +0.051757812500 +-0.078613281250 +0.189453125000 +-0.061279296875 +0.255859375000 +0.061523437500 +0.011108398438 +0.075195312500 +-0.037597656250 +-0.027221679688 +0.098144531250 +-0.042724609375 +-0.130859375000 +-0.161132812500 +-0.004272460938 +-0.026733398438 +0.014038085938 +0.072265625000 +0.285156250000 +-0.030761718750 +0.036865234375 +-0.217773437500 +0.080078125000 +-0.158203125000 +-0.018920898438 +-0.093261718750 +0.045410156250 +0.199218750000 +0.119140625000 +0.052490234375 +0.250000000000 +-0.015625000000 +0.194335937500 +0.140625000000 +0.209960937500 +-0.022338867188 +0.234375000000 +-0.011413574219 +0.165039062500 +0.036865234375 +-0.157226562500 +-0.113281250000 +-0.063476562500 +-0.108886718750 +-0.216796875000 +0.163085937500 +0.033691406250 +0.079101562500 +0.064453125000 +0.044677734375 +-0.187500000000 +0.190429687500 +0.135742187500 +-0.135742187500 +-0.026367187500 +-0.007781982422 +0.037109375000 +-0.155273437500 +-0.205078125000 +-0.037841796875 +-0.064941406250 +0.046875000000 +0.182617187500 +-0.074218750000 +-0.152343750000 +0.098632812500 +-0.186523437500 +-0.047851562500 +-0.058837890625 +-0.222656250000 +-0.041015625000 +-0.089355468750 +-0.139648437500 +-0.119140625000 +0.105957031250 +0.066406250000 +0.002365112305 +-0.421875000000 +-0.005615234375 +-0.230468750000 +-0.263671875000 +-0.025634765625 +-0.077636718750 +0.208984375000 +-0.055664062500 +0.026123046875 +-0.127929687500 +-0.073242187500 +-0.064453125000 +-0.187500000000 +-0.032958984375 +-0.335937500000 +0.015075683594 +-0.003631591797 +0.047363281250 +-0.157226562500 +-0.012695312500 +-0.121093750000 +-0.146484375000 +-0.209960937500 +0.018676757812 +0.001007080078 +-0.003570556641 +-0.238281250000 +0.055419921875 +-0.148437500000 +0.077148437500 +0.077148437500 +-0.200195312500 +-0.082031250000 +-0.033203125000 +-0.047607421875 +-0.186523437500 +-0.003768920898 +-0.078125000000 +-0.180664062500 +0.036376953125 +-0.148437500000 +-0.259765625000 +-0.019775390625 +-0.024047851562 +0.050781250000 +-0.076660156250 +0.037353515625 +-0.128906250000 +-0.048339843750 +-0.192382812500 +0.144531250000 +0.049804687500 +-0.190429687500 +-0.124511718750 +-0.037841796875 +0.057128906250 +-0.060302734375 +-0.066406250000 +0.033203125000 +0.062011718750 +-0.059326171875 +0.051513671875 +0.263671875000 +-0.086425781250 +-0.043945312500 +0.069824218750 +-0.214843750000 +-0.004516601562 +-0.131835937500 +-0.445312500000 +-0.043945312500 +-0.073242187500 +-0.136718750000 +-0.072753906250 +-0.022216796875 +0.000122070312 +0.139648437500 +0.055908203125 +0.089355468750 +-0.035400390625 +-0.263671875000 +-0.128906250000 +-0.406250000000 +0.053466796875 +0.024169921875 +0.133789062500 +-0.006652832031 +0.030517578125 +-0.298828125000 +-0.057373046875 +-0.203125000000 +-0.255859375000 +-0.146484375000 +-0.095703125000 +0.083496093750 +0.122070312500 +0.108886718750 +0.081542968750 +0.002563476562 +-0.077636718750 +-0.251953125000 +-0.132812500000 +-0.131835937500 +0.069824218750 +-0.388671875000 +-0.163085937500 +-0.087402343750 +0.121582031250 +-0.199218750000 +-0.134765625000 +0.011474609375 +-0.219726562500 +0.034423828125 +0.085937500000 +-0.040527343750 +-0.047851562500 +-0.222656250000 +-0.071777343750 +-0.070312500000 +-0.107421875000 +0.082519531250 +0.079101562500 +0.175781250000 +0.071289062500 +-0.098632812500 +-0.030883789062 +-0.089843750000 +-0.132812500000 +0.013305664062 +0.083984375000 +0.050781250000 +-0.057128906250 +0.207031250000 +-0.111816406250 +-0.090820312500 +-0.227539062500 +-0.227539062500 +-0.006713867188 +-0.300781250000 +-0.115234375000 +-0.085449218750 +0.238281250000 +-0.102050781250 +0.056640625000 +0.110351562500 +0.054687500000 +0.169921875000 +-0.029541015625 +-0.160156250000 +-0.052001953125 +0.222656250000 +-0.102050781250 +0.108398437500 +-0.171875000000 +0.003402709961 +0.292968750000 +0.273437500000 +-0.196289062500 +0.103515625000 +-0.049804687500 +0.204101562500 +-0.001457214355 +0.150390625000 +0.109375000000 +0.012207031250 +0.160156250000 +0.150390625000 +-0.062500000000 +-0.044677734375 +-0.160156250000 +0.133789062500 +-0.090820312500 +-0.142578125000 +-0.040527343750 +-0.064453125000 +-0.201171875000 +0.069335937500 +-0.125976562500 +-0.002975463867 +-0.082519531250 +-0.347656250000 +0.145507812500 +-0.129882812500 +-0.111328125000 +-0.031494140625 +-0.070312500000 +-0.017822265625 +-0.202148437500 +-0.234375000000 +-0.074218750000 +-0.503906250000 +-0.388671875000 +0.093750000000 +-0.012939453125 +-0.206054687500 +-0.050292968750 +-0.039062500000 +0.249023437500 +-0.099609375000 +-0.134765625000 +0.000030159950 +-0.024658203125 +0.051513671875 +-0.069824218750 +0.135742187500 +-0.077148437500 +0.041503906250 +0.220703125000 +-0.137695312500 +-0.218750000000 +-0.204101562500 +-0.080078125000 +0.261718750000 +-0.237304687500 +-0.067871093750 +0.343750000000 +-0.160156250000 +0.141601562500 +-0.031738281250 +0.034423828125 +-0.104492187500 +-0.125976562500 +0.104980468750 +0.020507812500 +-0.050292968750 +-0.079101562500 +-0.226562500000 +-0.086425781250 +0.066894531250 +-0.108398437500 +0.132812500000 +0.016235351562 +0.113769531250 +-0.031494140625 +-0.062988281250 +-0.147460937500 +-0.101562500000 +0.232421875000 +-0.029296875000 +-0.185546875000 +0.006835937500 +-0.065917968750 +0.018066406250 +0.027832031250 +0.298828125000 +-0.153320312500 +-0.324218750000 +0.028320312500 +0.195312500000 +0.109863281250 +0.199218750000 +-0.032958984375 +0.131835937500 +-0.005737304688 +-0.192382812500 +-0.167968750000 +-0.011962890625 +-0.111328125000 +0.159179687500 +-0.105957031250 +0.200195312500 +0.112792968750 +-0.107910156250 +-0.195312500000 +-0.244140625000 +0.386718750000 +-0.177734375000 +-0.020263671875 +-0.193359375000 +0.283203125000 +0.016357421875 +0.052978515625 +0.161132812500 +0.072265625000 +-0.046875000000 +-0.005676269531 +-0.304687500000 +-0.000381469727 +0.111816406250 +0.218750000000 +-0.048095703125 +0.213867187500 +0.150390625000 +-0.122070312500 +0.060791015625 +0.081054687500 +0.156250000000 +0.496093750000 +0.163085937500 +-0.170898437500 +0.016357421875 +0.004272460938 +-0.091308593750 +-0.041748046875 +-0.008972167969 +0.072265625000 +-0.125976562500 +-0.226562500000 +-0.023803710938 +-0.071289062500 +-0.190429687500 +-0.184570312500 +0.006713867188 +-0.062988281250 +-0.002319335938 +-0.116699218750 +-0.048095703125 +-0.191406250000 +-0.114257812500 +0.072753906250 +-0.063476562500 +0.131835937500 +0.154296875000 +0.048583984375 +-0.061035156250 +0.015502929688 +-0.024536132812 +-0.157226562500 +0.079101562500 +-0.164062500000 +0.018676757812 +0.106445312500 +-0.052001953125 +-0.059326171875 +0.203125000000 +0.011657714844 +0.020629882812 +-0.034667968750 +-0.078613281250 +-0.092285156250 +0.180664062500 +0.004455566406 +-0.046875000000 +0.132812500000 +0.082519531250 +-0.133789062500 +0.291015625000 +0.015319824219 +0.140625000000 +-0.048583984375 +-0.152343750000 +-0.056396484375 +0.017089843750 +-0.117187500000 +0.240234375000 +-0.100097656250 +-0.156250000000 +-0.053710937500 +0.036621093750 +-0.195312500000 +-0.154296875000 +-0.160156250000 +-0.122070312500 +-0.052490234375 +0.037109375000 +0.015014648438 +-0.090332031250 +-0.244140625000 +-0.058837890625 +-0.281250000000 +-0.000107765198 +-0.046875000000 +-0.034912109375 +0.066406250000 +0.077636718750 +0.181640625000 +-0.104003906250 +0.118652343750 +0.192382812500 +-0.003433227539 +-0.083984375000 +0.194335937500 +0.104492187500 +-0.092773437500 +-0.103027343750 +0.255859375000 +0.116210937500 +-0.138671875000 +0.073242187500 +-0.070312500000 +-0.248046875000 +-0.096679687500 +-0.034667968750 +0.012512207031 +-0.042236328125 +-0.229492187500 +0.195312500000 +0.250000000000 +-0.087890625000 +0.000648498535 +0.090332031250 +-0.187500000000 +0.189453125000 +-0.178710937500 +-0.012512207031 +0.162109375000 +0.118164062500 +-0.066894531250 +-0.275390625000 +-0.038818359375 +-0.073730468750 +-0.128906250000 +-0.029174804688 +0.077148437500 +0.027832031250 +0.011840820312 +-0.075195312500 +-0.110839843750 +0.153320312500 +0.163085937500 +-0.248046875000 +0.135742187500 +0.040039062500 +-0.351562500000 +0.078613281250 +0.093261718750 +0.114257812500 +0.045654296875 +0.230468750000 +0.081542968750 +-0.036621093750 +-0.170898437500 +-0.416015625000 +0.410156250000 +-0.132812500000 +0.542968750000 +-0.036621093750 +-0.044189453125 +-0.101562500000 +-0.164062500000 +0.122558593750 +0.032958984375 +0.007690429688 +0.162109375000 +0.104492187500 +0.008728027344 +-0.095703125000 +0.062011718750 +0.114257812500 +0.000507354736 +-0.185546875000 +-0.103027343750 +0.029785156250 +-0.056640625000 +0.004882812500 +-0.021118164062 +0.013977050781 +-0.028320312500 +0.232421875000 +-0.002532958984 +0.051025390625 +-0.208007812500 +0.061767578125 +-0.255859375000 +-0.023925781250 +-0.130859375000 +0.179687500000 +0.236328125000 +0.212890625000 +-0.242187500000 +-0.010131835938 +0.412109375000 +0.283203125000 +0.085449218750 +-0.177734375000 +0.002655029297 +-0.185546875000 +-0.464843750000 +-0.057373046875 +-0.110351562500 +0.013488769531 +0.092285156250 +0.064453125000 +-0.061279296875 +-0.185546875000 +-0.080566406250 +-0.080566406250 +0.081054687500 +0.014343261719 +-0.103515625000 +-0.031494140625 +0.031494140625 +-0.009216308594 +-0.146484375000 +0.044677734375 +0.016723632812 +0.175781250000 +0.023193359375 +-0.335937500000 +0.043945312500 +-0.037353515625 +-0.298828125000 +-0.425781250000 +-0.172851562500 +-0.062988281250 +-0.125000000000 +-0.162109375000 +-0.034179687500 +0.059082031250 +-0.429687500000 +-0.265625000000 +0.000073432922 +-0.171875000000 +-0.076660156250 +-0.291015625000 +0.051269531250 +-0.147460937500 +-0.007293701172 +-0.180664062500 +-0.022949218750 +0.060546875000 +0.066406250000 +0.106933593750 +-0.371093750000 +-0.175781250000 +-0.134765625000 +-0.022094726562 +0.000113487244 +-0.022094726562 +-0.376953125000 +-0.000216484070 +-0.174804687500 +0.001983642578 +-0.223632812500 +0.008117675781 +0.029541015625 +-0.007293701172 +-0.133789062500 +-0.247070312500 +-0.084472656250 +-0.049316406250 +-0.250000000000 +0.081542968750 +-0.041259765625 +-0.130859375000 +0.150390625000 +0.082519531250 +-0.090332031250 +0.066406250000 +0.233398437500 +-0.030029296875 +-0.041015625000 +-0.125000000000 +0.027709960938 +0.121093750000 +0.079101562500 +0.109375000000 +-0.102050781250 +-0.043945312500 +-0.022705078125 +-0.234375000000 +0.312500000000 +-0.052490234375 +-0.523437500000 +-0.044189453125 +0.173828125000 +0.005187988281 +-0.166015625000 +-0.005920410156 +-0.032470703125 +0.023803710938 +0.025512695312 +0.187500000000 +-0.038330078125 +0.169921875000 +0.008728027344 +0.053710937500 +-0.029052734375 +-0.140625000000 +-0.030883789062 +-0.126953125000 +0.006286621094 +0.145507812500 +0.062500000000 +0.097656250000 +-0.024902343750 +0.017944335938 +0.133789062500 +0.042724609375 +-0.117187500000 +-0.034423828125 +0.038330078125 +0.194335937500 +-0.294921875000 +0.304687500000 +-0.061523437500 +0.042968750000 +-0.259765625000 +-0.099609375000 +0.135742187500 +0.124023437500 +0.121582031250 +-0.125976562500 +-0.047119140625 +-0.068847656250 +-0.077148437500 +-0.142578125000 +-0.107910156250 +0.006134033203 +0.164062500000 +-0.267578125000 +-0.096191406250 +0.043701171875 +0.052734375000 +-0.215820312500 +-0.108886718750 +-0.001068115234 +0.006774902344 +-0.109863281250 +-0.064941406250 +0.026245117188 +0.037109375000 +0.049804687500 +0.027832031250 +0.158203125000 +-0.178710937500 +-0.017456054688 +0.015197753906 +-0.033447265625 +0.090820312500 +0.049316406250 +-0.064453125000 +-0.047363281250 +-0.000350952148 +-0.063964843750 +-0.109863281250 +-0.129882812500 +0.034423828125 +0.000843048096 +-0.057373046875 +0.095703125000 +0.054199218750 +-0.081542968750 +-0.219726562500 +0.013427734375 +-0.105468750000 +0.024536132812 +0.038330078125 +-0.029052734375 +-0.104492187500 +0.054443359375 +0.012145996094 +-0.133789062500 +0.094238281250 +-0.133789062500 +-0.055664062500 +0.013122558594 +0.053710937500 +0.068847656250 +-0.077636718750 +-0.026489257812 +0.080078125000 +-0.099609375000 +-0.038818359375 +-0.001319885254 +0.273437500000 +-0.039550781250 +-0.028320312500 +0.125000000000 +0.162109375000 +0.220703125000 +-0.203125000000 +0.003936767578 +-0.062988281250 +-0.001594543457 +-0.023437500000 +0.116210937500 +0.046875000000 +-0.089843750000 +-0.066894531250 +-0.099609375000 +0.121093750000 +0.000404357910 +0.083007812500 +-0.064453125000 +-0.119140625000 +-0.228515625000 +-0.106445312500 +-0.192382812500 +-0.019775390625 +-0.190429687500 +-0.249023437500 +0.055664062500 +0.007019042969 +0.061279296875 +0.036865234375 +0.147460937500 +0.059082031250 +-0.104003906250 +0.049560546875 +-0.050292968750 +-0.002044677734 +-0.013244628906 +0.165039062500 +0.228515625000 +-0.014038085938 +-0.127929687500 +-0.009826660156 +-0.263671875000 +0.253906250000 +-0.156250000000 +0.285156250000 +-0.108886718750 +0.068847656250 +0.172851562500 +0.091796875000 +0.131835937500 +-0.147460937500 +-0.036132812500 +-0.166992187500 +-0.059082031250 +-0.042236328125 +-0.157226562500 +0.149414062500 +0.255859375000 +-0.289062500000 +-0.009277343750 +0.253906250000 +0.478515625000 +0.166015625000 +0.117675781250 +-0.141601562500 +-0.144531250000 +0.086914062500 +-0.112304687500 +-0.082519531250 +0.030273437500 +-0.002212524414 +-0.300781250000 +-0.123535156250 +-0.004730224609 +-0.007324218750 +0.118652343750 +-0.279296875000 +0.251953125000 +-0.077636718750 +0.035888671875 +0.035400390625 +0.031127929688 +0.102050781250 +-0.050781250000 +0.054443359375 +-0.183593750000 +0.094726562500 +-0.024902343750 +0.214843750000 +0.016357421875 +-0.103027343750 +0.106933593750 +-0.123535156250 +-0.026000976562 +-0.034423828125 +-0.018188476562 +-0.058593750000 +0.039550781250 +-0.012634277344 +0.180664062500 +0.068847656250 +-0.038818359375 +0.024291992188 +-0.039306640625 +0.092285156250 +-0.173828125000 +-0.171875000000 +0.245117187500 +0.122070312500 +0.043701171875 +-0.002197265625 +0.145507812500 +0.238281250000 +-0.085937500000 +-0.194335937500 +-0.169921875000 +-0.152343750000 +-0.137695312500 +-0.050292968750 +0.072265625000 +0.179687500000 +0.102539062500 +-0.351562500000 +-0.027099609375 +0.081054687500 +0.080078125000 +0.017578125000 +0.139648437500 +0.015625000000 +-0.010864257812 +-0.012634277344 +0.355468750000 +-0.020507812500 +-0.098632812500 +0.064941406250 +-0.371093750000 +0.097656250000 +-0.180664062500 +-0.051513671875 +-0.063964843750 +0.054687500000 +0.108886718750 +0.182617187500 +-0.046875000000 +0.208984375000 +-0.001548767090 +-0.042236328125 +-0.098144531250 +-0.021362304688 +-0.197265625000 +0.057617187500 +-0.240234375000 +-0.092773437500 +-0.159179687500 +0.014587402344 +-0.043701171875 +0.065917968750 +-0.142578125000 +0.041503906250 +-0.153320312500 +0.184570312500 +-0.071777343750 +-0.030761718750 +-0.152343750000 +0.128906250000 +-0.249023437500 +0.143554687500 +0.105468750000 +-0.003356933594 +0.029785156250 +0.159179687500 +-0.263671875000 +-0.115722656250 +0.103515625000 +-0.138671875000 +0.058105468750 +-0.004394531250 +0.201171875000 +0.361328125000 +0.081054687500 +-0.373046875000 +-0.223632812500 +-0.139648437500 +-0.223632812500 +0.007629394531 +-0.453125000000 +0.069335937500 +0.136718750000 +-0.081054687500 +-0.096191406250 +0.088867187500 +0.082519531250 +0.078125000000 +0.144531250000 +0.015319824219 +0.052490234375 +-0.035644531250 +0.237304687500 +-0.380859375000 +0.089355468750 +0.234375000000 +-0.189453125000 +0.087890625000 +-0.144531250000 +-0.104980468750 +-0.238281250000 +-0.406250000000 +-0.031127929688 +-0.408203125000 +0.050048828125 +0.031127929688 +0.132812500000 +0.030395507812 +0.126953125000 +0.058349609375 +0.174804687500 +-0.182617187500 +-0.074218750000 +0.017944335938 +0.206054687500 +0.107421875000 +-0.417968750000 +0.187500000000 +-0.085937500000 +-0.145507812500 +-0.088378906250 +-0.084472656250 +0.247070312500 +0.090820312500 +0.150390625000 +-0.128906250000 +-0.042480468750 +-0.109863281250 +-0.037353515625 +-0.394531250000 +-0.166015625000 +0.171875000000 +0.062255859375 +-0.011291503906 +0.081054687500 +0.087402343750 +0.127929687500 +-0.138671875000 +-0.034179687500 +-0.644531250000 +-0.029418945312 +0.056884765625 +-0.026611328125 +0.236328125000 +0.216796875000 +0.191406250000 +-0.027099609375 +-0.043212890625 +0.246093750000 +0.153320312500 +-0.235351562500 +0.065917968750 +-0.040771484375 +-0.094238281250 +0.071777343750 +0.004821777344 +-0.519531250000 +0.229492187500 +-0.097656250000 +0.118164062500 +-0.055908203125 +-0.013549804688 +-0.170898437500 +-0.136718750000 +0.250000000000 +-0.054687500000 +-0.083496093750 +-0.060546875000 +0.106445312500 +-0.010009765625 +0.119140625000 +-0.160156250000 +-0.292968750000 +-0.230468750000 +0.064453125000 +0.597656250000 +0.001655578613 +-0.046386718750 +0.014770507812 +-0.289062500000 +0.008911132812 +0.071289062500 +0.316406250000 +0.041015625000 +0.049560546875 +0.071777343750 +0.076660156250 +0.006378173828 +-0.083984375000 +-0.014648437500 +-0.100097656250 +-0.098144531250 +-0.046875000000 +-0.341796875000 +-0.111328125000 +-0.033447265625 +0.283203125000 +0.078613281250 +0.094726562500 +-0.084960937500 +-0.120117187500 +0.025390625000 +-0.065429687500 +-0.144531250000 +0.298828125000 +-0.216796875000 +-0.095214843750 +0.096679687500 +-0.062500000000 +0.030151367188 +0.061767578125 +-0.257812500000 +0.433593750000 +0.302734375000 +-0.265625000000 +-0.033935546875 +0.040527343750 +-0.195312500000 +0.285156250000 +-0.143554687500 +0.037597656250 +-0.149414062500 +0.064453125000 +0.203125000000 +-0.024902343750 +-0.071289062500 +0.035888671875 +-0.092285156250 +0.088378906250 +-0.028320312500 +-0.010498046875 +-0.281250000000 +0.296875000000 +0.417968750000 +0.141601562500 +-0.071289062500 +-0.079589843750 +-0.449218750000 +0.155273437500 +-0.550781250000 +0.207031250000 +0.047607421875 +0.028808593750 +0.129882812500 +0.144531250000 +-0.194335937500 +0.162109375000 +0.111816406250 +0.015197753906 +0.010986328125 +0.027832031250 +0.155273437500 +0.116699218750 +-0.070800781250 +-0.080078125000 +-0.044921875000 +-0.205078125000 +0.247070312500 +0.296875000000 +0.086425781250 +-0.063476562500 +0.095214843750 +0.123046875000 +0.324218750000 +-0.239257812500 +-0.048583984375 +-0.186523437500 +-0.071777343750 +0.214843750000 +-0.088867187500 +-0.137695312500 +0.157226562500 +-0.114746093750 +0.053710937500 +-0.024658203125 +0.166992187500 +-0.004394531250 +0.004364013672 +0.026733398438 +-0.026977539062 +0.059326171875 +-0.238281250000 +0.140625000000 +-0.174804687500 +0.143554687500 +0.096191406250 +0.056152343750 +0.065917968750 +-0.080078125000 +0.039062500000 +0.083496093750 +0.230468750000 +0.253906250000 +0.037353515625 +-0.031738281250 +-0.102539062500 +0.102539062500 +0.177734375000 +-0.021728515625 +0.040039062500 +0.074707031250 +0.104003906250 +-0.034912109375 +0.054931640625 +0.025146484375 +-0.052246093750 +0.065429687500 +0.229492187500 +-0.010864257812 +-0.017700195312 +0.132812500000 +0.131835937500 +0.118164062500 +0.103027343750 +-0.181640625000 +-0.057373046875 +0.028564453125 +0.109863281250 +0.069335937500 +0.039550781250 +0.200195312500 +-0.156250000000 +0.077148437500 +0.020263671875 +-0.018554687500 +-0.088867187500 +0.164062500000 +-0.171875000000 +-0.015319824219 +0.140625000000 +-0.231445312500 +0.104980468750 +0.054199218750 +-0.025878906250 +0.221679687500 +-0.061767578125 +-0.045654296875 +-0.205078125000 +-0.051513671875 +-0.058837890625 +0.277343750000 +0.193359375000 +-0.059814453125 +0.104492187500 +0.129882812500 +0.138671875000 +-0.447265625000 +0.069335937500 +-0.042968750000 +-0.121582031250 +-0.027343750000 +0.005981445312 +-0.121093750000 +-0.122070312500 +-0.012878417969 +-0.065429687500 +0.245117187500 +0.130859375000 +0.033203125000 +-0.036132812500 +0.026489257812 +0.114746093750 +0.105957031250 +-0.178710937500 +-0.198242187500 +0.179687500000 +-0.044433593750 +0.304687500000 +0.135742187500 +-0.227539062500 +-0.062500000000 +0.066406250000 +-0.026000976562 +-0.056152343750 +0.041992187500 +-0.020996093750 +0.033447265625 +0.020629882812 +0.143554687500 +-0.173828125000 +-0.015441894531 +0.054687500000 +-0.024536132812 +-0.014648437500 +-0.019653320312 +-0.032470703125 +0.142578125000 +-0.150390625000 +-0.050292968750 +-0.113769531250 +0.132812500000 +0.165039062500 +0.108886718750 +-0.089843750000 +-0.187500000000 +0.159179687500 +-0.075683593750 +0.061279296875 +0.057861328125 +0.190429687500 +-0.249023437500 +-0.143554687500 +0.110839843750 +-0.287109375000 +-0.259765625000 +-0.394531250000 +0.046630859375 +-0.369140625000 +0.004974365234 +-0.067382812500 +0.347656250000 +-0.083007812500 +0.043701171875 +0.033447265625 +-0.146484375000 +0.032958984375 +-0.044921875000 +0.056884765625 +-0.539062500000 +0.011657714844 +-0.026123046875 +-0.008605957031 +-0.036132812500 +-0.292968750000 +-0.071777343750 +0.173828125000 +0.030151367188 +-0.216796875000 +-0.227539062500 +-0.055175781250 +0.030883789062 +-0.091308593750 +-0.084472656250 +-0.281250000000 +0.169921875000 +-0.197265625000 +0.152343750000 +-0.110839843750 +0.225585937500 +0.084472656250 +0.064941406250 +0.141601562500 +0.088867187500 +-0.361328125000 +-0.036132812500 +0.028930664062 +-0.072265625000 +0.001296997070 +0.239257812500 +-0.099609375000 +0.086425781250 +0.019897460938 +-0.628906250000 +0.184570312500 +0.009948730469 +0.003860473633 +0.182617187500 +-0.028686523438 +-0.195312500000 +0.103515625000 +0.181640625000 +-0.024780273438 +-0.250000000000 +-0.028076171875 +-0.022949218750 +0.054931640625 +0.072265625000 +-0.094238281250 +-0.094726562500 +-0.084960937500 +-0.028198242188 +0.003204345703 +-0.261718750000 +-0.201171875000 +-0.184570312500 +-0.154296875000 +-0.015258789062 +-0.375000000000 +0.027954101562 +0.104003906250 +0.135742187500 +0.072753906250 +-0.201171875000 +-0.033447265625 +0.121093750000 +0.108398437500 +0.214843750000 +0.224609375000 +-0.007934570312 +0.166992187500 +0.196289062500 +0.164062500000 +-0.116699218750 +0.028930664062 +-0.097656250000 +-0.152343750000 +-0.019409179688 +0.037597656250 +0.279296875000 +-0.265625000000 +0.077636718750 +-0.114746093750 +-0.141601562500 +-0.112304687500 +0.220703125000 +-0.021606445312 +0.218750000000 +0.024902343750 +-0.107421875000 +-0.111816406250 +0.128906250000 +-0.070312500000 +0.265625000000 +0.218750000000 +0.017578125000 +-0.009460449219 +-0.292968750000 +-0.289062500000 +-0.138671875000 +0.211914062500 +0.006195068359 +0.209960937500 +0.111328125000 +0.154296875000 +0.052246093750 +-0.001800537109 +0.223632812500 +0.020874023438 +-0.042724609375 +-0.010375976562 +0.277343750000 +-0.027832031250 +0.067871093750 +-0.126953125000 +0.119628906250 +-0.049316406250 +0.097167968750 +0.083984375000 +-0.083984375000 +-0.020263671875 +0.163085937500 +-0.291015625000 +0.337890625000 +0.314453125000 +0.180664062500 +0.026123046875 +-0.045410156250 +-0.112304687500 +-0.005279541016 +-0.032714843750 +0.015258789062 +-0.605468750000 +-0.134765625000 +-0.153320312500 +-0.007751464844 +-0.519531250000 +-0.062988281250 +0.106933593750 +0.038574218750 +-0.093750000000 +-0.188476562500 +0.049072265625 +-0.070312500000 +-0.049072265625 +0.071777343750 +-0.146484375000 +-0.224609375000 +-0.090820312500 +0.068359375000 +-0.108398437500 +0.066894531250 +0.052001953125 +-0.132812500000 +-0.121582031250 +-0.013671875000 +0.005615234375 +-0.050537109375 +-0.009521484375 +0.049072265625 +0.031494140625 +0.131835937500 +0.003860473633 +0.030151367188 +-0.138671875000 +0.034423828125 +-0.123046875000 +0.109375000000 +-0.083496093750 +-0.012390136719 +-0.089355468750 +0.068847656250 +-0.031738281250 +-0.200195312500 +-0.047607421875 +0.163085937500 +0.056396484375 +-0.099121093750 +-0.006225585938 +-0.039794921875 +-0.164062500000 +0.082519531250 +-0.376953125000 +-0.096191406250 +-0.019042968750 +0.018188476562 +0.098632812500 +-0.113769531250 +-0.101074218750 +-0.070800781250 +-0.184570312500 +-0.065429687500 +0.011352539062 +-0.026000976562 +0.113769531250 +0.072753906250 +0.000354766846 +-0.073242187500 +-0.351562500000 +0.054687500000 +0.023437500000 +0.099609375000 +0.038818359375 +-0.033203125000 +0.113281250000 +-0.096191406250 +0.148437500000 +-0.150390625000 +-0.206054687500 +0.086914062500 +-0.102539062500 +0.141601562500 +-0.195312500000 +-0.003326416016 +0.007202148438 +-0.343750000000 +-0.209960937500 +0.006011962891 +0.085449218750 +0.152343750000 +-0.071289062500 +0.024536132812 +-0.032470703125 +0.159179687500 +0.096679687500 +-0.152343750000 +0.087402343750 +-0.170898437500 +-0.140625000000 +-0.148437500000 +0.084472656250 +0.071777343750 +0.110839843750 +-0.045410156250 +0.086914062500 +-0.175781250000 +-0.121093750000 +0.094726562500 +0.091308593750 +0.049316406250 +-0.141601562500 +0.118164062500 +-0.074218750000 +0.052246093750 +0.011291503906 +0.136718750000 +0.044189453125 +0.015625000000 +0.161132812500 +-0.235351562500 +-0.263671875000 +-0.205078125000 +-0.036865234375 +0.300781250000 +0.253906250000 +0.067382812500 +-0.112304687500 +0.010864257812 +0.062500000000 +0.042724609375 +0.169921875000 +0.160156250000 +0.094238281250 +-0.174804687500 +0.068847656250 +0.097656250000 +0.007080078125 +-0.167968750000 +0.083496093750 +0.069824218750 +-0.039794921875 +0.153320312500 +-0.143554687500 +-0.050781250000 +0.294921875000 +-0.119628906250 +0.036376953125 +0.022583007812 +-0.044677734375 +-0.089843750000 +-0.013000488281 +0.206054687500 +0.255859375000 +-0.063476562500 +0.064941406250 +0.069335937500 +0.183593750000 +-0.024902343750 +0.122070312500 +-0.139648437500 +-0.527343750000 +-0.190429687500 +-0.021850585938 +0.012207031250 +-0.114746093750 +-0.071777343750 +0.337890625000 +-0.242187500000 +0.160156250000 +-0.163085937500 +-0.120605468750 +0.310546875000 +-0.017822265625 +-0.183593750000 +-0.198242187500 +-0.091308593750 +0.009338378906 +0.081542968750 +-0.078613281250 +-0.166015625000 +-0.062500000000 +-0.073730468750 +0.306640625000 +0.025634765625 +0.211914062500 +-0.108886718750 +-0.040771484375 +-0.086425781250 +0.000169754028 +-0.194335937500 +-0.421875000000 +0.079589843750 +0.006164550781 +-0.032226562500 +-0.320312500000 +-0.127929687500 +-0.005310058594 +0.003585815430 +-0.184570312500 +-0.114257812500 +-0.172851562500 +0.154296875000 +-0.230468750000 +0.030029296875 +0.068359375000 +0.227539062500 +-0.076171875000 +-0.120605468750 +-0.001266479492 +-0.002426147461 +0.047119140625 +-0.156250000000 +-0.176757812500 +0.097167968750 +0.062500000000 +-0.001762390137 +0.053222656250 +0.014160156250 +0.220703125000 +0.044677734375 +-0.118164062500 +0.019653320312 +0.062988281250 +-0.087402343750 +-0.332031250000 +-0.054443359375 +0.136718750000 +-0.062255859375 +0.232421875000 +0.195312500000 +0.253906250000 +-0.119628906250 +-0.046386718750 +-0.439453125000 +0.069824218750 +-0.186523437500 +0.012268066406 +0.064453125000 +-0.035888671875 +0.124023437500 +-0.009643554688 +-0.027343750000 +-0.028564453125 +0.083496093750 +-0.033447265625 +-0.121582031250 +-0.253906250000 +0.023071289062 +0.030761718750 +0.109375000000 +0.094726562500 +-0.056152343750 +0.138671875000 +0.090332031250 +0.088867187500 +0.067382812500 +-0.074218750000 +0.007232666016 +0.089843750000 +-0.241210937500 +0.104003906250 +0.072753906250 +0.089355468750 +-0.094726562500 +0.021118164062 +0.154296875000 +-0.359375000000 +0.059570312500 +-0.076660156250 +0.037597656250 +-0.233398437500 +0.010192871094 +-0.176757812500 +0.285156250000 +-0.104492187500 +0.059570312500 +-0.088867187500 +0.160156250000 +0.015502929688 +0.036621093750 +-0.067382812500 +0.040771484375 +0.009765625000 +0.009765625000 +-0.089355468750 +0.119140625000 +-0.112304687500 +-0.011962890625 +0.045410156250 +0.203125000000 +0.066406250000 +0.054687500000 +0.009521484375 +0.053222656250 +-0.133789062500 +-0.023681640625 +-0.002563476562 +0.189453125000 +0.083984375000 +0.044921875000 +-0.322265625000 +-0.069824218750 +0.092773437500 +0.155273437500 +0.144531250000 +-0.031005859375 +-0.073730468750 +-0.115722656250 +-0.279296875000 +-0.378906250000 +-0.110839843750 +-0.066894531250 +-0.170898437500 +0.051513671875 +0.097656250000 +0.005096435547 +-0.279296875000 +-0.184570312500 +0.010620117188 +-0.136718750000 +-0.112792968750 +-0.103515625000 +0.079101562500 +-0.229492187500 +-0.067871093750 +0.117187500000 +-0.110351562500 +-0.283203125000 +-0.048339843750 +-0.144531250000 +-0.119140625000 +-0.012390136719 +-0.192382812500 +0.229492187500 +0.037109375000 +-0.016235351562 +0.062255859375 +-0.160156250000 +-0.030151367188 +0.120605468750 +0.142578125000 +0.141601562500 +-0.051269531250 +0.061523437500 +0.060546875000 +0.024047851562 +0.048339843750 +0.093750000000 +0.005279541016 +-0.145507812500 +0.184570312500 +0.110839843750 +-0.090820312500 +0.078125000000 +0.191406250000 +0.044189453125 +-0.046630859375 +0.086914062500 +-0.773437500000 +0.020019531250 +0.014404296875 +-0.057861328125 +0.016723632812 +0.032958984375 +-0.045166015625 +0.069824218750 +0.070312500000 +0.144531250000 +0.306640625000 +-0.040283203125 +-0.085449218750 +-0.109863281250 +-0.129882812500 +-0.161132812500 +-0.156250000000 +-0.076660156250 +0.027954101562 +-0.086425781250 +0.042968750000 +0.102539062500 +0.160156250000 +-0.127929687500 +-0.182617187500 +-0.156250000000 +-0.253906250000 +-0.147460937500 +-0.029907226562 +-0.135742187500 +-0.033447265625 +-0.144531250000 +0.036865234375 +-0.022949218750 +-0.063476562500 +-0.000820159912 +-0.054199218750 +-0.107910156250 +-0.210937500000 +-0.057617187500 +0.205078125000 +0.069335937500 +-0.067382812500 +-0.173828125000 +0.111816406250 +-0.044677734375 +0.058105468750 +0.142578125000 +-0.082519531250 +0.000081539154 +-0.068359375000 +0.057373046875 +0.032470703125 +0.232421875000 +-0.102539062500 +0.180664062500 +0.046386718750 +-0.519531250000 +-0.045166015625 +0.145507812500 +0.032714843750 +0.018798828125 +0.107910156250 +-0.292968750000 +0.335937500000 +0.004058837891 +-0.121582031250 +0.236328125000 +-0.009582519531 +-0.330078125000 +0.081542968750 +-0.021972656250 +-0.022583007812 +0.020996093750 +0.006835937500 +0.028198242188 +-0.018066406250 +0.119140625000 +0.116210937500 +-0.120117187500 +-0.172851562500 +-0.002090454102 +-0.094238281250 +0.097167968750 +0.294921875000 +-0.187500000000 +0.002075195312 +-0.148437500000 +0.226562500000 +-0.211914062500 +0.116210937500 +-0.005279541016 +-0.219726562500 +-0.251953125000 +-0.237304687500 +-0.168945312500 +-0.165039062500 +-0.195312500000 +-0.085449218750 +-0.292968750000 +0.357421875000 +-0.228515625000 +-0.273437500000 +0.013305664062 +-0.246093750000 +0.267578125000 +-0.104003906250 +-0.359375000000 +-0.394531250000 +0.234375000000 +0.312500000000 +-0.218750000000 +-0.076171875000 +-0.128906250000 +0.060791015625 +-0.028930664062 +-0.166015625000 +-0.052734375000 +0.083007812500 +-0.002227783203 +0.163085937500 +0.089843750000 +-0.122558593750 +-0.139648437500 +0.035644531250 +0.011657714844 +-0.108398437500 +0.013610839844 +0.253906250000 +-0.222656250000 +-0.169921875000 +-0.188476562500 +0.070800781250 +-0.263671875000 +0.026367187500 +-0.011962890625 +0.057373046875 +0.189453125000 +0.031494140625 +0.320312500000 +-0.103027343750 +0.106445312500 +-0.147460937500 +-0.114257812500 +-0.314453125000 +0.111816406250 +0.044677734375 +-0.039794921875 +-0.210937500000 diff --git a/AI_Engine_Development/AIE-MLv2/Design_Tutorials/01-Radio-ML/aie/conv1d_template/w3_bias_trained.txt b/AI_Engine_Development/AIE-MLv2/Design_Tutorials/01-Radio-ML/aie/conv1d_template/w3_bias_trained.txt new file mode 100755 index 0000000000..acc3b425de --- /dev/null +++ b/AI_Engine_Development/AIE-MLv2/Design_Tutorials/01-Radio-ML/aie/conv1d_template/w3_bias_trained.txt @@ -0,0 +1,64 @@ +0.050537109375 +0.047607421875 +0.050048828125 +-0.173828125000 +-0.055175781250 +0.457031250000 +-0.235351562500 +0.016967773438 +-0.161132812500 +-0.024414062500 +-0.425781250000 +-0.224609375000 +-0.048339843750 +0.053466796875 +0.460937500000 +0.095703125000 +-0.120117187500 +-0.330078125000 +0.049316406250 +0.226562500000 +-0.172851562500 +0.147460937500 +-0.032226562500 +0.416015625000 +0.125000000000 +-0.102539062500 +-0.238281250000 +0.208007812500 +0.109375000000 +-0.096679687500 +0.126953125000 +-0.164062500000 +-0.150390625000 +0.143554687500 +0.515625000000 +-0.221679687500 +-0.177734375000 +0.180664062500 +0.151367187500 +0.125000000000 +-0.220703125000 +-0.243164062500 +-0.030517578125 +-0.310546875000 +0.166015625000 +0.015869140625 +0.115234375000 +-0.486328125000 +0.226562500000 +-0.269531250000 +-0.251953125000 +-0.045898437500 +-0.515625000000 +0.168945312500 +-0.296875000000 +0.324218750000 +0.048828125000 +0.034912109375 +0.129882812500 +0.186523437500 +0.124023437500 +0.249023437500 +-0.188476562500 +-0.049804687500 diff --git a/AI_Engine_Development/AIE-MLv2/Design_Tutorials/01-Radio-ML/aie/conv1d_template/w3_weights_trained.txt b/AI_Engine_Development/AIE-MLv2/Design_Tutorials/01-Radio-ML/aie/conv1d_template/w3_weights_trained.txt new file mode 100755 index 0000000000..b16a8bc9a0 --- /dev/null +++ b/AI_Engine_Development/AIE-MLv2/Design_Tutorials/01-Radio-ML/aie/conv1d_template/w3_weights_trained.txt @@ -0,0 +1,28672 @@ +0.013366699219 +0.007812500000 +-0.169921875000 +-0.001777648926 +-0.017333984375 +0.033935546875 +-0.006469726562 +0.045654296875 +0.063964843750 +-0.014038085938 +-0.109863281250 +0.101074218750 +-0.125976562500 +-0.045410156250 +-0.022338867188 +-0.087890625000 +0.125976562500 +0.086914062500 +-0.058837890625 +0.026611328125 +0.104492187500 +-0.033691406250 +-0.085937500000 +-0.098144531250 +0.061035156250 +-0.051513671875 +0.063964843750 +-0.024414062500 +0.074218750000 +0.020507812500 +0.012390136719 +-0.062500000000 +-0.219726562500 +0.022827148438 +0.100585937500 +-0.206054687500 +0.082519531250 +-0.062500000000 +0.067871093750 +-0.150390625000 +-0.160156250000 +-0.021606445312 +0.023071289062 +-0.183593750000 +-0.045898437500 +0.099121093750 +-0.051025390625 +0.036376953125 +0.030029296875 +-0.121582031250 +0.077148437500 +0.109863281250 +0.188476562500 +-0.037353515625 +0.058837890625 +0.003494262695 +-0.031738281250 +-0.051513671875 +-0.026611328125 +-0.019897460938 +-0.097656250000 +0.092773437500 +-0.135742187500 +0.285156250000 +-0.076660156250 +-0.009216308594 +0.049804687500 +-0.079589843750 +-0.030639648438 +0.146484375000 +0.039306640625 +-0.015258789062 +-0.022338867188 +0.003494262695 +0.193359375000 +0.084960937500 +0.062988281250 +0.164062500000 +-0.021606445312 +-0.014526367188 +0.205078125000 +0.068847656250 +0.093750000000 +-0.092285156250 +0.057861328125 +-0.039062500000 +0.043945312500 +-0.042724609375 +-0.152343750000 +-0.234375000000 +0.060791015625 +0.159179687500 +0.020263671875 +0.138671875000 +0.012878417969 +0.008300781250 +-0.003936767578 +-0.004119873047 +0.079101562500 +-0.151367187500 +0.044189453125 +-0.318359375000 +-0.096191406250 +-0.188476562500 +0.023315429688 +-0.043212890625 +-0.031127929688 +-0.304687500000 +-0.466796875000 +0.012390136719 +-0.032470703125 +0.029907226562 +-0.030639648438 +-0.015991210938 +-0.419921875000 +0.166992187500 +0.168945312500 +-0.223632812500 +0.077148437500 +0.013183593750 +-0.294921875000 +-0.320312500000 +0.102539062500 +0.065429687500 +-0.281250000000 +-0.236328125000 +0.187500000000 +0.014770507812 +0.061767578125 +0.089843750000 +-0.039550781250 +-0.066894531250 +-0.000770568848 +-0.087402343750 +0.016601562500 +-0.367187500000 +0.193359375000 +-0.154296875000 +-0.001922607422 +0.090332031250 +-0.048095703125 +0.171875000000 +-0.168945312500 +0.149414062500 +-0.108886718750 +0.114257812500 +-0.194335937500 +-0.186523437500 +-0.048339843750 +-0.071777343750 +-0.117187500000 +-0.129882812500 +0.185546875000 +-0.009887695312 +-0.042480468750 +0.042236328125 +0.160156250000 +-0.210937500000 +-0.275390625000 +-0.273437500000 +0.052001953125 +0.197265625000 +-0.083007812500 +-0.133789062500 +-0.025268554688 +0.091796875000 +0.054687500000 +0.166992187500 +0.065429687500 +0.008605957031 +0.125976562500 +0.046386718750 +-0.126953125000 +-0.204101562500 +-0.153320312500 +0.046875000000 +0.023803710938 +-0.104003906250 +0.131835937500 +-0.419921875000 +0.000587463379 +-0.043701171875 +-0.044433593750 +-0.109863281250 +0.122070312500 +-0.096191406250 +-0.034667968750 +0.065917968750 +0.041259765625 +-0.053955078125 +0.038818359375 +-0.207031250000 +-0.057128906250 +-0.093750000000 +0.058349609375 +-0.050781250000 +0.063476562500 +-0.227539062500 +-0.082031250000 +0.128906250000 +-0.462890625000 +0.125000000000 +0.119628906250 +-0.050537109375 +-0.051025390625 +0.117187500000 +0.203125000000 +0.024291992188 +-0.292968750000 +-0.013854980469 +-0.081054687500 +0.015991210938 +0.148437500000 +-0.016601562500 +-0.144531250000 +0.098144531250 +0.039062500000 +-0.224609375000 +0.138671875000 +0.125976562500 +-0.129882812500 +0.040283203125 +0.147460937500 +0.181640625000 +-0.183593750000 +-0.164062500000 +-0.094726562500 +0.084472656250 +-0.531250000000 +0.086425781250 +0.030395507812 +-0.029907226562 +-0.107421875000 +-0.012573242188 +0.125976562500 +0.185546875000 +-0.265625000000 +-0.014831542969 +0.226562500000 +0.127929687500 +0.056640625000 +0.156250000000 +0.027832031250 +-0.035644531250 +0.230468750000 +0.084960937500 +0.095214843750 +-0.011047363281 +-0.033935546875 +-0.080566406250 +-0.024658203125 +0.163085937500 +-0.016479492188 +-0.086425781250 +-0.037597656250 +0.192382812500 +0.000459671021 +-0.050781250000 +0.071777343750 +0.022583007812 +-0.043457031250 +-0.050781250000 +-0.118164062500 +-0.188476562500 +-0.134765625000 +-0.165039062500 +-0.124023437500 +0.100097656250 +-0.087890625000 +-0.032470703125 +-0.085449218750 +-0.134765625000 +0.129882812500 +0.121093750000 +0.046386718750 +0.084960937500 +0.030273437500 +-0.067871093750 +-0.125000000000 +0.261718750000 +-0.040527343750 +-0.106445312500 +0.006988525391 +0.031127929688 +-0.095703125000 +-0.112792968750 +0.067382812500 +0.310546875000 +-0.033935546875 +0.298828125000 +-0.267578125000 +-0.060791015625 +-0.037597656250 +0.104492187500 +0.090820312500 +-0.081542968750 +0.310546875000 +-0.080078125000 +0.142578125000 +0.431640625000 +0.002593994141 +0.209960937500 +0.033203125000 +0.149414062500 +0.001319885254 +-0.053955078125 +0.098632812500 +0.156250000000 +-0.238281250000 +-0.022827148438 +0.025878906250 +0.027587890625 +-0.052490234375 +-0.024414062500 +0.016113281250 +0.059570312500 +0.042724609375 +0.113769531250 +-0.232421875000 +0.281250000000 +0.070312500000 +-0.103027343750 +-0.039306640625 +-0.226562500000 +0.109375000000 +0.012878417969 +-0.032958984375 +0.026367187500 +-0.664062500000 +-0.005584716797 +0.088867187500 +-0.020996093750 +-0.324218750000 +-0.088867187500 +0.026123046875 +-0.006408691406 +-0.373046875000 +0.122070312500 +-0.002868652344 +0.025146484375 +0.022827148438 +-0.216796875000 +-0.018676757812 +-0.030273437500 +0.032714843750 +-0.285156250000 +-0.020874023438 +-0.108398437500 +-0.070312500000 +0.129882812500 +-0.117675781250 +0.281250000000 +-0.328125000000 +-0.253906250000 +-0.746093750000 +-0.102539062500 +-0.308593750000 +-0.020019531250 +-0.120605468750 +0.099121093750 +-0.166015625000 +-0.113769531250 +-0.045898437500 +-0.010742187500 +-0.048095703125 +0.018310546875 +-0.324218750000 +0.102539062500 +-0.281250000000 +0.169921875000 +-0.132812500000 +0.052978515625 +0.104492187500 +-0.213867187500 +0.037353515625 +0.029785156250 +-0.226562500000 +-0.175781250000 +-0.043457031250 +0.067871093750 +-0.082519531250 +-0.125000000000 +-0.069335937500 +-0.073242187500 +0.062255859375 +0.014648437500 +-0.263671875000 +-0.044921875000 +-0.133789062500 +0.029663085938 +-0.001625061035 +0.013000488281 +0.238281250000 +-0.130859375000 +-0.080566406250 +0.024536132812 +0.021240234375 +-0.000282287598 +0.140625000000 +0.236328125000 +0.194335937500 +0.109863281250 +-0.013549804688 +0.068847656250 +0.083984375000 +0.024536132812 +0.047363281250 +0.013366699219 +0.057128906250 +0.064941406250 +-0.085449218750 +-0.008666992188 +-0.167968750000 +0.002532958984 +-0.025390625000 +-0.084960937500 +-0.113769531250 +-0.062011718750 +0.232421875000 +-0.124511718750 +-0.057861328125 +-0.058349609375 +0.221679687500 +-0.109375000000 +-0.139648437500 +0.020141601562 +-0.030151367188 +-0.026611328125 +-0.111328125000 +0.022583007812 +-0.091308593750 +0.091796875000 +0.064941406250 +0.011779785156 +0.108886718750 +0.015991210938 +0.083984375000 +0.042968750000 +0.073730468750 +-0.023925781250 +-0.035400390625 +0.128906250000 +-0.149414062500 +-0.113281250000 +-0.003280639648 +-0.015441894531 +-0.039550781250 +0.285156250000 +-0.018554687500 +-0.045654296875 +-0.069824218750 +0.183593750000 +-0.041992187500 +-0.163085937500 +-0.163085937500 +-0.185546875000 +0.107910156250 +-0.182617187500 +0.071289062500 +-0.051757812500 +-0.429687500000 +-0.048828125000 +0.109375000000 +-0.069335937500 +0.433593750000 +0.077148437500 +0.189453125000 +-0.157226562500 +0.076171875000 +-0.194335937500 +-0.008117675781 +-0.114257812500 +0.083984375000 +0.001693725586 +-0.283203125000 +-0.010498046875 +0.037109375000 +-0.250000000000 +-0.251953125000 +-0.048339843750 +-0.021240234375 +0.068847656250 +0.127929687500 +0.058349609375 +0.017700195312 +-0.003402709961 +-0.028442382812 +0.137695312500 +-0.056152343750 +-0.009460449219 +0.160156250000 +0.048828125000 +0.090332031250 +-0.210937500000 +0.241210937500 +-0.047363281250 +0.102050781250 +0.149414062500 +0.042480468750 +0.048828125000 +0.047363281250 +-0.118652343750 +0.014465332031 +-0.004150390625 +-0.083007812500 +-0.063964843750 +-0.182617187500 +0.037841796875 +-0.015197753906 +-0.009460449219 +0.004882812500 +-0.208007812500 +-0.084960937500 +0.120117187500 +-0.010864257812 +-0.170898437500 +-0.039794921875 +-0.020874023438 +0.056396484375 +0.165039062500 +-0.314453125000 +-0.020019531250 +0.064941406250 +-0.077148437500 +0.033935546875 +-0.104980468750 +0.036865234375 +0.128906250000 +-0.238281250000 +0.042968750000 +0.050537109375 +-0.242187500000 +0.040771484375 +-0.337890625000 +-0.087890625000 +-0.316406250000 +-0.026123046875 +0.079101562500 +0.014343261719 +0.029663085938 +0.031738281250 +0.213867187500 +-0.194335937500 +0.058837890625 +-0.188476562500 +-0.241210937500 +-0.087402343750 +-0.062500000000 +-0.578125000000 +-0.149414062500 +-0.066894531250 +0.044189453125 +0.173828125000 +0.080078125000 +-0.087890625000 +-0.126953125000 +0.024902343750 +-0.048828125000 +-0.052490234375 +0.035156250000 +-0.237304687500 +-0.066894531250 +0.042236328125 +-0.027832031250 +0.185546875000 +0.100585937500 +0.057373046875 +0.157226562500 +0.034179687500 +0.132812500000 +-0.091796875000 +0.125000000000 +-0.013793945312 +-0.039306640625 +0.153320312500 +-0.162109375000 +0.170898437500 +-0.027221679688 +0.048095703125 +0.035888671875 +-0.045166015625 +-0.102539062500 +-0.048339843750 +0.200195312500 +0.421875000000 +-0.067382812500 +0.036621093750 +-0.125976562500 +0.054687500000 +0.037841796875 +0.067382812500 +0.018066406250 +0.250000000000 +0.053222656250 +-0.164062500000 +-0.024536132812 +0.119628906250 +-0.142578125000 +0.071289062500 +0.137695312500 +-0.137695312500 +-0.222656250000 +0.086914062500 +-0.010437011719 +0.015747070312 +-0.219726562500 +-0.010009765625 +-0.166015625000 +0.082519531250 +-0.132812500000 +0.202148437500 +-0.132812500000 +0.043945312500 +-0.142578125000 +-0.236328125000 +0.024291992188 +0.039550781250 +0.026000976562 +0.029296875000 +-0.283203125000 +-0.308593750000 +0.047607421875 +0.034667968750 +0.064453125000 +-0.012756347656 +-0.090332031250 +-0.104492187500 +0.106445312500 +0.208984375000 +0.073242187500 +0.083496093750 +0.084472656250 +-0.312500000000 +-0.542968750000 +-0.122070312500 +0.031494140625 +-0.396484375000 +-0.277343750000 +0.161132812500 +-0.017333984375 +-0.042724609375 +-0.045410156250 +0.028930664062 +-0.134765625000 +-0.017700195312 +0.125976562500 +-0.082519531250 +-0.076660156250 +-0.030029296875 +0.114257812500 +0.144531250000 +0.029418945312 +0.036132812500 +0.159179687500 +0.084960937500 +0.069335937500 +0.023803710938 +0.063964843750 +-0.318359375000 +-0.128906250000 +-0.056640625000 +-0.116699218750 +0.070800781250 +-0.180664062500 +-0.185546875000 +-0.032226562500 +0.178710937500 +-0.048828125000 +0.016235351562 +0.114746093750 +0.055419921875 +-0.065429687500 +0.206054687500 +-0.178710937500 +0.111816406250 +0.163085937500 +0.017089843750 +-0.086425781250 +-0.178710937500 +-0.082031250000 +-0.012390136719 +-0.117675781250 +0.020629882812 +-0.062988281250 +-0.179687500000 +-0.104980468750 +0.154296875000 +0.000177383423 +-0.155273437500 +0.166992187500 +-0.022705078125 +0.144531250000 +0.152343750000 +-0.204101562500 +-0.097167968750 +0.170898437500 +-0.433593750000 +-0.306640625000 +0.059570312500 +0.077636718750 +-0.200195312500 +-0.312500000000 +0.147460937500 +-0.144531250000 +0.191406250000 +0.012268066406 +0.075683593750 +0.087890625000 +0.025512695312 +-0.111816406250 +-0.161132812500 +-0.328125000000 +-0.191406250000 +-0.300781250000 +0.007049560547 +-0.028320312500 +0.096679687500 +-0.097656250000 +-0.062500000000 +-0.071777343750 +0.063964843750 +0.273437500000 +-0.214843750000 +0.025634765625 +-0.071777343750 +0.032958984375 +-0.273437500000 +0.139648437500 +0.106933593750 +-0.134765625000 +-0.111816406250 +0.103515625000 +0.030639648438 +-0.248046875000 +0.209960937500 +0.390625000000 +0.170898437500 +0.069335937500 +-0.183593750000 +0.113281250000 +0.081054687500 +0.125976562500 +0.019287109375 +0.283203125000 +0.384765625000 +0.142578125000 +0.068359375000 +0.265625000000 +0.099609375000 +0.046875000000 +0.170898437500 +-0.002960205078 +0.192382812500 +0.098632812500 +0.049316406250 +-0.051269531250 +-0.140625000000 +0.100585937500 +-0.133789062500 +0.106933593750 +-0.049560546875 +-0.216796875000 +0.052978515625 +0.061767578125 +-0.038574218750 +-0.002960205078 +-0.198242187500 +-0.349609375000 +0.005706787109 +0.063476562500 +-0.059570312500 +0.067382812500 +0.022705078125 +-0.392578125000 +-0.011413574219 +-0.259765625000 +-0.091308593750 +0.114257812500 +-0.036132812500 +-0.010742187500 +0.083496093750 +-0.013610839844 +-0.117187500000 +0.048583984375 +0.136718750000 +0.120117187500 +-0.291015625000 +-0.341796875000 +-0.000061511993 +-0.108886718750 +-0.100097656250 +-0.228515625000 +-0.029052734375 +-0.131835937500 +-0.010070800781 +0.141601562500 +-0.020874023438 +0.049560546875 +-0.138671875000 +-0.570312500000 +0.025268554688 +-0.118164062500 +0.219726562500 +-0.107421875000 +-0.216796875000 +-0.054687500000 +0.170898437500 +-0.104980468750 +0.120605468750 +-0.045166015625 +-0.036865234375 +-0.271484375000 +-0.291015625000 +-0.066406250000 +-0.194335937500 +-0.298828125000 +-0.076660156250 +0.046386718750 +0.046386718750 +-0.259765625000 +0.068359375000 +-0.027221679688 +-0.059570312500 +-0.271484375000 +-0.057373046875 +-0.128906250000 +-0.063476562500 +0.058105468750 +0.055908203125 +-0.174804687500 +-0.000235557556 +-0.246093750000 +-0.103027343750 +0.014465332031 +0.052978515625 +-0.000145912170 +-0.005004882812 +0.014282226562 +0.060302734375 +-0.080078125000 +0.050048828125 +0.263671875000 +0.085449218750 +0.043212890625 +0.044189453125 +0.155273437500 +0.114746093750 +0.104003906250 +-0.137695312500 +0.048339843750 +-0.149414062500 +-0.326171875000 +-0.042724609375 +-0.233398437500 +0.116699218750 +-0.110839843750 +0.133789062500 +-0.021850585938 +-0.127929687500 +-0.021118164062 +0.128906250000 +0.101562500000 +-0.087402343750 +0.026977539062 +0.181640625000 +-0.060058593750 +0.223632812500 +0.144531250000 +0.021972656250 +-0.427734375000 +0.127929687500 +0.215820312500 +-0.175781250000 +-0.050048828125 +0.003997802734 +-0.210937500000 +-0.122070312500 +-0.886718750000 +0.131835937500 +0.081542968750 +0.032958984375 +-0.067871093750 +0.110839843750 +0.040283203125 +0.073242187500 +-0.000166893005 +-0.047363281250 +0.034912109375 +-0.125976562500 +0.001495361328 +-0.542968750000 +-0.007141113281 +-0.130859375000 +-0.464843750000 +0.119140625000 +0.177734375000 +-0.078613281250 +-0.155273437500 +-0.059082031250 +-0.070312500000 +0.121093750000 +-0.056884765625 +0.048095703125 +-0.059082031250 +-0.061767578125 +0.022583007812 +0.005920410156 +0.049072265625 +-0.003616333008 +-0.064453125000 +-0.109375000000 +0.124511718750 +0.157226562500 +0.166992187500 +0.030761718750 +0.119140625000 +-0.040527343750 +0.011840820312 +0.066894531250 +-0.015747070312 +0.099609375000 +-0.069335937500 +0.100097656250 +-0.117675781250 +0.188476562500 +-0.207031250000 +-0.003692626953 +0.113769531250 +-0.038330078125 +0.070312500000 +0.042724609375 +0.026367187500 +-0.037353515625 +-0.036865234375 +0.177734375000 +-0.244140625000 +-0.084960937500 +0.133789062500 +-0.061523437500 +0.069824218750 +-0.041748046875 +0.065917968750 +0.046875000000 +-0.055175781250 +0.050292968750 +-0.053710937500 +-0.094726562500 +0.104003906250 +0.128906250000 +-0.011718750000 +0.126953125000 +-0.108398437500 +0.027465820312 +0.063476562500 +0.008422851562 +-0.032958984375 +-0.204101562500 +0.129882812500 +-0.089355468750 +0.156250000000 +-0.433593750000 +0.049804687500 +0.118164062500 +-0.109863281250 +-0.044189453125 +0.014831542969 +0.002212524414 +-0.178710937500 +-0.204101562500 +-0.095703125000 +0.087890625000 +0.189453125000 +-0.357421875000 +0.151367187500 +-0.122070312500 +-0.155273437500 +-0.484375000000 +0.067871093750 +0.108886718750 +-0.550781250000 +-0.129882812500 +-0.279296875000 +0.084472656250 +-0.043701171875 +-0.110351562500 +0.110839843750 +-0.390625000000 +0.089843750000 +-0.030517578125 +0.091796875000 +-0.059814453125 +0.032226562500 +-0.171875000000 +-0.261718750000 +-0.067382812500 +-0.341796875000 +0.015869140625 +-0.088378906250 +-0.069824218750 +-0.204101562500 +0.047851562500 +-0.000419616699 +0.042968750000 +-0.207031250000 +0.235351562500 +-0.112304687500 +-0.308593750000 +-0.027709960938 +0.137695312500 +-0.104492187500 +0.078125000000 +-0.012573242188 +0.146484375000 +-0.030883789062 +-0.037353515625 +0.119140625000 +-0.081542968750 +0.063476562500 +-0.359375000000 +0.059570312500 +-0.021118164062 +-0.048339843750 +0.166015625000 +0.339843750000 +-0.050048828125 +0.041992187500 +0.020996093750 +0.067382812500 +0.154296875000 +-0.013244628906 +-0.018310546875 +-0.287109375000 +-0.031250000000 +-0.104003906250 +0.036132812500 +0.062988281250 +-0.004089355469 +0.033447265625 +-0.173828125000 +0.052246093750 +-0.285156250000 +-0.001899719238 +-0.195312500000 +-0.136718750000 +0.099609375000 +-0.012756347656 +0.083007812500 +-0.166015625000 +-0.072753906250 +0.054199218750 +0.045410156250 +0.040527343750 +0.022949218750 +0.069824218750 +-0.324218750000 +-0.172851562500 +-0.184570312500 +0.052978515625 +-0.090332031250 +0.030273437500 +0.347656250000 +-0.047363281250 +-0.015136718750 +-0.015380859375 +0.208007812500 +0.078125000000 +0.126953125000 +-0.182617187500 +-0.018798828125 +-0.017456054688 +-0.202148437500 +-0.103027343750 +-0.034912109375 +-0.068847656250 +0.065429687500 +-0.361328125000 +0.073730468750 +0.142578125000 +0.036132812500 +-0.120117187500 +-0.099121093750 +0.016479492188 +-0.013122558594 +0.013549804688 +0.043945312500 +-0.173828125000 +-0.023803710938 +-0.363281250000 +-0.029663085938 +-0.166015625000 +-0.135742187500 +0.112304687500 +-0.026611328125 +0.042724609375 +-0.174804687500 +-0.021484375000 +0.054687500000 +0.018554687500 +-0.002838134766 +0.031494140625 +0.004150390625 +-0.029174804688 +0.020141601562 +-0.172851562500 +-0.014099121094 +0.112792968750 +-0.105468750000 +-0.000762939453 +-0.106445312500 +0.052734375000 +0.060302734375 +-0.044189453125 +0.134765625000 +-0.071777343750 +0.045898437500 +-0.180664062500 +0.145507812500 +-0.020629882812 +-0.132812500000 +-0.095214843750 +-0.074218750000 +-0.049072265625 +0.153320312500 +-0.271484375000 +0.010192871094 +-0.039550781250 +0.020996093750 +-0.210937500000 +-0.092773437500 +0.081054687500 +0.065917968750 +-0.204101562500 +-0.195312500000 +0.047851562500 +-0.113281250000 +0.070312500000 +-0.031738281250 +-0.049072265625 +-0.079589843750 +0.077636718750 +0.023315429688 +0.150390625000 +0.107421875000 +-0.083496093750 +-0.015747070312 +0.021606445312 +0.024658203125 +-0.062988281250 +-0.147460937500 +-0.068359375000 +0.106933593750 +0.192382812500 +0.043212890625 +0.117187500000 +0.040283203125 +0.098144531250 +0.175781250000 +-0.138671875000 +0.207031250000 +-0.480468750000 +-0.221679687500 +-0.431640625000 +-0.134765625000 +-0.062500000000 +-0.030151367188 +-0.071777343750 +-0.593750000000 +0.011779785156 +-1.820312500000 +-0.789062500000 +0.040039062500 +0.014038085938 +0.005828857422 +-0.072265625000 +0.129882812500 +-0.207031250000 +0.074218750000 +0.076171875000 +0.056884765625 +0.127929687500 +-0.000103473663 +-0.222656250000 +-0.046630859375 +-0.214843750000 +-0.562500000000 +-0.102539062500 +-0.011779785156 +0.207031250000 +0.341796875000 +0.044677734375 +0.102050781250 +0.073730468750 +-0.133789062500 +0.138671875000 +0.025390625000 +-0.037109375000 +0.057617187500 +0.171875000000 +-0.198242187500 +-0.043212890625 +0.134765625000 +0.100097656250 +0.063964843750 +-0.337890625000 +-0.213867187500 +0.052246093750 +0.060791015625 +0.168945312500 +0.011962890625 +-0.024291992188 +0.004913330078 +-0.038574218750 +0.038330078125 +-0.034423828125 +-0.351562500000 +-0.365234375000 +-0.054443359375 +-0.161132812500 +-0.066894531250 +0.166992187500 +0.025756835938 +0.026367187500 +0.039306640625 +0.231445312500 +-0.011596679688 +0.135742187500 +0.063964843750 +-0.024780273438 +0.112304687500 +0.155273437500 +0.082031250000 +0.027954101562 +0.312500000000 +0.035888671875 +-0.041503906250 +-0.005523681641 +-0.149414062500 +-0.062988281250 +-0.007934570312 +-0.045166015625 +-0.165039062500 +-0.585937500000 +0.082519531250 +-0.079589843750 +-0.004516601562 +0.018676757812 +0.024780273438 +0.034667968750 +-0.188476562500 +-0.073242187500 +0.198242187500 +-0.041015625000 +0.053955078125 +0.033447265625 +-0.123535156250 +-0.026855468750 +0.143554687500 +-0.003845214844 +0.081054687500 +-0.151367187500 +-0.097167968750 +-0.002929687500 +0.204101562500 +0.056396484375 +0.063964843750 +-0.139648437500 +-0.257812500000 +0.142578125000 +0.008178710938 +0.042724609375 +-0.176757812500 +-0.154296875000 +-0.347656250000 +-0.125976562500 +0.142578125000 +0.106933593750 +-0.137695312500 +-0.138671875000 +-0.050292968750 +-0.157226562500 +-0.030273437500 +-0.114746093750 +-0.199218750000 +-0.159179687500 +-0.109863281250 +0.048339843750 +-0.242187500000 +0.080078125000 +-0.082519531250 +-0.101074218750 +0.048095703125 +0.092773437500 +0.001602172852 +-0.101562500000 +0.052001953125 +-0.292968750000 +0.028076171875 +0.279296875000 +0.073730468750 +0.033691406250 +0.026000976562 +-0.045654296875 +0.077148437500 +0.053222656250 +0.002334594727 +-0.057617187500 +0.085449218750 +0.011596679688 +0.099609375000 +0.095703125000 +0.013305664062 +0.005493164062 +-0.054687500000 +0.004699707031 +0.173828125000 +-0.500000000000 +0.043457031250 +0.032226562500 +0.076660156250 +-0.202148437500 +-0.035400390625 +0.000253677368 +-0.091796875000 +-0.093750000000 +-0.098144531250 +0.213867187500 +-0.025390625000 +0.031982421875 +0.077148437500 +-0.064941406250 +0.084960937500 +0.153320312500 +0.092285156250 +0.082519531250 +-0.024780273438 +-0.009399414062 +-0.033203125000 +0.146484375000 +0.024658203125 +-0.081542968750 +-0.073242187500 +0.013183593750 +-0.077636718750 +0.283203125000 +0.014526367188 +0.029541015625 +-0.058837890625 +0.031494140625 +0.004699707031 +-0.335937500000 +-0.113281250000 +-0.138671875000 +0.004150390625 +0.070800781250 +-0.058593750000 +0.113281250000 +-0.011901855469 +0.059082031250 +0.195312500000 +-0.178710937500 +-0.077148437500 +-0.193359375000 +0.045898437500 +0.050781250000 +-0.112792968750 +0.173828125000 +-0.094238281250 +-0.126953125000 +-0.086425781250 +-0.208007812500 +0.091308593750 +-0.152343750000 +-0.026489257812 +-0.059082031250 +0.121093750000 +-0.296875000000 +-0.228515625000 +-0.375000000000 +0.355468750000 +0.099121093750 +-0.574218750000 +-0.048339843750 +-0.069824218750 +-0.150390625000 +-0.045166015625 +0.107910156250 +-0.058837890625 +-0.494140625000 +0.179687500000 +-0.125000000000 +-0.038818359375 +0.140625000000 +-0.239257812500 +0.141601562500 +-0.228515625000 +0.054199218750 +0.141601562500 +0.055664062500 +0.035400390625 +-0.004058837891 +0.145507812500 +0.047363281250 +-0.016601562500 +-0.162109375000 +-0.234375000000 +0.028564453125 +0.167968750000 +-0.117675781250 +-0.119628906250 +-0.034179687500 +-0.001091003418 +0.136718750000 +0.001205444336 +0.059326171875 +-0.019287109375 +0.131835937500 +0.075683593750 +0.060302734375 +0.027832031250 +-0.073242187500 +0.167968750000 +0.076171875000 +0.212890625000 +-0.008789062500 +-0.217773437500 +0.060791015625 +0.141601562500 +-0.519531250000 +-0.040771484375 +-0.070800781250 +0.147460937500 +-0.071289062500 +0.219726562500 +-0.071289062500 +-0.049072265625 +0.003509521484 +-0.033447265625 +0.194335937500 +-0.117187500000 +-0.104492187500 +0.108886718750 +-0.144531250000 +0.192382812500 +-0.056396484375 +-0.053466796875 +-0.159179687500 +-0.121582031250 +-0.021972656250 +0.163085937500 +0.003097534180 +0.039550781250 +-0.209960937500 +0.103515625000 +-0.554687500000 +0.165039062500 +0.020629882812 +0.196289062500 +-0.147460937500 +0.033447265625 +0.012145996094 +0.154296875000 +-0.108886718750 +0.100097656250 +0.148437500000 +-0.115234375000 +0.099609375000 +0.000188827515 +-0.129882812500 +-0.036865234375 +-0.269531250000 +0.110839843750 +-0.271484375000 +-0.015014648438 +0.049804687500 +-0.020507812500 +0.052490234375 +-0.144531250000 +0.035156250000 +-0.029052734375 +0.137695312500 +-0.186523437500 +-0.155273437500 +-0.201171875000 +-0.052978515625 +-0.605468750000 +0.008972167969 +0.093750000000 +-0.028076171875 +-0.412109375000 +0.120117187500 +0.140625000000 +-0.410156250000 +0.058105468750 +-0.157226562500 +0.085449218750 +-0.058593750000 +0.004638671875 +0.078613281250 +-0.542968750000 +0.014343261719 +-0.175781250000 +0.180664062500 +-0.175781250000 +0.081542968750 +0.144531250000 +-0.328125000000 +0.137695312500 +-0.099121093750 +0.062988281250 +-0.214843750000 +-0.343750000000 +-0.001373291016 +-0.083984375000 +0.068359375000 +0.004669189453 +0.041503906250 +0.095703125000 +-0.285156250000 +0.034667968750 +-0.005004882812 +-0.138671875000 +-0.103027343750 +0.069824218750 +0.055419921875 +0.121093750000 +-0.253906250000 +0.032226562500 +0.155273437500 +0.015869140625 +0.103027343750 +-0.363281250000 +-0.398437500000 +0.170898437500 +0.059082031250 +-0.020629882812 +-0.298828125000 +-0.176757812500 +-0.010498046875 +-0.056640625000 +-0.355468750000 +0.009704589844 +0.071289062500 +-0.085449218750 +0.020507812500 +-0.281250000000 +-0.122070312500 +-0.007476806641 +0.059082031250 +-0.094726562500 +0.070312500000 +0.037597656250 +0.046875000000 +-0.365234375000 +0.090820312500 +0.041748046875 +-0.200195312500 +-0.078125000000 +-0.052001953125 +-0.006256103516 +-0.155273437500 +0.125976562500 +-0.059326171875 +-0.328125000000 +-0.025390625000 +0.023315429688 +0.255859375000 +-0.384765625000 +-0.043945312500 +0.105957031250 +-0.165039062500 +0.162109375000 +-0.095214843750 +-0.068359375000 +-0.213867187500 +-0.310546875000 +-0.142578125000 +0.208984375000 +0.064941406250 +0.045654296875 +-0.076171875000 +0.020507812500 +-0.153320312500 +-0.097656250000 +0.047119140625 +0.171875000000 +-0.160156250000 +0.096679687500 +0.102539062500 +0.158203125000 +-0.071289062500 +-0.038085937500 +0.097167968750 +-0.095703125000 +0.004913330078 +-0.214843750000 +-0.005737304688 +-0.001007080078 +-0.034912109375 +0.118164062500 +0.011596679688 +-0.113769531250 +-0.072265625000 +0.102539062500 +-0.060791015625 +-0.094238281250 +-0.060791015625 +0.009704589844 +-0.251953125000 +-0.036132812500 +-0.261718750000 +0.082031250000 +0.066406250000 +0.028198242188 +-0.023071289062 +-0.025390625000 +-0.064941406250 +-0.008728027344 +0.030395507812 +-0.267578125000 +-0.245117187500 +0.110351562500 +0.162109375000 +0.037109375000 +-0.054687500000 +0.004547119141 +0.065917968750 +0.012878417969 +-0.006835937500 +0.090820312500 +-0.259765625000 +0.079589843750 +-0.130859375000 +-0.064941406250 +0.159179687500 +0.063476562500 +0.082519531250 +-0.066406250000 +-0.008056640625 +0.103027343750 +0.059082031250 +0.002914428711 +0.090332031250 +0.060791015625 +-0.053466796875 +-0.257812500000 +-0.067871093750 +-0.055175781250 +-0.123535156250 +0.003936767578 +0.147460937500 +-0.004425048828 +0.079589843750 +-0.120117187500 +-0.093750000000 +-0.017211914062 +-0.079101562500 +-0.314453125000 +-0.166992187500 +-0.144531250000 +-0.029541015625 +-0.076171875000 +-0.083496093750 +0.024902343750 +-0.165039062500 +0.108398437500 +0.013244628906 +-0.067382812500 +0.117187500000 +-0.008117675781 +0.033691406250 +-0.033203125000 +0.316406250000 +-0.458984375000 +0.194335937500 +-0.214843750000 +0.011657714844 +0.000656127930 +-0.083984375000 +0.174804687500 +-0.314453125000 +-0.365234375000 +0.108886718750 +0.099609375000 +0.142578125000 +0.136718750000 +-0.025268554688 +-0.131835937500 +0.034423828125 +0.011352539062 +-0.005065917969 +-0.029052734375 +-0.072265625000 +-0.281250000000 +0.269531250000 +0.023437500000 +0.285156250000 +0.063964843750 +-0.156250000000 +-0.037353515625 +0.007507324219 +-0.034912109375 +0.041503906250 +0.048339843750 +0.103027343750 +0.199218750000 +-0.025390625000 +-0.161132812500 +0.170898437500 +0.098632812500 +0.050537109375 +0.240234375000 +0.071289062500 +-0.037353515625 +-0.018310546875 +0.028564453125 +0.020629882812 +-0.046630859375 +-0.139648437500 +-0.122070312500 +0.033447265625 +0.084960937500 +-0.030883789062 +0.028686523438 +-0.137695312500 +0.128906250000 +0.016479492188 +-0.400390625000 +-0.593750000000 +-0.229492187500 +0.047607421875 +-0.115722656250 +0.058349609375 +-0.053955078125 +0.080078125000 +0.108886718750 +0.076171875000 +-0.359375000000 +0.136718750000 +-0.021606445312 +0.042724609375 +-0.287109375000 +-0.166992187500 +-0.000759124756 +-0.250000000000 +-0.050781250000 +0.001899719238 +-0.072753906250 +-0.250000000000 +0.016113281250 +-0.182617187500 +-0.013916015625 +0.000149726868 +-0.126953125000 +-0.221679687500 +-0.004333496094 +-0.050048828125 +0.035888671875 +0.185546875000 +0.107910156250 +0.265625000000 +-0.208984375000 +-0.205078125000 +-0.113281250000 +-0.246093750000 +-0.182617187500 +0.116699218750 +-0.196289062500 +-0.152343750000 +0.263671875000 +0.021972656250 +0.069335937500 +0.035156250000 +-0.013061523438 +0.214843750000 +-0.009948730469 +-0.013122558594 +-0.122558593750 +-0.363281250000 +0.127929687500 +0.062011718750 +0.100585937500 +-0.040283203125 +0.101074218750 +-0.020263671875 +0.075683593750 +-0.146484375000 +-0.174804687500 +0.099609375000 +0.096679687500 +-0.017944335938 +0.238281250000 +-0.102050781250 +-0.121582031250 +-0.014160156250 +-0.126953125000 +0.026000976562 +0.156250000000 +-0.039062500000 +-0.131835937500 +-0.347656250000 +-0.363281250000 +-0.018920898438 +-0.000208854675 +-0.007385253906 +0.125976562500 +-0.098144531250 +0.129882812500 +0.028076171875 +-0.181640625000 +-0.041259765625 +0.246093750000 +0.121093750000 +0.108398437500 +0.124023437500 +-0.092773437500 +-0.077636718750 +0.010131835938 +-0.285156250000 +-0.037597656250 +0.139648437500 +0.063964843750 +-0.238281250000 +-0.076171875000 +-0.115234375000 +-0.071777343750 +-0.101074218750 +-0.013610839844 +-0.076660156250 +-0.298828125000 +0.042724609375 +-0.166015625000 +-0.173828125000 +-0.080078125000 +0.173828125000 +-0.003723144531 +-0.053466796875 +-0.056396484375 +0.021728515625 +-0.164062500000 +-0.019531250000 +0.069335937500 +0.021728515625 +-0.180664062500 +0.096191406250 +0.084960937500 +-0.082519531250 +0.046875000000 +-0.070312500000 +-0.014465332031 +-0.025878906250 +0.085937500000 +-0.146484375000 +0.042724609375 +-0.051269531250 +-0.058105468750 +0.226562500000 +-0.031005859375 +-0.077148437500 +-0.112792968750 +0.002944946289 +0.069335937500 +-0.116699218750 +-0.071289062500 +-0.042968750000 +-0.106933593750 +0.025878906250 +-0.021606445312 +0.017822265625 +-0.107910156250 +-0.296875000000 +-0.132812500000 +-0.135742187500 +-0.098144531250 +0.013366699219 +-0.002166748047 +-0.036621093750 +0.047607421875 +-0.052490234375 +0.005157470703 +-0.137695312500 +0.002044677734 +-0.201171875000 +0.146484375000 +0.012756347656 +-0.090332031250 +0.001419067383 +0.016967773438 +-0.279296875000 +-0.198242187500 +-0.013671875000 +-0.069335937500 +-0.203125000000 +-0.088867187500 +-0.077636718750 +-0.167968750000 +-0.049316406250 +0.062500000000 +0.047607421875 +0.150390625000 +-0.457031250000 +0.081054687500 +0.060791015625 +0.093750000000 +0.090820312500 +-0.125976562500 +-0.036865234375 +0.009826660156 +-0.101562500000 +0.198242187500 +-0.063964843750 +-0.102050781250 +-0.183593750000 +0.148437500000 +0.123535156250 +0.061767578125 +-0.223632812500 +-0.193359375000 +0.065429687500 +-0.115234375000 +-0.092285156250 +0.114257812500 +-0.010437011719 +0.040771484375 +-0.273437500000 +-0.075195312500 +-0.263671875000 +-0.308593750000 +0.236328125000 +-0.267578125000 +0.035400390625 +-0.087890625000 +0.131835937500 +-0.038818359375 +-0.029418945312 +0.166992187500 +-0.152343750000 +-0.108886718750 +-0.115722656250 +0.052978515625 +0.035644531250 +-0.068847656250 +-0.031127929688 +-0.166992187500 +-0.056396484375 +0.048339843750 +-0.410156250000 +0.001754760742 +-0.164062500000 +0.076171875000 +0.141601562500 +-0.052978515625 +0.074707031250 +-0.227539062500 +-0.251953125000 +-0.441406250000 +0.267578125000 +-0.281250000000 +0.057128906250 +0.080566406250 +-0.020874023438 +-0.031250000000 +-0.068847656250 +-0.195312500000 +0.156250000000 +-0.015625000000 +-0.176757812500 +0.225585937500 +0.219726562500 +-0.035888671875 +0.265625000000 +0.026367187500 +-0.188476562500 +0.077148437500 +0.049560546875 +0.183593750000 +-0.120605468750 +-0.076660156250 +-0.193359375000 +-0.004669189453 +-0.094726562500 +-0.365234375000 +-0.121582031250 +-0.221679687500 +-0.125000000000 +0.109863281250 +0.010498046875 +-0.084472656250 +0.057617187500 +0.121093750000 +-0.230468750000 +0.059814453125 +-0.231445312500 +-0.084472656250 +-0.322265625000 +-0.182617187500 +-0.053710937500 +0.096191406250 +-0.137695312500 +0.020141601562 +0.111816406250 +0.217773437500 +0.201171875000 +-0.098632812500 +0.120117187500 +0.182617187500 +0.128906250000 +0.138671875000 +0.176757812500 +-0.010986328125 +0.067382812500 +-0.033203125000 +-0.147460937500 +0.028442382812 +-0.217773437500 +0.235351562500 +0.113281250000 +0.208984375000 +-0.037109375000 +-0.102539062500 +0.214843750000 +0.196289062500 +0.179687500000 +0.030029296875 +-0.275390625000 +0.076171875000 +0.068359375000 +0.012390136719 +0.341796875000 +-0.015258789062 +0.117187500000 +-0.069335937500 +0.025878906250 +0.057861328125 +0.084472656250 +-0.036132812500 +0.137695312500 +-0.185546875000 +-0.081542968750 +0.147460937500 +0.065917968750 +0.044433593750 +0.077636718750 +0.093261718750 +-0.066894531250 +-0.038818359375 +0.049560546875 +-0.247070312500 +-0.050537109375 +-0.269531250000 +-0.009948730469 +0.127929687500 +0.199218750000 +-0.049560546875 +-0.087890625000 +0.132812500000 +-0.322265625000 +-0.004638671875 +0.296875000000 +0.045654296875 +0.003967285156 +0.157226562500 +-0.095214843750 +-0.078125000000 +0.014404296875 +-0.023193359375 +0.170898437500 +-0.163085937500 +0.049804687500 +-0.037597656250 +0.040771484375 +-0.077636718750 +0.060791015625 +0.082031250000 +-0.014404296875 +-0.026489257812 +0.019653320312 +0.109375000000 +-0.193359375000 +-0.341796875000 +0.082519531250 +-0.012451171875 +0.161132812500 +-0.139648437500 +0.105957031250 +-0.012207031250 +0.097656250000 +-0.005798339844 +-0.046386718750 +-0.139648437500 +0.073730468750 +0.040527343750 +0.054199218750 +-0.199218750000 +0.160156250000 +0.052734375000 +-0.056640625000 +0.072753906250 +0.087402343750 +-0.078125000000 +-0.096679687500 +-0.275390625000 +-0.163085937500 +-0.059570312500 +-0.343750000000 +-0.010742187500 +-0.029418945312 +0.037353515625 +0.133789062500 +0.207031250000 +-0.153320312500 +-0.318359375000 +-0.031127929688 +-0.033691406250 +0.015014648438 +-0.134765625000 +0.218750000000 +0.114257812500 +-0.133789062500 +0.195312500000 +0.457031250000 +-0.030517578125 +0.068847656250 +0.070800781250 +0.006652832031 +0.125000000000 +-0.046875000000 +0.163085937500 +0.049072265625 +0.073242187500 +0.066406250000 +0.077148437500 +-0.031250000000 +0.076171875000 +0.075683593750 +-0.127929687500 +0.001029968262 +-0.156250000000 +-0.291015625000 +-0.051025390625 +-0.283203125000 +0.045654296875 +0.233398437500 +0.051513671875 +0.090820312500 +-0.128906250000 +-0.289062500000 +0.154296875000 +-0.039794921875 +-0.237304687500 +0.100097656250 +0.007659912109 +-0.059570312500 +-0.020141601562 +0.023315429688 +0.034179687500 +-0.100097656250 +0.031127929688 +0.068359375000 +-0.020874023438 +0.053710937500 +0.100585937500 +0.022338867188 +-0.093750000000 +0.036621093750 +0.117187500000 +0.062255859375 +-0.027221679688 +-0.363281250000 +0.062500000000 +-0.097167968750 +-0.031250000000 +0.037841796875 +-0.259765625000 +-0.184570312500 +-0.063476562500 +0.058593750000 +-0.111328125000 +0.039306640625 +-0.022338867188 +-0.111328125000 +0.097167968750 +0.132812500000 +-0.039550781250 +-0.199218750000 +-0.244140625000 +0.042236328125 +0.186523437500 +0.032470703125 +-0.118164062500 +0.010498046875 +0.060546875000 +-0.170898437500 +-0.017211914062 +0.007446289062 +-0.333984375000 +0.173828125000 +-0.001304626465 +-0.068847656250 +0.028076171875 +0.184570312500 +-0.066406250000 +-0.058837890625 +0.016113281250 +0.114746093750 +0.040527343750 +0.209960937500 +-0.247070312500 +0.198242187500 +-0.550781250000 +-0.101562500000 +-0.179687500000 +-0.330078125000 +-0.192382812500 +0.294921875000 +-0.054443359375 +-0.345703125000 +0.114746093750 +-0.072265625000 +0.108398437500 +0.162109375000 +-0.431640625000 +0.089843750000 +-0.388671875000 +-0.023803710938 +0.175781250000 +-0.073242187500 +-0.013732910156 +0.048339843750 +0.098632812500 +-0.050781250000 +-0.010681152344 +-0.029907226562 +-0.308593750000 +-0.267578125000 +0.184570312500 +0.022338867188 +-0.052978515625 +-0.020019531250 +0.158203125000 +0.241210937500 +0.009765625000 +0.084960937500 +0.136718750000 +-0.123046875000 +0.050537109375 +-0.341796875000 +0.030029296875 +-0.167968750000 +-0.054199218750 +-0.151367187500 +-0.233398437500 +0.047363281250 +-0.197265625000 +-0.000349044800 +-0.099609375000 +0.035156250000 +-0.169921875000 +0.079101562500 +-0.004943847656 +-0.045166015625 +0.112792968750 +-0.214843750000 +-0.219726562500 +-0.014892578125 +-0.010314941406 +-0.169921875000 +-0.363281250000 +0.098144531250 +0.125976562500 +-0.174804687500 +-0.503906250000 +-0.828125000000 +-0.380859375000 +-0.031494140625 +-0.193359375000 +0.020385742188 +-0.128906250000 +-0.043701171875 +-0.113281250000 +0.196289062500 +0.263671875000 +0.048339843750 +0.054931640625 +-0.247070312500 +0.078125000000 +-0.129882812500 +-0.188476562500 +-0.243164062500 +-0.074707031250 +-0.166992187500 +0.126953125000 +0.071289062500 +0.216796875000 +-0.210937500000 +0.071289062500 +0.053466796875 +0.026123046875 +-0.020385742188 +-0.054443359375 +0.039062500000 +0.142578125000 +-0.235351562500 +0.058593750000 +0.020385742188 +0.161132812500 +-0.000299453735 +0.062255859375 +-0.159179687500 +-0.070800781250 +-0.206054687500 +-0.014892578125 +-0.404296875000 +-0.147460937500 +-0.179687500000 +-0.003082275391 +0.016113281250 +-0.035400390625 +-0.044189453125 +0.012939453125 +0.090820312500 +0.453125000000 +0.111328125000 +0.099609375000 +-0.155273437500 +-0.009643554688 +0.110351562500 +-0.201171875000 +0.153320312500 +0.026733398438 +0.261718750000 +-0.200195312500 +-0.113769531250 +0.081542968750 +-0.302734375000 +0.275390625000 +0.180664062500 +0.175781250000 +0.090332031250 +-0.091796875000 +0.206054687500 +0.000545501709 +-0.177734375000 +0.168945312500 +0.292968750000 +-0.093750000000 +-0.001182556152 +0.026855468750 +0.240234375000 +0.014404296875 +-0.355468750000 +0.206054687500 +0.148437500000 +0.078125000000 +0.158203125000 +0.179687500000 +-0.207031250000 +-0.206054687500 +0.296875000000 +-0.045654296875 +-0.053466796875 +0.132812500000 +-0.259765625000 +-0.004699707031 +0.024536132812 +0.017578125000 +0.253906250000 +-0.096679687500 +-0.273437500000 +-0.244140625000 +0.088378906250 +0.141601562500 +0.250000000000 +0.039794921875 +-0.179687500000 +0.219726562500 +-0.273437500000 +-0.159179687500 +-0.404296875000 +-0.038085937500 +0.046630859375 +-0.015563964844 +-0.149414062500 +-0.402343750000 +-0.079589843750 +-0.648437500000 +-0.687500000000 +-0.190429687500 +-0.053222656250 +0.104492187500 +-0.015747070312 +0.231445312500 +-0.199218750000 +0.000053405762 +0.060546875000 +-0.219726562500 +0.035156250000 +0.033935546875 +-0.053466796875 +-0.255859375000 +-0.022827148438 +-0.710937500000 +-0.072265625000 +-0.148437500000 +-0.071289062500 +0.094238281250 +0.010498046875 +0.145507812500 +-0.168945312500 +-0.043212890625 +0.029907226562 +0.068359375000 +-0.238281250000 +-0.123535156250 +0.099609375000 +-0.339843750000 +-0.390625000000 +-0.185546875000 +0.179687500000 +-0.006439208984 +-0.148437500000 +-0.259765625000 +-0.017333984375 +-0.033691406250 +-0.030517578125 +0.026977539062 +-0.005432128906 +0.052734375000 +0.038818359375 +0.100097656250 +-0.052246093750 +-0.310546875000 +-0.605468750000 +0.145507812500 +0.141601562500 +-0.154296875000 +-0.234375000000 +0.025756835938 +-0.347656250000 +-0.107421875000 +-0.137695312500 +-0.166992187500 +-0.181640625000 +-0.001213073730 +0.118652343750 +-0.222656250000 +-0.095703125000 +-0.188476562500 +-0.400390625000 +0.285156250000 +0.125976562500 +-0.009521484375 +-0.046875000000 +0.015197753906 +0.090332031250 +0.133789062500 +0.020385742188 +-0.087890625000 +0.066406250000 +0.090332031250 +0.289062500000 +-0.087402343750 +-0.349609375000 +-0.067871093750 +-0.084960937500 +0.296875000000 +-0.127929687500 +-0.202148437500 +-0.141601562500 +0.182617187500 +-0.011474609375 +0.032714843750 +0.234375000000 +-0.027343750000 +0.021362304688 +-0.099121093750 +0.324218750000 +0.026000976562 +0.048828125000 +0.110839843750 +-0.079589843750 +0.013549804688 +0.082031250000 +-0.012268066406 +0.046142578125 +-0.016479492188 +0.055908203125 +0.291015625000 +-0.160156250000 +0.143554687500 +0.032470703125 +-0.153320312500 +-0.231445312500 +0.079101562500 +0.017456054688 +-0.416015625000 +-0.223632812500 +-0.099121093750 +-0.037109375000 +-0.121093750000 +-0.211914062500 +-0.166992187500 +-0.067382812500 +-0.265625000000 +0.396484375000 +-0.652343750000 +0.008789062500 +-0.029052734375 +0.000812530518 +-0.458984375000 +-0.145507812500 +0.195312500000 +0.109375000000 +0.024169921875 +0.043701171875 +0.124023437500 +-0.041259765625 +0.129882812500 +-0.187500000000 +-0.180664062500 +0.028686523438 +0.090820312500 +-0.095703125000 +-0.068847656250 +-0.053466796875 +0.179687500000 +0.219726562500 +0.079101562500 +0.167968750000 +0.128906250000 +-0.097167968750 +-0.494140625000 +-0.079589843750 +-0.738281250000 +-0.000621795654 +-0.063476562500 +-0.037353515625 +-0.166015625000 +0.128906250000 +-0.259765625000 +0.312500000000 +0.034423828125 +-0.220703125000 +0.182617187500 +0.210937500000 +0.094238281250 +0.105468750000 +0.084960937500 +0.144531250000 +0.250000000000 +-0.052734375000 +0.064941406250 +0.170898437500 +0.054443359375 +-0.016845703125 +-0.007110595703 +-0.118652343750 +0.004211425781 +0.003814697266 +-0.065917968750 +-0.800781250000 +0.144531250000 +0.036376953125 +-0.017578125000 +-0.188476562500 +-0.000598907471 +-0.165039062500 +0.069824218750 +-0.092773437500 +0.047607421875 +-0.192382812500 +0.118164062500 +-0.013488769531 +-0.105468750000 +-0.066406250000 +0.039794921875 +0.097656250000 +0.147460937500 +0.032958984375 +0.044189453125 +0.011901855469 +0.010498046875 +-0.006103515625 +0.107421875000 +0.137695312500 +-0.224609375000 +0.174804687500 +-0.400390625000 +-0.023559570312 +0.085937500000 +-0.031982421875 +0.063476562500 +0.058593750000 +0.121093750000 +0.253906250000 +-0.033935546875 +0.090820312500 +0.014587402344 +0.003097534180 +-0.013793945312 +0.228515625000 +-0.259765625000 +0.045410156250 +-0.032714843750 +0.231445312500 +0.114746093750 +-0.210937500000 +-0.083496093750 +0.087402343750 +0.244140625000 +0.025268554688 +0.002746582031 +-0.068847656250 +-0.159179687500 +0.018554687500 +0.034912109375 +0.022338867188 +0.176757812500 +-0.012817382812 +-0.000782012939 +-0.091308593750 +-0.057617187500 +0.087402343750 +-0.144531250000 +0.269531250000 +0.106445312500 +0.091796875000 +-0.035156250000 +-0.094726562500 +-0.259765625000 +0.044433593750 +0.067871093750 +0.073730468750 +0.071777343750 +-0.045410156250 +-0.273437500000 +-0.003967285156 +-0.558593750000 +0.139648437500 +0.042724609375 +-0.186523437500 +-0.316406250000 +0.114746093750 +0.131835937500 +-0.055175781250 +0.092285156250 +-0.020141601562 +0.104980468750 +0.064453125000 +0.155273437500 +0.065429687500 +-0.006347656250 +-0.019287109375 +-0.015197753906 +0.138671875000 +0.061767578125 +-0.186523437500 +0.182617187500 +0.003860473633 +0.179687500000 +0.025512695312 +0.072265625000 +-0.007812500000 +-0.023193359375 +0.009521484375 +-0.179687500000 +0.053466796875 +-0.109375000000 +-0.074218750000 +0.112304687500 +-0.139648437500 +-0.027343750000 +0.027954101562 +0.067871093750 +-0.035644531250 +0.041259765625 +0.063964843750 +0.010620117188 +-0.093261718750 +-0.054199218750 +0.124511718750 +0.013061523438 +0.105957031250 +-0.231445312500 +-0.392578125000 +0.121093750000 +0.076171875000 +-0.014648437500 +0.030761718750 +-0.071777343750 +0.024536132812 +0.061279296875 +-0.096191406250 +-0.040771484375 +-0.061767578125 +-0.012268066406 +0.211914062500 +-0.644531250000 +-0.023559570312 +0.012268066406 +-0.095214843750 +0.026611328125 +0.127929687500 +-0.100097656250 +-0.075195312500 +0.120605468750 +0.091308593750 +-0.172851562500 +-0.065917968750 +0.127929687500 +-0.433593750000 +-0.250000000000 +0.061035156250 +-0.064453125000 +-0.447265625000 +-0.102539062500 +-0.061523437500 +-0.136718750000 +0.198242187500 +-0.257812500000 +0.215820312500 +0.333984375000 +0.150390625000 +-0.597656250000 +-0.109863281250 +-0.341796875000 +-0.016601562500 +0.052978515625 +-0.156250000000 +-0.134765625000 +0.128906250000 +0.241210937500 +0.265625000000 +-0.031494140625 +0.069824218750 +-0.238281250000 +-0.041503906250 +-0.042968750000 +0.068359375000 +0.064453125000 +-0.011047363281 +0.171875000000 +0.269531250000 +0.163085937500 +-0.157226562500 +-0.210937500000 +-0.043945312500 +0.054199218750 +-0.101074218750 +-0.085937500000 +-0.051513671875 +-0.123535156250 +-0.410156250000 +0.058349609375 +-0.094726562500 +-0.234375000000 +-0.178710937500 +-0.147460937500 +0.047851562500 +-0.070800781250 +-0.035644531250 +0.055664062500 +-0.151367187500 +0.026000976562 +0.094726562500 +0.001770019531 +0.177734375000 +-0.017578125000 +0.070312500000 +-0.076171875000 +0.216796875000 +0.108398437500 +-0.101562500000 +0.076660156250 +-0.119140625000 +0.117675781250 +0.042480468750 +-0.056152343750 +-0.020263671875 +0.041015625000 +0.054199218750 +-0.187500000000 +0.083496093750 +-0.057373046875 +-0.050048828125 +-0.191406250000 +-0.129882812500 +0.127929687500 +-0.392578125000 +-0.002975463867 +0.014831542969 +-0.147460937500 +-0.003814697266 +0.161132812500 +0.014038085938 +-0.125000000000 +-0.132812500000 +0.010620117188 +-0.081542968750 +-0.072265625000 +0.132812500000 +0.098632812500 +-0.040527343750 +0.226562500000 +0.185546875000 +0.216796875000 +0.054931640625 +-0.063476562500 +-0.061523437500 +0.060791015625 +0.133789062500 +-0.012329101562 +-0.261718750000 +-0.064941406250 +-0.039306640625 +0.007232666016 +0.060546875000 +-0.024291992188 +0.028686523438 +-0.036621093750 +-0.249023437500 +-0.024536132812 +-0.233398437500 +-0.134765625000 +0.018432617188 +-0.246093750000 +0.054931640625 +0.123046875000 +-0.018066406250 +0.086425781250 +-0.112304687500 +0.031738281250 +-0.091308593750 +-0.217773437500 +0.096191406250 +-0.242187500000 +0.011291503906 +0.045410156250 +-0.070800781250 +-0.095703125000 +-0.066406250000 +-0.075195312500 +-0.003662109375 +0.050781250000 +0.026489257812 +-0.063964843750 +-0.018554687500 +-0.351562500000 +0.033447265625 +0.078125000000 +-0.068847656250 +-0.008544921875 +-0.053955078125 +-0.410156250000 +-0.059814453125 +-0.012512207031 +-0.052490234375 +-0.006500244141 +-0.035156250000 +-0.213867187500 +-0.085937500000 +-0.057861328125 +-0.038574218750 +-0.015502929688 +0.188476562500 +-0.059570312500 +0.205078125000 +0.032226562500 +-0.188476562500 +0.123046875000 +-0.001335144043 +0.113769531250 +0.102050781250 +-0.095214843750 +-0.212890625000 +-0.128906250000 +0.012145996094 +-0.093750000000 +-0.072753906250 +0.053955078125 +0.231445312500 +0.106445312500 +0.031005859375 +0.064453125000 +-0.075683593750 +-0.024291992188 +0.063964843750 +0.234375000000 +0.095703125000 +0.045898437500 +0.314453125000 +0.034179687500 +-0.056152343750 +0.074218750000 +0.080566406250 +0.228515625000 +0.140625000000 +-0.120117187500 +0.043701171875 +0.134765625000 +0.047851562500 +0.066406250000 +0.001426696777 +-0.083984375000 +0.059326171875 +-0.041259765625 +-0.028442382812 +0.013732910156 +-0.118164062500 +-0.054687500000 +0.221679687500 +0.294921875000 +0.008483886719 +0.143554687500 +-0.019653320312 +0.180664062500 +0.225585937500 +-0.026245117188 +-0.114746093750 +-0.143554687500 +0.156250000000 +-0.273437500000 +-0.129882812500 +0.011169433594 +0.013183593750 +-0.139648437500 +-0.137695312500 +0.084472656250 +-0.038574218750 +0.080566406250 +0.037597656250 +-0.022216796875 +-0.166992187500 +0.032714843750 +0.171875000000 +-0.053466796875 +0.298828125000 +-0.103027343750 +0.067382812500 +-0.155273437500 +0.117675781250 +-0.231445312500 +-0.216796875000 +0.058349609375 +0.079101562500 +-0.015441894531 +0.051269531250 +0.049560546875 +0.165039062500 +-0.064453125000 +0.022583007812 +0.144531250000 +0.229492187500 +0.004943847656 +0.149414062500 +0.105468750000 +-0.029541015625 +0.091308593750 +0.068359375000 +0.158203125000 +0.081054687500 +-0.047607421875 +0.042724609375 +0.046875000000 +0.043457031250 +-0.075195312500 +-0.023681640625 +0.021362304688 +-0.010681152344 +-0.008728027344 +0.073730468750 +-0.001098632812 +0.015380859375 +0.071777343750 +-0.085449218750 +0.160156250000 +-0.157226562500 +-0.012695312500 +0.076171875000 +0.197265625000 +0.194335937500 +0.119628906250 +0.019409179688 +-0.050292968750 +0.159179687500 +0.038330078125 +0.008178710938 +0.104003906250 +0.050048828125 +-0.073730468750 +0.089355468750 +0.279296875000 +0.004364013672 +-0.024780273438 +0.109863281250 +-0.040039062500 +0.060302734375 +0.094238281250 +0.083496093750 +-0.015991210938 +0.045166015625 +-0.214843750000 +-0.355468750000 +0.101074218750 +0.004821777344 +-0.186523437500 +-0.089843750000 +-0.013610839844 +-0.107910156250 +0.239257812500 +-0.177734375000 +0.018066406250 +0.231445312500 +0.045898437500 +0.036132812500 +0.250000000000 +0.015625000000 +0.037597656250 +0.096679687500 +0.184570312500 +-0.008056640625 +-0.156250000000 +0.165039062500 +0.089843750000 +0.073242187500 +-0.032958984375 +0.119628906250 +-0.019287109375 +-0.259765625000 +-0.004760742188 +0.110839843750 +0.158203125000 +0.036376953125 +0.003097534180 +0.093261718750 +-0.162109375000 +-0.045410156250 +0.131835937500 +0.014831542969 +0.068359375000 +-0.094238281250 +0.127929687500 +-0.057128906250 +0.332031250000 +0.123535156250 +-0.048339843750 +-0.287109375000 +0.058105468750 +-0.016235351562 +-0.240234375000 +0.038574218750 +-0.240234375000 +0.009460449219 +0.042724609375 +-0.656250000000 +-0.090820312500 +0.070312500000 +0.178710937500 +0.056396484375 +0.047607421875 +-0.013488769531 +0.123046875000 +-0.087402343750 +-0.014038085938 +0.079101562500 +0.179687500000 +0.105957031250 +-0.079589843750 +-0.322265625000 +-0.076171875000 +0.073730468750 +0.093261718750 +0.129882812500 +0.150390625000 +-0.003555297852 +-0.212890625000 +-0.190429687500 +-0.048095703125 +-0.049072265625 +0.056396484375 +0.314453125000 +-0.201171875000 +0.086425781250 +0.072753906250 +0.120117187500 +-0.091796875000 +-0.126953125000 +0.164062500000 +-0.051269531250 +-0.116210937500 +-0.001525878906 +-0.044189453125 +0.017211914062 +0.148437500000 +0.029541015625 +-0.123046875000 +0.079589843750 +0.083007812500 +-0.126953125000 +0.098144531250 +-0.328125000000 +-0.160156250000 +0.235351562500 +0.010742187500 +0.229492187500 +0.064453125000 +-0.152343750000 +0.092285156250 +-0.197265625000 +-0.306640625000 +0.087402343750 +-0.086425781250 +0.084960937500 +-0.102539062500 +0.124511718750 +-0.058593750000 +0.132812500000 +-0.023803710938 +0.109375000000 +-0.010803222656 +0.160156250000 +0.094238281250 +-0.007110595703 +0.015136718750 +0.096191406250 +0.007080078125 +-0.043945312500 +0.153320312500 +0.049804687500 +-0.020507812500 +-0.121093750000 +0.062500000000 +-0.083496093750 +-0.054443359375 +0.152343750000 +-0.253906250000 +0.055175781250 +-0.071777343750 +0.054199218750 +-0.082031250000 +-0.263671875000 +0.023803710938 +-0.174804687500 +-0.049560546875 +-0.255859375000 +-0.081542968750 +-0.253906250000 +-0.261718750000 +0.057617187500 +-0.367187500000 +-0.112792968750 +-0.211914062500 +-0.419921875000 +-0.363281250000 +0.052246093750 +-0.028564453125 +-0.065429687500 +-0.077148437500 +-0.011718750000 +-0.032958984375 +-0.207031250000 +0.000450134277 +-0.025024414062 +-0.102050781250 +0.176757812500 +0.125976562500 +-0.121582031250 +-0.241210937500 +-0.302734375000 +-0.046630859375 +-0.127929687500 +-0.074218750000 +-0.408203125000 +0.224609375000 +-0.159179687500 +0.021118164062 +0.095703125000 +0.283203125000 +-0.077636718750 +-0.068847656250 +-0.057861328125 +0.034912109375 +0.086914062500 +-0.019409179688 +-0.077636718750 +-0.135742187500 +0.146484375000 +0.001525878906 +0.130859375000 +0.094726562500 +-0.022094726562 +0.150390625000 +0.062500000000 +-0.020751953125 +-0.134765625000 +-0.146484375000 +-0.069335937500 +0.000518798828 +0.033203125000 +0.049072265625 +0.032470703125 +-0.165039062500 +-0.049804687500 +-0.115722656250 +0.077636718750 +-0.056396484375 +0.105468750000 +-0.106445312500 +0.215820312500 +-0.093261718750 +0.016601562500 +0.064941406250 +-0.077636718750 +-0.002593994141 +-0.095703125000 +0.079589843750 +-0.085937500000 +0.067382812500 +0.324218750000 +0.125000000000 +-0.032470703125 +-0.109863281250 +-0.052734375000 +0.030029296875 +0.019531250000 +0.068359375000 +-0.535156250000 +0.097656250000 +-0.108398437500 +-0.059570312500 +0.153320312500 +0.047119140625 +-0.008911132812 +-0.157226562500 +-0.157226562500 +0.122558593750 +-0.233398437500 +0.022094726562 +0.085449218750 +-0.086425781250 +-0.045898437500 +0.324218750000 +-0.128906250000 +-0.100097656250 +-0.168945312500 +0.085937500000 +0.066406250000 +0.271484375000 +0.069335937500 +-0.098144531250 +-0.043945312500 +-0.013061523438 +0.140625000000 +0.084472656250 +0.015625000000 +-0.185546875000 +0.032470703125 +-0.027709960938 +-0.070800781250 +0.034912109375 +0.043212890625 +0.062500000000 +-0.013183593750 +0.039062500000 +-0.441406250000 +-0.054443359375 +0.046630859375 +0.100097656250 +0.104492187500 +0.136718750000 +-0.195312500000 +0.094238281250 +-0.287109375000 +-0.433593750000 +-0.099609375000 +-0.060058593750 +0.123535156250 +0.029418945312 +-0.069824218750 +-0.359375000000 +-0.012207031250 +-0.699218750000 +-1.304687500000 +-0.131835937500 +-0.071777343750 +0.094238281250 +0.015747070312 +0.033935546875 +-0.081054687500 +0.016113281250 +0.036865234375 +-0.011169433594 +0.016479492188 +0.020019531250 +-0.269531250000 +-0.159179687500 +-0.075195312500 +-0.349609375000 +0.082031250000 +-0.093261718750 +0.058349609375 +0.023925781250 +0.020629882812 +0.019531250000 +-0.130859375000 +0.034667968750 +0.105468750000 +0.064941406250 +-0.000892639160 +-0.081054687500 +0.101562500000 +-0.084472656250 +-0.152343750000 +-0.036376953125 +0.104003906250 +0.075195312500 +-0.088378906250 +-0.137695312500 +-0.008972167969 +0.038085937500 +-0.008972167969 +0.038818359375 +0.116210937500 +0.008544921875 +0.056396484375 +0.067871093750 +0.024536132812 +-0.160156250000 +-0.328125000000 +0.193359375000 +-0.040527343750 +0.031250000000 +-0.012695312500 +0.041259765625 +0.005035400391 +0.175781250000 +-0.104980468750 +-0.267578125000 +0.273437500000 +0.076171875000 +-0.013793945312 +0.019531250000 +0.068847656250 +0.351562500000 +-0.029541015625 +-0.158203125000 +0.031982421875 +-0.283203125000 +0.043457031250 +0.054199218750 +0.096191406250 +-0.016113281250 +0.058349609375 +0.019042968750 +0.025512695312 +0.035644531250 +-0.099121093750 +-0.035156250000 +0.225585937500 +0.065917968750 +0.476562500000 +0.124511718750 +0.080078125000 +-0.414062500000 +-0.018188476562 +-0.201171875000 +0.190429687500 +0.160156250000 +-0.045166015625 +-0.558593750000 +-0.044189453125 +-0.107910156250 +0.289062500000 +-0.105468750000 +0.129882812500 +-0.230468750000 +-0.016357421875 +-0.081054687500 +0.007049560547 +-0.029418945312 +-0.021362304688 +-0.100585937500 +0.092285156250 +0.163085937500 +0.108886718750 +0.144531250000 +0.007873535156 +0.055419921875 +0.039550781250 +-0.195312500000 +0.059326171875 +-0.158203125000 +0.410156250000 +-0.166992187500 +0.021850585938 +0.044677734375 +0.175781250000 +0.030395507812 +-0.115234375000 +0.184570312500 +-0.049804687500 +-0.482421875000 +0.020263671875 +0.047363281250 +-0.088378906250 +-0.082031250000 +-0.073242187500 +-0.125976562500 +-0.070312500000 +0.022705078125 +0.164062500000 +-0.221679687500 +0.363281250000 +0.121093750000 +-0.117187500000 +-0.227539062500 +-0.010925292969 +0.053710937500 +-0.330078125000 +-0.292968750000 +-0.090820312500 +-0.034423828125 +0.180664062500 +-0.219726562500 +0.326171875000 +0.026123046875 +0.060791015625 +-0.369140625000 +-0.089355468750 +-0.225585937500 +0.152343750000 +-0.077148437500 +-0.097656250000 +-0.228515625000 +-0.070312500000 +0.081054687500 +0.027465820312 +-0.206054687500 +0.072265625000 +-0.233398437500 +-0.417968750000 +0.027221679688 +-0.124023437500 +0.043945312500 +-0.052734375000 +0.287109375000 +0.026611328125 +0.052246093750 +-0.091796875000 +-0.287109375000 +-0.119140625000 +-0.024291992188 +-0.033447265625 +0.043701171875 +-0.014526367188 +0.002182006836 +0.251953125000 +-0.099121093750 +-0.058837890625 +-0.016845703125 +-0.087402343750 +0.023437500000 +-0.194335937500 +-0.034179687500 +-0.112792968750 +-0.519531250000 +-0.116210937500 +0.104003906250 +0.005187988281 +0.096191406250 +0.070800781250 +0.095214843750 +-0.003814697266 +-0.080078125000 +-0.013977050781 +-0.098632812500 +0.016723632812 +0.112304687500 +0.079589843750 +-0.026855468750 +-0.065917968750 +-0.127929687500 +0.011291503906 +0.029907226562 +-0.019287109375 +0.024169921875 +-0.007171630859 +-0.026000976562 +-0.161132812500 +-0.255859375000 +-0.181640625000 +0.077148437500 +0.052978515625 +-0.213867187500 +0.024536132812 +0.080566406250 +-0.191406250000 +-0.241210937500 +0.000782012939 +0.004882812500 +-0.217773437500 +-0.511718750000 +0.034667968750 +0.018188476562 +-0.132812500000 +-0.016845703125 +-0.091308593750 +-0.127929687500 +-0.049072265625 +0.135742187500 +-0.137695312500 +0.194335937500 +-0.171875000000 +-0.106445312500 +-0.005950927734 +-0.078125000000 +0.119140625000 +0.050048828125 +-0.175781250000 +-0.088867187500 +0.104980468750 +-0.077148437500 +-0.228515625000 +-0.006927490234 +-0.054687500000 +0.094238281250 +-0.013610839844 +-0.085937500000 +-0.073730468750 +0.083984375000 +0.015747070312 +0.166992187500 +-0.063476562500 +0.121582031250 +0.016601562500 +-0.026733398438 +0.000233650208 +0.186523437500 +0.211914062500 +0.043945312500 +-0.149414062500 +-0.140625000000 +0.016357421875 +0.265625000000 +-0.109863281250 +0.024414062500 +-0.196289062500 +0.084960937500 +0.151367187500 +-0.109863281250 +-0.032714843750 +0.058349609375 +-0.130859375000 +-0.013061523438 +-0.156250000000 +0.119628906250 +-0.138671875000 +0.028930664062 +-0.078613281250 +0.143554687500 +-0.275390625000 +-0.035156250000 +-0.004089355469 +0.113281250000 +-0.228515625000 +-0.044433593750 +0.126953125000 +0.041503906250 +0.012634277344 +0.017700195312 +-0.141601562500 +-0.151367187500 +0.078125000000 +0.199218750000 +0.071777343750 +0.124023437500 +-0.080078125000 +-0.188476562500 +-0.160156250000 +0.063964843750 +-0.002929687500 +-0.527343750000 +-0.107910156250 +0.145507812500 +-0.008666992188 +-0.051513671875 +-0.275390625000 +-0.018188476562 +0.023193359375 +-0.057128906250 +0.092773437500 +-0.110839843750 +0.184570312500 +0.001808166504 +-0.039550781250 +0.009338378906 +0.068359375000 +0.101562500000 +0.012268066406 +0.093750000000 +-0.015258789062 +0.174804687500 +0.170898437500 +-0.008789062500 +0.043212890625 +-0.173828125000 +-0.033935546875 +-0.202148437500 +0.031494140625 +0.090820312500 +-0.213867187500 +0.127929687500 +-0.169921875000 +0.108398437500 +0.224609375000 +0.110351562500 +-0.094726562500 +-0.065429687500 +-0.122558593750 +0.171875000000 +0.075195312500 +-0.025390625000 +0.040771484375 +-0.298828125000 +0.076171875000 +0.009826660156 +0.023437500000 +-0.142578125000 +-0.030273437500 +-0.130859375000 +0.135742187500 +0.101562500000 +0.117187500000 +-0.018188476562 +-0.120117187500 +-0.053222656250 +0.183593750000 +0.154296875000 +0.130859375000 +0.036376953125 +-0.091796875000 +-0.039306640625 +0.017211914062 +0.101074218750 +-0.009094238281 +-0.414062500000 +-0.055664062500 +0.001235961914 +-0.039306640625 +0.097167968750 +0.001876831055 +-0.145507812500 +-0.120605468750 +-0.101562500000 +0.038085937500 +-0.175781250000 +-0.140625000000 +0.070312500000 +0.100585937500 +0.196289062500 +-0.127929687500 +0.046142578125 +0.149414062500 +0.045410156250 +0.050048828125 +0.090820312500 +0.043701171875 +0.244140625000 +-0.011474609375 +0.096191406250 +-0.083007812500 +0.046630859375 +0.058593750000 +-0.132812500000 +0.071289062500 +0.144531250000 +0.082519531250 +-0.042236328125 +0.148437500000 +0.050048828125 +-0.013000488281 +0.223632812500 +-0.080566406250 +0.217773437500 +-0.095214843750 +0.021606445312 +-0.271484375000 +-0.179687500000 +-0.034423828125 +0.155273437500 +0.011047363281 +-0.063964843750 +-0.150390625000 +0.132812500000 +-0.173828125000 +0.228515625000 +0.172851562500 +0.002487182617 +-0.094238281250 +0.010375976562 +0.195312500000 +0.110839843750 +0.017944335938 +-0.154296875000 +-0.029541015625 +-0.116210937500 +-0.042236328125 +-0.183593750000 +-0.091308593750 +-0.304687500000 +-0.271484375000 +0.159179687500 +-0.156250000000 +0.062988281250 +-0.007873535156 +0.081054687500 +0.025146484375 +-0.253906250000 +-0.052978515625 +0.214843750000 +0.169921875000 +0.143554687500 +-0.390625000000 +-0.114257812500 +0.001220703125 +-0.365234375000 +0.133789062500 +0.030761718750 +-0.197265625000 +-0.054931640625 +0.118164062500 +0.077636718750 +-0.208984375000 +0.058105468750 +-0.006744384766 +-0.014770507812 +-0.010559082031 +-0.053710937500 +0.078125000000 +-0.101562500000 +-0.032226562500 +-0.148437500000 +0.146484375000 +-0.072265625000 +-0.028686523438 +-0.077636718750 +-0.129882812500 +0.291015625000 +-0.068847656250 +-0.057617187500 +0.029907226562 +-0.058593750000 +0.065917968750 +-0.092773437500 +0.062500000000 +-0.072265625000 +-0.259765625000 +0.012817382812 +-0.245117187500 +-0.015136718750 +0.081054687500 +0.061279296875 +-0.036865234375 +0.086914062500 +0.062988281250 +0.133789062500 +-0.132812500000 +0.070800781250 +-0.009033203125 +0.127929687500 +-0.005950927734 +-0.104003906250 +-0.443359375000 +0.006835937500 +-0.062011718750 +0.012268066406 +-0.064453125000 +-0.068847656250 +-0.028076171875 +-0.060302734375 +-0.049072265625 +-0.162109375000 +0.039550781250 +0.065429687500 +-0.072265625000 +-0.015441894531 +-0.382812500000 +0.012451171875 +0.032226562500 +-0.441406250000 +0.032470703125 +-0.153320312500 +-0.265625000000 +0.083496093750 +0.150390625000 +0.092773437500 +-0.072753906250 +0.067871093750 +-0.191406250000 +0.129882812500 +0.078125000000 +-0.177734375000 +0.289062500000 +-0.002777099609 +0.137695312500 +-0.071289062500 +-0.009887695312 +0.047119140625 +0.098632812500 +-0.435546875000 +0.111816406250 +0.244140625000 +-0.261718750000 +-0.000478744507 +-0.033691406250 +0.064941406250 +-0.125976562500 +-0.115234375000 +0.005645751953 +0.003936767578 +0.038574218750 +-0.044189453125 +-0.079101562500 +-0.230468750000 +0.013549804688 +0.071777343750 +0.101074218750 +0.050048828125 +0.116699218750 +0.049072265625 +-0.040771484375 +-0.019897460938 +0.005859375000 +0.045166015625 +0.069335937500 +-0.248046875000 +-0.081054687500 +0.039306640625 +0.022827148438 +0.132812500000 +0.566406250000 +-0.034667968750 +0.097656250000 +-0.318359375000 +0.034912109375 +-0.062988281250 +-0.246093750000 +0.006317138672 +-0.154296875000 +-0.205078125000 +-0.156250000000 +-0.002807617188 +-0.006561279297 +-0.099121093750 +-0.101074218750 +-0.001861572266 +-0.164062500000 +0.255859375000 +0.239257812500 +-0.015380859375 +0.024291992188 +0.079589843750 +-0.129882812500 +0.125976562500 +0.050537109375 +0.132812500000 +0.152343750000 +-0.100585937500 +0.035888671875 +-0.166015625000 +-0.318359375000 +0.139648437500 +0.110351562500 +0.137695312500 +0.110839843750 +-0.032958984375 +0.057128906250 +0.107910156250 +0.088378906250 +0.024536132812 +0.078613281250 +0.022827148438 +0.045166015625 +-0.155273437500 +0.314453125000 +0.048828125000 +0.086914062500 +0.066894531250 +0.118164062500 +0.082519531250 +0.205078125000 +-0.105957031250 +0.028808593750 +-0.298828125000 +0.062988281250 +-0.068847656250 +0.028320312500 +-0.051757812500 +-0.043701171875 +0.003890991211 +-0.031738281250 +-0.061523437500 +0.147460937500 +-0.535156250000 +-0.096191406250 +-0.000010609627 +0.043701171875 +0.012878417969 +0.148437500000 +-0.147460937500 +-0.221679687500 +0.017333984375 +-0.033691406250 +-0.108398437500 +-0.024047851562 +-0.051269531250 +0.013793945312 +-0.228515625000 +-0.129882812500 +-0.114257812500 +-0.145507812500 +0.566406250000 +0.080566406250 +0.100097656250 +-0.152343750000 +0.041015625000 +0.003784179688 +-0.053710937500 +0.041992187500 +0.019287109375 +0.211914062500 +0.006561279297 +0.113769531250 +-0.071289062500 +-0.180664062500 +0.144531250000 +-0.057861328125 +0.166992187500 +0.086425781250 +0.090820312500 +0.158203125000 +0.182617187500 +-0.026367187500 +0.087890625000 +0.181640625000 +-0.150390625000 +0.025024414062 +0.077636718750 +0.333984375000 +0.012023925781 +-0.166015625000 +0.019042968750 +-0.070800781250 +0.027099609375 +0.139648437500 +-0.167968750000 +0.188476562500 +0.065917968750 +-0.138671875000 +0.024414062500 +-0.106933593750 +0.112792968750 +-0.088378906250 +-0.049316406250 +-0.144531250000 +0.222656250000 +-0.025268554688 +0.055175781250 +-0.012207031250 +-0.167968750000 +0.137695312500 +0.253906250000 +0.054199218750 +0.083007812500 +-0.052734375000 +0.224609375000 +-0.585937500000 +-0.102539062500 +-0.092285156250 +-0.010009765625 +0.253906250000 +0.135742187500 +0.015014648438 +-0.122558593750 +0.191406250000 +-0.076660156250 +0.220703125000 +-0.255859375000 +-0.324218750000 +-0.026855468750 +0.030639648438 +-0.131835937500 +-0.017456054688 +0.066894531250 +0.064453125000 +-0.089355468750 +-0.057373046875 +0.159179687500 +-0.251953125000 +0.004425048828 +0.271484375000 +-0.060791015625 +0.166015625000 +0.074707031250 +0.099121093750 +0.050292968750 +0.036621093750 +0.020141601562 +-0.003280639648 +0.137695312500 +0.056152343750 +0.180664062500 +0.090332031250 +-0.045654296875 +-0.002044677734 +-0.063476562500 +-0.161132812500 +-0.047119140625 +0.150390625000 +0.006103515625 +-0.244140625000 +-0.341796875000 +0.034912109375 +0.036132812500 +0.162109375000 +-0.103515625000 +-0.251953125000 +0.103515625000 +0.055175781250 +-0.100585937500 +-0.048583984375 +0.000938415527 +-0.126953125000 +-0.004150390625 +0.039062500000 +0.070312500000 +0.075195312500 +0.071289062500 +-0.123046875000 +-0.010864257812 +0.062500000000 +-0.492187500000 +-0.208007812500 +0.075683593750 +-0.040283203125 +-0.136718750000 +-0.014160156250 +-0.085937500000 +-0.132812500000 +-0.080078125000 +0.231445312500 +-0.141601562500 +0.171875000000 +0.033203125000 +-0.015075683594 +-0.181640625000 +0.049072265625 +0.042968750000 +-0.174804687500 +-0.193359375000 +-0.192382812500 +-0.152343750000 +0.015502929688 +0.020629882812 +0.015197753906 +-0.265625000000 +0.004058837891 +-0.308593750000 +-0.089843750000 +-0.326171875000 +0.086914062500 +-0.039306640625 +0.005004882812 +0.019165039062 +-0.241210937500 +0.061035156250 +-0.029174804688 +0.054687500000 +-0.118652343750 +-0.165039062500 +-0.069335937500 +-0.061523437500 +-0.137695312500 +-0.027832031250 +0.010192871094 +0.191406250000 +-0.302734375000 +0.088867187500 +-0.137695312500 +-0.114746093750 +-0.005310058594 +0.034912109375 +-0.068847656250 +0.105468750000 +-0.092285156250 +0.020751953125 +0.231445312500 +0.050781250000 +-0.095214843750 +-0.160156250000 +-0.042480468750 +-0.064941406250 +-0.048583984375 +-0.155273437500 +0.111328125000 +0.021728515625 +-0.106445312500 +-0.051269531250 +-0.039550781250 +-0.082519531250 +-0.080566406250 +0.069335937500 +0.014038085938 +-0.047119140625 +-0.049804687500 +0.120117187500 +0.031738281250 +0.071777343750 +0.104003906250 +0.105957031250 +0.055175781250 +-0.018188476562 +-0.078125000000 +0.013488769531 +-0.408203125000 +-0.042236328125 +0.174804687500 +0.114257812500 +0.076660156250 +-0.052001953125 +-0.146484375000 +0.112792968750 +-0.094726562500 +-0.019287109375 +-0.003967285156 +0.060058593750 +-0.081054687500 +0.062255859375 +0.061035156250 +0.030761718750 +-0.127929687500 +0.067382812500 +-0.079589843750 +-0.042968750000 +0.085449218750 +0.091308593750 +-0.043212890625 +0.006195068359 +0.057373046875 +0.079589843750 +-0.121093750000 +-0.066406250000 +-0.003326416016 +0.173828125000 +-0.003387451172 +0.033691406250 +0.003326416016 +-0.224609375000 +0.020263671875 +-0.166992187500 +0.115722656250 +-0.074707031250 +0.094238281250 +-0.014099121094 +-0.078125000000 +0.098632812500 +-0.110839843750 +-0.026000976562 +-0.116210937500 +-0.040771484375 +0.008483886719 +0.081054687500 +-0.047119140625 +0.108398437500 +0.018188476562 +-0.003097534180 +-0.008300781250 +0.131835937500 +0.065917968750 +-0.237304687500 +0.080566406250 +-0.093261718750 +0.015625000000 +-0.044433593750 +0.027587890625 +0.038574218750 +-0.099609375000 +0.092285156250 +-0.122558593750 +0.035156250000 +0.113769531250 +0.018798828125 +0.146484375000 +-0.096679687500 +-0.060546875000 +-0.102539062500 +-0.125976562500 +-0.195312500000 +-0.135742187500 +0.097167968750 +-0.096191406250 +0.009338378906 +0.079589843750 +-0.245117187500 +-0.083496093750 +-0.478515625000 +-0.079101562500 +-0.218750000000 +0.109375000000 +-0.033203125000 +-0.108886718750 +-0.214843750000 +0.028076171875 +0.026245117188 +0.000404357910 +0.007080078125 +-0.060546875000 +-0.239257812500 +-0.484375000000 +-0.026245117188 +-0.076171875000 +-0.410156250000 +-0.157226562500 +0.026367187500 +0.069824218750 +0.021850585938 +0.066894531250 +0.064453125000 +-0.281250000000 +0.107421875000 +-0.096191406250 +-0.031005859375 +-0.214843750000 +-0.367187500000 +0.180664062500 +-0.020507812500 +0.035400390625 +0.016113281250 +0.044921875000 +0.089355468750 +0.197265625000 +-0.135742187500 +-0.053955078125 +-0.077148437500 +-0.063476562500 +-0.006561279297 +-0.155273437500 +-0.078125000000 +-0.097656250000 +0.041015625000 +-0.097167968750 +0.042480468750 +0.009948730469 +-0.036132812500 +0.067871093750 +-0.322265625000 +-0.083496093750 +0.036376953125 +0.129882812500 +0.170898437500 +0.042236328125 +-0.044433593750 +-0.065917968750 +0.119140625000 +0.088378906250 +0.121582031250 +-0.061279296875 +-0.068847656250 +-0.151367187500 +0.027832031250 +-0.024780273438 +-0.322265625000 +-0.265625000000 +-0.174804687500 +0.023803710938 +0.062255859375 +-0.222656250000 +0.195312500000 +0.058593750000 +-0.119140625000 +0.022949218750 +-0.019409179688 +0.025024414062 +0.043457031250 +0.141601562500 +0.048339843750 +-0.172851562500 +0.071777343750 +0.166015625000 +0.081542968750 +0.021362304688 +-0.145507812500 +-0.474609375000 +-0.020874023438 +-0.209960937500 +-0.002502441406 +-0.065429687500 +0.013366699219 +-0.045166015625 +-0.001426696777 +-0.008789062500 +-0.079101562500 +-0.022460937500 +-0.075683593750 +0.036132812500 +-0.071777343750 +0.031982421875 +-0.050292968750 +0.030639648438 +-0.060791015625 +0.119628906250 +0.025268554688 +-0.101074218750 +-0.048095703125 +0.025878906250 +0.016601562500 +-0.032714843750 +-0.200195312500 +-0.089355468750 +0.220703125000 +0.118164062500 +-0.022216796875 +-0.027221679688 +-0.765625000000 +0.138671875000 +0.044921875000 +0.040527343750 +0.119628906250 +0.036376953125 +-0.042968750000 +-0.069824218750 +0.104980468750 +0.235351562500 +-0.084472656250 +-0.081542968750 +-0.086914062500 +0.158203125000 +-0.042724609375 +0.096679687500 +-0.198242187500 +-0.182617187500 +-0.001152038574 +0.166015625000 +-0.005554199219 +-0.163085937500 +-0.146484375000 +-0.065917968750 +-0.055419921875 +-0.092285156250 +-0.036132812500 +-0.067382812500 +0.029785156250 +0.084472656250 +0.062255859375 +0.089843750000 +-0.178710937500 +-0.036376953125 +0.158203125000 +-0.125000000000 +-0.006256103516 +0.064453125000 +0.070312500000 +0.011108398438 +-0.023559570312 +-0.124511718750 +-0.066894531250 +-0.060302734375 +-0.059570312500 +-0.004882812500 +0.343750000000 +0.131835937500 +0.137695312500 +-0.004486083984 +0.023559570312 +0.095214843750 +0.012817382812 +0.047363281250 +-0.010009765625 +-0.060302734375 +-0.069824218750 +-0.037353515625 +0.096191406250 +-0.047363281250 +0.075683593750 +-0.302734375000 +-0.253906250000 +-0.119628906250 +0.067382812500 +-0.149414062500 +0.031494140625 +0.116699218750 +-0.022705078125 +-0.097656250000 +-0.149414062500 +0.037353515625 +-0.025024414062 +0.154296875000 +0.120117187500 +0.052001953125 +0.036621093750 +-0.092773437500 +0.028076171875 +-0.018676757812 +-0.058349609375 +0.129882812500 +-0.196289062500 +0.102050781250 +-0.134765625000 +-0.012878417969 +0.083496093750 +0.055664062500 +0.067382812500 +-0.044921875000 +-0.066894531250 +-0.039794921875 +-0.108886718750 +-0.227539062500 +0.082519531250 +-0.019165039062 +-0.083007812500 +0.119140625000 +0.084960937500 +-0.137695312500 +-0.012268066406 +0.144531250000 +0.095703125000 +-0.416015625000 +0.031250000000 +-0.082031250000 +-0.186523437500 +-0.103515625000 +-0.219726562500 +0.046875000000 +0.248046875000 +0.064941406250 +-0.253906250000 +-0.018554687500 +-0.021972656250 +0.065429687500 +0.025390625000 +0.108886718750 +-0.251953125000 +-0.117675781250 +-0.001655578613 +0.005035400391 +-0.040283203125 +0.046142578125 +0.007293701172 +0.070312500000 +-0.116699218750 +0.171875000000 +-0.675781250000 +-0.171875000000 +0.072753906250 +0.071289062500 +0.147460937500 +0.110839843750 +-0.076171875000 +0.040771484375 +0.171875000000 +0.097167968750 +-0.022583007812 +-0.208984375000 +-0.139648437500 +0.124023437500 +-0.248046875000 +0.306640625000 +0.087402343750 +0.040283203125 +-0.014587402344 +0.140625000000 +-0.161132812500 +-0.056640625000 +0.013427734375 +0.140625000000 +0.121582031250 +0.102050781250 +0.030273437500 +0.166992187500 +-0.253906250000 +-0.244140625000 +0.074218750000 +0.072265625000 +-0.187500000000 +-0.010681152344 +-0.030517578125 +0.001220703125 +0.144531250000 +0.091308593750 +-0.004302978516 +-0.021972656250 +0.093750000000 +0.040283203125 +0.171875000000 +0.076171875000 +0.058593750000 +-0.230468750000 +-0.281250000000 +0.065917968750 +0.082031250000 +-0.049804687500 +-0.044433593750 +0.050292968750 +-0.035400390625 +-0.017333984375 +0.027465820312 +-0.086914062500 +0.034423828125 +-0.125976562500 +-0.566406250000 +0.202148437500 +0.059814453125 +0.055175781250 +0.144531250000 +-0.205078125000 +0.012756347656 +-0.234375000000 +-0.029541015625 +-0.082519531250 +0.013122558594 +-0.026367187500 +0.201171875000 +0.086914062500 +-0.044677734375 +-0.028564453125 +0.011596679688 +-0.161132812500 +-0.004455566406 +0.120117187500 +0.026977539062 +-0.195312500000 +0.034423828125 +0.086914062500 +0.062255859375 +-0.190429687500 +0.031982421875 +0.060791015625 +-0.011840820312 +0.107421875000 +-0.101562500000 +-0.410156250000 +0.040039062500 +0.016479492188 +-0.102050781250 +0.007324218750 +0.077148437500 +-0.013610839844 +0.217773437500 +0.143554687500 +-0.106445312500 +-0.255859375000 +-0.111816406250 +-0.041259765625 +0.180664062500 +-0.072265625000 +0.052734375000 +-0.028320312500 +-0.449218750000 +0.047851562500 +-0.001785278320 +-0.088867187500 +0.223632812500 +0.192382812500 +0.218750000000 +-0.071289062500 +0.007446289062 +-0.316406250000 +-0.013244628906 +-0.050537109375 +-0.017700195312 +-0.137695312500 +-0.373046875000 +0.057861328125 +-0.008911132812 +-0.120605468750 +-0.207031250000 +-0.462890625000 +-0.164062500000 +-0.069335937500 +-0.031494140625 +0.090332031250 +-0.042480468750 +0.112792968750 +-0.033203125000 +-0.041748046875 +-0.132812500000 +0.025390625000 +0.043457031250 +-0.073242187500 +-0.059814453125 +-0.068359375000 +-0.064453125000 +-0.197265625000 +0.062988281250 +-0.038330078125 +0.047363281250 +0.133789062500 +0.109863281250 +0.115722656250 +-0.155273437500 +-0.016113281250 +-0.036132812500 +-0.005676269531 +0.008300781250 +-0.099609375000 +0.064453125000 +-0.095214843750 +0.131835937500 +-0.246093750000 +0.035888671875 +-0.003540039062 +-0.003295898438 +0.134765625000 +0.096679687500 +-0.092285156250 +0.107421875000 +0.244140625000 +-0.004486083984 +-0.208984375000 +-0.062011718750 +-0.152343750000 +0.051757812500 +-0.071777343750 +-0.320312500000 +-0.179687500000 +0.055908203125 +0.038574218750 +-0.165039062500 +-0.115722656250 +0.046142578125 +-0.197265625000 +0.026000976562 +-0.134765625000 +-0.035888671875 +-0.033935546875 +-0.192382812500 +-0.058837890625 +-0.154296875000 +0.047363281250 +-0.046142578125 +0.028686523438 +-0.024169921875 +-0.092773437500 +-0.335937500000 +-0.072753906250 +-0.167968750000 +-0.023559570312 +-0.097656250000 +0.161132812500 +0.078613281250 +0.155273437500 +0.040527343750 +0.206054687500 +-0.144531250000 +-0.058837890625 +0.046386718750 +-0.072265625000 +-0.154296875000 +0.089843750000 +0.046630859375 +-0.052734375000 +0.039794921875 +-0.048095703125 +0.118652343750 +-0.000040769577 +-0.080566406250 +-0.032958984375 +-0.105957031250 +0.092773437500 +0.126953125000 +-0.176757812500 +-0.095214843750 +-0.089843750000 +-0.092773437500 +-0.018188476562 +-0.061523437500 +-0.008728027344 +-0.028076171875 +-0.142578125000 +0.056396484375 +0.130859375000 +0.210937500000 +0.051757812500 +0.135742187500 +-0.144531250000 +0.086914062500 +0.027465820312 +0.063964843750 +-0.037109375000 +-0.120605468750 +0.042236328125 +-0.026123046875 +0.141601562500 +0.128906250000 +-0.136718750000 +-0.057128906250 +-0.163085937500 +-0.019409179688 +-0.283203125000 +0.141601562500 +-0.111328125000 +-0.031982421875 +0.107421875000 +0.050537109375 +-0.025024414062 +0.147460937500 +-0.055419921875 +0.124511718750 +0.088867187500 +-0.140625000000 +-0.112304687500 +0.053955078125 +-0.115722656250 +-0.156250000000 +0.027709960938 +-0.064453125000 +-0.234375000000 +-0.243164062500 +-0.077636718750 +-0.071289062500 +0.031738281250 +-0.070800781250 +-0.064941406250 +-0.118164062500 +0.222656250000 +0.027954101562 +-0.047119140625 +-0.149414062500 +-0.195312500000 +-0.439453125000 +-0.237304687500 +-0.139648437500 +-0.014892578125 +-0.451171875000 +-0.113281250000 +0.177734375000 +0.123535156250 +-0.129882812500 +0.058349609375 +0.065917968750 +0.130859375000 +0.079589843750 +0.023803710938 +-0.060058593750 +-0.219726562500 +-0.167968750000 +0.008117675781 +0.056640625000 +0.095703125000 +0.130859375000 +0.123535156250 +-0.009033203125 +0.072753906250 +-0.012817382812 +0.130859375000 +-0.347656250000 +0.100097656250 +0.045166015625 +-0.183593750000 +-0.079101562500 +-0.157226562500 +-0.190429687500 +-0.148437500000 +0.010986328125 +0.041992187500 +0.021118164062 +0.235351562500 +-0.033447265625 +0.094238281250 +0.039550781250 +-0.253906250000 +0.014953613281 +-0.045654296875 +0.023559570312 +-0.181640625000 +-0.124511718750 +-0.048095703125 +0.010253906250 +-0.090820312500 +-0.070800781250 +-0.069824218750 +-0.601562500000 +-0.086914062500 +-0.078125000000 +-0.022216796875 +-0.155273437500 +-0.078613281250 +-0.004211425781 +0.113769531250 +-0.001487731934 +-0.291015625000 +0.022949218750 +0.192382812500 +-0.490234375000 +-0.468750000000 +-0.021606445312 +0.082519531250 +-0.408203125000 +-0.202148437500 +0.062011718750 +0.215820312500 +-0.117675781250 +0.021118164062 +0.053710937500 +0.076660156250 +0.059814453125 +-0.119628906250 +0.037109375000 +0.123046875000 +0.160156250000 +0.088867187500 +0.003280639648 +0.031738281250 +0.169921875000 +0.016723632812 +0.007934570312 +0.082519531250 +0.294921875000 +0.147460937500 +-0.065429687500 +-0.085937500000 +-0.201171875000 +0.102050781250 +0.125976562500 +0.011901855469 +-0.032470703125 +0.089355468750 +0.029907226562 +0.032714843750 +0.127929687500 +-0.183593750000 +-0.099121093750 +-0.277343750000 +-0.039062500000 +-0.039306640625 +0.100585937500 +0.034179687500 +-0.062988281250 +0.042724609375 +-0.159179687500 +0.174804687500 +-0.046875000000 +0.044189453125 +-0.044921875000 +0.137695312500 +-0.142578125000 +-0.040039062500 +-0.083007812500 +0.061523437500 +-0.003814697266 +-0.081542968750 +-0.082519531250 +0.022827148438 +-0.135742187500 +-0.019287109375 +0.041503906250 +-0.214843750000 +-0.142578125000 +-0.174804687500 +0.016479492188 +0.059326171875 +-0.400390625000 +-0.129882812500 +0.110839843750 +-0.257812500000 +0.059814453125 +-0.047119140625 +-0.003906250000 +-0.112304687500 +0.126953125000 +-0.177734375000 +0.093750000000 +-0.222656250000 +-0.222656250000 +-0.101562500000 +0.102539062500 +0.021118164062 +-0.029541015625 +0.019653320312 +-0.084472656250 +0.044921875000 +-0.179687500000 +0.047607421875 +-0.009216308594 +0.035156250000 +0.034667968750 +-0.104492187500 +-0.157226562500 +-0.178710937500 +0.110351562500 +-0.009399414062 +-0.026489257812 +0.058349609375 +0.093750000000 +0.287109375000 +-0.208007812500 +-0.199218750000 +-0.045410156250 +-0.215820312500 +-0.121582031250 +-0.001579284668 +-0.367187500000 +0.020385742188 +0.054443359375 +-0.016967773438 +0.123535156250 +-0.032226562500 +-0.072753906250 +-0.231445312500 +-0.105957031250 +-0.161132812500 +-0.151367187500 +-0.215820312500 +0.052734375000 +-0.096191406250 +0.115234375000 +0.025268554688 +0.092773437500 +-0.160156250000 +0.008728027344 +0.057373046875 +0.045166015625 +-0.137695312500 +0.021240234375 +0.042968750000 +0.013977050781 +0.001777648926 +0.044921875000 +0.005859375000 +-0.644531250000 +-0.007263183594 +0.104492187500 +-0.083984375000 +-0.120117187500 +0.002929687500 +-0.005737304688 +-0.148437500000 +-0.179687500000 +0.011901855469 +0.166015625000 +-0.006805419922 +0.093261718750 +0.037597656250 +-0.040527343750 +-0.009704589844 +-0.049560546875 +0.071777343750 +-0.246093750000 +-0.468750000000 +-0.063964843750 +-0.427734375000 +0.105468750000 +0.013549804688 +0.008666992188 +0.069335937500 +0.083496093750 +0.117675781250 +-0.097167968750 +0.097167968750 +0.005462646484 +0.086914062500 +-0.022583007812 +-0.193359375000 +-0.035400390625 +-0.084472656250 +0.068847656250 +-0.225585937500 +-0.006408691406 +-0.057373046875 +0.082519531250 +0.037109375000 +-0.074707031250 +-0.102050781250 +0.023681640625 +-0.593750000000 +-0.044921875000 +-0.016601562500 +-0.283203125000 +-0.024536132812 +0.044433593750 +0.028930664062 +0.062011718750 +-0.164062500000 +0.002273559570 +-0.123046875000 +0.040039062500 +0.023803710938 +-0.363281250000 +-0.193359375000 +-0.120605468750 +-0.294921875000 +0.195312500000 +0.173828125000 +-0.070800781250 +-0.109863281250 +-0.088867187500 +0.105957031250 +0.001739501953 +0.032714843750 +-0.128906250000 +0.221679687500 +0.041503906250 +0.040771484375 +0.080078125000 +-0.011535644531 +0.045410156250 +-0.265625000000 +0.079101562500 +-0.108886718750 +0.011474609375 +0.082519531250 +-0.035644531250 +0.006378173828 +-0.010314941406 +0.073242187500 +-0.124511718750 +-0.019042968750 +0.066894531250 +-0.026123046875 +0.070800781250 +-0.208007812500 +-0.259765625000 +0.158203125000 +-0.019409179688 +-0.089355468750 +-0.243164062500 +-0.339843750000 +0.196289062500 +-0.168945312500 +-0.143554687500 +0.043701171875 +0.152343750000 +-0.035888671875 +-0.142578125000 +-0.107421875000 +0.032714843750 +-0.324218750000 +-0.102539062500 +-0.037353515625 +-0.031005859375 +0.001220703125 +-0.000233650208 +-0.058593750000 +-0.020385742188 +0.139648437500 +0.050537109375 +0.056396484375 +-0.043212890625 +-0.012023925781 +-0.010620117188 +0.051269531250 +-0.018798828125 +-0.052978515625 +-0.221679687500 +0.083496093750 +0.049072265625 +0.107421875000 +-0.164062500000 +-0.039794921875 +-0.057861328125 +0.080078125000 +-0.123046875000 +0.048095703125 +-0.033935546875 +-0.263671875000 +0.018554687500 +-0.402343750000 +-0.040039062500 +-0.107421875000 +-0.178710937500 +0.001007080078 +-0.008239746094 +-0.069824218750 +0.030883789062 +0.141601562500 +-0.004150390625 +-0.460937500000 +-0.014709472656 +-0.255859375000 +0.050537109375 +0.009704589844 +0.015502929688 +0.060546875000 +-0.326171875000 +0.003723144531 +-0.100585937500 +0.130859375000 +-0.086914062500 +0.177734375000 +-0.075195312500 +-0.093261718750 +-0.166015625000 +-0.191406250000 +-0.097167968750 +-0.122558593750 +-0.183593750000 +-0.132812500000 +0.101562500000 +-0.011779785156 +-0.016357421875 +0.026611328125 +0.173828125000 +-0.060546875000 +0.119140625000 +0.036865234375 +0.090332031250 +-0.237304687500 +0.097656250000 +0.098144531250 +0.055908203125 +-0.064941406250 +-0.066894531250 +-0.012817382812 +0.130859375000 +-0.034423828125 +-0.107421875000 +-0.041015625000 +0.100097656250 +-0.006103515625 +0.063476562500 +0.142578125000 +0.024658203125 +0.029174804688 +0.099121093750 +-0.010925292969 +0.024169921875 +-0.119140625000 +0.013671875000 +-0.281250000000 +-0.231445312500 +-0.023071289062 +0.011352539062 +-0.007171630859 +0.166015625000 +0.020874023438 +-0.211914062500 +-0.042968750000 +-0.101074218750 +0.044189453125 +-0.310546875000 +-0.028198242188 +0.061767578125 +-0.117675781250 +-0.088867187500 +-0.041015625000 +-0.099121093750 +-0.003402709961 +-0.050292968750 +0.058593750000 +0.014953613281 +-0.150390625000 +-0.204101562500 +-0.084472656250 +-0.180664062500 +-0.002136230469 +-0.376953125000 +0.122070312500 +-0.134765625000 +-0.044189453125 +0.202148437500 +0.024414062500 +0.014770507812 +0.022949218750 +-0.004791259766 +-0.202148437500 +-0.162109375000 +0.085449218750 +-0.123046875000 +-0.081054687500 +-0.004211425781 +-0.009643554688 +-0.122558593750 +-0.237304687500 +0.145507812500 +0.024902343750 +-0.058349609375 +-0.259765625000 +-0.023071289062 +-0.038085937500 +-0.049072265625 +0.181640625000 +0.096679687500 +-0.253906250000 +-0.089355468750 +-0.096679687500 +0.100585937500 +-0.084960937500 +-0.165039062500 +0.110351562500 +0.109375000000 +0.011535644531 +-0.110839843750 +-0.008056640625 +-0.025756835938 +-0.016845703125 +0.018920898438 +-0.027465820312 +0.038085937500 +-0.089355468750 +0.042480468750 +-0.070312500000 +-0.147460937500 +0.020507812500 +-0.026123046875 +0.021850585938 +-0.057617187500 +0.093261718750 +0.014404296875 +0.039306640625 +-0.061767578125 +0.070800781250 +0.047119140625 +-0.339843750000 +-0.221679687500 +0.150390625000 +0.016845703125 +0.122558593750 +-0.070312500000 +-0.355468750000 +-0.020996093750 +-0.082031250000 +-0.002075195312 +0.047363281250 +-0.059326171875 +0.036621093750 +0.108886718750 +0.083496093750 +-0.106933593750 +-0.097656250000 +-0.020019531250 +-0.018554687500 +0.046875000000 +0.084472656250 +0.104003906250 +-0.031005859375 +-0.111816406250 +0.007324218750 +0.005767822266 +0.114257812500 +0.081542968750 +-0.083984375000 +-0.049804687500 +-0.136718750000 +0.036132812500 +-0.141601562500 +-0.063476562500 +0.062988281250 +-0.005950927734 +-0.037353515625 +-0.253906250000 +0.067871093750 +0.064941406250 +-0.031127929688 +0.063476562500 +-0.143554687500 +0.011230468750 +-0.294921875000 +-0.671875000000 +-0.443359375000 +-0.133789062500 +0.028320312500 +0.026123046875 +-0.170898437500 +-0.345703125000 +0.063964843750 +-1.062500000000 +-0.718750000000 +0.165039062500 +0.101074218750 +0.077148437500 +-0.082031250000 +-0.033447265625 +-0.088378906250 +0.078613281250 +0.003723144531 +-0.192382812500 +0.048583984375 +0.128906250000 +-0.103515625000 +0.023071289062 +-0.357421875000 +-0.285156250000 +-0.283203125000 +-0.163085937500 +0.095703125000 +0.028808593750 +0.106933593750 +0.090820312500 +-0.047851562500 +0.312500000000 +0.084960937500 +0.005584716797 +-0.059570312500 +0.155273437500 +0.035888671875 +0.021850585938 +-0.277343750000 +-0.106445312500 +0.095703125000 +0.084472656250 +-0.049072265625 +-0.057617187500 +-0.053710937500 +-0.022583007812 +-0.088867187500 +0.137695312500 +-0.010253906250 +-0.052490234375 +0.013244628906 +0.012451171875 +0.014099121094 +-0.484375000000 +-0.738281250000 +0.007690429688 +-0.079589843750 +0.041748046875 +-0.108398437500 +0.115234375000 +0.055664062500 +0.107421875000 +0.025024414062 +-0.018920898438 +0.158203125000 +0.135742187500 +0.074707031250 +0.074218750000 +0.138671875000 +0.070312500000 +0.043945312500 +0.054443359375 +-0.032958984375 +-0.107910156250 +0.107910156250 +-0.017822265625 +0.056640625000 +-0.118164062500 +0.114746093750 +-0.203125000000 +0.012939453125 +0.035644531250 +-0.172851562500 +-0.080566406250 +0.160156250000 +-0.029663085938 +0.031250000000 +-0.000465393066 +-0.054687500000 +0.174804687500 +0.015380859375 +0.065917968750 +-0.003707885742 +0.037597656250 +0.207031250000 +-0.077148437500 +0.030761718750 +-0.104980468750 +0.053222656250 +-0.414062500000 +0.132812500000 +0.048339843750 +0.056396484375 +0.038085937500 +-0.011535644531 +-0.086425781250 +0.067871093750 +-0.060791015625 +0.087402343750 +0.110351562500 +-0.185546875000 +-0.281250000000 +-0.257812500000 +-0.027221679688 +0.097167968750 +-0.028808593750 +-0.127929687500 +-0.053466796875 +-0.002502441406 +0.108398437500 +-0.100585937500 +-0.373046875000 +-0.112304687500 +-0.087402343750 +0.097656250000 +-0.291015625000 +0.048583984375 +-0.097167968750 +-0.021972656250 +0.054443359375 +-0.062500000000 +0.003311157227 +-0.076171875000 +0.021484375000 +-0.182617187500 +0.025024414062 +0.050537109375 +0.015991210938 +0.120605468750 +0.052246093750 +0.027587890625 +-0.080566406250 +0.035888671875 +-0.007934570312 +-0.018554687500 +0.002410888672 +-0.158203125000 +0.053466796875 +0.146484375000 +0.101074218750 +-0.043701171875 +0.040283203125 +-0.162109375000 +0.197265625000 +-0.408203125000 +-0.010498046875 +0.127929687500 +0.066894531250 +0.035644531250 +-0.075195312500 +-0.004089355469 +0.022216796875 +-0.007995605469 +0.088867187500 +-0.014953613281 +0.099121093750 +0.030639648438 +0.139648437500 +-0.011779785156 +0.122070312500 +-0.020996093750 +0.073242187500 +-0.127929687500 +-0.007415771484 +-0.063476562500 +0.174804687500 +0.020629882812 +-0.082519531250 +-0.236328125000 +-0.096679687500 +-0.003936767578 +0.055419921875 +-0.076171875000 +-0.198242187500 +-0.123046875000 +0.097656250000 +-0.199218750000 +0.042724609375 +-0.316406250000 +-0.345703125000 +-0.257812500000 +-0.335937500000 +-0.087402343750 +0.011047363281 +0.005828857422 +-0.062500000000 +0.015625000000 +-0.060791015625 +0.020751953125 +-0.220703125000 +-0.083496093750 +0.055908203125 +-0.001144409180 +-0.100097656250 +-0.019287109375 +-0.157226562500 +-0.172851562500 +0.072265625000 +-0.243164062500 +-0.007324218750 +0.191406250000 +0.083007812500 +-0.332031250000 +0.016479492188 +0.044677734375 +0.214843750000 +0.130859375000 +-0.300781250000 +0.005950927734 +0.077636718750 +-0.124511718750 +-0.017700195312 +-0.128906250000 +0.040527343750 +0.091308593750 +0.093261718750 +0.178710937500 +-0.060791015625 +-0.075683593750 +0.185546875000 +0.090820312500 +-0.001937866211 +0.142578125000 +-0.191406250000 +-0.170898437500 +0.056396484375 +-0.110839843750 +0.085937500000 +0.024780273438 +0.126953125000 +-0.012084960938 +-0.036376953125 +0.020996093750 +-0.182617187500 +0.055419921875 +0.091308593750 +0.308593750000 +-0.035156250000 +0.057861328125 +0.073730468750 +-0.123535156250 +-0.090332031250 +-0.041259765625 +-0.063964843750 +0.045166015625 +-0.156250000000 +0.061035156250 +0.110351562500 +-0.022460937500 +-0.031982421875 +0.102050781250 +0.043701171875 +-0.015258789062 +0.106445312500 +0.075683593750 +-0.378906250000 +-0.241210937500 +0.024047851562 +-0.184570312500 +-0.198242187500 +-0.074218750000 +-0.128906250000 +-0.101074218750 +0.122558593750 +0.065917968750 +0.069824218750 +0.080078125000 +-0.218750000000 +0.177734375000 +0.057861328125 +-0.160156250000 +0.105957031250 +-0.034667968750 +0.054199218750 +-0.294921875000 +-0.419921875000 +-0.082031250000 +0.062988281250 +0.140625000000 +0.004180908203 +0.033935546875 +-0.026123046875 +-0.421875000000 +-0.034423828125 +-0.031494140625 +-0.059082031250 +-0.183593750000 +0.150390625000 +0.061035156250 +0.062011718750 +-0.261718750000 +0.098632812500 +0.004974365234 +-0.004364013672 +-0.057861328125 +-0.087890625000 +-0.030151367188 +-0.194335937500 +-0.419921875000 +0.203125000000 +-0.044677734375 +0.052734375000 +-0.018310546875 +-0.065917968750 +-0.140625000000 +-0.139648437500 +0.079589843750 +-0.193359375000 +0.068847656250 +-0.069824218750 +-0.109863281250 +-0.209960937500 +0.105957031250 +-0.253906250000 +0.104980468750 +0.005004882812 +-0.044433593750 +-0.033691406250 +0.025390625000 +-0.101562500000 +-0.294921875000 +-0.106933593750 +-0.016479492188 +-0.108886718750 +-0.013305664062 +0.181640625000 +-0.027954101562 +-0.337890625000 +0.060546875000 +0.005767822266 +0.167968750000 +-0.185546875000 +0.079589843750 +0.163085937500 +-0.091796875000 +-0.236328125000 +0.015869140625 +-0.000149726868 +-0.008666992188 +-0.433593750000 +0.089355468750 +0.103027343750 +0.034667968750 +-0.047851562500 +0.001365661621 +0.041503906250 +-0.189453125000 +-0.039794921875 +0.023315429688 +-0.421875000000 +-0.025878906250 +0.075683593750 +-0.060302734375 +0.103027343750 +-0.154296875000 +0.083496093750 +-0.066894531250 +-0.043701171875 +0.136718750000 +-0.209960937500 +-0.245117187500 +0.070312500000 +0.037841796875 +-0.053466796875 +-0.121582031250 +-0.330078125000 +0.004577636719 +0.010009765625 +0.102050781250 +-0.081542968750 +-0.061035156250 +-0.113281250000 +-0.230468750000 +-0.093261718750 +-0.096679687500 +0.040039062500 +-0.088867187500 +0.060546875000 +0.008544921875 +-0.101074218750 +0.118652343750 +0.087402343750 +0.102050781250 +-0.259765625000 +-0.396484375000 +0.068359375000 +-0.250000000000 +-0.166015625000 +0.020263671875 +0.061523437500 +-0.115722656250 +-0.241210937500 +-0.017822265625 +-0.057861328125 +0.161132812500 +-0.200195312500 +0.091308593750 +-0.081542968750 +-0.075195312500 +-0.248046875000 +0.078125000000 +-0.216796875000 +-0.061279296875 +-0.127929687500 +0.076660156250 +-0.019409179688 +0.062988281250 +0.060058593750 +0.108886718750 +0.106933593750 +-0.093750000000 +-0.285156250000 +-0.054931640625 +-0.343750000000 +-0.221679687500 +0.103515625000 +0.024047851562 +0.023071289062 +0.044921875000 +-0.020507812500 +-0.154296875000 +-0.144531250000 +0.047119140625 +-0.161132812500 +0.034179687500 +-0.071289062500 +-0.121582031250 +-0.036132812500 +0.135742187500 +-0.031127929688 +0.031982421875 +0.000381469727 +0.088378906250 +0.128906250000 +-0.122070312500 +0.027099609375 +-0.205078125000 +0.039794921875 +-0.112304687500 +0.127929687500 +-0.000694274902 +0.006011962891 +-0.064453125000 +-0.015014648438 +0.056884765625 +-0.125000000000 +0.106933593750 +-0.330078125000 +-0.048095703125 +-0.170898437500 +-0.156250000000 +0.157226562500 +-0.302734375000 +-0.103027343750 +0.117675781250 +0.117187500000 +0.075683593750 +0.048583984375 +0.054199218750 +0.091308593750 +-0.453125000000 +-0.141601562500 +-0.024536132812 +-0.064941406250 +-0.074218750000 +-0.130859375000 +-0.124023437500 +0.067871093750 +0.120117187500 +0.068847656250 +0.046630859375 +0.041748046875 +-0.214843750000 +-0.287109375000 +0.057373046875 +-0.066894531250 +-0.123535156250 +0.049560546875 +0.049072265625 +-0.030151367188 +-0.030639648438 +0.077148437500 +0.045166015625 +-0.085937500000 +-0.169921875000 +-0.308593750000 +-0.296875000000 +0.046630859375 +0.056396484375 +-0.030395507812 +-0.240234375000 +0.082031250000 +0.168945312500 +0.096679687500 +0.028808593750 +-0.154296875000 +-0.494140625000 +-0.042236328125 +0.048339843750 +-0.133789062500 +0.032470703125 +-0.034912109375 +-0.012573242188 +0.006408691406 +-0.000778198242 +-0.052001953125 +-0.099121093750 +0.049804687500 +0.039794921875 +0.032714843750 +0.018432617188 +-0.085449218750 +-0.002090454102 +-0.074707031250 +0.087890625000 +-0.034423828125 +-0.050292968750 +0.094726562500 +0.233398437500 +-0.124023437500 +-0.147460937500 +-0.023803710938 +-0.050292968750 +0.003067016602 +0.214843750000 +0.206054687500 +-0.060546875000 +-0.462890625000 +0.250000000000 +-0.089843750000 +0.047607421875 +-0.096191406250 +0.204101562500 +-0.066894531250 +0.051513671875 +-0.021972656250 +0.197265625000 +0.129882812500 +-0.057617187500 +-0.140625000000 +0.083984375000 +0.019775390625 +0.141601562500 +-0.093750000000 +0.057617187500 +0.058105468750 +-0.149414062500 +-0.038818359375 +-0.050781250000 +0.152343750000 +0.015319824219 +0.063476562500 +-0.206054687500 +-0.025268554688 +0.101562500000 +-0.097656250000 +-0.400390625000 +-0.017456054688 +0.072265625000 +0.152343750000 +0.112792968750 +-0.089843750000 +-0.048339843750 +-0.067382812500 +-0.238281250000 +0.161132812500 +-0.013488769531 +0.132812500000 +0.032226562500 +-0.127929687500 +-0.034179687500 +-0.179687500000 +-0.437500000000 +0.179687500000 +-0.081054687500 +-0.010742187500 +-0.088867187500 +0.113281250000 +-0.045166015625 +0.298828125000 +-0.062011718750 +-0.034423828125 +-0.153320312500 +-0.069335937500 +0.009399414062 +0.055908203125 +-0.102050781250 +0.029785156250 +0.046386718750 +-0.159179687500 +0.090820312500 +-0.425781250000 +-0.050048828125 +-0.234375000000 +0.006378173828 +-0.229492187500 +0.006408691406 +-0.056640625000 +0.050292968750 +-0.102050781250 +0.110839843750 +0.106933593750 +0.077148437500 +-0.188476562500 +-0.044921875000 +0.183593750000 +0.013671875000 +0.024780273438 +-0.038574218750 +0.039794921875 +-0.001060485840 +0.013916015625 +0.164062500000 +0.088378906250 +0.083496093750 +0.102539062500 +0.000946044922 +0.055175781250 +-0.079589843750 +-0.088867187500 +-0.535156250000 +-0.166015625000 +-0.006164550781 +-0.022338867188 +-0.177734375000 +0.065917968750 +-0.150390625000 +0.028808593750 +-0.116699218750 +-0.023315429688 +-0.197265625000 +-0.050292968750 +-0.065917968750 +-0.014099121094 +-0.140625000000 +-0.182617187500 +-0.024169921875 +0.147460937500 +0.023071289062 +0.053955078125 +0.048095703125 +0.073730468750 +-0.047119140625 +-0.030883789062 +-0.237304687500 +-0.458984375000 +-0.131835937500 +-0.035400390625 +0.023071289062 +0.029663085938 +-0.026733398438 +-0.020019531250 +-0.184570312500 +-0.031738281250 +-0.143554687500 +-0.124023437500 +0.011901855469 +0.178710937500 +0.029785156250 +0.038818359375 +-0.199218750000 +0.065429687500 +0.097656250000 +-0.070800781250 +0.013488769531 +0.025024414062 +0.084472656250 +-0.048583984375 +-0.041503906250 +-0.042968750000 +-0.001029968262 +-0.168945312500 +0.147460937500 +0.283203125000 +0.086914062500 +-0.117675781250 +0.027099609375 +-0.009582519531 +0.046386718750 +0.017578125000 +-0.121582031250 +-0.179687500000 +0.095703125000 +0.115234375000 +0.114257812500 +-0.074707031250 +-0.071777343750 +-0.067382812500 +-0.248046875000 +-0.070312500000 +-0.213867187500 +-0.337890625000 +-0.101074218750 +-0.091308593750 +-0.076171875000 +-0.081542968750 +0.152343750000 +0.120117187500 +-0.355468750000 +0.068359375000 +-0.042480468750 +0.027221679688 +-0.117675781250 +-0.145507812500 +0.110839843750 +-0.081054687500 +0.055175781250 +-0.062988281250 +-0.035644531250 +-0.116210937500 +-0.062500000000 +0.053710937500 +-0.104980468750 +-0.026123046875 +-0.144531250000 +0.127929687500 +-0.145507812500 +-0.125976562500 +0.113769531250 +-0.111328125000 +-0.154296875000 +-0.257812500000 +-0.022094726562 +-0.167968750000 +-0.216796875000 +-0.013732910156 +0.062011718750 +0.107910156250 +-0.153320312500 +-0.015747070312 +-0.128906250000 +0.033447265625 +-0.026367187500 +0.062500000000 +0.096191406250 +-0.052978515625 +-0.066406250000 +0.052490234375 +-0.129882812500 +0.149414062500 +-0.016845703125 +-0.056884765625 +0.141601562500 +0.113769531250 +-0.049804687500 +-0.029785156250 +-0.053955078125 +-0.147460937500 +-0.218750000000 +0.114746093750 +0.078613281250 +-0.251953125000 +0.001678466797 +0.028808593750 +-0.240234375000 +0.114746093750 +-0.245117187500 +0.034667968750 +0.082031250000 +-0.006317138672 +-0.023193359375 +-0.196289062500 +-0.056152343750 +-0.184570312500 +-0.015625000000 +0.220703125000 +0.028808593750 +-0.289062500000 +-0.062500000000 +-0.308593750000 +0.057617187500 +-0.162109375000 +-0.213867187500 +-0.103515625000 +-0.096191406250 +-0.106933593750 +0.049560546875 +0.106445312500 +-0.077148437500 +0.097167968750 +-0.002426147461 +0.022460937500 +0.263671875000 +-0.671875000000 +0.082519531250 +-0.164062500000 +-0.121582031250 +-0.114746093750 +-0.143554687500 +-0.095214843750 +0.112304687500 +0.142578125000 +0.194335937500 +-0.102050781250 +0.077148437500 +0.147460937500 +-0.016357421875 +0.034912109375 +0.135742187500 +0.029296875000 +-0.056640625000 +-0.007141113281 +-0.050537109375 +0.093261718750 +0.020141601562 +0.146484375000 +-0.206054687500 +0.103515625000 +-0.024291992188 +-0.310546875000 +0.003906250000 +-0.119140625000 +-0.466796875000 +-0.130859375000 +-0.241210937500 +-0.107421875000 +0.094726562500 +0.055175781250 +-0.292968750000 +-0.012207031250 +0.088867187500 +0.221679687500 +0.039306640625 +-0.127929687500 +-0.190429687500 +-0.060546875000 +-0.145507812500 +-0.052001953125 +0.341796875000 +0.182617187500 +0.171875000000 +0.091308593750 +-0.035156250000 +-0.082031250000 +-0.081542968750 +-0.004119873047 +0.005767822266 +0.068359375000 +0.005249023438 +-0.026855468750 +-0.019287109375 +0.007171630859 +-0.353515625000 +0.142578125000 +-0.617187500000 +-0.115234375000 +-0.029541015625 +0.086914062500 +-0.074218750000 +0.213867187500 +0.015625000000 +0.062500000000 +-0.030395507812 +0.039062500000 +-0.041503906250 +0.005187988281 +0.011352539062 +0.296875000000 +-0.088867187500 +-0.017578125000 +-0.083007812500 +-0.043945312500 +0.150390625000 +-0.049804687500 +0.072265625000 +0.133789062500 +-0.039794921875 +0.205078125000 +-0.099121093750 +-0.050292968750 +0.127929687500 +-0.020263671875 +0.073730468750 +-0.200195312500 +-0.041503906250 +-0.015747070312 +-0.230468750000 +-0.113769531250 +0.028320312500 +0.075683593750 +0.153320312500 +0.084960937500 +-0.037841796875 +0.216796875000 +-0.130859375000 +0.267578125000 +0.165039062500 +0.035888671875 +-0.043457031250 +0.148437500000 +-0.091308593750 +-0.112792968750 +0.144531250000 +-0.036376953125 +0.119140625000 +0.025878906250 +0.259765625000 +0.053955078125 +0.243164062500 +-0.203125000000 +-0.004089355469 +0.117675781250 +-0.125000000000 +-0.038574218750 +-0.064941406250 +0.052734375000 +-0.435546875000 +0.074707031250 +-0.351562500000 +-0.173828125000 +-0.035888671875 +0.003433227539 +0.300781250000 +-0.174804687500 +0.042236328125 +-0.205078125000 +-0.228515625000 +-0.120605468750 +-0.094726562500 +-0.059814453125 +-0.033691406250 +-0.281250000000 +0.108886718750 +-0.150390625000 +0.006652832031 +-0.068847656250 +-0.003631591797 +-0.013000488281 +-0.008300781250 +-0.152343750000 +0.000473022461 +0.040039062500 +-0.231445312500 +0.059326171875 +-0.008605957031 +0.098632812500 +-0.001914978027 +-0.061035156250 +0.081054687500 +-0.153320312500 +0.114257812500 +0.182617187500 +-0.040039062500 +-0.015136718750 +-0.384765625000 +-0.009033203125 +-0.012390136719 +-0.109863281250 +-0.023437500000 +-0.235351562500 +0.055908203125 +0.046386718750 +0.003036499023 +-0.005157470703 +0.138671875000 +0.083984375000 +-0.031982421875 +-0.010681152344 +-0.121093750000 +-0.127929687500 +0.101074218750 +-0.159179687500 +-0.006988525391 +0.149414062500 +-0.071777343750 +-0.054443359375 +0.083496093750 +0.000235557556 +-0.093750000000 +-0.277343750000 +0.146484375000 +0.082519531250 +0.194335937500 +0.032470703125 +-0.110839843750 +-0.269531250000 +0.111816406250 +-0.165039062500 +-0.158203125000 +-0.002487182617 +0.198242187500 +-0.020629882812 +0.110839843750 +-0.100097656250 +0.107421875000 +-0.145507812500 +-0.033447265625 +0.108398437500 +0.005462646484 +-0.024536132812 +0.063476562500 +-0.408203125000 +-0.019653320312 +-0.011779785156 +0.050781250000 +0.061523437500 +-0.253906250000 +-0.176757812500 +-0.300781250000 +-0.042724609375 +0.136718750000 +-0.208007812500 +-0.023559570312 +-0.138671875000 +0.024414062500 +0.194335937500 +0.069335937500 +0.010253906250 +0.158203125000 +0.049804687500 +-0.100097656250 +0.142578125000 +0.005554199219 +0.175781250000 +-0.059814453125 +-0.006134033203 +-0.361328125000 +0.007781982422 +-0.049804687500 +-0.103027343750 +-0.014282226562 +0.273437500000 +-0.033447265625 +0.203125000000 +0.038818359375 +0.061035156250 +-0.074218750000 +0.034667968750 +0.048095703125 +0.138671875000 +0.234375000000 +-0.091308593750 +-0.006469726562 +-0.196289062500 +-0.025024414062 +-0.032714843750 +0.128906250000 +-0.285156250000 +-0.248046875000 +-0.285156250000 +-0.149414062500 +-0.154296875000 +-0.049560546875 +0.073730468750 +0.009277343750 +-0.196289062500 +-0.035400390625 +0.074218750000 +0.229492187500 +-0.378906250000 +0.191406250000 +-0.023437500000 +0.090332031250 +0.034179687500 +0.049804687500 +-0.173828125000 +-0.138671875000 +-0.101562500000 +0.046386718750 +0.011779785156 +-0.289062500000 +0.056640625000 +-0.138671875000 +0.059082031250 +0.174804687500 +-0.069824218750 +0.126953125000 +0.007415771484 +-0.127929687500 +-0.283203125000 +0.025268554688 +0.049804687500 +-0.115722656250 +0.037109375000 +-0.320312500000 +0.103027343750 +-0.040283203125 +-0.296875000000 +-0.133789062500 +-0.024047851562 +-0.119140625000 +-0.196289062500 +-0.023071289062 +-0.326171875000 +-0.127929687500 +-0.267578125000 +0.056396484375 +0.125976562500 +-0.047607421875 +0.016235351562 +-0.246093750000 +-0.229492187500 +-0.330078125000 +-0.075683593750 +-0.044189453125 +0.092773437500 +0.109375000000 +-0.111328125000 +0.115234375000 +-0.265625000000 +-0.310546875000 +-0.408203125000 +-0.076171875000 +-0.058105468750 +-0.076660156250 +-0.186523437500 +0.017578125000 +-0.084960937500 +0.150390625000 +-0.030639648438 +0.101074218750 +0.022949218750 +-0.273437500000 +0.023681640625 +0.020019531250 +-0.093261718750 +-0.035156250000 +0.126953125000 +-0.255859375000 +0.100097656250 +0.161132812500 +0.005004882812 +-0.034912109375 +0.109375000000 +-0.096191406250 +0.045410156250 +0.147460937500 +-0.147460937500 +0.057861328125 +0.073242187500 +0.202148437500 +-0.144531250000 +0.050781250000 +-0.119628906250 +0.022094726562 +0.058349609375 +-0.017089843750 +0.083496093750 +-0.113281250000 +0.007812500000 +-0.324218750000 +0.209960937500 +0.048828125000 +0.057373046875 +0.022705078125 +-0.166015625000 +-0.024536132812 +0.043945312500 +0.057373046875 +0.246093750000 +0.132812500000 +-0.102539062500 +-0.213867187500 +-0.156250000000 +-0.088378906250 +0.070312500000 +-0.155273437500 +-0.054199218750 +0.242187500000 +-0.261718750000 +-0.024536132812 +-0.004302978516 +-0.068847656250 +-0.225585937500 +-0.470703125000 +-0.071289062500 +-0.032226562500 +0.092285156250 +-0.041259765625 +-0.054931640625 +-0.003280639648 +0.009704589844 +0.088867187500 +-0.208984375000 +-0.079101562500 +0.077148437500 +0.129882812500 +0.007507324219 +-0.269531250000 +-0.031127929688 +0.100097656250 +-0.027221679688 +0.089355468750 +0.058349609375 +-0.030517578125 +0.030151367188 +0.075195312500 +0.018798828125 +-0.322265625000 +-0.185546875000 +-0.054443359375 +-0.281250000000 +-0.070800781250 +0.177734375000 +-0.059814453125 +0.116699218750 +-0.257812500000 +0.008850097656 +0.049804687500 +0.077636718750 +0.150390625000 +0.131835937500 +-0.022583007812 +-0.043457031250 +0.026000976562 +-0.206054687500 +0.066406250000 +0.000755310059 +-0.067871093750 +0.145507812500 +-0.043212890625 +-0.410156250000 +-0.044189453125 +-0.789062500000 +-0.746093750000 +0.157226562500 +0.051513671875 +0.034912109375 +-0.029174804688 +-0.108398437500 +-0.053466796875 +-0.011352539062 +-0.174804687500 +-0.130859375000 +0.126953125000 +0.083496093750 +-0.314453125000 +-0.131835937500 +-0.199218750000 +-0.386718750000 +-0.062255859375 +-0.071289062500 +-0.169921875000 +0.261718750000 +0.096679687500 +-0.089355468750 +0.194335937500 +-0.020141601562 +-0.083007812500 +0.129882812500 +-0.098144531250 +-0.081054687500 +-0.061523437500 +-0.098144531250 +-0.109375000000 +-0.055664062500 +0.088378906250 +0.067382812500 +0.013061523438 +-0.152343750000 +0.041259765625 +0.186523437500 +-0.038085937500 +0.067871093750 +-0.037841796875 +-0.044433593750 +0.121093750000 +0.081054687500 +0.029296875000 +-0.625000000000 +-0.921875000000 +-0.025756835938 +0.102539062500 +0.026123046875 +-0.050781250000 +-0.053466796875 +-0.107421875000 +-0.065917968750 +-0.123046875000 +0.114746093750 +-0.055419921875 +0.032226562500 +-0.004791259766 +-0.160156250000 +-0.042480468750 +0.099121093750 +0.193359375000 +0.371093750000 +0.140625000000 +0.005401611328 +0.027465820312 +-0.073730468750 +-0.269531250000 +0.113769531250 +-0.040039062500 +-0.059082031250 +-0.020507812500 +-0.145507812500 +-0.079589843750 +0.065429687500 +-0.300781250000 +-0.206054687500 +-0.292968750000 +-0.075195312500 +-0.148437500000 +0.090332031250 +-0.241210937500 +0.091796875000 +0.108886718750 +-0.129882812500 +0.003570556641 +0.012756347656 +0.012451171875 +-0.028198242188 +-0.026855468750 +0.251953125000 +0.056640625000 +0.094238281250 +-0.077148437500 +-0.009643554688 +-0.091308593750 +-0.029174804688 +0.199218750000 +0.028320312500 +-0.049560546875 +0.025512695312 +-0.000434875488 +-0.056152343750 +-0.065917968750 +0.119140625000 +-0.093261718750 +0.060791015625 +0.110351562500 +-0.074218750000 +-0.231445312500 +0.246093750000 +0.008178710938 +0.110351562500 +-0.312500000000 +-0.292968750000 +-0.174804687500 +0.063964843750 +0.208007812500 +0.042480468750 +0.320312500000 +-0.021606445312 +0.053466796875 +-0.221679687500 +-0.046386718750 +-0.189453125000 +-0.157226562500 +0.152343750000 +-0.069824218750 +-0.114746093750 +0.007324218750 +-0.034667968750 +-0.034667968750 +-0.033691406250 +-0.087402343750 +0.111816406250 +0.109863281250 +-0.386718750000 +-0.156250000000 +0.075195312500 +0.015991210938 +-0.099609375000 +0.245117187500 +0.363281250000 +0.224609375000 +-0.886718750000 +0.003677368164 +-0.211914062500 +-0.069335937500 +-0.058349609375 +-0.062988281250 +-0.131835937500 +0.068359375000 +0.102539062500 +0.166992187500 +0.025390625000 +0.089355468750 +-0.173828125000 +0.094238281250 +-0.019531250000 +-0.004486083984 +0.081542968750 +0.053955078125 +-0.043701171875 +0.210937500000 +0.183593750000 +-0.064941406250 +-0.170898437500 +-0.089355468750 +-0.061523437500 +-0.012817382812 +0.010314941406 +0.005737304688 +-0.041259765625 +-0.375000000000 +-0.094238281250 +0.070312500000 +0.066894531250 +-0.242187500000 +-0.010192871094 +-0.008361816406 +0.088378906250 +-0.038574218750 +0.093750000000 +-0.129882812500 +-0.010253906250 +-0.011657714844 +-0.168945312500 +0.015441894531 +-0.027099609375 +0.085449218750 +-0.294921875000 +0.072753906250 +0.090332031250 +-0.322265625000 +0.036132812500 +-0.294921875000 +0.086425781250 +-0.030029296875 +0.025878906250 +0.175781250000 +-0.333984375000 +0.044189453125 +0.097167968750 +0.009521484375 +-0.300781250000 +-0.034912109375 +-0.049804687500 +-0.112792968750 +0.047363281250 +-0.156250000000 +0.010559082031 +-0.019409179688 +0.010253906250 +0.135742187500 +0.010437011719 +0.032470703125 +-0.050048828125 +-0.124511718750 +0.072753906250 +-0.361328125000 +-0.052490234375 +-0.047851562500 +0.015991210938 +0.055908203125 +-0.052490234375 +0.166015625000 +-0.006347656250 +0.075683593750 +-0.169921875000 +0.024291992188 +-0.024536132812 +0.053955078125 +-0.196289062500 +-0.112304687500 +0.142578125000 +-0.036621093750 +0.122558593750 +-0.118652343750 +0.103515625000 +0.133789062500 +-0.071777343750 +-0.351562500000 +-0.197265625000 +0.141601562500 +0.058349609375 +0.107910156250 +-0.134765625000 +-0.201171875000 +-0.003967285156 +0.002212524414 +-0.431640625000 +0.137695312500 +0.014831542969 +-0.074707031250 +-0.222656250000 +-0.037353515625 +0.155273437500 +-0.233398437500 +0.005798339844 +-0.016235351562 +-0.166015625000 +0.064453125000 +0.054199218750 +-0.009094238281 +0.071777343750 +-0.047363281250 +-0.046630859375 +0.163085937500 +0.099121093750 +0.159179687500 +0.212890625000 +-0.213867187500 +-0.017089843750 +0.029296875000 +-0.002151489258 +-0.128906250000 +-0.492187500000 +0.096191406250 +0.001686096191 +0.043945312500 +0.058593750000 +-0.010375976562 +0.083496093750 +-0.086425781250 +0.014526367188 +0.139648437500 +0.003479003906 +-0.047607421875 +0.121093750000 +0.020141601562 +0.026855468750 +-0.231445312500 +0.032714843750 +0.100585937500 +0.033691406250 +0.060791015625 +-0.326171875000 +-0.255859375000 +0.000030994415 +0.003845214844 +0.051757812500 +-0.081542968750 +-0.002243041992 +0.104003906250 +0.110839843750 +0.088378906250 +-0.263671875000 +-0.169921875000 +0.058593750000 +-0.034423828125 +-0.001380920410 +-0.049072265625 +0.011962890625 +0.089843750000 +-0.009643554688 +0.000225067139 +-0.394531250000 +-0.052001953125 +0.213867187500 +0.034179687500 +0.017700195312 +-0.127929687500 +0.133789062500 +-0.271484375000 +-0.029296875000 +0.063476562500 +0.130859375000 +-0.007659912109 +-0.078613281250 +-0.141601562500 +-0.034179687500 +0.045166015625 +-0.291015625000 +0.100097656250 +0.184570312500 +0.153320312500 +-0.585937500000 +-0.275390625000 +-0.314453125000 +-0.110351562500 +-0.130859375000 +-0.056396484375 +-0.279296875000 +-0.060058593750 +0.107910156250 +0.194335937500 +-0.186523437500 +0.081054687500 +-0.320312500000 +-0.156250000000 +0.102539062500 +0.018798828125 +0.046630859375 +-0.220703125000 +-0.042968750000 +0.231445312500 +0.253906250000 +-0.192382812500 +-0.238281250000 +-0.110351562500 +0.139648437500 +0.067871093750 +-0.103515625000 +0.107421875000 +-0.132812500000 +-0.445312500000 +-0.042236328125 +-0.153320312500 +-0.292968750000 +-0.057128906250 +0.073242187500 +0.004425048828 +0.092773437500 +0.167968750000 +0.026855468750 +-0.127929687500 +0.064453125000 +-0.017700195312 +0.023071289062 +0.069335937500 +0.013916015625 +-0.207031250000 +0.099609375000 +0.035888671875 +0.074218750000 +-0.117187500000 +0.064453125000 +-0.063964843750 +-0.249023437500 +0.005157470703 +-0.162109375000 +-0.166992187500 +0.169921875000 +-0.126953125000 +-0.365234375000 +0.167968750000 +0.138671875000 +0.093261718750 +-0.112304687500 +-0.251953125000 +-0.024902343750 +-0.257812500000 +-0.043701171875 +0.051025390625 +-0.470703125000 +0.116210937500 +0.090820312500 +0.030883789062 +-0.101074218750 +-0.047607421875 +-0.079101562500 +-0.004333496094 +0.133789062500 +0.140625000000 +0.136718750000 +-0.265625000000 +0.109375000000 +0.110351562500 +0.086425781250 +-0.100585937500 +0.089355468750 +-0.001296997070 +0.088867187500 +-0.019287109375 +-0.113281250000 +-0.211914062500 +-0.173828125000 +-0.014770507812 +-0.102539062500 +-0.061279296875 +0.062255859375 +-0.191406250000 +-0.035156250000 +-0.015014648438 +-0.037841796875 +-0.324218750000 +0.041015625000 +-0.161132812500 +0.133789062500 +-0.250000000000 +0.023803710938 +0.026611328125 +-0.087402343750 +0.041748046875 +-0.182617187500 +0.164062500000 +0.149414062500 +0.085937500000 +-0.201171875000 +-0.041259765625 +-0.095703125000 +-0.125976562500 +0.073730468750 +-0.072753906250 +-0.361328125000 +-0.061523437500 +-0.048828125000 +0.031738281250 +-0.179687500000 +-0.120117187500 +-0.180664062500 +0.032958984375 +0.087402343750 +0.292968750000 +-0.339843750000 +0.023315429688 +0.063476562500 +0.108398437500 +0.025756835938 +-0.024536132812 +0.345703125000 +-0.024291992188 +-0.144531250000 +0.122558593750 +-0.113769531250 +0.056396484375 +-0.159179687500 +0.134765625000 +-0.161132812500 +0.233398437500 +0.169921875000 +0.031982421875 +0.065429687500 +-0.014648437500 +-0.108398437500 +-0.070800781250 +-0.115722656250 +0.174804687500 +0.057617187500 +-0.120117187500 +0.199218750000 +0.021850585938 +-0.013671875000 +0.066894531250 +-0.109863281250 +0.053222656250 +0.089843750000 +-0.225585937500 +0.040039062500 +0.088867187500 +0.071777343750 +-0.292968750000 +-0.192382812500 +0.121582031250 +0.104980468750 +-0.019042968750 +0.007812500000 +0.068847656250 +0.118164062500 +0.025390625000 +-0.267578125000 +-0.043457031250 +0.018432617188 +-0.080566406250 +0.050292968750 +-0.347656250000 +0.039550781250 +-0.035888671875 +0.005554199219 +0.106933593750 +0.084472656250 +0.030883789062 +-0.008728027344 +0.183593750000 +0.076171875000 +0.138671875000 +-0.000503540039 +-0.330078125000 +-0.025024414062 +-0.048095703125 +-0.083007812500 +-0.094726562500 +0.001899719238 +0.122558593750 +-0.136718750000 +-0.125976562500 +0.078125000000 +0.016723632812 +0.010681152344 +-0.275390625000 +-0.019653320312 +0.105957031250 +0.030273437500 +-0.098632812500 +-0.123046875000 +-0.198242187500 +0.099609375000 +0.043701171875 +-0.156250000000 +0.281250000000 +-0.157226562500 +0.076660156250 +-0.306640625000 +0.030029296875 +-0.069335937500 +-0.523437500000 +0.095214843750 +0.060058593750 +0.009948730469 +0.006896972656 +0.000295639038 +-0.090332031250 +0.027954101562 +0.090332031250 +-0.032958984375 +-0.224609375000 +-0.249023437500 +0.131835937500 +0.045898437500 +0.038330078125 +0.089355468750 +-0.015747070312 +-0.003662109375 +0.093261718750 +-0.170898437500 +0.019409179688 +-0.097656250000 +0.103027343750 +0.052978515625 +-0.011840820312 +-0.042236328125 +-0.004699707031 +-0.363281250000 +0.088378906250 +0.134765625000 +-0.146484375000 +0.046142578125 +0.125000000000 +0.105468750000 +0.068847656250 +-0.147460937500 +-0.180664062500 +0.089843750000 +0.006469726562 +-0.096191406250 +-0.076171875000 +-0.083984375000 +-0.010070800781 +0.081054687500 +0.034667968750 +0.074218750000 +-0.007141113281 +-0.208984375000 +-0.059570312500 +-0.063476562500 +-0.042724609375 +0.014404296875 +-0.008239746094 +-0.269531250000 +-0.046630859375 +0.038085937500 +-0.105468750000 +-0.117675781250 +0.182617187500 +-0.289062500000 +-0.000370025635 +-0.010681152344 +0.103515625000 +-0.107910156250 +-0.217773437500 +0.049560546875 +0.021606445312 +-0.058349609375 +-0.085449218750 +-0.082519531250 +0.104980468750 +0.018310546875 +-0.086914062500 +0.025634765625 +0.086425781250 +-0.120117187500 +-0.027832031250 +0.107910156250 +0.104492187500 +0.027587890625 +0.231445312500 +0.066406250000 +0.192382812500 +-0.185546875000 +0.053466796875 +-0.057617187500 +-0.398437500000 +-0.059326171875 +-0.020019531250 +0.124511718750 +-0.007202148438 +-0.033447265625 +0.060546875000 +-0.147460937500 +-0.123535156250 +-0.030029296875 +0.203125000000 +-0.119140625000 +0.052246093750 +0.030395507812 +-0.196289062500 +0.016235351562 +-0.036621093750 +0.003677368164 +-0.337890625000 +-0.294921875000 +-0.230468750000 +-0.001899719238 +0.132812500000 +-0.063964843750 +-0.136718750000 +0.009155273438 +-0.198242187500 +-0.031738281250 +0.008361816406 +0.038574218750 +-0.147460937500 +0.044677734375 +0.175781250000 +0.102539062500 +-0.177734375000 +0.061035156250 +0.001533508301 +-0.020263671875 +0.087402343750 +-0.265625000000 +-0.488281250000 +-0.036621093750 +-0.038818359375 +0.052246093750 +-0.066406250000 +0.167968750000 +-0.000514984131 +-0.167968750000 +0.022094726562 +-0.014404296875 +-0.005523681641 +0.110839843750 +0.110351562500 +-0.026000976562 +-0.201171875000 +-0.029541015625 +0.167968750000 +0.015991210938 +-0.153320312500 +-0.088867187500 +-0.017578125000 +-0.020629882812 +0.028930664062 +0.003448486328 +0.044189453125 +0.028686523438 +-0.009460449219 +-0.040527343750 +-0.071777343750 +-0.088867187500 +0.287109375000 +0.025756835938 +0.071777343750 +-0.142578125000 +-0.007720947266 +0.014831542969 +0.242187500000 +0.189453125000 +-0.038574218750 +-0.511718750000 +-0.067871093750 +-0.190429687500 +0.000310897827 +0.022094726562 +0.150390625000 +-0.026123046875 +0.052246093750 +-0.007507324219 +0.109375000000 +0.057861328125 +0.052978515625 +-0.119628906250 +0.085937500000 +-0.059814453125 +0.054443359375 +0.013183593750 +-0.092285156250 +0.020263671875 +-0.055908203125 +0.119140625000 +-0.104980468750 +-0.009094238281 +-0.030517578125 +0.009399414062 +-0.010498046875 +-0.035400390625 +-0.050048828125 +-0.072265625000 +-0.066894531250 +-0.138671875000 +0.110351562500 +0.075683593750 +-0.179687500000 +-0.094726562500 +-0.028686523438 +-0.041503906250 +-0.170898437500 +-0.127929687500 +-0.160156250000 +-0.148437500000 +0.065429687500 +0.131835937500 +-0.063964843750 +-0.157226562500 +-0.202148437500 +-0.306640625000 +-0.010070800781 +0.017700195312 +-0.067871093750 +0.040039062500 +-0.103515625000 +-0.133789062500 +-0.071777343750 +0.222656250000 +-0.211914062500 +-0.042968750000 +0.042236328125 +0.118164062500 +0.025878906250 +-0.028808593750 +-0.158203125000 +-0.365234375000 +0.000949859619 +-0.162109375000 +-0.353515625000 +-0.064453125000 +0.045166015625 +-0.333984375000 +0.034179687500 +0.161132812500 +0.049072265625 +0.014770507812 +-0.486328125000 +0.124511718750 +0.125000000000 +0.164062500000 +0.158203125000 +0.012207031250 +0.086425781250 +0.034179687500 +0.044921875000 +0.052734375000 +-0.247070312500 +-0.010009765625 +-0.044189453125 +-0.085937500000 +-0.120117187500 +0.059326171875 +-0.009826660156 +-0.065917968750 +0.040283203125 +0.087890625000 +0.018188476562 +-0.062500000000 +-0.053955078125 +-0.004638671875 +-0.067382812500 +0.009460449219 +-0.027099609375 +-0.082031250000 +0.222656250000 +-0.021606445312 +-0.019897460938 +0.025878906250 +-0.022705078125 +0.016357421875 +-0.060546875000 +0.089355468750 +-0.156250000000 +0.065429687500 +0.063476562500 +-0.047851562500 +-0.053466796875 +-0.078125000000 +0.097656250000 +-0.247070312500 +0.059570312500 +0.121093750000 +-0.164062500000 +0.064941406250 +-0.234375000000 +0.072753906250 +0.122558593750 +-0.100585937500 +0.091308593750 +-0.002807617188 +-0.091308593750 +0.002944946289 +0.214843750000 +-0.153320312500 +0.135742187500 +-0.220703125000 +0.079101562500 +0.040527343750 +0.079101562500 +0.052978515625 +0.026245117188 +0.081054687500 +0.111328125000 +0.112792968750 +0.022583007812 +-0.011474609375 +0.022827148438 +-0.048095703125 +0.022338867188 +0.044677734375 +0.026000976562 +-0.026367187500 +-0.017333984375 +0.000602722168 +-0.165039062500 +-0.010192871094 +0.078613281250 +-0.152343750000 +0.094726562500 +0.029418945312 +-0.152343750000 +-0.088378906250 +0.052001953125 +0.125000000000 +-0.026611328125 +0.008056640625 +-0.002182006836 +0.035156250000 +-0.296875000000 +-0.425781250000 +-0.041503906250 +-0.009094238281 +0.067382812500 +-0.013427734375 +-0.044189453125 +-0.478515625000 +0.067871093750 +-0.843750000000 +-1.015625000000 +-0.120117187500 +0.056884765625 +0.069335937500 +0.095214843750 +0.080078125000 +-0.073730468750 +-0.066406250000 +0.038574218750 +0.013244628906 +0.092773437500 +0.035644531250 +-0.120117187500 +-0.001457214355 +-0.137695312500 +-0.660156250000 +0.033935546875 +-0.245117187500 +0.076660156250 +-0.026977539062 +0.054199218750 +0.037841796875 +-0.036865234375 +-0.079589843750 +-0.031982421875 +0.111816406250 +-0.080566406250 +0.085937500000 +0.056884765625 +-0.250000000000 +-0.182617187500 +-0.152343750000 +0.028686523438 +-0.024047851562 +-0.019165039062 +-0.153320312500 +0.056884765625 +0.114257812500 +0.000255584717 +0.017456054688 +-0.072753906250 +0.087402343750 +0.066894531250 +-0.019653320312 +0.070312500000 +-0.197265625000 +-0.578125000000 +0.251953125000 +0.030761718750 +0.058105468750 +0.008850097656 +0.070800781250 +0.002059936523 +-0.044433593750 +-0.119628906250 +0.211914062500 +-0.221679687500 +0.003646850586 +-0.086914062500 +0.043457031250 +-0.011535644531 +-0.039062500000 +-0.020507812500 +0.375000000000 +0.108398437500 +0.111328125000 +0.060302734375 +-0.005157470703 +0.191406250000 +0.011535644531 +0.027954101562 +-0.014465332031 +0.394531250000 +-0.137695312500 +0.028442382812 +-0.024536132812 +-0.304687500000 +0.185546875000 +0.087402343750 +0.250000000000 +0.071289062500 +-0.206054687500 +-0.162109375000 +0.038085937500 +0.088867187500 +0.119628906250 +0.257812500000 +-0.005401611328 +-0.016357421875 +-0.182617187500 +0.219726562500 +-0.054931640625 +-0.111328125000 +-0.048095703125 +0.000679016113 +0.091308593750 +0.025268554688 +-0.024047851562 +0.060791015625 +-0.300781250000 +0.200195312500 +0.070312500000 +-0.041748046875 +0.013671875000 +-0.005493164062 +0.144531250000 +-0.179687500000 +0.067871093750 +0.069824218750 +-0.306640625000 +-0.136718750000 +-0.130859375000 +0.099609375000 +-0.040771484375 +0.005615234375 +0.057128906250 +-0.412109375000 +0.009216308594 +-0.149414062500 +0.060546875000 +-0.267578125000 +-0.000322341919 +0.019531250000 +0.027221679688 +-0.109863281250 +-0.330078125000 +-0.063964843750 +0.227539062500 +-0.041503906250 +0.012390136719 +0.022583007812 +0.135742187500 +-0.016479492188 +0.048095703125 +0.141601562500 +0.114746093750 +0.210937500000 +-0.079589843750 +-0.128906250000 +-0.194335937500 +0.086425781250 +-0.011291503906 +0.064453125000 +0.034423828125 +0.240234375000 +-0.574218750000 +-0.125976562500 +-0.030395507812 +0.090332031250 +-0.123535156250 +-0.112792968750 +-0.312500000000 +0.045898437500 +0.147460937500 +0.135742187500 +-0.007598876953 +-0.001251220703 +0.109863281250 +0.072753906250 +0.005065917969 +-0.186523437500 +0.144531250000 +-0.229492187500 +-0.241210937500 +0.041259765625 +0.059814453125 +-0.279296875000 +0.181640625000 +0.056396484375 +0.107421875000 +-0.014770507812 +0.166992187500 +0.259765625000 +-0.172851562500 +0.045898437500 +0.098632812500 +0.052001953125 +0.010253906250 +-0.029663085938 +0.079589843750 +-0.149414062500 +0.010925292969 +0.187500000000 +-0.460937500000 +-0.094238281250 +0.011657714844 +-0.029296875000 +0.091796875000 +0.015869140625 +-0.163085937500 +0.012756347656 +0.007171630859 +-0.104492187500 +0.049072265625 +0.027587890625 +0.021972656250 +-0.172851562500 +-0.020751953125 +-0.287109375000 +-0.032470703125 +-0.052734375000 +-0.124511718750 +0.041503906250 +0.049072265625 +0.050048828125 +-0.060302734375 +0.001609802246 +-0.047119140625 +-0.062255859375 +-0.186523437500 +0.052734375000 +0.011474609375 +-0.001350402832 +-0.009643554688 +0.058105468750 +-0.210937500000 +0.099609375000 +-0.073730468750 +-0.109863281250 +0.061035156250 +-0.068359375000 +-0.291015625000 +0.125976562500 +-0.077636718750 +-0.037597656250 +-0.205078125000 +0.065429687500 +0.149414062500 +-0.001770019531 +-0.255859375000 +-0.065917968750 +0.052246093750 +-0.087890625000 +-0.004241943359 +-0.048095703125 +-0.084960937500 +-0.116210937500 +0.004608154297 +0.015197753906 +0.061279296875 +-0.083984375000 +-0.114257812500 +0.032226562500 +-0.046875000000 +-0.062255859375 +0.110839843750 +-0.027343750000 +0.070312500000 +0.033691406250 +0.005523681641 +0.026733398438 +0.149414062500 +0.130859375000 +0.036132812500 +0.034667968750 +0.090820312500 +0.135742187500 +0.014282226562 +0.054443359375 +-0.102050781250 +0.029663085938 +-0.061523437500 +-0.005035400391 +0.082519531250 +-0.353515625000 +-0.006103515625 +-0.219726562500 +0.104980468750 +0.140625000000 +0.089843750000 +-0.008972167969 +-0.011108398438 +-0.064453125000 +0.163085937500 +-0.117675781250 +-0.136718750000 +-0.026977539062 +-0.093261718750 +-0.153320312500 +-0.015136718750 +-0.049804687500 +-0.333984375000 +-0.154296875000 +0.187500000000 +0.133789062500 +-0.030517578125 +0.088378906250 +-0.023925781250 +-0.107421875000 +0.083007812500 +0.184570312500 +0.145507812500 +0.077636718750 +-0.168945312500 +-0.092285156250 +-0.056152343750 +-0.073730468750 +-0.065429687500 +-0.072265625000 +-0.079101562500 +-0.114257812500 +0.084472656250 +0.155273437500 +0.022216796875 +-0.253906250000 +-0.149414062500 +-0.161132812500 +-0.067871093750 +-0.041748046875 +-0.001327514648 +-0.038574218750 +-0.140625000000 +0.115234375000 +0.037597656250 +-0.011474609375 +0.028930664062 +0.075683593750 +0.017333984375 +0.048339843750 +0.064941406250 +0.023559570312 +-0.012512207031 +0.057128906250 +-0.247070312500 +0.112792968750 +-0.094238281250 +-0.044921875000 +-0.137695312500 +0.054687500000 +-0.015197753906 +-0.419921875000 +-0.141601562500 +0.227539062500 +0.016235351562 +0.160156250000 +0.061279296875 +-0.015869140625 +-0.015869140625 +-0.027954101562 +-0.072265625000 +-0.079101562500 +-0.030517578125 +0.018676757812 +-0.119140625000 +0.106933593750 +-0.013793945312 +0.024291992188 +-0.009826660156 +0.009094238281 +-0.017700195312 +0.077636718750 +0.123046875000 +0.068847656250 +0.017578125000 +0.109375000000 +0.014099121094 +0.012390136719 +0.068847656250 +-0.112792968750 +-0.045898437500 +-0.102050781250 +-0.000067710876 +-0.097167968750 +-0.244140625000 +0.003189086914 +-0.083007812500 +-0.008117675781 +-0.165039062500 +-0.047851562500 +-0.059814453125 +-0.058105468750 +-0.004150390625 +0.004882812500 +-0.059326171875 +-0.302734375000 +-0.191406250000 +0.096679687500 +0.060791015625 +0.098144531250 +0.178710937500 +0.104492187500 +0.062255859375 +-0.021972656250 +0.024780273438 +0.014465332031 +0.033691406250 +0.158203125000 +0.035156250000 +-0.636718750000 +-0.029907226562 +-0.048583984375 +-0.037109375000 +-0.251953125000 +0.089843750000 +-0.036376953125 +-0.099121093750 +0.194335937500 +0.129882812500 +0.129882812500 +0.083496093750 +-0.081054687500 +0.048095703125 +-0.008850097656 +-0.021118164062 +-0.550781250000 +-0.231445312500 +-0.141601562500 +0.059082031250 +-0.063476562500 +-0.031250000000 +-0.052734375000 +0.172851562500 +-0.021850585938 +-0.124023437500 +-0.017333984375 +-0.291015625000 +-0.146484375000 +0.088378906250 +0.083007812500 +0.092773437500 +-0.184570312500 +-0.091796875000 +-0.165039062500 +-0.443359375000 +-0.094726562500 +-0.016967773438 +-0.038818359375 +-0.437500000000 +-0.080078125000 +0.159179687500 +0.145507812500 +0.143554687500 +0.031005859375 +-0.011657714844 +-0.013488769531 +-0.404296875000 +-0.148437500000 +0.143554687500 +0.121582031250 +-0.361328125000 +-0.020629882812 +-0.092285156250 +-0.083984375000 +-0.214843750000 +0.004058837891 +0.011169433594 +-0.114746093750 +0.022705078125 +0.082519531250 +-0.012023925781 +-0.035888671875 +-0.024414062500 +0.102050781250 +-0.142578125000 +-0.020629882812 +-0.029418945312 +-0.041748046875 +0.157226562500 +-0.163085937500 +-0.211914062500 +0.199218750000 +0.052490234375 +0.104492187500 +0.076660156250 +-0.151367187500 +0.004364013672 +0.087890625000 +-0.178710937500 +-0.142578125000 +-0.294921875000 +-0.081054687500 +-0.184570312500 +-0.003631591797 +-0.007995605469 +-0.057128906250 +-0.049316406250 +0.091796875000 +-0.112304687500 +0.074707031250 +-0.351562500000 +-0.022949218750 +0.064941406250 +-0.030517578125 +0.087890625000 +-0.174804687500 +0.066406250000 +0.042236328125 +0.006225585938 +-0.009155273438 +-0.208007812500 +-0.271484375000 +0.148437500000 +0.017578125000 +-0.016235351562 +-0.196289062500 +-0.273437500000 +0.010559082031 +-0.238281250000 +0.038085937500 +-0.335937500000 +0.035156250000 +0.041748046875 +-0.019531250000 +0.072265625000 +-0.070312500000 +-0.154296875000 +-0.186523437500 +-0.142578125000 +-0.125976562500 +0.030639648438 +-0.269531250000 +-0.096679687500 +0.152343750000 +0.042968750000 +0.039794921875 +0.090820312500 +-0.093750000000 +0.250000000000 +0.047363281250 +-0.052490234375 +-0.070312500000 +0.065429687500 +0.061523437500 +-0.073730468750 +0.171875000000 +0.129882812500 +0.015747070312 +-0.114257812500 +-0.332031250000 +0.117675781250 +-0.531250000000 +0.007598876953 +-0.026367187500 +-0.125000000000 +-0.109863281250 +-0.083007812500 +-0.031494140625 +-0.182617187500 +-0.103515625000 +-0.027832031250 +-0.125976562500 +0.055664062500 +0.046142578125 +0.018920898438 +-0.005523681641 +0.030761718750 +0.091796875000 +0.119140625000 +0.036865234375 +-0.125976562500 +0.059570312500 +0.139648437500 +0.067871093750 +-0.042236328125 +-0.137695312500 +0.063476562500 +0.124023437500 +0.024414062500 +-0.013305664062 +-0.011108398438 +0.036621093750 +0.000572204590 +0.008972167969 +0.075683593750 +-0.248046875000 +-0.153320312500 +0.126953125000 +0.153320312500 +-0.047363281250 +0.013793945312 +-0.035156250000 +0.018676757812 +-0.145507812500 +0.056884765625 +-0.097167968750 +0.237304687500 +0.100097656250 +0.006652832031 +-0.084960937500 +0.024414062500 +-0.108886718750 +-0.081054687500 +-0.130859375000 +0.106445312500 +-0.105468750000 +-0.127929687500 +-0.105468750000 +-0.101562500000 +-0.092773437500 +0.081054687500 +-0.482421875000 +-0.146484375000 +-0.077148437500 +0.059326171875 +-0.265625000000 +0.088867187500 +-0.035888671875 +-0.156250000000 +0.122558593750 +-0.104003906250 +-0.021240234375 +0.136718750000 +-0.138671875000 +0.192382812500 +-0.094238281250 +-0.043701171875 +-0.072753906250 +0.012939453125 +0.111816406250 +-0.089843750000 +0.108398437500 +0.066894531250 +0.082519531250 +-0.014526367188 +-0.060546875000 +0.116699218750 +0.242187500000 +0.134765625000 +0.033691406250 +0.031982421875 +0.004730224609 +-0.328125000000 +-0.061767578125 +-0.131835937500 +0.066894531250 +0.042724609375 +-0.128906250000 +-0.046875000000 +-0.162109375000 +-0.023681640625 +0.028808593750 +0.171875000000 +-0.016235351562 +-0.079589843750 +-0.043701171875 +-0.300781250000 +0.043945312500 +0.049560546875 +0.104980468750 +-0.116210937500 +0.167968750000 +0.049316406250 +-0.398437500000 +-0.047363281250 +0.005798339844 +0.024414062500 +-0.042480468750 +0.015380859375 +-0.037109375000 +-0.203125000000 +-0.078613281250 +0.034667968750 +-0.069824218750 +0.081542968750 +-0.361328125000 +-0.240234375000 +-0.124511718750 +0.090820312500 +0.079589843750 +-0.107910156250 +0.010620117188 +0.009155273438 +-0.007354736328 +-0.247070312500 +-0.005126953125 +0.291015625000 +-0.114257812500 +-0.056152343750 +-0.146484375000 +-0.078613281250 +-0.028076171875 +-0.031738281250 +-0.006408691406 +-0.009521484375 +0.179687500000 +0.193359375000 +-0.076660156250 +-0.052734375000 +-0.060791015625 +0.030639648438 +0.003051757812 +-0.097656250000 +-0.253906250000 +-0.004150390625 +-0.025634765625 +0.292968750000 +-0.137695312500 +-0.102539062500 +0.120605468750 +0.038330078125 +0.294921875000 +0.140625000000 +-0.184570312500 +0.090332031250 +-0.081542968750 +0.101074218750 +0.016723632812 +-0.027832031250 +0.035888671875 +-0.088378906250 +-0.010620117188 +-0.073730468750 +0.055419921875 +0.087890625000 +0.029907226562 +-0.177734375000 +-0.174804687500 +-0.067382812500 +-0.130859375000 +-0.113281250000 +-0.126953125000 +-0.047607421875 +0.081054687500 +-0.267578125000 +0.124023437500 +0.164062500000 +-0.194335937500 +-0.186523437500 +-0.361328125000 +-0.255859375000 +-0.043945312500 +-0.030517578125 +-0.021606445312 +-0.115722656250 +-0.024047851562 +0.125976562500 +0.041748046875 +-0.028930664062 +0.075195312500 +0.038085937500 +0.064453125000 +-0.312500000000 +0.104003906250 +-0.234375000000 +-0.253906250000 +0.013366699219 +0.064453125000 +0.037109375000 +-0.028564453125 +-0.094726562500 +0.157226562500 +0.133789062500 +-0.091796875000 +0.172851562500 +0.024780273438 +0.222656250000 +0.203125000000 +-0.154296875000 +-0.051025390625 +0.006286621094 +-0.069335937500 +-0.052978515625 +-0.072753906250 +-0.191406250000 +0.180664062500 +0.040527343750 +-0.304687500000 +0.065917968750 +0.059326171875 +0.144531250000 +-0.447265625000 +0.139648437500 +-0.034912109375 +-0.135742187500 +-0.153320312500 +-0.271484375000 +0.070800781250 +0.296875000000 +0.022949218750 +-0.096679687500 +-0.027099609375 +-0.040771484375 +-0.010192871094 +0.120117187500 +0.058349609375 +-0.077636718750 +0.098144531250 +-0.063476562500 +-0.182617187500 +-0.139648437500 +0.175781250000 +-0.055175781250 +0.142578125000 +-0.145507812500 +0.146484375000 +-0.234375000000 +-0.154296875000 +0.156250000000 +-0.021118164062 +0.054687500000 +-0.129882812500 +-0.120605468750 +-0.024536132812 +-0.124023437500 +0.060058593750 +-0.154296875000 +-0.222656250000 +-0.149414062500 +0.086425781250 +-0.237304687500 +-0.060791015625 +-0.212890625000 +-0.045166015625 +0.156250000000 +-0.117675781250 +-0.150390625000 +-0.125976562500 +0.063964843750 +-0.170898437500 +-0.208007812500 +0.168945312500 +0.079589843750 +-0.229492187500 +-0.100585937500 +-0.048583984375 +0.032714843750 +0.003356933594 +-0.096679687500 +-0.096679687500 +-0.081542968750 +0.011779785156 +-0.102539062500 +-0.151367187500 +-0.163085937500 +0.031982421875 +0.068359375000 +0.101562500000 +-0.079101562500 +-0.101074218750 +-0.005340576172 +-0.078613281250 +-0.084960937500 +-0.059082031250 +0.008178710938 +-0.001831054688 +-0.086425781250 +-0.030273437500 +-0.036621093750 +-0.028564453125 +-0.082519531250 +0.178710937500 +-0.068359375000 +-0.205078125000 +-0.001312255859 +0.083007812500 +0.033447265625 +0.125976562500 +0.081542968750 +-0.073242187500 +-0.109863281250 +-0.114746093750 +-0.207031250000 +-0.107421875000 +0.055908203125 +0.070800781250 +0.033935546875 +0.078125000000 +0.004791259766 +0.062011718750 +0.000089645386 +0.085937500000 +0.001541137695 +0.085449218750 +0.008117675781 +-0.040039062500 +-0.030761718750 +0.061035156250 +0.002319335938 +-0.279296875000 +0.063964843750 +-0.033447265625 +-0.075683593750 +-0.033691406250 +-0.123535156250 +0.033447265625 +-0.138671875000 +-0.093750000000 +-0.100585937500 +-0.086425781250 +-0.064453125000 +-0.083007812500 +0.005920410156 +0.002914428711 +-0.003036499023 +-0.075195312500 +0.026245117188 +-0.000865936279 +0.038330078125 +-0.048583984375 +0.116210937500 +-0.049316406250 +0.031982421875 +-0.024414062500 +-0.094238281250 +-0.022460937500 +-0.018432617188 +-0.014404296875 +-0.166015625000 +0.000728607178 +-0.130859375000 +-0.186523437500 +-0.017333984375 +0.001998901367 +0.092773437500 +-0.008239746094 +0.038818359375 +-0.361328125000 +-0.267578125000 +0.045898437500 +-0.020019531250 +0.159179687500 +-0.083984375000 +-0.107421875000 +-0.211914062500 +0.083496093750 +-0.072753906250 +-0.200195312500 +0.159179687500 +-0.003250122070 +0.083007812500 +0.093750000000 +-0.353515625000 +0.173828125000 +-0.142578125000 +-0.000968933105 +-0.186523437500 +0.065917968750 +0.039306640625 +0.090820312500 +-0.130859375000 +0.092285156250 +0.004272460938 +0.058105468750 +-0.205078125000 +-0.028930664062 +-0.347656250000 +-0.071289062500 +0.009094238281 +-0.095703125000 +-0.119628906250 +-0.239257812500 +0.018066406250 +0.064453125000 +0.054443359375 +0.036621093750 +0.178710937500 +0.060791015625 +0.083007812500 +0.051269531250 +0.069335937500 +-0.119628906250 +-0.205078125000 +-0.096679687500 +-0.020385742188 +-0.065429687500 +0.001251220703 +-0.027099609375 +-0.062988281250 +0.003219604492 +-0.009765625000 +-0.166992187500 +-0.361328125000 +-0.152343750000 +0.045654296875 +-0.195312500000 +0.082031250000 +-0.086425781250 +-0.104003906250 +-0.003967285156 +-0.051025390625 +0.010559082031 +0.053710937500 +-0.068359375000 +-0.253906250000 +-0.102539062500 +0.015014648438 +0.080566406250 +-0.194335937500 +0.124511718750 +-0.187500000000 +-0.097656250000 +-0.056884765625 +-0.010009765625 +-0.050781250000 +-0.012634277344 +0.053466796875 +-0.133789062500 +0.003570556641 +-0.094238281250 +-0.198242187500 +-0.059814453125 +-0.084472656250 +0.044677734375 +-0.172851562500 +-0.043212890625 +0.055664062500 +0.012695312500 +0.136718750000 +0.045410156250 +0.001068115234 +-0.071289062500 +0.044433593750 +0.015136718750 +-0.103515625000 +0.109375000000 +-0.064941406250 +0.159179687500 +0.159179687500 +0.007720947266 +-0.168945312500 +-0.091308593750 +0.039550781250 +-0.157226562500 +0.040039062500 +-0.118164062500 +0.159179687500 +-0.071777343750 +0.084472656250 +0.118652343750 +0.004241943359 +-0.143554687500 +-0.154296875000 +0.022827148438 +-0.157226562500 +0.136718750000 +0.048583984375 +0.087402343750 +-0.074707031250 +0.084960937500 +-0.039062500000 +-0.119140625000 +-0.213867187500 +-0.087890625000 +-0.120605468750 +-0.198242187500 +0.054199218750 +-0.376953125000 +-0.189453125000 +-0.198242187500 +-0.322265625000 +-0.049072265625 +-0.355468750000 +-0.095214843750 +0.125976562500 +0.069335937500 +0.031494140625 +0.072265625000 +0.057861328125 +-0.119628906250 +-0.237304687500 +0.232421875000 +0.038085937500 +-0.048095703125 +0.010437011719 +0.085937500000 +-0.081542968750 +0.028930664062 +-0.119140625000 +-0.361328125000 +0.005371093750 +-0.067382812500 +-0.196289062500 +-0.212890625000 +-0.269531250000 +-0.081054687500 +-0.029296875000 +0.215820312500 +0.213867187500 +-0.128906250000 +0.211914062500 +-0.292968750000 +0.087890625000 +0.123046875000 +0.035400390625 +-0.009643554688 +0.046630859375 +0.014404296875 +-0.101074218750 +0.388671875000 +0.106933593750 +0.071777343750 +-0.014526367188 +-0.010620117188 +0.051513671875 +-0.190429687500 +0.054687500000 +0.275390625000 +-0.220703125000 +0.108398437500 +0.259765625000 +-0.019287109375 +0.015014648438 +0.124023437500 +-0.233398437500 +0.004791259766 +0.085449218750 +-0.328125000000 +0.067871093750 +0.088867187500 +0.221679687500 +0.022094726562 +0.155273437500 +-0.137695312500 +-0.127929687500 +-0.236328125000 +-0.010192871094 +-0.130859375000 +0.134765625000 +0.133789062500 +-0.296875000000 +-0.041992187500 +0.194335937500 +-0.151367187500 +-0.028076171875 +-0.123535156250 +-0.019042968750 +0.111328125000 +0.002319335938 +-0.082031250000 +0.051513671875 +-0.034423828125 +-0.000297546387 +0.261718750000 +-0.003753662109 +0.079589843750 +-0.016845703125 +0.010009765625 +0.109375000000 +0.037353515625 +0.053955078125 +0.017333984375 +0.027709960938 +0.089843750000 +0.170898437500 +-0.048583984375 +-0.232421875000 +0.137695312500 +0.131835937500 +0.153320312500 +0.082031250000 +-0.122558593750 +0.190429687500 +0.107910156250 +0.180664062500 +-0.094726562500 +-0.037841796875 +-0.114257812500 +-0.131835937500 +-0.131835937500 +-0.255859375000 +-0.248046875000 +0.071289062500 +0.017333984375 +-0.031250000000 +0.021606445312 +-0.009155273438 +0.033447265625 +-0.013977050781 +-0.187500000000 +0.014587402344 +-0.250000000000 +-0.223632812500 +0.058593750000 +-0.200195312500 +-0.038330078125 +-0.119628906250 +0.051513671875 +0.053222656250 +-0.104492187500 +-0.435546875000 +-0.121582031250 +0.190429687500 +0.033203125000 +-0.008789062500 +-0.093750000000 +0.075683593750 +-0.065429687500 +-0.269531250000 +0.023559570312 +-0.038085937500 +-0.161132812500 +-0.042480468750 +0.080566406250 +-0.010131835938 +0.064453125000 +0.277343750000 +-0.214843750000 +-0.079101562500 +0.009704589844 +-0.212890625000 +0.070800781250 +0.062500000000 +0.004669189453 +0.155273437500 +-0.136718750000 +0.073242187500 +-0.038818359375 +0.015380859375 +-0.065429687500 +0.107421875000 +0.080078125000 +-0.247070312500 +-0.180664062500 +-0.267578125000 +-0.116210937500 +0.230468750000 +-0.053466796875 +-0.199218750000 +-0.089355468750 +0.281250000000 +0.054687500000 +-0.029418945312 +-0.091796875000 +0.010864257812 +-0.210937500000 +-0.109863281250 +0.040283203125 +-0.124511718750 +0.020629882812 +-0.180664062500 +-0.011901855469 +-0.125976562500 +0.040283203125 +-0.081542968750 +0.246093750000 +0.112792968750 +-0.045898437500 +-0.192382812500 +0.039550781250 +0.032226562500 +0.151367187500 +0.135742187500 +-0.099121093750 +-0.250000000000 +-0.224609375000 +-0.001365661621 +-0.133789062500 +-0.107421875000 +-0.048828125000 +0.151367187500 +-0.028442382812 +-0.041015625000 +-0.041503906250 +-0.072753906250 +-0.078125000000 +-0.013793945312 +0.131835937500 +-0.049072265625 +0.077148437500 +0.004608154297 +0.038330078125 +0.025146484375 +-0.265625000000 +0.102050781250 +0.125976562500 +-0.033935546875 +-0.066894531250 +-0.153320312500 +-0.164062500000 +0.027221679688 +-0.018798828125 +0.004394531250 +0.042968750000 +-0.125000000000 +0.091308593750 +0.146484375000 +-0.090820312500 +0.117675781250 +-0.390625000000 +-0.136718750000 +0.112792968750 +-0.185546875000 +-0.110839843750 +-0.182617187500 +-0.006591796875 +-0.308593750000 +0.083984375000 +0.011901855469 +-0.085449218750 +-0.122558593750 +0.149414062500 +0.333984375000 +-0.173828125000 +0.031982421875 +0.041503906250 +0.107421875000 +-0.012878417969 +-0.081054687500 +-0.017333984375 +-0.193359375000 +-0.037841796875 +0.053955078125 +0.137695312500 +0.071289062500 +-0.279296875000 +-0.083007812500 +0.165039062500 +-0.259765625000 +0.165039062500 +-0.106933593750 +0.046386718750 +-0.333984375000 +0.174804687500 +-0.061035156250 +-0.046875000000 +0.166015625000 +-0.500000000000 +0.051757812500 +-0.271484375000 +-0.202148437500 +-0.166992187500 +-0.128906250000 +-0.129882812500 +0.029541015625 +0.249023437500 +0.267578125000 +-0.078125000000 +-0.053466796875 +0.072265625000 +-0.080078125000 +0.133789062500 +-0.271484375000 +0.076660156250 +-0.110351562500 +0.046630859375 +0.194335937500 +0.054687500000 +-0.224609375000 +0.087402343750 +0.047363281250 +0.012695312500 +-0.024902343750 +-0.192382812500 +0.107421875000 +0.263671875000 +0.281250000000 +-0.156250000000 +0.070800781250 +0.018554687500 +-0.337890625000 +0.088378906250 +-0.208984375000 +-0.320312500000 +0.171875000000 +-0.059082031250 +-0.065429687500 +-0.243164062500 +0.157226562500 +-0.078125000000 +0.242187500000 +-0.175781250000 +0.020385742188 +-0.242187500000 +-0.302734375000 +-0.129882812500 +-0.094238281250 +-0.188476562500 +-0.064453125000 +0.042724609375 +0.062500000000 +0.118652343750 +0.020263671875 +0.061767578125 +0.116699218750 +0.022827148438 +-0.112792968750 +-0.031127929688 +-0.328125000000 +-0.067382812500 +-0.001953125000 +-0.010192871094 +0.048339843750 +-0.077636718750 +0.217773437500 +0.076660156250 +0.005187988281 +0.042480468750 +-0.044189453125 +-0.070800781250 +0.052001953125 +0.013305664062 +0.186523437500 +0.000272750854 +-0.035156250000 +-0.169921875000 +-0.089355468750 +-0.080078125000 +-0.047363281250 +0.025268554688 +-0.008178710938 +0.031127929688 +0.016723632812 +0.055664062500 +-0.051513671875 +-0.332031250000 +0.121582031250 +-0.123535156250 +-0.000061511993 +0.302734375000 +-0.142578125000 +0.097656250000 +0.039794921875 +-0.007659912109 +0.114257812500 +-0.047119140625 +0.032714843750 +-0.064941406250 +-0.147460937500 +-0.025390625000 +-0.163085937500 +0.066406250000 +0.139648437500 +-0.067382812500 +0.040283203125 +-0.195312500000 +0.015502929688 +0.056396484375 +-0.012939453125 +-0.113769531250 +-0.229492187500 +0.032714843750 +-0.121582031250 +0.106933593750 +0.161132812500 +-0.121093750000 +-0.200195312500 +0.049804687500 +-0.170898437500 +-0.056884765625 +0.007629394531 +0.023681640625 +-0.030883789062 +0.100097656250 +-0.056640625000 +0.015136718750 +-0.265625000000 +-0.117187500000 +0.008666992188 +0.046630859375 +0.051513671875 +-0.056884765625 +-0.000629425049 +0.132812500000 +0.027221679688 +-0.034179687500 +-0.201171875000 +-0.195312500000 +-0.146484375000 +-0.355468750000 +-0.148437500000 +0.002853393555 +-0.255859375000 +-0.113769531250 +-0.009094238281 +0.091308593750 +0.034179687500 +0.006774902344 +0.022094726562 +-0.002044677734 +0.056396484375 +0.004669189453 +0.092773437500 +-0.181640625000 +-0.092773437500 +0.098632812500 +0.130859375000 +0.019653320312 +0.034179687500 +0.109375000000 +0.010803222656 +-0.001312255859 +0.036132812500 +0.069335937500 +-0.246093750000 +-0.015441894531 +-0.047607421875 +-0.183593750000 +0.076660156250 +0.061523437500 +-0.010070800781 +0.064453125000 +0.114746093750 +-0.090820312500 +-0.089843750000 +0.128906250000 +-0.144531250000 +0.238281250000 +-0.065917968750 +-0.227539062500 +-0.130859375000 +-0.027465820312 +-0.164062500000 +-0.112304687500 +0.115722656250 +-0.029541015625 +-0.029907226562 +0.118652343750 +-0.131835937500 +0.089355468750 +-0.531250000000 +-0.012329101562 +-0.225585937500 +0.062500000000 +-0.065429687500 +-0.058593750000 +-0.158203125000 +0.050292968750 +0.032226562500 +0.015869140625 +-0.067871093750 +-0.291015625000 +-0.314453125000 +-0.156250000000 +-0.036621093750 +0.033203125000 +-0.269531250000 +-0.104003906250 +0.076660156250 +0.151367187500 +-0.086914062500 +0.094726562500 +0.054199218750 +0.035888671875 +0.011962890625 +-0.101074218750 +0.150390625000 +0.122558593750 +0.145507812500 +0.130859375000 +-0.032714843750 +-0.049072265625 +0.026245117188 +-0.032958984375 +0.120605468750 +0.084472656250 +-0.165039062500 +0.101074218750 +-0.199218750000 +0.044433593750 +-0.078125000000 +0.009704589844 +0.109863281250 +-0.038330078125 +-0.208007812500 +-0.233398437500 +0.064453125000 +0.052246093750 +0.061035156250 +-0.003555297852 +0.009155273438 +-0.248046875000 +-0.080566406250 +-0.181640625000 +-0.101562500000 +-0.018676757812 +0.068359375000 +0.184570312500 +-0.041503906250 +-0.011779785156 +-0.062011718750 +-0.039550781250 +0.123535156250 +-0.226562500000 +-0.167968750000 +0.044677734375 +-0.110351562500 +-0.017211914062 +0.036621093750 +-0.166992187500 +-0.320312500000 +0.062255859375 +-0.021240234375 +-0.055175781250 +0.126953125000 +-0.386718750000 +0.024536132812 +-0.263671875000 +-0.013305664062 +0.003524780273 +-0.205078125000 +-0.152343750000 +0.267578125000 +0.107910156250 +0.051025390625 +-0.021362304688 +0.048583984375 +0.050292968750 +0.076660156250 +-0.013000488281 +-0.111328125000 +-0.215820312500 +-0.209960937500 +-0.104980468750 +0.022460937500 +-0.045654296875 +-0.002929687500 +-0.061523437500 +-0.038574218750 +-0.082519531250 +-0.074707031250 +-0.143554687500 +-0.181640625000 +-0.023925781250 +-0.023681640625 +-0.097167968750 +0.230468750000 +0.025756835938 +0.030639648438 +-0.267578125000 +-0.132812500000 +-0.059814453125 +0.033203125000 +0.019287109375 +0.060058593750 +-0.133789062500 +-0.215820312500 +0.134765625000 +0.075683593750 +-0.043945312500 +-0.150390625000 +0.038574218750 +-0.031127929688 +-0.114746093750 +-0.117675781250 +-0.004882812500 +0.120605468750 +-0.040039062500 +0.070312500000 +0.020385742188 +-0.279296875000 +-0.230468750000 +-0.101562500000 +0.085449218750 +-0.003555297852 +-0.213867187500 +0.199218750000 +0.007873535156 +-0.078125000000 +-0.053955078125 +-0.036621093750 +-0.201171875000 +0.125000000000 +-0.013854980469 +0.069335937500 +-0.082519531250 +-0.020874023438 +-0.013793945312 +-0.406250000000 +-0.023315429688 +-0.080078125000 +0.056152343750 +-0.017700195312 +0.046875000000 +0.036621093750 +-0.283203125000 +-0.026000976562 +-0.400390625000 +0.139648437500 +-0.127929687500 +-0.142578125000 +0.073242187500 +-0.029174804688 +-0.098144531250 +0.020019531250 +0.180664062500 +-0.024536132812 +-0.117187500000 +0.011474609375 +-0.213867187500 +0.067382812500 +0.007263183594 +-0.109375000000 +0.086914062500 +-0.042480468750 +0.036132812500 +-0.402343750000 +0.026367187500 +-0.088867187500 +0.174804687500 +-0.002731323242 +-0.107421875000 +-0.267578125000 +-0.054931640625 +-0.119628906250 +-0.187500000000 +-0.045898437500 +0.053710937500 +0.211914062500 +-0.030639648438 +0.012939453125 +0.196289062500 +-0.104980468750 +-0.378906250000 +-0.166015625000 +0.016845703125 +-0.271484375000 +0.055908203125 +-0.001457214355 +-0.082031250000 +-0.041503906250 +-0.106933593750 +0.083984375000 +-0.154296875000 +0.064453125000 +-0.081054687500 +-0.386718750000 +-0.100585937500 +0.016723632812 +-0.169921875000 +0.015625000000 +-0.077148437500 +0.035644531250 +-0.071777343750 +-0.044189453125 +0.100097656250 +-0.027832031250 +-0.078125000000 +-0.050048828125 +0.081542968750 +-0.104003906250 +0.104980468750 +-0.058837890625 +-0.010253906250 +0.044677734375 +0.082031250000 +0.115722656250 +-0.203125000000 +-0.263671875000 +-0.070312500000 +0.043945312500 +0.077636718750 +-0.090820312500 +0.004974365234 +0.075683593750 +-0.070800781250 +0.038085937500 +-0.103027343750 +-0.034423828125 +-0.214843750000 +-0.056152343750 +0.112792968750 +0.011413574219 +-0.117187500000 +0.160156250000 +-0.232421875000 +-0.217773437500 +-0.201171875000 +-0.223632812500 +-0.043457031250 +0.030151367188 +0.046142578125 +0.126953125000 +-0.111328125000 +0.030761718750 +-0.109863281250 +0.057861328125 +-0.052734375000 +-0.030029296875 +0.055419921875 +0.058837890625 +-0.041992187500 +-0.061523437500 +0.138671875000 +0.152343750000 +-0.083007812500 +0.177734375000 +0.005706787109 +0.005889892578 +-0.061523437500 +0.040527343750 +-0.121093750000 +0.000141143799 +0.049072265625 +-0.127929687500 +0.044921875000 +0.017211914062 +0.077636718750 +-0.133789062500 +-0.032226562500 +-0.110351562500 +0.080078125000 +-0.082031250000 +-0.209960937500 +0.089843750000 +-0.042236328125 +0.127929687500 +0.010925292969 +0.016357421875 +0.003906250000 +0.012390136719 +-0.172851562500 +0.316406250000 +-0.024902343750 +-0.090820312500 +-0.068359375000 +0.106933593750 +0.119628906250 +0.044677734375 +-0.027709960938 +0.100585937500 +-0.273437500000 +-0.222656250000 +-0.058349609375 +-0.125000000000 +0.047363281250 +-0.058593750000 +0.011108398438 +-0.033203125000 +0.007598876953 +-0.369140625000 +-0.052734375000 +-0.104003906250 +-0.128906250000 +-0.265625000000 +-0.263671875000 +-0.060546875000 +0.003677368164 +0.012512207031 +0.081542968750 +-0.029052734375 +-0.092773437500 +-0.192382812500 +-0.089355468750 +0.120117187500 +-0.218750000000 +0.090820312500 +-0.125000000000 +-0.043457031250 +-0.016235351562 +-0.098144531250 +0.004486083984 +0.116699218750 +-0.017578125000 +-0.087890625000 +-0.021240234375 +0.032714843750 +-0.052978515625 +-0.080078125000 +-0.285156250000 +0.069335937500 +-0.022216796875 +-0.025146484375 +0.136718750000 +-0.044189453125 +0.003677368164 +-0.025390625000 +-0.116210937500 +-0.091308593750 +-0.203125000000 +0.070800781250 +-0.124511718750 +0.097167968750 +-0.066894531250 +-0.253906250000 +0.114257812500 +0.057617187500 +-0.009460449219 +-0.250000000000 +0.068359375000 +0.017700195312 +-0.127929687500 +0.022338867188 +-0.073730468750 +0.007354736328 +-0.306640625000 +-0.124023437500 +0.060058593750 +-0.022338867188 +-0.019775390625 +-0.117675781250 +0.038574218750 +0.021118164062 +0.001998901367 +0.035156250000 +0.012573242188 +-0.275390625000 +-0.015747070312 +-0.016113281250 +-0.062988281250 +-0.021728515625 +-0.059814453125 +-0.039794921875 +-0.279296875000 +-0.245117187500 +-0.029785156250 +-0.343750000000 +0.132812500000 +-0.335937500000 +0.045654296875 +0.002349853516 +-0.186523437500 +0.056152343750 +-0.065917968750 +-0.226562500000 +-0.032714843750 +-0.153320312500 +-0.038574218750 +0.020751953125 +0.030517578125 +-0.070312500000 +-0.033935546875 +-0.047607421875 +0.151367187500 +0.027587890625 +-0.097656250000 +-0.255859375000 +0.298828125000 +0.026489257812 +-0.008972167969 +-0.026245117188 +-0.054687500000 +-0.124511718750 +0.015563964844 +0.021606445312 +-0.016845703125 +-0.002029418945 +-0.062500000000 +-0.055419921875 +-0.285156250000 +-0.097656250000 +0.019653320312 +0.000138282776 +0.059814453125 +-0.106445312500 +-0.139648437500 +0.115234375000 +0.015136718750 +-0.215820312500 +0.086914062500 +0.116699218750 +-0.328125000000 +-0.225585937500 +0.005371093750 +-0.008117675781 +0.250000000000 +0.096191406250 +-0.218750000000 +-0.298828125000 +0.002197265625 +-0.014648437500 +0.010803222656 +-0.026245117188 +0.056884765625 +0.034423828125 +0.084472656250 +-0.187500000000 +0.030639648438 +0.028808593750 +-0.019165039062 +0.090820312500 +0.055175781250 +-0.032714843750 +0.032226562500 +-0.084472656250 +0.005096435547 +-0.078613281250 +-0.000724792480 +0.082519531250 +-0.154296875000 +-0.183593750000 +-0.031250000000 +-0.011352539062 +-0.277343750000 +0.063964843750 +0.048583984375 +-0.206054687500 +-0.168945312500 +-0.066894531250 +0.056640625000 +0.002807617188 +-0.063476562500 +0.062500000000 +-0.194335937500 +-0.038330078125 +-0.417968750000 +-0.439453125000 +-0.173828125000 +-0.045654296875 +-0.072265625000 +0.097167968750 +0.064941406250 +-0.236328125000 +-0.012756347656 +-0.683593750000 +-0.730468750000 +0.021240234375 +0.087402343750 +0.034179687500 +0.042480468750 +-0.182617187500 +0.060791015625 +0.067382812500 +0.020385742188 +0.112792968750 +0.176757812500 +0.079589843750 +-0.036376953125 +-0.168945312500 +-0.101074218750 +-0.343750000000 +-0.146484375000 +-0.009216308594 +0.057128906250 +0.160156250000 +-0.043212890625 +-0.183593750000 +-0.007812500000 +0.069824218750 +0.059814453125 +-0.134765625000 +-0.112792968750 +0.065429687500 +0.066406250000 +-0.113281250000 +-0.404296875000 +-0.081542968750 +-0.020751953125 +0.032226562500 +-0.239257812500 +-0.127929687500 +0.096679687500 +0.216796875000 +0.089355468750 +-0.032958984375 +0.056640625000 +-0.013061523438 +0.036376953125 +0.021362304688 +-0.015563964844 +-0.343750000000 +-1.007812500000 +0.120117187500 +-0.147460937500 +0.043945312500 +-0.063476562500 +0.073242187500 +0.039062500000 +-0.056884765625 +-0.104980468750 +-0.028930664062 +0.035156250000 +0.034667968750 +0.095214843750 +0.090332031250 +0.018798828125 +0.017578125000 +0.073730468750 +-0.253906250000 +-0.050537109375 +-0.079101562500 +0.055908203125 +-0.101562500000 +-0.046630859375 +0.089843750000 +-0.038574218750 +-0.421875000000 +0.168945312500 +0.105957031250 +-0.062988281250 +-0.132812500000 +0.020263671875 +0.027832031250 +0.059814453125 +0.144531250000 +-0.077148437500 +-0.060546875000 +0.064453125000 +0.075683593750 +-0.017333984375 +-0.042480468750 +-0.020141601562 +-0.028930664062 +0.077636718750 +-0.065917968750 +0.113281250000 +-0.306640625000 +0.076660156250 +-0.122070312500 +0.083007812500 +0.028808593750 +-0.071289062500 +-0.285156250000 +-0.071289062500 +-0.102539062500 +0.049316406250 +0.001861572266 +-0.265625000000 +-0.279296875000 +-0.117187500000 +-0.052001953125 +-0.037109375000 +-0.067382812500 +-0.126953125000 +0.029541015625 +0.090332031250 +0.146484375000 +-0.129882812500 +-0.388671875000 +-0.163085937500 +-0.008850097656 +0.051025390625 +-0.177734375000 +0.041748046875 +-0.115722656250 +-0.031494140625 +-0.080566406250 +-0.023437500000 +-0.005950927734 +-0.263671875000 +0.021484375000 +-0.077148437500 +0.025390625000 +0.049804687500 +-0.043945312500 +0.025146484375 +0.074218750000 +0.052246093750 +0.055908203125 +0.110839843750 +-0.084960937500 +0.003280639648 +-0.072753906250 +-0.216796875000 +-0.095214843750 +0.032958984375 +0.106445312500 +-0.037353515625 +0.087402343750 +-0.038574218750 +-0.104003906250 +-0.125976562500 +-0.122558593750 +0.038330078125 +-0.052978515625 +-0.123046875000 +0.025634765625 +0.076660156250 +-0.103027343750 +0.063964843750 +0.101562500000 +-0.013916015625 +0.026733398438 +0.129882812500 +0.092773437500 +-0.023437500000 +0.053466796875 +0.086914062500 +0.007232666016 +-0.376953125000 +0.006195068359 +-0.003112792969 +-0.024902343750 +0.120605468750 +0.042480468750 +-0.236328125000 +-0.035644531250 +0.186523437500 +0.024169921875 +-0.149414062500 +-0.099609375000 +0.025634765625 +-0.021728515625 +-0.208007812500 +-0.042724609375 +-0.171875000000 +-0.314453125000 +-0.068847656250 +-0.060302734375 +-0.199218750000 +0.022460937500 +-0.124023437500 +0.042968750000 +0.044677734375 +-0.101562500000 +0.043457031250 +0.145507812500 +-0.043945312500 +0.022949218750 +0.102050781250 +-0.000659942627 +0.005645751953 +-0.044921875000 +-0.109375000000 +-0.232421875000 +-0.221679687500 +-0.116210937500 +-0.089355468750 +-0.065917968750 +0.092285156250 +0.071289062500 +-0.214843750000 +0.255859375000 +0.094726562500 +-0.191406250000 +-0.149414062500 +0.058593750000 +0.032714843750 +0.160156250000 +-0.223632812500 +-0.046875000000 +0.049804687500 +-0.004364013672 +0.008300781250 +0.044677734375 +-0.199218750000 +0.014526367188 +0.031982421875 +-0.162109375000 +0.092285156250 +-0.143554687500 +0.097167968750 +0.195312500000 +0.089843750000 +-0.097167968750 +0.021972656250 +-0.000051021576 +-0.040527343750 +-0.108886718750 +-0.074218750000 +0.161132812500 +-0.001083374023 +-0.045654296875 +-0.058349609375 +-0.095703125000 +0.067382812500 +-0.121093750000 +-0.035156250000 +0.002349853516 +-0.008056640625 +0.033691406250 +-0.133789062500 +0.010803222656 +-0.058837890625 +-0.007293701172 +0.081542968750 +-0.034179687500 +0.048095703125 +-0.076171875000 +-0.031005859375 +0.167968750000 +-0.040283203125 +-0.255859375000 +0.114746093750 +-0.009765625000 +-0.314453125000 +0.079589843750 +0.038574218750 +-0.145507812500 +-0.058349609375 +0.179687500000 +0.052734375000 +-0.204101562500 +0.012207031250 +-0.339843750000 +0.235351562500 +-0.002517700195 +-0.134765625000 +-0.035400390625 +0.034912109375 +-0.106445312500 +-0.257812500000 +-0.035888671875 +-0.244140625000 +0.005401611328 +-0.053222656250 +-0.022338867188 +0.148437500000 +-0.218750000000 +-0.211914062500 +-0.049316406250 +0.037353515625 +-0.225585937500 +-0.160156250000 +-0.012451171875 +-0.024902343750 +-0.041748046875 +-0.004119873047 +0.121093750000 +-0.404296875000 +-0.118164062500 +-0.234375000000 +-0.119628906250 +-0.067871093750 +0.014099121094 +-0.257812500000 +0.016967773438 +0.085937500000 +0.153320312500 +-0.046630859375 +0.052978515625 +0.098632812500 +-0.062500000000 +0.080078125000 +-0.011352539062 +-0.296875000000 +0.014099121094 +-0.156250000000 +-0.037841796875 +0.053466796875 +-0.322265625000 +0.041503906250 +-0.062255859375 +-0.038330078125 +0.172851562500 +0.024169921875 +-0.167968750000 +-0.227539062500 +-0.078613281250 +-0.085449218750 +-0.081542968750 +-0.041748046875 +-0.040771484375 +-0.234375000000 +-0.441406250000 +-0.057861328125 +-0.204101562500 +0.088867187500 +-0.294921875000 +0.204101562500 +-0.022460937500 +-0.042968750000 +-0.345703125000 +0.151367187500 +-0.080566406250 +-0.138671875000 +-0.175781250000 +0.166015625000 +0.082519531250 +0.109863281250 +0.107421875000 +0.115722656250 +-0.037597656250 +0.078125000000 +-0.087402343750 +0.035400390625 +-0.185546875000 +-0.074218750000 +0.023071289062 +-0.170898437500 +0.006317138672 +-0.008544921875 +-0.105957031250 +-0.151367187500 +-0.209960937500 +-0.027099609375 +0.099609375000 +0.056396484375 +-0.145507812500 +-0.167968750000 +0.023315429688 +0.049316406250 +-0.122558593750 +-0.035400390625 +-0.000261306763 +-0.054199218750 +-0.035888671875 +-0.111816406250 +-0.020263671875 +-0.369140625000 +0.122070312500 +0.018310546875 +-0.057373046875 +-0.137695312500 +-0.214843750000 +0.091796875000 +-0.105468750000 +0.171875000000 +0.302734375000 +0.060302734375 +-0.111328125000 +-0.157226562500 +-0.075195312500 +-0.237304687500 +0.057373046875 +-0.072753906250 +-0.093750000000 +0.142578125000 +-0.012084960938 +0.053955078125 +-0.088867187500 +0.019775390625 +-0.058593750000 +0.200195312500 +-0.277343750000 +-0.073730468750 +-0.269531250000 +-0.020751953125 +-0.015563964844 +-0.175781250000 +0.052001953125 +-0.198242187500 +-0.427734375000 +-0.040771484375 +-0.020507812500 +0.186523437500 +-0.101562500000 +-0.053222656250 +-0.075195312500 +-0.001487731934 +0.066894531250 +-0.138671875000 +0.053710937500 +0.015625000000 +0.045654296875 +-0.041748046875 +0.104980468750 +-0.123535156250 +-0.028930664062 +-0.082519531250 +0.032958984375 +-0.055419921875 +-0.022216796875 +-0.114257812500 +-0.018920898438 +0.073730468750 +0.312500000000 +0.054199218750 +-0.071289062500 +0.064453125000 +0.030761718750 +-0.058593750000 +0.030395507812 +-0.222656250000 +-0.298828125000 +0.042480468750 +0.044677734375 +-0.097656250000 +-0.025146484375 +0.025146484375 +-0.023681640625 +-0.070800781250 +-0.196289062500 +0.077148437500 +-0.152343750000 +-0.103027343750 +-0.023803710938 +0.028686523438 +0.060791015625 +-0.000614166260 +-0.169921875000 +0.108398437500 +0.078125000000 +0.085449218750 +0.043212890625 +0.098632812500 +-0.100097656250 +-0.131835937500 +-0.102539062500 +-0.210937500000 +-0.128906250000 +-0.074707031250 +-0.231445312500 +0.049072265625 +0.044433593750 +-0.062011718750 +0.062255859375 +-0.140625000000 +-0.057373046875 +-0.273437500000 +-0.341796875000 +-0.044677734375 +-0.127929687500 +-0.058593750000 +0.225585937500 +0.001480102539 +0.222656250000 +-0.000633239746 +0.001922607422 +0.085937500000 +-0.182617187500 +-0.134765625000 +0.003967285156 +0.053222656250 +-0.009094238281 +0.005340576172 +-0.002563476562 +-0.402343750000 +0.133789062500 +0.010986328125 +0.145507812500 +0.044921875000 +0.002593994141 +-0.029418945312 +-0.091308593750 +0.082031250000 +-0.075683593750 +0.027709960938 +0.168945312500 +-0.094238281250 +-0.113769531250 +0.102050781250 +-0.328125000000 +-0.073242187500 +0.002578735352 +0.001853942871 +0.169921875000 +-0.002960205078 +-0.082031250000 +-0.091796875000 +-0.142578125000 +0.125976562500 +-0.239257812500 +-0.137695312500 +-0.012207031250 +0.108886718750 +-0.054199218750 +0.007202148438 +-0.030639648438 +0.041259765625 +-0.047119140625 +-0.038818359375 +0.011047363281 +-0.040527343750 +-0.160156250000 +0.199218750000 +0.061523437500 +-0.029052734375 +-0.213867187500 +0.216796875000 +-0.069335937500 +0.041748046875 +0.086425781250 +0.081054687500 +-0.104003906250 +-0.031127929688 +-0.174804687500 +0.060302734375 +-0.119628906250 +0.073242187500 +-0.041015625000 +0.017089843750 +0.083984375000 +-0.265625000000 +-0.106933593750 +-0.138671875000 +0.007720947266 +0.105468750000 +0.009094238281 +-0.089355468750 +0.006256103516 +-0.004272460938 +0.051757812500 +0.188476562500 +-0.026489257812 +-0.055175781250 +0.129882812500 +0.004028320312 +-0.034667968750 +-0.043701171875 +0.096679687500 +0.093261718750 +0.114257812500 +0.091796875000 +-0.077148437500 +-0.051269531250 +-0.050781250000 +-0.210937500000 +0.032958984375 +-0.230468750000 +0.086914062500 +-0.117187500000 +0.160156250000 +0.000503540039 +0.026977539062 +0.065429687500 +-0.217773437500 +-0.230468750000 +0.070312500000 +-0.185546875000 +-0.011535644531 +0.075195312500 +0.128906250000 +-0.032226562500 +-0.059082031250 +0.202148437500 +-0.108886718750 +0.038574218750 +-0.076660156250 +-0.038085937500 +0.235351562500 +-0.029907226562 +-0.237304687500 +-0.072753906250 +-0.221679687500 +-0.011169433594 +-0.036132812500 +0.016235351562 +-0.065917968750 +0.054199218750 +-0.375000000000 +-0.060058593750 +0.100097656250 +-0.071777343750 +0.058593750000 +0.086425781250 +-0.011535644531 +-0.097167968750 +0.005828857422 +-0.023803710938 +-0.005737304688 +-0.012634277344 +-0.045898437500 +0.057128906250 +-0.182617187500 +0.007446289062 +0.049316406250 +0.134765625000 +-0.190429687500 +0.081542968750 +-0.153320312500 +0.091796875000 +0.037597656250 +-0.236328125000 +-0.022094726562 +-0.150390625000 +-0.198242187500 +0.019653320312 +0.010192871094 +-0.110351562500 +0.135742187500 +0.059082031250 +-0.162109375000 +0.038085937500 +-0.073730468750 +0.125000000000 +-0.019165039062 +0.167968750000 +-0.153320312500 +-0.181640625000 +0.100585937500 +-0.224609375000 +-0.283203125000 +-0.222656250000 +-0.047851562500 +0.081542968750 +-0.122070312500 +-0.105957031250 +-0.042724609375 +0.016479492188 +0.006805419922 +0.049316406250 +-0.086425781250 +0.029663085938 +0.136718750000 +-0.022827148438 +0.097656250000 +-0.185546875000 +0.076660156250 +0.023193359375 +-0.056640625000 +-0.033691406250 +0.015869140625 +0.022705078125 +-0.013671875000 +0.049316406250 +-0.074707031250 +0.055175781250 +0.114257812500 +-0.132812500000 +-0.077636718750 +-0.008178710938 +0.136718750000 +-0.140625000000 +-0.105957031250 +-0.037841796875 +0.035888671875 +-0.135742187500 +-0.065429687500 +0.016357421875 +-0.279296875000 +-0.176757812500 +-0.016967773438 +-0.045898437500 +-0.062500000000 +-0.061035156250 +0.041259765625 +-0.125976562500 +-0.225585937500 +-0.063964843750 +-0.168945312500 +-0.002456665039 +-0.153320312500 +-0.041259765625 +0.025878906250 +-0.085937500000 +-0.133789062500 +0.066894531250 +0.050292968750 +-0.141601562500 +-0.253906250000 +0.023681640625 +-0.084472656250 +0.059814453125 +-0.059814453125 +-0.161132812500 +-0.031127929688 +-0.100097656250 +-0.075195312500 +-0.142578125000 +0.093750000000 +0.052978515625 +-0.133789062500 +-0.380859375000 +-0.202148437500 +0.019042968750 +0.148437500000 +-0.086425781250 +-0.198242187500 +0.034423828125 +0.039550781250 +-0.267578125000 +-0.115234375000 +0.091308593750 +-0.013183593750 +-0.008178710938 +0.060791015625 +-0.053955078125 +0.113281250000 +0.060058593750 +0.074218750000 +0.057373046875 +0.021362304688 +0.064453125000 +0.028198242188 +-0.151367187500 +-0.184570312500 +-0.035644531250 +-0.051025390625 +-0.036376953125 +0.053710937500 +-0.038574218750 +-0.202148437500 +0.048339843750 +-0.011352539062 +-0.224609375000 +-0.074707031250 +0.008056640625 +-0.192382812500 +-0.011413574219 +-0.019165039062 +-0.109863281250 +-0.215820312500 +-0.084472656250 +0.166992187500 +0.190429687500 +0.027343750000 +0.111328125000 +-0.176757812500 +0.049072265625 +-0.244140625000 +-0.006622314453 +0.180664062500 +0.197265625000 +-0.241210937500 +-0.045410156250 +-0.132812500000 +0.120605468750 +-0.213867187500 +-0.322265625000 +-0.292968750000 +-0.257812500000 +-0.088867187500 +0.157226562500 +0.055419921875 +-0.227539062500 +-0.096191406250 +-0.257812500000 +0.054687500000 +0.190429687500 +-0.550781250000 +-0.269531250000 +0.172851562500 +-0.271484375000 +-0.026489257812 +-0.131835937500 +-0.131835937500 +-0.031250000000 +-0.129882812500 +0.306640625000 +0.192382812500 +-0.029418945312 +-0.068359375000 +0.033447265625 +-0.087402343750 +0.031738281250 +-0.041992187500 +0.026977539062 +0.040527343750 +-0.150390625000 +0.076660156250 +0.052978515625 +-0.196289062500 +0.072265625000 +-0.058593750000 +0.031738281250 +-0.240234375000 +0.008666992188 +0.255859375000 +-0.187500000000 +-0.245117187500 +-0.056640625000 +0.005645751953 +0.015991210938 +-0.060791015625 +-0.203125000000 +-0.082519531250 +0.037353515625 +0.023803710938 +0.064453125000 +-0.022094726562 +-0.062255859375 +0.031738281250 +-0.094726562500 +0.034912109375 +0.220703125000 +-0.136718750000 +0.028076171875 +0.033935546875 +-0.063476562500 +-0.113769531250 +-0.038330078125 +-0.104980468750 +-0.004760742188 +0.050537109375 +-0.085449218750 +0.090332031250 +0.141601562500 +0.133789062500 +-0.185546875000 +0.150390625000 +-0.431640625000 +-0.130859375000 +0.014648437500 +0.000949859619 +0.090820312500 +0.086425781250 +-0.006134033203 +0.164062500000 +-0.074218750000 +0.045410156250 +0.030639648438 +0.030029296875 +-0.511718750000 +-0.035400390625 +-0.031494140625 +-0.092773437500 +0.061523437500 +-0.007232666016 +-0.166015625000 +-0.085937500000 +-0.045166015625 +0.164062500000 +0.013000488281 +0.159179687500 +0.026855468750 +-0.109863281250 +-0.105468750000 +0.016235351562 +0.004333496094 +-0.216796875000 +-0.023681640625 +0.057861328125 +0.113769531250 +-0.131835937500 +0.111816406250 +-0.052734375000 +0.148437500000 +-0.035644531250 +-0.285156250000 +0.101074218750 +-0.220703125000 +-0.187500000000 +0.047607421875 +-0.031982421875 +-0.144531250000 +0.013183593750 +-0.089843750000 +0.054687500000 +0.193359375000 +-0.558593750000 +0.027954101562 +-0.202148437500 +0.135742187500 +-0.075195312500 +0.054931640625 +-0.045654296875 +0.123535156250 +-0.008972167969 +0.032714843750 +-0.052490234375 +0.019409179688 +0.136718750000 +-0.466796875000 +-0.015075683594 +-0.494140625000 +-0.324218750000 +-0.041015625000 +0.099609375000 +0.257812500000 +-0.367187500000 +0.137695312500 +-0.032714843750 +-0.233398437500 +-0.279296875000 +0.045166015625 +-0.104492187500 +-0.133789062500 +0.102539062500 +0.019042968750 +-0.291015625000 +0.062011718750 +0.152343750000 +-0.130859375000 +-0.133789062500 +-0.088378906250 +-0.310546875000 +-0.094238281250 +-0.113769531250 +-0.153320312500 +0.251953125000 +-0.065429687500 +0.065429687500 +0.082031250000 +-0.040771484375 +0.039062500000 +-0.099609375000 +-0.333984375000 +0.094726562500 +-0.096679687500 +-0.069824218750 +-0.246093750000 +0.071777343750 +0.048583984375 +-0.152343750000 +-0.347656250000 +0.132812500000 +0.001274108887 +0.127929687500 +-0.062988281250 +-0.056152343750 +-0.117187500000 +-0.090332031250 +-0.003372192383 +0.064941406250 +-0.049072265625 +0.147460937500 +-0.072265625000 +-0.031250000000 +0.096191406250 +0.048583984375 +-0.110351562500 +-0.257812500000 +0.209960937500 +0.010620117188 +-0.018676757812 +0.044677734375 +-0.197265625000 +-0.035888671875 +0.062988281250 +-0.073730468750 +-0.012390136719 +-0.285156250000 +-0.067382812500 +0.055419921875 +0.035400390625 +-0.012145996094 +0.143554687500 +0.045898437500 +0.061523437500 +-0.063476562500 +0.155273437500 +-0.118164062500 +-0.057373046875 +-0.466796875000 +0.084472656250 +0.066894531250 +-0.016479492188 +0.063476562500 +-0.089843750000 +-0.005340576172 +-0.134765625000 +-0.094726562500 +-0.138671875000 +-0.269531250000 +-0.080078125000 +-0.035156250000 +-0.119628906250 +-0.079589843750 +-0.165039062500 +-0.007598876953 +-0.058593750000 +0.044189453125 +0.027221679688 +0.006378173828 +0.075683593750 +0.062255859375 +0.045166015625 +0.071289062500 +0.129882812500 +0.156250000000 +0.163085937500 +0.057128906250 +-0.237304687500 +0.034667968750 +-0.025268554688 +0.129882812500 +-0.170898437500 +0.052734375000 +0.055908203125 +0.216796875000 +0.045654296875 +0.096679687500 +-0.175781250000 +-0.118652343750 +-0.030639648438 +0.137695312500 +0.100585937500 +0.105957031250 +-0.114257812500 +-0.177734375000 +0.052246093750 +0.121093750000 +0.022949218750 +-0.057617187500 +-0.156250000000 +-0.101074218750 +-0.080078125000 +0.127929687500 +0.083007812500 +-0.011840820312 +0.122070312500 +0.137695312500 +-0.003295898438 +-0.015625000000 +0.031250000000 +0.009643554688 +0.172851562500 +0.042724609375 +0.052490234375 +-0.122070312500 +-0.036621093750 +-0.029541015625 +-0.117675781250 +-0.112304687500 +0.174804687500 +0.041015625000 +-0.078125000000 +0.026977539062 +-0.179687500000 +0.017456054688 +0.026855468750 +0.030273437500 +0.080566406250 +0.007141113281 +-0.259765625000 +0.027343750000 +-0.007324218750 +-0.145507812500 +0.124511718750 +0.127929687500 +-0.291015625000 +0.082031250000 +-0.039794921875 +-0.161132812500 +-0.040283203125 +-0.069824218750 +-0.078125000000 +-0.110351562500 +-0.047607421875 +-0.171875000000 +0.074707031250 +-0.133789062500 +-0.001403808594 +0.201171875000 +-0.125976562500 +0.089843750000 +-0.216796875000 +-0.224609375000 +-0.151367187500 +0.204101562500 +0.235351562500 +-0.132812500000 +0.144531250000 +0.131835937500 +0.090820312500 +-0.183593750000 +-0.152343750000 +-0.033935546875 +0.075683593750 +-0.089843750000 +0.017944335938 +-0.102050781250 +0.028320312500 +-0.058349609375 +0.004760742188 +0.138671875000 +0.016113281250 +-0.101074218750 +-0.095703125000 +0.023437500000 +-0.126953125000 +-0.058837890625 +-0.122558593750 +-0.087402343750 +0.003646850586 +0.026000976562 +0.230468750000 +0.065429687500 +0.080566406250 +-0.092773437500 +0.063964843750 +-0.021972656250 +0.025146484375 +0.096679687500 +-0.086914062500 +-0.036865234375 +0.118164062500 +-0.097656250000 +0.165039062500 +-0.172851562500 +-0.060791015625 +0.169921875000 +0.069824218750 +-0.071777343750 +-0.061523437500 +0.079589843750 +-0.221679687500 +0.174804687500 +0.110839843750 +0.005981445312 +-0.034423828125 +0.162109375000 +0.032226562500 +0.041259765625 +0.008605957031 +-0.359375000000 +0.140625000000 +0.242187500000 +-0.148437500000 +-0.078613281250 +-0.292968750000 +-0.022338867188 +-0.028808593750 +0.138671875000 +-0.019531250000 +-0.066406250000 +-0.019653320312 +0.150390625000 +0.212890625000 +-0.126953125000 +-0.271484375000 +0.015563964844 +-0.108886718750 +-0.118652343750 +-0.016479492188 +0.005401611328 +-0.129882812500 +-0.044433593750 +-0.223632812500 +-0.044189453125 +-0.064453125000 +-0.046142578125 +-0.114257812500 +0.067871093750 +0.088378906250 +0.010437011719 +-0.048095703125 +-0.070800781250 +-0.159179687500 +-0.156250000000 +-0.076171875000 +0.199218750000 +0.145507812500 +-0.132812500000 +0.135742187500 +-0.170898437500 +-0.005371093750 +0.080078125000 +0.034667968750 +0.083496093750 +-0.390625000000 +0.051513671875 +0.073242187500 +-0.110839843750 +0.069824218750 +0.062988281250 +0.191406250000 +0.064453125000 +-0.160156250000 +0.062988281250 +-0.186523437500 +-0.585937500000 +-0.220703125000 +-0.082031250000 +-0.056640625000 +0.113281250000 +-0.007934570312 +-0.357421875000 +-0.068359375000 +-0.570312500000 +-0.847656250000 +0.037597656250 +0.015258789062 +0.040527343750 +-0.294921875000 +-0.051513671875 +0.028686523438 +0.086914062500 +-0.041015625000 +-0.035400390625 +0.046630859375 +0.090332031250 +-0.212890625000 +-0.082031250000 +-0.073730468750 +-0.248046875000 +-0.164062500000 +-0.122070312500 +0.204101562500 +0.012817382812 +-0.016601562500 +-0.047851562500 +0.143554687500 +-0.023071289062 +0.068847656250 +0.104492187500 +-0.005401611328 +0.008056640625 +0.028320312500 +-0.006561279297 +-0.014038085938 +-0.028198242188 +0.069824218750 +0.081542968750 +-0.289062500000 +-0.140625000000 +0.011779785156 +-0.122558593750 +-0.017700195312 +0.094238281250 +0.017822265625 +0.066894531250 +0.048828125000 +0.054199218750 +-0.025390625000 +-0.539062500000 +-0.601562500000 +-0.249023437500 +0.108886718750 +-0.104980468750 +0.012695312500 +-0.075683593750 +-0.281250000000 +-0.137695312500 +-0.010925292969 +0.057861328125 +-0.114746093750 +0.036376953125 +0.012329101562 +-0.061523437500 +-0.041748046875 +0.136718750000 +-0.127929687500 +-0.457031250000 +0.040527343750 +0.112304687500 +0.106445312500 +0.055664062500 +0.060058593750 +-0.035400390625 +-0.080566406250 +0.085449218750 +-0.412109375000 +-0.237304687500 +-0.050048828125 +0.101562500000 +-0.101074218750 +0.067382812500 +-0.376953125000 +-0.306640625000 +0.114746093750 +-0.198242187500 +-0.187500000000 +-0.005706787109 +0.085449218750 +-0.214843750000 +0.006835937500 +-0.161132812500 +-0.040527343750 +-0.057128906250 +-0.248046875000 +0.153320312500 +0.101074218750 +0.069335937500 +-0.068359375000 +0.142578125000 +0.103515625000 +-0.142578125000 +0.095214843750 +0.097167968750 +-0.197265625000 +-0.035644531250 +0.004058837891 +0.074218750000 +-0.014404296875 +0.114746093750 +-0.151367187500 +0.011047363281 +-0.027832031250 +0.126953125000 +0.032226562500 +-0.038085937500 +-0.062988281250 +0.048828125000 +-0.024414062500 +-0.318359375000 +-0.200195312500 +0.051757812500 +0.139648437500 +0.247070312500 +-0.114257812500 +-0.136718750000 +0.066894531250 +0.037841796875 +0.094238281250 +-0.127929687500 +-0.114257812500 +0.233398437500 +0.009765625000 +-0.191406250000 +-0.062988281250 +-0.034179687500 +-0.045654296875 +-0.206054687500 +-0.384765625000 +0.055419921875 +-0.221679687500 +0.043457031250 +0.070312500000 +-0.044921875000 +-0.215820312500 +-0.062011718750 +-0.049804687500 +0.119628906250 +0.133789062500 +-0.531250000000 +-0.071289062500 +0.233398437500 +-0.156250000000 +-0.098144531250 +-0.188476562500 +-0.077148437500 +0.114257812500 +0.066406250000 +0.279296875000 +-0.119628906250 +-0.013061523438 +-0.341796875000 +-0.014160156250 +-0.017700195312 +-0.024414062500 +0.051025390625 +-0.115234375000 +-0.096679687500 +0.165039062500 +0.095703125000 +-0.232421875000 +-0.176757812500 +-0.100097656250 +0.043701171875 +0.137695312500 +0.076171875000 +0.011901855469 +0.094238281250 +0.202148437500 +-0.227539062500 +0.021728515625 +0.071289062500 +-0.124023437500 +0.088867187500 +-0.040771484375 +0.008361816406 +0.137695312500 +0.120117187500 +-0.310546875000 +-0.074707031250 +0.002365112305 +0.038085937500 +0.066894531250 +0.073242187500 +0.145507812500 +-0.380859375000 +0.030517578125 +0.101074218750 +-0.030517578125 +0.005798339844 +-0.057861328125 +0.007293701172 +-0.024902343750 +0.021484375000 +-0.011779785156 +-0.312500000000 +0.072753906250 +0.044433593750 +0.122558593750 +0.130859375000 +-0.002761840820 +-0.063964843750 +-0.289062500000 +-0.203125000000 +-0.239257812500 +0.017211914062 +0.028930664062 +-0.115722656250 +-0.010864257812 +0.065429687500 +0.013977050781 +0.090820312500 +-0.433593750000 +0.040039062500 +-0.221679687500 +-0.073730468750 +-0.135742187500 +-0.016479492188 +-0.113769531250 +-0.008544921875 +0.113769531250 +0.127929687500 +-0.022705078125 +0.018798828125 +0.014221191406 +-0.101074218750 +0.129882812500 +0.037597656250 +-0.016479492188 +0.043945312500 +0.026000976562 +0.166015625000 +0.187500000000 +-0.093261718750 +-0.000459671021 +-0.017822265625 +0.016235351562 +-0.292968750000 +-0.022827148438 +0.034423828125 +-0.185546875000 +0.024047851562 +-0.435546875000 +-0.172851562500 +0.023071289062 +-0.369140625000 +0.023681640625 +-0.072265625000 +-0.032226562500 +0.140625000000 +0.030517578125 +-0.212890625000 +-0.206054687500 +-0.173828125000 +0.009704589844 +-0.126953125000 +-0.071777343750 +0.104003906250 +-0.058349609375 +-0.117675781250 +-0.102050781250 +-0.034423828125 +0.063476562500 +-0.131835937500 +0.085937500000 +0.057617187500 +-0.024658203125 +-0.149414062500 +-0.104980468750 +-0.169921875000 +-0.328125000000 +-0.211914062500 +-0.068847656250 +-0.000457763672 +0.000679016113 +0.140625000000 +0.082031250000 +0.106933593750 +-0.123046875000 +-0.102050781250 +0.083496093750 +-0.152343750000 +0.050537109375 +0.024169921875 +-0.033203125000 +0.042236328125 +-0.103027343750 +-0.029907226562 +-0.082031250000 +0.051513671875 +0.108886718750 +0.062988281250 +0.093261718750 +-0.179687500000 +0.105468750000 +0.008850097656 +-0.065917968750 +-0.097656250000 +-0.011108398438 +0.142578125000 +0.022338867188 +-0.077148437500 +-0.302734375000 +0.071777343750 +-0.139648437500 +0.072265625000 +0.182617187500 +-0.032714843750 +-0.054199218750 +0.039550781250 +-0.021240234375 +-0.006530761719 +0.022583007812 +-0.101074218750 +0.042968750000 +0.031982421875 +-0.003829956055 +0.005004882812 +-0.275390625000 +0.006408691406 +-0.114257812500 +0.054199218750 +-0.214843750000 +0.011230468750 +-0.247070312500 +-0.016845703125 +-0.024536132812 +0.005737304688 +-0.094726562500 +-0.259765625000 +0.018432617188 +-0.390625000000 +-0.104003906250 +-0.166015625000 +-0.001884460449 +-0.045166015625 +0.129882812500 +-0.120117187500 +0.123535156250 +0.085449218750 +-0.016601562500 +-0.095703125000 +-0.028320312500 +-0.320312500000 +-0.060058593750 +0.193359375000 +-0.128906250000 +-0.017944335938 +-0.441406250000 +0.026367187500 +0.181640625000 +0.168945312500 +-0.208007812500 +-0.157226562500 +-0.103027343750 +0.143554687500 +0.088378906250 +0.025024414062 +-0.025512695312 +0.243164062500 +0.029052734375 +0.051269531250 +-0.007720947266 +-0.249023437500 +-0.064941406250 +-0.322265625000 +0.085449218750 +0.051757812500 +0.039062500000 +-0.027709960938 +-0.069335937500 +0.207031250000 +0.155273437500 +-0.027832031250 +0.008239746094 +-0.018188476562 +0.082031250000 +0.189453125000 +-0.127929687500 +-0.024780273438 +-0.070800781250 +0.002685546875 +0.027221679688 +-0.136718750000 +-0.051513671875 +-0.060546875000 +-0.071777343750 +0.011718750000 +-0.355468750000 +-0.124511718750 +0.060791015625 +0.034912109375 +0.129882812500 +0.121582031250 +0.060058593750 +-0.204101562500 +-0.001670837402 +-0.127929687500 +-0.092773437500 +-0.182617187500 +0.079101562500 +-0.010559082031 +0.041748046875 +-0.022583007812 +0.021728515625 +-0.039794921875 +0.015136718750 +-0.045898437500 +0.077636718750 +-0.004821777344 +-0.018310546875 +0.132812500000 +-0.117675781250 +0.123535156250 +-0.136718750000 +-0.029418945312 +0.061279296875 +0.037353515625 +-0.125976562500 +0.070800781250 +-0.222656250000 +-0.267578125000 +-0.078613281250 +-0.079101562500 +0.082519531250 +-0.175781250000 +0.021484375000 +-0.235351562500 +0.064453125000 +0.019897460938 +-0.277343750000 +0.045898437500 +-0.083496093750 +0.197265625000 +-0.092285156250 +0.138671875000 +0.021972656250 +0.075195312500 +-0.300781250000 +-0.110351562500 +-0.257812500000 +-0.118652343750 +0.078613281250 +0.029174804688 +-0.035888671875 +0.117675781250 +-0.034179687500 +0.068359375000 +-0.191406250000 +0.014953613281 +-0.193359375000 +-0.156250000000 +0.071777343750 +-0.121582031250 +0.035156250000 +-0.298828125000 +-0.119628906250 +-0.023315429688 +0.106445312500 +-0.332031250000 +-0.166992187500 +0.205078125000 +0.147460937500 +0.001113891602 +0.093750000000 +0.125976562500 +-0.214843750000 +-0.174804687500 +0.017456054688 +-0.050781250000 +0.020385742188 +-0.040039062500 +0.060302734375 +0.125976562500 +0.097656250000 +-0.234375000000 +0.029418945312 +0.011596679688 +0.171875000000 +-0.114746093750 +0.122558593750 +0.011169433594 +-0.092285156250 +0.085449218750 +-0.017578125000 +0.234375000000 +-0.041259765625 +-0.059814453125 +0.083007812500 +-0.109375000000 +-0.011840820312 +0.035644531250 +0.039062500000 +0.063964843750 +0.148437500000 +-0.064941406250 +-0.285156250000 +-0.044677734375 +-0.292968750000 +0.115234375000 +-0.029541015625 +-0.013732910156 +0.016601562500 +-0.091308593750 +-0.033935546875 +-0.052001953125 +0.062011718750 +0.008422851562 +-0.279296875000 +-0.041015625000 +-0.585937500000 +0.010803222656 +0.014709472656 +-0.093261718750 +0.110839843750 +-0.065917968750 +0.084960937500 +0.037109375000 +0.090332031250 +-0.136718750000 +0.072753906250 +0.058349609375 +-0.455078125000 +-0.251953125000 +-0.226562500000 +-0.045898437500 +-0.086425781250 +0.137695312500 +-0.044433593750 +-0.004425048828 +-0.079101562500 +0.022094726562 +-0.011230468750 +-0.113769531250 +-0.328125000000 +-0.294921875000 +0.100097656250 +-0.302734375000 +-0.013427734375 +-0.010864257812 +-0.146484375000 +0.076660156250 +-0.009399414062 +-0.085449218750 +0.017456054688 +-0.120605468750 +0.008056640625 +-0.210937500000 +-0.013122558594 +0.048828125000 +-0.408203125000 +0.143554687500 +-0.004119873047 +0.018676757812 +-0.104492187500 +0.072753906250 +-0.208007812500 +0.042968750000 +-0.007659912109 +0.020019531250 +-0.347656250000 +-0.269531250000 +-0.035156250000 +0.076171875000 +0.010314941406 +0.021240234375 +0.012512207031 +0.086914062500 +0.014099121094 +0.056640625000 +0.008300781250 +0.014587402344 +0.008300781250 +-0.055664062500 +-0.067871093750 +0.062500000000 +-0.095214843750 +-0.302734375000 +0.106445312500 +-0.005310058594 +0.062500000000 +0.073730468750 +0.001525878906 +-0.035400390625 +0.114746093750 +0.046386718750 +-0.174804687500 +-0.093750000000 +-0.086914062500 +-0.090332031250 +-0.061767578125 +0.032470703125 +0.067871093750 +-0.049804687500 +0.003204345703 +-0.140625000000 +0.020019531250 +-0.230468750000 +-0.086914062500 +-0.347656250000 +-0.026733398438 +-0.034667968750 +0.047607421875 +0.095214843750 +-0.214843750000 +0.037597656250 +0.068359375000 +0.043212890625 +-0.195312500000 +-0.041259765625 +0.059814453125 +-0.085937500000 +-0.227539062500 +0.014404296875 +-0.341796875000 +-0.080078125000 +0.018188476562 +0.054931640625 +0.019897460938 +-0.027465820312 +-0.051025390625 +-0.132812500000 +0.023559570312 +0.093750000000 +0.037109375000 +-0.160156250000 +0.056396484375 +-0.029785156250 +0.136718750000 +-0.058593750000 +0.073242187500 +0.023071289062 +0.192382812500 +0.073242187500 +0.076171875000 +-0.240234375000 +-0.147460937500 +-0.037841796875 +0.001022338867 +-0.201171875000 +-0.004791259766 +-0.121582031250 +-0.034667968750 +-0.151367187500 +-0.056884765625 +-0.298828125000 +0.031494140625 +-0.094726562500 +0.184570312500 +-0.025512695312 +-0.132812500000 +-0.212890625000 +0.132812500000 +0.027954101562 +-0.435546875000 +-0.108886718750 +-0.102050781250 +0.129882812500 +0.013183593750 +-0.104003906250 +-0.008911132812 +-0.091308593750 +-0.106445312500 +0.069824218750 +0.054687500000 +-0.386718750000 +-0.202148437500 +0.188476562500 +0.020629882812 +0.129882812500 +-0.050048828125 +0.016235351562 +-0.101074218750 +-0.245117187500 +-0.025146484375 +-0.367187500000 +-0.392578125000 +0.030151367188 +-0.168945312500 +0.120605468750 +0.002792358398 +0.215820312500 +-0.020263671875 +-0.077636718750 +-0.018066406250 +0.088378906250 +0.098632812500 +-0.235351562500 +0.223632812500 +0.132812500000 +-0.083496093750 +-0.002288818359 +0.079101562500 +-0.028076171875 +-0.114257812500 +-0.085937500000 +-0.044921875000 +0.076171875000 +0.086914062500 +0.053955078125 +-0.044433593750 +-0.261718750000 +0.033691406250 +0.138671875000 +-0.183593750000 +-0.203125000000 +0.154296875000 +-0.111816406250 +0.001113891602 +0.040527343750 +-0.269531250000 +-0.027099609375 +0.123046875000 +-0.005981445312 +0.069335937500 +-0.558593750000 +-0.007781982422 +0.143554687500 +-0.096679687500 +0.138671875000 +0.121582031250 +0.134765625000 +0.077148437500 +0.000881195068 +0.174804687500 +-0.002410888672 +-0.141601562500 +-0.219726562500 +0.024414062500 +0.017456054688 +0.162109375000 +0.083496093750 +0.064453125000 +-0.088378906250 +0.047607421875 +0.107421875000 +-0.232421875000 +-0.106445312500 +-0.051025390625 +0.088867187500 +-0.112792968750 +-0.145507812500 +0.051513671875 +0.116699218750 +0.113281250000 +-0.126953125000 +0.023193359375 +-0.039062500000 +-0.324218750000 +-0.032226562500 +-0.147460937500 +-0.058837890625 +-0.148437500000 +-0.281250000000 +-0.108886718750 +-0.074218750000 +0.020996093750 +-0.036132812500 +-0.077636718750 +-0.206054687500 +-0.273437500000 +0.063476562500 +-0.052978515625 +-0.066406250000 +0.124511718750 +-0.154296875000 +-0.009399414062 +-0.009521484375 +-0.004638671875 +-0.046875000000 +-0.113281250000 +-0.204101562500 +-0.068847656250 +0.100097656250 +-0.039794921875 +-0.030761718750 +-0.318359375000 +-0.441406250000 +0.174804687500 +0.121582031250 +-0.178710937500 +-0.108886718750 +0.047119140625 +-0.156250000000 +-0.130859375000 +0.238281250000 +0.006347656250 +0.052978515625 +-0.320312500000 +0.011413574219 +0.157226562500 +0.226562500000 +-0.047119140625 +-0.010192871094 +0.037353515625 +0.056396484375 +0.212890625000 +0.027465820312 +-0.123535156250 +0.040039062500 +-0.265625000000 +-0.210937500000 +-0.005706787109 +0.098632812500 +0.139648437500 +-0.055908203125 +0.062255859375 +-0.130859375000 +0.077148437500 +0.064941406250 +-0.088867187500 +-0.051757812500 +0.026123046875 +-0.023925781250 +-0.084960937500 +-0.012512207031 +-0.201171875000 +0.000633239746 +0.071289062500 +0.098144531250 +0.096191406250 +-0.047607421875 +-0.200195312500 +0.004821777344 +0.064453125000 +0.132812500000 +-0.106445312500 +0.028564453125 +0.098144531250 +-0.186523437500 +0.173828125000 +-0.228515625000 +-0.043212890625 +-0.092773437500 +-0.058349609375 +0.035888671875 +-0.208984375000 +-0.080078125000 +0.138671875000 +0.101562500000 +0.092773437500 +0.170898437500 +-0.054443359375 +-0.077148437500 +0.099609375000 +-0.092773437500 +0.076171875000 +-0.125976562500 +-0.026611328125 +-0.298828125000 +0.074707031250 +-0.039794921875 +0.024658203125 +-0.069824218750 +-0.124023437500 +-0.157226562500 +0.025634765625 +0.052734375000 +-0.017211914062 +0.104980468750 +-0.079589843750 +-0.125000000000 +-0.218750000000 +-0.043945312500 +-0.187500000000 +-0.001152038574 +0.013671875000 +0.104980468750 +-0.022338867188 +-0.226562500000 +0.080566406250 +-0.012084960938 +0.024902343750 +-0.027465820312 +0.057128906250 +0.052490234375 +-0.008239746094 +0.031982421875 +-0.064453125000 +0.075683593750 +-0.124511718750 +-0.117675781250 +0.004943847656 +-0.120117187500 +-0.008605957031 +-0.033935546875 +-0.062011718750 +-0.408203125000 +-0.001144409180 +-0.498046875000 +-1.132812500000 +-0.041259765625 +-0.005523681641 +0.112792968750 +0.017822265625 +-0.012634277344 +0.105957031250 +0.061523437500 +-0.002746582031 +-0.026489257812 +0.017822265625 +0.148437500000 +-0.094726562500 +0.056152343750 +-0.079589843750 +-0.507812500000 +0.038085937500 +-0.035644531250 +0.015869140625 +-0.066894531250 +0.102050781250 +0.024414062500 +-0.075683593750 +0.027099609375 +-0.031982421875 +0.029296875000 +0.095703125000 +0.048828125000 +0.056152343750 +-0.036621093750 +-0.085449218750 +-0.088378906250 +0.049560546875 +0.146484375000 +-0.081542968750 +-0.075683593750 +0.016113281250 +-0.038818359375 +0.092285156250 +0.069335937500 +0.035644531250 +0.147460937500 +-0.039306640625 +0.101074218750 +0.021240234375 +-0.110351562500 +-0.247070312500 +-0.005523681641 +0.109375000000 +0.001647949219 +-0.133789062500 +0.098144531250 +0.060058593750 +-0.128906250000 +0.135742187500 +0.351562500000 +0.116210937500 +-0.020751953125 +0.050781250000 +0.007995605469 +-0.041503906250 +-0.017089843750 +0.034667968750 +-0.235351562500 +0.062011718750 +0.190429687500 +0.072753906250 +0.048828125000 +0.062255859375 +0.052001953125 +-0.077636718750 +0.138671875000 +0.022338867188 +-0.074218750000 +0.080566406250 +-0.042236328125 +-0.031250000000 +-0.014404296875 +-0.173828125000 +0.097167968750 +-0.142578125000 +-0.131835937500 +-0.382812500000 +0.144531250000 +0.186523437500 +0.105957031250 +-0.003677368164 +0.175781250000 +-0.122558593750 +-0.099121093750 +-0.025634765625 +0.086425781250 +0.051025390625 +0.184570312500 +0.014465332031 +0.036621093750 +0.080566406250 +-0.116210937500 +0.077636718750 +-0.053222656250 +0.105468750000 +-0.078125000000 +-0.033447265625 +0.154296875000 +0.185546875000 +-0.059814453125 +0.048095703125 +0.067382812500 +0.060546875000 +0.036865234375 +-0.211914062500 +0.104003906250 +0.028076171875 +-0.073730468750 +0.113281250000 +-0.141601562500 +-0.361328125000 +0.057617187500 +-0.172851562500 +0.100097656250 +0.036621093750 +0.119628906250 +-0.198242187500 +-0.093750000000 +-0.003433227539 +-0.147460937500 +-0.236328125000 +0.058349609375 +-0.057128906250 +0.148437500000 +-0.040039062500 +-0.036376953125 +0.052246093750 +0.146484375000 +-0.141601562500 +-0.041992187500 +0.201171875000 +-0.017944335938 +-0.197265625000 +0.129882812500 +-0.130859375000 +0.289062500000 +0.049316406250 +-0.205078125000 +-0.039062500000 +-0.419921875000 +-0.059082031250 +0.025024414062 +0.145507812500 +-0.022094726562 +-0.137695312500 +-0.086914062500 +-0.076171875000 +-0.008850097656 +0.125976562500 +-0.080078125000 +0.068847656250 +0.143554687500 +-0.020019531250 +0.138671875000 +-0.076171875000 +-0.051025390625 +-0.292968750000 +-0.081054687500 +0.004272460938 +0.124511718750 +-0.025756835938 +0.046630859375 +-0.033447265625 +0.095214843750 +-0.045410156250 +0.243164062500 +-0.027954101562 +-0.037597656250 +-0.261718750000 +0.189453125000 +-0.022460937500 +-0.052246093750 +0.094238281250 +-0.042724609375 +-0.131835937500 +-0.137695312500 +-0.273437500000 +-0.221679687500 +-0.285156250000 +0.109375000000 +-0.064941406250 +0.113769531250 +0.019897460938 +-0.050292968750 +0.140625000000 +0.089355468750 +-0.034667968750 +0.087402343750 +0.052490234375 +-0.018798828125 +-0.332031250000 +-0.005493164062 +-0.166992187500 +-0.038574218750 +-0.071777343750 +0.030517578125 +-0.041748046875 +-0.025146484375 +-0.169921875000 +0.027099609375 +-0.088867187500 +-0.191406250000 +-0.050048828125 +0.056640625000 +-0.244140625000 +0.013183593750 +-0.038574218750 +0.140625000000 +-0.052490234375 +0.037353515625 +-0.013671875000 +-0.098144531250 +-0.077148437500 +-0.089355468750 +-0.050292968750 +0.046875000000 +0.014038085938 +-0.163085937500 +0.033203125000 +-0.179687500000 +-0.043701171875 +0.100097656250 +0.028076171875 +-0.018554687500 +-0.249023437500 +0.089355468750 +-0.066406250000 +0.026733398438 +-0.098144531250 +-0.018188476562 +-0.173828125000 +-0.213867187500 +-0.072265625000 +0.081054687500 +-0.257812500000 +-0.100097656250 +0.089355468750 +0.107421875000 +-0.068847656250 +0.127929687500 +0.165039062500 +-0.144531250000 +0.168945312500 +0.094238281250 +-0.005462646484 +0.106445312500 +0.151367187500 +0.048339843750 +0.064453125000 +-0.101074218750 +-0.062500000000 +-0.123046875000 +0.044921875000 +-0.110351562500 +-0.093750000000 +-0.130859375000 +0.071289062500 +-0.076660156250 +0.034667968750 +0.112792968750 +-0.100585937500 +-0.083007812500 +0.163085937500 +0.080566406250 +0.158203125000 +0.038330078125 +-0.239257812500 +-0.075683593750 +0.059326171875 +-0.058593750000 +-0.068847656250 +0.028686523438 +-0.028808593750 +0.032226562500 +0.066894531250 +-0.273437500000 +0.142578125000 +-0.088378906250 +-0.088378906250 +0.005035400391 +0.110839843750 +0.053955078125 +0.021850585938 +0.083496093750 +0.056884765625 +0.041748046875 +0.000904083252 +-0.019165039062 +-0.087890625000 +-0.026611328125 +-0.005432128906 +0.007812500000 +-0.110839843750 +-0.024169921875 +-0.008178710938 +-0.141601562500 +0.040039062500 +0.124023437500 +-0.219726562500 +-0.010864257812 +-0.188476562500 +0.041503906250 +0.044433593750 +-0.049316406250 +-0.320312500000 +0.126953125000 +-0.025268554688 +0.154296875000 +0.127929687500 +-0.090332031250 +0.060546875000 +-0.022705078125 +-0.039550781250 +-0.046386718750 +-0.075195312500 +0.075195312500 +0.029296875000 +-0.180664062500 +0.107421875000 +0.052246093750 +0.008361816406 +-0.259765625000 +0.174804687500 +0.058837890625 +-0.071289062500 +-0.125976562500 +-0.071289062500 +0.048339843750 +0.168945312500 +0.202148437500 +-0.089843750000 +-0.285156250000 +0.056884765625 +-0.087402343750 +-0.079589843750 +-0.061523437500 +0.069824218750 +-0.196289062500 +0.108886718750 +-0.045410156250 +0.150390625000 +-0.147460937500 +-0.112792968750 +-0.324218750000 +0.031250000000 +0.015319824219 +0.001701354980 +0.033691406250 +-0.141601562500 +-0.092773437500 +-0.192382812500 +-0.041015625000 +-0.213867187500 +0.159179687500 +-0.039062500000 +-0.064941406250 +-0.054687500000 +-0.312500000000 +0.051513671875 +-0.014038085938 +0.000923156738 +-0.179687500000 +-0.017333984375 +-0.132812500000 +0.083007812500 +0.022705078125 +0.005798339844 +0.125000000000 +-0.118164062500 +-0.141601562500 +0.031738281250 +0.070312500000 +0.109375000000 +0.120117187500 +0.049316406250 +0.005737304688 +-0.098632812500 +0.187500000000 +0.075195312500 +-0.316406250000 +0.103027343750 +0.005889892578 +-0.113281250000 +-0.022216796875 +0.033691406250 +-0.082519531250 +-0.062988281250 +-0.078613281250 +0.018920898438 +-0.166992187500 +0.177734375000 +-0.378906250000 +0.202148437500 +-0.072753906250 +-0.026000976562 +-0.193359375000 +0.014526367188 +-0.098632812500 +-0.269531250000 +0.033935546875 +0.026367187500 +0.001754760742 +-0.154296875000 +-0.108398437500 +0.109375000000 +0.089843750000 +-0.020874023438 +-0.070312500000 +-0.013732910156 +-0.117675781250 +0.013549804688 +-0.042480468750 +0.107910156250 +0.004730224609 +-0.220703125000 +-0.021728515625 +-0.458984375000 +-0.376953125000 +-0.044433593750 +-0.045898437500 +0.001831054688 +-0.162109375000 +-0.071777343750 +0.066406250000 +0.205078125000 +0.250000000000 +0.026611328125 +-0.018310546875 +-0.010559082031 +-0.208007812500 +-0.051269531250 +0.104492187500 +-0.117675781250 +-0.098632812500 +-0.045410156250 +0.002700805664 +-0.030761718750 +-0.300781250000 +-0.129882812500 +-0.134765625000 +-0.257812500000 +0.062011718750 +-0.015991210938 +-0.200195312500 +-0.119140625000 +-0.050781250000 +0.143554687500 +-0.029663085938 +-0.096679687500 +0.027832031250 +0.123535156250 +-0.032714843750 +0.020507812500 +-0.129882812500 +-0.024902343750 +-0.045654296875 +0.141601562500 +0.016235351562 +-0.025268554688 +-0.324218750000 +0.039306640625 +0.007934570312 +-0.047119140625 +-0.103515625000 +-0.147460937500 +-0.089355468750 +0.079589843750 +-0.012939453125 +0.125976562500 +0.013488769531 +-0.038085937500 +-0.173828125000 +0.055908203125 +-0.103515625000 +0.110351562500 +0.017211914062 +-0.081054687500 +0.050537109375 +-0.094238281250 +0.062500000000 +-0.017089843750 +0.092285156250 +-0.098632812500 +-0.151367187500 +-0.172851562500 +-0.062500000000 +-0.007781982422 +-0.004974365234 +-0.110351562500 +0.001640319824 +-0.010131835938 +-0.100585937500 +-0.032958984375 +-0.237304687500 +0.074707031250 +0.003570556641 +0.085937500000 +-0.165039062500 +-0.029418945312 +-0.026245117188 +-0.026977539062 +-0.016723632812 +-0.016479492188 +0.050781250000 +-0.326171875000 +0.007659912109 +-0.013366699219 +0.018676757812 +0.077148437500 +0.193359375000 +0.113769531250 +-0.002212524414 +-0.096191406250 +0.023315429688 +-0.131835937500 +0.045898437500 +-0.110351562500 +0.055664062500 +0.024291992188 +0.058837890625 +0.033691406250 +0.154296875000 +-0.188476562500 +-0.096679687500 +0.000617980957 +-0.114746093750 +0.056396484375 +-0.640625000000 +-0.052246093750 +-0.039550781250 +0.010314941406 +-0.088378906250 +-0.002029418945 +-0.090820312500 +0.032226562500 +0.045166015625 +0.082031250000 +0.158203125000 +0.070800781250 +0.167968750000 +0.102539062500 +0.114257812500 +-0.102539062500 +-0.034912109375 +0.040283203125 +0.036865234375 +0.096679687500 +-0.035644531250 +-0.136718750000 +-0.003860473633 +0.121093750000 +-0.253906250000 +-0.165039062500 +-0.337890625000 +0.081542968750 +0.122070312500 +0.068847656250 +-0.012145996094 +-0.173828125000 +-0.131835937500 +0.164062500000 +-0.039550781250 +0.159179687500 +-0.159179687500 +-0.000242233276 +-0.002914428711 +-0.080566406250 +0.116699218750 +-0.209960937500 +-0.486328125000 +0.094726562500 +0.053222656250 +0.091796875000 +-0.056152343750 +0.064941406250 +-0.217773437500 +-0.046630859375 +-0.068847656250 +0.220703125000 +-0.007324218750 +-0.166015625000 +0.083984375000 +-0.006530761719 +0.109863281250 +-0.227539062500 +-0.089355468750 +0.034912109375 +-0.042480468750 +-0.482421875000 +-0.294921875000 +-0.040039062500 +-0.120605468750 +-0.085937500000 +0.037353515625 +0.048828125000 +-0.119140625000 +-0.343750000000 +-0.035156250000 +-0.028198242188 +0.022216796875 +0.113769531250 +0.117675781250 +-0.097167968750 +-0.109375000000 +0.100585937500 +0.172851562500 +-0.217773437500 +0.109863281250 +0.058593750000 +0.056640625000 +0.199218750000 +0.069335937500 +-0.261718750000 +-0.054687500000 +-0.088867187500 +-0.043212890625 +-0.023315429688 +-0.109863281250 +-0.009643554688 +0.072753906250 +-0.138671875000 +-0.125976562500 +-0.244140625000 +0.028808593750 +0.104980468750 +-0.099609375000 +-0.129882812500 +-0.238281250000 +-0.007690429688 +-0.153320312500 +0.091796875000 +0.049560546875 +-0.031127929688 +-0.083984375000 +0.143554687500 +0.080078125000 +-0.052246093750 +0.032226562500 +0.119140625000 +-0.208984375000 +-0.075195312500 +-0.006469726562 +-0.087402343750 +-0.066406250000 +-0.022583007812 +-0.073242187500 +0.149414062500 +0.225585937500 +-0.087890625000 +0.087402343750 +-0.052001953125 +-0.316406250000 +0.097656250000 +-0.242187500000 +0.060546875000 +-0.259765625000 +0.107421875000 +0.030639648438 +0.006011962891 +-0.100585937500 +-0.205078125000 +0.019653320312 +-0.154296875000 +-0.137695312500 +-0.058837890625 +0.036132812500 +-0.107910156250 +0.045898437500 +0.001449584961 +0.228515625000 +-0.117187500000 +0.105468750000 +0.140625000000 +-0.138671875000 +0.022583007812 +-0.259765625000 +-0.058105468750 +-0.036621093750 +0.053222656250 +0.102050781250 +0.115234375000 +-0.201171875000 +0.052978515625 +0.120605468750 +0.143554687500 +0.168945312500 +-0.244140625000 +0.031005859375 +-0.017456054688 +-0.070800781250 +-0.206054687500 +-0.102539062500 +-0.018676757812 +-0.122070312500 +-0.033203125000 +0.110351562500 +-0.032714843750 +-0.304687500000 +0.036376953125 +-0.019287109375 +0.142578125000 +0.029418945312 +-0.065917968750 +-0.191406250000 +0.047119140625 +-0.026733398438 +-0.004669189453 +-0.100097656250 +0.083496093750 +0.122558593750 +-0.189453125000 +-0.010070800781 +-0.714843750000 +-0.154296875000 +-0.128906250000 +-0.175781250000 +0.012451171875 +-0.095703125000 +0.105957031250 +-0.023193359375 +0.076660156250 +-0.087402343750 +0.152343750000 +0.087402343750 +-0.068359375000 +-0.065917968750 +0.059326171875 +-0.233398437500 +-0.152343750000 +-0.082031250000 +-0.180664062500 +-0.063476562500 +-0.020507812500 +-0.100097656250 +-0.007446289062 +0.041748046875 +0.022460937500 +-0.083984375000 +0.071777343750 +-0.188476562500 +0.017456054688 +-0.078613281250 +-0.052734375000 +0.025878906250 +-0.089355468750 +-0.209960937500 +0.071777343750 +-0.140625000000 +0.103515625000 +0.005554199219 +-0.373046875000 +0.153320312500 +-0.052978515625 +0.064941406250 +-0.019775390625 +0.046875000000 +-0.230468750000 +-0.333984375000 +-0.229492187500 +-0.312500000000 +-0.013793945312 +0.125976562500 +-0.039306640625 +0.005981445312 +-0.150390625000 +-0.030761718750 +-0.095214843750 +0.022705078125 +-0.130859375000 +-0.150390625000 +-0.125000000000 +-0.190429687500 +-0.011169433594 +-0.072265625000 +0.013183593750 +0.089843750000 +-0.011535644531 +-0.007659912109 +-0.086914062500 +-0.048095703125 +-0.066406250000 +0.244140625000 +-0.004913330078 +0.073730468750 +-0.035888671875 +0.055664062500 +-0.070800781250 +-0.076171875000 +0.089355468750 +-0.069335937500 +-0.068847656250 +0.162109375000 +0.125976562500 +0.068847656250 +0.051269531250 +0.152343750000 +-0.148437500000 +0.003387451172 +-0.209960937500 +0.105957031250 +-0.026123046875 +-0.151367187500 +-0.243164062500 +-0.062011718750 +0.064453125000 +0.037353515625 +0.064453125000 +-0.142578125000 +-0.166992187500 +-0.001571655273 +-0.037353515625 +-0.170898437500 +-0.172851562500 +0.083496093750 +-0.153320312500 +-0.128906250000 +-0.177734375000 +0.005584716797 +-0.006439208984 +-0.059082031250 +0.067871093750 +0.034423828125 +-0.041503906250 +-0.081542968750 +-0.125976562500 +-0.060058593750 +0.063964843750 +-0.186523437500 +-0.107910156250 +-0.151367187500 +-0.031738281250 +-0.248046875000 +-0.042724609375 +-0.076660156250 +0.070800781250 +0.006896972656 +-0.033935546875 +-0.035156250000 +-0.094726562500 +-0.124023437500 +0.076171875000 +-0.043701171875 +0.077148437500 +-0.154296875000 +-0.243164062500 +-0.041503906250 +-0.057128906250 +0.095703125000 +-0.209960937500 +0.083496093750 +0.055908203125 +-0.018798828125 +0.018188476562 +0.066894531250 +-0.113281250000 +-0.085449218750 +-0.019897460938 +-0.153320312500 +0.141601562500 +-0.115234375000 +-0.020751953125 +-0.123046875000 +-0.163085937500 +0.020141601562 +-0.212890625000 +-0.169921875000 +0.031250000000 +-0.029541015625 +-0.357421875000 +-0.320312500000 +-0.035644531250 +0.040527343750 +-0.039306640625 +-0.086914062500 +-0.221679687500 +-0.187500000000 +0.123046875000 +0.040283203125 +0.038330078125 +0.100097656250 +0.202148437500 +0.129882812500 +-0.118652343750 +-0.003250122070 +0.010559082031 +0.019897460938 +-0.086914062500 +0.009826660156 +-0.289062500000 +-0.056884765625 +0.020263671875 +0.153320312500 +-0.039062500000 +-0.090332031250 +-0.457031250000 +0.019897460938 +-0.081542968750 +0.185546875000 +0.118164062500 +-0.011230468750 +-0.208007812500 +-0.255859375000 +-0.024780273438 +-0.160156250000 +0.067871093750 +-0.039550781250 +0.081054687500 +-0.291015625000 +0.172851562500 +0.088378906250 +-0.075683593750 +0.120605468750 +-0.153320312500 +0.042236328125 +0.114257812500 +-0.229492187500 +0.120605468750 +-0.130859375000 +0.101562500000 +-0.074707031250 +0.061279296875 +-0.112792968750 +0.012329101562 +-0.180664062500 +0.032714843750 +0.017089843750 +0.126953125000 +-0.283203125000 +-0.069824218750 +-0.253906250000 +0.054931640625 +-0.054443359375 +-0.024047851562 +-0.100097656250 +-0.165039062500 +-0.071289062500 +-0.127929687500 +0.084472656250 +-0.063476562500 +0.055664062500 +-0.086914062500 +0.069824218750 +-0.052978515625 +0.127929687500 +-0.102539062500 +0.164062500000 +-0.037597656250 +-0.072753906250 +-0.184570312500 +-0.058105468750 +0.126953125000 +-0.161132812500 +0.188476562500 +-0.022338867188 +-0.141601562500 +0.167968750000 +0.147460937500 +0.024780273438 +-0.277343750000 +0.065917968750 +-0.134765625000 +-0.007415771484 +-0.108398437500 +0.013732910156 +-0.026977539062 +0.041259765625 +-0.240234375000 +-0.182617187500 +-0.091796875000 +-0.285156250000 +-0.047363281250 +0.053955078125 +-0.068359375000 +-0.044433593750 +-0.023803710938 +-0.087402343750 +0.014221191406 +-0.142578125000 +-0.058837890625 +-0.051269531250 +-0.095214843750 +-0.068847656250 +-0.077148437500 +-0.141601562500 +-0.115722656250 +-0.279296875000 +0.140625000000 +-0.070800781250 +0.053955078125 +-0.049804687500 +0.085449218750 +-0.070800781250 +-0.137695312500 +-0.033691406250 +-0.087890625000 +-0.190429687500 +0.095703125000 +0.033691406250 +-0.051269531250 +-0.115234375000 +0.030395507812 +-0.198242187500 +-0.094238281250 +0.040527343750 +-0.154296875000 +0.018554687500 +-0.203125000000 +0.016113281250 +-0.079101562500 +0.088867187500 +0.055664062500 +0.120605468750 +-0.057861328125 +-0.092285156250 +-0.161132812500 +-0.169921875000 +-0.005523681641 +-0.343750000000 +0.174804687500 +-0.056396484375 +-0.035888671875 +0.174804687500 +-0.118652343750 +-0.139648437500 +-0.073730468750 +-0.226562500000 +-0.160156250000 +-0.172851562500 +0.086914062500 +0.062500000000 +-0.080566406250 +-0.014526367188 +-0.376953125000 +-0.163085937500 +0.029663085938 +-0.417968750000 +-0.046142578125 +0.079589843750 +0.195312500000 +-0.065429687500 +-0.136718750000 +0.213867187500 +-0.222656250000 +0.054199218750 +-0.283203125000 +-0.058105468750 +0.019897460938 +0.164062500000 +-0.048828125000 +-0.125000000000 +0.075683593750 +-0.088867187500 +-0.253906250000 +0.111328125000 +0.047607421875 +0.065429687500 +-0.101074218750 +-0.104492187500 +-0.024902343750 +-0.037109375000 +-0.097167968750 +0.077636718750 +0.074218750000 +0.089843750000 +0.197265625000 +0.028930664062 +0.020263671875 +0.038574218750 +0.149414062500 +-0.080566406250 +-0.083496093750 +-0.070312500000 +0.077636718750 +-0.099121093750 +0.090820312500 +-0.076171875000 +0.026611328125 +0.005950927734 +-0.184570312500 +-0.027221679688 +0.161132812500 +-0.182617187500 +-0.265625000000 +0.192382812500 +-0.034179687500 +-0.093750000000 +0.096191406250 +0.024047851562 +0.015991210938 +0.056152343750 +-0.044433593750 +0.054443359375 +0.069824218750 +0.098144531250 +0.103027343750 +0.087890625000 +0.044433593750 +0.134765625000 +-0.255859375000 +-0.421875000000 +-0.102539062500 +-0.003601074219 +0.103515625000 +-0.038818359375 +0.111816406250 +-0.145507812500 +-0.179687500000 +0.052001953125 +0.232421875000 +0.063964843750 +0.052246093750 +0.032226562500 +0.160156250000 +0.097656250000 +0.000045061111 +0.032226562500 +0.156250000000 +0.112304687500 +0.001533508301 +0.047851562500 +0.129882812500 +0.101074218750 +0.068359375000 +-0.025146484375 +0.160156250000 +0.132812500000 +0.082519531250 +0.093750000000 +0.067382812500 +-0.248046875000 +0.076660156250 +0.205078125000 +0.077636718750 +0.052001953125 +-0.050048828125 +-0.101074218750 +0.148437500000 +-0.130859375000 +0.410156250000 +-0.022338867188 +-0.032226562500 +-0.095703125000 +-0.205078125000 +-0.152343750000 +-0.247070312500 +-0.412109375000 +0.181640625000 +-0.031738281250 +0.108886718750 +0.101074218750 +-0.116210937500 +-0.069335937500 +-0.134765625000 +0.012023925781 +-0.076171875000 +-0.188476562500 +0.103027343750 +-0.112792968750 +-0.110839843750 +0.155273437500 +-0.224609375000 +-0.072753906250 +-0.173828125000 +-0.519531250000 +-0.143554687500 +-0.002609252930 +0.099121093750 +-0.009033203125 +-0.129882812500 +-0.004150390625 +-0.217773437500 +-0.054931640625 +-0.185546875000 +0.080566406250 +0.116699218750 +-0.066894531250 +-0.109375000000 +0.170898437500 +0.098144531250 +0.013549804688 +-0.133789062500 +-0.082519531250 +0.009399414062 +-0.041748046875 +0.123535156250 +-0.002487182617 +-0.032470703125 +0.048583984375 +0.036376953125 +0.072753906250 +0.033203125000 +0.209960937500 +0.090332031250 +-0.006225585938 +-0.052978515625 +-0.291015625000 +-0.326171875000 +-0.164062500000 +0.050292968750 +-0.120117187500 +-0.103515625000 +0.044189453125 +-0.298828125000 +0.335937500000 +0.035644531250 +-0.154296875000 +-0.115722656250 +-0.146484375000 +-0.202148437500 +-0.012817382812 +0.111328125000 +-0.101562500000 +-0.180664062500 +-0.132812500000 +-0.022460937500 +-0.000652313232 +-0.053222656250 +0.026367187500 +0.140625000000 +-0.038330078125 +-0.105957031250 +-0.060791015625 +-0.017333984375 +-0.047363281250 +0.135742187500 +0.110351562500 +0.137695312500 +-0.523437500000 +-0.194335937500 +0.023437500000 +-0.492187500000 +-0.038574218750 +-0.020996093750 +0.234375000000 +0.067382812500 +0.103027343750 +0.083496093750 +-0.093261718750 +0.097656250000 +0.076171875000 +0.104980468750 +-0.314453125000 +-0.058349609375 +0.099609375000 +0.057861328125 +-0.018554687500 +-0.263671875000 +0.027465820312 +-0.043945312500 +-0.199218750000 +-0.024169921875 +-0.107910156250 +-0.249023437500 +-0.271484375000 +-0.121582031250 +0.054931640625 +-0.063476562500 +-0.010864257812 +-0.034423828125 +0.135742187500 +-0.075683593750 +0.092285156250 +-0.249023437500 +-0.116210937500 +0.058105468750 +-0.115234375000 +-0.312500000000 +-0.066406250000 +-0.039794921875 +-0.040771484375 +0.138671875000 +-0.194335937500 +-0.073242187500 +0.019531250000 +-0.027343750000 +0.084960937500 +-0.200195312500 +0.025390625000 +-0.223632812500 +0.113769531250 +-0.210937500000 +0.032226562500 +0.051025390625 +-0.253906250000 +0.003753662109 +-0.149414062500 +0.166992187500 +0.140625000000 +0.021362304688 +0.026733398438 +-0.061767578125 +-0.332031250000 +-0.179687500000 +-0.558593750000 +-0.039550781250 +-0.047119140625 +-0.143554687500 +-0.079101562500 +0.036376953125 +0.012145996094 +-0.001525878906 +0.063964843750 +-0.085449218750 +-0.163085937500 +-0.077148437500 +-0.215820312500 +0.006500244141 +-0.009277343750 +0.178710937500 +0.183593750000 +-0.027709960938 +0.042968750000 +0.037597656250 +-0.013305664062 +-0.098632812500 +-0.100097656250 +0.143554687500 +0.118652343750 +0.148437500000 +0.057128906250 +0.086425781250 +-0.324218750000 +-0.022583007812 +0.022827148438 +0.041503906250 +0.072753906250 +-0.042968750000 +0.106933593750 +0.026977539062 +0.128906250000 +-0.085449218750 +0.016235351562 +-0.181640625000 +-0.187500000000 +-0.005889892578 +-0.237304687500 +-0.076660156250 +-0.034179687500 +-0.100585937500 +-0.085937500000 +-0.136718750000 +0.031982421875 +-0.349609375000 +0.023193359375 +-0.248046875000 +0.010437011719 +-0.291015625000 +0.092285156250 +-0.050048828125 +0.022827148438 +-0.066406250000 +-0.199218750000 +-0.109375000000 +-0.112304687500 +0.032226562500 +-0.378906250000 +-0.182617187500 +0.129882812500 +0.131835937500 +-0.333984375000 +-0.096679687500 +0.004516601562 +-0.024780273438 +-0.125976562500 +0.014038085938 +-0.090332031250 +-0.160156250000 +0.110351562500 +0.057617187500 +0.061767578125 +-0.059570312500 +-0.087890625000 +-0.150390625000 +0.076660156250 +-0.069824218750 +-0.058837890625 +-0.134765625000 +-0.036132812500 +-0.039306640625 +0.068359375000 +-0.044921875000 +-0.008728027344 +-0.032958984375 +0.060546875000 +0.162109375000 +-0.036132812500 +-0.147460937500 +-0.056884765625 +-0.092773437500 +-0.045410156250 +0.004882812500 +-0.026123046875 +0.088378906250 +-0.046875000000 +-0.125000000000 +0.031127929688 +0.000984191895 +0.108398437500 +0.035400390625 +-0.060546875000 +0.053955078125 +-0.157226562500 +0.005645751953 +-0.126953125000 +-0.030273437500 +-0.034179687500 +-0.227539062500 +0.036621093750 +-0.046630859375 +-0.200195312500 +0.200195312500 +0.016113281250 +0.056396484375 +-0.134765625000 +-0.079589843750 +0.053710937500 +-0.039306640625 +0.028198242188 +0.006958007812 +-0.228515625000 +0.107421875000 +-0.046386718750 +0.051025390625 +0.035400390625 +-0.024658203125 +0.031494140625 +-0.033691406250 +-0.156250000000 +0.213867187500 +-0.196289062500 +-0.169921875000 +-0.072753906250 +0.053710937500 +-0.019409179688 +0.051513671875 +0.053466796875 +0.072265625000 +0.046386718750 +-0.083496093750 +0.037353515625 +-0.135742187500 +-0.059082031250 +-0.139648437500 +-0.042724609375 +-0.125000000000 +0.012939453125 +-0.037109375000 +-0.201171875000 +0.203125000000 +0.125000000000 +0.018920898438 +0.022338867188 +0.054443359375 +0.079101562500 +-0.047607421875 +0.078613281250 +-0.154296875000 +0.204101562500 +-0.063476562500 +0.093750000000 +0.051269531250 +0.044677734375 +0.062500000000 +0.006988525391 +-0.051269531250 +0.148437500000 +0.078613281250 +-0.080078125000 +0.049072265625 +-0.110351562500 +-0.052978515625 +0.040771484375 +-0.004180908203 +-0.108398437500 +0.141601562500 +-0.018188476562 +-0.058837890625 +-0.355468750000 +-0.067382812500 +-0.159179687500 +0.152343750000 +-0.016845703125 +0.045898437500 +-0.376953125000 +-0.012695312500 +-0.009704589844 +-0.054443359375 +0.017822265625 +0.223632812500 +-0.033691406250 +-0.031005859375 +-0.380859375000 +0.166015625000 +-0.277343750000 +-0.049804687500 +-0.201171875000 +0.084472656250 +-0.044433593750 +0.060302734375 +-0.023803710938 +0.000343322754 +-0.056640625000 +0.142578125000 +-0.345703125000 +-0.202148437500 +-0.232421875000 +-0.221679687500 +-0.018798828125 +-0.077636718750 +-0.259765625000 +-0.019287109375 +0.016113281250 +-0.058837890625 +-0.001350402832 +0.000572204590 +0.191406250000 +-0.208984375000 +-0.004333496094 +-0.108886718750 +-0.004211425781 +-0.001510620117 +-0.067871093750 +0.209960937500 +0.080566406250 +0.072265625000 +0.103027343750 +0.085449218750 +-0.193359375000 +0.152343750000 +-0.269531250000 +0.009643554688 +0.038330078125 +0.123535156250 +-0.099121093750 +0.113281250000 +0.137695312500 +0.026489257812 +-0.005706787109 +-0.031005859375 +0.194335937500 +0.159179687500 +0.051513671875 +0.027954101562 +0.196289062500 +0.066406250000 +-0.003967285156 +-0.179687500000 +-0.535156250000 +0.173828125000 +-0.337890625000 +0.004852294922 +0.141601562500 +0.135742187500 +-0.143554687500 +-0.063476562500 +0.082031250000 +-0.057861328125 +-0.316406250000 +0.098144531250 +0.126953125000 +0.155273437500 +0.166015625000 +0.025756835938 +0.101562500000 +0.015258789062 +0.001716613770 +0.056152343750 +-0.024658203125 +-0.057861328125 +0.249023437500 +-0.039794921875 +-0.032470703125 +0.037353515625 +-0.121582031250 +-0.017700195312 +0.067871093750 +-0.010437011719 +-0.144531250000 +0.031127929688 +-0.075683593750 +0.085937500000 +-0.050292968750 +-0.046875000000 +0.058349609375 +-0.201171875000 +0.011291503906 +-0.139648437500 +-0.055908203125 +-0.179687500000 +-0.055908203125 +0.092773437500 +-0.024902343750 +0.025512695312 +0.035888671875 +-0.255859375000 +0.005859375000 +-0.085937500000 +-0.035156250000 +-0.316406250000 +0.094726562500 +-0.070312500000 +0.069824218750 +-0.197265625000 +0.088378906250 +0.063964843750 +-0.117187500000 +0.042724609375 +-0.151367187500 +0.034179687500 +-0.062500000000 +-0.035400390625 +-0.063964843750 +0.134765625000 +-0.073730468750 +0.092773437500 +-0.080078125000 +0.273437500000 +-0.166992187500 +-0.069824218750 +0.059570312500 +-0.108886718750 +-0.070312500000 +0.026855468750 +0.089843750000 +-0.003448486328 +-0.073242187500 +0.066406250000 +0.101074218750 +0.053955078125 +0.094238281250 +-0.041503906250 +-0.025634765625 +-0.034423828125 +-0.008972167969 +-0.162109375000 +-0.001548767090 +0.001091003418 +-0.189453125000 +0.018310546875 +-0.160156250000 +-0.099609375000 +-0.462890625000 +0.078125000000 +-0.143554687500 +0.112304687500 +-0.125000000000 +0.035644531250 +0.026367187500 +-0.033691406250 +0.154296875000 +-0.156250000000 +0.053955078125 +0.001258850098 +-0.519531250000 +0.092285156250 +0.019165039062 +-0.163085937500 +0.148437500000 +0.100585937500 +0.044677734375 +-0.173828125000 +0.079589843750 +0.096191406250 +-0.000709533691 +-0.008300781250 +-0.023071289062 +-0.035156250000 +-0.007873535156 +0.025878906250 +-0.145507812500 +-0.091308593750 +-0.098632812500 +0.131835937500 +0.114257812500 +0.138671875000 +-0.159179687500 +-0.019775390625 +-0.048583984375 +-0.113281250000 +0.007629394531 +-0.230468750000 +0.064453125000 +-0.014099121094 +-0.281250000000 +0.166992187500 +-0.157226562500 +-0.386718750000 +-0.076171875000 +0.076660156250 +-0.126953125000 +0.005676269531 +0.038818359375 +-0.128906250000 +-0.017089843750 +-0.066894531250 +0.095703125000 +0.011962890625 +0.023315429688 +-0.000728607178 +-0.057128906250 +-0.015441894531 +-0.024169921875 +0.019042968750 +-0.163085937500 +-0.204101562500 +0.096679687500 +-0.087402343750 +0.029418945312 +0.015991210938 +-0.006408691406 +-0.070312500000 +-0.269531250000 +0.027587890625 +-0.251953125000 +-0.001953125000 +0.083496093750 +0.065917968750 +0.056396484375 +-0.019653320312 +-0.138671875000 +-0.091796875000 +-0.139648437500 +-0.044433593750 +-0.000713348389 +0.004180908203 +-0.093261718750 +0.028686523438 +-0.024658203125 +-0.225585937500 +-0.007019042969 +-0.092773437500 +0.145507812500 +-0.230468750000 +0.120117187500 +-0.020629882812 +-0.013610839844 +0.132812500000 +0.113281250000 +0.076171875000 +-0.322265625000 +-0.001129150391 +-0.259765625000 +-0.026367187500 +-0.047851562500 +0.100097656250 +0.033691406250 +0.031738281250 +0.152343750000 +0.008911132812 +0.030639648438 +0.053466796875 +0.090820312500 +0.095703125000 +0.010070800781 +0.046142578125 +-0.092773437500 +0.037841796875 +-0.010925292969 +-0.026733398438 +0.082519531250 +0.100097656250 +-0.191406250000 +-0.028564453125 +-0.132812500000 +-0.178710937500 +-0.031494140625 +-0.044921875000 +-0.098632812500 +-0.034912109375 +-0.164062500000 +-0.017089843750 +-0.054199218750 +0.101562500000 +-0.058105468750 +-0.023315429688 +-0.037597656250 +0.032470703125 +0.187500000000 +-0.041748046875 +-0.105957031250 +-0.115234375000 +-0.071777343750 +-0.113281250000 +0.121582031250 +-0.180664062500 +0.294921875000 +-0.102539062500 +0.057617187500 +-0.135742187500 +-0.036865234375 +0.124511718750 +-0.067382812500 +-0.104003906250 +0.129882812500 +-0.129882812500 +-0.163085937500 +-0.137695312500 +0.166015625000 +-0.151367187500 +-0.116210937500 +0.101074218750 +0.148437500000 +0.008789062500 +-0.250000000000 +0.097167968750 +-0.034667968750 +-0.004577636719 +-0.492187500000 +-0.087890625000 +-0.108886718750 +0.006469726562 +-0.048583984375 +-0.049560546875 +-0.081054687500 +-0.068359375000 +-0.117675781250 +-0.001815795898 +-0.004852294922 +0.072753906250 +0.093750000000 +0.048828125000 +-0.041748046875 +0.035156250000 +-0.018310546875 +-0.052001953125 +0.007873535156 +0.075195312500 +-0.006866455078 +0.187500000000 +0.121093750000 +-0.052734375000 +-0.249023437500 +-0.167968750000 +-0.019287109375 +0.055175781250 +-0.026367187500 +0.137695312500 +0.007690429688 +0.074707031250 +-0.002456665039 +0.086425781250 +0.043212890625 +-0.122558593750 +0.014587402344 +-0.158203125000 +-0.089843750000 +0.102539062500 +-0.148437500000 +-0.052001953125 +0.104492187500 +0.065429687500 +-0.150390625000 +-0.113281250000 +0.081542968750 +-0.053222656250 +0.041503906250 +-0.181640625000 +-0.124023437500 +-0.133789062500 +-0.115722656250 +-0.035888671875 +-0.229492187500 +-0.124023437500 +-0.281250000000 +0.099121093750 +-0.106445312500 +-0.011535644531 +0.068359375000 +-0.166015625000 +-0.066406250000 +0.045898437500 +-0.206054687500 +0.182617187500 +-0.079589843750 +-0.109863281250 +-0.056884765625 +0.176757812500 +-0.086914062500 +0.006835937500 +-0.363281250000 +-0.030517578125 +-0.203125000000 +0.121582031250 +0.055175781250 +-0.314453125000 +-0.192382812500 +0.078613281250 +-0.034912109375 +-0.044677734375 +-0.082031250000 +-0.106445312500 +0.024169921875 +0.045898437500 +-0.093750000000 +-0.023925781250 +0.090820312500 +-0.165039062500 +-0.018310546875 +-0.099121093750 +-0.032226562500 +-0.082519531250 +-0.047607421875 +0.032470703125 +-0.024047851562 +-0.018920898438 +0.044433593750 +-0.242187500000 +0.050537109375 +0.119628906250 +0.082031250000 +0.082031250000 +0.031738281250 +-0.117675781250 +0.142578125000 +-0.037109375000 +-0.014038085938 +-0.039794921875 +-0.433593750000 +-0.410156250000 +0.068847656250 +0.003479003906 +-0.433593750000 +-0.084472656250 +-0.010559082031 +-0.094238281250 +0.022460937500 +-0.141601562500 +-0.061035156250 +0.111328125000 +-0.086425781250 +0.081054687500 +-0.365234375000 +0.109863281250 +0.082031250000 +-0.077636718750 +-0.038574218750 +0.047363281250 +-0.042480468750 +0.023437500000 +-0.122558593750 +0.113281250000 +0.040283203125 +0.024536132812 +0.007324218750 +-0.050537109375 +-0.176757812500 +-0.062500000000 +0.030761718750 +-0.009277343750 +0.077148437500 +-0.015869140625 +0.088378906250 +-0.100097656250 +-0.184570312500 +-0.017578125000 +-0.029785156250 +-0.390625000000 +0.058349609375 +-0.033935546875 +-0.032714843750 +-0.242187500000 +-0.194335937500 +0.069335937500 +0.138671875000 +0.087402343750 +0.030883789062 +0.099121093750 +-0.043701171875 +-0.349609375000 +-0.480468750000 +0.171875000000 +0.050781250000 +0.020629882812 +-0.010681152344 +0.003234863281 +-0.335937500000 +-0.018676757812 +-0.371093750000 +-0.462890625000 +0.034667968750 +0.076660156250 +-0.012817382812 +-0.058349609375 +0.044433593750 +-0.021850585938 +-0.091308593750 +-0.087890625000 +-0.047607421875 +0.216796875000 +0.121093750000 +-0.167968750000 +-0.003295898438 +-0.292968750000 +-0.400390625000 +0.115234375000 +0.053222656250 +0.118164062500 +0.080566406250 +0.037109375000 +-0.003280639648 +0.104492187500 +-0.208984375000 +-0.015747070312 +0.189453125000 +-0.071289062500 +0.115722656250 +-0.007141113281 +-0.221679687500 +-0.291015625000 +0.164062500000 +0.059326171875 +0.037109375000 +0.160156250000 +-0.271484375000 +-0.048583984375 +0.076171875000 +0.153320312500 +-0.045166015625 +-0.038330078125 +0.092285156250 +-0.040039062500 +0.032958984375 +0.050537109375 +-0.519531250000 +-0.427734375000 +0.091796875000 +-0.291015625000 +-0.104492187500 +-0.119628906250 +0.052001953125 +0.077636718750 +-0.225585937500 +-0.144531250000 +0.076660156250 +-0.059570312500 +0.099609375000 +0.066406250000 +0.008972167969 +0.012695312500 +0.020874023438 +0.010070800781 +-0.163085937500 +0.045654296875 +-0.017089843750 +0.040283203125 +-0.046630859375 +-0.082031250000 +0.041992187500 +0.110839843750 +-0.439453125000 +0.128906250000 +0.037109375000 +-0.041503906250 +-0.234375000000 +-0.157226562500 +-0.104980468750 +0.112792968750 +0.016479492188 +0.103027343750 +-0.100097656250 +-0.018188476562 +0.013000488281 +-0.104980468750 +0.035156250000 +0.036621093750 +0.023559570312 +-0.040283203125 +-0.068359375000 +0.072265625000 +-0.133789062500 +-0.026733398438 +-0.113281250000 +0.074707031250 +-0.028442382812 +-0.019897460938 +-0.233398437500 +-0.208984375000 +-0.020019531250 +0.022094726562 +0.003097534180 +-0.287109375000 +-0.427734375000 +-0.078613281250 +-0.241210937500 +-0.153320312500 +-0.029907226562 +-0.166015625000 +0.037109375000 +0.059814453125 +0.065917968750 +0.016479492188 +-0.115234375000 +-0.472656250000 +0.002609252930 +-0.038574218750 +-0.155273437500 +-0.084960937500 +0.036376953125 +-0.072265625000 +-0.038330078125 +0.042724609375 +-0.208984375000 +-0.304687500000 +0.018798828125 +-0.138671875000 +0.005126953125 +0.006530761719 +-0.005706787109 +0.096679687500 +-0.281250000000 +-0.069335937500 +0.179687500000 +0.101562500000 +-0.198242187500 +-0.077148437500 +0.061279296875 +-0.007415771484 +0.048583984375 +-0.066406250000 +0.012939453125 +-0.001678466797 +-0.086425781250 +0.039062500000 +-0.039550781250 +-0.148437500000 +0.075683593750 +-0.044921875000 +-0.096191406250 +-0.058105468750 +0.087402343750 +-0.010864257812 +-0.075683593750 +0.062500000000 +0.191406250000 +-0.043701171875 +-0.083984375000 +-0.014160156250 +-0.182617187500 +0.056884765625 +-0.038085937500 +0.049560546875 +-0.033447265625 +-0.476562500000 +0.058105468750 +-0.220703125000 +-0.028564453125 +-0.004150390625 +-0.073730468750 +-0.255859375000 +0.012207031250 +0.095214843750 +0.086425781250 +0.082031250000 +0.063964843750 +0.090820312500 +-0.004150390625 +-0.120117187500 +0.037841796875 +-0.162109375000 +-0.217773437500 +0.072753906250 +0.086425781250 +0.015319824219 +-0.019775390625 +-0.011230468750 +0.134765625000 +-0.124023437500 +-0.218750000000 +0.063476562500 +-0.001792907715 +0.038085937500 +-0.216796875000 +0.265625000000 +-0.153320312500 +0.000442504883 +-0.147460937500 +-0.235351562500 +-0.072265625000 +-0.156250000000 +-0.089843750000 +0.098632812500 +0.059570312500 +0.080566406250 +0.086425781250 +-0.214843750000 +0.052246093750 +0.021240234375 +-0.020751953125 +0.032470703125 +0.141601562500 +-0.075195312500 +-0.036865234375 +-0.037109375000 +0.127929687500 +0.029052734375 +-0.013122558594 +0.035400390625 +0.083496093750 +0.146484375000 +-0.007171630859 +-0.015625000000 +-0.001167297363 +0.111816406250 +-0.019042968750 +0.119628906250 +-0.053710937500 +-0.114746093750 +-0.145507812500 +0.071289062500 +0.191406250000 +-0.031982421875 +0.205078125000 +-0.015258789062 +0.064941406250 +-0.208007812500 +0.117675781250 +-0.028076171875 +-0.105468750000 +0.007141113281 +-0.162109375000 +0.077636718750 +0.038574218750 +0.012207031250 +0.051757812500 +-0.187500000000 +0.047363281250 +-0.018066406250 +0.002929687500 +-0.039550781250 +-0.104980468750 +0.038574218750 +0.080078125000 +-0.040283203125 +0.088378906250 +0.024414062500 +-0.107910156250 +-0.130859375000 +0.039550781250 +-0.365234375000 +0.014404296875 +-0.094726562500 +-0.105957031250 +0.025268554688 +0.157226562500 +-0.111816406250 +-0.330078125000 +-0.007812500000 +-0.208007812500 +0.079589843750 +-0.091308593750 +0.115234375000 +-0.166992187500 +0.003768920898 +-0.026367187500 +-0.087402343750 +-0.090820312500 +-0.320312500000 +-0.073242187500 +0.033203125000 +0.024658203125 +0.210937500000 +-0.289062500000 +-0.153320312500 +0.000896453857 +0.017578125000 +-0.202148437500 +-0.015747070312 +-0.117187500000 +-0.128906250000 +-0.081054687500 +-0.102539062500 +0.019165039062 +-0.449218750000 +-0.209960937500 +-0.148437500000 +-0.026855468750 +0.039062500000 +-0.064453125000 +-0.100097656250 +0.041015625000 +0.064941406250 +-0.158203125000 +-0.040527343750 +-0.077636718750 +0.031127929688 +-0.146484375000 +0.017944335938 +0.071289062500 +-0.306640625000 +0.154296875000 +0.021850585938 +-0.066406250000 +0.012756347656 +-0.039306640625 +-0.094238281250 +0.016845703125 +-0.074707031250 +0.125000000000 +0.047119140625 +-0.082519531250 +-0.235351562500 +0.066894531250 +-0.062500000000 +-0.002258300781 +-0.034423828125 +-0.039550781250 +-0.291015625000 +-0.083496093750 +-0.332031250000 +0.032226562500 +-0.101562500000 +-0.363281250000 +0.085449218750 +-0.294921875000 +0.012084960938 +-0.330078125000 +-0.015869140625 +-0.001754760742 +-0.083496093750 +-0.193359375000 +-0.122558593750 +-0.049316406250 +0.037841796875 +0.083007812500 +0.081542968750 +-0.061035156250 +0.134765625000 +-0.226562500000 +-0.013610839844 +-0.011840820312 +0.091308593750 +0.077148437500 +-0.058105468750 +-0.035644531250 +0.120605468750 +-0.021240234375 +-0.236328125000 +-0.087402343750 +-0.120117187500 +0.049072265625 +-0.017089843750 +-0.165039062500 +-0.150390625000 +0.096191406250 +-0.015869140625 +-0.221679687500 +-0.021850585938 +0.011291503906 +-0.015136718750 +-0.094238281250 +0.065429687500 +0.130859375000 +-0.026977539062 +0.209960937500 +0.175781250000 +-0.037841796875 +-0.040527343750 +-0.205078125000 +0.059570312500 +0.151367187500 +-0.005523681641 +0.058105468750 +-0.020385742188 +0.053955078125 +0.011352539062 +0.099121093750 +-0.209960937500 +-0.004272460938 +-0.012084960938 +0.074218750000 +0.018554687500 +-0.093261718750 +-0.108398437500 +-0.209960937500 +-0.161132812500 +-0.361328125000 +0.102539062500 +-0.180664062500 +0.035888671875 +-0.515625000000 +0.058105468750 +0.035156250000 +-0.064941406250 +-0.237304687500 +-0.050781250000 +0.117675781250 +0.031738281250 +-0.041259765625 +-0.057128906250 +-0.085937500000 +-0.073730468750 +0.001701354980 +-0.251953125000 +-0.004302978516 +-0.130859375000 +-0.023925781250 +-0.047607421875 +-0.034423828125 +0.105468750000 +-0.062255859375 +-0.239257812500 +0.018066406250 +-0.137695312500 +0.068847656250 +0.057861328125 +-0.090332031250 +0.071777343750 +0.131835937500 +0.003662109375 +0.116210937500 +0.033203125000 +-0.070800781250 +-0.073730468750 +-0.008056640625 +-0.110351562500 +-0.039062500000 +-0.078125000000 +-0.166015625000 +-0.029541015625 +0.062988281250 +-0.014099121094 +-0.070800781250 +0.112304687500 +-0.139648437500 +0.075683593750 +0.167968750000 +0.023437500000 +-0.283203125000 +-0.008422851562 +0.056152343750 +-0.114257812500 +0.093261718750 +0.077148437500 +-0.188476562500 +-0.194335937500 +0.059570312500 +0.025878906250 +-0.001548767090 +0.261718750000 +-0.206054687500 +0.032714843750 +-0.090820312500 +-0.207031250000 +-0.110351562500 +0.017578125000 +-0.150390625000 +-0.051513671875 +0.030029296875 +-0.122558593750 +-0.043212890625 +0.125976562500 +-0.072753906250 +-0.210937500000 +-0.148437500000 +-0.092285156250 +-0.077148437500 +0.076171875000 +0.229492187500 +-0.149414062500 +0.036132812500 +0.015869140625 +0.153320312500 +-0.053222656250 +0.116210937500 +-0.257812500000 +-0.098632812500 +0.049316406250 +-0.104492187500 +0.022705078125 +-0.017211914062 +-0.074218750000 +0.031494140625 +-0.009399414062 +-0.217773437500 +-0.083496093750 +-0.007537841797 +0.065917968750 +-0.119628906250 +-0.028442382812 +-0.066406250000 +-0.382812500000 +0.193359375000 +0.037353515625 +-0.102539062500 +0.110351562500 +-0.245117187500 +-0.091308593750 +0.016845703125 +0.014892578125 +0.033935546875 +0.059570312500 +-0.200195312500 +-0.135742187500 +-0.116210937500 +-0.017333984375 +-0.515625000000 +-0.056884765625 +0.066894531250 +-0.074707031250 +0.054199218750 +-0.032958984375 +0.091308593750 +-0.055175781250 +0.013366699219 +-0.104492187500 +-0.207031250000 +0.062988281250 +-0.396484375000 +-0.064941406250 +0.066894531250 +-0.067382812500 +0.098144531250 +-0.281250000000 +-0.010437011719 +0.010009765625 +-0.023925781250 +-0.048339843750 +0.063476562500 +-0.003295898438 +-0.406250000000 +0.004180908203 +-0.125976562500 +0.088867187500 +0.091308593750 +-0.057373046875 +0.046875000000 +-0.343750000000 +0.039062500000 +-0.239257812500 +0.036132812500 +0.032714843750 +-0.098632812500 +-0.126953125000 +0.121582031250 +-0.143554687500 +0.199218750000 +0.289062500000 +-0.064453125000 +0.033447265625 +0.166015625000 +0.014465332031 +0.018188476562 +-0.123046875000 +0.000553131104 +0.058837890625 +0.081542968750 +0.111328125000 +-0.017578125000 +0.009216308594 +0.029296875000 +-0.025756835938 +-0.048095703125 +0.080566406250 +-0.261718750000 +-0.219726562500 +0.010192871094 +0.017822265625 +-0.027465820312 +0.129882812500 +-0.148437500000 +-0.134765625000 +0.017578125000 +-0.111328125000 +0.030639648438 +-0.200195312500 +0.089843750000 +0.135742187500 +0.071289062500 +-0.142578125000 +-0.037109375000 +-0.073730468750 +-0.287109375000 +0.026733398438 +0.209960937500 +-0.057373046875 +-0.148437500000 +-0.014160156250 +-0.173828125000 +-0.010986328125 +0.132812500000 +0.040771484375 +-0.074218750000 +-0.014892578125 +-0.122070312500 +-0.053710937500 +0.130859375000 +0.030761718750 +0.053710937500 +0.125976562500 +-0.016845703125 +0.049316406250 +0.025634765625 +-0.039306640625 +0.131835937500 +-0.241210937500 +0.106445312500 +0.082031250000 +-0.004638671875 +0.021484375000 +-0.043945312500 +0.129882812500 +-0.204101562500 +-0.047607421875 +-0.002456665039 +-0.198242187500 +0.089843750000 +0.018066406250 +-0.071289062500 +0.128906250000 +-0.021240234375 +-0.229492187500 +-0.042480468750 +0.030273437500 +0.077148437500 +-0.085449218750 +-0.142578125000 +-0.043457031250 +-0.065429687500 +0.033203125000 +0.093750000000 +0.053710937500 +0.028320312500 +-0.519531250000 +0.104980468750 +-0.065429687500 +-0.163085937500 +-0.205078125000 +0.197265625000 +0.064941406250 +-0.029418945312 +-0.000352859497 +-0.230468750000 +-0.122070312500 +-0.062500000000 +-0.143554687500 +0.177734375000 +0.132812500000 +-0.013366699219 +0.145507812500 +0.119628906250 +-0.035156250000 +-0.138671875000 +-0.098632812500 +0.088378906250 +-0.410156250000 +-0.027343750000 +-0.054443359375 +0.035156250000 +0.032714843750 +-0.052001953125 +0.045654296875 +-0.006286621094 +-0.058837890625 +-0.020263671875 +0.095214843750 +-0.078125000000 +-0.005706787109 +-0.046386718750 +-0.045166015625 +-0.010253906250 +0.129882812500 +0.122558593750 +-0.041259765625 +-0.188476562500 +-0.451171875000 +-0.025878906250 +-0.041503906250 +-0.056884765625 +-0.147460937500 +-0.138671875000 +-0.107910156250 +-0.039306640625 +-0.220703125000 +-0.022460937500 +-0.148437500000 +-0.164062500000 +0.088867187500 +-0.058593750000 +-0.030639648438 +-0.009704589844 +-0.063476562500 +0.054199218750 +0.035400390625 +-0.179687500000 +0.233398437500 +-0.064453125000 +0.081054687500 +-0.116699218750 +-0.121093750000 +-0.041503906250 +-0.373046875000 +0.064453125000 +-0.033935546875 +0.036376953125 +-0.186523437500 +-0.137695312500 +-0.124511718750 +-0.179687500000 +0.133789062500 +-0.159179687500 +0.015014648438 +-0.074707031250 +-0.136718750000 +-0.001533508301 +-0.227539062500 +-0.137695312500 +-0.031250000000 +-0.041015625000 +0.109375000000 +-0.101074218750 +0.004394531250 +-0.027465820312 +0.005920410156 +-0.253906250000 +0.110839843750 +-0.066406250000 +0.171875000000 +0.011230468750 +-0.488281250000 +-0.010864257812 +-0.121093750000 +0.079589843750 +0.048583984375 +-0.113281250000 +-0.157226562500 +-0.181640625000 +0.017700195312 +-0.173828125000 +-0.146484375000 +-0.347656250000 +0.058349609375 +0.082519531250 +-0.071777343750 +0.129882812500 +0.006866455078 +-0.054931640625 +0.045654296875 +-0.125000000000 +0.269531250000 +-0.120605468750 +-0.010742187500 +-0.064941406250 +-0.384765625000 +-0.107910156250 +0.059814453125 +-0.486328125000 +0.119140625000 +-0.066894531250 +-0.083007812500 +-0.089843750000 +0.130859375000 +0.008361816406 +-0.149414062500 +-0.141601562500 +-0.045654296875 +-0.026245117188 +0.051269531250 +0.121093750000 +0.033447265625 +0.061767578125 +-0.306640625000 +-0.036376953125 +0.062500000000 +-0.184570312500 +-0.304687500000 +0.037841796875 +0.033203125000 +0.121093750000 +-0.097656250000 +0.028686523438 +-0.080566406250 +0.082031250000 +-0.180664062500 +-0.050537109375 +0.020996093750 +-0.145507812500 +-0.148437500000 +-0.096679687500 +-0.081542968750 +-0.135742187500 +-0.102539062500 +0.136718750000 +-0.148437500000 +-0.034667968750 +-0.066406250000 +0.124023437500 +0.124023437500 +-0.070800781250 +0.071289062500 +0.314453125000 +-0.091796875000 +-0.042724609375 +0.017700195312 +-0.125976562500 +0.058593750000 +-0.117187500000 +-0.196289062500 +0.140625000000 +-0.376953125000 +-0.193359375000 +-0.152343750000 +-0.291015625000 +0.022827148438 +0.054931640625 +-0.115234375000 +0.205078125000 +-0.041259765625 +-0.131835937500 +0.020874023438 +-0.026977539062 +-0.216796875000 +0.034423828125 +-0.019897460938 +0.059082031250 +-0.100585937500 +-0.047363281250 +-0.034423828125 +-0.015563964844 +-0.322265625000 +0.087890625000 +-0.249023437500 +0.035644531250 +0.053955078125 +0.037597656250 +-0.171875000000 +0.104980468750 +-0.064941406250 +-0.343750000000 +0.058105468750 +-0.398437500000 +0.140625000000 +0.051025390625 +-0.010864257812 +-0.143554687500 +0.149414062500 +0.056640625000 +0.131835937500 +-0.031982421875 +-0.142578125000 +0.030517578125 +0.233398437500 +0.031494140625 +0.052978515625 +-0.083007812500 +-0.129882812500 +0.193359375000 +0.168945312500 +0.143554687500 +0.090820312500 +-0.002258300781 +-0.298828125000 +0.060302734375 +0.030151367188 +0.003494262695 +-0.015625000000 +-0.019775390625 +0.296875000000 +-0.100585937500 +0.005523681641 +0.085449218750 +-0.002761840820 +0.141601562500 +-0.417968750000 +-0.109375000000 +0.038330078125 +-0.039794921875 +-0.009948730469 +0.026245117188 +-0.133789062500 +0.055908203125 +-0.036865234375 +-0.178710937500 +0.027587890625 +-0.347656250000 +0.113281250000 +0.016235351562 +0.124023437500 +0.006835937500 +0.051269531250 +-0.044189453125 +0.117675781250 +0.097656250000 +0.200195312500 +-0.044433593750 +0.035156250000 +-0.037109375000 +-0.382812500000 +-0.029052734375 +-0.470703125000 +-0.236328125000 +-0.211914062500 +0.038330078125 +0.092773437500 +-0.128906250000 +-0.015014648438 +0.026123046875 +-0.251953125000 +0.034912109375 +0.018920898438 +0.129882812500 +-0.138671875000 +-0.245117187500 +-0.030395507812 +0.118164062500 +-0.164062500000 +0.224609375000 +-0.043945312500 +-0.057861328125 +-0.163085937500 +-0.024536132812 +-0.087402343750 +0.105957031250 +-0.160156250000 +0.030273437500 +0.066894531250 +0.055664062500 +-0.071777343750 +-0.059326171875 +0.023559570312 +-0.116210937500 +-0.269531250000 +-0.101074218750 +-0.068847656250 +0.037597656250 +0.053710937500 +0.066894531250 +0.061279296875 +-0.109375000000 +-0.294921875000 +0.248046875000 +-0.179687500000 +-0.013183593750 +-0.041259765625 +-0.008666992188 +-0.123535156250 +0.052246093750 +-0.013488769531 +-0.066894531250 +-0.007171630859 +-0.071289062500 +-0.010009765625 +0.057617187500 +-0.012756347656 +0.002624511719 +0.015563964844 +-0.263671875000 +0.037109375000 +-0.028198242188 +-0.011840820312 +-0.053466796875 +-0.025512695312 +-0.269531250000 +0.067871093750 +-0.330078125000 +0.112304687500 +-0.384765625000 +-0.316406250000 +0.005462646484 +-0.145507812500 +0.052978515625 +-0.011718750000 +0.058837890625 +-0.108886718750 +-0.060791015625 +0.103515625000 +-0.041748046875 +0.065429687500 +-0.083984375000 +-0.055175781250 +-0.210937500000 +0.035400390625 +-0.011657714844 +-0.192382812500 +0.136718750000 +-0.023071289062 +-0.067382812500 +-0.298828125000 +-0.170898437500 +-0.100585937500 +-0.287109375000 +-0.294921875000 +0.056640625000 +-0.057373046875 +0.130859375000 +-0.161132812500 +-0.105468750000 +0.035156250000 +0.075683593750 +0.048828125000 +0.081054687500 +-0.073730468750 +-0.002517700195 +0.121582031250 +0.117675781250 +0.085937500000 +-0.039550781250 +-0.151367187500 +0.097656250000 +-0.056640625000 +0.005950927734 +-0.190429687500 +-0.523437500000 +-0.088378906250 +0.205078125000 +0.082031250000 +0.056152343750 +-0.131835937500 +-0.119140625000 +-0.104492187500 +0.033935546875 +0.084960937500 +-0.000850677490 +0.086914062500 +-0.054931640625 +-0.088867187500 +0.116210937500 +-0.163085937500 +0.099609375000 +-0.204101562500 +-0.308593750000 +0.182617187500 +0.027709960938 +0.067382812500 +-0.308593750000 +0.165039062500 +0.120605468750 +0.075195312500 +-0.135742187500 +-0.126953125000 +0.109375000000 +-0.019042968750 +0.044921875000 +-0.093261718750 +0.031982421875 +-0.088867187500 +-0.265625000000 +-0.088867187500 +-0.102050781250 +0.153320312500 +0.104980468750 +0.093261718750 +-0.061279296875 +0.079101562500 +0.098632812500 +0.245117187500 +0.112792968750 +0.041503906250 +-0.157226562500 +-0.030029296875 +-0.255859375000 +0.017211914062 +0.065429687500 +0.053710937500 +0.002624511719 +-0.045898437500 +-0.011352539062 +0.064941406250 +-0.054199218750 +0.018310546875 +-0.103027343750 +-0.041259765625 +-0.194335937500 +0.107421875000 +-0.012451171875 +-0.083007812500 +-0.039306640625 +-0.176757812500 +0.055908203125 +-0.283203125000 +0.090332031250 +0.074218750000 +0.158203125000 +0.081054687500 +-0.125976562500 +0.079589843750 +-0.217773437500 +-0.159179687500 +-0.104492187500 +0.100585937500 +-0.190429687500 +-0.037109375000 +-0.047363281250 +0.126953125000 +0.133789062500 +-0.205078125000 +0.013977050781 +-0.058837890625 +-0.312500000000 +0.128906250000 +0.149414062500 +0.040283203125 +0.160156250000 +-0.271484375000 +-0.064941406250 +-0.003387451172 +0.075683593750 +-0.367187500000 +-0.227539062500 +-0.058105468750 +-0.022216796875 +0.155273437500 +-0.076171875000 +0.031738281250 +-0.062988281250 +-0.160156250000 +0.075195312500 +0.010620117188 +-0.204101562500 +0.204101562500 +0.176757812500 +0.111328125000 +0.052734375000 +-0.155273437500 +0.177734375000 +0.043457031250 +0.042968750000 +-0.085937500000 +0.058837890625 +-0.156250000000 +0.060791015625 +-0.500000000000 +-0.373046875000 +-0.008728027344 +0.086914062500 +-0.115234375000 +0.267578125000 +0.075195312500 +-0.074707031250 +0.024291992188 +0.028076171875 +0.206054687500 +-0.124023437500 +-0.209960937500 +-0.086425781250 +-0.238281250000 +-0.130859375000 +-0.139648437500 +0.049560546875 +0.031005859375 +-0.199218750000 +-0.093261718750 +0.063964843750 +0.139648437500 +-0.150390625000 +0.050781250000 +0.133789062500 +-0.402343750000 +-0.578125000000 +-0.115234375000 +-0.398437500000 +-0.053466796875 +-0.092285156250 +-0.149414062500 +0.014160156250 +-0.061767578125 +0.069824218750 +0.016601562500 +0.161132812500 +0.006805419922 +-0.100097656250 +0.060058593750 +0.020996093750 +-0.059082031250 +0.003463745117 +-0.216796875000 +0.122070312500 +0.089355468750 +-0.002410888672 +0.026855468750 +0.067871093750 +-0.012634277344 +0.014709472656 +0.048828125000 +0.074218750000 +-0.249023437500 +0.151367187500 +0.023559570312 +-0.294921875000 +-0.017089843750 +0.051513671875 +-0.024291992188 +0.060302734375 +-0.118164062500 +-0.155273437500 +-0.133789062500 +-0.765625000000 +-0.094726562500 +0.082031250000 +0.035644531250 +0.212890625000 +0.065917968750 +-0.168945312500 +-0.104492187500 +-0.648437500000 +-0.746093750000 +0.068847656250 +-0.044189453125 +0.018920898438 +-0.146484375000 +-0.199218750000 +0.062988281250 +0.020996093750 +-0.032958984375 +-0.195312500000 +0.061279296875 +0.147460937500 +-0.213867187500 +0.060058593750 +-0.041015625000 +-0.429687500000 +0.196289062500 +0.100097656250 +-0.044677734375 +0.190429687500 +0.104492187500 +0.187500000000 +0.244140625000 +-0.198242187500 +0.047363281250 +0.079589843750 +0.083007812500 +-0.004516601562 +0.100585937500 +-0.287109375000 +-0.114746093750 +0.102539062500 +0.026977539062 +-0.077636718750 +-0.062988281250 +-0.253906250000 +-0.019409179688 +0.142578125000 +-0.028564453125 +0.111816406250 +0.139648437500 +0.123046875000 +0.121582031250 +-0.076171875000 +0.045654296875 +-0.164062500000 +-0.511718750000 +-0.371093750000 +0.046630859375 +0.083007812500 +0.112792968750 +0.008239746094 +-0.332031250000 +-0.131835937500 +-0.049804687500 +-0.363281250000 +0.038085937500 +-0.208007812500 +-0.062500000000 +-0.141601562500 +0.013916015625 +0.002532958984 +0.067871093750 +-0.087890625000 +-0.069824218750 +0.176757812500 +-0.007171630859 +-0.034667968750 +0.109863281250 +0.075195312500 +-0.183593750000 +0.261718750000 +-0.084960937500 +-0.189453125000 +0.017700195312 +0.186523437500 +0.054443359375 +0.215820312500 +-0.142578125000 +0.229492187500 +-0.020019531250 +-0.396484375000 +-0.193359375000 +-0.335937500000 +0.052246093750 +0.138671875000 +-0.034179687500 +0.000572204590 +-0.037841796875 +0.056640625000 +0.127929687500 +0.133789062500 +0.046630859375 +0.122558593750 +0.123535156250 +0.062988281250 +0.103515625000 +-0.095703125000 +0.014404296875 +0.203125000000 +-0.152343750000 +0.072265625000 +0.137695312500 +-0.015136718750 +-0.011413574219 +-0.082031250000 +-0.062255859375 +0.093261718750 +0.045410156250 +-0.281250000000 +-0.018310546875 +-0.310546875000 +0.034667968750 +-0.020751953125 +0.236328125000 +-0.035400390625 +-0.105957031250 +0.062011718750 +0.091796875000 +0.009399414062 +0.049804687500 +-0.011596679688 +0.078613281250 +0.232421875000 +-0.363281250000 +-0.152343750000 +0.143554687500 +-0.229492187500 +0.021118164062 +0.005767822266 +-0.004425048828 +0.044433593750 +-0.012023925781 +-0.201171875000 +-0.183593750000 +0.015319824219 +-0.121093750000 +0.013977050781 +-0.133789062500 +0.043212890625 +-0.023315429688 +0.086914062500 +-0.511718750000 +-0.151367187500 +0.128906250000 +-0.695312500000 +0.014648437500 +0.101562500000 +-0.178710937500 +0.041259765625 +-0.215820312500 +-0.165039062500 +-0.087890625000 +-0.051513671875 +-0.190429687500 +-0.024291992188 +-0.077148437500 +-0.170898437500 +-0.105468750000 +0.198242187500 +-0.207031250000 +-0.224609375000 +-0.390625000000 +0.110351562500 +0.093750000000 +0.166015625000 +-0.033203125000 +-0.018920898438 +-0.020996093750 +0.137695312500 +0.020874023438 +-0.029052734375 +-0.030639648438 +0.025878906250 +0.139648437500 +-0.330078125000 +0.092773437500 +0.004302978516 +0.027954101562 +-0.044677734375 +0.034423828125 +-0.047363281250 +-0.073242187500 +-0.081054687500 +-0.365234375000 +0.083496093750 +0.015869140625 +-0.177734375000 +0.067871093750 +0.019775390625 +0.086425781250 +0.127929687500 +-0.014038085938 +-0.145507812500 +-0.328125000000 +0.036621093750 +-0.034423828125 +0.143554687500 +-0.065917968750 +-0.167968750000 +-0.108886718750 +-0.187500000000 +0.144531250000 +-0.143554687500 +0.113281250000 +-0.042236328125 +0.166015625000 +-0.005676269531 +-0.300781250000 +-0.507812500000 +-0.062988281250 +-0.173828125000 +-0.024536132812 +-0.281250000000 +-0.083496093750 +0.053466796875 +0.081054687500 +0.054931640625 +0.037109375000 +-0.022583007812 +-0.036621093750 +-0.031494140625 +-0.103027343750 +-0.240234375000 +0.031982421875 +0.034912109375 +0.054931640625 +0.195312500000 +0.070800781250 +-0.035400390625 +-0.043457031250 +-0.014465332031 +0.109375000000 +-0.259765625000 +0.028686523438 +0.026611328125 +0.058105468750 +0.026611328125 +-0.147460937500 +-0.187500000000 +0.064453125000 +-0.056884765625 +0.054443359375 +-0.123046875000 +0.011413574219 +-0.009399414062 +-0.153320312500 +0.081054687500 +-0.046142578125 +-0.021484375000 +0.043701171875 +-0.202148437500 +-0.069335937500 +-0.002288818359 +-0.047607421875 +0.239257812500 +-0.058105468750 +-0.357421875000 +-0.186523437500 +-0.123046875000 +-0.092285156250 +-0.117187500000 +-0.074707031250 +-0.063964843750 +-0.394531250000 +-0.160156250000 +0.000239372253 +0.029663085938 +-0.034423828125 +-0.182617187500 +0.056640625000 +-0.110351562500 +0.067382812500 +-0.233398437500 +0.033691406250 +0.084472656250 +-0.337890625000 +-0.273437500000 +-0.234375000000 +0.069335937500 +0.067871093750 +-0.063476562500 +0.117187500000 +0.017944335938 +-0.082031250000 +-0.127929687500 +0.045166015625 +-0.119140625000 +-0.067382812500 +0.071289062500 +-0.150390625000 +-0.016601562500 +-0.000169754028 +0.070800781250 +-0.146484375000 +-0.054199218750 +-0.173828125000 +-0.060058593750 +0.077636718750 +-0.126953125000 +-0.153320312500 +0.040283203125 +0.010437011719 +0.132812500000 +0.106445312500 +-0.091796875000 +0.116699218750 +0.091796875000 +-0.112304687500 +0.028320312500 +-0.243164062500 +-0.129882812500 +0.024536132812 +-0.159179687500 +-0.106445312500 +0.146484375000 +-0.106933593750 +-0.065429687500 +0.337890625000 +-0.221679687500 +0.269531250000 +-0.006835937500 +0.157226562500 +-0.009216308594 +-0.064941406250 +0.199218750000 +-0.047607421875 +0.108886718750 +-0.243164062500 +0.041259765625 +-0.041992187500 +-0.106933593750 +0.056396484375 +0.189453125000 +-0.324218750000 +-0.298828125000 +0.038085937500 +-0.644531250000 +-0.014038085938 +-0.082031250000 +0.190429687500 +-0.132812500000 +-0.117187500000 +-0.001968383789 +0.011230468750 +-0.040283203125 +-0.361328125000 +-0.105468750000 +-0.114257812500 +0.066406250000 +0.109375000000 +0.051269531250 +-0.024536132812 +-0.185546875000 +-0.527343750000 +-0.045654296875 +0.044189453125 +-0.173828125000 +-0.066406250000 +0.050537109375 +-0.112792968750 +-0.030761718750 +-0.086914062500 +-0.161132812500 +0.112304687500 +0.086914062500 +0.075195312500 +0.009704589844 +-0.119140625000 +-0.312500000000 +-0.423828125000 +-0.060546875000 +-0.016479492188 +0.161132812500 +-0.155273437500 +0.072265625000 +-0.139648437500 +0.328125000000 +0.145507812500 +-0.281250000000 +0.052734375000 +0.006286621094 +-0.063476562500 +0.073242187500 +-0.030761718750 +-0.209960937500 +-0.232421875000 +0.077148437500 +0.095214843750 +-0.117675781250 +-0.029907226562 +0.031494140625 +0.193359375000 +-0.034423828125 +-0.439453125000 +-0.078613281250 +-0.043945312500 +-0.064941406250 +0.154296875000 +0.128906250000 +0.117675781250 +-0.265625000000 +0.049316406250 +0.051269531250 +-0.361328125000 +-0.004821777344 +-0.155273437500 +-0.215820312500 +0.080566406250 +0.031982421875 +0.144531250000 +-0.060302734375 +0.067382812500 +-0.228515625000 +0.035644531250 +-0.115722656250 +0.008666992188 +0.058837890625 +-0.128906250000 +-0.097656250000 +-0.251953125000 +0.070312500000 +0.020141601562 +0.131835937500 +-0.217773437500 +-0.061523437500 +-0.100585937500 +-0.223632812500 +-0.029785156250 +-0.069824218750 +0.049316406250 +-0.079101562500 +0.084472656250 +-0.000732421875 +-0.025634765625 +-0.008300781250 +-0.135742187500 +-0.092773437500 +0.082519531250 +0.067382812500 +0.012573242188 +0.113769531250 +-0.096191406250 +-0.121093750000 +-0.195312500000 +-0.219726562500 +-0.159179687500 +-0.230468750000 +0.154296875000 +-0.109863281250 +0.200195312500 +0.173828125000 +-0.148437500000 +0.126953125000 +-0.101074218750 +0.010498046875 +0.018920898438 +-0.069335937500 +0.107421875000 +0.130859375000 +-0.025146484375 +0.035644531250 +-0.267578125000 +0.015380859375 +-0.009765625000 +-0.215820312500 +-0.047851562500 +0.042480468750 +-0.085937500000 +-0.061035156250 +-0.259765625000 +0.122558593750 +-0.072265625000 +-0.136718750000 +-0.271484375000 +0.136718750000 +0.040283203125 +0.122070312500 +0.013305664062 +-0.060791015625 +-0.008239746094 +-0.035400390625 +-0.051269531250 +0.057128906250 +-0.108886718750 +-0.083984375000 +0.121582031250 +-0.496093750000 +-0.110351562500 +0.202148437500 +-0.333984375000 +-0.016967773438 +-0.014526367188 +0.055908203125 +-0.174804687500 +-0.235351562500 +-0.005401611328 +0.065917968750 +0.020507812500 +0.085449218750 +0.124023437500 +-0.119140625000 +-0.078613281250 +0.065917968750 +-0.365234375000 +0.038818359375 +-0.123535156250 +-0.241210937500 +0.150390625000 +-0.008239746094 +0.035644531250 +0.097656250000 +0.112304687500 +0.088867187500 +-0.263671875000 +-0.006744384766 +-0.554687500000 +0.124511718750 +-0.016967773438 +-0.090332031250 +-0.054931640625 +-0.273437500000 +0.048583984375 +-0.168945312500 +-0.115722656250 +-0.191406250000 +0.144531250000 +0.067382812500 +0.003082275391 +-0.205078125000 +-0.088867187500 +0.078613281250 +0.034423828125 +0.253906250000 +-0.233398437500 +0.041259765625 +-0.359375000000 +-0.000919342041 +0.067871093750 +-0.074707031250 +-0.077636718750 +-0.093261718750 +0.059570312500 +-0.392578125000 +0.054443359375 +-0.103515625000 +-0.002624511719 +-0.005798339844 +0.062011718750 +-0.101074218750 +-0.074218750000 +-0.117187500000 +0.040527343750 +-0.244140625000 +-0.057373046875 +0.143554687500 +-0.198242187500 +-0.031127929688 +-0.163085937500 +-0.013793945312 +-0.072753906250 +0.035888671875 +0.072753906250 +-0.005950927734 +0.068359375000 +-0.002853393555 +-0.166015625000 +0.040039062500 +-0.243164062500 +0.074707031250 +0.032470703125 +-0.118164062500 +0.031127929688 +-0.063476562500 +0.127929687500 +0.091796875000 +0.014892578125 +-0.082519531250 +-0.087890625000 +0.038574218750 +-0.265625000000 +0.130859375000 +-0.023925781250 +-0.546875000000 +0.009460449219 +-0.089355468750 +0.029052734375 +0.119628906250 +-0.013610839844 +-0.369140625000 +0.150390625000 +0.007812500000 +0.180664062500 +-0.255859375000 +-0.208007812500 +0.012268066406 +-0.006744384766 +0.078125000000 +-0.158203125000 +0.018310546875 +0.054931640625 +-0.105957031250 +0.077148437500 +-0.085449218750 +0.009887695312 +-0.384765625000 +0.062988281250 +-0.090332031250 +-0.021972656250 +-0.148437500000 +-0.088867187500 +0.014648437500 +0.107421875000 +0.043212890625 +0.061767578125 +-0.056152343750 +0.088867187500 +-0.147460937500 +0.023315429688 +0.039794921875 +-0.306640625000 +0.063476562500 +-0.078613281250 +0.018920898438 +0.027465820312 +-0.148437500000 +-0.000637054443 +-0.011718750000 +-0.028076171875 +-0.034667968750 +0.066406250000 +0.030151367188 +0.022094726562 +0.099121093750 +0.124511718750 +-0.189453125000 +0.067382812500 +-0.069824218750 +-0.106445312500 +0.108398437500 +0.048095703125 +-0.217773437500 +-0.201171875000 +-0.010375976562 +-0.119140625000 +0.088867187500 +0.028930664062 +0.003372192383 +0.034423828125 +0.116699218750 +-0.094238281250 +-0.296875000000 +0.076660156250 +-0.247070312500 +0.094726562500 +-0.081542968750 +0.095214843750 +-0.108886718750 +0.154296875000 +-0.001182556152 +-0.152343750000 +-0.100097656250 +0.093750000000 +0.048828125000 +-0.011047363281 +-0.039062500000 +0.063964843750 +-0.075683593750 +-0.277343750000 +-0.020874023438 +0.044433593750 +-0.480468750000 +-0.103027343750 +0.159179687500 +-0.049560546875 +0.012512207031 +0.062988281250 +0.080078125000 +-0.324218750000 +-0.041992187500 +-0.159179687500 +-0.107910156250 +-0.333984375000 +-0.010314941406 +-0.113281250000 +-0.014831542969 +-0.072265625000 +-0.139648437500 +-0.126953125000 +0.028930664062 +-0.126953125000 +0.003234863281 +-0.047363281250 +0.020019531250 +0.111328125000 +0.242187500000 +0.271484375000 +-0.110839843750 +0.080078125000 +-0.259765625000 +-0.131835937500 +-0.085449218750 +0.110839843750 +-0.029052734375 +0.027954101562 +-0.229492187500 +-0.047851562500 +-0.169921875000 +-0.096191406250 +0.064453125000 +-0.044189453125 +-0.226562500000 +-0.117187500000 +-0.137695312500 +0.033447265625 +0.005432128906 +-0.152343750000 +-0.058593750000 +-0.094238281250 +-0.117675781250 +-0.008605957031 +-0.486328125000 +-0.093261718750 +0.143554687500 +-0.173828125000 +-0.127929687500 +0.218750000000 +0.141601562500 +0.004852294922 +-0.103027343750 +-0.017333984375 +0.029296875000 +-0.036376953125 +-0.010131835938 +0.015014648438 +-0.439453125000 +0.034912109375 +-0.021240234375 +-0.032226562500 +0.063476562500 +-0.127929687500 +-0.090820312500 +-0.206054687500 +-0.153320312500 +0.092285156250 +-0.104980468750 +0.024902343750 +0.143554687500 +-0.062255859375 +0.061035156250 +0.255859375000 +-0.064941406250 +-0.012329101562 +0.038818359375 +-0.138671875000 +-0.070312500000 +-0.133789062500 +-0.048095703125 +-0.041259765625 +-0.088378906250 +0.010437011719 +-0.142578125000 +-0.023193359375 +0.073242187500 +-0.113281250000 +-0.127929687500 +-0.146484375000 +0.185546875000 +-0.050292968750 +-0.037109375000 +-0.059814453125 +0.043701171875 +-0.241210937500 +-0.162109375000 +-0.279296875000 +0.012451171875 +-0.004425048828 +0.093261718750 +0.023681640625 +0.145507812500 +-0.014404296875 +-0.033203125000 +-0.144531250000 +-0.431640625000 +0.066894531250 +-0.097656250000 +-0.174804687500 +-0.180664062500 +0.036865234375 +0.255859375000 +0.036865234375 +-0.095214843750 +0.099121093750 +-0.067382812500 +-0.214843750000 +-0.042236328125 +0.062011718750 +-0.005065917969 +-0.023559570312 +0.054687500000 +-0.153320312500 +0.109375000000 +0.070312500000 +-0.006713867188 +-0.225585937500 +0.061523437500 +0.049560546875 +0.023803710938 +-0.008972167969 +0.068847656250 +0.045898437500 +-0.084960937500 +0.120605468750 +-0.001129150391 +-0.079101562500 +0.161132812500 +0.047119140625 +-0.095214843750 +-0.108398437500 +0.051025390625 +-0.031250000000 +-0.029663085938 +-0.375000000000 +0.075195312500 +-0.073242187500 +-0.019287109375 +0.062988281250 +-0.016601562500 +-0.208007812500 +-0.010803222656 +0.037353515625 +0.105957031250 +-0.083007812500 +-0.103515625000 +0.079589843750 +-0.142578125000 +0.066406250000 +0.042724609375 +0.105468750000 +-0.031494140625 +0.097167968750 +0.003402709961 +-0.128906250000 +0.046630859375 +-0.116210937500 +-0.052978515625 +0.060058593750 +0.099121093750 +0.074707031250 +-0.261718750000 +0.114746093750 +0.009521484375 +-0.172851562500 +-0.127929687500 +-0.035888671875 +-0.157226562500 +0.095703125000 +-0.054687500000 +-0.008178710938 +0.034912109375 +-0.009399414062 +-0.170898437500 +0.040771484375 +-0.012573242188 +0.034667968750 +0.038085937500 +-0.201171875000 +-0.221679687500 +-0.367187500000 +0.022583007812 +-0.341796875000 +0.115234375000 +-0.080566406250 +-0.003845214844 +0.020385742188 +-0.558593750000 +0.125976562500 +0.140625000000 +-0.039794921875 +-0.018676757812 +0.057617187500 +0.182617187500 +-0.026000976562 +0.076171875000 +-0.119628906250 +0.086914062500 +-0.229492187500 +-0.281250000000 +0.046142578125 +0.041259765625 +0.041748046875 +0.020629882812 +-0.038818359375 +-0.345703125000 +-0.035888671875 +-0.699218750000 +-1.296875000000 +-0.027709960938 +0.007354736328 +0.040527343750 +-0.075683593750 +-0.011169433594 +0.073242187500 +0.015991210938 +-0.003570556641 +0.080078125000 +-0.008178710938 +0.032714843750 +0.010009765625 +0.044921875000 +0.035644531250 +-0.578125000000 +-0.070800781250 +-0.149414062500 +0.029907226562 +-0.104980468750 +0.059814453125 +-0.058349609375 +-0.080078125000 +0.024780273438 +0.083007812500 +0.092773437500 +-0.115722656250 +0.026977539062 +0.016357421875 +-0.071289062500 +-0.130859375000 +0.025146484375 +-0.036132812500 +0.038574218750 +0.060546875000 +-0.224609375000 +0.093261718750 +-0.018920898438 +-0.011596679688 +-0.020385742188 +0.013854980469 +0.041015625000 +0.012329101562 +-0.026977539062 +0.046875000000 +-0.105468750000 +-0.496093750000 +-0.355468750000 +0.073242187500 +-0.033691406250 +-0.026245117188 +0.132812500000 +-0.034423828125 +-0.185546875000 +0.184570312500 +0.160156250000 +0.021118164062 +-0.253906250000 +0.037353515625 +-0.102050781250 +-0.010498046875 +-0.033203125000 +-0.198242187500 +-0.423828125000 +0.091308593750 +0.187500000000 +-0.031738281250 +0.032226562500 +0.187500000000 +0.114257812500 +-0.065429687500 +0.021972656250 +-0.339843750000 +0.136718750000 +0.120605468750 +0.053710937500 +0.074707031250 +0.027221679688 +-0.128906250000 +0.157226562500 +-0.322265625000 +-0.392578125000 +0.023071289062 +0.134765625000 +0.084960937500 +-0.103027343750 +-0.016601562500 +0.132812500000 +-0.158203125000 +-0.094238281250 +-0.077636718750 +0.018554687500 +0.015319824219 +0.065429687500 +0.021972656250 +0.145507812500 +0.004028320312 +-0.106933593750 +0.064941406250 +0.155273437500 +0.126953125000 +-0.013427734375 +0.094238281250 +0.147460937500 +0.080566406250 +0.150390625000 +-0.191406250000 +0.069824218750 +0.050781250000 +-0.027099609375 +0.129882812500 +-0.275390625000 +0.060058593750 +0.028808593750 +0.063964843750 +0.113769531250 +-0.215820312500 +0.068359375000 +-0.330078125000 +-0.055419921875 +-0.040771484375 +-0.041748046875 +-0.178710937500 +-0.091308593750 +-0.076171875000 +0.006500244141 +0.053222656250 +-0.036865234375 +0.158203125000 +0.005279541016 +-0.031494140625 +-0.024658203125 +0.055908203125 +0.128906250000 +-0.120117187500 +0.125976562500 +-0.283203125000 +-0.134765625000 +-0.127929687500 +0.076660156250 +0.048583984375 +0.108886718750 +-0.363281250000 +0.052978515625 +-0.064453125000 +-0.660156250000 +-0.001541137695 +-0.009582519531 +0.100097656250 +-0.079589843750 +-0.080078125000 +-0.076171875000 +-0.096679687500 +0.041992187500 +-0.053955078125 +0.045410156250 +0.036621093750 +0.197265625000 +0.167968750000 +0.053466796875 +-0.072265625000 +0.040283203125 +-0.168945312500 +0.117187500000 +-0.070800781250 +-0.008117675781 +0.210937500000 +0.056152343750 +0.022094726562 +-0.009948730469 +-0.100097656250 +0.176757812500 +0.250000000000 +0.180664062500 +-0.073730468750 +-0.361328125000 +-0.033447265625 +-0.064941406250 +0.048095703125 +0.044433593750 +-0.197265625000 +0.111816406250 +-0.154296875000 +-0.128906250000 +-0.187500000000 +0.024902343750 +-0.020141601562 +-0.023681640625 +-0.047363281250 +-0.059326171875 +-0.047119140625 +0.048095703125 +-0.055175781250 +0.022460937500 +-0.029418945312 +0.125000000000 +-0.337890625000 +-0.004791259766 +-0.210937500000 +-0.259765625000 +-0.217773437500 +0.114746093750 +0.128906250000 +-0.066894531250 +0.106445312500 +-0.103027343750 +-0.118164062500 +-0.056152343750 +-0.052978515625 +0.019775390625 +-0.123535156250 +0.147460937500 +0.089355468750 +0.021972656250 +-0.102050781250 +0.011657714844 +-0.171875000000 +-0.063476562500 +-0.139648437500 +0.018920898438 +0.016357421875 +0.012145996094 +-0.008483886719 +0.026855468750 +0.109375000000 +-0.110351562500 +-0.075195312500 +0.048828125000 +-0.032470703125 +-0.036621093750 +-0.072265625000 +-0.031982421875 +-0.055175781250 +-0.053955078125 +0.072753906250 +0.089843750000 +-0.059814453125 +-0.168945312500 +-0.207031250000 +0.070800781250 +-0.167968750000 +-0.341796875000 +0.051269531250 +0.084960937500 +0.056152343750 +0.314453125000 +0.020263671875 +-0.041992187500 +0.007781982422 +0.085449218750 +0.118164062500 +0.011962890625 +0.115234375000 +-0.096679687500 +-0.023925781250 +-0.007263183594 +0.018310546875 +-0.075195312500 +0.009216308594 +-0.164062500000 +-0.223632812500 +-0.009521484375 +-0.131835937500 +0.075195312500 +0.084960937500 +0.066894531250 +-0.181640625000 +-0.320312500000 +-0.031982421875 +-0.031005859375 +0.128906250000 +0.035644531250 +0.009704589844 +-0.406250000000 +0.137695312500 +-0.038574218750 +0.011779785156 +-0.021240234375 +0.108398437500 +-0.021118164062 +0.036376953125 +-0.431640625000 +0.083984375000 +0.049316406250 +-0.004089355469 +-0.144531250000 +0.093750000000 +0.056152343750 +0.059082031250 +0.017700195312 +-0.001197814941 +0.022216796875 +-0.059082031250 +-0.065429687500 +-0.187500000000 +-0.314453125000 +-0.017456054688 +-0.060546875000 +-0.057373046875 +-0.195312500000 +-0.020874023438 +-0.051269531250 +-0.007202148438 +0.113769531250 +-0.080078125000 +-0.135742187500 +-0.402343750000 +0.058593750000 +0.052490234375 +-0.316406250000 +-0.353515625000 +0.081542968750 +0.064453125000 +0.119628906250 +0.100097656250 +-0.108886718750 +0.064941406250 +-0.027343750000 +0.035400390625 +-0.081542968750 +0.046386718750 +0.076660156250 +-0.104492187500 +-0.107421875000 +0.195312500000 +-0.139648437500 +0.062011718750 +-0.353515625000 +0.058593750000 +-0.007720947266 +0.025268554688 +-0.062011718750 +-0.084472656250 +-0.044189453125 +-0.029052734375 +0.060546875000 +0.109863281250 +-0.341796875000 +-0.045654296875 +0.077148437500 +-0.253906250000 +-0.000675201416 +-0.137695312500 +0.113769531250 +-0.001167297363 +-0.099609375000 +0.143554687500 +-0.038085937500 +0.032958984375 +-0.515625000000 +0.037841796875 +-0.019775390625 +0.074218750000 +-0.088378906250 +-0.083496093750 +0.012817382812 +-0.443359375000 +0.029174804688 +-0.172851562500 +-0.052246093750 +-0.031127929688 +-0.083496093750 +-0.211914062500 +-0.247070312500 +-0.105957031250 +0.153320312500 +-0.092773437500 +0.046875000000 +-0.009948730469 +-0.122558593750 +0.100585937500 +0.029174804688 +-0.007690429688 +0.170898437500 +0.135742187500 +0.059082031250 +-0.050537109375 +0.132812500000 +0.210937500000 +-0.111328125000 +0.022216796875 +-0.014038085938 +-0.007873535156 +0.060546875000 +0.018676757812 +-0.124023437500 +-0.029663085938 +0.091796875000 +-0.061523437500 +0.107421875000 +0.013488769531 +-0.160156250000 +0.228515625000 +-0.017089843750 +-0.110839843750 +-0.404296875000 +-0.042236328125 +-0.306640625000 +0.145507812500 +-0.135742187500 +0.073730468750 +-0.361328125000 +0.085449218750 +-0.062255859375 +-0.171875000000 +0.010559082031 +-0.144531250000 +-0.004516601562 +-0.076171875000 +-0.341796875000 +0.166015625000 +-0.267578125000 +0.004364013672 +0.010681152344 +0.107910156250 +-0.265625000000 +0.109863281250 +-0.036376953125 +0.124511718750 +0.011474609375 +-0.090820312500 +-0.119628906250 +-0.320312500000 +-0.204101562500 +-0.361328125000 +-0.267578125000 +-0.076171875000 +-0.189453125000 +0.019775390625 +0.040527343750 +0.012023925781 +0.045654296875 +-0.057617187500 +-0.209960937500 +-0.056884765625 +-0.320312500000 +-0.033691406250 +0.086425781250 +0.049316406250 +0.081054687500 +-0.060546875000 +0.109863281250 +0.108886718750 +-0.175781250000 +0.029052734375 +-0.039550781250 +-0.131835937500 +0.009094238281 +-0.040771484375 +0.196289062500 +-0.079101562500 +0.000961303711 +0.063476562500 +-0.197265625000 +-0.043945312500 +-0.038330078125 +-0.029663085938 +0.086914062500 +-0.345703125000 +0.051757812500 +-0.054199218750 +-0.180664062500 +0.155273437500 +0.037353515625 +0.152343750000 +-0.281250000000 +-0.027587890625 +0.020263671875 +-0.177734375000 +-0.039306640625 +-0.294921875000 +0.091796875000 +0.109375000000 +0.029296875000 +0.028198242188 +-0.171875000000 +-0.146484375000 +-0.083984375000 +0.009033203125 +-0.314453125000 +-0.176757812500 +0.073242187500 +-0.028076171875 +0.005676269531 +0.029052734375 +0.051757812500 +-0.231445312500 +0.005401611328 +-0.090332031250 +-0.167968750000 +-0.103515625000 +-0.125000000000 +-0.129882812500 +-0.000812530518 +0.077636718750 +0.126953125000 +0.049316406250 +-0.161132812500 +-0.114746093750 +-0.234375000000 +0.011230468750 +-0.030151367188 +0.078125000000 +0.087890625000 +0.051269531250 +-0.085937500000 +-0.001701354980 +0.043701171875 +-0.129882812500 +0.106445312500 +-0.074707031250 +0.123046875000 +-0.113281250000 +-0.025512695312 +0.023437500000 +0.065917968750 +0.212890625000 +-0.063964843750 +0.018310546875 +0.011413574219 +0.024780273438 +-0.120117187500 +-0.310546875000 +0.110351562500 +-0.069824218750 +0.101074218750 +0.113769531250 +0.181640625000 +0.021728515625 +-0.238281250000 +-0.013854980469 +0.029663085938 +-0.064453125000 +-0.306640625000 +0.250000000000 +-0.251953125000 +-0.006500244141 +0.029663085938 +0.041503906250 +0.026489257812 +-0.055419921875 +-0.175781250000 +0.022216796875 +0.163085937500 +0.083007812500 +0.031738281250 +-0.059082031250 +0.016235351562 +-0.102539062500 +-0.125976562500 +-0.106933593750 +0.165039062500 +-0.082519531250 +0.132812500000 +-0.086914062500 +0.113769531250 +0.153320312500 +-0.349609375000 +-0.135742187500 +0.066406250000 +0.000191688538 +-0.064941406250 +-0.152343750000 +-0.007202148438 +-0.304687500000 +-0.127929687500 +-0.013549804688 +-0.291015625000 +0.103515625000 +-0.261718750000 +-0.016235351562 +0.150390625000 +-0.195312500000 +-0.265625000000 +-0.131835937500 +0.023071289062 +-0.007873535156 +-0.007232666016 +-0.007659912109 +0.006195068359 +0.100585937500 +-0.371093750000 +0.016235351562 +0.009826660156 +-0.125976562500 +0.023193359375 +-0.091308593750 +-0.006103515625 +0.062255859375 +0.206054687500 +0.051269531250 +0.179687500000 +0.075683593750 +-0.390625000000 +-0.228515625000 +-0.550781250000 +0.176757812500 +-0.052001953125 +-0.213867187500 +-0.082031250000 +0.079589843750 +0.069824218750 +0.233398437500 +0.096679687500 +0.055175781250 +0.055419921875 +0.100097656250 +0.172851562500 +0.067382812500 +0.021484375000 +0.044677734375 +0.209960937500 +-0.123046875000 +0.257812500000 +0.087402343750 +0.040283203125 +0.133789062500 +0.086425781250 +-0.134765625000 +-0.056884765625 +-0.139648437500 +-0.037109375000 +-0.038330078125 +-0.208984375000 +0.024169921875 +-0.002395629883 +-0.137695312500 +-0.015258789062 +-0.148437500000 +0.007232666016 +-0.056884765625 +-0.099609375000 +-0.192382812500 +-0.084960937500 +0.149414062500 +-0.054199218750 +0.182617187500 +-0.188476562500 +0.013732910156 +0.044189453125 +-0.010437011719 +0.085449218750 +-0.205078125000 +-0.090332031250 +0.007446289062 +0.018066406250 +-0.190429687500 +0.077636718750 +-0.013366699219 +-0.100097656250 +-0.009460449219 +-0.028198242188 +0.216796875000 +-0.031738281250 +0.041015625000 +0.176757812500 +0.062988281250 +-0.597656250000 +0.032226562500 +-0.494140625000 +-0.092773437500 +-0.205078125000 +-0.060058593750 +0.187500000000 +0.058349609375 +0.033203125000 +0.196289062500 +-0.011901855469 +-0.039062500000 +-0.031494140625 +-0.009094238281 +-0.198242187500 +-0.154296875000 +0.104003906250 +0.061523437500 +0.078613281250 +0.001014709473 +0.033935546875 +-0.043457031250 +0.014709472656 +0.166015625000 +-0.072753906250 +-0.138671875000 +-0.023437500000 +0.085449218750 +-0.073242187500 +0.144531250000 +0.169921875000 +0.005859375000 +0.089355468750 +-0.049072265625 +0.102539062500 +-0.371093750000 +0.111328125000 +-0.084960937500 +-0.180664062500 +-0.105468750000 +0.050048828125 +-0.151367187500 +0.169921875000 +-0.104492187500 +-0.304687500000 +0.091796875000 +-0.337890625000 +0.056640625000 +-0.203125000000 +-0.110351562500 +0.036132812500 +-0.057617187500 +-0.259765625000 +-0.041259765625 +-0.085937500000 +-0.071289062500 +0.056640625000 +0.089355468750 +0.080078125000 +0.038818359375 +0.129882812500 +-0.183593750000 +-0.166992187500 +-0.328125000000 +-0.306640625000 +0.233398437500 +-0.235351562500 +-0.033203125000 +-0.108886718750 +-0.056884765625 +-0.133789062500 +-0.088378906250 +0.014892578125 +-0.111816406250 +-0.121582031250 +0.099121093750 +-0.111816406250 +0.115234375000 +0.174804687500 +-0.085449218750 +0.149414062500 +-0.107910156250 +-0.015380859375 +0.029663085938 +-0.039794921875 +-0.167968750000 +0.139648437500 +0.162109375000 +0.007781982422 +0.023681640625 +-0.160156250000 +-0.177734375000 +0.075683593750 +0.105957031250 +-0.203125000000 +-0.036621093750 +-0.055664062500 +0.036132812500 +-0.136718750000 +-0.186523437500 +0.046386718750 +-0.078613281250 +-0.063964843750 +0.308593750000 +0.029296875000 +-0.151367187500 +-0.125000000000 +-0.201171875000 +-0.171875000000 +-0.261718750000 +-0.215820312500 +0.031982421875 +-0.185546875000 +0.022094726562 +0.043212890625 +-0.092285156250 +-0.052490234375 +-0.143554687500 +-0.174804687500 +-0.231445312500 +0.016845703125 +0.125976562500 +-0.150390625000 +0.026977539062 +-0.235351562500 +-0.613281250000 +-0.035400390625 +-0.069824218750 +-0.449218750000 +-0.196289062500 +0.069335937500 +0.003234863281 +0.078613281250 +-0.123046875000 +0.176757812500 +-0.190429687500 +0.123046875000 +-0.376953125000 +0.149414062500 +-0.042480468750 +0.098632812500 +-0.084472656250 +0.031494140625 +0.055175781250 +0.032958984375 +-0.071289062500 +0.064453125000 +0.028320312500 +0.110351562500 +0.100585937500 +-0.085449218750 +-0.333984375000 +0.180664062500 +0.164062500000 +0.041259765625 +0.017211914062 +0.113281250000 +0.131835937500 +-0.033447265625 +-0.121093750000 +-0.049560546875 +-0.073730468750 +-0.001228332520 +-0.041259765625 +-0.128906250000 +-0.058349609375 +-0.001808166504 +-0.015869140625 +-0.036865234375 +0.093750000000 +-0.191406250000 +-0.101074218750 +0.097656250000 +-0.052246093750 +-0.188476562500 +0.089355468750 +-0.074707031250 +0.013427734375 +-0.296875000000 +-0.062500000000 +-0.121093750000 +0.057128906250 +-0.145507812500 +0.127929687500 +-0.060546875000 +0.067382812500 +0.067382812500 +-0.030029296875 +-0.071777343750 +-0.118652343750 +-0.089355468750 +0.097656250000 +0.000518798828 +-0.110839843750 +0.111328125000 +-0.076171875000 +-0.001724243164 +-0.259765625000 +-0.044677734375 +-0.009582519531 +0.050537109375 +-0.031494140625 +0.009033203125 +0.021118164062 +-0.138671875000 +-0.011291503906 +-0.292968750000 +-0.001289367676 +0.028564453125 +-0.052246093750 +0.126953125000 +-0.427734375000 +-0.108398437500 +-0.090332031250 +0.069824218750 +-0.007812500000 +-0.057861328125 +-0.093750000000 +-0.070312500000 +-0.238281250000 +-0.023559570312 +0.101562500000 +-0.306640625000 +-0.210937500000 +-0.090820312500 +0.151367187500 +0.097656250000 +0.016845703125 +-0.036621093750 +0.057373046875 +0.059814453125 +-0.169921875000 +-0.073242187500 +0.119140625000 +-0.192382812500 +-0.024902343750 +-0.046630859375 +-0.296875000000 +-0.064453125000 +0.022338867188 +0.158203125000 +0.166015625000 +-0.031982421875 +-0.421875000000 +-0.053466796875 +-0.026000976562 +-0.535156250000 +0.141601562500 +-0.001968383789 +-0.150390625000 +-0.263671875000 +-0.227539062500 +0.012939453125 +-0.104003906250 +-0.171875000000 +0.142578125000 +-0.153320312500 +0.137695312500 +0.010375976562 +0.078125000000 +-0.341796875000 +-0.180664062500 +0.101562500000 +-0.035156250000 +-0.023315429688 +-0.022094726562 +0.096679687500 +0.062500000000 +0.167968750000 +0.143554687500 +-0.173828125000 +0.058837890625 +-0.112304687500 +-0.055908203125 +0.070312500000 +0.020751953125 +-0.349609375000 +-0.115234375000 +-0.296875000000 +0.008605957031 +-0.101074218750 +-0.416015625000 +0.053710937500 +-0.156250000000 +-0.032226562500 +-0.376953125000 +0.031494140625 +0.010925292969 +0.052246093750 +0.014831542969 +0.004516601562 +-0.157226562500 +-0.060791015625 +-0.239257812500 +-0.211914062500 +-0.091308593750 +-0.040283203125 +-0.116699218750 +-0.125000000000 +0.105468750000 +-0.241210937500 +-0.215820312500 +-0.605468750000 +0.032714843750 +0.066406250000 +-0.054199218750 +0.091796875000 +-0.148437500000 +0.003662109375 +0.010864257812 +-0.040283203125 +-0.265625000000 +0.062500000000 +0.125000000000 +0.001403808594 +-0.220703125000 +0.014099121094 +-0.269531250000 +-0.103027343750 +-0.102539062500 +-0.024291992188 +-0.111328125000 +0.098632812500 +0.127929687500 +0.086914062500 +0.016967773438 +0.088378906250 +-0.090820312500 +-0.062500000000 +-0.030517578125 +-0.122558593750 +-0.148437500000 +0.097167968750 +0.006774902344 +-0.198242187500 +0.103027343750 +-0.164062500000 +0.093261718750 +0.063476562500 +0.006988525391 +0.094238281250 +-0.013244628906 +-0.008117675781 +-0.120605468750 +-0.050537109375 +0.073730468750 +-0.167968750000 +0.019775390625 +-0.007812500000 +-0.177734375000 +-0.048583984375 +-0.043212890625 +0.041015625000 +-0.132812500000 +0.009033203125 +-0.033203125000 +0.129882812500 +-0.166015625000 +-0.050292968750 +-0.137695312500 +-0.146484375000 +-0.079101562500 +-0.259765625000 +-0.022216796875 +-0.243164062500 +0.143554687500 +0.140625000000 +0.061523437500 +0.216796875000 +0.040283203125 +-0.024047851562 +-0.179687500000 +-0.183593750000 +-0.046875000000 +0.132812500000 +-0.277343750000 +-0.388671875000 +-0.020385742188 +-0.117187500000 +0.069824218750 +0.066894531250 +0.042724609375 +0.365234375000 +-0.213867187500 +0.027587890625 +0.020629882812 +0.054931640625 +0.184570312500 +0.281250000000 +0.115234375000 +0.098632812500 +-0.019042968750 +-0.009277343750 +0.005310058594 +-0.116210937500 +0.025390625000 +0.107421875000 +-0.150390625000 +-0.101562500000 +0.018676757812 +0.055175781250 +-0.326171875000 +0.104492187500 +0.068847656250 +-0.097167968750 +0.048339843750 +-0.104980468750 +0.193359375000 +-0.006835937500 +-0.021484375000 +-0.060546875000 +-0.061279296875 +-0.018432617188 +0.215820312500 +0.091796875000 +-0.047607421875 +0.195312500000 +0.071777343750 +0.102050781250 +0.026245117188 +-0.291015625000 +-0.224609375000 +0.000976562500 +0.030395507812 +0.002883911133 +-0.049316406250 +0.059326171875 +-0.223632812500 +-0.164062500000 +0.198242187500 +0.104492187500 +-0.343750000000 +0.248046875000 +0.094726562500 +-0.151367187500 +0.170898437500 +0.047363281250 +-0.155273437500 +0.166992187500 +0.193359375000 +0.140625000000 +0.070800781250 +0.006347656250 +-0.089355468750 +0.123046875000 +0.100097656250 +0.133789062500 +-0.088378906250 +-0.363281250000 +0.077148437500 +-0.035644531250 +0.095703125000 +0.202148437500 +0.152343750000 +-0.202148437500 +0.097167968750 +0.063964843750 +0.181640625000 +-0.108886718750 +-0.119140625000 +-0.068847656250 +0.144531250000 +0.178710937500 +-0.000038623810 +-0.082519531250 +-0.027343750000 +0.129882812500 +0.007934570312 +0.114746093750 +0.041259765625 +0.015014648438 +0.146484375000 +0.028808593750 +0.018066406250 +-0.081542968750 +0.140625000000 +-0.251953125000 +0.017700195312 +-0.141601562500 +0.014831542969 +0.159179687500 +-0.047119140625 +0.113281250000 +-0.055908203125 +-0.106445312500 +0.023681640625 +-0.247070312500 +0.006866455078 +-0.157226562500 +-0.145507812500 +0.036865234375 +-0.068847656250 +-0.214843750000 +0.033447265625 +-0.001869201660 +-0.025390625000 +-0.048095703125 +0.103515625000 +0.015441894531 +0.008605957031 +-0.027099609375 +-0.200195312500 +0.168945312500 +0.017578125000 +0.167968750000 +0.143554687500 +-0.047607421875 +0.159179687500 +0.030883789062 +0.147460937500 +0.012878417969 +-0.126953125000 +-0.296875000000 +0.005340576172 +-0.140625000000 +0.066894531250 +-0.151367187500 +0.133789062500 +0.095703125000 +-0.011230468750 +-0.160156250000 +-0.312500000000 +0.160156250000 +0.079101562500 +0.048095703125 +-0.040771484375 +0.182617187500 +-0.029052734375 +-0.018920898438 +-0.300781250000 +0.076660156250 +-0.104980468750 +0.023315429688 +0.194335937500 +0.082519531250 +-0.191406250000 +0.076171875000 +-0.102539062500 +0.147460937500 +0.076660156250 +-0.016357421875 +-0.044677734375 +-0.096191406250 +-0.085449218750 +-0.084960937500 +-0.267578125000 +-0.141601562500 +0.001564025879 +-0.000091552734 +0.023681640625 +0.064941406250 +-0.201171875000 +0.130859375000 +0.101562500000 +-0.531250000000 +-0.096191406250 +-0.041992187500 +-0.167968750000 +0.054443359375 +0.100585937500 +-0.073730468750 +-0.183593750000 +0.039550781250 +-0.140625000000 +-0.065917968750 +0.012634277344 +-0.098144531250 +-0.129882812500 +0.043212890625 +-0.037841796875 +-0.036865234375 +-0.157226562500 +-0.347656250000 +0.045410156250 +-0.061035156250 +0.058593750000 +-0.141601562500 +-0.208984375000 +0.016479492188 +-0.125000000000 +0.010803222656 +-0.167968750000 +-0.058593750000 +0.059814453125 +0.115234375000 +0.109375000000 +-0.150390625000 +-0.082519531250 +0.225585937500 +0.091308593750 +-0.957031250000 +0.140625000000 +-0.068359375000 +0.064941406250 +0.100097656250 +-0.158203125000 +0.105957031250 +-0.196289062500 +-0.103027343750 +-0.035644531250 +-0.207031250000 +-0.062988281250 +-0.396484375000 +-0.241210937500 +0.164062500000 +0.131835937500 +-0.081054687500 +-0.041748046875 +-0.133789062500 +0.000056505203 +0.035400390625 +-0.167968750000 +-0.033203125000 +0.026000976562 +0.131835937500 +-0.209960937500 +-0.050781250000 +-0.098144531250 +0.058349609375 +0.143554687500 +0.035888671875 +-0.142578125000 +-0.000011384487 +-0.136718750000 +-0.171875000000 +-0.380859375000 +-0.024536132812 +-0.031494140625 +0.081542968750 +-0.263671875000 +-0.108886718750 +0.150390625000 +-0.218750000000 +0.027343750000 +-0.228515625000 +0.222656250000 +-0.011962890625 +0.127929687500 +0.039550781250 +0.016357421875 +-0.231445312500 +-0.077636718750 +-0.114746093750 +-0.128906250000 +0.044433593750 +-0.059570312500 +0.195312500000 +-0.029174804688 +0.021362304688 +0.150390625000 +0.178710937500 +-0.243164062500 +-0.008056640625 +-0.163085937500 +-0.043457031250 +-0.026000976562 +0.083496093750 +0.049316406250 +0.111816406250 +0.093750000000 +0.157226562500 +-0.048583984375 +0.030273437500 +0.227539062500 +-0.197265625000 +-0.238281250000 +-0.013732910156 +-0.040527343750 +-0.040527343750 +-0.173828125000 +-0.137695312500 +0.087890625000 +0.069335937500 +-0.005035400391 +-0.018676757812 +0.100097656250 +-0.005523681641 +-0.133789062500 +-0.021240234375 +-0.042236328125 +-0.046142578125 +-0.139648437500 +-0.087890625000 +-0.008972167969 +-0.161132812500 +-0.416015625000 +-0.057617187500 +-0.047607421875 +-0.065917968750 +-0.005371093750 +0.088378906250 +-0.041259765625 +0.083496093750 +-0.261718750000 +-0.058593750000 +-0.060302734375 +-0.015319824219 +0.100585937500 +-0.032226562500 +0.005249023438 +-0.041992187500 +-0.135742187500 +-0.013305664062 +0.071289062500 +-0.141601562500 +-0.072753906250 +0.076171875000 +0.056884765625 +-0.020874023438 +-0.179687500000 +-0.001968383789 +-0.048095703125 +-0.156250000000 +-0.472656250000 +-0.152343750000 +0.016357421875 +0.281250000000 +-0.051269531250 +0.036376953125 +-0.060546875000 +-0.083007812500 +-0.205078125000 +-0.029663085938 +-0.045410156250 +-0.003616333008 +0.019775390625 +-0.125976562500 +-0.193359375000 +-0.129882812500 +0.087890625000 +0.060302734375 +-0.002136230469 +0.095703125000 +0.068847656250 +-0.215820312500 +-0.086914062500 +-0.095214843750 +-0.007507324219 +-0.011596679688 +-0.010192871094 +-0.092773437500 +-0.053955078125 +0.143554687500 +-0.115722656250 +0.088378906250 +0.162109375000 +-0.020874023438 +-0.049804687500 +0.032714843750 +0.031127929688 +-0.200195312500 +0.057373046875 +-0.137695312500 +-0.036132812500 +-0.094726562500 +-0.373046875000 +0.041015625000 +-0.004333496094 +-0.124023437500 +0.005584716797 +-0.147460937500 +-0.045410156250 +-0.275390625000 +0.027465820312 +-0.116699218750 +-0.125000000000 +-0.070800781250 +0.216796875000 +-0.539062500000 +0.078125000000 +0.037597656250 +-0.062988281250 +-0.097656250000 +-0.155273437500 +0.069824218750 +-0.183593750000 +-0.219726562500 +0.082031250000 +-0.145507812500 +0.076171875000 +-0.031738281250 +-0.028198242188 +-0.200195312500 +0.031982421875 +-0.085449218750 +-0.005737304688 +0.195312500000 +-0.056396484375 +-0.150390625000 +0.059570312500 +-0.221679687500 +-0.247070312500 +-0.328125000000 +-0.186523437500 +0.004821777344 +-0.093750000000 +0.077148437500 +0.080078125000 +-0.219726562500 +-0.198242187500 +-0.033447265625 +0.078613281250 +0.035156250000 +0.133789062500 +-0.021606445312 +0.189453125000 +0.265625000000 +-0.044433593750 +0.037109375000 +0.084472656250 +-0.141601562500 +-0.033935546875 +0.111328125000 +-0.179687500000 +-0.072265625000 +-0.000976562500 +0.099121093750 +0.052246093750 +0.048339843750 +-0.167968750000 +0.041503906250 +-0.015258789062 +-0.070312500000 +0.004119873047 +-0.073242187500 +-0.088867187500 +-0.314453125000 +-0.167968750000 +-0.087890625000 +0.006774902344 +-0.002685546875 +0.168945312500 +-0.466796875000 +0.065917968750 +0.063964843750 +-0.060546875000 +-0.086914062500 +-0.162109375000 +-0.035888671875 +-0.146484375000 +-0.044189453125 +0.044433593750 +-0.098632812500 +0.058837890625 +0.044677734375 +0.064453125000 +-0.251953125000 +0.121093750000 +0.023803710938 +-0.025146484375 +0.019165039062 +0.040283203125 +-0.445312500000 +0.024536132812 +-0.255859375000 +-0.062988281250 +-0.039794921875 +-0.111816406250 +-0.037109375000 +-0.116699218750 +-0.114257812500 +-0.234375000000 +0.214843750000 +0.031982421875 +-0.205078125000 +-0.204101562500 +0.066406250000 +-0.076171875000 +-0.000471115112 +-0.355468750000 +0.092773437500 +-0.020996093750 +0.165039062500 +0.003143310547 +0.099609375000 +0.091796875000 +-0.306640625000 +0.093261718750 +0.238281250000 +-0.161132812500 +0.098144531250 +0.020385742188 +-0.038818359375 +0.209960937500 +0.039306640625 +-0.142578125000 +-0.196289062500 +0.105957031250 +-0.067382812500 +0.052734375000 +-0.031127929688 +-0.194335937500 +0.202148437500 +0.231445312500 +0.004821777344 +-0.250000000000 +-0.503906250000 +0.172851562500 +-0.190429687500 +0.067871093750 +0.069335937500 +0.178710937500 +-0.089843750000 +-0.047607421875 +-0.038330078125 +0.253906250000 +-0.245117187500 +-0.135742187500 +0.191406250000 +0.114257812500 +0.178710937500 +0.152343750000 +-0.042236328125 +-0.009155273438 +-0.079589843750 +0.122070312500 +-0.213867187500 +-0.215820312500 +0.155273437500 +-0.058837890625 +0.066406250000 +0.118652343750 +-0.092285156250 +0.008056640625 +-0.202148437500 +0.206054687500 +0.025024414062 +0.024291992188 +-0.056152343750 +0.000583648682 +-0.097656250000 +0.100585937500 +-0.084960937500 +-0.092773437500 +-0.261718750000 +-0.229492187500 +-0.045166015625 +-0.224609375000 +-0.143554687500 +0.035888671875 +-0.191406250000 +-0.095214843750 +-0.061767578125 +-0.040039062500 +-0.127929687500 +-0.159179687500 +-0.046142578125 +-0.277343750000 +0.048583984375 +-0.101074218750 +-0.142578125000 +-0.076660156250 +0.019897460938 +-0.160156250000 +0.101562500000 +-0.271484375000 +-0.116210937500 +-0.244140625000 +-0.028076171875 +-0.047607421875 +-0.035156250000 +-0.077636718750 +0.116210937500 +0.027832031250 +-0.212890625000 +0.014160156250 +0.013061523438 +-0.283203125000 +-0.090820312500 +-0.240234375000 +-0.162109375000 +-0.102050781250 +-0.145507812500 +-0.148437500000 +0.040283203125 +-0.046142578125 +-0.045166015625 +-0.089843750000 +-0.041259765625 +0.078125000000 +0.055908203125 +-0.095214843750 +0.045410156250 +-0.227539062500 +-0.005096435547 +-0.024291992188 +-0.010864257812 +-0.011840820312 +-0.271484375000 +0.051757812500 +-0.116699218750 +0.101074218750 +-0.077148437500 +0.097656250000 +-0.054687500000 +0.075195312500 +0.124023437500 +0.023193359375 +0.095214843750 +0.085937500000 +-0.009948730469 +-0.111328125000 +-0.255859375000 +-0.024291992188 +0.134765625000 +-0.566406250000 +0.069824218750 +-0.061279296875 +-0.007293701172 +0.021972656250 +0.108886718750 +0.020874023438 +0.020996093750 +-0.001197814941 +-0.000991821289 +-0.145507812500 +0.034912109375 +-0.107910156250 +-0.211914062500 +-0.038818359375 +-0.038330078125 +-0.101562500000 +0.132812500000 +0.232421875000 +-0.089355468750 +0.094238281250 +0.142578125000 +-0.093750000000 +0.088378906250 +-0.151367187500 +0.062988281250 +-0.025024414062 +-0.136718750000 +-0.095703125000 +-0.155273437500 +-0.296875000000 +-0.015258789062 +-0.052001953125 +-0.176757812500 +-0.077636718750 +-0.028686523438 +0.017089843750 +0.100585937500 +0.031250000000 +0.099609375000 +0.018554687500 +-0.133789062500 +-0.031127929688 +-0.053222656250 +-0.101074218750 +-0.037353515625 +0.037597656250 +-0.150390625000 +-0.162109375000 +0.040039062500 +-0.096191406250 +-0.067382812500 +-0.025268554688 +0.125976562500 +-0.097167968750 +-0.194335937500 +0.094726562500 +0.204101562500 +-0.030395507812 +-0.118652343750 +0.028564453125 +0.056152343750 +-0.053222656250 +-0.061767578125 +0.003860473633 +0.111816406250 +-0.056640625000 +0.074707031250 +0.093750000000 +-0.225585937500 +-0.150390625000 +0.131835937500 +-0.251953125000 +-0.068359375000 +0.032226562500 +0.050537109375 +0.083496093750 +0.027709960938 +-0.074707031250 +0.048339843750 +0.011352539062 +0.124511718750 +0.158203125000 +-0.511718750000 +0.000690460205 +0.018676757812 +-0.009704589844 +0.143554687500 +-0.128906250000 +0.016845703125 +0.146484375000 +0.010681152344 +0.037597656250 +-0.125000000000 +-0.024780273438 +-0.003997802734 +0.044189453125 +-0.138671875000 +0.080566406250 +0.096679687500 +0.061767578125 +-0.018676757812 +-0.142578125000 +0.069824218750 +-0.139648437500 +0.042236328125 +0.170898437500 +0.063964843750 +-0.289062500000 +-0.032714843750 +0.002349853516 +-0.056152343750 +0.008056640625 +0.010986328125 +0.034912109375 +0.052001953125 +0.067871093750 +-0.085937500000 +0.009338378906 +0.058349609375 +-0.122070312500 +0.219726562500 +0.173828125000 +-0.147460937500 +-0.009765625000 +-0.039306640625 +-0.092285156250 +0.050537109375 +-0.073242187500 +-0.113769531250 +-0.191406250000 +-0.016601562500 +0.043945312500 +0.102539062500 +0.133789062500 +-0.212890625000 +0.004882812500 +0.072753906250 +0.098632812500 +0.014831542969 +-0.363281250000 +0.034423828125 +-0.221679687500 +-0.106445312500 +-0.081542968750 +0.071777343750 +0.115722656250 +-0.267578125000 +0.147460937500 +0.149414062500 +0.006134033203 +-0.683593750000 +0.041259765625 +-0.082519531250 +0.063964843750 +-0.004913330078 +-0.006317138672 +-0.215820312500 +-0.016235351562 +-0.107910156250 +0.065917968750 +0.084472656250 +-0.172851562500 +-0.025146484375 +0.026123046875 +-0.085937500000 +0.035156250000 +-0.138671875000 +-0.099121093750 +0.150390625000 +0.067382812500 +0.082519531250 +0.178710937500 +-0.165039062500 +0.012023925781 +-0.049804687500 +-0.017211914062 +0.018310546875 +0.009460449219 +0.056152343750 +0.076171875000 +0.021972656250 +0.096679687500 +-0.084472656250 +0.390625000000 +0.028808593750 +0.044433593750 +0.031738281250 +-0.074707031250 +-0.065429687500 +0.139648437500 +-0.053955078125 +0.082031250000 +-0.105957031250 +-0.163085937500 +0.092773437500 +-0.182617187500 +0.002059936523 +-0.271484375000 +-0.167968750000 +0.038330078125 +-0.049072265625 +-0.072753906250 +0.108398437500 +0.125976562500 +-0.025634765625 +-0.058349609375 +-0.291015625000 +-0.306640625000 +-0.200195312500 +-0.131835937500 +0.080566406250 +-0.129882812500 +-0.062988281250 +-0.016967773438 +0.005615234375 +-0.097656250000 +0.102050781250 +-0.014465332031 +-0.064453125000 +-0.221679687500 +-0.111816406250 +-0.009826660156 +-0.154296875000 +-0.098632812500 +-0.130859375000 +0.062255859375 +-0.187500000000 +-0.273437500000 +0.087402343750 +-0.026367187500 +-0.070800781250 +-0.038818359375 +0.000029087067 +-0.082031250000 +-0.051025390625 +-0.073730468750 +0.143554687500 +-0.047607421875 +-0.005462646484 +-0.097656250000 +-0.208984375000 +-0.152343750000 +-0.003463745117 +0.047119140625 +-0.004730224609 +-0.038085937500 +-0.316406250000 +-0.125000000000 +0.083496093750 +-0.058105468750 +-0.017089843750 +0.063476562500 +-0.171875000000 +0.217773437500 +-0.000629425049 +-0.232421875000 +-0.018188476562 +0.011291503906 +0.086425781250 +-0.001373291016 +-0.294921875000 +-0.367187500000 +-0.064941406250 +0.026489257812 +-0.195312500000 +-0.207031250000 +-0.167968750000 +0.062255859375 +-0.045898437500 +-0.174804687500 +-0.109375000000 +-0.078125000000 +-0.244140625000 +0.106933593750 +-0.225585937500 +0.101074218750 +0.125976562500 +-0.129882812500 +-0.141601562500 +0.127929687500 +-0.017578125000 +0.010192871094 +0.077636718750 +-0.017578125000 +0.089355468750 +0.065917968750 +-0.064941406250 +0.043701171875 +-0.279296875000 +0.048583984375 +0.111816406250 +-0.025146484375 +0.123535156250 +-0.074707031250 +-0.055664062500 +-0.261718750000 +-0.113281250000 +0.007141113281 +0.075195312500 +-0.265625000000 +0.036865234375 +0.059814453125 +-0.016723632812 +0.007263183594 +-0.064941406250 +0.070312500000 +0.125976562500 +0.136718750000 +0.007171630859 +-0.210937500000 +0.150390625000 +0.011901855469 +-0.443359375000 +-0.022949218750 +0.024169921875 +0.065917968750 +0.134765625000 +0.037841796875 +-0.398437500000 +-0.101074218750 +-1.101562500000 +-0.281250000000 +-0.020141601562 +0.001449584961 +0.093750000000 +-0.074218750000 +0.005249023438 +-0.033447265625 +0.021850585938 +-0.118652343750 +0.097656250000 +-0.033203125000 +0.073730468750 +-0.014953613281 +0.140625000000 +-0.341796875000 +-0.734375000000 +-0.026123046875 +0.107421875000 +0.013366699219 +0.032226562500 +-0.010742187500 +0.101562500000 +0.026245117188 +-0.357421875000 +0.054931640625 +-0.048583984375 +-0.265625000000 +-0.039550781250 +0.102539062500 +-0.244140625000 +-0.123535156250 +0.119140625000 +-0.019897460938 +0.040527343750 +0.120605468750 +-0.030883789062 +-0.106445312500 +-0.049560546875 +0.120117187500 +0.124023437500 +0.064453125000 +-0.011840820312 +-0.060546875000 +-0.006683349609 +0.037109375000 +-0.071777343750 +-0.539062500000 +0.090820312500 +-0.279296875000 +-0.029541015625 +-0.112792968750 +0.091308593750 +0.022094726562 +-0.133789062500 +-0.091308593750 +0.037597656250 +-0.126953125000 +0.066894531250 +-0.034179687500 +-0.115722656250 +0.023681640625 +0.016113281250 +-0.021362304688 +0.027832031250 +0.041992187500 +0.062011718750 +-0.204101562500 +-0.026977539062 +-0.198242187500 +0.120117187500 +0.054443359375 +-0.458984375000 +0.017333984375 +-0.198242187500 +0.045898437500 +-0.070800781250 +0.033203125000 +-0.090332031250 +-0.150390625000 +-0.188476562500 +0.229492187500 +0.023681640625 +-0.087402343750 +0.045654296875 +0.046142578125 +0.111328125000 +-0.125000000000 +0.019653320312 +-0.006591796875 +0.013305664062 +0.018066406250 +0.015319824219 +-0.025390625000 +-0.015258789062 +-0.024169921875 +-0.300781250000 +0.071777343750 +-0.168945312500 +-0.050781250000 +0.039794921875 +0.028930664062 +-0.141601562500 +-0.116210937500 +-0.437500000000 +0.129882812500 +-0.242187500000 +-0.345703125000 +0.009582519531 +-0.148437500000 +0.080078125000 +-0.033691406250 +0.062011718750 +-0.107421875000 +-0.121582031250 +-0.178710937500 +0.005096435547 +0.045898437500 +-0.093261718750 +-0.051757812500 +0.027587890625 +-0.166992187500 +-0.035156250000 +0.129882812500 +-0.365234375000 +0.057373046875 +0.148437500000 +-0.187500000000 +0.126953125000 +0.113281250000 +-0.449218750000 +-0.300781250000 +-0.488281250000 +-0.121093750000 +-0.099121093750 +0.061035156250 +-0.129882812500 +-0.024047851562 +-0.057617187500 +0.037353515625 +0.099609375000 +-0.128906250000 +0.044189453125 +0.019165039062 +-0.160156250000 +0.133789062500 +-0.067382812500 +-0.125000000000 +0.048828125000 +-0.054687500000 +-0.028076171875 +-0.179687500000 +0.096679687500 +-0.014404296875 +0.013610839844 +0.015991210938 +0.081542968750 +0.010253906250 +-0.123535156250 +-0.008239746094 +-0.103027343750 +0.042724609375 +-0.014648437500 +-0.126953125000 +-0.008056640625 +-0.996093750000 +-0.092285156250 +-0.239257812500 +-0.009826660156 +0.035400390625 +-0.146484375000 +-0.253906250000 +-0.167968750000 +-0.088867187500 +0.114746093750 +0.056884765625 +-0.194335937500 +-0.083984375000 +0.122070312500 +0.076171875000 +0.030151367188 +-0.197265625000 +-0.267578125000 +0.166992187500 +-0.161132812500 +0.116699218750 +-0.053710937500 +-0.051757812500 +-0.053222656250 +-0.016601562500 +-0.136718750000 +0.053955078125 +-0.408203125000 +0.011596679688 +-0.059082031250 +-0.058837890625 +-0.027587890625 +-0.227539062500 +-0.049072265625 +-0.002090454102 +-0.363281250000 +0.081054687500 +-0.049072265625 +0.150390625000 +0.076660156250 +0.124023437500 +0.012023925781 +-0.101562500000 +-0.009887695312 +-0.118164062500 +-0.047119140625 +-0.075683593750 +-0.010070800781 +0.170898437500 +0.002838134766 +-0.071777343750 +-0.061523437500 +0.035400390625 +0.062255859375 +-0.414062500000 +0.229492187500 +0.079589843750 +0.002792358398 +0.043945312500 +-0.081054687500 +0.230468750000 +-0.039550781250 +-0.143554687500 +-0.063964843750 +-0.042724609375 +-0.257812500000 +0.056152343750 +0.326171875000 +-0.089843750000 +0.037109375000 +0.188476562500 +0.077636718750 +-0.027099609375 +-0.038330078125 +0.081542968750 +-0.345703125000 +-0.049316406250 +0.018188476562 +-0.011779785156 +-0.099121093750 +0.070312500000 +0.088378906250 +0.033203125000 +0.177734375000 +0.024658203125 +-0.051513671875 +0.007171630859 +-0.070312500000 +0.077148437500 +0.050537109375 +-0.155273437500 +-0.160156250000 +-0.087890625000 +-0.014465332031 +0.034912109375 +0.097656250000 +-0.466796875000 +0.018676757812 +-0.058349609375 +-0.081054687500 +0.080566406250 +0.127929687500 +-0.248046875000 +-0.208007812500 +-0.236328125000 +-0.151367187500 +-0.003616333008 +-0.068359375000 +0.073242187500 +-0.157226562500 +0.076660156250 +0.079589843750 +0.056640625000 +-0.102050781250 +-0.164062500000 +0.166015625000 +0.058349609375 +0.051513671875 +-0.125976562500 +-0.223632812500 +-0.125000000000 +0.132812500000 +0.084472656250 +-0.165039062500 +0.046630859375 +-0.146484375000 +0.098144531250 +0.000016808510 +0.052490234375 +0.170898437500 +-0.012695312500 +-0.122070312500 +-0.149414062500 +0.016357421875 +-0.005920410156 +0.065429687500 +0.125000000000 +-0.018432617188 +0.109863281250 +-0.359375000000 +-0.018798828125 +-0.036132812500 +0.039550781250 +-0.047851562500 +-0.003036499023 +0.113769531250 +-0.018188476562 +0.093261718750 +0.093261718750 +0.020996093750 +-0.022705078125 +-0.049560546875 +-0.052001953125 +0.053466796875 +-0.004211425781 +-0.096191406250 +-0.016845703125 +0.067382812500 +0.042236328125 +-0.010620117188 +-0.058349609375 +0.052246093750 +0.046630859375 +-0.036376953125 +0.147460937500 +-0.038085937500 +-0.216796875000 +0.095214843750 +-0.159179687500 +-0.341796875000 +0.004608154297 +-0.215820312500 +0.127929687500 +-0.310546875000 +0.148437500000 +0.190429687500 +-0.087402343750 +-0.220703125000 +-0.086425781250 +-0.013183593750 +-0.089843750000 +0.072265625000 +-0.037597656250 +-0.081054687500 +0.036132812500 +-0.164062500000 +-0.049560546875 +-0.020141601562 +-0.155273437500 +-0.089843750000 +0.043457031250 +-0.102539062500 +0.049316406250 +0.021362304688 +-0.134765625000 +0.050292968750 +-0.121582031250 +0.075683593750 +0.054931640625 +-0.378906250000 +-0.077148437500 +0.117675781250 +0.118164062500 +-0.165039062500 +0.082031250000 +-0.053955078125 +0.003494262695 +-0.018920898438 +0.008972167969 +0.117675781250 +-0.135742187500 +0.136718750000 +0.080078125000 +-0.071777343750 +-0.041992187500 +-0.006225585938 +0.036376953125 +0.054931640625 +-0.141601562500 +-0.275390625000 +-0.067871093750 +0.041503906250 +0.022094726562 +0.068359375000 +-0.018554687500 +-0.005981445312 +-0.098632812500 +0.009826660156 +0.057861328125 +-0.015563964844 +-0.511718750000 +0.055908203125 +-0.191406250000 +-0.194335937500 +-0.138671875000 +-0.042968750000 +-0.019165039062 +-0.496093750000 +0.078613281250 +0.132812500000 +0.044677734375 +-0.285156250000 +-0.007720947266 +0.086914062500 +-0.135742187500 +-0.165039062500 +-0.178710937500 +-0.036376953125 +-0.005035400391 +0.104980468750 +-0.057617187500 +0.015136718750 +-0.221679687500 +-0.066406250000 +0.104980468750 +-0.076171875000 +0.104980468750 +-0.016113281250 +-0.142578125000 +0.007263183594 +-0.055419921875 +-0.002059936523 +0.112792968750 +-0.099121093750 +0.124511718750 +-0.050781250000 +-0.028198242188 +-0.009643554688 +0.038330078125 +0.024291992188 +0.106445312500 +0.042480468750 +-0.227539062500 +0.102539062500 +-0.229492187500 +-0.017211914062 +-0.110839843750 +0.028442382812 +-0.143554687500 +0.059326171875 +0.064453125000 +-0.194335937500 +0.072753906250 +0.174804687500 +-0.064453125000 +-0.316406250000 +0.122558593750 +-0.120605468750 +-0.068847656250 +0.119140625000 +-0.167968750000 +-0.167968750000 +-0.100097656250 +-0.077636718750 +0.015319824219 +-0.052001953125 +-0.006225585938 +-0.015747070312 +0.201171875000 +-0.101074218750 +0.045166015625 +-0.337890625000 +-0.155273437500 +-0.077148437500 +0.079101562500 +0.031250000000 +0.224609375000 +-0.152343750000 +-0.324218750000 +-0.104492187500 +0.051513671875 +-0.122558593750 +-0.001846313477 +0.032714843750 +0.045410156250 +0.072753906250 +-0.012817382812 +-0.302734375000 +-0.125976562500 +0.042480468750 +0.010681152344 +-0.261718750000 +-0.163085937500 +-0.091796875000 +-0.045654296875 +-0.028076171875 +-0.095214843750 +0.132812500000 +0.109375000000 +-0.039062500000 +0.154296875000 +-0.049072265625 +-0.127929687500 +0.001098632812 +0.076171875000 +-0.003219604492 +-0.041259765625 +-0.014526367188 +-0.490234375000 +0.043701171875 +-0.051757812500 +0.049804687500 +0.014953613281 +0.011230468750 +0.041015625000 +-0.025390625000 +-0.007873535156 +-0.117187500000 +0.073730468750 +-0.314453125000 +-0.097167968750 +-0.178710937500 +-0.067382812500 +-0.208984375000 +0.084960937500 +0.018798828125 +0.128906250000 +-0.048339843750 +0.054931640625 +0.007781982422 +-0.077636718750 +-0.180664062500 +-0.046875000000 +-0.195312500000 +-0.070800781250 +-0.043212890625 +0.117187500000 +0.093261718750 +0.015991210938 +0.046875000000 +-0.135742187500 +0.151367187500 +-0.002914428711 +0.151367187500 +-0.002395629883 +0.059326171875 +0.095703125000 +-0.345703125000 +-0.047851562500 +-0.057617187500 +-0.032226562500 +-0.082519531250 +-0.261718750000 +-0.156250000000 +-0.050537109375 +-0.017944335938 +-0.292968750000 +-0.004852294922 +-0.003097534180 +0.045166015625 +0.105957031250 +-0.092285156250 +-0.277343750000 +0.100097656250 +0.063964843750 +0.068847656250 +0.101562500000 +0.116699218750 +0.170898437500 +-0.160156250000 +-0.003341674805 +0.117675781250 +-0.404296875000 +-0.247070312500 +0.032958984375 +-0.171875000000 +-0.022338867188 +0.124023437500 +-0.129882812500 +-0.117187500000 +0.080566406250 +-0.012573242188 +-0.214843750000 +0.022949218750 +-0.069824218750 +0.011840820312 +0.139648437500 +-0.158203125000 +0.022216796875 +-0.007385253906 +0.123046875000 +0.076660156250 +-0.060791015625 +-0.020385742188 +0.052978515625 +0.088378906250 +-0.143554687500 +0.259765625000 +-0.199218750000 +-0.171875000000 +0.036376953125 +0.059326171875 +-0.064941406250 +-0.020996093750 +-0.025146484375 +-0.191406250000 +0.039306640625 +0.063476562500 +0.098144531250 +0.041748046875 +-0.075683593750 +-0.218750000000 +-0.055908203125 +0.095703125000 +-0.022338867188 +0.040283203125 +-0.283203125000 +-0.093261718750 +-0.265625000000 +-0.004486083984 +-0.143554687500 +0.037109375000 +-0.128906250000 +0.078613281250 +0.049316406250 +0.147460937500 +0.036376953125 +-0.041748046875 +0.208984375000 +-0.250000000000 +0.021240234375 +0.053955078125 +0.125000000000 +0.064453125000 +-0.057373046875 +-0.105957031250 +-0.058349609375 +-0.318359375000 +-0.292968750000 +-0.037841796875 +-0.001609802246 +-0.180664062500 +-0.167968750000 +-0.122070312500 +-0.051025390625 +-0.128906250000 +0.000804901123 +-0.087890625000 +0.056884765625 +0.060791015625 +-0.056396484375 +-0.112304687500 +0.040771484375 +-0.174804687500 +0.075683593750 +-0.082519531250 +0.079101562500 +-0.263671875000 +0.151367187500 +-0.002838134766 +-0.175781250000 +-0.100097656250 +0.110839843750 +-0.052978515625 +-0.109863281250 +-0.051269531250 +-0.016357421875 +-0.076171875000 +0.009216308594 +-0.031738281250 +0.000069141388 +0.048828125000 +-0.392578125000 +0.151367187500 +-0.033203125000 +0.117675781250 +-0.087890625000 +-0.016967773438 +0.018310546875 +-0.039306640625 +-0.210937500000 +0.060058593750 +-0.004302978516 +0.054687500000 +-0.134765625000 +-0.001358032227 +0.023803710938 +0.058349609375 +-0.154296875000 +-0.055419921875 +0.079101562500 +-0.308593750000 +-0.031250000000 +-0.217773437500 +0.145507812500 +0.091796875000 +0.020019531250 +0.043945312500 +-0.292968750000 +-0.103027343750 +-0.034667968750 +-0.169921875000 +-0.089355468750 +0.026000976562 +0.002410888672 +-0.029663085938 +-0.085449218750 +-0.224609375000 +0.056152343750 +-0.171875000000 +-0.008178710938 +-0.279296875000 +-0.026611328125 +0.013671875000 +0.154296875000 +-0.065429687500 +-0.036132812500 +-0.019653320312 +-0.172851562500 +-0.215820312500 +-0.099609375000 +0.094726562500 +-0.380859375000 +-0.126953125000 +0.041503906250 +-0.351562500000 +0.034423828125 +-0.009155273438 +-0.015258789062 +-0.078613281250 +-0.019653320312 +0.006805419922 +-0.439453125000 +0.057128906250 +0.044433593750 +-0.032470703125 +-0.197265625000 +0.044921875000 +0.030517578125 +-0.045898437500 +-0.090820312500 +-0.082031250000 +0.009277343750 +0.070800781250 +0.003021240234 +0.032226562500 +-0.053222656250 +-0.157226562500 +-0.207031250000 +-0.014099121094 +0.196289062500 +-0.115722656250 +0.124511718750 +-0.211914062500 +-0.007263183594 +-0.040039062500 +-0.135742187500 +0.310546875000 +0.009094238281 +-0.087890625000 +-0.158203125000 +0.125000000000 +-0.132812500000 +-0.065917968750 +-0.081054687500 +-0.535156250000 +-0.134765625000 +-0.050048828125 +-0.119140625000 +0.170898437500 +-0.087402343750 +-0.384765625000 +0.117675781250 +-0.157226562500 +0.018676757812 +-0.047119140625 +-0.095214843750 +-0.149414062500 +0.396484375000 +-0.178710937500 +-0.010498046875 +-0.019897460938 +0.124511718750 +0.104492187500 +0.033447265625 +0.154296875000 +0.082031250000 +-0.054687500000 +-0.050781250000 +-0.150390625000 +-0.096679687500 +-0.249023437500 +-0.186523437500 +-0.166015625000 +0.102050781250 +-0.045654296875 +-0.058593750000 +0.075683593750 +-0.104980468750 +0.188476562500 +-0.373046875000 +0.083984375000 +-0.040283203125 +0.003616333008 +0.036132812500 +0.195312500000 +-0.022216796875 +0.122070312500 +-0.184570312500 +0.102539062500 +-0.294921875000 +-0.068847656250 +-0.040771484375 +0.018310546875 +-0.011596679688 +-0.065917968750 +0.039794921875 +0.162109375000 +-0.201171875000 +-0.041503906250 +0.013549804688 +0.068359375000 +-0.134765625000 +0.024047851562 +-0.087890625000 +0.034667968750 +-0.250000000000 +-0.263671875000 +-0.160156250000 +-0.036132812500 +-0.075195312500 +-0.031127929688 +-0.033203125000 +0.277343750000 +-0.057861328125 +-0.298828125000 +-0.002609252930 +0.326171875000 +-0.235351562500 +0.068359375000 +-0.017578125000 +0.073730468750 +-0.039794921875 +-0.031005859375 +-0.129882812500 +-0.175781250000 +0.046630859375 +0.034179687500 +-0.330078125000 +-0.083496093750 +-0.020751953125 +-0.012756347656 +0.038085937500 +0.164062500000 +0.213867187500 +0.283203125000 +0.122070312500 +-0.006469726562 +-0.118164062500 +-0.012756347656 +-0.083496093750 +-0.011047363281 +0.151367187500 +0.192382812500 +0.183593750000 +-0.125000000000 +-0.027832031250 +-0.089843750000 +0.166015625000 +0.162109375000 +0.190429687500 +-0.060546875000 +-0.012512207031 +0.310546875000 +0.017944335938 +0.126953125000 +0.130859375000 +-0.122558593750 +-0.139648437500 +0.201171875000 +-0.091308593750 +-0.210937500000 +-0.125976562500 +0.045898437500 +-0.000530242920 +0.032226562500 +0.093261718750 +0.053222656250 +0.104492187500 +0.006988525391 +-0.296875000000 +-0.068847656250 +-0.150390625000 +-0.656250000000 +-0.072753906250 +-0.016601562500 +0.027099609375 +0.085937500000 +0.131835937500 +-0.589843750000 +-0.031005859375 +-0.032958984375 +0.063476562500 +0.013854980469 +0.143554687500 +-0.055664062500 +0.118652343750 +0.009643554688 +0.035156250000 +-0.000099182129 +-0.400390625000 +0.131835937500 +-0.071777343750 +-0.029296875000 +-0.208984375000 +0.095703125000 +-0.341796875000 +-0.300781250000 +-0.023803710938 +-0.310546875000 +0.093750000000 +-0.298828125000 +-0.111328125000 +-0.170898437500 +-0.071777343750 +-0.077148437500 +0.118652343750 +0.061523437500 +-0.148437500000 +-0.035888671875 +-0.011352539062 +-0.050537109375 +-0.075195312500 +0.108886718750 +0.047851562500 +0.064453125000 +0.050048828125 +0.074707031250 +-0.014587402344 +0.057373046875 +-0.100097656250 +0.165039062500 +0.055664062500 +-0.011230468750 +0.028808593750 +-0.157226562500 +-0.163085937500 +0.043212890625 +0.072265625000 +-0.095214843750 +-0.047607421875 +0.023193359375 +-0.083007812500 +-0.128906250000 +-0.027099609375 +-0.095214843750 +-0.139648437500 +0.055419921875 +-0.181640625000 +-0.043457031250 +0.008789062500 +0.011901855469 +-0.088378906250 +-0.147460937500 +0.150390625000 +0.044189453125 +0.025268554688 +-0.152343750000 +0.027465820312 +0.085449218750 +-0.108886718750 +0.027709960938 +0.067382812500 +-0.267578125000 +-0.373046875000 +-0.165039062500 +-0.008361816406 +-0.104492187500 +-0.150390625000 +-0.367187500000 +-0.108398437500 +0.012878417969 +0.066894531250 +-0.159179687500 +0.028564453125 +0.205078125000 +-0.041503906250 +-0.131835937500 +-0.198242187500 +0.008239746094 +0.008911132812 +-0.007141113281 +-0.241210937500 +-0.039062500000 +-0.003753662109 +0.168945312500 +0.010803222656 +0.037109375000 +-0.049804687500 +-0.117675781250 +-0.117187500000 +0.072265625000 +-0.088867187500 +-0.167968750000 +-0.263671875000 +-0.106445312500 +0.150390625000 +-0.207031250000 +-0.103515625000 +-0.011230468750 +-0.244140625000 +0.042236328125 +-0.040527343750 +-0.056640625000 +0.116210937500 +0.023559570312 +0.052001953125 +0.107421875000 +0.050781250000 +-0.044677734375 +-0.192382812500 +-0.148437500000 +0.014465332031 +-0.089843750000 +-0.062988281250 +0.002044677734 +0.020629882812 +-0.110351562500 +-0.042968750000 +-0.324218750000 +-0.114257812500 +0.081054687500 +0.049804687500 +0.102539062500 +-0.140625000000 +-0.053222656250 +-0.200195312500 +0.058349609375 +0.079589843750 +-0.063964843750 +0.056884765625 +-0.181640625000 +-0.110839843750 +0.159179687500 +0.092285156250 +0.158203125000 +-0.279296875000 +-0.225585937500 +0.201171875000 +0.103027343750 +0.094238281250 +-0.337890625000 +0.156250000000 +0.082519531250 +0.064453125000 +-0.117187500000 +0.065429687500 +0.083496093750 +-0.147460937500 +0.095214843750 +0.034423828125 +0.026977539062 +-0.064453125000 +-0.086425781250 +-0.037841796875 +-0.039550781250 +0.117187500000 +0.099121093750 +0.007690429688 +-0.175781250000 +-0.051025390625 +0.158203125000 +0.102539062500 +0.057373046875 +0.044921875000 +-0.168945312500 +-0.156250000000 +-0.104003906250 +-0.017700195312 +0.024291992188 +0.084960937500 +-0.074707031250 +-0.055664062500 +0.028320312500 +-0.104003906250 +-0.082031250000 +-0.060791015625 +0.000495910645 +-0.228515625000 +-0.082519531250 +0.080566406250 +0.022583007812 +-0.181640625000 +-0.100585937500 +-0.195312500000 +-0.056884765625 +0.030395507812 +0.069824218750 +-0.212890625000 +0.214843750000 +-0.190429687500 +0.073242187500 +0.104003906250 +-0.289062500000 +0.057373046875 +0.039306640625 +-0.021362304688 +-0.202148437500 +-0.234375000000 +-0.031250000000 +-0.030029296875 +0.041503906250 +-0.032470703125 +0.078613281250 +-0.080078125000 +-0.169921875000 +-0.294921875000 +-0.105957031250 +0.090332031250 +-0.144531250000 +-0.192382812500 +-0.000877380371 +-0.096191406250 +-0.032958984375 +-0.187500000000 +0.070312500000 +0.035644531250 +0.002914428711 +0.145507812500 +0.176757812500 +-0.042480468750 +-0.129882812500 +-0.179687500000 +-0.075683593750 +0.152343750000 +-0.027832031250 +0.029052734375 +0.066406250000 +0.047119140625 +-0.096191406250 +-0.133789062500 +-0.181640625000 +0.071777343750 +-0.044677734375 +-0.050781250000 +0.048095703125 +-0.183593750000 +0.041259765625 +-0.445312500000 +0.224609375000 +-0.073242187500 +0.054443359375 +-0.085449218750 +0.130859375000 +0.135742187500 +-0.158203125000 +0.145507812500 +0.304687500000 +0.107421875000 +0.072265625000 +0.072753906250 +-0.074218750000 +-0.140625000000 +0.053222656250 +-0.219726562500 +0.083007812500 +0.269531250000 +-0.239257812500 +-0.055175781250 +0.171875000000 +0.111328125000 +-0.041503906250 +0.205078125000 +0.039550781250 +-0.166015625000 +-0.542968750000 +-0.077148437500 +-0.138671875000 +0.013366699219 +0.003356933594 +0.097656250000 +-0.261718750000 +0.042236328125 +-0.078613281250 +0.078613281250 +0.031738281250 +0.085449218750 +0.206054687500 +0.143554687500 +-0.112304687500 +-0.102050781250 +-0.040527343750 +0.017089843750 +0.060791015625 +-0.006164550781 +-0.151367187500 +-0.026977539062 +-0.141601562500 +0.125000000000 +-0.013854980469 +-0.011474609375 +0.095214843750 +0.038330078125 +0.052490234375 +0.041503906250 +-0.122070312500 +0.096191406250 +0.093750000000 +0.030883789062 +0.013244628906 +-0.128906250000 +-0.001022338867 +-0.089843750000 +-0.213867187500 +0.084472656250 +-0.003234863281 +0.000324249268 +0.208007812500 +-0.012207031250 +-0.029418945312 +0.056396484375 +-0.796875000000 +-0.412109375000 +-0.104492187500 +0.084472656250 +-0.002151489258 +-0.093750000000 +0.070312500000 +0.109375000000 +-0.112792968750 +0.051025390625 +0.015991210938 +0.091308593750 +0.130859375000 +0.136718750000 +0.160156250000 +-0.287109375000 +-0.683593750000 +-0.121582031250 +0.343750000000 +0.102539062500 +-0.105957031250 +0.025512695312 +0.021606445312 +-0.126953125000 +-0.265625000000 +0.051025390625 +0.018920898438 +-0.021972656250 +0.062988281250 +0.026123046875 +-0.269531250000 +-0.406250000000 +-0.029785156250 +0.079589843750 +0.094726562500 +0.048095703125 +0.074707031250 +-0.231445312500 +-0.063476562500 +0.058593750000 +0.073242187500 +0.133789062500 +0.062500000000 +-0.006622314453 +0.072753906250 +-0.075683593750 +-0.020874023438 +-0.296875000000 +-0.155273437500 +0.087890625000 +0.057861328125 +0.007812500000 +-0.039062500000 +-0.396484375000 +0.107910156250 +-0.312500000000 +0.021850585938 +-0.041503906250 +-0.090332031250 +-0.076660156250 +-0.059082031250 +0.048828125000 +-0.255859375000 +-0.050292968750 +0.158203125000 +-0.249023437500 +0.127929687500 +0.039306640625 +0.070312500000 +-0.095703125000 +0.049804687500 +-0.451171875000 +-0.081542968750 +-0.105957031250 +-0.380859375000 +-0.025756835938 +0.040283203125 +0.062255859375 +0.077636718750 +-0.093750000000 +0.215820312500 +0.100585937500 +-0.226562500000 +-0.225585937500 +-0.133789062500 +0.011352539062 +-0.130859375000 +-0.099121093750 +0.020874023438 +0.152343750000 +0.010375976562 +0.175781250000 +-0.053466796875 +0.092773437500 +0.221679687500 +-0.135742187500 +-0.027465820312 +0.127929687500 +0.003219604492 +-0.100585937500 +0.124511718750 +-0.173828125000 +0.059570312500 +0.257812500000 +-0.017333984375 +0.059082031250 +-0.019531250000 +-0.128906250000 +0.033935546875 +0.104980468750 +-0.255859375000 +-0.382812500000 +0.210937500000 +0.026000976562 +-0.158203125000 +0.080078125000 +-0.026489257812 +-0.030517578125 +0.021362304688 +-0.263671875000 +-0.343750000000 +-0.055419921875 +-0.091308593750 +-0.081054687500 +0.004089355469 +-0.235351562500 +-0.250000000000 +0.042480468750 +0.034912109375 +0.024902343750 +-0.032714843750 +0.026123046875 +0.004791259766 +0.031982421875 +-0.189453125000 +-0.053466796875 +0.079589843750 +0.188476562500 +0.046875000000 +0.091796875000 +-0.054199218750 +0.037597656250 +0.002883911133 +-0.166992187500 +0.114257812500 +-0.186523437500 +-0.224609375000 +0.196289062500 +0.045654296875 +-0.104980468750 +0.060791015625 +0.169921875000 +-0.029541015625 +-0.000816345215 +0.102050781250 +-0.183593750000 +-0.173828125000 +-0.085937500000 +-0.050781250000 +0.059326171875 +0.133789062500 +-0.033691406250 +-0.055175781250 +-0.130859375000 +0.026367187500 +-0.133789062500 +-0.013244628906 +-0.063476562500 +0.084960937500 +-0.030761718750 +0.231445312500 +0.017211914062 +-0.079101562500 +0.018920898438 +-0.089355468750 +0.025024414062 +-0.172851562500 +-0.022460937500 +0.027343750000 +0.012023925781 +0.033691406250 +-0.000339508057 +-0.003402709961 +0.080078125000 +0.217773437500 +-0.357421875000 +-0.032714843750 +-0.155273437500 +-0.022827148438 +-0.058349609375 +-0.070800781250 +0.010559082031 +0.253906250000 +-0.027099609375 +-0.022949218750 +-0.072265625000 +-0.044677734375 +0.016723632812 +-0.078125000000 +-0.074707031250 +0.076171875000 +-0.068359375000 +-0.335937500000 +-0.022949218750 +-0.144531250000 +0.116699218750 +-0.112792968750 +0.146484375000 +-0.113769531250 +0.037109375000 +-0.406250000000 +0.031738281250 +-0.152343750000 +-0.090332031250 +-0.237304687500 +0.065917968750 +-0.162109375000 +0.137695312500 +0.059326171875 +0.229492187500 +0.117675781250 +-0.068847656250 +-0.187500000000 +-0.144531250000 +-0.058593750000 +-0.159179687500 +0.090332031250 +-0.038574218750 +0.004821777344 +0.003585815430 +-0.095703125000 +-0.300781250000 +0.051513671875 +0.036376953125 +-0.074218750000 +0.094238281250 +0.024902343750 +-0.034667968750 +-0.104492187500 +-0.057617187500 +-0.431640625000 +0.014038085938 +-0.109375000000 +0.054443359375 +-0.245117187500 +0.128906250000 +0.075683593750 +-0.053466796875 +0.160156250000 +0.044921875000 +0.026489257812 +0.122558593750 +-0.000308990479 +-0.143554687500 +0.189453125000 +-0.068359375000 +0.059082031250 +0.000587463379 +-0.326171875000 +-0.149414062500 +-0.074707031250 +-0.025268554688 +-0.049804687500 +-0.017333984375 +0.097167968750 +0.055419921875 +0.121093750000 +-0.135742187500 +0.040527343750 +-0.152343750000 +-0.287109375000 +-0.092285156250 +-0.281250000000 +0.128906250000 +-0.114257812500 +0.129882812500 +0.152343750000 +-0.147460937500 +-0.367187500000 +-0.166015625000 +-0.093750000000 +-0.052246093750 +0.105468750000 +0.026855468750 +0.068847656250 +0.124511718750 +0.056396484375 +-0.044433593750 +-0.009460449219 +-0.059814453125 +-0.025024414062 +0.008911132812 +-0.064453125000 +-0.040771484375 +-0.066406250000 +0.034423828125 +0.100585937500 +-0.044921875000 +0.095703125000 +0.053222656250 +-0.277343750000 +-0.053222656250 +0.019165039062 +0.112304687500 +0.271484375000 +0.133789062500 +0.061279296875 +-0.067871093750 +-0.004943847656 +-0.099121093750 +-0.104492187500 +-0.281250000000 +-0.640625000000 +-0.006408691406 +-0.055908203125 +-0.135742187500 +-0.008300781250 +-0.392578125000 +-0.244140625000 +0.004089355469 +0.101074218750 +0.012145996094 +-0.173828125000 +-0.141601562500 +0.035644531250 +-0.026977539062 +-0.118652343750 +-0.004821777344 +-0.052246093750 +0.127929687500 +-0.011352539062 +0.002029418945 +0.067382812500 +0.008605957031 +0.263671875000 +0.010437011719 +0.087402343750 +-0.273437500000 +-0.263671875000 +0.050048828125 +-0.137695312500 +0.166015625000 +-0.190429687500 +0.066894531250 +-0.172851562500 +0.041015625000 +-0.008178710938 +-0.193359375000 +-0.145507812500 +-0.163085937500 +0.022949218750 +-0.053466796875 +0.060058593750 +-0.211914062500 +-0.196289062500 +-0.244140625000 +0.024291992188 +-0.008605957031 +0.101074218750 +0.068847656250 +-0.008728027344 +0.125976562500 +0.079101562500 +0.019042968750 +-0.107421875000 +0.144531250000 +-0.205078125000 +0.012939453125 +-0.154296875000 +-0.292968750000 +-0.133789062500 +-0.192382812500 +-0.199218750000 +0.041992187500 +-0.078613281250 +-0.078125000000 +0.181640625000 +-0.101562500000 +0.121093750000 +0.066406250000 +-0.277343750000 +-0.084472656250 +0.073730468750 +0.056152343750 +-0.189453125000 +-0.065429687500 +-0.294921875000 +-0.289062500000 +-0.174804687500 +0.136718750000 +-0.104980468750 +0.052001953125 +-0.119140625000 +0.134765625000 +0.192382812500 +-0.011718750000 +0.126953125000 +-0.033935546875 +-0.043701171875 +0.014831542969 +0.101562500000 +0.060302734375 +-0.289062500000 +-0.075195312500 +0.176757812500 +-0.671875000000 +-0.133789062500 +-0.250000000000 +-0.005584716797 +0.067382812500 +-0.165039062500 +0.031127929688 +-0.122558593750 +0.030395507812 +-0.142578125000 +0.031738281250 +-0.020141601562 +0.076171875000 +0.016967773438 +0.000999450684 +0.045166015625 +-0.161132812500 +0.007812500000 +-0.179687500000 +0.066894531250 +-0.071289062500 +-0.190429687500 +-0.006134033203 +-0.140625000000 +-0.147460937500 +0.123535156250 +0.114257812500 +-0.062011718750 +0.050292968750 +0.155273437500 +-0.125000000000 +0.059082031250 +0.008117675781 +-0.048095703125 +-0.028930664062 +-0.365234375000 +0.050537109375 +-0.048828125000 +-0.115234375000 +-0.128906250000 +-0.067382812500 +-0.318359375000 +-0.168945312500 +0.061523437500 +0.082031250000 +0.209960937500 +0.160156250000 +-0.050781250000 +0.122070312500 +-0.237304687500 +-0.089843750000 +-0.071289062500 +-0.143554687500 +0.024658203125 +-0.021850585938 +-0.077148437500 +0.146484375000 +0.226562500000 +0.086425781250 +0.127929687500 +0.005981445312 +-0.030639648438 +-0.026733398438 +-0.052734375000 +0.082031250000 +0.125976562500 +-0.048583984375 +0.001091003418 +-0.109863281250 +0.066894531250 +-0.320312500000 +0.020874023438 +0.014465332031 +0.039794921875 +0.070312500000 +-0.089355468750 +0.019409179688 +0.070312500000 +-0.236328125000 +0.018432617188 +-0.226562500000 +-0.025878906250 +0.056640625000 +-0.223632812500 +-0.038818359375 +-0.072753906250 +-0.084960937500 +0.011047363281 +0.257812500000 +-0.047119140625 +-0.122558593750 +-0.378906250000 +0.030883789062 +0.079101562500 +0.108398437500 +0.024902343750 +-0.000694274902 +0.018920898438 +0.118164062500 +0.080078125000 +0.033691406250 +-0.027343750000 +-0.194335937500 +-0.277343750000 +0.088378906250 +0.078613281250 +-0.009277343750 +0.192382812500 +-0.002624511719 +-0.007568359375 +-0.165039062500 +0.059814453125 +0.005767822266 +-0.000023007393 +-0.021972656250 +-0.084472656250 +-0.304687500000 +0.034423828125 +-0.052246093750 +-0.151367187500 +-0.161132812500 +-0.142578125000 +0.057128906250 +0.182617187500 +0.223632812500 +-0.088378906250 +0.060302734375 +0.122558593750 +0.041259765625 +0.126953125000 +-0.142578125000 +0.063964843750 +-0.283203125000 +-0.116210937500 +-0.037597656250 +0.017456054688 +-0.133789062500 +0.002655029297 +-0.027099609375 +-0.210937500000 +-0.010253906250 +-0.140625000000 +-0.028198242188 +0.102050781250 +0.134765625000 +-0.109375000000 +0.092773437500 +-0.062500000000 +-0.024536132812 +-0.055908203125 +0.139648437500 +0.115722656250 +-0.049316406250 +-0.035644531250 +-0.235351562500 +-0.052978515625 +0.035888671875 +-0.031738281250 +0.007537841797 +0.000694274902 +0.001235961914 +-0.006072998047 +0.007598876953 +0.010253906250 +-0.018798828125 +0.063476562500 +-0.048828125000 +-0.099121093750 +-0.094726562500 +-0.023071289062 +0.023193359375 +0.117187500000 +0.025024414062 +-0.103027343750 +-0.008911132812 +-0.113769531250 +-0.371093750000 +-0.033691406250 +0.060058593750 +-0.213867187500 +-0.112792968750 +-0.112792968750 +0.111816406250 +-0.267578125000 +-0.037109375000 +-0.322265625000 +-0.107421875000 +0.029174804688 +0.040283203125 +-0.086425781250 +-0.134765625000 +0.085449218750 +-0.017944335938 +-0.035400390625 +-0.191406250000 +0.058593750000 +0.032470703125 +0.169921875000 +-0.091796875000 +-0.064453125000 +-0.004150390625 +-0.057861328125 +-0.026977539062 +-0.230468750000 +0.025268554688 +-0.015563964844 +0.055175781250 +0.156250000000 +-0.036376953125 +-0.099609375000 +0.035400390625 +-0.184570312500 +0.027587890625 +-0.125976562500 +-0.170898437500 +0.083007812500 +-0.095703125000 +0.156250000000 +0.052001953125 +-0.118164062500 +0.061035156250 +-0.304687500000 +-0.006866455078 +-0.038330078125 +0.071777343750 +0.104003906250 +0.108398437500 +0.030639648438 +0.078125000000 +0.130859375000 +0.096679687500 +-0.062500000000 +-0.061279296875 +0.062255859375 +-0.172851562500 +0.117675781250 +0.030273437500 +-0.251953125000 +-0.028320312500 +0.070312500000 +-0.150390625000 +-0.079589843750 +0.093261718750 +-0.084960937500 +-0.079589843750 +0.026733398438 +-0.139648437500 +-0.017822265625 +-0.130859375000 +-0.265625000000 +0.090332031250 +-0.082031250000 +0.077148437500 +-0.269531250000 +0.194335937500 +0.101074218750 +-0.269531250000 +-0.165039062500 +-0.234375000000 +-0.048583984375 +0.053955078125 +-0.126953125000 +0.048095703125 +-0.249023437500 +0.009216308594 +-0.026733398438 +0.109863281250 +-0.207031250000 +-0.047607421875 +0.104003906250 +0.097656250000 +0.050537109375 +-0.005828857422 +0.056152343750 +-0.515625000000 +-0.060546875000 +0.042724609375 +0.004791259766 +-0.025024414062 +0.173828125000 +-0.196289062500 +-0.014648437500 +-0.013549804688 +-0.186523437500 +-0.010925292969 +0.008972167969 +0.005645751953 +-0.038330078125 +-0.101562500000 +0.026733398438 +-0.198242187500 +-0.020019531250 +-0.070800781250 +-0.140625000000 +0.108886718750 +0.117675781250 +-0.081542968750 +-0.139648437500 +-0.002777099609 +0.134765625000 +0.050537109375 +-0.187500000000 +-0.185546875000 +-0.490234375000 +-0.123535156250 +-0.304687500000 +-0.006500244141 +0.156250000000 +-0.217773437500 +-0.204101562500 +0.064941406250 +-0.063964843750 +-0.147460937500 +-0.427734375000 +-0.091308593750 +0.065917968750 +0.037597656250 +-0.045166015625 +-0.031250000000 +0.180664062500 +0.076660156250 +-0.055908203125 +-0.124511718750 +0.174804687500 +-0.127929687500 +0.064941406250 +-0.201171875000 +0.056640625000 +0.125976562500 +0.057128906250 +-0.108398437500 +-0.447265625000 +-0.102539062500 +0.011901855469 +-0.314453125000 +0.030151367188 +-0.365234375000 +-0.074218750000 +-0.203125000000 +-0.057617187500 +-0.094238281250 +-0.263671875000 +0.081542968750 +0.208007812500 +-0.228515625000 +0.024658203125 +0.166992187500 +-0.044921875000 +0.054199218750 +-0.190429687500 +-0.101074218750 +0.027587890625 +-0.269531250000 +-0.130859375000 +0.265625000000 +-0.135742187500 +-0.273437500000 +-0.206054687500 +-0.002243041992 +0.014709472656 +0.075195312500 +-0.022583007812 +-0.043457031250 +0.079589843750 +-0.081054687500 +-0.114746093750 +-0.036621093750 +-0.107421875000 +0.026367187500 +-0.165039062500 +-0.199218750000 +0.113281250000 +0.033203125000 +0.030761718750 +-0.145507812500 +-0.036376953125 +-0.239257812500 +-0.058349609375 +-0.211914062500 +-0.373046875000 +-0.013488769531 +0.149414062500 +-0.062011718750 +-0.059326171875 +-0.017089843750 +-0.141601562500 +-0.265625000000 +0.166015625000 +-0.000698089600 +0.046875000000 +-0.191406250000 +0.020019531250 +-0.064453125000 +0.053955078125 +-0.043701171875 +-0.177734375000 +0.010864257812 +-0.035888671875 +0.219726562500 +0.072265625000 +-0.335937500000 +0.029418945312 +-0.188476562500 +-0.043701171875 +0.122070312500 +-0.164062500000 +0.018798828125 +-0.151367187500 +-0.004302978516 +0.079101562500 +-0.164062500000 +0.033203125000 +-0.024902343750 +-0.097656250000 +0.040283203125 +-0.030151367188 +-0.076660156250 +0.013122558594 +-0.214843750000 +0.063964843750 +-0.091796875000 +0.014526367188 +0.058593750000 +-0.071289062500 +-0.087402343750 +-0.058593750000 +0.027343750000 +-0.138671875000 +-0.028076171875 +-0.039062500000 +-0.142578125000 +-0.075195312500 +0.182617187500 +-0.273437500000 +0.007446289062 +-0.166992187500 +0.147460937500 +-0.102539062500 +0.075683593750 +0.052734375000 +-0.281250000000 +0.049560546875 +-0.166015625000 +0.038085937500 +0.014831542969 +-0.215820312500 +-0.239257812500 +0.125976562500 +-0.136718750000 +0.041259765625 +-0.068847656250 +0.137695312500 +0.002716064453 +-0.022338867188 +-0.003005981445 +0.004730224609 +0.030395507812 +-0.051269531250 +-0.052978515625 +0.088378906250 +0.068847656250 +-0.065917968750 +-0.194335937500 +0.012207031250 +-0.152343750000 +-0.010498046875 +-0.216796875000 +0.142578125000 +0.030761718750 +0.013305664062 +-0.015502929688 +-0.179687500000 +-0.156250000000 +0.075683593750 +0.042724609375 +0.092773437500 +0.043701171875 +0.036376953125 +-0.064941406250 +0.053222656250 +-0.149414062500 +-0.032958984375 +-0.308593750000 +-0.212890625000 +-0.136718750000 +-0.050048828125 +-0.017211914062 +0.099609375000 +-0.023071289062 +-0.263671875000 +0.044677734375 +-0.625000000000 +-1.179687500000 +-0.092773437500 +-0.000011503696 +0.026000976562 +0.045166015625 +0.105957031250 +-0.022827148438 +0.056884765625 +-0.042236328125 +0.082031250000 +-0.018432617188 +0.031494140625 +-0.273437500000 +0.135742187500 +0.031005859375 +-0.251953125000 +-0.142578125000 +0.034179687500 +-0.027465820312 +-0.102539062500 +0.052490234375 +0.067382812500 +0.039306640625 +-0.190429687500 +0.121093750000 +0.102539062500 +-0.047607421875 +0.051757812500 +0.106445312500 +-0.018188476562 +-0.080566406250 +0.069824218750 +0.083007812500 +0.073242187500 +0.055908203125 +-0.086425781250 +0.016845703125 +0.129882812500 +0.074218750000 +0.073730468750 +-0.034667968750 +0.048583984375 +0.003402709961 +0.020507812500 +0.066894531250 +0.030883789062 +-0.414062500000 +-0.048095703125 +-0.043457031250 +0.024169921875 +-0.223632812500 +-0.013061523438 +-0.018798828125 +-0.074218750000 +-0.088867187500 +-0.174804687500 +-0.398437500000 +-0.246093750000 +0.023315429688 +-0.283203125000 +-0.087402343750 +0.019287109375 +-0.149414062500 +0.390625000000 +-0.121093750000 +-0.072753906250 +0.010498046875 +0.124023437500 +0.211914062500 +-0.027343750000 +-0.015869140625 +0.154296875000 +-0.008117675781 +-0.016479492188 +0.091308593750 +-0.110351562500 +0.034667968750 +0.067382812500 +0.058349609375 +0.210937500000 +-0.326171875000 +-0.057128906250 +0.218750000000 +0.068847656250 +0.056396484375 +0.018676757812 +0.199218750000 +-0.060791015625 +0.037841796875 +0.131835937500 +0.109863281250 +0.027832031250 +-0.053466796875 +-0.000507354736 +-0.006317138672 +0.021606445312 +-0.063964843750 +0.092285156250 +0.016845703125 +0.172851562500 +-0.113281250000 +0.064453125000 +-0.097167968750 +0.119140625000 +0.080566406250 +0.129882812500 +-0.197265625000 +-0.042968750000 +0.116699218750 +-0.289062500000 +-0.005584716797 +0.145507812500 +0.013427734375 +-0.019775390625 +0.018310546875 +-0.030273437500 +-0.200195312500 +-0.111328125000 +-0.230468750000 +-0.324218750000 +-0.072753906250 +-0.130859375000 +0.000770568848 +-0.033203125000 +-0.097167968750 +-0.146484375000 +0.001075744629 +0.052734375000 +0.098144531250 +0.038330078125 +0.021484375000 +-0.125976562500 +0.023315429688 +-0.035888671875 +-0.078125000000 +0.163085937500 +-0.038818359375 +-0.139648437500 +0.105468750000 +0.152343750000 +0.008666992188 +0.032958984375 +0.057373046875 +0.103027343750 +-0.341796875000 +-0.488281250000 +-0.051025390625 +-0.257812500000 +0.097656250000 +0.010681152344 +-0.150390625000 +-0.028076171875 +0.010498046875 +0.058105468750 +-0.139648437500 +-0.279296875000 +-0.215820312500 +0.055664062500 +0.009826660156 +0.056396484375 +0.142578125000 +0.121582031250 +-0.302734375000 +0.088378906250 +0.001235961914 +0.031250000000 +0.052246093750 +-0.020263671875 +0.106445312500 +0.124511718750 +-0.033203125000 +-0.148437500000 +0.045410156250 +-0.083984375000 +-0.029541015625 +0.137695312500 +-0.057128906250 +0.028930664062 +-0.061279296875 +0.034179687500 +0.084960937500 +-0.157226562500 +0.032958984375 +-0.367187500000 +-0.478515625000 +-0.021362304688 +-0.038574218750 +-0.072753906250 +-0.030029296875 +0.021118164062 +-0.025756835938 +-0.095214843750 +-0.161132812500 +-0.040527343750 +0.170898437500 +0.056640625000 +-0.036621093750 +-0.106445312500 +-0.044433593750 +-0.107910156250 +-0.185546875000 +0.095703125000 +0.052490234375 +-0.064941406250 +-0.101562500000 +-0.129882812500 +-0.259765625000 +-0.045654296875 +-0.046386718750 +-0.103515625000 +-0.110839843750 +-0.032714843750 +0.088378906250 +-0.044433593750 +-0.127929687500 +-0.009460449219 +-0.105957031250 +-0.029296875000 +-0.111816406250 +-0.031494140625 +-0.054931640625 +0.010986328125 +-0.156250000000 +-0.004699707031 +-0.005126953125 +-0.166015625000 +-0.140625000000 +0.107910156250 +0.077148437500 +0.106445312500 +-0.032470703125 +-0.014587402344 +-0.082519531250 +-0.098144531250 +-0.096679687500 +0.102050781250 +-0.188476562500 +-0.158203125000 +-0.259765625000 +0.049072265625 +-0.396484375000 +-0.131835937500 +0.037109375000 +-0.032958984375 +0.145507812500 +-0.076171875000 +0.092773437500 +0.277343750000 +-0.091308593750 +0.013610839844 +0.138671875000 +0.073730468750 +-0.016845703125 +-0.046875000000 +0.052734375000 +-0.055175781250 +0.002899169922 +-0.028564453125 +-0.074707031250 +-0.131835937500 +-0.347656250000 +0.063964843750 +-0.099609375000 +-0.257812500000 +0.011291503906 +0.104492187500 +-0.181640625000 +-0.253906250000 +0.005340576172 +-0.209960937500 +0.012756347656 +-0.115234375000 +0.160156250000 +-0.235351562500 +0.040283203125 +0.049316406250 +-0.255859375000 +0.000471115112 +0.034667968750 +0.016845703125 +0.060058593750 +-0.008117675781 +0.052246093750 +-0.060546875000 +-0.128906250000 +-0.241210937500 +0.113281250000 +-0.066406250000 +0.074707031250 +0.251953125000 +0.132812500000 +0.053222656250 +-0.201171875000 +-0.216796875000 +-0.217773437500 +-0.257812500000 +-0.057617187500 +-0.055664062500 +-0.120117187500 +-0.037841796875 +-0.039062500000 +0.071289062500 +-0.117187500000 +-0.048828125000 +-0.242187500000 +-0.019287109375 +-0.228515625000 +-0.021606445312 +-0.033935546875 +-0.558593750000 +-0.063964843750 +-0.013000488281 +0.161132812500 +0.125000000000 +0.077148437500 +-0.021484375000 +-0.171875000000 +-0.047851562500 +0.072753906250 +-0.011108398438 +0.077636718750 +0.054199218750 +-0.417968750000 +-0.052734375000 +0.277343750000 +-0.018676757812 +0.018310546875 +-0.347656250000 +-0.006958007812 +-0.072265625000 +0.052246093750 +0.068847656250 +-0.078613281250 +-0.349609375000 +-0.056396484375 +0.059570312500 +0.097656250000 +-0.145507812500 +-0.273437500000 +0.146484375000 +-0.150390625000 +-0.069824218750 +-0.304687500000 +0.063476562500 +-0.001907348633 +-0.009765625000 +-0.068359375000 +-0.157226562500 +0.076660156250 +-0.187500000000 +-0.001464843750 +-0.279296875000 +0.012512207031 +0.017822265625 +-0.104492187500 +0.048095703125 +-0.039062500000 +-0.212890625000 +-0.201171875000 +0.042968750000 +0.075195312500 +-0.277343750000 +-0.095703125000 +-0.162109375000 +-0.484375000000 +0.084472656250 +-0.017944335938 +-0.150390625000 +0.008239746094 +-0.031127929688 +0.101074218750 +0.041259765625 +0.104003906250 +0.112792968750 +0.086425781250 +0.234375000000 +0.042968750000 +0.068847656250 +-0.091796875000 +-0.131835937500 +0.002777099609 +0.160156250000 +-0.064453125000 +0.036621093750 +-0.034912109375 +0.014282226562 +-0.113769531250 +0.153320312500 +-0.490234375000 +0.073730468750 +0.001350402832 +-0.390625000000 +0.133789062500 +0.139648437500 +-0.160156250000 +-0.597656250000 +-0.171875000000 +-0.139648437500 +0.090820312500 +-0.019165039062 +0.226562500000 +-0.347656250000 +0.138671875000 +0.158203125000 +-0.024047851562 +-0.112792968750 +-0.271484375000 +0.092285156250 +0.205078125000 +-0.330078125000 +0.145507812500 +-0.128906250000 +-0.062988281250 +0.087402343750 +0.106445312500 +-0.229492187500 +-0.027587890625 +-0.027709960938 +0.045898437500 +-0.062988281250 +-0.064941406250 +-0.053222656250 +-0.037841796875 +-0.261718750000 +-0.390625000000 +-0.173828125000 +-0.168945312500 +0.005157470703 +-0.105468750000 +0.079589843750 +-0.043945312500 +-0.130859375000 +-0.090820312500 +-0.004089355469 +0.130859375000 +-0.292968750000 +0.076171875000 +0.024291992188 +0.250000000000 +0.128906250000 +-0.002166748047 +0.093750000000 +-0.040771484375 +-0.222656250000 +-0.005859375000 +-0.038330078125 +-0.148437500000 +-0.054931640625 +0.078613281250 +-0.084472656250 +-0.173828125000 +-0.072753906250 +0.012634277344 +-0.146484375000 +0.036865234375 +-0.044921875000 +-0.022949218750 +0.177734375000 +-0.072753906250 +0.067871093750 +-0.257812500000 +-0.143554687500 +-0.089355468750 +-0.089355468750 +0.091796875000 +-0.203125000000 +-0.040527343750 +0.117187500000 +-0.302734375000 +0.000320434570 +-0.355468750000 +0.152343750000 +0.060058593750 +-0.095214843750 +-0.026000976562 +-0.034667968750 +0.118652343750 +-0.130859375000 +0.041259765625 +-0.212890625000 +-0.004272460938 +0.050292968750 +-0.088867187500 +0.012512207031 +-0.212890625000 +-0.016601562500 +-0.351562500000 +-0.085449218750 +-0.075195312500 +-0.081054687500 +0.039306640625 +-0.098144531250 +-0.343750000000 +-0.033447265625 +0.052490234375 +0.046875000000 +0.016357421875 +0.032714843750 +0.036621093750 +-0.219726562500 +0.062255859375 +0.057128906250 +-0.332031250000 +0.125000000000 +-0.038574218750 +-0.122070312500 +0.072265625000 +-0.080078125000 +-0.166015625000 +0.015258789062 +-0.020629882812 +-0.113769531250 +-0.216796875000 +0.021362304688 +-0.057861328125 +-0.035156250000 +0.132812500000 +-0.332031250000 +-0.071777343750 +0.106933593750 +0.121093750000 +-0.016723632812 +-0.223632812500 +-0.032958984375 +-0.028198242188 +-0.114257812500 +0.027221679688 +0.289062500000 +0.012756347656 +-0.289062500000 +-0.128906250000 +0.076171875000 +-0.154296875000 +-0.392578125000 +0.059814453125 +-0.199218750000 +-0.010437011719 +0.013977050781 +0.093261718750 +-0.012817382812 +0.106445312500 +-0.160156250000 +0.085449218750 +-0.061279296875 +0.024902343750 +0.039062500000 +-0.103515625000 +-0.115722656250 +-0.026123046875 +-0.005126953125 +-0.099121093750 +-0.007598876953 +0.018310546875 +0.091308593750 +-0.002838134766 +-0.218750000000 +0.169921875000 +0.106445312500 +0.047119140625 +0.115722656250 +-0.099609375000 +-0.086425781250 +-0.153320312500 +-0.061279296875 +-0.186523437500 +0.026245117188 +-0.238281250000 +0.057617187500 +0.092773437500 +-0.087402343750 +-0.092285156250 +-0.054687500000 +0.021728515625 +-0.500000000000 +0.147460937500 +0.283203125000 +-0.186523437500 +0.245117187500 +-0.029418945312 +0.017211914062 +0.112304687500 +0.023559570312 +-0.208007812500 +-0.031494140625 +0.005950927734 +-0.104492187500 +0.068847656250 +-0.037841796875 +0.194335937500 +0.247070312500 +0.073730468750 +0.140625000000 +0.216796875000 +-0.404296875000 +-0.182617187500 +-0.186523437500 +-0.127929687500 +-0.019409179688 +0.030883789062 +-0.089843750000 +-0.000031232834 +0.029052734375 +0.171875000000 +0.125976562500 +0.037109375000 +0.175781250000 +0.097167968750 +0.005920410156 +0.087890625000 +0.112304687500 +-0.161132812500 +0.015869140625 +-0.181640625000 +0.079589843750 +0.135742187500 +-0.104492187500 +0.232421875000 +0.131835937500 +-0.107910156250 +0.082519531250 +0.130859375000 +-0.083496093750 +-0.083007812500 +-0.147460937500 +-0.095214843750 +0.061767578125 +-0.040283203125 +0.042968750000 +-0.129882812500 +-0.051269531250 +-0.191406250000 +0.163085937500 +-0.267578125000 +-0.025756835938 +0.106445312500 +0.072265625000 +-0.042724609375 +-0.079589843750 +-0.156250000000 +0.148437500000 +-0.129882812500 +0.178710937500 +-0.267578125000 +0.052246093750 +-0.000602722168 +-0.003189086914 +-0.140625000000 +-0.016601562500 +0.041748046875 +-0.124023437500 +-0.110839843750 +0.041503906250 +0.053710937500 +-0.072753906250 +0.087890625000 +0.027343750000 +0.089355468750 +-0.824218750000 +-0.076171875000 +-0.209960937500 +-0.094726562500 +-0.211914062500 +0.148437500000 +0.082519531250 +0.028930664062 +-0.045898437500 +0.189453125000 +0.036376953125 +-0.114257812500 +0.092285156250 +0.046142578125 +-0.003417968750 +-0.085937500000 +0.127929687500 +0.011840820312 +0.096679687500 +0.139648437500 +0.179687500000 +0.113769531250 +-0.104003906250 +-0.095703125000 +-0.015136718750 +0.075195312500 +-0.345703125000 +-0.078125000000 +-0.207031250000 +-0.072753906250 +0.271484375000 +-0.108886718750 +-0.002090454102 +0.057861328125 +0.016723632812 +-0.228515625000 +0.041015625000 +-0.265625000000 +-0.032470703125 +-0.210937500000 +0.062988281250 +0.062988281250 +0.150390625000 +0.089355468750 +-0.371093750000 +0.037109375000 +0.109863281250 +0.003219604492 +0.004455566406 +0.105468750000 +0.129882812500 +-0.149414062500 +0.077148437500 +-0.007812500000 +-0.209960937500 +0.056152343750 +-0.006652832031 +0.065429687500 +0.105957031250 +0.107910156250 +-0.058593750000 +-0.027954101562 +0.005157470703 +-0.250000000000 +-0.451171875000 +-0.051757812500 +-0.191406250000 +0.105468750000 +-0.070312500000 +0.244140625000 +-0.093750000000 +-0.275390625000 +-0.067871093750 +0.030029296875 +-0.041503906250 +0.007568359375 +-0.152343750000 +0.076171875000 +0.051513671875 +-0.062500000000 +0.200195312500 +-0.216796875000 +0.076171875000 +-0.085449218750 +-0.163085937500 +-0.093750000000 +-0.190429687500 +0.096679687500 +0.069335937500 +-0.050292968750 +-0.332031250000 +-0.128906250000 +-0.018554687500 +0.092773437500 +0.088378906250 +0.049560546875 +-0.033691406250 +-0.063964843750 +-0.008483886719 +-0.035644531250 +-0.151367187500 +-0.166015625000 +-0.566406250000 +0.083007812500 +-0.051269531250 +-0.012084960938 +0.128906250000 +0.080566406250 +-0.223632812500 +-0.192382812500 +0.204101562500 +-0.062988281250 +0.022583007812 +0.035400390625 +-0.111816406250 +-0.049804687500 +-0.314453125000 +-0.251953125000 +0.125976562500 +0.234375000000 +0.118164062500 +-0.089843750000 +-0.065429687500 +-0.005371093750 +-0.077148437500 +0.210937500000 +0.022094726562 +-0.137695312500 +-0.419921875000 +0.039794921875 +-0.034423828125 +0.099609375000 +-0.100585937500 +0.003601074219 +0.179687500000 +-0.051513671875 +-0.024414062500 +-0.232421875000 +-0.020751953125 +0.022216796875 +0.061523437500 +0.029785156250 +0.182617187500 +-0.245117187500 +-0.029296875000 +-0.275390625000 +0.103027343750 +-0.147460937500 +0.064941406250 +0.073730468750 +0.065429687500 +-0.328125000000 +0.051269531250 +0.162109375000 +-0.040527343750 +-0.106445312500 +0.235351562500 +0.224609375000 +-0.231445312500 +0.049560546875 +-0.166015625000 +-0.001724243164 +-0.024047851562 +-0.004852294922 +-0.184570312500 +-0.053710937500 +-0.069824218750 +0.014953613281 +0.043457031250 +0.122558593750 +-0.052001953125 +-0.345703125000 +-0.045898437500 +-0.094238281250 +0.008483886719 +0.031738281250 +-0.240234375000 +-0.144531250000 +-0.306640625000 +-0.055419921875 +-0.285156250000 +-0.104492187500 +-0.113769531250 +0.008666992188 +0.120605468750 +0.058105468750 +-0.000965118408 +0.016967773438 +-0.310546875000 +0.009826660156 +-0.106445312500 +0.002044677734 +-0.136718750000 +0.140625000000 +-0.037841796875 +0.057373046875 +0.079589843750 +-0.107421875000 +-0.037353515625 +-0.004486083984 +-0.082031250000 +-0.230468750000 +-0.077148437500 +-0.057373046875 +-0.036132812500 +-0.046142578125 +-0.265625000000 +-0.000402450562 +0.120605468750 +-0.019531250000 +0.111816406250 +-0.515625000000 +0.083984375000 +-0.003997802734 +-0.072753906250 +-0.016967773438 +-0.285156250000 +0.061767578125 +-0.067871093750 +-0.039306640625 +-0.018920898438 +0.069335937500 +-0.177734375000 +-0.353515625000 +-0.087890625000 +0.017333984375 +-0.002075195312 +0.079589843750 +-0.010803222656 +-0.064453125000 +-0.347656250000 +-0.068359375000 +0.009155273438 +0.094238281250 +-0.241210937500 +0.181640625000 +-0.052978515625 +-0.433593750000 +0.152343750000 +-0.007202148438 +-0.108398437500 +0.020507812500 +-0.217773437500 +-0.244140625000 +0.055908203125 +-0.025390625000 +-0.217773437500 +0.240234375000 +-0.071289062500 +0.033691406250 +-0.632812500000 +-0.102539062500 +-0.015563964844 +-0.096191406250 +-0.026000976562 +0.157226562500 +0.047119140625 +0.216796875000 +0.094238281250 +-0.065429687500 +-0.466796875000 +0.083984375000 +0.135742187500 +0.007568359375 +0.100585937500 +-0.038574218750 +0.057373046875 +0.065917968750 +0.138671875000 +0.040527343750 +-0.302734375000 +-0.086914062500 +0.031494140625 +-0.163085937500 +-0.024902343750 +-0.171875000000 +0.100097656250 +0.064453125000 +-0.451171875000 +-0.079589843750 +-0.141601562500 +-0.542968750000 +0.019165039062 +-0.111816406250 +-0.013916015625 +-0.161132812500 +0.050292968750 +0.063476562500 +0.077636718750 +-0.011901855469 +-0.007354736328 +-0.055175781250 +0.001770019531 +-0.259765625000 +-0.585937500000 +-0.036865234375 +0.005676269531 +-0.211914062500 +-0.012207031250 +-0.001884460449 +-0.384765625000 +0.081054687500 +-0.215820312500 +0.007049560547 +-0.027465820312 +0.000440597534 +0.049072265625 +-0.028076171875 +0.064453125000 +-0.125976562500 +-0.020996093750 +-0.070312500000 +0.108886718750 +0.008972167969 +-0.014404296875 +0.077636718750 +-0.009277343750 +-0.150390625000 +-0.076660156250 +-0.240234375000 +-0.158203125000 +-0.064941406250 +-0.083496093750 +0.032958984375 +-0.125976562500 +-0.074218750000 +-0.098632812500 +0.035644531250 +-0.141601562500 +0.055419921875 +-0.059814453125 +0.038574218750 +-0.012145996094 +0.096679687500 +-0.058105468750 +0.126953125000 +-0.013854980469 +0.104492187500 +0.241210937500 +0.052490234375 +-0.117187500000 +0.007110595703 +-0.019775390625 +-0.115234375000 +0.138671875000 +-0.099121093750 +-0.085449218750 +-0.064453125000 +0.125976562500 +-0.251953125000 +0.074218750000 +-0.006774902344 +0.121093750000 +-0.104003906250 +-0.003616333008 +0.042480468750 +-0.006561279297 +0.118652343750 +0.102050781250 +-0.066894531250 +0.097656250000 +-0.112304687500 +-0.037597656250 +-0.151367187500 +-0.002792358398 +-0.056640625000 +0.333984375000 +-0.011230468750 +0.114257812500 +-0.255859375000 +0.121582031250 +-0.232421875000 +-0.130859375000 +-0.234375000000 +0.149414062500 +-0.157226562500 +-0.149414062500 +-0.093750000000 +-0.176757812500 +0.017211914062 +-0.043945312500 +-0.078125000000 +0.076660156250 +-0.223632812500 +0.057373046875 +0.092285156250 +-0.199218750000 +0.130859375000 +0.287109375000 +0.136718750000 +-0.036621093750 +-0.039550781250 +0.008850097656 +0.241210937500 +-0.112792968750 +-0.022338867188 +-0.221679687500 +-0.041992187500 +-0.179687500000 +0.178710937500 +0.042480468750 +-0.119140625000 +0.100585937500 +-0.131835937500 +0.081054687500 +0.127929687500 +0.125976562500 +0.073242187500 +-0.085449218750 +-0.170898437500 +-0.080566406250 +-0.109863281250 +-0.247070312500 +-0.234375000000 +0.179687500000 +-0.001358032227 +0.078613281250 +-0.059082031250 +0.113769531250 +0.076660156250 +0.094238281250 +0.025878906250 +0.378906250000 +0.117675781250 +-0.081054687500 +0.018310546875 +0.028076171875 +-0.197265625000 +-0.151367187500 +0.203125000000 +-0.146484375000 +-0.119140625000 +0.249023437500 +-0.084960937500 +-0.120117187500 +0.091308593750 +0.043212890625 +-0.022460937500 +-0.071777343750 +0.044189453125 +0.113769531250 +-0.068359375000 +-0.161132812500 +-0.132812500000 +-0.094726562500 +0.157226562500 +0.082519531250 +-0.054443359375 +-0.324218750000 +-0.020019531250 +-0.027465820312 +-0.013671875000 +-0.021606445312 +0.005828857422 +0.013122558594 +0.142578125000 +0.018676757812 +0.127929687500 +0.052978515625 +0.105468750000 +-0.294921875000 +0.050048828125 +-0.002761840820 +0.042968750000 +-0.182617187500 +0.147460937500 +-0.107421875000 +0.177734375000 +-0.042236328125 +-0.005828857422 +0.095703125000 +0.105957031250 +-0.000514984131 +0.036865234375 +-0.298828125000 +0.125976562500 +-0.063476562500 +-0.239257812500 +-0.156250000000 +0.201171875000 +0.055175781250 +-0.111816406250 +0.155273437500 +0.078125000000 +-0.103027343750 +0.026245117188 +0.002883911133 +0.038818359375 +-0.033447265625 +-0.135742187500 +0.206054687500 +-0.047119140625 +0.002624511719 +-0.156250000000 +0.261718750000 +-0.138671875000 +0.172851562500 +0.060058593750 +0.189453125000 +0.079101562500 +0.142578125000 +-0.149414062500 +0.085449218750 +-0.135742187500 +-0.114257812500 +0.166015625000 +-0.070312500000 +0.041259765625 +0.130859375000 +0.110351562500 +-0.003875732422 +-0.129882812500 +0.077636718750 +-0.042968750000 +-0.239257812500 +0.090332031250 +-0.049560546875 +0.154296875000 +-0.160156250000 +0.010986328125 +0.169921875000 +0.026489257812 +-0.049072265625 +-0.036621093750 +-0.179687500000 +0.160156250000 +0.092285156250 +-0.070800781250 +-0.032714843750 +-0.162109375000 +0.031494140625 +0.206054687500 +0.179687500000 +-0.043945312500 +-0.177734375000 +-0.056640625000 +0.022460937500 +-0.067382812500 +0.091308593750 +-0.035156250000 +-0.190429687500 +-0.247070312500 +-0.445312500000 +-0.135742187500 +-0.291015625000 +0.000082969666 +0.038818359375 +-0.000230789185 +0.085937500000 +-0.118164062500 +0.168945312500 +-0.145507812500 +-0.140625000000 +0.161132812500 +-0.263671875000 +0.119628906250 +-0.039794921875 +-0.010742187500 +0.081054687500 +0.083496093750 +-0.090820312500 +-0.398437500000 +-0.001274108887 +-0.244140625000 +-0.255859375000 +0.043212890625 +-0.148437500000 +-0.134765625000 +0.058837890625 +0.074707031250 +0.018798828125 +-0.103515625000 +-0.142578125000 +-0.163085937500 +-0.159179687500 +0.175781250000 +0.054443359375 +-0.138671875000 +0.237304687500 +-0.196289062500 +0.015869140625 +-0.022949218750 +0.075683593750 +0.070800781250 +-0.067382812500 +-0.322265625000 +-0.107421875000 +0.006561279297 +-0.199218750000 +-0.109863281250 +-0.589843750000 +-0.061767578125 +0.006378173828 +-0.004333496094 +0.103027343750 +-0.215820312500 +-0.010375976562 +-0.265625000000 +-0.125000000000 +-0.137695312500 +-0.151367187500 +-0.093261718750 +-0.044189453125 +-0.656250000000 +-0.084472656250 +0.178710937500 +-0.060302734375 +-0.014160156250 +-0.006622314453 +0.039794921875 +-0.109863281250 +-0.103515625000 +-0.007232666016 +-0.158203125000 +0.275390625000 +-0.148437500000 +-0.032470703125 +-0.076660156250 +-0.146484375000 +-0.022705078125 +0.012512207031 +-0.225585937500 +0.109863281250 +-0.225585937500 +-0.012023925781 +-0.006195068359 +0.050292968750 +-0.177734375000 +-0.180664062500 +-0.179687500000 +-0.062988281250 +0.025878906250 +-0.233398437500 +0.007995605469 +-0.104492187500 +-0.113281250000 +-0.078125000000 +-0.150390625000 +0.015319824219 +0.046630859375 +-0.449218750000 +-0.093750000000 +-0.077148437500 +-0.222656250000 +-0.020629882812 +-0.151367187500 +-0.145507812500 +0.010009765625 +-0.292968750000 +0.237304687500 +0.051513671875 +-0.175781250000 +0.200195312500 +-0.363281250000 +-0.059082031250 +0.144531250000 +0.022949218750 +-0.171875000000 +0.111816406250 +-0.004394531250 +0.125976562500 +-0.058349609375 +0.061279296875 +-0.013427734375 +-0.058349609375 +-0.010803222656 +0.154296875000 +0.006408691406 +0.131835937500 +0.118164062500 +0.164062500000 +0.029907226562 +0.049072265625 +-0.054931640625 +-0.061279296875 +-0.002746582031 +-0.036621093750 +0.025878906250 +-0.394531250000 +0.064453125000 +0.104003906250 +-0.085937500000 +-0.033203125000 +0.047363281250 +-0.140625000000 +-0.149414062500 +0.300781250000 +0.018188476562 +-0.067871093750 +-0.011413574219 +-0.010864257812 +-0.011413574219 +0.012634277344 +-0.161132812500 +0.026367187500 +0.204101562500 +0.076660156250 +0.138671875000 +0.131835937500 +-0.025024414062 +0.047607421875 +0.046142578125 +0.098144531250 +-0.032226562500 +0.143554687500 +0.091308593750 +0.107910156250 +0.035400390625 +-0.322265625000 +0.041259765625 +-0.041748046875 +-0.172851562500 +-0.086914062500 +-0.037841796875 +-0.114746093750 +-0.207031250000 +0.076660156250 +0.096679687500 +0.052001953125 +-0.093261718750 +0.029541015625 +-0.289062500000 +-0.092285156250 +0.127929687500 +0.006896972656 +0.026733398438 +0.126953125000 +-0.160156250000 +0.017700195312 +-0.074707031250 +-0.022094726562 +-0.042236328125 +0.083496093750 +0.085937500000 +-0.247070312500 +-0.132812500000 +0.014404296875 +0.095703125000 +-0.007537841797 +0.003524780273 +0.020629882812 +-0.052734375000 +-0.020141601562 +0.119628906250 +0.166015625000 +-0.013244628906 +-0.249023437500 +-0.074707031250 +-0.144531250000 +-0.243164062500 +-0.016601562500 +0.062255859375 +-0.062988281250 +0.061279296875 +0.113281250000 +-0.194335937500 +0.140625000000 +-0.030761718750 +-0.188476562500 +-0.097656250000 +-0.138671875000 +0.016723632812 +-0.289062500000 +-0.016967773438 +-0.273437500000 +-0.242187500000 +-0.145507812500 +0.153320312500 +-0.127929687500 +0.054199218750 +0.057373046875 +-0.066894531250 +-0.219726562500 +-0.328125000000 +0.053222656250 +-0.075195312500 +-0.320312500000 +-0.136718750000 +-0.036865234375 +-0.007110595703 +0.204101562500 +-0.033691406250 +-0.190429687500 +0.031982421875 +0.012390136719 +-0.079101562500 +0.214843750000 +-0.123535156250 +-0.103515625000 +-0.040283203125 +-0.367187500000 +-0.108398437500 +-0.460937500000 +-0.151367187500 +0.074707031250 +-0.164062500000 +0.355468750000 +-0.184570312500 +-0.332031250000 +-0.122558593750 +-0.002166748047 +0.112304687500 +-0.035644531250 +0.065429687500 +-0.042480468750 +0.157226562500 +0.046386718750 +0.099121093750 +0.045898437500 +0.089843750000 +-0.193359375000 +0.081542968750 +-0.014587402344 +-0.269531250000 +0.005218505859 +-0.012268066406 +0.035400390625 +-0.014038085938 +0.054687500000 +-0.378906250000 +0.036132812500 +0.028320312500 +-0.181640625000 +-0.030883789062 +-0.014953613281 +0.098144531250 +-0.425781250000 +-0.208007812500 +-0.034912109375 +-0.225585937500 +0.087402343750 +0.259765625000 +-0.186523437500 +0.115234375000 +0.187500000000 +0.031005859375 +-0.416015625000 +-0.214843750000 +0.086914062500 +-0.177734375000 +-0.208007812500 +-0.154296875000 +0.036376953125 +0.028320312500 +0.095703125000 +0.075195312500 +-0.209960937500 +-0.027709960938 +-0.130859375000 +-0.083007812500 +-0.050781250000 +-0.081054687500 +-0.064941406250 +-0.043212890625 +-0.353515625000 +-0.218750000000 +-0.223632812500 +-0.231445312500 +0.051513671875 +-0.040039062500 +-0.066894531250 +-0.390625000000 +0.044921875000 +-0.021362304688 +-0.096679687500 +-0.033691406250 +-0.015014648438 +-0.053710937500 +-0.047851562500 +-0.045166015625 +0.511718750000 +-0.226562500000 +0.109375000000 +-0.129882812500 +-0.008728027344 +0.026245117188 +0.046386718750 +0.126953125000 +-0.017700195312 +0.024414062500 +0.183593750000 +-0.066894531250 +0.035156250000 +0.231445312500 +0.020141601562 +-0.084472656250 +-0.238281250000 +-0.027099609375 +-0.011657714844 +-0.014587402344 +0.031982421875 +-0.294921875000 +-0.111328125000 +0.221679687500 +-0.195312500000 +0.007690429688 +-0.621093750000 +-0.141601562500 +0.015869140625 +-0.150390625000 +-0.025512695312 +-0.043701171875 +0.076171875000 +0.104003906250 +0.052978515625 +0.204101562500 +-0.058837890625 +0.024536132812 +0.059570312500 +0.024414062500 +0.083496093750 +0.125976562500 +-0.275390625000 +-0.033203125000 +-0.137695312500 +-0.008483886719 +-0.061523437500 +-0.159179687500 +-0.089355468750 +-0.046142578125 +-0.133789062500 +0.039794921875 +0.155273437500 +-0.148437500000 +-0.094238281250 +-0.121093750000 +-0.314453125000 +0.044921875000 +0.023437500000 +0.051513671875 +-0.062011718750 +-0.005706787109 +-0.052978515625 +0.014587402344 +-0.417968750000 +-0.059814453125 +-0.036865234375 +-0.200195312500 +-0.032714843750 +-0.055175781250 +-0.117675781250 +-0.019409179688 +-0.125000000000 +-0.119140625000 +-0.072753906250 +0.118652343750 +0.000055551529 +-0.410156250000 +0.222656250000 +-0.070312500000 +0.055664062500 +-0.123535156250 +0.018676757812 +0.075683593750 +-0.041015625000 +-0.185546875000 +0.018676757812 +-0.408203125000 +-0.151367187500 +-0.035400390625 +-0.353515625000 +-0.035400390625 +0.165039062500 +0.002059936523 +-0.285156250000 +-0.107421875000 +0.056396484375 +-0.028564453125 +-0.179687500000 +-0.202148437500 +-0.090332031250 +-0.099609375000 +0.108886718750 +-0.035156250000 +0.016601562500 +0.046630859375 +-0.204101562500 +-0.159179687500 +-0.044921875000 +0.042236328125 +0.102050781250 +0.012023925781 +0.030395507812 +-0.127929687500 +-0.105957031250 +0.039550781250 +-0.003524780273 +-0.004791259766 +-0.197265625000 +0.033691406250 +-0.045410156250 +0.106933593750 +-0.008483886719 +0.090820312500 +-0.041503906250 +0.039550781250 +0.088867187500 +-0.298828125000 +-0.083007812500 +0.060546875000 +-0.010986328125 +-0.001739501953 +-0.050048828125 +0.126953125000 +-0.032470703125 +-0.566406250000 +-0.133789062500 +0.000444412231 +0.035888671875 +0.024047851562 +0.079101562500 +0.068847656250 +-0.222656250000 +0.066406250000 +0.019165039062 +0.069335937500 +0.014099121094 +-0.164062500000 +-0.093261718750 +-0.075195312500 +0.071777343750 +-0.141601562500 +0.211914062500 +0.092773437500 +0.073730468750 +0.067871093750 +0.190429687500 +-0.072753906250 +-0.312500000000 +0.031982421875 +0.026123046875 +0.055419921875 +-0.396484375000 +-0.134765625000 +-0.206054687500 +-0.096679687500 +-0.008605957031 +-0.003295898438 +-0.064453125000 +-0.201171875000 +-0.031982421875 +-0.076171875000 +0.060058593750 +0.056396484375 +-0.042480468750 +0.133789062500 +-0.125976562500 +-0.162109375000 +-0.032226562500 +0.034179687500 +0.030273437500 +0.067871093750 +-0.067871093750 +0.101562500000 +-0.067871093750 +-0.013916015625 +-0.094238281250 +0.129882812500 +-0.014099121094 +-0.125976562500 +-0.189453125000 +0.114257812500 +0.246093750000 +-0.084472656250 +-0.031494140625 +0.122070312500 +-0.092285156250 +-0.173828125000 +-0.073730468750 +-0.030273437500 +0.125000000000 +-0.104003906250 +-0.097656250000 +0.147460937500 +-0.111816406250 +-0.181640625000 +0.061035156250 +-0.046875000000 +-0.148437500000 +-0.069824218750 +-0.030395507812 +0.096679687500 +-0.018798828125 +-0.103515625000 +-0.291015625000 +-0.068847656250 +-0.242187500000 +0.157226562500 +-0.114257812500 +0.023315429688 +0.064941406250 +-0.016845703125 +0.251953125000 +-0.098144531250 +-0.003189086914 +0.115234375000 +0.119628906250 +-0.047607421875 +-0.047119140625 +0.074707031250 +-0.073242187500 +0.011352539062 +-0.220703125000 +0.003738403320 +0.017578125000 +-0.027343750000 +0.067871093750 +-0.439453125000 +-0.150390625000 +-0.094238281250 +-0.057617187500 +-0.061767578125 +-0.069335937500 +-0.206054687500 +-0.101074218750 +-0.190429687500 +0.005157470703 +0.147460937500 +0.038085937500 +0.160156250000 +-0.049560546875 +-0.075683593750 +-0.108886718750 +0.149414062500 +0.124023437500 +-0.328125000000 +-0.131835937500 +0.079589843750 +-0.060791015625 +-0.031127929688 +0.064453125000 +0.043457031250 +-0.077148437500 +-0.069824218750 +-0.408203125000 +-0.061035156250 +-0.008911132812 +0.063476562500 +0.171875000000 +0.150390625000 +-0.152343750000 +0.121093750000 +0.088378906250 +0.100097656250 +0.039306640625 +-0.376953125000 +0.037109375000 +0.045410156250 +0.072265625000 +-0.194335937500 +0.123535156250 +0.080566406250 +-0.089355468750 +0.095214843750 +0.108398437500 +-0.114746093750 +-0.310546875000 +0.088378906250 +-0.224609375000 +0.046386718750 +-0.069335937500 +-0.075683593750 +-0.161132812500 +-0.023071289062 +-0.049804687500 +0.096191406250 +0.058593750000 +-0.016357421875 +-0.036376953125 +-0.017578125000 +-0.173828125000 +-0.056640625000 +-0.028564453125 +-0.013732910156 +0.120605468750 +0.010131835938 +0.065429687500 +-0.022094726562 +-0.234375000000 +0.067871093750 +0.047119140625 +0.122070312500 +-0.253906250000 +0.031005859375 +-0.010070800781 +0.044677734375 +0.051757812500 +0.005950927734 +-0.108398437500 +0.349609375000 +-0.236328125000 +-0.057128906250 +-0.015441894531 +-0.128906250000 +-0.197265625000 +-0.047851562500 +-0.057617187500 +-0.033691406250 +-0.057861328125 +-0.143554687500 +-0.069824218750 +-0.044921875000 +0.051269531250 +-0.369140625000 +-0.058593750000 +-0.101074218750 +-0.007354736328 +-0.108398437500 +0.221679687500 +0.015441894531 +-0.111816406250 +0.140625000000 +-0.083007812500 +-0.298828125000 +0.245117187500 +-0.144531250000 +-0.052246093750 +-0.009643554688 +-0.031494140625 +0.051269531250 +0.098144531250 +-0.021362304688 +0.113281250000 +-0.056396484375 +-0.105468750000 +-0.205078125000 +0.088378906250 +-0.053955078125 +-0.146484375000 +0.027343750000 +-0.349609375000 +0.005035400391 +0.060791015625 +-0.054443359375 +-0.066894531250 +0.131835937500 +0.005065917969 +-0.060546875000 +-0.146484375000 +-0.127929687500 +0.116699218750 +-0.054931640625 +-0.011718750000 +-0.091308593750 +-0.137695312500 +-0.065429687500 +-0.365234375000 +0.013122558594 +-0.046142578125 +-0.343750000000 +-0.065917968750 +-0.042480468750 +-0.128906250000 +-0.244140625000 +0.034179687500 +0.135742187500 +-0.006469726562 +0.043457031250 +-0.198242187500 +-0.091796875000 +-0.036865234375 +-0.223632812500 +0.061279296875 +0.057373046875 +-0.292968750000 +-0.337890625000 +-0.208007812500 +-0.449218750000 +-0.210937500000 +0.080566406250 +-0.103027343750 +-0.285156250000 +0.042480468750 +0.019897460938 +-0.028930664062 +0.082519531250 +-0.144531250000 +-0.166992187500 +-0.044189453125 +-0.000610351562 +-0.086425781250 +0.120605468750 +0.112304687500 +-0.055419921875 +-0.009277343750 +0.136718750000 +0.140625000000 +-0.014038085938 +-0.017944335938 +-0.175781250000 +0.091308593750 +-0.052246093750 +0.054931640625 +-0.032958984375 +-0.349609375000 +-0.050781250000 +0.008178710938 +-0.314453125000 +-0.032958984375 +-0.267578125000 +0.038818359375 +0.002182006836 +0.041748046875 +-0.139648437500 +0.068359375000 +-0.208984375000 +0.049316406250 +-0.174804687500 +-0.014953613281 +0.098632812500 +0.017211914062 +0.128906250000 +0.002899169922 +0.012512207031 +0.046386718750 +-0.310546875000 +-0.023559570312 +-0.234375000000 +-0.847656250000 +-0.267578125000 +0.083984375000 +-0.023193359375 +0.177734375000 +0.032226562500 +-0.324218750000 +0.081542968750 +-1.484375000000 +-0.482421875000 +-0.065429687500 +0.107910156250 +0.017578125000 +0.028564453125 +0.182617187500 +-0.017211914062 +-0.043701171875 +0.013732910156 +0.255859375000 +-0.050781250000 +0.007995605469 +0.048828125000 +0.105957031250 +-0.257812500000 +-0.349609375000 +-0.118164062500 +-0.017944335938 +0.130859375000 +-0.204101562500 +0.034667968750 +-0.094238281250 +-0.046386718750 +-0.131835937500 +0.015258789062 +0.044921875000 +0.069824218750 +0.130859375000 +-0.027465820312 +-0.047607421875 +0.056152343750 +0.100097656250 +0.028686523438 +-0.016357421875 +0.184570312500 +0.030639648438 +-0.110351562500 +0.179687500000 +0.028686523438 +0.081542968750 +0.078613281250 +0.064941406250 +0.004119873047 +-0.098632812500 +0.112304687500 +-0.337890625000 +-0.392578125000 +-0.031738281250 +-0.165039062500 +0.017333984375 +-0.116210937500 +0.031005859375 +-0.038330078125 +-0.125000000000 +-0.044921875000 +-0.059814453125 +-0.142578125000 +0.080566406250 +0.019531250000 +-0.149414062500 +0.002258300781 +0.005340576172 +-0.182617187500 +0.151367187500 +0.042968750000 +-0.212890625000 +-0.300781250000 +-0.083496093750 +-0.486328125000 +-0.072753906250 +0.068359375000 +-0.298828125000 +-0.347656250000 +-0.067382812500 +0.138671875000 +-0.007476806641 +0.051269531250 +-0.101074218750 +-0.077636718750 +-0.107910156250 +0.126953125000 +0.104003906250 +-0.045898437500 +0.129882812500 +0.054443359375 +-0.068847656250 +-0.431640625000 +0.091308593750 +-0.008178710938 +0.135742187500 +-0.126953125000 +0.111816406250 +0.095703125000 +0.030761718750 +-0.072265625000 +-0.196289062500 +0.086914062500 +-0.071777343750 +-0.013549804688 +0.014648437500 +-0.088867187500 +-0.283203125000 +-0.122070312500 +-0.460937500000 +-0.041748046875 +-0.326171875000 +-0.660156250000 +0.127929687500 +-0.250000000000 +0.127929687500 +-0.062500000000 +-0.082031250000 +-0.053466796875 +-0.195312500000 +-0.092285156250 +-0.090820312500 +0.081542968750 +-0.193359375000 +-0.052734375000 +-0.057128906250 +-0.060058593750 +-0.047363281250 +0.158203125000 +-0.190429687500 +-0.073242187500 +0.154296875000 +-0.080078125000 +0.165039062500 +-0.033447265625 +-0.550781250000 +-0.121093750000 +-0.159179687500 +-0.265625000000 +-0.235351562500 +0.028808593750 +-0.267578125000 +-0.269531250000 +0.045654296875 +0.077636718750 +0.035400390625 +-0.027099609375 +-0.032714843750 +-0.039306640625 +-0.283203125000 +0.099121093750 +0.084960937500 +-0.003997802734 +0.067871093750 +-0.171875000000 +0.065429687500 +-0.527343750000 +-0.018188476562 +0.071777343750 +0.048828125000 +-0.164062500000 +-0.052246093750 +0.112304687500 +0.127929687500 +0.040771484375 +-0.025390625000 +-0.072265625000 +-0.002655029297 +-0.061523437500 +-0.080078125000 +-0.746093750000 +-0.118652343750 +-0.128906250000 +-0.025512695312 +0.005126953125 +-0.169921875000 +-0.016601562500 +0.072265625000 +-0.171875000000 +-0.045898437500 +0.063964843750 +-0.066406250000 +0.047607421875 +0.008300781250 +0.053955078125 +0.066406250000 +-0.069824218750 +-0.223632812500 +-0.045166015625 +-0.585937500000 +-0.062500000000 +0.112304687500 +-0.006744384766 +-0.205078125000 +-0.145507812500 +-0.310546875000 +0.020385742188 +-0.083007812500 +0.043945312500 +-0.062011718750 +-0.016479492188 +-0.071777343750 +-0.064453125000 +-0.094726562500 +0.179687500000 +-0.151367187500 +-0.016479492188 +-0.253906250000 +0.043457031250 +-0.105468750000 +0.019775390625 +0.020874023438 +0.003067016602 +0.149414062500 +-0.201171875000 +0.016479492188 +-0.156250000000 +-0.159179687500 +0.114746093750 +0.178710937500 +-0.091796875000 +-0.137695312500 +0.027954101562 +0.114746093750 +-0.011535644531 +-0.023681640625 +0.116699218750 +-0.016479492188 +-0.161132812500 +-0.090820312500 +0.034912109375 +0.008361816406 +-0.257812500000 +0.074707031250 +0.007659912109 +-0.062500000000 +0.017211914062 +0.048583984375 +0.155273437500 +-0.221679687500 +0.098632812500 +-0.080078125000 +-0.070312500000 +-0.024047851562 +-0.063964843750 +-0.143554687500 +0.083496093750 +0.000112533569 +0.091308593750 +-0.017333984375 +0.041503906250 +-0.006896972656 +-0.006652832031 +-0.161132812500 +0.019775390625 +0.047363281250 +0.073242187500 +-0.181640625000 +-0.141601562500 +-0.070800781250 +-0.375000000000 +-0.277343750000 +-0.052001953125 +-0.079589843750 +-0.056640625000 +0.047363281250 +-0.110351562500 +0.010498046875 +0.001655578613 +0.015625000000 +0.028320312500 +0.037109375000 +-0.117675781250 +-0.140625000000 +-0.087402343750 +0.048828125000 +-0.153320312500 +0.119628906250 +0.125000000000 +-0.029418945312 +0.080566406250 +0.149414062500 +0.027709960938 +-0.072265625000 +-0.020751953125 +0.054687500000 +-0.232421875000 +-0.062011718750 +-0.217773437500 +-0.298828125000 +-0.100097656250 +0.178710937500 +-0.017700195312 +-0.093261718750 +-0.005065917969 +-0.020751953125 +-0.014709472656 +0.061523437500 +0.063964843750 +-0.008117675781 +-0.030639648438 +-0.151367187500 +-0.008911132812 +-0.018554687500 +0.055419921875 +-0.021728515625 +0.038085937500 +-0.188476562500 +-0.015136718750 +-0.120117187500 +0.079101562500 +-0.263671875000 +0.050537109375 +-0.045410156250 +0.078613281250 +0.135742187500 +0.052978515625 +0.063964843750 +0.013000488281 +-0.006317138672 +0.008239746094 +0.097656250000 +-0.068847656250 +0.060302734375 +0.042724609375 +-0.188476562500 +-0.079589843750 +0.107910156250 +0.023803710938 +-0.039062500000 +0.039062500000 +0.021728515625 +-0.036621093750 +0.099121093750 +0.076660156250 +-0.070800781250 +0.059570312500 +-0.109863281250 +-0.227539062500 +-0.380859375000 +-0.017822265625 +0.051757812500 +0.084472656250 +0.054931640625 +0.162109375000 +0.042724609375 +-0.052490234375 +0.124511718750 +0.050048828125 +-0.289062500000 +-0.210937500000 +0.013610839844 +-0.209960937500 +-0.263671875000 +0.101562500000 +0.002716064453 +0.096191406250 +0.171875000000 +-0.187500000000 +-0.024291992188 +-0.142578125000 +-0.068847656250 +-0.138671875000 +0.104980468750 +0.025512695312 +0.123535156250 +0.006866455078 +0.121582031250 +0.099609375000 +-0.337890625000 +0.030517578125 +-0.271484375000 +0.101562500000 +0.038818359375 +0.057617187500 +-0.104980468750 +0.028686523438 +-0.034179687500 +0.015869140625 +0.043945312500 +-0.062500000000 +-0.118652343750 +0.105468750000 +-0.006378173828 +-0.095703125000 +0.096679687500 +-0.036132812500 +-0.116210937500 +-0.104003906250 +-0.277343750000 +0.020385742188 +-0.062988281250 +0.109375000000 +0.062988281250 +0.102539062500 +0.249023437500 +-0.071289062500 +0.105468750000 +0.101074218750 +0.134765625000 +-0.328125000000 +0.026123046875 +-0.048339843750 +-0.020874023438 +-0.041992187500 +-0.005310058594 +-0.084960937500 +-0.076171875000 +0.081054687500 +0.105468750000 +0.047119140625 +0.088378906250 +0.033691406250 +0.027832031250 +-0.031250000000 +-0.055175781250 +-0.142578125000 +-0.289062500000 +-0.036376953125 +0.097167968750 +0.012207031250 +0.050537109375 +-0.054199218750 +-0.094726562500 +-0.100585937500 +-0.000135421753 +0.128906250000 +0.011657714844 +0.002731323242 +0.043212890625 +-0.068847656250 +-0.011779785156 +0.072265625000 +-0.064453125000 +0.111328125000 +-0.255859375000 +-0.024658203125 +-0.050781250000 +-0.010192871094 +0.022705078125 +0.010864257812 +0.070800781250 +-0.096679687500 +-0.177734375000 +-0.031005859375 +0.157226562500 +-0.068359375000 +0.068847656250 +0.026733398438 +-0.040771484375 +0.077148437500 +-0.014892578125 +-0.034667968750 +-0.084960937500 +-0.242187500000 +-0.226562500000 +0.054443359375 +-0.219726562500 +-0.234375000000 +0.129882812500 +-0.121093750000 +-0.235351562500 +0.002777099609 +0.099609375000 +-0.039306640625 +-0.007049560547 +-0.178710937500 +-0.058105468750 +0.038085937500 +-0.080566406250 +-0.043457031250 +-0.318359375000 +-0.121093750000 +0.049804687500 +0.042724609375 +0.010131835938 +-0.231445312500 +-0.064453125000 +-0.147460937500 +-0.015991210938 +-0.208984375000 +-0.139648437500 +0.055175781250 +0.012695312500 +0.093261718750 +-0.113769531250 +0.187500000000 +-0.029541015625 +-0.292968750000 +0.134765625000 +0.080566406250 +0.141601562500 +0.124511718750 +-0.132812500000 +0.016723632812 +-0.198242187500 +0.014831542969 +-0.094726562500 +-0.183593750000 +-0.153320312500 +-0.073242187500 +-0.055175781250 +0.088867187500 +-0.279296875000 +-0.020629882812 +0.064941406250 +0.045654296875 +0.111816406250 +0.037597656250 +-0.024291992188 +-0.017456054688 +0.078613281250 +0.074707031250 +0.074707031250 +-0.124023437500 +0.082519531250 +0.015319824219 +0.283203125000 +-0.031738281250 +0.096191406250 +-0.170898437500 +0.087402343750 +0.026245117188 +0.133789062500 +-0.166992187500 +0.071289062500 +0.065917968750 +-0.086425781250 +0.048828125000 +0.033203125000 +-0.107421875000 +-0.182617187500 +0.081054687500 +-0.113769531250 +-0.058593750000 +0.064941406250 +0.104492187500 +0.073242187500 +-0.013977050781 +0.147460937500 +0.094238281250 +-0.118164062500 +-0.220703125000 +-0.017578125000 +0.224609375000 +-0.209960937500 +0.113769531250 +-0.251953125000 +-0.076171875000 +0.029174804688 +0.057617187500 +0.049072265625 +0.023071289062 +-0.094726562500 +0.068359375000 +-0.281250000000 +-0.281250000000 +0.029541015625 +-0.002471923828 +-0.065917968750 +0.134765625000 +-0.055175781250 +-0.378906250000 +-0.373046875000 +0.003417968750 +0.142578125000 +-0.065917968750 +0.154296875000 +-0.234375000000 +-0.025268554688 +0.066894531250 +0.093750000000 +-0.091308593750 +-0.259765625000 +0.137695312500 +-0.032226562500 +-0.029785156250 +0.113769531250 +-0.046875000000 +-0.080078125000 +-0.019165039062 +0.147460937500 +-0.123535156250 +-0.009277343750 +-0.059082031250 +-0.037841796875 +0.111328125000 +-0.210937500000 +-0.042236328125 +0.195312500000 +0.040039062500 +0.121582031250 +-0.087402343750 +-0.008544921875 +0.015747070312 +0.046630859375 +-0.018066406250 +0.275390625000 +-0.105468750000 +0.097656250000 +0.052734375000 +-0.010620117188 +-0.039306640625 +-0.041503906250 +0.086425781250 +-0.194335937500 +0.049560546875 +-0.144531250000 +0.192382812500 +-0.371093750000 +0.031738281250 +-0.204101562500 +0.100585937500 +0.046630859375 +0.150390625000 +-0.104492187500 +-0.052246093750 +-0.138671875000 +0.060058593750 +0.071777343750 +0.090820312500 +0.160156250000 +-0.119140625000 +0.062988281250 +-0.099609375000 +-0.176757812500 +0.021362304688 +0.009155273438 +-0.001945495605 +0.114257812500 +-0.164062500000 +0.144531250000 +-0.345703125000 +0.040771484375 +-0.133789062500 +-0.281250000000 +-0.150390625000 +-0.314453125000 +-0.200195312500 +-0.045898437500 +0.104980468750 +-0.086425781250 +-0.042480468750 +-0.069335937500 +0.104003906250 +-0.031738281250 +-0.064941406250 +-0.001495361328 +-0.228515625000 +0.042724609375 +-0.198242187500 +0.178710937500 +0.001411437988 +0.008666992188 +-0.077148437500 +-0.129882812500 +0.135742187500 +-0.076171875000 +-0.022705078125 +-0.083496093750 +0.095703125000 +0.099121093750 +-0.088378906250 +0.054443359375 +-0.018920898438 +0.092285156250 +-0.053710937500 +-0.011962890625 +-0.166015625000 +0.078613281250 +-0.052246093750 +0.090820312500 +0.038818359375 +-0.057617187500 +-0.086914062500 +0.135742187500 +0.017089843750 +-0.102539062500 +0.055908203125 +0.001083374023 +-0.227539062500 +0.162109375000 +-0.223632812500 +0.131835937500 +-0.036865234375 +0.080566406250 +-0.019897460938 +-0.304687500000 +-0.431640625000 +0.007385253906 +0.038330078125 +-0.188476562500 +-0.312500000000 +-0.241210937500 +0.028320312500 +0.013122558594 +0.021728515625 +-0.003097534180 +-0.072265625000 +-0.063476562500 +-0.208984375000 +-0.400390625000 +-0.135742187500 +0.029663085938 +0.003540039062 +-0.012329101562 +-0.112304687500 +-0.134765625000 +0.147460937500 +-0.302734375000 +-0.049560546875 +-0.378906250000 +-0.133789062500 +0.113769531250 +0.095214843750 +-0.059082031250 +-0.240234375000 +-0.059326171875 +0.122558593750 +-0.040527343750 +-0.020263671875 +0.072265625000 +0.003555297852 +-0.005401611328 +-0.001831054688 +-0.217773437500 +-0.011291503906 +-0.308593750000 +0.023193359375 +-0.158203125000 +0.041748046875 +-0.042236328125 +-0.126953125000 +-0.166015625000 +-0.020751953125 +0.001876831055 +-0.443359375000 +0.013061523438 +0.050537109375 +-0.121582031250 +-0.134765625000 +-0.091796875000 +0.007995605469 +0.055419921875 +-0.062500000000 +0.057861328125 +-0.119140625000 +0.263671875000 +-0.206054687500 +0.082031250000 +0.021240234375 +0.104980468750 +0.036132812500 +0.019531250000 +-0.171875000000 +0.040039062500 +-0.088378906250 +0.069824218750 +0.068847656250 +0.012084960938 +-0.103027343750 +0.115234375000 +0.063476562500 +0.059570312500 +-0.235351562500 +-0.145507812500 +-0.075195312500 +-0.096191406250 +-0.083984375000 +0.114746093750 +0.074707031250 +-0.193359375000 +0.212890625000 +0.330078125000 +-0.063964843750 +0.108398437500 +-0.289062500000 +-0.312500000000 +-0.017089843750 +-0.100585937500 +-0.326171875000 +-0.104003906250 +0.004943847656 +-0.092285156250 +-0.042724609375 +0.082519531250 +0.052978515625 +-0.120605468750 +0.090820312500 +-0.084472656250 +-0.211914062500 +0.065917968750 +-0.174804687500 +-0.109863281250 +-0.022583007812 +0.098144531250 +-0.105468750000 +-0.064941406250 +-0.074707031250 +0.026123046875 +0.178710937500 +-0.098632812500 +0.056152343750 +-0.209960937500 +0.006561279297 +0.056396484375 +0.263671875000 +0.094726562500 +-0.166015625000 +0.020019531250 +-0.093750000000 +-0.012023925781 +-0.072265625000 +-0.009948730469 +-0.002304077148 +-0.029052734375 +-0.031250000000 +0.005035400391 +-0.292968750000 +0.241210937500 +-0.104003906250 +0.001541137695 +0.011962890625 +-0.027465820312 +-0.092285156250 +0.056640625000 +-0.042236328125 +-0.137695312500 +0.031250000000 +0.121093750000 +0.357421875000 +0.044189453125 +-0.062988281250 +0.287109375000 +-0.304687500000 +-0.092773437500 +0.078613281250 +0.015075683594 +-0.120117187500 +0.121582031250 +-0.029663085938 +-0.269531250000 +-0.185546875000 +-0.137695312500 +-0.110839843750 +0.006683349609 +0.097167968750 +-0.019531250000 +-0.339843750000 +0.101562500000 +-0.192382812500 +0.099121093750 +-0.016357421875 +0.075683593750 +-0.063476562500 +-0.208007812500 +-0.133789062500 +0.181640625000 +0.017822265625 +-0.031005859375 +-0.149414062500 +0.042236328125 +0.108398437500 +0.085937500000 +0.144531250000 +-0.032714843750 +-0.019409179688 +-0.171875000000 +0.037597656250 +-0.080078125000 +0.220703125000 +-0.180664062500 +0.285156250000 +0.126953125000 +-0.133789062500 +-0.009582519531 +0.030395507812 +-0.088378906250 +0.036621093750 +0.086425781250 +-0.324218750000 +-0.494140625000 +0.142578125000 +-0.083496093750 +-0.132812500000 +0.109863281250 +-0.010986328125 +-0.027709960938 +-0.014648437500 +0.125976562500 +-0.060302734375 +-0.147460937500 +-0.390625000000 +-0.249023437500 +0.255859375000 +0.124511718750 +0.071289062500 +0.169921875000 +-0.069824218750 +-0.482421875000 +0.093261718750 +-0.041259765625 +-0.160156250000 +-0.218750000000 +0.052490234375 +-0.083984375000 +-0.115234375000 +-0.005645751953 +-0.190429687500 +-0.247070312500 +-0.118652343750 +0.197265625000 +0.057373046875 +-0.004547119141 +-0.110351562500 +0.042968750000 +-0.073730468750 +-0.378906250000 +-0.333984375000 +-0.082031250000 +-0.048583984375 +0.104003906250 +0.045166015625 +0.003143310547 +-0.339843750000 +-0.237304687500 +-0.076660156250 +0.118164062500 +-0.012329101562 +-0.068359375000 +0.046875000000 +-0.230468750000 +0.027343750000 +0.052001953125 +0.008850097656 +-0.289062500000 +0.083007812500 +0.133789062500 +0.138671875000 +0.044921875000 +0.010742187500 +0.069335937500 +0.101562500000 +-0.111328125000 +0.055664062500 +-0.094726562500 +-0.119628906250 +-0.292968750000 +0.082519531250 +0.052734375000 +-0.066894531250 +0.021362304688 +0.054199218750 +0.063476562500 +0.054199218750 +-0.045410156250 +0.010498046875 +-0.123535156250 +-0.048095703125 +0.051513671875 +-0.052734375000 +-0.361328125000 +-0.016357421875 +-0.005889892578 +-0.122558593750 +0.134765625000 +-0.018188476562 +-0.089843750000 +-0.531250000000 +0.091796875000 +-0.257812500000 +-0.015869140625 +-0.066894531250 +-0.077636718750 +-0.447265625000 +-0.077148437500 +0.044677734375 +-0.200195312500 +-0.021118164062 +0.017211914062 +-0.103515625000 +0.001052856445 +-0.015991210938 +0.159179687500 +0.057861328125 +0.104980468750 +0.018432617188 +0.140625000000 +-0.035156250000 +0.080566406250 +-0.079101562500 +-0.049804687500 +0.043457031250 +0.017578125000 +0.006927490234 +0.145507812500 +0.070800781250 +-0.097656250000 +-0.065429687500 +0.032470703125 +-0.108398437500 +0.006195068359 +-0.107910156250 +-0.126953125000 +-0.116210937500 +-0.104003906250 +-0.007537841797 +-0.343750000000 +-0.511718750000 +0.077148437500 +-0.160156250000 +0.029418945312 +0.064453125000 +0.023315429688 +0.050292968750 +0.093261718750 +-0.098632812500 +0.030395507812 +0.097167968750 +-0.072265625000 +-0.324218750000 +-0.111816406250 +-0.183593750000 +-0.071289062500 +-0.018310546875 +0.162109375000 +0.118164062500 +0.012390136719 +-0.186523437500 +0.419921875000 +-0.095214843750 +-0.003601074219 +0.137695312500 +0.038085937500 +0.092285156250 +0.200195312500 +-0.064941406250 +0.247070312500 +0.059814453125 +-0.210937500000 +-0.071777343750 +-0.041503906250 +-0.017944335938 +0.145507812500 +0.164062500000 +0.105957031250 +-0.265625000000 +-0.028564453125 +0.205078125000 +-0.033691406250 +-0.027954101562 +-0.008972167969 +0.045410156250 +-0.123046875000 +0.128906250000 +-0.043945312500 +0.263671875000 +0.100097656250 +-0.045654296875 +-0.022827148438 +-0.044189453125 +-0.151367187500 +0.027465820312 +0.026733398438 +0.060546875000 +-0.060302734375 +0.202148437500 +0.158203125000 +0.025146484375 +0.009643554688 +-0.035156250000 +0.137695312500 +-0.072265625000 +0.096679687500 +0.050292968750 +0.111328125000 +-0.121093750000 +-0.009826660156 +-0.050781250000 +0.077148437500 +0.023315429688 +0.013854980469 +-0.223632812500 +0.019165039062 +-0.242187500000 +-0.351562500000 +0.027465820312 +-0.049072265625 +-0.228515625000 +-0.225585937500 +-0.181640625000 +-0.157226562500 +-0.208007812500 +-0.098144531250 +-0.136718750000 +-0.178710937500 +-0.047119140625 +0.019897460938 +-0.110351562500 +0.045898437500 +-0.123535156250 +0.152343750000 +-0.291015625000 +0.043457031250 +-0.277343750000 +0.207031250000 +-0.006683349609 +-0.044677734375 +-0.201171875000 +0.123535156250 +-0.250000000000 +-0.029663085938 +-0.161132812500 +-0.108886718750 +-0.044433593750 +0.077148437500 +0.078613281250 +-0.038574218750 +0.007446289062 +-0.090820312500 +-0.324218750000 +-0.216796875000 +0.182617187500 +-0.179687500000 +-0.134765625000 +-0.232421875000 +0.014221191406 +0.125000000000 +-0.187500000000 +0.061767578125 +-0.163085937500 +0.022949218750 +-0.084960937500 +-0.162109375000 +0.069335937500 +0.030639648438 +0.021240234375 +-0.095703125000 +-0.047607421875 +-0.031982421875 +0.037841796875 +-0.187500000000 +0.073730468750 +-0.127929687500 +0.089355468750 +0.106933593750 +-0.054199218750 +0.036376953125 +-0.291015625000 +0.375000000000 +0.033203125000 +0.094726562500 +-0.014526367188 +-0.070800781250 +0.064453125000 +0.114746093750 +-0.039550781250 +0.031494140625 +-0.136718750000 +0.086914062500 +0.037841796875 +-0.008544921875 +0.098144531250 +0.022338867188 +-0.143554687500 +0.129882812500 +0.001678466797 +-0.241210937500 +-0.039306640625 +-0.231445312500 +-0.210937500000 +0.157226562500 +0.069824218750 +-0.102050781250 +0.053955078125 +-0.742187500000 +-0.049560546875 +-0.035156250000 +0.078613281250 +-0.145507812500 +-0.130859375000 +-0.090820312500 +0.068847656250 +0.159179687500 +0.261718750000 +-0.190429687500 +-0.195312500000 +0.228515625000 +0.008544921875 +-0.107421875000 +0.056640625000 +-0.056884765625 +-0.064453125000 +0.007598876953 +0.002258300781 +-0.083984375000 +-0.020385742188 +-0.048828125000 +0.023925781250 +0.015441894531 +-0.036621093750 +-0.012207031250 +0.044677734375 +-0.079101562500 +-0.238281250000 +-0.086914062500 +0.097656250000 +0.062988281250 +0.003936767578 +0.134765625000 +-0.200195312500 +-0.133789062500 +-0.245117187500 +-0.574218750000 +-0.345703125000 +0.072265625000 +0.013427734375 +0.113281250000 +-0.032226562500 +-0.013732910156 +0.111816406250 +-0.937500000000 +-0.302734375000 +0.003677368164 +-0.008117675781 +0.107910156250 +-0.087890625000 +0.167968750000 +-0.143554687500 +-0.006927490234 +-0.281250000000 +0.159179687500 +0.049072265625 +-0.004913330078 +0.188476562500 +-0.130859375000 +-0.151367187500 +-0.625000000000 +-0.168945312500 +0.181640625000 +-0.176757812500 +-0.052734375000 +0.056396484375 +0.040527343750 +-0.176757812500 +0.094238281250 +0.043457031250 +0.074707031250 +-0.324218750000 +0.065917968750 +-0.003082275391 +-0.265625000000 +-0.234375000000 +0.038330078125 +-0.075683593750 +0.001350402832 +0.067382812500 +0.073242187500 +-0.029052734375 +0.119628906250 +-0.123046875000 +-0.022216796875 +0.064941406250 +-0.004241943359 +0.064941406250 +-0.005065917969 +0.032226562500 +-0.027954101562 +-0.365234375000 +-0.101562500000 +0.059326171875 +-0.060546875000 +-0.175781250000 +0.066406250000 +-0.126953125000 +-0.041748046875 +0.111816406250 +0.125976562500 +0.006347656250 +-0.208007812500 +-0.011352539062 +-0.032958984375 +-0.038330078125 +-0.244140625000 +-0.047607421875 +0.117187500000 +-0.503906250000 +0.100097656250 +-0.214843750000 +0.053710937500 +0.099609375000 +-0.093261718750 +-0.084960937500 +0.038330078125 +-0.169921875000 +-0.033447265625 +-0.257812500000 +0.115722656250 +-0.063476562500 +0.059814453125 +-0.092773437500 +0.036132812500 +-0.041992187500 +-0.271484375000 +-0.216796875000 +-0.245117187500 +0.046630859375 +0.055175781250 +0.044189453125 +0.090820312500 +-0.020751953125 +0.060791015625 +0.163085937500 +0.135742187500 +0.019409179688 +-0.082519531250 +0.073730468750 +-0.033935546875 +0.053222656250 +0.104492187500 +0.123535156250 +0.263671875000 +-0.308593750000 +0.125976562500 +0.037841796875 +-0.091308593750 +0.043701171875 +-0.044189453125 +0.033691406250 +-0.037109375000 +0.021606445312 +-0.061035156250 +-0.378906250000 +0.219726562500 +0.036132812500 +-0.328125000000 +-0.045654296875 +0.014465332031 +0.127929687500 +0.116210937500 +-0.098632812500 +-0.169921875000 +-0.074707031250 +0.165039062500 +-0.019287109375 +0.073242187500 +0.089355468750 +-0.132812500000 +-0.166992187500 +0.480468750000 +-0.009399414062 +-0.010681152344 +-0.187500000000 +-0.030395507812 +0.085937500000 +-0.047363281250 +-0.337890625000 +0.090820312500 +0.114746093750 +-0.072753906250 +-0.003250122070 +-0.047607421875 +-0.102539062500 +-0.283203125000 +0.228515625000 +0.139648437500 +-0.170898437500 +0.011169433594 +0.058837890625 +-0.142578125000 +-0.012145996094 +0.226562500000 +0.343750000000 +-0.158203125000 +0.040283203125 +-0.103027343750 +0.227539062500 +-0.216796875000 +0.023681640625 +-0.006988525391 +0.067871093750 +0.093750000000 +0.049560546875 +-0.179687500000 +-0.089355468750 +-0.115234375000 +0.010498046875 +0.032714843750 +-0.084472656250 +-0.027587890625 +0.009216308594 +0.103515625000 +-0.010925292969 +-0.343750000000 +0.234375000000 +-0.205078125000 +-0.136718750000 +-0.092773437500 +0.024658203125 +-0.032958984375 +0.041259765625 +0.013488769531 +0.026733398438 +0.055908203125 +0.179687500000 +0.257812500000 +0.062255859375 +-0.020629882812 +-0.145507812500 +0.014221191406 +0.034423828125 +0.161132812500 +-0.040771484375 +0.230468750000 +-0.140625000000 +0.035644531250 +-0.015136718750 +0.119140625000 +0.062988281250 +0.010131835938 +-0.051025390625 +0.032470703125 +-0.208984375000 +-0.028076171875 +0.076660156250 +0.153320312500 +-0.253906250000 +-0.138671875000 +0.030517578125 +-0.113769531250 +0.135742187500 +-0.742187500000 +-0.002304077148 +0.087402343750 +-0.089843750000 +-0.092773437500 +-0.263671875000 +-0.166992187500 +0.164062500000 +-0.103515625000 +0.292968750000 +0.113769531250 +0.063964843750 +-0.152343750000 +-0.067382812500 +0.004852294922 +-0.273437500000 +0.118652343750 +-0.061767578125 +-0.003402709961 +-0.023803710938 +0.005645751953 +-0.055419921875 +0.155273437500 +-0.066894531250 +0.048339843750 +-0.000667572021 +0.116699218750 +0.025024414062 +-0.103027343750 +0.144531250000 +-0.174804687500 +0.063964843750 +-0.328125000000 +0.043945312500 +0.007873535156 +0.007934570312 +0.139648437500 +0.102539062500 +0.052734375000 +0.023559570312 +-0.008056640625 +0.074218750000 +0.023437500000 +-0.125000000000 +0.025878906250 +-0.014953613281 +-0.189453125000 +-0.020751953125 +-0.083496093750 +0.017822265625 +-0.065429687500 +-0.003051757812 +-0.007934570312 +0.032226562500 +0.141601562500 +-0.062988281250 +-0.000938415527 +-0.063964843750 +-0.014099121094 +-0.114257812500 +-0.337890625000 +0.048583984375 +-0.025512695312 +0.115722656250 +0.007415771484 +0.130859375000 +0.127929687500 +-0.156250000000 +-0.135742187500 +-0.065917968750 +0.067382812500 +-0.042480468750 +-0.027587890625 +-0.224609375000 +0.056396484375 +0.091796875000 +0.094726562500 +-0.009277343750 +0.126953125000 +-0.014038085938 +0.070312500000 +-0.061523437500 +-0.102539062500 +-0.144531250000 +0.014404296875 +0.173828125000 +0.047363281250 +0.020874023438 +0.071777343750 +0.164062500000 +-0.310546875000 +0.010437011719 +-0.198242187500 +0.035400390625 +-0.036865234375 +0.188476562500 +0.196289062500 +-0.164062500000 +0.186523437500 +0.017822265625 +0.043457031250 +-0.042480468750 +0.036865234375 +0.123535156250 +0.030883789062 +-0.114257812500 +0.098144531250 +-0.097167968750 +-0.060791015625 +0.012451171875 +-0.030883789062 +0.000246047974 +-0.024169921875 +-0.124023437500 +-0.006622314453 +-0.034423828125 +0.066406250000 +-0.212890625000 +-0.017822265625 +0.024047851562 +0.082031250000 +-0.239257812500 +-0.068847656250 +-0.073730468750 +0.010742187500 +0.114746093750 +-0.024047851562 +-0.140625000000 +-0.022583007812 +0.141601562500 +-0.195312500000 +0.171875000000 +0.038085937500 +0.117187500000 +0.037597656250 +0.095214843750 +0.060302734375 +0.068359375000 +0.049316406250 +0.102539062500 +0.109375000000 +0.149414062500 +0.027343750000 +-0.030761718750 +0.050537109375 +-0.207031250000 +-0.103027343750 +0.119628906250 +-0.098632812500 +-0.029052734375 +0.074218750000 +-0.118164062500 +0.075683593750 +0.151367187500 +-0.281250000000 +0.099121093750 +-0.079101562500 +-0.198242187500 +0.062255859375 +-0.163085937500 +-0.281250000000 +-0.267578125000 +-0.068847656250 +-0.031982421875 +-0.090332031250 +0.109863281250 +-0.014709472656 +-0.109375000000 +0.116699218750 +0.140625000000 +-0.083984375000 +-0.160156250000 +-0.043212890625 +0.044189453125 +-0.257812500000 +0.085449218750 +-0.341796875000 +-0.071777343750 +-0.224609375000 +0.052978515625 +-0.417968750000 +0.099609375000 +-0.239257812500 +0.113769531250 +0.090332031250 +0.042968750000 +-0.034912109375 +0.029785156250 +-0.181640625000 +-0.118164062500 +0.034667968750 +0.127929687500 +-0.003967285156 +-0.030883789062 +0.093750000000 +-0.122558593750 +-0.012084960938 +-0.371093750000 +0.176757812500 +0.020996093750 +-0.165039062500 +-0.013305664062 +-0.151367187500 +0.041015625000 +-0.079101562500 +0.097167968750 +-0.041259765625 +-0.114746093750 +-0.091308593750 +-0.041015625000 +0.063476562500 +-0.285156250000 +-0.098144531250 +-0.128906250000 +0.048339843750 +-0.092285156250 +-0.166992187500 +-0.106933593750 +0.302734375000 +-0.326171875000 +-0.021606445312 +0.166015625000 +-0.027587890625 +-0.012939453125 +0.111816406250 +-0.134765625000 +0.111816406250 +-0.009033203125 +0.009582519531 +0.031982421875 +-0.016723632812 +-0.054687500000 +-0.070800781250 +-0.155273437500 +-0.253906250000 +-0.124023437500 +0.092773437500 +-0.016235351562 +0.251953125000 +-0.063964843750 +0.102050781250 +0.181640625000 +-0.078613281250 +-0.279296875000 +0.052001953125 +-0.013000488281 +-0.026611328125 +0.003997802734 +0.007049560547 +-0.064453125000 +-0.091308593750 +0.016845703125 +0.165039062500 +-0.006225585938 +0.124511718750 +-0.025878906250 +0.107910156250 +0.088867187500 +-0.179687500000 +-0.042968750000 +0.013244628906 +-0.010314941406 +-0.139648437500 +-0.084472656250 +0.118164062500 +-0.056396484375 +0.048095703125 +-0.061035156250 +-0.259765625000 +0.073730468750 +0.001022338867 +-0.091308593750 +0.020141601562 +-0.347656250000 +0.124511718750 +-0.184570312500 +-0.024902343750 +-0.051513671875 +-0.275390625000 +-0.049072265625 +-0.243164062500 +-0.245117187500 +-0.143554687500 +-0.054443359375 +-0.088867187500 +-0.092285156250 +-0.320312500000 +0.096679687500 +0.111816406250 +0.030761718750 +0.107910156250 +0.111328125000 +0.011474609375 +-0.002243041992 +0.068359375000 +0.244140625000 +0.016479492188 +-0.406250000000 +-0.153320312500 +-0.079101562500 +0.086425781250 +-0.308593750000 +0.055175781250 +-0.066894531250 +-0.006072998047 +0.096191406250 +-0.007476806641 +-0.012268066406 +-0.089843750000 +0.045898437500 +0.123535156250 +-0.285156250000 +0.072265625000 +0.002075195312 +-0.202148437500 +0.049560546875 +0.121582031250 +-0.129882812500 +0.253906250000 +0.143554687500 +0.098144531250 +0.163085937500 +0.091308593750 +-0.007263183594 +-0.031250000000 +-0.007263183594 +0.082519531250 +-0.088378906250 +0.016357421875 +-0.194335937500 +0.003845214844 +-0.118164062500 +0.065917968750 +0.107910156250 +-0.240234375000 +-0.251953125000 +-0.040283203125 +-0.068359375000 +-0.117187500000 +0.109375000000 +-0.121582031250 +0.069824218750 +-0.066406250000 +-0.147460937500 +0.052490234375 +-0.026733398438 +0.086425781250 +0.050781250000 +-0.130859375000 +0.129882812500 +-0.263671875000 +-0.047119140625 +0.067382812500 +-0.026855468750 +-0.060058593750 +-0.031005859375 +-0.095214843750 +0.240234375000 +-0.036865234375 +0.157226562500 +-0.099121093750 +-0.042724609375 +-0.033935546875 +0.044921875000 +-0.014099121094 +-0.062255859375 +0.013549804688 +-0.090332031250 +-0.167968750000 +-0.242187500000 +0.131835937500 +-0.621093750000 +-0.080566406250 +-0.037597656250 +-0.347656250000 +-0.173828125000 +-0.046875000000 +-0.016357421875 +-0.306640625000 +-0.019287109375 +-0.128906250000 +-0.080078125000 +0.069335937500 +0.027343750000 +0.241210937500 +0.006744384766 +0.188476562500 +-0.017944335938 +0.013916015625 +-0.165039062500 +0.068359375000 +0.005767822266 +0.091308593750 +-0.318359375000 +-0.005065917969 +0.030761718750 +0.022827148438 +0.027832031250 +-0.300781250000 +-0.075683593750 +-0.062988281250 +0.007537841797 +0.108886718750 +-0.027343750000 +-0.194335937500 +0.053955078125 +-0.157226562500 +0.100097656250 +-0.182617187500 +-0.283203125000 +0.123535156250 +-0.204101562500 +-0.047363281250 +0.243164062500 +-0.096679687500 +-0.048095703125 +-0.116699218750 +0.031738281250 +-0.059326171875 +-0.052001953125 +0.201171875000 +0.121093750000 +0.179687500000 +0.058105468750 +0.147460937500 +0.073242187500 +0.038574218750 +-0.088867187500 +0.051513671875 +-0.049072265625 +-0.063964843750 +0.127929687500 +-0.151367187500 +-0.069335937500 +0.078125000000 +0.035888671875 +-0.001914978027 +-0.001045227051 +0.071777343750 +0.044677734375 +0.101562500000 +-0.011352539062 +0.107910156250 +-0.053955078125 +-0.384765625000 +-0.063964843750 +-0.006378173828 +0.119628906250 +-0.004821777344 +0.162109375000 +0.128906250000 +-0.373046875000 +-0.107421875000 +-0.183593750000 +0.067871093750 +0.058593750000 +-0.212890625000 +-0.102050781250 +-0.104492187500 +-0.004272460938 +-0.017944335938 +0.009521484375 +-0.069335937500 +-0.147460937500 +0.082031250000 +0.046875000000 +0.075683593750 +-0.232421875000 +0.016845703125 +-0.122558593750 +0.120605468750 +0.089843750000 +0.003005981445 +0.090820312500 +-0.065429687500 +-0.053222656250 +0.084472656250 +0.139648437500 +-0.047363281250 +-0.087402343750 +-0.259765625000 +0.025634765625 +-0.069335937500 +0.037353515625 +0.013183593750 +-0.024536132812 +-0.084960937500 +-0.025268554688 +0.031494140625 +-0.003768920898 +0.152343750000 +0.141601562500 +-0.033447265625 +-0.152343750000 +0.230468750000 +0.042236328125 +0.005737304688 +-0.373046875000 +-0.291015625000 +0.018676757812 +-0.135742187500 +-0.233398437500 +0.007720947266 +0.057861328125 +-0.089843750000 +-0.009704589844 +0.070800781250 +0.047851562500 +-0.382812500000 +-0.009399414062 +0.209960937500 +-0.042480468750 +0.259765625000 +-0.247070312500 +0.028564453125 +0.016479492188 +0.083007812500 +-0.209960937500 +0.052490234375 +0.005889892578 +-0.036865234375 +0.089843750000 +-0.013427734375 +0.126953125000 +-0.088867187500 +-0.090332031250 +-0.007324218750 +0.012695312500 +-0.039306640625 +-0.103515625000 +0.111816406250 +-0.096191406250 +-0.091308593750 +-0.085449218750 +0.084472656250 +-0.030273437500 +0.049804687500 +-0.085449218750 +0.028564453125 +-0.441406250000 +-0.153320312500 +0.038330078125 +-0.235351562500 +-0.062988281250 +-0.083984375000 +0.066894531250 +0.054443359375 +-0.145507812500 +-0.123046875000 +0.014526367188 +-0.191406250000 +-0.241210937500 +-0.102050781250 +0.043212890625 +-0.066406250000 +-0.078613281250 +-0.125976562500 +0.036132812500 +-0.324218750000 +-0.069824218750 +-0.068847656250 +-0.000900268555 +-0.067382812500 +-0.073242187500 +-0.034667968750 +-0.201171875000 +0.016113281250 +-0.177734375000 +-0.091796875000 +0.194335937500 +0.083496093750 +0.049804687500 +0.032226562500 +-0.038330078125 +-0.133789062500 +-0.023437500000 +-0.047119140625 +-0.026855468750 +-0.229492187500 +-0.132812500000 +0.062988281250 +-0.103027343750 +0.086425781250 +0.021362304688 +0.021484375000 +-0.314453125000 +0.213867187500 +0.082519531250 +-0.053466796875 +-0.052246093750 +-0.062500000000 +-0.100097656250 +0.007873535156 +-0.007446289062 +0.081542968750 +-0.190429687500 +-0.085937500000 +-0.227539062500 +0.046630859375 +0.008178710938 +-0.091308593750 +-0.005432128906 +0.177734375000 +-0.039062500000 +0.141601562500 +-0.086914062500 +-0.043212890625 +-0.002182006836 +-0.250000000000 +0.013977050781 +-0.026489257812 +-0.023925781250 +-0.248046875000 +0.116699218750 +-0.179687500000 +-0.083984375000 +0.075195312500 +0.041992187500 +-0.011596679688 +-0.050048828125 +-0.060546875000 +0.089355468750 +-0.091308593750 +0.108398437500 +0.222656250000 +-0.077636718750 +-0.125000000000 +0.200195312500 +-0.192382812500 +-0.086914062500 +-0.382812500000 +-0.016113281250 +0.064941406250 +0.074218750000 +0.087402343750 +-0.054199218750 +-0.087890625000 +-0.117675781250 +-0.208007812500 +0.080078125000 +0.013854980469 +-0.402343750000 +0.106445312500 +-0.005645751953 +-0.003585815430 +-0.172851562500 +0.006164550781 +-0.019531250000 +-0.141601562500 +-0.109863281250 +-0.203125000000 +-0.054443359375 +0.006256103516 +-0.130859375000 +0.136718750000 +-0.034667968750 +-0.051757812500 +0.005584716797 +0.130859375000 +-0.029541015625 +-0.235351562500 +-0.044433593750 +0.116210937500 +0.049560546875 +-0.294921875000 +0.109375000000 +-0.126953125000 +-0.357421875000 +-0.106445312500 +0.043945312500 +-0.094726562500 +0.027465820312 +0.142578125000 +0.023803710938 +0.134765625000 +-0.196289062500 +-0.010864257812 +-0.161132812500 +-0.121582031250 +-0.010070800781 +0.057617187500 +-0.070800781250 +0.075683593750 +0.040039062500 +-0.466796875000 +0.125976562500 +-0.550781250000 +-1.210937500000 +0.047119140625 +0.102539062500 +0.059570312500 +0.052978515625 +0.061279296875 +0.067871093750 +0.093261718750 +0.004608154297 +0.012329101562 +-0.014648437500 +0.060791015625 +-0.070800781250 +0.059082031250 +0.128906250000 +-0.707031250000 +-0.074707031250 +-0.156250000000 +-0.069824218750 +-0.232421875000 +-0.054443359375 +0.105957031250 +0.019531250000 +-0.189453125000 +0.087890625000 +-0.024658203125 +0.029663085938 +0.033203125000 +0.079101562500 +0.011657714844 +-0.103027343750 +-0.011352539062 +-0.082031250000 +0.040527343750 +-0.019287109375 +0.034667968750 +0.010864257812 +0.029418945312 +0.056884765625 +0.028930664062 +0.180664062500 +-0.051757812500 +0.049316406250 +-0.054687500000 +0.126953125000 +-0.027221679688 +-0.480468750000 +-0.039306640625 +0.125976562500 +0.111328125000 +0.108398437500 +-0.002655029297 +-0.074707031250 +0.061035156250 +-0.414062500000 +0.310546875000 +0.085937500000 +-0.153320312500 +0.017456054688 +-0.156250000000 +0.008056640625 +0.116210937500 +0.096191406250 +0.384765625000 +-0.166015625000 +0.008117675781 +-0.159179687500 +0.036621093750 +0.121093750000 +0.015747070312 +0.027465820312 +0.175781250000 +-0.003326416016 +-0.111816406250 +-0.041748046875 +0.074218750000 +0.091308593750 +0.062500000000 +0.174804687500 +0.174804687500 +-0.029052734375 +-0.002120971680 +0.148437500000 +-0.011779785156 +0.031494140625 +0.127929687500 +0.143554687500 +-0.178710937500 +0.166992187500 +0.005157470703 +0.287109375000 +0.123046875000 +0.012634277344 +-0.017089843750 +-0.076660156250 +-0.057373046875 +0.086425781250 +-0.041015625000 +0.040039062500 +-0.061279296875 +-0.051269531250 +-0.097656250000 +-0.040039062500 +-0.054199218750 +-0.041992187500 +0.257812500000 +0.164062500000 +0.074218750000 +0.100585937500 +-0.088867187500 +-0.237304687500 +0.007110595703 +-0.005249023438 +-0.036376953125 +0.076171875000 +0.115234375000 +0.146484375000 +-0.017089843750 +-0.000151634216 +-0.248046875000 +0.057617187500 +0.108398437500 +-0.149414062500 +0.051513671875 +-0.024780273438 +-0.059814453125 +0.036621093750 +0.136718750000 +0.004669189453 +0.154296875000 +-0.169921875000 +0.114257812500 +0.091796875000 +-0.054199218750 +-0.030517578125 +0.039550781250 +0.197265625000 +0.023071289062 +0.074218750000 +-0.006561279297 +-0.076171875000 +0.185546875000 +0.291015625000 +0.034912109375 +-0.273437500000 +-0.019042968750 +-0.012756347656 +-0.186523437500 +-0.004608154297 +-0.135742187500 +0.188476562500 +-0.183593750000 +0.032226562500 +-0.179687500000 +0.062988281250 +-0.037109375000 +-0.056152343750 +-0.167968750000 +0.031494140625 +0.070800781250 +0.095703125000 +-0.030273437500 +-0.281250000000 +-0.001144409180 +0.269531250000 +0.141601562500 +0.098632812500 +0.059326171875 +0.068359375000 +0.051757812500 +0.069824218750 +0.173828125000 +0.052246093750 +-0.141601562500 +-0.181640625000 +-0.145507812500 +-0.041015625000 +0.057373046875 +0.009216308594 +0.054443359375 +-0.042968750000 +0.005554199219 +0.035400390625 +-0.269531250000 +-0.318359375000 +-0.010925292969 +-0.055908203125 +-0.267578125000 +0.038085937500 +-0.199218750000 +-0.166015625000 +-0.263671875000 +-0.181640625000 +0.082031250000 +-0.139648437500 +0.003112792969 +-0.090332031250 +-0.123046875000 +0.144531250000 +-0.096679687500 +-0.121093750000 +-0.104492187500 +0.166015625000 +0.037841796875 +0.062255859375 +-0.033203125000 +-0.112304687500 +0.053710937500 +-0.121093750000 +-0.076660156250 +-0.080566406250 +0.077636718750 +-0.010314941406 +0.093261718750 +-0.010070800781 +0.053222656250 +-0.040771484375 +0.054931640625 +-0.135742187500 +0.023925781250 +0.067382812500 +0.109375000000 +0.026611328125 +0.001426696777 +-0.096679687500 +-0.125000000000 +-0.076660156250 +0.150390625000 +-0.154296875000 +-0.160156250000 +0.048583984375 +-0.004821777344 +-0.181640625000 +-0.071777343750 +-0.275390625000 +0.142578125000 +-0.024169921875 +-0.161132812500 +-0.228515625000 +-0.224609375000 +-0.179687500000 +-0.029052734375 +-0.249023437500 +-0.007873535156 +-0.064941406250 +-0.196289062500 +-0.084472656250 +0.086425781250 +-0.071777343750 +-0.009826660156 +0.122558593750 +-0.059082031250 +-0.158203125000 +-0.036865234375 +-0.170898437500 +-0.059326171875 +-0.018798828125 +-0.052246093750 +-0.347656250000 +-0.145507812500 +-0.121582031250 +0.036376953125 +0.041503906250 +0.104980468750 +-0.088867187500 +-0.064941406250 +0.033935546875 +0.014343261719 +-0.031127929688 +-0.326171875000 +-0.186523437500 +-0.166015625000 +0.172851562500 +-0.153320312500 +0.092773437500 +0.039062500000 +-0.187500000000 +-0.210937500000 +-0.035156250000 +0.171875000000 +0.055175781250 +0.067382812500 +-0.012023925781 +0.048339843750 +0.063964843750 +-0.005187988281 +0.019042968750 +-0.056396484375 +-0.022094726562 +-0.022338867188 +0.034667968750 +-0.071289062500 +-0.259765625000 +-0.127929687500 +-0.174804687500 +-0.367187500000 +-0.111816406250 +-0.263671875000 +-0.245117187500 +0.027954101562 +-0.171875000000 +0.212890625000 +0.030761718750 +-0.022949218750 +-0.082031250000 +-0.116210937500 +-0.046630859375 +-0.018188476562 +-0.015563964844 +-0.222656250000 +0.126953125000 +-0.173828125000 +-0.086425781250 +0.074218750000 +0.022949218750 +-0.185546875000 +-0.178710937500 +-0.014221191406 +-0.120605468750 +0.134765625000 +-0.035644531250 +-0.018310546875 +-0.371093750000 +-0.177734375000 +0.023803710938 +-0.192382812500 +0.055175781250 +-0.140625000000 +-0.071289062500 +-0.076171875000 +-0.022949218750 +0.074707031250 +-0.014404296875 +-0.353515625000 +-0.010498046875 +-0.135742187500 +0.036621093750 +0.083496093750 +-0.103027343750 +0.115722656250 +-0.032714843750 +-0.044433593750 +-0.412109375000 +0.174804687500 +-0.021118164062 +0.020874023438 +-0.277343750000 +-0.064941406250 +0.111816406250 +0.164062500000 +-0.011291503906 +-0.099609375000 +-0.044189453125 +0.001754760742 +-0.010070800781 +0.049560546875 +-0.009277343750 +-0.141601562500 +-0.314453125000 +-0.030395507812 +0.072265625000 +-0.570312500000 +-0.012512207031 +-0.097167968750 +-0.398437500000 +-0.112304687500 +0.027465820312 +-0.164062500000 +-0.189453125000 +-0.138671875000 +0.045654296875 +0.026733398438 +-0.032714843750 +0.035644531250 +0.068847656250 +0.119628906250 +-0.090820312500 +0.073242187500 +0.202148437500 +-0.073730468750 +0.046142578125 +-0.003707885742 +-0.380859375000 +-0.052001953125 +0.002807617188 +0.047851562500 +-0.051025390625 +0.176757812500 +-0.542968750000 +-0.101074218750 +0.020019531250 +-0.239257812500 +0.137695312500 +0.110351562500 +-0.144531250000 +-0.271484375000 +-0.124023437500 +-0.039550781250 +-0.222656250000 +0.136718750000 +0.291015625000 +-0.214843750000 +0.157226562500 +0.119140625000 +0.050292968750 +-0.211914062500 +-0.103515625000 +0.097167968750 +-0.196289062500 +-0.255859375000 +-0.078125000000 +-0.041015625000 +0.002349853516 +0.062988281250 +0.010314941406 +-0.115722656250 +-0.010131835938 +0.099121093750 +0.023559570312 +0.088867187500 +0.071289062500 +0.018188476562 +0.064453125000 +0.047119140625 +-0.224609375000 +-0.164062500000 +-0.061279296875 +0.045898437500 +-0.055419921875 +-0.046142578125 +-0.204101562500 +-0.013549804688 +-0.092285156250 +-0.129882812500 +-0.024291992188 +-0.332031250000 +-0.013488769531 +0.013977050781 +0.072265625000 +-0.023925781250 +-0.087402343750 +-0.034423828125 +0.123535156250 +0.019653320312 +-0.143554687500 +0.015869140625 +-0.075683593750 +-0.042236328125 +0.105468750000 +-0.115234375000 +-0.086914062500 +0.082031250000 +0.058837890625 +-0.153320312500 +-0.083496093750 +-0.080566406250 +0.107421875000 +-0.005065917969 +0.003448486328 +0.061279296875 +-0.015258789062 +-0.135742187500 +-0.155273437500 +-0.069335937500 +0.157226562500 +0.189453125000 +-0.052490234375 +0.139648437500 +-0.080078125000 +-0.025878906250 +-0.093261718750 +0.008911132812 +-0.001869201660 +-0.050292968750 +-0.135742187500 +-0.185546875000 +0.090332031250 +-0.294921875000 +0.072753906250 +0.090820312500 +-0.079101562500 +0.055419921875 +-0.116699218750 +-0.041748046875 +-0.453125000000 +0.029296875000 +-0.173828125000 +0.036865234375 +-0.148437500000 +-0.038574218750 +-0.018798828125 +-0.100097656250 +-0.292968750000 +0.041503906250 +0.110351562500 +0.096679687500 +-0.014526367188 +-0.003524780273 +0.059570312500 +-0.097167968750 +0.054687500000 +0.072753906250 +-0.127929687500 +-0.032226562500 +0.053222656250 +-0.094726562500 +0.101074218750 +-0.036132812500 +-0.090332031250 +0.070800781250 +0.014343261719 +-0.095703125000 +0.036376953125 +-0.287109375000 +0.034667968750 +-0.159179687500 +0.171875000000 +-0.392578125000 +0.094238281250 +0.123535156250 +-0.019409179688 +0.079589843750 +-0.125976562500 +0.042724609375 +-0.171875000000 +-0.002319335938 +-0.109863281250 +-0.025878906250 +0.061035156250 +-0.163085937500 +-0.016601562500 +0.068847656250 +-0.189453125000 +-0.047607421875 +-0.166992187500 +-0.075195312500 +0.005493164062 +0.016479492188 +-0.000740051270 +-0.018920898438 +-0.064941406250 +0.083984375000 +-0.030395507812 +-0.053222656250 +0.028808593750 +0.021240234375 +0.061035156250 +-0.071777343750 +-0.131835937500 +-0.081542968750 +-0.072265625000 +-0.059326171875 +0.015747070312 +0.064941406250 +0.073242187500 +-0.435546875000 +-0.065429687500 +0.211914062500 +0.133789062500 +0.189453125000 +-0.031494140625 +0.104003906250 +0.078125000000 +0.016967773438 +-0.023071289062 +0.000030994415 +-0.199218750000 +0.218750000000 +0.003784179688 +-0.163085937500 +-0.005767822266 +0.014709472656 +-0.041259765625 +-0.244140625000 +-0.037841796875 +0.131835937500 +-0.261718750000 +-0.158203125000 +0.120605468750 +-0.035888671875 +-0.135742187500 +0.022216796875 +-0.086425781250 +-0.077636718750 +-0.341796875000 +-0.065917968750 +-0.337890625000 +0.110351562500 +-0.421875000000 +0.105957031250 +0.064453125000 +-0.042480468750 +0.082031250000 +-0.656250000000 +0.019653320312 +-0.105468750000 +-0.051025390625 +-0.042236328125 +-0.257812500000 +-0.047119140625 +0.096191406250 +0.161132812500 +0.155273437500 +-0.051025390625 +-0.035400390625 +-0.031494140625 +0.174804687500 +-0.281250000000 +0.032714843750 +-0.086914062500 +0.061279296875 +0.109375000000 +0.071777343750 +0.021240234375 +0.134765625000 +-0.171875000000 +0.079101562500 +-0.056152343750 +-0.015136718750 +-0.162109375000 +-0.108886718750 +-0.000138282776 +-0.058837890625 +0.032226562500 +-0.008300781250 +0.041503906250 +0.086425781250 +-0.216796875000 +-0.006744384766 +-0.005310058594 +0.065429687500 +0.219726562500 +-0.051025390625 +0.107910156250 +-0.032470703125 +0.069335937500 +0.136718750000 +-0.122558593750 +-0.263671875000 +0.138671875000 +-0.138671875000 +-0.008117675781 +-0.012268066406 +0.013122558594 +-0.123046875000 +-0.202148437500 +-0.023071289062 +-0.088378906250 +0.176757812500 +-0.215820312500 +-0.267578125000 +0.089843750000 +-0.306640625000 +-0.097656250000 +-0.230468750000 +-0.116210937500 +0.137695312500 +-1.078125000000 +-0.107910156250 +0.019531250000 +-0.062500000000 +-0.077636718750 +-0.069824218750 +-0.144531250000 +0.065429687500 +-0.326171875000 +0.190429687500 +-0.119140625000 +0.022216796875 +0.105957031250 +0.085937500000 +0.187500000000 +-0.133789062500 +0.168945312500 +-0.041748046875 +0.120117187500 +-0.025146484375 +0.033935546875 +-0.043701171875 +0.007232666016 +-0.104492187500 +-0.050537109375 +0.019775390625 +-0.159179687500 +-0.089843750000 +0.110839843750 +0.131835937500 +-0.179687500000 +0.184570312500 +0.025024414062 +-0.023315429688 +0.115234375000 +-0.180664062500 +0.072753906250 +-0.337890625000 +0.095214843750 +-0.160156250000 +0.049560546875 +-0.015991210938 +0.094726562500 +0.101562500000 +0.031494140625 +0.095703125000 +-0.010253906250 +-0.205078125000 +-0.113769531250 +-0.011474609375 +0.026123046875 +-0.269531250000 +0.102539062500 +-0.208007812500 +-0.177734375000 +-0.090820312500 +0.095703125000 +-0.035888671875 +0.135742187500 +-0.125000000000 +0.108398437500 +0.038085937500 +-0.060058593750 +-0.357421875000 +-0.302734375000 +-0.283203125000 +0.132812500000 +0.098632812500 +0.103515625000 +-0.220703125000 +-0.123535156250 +-0.122558593750 +0.021972656250 +0.210937500000 +-0.075195312500 +-0.028930664062 +-0.060546875000 +-0.098632812500 +-0.062255859375 +0.005493164062 +0.031982421875 +-0.040283203125 +0.020263671875 +0.008728027344 +-0.196289062500 +-0.181640625000 +-0.063964843750 +-0.041259765625 +0.061767578125 +-0.067871093750 +-0.197265625000 +-0.141601562500 +-0.102539062500 +-0.216796875000 +0.075683593750 +0.120117187500 +0.099609375000 +-0.105468750000 +0.097167968750 +0.073730468750 +0.004364013672 +0.093750000000 +0.047363281250 +-0.025146484375 +-0.036376953125 +0.041992187500 +0.125000000000 +-0.087890625000 +-0.019042968750 +-0.182617187500 +0.447265625000 +-0.029663085938 +0.092773437500 +-0.012451171875 +-0.041503906250 +-0.018310546875 +0.166015625000 +-0.226562500000 +0.131835937500 +0.194335937500 +0.068847656250 +-0.190429687500 +0.121582031250 +-0.018554687500 +-0.057861328125 +0.257812500000 +-0.045654296875 +-0.133789062500 +0.041748046875 +0.039062500000 +-0.281250000000 +0.071777343750 +-0.228515625000 +0.261718750000 +-0.125000000000 +0.120117187500 +0.244140625000 +0.094238281250 +-0.107910156250 +-0.225585937500 +-0.151367187500 +0.219726562500 +0.060058593750 +0.047851562500 +-0.094726562500 +-0.470703125000 +0.059570312500 +0.013305664062 +0.068359375000 +-0.104492187500 +0.053466796875 +-0.176757812500 +0.048339843750 +0.382812500000 +0.161132812500 +-0.083496093750 +-0.047363281250 +-0.112304687500 +-0.363281250000 +-0.061523437500 +-0.167968750000 +0.040039062500 +-0.037109375000 +0.035644531250 +0.092285156250 +0.019287109375 +0.129882812500 +-0.123046875000 +-0.143554687500 +0.118164062500 +-0.221679687500 +-0.067382812500 +-0.089843750000 +0.061523437500 +0.246093750000 +-0.122558593750 +-0.396484375000 +-0.125976562500 +-0.090332031250 +-0.117187500000 +-0.120117187500 +-0.209960937500 +-0.025512695312 +0.055908203125 +0.044433593750 +0.010437011719 +-0.038085937500 +0.100097656250 +-0.296875000000 +0.041503906250 +0.196289062500 +-0.013916015625 +0.149414062500 +-0.069824218750 +-0.079101562500 +-0.028076171875 +-0.019287109375 +-0.244140625000 +-0.055175781250 +-0.019165039062 +0.076660156250 +0.062255859375 +-0.034179687500 +-0.001922607422 +-0.051757812500 +-0.057617187500 +0.053466796875 +-0.117675781250 +-0.048339843750 +-0.180664062500 +0.007873535156 +-0.324218750000 +-0.012145996094 +-0.194335937500 +0.037841796875 +0.056884765625 +-0.235351562500 +0.066894531250 +0.144531250000 +-0.296875000000 +-0.023681640625 +0.032714843750 +-0.100585937500 +-0.259765625000 +0.099609375000 +-0.039550781250 +-0.048339843750 +0.013671875000 +-0.069335937500 +-0.178710937500 +-0.075683593750 +0.084960937500 +0.052490234375 +0.144531250000 +-0.439453125000 +0.104492187500 +-0.053955078125 +0.083496093750 +0.048339843750 +0.177734375000 +-0.064941406250 +-0.149414062500 +-0.073242187500 +-0.233398437500 +-0.330078125000 +-0.105468750000 +0.006988525391 +0.237304687500 +0.053222656250 +-0.014404296875 +-0.294921875000 +0.002502441406 +0.100097656250 +0.120117187500 +-0.093261718750 +-0.053222656250 +0.130859375000 +0.202148437500 +-0.074218750000 +0.011962890625 +-0.070800781250 +-0.023559570312 +-0.000157356262 +-0.060791015625 +0.017822265625 +0.191406250000 +0.125976562500 +0.031738281250 +0.107421875000 +0.019897460938 +-0.279296875000 +-0.015197753906 +-0.096191406250 +0.022460937500 +-0.186523437500 +-0.108886718750 +-0.024658203125 +-0.074707031250 +-0.503906250000 +-0.312500000000 +0.005615234375 +-0.283203125000 +-0.061523437500 +-0.122070312500 +0.164062500000 +0.318359375000 +0.006195068359 +0.134765625000 +0.009338378906 +-0.079101562500 +0.149414062500 +-0.126953125000 +-0.038574218750 +-0.273437500000 +-0.365234375000 +-0.171875000000 +0.114257812500 +-0.076660156250 +0.024047851562 +-0.105957031250 +-0.047363281250 +0.261718750000 +0.070312500000 +0.156250000000 +-0.055908203125 +-0.004547119141 +-0.085937500000 +-0.220703125000 +-0.073730468750 +-0.005340576172 +0.095214843750 +-0.074707031250 +-0.043945312500 +0.035400390625 +-0.082519531250 +0.002548217773 +-0.040039062500 +-0.018554687500 +-0.171875000000 +-0.271484375000 +0.040771484375 +0.043457031250 +-0.132812500000 +-0.033447265625 +-0.283203125000 +0.109375000000 +-0.062988281250 +0.102050781250 +0.078125000000 +0.091308593750 +-0.053222656250 +-0.112792968750 +-0.136718750000 +-0.253906250000 +-0.098632812500 +0.076660156250 +0.083007812500 +0.082031250000 +0.103515625000 +-0.005615234375 +0.071289062500 +-0.100097656250 +0.064941406250 +-0.059326171875 +0.018310546875 +-0.032958984375 +-0.061767578125 +0.058593750000 +0.075195312500 +-0.249023437500 +-0.063476562500 +0.004974365234 +0.008422851562 +0.227539062500 +0.011657714844 +0.212890625000 +-0.073242187500 +0.207031250000 +0.294921875000 +0.243164062500 +0.029785156250 +-0.013488769531 +-0.245117187500 +0.128906250000 +0.208007812500 +0.269531250000 +-0.335937500000 +-0.042724609375 +0.345703125000 +-0.013122558594 +0.079101562500 +-0.125976562500 +-0.010742187500 +-0.028076171875 +0.106445312500 +-0.365234375000 +-0.038330078125 +-0.050292968750 +0.135742187500 +0.053466796875 +0.024780273438 +0.076660156250 +-0.219726562500 +0.097656250000 +-0.108398437500 +0.003845214844 +0.082519531250 +0.061035156250 +0.103027343750 +0.081054687500 +-0.112304687500 +0.011230468750 +-0.124511718750 +0.179687500000 +-0.045898437500 +0.188476562500 +-0.363281250000 +0.054443359375 +-0.062011718750 +0.011718750000 +0.057128906250 +0.075195312500 +-0.008911132812 +-0.102050781250 +0.161132812500 +0.093261718750 +0.074218750000 +0.161132812500 +0.055175781250 +0.085449218750 +-0.019531250000 +-0.015502929688 +0.223632812500 +-0.198242187500 +-0.011535644531 +0.066894531250 +0.044189453125 +0.134765625000 +-0.016845703125 +-0.140625000000 +-0.312500000000 +0.201171875000 +0.025268554688 +0.115234375000 +-0.137695312500 +-0.019775390625 +-0.089843750000 +-0.008789062500 +0.146484375000 +0.186523437500 +-0.221679687500 +0.140625000000 +0.222656250000 +0.016845703125 +-0.128906250000 +0.053955078125 +0.314453125000 +0.095214843750 +-0.183593750000 +-0.441406250000 +-0.343750000000 +0.046630859375 +0.018066406250 +-0.059814453125 +-0.038818359375 +-0.241210937500 +-0.351562500000 +0.271484375000 +-0.523437500000 +-0.075683593750 +0.296875000000 +0.033935546875 +-0.209960937500 +-0.033935546875 +0.168945312500 +-0.041015625000 +0.087890625000 +0.066406250000 +0.086425781250 +-0.064453125000 +-0.096679687500 +-0.333984375000 +0.025756835938 +0.130859375000 +0.189453125000 +0.055175781250 +0.172851562500 +-0.121582031250 +-0.147460937500 +-0.016845703125 +0.079589843750 +0.114257812500 +-0.136718750000 +0.100097656250 +-0.157226562500 +0.051025390625 +0.300781250000 +0.011718750000 +-0.375000000000 +0.093261718750 +0.061523437500 +0.092773437500 +0.235351562500 +0.071777343750 +0.064941406250 +0.033691406250 +0.306640625000 +0.049316406250 +-0.084960937500 +-0.020019531250 +0.085937500000 +-0.046630859375 +0.096679687500 +-0.002685546875 +-0.183593750000 +0.001914978027 +0.234375000000 +0.097656250000 +0.255859375000 +-0.123046875000 +-0.032470703125 +0.072753906250 +0.165039062500 +0.181640625000 +-0.074707031250 +-0.090332031250 +-0.054199218750 +0.052246093750 +0.059570312500 +-0.066406250000 +-0.176757812500 +-0.180664062500 +-0.081054687500 +-0.250000000000 +0.053466796875 +0.105957031250 +-0.106445312500 +0.003051757812 +-0.022583007812 +0.037841796875 +0.144531250000 +0.177734375000 +-0.030395507812 +-0.087890625000 +-0.178710937500 +0.091796875000 +-0.271484375000 +0.043212890625 +0.129882812500 +0.065917968750 +0.108398437500 +0.122070312500 +0.167968750000 +0.131835937500 +-0.104003906250 +0.030883789062 +0.119628906250 +-0.275390625000 +-0.104980468750 +0.115234375000 +-0.100585937500 +-0.482421875000 +-0.105468750000 +-0.004730224609 +-0.585937500000 +0.121093750000 +-0.178710937500 +0.011718750000 +-0.082519531250 +-0.048583984375 +-0.034179687500 +-0.133789062500 +0.056640625000 +0.085937500000 +-0.163085937500 +-0.125000000000 +0.086914062500 +-0.066894531250 +0.157226562500 +-0.060302734375 +-0.089355468750 +-0.199218750000 +-0.104492187500 +-0.137695312500 +-0.208984375000 +-0.102050781250 +-0.017700195312 +-0.115234375000 +0.015014648438 +0.098632812500 +0.002899169922 +0.025146484375 +-0.275390625000 +-0.017333984375 +-0.000138282776 +-0.070312500000 +0.130859375000 +-0.060546875000 +0.171875000000 +-0.083496093750 +-0.043945312500 +-0.070800781250 +0.123535156250 +0.040039062500 +0.004333496094 +-0.312500000000 +-0.064453125000 +0.174804687500 +-0.439453125000 +-0.117187500000 +-0.032226562500 +-0.222656250000 +0.080078125000 +0.076171875000 +-0.118652343750 +-0.205078125000 +-0.120605468750 +0.018188476562 +-0.079101562500 +-0.075195312500 +0.028320312500 +-0.038574218750 +0.153320312500 +-0.644531250000 +-0.138671875000 +0.132812500000 +-0.014282226562 +-0.054687500000 +0.024047851562 +-0.038085937500 +-0.032470703125 +-0.109863281250 +0.033691406250 +-0.239257812500 +-0.211914062500 +0.023071289062 +-0.077148437500 +-0.033203125000 +-0.168945312500 +-0.007598876953 +-0.421875000000 +-0.160156250000 +-0.486328125000 +-0.133789062500 +-0.108398437500 +0.025024414062 +0.038818359375 +0.118164062500 +0.051269531250 +-0.320312500000 +0.072753906250 +0.040039062500 +0.164062500000 +-0.037841796875 +0.091796875000 +-0.292968750000 +-0.153320312500 +-0.597656250000 +0.218750000000 +0.265625000000 +-0.589843750000 +0.001129150391 +0.078613281250 +-0.102539062500 +-0.088378906250 +-0.168945312500 +-0.267578125000 +-0.098632812500 +-0.119140625000 +-0.632812500000 +-0.236328125000 +-0.108398437500 +0.050292968750 +-0.030883789062 +0.016967773438 +-0.153320312500 +0.012573242188 +-0.086914062500 +0.061767578125 +0.026977539062 +0.197265625000 +-0.136718750000 +0.085449218750 +-0.154296875000 +-0.096679687500 +-0.041503906250 +-0.111816406250 +0.054931640625 +0.074218750000 +0.123535156250 +0.062500000000 +-0.085937500000 +0.023681640625 +-0.010375976562 +0.031494140625 +0.250000000000 +0.257812500000 +0.110351562500 +0.550781250000 +0.104980468750 +0.098632812500 +-0.157226562500 +0.018798828125 +0.089843750000 +0.182617187500 +0.130859375000 +0.136718750000 +0.196289062500 +0.148437500000 +0.071777343750 +0.027832031250 +-0.026489257812 +-0.166992187500 +-0.189453125000 +0.008239746094 +0.081542968750 +0.049804687500 +-0.250000000000 +0.003036499023 +0.004577636719 +0.072753906250 +-0.052490234375 +-0.263671875000 +0.003555297852 +0.180664062500 +0.071777343750 +-0.102050781250 +0.062500000000 +-0.304687500000 +-0.023559570312 +0.008972167969 +-0.013732910156 +-0.148437500000 +0.083496093750 +-0.149414062500 +-0.055908203125 +-0.030029296875 +0.074707031250 +-0.033203125000 +-0.080566406250 +0.044433593750 +-0.091308593750 +0.081054687500 +0.052246093750 +-0.083007812500 +-0.038330078125 +-0.102050781250 +-0.076171875000 +0.185546875000 +0.022338867188 +-0.147460937500 +0.098144531250 +-0.094726562500 +-0.054443359375 +-0.173828125000 +0.072265625000 +-0.112304687500 +-0.150390625000 +-0.024047851562 +-0.017822265625 +-0.176757812500 +0.058349609375 +-0.231445312500 +-0.035400390625 +0.005004882812 +-0.096679687500 +-0.503906250000 +-0.138671875000 +-0.096679687500 +-0.204101562500 +0.492187500000 +-0.079589843750 +-0.188476562500 +-0.081542968750 +0.010681152344 +-0.221679687500 +-0.146484375000 +-0.018066406250 +-0.202148437500 +-0.080078125000 +-0.100585937500 +0.048828125000 +-0.236328125000 +0.083984375000 +-0.087890625000 +-0.014282226562 +0.052246093750 +0.009094238281 +0.113769531250 +0.166015625000 +0.083496093750 +0.031738281250 +-0.396484375000 +0.021362304688 +0.010620117188 +-0.119628906250 +0.142578125000 +-0.043212890625 +0.024902343750 +-0.034423828125 +0.009521484375 +-0.155273437500 +-0.172851562500 +-0.082031250000 +-0.132812500000 +-0.061523437500 +0.051513671875 +-0.194335937500 +-0.095214843750 +-0.007995605469 +-0.289062500000 +0.125976562500 +-0.101562500000 +-0.507812500000 +0.129882812500 +-0.044433593750 +0.022216796875 +-0.035888671875 +-0.083007812500 +-0.043945312500 +-0.027465820312 +0.044433593750 +-0.064453125000 +0.014282226562 +-0.003845214844 +-0.039306640625 +-0.285156250000 +-0.026611328125 +0.051025390625 +0.025268554688 +-0.121093750000 +-0.013671875000 +-0.050537109375 +-0.341796875000 +0.088378906250 +-0.166015625000 +-0.122558593750 +0.040527343750 +0.033203125000 +0.016967773438 +-0.170898437500 +0.026977539062 +-0.168945312500 +0.017700195312 +0.014343261719 +-0.088867187500 +-0.184570312500 +-0.014953613281 +0.059570312500 +0.027221679688 +0.136718750000 +-0.107421875000 +0.155273437500 +0.210937500000 +0.109375000000 +0.064941406250 +-0.406250000000 +0.121093750000 +0.012023925781 +-0.094238281250 +0.098144531250 +0.062500000000 +0.039306640625 +0.079101562500 +0.126953125000 +0.045654296875 +-0.261718750000 +0.034912109375 +-0.038330078125 +-0.019653320312 +-0.083007812500 +-0.132812500000 +0.003433227539 +0.060058593750 +-0.378906250000 +-0.063964843750 +-0.150390625000 +-0.261718750000 +0.049560546875 +0.028930664062 +-0.072753906250 +0.005371093750 +-0.184570312500 +-0.029785156250 +0.044921875000 +0.129882812500 +0.062988281250 +-0.106445312500 +-0.183593750000 +0.194335937500 +0.196289062500 +-0.402343750000 +-0.096679687500 +-0.056396484375 +-0.259765625000 +0.031982421875 +0.100585937500 +-0.000463485718 +-0.002838134766 +-0.121582031250 +0.103515625000 +0.109863281250 +-0.035400390625 +-0.081542968750 +0.034423828125 +0.057861328125 +-0.341796875000 +-0.225585937500 +-0.079589843750 +-0.073242187500 +-0.075195312500 +-0.294921875000 +-0.188476562500 +-0.380859375000 +0.104492187500 +0.219726562500 +-0.460937500000 +-0.178710937500 +0.263671875000 +0.070312500000 +-0.137695312500 +-0.355468750000 +0.108886718750 +-0.073242187500 +-0.055664062500 +-0.170898437500 +0.041503906250 +-0.059326171875 +0.310546875000 +-0.039550781250 +0.145507812500 +0.109375000000 +-0.349609375000 +-0.189453125000 +0.146484375000 +0.084472656250 +0.092773437500 +0.032226562500 +0.028320312500 +0.138671875000 +-0.006042480469 +-0.105957031250 +-0.015380859375 +-0.035400390625 +0.028686523438 +-0.228515625000 +0.186523437500 +-0.045166015625 +0.018676757812 +-0.051025390625 +0.034912109375 +0.015869140625 +0.013549804688 +0.031494140625 +-0.125976562500 +0.018676757812 +-0.078125000000 +-0.053710937500 +-0.037597656250 +-0.055908203125 +-0.396484375000 +0.092285156250 +-0.153320312500 +0.015136718750 +-0.124511718750 +-0.057861328125 +-0.010375976562 +0.089355468750 +0.049072265625 +-0.025878906250 +0.056152343750 +-0.164062500000 +0.069824218750 +-0.007537841797 +-0.003189086914 +-0.006896972656 +-0.059082031250 +-0.227539062500 +0.125976562500 +-0.072265625000 +-0.169921875000 +-0.086914062500 +-0.118652343750 +0.036376953125 +-0.285156250000 +0.054199218750 +0.130859375000 +-0.082519531250 +-0.059570312500 +-0.024536132812 +-0.060058593750 +-0.086425781250 +-0.095214843750 +0.255859375000 +0.103027343750 +0.073730468750 +-0.052734375000 +-0.192382812500 +0.061279296875 +-0.067871093750 +0.018066406250 +0.067871093750 +-0.091796875000 +-0.153320312500 +0.172851562500 +-0.043701171875 +-0.037841796875 +-0.074218750000 +0.289062500000 +-0.014221191406 +-0.048828125000 +-0.075683593750 +-0.007568359375 +-0.038574218750 +-0.018676757812 +0.103027343750 +0.021728515625 +-0.390625000000 +-0.205078125000 +-0.008911132812 +0.076171875000 +-0.219726562500 +0.025268554688 +0.129882812500 +-0.016967773438 +-0.007171630859 +-0.103027343750 +0.094726562500 +-0.139648437500 +0.067871093750 +-0.128906250000 +-0.010559082031 +-0.271484375000 +-0.002471923828 +-0.034667968750 +0.136718750000 +-0.098144531250 +-0.241210937500 +-0.197265625000 +0.078613281250 +-0.029052734375 +0.069335937500 +-0.001930236816 +0.085937500000 +0.247070312500 +0.138671875000 +-0.120117187500 +0.044677734375 +-0.287109375000 +0.124511718750 +0.006317138672 +0.021606445312 +-0.142578125000 +0.001495361328 +-0.096191406250 +-0.082031250000 +-0.047363281250 +-0.070312500000 +-0.148437500000 +0.136718750000 +0.009582519531 +0.033203125000 +-0.040527343750 +-0.007263183594 +-0.200195312500 +0.068359375000 +0.029296875000 +-0.180664062500 +0.054443359375 +-0.094726562500 +0.026733398438 +0.102050781250 +0.257812500000 +0.211914062500 +-0.308593750000 +-0.049316406250 +-0.022460937500 +0.186523437500 +-0.001831054688 +-0.153320312500 +-0.291015625000 +-0.025878906250 +-0.007232666016 +0.044921875000 +0.013610839844 +0.012573242188 +-0.190429687500 +-0.007354736328 +-0.096191406250 +0.168945312500 +0.125000000000 +-0.096191406250 +-0.244140625000 +-0.221679687500 +-0.127929687500 +-0.061035156250 +-0.014831542969 +-0.140625000000 +-0.067382812500 +-0.283203125000 +-0.128906250000 +-0.046630859375 +0.133789062500 +-0.014099121094 +-0.365234375000 +-0.246093750000 +0.090820312500 +0.061279296875 +0.177734375000 +0.045166015625 +0.162109375000 +0.040283203125 +0.055175781250 +-0.099609375000 +0.106933593750 +-0.018920898438 +0.030883789062 +-0.257812500000 +-0.040527343750 +-0.012084960938 +0.060302734375 +-0.210937500000 +-0.277343750000 +-0.024780273438 +0.096191406250 +-0.062011718750 +-0.038574218750 +-0.246093750000 +0.019409179688 +-0.187500000000 +-0.050781250000 +-0.065917968750 +-0.324218750000 +-0.029296875000 +-0.018188476562 +0.051757812500 +0.001228332520 +0.134765625000 +0.183593750000 +0.127929687500 +0.075195312500 +-0.298828125000 +0.037841796875 +0.083007812500 +0.072753906250 +-0.088378906250 +-0.269531250000 +-0.165039062500 +-0.116210937500 +-0.101074218750 +0.037841796875 +0.091308593750 +-0.029663085938 +0.124511718750 +-0.253906250000 +0.186523437500 +0.069824218750 +0.080566406250 +-0.021484375000 +0.018432617188 +-0.009704589844 +-0.071777343750 +0.099121093750 +0.024169921875 +-0.306640625000 +-0.478515625000 +0.012451171875 +0.159179687500 +-0.012329101562 +-0.046875000000 +0.039062500000 +0.063476562500 +0.123046875000 +0.068359375000 +-0.117675781250 +0.046875000000 +-0.003540039062 +0.086425781250 +-0.230468750000 +0.046386718750 +-0.087890625000 +0.050781250000 +-0.351562500000 +-0.110839843750 +-0.134765625000 +-0.118164062500 +0.003051757812 +0.018920898438 +0.119140625000 +0.100585937500 +-0.019409179688 +0.058593750000 +-0.098632812500 +0.075195312500 +0.046386718750 +0.077148437500 +-0.029174804688 +0.063476562500 +-0.351562500000 +0.058837890625 +0.109375000000 +-0.006805419922 +-0.128906250000 +-0.000820159912 +0.109863281250 +-0.137695312500 +0.028808593750 +0.006286621094 +0.024658203125 +-0.150390625000 +-0.384765625000 +0.114257812500 +0.113769531250 +-0.059326171875 +0.029663085938 +0.056396484375 +-0.296875000000 +0.005767822266 +-0.542968750000 +0.047119140625 +-0.009948730469 +0.071777343750 +-0.055419921875 +-0.120117187500 +0.004180908203 +-0.103515625000 +0.136718750000 +0.115234375000 +0.088378906250 +0.002441406250 +-0.087402343750 +-0.038085937500 +-0.129882812500 +-0.005706787109 +-0.125976562500 +-0.154296875000 +-0.048339843750 +-0.016723632812 +-0.180664062500 +-0.020385742188 +-0.155273437500 +-0.154296875000 +0.061279296875 +-0.043701171875 +0.010375976562 +0.098632812500 +0.133789062500 +0.025878906250 +0.018798828125 +0.169921875000 +-0.173828125000 +0.080078125000 +0.033447265625 +0.052246093750 +-0.203125000000 +0.074707031250 +0.012451171875 +-0.021606445312 +-0.008911132812 +-0.220703125000 +-0.006134033203 +-0.107421875000 +0.062988281250 +-0.006042480469 +0.070800781250 +0.049560546875 +0.032714843750 +-0.102050781250 +0.051757812500 +-0.148437500000 +-0.187500000000 +0.033935546875 +-0.041748046875 +0.005584716797 +-0.035156250000 +0.165039062500 +0.190429687500 +0.152343750000 +0.063476562500 +-0.062500000000 +0.093750000000 +0.001739501953 +-0.140625000000 +0.001708984375 +-0.279296875000 +-0.376953125000 +-0.059570312500 +-0.213867187500 +-0.322265625000 +-0.125976562500 +-0.004486083984 +-0.041748046875 +0.174804687500 +0.071777343750 +-0.155273437500 +-0.017333984375 +-0.106933593750 +0.037597656250 +-0.018798828125 +0.001296997070 +0.040527343750 +-0.030761718750 +-0.122558593750 +0.104003906250 +0.166992187500 +-0.214843750000 +0.008972167969 +0.018188476562 +-0.020751953125 +0.014160156250 +-0.015014648438 +0.138671875000 +0.104492187500 +0.090332031250 +-0.198242187500 +-0.155273437500 +-0.043212890625 +-0.083984375000 +-0.249023437500 +-0.507812500000 +0.018798828125 +0.161132812500 +-0.006683349609 +-0.127929687500 +0.130859375000 +0.034912109375 +-0.006103515625 +-0.229492187500 +-0.048583984375 +0.117675781250 +0.159179687500 +0.040771484375 +0.082031250000 +0.061523437500 +0.112304687500 +-0.617187500000 +0.095703125000 +-0.104003906250 +-0.925781250000 +-0.439453125000 +0.001075744629 +0.092773437500 +0.054931640625 +0.016113281250 +-0.458984375000 +0.108886718750 +-0.523437500000 +-0.812500000000 +0.141601562500 +-0.032958984375 +-0.010192871094 +-0.004913330078 +0.097167968750 +0.069335937500 +-0.005035400391 +-0.238281250000 +0.097167968750 +-0.042724609375 +0.051025390625 +0.277343750000 +0.187500000000 +-0.196289062500 +-0.033935546875 +-0.351562500000 +-0.292968750000 +-0.152343750000 +-0.106445312500 +0.001144409180 +-0.117187500000 +0.125976562500 +0.111816406250 +0.139648437500 +0.089355468750 +0.273437500000 +0.062988281250 +0.036865234375 +-0.234375000000 +-0.128906250000 +0.026489257812 +-0.043457031250 +0.144531250000 +-0.030883789062 +0.231445312500 +-0.289062500000 +-0.151367187500 +-0.090332031250 +0.022216796875 +0.082031250000 +-0.107421875000 +-0.034912109375 +0.053955078125 +-0.015869140625 +0.101562500000 +-0.625000000000 +0.122558593750 +-0.126953125000 +-0.090332031250 +-0.075683593750 +0.016479492188 +0.064453125000 +-0.052490234375 +0.128906250000 +-0.034667968750 +0.157226562500 +0.065429687500 +0.127929687500 +0.016723632812 +-0.058837890625 +0.144531250000 +0.055175781250 +0.145507812500 +-0.038330078125 +-0.220703125000 +-0.365234375000 +-0.109375000000 +-0.531250000000 +-0.156250000000 +-0.091796875000 +-0.018066406250 +0.023681640625 +0.176757812500 +0.074218750000 +-0.249023437500 +0.051513671875 +0.053955078125 +0.101074218750 +-0.056396484375 +0.020019531250 +0.169921875000 +0.103515625000 +0.031250000000 +-0.057373046875 +-0.005218505859 +-0.079589843750 +0.044921875000 +0.039550781250 +-0.066894531250 +-0.208984375000 +0.123046875000 +0.095214843750 +0.144531250000 +0.000598907471 +-0.132812500000 +-0.150390625000 +-0.040039062500 +0.064941406250 +-0.182617187500 +-0.054687500000 +-0.148437500000 +-0.172851562500 +-0.172851562500 +-0.171875000000 +-0.063964843750 +-0.339843750000 +0.094238281250 +-0.246093750000 +-0.123046875000 +0.197265625000 +0.132812500000 +0.065917968750 +-0.220703125000 +-0.066406250000 +-0.005554199219 +0.053222656250 +-0.125976562500 +0.259765625000 +-0.023681640625 +-0.029296875000 +0.113769531250 +0.096191406250 +0.058105468750 +-0.237304687500 +0.194335937500 +0.090332031250 +-0.185546875000 +-0.025268554688 +-0.160156250000 +-0.057617187500 +-0.033935546875 +-0.157226562500 +-0.308593750000 +-0.115722656250 +-0.002471923828 +0.230468750000 +0.241210937500 +0.071289062500 +0.129882812500 +-0.060791015625 +-0.080078125000 +0.039306640625 +0.208007812500 +0.033203125000 +0.044677734375 +0.106933593750 +0.060302734375 +-0.049316406250 +0.094238281250 +-0.294921875000 +-0.017456054688 +-0.124023437500 +-0.022583007812 +-0.130859375000 +-0.125976562500 +0.111816406250 +0.129882812500 +0.221679687500 +0.347656250000 +0.090332031250 +0.041503906250 +0.062988281250 +-0.165039062500 +-0.245117187500 +0.138671875000 +0.166992187500 +0.043457031250 +0.083007812500 +0.068359375000 +-0.023925781250 +0.107421875000 +-0.187500000000 +-0.108398437500 +0.081542968750 +-0.163085937500 +-0.083007812500 +0.165039062500 +-0.043945312500 +0.046386718750 +-0.124023437500 +-0.376953125000 +-0.155273437500 +-0.070800781250 +-0.291015625000 +0.089355468750 +0.078613281250 +-0.061767578125 +-0.115234375000 +-0.073242187500 +-0.160156250000 +0.178710937500 +-0.123046875000 +-0.077636718750 +-0.318359375000 +0.110351562500 +-0.320312500000 +0.135742187500 +-0.225585937500 +-0.223632812500 +-0.184570312500 +-0.253906250000 +-0.087890625000 +-0.196289062500 +0.016235351562 +-0.180664062500 +-0.029541015625 +0.060791015625 +-0.129882812500 +0.046875000000 +0.044433593750 +-0.234375000000 +0.071289062500 +0.168945312500 +0.005004882812 +-0.014465332031 +0.126953125000 +-0.009521484375 +0.151367187500 +0.118164062500 +0.036621093750 +-0.314453125000 +-0.065917968750 +-0.228515625000 +0.075195312500 +0.071289062500 +-0.273437500000 +0.080566406250 +-0.271484375000 +0.111328125000 +-0.022827148438 +-0.039550781250 +-0.088378906250 +-0.392578125000 +-0.151367187500 +-0.040527343750 +-0.253906250000 +-0.216796875000 +-0.451171875000 +0.060058593750 +-0.044433593750 +0.100097656250 +-0.005767822266 +0.034179687500 +0.036132812500 +0.061767578125 +-0.149414062500 +-0.194335937500 +-0.005462646484 +-0.005706787109 +0.125976562500 +0.034667968750 +0.065917968750 +-0.008178710938 +-0.198242187500 +0.218750000000 +0.155273437500 +-0.056640625000 +0.062011718750 +0.078613281250 +-0.019287109375 +0.028076171875 +0.022216796875 +-0.122558593750 +0.020385742188 +-0.251953125000 +-0.265625000000 +-0.059570312500 +0.183593750000 +-0.008911132812 +0.106933593750 +0.016235351562 +-0.149414062500 +0.277343750000 +0.070800781250 +0.073242187500 +-0.085449218750 +-0.075683593750 +0.052246093750 +-0.000110626221 +-0.069335937500 +-0.265625000000 +0.138671875000 +-0.169921875000 +-0.076660156250 +-0.038574218750 +-0.123535156250 +-0.043701171875 +0.127929687500 +0.121093750000 +-0.025268554688 +0.079589843750 +-0.152343750000 +0.094726562500 +0.054931640625 +0.054443359375 +-0.111816406250 +-0.047607421875 +-0.160156250000 +0.140625000000 +0.115722656250 +-0.004730224609 +-0.128906250000 +0.112792968750 +0.067871093750 +-0.147460937500 +0.052246093750 +-0.033935546875 +0.100585937500 +0.108886718750 +0.048095703125 +-0.237304687500 +-0.102539062500 +-0.079589843750 +-0.097656250000 +-0.018310546875 +0.065917968750 +0.075195312500 +0.089355468750 +-0.178710937500 +0.018188476562 +0.277343750000 +0.118652343750 +0.082031250000 +0.019653320312 +0.115234375000 +-0.075195312500 +0.102539062500 +0.130859375000 +-0.065917968750 +-0.144531250000 +-0.004852294922 +0.189453125000 +-0.289062500000 +-0.113769531250 +0.267578125000 +-0.166015625000 +0.165039062500 +0.090820312500 +-0.014404296875 +0.058105468750 +0.148437500000 +0.172851562500 +-0.066894531250 +0.060546875000 +-0.255859375000 +0.212890625000 +-0.165039062500 +-0.093261718750 +-0.065917968750 +0.147460937500 +0.125000000000 +0.006072998047 +0.052734375000 +-0.037353515625 +0.199218750000 +0.026123046875 +-0.016601562500 +0.045410156250 +-0.000329971313 +0.174804687500 +-0.041748046875 +-0.037353515625 +0.086914062500 +0.101074218750 +-0.200195312500 +-0.089355468750 +0.060302734375 +0.042480468750 +0.067382812500 +-0.010925292969 +0.052978515625 +0.099121093750 +-0.035888671875 +-0.046386718750 +-0.120117187500 +-0.096679687500 +-0.097167968750 +-0.166992187500 +0.025268554688 +-0.008972167969 +-0.044677734375 +-0.050537109375 +0.281250000000 +-0.011657714844 +0.196289062500 +0.022338867188 +-0.005401611328 +0.146484375000 +0.043945312500 +0.095703125000 +0.015991210938 +-0.027954101562 +-0.388671875000 +-0.330078125000 +-0.182617187500 +0.104492187500 +0.052734375000 +0.014831542969 +0.163085937500 +-0.011840820312 +0.145507812500 +0.133789062500 +-0.093261718750 +0.020751953125 +-0.020874023438 +-0.010253906250 +-0.079589843750 +0.058593750000 +-0.187500000000 +0.113281250000 +-0.166015625000 +-0.153320312500 +-0.025146484375 +-0.173828125000 +0.021850585938 +-0.030395507812 +0.079589843750 +0.005523681641 +0.081054687500 +-0.111816406250 +-0.018798828125 +0.038330078125 +-0.001129150391 +0.138671875000 +0.075195312500 +0.019409179688 +0.061035156250 +0.109375000000 +-0.004882812500 +-0.155273437500 +0.091308593750 +0.088378906250 +-0.087402343750 +0.052001953125 +0.064941406250 +-0.054687500000 +-0.117187500000 +0.050537109375 +-0.195312500000 +-0.271484375000 +0.082519531250 +-0.192382812500 +-0.207031250000 +-0.050537109375 +-0.320312500000 +-0.202148437500 +-0.249023437500 +-0.361328125000 +-0.103027343750 +0.132812500000 +-0.012756347656 +-0.163085937500 +-0.052246093750 +-0.134765625000 +0.012390136719 +-0.041503906250 +0.123046875000 +0.011596679688 +-0.045166015625 +-0.535156250000 +-0.039062500000 +-0.644531250000 +0.065917968750 +-0.051513671875 +-0.029663085938 +-0.100097656250 +0.085449218750 +-0.024414062500 +-0.125976562500 +0.067382812500 +0.080078125000 +-0.116210937500 +0.006103515625 +-0.263671875000 +0.071289062500 +-0.054687500000 +0.117187500000 +-0.012756347656 +0.003005981445 +-0.007873535156 +-0.005798339844 +-0.206054687500 +0.105468750000 +0.052978515625 +0.005279541016 +0.122070312500 +0.044189453125 +0.060058593750 +-0.238281250000 +-0.234375000000 +0.128906250000 +-0.105957031250 +-0.316406250000 +-0.162109375000 +0.015625000000 +0.067871093750 +-0.119140625000 +0.080566406250 +-0.051269531250 +0.148437500000 +0.041992187500 +0.345703125000 +0.267578125000 +0.028442382812 +-0.012207031250 +-0.044677734375 +0.169921875000 +0.014221191406 +0.232421875000 +0.117675781250 +-0.306640625000 +-0.121582031250 +0.116210937500 +-0.022460937500 +-0.000976562500 +0.032714843750 +-0.041748046875 +-0.172851562500 +0.067382812500 +-0.062988281250 +0.077636718750 +0.142578125000 +0.052246093750 +0.126953125000 +-0.123535156250 +0.067871093750 +-0.107910156250 +0.164062500000 +0.031494140625 +-0.128906250000 +-0.053222656250 +0.029907226562 +0.054931640625 +0.124511718750 +-0.166015625000 +-0.007598876953 +0.058105468750 +0.187500000000 +-0.058105468750 +0.120117187500 +-0.345703125000 +-0.052001953125 +0.120605468750 +-0.033203125000 +-0.086425781250 +0.171875000000 +-0.022949218750 +0.056396484375 +-0.060302734375 +-0.112304687500 +0.106933593750 +0.130859375000 +0.166992187500 +0.166992187500 +-0.033447265625 +-0.017333984375 +-0.306640625000 +-0.136718750000 +0.070312500000 +0.098144531250 +0.123046875000 +0.147460937500 +-0.151367187500 +0.168945312500 +-0.002273559570 +0.127929687500 +0.190429687500 +-0.074218750000 +0.032470703125 +-0.067382812500 +0.131835937500 +0.085937500000 +0.055664062500 +0.152343750000 +-0.106445312500 +0.199218750000 +0.116699218750 +0.025878906250 +0.055664062500 +0.040527343750 +-0.017456054688 +-0.025146484375 +-0.182617187500 +-0.158203125000 +-0.312500000000 +-0.380859375000 +-0.007263183594 +0.085937500000 +-0.140625000000 +0.052978515625 +-0.261718750000 +0.025512695312 +0.121093750000 +-0.027099609375 +-0.069335937500 +-0.110351562500 +-0.124511718750 +0.026000976562 +-0.103515625000 +0.009033203125 +-0.042480468750 +0.170898437500 +-0.279296875000 +0.006469726562 +-0.097656250000 +-0.147460937500 +0.021118164062 +0.104492187500 +0.046630859375 +0.233398437500 +0.092773437500 +0.103027343750 +-0.190429687500 +-0.170898437500 +0.145507812500 +-0.032470703125 +0.155273437500 +0.253906250000 +-0.312500000000 +0.155273437500 +0.330078125000 +-0.066406250000 +-0.265625000000 +-0.002685546875 +0.027954101562 +-0.156250000000 +0.064941406250 +-0.021606445312 +-0.070800781250 +-0.195312500000 +-0.013793945312 +-0.038330078125 +0.022460937500 +0.098144531250 +-0.078613281250 +0.095214843750 +-0.099121093750 +-0.125000000000 +-0.226562500000 +-0.116210937500 +-0.123535156250 +-0.238281250000 +0.201171875000 +-0.675781250000 +-0.049804687500 +-0.082031250000 +-0.066894531250 +-0.222656250000 +0.016845703125 +-0.125976562500 +0.052001953125 +0.168945312500 +-0.124023437500 +0.023071289062 +0.044677734375 +-0.070800781250 +-0.092773437500 +-0.184570312500 +-0.155273437500 +0.072265625000 +-0.042724609375 +-0.217773437500 +0.084472656250 +0.126953125000 +0.033447265625 +0.203125000000 +0.011535644531 +0.030883789062 +-0.076171875000 +-0.136718750000 +-0.092285156250 +-0.041748046875 +-0.015136718750 +-0.104003906250 +0.149414062500 +-0.098144531250 +0.028808593750 +-0.109375000000 +0.077636718750 +0.073242187500 +0.012145996094 +-0.143554687500 +0.070800781250 +0.087402343750 +0.269531250000 +-0.361328125000 +-0.058593750000 +0.020019531250 +-0.133789062500 +-0.007507324219 +0.085449218750 +-0.095214843750 +0.090332031250 +0.119140625000 +-0.079589843750 +-0.281250000000 +0.093750000000 +0.065429687500 +-0.036376953125 +-0.053955078125 +-0.049072265625 +0.047119140625 +0.036376953125 +-0.050537109375 +-0.496093750000 +-0.042480468750 +-0.003021240234 +-0.209960937500 +-0.140625000000 +-0.120117187500 +-0.275390625000 +0.002029418945 +0.178710937500 +0.100097656250 +-0.006866455078 +0.030761718750 +-0.115722656250 +0.220703125000 +-0.141601562500 +-0.004058837891 +-0.065429687500 +0.021850585938 +-0.099609375000 +-0.035888671875 +0.108398437500 +-0.292968750000 +-0.117187500000 +0.096191406250 +0.051025390625 +-0.067871093750 +-0.076171875000 +-0.043701171875 +-0.158203125000 +-0.116699218750 +-0.041015625000 +0.201171875000 +0.021850585938 +-0.125976562500 +0.099609375000 +-0.318359375000 +-0.021972656250 +-0.188476562500 +0.030151367188 +0.151367187500 +-0.100585937500 +0.010498046875 +-0.158203125000 +-0.168945312500 +-0.104980468750 +0.135742187500 +-0.141601562500 +-0.066894531250 +-0.261718750000 +-0.104003906250 +-0.015869140625 +0.122558593750 +0.004760742188 +0.078125000000 +0.152343750000 +0.142578125000 +0.154296875000 +0.003585815430 +0.050048828125 +-0.023559570312 +0.044189453125 +0.204101562500 +-0.196289062500 +-0.018066406250 +0.166015625000 +-0.425781250000 +0.014526367188 +-0.171875000000 +-0.064453125000 +-0.155273437500 +-0.214843750000 +0.084960937500 +-0.013000488281 +-0.111816406250 +-0.082519531250 +0.015014648438 +-0.153320312500 +0.202148437500 +-0.196289062500 +0.004119873047 +-0.188476562500 +-0.302734375000 +-0.030761718750 +0.115234375000 +-0.050781250000 +-0.251953125000 +-0.233398437500 +0.073730468750 +0.092773437500 +0.173828125000 +0.113281250000 +-0.007446289062 +-0.523437500000 +-0.060791015625 +0.119628906250 +0.137695312500 +-0.007934570312 +0.224609375000 +0.059082031250 +-0.124511718750 +-0.110839843750 +-0.014343261719 +-0.162109375000 +0.105468750000 +-0.164062500000 +0.090332031250 +-0.217773437500 +-0.063476562500 +0.265625000000 +-0.347656250000 +-0.164062500000 +0.128906250000 +-0.012268066406 +-0.001777648926 +0.045410156250 +-0.147460937500 +-0.031982421875 +0.055175781250 +-0.001167297363 +0.095703125000 +0.140625000000 +0.069824218750 +-0.104003906250 +-0.037109375000 +-0.116210937500 +0.047119140625 +-0.267578125000 +0.021850585938 +-0.126953125000 +0.166015625000 +-0.160156250000 +0.006652832031 +0.191406250000 +-0.038330078125 +0.083007812500 +-0.183593750000 +-0.218750000000 +-0.045410156250 +0.016967773438 +-0.277343750000 +-0.168945312500 +-0.177734375000 +-0.198242187500 +-0.071777343750 +0.165039062500 +-0.040039062500 +0.089843750000 +-0.056396484375 +0.056396484375 +0.023315429688 +-0.075683593750 +0.108886718750 +0.033447265625 +-0.390625000000 +0.100585937500 +0.035888671875 +0.094726562500 +-0.011108398438 +-0.151367187500 +0.094238281250 +0.071289062500 +0.078125000000 +-0.021240234375 +-0.170898437500 +0.230468750000 +-0.101562500000 +0.139648437500 +-0.052978515625 +0.051757812500 +-0.255859375000 +-0.102539062500 +0.154296875000 +0.009216308594 +0.211914062500 +0.120605468750 +0.144531250000 +0.031738281250 +0.298828125000 +0.048339843750 +-0.470703125000 +0.144531250000 +-0.156250000000 +-0.088378906250 +-0.053222656250 +0.202148437500 +0.065917968750 +0.155273437500 +-0.016479492188 +-0.353515625000 +0.003173828125 +-0.326171875000 +-0.147460937500 +-0.059570312500 +0.106933593750 +-0.034667968750 +0.092285156250 +-0.020996093750 +-0.257812500000 +-0.044677734375 +0.139648437500 +0.246093750000 +0.061523437500 +0.006256103516 +-0.353515625000 +0.092773437500 +0.030639648438 +-0.308593750000 +-0.535156250000 +-0.390625000000 +-0.193359375000 +-0.053710937500 +-0.067382812500 +0.031250000000 +-0.074218750000 +-0.202148437500 +0.155273437500 +0.107421875000 +-0.000564575195 +-0.122070312500 +0.094238281250 +-0.474609375000 +0.105468750000 +-0.092773437500 +-0.009582519531 +-0.081542968750 +0.326171875000 +-0.316406250000 +0.041259765625 +0.020141601562 +-0.053710937500 +0.031982421875 +-0.112304687500 +-0.140625000000 +-0.009826660156 +-0.153320312500 +-0.035888671875 +-0.119628906250 +-0.123046875000 +0.093750000000 +-0.037353515625 +-0.048828125000 +0.117187500000 +-0.009338378906 +0.055419921875 +-0.009460449219 +0.166992187500 +0.071289062500 +0.115722656250 +-0.093750000000 +0.073242187500 +-0.269531250000 +0.000637054443 +0.175781250000 +0.044921875000 +-0.011962890625 +-0.096679687500 +0.226562500000 +-0.205078125000 +0.025634765625 +-0.449218750000 +-0.196289062500 +-0.116210937500 +0.123046875000 +-0.239257812500 +0.131835937500 +0.026977539062 +0.017822265625 +0.083496093750 +0.102539062500 +0.102050781250 +-0.126953125000 +-0.165039062500 +0.105957031250 +0.191406250000 +-0.054443359375 +0.065917968750 +-0.089355468750 +0.135742187500 +-0.043457031250 +0.035888671875 +0.026733398438 +0.125976562500 +-0.036621093750 +-0.004089355469 +-0.017944335938 +0.151367187500 +-0.009704589844 +-0.037109375000 +-0.038818359375 +0.098144531250 +-0.168945312500 +0.185546875000 +-0.015075683594 +0.011230468750 +0.006958007812 +-0.109863281250 +-0.072265625000 +0.014770507812 +0.074707031250 +-0.056396484375 +-0.126953125000 +0.036376953125 +-0.102050781250 +0.047851562500 +0.093750000000 +0.082519531250 +-0.030395507812 +0.040283203125 +-0.138671875000 +-0.308593750000 +0.349609375000 +0.081542968750 +0.065429687500 +0.078125000000 +0.086425781250 +0.133789062500 +0.078613281250 +0.022460937500 +-0.099609375000 +0.241210937500 +-0.208984375000 +-0.032714843750 +-0.081542968750 +0.042480468750 +0.153320312500 +0.143554687500 +0.059570312500 +-0.222656250000 +-0.030029296875 +0.104003906250 +-0.093261718750 +-0.026733398438 +-0.026733398438 +0.023681640625 +-0.237304687500 +0.091796875000 +-0.030639648438 +0.071777343750 +0.023315429688 +0.100097656250 +-0.099609375000 +-0.087890625000 +0.024414062500 +0.068847656250 +0.014038085938 +0.145507812500 +0.165039062500 +-0.037841796875 +-0.044677734375 +-0.392578125000 +-0.208007812500 +-0.077636718750 +-0.004272460938 +0.126953125000 +0.028442382812 +-0.047119140625 +-0.100585937500 +0.112304687500 +-0.132812500000 +-0.083496093750 +0.203125000000 +-0.427734375000 +0.078125000000 +0.204101562500 +0.480468750000 +0.187500000000 +0.028564453125 +0.111328125000 +0.084472656250 +0.105468750000 +-0.101074218750 +-0.179687500000 +0.047607421875 +-0.140625000000 +-0.406250000000 +0.188476562500 +-0.104492187500 +0.034667968750 +-0.179687500000 +-0.040527343750 +-0.080566406250 +-0.099609375000 +0.312500000000 +-0.215820312500 +0.221679687500 +0.123046875000 +0.093261718750 +-0.203125000000 +0.095214843750 +-0.178710937500 +0.068359375000 +-0.166015625000 +0.117187500000 +-0.024291992188 +0.127929687500 +-0.182617187500 +0.100585937500 +0.024169921875 +0.113769531250 +-0.105468750000 +-0.250000000000 +-0.068847656250 +-0.101562500000 +-0.107421875000 +0.008422851562 +-0.090332031250 +0.062255859375 +0.048828125000 +-0.002471923828 +0.190429687500 +-0.068847656250 +0.000705718994 +-0.159179687500 +0.113769531250 +0.064453125000 +-0.129882812500 +0.041503906250 +-0.285156250000 +0.127929687500 +0.002410888672 +0.052490234375 +-0.017211914062 +-0.104003906250 +-0.105957031250 +0.046142578125 +-0.046386718750 +-0.193359375000 +-0.056640625000 +0.126953125000 +-0.125976562500 +-0.152343750000 +0.017333984375 +0.000759124756 +0.177734375000 +0.069824218750 +-0.094238281250 +0.056884765625 +-0.043945312500 +0.101074218750 +0.097656250000 +0.079101562500 +-0.231445312500 +-0.010925292969 +0.083496093750 +-0.072265625000 +0.074707031250 +-0.371093750000 +-0.287109375000 +0.259765625000 +0.085937500000 +0.115722656250 +0.179687500000 +0.067871093750 +0.124023437500 +0.059814453125 +-0.265625000000 +-0.044921875000 +-0.033935546875 +-0.052001953125 +-0.562500000000 +0.097656250000 +-0.617187500000 +0.211914062500 +0.098144531250 +-0.781250000000 +-0.086425781250 +0.265625000000 +-0.028930664062 +0.146484375000 +0.005889892578 +0.165039062500 +-0.175781250000 +-0.110839843750 +-0.136718750000 +-0.168945312500 +-0.020019531250 +0.180664062500 +-0.090332031250 +-0.072265625000 +0.125000000000 +-0.012145996094 +-0.079101562500 +0.124023437500 +-0.074218750000 +-0.073242187500 +0.189453125000 +-0.088378906250 +-0.036865234375 +-0.046875000000 +0.007415771484 +0.070312500000 +0.148437500000 +-0.139648437500 +-0.054687500000 +-0.068847656250 +0.075683593750 +0.112304687500 +0.057617187500 +0.001686096191 +-0.474609375000 +0.073242187500 +-0.129882812500 +-0.365234375000 +-0.025878906250 +-0.047607421875 +0.095214843750 +0.108886718750 +0.001388549805 +-0.145507812500 +0.032958984375 +-0.199218750000 +-0.714843750000 +0.120605468750 +-0.039306640625 +0.092773437500 +-0.026367187500 +0.005523681641 +-0.137695312500 +0.058837890625 +-0.105468750000 +0.069824218750 +-0.029296875000 +0.008483886719 +-0.193359375000 +0.162109375000 +-0.101074218750 +-0.221679687500 +-0.427734375000 +-0.097656250000 +-0.081542968750 +-0.243164062500 +0.010192871094 +-0.016845703125 +-0.039550781250 +-0.121093750000 +0.045654296875 +0.059570312500 +-0.181640625000 +0.041992187500 +0.057617187500 +0.041503906250 +0.053222656250 +-0.132812500000 +-0.141601562500 +0.114746093750 +-0.022583007812 +0.208984375000 +-0.038085937500 +0.095703125000 +-0.141601562500 +0.173828125000 +0.022949218750 +0.108886718750 +0.046630859375 +-0.134765625000 +-0.020751953125 +-0.597656250000 +-0.761718750000 +-0.345703125000 +0.057861328125 +0.073242187500 +-0.021728515625 +-0.211914062500 +0.026245117188 +-0.088378906250 +-0.225585937500 +0.130859375000 +-0.247070312500 +-0.121582031250 +0.018188476562 +-0.212890625000 +-0.322265625000 +-0.398437500000 +-0.061035156250 +-0.447265625000 +-0.273437500000 +0.000212669373 +-0.151367187500 +0.062255859375 +0.097656250000 +-0.178710937500 +-0.183593750000 +0.075195312500 +-0.205078125000 +-0.001403808594 +-0.073242187500 +0.023071289062 +-0.312500000000 +0.125000000000 +-0.523437500000 +-0.193359375000 +-0.003219604492 +-0.206054687500 +-0.203125000000 +-0.141601562500 +-0.128906250000 +-0.065917968750 +-0.104980468750 +-0.261718750000 +0.114257812500 +0.094726562500 +-0.157226562500 +0.041748046875 +-0.164062500000 +-0.312500000000 +-0.083496093750 +0.023925781250 +0.054931640625 +0.109863281250 +0.098144531250 +0.047119140625 +-0.003768920898 +0.097656250000 +-0.037353515625 +-0.061523437500 +-0.106933593750 +-0.005401611328 +-0.002517700195 +-0.053955078125 +0.031738281250 +0.157226562500 +0.034912109375 +0.162109375000 +0.000434875488 +-0.215820312500 +0.056884765625 +-0.045898437500 +0.236328125000 +0.099121093750 +0.165039062500 +0.386718750000 +0.125976562500 +-0.015747070312 +0.016357421875 +0.042236328125 +-0.025024414062 +0.160156250000 +-0.023803710938 +-0.094238281250 +-0.008728027344 +0.231445312500 +-0.168945312500 +-0.016479492188 +-0.126953125000 +0.013854980469 +0.125000000000 +0.053466796875 +-0.100097656250 +0.138671875000 +0.042724609375 +-0.014587402344 +0.011108398438 +-0.423828125000 +0.018432617188 +-0.079101562500 +0.101562500000 +-0.008605957031 +0.099609375000 +0.001159667969 +0.218750000000 +-0.010131835938 +0.123046875000 +-0.065429687500 +0.085449218750 +-0.136718750000 +0.226562500000 +-0.110839843750 +0.062255859375 +-0.193359375000 +0.101562500000 +-0.050781250000 +0.133789062500 +0.067871093750 +0.182617187500 +0.146484375000 +-0.043945312500 +0.109375000000 +-0.118652343750 +0.122070312500 +0.119140625000 +0.095703125000 +-0.006774902344 +-0.210937500000 +0.047363281250 +0.184570312500 +-0.359375000000 +-0.091796875000 +0.012451171875 +0.007812500000 +0.148437500000 +-0.002868652344 +0.087890625000 +0.091308593750 +0.001037597656 +0.152343750000 +0.067382812500 +0.074707031250 +-0.095703125000 +0.079101562500 +0.008117675781 +-0.164062500000 +0.025146484375 +-0.417968750000 +-0.195312500000 +-0.026733398438 +0.118652343750 +0.089843750000 +0.188476562500 +-0.093261718750 +0.061767578125 +-0.088378906250 +0.056396484375 +0.200195312500 +0.135742187500 +-0.024902343750 +-0.486328125000 +-0.196289062500 +-0.351562500000 +0.134765625000 +0.165039062500 +-0.707031250000 +0.125000000000 +0.326171875000 +-0.033447265625 +-0.139648437500 +0.038085937500 +-0.098144531250 +-0.023559570312 +-0.170898437500 +-0.106445312500 +-0.165039062500 +-0.148437500000 +0.043457031250 +0.003829956055 +0.126953125000 +-0.073730468750 +0.044921875000 +0.033691406250 +-0.070312500000 +0.206054687500 +0.041259765625 +-0.005950927734 +-0.008911132812 +-0.091796875000 +-0.027587890625 +0.151367187500 +-0.235351562500 +-0.012207031250 +-0.012329101562 +0.176757812500 +0.080566406250 +0.040527343750 +-0.125000000000 +0.061279296875 +-0.141601562500 +0.129882812500 +0.125976562500 +0.068847656250 +-0.164062500000 +-0.023071289062 +-0.055175781250 +-0.020996093750 +-0.056396484375 +-0.073730468750 +0.046630859375 +0.095703125000 +-0.277343750000 +-0.091796875000 +0.193359375000 +0.033935546875 +0.072265625000 +0.056152343750 +-0.095703125000 +-0.136718750000 +0.122070312500 +0.231445312500 +-0.053710937500 +-0.026855468750 +-0.106933593750 +0.156250000000 +-0.392578125000 +-0.074218750000 +0.291015625000 +0.055175781250 +0.130859375000 +0.103027343750 +-0.006805419922 +-0.028930664062 +0.019042968750 +0.080566406250 +-0.351562500000 +0.067871093750 +-0.167968750000 +0.128906250000 +-0.271484375000 +-0.086914062500 +0.119628906250 +0.066406250000 +0.158203125000 +-0.006835937500 +-0.020019531250 +0.015625000000 +0.055419921875 +0.025146484375 +0.037353515625 +0.042480468750 +-0.029663085938 +0.087890625000 +0.095703125000 +-0.003906250000 +-0.251953125000 +0.155273437500 +-0.285156250000 +-0.124511718750 +-0.085937500000 +0.047607421875 +0.029541015625 +0.263671875000 +-0.037353515625 +0.160156250000 +0.140625000000 +0.103515625000 +0.429687500000 +-0.053222656250 +0.034912109375 +-0.289062500000 +0.098632812500 +-0.007873535156 +0.177734375000 +0.115722656250 +-0.367187500000 +0.101562500000 +0.191406250000 +0.017333984375 +0.153320312500 +-0.009582519531 +0.162109375000 +0.125976562500 +-0.113769531250 +-0.103027343750 +0.010498046875 +-0.102050781250 +-0.255859375000 +0.074218750000 +-0.086425781250 +0.119140625000 +-0.314453125000 +0.026733398438 +0.046142578125 +0.196289062500 +0.011901855469 +0.063964843750 +0.002182006836 +0.128906250000 +0.111816406250 +0.070312500000 +-0.039550781250 +0.120117187500 +-0.189453125000 +-0.053955078125 +-0.087890625000 +0.072753906250 +0.159179687500 +0.094726562500 +-0.064941406250 +0.017822265625 +0.138671875000 +0.104492187500 +-0.036376953125 +-0.021606445312 +0.012023925781 +0.046386718750 +0.109863281250 +0.118652343750 +0.041992187500 +0.036865234375 +0.128906250000 +-0.238281250000 +0.084960937500 +-0.099121093750 +-0.267578125000 +-0.124023437500 +-0.107910156250 +0.028930664062 +-0.069824218750 +0.213867187500 +-0.166015625000 +-0.233398437500 +0.061767578125 +0.092773437500 +0.065917968750 +-0.212890625000 +0.057128906250 +0.020263671875 +0.104003906250 +0.097167968750 +-0.104492187500 +-0.253906250000 +-0.310546875000 +0.018432617188 +-0.225585937500 +-0.071289062500 +-0.091796875000 +0.088867187500 +-0.259765625000 +0.099121093750 +-0.105468750000 +0.075683593750 +-0.349609375000 +-0.023437500000 +0.004791259766 +-0.104492187500 +0.191406250000 +-0.091308593750 +0.042968750000 +-0.098144531250 +-0.028686523438 +0.068847656250 +0.112792968750 +-0.042236328125 +0.017333984375 +0.053466796875 +-0.285156250000 +0.032470703125 +-0.054931640625 +0.085937500000 +-0.078125000000 +-0.021972656250 +0.013183593750 +-0.006805419922 +0.047119140625 +0.077148437500 +0.019775390625 +0.152343750000 +0.045654296875 +0.123046875000 +0.086914062500 +0.049560546875 +0.168945312500 +-0.714843750000 +-0.127929687500 +-0.044189453125 +-0.437500000000 +0.014587402344 +-0.069824218750 +-0.073242187500 +-0.047363281250 +0.054687500000 +0.053710937500 +0.132812500000 +0.271484375000 +0.081054687500 +0.179687500000 +-0.150390625000 +-0.294921875000 +-0.038818359375 +0.205078125000 +0.041015625000 +-0.294921875000 +0.193359375000 +0.208984375000 +0.079101562500 +0.043212890625 +-0.119628906250 +-0.187500000000 +0.085449218750 +0.053222656250 +-0.003051757812 +-0.081054687500 +-0.065429687500 +-0.059082031250 +0.147460937500 +0.113769531250 +-0.070800781250 +-0.199218750000 +0.088378906250 +-0.025390625000 +0.040527343750 +-0.048583984375 +0.009948730469 +0.220703125000 +0.097656250000 +0.117187500000 +-0.127929687500 +-0.242187500000 +0.115722656250 +-0.093750000000 +0.028808593750 +-0.527343750000 +0.008911132812 +-0.000086307526 +0.149414062500 +0.208007812500 +-0.113769531250 +0.001113891602 +0.054443359375 +0.063476562500 +0.019409179688 +-0.163085937500 +-0.314453125000 +0.017944335938 +-0.114746093750 +-0.152343750000 +-0.019409179688 +0.085449218750 +-0.273437500000 +-0.240234375000 +-0.030639648438 +0.057128906250 +0.024902343750 +-0.018676757812 +0.087402343750 +0.062500000000 +-0.145507812500 +-0.082519531250 +0.109863281250 +0.085937500000 +-0.179687500000 +0.014648437500 +0.102050781250 +-0.104980468750 +-0.103027343750 +-0.204101562500 +-0.076171875000 +0.022827148438 +0.125976562500 +0.041259765625 +0.029296875000 +-0.197265625000 +0.035400390625 +0.048339843750 +0.131835937500 +0.267578125000 +-0.016357421875 +-0.070312500000 +0.010620117188 +0.127929687500 +-0.120605468750 +0.021484375000 +-0.090820312500 +0.100585937500 +0.127929687500 +-0.023925781250 +0.068847656250 +-0.030883789062 +0.023071289062 +-0.038818359375 +-0.026977539062 +-0.221679687500 +-0.026977539062 +-0.031738281250 +-0.060791015625 +0.094726562500 +0.065429687500 +-0.168945312500 +-0.058593750000 +-0.115722656250 +-0.009582519531 +-0.291015625000 +0.151367187500 +-0.151367187500 +0.073730468750 +-0.116210937500 +-0.535156250000 +0.181640625000 +-0.027099609375 +-0.012023925781 +0.091308593750 +0.174804687500 +0.215820312500 +0.115234375000 +-0.012023925781 +-0.050537109375 +0.125976562500 +-0.006408691406 +-0.068359375000 +0.012145996094 +0.100585937500 +-0.136718750000 +0.168945312500 +-0.010925292969 +-0.118164062500 +0.000598907471 +0.058837890625 +0.083007812500 +-0.012207031250 +-0.128906250000 +-0.120117187500 +-0.003936767578 +-0.215820312500 +0.025756835938 +-0.375000000000 +-0.300781250000 +-0.021484375000 +-0.109863281250 +-0.094238281250 +0.314453125000 +0.079589843750 +-0.097656250000 +0.020019531250 +0.063964843750 +0.017578125000 +-0.087890625000 +-0.281250000000 +0.096679687500 +0.119140625000 +-0.083984375000 +0.051513671875 +0.153320312500 +-0.083007812500 +-0.067871093750 +0.105468750000 +0.069824218750 +-0.126953125000 +0.053466796875 +0.015075683594 +0.035400390625 +0.181640625000 +-0.188476562500 +0.073730468750 +0.019409179688 +-0.061767578125 +-0.169921875000 +0.149414062500 +-0.077148437500 +-0.016357421875 +-0.328125000000 +0.072753906250 +0.063964843750 +-0.255859375000 +-0.018188476562 +0.038574218750 +-0.153320312500 +0.089843750000 +-0.079101562500 +-0.041503906250 +-0.080566406250 +-0.037841796875 +-0.038818359375 +0.091308593750 +0.142578125000 +0.093261718750 +-0.032470703125 +0.063476562500 +0.016967773438 +0.131835937500 +0.097656250000 +-0.103515625000 +-0.081542968750 +0.062988281250 +-0.064941406250 +0.064941406250 +-0.333984375000 +0.076171875000 +0.077148437500 +0.096191406250 +-0.150390625000 +0.034179687500 +-0.013793945312 +0.158203125000 +-0.125976562500 +-0.310546875000 +-0.062011718750 +-0.010864257812 +-0.154296875000 +-0.006683349609 +0.092773437500 +0.022949218750 +0.074707031250 +0.018066406250 +0.100585937500 +-0.208007812500 +0.099609375000 +0.007598876953 +-0.001327514648 +-0.100097656250 +-0.388671875000 +-0.199218750000 +-0.237304687500 +0.009643554688 +-0.060302734375 +-0.058105468750 +0.088867187500 +-0.059570312500 +0.073730468750 +0.015075683594 +-0.068359375000 +-0.100097656250 +0.015441894531 +0.030517578125 +0.062500000000 +0.211914062500 +-0.015625000000 +0.027465820312 +0.174804687500 +-0.004608154297 +0.013000488281 +-0.008911132812 +0.082031250000 +-0.052001953125 +-0.511718750000 +-0.046386718750 +0.051757812500 +0.184570312500 +0.093261718750 +0.392578125000 +0.249023437500 +0.255859375000 +-0.029663085938 +0.083496093750 +0.143554687500 +0.113769531250 +0.201171875000 +-0.120117187500 +-0.146484375000 +-0.060791015625 +0.341796875000 +0.095703125000 +-0.019042968750 +-0.089843750000 +0.171875000000 +-0.090820312500 +0.092285156250 +-0.049072265625 +0.119628906250 +0.092773437500 +-0.068847656250 +0.106933593750 +-0.127929687500 +-0.052978515625 +-0.077148437500 +0.056396484375 +0.046142578125 +-0.277343750000 +-0.005828857422 +0.067871093750 +-0.028686523438 +-0.324218750000 +-0.048828125000 +-0.117675781250 +0.029296875000 +0.236328125000 +0.017211914062 +0.059326171875 +-0.353515625000 +0.121093750000 +0.225585937500 +-0.091308593750 +0.049072265625 +0.112304687500 +-0.141601562500 +-0.001625061035 +0.078125000000 +0.047119140625 +0.123046875000 +-0.016479492188 +0.396484375000 +0.136718750000 +0.061279296875 +-0.104492187500 +-0.130859375000 +-0.056152343750 +-0.142578125000 +0.044677734375 +-0.078613281250 +0.080566406250 +-0.038330078125 +-0.112304687500 +0.056884765625 +-0.138671875000 +-0.351562500000 +-0.144531250000 +0.035400390625 +-0.069335937500 +-0.142578125000 +-0.170898437500 +-0.218750000000 +0.051269531250 +-0.365234375000 +-0.136718750000 +-0.072753906250 +0.022338867188 +-0.138671875000 +0.010803222656 +-0.208007812500 +-0.114257812500 +0.208007812500 +0.200195312500 +0.113769531250 +-0.053710937500 +0.049804687500 +-0.166015625000 +0.111816406250 +-0.314453125000 +0.359375000000 +-0.162109375000 +-0.310546875000 +0.116210937500 +-0.221679687500 +0.004119873047 +-0.001068115234 +-0.199218750000 +0.099609375000 +0.081054687500 +0.118164062500 +-0.137695312500 +0.012573242188 +0.032714843750 +-0.341796875000 +0.224609375000 +0.013854980469 +-0.100097656250 +-0.010681152344 +-0.209960937500 +-0.037109375000 +-0.096679687500 +0.021484375000 +-0.007934570312 +-0.019897460938 +-0.079589843750 +-0.009338378906 +0.120605468750 +-0.040283203125 +-0.132812500000 +-0.125000000000 +-0.056640625000 +0.114257812500 +-0.090820312500 +-0.069335937500 +-0.111816406250 +0.044433593750 +0.098144531250 +-0.029663085938 +0.408203125000 +-0.029907226562 +-0.382812500000 +-0.043701171875 +-0.008972167969 +-0.077636718750 +-0.127929687500 +0.125976562500 +-0.003540039062 +0.189453125000 +-0.066894531250 +0.228515625000 +-0.355468750000 +-0.133789062500 +0.023437500000 +-0.082031250000 +-0.058593750000 +-0.589843750000 +0.046386718750 +-0.057373046875 +0.060058593750 +-0.026733398438 +0.083984375000 +-0.088378906250 +-0.017333984375 +-0.094726562500 +-0.012268066406 +0.129882812500 +-0.484375000000 +-0.048339843750 +0.068847656250 +0.012145996094 +-0.208984375000 +0.047607421875 +-0.075195312500 +0.021972656250 +-0.081542968750 +-0.114746093750 +-0.003936767578 +0.014953613281 +0.066894531250 +0.148437500000 +-0.022338867188 +0.081054687500 +-0.136718750000 +-0.001205444336 +0.137695312500 +-0.000690460205 +0.012329101562 +0.010864257812 +0.125976562500 +-0.261718750000 +0.110351562500 +0.061035156250 +-0.275390625000 +-0.207031250000 +-0.189453125000 +-0.051025390625 +0.114257812500 +0.044189453125 +-0.026611328125 +0.056884765625 +-0.261718750000 +-0.017211914062 +-0.128906250000 +-0.108886718750 +0.041748046875 +0.026245117188 +0.057128906250 +0.054443359375 +0.038085937500 +-0.394531250000 +0.093261718750 +-0.470703125000 +-1.187500000000 +-0.086425781250 +-0.013427734375 +0.035400390625 +-0.003707885742 +0.180664062500 +-0.156250000000 +-0.062255859375 +-0.112304687500 +-0.055175781250 +-0.044433593750 +-0.031982421875 +-0.093261718750 +0.014709472656 +-0.011108398438 +-0.496093750000 +-0.172851562500 +-0.193359375000 +0.009033203125 +-0.111328125000 +-0.001625061035 +-0.063476562500 +0.041748046875 +-0.093261718750 +0.083007812500 +0.153320312500 +-0.066894531250 +0.070800781250 +-0.003265380859 +-0.149414062500 +0.057373046875 +-0.127929687500 +-0.058349609375 +0.121582031250 +0.082519531250 +-0.079589843750 +-0.004699707031 +0.026489257812 +0.005859375000 +0.109863281250 +0.033203125000 +0.045166015625 +0.018676757812 +0.010986328125 +0.055175781250 +-0.102050781250 +-0.414062500000 +-0.275390625000 +-0.049316406250 +0.023193359375 +0.085937500000 +-0.001998901367 +0.162109375000 +-0.042236328125 +0.065917968750 +0.355468750000 +0.355468750000 +0.103027343750 +0.013916015625 +0.063476562500 +-0.000667572021 +0.218750000000 +0.100097656250 +-0.400390625000 +0.050048828125 +-0.025756835938 +0.101074218750 +-0.018554687500 +0.127929687500 +-0.375000000000 +0.062988281250 +0.082519531250 +-0.178710937500 +0.236328125000 +0.016357421875 +0.110351562500 +-0.210937500000 +0.127929687500 +0.145507812500 +-0.306640625000 +0.269531250000 +-0.312500000000 +0.037353515625 +0.239257812500 +-0.022338867188 +-0.152343750000 +-0.037841796875 +-0.104980468750 +-0.097656250000 +-0.045654296875 +0.111328125000 +0.118164062500 +0.118164062500 +0.085449218750 +-0.269531250000 +-0.093750000000 +0.037353515625 +-0.001213073730 +0.199218750000 +-0.261718750000 +0.090820312500 +-0.149414062500 +0.097656250000 +-0.020263671875 +-0.375000000000 +0.178710937500 +0.138671875000 +-0.074218750000 +0.064453125000 +0.337890625000 +0.207031250000 +0.131835937500 +0.073242187500 +0.124511718750 +0.406250000000 +0.104492187500 +0.150390625000 +0.037353515625 +0.215820312500 +0.535156250000 +0.219726562500 +-0.135742187500 +-0.192382812500 +0.159179687500 +-0.007812500000 +0.112304687500 +-0.242187500000 +-0.059082031250 +-0.026489257812 +0.335937500000 +-0.009460449219 +0.196289062500 +0.053710937500 +0.127929687500 +-0.000421524048 +0.095214843750 +-0.001342773438 +-0.018310546875 +-0.035644531250 +-0.017089843750 +-0.169921875000 +0.062011718750 +0.020996093750 +-0.179687500000 +0.003036499023 +-0.031005859375 +0.008117675781 +0.115234375000 +0.149414062500 +-0.219726562500 +0.100585937500 +-0.032226562500 +0.134765625000 +0.152343750000 +0.218750000000 +-0.164062500000 +0.067871093750 +0.271484375000 +0.082031250000 +0.089843750000 +0.036376953125 +-0.102539062500 +-0.077148437500 +0.094238281250 +0.185546875000 +-0.066894531250 +0.228515625000 +-0.048583984375 +-0.019165039062 +0.129882812500 +0.114746093750 +-0.153320312500 +0.181640625000 +0.039062500000 +-0.291015625000 +-0.326171875000 +-0.078613281250 +0.133789062500 +0.114257812500 +0.016967773438 +-0.104003906250 +-0.263671875000 +0.019409179688 +-0.161132812500 +0.169921875000 +0.031127929688 +-0.033447265625 +0.003967285156 +0.016845703125 +-0.043701171875 +-0.107421875000 +-0.143554687500 +-0.025756835938 +0.009765625000 +0.081054687500 +0.029907226562 +-0.045410156250 +-0.064941406250 +-0.051757812500 +-0.300781250000 +-0.058105468750 +0.011596679688 +0.123535156250 +-0.113769531250 +0.070800781250 +-0.022460937500 +0.022949218750 +0.116210937500 +-0.170898437500 +0.202148437500 +0.024047851562 +-0.123046875000 +-0.075195312500 +-0.099121093750 +0.081542968750 +0.075195312500 +-0.033447265625 +0.051513671875 +0.144531250000 +0.015563964844 +-0.122070312500 +-0.033203125000 +-0.181640625000 +-0.108886718750 +0.180664062500 +0.137695312500 +0.021484375000 +0.049316406250 +0.032226562500 +0.137695312500 +-0.093261718750 +0.034423828125 +-0.050292968750 +0.125000000000 +-0.210937500000 +0.031738281250 +-0.019653320312 +0.026977539062 +-0.367187500000 +-0.302734375000 +-0.324218750000 +-0.164062500000 +-0.406250000000 +-0.038818359375 +0.017089843750 +-0.310546875000 +-0.122070312500 +0.004669189453 +0.083007812500 +0.180664062500 +0.176757812500 +-0.310546875000 +-0.111328125000 +-0.053466796875 +-0.088867187500 +0.218750000000 +0.045898437500 +-0.199218750000 +-0.492187500000 +-0.081054687500 +-0.298828125000 +-0.113281250000 +0.022583007812 +0.125000000000 +-0.011169433594 +-0.045410156250 +0.091796875000 +-0.049560546875 +-0.058837890625 +-0.135742187500 +-0.082519531250 +0.032714843750 +0.113281250000 +0.088378906250 +0.067871093750 +0.130859375000 +-0.030273437500 +-0.126953125000 +-0.019409179688 +0.182617187500 +0.028930664062 +-0.027954101562 +-0.195312500000 +-0.052978515625 +-0.050048828125 +0.190429687500 +-0.035888671875 +-0.386718750000 +0.000198364258 +-0.043457031250 +0.058349609375 +-0.033935546875 +-0.040771484375 +0.032714843750 +-0.147460937500 +-0.121582031250 +-0.088867187500 +-0.189453125000 +-0.472656250000 +-0.028686523438 +-0.037353515625 +0.051269531250 +0.098632812500 +0.060302734375 +0.014831542969 +-0.157226562500 +0.036376953125 +0.031738281250 +0.111328125000 +0.052490234375 +0.412109375000 +-0.035156250000 +0.231445312500 +-0.037597656250 +0.010925292969 +-0.026000976562 +-0.062988281250 +0.187500000000 +-0.157226562500 +0.029663085938 +-0.040283203125 +0.099609375000 +-0.451171875000 +-0.118652343750 +-0.382812500000 +-0.052978515625 +-0.134765625000 +-0.378906250000 +-0.073242187500 +0.122558593750 +0.146484375000 +-0.154296875000 +0.025268554688 +0.107910156250 +0.029785156250 +0.184570312500 +-0.113281250000 +0.093261718750 +0.034912109375 +-0.052490234375 +0.148437500000 +-0.061767578125 +-0.114746093750 +-0.027587890625 +-0.041259765625 +-0.003890991211 +0.146484375000 +0.033447265625 +0.051757812500 +0.133789062500 +0.187500000000 +-0.154296875000 +0.033691406250 +0.070312500000 +-0.046630859375 +-0.133789062500 +0.291015625000 +-0.062255859375 +-0.051025390625 +-0.055664062500 +-0.003967285156 +-0.174804687500 +0.061767578125 +0.070800781250 +-0.339843750000 +-0.335937500000 +-0.247070312500 +-0.095703125000 +-0.049316406250 +0.052490234375 +-0.006835937500 +-0.004089355469 +0.129882812500 +0.111328125000 +-0.113769531250 +-0.151367187500 +0.015258789062 +0.082031250000 +0.088867187500 +0.017333984375 +-0.006622314453 +-0.091796875000 +-0.365234375000 +0.053222656250 +0.098632812500 +-0.098144531250 +0.050048828125 +0.134765625000 +-0.134765625000 +-0.000751495361 +0.043701171875 +-0.107910156250 +0.030395507812 +-0.062255859375 +-0.166992187500 +-0.597656250000 +0.098632812500 +0.085449218750 +0.031982421875 +0.087402343750 +0.001968383789 +0.186523437500 +0.171875000000 +0.129882812500 +-0.057861328125 +-0.115722656250 +0.046630859375 +0.079101562500 +-0.136718750000 +-0.153320312500 +-0.003723144531 +0.048828125000 +-0.013793945312 +0.134765625000 +-0.088867187500 +-0.118164062500 +0.014709472656 +-0.002700805664 +-0.025512695312 +-0.074218750000 +-0.169921875000 +-0.148437500000 +0.068359375000 +-0.095214843750 +-0.126953125000 +-0.148437500000 +-0.093261718750 +0.107421875000 +-0.054687500000 +0.029296875000 +-0.020996093750 +-0.050781250000 +-0.024414062500 +0.022949218750 +-0.105957031250 +-0.195312500000 +0.053222656250 +0.043457031250 +0.140625000000 +-0.271484375000 +-0.113769531250 +-0.096191406250 +0.016479492188 +0.000371932983 +-0.200195312500 +0.000039815903 +0.044677734375 +0.386718750000 +0.038085937500 +-0.228515625000 +-0.104492187500 +0.120117187500 +0.010314941406 +-0.061523437500 +-0.080078125000 +-0.106445312500 +-0.059326171875 +-0.151367187500 +-0.085937500000 +-0.077636718750 +0.150390625000 +-0.205078125000 +0.022949218750 +-0.012145996094 +-0.146484375000 +0.233398437500 +-0.070312500000 +-0.118164062500 +-0.133789062500 +0.101562500000 +0.086425781250 +-0.187500000000 +-0.025756835938 +0.026855468750 +0.067871093750 +-0.137695312500 +-0.016113281250 +-0.253906250000 +-0.074218750000 +-0.049072265625 +-0.041748046875 +0.044921875000 +-0.103027343750 +0.035400390625 +-0.121582031250 +-0.018920898438 +-0.033691406250 +0.008728027344 +0.031494140625 +0.109863281250 +-0.052246093750 +-0.367187500000 +-0.065429687500 +0.013305664062 +-0.012573242188 +0.100097656250 +0.013610839844 +-0.020507812500 +-0.318359375000 +-0.196289062500 +-0.053955078125 +-0.020751953125 +0.023071289062 +0.040771484375 +-0.152343750000 +0.035400390625 +0.052001953125 +-0.013183593750 +0.084472656250 +-0.006530761719 +0.030517578125 +-0.046875000000 +0.149414062500 +-0.345703125000 +-0.185546875000 +-0.081054687500 +0.022216796875 +-0.402343750000 +-0.048828125000 +-0.088378906250 +0.034912109375 +-0.101562500000 +-0.029418945312 +0.042968750000 +-0.020507812500 +-0.091308593750 +0.014526367188 +-0.419921875000 +0.078125000000 +0.139648437500 +-0.033203125000 +0.116210937500 +-0.188476562500 +0.049560546875 +-0.115722656250 +0.041259765625 +-0.073730468750 +-0.088378906250 +-0.106933593750 +-0.059326171875 +0.041259765625 +0.410156250000 +-0.100097656250 +0.084472656250 +0.035644531250 +0.003509521484 +0.024291992188 +0.027587890625 +-0.156250000000 +-0.184570312500 +-0.017333984375 +0.093261718750 +0.203125000000 +-0.198242187500 +0.105468750000 +-0.699218750000 +-0.259765625000 +0.172851562500 +0.148437500000 +-0.267578125000 +0.088867187500 +0.016479492188 +-0.025878906250 +-0.053222656250 +-0.121093750000 +-0.159179687500 +-0.178710937500 +0.037597656250 +0.133789062500 +-0.132812500000 +0.058837890625 +-0.061279296875 +-0.174804687500 +-0.103515625000 +-0.106933593750 +-0.308593750000 +-0.077148437500 +-0.114746093750 +-0.107910156250 +-0.064453125000 +-0.247070312500 +-0.017456054688 +0.064453125000 +-0.030151367188 +-0.330078125000 +0.084960937500 +-0.024414062500 +0.073730468750 +-0.421875000000 +0.075683593750 +-0.394531250000 +-0.279296875000 +0.128906250000 +-0.314453125000 +-0.071289062500 +0.104003906250 +0.098144531250 +0.281250000000 +0.013977050781 +-0.081542968750 +0.014465332031 +-0.156250000000 +-0.230468750000 +0.207031250000 +0.030273437500 +-0.071289062500 +0.058593750000 +-0.474609375000 +0.044189453125 +0.067382812500 +-0.124023437500 +0.043701171875 +-0.138671875000 +0.306640625000 +-0.063476562500 +0.075195312500 +0.180664062500 +0.086914062500 +-0.145507812500 +-0.281250000000 +0.116699218750 +0.017333984375 +0.165039062500 +-0.192382812500 +-0.002349853516 +-0.159179687500 +0.042724609375 +-0.314453125000 +-0.057861328125 +0.090820312500 +0.043212890625 +-0.002960205078 +-0.236328125000 +0.002807617188 +-0.036621093750 +-0.025878906250 +-0.165039062500 +-0.390625000000 +-0.033691406250 +-0.339843750000 +0.068847656250 +-0.255859375000 +-0.118652343750 +-0.011596679688 +-0.069335937500 +-0.056152343750 +-0.060791015625 +-0.089843750000 +0.120117187500 +0.157226562500 +-0.300781250000 +0.094238281250 +-0.429687500000 +-0.095214843750 +-0.443359375000 +-0.072753906250 +0.202148437500 +-0.523437500000 +-0.010253906250 +0.244140625000 +-0.077148437500 +-0.084960937500 +0.077636718750 +-0.148437500000 +-0.000102519989 +-0.083984375000 +-0.373046875000 +-0.052978515625 +0.062500000000 +-0.172851562500 +-0.172851562500 +-0.010620117188 +-0.004638671875 +0.083984375000 +-0.029296875000 +0.019287109375 +-0.304687500000 +0.081542968750 +-0.300781250000 +0.043945312500 +-0.102050781250 +-0.000090599060 +0.011047363281 +-0.166992187500 +-0.061767578125 +-0.042236328125 +0.222656250000 +-0.132812500000 +0.083496093750 +-0.018188476562 +0.082031250000 +-0.023315429688 +-0.204101562500 +0.000774383545 +-0.083984375000 +0.026245117188 +-0.009521484375 +0.035644531250 +-0.030761718750 +-0.186523437500 +-0.017578125000 +-0.117675781250 +0.118652343750 +-0.326171875000 +-0.088378906250 +-0.263671875000 +0.087890625000 +-0.055664062500 +0.241210937500 +-0.011169433594 +-0.044189453125 +-0.143554687500 +-0.096191406250 +0.024780273438 +0.051025390625 +-0.038330078125 +-0.151367187500 +-0.093750000000 +-0.238281250000 +0.009765625000 +-0.267578125000 +-0.433593750000 +-0.404296875000 +0.244140625000 +-0.101562500000 +0.176757812500 +-0.066406250000 +0.030273437500 +-0.007934570312 +0.061767578125 +0.037597656250 +-0.128906250000 +-0.400390625000 +0.024780273438 +-0.168945312500 +-0.177734375000 +0.011657714844 +-0.351562500000 +-0.213867187500 +0.082031250000 +-0.020263671875 +-0.123046875000 +0.021850585938 +-0.084960937500 +0.158203125000 +0.038574218750 +0.046386718750 +0.176757812500 +0.029052734375 +0.080566406250 +-0.036376953125 +0.075683593750 +0.244140625000 +0.068847656250 +0.210937500000 +0.062011718750 +0.010986328125 +0.043945312500 +-0.017333984375 +0.298828125000 +0.148437500000 +0.019042968750 +-0.043945312500 +0.226562500000 +0.121582031250 +0.111816406250 +-0.066894531250 +-0.131835937500 +0.152343750000 +-0.020629882812 +-0.213867187500 +-0.002075195312 +-0.070800781250 +0.017944335938 +-0.104980468750 +0.162109375000 +0.093750000000 +-0.006683349609 +-0.019287109375 +-0.125000000000 +-0.017211914062 +0.078125000000 +0.030517578125 +-0.189453125000 +0.041992187500 +0.074218750000 +-0.062255859375 +-0.029296875000 +0.114746093750 +-0.032714843750 +0.018798828125 +-0.046630859375 +0.080078125000 +0.054687500000 +0.127929687500 +0.105468750000 +-0.098144531250 +0.041748046875 +-0.130859375000 +0.021728515625 +-0.001441955566 +0.032958984375 +0.022460937500 +-0.045166015625 +0.118164062500 +0.067382812500 +-0.059082031250 +-0.014709472656 +0.171875000000 +-0.039550781250 +-0.137695312500 +0.023315429688 +0.055419921875 +-0.089843750000 +-0.137695312500 diff --git a/AI_Engine_Development/AIE-MLv2/Design_Tutorials/01-Radio-ML/aie/conv1d_template/w5_bias_trained.txt b/AI_Engine_Development/AIE-MLv2/Design_Tutorials/01-Radio-ML/aie/conv1d_template/w5_bias_trained.txt new file mode 100755 index 0000000000..71ecef713b --- /dev/null +++ b/AI_Engine_Development/AIE-MLv2/Design_Tutorials/01-Radio-ML/aie/conv1d_template/w5_bias_trained.txt @@ -0,0 +1,64 @@ +-0.012145996094 +0.047607421875 +-0.281250000000 +0.096191406250 +-0.106445312500 +-0.053955078125 +-0.045898437500 +0.055908203125 +-0.028442382812 +0.015563964844 +-0.062255859375 +0.196289062500 +-0.451171875000 +0.175781250000 +-0.198242187500 +-0.129882812500 +0.138671875000 +-0.029541015625 +0.178710937500 +-0.125976562500 +0.066894531250 +-0.042236328125 +0.012878417969 +-0.156250000000 +-0.042480468750 +0.115722656250 +0.121093750000 +0.147460937500 +0.050292968750 +-0.045166015625 +0.164062500000 +-0.043945312500 +0.004058837891 +-0.032714843750 +0.025268554688 +-0.486328125000 +-0.249023437500 +0.032958984375 +0.015441894531 +0.169921875000 +-0.048339843750 +0.009887695312 +-0.566406250000 +-0.110351562500 +-0.068359375000 +0.078613281250 +0.021118164062 +0.131835937500 +0.053955078125 +0.011962890625 +-0.464843750000 +0.097656250000 +-0.075195312500 +0.123046875000 +-0.183593750000 +-0.052246093750 +-0.143554687500 +-0.017333984375 +-0.008117675781 +0.050781250000 +-0.010375976562 +-0.492187500000 +-0.223632812500 +0.061767578125 diff --git a/AI_Engine_Development/AIE-MLv2/Design_Tutorials/01-Radio-ML/aie/conv1d_template/w5_weights_trained.txt b/AI_Engine_Development/AIE-MLv2/Design_Tutorials/01-Radio-ML/aie/conv1d_template/w5_weights_trained.txt new file mode 100755 index 0000000000..2c3d1e73b8 --- /dev/null +++ b/AI_Engine_Development/AIE-MLv2/Design_Tutorials/01-Radio-ML/aie/conv1d_template/w5_weights_trained.txt @@ -0,0 +1,28672 @@ +0.132812500000 +0.044189453125 +-0.049560546875 +-0.035888671875 +0.029296875000 +0.104003906250 +0.020751953125 +-0.089355468750 +0.190429687500 +-0.018920898438 +0.004486083984 +0.031494140625 +-0.124511718750 +-0.148437500000 +-0.211914062500 +-0.277343750000 +-0.431640625000 +-0.027832031250 +-0.175781250000 +0.044433593750 +0.020019531250 +0.021850585938 +-0.104980468750 +-0.057128906250 +0.027465820312 +-0.081542968750 +-0.085449218750 +-0.077636718750 +0.087402343750 +0.149414062500 +-0.075195312500 +-0.009948730469 +-0.006042480469 +0.189453125000 +-0.143554687500 +-0.005798339844 +-0.050781250000 +0.180664062500 +-0.117675781250 +-0.010192871094 +-0.130859375000 +-0.209960937500 +0.059570312500 +-0.034912109375 +-0.017089843750 +0.100097656250 +0.067382812500 +0.007110595703 +-0.116699218750 +0.193359375000 +0.070312500000 +0.225585937500 +-0.101074218750 +-0.292968750000 +-0.253906250000 +-0.075195312500 +-0.062500000000 +0.222656250000 +0.083984375000 +0.003311157227 +-0.073242187500 +0.068359375000 +-0.124511718750 +-0.176757812500 +-0.189453125000 +-0.004852294922 +-0.178710937500 +-0.470703125000 +-0.031738281250 +0.012390136719 +-0.159179687500 +-0.121093750000 +-0.006347656250 +0.008056640625 +0.089355468750 +-0.143554687500 +-0.130859375000 +-0.007354736328 +-0.038574218750 +0.071289062500 +-0.097167968750 +-0.004882812500 +0.086914062500 +-0.028076171875 +0.043945312500 +0.074707031250 +0.057373046875 +0.122070312500 +-0.101562500000 +-0.046386718750 +0.180664062500 +0.083984375000 +0.019287109375 +-0.041503906250 +0.084960937500 +0.186523437500 +-0.023803710938 +0.037109375000 +-0.151367187500 +-0.000455856323 +-0.068359375000 +-0.027709960938 +-0.380859375000 +0.066894531250 +0.081054687500 +-0.486328125000 +-0.089843750000 +0.047119140625 +-0.065429687500 +0.020385742188 +0.101562500000 +0.068359375000 +0.100097656250 +-0.000961303711 +0.030883789062 +0.046875000000 +0.073242187500 +-0.061767578125 +0.108398437500 +0.047119140625 +0.013366699219 +0.083007812500 +0.070312500000 +-0.028442382812 +0.014648437500 +-0.011962890625 +0.023803710938 +0.161132812500 +-0.051757812500 +0.001594543457 +-0.523437500000 +-0.112304687500 +0.230468750000 +-0.355468750000 +0.214843750000 +-0.136718750000 +-0.088378906250 +0.127929687500 +0.161132812500 +-0.115234375000 +0.130859375000 +0.021606445312 +0.123046875000 +0.132812500000 +-0.017944335938 +-0.271484375000 +0.064453125000 +0.019165039062 +-0.099609375000 +-0.013366699219 +0.044677734375 +0.149414062500 +-0.277343750000 +0.083984375000 +0.194335937500 +-0.007995605469 +0.106933593750 +0.185546875000 +0.117187500000 +-0.054199218750 +0.174804687500 +-0.000050306320 +0.168945312500 +0.041259765625 +0.218750000000 +0.016479492188 +-0.027221679688 +-0.006164550781 +-0.443359375000 +0.053710937500 +-0.457031250000 +-0.063476562500 +0.108886718750 +-0.047607421875 +0.209960937500 +0.061767578125 +0.217773437500 +-0.022216796875 +0.001197814941 +-0.018920898438 +0.355468750000 +0.091796875000 +-0.300781250000 +0.136718750000 +0.068847656250 +0.070800781250 +0.153320312500 +0.142578125000 +0.043457031250 +-0.429687500000 +0.076660156250 +-0.019897460938 +-0.041503906250 +0.081542968750 +-0.013061523438 +-0.235351562500 +-0.030395507812 +0.104003906250 +-0.267578125000 +-0.031127929688 +-0.037353515625 +-0.076660156250 +0.016601562500 +-0.052734375000 +0.047363281250 +-0.021728515625 +0.047851562500 +-0.017211914062 +0.032958984375 +-0.012451171875 +0.102539062500 +-0.029541015625 +0.037841796875 +-0.061523437500 +-0.009704589844 +0.098632812500 +0.072753906250 +0.022216796875 +0.135742187500 +0.088867187500 +-0.104492187500 +0.036865234375 +-0.106445312500 +0.241210937500 +-0.061523437500 +-0.107910156250 +-0.130859375000 +0.030883789062 +0.078613281250 +0.170898437500 +-0.289062500000 +-0.083496093750 +0.088378906250 +0.197265625000 +-0.020019531250 +-0.138671875000 +-0.322265625000 +-0.289062500000 +-0.206054687500 +0.092285156250 +0.112304687500 +0.057128906250 +0.039062500000 +-0.031982421875 +-0.171875000000 +-0.031494140625 +-0.002395629883 +-0.087890625000 +0.008972167969 +-0.022949218750 +0.007873535156 +-0.117187500000 +0.023803710938 +-0.083984375000 +0.047363281250 +0.147460937500 +0.042968750000 +0.028564453125 +0.036865234375 +0.101074218750 +-0.024414062500 +0.060546875000 +0.150390625000 +-0.058105468750 +0.017211914062 +-0.048583984375 +0.041259765625 +-0.017089843750 +-0.153320312500 +0.138671875000 +-0.055908203125 +0.011474609375 +0.036132812500 +-0.051025390625 +-0.306640625000 +0.034912109375 +0.053222656250 +-0.097656250000 +-0.004333496094 +-0.002136230469 +-0.040283203125 +-0.003311157227 +0.023193359375 +-0.076171875000 +0.151367187500 +0.025512695312 +-0.000526428223 +-0.041503906250 +0.001205444336 +0.099121093750 +-0.010009765625 +0.009582519531 +-0.044433593750 +0.067871093750 +0.077636718750 +-0.335937500000 +0.069335937500 +-0.033691406250 +-0.150390625000 +-0.074218750000 +0.141601562500 +-0.040039062500 +-0.040527343750 +-0.001068115234 +-0.032958984375 +-0.104003906250 +0.026367187500 +0.007873535156 +-0.049316406250 +0.049316406250 +0.051269531250 +0.034667968750 +-0.065917968750 +0.018432617188 +-0.002792358398 +-0.148437500000 +0.017944335938 +-0.012878417969 +0.002883911133 +-0.047363281250 +0.213867187500 +0.022338867188 +-0.013488769531 +-0.072265625000 +0.032226562500 +0.115722656250 +0.062011718750 +0.207031250000 +0.040039062500 +-0.100097656250 +0.122558593750 +-0.018554687500 +0.249023437500 +-0.009521484375 +0.068847656250 +-0.316406250000 +-0.008239746094 +0.069335937500 +0.351562500000 +-0.009277343750 +-0.031982421875 +-0.039794921875 +0.054199218750 +-0.161132812500 +0.118164062500 +0.328125000000 +0.097167968750 +-0.197265625000 +-0.168945312500 +0.010375976562 +-0.085449218750 +0.057128906250 +-0.054443359375 +-0.103027343750 +-0.081054687500 +-0.148437500000 +0.255859375000 +-0.077636718750 +-0.320312500000 +0.094238281250 +-0.184570312500 +-0.054687500000 +0.058837890625 +-0.030273437500 +-0.109863281250 +0.000705718994 +-0.152343750000 +-0.029541015625 +0.076660156250 +-0.038818359375 +0.109863281250 +0.073242187500 +0.002075195312 +-0.164062500000 +0.019287109375 +0.006713867188 +0.226562500000 +-0.018188476562 +-0.023193359375 +-0.054443359375 +0.246093750000 +0.039794921875 +-0.088378906250 +-0.027221679688 +-0.193359375000 +0.054443359375 +0.035156250000 +-0.227539062500 +0.072753906250 +0.109863281250 +0.023925781250 +-0.177734375000 +0.174804687500 +-0.096679687500 +-0.065429687500 +-0.439453125000 +-0.408203125000 +-0.145507812500 +-0.103027343750 +-0.016357421875 +-0.143554687500 +0.010864257812 +-0.007446289062 +0.016113281250 +0.058349609375 +-0.025390625000 +0.030883789062 +0.091308593750 +0.132812500000 +-0.048828125000 +-0.064453125000 +-0.515625000000 +0.016845703125 +-0.069335937500 +0.059814453125 +0.267578125000 +-0.022827148438 +0.005706787109 +-0.133789062500 +-0.102050781250 +-0.045898437500 +-0.034179687500 +-0.451171875000 +-0.114746093750 +0.127929687500 +0.060791015625 +0.055908203125 +0.081054687500 +0.036621093750 +0.007934570312 +-0.388671875000 +-0.002502441406 +0.121582031250 +-0.208007812500 +0.038818359375 +-0.154296875000 +0.060791015625 +0.045166015625 +0.130859375000 +0.132812500000 +0.011230468750 +0.097167968750 +-0.044677734375 +-0.060546875000 +-0.008911132812 +0.082031250000 +-0.052490234375 +-0.052246093750 +-0.163085937500 +-0.119628906250 +0.059082031250 +0.120605468750 +0.072265625000 +-0.158203125000 +0.029296875000 +0.160156250000 +0.131835937500 +0.039550781250 +-0.832031250000 +-0.206054687500 +0.026245117188 +0.156250000000 +-0.193359375000 +0.134765625000 +0.040039062500 +0.097656250000 +-0.052490234375 +-0.035888671875 +-0.202148437500 +0.064941406250 +0.359375000000 +-0.191406250000 +0.259765625000 +0.249023437500 +0.028320312500 +-0.013488769531 +0.135742187500 +0.025512695312 +-0.351562500000 +-0.515625000000 +-0.102050781250 +-0.023681640625 +-0.033691406250 +-0.194335937500 +0.345703125000 +0.088867187500 +-0.012573242188 +-0.052490234375 +0.056884765625 +-0.143554687500 +0.279296875000 +-0.013305664062 +-0.223632812500 +-0.111816406250 +0.167968750000 +-0.025512695312 +-0.104980468750 +-0.114257812500 +0.231445312500 +-0.023803710938 +0.110351562500 +-0.180664062500 +-0.138671875000 +0.056396484375 +0.055664062500 +0.163085937500 +0.057617187500 +-0.051269531250 +0.102539062500 +-0.247070312500 +0.025878906250 +-0.045898437500 +-0.018432617188 +0.240234375000 +0.166015625000 +0.022705078125 +-0.012512207031 +-0.231445312500 +-0.363281250000 +-0.285156250000 +0.137695312500 +0.060302734375 +-0.082519531250 +-0.166015625000 +-0.018554687500 +-0.141601562500 +-0.126953125000 +0.095703125000 +-0.140625000000 +0.060546875000 +0.070800781250 +-0.065429687500 +-0.378906250000 +-0.123535156250 +-0.044189453125 +0.041015625000 +-0.022460937500 +-0.371093750000 +-0.318359375000 +-0.141601562500 +-0.196289062500 +0.000877380371 +0.050537109375 +0.023315429688 +-0.025756835938 +-0.169921875000 +-0.281250000000 +-0.003890991211 +-0.188476562500 +-0.019653320312 +-0.275390625000 +-0.024291992188 +-0.126953125000 +0.084960937500 +0.181640625000 +-0.008605957031 +0.078125000000 +-0.019409179688 +-0.040039062500 +0.396484375000 +-0.287109375000 +-0.211914062500 +-0.200195312500 +-0.054199218750 +-0.020019531250 +0.061767578125 +-0.034912109375 +-0.065429687500 +-0.021850585938 +-0.029052734375 +-0.127929687500 +-0.314453125000 +-0.113769531250 +-0.177734375000 +-0.099121093750 +-0.019653320312 +-0.267578125000 +0.148437500000 +0.146484375000 +0.031494140625 +0.041992187500 +0.079589843750 +-0.160156250000 +0.116210937500 +0.149414062500 +-0.056640625000 +-0.168945312500 +-0.154296875000 +0.090820312500 +-0.247070312500 +0.042968750000 +-0.246093750000 +0.095214843750 +-0.022094726562 +-0.080078125000 +0.026489257812 +-0.001525878906 +-0.087402343750 +-0.009094238281 +0.341796875000 +0.133789062500 +0.151367187500 +-0.017333984375 +0.036865234375 +0.105468750000 +0.018188476562 +-0.096191406250 +-0.039550781250 +-0.021728515625 +-0.033691406250 +0.029785156250 +-0.175781250000 +0.113769531250 +0.071289062500 +-0.341796875000 +-0.341796875000 +0.174804687500 +-0.098632812500 +-0.050537109375 +-0.168945312500 +0.067871093750 +0.244140625000 +-0.112304687500 +0.031982421875 +-0.087890625000 +-0.181640625000 +0.021972656250 +-0.279296875000 +-0.091796875000 +-0.178710937500 +-0.185546875000 +-0.096679687500 +0.070312500000 +0.083496093750 +-0.102539062500 +-0.153320312500 +0.126953125000 +-0.062255859375 +0.014038085938 +-0.076660156250 +0.073242187500 +0.005981445312 +-0.056884765625 +0.153320312500 +-0.023437500000 +0.208984375000 +-0.001495361328 +-0.180664062500 +-0.007995605469 +-0.086914062500 +-0.041748046875 +-0.250000000000 +-0.127929687500 +0.166992187500 +0.086425781250 +0.076171875000 +-0.009643554688 +0.058105468750 +0.028442382812 +-0.040527343750 +0.108398437500 +-0.139648437500 +-0.097656250000 +0.120117187500 +-0.037597656250 +0.023681640625 +0.033447265625 +-0.072265625000 +-0.030639648438 +-0.038818359375 +-0.083496093750 +0.090332031250 +0.025756835938 +-0.099609375000 +0.092773437500 +-0.000345230103 +0.011962890625 +-0.036132812500 +-0.006927490234 +-0.640625000000 +0.150390625000 +0.068847656250 +-0.013183593750 +-0.021606445312 +0.067871093750 +-0.085449218750 +-0.233398437500 +-0.002105712891 +0.003799438477 +-0.046142578125 +0.105468750000 +0.092285156250 +0.026977539062 +-0.002410888672 +0.034423828125 +-0.003356933594 +-0.052978515625 +-0.019653320312 +-0.064453125000 +-0.097656250000 +0.044921875000 +-0.056640625000 +-0.031738281250 +0.042480468750 +0.153320312500 +-0.095703125000 +0.016113281250 +-0.042236328125 +0.033935546875 +0.233398437500 +0.124511718750 +-0.105468750000 +0.077636718750 +0.083984375000 +0.022338867188 +0.095214843750 +-0.162109375000 +-0.143554687500 +0.000069141388 +-0.263671875000 +0.013732910156 +0.083496093750 +-0.287109375000 +0.036865234375 +0.018920898438 +0.006469726562 +-0.123046875000 +0.113769531250 +0.064941406250 +0.058349609375 +-0.109375000000 +-0.050537109375 +-0.096191406250 +0.010620117188 +-0.247070312500 +-0.012145996094 +0.047119140625 +-0.016113281250 +-0.094238281250 +-0.037353515625 +-0.030517578125 +0.006011962891 +0.012817382812 +-0.049560546875 +-0.129882812500 +0.115722656250 +-0.186523437500 +-0.050048828125 +0.051757812500 +-0.089843750000 +-0.271484375000 +-0.006072998047 +0.016235351562 +0.014160156250 +0.020019531250 +-0.008789062500 +-0.008605957031 +-0.031982421875 +0.139648437500 +-0.146484375000 +0.076171875000 +0.062011718750 +-0.102050781250 +-0.247070312500 +0.020019531250 +0.084472656250 +-0.062255859375 +-0.027587890625 +0.148437500000 +0.010925292969 +-0.109375000000 +-0.080078125000 +0.102050781250 +0.158203125000 +-0.020507812500 +0.053955078125 +-0.000002399087 +0.146484375000 +0.031494140625 +-0.145507812500 +0.102539062500 +-0.083984375000 +0.111816406250 +-0.186523437500 +-0.004302978516 +0.001983642578 +-0.076660156250 +0.027709960938 +0.058593750000 +0.110351562500 +-0.080078125000 +-0.038818359375 +0.008911132812 +-0.028564453125 +-0.055175781250 +-0.023193359375 +-0.132812500000 +-0.027832031250 +-0.172851562500 +-0.145507812500 +-0.191406250000 +-0.054199218750 +0.244140625000 +0.030761718750 +-0.001953125000 +-0.015075683594 +-0.239257812500 +-0.378906250000 +0.027587890625 +0.015380859375 +0.090820312500 +-0.064941406250 +0.007171630859 +0.065917968750 +-0.147460937500 +-0.064941406250 +-0.131835937500 +0.129882812500 +0.030883789062 +-0.165039062500 +0.052734375000 +-0.160156250000 +0.077636718750 +0.055664062500 +-0.056396484375 +0.131835937500 +0.058349609375 +0.214843750000 +0.071777343750 +-0.000136375427 +0.028320312500 +0.028442382812 +0.246093750000 +0.062255859375 +0.069335937500 +-0.180664062500 +0.031005859375 +0.314453125000 +0.064941406250 +-0.006134033203 +0.101074218750 +-0.014831542969 +0.118164062500 +-0.617187500000 +-0.023071289062 +-0.053222656250 +-0.039306640625 +0.095703125000 +-0.148437500000 +0.063476562500 +0.045654296875 +-0.034912109375 +0.057617187500 +-0.041259765625 +0.020263671875 +0.007812500000 +0.044433593750 +0.027832031250 +-0.034179687500 +-0.249023437500 +-0.015319824219 +-0.016845703125 +-0.031494140625 +-0.023925781250 +0.034912109375 +-0.116210937500 +0.105468750000 +-0.007934570312 +-0.020629882812 +0.135742187500 +-0.016113281250 +-0.357421875000 +0.054931640625 +-0.040283203125 +-0.027343750000 +0.036376953125 +-0.083984375000 +-0.084960937500 +-0.099609375000 +-0.027465820312 +0.014892578125 +-0.010864257812 +0.031982421875 +0.128906250000 +0.079101562500 +-0.118652343750 +-0.078125000000 +0.027465820312 +-0.039794921875 +-0.032470703125 +-0.062500000000 +-0.213867187500 +-0.033691406250 +0.097167968750 +-0.071289062500 +0.053710937500 +-0.050537109375 +0.034912109375 +-0.203125000000 +-0.066406250000 +0.087890625000 +0.015258789062 +-0.033935546875 +0.206054687500 +0.063964843750 +0.031738281250 +0.094238281250 +-0.244140625000 +0.051025390625 +0.143554687500 +-0.059570312500 +-0.150390625000 +0.047607421875 +0.028930664062 +0.201171875000 +0.030395507812 +0.094238281250 +-0.492187500000 +0.014648437500 +-0.055664062500 +0.036865234375 +0.161132812500 +0.029663085938 +-0.144531250000 +0.162109375000 +0.052246093750 +-0.373046875000 +0.039306640625 +0.029907226562 +0.072753906250 +-0.041503906250 +-0.114257812500 +0.130859375000 +-0.030151367188 +0.012329101562 +-0.112792968750 +-0.107910156250 +-0.160156250000 +0.101074218750 +0.033691406250 +-0.038818359375 +-0.206054687500 +0.109375000000 +-0.025512695312 +-0.024536132812 +0.043701171875 +0.045410156250 +-0.055175781250 +0.114257812500 +-0.320312500000 +-0.144531250000 +-0.044433593750 +-0.127929687500 +0.111816406250 +-0.058593750000 +0.018066406250 +0.116210937500 +0.000097751617 +-0.006683349609 +-0.203125000000 +-0.031250000000 +-0.269531250000 +0.003021240234 +0.209960937500 +-0.049804687500 +0.008911132812 +-0.023925781250 +0.076171875000 +-0.080566406250 +-0.042480468750 +0.097656250000 +-0.123535156250 +0.114257812500 +0.139648437500 +0.136718750000 +-0.170898437500 +-0.229492187500 +0.012023925781 +-0.084960937500 +-0.013549804688 +0.091796875000 +0.131835937500 +-0.460937500000 +-0.414062500000 +0.013122558594 +0.101074218750 +-0.021606445312 +-0.191406250000 +0.042724609375 +0.094238281250 +-0.172851562500 +-0.020385742188 +-0.002075195312 +0.026367187500 +0.174804687500 +-0.006469726562 +0.056640625000 +0.102050781250 +0.030883789062 +-0.051025390625 +-0.023193359375 +0.026855468750 +-0.120117187500 +0.018310546875 +0.163085937500 +-0.108886718750 +-0.107421875000 +-0.045898437500 +0.022949218750 +0.009399414062 +-0.047607421875 +-0.069824218750 +-0.148437500000 +-0.013427734375 +-0.007415771484 +0.052978515625 +0.043457031250 +-0.119628906250 +0.071777343750 +0.009948730469 +-0.073242187500 +0.185546875000 +-0.087890625000 +-0.034912109375 +-0.129882812500 +-0.300781250000 +-0.051025390625 +-0.075195312500 +-0.057128906250 +-0.120605468750 +0.030639648438 +-0.273437500000 +0.080566406250 +0.101562500000 +0.160156250000 +-0.014953613281 +0.189453125000 +0.006134033203 +-0.064941406250 +0.002151489258 +-0.218750000000 +0.085449218750 +-0.131835937500 +-0.026977539062 +-0.160156250000 +-0.105468750000 +-0.037841796875 +0.185546875000 +-0.361328125000 +-0.310546875000 +-0.117675781250 +0.098632812500 +-0.707031250000 +-0.007720947266 +0.026123046875 +-0.449218750000 +-0.020507812500 +-0.166992187500 +0.037353515625 +0.102539062500 +-0.279296875000 +-0.147460937500 +-0.230468750000 +-0.058593750000 +-0.210937500000 +0.036621093750 +-0.086914062500 +0.017578125000 +-0.221679687500 +0.056396484375 +-0.349609375000 +0.117675781250 +0.030273437500 +-0.194335937500 +-0.248046875000 +-0.026245117188 +-0.086425781250 +0.219726562500 +-0.084960937500 +0.162109375000 +-0.125000000000 +-0.177734375000 +-0.253906250000 +-0.263671875000 +0.058105468750 +-0.322265625000 +-0.460937500000 +0.001754760742 +-0.107910156250 +-0.050292968750 +0.058105468750 +-0.067382812500 +-0.048828125000 +0.400390625000 +0.114746093750 +0.055419921875 +-0.269531250000 +0.312500000000 +0.163085937500 +0.008300781250 +0.070800781250 +0.002319335938 +0.009765625000 +-0.039062500000 +-0.408203125000 +0.001525878906 +-0.147460937500 +-0.039306640625 +0.056152343750 +0.255859375000 +0.058593750000 +-0.125976562500 +-0.099121093750 +-0.014099121094 +0.142578125000 +0.041748046875 +0.171875000000 +0.046630859375 +-0.132812500000 +-0.097167968750 +0.133789062500 +0.273437500000 +0.042236328125 +-0.034912109375 +0.041992187500 +0.155273437500 +-0.057128906250 +0.029052734375 +-0.136718750000 +-0.110351562500 +0.048828125000 +-0.019897460938 +-0.100097656250 +0.080566406250 +0.388671875000 +0.131835937500 +-0.004425048828 +-0.231445312500 +0.062011718750 +-0.212890625000 +-0.083984375000 +0.002456665039 +0.067382812500 +-0.016357421875 +0.017089843750 +-0.042724609375 +-0.002609252930 +0.218750000000 +0.060302734375 +0.040039062500 +-0.051757812500 +0.020874023438 +-0.000797271729 +0.047119140625 +0.117675781250 +-0.353515625000 +0.022094726562 +0.108886718750 +-0.263671875000 +0.119628906250 +0.093261718750 +-0.134765625000 +-0.087402343750 +-0.048095703125 +0.189453125000 +0.142578125000 +-0.004638671875 +-0.136718750000 +-0.076171875000 +0.082519531250 +-0.145507812500 +0.020874023438 +-0.010009765625 +0.082031250000 +0.024414062500 +0.042236328125 +0.083007812500 +-0.017211914062 +-0.003234863281 +0.062255859375 +0.126953125000 +-0.036621093750 +-0.214843750000 +-0.031982421875 +-0.001228332520 +-0.283203125000 +-0.130859375000 +-0.045898437500 +0.053466796875 +0.257812500000 +0.162109375000 +-0.035644531250 +-0.075683593750 +0.298828125000 +-0.044921875000 +-0.104003906250 +-0.096191406250 +-0.075683593750 +0.075195312500 +-0.011474609375 +-0.292968750000 +0.134765625000 +0.045166015625 +0.082031250000 +0.010742187500 +0.028198242188 +-0.103027343750 +0.021606445312 +0.076660156250 +-0.030395507812 +-0.275390625000 +0.103027343750 +-0.085937500000 +0.175781250000 +-0.143554687500 +0.066406250000 +0.005157470703 +0.074707031250 +-0.075683593750 +-0.478515625000 +-0.009277343750 +-0.063964843750 +-0.001502990723 +-0.032470703125 +0.037353515625 +-0.065429687500 +-0.218750000000 +-0.107910156250 +0.031494140625 +-0.075195312500 +-0.078613281250 +-0.241210937500 +-0.156250000000 +0.081054687500 +-0.075683593750 +-0.007324218750 +0.049316406250 +0.183593750000 +0.182617187500 +0.064453125000 +0.022338867188 +-0.027587890625 +-0.034912109375 +0.069824218750 +0.032714843750 +0.139648437500 +-0.025878906250 +0.054931640625 +0.029785156250 +-0.188476562500 +0.015625000000 +-0.037353515625 +0.009765625000 +0.103027343750 +-0.029052734375 +-0.292968750000 +0.136718750000 +0.040039062500 +-0.075683593750 +-0.063964843750 +0.235351562500 +-0.004974365234 +0.149414062500 +0.041259765625 +0.056884765625 +0.013916015625 +-0.084472656250 +-0.150390625000 +-0.084472656250 +-0.118652343750 +-0.022827148438 +0.139648437500 +0.093750000000 +-0.026977539062 +-0.132812500000 +0.027099609375 +-0.060791015625 +0.096191406250 +-0.092773437500 +0.087890625000 +0.112304687500 +0.096679687500 +-0.085449218750 +-0.546875000000 +-0.039550781250 +0.061767578125 +-0.174804687500 +0.026977539062 +0.108886718750 +0.150390625000 +-0.075683593750 +-0.050781250000 +0.028076171875 +-0.224609375000 +0.114257812500 +0.002563476562 +-0.277343750000 +0.001647949219 +0.020874023438 +0.048339843750 +-0.046386718750 +0.101074218750 +-0.009643554688 +0.165039062500 +0.041992187500 +0.006805419922 +-0.033935546875 +-0.108886718750 +-0.102050781250 +0.028076171875 +0.083984375000 +-0.075195312500 +0.042236328125 +-0.333984375000 +-0.125976562500 +-0.049316406250 +-0.062988281250 +0.065429687500 +-0.734375000000 +-0.072265625000 +-0.012756347656 +0.040283203125 +0.039550781250 +-0.051513671875 +-0.208007812500 +-0.155273437500 +-0.180664062500 +0.002853393555 +-0.047119140625 +0.025268554688 +0.047607421875 +-0.028076171875 +0.009033203125 +-0.089843750000 +0.122558593750 +-0.182617187500 +0.027832031250 +-0.001823425293 +0.005035400391 +-0.142578125000 +0.116210937500 +-0.057861328125 +-0.031127929688 +0.131835937500 +0.099121093750 +0.058593750000 +0.064941406250 +-0.273437500000 +-0.008605957031 +-0.018432617188 +-0.079101562500 +-0.067382812500 +0.108398437500 +-0.263671875000 +-0.027343750000 +-0.023193359375 +-0.206054687500 +-0.257812500000 +-0.083007812500 +-0.194335937500 +0.019409179688 +0.015319824219 +-0.023071289062 +0.071289062500 +0.005615234375 +-0.171875000000 +0.155273437500 +0.074218750000 +0.016967773438 +-0.040527343750 +0.005523681641 +-0.431640625000 +-0.064453125000 +-0.012756347656 +-0.219726562500 +0.233398437500 +0.060546875000 +0.028686523438 +-0.143554687500 +-0.098632812500 +-0.153320312500 +0.120117187500 +-0.116210937500 +-0.030517578125 +-0.427734375000 +-0.189453125000 +-0.140625000000 +-0.070312500000 +-0.066894531250 +-0.072265625000 +-0.382812500000 +-0.073730468750 +-0.072753906250 +-0.052978515625 +-0.065429687500 +-0.124511718750 +-0.082031250000 +0.035400390625 +0.169921875000 +-0.093261718750 +-0.068359375000 +-0.062255859375 +-0.096679687500 +-0.241210937500 +-0.083984375000 +0.027954101562 +-0.138671875000 +-0.222656250000 +0.144531250000 +0.060546875000 +0.125976562500 +-0.226562500000 +0.028198242188 +0.131835937500 +0.025756835938 +-0.139648437500 +0.023315429688 +0.144531250000 +0.052490234375 +-0.094726562500 +-0.014648437500 +0.080078125000 +-0.227539062500 +0.109375000000 +0.007934570312 +-0.052978515625 +0.014709472656 +-0.055419921875 +-0.128906250000 +-0.222656250000 +0.064453125000 +-0.119628906250 +-0.086425781250 +-0.145507812500 +0.035644531250 +0.006683349609 +-0.156250000000 +-0.029907226562 +-0.018554687500 +0.240234375000 +-0.246093750000 +-0.104492187500 +-0.008911132812 +-0.006988525391 +-0.267578125000 +0.157226562500 +-0.263671875000 +0.015991210938 +0.108886718750 +0.341796875000 +0.080566406250 +0.109863281250 +-0.176757812500 +-0.222656250000 +0.141601562500 +0.269531250000 +0.000276565552 +0.047851562500 +-0.018920898438 +0.037841796875 +0.067871093750 +0.019287109375 +0.027709960938 +-0.359375000000 +-0.053955078125 +0.022216796875 +-0.194335937500 +0.209960937500 +-0.030029296875 +0.166015625000 +0.145507812500 +-0.115722656250 +0.088867187500 +0.142578125000 +0.071289062500 +-0.004608154297 +-0.087890625000 +0.166992187500 +0.189453125000 +0.208984375000 +-0.030761718750 +-0.022949218750 +-0.015991210938 +0.033203125000 +0.048583984375 +-0.019287109375 +-0.011108398438 +0.180664062500 +-0.020385742188 +0.123535156250 +-0.032958984375 +-0.027099609375 +0.188476562500 +0.044433593750 +0.022338867188 +0.378906250000 +0.007141113281 +0.357421875000 +0.178710937500 +0.054443359375 +-0.021728515625 +0.005615234375 +-0.139648437500 +-0.167968750000 +0.016845703125 +0.115722656250 +0.063476562500 +-0.155273437500 +0.199218750000 +0.133789062500 +-0.124023437500 +-0.147460937500 +0.064453125000 +0.002395629883 +-0.002532958984 +-0.079589843750 +0.170898437500 +0.246093750000 +-0.016357421875 +-0.100097656250 +0.225585937500 +0.142578125000 +0.052001953125 +0.204101562500 +-0.126953125000 +0.025756835938 +0.013671875000 +-0.109863281250 +0.098144531250 +0.017944335938 +-0.084960937500 +0.011657714844 +0.195312500000 +0.193359375000 +-0.041259765625 +0.114257812500 +-0.052001953125 +-0.163085937500 +0.112304687500 +-0.083984375000 +0.063964843750 +0.177734375000 +-0.208007812500 +0.071777343750 +0.019165039062 +-0.046386718750 +-0.002273559570 +-0.130859375000 +-0.062500000000 +-0.466796875000 +0.145507812500 +0.177734375000 +-0.024536132812 +0.001579284668 +0.098632812500 +0.062011718750 +-0.018188476562 +0.101562500000 +0.047851562500 +-0.002838134766 +0.094726562500 +-0.025146484375 +-0.135742187500 +0.000957489014 +0.036132812500 +0.007934570312 +-0.019287109375 +-0.156250000000 +-0.093750000000 +-0.124511718750 +-0.707031250000 +-0.037841796875 +-0.156250000000 +0.009277343750 +-0.527343750000 +-0.007781982422 +0.020629882812 +-0.828125000000 +0.038330078125 +0.112304687500 +0.159179687500 +-0.065917968750 +-0.001342773438 +0.122558593750 +0.093261718750 +-0.037353515625 +0.064941406250 +0.217773437500 +0.015258789062 +-0.106933593750 +0.022338867188 +-0.025390625000 +0.005828857422 +0.036132812500 +-0.001586914062 +-0.330078125000 +-0.013488769531 +0.142578125000 +-0.045654296875 +0.080566406250 +-0.217773437500 +-0.208984375000 +0.114257812500 +0.142578125000 +0.071777343750 +-0.204101562500 +-0.183593750000 +-0.351562500000 +-0.066894531250 +0.100585937500 +0.069824218750 +-0.056396484375 +-0.304687500000 +-0.032958984375 +0.125976562500 +-0.017089843750 +-0.086914062500 +0.118652343750 +-0.018432617188 +0.082519531250 +0.108398437500 +0.140625000000 +-0.202148437500 +0.016357421875 +-0.201171875000 +-0.443359375000 +-0.140625000000 +0.045410156250 +0.032470703125 +0.043212890625 +0.243164062500 +0.003570556641 +0.158203125000 +0.075195312500 +0.034179687500 +0.121093750000 +-0.388671875000 +-0.046875000000 +-0.050292968750 +0.189453125000 +0.147460937500 +0.166015625000 +-0.090332031250 +0.062500000000 +0.292968750000 +0.349609375000 +0.123046875000 +-0.137695312500 +0.205078125000 +0.227539062500 +-0.166992187500 +0.041503906250 +0.089843750000 +-0.255859375000 +-0.055908203125 +0.125000000000 +-0.211914062500 +0.087890625000 +0.029785156250 +0.090820312500 +-0.531250000000 +0.119140625000 +-0.332031250000 +-0.203125000000 +0.108398437500 +-0.118652343750 +0.138671875000 +-0.213867187500 +0.014831542969 +0.076660156250 +-0.028076171875 +0.057617187500 +-0.143554687500 +-0.022094726562 +0.053222656250 +0.057128906250 +-0.028320312500 +0.012268066406 +0.167968750000 +-0.114746093750 +-0.101074218750 +-0.044921875000 +-0.092773437500 +0.070800781250 +0.040527343750 +0.018798828125 +-0.006439208984 +0.110839843750 +0.062500000000 +0.039062500000 +0.022827148438 +-0.045410156250 +0.069824218750 +0.049316406250 +-0.125976562500 +0.060791015625 +-0.083496093750 +0.020385742188 +0.024658203125 +0.084472656250 +-0.027343750000 +0.153320312500 +0.002349853516 +-0.077636718750 +0.190429687500 +0.091796875000 +-0.200195312500 +0.003387451172 +0.126953125000 +-0.031738281250 +-0.149414062500 +-0.068359375000 +0.000648498535 +-0.006835937500 +0.048339843750 +-0.277343750000 +0.008361816406 +-0.026977539062 +-0.084472656250 +0.061767578125 +0.115722656250 +0.079101562500 +-0.126953125000 +-0.218750000000 +-0.129882812500 +-0.004364013672 +0.010253906250 +-0.076660156250 +0.057861328125 +0.050292968750 +-0.067382812500 +0.083496093750 +-0.117675781250 +-0.150390625000 +-0.009033203125 +-0.025878906250 +0.075195312500 +-0.339843750000 +-0.006195068359 +-0.111328125000 +0.051757812500 +-0.060058593750 +-0.182617187500 +-0.478515625000 +0.062500000000 +-0.004364013672 +-0.496093750000 +-0.029785156250 +-0.111328125000 +-0.046875000000 +-0.151367187500 +0.093261718750 +-0.089355468750 +0.007354736328 +0.099609375000 +-0.124511718750 +-0.080566406250 +0.014526367188 +-0.020507812500 +-0.055419921875 +0.037597656250 +0.072753906250 +-0.123535156250 +-0.055908203125 +-0.077148437500 +0.150390625000 +-0.142578125000 +-0.009338378906 +-0.101562500000 +0.041259765625 +-0.006347656250 +-0.096679687500 +0.259765625000 +0.047607421875 +0.081054687500 +-0.054687500000 +-0.033691406250 +-0.005523681641 +-0.077636718750 +-0.208007812500 +-0.065917968750 +-0.011230468750 +0.004364013672 +-0.208984375000 +0.059326171875 +-0.062988281250 +0.070800781250 +0.062255859375 +0.064941406250 +-0.353515625000 +-0.086425781250 +-0.326171875000 +-0.531250000000 +-0.337890625000 +-0.038330078125 +-0.279296875000 +-0.002319335938 +-0.123046875000 +0.074218750000 +0.125000000000 +0.080566406250 +0.031738281250 +0.012695312500 +0.014465332031 +-0.021362304688 +-0.051025390625 +-0.220703125000 +0.027587890625 +0.029418945312 +-0.127929687500 +-0.238281250000 +-0.024902343750 +-0.183593750000 +0.066406250000 +-0.197265625000 +-0.460937500000 +-0.053955078125 +-0.149414062500 +0.174804687500 +-0.059082031250 +-0.061035156250 +-0.096679687500 +-0.042480468750 +-0.160156250000 +-0.151367187500 +0.076660156250 +-0.335937500000 +0.089843750000 +-0.192382812500 +0.016235351562 +-0.000251770020 +-0.082031250000 +0.103027343750 +0.308593750000 +-0.263671875000 +-0.166015625000 +0.140625000000 +0.178710937500 +0.196289062500 +0.057128906250 +0.273437500000 +-0.076171875000 +-0.184570312500 +-0.138671875000 +-0.176757812500 +-0.031494140625 +-0.132812500000 +-0.057128906250 +0.086425781250 +0.077148437500 +0.042236328125 +-0.032958984375 +-0.064941406250 +0.196289062500 +0.125976562500 +-0.125000000000 +0.302734375000 +0.197265625000 +0.101074218750 +-0.151367187500 +-0.059082031250 +0.161132812500 +-0.037597656250 +0.070800781250 +0.089843750000 +0.142578125000 +0.051269531250 +-0.130859375000 +-0.018310546875 +-0.030151367188 +0.059082031250 +-0.007690429688 +-0.176757812500 +-0.017333984375 +0.127929687500 +-0.020996093750 +0.045166015625 +-0.198242187500 +0.072265625000 +0.185546875000 +-0.020019531250 +0.045654296875 +-0.022827148438 +-0.244140625000 +0.201171875000 +-0.006805419922 +-0.048828125000 +0.070800781250 +-0.048095703125 +0.140625000000 +0.111328125000 +0.004730224609 +0.013183593750 +-0.018310546875 +-0.087402343750 +-0.000961303711 +-0.001083374023 +0.012390136719 +0.011535644531 +0.012878417969 +-0.253906250000 +0.128906250000 +-0.012634277344 +-0.001274108887 +0.078613281250 +-0.104003906250 +0.011413574219 +-0.155273437500 +-0.005615234375 +-0.216796875000 +-0.021850585938 +0.019531250000 +0.086425781250 +-0.088378906250 +-0.077148437500 +-0.004089355469 +0.074707031250 +-0.045654296875 +0.091308593750 +-0.075683593750 +-0.010986328125 +-0.091796875000 +-0.080566406250 +-0.199218750000 +0.068847656250 +0.332031250000 +0.032470703125 +-0.000503540039 +-0.020507812500 +-0.017211914062 +0.111816406250 +-0.187500000000 +-0.163085937500 +-0.230468750000 +-0.179687500000 +-0.018310546875 +0.010314941406 +-0.067382812500 +-0.120117187500 +0.055664062500 +0.034423828125 +0.235351562500 +-0.130859375000 +-0.023925781250 +-0.091796875000 +0.011230468750 +-0.051757812500 +0.001426696777 +-0.047607421875 +0.009521484375 +-0.023559570312 +-0.024658203125 +-0.098144531250 +-0.032714843750 +-0.013122558594 +-0.010070800781 +-0.058349609375 +-0.037597656250 +-0.055908203125 +-0.320312500000 +-0.202148437500 +0.076660156250 +-0.172851562500 +-0.106933593750 +-0.281250000000 +0.018920898438 +-0.043212890625 +-0.023803710938 +-0.059570312500 +0.204101562500 +-0.008117675781 +0.063964843750 +-0.139648437500 +-0.054687500000 +-0.062988281250 +0.046386718750 +-0.036621093750 +0.069824218750 +-0.083496093750 +-0.062988281250 +-0.007415771484 +-0.024902343750 +-0.023437500000 +-0.009643554688 +-0.168945312500 +0.140625000000 +-0.090332031250 +-0.333984375000 +0.024047851562 +-0.063476562500 +-0.055908203125 +-0.312500000000 +0.099609375000 +-0.002746582031 +-0.221679687500 +-0.020141601562 +-0.041015625000 +-0.400390625000 +-0.020874023438 +-0.038085937500 +-0.091796875000 +-0.050537109375 +0.024047851562 +-0.025756835938 +0.005493164062 +0.168945312500 +-0.451171875000 +0.028442382812 +-0.009460449219 +0.005187988281 +-0.026123046875 +-0.076171875000 +-0.158203125000 +0.003524780273 +-0.057373046875 +-0.022949218750 +0.058105468750 +-0.091796875000 +0.003784179688 +-0.026855468750 +0.190429687500 +-0.050537109375 +-0.253906250000 +-0.269531250000 +-0.141601562500 +-0.076660156250 +-0.197265625000 +0.012878417969 +-0.209960937500 +0.088867187500 +-0.141601562500 +-0.141601562500 +-0.251953125000 +0.049804687500 +0.031738281250 +-0.033935546875 +0.033935546875 +0.078125000000 +-0.343750000000 +0.037841796875 +0.062011718750 +0.047119140625 +0.000553131104 +0.072753906250 +-0.023681640625 +0.039306640625 +-0.021240234375 +-0.038330078125 +0.022705078125 +0.027465820312 +0.022583007812 +-0.027709960938 +-0.002059936523 +-0.074707031250 +-0.166992187500 +-0.263671875000 +-0.165039062500 +-0.204101562500 +-0.431640625000 +0.206054687500 +0.139648437500 +-0.034667968750 +-0.255859375000 +-0.226562500000 +-0.116699218750 +0.057861328125 +0.116699218750 +-0.103515625000 +0.066894531250 +0.190429687500 +0.158203125000 +-0.115234375000 +-0.055419921875 +-0.150390625000 +-0.055908203125 +0.092773437500 +0.110839843750 +-0.075683593750 +-0.144531250000 +0.140625000000 +-0.019165039062 +-0.032714843750 +-0.071289062500 +0.056640625000 +-0.324218750000 +-0.177734375000 +-0.044189453125 +0.150390625000 +0.074707031250 +-0.097656250000 +0.212890625000 +0.157226562500 +-0.071777343750 +-0.071777343750 +-0.160156250000 +-0.076171875000 +0.004272460938 +-0.312500000000 +-0.194335937500 +-0.292968750000 +0.039062500000 +0.005249023438 +0.147460937500 +-0.173828125000 +-0.166015625000 +0.005432128906 +-0.013488769531 +-0.226562500000 +0.079589843750 +0.137695312500 +-0.054443359375 +0.034912109375 +-0.007781982422 +0.074218750000 +0.074707031250 +-0.126953125000 +-0.078613281250 +0.170898437500 +0.016967773438 +0.227539062500 +0.019531250000 +-0.046142578125 +0.090820312500 +0.034912109375 +0.011535644531 +-0.208007812500 +-0.006469726562 +0.083007812500 +-0.143554687500 +0.081542968750 +-0.031494140625 +-0.028930664062 +0.104003906250 +0.042968750000 +0.099609375000 +0.140625000000 +-0.037841796875 +0.155273437500 +-0.045654296875 +-0.308593750000 +0.009033203125 +-0.024902343750 +-0.131835937500 +0.035156250000 +0.125000000000 +-0.084472656250 +0.137695312500 +-0.000329971313 +0.069824218750 +0.077636718750 +-0.361328125000 +-0.032226562500 +0.029663085938 +-0.187500000000 +-0.135742187500 +0.012207031250 +0.024536132812 +0.049072265625 +-0.051757812500 +0.040527343750 +0.147460937500 +-0.033935546875 +0.051757812500 +-0.101074218750 +-0.033203125000 +-0.132812500000 +0.037353515625 +0.002700805664 +-0.018432617188 +-0.105957031250 +-0.129882812500 +-0.462890625000 +0.190429687500 +-0.046386718750 +-0.062500000000 +0.002624511719 +0.001785278320 +-0.026611328125 +0.363281250000 +0.013671875000 +-0.168945312500 +0.277343750000 +0.061523437500 +-0.519531250000 +0.004882812500 +-0.039062500000 +0.041015625000 +-0.087890625000 +-0.058837890625 +0.052001953125 +0.128906250000 +0.130859375000 +-0.064941406250 +0.070312500000 +-0.106933593750 +-0.111328125000 +0.134765625000 +0.229492187500 +-0.039306640625 +0.079589843750 +0.064453125000 +-0.076660156250 +-0.125976562500 +-0.208984375000 +-0.073730468750 +-0.179687500000 +-0.001342773438 +0.189453125000 +0.056640625000 +-0.310546875000 +0.100585937500 +0.004791259766 +0.016723632812 +0.242187500000 +0.153320312500 +-0.239257812500 +-0.333984375000 +-0.578125000000 +0.075195312500 +-0.090820312500 +-0.104003906250 +-0.060302734375 +-0.168945312500 +0.163085937500 +0.167968750000 +0.144531250000 +0.090332031250 +0.052490234375 +-0.002899169922 +0.115722656250 +0.041503906250 +0.120605468750 +-0.059082031250 +-0.104980468750 +-0.012756347656 +0.017578125000 +-0.102050781250 +-0.001289367676 +-0.093750000000 +0.248046875000 +0.011230468750 +0.033935546875 +0.239257812500 +0.041503906250 +0.062011718750 +-0.000915527344 +-0.235351562500 +-0.296875000000 +-0.128906250000 +0.117187500000 +-0.163085937500 +-0.250000000000 +-0.273437500000 +-0.197265625000 +0.042968750000 +-0.097167968750 +-0.137695312500 +0.076660156250 +-0.144531250000 +0.004791259766 +-0.092773437500 +0.096679687500 +-0.088867187500 +0.103027343750 +-0.125976562500 +-0.216796875000 +0.034912109375 +-0.125976562500 +0.094238281250 +-0.066406250000 +0.013793945312 +-0.104492187500 +-0.086425781250 +-0.061279296875 +-0.332031250000 +0.036621093750 +-0.279296875000 +-0.138671875000 +-0.164062500000 +-0.230468750000 +-0.267578125000 +-0.103515625000 +-0.102539062500 +-0.039550781250 +0.165039062500 +-0.306640625000 +0.078613281250 +-0.157226562500 +0.111328125000 +-0.102539062500 +-0.038085937500 +0.043457031250 +-0.023071289062 +0.135742187500 +0.125976562500 +0.205078125000 +-0.141601562500 +-0.052246093750 +-0.012634277344 +-0.089843750000 +-0.251953125000 +0.129882812500 +-0.166015625000 +-0.014587402344 +0.052978515625 +0.111328125000 +0.064453125000 +-0.039306640625 +-0.066406250000 +-0.019653320312 +0.051513671875 +0.077148437500 +-0.089355468750 +0.052734375000 +0.152343750000 +0.006591796875 +-0.015258789062 +-0.103515625000 +0.156250000000 +-0.125976562500 +0.125000000000 +0.059570312500 +0.100585937500 +-0.017944335938 +0.053710937500 +-0.043457031250 +-0.017578125000 +0.178710937500 +0.084960937500 +0.060058593750 +0.072753906250 +0.050048828125 +0.195312500000 +-0.055908203125 +0.125000000000 +0.150390625000 +0.072753906250 +0.127929687500 +0.275390625000 +0.010925292969 +0.150390625000 +-0.015197753906 +-0.018066406250 +-0.135742187500 +0.170898437500 +-0.128906250000 +0.175781250000 +0.027954101562 +0.136718750000 +0.020385742188 +0.023315429688 +0.075195312500 +0.088867187500 +0.110839843750 +0.140625000000 +0.112304687500 +0.027709960938 +-0.169921875000 +-0.030639648438 +0.019897460938 +0.044921875000 +-0.100097656250 +-0.024047851562 +-0.249023437500 +0.082519531250 +-0.037353515625 +-0.114746093750 +-0.211914062500 +0.017089843750 +0.020874023438 +-0.044677734375 +0.048828125000 +0.029541015625 +-0.347656250000 +-0.240234375000 +-0.183593750000 +-0.269531250000 +0.030273437500 +-0.063964843750 +0.085937500000 +0.035888671875 +0.046386718750 +0.073242187500 +-0.004486083984 +0.150390625000 +-0.007446289062 +-0.289062500000 +0.027709960938 +0.102539062500 +0.077148437500 +0.077148437500 +0.047851562500 +0.092773437500 +0.083496093750 +-0.193359375000 +0.061279296875 +-0.072265625000 +0.038330078125 +-0.008544921875 +-0.089843750000 +-0.046142578125 +-0.003051757812 +0.308593750000 +-0.128906250000 +0.094726562500 +-0.108398437500 +-0.013549804688 +-0.156250000000 +-0.138671875000 +0.120605468750 +-0.046142578125 +-0.061523437500 +-0.310546875000 +0.123046875000 +0.027099609375 +-0.046142578125 +-0.213867187500 +0.028198242188 +-0.032470703125 +-0.015991210938 +0.202148437500 +0.021118164062 +-0.137695312500 +0.155273437500 +-0.047363281250 +-0.123535156250 +0.189453125000 +0.175781250000 +0.082031250000 +0.000096797943 +0.166992187500 +-0.122070312500 +0.005187988281 +-0.237304687500 +-0.118164062500 +0.308593750000 +-0.072753906250 +-0.053222656250 +-0.000862121582 +-0.123046875000 +0.035644531250 +-0.036376953125 +0.215820312500 +0.082031250000 +0.216796875000 +0.107421875000 +-0.077148437500 +-0.255859375000 +-0.116699218750 +0.091308593750 +-0.146484375000 +-0.091308593750 +0.218750000000 +0.416015625000 +-0.190429687500 +-0.104003906250 +-0.179687500000 +-0.116699218750 +-0.067871093750 +-0.044433593750 +0.135742187500 +0.007415771484 +0.110839843750 +-0.006378173828 +-0.207031250000 +0.217773437500 +-0.095214843750 +0.122070312500 +-0.216796875000 +0.189453125000 +-0.073730468750 +-0.296875000000 +-0.041259765625 +-0.234375000000 +-0.291015625000 +-0.134765625000 +-0.023071289062 +0.036132812500 +0.161132812500 +0.072265625000 +0.049316406250 +0.040527343750 +-0.108886718750 +-0.237304687500 +-0.036621093750 +0.145507812500 +0.193359375000 +0.029174804688 +-0.058593750000 +-0.028198242188 +0.026977539062 +0.333984375000 +-0.160156250000 +0.158203125000 +-0.194335937500 +-0.005645751953 +-0.070312500000 +-0.172851562500 +0.049316406250 +0.069335937500 +0.070800781250 +-0.042968750000 +-0.219726562500 +-0.205078125000 +-0.007293701172 +0.044677734375 +-0.214843750000 +-0.064453125000 +0.040771484375 +-0.112792968750 +0.125000000000 +-0.248046875000 +-0.203125000000 +-0.166992187500 +-0.224609375000 +0.055175781250 +0.263671875000 +0.164062500000 +-0.019653320312 +-0.175781250000 +-0.156250000000 +-0.259765625000 +-0.009826660156 +0.122558593750 +0.137695312500 +0.097167968750 +0.032470703125 +0.184570312500 +0.308593750000 +-0.165039062500 +0.090820312500 +0.028686523438 +-0.289062500000 +-0.060302734375 +-0.172851562500 +0.078125000000 +-0.296875000000 +0.158203125000 +0.073242187500 +-0.213867187500 +0.050292968750 +0.010620117188 +0.032226562500 +-0.058593750000 +-0.025756835938 +-0.201171875000 +-0.173828125000 +0.009155273438 +0.113281250000 +-0.165039062500 +-0.312500000000 +0.088867187500 +-0.059082031250 +0.053466796875 +-0.211914062500 +0.149414062500 +-0.285156250000 +-0.269531250000 +-0.170898437500 +0.158203125000 +-0.081054687500 +-0.097656250000 +0.052734375000 +0.145507812500 +0.004516601562 +-0.085449218750 +-0.029541015625 +-0.488281250000 +-0.024291992188 +-0.078613281250 +-0.126953125000 +0.081542968750 +0.149414062500 +0.002685546875 +0.035644531250 +-0.008483886719 +-0.077636718750 +-0.024414062500 +-0.113769531250 +0.028564453125 +-0.318359375000 +-0.078613281250 +0.048583984375 +-0.093261718750 +-0.056152343750 +-0.200195312500 +0.091796875000 +-0.112304687500 +-0.271484375000 +-0.003875732422 +0.073242187500 +-0.052978515625 +-0.141601562500 +-0.015869140625 +-0.108398437500 +-0.005493164062 +-0.478515625000 +-0.257812500000 +0.093261718750 +-0.083496093750 +-0.095703125000 +0.281250000000 +0.198242187500 +0.052001953125 +-0.287109375000 +0.170898437500 +0.085937500000 +-0.080566406250 +0.173828125000 +-0.210937500000 +-0.026855468750 +-0.060058593750 +-0.016967773438 +0.140625000000 +0.237304687500 +0.040527343750 +-0.073242187500 +-0.112304687500 +0.037597656250 +0.059082031250 +-0.035644531250 +-0.032958984375 +0.028442382812 +-0.103515625000 +-0.037841796875 +-0.215820312500 +0.008544921875 +-0.063964843750 +0.021606445312 +0.149414062500 +0.100097656250 +-0.242187500000 +-0.057373046875 +0.092285156250 +0.147460937500 +0.040039062500 +-0.105468750000 +-0.137695312500 +0.067382812500 +-0.092285156250 +-0.042724609375 +0.063476562500 +-0.181640625000 +0.048828125000 +0.038330078125 +-0.102539062500 +-0.251953125000 +0.002700805664 +-0.085937500000 +0.054931640625 +-0.125000000000 +0.106445312500 +-0.031494140625 +-0.023925781250 +-0.094238281250 +-0.170898437500 +-0.015502929688 +0.122558593750 +0.056396484375 +0.040771484375 +0.007812500000 +0.008178710938 +0.226562500000 +-0.043457031250 +0.120117187500 +0.033691406250 +-0.039794921875 +0.002716064453 +0.120605468750 +-0.034912109375 +-0.093261718750 +0.104003906250 +0.011230468750 +-0.036865234375 +0.099121093750 +-0.086425781250 +0.027343750000 +0.006134033203 +0.047851562500 +0.022949218750 +-0.065429687500 +-0.066406250000 +0.055908203125 +-0.261718750000 +0.108886718750 +0.114746093750 +-0.123046875000 +-0.140625000000 +-0.049560546875 +-0.494140625000 +0.100097656250 +-0.129882812500 +-0.092285156250 +-0.349609375000 +-0.071289062500 +0.082031250000 +0.049316406250 +0.091796875000 +-0.076660156250 +0.059326171875 +-0.234375000000 +0.039306640625 +-0.002120971680 +-0.279296875000 +0.072265625000 +-0.085937500000 +-0.312500000000 +-0.158203125000 +-0.031494140625 +-0.056884765625 +-0.130859375000 +-0.318359375000 +-0.065917968750 +0.277343750000 +0.090820312500 +-0.073730468750 +0.144531250000 +-0.012390136719 +0.092773437500 +0.324218750000 +-0.150390625000 +0.306640625000 +0.118164062500 +0.174804687500 +0.388671875000 +-0.201171875000 +-0.073730468750 +0.013977050781 +0.088867187500 +0.181640625000 +-0.445312500000 +0.031738281250 +0.089843750000 +0.093261718750 +0.316406250000 +-0.081542968750 +0.355468750000 +0.079101562500 +-0.049804687500 +-0.151367187500 +0.176757812500 +0.082031250000 +-0.170898437500 +-0.066894531250 +0.138671875000 +0.263671875000 +0.181640625000 +0.251953125000 +0.110351562500 +-0.271484375000 +-0.011718750000 +0.190429687500 +0.127929687500 +-0.186523437500 +-0.185546875000 +-0.015197753906 +-0.024536132812 +-0.096191406250 +0.122070312500 +-0.088378906250 +-0.027832031250 +0.020385742188 +0.096679687500 +0.181640625000 +0.024780273438 +-0.151367187500 +-0.105468750000 +0.022460937500 +0.002349853516 +-0.043212890625 +0.158203125000 +-0.019775390625 +-0.138671875000 +-0.116210937500 +-0.088867187500 +0.064453125000 +-0.070800781250 +-0.230468750000 +-0.085937500000 +-0.083007812500 +0.154296875000 +-0.095703125000 +-0.056152343750 +-0.178710937500 +-0.154296875000 +-0.034667968750 +-0.101074218750 +0.076171875000 +-0.271484375000 +0.122070312500 +0.035644531250 +-0.120605468750 +0.057128906250 +-0.096679687500 +-0.010192871094 +0.018188476562 +0.030517578125 +-0.053955078125 +0.117187500000 +-0.085449218750 +-0.164062500000 +0.038085937500 +-0.092773437500 +-0.042724609375 +0.038085937500 +0.016723632812 +-0.019653320312 +-0.098144531250 +-0.025756835938 +-0.033447265625 +0.076171875000 +-0.210937500000 +-0.133789062500 +0.197265625000 +0.026489257812 +0.179687500000 +0.203125000000 +-0.239257812500 +0.075683593750 +0.216796875000 +-0.152343750000 +0.071289062500 +0.027709960938 +-0.032714843750 +-0.090332031250 +-0.275390625000 +0.119140625000 +-0.080566406250 +0.100585937500 +-0.134765625000 +0.078125000000 +-0.091308593750 +0.045166015625 +0.023437500000 +-0.312500000000 +-0.014831542969 +0.146484375000 +-0.310546875000 +0.029785156250 +0.024780273438 +-0.045654296875 +0.052978515625 +0.108886718750 +0.049804687500 +-0.247070312500 +0.015075683594 +-0.227539062500 +-0.093261718750 +-0.126953125000 +0.028930664062 +-0.063476562500 +0.053466796875 +-0.022094726562 +0.050048828125 +0.027832031250 +0.151367187500 +-0.369140625000 +0.129882812500 +0.019042968750 +0.066406250000 +-0.246093750000 +-0.018432617188 +0.026977539062 +0.068359375000 +-0.015869140625 +0.166992187500 +-0.091796875000 +0.118652343750 +-0.047851562500 +-0.072753906250 +0.052978515625 +-0.070800781250 +0.076660156250 +-0.094726562500 +-0.047851562500 +-0.027587890625 +0.022338867188 +0.121093750000 +-0.041748046875 +0.084472656250 +0.033691406250 +-0.112304687500 +0.065917968750 +-0.076171875000 +0.058837890625 +0.156250000000 +0.000075340271 +-0.067382812500 +0.039062500000 +0.083496093750 +-0.351562500000 +0.096679687500 +0.081054687500 +0.116699218750 +0.136718750000 +0.066406250000 +-0.016967773438 +-0.014465332031 +-0.255859375000 +-0.002426147461 +-0.004394531250 +0.043457031250 +-0.024047851562 +-0.045410156250 +0.024291992188 +0.115722656250 +-0.054199218750 +-0.041503906250 +0.093261718750 +-0.014343261719 +-0.140625000000 +0.018554687500 +-0.145507812500 +0.060058593750 +0.125976562500 +-0.076660156250 +0.050537109375 +-0.039306640625 +0.296875000000 +-0.150390625000 +0.026245117188 +0.083007812500 +-0.049316406250 +0.089355468750 +0.041015625000 +0.023803710938 +-0.203125000000 +-0.018798828125 +0.140625000000 +-0.151367187500 +0.006927490234 +-0.015991210938 +0.103515625000 +-0.013671875000 +0.021118164062 +0.090820312500 +-0.036132812500 +0.030151367188 +0.050781250000 +0.135742187500 +0.216796875000 +-0.127929687500 +-0.083984375000 +-0.353515625000 +0.129882812500 +0.165039062500 +-0.103515625000 +-0.016845703125 +-0.082519531250 +-0.017089843750 +0.072753906250 +-0.110351562500 +0.060302734375 +0.007019042969 +-0.044921875000 +-0.103027343750 +0.133789062500 +0.087402343750 +0.089355468750 +-0.023315429688 +-0.211914062500 +0.004333496094 +-0.090332031250 +-0.075683593750 +-0.016967773438 +0.110839843750 +0.050781250000 +-0.190429687500 +0.025146484375 +-0.063964843750 +0.157226562500 +-0.076660156250 +-0.006713867188 +-0.092285156250 +-0.182617187500 +-0.388671875000 +0.113281250000 +-0.073242187500 +0.045166015625 +-0.012878417969 +-0.310546875000 +-0.079101562500 +-0.077636718750 +-0.255859375000 +-0.027099609375 +-0.199218750000 +0.084472656250 +0.033935546875 +-0.271484375000 +-0.249023437500 +0.011657714844 +0.052246093750 +0.228515625000 +-0.065917968750 +-0.044189453125 +-0.095703125000 +-0.078125000000 +-0.098632812500 +0.110839843750 +0.155273437500 +0.054443359375 +-0.083984375000 +-0.037353515625 +-0.010253906250 +0.069335937500 +-0.026977539062 +0.122558593750 +0.131835937500 +0.080078125000 +0.185546875000 +-0.177734375000 +-0.102539062500 +-0.044433593750 +0.170898437500 +-0.065917968750 +-0.223632812500 +0.109863281250 +0.026367187500 +0.030761718750 +0.102539062500 +-0.111816406250 +-0.001724243164 +0.082031250000 +0.128906250000 +-0.086425781250 +0.073242187500 +0.146484375000 +-0.004821777344 +-0.053955078125 +-0.271484375000 +0.085937500000 +-0.064941406250 +0.049316406250 +0.001853942871 +0.052978515625 +-0.142578125000 +0.083496093750 +-0.054687500000 +-0.445312500000 +-0.055175781250 +-0.020507812500 +-0.172851562500 +-0.037597656250 +-0.098144531250 +0.009521484375 +-0.091308593750 +0.048339843750 +-0.209960937500 +-0.092285156250 +0.031250000000 +0.166992187500 +-0.055664062500 +0.079589843750 +0.066406250000 +-0.229492187500 +0.022827148438 +-0.027832031250 +0.013977050781 +0.040527343750 +0.011047363281 +-0.061767578125 +-0.427734375000 +-0.025512695312 +-0.040771484375 +-0.024902343750 +0.021118164062 +0.006103515625 +-0.027465820312 +-0.029663085938 +0.255859375000 +-0.040771484375 +0.062988281250 +-0.030151367188 +-0.269531250000 +0.093750000000 +-0.204101562500 +0.044433593750 +-0.172851562500 +-0.130859375000 +0.003829956055 +0.181640625000 +-0.029541015625 +-0.099609375000 +-0.014221191406 +0.003005981445 +-0.085449218750 +-0.133789062500 +0.143554687500 +-0.217773437500 +-0.085937500000 +0.075195312500 +-0.066406250000 +-0.049804687500 +0.024047851562 +-0.127929687500 +-0.250000000000 +-0.002075195312 +-0.028320312500 +0.020874023438 +-0.033447265625 +0.316406250000 +-0.006683349609 +-0.061523437500 +0.131835937500 +0.111816406250 +-0.023559570312 +0.072753906250 +-0.014709472656 +-0.067871093750 +0.016723632812 +0.104492187500 +0.022338867188 +-0.096679687500 +-0.474609375000 +0.031982421875 +-0.028808593750 +-0.052490234375 +0.069824218750 +-0.088867187500 +0.043701171875 +0.054199218750 +0.041503906250 +0.016845703125 +-0.041503906250 +0.095703125000 +-0.196289062500 +-0.123535156250 +-0.097167968750 +-0.015747070312 +0.085449218750 +0.016967773438 +-0.167968750000 +-0.061279296875 +-0.020385742188 +0.104980468750 +0.021118164062 +0.082031250000 +-0.134765625000 +0.072265625000 +0.027465820312 +-0.050292968750 +-0.072753906250 +0.095703125000 +-0.228515625000 +-0.045654296875 +0.134765625000 +-0.088378906250 +0.075195312500 +-0.205078125000 +0.093261718750 +-0.106933593750 +-0.050781250000 +-0.003662109375 +0.024047851562 +-0.392578125000 +0.043701171875 +0.054199218750 +-0.015319824219 +-0.092285156250 +0.175781250000 +-0.065917968750 +-0.045898437500 +-0.104980468750 +-0.006713867188 +0.086914062500 +0.055664062500 +0.076660156250 +-0.098632812500 +-0.118164062500 +-0.029907226562 +0.261718750000 +0.038574218750 +-0.093261718750 +-0.014892578125 +0.221679687500 +-0.012084960938 +0.039550781250 +-0.077636718750 +-0.052001953125 +0.085449218750 +0.061767578125 +0.101074218750 +0.024780273438 +0.021118164062 +0.037597656250 +0.006134033203 +0.020751953125 +-0.033203125000 +-0.041992187500 +0.022827148438 +0.058105468750 +-0.053710937500 +-0.118652343750 +-0.251953125000 +-0.085449218750 +0.070312500000 +-0.121093750000 +0.002151489258 +0.035644531250 +-0.369140625000 +-0.074218750000 +-0.039306640625 +-0.062011718750 +0.156250000000 +-0.007324218750 +0.190429687500 +-0.011779785156 +-0.081054687500 +0.094726562500 +-0.136718750000 +0.069824218750 +-0.215820312500 +0.048095703125 +-0.416015625000 +0.065917968750 +0.107910156250 +-0.146484375000 +0.004943847656 +0.031738281250 +0.024047851562 +0.014648437500 +-0.013732910156 +-0.022338867188 +0.193359375000 +-0.009887695312 +0.075195312500 +-0.054931640625 +-0.123535156250 +-0.069335937500 +-0.002014160156 +-0.130859375000 +-0.002609252930 +-0.004760742188 +-0.122558593750 +-0.167968750000 +-0.012390136719 +0.029052734375 +0.100585937500 +-0.302734375000 +0.104003906250 +0.056152343750 +0.041503906250 +-0.032470703125 +-0.049560546875 +0.017211914062 +-0.013854980469 +-0.023315429688 +0.010620117188 +0.039794921875 +0.014892578125 +0.019165039062 +0.000383377075 +-0.009277343750 +-0.158203125000 +0.000709533691 +0.035400390625 +-0.048583984375 +0.001167297363 +-0.123535156250 +-0.447265625000 +0.039306640625 +-0.079589843750 +-0.118652343750 +0.032226562500 +-0.023315429688 +0.081054687500 +-0.038574218750 +0.188476562500 +-0.003295898438 +0.296875000000 +-0.038330078125 +0.056640625000 +0.075195312500 +-0.072265625000 +0.092773437500 +-0.210937500000 +-0.040771484375 +-0.216796875000 +0.051269531250 +0.100097656250 +0.066406250000 +-0.026733398438 +0.139648437500 +-0.101074218750 +-0.003234863281 +-0.027343750000 +0.116210937500 +0.142578125000 +0.031738281250 +-0.056396484375 +0.081054687500 +0.011779785156 +-0.228515625000 +-0.010986328125 +-0.220703125000 +0.096679687500 +-0.009765625000 +-0.094238281250 +0.074218750000 +0.093750000000 +-0.042968750000 +-0.011657714844 +-0.185546875000 +-0.072265625000 +-0.139648437500 +0.051757812500 +0.160156250000 +0.065429687500 +-0.045410156250 +0.104492187500 +-0.107910156250 +-0.020019531250 +-0.071777343750 +-0.036865234375 +-0.056396484375 +-0.019409179688 +-0.012939453125 +0.044433593750 +-0.033935546875 +-0.092773437500 +0.040039062500 +-0.041259765625 +-0.234375000000 +-0.042724609375 +0.114746093750 +-0.034667968750 +0.006286621094 +0.029296875000 +-0.090820312500 +-0.065429687500 +-0.116210937500 +-0.081054687500 +-0.004486083984 +-0.023925781250 +-0.013305664062 +-0.020874023438 +0.004333496094 +0.110351562500 +0.055419921875 +-0.150390625000 +0.027832031250 +-0.028808593750 +0.051757812500 +-0.013793945312 +0.011718750000 +0.046875000000 +0.004058837891 +-0.031982421875 +-0.070800781250 +0.020507812500 +0.067382812500 +0.026489257812 +0.052978515625 +0.099121093750 +0.041992187500 +0.117187500000 +-0.049316406250 +-0.020263671875 +0.073242187500 +-0.028564453125 +0.071289062500 +-0.074707031250 +0.047363281250 +-0.141601562500 +-0.009399414062 +-0.018798828125 +0.025878906250 +0.024536132812 +-0.069824218750 +0.016113281250 +0.079101562500 +-0.053710937500 +-0.018798828125 +0.042480468750 +0.086914062500 +-0.001327514648 +0.027465820312 +0.012145996094 +0.135742187500 +0.074218750000 +0.012695312500 +-0.055664062500 +-0.000476837158 +-0.042480468750 +0.035644531250 +0.033447265625 +0.111816406250 +0.130859375000 +0.039550781250 +-0.032714843750 +0.025268554688 +0.103515625000 +-0.058593750000 +0.032714843750 +-0.081054687500 +-0.494140625000 +0.065917968750 +-0.251953125000 +-0.251953125000 +0.034423828125 +0.143554687500 +-0.005035400391 +-0.034423828125 +-0.149414062500 +-0.187500000000 +0.128906250000 +-0.014648437500 +-0.066894531250 +-0.052978515625 +0.032714843750 +-0.186523437500 +0.046142578125 +-0.082519531250 +-0.180664062500 +-0.004577636719 +-0.073242187500 +0.044433593750 +-0.085449218750 +-0.023681640625 +-0.060058593750 +-0.007019042969 +0.015136718750 +-0.197265625000 +0.067382812500 +0.108398437500 +-0.253906250000 +-0.055664062500 +-0.122070312500 +-0.249023437500 +0.114746093750 +-0.229492187500 +-0.316406250000 +0.108886718750 +-0.068359375000 +0.056884765625 +-0.109375000000 +-0.075683593750 +-0.357421875000 +-0.133789062500 +-0.083496093750 +-0.092773437500 +-0.047119140625 +-0.034423828125 +-0.119628906250 +0.080566406250 +0.019287109375 +0.052734375000 +0.133789062500 +-0.135742187500 +-0.018920898438 +-0.238281250000 +-0.024536132812 +-0.016357421875 +0.103515625000 +-0.125976562500 +0.143554687500 +-0.194335937500 +-0.087890625000 +0.099121093750 +-0.125976562500 +0.000316619873 +-0.126953125000 +-0.052734375000 +-0.095214843750 +-0.060302734375 +-0.017211914062 +-0.183593750000 +0.079101562500 +-0.330078125000 +-0.223632812500 +0.018554687500 +0.210937500000 +-0.040283203125 +-0.152343750000 +-0.140625000000 +0.021850585938 +0.220703125000 +0.092773437500 +0.120117187500 +-0.015747070312 +0.089355468750 +0.127929687500 +-0.032958984375 +0.007446289062 +0.082519531250 +-0.058105468750 +-0.072265625000 +-0.146484375000 +0.050537109375 +0.031738281250 +0.053222656250 +0.006591796875 +0.009765625000 +0.029052734375 +0.138671875000 +0.042480468750 +0.127929687500 +0.277343750000 +-0.050781250000 +0.059570312500 +0.228515625000 +0.017944335938 +0.191406250000 +-0.029296875000 +0.029785156250 +0.008422851562 +0.110351562500 +0.004486083984 +-0.013061523438 +0.071289062500 +0.044189453125 +0.039550781250 +-0.038085937500 +-0.012573242188 +0.052246093750 +0.130859375000 +0.090332031250 +0.123535156250 +-0.008911132812 +0.099609375000 +0.105957031250 +0.063964843750 +0.067382812500 +-0.242187500000 +0.027343750000 +0.132812500000 +-0.083496093750 +-0.014160156250 +-0.091796875000 +0.057617187500 +-0.029174804688 +-0.339843750000 +-0.010131835938 +-0.006042480469 +0.169921875000 +-0.077636718750 +-0.129882812500 +-0.044433593750 +0.036376953125 +0.026855468750 +0.031738281250 +0.108398437500 +-0.094726562500 +-0.053710937500 +0.061035156250 +0.122070312500 +0.002105712891 +0.074707031250 +0.077148437500 +0.060058593750 +0.014160156250 +0.128906250000 +0.050048828125 +-0.267578125000 +-0.147460937500 +0.093750000000 +0.012634277344 +0.098144531250 +-0.169921875000 +0.004577636719 +-0.253906250000 +0.029663085938 +0.121582031250 +0.020874023438 +-0.328125000000 +-0.185546875000 +0.243164062500 +0.062500000000 +0.226562500000 +0.087402343750 +-0.036376953125 +-0.043945312500 +-0.010925292969 +0.118652343750 +-0.003906250000 +-0.102539062500 +0.111328125000 +0.023071289062 +-0.082519531250 +-0.122070312500 +-0.023925781250 +0.155273437500 +0.210937500000 +0.081542968750 +-0.263671875000 +-0.194335937500 +-0.146484375000 +-0.076171875000 +0.024780273438 +-0.030273437500 +-0.114746093750 +0.011535644531 +-0.028686523438 +-0.015258789062 +-0.310546875000 +0.072753906250 +-0.171875000000 +-0.339843750000 +-0.031982421875 +0.114257812500 +-0.000227928162 +0.057128906250 +-0.009155273438 +0.013854980469 +0.027221679688 +0.095214843750 +-0.019653320312 +-0.045166015625 +-0.032714843750 +-0.041259765625 +-0.052001953125 +0.091308593750 +-0.022216796875 +-0.102539062500 +0.032470703125 +-0.112304687500 +-0.037597656250 +0.211914062500 +-0.211914062500 +-0.018798828125 +-0.039062500000 +0.067871093750 +0.045654296875 +0.115722656250 +0.176757812500 +-0.121582031250 +0.069824218750 +0.066406250000 +0.090332031250 +0.208007812500 +0.183593750000 +0.088378906250 +-0.060546875000 +0.067871093750 +-0.003692626953 +-0.040527343750 +0.126953125000 +-0.210937500000 +-0.104492187500 +0.081542968750 +-0.027709960938 +-0.019775390625 +0.056884765625 +-0.139648437500 +-0.106445312500 +0.114746093750 +0.019531250000 +0.044433593750 +-0.084960937500 +-0.249023437500 +0.210937500000 +0.083496093750 +0.053710937500 +0.003768920898 +0.015075683594 +-0.046386718750 +0.122558593750 +0.157226562500 +-0.095214843750 +0.020507812500 +-0.096191406250 +-0.087402343750 +-0.003494262695 +-0.000396728516 +-0.127929687500 +0.060058593750 +-0.203125000000 +-0.024658203125 +0.049316406250 +-0.058105468750 +-0.104003906250 +-0.046386718750 +-0.051757812500 +0.036865234375 +0.061279296875 +0.178710937500 +-0.255859375000 +-0.082519531250 +-0.051757812500 +-0.120117187500 +-0.030883789062 +0.063964843750 +-0.145507812500 +0.064453125000 +-0.028320312500 +-0.052001953125 +0.145507812500 +-0.099609375000 +0.083496093750 +-0.072265625000 +0.245117187500 +0.097167968750 +-0.020019531250 +0.215820312500 +0.355468750000 +0.047607421875 +0.009155273438 +0.176757812500 +0.070800781250 +-0.031494140625 +-0.121582031250 +-0.138671875000 +-0.153320312500 +0.078613281250 +-0.062011718750 +-0.065917968750 +0.137695312500 +0.022827148438 +0.141601562500 +-0.180664062500 +-0.081542968750 +0.176757812500 +0.019042968750 +-0.028442382812 +-0.066894531250 +-0.314453125000 +-0.013305664062 +-0.034423828125 +-0.376953125000 +0.000617980957 +0.000377655029 +-0.063964843750 +0.031250000000 +-0.010864257812 +0.166015625000 +-0.275390625000 +0.031250000000 +-0.211914062500 +0.165039062500 +0.032714843750 +-0.034423828125 +-0.007690429688 +0.068847656250 +0.047119140625 +-0.169921875000 +0.041503906250 +-0.024291992188 +0.100585937500 +-0.023071289062 +0.106933593750 +0.121582031250 +-0.074218750000 +-0.034423828125 +-0.033691406250 +-0.166015625000 +-0.203125000000 +0.079589843750 +-0.104980468750 +0.074218750000 +0.034667968750 +0.026489257812 +-0.143554687500 +0.005004882812 +-0.057373046875 +0.138671875000 +-0.086914062500 +-0.121093750000 +-0.064453125000 +-0.135742187500 +0.157226562500 +-0.058349609375 +-0.024780273438 +-0.069824218750 +0.068847656250 +-0.074707031250 +-0.017822265625 +-0.029663085938 +0.170898437500 +0.037841796875 +-0.113281250000 +-0.084472656250 +0.034423828125 +-0.044433593750 +-0.024169921875 +0.052001953125 +-0.185546875000 +-0.147460937500 +0.078125000000 +-0.126953125000 +-0.519531250000 +-0.001640319824 +-0.083007812500 +-0.238281250000 +0.086914062500 +0.036376953125 +-0.141601562500 +-0.003784179688 +-0.157226562500 +0.053222656250 +0.016113281250 +-0.098144531250 +0.075683593750 +0.023437500000 +0.053466796875 +0.023193359375 +-0.085937500000 +0.062988281250 +0.016845703125 +-0.103027343750 +-0.002960205078 +0.059082031250 +0.054931640625 +0.148437500000 +-0.135742187500 +-0.200195312500 +-0.018432617188 +-0.053955078125 +0.109863281250 +-0.061279296875 +-0.046630859375 +-0.095703125000 +-0.108886718750 +-0.031982421875 +0.073242187500 +-0.550781250000 +0.084472656250 +0.033935546875 +0.165039062500 +-0.174804687500 +0.086914062500 +0.051757812500 +-0.251953125000 +-0.127929687500 +0.011657714844 +0.043212890625 +-0.189453125000 +-0.086914062500 +-0.110351562500 +0.005340576172 +0.041503906250 +0.010803222656 +-0.047851562500 +0.094238281250 +-0.096679687500 +0.109375000000 +-0.306640625000 +-0.073730468750 +-0.029174804688 +-0.036132812500 +0.042480468750 +0.069824218750 +0.151367187500 +-0.085937500000 +-0.147460937500 +0.006561279297 +0.078125000000 +-0.001968383789 +0.011596679688 +0.126953125000 +-0.055175781250 +-0.019653320312 +-0.125000000000 +0.061035156250 +-0.040771484375 +-0.042724609375 +-0.215820312500 +0.008178710938 +-0.001274108887 +-0.083496093750 +0.041015625000 +0.014953613281 +0.127929687500 +0.072753906250 +-0.195312500000 +0.059082031250 +0.032470703125 +0.053466796875 +0.117675781250 +0.135742187500 +0.047607421875 +0.008239746094 +-0.126953125000 +0.050537109375 +0.063476562500 +0.061767578125 +-0.121582031250 +0.021118164062 +0.050292968750 +-0.365234375000 +-0.181640625000 +-0.480468750000 +-0.039550781250 +0.092773437500 +0.015319824219 +-0.048828125000 +-0.129882812500 +0.088378906250 +0.119628906250 +0.019531250000 +0.102539062500 +0.016479492188 +-0.106933593750 +0.038085937500 +-0.160156250000 +-0.008056640625 +-0.096191406250 +-0.003509521484 +0.004394531250 +-0.041748046875 +0.078613281250 +-0.056640625000 +-0.157226562500 +0.025512695312 +-0.026489257812 +-0.010925292969 +0.128906250000 +0.071777343750 +-0.326171875000 +0.009887695312 +-0.035888671875 +-0.176757812500 +0.051025390625 +0.100585937500 +0.042968750000 +-0.132812500000 +0.013122558594 +0.157226562500 +-0.130859375000 +0.012207031250 +-0.040039062500 +-0.099121093750 +0.053710937500 +0.001678466797 +-0.104980468750 +-0.056396484375 +-0.117187500000 +0.019653320312 +0.020874023438 +0.055175781250 +0.006164550781 +-0.036865234375 +0.003814697266 +-0.020507812500 +-0.132812500000 +-0.144531250000 +-0.121582031250 +-0.014770507812 +-0.200195312500 +0.034423828125 +0.028564453125 +0.067382812500 +-0.012878417969 +-0.067871093750 +-0.026611328125 +0.055419921875 +-0.110839843750 +0.116699218750 +-0.071777343750 +-0.273437500000 +-0.094726562500 +-0.023559570312 +0.123535156250 +-0.355468750000 +0.138671875000 +-0.052490234375 +0.239257812500 +-0.113769531250 +-0.076660156250 +0.012451171875 +-0.039306640625 +0.059814453125 +0.062500000000 +-0.053466796875 +-0.064453125000 +0.082031250000 +-0.001953125000 +-0.013793945312 +0.175781250000 +0.102539062500 +-0.071777343750 +0.166992187500 +-0.086914062500 +-0.054443359375 +0.120117187500 +-0.024780273438 +0.136718750000 +0.080566406250 +-0.195312500000 +0.226562500000 +-0.328125000000 +0.148437500000 +0.089843750000 +0.130859375000 +0.091796875000 +-0.052490234375 +0.052001953125 +0.086914062500 +0.000835418701 +-0.122070312500 +-0.081542968750 +-0.036865234375 +-0.013793945312 +0.110351562500 +-0.015136718750 +-0.078125000000 +-0.273437500000 +-0.007049560547 +0.001388549805 +-0.055664062500 +0.169921875000 +-0.040283203125 +0.076660156250 +0.069335937500 +-0.049072265625 +0.068359375000 +-0.053955078125 +0.091308593750 +0.071289062500 +0.036621093750 +0.178710937500 +-0.261718750000 +-0.048095703125 +0.193359375000 +-0.136718750000 +-0.294921875000 +0.157226562500 +-0.062500000000 +-0.053710937500 +-0.017089843750 +-0.227539062500 +-0.112304687500 +0.236328125000 +-0.042724609375 +-0.027587890625 +0.105957031250 +-0.125000000000 +-0.191406250000 +0.101562500000 +-0.113769531250 +-0.043701171875 +-0.005523681641 +0.145507812500 +-0.466796875000 +0.078125000000 +0.181640625000 +-0.093750000000 +0.007080078125 +0.071289062500 +0.138671875000 +-0.208007812500 +0.069335937500 +-0.071777343750 +0.026855468750 +-0.232421875000 +0.071289062500 +-0.112792968750 +-0.184570312500 +-0.142578125000 +-0.437500000000 +0.008605957031 +-0.182617187500 +0.002380371094 +0.037597656250 +-0.030517578125 +-0.102539062500 +-0.084472656250 +-0.022094726562 +0.000147819519 +0.059326171875 +-0.183593750000 +0.229492187500 +-0.017944335938 +-0.218750000000 +0.082519531250 +-0.058105468750 +-0.122558593750 +0.122558593750 +0.000789642334 +-0.221679687500 +-0.027221679688 +-0.234375000000 +0.077148437500 +-0.199218750000 +0.120117187500 +-0.640625000000 +-0.017822265625 +0.273437500000 +0.158203125000 +-0.151367187500 +-0.277343750000 +0.133789062500 +-0.373046875000 +-0.100585937500 +-0.135742187500 +-0.001129150391 +-0.090332031250 +0.210937500000 +-0.027587890625 +0.086914062500 +0.068359375000 +-0.000778198242 +-0.094238281250 +0.017333984375 +-0.079101562500 +0.110839843750 +-0.206054687500 +0.088378906250 +-0.024902343750 +0.025634765625 +0.201171875000 +-0.057861328125 +0.082519531250 +-0.004455566406 +0.036865234375 +-0.028076171875 +-0.143554687500 +-0.046142578125 +-0.021850585938 +-0.074218750000 +-0.069335937500 +-0.063964843750 +-0.384765625000 +-0.038574218750 +-0.125976562500 +-0.134765625000 +-0.008972167969 +-0.249023437500 +-0.168945312500 +-0.186523437500 +0.054687500000 +0.018432617188 +-0.049316406250 +-0.058349609375 +0.063964843750 +0.114257812500 +-0.020751953125 +-0.152343750000 +0.035400390625 +-0.443359375000 +-0.033935546875 +-0.287109375000 +-0.085449218750 +-0.061279296875 +-0.020263671875 +-0.039794921875 +0.110839843750 +0.204101562500 +-0.298828125000 +0.057373046875 +-0.029785156250 +0.114746093750 +-0.107910156250 +0.433593750000 +0.159179687500 +-0.118164062500 +-0.089843750000 +0.021606445312 +0.052978515625 +0.022094726562 +-0.063964843750 +0.113281250000 +0.132812500000 +-0.024902343750 +0.189453125000 +0.133789062500 +-0.049560546875 +0.054931640625 +0.136718750000 +0.088378906250 +-0.012695312500 +-0.363281250000 +0.054443359375 +-0.091796875000 +-0.443359375000 +0.116699218750 +-0.005554199219 +-0.209960937500 +0.024291992188 +0.010498046875 +0.096191406250 +0.007385253906 +-0.000576019287 +0.130859375000 +-0.079101562500 +-0.002822875977 +0.104003906250 +-0.316406250000 +-0.186523437500 +0.125976562500 +0.231445312500 +-0.031738281250 +0.014282226562 +0.068847656250 +0.040771484375 +-0.030151367188 +-0.012084960938 +0.159179687500 +-0.026245117188 +0.079589843750 +-0.064453125000 +0.124023437500 +0.050781250000 +0.028808593750 +-0.101074218750 +0.001304626465 +-0.074707031250 +-0.010864257812 +-0.019775390625 +-0.158203125000 +0.024780273438 +0.038818359375 +-0.158203125000 +-0.032958984375 +0.071289062500 +0.044677734375 +-0.052001953125 +-0.078125000000 +0.016479492188 +-0.026855468750 +0.045898437500 +-0.012817382812 +0.098144531250 +-0.054931640625 +0.000482559204 +0.087890625000 +0.053222656250 +0.092285156250 +-0.119628906250 +0.085937500000 +0.014892578125 +0.041259765625 +-0.076660156250 +-0.006530761719 +0.020141601562 +-0.076171875000 +-0.144531250000 +-0.511718750000 +-0.644531250000 +-0.127929687500 +-0.140625000000 +-0.306640625000 +0.028076171875 +0.009643554688 +0.115722656250 +0.101562500000 +-0.075195312500 +0.142578125000 +0.008483886719 +0.183593750000 +0.178710937500 +-0.081542968750 +-0.202148437500 +0.052978515625 +0.183593750000 +0.179687500000 +0.182617187500 +0.125000000000 +0.014648437500 +-0.287109375000 +0.019409179688 +0.091796875000 +0.048583984375 +0.009521484375 +0.023925781250 +0.109863281250 +-0.212890625000 +-0.052490234375 +0.161132812500 +0.173828125000 +-0.090820312500 +-0.216796875000 +0.079101562500 +-0.143554687500 +0.060791015625 +-0.041503906250 +-0.378906250000 +0.431640625000 +-0.005737304688 +0.045654296875 +-0.212890625000 +0.143554687500 +0.148437500000 +-0.231445312500 +0.174804687500 +-0.185546875000 +-0.094238281250 +0.153320312500 +0.056152343750 +-0.196289062500 +0.035888671875 +-0.225585937500 +0.201171875000 +0.031494140625 +0.109375000000 +0.182617187500 +-0.021362304688 +0.166015625000 +0.031494140625 +0.013305664062 +0.072753906250 +-0.043945312500 +-0.120605468750 +-0.027709960938 +-0.101074218750 +-0.054443359375 +-0.271484375000 +-0.077148437500 +-0.007385253906 +-0.003845214844 +-0.057373046875 +-0.229492187500 +-0.011840820312 +-0.032470703125 +-0.043945312500 +-0.318359375000 +-0.009216308594 +-0.235351562500 +0.050048828125 +-0.164062500000 +-0.014404296875 +-0.021484375000 +0.079101562500 +-0.087890625000 +-0.165039062500 +-0.052978515625 +-0.024414062500 +0.171875000000 +0.021728515625 +-0.103027343750 +0.016845703125 +-0.126953125000 +-0.269531250000 +-0.226562500000 +-0.018554687500 +-0.447265625000 +-0.106445312500 +0.071289062500 +-0.087890625000 +-0.017700195312 +0.114746093750 +0.007110595703 +-0.384765625000 +0.071777343750 +-0.320312500000 +0.005981445312 +-0.041259765625 +-0.013793945312 +-0.077148437500 +0.051025390625 +0.064453125000 +-0.660156250000 +0.135742187500 +0.070800781250 +-0.022094726562 +0.011840820312 +-0.039794921875 +-0.200195312500 +0.000957489014 +-0.134765625000 +0.084472656250 +-0.064941406250 +-0.083984375000 +0.126953125000 +-0.022827148438 +-0.011596679688 +-0.106445312500 +0.041503906250 +0.052246093750 +0.154296875000 +-0.055664062500 +-0.039550781250 +0.076660156250 +0.068359375000 +-0.108886718750 +-0.014648437500 +0.017333984375 +-0.068847656250 +-0.135742187500 +0.012268066406 +-0.083007812500 +-0.131835937500 +-0.062988281250 +-0.033447265625 +-0.275390625000 +0.005310058594 +0.048095703125 +-0.052001953125 +0.064941406250 +0.017578125000 +0.089355468750 +0.168945312500 +-0.054443359375 +-0.026000976562 +-0.062500000000 +0.052978515625 +-0.174804687500 +0.046630859375 +-0.110839843750 +-0.057128906250 +0.019775390625 +-0.043457031250 +-0.113769531250 +-0.527343750000 +-0.253906250000 +0.014465332031 +0.070312500000 +-0.203125000000 +-0.038085937500 +0.108398437500 +-0.020141601562 +0.069824218750 +-0.084960937500 +-0.027221679688 +-0.001220703125 +0.030273437500 +0.027709960938 +0.092773437500 +-0.127929687500 +0.138671875000 +0.038818359375 +0.155273437500 +-0.097167968750 +0.102539062500 +-0.003677368164 +-0.048095703125 +-0.243164062500 +0.002471923828 +0.085449218750 +-0.353515625000 +-0.042968750000 +-0.042968750000 +0.039794921875 +-0.020141601562 +0.176757812500 +0.143554687500 +0.030883789062 +0.043457031250 +-0.117675781250 +-0.060058593750 +-0.039794921875 +-0.071777343750 +-0.062988281250 +-0.062500000000 +0.036132812500 +-0.037353515625 +-0.048583984375 +0.026000976562 +-0.162109375000 +-0.008300781250 +-0.166992187500 +-0.073242187500 +0.075683593750 +0.023315429688 +-0.234375000000 +-0.143554687500 +-0.024536132812 +-0.072753906250 +-0.076660156250 +0.041748046875 +-0.089843750000 +-0.146484375000 +-0.106933593750 +0.108886718750 +0.009887695312 +0.107421875000 +0.059570312500 +-0.083984375000 +-0.011657714844 +-0.060058593750 +-0.138671875000 +-0.043945312500 +-0.084960937500 +0.038330078125 +-0.140625000000 +-0.024047851562 +-0.096679687500 +-0.040771484375 +-0.115234375000 +-0.101074218750 +-0.065917968750 +0.042968750000 +-0.179687500000 +-0.074218750000 +-0.013183593750 +-0.019042968750 +0.055175781250 +0.095703125000 +-0.013061523438 +-0.059814453125 +-0.106933593750 +-0.048583984375 +0.093750000000 +-0.056152343750 +-0.117187500000 +-0.011962890625 +0.046142578125 +0.072265625000 +-0.210937500000 +0.070312500000 +-0.028320312500 +-0.090332031250 +-0.292968750000 +0.068359375000 +-0.050048828125 +-0.048583984375 +-0.210937500000 +-0.098144531250 +0.089843750000 +-0.171875000000 +-0.031982421875 +-0.188476562500 +0.039062500000 +0.003601074219 +0.157226562500 +-0.070800781250 +0.012207031250 +-0.069824218750 +0.064941406250 +0.027954101562 +-0.159179687500 +-0.141601562500 +0.125000000000 +0.008361816406 +-0.343750000000 +0.133789062500 +0.039550781250 +0.049072265625 +-0.024780273438 +-0.326171875000 +-0.124023437500 +0.015502929688 +0.231445312500 +0.182617187500 +0.008056640625 +0.018554687500 +-0.308593750000 +-0.585937500000 +-0.222656250000 +-0.119628906250 +-0.589843750000 +0.075195312500 +-0.007141113281 +0.216796875000 +0.085449218750 +0.069335937500 +-0.492187500000 +0.043212890625 +-0.062500000000 +-0.039794921875 +-0.108398437500 +-0.123535156250 +0.113769531250 +-0.053710937500 +-0.152343750000 +-0.084472656250 +-0.181640625000 +0.051025390625 +-0.160156250000 +-0.028808593750 +0.028686523438 +0.048828125000 +-0.079589843750 +-0.038574218750 +-0.128906250000 +0.423828125000 +-0.115722656250 +0.202148437500 +-0.086425781250 +-0.269531250000 +0.106445312500 +0.099121093750 +0.028564453125 +-0.033935546875 +0.041992187500 +-0.029663085938 +-0.151367187500 +-0.028686523438 +0.073730468750 +-0.034179687500 +0.094238281250 +-0.043212890625 +-0.000171661377 +0.073242187500 +-0.045654296875 +-0.122558593750 +-0.199218750000 +0.053466796875 +-0.010559082031 +0.099121093750 +0.110839843750 +-0.082519531250 +-0.154296875000 +0.189453125000 +0.173828125000 +-0.075683593750 +0.058593750000 +-0.283203125000 +0.138671875000 +0.326171875000 +-0.028686523438 +-0.047607421875 +-0.281250000000 +0.082519531250 +0.094238281250 +-0.010070800781 +0.404296875000 +-0.112304687500 +-0.271484375000 +-0.194335937500 +-0.103027343750 +0.024780273438 +0.051757812500 +0.049316406250 +-0.093261718750 +0.180664062500 +0.219726562500 +-0.057373046875 +-0.233398437500 +-0.104980468750 +-0.099609375000 +0.159179687500 +-0.042236328125 +0.003784179688 +-0.152343750000 +-0.281250000000 +-0.014709472656 +-0.012268066406 +-0.053710937500 +-0.223632812500 +-0.183593750000 +0.123046875000 +-0.015563964844 +-0.660156250000 +0.106445312500 +-0.112792968750 +0.025024414062 +0.067382812500 +-0.038818359375 +-0.088378906250 +0.024658203125 +-0.320312500000 +-0.519531250000 +-0.006713867188 +0.074707031250 +0.114257812500 +-0.195312500000 +0.040771484375 +-0.037109375000 +-0.062988281250 +0.070800781250 +0.263671875000 +0.039062500000 +-0.181640625000 +-0.084960937500 +-0.041015625000 +-0.198242187500 +-0.045898437500 +-0.019775390625 +-0.009033203125 +0.199218750000 +0.005706787109 +0.050292968750 +0.007995605469 +0.161132812500 +-0.225585937500 +-0.291015625000 +-0.255859375000 +-0.149414062500 +-0.129882812500 +0.140625000000 +0.089843750000 +0.042236328125 +0.324218750000 +0.096679687500 +-0.153320312500 +-0.017456054688 +-0.067382812500 +-0.168945312500 +0.220703125000 +0.114257812500 +0.063964843750 +-0.043212890625 +-0.009582519531 +0.064941406250 +0.061523437500 +0.097167968750 +-0.125000000000 +-0.080078125000 +-0.187500000000 +-0.020751953125 +0.088867187500 +-0.088378906250 +0.196289062500 +-0.046142578125 +0.251953125000 +0.063964843750 +0.009765625000 +-0.281250000000 +0.036865234375 +0.053466796875 +-0.159179687500 +-0.062255859375 +0.040771484375 +0.105468750000 +0.022583007812 +-0.176757812500 +-0.024536132812 +-0.039306640625 +-0.199218750000 +0.074707031250 +0.009582519531 +0.042236328125 +-0.318359375000 +-0.178710937500 +-0.023681640625 +-0.255859375000 +-0.105957031250 +0.151367187500 +-0.038085937500 +-0.283203125000 +-0.273437500000 +0.022827148438 +0.223632812500 +0.265625000000 +0.050292968750 +-0.193359375000 +0.075195312500 +0.047851562500 +-0.138671875000 +-0.202148437500 +-0.011169433594 +-0.429687500000 +0.041503906250 +0.041015625000 +-0.193359375000 +-0.114746093750 +0.096191406250 +-0.079101562500 +-0.111816406250 +0.037841796875 +-0.087402343750 +-0.015380859375 +-0.002120971680 +0.294921875000 +-0.127929687500 +0.210937500000 +-0.002319335938 +0.082031250000 +0.001571655273 +-0.110839843750 +0.080078125000 +0.171875000000 +-0.039794921875 +-0.214843750000 +0.070312500000 +-0.023559570312 +-0.041503906250 +-0.208984375000 +-0.033203125000 +-0.003646850586 +0.033935546875 +-0.056884765625 +-0.077636718750 +0.007934570312 +-0.097167968750 +-0.015991210938 +-0.053710937500 +-0.136718750000 +0.018188476562 +0.146484375000 +0.080078125000 +-0.002258300781 +0.050292968750 +0.031250000000 +-0.078613281250 +-0.012878417969 +-0.173828125000 +-0.044189453125 +-0.047607421875 +-0.061279296875 +-0.175781250000 +-0.052490234375 +-0.045898437500 +-0.085449218750 +-0.069824218750 +-0.570312500000 +-0.165039062500 +-0.269531250000 +0.181640625000 +0.005340576172 +-0.209960937500 +0.029541015625 +-0.073730468750 +0.090820312500 +-0.000961303711 +-0.011535644531 +-0.001953125000 +-0.016845703125 +0.043457031250 +-0.058349609375 +0.133789062500 +0.067382812500 +0.122070312500 +0.062500000000 +-0.005310058594 +-0.112792968750 +-0.029418945312 +0.101074218750 +-0.057617187500 +-0.148437500000 +-0.067871093750 +-0.013061523438 +0.108886718750 +0.063964843750 +-0.020019531250 +0.086914062500 +0.015869140625 +-0.125976562500 +0.158203125000 +-0.236328125000 +-0.096679687500 +0.004058837891 +-0.061279296875 +-0.054443359375 +0.025146484375 +-0.271484375000 +0.060302734375 +-0.010498046875 +-0.068847656250 +-0.035644531250 +-0.163085937500 +-0.047607421875 +-0.013793945312 +0.145507812500 +0.028442382812 +-0.046386718750 +-0.076171875000 +-0.110839843750 +-0.080078125000 +0.032470703125 +-0.125000000000 +0.065429687500 +0.127929687500 +0.122558593750 +0.009216308594 +-0.003341674805 +0.048828125000 +0.096679687500 +-0.108886718750 +-0.023193359375 +-0.081054687500 +-0.140625000000 +0.021362304688 +-0.030517578125 +-0.098632812500 +-0.111816406250 +-0.194335937500 +-0.161132812500 +0.092285156250 +0.029052734375 +0.021240234375 +-0.100585937500 +-0.011474609375 +-0.019775390625 +0.150390625000 +-0.149414062500 +-0.015380859375 +0.054931640625 +0.062255859375 +-0.052001953125 +-0.057617187500 +-0.073242187500 +-0.216796875000 +0.126953125000 +0.136718750000 +-0.173828125000 +0.090820312500 +0.041992187500 +0.014099121094 +0.018432617188 +0.104003906250 +0.039794921875 +0.065917968750 +0.042480468750 +-0.075195312500 +-0.169921875000 +-0.071777343750 +0.097167968750 +0.079589843750 +0.033935546875 +0.021362304688 +-0.054199218750 +-0.012390136719 +0.066406250000 +-0.067382812500 +0.038818359375 +0.191406250000 +0.029296875000 +-0.036865234375 +0.072265625000 +0.033447265625 +0.143554687500 +-0.398437500000 +-0.004791259766 +-0.199218750000 +-0.006134033203 +-0.173828125000 +-0.271484375000 +0.161132812500 +0.023925781250 +-0.073730468750 +-0.049804687500 +0.031250000000 +-0.296875000000 +0.025512695312 +0.229492187500 +-0.134765625000 +0.081054687500 +0.064453125000 +0.010620117188 +-0.109863281250 +0.175781250000 +0.110351562500 +0.093750000000 +0.054687500000 +-0.014587402344 +-0.066894531250 +-0.125000000000 +-0.227539062500 +-0.049072265625 +0.090332031250 +-0.001739501953 +0.077148437500 +-0.202148437500 +-0.016113281250 +0.003479003906 +0.079589843750 +0.178710937500 +-0.053955078125 +0.097167968750 +0.036132812500 +-0.077148437500 +0.079101562500 +0.184570312500 +0.081542968750 +-0.026855468750 +0.016479492188 +-0.076660156250 +-0.018310546875 +-0.410156250000 +-0.031982421875 +0.050781250000 +-0.005920410156 +0.104492187500 +0.245117187500 +-0.009948730469 +0.201171875000 +0.060302734375 +-0.014465332031 +-0.079589843750 +0.029907226562 +0.012451171875 +-0.002197265625 +0.047363281250 +0.014160156250 +-0.132812500000 +-0.106445312500 +0.090820312500 +-0.109375000000 +-0.161132812500 +0.093261718750 +-0.392578125000 +0.129882812500 +0.000484466553 +-0.010742187500 +0.209960937500 +-0.177734375000 +-0.016357421875 +-0.229492187500 +-0.208007812500 +0.035400390625 +-0.055419921875 +0.075683593750 +0.153320312500 +-0.141601562500 +0.101562500000 +0.036376953125 +0.099121093750 +-0.034667968750 +0.159179687500 +-0.148437500000 +0.024414062500 +0.010192871094 +-0.217773437500 +0.168945312500 +0.087890625000 +0.065917968750 +-0.125000000000 +0.060058593750 +0.026611328125 +-0.011718750000 +-0.000469207764 +0.103027343750 +0.002380371094 +-0.574218750000 +-0.081542968750 +0.044189453125 +-0.016601562500 +-0.089843750000 +0.015563964844 +-0.062255859375 +-0.129882812500 +0.271484375000 +-0.246093750000 +-0.076171875000 +-0.261718750000 +0.058593750000 +-0.091308593750 +0.085937500000 +-0.041992187500 +0.097167968750 +-0.005889892578 +0.136718750000 +0.028930664062 +-0.123535156250 +-0.073730468750 +0.002120971680 +0.012817382812 +0.076171875000 +-0.115722656250 +0.047607421875 +0.053222656250 +-0.244140625000 +0.109863281250 +0.080566406250 +0.048828125000 +-0.038818359375 +0.023681640625 +-0.086914062500 +-0.078125000000 +-0.191406250000 +-0.220703125000 +-0.310546875000 +-0.208984375000 +0.073242187500 +-0.020019531250 +0.020874023438 +-0.053222656250 +-0.094726562500 +0.043945312500 +-0.087890625000 +-0.138671875000 +-0.113769531250 +-0.164062500000 +-0.007812500000 +-0.082519531250 +-0.201171875000 +0.010375976562 +0.014282226562 +0.100097656250 +-0.071777343750 +-0.249023437500 +-0.009582519531 +0.085449218750 +-0.016845703125 +-0.200195312500 +0.122558593750 +-0.253906250000 +0.079101562500 +0.357421875000 +-0.063964843750 +0.015869140625 +-0.049072265625 +-0.075683593750 +0.106445312500 +-0.263671875000 +-0.042724609375 +-0.117187500000 +-0.112304687500 +0.090820312500 +-0.178710937500 +0.125000000000 +-0.066894531250 +0.066406250000 +-0.121582031250 +-0.042968750000 +0.025146484375 +0.131835937500 +-0.484375000000 +-0.085937500000 +0.030761718750 +-0.003509521484 +0.032714843750 +-0.072753906250 +-0.135742187500 +0.010742187500 +-0.096679687500 +-0.402343750000 +-0.123046875000 +0.066406250000 +0.174804687500 +-0.081542968750 +-0.138671875000 +-0.024536132812 +-0.175781250000 +-0.162109375000 +-0.156250000000 +0.154296875000 +0.144531250000 +-0.074707031250 +-0.291015625000 +-0.115722656250 +-0.221679687500 +0.091796875000 +-0.300781250000 +0.142578125000 +0.048583984375 +-0.123535156250 +0.008972167969 +0.115722656250 +0.168945312500 +0.213867187500 +0.035644531250 +0.135742187500 +0.030517578125 +-0.236328125000 +-0.081542968750 +-0.017822265625 +0.007171630859 +0.347656250000 +-0.531250000000 +0.261718750000 +0.312500000000 +-0.099609375000 +0.055908203125 +0.034667968750 +-0.023437500000 +0.242187500000 +-0.031738281250 +0.035156250000 +-0.310546875000 +0.039306640625 +0.236328125000 +0.096191406250 +-0.053710937500 +0.060546875000 +-0.225585937500 +0.086425781250 +-0.029296875000 +0.085937500000 +0.083496093750 +-0.081054687500 +0.197265625000 +-0.205078125000 +0.357421875000 +0.421875000000 +0.072753906250 +-0.007812500000 +0.378906250000 +-0.072265625000 +-0.027587890625 +0.069335937500 +-0.012145996094 +-0.064941406250 +-0.117675781250 +-0.259765625000 +0.539062500000 +-0.404296875000 +-0.063964843750 +0.302734375000 +-0.068847656250 +0.009643554688 +-0.298828125000 +-0.041259765625 +-0.189453125000 +0.035156250000 +-0.043701171875 +0.064453125000 +-0.146484375000 +-0.194335937500 +0.248046875000 +-0.232421875000 +0.084472656250 +-0.023437500000 +0.159179687500 +-0.052734375000 +0.231445312500 +0.060302734375 +0.021362304688 +-0.339843750000 +0.215820312500 +-0.103027343750 +0.144531250000 +-0.083984375000 +-0.231445312500 +-0.007781982422 +-0.285156250000 +-0.159179687500 +-0.003234863281 +0.012023925781 +0.131835937500 +-0.027465820312 +-0.154296875000 +-0.051269531250 +-0.269531250000 +-0.029785156250 +0.105468750000 +-0.067871093750 +-0.061523437500 +-0.218750000000 +-0.223632812500 +-0.012084960938 +-0.126953125000 +-0.024780273438 +-0.050292968750 +-0.022705078125 +-0.014770507812 +-0.204101562500 +-0.001197814941 +-0.001846313477 +0.155273437500 +-0.004425048828 +0.052734375000 +-0.024169921875 +-0.123046875000 +-0.283203125000 +-0.017700195312 +-0.181640625000 +-0.033935546875 +-0.028808593750 +0.009338378906 +0.121582031250 +-0.326171875000 +0.113281250000 +-0.320312500000 +-0.116699218750 +0.243164062500 +0.061035156250 +-0.519531250000 +0.006591796875 +0.273437500000 +0.044433593750 +-0.004791259766 +-0.107910156250 +0.013427734375 +-0.277343750000 +0.000427246094 +0.128906250000 +-0.114746093750 +-0.064453125000 +-0.039794921875 +-0.022460937500 +0.041748046875 +-0.166015625000 +0.071777343750 +-0.324218750000 +0.117675781250 +0.038818359375 +0.115722656250 +-0.230468750000 +0.050537109375 +-0.243164062500 +0.115234375000 +-0.083007812500 +0.078125000000 +0.007568359375 +-0.437500000000 +-0.148437500000 +0.041748046875 +-0.041015625000 +-0.019042968750 +-0.147460937500 +-0.092773437500 +-0.024291992188 +-0.126953125000 +0.047363281250 +-0.263671875000 +-0.081542968750 +-0.030395507812 +-0.062988281250 +-0.061523437500 +0.020019531250 +-0.062500000000 +-0.043457031250 +-0.147460937500 +-0.169921875000 +-0.250000000000 +0.026123046875 +-0.152343750000 +0.097656250000 +0.058349609375 +-0.185546875000 +-0.062255859375 +-0.046386718750 +-0.002975463867 +-0.231445312500 +0.051513671875 +0.189453125000 +-0.097656250000 +-0.010925292969 +0.010559082031 +-0.423828125000 +0.024536132812 +0.047851562500 +-0.094238281250 +-0.174804687500 +-0.220703125000 +-0.184570312500 +-0.005523681641 +0.122558593750 +0.022705078125 +-0.004272460938 +0.111328125000 +0.081542968750 +0.047363281250 +-0.088378906250 +-0.178710937500 +-0.122070312500 +-0.133789062500 +0.008422851562 +-0.098144531250 +-0.122070312500 +-0.009094238281 +0.033203125000 +0.173828125000 +-0.292968750000 +0.130859375000 +-0.306640625000 +-0.162109375000 +-0.015075683594 +-0.045654296875 +0.078613281250 +0.063476562500 +0.013122558594 +0.038574218750 +0.041992187500 +0.219726562500 +-0.103515625000 +-0.195312500000 +0.067382812500 +-0.388671875000 +-0.223632812500 +-0.009765625000 +0.281250000000 +0.099609375000 +0.011474609375 +0.105957031250 +-0.080078125000 +0.039550781250 +-0.041503906250 +-0.155273437500 +-0.285156250000 +-0.089843750000 +0.175781250000 +0.053466796875 +-0.037841796875 +-0.152343750000 +0.119140625000 +-0.138671875000 +-0.109863281250 +0.149414062500 +-0.104980468750 +-0.181640625000 +0.244140625000 +0.150390625000 +0.023681640625 +0.138671875000 +-0.074707031250 +-0.083007812500 +0.074707031250 +-0.425781250000 +-0.095703125000 +0.016845703125 +0.164062500000 +-0.091796875000 +0.008300781250 +0.043457031250 +-0.220703125000 +0.104003906250 +-0.011718750000 +-0.443359375000 +-0.056640625000 +-0.118652343750 +0.004516601562 +-0.121582031250 +-0.210937500000 +0.109375000000 +0.135742187500 +0.036865234375 +-0.096679687500 +0.033935546875 +0.034912109375 +-0.222656250000 +-0.187500000000 +-0.166992187500 +0.072265625000 +0.062500000000 +0.078125000000 +-0.082519531250 +-0.072265625000 +-0.068847656250 +-0.026123046875 +-0.190429687500 +0.043212890625 +0.068359375000 +-0.072753906250 +-0.024658203125 +0.029052734375 +0.009948730469 +-0.003265380859 +-0.037841796875 +-0.122070312500 +-0.067871093750 +-0.028198242188 +-0.103515625000 +0.104492187500 +-0.151367187500 +-0.261718750000 +-0.022338867188 +-0.490234375000 +-0.002059936523 +0.046875000000 +-0.035644531250 +-0.098144531250 +-0.225585937500 +-0.071777343750 +-0.065429687500 +-1.398437500000 +-0.197265625000 +-0.091796875000 +-0.265625000000 +-0.227539062500 +-0.062988281250 +-0.081542968750 +-0.014770507812 +-0.193359375000 +-0.003494262695 +-0.027343750000 +-0.204101562500 +-0.019531250000 +0.037841796875 +0.152343750000 +0.035888671875 +-0.016723632812 +-0.169921875000 +-0.048583984375 +-0.183593750000 +0.031494140625 +-0.248046875000 +0.042968750000 +-0.037109375000 +-0.026855468750 +0.010009765625 +-0.063964843750 +0.036865234375 +-0.010131835938 +-0.149414062500 +-0.074218750000 +0.202148437500 +-0.041992187500 +-0.025024414062 +-0.021484375000 +-0.022094726562 +-0.246093750000 +-0.145507812500 +-0.226562500000 +0.055419921875 +0.118164062500 +-0.026489257812 +-0.029052734375 +-0.012207031250 +-0.109375000000 +-0.103515625000 +-0.023437500000 +0.084472656250 +0.006378173828 +0.007446289062 +-0.238281250000 +-0.160156250000 +-0.092773437500 +-0.296875000000 +0.237304687500 +0.117187500000 +-0.192382812500 +-0.421875000000 +0.065429687500 +0.005676269531 +0.102539062500 +-0.166992187500 +-0.048095703125 +0.204101562500 +-0.710937500000 +0.037597656250 +0.059814453125 +-0.125976562500 +-0.015319824219 +-0.306640625000 +0.042968750000 +-0.100585937500 +0.109375000000 +0.045166015625 +-0.028442382812 +0.127929687500 +-0.122558593750 +0.031738281250 +0.255859375000 +0.142578125000 +-0.267578125000 +-0.062988281250 +-0.218750000000 +0.031982421875 +0.144531250000 +-0.042724609375 +0.146484375000 +0.026611328125 +0.027709960938 +-0.233398437500 +-0.291015625000 +0.126953125000 +0.063964843750 +0.222656250000 +-0.098632812500 +0.014099121094 +-0.059814453125 +-0.116210937500 +0.002685546875 +0.128906250000 +-0.135742187500 +0.054199218750 +0.004364013672 +-0.318359375000 +0.060791015625 +0.094238281250 +-0.136718750000 +-0.131835937500 +0.134765625000 +-0.004058837891 +-0.006805419922 +-0.109375000000 +-0.082519531250 +-0.060058593750 +-0.008666992188 +-0.221679687500 +-0.054931640625 +0.024536132812 +0.004150390625 +-0.578125000000 +-0.261718750000 +-0.042236328125 +-0.040527343750 +-0.339843750000 +-0.025756835938 +-0.120117187500 +0.023803710938 +-0.238281250000 +-0.014099121094 +-0.062988281250 +-0.145507812500 +-0.111328125000 +-0.067382812500 +0.001426696777 +-0.101562500000 +0.150390625000 +0.101562500000 +0.026489257812 +0.050292968750 +-0.069824218750 +-0.044433593750 +0.012145996094 +-0.176757812500 +0.061279296875 +-0.039550781250 +-0.072265625000 +0.092773437500 +-0.069335937500 +-0.097167968750 +-0.038818359375 +0.137695312500 +0.022094726562 +0.294921875000 +0.273437500000 +0.169921875000 +-0.005065917969 +-0.133789062500 +0.048095703125 +0.097167968750 +-0.023315429688 +0.036376953125 +0.007019042969 +0.123535156250 +-0.097656250000 +-0.067871093750 +0.073730468750 +-0.021240234375 +0.098632812500 +0.068847656250 +0.016967773438 +-0.013854980469 +0.236328125000 +0.084960937500 +-0.001480102539 +0.351562500000 +0.032226562500 +-0.050048828125 +0.120117187500 +-0.117675781250 +-0.215820312500 +-0.009155273438 +-0.040039062500 +-0.175781250000 +-0.025634765625 +-0.062988281250 +-0.042968750000 +0.002853393555 +-0.367187500000 +-0.075195312500 +-0.002899169922 +0.060058593750 +0.077636718750 +0.153320312500 +0.255859375000 +-0.056396484375 +0.174804687500 +0.056396484375 +-0.063964843750 +-0.018676757812 +0.074707031250 +0.093261718750 +-0.283203125000 +0.050048828125 +-0.016845703125 +0.045654296875 +-0.100097656250 +-0.141601562500 +-0.078613281250 +0.016113281250 +-0.064453125000 +0.027099609375 +-0.211914062500 +0.138671875000 +-0.109375000000 +0.055664062500 +0.057373046875 +-0.291015625000 +0.090820312500 +-0.147460937500 +-0.053710937500 +0.045654296875 +-0.196289062500 +0.013977050781 +-0.020507812500 +-0.076171875000 +0.037597656250 +0.047607421875 +-0.049316406250 +-0.043701171875 +-0.181640625000 +0.109863281250 +-0.231445312500 +0.036376953125 +0.018310546875 +0.007812500000 +-0.034667968750 +0.017089843750 +-0.083007812500 +-0.092285156250 +0.010681152344 +-0.025390625000 +0.128906250000 +-0.093261718750 +0.013610839844 +0.002395629883 +-0.080078125000 +-0.153320312500 +0.068847656250 +0.058349609375 +-0.503906250000 +0.050292968750 +0.017944335938 +0.076171875000 +-0.087890625000 +0.109375000000 +-0.083007812500 +-1.250000000000 +-0.220703125000 +0.116210937500 +-0.099609375000 +0.075195312500 +-0.069824218750 +-0.057128906250 +-0.034423828125 +0.109375000000 +0.041015625000 +0.045166015625 +0.070800781250 +0.023437500000 +0.057617187500 +0.197265625000 +0.034423828125 +0.152343750000 +-0.310546875000 +-0.287109375000 +-0.009582519531 +0.156250000000 +-0.093750000000 +-0.151367187500 +0.088378906250 +0.125000000000 +0.044189453125 +-0.167968750000 +0.173828125000 +-0.150390625000 +-0.013671875000 +0.345703125000 +0.005828857422 +0.008789062500 +-0.410156250000 +0.035888671875 +0.255859375000 +0.088867187500 +-0.135742187500 +-0.163085937500 +-0.098144531250 +0.035400390625 +-0.162109375000 +0.057373046875 +-0.419921875000 +-0.188476562500 +0.211914062500 +0.006622314453 +0.296875000000 +0.244140625000 +-0.024658203125 +-0.235351562500 +-0.150390625000 +-0.094238281250 +0.123535156250 +-0.316406250000 +-0.375000000000 +-0.166992187500 +0.429687500000 +-0.143554687500 +0.585937500000 +-0.124511718750 +0.159179687500 +-0.028686523438 +-0.007354736328 +0.046630859375 +-0.093261718750 +-0.161132812500 +-0.040771484375 +0.002944946289 +0.046386718750 +-0.244140625000 +-0.257812500000 +-0.095214843750 +0.206054687500 +-0.033203125000 +-0.090332031250 +0.072753906250 +-0.273437500000 +0.239257812500 +0.188476562500 +-0.088867187500 +-0.019775390625 +0.208984375000 +0.279296875000 +0.029418945312 +0.024169921875 +-0.269531250000 +0.054443359375 +-0.057617187500 +0.079101562500 +0.084472656250 +-0.050292968750 +0.130859375000 +0.160156250000 +-0.472656250000 +0.014709472656 +0.090820312500 +0.013061523438 +0.046630859375 +0.232421875000 +0.165039062500 +-0.080078125000 +0.066894531250 +0.054931640625 +0.129882812500 +-0.166992187500 +0.017089843750 +0.033935546875 +-0.029785156250 +0.010925292969 +-0.179687500000 +0.003173828125 +0.122558593750 +-0.067382812500 +0.035644531250 +0.000286102295 +0.043945312500 +0.103027343750 +-0.005493164062 +-0.103515625000 +-0.074707031250 +0.063964843750 +0.005218505859 +0.179687500000 +0.003692626953 +0.100097656250 +-0.227539062500 +-0.138671875000 +-0.004699707031 +0.072265625000 +0.032470703125 +0.012573242188 +0.014038085938 +0.021118164062 +0.116699218750 +0.150390625000 +0.021850585938 +-0.009826660156 +0.031738281250 +-0.104980468750 +-0.012878417969 +-0.139648437500 +-0.016845703125 +0.089843750000 +-0.328125000000 +-0.038574218750 +-0.118164062500 +0.121093750000 +0.056396484375 +-0.040527343750 +-0.020141601562 +-0.079589843750 +-0.202148437500 +0.049560546875 +-0.322265625000 +-0.064453125000 +-0.100585937500 +-0.080566406250 +-0.114257812500 +-0.013671875000 +0.104003906250 +-0.247070312500 +-0.165039062500 +-0.122558593750 +-0.015380859375 +-0.040771484375 +-0.341796875000 +0.143554687500 +-0.016357421875 +-0.150390625000 +-0.050537109375 +0.071777343750 +-0.107910156250 +-0.055419921875 +0.034912109375 +0.033447265625 +-0.023559570312 +0.045654296875 +-0.116210937500 +0.065429687500 +-0.012145996094 +-0.030151367188 +-0.238281250000 +0.079589843750 +-0.055175781250 +0.053222656250 +-0.057128906250 +-0.107421875000 +-0.197265625000 +-0.410156250000 +0.018676757812 +-0.132812500000 +-0.531250000000 +0.106933593750 +-0.187500000000 +-0.566406250000 +-0.308593750000 +-0.019165039062 +0.279296875000 +-0.455078125000 +-0.054687500000 +-0.012207031250 +-0.036865234375 +0.036132812500 +0.006683349609 +-0.063964843750 +0.153320312500 +-0.071289062500 +0.010070800781 +0.170898437500 +0.031494140625 +-0.059326171875 +-0.136718750000 +-0.111816406250 +0.012268066406 +-0.394531250000 +-0.363281250000 +-0.010803222656 +0.014221191406 +-0.050537109375 +-0.365234375000 +0.070800781250 +-0.166992187500 +-0.095703125000 +0.006744384766 +-0.263671875000 +0.022216796875 +-0.085937500000 +0.093261718750 +-0.613281250000 +-0.347656250000 +-0.127929687500 +0.008239746094 +-0.115722656250 +0.022338867188 +-0.011047363281 +0.193359375000 +-0.310546875000 +-0.287109375000 +-0.002624511719 +-0.245117187500 +0.086914062500 +0.073242187500 +-0.091308593750 +-0.007781982422 +0.118652343750 +0.099609375000 +-0.038330078125 +0.214843750000 +-0.150390625000 +0.043701171875 +-0.227539062500 +-0.045410156250 +-0.016357421875 +0.097656250000 +-0.005065917969 +-0.227539062500 +-0.134765625000 +-0.112304687500 +0.271484375000 +0.203125000000 +0.088867187500 +0.196289062500 +0.287109375000 +-0.025268554688 +-0.109863281250 +-0.061767578125 +0.053710937500 +-0.023193359375 +-0.265625000000 +0.031494140625 +-0.253906250000 +-0.044921875000 +0.052001953125 +-0.241210937500 +0.057373046875 +-0.030639648438 +0.028320312500 +0.221679687500 +0.038085937500 +-0.023559570312 +0.111816406250 +-0.070312500000 +0.068359375000 +-0.001907348633 +-0.084960937500 +-0.343750000000 +0.044921875000 +0.034667968750 +0.056884765625 +-0.107910156250 +-0.062011718750 +-0.132812500000 +-0.033203125000 +-0.162109375000 +-0.118164062500 +0.013000488281 +0.017578125000 +-0.013916015625 +0.094238281250 +0.132812500000 +-0.049316406250 +0.128906250000 +0.082031250000 +0.143554687500 +-0.081054687500 +-0.033935546875 +-0.087402343750 +-0.053710937500 +-0.164062500000 +-0.111328125000 +-0.345703125000 +-0.388671875000 +-0.257812500000 +-0.119140625000 +-0.080566406250 +-0.088867187500 +-0.324218750000 +-0.039550781250 +-0.125976562500 +0.039550781250 +0.053710937500 +0.021362304688 +-0.080078125000 +-0.031738281250 +-0.205078125000 +0.243164062500 +0.050292968750 +0.018066406250 +-0.003707885742 +-0.024780273438 +-0.002914428711 +-0.098144531250 +-0.224609375000 +0.049072265625 +0.009582519531 +0.155273437500 +0.023681640625 +-0.267578125000 +-0.030029296875 +-0.005950927734 +-0.013610839844 +-0.088378906250 +0.062500000000 +-0.122070312500 +0.057373046875 +0.024291992188 +-0.119628906250 +0.125976562500 +0.035400390625 +-0.157226562500 +0.071289062500 +0.004913330078 +-0.002044677734 +0.049072265625 +0.174804687500 +-0.114257812500 +-0.170898437500 +-0.132812500000 +0.047363281250 +-0.077636718750 +-0.187500000000 +0.021728515625 +-0.017944335938 +-0.167968750000 +-0.250000000000 +0.004089355469 +0.039306640625 +-0.113281250000 +0.088378906250 +0.014221191406 +-0.000463485718 +-0.122070312500 +-0.289062500000 +-0.240234375000 +-0.157226562500 +-0.024536132812 +-0.009338378906 +0.074218750000 +-0.166992187500 +-0.384765625000 +-0.157226562500 +-0.186523437500 +0.163085937500 +0.312500000000 +0.149414062500 +-0.261718750000 +0.107910156250 +0.150390625000 +-0.170898437500 +0.089843750000 +-0.013305664062 +-0.059570312500 +0.102050781250 +0.049560546875 +-0.041259765625 +-0.246093750000 +-0.143554687500 +-0.050781250000 +0.020996093750 +-0.248046875000 +-0.047607421875 +-0.126953125000 +-0.055175781250 +-0.018554687500 +-0.042480468750 +0.012145996094 +0.055175781250 +0.146484375000 +0.083007812500 +-0.235351562500 +0.009399414062 +-0.169921875000 +-0.055175781250 +-0.127929687500 +0.075195312500 +-0.063476562500 +-0.025878906250 +-0.212890625000 +-0.059326171875 +0.092773437500 +-0.062500000000 +-0.166015625000 +-0.019897460938 +-0.018310546875 +0.197265625000 +-0.030639648438 +0.041259765625 +0.107910156250 +0.170898437500 +-0.139648437500 +0.026000976562 +-0.039306640625 +0.124023437500 +-0.179687500000 +-0.160156250000 +-0.035156250000 +-0.088378906250 +-0.111328125000 +-0.083496093750 +0.001472473145 +-0.077636718750 +-0.015563964844 +-0.184570312500 +-0.032470703125 +-0.341796875000 +-0.030395507812 +0.119628906250 +0.053222656250 +0.200195312500 +0.065917968750 +-0.063964843750 +0.145507812500 +-0.265625000000 +0.308593750000 +-0.157226562500 +-0.010437011719 +0.043945312500 +0.119140625000 +0.031494140625 +-0.261718750000 +-0.050048828125 +0.035400390625 +0.034912109375 +-0.029174804688 +0.008850097656 +-0.139648437500 +0.013305664062 +-0.199218750000 +0.007598876953 +-0.078613281250 +0.054199218750 +-0.014099121094 +0.175781250000 +-0.066894531250 +-0.144531250000 +0.163085937500 +-0.192382812500 +-0.064453125000 +0.026123046875 +-0.157226562500 +0.194335937500 +0.053955078125 +0.174804687500 +-0.072265625000 +0.178710937500 +-0.031738281250 +-0.086425781250 +0.010314941406 +0.153320312500 +-0.015075683594 +-0.151367187500 +-0.039794921875 +-0.215820312500 +0.032470703125 +0.048583984375 +0.058105468750 +0.099121093750 +-0.092285156250 +-0.102539062500 +-0.047851562500 +-0.204101562500 +0.238281250000 +0.053710937500 +-0.047119140625 +-0.020996093750 +0.027954101562 +0.271484375000 +-0.375000000000 +-0.281250000000 +0.196289062500 +0.239257812500 +-0.261718750000 +-0.212890625000 +0.068847656250 +-0.079589843750 +0.294921875000 +-0.228515625000 +0.087402343750 +-0.118164062500 +-0.066894531250 +0.185546875000 +-0.302734375000 +-0.021240234375 +0.093261718750 +-0.096191406250 +0.170898437500 +0.034912109375 +-0.111328125000 +-0.062988281250 +-0.111816406250 +-0.045654296875 +-0.051513671875 +-0.085937500000 +-0.196289062500 +-0.154296875000 +-0.125000000000 +0.023315429688 +-0.333984375000 +-0.028076171875 +-0.102539062500 +0.035888671875 +-0.322265625000 +-0.059082031250 +-0.033203125000 +0.166015625000 +-0.224609375000 +-0.044677734375 +-0.155273437500 +-0.078613281250 +0.170898437500 +-0.259765625000 +0.011901855469 +-0.135742187500 +0.041015625000 +-0.052490234375 +-0.069824218750 +0.039794921875 +-0.207031250000 +0.066406250000 +0.220703125000 +-0.083984375000 +-0.453125000000 +-0.402343750000 +-0.053222656250 +-0.070312500000 +-0.238281250000 +-0.067382812500 +-0.016479492188 +-0.004913330078 +0.017333984375 +0.031250000000 +0.047607421875 +-0.079101562500 +-0.000514984131 +-0.081542968750 +-0.275390625000 +0.002609252930 +-0.069335937500 +0.034423828125 +-0.061767578125 +-0.147460937500 +-0.010498046875 +-0.041259765625 +0.084472656250 +0.091796875000 +-0.140625000000 +-0.034179687500 +-0.034179687500 +0.003265380859 +-0.200195312500 +0.133789062500 +0.016479492188 +-0.043945312500 +0.069824218750 +-0.132812500000 +0.091308593750 +-0.065917968750 +-0.033935546875 +-0.026611328125 +0.119628906250 +0.230468750000 +-0.065917968750 +0.222656250000 +0.217773437500 +0.209960937500 +-0.761718750000 +0.002471923828 +0.249023437500 +-0.091796875000 +-0.093261718750 +0.139648437500 +-0.053222656250 +0.231445312500 +-0.145507812500 +0.083496093750 +0.022583007812 +-0.177734375000 +0.144531250000 +-0.044433593750 +-0.158203125000 +-0.394531250000 +-0.394531250000 +-0.069335937500 +0.199218750000 +0.037597656250 +-0.053955078125 +-0.149414062500 +-0.037597656250 +-0.013183593750 +-0.298828125000 +-0.255859375000 +0.146484375000 +0.181640625000 +-0.030761718750 +0.059814453125 +0.021240234375 +-0.143554687500 +-0.208007812500 +-0.063476562500 +-0.396484375000 +-0.084472656250 +0.124023437500 +0.016845703125 +-0.013916015625 +-0.131835937500 +-0.044433593750 +0.112304687500 +0.131835937500 +-0.193359375000 +0.127929687500 +-0.066406250000 +0.126953125000 +-0.408203125000 +-0.283203125000 +0.245117187500 +-0.033447265625 +-0.308593750000 +0.073242187500 +-0.089843750000 +0.156250000000 +0.071289062500 +0.118652343750 +-0.121093750000 +-0.067871093750 +-0.101562500000 +0.017211914062 +0.141601562500 +-0.353515625000 +-0.220703125000 +0.170898437500 +0.013305664062 +0.065429687500 +-0.126953125000 +-0.361328125000 +0.055419921875 +0.087402343750 +0.079101562500 +0.115722656250 +0.069335937500 +-0.065429687500 +0.061767578125 +0.150390625000 +-0.316406250000 +-0.000127792358 +-0.093261718750 +-0.034912109375 +0.093750000000 +0.080566406250 +-0.063476562500 +-0.259765625000 +0.146484375000 +-0.046875000000 +-0.015014648438 +0.165039062500 +-0.027709960938 +-0.010803222656 +-0.104492187500 +-0.031494140625 +0.404296875000 +-0.104980468750 +0.117675781250 +0.037109375000 +-0.201171875000 +-0.235351562500 +-0.112304687500 +0.178710937500 +-0.060791015625 +-0.045654296875 +-0.091308593750 +-0.416015625000 +-0.007659912109 +0.002334594727 +0.214843750000 +0.012207031250 +0.066894531250 +-0.165039062500 +-0.098144531250 +0.019775390625 +0.157226562500 +0.079589843750 +-0.032958984375 +0.026611328125 +0.250000000000 +0.034912109375 +-0.084960937500 +-0.132812500000 +-0.054443359375 +-0.010131835938 +-0.064941406250 +0.083496093750 +-0.008300781250 +0.044433593750 +-0.016967773438 +-0.644531250000 +0.027099609375 +-0.047119140625 +-0.031250000000 +-0.058105468750 +0.043212890625 +0.018310546875 +0.002029418945 +-0.423828125000 +-0.081542968750 +-0.094238281250 +-0.261718750000 +0.052490234375 +0.037353515625 +-0.071289062500 +-0.084472656250 +-0.186523437500 +-0.109375000000 +0.101074218750 +-0.273437500000 +-0.158203125000 +0.013122558594 +0.047363281250 +-0.046142578125 +-0.006683349609 +-0.408203125000 +-0.065917968750 +0.021240234375 +-0.027587890625 +-0.085449218750 +-0.235351562500 +-0.230468750000 +-0.064941406250 +-0.018066406250 +-0.324218750000 +-0.085449218750 +0.052978515625 +-0.261718750000 +0.042968750000 +-0.037597656250 +-0.691406250000 +-0.150390625000 +0.140625000000 +0.091796875000 +-0.105468750000 +-0.055419921875 +0.000373840332 +-0.023559570312 +-0.084960937500 +0.033203125000 +0.079589843750 +-0.122070312500 +-0.040283203125 +0.074707031250 +-0.005767822266 +0.006072998047 +-0.189453125000 +-0.066894531250 +-0.044433593750 +0.273437500000 +-0.091796875000 +0.021728515625 +-0.007781982422 +-0.186523437500 +0.046630859375 +-0.394531250000 +0.079101562500 +0.175781250000 +0.097167968750 +-0.125000000000 +-0.027709960938 +0.201171875000 +-0.149414062500 +-0.020385742188 +-0.009094238281 +-0.208984375000 +-0.013305664062 +0.031250000000 +0.233398437500 +-0.092773437500 +-0.263671875000 +-0.071289062500 +-0.083496093750 +0.060546875000 +0.124511718750 +0.016845703125 +-0.021972656250 +0.142578125000 +-0.022338867188 +-0.085449218750 +-0.073730468750 +0.214843750000 +0.090332031250 +-0.097656250000 +-0.574218750000 +0.094726562500 +-0.007934570312 +-0.443359375000 +0.341796875000 +0.037109375000 +0.043457031250 +0.010192871094 +-0.097656250000 +0.141601562500 +0.115722656250 +-0.279296875000 +0.066894531250 +0.069824218750 +0.048095703125 +0.043701171875 +0.065917968750 +-0.004455566406 +-0.062988281250 +-0.119628906250 +-0.083984375000 +0.062988281250 +0.062988281250 +-0.023559570312 +0.033691406250 +0.040771484375 +-0.242187500000 +0.194335937500 +-0.261718750000 +0.114257812500 +0.032226562500 +0.037353515625 +0.022949218750 +0.149414062500 +0.083007812500 +0.209960937500 +-0.104003906250 +-0.168945312500 +0.064941406250 +0.049072265625 +0.169921875000 +-0.010620117188 +-0.211914062500 +0.161132812500 +0.025390625000 +-0.091308593750 +0.114257812500 +-0.244140625000 +-0.076660156250 +-0.104492187500 +0.137695312500 +0.056884765625 +0.063476562500 +-0.097656250000 +0.084960937500 +0.292968750000 +0.054687500000 +0.132812500000 +-0.648437500000 +-0.077148437500 +-0.056884765625 +-0.063476562500 +-0.090332031250 +0.156250000000 +-0.072265625000 +-0.170898437500 +-0.094238281250 +-0.178710937500 +-0.527343750000 +0.046630859375 +0.168945312500 +-0.388671875000 +-0.020751953125 +0.242187500000 +0.057373046875 +-0.239257812500 +0.077148437500 +0.068847656250 +-0.236328125000 +0.067871093750 +0.006256103516 +-0.059326171875 +0.020874023438 +-0.014648437500 +0.108886718750 +0.382812500000 +-0.083496093750 +0.056396484375 +-0.056396484375 +0.157226562500 +-0.306640625000 +0.110351562500 +-0.359375000000 +-0.117675781250 +0.035156250000 +-0.083007812500 +-0.090820312500 +-0.558593750000 +0.123046875000 +-0.004028320312 +0.063964843750 +0.009521484375 +0.052734375000 +-0.008544921875 +0.045654296875 +0.055175781250 +0.154296875000 +-0.043457031250 +0.048339843750 +-0.212890625000 +-0.203125000000 +-0.210937500000 +-0.006103515625 +-0.139648437500 +-0.255859375000 +0.029174804688 +-0.101074218750 +0.320312500000 +0.119628906250 +-0.020019531250 +-0.149414062500 +0.170898437500 +0.073242187500 +-0.116699218750 +-0.161132812500 +0.205078125000 +0.029663085938 +-0.020507812500 +0.131835937500 +0.065917968750 +0.042236328125 +-0.302734375000 +0.261718750000 +0.144531250000 +-0.328125000000 +-0.098144531250 +-0.253906250000 +0.111816406250 +-0.259765625000 +-0.398437500000 +0.279296875000 +-0.194335937500 +-0.014282226562 +0.001098632812 +-0.046630859375 +-0.080566406250 +0.080078125000 +-0.069335937500 +0.073730468750 +-0.114257812500 +0.310546875000 +-0.017211914062 +-0.002090454102 +0.038085937500 +0.016723632812 +0.013671875000 +0.132812500000 +0.009033203125 +-0.163085937500 +0.079101562500 +-0.247070312500 +-0.103027343750 +-0.080566406250 +0.053466796875 +0.142578125000 +-0.149414062500 +-0.094238281250 +-0.063964843750 +0.022949218750 +0.000808715820 +0.091796875000 +0.078125000000 +0.087402343750 +-0.094238281250 +0.018676757812 +-0.765625000000 +-0.086914062500 +0.078125000000 +0.016357421875 +-0.062255859375 +-0.314453125000 +-0.015258789062 +0.098632812500 +0.046875000000 +0.005126953125 +-0.056640625000 +-0.111816406250 +-0.318359375000 +-0.067382812500 +-0.172851562500 +-0.033691406250 +0.062988281250 +-0.363281250000 +0.071777343750 +-0.224609375000 +-0.476562500000 +-0.002105712891 +-0.482421875000 +0.004669189453 +-0.228515625000 +0.049316406250 +-0.023681640625 +-0.332031250000 +-0.187500000000 +-0.051269531250 +0.208007812500 +0.020019531250 +0.094726562500 +0.077636718750 +-0.056884765625 +-0.007934570312 +-0.056152343750 +0.092773437500 +-0.150390625000 +-0.111816406250 +-0.245117187500 +-0.249023437500 +-0.141601562500 +0.023803710938 +-0.010314941406 +-0.345703125000 +0.007446289062 +-0.091796875000 +0.014587402344 +0.092285156250 +-0.001701354980 +-0.225585937500 +0.070800781250 +-0.052978515625 +-0.002334594727 +0.059570312500 +-0.089843750000 +-0.026733398438 +-0.106445312500 +-0.112792968750 +0.046875000000 +-0.041992187500 +0.072753906250 +0.002014160156 +0.031982421875 +-0.014038085938 +-0.207031250000 +-0.203125000000 +0.053710937500 +0.057128906250 +-0.139648437500 +-0.148437500000 +0.004119873047 +-0.030395507812 +-0.020385742188 +-0.173828125000 +-0.054931640625 +0.016967773438 +0.080566406250 +-0.051025390625 +-0.165039062500 +0.050048828125 +0.052734375000 +0.009460449219 +-0.040771484375 +-0.216796875000 +-0.062011718750 +-0.091308593750 +0.123535156250 +-0.034423828125 +-0.037841796875 +0.054931640625 +-0.026123046875 +-0.083007812500 +-0.044433593750 +-0.114746093750 +-0.015625000000 +-0.018920898438 +0.121582031250 +-0.105957031250 +0.139648437500 +0.043212890625 +0.075195312500 +-0.044921875000 +0.037841796875 +-0.114257812500 +0.025512695312 +-0.020385742188 +-0.285156250000 +-0.457031250000 +-0.478515625000 +-0.133789062500 +-0.114746093750 +-0.168945312500 +-0.004638671875 +-0.177734375000 +-0.085449218750 +0.000104904175 +-0.216796875000 +0.018432617188 +-0.142578125000 +0.148437500000 +-0.306640625000 +-0.079589843750 +0.078125000000 +-0.310546875000 +-0.058593750000 +0.094726562500 +-0.023803710938 +-0.062988281250 +-0.300781250000 +-0.017700195312 +0.041748046875 +0.002883911133 +0.094238281250 +-0.094238281250 +0.096679687500 +-0.067382812500 +0.007049560547 +0.431640625000 +-0.291015625000 +0.249023437500 +-0.250000000000 +0.114257812500 +0.030273437500 +-0.113281250000 +-0.231445312500 +0.028198242188 +-0.078613281250 +-0.052490234375 +0.164062500000 +-0.250000000000 +0.077636718750 +0.039794921875 +0.043212890625 +-0.098144531250 +0.225585937500 +0.026733398438 +0.033447265625 +-0.017456054688 +0.010375976562 +-0.076660156250 +-0.384765625000 +-0.296875000000 +-0.024169921875 +-0.104492187500 +0.113769531250 +0.118652343750 +0.294921875000 +-0.132812500000 +0.039794921875 +0.051513671875 +-0.019531250000 +0.046630859375 +-0.035400390625 +0.104980468750 +0.053710937500 +0.016723632812 +-0.071777343750 +-0.320312500000 +0.099609375000 +0.127929687500 +-0.095703125000 +-0.002075195312 +0.022338867188 +0.019653320312 +-0.052734375000 +-0.257812500000 +-0.044921875000 +0.083007812500 +0.158203125000 +0.005065917969 +-0.194335937500 +0.140625000000 +0.234375000000 +0.029174804688 +0.061767578125 +-0.208984375000 +0.112304687500 +-0.109375000000 +-0.172851562500 +0.144531250000 +0.086425781250 +0.159179687500 +0.201171875000 +0.077148437500 +-0.316406250000 +0.047607421875 +-0.213867187500 +0.059326171875 +-0.020751953125 +0.187500000000 +0.166015625000 +0.035400390625 +0.103515625000 +0.111328125000 +0.048583984375 +-0.028808593750 +-0.157226562500 +0.050781250000 +-0.300781250000 +0.092285156250 +-0.103027343750 +-0.155273437500 +-0.006072998047 +-0.006958007812 +-0.121582031250 +-0.055908203125 +-0.099609375000 +0.157226562500 +0.091796875000 +0.214843750000 +-0.240234375000 +-0.118164062500 +0.010253906250 +0.212890625000 +-0.141601562500 +-0.104003906250 +0.065917968750 +0.055664062500 +-0.037841796875 +-0.110839843750 +0.043212890625 +-0.027221679688 +0.100097656250 +0.123046875000 +-0.013366699219 +-0.073242187500 +-0.068359375000 +-0.215820312500 +-0.224609375000 +0.010314941406 +0.153320312500 +-0.031982421875 +-0.142578125000 +-0.162109375000 +-0.031738281250 +-0.228515625000 +-0.582031250000 +-0.063476562500 +0.002136230469 +-0.132812500000 +-0.009521484375 +-0.152343750000 +-0.121582031250 +-0.125976562500 +-0.133789062500 +0.050292968750 +-0.032958984375 +-0.076171875000 +-0.232421875000 +-0.060791015625 +-0.125976562500 +-0.096679687500 +0.081542968750 +0.104980468750 +-0.275390625000 +0.410156250000 +-0.121093750000 +-0.066406250000 +0.089355468750 +-0.006011962891 +-0.033691406250 +0.102539062500 +0.030517578125 +0.045898437500 +0.056884765625 +-0.107421875000 +-0.005065917969 +0.014160156250 +0.180664062500 +-0.192382812500 +0.042968750000 +-0.038085937500 +-0.009765625000 +-0.111816406250 +-0.108886718750 +-0.145507812500 +-0.085449218750 +0.058837890625 +0.165039062500 +-0.250000000000 +0.134765625000 +0.002578735352 +-0.017456054688 +0.019287109375 +-0.037109375000 +0.044433593750 +-0.055664062500 +-0.134765625000 +0.136718750000 +-0.084472656250 +-0.208007812500 +0.105957031250 +0.302734375000 +0.072753906250 +0.096191406250 +-0.043457031250 +-0.343750000000 +-0.048828125000 +-0.081542968750 +0.009765625000 +-0.105468750000 +-0.064941406250 +0.106445312500 +-0.088867187500 +-0.123046875000 +0.083007812500 +0.034423828125 +-0.044677734375 +-0.091308593750 +0.036132812500 +-0.050781250000 +0.062988281250 +-0.092285156250 +0.057373046875 +-0.027099609375 +0.052734375000 +0.062011718750 +-0.065429687500 +-0.061035156250 +-0.369140625000 +0.000984191895 +-0.102539062500 +-0.032226562500 +0.065917968750 +-0.111816406250 +-0.023437500000 +-0.118652343750 +0.014587402344 +0.085449218750 +-0.049804687500 +0.002578735352 +-0.053222656250 +-0.073242187500 +-0.259765625000 +-0.082031250000 +-0.040283203125 +-0.119140625000 +-0.025634765625 +-0.115722656250 +0.131835937500 +-0.151367187500 +-0.233398437500 +0.107421875000 +-0.025268554688 +0.154296875000 +0.117187500000 +0.105957031250 +-0.070800781250 +-0.593750000000 +-0.162109375000 +0.110839843750 +-0.121093750000 +-0.099609375000 +0.175781250000 +-0.333984375000 +-0.025878906250 +0.010192871094 +-0.171875000000 +-0.098632812500 +0.071777343750 +-0.117187500000 +-0.020141601562 +-0.083984375000 +0.109863281250 +-0.190429687500 +-0.310546875000 +-0.021118164062 +-0.033447265625 +0.086425781250 +-0.075195312500 +-0.203125000000 +-0.179687500000 +-0.040039062500 +0.033447265625 +-0.066406250000 +-0.257812500000 +-0.074707031250 +-0.066406250000 +-0.050292968750 +-0.160156250000 +0.006652832031 +-0.472656250000 +-0.118652343750 +0.171875000000 +-0.217773437500 +0.105468750000 +-0.125000000000 +-0.235351562500 +-0.199218750000 +0.208984375000 +-0.023925781250 +-0.064941406250 +0.068847656250 +-0.129882812500 +0.091308593750 +-0.275390625000 +0.146484375000 +-0.091308593750 +-0.132812500000 +-0.125000000000 +-0.071289062500 +-0.057617187500 +-0.174804687500 +-0.016723632812 +-0.138671875000 +-0.048828125000 +-0.003372192383 +0.007415771484 +0.087890625000 +0.074707031250 +0.027832031250 +0.094238281250 +-0.088867187500 +-0.597656250000 +0.107421875000 +-0.124023437500 +0.060058593750 +0.096191406250 +-0.019897460938 +-0.079589843750 +-0.082519531250 +-0.095703125000 +-0.174804687500 +-0.015625000000 +0.014282226562 +-0.034179687500 +0.088867187500 +0.016723632812 +-0.030395507812 +0.084960937500 +0.043701171875 +0.069335937500 +-0.070312500000 +-0.163085937500 +0.047851562500 +-0.102050781250 +-0.104980468750 +0.157226562500 +0.021240234375 +0.058349609375 +0.042724609375 +-0.014160156250 +0.081054687500 +0.079101562500 +0.123046875000 +-0.291015625000 +0.132812500000 +-0.047119140625 +0.063476562500 +-0.044433593750 +0.101562500000 +-0.141601562500 +-0.086425781250 +0.023193359375 +0.000907897949 +0.155273437500 +0.052734375000 +-0.086914062500 +0.040771484375 +-0.230468750000 +0.125976562500 +0.174804687500 +0.085937500000 +0.014404296875 +0.065917968750 +-0.351562500000 +0.034667968750 +0.208007812500 +0.064453125000 +0.076660156250 +0.073242187500 +-0.178710937500 +0.196289062500 +-0.085449218750 +-0.107910156250 +-0.091308593750 +-0.031494140625 +-0.164062500000 +-0.102050781250 +0.047363281250 +0.066894531250 +0.057861328125 +0.164062500000 +0.059570312500 +-0.292968750000 +-0.180664062500 +0.008972167969 +-0.037109375000 +-0.333984375000 +0.025512695312 +-0.126953125000 +0.031982421875 +-0.550781250000 +-0.203125000000 +-0.047363281250 +-0.018798828125 +0.148437500000 +-0.086425781250 +0.073242187500 +0.065917968750 +0.027465820312 +0.194335937500 +-0.200195312500 +-0.059814453125 +0.080078125000 +-0.034667968750 +-0.074707031250 +0.028198242188 +0.024291992188 +-0.122558593750 +-0.167968750000 +-0.824218750000 +-0.109863281250 +-0.044677734375 +0.020507812500 +0.181640625000 +-0.104003906250 +-0.083496093750 +-0.123535156250 +0.091308593750 +0.001274108887 +-0.028564453125 +-0.175781250000 +0.034912109375 +-0.052490234375 +0.234375000000 +0.041748046875 +-0.197265625000 +-0.111328125000 +-0.363281250000 +-0.017700195312 +-0.062011718750 +-0.020629882812 +-0.108886718750 +-0.012512207031 +0.103515625000 +0.021362304688 +0.015869140625 +0.111328125000 +-0.220703125000 +0.107421875000 +-0.601562500000 +-0.116699218750 +0.018920898438 +0.206054687500 +-0.007507324219 +0.127929687500 +0.091308593750 +0.093750000000 +-0.218750000000 +0.026123046875 +-0.079101562500 +-0.165039062500 +-0.021728515625 +-0.205078125000 +-0.251953125000 +-0.177734375000 +0.073730468750 +0.157226562500 +0.060791015625 +-0.090820312500 +0.069335937500 +0.068847656250 +0.012512207031 +0.037109375000 +-0.050537109375 +-0.187500000000 +0.134765625000 +-0.241210937500 +0.075195312500 +-0.542968750000 +-0.054199218750 +0.073242187500 +-0.017456054688 +0.066406250000 +-0.144531250000 +-0.373046875000 +0.143554687500 +-0.273437500000 +0.060791015625 +0.154296875000 +-0.019042968750 +-0.136718750000 +-0.047363281250 +0.132812500000 +-0.007873535156 +0.090820312500 +0.068847656250 +-0.013916015625 +-0.134765625000 +0.037109375000 +0.138671875000 +0.034423828125 +0.102539062500 +0.043457031250 +-0.124023437500 +-0.102050781250 +-0.084960937500 +-0.291015625000 +0.063476562500 +-0.025756835938 +-0.283203125000 +0.019287109375 +0.218750000000 +0.039306640625 +-0.102539062500 +0.118652343750 +-0.120605468750 +0.020629882812 +-0.116699218750 +0.038574218750 +-0.133789062500 +0.020141601562 +0.008544921875 +-0.149414062500 +0.059570312500 +0.075683593750 +-0.117187500000 +0.021240234375 +0.029541015625 +-0.058593750000 +-0.048095703125 +0.131835937500 +0.073242187500 +0.070800781250 +-0.172851562500 +0.105957031250 +0.017822265625 +0.001029968262 +-0.054687500000 +0.038085937500 +-0.056396484375 +-0.009155273438 +-0.033935546875 +0.027221679688 +0.113769531250 +-0.441406250000 +0.141601562500 +0.047851562500 +0.008605957031 +-0.045898437500 +0.066894531250 +-0.001647949219 +-0.069824218750 +-0.146484375000 +0.048828125000 +-0.017944335938 +-0.222656250000 +-0.041748046875 +-0.011901855469 +0.169921875000 +-0.050048828125 +0.125976562500 +-0.069335937500 +0.153320312500 +0.078125000000 +0.053466796875 +-0.554687500000 +0.001083374023 +0.067871093750 +-0.040527343750 +-0.034912109375 +0.035644531250 +-0.029663085938 +-0.464843750000 +-0.175781250000 +0.009826660156 +0.175781250000 +-0.045166015625 +0.067382812500 +-0.153320312500 +0.201171875000 +-0.175781250000 +0.103027343750 +0.048583984375 +-0.165039062500 +-0.131835937500 +0.140625000000 +0.028442382812 +-0.045898437500 +-0.002212524414 +-0.028198242188 +0.187500000000 +0.040039062500 +-0.207031250000 +0.111328125000 +-0.164062500000 +-0.028808593750 +0.082031250000 +0.067382812500 +0.092773437500 +0.006317138672 +-0.320312500000 +-0.092773437500 +-0.033447265625 +0.219726562500 +0.058837890625 +0.087402343750 +-0.103027343750 +-0.078613281250 +-0.216796875000 +0.043212890625 +0.041259765625 +0.126953125000 +0.177734375000 +-0.022705078125 +-0.079589843750 +0.038818359375 +0.014465332031 +0.069335937500 +0.135742187500 +0.016723632812 +-0.063964843750 +0.078125000000 +0.092285156250 +-0.291015625000 +-0.116699218750 +0.036621093750 +0.034179687500 +0.022949218750 +0.085937500000 +0.091796875000 +-0.114257812500 +-0.164062500000 +0.079589843750 +0.052490234375 +-0.121093750000 +-0.053466796875 +0.138671875000 +-0.042236328125 +-0.025390625000 +-0.005462646484 +-0.128906250000 +-0.785156250000 +0.088378906250 +-0.156250000000 +0.046386718750 +0.010253906250 +-0.143554687500 +-0.054199218750 +0.012756347656 +-0.000005275011 +-0.095214843750 +0.087402343750 +0.003479003906 +-0.029296875000 +-0.026367187500 +0.025146484375 +0.032714843750 +0.093750000000 +-0.036621093750 +-0.029418945312 +0.098632812500 +-0.140625000000 +-0.040039062500 +-0.005615234375 +0.040039062500 +-0.104003906250 +-0.097167968750 +-0.137695312500 +-0.025146484375 +-0.114257812500 +0.113281250000 +-0.041992187500 +-0.020141601562 +-0.002395629883 +0.005645751953 +0.035644531250 +-0.056152343750 +-0.066894531250 +0.107421875000 +0.019653320312 +0.004058837891 +0.008544921875 +0.034423828125 +-0.203125000000 +0.145507812500 +0.087890625000 +-0.100585937500 +-0.007171630859 +0.074707031250 +0.081054687500 +-0.016113281250 +-0.016113281250 +0.047119140625 +-0.084472656250 +-0.126953125000 +-0.251953125000 +0.019165039062 +0.051513671875 +0.107421875000 +0.012817382812 +0.040527343750 +-0.025878906250 +-0.026611328125 +-0.228515625000 +-0.059570312500 +-0.038818359375 +-0.149414062500 +-0.065429687500 +-0.030273437500 +-0.040527343750 +-0.107910156250 +0.065429687500 +0.083984375000 +0.081542968750 +-0.163085937500 +0.011230468750 +-0.116699218750 +-0.088867187500 +-0.020629882812 +0.062011718750 +0.029663085938 +-0.093750000000 +-0.079101562500 +-0.099609375000 +0.036376953125 +-0.095214843750 +-0.059814453125 +-0.095214843750 +-0.097656250000 +0.057617187500 +0.017456054688 +-0.198242187500 +-0.067382812500 +0.044433593750 +-0.048583984375 +-0.049072265625 +-0.133789062500 +0.124511718750 +-0.291015625000 +0.070800781250 +0.167968750000 +0.094238281250 +0.168945312500 +-0.431640625000 +-0.051757812500 +-0.069824218750 +0.035156250000 +-0.159179687500 +-0.001358032227 +0.151367187500 +-0.029052734375 +-0.039306640625 +-0.014587402344 +-0.156250000000 +0.097656250000 +-0.175781250000 +-0.223632812500 +-0.015991210938 +-0.215820312500 +0.137695312500 +-0.007324218750 +-0.060546875000 +-0.052001953125 +-0.349609375000 +0.015991210938 +0.143554687500 +-0.058837890625 +-0.026855468750 +0.039306640625 +-0.018188476562 +-0.056396484375 +0.197265625000 +-0.051269531250 +-0.064941406250 +0.080078125000 +0.149414062500 +-0.052001953125 +-0.010192871094 +-0.236328125000 +-0.011047363281 +-0.083007812500 +0.035644531250 +0.072753906250 +0.106445312500 +0.018188476562 +-0.243164062500 +0.026855468750 +0.129882812500 +0.117675781250 +0.176757812500 +-0.068359375000 +0.169921875000 +0.117675781250 +-0.053955078125 +-0.229492187500 +-0.074218750000 +-0.257812500000 +-0.007385253906 +-0.127929687500 +0.155273437500 +-0.024658203125 +0.012695312500 +0.102050781250 +-0.453125000000 +-0.026733398438 +-0.039306640625 +0.107421875000 +0.184570312500 +-0.055419921875 +-0.061523437500 +0.041992187500 +0.083984375000 +-0.006195068359 +-0.163085937500 +-0.011108398438 +0.037109375000 +0.019287109375 +0.045166015625 +0.013793945312 +0.059570312500 +0.244140625000 +-0.318359375000 +-0.022094726562 +-0.052490234375 +0.005737304688 +-0.314453125000 +0.007415771484 +-0.067871093750 +0.032958984375 +-0.189453125000 +-0.226562500000 +-0.035400390625 +-0.261718750000 +-0.174804687500 +0.024536132812 +0.155273437500 +0.146484375000 +-0.149414062500 +-0.079101562500 +0.084960937500 +-0.050048828125 +0.185546875000 +0.046386718750 +0.025756835938 +0.040039062500 +-0.079101562500 +-0.085449218750 +-0.170898437500 +0.190429687500 +0.193359375000 +-0.019531250000 +-0.028076171875 +0.018310546875 +-0.011108398438 +0.014160156250 +-0.137695312500 +0.015869140625 +0.080078125000 +-0.232421875000 +-0.089843750000 +-0.053955078125 +-0.069824218750 +-0.043701171875 +-0.067382812500 +-0.251953125000 +0.049804687500 +-0.281250000000 +-0.953125000000 +-0.125000000000 +-0.249023437500 +-0.028320312500 +-0.102539062500 +0.045898437500 +0.092773437500 +-0.084472656250 +0.012573242188 +0.031494140625 +0.053710937500 +-0.277343750000 +0.091796875000 +-0.164062500000 +0.144531250000 +0.100097656250 +0.040039062500 +-0.051269531250 +0.129882812500 +0.106445312500 +-0.062011718750 +-0.042480468750 +0.112304687500 +-0.285156250000 +-0.390625000000 +0.200195312500 +-0.124023437500 +0.141601562500 +-0.006317138672 +0.053710937500 +-0.001014709473 +-0.138671875000 +0.077636718750 +0.207031250000 +0.098144531250 +0.046875000000 +-0.166992187500 +0.039306640625 +0.115234375000 +-0.159179687500 +-0.075195312500 +0.012390136719 +0.122070312500 +-0.027221679688 +-0.011901855469 +0.088378906250 +-0.183593750000 +-0.054687500000 +0.095214843750 +0.046142578125 +0.135742187500 +-0.006469726562 +-0.090332031250 +0.082519531250 +-0.101562500000 +0.040283203125 +0.206054687500 +-0.244140625000 +-0.019897460938 +0.155273437500 +0.021484375000 +0.125976562500 +-0.017822265625 +0.142578125000 +-0.414062500000 +-0.046142578125 +-0.025756835938 +0.197265625000 +0.005249023438 +-0.433593750000 +-0.162109375000 +-0.007568359375 +0.051757812500 +0.147460937500 +0.120605468750 +-0.149414062500 +-0.062988281250 +-0.203125000000 +-0.190429687500 +0.166992187500 +-0.142578125000 +0.137695312500 +-0.289062500000 +-0.001457214355 +0.043701171875 +-0.064941406250 +-0.068359375000 +-0.075195312500 +-0.292968750000 +-0.017822265625 +0.017944335938 +-0.026489257812 +0.017333984375 +0.076660156250 +-0.090820312500 +0.067382812500 +0.075683593750 +0.192382812500 +0.009155273438 +0.016723632812 +-0.143554687500 +-0.090820312500 +0.179687500000 +0.016479492188 +-0.064453125000 +0.107421875000 +-0.042236328125 +0.022705078125 +-0.125976562500 +0.115234375000 +-0.207031250000 +0.034667968750 +0.106445312500 +-0.007263183594 +0.001075744629 +-0.084960937500 +-0.120117187500 +0.040039062500 +0.020751953125 +-0.250000000000 +0.232421875000 +-0.113281250000 +-0.068359375000 +0.044677734375 +-0.063964843750 +-0.019287109375 +0.156250000000 +0.048828125000 +-0.192382812500 +-0.320312500000 +0.024658203125 +0.113281250000 +-0.013427734375 +0.292968750000 +0.046630859375 +0.050292968750 +0.143554687500 +0.003845214844 +-0.197265625000 +0.071777343750 +0.016235351562 +-0.177734375000 +0.047119140625 +0.083007812500 +0.086914062500 +-0.220703125000 +-0.190429687500 +0.045166015625 +0.087890625000 +0.006683349609 +-0.041748046875 +-0.036132812500 +-0.308593750000 +-0.021606445312 +-0.162109375000 +-0.079101562500 +-0.214843750000 +-0.250000000000 +-0.023559570312 +-0.123046875000 +0.004211425781 +0.097656250000 +0.021118164062 +-0.107910156250 +0.068359375000 +-0.247070312500 +-0.228515625000 +0.213867187500 +0.037109375000 +-0.367187500000 +0.043212890625 +-0.005645751953 +0.201171875000 +-0.294921875000 +-0.392578125000 +-0.088867187500 +-0.064941406250 +-0.067382812500 +-0.103515625000 +-0.144531250000 +-0.193359375000 +0.075683593750 +-0.039062500000 +0.016723632812 +0.001068115234 +-0.067871093750 +0.088867187500 +-0.053466796875 +-0.051513671875 +0.028320312500 +-0.055175781250 +0.097656250000 +0.122558593750 +-0.087890625000 +-0.060791015625 +0.053955078125 +-0.118164062500 +-0.005157470703 +-0.096679687500 +0.318359375000 +-0.079589843750 +0.050781250000 +-0.107910156250 +-0.089355468750 +-0.037597656250 +0.008117675781 +0.191406250000 +-0.062988281250 +0.064941406250 +-0.279296875000 +-0.363281250000 +-0.067871093750 +0.035400390625 +-0.094238281250 +-0.152343750000 +0.187500000000 +-0.145507812500 +0.075195312500 +-0.343750000000 +-0.026611328125 +-0.102050781250 +-0.267578125000 +-0.001968383789 +-0.027587890625 +0.119140625000 +-0.024536132812 +0.060546875000 +-0.109863281250 +-0.049804687500 +-0.275390625000 +-0.083496093750 +0.125000000000 +0.082031250000 +-0.373046875000 +0.078125000000 +-0.014831542969 +-0.007141113281 +0.193359375000 +-0.046875000000 +-0.061035156250 +-0.131835937500 +0.044433593750 +0.021362304688 +-0.046386718750 +-0.128906250000 +-0.063964843750 +0.287109375000 +0.134765625000 +-0.078125000000 +-0.067382812500 +0.038574218750 +-0.173828125000 +0.104003906250 +-0.002395629883 +-0.066406250000 +-0.040527343750 +0.328125000000 +0.002670288086 +0.075683593750 +0.127929687500 +-0.106445312500 +0.176757812500 +0.042968750000 +-0.281250000000 +-0.114257812500 +-0.047607421875 +-0.032470703125 +0.051269531250 +-0.000097274780 +0.097167968750 +-0.093750000000 +-0.057373046875 +-0.196289062500 +0.066406250000 +-0.271484375000 +-0.217773437500 +0.183593750000 +-0.065917968750 +-0.076171875000 +-0.000364303589 +-0.067382812500 +0.115234375000 +-0.189453125000 +-0.063964843750 +-0.207031250000 +-0.144531250000 +-0.118652343750 +0.016235351562 +0.087402343750 +0.076660156250 +-0.084472656250 +-0.149414062500 +-0.130859375000 +0.041748046875 +-0.273437500000 +0.193359375000 +0.037353515625 +0.007141113281 +-0.025024414062 +-0.034912109375 +-0.345703125000 +0.041748046875 +-0.028442382812 +-0.073242187500 +-0.161132812500 +0.086914062500 +-0.045898437500 +-0.117187500000 +-0.030395507812 +0.083984375000 +0.057861328125 +0.037109375000 +-0.071289062500 +-0.206054687500 +-0.005554199219 +-0.076171875000 +-0.890625000000 +-0.148437500000 +-0.037841796875 +-0.386718750000 +-0.423828125000 +-0.275390625000 +-0.053710937500 +0.070312500000 +-0.419921875000 +0.074707031250 +0.031250000000 +-0.024047851562 +0.015991210938 +-0.026123046875 +0.053955078125 +0.009033203125 +0.039062500000 +-0.115234375000 +0.095703125000 +-0.090820312500 +-0.094238281250 +-0.029174804688 +0.009887695312 +-0.209960937500 +0.072753906250 +-0.120117187500 +0.141601562500 +0.047607421875 +-0.209960937500 +0.049316406250 +-0.703125000000 +0.033203125000 +-0.055175781250 +-0.118164062500 +0.009277343750 +-0.304687500000 +0.040527343750 +0.097167968750 +0.052490234375 +-0.088378906250 +-0.124023437500 +-0.003219604492 +-0.051757812500 +0.010253906250 +0.018188476562 +-0.075683593750 +-0.027221679688 +-0.050048828125 +-0.018554687500 +-0.249023437500 +-0.044921875000 +-0.012695312500 +-0.041503906250 +0.042968750000 +-0.095214843750 +-0.233398437500 +-0.056152343750 +-0.026733398438 +-0.010131835938 +-0.016357421875 +0.076660156250 +-0.582031250000 +0.044433593750 +-0.038574218750 +-0.048095703125 +0.055908203125 +0.148437500000 +0.160156250000 +-0.241210937500 +-0.037841796875 +0.062255859375 +-0.008422851562 +-0.082031250000 +-0.008178710938 +-0.057128906250 +-0.129882812500 +0.012573242188 +0.056152343750 +-0.112792968750 +0.107421875000 +-0.061767578125 +0.025146484375 +0.141601562500 +-0.073242187500 +-0.154296875000 +-0.492187500000 +-0.008911132812 +-0.070312500000 +-0.084472656250 +-0.040039062500 +-0.118164062500 +-0.179687500000 +-0.082031250000 +-0.043212890625 +-0.236328125000 +-0.043212890625 +0.069335937500 +-0.163085937500 +-0.134765625000 +0.051757812500 +0.098632812500 +-0.121582031250 +-0.228515625000 +0.283203125000 +-0.145507812500 +-0.149414062500 +0.052490234375 +0.166015625000 +0.051757812500 +0.107910156250 +0.092285156250 +0.090332031250 +-0.128906250000 +-0.187500000000 +-0.257812500000 +-0.115234375000 +0.154296875000 +-0.012084960938 +-0.068359375000 +-0.146484375000 +-0.065917968750 +-0.073730468750 +0.031250000000 +-0.198242187500 +-0.233398437500 +-0.043457031250 +-0.033935546875 +0.001762390137 +-0.038330078125 +-0.267578125000 +0.035400390625 +-0.020629882812 +-0.055419921875 +-0.011535644531 +-0.005096435547 +-0.287109375000 +-0.041748046875 +-0.058593750000 +-0.037841796875 +0.093261718750 +0.003677368164 +-0.045410156250 +-0.067382812500 +0.125000000000 +-0.153320312500 +0.100097656250 +0.083984375000 +-0.003326416016 +-0.119140625000 +-0.052246093750 +-0.055908203125 +0.180664062500 +0.016479492188 +-0.249023437500 +0.035156250000 +-0.025634765625 +0.061279296875 +-0.222656250000 +0.006072998047 +-0.008911132812 +-0.163085937500 +-0.139648437500 +-0.069824218750 +0.108886718750 +0.177734375000 +-0.159179687500 +-0.156250000000 +0.090332031250 +-0.143554687500 +0.230468750000 +-0.065917968750 +-0.193359375000 +0.147460937500 +-0.211914062500 +-0.001983642578 +-0.062988281250 +0.060791015625 +0.012878417969 +0.133789062500 +0.061523437500 +-0.127929687500 +-0.125000000000 +-0.185546875000 +-0.243164062500 +0.103027343750 +-0.015075683594 +-0.072265625000 +0.001213073730 +-0.230468750000 +-0.141601562500 +-0.067382812500 +0.173828125000 +-0.158203125000 +0.017456054688 +0.148437500000 +-0.113769531250 +0.111816406250 +0.363281250000 +-0.032470703125 +-0.087890625000 +-0.135742187500 +-0.112792968750 +0.130859375000 +-0.153320312500 +-0.382812500000 +0.099609375000 +-0.246093750000 +0.138671875000 +-0.172851562500 +-0.109863281250 +0.144531250000 +-0.168945312500 +0.014343261719 +-0.012573242188 +-0.201171875000 +-0.283203125000 +-0.067382812500 +-0.253906250000 +-0.126953125000 +0.113769531250 +0.139648437500 +0.139648437500 +0.003036499023 +0.049804687500 +-0.011413574219 +0.226562500000 +-0.004547119141 +-0.056396484375 +-0.101562500000 +-0.152343750000 +-0.167968750000 +0.112304687500 +0.112792968750 +-0.084960937500 +-0.151367187500 +0.039794921875 +0.040039062500 +-0.259765625000 +0.024169921875 +-0.223632812500 +-0.001518249512 +0.051025390625 +-0.141601562500 +0.088867187500 +-0.183593750000 +-0.326171875000 +-0.178710937500 +-0.008422851562 +-0.265625000000 +-0.143554687500 +-0.310546875000 +-0.281250000000 +-0.001701354980 +-0.208984375000 +-0.024169921875 +-0.053466796875 +-0.243164062500 +-0.137695312500 +-0.186523437500 +-0.100585937500 +-0.431640625000 +-0.257812500000 +0.095703125000 +-0.037353515625 +0.098144531250 +-0.120117187500 +-0.052490234375 +-0.116210937500 +0.067871093750 +0.137695312500 +-0.081542968750 +0.194335937500 +-0.118164062500 +-0.068359375000 +0.365234375000 +-0.245117187500 +-0.030883789062 +-0.223632812500 +0.367187500000 +-0.122558593750 +-0.118652343750 +-0.263671875000 +-0.010742187500 +-0.103027343750 +0.006164550781 +-0.129882812500 +-0.445312500000 +0.051757812500 +-0.015136718750 +-0.231445312500 +-0.007629394531 +-0.197265625000 +0.141601562500 +-0.285156250000 +0.035888671875 +-0.036132812500 +-0.052490234375 +0.033691406250 +0.118652343750 +-0.478515625000 +0.057861328125 +0.066406250000 +0.406250000000 +0.001564025879 +0.144531250000 +0.024902343750 +-0.071777343750 +-0.050537109375 +-0.069335937500 +0.103515625000 +0.035156250000 +0.152343750000 +0.028564453125 +0.107910156250 +-0.136718750000 +0.027954101562 +0.068847656250 +-0.231445312500 +0.127929687500 +-0.128906250000 +0.099609375000 +-0.051269531250 +-0.039794921875 +0.116210937500 +-0.207031250000 +0.123046875000 +0.134765625000 +0.050292968750 +0.067871093750 +-0.241210937500 +0.100585937500 +-0.000576019287 +0.002380371094 +-0.051269531250 +-0.003173828125 +-0.277343750000 +0.014587402344 +0.101074218750 +-0.049560546875 +0.049560546875 +-0.214843750000 +-0.480468750000 +-0.122070312500 +-0.097167968750 +-0.006225585938 +-0.085937500000 +-0.156250000000 +0.005157470703 +-0.148437500000 +-0.104003906250 +-0.222656250000 +0.090820312500 +-0.209960937500 +0.281250000000 +-0.010742187500 +-0.041503906250 +0.063964843750 +-0.192382812500 +0.081542968750 +0.138671875000 +0.005340576172 +0.414062500000 +0.110351562500 +-0.231445312500 +0.127929687500 +0.115722656250 +-0.037353515625 +0.304687500000 +0.275390625000 +0.056884765625 +0.078613281250 +-0.182617187500 +-0.441406250000 +0.056640625000 +0.086425781250 +-0.037109375000 +0.169921875000 +0.040527343750 +-0.394531250000 +-0.176757812500 +0.129882812500 +0.097656250000 +-0.367187500000 +-0.281250000000 +-0.032470703125 +-0.102539062500 +0.012084960938 +-0.201171875000 +-0.067382812500 +0.146484375000 +-0.239257812500 +-0.084960937500 +-0.417968750000 +0.100097656250 +0.076171875000 +0.026977539062 +0.105957031250 +-0.371093750000 +-0.054931640625 +-0.090820312500 +0.051513671875 +-0.018798828125 +0.314453125000 +-0.373046875000 +0.081054687500 +-0.040283203125 +0.135742187500 +0.029663085938 +-0.009216308594 +0.194335937500 +0.043701171875 +0.076171875000 +-0.055419921875 +-0.023681640625 +-0.243164062500 +0.043945312500 +-0.125000000000 +-0.476562500000 +-0.013488769531 +-0.170898437500 +-0.058837890625 +-0.656250000000 +0.073242187500 +0.166015625000 +0.062011718750 +-0.057128906250 +-0.091796875000 +-0.235351562500 +0.158203125000 +-0.190429687500 +-0.507812500000 +-0.515625000000 +0.026489257812 +-0.153320312500 +-0.122070312500 +0.114257812500 +-0.079589843750 +-0.451171875000 +0.128906250000 +-0.026855468750 +0.041015625000 +0.062988281250 +0.014465332031 +-0.296875000000 +-0.177734375000 +0.059570312500 +-0.025634765625 +0.222656250000 +-0.170898437500 +0.100585937500 +0.023681640625 +-0.154296875000 +0.054687500000 +-0.193359375000 +-0.300781250000 +0.227539062500 +-0.333984375000 +-0.059814453125 +-0.170898437500 +-0.062988281250 +-0.210937500000 +0.148437500000 +-0.051757812500 +-0.675781250000 +0.037353515625 +-0.298828125000 +-0.472656250000 +-0.078613281250 +-0.072753906250 +-0.161132812500 +-0.009582519531 +-0.047363281250 +-0.071777343750 +-0.105957031250 +-0.064941406250 +0.168945312500 +0.145507812500 +-0.035644531250 +-0.206054687500 +-0.150390625000 +0.077636718750 +0.042968750000 +0.030273437500 +0.000002399087 +0.101074218750 +-0.105468750000 +0.118164062500 +0.064941406250 +-0.006042480469 +0.068847656250 +-0.049316406250 +0.000263214111 +0.089843750000 +-0.138671875000 +0.004364013672 +-0.214843750000 +-0.215820312500 +-0.018432617188 +0.073730468750 +0.003524780273 +-0.228515625000 +-0.025146484375 +0.031127929688 +-0.010375976562 +0.034423828125 +0.069335937500 +0.090820312500 +0.031738281250 +-0.155273437500 +0.071289062500 +0.029541015625 +-0.069824218750 +-0.240234375000 +-0.001129150391 +-0.255859375000 +-0.566406250000 +-0.236328125000 +0.002365112305 +0.175781250000 +-0.281250000000 +-0.091308593750 +0.058105468750 +-0.053222656250 +0.014282226562 +0.025146484375 +-0.027587890625 +0.084472656250 +-0.119140625000 +-0.019165039062 +0.037109375000 +-0.070312500000 +-0.100097656250 +-0.084960937500 +-0.005432128906 +-0.018066406250 +-0.210937500000 +-0.068359375000 +-0.168945312500 +0.007995605469 +-0.012573242188 +0.118164062500 +-0.585937500000 +-0.151367187500 +-0.100585937500 +-0.132812500000 +-0.226562500000 +0.211914062500 +0.063964843750 +-0.119628906250 +-0.023681640625 +-0.125000000000 +-0.131835937500 +-0.025146484375 +-0.232421875000 +-0.047851562500 +-0.139648437500 +-0.080078125000 +0.039794921875 +-0.078125000000 +0.052734375000 +-0.457031250000 +0.040283203125 +-0.168945312500 +0.087890625000 +-0.133789062500 +0.105957031250 +-0.263671875000 +0.057373046875 +-0.154296875000 +0.016967773438 +0.027587890625 +0.185546875000 +-0.296875000000 +-0.138671875000 +0.085449218750 +0.040527343750 +0.042724609375 +0.059570312500 +-0.255859375000 +0.053222656250 +0.023071289062 +0.019897460938 +-0.094238281250 +0.059570312500 +-0.263671875000 +-0.139648437500 +0.043457031250 +-0.045410156250 +-0.056396484375 +-0.197265625000 +-0.056396484375 +-0.120117187500 +-0.010131835938 +-0.081054687500 +0.016357421875 +-0.096679687500 +-0.104492187500 +-0.059082031250 +-0.012329101562 +-0.168945312500 +0.014526367188 +0.141601562500 +0.055419921875 +-0.038330078125 +0.054687500000 +0.078613281250 +-0.542968750000 +0.057128906250 +-0.051025390625 +-0.369140625000 +0.014953613281 +0.100585937500 +-0.018798828125 +0.070312500000 +-0.174804687500 +0.025878906250 +-0.009338378906 +0.085937500000 +0.145507812500 +-0.087402343750 +-0.008972167969 +-0.068359375000 +-0.127929687500 +-0.269531250000 +-0.067871093750 +0.121582031250 +0.033447265625 +0.101562500000 +0.029296875000 +-0.402343750000 +0.071777343750 +-0.392578125000 +0.073730468750 +-0.029174804688 +0.069335937500 +0.021728515625 +-0.470703125000 +0.022338867188 +-0.076660156250 +0.191406250000 +-0.429687500000 +0.037353515625 +-0.041503906250 +-0.054199218750 +0.123535156250 +-0.039062500000 +-0.539062500000 +0.005432128906 +-0.214843750000 +-0.578125000000 +-0.234375000000 +-0.071289062500 +-0.011535644531 +0.084960937500 +-0.012878417969 +-1.156250000000 +-0.133789062500 +-0.068359375000 +-0.800781250000 +0.059814453125 +-0.055175781250 +-0.126953125000 +-0.095214843750 +0.060058593750 +-0.103515625000 +-0.104980468750 +-0.353515625000 +0.139648437500 +-0.020629882812 +0.020629882812 +0.166015625000 +-0.253906250000 +-0.125000000000 +0.105468750000 +-0.148437500000 +-0.119140625000 +-0.287109375000 +-0.130859375000 +0.332031250000 +0.028076171875 +-0.100585937500 +-0.353515625000 +-0.077636718750 +0.100097656250 +-0.005157470703 +-0.079101562500 +-0.012817382812 +0.183593750000 +-0.083496093750 +0.011718750000 +-0.176757812500 +0.030151367188 +0.190429687500 +0.081054687500 +0.133789062500 +0.023925781250 +-0.083496093750 +-0.019165039062 +0.076171875000 +0.038818359375 +-0.214843750000 +0.046875000000 +-0.165039062500 +-0.001174926758 +0.119140625000 +-0.055908203125 +0.172851562500 +-0.158203125000 +0.145507812500 +0.144531250000 +-0.208984375000 +-0.009826660156 +0.269531250000 +-0.179687500000 +0.043457031250 +0.179687500000 +0.011352539062 +0.018066406250 +0.043945312500 +-0.296875000000 +0.115722656250 +0.207031250000 +-0.466796875000 +-0.170898437500 +-0.208984375000 +0.049316406250 +-0.122558593750 +-0.009826660156 +0.137695312500 +0.039550781250 +0.026245117188 +0.118652343750 +0.179687500000 +0.245117187500 +-0.176757812500 +0.049560546875 +0.180664062500 +-0.259765625000 +0.013916015625 +0.056640625000 +0.095703125000 +-0.134765625000 +0.018554687500 +0.263671875000 +0.041503906250 +-0.259765625000 +-0.005554199219 +-0.162109375000 +-0.033447265625 +0.007476806641 +0.075195312500 +0.121582031250 +0.170898437500 +-0.083007812500 +-0.215820312500 +0.155273437500 +0.253906250000 +-0.057373046875 +-0.166992187500 +-0.005676269531 +0.006256103516 +-0.006927490234 +0.018310546875 +-0.030151367188 +-0.101074218750 +-0.310546875000 +-0.283203125000 +0.384765625000 +-0.071289062500 +-0.082519531250 +0.129882812500 +-0.157226562500 +0.041015625000 +0.090332031250 +0.024536132812 +-0.128906250000 +0.168945312500 +-0.178710937500 +-0.108398437500 +-0.139648437500 +0.047607421875 +0.101074218750 +0.063964843750 +0.023559570312 +-0.021728515625 +-0.714843750000 +0.161132812500 +0.015625000000 +-0.033203125000 +0.183593750000 +-0.291015625000 +0.265625000000 +-0.034179687500 +0.064453125000 +-0.375000000000 +0.003646850586 +0.310546875000 +0.068847656250 +-0.224609375000 +-0.210937500000 +0.103027343750 +0.012023925781 +-0.067382812500 +-0.014099121094 +0.038818359375 +-0.018188476562 +0.036865234375 +-0.056396484375 +0.230468750000 +0.172851562500 +-0.149414062500 +0.223632812500 +0.000827789307 +-0.214843750000 +-0.196289062500 +0.005218505859 +-0.010131835938 +0.055664062500 +-0.306640625000 +0.051025390625 +0.129882812500 +0.057861328125 +0.037353515625 +0.075195312500 +-0.087890625000 +0.004577636719 +-0.052001953125 +-0.277343750000 +0.123535156250 +-0.192382812500 +-0.148437500000 +-0.010009765625 +-0.045166015625 +0.092773437500 +-0.130859375000 +0.029052734375 +0.238281250000 +0.015869140625 +-0.714843750000 +0.146484375000 +0.128906250000 +-0.455078125000 +0.035888671875 +-0.038085937500 +-0.041015625000 +0.038085937500 +0.012023925781 +-0.265625000000 +-0.098144531250 +0.189453125000 +-0.257812500000 +-0.032958984375 +-0.079101562500 +-0.072753906250 +0.120117187500 +0.057617187500 +-0.239257812500 +0.202148437500 +-0.237304687500 +0.028198242188 +0.056152343750 +0.058593750000 +-0.000667572021 +-0.037841796875 +0.066406250000 +-0.054199218750 +-0.224609375000 +0.071289062500 +0.056152343750 +0.002655029297 +-0.001083374023 +-0.135742187500 +-0.064453125000 +-0.060791015625 +-0.090332031250 +-0.090332031250 +0.115234375000 +-0.355468750000 +0.049316406250 +-0.031982421875 +0.022338867188 +0.100097656250 +0.113769531250 +-0.021240234375 +-0.016357421875 +-0.114257812500 +0.084960937500 +-0.053222656250 +-0.039062500000 +-0.030151367188 +-0.091796875000 +-0.049316406250 +0.207031250000 +-0.111816406250 +0.073730468750 +0.050537109375 +-0.133789062500 +-0.083984375000 +-0.371093750000 +-0.196289062500 +-0.406250000000 +0.006927490234 +0.093261718750 +-0.203125000000 +-0.149414062500 +-0.016601562500 +-0.257812500000 +-0.060546875000 +-0.300781250000 +0.103027343750 +-0.002334594727 +0.058105468750 +-0.187500000000 +0.092285156250 +0.143554687500 +0.030029296875 +-0.026245117188 +0.087890625000 +0.033203125000 +-0.146484375000 +0.051025390625 +-0.244140625000 +-0.000095844269 +-0.090332031250 +0.235351562500 +0.023559570312 +0.030883789062 +-0.111328125000 +-0.092285156250 +-0.404296875000 +0.008483886719 +0.071777343750 +-0.695312500000 +-0.065917968750 +-0.121093750000 +0.056152343750 +-0.088867187500 +-0.155273437500 +-0.098144531250 +0.063476562500 +0.094726562500 +0.011047363281 +0.002609252930 +-0.472656250000 +-0.941406250000 +0.058837890625 +0.013122558594 +0.069335937500 +-0.038818359375 +-0.102539062500 +0.059082031250 +0.026611328125 +0.082519531250 +-0.091796875000 +0.044433593750 +0.029052734375 +0.063476562500 +0.160156250000 +0.083984375000 +0.153320312500 +-0.239257812500 +-0.131835937500 +-0.090820312500 +0.019287109375 +-0.275390625000 +0.043457031250 +0.027709960938 +-0.187500000000 +-0.088867187500 +-0.160156250000 +-0.396484375000 +-0.051757812500 +-0.184570312500 +0.125976562500 +-0.134765625000 +-0.185546875000 +-0.192382812500 +-0.011596679688 +-0.251953125000 +0.082031250000 +0.058593750000 +0.088378906250 +0.006866455078 +-0.015502929688 +0.200195312500 +-0.133789062500 +-0.306640625000 +0.062500000000 +-0.059326171875 +-0.052490234375 +-0.306640625000 +0.049560546875 +0.235351562500 +0.154296875000 +-0.006683349609 +-0.069335937500 +-0.427734375000 +-0.017089843750 +-0.127929687500 +-0.078125000000 +-0.120117187500 +0.151367187500 +-0.184570312500 +0.016113281250 +-0.043701171875 +-0.147460937500 +-0.010498046875 +0.096679687500 +-0.083496093750 +-0.071777343750 +0.039062500000 +-0.068359375000 +0.014953613281 +-0.076171875000 +-0.210937500000 +-0.320312500000 +0.028198242188 +-0.223632812500 +-0.145507812500 +-0.200195312500 +0.113281250000 +-0.058837890625 +0.111328125000 +-0.050537109375 +0.056640625000 +0.077148437500 +-0.353515625000 +0.029907226562 +0.176757812500 +0.072753906250 +-0.005920410156 +0.088867187500 +0.161132812500 +-0.200195312500 +-0.091796875000 +0.144531250000 +0.006256103516 +0.051025390625 +0.112304687500 +-0.032226562500 +-0.042480468750 +-0.101562500000 +-0.036132812500 +-0.156250000000 +0.128906250000 +-0.228515625000 +0.000206947327 +-0.005523681641 +0.025878906250 +0.171875000000 +0.093750000000 +0.093750000000 +0.163085937500 +-0.347656250000 +0.162109375000 +-0.105957031250 +0.091796875000 +0.031738281250 +-0.004943847656 +-0.012268066406 +-0.078125000000 +-0.012939453125 +-0.185546875000 +-0.021240234375 +0.027832031250 +-0.019042968750 +0.030395507812 +-0.138671875000 +0.006164550781 +0.103515625000 +0.004791259766 +-0.062255859375 +-0.125976562500 +-0.081054687500 +0.057617187500 +-0.040527343750 +-0.145507812500 +0.076171875000 +-0.035156250000 +-0.118164062500 +0.085449218750 +-0.079101562500 +-0.132812500000 +0.062500000000 +-0.121582031250 +0.059326171875 +0.083007812500 +-0.139648437500 +0.168945312500 +-0.174804687500 +-0.271484375000 +-0.186523437500 +-0.550781250000 +0.028808593750 +-0.038818359375 +-0.148437500000 +0.259765625000 +-0.074707031250 +-0.039062500000 +0.177734375000 +-0.038574218750 +-0.026123046875 +-0.082031250000 +-0.296875000000 +-0.117675781250 +0.041015625000 +-0.163085937500 +-0.053222656250 +0.004974365234 +0.026367187500 +0.042236328125 +-0.300781250000 +-0.008178710938 +-0.163085937500 +0.015625000000 +0.028686523438 +0.063964843750 +-0.703125000000 +-0.092285156250 +-0.186523437500 +0.001411437988 +-0.016357421875 +0.149414062500 +-0.027465820312 +-0.068847656250 +0.024536132812 +-0.129882812500 +-0.020385742188 +-0.031127929688 +-0.237304687500 +-0.114746093750 +-0.147460937500 +-0.019287109375 +-0.209960937500 +0.003479003906 +0.156250000000 +0.012023925781 +0.046142578125 +0.083007812500 +-0.049804687500 +-0.074707031250 +0.249023437500 +-0.163085937500 +-0.259765625000 +0.030273437500 +-0.103515625000 +0.016967773438 +0.075195312500 +-0.058349609375 +-0.150390625000 +0.073242187500 +-0.660156250000 +-0.202148437500 +-0.034179687500 +-0.109375000000 +0.066894531250 +-0.202148437500 +-0.066406250000 +-0.028198242188 +0.020629882812 +-0.175781250000 +-0.192382812500 +0.177734375000 +0.020507812500 +-0.392578125000 +-0.129882812500 +0.013366699219 +-0.090820312500 +-0.116210937500 +0.074707031250 +-0.117675781250 +0.064453125000 +-0.055175781250 +-0.051269531250 +-0.345703125000 +-0.386718750000 +-0.053955078125 +-0.049072265625 +-0.180664062500 +-0.041503906250 +-0.081054687500 +0.139648437500 +0.135742187500 +0.150390625000 +-0.279296875000 +0.042724609375 +0.013854980469 +0.170898437500 +-0.214843750000 +-0.089355468750 +-0.036621093750 +0.148437500000 +-0.102050781250 +0.032958984375 +0.081054687500 +-0.199218750000 +0.036132812500 +0.150390625000 +-0.002090454102 +-0.192382812500 +0.002288818359 +-0.589843750000 +-0.123535156250 +0.097167968750 +0.045654296875 +-0.187500000000 +-0.064453125000 +-0.157226562500 +-0.089355468750 +0.101562500000 +-0.486328125000 +-0.091308593750 +-0.294921875000 +0.011352539062 +-0.029174804688 +-0.080566406250 +-0.103515625000 +-0.365234375000 +-0.041748046875 +-0.279296875000 +0.029785156250 +-0.145507812500 +0.009399414062 +-0.227539062500 +-0.038818359375 +-0.027465820312 +0.026733398438 +-0.188476562500 +0.006469726562 +0.067871093750 +0.027221679688 +0.103027343750 +0.081542968750 +0.139648437500 +0.259765625000 +0.062500000000 +-0.089843750000 +-0.007995605469 +-0.159179687500 +-0.067871093750 +-0.265625000000 +0.116699218750 +0.058837890625 +-0.302734375000 +-0.219726562500 +0.154296875000 +-0.089843750000 +0.045166015625 +0.318359375000 +-0.093750000000 +-0.104003906250 +-0.265625000000 +-0.086914062500 +0.384765625000 +0.003280639648 +0.330078125000 +0.132812500000 +-0.302734375000 +0.031494140625 +-0.165039062500 +0.101562500000 +-0.008117675781 +-0.012573242188 +0.140625000000 +-0.034423828125 +-0.023193359375 +0.137695312500 +-0.125000000000 +0.239257812500 +-0.141601562500 +0.072265625000 +0.194335937500 +0.026855468750 +0.047851562500 +0.218750000000 +0.330078125000 +-0.232421875000 +-0.056640625000 +-0.005706787109 +0.162109375000 +0.027343750000 +-0.008117675781 +0.020629882812 +-0.025024414062 +0.105957031250 +0.190429687500 +-0.022094726562 +-0.275390625000 +0.217773437500 +-0.231445312500 +-0.326171875000 +-0.032226562500 +-0.166015625000 +-0.064941406250 +-0.210937500000 +-0.075195312500 +0.208984375000 +-0.225585937500 +-0.029663085938 +-0.048339843750 +0.075683593750 +0.085937500000 +-0.228515625000 +0.206054687500 +0.064941406250 +-0.275390625000 +-0.121093750000 +-0.238281250000 +-0.050048828125 +0.050537109375 +-0.112304687500 +-0.151367187500 +-0.086425781250 +-0.091796875000 +-0.308593750000 +-0.503906250000 +-0.150390625000 +-0.030517578125 +-0.073242187500 +-0.083007812500 +-0.041259765625 +-0.151367187500 +-0.100585937500 +-0.023071289062 +0.031982421875 +-0.239257812500 +0.003173828125 +0.056396484375 +0.111328125000 +0.094238281250 +-0.204101562500 +0.055908203125 +0.033203125000 +0.147460937500 +-0.036132812500 +0.111816406250 +0.056884765625 +-0.087402343750 +-0.435546875000 +-0.045654296875 +0.075683593750 +-0.062988281250 +-0.059814453125 +0.174804687500 +-0.257812500000 +-0.132812500000 +0.022949218750 +-0.296875000000 +0.101562500000 +-0.147460937500 +-0.019287109375 +-0.308593750000 +0.045898437500 +-0.230468750000 +0.193359375000 +0.064453125000 +0.110839843750 +0.058105468750 +-0.235351562500 +-0.010742187500 +-0.091308593750 +0.065429687500 +-0.018676757812 +0.114257812500 +-0.012084960938 +-0.008850097656 +-0.087402343750 +-0.160156250000 +0.191406250000 +0.108886718750 +0.102050781250 +0.039794921875 +-0.179687500000 +0.027465820312 +-0.212890625000 +0.371093750000 +-0.241210937500 +0.140625000000 +-0.030151367188 +-0.141601562500 +0.296875000000 +-0.129882812500 +-0.013488769531 +-0.161132812500 +-0.026611328125 +0.150390625000 +0.155273437500 +-0.006225585938 +-0.015991210938 +0.045166015625 +0.067871093750 +0.253906250000 +-0.045898437500 +-0.226562500000 +-0.151367187500 +0.082519531250 +0.213867187500 +0.154296875000 +-0.081542968750 +-0.027709960938 +-0.035644531250 +0.146484375000 +0.287109375000 +0.298828125000 +-0.244140625000 +-0.255859375000 +-0.188476562500 +0.132812500000 +-0.003723144531 +0.024169921875 +-0.032226562500 +-0.236328125000 +0.155273437500 +0.162109375000 +-0.453125000000 +0.039550781250 +0.177734375000 +0.015563964844 +-0.049804687500 +-0.490234375000 +-0.330078125000 +-0.036865234375 +0.192382812500 +-0.017944335938 +-0.094238281250 +0.191406250000 +0.083984375000 +0.194335937500 +0.090332031250 +-0.138671875000 +0.007812500000 +0.022338867188 +-0.228515625000 +0.289062500000 +-0.028686523438 +0.068847656250 +-0.095703125000 +0.005523681641 +-0.455078125000 +0.093750000000 +0.011535644531 +0.100585937500 +0.014099121094 +-0.142578125000 +-0.159179687500 +-0.154296875000 +-0.053466796875 +0.068359375000 +0.005706787109 +-0.106445312500 +0.081542968750 +-0.208984375000 +0.000598907471 +-0.183593750000 +-0.037109375000 +-0.083007812500 +-0.205078125000 +-0.154296875000 +0.062500000000 +-0.054199218750 +0.123535156250 +-0.110351562500 +-0.496093750000 +-0.045654296875 +-0.125976562500 +0.139648437500 +0.191406250000 +-0.061279296875 +0.063476562500 +-0.165039062500 +-0.177734375000 +-0.149414062500 +-0.044921875000 +0.124023437500 +-0.085937500000 +-0.181640625000 +0.231445312500 +-0.005310058594 +-1.132812500000 +0.165039062500 +-0.103027343750 +-0.098144531250 +-0.020385742188 +-0.562500000000 +0.059814453125 +-0.020874023438 +0.194335937500 +-0.281250000000 +0.026733398438 +0.139648437500 +-0.189453125000 +0.008422851562 +0.116210937500 +-0.373046875000 +-0.020019531250 +0.052246093750 +0.118652343750 +0.072753906250 +0.115722656250 +-0.013854980469 +-0.101562500000 +0.126953125000 +-0.476562500000 +-0.134765625000 +-0.040771484375 +-0.593750000000 +-0.084472656250 +-0.271484375000 +0.147460937500 +-0.213867187500 +0.082519531250 +0.021240234375 +0.017456054688 +-0.115722656250 +-0.033935546875 +-0.152343750000 +-0.042480468750 +-0.072265625000 +-0.609375000000 +-0.226562500000 +-0.156250000000 +-0.016235351562 +0.033691406250 +0.123535156250 +0.017211914062 +-0.223632812500 +-0.201171875000 +-0.117187500000 +-0.069335937500 +0.078125000000 +-0.246093750000 +-0.075195312500 +-0.241210937500 +-0.166992187500 +0.050292968750 +0.073242187500 +-0.283203125000 +-0.093261718750 +0.076660156250 +-0.127929687500 +-0.222656250000 +0.012084960938 +0.150390625000 +-0.066894531250 +-0.523437500000 +-0.062500000000 +-0.235351562500 +-0.016113281250 +-0.071289062500 +-0.002395629883 +-0.026977539062 +0.172851562500 +0.001434326172 +-0.007232666016 +0.250000000000 +0.053955078125 +-0.010925292969 +-0.191406250000 +-0.042968750000 +-0.000328063965 +0.157226562500 +-0.005310058594 +-0.275390625000 +0.010314941406 +-0.105957031250 +0.023803710938 +0.107910156250 +0.084472656250 +-0.152343750000 +-0.227539062500 +0.016479492188 +0.085449218750 +-0.059326171875 +-0.099609375000 +-0.660156250000 +0.022949218750 +-0.023803710938 +-0.353515625000 +0.086914062500 +-0.101562500000 +0.040283203125 +-0.212890625000 +0.033203125000 +0.024414062500 +-0.106445312500 +-0.021240234375 +-0.072265625000 +0.089843750000 +0.154296875000 +0.015258789062 +-0.441406250000 +-0.104980468750 +-0.142578125000 +-0.145507812500 +0.009704589844 +0.045410156250 +-0.131835937500 +-0.219726562500 +-0.029174804688 +0.042724609375 +-0.178710937500 +-0.019287109375 +-0.024780273438 +0.149414062500 +-0.472656250000 +0.122558593750 +0.147460937500 +-0.057373046875 +0.082031250000 +-0.231445312500 +0.018920898438 +-0.271484375000 +-0.171875000000 +-0.045898437500 +-0.214843750000 +0.178710937500 +-0.035156250000 +0.069824218750 +0.267578125000 +0.275390625000 +-0.093261718750 +-0.164062500000 +-0.218750000000 +0.084960937500 +0.003646850586 +0.047363281250 +-0.044921875000 +-0.092285156250 +0.032226562500 +0.029785156250 +-0.133789062500 +0.097167968750 +0.051513671875 +-0.084472656250 +-0.039794921875 +-0.187500000000 +0.145507812500 +-0.439453125000 +0.052734375000 +-0.063964843750 +-0.218750000000 +0.213867187500 +-0.162109375000 +-0.294921875000 +0.165039062500 +0.175781250000 +0.253906250000 +-0.081542968750 +0.052246093750 +0.114746093750 +0.113769531250 +0.141601562500 +-0.012512207031 +-0.184570312500 +-0.219726562500 +-0.136718750000 +0.109375000000 +0.036376953125 +0.235351562500 +-0.086914062500 +-0.210937500000 +0.042236328125 +-0.092285156250 +0.114257812500 +0.012268066406 +0.080566406250 +-0.175781250000 +-0.179687500000 +-0.033447265625 +-0.164062500000 +-0.371093750000 +0.376953125000 +-0.222656250000 +0.076171875000 +-0.053955078125 +-0.153320312500 +0.104492187500 +0.099121093750 +0.084472656250 +-0.750000000000 +0.031738281250 +-0.021606445312 +-0.028320312500 +0.131835937500 +0.202148437500 +-0.312500000000 +-0.104492187500 +-0.188476562500 +-0.032714843750 +-0.451171875000 +0.117675781250 +-0.009033203125 +0.302734375000 +-0.029907226562 +0.050048828125 +-0.069824218750 +-0.040039062500 +0.050781250000 +-0.017822265625 +0.063476562500 +0.057617187500 +-0.417968750000 +0.030761718750 +0.265625000000 +0.092773437500 +-0.011718750000 +-0.161132812500 +-0.004821777344 +-0.024536132812 +0.089843750000 +-0.064453125000 +0.232421875000 +0.053222656250 +0.086914062500 +-0.184570312500 +0.042724609375 +-0.123046875000 +0.291015625000 +-0.072265625000 +-0.228515625000 +0.046386718750 +0.044433593750 +0.070312500000 +-0.076660156250 +-0.277343750000 +0.050781250000 +-0.021850585938 +-0.425781250000 +-0.103515625000 +0.058105468750 +-0.027832031250 +0.040283203125 +0.108886718750 +0.077636718750 +-0.034667968750 +0.088867187500 +0.051025390625 +0.130859375000 +0.126953125000 +-0.112304687500 +-0.051757812500 +-0.091308593750 +0.071777343750 +0.019165039062 +0.162109375000 +-0.257812500000 +0.003067016602 +-0.029174804688 +0.097656250000 +0.136718750000 +0.159179687500 +-0.097167968750 +0.162109375000 +-0.431640625000 +-0.003112792969 +-0.043212890625 +0.096679687500 +0.110351562500 +0.018676757812 +-0.033447265625 +0.072265625000 +-0.765625000000 +-0.042968750000 +0.066406250000 +-0.057617187500 +-0.213867187500 +0.083984375000 +-0.042480468750 +-0.059082031250 +0.052490234375 +0.110839843750 +-0.013793945312 +-0.002593994141 +0.040283203125 +-0.228515625000 +-0.155273437500 +0.032958984375 +-0.119140625000 +-0.320312500000 +0.067382812500 +0.080078125000 +-0.214843750000 +-0.330078125000 +-0.020019531250 +-0.057128906250 +-0.108398437500 +-0.482421875000 +-0.015258789062 +-0.076171875000 +-0.365234375000 +-0.074707031250 +0.052246093750 +0.002578735352 +-0.027954101562 +-0.128906250000 +0.024780273438 +-0.302734375000 +0.070312500000 +0.228515625000 +-0.061767578125 +-0.141601562500 +-0.640625000000 +-0.089843750000 +0.062500000000 +-0.247070312500 +0.009277343750 +-0.096191406250 +0.223632812500 +0.137695312500 +-0.076660156250 +0.197265625000 +0.051025390625 +-0.155273437500 +-0.707031250000 +-0.308593750000 +0.041992187500 +-0.090332031250 +-0.111816406250 +-0.165039062500 +-0.041259765625 +0.012207031250 +0.006683349609 +0.128906250000 +0.073730468750 +-0.105468750000 +-0.091308593750 +0.003967285156 +0.032958984375 +-0.457031250000 +0.435546875000 +0.032714843750 +0.057373046875 +0.121582031250 +-0.002151489258 +0.179687500000 +-0.219726562500 +-0.062255859375 +-0.036865234375 +-0.059570312500 +0.281250000000 +0.121582031250 +0.115234375000 +0.057128906250 +-0.153320312500 +0.078125000000 +-0.057373046875 +0.045166015625 +-0.070800781250 +0.020874023438 +-0.037109375000 +0.126953125000 +0.234375000000 +0.155273437500 +0.328125000000 +-0.072265625000 +-0.083496093750 +0.038818359375 +0.063964843750 +-0.031250000000 +-0.051025390625 +-0.103027343750 +0.035644531250 +0.029052734375 +0.086914062500 +0.136718750000 +0.316406250000 +-0.060791015625 +-0.210937500000 +0.062255859375 +-0.098144531250 +0.283203125000 +0.102539062500 +-0.010437011719 +-0.085937500000 +0.225585937500 +-0.155273437500 +-0.017578125000 +-0.072753906250 +0.166992187500 +0.180664062500 +-0.164062500000 +0.063964843750 +0.002410888672 +0.063476562500 +-0.087890625000 +0.078125000000 +0.003662109375 +-0.003173828125 +0.170898437500 +0.169921875000 +-0.259765625000 +0.047119140625 +0.045654296875 +0.226562500000 +0.104492187500 +0.079101562500 +-0.068359375000 +-0.141601562500 +-0.141601562500 +-0.079101562500 +0.007415771484 +-0.051025390625 +-0.056152343750 +-0.054931640625 +-0.086425781250 +0.131835937500 +0.075195312500 +0.070312500000 +0.259765625000 +-0.168945312500 +-0.000084877014 +0.235351562500 +0.118164062500 +-0.019042968750 +-0.010742187500 +-0.339843750000 +-0.024902343750 +-0.000892639160 +-0.271484375000 +-0.029785156250 +0.245117187500 +0.159179687500 +-0.081054687500 +-0.112792968750 +-0.259765625000 +-0.207031250000 +0.022216796875 +0.051757812500 +-0.053466796875 +-0.031250000000 +0.109375000000 +0.132812500000 +0.101562500000 +-0.031250000000 +-0.045898437500 +-0.036621093750 +0.108398437500 +0.207031250000 +-0.133789062500 +-0.023803710938 +-0.044189453125 +0.114257812500 +0.021850585938 +0.176757812500 +0.480468750000 +0.058105468750 +-0.151367187500 +-0.355468750000 +-0.022949218750 +0.151367187500 +-0.478515625000 +0.081542968750 +-0.072753906250 +0.008728027344 +0.046142578125 +-0.003585815430 +-0.136718750000 +-0.026611328125 +0.086425781250 +-0.067382812500 +-0.035400390625 +-0.085449218750 +-0.044189453125 +-0.077636718750 +0.104492187500 +-0.187500000000 +0.023925781250 +-0.106933593750 +0.210937500000 +0.000123023987 +-0.036376953125 +0.073242187500 +-0.016113281250 +-0.193359375000 +-0.013122558594 +0.097656250000 +0.014160156250 +-0.082519531250 +-0.306640625000 +0.003433227539 +0.039550781250 +0.153320312500 +-0.065917968750 +-0.251953125000 +-0.208984375000 +-0.347656250000 +-0.091796875000 +-0.150390625000 +-0.251953125000 +-0.028686523438 +0.069335937500 +-0.184570312500 +-0.281250000000 +-0.238281250000 +-0.250000000000 +-0.656250000000 +-0.008728027344 +0.062988281250 +-0.016479492188 +0.031982421875 +0.005920410156 +-0.083496093750 +0.298828125000 +-0.068359375000 +0.095214843750 +-0.117675781250 +0.016723632812 +0.159179687500 +0.039794921875 +0.090820312500 +0.169921875000 +-0.139648437500 +-0.498046875000 +0.004638671875 +0.214843750000 +0.159179687500 +-0.181640625000 +-0.192382812500 +-0.146484375000 +-0.142578125000 +-0.294921875000 +0.221679687500 +0.152343750000 +-0.079101562500 +0.098632812500 +-0.832031250000 +-0.000398635864 +-0.050537109375 +-0.112304687500 +-0.027587890625 +0.048828125000 +-0.310546875000 +-0.075683593750 +0.236328125000 +-0.016357421875 +-0.004882812500 +0.116699218750 +0.145507812500 +-0.040039062500 +0.039062500000 +-0.107421875000 +0.112304687500 +0.047607421875 +-0.042724609375 +0.177734375000 +-0.429687500000 +-0.083007812500 +0.025146484375 +-0.044189453125 +0.130859375000 +0.026855468750 +0.079101562500 +-0.049316406250 +0.006744384766 +0.128906250000 +-0.281250000000 +0.024780273438 +0.080078125000 +0.162109375000 +-0.165039062500 +-0.102050781250 +0.077148437500 +-0.102539062500 +0.154296875000 +-0.011596679688 +-0.410156250000 +0.114746093750 +-0.104980468750 +-0.138671875000 +0.022216796875 +0.037597656250 +0.247070312500 +-0.035156250000 +-0.115234375000 +0.118652343750 +-0.160156250000 +-0.035644531250 +-0.139648437500 +0.134765625000 +-0.016479492188 +0.063476562500 +0.065917968750 +-0.022827148438 +-0.036621093750 +-0.137695312500 +-0.063964843750 +-0.353515625000 +-0.136718750000 +-0.195312500000 +0.020629882812 +-0.129882812500 +-0.048828125000 +0.007263183594 +0.154296875000 +0.047607421875 +-0.337890625000 +0.147460937500 +0.119628906250 +-0.097167968750 +-0.154296875000 +-0.255859375000 +-0.124023437500 +-0.098144531250 +-0.214843750000 +0.095214843750 +-0.053955078125 +-0.257812500000 +-0.792968750000 +0.033935546875 +-0.339843750000 +0.139648437500 +-0.328125000000 +0.087890625000 +-0.113769531250 +-0.085449218750 +-0.042236328125 +0.033691406250 +-0.005279541016 +0.121582031250 +0.046386718750 +0.134765625000 +-0.308593750000 +0.005889892578 +-0.019897460938 +-0.112792968750 +0.099609375000 +0.064941406250 +0.061523437500 +-0.138671875000 +-0.005554199219 +0.035888671875 +-0.412109375000 +-0.018188476562 +0.055664062500 +0.006317138672 +-0.039306640625 +-0.129882812500 +-0.040039062500 +0.102050781250 +0.230468750000 +-0.168945312500 +-0.075683593750 +-0.240234375000 +0.094238281250 +-0.005676269531 +0.115722656250 +0.012817382812 +-0.039306640625 +-0.018066406250 +-0.032470703125 +-0.114746093750 +0.032226562500 +-0.050537109375 +0.034667968750 +-0.021484375000 +0.302734375000 +0.078125000000 +-0.165039062500 +0.034912109375 +-0.019165039062 +0.037841796875 +0.010620117188 +0.057617187500 +-0.008300781250 +-0.138671875000 +-0.333984375000 +-0.140625000000 +0.183593750000 +-0.138671875000 +-0.029541015625 +-0.150390625000 +-0.131835937500 +-0.021606445312 +-0.044433593750 +0.068359375000 +0.041503906250 +-0.011840820312 +-0.072265625000 +-0.412109375000 +-0.259765625000 +0.050537109375 +-0.003417968750 +-0.582031250000 +0.015563964844 +0.060546875000 +-0.136718750000 +-0.028198242188 +0.074707031250 +0.077148437500 +0.030395507812 +0.027954101562 +-0.111328125000 +0.060546875000 +-0.042968750000 +-0.126953125000 +-0.156250000000 +-0.040039062500 +-0.050292968750 +-0.013610839844 +-0.029418945312 +0.173828125000 +-0.123046875000 +-0.036132812500 +-0.003555297852 +0.046630859375 +0.010314941406 +-0.111816406250 +0.000957489014 +-0.227539062500 +0.030517578125 +0.004028320312 +0.112792968750 +0.023803710938 +-0.030639648438 +-0.204101562500 +-0.052734375000 +-0.062255859375 +0.003570556641 +-0.396484375000 +-0.382812500000 +0.132812500000 +-0.052734375000 +-0.025146484375 +-0.535156250000 +0.005371093750 +0.118164062500 +-0.185546875000 +-0.165039062500 +-0.589843750000 +0.031250000000 +-0.175781250000 +-0.511718750000 +-0.005615234375 +-0.146484375000 +-0.419921875000 +-0.129882812500 +0.155273437500 +-0.644531250000 +0.066894531250 +-0.104492187500 +-0.031982421875 +-0.066406250000 +-0.245117187500 +-0.062255859375 +0.020385742188 +-0.142578125000 +-0.168945312500 +-0.054931640625 +-0.018676757812 +0.140625000000 +-0.462890625000 +-0.139648437500 +0.134765625000 +-0.027587890625 +-0.050292968750 +-0.101074218750 +-0.113281250000 +-0.174804687500 +-0.171875000000 +-0.378906250000 +0.095703125000 +0.064453125000 +0.108886718750 +-0.507812500000 +0.243164062500 +0.122070312500 +-0.125976562500 +-0.024169921875 +-0.001350402832 +0.441406250000 +0.012023925781 +-0.018432617188 +0.163085937500 +-0.006774902344 +-0.080566406250 +-0.095703125000 +-0.020874023438 +-0.090820312500 +-0.005310058594 +0.148437500000 +0.000812530518 +0.101074218750 +-0.203125000000 +-0.044433593750 +0.001457214355 +0.062988281250 +0.029418945312 +-0.085449218750 +0.049560546875 +-0.146484375000 +-0.238281250000 +-0.034667968750 +0.306640625000 +-0.114746093750 +-0.092773437500 +-0.013549804688 +0.001861572266 +0.016967773438 +-0.103515625000 +-0.021118164062 +-0.011657714844 +-0.010864257812 +0.031982421875 +0.112304687500 +-0.230468750000 +-0.120117187500 +0.144531250000 +0.089843750000 +-0.004302978516 +0.030273437500 +0.162109375000 +-0.292968750000 +0.110351562500 +-0.172851562500 +-0.644531250000 +-0.126953125000 +-0.176757812500 +0.114746093750 +-0.111816406250 +0.167968750000 +-0.107421875000 +0.039306640625 +0.312500000000 +-0.014465332031 +0.020751953125 +-0.466796875000 +-0.237304687500 +0.324218750000 +0.132812500000 +-0.237304687500 +-0.186523437500 +0.072753906250 +0.124511718750 +-0.136718750000 +-0.065429687500 +-0.110839843750 +0.092285156250 +0.275390625000 +-0.248046875000 +0.082519531250 +-0.175781250000 +0.150390625000 +-0.310546875000 +-0.048583984375 +-0.184570312500 +0.070800781250 +0.103027343750 +0.040771484375 +0.129882812500 +0.072753906250 +-0.076171875000 +-0.077636718750 +-0.066894531250 +-0.021118164062 +0.204101562500 +0.040283203125 +0.026245117188 +0.031127929688 +-0.318359375000 +-0.036621093750 +-0.026855468750 +-0.224609375000 +-0.229492187500 +-0.679687500000 +0.009765625000 +0.079101562500 +0.020629882812 +0.005767822266 +0.106933593750 +0.087890625000 +0.029663085938 +0.019287109375 +-0.019897460938 +0.214843750000 +0.011962890625 +-0.043457031250 +0.041748046875 +-0.087890625000 +0.400390625000 +0.059570312500 +0.026733398438 +-0.000877380371 +0.066894531250 +-0.076171875000 +-0.110839843750 +-0.667968750000 +-0.158203125000 +0.050048828125 +-0.204101562500 +-0.014282226562 +-0.086425781250 +-0.126953125000 +-0.099121093750 +-0.265625000000 +0.189453125000 +-0.016113281250 +-0.147460937500 +-0.332031250000 +-0.044921875000 +-0.703125000000 +-0.236328125000 +0.146484375000 +0.019775390625 +-0.039794921875 +-0.002059936523 +0.025756835938 +0.141601562500 +-0.149414062500 +0.151367187500 +0.086425781250 +-0.030395507812 +0.182617187500 +0.063964843750 +-0.138671875000 +-0.146484375000 +-0.263671875000 +-0.166015625000 +-0.131835937500 +-0.251953125000 +-0.029174804688 +-0.621093750000 +-0.145507812500 +0.118652343750 +-0.085937500000 +-0.066406250000 +0.009094238281 +-0.402343750000 +-0.832031250000 +0.069335937500 +0.083984375000 +0.021118164062 +-0.515625000000 +0.173828125000 +0.069335937500 +-0.166015625000 +0.072753906250 +-0.237304687500 +0.243164062500 +-0.457031250000 +-0.156250000000 +0.326171875000 +0.296875000000 +-0.176757812500 +0.275390625000 +-0.106933593750 +-0.322265625000 +-0.031005859375 +-0.617187500000 +0.306640625000 +-0.022094726562 +-0.667968750000 +-0.574218750000 +-0.245117187500 +-0.014953613281 +0.167968750000 +-0.134765625000 +0.207031250000 +-0.400390625000 +0.225585937500 +-0.043701171875 +0.023193359375 +-0.250000000000 +-0.125000000000 +-0.318359375000 +-0.062500000000 +-0.122558593750 +-0.019653320312 +0.005920410156 +-0.021972656250 +0.053222656250 +-0.167968750000 +0.095214843750 +0.048583984375 +0.032958984375 +0.020751953125 +-0.064941406250 +-0.024902343750 +-0.068847656250 +-0.166015625000 +0.069335937500 +-0.320312500000 +-0.020751953125 +-0.259765625000 +-0.069824218750 +0.147460937500 +-0.482421875000 +0.113281250000 +-0.053710937500 +-0.211914062500 +0.075195312500 +-0.283203125000 +0.072265625000 +-0.067382812500 +0.031494140625 +0.031494140625 +0.165039062500 +-0.050781250000 +0.195312500000 +0.043212890625 +0.065917968750 +-0.001937866211 +0.218750000000 +0.112304687500 +-0.072265625000 +0.080566406250 +-0.111328125000 +-0.496093750000 +-0.170898437500 +-0.067382812500 +-0.015014648438 +-0.152343750000 +-0.238281250000 +0.087890625000 +-0.206054687500 +0.004547119141 +-0.011718750000 +-0.036132812500 +0.010253906250 +0.045654296875 +0.171875000000 +-0.180664062500 +0.084472656250 +-0.386718750000 +0.214843750000 +-0.324218750000 +-0.064453125000 +0.190429687500 +-0.225585937500 +0.028930664062 +-0.308593750000 +-0.060058593750 +0.006225585938 +-0.120117187500 +-0.149414062500 +-0.168945312500 +-0.187500000000 +-0.261718750000 +-0.089355468750 +0.058837890625 +-0.016235351562 +0.230468750000 +-0.245117187500 +-0.030273437500 +-0.863281250000 +-0.271484375000 +0.017211914062 +0.079589843750 +0.017333984375 +-0.208007812500 +-1.218750000000 +-0.237304687500 +0.100585937500 +0.048828125000 +-0.006347656250 +-0.121093750000 +-1.078125000000 +-0.170898437500 +-0.061035156250 +0.082519531250 +-0.057373046875 +-0.259765625000 +-0.014282226562 +-0.161132812500 +-0.192382812500 +0.139648437500 +-0.314453125000 +0.021850585938 +0.075683593750 +-0.079589843750 +0.053710937500 +0.148437500000 +-0.021728515625 +0.033203125000 +0.152343750000 +0.044677734375 +-0.171875000000 +0.084472656250 +-1.078125000000 +-0.208007812500 +-0.146484375000 +-0.216796875000 +-0.138671875000 +0.049804687500 +-0.179687500000 +-0.074218750000 +0.035644531250 +0.071289062500 +-0.083984375000 +-0.628906250000 +0.150390625000 +0.100585937500 +0.049560546875 +0.024658203125 +0.136718750000 +0.080078125000 +-0.211914062500 +0.099609375000 +0.018066406250 +0.015380859375 +-0.029052734375 +0.064453125000 +-0.197265625000 +-0.190429687500 +-0.015869140625 +0.045898437500 +-0.474609375000 +-0.289062500000 +0.063476562500 +0.169921875000 +-0.519531250000 +-0.077636718750 +-0.279296875000 +0.138671875000 +0.071777343750 +-0.202148437500 +-0.095214843750 +-0.029663085938 +0.055908203125 +0.177734375000 +-0.227539062500 +0.314453125000 +0.136718750000 +-0.156250000000 +-0.069824218750 +0.003005981445 +0.178710937500 +0.038085937500 +-0.166992187500 +0.289062500000 +-0.365234375000 +-0.765625000000 +0.073730468750 +-0.072753906250 +0.209960937500 +0.138671875000 +-0.378906250000 +0.156250000000 +-0.008728027344 +0.001716613770 +-0.376953125000 +0.043701171875 +-0.013977050781 +-0.378906250000 +-0.037597656250 +0.349609375000 +-0.124511718750 +0.072753906250 +0.116210937500 +-0.018676757812 +0.197265625000 +0.063476562500 +0.083984375000 +0.069824218750 +0.034423828125 +-0.199218750000 +0.226562500000 +0.218750000000 +0.062255859375 +-0.074707031250 +-0.002044677734 +0.050292968750 +0.052978515625 +-0.007995605469 +-0.079589843750 +-0.191406250000 +0.021728515625 +-0.292968750000 +0.092285156250 +0.079101562500 +-0.082519531250 +0.135742187500 +-0.243164062500 +-0.166992187500 +-0.067382812500 +0.006744384766 +-0.055664062500 +-0.058837890625 +-0.163085937500 +0.033935546875 +-0.023803710938 +-0.129882812500 +0.088378906250 +-0.406250000000 +-0.067382812500 +0.067871093750 +0.247070312500 +-0.151367187500 +-0.073242187500 +-0.656250000000 +-0.037597656250 +0.201171875000 +-0.259765625000 +0.353515625000 +0.007934570312 +0.049072265625 +0.001716613770 +0.101562500000 +0.253906250000 +-0.078125000000 +-0.250000000000 +0.092285156250 +-0.165039062500 +0.047363281250 +0.269531250000 +-0.046142578125 +0.056640625000 +0.271484375000 +-0.103515625000 +0.034423828125 +0.192382812500 +0.000164985657 +0.115234375000 +0.057617187500 +-0.172851562500 +-0.060791015625 +-0.111816406250 +-0.083007812500 +0.140625000000 +0.052734375000 +0.349609375000 +0.176757812500 +0.050292968750 +-0.087402343750 +-0.215820312500 +-0.084472656250 +0.001335144043 +-0.119140625000 +0.056396484375 +0.084960937500 +0.209960937500 +0.226562500000 +-0.468750000000 +-0.214843750000 +0.010681152344 +-0.015747070312 +0.238281250000 +0.053955078125 +0.070800781250 +0.100585937500 +-0.166015625000 +0.004241943359 +0.104003906250 +-0.119140625000 +-0.092285156250 +-0.000522613525 +0.059326171875 +0.148437500000 +-0.210937500000 +0.198242187500 +0.128906250000 +0.124023437500 +-0.098144531250 +-0.201171875000 +0.154296875000 +-0.160156250000 +-0.123535156250 +0.095214843750 +0.000564575195 +-0.832031250000 +0.168945312500 +-0.086425781250 +0.050292968750 +-0.086425781250 +-0.369140625000 +0.136718750000 +0.112304687500 +0.193359375000 +-0.166015625000 +0.093750000000 +-0.015625000000 +-0.181640625000 +0.114746093750 +0.016479492188 +-0.008728027344 +0.057373046875 +0.001731872559 +-0.092285156250 +0.076660156250 +-0.300781250000 +-0.089355468750 +-0.273437500000 +-0.057128906250 +0.165039062500 +0.093261718750 +-0.300781250000 +-0.205078125000 +0.233398437500 +0.019531250000 +-0.112304687500 +0.050781250000 +-0.077636718750 +0.075195312500 +0.011779785156 +0.168945312500 +-0.089355468750 +0.108398437500 +-0.107421875000 +-0.185546875000 +-0.077636718750 +-0.832031250000 +0.131835937500 +0.064941406250 +-0.077636718750 +0.104003906250 +0.061035156250 +-0.722656250000 +0.078613281250 +0.173828125000 +0.132812500000 +0.035888671875 +0.020385742188 +-0.155273437500 +-0.261718750000 +-0.116210937500 +0.095214843750 +0.250000000000 +-0.112304687500 +-0.227539062500 +0.112792968750 +0.106445312500 +-0.021850585938 +-0.170898437500 +-0.150390625000 +0.104003906250 +0.069824218750 +0.092773437500 +-0.431640625000 +-0.010864257812 +-0.120117187500 +0.062011718750 +-0.163085937500 +0.104980468750 +-0.178710937500 +-0.410156250000 +-0.022094726562 +0.178710937500 +0.127929687500 +-0.104003906250 +0.019653320312 +0.306640625000 +0.099609375000 +-0.087402343750 +0.074218750000 +-0.060302734375 +-0.373046875000 +-0.055908203125 +0.023681640625 +-0.104980468750 +0.076171875000 +-0.090820312500 +-0.145507812500 +0.108398437500 +-0.269531250000 +-0.057861328125 +-0.037597656250 +0.063964843750 +0.018676757812 +0.040283203125 +-0.106445312500 +-0.044189453125 +0.043212890625 +0.103515625000 +-0.012817382812 +-0.515625000000 +-0.255859375000 +0.099609375000 +-0.135742187500 +-0.042480468750 +-0.236328125000 +0.024780273438 +0.041992187500 +-0.089355468750 +0.009277343750 +-0.040527343750 +-0.109863281250 +-0.104003906250 +-0.008117675781 +0.013488769531 +0.052978515625 +-0.098144531250 +-0.015258789062 +0.080566406250 +0.001380920410 +0.132812500000 +-0.589843750000 +0.045898437500 +0.070800781250 +-0.170898437500 +0.102050781250 +-0.154296875000 +-0.233398437500 +-0.033691406250 +-0.164062500000 +0.034423828125 +-0.468750000000 +-0.061035156250 +0.007537841797 +0.085937500000 +-0.044677734375 +-0.183593750000 +-0.064453125000 +0.066894531250 +-0.035400390625 +-0.166015625000 +-0.119140625000 +-0.341796875000 +-0.175781250000 +-0.154296875000 +-0.355468750000 +-0.109375000000 +-0.281250000000 +0.114257812500 +-0.152343750000 +0.199218750000 +0.154296875000 +-0.044921875000 +0.059326171875 +0.118164062500 +0.077148437500 +0.100097656250 +0.052734375000 +-0.231445312500 +-0.089355468750 +-0.026611328125 +-0.178710937500 +-0.171875000000 +0.116699218750 +0.137695312500 +-0.005950927734 +-0.106445312500 +0.020507812500 +-0.231445312500 +-0.130859375000 +0.227539062500 +0.199218750000 +0.047363281250 +0.108398437500 +0.078125000000 +0.304687500000 +-0.198242187500 +0.079589843750 +-0.048828125000 +-0.240234375000 +-0.103515625000 +-0.275390625000 +-0.214843750000 +0.075683593750 +0.208007812500 +0.103515625000 +0.031738281250 +-0.208007812500 +-0.163085937500 +0.093750000000 +-0.035644531250 +-0.052001953125 +-0.031127929688 +0.101562500000 +-0.041259765625 +-0.028076171875 +-0.365234375000 +-0.019653320312 +0.036132812500 +-0.324218750000 +-0.172851562500 +-0.357421875000 +0.041748046875 +-0.160156250000 +0.149414062500 +-0.032714843750 +0.310546875000 +-0.025512695312 +0.020019531250 +0.037109375000 +-0.074218750000 +-0.076660156250 +0.010375976562 +-0.055908203125 +-0.144531250000 +0.085937500000 +-0.156250000000 +0.086914062500 +-0.036132812500 +-0.181640625000 +0.159179687500 +-0.092285156250 +-0.042968750000 +-0.222656250000 +0.153320312500 +0.080078125000 +0.122558593750 +0.106445312500 +-0.408203125000 +0.150390625000 +0.084472656250 +-0.214843750000 +0.029418945312 +0.279296875000 +-0.083984375000 +-0.007385253906 +-0.039062500000 +-0.020141601562 +0.093750000000 +-0.053222656250 +-0.108398437500 +0.107421875000 +-0.197265625000 +0.114746093750 +0.199218750000 +-0.074707031250 +-0.025512695312 +0.215820312500 +0.083496093750 +-0.036376953125 +-0.094238281250 +0.014526367188 +-0.124511718750 +-0.289062500000 +-0.086425781250 +0.138671875000 +-0.160156250000 +-0.083984375000 +-0.021362304688 +0.056152343750 +0.065917968750 +-0.117187500000 +-0.554687500000 +-0.098144531250 +-0.007995605469 +-0.043212890625 +0.093261718750 +0.090820312500 +-0.036132812500 +0.075195312500 +-0.208007812500 +0.088867187500 +-0.291015625000 +0.053222656250 +0.011718750000 +-0.126953125000 +0.110351562500 +-0.068847656250 +0.001510620117 +-0.020019531250 +0.154296875000 +-0.039794921875 +-0.071289062500 +-0.036376953125 +0.177734375000 +0.052978515625 +-0.244140625000 +0.073730468750 +-0.048339843750 +0.077636718750 +0.041015625000 +0.044921875000 +-0.106933593750 +0.145507812500 +-0.431640625000 +-0.094238281250 +-0.052734375000 +0.007812500000 +-0.062255859375 +-0.183593750000 +-0.007598876953 +0.039550781250 +0.039550781250 +0.236328125000 +0.040527343750 +-0.009521484375 +-0.339843750000 +-0.072265625000 +-0.042480468750 +0.035888671875 +-0.308593750000 +-0.011108398438 +0.028808593750 +0.312500000000 +0.039062500000 +-0.859375000000 +0.088867187500 +-0.124511718750 +0.004455566406 +-0.085449218750 +-0.173828125000 +-0.135742187500 +0.127929687500 +-0.412109375000 +-0.227539062500 +0.028930664062 +0.046142578125 +-0.316406250000 +0.080078125000 +0.010559082031 +0.193359375000 +-0.233398437500 +-0.010192871094 +-0.073242187500 +0.019165039062 +0.012878417969 +0.143554687500 +-0.458984375000 +-0.148437500000 +0.135742187500 +-0.074707031250 +0.037841796875 +0.053466796875 +0.059814453125 +0.057128906250 +-0.189453125000 +0.198242187500 +0.133789062500 +0.048339843750 +0.056884765625 +-0.156250000000 +-0.091796875000 +-0.060058593750 +-0.020874023438 +-0.155273437500 +0.048095703125 +-0.101074218750 +-0.308593750000 +-0.087890625000 +-0.041015625000 +-0.175781250000 +0.069824218750 +-0.033447265625 +0.109375000000 +0.072753906250 +0.019653320312 +-0.191406250000 +-0.041503906250 +0.175781250000 +0.048583984375 +0.155273437500 +0.079101562500 +0.025512695312 +0.009704589844 +-0.065429687500 +0.060546875000 +-0.245117187500 +-0.667968750000 +0.134765625000 +-0.121093750000 +-0.134765625000 +0.202148437500 +0.085449218750 +0.038574218750 +0.053466796875 +0.042236328125 +0.015319824219 +-0.109863281250 +-0.160156250000 +0.037109375000 +-0.102050781250 +0.095214843750 +-0.055908203125 +-0.170898437500 +0.083984375000 +0.076171875000 +-0.022460937500 +-0.048095703125 +0.080078125000 +-0.110351562500 +0.195312500000 +0.012634277344 +0.079101562500 +0.014038085938 +-0.190429687500 +0.110839843750 +-0.079101562500 +0.005126953125 +-0.026733398438 +-0.027465820312 +0.147460937500 +-0.026733398438 +0.143554687500 +0.002136230469 +0.019409179688 +-0.014953613281 +0.031250000000 +0.162109375000 +-0.020263671875 +0.013122558594 +-0.470703125000 +-0.204101562500 +-0.337890625000 +-0.246093750000 +0.230468750000 +0.188476562500 +-0.267578125000 +-0.164062500000 +0.007354736328 +-0.067382812500 +-0.243164062500 +0.095214843750 +-0.402343750000 +-0.217773437500 +-0.047607421875 +-0.117187500000 +0.195312500000 +-0.384765625000 +-0.123535156250 +-0.269531250000 +-0.113281250000 +0.127929687500 +0.098144531250 +-0.914062500000 +-0.003051757812 +-0.289062500000 +-0.237304687500 +-0.451171875000 +0.026123046875 +0.089355468750 +0.096679687500 +-0.067382812500 +-0.240234375000 +-0.015014648438 +-0.219726562500 +-0.111816406250 +0.203125000000 +-0.277343750000 +-0.094726562500 +-0.009948730469 +0.275390625000 +0.171875000000 +-0.090332031250 +0.056640625000 +-0.166992187500 +0.263671875000 +0.016357421875 +0.010559082031 +0.142578125000 +-0.013671875000 +-0.136718750000 +-0.431640625000 +0.002944946289 +-0.062255859375 +-0.095214843750 +-0.061523437500 +0.059326171875 +-0.005798339844 +0.038574218750 +-0.006927490234 +-0.156250000000 +0.047851562500 +-0.079101562500 +0.060058593750 +0.160156250000 +0.279296875000 +0.046875000000 +-0.056884765625 +-0.141601562500 +0.068847656250 +-0.021484375000 +-0.170898437500 +-0.070312500000 +-0.048339843750 +-0.053466796875 +0.294921875000 +-0.158203125000 +0.046875000000 +0.059570312500 +-0.068359375000 +-0.013549804688 +-0.212890625000 +0.142578125000 +-0.079589843750 +-0.021972656250 +-0.140625000000 +0.050048828125 +0.112304687500 +0.127929687500 +-0.116699218750 +0.065429687500 +-0.165039062500 +-0.101562500000 +-0.067382812500 +0.082519531250 +-0.322265625000 +0.098632812500 +0.060791015625 +0.119140625000 +-0.022094726562 +-0.079589843750 +0.064941406250 +0.034667968750 +-0.071777343750 +-0.011657714844 +-0.273437500000 +-0.070312500000 +0.034179687500 +-0.004852294922 +-0.212890625000 +0.012512207031 +0.008361816406 +0.046142578125 +-0.056396484375 +0.076660156250 +-0.058593750000 +0.070312500000 +0.062988281250 +0.059814453125 +-0.004974365234 +0.007232666016 +-0.113769531250 +-0.158203125000 +-0.108886718750 +-0.178710937500 +0.041748046875 +-0.117675781250 +-0.087890625000 +-0.075683593750 +0.011230468750 +-0.294921875000 +0.077148437500 +-0.107910156250 +-0.018798828125 +-0.219726562500 +0.036376953125 +0.228515625000 +-0.242187500000 +-0.112304687500 +-0.098144531250 +-0.312500000000 +-0.072265625000 +-0.130859375000 +-0.075195312500 +-0.164062500000 +0.173828125000 +-0.008850097656 +0.000701904297 +-0.261718750000 +-0.204101562500 +-0.129882812500 +0.172851562500 +-0.208007812500 +0.165039062500 +0.215820312500 +0.025634765625 +-0.049316406250 +0.113281250000 +0.053710937500 +-0.289062500000 +0.396484375000 +0.113281250000 +-0.091796875000 +0.339843750000 +-0.130859375000 +-0.041503906250 +-0.215820312500 +-0.225585937500 +-0.083496093750 +-0.045654296875 +0.050781250000 +0.080566406250 +0.048095703125 +-0.166992187500 +-0.067382812500 +0.010192871094 +-0.169921875000 +-0.161132812500 +-0.292968750000 +-0.292968750000 +-0.065917968750 +-0.014770507812 +-0.133789062500 +0.046386718750 +0.250000000000 +-0.017456054688 +0.121093750000 +-0.072265625000 +0.150390625000 +0.123535156250 +-0.105957031250 +-0.041748046875 +-0.527343750000 +-0.243164062500 +-0.051757812500 +0.007019042969 +-0.169921875000 +-0.339843750000 +-0.089355468750 +0.007751464844 +0.052490234375 +0.027465820312 +0.055419921875 +-0.062988281250 +-0.480468750000 +0.013732910156 +-0.115234375000 +-0.005126953125 +-0.159179687500 +-0.023925781250 +-0.034179687500 +0.020141601562 +-0.178710937500 +0.195312500000 +-0.001968383789 +-0.007232666016 +0.037597656250 +0.096679687500 +0.087402343750 +-0.199218750000 +-0.140625000000 +-0.050537109375 +0.037841796875 +-0.108886718750 +0.012268066406 +0.044433593750 +-0.195312500000 +-0.330078125000 +0.033691406250 +0.119628906250 +-0.166992187500 +0.078613281250 +-0.139648437500 +-0.287109375000 +-0.100585937500 +-0.052734375000 +-0.110839843750 +-0.003662109375 +0.119628906250 +-0.361328125000 +0.148437500000 +0.130859375000 +-0.187500000000 +-0.160156250000 +0.106445312500 +-0.055908203125 +-0.085449218750 +-0.051025390625 +-0.042480468750 +-0.045166015625 +-0.112304687500 +-0.097167968750 +-0.187500000000 +0.037109375000 +-0.042236328125 +0.059814453125 +-0.116699218750 +0.031982421875 +0.048095703125 +0.012512207031 +-0.043457031250 +0.009155273438 +0.063476562500 +0.059814453125 +0.026245117188 +0.041259765625 +-0.095214843750 +0.014892578125 +0.037109375000 +0.062255859375 +-0.052978515625 +0.067382812500 +0.034423828125 +0.011840820312 +-0.210937500000 +-0.047119140625 +0.026489257812 +0.004882812500 +0.134765625000 +-0.006011962891 +-0.031738281250 +-0.139648437500 +-0.225585937500 +-0.022705078125 +-0.009704589844 +-0.150390625000 +0.090820312500 +-0.010009765625 +-0.001586914062 +0.011047363281 +0.104980468750 +-0.289062500000 +-0.038818359375 +0.023559570312 +0.084472656250 +-0.251953125000 +-0.232421875000 +0.063964843750 +-0.146484375000 +-0.210937500000 +0.092285156250 +0.042724609375 +-0.201171875000 +-0.114257812500 +0.015502929688 +0.042968750000 +0.025756835938 +0.093261718750 +-0.061035156250 +-0.062011718750 +-0.257812500000 +-0.071777343750 +0.024169921875 +0.054931640625 +-0.004730224609 +-0.028442382812 +-0.205078125000 +-0.024780273438 +-0.136718750000 +-0.041992187500 +0.123046875000 +-0.047119140625 +0.099609375000 +0.047607421875 +-0.006286621094 +-0.208007812500 +0.177734375000 +-0.083496093750 +-0.063964843750 +0.061767578125 +-0.242187500000 +0.031738281250 +0.174804687500 +-0.073730468750 +-0.195312500000 +0.045410156250 +-0.093261718750 +-0.014038085938 +-0.200195312500 +-0.241210937500 +-0.083984375000 +-0.037841796875 +-0.310546875000 +0.033447265625 +-0.117187500000 +-0.011291503906 +-0.149414062500 +0.090332031250 +0.117187500000 +-0.015747070312 +-0.029907226562 +-0.065917968750 +-0.001968383789 +0.078125000000 +0.203125000000 +0.138671875000 +-0.014282226562 +0.054687500000 +0.164062500000 +-0.088378906250 +-0.392578125000 +0.140625000000 +-0.155273437500 +0.263671875000 +-0.173828125000 +-0.040527343750 +0.200195312500 +0.071289062500 +-0.014465332031 +0.077636718750 +0.095703125000 +-0.566406250000 +-0.093261718750 +0.003509521484 +0.070312500000 +-0.015991210938 +-0.048583984375 +-0.046386718750 +0.047363281250 +-0.031494140625 +-0.086914062500 +-0.091796875000 +0.037109375000 +-0.011962890625 +0.192382812500 +0.055419921875 +0.051513671875 +0.083984375000 +0.171875000000 +0.175781250000 +-0.042480468750 +0.092285156250 +0.075195312500 +0.016479492188 +0.057373046875 +-0.050537109375 +-0.380859375000 +-0.073242187500 +0.049072265625 +0.000732421875 +-0.240234375000 +0.110351562500 +-0.058837890625 +0.094238281250 +-0.021728515625 +-0.073730468750 +-0.060791015625 +0.083007812500 +0.030761718750 +0.060546875000 +-0.057617187500 +-0.250000000000 +-0.127929687500 +-0.140625000000 +0.075195312500 +0.030517578125 +0.030761718750 +0.083496093750 +0.175781250000 +0.039550781250 +0.038574218750 +-0.018432617188 +-0.003753662109 +-0.527343750000 +0.181640625000 +0.066894531250 +0.149414062500 +0.022460937500 +0.054443359375 +0.055419921875 +0.011169433594 +0.237304687500 +0.053955078125 +0.055175781250 +-0.683593750000 +0.007049560547 +-0.221679687500 +0.118164062500 +-0.380859375000 +-0.000158309937 +-0.049072265625 +-0.114746093750 +0.326171875000 +0.333984375000 +-0.124511718750 +0.045166015625 +-0.176757812500 +-0.203125000000 +-0.032958984375 +-0.064941406250 +-0.158203125000 +0.086425781250 +0.117675781250 +0.139648437500 +-0.085937500000 +-0.330078125000 +0.112792968750 +-0.130859375000 +-0.005035400391 +0.079101562500 +0.048583984375 +-0.053466796875 +-0.224609375000 +-0.172851562500 +0.145507812500 +-0.515625000000 +-0.039794921875 +-0.066406250000 +-0.227539062500 +0.113769531250 +-0.041259765625 +-0.511718750000 +0.054687500000 +-0.621093750000 +0.054443359375 +0.062500000000 +-0.378906250000 +0.083496093750 +0.025634765625 +0.021118164062 +-0.605468750000 +0.049804687500 +0.042724609375 +-0.667968750000 +0.163085937500 +-0.030883789062 +-0.226562500000 +0.213867187500 +0.014709472656 +-0.148437500000 +0.047119140625 +-0.259765625000 +-0.033447265625 +-0.220703125000 +-0.054687500000 +0.066894531250 +0.098632812500 +0.051025390625 +0.332031250000 +-0.147460937500 +-0.097167968750 +0.049316406250 +-0.069335937500 +0.038574218750 +0.079589843750 +0.124023437500 +-0.035888671875 +-0.013732910156 +-0.267578125000 +0.065917968750 +-0.134765625000 +0.118164062500 +-0.257812500000 +0.037353515625 +0.090332031250 +-0.267578125000 +0.115722656250 +-0.347656250000 +0.234375000000 +0.171875000000 +0.062255859375 +-0.052734375000 +0.144531250000 +-0.412109375000 +-0.263671875000 +0.036865234375 +-0.371093750000 +0.044433593750 +-0.236328125000 +-0.073242187500 +-0.008239746094 +0.217773437500 +0.096191406250 +-0.347656250000 +-0.032958984375 +0.097167968750 +-0.267578125000 +0.206054687500 +-0.072753906250 +0.092773437500 +0.027709960938 +-0.098144531250 +0.010009765625 +-0.192382812500 +0.031494140625 +0.086914062500 +-0.049560546875 +-0.075195312500 +0.037353515625 +0.009460449219 +0.001914978027 +-0.207031250000 +-0.271484375000 +0.064453125000 +-0.140625000000 +-0.118164062500 +-0.157226562500 +-0.011169433594 +-0.102539062500 +-0.246093750000 +0.109375000000 +0.003372192383 +-0.283203125000 +0.036621093750 +0.063476562500 +0.072265625000 +-0.046630859375 +-0.131835937500 +-0.029052734375 +-0.019287109375 +0.085449218750 +0.275390625000 +-0.277343750000 +0.094238281250 +0.225585937500 +0.041748046875 +-0.332031250000 +-0.142578125000 +0.116210937500 +-0.086914062500 +0.007995605469 +-0.065917968750 +-0.203125000000 +-0.048583984375 +0.138671875000 +0.056152343750 +0.120117187500 +-0.075195312500 +-0.265625000000 +0.140625000000 +0.059570312500 +-0.136718750000 +-0.164062500000 +-0.027099609375 +0.027465820312 +-0.028076171875 +-0.190429687500 +-0.785156250000 +-0.033447265625 +0.234375000000 +-0.077636718750 +0.105468750000 +0.049316406250 +0.077148437500 +-0.073242187500 +0.199218750000 +0.021606445312 +0.156250000000 +0.369140625000 +-0.025756835938 +-0.144531250000 +0.433593750000 +-0.058593750000 +-0.035156250000 +-0.298828125000 +0.285156250000 +-0.044921875000 +0.073242187500 +0.095214843750 +-0.129882812500 +-0.102050781250 +-0.125000000000 +-0.120605468750 +-0.075195312500 +-0.215820312500 +0.033447265625 +0.320312500000 +0.105468750000 +-0.092773437500 +-0.112304687500 +-0.006225585938 +-0.003112792969 +0.242187500000 +-0.007934570312 +-0.054443359375 +0.203125000000 +-0.511718750000 +-0.123535156250 +0.143554687500 +-0.069335937500 +-0.102539062500 +-0.110839843750 +0.014587402344 +-0.447265625000 +-0.075683593750 +-0.026855468750 +-0.038085937500 +-0.033691406250 +-0.079589843750 +-0.056396484375 +0.055908203125 +-0.117187500000 +-0.003616333008 +0.194335937500 +-0.067871093750 +0.073730468750 +-0.057373046875 +0.062255859375 +0.064453125000 +0.051269531250 +0.080566406250 +-0.326171875000 +-0.163085937500 +0.127929687500 +-0.026855468750 +0.259765625000 +-0.400390625000 +-0.010375976562 +0.146484375000 +0.100585937500 +-0.068847656250 +-0.197265625000 +-0.227539062500 +0.092773437500 +-0.012817382812 +-0.102539062500 +-0.160156250000 +-0.351562500000 +-0.120605468750 +-0.200195312500 +-0.079589843750 +-0.285156250000 +0.028930664062 +-0.080078125000 +-0.205078125000 +-0.235351562500 +-0.044921875000 +-0.043945312500 +0.103027343750 +0.114257812500 +0.271484375000 +-0.182617187500 +-0.009033203125 +0.108886718750 +0.179687500000 +0.069335937500 +-0.244140625000 +-0.034912109375 +0.049072265625 +0.026733398438 +-0.016357421875 +0.082519531250 +0.182617187500 +-0.142578125000 +0.044189453125 +-0.184570312500 +-0.018676757812 +-0.005706787109 +-0.033691406250 +0.033935546875 +0.061279296875 +0.068847656250 +0.115234375000 +-0.189453125000 +0.138671875000 +-0.034423828125 +-0.149414062500 +0.041259765625 +-0.196289062500 +-0.042236328125 +0.022338867188 +0.144531250000 +-0.076171875000 +0.021118164062 +-0.046630859375 +0.004425048828 +0.076660156250 +-0.141601562500 +0.178710937500 +0.192382812500 +0.209960937500 +-0.026123046875 +0.147460937500 +-0.057373046875 +-0.115234375000 +-0.042480468750 +-0.092773437500 +-0.101562500000 +0.121093750000 +-0.227539062500 +-0.257812500000 +-0.091308593750 +0.167968750000 +-0.051269531250 +-0.218750000000 +-0.060546875000 +0.135742187500 +0.019042968750 +0.201171875000 +-0.118652343750 +0.161132812500 +0.136718750000 +0.298828125000 +-0.051269531250 +-0.092285156250 +-0.003005981445 +0.096191406250 +0.099121093750 +0.096191406250 +0.129882812500 +-0.016723632812 +-0.009582519531 +-0.277343750000 +-0.164062500000 +-0.240234375000 +0.055175781250 +-0.285156250000 +0.011352539062 +-0.009033203125 +0.006439208984 +-0.460937500000 +-0.207031250000 +0.049804687500 +0.095214843750 +0.140625000000 +-0.225585937500 +-0.098144531250 +-0.359375000000 +0.003631591797 +-0.240234375000 +0.225585937500 +-0.112304687500 +0.035156250000 +0.120117187500 +0.089355468750 +0.138671875000 +0.132812500000 +-0.188476562500 +0.164062500000 +0.020629882812 +-0.009582519531 +-0.130859375000 +0.108398437500 +-0.154296875000 +-0.098144531250 +0.162109375000 +-0.351562500000 +0.064453125000 +0.075195312500 +-0.018798828125 +0.185546875000 +-0.016601562500 +0.045410156250 +0.227539062500 +0.021850585938 +-0.026611328125 +-0.671875000000 +-0.034667968750 +0.079101562500 +-0.183593750000 +0.087890625000 +0.033447265625 +0.026611328125 +-0.149414062500 +0.201171875000 +-0.589843750000 +0.126953125000 +-0.159179687500 +-0.314453125000 +0.060546875000 +-0.038818359375 +-0.071777343750 +-0.064453125000 +0.001045227051 +-0.062988281250 +-0.145507812500 +-0.235351562500 +0.038085937500 +-0.296875000000 +0.054687500000 +-0.098632812500 +-0.131835937500 +-0.181640625000 +-0.302734375000 +0.081542968750 +-0.026855468750 +0.124023437500 +0.000694274902 +-0.149414062500 +-0.111816406250 +-0.247070312500 +-0.082031250000 +0.156250000000 +0.193359375000 +-0.076660156250 +-0.365234375000 +-0.511718750000 +-0.015991210938 +-0.038330078125 +-0.070312500000 +0.007049560547 +0.085449218750 +-0.341796875000 +0.259765625000 +-0.136718750000 +-0.443359375000 +0.024780273438 +-0.417968750000 +0.124511718750 +0.052001953125 +-0.503906250000 +0.062988281250 +0.012634277344 +0.012573242188 +-0.238281250000 +0.094726562500 +0.072753906250 +-0.208984375000 +0.079101562500 +-0.164062500000 +-0.546875000000 +-0.202148437500 +0.064453125000 +-0.020385742188 +0.106933593750 +-0.197265625000 +0.038085937500 +-0.267578125000 +0.053222656250 +-0.449218750000 +-0.015747070312 +-0.197265625000 +-0.205078125000 +-0.022216796875 +0.106445312500 +-0.115234375000 +-0.192382812500 +-0.003967285156 +-0.072753906250 +0.023071289062 +-0.021850585938 +0.054687500000 +0.061767578125 +0.166992187500 +0.028564453125 +0.004547119141 +-0.072753906250 +0.014282226562 +0.038818359375 +-0.052734375000 +0.058593750000 +0.045898437500 +-0.001701354980 +-0.068847656250 +-0.042236328125 +0.006958007812 +-0.039306640625 +0.041259765625 +0.056152343750 +-0.118164062500 +0.037597656250 +-0.019897460938 +0.073242187500 +-0.384765625000 +-0.149414062500 +0.019409179688 +0.005065917969 +0.014099121094 +0.016723632812 +0.155273437500 +0.063476562500 +-0.447265625000 +-0.009948730469 +0.026489257812 +-0.628906250000 +-0.020385742188 +0.118652343750 +-0.009643554688 +0.205078125000 +-0.041748046875 +0.127929687500 +0.316406250000 +0.052490234375 +0.050048828125 +-0.550781250000 +0.066894531250 +0.166015625000 +0.005920410156 +0.055664062500 +0.009216308594 +-0.010681152344 +-0.222656250000 +-0.042480468750 +0.021484375000 +0.222656250000 +0.000782012939 +0.098632812500 +0.096191406250 +-0.013916015625 +0.037597656250 +0.121582031250 +-0.096191406250 +0.092773437500 +0.073730468750 +-0.222656250000 +0.049804687500 +-0.176757812500 +0.020629882812 +-0.106933593750 +-0.047851562500 +-0.112792968750 +-0.211914062500 +-0.589843750000 +-0.251953125000 +-0.022460937500 +-0.018920898438 +-0.069824218750 +-0.296875000000 +0.031250000000 +-0.437500000000 +0.017089843750 +-0.048583984375 +-0.234375000000 +0.038818359375 +-0.146484375000 +-0.066406250000 +-0.043945312500 +0.016723632812 +0.130859375000 +-0.046875000000 +0.113281250000 +-0.386718750000 +0.029541015625 +0.157226562500 +0.032470703125 +-0.097656250000 +-0.246093750000 +0.090820312500 +0.060546875000 +-0.008300781250 +0.037353515625 +-0.159179687500 +0.275390625000 +-0.084472656250 +0.091796875000 +0.294921875000 +0.005126953125 +-0.170898437500 +-0.621093750000 +-0.298828125000 +0.019531250000 +0.031005859375 +0.078125000000 +-0.211914062500 +0.181640625000 +-0.168945312500 +0.211914062500 +-0.023437500000 +0.064941406250 +0.023071289062 +0.006347656250 +-0.314453125000 +0.065429687500 +-0.011535644531 +0.151367187500 +-0.131835937500 +0.002151489258 +0.016601562500 +-0.032714843750 +-0.148437500000 +-0.024658203125 +0.010620117188 +0.008117675781 +0.009216308594 +0.060791015625 +-0.222656250000 +0.046875000000 +-0.074707031250 +0.082519531250 +0.328125000000 +0.013671875000 +0.017578125000 +0.176757812500 +0.026733398438 +-0.166992187500 +0.044433593750 +0.100097656250 +-0.445312500000 +-0.068847656250 +-0.257812500000 +0.209960937500 +-0.039306640625 +0.005035400391 +0.005096435547 +-0.013183593750 +0.109375000000 +-0.034179687500 +0.018798828125 +-0.009399414062 +-0.013488769531 +-0.141601562500 +0.097656250000 +0.083496093750 +-0.263671875000 +0.010192871094 +0.131835937500 +0.081542968750 +-0.011047363281 +0.308593750000 +0.015136718750 +0.041748046875 +0.023925781250 +0.079101562500 +-0.047363281250 +0.209960937500 +0.066406250000 +0.079101562500 +-0.038574218750 +-0.247070312500 +-0.202148437500 +0.220703125000 +0.065917968750 +0.145507812500 +0.033935546875 +-0.020507812500 +0.058837890625 +-0.052734375000 +-0.137695312500 +0.078613281250 +0.007080078125 +0.247070312500 +-0.240234375000 +-0.283203125000 +0.174804687500 +-0.170898437500 +0.001243591309 +-0.123535156250 +0.012023925781 +-0.146484375000 +0.127929687500 +0.074218750000 +-0.384765625000 +0.182617187500 +0.388671875000 +-0.196289062500 +-0.133789062500 +0.294921875000 +-0.078613281250 +-0.153320312500 +0.095214843750 +-0.063476562500 +-0.296875000000 +-0.057373046875 +0.079101562500 +0.253906250000 +0.008666992188 +0.074707031250 +-0.000747680664 +-0.019165039062 +0.028320312500 +-0.045410156250 +0.082519531250 +0.031982421875 +-0.131835937500 +-0.077636718750 +-0.259765625000 +-0.281250000000 +-0.283203125000 +0.113769531250 +-0.097167968750 +-0.019775390625 +-0.022949218750 +0.162109375000 +0.306640625000 +0.363281250000 +0.099121093750 +-0.019409179688 +-0.347656250000 +0.404296875000 +0.082519531250 +-0.050048828125 +-0.166015625000 +0.077636718750 +-0.105957031250 +0.090820312500 +0.094238281250 +0.217773437500 +0.089843750000 +-0.012634277344 +0.043457031250 +-0.011901855469 +-0.102539062500 +-0.038330078125 +-0.265625000000 +0.056884765625 +-0.208007812500 +-0.122558593750 +-0.419921875000 +0.001037597656 +-0.085937500000 +-0.275390625000 +-0.208984375000 +-0.016357421875 +0.137695312500 +-0.024658203125 +-0.137695312500 +0.008239746094 +0.392578125000 +-0.152343750000 +0.010986328125 +-0.088867187500 +-0.835937500000 +-0.148437500000 +0.032714843750 +0.048583984375 +0.096679687500 +-0.073730468750 +-0.094726562500 +0.281250000000 +-0.320312500000 +-0.049804687500 +-0.066406250000 +0.015869140625 +0.037353515625 +0.061523437500 +0.318359375000 +-0.166992187500 +0.100585937500 +0.027343750000 +-0.193359375000 +-0.200195312500 +0.039306640625 +0.123535156250 +-0.257812500000 +0.388671875000 +-0.102050781250 +-0.130859375000 +0.007720947266 +0.000617980957 +-0.198242187500 +-0.486328125000 +-0.032714843750 +0.223632812500 +-0.078613281250 +-0.086425781250 +0.102539062500 +0.049560546875 +0.043457031250 +-0.043212890625 +0.109863281250 +-1.289062500000 +0.016601562500 +-0.466796875000 +-0.008789062500 +-0.253906250000 +0.116699218750 +-0.039794921875 +0.036376953125 +-0.009094238281 +-0.009399414062 +0.075195312500 +0.122558593750 +-0.455078125000 +0.013916015625 +0.071289062500 +0.166015625000 +0.074218750000 +-0.087402343750 +0.136718750000 +-0.070312500000 +0.007263183594 +-0.167968750000 +-0.094238281250 +0.048583984375 +-0.109863281250 +0.026367187500 +0.056884765625 +-0.222656250000 +0.081542968750 +0.064453125000 +-0.174804687500 +-0.077148437500 +0.013122558594 +0.124023437500 +0.148437500000 +0.104492187500 +0.044189453125 +-0.135742187500 +0.088867187500 +0.188476562500 +0.179687500000 +0.044189453125 +-0.234375000000 +-0.081054687500 +0.101562500000 +0.076660156250 +0.039550781250 +0.036376953125 +-0.281250000000 +0.092285156250 +0.043701171875 +-0.166015625000 +0.054443359375 +0.081542968750 +-0.476562500000 +-0.196289062500 +0.074707031250 +-0.174804687500 +-0.096191406250 +-0.464843750000 +-0.010253906250 +0.040039062500 +-0.013916015625 +-0.527343750000 +-0.251953125000 +-0.107421875000 +0.107910156250 +0.052490234375 +-0.234375000000 +0.112792968750 +-0.113769531250 +0.012207031250 +0.110351562500 +0.058349609375 +0.503906250000 +-0.100097656250 +-0.378906250000 +-0.055664062500 +0.065429687500 +-0.628906250000 +0.228515625000 +0.257812500000 +0.073730468750 +0.039062500000 +-0.091796875000 +-0.188476562500 +-0.189453125000 +0.168945312500 +0.145507812500 +-0.007720947266 +0.153320312500 +-0.267578125000 +-0.003128051758 +-0.010314941406 +0.140625000000 +-0.202148437500 +-0.523437500000 +0.086425781250 +-0.008117675781 +-0.050781250000 +-0.122070312500 +0.011779785156 +-0.257812500000 +0.203125000000 +-0.250000000000 +-0.484375000000 +0.133789062500 +0.069335937500 +-0.101074218750 +0.078613281250 +-0.353515625000 +-0.013000488281 +-0.057373046875 +0.165039062500 +0.157226562500 +0.337890625000 +0.188476562500 +-0.044677734375 +-0.231445312500 +-0.090820312500 +0.146484375000 +-0.109375000000 +0.096679687500 +0.067871093750 +0.058349609375 +-0.031005859375 +0.170898437500 +-0.316406250000 +-0.140625000000 +-0.013732910156 +-0.474609375000 +0.095703125000 +-0.165039062500 +0.025512695312 +-0.027099609375 +-0.202148437500 +0.046142578125 +-0.108886718750 +-0.177734375000 +0.001533508301 +-0.261718750000 +-0.215820312500 +0.089843750000 +-0.376953125000 +-0.314453125000 +-0.011291503906 +0.122558593750 +-0.144531250000 +-0.125976562500 +-0.119140625000 +-0.402343750000 +-0.261718750000 +-0.128906250000 +0.018920898438 +-0.151367187500 +-0.002944946289 +-0.199218750000 +0.036865234375 +0.026977539062 +0.029296875000 +-0.063964843750 +-0.365234375000 +-0.002426147461 +0.000233650208 +0.120117187500 +0.096191406250 +0.078613281250 +-0.205078125000 +0.092773437500 +-0.250000000000 +-0.163085937500 +-0.458984375000 +-0.029907226562 +0.073242187500 +0.124511718750 +0.240234375000 +-0.482421875000 +-0.029296875000 +-0.423828125000 +-0.202148437500 +-0.097656250000 +-0.124511718750 +0.068359375000 +-0.063476562500 +0.118164062500 +-0.275390625000 +0.027587890625 +-0.061279296875 +0.073242187500 +-0.029785156250 +0.023315429688 +0.033935546875 +-0.490234375000 +-0.052734375000 +-0.263671875000 +0.056396484375 +-0.162109375000 +-0.037597656250 +-0.277343750000 +-0.110351562500 +0.088867187500 +0.018432617188 +-0.054443359375 +0.125976562500 +0.113769531250 +-0.026611328125 +-0.116699218750 +-0.062988281250 +-0.240234375000 +-0.192382812500 +-0.039550781250 +0.043457031250 +0.084960937500 +-0.110839843750 +-0.174804687500 +-0.001640319824 +0.138671875000 +0.098632812500 +-0.079589843750 +0.038330078125 +-0.067871093750 +-0.112792968750 +0.133789062500 +0.079101562500 +0.060791015625 +-0.361328125000 +-0.021972656250 +-0.113769531250 +-0.345703125000 +-0.056884765625 +-0.104003906250 +-0.088378906250 +0.005615234375 +-0.048583984375 +0.103027343750 +-0.126953125000 +0.028564453125 +-0.003601074219 +0.088867187500 +-0.009521484375 +-0.359375000000 +-0.003662109375 +-0.095214843750 +0.059326171875 +0.002960205078 +0.075683593750 +0.112304687500 +0.087890625000 +-0.060791015625 +0.020019531250 +0.057373046875 +0.166015625000 +0.043457031250 +-0.065917968750 +-0.211914062500 +-0.082519531250 +-0.075683593750 +-0.100097656250 +-0.217773437500 +0.110839843750 +-0.013732910156 +-0.186523437500 +-0.117675781250 +-0.008544921875 +-0.089843750000 +-0.238281250000 +-0.213867187500 +-0.125976562500 +-0.000984191895 +-0.024536132812 +-0.116210937500 +-0.008361816406 +0.193359375000 +-0.263671875000 +-0.062500000000 +-0.137695312500 +-0.197265625000 +-0.081054687500 +0.072265625000 +-0.178710937500 +-0.453125000000 +0.033447265625 +-0.180664062500 +-0.070312500000 +-0.004821777344 +-0.062988281250 +-0.087402343750 +0.076660156250 +-0.176757812500 +-0.047363281250 +-0.105957031250 +-0.093261718750 +-0.046386718750 +-0.057128906250 +0.070800781250 +0.061279296875 +0.088867187500 +-0.148437500000 +-0.234375000000 +0.077636718750 +-0.098144531250 +-0.046142578125 +-0.233398437500 +-0.026611328125 +-0.087402343750 +-0.051025390625 +0.049316406250 +0.131835937500 +0.025878906250 +-0.030151367188 +0.031982421875 +-0.023559570312 +-0.065429687500 +-0.060058593750 +0.087890625000 +-0.243164062500 +-0.040527343750 +0.014709472656 +0.077636718750 +-0.082519531250 +-0.219726562500 +-0.177734375000 +-0.165039062500 +0.024902343750 +-0.037353515625 +-0.119628906250 +0.044433593750 +-0.108886718750 +-0.049804687500 +-0.153320312500 +-0.249023437500 +0.064941406250 +-0.110351562500 +0.024169921875 +0.225585937500 +0.183593750000 +-0.149414062500 +-0.110351562500 +0.065429687500 +-0.022949218750 +0.003387451172 +-0.086425781250 +-0.353515625000 +-0.179687500000 +-0.157226562500 +0.192382812500 +-0.016235351562 +0.120605468750 +0.118652343750 +-0.157226562500 +0.189453125000 +0.085449218750 +0.045410156250 +-0.172851562500 +0.082519531250 +-0.038085937500 +-0.283203125000 +-0.043212890625 +-0.083984375000 +-0.027343750000 +-0.102050781250 +-0.031982421875 +-0.151367187500 +-0.332031250000 +0.028808593750 +-0.152343750000 +0.068359375000 +0.017578125000 +-0.271484375000 +-0.098144531250 +-0.004089355469 +-0.144531250000 +-0.216796875000 +0.078125000000 +-0.110839843750 +0.091308593750 +0.030029296875 +-0.117187500000 +0.088867187500 +-0.474609375000 +-0.006652832031 +-0.061767578125 +-0.142578125000 +0.127929687500 +-0.038574218750 +-0.049560546875 +0.122558593750 +0.027221679688 +0.078613281250 +-0.136718750000 +0.160156250000 +-0.003906250000 +0.178710937500 +-0.047363281250 +0.035400390625 +-0.100097656250 +0.214843750000 +-0.170898437500 +0.050292968750 +-0.053955078125 +-0.078613281250 +0.015625000000 +0.053955078125 +0.030151367188 +0.038574218750 +-0.080566406250 +-0.183593750000 +-0.041992187500 +-0.231445312500 +0.273437500000 +0.154296875000 +0.091308593750 +-0.043212890625 +-0.125976562500 +-0.078125000000 +0.055419921875 +-0.220703125000 +0.259765625000 +-0.031982421875 +-0.016967773438 +0.050781250000 +-0.007202148438 +0.034423828125 +-0.675781250000 +-0.233398437500 +0.129882812500 +-0.099609375000 +-0.285156250000 +0.080566406250 +0.086914062500 +-0.006713867188 +-0.136718750000 +-0.494140625000 +-0.022216796875 +-0.006958007812 +-0.246093750000 +-0.056152343750 +-0.019897460938 +0.148437500000 +-0.265625000000 +-0.166015625000 +0.227539062500 +-0.119628906250 +-0.059570312500 +0.097656250000 +-0.134765625000 +0.068359375000 +-0.054687500000 +0.032470703125 +0.153320312500 +-0.061523437500 +-0.117187500000 +0.167968750000 +0.153320312500 +-0.141601562500 +-0.259765625000 +0.225585937500 +0.037109375000 +-0.253906250000 +-0.040283203125 +0.080078125000 +0.014831542969 +-0.016479492188 +0.066406250000 +-0.079101562500 +0.265625000000 +-0.159179687500 +-0.025756835938 +-0.074218750000 +0.535156250000 +0.011413574219 +-0.210937500000 +-0.084472656250 +-0.148437500000 +-0.099609375000 +-0.206054687500 +0.035156250000 +-0.164062500000 +-0.328125000000 +0.021972656250 +0.359375000000 +-0.036132812500 +-0.138671875000 +-0.075683593750 +0.131835937500 +0.096191406250 +-0.120605468750 +0.099121093750 +-0.357421875000 +-0.122070312500 +-0.211914062500 +-0.394531250000 +-0.029296875000 +-0.132812500000 +0.071289062500 +-0.074707031250 +0.106445312500 +0.186523437500 +-0.168945312500 +0.210937500000 +-0.057128906250 +-0.014587402344 +-0.098144531250 +-0.195312500000 +0.371093750000 +-0.251953125000 +0.179687500000 +-0.222656250000 +-0.073730468750 +0.096679687500 +-0.014526367188 +-0.300781250000 +0.125976562500 +0.040039062500 +0.210937500000 +-0.050537109375 +-0.005187988281 +0.257812500000 +-0.106445312500 +-0.076171875000 +0.139648437500 +0.053710937500 +0.196289062500 +-0.216796875000 +0.004699707031 +0.041992187500 +-0.050292968750 +0.091308593750 +-0.036621093750 +-0.053710937500 +0.007324218750 +0.165039062500 +0.027465820312 +0.001739501953 +-0.096191406250 +-0.090332031250 +-0.283203125000 +0.155273437500 +0.075195312500 +-0.287109375000 +0.011047363281 +0.122558593750 +-0.049560546875 +-0.189453125000 +0.045654296875 +0.015075683594 +-0.093261718750 +-0.218750000000 +-0.032226562500 +0.058837890625 +0.174804687500 +-1.070312500000 +-0.096191406250 +0.414062500000 +-0.160156250000 +-0.138671875000 +-0.017944335938 +-0.038818359375 +0.088867187500 +-0.068847656250 +-0.417968750000 +0.066406250000 +0.059814453125 +-0.191406250000 +-0.113769531250 +0.201171875000 +0.033691406250 +-0.138671875000 +-0.339843750000 +0.089355468750 +-0.014831542969 +-0.027587890625 +-0.025390625000 +0.021240234375 +0.053222656250 +0.070800781250 +-0.083984375000 +-0.160156250000 +-0.417968750000 +-0.061035156250 +0.146484375000 +0.032226562500 +0.003646850586 +-0.086914062500 +0.059814453125 +-0.060791015625 +-0.160156250000 +-0.044921875000 +0.026855468750 +0.072753906250 +-0.220703125000 +-0.031005859375 +-0.496093750000 +-0.558593750000 +0.097656250000 +0.097167968750 +0.132812500000 +-0.187500000000 +-0.539062500000 +-0.090332031250 +-0.033203125000 +0.018310546875 +-0.074218750000 +-0.052246093750 +0.069824218750 +-0.353515625000 +0.061279296875 +0.092773437500 +0.093750000000 +-0.291015625000 +-0.051513671875 +-0.296875000000 +-0.027709960938 +0.046630859375 +-0.165039062500 +0.063476562500 +-0.053222656250 +-0.125976562500 +0.033935546875 +-0.554687500000 +-0.029663085938 +-0.119140625000 +0.086914062500 +-0.062011718750 +0.225585937500 +0.002075195312 +0.136718750000 +-0.129882812500 +-0.032470703125 +-0.128906250000 +-0.203125000000 +0.050292968750 +-0.024047851562 +0.089843750000 +-0.117187500000 +0.088867187500 +-0.135742187500 +-0.125000000000 +-0.014343261719 +-0.091308593750 +-0.492187500000 +-0.189453125000 +-0.287109375000 +0.084472656250 +0.090820312500 +-0.217773437500 +0.099121093750 +0.057373046875 +-0.029541015625 +-0.097656250000 +-0.166992187500 +0.187500000000 +0.087402343750 +-0.001823425293 +-0.126953125000 +0.092285156250 +-0.149414062500 +-0.118164062500 +0.009399414062 +0.024414062500 +-0.095214843750 +-0.118652343750 +-0.186523437500 +-0.043945312500 +0.023071289062 +0.188476562500 +-0.100585937500 +-0.076171875000 +0.040039062500 +-0.204101562500 +0.053466796875 +0.133789062500 +0.008850097656 +-0.443359375000 +-0.249023437500 +-0.032470703125 +0.015258789062 +0.099609375000 +0.093261718750 +0.072753906250 +-0.008178710938 +0.023681640625 +-0.275390625000 +-0.216796875000 +0.089843750000 +-0.570312500000 +0.120117187500 +-0.159179687500 +-0.474609375000 +0.076171875000 +-0.157226562500 +-0.275390625000 +-0.035400390625 +0.043457031250 +0.109375000000 +0.017333984375 +0.031982421875 +0.041992187500 +-0.004119873047 +-0.033203125000 +0.029052734375 +-0.130859375000 +-0.167968750000 +-0.016845703125 +0.423828125000 +-0.177734375000 +0.081054687500 +0.302734375000 +-0.020263671875 +-0.066406250000 +-0.012512207031 +-0.127929687500 +0.069335937500 +-0.357421875000 +0.070312500000 +-0.457031250000 +-0.143554687500 +0.068359375000 +-0.108886718750 +0.261718750000 +-0.464843750000 +-0.006774902344 +0.030395507812 +0.014648437500 +0.095703125000 +-0.425781250000 +-0.115722656250 +-0.078125000000 +-0.083007812500 +0.085449218750 +-0.033935546875 +-0.161132812500 +-0.022216796875 +0.267578125000 +-0.351562500000 +-0.028076171875 +-0.170898437500 +-0.500000000000 +-0.150390625000 +-0.357421875000 +-0.035644531250 +-0.294921875000 +0.408203125000 +-0.466796875000 +0.076171875000 +0.296875000000 +-0.006286621094 +-0.106933593750 +0.029785156250 +0.031005859375 +-0.019897460938 +-0.037109375000 +-0.049804687500 +-0.061279296875 +-0.010681152344 +-0.277343750000 +-0.069335937500 +0.102539062500 +-0.020996093750 +0.077148437500 +-0.316406250000 +-0.076660156250 +-0.201171875000 +-0.094726562500 +-0.101562500000 +0.081054687500 +-0.224609375000 +0.225585937500 +-0.644531250000 +-0.022338867188 +0.149414062500 +0.025512695312 +-0.023071289062 +-0.008239746094 +-0.291015625000 +-0.145507812500 +0.036621093750 +-0.085449218750 +-0.008178710938 +-0.049804687500 +0.008911132812 +0.107910156250 +-0.121093750000 +-0.168945312500 +-0.095703125000 +-0.324218750000 +0.053710937500 +0.126953125000 +0.050781250000 +-0.166992187500 +-0.048583984375 +-0.095214843750 +-0.103515625000 +0.046875000000 +-0.011413574219 +-0.176757812500 +0.191406250000 +-0.318359375000 +0.128906250000 +-0.066406250000 +-0.198242187500 +-0.049072265625 +-0.098632812500 +-0.048828125000 +-0.229492187500 +-0.059326171875 +-0.030151367188 +0.201171875000 +-0.082031250000 +-0.081542968750 +-0.020507812500 +-0.030883789062 +0.058837890625 +0.065917968750 +0.105957031250 +-0.072753906250 +-0.145507812500 +-0.132812500000 +0.104492187500 +-0.314453125000 +0.020996093750 +-0.150390625000 +-0.047851562500 +-0.027954101562 +-0.132812500000 +0.101562500000 +-0.174804687500 +-0.087402343750 +-0.201171875000 +-0.236328125000 +-0.199218750000 +-0.021362304688 +-0.126953125000 +0.004608154297 +-0.164062500000 +0.054199218750 +0.120117187500 +-0.045654296875 +-0.191406250000 +-0.081054687500 +0.004425048828 +-0.281250000000 +-0.032958984375 +-0.277343750000 +-0.197265625000 +0.058593750000 +-0.042968750000 +0.025878906250 +0.283203125000 +-0.007354736328 +0.086914062500 +-0.143554687500 +0.061035156250 +-0.232421875000 +0.153320312500 +-0.122558593750 +-0.012634277344 +0.048095703125 +-0.125976562500 +0.107421875000 +-0.067382812500 +-0.148437500000 +-0.045654296875 +-0.083007812500 +-0.292968750000 +-0.110839843750 +-0.090820312500 +-0.174804687500 +-0.090820312500 +-0.135742187500 +-0.155273437500 +0.011596679688 +-0.073730468750 +-0.230468750000 +-0.066894531250 +0.016113281250 +-0.029296875000 +-0.080078125000 +-0.154296875000 +0.007293701172 +-0.058837890625 +-0.375000000000 +0.178710937500 +-0.193359375000 +0.034179687500 +-0.042480468750 +-0.033203125000 +-0.125976562500 +-0.761718750000 +-0.218750000000 +-0.020629882812 +-0.040283203125 +0.155273437500 +0.153320312500 +0.096191406250 +-0.225585937500 +0.318359375000 +-0.114257812500 +-0.049804687500 +0.064941406250 +0.112792968750 +0.029174804688 +-0.223632812500 +0.121093750000 +-0.207031250000 +0.052490234375 +0.357421875000 +-0.115234375000 +-0.126953125000 +0.076171875000 +-0.089355468750 +0.030273437500 +-0.139648437500 +0.277343750000 +-0.656250000000 +0.137695312500 +0.019897460938 +-0.056884765625 +-0.081542968750 +-0.021362304688 +-0.150390625000 +-0.519531250000 +-0.029052734375 +-0.312500000000 +-0.032958984375 +0.056152343750 +-0.349609375000 +0.108886718750 +0.050537109375 +-0.089843750000 +-0.166015625000 +-0.122070312500 +-0.239257812500 +-0.014038085938 +0.000318527222 +-0.041992187500 +0.000015735626 +-0.214843750000 +0.038574218750 +-0.229492187500 +-0.306640625000 +-0.003128051758 +-0.043945312500 +0.069335937500 +0.412109375000 +0.076660156250 +-0.044433593750 +0.187500000000 +0.126953125000 +-0.041015625000 +-0.077636718750 +0.001533508301 +-0.055908203125 +0.124023437500 +-0.189453125000 +0.142578125000 +-0.179687500000 +-0.067871093750 +0.219726562500 +-0.205078125000 +-0.019653320312 +0.117675781250 +-0.298828125000 +-0.061767578125 +-0.071777343750 +-0.073730468750 +-0.051269531250 +0.121093750000 +0.318359375000 +-0.076660156250 +-0.082519531250 +-0.010314941406 +-0.041748046875 +0.021728515625 +-0.080566406250 +-0.006713867188 +0.279296875000 +-0.045410156250 +0.001708984375 +0.041015625000 +0.038574218750 +0.652343750000 +0.332031250000 +-0.053955078125 +-0.105468750000 +0.088867187500 +-0.021850585938 +0.175781250000 +-0.182617187500 +-0.416015625000 +0.060058593750 +-0.376953125000 +0.535156250000 +-0.014404296875 +0.086914062500 +0.104980468750 +-0.050292968750 +0.040039062500 +-0.210937500000 +-0.015991210938 +-0.351562500000 +0.088867187500 +-0.257812500000 +-0.123535156250 +0.108886718750 +-0.182617187500 +0.155273437500 +0.097167968750 +0.010437011719 +-0.011779785156 +0.500000000000 +0.099121093750 +0.131835937500 +0.156250000000 +-0.066894531250 +-0.308593750000 +0.291015625000 +0.031005859375 +0.361328125000 +-0.025512695312 +-0.345703125000 +-0.056152343750 +0.106445312500 +0.030395507812 +-0.094238281250 +0.050292968750 +-0.130859375000 +-0.157226562500 +-0.582031250000 +0.183593750000 +0.141601562500 +0.062988281250 +0.178710937500 +0.039550781250 +0.091308593750 +0.076660156250 +-0.158203125000 +-0.114746093750 +-0.186523437500 +-0.008422851562 +-0.070312500000 +0.111816406250 +0.088867187500 +-0.312500000000 +-0.091796875000 +0.069824218750 +-0.123046875000 +-0.062255859375 +0.035644531250 +0.033935546875 +-0.046386718750 +-0.129882812500 +-0.075683593750 +0.238281250000 +-0.071289062500 +-0.060058593750 +0.277343750000 +-0.304687500000 +-0.171875000000 +0.141601562500 +0.126953125000 +0.201171875000 +0.093750000000 +0.019165039062 +-0.287109375000 +-0.240234375000 +0.148437500000 +0.024169921875 +0.055664062500 +-0.085937500000 +-0.004425048828 +-0.203125000000 +-0.059570312500 +-0.052246093750 +0.107421875000 +0.094726562500 +-0.107910156250 +-0.057128906250 +-0.018920898438 +-0.125976562500 +0.203125000000 +0.104980468750 +-0.120117187500 +0.074218750000 +-0.341796875000 +0.008911132812 +0.127929687500 +0.019775390625 +0.128906250000 +-0.107421875000 +0.049316406250 +0.090332031250 +-0.025634765625 +0.082031250000 +0.148437500000 +0.012939453125 +0.103515625000 +0.041015625000 +0.136718750000 +-0.158203125000 +0.110839843750 +0.011962890625 +-0.076171875000 +0.103515625000 +0.229492187500 +0.211914062500 +-0.255859375000 +-0.082519531250 +0.041503906250 +0.169921875000 +0.026489257812 +-0.031982421875 +-0.107910156250 +-0.142578125000 +0.004974365234 +0.210937500000 +-0.009094238281 +0.047607421875 +-0.196289062500 +0.008972167969 +0.054443359375 +0.029785156250 +-0.150390625000 +-0.088867187500 +0.049804687500 +0.026977539062 +0.054443359375 +-0.421875000000 +-0.206054687500 +-0.251953125000 +-0.081542968750 +-0.271484375000 +-0.859375000000 +-0.043212890625 +-0.088378906250 +0.147460937500 +0.033447265625 +0.028076171875 +0.020019531250 +0.082519531250 +0.032226562500 +0.059326171875 +-0.128906250000 +-0.182617187500 +-0.112304687500 +-0.001319885254 +0.119628906250 +-0.056152343750 +-0.142578125000 +-0.188476562500 +0.133789062500 +-0.457031250000 +0.184570312500 +-0.010314941406 +0.136718750000 +0.068359375000 +-0.048828125000 +-0.124023437500 +-0.034179687500 +-0.111816406250 +0.088378906250 +0.079589843750 +-0.291015625000 +-0.031982421875 +0.012634277344 +0.090820312500 +-0.061035156250 +0.255859375000 +-0.033447265625 +0.012817382812 +-0.255859375000 +-0.062500000000 +0.222656250000 +0.058105468750 +0.096679687500 +-0.114257812500 +-0.115234375000 +0.175781250000 +-0.051513671875 +0.222656250000 +0.048095703125 +0.075683593750 +-0.049316406250 +-0.108886718750 +0.066406250000 +-0.147460937500 +-0.018798828125 +0.019531250000 +0.031982421875 +-0.074218750000 +-0.103027343750 +-1.335937500000 +-0.275390625000 +-0.451171875000 +-0.051513671875 +-0.095703125000 +-0.730468750000 +0.082031250000 +-0.071777343750 +0.081054687500 +-0.390625000000 +0.016967773438 +-0.124511718750 +-0.246093750000 +0.157226562500 +0.186523437500 +0.148437500000 +0.105957031250 +0.047607421875 +0.025268554688 +-0.174804687500 +0.218750000000 +0.043457031250 +-0.082519531250 +0.068359375000 +0.150390625000 +-0.233398437500 +-0.222656250000 +-0.546875000000 +0.023315429688 +-0.066406250000 +-0.071777343750 +-0.063964843750 +-0.092773437500 +0.016601562500 +-0.018798828125 +-0.078613281250 +0.119140625000 +-0.229492187500 +-0.130859375000 +-0.023071289062 +-0.707031250000 +-0.134765625000 +-0.375000000000 +-0.086425781250 +-0.206054687500 +-0.020019531250 +-0.150390625000 +-0.156250000000 +-0.211914062500 +-0.060791015625 +-0.068359375000 +-0.107421875000 +0.152343750000 +-0.036376953125 +-0.090820312500 +0.004302978516 +0.077148437500 +0.072265625000 +-0.484375000000 +0.130859375000 +0.072753906250 +0.109863281250 +0.238281250000 +0.080566406250 +0.096679687500 +-0.013061523438 +-0.333984375000 +-0.190429687500 +-0.435546875000 +0.163085937500 +-0.060791015625 +0.092773437500 +-0.205078125000 +0.236328125000 +-0.010009765625 +-0.300781250000 +0.126953125000 +-0.095703125000 +-0.233398437500 +-0.333984375000 +-0.054931640625 +0.043457031250 +0.010864257812 +0.159179687500 +-0.218750000000 +-0.077148437500 +-0.040039062500 +-0.054443359375 +0.007263183594 +-0.130859375000 +0.129882812500 +-0.355468750000 +0.107910156250 +0.062500000000 +-0.133789062500 +-0.036865234375 +-0.291015625000 +0.012695312500 +-0.322265625000 +-0.648437500000 +0.247070312500 +0.019165039062 +-0.005035400391 +-0.058593750000 +-0.416015625000 +0.022705078125 +0.001724243164 +-0.083984375000 +0.017456054688 +0.026367187500 +0.065917968750 +0.063476562500 +-0.162109375000 +-0.049804687500 +-0.578125000000 +-0.244140625000 +-0.004821777344 +0.107421875000 +-0.020874023438 +-0.196289062500 +-0.028686523438 +0.135742187500 +-0.083007812500 +-0.002227783203 +-0.017700195312 +-0.122070312500 +-0.243164062500 +0.020751953125 +0.156250000000 +-0.131835937500 +-0.091308593750 +-0.062500000000 +-0.122070312500 +-0.224609375000 +-0.081054687500 +0.008728027344 +0.005493164062 +0.217773437500 +-0.066894531250 +-0.071777343750 +0.226562500000 +0.061523437500 +-0.570312500000 +-0.125976562500 +-0.224609375000 +-0.116210937500 +0.087890625000 +0.006256103516 +-0.085937500000 +0.016723632812 +-0.160156250000 +0.126953125000 +-0.009887695312 +0.001762390137 +-0.062500000000 +-0.306640625000 +0.022949218750 +0.146484375000 +0.075683593750 +0.100585937500 +-0.010253906250 +-0.000265121460 +0.087890625000 +0.250000000000 +-0.207031250000 +0.026000976562 +-0.027954101562 +-0.155273437500 +0.304687500000 +0.037841796875 +-0.020019531250 +-0.094726562500 +-0.019897460938 +0.089843750000 +0.042968750000 +0.114257812500 +-0.038818359375 +0.157226562500 +0.326171875000 +-0.025634765625 +-0.142578125000 +0.142578125000 +0.181640625000 +-0.190429687500 +0.114257812500 +-0.015563964844 +-0.236328125000 +0.079589843750 +0.032714843750 +0.035400390625 +-0.006072998047 +-0.009765625000 +0.156250000000 +0.157226562500 +-0.292968750000 +0.158203125000 +-0.128906250000 +-0.211914062500 +-0.062255859375 +0.030029296875 +-0.097167968750 +0.037109375000 +-0.101074218750 +-0.055664062500 +0.086425781250 +-0.105957031250 +0.253906250000 +0.034423828125 +-0.069335937500 +0.136718750000 +0.099609375000 +-0.223632812500 +0.111816406250 +0.078125000000 +0.114257812500 +-0.484375000000 +0.048095703125 +-0.088867187500 +0.103515625000 +0.089355468750 +0.100585937500 +0.093750000000 +0.007873535156 +-0.335937500000 +0.064453125000 +0.102539062500 +-0.006927490234 +-0.028076171875 +0.083007812500 +0.275390625000 +-0.012084960938 +0.057617187500 +-0.067871093750 +-0.046875000000 +-0.275390625000 +0.127929687500 +-0.141601562500 +-0.031494140625 +-0.318359375000 +0.135742187500 +-0.341796875000 +-0.041992187500 +-0.093750000000 +0.217773437500 +-0.060302734375 +-0.070800781250 +-0.248046875000 +0.105468750000 +0.271484375000 +-0.431640625000 +-0.197265625000 +0.008911132812 +0.009277343750 +0.091308593750 +-0.027954101562 +0.210937500000 +-0.103515625000 +0.044921875000 +-0.000190734863 +0.117675781250 +0.322265625000 +-0.164062500000 +0.108398437500 +-0.063964843750 +0.073242187500 +-0.074707031250 +0.040527343750 +-0.263671875000 +-0.013183593750 +0.108398437500 +-0.007415771484 +0.007537841797 +0.126953125000 +-0.213867187500 +0.079101562500 +-0.172851562500 +0.144531250000 +0.018798828125 +-0.013305664062 +-0.106445312500 +0.106933593750 +-0.279296875000 +-0.123046875000 +-1.148437500000 +0.174804687500 +0.069824218750 +0.043945312500 +0.016845703125 +-0.101562500000 +0.132812500000 +-0.283203125000 +-0.206054687500 +0.134765625000 +-0.132812500000 +0.083984375000 +0.166015625000 +-0.671875000000 +0.037597656250 +0.158203125000 +0.031250000000 +-0.092773437500 +-0.046386718750 +0.042724609375 +-0.132812500000 +-0.090820312500 +-0.190429687500 +-0.128906250000 +-0.051269531250 +-0.357421875000 +0.020874023438 +-0.125976562500 +-0.349609375000 +0.070800781250 +-0.045166015625 +-0.141601562500 +0.038818359375 +-0.054199218750 +0.066406250000 +0.212890625000 +0.175781250000 +0.197265625000 +-0.231445312500 +-0.229492187500 +-0.052001953125 +-0.057128906250 +0.040771484375 +-0.206054687500 +0.031738281250 +-0.182617187500 +0.209960937500 +0.066894531250 +-0.141601562500 +0.059814453125 +0.095703125000 +-0.863281250000 +-0.214843750000 +-0.125000000000 +0.010620117188 +-0.049072265625 +-0.014892578125 +-0.318359375000 +0.005218505859 +-0.026000976562 +-0.036621093750 +0.078613281250 +0.027343750000 +-0.042968750000 +0.229492187500 +-0.202148437500 +0.267578125000 +0.212890625000 +-0.231445312500 +-0.046630859375 +0.384765625000 +0.075195312500 +-0.085937500000 +0.116699218750 +-0.167968750000 +-0.044921875000 +-0.111328125000 +0.051025390625 +0.279296875000 +-0.125000000000 +0.038574218750 +0.134765625000 +-0.244140625000 +0.390625000000 +-0.104003906250 +0.062255859375 +-0.059082031250 +0.071777343750 +0.187500000000 +-0.050537109375 +0.211914062500 +-0.197265625000 +-0.237304687500 +-0.139648437500 +0.100585937500 +0.222656250000 +0.022827148438 +0.049560546875 +-0.037109375000 +-0.042480468750 +-0.089843750000 +0.041992187500 +0.182617187500 +-0.027832031250 +0.279296875000 +-0.157226562500 +-0.012268066406 +-0.003662109375 +-0.047119140625 +-0.042968750000 +-0.038085937500 +0.025878906250 +0.507812500000 +0.185546875000 +-0.170898437500 +0.069824218750 +0.086914062500 +-0.209960937500 +0.140625000000 +0.145507812500 +0.294921875000 +-0.106445312500 +0.232421875000 +0.102539062500 +-0.167968750000 +-0.069824218750 +-0.129882812500 +-0.058593750000 +0.120605468750 +0.034179687500 +0.084960937500 +0.124023437500 +-0.021240234375 +-0.055419921875 +0.187500000000 +-0.002609252930 +0.059570312500 +-0.062255859375 +0.105957031250 +0.073730468750 +0.011596679688 +-0.074218750000 +-0.761718750000 +-0.021606445312 +0.002639770508 +-0.038818359375 +0.052978515625 +-0.144531250000 +-0.071777343750 +-0.059082031250 +-0.099609375000 +0.023681640625 +0.107421875000 +-0.024902343750 +-0.312500000000 +0.057617187500 +0.171875000000 +-0.091308593750 +-0.002822875977 +-0.033691406250 +-0.034912109375 +-0.019409179688 +-0.310546875000 +-0.271484375000 +0.214843750000 +0.059814453125 +-0.310546875000 +0.206054687500 +0.011230468750 +-0.349609375000 +0.147460937500 +-0.103027343750 +-0.018432617188 +-0.019042968750 +-0.160156250000 +-0.040771484375 +0.077148437500 +-0.081054687500 +-0.120117187500 +0.017700195312 +-0.061279296875 +0.001281738281 +-0.208007812500 +-0.445312500000 +-0.320312500000 +-0.074218750000 +-0.312500000000 +0.020141601562 +0.218750000000 +0.008056640625 +0.302734375000 +0.062255859375 +0.074707031250 +0.029174804688 +-0.296875000000 +-0.014587402344 +-0.025878906250 +0.102539062500 +-0.107910156250 +0.078613281250 +-0.144531250000 +-0.203125000000 +-0.094726562500 +0.073242187500 +-0.119140625000 +-0.110351562500 +-0.007995605469 +0.174804687500 +-0.189453125000 +-0.083007812500 +-0.106445312500 +-0.196289062500 +-0.166992187500 +-0.130859375000 +0.037841796875 +-0.081054687500 +0.076660156250 +-0.176757812500 +-0.156250000000 +-0.028198242188 +-0.016601562500 +0.186523437500 +-0.130859375000 +0.077636718750 +-0.146484375000 +0.074707031250 +0.044677734375 +0.302734375000 +0.094726562500 +-0.108398437500 +-0.092773437500 +0.072265625000 +-0.073730468750 +-0.183593750000 +-0.710937500000 +0.062255859375 +-0.079101562500 +0.133789062500 +0.208984375000 +-0.040771484375 +-0.017944335938 +0.143554687500 +-0.186523437500 +-0.109863281250 +-0.570312500000 +0.064941406250 +-0.296875000000 +-0.375000000000 +-0.103515625000 +0.091796875000 +-0.053466796875 +-0.045410156250 +0.226562500000 +0.070312500000 +0.118652343750 +-0.281250000000 +0.018066406250 +-0.018432617188 +0.094726562500 +0.088378906250 +0.217773437500 +0.112304687500 +-0.142578125000 +-0.109375000000 +-0.765625000000 +0.013366699219 +-0.214843750000 +0.063476562500 +-0.082519531250 +0.122070312500 +-0.201171875000 +0.192382812500 +0.004364013672 +0.159179687500 +-0.073242187500 +-0.008850097656 +-0.042236328125 +0.021972656250 +-0.122070312500 +-0.142578125000 +0.111816406250 +0.060546875000 +-0.099609375000 +-0.000026941299 +-0.269531250000 +-0.129882812500 +-0.123046875000 +0.069824218750 +0.062011718750 +0.138671875000 +-0.251953125000 +-0.077148437500 +-0.128906250000 +-0.022949218750 +-0.376953125000 +-0.119628906250 +0.326171875000 +-0.042480468750 +-0.466796875000 +0.060791015625 +0.195312500000 +-0.044189453125 +0.281250000000 +-0.019042968750 +-0.239257812500 +-0.051757812500 +-0.211914062500 +-0.283203125000 +0.062988281250 +-0.127929687500 +0.190429687500 +-0.333984375000 +-0.047119140625 +-0.042724609375 +0.053466796875 +-0.189453125000 +-0.197265625000 +-0.079101562500 +0.031982421875 +-0.021240234375 +-0.017089843750 +0.085449218750 +-0.040039062500 +-0.079589843750 +-0.253906250000 +-0.130859375000 +-0.104003906250 +0.235351562500 +0.281250000000 +-0.093261718750 +0.076660156250 +0.051269531250 +-0.351562500000 +0.032470703125 +-0.373046875000 +0.094238281250 +0.126953125000 +0.253906250000 +0.029785156250 +-0.353515625000 +-1.312500000000 +-0.010803222656 +-0.221679687500 +-0.015991210938 +-0.178710937500 +-0.154296875000 +-0.098144531250 +0.048095703125 +-0.412109375000 +-0.088378906250 +-0.034423828125 +0.064453125000 +-0.237304687500 +0.013671875000 +0.047119140625 +0.041259765625 +0.085937500000 +-0.062500000000 +-0.009887695312 +0.060302734375 +-0.146484375000 +-0.972656250000 +0.117187500000 +0.005218505859 +0.101074218750 +-0.038818359375 +-0.000227928162 +-0.221679687500 +-0.166992187500 +-0.144531250000 +-0.004730224609 +0.034667968750 +-0.087402343750 +-0.140625000000 +-0.004516601562 +0.229492187500 +-0.217773437500 +0.041015625000 +-0.083007812500 +-0.037597656250 +0.017700195312 +-0.363281250000 +0.412109375000 +-0.073730468750 +0.158203125000 +0.070800781250 +-0.032470703125 +0.016113281250 +-0.061767578125 +-0.318359375000 +-0.095214843750 +-0.199218750000 +0.034912109375 +-0.159179687500 +0.073242187500 +0.145507812500 +-0.143554687500 +0.390625000000 +-0.102539062500 +0.170898437500 +-0.160156250000 +0.136718750000 +0.097167968750 +-0.181640625000 +-0.151367187500 +-0.055419921875 +-0.062500000000 +0.053466796875 +0.060302734375 +-0.189453125000 +0.062011718750 +-0.015625000000 +-0.196289062500 +-0.030029296875 +0.000682830811 +-0.041259765625 +-0.054443359375 +0.036865234375 +-0.137695312500 +-0.353515625000 +0.043457031250 +-0.867187500000 +-0.357421875000 +0.209960937500 +-0.143554687500 +-0.318359375000 +-0.170898437500 +-0.074218750000 +0.095703125000 +-0.212890625000 +-0.184570312500 +-0.235351562500 +-0.029907226562 +-0.273437500000 +0.107910156250 +0.312500000000 +0.081054687500 +0.045898437500 +-0.032714843750 +-0.074218750000 +-0.298828125000 +0.188476562500 +0.154296875000 +-0.082519531250 +0.098144531250 +0.084960937500 +0.043457031250 +0.032714843750 +-0.554687500000 +0.074218750000 +-0.011169433594 +0.052001953125 +-0.875000000000 +-0.079589843750 +-0.102050781250 +-0.322265625000 +0.048583984375 +-0.298828125000 +0.059082031250 +0.076171875000 +-0.047363281250 +0.044433593750 +-0.135742187500 +0.193359375000 +-0.061279296875 +-0.101562500000 +0.083984375000 +0.109863281250 +-0.671875000000 +-0.093261718750 +0.067871093750 +0.026123046875 +-0.178710937500 +0.065429687500 +-0.043212890625 +0.014526367188 +-0.263671875000 +-0.026123046875 +0.365234375000 +-0.152343750000 +-0.027954101562 +-0.029052734375 +0.083984375000 +-0.026977539062 +-0.028320312500 +0.025634765625 +0.171875000000 +-0.562500000000 +0.173828125000 +-0.042236328125 +-0.107421875000 +0.093750000000 +0.169921875000 +-0.095214843750 +0.096191406250 +0.006042480469 +-0.490234375000 +0.107421875000 +0.090332031250 +0.060791015625 +0.013244628906 +0.041992187500 +0.170898437500 +-0.200195312500 +-0.941406250000 +-0.034423828125 +-0.196289062500 +-0.174804687500 +0.125976562500 +-0.246093750000 +0.155273437500 +0.197265625000 +-0.188476562500 +-0.007080078125 +-0.146484375000 +0.038574218750 +0.150390625000 +0.052734375000 +0.314453125000 +-0.000308990479 +-0.068847656250 +-0.267578125000 +-0.052246093750 +0.043457031250 +0.006317138672 +-0.112792968750 +0.123535156250 +0.109375000000 +0.180664062500 +-0.241210937500 +0.191406250000 +0.488281250000 +-0.082031250000 +0.044677734375 +0.335937500000 +-0.234375000000 +-0.039794921875 +-0.165039062500 +-0.066406250000 +-0.007141113281 +-0.042968750000 +-0.107910156250 +0.380859375000 +0.078613281250 +0.051757812500 +0.083007812500 +0.120117187500 +0.098632812500 +0.113769531250 +0.245117187500 +-0.068847656250 +0.038330078125 +-0.150390625000 +-0.363281250000 +-0.066406250000 +-0.285156250000 +0.255859375000 +0.024047851562 +0.153320312500 +0.054443359375 +0.168945312500 +0.075683593750 +0.030883789062 +0.009033203125 +-0.462890625000 +-0.057373046875 +0.269531250000 +-0.087402343750 +0.067871093750 +0.025268554688 +-0.076171875000 +-0.341796875000 +-0.108886718750 +-0.030517578125 +-0.357421875000 +-0.231445312500 +0.289062500000 +0.100097656250 +-0.031494140625 +-0.211914062500 +0.037109375000 +-0.263671875000 +-0.060546875000 +0.022094726562 +0.073730468750 +0.120605468750 +-0.060302734375 +0.087402343750 +-0.234375000000 +-0.069824218750 +-0.492187500000 +0.259765625000 +0.056884765625 +0.017211914062 +0.153320312500 +-0.578125000000 +-0.644531250000 +-0.333984375000 +-0.127929687500 +-0.033935546875 +-0.460937500000 +-0.016357421875 +-0.316406250000 +-0.414062500000 +0.020141601562 +-0.002868652344 +-0.235351562500 +0.269531250000 +-0.054931640625 +0.207031250000 +0.143554687500 +-0.017456054688 +-0.332031250000 +-0.201171875000 +-0.074218750000 +-0.047363281250 +-0.312500000000 +-0.480468750000 +-0.033203125000 +-0.322265625000 +0.046630859375 +-0.085937500000 +-0.214843750000 +0.051513671875 +-0.172851562500 +-0.052734375000 +-0.012390136719 +0.178710937500 +-0.023559570312 +-0.227539062500 +-0.026611328125 +0.055175781250 +-0.094726562500 +-0.044189453125 +0.140625000000 +-0.151367187500 +0.142578125000 +-0.146484375000 +-0.949218750000 +-0.298828125000 +0.200195312500 +0.067382812500 +-0.310546875000 +-0.013427734375 +-0.337890625000 +0.116699218750 +0.119628906250 +0.111816406250 +0.355468750000 +0.102050781250 +0.091796875000 +0.302734375000 +-0.083496093750 +-0.621093750000 +-0.671875000000 +-0.546875000000 +0.030639648438 +-0.201171875000 +0.060302734375 +-1.093750000000 +-0.412109375000 +-0.160156250000 +-0.218750000000 +-0.410156250000 +-0.020996093750 +-0.220703125000 +-0.031982421875 +-0.675781250000 +-0.012512207031 +-0.188476562500 +-0.535156250000 +0.211914062500 +-0.083007812500 +-0.187500000000 +0.181640625000 +-0.267578125000 +-0.053710937500 +-0.251953125000 +-0.335937500000 +0.283203125000 +-0.105468750000 +0.052490234375 +0.396484375000 +0.219726562500 +0.367187500000 +0.208007812500 +-0.542968750000 +-0.066894531250 +-0.185546875000 +-0.265625000000 +-0.359375000000 +-0.296875000000 +-0.150390625000 +-0.157226562500 +-0.339843750000 +-0.032958984375 +-0.147460937500 +0.244140625000 +-0.072753906250 +0.004882812500 +0.098632812500 +-0.200195312500 +-0.492187500000 +-0.139648437500 +0.308593750000 +0.004638671875 +0.030883789062 +-0.052978515625 +-0.154296875000 +-0.026855468750 +0.103027343750 +-0.242187500000 +-0.015258789062 +0.078613281250 +-0.038085937500 +-0.170898437500 +0.023315429688 +0.024536132812 +0.106933593750 +-0.468750000000 +0.054931640625 +-0.157226562500 +-0.347656250000 +0.171875000000 +0.212890625000 +0.155273437500 +-0.036376953125 +0.100097656250 +0.013305664062 +-0.137695312500 +0.060058593750 +0.031982421875 +0.095214843750 +0.108398437500 +0.120605468750 +0.109863281250 +0.035888671875 +-0.096191406250 +0.124511718750 +0.025146484375 +-0.075683593750 +-0.182617187500 +-0.050537109375 +0.118164062500 +0.062255859375 +-0.035156250000 +-0.096679687500 +-0.144531250000 +-0.120605468750 +-0.235351562500 +-0.910156250000 +-0.156250000000 +0.194335937500 +-0.416015625000 +-0.486328125000 +-0.211914062500 +0.108398437500 +-0.169921875000 +-0.003723144531 +-0.050537109375 +0.121582031250 +-0.021118164062 +0.051513671875 +-0.333984375000 +-0.021606445312 +-0.074707031250 +-0.065429687500 +-0.066894531250 +0.020751953125 +0.048828125000 +-0.042968750000 +-0.174804687500 +-0.014099121094 +0.018066406250 +0.071777343750 +0.027832031250 +0.188476562500 +0.066406250000 +0.101074218750 +0.104492187500 +-0.118652343750 +-0.168945312500 +-0.140625000000 +0.015625000000 +0.049072265625 +0.089355468750 +0.061767578125 +-0.435546875000 +-1.132812500000 +-0.130859375000 +-0.037109375000 +-0.127929687500 +-0.068359375000 +0.006134033203 +-0.087890625000 +-0.041015625000 +-0.194335937500 +-0.092285156250 +-0.133789062500 +-0.055419921875 +-0.134765625000 +0.021118164062 +-0.243164062500 +-0.086914062500 +0.314453125000 +-0.020507812500 +0.121582031250 +0.017700195312 +-0.249023437500 +-0.890625000000 +0.020263671875 +0.169921875000 +0.094726562500 +-0.103027343750 +0.209960937500 +-0.040039062500 +0.223632812500 +-0.017089843750 +0.058105468750 +-0.077148437500 +-0.125976562500 +0.016235351562 +-0.047851562500 +-0.022949218750 +-0.026733398438 +-0.158203125000 +-0.134765625000 +-0.472656250000 +0.027099609375 +-0.152343750000 +0.028442382812 +0.153320312500 +0.302734375000 +0.044433593750 +-0.104980468750 +0.031005859375 +0.103027343750 +0.137695312500 +-0.304687500000 +0.154296875000 +-0.398437500000 +-0.441406250000 +-0.093750000000 +-0.135742187500 +-0.085449218750 +0.238281250000 +-0.108398437500 +-0.017333984375 +-0.621093750000 +-0.308593750000 +0.046630859375 +-0.080566406250 +-0.089355468750 +0.030029296875 +0.092285156250 +-0.151367187500 +0.051269531250 +0.190429687500 +-0.140625000000 +0.194335937500 +-0.057373046875 +-0.166015625000 +-0.306640625000 +0.097656250000 +0.027954101562 +0.004730224609 +0.094726562500 +0.086425781250 +-0.140625000000 +-1.218750000000 +0.078613281250 +-0.204101562500 +0.221679687500 +0.142578125000 +-0.605468750000 +0.102050781250 +-0.028076171875 +-0.000467300415 +-0.882812500000 +0.070800781250 +0.063476562500 +-0.328125000000 +-0.417968750000 +0.194335937500 +0.153320312500 +-0.084960937500 +-0.107910156250 +0.042724609375 +0.103027343750 +0.062011718750 +-0.130859375000 +-0.075195312500 +0.255859375000 +0.134765625000 +0.158203125000 +-0.015319824219 +-0.127929687500 +-0.140625000000 +0.021606445312 +0.188476562500 +0.201171875000 +-0.020385742188 +-0.263671875000 +0.022583007812 +-0.006439208984 +-0.042236328125 +0.080566406250 +-0.080078125000 +0.021118164062 +-0.048583984375 +0.045898437500 +-0.131835937500 +-0.195312500000 +-0.001350402832 +-0.129882812500 +0.375000000000 +-0.059082031250 +-0.052246093750 +0.008300781250 +-0.585937500000 +-0.079101562500 +-0.175781250000 +-0.217773437500 +-0.170898437500 +0.065429687500 +0.073242187500 +0.159179687500 +-0.277343750000 +0.031738281250 +-0.112792968750 +-0.069824218750 +0.275390625000 +-0.052490234375 +-0.033447265625 +-0.038574218750 +0.092285156250 +0.091796875000 +-0.028930664062 +-0.585937500000 +-0.021972656250 +0.119140625000 +0.149414062500 +-0.082031250000 +-0.234375000000 +-0.003631591797 +0.166015625000 +0.078613281250 +-0.294921875000 +-0.279296875000 +-0.111816406250 +0.094726562500 +-0.061279296875 +0.347656250000 +0.236328125000 +0.039550781250 +0.013183593750 +0.263671875000 +-0.115234375000 +0.347656250000 +0.056640625000 +0.107910156250 +-0.171875000000 +-0.038085937500 +-0.073242187500 +0.124023437500 +-0.061523437500 +0.065429687500 +0.030761718750 +0.159179687500 +-0.043945312500 +0.008972167969 +0.065917968750 +-0.097167968750 +0.263671875000 +0.251953125000 +-0.003890991211 +-0.129882812500 +-0.052978515625 +0.239257812500 +0.277343750000 +0.103515625000 +0.048828125000 +0.103515625000 +-0.003433227539 +0.086425781250 +-0.142578125000 +-0.068359375000 +-0.041259765625 +0.152343750000 +-0.121582031250 +-0.010498046875 +0.079101562500 +0.069824218750 +0.164062500000 +0.382812500000 +-0.114746093750 +-0.071777343750 +-0.511718750000 +0.345703125000 +-0.091308593750 +0.046630859375 +-0.221679687500 +-0.178710937500 +-0.038818359375 +0.259765625000 +0.318359375000 +-0.180664062500 +0.023803710938 +0.333984375000 +-0.103515625000 +0.135742187500 +0.332031250000 +0.087402343750 +-0.245117187500 +0.039062500000 +-0.028686523438 +0.170898437500 +-0.164062500000 +-0.312500000000 +0.146484375000 +0.015380859375 +0.018554687500 +-0.090332031250 +-0.122558593750 +0.109863281250 +0.092285156250 +-0.144531250000 +-0.022705078125 +0.203125000000 +-0.017578125000 +0.046386718750 +0.114746093750 +-0.101562500000 +-0.049072265625 +0.100097656250 +-0.222656250000 +-0.126953125000 +-0.205078125000 +0.181640625000 +-0.105957031250 +-0.024414062500 +-0.092285156250 +-0.298828125000 +0.041259765625 +-0.087402343750 +-0.157226562500 +0.023925781250 +-0.269531250000 +0.019042968750 +0.011718750000 +0.103515625000 +-0.243164062500 +-0.049560546875 +0.010070800781 +-0.071289062500 +-0.051025390625 +-0.019897460938 +-0.111328125000 +0.117675781250 +-0.151367187500 +0.238281250000 +-0.225585937500 +0.010559082031 +-0.000629425049 +-0.115234375000 +-0.376953125000 +-0.232421875000 +-0.098144531250 +-0.052734375000 +0.202148437500 +-0.105468750000 +-0.034667968750 +-0.075683593750 +0.047363281250 +-0.253906250000 +-0.349609375000 +0.003616333008 +-0.103515625000 +-0.168945312500 +0.080566406250 +0.152343750000 +0.026367187500 +-0.068359375000 +0.014038085938 +0.045654296875 +-0.014587402344 +-0.248046875000 +-0.155273437500 +-0.333984375000 +-0.017089843750 +0.080566406250 +-0.269531250000 +-0.060791015625 +0.050537109375 +-0.030761718750 +-0.173828125000 +-0.214843750000 +-0.006286621094 +-0.013244628906 +0.100097656250 +-0.199218750000 +-0.108398437500 +-0.283203125000 +-0.468750000000 +0.093261718750 +-0.038330078125 +0.169921875000 +-0.277343750000 +0.082031250000 +0.120605468750 +-0.021484375000 +0.047119140625 +0.031127929688 +-0.063964843750 +0.030761718750 +-0.015747070312 +0.012756347656 +0.096679687500 +0.009948730469 +-0.376953125000 +-0.138671875000 +-0.062988281250 +0.098632812500 +0.058349609375 +0.052246093750 +-0.123535156250 +-0.201171875000 +0.123046875000 +-0.161132812500 +-0.233398437500 +-0.064453125000 +-0.120605468750 +0.093261718750 +-0.302734375000 +-0.098632812500 +0.000671386719 +-0.026123046875 +-0.142578125000 +-0.067871093750 +-0.236328125000 +-0.110839843750 +-0.053710937500 +-0.000159263611 +0.078125000000 +-0.024414062500 +-0.025512695312 +-0.404296875000 +0.038818359375 +-0.009094238281 +-0.079101562500 +0.304687500000 +-0.324218750000 +0.263671875000 +0.068359375000 +-0.166015625000 +0.084960937500 +0.071289062500 +0.160156250000 +0.047607421875 +-0.010009765625 +-0.187500000000 +0.112304687500 +-0.425781250000 +-0.118164062500 +-0.375000000000 +0.361328125000 +0.046875000000 +0.208984375000 +-0.163085937500 +0.212890625000 +-0.300781250000 +0.057128906250 +0.045166015625 +-0.024169921875 +-0.002807617188 +-0.006805419922 +0.201171875000 +0.234375000000 +0.035888671875 +0.036132812500 +0.117675781250 +-0.201171875000 +-0.191406250000 +-0.101074218750 +-0.062255859375 +0.135742187500 +0.143554687500 +-0.005401611328 +-0.154296875000 +-0.176757812500 +-0.147460937500 +-0.122558593750 +0.226562500000 +0.221679687500 +0.046386718750 +-0.082519531250 +-0.275390625000 +-0.097167968750 +-0.003967285156 +-0.056884765625 +0.273437500000 +-0.145507812500 +-0.213867187500 +-0.285156250000 +-0.095214843750 +0.058349609375 +0.065917968750 +0.125976562500 +0.183593750000 +0.033203125000 +-0.101562500000 +-0.114257812500 +0.001899719238 +0.218750000000 +-0.042724609375 +0.208007812500 +-0.249023437500 +-0.048095703125 +0.043701171875 +0.078613281250 +0.339843750000 +-0.055419921875 +0.014038085938 +-0.333984375000 +-0.316406250000 +-0.099121093750 +0.115722656250 +0.062011718750 +-0.073730468750 +0.042236328125 +-0.416015625000 +-0.002822875977 +0.010192871094 +0.142578125000 +0.247070312500 +0.294921875000 +-0.154296875000 +0.193359375000 +-0.006744384766 +0.020751953125 +0.027954101562 +-0.188476562500 +-0.326171875000 +0.004272460938 +0.059326171875 +0.275390625000 +0.316406250000 +-0.167968750000 +0.108886718750 +0.243164062500 +0.050537109375 +-0.086425781250 +0.067871093750 +0.174804687500 +-0.063476562500 +-0.062988281250 +0.007232666016 +-0.165039062500 +0.018066406250 +-0.036621093750 +0.116210937500 +0.009216308594 +0.140625000000 +0.013122558594 +-0.243164062500 +-0.093750000000 +-0.126953125000 +-0.015991210938 +0.017456054688 +-0.223632812500 +0.335937500000 +0.123046875000 +-0.449218750000 +-0.108398437500 +-0.233398437500 +0.028076171875 +0.021240234375 +-0.052001953125 +0.189453125000 +-0.061035156250 +-0.161132812500 +0.064941406250 +0.106445312500 +-0.072753906250 +-0.102050781250 +-0.020751953125 +-0.071289062500 +-0.022949218750 +-0.433593750000 +0.046630859375 +-0.164062500000 +-0.002349853516 +-0.126953125000 +0.105468750000 +-0.227539062500 +0.205078125000 +-0.769531250000 +0.127929687500 +-0.060791015625 +-0.087890625000 +0.010986328125 +-0.089355468750 +-0.052490234375 +0.069824218750 +-0.051757812500 +0.197265625000 +-0.001998901367 +-0.029418945312 +-0.281250000000 +0.040771484375 +0.013854980469 +0.108886718750 +-0.324218750000 +0.080566406250 +0.085449218750 +0.029663085938 +-0.036376953125 +-1.257812500000 +0.185546875000 +-0.069824218750 +0.007446289062 +-0.275390625000 +-0.333984375000 +-0.160156250000 +0.009155273438 +-0.226562500000 +-0.433593750000 +-0.053710937500 +-0.083007812500 +-0.439453125000 +0.238281250000 +0.251953125000 +0.102539062500 +-0.203125000000 +-0.021484375000 +0.004089355469 +-0.125000000000 +-0.061279296875 +0.066406250000 +-0.291015625000 +-0.137695312500 +0.105957031250 +-0.433593750000 +-0.108886718750 +0.142578125000 +0.084960937500 +-0.054199218750 +-0.033203125000 +0.005950927734 +0.038574218750 +0.026733398438 +-0.073242187500 +0.015136718750 +0.132812500000 +0.098632812500 +-0.077148437500 +-0.089355468750 +0.044921875000 +0.058349609375 +-0.161132812500 +-0.056152343750 +0.015075683594 +-0.073242187500 +-0.166015625000 +0.174804687500 +-0.162109375000 +0.107910156250 +-0.132812500000 +-0.094726562500 +0.018432617188 +0.048339843750 +0.031738281250 +0.073730468750 +-0.021606445312 +0.024536132812 +0.192382812500 +-0.259765625000 +-0.003173828125 +-0.208984375000 +-0.124511718750 +-0.087402343750 +0.281250000000 +-0.114746093750 +0.148437500000 +0.075683593750 +-0.048339843750 +-0.000232696533 +-0.238281250000 +-0.117187500000 +-0.198242187500 +0.103027343750 +-0.044433593750 +0.166015625000 +0.146484375000 +-0.025878906250 +-0.431640625000 +0.024047851562 +-0.030273437500 +-0.072753906250 +-0.314453125000 +0.100097656250 +0.060791015625 +-0.069824218750 +-0.214843750000 +0.125976562500 +-0.275390625000 +0.174804687500 +-0.143554687500 +0.063964843750 +-0.084960937500 +0.042968750000 +-0.091308593750 +0.134765625000 +-0.114257812500 +-0.028198242188 +0.092285156250 +0.337890625000 +0.011169433594 +0.263671875000 +0.239257812500 +-0.049804687500 +0.034423828125 +-0.046875000000 +-0.165039062500 +0.273437500000 +0.042236328125 +-0.097656250000 +-0.140625000000 +-0.435546875000 +-0.057128906250 +-0.044433593750 +-0.026977539062 +0.013488769531 +0.037109375000 +-0.009582519531 +-0.086914062500 +-0.208007812500 +-0.029663085938 +-0.053710937500 +-0.120605468750 +0.018432617188 +-0.089355468750 +-0.082519531250 +-0.017333984375 +0.161132812500 +-0.570312500000 +0.132812500000 +0.083007812500 +0.028930664062 +-0.455078125000 +-0.171875000000 +0.033447265625 +-0.041259765625 +0.102050781250 +-0.117675781250 +-0.292968750000 +-0.098632812500 +0.106933593750 +-0.263671875000 +0.022705078125 +-0.030151367188 +0.001800537109 +-0.071289062500 +-0.322265625000 +-0.171875000000 +0.099609375000 +-0.308593750000 +0.125000000000 +0.131835937500 +-0.129882812500 +-0.071777343750 +-0.227539062500 +-0.259765625000 +0.014709472656 +0.083007812500 +-0.137695312500 +-0.247070312500 +-0.112304687500 +0.088378906250 +-0.296875000000 +0.120605468750 +0.013183593750 +0.042968750000 +0.083496093750 +-0.091796875000 +0.013000488281 +-0.945312500000 +0.179687500000 +0.034667968750 +0.005889892578 +0.091308593750 +-0.208007812500 +-0.765625000000 +0.107910156250 +0.023925781250 +0.088378906250 +0.026000976562 +0.269531250000 +-0.225585937500 +0.073242187500 +0.186523437500 +0.000228881836 +0.109375000000 +-0.138671875000 +-0.218750000000 +-0.032958984375 +-0.141601562500 +-0.041259765625 +0.041503906250 +0.003112792969 +-0.179687500000 +-0.241210937500 +0.061035156250 +-0.137695312500 +0.002655029297 +-0.211914062500 +0.143554687500 +-0.141601562500 +-0.152343750000 +-0.030273437500 +0.034179687500 +-0.337890625000 +-0.096191406250 +0.045654296875 +-0.163085937500 +0.053466796875 +-0.093750000000 +-0.059082031250 +-0.010009765625 +-0.003036499023 +-0.185546875000 +-0.012329101562 +0.064941406250 +-0.209960937500 +0.349609375000 +0.169921875000 +0.283203125000 +0.029663085938 +0.076660156250 +0.095703125000 +0.112304687500 +0.006378173828 +-0.129882812500 +-0.078613281250 +-0.058349609375 +-0.213867187500 +-0.052978515625 +0.175781250000 +0.101074218750 +-0.285156250000 +-0.073730468750 +0.034423828125 +-0.189453125000 +0.088867187500 +0.099609375000 +-0.203125000000 +-0.087402343750 +0.016601562500 +-0.259765625000 +-1.429687500000 +0.067382812500 +-0.122070312500 +-0.149414062500 +-0.029418945312 +-0.162109375000 +-0.079589843750 +-0.071289062500 +0.210937500000 +0.113281250000 +0.115722656250 +-0.007202148438 +0.265625000000 +0.000197410583 +0.302734375000 +-0.337890625000 +0.093261718750 +0.059814453125 +-0.337890625000 +-0.104492187500 +0.203125000000 +0.044921875000 +0.102539062500 +0.472656250000 +0.078613281250 +-0.017333984375 +0.099609375000 +-0.109375000000 +-0.292968750000 +-0.129882812500 +-0.096679687500 +-0.140625000000 +0.121582031250 +-0.081054687500 +0.126953125000 +-0.174804687500 +-0.228515625000 +0.081542968750 +0.084472656250 +-0.136718750000 +-0.296875000000 +-0.059082031250 +-0.038330078125 +-0.089843750000 +0.028442382812 +-0.113769531250 +0.046386718750 +0.035644531250 +0.096679687500 +0.033691406250 +-0.051513671875 +0.079589843750 +-0.025634765625 +-0.408203125000 +-0.108398437500 +-0.554687500000 +0.005920410156 +-0.053222656250 +0.035888671875 +-0.103515625000 +-0.184570312500 +0.096679687500 +0.144531250000 +0.125000000000 +0.050781250000 +0.147460937500 +-0.147460937500 +-0.265625000000 +0.125000000000 +-0.142578125000 +0.016357421875 +-0.125976562500 +-0.300781250000 +-0.292968750000 +0.039550781250 +-0.053955078125 +-0.000358581543 +-0.083496093750 +-0.104492187500 +-0.049072265625 +-0.296875000000 +0.042480468750 +-0.414062500000 +-0.095214843750 +0.087402343750 +0.110351562500 +-0.088378906250 +-0.169921875000 +0.016235351562 +-0.192382812500 +-0.018676757812 +-0.267578125000 +0.025634765625 +0.112792968750 +-0.047363281250 +0.124511718750 +0.209960937500 +-0.061767578125 +0.041992187500 +0.024291992188 +-0.080078125000 +0.035400390625 +0.071289062500 +-0.198242187500 +0.007263183594 +-0.750000000000 +0.039306640625 +0.066894531250 +-0.039794921875 +0.023925781250 +-0.024902343750 +0.068359375000 +0.147460937500 +-0.024414062500 +0.008300781250 +0.177734375000 +0.098632812500 +-0.018554687500 +-0.043212890625 +-0.349609375000 +-0.030639648438 +0.108886718750 +0.010742187500 +0.124511718750 +-0.145507812500 +-0.057373046875 +-0.048828125000 +0.052734375000 +-0.127929687500 +-0.165039062500 +-0.020263671875 +0.021972656250 +0.021362304688 +-0.168945312500 +0.035156250000 +0.156250000000 +-0.349609375000 +-0.166992187500 +-0.023803710938 +-0.083496093750 +0.078613281250 +0.173828125000 +-0.086425781250 +-0.187500000000 +0.012756347656 +-0.449218750000 +-0.527343750000 +0.005340576172 +-0.235351562500 +0.115722656250 +0.037597656250 +-0.578125000000 +0.021484375000 +-0.010192871094 +-0.359375000000 +0.011352539062 +-0.165039062500 +0.066406250000 +-0.449218750000 +0.092285156250 +0.100097656250 +-0.188476562500 +-0.310546875000 +-0.160156250000 +0.200195312500 +0.118164062500 +-0.205078125000 +0.094238281250 +0.011535644531 +0.020874023438 +-0.245117187500 +0.024780273438 +-0.166015625000 +-0.335937500000 +-0.259765625000 +-0.016235351562 +-0.105468750000 +0.191406250000 +-0.116210937500 +-0.169921875000 +-0.025634765625 +0.032714843750 +0.111816406250 +0.047119140625 +-0.566406250000 +0.103515625000 +-0.076171875000 +-0.023925781250 +-0.201171875000 +-0.057128906250 +-0.168945312500 +-0.085449218750 +-0.019409179688 +-0.115722656250 +0.129882812500 +-0.111816406250 +-0.098144531250 +-0.199218750000 +-0.197265625000 +-0.198242187500 +-0.053222656250 +0.244140625000 +-0.078125000000 +0.019042968750 +-0.135742187500 +0.269531250000 +0.025634765625 +-0.404296875000 +-0.073730468750 +-0.153320312500 +-0.016235351562 +-0.115722656250 +-0.142578125000 +0.009887695312 +-0.140625000000 +0.057128906250 +0.058837890625 +0.187500000000 +0.054931640625 +0.100097656250 +-0.001342773438 +-0.033447265625 +-0.005340576172 +-0.328125000000 +-0.130859375000 +0.186523437500 +0.172851562500 +0.105957031250 +0.081542968750 +0.060791015625 +-0.163085937500 +0.123535156250 +0.048828125000 +-0.095214843750 +0.009033203125 +0.080566406250 +0.061767578125 +0.052734375000 +-0.007354736328 +-0.019287109375 +0.107910156250 +0.049804687500 +-0.142578125000 +0.032470703125 +0.048583984375 +-0.207031250000 +-0.070312500000 +-0.683593750000 +0.101074218750 +0.005798339844 +-0.097167968750 +-0.198242187500 +-0.412109375000 +-0.101562500000 +0.009216308594 +-0.037353515625 +-0.101074218750 +0.038085937500 +-0.074218750000 +-0.496093750000 +0.014648437500 +-0.049804687500 +0.063476562500 +-0.322265625000 +-0.145507812500 +-0.057128906250 +0.075683593750 +0.095214843750 +0.025634765625 +0.061035156250 +0.045410156250 +-0.085449218750 +0.072753906250 +-0.241210937500 +-0.073730468750 +-0.098632812500 +0.084472656250 +0.110351562500 +0.071289062500 +-0.000410079956 +-0.031250000000 +0.033691406250 +0.017333984375 +-0.098632812500 +0.042968750000 +-0.128906250000 +-0.141601562500 +-0.546875000000 +-0.047607421875 +-0.131835937500 +-0.037109375000 +0.104003906250 +0.063476562500 +0.002944946289 +-0.259765625000 +-0.102539062500 +-0.140625000000 +-0.589843750000 +0.108886718750 +-0.094238281250 +0.208007812500 +-0.160156250000 +0.110839843750 +-0.000242233276 +-0.054687500000 +0.300781250000 +0.245117187500 +-0.203125000000 +0.012817382812 +-0.061279296875 +0.257812500000 +0.087402343750 +-0.026245117188 +0.136718750000 +0.146484375000 +0.132812500000 +0.064453125000 +-0.074707031250 +-0.085937500000 +-0.082519531250 +0.164062500000 +0.056152343750 +0.157226562500 +-0.043945312500 +-0.176757812500 +0.004547119141 +0.135742187500 +0.055419921875 +-0.394531250000 +0.082519531250 +0.064453125000 +-0.229492187500 +0.037597656250 +0.050292968750 +-1.210937500000 +0.020874023438 +-1.007812500000 +0.006011962891 +-0.103027343750 +-0.255859375000 +0.010925292969 +-0.017333984375 +0.064941406250 +-0.648437500000 +0.047851562500 +-0.013305664062 +-0.425781250000 +0.150390625000 +0.125000000000 +0.127929687500 +-0.051757812500 +0.031982421875 +-0.242187500000 +-0.059570312500 +0.016235351562 +-0.153320312500 +-0.128906250000 +0.131835937500 +0.028564453125 +-0.116699218750 +-0.398437500000 +-0.063476562500 +0.068359375000 +0.040039062500 +-0.064941406250 +-0.071777343750 +-0.038330078125 +0.131835937500 +-0.144531250000 +-0.037353515625 +-0.000179290771 +-0.103027343750 +0.067382812500 +0.099121093750 +-0.002334594727 +-0.217773437500 +-0.396484375000 +0.051025390625 +0.039062500000 +-0.119628906250 +-0.503906250000 +0.133789062500 +-0.080078125000 +-0.022583007812 +-0.109863281250 +0.047851562500 +-0.275390625000 +-0.255859375000 +0.220703125000 +-0.076660156250 +-0.086914062500 +-0.245117187500 +-0.249023437500 +0.036132812500 +-0.119140625000 +-0.072265625000 +0.131835937500 +-0.087402343750 +-0.019287109375 +-0.406250000000 +0.059326171875 +0.112304687500 +-0.250000000000 +-0.028930664062 +0.035400390625 +-0.038330078125 +-0.187500000000 +0.330078125000 +0.078613281250 +-0.026489257812 +-0.028076171875 +-0.030029296875 +-0.221679687500 +-0.133789062500 +-0.009948730469 +0.143554687500 +-0.292968750000 +-0.200195312500 +0.126953125000 +0.030639648438 +-0.194335937500 +0.001289367676 +0.088867187500 +0.335937500000 +0.172851562500 +-0.143554687500 +0.053466796875 +-0.140625000000 +-0.067382812500 +-0.091308593750 +0.098632812500 +-0.079589843750 +0.054443359375 +0.400390625000 +0.006652832031 +-0.163085937500 +0.114746093750 +0.119628906250 +-0.289062500000 +-0.190429687500 +0.123046875000 +-0.059326171875 +0.009460449219 +0.195312500000 +-0.380859375000 +-0.269531250000 +-0.106445312500 +-0.074707031250 +-0.205078125000 +-0.026367187500 +-0.255859375000 +-0.061767578125 +0.195312500000 +-0.032714843750 +0.032470703125 +-0.191406250000 +0.300781250000 +0.230468750000 +0.032470703125 +-0.020507812500 +0.126953125000 +-0.128906250000 +0.194335937500 +-0.089355468750 +-0.095703125000 +-0.202148437500 +0.004760742188 +-0.026611328125 +0.087402343750 +0.081054687500 +-0.125000000000 +0.621093750000 +0.060302734375 +-0.190429687500 +0.138671875000 +-0.141601562500 +-0.257812500000 +-0.683593750000 +-0.130859375000 +-0.100097656250 +0.090332031250 +-0.173828125000 +0.217773437500 +-0.096679687500 +-0.291015625000 +-0.177734375000 +0.236328125000 +-0.812500000000 +0.106445312500 +0.145507812500 +-0.037109375000 +-0.024414062500 +-0.123535156250 +-0.273437500000 +0.006317138672 +0.068847656250 +-0.146484375000 +0.244140625000 +0.150390625000 +-0.300781250000 +-0.014160156250 +0.176757812500 +-0.287109375000 +0.066406250000 +-0.212890625000 +0.101562500000 +-0.439453125000 +-0.084960937500 +-0.114746093750 +0.137695312500 +0.085449218750 +-0.146484375000 +0.170898437500 +0.046630859375 +-0.166015625000 +0.050292968750 +0.176757812500 +-0.296875000000 +0.051757812500 +-0.148437500000 +0.110839843750 +0.008361816406 +-0.049072265625 +0.107910156250 +-0.150390625000 +0.051757812500 +0.229492187500 +-0.371093750000 +0.312500000000 +-0.074218750000 +0.010009765625 +0.143554687500 +-0.071289062500 +-0.026000976562 +0.050537109375 +-0.222656250000 +0.009033203125 +0.187500000000 +-0.324218750000 +-0.144531250000 +-0.248046875000 +-0.138671875000 +-0.178710937500 +-0.034912109375 +0.001846313477 +0.077636718750 +-0.188476562500 +-0.351562500000 +0.068359375000 +0.146484375000 +0.053710937500 +-0.220703125000 +0.117675781250 +0.190429687500 +0.016113281250 +0.067871093750 +0.062988281250 +-0.105957031250 +0.130859375000 +0.061279296875 +0.095214843750 +0.145507812500 +0.261718750000 +-0.187500000000 +0.016235351562 +0.078125000000 +0.135742187500 +-0.067382812500 +0.137695312500 +-0.000059366226 +0.107910156250 +0.086425781250 +-0.236328125000 +-0.071777343750 +0.063476562500 +0.127929687500 +0.203125000000 +0.094726562500 +0.122070312500 +-0.113281250000 +0.139648437500 +-0.251953125000 +0.010559082031 +-0.328125000000 +0.259765625000 +-0.102050781250 +0.005645751953 +-0.015441894531 +0.079101562500 +-0.235351562500 +-0.363281250000 +0.099609375000 +0.165039062500 +-0.187500000000 +-0.043457031250 +0.119140625000 +0.087402343750 +-0.003189086914 +-0.011474609375 +-0.695312500000 +0.173828125000 +0.236328125000 +-0.335937500000 +-0.023437500000 +-0.414062500000 +0.139648437500 +-0.349609375000 +-0.172851562500 +0.006835937500 +0.127929687500 +-0.118164062500 +0.054931640625 +-0.210937500000 +-0.050537109375 +0.140625000000 +0.326171875000 +0.042480468750 +-0.085449218750 +0.008361816406 +0.013244628906 +-0.328125000000 +0.090332031250 +-0.031982421875 +0.038818359375 +-0.078125000000 +-0.263671875000 +-0.137695312500 +-0.267578125000 +0.031250000000 +-0.143554687500 +0.053710937500 +0.031494140625 +-0.203125000000 +-0.382812500000 +0.147460937500 +0.005157470703 +0.027465820312 +0.006134033203 +-0.283203125000 +0.006958007812 +-0.671875000000 +0.069335937500 +-0.212890625000 +0.096679687500 +0.081054687500 +-0.227539062500 +0.073730468750 +-0.028930664062 +-0.083496093750 +-0.002029418945 +0.131835937500 +-0.200195312500 +0.029541015625 +0.149414062500 +-0.062011718750 +-0.306640625000 +-0.248046875000 +0.164062500000 +-0.119140625000 +-0.671875000000 +-0.065917968750 +-0.173828125000 +-0.151367187500 +0.250000000000 +0.068359375000 +0.125976562500 +0.215820312500 +0.128906250000 +0.020263671875 +-0.878906250000 +-0.133789062500 +-0.129882812500 +-0.093261718750 +0.005584716797 +0.033935546875 +-0.013488769531 +0.058105468750 +0.051025390625 +-0.613281250000 +0.376953125000 +-0.310546875000 +-0.229492187500 +0.012329101562 +0.069335937500 +-0.194335937500 +-0.039306640625 +0.075683593750 +-0.093261718750 +-0.167968750000 +-0.126953125000 +-0.020385742188 +-0.267578125000 +-0.024047851562 +-0.002288818359 +0.226562500000 +-0.003097534180 +-0.120117187500 +-0.257812500000 +0.031250000000 +0.045898437500 +-0.032714843750 +-0.189453125000 +-0.367187500000 +-0.073730468750 +0.163085937500 +-0.066406250000 +0.180664062500 +-0.067382812500 +-0.027587890625 +-0.190429687500 +-0.027099609375 +-0.154296875000 +0.006500244141 +-0.011779785156 +0.073242187500 +-0.229492187500 +-0.008422851562 +0.122558593750 +-1.296875000000 +-0.027587890625 +-0.233398437500 +0.046142578125 +-0.003967285156 +-0.906250000000 +-0.012817382812 +0.065429687500 +0.211914062500 +-0.173828125000 +-0.018310546875 +-0.174804687500 +-0.213867187500 +0.120605468750 +0.202148437500 +-0.287109375000 +-0.153320312500 +0.035888671875 +-0.041015625000 +-0.133789062500 +-0.183593750000 +-0.328125000000 +-0.102050781250 +0.147460937500 +-0.691406250000 +0.204101562500 +-0.052734375000 +-0.176757812500 +0.016723632812 +-0.022949218750 +-0.157226562500 +-0.024414062500 +0.188476562500 +-0.094238281250 +-0.108886718750 +-0.053710937500 +0.074218750000 +-0.128906250000 +0.003997802734 +-0.333984375000 +-0.123046875000 +-0.127929687500 +0.324218750000 +-0.161132812500 +0.075683593750 +-0.015747070312 +-0.215820312500 +-0.237304687500 +-0.056396484375 +0.123535156250 +-0.146484375000 +-0.022216796875 +-0.021606445312 +-0.036621093750 +0.019042968750 +-0.053955078125 +0.092773437500 +-0.104980468750 +-0.239257812500 +-0.036621093750 +0.008483886719 +0.016479492188 +-0.026611328125 +0.050292968750 +0.211914062500 +-0.058349609375 +-0.029785156250 +-0.023193359375 +-0.130859375000 +-0.820312500000 +-0.095703125000 +-0.140625000000 +-0.215820312500 +0.396484375000 +-0.035888671875 +-0.072753906250 +0.215820312500 +-0.118164062500 +-0.355468750000 +-1.093750000000 +-0.134765625000 +-0.039062500000 +-0.163085937500 +0.028686523438 +-0.098632812500 +-0.060546875000 +-0.357421875000 +0.019165039062 +0.088378906250 +0.281250000000 +-0.013366699219 +-0.353515625000 +0.044433593750 +-0.003143310547 +-0.227539062500 +-0.166015625000 +0.020629882812 +-0.018188476562 +-0.069824218750 +-0.388671875000 +0.036132812500 +-0.164062500000 +0.080078125000 +0.090820312500 +-0.190429687500 +-0.051757812500 +0.036132812500 +0.041503906250 +-0.195312500000 +-0.061279296875 +0.009460449219 +-0.005554199219 +-0.178710937500 +-0.154296875000 +-1.195312500000 +-0.043457031250 +-0.079101562500 +-0.057617187500 +0.092285156250 +-0.216796875000 +-0.170898437500 +-0.025024414062 +0.135742187500 +-0.066406250000 +0.132812500000 +0.020751953125 +-0.314453125000 +0.038818359375 +0.247070312500 +-0.241210937500 +-0.400390625000 +-0.166992187500 +-0.111328125000 +-0.265625000000 +-0.116210937500 +-0.013793945312 +-0.142578125000 +0.296875000000 +0.059326171875 +-0.116210937500 +0.190429687500 +0.020141601562 +-0.363281250000 +-1.203125000000 +-0.177734375000 +-0.080078125000 +0.131835937500 +-0.045166015625 +0.052978515625 +-0.104492187500 +0.009338378906 +0.042236328125 +-0.183593750000 +-0.004638671875 +0.026000976562 +0.046386718750 +-0.050781250000 +0.007232666016 +-0.275390625000 +0.147460937500 +-0.122558593750 +0.123046875000 +-0.117187500000 +0.028564453125 +-0.195312500000 +0.071777343750 +0.065429687500 +-0.118652343750 +-0.088378906250 +-0.092773437500 +-0.001182556152 +-0.149414062500 +0.012634277344 +-0.044921875000 +0.180664062500 +-0.143554687500 +0.111816406250 +-0.086914062500 +0.016235351562 +-0.025390625000 +0.202148437500 +-0.135742187500 +-0.294921875000 +-0.139648437500 +0.056884765625 +0.021240234375 +-0.024291992188 +-0.143554687500 +0.111328125000 +-0.036376953125 +0.074218750000 +0.014038085938 +-0.261718750000 +0.085937500000 +-0.209960937500 +-0.227539062500 +-0.267578125000 +0.000406265259 +-0.208984375000 +-0.007385253906 +0.170898437500 +-0.104003906250 +0.179687500000 +0.152343750000 +0.062011718750 +-0.007446289062 +0.039794921875 +0.067382812500 +0.029663085938 +-0.025146484375 +0.046875000000 +0.001396179199 +0.043212890625 +0.119140625000 +0.141601562500 +0.138671875000 +0.183593750000 +0.101562500000 +0.099121093750 +-0.087402343750 +0.010314941406 +-0.105468750000 +-0.057128906250 +0.265625000000 +0.033447265625 +-0.079589843750 +-0.047119140625 +-0.265625000000 +-0.207031250000 +-0.279296875000 +0.069824218750 +-0.174804687500 +0.024047851562 +0.038574218750 +-0.253906250000 +-0.132812500000 +-0.176757812500 +-0.083007812500 +0.216796875000 +-0.222656250000 +-0.024536132812 +-0.034667968750 +0.031250000000 +-0.064453125000 +0.133789062500 +0.123535156250 +-0.125000000000 +-0.068847656250 +-0.042236328125 +0.155273437500 +-0.158203125000 +-0.120117187500 +-0.011108398438 +-0.061767578125 +0.087402343750 +-0.275390625000 +0.089355468750 +-0.101074218750 +-0.107421875000 +-0.170898437500 +-0.480468750000 +-0.392578125000 +0.013977050781 +-0.032958984375 +0.023193359375 +-0.005676269531 +0.138671875000 +-0.310546875000 +0.155273437500 +-0.105957031250 +0.156250000000 +0.247070312500 +-0.110351562500 +0.235351562500 +-0.212890625000 +-0.173828125000 +-0.353515625000 +-0.029296875000 +0.043945312500 +0.068359375000 +0.227539062500 +0.180664062500 +-0.242187500000 +-0.037841796875 +0.068847656250 +-0.070312500000 +-0.109375000000 +0.247070312500 +-0.080566406250 +0.061279296875 +-0.120117187500 +-0.427734375000 +-0.151367187500 +0.129882812500 +-0.137695312500 +-0.332031250000 +-0.140625000000 +-0.248046875000 +0.013000488281 +-0.000732421875 +0.048095703125 +-0.147460937500 +0.021606445312 +-0.100585937500 +-0.275390625000 +0.009643554688 +-0.882812500000 +-0.196289062500 +0.095214843750 +0.062988281250 +-0.269531250000 +-0.040527343750 +0.114746093750 +0.049072265625 +-0.699218750000 +-0.159179687500 +-0.042968750000 +-0.045898437500 +0.012939453125 +-0.135742187500 +-0.017089843750 +0.079101562500 +0.223632812500 +0.183593750000 +0.073730468750 +-0.213867187500 +-0.335937500000 +0.023803710938 +0.102539062500 +-0.032714843750 +-0.029174804688 +-0.145507812500 +-0.174804687500 +-0.251953125000 +-0.208007812500 +0.064453125000 +0.131835937500 +-0.010742187500 +0.051269531250 +-0.165039062500 +0.076660156250 +0.020507812500 +-0.018066406250 +-0.069824218750 +0.195312500000 +-0.812500000000 +0.100585937500 +-0.196289062500 +-0.045410156250 +0.007141113281 +-0.102539062500 +0.244140625000 +0.037841796875 +-0.008361816406 +0.034912109375 +0.083496093750 +0.097656250000 +-0.515625000000 +-0.138671875000 +0.073242187500 +-0.168945312500 +0.033935546875 +0.055419921875 +0.031494140625 +-0.003997802734 +-0.192382812500 +-0.150390625000 +-0.054931640625 +0.066406250000 +-0.182617187500 +0.162109375000 +0.051025390625 +0.001739501953 +0.081542968750 +0.097656250000 +0.038085937500 +0.031127929688 +-0.102050781250 +-0.018310546875 +0.129882812500 +0.082031250000 +-0.059814453125 +-0.008666992188 +0.029907226562 +-0.008117675781 +0.037109375000 +-0.011779785156 +0.071289062500 +0.029418945312 +-0.080566406250 +0.045410156250 +-0.031005859375 +0.027832031250 +-0.038085937500 +-0.016723632812 +-0.165039062500 +-0.061035156250 +0.166015625000 +-0.031738281250 +-0.269531250000 +-0.232421875000 +-0.008361816406 +-0.002365112305 +-0.048339843750 +-0.402343750000 +0.117187500000 +0.090332031250 +-0.203125000000 +-0.202148437500 +-0.060302734375 +0.109375000000 +0.125000000000 +-0.176757812500 +-0.230468750000 +0.000180244446 +0.071289062500 +0.088867187500 +-0.018798828125 +0.179687500000 +0.492187500000 +-0.164062500000 +-0.294921875000 +0.090820312500 +0.024414062500 +-0.394531250000 +-0.077636718750 +0.402343750000 +0.169921875000 +-0.044677734375 +0.195312500000 +0.043945312500 +-0.017578125000 +-0.057861328125 +-0.096679687500 +-0.082031250000 +0.229492187500 +-0.143554687500 +-0.093750000000 +0.187500000000 +0.126953125000 +-0.205078125000 +0.017089843750 +0.055908203125 +0.050537109375 +0.017944335938 +0.093261718750 +-0.120605468750 +-0.129882812500 +0.036376953125 +-0.316406250000 +-0.640625000000 +0.253906250000 +0.038330078125 +0.055175781250 +0.038330078125 +0.009155273438 +-0.137695312500 +-0.219726562500 +0.051269531250 +0.211914062500 +0.199218750000 +0.242187500000 +0.020751953125 +0.018066406250 +0.080566406250 +0.059082031250 +0.113281250000 +-0.044189453125 +0.053955078125 +0.137695312500 +-0.057617187500 +0.056640625000 +0.065429687500 +-0.102539062500 +-0.091796875000 +-0.318359375000 +-0.028808593750 +-0.083496093750 +-0.240234375000 +-0.037841796875 +-0.101562500000 +-0.065429687500 +0.021728515625 +0.048583984375 +0.068847656250 +-0.083984375000 +-0.112792968750 +-0.040527343750 +0.237304687500 +0.056640625000 +-0.240234375000 +-0.164062500000 +-0.070312500000 +-0.667968750000 +-0.144531250000 +-0.163085937500 +-0.033935546875 +-0.091308593750 +0.143554687500 +-0.033447265625 +0.124511718750 +0.056152343750 +0.083007812500 +-0.069335937500 +0.054443359375 +-0.058105468750 +-0.110839843750 +0.054443359375 +-0.009460449219 +-0.050292968750 +-0.028808593750 +0.121582031250 +0.015991210938 +-0.152343750000 +-0.243164062500 +-0.016845703125 +-0.015991210938 +-0.005340576172 +0.019165039062 +0.018432617188 +-0.263671875000 +-0.126953125000 +0.021606445312 +-0.042968750000 +0.181640625000 +-0.503906250000 +0.135742187500 +0.239257812500 +-0.154296875000 +-0.154296875000 +-0.033691406250 +0.014160156250 +-0.076171875000 +-0.015014648438 +0.000162124634 +0.098632812500 +-0.029541015625 +-0.796875000000 +-0.041503906250 +0.037109375000 +0.104492187500 +-0.226562500000 +-0.244140625000 +0.116699218750 +0.080566406250 +0.006469726562 +0.075683593750 +-0.019775390625 +0.098144531250 +0.095703125000 +-0.081054687500 +-0.192382812500 +-0.460937500000 +-0.127929687500 +0.093750000000 +0.063964843750 +-0.065917968750 +-0.205078125000 +-0.157226562500 +-0.109375000000 +0.011047363281 +-0.061767578125 +0.104003906250 +-0.005371093750 +-0.011840820312 +-0.062988281250 +0.059814453125 +0.052001953125 +0.146484375000 +-0.060791015625 +-0.441406250000 +-0.076660156250 +-0.081054687500 +0.006774902344 +-0.001853942871 +0.136718750000 +0.030639648438 +-0.041748046875 +-0.137695312500 +0.071289062500 +-0.119140625000 +-0.026245117188 +-0.151367187500 +0.035156250000 +-0.051757812500 +-0.193359375000 +-0.046386718750 +-0.247070312500 +-0.052001953125 +-0.080078125000 +-0.294921875000 +0.065429687500 +0.054931640625 +-0.208007812500 +0.073242187500 +0.094726562500 +-0.148437500000 +-0.047363281250 +-0.023071289062 +-0.138671875000 +0.098632812500 +-0.012084960938 +0.048583984375 +-0.096191406250 +-0.021606445312 +-0.030639648438 +-0.153320312500 +-0.458984375000 +-0.032714843750 +-0.141601562500 +-0.045410156250 +-0.071289062500 +-0.091796875000 +-0.036621093750 +-0.050781250000 +-0.187500000000 +0.090820312500 +0.022216796875 +-0.228515625000 +-0.159179687500 +-0.167968750000 +0.133789062500 +0.018920898438 +0.182617187500 +-0.007873535156 +-0.292968750000 +0.001556396484 +-0.112792968750 +-0.089843750000 +0.028076171875 +-0.081054687500 +-0.000398635864 +-0.067382812500 +-0.186523437500 +-0.057861328125 +0.072753906250 +-0.042724609375 +-0.076660156250 +0.003021240234 +-0.033691406250 +0.061035156250 +-0.005279541016 +-0.177734375000 +-0.046142578125 +0.204101562500 +0.082031250000 +-0.038818359375 +-0.151367187500 +0.088378906250 +0.058105468750 +-0.165039062500 +0.043212890625 +-0.155273437500 +0.012756347656 +0.083496093750 +0.074707031250 +0.132812500000 +-0.213867187500 +0.091796875000 +-0.049560546875 +-0.149414062500 +-0.204101562500 +-0.020874023438 +-0.062255859375 +-0.131835937500 +-0.034912109375 +0.002563476562 +0.314453125000 +0.049804687500 +-0.087890625000 +-0.355468750000 +-0.047363281250 +-0.000119209290 +-0.030273437500 +-0.189453125000 +-0.138671875000 +0.103027343750 +-0.101074218750 +-0.035644531250 +-0.155273437500 +0.357421875000 +0.054931640625 +-0.279296875000 +-0.005584716797 +-0.070312500000 +-0.187500000000 +0.101562500000 +0.030029296875 +-0.109863281250 +-0.190429687500 +0.211914062500 +-0.099121093750 +0.053466796875 +0.031982421875 +-0.065429687500 +-0.018798828125 +0.134765625000 +-0.039306640625 +0.016967773438 +0.051025390625 +0.031005859375 +-0.148437500000 +0.021606445312 +0.244140625000 +-0.073730468750 +0.003906250000 +0.051513671875 +-0.053466796875 +0.013977050781 +-0.038818359375 +0.043945312500 +0.037109375000 +-0.237304687500 +-0.110839843750 +-0.277343750000 +-0.055908203125 +-0.009948730469 +-0.275390625000 +0.181640625000 +0.020019531250 +-0.019653320312 +-0.193359375000 +0.154296875000 +0.186523437500 +-0.257812500000 +-0.039062500000 +-0.163085937500 +-0.077148437500 +0.035888671875 +-0.051269531250 +-0.094238281250 +0.009338378906 +0.035644531250 +0.016479492188 +0.076660156250 +0.111328125000 +0.253906250000 +0.160156250000 +-0.127929687500 +0.214843750000 +0.209960937500 +-0.210937500000 +0.136718750000 +0.012634277344 +0.151367187500 +0.147460937500 +0.026611328125 +-0.010314941406 +0.021850585938 +0.220703125000 +0.443359375000 +-0.184570312500 +0.230468750000 +-0.065429687500 +0.227539062500 +-0.041503906250 +-0.046386718750 +0.104980468750 +-0.101074218750 +-0.216796875000 +-0.164062500000 +0.404296875000 +-0.024291992188 +0.059082031250 +0.020874023438 +0.021606445312 +0.109863281250 +0.185546875000 +-0.107910156250 +-0.287109375000 +0.111816406250 +0.055664062500 +-0.406250000000 +0.163085937500 +0.117675781250 +0.279296875000 +0.291015625000 +-0.241210937500 +0.020141601562 +-0.153320312500 +0.013183593750 +0.365234375000 +0.312500000000 +0.164062500000 +-0.028198242188 +0.166015625000 +-0.185546875000 +-0.363281250000 +-0.105957031250 +0.265625000000 +-0.028320312500 +-0.059082031250 +-0.018310546875 +0.094726562500 +0.099609375000 +-0.212890625000 +0.047607421875 +-0.021484375000 +0.251953125000 +0.030273437500 +0.098632812500 +0.040771484375 +-0.132812500000 +-0.277343750000 +0.084472656250 +-0.106933593750 +-0.057373046875 +-0.146484375000 +-0.002792358398 +0.021484375000 +-0.035400390625 +0.148437500000 +0.097656250000 +-0.470703125000 +-0.067382812500 +-0.247070312500 +-0.183593750000 +0.169921875000 +0.008483886719 +-0.005065917969 +-0.033447265625 +-0.149414062500 +-0.016113281250 +-0.106445312500 +0.150390625000 +-0.136718750000 +0.124023437500 +-0.235351562500 +-0.016845703125 +0.013977050781 +-0.171875000000 +0.083007812500 +0.012207031250 +0.048583984375 +-0.157226562500 +-0.035400390625 +-0.231445312500 +-0.230468750000 +-0.034179687500 +-0.174804687500 +0.031738281250 +0.092285156250 +0.083007812500 +-0.005340576172 +-0.005706787109 +-1.046875000000 +0.103027343750 +-0.261718750000 +-0.072265625000 +0.255859375000 +-0.119628906250 +0.107421875000 +-0.210937500000 +0.322265625000 +-0.017944335938 +0.102539062500 +0.165039062500 +0.228515625000 +0.032226562500 +0.392578125000 +0.071289062500 +0.116699218750 +0.094238281250 +-0.291015625000 +0.205078125000 +0.063964843750 +-0.055908203125 +0.314453125000 +-0.195312500000 +0.053710937500 +-0.025634765625 +0.082031250000 +0.417968750000 +-0.014953613281 +0.086914062500 +-0.009460449219 +-0.092285156250 +0.226562500000 +0.388671875000 +0.102050781250 +0.018066406250 +0.078613281250 +0.283203125000 +-0.373046875000 +-0.016357421875 +0.050537109375 +0.158203125000 +-0.209960937500 +-0.066894531250 +0.326171875000 +-0.025390625000 +0.030395507812 +-0.165039062500 +-0.193359375000 +0.066406250000 +-0.183593750000 +-0.683593750000 +-0.046142578125 +0.208007812500 +-0.012817382812 +-0.197265625000 +-0.036865234375 +0.076171875000 +0.162109375000 +0.025756835938 +-0.277343750000 +-0.208007812500 +-0.133789062500 +-0.027587890625 +0.324218750000 +0.285156250000 +0.107910156250 +0.304687500000 +0.204101562500 +0.004119873047 +-0.071777343750 +-0.120605468750 +-0.129882812500 +-0.089355468750 +0.145507812500 +0.128906250000 +-0.269531250000 +-0.154296875000 +-0.376953125000 +0.079101562500 +0.067871093750 +-0.243164062500 +0.050048828125 +-0.104492187500 +-0.027221679688 +0.010742187500 +-0.353515625000 +0.028930664062 +-0.031250000000 +-0.071777343750 +-0.419921875000 +-0.335937500000 +-0.070800781250 +-0.052246093750 +0.069335937500 +0.043945312500 +-0.079589843750 +-0.055908203125 +-0.376953125000 +0.031250000000 +-0.042724609375 +-0.197265625000 +-0.119628906250 +0.000141143799 +0.083984375000 +-0.157226562500 +0.107910156250 +-0.023071289062 +0.094238281250 +-0.271484375000 +-0.210937500000 +0.012207031250 +-0.000291824341 +0.036132812500 +0.156250000000 +-0.020141601562 +-0.004302978516 +-0.030883789062 +0.021484375000 +-0.351562500000 +-0.003753662109 +-0.117675781250 +0.157226562500 +-0.047607421875 +-0.102050781250 +-0.088378906250 +-0.165039062500 +-0.103027343750 +0.007232666016 +-0.425781250000 +-0.064941406250 +0.131835937500 +0.106933593750 +-0.045654296875 +0.027954101562 +-0.078613281250 +-0.125000000000 +-0.055908203125 +-0.000568389893 +0.119628906250 +-0.233398437500 +-0.224609375000 +0.098632812500 +0.001518249512 +-0.182617187500 +-0.029663085938 +0.031738281250 +-0.085937500000 +-0.117187500000 +-0.052490234375 +-0.259765625000 +0.067871093750 +-0.084472656250 +-0.142578125000 +-0.104980468750 +-0.197265625000 +-0.001312255859 +0.031738281250 +-0.045166015625 +0.045166015625 +-0.196289062500 +0.013488769531 +-0.102050781250 +-0.208984375000 +-0.192382812500 +0.037353515625 +-0.273437500000 +-0.011596679688 +0.023925781250 +-0.585937500000 +-0.018554687500 +0.151367187500 +-0.000572204590 +-0.070800781250 +-0.166992187500 +0.015625000000 +-0.039550781250 +-0.044677734375 +-0.173828125000 +0.030883789062 +-0.018066406250 +0.021118164062 +-0.069335937500 +-0.019287109375 +-0.023437500000 +-0.341796875000 +-0.020385742188 +0.007629394531 +-0.098632812500 +-0.032226562500 +-0.107421875000 +0.026123046875 +-0.223632812500 +-0.314453125000 +-0.002685546875 +0.075683593750 +-0.139648437500 +0.003051757812 +0.043945312500 +0.070312500000 +-0.123046875000 +-0.126953125000 +-0.132812500000 +-0.010620117188 +0.589843750000 +-0.187500000000 +0.096191406250 +-0.121582031250 +0.034667968750 +0.082519531250 +-0.012634277344 +-0.031738281250 +0.018676757812 +-0.031494140625 +-0.233398437500 +-0.166992187500 +-0.045898437500 +-0.129882812500 +-0.145507812500 +0.367187500000 +0.002273559570 +0.109863281250 +0.032226562500 +0.008117675781 +-0.037841796875 +-0.118652343750 +0.147460937500 +-0.269531250000 +0.159179687500 +-0.271484375000 +-0.216796875000 +-0.146484375000 +0.202148437500 +0.009582519531 +-0.253906250000 +0.089843750000 +-0.142578125000 +-0.644531250000 +-0.119628906250 +-0.253906250000 +0.087890625000 +-0.052978515625 +-0.333984375000 +-0.369140625000 +0.056152343750 +0.365234375000 +-0.001716613770 +-0.086425781250 +-0.188476562500 +0.038330078125 +0.022460937500 +-0.050292968750 +-0.185546875000 +-0.318359375000 +0.031250000000 +-0.363281250000 +-0.165039062500 +0.163085937500 +0.041259765625 +0.228515625000 +0.094238281250 +-0.100585937500 +-0.398437500000 +0.034667968750 +0.018920898438 +-0.040527343750 +0.014404296875 +-0.038818359375 +-1.062500000000 +-0.088378906250 +-0.140625000000 +-0.044921875000 +-0.028686523438 +-0.096191406250 +0.098632812500 +-0.072265625000 +-0.093750000000 +0.087402343750 +-0.096191406250 +0.096191406250 +0.128906250000 +0.020019531250 +0.092285156250 +-0.386718750000 +-0.046630859375 +-0.402343750000 +0.086425781250 +-0.002395629883 +0.025878906250 +-0.054443359375 +-0.152343750000 +-0.201171875000 +-0.153320312500 +0.085449218750 +-0.071777343750 +-0.121582031250 +-0.016845703125 +-0.247070312500 +0.126953125000 +0.083007812500 +0.000257492065 +-0.177734375000 +0.072265625000 +-0.152343750000 +-0.006927490234 +0.023437500000 +0.009643554688 +0.065429687500 +-0.066406250000 +-0.193359375000 +-0.134765625000 +-0.210937500000 +-0.038818359375 +0.054931640625 +0.054687500000 +-0.162109375000 +-0.128906250000 +-0.060791015625 +-0.055175781250 +-0.134765625000 +0.114257812500 +-0.437500000000 +0.106933593750 +0.018310546875 +-0.084960937500 +-0.063964843750 +-0.066406250000 +-0.279296875000 +-0.139648437500 +-0.128906250000 +-0.029296875000 +0.055419921875 +-0.160156250000 +0.053955078125 +-0.177734375000 +-0.037353515625 +-0.006988525391 +-0.212890625000 +-0.145507812500 +0.092285156250 +0.057373046875 +-0.108398437500 +-0.080566406250 +0.042236328125 +0.078613281250 +0.177734375000 +-0.074707031250 +-0.017211914062 +-0.104492187500 +-0.378906250000 +-0.020141601562 +0.081054687500 +0.291015625000 +-0.145507812500 +0.064941406250 +-0.267578125000 +-0.026611328125 +-0.008728027344 +-0.273437500000 +0.003814697266 +0.046630859375 +-0.139648437500 +-0.124023437500 +0.043701171875 +0.032226562500 +-0.189453125000 +0.057861328125 +-0.093750000000 +-0.001022338867 +-0.077148437500 +0.086425781250 +0.006744384766 +-0.261718750000 +-0.109863281250 +-0.109375000000 +-0.118652343750 +0.115234375000 +-0.314453125000 +0.009460449219 +-0.131835937500 +-0.045898437500 +-0.009277343750 +0.041015625000 +-0.132812500000 +0.156250000000 +-0.063476562500 +0.081542968750 +0.091796875000 +-0.349609375000 +0.049560546875 +-0.542968750000 +-0.085449218750 +-0.028076171875 +-0.000434875488 +0.063476562500 +0.296875000000 +0.369140625000 +0.035156250000 +-0.396484375000 +0.118652343750 +-0.074218750000 +0.104980468750 +-0.059570312500 +-0.059326171875 +-0.096679687500 +0.007415771484 +-0.025512695312 +0.018554687500 +0.007019042969 +-0.069335937500 +-0.433593750000 +-0.090332031250 +-0.004547119141 +-0.141601562500 +-0.455078125000 +-0.026489257812 +0.007232666016 +0.061767578125 +0.104492187500 +-0.094726562500 +0.070312500000 +-0.820312500000 +-0.032470703125 +-0.019409179688 +0.135742187500 +-0.151367187500 +-0.234375000000 +0.126953125000 +-0.046386718750 +-0.351562500000 +-0.187500000000 +0.151367187500 +-0.049560546875 +0.115722656250 +-0.076660156250 +-0.059082031250 +0.133789062500 +-0.378906250000 +0.145507812500 +0.033935546875 +-0.941406250000 +-0.083984375000 +0.008544921875 +0.015075683594 +0.308593750000 +-0.017578125000 +-0.122558593750 +0.113769531250 +0.042724609375 +-0.281250000000 +-0.246093750000 +0.109375000000 +0.080566406250 +0.108886718750 +0.118652343750 +0.142578125000 +0.198242187500 +0.275390625000 +-0.077148437500 +0.042968750000 +-0.020874023438 +0.174804687500 +-0.065917968750 +-0.009948730469 +-0.287109375000 +0.066406250000 +0.265625000000 +0.015319824219 +0.227539062500 +-0.036376953125 +0.077148437500 +-0.217773437500 +0.094726562500 +0.121582031250 +-0.165039062500 +-0.006744384766 +0.069335937500 +0.216796875000 +0.054443359375 +-0.189453125000 +0.114746093750 +0.298828125000 +-0.005523681641 +0.051757812500 +-0.061035156250 +0.160156250000 +0.164062500000 +-0.188476562500 +0.062988281250 +-0.267578125000 +0.048339843750 +0.193359375000 +0.147460937500 +0.156250000000 +-0.062500000000 +0.020019531250 +-0.180664062500 +0.125976562500 +-0.003158569336 +0.056152343750 +-0.105468750000 +0.036132812500 +-0.119628906250 +-0.380859375000 +-0.018798828125 +-0.013488769531 +-0.143554687500 +-0.109863281250 +-0.000308990479 +0.147460937500 +-0.312500000000 +0.195312500000 +0.022216796875 +0.034912109375 +-0.105468750000 +-0.080566406250 +0.030273437500 +-0.118652343750 +-0.244140625000 +-0.230468750000 +-0.357421875000 +-0.106445312500 +-0.116210937500 +-0.094238281250 +0.015625000000 +0.045166015625 +0.022583007812 +0.039794921875 +-0.542968750000 +0.304687500000 +-0.093261718750 +0.001998901367 +0.343750000000 +0.012451171875 +0.125000000000 +-0.083984375000 +-0.121582031250 +0.010742187500 +-0.148437500000 +-0.093750000000 +-0.160156250000 +0.101562500000 +-0.121582031250 +-0.324218750000 +-0.016479492188 +-0.024047851562 +-0.871093750000 +-0.074707031250 +0.081542968750 +-0.183593750000 +-0.078125000000 +-0.124511718750 +-0.240234375000 +0.114257812500 +-0.080078125000 +-0.241210937500 +0.129882812500 +-0.298828125000 +-0.106445312500 +-0.027587890625 +-0.166015625000 +0.033691406250 +0.203125000000 +-0.043212890625 +-0.472656250000 +-0.231445312500 +0.253906250000 +-0.237304687500 +-0.195312500000 +-0.137695312500 +0.071777343750 +-0.214843750000 +0.039062500000 +-0.007934570312 +0.055419921875 +-0.111816406250 +-0.038330078125 +-0.035644531250 +0.077148437500 +-0.318359375000 +0.230468750000 +-0.180664062500 +0.033935546875 +-0.193359375000 +-0.251953125000 +0.061523437500 +0.070800781250 +-0.100097656250 +0.453125000000 +-0.222656250000 +-0.500000000000 +-0.006561279297 +0.008422851562 +-0.248046875000 +-0.146484375000 +-0.007995605469 +0.061767578125 +-0.251953125000 +0.044677734375 +-0.328125000000 +0.168945312500 +0.053710937500 +-0.122070312500 +0.120117187500 +0.177734375000 +0.151367187500 +0.104980468750 +-0.181640625000 +0.322265625000 +0.077148437500 +-0.046630859375 +0.059082031250 +0.035400390625 +-0.167968750000 +-0.065917968750 +0.178710937500 +0.067382812500 +0.064941406250 +0.052001953125 +0.019897460938 +0.133789062500 +-0.069335937500 +0.047851562500 +0.232421875000 +-0.015502929688 +0.016235351562 +-0.116210937500 +-0.566406250000 +-0.251953125000 +-0.102539062500 +0.033447265625 +-0.451171875000 +-1.046875000000 +-0.439453125000 +0.027832031250 +-0.148437500000 +0.277343750000 +0.055908203125 +0.016479492188 +-0.320312500000 +0.096191406250 +0.136718750000 +-0.146484375000 +-0.063964843750 +0.143554687500 +0.042480468750 +-0.253906250000 +-0.104003906250 +0.097167968750 +-0.003417968750 +0.029296875000 +-0.172851562500 +0.176757812500 +-0.104492187500 +0.085937500000 +0.023193359375 +0.088867187500 +-0.065429687500 +0.218750000000 +0.064941406250 +-0.289062500000 +0.093750000000 +-0.445312500000 +-0.113769531250 +0.025878906250 +0.060546875000 +-0.146484375000 +0.212890625000 +0.082519531250 +0.152343750000 +0.032470703125 +0.117675781250 +0.014465332031 +-0.000232696533 +0.010070800781 +-0.093261718750 +0.020507812500 +0.079101562500 +-0.002059936523 +-0.005920410156 +0.001037597656 +-0.248046875000 +-0.143554687500 +0.003936767578 +-0.034912109375 +-0.250000000000 +-0.083496093750 +-0.037353515625 +0.086425781250 +-0.083984375000 +0.081542968750 +-0.742187500000 +0.036621093750 +-0.388671875000 +0.029785156250 +0.112304687500 +-0.824218750000 +0.010131835938 +-0.062011718750 +-0.088378906250 +-0.190429687500 +-0.055908203125 +-0.027587890625 +-0.093261718750 +-0.136718750000 +0.226562500000 +0.166015625000 +0.035888671875 +0.109375000000 +0.083496093750 +0.115234375000 +0.094238281250 +-0.248046875000 +0.047363281250 +-0.019042968750 +0.265625000000 +0.021484375000 +-0.033691406250 +0.136718750000 +0.037109375000 +0.056884765625 +-0.343750000000 +-0.021484375000 +0.030639648438 +-0.069824218750 +-0.130859375000 +-0.057617187500 +0.019042968750 +-0.343750000000 +-0.052001953125 +-0.017578125000 +-0.664062500000 +0.034423828125 +-0.072753906250 +0.010498046875 +-0.251953125000 +-0.166992187500 +0.014831542969 +-0.154296875000 +0.061279296875 +0.138671875000 +-0.148437500000 +-0.007293701172 +-0.033447265625 +0.018554687500 +0.062011718750 +0.039306640625 +0.081542968750 +-0.028808593750 +-0.211914062500 +-0.032470703125 +0.015869140625 +0.030517578125 +0.112792968750 +0.075683593750 +0.076171875000 +-0.110351562500 +-0.271484375000 +-0.054443359375 +-0.140625000000 +-0.125976562500 +0.024414062500 +-0.020019531250 +-0.355468750000 +0.090332031250 +0.075683593750 +-0.066894531250 +0.007110595703 +-0.402343750000 +-0.466796875000 +-0.382812500000 +-0.076660156250 +-0.020507812500 +0.026123046875 +0.203125000000 +-0.190429687500 +0.025024414062 +-0.251953125000 +0.023071289062 +-0.167968750000 +-0.216796875000 +-0.026489257812 +-0.012451171875 +0.043701171875 +-0.064941406250 +-0.269531250000 +-0.051513671875 +-0.015197753906 +-0.202148437500 +-0.357421875000 +-0.202148437500 +0.225585937500 +-0.000205039978 +0.027221679688 +-0.355468750000 +-0.515625000000 +0.001808166504 +0.037353515625 +-0.014953613281 +-0.021484375000 +0.078125000000 +-0.116210937500 +-0.003570556641 +-0.002578735352 +-0.072265625000 +-0.318359375000 +-0.080566406250 +0.036376953125 +0.131835937500 +0.042236328125 +0.061279296875 +0.029785156250 +-0.070312500000 +-0.135742187500 +-0.084472656250 +0.072753906250 +-0.320312500000 +-0.128906250000 +-0.007568359375 +0.156250000000 +-0.092773437500 +0.166992187500 +-0.049560546875 +0.000782012939 +-0.080078125000 +-0.123046875000 +-0.042480468750 +-0.160156250000 +0.146484375000 +-0.047363281250 +0.022460937500 +-0.074218750000 +-0.022460937500 +-0.367187500000 +-0.213867187500 +0.054687500000 +0.093750000000 +0.113769531250 +0.132812500000 +-0.004089355469 +0.045166015625 +0.076660156250 +0.154296875000 +-0.057373046875 +0.005859375000 +-0.094238281250 +-0.088867187500 +0.086914062500 +-0.170898437500 +-0.061279296875 +-0.070800781250 +0.056152343750 +-0.078613281250 +0.003387451172 +0.020263671875 +-0.005126953125 +-0.126953125000 +-0.181640625000 +-0.085937500000 +-0.402343750000 +-0.075683593750 +0.194335937500 +0.065917968750 +-0.326171875000 +-0.202148437500 +0.059082031250 +-0.087890625000 +-0.045654296875 +0.145507812500 +-0.031494140625 +-0.030517578125 +-0.194335937500 +0.062011718750 +0.118652343750 +-0.083496093750 +0.100585937500 +-0.086914062500 +-0.441406250000 +-0.125976562500 +0.049560546875 +-0.046630859375 +0.180664062500 +0.113769531250 +0.078613281250 +0.156250000000 +-0.375000000000 +-0.021606445312 +-0.597656250000 +-0.468750000000 +0.156250000000 +0.044189453125 +-0.013183593750 +0.059326171875 +-0.001182556152 +-0.308593750000 +0.027709960938 +0.012023925781 +-0.183593750000 +-0.199218750000 +-0.037353515625 +-0.007141113281 +0.124023437500 +-0.036132812500 +-0.071289062500 +0.070800781250 +0.139648437500 +-0.011779785156 +0.154296875000 +0.119140625000 +-0.013183593750 +0.198242187500 +0.044677734375 +0.101074218750 +0.095214843750 +-0.104003906250 +-0.011169433594 +-0.108886718750 +0.071289062500 +0.067382812500 +-0.141601562500 +0.195312500000 +0.154296875000 +0.180664062500 +0.034667968750 +0.131835937500 +-0.034423828125 +0.052001953125 +0.030639648438 +0.130859375000 +-0.155273437500 +0.005340576172 +-0.231445312500 +-0.028564453125 +0.130859375000 +-0.010681152344 +-0.000823974609 +0.170898437500 +-0.205078125000 +-0.133789062500 +0.296875000000 +-0.283203125000 +0.028686523438 +-0.238281250000 +0.081054687500 +-0.100585937500 +-0.059570312500 +0.052246093750 +-0.171875000000 +0.066894531250 +0.163085937500 +-0.056884765625 +0.167968750000 +-0.155273437500 +-0.003890991211 +-0.045166015625 +-0.064453125000 +0.037841796875 +0.099609375000 +0.104492187500 +-0.102050781250 +0.050048828125 +0.000142097473 +0.020751953125 +-0.070800781250 +-0.408203125000 +0.056640625000 +0.279296875000 +0.148437500000 +0.094726562500 +-0.134765625000 +0.013061523438 +-0.035644531250 +-0.034912109375 +-0.077636718750 +-0.707031250000 +0.025024414062 +0.117675781250 +-0.322265625000 +0.105957031250 +0.115234375000 +-0.002029418945 +-0.157226562500 +0.009216308594 +0.148437500000 +0.006866455078 +-0.091796875000 +-0.037109375000 +-0.562500000000 +0.060791015625 +-0.143554687500 +-0.011596679688 +0.134765625000 +-0.110839843750 +-0.018798828125 +-0.027465820312 +0.159179687500 +-0.186523437500 +-0.234375000000 +0.070312500000 +-0.083496093750 +0.021728515625 +0.007873535156 +-0.240234375000 +0.143554687500 +0.093750000000 +0.091308593750 +-0.029052734375 +0.035400390625 +-0.388671875000 +0.022827148438 +-0.187500000000 +-0.055908203125 +-0.427734375000 +-0.177734375000 +0.036132812500 +0.028076171875 +-0.094726562500 +-0.015625000000 +-0.013305664062 +-0.343750000000 +0.124511718750 +0.043457031250 +-0.014953613281 +0.001289367676 +-0.080078125000 +-0.703125000000 +-0.064941406250 +-0.199218750000 +-0.104980468750 +0.157226562500 +0.009399414062 +-0.423828125000 +0.099121093750 +0.065917968750 +-0.019775390625 +-0.070312500000 +-0.079589843750 +0.024047851562 +-0.041259765625 +0.016235351562 +-0.039550781250 +0.116210937500 +-0.214843750000 +0.048095703125 +0.129882812500 +0.196289062500 +0.105957031250 +-0.129882812500 +-0.039062500000 +0.080566406250 +-0.263671875000 +-0.023925781250 +-0.098144531250 +0.024169921875 +-0.097167968750 +0.020629882812 +0.011535644531 +-0.041992187500 +0.097656250000 +-0.124511718750 +0.008300781250 +0.197265625000 +0.224609375000 +0.014404296875 +0.032470703125 +0.128906250000 +-0.115722656250 +0.042236328125 +0.049072265625 +0.204101562500 +-0.063476562500 +0.166015625000 +0.027587890625 +0.051025390625 +-0.049560546875 +-0.006286621094 +-0.009033203125 +0.232421875000 +0.100097656250 +-0.124023437500 +-0.102539062500 +-0.108398437500 +-0.192382812500 +0.051025390625 +0.151367187500 +-0.038574218750 +-0.088867187500 +0.087890625000 +0.202148437500 +-0.053710937500 +-0.086914062500 +-0.394531250000 +-0.038330078125 +0.083496093750 +0.072753906250 +0.095703125000 +0.191406250000 +-0.054199218750 +0.031250000000 +0.005432128906 +-0.250000000000 +-0.062011718750 +-0.230468750000 +-0.009948730469 +0.130859375000 +-0.188476562500 +-0.113769531250 +0.009948730469 +-0.298828125000 +0.042724609375 +0.182617187500 +-0.011413574219 +0.114257812500 +0.042968750000 +-0.192382812500 +-0.110351562500 +-0.373046875000 +-0.076171875000 +0.124511718750 +0.145507812500 +0.183593750000 +-0.020263671875 +-0.199218750000 +0.061279296875 +0.028686523438 +-0.079101562500 +0.001930236816 +-0.078613281250 +-0.059814453125 +-0.091796875000 +0.111816406250 +-0.044921875000 +0.234375000000 +-0.035156250000 +-0.218750000000 +-0.019165039062 +0.031127929688 +0.210937500000 +-0.141601562500 +-0.217773437500 +-0.029296875000 +-0.135742187500 +0.025390625000 +-0.417968750000 +0.148437500000 +-0.143554687500 +0.133789062500 +0.068359375000 +-0.142578125000 +0.035156250000 +-0.263671875000 +0.104003906250 +0.169921875000 +-0.174804687500 +0.056396484375 +-0.079101562500 +0.143554687500 +0.147460937500 +-0.535156250000 +0.000934600830 +-0.277343750000 +0.002212524414 +0.018554687500 +-0.152343750000 +0.168945312500 +-0.181640625000 +0.100585937500 +-0.052734375000 +-0.136718750000 +0.164062500000 +-0.265625000000 +-0.106933593750 +0.060302734375 +-0.018676757812 +-0.137695312500 +-0.208984375000 +-0.162109375000 +-0.102050781250 +-0.046630859375 +0.009033203125 +0.078125000000 +-0.110351562500 +-0.185546875000 +0.100585937500 +-0.177734375000 +0.032958984375 +-0.062988281250 +-0.283203125000 +-0.265625000000 +-0.425781250000 +0.088867187500 +-0.188476562500 +-0.168945312500 +-0.277343750000 +-0.048095703125 +0.039794921875 +-0.137695312500 +0.121582031250 +0.154296875000 +0.081542968750 +0.066894531250 +0.041748046875 +-0.162109375000 +-0.008850097656 +0.112792968750 +-0.135742187500 +-0.261718750000 +0.245117187500 +-0.457031250000 +0.137695312500 +-0.151367187500 +-0.031982421875 +0.157226562500 +-0.022705078125 +0.040527343750 +0.071777343750 +-0.241210937500 +-0.361328125000 +-0.859375000000 +0.105468750000 +-0.101562500000 +0.049316406250 +-0.203125000000 +0.028564453125 +0.085937500000 +0.043701171875 +-0.021606445312 +-0.175781250000 +0.273437500000 +-0.108886718750 +0.257812500000 +0.063964843750 +0.055175781250 +0.184570312500 +0.110839843750 +-0.023925781250 +0.142578125000 +0.083007812500 +-0.753906250000 +-0.030273437500 +-0.067871093750 +-0.012939453125 +-0.023559570312 +-0.394531250000 +0.115722656250 +0.037109375000 +-0.419921875000 +0.162109375000 +-0.140625000000 +-0.102050781250 +-0.025024414062 +-0.154296875000 +0.003036499023 +-0.351562500000 +0.145507812500 +-0.200195312500 +0.052734375000 +-0.310546875000 +-0.267578125000 +-0.132812500000 +-0.064941406250 +0.188476562500 +0.157226562500 +0.168945312500 +-0.243164062500 +0.069824218750 +0.435546875000 +0.103515625000 +0.322265625000 +-0.139648437500 +0.189453125000 +-0.033935546875 +-0.222656250000 +0.098144531250 +-0.010559082031 +0.083984375000 +0.427734375000 +-0.152343750000 +-0.014038085938 +-0.030639648438 +-0.468750000000 +-0.275390625000 +-0.330078125000 +-0.190429687500 +-0.047363281250 +0.046875000000 +-0.386718750000 +0.061767578125 +0.015502929688 +-0.312500000000 +0.048828125000 +-0.058593750000 +0.214843750000 +-0.406250000000 +-0.460937500000 +0.099609375000 +0.034912109375 +0.011535644531 +-0.030883789062 +0.049072265625 +-0.008178710938 +-0.181640625000 +0.183593750000 +-0.137695312500 +0.076171875000 +-0.178710937500 +-0.017333984375 +0.082519531250 +0.351562500000 +0.032470703125 +-0.140625000000 +0.141601562500 +-0.314453125000 +-0.138671875000 +-0.330078125000 +-0.107910156250 +-0.085449218750 +-0.029785156250 +0.042480468750 +0.013061523438 +0.324218750000 +0.029785156250 +-0.120605468750 +0.023315429688 +0.042724609375 +0.104003906250 +0.067382812500 +0.051269531250 +-0.155273437500 +-0.058837890625 +-0.158203125000 +0.052490234375 +0.087890625000 +-0.010314941406 +-0.098144531250 +0.126953125000 +-0.047607421875 +0.015991210938 +0.104980468750 +0.039794921875 +0.145507812500 +-0.127929687500 +-0.060791015625 +-0.132812500000 +0.306640625000 +-0.061279296875 +-0.083007812500 +0.013854980469 +0.080566406250 +-0.079589843750 +-1.328125000000 +-0.515625000000 +-0.234375000000 +-0.166015625000 +0.050781250000 +-0.201171875000 +0.294921875000 +-0.201171875000 +0.128906250000 +0.036865234375 +-0.084960937500 +-0.209960937500 +-0.064941406250 +-0.017089843750 +-0.027221679688 +-0.076171875000 +-0.230468750000 +0.000503540039 +-0.028320312500 +-0.020629882812 +-0.296875000000 +0.375000000000 +0.092773437500 +-0.208007812500 +-0.092285156250 +-0.106933593750 +-0.158203125000 +-0.133789062500 +-0.006347656250 +-0.271484375000 +0.168945312500 +0.070312500000 +-0.375000000000 +0.082031250000 +0.199218750000 +0.124023437500 +-0.171875000000 +0.013061523438 +-0.074707031250 +-0.032470703125 +0.117187500000 +0.135742187500 +-0.015625000000 +-0.016235351562 +-0.018432617188 +-0.531250000000 +0.062988281250 +0.006378173828 +-0.184570312500 +0.031005859375 +-0.204101562500 +-0.081542968750 +0.016357421875 +0.087890625000 +-0.088378906250 +0.137695312500 +-0.001159667969 +-0.158203125000 +-0.053222656250 +0.247070312500 +0.002792358398 +0.249023437500 +-0.012512207031 +-0.039794921875 +-0.392578125000 +0.233398437500 +0.124511718750 +0.142578125000 +-0.019409179688 +-0.032958984375 +0.027343750000 +-0.130859375000 +-0.964843750000 +0.085937500000 +-0.053955078125 +0.294921875000 +-0.023437500000 +-0.150390625000 +-0.008361816406 +-0.235351562500 +-0.330078125000 +-0.116210937500 +-0.002059936523 +-0.306640625000 +-0.110839843750 +0.131835937500 +-0.527343750000 +0.005889892578 +-0.066406250000 +-0.224609375000 +-0.371093750000 +-0.030761718750 +-0.445312500000 +-0.263671875000 +0.026245117188 +0.003051757812 +-0.103515625000 +-0.075683593750 +0.088378906250 +-0.090332031250 +-0.076171875000 +-0.208984375000 +-0.052978515625 +-0.458984375000 +-0.096191406250 +0.020629882812 +0.068847656250 +0.001548767090 +-0.051269531250 +0.110839843750 +0.169921875000 +-0.511718750000 +0.149414062500 +0.285156250000 +-0.118164062500 +-0.098632812500 +0.067382812500 +-0.038085937500 +0.110351562500 +-0.102539062500 +-0.341796875000 +0.006500244141 +-0.004302978516 +-0.042480468750 +-0.047119140625 +0.078125000000 +0.106933593750 +0.035400390625 +-1.078125000000 +-0.057128906250 +-0.064453125000 +-0.123535156250 +0.068359375000 +-0.053222656250 +-0.065429687500 +-0.060791015625 +-0.125976562500 +0.006988525391 +-0.086425781250 +-0.105957031250 +0.025024414062 +0.079589843750 +0.439453125000 +0.100585937500 +0.003646850586 +-0.224609375000 +-0.062255859375 +-0.003356933594 +0.029052734375 +-0.122558593750 +0.002578735352 +0.017822265625 +-0.112304687500 +-0.589843750000 +0.080566406250 +0.129882812500 +0.155273437500 +-0.047851562500 +0.083984375000 +-0.203125000000 +-0.192382812500 +-0.119140625000 +0.008361816406 +-0.304687500000 +0.106445312500 +0.155273437500 +-0.035400390625 +0.119628906250 +-0.038085937500 +0.394531250000 +0.117187500000 +-0.014953613281 +-0.158203125000 +-0.044921875000 +-0.267578125000 +-0.096679687500 +-0.081054687500 +-0.099121093750 +-0.062500000000 +-0.376953125000 +-0.070800781250 +0.039794921875 +-0.176757812500 +0.067382812500 +0.100097656250 +-0.279296875000 +-0.138671875000 +-0.235351562500 +-0.250000000000 +-0.077148437500 +0.119140625000 +0.071777343750 +-0.041259765625 +-0.154296875000 +-0.059814453125 +-0.099609375000 +0.019165039062 +-0.033691406250 +0.166015625000 +-0.427734375000 +0.123535156250 +0.120605468750 +0.023315429688 +0.126953125000 +0.011840820312 +0.037353515625 +0.029418945312 +-0.105468750000 +0.347656250000 +-0.116699218750 +-0.083496093750 +0.133789062500 +-0.134765625000 +0.203125000000 +0.052978515625 +0.027954101562 +-0.020751953125 +-0.065917968750 +-0.145507812500 +-0.363281250000 +-0.304687500000 +-0.333984375000 +-0.351562500000 +-0.022216796875 +-0.341796875000 +-0.096191406250 +0.096679687500 +-0.006530761719 +-0.082031250000 +-0.006256103516 +-0.367187500000 +0.138671875000 +0.026245117188 +0.040283203125 +0.036376953125 +-0.039550781250 +-0.240234375000 +-0.018554687500 +-0.114746093750 +0.167968750000 +0.220703125000 +-0.117675781250 +-0.133789062500 +-0.124511718750 +0.116210937500 +-0.134765625000 +0.024780273438 +-0.071289062500 +-0.115722656250 +-0.031127929688 +-0.015441894531 +0.113769531250 +0.052246093750 +-0.248046875000 +-0.449218750000 +-0.057373046875 +-0.029663085938 +-0.169921875000 +-0.011352539062 +0.085937500000 +-0.014892578125 +-0.042480468750 +-0.957031250000 +-0.125976562500 +-0.032714843750 +0.077148437500 +-0.009277343750 +-0.002868652344 +-0.275390625000 +-0.029907226562 +0.044189453125 +0.227539062500 +0.392578125000 +0.134765625000 +0.072753906250 +-0.527343750000 +-0.027587890625 +-0.361328125000 +-0.018798828125 +-0.240234375000 +-0.730468750000 +0.216796875000 +-0.550781250000 +0.138671875000 +-0.224609375000 +-0.094726562500 +-0.166015625000 +-0.531250000000 +-0.100097656250 +-0.102050781250 +0.088378906250 +-0.234375000000 +0.166015625000 +-0.396484375000 +-0.015502929688 +0.238281250000 +0.261718750000 +-0.031738281250 +-0.024047851562 +0.032226562500 +0.083496093750 +-0.292968750000 +-0.211914062500 +0.117187500000 +-0.507812500000 +-0.004211425781 +0.257812500000 +0.143554687500 +0.063476562500 +0.096191406250 +-0.449218750000 +0.029296875000 +-0.054687500000 +-0.004302978516 +-0.228515625000 +-0.476562500000 +-0.200195312500 +-0.078613281250 +0.034423828125 +-0.014282226562 +-0.178710937500 +0.218750000000 +-0.005737304688 +0.115234375000 +-0.105957031250 +-0.146484375000 +-0.257812500000 +-0.032226562500 +0.083984375000 +0.084472656250 +-0.009643554688 +-0.089355468750 +-0.028930664062 +-0.013977050781 +-0.144531250000 +-0.057861328125 +0.068359375000 +0.109375000000 +0.092285156250 +-0.038818359375 +-0.154296875000 +0.045898437500 +-0.045410156250 +-0.523437500000 +0.074218750000 +0.277343750000 +0.062988281250 +-0.043945312500 +0.173828125000 +0.012451171875 +-0.081054687500 +0.133789062500 +-0.073730468750 +-0.099121093750 +0.027832031250 +-0.186523437500 +0.034912109375 +0.086425781250 +0.085449218750 +0.092285156250 +-0.118652343750 +-0.138671875000 +-0.009887695312 +-0.028076171875 +-0.215820312500 +-0.013488769531 +-0.101074218750 +0.207031250000 +0.111328125000 +0.046386718750 +0.025146484375 +-0.043212890625 +0.067382812500 +0.070312500000 +-0.490234375000 +0.100585937500 +-0.132812500000 +-0.019897460938 +0.105468750000 +-0.028442382812 +-0.039550781250 +0.109863281250 +0.020629882812 +0.098144531250 +0.008972167969 +0.212890625000 +-0.166992187500 +0.127929687500 +-0.074218750000 +0.007141113281 +0.114746093750 +-0.058105468750 +0.018310546875 +0.109375000000 +-0.069824218750 +0.020629882812 +0.085449218750 +0.001739501953 +0.128906250000 +-0.134765625000 +-0.001190185547 +-0.061279296875 +-0.183593750000 +-0.298828125000 +-0.223632812500 +0.011596679688 +0.164062500000 +0.139648437500 +-0.052978515625 +-0.203125000000 +-0.144531250000 +-0.058349609375 +0.188476562500 +-0.187500000000 +-0.141601562500 +0.025146484375 +0.000423431396 +0.061523437500 +-0.043212890625 +-0.019531250000 +-0.082519531250 +-0.129882812500 +-0.353515625000 +-0.051269531250 +-0.020507812500 +-0.151367187500 +0.041503906250 +0.065429687500 +-0.085449218750 +0.003524780273 +0.122558593750 +0.185546875000 +-0.156250000000 +0.123535156250 +0.130859375000 +-0.083007812500 +0.101074218750 +0.064453125000 +-0.049072265625 +-0.097167968750 +0.010131835938 +0.031250000000 +0.494140625000 +0.172851562500 +0.046875000000 +0.114257812500 +-0.222656250000 +0.033935546875 +-0.106933593750 +-0.075195312500 +0.071777343750 +0.025390625000 +-0.047851562500 +-0.010742187500 +0.255859375000 +0.051269531250 +0.304687500000 +-0.038574218750 +0.062988281250 +0.123046875000 +-0.429687500000 +0.053222656250 +0.146484375000 +-0.045654296875 +0.039550781250 +-0.949218750000 +-0.148437500000 +-0.103515625000 +0.001449584961 +0.369140625000 +-0.003311157227 +0.161132812500 +-0.194335937500 +-0.048583984375 +-0.111816406250 +-0.024658203125 +-0.048583984375 +-0.025024414062 +0.054931640625 +-0.029296875000 +0.146484375000 +0.154296875000 +0.056152343750 +0.122070312500 +-0.249023437500 +-0.069335937500 +-0.150390625000 +-0.133789062500 +-0.250000000000 +0.118652343750 +0.203125000000 +-0.386718750000 +0.153320312500 +-0.753906250000 +-0.165039062500 +-0.143554687500 +0.179687500000 +0.034667968750 +-0.687500000000 +0.146484375000 +-0.166992187500 +0.013916015625 +-0.511718750000 +-0.010375976562 +0.071289062500 +-0.197265625000 +-0.208007812500 +0.057617187500 +0.119628906250 +0.086914062500 +0.019897460938 +-0.026611328125 +-0.015136718750 +0.044433593750 +-0.118652343750 +0.003509521484 +-0.041748046875 +0.145507812500 +-0.094726562500 +-0.043212890625 +0.137695312500 +0.257812500000 +-0.102050781250 +-0.082519531250 +0.187500000000 +0.090332031250 +0.101074218750 +0.003341674805 +-0.143554687500 +-0.079101562500 +0.025390625000 +-0.001419067383 +-0.035156250000 +0.001136779785 +-0.237304687500 +0.080078125000 +-0.103027343750 +-0.129882812500 +-0.202148437500 +-0.194335937500 +0.068359375000 +-0.066406250000 +0.096191406250 +-0.371093750000 +-0.003265380859 +0.123046875000 +-0.067382812500 +0.175781250000 +0.225585937500 +0.326171875000 +0.174804687500 +-0.235351562500 +-0.206054687500 +-0.078613281250 +0.056152343750 +-0.006500244141 +-0.036376953125 +-0.351562500000 +0.008422851562 +0.127929687500 +0.108398437500 +0.125976562500 +-0.314453125000 +0.023315429688 +-0.275390625000 +0.144531250000 +-0.172851562500 +-0.251953125000 +-0.296875000000 +0.131835937500 +-0.180664062500 +-0.186523437500 +0.042236328125 +0.074707031250 +-0.125000000000 +0.063964843750 +0.097167968750 +0.067871093750 +0.169921875000 +0.174804687500 +0.092773437500 +-0.174804687500 +0.119140625000 +0.005798339844 +-0.007171630859 +-0.014038085938 +0.064941406250 +0.130859375000 +-0.019653320312 +0.092773437500 +0.008239746094 +0.016235351562 +0.291015625000 +0.218750000000 +0.127929687500 +0.253906250000 +0.088378906250 +0.007049560547 +-0.023925781250 +0.157226562500 +0.029418945312 +0.034667968750 +-0.125976562500 +0.056152343750 +0.010681152344 +0.046875000000 +0.165039062500 +-0.124511718750 +0.021240234375 +-0.153320312500 +-0.046875000000 +0.214843750000 +0.163085937500 +-0.179687500000 +0.089355468750 +-0.071289062500 +-0.176757812500 +0.015441894531 +-0.019531250000 +0.094726562500 +0.198242187500 +-0.161132812500 +-0.125000000000 +-0.243164062500 +-0.102050781250 +-0.083984375000 +-0.679687500000 +0.044921875000 +-0.250000000000 +0.016235351562 +-0.194335937500 +0.177734375000 +0.024902343750 +0.097656250000 +0.008178710938 +0.283203125000 +-0.221679687500 +-0.009887695312 +-0.113769531250 +-0.154296875000 +-0.045166015625 +-0.140625000000 +-0.118164062500 +0.044921875000 +-0.127929687500 +-0.145507812500 +0.043945312500 +-0.199218750000 +0.077636718750 +-0.035644531250 +-0.040039062500 +0.088867187500 +-0.217773437500 +-0.195312500000 +-0.006225585938 +-0.167968750000 +0.075683593750 +-0.075195312500 +0.070800781250 +-0.402343750000 +-0.174804687500 +0.061035156250 +0.101562500000 +-0.133789062500 +0.087402343750 +-0.292968750000 +-0.361328125000 +0.238281250000 +0.082031250000 +-0.194335937500 +-0.204101562500 +-0.011596679688 +-0.118652343750 +0.025512695312 +-0.027709960938 +0.026855468750 +-0.098144531250 +0.099609375000 +0.166015625000 +-0.088867187500 +0.070800781250 +-0.243164062500 +0.160156250000 +-0.016479492188 +0.114746093750 +-0.241210937500 +0.057128906250 +-0.069335937500 +0.109375000000 +0.037597656250 +-0.140625000000 +0.020385742188 +-0.124511718750 +-0.008483886719 +-0.208007812500 +0.032226562500 +0.261718750000 +-0.084960937500 +-0.414062500000 +-0.055419921875 +0.084472656250 +-0.136718750000 +0.033447265625 +-0.300781250000 +0.175781250000 +-0.116699218750 +-0.114746093750 +-0.025756835938 +-0.021484375000 +-0.049804687500 +-0.134765625000 +-0.049804687500 +-0.083984375000 +0.011230468750 +-0.069824218750 +-0.139648437500 +0.166015625000 +-0.043945312500 +0.014160156250 +-0.104980468750 +-0.464843750000 +0.022949218750 +0.006805419922 +-0.371093750000 +-0.051269531250 +-0.144531250000 +0.041503906250 +-0.048828125000 +0.004882812500 +0.017089843750 +-0.134765625000 +-0.177734375000 +-0.016845703125 +0.060791015625 +-0.001235961914 +-0.281250000000 +-0.044433593750 +0.015319824219 +0.054687500000 +-0.116699218750 +-0.140625000000 +0.065917968750 +-0.088378906250 +-0.300781250000 +-0.086914062500 +0.070312500000 +-0.040039062500 +-0.005157470703 +-0.059570312500 +0.085449218750 +-0.161132812500 +-0.054687500000 +0.038330078125 +-0.109863281250 +0.091796875000 +-0.341796875000 +0.056884765625 +0.033203125000 +-0.136718750000 +0.030639648438 +-0.188476562500 +-0.041259765625 +-0.075195312500 +-0.486328125000 +-0.055175781250 +-0.009277343750 +-0.194335937500 +0.045166015625 +0.156250000000 +0.100585937500 +0.007354736328 +0.097656250000 +0.096191406250 +-0.033935546875 +0.249023437500 +-0.122070312500 +0.089355468750 +-0.101562500000 +-0.151367187500 +0.306640625000 +0.016967773438 +0.033447265625 +0.157226562500 +0.082519531250 +-0.132812500000 +-0.094726562500 +-0.202148437500 +-0.123535156250 +0.002059936523 +0.398437500000 +0.157226562500 +0.163085937500 +-0.394531250000 +0.142578125000 +0.175781250000 +0.078125000000 +0.042480468750 +-0.061279296875 +0.271484375000 +-0.253906250000 +0.143554687500 +0.259765625000 +0.015991210938 +-0.162109375000 +-0.089843750000 +0.063964843750 +0.104003906250 +-0.165039062500 +0.196289062500 +0.040039062500 +0.115722656250 +-0.079101562500 +-0.155273437500 +-0.296875000000 +0.191406250000 +0.101562500000 +0.121093750000 +0.233398437500 +-0.155273437500 +-0.052001953125 +0.073242187500 +-0.030883789062 +0.049804687500 +0.039306640625 +0.554687500000 +-0.367187500000 +-0.131835937500 +-0.105468750000 +-0.304687500000 +0.102539062500 +-0.018554687500 +-0.201171875000 +-0.230468750000 +-0.051757812500 +0.061767578125 +-0.012084960938 +-0.013244628906 +-0.127929687500 +-0.030517578125 +0.182617187500 +0.165039062500 +-0.022216796875 +-0.164062500000 +-0.055664062500 +0.392578125000 +0.019165039062 +-0.145507812500 +0.157226562500 +-0.265625000000 +-0.225585937500 +0.072265625000 +0.098632812500 +0.152343750000 +-0.014831542969 +-0.208007812500 +0.151367187500 +-0.058105468750 +-0.050292968750 +0.066406250000 +0.236328125000 +-0.263671875000 +-0.135742187500 +0.180664062500 +0.122558593750 +-0.059570312500 +0.076171875000 +0.045898437500 +0.072753906250 +0.145507812500 +0.092773437500 +-0.462890625000 +0.298828125000 +0.026733398438 +0.098144531250 +0.058593750000 +-0.188476562500 +0.022827148438 +-0.071289062500 +0.118652343750 +-0.186523437500 +-0.160156250000 +0.231445312500 +0.332031250000 +0.023315429688 +0.105957031250 +-0.070312500000 +-0.119628906250 +0.073242187500 +-0.250000000000 +-0.085937500000 +-0.988281250000 +0.061523437500 +0.127929687500 +-0.004119873047 +0.349609375000 +-0.056640625000 +-0.519531250000 +0.031738281250 +-0.103027343750 +-0.238281250000 +0.022949218750 +0.017456054688 +0.223632812500 +-0.157226562500 +-0.087402343750 +0.026733398438 +-0.114257812500 +-0.129882812500 +-0.136718750000 +0.085449218750 +-0.072753906250 +-0.207031250000 +-0.441406250000 +0.003402709961 +-0.138671875000 +0.055419921875 +-0.176757812500 +0.235351562500 +0.071777343750 +-0.031494140625 +-0.398437500000 +-0.118164062500 +-0.156250000000 +-0.059570312500 +-0.104492187500 +-0.144531250000 +-0.201171875000 +0.200195312500 +0.012512207031 +-0.131835937500 +-0.072265625000 +0.014770507812 +-0.392578125000 +0.090820312500 +-0.218750000000 +-0.092773437500 +-0.158203125000 +-0.074218750000 +-0.056640625000 +-0.085937500000 +0.053222656250 +-0.076660156250 +-0.090820312500 +0.103027343750 +0.135742187500 +-0.095703125000 +-0.435546875000 +-0.011840820312 +-0.131835937500 +0.028564453125 +-0.082031250000 +0.105468750000 +0.018066406250 +0.049072265625 +-0.141601562500 +0.427734375000 +0.097167968750 +-0.199218750000 +0.067382812500 +0.080566406250 +0.281250000000 +0.080078125000 +0.082519531250 +-0.114257812500 +0.039306640625 +0.000541687012 +-0.605468750000 +-0.121093750000 +0.089843750000 +0.050048828125 +0.100585937500 +-0.012329101562 +-0.055664062500 +0.050781250000 +0.067382812500 +0.063964843750 +0.207031250000 +0.205078125000 +0.026245117188 +0.015380859375 +-0.101074218750 +-0.539062500000 +-0.128906250000 +-0.094726562500 +0.053710937500 +0.122558593750 +0.124511718750 +-0.020141601562 +0.115722656250 +0.082519531250 +0.104492187500 +-0.062988281250 +-0.015869140625 +-0.026489257812 +-0.009033203125 +-0.097167968750 +0.107421875000 +0.079101562500 +0.043945312500 +0.149414062500 +-0.359375000000 +-0.110351562500 +-0.224609375000 +-0.048583984375 +0.016601562500 +0.238281250000 +-0.034667968750 +0.234375000000 +0.068359375000 +-0.052001953125 +-0.016845703125 +0.014831542969 +0.033691406250 +0.016723632812 +0.179687500000 +-0.129882812500 +0.038818359375 +-0.157226562500 +0.056884765625 +-0.738281250000 +-0.005767822266 +0.079589843750 +-0.131835937500 +-0.163085937500 +0.008178710938 +0.005249023438 +-0.394531250000 +-0.147460937500 +0.025756835938 +-0.059082031250 +0.054199218750 +0.014465332031 +0.108398437500 +-0.006500244141 +-0.073730468750 +0.086425781250 +-0.431640625000 +-0.292968750000 +0.223632812500 +-0.113769531250 +0.103515625000 +-0.097167968750 +-0.220703125000 +-0.333984375000 +-0.191406250000 +0.259765625000 +0.200195312500 +0.151367187500 +-0.208984375000 +-0.165039062500 +-0.390625000000 +-0.002166748047 +0.050048828125 +-0.084472656250 +0.186523437500 +0.176757812500 +-0.245117187500 +-0.151367187500 +-0.046875000000 +0.039062500000 +0.069824218750 +-0.236328125000 +-0.146484375000 +0.027343750000 +0.102539062500 +-0.048583984375 +-0.098632812500 +0.022949218750 +-0.102050781250 +0.079589843750 +-0.173828125000 +0.165039062500 +-0.102050781250 +-0.124511718750 +-0.062011718750 +-0.036621093750 +0.035888671875 +-0.112792968750 +-0.118164062500 +-0.216796875000 +0.083007812500 +-0.081542968750 +-0.279296875000 +0.216796875000 +0.163085937500 +-0.045898437500 +-0.213867187500 +0.101562500000 +0.078613281250 +-0.221679687500 +-0.289062500000 +-0.086914062500 +-0.001197814941 +-0.110351562500 +-0.225585937500 +-0.289062500000 +-0.176757812500 +0.010498046875 +-0.048339843750 +-0.143554687500 +0.096191406250 +0.050781250000 +0.056884765625 +-0.226562500000 +0.044921875000 +0.142578125000 +-0.008056640625 +0.099609375000 +-0.007202148438 +0.056884765625 +0.074707031250 +0.000178337097 +-0.028076171875 +0.047607421875 +0.052001953125 +-0.208984375000 +-0.550781250000 +-0.034667968750 +0.050537109375 +0.141601562500 +-0.194335937500 +0.202148437500 +0.039550781250 +0.069335937500 +-0.069335937500 +0.012329101562 +-0.170898437500 +-0.248046875000 +-0.236328125000 +-0.135742187500 +-0.020141601562 +0.097167968750 +0.208007812500 +-0.326171875000 +-0.014282226562 +-0.009338378906 +0.166015625000 +-0.087402343750 +0.096679687500 +-0.177734375000 +0.109863281250 +0.127929687500 +-0.470703125000 +0.032470703125 +-0.096191406250 +0.195312500000 +0.076171875000 +-0.032958984375 +-0.019897460938 +-0.095214843750 +0.089355468750 +0.164062500000 +0.081542968750 +-0.304687500000 +0.154296875000 +-0.157226562500 +-0.076660156250 +-0.221679687500 +0.187500000000 +-0.214843750000 +-0.038574218750 +0.027343750000 +-0.108398437500 +-0.189453125000 +-0.121582031250 +0.103027343750 +-0.010375976562 +0.030517578125 +0.000991821289 +-0.004028320312 +-0.059082031250 +-0.044433593750 +-0.271484375000 +-0.279296875000 +0.069824218750 +0.196289062500 +-0.135742187500 +-0.167968750000 +-0.087890625000 +-0.058349609375 +-0.003524780273 +-0.090332031250 +0.005554199219 +-1.414062500000 +0.000816345215 +0.047119140625 +-0.011291503906 +0.177734375000 +-0.067871093750 +-0.139648437500 +-0.010192871094 +0.080078125000 +-0.226562500000 +0.048339843750 +0.018310546875 +0.173828125000 +0.068847656250 +0.044433593750 +0.087402343750 +0.163085937500 +0.068359375000 +-0.039550781250 +-0.310546875000 +0.108398437500 +-0.010986328125 +0.053710937500 +0.194335937500 +0.104003906250 +0.097167968750 +-0.062988281250 +0.106933593750 +-0.296875000000 +-0.150390625000 +-0.292968750000 +0.124023437500 +-0.097167968750 +-0.289062500000 +0.185546875000 +-0.427734375000 +0.208007812500 +0.115234375000 +0.000759124756 +0.027709960938 +0.112304687500 +-0.084960937500 +-0.013671875000 +-0.202148437500 +-0.081054687500 +0.179687500000 +0.131835937500 +-0.231445312500 +-0.013732910156 +0.177734375000 +0.070312500000 +0.063476562500 +-0.102539062500 +-0.070800781250 +0.236328125000 +0.033935546875 +0.224609375000 +-0.005981445312 +0.040283203125 +-0.203125000000 +-0.092285156250 +0.093750000000 +0.045898437500 +0.090820312500 +-0.025146484375 +0.101562500000 +0.063964843750 +0.036132812500 +0.112304687500 +-0.063476562500 +-0.038818359375 +-0.216796875000 +-0.421875000000 +-0.231445312500 +0.073730468750 +0.110351562500 +-0.027954101562 +0.156250000000 +-0.373046875000 +0.090332031250 +0.199218750000 +-0.017822265625 +0.092285156250 +0.013427734375 +-0.013488769531 +0.198242187500 +0.075683593750 +0.131835937500 +0.084960937500 +-0.675781250000 +0.187500000000 +-0.312500000000 +-0.302734375000 +0.158203125000 +0.110839843750 +-0.165039062500 +0.060546875000 +-0.021606445312 +0.096679687500 +-0.210937500000 +0.029296875000 +0.030517578125 +0.124023437500 +-0.652343750000 +-0.175781250000 +-0.421875000000 +-0.031127929688 +-0.071289062500 +-0.310546875000 +0.032226562500 +-0.121093750000 +-0.001014709473 +-0.255859375000 +-0.203125000000 +0.086914062500 +0.116699218750 +-0.058349609375 +0.062255859375 +-0.080566406250 +-0.100097656250 +-0.357421875000 +-0.013244628906 +-0.126953125000 +-0.040527343750 +-0.107421875000 +-0.251953125000 +-0.163085937500 +-0.455078125000 +-0.155273437500 +-0.076660156250 +0.022338867188 +0.065429687500 +-0.218750000000 +0.066406250000 +0.097656250000 +0.062011718750 +-0.439453125000 +0.091308593750 +0.018676757812 +-0.189453125000 +-0.092285156250 +-0.059570312500 +-0.014587402344 +-0.359375000000 +-0.065917968750 +-0.132812500000 +-0.378906250000 +0.051513671875 +-0.245117187500 +0.078613281250 +0.064941406250 +-0.217773437500 +-0.060546875000 +-0.310546875000 +-0.002059936523 +-0.150390625000 +-0.162109375000 +-0.128906250000 +-0.209960937500 +0.070312500000 +-0.171875000000 +0.056396484375 +-0.425781250000 +-0.052246093750 +0.296875000000 +-0.098144531250 +-0.090332031250 +-0.123535156250 +-0.292968750000 +-0.154296875000 +-0.005767822266 +0.006317138672 +-0.122558593750 +-0.320312500000 +0.030639648438 +-0.033935546875 +-0.171875000000 +-0.001518249512 +0.080566406250 +-0.066406250000 +-0.034667968750 +-0.038085937500 +-0.024536132812 +-0.218750000000 +-0.173828125000 +0.096679687500 +0.015625000000 +0.019409179688 +0.439453125000 +-0.082519531250 +0.064941406250 +-0.072265625000 +0.062255859375 +-0.090820312500 +-0.012573242188 +0.044921875000 +-0.333984375000 +-0.224609375000 +-0.197265625000 +0.289062500000 +0.185546875000 +0.216796875000 +-0.277343750000 +0.040283203125 +0.097167968750 +-0.012878417969 +-0.118164062500 +0.050292968750 +0.099609375000 +-0.169921875000 +-0.353515625000 +-0.046142578125 +0.007781982422 +0.108886718750 +-0.232421875000 +-0.267578125000 +-0.232421875000 +0.124023437500 +-0.140625000000 +0.257812500000 +0.156250000000 +-0.101074218750 +-0.039062500000 +-0.183593750000 +0.228515625000 +-0.384765625000 +-0.125000000000 +0.003616333008 +-0.052978515625 +0.012756347656 +0.100585937500 +0.187500000000 +-0.386718750000 +-0.539062500000 +0.044921875000 +0.020751953125 +0.143554687500 +-0.421875000000 +-0.087890625000 +0.105957031250 +0.004180908203 +-0.104980468750 +-0.138671875000 +0.074218750000 +0.000247955322 +-0.088378906250 +-0.045410156250 +-0.710937500000 +-0.021606445312 +0.107421875000 +-0.083007812500 +0.127929687500 +-0.292968750000 +0.031982421875 +0.088867187500 +-0.025268554688 +-0.271484375000 +0.027587890625 +-0.069335937500 +-0.196289062500 +0.024658203125 +-0.091796875000 +0.066894531250 +0.003738403320 +-0.707031250000 +0.125976562500 +0.027099609375 +-0.012329101562 +0.150390625000 +-0.031005859375 +-0.308593750000 +-0.071289062500 +0.038818359375 +-0.041015625000 +-0.820312500000 +0.018798828125 +-0.101562500000 +0.113281250000 +0.001861572266 +-0.337890625000 +0.012756347656 +-0.098632812500 +-0.006530761719 +-0.154296875000 +0.020385742188 +-0.022460937500 +0.029541015625 +0.012329101562 +-0.064453125000 +0.026733398438 +-0.154296875000 +0.020996093750 +-0.151367187500 +-0.051757812500 +-0.503906250000 +0.040039062500 +0.007080078125 +-0.232421875000 +0.024780273438 +0.013671875000 +-0.154296875000 +-0.056152343750 +-0.132812500000 +-0.249023437500 +-0.116210937500 +0.146484375000 +0.024780273438 +0.091308593750 +0.064453125000 +-0.069335937500 +0.300781250000 +-0.057128906250 +-0.143554687500 +0.225585937500 +0.039062500000 +-0.029663085938 +0.052978515625 +-0.136718750000 +0.077148437500 +-0.198242187500 +0.135742187500 +0.075195312500 +0.130859375000 +0.139648437500 +-0.040039062500 +0.036621093750 +0.024047851562 +-0.026733398438 +-0.218750000000 +0.018432617188 +-0.217773437500 +-0.117675781250 +-0.101562500000 +-0.002548217773 +-0.562500000000 +-0.015197753906 +-0.679687500000 +0.049072265625 +0.035644531250 +-0.075195312500 +0.091796875000 +-0.058837890625 +-0.068359375000 +-0.140625000000 +-0.017944335938 +-0.041015625000 +-0.150390625000 +-0.123046875000 +0.193359375000 +0.134765625000 +0.149414062500 +-0.004943847656 +0.300781250000 +0.112792968750 +-0.129882812500 +0.130859375000 +-0.294921875000 +0.034423828125 +-0.014282226562 +-0.106445312500 +-0.140625000000 +-0.084960937500 +0.036621093750 +0.218750000000 +0.007354736328 +-0.044433593750 +0.055175781250 +-0.130859375000 +-0.133789062500 +-0.279296875000 +0.026611328125 +-0.029418945312 +-0.417968750000 +0.009094238281 +-0.601562500000 +0.038330078125 +0.001289367676 +0.089355468750 +0.177734375000 +-0.035644531250 +-0.335937500000 +0.149414062500 +0.129882812500 +0.201171875000 +-0.220703125000 +0.184570312500 +0.012756347656 +0.039306640625 +0.197265625000 +-0.064453125000 +0.041992187500 +-0.496093750000 +-0.172851562500 +0.063476562500 +0.023681640625 +-0.001701354980 +0.189453125000 +-0.328125000000 +0.010620117188 +-0.122558593750 +0.273437500000 +-0.079101562500 +0.079101562500 +0.210937500000 +-0.062255859375 +0.118652343750 +-0.044677734375 +0.212890625000 +-0.138671875000 +-0.339843750000 +-0.137695312500 +0.129882812500 +-0.382812500000 +0.203125000000 +-0.086914062500 +-0.087890625000 +0.056152343750 +0.098144531250 +-0.092285156250 +-0.055419921875 +-0.033203125000 +-0.057617187500 +0.113281250000 +0.251953125000 +0.054931640625 +-0.118164062500 +-0.004028320312 +-0.045898437500 +-0.054443359375 +-0.149414062500 +0.069335937500 +0.055908203125 +0.024536132812 +0.271484375000 +-0.216796875000 +-0.196289062500 +-0.093261718750 +-0.064941406250 +-0.361328125000 +0.082519531250 +0.048828125000 +-0.004638671875 +-0.163085937500 +-0.188476562500 +0.069335937500 +0.035156250000 +0.100585937500 +-0.206054687500 +-1.039062500000 +-0.047119140625 +0.105957031250 +0.024047851562 +-0.122558593750 +-0.231445312500 +0.041015625000 +-0.135742187500 +0.294921875000 +-0.029052734375 +0.170898437500 +0.067382812500 +-0.026123046875 +0.095703125000 +-0.133789062500 +-0.308593750000 +-0.462890625000 +0.008422851562 +-0.069824218750 +-0.224609375000 +0.017944335938 +-0.047363281250 +0.249023437500 +0.086425781250 +0.129882812500 +0.081542968750 +-0.285156250000 +-0.104492187500 +-0.296875000000 +-0.417968750000 +-0.089843750000 +0.024902343750 +0.084960937500 +-0.079589843750 +0.205078125000 +0.089843750000 +0.026977539062 +-0.149414062500 +-0.056640625000 +-0.886718750000 +0.166015625000 +-0.020263671875 +0.024169921875 +0.053710937500 +0.062500000000 +0.023437500000 +-0.002685546875 +0.065917968750 +-0.086425781250 +0.464843750000 +0.104980468750 +-0.386718750000 +0.052978515625 +-0.096679687500 +-0.196289062500 +-0.021728515625 +-0.149414062500 +0.161132812500 +0.011962890625 +0.009948730469 +0.032226562500 +-0.003540039062 +-0.006652832031 +-0.087402343750 +0.218750000000 +0.042480468750 +-0.026245117188 +-0.007995605469 +0.058593750000 +-0.085937500000 +0.020385742188 +0.034179687500 +0.127929687500 +-0.016113281250 +0.015380859375 +-0.104492187500 +0.190429687500 +0.084472656250 +-0.022827148438 +-0.285156250000 +0.012512207031 +0.133789062500 +0.114257812500 +0.202148437500 +0.214843750000 +0.007202148438 +-0.193359375000 +-0.178710937500 +-0.038330078125 +-0.025268554688 +-0.332031250000 +0.178710937500 +-0.143554687500 +-0.062988281250 +-0.147460937500 +-0.159179687500 +0.141601562500 +0.007537841797 +-0.373046875000 +-0.090820312500 +0.026245117188 +0.141601562500 +0.065429687500 +-0.114257812500 +0.092773437500 +0.070800781250 +0.054931640625 +0.035888671875 +0.094238281250 +-0.306640625000 +-0.032226562500 +-0.133789062500 +0.029541015625 +0.335937500000 +0.002120971680 +-0.081542968750 +0.178710937500 +0.053955078125 +0.310546875000 +-0.026733398438 +0.128906250000 +-0.064453125000 +-0.131835937500 +0.250000000000 +0.128906250000 +-0.009582519531 +-0.037109375000 +-0.028930664062 +0.151367187500 +-0.067871093750 +0.072265625000 +0.031005859375 +0.020019531250 +-0.055175781250 +0.007934570312 +0.122070312500 +0.171875000000 +0.031982421875 +0.057617187500 +0.063964843750 +0.078125000000 +0.186523437500 +0.054199218750 +0.174804687500 +0.091796875000 +-0.041259765625 +-0.281250000000 +0.011779785156 +0.006042480469 +0.086425781250 +-0.093261718750 +-0.145507812500 +-0.055908203125 +-0.096679687500 +0.067871093750 +0.302734375000 +0.093750000000 +0.177734375000 +-0.243164062500 +-0.122070312500 +-0.019653320312 +-0.057373046875 +-0.060791015625 +-0.008056640625 +0.075683593750 +0.200195312500 +0.085449218750 +0.433593750000 +-0.053955078125 +-0.051269531250 +-0.114746093750 +0.074218750000 +-0.107910156250 +-0.226562500000 +0.164062500000 +0.029052734375 +-0.029541015625 +-0.353515625000 +-0.292968750000 +-0.062988281250 +0.058105468750 +-0.190429687500 +-0.080566406250 +0.066894531250 +0.251953125000 +-0.185546875000 +0.119628906250 +-0.000671386719 +-0.076171875000 +-0.055664062500 +0.118164062500 +0.132812500000 +-0.953125000000 +0.068359375000 +-0.092773437500 +0.004455566406 +0.056640625000 +-0.205078125000 +0.029296875000 +-0.104492187500 +0.039794921875 +-0.227539062500 +0.025756835938 +-0.328125000000 +0.017944335938 +0.084960937500 +0.076660156250 +-0.013000488281 +0.056396484375 +-0.083984375000 +-0.026489257812 +-0.423828125000 +0.041748046875 +-0.053222656250 +-0.040039062500 +0.265625000000 +0.021606445312 +0.060546875000 +0.163085937500 +-0.047363281250 +0.038818359375 +-0.267578125000 +0.071289062500 +-0.210937500000 +-0.091796875000 +-0.333984375000 +-0.117187500000 +0.013366699219 +-0.094726562500 +0.029663085938 +-0.714843750000 +0.427734375000 +-0.077636718750 +-0.170898437500 +-0.019897460938 +0.028442382812 +0.215820312500 +-0.031494140625 +-0.023681640625 +-0.133789062500 +-0.018798828125 +-0.380859375000 +-0.002212524414 +-0.148437500000 +-0.016357421875 +-0.269531250000 +0.343750000000 +0.066894531250 +0.122558593750 +-0.015258789062 +0.044433593750 +-0.044433593750 +-0.084472656250 +-0.039550781250 +-0.257812500000 +0.053466796875 +0.109375000000 +-0.031494140625 +0.159179687500 +-0.010375976562 +-0.039550781250 +-0.220703125000 +0.035888671875 +-0.058593750000 +0.125000000000 +-0.040283203125 +0.048095703125 +-0.265625000000 +-0.166015625000 +-0.175781250000 +-0.574218750000 +0.207031250000 +-0.062988281250 +0.083007812500 +0.006072998047 +-0.507812500000 +0.124023437500 +-0.088867187500 +-0.084472656250 +-0.016845703125 +-0.052001953125 +0.006988525391 +-0.149414062500 +-0.112792968750 +0.267578125000 +-0.351562500000 +0.120605468750 +-0.136718750000 +-0.016845703125 +-0.065429687500 +-0.029296875000 +-0.269531250000 +-0.212890625000 +0.062255859375 +-0.012023925781 +0.298828125000 +-0.190429687500 +0.178710937500 +0.011535644531 +0.042968750000 +0.197265625000 +-0.375000000000 +-0.069824218750 +-0.081542968750 +-0.143554687500 +-0.009277343750 +-0.283203125000 +-0.107910156250 +-0.165039062500 +0.084960937500 +-0.096191406250 +0.155273437500 +0.107910156250 +-0.062011718750 +0.119628906250 +-0.142578125000 +0.058105468750 +-0.249023437500 +-0.216796875000 +-0.071289062500 +-0.835937500000 +-0.087402343750 +0.034912109375 +-0.000640869141 +-0.038330078125 +-0.028564453125 +-0.099121093750 +0.033203125000 +-0.035888671875 +-0.083496093750 +0.137695312500 +0.068847656250 +-0.009582519531 +0.017456054688 +-0.094726562500 +-0.326171875000 +-0.010559082031 +-0.085449218750 +0.098632812500 +-0.478515625000 +0.099609375000 +-0.018432617188 +-0.144531250000 +0.030151367188 +0.032470703125 +0.199218750000 +0.098144531250 +-0.157226562500 +0.011047363281 +-0.703125000000 +-0.038085937500 +-0.140625000000 +0.034179687500 +-0.029663085938 +0.198242187500 +-0.139648437500 +-0.105957031250 +-0.047363281250 +0.049804687500 +0.192382812500 +-0.099609375000 +-0.361328125000 +0.013671875000 +0.028198242188 +-0.261718750000 +-0.063476562500 +0.014648437500 +-0.009704589844 +-0.125976562500 +-0.039062500000 +0.048583984375 +-0.021362304688 +-0.113281250000 +-0.304687500000 +-0.287109375000 +0.028198242188 +-0.058837890625 +0.098144531250 +0.033935546875 +-0.012634277344 +-0.079101562500 +-0.056884765625 +-0.079101562500 +-0.062255859375 +-1.398437500000 +-0.095703125000 +-0.057617187500 +0.130859375000 +0.057373046875 +-0.149414062500 +-0.019653320312 +-0.002700805664 +-0.012634277344 +0.014465332031 +0.110351562500 +-0.070800781250 +0.042480468750 +0.000087261200 +0.156250000000 +-0.310546875000 +-0.085449218750 +0.062500000000 +0.165039062500 +-0.347656250000 +0.041992187500 +-0.082519531250 +-0.153320312500 +0.134765625000 +-0.022094726562 +0.022216796875 +-0.103027343750 +-0.144531250000 +-0.419921875000 +-0.746093750000 +-0.200195312500 +0.044921875000 +-0.007995605469 +-0.016967773438 +-0.167968750000 +0.126953125000 +-0.003784179688 +0.171875000000 +-0.114746093750 +0.165039062500 +0.198242187500 +-0.281250000000 +-0.030395507812 +0.050048828125 +-0.017700195312 +-0.033691406250 +0.053710937500 +0.005615234375 +-0.191406250000 +-0.021484375000 +-0.109863281250 +0.131835937500 +0.120605468750 +-0.147460937500 +0.071289062500 +0.060058593750 +-0.046386718750 +-0.093261718750 +0.173828125000 +0.300781250000 +0.169921875000 +-0.435546875000 +-0.143554687500 +-0.165039062500 +0.053466796875 +0.084960937500 +0.394531250000 +-0.198242187500 +-0.235351562500 +0.072265625000 +-0.020996093750 +0.335937500000 +0.106445312500 +0.150390625000 +0.093750000000 +0.143554687500 +0.020507812500 +-0.120605468750 +0.101074218750 +0.152343750000 +-0.166015625000 +-0.126953125000 +-0.859375000000 +-0.032714843750 +-0.269531250000 +0.081054687500 +0.196289062500 +0.125000000000 +-0.000965118408 +-0.141601562500 +0.026489257812 +0.193359375000 +0.037353515625 +-0.096191406250 +0.055664062500 +0.083984375000 +-0.005920410156 +-0.101562500000 +0.067871093750 +-0.074218750000 +-0.043701171875 +0.423828125000 +-0.147460937500 +0.003051757812 +-0.078613281250 +-0.013000488281 +-0.137695312500 +-0.049072265625 +-0.019531250000 +0.099121093750 +-0.074707031250 +0.149414062500 +-0.138671875000 +-0.040039062500 +-0.166015625000 +-0.002166748047 +-0.116210937500 +-0.033203125000 +0.178710937500 +0.125000000000 +-0.125000000000 +0.150390625000 +0.065917968750 +-0.123535156250 +0.287109375000 +-0.012451171875 +-0.093261718750 +0.072265625000 +0.160156250000 +0.097656250000 +0.125976562500 +-0.061035156250 +-0.152343750000 +-0.076660156250 +0.038818359375 +0.070800781250 +-0.092285156250 +0.003143310547 +0.031982421875 +-0.063964843750 +-0.044189453125 +0.170898437500 +0.087890625000 +-0.245117187500 +-0.004089355469 +0.075195312500 +-0.014953613281 +-0.117675781250 +-0.228515625000 +0.071289062500 +0.162109375000 +0.084472656250 +-0.070800781250 +0.441406250000 +0.197265625000 +-0.308593750000 +0.034912109375 +-0.101562500000 +-0.269531250000 +0.302734375000 +0.082519531250 +0.077636718750 +-0.083496093750 +-0.330078125000 +0.134765625000 +-0.120117187500 +-0.042968750000 +-0.238281250000 +-0.156250000000 +0.211914062500 +-0.000115871429 +0.182617187500 +0.048339843750 +-0.104980468750 +0.140625000000 +0.026123046875 +-0.196289062500 +-0.376953125000 +-0.277343750000 +-0.067871093750 +0.100097656250 +-0.251953125000 +-0.080078125000 +0.062988281250 +-0.009521484375 +0.145507812500 +-0.009887695312 +0.002365112305 +0.137695312500 +-0.180664062500 +0.033447265625 +-0.349609375000 +-0.014953613281 +-0.048828125000 +-0.044189453125 +0.069824218750 +-0.128906250000 +-0.000084877014 +0.075195312500 +-0.013183593750 +-0.275390625000 +-0.087890625000 +-0.137695312500 +-0.151367187500 +-0.022705078125 +-0.020263671875 +0.167968750000 +-0.011474609375 +-0.106933593750 +-0.023315429688 +-0.281250000000 +-0.058837890625 +-0.155273437500 +-0.027221679688 +-0.014587402344 +0.110351562500 +-0.373046875000 +0.118164062500 +0.015502929688 +-0.460937500000 +-0.146484375000 +0.161132812500 +-0.134765625000 +0.146484375000 +-0.068847656250 +-0.402343750000 +-0.107421875000 +0.029418945312 +-0.030029296875 +0.072265625000 +-0.013977050781 +-0.201171875000 +-0.022949218750 +-0.114746093750 +-0.096679687500 +0.023925781250 +-0.337890625000 +0.187500000000 +-0.027709960938 +-0.124023437500 +0.089843750000 +-0.043945312500 +-0.004119873047 +-0.075195312500 +-0.100585937500 +-0.052978515625 +-0.228515625000 +0.043212890625 +0.105957031250 +0.085937500000 +-0.001693725586 +-0.114746093750 +-0.063476562500 +-0.108886718750 +0.009765625000 +0.031494140625 +0.033447265625 +0.087402343750 +0.019409179688 +-0.086914062500 +0.103515625000 +0.078125000000 +0.067382812500 +-0.104492187500 +-0.063964843750 +0.176757812500 +0.063476562500 +-0.168945312500 +0.024658203125 +0.095703125000 +0.025634765625 +-0.018310546875 +0.046875000000 +0.056152343750 +0.118164062500 +-0.077148437500 +0.094238281250 +-0.071777343750 +-0.083496093750 +-0.038818359375 +-0.082031250000 +0.116210937500 +-0.038818359375 +-0.029663085938 +0.039062500000 +-0.065917968750 +-0.225585937500 +-0.168945312500 +-0.089843750000 +0.074218750000 +-0.257812500000 +0.188476562500 +-0.005767822266 +-0.104003906250 +0.040527343750 +-0.091308593750 +-0.097167968750 +-0.117675781250 +-0.137695312500 +-0.052734375000 +0.088378906250 +0.012329101562 +0.015136718750 +0.142578125000 +0.122070312500 +0.281250000000 +-0.046875000000 +0.073242187500 +-0.070312500000 +0.147460937500 +-0.175781250000 +-0.161132812500 +0.137695312500 +0.263671875000 +0.013854980469 +-0.091796875000 +0.056884765625 +0.095214843750 +0.130859375000 +0.042724609375 +0.114257812500 +-0.004913330078 +0.014526367188 +-0.193359375000 +0.355468750000 +0.249023437500 +-0.271484375000 +0.023925781250 +0.033935546875 +0.096679687500 +0.014404296875 +0.188476562500 +-0.180664062500 +-0.417968750000 +0.039794921875 +-0.029907226562 +-0.431640625000 +0.129882812500 +0.166015625000 +-0.070312500000 +-0.043701171875 +0.080566406250 +-0.279296875000 +-0.148437500000 +-0.049560546875 +0.002395629883 +0.104492187500 +0.457031250000 +0.145507812500 +-0.114746093750 +-0.074218750000 +0.257812500000 +-0.080566406250 +-0.308593750000 +-0.140625000000 +-0.047119140625 +-0.011779785156 +0.040039062500 +-0.112792968750 +-0.030761718750 +-0.172851562500 +-0.172851562500 +-0.056884765625 +-0.047119140625 +-0.230468750000 +-0.312500000000 +0.027832031250 +-0.070312500000 +-0.003524780273 +-0.098144531250 +0.005645751953 +0.002273559570 +-0.382812500000 +-0.198242187500 +0.084960937500 +-0.007324218750 +-0.166015625000 +-0.072753906250 +0.006378173828 +-0.106933593750 +0.002700805664 +-0.049560546875 +0.001060485840 +-0.062988281250 +0.149414062500 +0.071777343750 +0.158203125000 +0.024047851562 +-0.011413574219 +-0.226562500000 +-0.047363281250 +-0.079101562500 +0.137695312500 +0.042724609375 +0.030639648438 +-0.042236328125 +-0.095214843750 +-0.310546875000 +0.074707031250 +-0.062255859375 +-0.330078125000 +0.013000488281 +0.019165039062 +-0.048339843750 +-0.008361816406 +-0.047607421875 +-0.115722656250 +0.129882812500 +0.001876831055 +0.151367187500 +-0.017700195312 +0.061767578125 +0.090332031250 +-0.023803710938 +-0.192382812500 +0.021606445312 +0.220703125000 +0.082519531250 +-0.201171875000 +-0.554687500000 +0.066894531250 +0.097656250000 +-0.095703125000 +-0.285156250000 +0.054443359375 +0.127929687500 +-0.013916015625 +-0.094238281250 +-0.080566406250 +-0.146484375000 +-0.043701171875 +-0.094238281250 +-0.075683593750 +0.073242187500 +0.040771484375 +0.045898437500 +-0.073242187500 +0.068359375000 +0.023925781250 +0.048095703125 +0.020019531250 +0.047851562500 +-0.116210937500 +-0.070800781250 +0.054687500000 +0.015502929688 +0.073730468750 +-0.275390625000 +0.021240234375 +-0.049316406250 +-0.089843750000 +0.063476562500 +0.144531250000 +0.089355468750 +0.038818359375 +-0.012207031250 +-0.108398437500 +-0.003234863281 +-0.116699218750 +0.080078125000 +0.101074218750 +-0.024658203125 +0.008544921875 +-0.027221679688 +-0.121582031250 +-0.163085937500 +0.007232666016 +0.045166015625 +-0.165039062500 +-0.068359375000 +-0.249023437500 +-0.081054687500 +0.101074218750 +0.045166015625 +0.009887695312 +-0.075683593750 +-0.122558593750 +0.136718750000 +0.074707031250 +-0.120117187500 +-0.026489257812 +0.126953125000 +-0.087890625000 +0.064941406250 +-0.050537109375 +-0.066406250000 +0.020751953125 +-0.132812500000 +-0.060058593750 +0.015869140625 +0.025634765625 +0.039306640625 +-0.148437500000 +-0.189453125000 +-0.233398437500 +-0.013122558594 +-0.242187500000 +-0.066406250000 +0.008117675781 +-0.041259765625 +0.102539062500 +0.068847656250 +-0.003158569336 +-0.032714843750 +-0.103515625000 +-0.013610839844 +-0.047607421875 +0.255859375000 +-0.048339843750 +0.053466796875 +-0.343750000000 +-0.040039062500 +0.061767578125 +-0.169921875000 +-0.019165039062 +-0.016845703125 +-0.159179687500 +-0.087402343750 +-0.042236328125 +0.059570312500 +0.001136779785 +-0.039062500000 +-0.219726562500 +-0.106933593750 +-0.004333496094 +-0.015136718750 +-0.055908203125 +-0.023315429688 +-0.080566406250 +-0.022949218750 +0.153320312500 +0.058349609375 +0.024047851562 +-0.130859375000 +-0.185546875000 +-0.067871093750 +0.099609375000 +-0.012939453125 +-0.058593750000 +0.117187500000 +0.029418945312 +0.072265625000 +-0.094726562500 +-0.216796875000 +0.044433593750 +-0.054199218750 +0.112792968750 +-0.018188476562 +-0.049072265625 +-0.073242187500 +0.031738281250 +-0.041992187500 +-0.209960937500 +0.127929687500 +0.030029296875 +-0.049072265625 +-0.153320312500 +-0.070312500000 +-0.115234375000 +0.088378906250 +-0.167968750000 +-0.081054687500 +0.050537109375 +0.055175781250 +-0.104980468750 +-0.175781250000 +0.034912109375 +-0.049804687500 +-0.121582031250 +0.088378906250 +-0.059326171875 +-0.048339843750 +0.087402343750 +0.076660156250 +-0.257812500000 +0.059814453125 +0.006378173828 +0.034667968750 +-0.081054687500 +0.075195312500 +0.046142578125 +-0.016967773438 +0.104492187500 +0.046142578125 +0.138671875000 +0.010437011719 +-0.089355468750 +0.020263671875 +-0.032958984375 +0.125976562500 +0.049804687500 +-0.005340576172 +0.013977050781 +0.114746093750 +0.002639770508 +0.027709960938 +-0.007476806641 +0.011047363281 +-0.076171875000 +-0.005676269531 +0.042968750000 +-0.003936767578 +0.049560546875 +-0.052734375000 +-0.092285156250 +-0.116210937500 +-0.198242187500 +0.081054687500 +0.079101562500 +0.127929687500 +-0.153320312500 +-0.263671875000 +0.004577636719 +0.094238281250 +-0.101074218750 +-0.132812500000 +-0.062255859375 +0.133789062500 +-0.022460937500 +-0.062988281250 +-0.150390625000 +0.126953125000 +0.078125000000 +-0.010559082031 +-0.203125000000 +-0.214843750000 +0.012329101562 +0.208984375000 +-0.118164062500 +-0.105957031250 +0.158203125000 +-0.051025390625 +0.009338378906 +-0.077148437500 +-0.047851562500 +-0.144531250000 +-0.240234375000 +-0.092773437500 +-0.119628906250 +0.093261718750 +0.180664062500 +-0.267578125000 +-0.007232666016 +0.027221679688 +-0.142578125000 +-0.039062500000 +0.066406250000 +-0.267578125000 +0.213867187500 +0.043701171875 +-0.071289062500 +-0.177734375000 +0.095214843750 +-0.423828125000 +0.167968750000 +-0.152343750000 +0.156250000000 +0.079589843750 +0.104980468750 +0.101562500000 +0.127929687500 +-0.185546875000 +0.109863281250 +0.174804687500 +0.031982421875 +-0.057373046875 +0.121093750000 +-0.104980468750 +-0.056152343750 +-0.104003906250 +-0.048339843750 +0.072753906250 +0.232421875000 +-0.019775390625 +-0.107910156250 +-0.162109375000 +-0.072265625000 +0.097656250000 +0.000167846680 +0.005310058594 +0.016357421875 +-0.406250000000 +-0.067871093750 +-0.056152343750 +0.103515625000 +0.059814453125 +0.077636718750 +0.037109375000 +0.103027343750 +-0.197265625000 +0.095703125000 +-0.135742187500 +-0.073242187500 +-0.022583007812 +0.022705078125 +-0.119140625000 +-0.004516601562 +-0.316406250000 +-0.029907226562 +-0.267578125000 +-0.412109375000 +-0.330078125000 +0.044921875000 +0.050781250000 +-0.122558593750 +-0.175781250000 +0.037353515625 +0.163085937500 +-0.144531250000 +-0.175781250000 +0.139648437500 +-0.304687500000 +-0.105468750000 +-0.116210937500 +0.028564453125 +-0.190429687500 +-0.047851562500 +-0.046142578125 +-0.053955078125 +-0.139648437500 +0.011535644531 +-0.113769531250 +0.007934570312 +-0.213867187500 +-0.096191406250 +-0.043457031250 +0.300781250000 +0.006317138672 +0.306640625000 +-0.222656250000 +-0.070800781250 +-0.412109375000 +-0.089843750000 +-0.134765625000 +-0.384765625000 +-0.192382812500 +0.059082031250 +-0.250000000000 +-0.310546875000 +-0.073242187500 +-0.105468750000 +-0.029785156250 +0.078613281250 +0.019653320312 +-0.209960937500 +-0.013061523438 +0.053710937500 +0.033691406250 +0.020751953125 +0.109863281250 +-0.160156250000 +-0.102050781250 +-0.092773437500 +0.097656250000 +-0.199218750000 +0.043701171875 +-0.077148437500 +-0.231445312500 +0.151367187500 +0.030029296875 +-0.152343750000 +-0.166992187500 +-0.002914428711 +-0.085449218750 +0.026367187500 +0.048095703125 +0.139648437500 +-0.182617187500 +0.108398437500 +0.045410156250 +0.006958007812 +0.055664062500 +-0.091796875000 +0.206054687500 +0.076660156250 +-0.013671875000 +-0.287109375000 +-0.188476562500 +-0.155273437500 +-0.039550781250 +0.098144531250 +0.147460937500 +-0.045654296875 +-0.018554687500 +0.182617187500 +0.071289062500 +-0.033447265625 +-0.079589843750 +0.104980468750 +-0.029174804688 +-0.017333984375 +-0.053955078125 +0.198242187500 +-0.054199218750 +0.119628906250 +-0.051025390625 +0.085937500000 +-0.171875000000 +0.102539062500 +0.105957031250 +0.133789062500 +-0.187500000000 +-0.026367187500 +-0.492187500000 +-0.090820312500 +-0.113769531250 +-0.217773437500 +-0.066894531250 +-0.094238281250 +-0.096191406250 +-0.057861328125 +-0.041503906250 +-0.490234375000 +0.065429687500 +-0.102050781250 +-0.126953125000 +-0.123535156250 +-0.279296875000 +0.201171875000 +-0.078613281250 +-0.114746093750 +-0.102050781250 +-0.139648437500 +0.002395629883 +0.003356933594 +0.045898437500 +-0.125000000000 +-0.330078125000 +0.042480468750 +-0.147460937500 +-0.021484375000 +-0.265625000000 +-0.032226562500 +-0.131835937500 +-0.054931640625 +0.116210937500 +0.088378906250 +0.065429687500 +0.131835937500 +0.008239746094 +-0.177734375000 +-0.048095703125 +-0.046875000000 +0.104980468750 +0.042480468750 +0.163085937500 +0.066406250000 +0.041992187500 +-0.028076171875 +-0.316406250000 +-0.098632812500 +0.035156250000 +0.022583007812 +0.017456054688 +-0.298828125000 +0.067382812500 +-0.026977539062 +-0.169921875000 +-0.001586914062 +-0.361328125000 +-0.169921875000 +0.101074218750 +0.071289062500 +-0.116699218750 +0.041992187500 +0.135742187500 +-0.249023437500 +-0.207031250000 +-0.137695312500 +0.043701171875 +0.020629882812 +0.067871093750 +-0.199218750000 +0.136718750000 +0.030395507812 +-0.215820312500 +0.045654296875 +-0.133789062500 +0.015747070312 +0.052734375000 +-0.161132812500 +-0.004760742188 +0.110839843750 +-0.082519531250 +-0.013061523438 +0.054687500000 +-0.147460937500 +0.076171875000 +0.004333496094 +0.011169433594 +-0.061523437500 +-0.105957031250 +0.033691406250 +-0.069335937500 +-0.036621093750 +-0.063476562500 +-0.087890625000 +-0.369140625000 +-0.086914062500 +0.081054687500 +-0.500000000000 +0.068359375000 +0.151367187500 +-0.041259765625 +0.069824218750 +-0.002838134766 +-0.142578125000 +-0.121093750000 +0.072265625000 +0.097167968750 +0.042236328125 +0.024291992188 +-0.093261718750 +-0.046386718750 +0.079101562500 +-0.023559570312 +-0.109375000000 +0.024536132812 +-0.022216796875 +-0.012878417969 +-0.333984375000 +-0.050781250000 +0.069335937500 +-0.130859375000 +0.003768920898 +-0.000759124756 +0.040527343750 +-0.085937500000 +-0.042724609375 +0.185546875000 +-0.082519531250 +-0.328125000000 +0.061279296875 +-0.099609375000 +-0.098144531250 +-0.486328125000 +-0.076171875000 +0.084960937500 +-0.017456054688 +-0.018310546875 +-0.394531250000 +-0.086425781250 +-0.197265625000 +0.096191406250 +0.019531250000 +-0.203125000000 +-0.275390625000 +-0.001091003418 +-0.337890625000 +-0.188476562500 +0.048339843750 +-0.054931640625 +-0.080566406250 +-0.115722656250 +0.192382812500 +-0.091308593750 +0.018066406250 +0.170898437500 +-0.195312500000 +0.146484375000 +-0.324218750000 +-0.014892578125 +0.037353515625 +0.165039062500 +-0.122558593750 +-0.144531250000 +-0.032714843750 +-0.093261718750 +-0.283203125000 +-0.139648437500 +-0.074707031250 +-0.012207031250 +-0.022705078125 +-0.106445312500 +0.073242187500 +-0.058105468750 +-0.182617187500 +0.011474609375 +-0.099609375000 +-0.263671875000 +-0.010192871094 +0.077148437500 +-0.183593750000 +-0.070800781250 +-0.056884765625 +0.131835937500 +-0.012084960938 +-0.208984375000 +-0.486328125000 +-0.160156250000 +0.117675781250 +-0.084472656250 +0.200195312500 +-0.101562500000 +-0.179687500000 +-0.283203125000 +-0.003784179688 +0.023193359375 +-0.211914062500 +-0.174804687500 +-0.147460937500 +-0.075195312500 +0.020996093750 +-0.053955078125 +-0.291015625000 +0.146484375000 +-0.259765625000 +-0.016357421875 +-0.112792968750 +-0.030639648438 +0.032226562500 +0.118164062500 +-0.062011718750 +-0.013671875000 +-0.110351562500 +0.011657714844 +-0.140625000000 +-0.017089843750 +-0.269531250000 +-0.042968750000 +0.113769531250 +0.093750000000 +-0.119140625000 +-0.248046875000 +-0.075195312500 +-0.003463745117 +0.116699218750 +0.054443359375 +0.014648437500 +0.040283203125 +0.170898437500 +0.107910156250 +-0.113769531250 +-0.008850097656 +-0.211914062500 +-0.132812500000 +0.039062500000 +-0.018188476562 +0.020874023438 +0.069335937500 +-0.032226562500 +-0.191406250000 +0.018310546875 +0.122070312500 +-0.018676757812 +0.021240234375 +-0.367187500000 +0.069335937500 +0.026123046875 +-0.009826660156 +0.086425781250 +-0.053710937500 +-0.223632812500 +-0.144531250000 +0.009216308594 +-0.013793945312 +-0.110839843750 +0.035156250000 +-0.230468750000 +-0.041748046875 +-0.084960937500 +0.081054687500 +0.124511718750 +-0.023437500000 +-0.118652343750 +0.163085937500 +-0.001762390137 +-0.177734375000 +-0.353515625000 +0.120117187500 +-0.187500000000 +-0.312500000000 +-0.053955078125 +-0.227539062500 +0.076171875000 +-0.039794921875 +0.132812500000 +-0.184570312500 +-0.031494140625 +-0.107910156250 +0.065429687500 +0.048095703125 +-0.181640625000 +0.045654296875 +0.158203125000 +-0.096191406250 +-0.077636718750 +-0.094238281250 +-0.242187500000 +-0.059814453125 +0.096679687500 +0.017333984375 +-0.202148437500 +-0.036132812500 +0.019042968750 +0.070800781250 +-0.015869140625 +-0.150390625000 +-0.211914062500 +-0.138671875000 +0.009643554688 +-0.069335937500 +-0.065917968750 +-0.125976562500 +-0.111816406250 +-0.271484375000 +-0.052734375000 +-0.200195312500 +-0.376953125000 +0.046386718750 +0.065429687500 +-0.065429687500 +0.101074218750 +0.015502929688 +-0.094726562500 +-0.104492187500 +-0.072265625000 +-0.007537841797 +0.105957031250 +-0.189453125000 +0.072265625000 +-0.247070312500 +-0.257812500000 +-0.032958984375 +0.093750000000 +-0.083984375000 +0.092773437500 +0.030517578125 +-0.191406250000 +-0.062255859375 +0.041748046875 +-0.085449218750 +-0.101562500000 +0.045166015625 +-0.016601562500 +0.136718750000 +0.020751953125 +-0.208984375000 +0.062011718750 +0.028198242188 +-0.229492187500 +-0.096679687500 +-0.136718750000 +0.030029296875 +-0.253906250000 +-0.212890625000 +0.168945312500 +-0.095214843750 +0.042236328125 +-0.017333984375 +-0.201171875000 +-0.096191406250 +-0.292968750000 +-0.083984375000 +-0.060302734375 +0.036376953125 +0.224609375000 +-0.458984375000 +0.136718750000 +-0.057861328125 +-0.539062500000 +-0.253906250000 +-0.112792968750 +-0.065917968750 +0.006378173828 +-0.044189453125 +-0.049316406250 +-0.080078125000 +-0.082519531250 +0.037353515625 +-0.019042968750 +-0.542968750000 +-0.145507812500 +0.015014648438 +-0.105957031250 +-0.202148437500 +-0.084960937500 +-0.007080078125 +-0.055175781250 +-0.111328125000 +0.102539062500 +-0.147460937500 +0.013671875000 +-0.015991210938 +-0.051757812500 +-0.007934570312 +-0.161132812500 +0.114257812500 +0.042968750000 +0.161132812500 +0.002532958984 +-0.006256103516 +-0.145507812500 +-0.228515625000 +0.007110595703 +-0.124023437500 +0.136718750000 +0.136718750000 +0.017456054688 +-0.025878906250 +0.047363281250 +-0.246093750000 +-0.080078125000 +-0.077148437500 +0.191406250000 +-0.073242187500 +0.002975463867 +0.106445312500 +0.132812500000 +-0.005493164062 +-0.037353515625 +0.193359375000 +0.312500000000 +-0.148437500000 +-0.118164062500 +0.117187500000 +0.038574218750 +0.072753906250 +-0.062988281250 +-0.004150390625 +-0.039550781250 +-0.034667968750 +-0.028320312500 +0.222656250000 +-0.380859375000 +-0.093750000000 +0.088867187500 +-0.166015625000 +0.040771484375 +-0.083984375000 +0.076660156250 +0.072753906250 +0.148437500000 +-0.166992187500 +-0.404296875000 +-0.013793945312 +-0.072265625000 +0.136718750000 +0.181640625000 +0.044189453125 +0.166015625000 +0.197265625000 +0.021606445312 +0.114746093750 +0.008666992188 +0.003524780273 +-0.226562500000 +0.656250000000 +0.105468750000 +-0.058593750000 +-0.271484375000 +-0.404296875000 +-0.531250000000 +-0.018920898438 +-0.031982421875 +0.092773437500 +-0.215820312500 +0.089355468750 +0.020507812500 +-0.722656250000 +-0.017700195312 +0.148437500000 +-0.015991210938 +0.170898437500 +-0.049072265625 +-0.212890625000 +-0.316406250000 +-0.188476562500 +-0.156250000000 +-0.167968750000 +0.083007812500 +0.039550781250 +0.093261718750 +0.019653320312 +0.163085937500 +0.023315429688 +-0.208984375000 +-0.433593750000 +0.011901855469 +0.120117187500 +0.004302978516 +-0.134765625000 +-0.267578125000 +0.015869140625 +-0.110351562500 +-0.132812500000 +-0.019653320312 +-0.192382812500 +-0.155273437500 +0.042480468750 +0.084960937500 +-0.593750000000 +-0.030029296875 +0.096191406250 +0.017211914062 +-0.439453125000 +-0.224609375000 +0.261718750000 +-0.205078125000 +-0.082519531250 +-0.060546875000 +0.047851562500 +-0.061523437500 +0.027099609375 +-0.069824218750 +0.027587890625 +0.040283203125 +-0.089843750000 +0.049072265625 +-0.055908203125 +-0.208984375000 +0.050781250000 +0.035888671875 +-0.040283203125 +-0.177734375000 +-0.128906250000 +0.035156250000 +-0.087890625000 +-0.130859375000 +0.259765625000 +0.019653320312 +-0.441406250000 +0.085449218750 +0.001022338867 +0.032958984375 +0.110351562500 +0.083007812500 +0.046875000000 +-0.061035156250 +-0.139648437500 +-0.210937500000 +0.259765625000 +0.154296875000 +-0.213867187500 +0.010559082031 +0.246093750000 +-0.371093750000 +-0.265625000000 +-0.011535644531 +-0.079589843750 +-0.013061523438 +0.054687500000 +-0.221679687500 +-0.022094726562 +-0.158203125000 +-0.023803710938 +-0.162109375000 +0.051513671875 +-0.235351562500 +-0.275390625000 +0.148437500000 +-0.271484375000 +-0.095214843750 +-0.173828125000 +-0.019287109375 +0.043457031250 +-0.243164062500 +-0.235351562500 +-0.193359375000 +0.312500000000 +0.015991210938 +0.209960937500 +0.039794921875 +-0.589843750000 +-0.188476562500 +0.074707031250 +-0.029418945312 +-0.080566406250 +0.052490234375 +-0.171875000000 +0.133789062500 +-0.225585937500 +0.104003906250 +0.102539062500 +-0.183593750000 +0.083984375000 +0.092773437500 +-0.108398437500 +0.020141601562 +0.073242187500 +0.040527343750 +-0.053466796875 +0.106445312500 +0.038330078125 +-0.083984375000 +0.100097656250 +0.035888671875 +0.124023437500 +0.053710937500 +0.155273437500 +0.030639648438 +0.062500000000 +-0.009460449219 +-0.180664062500 +-0.105468750000 +0.009277343750 +-0.130859375000 +-0.221679687500 +0.217773437500 +-0.081054687500 +0.064941406250 +-0.036132812500 +-0.003189086914 +-0.044189453125 +-0.180664062500 +0.050292968750 +-0.231445312500 +0.062988281250 +0.022338867188 +-0.055664062500 +-0.147460937500 +-0.032714843750 +-0.099609375000 +-0.055664062500 +0.143554687500 +-0.087890625000 +-0.328125000000 +-0.014221191406 +-0.001106262207 +0.146484375000 +-0.013183593750 +0.053466796875 +-0.095703125000 +0.125000000000 +-0.351562500000 +-0.202148437500 +0.203125000000 +-0.503906250000 +0.277343750000 +-0.110351562500 +-0.125000000000 +-0.178710937500 +0.012756347656 +-0.151367187500 +0.057617187500 +-0.201171875000 +-0.052246093750 +-0.001266479492 +0.031738281250 +-0.341796875000 +0.039550781250 +0.157226562500 +0.076660156250 +-0.065917968750 +0.048339843750 +0.039062500000 +0.063476562500 +-0.006347656250 +-0.060058593750 +-0.058349609375 +0.012390136719 +-0.135742187500 +-0.127929687500 +0.086425781250 +-0.143554687500 +-0.146484375000 +0.024902343750 +-0.126953125000 +-0.075195312500 +-0.036376953125 +0.021240234375 +0.041015625000 +-0.051269531250 +0.108886718750 +-0.146484375000 +0.052246093750 +0.043457031250 +-0.029541015625 +-0.026611328125 +-0.044677734375 +-0.047607421875 +0.061035156250 +-0.098632812500 +0.077636718750 +0.021362304688 +0.062988281250 +0.109863281250 +-0.068847656250 +0.113281250000 +-0.048339843750 +0.010742187500 +0.012634277344 +-0.136718750000 +0.043457031250 +-0.059326171875 +-0.190429687500 +0.074707031250 +-0.235351562500 +-0.188476562500 +-0.041992187500 +0.129882812500 +-0.039550781250 +0.041748046875 +-0.006683349609 +-0.249023437500 +0.089843750000 +0.037109375000 +-0.093261718750 +-0.011657714844 +-0.108886718750 +0.023071289062 +0.001701354980 +-0.059082031250 +0.047851562500 +-0.046386718750 +0.055664062500 +-0.371093750000 +-0.259765625000 +-0.155273437500 +0.097656250000 +-0.096679687500 +-0.144531250000 +-0.196289062500 +0.170898437500 +0.079589843750 +0.066894531250 +-0.084472656250 +0.063476562500 +-0.101562500000 +0.040283203125 +-0.406250000000 +-0.020996093750 +-0.029174804688 +-0.024658203125 +0.097656250000 +-0.115722656250 +-0.147460937500 +0.082031250000 +-0.102050781250 +-0.087890625000 +-0.257812500000 +-0.044433593750 +-0.037109375000 +-0.001708984375 +-0.184570312500 +-0.057128906250 +-0.257812500000 +-0.122070312500 +0.178710937500 +-0.039794921875 +-0.187500000000 +0.053466796875 +0.052246093750 +-0.113281250000 +0.056640625000 +-0.195312500000 +-0.122558593750 +-0.111816406250 +0.051025390625 +0.210937500000 +-0.036865234375 +-0.001029968262 +-0.092285156250 +-0.206054687500 +0.009521484375 +-0.255859375000 +0.062500000000 +-0.031738281250 +-0.200195312500 +-0.115722656250 +-0.161132812500 +0.008483886719 +0.008544921875 +-0.130859375000 +-0.373046875000 +0.003204345703 +0.285156250000 +-0.102050781250 +0.010009765625 +0.153320312500 +0.049560546875 +-0.142578125000 +-0.066894531250 +-0.031494140625 +0.110839843750 +-0.108398437500 +-0.114746093750 +0.086914062500 +-0.000165939331 +0.078613281250 +-0.204101562500 +-0.069824218750 +0.057617187500 +-0.085937500000 +-0.133789062500 +0.224609375000 +0.048339843750 +-0.246093750000 +-0.012878417969 +0.120605468750 +-0.070312500000 +-0.074707031250 +0.083984375000 +0.008178710938 +-0.234375000000 +-0.113769531250 +-0.041992187500 +-0.011596679688 +0.073730468750 +-0.271484375000 +-0.149414062500 +0.160156250000 +-0.018676757812 +0.008422851562 +0.010070800781 +-0.101074218750 +0.015625000000 +-0.127929687500 +-0.376953125000 +0.162109375000 +0.149414062500 +-0.009521484375 +-0.177734375000 +-0.102539062500 +0.068359375000 +-0.169921875000 +-0.017333984375 +0.001602172852 +-0.187500000000 +-0.180664062500 +0.298828125000 +-0.222656250000 +-0.033691406250 +-0.008911132812 +0.069335937500 +-0.115722656250 +0.022216796875 +-0.566406250000 +-0.322265625000 +-0.108886718750 +-0.028442382812 +0.149414062500 +-0.172851562500 +0.050292968750 +0.010131835938 +0.033935546875 +-0.071777343750 +-0.107421875000 +-0.003616333008 +-0.125976562500 +-0.061279296875 +0.031738281250 +0.091796875000 +-0.027343750000 +0.150390625000 +-0.214843750000 +-0.032226562500 +0.009338378906 +0.028930664062 +0.112304687500 +-0.220703125000 +0.091308593750 +0.154296875000 +0.040283203125 +-0.003723144531 +0.099609375000 +0.036865234375 +-0.000114440918 +-0.002761840820 +0.100585937500 +0.068847656250 +0.028442382812 +-0.207031250000 +-0.004699707031 +0.143554687500 +-0.144531250000 +-0.025512695312 +0.135742187500 +-0.137695312500 +-0.069824218750 +0.002990722656 +0.066406250000 +0.119628906250 +-0.078125000000 +0.074218750000 +-0.028442382812 +0.021118164062 +-0.040771484375 +-0.046142578125 +0.154296875000 +-0.036865234375 +0.092285156250 +-0.031494140625 +0.059570312500 +-0.011169433594 +-0.041503906250 +0.076171875000 +-0.089843750000 +0.141601562500 +-0.093750000000 +0.061523437500 +0.102539062500 +0.033447265625 +0.000211715698 +0.016845703125 +-0.187500000000 +-0.025146484375 +0.283203125000 +0.084960937500 +0.044677734375 +0.107910156250 +-0.003524780273 +-0.427734375000 +0.134765625000 +-0.090820312500 +0.071777343750 +-0.030395507812 +-0.247070312500 +-0.075683593750 +-0.059814453125 +0.020629882812 +0.050292968750 +0.062500000000 +0.122070312500 +0.009887695312 +-0.142578125000 +-0.017211914062 +-0.067871093750 +-0.097656250000 +0.087890625000 +-0.079589843750 +-0.353515625000 +0.028564453125 +-0.121093750000 +0.008544921875 +0.008178710938 +-0.378906250000 +0.017089843750 +-0.067382812500 +0.058349609375 +0.009643554688 +0.043457031250 +0.180664062500 +-0.150390625000 +0.212890625000 +-0.078613281250 +0.124511718750 +0.029541015625 +0.017333984375 +-0.103027343750 +-0.053222656250 +-0.109863281250 +-0.024047851562 +0.108398437500 +-0.152343750000 +0.044921875000 +0.002319335938 +-0.007354736328 +0.138671875000 +-0.040527343750 +-0.102539062500 +0.115234375000 +0.065917968750 +-0.051269531250 +0.049316406250 +-0.057861328125 +-0.105468750000 +0.061035156250 +-0.078613281250 +0.035644531250 +0.097656250000 +-0.054443359375 +-0.015136718750 +-0.106933593750 +-0.015319824219 +0.355468750000 +0.158203125000 +0.101074218750 +-0.228515625000 +0.033691406250 +-0.044433593750 +0.223632812500 +-0.041748046875 +-0.131835937500 +-0.022094726562 +0.012451171875 +0.003540039062 +0.257812500000 +-0.013488769531 +-0.236328125000 +0.203125000000 +-0.073242187500 +0.039306640625 +0.221679687500 +0.195312500000 +0.027465820312 +-0.088867187500 +0.251953125000 +0.345703125000 +-0.063476562500 +0.054687500000 +0.126953125000 +0.040771484375 +0.049316406250 +-0.086914062500 +-0.244140625000 +-0.052734375000 +0.192382812500 +0.077148437500 +0.251953125000 +0.094238281250 +-0.023925781250 +0.011230468750 +0.100585937500 +0.087890625000 +-0.098632812500 +0.050292968750 +0.071289062500 +-0.019287109375 +-0.018066406250 +-0.464843750000 +0.000406265259 +0.191406250000 +0.226562500000 +0.423828125000 +-0.081542968750 +0.062255859375 +0.018798828125 +0.061523437500 +0.322265625000 +-0.134765625000 +-0.251953125000 +-0.275390625000 +0.292968750000 +-0.110839843750 +-0.226562500000 +0.351562500000 +-0.170898437500 +0.008728027344 +0.089355468750 +0.033935546875 +-0.281250000000 +-0.138671875000 +-0.146484375000 +0.027099609375 +0.029174804688 +0.008483886719 +0.248046875000 +0.102539062500 +-0.241210937500 +-0.000984191895 +0.071289062500 +0.007629394531 +0.010131835938 +-0.628906250000 +-0.162109375000 +-0.112304687500 +0.086914062500 +0.034179687500 +0.024169921875 +-0.031127929688 +-0.222656250000 +-0.453125000000 +-0.010314941406 +0.050781250000 +-0.021850585938 +-0.265625000000 +0.086914062500 +0.070312500000 +0.013732910156 +-0.250000000000 +-0.047607421875 +-0.004455566406 +-0.621093750000 +-0.353515625000 +-0.306640625000 +0.026489257812 +0.079589843750 +0.065429687500 +0.269531250000 +-0.263671875000 +0.100097656250 +0.012023925781 +0.045166015625 +-0.388671875000 +0.155273437500 +-0.034179687500 +0.024414062500 +0.109375000000 +-0.046875000000 +0.024291992188 +-0.222656250000 +0.095703125000 +-0.380859375000 +-0.314453125000 +0.145507812500 +0.045654296875 +-0.036132812500 +0.149414062500 +0.134765625000 +-0.047607421875 +0.024536132812 +0.124511718750 +-0.226562500000 +-0.009399414062 +0.204101562500 +-0.102539062500 +-0.114746093750 +0.059326171875 +0.026000976562 +0.014648437500 +-0.152343750000 +0.045410156250 +0.204101562500 +-0.116699218750 +-0.008972167969 +0.041992187500 +-0.150390625000 +0.023437500000 +-0.034667968750 +-0.062011718750 +0.044921875000 +-0.186523437500 +0.115234375000 +0.006561279297 +-0.030029296875 +-0.030761718750 +0.155273437500 +0.013488769531 +-0.406250000000 +-0.118652343750 +-0.084472656250 +0.005859375000 +0.031005859375 +0.039062500000 +-0.159179687500 +0.024169921875 +-0.046875000000 +-0.074218750000 +-0.014099121094 +-0.086914062500 +0.108398437500 +-0.081054687500 +0.089843750000 +-0.060546875000 +0.042236328125 +-0.104980468750 +-0.049316406250 +0.027954101562 +-0.232421875000 +0.027099609375 +0.029052734375 +0.002822875977 +0.049316406250 +-0.043212890625 +-0.139648437500 +-0.244140625000 +-0.148437500000 +0.083007812500 +-0.096191406250 +0.007873535156 +0.053222656250 +0.006622314453 +-0.178710937500 +-0.063964843750 +0.134765625000 +-0.017089843750 +-0.097167968750 +0.182617187500 +0.084960937500 +-0.028442382812 +0.046386718750 +0.002563476562 +0.051269531250 +0.176757812500 +-0.006500244141 +0.045898437500 +0.121093750000 +0.007934570312 +-0.492187500000 +0.161132812500 +0.080566406250 +-0.011230468750 +0.089355468750 +-0.355468750000 +-0.019165039062 +-0.200195312500 +-0.306640625000 +0.026245117188 +-0.149414062500 +-0.011840820312 +0.004791259766 +0.028686523438 +0.064453125000 +-0.222656250000 +-0.045166015625 +-0.038574218750 +-0.019287109375 +-0.007629394531 +-0.468750000000 +0.032470703125 +-0.084472656250 +0.121093750000 +0.065917968750 +0.076660156250 +0.114257812500 +-0.068847656250 +-0.176757812500 +0.008056640625 +0.261718750000 +0.169921875000 +-0.002929687500 +0.057617187500 +-0.490234375000 +0.053710937500 +-0.023193359375 +0.171875000000 +0.026367187500 +-0.384765625000 +0.089355468750 +0.127929687500 +-0.296875000000 +0.182617187500 +-0.012878417969 +-0.119140625000 +0.057128906250 +-0.046875000000 +-0.574218750000 +0.132812500000 +-0.255859375000 +0.056884765625 +-0.001365661621 +0.031738281250 +-0.146484375000 +-0.062500000000 +-0.104003906250 +0.035644531250 +-0.030761718750 +0.048095703125 +-0.054931640625 +-0.087402343750 +-0.060302734375 +-0.040283203125 +-0.250000000000 +-0.044189453125 +-0.078613281250 +-0.800781250000 +-0.090820312500 +0.039062500000 +0.042968750000 +-0.098632812500 +-0.144531250000 +0.026245117188 +-0.988281250000 +0.025268554688 +0.004730224609 +-0.361328125000 +-0.120605468750 +0.091796875000 +0.052978515625 +-0.015441894531 +0.036376953125 +-0.107910156250 +0.046386718750 +-0.202148437500 +-0.075195312500 +-0.134765625000 +-0.066406250000 +-0.079101562500 +-0.042236328125 +0.080566406250 +0.062500000000 +-0.056152343750 +0.039550781250 +-0.095703125000 +-0.037841796875 +-0.247070312500 +-0.059570312500 +0.040771484375 +0.001388549805 +0.042236328125 +-0.066406250000 +-0.076171875000 +0.120605468750 +-0.031982421875 +0.213867187500 +0.023071289062 +0.099121093750 +0.043701171875 +-0.204101562500 +-0.127929687500 +-0.226562500000 +-0.376953125000 +-0.035888671875 +-0.030517578125 +-0.133789062500 +0.121093750000 +-0.550781250000 +-0.267578125000 +-0.001861572266 +0.017822265625 +-0.052490234375 +0.015747070312 +-0.020019531250 +-0.034912109375 +0.046875000000 +0.003143310547 +-0.289062500000 +0.075195312500 +-0.013549804688 +-0.253906250000 +-0.180664062500 +0.211914062500 +0.037109375000 +-0.092285156250 +-0.380859375000 +0.050048828125 +-0.056396484375 +-0.004669189453 +-0.241210937500 +-0.209960937500 +0.085449218750 +-0.033203125000 +-0.067871093750 +-0.042480468750 +0.051025390625 +-0.216796875000 +-0.208984375000 +0.074218750000 +0.146484375000 +0.149414062500 +-0.102050781250 +-0.185546875000 +0.058837890625 +0.017211914062 +0.110839843750 +0.082519531250 +0.205078125000 +-0.322265625000 +-0.083007812500 +0.008850097656 +-0.114746093750 +-0.140625000000 +0.098632812500 +0.168945312500 +-0.109375000000 +0.070800781250 +0.060546875000 +-0.019409179688 +-0.123046875000 +-0.187500000000 +-0.118164062500 +0.111816406250 +0.030395507812 +-0.017578125000 +-0.085937500000 +0.082519531250 +-0.116699218750 +-0.343750000000 +-0.005950927734 +-0.099609375000 +0.065917968750 +-0.215820312500 +-0.200195312500 +0.011047363281 +-0.081542968750 +-0.088867187500 +-0.134765625000 +0.015991210938 +-0.069824218750 +0.054687500000 +0.153320312500 +0.110839843750 +-0.148437500000 +-0.125000000000 +-0.240234375000 +0.052246093750 +0.066406250000 +-0.002349853516 +0.114257812500 +0.108886718750 +-0.515625000000 +0.009826660156 +0.068847656250 +-0.103515625000 +-0.005065917969 +0.074218750000 +-0.046630859375 +-0.096679687500 +0.116699218750 +-0.040771484375 +-0.147460937500 +-0.384765625000 +0.094238281250 +-0.025512695312 +0.026367187500 +-0.053222656250 +-0.175781250000 +-0.028076171875 +0.079101562500 +-0.032958984375 +-0.095214843750 +-0.114257812500 +-0.070312500000 +-0.030517578125 +-0.261718750000 +-0.023315429688 +0.022827148438 +0.006347656250 +0.031738281250 +-0.033691406250 +0.080078125000 +-0.016113281250 +-0.906250000000 +0.052490234375 +-0.084472656250 +-0.072265625000 +-0.064941406250 +-0.080078125000 +-0.332031250000 +-0.291015625000 +-0.163085937500 +0.072753906250 +0.041992187500 +-0.016601562500 +-0.081054687500 +-0.172851562500 +-0.236328125000 +0.001785278320 +0.001174926758 +0.066894531250 +-0.007812500000 +0.046142578125 +0.099121093750 +0.067871093750 +0.058349609375 +-0.014892578125 +0.025634765625 +-0.022338867188 +0.002182006836 +-0.088867187500 +0.036621093750 +-0.023681640625 +-0.085937500000 +-0.141601562500 +0.143554687500 +0.246093750000 +0.089843750000 +0.069824218750 +-0.003555297852 +0.028686523438 +-0.011047363281 +0.012207031250 +-0.287109375000 +-0.222656250000 +0.143554687500 +-0.021606445312 +0.265625000000 +0.185546875000 +-0.064941406250 +0.152343750000 +0.049316406250 +0.087890625000 +-0.185546875000 +-0.226562500000 +-0.070312500000 +-0.007110595703 +-0.158203125000 +-0.102539062500 +-0.010864257812 +-0.263671875000 +0.084472656250 +0.111816406250 +-0.043457031250 +-0.176757812500 +-0.113769531250 +0.164062500000 +0.110351562500 +0.024780273438 +-0.191406250000 +0.050292968750 +0.229492187500 +-0.277343750000 +0.031982421875 +-0.166015625000 +-0.147460937500 +-0.025390625000 +0.043212890625 +-0.019775390625 +-0.019409179688 +-0.386718750000 +-0.032958984375 +-0.041748046875 +-0.071777343750 +-0.014770507812 +-0.679687500000 +-0.320312500000 +0.039550781250 +-0.170898437500 +0.296875000000 +-0.228515625000 +0.029418945312 +-0.699218750000 +-0.064941406250 +0.027465820312 +0.114746093750 +-0.049560546875 +-0.519531250000 +-0.067871093750 +-0.625000000000 +0.138671875000 +0.103027343750 +-0.291015625000 +-0.081054687500 +-0.037109375000 +-0.229492187500 +0.028808593750 +0.083007812500 +0.006958007812 +-0.367187500000 +-0.122558593750 +-0.044921875000 +0.019775390625 +0.117675781250 +-0.246093750000 +-0.063476562500 +-0.017578125000 +0.265625000000 +0.076171875000 +0.037109375000 +0.072753906250 +0.015625000000 +0.145507812500 +-0.012878417969 +0.055419921875 +-0.112304687500 +-0.050537109375 +0.015014648438 +-0.055175781250 +0.076660156250 +0.090332031250 +0.121582031250 +0.020751953125 +0.094726562500 +0.009338378906 +-0.176757812500 +0.200195312500 +0.027343750000 +-0.103515625000 +0.117675781250 +-0.173828125000 +0.122070312500 +-0.111816406250 +-0.355468750000 +-0.140625000000 +-0.029907226562 +-0.109863281250 +0.004821777344 +0.178710937500 +-0.244140625000 +0.044677734375 +-0.076171875000 +-0.072265625000 +0.141601562500 +0.078125000000 +-0.050537109375 +-0.914062500000 +-0.078125000000 +-0.365234375000 +0.281250000000 +0.032470703125 +-0.316406250000 +-0.097167968750 +-0.441406250000 +0.063964843750 +0.067382812500 +-0.140625000000 +-0.247070312500 +-0.287109375000 +-0.137695312500 +-0.135742187500 +-0.016235351562 +-0.011291503906 +0.217773437500 +-0.279296875000 +0.112304687500 +-0.066894531250 +-0.112304687500 +-0.006317138672 +0.123046875000 +0.046142578125 +0.035156250000 +0.037597656250 +-0.054931640625 +0.201171875000 +-0.183593750000 +0.136718750000 +0.217773437500 +0.132812500000 +-0.259765625000 +0.143554687500 +-0.205078125000 +-0.074707031250 +0.145507812500 +0.042724609375 +-0.234375000000 +-0.287109375000 +-0.220703125000 +0.119628906250 +0.092773437500 +0.018676757812 +-0.261718750000 +0.242187500000 +0.233398437500 +-0.027343750000 +0.200195312500 +-0.145507812500 +-0.206054687500 +0.074218750000 +0.037597656250 +0.028564453125 +-0.129882812500 +0.093261718750 +0.140625000000 +-0.200195312500 +-0.098632812500 +0.088867187500 +0.143554687500 +-0.100097656250 +0.032226562500 +0.033447265625 +-0.119140625000 +-0.011413574219 +-0.025756835938 +-0.030761718750 +-0.059326171875 +-0.040771484375 +0.066894531250 +0.138671875000 +-0.020874023438 +-0.179687500000 +-0.063964843750 +0.015869140625 +0.042968750000 +0.100585937500 +-0.056396484375 +-0.061035156250 +0.160156250000 +0.090332031250 +0.081054687500 +0.185546875000 +0.076660156250 +0.116210937500 +0.287109375000 +0.094726562500 +0.087890625000 +-0.012634277344 +0.014953613281 +-0.061523437500 +0.007629394531 +-0.020874023438 +0.247070312500 +-0.050292968750 +0.074218750000 +-0.187500000000 +-0.103515625000 +-0.003845214844 +0.050537109375 +0.144531250000 +0.121093750000 +-0.051269531250 +-0.041503906250 +-0.143554687500 +0.142578125000 +-0.050781250000 +-0.137695312500 +0.085937500000 +-0.257812500000 +-0.140625000000 +0.149414062500 +0.083984375000 +-0.049072265625 +-0.093750000000 +-0.054931640625 +-0.022705078125 +0.000720977783 +0.008178710938 +-0.249023437500 +-0.092285156250 +0.053466796875 +-0.043212890625 +0.121582031250 +-0.067382812500 +0.031982421875 +-0.855468750000 +-0.035400390625 +0.090820312500 +0.093750000000 +0.038330078125 +-0.149414062500 +0.020507812500 +-0.046875000000 +-0.008728027344 +0.138671875000 +-0.015441894531 +-0.006439208984 +0.142578125000 +-0.097656250000 +0.131835937500 +0.084472656250 +0.122558593750 +-0.083496093750 +-0.225585937500 +-0.025146484375 +-0.081542968750 +0.049804687500 +-0.345703125000 +-0.053466796875 +-0.012878417969 +-0.000394821167 +0.000682830811 +0.001350402832 +0.064941406250 +0.088867187500 +0.104492187500 +0.132812500000 +0.051025390625 +-0.016967773438 +0.010253906250 +-0.040039062500 +-0.213867187500 +0.050781250000 +0.083496093750 +0.045166015625 +0.030273437500 +0.027709960938 +0.067871093750 +-0.009826660156 +-0.113769531250 +-0.234375000000 +0.126953125000 +-0.022460937500 +0.136718750000 +0.287109375000 +0.104980468750 +0.018920898438 +0.028076171875 +-0.034179687500 +-0.122070312500 +0.077636718750 +-0.033935546875 +-0.166015625000 +0.154296875000 +0.006072998047 +0.075195312500 +0.006011962891 +-0.250000000000 +0.051757812500 +-0.047363281250 +0.111816406250 +0.240234375000 +-0.183593750000 +0.107910156250 +-0.060302734375 +0.185546875000 +0.013122558594 +0.154296875000 +0.021362304688 +-0.025390625000 +-0.018066406250 +0.051757812500 +0.039306640625 +-0.063476562500 +-0.087890625000 +0.190429687500 +0.088867187500 +-0.084472656250 +0.012145996094 +0.004547119141 +-0.188476562500 +0.049072265625 +0.144531250000 +-0.040771484375 +-0.093261718750 +-0.220703125000 +-0.396484375000 +0.137695312500 +0.125000000000 +0.013610839844 +-0.519531250000 +0.107910156250 +-0.107910156250 +-0.211914062500 +-0.243164062500 +-0.006744384766 +0.014526367188 +-0.015869140625 +0.063964843750 +-0.066894531250 +0.189453125000 +-0.012817382812 +0.019409179688 +-0.085937500000 +-0.515625000000 +0.046142578125 +-0.248046875000 +0.053955078125 +-0.205078125000 +-0.160156250000 +0.259765625000 +-0.039794921875 +0.104980468750 +-0.083007812500 +0.053955078125 +0.095214843750 +-0.277343750000 +-0.020996093750 +0.087402343750 +-0.310546875000 +-0.083496093750 +-0.065917968750 +-0.073730468750 +0.105468750000 +-0.229492187500 +-0.006927490234 +0.145507812500 +0.240234375000 +-0.050537109375 +0.005218505859 +0.042480468750 +0.113769531250 +0.128906250000 +-0.071777343750 +-0.118164062500 +0.077636718750 +-0.125976562500 +0.076660156250 +-0.095703125000 +0.335937500000 +0.070312500000 +0.230468750000 +-0.071289062500 +-0.186523437500 +-0.285156250000 +-0.333984375000 +-0.051513671875 +0.073730468750 +0.185546875000 +-0.134765625000 +-0.165039062500 +-0.228515625000 +-0.231445312500 +-0.042968750000 +-0.209960937500 +0.273437500000 +-0.086914062500 +0.035400390625 +0.011352539062 +0.064453125000 +0.133789062500 +0.083984375000 +-0.136718750000 +0.245117187500 +0.107910156250 +0.081054687500 +-0.006072998047 +-0.028076171875 +-0.185546875000 +0.125976562500 +0.120117187500 +0.070800781250 +0.304687500000 +0.128906250000 +-0.018554687500 +-0.208984375000 +-0.004760742188 +-0.104980468750 +-0.046630859375 +0.181640625000 +-0.112304687500 +0.112304687500 +0.113281250000 +0.030883789062 +-0.051269531250 +0.174804687500 +-0.273437500000 +0.239257812500 +-0.014404296875 +-0.073242187500 +0.009765625000 +0.004425048828 +-0.066406250000 +-0.003280639648 +0.347656250000 +0.188476562500 +-0.211914062500 +0.006713867188 +0.168945312500 +-0.097167968750 +0.101074218750 +0.073730468750 +-0.175781250000 +0.141601562500 +0.101074218750 +0.390625000000 +0.136718750000 +-0.089355468750 +-0.063476562500 +-0.099609375000 +0.079101562500 +0.193359375000 +0.053710937500 +0.078125000000 +0.038818359375 +0.142578125000 +0.061279296875 +-0.320312500000 +-0.613281250000 +-0.120605468750 +0.001800537109 +-0.055419921875 +-0.126953125000 +0.042480468750 +0.075683593750 +0.122070312500 +0.249023437500 +-0.232421875000 +0.012695312500 +0.147460937500 +-0.013977050781 +0.127929687500 +-0.125976562500 +0.255859375000 +-0.092285156250 +0.099609375000 +-0.002044677734 +-0.156250000000 +-0.118652343750 +-0.249023437500 +0.087890625000 +0.120605468750 +-0.141601562500 +-0.058349609375 +0.041992187500 +-0.056152343750 +0.104492187500 +0.029418945312 +-0.001518249512 +0.064941406250 +0.106933593750 +-0.016601562500 +-0.107910156250 +0.063476562500 +0.000452041626 +0.062255859375 +-0.069335937500 +0.103515625000 +0.173828125000 +0.023315429688 +-0.087890625000 +-0.146484375000 +-0.074218750000 +-0.075195312500 +-0.074218750000 +-0.273437500000 +-0.125000000000 +0.035400390625 +0.064453125000 +0.138671875000 +0.051269531250 +0.075195312500 +-0.128906250000 +-0.179687500000 +0.073730468750 +-0.021850585938 +-0.324218750000 +-0.041748046875 +-0.236328125000 +-0.008239746094 +-0.112304687500 +0.035156250000 +0.097656250000 +-0.136718750000 +0.017211914062 +-0.092285156250 +-0.094726562500 +0.018554687500 +-0.127929687500 +-0.014099121094 +0.353515625000 +-0.032226562500 +0.100097656250 +-0.047607421875 +0.067382812500 +-0.085937500000 +-0.063476562500 +-0.071289062500 +0.031494140625 +-0.197265625000 +0.086425781250 +0.100097656250 +0.020141601562 +-0.053710937500 +-0.007354736328 +0.032958984375 +-0.130859375000 +0.055908203125 +0.015563964844 +-0.019165039062 +-0.093750000000 +0.036621093750 +-0.170898437500 +0.018676757812 +0.040039062500 +-0.322265625000 +0.048583984375 +0.067871093750 +0.084960937500 +0.026611328125 +-0.112792968750 +0.015991210938 +-0.597656250000 +0.124511718750 +-0.030761718750 +-0.024902343750 +-0.077636718750 +-0.078613281250 +-0.014221191406 +0.050048828125 +0.092773437500 +-0.472656250000 +-0.155273437500 +-0.006958007812 +0.133789062500 +-0.066894531250 +-0.034667968750 +0.065429687500 +-0.392578125000 +-0.009338378906 +0.003890991211 +-0.067871093750 +0.015869140625 +-0.029174804688 +0.153320312500 +-0.027099609375 +-0.004547119141 +-0.057373046875 +0.049316406250 +0.094238281250 +-0.024902343750 +-0.116699218750 +-0.037353515625 +0.059814453125 +-0.601562500000 +-0.111328125000 +-0.083496093750 +-0.062011718750 +-0.175781250000 +-0.182617187500 +0.021728515625 +0.142578125000 +0.091796875000 +-0.036621093750 +-0.014648437500 +-0.091796875000 +0.246093750000 +0.171875000000 +0.025146484375 +-0.223632812500 +0.113769531250 +0.242187500000 +0.205078125000 +0.062988281250 +0.197265625000 +-0.003967285156 +0.023437500000 +-0.275390625000 +-0.079589843750 +-0.083007812500 +0.076660156250 +-0.067871093750 +-0.008300781250 +-0.028442382812 +-0.423828125000 +0.296875000000 +0.355468750000 +0.060058593750 +-0.027099609375 +-0.037597656250 +-0.125976562500 +-0.217773437500 +-0.036376953125 +0.124023437500 +-0.094238281250 +0.031738281250 +-0.031738281250 +-0.371093750000 +0.324218750000 +0.017578125000 +0.062988281250 +0.020385742188 +-0.182617187500 +-0.084472656250 +-0.382812500000 +-0.100585937500 +0.093750000000 +0.049316406250 +0.194335937500 +-0.120117187500 +0.037841796875 +-0.096191406250 +0.034667968750 +-0.035888671875 +0.026489257812 +-0.247070312500 +0.082031250000 +0.069824218750 +-0.023071289062 +0.255859375000 +-0.233398437500 +-0.078125000000 +0.241210937500 +-0.324218750000 +-0.247070312500 +0.041992187500 +-0.026245117188 +-0.096679687500 +0.031982421875 +0.182617187500 +-0.008728027344 +-0.033935546875 +0.063964843750 +-0.015869140625 +0.019165039062 +0.156250000000 +0.159179687500 +0.095214843750 +0.062500000000 +0.228515625000 +-0.163085937500 +-0.029785156250 +0.163085937500 +-0.304687500000 +-0.216796875000 +-0.059082031250 +-0.013488769531 +0.056152343750 +0.061767578125 +-0.190429687500 +-0.597656250000 +-0.224609375000 +0.032714843750 +-0.166992187500 +0.198242187500 +-0.220703125000 +0.092773437500 +0.069824218750 +-0.019897460938 +-0.148437500000 +-0.047119140625 +-0.107421875000 +-0.165039062500 +0.030273437500 +-0.151367187500 +-0.209960937500 +-0.076660156250 +-0.023315429688 +0.036376953125 +-0.033691406250 +-0.071289062500 +0.025268554688 +-0.017089843750 +-0.009094238281 +0.162109375000 +-0.080078125000 +-0.048828125000 +-0.061035156250 +-0.049316406250 +0.000545501709 +0.057128906250 +-0.073730468750 +-1.031250000000 +-0.099121093750 +-0.100097656250 +0.175781250000 +-0.099609375000 +0.024047851562 +-0.326171875000 +-0.008544921875 +-0.102539062500 +0.031494140625 +-0.004425048828 +-0.053955078125 +0.040039062500 +-0.148437500000 +-0.223632812500 +0.063964843750 +-0.141601562500 +-0.277343750000 +0.046875000000 +-0.003097534180 +0.004333496094 +-0.007232666016 +0.007537841797 +-0.077148437500 +-0.041015625000 +-0.070800781250 +-0.044677734375 +0.106445312500 +0.081054687500 +-0.179687500000 +-0.233398437500 +0.039550781250 +-0.021362304688 +-0.040771484375 +0.047851562500 +-0.184570312500 +-0.145507812500 +0.097167968750 +-0.146484375000 +-0.178710937500 +0.043212890625 +0.086914062500 +-0.298828125000 +0.045898437500 +-0.005920410156 +-0.010131835938 +-0.076660156250 +-0.020507812500 +-0.052001953125 +0.055419921875 +-0.117187500000 +0.092285156250 +0.033691406250 +0.114746093750 +0.012573242188 +0.108398437500 +-0.111816406250 +-0.062500000000 +0.036621093750 +0.108398437500 +0.142578125000 +-0.138671875000 +-0.110351562500 +0.070312500000 +-0.145507812500 +0.003799438477 +-0.001861572266 +0.076660156250 +-0.086425781250 +-0.132812500000 +0.034179687500 +-0.113769531250 +-0.065429687500 +0.161132812500 +-0.011779785156 +0.023681640625 +-0.482421875000 +0.036132812500 +0.072753906250 +-0.032714843750 +0.072753906250 +-0.059814453125 +-0.013061523438 +0.035644531250 +-0.061035156250 +0.122558593750 +0.099121093750 +0.018432617188 +0.123046875000 +0.070800781250 +0.031250000000 +-0.277343750000 +0.050048828125 +0.025878906250 +0.134765625000 +0.025512695312 +0.132812500000 +0.079589843750 +-0.039550781250 +0.075683593750 +0.013488769531 +0.134765625000 +-0.111816406250 +0.062988281250 +0.105468750000 +-0.210937500000 +0.055908203125 +0.130859375000 +-0.015075683594 +0.137695312500 +-0.004333496094 +0.028442382812 +-0.051757812500 +-0.039794921875 +0.017578125000 +-0.014404296875 +-0.015014648438 +-0.106445312500 +0.016601562500 +-0.007873535156 +0.054443359375 +0.058349609375 +-0.025146484375 +-0.177734375000 +-0.081542968750 +-0.107421875000 +-0.020507812500 +0.087402343750 +0.191406250000 +-0.494140625000 +0.042724609375 +0.015747070312 +-0.011596679688 +0.246093750000 +-0.036621093750 +0.149414062500 +-0.058593750000 +-0.111816406250 +0.102050781250 +0.010559082031 +-0.073730468750 +-0.064453125000 +-0.190429687500 +0.048583984375 +-0.168945312500 +0.124023437500 +-0.112304687500 +-0.145507812500 +-0.055664062500 +0.054443359375 +0.077636718750 +-0.118164062500 +0.029541015625 +-0.320312500000 +-0.161132812500 +0.050537109375 +-0.010559082031 +0.216796875000 +-0.472656250000 +-0.182617187500 +-0.034423828125 +0.049560546875 +-0.153320312500 +-0.092773437500 +0.018676757812 +0.129882812500 +-0.135742187500 +-0.099121093750 +-0.130859375000 +0.061279296875 +-0.172851562500 +0.106445312500 +0.204101562500 +0.208984375000 +0.014892578125 +-0.312500000000 +0.087890625000 +0.097167968750 +-0.026489257812 +0.289062500000 +-0.035644531250 +0.028686523438 +-0.095214843750 +-0.009704589844 +-0.176757812500 +-0.095214843750 +-0.065429687500 +-0.022094726562 +0.021362304688 +-0.078125000000 +-0.121093750000 +0.043945312500 +0.084472656250 +-0.000272750854 +-0.094238281250 +0.004516601562 +-0.087402343750 +-0.044921875000 +-0.019409179688 +-0.065917968750 +-0.235351562500 +-0.106933593750 +0.088378906250 +-0.239257812500 +-0.055908203125 +-0.185546875000 +-0.039794921875 +0.035888671875 +-0.147460937500 +-0.184570312500 +0.098144531250 +-0.215820312500 +-0.035156250000 +-0.047607421875 +-0.020507812500 +-0.008239746094 +-0.208984375000 +-0.519531250000 +0.017333984375 +-0.207031250000 +-0.074218750000 +0.125976562500 +-0.033935546875 +-0.043457031250 +-0.486328125000 +0.224609375000 +0.121582031250 +-0.267578125000 +0.062011718750 +-0.029174804688 +-0.114746093750 +0.005096435547 +0.154296875000 +0.016479492188 +-0.056396484375 +0.106933593750 +0.167968750000 +-0.462890625000 +-0.158203125000 +-0.203125000000 +0.108886718750 +0.042724609375 +-0.019653320312 +-0.096679687500 +0.046630859375 +0.023437500000 +-0.273437500000 +-0.067871093750 +-0.066406250000 +-0.233398437500 +0.085449218750 +-0.010253906250 +0.117187500000 +0.172851562500 +-0.083007812500 +0.137695312500 +-0.228515625000 +0.031494140625 +-0.093261718750 +-0.125000000000 +0.124023437500 +0.098144531250 +0.115234375000 +-0.500000000000 +-0.140625000000 +-0.082519531250 +0.028808593750 +-0.005310058594 +-0.064941406250 +-0.153320312500 +0.056884765625 +-0.031494140625 +-0.018920898438 +-0.148437500000 +-0.116210937500 +0.047851562500 +-0.056396484375 +0.099121093750 +0.101074218750 +-0.105957031250 +0.134765625000 +-0.188476562500 +-0.265625000000 +-0.196289062500 +-0.012756347656 +-0.045166015625 +-0.097656250000 +0.136718750000 +-0.007415771484 +0.104980468750 +-0.016967773438 +-0.242187500000 +0.015747070312 +-0.353515625000 +-0.051757812500 +-0.113769531250 +-0.049072265625 +-0.476562500000 +-0.109375000000 +0.053955078125 +0.133789062500 +-0.002273559570 +-0.166015625000 +0.050781250000 +0.046630859375 +-0.041992187500 +-0.021972656250 +-0.086914062500 +-0.107910156250 +0.004669189453 +0.005096435547 +0.087890625000 +-0.177734375000 +0.032714843750 +-0.027954101562 +0.148437500000 +-0.143554687500 +-0.259765625000 +-0.086425781250 +0.044677734375 +-0.116699218750 +0.094726562500 +-0.040039062500 +-0.062988281250 +0.024291992188 +0.090332031250 +-0.197265625000 +0.032470703125 +-0.316406250000 +0.074707031250 +0.099609375000 +0.049316406250 +0.249023437500 +0.089843750000 +0.141601562500 +-0.150390625000 +-0.226562500000 +0.219726562500 +-0.223632812500 +0.098144531250 +-0.267578125000 +0.006256103516 +0.191406250000 +0.251953125000 +-0.115234375000 +-0.320312500000 +0.060791015625 +0.240234375000 +0.064941406250 +0.173828125000 +-0.082031250000 +0.129882812500 +-0.326171875000 +0.105468750000 +0.104003906250 +-0.026611328125 +-0.009887695312 +0.109375000000 +0.134765625000 +-0.011901855469 +0.107910156250 +-0.037353515625 +-0.292968750000 +-0.120605468750 +0.005645751953 +0.008178710938 +0.036376953125 +0.000295639038 +0.161132812500 +0.082031250000 +-0.314453125000 +0.045166015625 +-0.007629394531 +0.255859375000 +0.065429687500 +0.056396484375 +-0.316406250000 +-0.069335937500 +0.014099121094 +0.082031250000 +-0.100097656250 +-0.029907226562 +0.087402343750 +0.082031250000 +-0.230468750000 +-0.050781250000 +0.050048828125 +-0.042236328125 +0.014526367188 +0.066894531250 +0.030883789062 +0.125000000000 +-0.162109375000 +-0.028930664062 +0.054931640625 +-0.081542968750 +-0.164062500000 +-0.359375000000 +-0.006530761719 +0.014587402344 +-0.174804687500 +-0.314453125000 +0.058593750000 +-0.026489257812 +-0.123046875000 +-0.117187500000 +-0.416015625000 +-0.046386718750 +-0.261718750000 +-0.101562500000 +-0.034179687500 +-0.099121093750 +0.049316406250 +-0.162109375000 +-0.064453125000 +0.015869140625 +-0.269531250000 +0.075683593750 +-0.124023437500 +-0.023071289062 +-0.081054687500 +0.105957031250 +-0.105957031250 +0.045898437500 +0.035644531250 +-0.005798339844 +0.117187500000 +0.144531250000 +0.064453125000 +-0.033447265625 +0.011901855469 +0.062011718750 +-0.621093750000 +0.097167968750 +-0.050048828125 +0.044921875000 +-0.330078125000 +-0.018676757812 +0.040283203125 +-0.116210937500 +0.122070312500 +-0.057373046875 +0.024902343750 +-0.020874023438 +0.036621093750 +-0.202148437500 +-0.101562500000 +-0.050781250000 +-0.304687500000 +-0.090820312500 +-0.077636718750 +-0.192382812500 +-0.082519531250 +0.059814453125 +0.136718750000 +-0.263671875000 +0.085937500000 +-0.068359375000 +-0.011230468750 +-0.122070312500 +-0.255859375000 +-0.142578125000 +-0.155273437500 +-0.048583984375 +-0.006347656250 +-0.156250000000 +-0.021240234375 +-0.029296875000 +0.069335937500 +-0.271484375000 +-0.184570312500 +0.042724609375 +-0.011047363281 +-0.034667968750 +-0.012817382812 +-0.312500000000 +0.208007812500 +-0.093261718750 +-0.005920410156 +0.101562500000 +-0.302734375000 +0.028930664062 +-0.155273437500 +-0.164062500000 +-0.218750000000 +-0.165039062500 +-0.137695312500 +0.024536132812 +-0.038085937500 +0.007873535156 +0.173828125000 +-0.287109375000 +-0.091796875000 +-0.210937500000 +0.100585937500 +0.123535156250 +-0.025878906250 +-0.042724609375 +-0.013244628906 +-0.086914062500 +0.028564453125 +-0.112304687500 +-0.116210937500 +-0.200195312500 +0.104003906250 +0.008728027344 +0.016845703125 +0.031982421875 +-0.212890625000 +-0.099609375000 +-0.079101562500 +0.058837890625 +-0.185546875000 +0.118652343750 +0.099609375000 +-0.030883789062 +0.141601562500 +-0.001609802246 +0.158203125000 +0.068847656250 +-0.180664062500 +-0.226562500000 +0.130859375000 +0.080566406250 +0.003051757812 +-0.183593750000 +-0.218750000000 +0.013061523438 +0.000004231930 +-0.390625000000 +0.017822265625 +0.086425781250 +-0.006561279297 +-0.015319824219 +0.003021240234 +-0.153320312500 +0.055419921875 +-0.283203125000 +0.166015625000 +0.026489257812 +-0.025268554688 +0.008544921875 +-0.040283203125 +-0.058105468750 +-0.324218750000 +-0.275390625000 +-0.005981445312 +-0.049072265625 +-0.048583984375 +-0.170898437500 +0.034179687500 +-0.010131835938 +0.103515625000 +0.044433593750 +0.008544921875 +0.059814453125 +-0.337890625000 +-0.589843750000 +0.064941406250 +-0.139648437500 +-0.028076171875 +-0.106445312500 +-0.384765625000 +0.004974365234 +-0.218750000000 +0.065917968750 +0.002746582031 +-0.306640625000 +0.021118164062 +-0.092285156250 +0.073242187500 +-0.149414062500 +0.047851562500 +-0.041992187500 +-0.527343750000 +0.022094726562 +-0.030517578125 +-0.085449218750 +0.138671875000 +-0.171875000000 +0.075683593750 +-0.133789062500 +0.155273437500 +-0.143554687500 +-0.117675781250 +0.061767578125 +-0.000610351562 +-0.019775390625 +0.083984375000 +-0.147460937500 +0.222656250000 +0.107910156250 +-0.113769531250 +-0.198242187500 +0.087890625000 +-0.042968750000 +-0.071777343750 +0.056152343750 +0.239257812500 +-0.037597656250 +-0.023437500000 +0.063964843750 +-0.094238281250 +0.108398437500 +0.067871093750 +-0.022460937500 +-0.165039062500 +-0.084472656250 +-0.164062500000 +-0.094238281250 +-0.050048828125 +-0.458984375000 +-0.033691406250 +0.136718750000 +-0.098632812500 +0.010925292969 +0.026245117188 +-0.049804687500 +-0.057373046875 +0.153320312500 +-0.009460449219 +0.033691406250 +-0.164062500000 +-0.189453125000 +0.067382812500 +0.058837890625 +0.009826660156 +0.051513671875 +0.096679687500 +-0.613281250000 +-0.014160156250 +0.092773437500 +-0.124511718750 +-0.111328125000 +0.007446289062 +-0.196289062500 +-0.012207031250 +0.112304687500 +-0.048339843750 +0.095214843750 +0.029174804688 +0.142578125000 +0.107421875000 +-0.114746093750 +0.046386718750 +0.112792968750 +0.187500000000 +-0.192382812500 +0.001228332520 +-0.041259765625 +-0.070800781250 +-0.042236328125 +-0.002151489258 +-0.049804687500 +-0.034912109375 +-0.015747070312 +-0.029418945312 +-0.016723632812 +-0.187500000000 +0.119140625000 +-0.136718750000 +0.039550781250 +-0.052001953125 +0.128906250000 +0.020507812500 +-0.247070312500 +-0.116699218750 +-0.038574218750 +-0.095214843750 +-0.107421875000 +-0.054199218750 +0.163085937500 +-0.231445312500 +-0.052490234375 +0.167968750000 +-0.145507812500 +0.194335937500 +-0.112304687500 +0.007385253906 +-0.014465332031 +0.162109375000 +-0.055664062500 +-0.180664062500 +0.014221191406 +0.063964843750 +0.004669189453 +-0.144531250000 +-0.103027343750 +-0.283203125000 +-0.102050781250 +-0.080078125000 +-0.002197265625 +-0.218750000000 +0.146484375000 +0.194335937500 +0.023803710938 +0.042236328125 +0.032226562500 +0.010620117188 +-0.012512207031 +0.056152343750 +-0.116210937500 +-0.265625000000 +0.167968750000 +-0.077636718750 +-0.098144531250 +0.114257812500 +-0.176757812500 +-0.285156250000 +0.180664062500 +0.162109375000 +-0.008728027344 +-0.015380859375 +0.075683593750 +0.004241943359 +-0.242187500000 +-0.214843750000 +-0.101074218750 +-0.176757812500 +0.044677734375 +0.020996093750 +-0.014587402344 +-0.020874023438 +-0.099121093750 +-0.038330078125 +0.050292968750 +-0.004730224609 +0.060546875000 +-0.027099609375 +-0.257812500000 +0.087890625000 +-0.197265625000 +-0.210937500000 +0.087890625000 +-0.104980468750 +0.136718750000 +-0.211914062500 +0.008422851562 +0.182617187500 +-0.002777099609 +-0.138671875000 +-0.378906250000 +0.089355468750 +0.072265625000 +-0.148437500000 +0.127929687500 +-0.086914062500 +0.085937500000 +0.115234375000 +0.052734375000 +-0.064941406250 +0.031127929688 +-0.081542968750 +0.011230468750 +-0.210937500000 +-0.050537109375 +-0.188476562500 +-0.081542968750 +0.082519531250 +0.067382812500 +-0.086914062500 +0.084472656250 +0.041992187500 +-0.051269531250 +-0.246093750000 +-0.174804687500 +-0.049072265625 +0.042968750000 +0.010925292969 +-0.101562500000 +-0.056640625000 +-0.004211425781 +0.112304687500 +-0.076171875000 +-0.208984375000 +0.037597656250 +0.138671875000 +0.096191406250 +0.000728607178 +-0.152343750000 +-0.265625000000 +0.009765625000 +0.081054687500 +0.014587402344 +-0.024414062500 +0.043457031250 +0.125976562500 +0.081054687500 +-0.154296875000 +-0.018798828125 +0.341796875000 +0.070312500000 +0.089843750000 +-0.095214843750 +-0.017333984375 +-0.244140625000 +-0.020629882812 +-0.122558593750 +-0.153320312500 +0.011474609375 +-0.048583984375 +-0.003677368164 +0.079101562500 +0.003295898438 +0.151367187500 +0.075195312500 +0.114746093750 +0.085449218750 +-0.089843750000 +-0.077636718750 +0.060302734375 +0.090332031250 +-0.067382812500 +0.058349609375 +0.026977539062 +0.076171875000 +-0.257812500000 +0.071289062500 +0.091308593750 +0.049316406250 +-0.189453125000 +-0.078125000000 +0.058105468750 +-0.022338867188 +0.134765625000 +0.086914062500 +-0.022460937500 +0.021484375000 +0.003738403320 +-0.406250000000 +0.046386718750 +0.150390625000 +0.237304687500 +-0.347656250000 +-0.088378906250 +-0.394531250000 +-0.044189453125 +0.044677734375 +-0.131835937500 +0.040039062500 +0.068847656250 +-0.051269531250 +-0.144531250000 +-0.028564453125 +0.026123046875 +-0.070312500000 +-0.441406250000 +-0.083984375000 +-0.001014709473 +0.105468750000 +0.110351562500 +0.091308593750 +0.091796875000 +0.045410156250 +-0.050048828125 +0.024169921875 +-0.004821777344 +-0.108886718750 +0.104980468750 +0.218750000000 +0.105957031250 +-0.083007812500 +-0.125976562500 +-0.019409179688 +-0.127929687500 +-0.072265625000 +-0.090820312500 +-0.008239746094 +0.017944335938 +-0.000211715698 +0.066894531250 +-0.162109375000 +0.172851562500 +-0.066894531250 +-0.112792968750 +-0.155273437500 +-0.134765625000 +-0.152343750000 +0.111816406250 +0.014709472656 +0.097656250000 +-0.048583984375 +-0.089355468750 +0.116210937500 +-0.083496093750 +0.091796875000 +-0.049072265625 +-0.021728515625 +0.105468750000 +0.012573242188 +0.031494140625 +0.109863281250 +0.100097656250 +-0.124511718750 +-0.075683593750 +0.215820312500 +0.107910156250 +0.043701171875 +-0.039306640625 +-0.343750000000 +0.135742187500 +-0.097656250000 +-0.589843750000 +0.150390625000 +0.027343750000 +0.064941406250 +0.113769531250 +-0.209960937500 +0.139648437500 +0.002075195312 +-0.008666992188 +0.048339843750 +-0.053955078125 +-0.312500000000 +-0.042968750000 +0.048339843750 +0.089843750000 +0.040283203125 +-0.001014709473 +-0.033447265625 +0.136718750000 +-0.025390625000 +-0.283203125000 +-0.082031250000 +0.011291503906 +0.281250000000 +-0.359375000000 +-0.096191406250 +-0.089843750000 +-0.176757812500 +-0.023681640625 +-0.400390625000 +0.056396484375 +-0.835937500000 +0.047119140625 +0.140625000000 +-0.010925292969 +-0.246093750000 +-0.332031250000 +0.158203125000 +-0.043701171875 +0.008239746094 +-0.292968750000 +0.108886718750 +0.017700195312 +0.060546875000 +0.060058593750 +-0.060058593750 +0.043212890625 +-0.052734375000 +-0.100097656250 +0.052734375000 +-0.125976562500 +0.000233650208 +0.006774902344 +-0.147460937500 +0.174804687500 +-0.156250000000 +-0.203125000000 +0.135742187500 +0.030029296875 +-0.166015625000 +-0.029541015625 +0.096191406250 +-0.218750000000 +-0.009582519531 +-0.161132812500 +-0.034912109375 +-0.020019531250 +-0.045654296875 +0.029663085938 +-0.328125000000 +0.163085937500 +-0.193359375000 +-0.057128906250 +0.085449218750 +-0.042968750000 +-0.058105468750 +0.128906250000 +-0.033691406250 +-0.087890625000 +0.024169921875 +-0.175781250000 +0.083496093750 +0.075195312500 +-0.004119873047 +-0.283203125000 +0.052978515625 +0.094238281250 +0.052734375000 +0.096191406250 +-0.026611328125 +-0.169921875000 +-0.108398437500 +-0.073242187500 +-0.085449218750 +0.144531250000 +0.151367187500 +-0.098632812500 +0.013732910156 +0.053710937500 +-0.216796875000 +-0.443359375000 +0.083984375000 +-0.085937500000 +-0.031982421875 +-0.029907226562 +-0.069824218750 +0.047607421875 +0.018554687500 +0.087890625000 +-0.015197753906 +0.084960937500 +-0.197265625000 +0.094238281250 +0.132812500000 +-0.196289062500 +0.114257812500 +0.028930664062 +0.171875000000 +0.045410156250 +-0.000465393066 +-0.047119140625 +-0.030517578125 +-0.037597656250 +0.230468750000 +-0.020629882812 +-0.115722656250 +-0.136718750000 +0.019653320312 +0.096191406250 +-0.034667968750 +0.011657714844 +-0.078613281250 +-0.048583984375 +-0.081054687500 +0.188476562500 +-0.172851562500 +-0.200195312500 +0.059082031250 +-0.006988525391 +-0.033447265625 +0.008239746094 +0.003356933594 +-0.005462646484 +-0.183593750000 +0.169921875000 +-0.164062500000 +0.061279296875 +-0.073242187500 +-0.012695312500 +-0.195312500000 +0.070800781250 +-0.191406250000 +0.178710937500 +0.230468750000 +-0.070800781250 +-0.108886718750 +-0.040771484375 +-0.166015625000 +-0.221679687500 +-0.539062500000 +-0.039794921875 +0.028320312500 +-0.060791015625 +-0.232421875000 +-0.104492187500 +0.048339843750 +-0.205078125000 +0.035400390625 +-0.089843750000 +-0.204101562500 +-0.122558593750 +-0.118164062500 +-0.102539062500 +0.028930664062 +-0.092773437500 +0.065429687500 +0.136718750000 +-0.031982421875 +-0.515625000000 +0.069335937500 +-0.052490234375 +-0.410156250000 +0.045898437500 +0.006622314453 +-0.098144531250 +-0.035156250000 +-0.075683593750 +0.028442382812 +-0.267578125000 +0.137695312500 +-0.065429687500 +-0.020874023438 +0.166992187500 +0.052246093750 +-0.011779785156 +0.039306640625 +-0.005645751953 +-0.578125000000 +-0.002914428711 +0.122070312500 +0.127929687500 +0.077636718750 +0.002624511719 +0.209960937500 +-0.086914062500 +-0.083496093750 +0.123046875000 +-0.082031250000 +0.071289062500 +0.177734375000 +0.019897460938 +-0.071289062500 +-0.291015625000 +-0.240234375000 +0.001174926758 +0.095214843750 +-0.359375000000 +0.023437500000 +-0.038330078125 +-0.089843750000 +-0.121582031250 +-0.527343750000 +-0.054443359375 +-0.742187500000 +0.043701171875 +0.048828125000 +-0.026611328125 +-0.119140625000 +-0.181640625000 +0.067871093750 +-0.121582031250 +-0.114257812500 +-0.226562500000 +0.090820312500 +-0.066894531250 +0.075683593750 +0.110839843750 +0.002975463867 +0.024658203125 +-0.065429687500 +-0.040283203125 +0.013122558594 +-0.022827148438 +-0.000017166138 +0.015258789062 +-0.163085937500 +-0.021362304688 +-0.102050781250 +-0.101074218750 +0.031494140625 +0.085937500000 +-0.127929687500 +-0.318359375000 +-0.183593750000 +-0.105468750000 +0.030883789062 +0.027954101562 +-0.034423828125 +-0.042724609375 +-0.341796875000 +0.011657714844 +-0.003051757812 +0.148437500000 +-0.320312500000 +-0.474609375000 +0.082031250000 +-0.039550781250 +0.026489257812 +0.089843750000 +-0.032958984375 +0.121093750000 +-0.173828125000 +-0.353515625000 +-0.121093750000 +-0.037841796875 +-0.164062500000 +-0.156250000000 +-0.043945312500 +0.010437011719 +-0.193359375000 +-0.021118164062 +-0.221679687500 +-0.066894531250 +-0.361328125000 +-0.030151367188 +-0.164062500000 +-0.014099121094 +-0.099609375000 +-0.148437500000 +0.099609375000 +0.114257812500 +0.005310058594 +-0.131835937500 +0.103027343750 +-0.339843750000 +-0.238281250000 +-0.135742187500 +0.025146484375 +0.002532958984 +-0.126953125000 +0.078125000000 +-0.082519531250 +0.216796875000 +-0.277343750000 +-0.029907226562 +-0.064453125000 +-0.089843750000 +0.143554687500 +0.020263671875 +-0.133789062500 +0.100585937500 +-0.049804687500 +-0.292968750000 +-0.000003099442 +-0.204101562500 +-0.001998901367 +0.084960937500 +0.159179687500 +0.287109375000 +-0.146484375000 +0.130859375000 +-0.035888671875 +0.009521484375 +-0.275390625000 +-0.181640625000 +0.162109375000 +0.018798828125 +0.048339843750 +-0.054199218750 +-0.001876831055 +-0.109375000000 +-0.121093750000 +0.182617187500 +-0.137695312500 +0.063964843750 +-0.062011718750 +-0.018432617188 +0.117187500000 +-0.131835937500 +0.010742187500 +-0.062500000000 +-0.102050781250 +-0.073242187500 +-0.118652343750 +0.257812500000 +-0.225585937500 +0.209960937500 +0.176757812500 +0.072265625000 +-0.161132812500 +-0.125000000000 +-0.083984375000 +-0.111328125000 +-0.017089843750 +-0.122070312500 +-0.302734375000 +-0.170898437500 +0.126953125000 +0.271484375000 +-0.251953125000 +0.077148437500 +-0.043457031250 +0.013977050781 +0.025878906250 +0.363281250000 +0.101074218750 +0.024902343750 +-0.106933593750 +-0.049072265625 +-0.072753906250 +0.011901855469 +-0.197265625000 +0.038085937500 +-0.126953125000 +0.004119873047 +-0.055908203125 +-0.281250000000 +-0.088378906250 +0.219726562500 +-0.074218750000 +0.073242187500 +0.081054687500 +-0.032470703125 +-0.001380920410 +-0.242187500000 +-0.081054687500 +-0.169921875000 +0.031005859375 +0.027954101562 +-0.063476562500 +0.011108398438 +-0.148437500000 +0.007720947266 +0.093750000000 +-0.053466796875 +-0.022094726562 +0.122558593750 +-0.178710937500 +-0.059570312500 +-0.103027343750 +-0.118164062500 +0.018554687500 +-0.043457031250 +0.066894531250 +-0.155273437500 +-0.152343750000 +-0.041992187500 +0.111816406250 +0.071777343750 +0.097167968750 +0.096191406250 +-0.031250000000 +-0.012329101562 +0.117187500000 +-0.035156250000 +0.047851562500 +-0.048583984375 +-0.012451171875 +-0.065917968750 +-0.308593750000 +0.026000976562 +-0.298828125000 +-0.029785156250 +0.181640625000 +-0.045166015625 +0.059570312500 +-0.047363281250 +0.044921875000 +-0.024658203125 +0.003707885742 +0.133789062500 +-0.019287109375 +-0.005218505859 +0.168945312500 +0.061035156250 +-0.194335937500 +0.011169433594 +-0.028320312500 +0.083496093750 +-0.371093750000 +-0.083984375000 +0.055419921875 +-0.109375000000 +-0.056640625000 +-0.065917968750 +0.172851562500 +-0.037109375000 +-0.234375000000 +0.079589843750 +-0.236328125000 +0.096191406250 +0.051025390625 +0.098144531250 +-0.113769531250 +-0.018188476562 +0.080566406250 +0.008728027344 +-0.082031250000 +0.050048828125 +-0.128906250000 +0.002319335938 +-0.149414062500 +-0.008239746094 +-0.026855468750 +-0.013671875000 +0.053222656250 +-0.050781250000 +-0.028930664062 +0.044433593750 +0.016845703125 +0.041259765625 +0.269531250000 +-0.035156250000 +0.079101562500 +-0.094238281250 +-0.016479492188 +-0.139648437500 +0.068359375000 +0.141601562500 +0.025268554688 +0.202148437500 +0.035888671875 +-0.180664062500 +0.098632812500 +0.073242187500 +-0.012634277344 +-0.062011718750 +0.017089843750 +0.105957031250 +0.076660156250 +0.034912109375 +0.009216308594 +-0.038330078125 +-0.007720947266 +0.030883789062 +0.046386718750 +0.154296875000 +-0.026000976562 +-0.006622314453 +-0.014099121094 +-0.077636718750 +-0.171875000000 +0.041015625000 +-0.184570312500 +0.096191406250 +0.035888671875 +-0.078613281250 +0.044189453125 +0.064453125000 +-0.048583984375 +0.051513671875 +-0.115722656250 +-0.044433593750 +0.063964843750 +0.175781250000 +0.156250000000 +-0.115722656250 +-0.038085937500 +-0.206054687500 +0.008728027344 +-0.063964843750 +-0.111816406250 +0.228515625000 +0.088378906250 +0.179687500000 +-0.051025390625 +-0.002059936523 +0.077148437500 +0.066894531250 +0.110351562500 +0.104492187500 +-0.250000000000 +0.035888671875 +-0.453125000000 +-0.200195312500 +0.222656250000 +0.129882812500 +0.135742187500 +-0.304687500000 +0.093261718750 +0.231445312500 +0.122070312500 +-0.181640625000 +0.103515625000 +0.138671875000 +0.038818359375 +-0.296875000000 +0.355468750000 +0.089355468750 +-0.187500000000 +-0.275390625000 +0.013305664062 +0.093261718750 +-0.072265625000 +0.189453125000 +-0.119140625000 +0.140625000000 +-0.097167968750 +-0.048583984375 +-0.230468750000 +0.020141601562 +-0.102539062500 +-0.025390625000 +-0.163085937500 +-0.082031250000 +-0.347656250000 +-0.215820312500 +0.019531250000 +0.013977050781 +-0.213867187500 +0.090820312500 +0.291015625000 +0.094726562500 +0.234375000000 +0.091796875000 +-0.298828125000 +-0.198242187500 +0.151367187500 +0.044921875000 +0.035156250000 +-0.025878906250 +0.160156250000 +-0.000391006470 +0.089843750000 +-0.119140625000 +0.003555297852 +-0.184570312500 +-0.155273437500 +-0.041259765625 +-0.110839843750 +-0.174804687500 +-0.034667968750 +0.126953125000 +0.060058593750 +0.011840820312 +0.053710937500 +0.091308593750 +-0.045410156250 +0.007659912109 +0.052978515625 +0.014526367188 +-0.021240234375 +0.033447265625 +0.060791015625 +0.167968750000 +-0.131835937500 +0.089843750000 +0.060058593750 +0.087890625000 +-0.002044677734 +-0.009155273438 +0.048339843750 +0.003479003906 +-0.060058593750 +0.078125000000 +-0.105468750000 +-0.135742187500 +0.026000976562 +0.077148437500 +-0.021972656250 +0.180664062500 +-0.070312500000 +0.149414062500 +-0.069824218750 +0.016357421875 +-0.066406250000 +0.082519531250 +0.078125000000 +-0.001319885254 +-0.195312500000 +-0.142578125000 +-0.005340576172 +0.073242187500 +-0.040039062500 +-0.023437500000 +0.157226562500 +-0.203125000000 +0.007995605469 +-0.038574218750 +-0.188476562500 +-0.150390625000 +-0.157226562500 +-0.197265625000 +0.024414062500 +-0.068359375000 +0.055175781250 +-0.026977539062 +-0.102050781250 +0.017089843750 +0.045410156250 +-0.056884765625 +0.010803222656 +-0.115234375000 +-0.122070312500 +-0.076171875000 +0.066894531250 +-0.019653320312 +-0.044189453125 +0.004272460938 +0.048339843750 +-0.009399414062 +-0.015258789062 +0.058593750000 +-0.030883789062 +0.162109375000 +-0.068847656250 +0.056884765625 +0.089355468750 +0.054687500000 +0.057861328125 +-0.345703125000 +0.033935546875 +-0.119628906250 +0.036132812500 +0.034912109375 +0.017822265625 +-0.042236328125 +0.181640625000 +0.002075195312 +0.038818359375 +-0.053710937500 +-0.251953125000 +0.036621093750 +0.054199218750 +0.032470703125 +-0.100585937500 +-0.015625000000 +0.105468750000 +0.038574218750 +0.075683593750 +0.047363281250 +-0.182617187500 +0.047607421875 +-0.238281250000 +-0.107421875000 +0.116699218750 +-0.035644531250 +-0.016235351562 +-0.022583007812 +-0.013610839844 +0.046386718750 +0.032226562500 +0.077636718750 +-0.172851562500 +0.057861328125 +0.020751953125 +-0.073730468750 +-0.039062500000 +0.053466796875 +-0.009277343750 +0.086914062500 +-0.022949218750 +0.009887695312 +0.029296875000 +-0.018920898438 +0.049316406250 +-0.143554687500 +-0.332031250000 +0.051513671875 +-0.402343750000 +-0.085937500000 +0.103027343750 +-0.059082031250 +0.183593750000 +0.075683593750 +-0.004333496094 +0.015197753906 +-0.196289062500 +0.021606445312 +-0.125000000000 +0.291015625000 +0.247070312500 +0.015136718750 +-0.419921875000 +-0.039306640625 +-0.107421875000 +-0.152343750000 +-0.049072265625 +0.076171875000 +-0.096191406250 +-0.068359375000 +0.087890625000 +0.230468750000 +0.077636718750 +-0.046386718750 +-0.113281250000 +-0.141601562500 +0.090332031250 +0.006652832031 +-0.066406250000 +-0.008850097656 +0.000082492828 +-0.047119140625 +-0.036865234375 +0.049560546875 +0.041503906250 +0.046386718750 +-0.193359375000 +-0.030273437500 +0.217773437500 +0.016113281250 +0.020751953125 +0.090820312500 +0.058349609375 +-0.115722656250 +0.027709960938 +-0.047363281250 +-0.013305664062 +0.133789062500 +-0.001724243164 +-0.097656250000 +-0.138671875000 +-0.049316406250 +0.101074218750 +0.112304687500 +-0.134765625000 +0.035644531250 +0.068847656250 +-0.025024414062 +0.081054687500 +0.017456054688 +-0.437500000000 +0.005310058594 +-0.192382812500 +0.104492187500 +-0.046875000000 +-0.431640625000 +0.085937500000 +0.099609375000 +-0.002258300781 +0.051269531250 +-0.150390625000 +-0.017700195312 +0.065917968750 +0.153320312500 +0.096191406250 +0.008239746094 +-0.382812500000 +0.026489257812 +-0.131835937500 +0.026733398438 +-0.048583984375 +0.015563964844 +-0.060302734375 +-0.042724609375 +0.066406250000 +0.065429687500 +0.030761718750 +0.039794921875 +-0.277343750000 +0.028564453125 +0.083984375000 +-0.045410156250 +-0.089355468750 +-0.014648437500 +0.116210937500 +-0.069335937500 +-0.017700195312 +0.108886718750 +0.014953613281 +0.015258789062 +-0.012023925781 +0.009155273438 +-0.191406250000 +-0.043212890625 +-0.022949218750 +0.042724609375 +-0.025756835938 +0.033447265625 +0.084960937500 +-0.000709533691 +-0.230468750000 +0.026733398438 +-0.049072265625 +-0.302734375000 +0.079589843750 +0.061279296875 +-0.182617187500 +0.088867187500 +0.078125000000 +0.104492187500 +0.009643554688 +-0.032226562500 +0.026855468750 +-0.105468750000 +-0.318359375000 +0.118652343750 +0.047607421875 +-0.146484375000 +0.002868652344 +-0.031005859375 +0.066406250000 +-0.240234375000 +-0.055664062500 +0.113769531250 +0.031982421875 +-0.140625000000 +0.004394531250 +-0.011413574219 +0.026367187500 +0.175781250000 +-0.151367187500 +0.016235351562 +-0.116210937500 +-0.062500000000 +0.218750000000 +-0.149414062500 +-0.102050781250 +0.018188476562 +-0.165039062500 +-0.026000976562 +0.182617187500 +0.053222656250 +-0.037597656250 +-0.168945312500 +-0.012878417969 +-0.114746093750 +-0.008422851562 +0.265625000000 +-0.025512695312 +-0.021728515625 +-0.207031250000 +-0.089355468750 +-0.010131835938 +-0.015319824219 +0.150390625000 +-0.002319335938 +-0.066894531250 +0.051513671875 +0.007354736328 +-0.322265625000 +-0.006530761719 +-0.014526367188 +0.197265625000 +-0.062255859375 +-0.136718750000 +0.003616333008 +0.398437500000 +-0.255859375000 +0.182617187500 +0.007171630859 +-0.035156250000 +-0.062988281250 +-0.125000000000 +0.150390625000 +-0.069335937500 +0.116210937500 +-0.108398437500 +-0.351562500000 +-0.081054687500 +0.003860473633 +0.038330078125 +-0.275390625000 +-0.032470703125 +-0.267578125000 +-0.229492187500 +0.110839843750 +-0.140625000000 +0.210937500000 +0.043701171875 +-0.098144531250 +0.043212890625 +-0.044677734375 +0.172851562500 +0.105468750000 +-0.173828125000 +0.019042968750 +-0.078613281250 +0.044677734375 +-0.155273437500 +-0.188476562500 +-0.067382812500 +-0.257812500000 +0.048828125000 +0.246093750000 +-0.230468750000 +-0.215820312500 +0.041992187500 +0.062500000000 +0.000065326691 +-0.162109375000 +0.015319824219 +-0.115234375000 +-0.141601562500 +-0.011596679688 +-0.116699218750 +-0.178710937500 +0.016967773438 +0.025634765625 +0.052001953125 +-0.036621093750 +-0.033203125000 +0.279296875000 +0.019165039062 +0.279296875000 +0.019042968750 +-0.123046875000 +0.038085937500 +-0.080078125000 +-0.178710937500 +-0.363281250000 +-0.006378173828 +-0.316406250000 +-0.069335937500 +-0.035888671875 +-0.285156250000 +-0.074707031250 +-0.208984375000 +0.058837890625 +-0.036376953125 +0.101562500000 +-0.052490234375 +-0.067382812500 +-0.110839843750 +0.093750000000 +-0.130859375000 +-0.005798339844 +0.038574218750 +0.041748046875 +0.056396484375 +-0.010498046875 +-0.038818359375 +0.190429687500 +0.042480468750 +-0.015625000000 +0.077148437500 +0.065917968750 +0.101562500000 +0.124511718750 +-0.151367187500 +-0.096679687500 +-0.011535644531 +0.026367187500 +0.033935546875 +-0.031494140625 +-0.071777343750 +-0.044921875000 +-0.187500000000 +0.019775390625 +0.030761718750 +0.105468750000 +-0.008911132812 +-0.190429687500 +-0.099121093750 +-0.039794921875 +0.050781250000 +-0.030273437500 +0.069824218750 +-0.069335937500 +-0.271484375000 +-0.271484375000 +-0.275390625000 +-0.042480468750 +0.148437500000 +-0.077636718750 +-0.117675781250 +0.210937500000 +-0.040283203125 +-0.357421875000 +0.018310546875 +-0.112304687500 +-0.261718750000 +0.182617187500 +-0.291015625000 +0.046875000000 +0.036376953125 +-0.248046875000 +-0.123046875000 +-0.006958007812 +0.050781250000 +0.009155273438 +-0.143554687500 +0.086914062500 +0.041748046875 +-0.024902343750 +-0.020629882812 +0.062988281250 +-0.044433593750 +-0.019653320312 +-0.129882812500 +-0.047851562500 +0.027099609375 +-0.094726562500 +-0.044677734375 +-0.138671875000 +0.042480468750 +0.028198242188 +0.013916015625 +-0.031494140625 +-0.242187500000 +0.002807617188 +0.045898437500 +-0.063476562500 +-0.183593750000 +0.220703125000 +0.090820312500 +-0.072753906250 +-0.059570312500 +0.049560546875 +0.084960937500 +0.012023925781 +0.216796875000 +-0.004852294922 +-0.229492187500 +-0.067382812500 +-0.253906250000 +0.019531250000 +-0.039550781250 +-0.173828125000 +0.077636718750 +-0.109375000000 +-0.164062500000 +-0.229492187500 +0.097167968750 +-0.014404296875 +-0.068359375000 +0.027465820312 +-0.267578125000 +0.066406250000 +0.011657714844 +-0.026733398438 +-0.040283203125 +-0.216796875000 +0.023315429688 +-0.107910156250 +0.032714843750 +-0.030883789062 +0.052978515625 +0.248046875000 +0.045410156250 +-0.012939453125 +-0.083496093750 +-0.104492187500 +-0.178710937500 +0.015625000000 +-0.117675781250 +0.039794921875 +0.109863281250 +-0.022583007812 +0.202148437500 +-0.131835937500 +0.041015625000 +0.045654296875 +-0.250000000000 +-0.032714843750 +-0.089355468750 +-0.031250000000 +-0.017578125000 +-0.143554687500 +-0.004760742188 +0.095214843750 +-0.197265625000 +-0.103027343750 +-0.074218750000 +0.147460937500 +0.059570312500 +0.054443359375 +0.106933593750 +-0.059570312500 +-0.118164062500 +-0.621093750000 +-0.088867187500 +0.051757812500 +-0.255859375000 +0.104003906250 +0.157226562500 +0.098144531250 +0.096191406250 +0.034912109375 +-0.114257812500 +-0.041259765625 +0.000059127808 +0.081542968750 +0.034179687500 +-0.007507324219 +0.062500000000 +-0.010742187500 +0.122558593750 +0.052978515625 +0.184570312500 +-0.012573242188 +-0.040039062500 +0.035644531250 +-0.328125000000 +-0.004455566406 +-0.065429687500 +0.076171875000 +-0.003814697266 +-0.001487731934 +0.023193359375 +0.016723632812 +0.021240234375 +0.104003906250 +-0.263671875000 +-0.177734375000 +-0.261718750000 +0.055419921875 +-0.371093750000 +-0.043701171875 +0.257812500000 +-0.076660156250 +0.034912109375 +-0.084960937500 +0.094238281250 +-0.080078125000 +-0.287109375000 +-0.061523437500 +-0.246093750000 +-0.057861328125 +-0.035888671875 +-0.002456665039 +0.084960937500 +-0.250000000000 +-0.030883789062 +-0.147460937500 +0.030151367188 +-0.051757812500 +-0.166015625000 +0.067871093750 +-0.005157470703 +-0.120605468750 +-0.153320312500 +-0.040039062500 +-0.090820312500 +-0.304687500000 +0.119140625000 +-0.080566406250 +0.014770507812 +0.083007812500 +-0.107910156250 +0.046630859375 +0.110839843750 +0.187500000000 +-0.271484375000 +-0.113281250000 +-0.027221679688 +0.049072265625 +0.055908203125 +-0.134765625000 +-0.011291503906 +-0.158203125000 +0.137695312500 +0.068359375000 +-0.070312500000 +0.073730468750 +-0.275390625000 +0.083007812500 +0.074218750000 +0.003402709961 +-0.041015625000 +-0.020263671875 +-0.205078125000 +-0.069335937500 +-0.012695312500 +0.002655029297 +0.104492187500 +0.053466796875 +-0.082519531250 +-0.233398437500 +-0.005706787109 +-0.090332031250 +-0.090332031250 +0.072265625000 +-0.198242187500 +0.005737304688 +0.005249023438 +0.000537872314 +-0.488281250000 +-0.076660156250 +-0.464843750000 +0.120605468750 +-0.130859375000 +-0.029174804688 +0.049072265625 +0.000051021576 +0.056152343750 +-0.160156250000 +-0.045410156250 +0.090820312500 +-0.091796875000 +-0.145507812500 +0.009948730469 +-0.004547119141 +0.085937500000 +-0.144531250000 +-0.072753906250 +0.028320312500 +-0.003494262695 +-0.104492187500 +0.052734375000 +-0.014465332031 +0.086914062500 +-0.013122558594 +0.114746093750 +0.040527343750 +0.021728515625 +0.152343750000 +-0.259765625000 +0.045654296875 +0.013305664062 +0.054931640625 +-0.033935546875 +0.037841796875 +0.055419921875 +-0.191406250000 +-0.034667968750 +-0.012390136719 +0.022583007812 +-0.018066406250 +-0.238281250000 +0.045654296875 +0.089843750000 +-0.028320312500 +0.024414062500 +-0.224609375000 +-0.007720947266 +-0.085449218750 +-0.031127929688 +0.115234375000 +-0.074218750000 +0.075683593750 +-0.375000000000 +-0.279296875000 +-0.007995605469 +-0.076171875000 +-0.090820312500 +-0.047119140625 +-0.004943847656 +0.086425781250 +0.039062500000 +-0.148437500000 +0.118164062500 +0.140625000000 +-0.188476562500 +0.228515625000 +-0.235351562500 +-0.067871093750 +-0.118652343750 +-0.255859375000 +-0.003768920898 +0.072265625000 +0.020141601562 +0.106933593750 +-0.070312500000 +0.081054687500 +-0.242187500000 +-0.116210937500 +0.249023437500 +0.079589843750 +-0.152343750000 +-0.117675781250 +-0.029418945312 +-0.433593750000 +-0.095703125000 +-0.007446289062 +-0.035888671875 +0.043457031250 +-0.062255859375 +0.148437500000 +-0.124511718750 +-0.209960937500 +-0.194335937500 +-0.010314941406 +0.022949218750 +-0.013061523438 +-0.001754760742 +0.039306640625 +-0.019409179688 +0.076660156250 +-0.009643554688 +-0.229492187500 +0.003173828125 +0.017944335938 +-0.402343750000 +-0.071289062500 +-0.169921875000 +-0.006835937500 +0.105957031250 +0.053710937500 +-0.162109375000 +0.017456054688 +-0.223632812500 +0.285156250000 +-0.158203125000 +0.098632812500 +-0.255859375000 +0.059814453125 +-0.134765625000 +0.010742187500 +-0.169921875000 +-0.138671875000 +0.056640625000 +0.085449218750 +0.089355468750 +0.040283203125 +-0.192382812500 +-0.034179687500 +-0.002975463867 +-0.083496093750 +-0.316406250000 +-0.014160156250 +0.094726562500 +-0.186523437500 +0.089355468750 +-0.153320312500 +-0.107910156250 +0.032714843750 +0.138671875000 +0.020263671875 +-0.198242187500 +-0.062255859375 +0.023681640625 +-0.028930664062 +0.071777343750 +-0.283203125000 +-0.125976562500 +-0.171875000000 +-0.159179687500 +-0.088378906250 +-0.038085937500 +-0.157226562500 +-0.179687500000 +0.058837890625 +-0.322265625000 +0.012145996094 +0.149414062500 +-0.036621093750 +-0.031494140625 +-0.103027343750 +-0.009521484375 +-0.312500000000 +-0.204101562500 +0.161132812500 +0.110351562500 +-0.162109375000 +-0.038818359375 +-0.001419067383 +-0.153320312500 +0.005828857422 +-0.181640625000 +0.072265625000 +-0.104003906250 +0.060546875000 +-0.239257812500 +0.110839843750 +0.124023437500 +-0.093261718750 +-0.155273437500 +0.053955078125 +-0.208007812500 +0.044921875000 +-0.253906250000 +-0.281250000000 +0.008361816406 +0.038085937500 +-0.069335937500 +0.166015625000 +0.095214843750 +-0.080078125000 +0.122070312500 +0.217773437500 +-0.139648437500 +0.250000000000 +-0.111328125000 +-0.152343750000 +0.076171875000 +-0.057128906250 +-0.151367187500 +0.018554687500 +-0.018676757812 +-0.166015625000 +0.010314941406 +-0.228515625000 +-0.326171875000 +-0.085937500000 +-0.417968750000 +-0.170898437500 +-0.002471923828 +-0.125976562500 +-0.006256103516 +0.075683593750 +-0.170898437500 +-0.126953125000 +-0.090332031250 +-0.271484375000 +0.127929687500 +-0.474609375000 +-0.531250000000 +0.001930236816 +-0.097167968750 +0.065429687500 +-0.098632812500 +0.176757812500 +-0.047119140625 +0.181640625000 +0.028808593750 +-0.097167968750 +0.259765625000 +-0.247070312500 +-0.114746093750 +-0.193359375000 +0.169921875000 +-0.133789062500 +-0.093261718750 +-0.441406250000 +-0.022094726562 +-0.082519531250 +-0.158203125000 +0.034179687500 +-0.562500000000 +-0.015197753906 +-0.059570312500 +0.246093750000 +-0.180664062500 +-0.396484375000 +0.121093750000 +0.105957031250 +-0.190429687500 +-0.014770507812 +-0.234375000000 +0.199218750000 +-0.009521484375 +-0.882812500000 +0.009338378906 +0.300781250000 +-0.011352539062 +-0.068847656250 +-0.007141113281 +0.251953125000 +-0.339843750000 +-0.359375000000 +-0.275390625000 +-0.199218750000 +0.032958984375 +0.066406250000 +0.166015625000 +-0.108886718750 +0.202148437500 +-0.644531250000 +0.028076171875 +0.376953125000 +-0.072753906250 +0.396484375000 +0.135742187500 +-0.112792968750 +0.227539062500 +0.050781250000 +0.238281250000 +-0.087402343750 +-0.062011718750 +-0.099609375000 +-0.079101562500 +0.042480468750 +0.111328125000 +-0.337890625000 +0.003143310547 +-0.113769531250 +-0.013244628906 +-0.154296875000 +-0.057861328125 +-0.216796875000 +0.337890625000 +-0.447265625000 +-0.170898437500 +0.089355468750 +-0.181640625000 +0.004608154297 +-0.218750000000 +0.056884765625 +0.005218505859 +-0.318359375000 +-0.081542968750 +-0.055908203125 +-0.094238281250 +-0.191406250000 +0.443359375000 +0.143554687500 +-0.320312500000 +-0.015441894531 +0.117675781250 +-0.047363281250 +0.096191406250 +-0.101562500000 +0.079589843750 +0.030395507812 +-0.049560546875 +0.213867187500 +0.025878906250 +-0.094726562500 +-0.062988281250 +-0.050048828125 +0.056640625000 +-0.164062500000 +0.024658203125 +-0.170898437500 +-0.211914062500 +0.026245117188 +-0.143554687500 +0.019042968750 +0.104980468750 +-0.322265625000 +0.027221679688 +-0.107421875000 +-0.040283203125 +-0.010070800781 +-0.140625000000 +-0.213867187500 +-0.156250000000 +-0.091796875000 +-0.050048828125 +-0.060791015625 +-0.153320312500 +-0.205078125000 +0.160156250000 +0.062500000000 +0.126953125000 +-0.096679687500 +-0.133789062500 +0.044677734375 +0.070800781250 +-0.188476562500 +-0.042968750000 +0.291015625000 +0.107910156250 +-0.042968750000 +-0.094726562500 +0.077636718750 +-0.009521484375 +0.037353515625 +-0.183593750000 +-0.041015625000 +0.007537841797 +0.132812500000 +-0.094238281250 +-0.076660156250 +0.055175781250 +-0.040771484375 +0.049560546875 +-0.182617187500 +-0.349609375000 +0.210937500000 +-0.126953125000 +-0.166015625000 +0.021972656250 +-0.010437011719 +0.163085937500 +-0.088867187500 +0.132812500000 +0.034179687500 +0.028320312500 +-0.088378906250 +0.101562500000 +-0.034667968750 +-0.065429687500 +0.092773437500 +-0.104492187500 +-0.151367187500 +0.106445312500 +-0.061279296875 +-0.008850097656 +-0.083984375000 +0.006256103516 +0.039062500000 +0.062011718750 +-0.326171875000 +0.028930664062 +-0.029174804688 +0.045654296875 +0.159179687500 +-0.206054687500 +-0.231445312500 +-0.070312500000 +0.034912109375 +-0.143554687500 +-0.027221679688 +0.067382812500 +-0.073242187500 +-0.189453125000 +-0.173828125000 +0.063964843750 +0.253906250000 +-0.124023437500 +-0.007415771484 +-0.013854980469 +0.045410156250 +0.017944335938 +0.075683593750 +0.090332031250 +-0.105468750000 +0.038574218750 +-0.074218750000 +0.065429687500 +-0.005615234375 +-0.382812500000 +0.015319824219 +-0.073242187500 +0.012695312500 +-0.041015625000 +-0.066406250000 +-0.476562500000 +0.045898437500 +0.067871093750 +-0.129882812500 +-0.310546875000 +0.013549804688 +0.047607421875 +-0.070312500000 +0.096679687500 +0.015991210938 +-0.378906250000 +0.019042968750 +-0.077636718750 +0.119140625000 +0.034667968750 +-0.006378173828 +0.121582031250 +0.020141601562 +-0.316406250000 +0.031250000000 +-0.120117187500 +0.028930664062 +0.079101562500 +0.014526367188 +-0.061523437500 +0.025634765625 +-0.006805419922 +0.039794921875 +-0.037353515625 +0.006469726562 +-0.053222656250 +0.106445312500 +0.069824218750 +0.043212890625 +-0.279296875000 +0.033691406250 +0.104003906250 +0.149414062500 +-0.029663085938 +0.054687500000 +0.024414062500 +-0.006042480469 +0.068847656250 +0.033935546875 +0.079101562500 +-0.067871093750 +-0.166015625000 +-0.128906250000 +-0.042480468750 +0.016479492188 +-0.017822265625 +-0.051757812500 +-0.071289062500 +-0.017089843750 +0.077148437500 +0.136718750000 +-0.031738281250 +0.071289062500 +-0.137695312500 +-0.005737304688 +0.182617187500 +0.065429687500 +-0.022705078125 +0.151367187500 +0.058837890625 +-0.036376953125 +0.095703125000 +-0.033203125000 +-0.038818359375 +-0.005828857422 +-0.041992187500 +-0.184570312500 +-0.230468750000 +-0.222656250000 +0.172851562500 +-0.044189453125 +-0.022216796875 +0.006347656250 +0.013000488281 +-0.009826660156 +-0.048583984375 +0.044677734375 +-0.074707031250 +0.039062500000 +-0.691406250000 +-0.181640625000 +0.046386718750 +-0.098144531250 +-0.018432617188 +0.014038085938 +-0.095703125000 +0.051757812500 +-0.073730468750 +0.202148437500 +0.032470703125 +0.004760742188 +-0.032226562500 +-0.003311157227 +-0.388671875000 +-0.199218750000 +-0.188476562500 +-0.156250000000 +-0.159179687500 +0.105468750000 +-0.333984375000 +0.119140625000 +-0.172851562500 +-0.049316406250 +0.015869140625 +-0.199218750000 +0.063476562500 +0.076171875000 +-0.000385284424 +0.174804687500 +0.031738281250 +-0.067382812500 +-0.194335937500 +-0.125976562500 +0.079101562500 +-0.162109375000 +0.020263671875 +-0.037841796875 +-0.191406250000 +0.066894531250 +-0.170898437500 +-0.015991210938 +-0.102050781250 +0.015136718750 +0.020385742188 +-0.054687500000 +-0.080078125000 +-0.072753906250 +-0.233398437500 +0.042968750000 +-0.084472656250 +-0.026977539062 +0.062011718750 +-0.049804687500 +0.147460937500 +0.080078125000 +0.246093750000 +0.090332031250 +0.062255859375 +0.026489257812 +-0.203125000000 +0.004608154297 +-0.132812500000 +-0.225585937500 +0.065917968750 +0.108398437500 +-0.177734375000 +0.228515625000 +-0.052734375000 +0.233398437500 +0.074707031250 +-0.104003906250 +-0.225585937500 +0.125976562500 +0.224609375000 +0.119140625000 +-0.025024414062 +-0.016113281250 +-0.149414062500 +-0.142578125000 +0.052001953125 +0.048339843750 +0.008605957031 +-0.039794921875 +-0.014404296875 +0.170898437500 +-0.043701171875 +-0.129882812500 +-0.208007812500 +0.155273437500 +0.083007812500 +0.021850585938 +0.063964843750 +-0.031250000000 +-0.148437500000 +-0.185546875000 +-0.033203125000 +0.034912109375 +0.006439208984 +-0.045898437500 +-0.196289062500 +-0.024780273438 +-0.195312500000 +-0.023681640625 +0.162109375000 +0.105957031250 +-0.320312500000 +-0.236328125000 +-0.038818359375 +0.031982421875 +-0.062255859375 +-0.108398437500 +0.087890625000 +0.054443359375 +-0.308593750000 +0.054443359375 +-0.302734375000 +0.125976562500 +-0.005279541016 +0.085449218750 +-0.172851562500 +-0.179687500000 +0.035156250000 +0.049560546875 +-0.084472656250 +0.193359375000 +0.071777343750 +-0.152343750000 +-0.116210937500 +0.097167968750 +-0.198242187500 +0.048339843750 +0.111816406250 +-0.032714843750 +-0.060546875000 +0.141601562500 +-0.016479492188 +-0.043701171875 +-0.185546875000 +0.011413574219 +0.127929687500 +0.063964843750 +-0.202148437500 +0.230468750000 +-0.127929687500 +-0.071289062500 +0.090820312500 +0.058837890625 +0.054687500000 +0.182617187500 +-0.076171875000 +-0.022460937500 +0.047119140625 +0.126953125000 +0.039550781250 +0.015747070312 +-0.102050781250 +0.003448486328 +0.157226562500 +-0.060058593750 +-0.045410156250 +-0.091308593750 +-0.004241943359 +0.249023437500 +-0.159179687500 +-0.100585937500 +0.244140625000 +-0.026733398438 +0.031982421875 +0.088867187500 +-0.095703125000 +0.007141113281 +-0.158203125000 +0.012451171875 +-0.017700195312 +0.240234375000 +0.192382812500 +-0.832031250000 +-0.075195312500 +0.073730468750 +0.011657714844 +-0.099609375000 +0.131835937500 +-0.037353515625 +0.052001953125 +-0.027709960938 +0.011413574219 +-0.060058593750 +-0.114257812500 +-0.110351562500 +-0.122070312500 +0.026367187500 +-0.326171875000 +-0.015747070312 +0.173828125000 +-0.151367187500 +-0.007598876953 +0.243164062500 +-0.028442382812 +0.014465332031 +0.043945312500 +-0.059326171875 +-0.076660156250 +0.048339843750 +-0.002944946289 +-0.012451171875 +-0.271484375000 +0.070312500000 +0.094238281250 +0.120117187500 +0.001586914062 +0.074707031250 +-0.232421875000 +-0.092285156250 +-0.069824218750 +0.119628906250 +0.014526367188 +0.091796875000 +-0.026733398438 +0.002044677734 +-0.038330078125 +0.063476562500 +0.099609375000 +0.126953125000 +-0.004119873047 +0.015258789062 +0.089843750000 +0.273437500000 +0.008300781250 +-0.067871093750 +0.236328125000 +-0.002655029297 +-0.233398437500 +-0.004699707031 +-0.060058593750 +0.020996093750 +0.013061523438 +-0.160156250000 +-0.097656250000 +-0.069335937500 +-0.201171875000 +0.031982421875 +0.143554687500 +-0.017333984375 +0.085449218750 +-0.152343750000 +0.210937500000 +0.074707031250 +-0.071289062500 +-0.173828125000 +0.043212890625 +0.210937500000 +0.091796875000 +0.220703125000 +-0.112792968750 +-0.151367187500 +-0.035156250000 +-0.092285156250 +0.114257812500 +-0.291015625000 +-0.109863281250 +-0.094726562500 +0.083007812500 +-0.069824218750 +-0.222656250000 +-0.122558593750 +0.024536132812 +-0.271484375000 +-0.250000000000 +0.046386718750 +-0.020874023438 +0.250000000000 +-0.212890625000 +0.204101562500 +-0.255859375000 +0.000415802002 +0.159179687500 +-0.010986328125 +-0.089355468750 +-0.375000000000 +-0.199218750000 +-0.062011718750 +0.030151367188 +0.202148437500 +-0.035888671875 +-0.012939453125 +-0.024291992188 +-0.029785156250 +0.139648437500 +-0.099121093750 +-0.099609375000 +-0.047363281250 +-0.248046875000 +-0.144531250000 +-0.040527343750 +0.005706787109 +-0.241210937500 +-0.223632812500 +-0.028442382812 +-0.203125000000 +0.020507812500 +-0.085937500000 +-0.031250000000 +0.136718750000 +-0.023559570312 +-0.076660156250 +0.188476562500 +-0.005706787109 +-0.119628906250 +-0.043701171875 +0.149414062500 +0.271484375000 +-0.106445312500 +0.158203125000 +-0.053710937500 +-0.126953125000 +0.026733398438 +-0.435546875000 +-0.081054687500 +-0.103515625000 +-0.091308593750 +0.277343750000 +-0.123046875000 +0.085937500000 +-0.390625000000 +0.116699218750 +0.357421875000 +-0.063476562500 +0.036621093750 +-0.012573242188 +0.013427734375 +-1.000000000000 +-0.203125000000 +0.113281250000 +-0.015563964844 +-0.219726562500 +-0.082031250000 +0.031127929688 +-0.076660156250 +0.017333984375 +0.178710937500 +0.083984375000 +-0.049316406250 +-0.074218750000 +-0.292968750000 +0.062011718750 +0.045654296875 +0.011047363281 +0.032226562500 +-0.056396484375 +0.110839843750 +-0.027099609375 +-0.004821777344 +-0.078613281250 +-0.079101562500 +-0.189453125000 +0.039306640625 +-0.114746093750 +-0.000911712646 +0.038574218750 +0.046386718750 +-0.021728515625 +-0.021972656250 +-0.660156250000 +-0.134765625000 +0.002853393555 +0.131835937500 +-0.202148437500 +-0.394531250000 +0.084960937500 +0.087890625000 +0.044433593750 +-0.050537109375 +0.091796875000 +0.106933593750 +-0.031250000000 +0.044433593750 +-0.229492187500 +0.023559570312 +-0.048339843750 +-0.371093750000 +0.005645751953 +0.097167968750 +-0.176757812500 +0.102050781250 +0.162109375000 +0.019775390625 +-0.059082031250 +0.018066406250 +-0.057861328125 +-0.049072265625 +0.092773437500 +0.126953125000 +-0.018432617188 +0.013366699219 +-0.055908203125 +0.074218750000 +-0.023925781250 +-0.064941406250 +-0.034667968750 +0.169921875000 +-0.172851562500 +0.132812500000 +-0.122558593750 +-0.036376953125 +-0.056640625000 +-0.022094726562 +-0.032714843750 +0.169921875000 +-0.003219604492 +-0.289062500000 +0.068359375000 +0.059082031250 +-0.007659912109 +-0.065429687500 +-0.236328125000 +0.087890625000 +0.028686523438 +0.107910156250 +-0.110839843750 +0.043457031250 +-0.039306640625 +0.093750000000 +0.005981445312 +-0.009460449219 +0.096191406250 +-0.041259765625 +0.095214843750 +0.047363281250 +0.041015625000 +0.195312500000 +-0.061523437500 +0.104492187500 +-0.005249023438 +0.125976562500 +0.162109375000 +0.116699218750 +-0.213867187500 +0.231445312500 +0.127929687500 +-0.098632812500 +-0.008361816406 +-0.003967285156 +0.038818359375 +-0.213867187500 +0.079589843750 +-0.068847656250 +0.127929687500 +-0.071289062500 +-0.345703125000 +-0.017822265625 +0.091308593750 +0.093261718750 +0.047607421875 +-0.077148437500 +-0.009460449219 +0.154296875000 +-0.001625061035 +-0.220703125000 +-0.029663085938 +0.150390625000 +-0.177734375000 +0.004150390625 +0.020507812500 +-0.024536132812 +-0.089355468750 +0.079589843750 +-0.083496093750 +0.114257812500 +-0.359375000000 +0.123046875000 +0.064453125000 +0.050537109375 +-0.068359375000 +0.150390625000 +0.017211914062 +0.054443359375 +-0.014099121094 +0.104003906250 +-0.021118164062 +0.221679687500 +0.062255859375 +0.094726562500 +-0.291015625000 +0.050781250000 +-0.014465332031 +0.300781250000 +0.101074218750 +-0.195312500000 +0.027099609375 +-0.004638671875 +0.115722656250 +0.220703125000 +-0.049560546875 +-0.026123046875 +0.183593750000 +-0.120117187500 +-0.458984375000 +-0.016601562500 +-0.221679687500 +0.003616333008 +-0.062988281250 +0.005645751953 +-0.149414062500 +-0.259765625000 +-0.015258789062 +0.095703125000 +-0.071289062500 +-0.056884765625 +-0.197265625000 +-0.277343750000 +0.156250000000 +-0.044189453125 +0.111328125000 +0.267578125000 +0.068847656250 +0.051025390625 +-0.281250000000 +0.012878417969 +-0.079101562500 +0.022216796875 +0.044921875000 +-0.004577636719 +-0.026123046875 +0.054443359375 +0.118164062500 +-0.253906250000 +0.004974365234 +0.010192871094 +-0.339843750000 +-0.021362304688 +-0.018310546875 +0.038330078125 +-0.047363281250 +-0.049316406250 +0.109863281250 +0.062011718750 +0.082519531250 +-0.263671875000 +0.026977539062 +-0.052734375000 +0.055419921875 +0.086914062500 +0.150390625000 +-0.056884765625 +-0.056640625000 +0.117675781250 +-0.136718750000 +0.172851562500 +0.053466796875 +0.005218505859 +-0.041015625000 +-0.017944335938 +-0.066406250000 +0.080078125000 +0.188476562500 +-0.207031250000 +-0.049804687500 +-0.249023437500 +0.103515625000 +0.100097656250 +0.095703125000 +-0.205078125000 +-0.062988281250 +-0.156250000000 +-0.108886718750 +-0.202148437500 +0.058837890625 +-0.271484375000 +-0.053222656250 +0.051757812500 +-0.104003906250 +-0.072753906250 +-0.075683593750 +-0.151367187500 +-0.016723632812 +-0.298828125000 +-0.164062500000 +0.127929687500 +-0.122070312500 +-0.046386718750 +-0.078613281250 +-0.226562500000 +0.000232696533 +0.008789062500 +-0.074707031250 +-0.126953125000 +-0.041259765625 +-0.025756835938 +-0.167968750000 +-0.177734375000 +0.219726562500 +-0.086425781250 +-0.210937500000 +0.083984375000 +-0.026611328125 +0.028686523438 +-0.175781250000 +-0.003448486328 +-0.075683593750 +0.002029418945 +-0.108398437500 +-0.215820312500 +-0.001586914062 +0.006317138672 +-0.031738281250 +-0.050537109375 +-0.150390625000 +0.071289062500 +-0.316406250000 +0.154296875000 +0.005615234375 +0.116210937500 +0.022583007812 +0.249023437500 +-0.059326171875 +-0.109863281250 +-0.125976562500 +-0.085937500000 +-0.176757812500 +0.131835937500 +-0.014343261719 +-0.097167968750 +0.030151367188 +-0.017333984375 +0.084960937500 +0.122070312500 +0.036132812500 +0.061279296875 +-0.003829956055 +-0.302734375000 +-0.055175781250 +0.069824218750 +-0.064941406250 +0.029296875000 +-0.137695312500 +-0.035644531250 +-0.033203125000 +-0.084472656250 +-0.052246093750 +-0.292968750000 +0.150390625000 +-0.034912109375 +-0.116210937500 +0.040771484375 +-0.035888671875 +0.013061523438 +-0.066894531250 +0.061035156250 +-0.382812500000 +-0.269531250000 +0.349609375000 +-0.010192871094 +0.008728027344 +-0.133789062500 +0.088867187500 +0.008056640625 +-0.089843750000 +-0.009155273438 +-0.029052734375 +0.020751953125 +0.004638671875 +0.001358032227 +0.138671875000 +-0.046630859375 +-0.158203125000 +-0.188476562500 +-0.074218750000 +0.051025390625 +-0.093261718750 +-0.052246093750 +0.114257812500 +0.101562500000 +0.044189453125 +0.206054687500 +-0.168945312500 +0.166015625000 +0.013122558594 +-0.159179687500 +-0.012512207031 +-0.029174804688 +-0.160156250000 +-0.045654296875 +0.263671875000 +-0.035644531250 +-0.051269531250 +0.206054687500 +0.015563964844 +0.098144531250 +-0.046875000000 +-0.247070312500 +-0.359375000000 +-0.249023437500 +-0.213867187500 +0.173828125000 +0.037353515625 +-0.012695312500 +-0.363281250000 +0.042480468750 +-0.310546875000 +-0.129882812500 +0.079101562500 +-0.010131835938 +-0.023681640625 +0.020141601562 +-0.118652343750 +0.044921875000 +-0.041259765625 +-0.035644531250 +0.057128906250 +0.081542968750 +-0.078125000000 +0.025512695312 +-0.012573242188 +0.097656250000 +-0.193359375000 +-0.247070312500 +0.065917968750 +-0.029663085938 +0.243164062500 +0.156250000000 +-0.058105468750 +-0.289062500000 +0.012756347656 +-0.125976562500 +0.082519531250 +0.005310058594 +-0.414062500000 +-0.257812500000 +-0.000965118408 +-0.119140625000 +-0.073242187500 +-0.079101562500 +0.199218750000 +0.136718750000 +0.150390625000 +-0.185546875000 +-0.115234375000 +0.097167968750 +-0.087402343750 +-0.069335937500 +-0.112792968750 +-0.069335937500 +0.009277343750 +-0.147460937500 +-0.096191406250 +-0.012573242188 +-0.333984375000 +0.038330078125 +-0.054199218750 +0.064453125000 +0.232421875000 +0.170898437500 +0.032714843750 +-0.055664062500 +0.060058593750 +-0.161132812500 +-0.055908203125 +-0.039306640625 +-0.005126953125 +-0.139648437500 +-0.005157470703 +0.092773437500 +-0.102050781250 +-0.028442382812 +0.126953125000 +0.053466796875 +0.167968750000 +-0.184570312500 +0.096191406250 +0.287109375000 +-0.083007812500 +-0.018432617188 +0.257812500000 +-0.013732910156 +-0.114257812500 +0.001724243164 +-0.127929687500 +0.027099609375 +-0.043945312500 +-0.055419921875 +0.073242187500 +-0.320312500000 +0.036865234375 +-0.000892639160 +-0.120117187500 +0.106445312500 +0.004730224609 +0.003646850586 +-0.174804687500 +-0.243164062500 +-0.025024414062 +-0.072265625000 +-0.138671875000 +0.060791015625 +0.136718750000 +-0.085449218750 +0.054687500000 +0.011108398438 +0.067382812500 +0.111816406250 +0.076171875000 +0.032226562500 +0.117675781250 +0.003479003906 +0.033691406250 +0.024780273438 +-0.000785827637 +-0.126953125000 +0.060546875000 +-0.038574218750 +0.026489257812 +-0.036621093750 +0.204101562500 +-0.015258789062 +0.141601562500 +-0.097656250000 +-0.566406250000 +0.027343750000 +-0.021484375000 +-0.188476562500 +0.043701171875 +-0.005706787109 +0.229492187500 +-0.179687500000 +0.285156250000 +0.144531250000 +-0.124023437500 +0.255859375000 +0.070312500000 +0.026855468750 +0.005126953125 +0.133789062500 +-0.099609375000 +0.038330078125 +-0.024780273438 +0.084960937500 +-0.100097656250 +-0.110351562500 +-0.051269531250 +-0.216796875000 +0.034179687500 +0.060058593750 +0.242187500000 +-0.027832031250 +0.002914428711 +-0.015014648438 +-0.047363281250 +-0.283203125000 +-0.359375000000 +0.112792968750 +0.067382812500 +0.051513671875 +0.110839843750 +0.196289062500 +0.032958984375 +0.221679687500 +-0.230468750000 +-0.400390625000 +-0.005249023438 +-0.120117187500 +0.128906250000 +-0.173828125000 +0.045410156250 +0.093261718750 +-0.010253906250 +0.018554687500 +-0.039306640625 +0.246093750000 +-0.096191406250 +-0.009216308594 +-0.039062500000 +0.168945312500 +-0.040771484375 +-0.149414062500 +0.146484375000 +0.000652313232 +-0.006774902344 +-0.117187500000 +-0.131835937500 +0.162109375000 +0.232421875000 +0.175781250000 +-0.113281250000 +-0.289062500000 +-0.199218750000 +-0.039550781250 +0.035644531250 +-0.039794921875 +0.069335937500 +0.041259765625 +0.021972656250 +0.100097656250 +0.020141601562 +-0.429687500000 +0.113769531250 +-0.180664062500 +0.065917968750 +0.253906250000 +0.095703125000 +-0.006683349609 +0.027954101562 +0.009521484375 +0.045898437500 +0.107421875000 +0.056884765625 +-0.038330078125 +-0.039550781250 +-0.062988281250 +0.004272460938 +0.095214843750 +0.012268066406 +0.063476562500 +0.064941406250 +-0.037109375000 +-0.036376953125 +0.117187500000 +0.068359375000 +-0.004821777344 +-0.075683593750 +-0.078613281250 +0.193359375000 +-0.223632812500 +0.087890625000 +-0.094238281250 +0.007141113281 +0.007232666016 +0.007141113281 +0.062011718750 +0.043701171875 +0.111816406250 +0.143554687500 +-0.090820312500 +-0.061279296875 +-0.351562500000 +-0.021728515625 +0.111816406250 +-0.152343750000 +0.062988281250 +0.049804687500 +-0.056152343750 +-0.064453125000 +-0.051269531250 +0.080566406250 +-0.150390625000 +0.048583984375 +0.151367187500 +-0.019165039062 +-0.118652343750 +0.008850097656 +-0.121093750000 +0.009155273438 +-0.062500000000 +-0.005432128906 +-0.000885009766 +-0.022827148438 +0.068359375000 +0.099609375000 +-0.041503906250 +-0.066894531250 +-0.071777343750 +0.045898437500 +0.178710937500 +-0.024291992188 +0.175781250000 +0.041503906250 +0.006347656250 +-0.019287109375 +0.042480468750 +-0.003158569336 +0.105957031250 +0.072753906250 +-0.026123046875 +-0.011901855469 +-0.155273437500 +-0.098144531250 +-0.070800781250 +-0.341796875000 +-0.048828125000 +0.037109375000 +-0.070312500000 +0.185546875000 +-0.279296875000 +0.001686096191 +0.108886718750 +0.038574218750 +-0.419921875000 +0.042968750000 +0.042480468750 +-0.022705078125 +-0.020629882812 +0.021972656250 +0.139648437500 +-0.108886718750 +0.003707885742 +0.174804687500 +-0.015197753906 +-0.044677734375 +0.104492187500 +0.007751464844 +-0.156250000000 +-0.020019531250 +-0.032714843750 +0.111816406250 +-0.031494140625 +0.071289062500 +0.018798828125 +0.044189453125 +0.217773437500 +-0.195312500000 +-0.019287109375 +-0.231445312500 +0.166992187500 +0.042724609375 +0.142578125000 +-0.014282226562 +-0.016235351562 +0.016113281250 +-0.087402343750 +0.144531250000 +-0.007476806641 +0.068847656250 +-0.018676757812 +0.176757812500 +0.074218750000 +-0.009826660156 +-0.265625000000 +0.083984375000 +0.014282226562 +-0.056152343750 +0.200195312500 +0.066894531250 +0.263671875000 +-0.328125000000 +0.139648437500 +0.104003906250 +0.125976562500 +0.253906250000 +-0.163085937500 +-0.359375000000 +-0.124023437500 +-0.037597656250 +-0.251953125000 +-0.086914062500 +0.208984375000 +0.192382812500 +-0.136718750000 +0.048339843750 +0.166015625000 +0.043701171875 +-0.106933593750 +0.006408691406 +0.073730468750 +-0.051025390625 +-0.066406250000 +0.134765625000 +0.208007812500 +0.165039062500 +0.003219604492 +-0.086425781250 +-0.120605468750 +-0.003707885742 +-0.251953125000 +0.071289062500 +-0.032958984375 +0.137695312500 +0.124023437500 +0.097167968750 +-0.267578125000 +0.044433593750 +0.125976562500 +0.127929687500 +-0.133789062500 +-0.294921875000 +0.081542968750 +-0.220703125000 +0.285156250000 +0.117187500000 +0.149414062500 +0.058837890625 +0.122558593750 +-0.003250122070 +-0.020019531250 +0.110839843750 +0.054931640625 +0.067871093750 +0.225585937500 +-0.122070312500 +0.141601562500 +0.351562500000 +-0.224609375000 +0.012512207031 +0.031250000000 +-0.117187500000 +0.123046875000 +-0.076171875000 +-0.119628906250 +-0.076171875000 +0.040283203125 +-0.125000000000 +-0.195312500000 +-0.082519531250 +0.007476806641 +-0.314453125000 +0.163085937500 +-0.224609375000 +-0.138671875000 +0.265625000000 +-0.030273437500 +0.081542968750 +0.104980468750 +-0.229492187500 +0.046386718750 +-0.143554687500 +-0.310546875000 +-0.050537109375 +-0.083007812500 +-0.503906250000 +0.029296875000 +-0.314453125000 +0.174804687500 +0.207031250000 +0.034912109375 +-0.302734375000 +-0.077148437500 +-0.275390625000 +-0.100585937500 +0.020629882812 +0.024902343750 +-0.195312500000 +-0.093261718750 +-0.048339843750 +-0.069335937500 +-0.041259765625 +0.106933593750 +0.127929687500 +0.160156250000 +0.065429687500 +0.059082031250 +0.041015625000 +-0.095214843750 +-0.063476562500 +0.035644531250 +0.140625000000 +-0.164062500000 +-0.312500000000 +0.014953613281 +0.033691406250 +0.063476562500 +0.117187500000 +-0.146484375000 +-0.058349609375 +-0.074218750000 +0.087402343750 +0.069824218750 +0.051513671875 +0.094726562500 +-0.022583007812 +-0.238281250000 +-0.008239746094 +-0.019531250000 +-0.123535156250 +0.263671875000 +-0.127929687500 +-0.090820312500 +0.158203125000 +0.052734375000 +-0.037109375000 +-0.104980468750 +0.172851562500 +-0.051513671875 +0.169921875000 +0.004699707031 +0.183593750000 +-0.166992187500 +-0.153320312500 +-0.206054687500 +0.090332031250 +-0.158203125000 +0.001823425293 +-0.139648437500 +0.098144531250 +0.008239746094 +0.155273437500 +0.269531250000 +-0.084472656250 +-0.019042968750 +-0.080566406250 +-0.058837890625 +-0.177734375000 +-0.035156250000 +0.143554687500 +-0.128906250000 +-0.190429687500 +-0.175781250000 +-0.150390625000 +-0.107910156250 +-0.145507812500 +0.211914062500 +-0.020019531250 +0.053955078125 +0.209960937500 +0.058105468750 +0.037597656250 +-0.106933593750 +0.008972167969 +0.163085937500 +0.115234375000 +-0.009155273438 +-0.087402343750 +0.002731323242 +0.100097656250 +0.100097656250 +0.081054687500 +-0.009155273438 +-0.059814453125 +-0.025390625000 +0.017578125000 +-0.163085937500 +-0.001296997070 +0.025756835938 +0.106445312500 +-0.083496093750 +0.140625000000 +-0.099121093750 +0.087890625000 +-0.020874023438 +-0.049072265625 +0.033447265625 +0.091308593750 +0.100097656250 +0.109375000000 +-0.030883789062 +-0.239257812500 +0.187500000000 +0.055419921875 +-0.038574218750 +0.039062500000 +-0.072753906250 +-0.007934570312 +0.016357421875 +0.052246093750 +-0.166992187500 +0.039306640625 +-0.054443359375 +-0.101074218750 +-0.048339843750 +-0.031982421875 +-0.018432617188 +0.013977050781 +-0.116699218750 +0.152343750000 +0.191406250000 +-0.080566406250 +-0.062500000000 +0.125976562500 +0.088867187500 +0.018310546875 +0.110839843750 +0.016723632812 +0.123046875000 +-0.036132812500 +0.031982421875 +0.138671875000 +0.236328125000 +0.078125000000 +-0.044921875000 +-0.044433593750 +0.050048828125 +-0.029418945312 +0.056396484375 +0.064453125000 +-0.164062500000 +0.120605468750 +-0.033691406250 +-0.128906250000 +0.070312500000 +-0.330078125000 +0.002304077148 +-0.177734375000 +-0.000854492188 +-0.094726562500 +0.008972167969 +-0.028076171875 +0.125976562500 +-0.042724609375 +-0.081542968750 +-0.034667968750 +-0.120605468750 +-0.043701171875 +0.049316406250 +0.200195312500 +0.051513671875 +0.010559082031 +0.096679687500 +0.078125000000 +0.065917968750 +-0.021606445312 +-0.005279541016 +0.021362304688 +-0.198242187500 +0.057128906250 +0.063964843750 +0.056884765625 +-0.016357421875 +0.042480468750 +-0.021240234375 +-0.002182006836 +0.034179687500 +-0.015747070312 +0.066406250000 +0.035156250000 +-0.076171875000 +0.146484375000 +0.103027343750 +-0.027954101562 +0.044433593750 +0.031738281250 +0.007690429688 +0.070312500000 +-0.376953125000 +0.026000976562 +0.002838134766 +-0.011047363281 +0.112792968750 +0.033691406250 +-0.068847656250 +0.148437500000 +0.028198242188 +0.155273437500 +-0.110839843750 +-0.007019042969 +0.051513671875 +-0.055419921875 +0.152343750000 +0.294921875000 +0.169921875000 +0.009155273438 +-0.261718750000 +0.245117187500 +0.130859375000 +0.187500000000 +0.129882812500 +0.022583007812 +0.133789062500 +-0.380859375000 +-0.070312500000 +0.172851562500 +0.021240234375 +0.273437500000 +-0.028686523438 +0.208007812500 +0.134765625000 +-0.154296875000 +0.148437500000 +-0.287109375000 +-0.050048828125 +-0.083007812500 +0.090332031250 +-0.009094238281 +-0.217773437500 +-0.085449218750 +0.267578125000 +-0.211914062500 +0.070800781250 +-0.231445312500 +-0.410156250000 +-0.135742187500 +0.045654296875 +0.051513671875 +-0.022460937500 +-0.026245117188 +-0.287109375000 +-0.355468750000 +0.371093750000 +0.195312500000 +0.108886718750 +0.053222656250 +-0.296875000000 +0.083007812500 +0.073242187500 +-0.298828125000 +-0.045654296875 +0.314453125000 +-0.110351562500 +-0.202148437500 +0.072265625000 +-0.247070312500 +0.322265625000 +0.053222656250 +-0.019409179688 +0.349609375000 +-0.006835937500 +-0.231445312500 +0.038330078125 +0.019409179688 +0.013366699219 +-0.002670288086 +-0.076660156250 +-0.086914062500 +0.054931640625 +0.027343750000 +0.043701171875 +0.051269531250 +0.096679687500 +-0.056884765625 +0.037841796875 +-0.186523437500 +-0.285156250000 +0.038330078125 +-0.061767578125 +0.184570312500 +-0.040527343750 +0.003570556641 +-0.009826660156 +-0.000831604004 +-0.050537109375 +0.045410156250 +0.037109375000 +0.135742187500 +-0.104492187500 +0.008361816406 +-0.042236328125 +-0.063964843750 +-0.032226562500 +-0.064941406250 +-0.125000000000 +0.072265625000 +0.083496093750 +-0.124023437500 +-0.041259765625 +-0.029174804688 +0.133789062500 +0.167968750000 +-0.097167968750 +0.076660156250 +0.041259765625 +0.245117187500 +-0.101562500000 +-0.087890625000 +-0.012695312500 +0.021362304688 +0.003906250000 +-0.431640625000 +-0.013183593750 +-0.008728027344 +0.066406250000 +-0.043212890625 +-0.019042968750 +-0.080566406250 +-0.107910156250 +0.028808593750 +0.080078125000 +-0.062011718750 +0.066406250000 +-0.238281250000 +0.065917968750 +0.030395507812 +0.147460937500 +0.097167968750 +-0.087890625000 +-0.180664062500 +-0.089843750000 +-0.097656250000 +-0.092773437500 +-0.122558593750 +0.035644531250 +0.045654296875 +-0.044189453125 +-0.031005859375 +-0.032958984375 +0.091796875000 +0.132812500000 +-0.105468750000 +-0.078613281250 +0.072265625000 +0.041748046875 +0.044433593750 +-0.149414062500 +-0.030029296875 +0.134765625000 +-0.157226562500 +-0.004211425781 +-0.023437500000 +0.034423828125 +-0.004638671875 +-0.083007812500 +-0.098144531250 +-0.114257812500 +-0.166992187500 +0.034667968750 +0.032714843750 +-0.103515625000 +-0.178710937500 +-0.017578125000 +-0.040771484375 +-0.049804687500 +0.074707031250 +0.029907226562 +-0.289062500000 +-0.014282226562 +0.055908203125 +0.114257812500 +0.098632812500 +-0.269531250000 +0.078613281250 +0.247070312500 +0.125976562500 +0.018676757812 +-0.067871093750 +-0.019897460938 +-0.011474609375 +0.174804687500 +-0.023193359375 +0.023193359375 +-0.010925292969 +0.007781982422 +-0.423828125000 +-0.094726562500 +-0.141601562500 +0.074707031250 +0.052490234375 +-0.255859375000 +0.135742187500 +0.026733398438 +0.040527343750 +0.028686523438 +-0.083984375000 +0.047119140625 +0.064453125000 +-0.001304626465 +-0.112792968750 +0.145507812500 +0.176757812500 +-0.034667968750 +-0.028808593750 +-0.055175781250 +0.096679687500 +-0.052490234375 +0.041748046875 +-0.003936767578 +0.017578125000 +0.166015625000 +0.030517578125 +0.129882812500 +-0.102539062500 +-0.094238281250 +-0.048828125000 +-0.075195312500 +0.049560546875 +-0.092285156250 +-0.125000000000 +0.078125000000 +-0.210937500000 +0.043701171875 +-0.004364013672 +-0.015991210938 +0.025634765625 +0.125976562500 +-0.121093750000 +-0.013793945312 +0.055664062500 +-0.087402343750 +0.019653320312 +0.031738281250 +0.040039062500 +-0.160156250000 +0.059570312500 +0.065917968750 +-0.057861328125 +0.017456054688 +0.177734375000 +0.170898437500 +-0.038085937500 +0.106445312500 +-0.098144531250 +-0.171875000000 +-0.068359375000 +-0.003784179688 +-0.016601562500 +0.189453125000 +0.041259765625 +-0.047363281250 +-0.051513671875 +-0.089843750000 +-0.017822265625 +0.041503906250 +0.005004882812 +-0.016357421875 +-0.085937500000 +0.135742187500 +0.019042968750 +-0.225585937500 +0.072753906250 +-0.036865234375 +-0.104003906250 +0.022949218750 +0.001846313477 +-0.292968750000 +0.091796875000 +-0.076171875000 +-0.023071289062 +-0.090820312500 +-0.205078125000 +0.116699218750 +-0.014038085938 +-0.197265625000 +0.156250000000 +0.106933593750 +-0.142578125000 +-0.214843750000 +-0.035400390625 +-0.023925781250 +-0.121093750000 +0.133789062500 +-0.096679687500 +-0.051269531250 +-0.273437500000 +0.191406250000 +0.097656250000 +-0.388671875000 +-0.013732910156 +0.090332031250 +-0.182617187500 +0.065429687500 +-0.046142578125 +-0.057373046875 +-0.004882812500 +-0.072265625000 +0.213867187500 +-0.079101562500 +0.053955078125 +-0.126953125000 +-0.084472656250 +0.076660156250 +-0.026611328125 +-0.125976562500 +-0.047119140625 +-0.168945312500 +0.098632812500 +0.036132812500 +0.128906250000 +-0.031494140625 +-0.007629394531 +0.013793945312 +-0.233398437500 +-0.079101562500 +0.134765625000 +0.079101562500 +-0.095703125000 +-0.039306640625 +-0.271484375000 +-0.034912109375 +-0.064941406250 +-0.205078125000 +0.185546875000 +-0.066406250000 +0.008117675781 +-0.040527343750 +-0.357421875000 +-0.076660156250 +-0.239257812500 +-0.242187500000 +0.024658203125 +-0.292968750000 +0.051757812500 +-0.053222656250 +-0.125976562500 +-0.105957031250 +-0.092773437500 +0.043457031250 +0.030395507812 +-0.054199218750 +-0.165039062500 +-0.021606445312 +0.174804687500 +0.083984375000 +0.059326171875 +-0.196289062500 +-0.037597656250 +-0.066894531250 +-0.239257812500 +0.089843750000 +-0.011840820312 +0.023071289062 +-0.070312500000 +0.082519531250 +0.004547119141 +-0.093750000000 +-0.320312500000 +-0.251953125000 +0.068847656250 +-0.024169921875 +-0.020751953125 +-0.047119140625 +0.156250000000 +-0.067871093750 +0.098144531250 +-0.068847656250 +-0.131835937500 +-0.240234375000 +-0.083496093750 +-0.558593750000 +0.073730468750 +-0.609375000000 +-0.022216796875 +0.015014648438 +-0.153320312500 +0.063964843750 +-0.143554687500 +0.011962890625 +0.218750000000 +-0.283203125000 +0.191406250000 +-0.002304077148 +0.015991210938 +0.054199218750 +0.119140625000 +-0.055175781250 +-0.021728515625 +-0.031250000000 +0.051025390625 +0.042236328125 +-0.124511718750 +0.022949218750 +-0.047607421875 +-0.289062500000 +0.062011718750 +-0.075195312500 +-0.168945312500 +0.042236328125 +0.035156250000 +-0.078125000000 +0.004302978516 +-0.016479492188 +0.010131835938 +0.070800781250 +-0.194335937500 +0.038330078125 +-0.009582519531 +0.024414062500 +-0.027587890625 +-0.106933593750 +-0.308593750000 +-0.125976562500 +0.003356933594 +-0.138671875000 +0.038085937500 +0.069824218750 +-0.057861328125 +-0.131835937500 +-0.005767822266 +0.183593750000 +-0.058105468750 +0.001579284668 +-0.044677734375 +-0.037109375000 +-0.039794921875 +-0.055908203125 +-0.108398437500 +0.074218750000 +0.100097656250 +0.039550781250 +-0.251953125000 +-0.008056640625 +0.020019531250 +-0.047119140625 +-0.019531250000 +-0.285156250000 +0.026367187500 +-0.050048828125 +0.028564453125 +-0.049560546875 +-0.081054687500 +0.049316406250 +0.234375000000 +-0.095214843750 +-0.015563964844 +-0.138671875000 +-0.070312500000 +-0.006378173828 +-0.027832031250 +0.107910156250 +-0.045166015625 +-0.011901855469 +0.128906250000 +0.129882812500 +-0.117187500000 +0.188476562500 +-0.062500000000 +-0.030761718750 +-0.047851562500 +0.074707031250 +0.017944335938 +0.070800781250 +-0.101562500000 +0.043701171875 +-0.001762390137 +0.095214843750 +0.073242187500 +-0.059326171875 +0.137695312500 +-0.009338378906 +0.214843750000 +0.068359375000 +0.078613281250 +0.051269531250 +-0.183593750000 +0.034179687500 +0.043457031250 +-0.178710937500 +-0.002410888672 +-0.130859375000 +-0.067382812500 +-0.004364013672 +-0.108398437500 +-0.121093750000 +0.121582031250 +-0.024780273438 +0.110351562500 +-0.057861328125 +0.109375000000 +-0.032470703125 +0.125000000000 +0.076660156250 +0.072753906250 +-0.028686523438 +-0.031005859375 +-0.013793945312 +-0.004791259766 +-0.062255859375 +0.020874023438 +-0.100585937500 +0.212890625000 +0.010131835938 +-0.302734375000 +-0.168945312500 +0.082519531250 +0.077636718750 +0.027709960938 +-0.208984375000 +-0.036376953125 +0.068359375000 +-0.006561279297 +-0.112304687500 +-0.037353515625 +-0.088378906250 +-0.032470703125 +-0.143554687500 +0.042236328125 +0.011840820312 +0.020141601562 +0.107910156250 +-0.033447265625 +-0.026000976562 +-0.030395507812 +-0.128906250000 +-0.097656250000 +-0.002471923828 +-0.061035156250 +-0.135742187500 +-0.080566406250 +-0.063476562500 +0.030761718750 +-0.084960937500 +0.049560546875 +0.036865234375 +-0.058593750000 +0.049560546875 +-0.101562500000 +0.028564453125 +0.193359375000 +0.010314941406 +-0.143554687500 +-0.047119140625 +0.026123046875 +0.104492187500 +0.070800781250 +0.191406250000 +-0.023315429688 +0.136718750000 +-0.064941406250 +-0.061279296875 +-0.257812500000 +-0.039306640625 +-0.096679687500 +0.066894531250 +-0.017089843750 +-0.170898437500 +0.134765625000 +0.040039062500 +-0.118164062500 +-0.002334594727 +0.012634277344 +-0.196289062500 +0.010192871094 +-0.269531250000 +-0.042480468750 +0.071289062500 +-0.221679687500 +-0.038330078125 +-0.141601562500 +-0.458984375000 +0.024536132812 +0.007385253906 +0.106933593750 +-0.040527343750 +-0.049804687500 +0.093750000000 +0.098632812500 +-0.155273437500 +0.025878906250 +-0.126953125000 +-0.027465820312 +-0.022460937500 +0.014465332031 +-0.178710937500 +0.043212890625 +-0.097656250000 +-0.118164062500 +-0.115722656250 +-0.033203125000 +0.047363281250 +0.137695312500 +-0.088378906250 +0.025390625000 +-0.040039062500 +0.038818359375 +-0.015869140625 +-0.021118164062 +0.088867187500 +0.026367187500 +-0.006744384766 +-0.248046875000 +-0.363281250000 +-0.120605468750 +-0.014587402344 +0.043457031250 +0.108398437500 +-0.034667968750 +0.090332031250 +0.167968750000 +0.012634277344 +0.119628906250 +0.055664062500 +-0.141601562500 +-0.057373046875 +-0.173828125000 +0.036865234375 +-0.004211425781 +-0.002700805664 +-0.007110595703 +-0.013244628906 +-0.030639648438 +-0.101074218750 +-0.147460937500 +0.065429687500 +-0.019775390625 +-0.088378906250 +0.064941406250 +-0.178710937500 +-0.008117675781 +-0.009277343750 +-0.232421875000 +0.094238281250 +0.086425781250 +0.031982421875 +-0.136718750000 +0.052490234375 +0.139648437500 +0.159179687500 +0.155273437500 +0.054199218750 +0.001953125000 +-0.020629882812 +0.076171875000 +-0.460937500000 +-0.098144531250 +-0.064453125000 +-0.029174804688 +-0.042968750000 +-0.285156250000 +0.031738281250 +-0.096191406250 +0.055175781250 +-0.051269531250 +0.048828125000 +-0.096191406250 +-0.582031250000 +-0.073730468750 +-0.050781250000 +-0.030029296875 +-0.179687500000 +0.011962890625 +0.047607421875 +-1.007812500000 +0.050781250000 +0.087402343750 +0.176757812500 +0.099609375000 +0.099121093750 +-0.003204345703 +0.023925781250 +0.040527343750 +0.125976562500 +0.162109375000 +0.033203125000 +0.150390625000 +-0.030883789062 +-0.029785156250 +-0.001594543457 +-0.201171875000 +-0.019409179688 +-0.085449218750 +-0.071777343750 +-0.105468750000 +-0.018066406250 +0.014282226562 +-0.114257812500 +-0.150390625000 +-0.198242187500 +0.026977539062 +0.095214843750 +0.001945495605 +0.036132812500 +0.055664062500 +-0.017333984375 +-0.244140625000 +0.107910156250 +0.076660156250 +-0.263671875000 +-0.131835937500 +0.102050781250 +0.149414062500 +0.028442382812 +-0.212890625000 +-0.007995605469 +0.064941406250 +0.181640625000 +-0.080078125000 +-0.081542968750 +0.140625000000 +0.029907226562 +-0.073242187500 +0.049072265625 +-0.089843750000 +-0.200195312500 +0.055419921875 +-0.215820312500 +-0.102539062500 +0.030517578125 +0.036376953125 +-0.001968383789 +-0.029907226562 +-0.068359375000 +0.014465332031 +-0.123046875000 +-0.337890625000 +-0.036621093750 +0.043945312500 +-0.006195068359 +0.029296875000 +-0.251953125000 +-0.023071289062 +0.125000000000 +0.020751953125 +-0.158203125000 +0.005981445312 +0.057373046875 +0.192382812500 +-0.148437500000 +0.132812500000 +-0.261718750000 +-0.092773437500 +-0.143554687500 +-0.096191406250 +0.014343261719 +-0.098632812500 +0.017700195312 +0.248046875000 +-0.012512207031 +-0.337890625000 +0.048095703125 +-0.105957031250 +0.145507812500 +-0.034912109375 +-0.476562500000 +0.172851562500 +0.019042968750 +-0.041503906250 +-0.072265625000 +0.130859375000 +-0.033935546875 +-0.016113281250 +0.151367187500 +0.088867187500 +-0.396484375000 +-0.039306640625 +-0.100585937500 +-0.019653320312 +0.078125000000 +0.030395507812 +0.164062500000 +0.027465820312 +-0.094238281250 +0.169921875000 +0.066894531250 +0.036376953125 +0.102050781250 +-0.466796875000 +0.059570312500 +-0.566406250000 +-0.051269531250 +0.234375000000 +-0.141601562500 +-0.113281250000 +-0.251953125000 +0.017822265625 +-0.006927490234 +0.167968750000 +0.093750000000 +0.023437500000 +0.220703125000 +0.004119873047 +0.142578125000 +-0.001640319824 +-0.048583984375 +0.141601562500 +0.239257812500 +0.048583984375 +0.125976562500 +0.005096435547 +-0.164062500000 +-0.133789062500 +0.036865234375 +0.001029968262 +-0.146484375000 +-0.096679687500 +0.106445312500 +-0.237304687500 +0.015380859375 +-0.003723144531 +0.024414062500 +0.111328125000 +0.041748046875 +0.161132812500 +-0.267578125000 +-0.083496093750 +-0.177734375000 +0.000132560730 +0.166015625000 +0.042236328125 +-0.261718750000 +0.075683593750 +0.076660156250 +-0.038330078125 +0.079589843750 +0.085449218750 +0.080566406250 +0.216796875000 +-0.084472656250 +0.150390625000 +0.121582031250 +0.058349609375 +0.108886718750 +0.018432617188 +-0.055908203125 +-0.037841796875 +-0.070312500000 +-0.064453125000 +0.010375976562 +-0.036376953125 +0.066406250000 +0.021972656250 +-0.146484375000 +0.104492187500 +-0.051025390625 +-0.235351562500 +-0.002014160156 +-0.014465332031 +0.071289062500 +0.013427734375 +-0.097167968750 +0.023315429688 +-0.124023437500 +-0.281250000000 +-0.251953125000 +0.104492187500 +0.097167968750 +0.128906250000 +-0.086914062500 +-0.176757812500 +0.042236328125 +0.050048828125 +-0.005462646484 +0.092773437500 +0.353515625000 +0.155273437500 +-0.289062500000 +0.006774902344 +-0.007507324219 +-0.002563476562 +0.142578125000 +-0.040283203125 +-0.067871093750 +-0.139648437500 +-0.094238281250 +-0.026489257812 +-0.069335937500 +0.187500000000 +-0.029296875000 +0.230468750000 +0.127929687500 +-0.005157470703 +-0.193359375000 +-0.060546875000 +-0.211914062500 +0.056884765625 +0.008422851562 +-0.046630859375 +0.111816406250 +0.001861572266 +-0.141601562500 +-0.003356933594 +0.005889892578 +-0.239257812500 +-0.066406250000 +0.070800781250 +0.083496093750 +0.118164062500 +0.099121093750 +0.166015625000 +-0.012145996094 +-0.054687500000 +-0.013366699219 +-0.106933593750 +-0.057128906250 +0.072753906250 +0.015625000000 +0.133789062500 +-0.273437500000 +-0.067382812500 +0.103515625000 +0.218750000000 +0.108886718750 +-0.036132812500 +-0.053466796875 +0.089843750000 +0.000486373901 +-0.153320312500 +0.005249023438 +-0.006896972656 +-0.001846313477 +-0.038330078125 +0.006347656250 +0.241210937500 +0.088378906250 +0.050537109375 +0.117675781250 +0.019897460938 +-0.104003906250 +-0.057128906250 +0.241210937500 +-0.003433227539 +-0.030639648438 +0.047851562500 +0.071777343750 +-0.095214843750 +-0.106933593750 +-0.353515625000 +0.012390136719 +-0.095214843750 +0.125976562500 +0.152343750000 +0.168945312500 +0.083496093750 +0.097167968750 +-0.096191406250 +-0.031005859375 +0.119628906250 +-0.462890625000 +0.017944335938 +0.009094238281 +-0.035888671875 +0.009887695312 +0.095703125000 +-0.322265625000 +0.044433593750 +-0.265625000000 +-0.031982421875 +0.031494140625 +0.071777343750 +0.005035400391 +-0.011718750000 +-0.187500000000 +0.136718750000 +0.031127929688 +-0.224609375000 +-0.022216796875 +0.057128906250 +-0.152343750000 +0.130859375000 +0.084960937500 +-0.243164062500 +-0.030395507812 +-0.010498046875 +0.100097656250 +0.013122558594 +-0.195312500000 +-0.106445312500 +-0.257812500000 +-0.130859375000 +0.020385742188 +-0.108398437500 +0.218750000000 +-0.318359375000 +-0.225585937500 +0.246093750000 +-0.138671875000 +-0.091796875000 +-0.523437500000 +0.069335937500 +0.088378906250 +-0.057373046875 +-0.179687500000 +-0.051757812500 +-0.021728515625 +-0.355468750000 +-0.176757812500 +0.173828125000 +0.106445312500 +-0.414062500000 +0.011718750000 +-0.156250000000 +0.038330078125 +-0.416015625000 +0.115234375000 +0.209960937500 +-0.345703125000 +0.065917968750 +0.026977539062 +-0.119628906250 +0.069335937500 +0.109375000000 +-0.312500000000 +-0.021850585938 +-0.198242187500 +-0.429687500000 +0.057861328125 +-0.224609375000 +-0.257812500000 +-0.047119140625 +0.123046875000 +-0.170898437500 +-0.093750000000 +-0.277343750000 +0.112792968750 +-0.000698089600 +0.168945312500 +-0.273437500000 +-0.043701171875 +0.002227783203 +0.005737304688 +0.051757812500 +-0.058837890625 +0.017944335938 +0.062500000000 +0.049804687500 +-0.283203125000 +0.216796875000 +-0.034912109375 +0.059082031250 +0.043212890625 +-0.255859375000 +-0.030273437500 +-0.007110595703 +0.009826660156 +0.031494140625 +-0.016235351562 +-0.018920898438 +0.012512207031 +0.055908203125 +-0.061767578125 +-0.028320312500 +-0.406250000000 +0.097656250000 +0.255859375000 +-0.161132812500 +0.170898437500 +-0.143554687500 +0.026733398438 +0.021728515625 +-0.045410156250 +-0.142578125000 +-0.062500000000 +-0.035400390625 +-0.102539062500 +-0.011840820312 +-0.168945312500 +-0.031982421875 +-0.100097656250 +-0.059814453125 +0.067871093750 +0.006591796875 +0.050781250000 +0.049804687500 +0.030029296875 +-0.213867187500 +-0.328125000000 +-0.057373046875 +0.137695312500 +0.101074218750 +-0.236328125000 +0.100585937500 +0.012207031250 +-0.131835937500 +-0.113281250000 +0.242187500000 +0.178710937500 +0.020751953125 +-0.075683593750 +-0.031738281250 +-0.129882812500 +-0.153320312500 +0.023925781250 +0.046142578125 +-0.022827148438 +-0.043701171875 +-0.135742187500 +-0.076660156250 +-0.073730468750 +0.169921875000 +-0.144531250000 +0.026000976562 +0.111816406250 +-0.171875000000 +-0.037353515625 +0.008544921875 +0.021972656250 +0.120605468750 +-0.133789062500 +0.103515625000 +-0.001052856445 +0.047119140625 +0.120117187500 +-0.020874023438 +-0.221679687500 +-0.060546875000 +-0.008483886719 +-0.045166015625 +-0.117187500000 +0.020751953125 +0.058349609375 +-0.074218750000 +0.063476562500 +0.046630859375 +-0.061767578125 +-0.248046875000 +-0.046630859375 +0.052490234375 +0.030883789062 +0.029663085938 +0.012084960938 +0.067382812500 +0.058593750000 +-0.121093750000 +0.062988281250 +0.008850097656 +0.011779785156 +0.020385742188 +0.003219604492 +-0.033203125000 +-0.046142578125 +0.042236328125 +-0.007019042969 +0.101074218750 +-0.050537109375 +-0.006988525391 +-0.060058593750 +-0.023681640625 +-0.095214843750 +-0.015075683594 +0.011047363281 +-0.148437500000 +-0.037109375000 +-0.000492095947 +-0.116699218750 +0.021118164062 +-0.008117675781 +0.105957031250 +0.048095703125 +-0.137695312500 +0.073242187500 +-0.099121093750 +-0.217773437500 +0.074218750000 +-0.081542968750 +0.020629882812 +-0.326171875000 +-0.098144531250 +0.070800781250 +-0.119628906250 +0.038574218750 +0.068359375000 +-0.202148437500 +0.016357421875 +-0.012634277344 +-0.068847656250 +0.082519531250 +0.003311157227 +-0.162109375000 +-0.184570312500 +-0.025512695312 +-0.162109375000 +0.087402343750 +-0.008728027344 +-0.028564453125 +0.025512695312 +-0.020263671875 +0.041503906250 +0.042968750000 +-0.240234375000 +-0.104003906250 +-0.189453125000 +0.063964843750 +-0.124511718750 +-0.020629882812 +0.121093750000 +0.022583007812 +0.058349609375 +0.086914062500 +-0.042480468750 +0.013488769531 +-0.001808166504 +-0.388671875000 +-0.066894531250 +0.244140625000 +0.002105712891 +-0.091308593750 +0.105468750000 +0.110351562500 +-0.484375000000 +0.161132812500 +0.020874023438 +0.013061523438 +0.208984375000 +-0.359375000000 +-0.031250000000 +-0.028564453125 +0.014221191406 +0.131835937500 +-0.059570312500 +0.111328125000 +0.107910156250 +-0.008728027344 +-0.109375000000 +0.140625000000 +-0.045654296875 +-0.153320312500 +0.127929687500 +-0.082519531250 +-0.162109375000 +0.048583984375 +0.082519531250 +0.097167968750 +-0.099121093750 +0.019409179688 +0.026245117188 +-0.209960937500 +-0.178710937500 +-0.053222656250 +-0.081542968750 +0.080078125000 +0.007934570312 +-0.226562500000 +-0.194335937500 +-0.167968750000 +0.037597656250 +0.070800781250 +-0.050537109375 +-0.187500000000 +-0.273437500000 +-0.139648437500 +0.041992187500 +-0.125000000000 +0.208007812500 +0.027709960938 +-0.472656250000 +-0.028076171875 +-0.010559082031 +0.156250000000 +0.096191406250 +-0.055664062500 +0.043701171875 +0.023437500000 +0.104492187500 +-0.094238281250 +-0.041015625000 +0.052734375000 +0.065917968750 +-0.335937500000 +0.052001953125 +0.024658203125 +0.076660156250 +0.057617187500 +0.012207031250 +0.018432617188 +0.009216308594 +0.010253906250 +0.028930664062 +0.189453125000 +0.024169921875 +-0.400390625000 +0.012756347656 +0.071289062500 +0.115234375000 +-0.235351562500 +-0.136718750000 +-0.087402343750 +0.156250000000 +-0.211914062500 +-0.263671875000 +0.044433593750 +-0.353515625000 +-0.074218750000 +0.119628906250 +0.096191406250 +-0.050292968750 +-0.447265625000 +-0.447265625000 +0.063964843750 +0.057861328125 +0.002304077148 +-0.035400390625 +0.052978515625 +-0.605468750000 +-0.161132812500 +0.040771484375 +-0.084960937500 +0.063476562500 +-0.105957031250 +0.125000000000 +-0.261718750000 +0.027587890625 +-0.178710937500 +-0.204101562500 +0.012756347656 +-0.182617187500 +-0.250000000000 +-0.039550781250 +-0.037841796875 +-0.036865234375 +0.061035156250 +0.028442382812 +-0.041748046875 +-0.386718750000 +0.002227783203 +-0.070800781250 +-0.410156250000 +-0.351562500000 +-0.115722656250 +-0.104492187500 +0.229492187500 +-0.054931640625 +0.180664062500 +0.048583984375 +-0.084472656250 +-0.421875000000 +0.117675781250 +0.057617187500 +0.040527343750 +-0.398437500000 +0.253906250000 +0.100585937500 +-0.180664062500 +-0.091308593750 +-0.238281250000 +0.105468750000 +-0.205078125000 +-0.032714843750 +-0.261718750000 +-0.185546875000 +0.015869140625 +-0.140625000000 +0.081054687500 +0.068847656250 +0.073730468750 +-0.026611328125 +-0.028198242188 +-0.330078125000 +0.129882812500 +-0.122070312500 +0.124023437500 +-0.063476562500 +-0.078125000000 +0.125976562500 +-0.279296875000 +0.017944335938 +0.220703125000 +-0.087402343750 +-0.009460449219 +-0.096679687500 +-0.060546875000 +-0.099609375000 +-0.102050781250 +-0.029052734375 +-0.460937500000 +-0.064453125000 +-0.294921875000 +0.143554687500 +-0.121582031250 +-0.125976562500 +-0.015258789062 +-0.136718750000 +-0.060058593750 +-0.179687500000 +-0.089355468750 +-0.318359375000 +0.028076171875 +-0.055664062500 +0.089843750000 +-0.037109375000 +-0.107910156250 +0.137695312500 +-0.232421875000 +-0.146484375000 +-0.026855468750 +0.010131835938 +0.001998901367 +0.007263183594 +0.049072265625 +-0.219726562500 +0.019653320312 +-0.072753906250 +-0.225585937500 +0.347656250000 +-0.115234375000 +-0.241210937500 +-0.056884765625 diff --git a/AI_Engine_Development/AIE-MLv2/Design_Tutorials/01-Radio-ML/aie/conv1d_template/w7_bias_trained.txt b/AI_Engine_Development/AIE-MLv2/Design_Tutorials/01-Radio-ML/aie/conv1d_template/w7_bias_trained.txt new file mode 100755 index 0000000000..7fb39d5735 --- /dev/null +++ b/AI_Engine_Development/AIE-MLv2/Design_Tutorials/01-Radio-ML/aie/conv1d_template/w7_bias_trained.txt @@ -0,0 +1,64 @@ +-0.008178710938 +0.206054687500 +-0.265625000000 +0.069824218750 +-0.000392913818 +-0.048583984375 +-0.069335937500 +-0.115722656250 +-0.001579284668 +0.061767578125 +-0.235351562500 +-0.080078125000 +-0.103027343750 +-0.014404296875 +-0.380859375000 +0.095214843750 +-0.371093750000 +-0.121093750000 +-0.000961303711 +-0.018554687500 +-0.101074218750 +-0.201171875000 +-0.130859375000 +0.050048828125 +-0.054443359375 +-0.155273437500 +-0.124511718750 +-0.347656250000 +0.200195312500 +-0.215820312500 +-0.083007812500 +0.050292968750 +0.036132812500 +0.052001953125 +0.271484375000 +0.111816406250 +-0.028320312500 +0.155273437500 +-0.333984375000 +-0.056396484375 +-0.068847656250 +-0.012939453125 +-0.287109375000 +-0.012573242188 +0.105468750000 +-0.205078125000 +0.012084960938 +-0.168945312500 +-0.131835937500 +-0.023193359375 +0.035888671875 +-0.255859375000 +-0.003799438477 +0.151367187500 +0.118652343750 +-0.118164062500 +-0.324218750000 +-0.069335937500 +-0.237304687500 +-0.077636718750 +-0.055419921875 +-0.208984375000 +-0.053710937500 +0.071777343750 diff --git a/AI_Engine_Development/AIE-MLv2/Design_Tutorials/01-Radio-ML/aie/conv1d_template/w7_weights_trained.txt b/AI_Engine_Development/AIE-MLv2/Design_Tutorials/01-Radio-ML/aie/conv1d_template/w7_weights_trained.txt new file mode 100755 index 0000000000..13c3863bd0 --- /dev/null +++ b/AI_Engine_Development/AIE-MLv2/Design_Tutorials/01-Radio-ML/aie/conv1d_template/w7_weights_trained.txt @@ -0,0 +1,28672 @@ +0.046630859375 +-0.114257812500 +0.039306640625 +0.058593750000 +-0.135742187500 +-0.041992187500 +-0.093750000000 +0.257812500000 +0.135742187500 +0.002731323242 +-0.191406250000 +-0.222656250000 +0.105468750000 +-0.005676269531 +0.024658203125 +-0.003372192383 +0.216796875000 +0.114257812500 +-0.110839843750 +-0.103515625000 +-0.410156250000 +-0.140625000000 +0.093750000000 +-0.206054687500 +-0.071777343750 +-0.200195312500 +0.126953125000 +-0.202148437500 +-0.121093750000 +0.158203125000 +-0.141601562500 +0.156250000000 +-0.355468750000 +-0.083984375000 +-0.110839843750 +0.259765625000 +0.035888671875 +-0.277343750000 +-0.259765625000 +-0.125000000000 +0.180664062500 +-0.100585937500 +0.105957031250 +0.123046875000 +-0.046386718750 +-0.125000000000 +-0.277343750000 +-0.332031250000 +-0.041503906250 +0.025634765625 +-0.269531250000 +-0.253906250000 +-0.049560546875 +-0.209960937500 +-0.076660156250 +-0.177734375000 +-0.386718750000 +0.166992187500 +0.013916015625 +0.047607421875 +0.025024414062 +0.217773437500 +-0.244140625000 +-0.062988281250 +0.111816406250 +0.063964843750 +0.099609375000 +0.011413574219 +-0.085449218750 +0.131835937500 +-0.304687500000 +0.088867187500 +-0.099121093750 +-0.053710937500 +-0.072265625000 +-0.075683593750 +0.158203125000 +-0.376953125000 +0.013916015625 +0.046386718750 +-0.068847656250 +-0.041992187500 +-0.120117187500 +0.188476562500 +-0.114746093750 +-0.150390625000 +0.070312500000 +-0.228515625000 +-0.034423828125 +0.217773437500 +0.111816406250 +0.003845214844 +0.071777343750 +0.045166015625 +-0.192382812500 +-0.055175781250 +-0.040039062500 +-0.170898437500 +-0.009277343750 +0.063964843750 +-0.035644531250 +-0.202148437500 +-0.006042480469 +0.044433593750 +-0.086914062500 +-0.027709960938 +0.055175781250 +-0.055908203125 +-0.045410156250 +0.058105468750 +-0.107421875000 +-0.104980468750 +0.018188476562 +-0.070312500000 +0.004516601562 +-0.079101562500 +-0.022827148438 +-0.021606445312 +0.039550781250 +-0.453125000000 +-0.100585937500 +-0.012878417969 +0.330078125000 +-0.203125000000 +-0.148437500000 +0.031738281250 +-0.114257812500 +-0.068847656250 +-0.044677734375 +0.108398437500 +0.081542968750 +-0.065917968750 +-0.079589843750 +0.215820312500 +0.045898437500 +0.023193359375 +-0.015319824219 +-0.062988281250 +-0.069824218750 +-0.002517700195 +0.023315429688 +0.200195312500 +0.002777099609 +-0.023437500000 +-0.054443359375 +0.208984375000 +-0.047363281250 +-0.271484375000 +-0.102050781250 +-0.042724609375 +0.105957031250 +0.020996093750 +0.073242187500 +0.016845703125 +-0.037109375000 +0.049560546875 +-0.008850097656 +-0.023193359375 +0.010131835938 +0.066406250000 +-0.020629882812 +0.041992187500 +0.022094726562 +-0.010864257812 +0.022216796875 +0.030883789062 +0.044677734375 +-0.003326416016 +0.043212890625 +-0.009643554688 +0.014526367188 +-0.149414062500 +0.050537109375 +0.031250000000 +0.032958984375 +0.069335937500 +-0.029785156250 +-0.028930664062 +-0.285156250000 +-0.036132812500 +-0.065917968750 +0.021484375000 +0.062500000000 +-0.279296875000 +0.049316406250 +0.068359375000 +-0.099609375000 +0.081054687500 +0.036621093750 +-0.017944335938 +0.141601562500 +-0.223632812500 +-0.077636718750 +0.089843750000 +0.049072265625 +-0.023315429688 +-0.102539062500 +0.007812500000 +0.130859375000 +0.089843750000 +-0.141601562500 +-0.410156250000 +-0.122070312500 +0.135742187500 +-0.144531250000 +0.185546875000 +0.124511718750 +-0.134765625000 +-0.009826660156 +-0.063476562500 +-0.019409179688 +-0.582031250000 +-0.048095703125 +0.021240234375 +0.056640625000 +-0.103027343750 +0.147460937500 +-0.120117187500 +0.146484375000 +-0.173828125000 +-0.065429687500 +-0.045410156250 +0.063476562500 +-0.078125000000 +0.118164062500 +-0.172851562500 +0.007476806641 +-0.115234375000 +-0.166992187500 +0.097656250000 +-0.020751953125 +-0.018676757812 +0.068847656250 +-0.045410156250 +0.120117187500 +0.074218750000 +0.173828125000 +0.169921875000 +-0.019042968750 +0.086425781250 +0.139648437500 +0.073730468750 +-0.349609375000 +0.067871093750 +-0.009216308594 +0.044677734375 +-0.043701171875 +0.208984375000 +0.057861328125 +-0.072753906250 +0.112792968750 +-0.183593750000 +-0.035888671875 +0.084960937500 +-0.151367187500 +0.037109375000 +-0.072753906250 +-0.129882812500 +-0.052490234375 +0.078613281250 +-0.068359375000 +0.005157470703 +-0.066406250000 +-0.054687500000 +-0.099609375000 +0.020874023438 +-0.069335937500 +-0.015197753906 +0.024536132812 +0.040039062500 +-0.043212890625 +-0.020385742188 +-0.122070312500 +-0.009643554688 +-0.047363281250 +0.091796875000 +-0.026489257812 +0.005676269531 +-0.007263183594 +-0.029052734375 +-0.131835937500 +0.018798828125 +-0.087890625000 +-0.079589843750 +-0.111328125000 +0.020263671875 +-0.039550781250 +-0.101562500000 +0.037109375000 +0.058349609375 +-0.012084960938 +-0.048339843750 +-0.001144409180 +-0.097167968750 +0.112304687500 +0.038085937500 +-0.017944335938 +-0.066894531250 +-0.019531250000 +0.201171875000 +-0.041503906250 +0.024658203125 +-0.007690429688 +-0.031982421875 +0.019653320312 +-0.007019042969 +-0.041503906250 +0.029663085938 +-0.014343261719 +-0.073730468750 +0.063964843750 +-0.060546875000 +-0.135742187500 +-0.054687500000 +0.044677734375 +-0.126953125000 +-0.019165039062 +-0.020629882812 +0.011047363281 +-1.125000000000 +0.063476562500 +-0.300781250000 +0.188476562500 +0.024902343750 +0.076660156250 +0.079589843750 +0.248046875000 +0.080078125000 +0.100585937500 +0.180664062500 +-0.098632812500 +-0.005706787109 +0.046142578125 +-0.181640625000 +0.005462646484 +0.057617187500 +0.279296875000 +0.217773437500 +-0.152343750000 +-0.041992187500 +0.091308593750 +-0.046386718750 +-0.021362304688 +-0.026123046875 +0.064453125000 +0.049316406250 +0.096191406250 +0.020019531250 +-0.202148437500 +0.107910156250 +-0.199218750000 +-0.006622314453 +0.089355468750 +-0.062988281250 +-0.085937500000 +0.026367187500 +0.124511718750 +-0.202148437500 +0.310546875000 +-0.098632812500 +-0.166992187500 +-0.087890625000 +-0.055908203125 +0.243164062500 +-0.102539062500 +0.041259765625 +-0.312500000000 +0.031738281250 +-0.022460937500 +0.024047851562 +0.185546875000 +-0.186523437500 +0.053955078125 +-0.069335937500 +-0.046630859375 +-0.008239746094 +-0.087890625000 +0.078125000000 +0.026855468750 +0.119140625000 +0.232421875000 +-0.034423828125 +-0.188476562500 +0.045410156250 +0.019165039062 +-0.004638671875 +0.073730468750 +-0.026245117188 +0.058349609375 +-0.175781250000 +0.096191406250 +0.028442382812 +-0.005493164062 +0.279296875000 +-0.029785156250 +0.040283203125 +0.033447265625 +-0.073242187500 +0.019653320312 +0.000667572021 +0.096191406250 +0.068847656250 +0.110351562500 +-0.470703125000 +0.043701171875 +0.022216796875 +0.085449218750 +-0.060302734375 +0.118164062500 +-0.322265625000 +-0.335937500000 +0.157226562500 +-0.108886718750 +0.040527343750 +-0.046630859375 +0.047851562500 +0.046386718750 +-0.036132812500 +0.011474609375 +0.176757812500 +0.109863281250 +-0.038574218750 +-0.205078125000 +-0.124023437500 +0.085937500000 +0.010375976562 +-0.033935546875 +-0.107421875000 +-0.182617187500 +-0.027465820312 +0.007781982422 +-0.120605468750 +-0.018920898438 +0.067871093750 +0.019409179688 +-0.024902343750 +-0.019165039062 +-0.238281250000 +0.136718750000 +0.166015625000 +-0.148437500000 +0.092773437500 +-0.072265625000 +0.019165039062 +-0.053955078125 +0.059570312500 +0.166015625000 +-0.216796875000 +-0.010375976562 +-0.119140625000 +0.001686096191 +0.039062500000 +-0.003417968750 +0.171875000000 +0.081054687500 +0.012878417969 +-0.001258850098 +0.027709960938 +-0.008483886719 +0.015563964844 +-0.026000976562 +-0.191406250000 +-0.013671875000 +-0.002822875977 +-0.181640625000 +-0.013061523438 +-0.039794921875 +0.037841796875 +0.004669189453 +-0.200195312500 +0.002212524414 +0.032958984375 +0.065429687500 +0.040039062500 +-0.002838134766 +0.024902343750 +-0.132812500000 +0.011047363281 +-0.033935546875 +-0.011657714844 +-0.011718750000 +-0.039550781250 +0.058593750000 +-0.031250000000 +0.010864257812 +-0.121093750000 +-0.123046875000 +-0.008789062500 +-0.054687500000 +0.026367187500 +-0.012939453125 +-0.004760742188 +0.021850585938 +-0.010192871094 +-0.051513671875 +0.058105468750 +-0.003173828125 +0.020629882812 +-0.104980468750 +-0.050292968750 +-0.033691406250 +0.196289062500 +0.082031250000 +0.080566406250 +-0.047607421875 +0.033935546875 +0.003189086914 +-0.101074218750 +0.040039062500 +-0.026611328125 +0.052978515625 +0.063964843750 +0.090332031250 +0.046630859375 +-0.125976562500 +0.101562500000 +0.059814453125 +0.223632812500 +0.031250000000 +-0.109863281250 +-0.189453125000 +0.065429687500 +0.027465820312 +0.037597656250 +0.079589843750 +0.114746093750 +-0.063964843750 +0.049560546875 +-0.166015625000 +0.099121093750 +-0.092773437500 +-0.125976562500 +-0.839843750000 +0.015075683594 +0.077636718750 +0.341796875000 +-0.115722656250 +-0.054931640625 +0.104980468750 +0.064941406250 +-0.014953613281 +0.063476562500 +0.151367187500 +-0.349609375000 +-0.074707031250 +-0.034667968750 +-0.016479492188 +-0.062988281250 +0.053710937500 +-0.005981445312 +0.030029296875 +-0.023315429688 +-0.019165039062 +0.003036499023 +-0.036376953125 +0.155273437500 +0.118652343750 +-0.024414062500 +-0.022338867188 +-0.029907226562 +-0.026977539062 +-0.007812500000 +-0.075195312500 +-0.012268066406 +-0.133789062500 +-0.033203125000 +0.092773437500 +-0.105957031250 +-0.022583007812 +0.050048828125 +-0.203125000000 +-0.007354736328 +-0.259765625000 +-0.135742187500 +-0.073242187500 +-0.040771484375 +0.088378906250 +-0.097656250000 +0.048828125000 +0.019165039062 +0.130859375000 +-0.443359375000 +-0.285156250000 +0.113281250000 +0.128906250000 +-0.531250000000 +-0.099121093750 +-0.194335937500 +0.053466796875 +0.096679687500 +0.125976562500 +0.081542968750 +0.051513671875 +0.104492187500 +-0.064941406250 +0.003005981445 +-0.166992187500 +0.208007812500 +-0.046875000000 +-0.328125000000 +0.168945312500 +-0.063964843750 +0.182617187500 +0.079101562500 +-0.040283203125 +0.021728515625 +-0.022460937500 +0.057617187500 +-0.043212890625 +0.038818359375 +0.090820312500 +-0.122558593750 +0.099121093750 +-0.233398437500 +-0.019287109375 +0.040283203125 +-0.037841796875 +-0.151367187500 +0.190429687500 +-0.310546875000 +-0.396484375000 +0.014526367188 +-0.023071289062 +-0.265625000000 +-0.312500000000 +0.083496093750 +0.065917968750 +0.184570312500 +0.067871093750 +0.144531250000 +0.103515625000 +-0.187500000000 +0.069824218750 +0.100097656250 +0.263671875000 +0.019531250000 +-0.226562500000 +0.105468750000 +-0.006713867188 +-0.028442382812 +-0.023681640625 +0.040527343750 +-0.033447265625 +0.102539062500 +-0.065917968750 +0.141601562500 +-0.125000000000 +0.053710937500 +0.000274658203 +0.031494140625 +0.024169921875 +-0.007232666016 +0.027465820312 +-0.181640625000 +0.023437500000 +0.030761718750 +-0.000090599060 +0.049072265625 +0.012451171875 +-0.242187500000 +0.065429687500 +-0.271484375000 +0.020141601562 +-0.002563476562 +-0.019287109375 +0.040527343750 +-0.036132812500 +0.046142578125 +-0.033203125000 +-0.037597656250 +-0.009521484375 +-0.023559570312 +0.021362304688 +-0.145507812500 +0.022460937500 +-0.087890625000 +0.023193359375 +-0.015136718750 +-0.012878417969 +-0.009155273438 +0.004516601562 +0.034179687500 +-0.089355468750 +-0.137695312500 +-0.024291992188 +0.026245117188 +0.073242187500 +0.019653320312 +-0.031982421875 +0.064453125000 +-0.025268554688 +-0.151367187500 +0.044433593750 +0.021606445312 +-0.159179687500 +0.031005859375 +0.142578125000 +-0.016235351562 +-0.176757812500 +0.043945312500 +0.072753906250 +0.054931640625 +-0.036132812500 +-0.138671875000 +0.101562500000 +0.041503906250 +0.208007812500 +0.149414062500 +0.191406250000 +-0.146484375000 +-0.025512695312 +0.062988281250 +0.177734375000 +-0.081542968750 +-0.144531250000 +-0.057617187500 +-0.027465820312 +0.206054687500 +0.143554687500 +-0.046142578125 +0.087890625000 +-0.233398437500 +-0.017211914062 +-0.148437500000 +0.088867187500 +0.215820312500 +-0.228515625000 +-0.273437500000 +0.151367187500 +-0.304687500000 +-0.021240234375 +-0.200195312500 +-0.085937500000 +0.246093750000 +0.140625000000 +0.125976562500 +0.021728515625 +-0.127929687500 +-0.159179687500 +-0.023315429688 +0.042724609375 +-0.009643554688 +-0.163085937500 +-0.052246093750 +0.100585937500 +-0.283203125000 +0.183593750000 +-0.027099609375 +-0.003677368164 +-0.027832031250 +0.092773437500 +-0.075195312500 +-0.132812500000 +0.025268554688 +-0.034667968750 +0.294921875000 +-0.057373046875 +0.062988281250 +0.163085937500 +-0.000843048096 +0.294921875000 +-0.046875000000 +0.026367187500 +0.132812500000 +0.014282226562 +0.092285156250 +-0.062988281250 +0.034423828125 +-0.025512695312 +0.015319824219 +-0.055419921875 +0.004821777344 +-0.057128906250 +0.051513671875 +-0.031494140625 +0.033447265625 +0.005310058594 +-0.033935546875 +-0.131835937500 +-0.025146484375 +0.002578735352 +0.050048828125 +-0.040283203125 +-0.081542968750 +0.105957031250 +0.030029296875 +-0.013916015625 +-0.143554687500 +0.109375000000 +-0.263671875000 +0.021118164062 +-0.049316406250 +0.044189453125 +0.010375976562 +0.043457031250 +-0.086425781250 +0.125976562500 +-0.030151367188 +0.035156250000 +-0.027343750000 +-0.017211914062 +-0.002883911133 +-0.033447265625 +0.073730468750 +0.023193359375 +-0.024780273438 +0.046875000000 +-0.011413574219 +0.065429687500 +-0.078613281250 +0.000991821289 +0.006561279297 +-0.069335937500 +-0.051757812500 +-0.047119140625 +-0.125976562500 +-0.190429687500 +-0.179687500000 +-0.073730468750 +0.030273437500 +-0.021972656250 +-0.013122558594 +0.046142578125 +-0.085937500000 +-0.088378906250 +0.016967773438 +-0.134765625000 +-0.068847656250 +0.033691406250 +-0.059814453125 +-0.030395507812 +-0.024536132812 +-0.312500000000 +0.131835937500 +0.037109375000 +0.009948730469 +-0.151367187500 +-0.191406250000 +0.404296875000 +0.035156250000 +0.251953125000 +-0.023559570312 +-0.078125000000 +-0.164062500000 +-0.107421875000 +-0.044677734375 +0.227539062500 +-0.237304687500 +0.135742187500 +-0.367187500000 +0.045410156250 +0.050048828125 +0.124511718750 +-0.113769531250 +0.044433593750 +0.023071289062 +-0.162109375000 +-0.212890625000 +0.165039062500 +0.087890625000 +0.074707031250 +0.063476562500 +0.253906250000 +-0.011230468750 +0.097167968750 +0.248046875000 +-0.073242187500 +0.031494140625 +0.019409179688 +0.041748046875 +-0.433593750000 +-0.243164062500 +-0.026733398438 +-0.087402343750 +0.119140625000 +0.099121093750 +0.027832031250 +0.075195312500 +0.125000000000 +0.116210937500 +-0.265625000000 +0.129882812500 +-0.219726562500 +0.031738281250 +-0.043212890625 +-0.369140625000 +-0.128906250000 +0.159179687500 +0.073730468750 +-0.244140625000 +0.103027343750 +0.211914062500 +-0.059082031250 +0.136718750000 +0.103027343750 +0.067382812500 +-0.007232666016 +-0.030273437500 +0.052734375000 +0.125000000000 +-0.114746093750 +0.080566406250 +0.031738281250 +-0.019165039062 +-0.287109375000 +-0.016113281250 +0.001243591309 +-0.075195312500 +-0.028930664062 +-0.018188476562 +0.011535644531 +0.013488769531 +0.101074218750 +0.023071289062 +-0.110351562500 +0.049072265625 +0.078125000000 +0.060791015625 +-0.039550781250 +0.111328125000 +-0.437500000000 +-0.021728515625 +-0.953125000000 +-0.020507812500 +0.253906250000 +0.025268554688 +-0.088378906250 +0.005218505859 +0.009399414062 +0.079589843750 +0.008666992188 +0.157226562500 +-0.083984375000 +-0.289062500000 +-0.235351562500 +-0.065429687500 +-0.166992187500 +0.110351562500 +0.020629882812 +-0.227539062500 +-0.026489257812 +-0.003662109375 +-0.089355468750 +0.112304687500 +0.085937500000 +-0.180664062500 +-0.112304687500 +-0.028930664062 +-0.068847656250 +-0.083007812500 +-0.102050781250 +0.092773437500 +0.113769531250 +0.051025390625 +-0.081054687500 +-0.059814453125 +0.042480468750 +-0.135742187500 +0.164062500000 +0.079589843750 +0.068359375000 +-0.095703125000 +-0.083984375000 +-0.077148437500 +-0.152343750000 +0.020141601562 +0.063476562500 +-0.199218750000 +-0.023193359375 +-0.079589843750 +-0.104980468750 +-0.214843750000 +0.018920898438 +-0.034179687500 +0.051025390625 +0.039794921875 +0.120117187500 +0.048095703125 +-0.050048828125 +0.026367187500 +-0.224609375000 +0.141601562500 +-0.121093750000 +-0.114257812500 +0.033203125000 +-0.001625061035 +0.160156250000 +0.037841796875 +0.108398437500 +0.061035156250 +-0.261718750000 +0.026123046875 +-0.173828125000 +-0.038330078125 +-0.068847656250 +0.217773437500 +-0.017822265625 +-0.028198242188 +0.013366699219 +0.035400390625 +0.045654296875 +-0.020385742188 +0.042724609375 +-0.062988281250 +0.043457031250 +-0.026977539062 +-0.127929687500 +-0.028930664062 +0.071289062500 +-0.019775390625 +0.108398437500 +-0.053466796875 +-0.134765625000 +0.069335937500 +-0.087890625000 +-0.012390136719 +0.107910156250 +-0.045410156250 +-0.037597656250 +0.171875000000 +-0.036132812500 +-0.018676757812 +0.096191406250 +-0.131835937500 +0.195312500000 +0.013488769531 +-0.244140625000 +0.197265625000 +-0.021728515625 +0.196289062500 +-0.030029296875 +0.041992187500 +0.112792968750 +-0.033203125000 +0.056152343750 +0.253906250000 +-0.142578125000 +0.267578125000 +-0.016967773438 +0.170898437500 +0.103027343750 +-0.094726562500 +0.020751953125 +-0.371093750000 +-0.192382812500 +-0.023925781250 +0.023559570312 +0.073242187500 +-0.008666992188 +0.100097656250 +0.124023437500 +0.000122070312 +-0.014526367188 +-0.050292968750 +-0.000576019287 +0.016601562500 +-0.112792968750 +0.118652343750 +-0.005889892578 +-0.050781250000 +-0.113769531250 +-0.273437500000 +0.056396484375 +-0.028808593750 +-0.019409179688 +-0.041992187500 +-0.050292968750 +0.269531250000 +-0.050292968750 +-0.096679687500 +-0.089843750000 +-0.059326171875 +-0.088378906250 +-0.033447265625 +-0.388671875000 +-0.130859375000 +-0.087402343750 +-0.100097656250 +-0.246093750000 +0.080078125000 +0.000291824341 +-0.032958984375 +0.089355468750 +-0.070312500000 +0.054931640625 +-0.168945312500 +0.016479492188 +0.004364013672 +0.039550781250 +0.063964843750 +-0.125976562500 +0.083007812500 +-0.010498046875 +0.289062500000 +0.079589843750 +-0.024780273438 +-0.023803710938 +0.088867187500 +0.060302734375 +-0.019775390625 +0.042480468750 +0.104003906250 +-0.073730468750 +-0.031982421875 +-0.028442382812 +0.014465332031 +-0.092285156250 +-0.023437500000 +-0.104980468750 +0.032470703125 +-0.020385742188 +0.125976562500 +0.010498046875 +0.077636718750 +-0.100585937500 +0.026611328125 +0.023559570312 +-0.009765625000 +0.060791015625 +0.022827148438 +0.018432617188 +-0.008117675781 +0.010620117188 +-0.004150390625 +0.017578125000 +-0.183593750000 +-0.120605468750 +0.026611328125 +0.104980468750 +0.072753906250 +0.004943847656 +-0.049804687500 +0.025390625000 +-0.050048828125 +0.018188476562 +-0.026123046875 +-0.043701171875 +0.051757812500 +-0.300781250000 +-0.002120971680 +0.053466796875 +-0.191406250000 +-0.034423828125 +-0.011108398438 +-0.176757812500 +0.028198242188 +-0.234375000000 +-0.078613281250 +-0.001159667969 +-0.048828125000 +-0.332031250000 +0.050537109375 +-0.073242187500 +0.090820312500 +-0.285156250000 +-0.304687500000 +0.074707031250 +0.061035156250 +0.065429687500 +-0.171875000000 +-0.029052734375 +0.042236328125 +-0.116210937500 +0.250000000000 +0.026489257812 +0.228515625000 +0.137695312500 +-0.220703125000 +0.005065917969 +0.032958984375 +0.228515625000 +0.065917968750 +-0.053466796875 +-0.018676757812 +-0.255859375000 +0.042724609375 +0.117675781250 +0.169921875000 +-0.092773437500 +-0.359375000000 +-0.103027343750 +0.180664062500 +0.092285156250 +-0.118164062500 +0.068847656250 +-0.155273437500 +-0.008605957031 +0.034912109375 +0.113281250000 +0.146484375000 +-0.207031250000 +-0.132812500000 +-0.047607421875 +0.165039062500 +-0.031250000000 +-0.098632812500 +0.057128906250 +-0.061279296875 +0.055419921875 +-0.172851562500 +0.024414062500 +-0.123535156250 +0.300781250000 +0.031494140625 +0.099121093750 +-0.103027343750 +0.247070312500 +-0.035156250000 +-0.145507812500 +0.014282226562 +0.166992187500 +0.073730468750 +-0.141601562500 +-0.077636718750 +-0.193359375000 +-0.052490234375 +0.065429687500 +0.060058593750 +0.025512695312 +0.044189453125 +-0.003738403320 +0.070800781250 +-0.004943847656 +0.015014648438 +-0.005035400391 +-0.059570312500 +0.008483886719 +0.027954101562 +0.029785156250 +-0.054687500000 +0.020263671875 +-0.039062500000 +-0.097167968750 +-0.146484375000 +-0.111816406250 +-0.205078125000 +0.024291992188 +-0.277343750000 +-0.002014160156 +-0.152343750000 +0.014221191406 +0.030395507812 +-0.174804687500 +-0.004669189453 +0.069824218750 +0.037109375000 +-0.077148437500 +-0.180664062500 +0.064453125000 +0.052490234375 +0.077636718750 +-0.142578125000 +-0.017944335938 +-0.191406250000 +-0.081054687500 +-0.037353515625 +0.087402343750 +0.011657714844 +-0.043701171875 +-0.296875000000 +-0.049560546875 +-0.018188476562 +0.059326171875 +0.094238281250 +-0.029174804688 +-0.092773437500 +-0.046630859375 +0.092773437500 +-0.123046875000 +-0.118164062500 +0.095703125000 +-0.064453125000 +0.000732421875 +-0.013366699219 +0.030639648438 +0.106933593750 +-0.011230468750 +0.020629882812 +0.049316406250 +0.222656250000 +-0.037597656250 +-0.141601562500 +-0.029907226562 +0.104003906250 +-0.056640625000 +-0.034423828125 +-0.158203125000 +-0.136718750000 +0.056152343750 +-0.005310058594 +-0.026733398438 +-0.090332031250 +-0.017578125000 +0.109375000000 +-0.046875000000 +0.007232666016 +-0.089355468750 +-0.026367187500 +-0.040039062500 +0.070800781250 +-0.013305664062 +-0.098144531250 +-0.008422851562 +-0.064453125000 +0.014343261719 +-0.051025390625 +0.008117675781 +0.008728027344 +-0.064941406250 +-0.006469726562 +-0.073730468750 +-0.120117187500 +-0.051269531250 +-0.029052734375 +-0.051757812500 +0.025634765625 +0.020996093750 +-0.080078125000 +-0.095214843750 +-0.059814453125 +0.039306640625 +-0.039062500000 +0.024414062500 +-0.036865234375 +-0.041748046875 +0.006591796875 +0.074218750000 +0.011718750000 +-0.023315429688 +-0.009826660156 +-0.052001953125 +-0.034423828125 +0.068847656250 +0.048339843750 +0.020385742188 +-0.018676757812 +-0.007934570312 +0.085449218750 +0.004852294922 +0.181640625000 +0.032958984375 +0.042968750000 +0.004394531250 +0.062011718750 +-0.124023437500 +-0.172851562500 +-0.333984375000 +0.100097656250 +-0.089843750000 +-0.014953613281 +0.093750000000 +0.062011718750 +0.109375000000 +-0.069824218750 +-0.075683593750 +0.227539062500 +0.041992187500 +-0.018432617188 +-0.037109375000 +-0.077148437500 +-0.013366699219 +0.002075195312 +-0.031250000000 +-0.158203125000 +-0.089355468750 +0.167968750000 +0.036865234375 +0.050292968750 +-0.324218750000 +0.079101562500 +-0.014343261719 +0.155273437500 +-0.009094238281 +-0.041748046875 +0.027832031250 +-0.218750000000 +-0.173828125000 +-0.024902343750 +0.100097656250 +0.101074218750 +0.013244628906 +-0.164062500000 +-0.087402343750 +0.000740051270 +-0.057128906250 +0.024780273438 +0.034912109375 +-0.224609375000 +-0.226562500000 +-0.059570312500 +-0.044433593750 +0.002319335938 +-0.125976562500 +-0.172851562500 +0.075683593750 +-0.124511718750 +0.037841796875 +-0.062011718750 +-0.059814453125 +0.022094726562 +0.087402343750 +-0.066406250000 +-0.062011718750 +0.098632812500 +-0.065917968750 +0.081054687500 +0.053466796875 +-0.093750000000 +-0.009277343750 +0.100585937500 +0.030029296875 +-0.085449218750 +-0.049804687500 +0.157226562500 +0.028808593750 +0.003112792969 +-0.167968750000 +-0.113281250000 +-0.064941406250 +0.012084960938 +0.085937500000 +-0.031982421875 +-0.037109375000 +-0.044433593750 +-0.040283203125 +0.038818359375 +-0.068847656250 +0.140625000000 +-0.021728515625 +-0.351562500000 +-0.039794921875 +-0.180664062500 +-0.100097656250 +0.020507812500 +0.002075195312 +0.069824218750 +0.127929687500 +-0.066894531250 +-0.016235351562 +-0.003387451172 +-0.061767578125 +-0.174804687500 +-0.018920898438 +0.037353515625 +0.003387451172 +-0.026000976562 +0.088867187500 +-0.037597656250 +-0.027587890625 +-0.056884765625 +-0.023071289062 +0.157226562500 +0.218750000000 +-0.064941406250 +-0.046875000000 +0.157226562500 +-0.006744384766 +-0.031250000000 +-0.147460937500 +-0.154296875000 +0.044677734375 +-0.106933593750 +0.130859375000 +-0.092285156250 +0.230468750000 +0.040771484375 +-0.013305664062 +0.086425781250 +0.069335937500 +-0.091796875000 +0.099609375000 +-0.063476562500 +0.160156250000 +0.029052734375 +0.105468750000 +0.033447265625 +-0.107421875000 +0.149414062500 +-0.101074218750 +0.006011962891 +0.077148437500 +-0.145507812500 +0.011657714844 +-0.080566406250 +-0.006347656250 +0.166015625000 +0.023681640625 +0.148437500000 +0.045898437500 +0.007873535156 +0.140625000000 +0.106445312500 +-0.285156250000 +0.062011718750 +0.144531250000 +-0.211914062500 +-0.166015625000 +-0.073242187500 +-0.019042968750 +0.084960937500 +-0.349609375000 +0.077636718750 +-0.204101562500 +-0.207031250000 +0.007476806641 +0.020996093750 +0.010009765625 +-0.033935546875 +0.147460937500 +-0.271484375000 +0.231445312500 +-0.047363281250 +-0.115234375000 +-0.112792968750 +0.012939453125 +0.007995605469 +-0.064453125000 +-0.034667968750 +-0.127929687500 +-0.092773437500 +-0.074218750000 +-0.067871093750 +0.213867187500 +-0.363281250000 +-0.178710937500 +0.125000000000 +-0.148437500000 +0.014831542969 +-0.257812500000 +0.067382812500 +0.070312500000 +-0.142578125000 +-0.090820312500 +0.073242187500 +0.026123046875 +-0.341796875000 +-0.054443359375 +-0.070312500000 +0.052978515625 +0.014526367188 +-0.196289062500 +0.006958007812 +-0.142578125000 +-0.030761718750 +-0.040527343750 +-0.084960937500 +0.006774902344 +0.020751953125 +0.050048828125 +0.128906250000 +-0.085937500000 +-0.041259765625 +-0.088378906250 +0.001792907715 +0.111328125000 +-0.151367187500 +-0.071777343750 +-0.158203125000 +-0.036621093750 +-0.125000000000 +0.056640625000 +-0.086425781250 +-0.049072265625 +0.041503906250 +-0.168945312500 +-0.018432617188 +-0.043212890625 +0.046386718750 +-0.032958984375 +0.012023925781 +0.019042968750 +-0.051025390625 +0.023315429688 +0.022216796875 +0.009155273438 +-0.075195312500 +0.022460937500 +-0.054443359375 +-0.021728515625 +-0.051513671875 +-0.103515625000 +-0.023559570312 +0.086425781250 +-0.051757812500 +-0.009826660156 +0.049560546875 +-0.018920898438 +-0.005065917969 +0.091796875000 +0.187500000000 +-0.002899169922 +-0.000854492188 +-0.134765625000 +-0.028442382812 +-0.016113281250 +-0.136718750000 +0.029663085938 +-0.146484375000 +0.061035156250 +-0.023193359375 +-0.010009765625 +0.012145996094 +-0.039062500000 +0.030395507812 +0.031005859375 +-0.045654296875 +0.108398437500 +0.011596679688 +-0.070312500000 +-0.016967773438 +0.009216308594 +-0.014648437500 +-0.055908203125 +-0.067871093750 +0.070800781250 +-0.058105468750 +0.024169921875 +0.031494140625 +-0.040039062500 +-0.113281250000 +-0.016479492188 +-0.156250000000 +0.014709472656 +-0.026977539062 +-0.073730468750 +0.034912109375 +-0.025878906250 +-0.065429687500 +0.058349609375 +0.001075744629 +0.025512695312 +0.092773437500 +-0.006866455078 +-0.058837890625 +-0.037353515625 +0.058837890625 +-0.071289062500 +-0.101074218750 +0.102539062500 +0.028930664062 +-0.033935546875 +0.026367187500 +0.003143310547 +0.045898437500 +0.173828125000 +-0.071289062500 +-0.061279296875 +-0.050292968750 +-0.093750000000 +-0.048095703125 +-0.051757812500 +-0.022827148438 +-0.031494140625 +0.111328125000 +-0.049560546875 +0.041992187500 +-0.009643554688 +-0.030029296875 +0.032958984375 +-0.117675781250 +-0.033203125000 +0.042968750000 +-0.004089355469 +0.041259765625 +-0.146484375000 +0.049560546875 +0.007720947266 +0.009948730469 +-0.127929687500 +-0.044677734375 +0.135742187500 +0.043701171875 +-0.145507812500 +-0.058349609375 +-0.047363281250 +-0.037109375000 +0.066406250000 +0.026123046875 +0.136718750000 +-0.082031250000 +-0.265625000000 +-0.202148437500 +0.257812500000 +0.009033203125 +0.090820312500 +-0.028198242188 +0.016235351562 +0.218750000000 +-0.017333984375 +0.010742187500 +-0.087890625000 +-0.051025390625 +0.038818359375 +-0.018554687500 +0.113769531250 +-0.443359375000 +0.111328125000 +0.146484375000 +-0.050048828125 +0.005828857422 +-0.051757812500 +0.081054687500 +-0.400390625000 +-0.183593750000 +-0.037109375000 +0.048339843750 +-0.030517578125 +0.010009765625 +0.002471923828 +0.080566406250 +0.065429687500 +0.114746093750 +0.053955078125 +-0.050292968750 +0.289062500000 +0.001876831055 +-0.011230468750 +-0.180664062500 +-0.041259765625 +0.092773437500 +-0.042724609375 +-0.013366699219 +0.091308593750 +-0.002822875977 +-0.003936767578 +0.150390625000 +-0.201171875000 +-0.116699218750 +-0.074218750000 +0.040039062500 +-0.150390625000 +-0.090820312500 +0.209960937500 +-0.237304687500 +-0.043212890625 +0.170898437500 +0.074707031250 +-0.025756835938 +-0.118164062500 +0.051757812500 +-0.211914062500 +0.021484375000 +0.049804687500 +-0.328125000000 +0.184570312500 +-0.164062500000 +-0.204101562500 +0.079589843750 +0.113281250000 +0.091308593750 +-0.041015625000 +-0.160156250000 +0.030395507812 +-0.353515625000 +-0.027709960938 +-0.202148437500 +-0.109863281250 +0.056884765625 +0.107421875000 +0.229492187500 +-0.206054687500 +-0.134765625000 +-0.079101562500 +-0.207031250000 +0.010559082031 +0.097167968750 +-0.136718750000 +-0.059082031250 +-0.064941406250 +-0.197265625000 +0.038574218750 +-0.050292968750 +-0.419921875000 +-0.100585937500 +-0.029907226562 +-0.080566406250 +-0.233398437500 +0.243164062500 +-0.173828125000 +0.236328125000 +0.013854980469 +-0.187500000000 +0.124023437500 +-0.026489257812 +0.192382812500 +-0.003021240234 +0.003524780273 +-0.038085937500 +-0.056152343750 +0.165039062500 +0.120117187500 +0.082031250000 +0.049804687500 +-0.037353515625 +-0.062988281250 +0.067871093750 +-0.022094726562 +-0.155273437500 +-0.121582031250 +-0.118164062500 +-0.113281250000 +-0.028808593750 +-0.037841796875 +0.033203125000 +0.109863281250 +0.196289062500 +0.043457031250 +-0.078613281250 +-0.062988281250 +-0.021362304688 +0.120117187500 +0.110351562500 +-0.047607421875 +0.016113281250 +-0.062988281250 +0.022094726562 +-0.176757812500 +-0.246093750000 +0.246093750000 +-0.159179687500 +-0.273437500000 +0.022827148438 +0.085937500000 +0.046875000000 +-0.105957031250 +-0.048583984375 +0.034179687500 +-0.130859375000 +0.062988281250 +0.060791015625 +-0.034912109375 +-0.058105468750 +-0.193359375000 +0.085937500000 +0.064453125000 +0.016967773438 +-0.133789062500 +0.034667968750 +0.053222656250 +-0.220703125000 +0.087890625000 +0.106445312500 +-0.043457031250 +0.082031250000 +0.164062500000 +-0.259765625000 +-0.187500000000 +0.057373046875 +0.046386718750 +-0.039794921875 +-0.167968750000 +-0.326171875000 +0.005615234375 +-0.139648437500 +-0.051513671875 +-0.143554687500 +-0.055419921875 +-0.220703125000 +0.065429687500 +0.025512695312 +0.070800781250 +0.075195312500 +-0.053955078125 +-0.120117187500 +-0.162109375000 +0.014099121094 +-0.024902343750 +-0.036132812500 +0.001022338867 +-0.068359375000 +0.039794921875 +-0.057617187500 +0.076660156250 +-0.018310546875 +-0.084472656250 +0.113281250000 +0.062988281250 +-0.050781250000 +-0.033203125000 +0.132812500000 +-0.009277343750 +-0.131835937500 +0.075683593750 +0.003845214844 +-0.002090454102 +-0.050048828125 +-0.003524780273 +-0.051513671875 +-0.005493164062 +0.053222656250 +-0.110351562500 +-0.055419921875 +0.023681640625 +-0.205078125000 +-0.035888671875 +0.037841796875 +-0.095214843750 +-0.013183593750 +-0.018310546875 +0.267578125000 +0.175781250000 +0.083007812500 +-0.107910156250 +0.094238281250 +-0.047607421875 +0.048583984375 +-0.197265625000 +-0.024780273438 +0.045654296875 +-0.139648437500 +-0.145507812500 +0.046630859375 +0.019775390625 +-0.013305664062 +-0.009887695312 +-0.421875000000 +0.071289062500 +0.069824218750 +0.052001953125 +-0.851562500000 +-0.115722656250 +0.075683593750 +-0.224609375000 +-0.116699218750 +-0.363281250000 +-0.132812500000 +0.048339843750 +-0.233398437500 +0.058105468750 +-0.122558593750 +-0.326171875000 +0.009338378906 +0.000999450684 +0.077148437500 +0.333984375000 +-0.065917968750 +0.142578125000 +-0.460937500000 +0.197265625000 +0.083007812500 +-0.009887695312 +0.146484375000 +-0.341796875000 +0.098632812500 +-0.316406250000 +0.013122558594 +0.119628906250 +-0.174804687500 +-0.011596679688 +0.130859375000 +0.142578125000 +0.029418945312 +0.193359375000 +0.218750000000 +-0.130859375000 +-0.125976562500 +0.179687500000 +0.053710937500 +-0.632812500000 +-0.075683593750 +0.043212890625 +0.141601562500 +0.211914062500 +0.023803710938 +0.050781250000 +0.100585937500 +0.169921875000 +0.026855468750 +0.185546875000 +0.034912109375 +0.314453125000 +0.014282226562 +-0.040527343750 +-0.136718750000 +-0.166015625000 +0.171875000000 +-0.169921875000 +0.142578125000 +0.186523437500 +-0.087890625000 +0.017578125000 +-0.052001953125 +0.082519531250 +0.078125000000 +0.090332031250 +-0.133789062500 +-0.121093750000 +-0.001457214355 +-0.083496093750 +0.047851562500 +-0.059082031250 +-0.094238281250 +-0.168945312500 +-0.197265625000 +-0.060546875000 +0.006317138672 +-0.063964843750 +0.216796875000 +-0.094238281250 +0.072265625000 +-0.224609375000 +-0.021850585938 +0.052978515625 +-0.148437500000 +0.060791015625 +-0.051513671875 +-0.073730468750 +0.106933593750 +-0.014648437500 +-0.008300781250 +0.001136779785 +0.017578125000 +0.068359375000 +-0.086914062500 +-0.084960937500 +-0.020141601562 +-0.063476562500 +-0.178710937500 +0.047119140625 +-0.086914062500 +-0.098144531250 +0.068847656250 +0.112304687500 +-0.005706787109 +-0.043945312500 +-0.096679687500 +-0.038330078125 +0.085449218750 +0.357421875000 +-0.017211914062 +0.019287109375 +-0.081542968750 +0.018920898438 +-0.017089843750 +-0.098632812500 +0.047607421875 +0.083496093750 +-0.003219604492 +-0.046875000000 +0.004821777344 +0.106445312500 +0.086914062500 +0.022216796875 +-0.151367187500 +-0.100585937500 +0.030029296875 +0.013732910156 +-0.010803222656 +0.010192871094 +0.056884765625 +-0.031127929688 +0.029541015625 +0.024414062500 +-0.077636718750 +0.123535156250 +-0.008361816406 +0.052978515625 +0.005645751953 +0.020996093750 +0.044921875000 +-0.062011718750 +-0.124023437500 +0.106445312500 +0.059814453125 +0.089355468750 +0.040039062500 +-0.014221191406 +-0.187500000000 +-0.079101562500 +-0.129882812500 +0.017700195312 +0.058837890625 +0.057128906250 +-0.083496093750 +0.031982421875 +-0.024291992188 +0.057617187500 +-0.001213073730 +0.039794921875 +0.113281250000 +-0.068359375000 +-0.040527343750 +-0.117187500000 +-0.098144531250 +-0.071289062500 +-0.178710937500 +0.123046875000 +0.045898437500 +-0.026611328125 +-0.027832031250 +0.041259765625 +0.010742187500 +0.001869201660 +-0.026000976562 +-0.060058593750 +-0.050292968750 +0.058593750000 +-0.029907226562 +-0.245117187500 +0.053222656250 +0.006744384766 +0.148437500000 +0.052978515625 +0.111816406250 +0.077636718750 +-0.150390625000 +0.091796875000 +0.000720977783 +-0.136718750000 +0.061767578125 +-0.013183593750 +0.027954101562 +-0.128906250000 +-0.093261718750 +0.013488769531 +0.121093750000 +-0.151367187500 +-0.165039062500 +-0.093261718750 +0.112304687500 +0.018920898438 +0.104003906250 +-0.131835937500 +0.024047851562 +-0.038818359375 +-0.047363281250 +0.096191406250 +-0.073730468750 +0.031250000000 +-0.032714843750 +0.072753906250 +-0.086914062500 +-0.109863281250 +0.009399414062 +0.045898437500 +0.075683593750 +-0.092773437500 +-0.062011718750 +0.019042968750 +-0.029174804688 +0.035644531250 +-0.062988281250 +0.091796875000 +-0.086914062500 +-0.068847656250 +-0.027343750000 +0.000823974609 +0.179687500000 +-0.011596679688 +0.036621093750 +-0.016113281250 +-0.083007812500 +0.054443359375 +-0.187500000000 +0.026977539062 +0.056396484375 +0.037597656250 +-0.087890625000 +0.009094238281 +0.111816406250 +-0.060058593750 +0.093261718750 +-0.074218750000 +0.077636718750 +-0.196289062500 +-0.070800781250 +-0.085449218750 +0.091796875000 +-0.034423828125 +0.031738281250 +-0.087890625000 +0.027221679688 +-0.065429687500 +0.012390136719 +-0.125976562500 +0.062500000000 +0.206054687500 +0.050292968750 +-0.005187988281 +0.283203125000 +-0.154296875000 +-0.107421875000 +0.130859375000 +0.277343750000 +-0.082031250000 +0.259765625000 +-0.147460937500 +0.275390625000 +0.046630859375 +0.136718750000 +-0.035400390625 +-0.052001953125 +0.028930664062 +0.044677734375 +0.008178710938 +0.033691406250 +-0.193359375000 +-0.048095703125 +-0.071289062500 +-0.153320312500 +-0.148437500000 +0.051757812500 +0.092285156250 +0.177734375000 +0.041748046875 +0.113281250000 +-0.046630859375 +0.073242187500 +-0.155273437500 +-0.140625000000 +0.029418945312 +0.203125000000 +-0.059814453125 +-0.246093750000 +0.117675781250 +0.104003906250 +0.014099121094 +-0.238281250000 +-0.208007812500 +-0.171875000000 +-0.146484375000 +-0.149414062500 +-0.089355468750 +0.202148437500 +-0.157226562500 +-0.359375000000 +-0.142578125000 +-0.197265625000 +-0.152343750000 +-0.251953125000 +0.125976562500 +-0.000111579895 +-0.132812500000 +-0.031982421875 +-0.102050781250 +-0.086914062500 +0.097656250000 +-0.240234375000 +-0.084960937500 +-0.003555297852 +-0.024047851562 +-0.014099121094 +0.032470703125 +-0.011596679688 +-0.144531250000 +-0.277343750000 +-0.021362304688 +0.049072265625 +0.111816406250 +-0.125000000000 +-0.091308593750 +0.028442382812 +-0.023071289062 +-0.119628906250 +-0.079589843750 +0.047119140625 +0.015869140625 +0.014160156250 +0.052734375000 +-0.511718750000 +-0.006072998047 +-0.166992187500 +0.036376953125 +0.094726562500 +0.072753906250 +-0.121093750000 +-0.118164062500 +0.057617187500 +-0.201171875000 +0.012634277344 +-0.065917968750 +-0.333984375000 +0.046875000000 +-0.013671875000 +0.032470703125 +0.074218750000 +0.001014709473 +-0.339843750000 +0.236328125000 +0.027832031250 +-0.060546875000 +0.003173828125 +-0.059570312500 +0.079101562500 +0.122070312500 +-0.039306640625 +0.066406250000 +0.002212524414 +-0.016845703125 +-0.233398437500 +-0.095703125000 +-0.235351562500 +-0.126953125000 +-0.141601562500 +0.074218750000 +-0.187500000000 +0.180664062500 +-0.038574218750 +-0.170898437500 +0.041748046875 +-0.034912109375 +-0.153320312500 +0.209960937500 +-0.106933593750 +-0.049316406250 +0.017456054688 +-0.074707031250 +0.184570312500 +-0.053955078125 +0.204101562500 +-0.117187500000 +-0.026733398438 +-0.012451171875 +-0.154296875000 +0.008117675781 +0.015625000000 +0.006195068359 +-0.048828125000 +-0.060302734375 +-0.034423828125 +-0.125976562500 +-0.013977050781 +0.003890991211 +0.129882812500 +-0.146484375000 +-0.140625000000 +-0.014160156250 +-0.033935546875 +0.050537109375 +0.074218750000 +0.004852294922 +-0.022460937500 +0.217773437500 +-0.001792907715 +-0.000037431717 +-0.093261718750 +-0.014404296875 +0.068847656250 +-0.023803710938 +-0.118652343750 +0.001708984375 +-0.016479492188 +-0.037109375000 +-0.021240234375 +0.009460449219 +-0.029785156250 +-0.000999450684 +-0.014526367188 +0.003265380859 +-0.004211425781 +0.002807617188 +-0.011535644531 +0.048828125000 +0.033935546875 +-0.068359375000 +0.018554687500 +-0.009338378906 +0.045166015625 +0.034912109375 +-0.031982421875 +-0.141601562500 +0.003570556641 +-0.024902343750 +-0.036865234375 +0.000037670135 +-0.004669189453 +0.079589843750 +-0.024902343750 +0.209960937500 +-0.136718750000 +0.181640625000 +0.069335937500 +0.203125000000 +0.021362304688 +0.080566406250 +-0.042968750000 +-0.199218750000 +-0.161132812500 +-0.247070312500 +-0.211914062500 +-0.112304687500 +0.043457031250 +0.169921875000 +0.201171875000 +-0.027099609375 +0.023925781250 +-0.020996093750 +-0.154296875000 +-0.263671875000 +-0.090332031250 +-0.054931640625 +0.202148437500 +0.014892578125 +-0.020996093750 +-0.136718750000 +-0.025756835938 +-0.124023437500 +0.015014648438 +-0.122558593750 +-0.195312500000 +0.107910156250 +0.010925292969 +0.108398437500 +0.118164062500 +-0.026855468750 +-0.005706787109 +-0.250000000000 +-0.243164062500 +0.126953125000 +0.175781250000 +0.067382812500 +0.039550781250 +-0.139648437500 +0.162109375000 +0.087890625000 +-0.275390625000 +0.044677734375 +-0.004180908203 +0.106933593750 +0.025878906250 +-0.032470703125 +-0.055175781250 +0.194335937500 +0.085937500000 +-0.233398437500 +-0.049072265625 +0.026855468750 +0.207031250000 +0.041748046875 +0.036621093750 +0.051513671875 +-0.082031250000 +0.088867187500 +-0.246093750000 +0.136718750000 +0.119628906250 +-0.175781250000 +-0.100097656250 +-0.221679687500 +0.158203125000 +0.243164062500 +-0.135742187500 +-0.241210937500 +-0.417968750000 +0.051757812500 +0.105468750000 +0.026245117188 +0.017700195312 +0.015991210938 +-0.035156250000 +-0.000602722168 +-0.141601562500 +-0.102539062500 +0.298828125000 +-0.146484375000 +-0.265625000000 +0.140625000000 +-0.230468750000 +-0.038818359375 +-0.204101562500 +0.032470703125 +-0.091796875000 +0.019409179688 +0.167968750000 +-0.275390625000 +-0.052490234375 +-0.070312500000 +0.135742187500 +-0.036865234375 +0.121093750000 +0.165039062500 +0.267578125000 +-0.019775390625 +-0.172851562500 +-0.022460937500 +-0.148437500000 +0.040771484375 +-0.122070312500 +-0.117675781250 +-0.159179687500 +-0.023559570312 +-0.102539062500 +-0.195312500000 +0.046386718750 +-0.069335937500 +-0.104980468750 +-0.055908203125 +-0.090332031250 +0.146484375000 +0.089843750000 +0.049804687500 +0.271484375000 +0.032470703125 +-0.047851562500 +0.080566406250 +0.209960937500 +0.160156250000 +-0.084472656250 +-0.243164062500 +0.195312500000 +0.040527343750 +0.131835937500 +0.057128906250 +-0.347656250000 +-0.071777343750 +0.104003906250 +-0.183593750000 +0.184570312500 +-0.184570312500 +0.039306640625 +0.097656250000 +0.050537109375 +0.251953125000 +-0.101562500000 +0.084960937500 +-0.061279296875 +-0.065917968750 +0.177734375000 +-0.437500000000 +0.092285156250 +-0.037353515625 +-0.031738281250 +0.164062500000 +-0.056884765625 +-0.417968750000 +0.326171875000 +-0.005706787109 +0.147460937500 +0.189453125000 +-0.265625000000 +-0.162109375000 +-0.281250000000 +0.230468750000 +0.053222656250 +-0.216796875000 +-0.095703125000 +-0.043457031250 +0.094238281250 +0.143554687500 +0.091308593750 +-0.023193359375 +0.045166015625 +0.124023437500 +0.043945312500 +0.214843750000 +-0.020263671875 +0.199218750000 +0.223632812500 +0.022216796875 +0.012756347656 +-0.084960937500 +0.202148437500 +-0.154296875000 +0.177734375000 +0.012573242188 +-0.257812500000 +-0.009521484375 +0.047119140625 +-0.083984375000 +-0.038574218750 +-0.149414062500 +-0.054199218750 +-0.065917968750 +0.195312500000 +0.041259765625 +0.093261718750 +0.115722656250 +0.084960937500 +-0.154296875000 +0.223632812500 +-0.072265625000 +0.023925781250 +0.112792968750 +0.012634277344 +0.175781250000 +0.050292968750 +-0.198242187500 +-0.054443359375 +0.028930664062 +-0.142578125000 +-0.291015625000 +0.057373046875 +-0.052734375000 +-0.047851562500 +-0.093750000000 +0.072265625000 +0.226562500000 +0.238281250000 +0.161132812500 +0.087402343750 +-0.151367187500 +-0.542968750000 +0.186523437500 +-0.152343750000 +-0.052978515625 +0.017333984375 +-0.002487182617 +-0.135742187500 +0.030639648438 +-0.122558593750 +-0.159179687500 +0.240234375000 +-0.163085937500 +0.267578125000 +0.173828125000 +0.050537109375 +-0.066894531250 +0.199218750000 +0.030029296875 +0.055175781250 +0.223632812500 +-0.029418945312 +0.104492187500 +-0.034667968750 +-0.062255859375 +0.016235351562 +-0.101074218750 +0.287109375000 +-0.186523437500 +0.196289062500 +-0.168945312500 +0.060058593750 +0.106445312500 +-0.229492187500 +-0.028686523438 +0.103027343750 +0.011657714844 +0.118652343750 +-0.001350402832 +0.134765625000 +0.028930664062 +-0.032958984375 +0.094726562500 +-0.197265625000 +0.075195312500 +-0.025268554688 +-0.162109375000 +-0.080078125000 +0.134765625000 +0.068847656250 +-0.341796875000 +-0.033935546875 +-0.024780273438 +-0.194335937500 +0.047851562500 +0.155273437500 +-0.007720947266 +-0.122558593750 +0.050292968750 +-0.026489257812 +-0.037353515625 +-0.022583007812 +0.046630859375 +0.027343750000 +-0.144531250000 +-0.015014648438 +-0.005828857422 +0.031127929688 +-0.041992187500 +-0.095703125000 +0.002822875977 +-0.247070312500 +0.002563476562 +0.052001953125 +0.021850585938 +0.029663085938 +0.009643554688 +0.153320312500 +-0.207031250000 +-0.052246093750 +-0.108398437500 +-0.064941406250 +-0.042968750000 +-0.039550781250 +-0.398437500000 +0.026733398438 +0.000249862671 +-0.055908203125 +-0.043457031250 +0.181640625000 +0.060791015625 +0.013732910156 +-0.029052734375 +-0.016967773438 +-0.074218750000 +-0.006774902344 +-0.087890625000 +-0.122558593750 +-0.049804687500 +-0.004486083984 +0.052734375000 +-0.019409179688 +-0.041748046875 +-0.042480468750 +-0.013366699219 +0.020263671875 +-0.158203125000 +-0.159179687500 +-0.083496093750 +-0.035644531250 +-0.013732910156 +-0.153320312500 +-0.173828125000 +-0.121582031250 +0.066894531250 +0.007568359375 +-0.070800781250 +-0.011047363281 +-0.092773437500 +-0.412109375000 +0.021606445312 +0.113281250000 +-0.168945312500 +0.181640625000 +0.014709472656 +-0.043945312500 +-0.018920898438 +0.034179687500 +-0.070800781250 +0.035400390625 +0.001564025879 +-0.330078125000 +-0.080078125000 +0.083007812500 +0.028198242188 +-0.019775390625 +0.098632812500 +-0.023071289062 +0.107421875000 +-0.040527343750 +-0.153320312500 +-0.047363281250 +-0.222656250000 +-0.070312500000 +-0.024658203125 +0.063964843750 +-0.088378906250 +-0.090820312500 +0.127929687500 +-0.164062500000 +0.003463745117 +0.036132812500 +-0.143554687500 +-0.155273437500 +0.227539062500 +-0.006042480469 +-0.126953125000 +-0.065429687500 +0.042236328125 +-0.100585937500 +-0.029052734375 +-0.067871093750 +0.009826660156 +-0.200195312500 +-0.015502929688 +0.012878417969 +0.032958984375 +0.050781250000 +0.003082275391 +0.024169921875 +-0.131835937500 +0.009704589844 +-0.008605957031 +-0.061035156250 +0.060791015625 +-0.116699218750 +-0.080078125000 +-0.117187500000 +-0.263671875000 +0.012817382812 +-0.082519531250 +0.096191406250 +0.009094238281 +-0.223632812500 +-0.063964843750 +0.049560546875 +0.013549804688 +0.015014648438 +0.066406250000 +-0.068847656250 +-0.039550781250 +-0.020751953125 +-0.015380859375 +-0.199218750000 +0.021118164062 +-0.018920898438 +0.018066406250 +-0.023071289062 +-0.041503906250 +0.171875000000 +0.062500000000 +0.044189453125 +-0.041015625000 +-0.023193359375 +-0.018066406250 +0.195312500000 +0.177734375000 +0.010192871094 +-0.105957031250 +0.024658203125 +-0.097167968750 +0.026611328125 +0.029541015625 +-0.060791015625 +-0.050292968750 +-0.129882812500 +0.112792968750 +0.037597656250 +0.055908203125 +-0.090332031250 +0.001770019531 +-0.127929687500 +0.011840820312 +0.071777343750 +-0.010375976562 +-0.123535156250 +0.001808166504 +0.096191406250 +0.061523437500 +0.024536132812 +-0.051269531250 +0.038330078125 +0.083984375000 +-0.056152343750 +0.045166015625 +-0.129882812500 +-0.053466796875 +0.008789062500 +0.125000000000 +-0.105468750000 +-0.208007812500 +-0.016723632812 +-0.159179687500 +-0.033203125000 +-0.038085937500 +-0.250000000000 +-0.328125000000 +0.051513671875 +0.049804687500 +0.070312500000 +-0.025634765625 +-0.095214843750 +-0.017456054688 +0.137695312500 +-0.166015625000 +0.014587402344 +0.053222656250 +-0.167968750000 +0.005065917969 +0.073730468750 +-0.017700195312 +-0.150390625000 +0.059814453125 +-0.237304687500 +0.046875000000 +-0.037353515625 +0.110351562500 +0.026489257812 +-0.064941406250 +0.076171875000 +-0.130859375000 +-0.023559570312 +-0.071289062500 +-0.004821777344 +0.125976562500 +-0.002685546875 +-0.142578125000 +-0.123535156250 +-0.028930664062 +0.023559570312 +0.063476562500 +0.003646850586 +-0.053466796875 +0.025390625000 +0.079589843750 +0.062011718750 +-0.099609375000 +0.032958984375 +-0.028198242188 +-0.292968750000 +-0.114746093750 +0.173828125000 +0.037109375000 +0.017211914062 +-0.049316406250 +-0.013671875000 +0.048583984375 +0.001487731934 +0.010070800781 +0.110839843750 +-0.146484375000 +0.113769531250 +-0.045898437500 +0.038574218750 +0.061035156250 +0.090332031250 +0.158203125000 +-0.041992187500 +-0.026977539062 +-0.742187500000 +0.000211715698 +-0.093261718750 +-0.125976562500 +0.003387451172 +0.193359375000 +0.044921875000 +-0.287109375000 +0.100585937500 +0.004516601562 +0.204101562500 +0.087402343750 +-0.271484375000 +-0.057861328125 +-0.208007812500 +-0.105468750000 +0.016479492188 +-0.090820312500 +-0.011718750000 +-0.005554199219 +-0.041992187500 +0.128906250000 +0.005859375000 +-0.086914062500 +0.015991210938 +-0.002212524414 +-0.060546875000 +0.023559570312 +-0.166015625000 +0.065429687500 +-0.088867187500 +0.166992187500 +0.127929687500 +-0.033935546875 +0.039306640625 +-0.073242187500 +0.129882812500 +-0.032470703125 +-0.033447265625 +0.125000000000 +-0.126953125000 +0.037841796875 +0.159179687500 +-0.164062500000 +-0.096679687500 +0.010192871094 +0.093750000000 +-0.026367187500 +0.132812500000 +0.060058593750 +-0.246093750000 +-0.176757812500 +0.104492187500 +-0.079589843750 +-0.289062500000 +-0.042724609375 +0.020019531250 +-0.186523437500 +0.089355468750 +0.048583984375 +0.127929687500 +-0.239257812500 +0.118652343750 +0.077636718750 +-0.084472656250 +-0.178710937500 +0.061523437500 +0.022705078125 +-0.000553131104 +-0.050292968750 +-0.200195312500 +0.061035156250 +0.035156250000 +-0.143554687500 +-0.059570312500 +-0.045654296875 +0.182617187500 +-0.298828125000 +0.078613281250 +-0.045410156250 +-0.035888671875 +-0.008911132812 +-0.042968750000 +-0.138671875000 +0.084472656250 +0.058349609375 +-0.125976562500 +0.185546875000 +0.080566406250 +-0.061523437500 +0.068847656250 +0.092773437500 +-0.157226562500 +0.081054687500 +0.180664062500 +-0.162109375000 +-0.057128906250 +0.055175781250 +0.071289062500 +-0.156250000000 +0.112304687500 +-0.068847656250 +0.107421875000 +-0.038818359375 +-0.523437500000 +0.096191406250 +-0.020751953125 +0.140625000000 +-0.019897460938 +0.032714843750 +-0.050292968750 +0.104492187500 +-0.184570312500 +-0.027832031250 +-0.001296997070 +-0.177734375000 +0.033691406250 +-0.027343750000 +-0.024780273438 +-0.001800537109 +-0.040771484375 +0.007659912109 +0.000440597534 +-0.037353515625 +0.018066406250 +-0.150390625000 +-0.028930664062 +0.025390625000 +-0.013549804688 +-0.079589843750 +-0.088378906250 +0.031127929688 +0.021362304688 +0.072753906250 +0.083007812500 +-0.085937500000 +-0.073730468750 +-0.172851562500 +0.004028320312 +-0.030273437500 +-0.005798339844 +-0.004058837891 +0.059326171875 +0.103515625000 +-0.092285156250 +0.041015625000 +-0.163085937500 +-0.166015625000 +-0.088378906250 +0.036376953125 +0.025024414062 +0.012634277344 +-0.058837890625 +-0.111328125000 +0.057128906250 +0.029663085938 +0.078125000000 +0.047851562500 +0.015136718750 +-0.091308593750 +0.017822265625 +-0.011779785156 +-0.070800781250 +-0.049804687500 +-0.103515625000 +0.199218750000 +-0.012390136719 +-0.073730468750 +-0.261718750000 +0.052001953125 +0.014038085938 +0.153320312500 +-0.102050781250 +-0.055908203125 +0.136718750000 +-0.007598876953 +0.082031250000 +0.061767578125 +0.130859375000 +0.138671875000 +-0.056640625000 +0.046875000000 +0.240234375000 +-0.019165039062 +0.048828125000 +-0.059814453125 +0.029907226562 +0.030151367188 +-0.044921875000 +0.048095703125 +0.083984375000 +-0.046386718750 +-0.056396484375 +-0.027709960938 +-0.496093750000 +-0.002365112305 +0.123535156250 +0.146484375000 +-0.082031250000 +0.306640625000 +-0.028442382812 +-0.029541015625 +-0.003997802734 +-0.148437500000 +-0.453125000000 +-0.064453125000 +-0.051269531250 +0.040527343750 +-0.029052734375 +-0.077148437500 +0.207031250000 +0.146484375000 +-0.060302734375 +0.038818359375 +-0.029296875000 +0.072753906250 +-0.099609375000 +-0.039794921875 +-0.170898437500 +-0.091308593750 +0.074707031250 +-0.006591796875 +-0.140625000000 +-0.011169433594 +-0.171875000000 +-0.163085937500 +0.071777343750 +0.154296875000 +-0.088867187500 +-0.136718750000 +0.024169921875 +0.092773437500 +-0.023559570312 +-0.016601562500 +0.155273437500 +-0.190429687500 +-0.093261718750 +0.037841796875 +-0.134765625000 +0.090332031250 +0.155273437500 +0.149414062500 +-0.100585937500 +-0.242187500000 +0.167968750000 +0.021850585938 +-0.080078125000 +-0.365234375000 +0.076660156250 +-0.233398437500 +0.090332031250 +0.212890625000 +0.106445312500 +0.041503906250 +-0.078125000000 +0.099609375000 +-0.051513671875 +-0.140625000000 +0.165039062500 +-0.129882812500 +-0.112792968750 +-0.040039062500 +0.100097656250 +0.251953125000 +-0.227539062500 +-0.263671875000 +0.216796875000 +-0.095703125000 +0.339843750000 +-0.589843750000 +-0.201171875000 +-0.042480468750 +0.187500000000 +0.058593750000 +-0.187500000000 +-0.486328125000 +-0.225585937500 +0.007781982422 +-0.055664062500 +0.062011718750 +-0.078125000000 +-0.011413574219 +0.052001953125 +-0.030517578125 +-0.166992187500 +-0.013427734375 +0.059570312500 +0.041015625000 +0.132812500000 +-0.009338378906 +-0.170898437500 +-0.002456665039 +-0.016235351562 +0.087402343750 +0.012023925781 +0.005828857422 +-0.263671875000 +0.124023437500 +-0.244140625000 +0.191406250000 +0.046875000000 +-0.039062500000 +-0.048828125000 +0.097167968750 +-0.021728515625 +0.037597656250 +-0.196289062500 +0.028442382812 +0.019042968750 +0.000267028809 +-0.032226562500 +0.029418945312 +0.002120971680 +0.002105712891 +0.006042480469 +-0.015563964844 +0.027099609375 +-0.049072265625 +0.003860473633 +0.048828125000 +0.217773437500 +-0.064453125000 +0.104980468750 +-0.007598876953 +-0.097167968750 +-0.029296875000 +-0.005126953125 +-0.042968750000 +0.011230468750 +-0.070800781250 +0.050048828125 +-0.005615234375 +-0.136718750000 +0.016235351562 +-0.106445312500 +0.038085937500 +0.039550781250 +0.016357421875 +-0.237304687500 +0.142578125000 +-0.044677734375 +-0.011962890625 +0.046142578125 +-0.014282226562 +-0.091308593750 +-0.134765625000 +0.026123046875 +-0.057373046875 +-0.062988281250 +-0.022827148438 +-0.075195312500 +-0.192382812500 +-0.091796875000 +-0.068359375000 +-0.275390625000 +0.041259765625 +0.049560546875 +0.059570312500 +0.041259765625 +-0.064453125000 +-0.003326416016 +0.033447265625 +0.107910156250 +-0.009826660156 +-0.002639770508 +-0.025146484375 +-0.322265625000 +-0.153320312500 +0.144531250000 +0.151367187500 +-0.036621093750 +-0.302734375000 +0.029296875000 +0.094238281250 +-0.333984375000 +0.033447265625 +-0.022705078125 +0.043212890625 +0.014587402344 +0.201171875000 +-0.094238281250 +-0.149414062500 +0.017700195312 +-0.121093750000 +-0.010559082031 +-0.012695312500 +0.110351562500 +0.119628906250 +-0.114257812500 +0.269531250000 +0.167968750000 +0.031738281250 +0.154296875000 +-0.373046875000 +0.186523437500 +-0.259765625000 +0.335937500000 +-0.322265625000 +-0.496093750000 +-0.092773437500 +-0.170898437500 +-0.010925292969 +-0.341796875000 +-0.211914062500 +-0.094238281250 +0.134765625000 +-0.174804687500 +0.095703125000 +0.160156250000 +0.065429687500 +0.062988281250 +-0.117675781250 +-0.404296875000 +-0.122558593750 +-0.014587402344 +-0.189453125000 +0.078613281250 +-0.062500000000 +0.312500000000 +0.200195312500 +-0.267578125000 +-0.022094726562 +0.131835937500 +0.240234375000 +-0.320312500000 +-0.098632812500 +0.211914062500 +0.089355468750 +0.064453125000 +0.019531250000 +0.105468750000 +0.083496093750 +0.113769531250 +0.052490234375 +0.097167968750 +0.031250000000 +-0.001457214355 +-0.029907226562 +0.083496093750 +-0.055908203125 +-0.046142578125 +-0.046875000000 +0.118652343750 +-0.020507812500 +-0.090820312500 +-0.028686523438 +-0.065917968750 +-0.015991210938 +-0.347656250000 +0.015075683594 +0.011779785156 +0.002288818359 +0.003005981445 +-0.012451171875 +-0.065917968750 +-0.043945312500 +-0.039062500000 +-0.040527343750 +-0.025024414062 +-0.024780273438 +-0.156250000000 +0.020141601562 +0.140625000000 +0.086425781250 +0.044677734375 +0.046875000000 +-0.091796875000 +0.010620117188 +-0.038818359375 +0.065917968750 +-0.000452041626 +0.004608154297 +-0.275390625000 +-0.209960937500 +0.036132812500 +0.052490234375 +0.002090454102 +0.037109375000 +-0.007812500000 +-0.107910156250 +0.041992187500 +-0.006927490234 +-0.214843750000 +-0.084472656250 +-0.060546875000 +-0.018066406250 +0.032958984375 +-0.055908203125 +0.059814453125 +0.012695312500 +0.043945312500 +-0.082519531250 +-0.078613281250 +-0.045166015625 +0.287109375000 +0.115234375000 +0.040527343750 +-0.488281250000 +-0.470703125000 +0.180664062500 +0.121582031250 +0.243164062500 +0.277343750000 +-0.173828125000 +-0.052734375000 +0.226562500000 +0.071777343750 +0.239257812500 +-0.012634277344 +0.179687500000 +-0.347656250000 +0.026977539062 +0.108886718750 +0.090332031250 +-0.062500000000 +0.012878417969 +0.029541015625 +-0.511718750000 +-0.151367187500 +-0.101074218750 +0.511718750000 +0.141601562500 +-0.107421875000 +0.179687500000 +-0.237304687500 +0.261718750000 +0.195312500000 +-0.158203125000 +-0.148437500000 +0.052001953125 +-0.063964843750 +-0.605468750000 +0.011352539062 +0.099121093750 +0.069335937500 +0.466796875000 +0.007598876953 +0.177734375000 +0.083007812500 +0.038330078125 +0.196289062500 +-0.269531250000 +-0.116210937500 +0.014221191406 +0.078613281250 +0.110351562500 +-0.359375000000 +0.009277343750 +0.231445312500 +-0.031738281250 +0.019775390625 +-0.010620117188 +0.244140625000 +0.021240234375 +0.255859375000 +0.164062500000 +-0.014221191406 +-0.032470703125 +-0.031005859375 +0.130859375000 +0.000448226929 +0.026733398438 +0.035888671875 +0.093261718750 +-0.017211914062 +0.108886718750 +-0.006408691406 +0.028686523438 +0.031738281250 +-0.017822265625 +-0.314453125000 +-0.088378906250 +-0.028320312500 +0.060791015625 +-0.028076171875 +0.053955078125 +0.000305175781 +0.002197265625 +-0.176757812500 +0.010314941406 +-0.083496093750 +-0.014709472656 +0.130859375000 +0.026367187500 +0.035400390625 +-0.010620117188 +0.013000488281 +-0.012512207031 +-0.053955078125 +-0.050537109375 +-0.031982421875 +0.032226562500 +-0.031982421875 +0.012023925781 +-0.410156250000 +0.423828125000 +-0.041015625000 +0.004180908203 +0.023559570312 +-0.034423828125 +0.019409179688 +-0.117187500000 +-0.001930236816 +-0.017700195312 +-0.112304687500 +-0.006530761719 +0.035156250000 +-0.194335937500 +-0.090820312500 +-0.008056640625 +-0.006774902344 +-0.036865234375 +0.041259765625 +-0.086425781250 +0.043457031250 +-0.055908203125 +-0.022338867188 +0.040039062500 +-0.023559570312 +-0.035156250000 +-0.043457031250 +0.005401611328 +0.143554687500 +-0.004699707031 +0.066894531250 +-0.077148437500 +0.010314941406 +0.000337600708 +-0.131835937500 +-0.076171875000 +-0.138671875000 +0.035644531250 +0.031738281250 +-0.052001953125 +-0.027587890625 +0.008117675781 +0.065917968750 +-0.040039062500 +-0.019287109375 +-0.015869140625 +-0.124511718750 +-0.034423828125 +-0.095214843750 +-0.050537109375 +-0.156250000000 +0.172851562500 +0.103515625000 +-0.027954101562 +0.007873535156 +-0.035888671875 +-0.017089843750 +-0.141601562500 +-0.008483886719 +-0.032714843750 +0.077148437500 +-0.092773437500 +-0.114257812500 +-0.071289062500 +-0.154296875000 +0.033203125000 +0.061279296875 +-0.072753906250 +-0.048095703125 +-0.023559570312 +0.066406250000 +-0.053955078125 +-0.072753906250 +-0.111328125000 +-0.114257812500 +-0.041259765625 +-0.108398437500 +-0.074218750000 +0.078125000000 +-0.050048828125 +0.106933593750 +0.150390625000 +-0.127929687500 +0.051269531250 +-0.048828125000 +-0.058105468750 +-0.051757812500 +-0.104003906250 +-0.022827148438 +-0.006225585938 +-0.044433593750 +-0.001853942871 +-0.138671875000 +0.099609375000 +-0.212890625000 +0.073242187500 +-0.053710937500 +-0.076660156250 +-0.060791015625 +-0.070312500000 +0.034179687500 +-0.021972656250 +-0.090332031250 +-0.009338378906 +-0.111816406250 +-0.015014648438 +0.068359375000 +-0.069335937500 +0.060058593750 +-0.061767578125 +0.021240234375 +-0.035644531250 +-0.039794921875 +0.018798828125 +-0.052734375000 +-0.070800781250 +-0.058105468750 +-0.494140625000 +-0.021728515625 +0.014770507812 +-0.008483886719 +-0.071289062500 +-0.138671875000 +0.035644531250 +-0.036865234375 +0.012023925781 +0.033935546875 +-0.080078125000 +-0.147460937500 +0.175781250000 +-0.111816406250 +0.006530761719 +-0.010498046875 +0.023559570312 +0.062500000000 +-0.421875000000 +-0.000398635864 +-0.108398437500 +-0.023315429688 +0.000013709068 +0.037109375000 +0.092773437500 +-0.020629882812 +0.023925781250 +0.002014160156 +0.017700195312 +0.100585937500 +0.095214843750 +-0.016723632812 +0.019287109375 +0.322265625000 +-0.045654296875 +0.105468750000 +0.009948730469 +0.099121093750 +0.000877380371 +-0.030395507812 +-0.058593750000 +0.193359375000 +-0.040771484375 +0.062988281250 +-0.025268554688 +-0.043457031250 +-0.019653320312 +0.219726562500 +-0.020874023438 +-0.051269531250 +-0.098144531250 +0.038574218750 +0.034423828125 +0.034667968750 +-0.100585937500 +-0.052978515625 +-0.051513671875 +0.110351562500 +0.064941406250 +-0.007324218750 +0.050537109375 +0.062500000000 +0.210937500000 +0.057128906250 +-0.498046875000 +-0.003677368164 +-0.408203125000 +0.009887695312 +-0.036376953125 +-0.055664062500 +-0.056396484375 +0.035400390625 +-0.071289062500 +-0.049316406250 +-0.002822875977 +-0.437500000000 +-0.150390625000 +-0.007141113281 +0.015319824219 +-0.060791015625 +0.024902343750 +-0.435546875000 +0.081054687500 +0.008300781250 +-0.142578125000 +-0.085937500000 +-0.044677734375 +-0.034667968750 +0.119140625000 +-0.112304687500 +-0.040283203125 +-0.180664062500 +-0.023071289062 +0.057128906250 +-0.040771484375 +-0.052490234375 +-0.032470703125 +-0.233398437500 +-0.012084960938 +-0.013916015625 +0.014526367188 +0.143554687500 +-0.009765625000 +-0.085937500000 +-0.077148437500 +0.066406250000 +0.164062500000 +0.150390625000 +0.189453125000 +0.060302734375 +0.028320312500 +0.087402343750 +-0.040527343750 +0.145507812500 +0.111328125000 +-0.007202148438 +0.031250000000 +0.010192871094 +-0.154296875000 +-0.003021240234 +-0.062255859375 +-0.212890625000 +-0.115234375000 +0.040283203125 +-0.114746093750 +0.025268554688 +0.102050781250 +0.084960937500 +0.033935546875 +-0.057617187500 +0.103515625000 +0.061035156250 +0.082031250000 +-0.168945312500 +-0.075683593750 +0.036865234375 +0.047851562500 +0.048339843750 +-0.031494140625 +-0.124023437500 +0.119140625000 +0.075683593750 +0.052246093750 +0.001914978027 +-0.034667968750 +0.216796875000 +0.068847656250 +-0.074707031250 +-0.123535156250 +0.095703125000 +0.100097656250 +-0.098144531250 +-0.046142578125 +-0.112792968750 +-0.179687500000 +-0.255859375000 +-0.098144531250 +0.096679687500 +-0.136718750000 +0.013061523438 +-0.033691406250 +-0.224609375000 +-0.035400390625 +-0.016235351562 +-0.107421875000 +-0.173828125000 +0.204101562500 +0.083007812500 +0.030761718750 +0.149414062500 +-0.125000000000 +0.024291992188 +0.070312500000 +0.177734375000 +0.027587890625 +0.014953613281 +-0.359375000000 +0.078613281250 +0.142578125000 +0.179687500000 +0.127929687500 +0.080078125000 +-0.037353515625 +0.154296875000 +-0.267578125000 +0.024658203125 +-0.257812500000 +0.083984375000 +0.109863281250 +-0.011596679688 +0.035644531250 +0.065429687500 +0.199218750000 +0.049072265625 +-0.005218505859 +-0.238281250000 +-0.019287109375 +0.033935546875 +-0.118652343750 +0.261718750000 +0.047607421875 +-0.009033203125 +-0.168945312500 +-0.275390625000 +-0.146484375000 +-0.031738281250 +0.108398437500 +-0.025024414062 +0.166015625000 +0.134765625000 +0.092285156250 +-0.043212890625 +-0.142578125000 +0.204101562500 +-0.019287109375 +0.239257812500 +-0.267578125000 +-0.062011718750 +0.031738281250 +-0.212890625000 +-0.176757812500 +0.146484375000 +0.076660156250 +0.046142578125 +0.100097656250 +-0.128906250000 +0.001831054688 +-0.177734375000 +0.136718750000 +-0.113281250000 +0.024047851562 +0.010009765625 +0.066894531250 +0.123535156250 +0.004333496094 +0.120117187500 +0.037841796875 +0.005126953125 +-0.027709960938 +-0.003143310547 +0.032226562500 +-0.048583984375 +0.020507812500 +0.013122558594 +-0.082519531250 +-0.013427734375 +0.150390625000 +-0.098632812500 +-0.023315429688 +-0.026245117188 +-0.013183593750 +-0.005310058594 +0.001380920410 +0.124511718750 +-0.020507812500 +0.015258789062 +0.059814453125 +-0.100585937500 +0.026977539062 +0.017089843750 +-0.018676757812 +-0.013732910156 +-0.001655578613 +0.022827148438 +0.012573242188 +0.028320312500 +-0.011535644531 +0.072265625000 +-0.099609375000 +-0.010070800781 +0.009643554688 +0.009521484375 +0.003356933594 +-0.069824218750 +0.031127929688 +-0.032714843750 +0.033935546875 +0.105468750000 +0.014587402344 +-0.075195312500 +0.166992187500 +-0.048583984375 +0.008239746094 +-0.055175781250 +-0.107421875000 +-0.059326171875 +-0.041015625000 +0.040039062500 +-0.061767578125 +0.147460937500 +0.012023925781 +-0.010437011719 +0.026611328125 +-0.079589843750 +0.012084960938 +-0.053466796875 +-0.068359375000 +-0.189453125000 +0.021484375000 +0.018432617188 +0.071777343750 +-0.026367187500 +-0.169921875000 +-0.291015625000 +0.001617431641 +0.002532958984 +0.034667968750 +-0.085937500000 +-0.129882812500 +-0.123535156250 +0.017211914062 +-0.025756835938 +-0.025268554688 +0.065429687500 +0.017456054688 +-0.164062500000 +0.026489257812 +-0.070312500000 +0.033447265625 +0.060791015625 +-0.021606445312 +-0.143554687500 +0.114257812500 +0.082519531250 +-0.018554687500 +-0.149414062500 +-0.022460937500 +-0.349609375000 +-0.067382812500 +0.041503906250 +0.051269531250 +-0.022705078125 +0.089355468750 +-0.014831542969 +0.108398437500 +-0.043212890625 +-0.110351562500 +0.062988281250 +-0.032470703125 +0.034179687500 +0.048339843750 +0.019775390625 +0.064941406250 +0.009155273438 +-0.025268554688 +-0.190429687500 +-0.056640625000 +-0.093261718750 +-0.152343750000 +-0.208984375000 +0.144531250000 +0.024414062500 +-0.091308593750 +-0.011779785156 +-0.002578735352 +-0.015441894531 +0.029418945312 +0.049804687500 +-0.074707031250 +-0.208007812500 +0.017211914062 +0.014038085938 +-0.012268066406 +-0.047607421875 +0.117187500000 +0.013061523438 +-0.012756347656 +0.098632812500 +0.065429687500 +-0.101074218750 +0.032470703125 +0.029663085938 +0.017089843750 +0.013732910156 +-0.035400390625 +-0.010437011719 +-0.085937500000 +0.111816406250 +-0.130859375000 +-0.028564453125 +-0.087402343750 +0.124023437500 +-0.030639648438 +-0.023193359375 +0.023925781250 +0.013549804688 +-0.250000000000 +0.040771484375 +-0.014343261719 +-0.136718750000 +-0.002700805664 +-0.165039062500 +0.080078125000 +-0.015563964844 +0.007690429688 +-0.179687500000 +0.492187500000 +0.049560546875 +0.060302734375 +0.052246093750 +0.037353515625 +-0.090332031250 +-0.171875000000 +-0.021606445312 +0.078125000000 +-0.081542968750 +0.050048828125 +0.047851562500 +-0.146484375000 +-0.072265625000 +0.061035156250 +-0.043945312500 +-0.229492187500 +-0.150390625000 +-0.009399414062 +0.068359375000 +-0.073730468750 +0.007476806641 +0.015991210938 +-0.157226562500 +0.221679687500 +0.025756835938 +0.061767578125 +-0.357421875000 +-0.158203125000 +0.079589843750 +-0.074707031250 +0.035888671875 +-0.221679687500 +0.220703125000 +-0.129882812500 +-0.259765625000 +-0.089355468750 +0.320312500000 +-0.204101562500 +0.169921875000 +0.179687500000 +-0.070312500000 +-0.060791015625 +0.005401611328 +-0.066894531250 +-0.001861572266 +-0.243164062500 +-0.009094238281 +0.008911132812 +0.117187500000 +-0.075195312500 +0.304687500000 +0.113281250000 +-0.104980468750 +-0.017089843750 +0.100585937500 +-0.198242187500 +-0.033203125000 +-0.098144531250 +0.023437500000 +-0.018920898438 +0.058105468750 +0.002380371094 +-0.056152343750 +-0.023559570312 +0.038330078125 +-0.045166015625 +-0.023559570312 +-0.100585937500 +0.144531250000 +-0.224609375000 +0.020141601562 +-0.010192871094 +-0.203125000000 +0.149414062500 +-0.056884765625 +-0.066894531250 +-0.333984375000 +-0.145507812500 +0.247070312500 +-0.187500000000 +0.097656250000 +-0.082519531250 +-0.110839843750 +-0.167968750000 +-0.996093750000 +0.257812500000 +-0.089843750000 +0.230468750000 +-0.047363281250 +0.048339843750 +-0.100585937500 +-0.103027343750 +0.114257812500 +-0.136718750000 +0.236328125000 +-0.145507812500 +0.006591796875 +0.052246093750 +-0.113769531250 +0.054931640625 +0.183593750000 +-0.269531250000 +0.004547119141 +0.115722656250 +0.075683593750 +-0.033203125000 +0.343750000000 +-0.075683593750 +-0.182617187500 +-0.382812500000 +0.096679687500 +0.102050781250 +0.069335937500 +-0.027832031250 +0.102539062500 +0.219726562500 +0.214843750000 +-0.644531250000 +-0.062988281250 +-0.121582031250 +0.029785156250 +0.193359375000 +-0.078125000000 +-0.036376953125 +0.244140625000 +-0.116210937500 +-0.318359375000 +0.030761718750 +0.005096435547 +-0.021850585938 +-0.062500000000 +-0.007690429688 +0.048095703125 +-0.104980468750 +0.065917968750 +-0.261718750000 +0.088378906250 +0.166015625000 +-0.231445312500 +-0.191406250000 +-0.378906250000 +0.035156250000 +-0.365234375000 +0.136718750000 +0.145507812500 +-0.227539062500 +0.047851562500 +0.058837890625 +-0.173828125000 +0.049072265625 +-0.224609375000 +0.218750000000 +-0.139648437500 +0.047119140625 +0.015991210938 +-0.022338867188 +-0.018920898438 +-0.220703125000 +0.120117187500 +0.054443359375 +0.118652343750 +0.173828125000 +-0.064941406250 +0.070312500000 +0.076171875000 +-0.112304687500 +-0.192382812500 +-0.091308593750 +0.120117187500 +0.106445312500 +0.009277343750 +0.030029296875 +0.196289062500 +-0.081542968750 +0.094238281250 +0.115234375000 +-0.176757812500 +-0.051757812500 +-0.013366699219 +-0.051269531250 +0.046630859375 +0.019409179688 +-0.147460937500 +-0.124511718750 +0.164062500000 +0.149414062500 +0.052978515625 +-0.073730468750 +0.100097656250 +0.051025390625 +-0.292968750000 +-0.035400390625 +0.109863281250 +0.001113891602 +-0.019165039062 +-0.051513671875 +-0.027221679688 +0.050292968750 +-0.042968750000 +-0.196289062500 +0.133789062500 +-0.095703125000 +-0.042968750000 +0.097167968750 +-0.216796875000 +0.008666992188 +-0.057128906250 +-0.041748046875 +-0.137695312500 +0.118652343750 +0.009521484375 +0.355468750000 +0.000728607178 +-0.003585815430 +-0.308593750000 +-0.069335937500 +-0.059814453125 +0.006652832031 +-0.053222656250 +-0.066406250000 +0.079101562500 +-0.201171875000 +-0.326171875000 +-0.029418945312 +-0.009399414062 +-0.035644531250 +-0.083007812500 +-0.065917968750 +0.049072265625 +0.005859375000 +-0.121093750000 +-0.058349609375 +0.029174804688 +0.041503906250 +0.004669189453 +0.079101562500 +-0.302734375000 +-0.060546875000 +-0.211914062500 +-0.013549804688 +0.216796875000 +0.014343261719 +-0.153320312500 +-0.085449218750 +0.096679687500 +-0.066894531250 +-0.056152343750 +0.051269531250 +-0.032958984375 +-0.031250000000 +-0.106933593750 +-0.038818359375 +0.036621093750 +0.003082275391 +0.055664062500 +0.025512695312 +-0.064941406250 +0.019897460938 +-0.064941406250 +-0.028076171875 +0.037109375000 +0.121093750000 +0.022460937500 +0.014221191406 +-0.050781250000 +0.037353515625 +-0.178710937500 +-0.093750000000 +0.024658203125 +0.091308593750 +0.045898437500 +-0.075683593750 +-0.094726562500 +0.136718750000 +0.031982421875 +-0.198242187500 +0.119140625000 +-0.020507812500 +-0.061279296875 +0.023681640625 +-0.218750000000 +0.024780273438 +-0.059326171875 +0.147460937500 +0.012573242188 +0.088378906250 +0.014465332031 +-0.203125000000 +0.132812500000 +0.164062500000 +-0.343750000000 +-0.076660156250 +0.095703125000 +-0.546875000000 +0.019653320312 +-0.026245117188 +0.040527343750 +0.136718750000 +0.092285156250 +-0.072753906250 +-0.453125000000 +-0.051513671875 +-0.357421875000 +0.036865234375 +-0.105468750000 +0.056152343750 +-0.047607421875 +0.088867187500 +-0.168945312500 +0.142578125000 +-0.048339843750 +-0.053466796875 +0.168945312500 +-0.189453125000 +-0.162109375000 +0.069335937500 +0.112792968750 +-0.189453125000 +0.047851562500 +0.153320312500 +0.033203125000 +0.079101562500 +0.084472656250 +0.117187500000 +0.195312500000 +-0.002441406250 +-0.021850585938 +-0.004882812500 +-0.068847656250 +0.100097656250 +-0.203125000000 +-0.159179687500 +0.056396484375 +-0.003494262695 +0.125000000000 +0.172851562500 +0.208984375000 +-0.013366699219 +-0.118652343750 +-0.018920898438 +-0.609375000000 +0.019042968750 +0.167968750000 +-0.014526367188 +-0.263671875000 +0.008056640625 +-0.171875000000 +0.002426147461 +-0.207031250000 +-0.269531250000 +-0.171875000000 +-0.047119140625 +0.008544921875 +-0.017089843750 +0.057861328125 +-0.018920898438 +0.021118164062 +0.026977539062 +-0.099609375000 +-0.058105468750 +0.008972167969 +-0.108886718750 +-0.601562500000 +-0.006988525391 +0.121093750000 +-0.055908203125 +0.029541015625 +0.016235351562 +0.063476562500 +0.010437011719 +0.122070312500 +0.773437500000 +-0.024291992188 +-0.003646850586 +-0.025634765625 +-0.047119140625 +-0.075683593750 +0.014282226562 +-0.078125000000 +-0.045898437500 +0.011291503906 +-0.014770507812 +-0.166015625000 +0.068359375000 +0.041992187500 +0.004058837891 +-0.042236328125 +0.040527343750 +0.111816406250 +-0.006286621094 +-0.041748046875 +-0.028442382812 +-0.080566406250 +0.000197410583 +0.114257812500 +-0.072753906250 +-0.025878906250 +-0.089355468750 +-0.376953125000 +-0.038085937500 +-0.032714843750 +-0.036865234375 +-0.107910156250 +0.051269531250 +0.014892578125 +-0.009094238281 +0.007476806641 +0.043457031250 +-1.453125000000 +-0.060058593750 +-0.052978515625 +0.063476562500 +0.011047363281 +-0.012634277344 +0.103027343750 +0.102050781250 +-0.019165039062 +0.044433593750 +0.128906250000 +0.052490234375 +-0.061279296875 +-0.049072265625 +-0.253906250000 +0.107910156250 +-0.015563964844 +0.287109375000 +-0.071289062500 +-0.168945312500 +0.104492187500 +0.129882812500 +-0.015441894531 +0.017211914062 +-0.108398437500 +0.010864257812 +0.147460937500 +0.225585937500 +0.245117187500 +-0.016845703125 +0.099121093750 +-0.025268554688 +-0.046142578125 +0.097656250000 +-0.009582519531 +-0.023681640625 +0.020141601562 +-0.069824218750 +0.009460449219 +0.253906250000 +0.003967285156 +-0.019775390625 +-0.093261718750 +-0.036621093750 +0.008422851562 +-0.097167968750 +0.104492187500 +0.032470703125 +0.104492187500 +0.047119140625 +-0.066894531250 +-0.115722656250 +-0.102539062500 +0.112304687500 +0.083496093750 +-0.182617187500 +-0.026123046875 +-0.097167968750 +-0.050537109375 +-0.273437500000 +0.105957031250 +0.173828125000 +-0.108398437500 +-0.124023437500 +-0.026855468750 +0.189453125000 +0.056396484375 +0.078125000000 +-0.020385742188 +-0.031494140625 +0.162109375000 +-0.019775390625 +0.255859375000 +-0.045166015625 +-0.359375000000 +-0.180664062500 +0.169921875000 +-0.030883789062 +-0.049316406250 +0.119140625000 +-0.047607421875 +0.089355468750 +0.068359375000 +-0.055664062500 +-0.156250000000 +0.015563964844 +0.024536132812 +0.052246093750 +0.085937500000 +0.029418945312 +0.101074218750 +-0.730468750000 +-0.050048828125 +0.050292968750 +-0.148437500000 +0.012878417969 +0.062500000000 +0.051025390625 +-0.072265625000 +0.080566406250 +0.208984375000 +-0.150390625000 +-0.053222656250 +-0.243164062500 +-0.034667968750 +-0.059082031250 +-0.037109375000 +0.067382812500 +0.029296875000 +-0.216796875000 +0.031494140625 +-0.191406250000 +0.084960937500 +0.089355468750 +-0.136718750000 +-0.099121093750 +-0.019897460938 +-0.084960937500 +-0.073242187500 +-0.001380920410 +0.018188476562 +-0.153320312500 +-0.032714843750 +-0.031005859375 +0.173828125000 +0.046386718750 +0.257812500000 +-0.211914062500 +-0.143554687500 +0.000591278076 +0.053955078125 +0.071777343750 +-0.000408172607 +-0.043945312500 +0.033935546875 +-0.064453125000 +-0.004089355469 +-0.031982421875 +0.031982421875 +0.044189453125 +0.015991210938 +0.005859375000 +0.020874023438 +-0.053222656250 +0.000324249268 +-0.153320312500 +-0.018188476562 +-0.023437500000 +0.208007812500 +-0.067871093750 +0.098144531250 +0.003936767578 +-0.118164062500 +-0.099609375000 +-0.103027343750 +-0.091308593750 +0.022705078125 +0.134765625000 +-0.023071289062 +-0.024291992188 +-0.072753906250 +-0.015197753906 +0.011169433594 +-0.058105468750 +-0.089843750000 +0.002059936523 +-0.275390625000 +-0.195312500000 +-0.054931640625 +0.026000976562 +-0.008789062500 +-0.008911132812 +0.008178710938 +-0.133789062500 +0.000976562500 +-0.032226562500 +-0.026000976562 +-0.001129150391 +0.007873535156 +-0.148437500000 +-0.033447265625 +0.055419921875 +0.178710937500 +0.016967773438 +-0.053466796875 +0.046630859375 +-0.003662109375 +-0.030639648438 +-0.154296875000 +0.035156250000 +-0.076660156250 +-0.049316406250 +0.030395507812 +0.033935546875 +-0.058837890625 +0.012329101562 +-0.176757812500 +-0.084960937500 +0.062011718750 +-0.103515625000 +-0.080566406250 +-0.010559082031 +0.003067016602 +-0.031127929688 +0.030883789062 +-0.054443359375 +-0.018676757812 +0.036376953125 +0.171875000000 +-0.068847656250 +-0.101562500000 +-0.003524780273 +-0.201171875000 +-0.824218750000 +-0.034912109375 +0.132812500000 +-0.092773437500 +0.048095703125 +-0.116699218750 +-0.003967285156 +0.168945312500 +-0.202148437500 +-0.021362304688 +-0.091308593750 +-0.316406250000 +0.070800781250 +-0.101074218750 +0.053710937500 +-0.026977539062 +0.068847656250 +-0.206054687500 +0.201171875000 +-0.007415771484 +0.169921875000 +-0.008666992188 +-0.067382812500 +0.183593750000 +-0.198242187500 +0.086425781250 +0.102539062500 +0.269531250000 +0.045410156250 +-0.165039062500 +-0.074707031250 +-0.030029296875 +0.092773437500 +0.109375000000 +-0.005920410156 +-0.476562500000 +0.044677734375 +-0.023803710938 +-0.064453125000 +-0.049560546875 +-0.154296875000 +-0.076171875000 +-0.024902343750 +-0.067382812500 +0.033691406250 +-0.178710937500 +0.099609375000 +-0.041992187500 +-0.236328125000 +-0.111328125000 +-0.369140625000 +0.082519531250 +0.105957031250 +0.004943847656 +-0.178710937500 +-0.178710937500 +0.058105468750 +0.002151489258 +0.166015625000 +-0.075683593750 +-0.289062500000 +0.031250000000 +0.039306640625 +0.068359375000 +-0.140625000000 +0.162109375000 +-0.042724609375 +-0.139648437500 +0.025634765625 +-0.130859375000 +0.106933593750 +-0.175781250000 +-0.059570312500 +0.123535156250 +-0.135742187500 +0.076660156250 +-0.242187500000 +0.010925292969 +0.044433593750 +0.257812500000 +0.062500000000 +-0.172851562500 +-0.104492187500 +-0.057617187500 +-0.057617187500 +-0.140625000000 +0.022705078125 +0.250000000000 +-0.345703125000 +-0.084960937500 +0.044921875000 +-0.066406250000 +-0.220703125000 +-0.060302734375 +-0.063964843750 +0.040527343750 +-0.076171875000 +-0.404296875000 +0.093750000000 +0.019409179688 +-0.004455566406 +0.055664062500 +0.233398437500 +-0.063964843750 +0.359375000000 +-0.163085937500 +-0.018432617188 +0.118652343750 +0.043212890625 +-0.000356674194 +0.052001953125 +-0.016845703125 +0.003341674805 +-0.004913330078 +-0.023315429688 +-0.159179687500 +-0.011352539062 +-0.193359375000 +-0.081542968750 +0.006072998047 +-0.116699218750 +-0.019042968750 +0.006134033203 +-0.131835937500 +-0.216796875000 +-0.101074218750 +0.046630859375 +-0.102539062500 +0.069335937500 +-0.195312500000 +0.017822265625 +0.127929687500 +-0.034423828125 +-0.168945312500 +-0.060058593750 +-0.019531250000 +0.132812500000 +0.032714843750 +0.056640625000 +-0.167968750000 +-0.125976562500 +-0.109863281250 +-0.082031250000 +0.052734375000 +0.037597656250 +0.119628906250 +-0.250000000000 +-0.148437500000 +-0.037109375000 +0.052490234375 +-0.085937500000 +-0.113281250000 +-0.040771484375 +-0.076660156250 +0.148437500000 +0.231445312500 +-0.007385253906 +0.014587402344 +-0.180664062500 +-0.102539062500 +-0.021362304688 +-0.006835937500 +-0.125976562500 +-0.113769531250 +0.178710937500 +0.070312500000 +-0.605468750000 +0.104980468750 +0.011230468750 +-0.061035156250 +0.059326171875 +0.066406250000 +-0.109863281250 +0.218750000000 +-0.101562500000 +0.089843750000 +-0.000888824463 +0.277343750000 +0.027221679688 +-0.161132812500 +0.114257812500 +-0.004669189453 +-0.179687500000 +-0.032714843750 +-0.324218750000 +-0.031127929688 +0.166992187500 +0.011840820312 +0.137695312500 +-0.241210937500 +0.077148437500 +-0.328125000000 +-0.050292968750 +0.003753662109 +-0.217773437500 +0.085937500000 +0.129882812500 +-0.188476562500 +-0.008544921875 +-0.225585937500 +-0.013061523438 +0.337890625000 +0.151367187500 +0.018432617188 +-0.040283203125 +0.027099609375 +-0.253906250000 +-0.102539062500 +0.127929687500 +0.150390625000 +0.095214843750 +0.005279541016 +0.058349609375 +-0.259765625000 +0.094726562500 +0.101562500000 +-0.083984375000 +-0.081542968750 +0.237304687500 +0.048583984375 +-0.159179687500 +0.057373046875 +-0.174804687500 +0.194335937500 +-0.027587890625 +0.005767822266 +-0.208984375000 +0.206054687500 +0.025512695312 +-0.105957031250 +0.059326171875 +0.037353515625 +-0.009765625000 +0.173828125000 +0.051757812500 +0.002761840820 +0.009338378906 +0.003677368164 +-0.106445312500 +-0.042968750000 +-0.080566406250 +0.114746093750 +0.090332031250 +0.002014160156 +-0.172851562500 +-0.084472656250 +-0.216796875000 +-0.015747070312 +0.009094238281 +-0.062255859375 +-0.018798828125 +-0.028198242188 +-0.018066406250 +-0.094726562500 +-0.052734375000 +-0.097167968750 +0.020263671875 +-0.178710937500 +-0.046875000000 +-0.070312500000 +0.096679687500 +0.138671875000 +0.055419921875 +-0.244140625000 +0.051757812500 +-0.017700195312 +0.015136718750 +0.041259765625 +-0.028442382812 +-0.127929687500 +0.029663085938 +0.037109375000 +0.024536132812 +-0.017456054688 +0.052978515625 +-0.057373046875 +0.093750000000 +-0.106445312500 +0.043945312500 +-0.067871093750 +-0.025512695312 +0.055175781250 +-0.000667572021 +-0.038085937500 +-0.045166015625 +-0.125976562500 +-0.140625000000 +0.122558593750 +-0.060546875000 +0.112304687500 +-0.032226562500 +0.063964843750 +0.160156250000 +-0.003936767578 +-0.192382812500 +-0.073242187500 +-0.041992187500 +-0.010742187500 +-0.115722656250 +0.049804687500 +-0.281250000000 +-0.082519531250 +-0.086425781250 +-0.063476562500 +0.037841796875 +-0.135742187500 +0.122558593750 +0.113281250000 +0.088867187500 +-0.109375000000 +-0.062011718750 +0.004547119141 +-0.217773437500 +0.116210937500 +-0.095703125000 +-0.187500000000 +0.164062500000 +-0.159179687500 +-0.182617187500 +0.107421875000 +0.038818359375 +-0.289062500000 +0.174804687500 +-0.039550781250 +-0.164062500000 +0.065917968750 +-0.016845703125 +-0.160156250000 +0.043212890625 +-0.178710937500 +0.197265625000 +0.125976562500 +-0.229492187500 +0.128906250000 +-0.341796875000 +-0.205078125000 +-0.056152343750 +-0.068359375000 +-0.375000000000 +-0.333984375000 +0.044189453125 +-0.174804687500 +0.110839843750 +-0.120605468750 +-0.241210937500 +0.028320312500 +0.047363281250 +0.044189453125 +-0.230468750000 +0.089843750000 +-0.236328125000 +0.052246093750 +-0.002655029297 +-0.118652343750 +-0.101562500000 +0.067871093750 +0.067871093750 +-0.141601562500 +-0.053466796875 +-0.114746093750 +-0.039062500000 +0.031250000000 +0.033203125000 +0.201171875000 +0.010620117188 +0.008361816406 +0.013427734375 +0.006500244141 +-0.324218750000 +0.194335937500 +-0.059814453125 +0.047851562500 +-0.034179687500 +-0.139648437500 +-0.106933593750 +0.227539062500 +-0.018066406250 +-0.233398437500 +-0.134765625000 +0.018188476562 +0.117187500000 +0.137695312500 +0.024414062500 +0.095214843750 +0.042968750000 +-0.137695312500 +0.020507812500 +-0.016235351562 +-0.498046875000 +0.109863281250 +-1.039062500000 +-0.056884765625 +-0.003036499023 +0.000602722168 +0.037353515625 +0.014282226562 +0.028808593750 +0.051025390625 +-0.069335937500 +0.074218750000 +0.043945312500 +-0.041015625000 +0.040039062500 +0.059082031250 +0.013122558594 +-0.082031250000 +0.046630859375 +0.046386718750 +-0.089355468750 +-0.093261718750 +-0.064453125000 +-0.061767578125 +0.017456054688 +-0.014465332031 +0.081054687500 +-0.007812500000 +-0.101074218750 +-0.237304687500 +-0.042480468750 +-0.008911132812 +-0.153320312500 +-0.145507812500 +0.043945312500 +0.412109375000 +-0.062988281250 +-0.176757812500 +0.115234375000 +-0.022705078125 +-0.009216308594 +0.126953125000 +0.285156250000 +0.088867187500 +-0.066406250000 +-0.060058593750 +-0.129882812500 +-0.191406250000 +0.046630859375 +0.063476562500 +-0.058105468750 +-0.376953125000 +0.048095703125 +0.044189453125 +0.109863281250 +-0.004577636719 +-0.009826660156 +-0.092773437500 +0.057373046875 +0.029785156250 +-0.210937500000 +0.034912109375 +-0.037109375000 +-0.073242187500 +-0.231445312500 +0.028808593750 +-0.439453125000 +0.031738281250 +-0.079589843750 +-0.197265625000 +-0.062255859375 +-0.002075195312 +-0.209960937500 +-0.121582031250 +0.072265625000 +0.056884765625 +0.041015625000 +0.023681640625 +-0.156250000000 +0.029052734375 +-0.109863281250 +0.080566406250 +0.022705078125 +-0.158203125000 +-0.007293701172 +0.032714843750 +-0.111328125000 +-0.151367187500 +0.149414062500 +0.005462646484 +0.007324218750 +-0.074707031250 +-0.004241943359 +-0.046142578125 +-0.091308593750 +-0.105468750000 +-0.070800781250 +0.013732910156 +-0.045410156250 +-0.076660156250 +-0.043457031250 +0.052001953125 +0.009582519531 +-0.034912109375 +-0.040283203125 +0.126953125000 +0.041259765625 +0.182617187500 +-0.055908203125 +0.116210937500 +0.062255859375 +0.029296875000 +0.133789062500 +0.191406250000 +-0.101074218750 +0.099609375000 +-0.030151367188 +0.056884765625 +0.038085937500 +0.114257812500 +0.016357421875 +0.003356933594 +0.114746093750 +-0.359375000000 +-0.191406250000 +0.106933593750 +0.127929687500 +-0.064453125000 +0.131835937500 +0.074218750000 +0.072265625000 +0.044433593750 +0.183593750000 +0.171875000000 +-0.000564575195 +-0.222656250000 +-0.015075683594 +0.245117187500 +0.008239746094 +0.038574218750 +0.048095703125 +-0.316406250000 +0.251953125000 +0.129882812500 +0.112792968750 +-0.238281250000 +-0.077148437500 +-0.396484375000 +-0.060058593750 +-0.009338378906 +-0.020507812500 +0.043212890625 +0.081542968750 +0.138671875000 +-0.371093750000 +0.170898437500 +-0.155273437500 +-0.116210937500 +-0.120117187500 +-0.024658203125 +0.004058837891 +-0.033691406250 +0.087402343750 +-0.101562500000 +-0.012817382812 +-0.318359375000 +-0.027465820312 +-0.090332031250 +0.015991210938 +0.045654296875 +-0.074218750000 +-0.072265625000 +-0.300781250000 +-0.070800781250 +0.179687500000 +0.008483886719 +0.025756835938 +-0.042724609375 +-0.014892578125 +-0.007751464844 +0.018188476562 +0.030273437500 +0.093750000000 +0.072753906250 +-0.071777343750 +0.029296875000 +-0.375000000000 +-0.004791259766 +0.026000976562 +-0.277343750000 +0.077148437500 +0.057128906250 +-0.125000000000 +0.104492187500 +-0.057373046875 +0.079589843750 +0.027954101562 +0.020019531250 +0.031127929688 +0.080566406250 +-0.001197814941 +0.136718750000 +0.015075683594 +-0.038330078125 +-0.031982421875 +-0.011169433594 +-0.112304687500 +0.014587402344 +0.112304687500 +0.023193359375 +-0.053222656250 +-0.061767578125 +-0.050537109375 +-0.035644531250 +-0.012939453125 +0.127929687500 +0.076660156250 +-0.142578125000 +0.065429687500 +0.034179687500 +0.055908203125 +-0.082519531250 +0.011291503906 +-0.003936767578 +-0.104980468750 +0.090332031250 +-0.207031250000 +-0.245117187500 +-0.024047851562 +0.055175781250 +-0.367187500000 +0.138671875000 +-0.150390625000 +0.015991210938 +-0.312500000000 +0.073242187500 +-0.341796875000 +0.207031250000 +0.091308593750 +-0.414062500000 +0.145507812500 +-0.034667968750 +-0.100097656250 +-0.384765625000 +0.058349609375 +-0.135742187500 +0.051757812500 +-0.109375000000 +0.081054687500 +0.139648437500 +0.090820312500 +0.091308593750 +-0.198242187500 +-0.213867187500 +-0.207031250000 +-0.008117675781 +-0.120117187500 +0.049316406250 +-0.141601562500 +-0.008911132812 +-0.184570312500 +0.135742187500 +-0.030151367188 +-0.110839843750 +0.193359375000 +-0.466796875000 +-0.020751953125 +-0.002105712891 +0.046630859375 +0.090820312500 +-0.100585937500 +0.075683593750 +0.009033203125 +0.402343750000 +-0.012023925781 +-0.125976562500 +0.111816406250 +-0.128906250000 +0.078125000000 +-0.149414062500 +0.378906250000 +0.018310546875 +0.015502929688 +0.119628906250 +0.176757812500 +-0.216796875000 +0.369140625000 +-0.279296875000 +0.063476562500 +-0.142578125000 +0.096191406250 +0.263671875000 +-0.196289062500 +-0.046875000000 +-0.010375976562 +0.136718750000 +0.093750000000 +-0.030395507812 +0.028686523438 +0.077148437500 +-0.067871093750 +-0.210937500000 +-0.074707031250 +-0.064453125000 +-0.163085937500 +-0.043457031250 +-0.055175781250 +-0.064453125000 +-0.077148437500 +0.171875000000 +-0.061767578125 +0.036621093750 +-0.168945312500 +0.402343750000 +-0.038818359375 +-0.392578125000 +0.027709960938 +-0.151367187500 +-0.018554687500 +-0.068359375000 +0.174804687500 +-0.023803710938 +-0.542968750000 +-0.043945312500 +-0.519531250000 +0.056396484375 +-0.019409179688 +0.006713867188 +0.023193359375 +-0.045654296875 +0.011169433594 +-0.110351562500 +0.041992187500 +-0.089355468750 +0.042724609375 +-0.038574218750 +0.032958984375 +-0.063964843750 +0.042236328125 +-0.339843750000 +0.071777343750 +0.025878906250 +-0.136718750000 +-0.105468750000 +-0.152343750000 +0.015502929688 +-0.036621093750 +-0.011474609375 +0.053955078125 +-0.016601562500 +0.041992187500 +-0.098632812500 +-0.031982421875 +-0.126953125000 +0.021850585938 +0.028808593750 +0.045654296875 +-0.078125000000 +-0.029663085938 +-0.077148437500 +0.028320312500 +-0.033691406250 +0.038085937500 +-0.206054687500 +-0.068359375000 +-0.119628906250 +-0.225585937500 +-0.116699218750 +-0.093261718750 +0.062988281250 +-0.026245117188 +0.036621093750 +0.014343261719 +0.077636718750 +0.053466796875 +-0.034667968750 +-0.104003906250 +-0.032470703125 +-0.052490234375 +0.035400390625 +-0.000598907471 +0.152343750000 +-0.013305664062 +0.043701171875 +-0.220703125000 +0.030151367188 +-0.040283203125 +0.050048828125 +-0.118164062500 +-0.059814453125 +-0.021850585938 +-0.001045227051 +-0.038330078125 +-0.101074218750 +0.005157470703 +0.000455856323 +-0.008422851562 +0.079101562500 +0.026611328125 +0.014953613281 +0.025024414062 +-0.054931640625 +-0.061767578125 +-0.073730468750 +0.003311157227 +-0.034423828125 +0.064453125000 +0.070800781250 +0.061035156250 +0.022094726562 +0.042724609375 +-0.100097656250 +-0.129882812500 +-0.098144531250 +-0.022460937500 +0.038818359375 +0.170898437500 +-0.001037597656 +-0.054931640625 +-0.055908203125 +0.033203125000 +-0.045166015625 +-0.016235351562 +0.010192871094 +-0.009582519531 +-0.058837890625 +0.068359375000 +0.064941406250 +-0.208007812500 +-0.015747070312 +0.001152038574 +0.039306640625 +-0.049072265625 +-0.043212890625 +0.040771484375 +-0.065917968750 +0.041015625000 +-0.030883789062 +-0.118164062500 +0.136718750000 +-0.122558593750 +-0.108886718750 +0.040527343750 +-0.112304687500 +-0.085937500000 +0.116699218750 +-0.029174804688 +-0.054199218750 +-0.308593750000 +0.020629882812 +0.133789062500 +-0.120117187500 +-0.025268554688 +-0.104003906250 +0.038330078125 +0.005737304688 +-0.091308593750 +-0.019775390625 +0.146484375000 +-0.112304687500 +0.031738281250 +-0.149414062500 +0.062255859375 +-0.025756835938 +0.096191406250 +0.042480468750 +-0.013122558594 +-0.285156250000 +-0.277343750000 +0.064941406250 +-0.061767578125 +-0.126953125000 +-0.151367187500 +-0.112792968750 +0.033935546875 +0.094726562500 +-0.017456054688 +-0.104492187500 +-0.023193359375 +-0.098144531250 +-0.132812500000 +0.145507812500 +0.050048828125 +0.104980468750 +-0.007873535156 +-0.071777343750 +-0.229492187500 +-0.037353515625 +-0.010192871094 +0.088867187500 +0.110839843750 +0.060791015625 +-0.640625000000 +-0.250000000000 +0.171875000000 +0.005828857422 +0.046386718750 +0.055664062500 +-0.033203125000 +-0.032226562500 +0.000267028809 +-0.012878417969 +-0.139648437500 +-0.027954101562 +0.031494140625 +-0.143554687500 +0.269531250000 +0.058349609375 +-0.109863281250 +-0.238281250000 +-0.028930664062 +-0.204101562500 +-0.458984375000 +-0.208007812500 +-0.135742187500 +-0.014343261719 +0.079589843750 +-0.060302734375 +0.008544921875 +0.186523437500 +-0.107910156250 +-0.285156250000 +-0.122070312500 +-0.016845703125 +-0.060791015625 +0.152343750000 +0.054199218750 +0.016723632812 +-0.066894531250 +-0.012268066406 +-0.088378906250 +0.026855468750 +0.066894531250 +0.023437500000 +0.064453125000 +0.166015625000 +0.123046875000 +-0.074218750000 +-0.100097656250 +-0.145507812500 +0.012023925781 +0.119628906250 +-0.092285156250 +-0.056152343750 +0.037353515625 +-0.024414062500 +-0.125000000000 +-0.617187500000 +-0.115722656250 +0.097167968750 +-0.002136230469 +0.037353515625 +0.072265625000 +0.027221679688 +-0.055908203125 +0.068359375000 +-0.048828125000 +0.008239746094 +-0.038330078125 +-0.113281250000 +0.176757812500 +0.000507354736 +-0.093750000000 +-0.001373291016 +0.057617187500 +0.079101562500 +-0.055419921875 +0.036621093750 +-0.132812500000 +0.068359375000 +-0.161132812500 +0.027587890625 +-0.332031250000 +0.029052734375 +0.170898437500 +-0.253906250000 +0.054199218750 +-0.135742187500 +-0.047607421875 +-0.130859375000 +-0.101074218750 +-0.002716064453 +-0.140625000000 +0.001556396484 +-0.048828125000 +-0.259765625000 +0.011657714844 +-0.018188476562 +0.130859375000 +-0.215820312500 +-0.014282226562 +0.067382812500 +-0.054199218750 +-0.049560546875 +-0.061523437500 +0.246093750000 +0.088867187500 +0.055175781250 +-0.089355468750 +0.065917968750 +0.017211914062 +-0.022705078125 +-0.186523437500 +-0.159179687500 +-0.047607421875 +0.119140625000 +-0.133789062500 +-0.238281250000 +0.068359375000 +0.020141601562 +0.032958984375 +0.052734375000 +-0.020263671875 +-0.220703125000 +0.025878906250 +-0.129882812500 +-0.054199218750 +-0.157226562500 +0.137695312500 +-0.175781250000 +0.585937500000 +-0.194335937500 +-0.281250000000 +-0.112792968750 +-0.188476562500 +-0.055908203125 +0.135742187500 +-0.059570312500 +0.033203125000 +-0.082031250000 +-0.119140625000 +0.120605468750 +0.016967773438 +-0.017822265625 +0.178710937500 +0.008666992188 +0.087402343750 +-0.127929687500 +-0.021850585938 +0.063476562500 +-0.158203125000 +-0.168945312500 +0.011901855469 +0.001632690430 +0.000801086426 +-0.029052734375 +-0.081542968750 +0.131835937500 +-0.046630859375 +-0.048583984375 +-0.189453125000 +0.001701354980 +0.014831542969 +-0.112792968750 +0.045410156250 +-0.066406250000 +0.052001953125 +0.171875000000 +-0.031738281250 +0.190429687500 +-0.187500000000 +-0.017211914062 +-0.029663085938 +-0.090820312500 +-0.005615234375 +0.024658203125 +-0.126953125000 +-0.057617187500 +-0.087890625000 +-0.051757812500 +0.133789062500 +0.161132812500 +-0.001358032227 +-0.079589843750 +-0.042968750000 +0.196289062500 +0.022705078125 +-0.024414062500 +-0.707031250000 +0.037841796875 +-0.012145996094 +0.031494140625 +-0.073242187500 +-0.022094726562 +0.092773437500 +-0.035888671875 +0.086425781250 +-0.000621795654 +-0.045654296875 +-0.077636718750 +-0.072265625000 +-0.001312255859 +-0.073730468750 +-0.034423828125 +0.019287109375 +-0.022705078125 +0.043701171875 +0.038330078125 +-0.156250000000 +-0.049804687500 +0.070800781250 +0.036865234375 +-0.055419921875 +0.011657714844 +-0.138671875000 +0.072753906250 +0.003906250000 +-0.080078125000 +0.062988281250 +-0.013000488281 +0.023925781250 +0.048828125000 +-0.011901855469 +-0.120117187500 +-0.030029296875 +0.058349609375 +-0.054931640625 +0.027099609375 +0.219726562500 +0.051269531250 +-0.014831542969 +-0.081542968750 +0.040771484375 +0.051269531250 +0.074707031250 +-0.045898437500 +-0.086914062500 +-0.120117187500 +-0.073730468750 +0.008300781250 +-0.022216796875 +0.027709960938 +-0.067382812500 +0.059326171875 +-0.050781250000 +0.055419921875 +-0.195312500000 +-0.052490234375 +0.125000000000 +-0.176757812500 +-0.077636718750 +0.047607421875 +0.031982421875 +0.021972656250 +-0.118164062500 +-0.030029296875 +-0.055908203125 +-0.275390625000 +-0.140625000000 +0.100585937500 +0.049804687500 +0.043701171875 +-0.034667968750 +-0.132812500000 +0.018554687500 +-0.287109375000 +-0.071289062500 +0.016357421875 +0.060058593750 +0.022827148438 +-0.178710937500 +-0.298828125000 +-0.186523437500 +0.001388549805 +0.075195312500 +-0.145507812500 +0.090332031250 +-0.156250000000 +0.047363281250 +0.104492187500 +0.044921875000 +-0.141601562500 +0.007476806641 +-0.003433227539 +0.004852294922 +-0.029663085938 +-0.105957031250 +-0.069335937500 +-0.190429687500 +-0.228515625000 +-0.071777343750 +0.047607421875 +-0.224609375000 +-0.142578125000 +0.032470703125 +0.047851562500 +0.132812500000 +0.083984375000 +-0.156250000000 +0.088378906250 +0.047851562500 +-0.241210937500 +-0.173828125000 +-0.002639770508 +-0.093750000000 +0.027709960938 +0.177734375000 +0.084960937500 +0.115722656250 +-0.144531250000 +0.116699218750 +0.064453125000 +0.099121093750 +0.062255859375 +0.060058593750 +0.126953125000 +-0.006866455078 +0.037353515625 +-0.486328125000 +-0.059326171875 +-0.145507812500 +-0.140625000000 +0.088867187500 +-0.174804687500 +0.147460937500 +-0.193359375000 +0.039062500000 +-0.285156250000 +-0.176757812500 +-0.023559570312 +-0.349609375000 +0.050781250000 +-0.028686523438 +-0.058349609375 +0.060791015625 +-0.122070312500 +-0.093750000000 +-0.036376953125 +-0.013305664062 +0.009094238281 +-0.014770507812 +0.035888671875 +-0.170898437500 +-0.137695312500 +0.179687500000 +-0.353515625000 +-0.034912109375 +0.125976562500 +0.017822265625 +0.085449218750 +-0.133789062500 +-0.052246093750 +-0.291015625000 +-0.209960937500 +-0.024047851562 +0.069335937500 +-0.082031250000 +-0.135742187500 +-0.238281250000 +-0.032226562500 +-0.269531250000 +-0.166015625000 +-0.375000000000 +-0.146484375000 +0.093261718750 +-0.078613281250 +-0.236328125000 +-0.070312500000 +-0.351562500000 +0.041503906250 +-0.052246093750 +0.068847656250 +0.183593750000 +0.124511718750 +0.114746093750 +-0.091308593750 +-0.010192871094 +-0.050292968750 +-0.117187500000 +0.140625000000 +-0.045410156250 +0.074707031250 +-0.004638671875 +-0.186523437500 +-0.248046875000 +0.166015625000 +-0.291015625000 +-0.359375000000 +-0.314453125000 +0.157226562500 +-0.022705078125 +0.115234375000 +-0.233398437500 +0.163085937500 +0.099609375000 +0.042480468750 +-0.088867187500 +-0.076171875000 +-0.130859375000 +-0.059570312500 +0.036621093750 +0.009094238281 +-0.129882812500 +0.107910156250 +-0.061523437500 +0.019042968750 +0.148437500000 +-0.071289062500 +0.143554687500 +-0.089355468750 +-0.632812500000 +0.024414062500 +0.061767578125 +0.019042968750 +-0.186523437500 +-0.151367187500 +-0.029663085938 +0.018554687500 +-0.003265380859 +0.008056640625 +-0.283203125000 +-0.139648437500 +-0.062011718750 +-0.267578125000 +0.277343750000 +-0.233398437500 +-0.287109375000 +-0.109863281250 +-0.145507812500 +0.077636718750 +-0.088867187500 +-0.126953125000 +0.079101562500 +0.063476562500 +0.148437500000 +-0.151367187500 +-0.091796875000 +-0.002868652344 +0.080078125000 +-0.113769531250 +-0.148437500000 +-0.175781250000 +0.054931640625 +0.076171875000 +-0.074707031250 +0.089843750000 +-0.044433593750 +-0.021972656250 +0.047607421875 +-0.020019531250 +-0.079589843750 +-0.199218750000 +-0.057373046875 +-0.030151367188 +-0.109375000000 +-0.049804687500 +0.015625000000 +-0.015136718750 +-0.000358581543 +-0.133789062500 +-0.089843750000 +0.004119873047 +0.044189453125 +-0.503906250000 +0.030395507812 +-0.132812500000 +0.058105468750 +-0.184570312500 +0.011413574219 +0.018310546875 +0.018554687500 +-0.083984375000 +0.133789062500 +-0.008911132812 +0.246093750000 +-0.027343750000 +-0.077148437500 +-0.116699218750 +0.032958984375 +0.047607421875 +-0.150390625000 +0.129882812500 +0.022216796875 +-0.070800781250 +0.058105468750 +0.046875000000 +0.029907226562 +0.011657714844 +0.068847656250 +0.261718750000 +-0.142578125000 +0.036621093750 +-0.078125000000 +-0.056396484375 +-0.233398437500 +0.069335937500 +0.023193359375 +-0.022460937500 +0.117675781250 +0.070312500000 +-0.088378906250 +0.028198242188 +-0.008605957031 +0.015869140625 +-0.000249862671 +-0.792968750000 +0.077636718750 +-0.326171875000 +-0.093750000000 +-0.367187500000 +-0.199218750000 +-0.165039062500 +-0.136718750000 +-0.380859375000 +-0.218750000000 +-0.080566406250 +-0.156250000000 +-0.076660156250 +0.045898437500 +-0.026000976562 +-0.277343750000 +-0.069335937500 +0.241210937500 +-0.001815795898 +0.086425781250 +-0.086914062500 +0.012084960938 +-0.016235351562 +0.011962890625 +0.130859375000 +-0.075683593750 +0.099121093750 +-0.207031250000 +-0.018676757812 +-0.026977539062 +0.096191406250 +0.222656250000 +-0.043457031250 +-0.058349609375 +0.055175781250 +0.062255859375 +-0.053710937500 +0.052490234375 +0.173828125000 +-0.200195312500 +-0.141601562500 +0.085449218750 +-0.000026464462 +-0.500000000000 +-0.070800781250 +0.183593750000 +0.086425781250 +0.025756835938 +-0.314453125000 +-0.001808166504 +0.095703125000 +0.037109375000 +-0.105957031250 +-0.216796875000 +-0.129882812500 +0.207031250000 +0.069824218750 +0.017456054688 +-0.043701171875 +0.194335937500 +-0.064941406250 +0.020263671875 +0.165039062500 +0.170898437500 +0.051757812500 +-0.191406250000 +-0.065429687500 +0.208007812500 +0.192382812500 +-0.049804687500 +0.039550781250 +0.049072265625 +-0.189453125000 +0.022949218750 +0.019165039062 +0.064453125000 +0.005645751953 +-0.232421875000 +-0.221679687500 +-0.041503906250 +0.070800781250 +-0.030395507812 +0.026245117188 +-0.073242187500 +-0.052978515625 +-0.005249023438 +0.021606445312 +-0.059082031250 +-0.013000488281 +-0.065917968750 +0.079589843750 +0.029541015625 +0.060302734375 +0.223632812500 +0.068847656250 +-0.081542968750 +-0.106933593750 +0.040283203125 +0.009704589844 +-0.028320312500 +-0.081542968750 +0.001174926758 +-0.153320312500 +0.014099121094 +-0.107910156250 +0.007629394531 +-0.164062500000 +0.176757812500 +0.033447265625 +0.066406250000 +-0.094726562500 +-0.144531250000 +0.166992187500 +0.063476562500 +-0.015747070312 +0.043457031250 +-0.016601562500 +-0.061767578125 +-0.094238281250 +-0.062988281250 +-0.171875000000 +-0.032714843750 +0.115234375000 +-0.035400390625 +-0.065429687500 +-0.063964843750 +-0.064453125000 +-0.002258300781 +-0.047119140625 +-0.167968750000 +-0.006958007812 +-0.067871093750 +-0.085937500000 +0.016967773438 +0.019042968750 +-0.024658203125 +-0.096679687500 +0.110839843750 +-0.144531250000 +-0.018432617188 +-0.025390625000 +0.011169433594 +-0.139648437500 +0.020751953125 +-0.039550781250 +-0.096191406250 +-0.027465820312 +0.042236328125 +-0.116210937500 +0.040527343750 +0.040283203125 +0.020996093750 +0.068847656250 +0.035400390625 +0.136718750000 +-0.102539062500 +0.049316406250 +0.028930664062 +0.003814697266 +-0.007507324219 +0.015869140625 +-0.154296875000 +0.023193359375 +-0.028442382812 +0.196289062500 +0.004150390625 +0.095703125000 +-0.134765625000 +0.035400390625 +-0.084960937500 +0.047607421875 +-0.267578125000 +0.015869140625 +-0.049316406250 +0.003082275391 +-0.052246093750 +0.002655029297 +0.010986328125 +-0.020263671875 +-0.200195312500 +-0.324218750000 +-0.033447265625 +0.125976562500 +-0.215820312500 +-0.111328125000 +-0.157226562500 +0.053222656250 +-0.097656250000 +-0.013610839844 +0.057373046875 +0.041992187500 +0.072265625000 +0.061035156250 +-0.047119140625 +0.137695312500 +0.032226562500 +0.006622314453 +0.018066406250 +0.179687500000 +0.034667968750 +-0.172851562500 +-0.138671875000 +0.057128906250 +-0.041503906250 +0.052490234375 +-0.039062500000 +-0.000434875488 +-0.215820312500 +-0.035156250000 +0.178710937500 +-0.222656250000 +-0.119140625000 +-0.012695312500 +-0.302734375000 +0.027954101562 +-0.068359375000 +-0.097167968750 +-0.050048828125 +0.060058593750 +0.023681640625 +0.078125000000 +-0.028930664062 +-0.186523437500 +-0.009826660156 +0.036865234375 +-0.069335937500 +0.142578125000 +0.046630859375 +-0.275390625000 +0.118164062500 +-0.008178710938 +0.167968750000 +-0.070312500000 +-0.014465332031 +0.084960937500 +0.064453125000 +-0.131835937500 +-0.025390625000 +-0.052001953125 +0.010314941406 +-0.088867187500 +-0.021240234375 +0.012145996094 +0.039794921875 +0.149414062500 +-0.093750000000 +0.073242187500 +-0.009338378906 +0.133789062500 +-0.040283203125 +-0.093261718750 +-0.263671875000 +-0.182617187500 +0.072265625000 +0.066406250000 +0.083984375000 +0.061767578125 +0.025878906250 +0.008117675781 +-0.127929687500 +0.035156250000 +0.197265625000 +0.112792968750 +0.044677734375 +-0.005035400391 +-0.386718750000 +-0.314453125000 +0.089843750000 +0.114257812500 +-0.045898437500 +0.125976562500 +-0.141601562500 +0.034912109375 +-0.188476562500 +0.005462646484 +0.140625000000 +0.060791015625 +-0.041503906250 +-0.036132812500 +-0.037109375000 +0.023559570312 +-0.147460937500 +0.039306640625 +-0.070800781250 +-0.113769531250 +-0.115234375000 +0.061279296875 +-0.257812500000 +0.017700195312 +0.081054687500 +0.063964843750 +0.018920898438 +0.007812500000 +0.011535644531 +0.068359375000 +-0.009277343750 +-0.341796875000 +-0.169921875000 +-0.318359375000 +-0.000063419342 +-0.033935546875 +0.084472656250 +-0.038085937500 +-0.142578125000 +-0.169921875000 +-0.052490234375 +0.137695312500 +-0.191406250000 +0.024169921875 +0.023803710938 +-0.167968750000 +-0.056884765625 +0.005828857422 +-0.125976562500 +-0.171875000000 +-0.223632812500 +0.080566406250 +0.044677734375 +-0.088378906250 +-0.137695312500 +-0.257812500000 +0.079101562500 +-0.332031250000 +0.072753906250 +-0.059082031250 +0.067382812500 +0.030029296875 +0.122558593750 +0.152343750000 +-0.065917968750 +-0.644531250000 +0.051513671875 +-0.061279296875 +0.034423828125 +-0.030639648438 +0.251953125000 +0.155273437500 +0.064453125000 +-0.166992187500 +0.068359375000 +0.047607421875 +0.092773437500 +-0.023681640625 +-0.009948730469 +-0.427734375000 +-0.013000488281 +-0.250000000000 +-0.023803710938 +-0.214843750000 +0.034667968750 +-0.554687500000 +-0.213867187500 +0.062255859375 +-0.371093750000 +-0.045410156250 +0.066406250000 +-0.332031250000 +0.009338378906 +0.054199218750 +-0.045654296875 +0.025756835938 +0.076171875000 +-0.244140625000 +0.006866455078 +-0.064941406250 +-0.363281250000 +0.070800781250 +-0.095214843750 +0.035888671875 +0.082519531250 +-0.026000976562 +0.011901855469 +0.046630859375 +-0.189453125000 +0.152343750000 +0.074218750000 +-0.147460937500 +-0.250000000000 +0.075683593750 +0.111816406250 +0.030273437500 +0.236328125000 +0.017578125000 +0.079101562500 +-0.174804687500 +-0.006500244141 +-0.185546875000 +0.150390625000 +0.103027343750 +-0.021606445312 +-0.014404296875 +-0.022338867188 +-0.105957031250 +-0.151367187500 +-0.042968750000 +-0.043457031250 +-0.000221252441 +-0.001998901367 +0.083496093750 +-0.075683593750 +0.080566406250 +0.011596679688 +0.075195312500 +-0.024414062500 +-0.057373046875 +-0.141601562500 +-0.056640625000 +0.094238281250 +-0.169921875000 +-0.114746093750 +-0.083984375000 +0.002670288086 +-0.038574218750 +0.064941406250 +0.250000000000 +-0.028564453125 +-0.045898437500 +-0.179687500000 +0.033447265625 +-0.054199218750 +-0.060791015625 +-0.056640625000 +-0.001007080078 +0.064453125000 +-0.041259765625 +0.042236328125 +0.016235351562 +-0.492187500000 +-0.047363281250 +0.088378906250 +-0.027221679688 +-0.002548217773 +-0.053222656250 +-0.104003906250 +-0.030761718750 +0.003967285156 +0.124511718750 +-0.153320312500 +-0.049316406250 +-0.076171875000 +-0.003540039062 +0.063964843750 +-0.028930664062 +-0.031738281250 +0.078613281250 +0.191406250000 +0.038085937500 +-0.057861328125 +0.101562500000 +0.041503906250 +-0.029663085938 +0.019897460938 +0.081542968750 +0.089355468750 +-0.120117187500 +-0.091308593750 +-0.167968750000 +-0.068359375000 +0.271484375000 +-0.036132812500 +0.056640625000 +-0.337890625000 +0.110351562500 +0.046630859375 +-0.279296875000 +-0.094238281250 +-0.023193359375 +-0.013183593750 +-0.093261718750 +0.000097751617 +-0.222656250000 +-0.126953125000 +0.082519531250 +-0.220703125000 +-0.013366699219 +-0.173828125000 +0.082031250000 +0.173828125000 +0.089355468750 +-0.416015625000 +-0.177734375000 +-0.095214843750 +-0.020996093750 +-0.204101562500 +0.102539062500 +0.042968750000 +-0.462890625000 +0.193359375000 +-0.097167968750 +0.080566406250 +-0.023925781250 +-0.205078125000 +-0.178710937500 +-0.028442382812 +0.150390625000 +-0.033447265625 +-0.024291992188 +-0.363281250000 +-0.133789062500 +0.016357421875 +-0.273437500000 +0.164062500000 +0.037597656250 +0.005249023438 +0.037841796875 +0.032958984375 +0.137695312500 +0.059326171875 +0.001632690430 +-0.082519531250 +-0.042236328125 +-0.257812500000 +0.347656250000 +0.019775390625 +0.306640625000 +-0.004516601562 +-0.169921875000 +0.015075683594 +-0.068359375000 +0.030883789062 +0.180664062500 +-0.267578125000 +0.000307083130 +-0.012145996094 +-0.145507812500 +-0.027465820312 +-0.292968750000 +-0.154296875000 +0.251953125000 +-0.119628906250 +0.193359375000 +0.110351562500 +-0.000659942627 +-0.120605468750 +-0.124023437500 +0.083007812500 +-0.115722656250 +-0.194335937500 +-0.068359375000 +-0.038574218750 +0.086914062500 +-0.114746093750 +-0.216796875000 +0.084960937500 +-0.236328125000 +0.259765625000 +-0.043212890625 +-0.063476562500 +0.102539062500 +0.121093750000 +0.167968750000 +0.079101562500 +0.100585937500 +-0.001983642578 +0.253906250000 +-0.025146484375 +-0.037353515625 +0.071777343750 +-0.237304687500 +0.056396484375 +0.102539062500 +-0.047607421875 +0.054443359375 +-0.119628906250 +0.123535156250 +0.221679687500 +0.005065917969 +-0.053710937500 +0.076660156250 +0.059814453125 +-0.048583984375 +-0.484375000000 +0.194335937500 +-0.324218750000 +-0.099609375000 +-0.093261718750 +0.046386718750 +0.143554687500 +0.087402343750 +0.215820312500 +0.006317138672 +0.132812500000 +-0.180664062500 +0.078125000000 +0.020385742188 +-0.062988281250 +0.192382812500 +0.234375000000 +-0.216796875000 +0.164062500000 +0.275390625000 +0.030883789062 +-0.147460937500 +0.110839843750 +0.073242187500 +0.009399414062 +-0.003936767578 +0.101562500000 +0.219726562500 +0.017700195312 +-0.064453125000 +-0.001953125000 +0.187500000000 +-0.332031250000 +-0.054931640625 +0.026733398438 +0.166992187500 +0.259765625000 +0.332031250000 +-0.137695312500 +0.261718750000 +-0.126953125000 +-0.184570312500 +0.253906250000 +-0.460937500000 +-0.198242187500 +-0.120117187500 +0.225585937500 +-0.020629882812 +-0.203125000000 +-0.103515625000 +0.183593750000 +0.287109375000 +0.265625000000 +-0.005340576172 +0.161132812500 +0.009033203125 +0.267578125000 +0.087890625000 +-0.043457031250 +0.116699218750 +0.230468750000 +0.227539062500 +0.085937500000 +-0.164062500000 +0.230468750000 +-0.068359375000 +-0.119628906250 +0.063476562500 +0.051757812500 +0.022583007812 +-0.014343261719 +0.182617187500 +0.046386718750 +-0.125976562500 +-0.110351562500 +-0.061767578125 +0.087890625000 +-0.047363281250 +-0.121093750000 +0.003555297852 +0.148437500000 +0.208007812500 +-0.073242187500 +0.285156250000 +0.027587890625 +-0.080078125000 +-0.077148437500 +-0.162109375000 +0.031127929688 +0.157226562500 +-0.416015625000 +-0.045898437500 +0.167968750000 +-0.017211914062 +-0.247070312500 +0.081542968750 +-0.120605468750 +-0.055175781250 +0.026123046875 +-0.005401611328 +0.380859375000 +0.250000000000 +0.031494140625 +-0.075683593750 +-0.133789062500 +-0.378906250000 +-0.091308593750 +-0.085449218750 +-0.000747680664 +-0.030639648438 +-0.017089843750 +0.135742187500 +0.043945312500 +-0.012878417969 +-0.131835937500 +0.240234375000 +0.038330078125 +0.117675781250 +0.089843750000 +-0.004669189453 +0.065917968750 +0.055908203125 +-0.281250000000 +0.121582031250 +0.198242187500 +-0.016113281250 +0.096191406250 +0.024169921875 +0.076171875000 +-0.027343750000 +0.018432617188 +-0.127929687500 +-0.289062500000 +0.082031250000 +-0.106445312500 +0.208007812500 +-0.043457031250 +-0.174804687500 +0.035644531250 +0.187500000000 +-0.056396484375 +0.144531250000 +0.000368118286 +-0.039550781250 +0.026855468750 +-0.052734375000 +-0.052734375000 +0.091308593750 +0.029907226562 +0.014465332031 +-0.063476562500 +-0.058837890625 +-0.048583984375 +-0.024902343750 +0.005706787109 +-0.062988281250 +0.002914428711 +0.003540039062 +-0.139648437500 +-0.034423828125 +0.120605468750 +0.059326171875 +-0.000171661377 +-0.070312500000 +-0.063476562500 +0.073242187500 +-0.085937500000 +0.005432128906 +0.036865234375 +-0.146484375000 +0.052978515625 +0.140625000000 +-0.069335937500 +0.027954101562 +0.005187988281 +-0.248046875000 +-0.021972656250 +0.049072265625 +-0.111816406250 +0.005615234375 +0.057617187500 +-0.472656250000 +0.011840820312 +-0.053955078125 +-0.034423828125 +-0.180664062500 +0.038574218750 +-0.094238281250 +0.063964843750 +-0.005523681641 +-0.063964843750 +0.191406250000 +0.060791015625 +0.083007812500 +-0.035644531250 +-0.043212890625 +0.043945312500 +-0.123535156250 +-0.035400390625 +-0.075195312500 +-0.077148437500 +0.174804687500 +-0.035888671875 +-0.036132812500 +0.125000000000 +-0.181640625000 +0.062255859375 +-0.511718750000 +0.023071289062 +0.009033203125 +-0.110839843750 +-0.162109375000 +0.023437500000 +0.011413574219 +0.020507812500 +0.207031250000 +-0.135742187500 +-0.191406250000 +0.107910156250 +-0.086914062500 +0.122070312500 +-0.154296875000 +-0.107421875000 +-0.134765625000 +-0.020263671875 +-0.130859375000 +0.018920898438 +-0.027709960938 +0.127929687500 +-0.077636718750 +-0.086914062500 +0.086425781250 +0.056152343750 +-0.023071289062 +0.025512695312 +-0.179687500000 +-0.082519531250 +-0.018432617188 +0.066406250000 +-0.061767578125 +-0.186523437500 +-0.069824218750 +-0.001251220703 +0.023681640625 +-0.208007812500 +0.051757812500 +-0.026123046875 +-0.001411437988 +0.074707031250 +0.085937500000 +0.121093750000 +0.207031250000 +-0.113281250000 +-0.056152343750 +-0.291015625000 +0.029907226562 +-0.045898437500 +-0.152343750000 +0.052001953125 +0.053710937500 +-0.094726562500 +0.114746093750 +0.001724243164 +-0.007507324219 +0.160156250000 +-0.057861328125 +0.010437011719 +-0.178710937500 +0.001121520996 +0.100585937500 +-0.048828125000 +-0.088378906250 +0.000381469727 +-0.080566406250 +-0.095214843750 +0.037109375000 +0.015441894531 +0.000214576721 +-0.013427734375 +-0.060058593750 +0.004699707031 +0.011413574219 +0.017700195312 +-0.044677734375 +-0.113769531250 +-0.210937500000 +0.132812500000 +0.026367187500 +-0.014160156250 +-0.048339843750 +0.069335937500 +0.059082031250 +0.064941406250 +0.044677734375 +0.080566406250 +-0.041748046875 +-0.048828125000 +-0.229492187500 +-0.008666992188 +0.026000976562 +-0.089355468750 +0.073242187500 +0.054687500000 +0.081542968750 +-0.004058837891 +0.027832031250 +-0.018798828125 +-0.050292968750 +0.050048828125 +0.281250000000 +0.092773437500 +0.052978515625 +-0.140625000000 +-0.125976562500 +0.050781250000 +0.013549804688 +-0.057373046875 +0.081054687500 +-0.061523437500 +-0.018554687500 +0.068847656250 +0.005767822266 +0.107910156250 +-0.002304077148 +0.045410156250 +-0.056396484375 +0.010375976562 +0.216796875000 +0.039794921875 +-1.320312500000 +0.007690429688 +0.047851562500 +0.077636718750 +-0.068847656250 +0.029174804688 +-0.085937500000 +-0.080566406250 +-0.000135421753 +0.047851562500 +0.229492187500 +-0.052734375000 +-0.013244628906 +-0.032958984375 +-0.099121093750 +-0.051269531250 +0.048339843750 +-0.073730468750 +-0.090820312500 +0.161132812500 +0.064941406250 +-0.212890625000 +0.147460937500 +0.085449218750 +0.097656250000 +0.060791015625 +-0.058837890625 +-0.142578125000 +0.079101562500 +-0.022583007812 +-0.012390136719 +-0.097167968750 +-0.100585937500 +-0.233398437500 +-0.101074218750 +0.141601562500 +0.073242187500 +0.112304687500 +-0.287109375000 +-0.139648437500 +0.010864257812 +-0.069824218750 +-0.015319824219 +-0.011535644531 +-0.012451171875 +0.003021240234 +-0.180664062500 +0.097167968750 +0.048583984375 +0.129882812500 +0.100585937500 +-0.116699218750 +-0.161132812500 +-0.045898437500 +-0.292968750000 +-0.124511718750 +-0.055664062500 +0.062500000000 +-0.049316406250 +0.082519531250 +0.198242187500 +-0.001739501953 +0.127929687500 +0.064453125000 +-0.120117187500 +-0.041015625000 +-0.101562500000 +0.023559570312 +0.078613281250 +0.062011718750 +-0.056884765625 +0.134765625000 +0.060546875000 +-0.001953125000 +-0.236328125000 +-0.054443359375 +0.081054687500 +-0.172851562500 +0.103027343750 +-0.026611328125 +-0.133789062500 +0.029785156250 +0.100097656250 +-0.079589843750 +-0.597656250000 +-0.159179687500 +0.013732910156 +0.059814453125 +-0.009033203125 +0.066406250000 +0.084960937500 +-0.498046875000 +0.093750000000 +0.081542968750 +0.104980468750 +0.108398437500 +-0.197265625000 +-0.080078125000 +-0.375000000000 +-0.066894531250 +0.163085937500 +-0.044433593750 +-0.009826660156 +-0.053222656250 +0.003295898438 +0.053710937500 +0.074218750000 +-0.021240234375 +0.228515625000 +0.159179687500 +-0.079101562500 +-0.129882812500 +-0.189453125000 +0.074218750000 +-0.079101562500 +0.000434875488 +0.094726562500 +0.010925292969 +-0.011535644531 +-0.094726562500 +0.158203125000 +-0.180664062500 +0.015625000000 +0.036865234375 +0.171875000000 +0.005554199219 +0.166015625000 +-0.251953125000 +-0.115234375000 +0.148437500000 +-0.075683593750 +-0.244140625000 +0.017944335938 +-0.057373046875 +-0.306640625000 +-0.125000000000 +0.123535156250 +0.007659912109 +0.026611328125 +-0.375000000000 +0.074707031250 +-0.167968750000 +-0.031494140625 +0.102539062500 +-0.085937500000 +-0.013183593750 +0.111816406250 +-0.154296875000 +0.044677734375 +-0.058349609375 +0.125976562500 +-0.102050781250 +0.004425048828 +-0.100097656250 +-0.102050781250 +0.130859375000 +-0.019287109375 +-0.125976562500 +0.168945312500 +0.021606445312 +-0.002075195312 +-0.108886718750 +-0.031250000000 +0.041748046875 +0.074707031250 +0.177734375000 +-0.115722656250 +0.037841796875 +-0.069335937500 +-0.113281250000 +-0.038574218750 +0.126953125000 +-0.118652343750 +-0.150390625000 +-0.016113281250 +-0.149414062500 +0.081542968750 +0.001556396484 +0.007781982422 +-0.087402343750 +-0.012451171875 +0.025390625000 +-0.183593750000 +-0.101074218750 +-0.003845214844 +-0.109375000000 +-0.008789062500 +0.019165039062 +-0.330078125000 +0.082031250000 +0.009643554688 +0.095703125000 +-0.128906250000 +-0.002212524414 +-0.173828125000 +0.089843750000 +-0.183593750000 +-0.333984375000 +0.075683593750 +-0.136718750000 +0.103515625000 +-0.083984375000 +-0.057861328125 +-0.011047363281 +0.043212890625 +0.013732910156 +0.095214843750 +0.026123046875 +-0.049804687500 +-0.177734375000 +0.028442382812 +0.116699218750 +0.047119140625 +-0.062988281250 +-0.038818359375 +0.010131835938 +0.041748046875 +0.009704589844 +0.036376953125 +0.077636718750 +0.031005859375 +-0.065429687500 +-0.020874023438 +-0.006988525391 +-0.051757812500 +0.067871093750 +0.024902343750 +-0.014953613281 +-0.019165039062 +-0.000827789307 +-0.147460937500 +-0.131835937500 +-0.050048828125 +-0.037597656250 +-0.024414062500 +0.021484375000 +0.042968750000 +-0.043212890625 +-0.025756835938 +0.058837890625 +0.170898437500 +0.047119140625 +0.086914062500 +-0.000507354736 +-0.004364013672 +-0.007263183594 +0.044921875000 +-0.015319824219 +0.008972167969 +0.222656250000 +-0.087890625000 +-0.133789062500 +-0.025390625000 +0.045166015625 +0.030151367188 +-0.062255859375 +-0.091796875000 +0.023803710938 +-0.067382812500 +0.119140625000 +-0.081542968750 +0.092773437500 +-0.168945312500 +0.038330078125 +-0.289062500000 +0.176757812500 +0.156250000000 +-0.026733398438 +-0.059570312500 +-0.057861328125 +-0.076171875000 +0.074707031250 +-0.024169921875 +0.060302734375 +0.099609375000 +0.150390625000 +-0.138671875000 +-0.098632812500 +-0.326171875000 +-0.097167968750 +0.003204345703 +0.227539062500 +0.128906250000 +0.324218750000 +-0.205078125000 +-0.157226562500 +0.113769531250 +-0.010009765625 +-0.014160156250 +-0.384765625000 +0.033203125000 +0.003112792969 +0.182617187500 +-0.066406250000 +0.017578125000 +0.006317138672 +-0.125976562500 +0.086914062500 +0.081054687500 +0.011596679688 +-0.182617187500 +0.070312500000 +-0.097656250000 +-0.111328125000 +-0.191406250000 +0.143554687500 +-0.050048828125 +0.105468750000 +-0.028930664062 +-0.061035156250 +-0.027954101562 +-0.045898437500 +-0.156250000000 +0.045410156250 +-0.046142578125 +0.044433593750 +-1.343750000000 +-0.052978515625 +-0.079101562500 +-0.042480468750 +-0.056152343750 +-0.109863281250 +-0.143554687500 +-0.207031250000 +-0.047607421875 +-0.412109375000 +0.005035400391 +0.081054687500 +-0.038330078125 +-0.015991210938 +-0.232421875000 +-0.257812500000 +0.202148437500 +-0.180664062500 +-0.024780273438 +0.076660156250 +-0.099121093750 +-0.185546875000 +-0.068359375000 +-0.083496093750 +-0.082031250000 +-0.176757812500 +0.025634765625 +-0.086425781250 +0.057373046875 +-0.382812500000 +0.380859375000 +0.174804687500 +0.203125000000 +-0.394531250000 +0.150390625000 +-0.031005859375 +-0.082031250000 +-0.076171875000 +0.082031250000 +-0.003997802734 +0.204101562500 +0.071289062500 +-0.034667968750 +-0.365234375000 +-0.019165039062 +0.034667968750 +0.112792968750 +0.108886718750 +-0.091308593750 +0.019897460938 +0.159179687500 +-0.059082031250 +0.167968750000 +0.028320312500 +-0.039062500000 +0.092285156250 +-0.079589843750 +-0.033935546875 +-0.351562500000 +-0.004913330078 +0.068359375000 +-0.048339843750 +0.079101562500 +-0.058105468750 +-0.190429687500 +0.136718750000 +0.093261718750 +0.224609375000 +0.106445312500 +-0.043457031250 +0.042480468750 +0.006378173828 +-0.145507812500 +-0.175781250000 +-0.292968750000 +0.119628906250 +-0.021362304688 +-0.044921875000 +-0.095703125000 +0.062988281250 +-0.110839843750 +-0.023559570312 +0.043701171875 +-0.103515625000 +0.034179687500 +-0.034912109375 +0.016967773438 +-0.057861328125 +0.251953125000 +0.002975463867 +-0.027832031250 +0.004791259766 +-0.085937500000 +-0.041748046875 +-0.078125000000 +0.016601562500 +0.006927490234 +-0.003890991211 +-0.004272460938 +-0.018066406250 +-0.519531250000 +-0.043212890625 +-0.079589843750 +-0.019775390625 +-0.026000976562 +0.027587890625 +-0.136718750000 +0.080566406250 +0.008056640625 +0.058105468750 +0.059326171875 +0.017089843750 +-0.032226562500 +-0.232421875000 +0.004333496094 +0.018676757812 +0.085937500000 +0.009765625000 +-0.078613281250 +-0.038085937500 +-0.049804687500 +0.051513671875 +-0.251953125000 +-0.159179687500 +-0.136718750000 +0.221679687500 +-0.041259765625 +-0.163085937500 +-0.011047363281 +0.034179687500 +0.009460449219 +-0.056640625000 +-0.158203125000 +0.055419921875 +-0.394531250000 +-0.179687500000 +-0.009887695312 +-0.078613281250 +0.231445312500 +-0.275390625000 +0.394531250000 +-0.042724609375 +-0.178710937500 +-0.223632812500 +-0.072265625000 +-0.291015625000 +-0.228515625000 +-0.055419921875 +-0.371093750000 +-0.196289062500 +0.186523437500 +-0.228515625000 +-0.033935546875 +-0.060302734375 +-0.045166015625 +0.033935546875 +-0.184570312500 +0.028076171875 +0.094238281250 +0.074218750000 +0.102539062500 +-0.147460937500 +0.083496093750 +-0.222656250000 +0.218750000000 +-0.241210937500 +-0.341796875000 +0.236328125000 +-0.035888671875 +-0.000843048096 +-0.160156250000 +-0.291015625000 +-0.114746093750 +0.173828125000 +-0.238281250000 +0.061523437500 +-0.002838134766 +0.093750000000 +0.022094726562 +0.046875000000 +0.209960937500 +0.218750000000 +-0.251953125000 +0.001213073730 +0.079589843750 +-0.083984375000 +-0.367187500000 +-0.045166015625 +0.131835937500 +-0.025146484375 +-0.050048828125 +0.215820312500 +0.349609375000 +0.136718750000 +-0.025634765625 +0.259765625000 +0.020141601562 +-0.011413574219 +0.001571655273 +-0.013610839844 +0.070312500000 +-0.102539062500 +-0.166992187500 +-0.049560546875 +0.014770507812 +-0.051513671875 +0.140625000000 +-0.048095703125 +-0.004058837891 +0.023315429688 +-0.102050781250 +-0.176757812500 +-0.010986328125 +-0.157226562500 +0.062988281250 +0.002105712891 +-0.098632812500 +-0.071289062500 +0.077148437500 +0.053710937500 +0.001182556152 +0.157226562500 +0.057373046875 +-0.613281250000 +0.046630859375 +-0.292968750000 +-0.008605957031 +0.070312500000 +-0.017578125000 +0.056152343750 +0.175781250000 +0.087890625000 +0.038330078125 +-0.024658203125 +-0.249023437500 +-0.054687500000 +-0.004364013672 +0.025268554688 +-0.105957031250 +0.102050781250 +-0.408203125000 +-0.172851562500 +0.035156250000 +0.024169921875 +-0.142578125000 +0.116210937500 +-0.043945312500 +-0.108886718750 +-0.040039062500 +0.022827148438 +0.123535156250 +0.029174804688 +-0.068359375000 +-0.060546875000 +0.049804687500 +0.015380859375 +0.109375000000 +-0.089843750000 +-0.147460937500 +0.059082031250 +0.351562500000 +0.002487182617 +0.101074218750 +0.031494140625 +-0.072265625000 +-0.173828125000 +-0.077636718750 +0.206054687500 +0.053955078125 +0.103027343750 +-0.166992187500 +-0.211914062500 +-0.065429687500 +0.115722656250 +-0.032470703125 +-0.045166015625 +-0.207031250000 +0.211914062500 +-0.145507812500 +0.041748046875 +0.087890625000 +-0.033447265625 +-0.241210937500 +0.053222656250 +-0.127929687500 +0.128906250000 +0.058593750000 +0.214843750000 +0.144531250000 +0.074707031250 +-0.285156250000 +0.133789062500 +0.089843750000 +-0.032470703125 +0.184570312500 +-0.347656250000 +-0.209960937500 +-0.154296875000 +0.100585937500 +-0.562500000000 +0.119628906250 +0.019897460938 +-0.003616333008 +0.146484375000 +-0.094726562500 +-0.006652832031 +0.174804687500 +0.187500000000 +-0.085449218750 +-0.046875000000 +-0.212890625000 +-0.031250000000 +0.090820312500 +0.057617187500 +0.118164062500 +-0.083496093750 +0.064941406250 +0.182617187500 +0.164062500000 +0.173828125000 +-0.035888671875 +-0.084960937500 +0.086425781250 +-0.045898437500 +0.096679687500 +0.029663085938 +-0.021850585938 +0.018920898438 +-0.002700805664 +-0.105468750000 +0.050292968750 +-0.107910156250 +0.011169433594 +-0.054199218750 +-0.039062500000 +0.027954101562 +-0.039306640625 +0.033447265625 +0.060546875000 +-0.032714843750 +-0.130859375000 +0.090332031250 +-0.048583984375 +-0.001739501953 +-0.166992187500 +-0.015014648438 +-0.028320312500 +-0.009704589844 +-0.040527343750 +-0.267578125000 +-0.039794921875 +0.117675781250 +0.024902343750 +-0.175781250000 +-0.034179687500 +-0.049072265625 +-0.190429687500 +0.005981445312 +0.091796875000 +-0.016113281250 +-0.019165039062 +0.017700195312 +-0.161132812500 +0.019653320312 +-0.028442382812 +0.033203125000 +0.043945312500 +0.003540039062 +-0.017944335938 +-0.206054687500 +-0.022827148438 +0.074218750000 +-0.056640625000 +-0.062011718750 +0.093750000000 +-0.017333984375 +-0.111816406250 +0.079101562500 +0.040771484375 +0.034912109375 +-0.141601562500 +0.142578125000 +-0.036376953125 +-0.166992187500 +-0.051513671875 +0.061035156250 +0.018798828125 +-0.118164062500 +0.051269531250 +0.014709472656 +0.058105468750 +-0.017333984375 +0.013305664062 +-0.102539062500 +0.015625000000 +0.075195312500 +-0.005554199219 +0.097167968750 +-0.044677734375 +0.007934570312 +-0.006622314453 +0.032958984375 +-0.058593750000 +-0.124511718750 +-0.019653320312 +-0.017211914062 +-0.158203125000 +-0.027221679688 +-0.062988281250 +0.058349609375 +0.261718750000 +0.012817382812 +-0.036132812500 +0.046142578125 +0.014648437500 +-0.593750000000 +-0.062500000000 +0.065429687500 +-0.009948730469 +-0.072265625000 +0.035644531250 +0.008300781250 +0.048583984375 +-0.146484375000 +-0.116210937500 +-0.049804687500 +-0.123046875000 +-0.118164062500 +-0.004547119141 +-0.028564453125 +0.016113281250 +0.015136718750 +-0.265625000000 +0.277343750000 +-0.031127929688 +-0.021728515625 +0.129882812500 +0.014892578125 +-0.034912109375 +0.102050781250 +-0.096679687500 +-0.083496093750 +-0.232421875000 +0.008239746094 +0.072753906250 +-0.056884765625 +-0.099609375000 +0.137695312500 +-0.132812500000 +-0.068847656250 +-0.018188476562 +-0.002960205078 +0.285156250000 +-0.098144531250 +-0.122558593750 +0.109375000000 +-0.273437500000 +0.208984375000 +0.130859375000 +-0.170898437500 +0.095214843750 +0.021850585938 +-0.142578125000 +0.105957031250 +-0.226562500000 +0.049560546875 +0.186523437500 +0.056152343750 +0.021484375000 +-0.092285156250 +0.122070312500 +0.113281250000 +-0.028076171875 +-0.104492187500 +-0.153320312500 +0.039550781250 +-0.131835937500 +0.058349609375 +-0.123535156250 +-0.462890625000 +0.004058837891 +-0.049804687500 +-0.000984191895 +-0.058593750000 +-0.081542968750 +0.192382812500 +-0.082031250000 +-0.010864257812 +-0.251953125000 +-0.054199218750 +-0.191406250000 +0.142578125000 +-0.133789062500 +-0.079589843750 +0.100585937500 +-0.024780273438 +0.117675781250 +-0.392578125000 +-0.013854980469 +0.306640625000 +-0.165039062500 +-0.076660156250 +0.113281250000 +-0.187500000000 +-0.031005859375 +0.113281250000 +-0.316406250000 +-0.009216308594 +0.015197753906 +-0.056640625000 +0.081054687500 +-0.007934570312 +0.398437500000 +-0.029541015625 +-0.071777343750 +-0.073730468750 +-0.202148437500 +-0.005157470703 +-0.306640625000 +-0.023071289062 +0.112304687500 +-0.511718750000 +-0.178710937500 +-0.078613281250 +-0.008300781250 +0.020263671875 +0.203125000000 +-0.054199218750 +0.145507812500 +0.012023925781 +-0.101074218750 +0.056152343750 +0.110839843750 +0.045898437500 +0.396484375000 +-0.078613281250 +-0.210937500000 +-0.060302734375 +-0.029907226562 +0.031127929688 +-0.075195312500 +-0.195312500000 +0.028198242188 +-0.443359375000 +0.012695312500 +-0.184570312500 +0.047363281250 +-0.141601562500 +0.075195312500 +-0.029541015625 +-0.042968750000 +-0.225585937500 +-0.133789062500 +-0.116699218750 +-0.103515625000 +0.015502929688 +0.093750000000 +0.037109375000 +0.010437011719 +-0.025390625000 +-0.554687500000 +-0.035644531250 +-0.091796875000 +-0.013244628906 +0.355468750000 +0.188476562500 +0.020263671875 +-0.046875000000 +0.076660156250 +0.013854980469 +-0.093261718750 +-0.181640625000 +0.079101562500 +-0.209960937500 +0.123046875000 +0.056396484375 +-0.193359375000 +-0.018676757812 +-0.157226562500 +0.185546875000 +0.030395507812 +-0.022094726562 +-0.011047363281 +0.176757812500 +-0.144531250000 +-0.296875000000 +-0.308593750000 +-0.070312500000 +-0.025878906250 +0.053955078125 +0.022705078125 +-0.049072265625 +0.074218750000 +0.185546875000 +-0.058593750000 +0.029541015625 +0.031738281250 +0.033935546875 +-0.067871093750 +0.128906250000 +-0.287109375000 +0.102050781250 +-0.202148437500 +0.052001953125 +0.038330078125 +0.017089843750 +-0.091308593750 +0.167968750000 +-0.144531250000 +-0.070312500000 +-0.050537109375 +-0.076171875000 +-0.181640625000 +-0.123535156250 +0.069824218750 +-0.032958984375 +0.104003906250 +0.011169433594 +-0.172851562500 +0.086914062500 +-0.052001953125 +0.021240234375 +-0.052734375000 +-0.079101562500 +-0.060791015625 +0.088378906250 +0.134765625000 +-0.104492187500 +-0.176757812500 +-0.130859375000 +-0.133789062500 +-0.241210937500 +-0.006927490234 +0.132812500000 +0.208984375000 +0.083984375000 +-0.177734375000 +0.170898437500 +-0.056884765625 +-0.007171630859 +-0.476562500000 +0.034667968750 +0.118652343750 +0.056396484375 +-0.236328125000 +-0.004882812500 +0.142578125000 +0.199218750000 +-0.093750000000 +-0.271484375000 +0.146484375000 +0.003601074219 +0.179687500000 +-0.166015625000 +0.048095703125 +-0.141601562500 +0.157226562500 +-0.143554687500 +0.012084960938 +0.124023437500 +-0.086425781250 +0.102539062500 +0.060791015625 +-0.013000488281 +0.073242187500 +-0.169921875000 +-0.138671875000 +-0.043457031250 +0.006256103516 +-0.312500000000 +-0.054687500000 +-0.228515625000 +0.005554199219 +0.177734375000 +-0.121093750000 +-0.044189453125 +-0.166015625000 +-0.093750000000 +0.195312500000 +0.121582031250 +0.038818359375 +0.081542968750 +-0.279296875000 +0.203125000000 +0.089355468750 +0.029052734375 +0.006347656250 +-0.099121093750 +0.104003906250 +0.084472656250 +0.022949218750 +-0.292968750000 +0.306640625000 +-0.285156250000 +0.045898437500 +-0.117675781250 +-0.101074218750 +-0.128906250000 +-0.095214843750 +-0.053955078125 +-0.019897460938 +0.238281250000 +0.183593750000 +-0.048828125000 +0.210937500000 +0.058593750000 +-0.001472473145 +-0.120117187500 +-0.184570312500 +0.004669189453 +-0.034179687500 +0.147460937500 +-0.027465820312 +0.008544921875 +-0.122558593750 +-0.010314941406 +-0.029785156250 +0.013488769531 +0.011230468750 +-0.033691406250 +0.006469726562 +-0.017822265625 +0.027832031250 +0.079589843750 +-0.014892578125 +0.017211914062 +-0.081542968750 +0.113281250000 +0.092285156250 +-0.183593750000 +0.137695312500 +-0.006408691406 +0.031738281250 +-0.000337600708 +-0.053955078125 +0.007598876953 +-0.014038085938 +-0.079589843750 +-0.004028320312 +0.018798828125 +0.031494140625 +-0.066894531250 +-0.152343750000 +-0.032714843750 +0.075195312500 +-0.075195312500 +-0.040283203125 +-0.023193359375 +-0.051513671875 +0.027832031250 +0.004150390625 +0.013061523438 +0.101562500000 +-0.124023437500 +0.044677734375 +0.109375000000 +0.134765625000 +0.128906250000 +-0.106933593750 +-0.034423828125 +-0.092285156250 +-0.072753906250 +0.026611328125 +-0.037841796875 +-0.050292968750 +0.094726562500 +-0.065917968750 +-0.070800781250 +0.126953125000 +0.045654296875 +-0.023559570312 +0.105468750000 +-0.028686523438 +0.003295898438 +-0.111328125000 +0.124511718750 +-0.041015625000 +0.034179687500 +-0.146484375000 +-0.106445312500 +-0.063964843750 +-0.075195312500 +-0.050048828125 +0.184570312500 +0.038574218750 +0.003341674805 +0.122070312500 +-0.073242187500 +0.030273437500 +-0.005035400391 +0.008300781250 +0.090820312500 +-0.279296875000 +-0.239257812500 +-0.359375000000 +-0.045898437500 +-0.001235961914 +0.010192871094 +0.061035156250 +0.030517578125 +0.096679687500 +-0.036132812500 +0.079101562500 +0.031250000000 +-0.009033203125 +0.048339843750 +-0.235351562500 +-0.030639648438 +-0.112792968750 +0.026733398438 +0.009460449219 +-0.067382812500 +-0.070800781250 +-0.121582031250 +0.115234375000 +-0.151367187500 +0.032226562500 +0.104492187500 +0.059082031250 +0.123046875000 +0.233398437500 +0.159179687500 +0.116699218750 +-0.145507812500 +-0.060058593750 +-0.166015625000 +0.125000000000 +0.021728515625 +-0.162109375000 +0.248046875000 +-0.016357421875 +0.030029296875 +0.020019531250 +-0.020751953125 +0.009216308594 +0.020629882812 +-0.054443359375 +-0.204101562500 +-0.014343261719 +0.208984375000 +0.035888671875 +-0.003723144531 +-0.175781250000 +0.052490234375 +-0.030883789062 +-0.154296875000 +0.103027343750 +-0.028564453125 +-0.084472656250 +0.041992187500 +-0.008728027344 +-0.115234375000 +-0.062255859375 +-0.008483886719 +0.044433593750 +0.095703125000 +0.168945312500 +-0.155273437500 +0.111328125000 +-0.061523437500 +0.040771484375 +0.028076171875 +-0.439453125000 +0.060058593750 +-0.010437011719 +-0.296875000000 +0.010009765625 +-0.015991210938 +-0.283203125000 +-0.033447265625 +-0.154296875000 +0.133789062500 +0.122558593750 +0.055175781250 +-0.052490234375 +0.019531250000 +0.032714843750 +-0.010986328125 +0.070312500000 +-0.149414062500 +-0.089843750000 +-0.380859375000 +-0.077148437500 +-0.041259765625 +0.090332031250 +-0.056152343750 +0.204101562500 +0.005493164062 +-0.114746093750 +0.161132812500 +-0.183593750000 +-0.017211914062 +-0.021606445312 +-0.067382812500 +0.052001953125 +-0.093750000000 +-0.086425781250 +0.047607421875 +-0.082031250000 +-0.063964843750 +-0.040283203125 +-0.210937500000 +-0.406250000000 +0.023803710938 +0.007019042969 +-0.055175781250 +0.013977050781 +0.020385742188 +0.249023437500 +-0.096679687500 +-0.008361816406 +-0.163085937500 +-0.070312500000 +-0.083007812500 +-0.038574218750 +0.043701171875 +-0.090820312500 +-0.140625000000 +0.195312500000 +-0.186523437500 +0.102050781250 +-0.287109375000 +-0.000499725342 +-0.003829956055 +0.025756835938 +0.281250000000 +0.142578125000 +0.235351562500 +0.048583984375 +0.269531250000 +0.116699218750 +-0.154296875000 +-0.343750000000 +-0.117187500000 +-0.156250000000 +-0.005798339844 +0.055419921875 +-0.006683349609 +-0.246093750000 +-0.181640625000 +-0.210937500000 +0.227539062500 +0.061035156250 +0.096191406250 +-0.005096435547 +0.251953125000 +0.038085937500 +-0.078613281250 +0.178710937500 +-0.095214843750 +0.060058593750 +-0.121582031250 +0.136718750000 +0.080566406250 +0.010131835938 +0.100097656250 +0.069335937500 +0.113281250000 +0.113281250000 +0.044921875000 +0.039550781250 +0.154296875000 +-0.251953125000 +0.131835937500 +0.014282226562 +0.036376953125 +-0.025390625000 +-0.201171875000 +0.018066406250 +-0.527343750000 +0.203125000000 +-0.253906250000 +0.103515625000 +0.020141601562 +0.090820312500 +-0.332031250000 +-0.016357421875 +0.015869140625 +0.155273437500 +-0.059082031250 +-0.326171875000 +-0.060791015625 +-0.029663085938 +-0.187500000000 +0.034179687500 +-0.337890625000 +-0.249023437500 +0.170898437500 +0.086914062500 +-0.164062500000 +0.225585937500 +0.011230468750 +0.008911132812 +-0.269531250000 +0.100585937500 +-0.193359375000 +-0.406250000000 +-0.091308593750 +0.211914062500 +0.197265625000 +0.188476562500 +-0.129882812500 +-0.248046875000 +0.226562500000 +0.113281250000 +0.223632812500 +-0.222656250000 +-0.046142578125 +-0.106445312500 +-0.009765625000 +0.077636718750 +-0.230468750000 +0.228515625000 +0.054931640625 +0.066406250000 +-0.129882812500 +-0.015502929688 +-0.114257812500 +-0.052001953125 +0.113281250000 +0.084472656250 +-0.108886718750 +0.161132812500 +-0.072265625000 +0.161132812500 +-0.003723144531 +0.202148437500 +0.135742187500 +-0.042968750000 +-0.028686523438 +-0.057373046875 +-0.120605468750 +-0.011901855469 +-0.201171875000 +0.053466796875 +-0.104003906250 +0.162109375000 +0.124511718750 +0.216796875000 +-0.125976562500 +0.056884765625 +-0.004699707031 +0.002349853516 +-0.041748046875 +0.128906250000 +0.060791015625 +-0.043701171875 +-0.240234375000 +0.155273437500 +-0.096191406250 +-0.322265625000 +0.134765625000 +0.126953125000 +-0.451171875000 +0.137695312500 +-0.175781250000 +-0.007110595703 +0.103515625000 +0.146484375000 +-0.114746093750 +-0.170898437500 +0.003097534180 +-0.061523437500 +-0.100585937500 +-0.060058593750 +0.008666992188 +-0.231445312500 +0.165039062500 +0.106933593750 +0.213867187500 +-0.253906250000 +-0.087402343750 +0.080566406250 +-0.136718750000 +0.096679687500 +0.062011718750 +0.164062500000 +-0.016723632812 +-0.119140625000 +0.041015625000 +-0.208984375000 +0.015625000000 +0.015869140625 +-0.168945312500 +-0.040039062500 +0.080566406250 +0.083007812500 +-0.225585937500 +0.070800781250 +-0.024169921875 +0.110839843750 +0.281250000000 +0.061523437500 +-0.026855468750 +0.031250000000 +0.156250000000 +-0.076660156250 +-0.047607421875 +-0.363281250000 +0.049560546875 +-0.015197753906 +0.104492187500 +-0.013549804688 +0.020141601562 +-0.028442382812 +0.071777343750 +-0.219726562500 +-0.033691406250 +0.028198242188 +0.092285156250 +-0.062011718750 +-0.141601562500 +-0.492187500000 +-0.169921875000 +-0.084960937500 +0.086914062500 +0.097656250000 +-0.091308593750 +-0.220703125000 +0.011901855469 +0.125976562500 +-0.058349609375 +0.015197753906 +0.133789062500 +-0.216796875000 +-0.035400390625 +-0.075683593750 +-0.121582031250 +-0.110351562500 +0.010864257812 +0.005432128906 +0.048828125000 +-0.003723144531 +-0.519531250000 +-0.019409179688 +-0.172851562500 +0.208007812500 +0.087890625000 +0.092773437500 +-0.017089843750 +0.094726562500 +-0.125000000000 +-0.009155273438 +-0.109375000000 +-0.081542968750 +-0.027221679688 +0.052490234375 +-0.177734375000 +-0.126953125000 +0.191406250000 +0.007385253906 +-0.020507812500 +-0.235351562500 +-0.030517578125 +-0.050292968750 +0.091796875000 +-0.190429687500 +0.052001953125 +-0.067871093750 +0.096679687500 +0.141601562500 +0.121582031250 +-0.283203125000 +0.175781250000 +-0.029663085938 +-0.178710937500 +-0.057128906250 +0.026733398438 +0.077148437500 +-0.347656250000 +-0.153320312500 +-0.030639648438 +0.055908203125 +0.017211914062 +-0.287109375000 +-0.137695312500 +-0.132812500000 +-0.322265625000 +-0.055664062500 +-0.049316406250 +-0.073242187500 +0.250000000000 +-0.095214843750 +-0.200195312500 +-0.027954101562 +0.345703125000 +0.069824218750 +-0.053466796875 +0.094238281250 +-0.093750000000 +-0.226562500000 +-0.194335937500 +-0.152343750000 +-0.147460937500 +-0.153320312500 +-0.014099121094 +0.041015625000 +0.040527343750 +-0.030761718750 +-0.116699218750 +-0.026123046875 +0.189453125000 +0.013305664062 +-0.191406250000 +0.032470703125 +0.145507812500 +-0.148437500000 +0.050781250000 +0.199218750000 +-0.096191406250 +0.192382812500 +-0.191406250000 +0.034667968750 +0.088378906250 +0.046142578125 +0.088867187500 +-0.151367187500 +-0.013305664062 +0.138671875000 +-0.092773437500 +-0.160156250000 +0.010559082031 +-0.326171875000 +0.030395507812 +-0.098632812500 +-0.225585937500 +-0.184570312500 +-0.180664062500 +-0.064453125000 +-0.085449218750 +0.054443359375 +-0.046630859375 +-0.021240234375 +0.027465820312 +0.109863281250 +-0.015258789062 +0.060791015625 +-0.177734375000 +-0.800781250000 +-0.082519531250 +0.050781250000 +-0.285156250000 +0.052246093750 +-0.009094238281 +-0.170898437500 +-0.090332031250 +-0.019775390625 +0.267578125000 +0.068359375000 +0.130859375000 +0.007171630859 +-0.097167968750 +0.036376953125 +0.026123046875 +-0.077148437500 +-0.093261718750 +0.045410156250 +-0.015258789062 +-0.022338867188 +-0.020507812500 +0.073242187500 +-0.034912109375 +-0.009765625000 +-0.013366699219 +-0.044921875000 +0.115234375000 +-0.021850585938 +0.014709472656 +-0.054931640625 +0.161132812500 +-0.211914062500 +0.009338378906 +-0.015869140625 +-0.117675781250 +-0.312500000000 +0.062011718750 +0.190429687500 +-0.013793945312 +-0.172851562500 +0.086425781250 +-0.041748046875 +0.013977050781 +-1.500000000000 +0.091308593750 +0.065429687500 +-0.079101562500 +-0.225585937500 +0.277343750000 +-0.132812500000 +0.243164062500 +0.105468750000 +-0.078613281250 +-0.064453125000 +-0.143554687500 +0.097167968750 +-0.078613281250 +-0.074218750000 +-0.035888671875 +0.100585937500 +0.051269531250 +-0.267578125000 +0.251953125000 +-0.000226020813 +-0.347656250000 +0.022949218750 +0.169921875000 +0.171875000000 +-0.008850097656 +0.037353515625 +0.066894531250 +0.373046875000 +0.082031250000 +0.031494140625 +-0.031494140625 +0.160156250000 +-0.057373046875 +-0.202148437500 +0.024902343750 +0.071289062500 +0.086425781250 +0.070312500000 +0.164062500000 +0.066406250000 +0.251953125000 +-0.063476562500 +0.220703125000 +0.030883789062 +-0.203125000000 +0.224609375000 +-0.136718750000 +0.236328125000 +-0.067871093750 +0.075195312500 +0.089355468750 +-0.013610839844 +0.042968750000 +-0.146484375000 +0.070312500000 +-0.046386718750 +0.033691406250 +0.020385742188 +0.076171875000 +0.072753906250 +-0.046386718750 +0.043945312500 +0.273437500000 +0.005249023438 +-0.063964843750 +-0.302734375000 +-0.259765625000 +-0.028442382812 +-0.209960937500 +-0.067871093750 +-0.353515625000 +0.158203125000 +0.038574218750 +0.097656250000 +0.095703125000 +-0.074707031250 +0.006652832031 +0.189453125000 +-0.269531250000 +0.024047851562 +0.076171875000 +0.019653320312 +-0.003372192383 +-0.012939453125 +0.153320312500 +-0.098144531250 +0.026367187500 +0.369140625000 +-0.021606445312 +-0.211914062500 +0.038818359375 +-0.139648437500 +-0.738281250000 +0.214843750000 +0.130859375000 +-0.046142578125 +0.013854980469 +-0.006072998047 +0.164062500000 +-0.273437500000 +-0.107910156250 +-0.235351562500 +0.031005859375 +-0.000398635864 +0.012512207031 +0.033935546875 +0.079589843750 +0.018310546875 +-0.125976562500 +0.170898437500 +-0.129882812500 +-0.008483886719 +-0.104980468750 +-0.390625000000 +-1.117187500000 +0.103515625000 +-0.199218750000 +0.091308593750 +-0.054931640625 +0.148437500000 +0.058593750000 +0.115722656250 +0.041992187500 +0.171875000000 +0.245117187500 +0.369140625000 +-0.058349609375 +0.008483886719 +-0.048339843750 +-0.173828125000 +0.007171630859 +-0.001342773438 +-0.004882812500 +-0.129882812500 +0.113769531250 +0.022460937500 +-0.158203125000 +-0.027099609375 +0.060058593750 +-0.142578125000 +0.032470703125 +0.032958984375 +-0.040527343750 +-0.049804687500 +0.040039062500 +0.020629882812 +-0.100097656250 +-0.035644531250 +-0.367187500000 +-0.107910156250 +-0.001899719238 +0.056396484375 +-0.081054687500 +-0.046386718750 +0.020874023438 +-0.018676757812 +0.023315429688 +-0.019287109375 +-0.045166015625 +0.017089843750 +-0.056884765625 +0.014953613281 +-0.142578125000 +-0.035156250000 +-0.023559570312 +0.064453125000 +0.006683349609 +-0.047851562500 +-0.163085937500 +-0.060058593750 +-0.013427734375 +0.040771484375 +0.016479492188 +-0.005249023438 +-0.147460937500 +-0.002746582031 +0.028198242188 +-0.126953125000 +-0.071289062500 +0.090332031250 +-0.033447265625 +0.048583984375 +-0.043701171875 +-0.060546875000 +0.083984375000 +-0.059082031250 +0.125976562500 +0.023437500000 +0.025146484375 +-0.102050781250 +0.076660156250 +-0.069335937500 +-0.566406250000 +0.013427734375 +0.025146484375 +0.003906250000 +0.009521484375 +-0.137695312500 +0.167968750000 +-0.025146484375 +0.124511718750 +0.039794921875 +0.043701171875 +-0.140625000000 +-0.141601562500 +0.105957031250 +0.124023437500 +-0.122558593750 +-0.294921875000 +0.136718750000 +0.063964843750 +0.061279296875 +-0.188476562500 +0.113281250000 +-0.613281250000 +-0.074707031250 +0.195312500000 +-0.108886718750 +0.193359375000 +-0.209960937500 +-0.060302734375 +0.051269531250 +-0.094726562500 +0.035156250000 +-0.150390625000 +-0.039550781250 +-0.141601562500 +0.226562500000 +-0.003036499023 +0.015380859375 +0.176757812500 +0.093750000000 +0.034179687500 +-0.021606445312 +0.028320312500 +-0.218750000000 +-0.178710937500 +0.015991210938 +0.086914062500 +0.062988281250 +-0.040771484375 +0.050537109375 +0.034179687500 +-0.042724609375 +0.040283203125 +0.034667968750 +-0.051269531250 +-0.084960937500 +0.090332031250 +-0.484375000000 +0.096679687500 +0.005218505859 +0.118652343750 +0.060302734375 +-0.203125000000 +-0.009826660156 +-0.152343750000 +-0.091796875000 +-0.076171875000 +0.113769531250 +0.010314941406 +0.018310546875 +-0.158203125000 +-0.133789062500 +-0.163085937500 +-0.092285156250 +0.119140625000 +0.157226562500 +0.019165039062 +0.025756835938 +-0.105957031250 +-0.062988281250 +0.008666992188 +0.033203125000 +-0.063476562500 +0.085449218750 +0.058837890625 +-0.066894531250 +-0.275390625000 +-0.056884765625 +-0.023071289062 +-0.005920410156 +-0.150390625000 +-0.208007812500 +0.137695312500 +0.070800781250 +-0.197265625000 +0.016357421875 +-0.018310546875 +-0.045410156250 +-0.151367187500 +-0.051025390625 +-0.104980468750 +-0.009521484375 +0.038818359375 +0.130859375000 +-0.157226562500 +0.053222656250 +-0.110839843750 +-0.263671875000 +0.052734375000 +0.143554687500 +-0.063964843750 +0.045654296875 +-0.044189453125 +0.067382812500 +0.029541015625 +-0.161132812500 +-0.110351562500 +0.070800781250 +0.097167968750 +-0.494140625000 +-0.091796875000 +0.025146484375 +-0.132812500000 +0.028442382812 +0.191406250000 +-0.051269531250 +-0.119628906250 +0.103515625000 +-0.208984375000 +0.037109375000 +-0.010681152344 +0.021606445312 +0.239257812500 +-0.069335937500 +-0.020141601562 +0.103515625000 +-0.028564453125 +0.203125000000 +-0.036621093750 +0.048095703125 +0.271484375000 +0.041503906250 +0.036865234375 +-0.233398437500 +-0.043212890625 +-0.069824218750 +-0.073242187500 +-0.118164062500 +-0.105468750000 +-0.084960937500 +-0.051757812500 +-0.107910156250 +0.023559570312 +0.097167968750 +-0.094238281250 +-0.038330078125 +-0.074218750000 +0.103515625000 +-0.005554199219 +-0.013916015625 +0.064453125000 +0.083496093750 +-0.002120971680 +0.129882812500 +0.082519531250 +0.071777343750 +0.077148437500 +0.070312500000 +-0.043945312500 +0.005889892578 +-1.257812500000 +-0.097656250000 +-0.151367187500 +-0.096679687500 +-0.000370025635 +0.073242187500 +-0.382812500000 +-0.116210937500 +-0.503906250000 +-0.036376953125 +-0.008422851562 +-0.029663085938 +-0.240234375000 +-0.003158569336 +-0.028198242188 +-0.195312500000 +-0.056396484375 +0.067871093750 +0.300781250000 +0.219726562500 +0.016601562500 +-0.085937500000 +-0.172851562500 +-0.040771484375 +0.001998901367 +-0.029785156250 +-0.159179687500 +-0.043212890625 +0.033447265625 +0.209960937500 +0.067382812500 +-0.106445312500 +0.020996093750 +-0.048828125000 +-0.112304687500 +-0.030151367188 +-0.175781250000 +-0.002120971680 +-0.115722656250 +-0.013366699219 +0.076660156250 +-0.085937500000 +0.017578125000 +-0.070800781250 +-0.001228332520 +-0.122070312500 +0.024658203125 +0.026000976562 +-0.001533508301 +0.202148437500 +0.275390625000 +0.112792968750 +-0.087890625000 +0.224609375000 +0.067382812500 +0.084472656250 +0.285156250000 +0.004089355469 +-0.115722656250 +-0.137695312500 +0.130859375000 +0.020996093750 +0.214843750000 +-0.086914062500 +0.037353515625 +-0.177734375000 +0.178710937500 +0.161132812500 +0.037353515625 +0.165039062500 +0.128906250000 +-0.060791015625 +-0.275390625000 +0.087402343750 +-0.012023925781 +0.173828125000 +-0.076171875000 +-0.057861328125 +-0.056152343750 +0.184570312500 +0.040039062500 +-0.090820312500 +0.144531250000 +-0.134765625000 +-0.058593750000 +0.312500000000 +0.031982421875 +-0.012207031250 +-0.049072265625 +0.031494140625 +0.178710937500 +-0.107910156250 +-0.015014648438 +-0.609375000000 +-0.008911132812 +-0.040283203125 +-0.145507812500 +0.187500000000 +0.027954101562 +-0.027709960938 +0.092773437500 +-0.367187500000 +-0.004577636719 +0.022094726562 +0.066406250000 +0.081542968750 +0.062255859375 +-0.227539062500 +-0.055175781250 +-0.269531250000 +0.058837890625 +-0.009765625000 +-0.170898437500 +-0.079589843750 +-0.001029968262 +-0.273437500000 +0.036376953125 +-0.000499725342 +0.036376953125 +0.214843750000 +0.043945312500 +-0.070800781250 +-0.067871093750 +-0.029296875000 +0.054687500000 +-0.193359375000 +0.071289062500 +-0.000305175781 +-0.014770507812 +-0.004211425781 +-0.253906250000 +-0.046386718750 +0.042480468750 +0.005493164062 +0.017944335938 +0.095703125000 +0.010253906250 +-0.038085937500 +-0.220703125000 +-0.142578125000 +-0.515625000000 +0.151367187500 +-0.082519531250 +-0.118164062500 +0.235351562500 +0.028564453125 +0.058837890625 +0.002624511719 +-0.087890625000 +0.024536132812 +0.179687500000 +-0.000373840332 +-0.129882812500 +-0.206054687500 +-0.046630859375 +-0.102050781250 +-0.095703125000 +-0.204101562500 +0.099121093750 +-0.056396484375 +0.021606445312 +-0.026367187500 +-0.025268554688 +0.087890625000 +-0.137695312500 +0.110839843750 +-0.527343750000 +-0.060058593750 +0.100097656250 +-0.007019042969 +0.088867187500 +0.093750000000 +-0.065917968750 +-0.486328125000 +0.101562500000 +0.012268066406 +-0.039306640625 +0.229492187500 +0.111816406250 +-0.171875000000 +0.089355468750 +-0.111328125000 +0.071777343750 +0.079101562500 +0.024536132812 +0.171875000000 +-0.019165039062 +-0.376953125000 +-0.008056640625 +0.035644531250 +-0.078613281250 +-0.189453125000 +0.206054687500 +-0.134765625000 +-0.009582519531 +-0.084472656250 +0.026489257812 +0.200195312500 +0.058349609375 +-0.064941406250 +-0.165039062500 +-0.161132812500 +-0.161132812500 +0.089843750000 +0.078613281250 +-0.271484375000 +0.071777343750 +0.068359375000 +0.032470703125 +-0.191406250000 +0.084472656250 +0.001197814941 +-0.025634765625 +-0.247070312500 +-0.091308593750 +0.111816406250 +-0.189453125000 +-0.085449218750 +0.068359375000 +-0.124511718750 +-0.240234375000 +0.217773437500 +0.066894531250 +-0.089843750000 +-0.224609375000 +-0.228515625000 +0.024658203125 +0.130859375000 +-0.099121093750 +-0.066406250000 +-0.038085937500 +-0.063964843750 +0.047607421875 +0.232421875000 +0.222656250000 +-0.008911132812 +-0.041259765625 +-0.125000000000 +0.013488769531 +0.072753906250 +-0.086425781250 +0.188476562500 +-1.046875000000 +0.189453125000 +0.150390625000 +-0.190429687500 +0.074707031250 +0.109863281250 +0.285156250000 +0.125000000000 +0.068359375000 +-0.589843750000 +-0.073730468750 +-0.131835937500 +-0.036865234375 +-0.120117187500 +-0.023193359375 +0.144531250000 +0.004455566406 +0.089843750000 +-0.092285156250 +0.083984375000 +-0.281250000000 +-0.519531250000 +-0.937500000000 +-0.127929687500 +-0.055419921875 +0.082031250000 +0.017333984375 +0.059326171875 +-0.104492187500 +0.042968750000 +-0.096191406250 +0.010498046875 +0.039794921875 +0.316406250000 +0.145507812500 +-0.097656250000 +-0.071289062500 +-0.007812500000 +0.081542968750 +-0.027832031250 +-0.059570312500 +0.243164062500 +-0.052001953125 +-0.208984375000 +-0.083984375000 +-0.225585937500 +-0.061279296875 +-0.296875000000 +-0.098632812500 +-0.180664062500 +0.208007812500 +0.065429687500 +0.062255859375 +0.029052734375 +0.020019531250 +-0.073242187500 +-0.098144531250 +0.066894531250 +-0.220703125000 +0.032958984375 +0.136718750000 +0.013366699219 +-0.223632812500 +-0.302734375000 +-0.231445312500 +-0.024047851562 +-0.156250000000 +-0.022827148438 +-0.149414062500 +-0.075683593750 +-0.056884765625 +-0.055664062500 +-0.104980468750 +-0.086425781250 +0.013183593750 +0.046875000000 +-0.064453125000 +-0.083496093750 +-0.089843750000 +0.012451171875 +0.019042968750 +-0.104003906250 +0.067382812500 +-0.138671875000 +-0.207031250000 +-0.246093750000 +-0.147460937500 +0.099609375000 +0.080078125000 +-0.077148437500 +-0.011779785156 +0.052490234375 +-0.163085937500 +0.012817382812 +-0.191406250000 +-0.110839843750 +0.092773437500 +0.125000000000 +-0.109375000000 +0.095214843750 +-0.176757812500 +-0.053955078125 +0.061035156250 +0.045410156250 +0.129882812500 +0.066894531250 +-0.131835937500 +-0.076660156250 +0.016601562500 +0.071289062500 +0.051513671875 +0.005737304688 +-0.169921875000 +0.101562500000 +-0.009521484375 +0.119140625000 +-0.161132812500 +-0.024047851562 +0.028564453125 +0.034667968750 +0.090820312500 +-0.209960937500 +-0.156250000000 +0.024169921875 +0.053710937500 +0.021362304688 +0.049804687500 +0.096191406250 +-0.119140625000 +0.035156250000 +0.094238281250 +-0.084472656250 +0.119140625000 +-0.155273437500 +-0.052490234375 +0.176757812500 +0.161132812500 +0.063476562500 +0.227539062500 +-0.239257812500 +-0.088378906250 +-0.035888671875 +0.109863281250 +-0.047607421875 +0.255859375000 +0.072753906250 +0.055664062500 +0.178710937500 +-0.191406250000 +-0.062988281250 +-0.129882812500 +-0.022460937500 +-0.200195312500 +0.062988281250 +0.115234375000 +-0.003845214844 +0.139648437500 +-0.072753906250 +0.240234375000 +-0.006835937500 +0.141601562500 +0.168945312500 +-0.156250000000 +0.043701171875 +0.062011718750 +-0.032226562500 +-0.055175781250 +0.115234375000 +-0.185546875000 +-0.285156250000 +-0.273437500000 +-0.079589843750 +0.058593750000 +0.410156250000 +0.029541015625 +0.194335937500 +-0.894531250000 +0.039550781250 +-0.048583984375 +-0.125000000000 +0.041503906250 +-0.291015625000 +-0.063964843750 +-0.047851562500 +-0.988281250000 +-0.228515625000 +0.009094238281 +-0.125000000000 +0.071289062500 +0.090820312500 +0.265625000000 +0.201171875000 +-0.021972656250 +-0.308593750000 +-0.074707031250 +-0.041503906250 +0.050781250000 +0.035888671875 +0.257812500000 +0.134765625000 +-0.020874023438 +0.055175781250 +0.060791015625 +-0.244140625000 +0.068847656250 +0.020629882812 +-0.241210937500 +-0.738281250000 +-0.195312500000 +-0.027587890625 +-0.043945312500 +0.308593750000 +-0.229492187500 +-0.000207901001 +0.145507812500 +-1.476562500000 +0.029052734375 +0.165039062500 +-0.107421875000 +-0.158203125000 +-0.200195312500 +-0.096191406250 +-0.032714843750 +0.097167968750 +0.044921875000 +0.018432617188 +0.056396484375 +0.047851562500 +-0.287109375000 +0.029174804688 +0.124511718750 +-0.018188476562 +-0.175781250000 +0.220703125000 +-0.363281250000 +0.076171875000 +-0.005615234375 +-0.246093750000 +0.025634765625 +0.029174804688 +-0.216796875000 +-0.369140625000 +-0.038574218750 +0.077148437500 +-0.074707031250 +-0.162109375000 +0.052978515625 +0.261718750000 +0.097167968750 +0.043701171875 +-0.230468750000 +-0.357421875000 +-0.251953125000 +0.111328125000 +-0.182617187500 +0.117187500000 +-0.289062500000 +-0.113281250000 +-0.138671875000 +0.132812500000 +-0.184570312500 +0.075683593750 +-0.183593750000 +-0.230468750000 +-0.008850097656 +-0.045410156250 +0.073730468750 +-0.055664062500 +0.082519531250 +0.087890625000 +0.335937500000 +0.005615234375 +-0.158203125000 +-0.062988281250 +-0.076660156250 +0.234375000000 +-0.012695312500 +-0.192382812500 +0.156250000000 +-0.188476562500 +0.108398437500 +0.081054687500 +-0.019897460938 +-0.267578125000 +-0.083496093750 +0.080566406250 +-0.155273437500 +-0.306640625000 +-0.216796875000 +-0.013549804688 +-0.139648437500 +0.067871093750 +-0.185546875000 +0.096191406250 +-0.054199218750 +-0.034423828125 +0.010314941406 +-0.046386718750 +-0.071289062500 +-0.083007812500 +-0.098632812500 +-0.197265625000 +-0.145507812500 +-0.363281250000 +0.049560546875 +0.050292968750 +0.062255859375 +-0.031738281250 +0.092773437500 +-0.028076171875 +-0.118652343750 +0.476562500000 +-0.048095703125 +-0.269531250000 +0.004852294922 +-0.248046875000 +0.046142578125 +-0.089355468750 +0.086425781250 +0.100097656250 +-0.051025390625 +-0.061767578125 +-0.546875000000 +0.118164062500 +-0.065429687500 +0.017089843750 +0.025512695312 +-0.041259765625 +0.040527343750 +-0.351562500000 +0.014099121094 +0.026855468750 +-0.059570312500 +-0.080078125000 +-0.041503906250 +0.066894531250 +0.013916015625 +-0.421875000000 +0.036376953125 +0.052246093750 +-0.058837890625 +0.098632812500 +0.183593750000 +0.128906250000 +-0.081054687500 +-0.026611328125 +0.083496093750 +-0.079589843750 +0.067382812500 +0.153320312500 +-0.108398437500 +0.049072265625 +-0.218750000000 +0.067382812500 +-0.018432617188 +0.255859375000 +0.019897460938 +-0.074218750000 +-0.018920898438 +-0.114257812500 +0.019775390625 +-0.107910156250 +0.279296875000 +-0.106933593750 +-0.221679687500 +-0.003906250000 +-0.099121093750 +0.070312500000 +0.020019531250 +-0.083496093750 +0.015869140625 +-0.069335937500 +-0.006683349609 +0.142578125000 +-0.194335937500 +-0.103027343750 +0.016357421875 +0.075683593750 +0.135742187500 +0.237304687500 +-0.069335937500 +0.078613281250 +0.005981445312 +0.082519531250 +-0.010681152344 +0.036865234375 +-0.223632812500 +-0.035644531250 +-0.024902343750 +0.071777343750 +-0.068359375000 +-0.106933593750 +-0.097656250000 +-0.144531250000 +-0.034667968750 +0.051513671875 +-0.196289062500 +-0.000137329102 +0.019409179688 +0.081542968750 +0.014709472656 +0.086425781250 +-0.069824218750 +-0.002807617188 +-0.079101562500 +-0.091308593750 +-0.049560546875 +0.000865936279 +-0.054931640625 +-0.070800781250 +-0.082519531250 +-0.124511718750 +-0.101562500000 +0.128906250000 +0.020141601562 +-0.080566406250 +-0.129882812500 +0.016723632812 +-0.035644531250 +-0.022460937500 +-0.337890625000 +0.081542968750 +-0.182617187500 +-0.177734375000 +0.019409179688 +-0.078613281250 +-0.223632812500 +-0.251953125000 +0.007995605469 +-0.178710937500 +-0.034179687500 +-0.080566406250 +0.038574218750 +0.089843750000 +-0.169921875000 +0.032226562500 +-0.091308593750 +-0.119628906250 +-0.054199218750 +0.016967773438 +0.191406250000 +-0.046142578125 +0.035400390625 +-0.024047851562 +0.012451171875 +0.088867187500 +-0.292968750000 +-0.148437500000 +0.126953125000 +-0.132812500000 +-0.136718750000 +-0.066406250000 +-0.022094726562 +0.027465820312 +-0.187500000000 +-0.079101562500 +0.026123046875 +0.246093750000 +0.143554687500 +-0.035888671875 +0.128906250000 +-0.097656250000 +-0.096679687500 +-0.102539062500 +0.090820312500 +0.109375000000 +-0.018432617188 +0.078613281250 +-0.081542968750 +-0.211914062500 +-0.030395507812 +-0.056640625000 +-0.114257812500 +-0.047363281250 +0.228515625000 +0.109375000000 +-0.008178710938 +-0.146484375000 +-0.035644531250 +-0.041015625000 +0.203125000000 +0.094726562500 +0.223632812500 +-0.017944335938 +-0.048583984375 +0.098144531250 +0.006591796875 +0.061523437500 +-0.017211914062 +0.125976562500 +-0.083496093750 +-0.376953125000 +0.129882812500 +0.026367187500 +0.064453125000 +0.067871093750 +0.357421875000 +-0.077636718750 +-0.056396484375 +0.100097656250 +0.117675781250 +0.090332031250 +0.085937500000 +-0.198242187500 +-0.003311157227 +0.075195312500 +-0.135742187500 +0.006896972656 +-0.005126953125 +-0.179687500000 +-0.041503906250 +-0.259765625000 +-0.066406250000 +0.089355468750 +0.030639648438 +-0.055419921875 +-0.043212890625 +0.070800781250 +0.229492187500 +-0.181640625000 +-0.275390625000 +-0.220703125000 +0.035644531250 +0.012084960938 +0.083984375000 +0.063964843750 +-0.001884460449 +0.259765625000 +-0.030517578125 +-0.080566406250 +0.052490234375 +-0.095703125000 +0.206054687500 +-0.155273437500 +0.101562500000 +0.015625000000 +-0.021362304688 +-0.043457031250 +-0.106933593750 +-0.043701171875 +0.002670288086 +-0.018676757812 +0.139648437500 +0.055908203125 +-0.117187500000 +-1.070312500000 +-0.072265625000 +-0.232421875000 +0.151367187500 +0.077636718750 +-0.087890625000 +-0.061279296875 +-0.017700195312 +0.060302734375 +-0.539062500000 +-0.275390625000 +-0.294921875000 +-0.052001953125 +-0.093750000000 +0.173828125000 +-0.117675781250 +-0.119628906250 +0.088378906250 +0.023803710938 +-0.040771484375 +-0.020141601562 +-0.112304687500 +-0.105957031250 +0.093261718750 +0.114746093750 +-0.067871093750 +0.109375000000 +0.225585937500 +0.000755310059 +-0.167968750000 +-0.203125000000 +-0.018432617188 +0.043457031250 +-0.084960937500 +0.110351562500 +-0.145507812500 +-0.020874023438 +-0.069335937500 +-0.038085937500 +0.001174926758 +0.144531250000 +-0.021850585938 +-0.115722656250 +0.174804687500 +-0.004730224609 +-0.106445312500 +-0.177734375000 +-0.064941406250 +-0.041015625000 +0.089355468750 +0.090332031250 +0.024291992188 +0.236328125000 +0.007812500000 +-0.048583984375 +-0.052246093750 +-0.204101562500 +0.032226562500 +-0.390625000000 +0.042480468750 +-0.125000000000 +-0.039062500000 +-0.012634277344 +-0.144531250000 +0.105468750000 +-0.011230468750 +-0.277343750000 +-0.047607421875 +-0.185546875000 +-0.029052734375 +0.037109375000 +0.117187500000 +-0.055175781250 +0.163085937500 +-0.042236328125 +-0.380859375000 +0.235351562500 +-0.150390625000 +-0.106933593750 +-0.105957031250 +-0.082519531250 +0.030761718750 +-0.139648437500 +0.066894531250 +-0.196289062500 +-0.062500000000 +0.015869140625 +0.333984375000 +-0.031738281250 +0.049560546875 +-0.060302734375 +-0.052978515625 +0.180664062500 +0.037109375000 +0.107421875000 +-0.031738281250 +0.175781250000 +0.044189453125 +0.005920410156 +-0.082519531250 +0.176757812500 +-0.257812500000 +-0.384765625000 +0.287109375000 +-0.060791015625 +0.041748046875 +-0.015991210938 +-0.062988281250 +-0.046875000000 +-0.200195312500 +-0.925781250000 +0.028320312500 +-0.104492187500 +0.088867187500 +0.134765625000 +-0.808593750000 +-0.205078125000 +0.214843750000 +-0.289062500000 +-0.015869140625 +-0.137695312500 +-0.359375000000 +0.120605468750 +0.185546875000 +0.055664062500 +0.044677734375 +0.107421875000 +-0.075195312500 +-0.149414062500 +0.116699218750 +0.005371093750 +-1.257812500000 +-0.000126838684 +0.007629394531 +-0.005096435547 +-0.251953125000 +-0.069824218750 +-1.132812500000 +0.249023437500 +-0.038574218750 +0.018920898438 +0.121582031250 +0.037597656250 +-0.062988281250 +0.006469726562 +-0.051025390625 +0.037353515625 +0.138671875000 +-0.009155273438 +-0.013916015625 +-0.037353515625 +-0.169921875000 +-0.076660156250 +0.035400390625 +0.073242187500 +-0.084960937500 +-0.059814453125 +0.085937500000 +0.104003906250 +0.056884765625 +0.042480468750 +0.002197265625 +0.029541015625 +-0.049560546875 +-0.032714843750 +0.181640625000 +-0.167968750000 +-0.084960937500 +-0.001762390137 +-0.087890625000 +0.073242187500 +0.044433593750 +0.007202148438 +0.010253906250 +-0.056396484375 +0.028930664062 +-0.022216796875 +0.024902343750 +0.072753906250 +0.214843750000 +0.261718750000 +0.052001953125 +-0.010864257812 +-0.142578125000 +0.005157470703 +0.025146484375 +-0.091308593750 +-0.111328125000 +0.012329101562 +0.083496093750 +-0.092773437500 +0.007507324219 +-0.142578125000 +-0.099121093750 +0.027465820312 +0.189453125000 +0.059814453125 +0.174804687500 +-0.326171875000 +-0.177734375000 +0.106445312500 +0.180664062500 +0.133789062500 +-0.089843750000 +-0.291015625000 +-0.061279296875 +-0.084960937500 +-0.129882812500 +-0.080566406250 +0.007537841797 +-0.020751953125 +-0.092285156250 +-0.031982421875 +-0.263671875000 +-0.104003906250 +-0.185546875000 +0.000006377697 +0.166015625000 +-0.028686523438 +0.095703125000 +-0.060058593750 +0.016723632812 +0.138671875000 +0.075195312500 +-0.277343750000 +-0.098632812500 +-0.134765625000 +-0.076171875000 +0.100097656250 +-0.153320312500 +-0.081054687500 +0.020996093750 +0.002349853516 +0.054443359375 +0.001396179199 +-0.056884765625 +-0.092773437500 +0.187500000000 +0.003967285156 +-0.048339843750 +-0.247070312500 +-0.092285156250 +0.118652343750 +0.102050781250 +-0.056152343750 +-0.016235351562 +0.082031250000 +-0.215820312500 +-0.100585937500 +-0.017211914062 +-0.225585937500 +-0.118652343750 +0.051513671875 +0.016723632812 +0.159179687500 +0.039062500000 +0.003097534180 +-0.108886718750 +0.064941406250 +0.016845703125 +-0.017700195312 +-0.149414062500 +-0.041748046875 +-0.071289062500 +0.004455566406 +0.004241943359 +0.124511718750 +0.057373046875 +0.000146865845 +-0.133789062500 +-0.097656250000 +-0.035400390625 +-0.228515625000 +-0.363281250000 +-0.073730468750 +-0.259765625000 +-0.265625000000 +0.099121093750 +-0.115722656250 +0.063476562500 +0.125000000000 +-0.057861328125 +-0.081054687500 +0.072753906250 +-0.034912109375 +-0.178710937500 +0.071777343750 +-0.043457031250 +-0.223632812500 +-0.041259765625 +0.060546875000 +0.066406250000 +-0.041748046875 +0.045166015625 +0.002273559570 +-0.072753906250 +0.251953125000 +0.023803710938 +0.017944335938 +-0.139648437500 +0.006744384766 +-0.263671875000 +-0.074218750000 +0.077636718750 +-0.251953125000 +-0.339843750000 +0.003967285156 +0.058105468750 +0.259765625000 +-0.546875000000 +0.099609375000 +-0.179687500000 +0.089355468750 +-0.048583984375 +-0.357421875000 +-0.032226562500 +0.194335937500 +0.000801086426 +-0.032958984375 +0.027587890625 +0.048095703125 +-0.009643554688 +-0.076660156250 +-0.021850585938 +-0.094726562500 +-0.318359375000 +-0.040039062500 +0.080078125000 +0.024414062500 +-0.037841796875 +-0.184570312500 +0.066406250000 +0.246093750000 +-0.013549804688 +0.003723144531 +0.095214843750 +0.120117187500 +-0.002731323242 +0.098144531250 +0.088378906250 +-0.203125000000 +-0.094726562500 +-0.111328125000 +-0.042724609375 +0.075195312500 +-0.265625000000 +0.128906250000 +0.044921875000 +0.040527343750 +-0.047363281250 +-0.154296875000 +0.008605957031 +-0.066406250000 +0.091796875000 +-0.075195312500 +-0.117187500000 +-0.107910156250 +-0.294921875000 +0.085937500000 +-0.017211914062 +0.189453125000 +0.022338867188 +-0.067871093750 +-0.085449218750 +-0.053955078125 +0.024291992188 +0.036132812500 +-0.047607421875 +0.031005859375 +-0.070800781250 +-0.232421875000 +-0.203125000000 +-0.042236328125 +-0.335937500000 +0.044921875000 +-0.151367187500 +0.001480102539 +0.039062500000 +-0.102050781250 +-0.026733398438 +-0.081054687500 +-0.053955078125 +0.119628906250 +-0.055419921875 +0.105957031250 +-0.046386718750 +0.001411437988 +-0.117187500000 +0.129882812500 +-0.037353515625 +-0.088378906250 +0.039062500000 +0.058837890625 +-0.185546875000 +0.082031250000 +0.006195068359 +-0.054687500000 +-0.075683593750 +-0.090820312500 +-0.096679687500 +-0.486328125000 +0.086425781250 +0.165039062500 +0.041992187500 +-0.070312500000 +0.121093750000 +-0.550781250000 +-0.066894531250 +0.144531250000 +-0.156250000000 +-0.000113964081 +-0.078125000000 +-0.040527343750 +-0.093261718750 +-0.333984375000 +0.320312500000 +0.137695312500 +0.335937500000 +-0.061767578125 +-0.064941406250 +0.097167968750 +-0.061035156250 +-0.095703125000 +-0.123046875000 +-0.082519531250 +-0.118164062500 +-0.104492187500 +-0.140625000000 +0.052246093750 +-0.061767578125 +-0.053710937500 +0.032714843750 +0.150390625000 +0.306640625000 +-0.166992187500 +-0.102050781250 +-0.003646850586 +0.135742187500 +0.030029296875 +0.052001953125 +-0.022338867188 +0.021728515625 +-0.016357421875 +0.082031250000 +0.067871093750 +0.033203125000 +-0.447265625000 +-0.107910156250 +-0.894531250000 +-0.062500000000 +-1.195312500000 +0.106933593750 +0.163085937500 +-0.271484375000 +-0.183593750000 +-0.191406250000 +-0.255859375000 +-0.129882812500 +-0.061767578125 +-0.043212890625 +0.003524780273 +0.106933593750 +0.062255859375 +-0.216796875000 +-0.099121093750 +0.143554687500 +-0.053710937500 +0.072265625000 +-0.088867187500 +0.000911712646 +-0.039794921875 +-0.029541015625 +-0.020019531250 +0.058105468750 +-0.113281250000 +-0.178710937500 +-0.020019531250 +-0.027832031250 +0.000938415527 +-0.004699707031 +-0.150390625000 +-0.115722656250 +0.070800781250 +0.095214843750 +0.125976562500 +0.052734375000 +0.066894531250 +-0.128906250000 +-0.033447265625 +0.093261718750 +0.046875000000 +-0.160156250000 +-0.092285156250 +0.168945312500 +-0.082031250000 +0.005096435547 +-0.019897460938 +0.170898437500 +0.093261718750 +0.049560546875 +0.160156250000 +-0.281250000000 +-0.065429687500 +0.008300781250 +0.122070312500 +0.019042968750 +0.007507324219 +0.039306640625 +-0.007873535156 +-0.011047363281 +0.312500000000 +-0.027221679688 +0.020629882812 +-0.054687500000 +0.059082031250 +0.220703125000 +0.099121093750 +-0.018066406250 +-0.084472656250 +0.125976562500 +0.023925781250 +-0.320312500000 +-0.091308593750 +-0.012756347656 +0.000850677490 +-0.012451171875 +-0.005859375000 +0.066894531250 +0.009887695312 +-0.152343750000 +-0.151367187500 +0.036376953125 +0.036132812500 +-0.094238281250 +-0.009399414062 +0.005645751953 +0.078125000000 +-0.056396484375 +0.003173828125 +-0.081054687500 +-0.142578125000 +0.135742187500 +-0.248046875000 +-0.009948730469 +0.003967285156 +-0.155273437500 +-0.046142578125 +0.009216308594 +0.067871093750 +0.055419921875 +-0.119628906250 +-0.002243041992 +-0.322265625000 +-0.067871093750 +0.189453125000 +-0.080566406250 +-0.024047851562 +-0.133789062500 +-0.003738403320 +-0.118652343750 +0.043701171875 +0.283203125000 +0.066894531250 +0.046630859375 +0.045166015625 +-0.018554687500 +0.108886718750 +-0.156250000000 +-0.016479492188 +-0.134765625000 +0.292968750000 +0.168945312500 +-0.028198242188 +0.318359375000 +-0.123046875000 +-0.039306640625 +-0.169921875000 +-0.100097656250 +0.093750000000 +-0.084472656250 +0.152343750000 +0.024902343750 +0.121093750000 +-0.116210937500 +0.013488769531 +-0.570312500000 +0.056152343750 +0.149414062500 +-0.065917968750 +-0.261718750000 +0.154296875000 +-0.013732910156 +0.021606445312 +-0.137695312500 +-0.120117187500 +0.102539062500 +-0.058593750000 +-0.007995605469 +-0.002578735352 +-0.546875000000 +0.001396179199 +0.062988281250 +0.160156250000 +-0.056884765625 +-0.030273437500 +-0.012023925781 +-0.035644531250 +-0.145507812500 +0.053955078125 +-0.014465332031 +0.044433593750 +-0.012817382812 +0.107910156250 +0.127929687500 +0.140625000000 +-0.087402343750 +0.154296875000 +-0.023925781250 +0.089355468750 +-0.269531250000 +0.047119140625 +-0.004119873047 +-0.103027343750 +0.044189453125 +-0.037109375000 +0.057128906250 +-0.043945312500 +-0.105957031250 +0.077148437500 +0.026000976562 +-0.101562500000 +-0.150390625000 +-0.255859375000 +-0.153320312500 +0.219726562500 +-0.030273437500 +-0.049316406250 +0.208007812500 +0.026733398438 +0.073242187500 +-0.166015625000 +-0.004241943359 +0.050537109375 +0.138671875000 +-0.102539062500 +-0.092285156250 +-0.207031250000 +-0.092773437500 +-0.218750000000 +0.066406250000 +-0.107421875000 +-0.431640625000 +-0.028930664062 +0.047851562500 +-0.255859375000 +0.016845703125 +-0.182617187500 +0.149414062500 +-0.179687500000 +0.026977539062 +-0.075195312500 +-0.052978515625 +0.021118164062 +0.098632812500 +-0.077148437500 +0.017700195312 +0.140625000000 +0.001304626465 +-0.123535156250 +0.140625000000 +0.007995605469 +0.061767578125 +0.068847656250 +-0.363281250000 +-0.125976562500 +0.009094238281 +-0.061767578125 +-0.221679687500 +-0.001113891602 +-0.003067016602 +0.235351562500 +-0.122558593750 +0.007812500000 +-0.056640625000 +0.099609375000 +0.023925781250 +-0.259765625000 +-0.067382812500 +-0.168945312500 +-0.043945312500 +0.061035156250 +-0.192382812500 +-0.386718750000 +-0.187500000000 +0.028564453125 +-0.004364013672 +0.016723632812 +-0.149414062500 +-0.111328125000 +-0.062011718750 +-0.129882812500 +0.114746093750 +0.132812500000 +0.118652343750 +-0.146484375000 +0.207031250000 +0.081542968750 +0.043945312500 +-0.003417968750 +-0.147460937500 +-0.042968750000 +0.042236328125 +-0.085937500000 +-0.353515625000 +-0.257812500000 +0.157226562500 +0.014343261719 +-0.051269531250 +-0.100585937500 +0.088378906250 +0.070800781250 +-0.097656250000 +0.004852294922 +0.049316406250 +0.164062500000 +0.075195312500 +-0.245117187500 +0.096679687500 +0.049072265625 +-0.119140625000 +0.064453125000 +-0.088378906250 +0.084472656250 +0.062255859375 +-0.116699218750 +-0.296875000000 +0.028442382812 +0.090820312500 +0.195312500000 +0.008911132812 +0.026977539062 +0.032470703125 +-0.037841796875 +-0.225585937500 +-0.225585937500 +-0.003723144531 +-0.113769531250 +-0.105468750000 +0.065917968750 +0.090820312500 +0.215820312500 +-0.064941406250 +0.145507812500 +-0.189453125000 +-0.208984375000 +0.141601562500 +-0.150390625000 +-0.158203125000 +0.172851562500 +-0.024536132812 +-0.082031250000 +0.035400390625 +-0.017089843750 +0.162109375000 +-0.171875000000 +-0.043945312500 +-0.159179687500 +0.000140190125 +0.125000000000 +0.070312500000 +-0.247070312500 +-0.034423828125 +-0.150390625000 +0.000161170959 +0.009826660156 +0.137695312500 +-0.054199218750 +-0.144531250000 +-0.726562500000 +-0.060546875000 +-0.233398437500 +0.173828125000 +-0.057617187500 +0.378906250000 +-0.058837890625 +-0.312500000000 +-0.129882812500 +0.332031250000 +0.298828125000 +0.098144531250 +0.023681640625 +0.151367187500 +-0.217773437500 +0.016601562500 +0.106933593750 +-0.013183593750 +-0.361328125000 +-0.251953125000 +-0.480468750000 +-0.048583984375 +0.138671875000 +-0.259765625000 +-0.063964843750 +-0.102050781250 +-0.134765625000 +-0.077636718750 +0.128906250000 +-0.433593750000 +-0.193359375000 +-0.142578125000 +-0.229492187500 +-0.075683593750 +0.018188476562 +-0.792968750000 +0.142578125000 +0.043701171875 +0.019409179688 +-0.032470703125 +-0.503906250000 +0.043701171875 +-0.161132812500 +-0.144531250000 +0.255859375000 +0.180664062500 +0.012817382812 +-0.211914062500 +0.034179687500 +0.273437500000 +-0.091796875000 +0.166015625000 +-0.145507812500 +-0.032714843750 +-0.017578125000 +-0.075683593750 +0.024780273438 +0.145507812500 +0.073730468750 +-0.022094726562 +-0.024536132812 +0.172851562500 +-0.057617187500 +0.007781982422 +-0.777343750000 +-0.039550781250 +0.037597656250 +-0.016235351562 +-0.132812500000 +-0.154296875000 +-0.000564575195 +0.038574218750 +-0.109863281250 +-0.104980468750 +-0.008666992188 +-0.181640625000 +-0.011474609375 +-0.051757812500 +-0.181640625000 +-0.003616333008 +-0.196289062500 +0.036132812500 +0.101074218750 +-0.097167968750 +-0.699218750000 +0.029052734375 +-0.089355468750 +-0.017700195312 +-0.003250122070 +-0.056152343750 +-0.007110595703 +-0.027221679688 +0.034423828125 +-0.056884765625 +-0.047607421875 +0.037841796875 +-0.105957031250 +-0.208984375000 +-0.062500000000 +-0.402343750000 +0.078613281250 +-0.051513671875 +-0.009338378906 +-0.022827148438 +-0.101562500000 +-0.166992187500 +-0.298828125000 +-0.047607421875 +0.035644531250 +-0.092773437500 +0.021484375000 +-0.455078125000 +-0.139648437500 +0.002944946289 +0.002365112305 +-0.263671875000 +0.030151367188 +-0.223632812500 +-0.135742187500 +-0.018798828125 +-0.036865234375 +-0.103027343750 +-0.078613281250 +-0.155273437500 +-0.308593750000 +0.085937500000 +-0.234375000000 +-0.158203125000 +0.063964843750 +-0.024169921875 +-0.163085937500 +-0.289062500000 +-0.310546875000 +-0.069824218750 +-0.058349609375 +-0.044189453125 +-0.175781250000 +-0.033447265625 +0.021728515625 +-0.181640625000 +0.067382812500 +-0.021850585938 +-0.084960937500 +-0.134765625000 +-0.069335937500 +0.016723632812 +-0.024169921875 +0.006286621094 +0.130859375000 +-0.597656250000 +0.408203125000 +-0.061279296875 +0.077148437500 +0.067871093750 +0.055664062500 +0.188476562500 +-0.488281250000 +-0.035644531250 +-0.314453125000 +0.001106262207 +-0.052734375000 +-0.118164062500 +-0.179687500000 +0.063964843750 +0.230468750000 +0.000801086426 +0.102050781250 +-0.177734375000 +0.048583984375 +-0.316406250000 +-0.349609375000 +-0.470703125000 +0.152343750000 +-0.142578125000 +0.041992187500 +0.028930664062 +-0.103027343750 +0.006469726562 +0.008789062500 +-0.105468750000 +0.189453125000 +-0.012756347656 +0.218750000000 +0.051757812500 +0.328125000000 +-0.192382812500 +-0.102539062500 +-0.173828125000 +-0.310546875000 +-0.149414062500 +0.039550781250 +-0.353515625000 +0.022460937500 +-0.289062500000 +0.212890625000 +0.127929687500 +-0.253906250000 +-0.097167968750 +0.265625000000 +0.105957031250 +0.006744384766 +0.083496093750 +-0.094726562500 +-0.047363281250 +-0.002502441406 +-0.076660156250 +0.038085937500 +-0.241210937500 +-0.002868652344 +-0.109375000000 +-0.001480102539 +0.053466796875 +0.208007812500 +0.208007812500 +-0.199218750000 +-0.190429687500 +-0.000579833984 +-0.095214843750 +-0.292968750000 +0.204101562500 +0.192382812500 +-0.063476562500 +0.177734375000 +0.077148437500 +0.082519531250 +0.186523437500 +0.037353515625 +0.114746093750 +0.068359375000 +0.004394531250 +0.265625000000 +-0.237304687500 +-0.053222656250 +-0.231445312500 +0.033203125000 +0.029907226562 +-0.171875000000 +0.006500244141 +-0.071289062500 +-0.034667968750 +-0.100097656250 +0.054931640625 +-0.135742187500 +0.041992187500 +-0.093261718750 +0.347656250000 +-0.061767578125 +0.112792968750 +0.050292968750 +0.176757812500 +0.057128906250 +-0.012207031250 +-0.231445312500 +-0.322265625000 +-0.053955078125 +0.166992187500 +0.040771484375 +0.121093750000 +-0.234375000000 +0.060058593750 +0.133789062500 +-0.124511718750 +-0.101074218750 +0.210937500000 +0.062988281250 +-0.154296875000 +0.083007812500 +0.067871093750 +0.076171875000 +-0.139648437500 +0.067871093750 +0.036132812500 +0.102050781250 +-0.171875000000 +-0.088867187500 +-0.024902343750 +0.213867187500 +-0.027099609375 +0.184570312500 +-0.248046875000 +0.152343750000 +-0.034423828125 +0.046386718750 +0.035400390625 +-0.394531250000 +-0.150390625000 +-0.173828125000 +0.170898437500 +0.074707031250 +0.065917968750 +0.041992187500 +-0.082519531250 +0.198242187500 +0.185546875000 +0.106445312500 +-0.019165039062 +0.026489257812 +0.132812500000 +-0.079589843750 +-0.224609375000 +-0.021362304688 +0.114257812500 +0.144531250000 +0.133789062500 +-0.060058593750 +0.041503906250 +-0.185546875000 +-0.126953125000 +0.204101562500 +-0.096679687500 +-0.087890625000 +0.013671875000 +0.082031250000 +-0.016601562500 +0.051757812500 +-0.132812500000 +0.022583007812 +0.061523437500 +-0.052490234375 +0.043701171875 +-0.291015625000 +-0.016113281250 +-0.131835937500 +-0.017211914062 +0.084472656250 +-0.034423828125 +-0.025024414062 +-0.164062500000 +-0.132812500000 +0.143554687500 +0.065429687500 +-0.043457031250 +0.096679687500 +0.251953125000 +-0.087402343750 +-0.192382812500 +-0.281250000000 +-0.074707031250 +-0.375000000000 +0.261718750000 +-0.148437500000 +0.090332031250 +0.050781250000 +-0.582031250000 +-0.431640625000 +-0.015380859375 +0.105468750000 +-0.225585937500 +-0.005218505859 +-0.194335937500 +0.020874023438 +0.047851562500 +0.085449218750 +-0.008972167969 +0.060058593750 +-0.273437500000 +0.101074218750 +0.229492187500 +-0.010375976562 +0.227539062500 +0.153320312500 +-0.037597656250 +0.279296875000 +0.067871093750 +0.085937500000 +-0.042968750000 +-0.030395507812 +0.060058593750 +-0.002258300781 +0.027832031250 +-0.070312500000 +0.088867187500 +0.153320312500 +-0.017211914062 +-0.367187500000 +-0.152343750000 +-0.174804687500 +0.113769531250 +-0.149414062500 +-0.031982421875 +0.007690429688 +0.046142578125 +-0.026611328125 +0.008789062500 +0.018066406250 +0.012023925781 +-0.031738281250 +0.185546875000 +0.130859375000 +0.020629882812 +0.029296875000 +0.066406250000 +-0.113281250000 +-0.065429687500 +0.108886718750 +-0.059814453125 +0.380859375000 +-0.197265625000 +-0.261718750000 +-0.046142578125 +0.103027343750 +0.092773437500 +0.057128906250 +0.047607421875 +0.018310546875 +-0.855468750000 +0.004028320312 +0.058837890625 +-0.057617187500 +0.038818359375 +0.061279296875 +-0.012573242188 +0.178710937500 +-0.053710937500 +0.175781250000 +0.123535156250 +-0.151367187500 +-0.028076171875 +-0.020385742188 +-0.066894531250 +-0.020263671875 +-0.007873535156 +-0.363281250000 +0.026123046875 +-0.068359375000 +0.143554687500 +0.020874023438 +0.080078125000 +-0.125976562500 +-0.005249023438 +-0.075683593750 +-0.095703125000 +0.087890625000 +0.042724609375 +-0.210937500000 +0.134765625000 +0.136718750000 +0.071289062500 +-0.172851562500 +-0.104003906250 +-0.249023437500 +0.104492187500 +0.283203125000 +-0.025512695312 +-0.037109375000 +0.123046875000 +-0.120117187500 +0.049560546875 +-0.500000000000 +-0.033935546875 +-0.095703125000 +0.102050781250 +-0.206054687500 +0.431640625000 +0.052001953125 +0.003479003906 +-0.003662109375 +0.108398437500 +0.065917968750 +0.138671875000 +0.011230468750 +0.212890625000 +-0.263671875000 +-0.019897460938 +-0.248046875000 +-0.048828125000 +-0.289062500000 +-0.021606445312 +-0.221679687500 +0.029541015625 +0.238281250000 +-0.114257812500 +-0.062988281250 +0.026489257812 +0.015747070312 +0.124023437500 +0.007476806641 +0.061035156250 +-0.114746093750 +0.016845703125 +-0.101074218750 +-0.050537109375 +-0.177734375000 +-0.355468750000 +0.225585937500 +-0.048583984375 +0.039550781250 +-0.007995605469 +0.071289062500 +0.147460937500 +0.079589843750 +0.030029296875 +0.227539062500 +-0.013488769531 +-0.016967773438 +-0.542968750000 +-0.115722656250 +0.046875000000 +-0.033935546875 +0.163085937500 +-0.016967773438 +0.253906250000 +0.080078125000 +0.058349609375 +0.089355468750 +0.076171875000 +-0.060058593750 +0.052001953125 +-0.294921875000 +0.112792968750 +-0.021606445312 +-0.190429687500 +-0.166992187500 +0.014648437500 +-0.064941406250 +-0.031738281250 +-0.223632812500 +-0.104492187500 +-0.021850585938 +-0.042724609375 +0.106933593750 +-0.074707031250 +-0.025390625000 +0.072265625000 +-0.816406250000 +-0.032470703125 +0.110351562500 +-0.396484375000 +-0.225585937500 +0.001716613770 +-0.051025390625 +0.067871093750 +-0.153320312500 +-0.093261718750 +-0.061767578125 +0.273437500000 +-0.004547119141 +0.028564453125 +0.130859375000 +-0.049804687500 +-0.133789062500 +-0.125000000000 +-0.326171875000 +-0.048583984375 +0.115234375000 +-0.001213073730 +0.062988281250 +0.010498046875 +-0.045410156250 +0.067871093750 +0.143554687500 +0.244140625000 +-0.000039577484 +0.014648437500 +-0.306640625000 +-0.089355468750 +-0.010925292969 +-0.031738281250 +0.034179687500 +-0.002258300781 +0.027221679688 +-0.072265625000 +-0.033691406250 +0.126953125000 +-0.032470703125 +-0.160156250000 +-0.376953125000 +0.101562500000 +-0.582031250000 +-0.066894531250 +0.108886718750 +-0.210937500000 +-0.026367187500 +0.083496093750 +-0.217773437500 +0.094238281250 +-0.233398437500 +-0.146484375000 +-0.044433593750 +0.171875000000 +-0.118652343750 +0.000249862671 +0.090332031250 +0.073242187500 +-0.170898437500 +-0.044677734375 +0.049316406250 +-0.158203125000 +0.090332031250 +0.154296875000 +-0.003616333008 +-0.166992187500 +-0.296875000000 +-0.027954101562 +0.040771484375 +-0.200195312500 +-0.106445312500 +-0.008483886719 +0.078613281250 +-0.320312500000 +-0.104003906250 +-0.010742187500 +-0.198242187500 +-0.066406250000 +-0.011474609375 +0.145507812500 +0.013488769531 +0.174804687500 +-0.113281250000 +0.007202148438 +0.021484375000 +-0.208984375000 +0.004425048828 +-0.083984375000 +0.050048828125 +-0.053955078125 +-0.104980468750 +-0.055419921875 +-0.166015625000 +-0.249023437500 +0.137695312500 +0.024047851562 +-0.031250000000 +-0.031982421875 +-0.019531250000 +-0.091796875000 +-0.101562500000 +0.034423828125 +0.073242187500 +0.085449218750 +0.190429687500 +-0.041503906250 +0.066406250000 +0.133789062500 +-0.113769531250 +0.380859375000 +-0.150390625000 +0.039794921875 +0.165039062500 +0.050292968750 +0.048339843750 +-0.033691406250 +-0.056152343750 +-0.018310546875 +0.081542968750 +-0.205078125000 +0.053222656250 +-0.018798828125 +0.060546875000 +-0.029541015625 +-0.021362304688 +0.028686523438 +0.142578125000 +0.059570312500 +-0.414062500000 +-0.126953125000 +-0.064941406250 +-0.036621093750 +-0.070800781250 +0.208007812500 +0.003219604492 +-0.636718750000 +-0.025390625000 +-0.149414062500 +0.104492187500 +-0.060302734375 +0.020141601562 +0.035400390625 +-0.186523437500 +-0.030517578125 +-0.125976562500 +0.063476562500 +-0.092773437500 +-0.078613281250 +0.059814453125 +-0.139648437500 +-0.042968750000 +-0.097656250000 +0.001274108887 +-0.096679687500 +0.118652343750 +-0.230468750000 +-0.785156250000 +-0.157226562500 +-0.013183593750 +0.014587402344 +-0.006835937500 +-0.022705078125 +0.300781250000 +-0.068359375000 +-0.087890625000 +-0.109863281250 +-0.014709472656 +0.109863281250 +0.322265625000 +-0.163085937500 +0.190429687500 +-0.128906250000 +-0.251953125000 +-0.052001953125 +0.068359375000 +0.117187500000 +-0.147460937500 +-0.289062500000 +-0.067382812500 +-0.125000000000 +0.310546875000 +-0.035888671875 +0.114257812500 +0.002914428711 +-0.148437500000 +0.049560546875 +0.076660156250 +0.001640319824 +-0.178710937500 +-0.191406250000 +0.183593750000 +-0.101562500000 +-0.030151367188 +-0.060791015625 +0.097656250000 +0.033691406250 +-0.012573242188 +-0.022827148438 +0.147460937500 +0.267578125000 +0.067382812500 +-0.111328125000 +-0.098632812500 +0.086425781250 +-0.161132812500 +-0.215820312500 +-0.018188476562 +0.060791015625 +0.206054687500 +0.025756835938 +-0.046386718750 +-0.063964843750 +-0.065917968750 +0.050048828125 +0.040527343750 +0.026367187500 +-0.206054687500 +0.006683349609 +-0.024291992188 +-0.120117187500 +0.140625000000 +-0.324218750000 +0.087890625000 +-0.069335937500 +-0.050292968750 +0.099121093750 +-0.353515625000 +0.089355468750 +0.033447265625 +0.084472656250 +0.080566406250 +-0.035400390625 +0.072265625000 +-0.000999450684 +0.044921875000 +-0.227539062500 +-0.058837890625 +-0.032226562500 +-0.063964843750 +0.145507812500 +-0.291015625000 +-0.018188476562 +0.111328125000 +-0.103515625000 +-0.155273437500 +-0.068359375000 +-0.084960937500 +0.051513671875 +0.095214843750 +0.015747070312 +-0.009704589844 +0.038085937500 +0.022705078125 +-0.176757812500 +-0.031127929688 +-0.193359375000 +0.112304687500 +-0.057861328125 +0.059082031250 +-0.044677734375 +0.058105468750 +-0.153320312500 +-0.139648437500 +0.144531250000 +0.103027343750 +0.045898437500 +-0.089355468750 +-0.043457031250 +-0.136718750000 +-0.279296875000 +-0.196289062500 +0.009887695312 +0.013366699219 +0.025756835938 +-0.099121093750 +0.017333984375 +-0.032226562500 +-0.066406250000 +0.023315429688 +-0.012268066406 +0.027954101562 +-0.045410156250 +-0.128906250000 +-0.474609375000 +0.076171875000 +-0.271484375000 +0.047363281250 +-0.114257812500 +0.091308593750 +-0.100585937500 +-0.225585937500 +-0.011108398438 +0.007385253906 +0.099121093750 +0.198242187500 +-0.060058593750 +0.055419921875 +0.075683593750 +-0.080078125000 +-0.133789062500 +-0.116210937500 +-0.094238281250 +-0.053710937500 +0.036376953125 +-0.004394531250 +0.183593750000 +-0.127929687500 +0.105957031250 +0.250000000000 +0.122070312500 +0.314453125000 +0.007690429688 +-0.150390625000 +-0.330078125000 +0.177734375000 +-0.154296875000 +0.037109375000 +-0.111816406250 +-0.570312500000 +0.050048828125 +-0.129882812500 +0.094726562500 +-0.139648437500 +0.072265625000 +-0.108398437500 +-0.234375000000 +0.291015625000 +0.163085937500 +0.135742187500 +-0.189453125000 +0.308593750000 +-0.231445312500 +-0.006866455078 +-0.026000976562 +-0.089355468750 +-0.380859375000 +-0.046875000000 +-0.033203125000 +-0.016723632812 +0.033203125000 +0.081542968750 +0.051025390625 +-0.008422851562 +0.027099609375 +-0.113769531250 +-0.027465820312 +0.144531250000 +0.029663085938 +-0.458984375000 +0.425781250000 +0.082031250000 +-0.113281250000 +0.004364013672 +0.018188476562 +0.243164062500 +0.064453125000 +-0.051269531250 +-0.145507812500 +0.115234375000 +0.097656250000 +-0.851562500000 +0.087890625000 +-0.046630859375 +0.055908203125 +-0.037841796875 +0.029541015625 +-0.009155273438 +-0.114746093750 +-0.285156250000 +0.035400390625 +0.166992187500 +0.063964843750 +0.188476562500 +0.091308593750 +-0.019042968750 +-0.053955078125 +-0.040283203125 +0.162109375000 +0.121093750000 +-0.080078125000 +-0.119628906250 +-0.007385253906 +-0.053466796875 +-0.103027343750 +0.121582031250 +-0.146484375000 +-0.131835937500 +-0.060546875000 +0.025146484375 +-0.159179687500 +0.298828125000 +0.196289062500 +0.089843750000 +-0.000147819519 +0.042480468750 +-0.086914062500 +-0.152343750000 +-0.087402343750 +0.044921875000 +0.095214843750 +0.206054687500 +-0.091796875000 +-0.051025390625 +-0.271484375000 +0.138671875000 +0.119140625000 +0.139648437500 +0.104003906250 +0.015625000000 +-0.036621093750 +0.114257812500 +0.102050781250 +0.117187500000 +-0.162109375000 +-0.188476562500 +0.083007812500 +0.100097656250 +0.056884765625 +0.004699707031 +0.155273437500 +-0.019897460938 +0.044921875000 +0.036132812500 +0.181640625000 +-0.004211425781 +-0.090820312500 +0.271484375000 +0.000679016113 +0.001556396484 +-0.065917968750 +0.028686523438 +0.150390625000 +-0.081542968750 +-0.371093750000 +-0.353515625000 +0.058349609375 +-0.133789062500 +-0.047363281250 +-0.102050781250 +-0.041015625000 +-0.025390625000 +0.010498046875 +-0.069335937500 +-0.010803222656 +0.073242187500 +-0.018798828125 +-0.083007812500 +0.018920898438 +0.166015625000 +-0.016113281250 +0.166015625000 +-0.040771484375 +-0.035156250000 +-0.083984375000 +0.098632812500 +0.016113281250 +-0.035156250000 +-0.147460937500 +-0.023559570312 +-0.039306640625 +-0.582031250000 +-0.037353515625 +0.115722656250 +0.017333984375 +-0.006622314453 +0.055419921875 +-0.308593750000 +0.129882812500 +-0.083984375000 +-0.040283203125 +-0.003936767578 +-0.152343750000 +-0.083496093750 +-0.230468750000 +-0.015747070312 +0.004882812500 +-0.246093750000 +-0.085449218750 +-0.029052734375 +0.010192871094 +0.010803222656 +-0.063476562500 +0.108886718750 +-0.734375000000 +-0.095214843750 +0.071289062500 +0.037597656250 +0.018188476562 +-0.047119140625 +0.080566406250 +0.087402343750 +0.132812500000 +-0.072265625000 +-0.166015625000 +0.148437500000 +-0.304687500000 +0.100585937500 +-0.234375000000 +0.265625000000 +0.182617187500 +0.160156250000 +-0.159179687500 +-0.102539062500 +-0.367187500000 +0.035888671875 +-0.163085937500 +0.104492187500 +-0.330078125000 +-0.092285156250 +-0.261718750000 +-0.002792358398 +-0.310546875000 +0.094238281250 +-0.182617187500 +-0.404296875000 +0.082519531250 +0.054199218750 +-0.371093750000 +0.335937500000 +-0.114257812500 +0.112792968750 +-0.202148437500 +-0.204101562500 +-0.289062500000 +0.006744384766 +-0.042236328125 +-0.103515625000 +0.296875000000 +0.084960937500 +0.051757812500 +-0.168945312500 +0.259765625000 +-0.050048828125 +0.376953125000 +-0.046386718750 +0.130859375000 +-0.022949218750 +-0.068359375000 +0.351562500000 +0.138671875000 +0.244140625000 +0.291015625000 +-0.091796875000 +-0.029541015625 +-0.120117187500 +-0.153320312500 +-0.357421875000 +-0.052246093750 +0.104980468750 +0.082519531250 +-0.076660156250 +0.027954101562 +0.159179687500 +0.187500000000 +0.223632812500 +0.176757812500 +-0.066894531250 +0.039306640625 +0.039306640625 +-0.026123046875 +-0.083496093750 +-0.131835937500 +-0.163085937500 +-0.102050781250 +-0.068847656250 +-0.091308593750 +0.026611328125 +-0.008483886719 +-0.150390625000 +-0.011047363281 +-0.017822265625 +0.041748046875 +-0.077636718750 +-0.072753906250 +0.769531250000 +-0.124511718750 +-0.150390625000 +0.080566406250 +0.013854980469 +0.010559082031 +-0.136718750000 +0.032714843750 +-0.038085937500 +-0.714843750000 +-0.072265625000 +-0.378906250000 +0.059814453125 +0.074707031250 +0.061523437500 +0.082031250000 +0.061279296875 +0.085937500000 +-0.021362304688 +-0.025390625000 +-0.214843750000 +0.050781250000 +-0.040283203125 +-0.030761718750 +0.067382812500 +-0.011901855469 +-0.414062500000 +0.081542968750 +-0.139648437500 +-0.064941406250 +0.175781250000 +0.005889892578 +0.015625000000 +-0.070312500000 +-0.062988281250 +-0.078613281250 +-0.052490234375 +0.032714843750 +-0.010681152344 +-0.001258850098 +-0.122070312500 +0.038085937500 +-0.259765625000 +-0.002502441406 +0.242187500000 +0.077636718750 +-0.232421875000 +-0.141601562500 +-0.167968750000 +-0.242187500000 +-0.041259765625 +-0.141601562500 +-0.095214843750 +-0.341796875000 +0.250000000000 +0.100585937500 +0.154296875000 +-0.328125000000 +-0.003845214844 +-0.083984375000 +-0.041015625000 +0.033935546875 +0.034423828125 +0.308593750000 +0.061035156250 +-0.076660156250 +0.076660156250 +0.082031250000 +-0.183593750000 +0.024169921875 +-0.056396484375 +0.145507812500 +0.302734375000 +0.217773437500 +0.101074218750 +-0.055664062500 +-0.057373046875 +0.058105468750 +0.165039062500 +-0.203125000000 +0.032470703125 +0.055419921875 +-0.115722656250 +-0.255859375000 +-0.194335937500 +-0.173828125000 +-0.052246093750 +0.222656250000 +-0.106445312500 +-0.022583007812 +0.043945312500 +-0.118652343750 +0.117187500000 +0.130859375000 +0.001396179199 +0.072265625000 +-0.180664062500 +0.038574218750 +-0.039550781250 +-0.053222656250 +-0.047851562500 +0.008117675781 +-0.055908203125 +0.028686523438 +0.335937500000 +0.133789062500 +-0.167968750000 +-0.011657714844 +-0.093750000000 +-0.100585937500 +-0.086425781250 +0.005615234375 +-0.105468750000 +0.026855468750 +-0.312500000000 +0.119140625000 +-0.017944335938 +-0.109375000000 +-0.043212890625 +-0.043701171875 +-0.068359375000 +-0.038330078125 +-0.086425781250 +0.056884765625 +-0.121582031250 +-0.116210937500 +-0.080566406250 +0.069824218750 +-0.003860473633 +0.051025390625 +-0.250000000000 +-0.049804687500 +-0.176757812500 +-0.045166015625 +0.040283203125 +-0.071777343750 +0.005615234375 +0.070800781250 +-0.029785156250 +-0.322265625000 +-0.113769531250 +0.002319335938 +-0.115722656250 +-0.066406250000 +-0.281250000000 +0.043457031250 +0.042480468750 +-0.064453125000 +-0.244140625000 +0.186523437500 +-0.058837890625 +-0.039794921875 +-0.030761718750 +-0.065917968750 +0.102539062500 +-0.049316406250 +-0.044677734375 +0.005157470703 +0.067871093750 +0.074707031250 +-0.129882812500 +0.000206947327 +0.005798339844 +0.008850097656 +-0.125000000000 +-0.088378906250 +-0.092285156250 +0.108886718750 +0.165039062500 +-0.231445312500 +-0.018798828125 +0.031250000000 +-0.112792968750 +-0.671875000000 +-0.048583984375 +0.010498046875 +-0.110351562500 +-0.050537109375 +-0.021240234375 +-0.671875000000 +-0.097167968750 +-0.079101562500 +-0.054199218750 +-0.063964843750 +-0.096679687500 +-0.060791015625 +0.108398437500 +-0.081054687500 +0.122558593750 +0.113769531250 +0.008728027344 +0.082519531250 +0.458984375000 +-0.014160156250 +-0.050781250000 +0.083496093750 +0.198242187500 +-0.088378906250 +-0.059082031250 +-0.086425781250 +0.130859375000 +-0.300781250000 +-0.134765625000 +-0.135742187500 +0.056152343750 +-0.083496093750 +0.095703125000 +0.002639770508 +-0.038818359375 +-0.230468750000 +-0.298828125000 +-0.044921875000 +-0.067382812500 +-0.018554687500 +-0.095703125000 +-0.050781250000 +0.010559082031 +-0.110839843750 +-0.243164062500 +0.125000000000 +0.047607421875 +0.055175781250 +0.234375000000 +-0.023925781250 +0.049560546875 +0.003936767578 +-0.040283203125 +-0.002563476562 +-0.046875000000 +0.068847656250 +-0.102050781250 +0.079589843750 +0.057373046875 +0.087402343750 +-0.196289062500 +0.008300781250 +-0.190429687500 +0.110351562500 +0.047607421875 +0.048339843750 +0.004425048828 +0.223632812500 +-0.212890625000 +0.013977050781 +0.170898437500 +-0.291015625000 +-0.482421875000 +-0.113769531250 +-0.216796875000 +0.121093750000 +0.024658203125 +-0.057861328125 +0.026733398438 +0.186523437500 +0.233398437500 +-0.103027343750 +0.105468750000 +0.320312500000 +0.092773437500 +-0.099121093750 +0.094238281250 +0.036132812500 +-0.150390625000 +-0.127929687500 +-0.239257812500 +-0.429687500000 +0.129882812500 +-0.013488769531 +-0.165039062500 +0.043212890625 +-0.059082031250 +-0.679687500000 +-0.229492187500 +-0.027099609375 +-0.186523437500 +0.025756835938 +0.063964843750 +-0.038330078125 +-0.054199218750 +0.015869140625 +0.250000000000 +-0.069824218750 +0.054687500000 +-0.051025390625 +-0.277343750000 +0.328125000000 +-0.120117187500 +-0.656250000000 +0.515625000000 +0.002929687500 +0.064941406250 +-0.087890625000 +0.101074218750 +0.068359375000 +0.214843750000 +0.159179687500 +0.082519531250 +0.037353515625 +-0.468750000000 +0.083984375000 +0.141601562500 +-0.076660156250 +-0.088378906250 +-0.004302978516 +-0.318359375000 +-0.070800781250 +-0.292968750000 +-0.132812500000 +-0.106445312500 +0.046630859375 +0.093261718750 +-0.107421875000 +-0.244140625000 +-0.024414062500 +-0.058105468750 +-0.045410156250 +-0.077636718750 +0.158203125000 +-0.069824218750 +-0.117187500000 +0.414062500000 +-0.154296875000 +0.182617187500 +0.034179687500 +-0.142578125000 +-0.056152343750 +-0.166992187500 +-0.251953125000 +-0.168945312500 +-0.351562500000 +-0.083984375000 +-0.224609375000 +-0.167968750000 +-0.022583007812 +-0.031738281250 +0.191406250000 +0.006011962891 +-0.141601562500 +-0.206054687500 +-0.114746093750 +-0.131835937500 +-0.123535156250 +-0.139648437500 +0.032958984375 +0.045654296875 +0.025390625000 +-0.636718750000 +0.151367187500 +-0.113769531250 +0.092773437500 +0.029785156250 +0.165039062500 +-0.030273437500 +-0.090332031250 +0.142578125000 +-0.142578125000 +0.229492187500 +0.105957031250 +0.171875000000 +-0.004791259766 +0.108398437500 +0.111816406250 +0.018188476562 +-0.011901855469 +0.150390625000 +0.061035156250 +-0.102050781250 +0.099609375000 +-0.098144531250 +0.192382812500 +0.112792968750 +-0.064941406250 +-0.421875000000 +0.048339843750 +-0.041503906250 +-0.006134033203 +-0.202148437500 +0.030395507812 +0.020996093750 +-0.121582031250 +-0.076660156250 +0.090820312500 +-0.014831542969 +0.044189453125 +-0.300781250000 +-0.015869140625 +-0.100585937500 +0.140625000000 +-0.113769531250 +0.040039062500 +-0.160156250000 +0.076171875000 +-0.099121093750 +0.058837890625 +0.047119140625 +0.104980468750 +-0.196289062500 +-0.051513671875 +-0.035156250000 +0.005645751953 +-0.255859375000 +-0.009826660156 +-0.160156250000 +-0.100585937500 +0.043457031250 +0.113281250000 +0.089355468750 +-0.089843750000 +-0.043701171875 +-0.062011718750 +0.057128906250 +0.228515625000 +0.025878906250 +0.095214843750 +-0.054199218750 +0.038574218750 +0.045654296875 +-0.140625000000 +0.128906250000 +0.049804687500 +-0.163085937500 +-0.077148437500 +0.008666992188 +0.052734375000 +0.002563476562 +0.117675781250 +-0.392578125000 +0.112304687500 +-0.423828125000 +-0.067382812500 +-0.017700195312 +0.068359375000 +0.137695312500 +0.277343750000 +0.103027343750 +-0.312500000000 +0.060791015625 +0.291015625000 +-0.359375000000 +-0.130859375000 +-0.041748046875 +0.165039062500 +0.057373046875 +-0.039550781250 +-0.110351562500 +0.005371093750 +-0.094726562500 +0.158203125000 +0.138671875000 +0.022827148438 +-0.042724609375 +-0.249023437500 +-0.220703125000 +0.111328125000 +-0.163085937500 +-0.119140625000 +0.057373046875 +-0.095214843750 +-0.081054687500 +0.269531250000 +0.016723632812 +0.005371093750 +-0.159179687500 +-0.271484375000 +0.062500000000 +-0.102050781250 +-0.050292968750 +0.133789062500 +-0.055419921875 +-0.125976562500 +0.031005859375 +0.034912109375 +-0.003234863281 +0.036376953125 +0.096191406250 +0.068359375000 +0.071777343750 +-0.128906250000 +-0.079589843750 +-0.361328125000 +-0.123535156250 +-0.150390625000 +-0.105468750000 +-0.126953125000 +-0.136718750000 +0.073242187500 +0.086914062500 +-0.054687500000 +0.199218750000 +-0.035400390625 +-0.061035156250 +-0.314453125000 +-0.074707031250 +-0.048583984375 +-0.098144531250 +-0.046386718750 +-0.053710937500 +0.110351562500 +-0.105957031250 +-0.066406250000 +-0.143554687500 +-0.036621093750 +-0.039550781250 +-0.038085937500 +-0.058105468750 +0.090820312500 +-0.040039062500 +-0.103515625000 +-0.163085937500 +-0.139648437500 +-0.116699218750 +-0.233398437500 +-0.104492187500 +0.125976562500 +0.004516601562 +-0.220703125000 +-0.378906250000 +0.014892578125 +-0.008422851562 +-0.101074218750 +-0.412109375000 +-0.008056640625 +-0.308593750000 +-0.273437500000 +-0.009277343750 +0.011718750000 +0.039794921875 +-0.087402343750 +-0.065917968750 +0.091796875000 +0.077636718750 +-0.076660156250 +0.063964843750 +-0.025878906250 +-0.014526367188 +-0.734375000000 +-0.004974365234 +-0.016723632812 +-0.113769531250 +0.098144531250 +-0.006805419922 +-0.304687500000 +-0.484375000000 +-0.218750000000 +0.085937500000 +0.063964843750 +-0.062988281250 +-0.133789062500 +-0.083496093750 +-0.171875000000 +-0.100097656250 +-0.137695312500 +0.091308593750 +0.238281250000 +0.068847656250 +-0.060058593750 +-0.054199218750 +-0.107910156250 +-0.084960937500 +-0.058837890625 +-0.012939453125 +0.251953125000 +0.064941406250 +0.081054687500 +-0.341796875000 +0.062500000000 +-0.013183593750 +0.040283203125 +-0.083984375000 +0.294921875000 +-0.075683593750 +-0.173828125000 +0.007568359375 +0.018188476562 +0.105957031250 +0.009887695312 +0.017578125000 +0.148437500000 +-0.245117187500 +0.033203125000 +-0.219726562500 +-0.047851562500 +-0.167968750000 +0.007232666016 +-0.178710937500 +0.133789062500 +0.300781250000 +0.035400390625 +-0.097656250000 +0.029663085938 +-0.027221679688 +0.151367187500 +0.053466796875 +0.021606445312 +-0.294921875000 +-0.020874023438 +0.100097656250 +0.090820312500 +-0.036621093750 +-0.170898437500 +0.207031250000 +-0.018554687500 +0.024780273438 +0.010986328125 +0.003356933594 +0.139648437500 +0.240234375000 +0.285156250000 +0.201171875000 +0.015625000000 +0.049072265625 +-0.106445312500 +-0.222656250000 +-0.061035156250 +-0.060302734375 +0.129882812500 +0.048828125000 +0.127929687500 +0.071289062500 +0.030395507812 +-0.009155273438 +0.025024414062 +-0.069824218750 +-0.017700195312 +-0.143554687500 +0.093750000000 +-0.166992187500 +0.238281250000 +-0.096191406250 +-0.273437500000 +-0.054199218750 +-0.065429687500 +-0.143554687500 +0.004241943359 +0.056640625000 +-0.042968750000 +-0.105957031250 +0.312500000000 +-0.046386718750 +0.044921875000 +0.017822265625 +-0.088867187500 +-0.200195312500 +-0.124023437500 +-0.058105468750 +0.062011718750 +-0.036621093750 +0.124023437500 +-0.188476562500 +0.087890625000 +0.072753906250 +-0.170898437500 +0.014221191406 +0.053710937500 +-0.224609375000 +-0.431640625000 +-0.069824218750 +-0.181640625000 +0.124023437500 +0.009521484375 +-0.165039062500 +-0.034423828125 +0.032714843750 +-0.218750000000 +-0.238281250000 +-0.294921875000 +-0.012023925781 +-0.234375000000 +0.159179687500 +-0.464843750000 +-0.100097656250 +-0.092285156250 +-0.228515625000 +0.052978515625 +-0.005859375000 +0.192382812500 +-0.150390625000 +-0.271484375000 +0.126953125000 +-0.152343750000 +-0.029541015625 +0.208984375000 +0.115234375000 +-0.033691406250 +-0.347656250000 +-0.320312500000 +-0.158203125000 +0.165039062500 +-0.014770507812 +0.006042480469 +-0.077148437500 +0.038085937500 +0.233398437500 +-0.105468750000 +0.096679687500 +-0.068359375000 +-0.326171875000 +0.154296875000 +-0.249023437500 +-0.589843750000 +0.199218750000 +-0.011718750000 +-0.049316406250 +-0.173828125000 +0.083984375000 +-0.178710937500 +-0.059326171875 +-0.208984375000 +-0.369140625000 +-0.071777343750 +-0.034667968750 +-0.289062500000 +0.161132812500 +0.022216796875 +-0.192382812500 +0.106933593750 +0.109375000000 +0.125000000000 +-0.164062500000 +-0.110839843750 +-0.192382812500 +0.152343750000 +0.250000000000 +-0.168945312500 +0.064453125000 +-0.100585937500 +-0.214843750000 +-0.184570312500 +-0.037841796875 +0.030029296875 +0.109375000000 +0.078125000000 +0.147460937500 +-0.052490234375 +0.332031250000 +-0.171875000000 +0.097167968750 +-0.320312500000 +0.025390625000 +0.003234863281 +-0.095214843750 +0.134765625000 +-0.063964843750 +0.083496093750 +-0.036621093750 +0.045898437500 +0.041748046875 +0.052001953125 +0.040039062500 +-0.007568359375 +0.093750000000 +0.075195312500 +0.004394531250 +-0.029296875000 +0.096679687500 +0.245117187500 +0.029418945312 +0.210937500000 +0.036376953125 +0.077636718750 +0.253906250000 +-0.330078125000 +0.093750000000 +0.073730468750 +-0.084472656250 +-0.632812500000 +-0.253906250000 +-0.153320312500 +-0.032470703125 +-0.035644531250 +0.028930664062 +-0.178710937500 +-0.351562500000 +0.181640625000 +0.002120971680 +-0.054931640625 +-0.038818359375 +-0.091796875000 +0.045410156250 +-0.042724609375 +0.249023437500 +0.059326171875 +0.003967285156 +-0.185546875000 +-0.061279296875 +-0.114257812500 +0.040039062500 +-0.062500000000 +-0.214843750000 +0.125976562500 +-0.007171630859 +0.117187500000 +-0.091796875000 +0.140625000000 +0.098144531250 +-0.013549804688 +0.187500000000 +-0.057128906250 +-0.023071289062 +-0.235351562500 +-0.045410156250 +-0.126953125000 +0.177734375000 +0.149414062500 +-0.345703125000 +0.000740051270 +-0.326171875000 +0.214843750000 +-0.104980468750 +-0.159179687500 +0.173828125000 +-0.679687500000 +-0.062500000000 +-0.221679687500 +-0.043945312500 +0.094726562500 +0.085449218750 +-0.061279296875 +-0.043701171875 +-0.007049560547 +0.032470703125 +0.090820312500 +-0.158203125000 +0.275390625000 +0.034179687500 +-0.414062500000 +0.086425781250 +0.166992187500 +-0.227539062500 +-0.237304687500 +-0.061035156250 +0.088867187500 +-0.002624511719 +-0.049804687500 +0.167968750000 +-0.104003906250 +-0.129882812500 +0.198242187500 +0.114746093750 +0.014892578125 +0.084472656250 +-0.024780273438 +0.013671875000 +-0.062500000000 +0.057373046875 +0.069824218750 +-0.476562500000 +0.026733398438 +0.263671875000 +-0.045654296875 +0.016967773438 +0.065917968750 +-0.134765625000 +-0.045654296875 +0.058837890625 +-0.046142578125 +-0.296875000000 +-0.312500000000 +-0.213867187500 +0.012023925781 +0.135742187500 +-0.236328125000 +-0.193359375000 +-0.050292968750 +0.121582031250 +-0.025390625000 +-0.439453125000 +0.134765625000 +0.152343750000 +-0.265625000000 +-0.037841796875 +-0.092773437500 +0.127929687500 +0.077636718750 +-0.121582031250 +-0.028686523438 +0.011169433594 +-0.009094238281 +-0.050781250000 +-0.034423828125 +-0.026367187500 +0.110351562500 +0.094726562500 +-0.032714843750 +-0.632812500000 +-0.160156250000 +-0.257812500000 +0.056640625000 +-0.098632812500 +0.155273437500 +-0.055908203125 +-0.052490234375 +-0.051025390625 +-0.120605468750 +-0.009643554688 +0.114257812500 +-0.205078125000 +0.075195312500 +-0.097167968750 +-0.051757812500 +-0.031494140625 +-0.034912109375 +-0.085937500000 +-0.009216308594 +-0.753906250000 +-0.017211914062 +0.283203125000 +0.191406250000 +0.080078125000 +0.017822265625 +-0.023437500000 +-0.242187500000 +0.058593750000 +-0.193359375000 +-0.065917968750 +0.096191406250 +-0.099609375000 +-0.165039062500 +-0.117187500000 +-0.554687500000 +0.122070312500 +-0.128906250000 +0.121093750000 +-0.014770507812 +-0.476562500000 +-0.281250000000 +-0.224609375000 +-0.223632812500 +0.219726562500 +0.102539062500 +0.159179687500 +-0.125000000000 +0.182617187500 +-0.149414062500 +0.090820312500 +0.056396484375 +-0.117187500000 +0.191406250000 +-0.026367187500 +-0.034423828125 +-0.026489257812 +-0.097167968750 +0.030883789062 +-0.196289062500 +0.092773437500 +-0.055419921875 +0.073730468750 +0.129882812500 +-0.036621093750 +0.023681640625 +0.287109375000 +-0.121582031250 +0.017700195312 +0.212890625000 +-0.222656250000 +-0.273437500000 +0.141601562500 +0.211914062500 +0.016845703125 +0.044921875000 +-0.257812500000 +0.067382812500 +0.015747070312 +-0.138671875000 +-0.093750000000 +-0.002655029297 +-0.033935546875 +-0.004882812500 +0.067871093750 +0.073242187500 +-0.106445312500 +0.148437500000 +-0.158203125000 +-0.089355468750 +-0.146484375000 +0.078613281250 +-0.138671875000 +-0.247070312500 +-0.519531250000 +0.091796875000 +0.072753906250 +0.012756347656 +-0.007202148438 +0.041748046875 +0.060302734375 +0.110839843750 +0.091308593750 +0.308593750000 +0.032470703125 +-0.154296875000 +0.423828125000 +-0.427734375000 +0.215820312500 +-0.163085937500 +0.016601562500 +0.004730224609 +0.067382812500 +0.050781250000 +0.197265625000 +0.100097656250 +-0.081542968750 +-0.067871093750 +-0.037841796875 +0.072265625000 +0.106445312500 +0.071777343750 +-0.043457031250 +0.131835937500 +-0.147460937500 +-0.110839843750 +-0.089355468750 +-0.044677734375 +-0.004425048828 +-0.289062500000 +-0.027343750000 +-0.003662109375 +0.279296875000 +0.012084960938 +-1.210937500000 +-0.001182556152 +0.092773437500 +0.051269531250 +0.116699218750 +-0.300781250000 +-0.257812500000 +0.066406250000 +0.037353515625 +-0.337890625000 +0.127929687500 +-0.025390625000 +-0.129882812500 +0.024658203125 +-0.169921875000 +0.033691406250 +0.106933593750 +-0.137695312500 +-0.171875000000 +-0.014953613281 +-0.166992187500 +0.086914062500 +0.053222656250 +-0.118164062500 +0.044433593750 +0.024047851562 +0.386718750000 +0.027221679688 +0.190429687500 +-0.023437500000 +-0.131835937500 +0.085937500000 +0.080078125000 +0.079101562500 +-0.047607421875 +-0.049316406250 +-0.072753906250 +0.079589843750 +-0.353515625000 +-0.151367187500 +-0.167968750000 +0.041015625000 +-0.275390625000 +0.017822265625 +0.150390625000 +0.026611328125 +-0.621093750000 +0.121582031250 +-0.084960937500 +0.055664062500 +-0.168945312500 +-0.036376953125 +0.041259765625 +-0.002655029297 +-0.085937500000 +0.116210937500 +0.005950927734 +0.203125000000 +-0.101562500000 +0.042480468750 +0.079589843750 +-0.209960937500 +0.052978515625 +0.058837890625 +0.128906250000 +-0.036865234375 +0.214843750000 +-0.071289062500 +-0.179687500000 +0.025268554688 +0.144531250000 +-0.199218750000 +-0.119140625000 +-0.006317138672 +0.069824218750 +0.065917968750 +-0.075683593750 +0.200195312500 +0.384765625000 +-0.002807617188 +0.055908203125 +-0.102050781250 +0.114257812500 +0.020141601562 +0.257812500000 +0.169921875000 +-0.131835937500 +-0.125976562500 +0.128906250000 +-0.052734375000 +-0.081542968750 +0.161132812500 +-0.145507812500 +0.122070312500 +-0.053955078125 +-0.158203125000 +0.223632812500 +-0.124023437500 +0.239257812500 +0.057128906250 +-0.193359375000 +0.080078125000 +-0.157226562500 +0.174804687500 +-0.040283203125 +0.078613281250 +-0.205078125000 +-0.085937500000 +0.016235351562 +-0.002975463867 +0.055175781250 +-0.217773437500 +-0.183593750000 +0.115722656250 +0.060791015625 +-0.361328125000 +-0.154296875000 +0.229492187500 +0.003570556641 +0.190429687500 +0.101074218750 +0.217773437500 +-0.125000000000 +-0.055908203125 +-0.824218750000 +-0.078125000000 +0.098632812500 +-0.239257812500 +-0.052001953125 +-0.312500000000 +0.060302734375 +-0.390625000000 +-0.482421875000 +0.009826660156 +0.304687500000 +0.166015625000 +0.003738403320 +-0.048095703125 +-0.166015625000 +0.028686523438 +-0.126953125000 +-0.005096435547 +0.055175781250 +-0.636718750000 +-0.306640625000 +-0.069335937500 +-0.050781250000 +0.079589843750 +0.010192871094 +0.271484375000 +-0.033447265625 +0.296875000000 +-0.789062500000 +-0.080078125000 +-0.152343750000 +0.096679687500 +-0.190429687500 +0.202148437500 +0.118164062500 +-0.157226562500 +-0.326171875000 +-0.261718750000 +0.206054687500 +-0.150390625000 +-0.380859375000 +-0.972656250000 +-0.116699218750 +0.073242187500 +-0.117187500000 +-0.027465820312 +-0.122070312500 +-0.248046875000 +0.047363281250 +-0.220703125000 +-0.051513671875 +0.200195312500 +-0.082031250000 +0.084472656250 +0.128906250000 +-0.164062500000 +-0.005157470703 +-0.059814453125 +0.017578125000 +-0.144531250000 +-0.106933593750 +0.095214843750 +0.092285156250 +-0.283203125000 +-0.008728027344 +-0.067382812500 +0.036865234375 +-0.074707031250 +-0.083496093750 +-0.011108398438 +0.142578125000 +-0.065917968750 +-0.183593750000 +-0.014343261719 +0.020385742188 +-0.910156250000 +0.157226562500 +-0.068847656250 +0.002914428711 +-0.000026464462 +-0.059814453125 +-0.060791015625 +0.104003906250 +-0.056884765625 +0.029174804688 +0.090820312500 +-0.016967773438 +-0.015380859375 +0.089355468750 +-0.201171875000 +-0.109863281250 +-0.040771484375 +-0.032714843750 +0.022705078125 +0.110351562500 +-0.027099609375 +-0.080566406250 +-0.027709960938 +-0.226562500000 +-0.027099609375 +-0.063964843750 +0.014709472656 +-0.120605468750 +-0.267578125000 +-0.050781250000 +0.048339843750 +-1.476562500000 +0.049072265625 +-0.024169921875 +0.015380859375 +-0.200195312500 +0.059326171875 +0.011718750000 +-0.117187500000 +0.050048828125 +0.083007812500 +-0.235351562500 +0.020141601562 +0.052490234375 +-0.777343750000 +-0.022460937500 +0.035400390625 +0.031005859375 +0.056396484375 +0.043212890625 +-0.022705078125 +0.134765625000 +0.093750000000 +-0.204101562500 +0.098144531250 +0.044433593750 +0.059814453125 +0.041015625000 +0.067871093750 +-0.208984375000 +-0.040283203125 +0.099121093750 +0.018554687500 +-0.076660156250 +0.068847656250 +0.002105712891 +-0.294921875000 +0.077148437500 +0.173828125000 +0.195312500000 +0.106445312500 +0.003784179688 +-0.088378906250 +0.211914062500 +-0.056152343750 +0.089355468750 +0.021118164062 +0.069824218750 +-0.005950927734 +0.137695312500 +-0.161132812500 +-0.037109375000 +0.070312500000 +0.096191406250 +-0.000823974609 +0.024291992188 +-0.007812500000 +0.110351562500 +-0.136718750000 +0.198242187500 +0.004211425781 +-0.247070312500 +-0.054443359375 +0.077148437500 +-0.029663085938 +0.090820312500 +-0.022583007812 +-0.017944335938 +-0.193359375000 +0.155273437500 +0.196289062500 +-0.074218750000 +0.020263671875 +0.042968750000 +-0.058593750000 +0.033935546875 +-0.757812500000 +-0.011840820312 +-0.066894531250 +0.075683593750 +0.100097656250 +0.067382812500 +-0.127929687500 +-0.281250000000 +0.111816406250 +-0.031005859375 +-0.213867187500 +-0.064453125000 +0.133789062500 +-0.021728515625 +-0.063476562500 +-0.175781250000 +0.214843750000 +-0.025146484375 +0.072265625000 +-0.335937500000 +-0.012390136719 +0.147460937500 +-0.005157470703 +0.100585937500 +-0.167968750000 +0.110839843750 +0.127929687500 +0.010131835938 +-0.006744384766 +0.053710937500 +-0.112304687500 +0.209960937500 +0.010681152344 +-0.088378906250 +-0.007537841797 +-0.075195312500 +-0.029296875000 +0.048583984375 +0.203125000000 +0.441406250000 +-0.079101562500 +0.112304687500 +0.137695312500 +-0.121582031250 +0.052246093750 +-0.214843750000 +0.126953125000 +-0.365234375000 +-0.160156250000 +-0.019409179688 +0.012145996094 +0.158203125000 +0.024414062500 +-0.384765625000 +0.001579284668 +-0.073242187500 +-0.107910156250 +0.014587402344 +-0.152343750000 +-0.091308593750 +-0.075683593750 +0.033203125000 +0.226562500000 +-0.015441894531 +-0.068847656250 +-0.067382812500 +-0.244140625000 +0.123046875000 +-0.021118164062 +-0.105468750000 +-0.263671875000 +-0.048095703125 +-0.065917968750 +0.089355468750 +-0.302734375000 +0.067871093750 +0.250000000000 +-0.144531250000 +0.168945312500 +-0.210937500000 +-0.033691406250 +0.002777099609 +-0.127929687500 +-0.275390625000 +-0.000728607178 +0.027221679688 +0.023315429688 +-0.010620117188 +-0.008117675781 +-0.091796875000 +-0.064941406250 +-0.054443359375 +-0.157226562500 +-0.185546875000 +-0.035156250000 +0.279296875000 +0.051513671875 +-0.030273437500 +-0.104492187500 +0.007995605469 +-0.026611328125 +-0.227539062500 +0.038574218750 +-0.009094238281 +-0.241210937500 +0.046875000000 +-0.028808593750 +-0.060791015625 +-1.289062500000 +-0.158203125000 +0.269531250000 +0.054931640625 +-0.018066406250 +-0.107421875000 +-0.085937500000 +0.108886718750 +0.185546875000 +-0.160156250000 +-0.180664062500 +0.208007812500 +0.209960937500 +-0.026611328125 +-0.324218750000 +-0.076660156250 +-0.011230468750 +-0.656250000000 +-0.169921875000 +0.160156250000 +-0.146484375000 +-0.139648437500 +-0.146484375000 +-0.157226562500 +-0.021118164062 +0.017578125000 +0.143554687500 +0.083007812500 +0.078125000000 +0.150390625000 +0.024902343750 +-0.126953125000 +-0.115234375000 +-0.080566406250 +-0.071289062500 +0.113769531250 +-0.108886718750 +-0.049804687500 +-0.277343750000 +-0.108886718750 +0.122070312500 +-0.246093750000 +0.001937866211 +0.016601562500 +-0.045898437500 +-0.149414062500 +0.179687500000 +-0.083984375000 +0.201171875000 +0.125976562500 +0.176757812500 +-0.180664062500 +0.011413574219 +0.086425781250 +0.046630859375 +0.072265625000 +0.215820312500 +-0.176757812500 +-0.206054687500 +-0.250000000000 +-0.010803222656 +0.127929687500 +0.109375000000 +-0.048339843750 +-0.120117187500 +0.000762939453 +0.028198242188 +-0.117675781250 +-0.198242187500 +0.046630859375 +0.049072265625 +-0.099121093750 +-0.216796875000 +0.076660156250 +-0.070800781250 +0.213867187500 +0.025024414062 +0.189453125000 +0.047119140625 +0.008239746094 +0.102539062500 +-0.180664062500 +0.240234375000 +-0.037109375000 +-0.108886718750 +-0.112304687500 +0.024169921875 +0.077148437500 +0.030761718750 +0.006469726562 +0.029418945312 +-0.168945312500 +0.015197753906 +-0.621093750000 +-0.148437500000 +-0.173828125000 +0.096191406250 +0.000518798828 +0.287109375000 +0.010498046875 +-0.078613281250 +-0.105468750000 +0.105468750000 +0.042236328125 +0.071289062500 +0.083496093750 +-0.001556396484 +-0.215820312500 +-0.289062500000 +-0.261718750000 +-0.068359375000 +-0.239257812500 +0.035644531250 +-0.212890625000 +-0.033935546875 +0.200195312500 +0.041015625000 +-0.108886718750 +0.091308593750 +-0.080078125000 +0.058349609375 +0.007812500000 +-0.215820312500 +-0.201171875000 +-0.051269531250 +-0.054199218750 +-0.066406250000 +-0.137695312500 +-0.204101562500 +0.126953125000 +-0.209960937500 +-0.006164550781 +-0.063476562500 +-0.125976562500 +0.048339843750 +-0.065917968750 +-0.100097656250 +0.147460937500 +-0.038085937500 +0.092285156250 +-0.441406250000 +0.010864257812 +0.028930664062 +0.036621093750 +0.115234375000 +-0.129882812500 +0.249023437500 +-0.055419921875 +0.021362304688 +0.005493164062 +0.135742187500 +-0.023803710938 +-0.189453125000 +0.136718750000 +0.066406250000 +-0.287109375000 +-0.079101562500 +-0.085937500000 +0.152343750000 +0.006195068359 +0.053466796875 +0.148437500000 +-0.165039062500 +0.047607421875 +-0.071777343750 +-0.006713867188 +-0.361328125000 +0.060791015625 +-0.022583007812 +-0.244140625000 +0.137695312500 +0.167968750000 +-0.130859375000 +-0.416015625000 +0.149414062500 +0.130859375000 +-0.173828125000 +0.091308593750 +-0.139648437500 +0.049804687500 +-0.008361816406 +-0.013671875000 +0.079101562500 +-0.047119140625 +0.002456665039 +0.175781250000 +-0.172851562500 +-0.593750000000 +-0.086914062500 +-0.120605468750 +0.169921875000 +-0.304687500000 +0.026855468750 +0.166992187500 +0.005310058594 +-0.228515625000 +-0.135742187500 +0.019165039062 +0.117187500000 +0.011535644531 +-0.326171875000 +0.091308593750 +-0.081054687500 +0.086914062500 +0.013549804688 +-0.171875000000 +0.060546875000 +0.063964843750 +0.062500000000 +-0.136718750000 +-0.253906250000 +-0.006164550781 +-0.129882812500 +-0.038330078125 +-0.130859375000 +-0.011474609375 +-0.050537109375 +-0.042236328125 +-0.121093750000 +-0.136718750000 +0.010437011719 +0.123046875000 +-0.318359375000 +-0.191406250000 +-0.107421875000 +-0.049316406250 +-0.149414062500 +0.017944335938 +-0.378906250000 +-0.248046875000 +-0.250000000000 +-0.302734375000 +-0.056152343750 +0.193359375000 +-0.036621093750 +-0.009643554688 +0.071777343750 +-0.427734375000 +-0.027343750000 +-0.122558593750 +0.116210937500 +0.069824218750 +-0.123535156250 +-0.014648437500 +0.139648437500 +-0.026611328125 +0.238281250000 +-0.141601562500 +0.135742187500 +0.045410156250 +-0.146484375000 +-0.933593750000 +-0.125976562500 +-0.033691406250 +0.023803710938 +0.000823974609 +0.024902343750 +-0.003997802734 +0.017333984375 +-0.146484375000 +-0.104492187500 +0.195312500000 +0.037109375000 +-0.800781250000 +-0.302734375000 +-0.175781250000 +-0.004028320312 +0.006164550781 +0.160156250000 +0.174804687500 +0.036865234375 +-0.096191406250 +0.168945312500 +0.029663085938 +0.035888671875 +0.050537109375 +0.046630859375 +-0.062255859375 +0.017700195312 +-0.060546875000 +-0.082031250000 +0.184570312500 +-0.027954101562 +0.193359375000 +0.179687500000 +0.012878417969 +-0.018432617188 +-0.086914062500 +0.122070312500 +-0.201171875000 +-0.114746093750 +0.058593750000 +-0.019042968750 +-0.088378906250 +0.111328125000 +0.021728515625 +-0.003005981445 +0.140625000000 +-0.146484375000 +-0.040527343750 +-0.092773437500 +-0.055419921875 +0.053710937500 +-0.093750000000 +-0.046630859375 +-0.213867187500 +-0.277343750000 +0.141601562500 +-0.159179687500 +0.163085937500 +-0.166015625000 +-0.104492187500 +0.011291503906 +0.143554687500 +0.243164062500 +-0.625000000000 +0.052734375000 +-0.000679016113 +0.171875000000 +-0.014587402344 +0.041748046875 +-0.312500000000 +-0.081542968750 +-0.025878906250 +0.087890625000 +-0.166015625000 +-0.273437500000 +-0.189453125000 +-0.320312500000 +-0.089843750000 +-0.059326171875 +-0.040771484375 +0.041992187500 +0.082031250000 +-0.123046875000 +-0.106933593750 +-0.046630859375 +-0.046142578125 +0.127929687500 +0.001144409180 +0.044921875000 +-0.010681152344 +0.015441894531 +0.028686523438 +0.002090454102 +0.070312500000 +0.031250000000 +0.114746093750 +0.166015625000 +0.156250000000 +0.060791015625 +-0.095214843750 +0.190429687500 +-0.015747070312 +-0.593750000000 +0.029174804688 +0.086425781250 +0.208007812500 +0.022949218750 +-0.124511718750 +-0.000013887882 +0.064453125000 +-0.065917968750 +-0.314453125000 +-0.162109375000 +0.023803710938 +0.115722656250 +0.087890625000 +-0.149414062500 +-0.059082031250 +-0.016601562500 +-0.281250000000 +0.107421875000 +0.077148437500 +0.094726562500 +0.095214843750 +-0.357421875000 +0.010986328125 +-0.209960937500 +-0.063476562500 +-0.098632812500 +-0.144531250000 +0.004760742188 +0.156250000000 +-0.013732910156 +-0.071777343750 +-0.030761718750 +0.222656250000 +0.127929687500 +-0.174804687500 +-0.158203125000 +-0.078125000000 +-0.194335937500 +-0.139648437500 +-0.257812500000 +-0.030761718750 +0.065429687500 +-0.148437500000 +-0.312500000000 +0.104980468750 +-0.139648437500 +-0.119628906250 +0.015869140625 +0.120117187500 +-0.222656250000 +0.003219604492 +0.140625000000 +0.027099609375 +-0.064453125000 +-0.026489257812 +-0.058349609375 +-0.111328125000 +-0.076171875000 +-0.135742187500 +-0.081542968750 +-0.125000000000 +0.074707031250 +0.070800781250 +-0.063964843750 +0.006561279297 +0.382812500000 +0.073730468750 +-0.345703125000 +-0.347656250000 +0.002868652344 +-0.008117675781 +-1.367187500000 +-0.228515625000 +-0.064453125000 +0.012390136719 +0.054687500000 +-0.140625000000 +0.174804687500 +0.030395507812 +0.109375000000 +0.191406250000 +0.104003906250 +0.219726562500 +0.041748046875 +0.267578125000 +-0.091308593750 +0.013732910156 +-0.507812500000 +0.102050781250 +0.208984375000 +0.053955078125 +0.062988281250 +0.053466796875 +-0.277343750000 +-0.215820312500 +-0.322265625000 +-0.048339843750 +0.035888671875 +0.093261718750 +-0.082031250000 +0.080078125000 +-0.109375000000 +-1.367187500000 +0.206054687500 +0.251953125000 +-0.104492187500 +-0.192382812500 +-0.511718750000 +0.054199218750 +0.021240234375 +-0.171875000000 +0.080078125000 +-0.038085937500 +-0.203125000000 +-0.052734375000 +-0.660156250000 +-0.087890625000 +-0.094726562500 +0.185546875000 +-0.337890625000 +-0.054931640625 +0.111816406250 +-0.040283203125 +0.088867187500 +-0.194335937500 +-0.121093750000 +-0.155273437500 +-0.243164062500 +0.066406250000 +0.106933593750 +0.170898437500 +-0.035400390625 +-0.242187500000 +0.097167968750 +-0.070312500000 +-0.035888671875 +-0.009399414062 +-0.253906250000 +0.036132812500 +-0.104492187500 +-0.036865234375 +-0.048828125000 +0.072753906250 +0.073242187500 +-0.279296875000 +-0.217773437500 +0.135742187500 +-0.207031250000 +0.036621093750 +0.075683593750 +-0.172851562500 +0.111816406250 +-0.057373046875 +0.166992187500 +0.159179687500 +0.167968750000 +0.257812500000 +0.117187500000 +-0.052001953125 +0.124023437500 +-0.201171875000 +-0.135742187500 +0.291015625000 +-0.067382812500 +-0.015502929688 +0.031005859375 +-0.064941406250 +-0.132812500000 +-0.147460937500 +-0.059326171875 +0.259765625000 +-0.083496093750 +-0.077148437500 +-0.165039062500 +-0.294921875000 +-0.020751953125 +-0.128906250000 +-0.144531250000 +0.190429687500 +0.180664062500 +0.173828125000 +-1.578125000000 +-0.503906250000 +0.054199218750 +-0.122070312500 +-0.008361816406 +0.173828125000 +-0.002120971680 +-0.035156250000 +-0.049316406250 +-0.470703125000 +0.055419921875 +0.181640625000 +0.065429687500 +-0.201171875000 +0.073242187500 +0.082519531250 +-0.190429687500 +-0.120117187500 +0.071777343750 +0.000170707703 +0.050292968750 +-0.250000000000 +-0.055664062500 +-0.255859375000 +-0.077148437500 +0.047119140625 +0.031738281250 +-0.057861328125 +-0.359375000000 +0.043945312500 +-0.021972656250 +-0.147460937500 +0.194335937500 +0.141601562500 +-0.102539062500 +-0.197265625000 +-0.067382812500 +-0.092285156250 +-0.011779785156 +-0.168945312500 +-0.026123046875 +0.027465820312 +-0.100585937500 +-0.515625000000 +-0.027954101562 +-0.047851562500 +0.022827148438 +0.084960937500 +0.111328125000 +0.060546875000 +-0.285156250000 +-0.006439208984 +-0.121093750000 +-0.041259765625 +-0.018066406250 +0.065429687500 +-0.078125000000 +0.247070312500 +0.000459671021 +0.025024414062 +-0.002471923828 +-0.029541015625 +0.136718750000 +0.004119873047 +0.012817382812 +-0.113769531250 +-0.135742187500 +-0.187500000000 +-0.032958984375 +-0.064453125000 +-0.115234375000 +0.180664062500 +-0.190429687500 +0.097656250000 +0.075195312500 +0.010864257812 +0.038818359375 +-0.085937500000 +0.210937500000 +-0.392578125000 +-0.105468750000 +0.137695312500 +-0.199218750000 +0.070312500000 +0.088867187500 +-0.120605468750 +-0.112792968750 +0.196289062500 +0.068359375000 +0.073730468750 +-0.009643554688 +0.235351562500 +-0.056884765625 +-0.072265625000 +-0.044189453125 +0.058837890625 +-0.153320312500 +-0.433593750000 +-0.031738281250 +0.036132812500 +0.078125000000 +0.187500000000 +-0.090820312500 +-0.094238281250 +-0.234375000000 +-1.382812500000 +-0.062988281250 +-0.048095703125 +0.059326171875 +0.265625000000 +-0.628906250000 +-0.040771484375 +0.237304687500 +-0.231445312500 +-0.226562500000 +-0.010375976562 +-0.084960937500 +-0.108886718750 +-0.007324218750 +0.077148437500 +-0.055419921875 +-0.115722656250 +0.178710937500 +-0.088378906250 +0.171875000000 +-0.055419921875 +-0.925781250000 +0.046630859375 +-0.129882812500 +-0.094726562500 +-0.316406250000 +-0.026733398438 +0.012207031250 +-0.269531250000 +-0.094726562500 +-0.033203125000 +-0.019409179688 +0.238281250000 +0.159179687500 +-0.032470703125 +-0.298828125000 +-0.036132812500 +0.003997802734 +-0.277343750000 +-0.213867187500 +0.056396484375 +0.040039062500 +-0.052001953125 +-0.031005859375 +0.123046875000 +-0.082519531250 +0.012390136719 +-0.306640625000 +0.055419921875 +-0.205078125000 +-0.155273437500 +-0.298828125000 +-0.027832031250 +0.044677734375 +-0.050781250000 +-0.196289062500 +0.053710937500 +0.023559570312 +0.250000000000 +-0.083007812500 +0.002548217773 +-0.030517578125 +-0.079101562500 +-0.026367187500 +-0.205078125000 +0.153320312500 +-0.027343750000 +-0.054687500000 +-0.287109375000 +-0.273437500000 +-0.236328125000 +-0.089843750000 +-0.237304687500 +0.027587890625 +-0.100585937500 +0.236328125000 +-0.142578125000 +-0.375000000000 +-0.100585937500 +-0.229492187500 +-0.063964843750 +0.339843750000 +0.070800781250 +-0.030883789062 +-0.010864257812 +0.080566406250 +0.009399414062 +-0.275390625000 +-0.080566406250 +0.048339843750 +0.106933593750 +-0.119140625000 +-0.193359375000 +0.037353515625 +-0.121582031250 +0.033203125000 +-0.111816406250 +0.190429687500 +-0.105957031250 +-0.139648437500 +0.014709472656 +0.154296875000 +0.201171875000 +-0.028564453125 +-0.104003906250 +0.091308593750 +0.039062500000 +-0.002655029297 +0.004913330078 +-0.037109375000 +0.108886718750 +0.021606445312 +-0.105957031250 +0.093261718750 +0.058593750000 +0.031494140625 +-0.738281250000 +-0.032714843750 +-0.017700195312 +0.035156250000 +0.007202148438 +-0.221679687500 +-0.197265625000 +-0.015502929688 +0.178710937500 +-0.156250000000 +0.035400390625 +-0.082031250000 +0.032470703125 +0.074707031250 +0.058105468750 +-0.099121093750 +-0.133789062500 +-0.171875000000 +0.004943847656 +-0.078125000000 +0.094238281250 +0.012756347656 +0.132812500000 +-0.143554687500 +0.375000000000 +0.045410156250 +-0.060791015625 +-0.050048828125 +0.096679687500 +0.137695312500 +0.045654296875 +0.119628906250 +0.110351562500 +0.013977050781 +-0.019531250000 +0.085449218750 +0.043945312500 +0.226562500000 +0.096191406250 +-0.111328125000 +-0.408203125000 +0.038574218750 +-0.109863281250 +0.086914062500 +0.193359375000 +0.066406250000 +-0.145507812500 +0.222656250000 +-0.127929687500 +-0.078613281250 +0.153320312500 +-0.143554687500 +0.142578125000 +-0.065429687500 +0.105957031250 +-0.243164062500 +0.022460937500 +0.010192871094 +0.115234375000 +-0.250000000000 +-0.042236328125 +-0.249023437500 +0.185546875000 +-0.054199218750 +0.149414062500 +-0.144531250000 +-0.267578125000 +-0.236328125000 +0.181640625000 +-0.033203125000 +0.116210937500 +-0.176757812500 +0.091796875000 +0.040283203125 +0.041748046875 +-0.332031250000 +0.074218750000 +0.074707031250 +0.060791015625 +0.017456054688 +-0.086425781250 +-0.121093750000 +0.003387451172 +-0.035888671875 +0.103515625000 +-0.128906250000 +-0.042968750000 +0.021484375000 +-0.205078125000 +0.040527343750 +-0.117675781250 +0.037353515625 +-0.120605468750 +-0.052001953125 +-0.241210937500 +-0.204101562500 +0.046142578125 +0.056152343750 +-0.095703125000 +-0.112792968750 +0.145507812500 +0.147460937500 +-0.119628906250 +-0.025024414062 +-0.133789062500 +-0.486328125000 +-0.004974365234 +-0.135742187500 +-0.154296875000 +0.063964843750 +-0.079101562500 +0.083496093750 +0.114746093750 +0.088378906250 +-0.722656250000 +-0.121582031250 +-0.007446289062 +-0.037597656250 +-0.020751953125 +0.059814453125 +0.019897460938 +-0.056884765625 +-0.020141601562 +0.017456054688 +-0.105468750000 +-0.028198242188 +0.038330078125 +-0.185546875000 +0.498046875000 +-0.127929687500 +0.206054687500 +-0.199218750000 +-0.287109375000 +0.451171875000 +-0.173828125000 +-0.425781250000 +0.013793945312 +-0.014404296875 +0.010253906250 +0.094238281250 +0.184570312500 +-0.110351562500 +-0.129882812500 +0.088378906250 +-0.043212890625 +0.245117187500 +0.018676757812 +0.136718750000 +0.086914062500 +-0.112304687500 +-0.150390625000 +0.122070312500 +0.077148437500 +0.226562500000 +0.048095703125 +0.041015625000 +-0.373046875000 +-0.171875000000 +-0.086914062500 +-0.226562500000 +-0.008850097656 +-0.593750000000 +-0.116210937500 +0.016601562500 +-0.085937500000 +-0.005950927734 +-0.185546875000 +0.079101562500 +-0.026733398438 +0.261718750000 +0.059814453125 +0.041259765625 +0.204101562500 +-0.068359375000 +0.042480468750 +-0.068847656250 +-0.037353515625 +0.046142578125 +0.154296875000 +-0.067382812500 +0.005920410156 +-0.019775390625 +0.002563476562 +0.048583984375 +-0.105957031250 +-0.006927490234 +-0.078125000000 +0.023071289062 +-0.122558593750 +0.000145912170 +-0.871093750000 +-0.018310546875 +-0.285156250000 +-0.030151367188 +0.019042968750 +0.566406250000 +0.061523437500 +-0.271484375000 +-0.140625000000 +-0.073730468750 +-0.084960937500 +0.066894531250 +0.018310546875 +0.394531250000 +0.535156250000 +0.011413574219 +0.000663757324 +-0.087402343750 +0.125000000000 +0.500000000000 +-0.027709960938 +0.239257812500 +0.118652343750 +-0.071777343750 +0.025634765625 +0.136718750000 +-0.104003906250 +0.047363281250 +-0.003433227539 +-0.022338867188 +0.044921875000 +-0.277343750000 +-0.207031250000 +-0.123046875000 +0.064453125000 +0.287109375000 +0.037109375000 +0.241210937500 +-0.087402343750 +-0.088867187500 +0.147460937500 +-0.214843750000 +-0.030395507812 +-0.250000000000 +0.012207031250 +0.025756835938 +-0.090332031250 +-0.058105468750 +-0.103515625000 +-0.056640625000 +0.053222656250 +-0.333984375000 +-0.269531250000 +0.004730224609 +0.091308593750 +0.062500000000 +0.007141113281 +0.086914062500 +-0.030761718750 +-0.040283203125 +0.097656250000 +-0.017822265625 +0.306640625000 +-0.134765625000 +-0.178710937500 +-0.269531250000 +0.251953125000 +0.078613281250 +0.013671875000 +-0.363281250000 +-0.009765625000 +-0.131835937500 +0.193359375000 +0.001754760742 +-0.003616333008 +-0.000170707703 +-0.025512695312 +0.019042968750 +0.112304687500 +-0.138671875000 +-0.213867187500 +0.036132812500 +0.159179687500 +0.007446289062 +0.186523437500 +0.096679687500 +-0.010253906250 +-0.066894531250 +-0.120605468750 +-0.005584716797 +0.071777343750 +-0.365234375000 +0.153320312500 +-0.062988281250 +-0.746093750000 +-0.003372192383 +-0.231445312500 +0.191406250000 +-0.057861328125 +-0.105468750000 +-0.024169921875 +-0.466796875000 +0.181640625000 +-0.015869140625 +-0.189453125000 +0.047363281250 +0.157226562500 +0.087402343750 +-0.271484375000 +-0.233398437500 +-0.178710937500 +-0.022216796875 +-0.047851562500 +-0.099609375000 +0.031982421875 +-0.455078125000 +-0.263671875000 +0.081542968750 +-0.020263671875 +-0.128906250000 +-0.058593750000 +-0.002929687500 +-0.341796875000 +-0.023315429688 +-0.031738281250 +-0.123046875000 +0.148437500000 +0.045898437500 +-0.231445312500 +-0.041748046875 +-0.137695312500 +0.051757812500 +-0.123046875000 +-0.121582031250 +0.004699707031 +-0.245117187500 +-0.302734375000 +-0.032470703125 +-0.095703125000 +-0.009521484375 +-0.187500000000 +-0.283203125000 +0.060791015625 +-0.082031250000 +-0.141601562500 +-0.333984375000 +-0.023193359375 +0.094726562500 +-0.261718750000 +-0.460937500000 +0.102539062500 +-0.217773437500 +0.108398437500 +0.027465820312 +-0.068847656250 +0.214843750000 +0.029052734375 +-0.111816406250 +-0.187500000000 +-0.146484375000 +-0.026611328125 +0.008972167969 +-0.042236328125 +-0.110351562500 +0.044189453125 +0.111328125000 +-0.003738403320 +-0.138671875000 +-0.229492187500 +-0.005676269531 +-0.006774902344 +0.255859375000 +-0.090332031250 +0.057617187500 +0.152343750000 +0.263671875000 +0.182617187500 +-0.257812500000 +-0.042236328125 +0.176757812500 +-0.193359375000 +-0.030029296875 +-0.077148437500 +0.105468750000 +-0.032470703125 +-0.128906250000 +-0.298828125000 +-0.306640625000 +-0.090332031250 +-0.084472656250 +-0.128906250000 +-0.093750000000 +0.174804687500 +0.044921875000 +-0.078613281250 +-0.050292968750 +0.043212890625 +-0.166992187500 +-0.019897460938 +-0.011657714844 +0.103027343750 +-0.119140625000 +0.104003906250 +-0.006256103516 +-0.292968750000 +-0.378906250000 +0.081542968750 +-0.116210937500 +-0.059326171875 +-0.038574218750 +-0.024291992188 +-0.090820312500 +0.028930664062 +-0.004516601562 +-0.057861328125 +0.031494140625 +0.038330078125 +0.087890625000 +-0.097167968750 +-0.058349609375 +-0.045654296875 +-0.119140625000 +-0.212890625000 +-0.152343750000 +0.156250000000 +-0.375000000000 +-0.312500000000 +-0.191406250000 +-0.041748046875 +-0.273437500000 +-0.088378906250 +0.049560546875 +-0.090332031250 +-0.124023437500 +-0.065917968750 +-0.029418945312 +-0.007110595703 +-0.065917968750 +-0.056640625000 +-0.046875000000 +-0.761718750000 +0.040283203125 +-0.068847656250 +0.078125000000 +0.008056640625 +0.161132812500 +0.042724609375 +-0.069335937500 +0.166992187500 +-0.221679687500 +-0.233398437500 +-0.326171875000 +-0.179687500000 +-0.006164550781 +-0.203125000000 +-0.043212890625 +0.030151367188 +0.084960937500 +-0.166015625000 +-0.049804687500 +0.010437011719 +0.028198242188 +0.059814453125 +-0.083496093750 +-0.093261718750 +-0.008605957031 +-0.014160156250 +0.053955078125 +-0.019165039062 +-0.001541137695 +-0.040527343750 +0.016601562500 +0.296875000000 +0.117675781250 +-0.215820312500 +0.032470703125 +-0.104492187500 +-0.016113281250 +-0.104492187500 +-0.201171875000 +0.032470703125 +0.090332031250 +0.173828125000 +-0.055175781250 +-0.098632812500 +0.137695312500 +-0.621093750000 +-0.110351562500 +0.007995605469 +0.065917968750 +-0.030029296875 +0.028076171875 +-0.024414062500 +-0.164062500000 +0.143554687500 +-0.066894531250 +-0.070800781250 +-0.156250000000 +0.049560546875 +0.263671875000 +0.015502929688 +0.122558593750 +-0.093261718750 +-0.060546875000 +0.077636718750 +-0.154296875000 +0.032226562500 +0.168945312500 +-0.013977050781 +0.112792968750 +-0.053466796875 +0.121093750000 +0.050048828125 +-0.087890625000 +-0.396484375000 +0.007537841797 +0.085937500000 +-0.064453125000 +-0.009765625000 +-0.326171875000 +-0.300781250000 +0.008911132812 +0.122558593750 +0.017822265625 +0.072753906250 +-0.077636718750 +-0.119140625000 +-0.097167968750 +-0.173828125000 +0.129882812500 +0.022338867188 +-0.114257812500 +-0.001983642578 +0.337890625000 +0.170898437500 +-0.197265625000 +0.082519531250 +0.104980468750 +0.191406250000 +0.101562500000 +-0.040039062500 +-0.005828857422 +-0.059082031250 +0.129882812500 +-0.035644531250 +-0.048828125000 +-0.040527343750 +-0.020385742188 +-0.065429687500 +-0.123535156250 +0.184570312500 +-0.082031250000 +-0.040039062500 +-0.060302734375 +-0.044921875000 +0.055175781250 +0.042480468750 +0.027465820312 +-0.058349609375 +0.125976562500 +0.083496093750 +-0.240234375000 +-0.236328125000 +0.149414062500 +-0.230468750000 +0.065429687500 +-0.013366699219 +0.247070312500 +-0.007171630859 +-0.004943847656 +-0.043457031250 +0.145507812500 +0.179687500000 +-0.197265625000 +0.008544921875 +0.053466796875 +-0.126953125000 +-0.108886718750 +-0.186523437500 +-0.001449584961 +-0.039306640625 +0.190429687500 +-0.182617187500 +0.052246093750 +-0.026855468750 +0.037353515625 +-0.228515625000 +0.098632812500 +-0.067382812500 +0.145507812500 +-0.222656250000 +-0.550781250000 +-0.398437500000 +-0.060058593750 +0.060058593750 +-0.086425781250 +0.056396484375 +-0.042480468750 +0.253906250000 +0.066406250000 +0.008728027344 +0.197265625000 +-0.167968750000 +0.176757812500 +0.087890625000 +0.166992187500 +0.190429687500 +-0.142578125000 +0.007415771484 +-0.084960937500 +-0.162109375000 +0.065917968750 +-0.058105468750 +-0.089843750000 +-0.028686523438 +0.043701171875 +-0.148437500000 +-0.082031250000 +0.168945312500 +0.189453125000 +0.017089843750 +0.050537109375 +-0.074707031250 +-0.245117187500 +-0.053466796875 +0.017456054688 +0.041748046875 +0.202148437500 +0.172851562500 +-0.068847656250 +0.187500000000 +-0.245117187500 +-0.013122558594 +0.016357421875 +-0.212890625000 +-0.045654296875 +-0.150390625000 +-0.096191406250 +-0.025390625000 +-0.451171875000 +-0.039306640625 +0.093261718750 +0.236328125000 +-0.111328125000 +-0.059326171875 +0.170898437500 +0.114257812500 +-0.044677734375 +0.135742187500 +-0.040527343750 +0.006469726562 +-0.028198242188 +-0.013916015625 +0.353515625000 +0.054931640625 +-0.133789062500 +0.087890625000 +-0.135742187500 +0.146484375000 +0.061523437500 +0.016357421875 +0.250000000000 +-0.009765625000 +0.067382812500 +0.008178710938 +0.113281250000 +0.010070800781 +0.419921875000 +0.131835937500 +0.316406250000 +-0.219726562500 +0.024536132812 +0.041992187500 +0.165039062500 +0.104003906250 +-0.053222656250 +-0.265625000000 +-0.034667968750 +-0.130859375000 +0.124511718750 +-0.036865234375 +-0.123046875000 +-0.061523437500 +0.150390625000 +-0.009582519531 +0.014099121094 +-0.012512207031 +0.049072265625 +0.129882812500 +-0.115722656250 +0.131835937500 +-0.300781250000 +0.011413574219 +0.064941406250 +0.045898437500 +0.137695312500 +0.009277343750 +-0.030151367188 +-0.316406250000 +-0.021118164062 +-0.312500000000 +-0.202148437500 +-0.062988281250 +0.035644531250 +-0.165039062500 +-0.049560546875 +0.231445312500 +0.017456054688 +0.096679687500 +0.092773437500 +0.031982421875 +-0.035156250000 +-0.153320312500 +0.013366699219 +-0.107421875000 +-0.123046875000 +0.109375000000 +-0.137695312500 +-0.087890625000 +-0.130859375000 +0.093261718750 +-0.125976562500 +-0.029663085938 +0.179687500000 +-0.174804687500 +-0.024780273438 +-0.112792968750 +0.129882812500 +-0.074707031250 +-0.023681640625 +-0.029541015625 +0.031982421875 +-0.070800781250 +-0.076660156250 +-0.080566406250 +-0.185546875000 +-0.095214843750 +0.038574218750 +0.243164062500 +-0.206054687500 +-0.125976562500 +0.107910156250 +-0.036621093750 +-0.164062500000 +0.016723632812 +0.074707031250 +0.046142578125 +0.017333984375 +-0.080078125000 +-0.394531250000 +0.105957031250 +-0.050537109375 +0.150390625000 +-0.214843750000 +-0.073242187500 +-0.007049560547 +-0.138671875000 +0.064453125000 +0.018920898438 +-0.053955078125 +-0.079589843750 +-0.216796875000 +0.208007812500 +-0.054687500000 +0.018066406250 +0.092773437500 +-0.038085937500 +0.107910156250 +-0.057373046875 +0.117187500000 +-0.094726562500 +0.145507812500 +-0.217773437500 +-0.068847656250 +0.012451171875 +-0.157226562500 +-0.005035400391 +-0.010314941406 +0.247070312500 +-0.089843750000 +0.026611328125 +0.050292968750 +-0.153320312500 +-0.068359375000 +-0.558593750000 +0.281250000000 +-0.125000000000 +-0.127929687500 +-0.045898437500 +0.116699218750 +0.197265625000 +-0.185546875000 +-0.060791015625 +0.029541015625 +0.036621093750 +0.044921875000 +-0.839843750000 +-0.277343750000 +0.130859375000 +-0.121093750000 +0.075683593750 +-0.073242187500 +-0.031250000000 +-0.167968750000 +-0.224609375000 +-0.093261718750 +0.085937500000 +-0.053955078125 +0.328125000000 +0.163085937500 +-0.076660156250 +0.043945312500 +-0.088867187500 +0.049560546875 +0.111816406250 +0.157226562500 +-0.009277343750 +0.080078125000 +-0.570312500000 +-0.055908203125 +-0.016357421875 +0.035400390625 +0.010986328125 +0.169921875000 +0.109863281250 +-0.435546875000 +-0.083496093750 +0.191406250000 +0.166992187500 +0.190429687500 +0.023803710938 +0.267578125000 +-0.160156250000 +0.037109375000 +-0.071777343750 +-0.582031250000 +-0.302734375000 +-0.208984375000 +-0.052978515625 +0.052490234375 +0.131835937500 +-0.115722656250 +-0.068847656250 +-0.123046875000 +-0.071777343750 +0.028930664062 +-0.069824218750 +-0.002578735352 +-0.119628906250 +-0.017944335938 +-0.410156250000 +-0.161132812500 +-0.000526428223 +-0.245117187500 +0.065429687500 +0.037353515625 +-0.065429687500 +-0.156250000000 +-0.229492187500 +-0.014587402344 +0.005493164062 +0.180664062500 +0.181640625000 +0.287109375000 +0.139648437500 +-0.062988281250 +-0.031738281250 +0.011108398438 +-0.339843750000 +-0.003662109375 +-0.166992187500 +0.002136230469 +0.091796875000 +0.043457031250 +-0.152343750000 +0.022705078125 +0.115234375000 +-0.007415771484 +0.023071289062 +0.018554687500 +-0.096191406250 +-0.016479492188 +-0.431640625000 +-0.162109375000 +-1.460937500000 +0.057861328125 +-0.054687500000 +0.535156250000 +0.059570312500 +0.061523437500 +0.003402709961 +-0.148437500000 +-0.052246093750 +-0.153320312500 +-0.032470703125 +0.031494140625 +0.077148437500 +-0.014587402344 +-0.105468750000 +-0.068847656250 +-0.002151489258 +-0.032714843750 +-0.578125000000 +-0.005676269531 +0.253906250000 +-0.070312500000 +-0.015625000000 +0.011901855469 +-0.392578125000 +-0.753906250000 +0.070800781250 +0.136718750000 +-0.151367187500 +0.200195312500 +-0.147460937500 +0.031494140625 +-0.010131835938 +-0.968750000000 +-0.138671875000 +-0.263671875000 +-0.028564453125 +-0.051025390625 +-0.859375000000 +-0.617187500000 +-0.116699218750 +-1.429687500000 +-0.126953125000 +-0.082519531250 +-0.014282226562 +-0.968750000000 +0.067871093750 +0.015747070312 +0.019531250000 +-0.037841796875 +-0.333984375000 +0.382812500000 +-0.001274108887 +0.190429687500 +-0.126953125000 +-0.285156250000 +-0.008605957031 +0.246093750000 +-0.121582031250 +0.233398437500 +-0.065917968750 +0.224609375000 +0.244140625000 +-0.040039062500 +-0.412109375000 +-0.105957031250 +-0.103027343750 +-0.078613281250 +0.245117187500 +-0.204101562500 +-0.069335937500 +-0.174804687500 +-0.474609375000 +0.082519531250 +0.231445312500 +0.049804687500 +0.087890625000 +-0.083984375000 +-0.300781250000 +-0.218750000000 +0.088867187500 +-0.004547119141 +0.179687500000 +-0.158203125000 +-0.292968750000 +-0.097167968750 +0.040283203125 +0.133789062500 +-0.031005859375 +0.308593750000 +-0.310546875000 +0.212890625000 +-0.574218750000 +-0.073242187500 +-0.092285156250 +-0.064941406250 +-0.210937500000 +0.135742187500 +0.109375000000 +0.102539062500 +-0.118652343750 +-0.241210937500 +0.326171875000 +-0.189453125000 +-0.251953125000 +-0.474609375000 +0.138671875000 +0.197265625000 +0.095214843750 +0.223632812500 +-0.002456665039 +-0.045166015625 +-0.086914062500 +-0.046386718750 +-0.015991210938 +0.088378906250 +0.167968750000 +0.046386718750 +0.047363281250 +-0.003402709961 +-0.166992187500 +-0.032714843750 +-0.236328125000 +0.053222656250 +0.196289062500 +0.014038085938 +-0.005950927734 +-0.124023437500 +0.147460937500 +0.120605468750 +-0.192382812500 +-0.000820159912 +-0.089843750000 +0.108398437500 +-0.098632812500 +0.029907226562 +-0.069335937500 +-0.170898437500 +0.102050781250 +-0.189453125000 +-0.034423828125 +-0.186523437500 +0.192382812500 +-0.018676757812 +0.029785156250 +0.113281250000 +0.014282226562 +0.232421875000 +-0.149414062500 +-0.031982421875 +-0.249023437500 +-0.128906250000 +-0.125976562500 +-0.433593750000 +-0.200195312500 +-0.020385742188 +0.133789062500 +-0.133789062500 +0.121582031250 +0.001556396484 +-0.034667968750 +0.100097656250 +-0.361328125000 +-0.000090599060 +-0.155273437500 +0.135742187500 +0.014953613281 +-0.159179687500 +-0.203125000000 +-0.203125000000 +-0.222656250000 +-0.163085937500 +0.094238281250 +0.134765625000 +-0.050292968750 +0.028198242188 +-0.511718750000 +-0.002059936523 +-0.107421875000 +-0.042480468750 +-0.034179687500 +-0.033691406250 +-0.130859375000 +-0.039550781250 +0.044677734375 +0.058837890625 +-0.236328125000 +-0.003112792969 +0.062988281250 +0.065917968750 +-0.004364013672 +0.001380920410 +-0.110839843750 +0.059326171875 +0.014648437500 +-0.271484375000 +0.007720947266 +0.084472656250 +0.116699218750 +-0.051025390625 +-0.090332031250 +0.020019531250 +-0.165039062500 +0.033447265625 +0.166015625000 +-0.134765625000 +-0.015747070312 +-0.172851562500 +-0.000209808350 +-0.053466796875 +0.108886718750 +0.024902343750 +0.080078125000 +-0.081542968750 +0.158203125000 +-0.084960937500 +-0.003173828125 +0.008605957031 +-0.353515625000 +-0.151367187500 +-0.186523437500 +0.166015625000 +0.183593750000 +0.095214843750 +-0.013305664062 +0.052490234375 +-0.023681640625 +0.072753906250 +0.119140625000 +0.022705078125 +0.052001953125 +-0.093261718750 +0.012390136719 +0.195312500000 +-0.014709472656 +0.112304687500 +0.138671875000 +-0.106933593750 +0.044433593750 +-0.028808593750 +0.119140625000 +-0.212890625000 +0.177734375000 +-0.267578125000 +-0.051513671875 +-0.111816406250 +-0.067382812500 +0.135742187500 +-0.003128051758 +0.283203125000 +-0.081054687500 +0.059082031250 +0.061523437500 +0.120117187500 +-0.187500000000 +-0.156250000000 +0.125976562500 +0.071777343750 +0.197265625000 +0.253906250000 +-0.291015625000 +-0.390625000000 +0.042968750000 +-0.092285156250 +-0.030639648438 +-0.357421875000 +-0.101074218750 +-0.137695312500 +0.123046875000 +-0.289062500000 +0.147460937500 +-0.127929687500 +-0.113281250000 +0.124023437500 +0.007049560547 +0.174804687500 +-0.102050781250 +-0.082031250000 +-0.275390625000 +-0.287109375000 +0.166015625000 +-0.196289062500 +-0.059814453125 +-0.171875000000 +0.006866455078 +-0.089355468750 +-0.298828125000 +-0.134765625000 +-0.042236328125 +-0.255859375000 +0.230468750000 +-0.006622314453 +0.245117187500 +0.010375976562 +-0.089843750000 +-0.030151367188 +0.206054687500 +0.213867187500 +0.007080078125 +0.047119140625 +0.033691406250 +-0.096679687500 +-0.121093750000 +-0.220703125000 +0.160156250000 +-0.104980468750 +-0.057128906250 +-0.231445312500 +-0.156250000000 +-0.130859375000 +0.123535156250 +-0.166992187500 +-0.128906250000 +-0.010375976562 +-0.067871093750 +-0.023193359375 +-0.007324218750 +0.128906250000 +-0.016357421875 +-0.131835937500 +0.052246093750 +0.122070312500 +-0.102539062500 +-0.094726562500 +-0.217773437500 +-0.052978515625 +0.080078125000 +0.071289062500 +-0.017089843750 +-0.106445312500 +0.511718750000 +-0.071289062500 +0.033691406250 +-0.233398437500 +0.102050781250 +0.075683593750 +-0.022583007812 +0.097167968750 +0.149414062500 +-0.519531250000 +-0.101074218750 +-0.384765625000 +-0.190429687500 +-0.151367187500 +-0.016357421875 +-0.010070800781 +0.216796875000 +-0.072265625000 +0.234375000000 +0.082031250000 +-0.170898437500 +0.106445312500 +0.040039062500 +-0.115234375000 +0.043945312500 +-0.008789062500 +0.156250000000 +-0.078613281250 +-0.174804687500 +0.099609375000 +0.040771484375 +0.048095703125 +0.167968750000 +-0.183593750000 +-0.086425781250 +0.013061523438 +0.025756835938 +-0.174804687500 +0.055664062500 +-0.049560546875 +0.095703125000 +-0.095214843750 +-0.034667968750 +0.003784179688 +0.451171875000 +0.132812500000 +-0.089355468750 +0.106445312500 +0.031494140625 +0.251953125000 +-0.157226562500 +-0.062988281250 +-0.332031250000 +0.053222656250 +-0.104492187500 +0.225585937500 +-0.378906250000 +0.423828125000 +-0.067382812500 +-0.251953125000 +0.167968750000 +0.234375000000 +0.037597656250 +-0.042724609375 +-0.114257812500 +0.247070312500 +-0.302734375000 +0.057373046875 +-0.134765625000 +-0.142578125000 +-0.308593750000 +0.022583007812 +-0.109863281250 +0.091796875000 +0.267578125000 +-0.166992187500 +-0.296875000000 +-0.043212890625 +-0.134765625000 +0.125976562500 +0.152343750000 +0.178710937500 +-0.357421875000 +-0.071289062500 +-0.085937500000 +0.011840820312 +0.083007812500 +-0.343750000000 +0.199218750000 +0.253906250000 +0.121093750000 +-0.148437500000 +-0.099609375000 +0.190429687500 +0.243164062500 +0.101074218750 +0.110351562500 +-0.141601562500 +0.089843750000 +0.009338378906 +-0.021972656250 +0.127929687500 +-0.273437500000 +0.162109375000 +-0.147460937500 +0.271484375000 +0.050781250000 +0.044921875000 +0.013549804688 +0.145507812500 +-0.084960937500 +0.021972656250 +0.089843750000 +0.006347656250 +-0.071289062500 +-0.050048828125 +-0.289062500000 +-0.018432617188 +-0.112304687500 +-0.053710937500 +-0.269531250000 +0.046386718750 +-0.855468750000 +-0.037841796875 +-0.425781250000 +0.124511718750 +-0.014709472656 +0.008361816406 +-0.279296875000 +-0.184570312500 +-0.047851562500 +-0.316406250000 +0.306640625000 +-0.104492187500 +-0.382812500000 +-0.012084960938 +-0.200195312500 +0.059570312500 +0.068359375000 +0.357421875000 +-0.384765625000 +-0.078613281250 +-0.098632812500 +0.060546875000 +-0.098144531250 +-0.180664062500 +0.036621093750 +-0.070800781250 +0.130859375000 +-0.029174804688 +0.105957031250 +0.096679687500 +0.027954101562 +0.058593750000 +0.189453125000 +0.187500000000 +-0.186523437500 +0.058837890625 +-0.048339843750 +0.011413574219 +0.053955078125 +-0.001655578613 +0.008117675781 +-0.017089843750 +-0.069824218750 +-0.071289062500 +0.141601562500 +-0.033203125000 +-0.531250000000 +0.037597656250 +-0.045410156250 +-0.050048828125 +-0.476562500000 +0.054443359375 +-0.023559570312 +0.016967773438 +-0.030639648438 +-0.127929687500 +-0.106933593750 +0.032958984375 +-0.257812500000 +-0.139648437500 +-0.057128906250 +0.149414062500 +0.084472656250 +0.235351562500 +-0.017822265625 +-0.062011718750 +-0.037841796875 +0.065429687500 +0.095703125000 +-0.126953125000 +0.047363281250 +0.122558593750 +0.118164062500 +-0.204101562500 +-0.269531250000 +0.034667968750 +-0.024169921875 +-0.093750000000 +-0.267578125000 +-0.016601562500 +0.347656250000 +-0.134765625000 +-0.184570312500 +-0.112792968750 +-0.135742187500 +0.165039062500 +-0.045410156250 +0.135742187500 +0.161132812500 +-0.060791015625 +-0.076660156250 +-0.074707031250 +-0.062011718750 +-0.337890625000 +0.094238281250 +-0.014709472656 +-0.041015625000 +0.003936767578 +-0.480468750000 +0.102050781250 +-0.241210937500 +-0.236328125000 +0.097656250000 +-0.133789062500 +-0.112792968750 +-0.034912109375 +-0.105957031250 +-0.125976562500 +-0.045654296875 +-0.083984375000 +0.096191406250 +0.289062500000 +0.083007812500 +-0.207031250000 +0.041503906250 +0.000178337097 +-0.114257812500 +-0.126953125000 +-0.175781250000 +-0.084472656250 +0.050781250000 +0.078125000000 +-0.065917968750 +0.005249023438 +-0.196289062500 +0.093261718750 +-0.028442382812 +-0.310546875000 +-0.199218750000 +-0.361328125000 +-0.108886718750 +-0.030273437500 +-0.040527343750 +-0.037353515625 +0.045410156250 +0.041992187500 +-0.359375000000 +0.141601562500 +-0.181640625000 +0.041748046875 +-0.023193359375 +-0.182617187500 +-0.036376953125 +-0.181640625000 +0.139648437500 +-0.121093750000 +0.121582031250 +-0.142578125000 +0.074218750000 +0.043212890625 +0.058837890625 +-0.222656250000 +-0.824218750000 +0.078613281250 +0.097656250000 +0.017578125000 +-0.060302734375 +0.110839843750 +-0.322265625000 +0.046386718750 +-0.096679687500 +0.226562500000 +0.172851562500 +-0.083984375000 +-0.259765625000 +-0.542968750000 +0.040283203125 +0.022094726562 +-0.035156250000 +0.016113281250 +0.005401611328 +-0.028076171875 +0.060791015625 +0.071777343750 +0.023925781250 +0.047607421875 +0.130859375000 +-0.063964843750 +0.140625000000 +-0.086914062500 +-0.125976562500 +-0.039550781250 +0.061767578125 +-0.049072265625 +-0.127929687500 +0.121582031250 +0.081542968750 +0.025756835938 +0.085449218750 +0.135742187500 +0.014526367188 +0.175781250000 +0.002395629883 +-0.146484375000 +-0.008483886719 +0.165039062500 +-0.060058593750 +0.013549804688 +0.102539062500 +0.135742187500 +-0.046630859375 +-0.037109375000 +0.231445312500 +0.067382812500 +-0.043212890625 +-0.217773437500 +0.033203125000 +-0.069824218750 +-0.009155273438 +-0.103027343750 +-0.343750000000 +0.103515625000 +0.041748046875 +-0.574218750000 +-0.010803222656 +0.143554687500 +0.287109375000 +-0.154296875000 +-0.033935546875 +0.106445312500 +-0.053710937500 +0.083984375000 +0.007385253906 +0.125976562500 +0.002426147461 +-0.060546875000 +-0.094238281250 +-0.109863281250 +0.083984375000 +0.063476562500 +-0.038818359375 +-0.136718750000 +0.076171875000 +0.022094726562 +-0.277343750000 +-0.027343750000 +-0.015441894531 +0.029907226562 +0.043457031250 +0.003768920898 +0.003768920898 +0.096679687500 +-0.032958984375 +0.003555297852 +-0.019287109375 +0.020751953125 +-0.067871093750 +0.166015625000 +-0.347656250000 +-0.172851562500 +0.101562500000 +-0.242187500000 +-0.390625000000 +-0.026367187500 +-0.050292968750 +0.154296875000 +-0.043457031250 +-0.074707031250 +0.125000000000 +-0.224609375000 +-0.589843750000 +-0.035400390625 +0.159179687500 +-0.064941406250 +0.152343750000 +-0.047363281250 +-0.355468750000 +-0.002151489258 +0.025756835938 +-0.132812500000 +-0.128906250000 +-0.008361816406 +-0.144531250000 +0.030151367188 +0.126953125000 +0.006805419922 +0.004455566406 +-0.617187500000 +-0.078613281250 +-0.166015625000 +0.585937500000 +-0.167968750000 +0.126953125000 +0.064941406250 +-0.102050781250 +-0.127929687500 +-0.324218750000 +-0.111328125000 +-0.245117187500 +0.073242187500 +-0.075683593750 +-0.832031250000 +0.205078125000 +-0.228515625000 +0.136718750000 +-0.168945312500 +-0.123535156250 +-0.016113281250 +-0.219726562500 +-0.017456054688 +-0.010131835938 +0.104980468750 +-0.365234375000 +0.156250000000 +-0.162109375000 +-0.031982421875 +0.032958984375 +-0.216796875000 +-0.057861328125 +-0.423828125000 +0.056152343750 +0.006683349609 +0.063476562500 +0.024291992188 +-0.351562500000 +0.173828125000 +0.271484375000 +0.061767578125 +0.225585937500 +0.097167968750 +-0.216796875000 +-0.265625000000 +-0.230468750000 +0.151367187500 +0.176757812500 +0.146484375000 +-0.554687500000 +0.062255859375 +0.074707031250 +0.086425781250 +0.049316406250 +-0.047607421875 +-0.081542968750 +0.023071289062 +0.326171875000 +-0.017456054688 +-0.028198242188 +-0.133789062500 +0.112304687500 +-0.110839843750 +-0.036621093750 +-0.175781250000 +-0.133789062500 +-0.566406250000 +0.094726562500 +-0.019042968750 +0.048583984375 +0.066406250000 +0.082031250000 +0.217773437500 +0.240234375000 +0.073242187500 +-0.110351562500 +0.025878906250 +0.148437500000 +-0.087890625000 +-0.150390625000 +0.155273437500 +0.144531250000 +-0.059326171875 +-0.170898437500 +0.003158569336 +-0.151367187500 +-0.129882812500 +0.007324218750 +-0.048339843750 +-0.253906250000 +-0.096191406250 +-0.001388549805 +0.244140625000 +-0.292968750000 +0.071289062500 +-0.170898437500 +-0.117675781250 +-0.233398437500 +-0.201171875000 +0.114257812500 +0.201171875000 +0.235351562500 +0.304687500000 +-0.047363281250 +0.013793945312 +-0.083496093750 +-0.318359375000 +0.091308593750 +0.168945312500 +-0.291015625000 +-0.079589843750 +-0.020385742188 +0.157226562500 +-0.034423828125 +0.221679687500 +-0.011901855469 +-0.070800781250 +-0.574218750000 +-0.021484375000 +-0.086914062500 +0.181640625000 +0.125000000000 +0.131835937500 +0.081542968750 +0.105468750000 +-0.277343750000 +-0.006072998047 +0.104980468750 +-0.335937500000 +-0.208007812500 +-0.059082031250 +0.125976562500 +-0.144531250000 +-0.032470703125 +0.000617980957 +-0.012756347656 +0.193359375000 +-0.062255859375 +-0.126953125000 +0.179687500000 +0.104492187500 +0.166992187500 +-0.020629882812 +0.187500000000 +-0.076660156250 +-0.143554687500 +-0.048339843750 +0.046630859375 +0.011413574219 +-0.013000488281 +0.061035156250 +-0.474609375000 +0.072265625000 +0.129882812500 +-0.008483886719 +0.078613281250 +-0.227539062500 +-0.257812500000 +-0.197265625000 +-0.041015625000 +0.006317138672 +0.034423828125 +0.039062500000 +-0.163085937500 +-0.073730468750 +-0.098632812500 +-0.035644531250 +-0.245117187500 +-0.073730468750 +-0.285156250000 +0.095703125000 +-0.108886718750 +-0.080078125000 +0.027343750000 +0.049804687500 +-0.106445312500 +0.087890625000 +-0.089843750000 +0.125000000000 +0.052246093750 +-0.036621093750 +-0.080078125000 +-0.081542968750 +-0.240234375000 +-0.539062500000 +-0.141601562500 +-0.026367187500 +0.180664062500 +-0.147460937500 +-0.031494140625 +-0.052001953125 +-0.367187500000 +-0.193359375000 +0.070312500000 +-0.162109375000 +-0.259765625000 +0.033447265625 +-0.333984375000 +-0.044921875000 +-0.084960937500 +-0.671875000000 +-0.378906250000 +-0.049316406250 +-0.108886718750 +0.013183593750 +-0.196289062500 +-0.123535156250 +-0.008361816406 +-0.092773437500 +0.014892578125 +-0.080566406250 +0.071289062500 +-0.269531250000 +0.041992187500 +-1.234375000000 +-0.114746093750 +0.066894531250 +-0.130859375000 +0.148437500000 +-0.009704589844 +0.085937500000 +0.052490234375 +0.049804687500 +-0.015563964844 +0.130859375000 +0.125000000000 +-0.128906250000 +-0.213867187500 +-0.001144409180 +0.165039062500 +0.195312500000 +0.042480468750 +-0.343750000000 +-0.048828125000 +-0.250000000000 +-0.011230468750 +0.204101562500 +0.034912109375 +-0.511718750000 +-0.075195312500 +-0.298828125000 +0.008239746094 +-0.136718750000 +0.007995605469 +-0.183593750000 +-0.208007812500 +0.347656250000 +-0.001953125000 +0.040039062500 +0.255859375000 +0.060546875000 +0.190429687500 +-0.008972167969 +0.244140625000 +0.149414062500 +-0.123046875000 +-0.107910156250 +-0.078613281250 +-0.158203125000 +0.076171875000 +-0.058593750000 +0.226562500000 +0.046630859375 +-0.104003906250 +0.114746093750 +0.192382812500 +-0.147460937500 +0.132812500000 +0.113769531250 +0.324218750000 +0.046386718750 +-0.099609375000 +0.046142578125 +-0.285156250000 +0.037353515625 +0.150390625000 +-0.032226562500 +0.166992187500 +0.048828125000 +-0.134765625000 +-0.024658203125 +0.019042968750 +0.044433593750 +-0.069335937500 +-0.371093750000 +0.016723632812 +-0.222656250000 +-0.035156250000 +-0.217773437500 +-0.306640625000 +0.120605468750 +-0.072753906250 +-0.012084960938 +-0.052978515625 +-0.012878417969 +-0.063476562500 +-0.022460937500 +-0.330078125000 +0.032226562500 +0.396484375000 +-0.004974365234 +-0.116210937500 +0.135742187500 +0.103027343750 +-0.129882812500 +0.267578125000 +-0.056884765625 +0.050781250000 +-0.046142578125 +-0.137695312500 +0.097656250000 +-0.173828125000 +-0.283203125000 +-0.088378906250 +-0.136718750000 +-0.218750000000 +-0.349609375000 +0.154296875000 +-0.034179687500 +-0.017211914062 +0.102539062500 +0.099121093750 +0.012634277344 +0.055419921875 +-0.153320312500 +0.205078125000 +-0.031982421875 +-0.197265625000 +-0.059570312500 +0.061523437500 +-0.013122558594 +-0.457031250000 +-0.090820312500 +-0.177734375000 +-0.007751464844 +0.117187500000 +-0.060058593750 +0.139648437500 +-0.146484375000 +0.026000976562 +0.048583984375 +0.073730468750 +-0.074218750000 +0.121093750000 +-0.049804687500 +0.373046875000 +-0.113281250000 +0.039550781250 +-0.006195068359 +0.033203125000 +0.152343750000 +-0.066406250000 +0.192382812500 +0.034667968750 +-0.033691406250 +-0.031738281250 +-0.077148437500 +0.072753906250 +-0.240234375000 +0.059082031250 +0.088867187500 +0.062500000000 +-0.095214843750 +-0.116699218750 +-0.068847656250 +-0.023559570312 +-0.205078125000 +-0.161132812500 +0.086914062500 +0.173828125000 +-0.145507812500 +0.109863281250 +-0.020751953125 +-0.060546875000 +-0.077636718750 +0.049804687500 +-0.028198242188 +-0.083984375000 +-0.039550781250 +-0.105957031250 +0.043945312500 +-0.094726562500 +0.091796875000 +0.071777343750 +-0.232421875000 +0.164062500000 +-0.115722656250 +-0.099609375000 +-0.300781250000 +0.137695312500 +-0.052001953125 +-0.174804687500 +0.236328125000 +-0.109863281250 +0.292968750000 +-0.146484375000 +0.257812500000 +0.109863281250 +0.199218750000 +0.090820312500 +0.134765625000 +-0.019165039062 +0.035644531250 +-0.140625000000 +0.085937500000 +-0.269531250000 +0.020019531250 +0.145507812500 +0.154296875000 +0.029541015625 +-0.108886718750 +0.034912109375 +-0.163085937500 +0.174804687500 +-0.201171875000 +0.041503906250 +-0.004180908203 +-0.030883789062 +0.099609375000 +-0.116699218750 +0.036621093750 +-0.910156250000 +-0.136718750000 +0.222656250000 +-0.071777343750 +-0.031982421875 +0.068847656250 +0.091796875000 +0.049072265625 +0.089355468750 +0.103027343750 +-0.357421875000 +-0.117675781250 +0.114746093750 +-0.214843750000 +-0.023193359375 +-0.111816406250 +-0.150390625000 +-0.084472656250 +0.109375000000 +0.037841796875 +-0.098632812500 +0.039550781250 +-0.558593750000 +-0.024902343750 +0.008178710938 +0.045410156250 +-0.012329101562 +-0.054687500000 +-0.333984375000 +0.131835937500 +-0.139648437500 +0.054931640625 +-0.210937500000 +-0.100097656250 +-0.058837890625 +-1.351562500000 +-0.523437500000 +-0.223632812500 +0.050781250000 +0.134765625000 +0.127929687500 +-0.302734375000 +0.002487182617 +0.191406250000 +-0.902343750000 +0.150390625000 +-0.047119140625 +-0.343750000000 +0.038085937500 +-0.190429687500 +-0.121093750000 +-0.091796875000 +0.032958984375 +0.119628906250 +-0.037353515625 +0.111328125000 +-0.153320312500 +-0.453125000000 +-0.073730468750 +-0.010620117188 +-0.146484375000 +0.015869140625 +-0.051513671875 +-0.030151367188 +0.029418945312 +-0.044677734375 +-0.009399414062 +-0.006439208984 +-0.269531250000 +-0.000297546387 +0.086425781250 +0.057861328125 +-0.095703125000 +0.110351562500 +0.071777343750 +-0.110351562500 +0.195312500000 +-0.133789062500 +-0.039306640625 +0.115234375000 +-0.074218750000 +-0.061035156250 +-0.018554687500 +0.152343750000 +0.099609375000 +-0.091308593750 +-0.084960937500 +-0.386718750000 +-0.416015625000 +-0.004180908203 +0.039794921875 +0.141601562500 +0.116699218750 +-0.341796875000 +-0.423828125000 +-0.062988281250 +0.064941406250 +0.032958984375 +-0.018432617188 +0.098144531250 +0.185546875000 +0.012573242188 +-0.314453125000 +0.132812500000 +-0.017944335938 +0.194335937500 +0.016601562500 +0.388671875000 +0.296875000000 +-0.096191406250 +0.005035400391 +-0.049072265625 +0.072753906250 +0.007049560547 +0.302734375000 +-0.052001953125 +0.090332031250 +-0.217773437500 +-0.169921875000 +-0.046875000000 +0.219726562500 +0.143554687500 +-0.060546875000 +-0.283203125000 +0.195312500000 +0.101074218750 +-0.089355468750 +-0.068847656250 +-0.051757812500 +0.123046875000 +0.005645751953 +0.051025390625 +-0.412109375000 +0.077148437500 +0.108398437500 +-0.458984375000 +0.022460937500 +-0.261718750000 +0.197265625000 +-0.063476562500 +-0.208984375000 +0.351562500000 +-0.135742187500 +0.036376953125 +-0.146484375000 +-0.072753906250 +0.065429687500 +-0.096679687500 +-0.013610839844 +-0.077636718750 +0.070800781250 +-0.024414062500 +-0.021972656250 +0.075195312500 +-0.039306640625 +0.314453125000 +0.006011962891 +0.094726562500 +-0.474609375000 +-0.349609375000 +-0.133789062500 +0.003616333008 +0.052490234375 +0.087890625000 +0.230468750000 +0.084960937500 +0.073242187500 +-0.277343750000 +-0.083984375000 +0.108398437500 +-0.376953125000 +0.017456054688 +0.128906250000 +0.219726562500 +0.007476806641 +0.039794921875 +-0.059326171875 +0.083496093750 +-0.211914062500 +-0.000534057617 +0.107421875000 +-0.022460937500 +0.036376953125 +-0.072265625000 +-0.129882812500 +0.398437500000 +0.004821777344 +-0.875000000000 +-0.369140625000 +-0.028564453125 +0.022949218750 +-0.018432617188 +0.155273437500 +0.001663208008 +-0.086914062500 +0.040283203125 +-0.410156250000 +-0.033935546875 +0.263671875000 +0.034667968750 +-0.224609375000 +0.172851562500 +0.210937500000 +-0.013671875000 +-0.007202148438 +0.072265625000 +-0.052001953125 +0.019653320312 +-0.093750000000 +-0.000759124756 +-0.699218750000 +0.084960937500 +-0.229492187500 +-0.099121093750 +-0.093750000000 +0.168945312500 +-0.112792968750 +-0.100585937500 +-0.105957031250 +0.033691406250 +0.269531250000 +0.037597656250 +-0.245117187500 +-0.015625000000 +0.076660156250 +0.063964843750 +-0.198242187500 +-0.124511718750 +-0.045898437500 +0.021972656250 +-0.710937500000 +0.143554687500 +-0.100585937500 +-0.139648437500 +-0.039550781250 +-0.012268066406 +0.020141601562 +-0.083007812500 +-0.048583984375 +0.041503906250 +-0.400390625000 +0.033447265625 +0.106445312500 +-0.159179687500 +0.390625000000 +-0.047363281250 +-0.092773437500 +0.098632812500 +-0.287109375000 +0.009094238281 +-0.070800781250 +0.182617187500 +0.023925781250 +-0.010192871094 +0.166992187500 +-0.135742187500 +-0.246093750000 +0.091796875000 +0.143554687500 +-0.089355468750 +-0.165039062500 +0.032958984375 +-0.460937500000 +-0.181640625000 +0.000484466553 +0.140625000000 +0.142578125000 +0.044189453125 +-0.228515625000 +0.116699218750 +-0.306640625000 +-0.275390625000 +-0.044677734375 +-0.075195312500 +-0.106933593750 +-0.053466796875 +-0.150390625000 +-0.019409179688 +0.044921875000 +-0.020263671875 +-0.511718750000 +0.033935546875 +0.100097656250 +0.158203125000 +-0.229492187500 +-0.353515625000 +-0.255859375000 +0.013000488281 +-0.196289062500 +-0.095214843750 +0.121093750000 +-0.038574218750 +0.057128906250 +-0.023315429688 +0.118164062500 +-0.047363281250 +-0.183593750000 +-0.119140625000 +0.025756835938 +0.179687500000 +0.001197814941 +-0.199218750000 +-0.026245117188 +-0.246093750000 +-0.062255859375 +-0.172851562500 +-0.014526367188 +0.046142578125 +-0.164062500000 +0.140625000000 +-0.066406250000 +-0.014587402344 +-0.154296875000 +0.036376953125 +-0.062988281250 +0.024291992188 +-0.005828857422 +-0.126953125000 +0.071289062500 +0.011413574219 +0.156250000000 +0.026245117188 +-0.292968750000 +0.183593750000 +-0.028320312500 +0.304687500000 +-0.215820312500 +0.007324218750 +0.045898437500 +0.118652343750 +-0.012084960938 +-0.008300781250 +0.067871093750 +-0.180664062500 +0.083496093750 +-0.392578125000 +-0.078613281250 +-0.085449218750 +-0.029052734375 +0.123535156250 +0.110839843750 +0.011230468750 +0.222656250000 +0.060546875000 +-0.104003906250 +0.034667968750 +-0.031738281250 +0.042724609375 +0.122558593750 +-0.006103515625 +-0.343750000000 +-0.032714843750 +-0.191406250000 +-0.247070312500 +0.024169921875 +-0.023071289062 +0.201171875000 +0.093750000000 +-0.004425048828 +0.028808593750 +0.050048828125 +-0.197265625000 +-0.205078125000 +-0.227539062500 +-0.101562500000 +-0.275390625000 +-0.199218750000 +-0.011047363281 +0.141601562500 +-0.127929687500 +0.233398437500 +0.127929687500 +0.004730224609 +0.145507812500 +0.161132812500 +-0.210937500000 +0.050292968750 +-0.113769531250 +-0.058837890625 +-0.017578125000 +0.038085937500 +-0.132812500000 +-0.120605468750 +-0.191406250000 +-0.082519531250 +-0.339843750000 +-0.146484375000 +0.068847656250 +0.016235351562 +0.291015625000 +-0.037109375000 +-0.052978515625 +0.197265625000 +0.146484375000 +-0.037353515625 +-0.168945312500 +-0.033447265625 +-0.007537841797 +0.027709960938 +-0.117675781250 +-0.167968750000 +-0.028808593750 +0.029785156250 +-0.108398437500 +-0.181640625000 +-0.003799438477 +0.318359375000 +0.038818359375 +-0.155273437500 +0.046142578125 +-0.053466796875 +-0.414062500000 +-0.183593750000 +0.255859375000 +0.068847656250 +-0.093261718750 +-0.080566406250 +0.005523681641 +-0.030395507812 +-0.886718750000 +-0.112792968750 +-0.117675781250 +0.025390625000 +-0.070312500000 +-0.455078125000 +-0.341796875000 +0.093261718750 +-0.257812500000 +-0.132812500000 +-0.088867187500 +0.065429687500 +-0.073730468750 +0.045410156250 +-0.239257812500 +-0.096191406250 +-0.007751464844 +-0.431640625000 +0.012573242188 +0.082519531250 +-0.035644531250 +-0.015991210938 +-0.281250000000 +-0.072265625000 +-0.019775390625 +0.068359375000 +0.207031250000 +-0.066406250000 +0.072753906250 +-0.404296875000 +0.058837890625 +-0.006561279297 +0.182617187500 +-0.118652343750 +0.271484375000 +0.038574218750 +0.032714843750 +0.028686523438 +-0.073242187500 +0.199218750000 +-0.152343750000 +-0.057617187500 +-0.019653320312 +-0.228515625000 +0.104003906250 +-0.224609375000 +-0.161132812500 +-0.140625000000 +-0.048828125000 +-0.263671875000 +0.088378906250 +0.225585937500 +-0.153320312500 +-0.136718750000 +-0.135742187500 +0.096679687500 +0.151367187500 +0.128906250000 +0.108398437500 +-0.118652343750 +0.040527343750 +-0.151367187500 +-0.092285156250 +0.083007812500 +-0.153320312500 +0.160156250000 +0.174804687500 +0.183593750000 +-0.189453125000 +0.096191406250 +0.165039062500 +0.095214843750 +0.138671875000 +0.129882812500 +-0.131835937500 +0.110351562500 +-0.130859375000 +0.017944335938 +-0.015991210938 +-0.161132812500 +0.160156250000 +0.002395629883 +0.253906250000 +0.094238281250 +0.083984375000 +-0.027343750000 +0.106933593750 +-0.046386718750 +-0.080078125000 +-0.035156250000 +0.206054687500 +-0.243164062500 +-0.149414062500 +-0.229492187500 +0.057128906250 +0.142578125000 +0.007995605469 +-0.032958984375 +0.162109375000 +0.041748046875 +0.082519531250 +0.113769531250 +0.269531250000 +-0.367187500000 +-0.052246093750 +0.000690460205 +-0.173828125000 +0.026123046875 +-0.269531250000 +-0.163085937500 +-0.020629882812 +-0.216796875000 +0.091796875000 +-0.095703125000 +0.116210937500 +-0.433593750000 +-0.169921875000 +-0.114746093750 +0.041259765625 +0.010314941406 +-0.126953125000 +-0.199218750000 +0.222656250000 +0.048095703125 +-0.531250000000 +-0.117187500000 +-0.110351562500 +0.057617187500 +-0.386718750000 +-0.589843750000 +0.128906250000 +-0.148437500000 +-0.165039062500 +-0.071777343750 +-0.067871093750 +-0.136718750000 +0.076660156250 +-0.628906250000 +0.119140625000 +-0.021240234375 +-0.341796875000 +-0.150390625000 +-0.332031250000 +-0.224609375000 +-0.032958984375 +-0.466796875000 +-0.320312500000 +-0.039306640625 +-0.773437500000 +-0.024291992188 +-0.519531250000 +-0.174804687500 +-0.059814453125 +0.143554687500 +-0.220703125000 +0.169921875000 +0.189453125000 +0.086425781250 +-0.051025390625 +-0.392578125000 +-0.229492187500 +-0.142578125000 +0.055664062500 +-0.037841796875 +0.071289062500 +0.082031250000 +0.088378906250 +-0.035888671875 +-0.074218750000 +-0.005828857422 +0.138671875000 +0.040283203125 +-0.166015625000 +-0.002563476562 +0.126953125000 +0.023071289062 +-0.103515625000 +0.040283203125 +-0.028442382812 +0.012817382812 +0.063476562500 +-0.349609375000 +0.047119140625 +0.063964843750 +-0.271484375000 +-0.018676757812 +0.039550781250 +0.023193359375 +-0.382812500000 +0.097656250000 +0.116210937500 +-0.107910156250 +0.237304687500 +0.135742187500 +0.031982421875 +0.128906250000 +0.322265625000 +0.031250000000 +-0.022827148438 +0.059082031250 +0.302734375000 +0.030273437500 +-0.373046875000 +0.067382812500 +-0.068847656250 +0.166992187500 +-0.011962890625 +0.056396484375 +-0.018920898438 +-0.523437500000 +-0.205078125000 +-0.044921875000 +-0.468750000000 +-0.394531250000 +-0.006591796875 +0.016235351562 +-0.156250000000 +-0.229492187500 +0.020874023438 +0.071777343750 +-0.057128906250 +0.060302734375 +0.086425781250 +0.176757812500 +0.140625000000 +0.124023437500 +0.027343750000 +0.253906250000 +0.034179687500 +-0.009826660156 +-0.125000000000 +-0.050292968750 +-0.114746093750 +0.077148437500 +0.034423828125 +-0.097167968750 +-0.171875000000 +-0.162109375000 +0.166015625000 +0.046630859375 +0.003890991211 +-0.005615234375 +0.176757812500 +0.148437500000 +-0.045898437500 +0.005096435547 +0.031250000000 +0.055175781250 +-0.127929687500 +-0.208007812500 +-0.039062500000 +-0.005767822266 +-0.009826660156 +-0.216796875000 +0.174804687500 +0.051757812500 +-0.095703125000 +0.171875000000 +-0.265625000000 +-0.052734375000 +0.147460937500 +0.048339843750 +-0.130859375000 +0.187500000000 +0.163085937500 +0.044189453125 +0.006927490234 +-0.138671875000 +0.142578125000 +-0.083984375000 +0.067871093750 +-0.137695312500 +-0.042480468750 +0.167968750000 +-0.202148437500 +-0.131835937500 +-0.353515625000 +-0.271484375000 +-0.190429687500 +-0.045898437500 +-0.129882812500 +0.161132812500 +-0.047119140625 +0.069335937500 +0.142578125000 +0.135742187500 +0.067382812500 +0.037841796875 +0.178710937500 +0.058349609375 +-0.515625000000 +-0.065917968750 +0.345703125000 +-0.185546875000 +-0.015502929688 +-0.023315429688 +0.163085937500 +0.044677734375 +-0.071777343750 +0.104003906250 +-0.236328125000 +0.021850585938 +0.114746093750 +-0.052001953125 +0.240234375000 +-0.077148437500 +0.087890625000 +0.019531250000 +-0.007263183594 +0.160156250000 +0.031127929688 +-0.076660156250 +0.124023437500 +-0.028564453125 +-0.285156250000 +-0.011657714844 +-0.015747070312 +-0.084472656250 +0.008728027344 +0.186523437500 +-0.273437500000 +-0.261718750000 +-0.251953125000 +0.076660156250 +0.136718750000 +-0.292968750000 +0.130859375000 +-0.246093750000 +0.153320312500 +-0.135742187500 +-0.000145912170 +-0.470703125000 +0.050048828125 +0.104492187500 +-0.085449218750 +-0.120605468750 +-0.104003906250 +0.183593750000 +-0.054687500000 +-0.067382812500 +-0.138671875000 +-0.000343322754 +0.121582031250 +-0.100097656250 +0.121582031250 +0.001228332520 +0.121582031250 +-0.016235351562 +-0.038330078125 +-0.263671875000 +-0.186523437500 +-0.269531250000 +-0.015502929688 +0.038574218750 +0.203125000000 +-0.100097656250 +-0.380859375000 +-0.133789062500 +0.238281250000 +0.067382812500 +0.186523437500 +0.030273437500 +0.016479492188 +0.086425781250 +0.022216796875 +-0.045410156250 +-0.138671875000 +0.291015625000 +0.177734375000 +-0.515625000000 +-0.023071289062 +0.275390625000 +0.071289062500 +-0.240234375000 +-0.001441955566 +-0.118164062500 +-0.094238281250 +0.074707031250 +-0.016967773438 +0.055419921875 +-0.394531250000 +0.007263183594 +-0.103027343750 +-0.076660156250 +-0.609375000000 +0.086914062500 +0.067871093750 +0.101562500000 +0.046630859375 +-0.531250000000 +0.039062500000 +-0.151367187500 +-0.018432617188 +0.114746093750 +0.137695312500 +-0.107910156250 +-0.098632812500 +-0.017211914062 +-0.357421875000 +-0.050537109375 +-0.025024414062 +-0.150390625000 +0.114746093750 +0.099609375000 +-0.031494140625 +-0.294921875000 +-0.082519531250 +-0.008605957031 +-0.035400390625 +0.080078125000 +-0.080078125000 +0.098144531250 +0.200195312500 +0.050048828125 +0.188476562500 +0.022949218750 +-0.175781250000 +-0.163085937500 +-0.129882812500 +0.029418945312 +-0.008728027344 +0.029174804688 +0.220703125000 +0.097656250000 +-0.034912109375 +-0.043212890625 +-0.153320312500 +0.079101562500 +-0.099121093750 +-0.102050781250 +0.075195312500 +-0.154296875000 +0.184570312500 +0.001884460449 +0.269531250000 +-0.046875000000 +0.129882812500 +0.026489257812 +-0.091796875000 +0.082519531250 +-0.367187500000 +-0.281250000000 +-0.267578125000 +-0.554687500000 +0.100585937500 +0.099609375000 +0.107421875000 +-0.016113281250 +0.000915527344 +-0.002639770508 +-0.144531250000 +0.093750000000 +-0.150390625000 +-0.071777343750 +-0.086914062500 +0.144531250000 +0.343750000000 +0.117187500000 +-0.178710937500 +0.175781250000 +-0.126953125000 +0.172851562500 +0.060058593750 +-0.027587890625 +-0.032958984375 +-0.073730468750 +-0.021362304688 +0.129882812500 +0.142578125000 +0.175781250000 +0.012756347656 +0.108886718750 +0.550781250000 +0.096679687500 +-0.044921875000 +-0.216796875000 +-0.052490234375 +-0.092285156250 +-0.147460937500 +-0.027954101562 +-0.087890625000 +0.028930664062 +0.016357421875 +0.006622314453 +0.042236328125 +0.016113281250 +0.073242187500 +0.042480468750 +-0.294921875000 +0.021972656250 +0.004211425781 +-0.082519531250 +-0.073242187500 +0.072265625000 +-0.134765625000 +-0.088378906250 +-0.125000000000 +-0.093750000000 +-0.012817382812 +-0.036621093750 +-0.124511718750 +-0.103027343750 +-0.004486083984 +0.011718750000 +0.043945312500 +0.188476562500 +-0.027587890625 +-0.030151367188 +0.018188476562 +-0.257812500000 +0.000473022461 +-0.847656250000 +0.021728515625 +-0.000701904297 +0.002304077148 +0.122558593750 +-0.003479003906 +-0.015869140625 +0.024414062500 +0.027954101562 +-0.098632812500 +0.059326171875 +-0.211914062500 +-0.051757812500 +0.027465820312 +-0.203125000000 +-0.034179687500 +-0.097656250000 +-0.103027343750 +-0.373046875000 +-0.054443359375 +-0.104492187500 +-0.019165039062 +0.250000000000 +-0.041015625000 +-0.067871093750 +-0.028198242188 +-0.107910156250 +-0.087890625000 +-0.281250000000 +-0.046142578125 +-0.105468750000 +-0.049316406250 +-0.083984375000 +-0.255859375000 +0.155273437500 +0.179687500000 +-0.073730468750 +-0.049560546875 +0.107421875000 +-0.060302734375 +0.160156250000 +0.091796875000 +0.173828125000 +-0.146484375000 +-0.007873535156 +-0.089355468750 +0.161132812500 +0.092773437500 +0.149414062500 +0.019409179688 +0.043945312500 +0.064453125000 +-0.040283203125 +-0.056396484375 +0.168945312500 +-0.130859375000 +0.006347656250 +0.103515625000 +0.016479492188 +-0.195312500000 +0.214843750000 +0.113769531250 +-0.218750000000 +0.042236328125 +-0.009521484375 +-0.000938415527 +0.244140625000 +-0.020019531250 +0.019409179688 +-0.195312500000 +-0.088867187500 +0.065429687500 +0.057128906250 +0.000148773193 +-0.181640625000 +0.154296875000 +-0.032226562500 +-0.002624511719 +-0.185546875000 +0.061767578125 +0.090332031250 +0.047119140625 +0.029663085938 +0.050537109375 +-0.116210937500 +-0.100585937500 +-0.096679687500 +0.138671875000 +-0.018310546875 +-0.129882812500 +-0.157226562500 +0.158203125000 +-0.052001953125 +-0.000736236572 +0.096191406250 +0.028686523438 +-0.215820312500 +-0.152343750000 +-0.249023437500 +0.108886718750 +-0.341796875000 +-0.503906250000 +0.026855468750 +-0.067871093750 +-0.253906250000 +0.083984375000 +-0.087402343750 +-0.238281250000 +-0.148437500000 +-0.180664062500 +-0.234375000000 +0.106445312500 +0.047607421875 +-0.144531250000 +0.146484375000 +0.202148437500 +0.069824218750 +-0.017211914062 +-0.427734375000 +-0.192382812500 +-0.118164062500 +0.156250000000 +-0.000724792480 +0.007598876953 +-0.703125000000 +-0.457031250000 +-0.231445312500 +-0.161132812500 +-0.112792968750 +-0.065429687500 +0.116210937500 +0.203125000000 +-0.149414062500 +-0.240234375000 +0.216796875000 +-0.055908203125 +-0.056396484375 +0.008605957031 +-0.095214843750 +-0.055419921875 +-0.020874023438 +0.116210937500 +0.055175781250 +-0.137695312500 +0.005493164062 +-0.052490234375 +0.109375000000 +0.069335937500 +0.097167968750 +-0.129882812500 +0.026977539062 +-0.101562500000 +-0.049804687500 +-0.086914062500 +-0.040771484375 +-0.099121093750 +-0.080078125000 +0.183593750000 +0.151367187500 +-0.369140625000 +0.392578125000 +-0.064941406250 +-0.023193359375 +-1.976562500000 +-0.041748046875 +0.010192871094 +-0.306640625000 +-0.550781250000 +-0.174804687500 +0.023559570312 +0.021484375000 +-1.437500000000 +-0.040039062500 +-0.049316406250 +-0.345703125000 +-0.111328125000 +-0.176757812500 +0.041992187500 +0.102539062500 +0.002517700195 +-0.578125000000 +-0.008178710938 +0.094726562500 +0.054199218750 +0.026855468750 +0.090332031250 +-0.138671875000 +0.004486083984 +0.150390625000 +0.059814453125 +-0.044677734375 +-0.209960937500 +-0.085449218750 +0.151367187500 +-1.046875000000 +0.013549804688 +0.118652343750 +0.094238281250 +0.341796875000 +-0.143554687500 +-0.033935546875 +-0.069335937500 +-1.156250000000 +0.094726562500 +-0.016479492188 +0.201171875000 +-0.056396484375 +-0.060058593750 +-0.030273437500 +0.032470703125 +-0.058105468750 +-0.102539062500 +0.024414062500 +0.077148437500 +-0.034667968750 +-1.031250000000 +-0.044189453125 +0.072753906250 +0.003005981445 +0.107421875000 +0.134765625000 +0.107910156250 +0.102050781250 +0.037353515625 +0.099121093750 +-0.126953125000 +0.071777343750 +-0.061523437500 +0.000358581543 +0.003189086914 +0.054443359375 +0.080566406250 +0.131835937500 +-0.108886718750 +-0.023315429688 +0.027465820312 +-0.101562500000 +-0.582031250000 +0.093750000000 +-0.052001953125 +-0.018798828125 +0.150390625000 +-0.139648437500 +-0.104492187500 +-0.001525878906 +0.083496093750 +-0.124511718750 +-0.212890625000 +-0.094238281250 +-0.027709960938 +0.154296875000 +0.076660156250 +-0.009094238281 +0.018920898438 +-0.003311157227 +-0.061035156250 +0.060546875000 +0.018554687500 +0.068359375000 +0.076660156250 +0.053222656250 +0.041748046875 +-0.388671875000 +-0.047119140625 +0.070800781250 +-0.005279541016 +0.125000000000 +0.053955078125 +0.178710937500 +-0.098632812500 +0.022827148438 +0.144531250000 +-0.023681640625 +0.176757812500 +0.098144531250 +0.079101562500 +0.100585937500 +-0.308593750000 +-0.004089355469 +-0.059570312500 +-0.017822265625 +-0.174804687500 +-0.169921875000 +-0.064453125000 +-0.054931640625 +-0.120117187500 +-0.057617187500 +-0.200195312500 +0.031127929688 +0.271484375000 +-0.009948730469 +-0.141601562500 +-0.020019531250 +0.131835937500 +-0.109375000000 +-0.138671875000 +-0.049560546875 +-0.063964843750 +0.043212890625 +-0.052001953125 +-0.026245117188 +-0.163085937500 +-0.019775390625 +0.030883789062 +-0.078613281250 +0.083496093750 +0.115234375000 +0.210937500000 +0.067871093750 +0.156250000000 +-0.421875000000 +0.111328125000 +-0.051513671875 +-0.133789062500 +0.029418945312 +0.026855468750 +-0.182617187500 +-0.239257812500 +-0.084960937500 +0.068359375000 +-0.137695312500 +-0.038574218750 +-0.211914062500 +-0.240234375000 +-0.073730468750 +-0.259765625000 +0.046630859375 +0.009094238281 +0.142578125000 +-0.070312500000 +-0.069335937500 +-0.100585937500 +0.031494140625 +0.058105468750 +0.085449218750 +-0.022583007812 +-0.178710937500 +-0.107910156250 +0.119628906250 +0.003448486328 +0.026611328125 +-0.484375000000 +-0.008422851562 +-0.126953125000 +0.026245117188 +-0.128906250000 +-0.194335937500 +0.111816406250 +0.103515625000 +-0.071289062500 +0.076660156250 +-0.108886718750 +-0.020996093750 +-0.009338378906 +0.025756835938 +0.065429687500 +0.058837890625 +-0.085449218750 +0.098632812500 +-0.068847656250 +-0.116210937500 +0.082519531250 +-0.086914062500 +-0.166992187500 +-0.231445312500 +0.437500000000 +-0.069335937500 +0.035644531250 +0.133789062500 +-0.026855468750 +-0.001564025879 +-0.051269531250 +-0.194335937500 +-0.059082031250 +0.039550781250 +0.032470703125 +0.022460937500 +-0.021240234375 +-0.097656250000 +-0.045898437500 +0.090332031250 +-0.388671875000 +-0.194335937500 +-0.008605957031 +0.088867187500 +0.121582031250 +0.092285156250 +0.291015625000 +0.114257812500 +-0.086425781250 +0.022827148438 +0.031494140625 +-0.068359375000 +0.003768920898 +-0.179687500000 +0.151367187500 +-0.296875000000 +0.014282226562 +-0.078613281250 +-0.251953125000 +-0.122558593750 +0.078125000000 +-0.186523437500 +0.082031250000 +0.052978515625 +-0.248046875000 +-0.096679687500 +0.009338378906 +0.017578125000 +-0.041015625000 +0.039794921875 +0.032226562500 +0.001022338867 +0.040527343750 +0.058593750000 +0.061523437500 +0.040039062500 +-0.351562500000 +0.083984375000 +-0.025878906250 +-0.026123046875 +-0.010864257812 +0.050048828125 +-0.269531250000 +0.058349609375 +0.060791015625 +-0.302734375000 +-0.000217437744 +-0.120605468750 +-0.007232666016 +-0.172851562500 +0.014526367188 +-0.150390625000 +-0.050292968750 +0.178710937500 +0.203125000000 +-0.003906250000 +-0.083984375000 +0.181640625000 +-0.009460449219 +0.080566406250 +0.062011718750 +-0.166015625000 +0.093750000000 +-0.175781250000 +-0.006378173828 +0.034423828125 +0.089355468750 +0.251953125000 +-0.007171630859 +-0.064453125000 +-0.304687500000 +0.193359375000 +-0.316406250000 +-0.081542968750 +0.058593750000 +0.061035156250 +-0.007354736328 +0.062500000000 +-0.251953125000 +0.137695312500 +-0.075683593750 +0.067871093750 +0.018066406250 +0.017333984375 +0.145507812500 +-0.154296875000 +0.151367187500 +0.178710937500 +-0.112792968750 +-0.139648437500 +-0.012145996094 +0.080078125000 +-0.007049560547 +-0.124023437500 +-0.101562500000 +0.164062500000 +0.050292968750 +0.021728515625 +-0.043212890625 +0.019531250000 +0.068847656250 +0.010009765625 +0.222656250000 +-0.056152343750 +-0.314453125000 +0.080566406250 +0.213867187500 +0.132812500000 +-0.020385742188 +-0.006469726562 +0.074707031250 +-0.333984375000 +0.016723632812 +-0.215820312500 +-0.040527343750 +-0.233398437500 +-0.351562500000 +-0.200195312500 +-0.057128906250 +0.138671875000 +-0.083984375000 +-0.433593750000 +-0.097656250000 +0.082519531250 +0.125976562500 +0.027587890625 +0.042480468750 +-0.150390625000 +-0.175781250000 +-0.044189453125 +-0.058105468750 +-0.019653320312 +0.009521484375 +0.141601562500 +0.153320312500 +-0.104003906250 +-0.273437500000 +-0.135742187500 +0.132812500000 +-0.133789062500 +0.134765625000 +0.116699218750 +-0.120605468750 +0.300781250000 +0.112304687500 +-0.131835937500 +0.035400390625 +-0.269531250000 +-0.081542968750 +-0.155273437500 +-0.075683593750 +-0.222656250000 +0.035400390625 +0.055419921875 +0.157226562500 +0.002944946289 +-0.012573242188 +0.148437500000 +0.180664062500 +-0.139648437500 +0.162109375000 +0.117675781250 +0.138671875000 +-0.484375000000 +-0.140625000000 +0.026611328125 +-0.163085937500 +-0.116699218750 +-0.027954101562 +-0.020629882812 +-0.417968750000 +-0.030029296875 +0.051025390625 +-0.279296875000 +-0.000732421875 +0.167968750000 +-0.037597656250 +-0.468750000000 +0.169921875000 +0.005920410156 +0.041748046875 +0.090820312500 +-0.371093750000 +-0.072753906250 +0.055175781250 +-0.417968750000 +0.141601562500 +0.027587890625 +-0.038330078125 +0.061523437500 +-0.238281250000 +-0.333984375000 +-0.275390625000 +-0.043701171875 +0.163085937500 +-0.018188476562 +-0.351562500000 +0.192382812500 +0.042968750000 +0.061035156250 +0.024047851562 +0.172851562500 +-0.015991210938 +-0.310546875000 +-0.184570312500 +-0.088378906250 +-0.079589843750 +0.114257812500 +-0.134765625000 +-0.080566406250 +0.091308593750 +0.076660156250 +0.104980468750 +-0.255859375000 +-0.133789062500 +0.039550781250 +0.025146484375 +0.021606445312 +-0.267578125000 +0.069824218750 +-0.074218750000 +-0.113281250000 +0.028930664062 +-0.174804687500 +-0.051025390625 +0.190429687500 +-0.054931640625 +-0.030395507812 +-0.231445312500 +-0.026367187500 +-0.166992187500 +-0.078613281250 +-0.371093750000 +-0.122070312500 +-0.127929687500 +-0.093750000000 +0.197265625000 +-0.228515625000 +-0.008544921875 +-0.112792968750 +-0.023559570312 +0.042236328125 +0.120117187500 +-0.084960937500 +0.237304687500 +-0.002090454102 +0.208984375000 +0.006256103516 +0.064941406250 +-0.105468750000 +-0.320312500000 +-0.030761718750 +0.096679687500 +0.039550781250 +-0.072265625000 +-0.349609375000 +-0.113769531250 +-0.231445312500 +-0.009704589844 +-0.133789062500 +-0.040527343750 +-0.160156250000 +0.080078125000 +-0.241210937500 +0.051025390625 +0.163085937500 +-0.227539062500 +-0.213867187500 +0.106445312500 +0.029663085938 +0.133789062500 +0.052001953125 +0.112304687500 +-0.111816406250 +-0.025146484375 +-0.271484375000 +-0.210937500000 +0.111328125000 +0.032226562500 +-0.019165039062 +-0.108886718750 +-0.170898437500 +0.088867187500 +-0.131835937500 +0.210937500000 +0.349609375000 +0.071777343750 +0.011291503906 +-0.021972656250 +0.098632812500 +0.031127929688 +0.037841796875 +0.045166015625 +-0.148437500000 +-0.080078125000 +0.271484375000 +-0.300781250000 +-0.261718750000 +-0.101074218750 +-0.080078125000 +0.052490234375 +0.051025390625 +-0.046630859375 +-0.002410888672 +-0.152343750000 +0.047607421875 +-0.170898437500 +-0.038818359375 +0.016113281250 +-0.144531250000 +0.143554687500 +-0.210937500000 +-0.025024414062 +0.119628906250 +0.032958984375 +0.039306640625 +-0.142578125000 +-0.076171875000 +0.086425781250 +-0.079101562500 +-0.085449218750 +0.052978515625 +-0.150390625000 +-0.127929687500 +0.125976562500 +-0.219726562500 +-0.056884765625 +-0.183593750000 +-0.115234375000 +0.077148437500 +-0.210937500000 +0.113769531250 +-0.213867187500 +-0.279296875000 +0.026611328125 +-0.157226562500 +-0.026000976562 +-0.058593750000 +-0.233398437500 +0.118652343750 +-0.073242187500 +-0.171875000000 +0.172851562500 +0.020507812500 +-0.073730468750 +0.011718750000 +-0.122558593750 +-0.128906250000 +0.237304687500 +-0.018920898438 +0.038085937500 +0.183593750000 +0.065429687500 +-0.020141601562 +-0.064941406250 +-0.314453125000 +0.041748046875 +-0.049072265625 +-0.468750000000 +-0.198242187500 +0.104003906250 +0.257812500000 +-0.047851562500 +-0.011291503906 +-0.015869140625 +0.077636718750 +0.024169921875 +-0.110839843750 +-0.445312500000 +-0.166015625000 +0.092285156250 +0.052490234375 +-0.203125000000 +0.069824218750 +-0.010742187500 +-0.188476562500 +0.068847656250 +0.077636718750 +-0.158203125000 +-0.055419921875 +-0.157226562500 +0.269531250000 +-0.037353515625 +0.067382812500 +-0.205078125000 +-0.388671875000 +-0.045166015625 +0.195312500000 +-0.002395629883 +-0.074707031250 +0.013183593750 +-0.138671875000 +0.076171875000 +-0.021362304688 +-0.089355468750 +0.098144531250 +0.208984375000 +-0.164062500000 +-0.423828125000 +-0.118164062500 +0.103515625000 +0.130859375000 +-0.071777343750 +0.090332031250 +0.157226562500 +-0.019653320312 +0.363281250000 +-0.175781250000 +-0.228515625000 +-0.012329101562 +-0.002914428711 +0.069335937500 +-0.049316406250 +-0.022338867188 +0.013916015625 +-0.064941406250 +0.087402343750 +-0.056152343750 +0.136718750000 +-0.114257812500 +0.152343750000 +-0.073242187500 +0.061035156250 +-0.035400390625 +-0.031250000000 +0.082031250000 +0.005187988281 +-0.287109375000 +0.119140625000 +0.033203125000 +-0.832031250000 +-0.070800781250 +0.133789062500 +0.031494140625 +0.318359375000 +-0.167968750000 +0.068359375000 +0.212890625000 +-0.011596679688 +-0.003845214844 +0.034912109375 +-0.154296875000 +-0.019775390625 +-0.083007812500 +-0.050781250000 +-0.009643554688 +-0.328125000000 +0.072265625000 +-0.125976562500 +0.053955078125 +0.088378906250 +-0.020874023438 +-0.148437500000 +0.106933593750 +0.095214843750 +0.058593750000 +0.150390625000 +-0.094726562500 +-0.041259765625 +0.006164550781 +0.027709960938 +0.075195312500 +0.392578125000 +0.059082031250 +0.138671875000 +-0.257812500000 +0.014831542969 +0.050292968750 +-0.098632812500 +-0.285156250000 +0.009582519531 +-0.044677734375 +-0.253906250000 +-0.135742187500 +-0.126953125000 +-0.074218750000 +0.016601562500 +-0.044677734375 +0.002792358398 +0.109375000000 +0.035156250000 +-0.071777343750 +-0.046386718750 +0.180664062500 +0.036621093750 +-0.078125000000 +-0.125976562500 +0.250000000000 +0.181640625000 +-0.111328125000 +0.094726562500 +-0.113281250000 +0.201171875000 +-0.156250000000 +0.142578125000 +0.150390625000 +-0.131835937500 +0.143554687500 +0.322265625000 +0.173828125000 +0.026977539062 +0.010681152344 +0.157226562500 +0.072265625000 +-0.199218750000 +0.242187500000 +-0.007812500000 +0.175781250000 +0.113281250000 +-0.121093750000 +-0.163085937500 +0.072265625000 +0.131835937500 +-0.051269531250 +-0.057617187500 +-0.116210937500 +-0.065429687500 +-0.028564453125 +0.057128906250 +-0.012573242188 +-0.140625000000 +-0.073730468750 +-0.133789062500 +0.183593750000 +-0.075195312500 +0.114746093750 +0.265625000000 +0.083007812500 +0.125000000000 +0.226562500000 +0.152343750000 +-0.072753906250 +0.016967773438 +-0.201171875000 +-0.051513671875 +0.103027343750 +-0.507812500000 +0.039794921875 +0.194335937500 +0.097656250000 +-2.140625000000 +-0.839843750000 +0.101074218750 +0.145507812500 +-0.017333984375 +-0.082031250000 +-0.005187988281 +0.090820312500 +-0.091796875000 +-0.322265625000 +0.066894531250 +0.014587402344 +-0.109375000000 +-0.127929687500 +0.097167968750 +0.094238281250 +-0.207031250000 +-0.011352539062 +-0.063964843750 +-0.086914062500 +0.026855468750 +-0.125976562500 +-0.180664062500 +-0.153320312500 +-0.045410156250 +-0.004211425781 +0.002426147461 +-0.047851562500 +-0.083007812500 +-0.204101562500 +-0.001792907715 +0.018798828125 +0.049560546875 +0.144531250000 +-0.027709960938 +-0.116210937500 +-0.115234375000 +-0.155273437500 +-0.011230468750 +0.271484375000 +-0.003417968750 +-0.027465820312 +-0.000503540039 +-0.390625000000 +-0.011596679688 +-0.048339843750 +-0.026611328125 +-0.100097656250 +-0.061035156250 +-0.038085937500 +-0.122070312500 +-0.026245117188 +-0.090820312500 +-0.277343750000 +0.143554687500 +-0.117187500000 +-0.150390625000 +0.029418945312 +-0.041503906250 +0.064453125000 +0.033691406250 +-0.118652343750 +-0.031494140625 +0.075195312500 +-0.048828125000 +0.016601562500 +0.000345230103 +-0.439453125000 +-0.009582519531 +0.022216796875 +-0.386718750000 +0.023803710938 +-0.136718750000 +0.121093750000 +-0.068847656250 +0.089355468750 +0.226562500000 +-0.087402343750 +-0.047607421875 +-0.753906250000 +0.096679687500 +-0.035400390625 +-0.025024414062 +-0.082519531250 +0.020751953125 +0.005981445312 +0.062988281250 +-0.161132812500 +-0.011108398438 +-0.010681152344 +-0.122070312500 +-0.058349609375 +-0.023071289062 +0.503906250000 +-0.070312500000 +-0.018676757812 +-0.061279296875 +-0.259765625000 +-0.498046875000 +0.051269531250 +-0.378906250000 +0.113281250000 +-0.033935546875 +0.091308593750 +0.064941406250 +-0.166015625000 +0.105468750000 +-0.226562500000 +0.049804687500 +0.151367187500 +0.044433593750 +-0.017089843750 +-0.010498046875 +-0.075195312500 +-0.009155273438 +-0.072265625000 +0.147460937500 +-0.101074218750 +-0.263671875000 +0.070312500000 +-0.150390625000 +-0.414062500000 +-0.097656250000 +-0.056396484375 +-0.285156250000 +-0.086425781250 +-0.542968750000 +-0.155273437500 +0.080566406250 +-0.051513671875 +-0.144531250000 +-0.283203125000 +0.028686523438 +-0.037353515625 +-0.173828125000 +0.031250000000 +0.017211914062 +-0.079589843750 +0.034912109375 +-0.136718750000 +0.144531250000 +0.035888671875 +0.096679687500 +-0.221679687500 +-0.124511718750 +0.079589843750 +-0.081054687500 +0.076171875000 +0.024902343750 +0.065429687500 +-0.004028320312 +0.058349609375 +-0.054931640625 +-0.144531250000 +-0.034179687500 +0.193359375000 +-0.091308593750 +-0.271484375000 +-0.110839843750 +-0.105468750000 +0.030029296875 +-0.013610839844 +0.027954101562 +0.248046875000 +-0.279296875000 +-0.220703125000 +0.015991210938 +-0.107421875000 +-0.500000000000 +-0.230468750000 +0.194335937500 +-0.006072998047 +-0.086425781250 +-0.365234375000 +0.117187500000 +-0.062500000000 +-0.111328125000 +-0.071289062500 +-0.193359375000 +-0.115722656250 +-0.027709960938 +-0.238281250000 +-0.096679687500 +-0.104003906250 +-0.049072265625 +0.001396179199 +0.091308593750 +0.029663085938 +-0.144531250000 +0.082031250000 +-0.032226562500 +-0.040771484375 +-0.535156250000 +0.059570312500 +0.047851562500 +0.110351562500 +-0.097656250000 +-0.146484375000 +0.089843750000 +0.076171875000 +0.088378906250 +-0.087402343750 +0.113281250000 +0.022338867188 +-0.098632812500 +-0.084472656250 +0.115234375000 +0.061279296875 +0.060546875000 +-0.048095703125 +0.038085937500 +0.107910156250 +0.069335937500 +-0.144531250000 +-0.086914062500 +0.091796875000 +0.243164062500 +0.010620117188 +0.035400390625 +0.136718750000 +0.080566406250 +-0.263671875000 +-0.347656250000 +-0.100585937500 +0.157226562500 +-0.095703125000 +-0.074218750000 +-0.310546875000 +-0.065917968750 +0.123046875000 +0.034912109375 +0.145507812500 +-0.093261718750 +-0.053222656250 +-0.003005981445 +-0.078613281250 +0.099121093750 +-0.120117187500 +-0.042480468750 +-0.390625000000 +0.156250000000 +-0.039794921875 +0.063964843750 +-0.031982421875 +-0.004608154297 +0.020385742188 +0.128906250000 +0.009399414062 +0.051269531250 +-0.051269531250 +-0.013061523438 +0.096679687500 +-0.063964843750 +0.054199218750 +0.156250000000 +0.036865234375 +-0.206054687500 +-0.023559570312 +0.033691406250 +0.016723632812 +-0.099609375000 +-0.212890625000 +0.132812500000 +-0.062011718750 +0.026855468750 +0.292968750000 +0.162109375000 +-0.028686523438 +0.035888671875 +0.076660156250 +0.263671875000 +0.056640625000 +-0.153320312500 +0.133789062500 +0.127929687500 +0.040039062500 +-0.053955078125 +-0.048339843750 +0.010009765625 +0.064453125000 +0.140625000000 +-0.371093750000 +0.031982421875 +0.034179687500 +0.139648437500 +-0.144531250000 +-0.072753906250 +-0.002609252930 +-0.005737304688 +0.013000488281 +-0.075683593750 +0.029785156250 +0.076660156250 +0.028320312500 +0.024047851562 +0.118164062500 +-0.675781250000 +0.000553131104 +0.000511169434 +0.111328125000 +0.070800781250 +-0.433593750000 +-0.302734375000 +0.039306640625 +-0.032714843750 +0.149414062500 +0.009521484375 +-0.177734375000 +-0.222656250000 +0.027343750000 +-0.003768920898 +-0.040283203125 +-0.041259765625 +0.174804687500 +0.059570312500 +0.121093750000 +-0.285156250000 +0.076171875000 +-0.047363281250 +-0.002441406250 +-0.114746093750 +-0.094238281250 +0.004608154297 +-0.104003906250 +-0.075683593750 +-0.042724609375 +0.233398437500 +0.050048828125 +-0.382812500000 +-0.078125000000 +0.054199218750 +-0.018432617188 +-0.042724609375 +-0.043945312500 +0.038330078125 +0.040283203125 +0.054687500000 +-0.094726562500 +0.251953125000 +-0.130859375000 +0.183593750000 +0.156250000000 +0.507812500000 +-0.137695312500 +-0.066406250000 +-0.041015625000 +-0.015869140625 +-0.085449218750 +-0.225585937500 +0.013183593750 +0.419921875000 +0.045654296875 +-0.002059936523 +0.195312500000 +0.244140625000 +-0.182617187500 +0.038574218750 +0.108886718750 +0.039794921875 +-0.122558593750 +0.044677734375 +0.089355468750 +-0.002655029297 +-0.087402343750 +-0.125976562500 +-0.112792968750 +0.081542968750 +-0.059082031250 +0.032226562500 +0.109375000000 +0.357421875000 +-0.186523437500 +0.183593750000 +0.118164062500 +0.024169921875 +-0.265625000000 +0.004913330078 +0.206054687500 +0.009521484375 +-0.104980468750 +0.163085937500 +0.041259765625 +0.094726562500 +-0.086914062500 +0.040527343750 +-0.151367187500 +-0.120605468750 +-0.158203125000 +-0.047851562500 +-0.056640625000 +0.176757812500 +0.013854980469 +-0.024291992188 +0.219726562500 +-0.126953125000 +0.020141601562 +0.041992187500 +-0.052001953125 +-0.088378906250 +0.233398437500 +-0.237304687500 +0.011596679688 +0.062500000000 +-0.045898437500 +-0.006195068359 +0.053955078125 +-0.121582031250 +0.147460937500 +-0.092773437500 +-0.152343750000 +-0.010253906250 +-0.059326171875 +0.063476562500 +-0.769531250000 +0.009216308594 +-0.026489257812 +0.012695312500 +0.163085937500 +0.175781250000 +-0.075195312500 +0.640625000000 +0.025268554688 +-0.008850097656 +-0.000364303589 +0.089355468750 +-0.108398437500 +-0.695312500000 +-0.010559082031 +-0.040771484375 +-0.031250000000 +-0.107910156250 +-0.168945312500 +-0.068847656250 +0.142578125000 +-0.132812500000 +-0.114746093750 +-0.041259765625 +-0.053222656250 +0.175781250000 +0.114746093750 +0.004150390625 +0.187500000000 +0.112792968750 +0.028564453125 +0.566406250000 +0.094726562500 +0.098144531250 +0.104003906250 +0.083007812500 +-0.029418945312 +0.016845703125 +-0.310546875000 +0.083496093750 +0.099121093750 +0.063476562500 +0.062011718750 +-0.133789062500 +0.015747070312 +-0.218750000000 +0.087402343750 +0.189453125000 +0.018066406250 +-0.402343750000 +-0.193359375000 +0.310546875000 +-0.213867187500 +0.073242187500 +0.062255859375 +0.134765625000 +0.069335937500 +0.184570312500 +-0.030517578125 +-0.042968750000 +0.215820312500 +-0.217773437500 +0.144531250000 +-0.105468750000 +0.402343750000 +-0.080566406250 +-0.064941406250 +0.023925781250 +0.131835937500 +-0.402343750000 +-0.071289062500 +-0.214843750000 +0.082031250000 +0.153320312500 +0.062011718750 +0.078125000000 +-0.182617187500 +0.241210937500 +-0.130859375000 +0.083007812500 +0.063964843750 +0.034667968750 +-0.128906250000 +-0.091796875000 +0.077148437500 +-0.012878417969 +0.124023437500 +0.100097656250 +-0.097167968750 +-0.182617187500 +0.060058593750 +0.094726562500 +-0.519531250000 +-0.015563964844 +0.012695312500 +-0.339843750000 +0.027465820312 +0.013793945312 +0.066406250000 +-0.248046875000 +-0.072753906250 +0.038574218750 +-0.118164062500 +0.042236328125 +-0.135742187500 +-0.086914062500 +-0.027465820312 +-0.111328125000 +0.030517578125 +0.016357421875 +-0.117187500000 +-0.242187500000 +0.125976562500 +-0.375000000000 +-0.191406250000 +-0.055664062500 +-0.125976562500 +0.046875000000 +-0.081054687500 +0.002319335938 +-0.271484375000 +0.036376953125 +0.068359375000 +-0.025512695312 +-0.081542968750 +0.001983642578 +-0.347656250000 +-0.043945312500 +0.060058593750 +-0.004058837891 +0.045410156250 +-0.011230468750 +0.150390625000 +-0.072265625000 +-0.292968750000 +0.109375000000 +-0.109375000000 +-0.180664062500 +-0.187500000000 +-0.227539062500 +0.117675781250 +0.088378906250 +-0.312500000000 +-0.351562500000 +-0.093750000000 +0.015319824219 +-0.279296875000 +-0.163085937500 +0.190429687500 +-0.300781250000 +-0.001770019531 +-0.043701171875 +-0.069335937500 +-0.064941406250 +0.144531250000 +-0.052490234375 +-0.435546875000 +-0.171875000000 +0.095703125000 +0.015319824219 +-0.147460937500 +-0.017456054688 +0.250000000000 +0.169921875000 +-0.015991210938 +-0.119628906250 +0.039794921875 +0.037109375000 +-0.036132812500 +0.090332031250 +0.044433593750 +-0.015197753906 +0.158203125000 +-0.003585815430 +-0.498046875000 +-0.130859375000 +0.121582031250 +-0.127929687500 +-0.064941406250 +0.149414062500 +-0.065917968750 +-0.201171875000 +0.003540039062 +0.055908203125 +0.316406250000 +-0.115722656250 +-0.055664062500 +0.080566406250 +0.141601562500 +-0.147460937500 +0.031494140625 +-0.194335937500 +-0.096191406250 +-0.060302734375 +0.124511718750 +0.159179687500 +0.061523437500 +-0.073242187500 +0.078613281250 +-0.304687500000 +-0.070800781250 +0.012207031250 +0.157226562500 +-0.204101562500 +0.148437500000 +0.410156250000 +-0.176757812500 +-0.064453125000 +0.265625000000 +0.083984375000 +-0.031738281250 +-0.032226562500 +-0.213867187500 +0.069335937500 +0.158203125000 +-0.026611328125 +0.060546875000 +-0.035644531250 +0.045410156250 +-0.091796875000 +-0.018066406250 +-0.006805419922 +-0.289062500000 +-0.273437500000 +-0.080078125000 +0.273437500000 +-0.080566406250 +-0.337890625000 +0.146484375000 +0.047851562500 +0.036132812500 +0.020385742188 +-0.087402343750 +-0.009338378906 +-0.020507812500 +0.036376953125 +-0.271484375000 +0.014709472656 +0.129882812500 +-0.061767578125 +-0.161132812500 +0.009460449219 +-0.015991210938 +0.071289062500 +-0.008239746094 +-0.015136718750 +0.077148437500 +-0.008728027344 +-0.421875000000 +-0.353515625000 +0.029296875000 +0.007995605469 +0.023681640625 +-0.055175781250 +-0.048095703125 +0.033203125000 +-0.341796875000 +-0.206054687500 +0.080566406250 +0.004913330078 +-0.010559082031 +-0.019531250000 +-0.230468750000 +-0.017944335938 +-0.173828125000 +0.090820312500 +-0.593750000000 +-0.008605957031 +-0.020751953125 +0.089355468750 +0.271484375000 +0.066406250000 +-0.079589843750 +-0.098144531250 +-0.080566406250 +0.083007812500 +-0.124023437500 +-0.029663085938 +-0.069824218750 +-0.080078125000 +0.083984375000 +0.080078125000 +-0.114746093750 +-0.005859375000 +-0.289062500000 +0.022949218750 +-0.056884765625 +-0.059082031250 +0.253906250000 +-0.061035156250 +-0.076660156250 +0.052490234375 +0.058105468750 +0.044677734375 +-0.175781250000 +0.093261718750 +0.181640625000 +0.170898437500 +0.041259765625 +0.158203125000 +0.048095703125 +-0.122558593750 +-0.075683593750 +0.096191406250 +-0.110351562500 +-0.109375000000 +-0.082031250000 +-0.005279541016 +0.147460937500 +0.184570312500 +0.069335937500 +0.017578125000 +-0.094726562500 +-0.009887695312 +0.135742187500 +0.057373046875 +0.183593750000 +0.056152343750 +-0.028198242188 +0.010986328125 +-0.010925292969 +0.072753906250 +0.050781250000 +0.115722656250 +0.011596679688 +-0.184570312500 +-0.394531250000 +0.047363281250 +0.022705078125 +0.096191406250 +-0.058349609375 +0.120117187500 +0.061035156250 +-0.330078125000 +-0.300781250000 +-0.161132812500 +0.009155273438 +0.137695312500 +-0.071777343750 +0.028442382812 +0.042236328125 +0.218750000000 +0.020629882812 +-0.125000000000 +0.042236328125 +-0.075195312500 +0.002014160156 +0.042724609375 +0.132812500000 +0.083007812500 +0.009277343750 +0.025634765625 +-0.048828125000 +-0.132812500000 +-0.020019531250 +-0.031738281250 +-0.034423828125 +0.129882812500 +-0.150390625000 +0.019042968750 +-0.061279296875 +0.190429687500 +-0.052490234375 +0.026367187500 +0.042724609375 +0.222656250000 +0.014831542969 +-0.104980468750 +0.084472656250 +0.219726562500 +0.200195312500 +-0.235351562500 +0.015197753906 +0.054199218750 +0.119140625000 +-0.009582519531 +0.119628906250 +-0.275390625000 +-0.018066406250 +0.138671875000 +-0.201171875000 +-0.003219604492 +0.071777343750 +-0.218750000000 +-0.738281250000 +-0.111328125000 +-0.017211914062 +0.103515625000 +-0.022949218750 +-0.223632812500 +-0.375000000000 +0.037353515625 +0.026855468750 +-0.125976562500 +0.022705078125 +-0.059326171875 +0.204101562500 +0.132812500000 +0.062255859375 +0.204101562500 +-0.246093750000 +-0.025756835938 +0.113281250000 +0.063476562500 +0.165039062500 +-0.127929687500 +-0.018188476562 +-0.025146484375 +0.053710937500 +0.011840820312 +-0.079589843750 +0.134765625000 +0.032226562500 +0.015869140625 +-0.062500000000 +0.102539062500 +0.016235351562 +0.069824218750 +0.015747070312 +0.014099121094 +-0.092285156250 +-0.015625000000 +0.103027343750 +0.129882812500 +0.091308593750 +0.333984375000 +0.123535156250 +0.071289062500 +0.114257812500 +-0.160156250000 +0.003051757812 +0.217773437500 +-0.079589843750 +-0.019042968750 +0.320312500000 +0.181640625000 +0.045410156250 +-0.107910156250 +-0.087890625000 +0.033447265625 +-0.079101562500 +-0.012573242188 +0.073730468750 +0.115234375000 +0.036132812500 +0.024902343750 +-0.320312500000 +0.101074218750 +-0.201171875000 +-0.085449218750 +0.053466796875 +0.259765625000 +0.077636718750 +-0.174804687500 +-0.106933593750 +0.320312500000 +-0.250000000000 +0.033691406250 +0.016479492188 +0.182617187500 +0.099121093750 +-0.003158569336 +0.133789062500 +-0.197265625000 +0.216796875000 +0.023193359375 +-0.051757812500 +-0.007446289062 +-0.212890625000 +0.133789062500 +0.061523437500 +0.190429687500 +-0.044189453125 +0.012145996094 +-0.169921875000 +-0.146484375000 +0.343750000000 +0.086914062500 +0.153320312500 +0.030395507812 +0.048339843750 +0.110839843750 +0.008789062500 +-0.056396484375 +-0.034912109375 +0.057128906250 +0.019042968750 +0.153320312500 +0.038574218750 +-0.056152343750 +-0.034423828125 +0.052246093750 +-0.105468750000 +-0.168945312500 +-0.154296875000 +-0.094726562500 +-0.237304687500 +0.062500000000 +-0.061523437500 +0.045410156250 +0.014831542969 +0.057861328125 +-0.029174804688 +-0.024902343750 +0.036621093750 +0.014892578125 +0.068847656250 +0.259765625000 +-0.086914062500 +0.021606445312 +0.082519531250 +-0.074707031250 +-0.287109375000 +-0.121093750000 +0.015991210938 +-0.226562500000 +-0.146484375000 +0.019897460938 +0.063964843750 +-0.179687500000 +0.028564453125 +-0.020629882812 +-0.031982421875 +-0.145507812500 +-0.086914062500 +0.081054687500 +-0.165039062500 +-0.031738281250 +-0.183593750000 +0.113281250000 +0.054199218750 +-0.011230468750 +0.076171875000 +-0.125000000000 +-0.053955078125 +-0.221679687500 +0.085449218750 +-0.125976562500 +0.052734375000 +-0.036865234375 +0.049560546875 +0.005126953125 +0.029418945312 +-0.466796875000 +0.029296875000 +-0.155273437500 +-0.106445312500 +-0.435546875000 +0.184570312500 +0.113281250000 +0.114746093750 +-0.199218750000 +-0.125000000000 +-0.070800781250 +-0.057373046875 +0.083007812500 +-0.231445312500 +0.026977539062 +-0.177734375000 +-0.451171875000 +0.166992187500 +0.105468750000 +-0.010986328125 +0.057861328125 +0.257812500000 +-0.065429687500 +0.097167968750 +0.108398437500 +-0.194335937500 +-0.029785156250 +-0.037353515625 +0.062988281250 +0.052246093750 +0.028686523438 +-0.057373046875 +0.124023437500 +0.277343750000 +0.090332031250 +-0.020629882812 +-0.049560546875 +0.075683593750 +0.202148437500 +-0.466796875000 +0.055175781250 +-0.102539062500 +-0.114257812500 +-0.269531250000 +0.010925292969 +-0.170898437500 +0.011901855469 +-0.246093750000 +-0.152343750000 +0.008789062500 +-0.070800781250 +-0.216796875000 +0.006164550781 +-0.124023437500 +0.141601562500 +-0.017211914062 +-0.088867187500 +0.182617187500 +-0.304687500000 +0.069335937500 +-0.161132812500 +-0.093261718750 +-0.048828125000 +-0.086425781250 +0.037841796875 +0.162109375000 +-0.004425048828 +-0.149414062500 +-0.025390625000 +0.171875000000 +0.130859375000 +-0.051757812500 +0.017089843750 +-0.215820312500 +-0.024902343750 +0.095703125000 +0.150390625000 +-0.057861328125 +0.025634765625 +0.078125000000 +-0.060791015625 +-0.093750000000 +0.031738281250 +0.084960937500 +0.157226562500 +0.037841796875 +-0.059326171875 +-0.371093750000 +0.075195312500 +-0.115234375000 +-0.699218750000 +0.006683349609 +-0.177734375000 +-0.087890625000 +0.050781250000 +-0.059570312500 +-0.037597656250 +-0.057373046875 +-0.378906250000 +-0.127929687500 +0.012145996094 +0.073242187500 +0.153320312500 +0.028564453125 +-0.000816345215 +-0.213867187500 +-0.097167968750 +0.166992187500 +0.033691406250 +0.002288818359 +0.148437500000 +0.108398437500 +0.008178710938 +0.009643554688 +0.098632812500 +0.026367187500 +-0.003189086914 +0.004669189453 +0.118652343750 +0.177734375000 +0.175781250000 +0.158203125000 +-0.068359375000 +-0.271484375000 +-0.182617187500 +-0.072265625000 +-0.075195312500 +0.006042480469 +0.091796875000 +-0.130859375000 +0.041748046875 +-0.025878906250 +-0.034423828125 +-0.040527343750 +0.110839843750 +-0.006256103516 +-0.018066406250 +0.006103515625 +-0.292968750000 +0.100585937500 +0.259765625000 +-0.125000000000 +-0.075683593750 +0.043945312500 +-1.335937500000 +0.085449218750 +0.013000488281 +-0.271484375000 +-0.308593750000 +-0.007110595703 +-0.018798828125 +-0.175781250000 +0.107910156250 +-0.077148437500 +0.076171875000 +-0.296875000000 +-0.240234375000 +-0.124023437500 +0.106933593750 +0.108398437500 +0.018310546875 +-0.137695312500 +-0.073242187500 +-0.017700195312 +0.057373046875 +-0.075195312500 +0.099121093750 +0.070312500000 +-1.414062500000 +-0.015991210938 +-0.001800537109 +0.036376953125 +-0.726562500000 +-0.139648437500 +0.392578125000 +0.032714843750 +0.002197265625 +0.018798828125 +0.122070312500 +0.250000000000 +0.119140625000 +-0.193359375000 +0.003265380859 +0.259765625000 +0.375000000000 +-0.265625000000 +-0.142578125000 +-0.154296875000 +0.074218750000 +-0.855468750000 +-0.234375000000 +-0.152343750000 +-0.328125000000 +-0.089355468750 +-0.123535156250 +-0.016845703125 +-0.131835937500 +-0.081054687500 +0.064453125000 +0.038818359375 +-0.070800781250 +-0.039550781250 +0.200195312500 +0.144531250000 +0.010437011719 +-0.133789062500 +-0.100097656250 +-0.047851562500 +-0.223632812500 +-0.104492187500 +-0.386718750000 +-0.394531250000 +0.084960937500 +-0.054931640625 +0.011047363281 +-0.087402343750 +-0.117187500000 +0.244140625000 +0.267578125000 +0.005004882812 +0.040771484375 +0.210937500000 +0.116210937500 +0.166992187500 +-0.141601562500 +-0.103027343750 +-0.203125000000 +-0.114746093750 +0.188476562500 +-0.460937500000 +0.164062500000 +-0.275390625000 +-0.244140625000 +0.062500000000 +0.085937500000 +-0.050292968750 +-0.111328125000 +-0.080078125000 +-0.026123046875 +-0.375000000000 +-0.312500000000 +0.147460937500 +-0.031738281250 +0.076660156250 +-0.036132812500 +-0.071289062500 +0.151367187500 +0.110839843750 +-0.092285156250 +-0.139648437500 +-0.113769531250 +-0.044433593750 +0.333984375000 +0.170898437500 +-0.140625000000 +0.175781250000 +-0.347656250000 +0.075683593750 +0.386718750000 +-0.038085937500 +-0.098144531250 +0.010314941406 +-0.056884765625 +0.064941406250 +-0.058837890625 +0.008605957031 +-0.104003906250 +-0.014038085938 +0.116699218750 +-0.208984375000 +0.125000000000 +0.166015625000 +-0.043945312500 +-0.127929687500 +0.142578125000 +0.080078125000 +-0.023193359375 +0.133789062500 +0.155273437500 +-0.158203125000 +0.023071289062 +0.108886718750 +-0.251953125000 +0.104003906250 +0.148437500000 +-0.089355468750 +-0.265625000000 +-0.082031250000 +0.131835937500 +-0.242187500000 +0.047363281250 +0.020751953125 +-0.257812500000 +-0.071289062500 +-0.279296875000 +0.117675781250 +-0.101074218750 +-0.072265625000 +0.134765625000 +-0.180664062500 +0.155273437500 +0.047607421875 +0.082031250000 +0.133789062500 +0.023681640625 +-0.109375000000 +-0.083007812500 +-0.058593750000 +0.089355468750 +-0.267578125000 +-0.225585937500 +-0.031982421875 +0.029785156250 +0.195312500000 +0.031494140625 +-0.231445312500 +-0.186523437500 +-0.267578125000 +0.373046875000 +0.041992187500 +-0.300781250000 +0.049316406250 +-0.184570312500 +-0.163085937500 +0.008789062500 +-0.198242187500 +0.123046875000 +0.009216308594 +0.130859375000 +0.180664062500 +0.035888671875 +0.160156250000 +-0.190429687500 +0.057617187500 +-0.414062500000 +-0.054443359375 +-0.170898437500 +0.085449218750 +-0.253906250000 +-0.021972656250 +0.060058593750 +-0.048339843750 +-0.139648437500 +0.007995605469 +-0.089355468750 +0.139648437500 +-0.082031250000 +-0.068847656250 +-0.152343750000 +0.161132812500 +-0.001640319824 +0.186523437500 +-0.328125000000 +0.161132812500 +-0.132812500000 +0.055908203125 +0.180664062500 +-0.355468750000 +-0.398437500000 +-0.067382812500 +0.210937500000 +0.059814453125 +0.059570312500 +0.081054687500 +-0.287109375000 +-0.021362304688 +-0.161132812500 +-0.191406250000 +-0.203125000000 +-0.003479003906 +-0.012023925781 +0.120605468750 +0.019409179688 +-0.155273437500 +0.127929687500 +0.081054687500 +-0.027343750000 +0.127929687500 +-0.182617187500 +0.044921875000 +-0.057861328125 +-0.007629394531 +-0.220703125000 +0.042480468750 +-0.141601562500 +0.068847656250 +0.063476562500 +-0.000042200089 +-0.022705078125 +-0.169921875000 +-0.041992187500 +-0.037841796875 +0.082031250000 +-0.098632812500 +-0.277343750000 +0.058349609375 +-0.041992187500 +-0.052978515625 +0.149414062500 +-0.127929687500 +0.009765625000 +-0.185546875000 +0.198242187500 +0.225585937500 +-0.050292968750 +0.013061523438 +-0.103515625000 +0.181640625000 +-0.167968750000 +0.154296875000 +0.030517578125 +-0.112304687500 +0.009765625000 +-0.117675781250 +0.137695312500 +0.198242187500 +-0.125000000000 +-0.371093750000 +-0.207031250000 +-0.063964843750 +0.187500000000 +-0.050292968750 +-0.038818359375 +0.053710937500 +-0.223632812500 +0.092285156250 +0.003143310547 +-0.230468750000 +0.048339843750 +0.013305664062 +0.216796875000 +-0.047363281250 +0.253906250000 +-0.251953125000 +-0.294921875000 +0.023681640625 +-0.016845703125 +0.147460937500 +-0.118652343750 +-0.075195312500 +0.059814453125 +-0.163085937500 +-0.189453125000 +0.098632812500 +0.097167968750 +-0.100585937500 +-0.316406250000 +0.080566406250 +-0.277343750000 +0.175781250000 +0.023559570312 +-0.050781250000 +0.065917968750 +-0.103027343750 +0.079101562500 +0.235351562500 +0.017700195312 +0.074707031250 +-0.137695312500 +-0.041015625000 +-0.034423828125 +-0.109863281250 +-0.098144531250 +0.419921875000 +-0.065917968750 +0.057373046875 +-0.081542968750 +0.134765625000 +0.029174804688 +0.096679687500 +-0.137695312500 +-0.089355468750 +0.312500000000 +-0.089355468750 +0.011718750000 +-0.054443359375 +-0.011962890625 +-0.014953613281 +-0.164062500000 +-0.341796875000 +-0.241210937500 +-0.355468750000 +0.055908203125 +0.001411437988 +0.056152343750 +0.104492187500 +-0.084960937500 +-0.059082031250 +0.022583007812 +-0.103515625000 +-0.000553131104 +-0.174804687500 +0.040527343750 +0.215820312500 +0.115234375000 +-0.632812500000 +-0.154296875000 +-0.135742187500 +0.028442382812 +-0.010375976562 +-0.003738403320 +0.302734375000 +-0.007598876953 +0.159179687500 +0.019653320312 +0.015869140625 +-0.166992187500 +0.063476562500 +-0.057128906250 +0.515625000000 +-0.180664062500 +0.042480468750 +0.034179687500 +0.010681152344 +0.134765625000 +-0.063964843750 +-0.040283203125 +0.095703125000 +0.067382812500 +0.150390625000 +0.003051757812 +-0.078125000000 +0.028442382812 +-0.108398437500 +0.192382812500 +-0.228515625000 +0.199218750000 +0.005157470703 +-0.141601562500 +0.076660156250 +-0.029541015625 +0.083007812500 +-0.122558593750 +-0.067871093750 +0.019287109375 +-0.200195312500 +0.247070312500 +-0.312500000000 +-0.215820312500 +-0.253906250000 +-0.257812500000 +-0.067382812500 +-0.066406250000 +0.044921875000 +-0.045654296875 +-0.204101562500 +-0.158203125000 +0.004547119141 +0.096191406250 +0.135742187500 +0.063476562500 +-0.044921875000 +-0.080566406250 +-0.138671875000 +-0.072265625000 +0.136718750000 +0.033447265625 +0.133789062500 +0.376953125000 +-0.025146484375 +-0.026855468750 +-0.047119140625 +0.161132812500 +0.194335937500 +0.059326171875 +0.109863281250 +-0.296875000000 +0.328125000000 +0.230468750000 +0.203125000000 +0.057373046875 +-0.184570312500 +-0.186523437500 +-0.111816406250 +0.172851562500 +-0.041259765625 +0.034912109375 +-0.069824218750 +0.162109375000 +-0.009155273438 +-0.474609375000 +0.184570312500 +0.015075683594 +0.025512695312 +-0.048095703125 +-0.049072265625 +0.025634765625 +-0.052490234375 +0.084472656250 +-0.187500000000 +0.009948730469 +-0.343750000000 +-0.220703125000 +-0.250000000000 +-0.005218505859 +0.008666992188 +-0.060302734375 +0.037109375000 +0.054931640625 +0.022094726562 +0.024414062500 +0.231445312500 +-0.310546875000 +-0.093261718750 +-0.128906250000 +-0.040771484375 +0.010009765625 +0.093261718750 +-0.242187500000 +-0.349609375000 +-0.055664062500 +-0.032714843750 +-0.053710937500 +0.211914062500 +-0.114746093750 +-0.121582031250 +0.003570556641 +0.085937500000 +-0.032958984375 +-0.188476562500 +0.077148437500 +-0.141601562500 +0.014648437500 +0.142578125000 +0.109863281250 +-0.185546875000 +-0.108886718750 +0.039062500000 +-0.147460937500 +-0.016113281250 +-0.003021240234 +-0.051025390625 +0.001777648926 +0.173828125000 +0.068847656250 +-0.203125000000 +0.106933593750 +-0.820312500000 +-0.082519531250 +-0.138671875000 +-0.000028371811 +0.292968750000 +0.019165039062 +-0.071289062500 +0.032470703125 +-0.147460937500 +-0.004455566406 +-0.179687500000 +0.193359375000 +0.061523437500 +-0.199218750000 +-0.174804687500 +0.011779785156 +0.134765625000 +-0.043945312500 +0.106933593750 +-0.285156250000 +0.099121093750 +0.174804687500 +0.022338867188 +-0.123535156250 +0.021972656250 +0.114257812500 +-0.065429687500 +-0.028076171875 +0.042480468750 +-0.349609375000 +-0.065917968750 +-0.037109375000 +-0.147460937500 +-0.030029296875 +-0.035644531250 +-0.066894531250 +-0.507812500000 +-0.004516601562 +0.020263671875 +-0.107910156250 +0.174804687500 +0.074707031250 +-0.029174804688 +-0.208007812500 +-0.050781250000 +-0.121093750000 +0.153320312500 +-0.238281250000 +0.050048828125 +0.095214843750 +0.077148437500 +-0.106445312500 +-0.355468750000 +-0.124511718750 +0.043945312500 +-0.016479492188 +-0.061523437500 +-0.110351562500 +-0.122558593750 +-0.060302734375 +-0.090820312500 +0.123535156250 +-0.101562500000 +-0.001670837402 +-0.062500000000 +-0.031738281250 +-0.004150390625 +-0.182617187500 +0.010681152344 +0.125000000000 +-0.028320312500 +-0.072265625000 +0.052490234375 +0.028686523438 +0.099121093750 +0.173828125000 +-0.044433593750 +-0.117187500000 +-0.154296875000 +-0.185546875000 +-0.281250000000 +-0.146484375000 +0.027832031250 +-0.441406250000 +0.001869201660 +0.173828125000 +-0.091308593750 +0.028564453125 +0.031494140625 +-0.076171875000 +-0.116699218750 +-0.056640625000 +0.095703125000 +-0.062988281250 +0.031982421875 +-0.503906250000 +-0.187500000000 +0.072753906250 +-0.097656250000 +-0.030761718750 +0.017700195312 +-0.142578125000 +-0.154296875000 +-0.010375976562 +0.016723632812 +-0.080078125000 +-0.250000000000 +0.130859375000 +-0.083007812500 +0.006622314453 +-0.101074218750 +-0.082519531250 +-0.117675781250 +-0.003387451172 +-0.019287109375 +-0.213867187500 +-0.016479492188 +-0.127929687500 +0.055419921875 +0.306640625000 +-0.139648437500 +-0.024169921875 +-0.029785156250 +0.020874023438 +-0.102539062500 +-0.089355468750 +0.136718750000 +0.032470703125 +-0.130859375000 +0.121093750000 +0.007781982422 +-0.113769531250 +-0.281250000000 +0.127929687500 +-0.058349609375 +-0.023437500000 +-0.041748046875 +-0.014038085938 +-0.004882812500 +0.125000000000 +0.105957031250 +0.040039062500 +0.022705078125 +-0.089355468750 +0.300781250000 +0.018920898438 +-0.056396484375 +-0.095214843750 +-0.187500000000 +-0.095214843750 +-0.335937500000 +-0.171875000000 +0.051513671875 +0.037353515625 +-0.005340576172 +-0.041503906250 +0.123046875000 +0.051513671875 +0.013000488281 +-0.133789062500 +0.116699218750 +0.082031250000 +-0.023803710938 +-0.127929687500 +-0.091796875000 +0.032958984375 +0.045410156250 +-0.080566406250 +0.009155273438 +0.021118164062 +0.196289062500 +-0.304687500000 +-0.105957031250 +-0.005554199219 +0.092773437500 +0.079589843750 +0.037597656250 +0.060546875000 +-0.101074218750 +-0.006286621094 +0.003601074219 +-0.013549804688 +0.119140625000 +0.199218750000 +0.020507812500 +0.105468750000 +0.075683593750 +0.082031250000 +-0.079589843750 +0.092285156250 +-0.139648437500 +-0.083007812500 +-0.200195312500 +-0.300781250000 +0.007324218750 +-0.239257812500 +-0.046875000000 +-0.273437500000 +-0.036865234375 +0.008483886719 +-0.162109375000 +0.068847656250 +-0.281250000000 +-0.094238281250 +0.121582031250 +-0.200195312500 +-0.063964843750 +-0.184570312500 +-0.031982421875 +0.029663085938 +-0.165039062500 +-0.030761718750 +0.165039062500 +-0.531250000000 +-0.367187500000 +0.169921875000 +-0.234375000000 +-0.231445312500 +-0.007202148438 +-0.001724243164 +0.145507812500 +0.010559082031 +0.095703125000 +-0.146484375000 +0.048828125000 +-0.057861328125 +-0.047363281250 +-0.031494140625 +0.285156250000 +-0.240234375000 +-0.085937500000 +-0.166015625000 +-0.190429687500 +-0.867187500000 +0.022949218750 +-0.621093750000 +0.003158569336 +-0.049316406250 +0.099121093750 +-0.027954101562 +0.078125000000 +0.062255859375 +-0.240234375000 +-0.027099609375 +-0.006683349609 +0.180664062500 +0.029541015625 +0.065917968750 +0.068359375000 +-0.159179687500 +0.078125000000 +0.028320312500 +-0.116699218750 +-0.083007812500 +-0.006042480469 +0.060058593750 +-0.699218750000 +0.051269531250 +0.106933593750 +-1.023437500000 +-0.036621093750 +-0.244140625000 +-0.074707031250 +-0.390625000000 +0.166992187500 +-0.076660156250 +0.126953125000 +-0.052734375000 +-0.324218750000 +-0.179687500000 +-0.000432968140 +-0.087402343750 +-0.292968750000 +0.013549804688 +0.047363281250 +-0.175781250000 +0.033691406250 +0.106445312500 +-0.092285156250 +0.048583984375 +0.060791015625 +-0.163085937500 +-0.060302734375 +-0.009460449219 +-0.201171875000 +0.019897460938 +0.169921875000 +-0.201171875000 +-0.174804687500 +-0.051757812500 +-0.055908203125 +-0.316406250000 +0.057373046875 +0.104492187500 +-0.074218750000 +-0.652343750000 +-0.265625000000 +-0.251953125000 +-0.235351562500 +-0.046386718750 +-0.001129150391 +-0.156250000000 +-0.200195312500 +-0.147460937500 +-0.140625000000 +-0.161132812500 +-0.122070312500 +-0.134765625000 +0.012939453125 +-0.219726562500 +0.033691406250 +-0.052246093750 +-0.008789062500 +0.046386718750 +0.196289062500 +-0.253906250000 +0.181640625000 +-0.046142578125 +-0.127929687500 +-0.000221252441 +0.039306640625 +-0.096191406250 +0.106445312500 +0.226562500000 +-0.053222656250 +0.135742187500 +-0.186523437500 +-0.188476562500 +-0.184570312500 +0.085449218750 +0.170898437500 +0.007812500000 +0.143554687500 +-0.032470703125 +-0.140625000000 +-0.103027343750 +-0.123046875000 +-0.208007812500 +-0.028686523438 +0.242187500000 +0.130859375000 +-0.347656250000 +-0.075195312500 +-0.036376953125 +0.263671875000 +0.068359375000 +-0.100097656250 +-0.076171875000 +-0.219726562500 +0.102050781250 +0.028808593750 +0.052490234375 +0.312500000000 +0.029785156250 +-0.216796875000 +-0.210937500000 +-0.292968750000 +-0.039794921875 +0.154296875000 +-0.316406250000 +-0.026367187500 +0.132812500000 +-0.011840820312 +-0.018676757812 +-0.099609375000 +0.029663085938 +-0.304687500000 +0.075683593750 +0.226562500000 +-0.578125000000 +-0.107910156250 +0.038330078125 +0.142578125000 +0.117187500000 +0.159179687500 +0.104492187500 +-0.095703125000 +0.167968750000 +-0.111816406250 +-0.283203125000 +-0.005981445312 +0.002273559570 +-0.150390625000 +-0.051513671875 +0.208984375000 +0.010009765625 +0.155273437500 +-0.484375000000 +-0.070800781250 +-0.335937500000 +0.065917968750 +-0.028686523438 +-0.047607421875 +0.110351562500 +-0.203125000000 +-0.012512207031 +-0.067871093750 +-0.061035156250 +-0.136718750000 +0.074707031250 +-0.112792968750 +-0.081542968750 +-0.068847656250 +-0.462890625000 +-0.188476562500 +0.170898437500 +-0.065429687500 +0.168945312500 +0.011474609375 +0.125976562500 +-0.219726562500 +0.005737304688 +0.212890625000 +-0.124511718750 +-0.515625000000 +-0.222656250000 +0.160156250000 +0.027465820312 +0.064941406250 +-0.031127929688 +-0.127929687500 +0.003463745117 +-0.369140625000 +-0.041992187500 +-0.133789062500 +-0.287109375000 +-0.135742187500 +-0.820312500000 +-0.196289062500 +-0.034179687500 +0.001564025879 +-0.068847656250 +0.012756347656 +0.208007812500 +0.027099609375 +0.108886718750 +0.029174804688 +0.009094238281 +0.076171875000 +-0.017211914062 +0.055419921875 +0.095703125000 +0.139648437500 +-0.253906250000 +-0.132812500000 +-0.796875000000 +0.136718750000 +-0.020874023438 +-0.839843750000 +-0.016235351562 +0.025024414062 +-0.466796875000 +0.161132812500 +0.015380859375 +-0.028808593750 +0.084472656250 +-0.186523437500 +0.069335937500 +0.038330078125 +-0.026855468750 +0.031250000000 +-0.061767578125 +0.363281250000 +-0.261718750000 +0.156250000000 +0.097656250000 +-0.058349609375 +0.053710937500 +-0.108886718750 +-0.078125000000 +0.030517578125 +-0.080078125000 +-0.115722656250 +0.065917968750 +0.034912109375 +-0.216796875000 +-0.049560546875 +0.269531250000 +-0.074707031250 +0.207031250000 +0.164062500000 +0.123046875000 +0.232421875000 +0.296875000000 +-0.068847656250 +0.225585937500 +0.067382812500 +0.048095703125 +-0.116699218750 +-0.257812500000 +-0.061035156250 +-0.148437500000 +-0.067382812500 +-0.077148437500 +0.039306640625 +-0.176757812500 +0.259765625000 +-0.400390625000 +-0.197265625000 +0.041992187500 +-0.233398437500 +0.169921875000 +0.337890625000 +0.000667572021 +-0.208007812500 +0.192382812500 +0.223632812500 +-0.234375000000 +0.111328125000 +0.121093750000 +-0.211914062500 +-0.081542968750 +0.156250000000 +-0.273437500000 +0.037109375000 +-0.204101562500 +-0.102050781250 +0.135742187500 +0.162109375000 +-1.882812500000 +-0.574218750000 +0.035644531250 +0.113769531250 +-0.063476562500 +0.121093750000 +-0.089843750000 +0.038330078125 +0.102050781250 +-0.292968750000 +-0.036376953125 +0.078125000000 +0.034912109375 +-0.025024414062 +0.066406250000 +0.080566406250 +-0.283203125000 +-0.124023437500 +0.030883789062 +-0.245117187500 +-0.035888671875 +-0.127929687500 +-0.261718750000 +-0.008422851562 +-0.166015625000 +-0.003524780273 +-0.094238281250 +-0.019287109375 +-0.002380371094 +-0.133789062500 +-0.038818359375 +-0.076660156250 +-0.038574218750 +0.316406250000 +0.019042968750 +-0.031250000000 +-0.070312500000 +-0.042480468750 +-0.056640625000 +-0.066406250000 +-0.015502929688 +0.017089843750 +-0.028808593750 +-0.429687500000 +-0.078125000000 +-0.074707031250 +0.003890991211 +-0.082519531250 +0.007934570312 +0.050537109375 +-0.304687500000 +-0.016479492188 +-0.037109375000 +-0.353515625000 +-0.125976562500 +-0.159179687500 +-0.102050781250 +0.427734375000 +-0.038818359375 +-0.105468750000 +-0.021606445312 +-0.033691406250 +0.028564453125 +0.013488769531 +-0.156250000000 +0.067871093750 +0.125976562500 +-0.267578125000 +0.099609375000 +0.088867187500 +0.030273437500 +-0.093261718750 +0.324218750000 +0.083984375000 +-0.151367187500 +0.109375000000 +-0.106933593750 +-0.081542968750 +-0.412109375000 +-0.240234375000 +0.169921875000 +-0.069335937500 +0.002471923828 +0.109863281250 +-0.029785156250 +-0.316406250000 +0.255859375000 +0.018676757812 +-0.044433593750 +0.052978515625 +-0.386718750000 +0.125976562500 +0.155273437500 +-0.243164062500 +0.077636718750 +-0.166015625000 +0.083007812500 +0.168945312500 +-0.140625000000 +-0.310546875000 +-0.244140625000 +-0.105957031250 +0.120117187500 +-0.171875000000 +0.139648437500 +0.031250000000 +0.222656250000 +-0.052734375000 +0.029541015625 +0.292968750000 +-0.041748046875 +-0.066894531250 +-0.014160156250 +0.083496093750 +0.116699218750 +-0.130859375000 +0.015014648438 +-0.165039062500 +-0.032226562500 +0.021972656250 +0.062255859375 +0.187500000000 +0.085937500000 +0.353515625000 +-0.167968750000 +0.228515625000 +-0.046875000000 +-0.021850585938 +-0.118164062500 +0.001098632812 +0.081054687500 +-0.277343750000 +0.003692626953 +-0.119140625000 +-0.332031250000 +-0.112304687500 +0.093750000000 +0.005035400391 +0.150390625000 +0.022094726562 +0.072753906250 +-0.134765625000 +0.122558593750 +-0.347656250000 +0.084960937500 +-0.100585937500 +-0.294921875000 +-0.081054687500 +-0.178710937500 +0.055908203125 +0.107421875000 +-0.063964843750 +-0.026611328125 +-0.091796875000 +-0.017944335938 +0.267578125000 +0.024902343750 +0.167968750000 +-0.094238281250 +-0.215820312500 +-0.453125000000 +-0.353515625000 +-0.112792968750 +0.087890625000 +-0.156250000000 +-0.207031250000 +-0.026123046875 +-0.040283203125 +-1.156250000000 +-0.007080078125 +0.125976562500 +-0.143554687500 +0.012695312500 +-0.492187500000 +-0.120605468750 +-0.061035156250 +-0.049804687500 +-0.166015625000 +0.034423828125 +0.136718750000 +0.045410156250 +-0.106933593750 +-0.353515625000 +-0.134765625000 +-0.190429687500 +-1.296875000000 +0.138671875000 +-0.033447265625 +-0.345703125000 +-0.080078125000 +-0.199218750000 +-0.051025390625 +-1.265625000000 +-0.726562500000 +-0.189453125000 +0.024047851562 +0.028320312500 +0.011657714844 +0.025146484375 +0.046875000000 +0.007293701172 +-0.480468750000 +0.013122558594 +0.165039062500 +0.059570312500 +-0.265625000000 +-0.002563476562 +0.259765625000 +-0.249023437500 +-0.092773437500 +0.041992187500 +0.041015625000 +-0.002777099609 +-0.085937500000 +-0.009033203125 +-0.153320312500 +0.156250000000 +0.015747070312 +0.022460937500 +-0.129882812500 +-0.005981445312 +-0.326171875000 +0.017211914062 +-0.036132812500 +0.191406250000 +0.089843750000 +-0.218750000000 +-0.285156250000 +0.069824218750 +0.060302734375 +-0.010864257812 +-0.044677734375 +0.000942230225 +0.049560546875 +0.065917968750 +-0.187500000000 +0.173828125000 +-0.044677734375 +0.040283203125 +0.075683593750 +-0.001747131348 +0.175781250000 +-0.131835937500 +0.083984375000 +-0.071777343750 +-0.073242187500 +-0.037597656250 +-0.107421875000 +0.069335937500 +0.433593750000 +0.008361816406 +-0.033447265625 +0.161132812500 +-0.217773437500 +0.048095703125 +0.076171875000 +-0.263671875000 +0.030029296875 +0.100585937500 +-0.247070312500 +0.003265380859 +0.048583984375 +0.073242187500 +-0.010559082031 +-0.124023437500 +0.162109375000 +0.068847656250 +0.048583984375 +-0.052978515625 +-0.205078125000 +0.063964843750 +0.120117187500 +-0.185546875000 +-0.212890625000 +0.175781250000 +0.017700195312 +-0.072753906250 +0.042236328125 +-0.140625000000 +0.024291992188 +0.215820312500 +-0.172851562500 +-0.067382812500 +-0.025512695312 +0.011901855469 +-0.351562500000 +0.180664062500 +0.052490234375 +0.063964843750 +0.029052734375 +0.155273437500 +-0.087890625000 +0.269531250000 +-0.070312500000 +-0.016723632812 +-0.030273437500 +-0.107910156250 +-0.025024414062 +-0.176757812500 +-0.069335937500 +-0.257812500000 +0.064453125000 +-0.110839843750 +-0.063964843750 +0.072265625000 +0.055908203125 +-0.332031250000 +-0.037353515625 +-0.065429687500 +-0.008911132812 +0.061279296875 +-0.324218750000 +0.053222656250 +0.316406250000 +0.065429687500 +-0.106445312500 +0.304687500000 +-0.040771484375 +0.044189453125 +-0.030151367188 +-1.085937500000 +-0.644531250000 +0.089843750000 +-0.084960937500 +-0.074707031250 +0.049560546875 +0.018066406250 +-0.085937500000 +0.195312500000 +-0.135742187500 +-0.009094238281 +-0.029296875000 +0.110839843750 +-0.025268554688 +0.016601562500 +-0.086914062500 +-0.157226562500 +-0.038818359375 +0.128906250000 +0.068359375000 +-0.056884765625 +0.066894531250 +-0.149414062500 +-0.020996093750 +0.118652343750 +-0.041503906250 +-0.026611328125 +-0.067382812500 +-0.196289062500 +0.039306640625 +-0.332031250000 +0.011474609375 +-0.026489257812 +0.041259765625 +0.092285156250 +0.005493164062 +-0.039062500000 +-0.275390625000 +-0.014648437500 +0.261718750000 +-0.086425781250 +0.058349609375 +0.127929687500 +-0.613281250000 +-0.160156250000 +0.068359375000 +-0.035644531250 +0.062988281250 +0.249023437500 +-0.005126953125 +0.075195312500 +-0.074707031250 +-0.209960937500 +0.123046875000 +-0.109863281250 +-0.302734375000 +0.066894531250 +0.204101562500 +-0.070312500000 +0.039794921875 +-0.083984375000 +-0.146484375000 +-0.063476562500 +-0.037109375000 +-0.097167968750 +0.127929687500 +0.057617187500 +0.136718750000 +0.045410156250 +-0.080078125000 +-0.108398437500 +-0.073242187500 +-0.021484375000 +-0.275390625000 +-0.159179687500 +-0.531250000000 +-0.102050781250 +-0.016967773438 +0.139648437500 +0.100585937500 +0.070800781250 +0.128906250000 +0.204101562500 +0.021850585938 +-0.239257812500 +-0.188476562500 +-0.253906250000 +0.174804687500 +-0.330078125000 +-0.040283203125 +-0.057128906250 +0.138671875000 +0.062988281250 +-0.617187500000 +-0.162109375000 +-0.333984375000 +-0.124511718750 +0.084960937500 +-0.137695312500 +0.023315429688 +0.089355468750 +-0.291015625000 +-0.033935546875 +-0.171875000000 +0.015747070312 +-0.153320312500 +0.132812500000 +0.217773437500 +0.300781250000 +-0.092773437500 +-0.197265625000 +-0.149414062500 +-0.178710937500 +-0.032470703125 +-0.076660156250 +-0.018066406250 +-0.094726562500 +-0.053222656250 +0.079101562500 +0.097167968750 +0.104492187500 +-0.261718750000 +0.125976562500 +-0.016845703125 +0.036621093750 +0.165039062500 +-0.138671875000 +-0.062011718750 +-0.219726562500 +-0.104492187500 +0.048828125000 +0.077636718750 +0.046142578125 +0.114746093750 +-0.051757812500 +-0.470703125000 +-0.050781250000 +0.082519531250 +0.013977050781 +-0.224609375000 +-0.253906250000 +0.016845703125 +0.034912109375 +0.128906250000 +0.173828125000 +-0.160156250000 +0.043212890625 +-0.090332031250 +-0.228515625000 +-0.164062500000 +0.170898437500 +0.058349609375 +-0.054687500000 +-0.172851562500 +-0.022705078125 +-0.206054687500 +-0.008972167969 +-0.137695312500 +-0.044189453125 +-0.042236328125 +-0.408203125000 +0.224609375000 +0.167968750000 +-0.192382812500 +-0.071289062500 +-0.277343750000 +0.174804687500 +-0.194335937500 +-0.027221679688 +-0.069335937500 +0.211914062500 +0.031005859375 +0.131835937500 +0.110351562500 +-0.121093750000 +0.044189453125 +0.125976562500 +-0.160156250000 +-0.265625000000 +-0.198242187500 +0.132812500000 +0.071777343750 +-0.066406250000 +-0.016845703125 +0.059082031250 +0.186523437500 +-0.187500000000 +0.134765625000 +-0.144531250000 +0.056640625000 +-0.061279296875 +-0.177734375000 +0.003738403320 +0.043701171875 +-0.037353515625 +-0.057617187500 +-0.072265625000 +0.124511718750 +-0.142578125000 +-0.033447265625 +0.064453125000 +-0.023803710938 +-0.159179687500 +0.072753906250 +-0.421875000000 +-0.008117675781 +0.159179687500 +-0.189453125000 +-0.190429687500 +-0.009643554688 +-0.050048828125 +0.120605468750 +-0.057861328125 +-0.033203125000 +-0.230468750000 +-0.006866455078 +0.090820312500 +-0.196289062500 +-0.077636718750 +-0.302734375000 +0.080078125000 +-0.037841796875 +-0.019287109375 +0.023681640625 +-0.082031250000 +-0.143554687500 +0.006805419922 +0.049316406250 +-1.460937500000 +-0.047119140625 +0.018188476562 +0.054931640625 +-0.121582031250 +0.109375000000 +0.174804687500 +-0.227539062500 +-0.132812500000 +0.091796875000 +0.143554687500 +-0.139648437500 +-0.146484375000 +-0.047119140625 +-0.014221191406 +0.075195312500 +0.127929687500 +0.134765625000 +-0.205078125000 +-0.122070312500 +-0.111328125000 +-0.351562500000 +-0.035644531250 +0.023437500000 +-0.390625000000 +-0.044189453125 +-0.125000000000 +-0.050292968750 +-0.005859375000 +0.059082031250 +0.159179687500 +0.103027343750 +-0.013916015625 +-0.300781250000 +0.056396484375 +-0.025756835938 +0.130859375000 +-0.099609375000 +0.359375000000 +0.026733398438 +-0.057861328125 +-0.007690429688 +0.069335937500 +0.045166015625 +-0.038818359375 +0.040283203125 +0.083496093750 +-0.169921875000 +0.122070312500 +-0.042968750000 +-0.073242187500 +-0.132812500000 +0.107421875000 +-0.153320312500 +0.008972167969 +0.209960937500 +-0.125000000000 +-0.221679687500 +-0.196289062500 +-0.154296875000 +0.222656250000 +0.111328125000 +0.029907226562 +-0.130859375000 +-0.034179687500 +-0.190429687500 +-0.049316406250 +0.090332031250 +-0.170898437500 +0.205078125000 +0.275390625000 +-0.025146484375 +-0.138671875000 +-0.044433593750 +0.104492187500 +0.223632812500 +0.050048828125 +0.095703125000 +-0.371093750000 +-0.126953125000 +-0.008728027344 +-0.151367187500 +0.017333984375 +0.015319824219 +-0.026367187500 +-0.053955078125 +0.173828125000 +-0.026733398438 +0.006317138672 +0.009277343750 +0.098144531250 +-0.082031250000 +-0.052246093750 +-0.145507812500 +0.152343750000 +-0.318359375000 +0.025268554688 +-0.263671875000 +0.077148437500 +-0.037109375000 +-0.152343750000 +-0.215820312500 +-0.039306640625 +-0.028930664062 +-0.022583007812 +-0.201171875000 +0.175781250000 +-0.464843750000 +-0.067382812500 +0.054931640625 +-0.083007812500 +-0.277343750000 +-0.023803710938 +0.174804687500 +0.057373046875 +0.153320312500 +-0.073242187500 +0.150390625000 +0.044189453125 +-0.660156250000 +-0.041992187500 +0.251953125000 +-0.131835937500 +-0.122558593750 +-0.095703125000 +-0.198242187500 +-0.040283203125 +0.139648437500 +-0.279296875000 +-0.237304687500 +-0.209960937500 +-0.330078125000 +0.126953125000 +0.048828125000 +0.106445312500 +-0.067871093750 +-0.085449218750 +0.226562500000 +0.125976562500 +0.052001953125 +-0.092773437500 +-0.179687500000 +0.103027343750 +0.359375000000 +0.125000000000 +-0.419921875000 +-0.005157470703 +-0.128906250000 +-0.122070312500 +-0.013366699219 +0.223632812500 +0.078613281250 +-0.761718750000 +0.054931640625 +-0.318359375000 +-0.146484375000 +0.231445312500 +-0.367187500000 +-0.138671875000 +-0.019042968750 +0.123046875000 +-0.014587402344 +-0.173828125000 +-0.173828125000 +-0.075683593750 +-0.001457214355 +0.226562500000 +-0.300781250000 +0.237304687500 +0.157226562500 +0.160156250000 +0.078125000000 +-0.306640625000 +0.021972656250 +-0.032714843750 +0.013732910156 +-0.194335937500 +-0.131835937500 +-0.061767578125 +0.173828125000 +0.211914062500 +0.200195312500 +-0.060546875000 +-0.105957031250 +0.054931640625 +-0.236328125000 +0.147460937500 +-0.065429687500 +0.020385742188 +-0.008972167969 +0.001197814941 +-0.019287109375 +-0.231445312500 +-0.253906250000 +0.154296875000 +0.134765625000 +-0.000560760498 +0.044189453125 +-0.144531250000 +0.090332031250 +0.050292968750 +-0.162109375000 +-0.026611328125 +-0.016601562500 +0.135742187500 +0.045898437500 +-0.253906250000 +0.141601562500 +-0.124023437500 +0.038085937500 +-0.015502929688 +0.031738281250 +-0.075683593750 +-0.034423828125 +-0.059814453125 +-0.431640625000 +-0.298828125000 +-0.077148437500 +0.106445312500 +0.035888671875 +-0.011840820312 +0.069335937500 +0.044433593750 +0.124023437500 +0.148437500000 +0.132812500000 +0.033691406250 +0.110351562500 +-0.156250000000 +0.026000976562 +0.022094726562 +-0.128906250000 +-0.220703125000 +0.163085937500 +-0.034423828125 +-0.048339843750 +-0.171875000000 +-0.068359375000 +0.126953125000 +0.130859375000 +-0.341796875000 +-0.072753906250 +0.148437500000 +0.017700195312 +0.015136718750 +-0.123535156250 +0.009033203125 +0.100585937500 +-0.019409179688 +-0.032714843750 +-0.202148437500 +0.081054687500 +-0.195312500000 +0.026733398438 +-0.142578125000 +0.060302734375 +0.035644531250 +-0.206054687500 +0.006072998047 +-0.018676757812 +-0.145507812500 +0.047363281250 +-0.161132812500 +0.002853393555 +-0.021118164062 +-0.172851562500 +-0.046875000000 +0.138671875000 +0.094238281250 +0.122558593750 +-0.154296875000 +-0.119628906250 +-0.100097656250 +0.113281250000 +0.082519531250 +0.159179687500 +0.005920410156 +0.106445312500 +-0.294921875000 +0.142578125000 +-0.103027343750 +-0.056884765625 +0.060058593750 +-0.051025390625 +0.119140625000 +0.116699218750 +0.064941406250 +0.053710937500 +0.118652343750 +0.035400390625 +-0.085449218750 +-0.173828125000 +-0.242187500000 +0.231445312500 +0.067871093750 +0.133789062500 +-0.001930236816 +-0.153320312500 +0.106933593750 +0.064941406250 +0.068847656250 +0.038330078125 +-0.030639648438 +0.175781250000 +-0.341796875000 +0.219726562500 +-0.140625000000 +0.003524780273 +0.017333984375 +-0.055175781250 +0.003677368164 +-0.042480468750 +-0.005310058594 +-0.265625000000 +0.031982421875 +0.058105468750 +-0.034423828125 +-0.115722656250 +-0.068847656250 +0.062988281250 +-0.080566406250 +-0.024536132812 +0.098144531250 +-0.018188476562 +0.063964843750 +0.173828125000 +-0.416015625000 +0.184570312500 +0.140625000000 +-0.042480468750 +-0.087890625000 +-0.063964843750 +0.084960937500 +0.042968750000 +-0.080078125000 +-0.578125000000 +-0.251953125000 +-0.035644531250 +0.097656250000 +-0.104492187500 +0.034423828125 +-0.035644531250 +0.209960937500 +0.003707885742 +-0.322265625000 +0.112792968750 +0.074218750000 +-0.019287109375 +0.139648437500 +-0.150390625000 +0.033691406250 +-0.017578125000 +-0.055908203125 +-0.080078125000 +0.016967773438 +-0.019653320312 +-0.062500000000 +-0.090332031250 +0.020385742188 +-0.069335937500 +-0.153320312500 +-0.022583007812 +0.023925781250 +0.015502929688 +0.109863281250 +-0.109863281250 +0.185546875000 +-0.026000976562 +-0.019287109375 +-0.168945312500 +-0.423828125000 +0.149414062500 +0.051025390625 +-0.166992187500 +-0.044433593750 +-0.002517700195 +0.023559570312 +0.074707031250 +0.021606445312 +-0.024902343750 +-0.071289062500 +-0.092773437500 +0.025268554688 +0.026000976562 +-0.345703125000 +0.012939453125 +-0.068847656250 +0.318359375000 +-0.082519531250 +-0.033203125000 +0.146484375000 +0.147460937500 +0.017456054688 +0.092285156250 +0.073730468750 +0.104003906250 +0.027465820312 +0.010620117188 +0.158203125000 +0.188476562500 +0.251953125000 +-0.001602172852 +-0.035644531250 +-0.310546875000 +-0.183593750000 +-0.033203125000 +-0.189453125000 +-0.066406250000 +-0.113281250000 +-0.308593750000 +-0.043945312500 +-0.062500000000 +-0.114746093750 +0.018554687500 +-0.078125000000 +-0.090820312500 +0.040039062500 +-0.052246093750 +0.089843750000 +0.032226562500 +-0.217773437500 +-0.189453125000 +-0.072753906250 +-0.093261718750 +-0.109375000000 +0.145507812500 +-0.001998901367 +0.170898437500 +-0.032714843750 +-0.017089843750 +-0.079589843750 +-0.289062500000 +-0.194335937500 +-0.009155273438 +-0.105468750000 +-0.007659912109 +-0.109375000000 +0.166992187500 +-0.005249023438 +-0.089355468750 +0.213867187500 +0.165039062500 +0.181640625000 +0.005157470703 +-0.137695312500 +-0.261718750000 +-0.197265625000 +-0.079101562500 +-0.006439208984 +-0.018676757812 +0.158203125000 +-0.166992187500 +0.041503906250 +-0.097656250000 +0.047119140625 +0.006408691406 +0.186523437500 +0.049072265625 +0.109863281250 +0.128906250000 +0.105957031250 +-0.173828125000 +-0.178710937500 +0.169921875000 +0.043457031250 +0.204101562500 +-0.020507812500 +0.004791259766 +0.064453125000 +-0.240234375000 +0.035888671875 +-0.218750000000 +-0.140625000000 +-0.144531250000 +-0.064453125000 +0.032470703125 +-0.035644531250 +0.037353515625 +-0.061279296875 +0.183593750000 +0.027099609375 +-0.016235351562 +0.015441894531 +-0.034179687500 +0.113281250000 +-0.098144531250 +0.019042968750 +0.058349609375 +0.050292968750 +0.020751953125 +-0.078613281250 +0.027832031250 +-0.198242187500 +-0.005798339844 +0.019897460938 +-0.096191406250 +-0.155273437500 +0.091308593750 +-0.044921875000 +-0.060058593750 +-0.060791015625 +0.002792358398 +-0.068847656250 +-0.123046875000 +0.019897460938 +-0.021484375000 +-0.119140625000 +0.113769531250 +0.033935546875 +-0.113281250000 +0.064453125000 +-0.113769531250 +0.086914062500 +0.341796875000 +0.002456665039 +-1.148437500000 +0.035888671875 +-0.010864257812 +-0.012207031250 +0.277343750000 +-0.106445312500 +0.023803710938 +-0.019042968750 +-0.012023925781 +0.034423828125 +-0.041503906250 +-0.249023437500 +-0.015747070312 +0.017211914062 +-0.128906250000 +0.022338867188 +0.038818359375 +-0.043212890625 +0.039794921875 +0.060058593750 +-0.020263671875 +-0.007934570312 +0.103027343750 +0.007141113281 +0.014770507812 +0.032226562500 +0.008911132812 +0.032470703125 +0.040771484375 +0.152343750000 +-0.040527343750 +0.100097656250 +0.083496093750 +-0.079101562500 +0.048095703125 +-0.088867187500 +-0.017822265625 +0.271484375000 +0.304687500000 +0.051025390625 +0.007873535156 +0.104980468750 +0.021728515625 +-0.161132812500 +-0.186523437500 +-0.211914062500 +0.141601562500 +0.118652343750 +0.054931640625 +0.016845703125 +-0.036865234375 +-0.006286621094 +-0.116699218750 +0.143554687500 +0.030029296875 +0.052001953125 +-0.079589843750 +0.174804687500 +0.075195312500 +-0.310546875000 +0.008483886719 +0.294921875000 +-0.162109375000 +-0.086914062500 +-0.040283203125 +0.125000000000 +0.033691406250 +-0.149414062500 +-0.088867187500 +-0.033447265625 +0.068847656250 +0.007202148438 +-0.002029418945 +-0.082031250000 +0.066406250000 +0.017822265625 +-0.155273437500 +0.298828125000 +-0.146484375000 +-0.225585937500 +0.055664062500 +-0.197265625000 +0.189453125000 +0.008911132812 +0.066894531250 +0.250000000000 +0.054443359375 +-0.231445312500 +-0.031738281250 +0.126953125000 +0.084472656250 +0.026367187500 +0.070800781250 +0.055664062500 +0.134765625000 +-0.011535644531 +-0.207031250000 +0.025390625000 +0.046630859375 +-0.181640625000 +-0.133789062500 +-0.034667968750 +0.133789062500 +-0.247070312500 +-0.176757812500 +0.172851562500 +0.013549804688 +-0.138671875000 +-0.036376953125 +-0.082519531250 +0.049316406250 +0.159179687500 +-0.125000000000 +-0.119628906250 +0.014465332031 +0.041992187500 +-0.008911132812 +-0.134765625000 +0.135742187500 +-0.182617187500 +0.030395507812 +-0.051269531250 +0.038330078125 +-0.093261718750 +0.095703125000 +-0.187500000000 +-0.057617187500 +-0.005737304688 +0.117675781250 +-0.040527343750 +0.127929687500 +-0.029663085938 +-0.093261718750 +-0.275390625000 +-0.130859375000 +0.048339843750 +-0.090332031250 +0.031250000000 +0.097167968750 +-0.172851562500 +0.118652343750 +0.083007812500 +-0.125976562500 +0.130859375000 +-0.108886718750 +-0.082031250000 +0.089843750000 +0.111328125000 +-0.031127929688 +0.164062500000 +-0.114257812500 +-0.034667968750 +0.023315429688 +-0.094238281250 +-0.061035156250 +-0.007720947266 +0.042480468750 +0.010925292969 +0.075195312500 +-0.077636718750 +-0.071777343750 +-0.109375000000 +0.105957031250 +0.041015625000 +0.061767578125 +0.404296875000 +-0.210937500000 +-0.550781250000 +-0.077636718750 +0.117187500000 +0.014343261719 +-0.964843750000 +0.166992187500 +0.133789062500 +-0.197265625000 +0.042968750000 +0.119140625000 +0.147460937500 +0.085937500000 +-0.064941406250 +-0.186523437500 +0.058837890625 +-0.048828125000 +-0.025390625000 +-0.057617187500 +-0.036865234375 +-0.101074218750 +0.028442382812 +-0.084472656250 +0.225585937500 +-0.200195312500 +-0.074218750000 +-0.058593750000 +0.251953125000 +0.250000000000 +0.108398437500 +-0.000033855438 +0.022338867188 +0.017822265625 +0.104003906250 +-0.017333984375 +0.037841796875 +-0.371093750000 +-0.012084960938 +-0.353515625000 +-0.152343750000 +-0.279296875000 +0.106445312500 +-0.086914062500 +-0.036376953125 +0.211914062500 +-0.106445312500 +-0.011413574219 +-0.310546875000 +-0.103515625000 +-0.447265625000 +-0.016601562500 +-0.050048828125 +0.091308593750 +0.101074218750 +-0.058593750000 +0.004302978516 +-0.037353515625 +0.073242187500 +-0.079101562500 +-0.086425781250 +-0.026367187500 +-0.052001953125 +0.018188476562 +0.243164062500 +0.111816406250 +0.119140625000 +0.102539062500 +-0.045410156250 +0.043701171875 +0.127929687500 +-0.199218750000 +-0.882812500000 +0.208984375000 +-0.196289062500 +0.060791015625 +0.341796875000 +-0.141601562500 +-0.058837890625 +-0.060546875000 +0.039794921875 +-0.077148437500 +-0.125000000000 +-0.146484375000 +0.020629882812 +0.068359375000 +-0.005371093750 +0.051025390625 +0.111328125000 +-0.037109375000 +0.000869750977 +0.152343750000 +-0.104980468750 +0.042236328125 +-0.126953125000 +0.108886718750 +0.133789062500 +-0.053466796875 +-0.002990722656 +0.123046875000 +0.084960937500 +-0.064941406250 +-0.090332031250 +-0.076171875000 +-0.004608154297 +-0.016357421875 +-0.011962890625 +-0.181640625000 +0.029541015625 +-0.029785156250 +0.255859375000 +-0.046875000000 +-0.215820312500 +0.028564453125 +-0.002029418945 +-0.030029296875 +0.026367187500 +0.038330078125 +0.106445312500 +0.031250000000 +0.156250000000 +-0.061279296875 +-0.117187500000 +0.063476562500 +-0.271484375000 +-0.153320312500 +-0.024291992188 +0.075195312500 +0.060058593750 +-0.130859375000 +0.029418945312 +-0.020751953125 +-0.169921875000 +-0.178710937500 +-0.056640625000 +-0.034667968750 +-0.203125000000 +0.110351562500 +0.043945312500 +-0.269531250000 +0.149414062500 +-0.028686523438 +-0.105468750000 +-0.081054687500 +-0.177734375000 +-0.253906250000 +-0.051269531250 +0.053955078125 +-0.143554687500 +-0.023071289062 +-0.001380920410 +0.083007812500 +-0.068359375000 +0.062255859375 +0.064453125000 +-0.406250000000 +-0.041015625000 +-0.098144531250 +-0.388671875000 +0.093261718750 +-0.294921875000 +0.087890625000 +0.014038085938 +0.023193359375 +0.037353515625 +0.039062500000 +0.117675781250 +-0.202148437500 +-0.162109375000 +0.059814453125 +0.095703125000 +-0.050781250000 +-0.000999450684 +-0.116699218750 +0.206054687500 +0.094238281250 +-0.296875000000 +0.034179687500 +0.189453125000 +-0.030517578125 +-0.022094726562 +-0.066894531250 +0.048583984375 +0.064453125000 +-0.078125000000 +0.061523437500 +-0.030029296875 +0.032958984375 +-0.061035156250 +0.019042968750 +0.024047851562 +0.015075683594 +-0.034423828125 +0.165039062500 +-0.026855468750 +0.016967773438 +0.140625000000 +-0.006195068359 +-0.046386718750 +-0.103027343750 +0.019287109375 +0.173828125000 +-0.015869140625 +-0.094238281250 +-0.092773437500 +-0.048828125000 +0.038330078125 +-0.034667968750 +-0.035156250000 +-0.018310546875 +-0.062988281250 +0.003280639648 +-0.029907226562 +-0.052734375000 +-0.027954101562 +0.032958984375 +0.060302734375 +0.153320312500 +-0.095214843750 +0.125976562500 +-0.037109375000 +0.071289062500 +-0.142578125000 +-0.022094726562 +-0.131835937500 +-0.078613281250 +0.020263671875 +0.044921875000 +-0.024536132812 +0.034179687500 +-0.071777343750 +-0.101562500000 +-0.078125000000 +-0.158203125000 +-0.010620117188 +-0.166015625000 +-0.167968750000 +-0.032226562500 +0.026245117188 +-0.030029296875 +0.090332031250 +-0.026733398438 +-0.015502929688 +-0.091308593750 +-0.220703125000 +0.259765625000 +0.190429687500 +0.169921875000 +0.129882812500 +-0.020874023438 +0.304687500000 +-0.251953125000 +-0.082031250000 +-0.108886718750 +-0.183593750000 +-0.008483886719 +-0.019775390625 +0.096191406250 +-0.160156250000 +-0.038330078125 +-0.033935546875 +-0.211914062500 +-0.066894531250 +-0.032226562500 +-0.072265625000 +-0.127929687500 +0.040283203125 +0.052734375000 +-0.068847656250 +-0.109375000000 +0.035156250000 +-0.039062500000 +0.015563964844 +0.086425781250 +0.048828125000 +0.131835937500 +0.063476562500 +-0.020507812500 +-0.343750000000 +-0.172851562500 +0.166992187500 +-0.005493164062 +0.030883789062 +-0.018432617188 +-0.482421875000 +0.098144531250 +-0.306640625000 +0.167968750000 +-0.177734375000 +-0.110351562500 +0.086914062500 +-0.020751953125 +0.176757812500 +0.036621093750 +0.018188476562 +0.207031250000 +-0.190429687500 +0.040771484375 +-0.221679687500 +0.215820312500 +0.200195312500 +-0.208007812500 +0.191406250000 +0.029418945312 +-0.100097656250 +-0.039550781250 +0.117187500000 +0.058593750000 +0.009582519531 +0.052001953125 +-0.087890625000 +0.076171875000 +0.003616333008 +-0.045898437500 +0.024414062500 +0.126953125000 +0.035888671875 +-0.163085937500 +-0.326171875000 +-0.031738281250 +-0.177734375000 +-0.054199218750 +0.035644531250 +0.042236328125 +-0.204101562500 +-0.039550781250 +0.061279296875 +-0.143554687500 +0.261718750000 +-0.255859375000 +-0.148437500000 +0.070312500000 +-0.141601562500 +-0.058105468750 +0.010986328125 +-0.250000000000 +0.007995605469 +-0.136718750000 +-0.120117187500 +0.048095703125 +-0.092285156250 +0.111816406250 +0.134765625000 +0.253906250000 +-0.065429687500 +-0.158203125000 +-0.004272460938 +0.008972167969 +0.141601562500 +-0.322265625000 +0.104980468750 +-0.181640625000 +-0.198242187500 +-0.038574218750 +-0.139648437500 +-0.028808593750 +-0.279296875000 +-0.053222656250 +0.039794921875 +-0.088867187500 +0.155273437500 +0.092773437500 +-0.029296875000 +-0.237304687500 +0.018188476562 +-0.033935546875 +-0.047607421875 +-0.110351562500 +0.120605468750 +-0.084960937500 +0.142578125000 +0.028808593750 +-0.306640625000 +0.166015625000 +0.157226562500 +-0.022705078125 +0.166992187500 +0.075195312500 +-0.095214843750 +-0.207031250000 +0.054687500000 +0.074218750000 +-0.115234375000 +-0.023071289062 +-0.104003906250 +-0.010803222656 +-0.437500000000 +-0.425781250000 +-0.139648437500 +-0.447265625000 +0.044921875000 +0.153320312500 +-0.006591796875 +-0.201171875000 +0.218750000000 +0.100585937500 +0.056152343750 +-0.084960937500 +-0.220703125000 +-0.011657714844 +0.110351562500 +-0.215820312500 +0.120117187500 +0.123046875000 +-0.053222656250 +0.229492187500 +-0.208984375000 +-0.433593750000 +-0.246093750000 +-0.116699218750 +0.218750000000 +-0.173828125000 +-0.562500000000 +0.085937500000 +-0.130859375000 +-0.231445312500 +-0.086425781250 +0.074218750000 +0.228515625000 +-0.324218750000 +0.182617187500 +-0.008789062500 +0.124511718750 +-0.041259765625 +-0.093750000000 +-0.123535156250 +0.120117187500 +0.092773437500 +0.235351562500 +-0.410156250000 +-0.152343750000 +0.032714843750 +0.052734375000 +-0.073730468750 +-0.083984375000 +-0.008178710938 +-0.052246093750 +-0.091796875000 +-0.034423828125 +0.113281250000 +-0.038574218750 +-0.136718750000 +0.143554687500 +-0.065429687500 +-0.001235961914 +-0.120605468750 +0.131835937500 +-0.007324218750 +-0.265625000000 +-0.314453125000 +0.095214843750 +0.047363281250 +0.269531250000 +-0.304687500000 +-0.085449218750 +0.008300781250 +-0.092285156250 +0.022094726562 +-0.036376953125 +0.168945312500 +0.076171875000 +0.079101562500 +0.029296875000 +-0.075195312500 +0.011718750000 +0.182617187500 +-0.201171875000 +0.053222656250 +0.037841796875 +-0.073730468750 +-0.106933593750 +-0.014953613281 +-0.015380859375 +-0.253906250000 +-0.056396484375 +0.117675781250 +-0.091308593750 +0.144531250000 +-0.182617187500 +0.158203125000 +-0.011291503906 +-0.026367187500 +0.022216796875 +-0.059326171875 +0.094726562500 +-0.080078125000 +0.155273437500 +-0.124023437500 +-0.060791015625 +0.093750000000 +0.050292968750 +0.092285156250 +-0.226562500000 +0.062255859375 +-0.033935546875 +0.114746093750 +-0.078125000000 +0.246093750000 +0.027221679688 +-0.219726562500 +0.018554687500 +0.062500000000 +-0.012817382812 +0.040283203125 +-0.062011718750 +0.043701171875 +0.079589843750 +0.220703125000 +0.124023437500 +-0.310546875000 +-0.064453125000 +-0.020751953125 +0.084960937500 +-0.279296875000 +-0.090820312500 +-0.018676757812 +0.033691406250 +0.086914062500 +0.083496093750 +-0.076660156250 +-0.083496093750 +0.038574218750 +0.259765625000 +0.107910156250 +0.099121093750 +-0.113281250000 +0.180664062500 +0.204101562500 +-0.005615234375 +0.126953125000 +-0.246093750000 +0.084960937500 +-0.015991210938 +-0.108886718750 +0.080078125000 +-0.004028320312 +-0.007995605469 +-0.104492187500 +-0.019409179688 +0.033203125000 +0.123046875000 +0.028076171875 +0.178710937500 +-0.003463745117 +-0.079589843750 +0.004516601562 +-0.048339843750 +-0.026367187500 +-0.119628906250 +0.075683593750 +0.114746093750 +-0.061767578125 +-0.097656250000 +-0.036865234375 +-0.030151367188 +-0.153320312500 +-0.059082031250 +0.100585937500 +0.074218750000 +0.078613281250 +-0.312500000000 +0.056640625000 +0.090820312500 +-0.146484375000 +-0.019409179688 +0.053466796875 +0.084472656250 +-0.006103515625 +0.076171875000 +0.020751953125 +-0.033935546875 +-0.002975463867 +-0.419921875000 +-0.121582031250 +-0.144531250000 +-0.123535156250 +0.125976562500 +0.153320312500 +0.179687500000 +0.170898437500 +0.159179687500 +0.008239746094 +-0.144531250000 +-0.059326171875 +-0.396484375000 +0.036621093750 +-0.085449218750 +-0.108886718750 +-0.265625000000 +-0.009277343750 +0.073730468750 +0.170898437500 +-0.025268554688 +-0.172851562500 +0.047607421875 +-0.183593750000 +0.037109375000 +0.275390625000 +0.036865234375 +0.124511718750 +0.104980468750 +-0.312500000000 +0.167968750000 +-0.041992187500 +0.169921875000 +-0.153320312500 +0.345703125000 +-0.085937500000 +0.019287109375 +-0.006805419922 +-0.079101562500 +-0.045898437500 +0.050537109375 +-0.087890625000 +-0.243164062500 +-0.184570312500 +0.224609375000 +0.068359375000 +0.099121093750 +-0.027709960938 +0.136718750000 +0.157226562500 +0.016113281250 +0.097656250000 +-0.359375000000 +0.070312500000 +-0.045410156250 +0.045898437500 +-0.038330078125 +-0.064941406250 +0.028320312500 +-0.000278472900 +0.074218750000 +-0.071777343750 +-0.026367187500 +0.020751953125 +-0.136718750000 +0.045166015625 +0.027587890625 +0.024169921875 +-0.055175781250 +0.110351562500 +0.031494140625 +-0.070312500000 +-0.100585937500 +0.057861328125 +0.096679687500 +-0.051269531250 +0.003646850586 +-0.044677734375 +-0.337890625000 +-0.049316406250 +-0.064453125000 +0.117675781250 +0.031127929688 +-0.037841796875 +0.125976562500 +-0.033691406250 +0.032470703125 +0.049560546875 +-0.035400390625 +0.079589843750 +-0.131835937500 +0.076171875000 +-0.012023925781 +0.007324218750 +-0.064453125000 +-0.058837890625 +0.027465820312 +0.036865234375 +-0.077148437500 +0.027099609375 +0.124511718750 +-0.066406250000 +-0.105468750000 +-0.044189453125 +-0.014892578125 +0.028320312500 +0.031738281250 +-0.007507324219 +-0.018310546875 +-0.291015625000 +-0.014221191406 +0.066406250000 +-0.059814453125 +0.000553131104 +-0.026855468750 +-0.045654296875 +-0.033203125000 +-0.007781982422 +0.024658203125 +-0.032470703125 +0.086425781250 +0.128906250000 +0.072753906250 +0.194335937500 +0.160156250000 +-0.035156250000 +0.202148437500 +0.324218750000 +-0.071289062500 +-0.068847656250 +-0.093750000000 +0.062255859375 +0.124511718750 +-0.158203125000 +0.204101562500 +-0.237304687500 +-0.010803222656 +-0.207031250000 +0.110351562500 +0.097656250000 +-0.154296875000 +-0.073730468750 +0.180664062500 +-0.009826660156 +-0.090820312500 +-0.031982421875 +0.105468750000 +0.171875000000 +-0.020141601562 +0.198242187500 +-0.155273437500 +-0.015380859375 +-0.069824218750 +-0.232421875000 +-0.283203125000 +-0.216796875000 +0.241210937500 +0.042968750000 +0.145507812500 +-0.107910156250 +-0.004180908203 +-0.185546875000 +0.013610839844 +0.083496093750 +0.027343750000 +-0.302734375000 +0.048583984375 +0.044677734375 +-0.417968750000 +-0.018188476562 +0.183593750000 +-0.048095703125 +0.029296875000 +0.157226562500 +0.125976562500 +-0.111328125000 +-0.144531250000 +0.058593750000 +-0.099609375000 +-0.130859375000 +-0.043701171875 +0.084960937500 +0.147460937500 +0.104492187500 +-0.125976562500 +-0.484375000000 +0.062500000000 +0.153320312500 +-0.038085937500 +0.129882812500 +0.062011718750 +0.057861328125 +0.088378906250 +-0.078613281250 +-0.011779785156 +0.100585937500 +-0.108398437500 +-0.052001953125 +-0.080566406250 +-0.049072265625 +-0.330078125000 +-0.012695312500 +-0.020751953125 +-0.060058593750 +0.075195312500 +-0.214843750000 +-0.106445312500 +-0.105468750000 +-0.013305664062 +-0.043945312500 +0.026123046875 +0.008361816406 +0.073730468750 +0.005493164062 +-0.277343750000 +-0.067871093750 +0.027221679688 +-0.057861328125 +0.033691406250 +-0.167968750000 +-0.005187988281 +-0.017333984375 +-0.030029296875 +0.154296875000 +0.013854980469 +-0.032714843750 +0.065917968750 +-0.486328125000 +-0.062255859375 +-0.113281250000 +-0.053710937500 +0.140625000000 +-0.041015625000 +0.045898437500 +-0.186523437500 +-0.073242187500 +-0.095703125000 +0.138671875000 +-0.057861328125 +-0.097656250000 +0.012939453125 +-0.054687500000 +-0.014648437500 +-0.099609375000 +0.011840820312 +0.039306640625 +0.049316406250 +0.015869140625 +-0.044921875000 +-0.183593750000 +0.039550781250 +-0.164062500000 +-0.071777343750 +-0.040771484375 +0.096679687500 +0.012390136719 +-0.149414062500 +-0.125976562500 +0.015502929688 +0.043457031250 +0.160156250000 +-0.248046875000 +0.070312500000 +-0.106933593750 +0.328125000000 +-0.074218750000 +0.150390625000 +-0.121582031250 +0.104003906250 +0.084960937500 +0.570312500000 +-0.083984375000 +-0.006744384766 +0.120605468750 +0.046142578125 +0.020141601562 +-0.154296875000 +-0.000180244446 +0.337890625000 +0.034179687500 +-0.075683593750 +0.008666992188 +-0.110839843750 +-0.253906250000 +-0.147460937500 +0.114257812500 +0.005279541016 +0.000495910645 +0.099121093750 +-0.045166015625 +-0.239257812500 +-0.227539062500 +0.039306640625 +-0.108398437500 +0.084960937500 +-0.032714843750 +-0.012268066406 +0.018920898438 +-0.004882812500 +-0.068359375000 +0.008728027344 +-0.037841796875 +-0.022583007812 +-0.126953125000 +-0.110839843750 +0.067871093750 +-0.006378173828 +0.138671875000 +-0.005676269531 +-0.147460937500 +0.005737304688 +-0.183593750000 +0.101562500000 +-0.186523437500 +0.104980468750 +-0.021728515625 +-0.057128906250 +-0.038818359375 +0.043457031250 +-0.012329101562 +0.105468750000 +0.165039062500 +0.019775390625 +0.191406250000 +0.164062500000 +-0.011108398438 +-0.126953125000 +-0.255859375000 +-0.134765625000 +0.018920898438 +0.136718750000 +-0.083007812500 +-0.062500000000 +0.194335937500 +-0.341796875000 +-0.060546875000 +0.009033203125 +-0.043945312500 +0.010070800781 +0.006835937500 +0.030883789062 +-0.056152343750 +-0.031494140625 +-0.032958984375 +-0.047851562500 +-0.137695312500 +-0.076660156250 +0.005737304688 +-0.090332031250 +0.012390136719 +0.081054687500 +-0.337890625000 +-0.221679687500 +-0.010986328125 +-0.024291992188 +0.050781250000 +-0.122070312500 +0.091796875000 +0.026245117188 +0.004180908203 +-0.068359375000 +-0.212890625000 +-0.181640625000 +-0.022705078125 +0.110351562500 +0.057617187500 +0.178710937500 +-0.037353515625 +-0.027954101562 +-0.160156250000 +0.010253906250 +0.055175781250 +-0.333984375000 +0.004577636719 +0.032714843750 +-0.209960937500 +-0.132812500000 +0.071289062500 +0.088378906250 +0.000698089600 +-0.041503906250 +-0.308593750000 +-0.004058837891 +0.068359375000 +0.151367187500 +-0.069824218750 +-0.078613281250 +0.047607421875 +-0.177734375000 +0.034667968750 +0.139648437500 +0.111328125000 +0.110839843750 +0.022338867188 +0.172851562500 +0.071289062500 +0.083496093750 +-0.304687500000 +-0.203125000000 +-0.202148437500 +0.010498046875 +-0.201171875000 +0.023437500000 +0.053466796875 +0.120117187500 +-0.328125000000 +-0.384765625000 +0.016845703125 +0.020874023438 +0.045166015625 +0.099609375000 +-0.060546875000 +-0.041503906250 +0.298828125000 +-0.125976562500 +-0.085937500000 +-0.089843750000 +-0.054443359375 +0.119140625000 +0.003372192383 +0.032226562500 +-0.026489257812 +0.003097534180 +0.046630859375 +0.080078125000 +0.011657714844 +-0.029296875000 +0.011352539062 +0.098632812500 +0.190429687500 +-0.006286621094 +0.009582519531 +-0.161132812500 +-0.130859375000 +-0.010681152344 +-0.040039062500 +-0.017089843750 +0.021850585938 +0.056396484375 +-0.030395507812 +-0.054931640625 +0.187500000000 +0.079589843750 +0.055908203125 +-0.109863281250 +-0.224609375000 +-0.038574218750 +0.013061523438 +-0.208007812500 +-0.075195312500 +-0.082031250000 +-0.164062500000 +0.082031250000 +0.081054687500 +0.156250000000 +0.055908203125 +-0.139648437500 +0.166992187500 +0.031127929688 +-0.039062500000 +-0.149414062500 +0.172851562500 +-0.398437500000 +-0.063964843750 +0.044677734375 +-0.163085937500 +-0.002944946289 +-0.116210937500 +0.140625000000 +-0.074707031250 +0.024902343750 +0.037109375000 +-0.102539062500 +0.006408691406 +0.129882812500 +-0.156250000000 +-0.049316406250 +0.116210937500 +0.051757812500 +0.105468750000 +-0.186523437500 +-0.043945312500 +-0.001922607422 +0.152343750000 +0.006866455078 +-0.013305664062 +-0.233398437500 +-0.046630859375 +0.013244628906 +0.094726562500 +-0.143554687500 +0.050048828125 +0.147460937500 +-0.003707885742 +-0.017089843750 +-0.064941406250 +0.083007812500 +-0.052734375000 +-0.250000000000 +0.090332031250 +-0.151367187500 +0.017944335938 +0.147460937500 +-0.073730468750 +-0.008422851562 +0.086914062500 +0.069335937500 +0.054199218750 +-0.040527343750 +-0.070312500000 +0.078613281250 +0.041503906250 +0.019653320312 +-0.110839843750 +0.034667968750 +-0.012695312500 +0.051269531250 +0.022583007812 +0.038818359375 +0.098632812500 +-0.104003906250 +-0.048095703125 +0.096679687500 +-0.281250000000 +0.006805419922 +0.049804687500 +-0.214843750000 +-0.178710937500 +-0.008422851562 +-0.074707031250 +0.041259765625 +0.005065917969 +-0.068847656250 +-0.095214843750 +0.365234375000 +-0.102050781250 +0.017089843750 +0.005615234375 +0.026245117188 +-0.052734375000 +0.045410156250 +-0.048828125000 +-0.042724609375 +-0.068847656250 +0.040527343750 +-0.013488769531 +0.006774902344 +-0.074218750000 +-0.112304687500 +-0.004516601562 +0.079589843750 +0.078125000000 +0.074707031250 +0.020874023438 +-0.073730468750 +-0.137695312500 +0.087890625000 +0.124023437500 +-0.052490234375 +0.063964843750 +-0.041992187500 +0.023315429688 +-0.070800781250 +0.064941406250 +0.053710937500 +-0.014526367188 +-0.040771484375 +0.005187988281 +0.039794921875 +0.371093750000 +-0.063964843750 +0.046875000000 +-0.018554687500 +-0.061035156250 +-0.076660156250 +0.021362304688 +0.261718750000 +0.051269531250 +-0.089843750000 +0.001708984375 +-0.002746582031 +-0.081542968750 +-0.044189453125 +-0.053466796875 +-0.200195312500 +0.011230468750 +-0.015380859375 +-0.087890625000 +-0.208984375000 +-0.060058593750 +-0.221679687500 +-0.030273437500 +-0.036376953125 +0.002777099609 +0.003936767578 +0.000690460205 +0.115722656250 +0.102539062500 +-0.878906250000 +-0.065429687500 +-0.010925292969 +-0.161132812500 +-0.153320312500 +-0.100585937500 +-0.102050781250 +-0.018310546875 +-0.011352539062 +0.008972167969 +-0.006103515625 +-0.096191406250 +0.024414062500 +0.045410156250 +0.062011718750 +-0.071777343750 +-0.130859375000 +-0.020629882812 +-0.046630859375 +-0.010742187500 +-0.034667968750 +-0.042480468750 +-0.043457031250 +-0.188476562500 +-0.061035156250 +0.034912109375 +0.011657714844 +0.036132812500 +-0.006744384766 +0.000329971313 +-0.125000000000 +0.069335937500 +-0.060302734375 +0.070800781250 +0.118652343750 +-0.263671875000 +-0.195312500000 +-0.168945312500 +0.051025390625 +0.172851562500 +-0.151367187500 +-0.071777343750 +-0.213867187500 +-0.067871093750 +-0.009704589844 +0.125976562500 +0.234375000000 +0.076171875000 +0.041748046875 +0.045166015625 +0.392578125000 +-0.515625000000 +0.001396179199 +0.019775390625 +0.064941406250 +0.033203125000 +0.247070312500 +-0.064941406250 +0.056884765625 +-0.090332031250 +-0.287109375000 +-0.012145996094 +-0.075683593750 +-0.137695312500 +0.384765625000 +-0.027465820312 +-0.078613281250 +-0.056884765625 +-0.261718750000 +-0.081054687500 +0.164062500000 +0.089843750000 +0.075195312500 +0.006134033203 +-0.085937500000 +-0.079589843750 +-0.167968750000 +-0.257812500000 +-0.328125000000 +0.068359375000 +-0.004211425781 +0.082031250000 +0.055419921875 +-0.178710937500 +-0.175781250000 +0.017822265625 +0.078613281250 +0.127929687500 +0.103027343750 +-0.201171875000 +0.038818359375 +-0.087890625000 +-0.034423828125 +-0.109863281250 +0.089355468750 +-0.095214843750 +0.065917968750 +0.055419921875 +-0.110351562500 +0.039794921875 +-0.080566406250 +0.017944335938 +0.110351562500 +-0.137695312500 +-0.174804687500 +-0.287109375000 +-0.306640625000 +-0.088867187500 +-0.043945312500 +-0.251953125000 +-0.155273437500 +-0.001472473145 +-0.355468750000 +-0.365234375000 +-0.082519531250 +-0.072265625000 +0.156250000000 +0.142578125000 +-0.010986328125 +-0.176757812500 +-0.132812500000 +-0.037109375000 +-0.016357421875 +-0.032226562500 +-0.065917968750 +-0.283203125000 +0.124023437500 +0.066406250000 +0.169921875000 +0.151367187500 +0.064941406250 +-0.001670837402 +-0.265625000000 +-0.609375000000 +0.133789062500 +0.136718750000 +-0.193359375000 +-0.092773437500 +-0.511718750000 +0.068847656250 +0.007751464844 +-0.174804687500 +-0.231445312500 +-0.233398437500 +0.109863281250 +-0.176757812500 +0.091308593750 +0.115234375000 +-0.099609375000 +0.099121093750 +-0.078613281250 +0.102050781250 +0.089355468750 +0.096191406250 +0.060058593750 +-0.318359375000 +-0.148437500000 +-0.071289062500 +-0.019287109375 +-0.062988281250 +-0.104980468750 +0.161132812500 +-0.037597656250 +-0.218750000000 +0.174804687500 +-0.083984375000 +0.085937500000 +0.008789062500 +0.034912109375 +-0.117187500000 +-0.019042968750 +0.067871093750 +-0.034667968750 +-0.133789062500 +0.008239746094 +-0.174804687500 +-0.095214843750 +-0.046142578125 +-0.083007812500 +0.045166015625 +0.040527343750 +-0.068847656250 +0.200195312500 +0.154296875000 +0.017700195312 +0.093261718750 +-0.126953125000 +-0.026245117188 +-0.055175781250 +-0.083007812500 +0.000015616417 +-0.183593750000 +-0.188476562500 +-0.132812500000 +-0.223632812500 +0.067871093750 +0.022094726562 +-0.142578125000 +0.285156250000 +-0.106445312500 +0.076171875000 +-0.009704589844 +0.071777343750 +-0.076171875000 +-0.001373291016 +0.273437500000 +-0.087402343750 +0.034423828125 +0.061035156250 +-0.320312500000 +0.038330078125 +0.039550781250 +-0.151367187500 +0.056884765625 +0.231445312500 +0.122558593750 +-0.079101562500 +0.153320312500 +-0.063964843750 +0.135742187500 +-0.090820312500 +-0.133789062500 +0.289062500000 +0.069824218750 +-0.043212890625 +-0.018676757812 +0.018188476562 +0.011718750000 +-0.037841796875 +0.024414062500 +-0.015197753906 +-0.053955078125 +-0.140625000000 +-0.074707031250 +0.016235351562 +-0.043945312500 +-0.002685546875 +-0.000984191895 +0.012451171875 +-0.330078125000 +0.075195312500 +0.063476562500 +0.082031250000 +-0.008972167969 +-0.191406250000 +-0.009582519531 +0.000556945801 +-0.172851562500 +-0.236328125000 +0.011779785156 +-0.046875000000 +-0.014709472656 +-0.049560546875 +-0.026733398438 +0.034912109375 +-0.020874023438 +-0.198242187500 +-0.281250000000 +0.009399414062 +0.006195068359 +-0.010803222656 +0.010314941406 +0.053222656250 +-0.173828125000 +0.105957031250 +-0.601562500000 +0.038085937500 +-0.051513671875 +0.016845703125 +0.115234375000 +0.115234375000 +0.040039062500 +-0.008789062500 +-0.042480468750 +0.013977050781 +-0.059082031250 +-0.249023437500 +-0.102050781250 +-0.042236328125 +-0.144531250000 +0.092285156250 +0.081542968750 +-0.088867187500 +0.131835937500 +-0.102539062500 +-0.153320312500 +-0.072753906250 +0.062255859375 +0.097656250000 +0.031738281250 +0.026123046875 +-0.048828125000 +0.102539062500 +-0.190429687500 +-0.050537109375 +-0.063964843750 +0.007873535156 +0.100097656250 +0.052734375000 +-0.086914062500 +-0.078613281250 +0.104003906250 +0.027465820312 +-0.318359375000 +0.114257812500 +-0.105468750000 +0.001731872559 +-0.228515625000 +0.158203125000 +0.146484375000 +-0.064453125000 +0.093261718750 +0.017944335938 +0.029296875000 +0.126953125000 +0.131835937500 +0.088378906250 +0.063964843750 +-0.076660156250 +0.176757812500 +-0.025756835938 +-0.125000000000 +0.273437500000 +0.102050781250 +-0.062011718750 +-0.206054687500 +0.037353515625 +-0.040527343750 +0.032714843750 +-0.104003906250 +0.171875000000 +0.036865234375 +-0.285156250000 +0.186523437500 +-0.064453125000 +-0.125000000000 +0.000103473663 +-0.126953125000 +-0.079589843750 +0.055664062500 +0.195312500000 +-0.026000976562 +0.070312500000 +0.094238281250 +0.032470703125 +-0.032714843750 +0.012939453125 +0.057373046875 +-0.135742187500 +-0.134765625000 +-0.087402343750 +0.023315429688 +-0.226562500000 +0.149414062500 +0.008483886719 +0.049316406250 +0.030517578125 +0.042480468750 +-0.004821777344 +-0.017944335938 +-0.018310546875 +0.000203132629 +-0.002868652344 +-0.058593750000 +-0.098144531250 +-0.104492187500 +-0.155273437500 +-0.078125000000 +0.236328125000 +0.044189453125 +-0.050537109375 +-0.023803710938 +-0.008972167969 +0.166015625000 +-0.179687500000 +-0.121582031250 +-0.449218750000 +0.062988281250 +0.167968750000 +-0.240234375000 +-0.007232666016 +-0.147460937500 +0.104492187500 +-0.357421875000 +-0.275390625000 +0.151367187500 +-0.007873535156 +-0.012207031250 +0.094726562500 +-0.124511718750 +-0.012207031250 +-0.016113281250 +-0.078125000000 +-0.020507812500 +0.112304687500 +-0.003768920898 +0.061035156250 +0.255859375000 +0.115234375000 +0.017700195312 +-0.073730468750 +-0.023437500000 +0.031494140625 +-0.029296875000 +-0.150390625000 +-0.166015625000 +0.140625000000 +-0.036376953125 +0.167968750000 +0.062011718750 +-0.076171875000 +0.046875000000 +-0.019531250000 +-0.131835937500 +0.103027343750 +0.023437500000 +-0.015014648438 +-0.028442382812 +-0.107910156250 +0.146484375000 +-0.008666992188 +-0.023437500000 +0.067871093750 +-0.032470703125 +-0.028198242188 +-0.125976562500 +0.035400390625 +0.034423828125 +-0.010681152344 +0.021606445312 +0.117675781250 +0.040283203125 +-0.116699218750 +0.170898437500 +0.161132812500 +-0.000679016113 +-0.106933593750 +-0.100585937500 +0.048583984375 +0.177734375000 +0.072265625000 +-0.160156250000 +0.073242187500 +0.035888671875 +0.002929687500 +-0.067871093750 +0.004394531250 +-0.277343750000 +-0.248046875000 +0.047851562500 +-0.104003906250 +-0.109863281250 +0.031250000000 +-0.040283203125 +0.335937500000 +0.046142578125 +-0.054443359375 +-0.020874023438 +0.041992187500 +0.020385742188 +-0.279296875000 +-0.026123046875 +0.041503906250 +0.023803710938 +-0.041503906250 +-0.081542968750 +0.040527343750 +-0.026367187500 +0.227539062500 +0.168945312500 +-0.070800781250 +0.019042968750 +0.110839843750 +0.055175781250 +-0.154296875000 +0.064941406250 +-0.013549804688 +-0.092773437500 +0.273437500000 +0.092285156250 +-0.161132812500 +0.019775390625 +0.192382812500 +-0.034667968750 +0.012451171875 +0.063476562500 +0.015747070312 +-0.080078125000 +-0.061035156250 +-0.010925292969 +-0.062988281250 +0.020141601562 +-0.132812500000 +-0.294921875000 +0.240234375000 +-0.114257812500 +-0.068359375000 +-0.037597656250 +-0.113769531250 +-0.075195312500 +0.093261718750 +-0.026611328125 +-0.167968750000 +0.176757812500 +0.093261718750 +0.119140625000 +0.071777343750 +-0.052978515625 +-0.419921875000 +0.101562500000 +-0.019165039062 +0.044433593750 +0.000181198120 +-0.147460937500 +0.003890991211 +0.167968750000 +-0.079101562500 +0.125000000000 +-0.023925781250 +-0.146484375000 +0.062988281250 +-0.021972656250 +0.075195312500 +-0.079101562500 +-0.064453125000 +-0.040527343750 +-0.118652343750 +-0.002120971680 +0.004394531250 +0.074218750000 +0.052246093750 +-0.073242187500 +-0.077636718750 +-0.000204086304 +-0.129882812500 +-0.076660156250 +0.006622314453 +0.001266479492 +-0.038085937500 +0.137695312500 +0.115722656250 +0.050048828125 +-0.141601562500 +0.087402343750 +-0.053710937500 +-0.067382812500 +-0.255859375000 +0.044677734375 +0.031127929688 +0.001251220703 +-0.148437500000 +-0.060058593750 +-0.061523437500 +-0.130859375000 +0.032958984375 +-0.167968750000 +0.014160156250 +-0.133789062500 +-0.012145996094 +0.011352539062 +0.001663208008 +-0.223632812500 +0.085937500000 +0.036132812500 +0.020507812500 +0.041503906250 +-0.038085937500 +-0.115234375000 +-0.101562500000 +-0.040283203125 +0.031494140625 +-0.431640625000 +0.214843750000 +-0.014770507812 +-0.030883789062 +-0.018188476562 +0.043945312500 +-0.013977050781 +-0.000196456909 +0.120117187500 +0.184570312500 +0.048095703125 +-0.269531250000 +-0.108886718750 +-0.063476562500 +-0.269531250000 +0.070312500000 +-0.165039062500 +0.013488769531 +-0.049560546875 +-0.175781250000 +0.096191406250 +0.107910156250 +0.163085937500 +0.247070312500 +0.134765625000 +0.067871093750 +0.126953125000 +0.068847656250 +0.175781250000 +-0.008850097656 +-0.082031250000 +-0.080078125000 +-0.209960937500 +0.069335937500 +0.145507812500 +0.010314941406 +0.056640625000 +-0.081054687500 +-0.196289062500 +-0.012329101562 +0.049072265625 +-0.105468750000 +-0.004852294922 +-0.013610839844 +0.024047851562 +-0.064453125000 +0.015869140625 +0.110839843750 +0.108398437500 +-0.028320312500 +0.076660156250 +-0.022583007812 +-0.222656250000 +-0.033203125000 +0.009094238281 +0.077148437500 +-0.005645751953 +-0.029174804688 +-0.404296875000 +0.063964843750 +-0.066406250000 +-0.119628906250 +0.036621093750 +-0.063476562500 +0.051513671875 +0.007415771484 +-0.182617187500 +-0.140625000000 +-0.097656250000 +-0.102050781250 +0.053955078125 +-0.027465820312 +0.014709472656 +0.015747070312 +0.004394531250 +0.040039062500 +-0.250000000000 +-0.081054687500 +-0.083007812500 +-0.017211914062 +0.035400390625 +-0.138671875000 +-0.063964843750 +-0.145507812500 +0.095214843750 +0.032714843750 +-0.017578125000 +0.012939453125 +0.058349609375 +0.204101562500 +-0.041992187500 +0.119628906250 +-0.064941406250 +0.055175781250 +-0.353515625000 +-0.207031250000 +0.071289062500 +0.081054687500 +0.000482559204 +0.000347137451 +-0.052978515625 +-0.091796875000 +0.034179687500 +-0.099609375000 +-0.335937500000 +-0.096191406250 +0.106933593750 +0.014343261719 +0.165039062500 +0.160156250000 +-0.040771484375 +-0.423828125000 +-0.120117187500 +-0.001426696777 +-0.011108398438 +0.015197753906 +0.170898437500 +-0.067382812500 +-0.027709960938 +-0.104492187500 +-0.020019531250 +0.006408691406 +-0.107421875000 +0.228515625000 +0.001968383789 +0.243164062500 +0.056884765625 +-0.159179687500 +-0.015991210938 +-0.020141601562 +-0.125976562500 +-0.197265625000 +-0.082031250000 +0.072265625000 +-0.043701171875 +-0.018188476562 +0.147460937500 +0.093750000000 +0.007507324219 +0.011291503906 +0.019042968750 +-0.020019531250 +0.013671875000 +0.097167968750 +0.086914062500 +-0.103027343750 +-0.019042968750 +-0.070312500000 +0.022216796875 +0.059814453125 +-0.026855468750 +-0.034912109375 +-0.070800781250 +-0.373046875000 +0.234375000000 +0.148437500000 +-0.021118164062 +-0.142578125000 +-0.075683593750 +-0.079101562500 +-0.032470703125 +0.003250122070 +0.005584716797 +-0.045410156250 +0.015747070312 +-0.135742187500 +0.011047363281 +-0.031982421875 +-0.050537109375 +0.090332031250 +-0.056884765625 +-0.031250000000 +0.121093750000 +0.212890625000 +0.019775390625 +-0.439453125000 +-0.115234375000 +0.023925781250 +0.113769531250 +-0.119628906250 +-0.255859375000 +-0.142578125000 +-0.003799438477 +0.080566406250 +-0.143554687500 +-0.030395507812 +0.059570312500 +-0.253906250000 +-0.048583984375 +0.094726562500 +0.113769531250 +-0.047851562500 +0.033203125000 +0.012268066406 +0.178710937500 +-0.148437500000 +0.101074218750 +-0.570312500000 +0.134765625000 +-0.002609252930 +-0.149414062500 +0.149414062500 +0.164062500000 +0.055664062500 +-0.029174804688 +0.039306640625 +-0.048583984375 +0.107421875000 +0.103027343750 +0.088867187500 +0.049072265625 +-0.253906250000 +-0.131835937500 +0.128906250000 +0.050048828125 +0.041503906250 +0.019653320312 +0.003753662109 +0.105957031250 +-0.071289062500 +0.145507812500 +-0.106933593750 +-0.207031250000 +-0.181640625000 +0.119628906250 +0.079101562500 +0.017700195312 +0.063964843750 +-0.246093750000 +0.161132812500 +-0.034912109375 +-0.055419921875 +-0.089843750000 +0.134765625000 +0.157226562500 +-0.016357421875 +-0.010498046875 +-0.158203125000 +0.030029296875 +-0.000324249268 +-0.073730468750 +-0.091308593750 +-0.184570312500 +0.216796875000 +0.097656250000 +0.122558593750 +0.257812500000 +-0.136718750000 +-0.037841796875 +0.090820312500 +0.127929687500 +0.090332031250 +-0.051269531250 +0.074707031250 +0.057128906250 +0.046875000000 +0.018188476562 +-0.187500000000 +0.007232666016 +-0.170898437500 +-0.154296875000 +-0.036376953125 +-0.020874023438 +-0.176757812500 +0.100585937500 +0.099609375000 +0.013977050781 +-0.104492187500 +0.031982421875 +-0.124023437500 +-0.133789062500 +0.043457031250 +-0.015441894531 +-0.441406250000 +-0.000314712524 +0.070312500000 +0.155273437500 +-0.113769531250 +-0.154296875000 +0.176757812500 +-0.213867187500 +-0.067382812500 +0.048095703125 +-0.099121093750 +-0.027709960938 +-0.122558593750 +0.155273437500 +0.172851562500 +0.017578125000 +0.144531250000 +0.129882812500 +-0.211914062500 +0.010559082031 +-0.022705078125 +-0.075195312500 +0.021972656250 +-0.219726562500 +0.020263671875 +0.001480102539 +0.171875000000 +0.033203125000 +0.190429687500 +-0.009277343750 +0.013366699219 +0.036621093750 +0.050781250000 +-0.098144531250 +0.130859375000 +-0.030151367188 +-0.250000000000 +0.283203125000 +0.040283203125 +-0.160156250000 +0.037109375000 +0.080566406250 +-0.082519531250 +0.273437500000 +0.075683593750 +0.180664062500 +-0.096191406250 +0.027221679688 +-0.373046875000 +0.237304687500 +-0.067871093750 +0.104492187500 +0.050781250000 +-0.097656250000 +0.214843750000 +-0.235351562500 +-0.043945312500 +0.022827148438 +0.143554687500 +0.003936767578 +0.141601562500 +0.055664062500 +-0.302734375000 +0.045166015625 +-0.095703125000 +0.102539062500 +0.065429687500 +-0.093261718750 +0.032226562500 +0.011718750000 +0.009033203125 +0.067382812500 +0.098632812500 +0.154296875000 +0.102050781250 +0.229492187500 +-0.107910156250 +-0.045166015625 +-0.035644531250 +0.001602172852 +-0.189453125000 +0.153320312500 +-0.067871093750 +-0.165039062500 +-0.098144531250 +-0.037597656250 +0.219726562500 +-0.109375000000 +0.134765625000 +0.057128906250 +0.079101562500 +0.013854980469 +0.142578125000 +0.005065917969 +-0.142578125000 +0.038085937500 +0.040039062500 +0.074218750000 +0.153320312500 +-0.441406250000 +0.188476562500 +0.010437011719 +-0.277343750000 +0.032226562500 +0.151367187500 +-0.069335937500 +-0.142578125000 +-0.068847656250 +-0.099121093750 +-0.061279296875 +0.245117187500 +-0.160156250000 +-0.071777343750 +0.194335937500 +0.040771484375 +-0.294921875000 +-0.189453125000 +-0.078613281250 +-0.120605468750 +0.098144531250 +0.010803222656 +-0.043457031250 +0.030883789062 +-0.032958984375 +0.017700195312 +0.083984375000 +-0.250000000000 +-0.020263671875 +0.122070312500 +0.222656250000 +-0.024536132812 +0.122070312500 +-0.130859375000 +0.123535156250 +0.119140625000 +0.084960937500 +-0.028930664062 +-0.059082031250 +0.017944335938 +-0.388671875000 +0.024047851562 +-0.257812500000 +-0.097656250000 +-0.243164062500 +-0.191406250000 +0.067382812500 +-0.320312500000 +0.103027343750 +0.206054687500 +-0.169921875000 +-0.263671875000 +-0.333984375000 +-0.019775390625 +-0.118164062500 +0.028320312500 +0.084472656250 +-0.037841796875 +-0.015441894531 +0.167968750000 +-0.018432617188 +-0.133789062500 +-0.020507812500 +-0.002655029297 +-0.143554687500 +-0.075683593750 +0.015991210938 +-0.337890625000 +-0.033203125000 +-0.011108398438 +-0.077636718750 +-0.076171875000 +0.053710937500 +-0.330078125000 +0.048339843750 +-0.027954101562 +0.072753906250 +-0.102050781250 +-0.043212890625 +0.021972656250 +-0.208984375000 +-0.139648437500 +-0.009094238281 +0.057617187500 +0.127929687500 +-0.080566406250 +0.035400390625 +0.023803710938 +-0.137695312500 +0.122558593750 +0.472656250000 +-0.001037597656 +-0.048095703125 +-0.120605468750 +-0.609375000000 +-0.009826660156 +-0.096191406250 +0.011718750000 +-0.107421875000 +0.095214843750 +-0.104492187500 +-0.087890625000 +0.140625000000 +-0.105957031250 +-0.105957031250 +-0.125976562500 +-0.191406250000 +-0.080566406250 +0.363281250000 +0.121093750000 +0.008544921875 +0.100097656250 +-0.042480468750 +-0.031738281250 +0.053955078125 +-0.041748046875 +-0.024780273438 +0.017822265625 +0.179687500000 +0.007476806641 +0.123046875000 +0.051757812500 +-0.007324218750 +0.089843750000 +-0.189453125000 +0.085449218750 +-0.010803222656 +-0.019775390625 +0.129882812500 +-0.092773437500 +0.067382812500 +-0.291015625000 +-0.092285156250 +0.047851562500 +-0.398437500000 +0.082519531250 +-0.099121093750 +-0.019775390625 +-0.248046875000 +-0.162109375000 +-0.192382812500 +0.011230468750 +-0.085449218750 +0.025146484375 +-0.112792968750 +-0.269531250000 +-0.005889892578 +0.047363281250 +0.027343750000 +-0.002563476562 +-0.078613281250 +-0.034667968750 +0.028076171875 +-0.121582031250 +0.016967773438 +0.039794921875 +0.102050781250 +0.079589843750 +0.047119140625 +-0.277343750000 +0.045654296875 +-0.021484375000 +-0.072265625000 +-0.051757812500 +0.102539062500 +-0.251953125000 +0.072753906250 +0.130859375000 +-0.021850585938 +-0.019287109375 +-0.044921875000 +-0.523437500000 +0.094238281250 +-0.020385742188 +-0.038330078125 +0.001220703125 +-0.083984375000 +0.041992187500 +0.025390625000 +0.037597656250 +0.114257812500 +-0.010864257812 +-0.042480468750 +-0.108886718750 +0.007873535156 +-0.008056640625 +-0.004150390625 +-0.109863281250 +-0.059082031250 +0.007537841797 +0.086425781250 +-0.002105712891 +-0.230468750000 +-0.058837890625 +0.023315429688 +-0.049316406250 +-0.004119873047 +-0.041503906250 +-0.053710937500 +-0.088867187500 +0.108398437500 +-0.437500000000 +-0.144531250000 +0.122558593750 +0.029418945312 +-0.041503906250 +0.020507812500 +0.154296875000 +-0.083496093750 +-0.554687500000 +-0.014831542969 +0.009399414062 +-0.196289062500 +0.068847656250 +-0.048339843750 +-0.092285156250 +0.200195312500 +0.050781250000 +-1.023437500000 +-0.058837890625 +-0.064941406250 +0.030517578125 +0.382812500000 +0.093750000000 +0.075683593750 +-0.047851562500 +0.009216308594 +-0.208007812500 +-0.035888671875 +-0.103027343750 +-0.188476562500 +-0.032714843750 +-0.079589843750 +-0.069335937500 +0.054443359375 +-0.148437500000 +-0.040771484375 +-0.028320312500 +-0.178710937500 +-0.099609375000 +0.021850585938 +-0.020629882812 +-0.010803222656 +0.124511718750 +-0.077636718750 +-0.016845703125 +-0.001426696777 +0.084472656250 +0.091308593750 +-0.111328125000 +-0.044433593750 +0.035156250000 +0.141601562500 +0.011047363281 +0.032714843750 +0.018554687500 +0.057861328125 +-0.006835937500 +0.046630859375 +-0.056884765625 +0.005187988281 +0.055175781250 +0.006530761719 +-0.259765625000 +0.100585937500 +-0.326171875000 +0.032226562500 +-0.170898437500 +-0.163085937500 +0.061279296875 +0.054687500000 +0.054443359375 +-0.314453125000 +0.011535644531 +0.102539062500 +0.023925781250 +-0.060302734375 +-0.138671875000 +-0.017578125000 +-0.046630859375 +-0.048583984375 +-0.007385253906 +0.036376953125 +0.045166015625 +-0.082519531250 +0.036865234375 +0.074218750000 +0.060546875000 +0.007324218750 +0.002685546875 +0.057617187500 +-0.086425781250 +-0.003005981445 +-0.034667968750 +-0.023681640625 +0.120117187500 +-0.088867187500 +-0.049560546875 +0.069335937500 +-0.106445312500 +0.094726562500 +0.099609375000 +0.053466796875 +-0.105468750000 +0.068847656250 +0.038818359375 +-0.031982421875 +-0.022583007812 +0.107421875000 +0.042236328125 +0.010620117188 +-0.007476806641 +-0.000347137451 +-0.054687500000 +0.042236328125 +0.030639648438 +-0.146484375000 +-0.099121093750 +-0.156250000000 +0.281250000000 +0.101074218750 +-0.018920898438 +-0.167968750000 +-0.070312500000 +-0.010742187500 +-0.031494140625 +-0.390625000000 +-0.158203125000 +0.000051021576 +-0.105468750000 +-0.238281250000 +-0.507812500000 +-0.185546875000 +0.109863281250 +-0.005493164062 +-0.130859375000 +0.177734375000 +-0.158203125000 +-0.065917968750 +-0.133789062500 +-0.232421875000 +-0.113769531250 +0.127929687500 +0.159179687500 +0.020141601562 +-0.094238281250 +0.082031250000 +0.141601562500 +-0.259765625000 +-0.018310546875 +-0.163085937500 +0.182617187500 +0.012207031250 +-0.085449218750 +0.129882812500 +0.051757812500 +-0.198242187500 +-0.033203125000 +0.012268066406 +0.045410156250 +0.004730224609 +0.150390625000 +-0.088378906250 +-0.155273437500 +-0.070800781250 +0.052734375000 +0.046630859375 +-0.002502441406 +-0.213867187500 +-0.066894531250 +0.005950927734 +0.106933593750 +0.006347656250 +-0.015075683594 +-0.067871093750 +0.139648437500 +-0.024780273438 +-0.124023437500 +-0.122558593750 +-0.136718750000 +0.083984375000 +-0.093750000000 +-0.320312500000 +-0.078613281250 +0.007263183594 +-0.034179687500 +-0.227539062500 +-0.147460937500 +0.034179687500 +-0.032714843750 +-0.121093750000 +-0.095703125000 +0.071777343750 +0.071777343750 +-0.107910156250 +0.010925292969 +0.026367187500 +-0.337890625000 +-0.180664062500 +-0.052001953125 +-0.008789062500 +-0.011840820312 +-0.007507324219 +0.056640625000 +0.064941406250 +-0.020385742188 +-0.267578125000 +-0.225585937500 +-0.108398437500 +0.133789062500 +0.106445312500 +0.064453125000 +0.077148437500 +0.007659912109 +0.076660156250 +0.017089843750 +0.112792968750 +0.125976562500 +0.004547119141 +-0.024902343750 +-0.067382812500 +-0.105957031250 +0.036132812500 +-0.120605468750 +-0.111328125000 +0.009338378906 +0.001869201660 +-0.003372192383 +-0.071289062500 +-0.410156250000 +0.003753662109 +0.112792968750 +0.035888671875 +-0.196289062500 +0.049804687500 +-0.037597656250 +-0.464843750000 +0.042480468750 +-0.142578125000 +-0.074218750000 +-0.006317138672 +-0.015625000000 +0.043457031250 +-0.310546875000 +0.063964843750 +-0.010620117188 +0.007568359375 +-0.037597656250 +0.075195312500 +-0.181640625000 +-0.200195312500 +0.165039062500 +-0.080566406250 +-0.010742187500 +0.007537841797 +-0.074218750000 +0.038085937500 +0.090820312500 +0.079589843750 +-0.017089843750 +-0.056152343750 +0.012573242188 +-0.056884765625 +0.013488769531 +-0.233398437500 +0.184570312500 +0.040771484375 +0.105957031250 +-0.059082031250 +0.098632812500 +-0.478515625000 +-0.110351562500 +-0.029541015625 +0.025390625000 +0.015991210938 +-0.102539062500 +-0.086425781250 +0.062988281250 +-0.141601562500 +-0.104492187500 +0.082031250000 +-0.013183593750 +0.028442382812 +-0.086425781250 +0.021362304688 +-0.253906250000 +0.008911132812 +0.081542968750 +-0.038818359375 +0.072753906250 +0.017456054688 +0.013916015625 +0.098632812500 +-0.051025390625 +-0.050048828125 +0.028442382812 +-0.088378906250 +0.081542968750 +0.003524780273 +-0.115234375000 +0.164062500000 +0.083496093750 +0.067382812500 +0.105957031250 +-0.085449218750 +0.083984375000 +0.072265625000 +0.081542968750 +0.166992187500 +-0.166015625000 +0.022094726562 +-0.096679687500 +0.011962890625 +-0.002883911133 +-0.071777343750 +0.038574218750 +0.064453125000 +0.043212890625 +-0.015747070312 +-0.052490234375 +-0.335937500000 +-0.019165039062 +0.017333984375 +-0.135742187500 +-0.114257812500 +0.045166015625 +0.119140625000 +-0.194335937500 +0.217773437500 +-0.061523437500 +0.030029296875 +-0.071777343750 +-0.292968750000 +0.036376953125 +-0.086914062500 +0.065429687500 +0.062500000000 +0.041503906250 +-0.098144531250 +-0.109375000000 +0.000108718872 +-0.027954101562 +0.075195312500 +-0.030517578125 +0.039306640625 +0.040527343750 +0.062500000000 +0.118652343750 +-0.162109375000 +-0.062500000000 +0.062255859375 +0.068359375000 +0.025634765625 +-0.015747070312 +-0.139648437500 +-0.126953125000 +-0.123046875000 +-0.014404296875 +-0.002441406250 +0.187500000000 +-0.164062500000 +-0.072753906250 +-0.104492187500 +-0.023925781250 +-0.059082031250 +0.166015625000 +0.097656250000 +0.178710937500 +-0.091796875000 +-0.067382812500 +0.114746093750 +0.096679687500 +-0.038818359375 +0.019897460938 +-0.472656250000 +-0.102539062500 +-0.126953125000 +-0.578125000000 +0.007080078125 +-0.114746093750 +-0.043212890625 +0.049560546875 +0.052001953125 +0.070800781250 +-0.163085937500 +0.230468750000 +0.124023437500 +0.034667968750 +0.066894531250 +-0.589843750000 +0.214843750000 +0.015319824219 +-0.101074218750 +-0.015991210938 +-0.000377655029 +0.008300781250 +-0.038330078125 +0.140625000000 +-0.140625000000 +0.061767578125 +-0.238281250000 +0.078125000000 +-0.040771484375 +-0.035156250000 +0.105468750000 +-0.406250000000 +-0.140625000000 +0.045898437500 +0.141601562500 +0.047851562500 +-0.225585937500 +-0.057617187500 +-0.086914062500 +-0.021240234375 +0.149414062500 +-0.073730468750 +-0.105468750000 +-0.215820312500 +0.151367187500 +0.071777343750 +0.121093750000 +0.247070312500 +0.120117187500 +-0.192382812500 +0.041503906250 +-0.443359375000 +0.065429687500 +-0.029541015625 +-0.137695312500 +-0.013427734375 +0.024902343750 +-0.012634277344 +-0.113769531250 +0.113769531250 +-0.005615234375 +-0.084960937500 +-0.023071289062 +0.081542968750 +-0.065429687500 +-0.109375000000 +0.045166015625 +0.024047851562 +0.043212890625 +0.192382812500 +-0.025634765625 +0.131835937500 +-0.263671875000 +0.048828125000 +0.008666992188 +-0.109863281250 +-0.129882812500 +-0.310546875000 +0.035400390625 +0.004394531250 +0.067382812500 +-0.047119140625 +0.022338867188 +0.032958984375 +-0.092285156250 +0.010314941406 +-0.089843750000 +-0.038818359375 +0.016601562500 +-0.086914062500 +-0.304687500000 +-0.066406250000 +0.000968933105 +-0.009704589844 +0.025512695312 +0.058593750000 +0.003784179688 +-0.052490234375 +-0.082031250000 +-0.035400390625 +0.044433593750 +-0.032470703125 +-0.032714843750 +0.050292968750 +0.173828125000 +-0.226562500000 +-0.100585937500 +0.066406250000 +0.149414062500 +0.026123046875 +-0.088378906250 +0.035156250000 +0.001113891602 +-0.125976562500 +0.005371093750 +0.019409179688 +0.003707885742 +0.097167968750 +0.039794921875 +0.213867187500 +0.053955078125 +-0.083984375000 +-0.086425781250 +-0.238281250000 +0.070312500000 +-0.058349609375 +0.015625000000 +-0.106445312500 +0.045898437500 +-0.099609375000 +-0.239257812500 +-0.037353515625 +0.008911132812 +-0.197265625000 +-0.203125000000 +-0.151367187500 +0.032714843750 +-0.137695312500 +0.152343750000 +0.154296875000 +-0.105468750000 +-0.097167968750 +-0.099121093750 +-0.279296875000 +0.154296875000 +-0.115722656250 +-0.248046875000 +-0.042236328125 +0.179687500000 +-0.168945312500 +-0.132812500000 +-0.236328125000 +0.043212890625 +0.024047851562 +-0.139648437500 +-0.037109375000 +0.010070800781 +-0.339843750000 +0.215820312500 +-0.212890625000 +-0.234375000000 +0.031738281250 +-0.003387451172 +0.091308593750 +0.015441894531 +0.236328125000 +0.051025390625 +0.083984375000 +-0.163085937500 +-0.361328125000 +0.316406250000 +0.044677734375 +0.140625000000 +0.056884765625 +0.196289062500 +-0.020385742188 +0.412109375000 +-0.050048828125 +-0.034423828125 +0.107910156250 +0.037597656250 +-1.234375000000 +-0.660156250000 +-0.036376953125 +0.143554687500 +0.004150390625 +0.126953125000 +0.048339843750 +-0.034423828125 +0.072753906250 +-0.050292968750 +0.032226562500 +0.048095703125 +0.073730468750 +-0.055664062500 +-0.004730224609 +0.041015625000 +-0.221679687500 +-0.011962890625 +-0.002960205078 +-0.406250000000 +0.190429687500 +0.011047363281 +-0.251953125000 +-0.020507812500 +-0.068847656250 +-0.073242187500 +0.038818359375 +-0.044921875000 +-0.218750000000 +-0.006103515625 +-0.102050781250 +-0.043212890625 +0.054199218750 +-0.140625000000 +0.103515625000 +0.049804687500 +-0.013427734375 +0.090332031250 +-0.038818359375 +0.750000000000 +0.071777343750 +-0.014587402344 +0.024169921875 +-0.640625000000 +-0.073730468750 +-0.045166015625 +-0.058349609375 +-0.037841796875 +0.026000976562 +-0.112792968750 +-0.008300781250 +-0.066406250000 +-0.003936767578 +-0.119628906250 +0.087890625000 +-0.096191406250 +-0.073242187500 +-0.094238281250 +0.063964843750 +-0.011413574219 +-0.099609375000 +0.006896972656 +0.073242187500 +-0.068847656250 +0.216796875000 +0.132812500000 +-0.065917968750 +-0.028198242188 +-0.001701354980 +0.088867187500 +0.160156250000 +-0.041503906250 +0.242187500000 +0.039550781250 +0.061767578125 +0.065917968750 +-0.113769531250 +-0.181640625000 +-0.294921875000 +-0.259765625000 +0.203125000000 +-0.314453125000 +0.039306640625 +0.102539062500 +-0.052978515625 +-0.118164062500 +0.189453125000 +0.014648437500 +0.137695312500 +0.173828125000 +-0.147460937500 +0.294921875000 +-0.025756835938 +-0.296875000000 +0.118164062500 +-0.034912109375 +-0.012145996094 +0.226562500000 +-0.120605468750 +-0.225585937500 +-0.065917968750 +-0.138671875000 +0.220703125000 +-0.077148437500 +-0.267578125000 +0.108886718750 +-0.069335937500 +-0.000625610352 +0.148437500000 +0.191406250000 +0.223632812500 +0.054931640625 +-0.103515625000 +0.188476562500 +0.160156250000 +0.003387451172 +-0.143554687500 +-0.049804687500 +0.168945312500 +0.084960937500 +0.043457031250 +-0.089843750000 +-0.054931640625 +-0.223632812500 +-0.123535156250 +-0.035156250000 +-0.065429687500 +0.038574218750 +-0.051025390625 +-0.227539062500 +0.103515625000 +-0.073242187500 +-0.056884765625 +0.046630859375 +0.012023925781 +-0.066894531250 +0.013610839844 +-0.101562500000 +-0.035644531250 +-0.004364013672 +0.150390625000 +-0.001014709473 +-0.041259765625 +-0.092773437500 +-0.082519531250 +-0.149414062500 +-0.076660156250 +-0.037109375000 +0.261718750000 +-0.039062500000 +0.176757812500 +-0.193359375000 +-0.002792358398 +0.071777343750 +0.029663085938 +-0.158203125000 +-0.187500000000 +0.028808593750 +0.206054687500 +-0.149414062500 +-0.060302734375 +-0.103027343750 +-0.057617187500 +0.075195312500 +-1.156250000000 +-0.138671875000 +-0.045410156250 +-0.127929687500 +0.114257812500 +0.012817382812 +0.269531250000 +-0.139648437500 +-0.046142578125 +-0.028076171875 +0.055908203125 +0.108398437500 +-0.048339843750 +0.052246093750 +0.083984375000 +0.066406250000 +0.010620117188 +-0.114257812500 +-0.246093750000 +0.096679687500 +-0.087402343750 +-0.345703125000 +-0.148437500000 +0.016601562500 +-0.355468750000 +-0.085937500000 +0.052734375000 +-0.002868652344 +-1.007812500000 +-0.447265625000 +-0.075195312500 +-0.130859375000 +-0.076171875000 +0.032226562500 +-0.017333984375 +-0.016479492188 +0.103027343750 +0.058105468750 +0.032958984375 +-0.060791015625 +-0.093750000000 +-0.250000000000 +0.122558593750 +-0.007690429688 +-0.296875000000 +0.024780273438 +-0.142578125000 +-0.003067016602 +0.047851562500 +-0.118652343750 +0.053955078125 +-0.177734375000 +0.160156250000 +0.018676757812 +-0.057617187500 +-0.040039062500 +-0.140625000000 +-0.363281250000 +-0.179687500000 +0.066894531250 +-0.017089843750 +-0.017578125000 +0.018432617188 +-0.230468750000 +0.025512695312 +-0.016113281250 +0.009765625000 +0.392578125000 +-0.001426696777 +-0.039306640625 +-0.017089843750 +-0.177734375000 +0.163085937500 +0.048828125000 +-0.056396484375 +-0.104003906250 +0.114746093750 +-0.091796875000 +0.016113281250 +-0.009460449219 +-0.081542968750 +-0.041992187500 +-0.031494140625 +-0.197265625000 +0.018920898438 +-0.123535156250 +-0.062011718750 +0.011779785156 +0.120605468750 +-0.088867187500 +-0.015502929688 +0.007690429688 +-0.182617187500 +0.063964843750 +0.018310546875 +0.081054687500 +0.038574218750 +-0.100585937500 +0.113281250000 +0.020385742188 +-0.023559570312 +-0.061523437500 +0.017456054688 +-0.015197753906 +-0.010803222656 +-0.249023437500 +-0.075195312500 +0.096191406250 +0.007293701172 +-0.041259765625 +-0.025024414062 +-0.140625000000 +-0.044433593750 +-0.159179687500 +-0.120605468750 +-0.184570312500 +0.086425781250 +-0.033691406250 +0.008789062500 +-0.022460937500 +-0.025634765625 +0.066406250000 +-0.133789062500 +0.086425781250 +0.070312500000 +-0.125976562500 +-0.040527343750 +0.074218750000 +-0.007995605469 +0.028808593750 +0.047119140625 +-0.214843750000 +0.034912109375 +-0.062255859375 +-0.079589843750 +0.029785156250 +-0.173828125000 +0.126953125000 +-0.069335937500 +-0.007446289062 +-0.090820312500 +0.030273437500 +0.215820312500 +-0.062011718750 +-0.026489257812 +-0.123535156250 +0.072753906250 +-0.083496093750 +-0.093750000000 +-0.007232666016 +0.048828125000 +-0.058349609375 +0.093261718750 +0.152343750000 +-0.045166015625 +-0.069824218750 +0.023193359375 +-0.265625000000 +0.094726562500 +0.109863281250 +-0.003845214844 +0.086425781250 +-0.064453125000 +-0.092285156250 +0.053710937500 +-0.002151489258 +0.017089843750 +-0.064941406250 +0.123046875000 +0.014465332031 +-0.002822875977 +0.162109375000 +-0.064453125000 +-0.000205039978 +0.006652832031 +-0.160156250000 +-0.073242187500 +0.102539062500 +-0.000766754150 +0.033447265625 +0.010498046875 +0.125000000000 +0.048095703125 +-0.053222656250 +-0.204101562500 +0.055908203125 +-0.283203125000 +-0.142578125000 +0.017333984375 +0.130859375000 +0.020507812500 +-0.037353515625 +0.147460937500 +0.005096435547 +-0.084960937500 +0.458984375000 +-0.001945495605 +0.081054687500 +-0.057128906250 +-0.414062500000 +0.091796875000 +0.057373046875 +0.016479492188 +-0.186523437500 +0.125976562500 +-0.003860473633 +-0.103027343750 +0.053955078125 +-0.083984375000 +-0.032714843750 +-0.038085937500 +0.140625000000 +0.100097656250 +-0.095214843750 +-0.090332031250 +-0.199218750000 +0.019653320312 +0.062988281250 +-0.123535156250 +-0.122070312500 +-0.174804687500 +-0.039062500000 +-0.060546875000 +-0.004699707031 +-0.027465820312 +-0.061767578125 +0.134765625000 +-0.267578125000 +-0.025268554688 +0.011962890625 +-0.080566406250 +-0.184570312500 +0.108398437500 +-0.024047851562 +0.066894531250 +0.109375000000 +0.088867187500 +-0.009155273438 +0.079101562500 +-0.124023437500 +-0.112792968750 +-0.203125000000 +-0.148437500000 +-0.046630859375 +0.098144531250 +-0.051757812500 +0.025146484375 +-0.077636718750 +0.135742187500 +-0.069824218750 +-0.058349609375 +-0.291015625000 +0.046630859375 +-0.119140625000 +0.013549804688 +-0.004455566406 +-0.169921875000 +-0.251953125000 +0.004882812500 +-0.433593750000 +0.005950927734 +-0.040039062500 +0.035888671875 +-0.009704589844 +0.017822265625 +0.115722656250 +-0.142578125000 +-0.088378906250 +0.024169921875 +-0.105957031250 +-0.086914062500 +-0.050048828125 +0.179687500000 +0.118164062500 +-0.013122558594 +-0.067871093750 +0.085937500000 +-0.022583007812 +-0.019165039062 +-0.019042968750 +-0.137695312500 +0.103515625000 +-0.030395507812 +-0.007629394531 +-0.024291992188 +0.032470703125 +0.163085937500 +0.081542968750 +-0.145507812500 +0.102050781250 +0.034667968750 +-0.160156250000 +0.056884765625 +-0.209960937500 +-0.219726562500 +-0.217773437500 +0.122070312500 +-0.002548217773 +-0.153320312500 +-0.161132812500 +-0.016113281250 +-0.041748046875 +-0.406250000000 +-0.055419921875 +-0.188476562500 +0.114746093750 +0.043457031250 +-0.106445312500 +-0.014221191406 +-0.011108398438 +-0.005035400391 +0.044677734375 +0.124023437500 +0.024047851562 +-0.055175781250 +-0.109863281250 +-0.209960937500 +0.127929687500 +0.120117187500 +0.056640625000 +-0.220703125000 +-0.300781250000 +0.080566406250 +-0.014587402344 +0.207031250000 +-0.051025390625 +0.380859375000 +-0.125000000000 +0.208984375000 +0.107421875000 +0.166015625000 +-0.014953613281 +0.203125000000 +-0.060058593750 +-0.292968750000 +-0.333984375000 +0.239257812500 +-0.075195312500 +-0.029663085938 +0.010070800781 +-0.019409179688 +-0.128906250000 +-0.125000000000 +-0.009399414062 +-0.265625000000 +0.049560546875 +0.030395507812 +-0.078125000000 +-0.023803710938 +-0.133789062500 +0.182617187500 +0.146484375000 +-0.024169921875 +-0.037841796875 +0.089355468750 +-0.008178710938 +-0.322265625000 +-0.228515625000 +-0.060791015625 +-0.023071289062 +-0.030151367188 +0.096191406250 +0.083984375000 +-0.038574218750 +-0.153320312500 +-0.027465820312 +0.035156250000 +-0.023681640625 +0.148437500000 +0.078125000000 +-0.080078125000 +0.082519531250 +-0.077636718750 +-0.199218750000 +-0.022949218750 +-0.058837890625 +-0.162109375000 +0.104003906250 +-0.246093750000 +0.024291992188 +-0.009826660156 +-0.068359375000 +-0.051269531250 +0.141601562500 +0.127929687500 +0.116210937500 +-0.021362304688 +-0.012329101562 +0.020141601562 +0.013183593750 +-0.369140625000 +-0.118652343750 +-0.111816406250 +-0.033691406250 +0.040527343750 +0.007385253906 +0.049804687500 +-0.005462646484 +0.138671875000 +0.027587890625 +-0.042236328125 +0.141601562500 +0.001419067383 +-0.104003906250 +-0.180664062500 +0.101074218750 +-0.010925292969 +0.094238281250 +0.065917968750 +0.053222656250 +0.061279296875 +-0.114746093750 +0.040039062500 +-0.053466796875 +0.047119140625 +-0.011657714844 +-0.042968750000 +0.078613281250 +-0.049804687500 +-0.042724609375 +0.029907226562 +-0.141601562500 +0.111816406250 +-0.077148437500 +-0.176757812500 +-0.224609375000 +-0.039550781250 +0.077636718750 +-0.249023437500 +-0.046142578125 +-0.011962890625 +-0.343750000000 +0.227539062500 +-0.088378906250 +-0.089843750000 +-0.097656250000 +-0.050292968750 +-0.088867187500 +-0.025634765625 +0.032958984375 +-0.010986328125 +-0.139648437500 +-0.127929687500 +0.054443359375 +-0.015991210938 +-0.028564453125 +0.092285156250 +-0.081054687500 +-0.045654296875 +-0.187500000000 +-0.196289062500 +0.031494140625 +-0.007019042969 +0.070312500000 +0.085937500000 +0.048583984375 +0.001197814941 +-0.097167968750 +-0.013427734375 +0.070800781250 +-0.032958984375 +0.131835937500 +-0.157226562500 +0.248046875000 +0.126953125000 +0.083007812500 +0.019775390625 +-0.117675781250 +-0.250000000000 +-0.051513671875 +0.013671875000 +-0.104980468750 +0.029907226562 +0.043212890625 +0.027343750000 +0.008483886719 +-0.057861328125 +-0.099609375000 +0.045166015625 +-0.177734375000 +0.031250000000 +0.052001953125 +0.205078125000 +-0.093261718750 +0.008178710938 +0.017456054688 +-0.012084960938 +-0.032226562500 +-0.018676757812 +0.247070312500 +-0.271484375000 +-0.292968750000 +-0.073730468750 +-0.015075683594 +0.038818359375 +-0.093750000000 +0.236328125000 +-0.208007812500 +0.234375000000 +0.034667968750 +-0.002151489258 +0.125976562500 +-0.006011962891 +-0.243164062500 +-0.404296875000 +0.021362304688 +0.029663085938 +-0.099609375000 +0.056396484375 +-0.033203125000 +0.060058593750 +0.037109375000 +0.036865234375 +-0.220703125000 +-0.157226562500 +-0.289062500000 +0.055908203125 +0.075195312500 +0.064941406250 +-0.181640625000 +-0.125000000000 +0.119140625000 +0.012268066406 +0.043457031250 +0.031738281250 +0.132812500000 +-0.106933593750 +-0.273437500000 +-0.025756835938 +-0.248046875000 +-0.030151367188 +-0.107910156250 +-0.124023437500 +0.032958984375 +0.169921875000 +0.009216308594 +0.061279296875 +0.025878906250 +0.069335937500 +-0.341796875000 +0.251953125000 +-0.400390625000 +0.081054687500 +-0.033203125000 +-0.133789062500 +-0.199218750000 +-0.161132812500 +0.174804687500 +-0.410156250000 +-0.058349609375 +-0.347656250000 +0.120605468750 +0.141601562500 +-0.175781250000 +0.055175781250 +-0.152343750000 +-0.049316406250 +0.075195312500 +-0.141601562500 +0.031250000000 +-0.077148437500 +0.114257812500 +0.167968750000 +0.012512207031 +-0.173828125000 +0.160156250000 +0.084960937500 +0.129882812500 +0.195312500000 +-0.119140625000 +-0.052734375000 +-0.138671875000 +0.177734375000 +-0.019531250000 +-0.117675781250 +-0.005889892578 +-0.308593750000 +0.020629882812 +0.078125000000 +0.032226562500 +-0.086425781250 +-0.017578125000 +0.050781250000 +-0.195312500000 +0.063964843750 +-0.223632812500 +0.017089843750 +-0.007293701172 +0.082519531250 +0.068359375000 +-0.546875000000 +-0.059814453125 +0.078125000000 +0.250000000000 +0.193359375000 +-0.070800781250 +0.227539062500 +-0.253906250000 +-0.171875000000 +0.067382812500 +-0.063964843750 +0.051025390625 +-0.058837890625 +0.112304687500 +0.125000000000 +-0.376953125000 +0.152343750000 +-0.010925292969 +0.125000000000 +0.052490234375 +0.132812500000 +0.173828125000 +0.145507812500 +0.098632812500 +-0.067871093750 +-0.013549804688 +-0.027099609375 +-0.120605468750 +-0.064941406250 +0.122558593750 +-0.029052734375 +-0.062255859375 +0.067871093750 +-0.063476562500 +-0.102539062500 +0.029663085938 +0.046875000000 +0.097167968750 +0.085449218750 +-0.143554687500 +-0.006286621094 +0.166992187500 +0.054931640625 +0.030029296875 +-0.332031250000 +-0.371093750000 +0.168945312500 +0.228515625000 +0.174804687500 +0.051025390625 +0.130859375000 +0.035400390625 +0.148437500000 +-0.302734375000 +-0.104980468750 +-0.017944335938 +0.181640625000 +-0.006744384766 +0.073242187500 +-0.092285156250 +-0.089843750000 +-0.192382812500 +0.131835937500 +0.138671875000 +-0.314453125000 +0.036621093750 +0.051269531250 +-0.107421875000 +0.134765625000 +-0.179687500000 +-0.012023925781 +0.169921875000 +-0.233398437500 +0.289062500000 +0.135742187500 +-0.143554687500 +-0.041992187500 +0.031494140625 +0.099121093750 +-0.054199218750 +0.054199218750 +-0.018432617188 +-0.079101562500 +-0.132812500000 +-0.097656250000 +0.041503906250 +0.289062500000 +-0.023925781250 +0.040283203125 +0.054687500000 +0.054687500000 +-0.246093750000 +0.250000000000 +0.059082031250 +0.138671875000 +0.064941406250 +0.031127929688 +-0.030151367188 +-0.255859375000 +0.060058593750 +0.095214843750 +0.079101562500 +0.177734375000 +-0.045410156250 +0.091308593750 +0.116210937500 +0.038330078125 +-0.104492187500 +-0.015625000000 +-0.035156250000 +-0.031494140625 +0.021850585938 +0.034912109375 +-0.042480468750 +0.068847656250 +-0.328125000000 +0.007019042969 +0.003021240234 +0.012756347656 +0.008300781250 +0.119628906250 +-0.186523437500 +0.116210937500 +-0.038085937500 +-0.119140625000 +0.007202148438 +-0.020385742188 +-0.030395507812 +-0.012268066406 +-0.169921875000 +-0.184570312500 +-0.044677734375 +0.177734375000 +0.083496093750 +-0.088867187500 +0.090820312500 +0.312500000000 +-0.025756835938 +0.135742187500 +0.123046875000 +0.054199218750 +-0.082519531250 +0.001068115234 +-0.072753906250 +0.063964843750 +-0.114257812500 +-0.019409179688 +0.058837890625 +0.094238281250 +-0.054687500000 +-0.149414062500 +-0.042724609375 +-0.010620117188 +0.019653320312 +0.094238281250 +-0.091796875000 +0.027221679688 +0.010559082031 +0.112792968750 +-0.051513671875 +-0.092285156250 +-0.148437500000 +0.016601562500 +-0.037353515625 +-0.265625000000 +0.048583984375 +0.083984375000 +-0.035644531250 +-0.035888671875 +-0.038574218750 +0.150390625000 +0.066894531250 +-0.152343750000 +-0.033691406250 +0.006683349609 +-0.105957031250 +-0.082031250000 +0.072753906250 +0.125000000000 +0.136718750000 +0.010803222656 +0.375000000000 +0.129882812500 +-0.054931640625 +-0.123535156250 +0.055419921875 +0.112304687500 +0.079101562500 +-0.010498046875 +-0.098144531250 +-0.047119140625 +-0.093261718750 +0.126953125000 +-0.105957031250 +-0.040283203125 +-0.149414062500 +-0.034667968750 +-0.171875000000 +-0.227539062500 +0.113281250000 +-0.077148437500 +0.040283203125 +0.018066406250 +-0.250000000000 +0.021240234375 +-0.012634277344 +-0.117187500000 +-0.022705078125 +-0.086914062500 +-0.112792968750 +0.056884765625 +-0.113281250000 +0.056884765625 +-0.242187500000 +-0.072753906250 +-0.051757812500 +0.194335937500 +0.036865234375 +-0.001998901367 +0.169921875000 +0.041503906250 +0.017944335938 +-0.016845703125 +0.001762390137 +0.005828857422 +-0.322265625000 +-0.111328125000 +-0.277343750000 +-0.082519531250 +-0.084960937500 +0.092285156250 +0.020751953125 +0.059570312500 +0.030883789062 +0.110351562500 +-0.000503540039 +0.118164062500 +0.014099121094 +-0.106445312500 +-0.133789062500 +0.044433593750 +-0.180664062500 +-0.083984375000 +-0.009521484375 +-0.040527343750 +-0.050781250000 +0.096191406250 +0.039062500000 +-0.040039062500 +-0.253906250000 +0.275390625000 +0.204101562500 +-0.271484375000 +-0.128906250000 +0.111328125000 +0.066894531250 +-0.433593750000 +0.108398437500 +-0.196289062500 +0.107421875000 +0.109863281250 +0.104492187500 +0.095703125000 +0.089355468750 +0.030029296875 +-0.000705718994 +-0.101074218750 +-0.110351562500 +0.197265625000 +-0.002075195312 +-0.008728027344 +-0.168945312500 +-0.059326171875 +0.112304687500 +0.025756835938 +0.091308593750 +-0.099121093750 +0.045166015625 +0.018310546875 +0.101562500000 +0.049072265625 +0.038085937500 +-0.035644531250 +0.096679687500 +-0.065917968750 +-0.036132812500 +-0.171875000000 +0.001457214355 +0.004821777344 +-0.053466796875 +0.014282226562 +-0.060791015625 +-0.026245117188 +0.070800781250 +-0.024291992188 +-0.109863281250 +-0.011535644531 +-0.068847656250 +-0.059570312500 +-0.006347656250 +0.108398437500 +-0.033203125000 +0.030517578125 +-0.047119140625 +-0.004638671875 +0.001670837402 +-0.019775390625 +-0.029174804688 +-0.018310546875 +0.030883789062 +-0.071777343750 +0.043701171875 +0.045898437500 +-0.147460937500 +-0.017333984375 +-0.006500244141 +-0.031250000000 +-0.123046875000 +-0.007934570312 +-0.119140625000 +-0.302734375000 +-0.090332031250 +-0.069335937500 +-0.194335937500 +0.002059936523 +-0.029052734375 +0.068847656250 +-0.050048828125 +0.086914062500 +-0.020874023438 +-0.016723632812 +0.049560546875 +-0.033691406250 +0.004577636719 +-0.123046875000 +-0.015075683594 +-0.088867187500 +-0.010498046875 +-0.151367187500 +0.009887695312 +0.032470703125 +0.057373046875 +-0.145507812500 +0.094238281250 +-0.000249862671 +-0.120117187500 +0.103515625000 +0.147460937500 +0.073730468750 +0.085937500000 +0.046630859375 +0.009399414062 +-0.238281250000 +0.126953125000 +-0.018188476562 +-0.055419921875 +-0.205078125000 +-0.068359375000 +-0.115722656250 +0.057373046875 +0.115234375000 +0.056152343750 +-0.056884765625 +-0.023925781250 +-0.000473022461 +0.219726562500 +0.114257812500 +0.043945312500 +0.013671875000 +0.015869140625 +-0.134765625000 +-0.029418945312 +0.153320312500 +0.088867187500 +-0.030517578125 +0.088867187500 +0.012084960938 +0.172851562500 +0.178710937500 +0.075683593750 +0.072265625000 +-0.120117187500 +0.085449218750 +0.283203125000 +0.003509521484 +0.018066406250 +-0.092285156250 +-0.099609375000 +-0.084472656250 +-0.222656250000 +0.082031250000 +0.114746093750 +0.248046875000 +-0.019165039062 +0.129882812500 +-0.314453125000 +0.014343261719 +-0.022094726562 +-0.015869140625 +0.067871093750 +0.174804687500 +-0.038574218750 +0.058349609375 +0.211914062500 +0.053466796875 +0.099121093750 +-0.113281250000 +-0.056152343750 +-0.015625000000 +-0.294921875000 +0.109863281250 +-0.046875000000 +0.154296875000 +-0.208984375000 +-0.016723632812 +0.164062500000 +-0.231445312500 +-0.310546875000 +-0.120605468750 +0.149414062500 +-0.121093750000 +-0.021606445312 +0.052978515625 +-0.183593750000 +0.107421875000 +0.096679687500 +-0.068359375000 +-0.052734375000 +-0.161132812500 +0.138671875000 +0.126953125000 +0.006134033203 +0.176757812500 +-0.029052734375 +0.074707031250 +-0.097167968750 +0.043945312500 +0.096679687500 +-0.000911712646 +0.091308593750 +0.031494140625 +0.046630859375 +-0.339843750000 +-0.047363281250 +0.093261718750 +-0.149414062500 +0.050537109375 +0.022338867188 +0.005401611328 +-0.047851562500 +-0.074218750000 +0.005004882812 +-0.003189086914 +0.128906250000 +-0.084960937500 +0.039794921875 +-0.015869140625 +0.102539062500 +0.062988281250 +0.251953125000 +-0.036621093750 +-0.113769531250 +-0.051269531250 +0.061035156250 +-0.061767578125 +0.006378173828 +-0.011535644531 +0.056152343750 +0.181640625000 +-0.024658203125 +-0.253906250000 +0.001045227051 +-0.000984191895 +-0.098632812500 +-0.064941406250 +-0.001945495605 +0.049804687500 +0.116699218750 +0.009521484375 +-0.003494262695 +-0.205078125000 +0.062500000000 +0.053466796875 +-0.188476562500 +-0.031494140625 +-0.045166015625 +0.021606445312 +-0.029174804688 +0.046386718750 +-0.109375000000 +-0.189453125000 +0.028198242188 +0.121093750000 +0.121093750000 +-0.036865234375 +0.113281250000 +0.141601562500 +0.141601562500 +0.211914062500 +-0.136718750000 +-0.177734375000 +0.053222656250 +0.168945312500 +0.090820312500 +-0.113281250000 +-0.089355468750 +-0.007598876953 +0.084472656250 +0.011962890625 +0.075195312500 +-0.057373046875 +0.010192871094 +0.183593750000 +0.245117187500 +-0.192382812500 +-0.142578125000 +0.145507812500 +-0.072265625000 +0.116210937500 +0.093261718750 +0.005371093750 +-0.048339843750 +0.148437500000 +-0.037841796875 +0.052246093750 +-0.037109375000 +0.084472656250 +-0.052246093750 +0.056640625000 +0.075195312500 +0.009582519531 +-0.006652832031 +-0.063964843750 +0.038574218750 +-0.210937500000 +-0.026489257812 +-0.113281250000 +0.027221679688 +0.110351562500 +-0.060791015625 +0.079101562500 +0.207031250000 +0.029785156250 +0.017578125000 +-0.021240234375 +-0.002151489258 +-0.558593750000 +0.060058593750 +-0.132812500000 +-0.187500000000 +0.022705078125 +-0.034423828125 +-0.043212890625 +-0.016967773438 +-0.027221679688 +-0.042236328125 +-0.043945312500 +0.134765625000 +-0.057128906250 +0.188476562500 +0.004547119141 +-0.063476562500 +0.061523437500 +0.079101562500 +-0.045898437500 +-0.089355468750 +0.067871093750 +0.077148437500 +-0.143554687500 +0.146484375000 +0.084472656250 +-0.007202148438 +-0.115722656250 +0.005493164062 +-0.067871093750 +0.071289062500 +0.030151367188 +-0.208007812500 +0.116699218750 +-0.083007812500 +0.110839843750 +-0.332031250000 +-0.073242187500 +0.024414062500 +0.062988281250 +0.054199218750 +-0.226562500000 +0.067382812500 +-0.029907226562 +0.143554687500 +-0.148437500000 +0.179687500000 +0.045898437500 +0.185546875000 +0.214843750000 +0.011291503906 +0.135742187500 +0.056884765625 +0.263671875000 +-0.137695312500 +-0.244140625000 +-0.046142578125 +0.071289062500 +-0.051757812500 +-0.202148437500 +-0.172851562500 +-0.205078125000 +0.010559082031 +0.099609375000 +-0.068847656250 +-0.104492187500 +0.072753906250 +0.207031250000 +0.128906250000 +0.097656250000 +-0.125976562500 +-0.110839843750 +0.154296875000 +0.014770507812 +-0.149414062500 +0.140625000000 +0.048828125000 +0.026489257812 +0.079589843750 +-0.045654296875 +0.043457031250 +-0.059814453125 +0.009826660156 +0.026123046875 +-0.134765625000 +-0.034667968750 +0.145507812500 +-0.025634765625 +-0.058593750000 +-0.250000000000 +0.125000000000 +0.023437500000 +-0.088867187500 +0.062988281250 +0.045166015625 +0.027465820312 +0.188476562500 +-0.394531250000 +-0.168945312500 +-0.157226562500 +0.206054687500 +0.095703125000 +0.166015625000 +0.359375000000 +0.057617187500 +-0.163085937500 +0.039794921875 +0.128906250000 +-0.257812500000 +-0.010559082031 +0.005187988281 +-0.004791259766 +0.145507812500 +-0.012878417969 +0.076171875000 +-0.085937500000 +-0.053955078125 +0.019897460938 +0.146484375000 +-0.080078125000 +0.009094238281 +-0.031127929688 +-0.072265625000 +0.078125000000 +-0.116699218750 +-0.060546875000 +-0.028564453125 +0.117675781250 +-0.061035156250 +-0.302734375000 +-0.113769531250 +-0.023559570312 +0.029418945312 +-0.056152343750 +-0.050292968750 +0.037109375000 +-0.074218750000 +-0.119140625000 +-0.023193359375 +-0.014465332031 +-0.106445312500 +-0.056152343750 +-0.084960937500 +-0.005035400391 +0.093750000000 +0.047607421875 +0.091308593750 +-0.014404296875 +-0.035400390625 +-0.066406250000 +-0.011352539062 +-0.055664062500 +0.006042480469 +-0.003723144531 +-0.020751953125 +0.019897460938 +-0.080078125000 +0.054443359375 +-0.040039062500 +0.000031948090 +-0.057128906250 +-0.016723632812 +0.076660156250 +0.004974365234 +-0.092285156250 +0.029418945312 +0.091796875000 +-0.034179687500 +0.011718750000 +-0.006500244141 +0.092285156250 +-0.042968750000 +-0.104980468750 +0.050292968750 +0.200195312500 +0.287109375000 +-0.126953125000 +0.131835937500 +-0.026489257812 +0.094238281250 +-0.134765625000 +0.036621093750 +-0.065917968750 +-0.186523437500 +-0.128906250000 +0.166992187500 +0.072753906250 +-0.300781250000 +-0.152343750000 +-0.047363281250 +0.044921875000 +-0.081542968750 +-0.148437500000 +-0.094238281250 +-0.072265625000 +0.130859375000 +0.201171875000 +-0.140625000000 +-0.166992187500 +0.046875000000 +0.073730468750 +0.094238281250 +0.130859375000 +0.093750000000 +-0.046875000000 +0.201171875000 +-0.090820312500 +-0.185546875000 +-0.028320312500 +0.142578125000 +-0.063476562500 +0.128906250000 +0.025512695312 +-0.738281250000 +0.031738281250 +-0.494140625000 +0.061523437500 +-0.294921875000 +-0.231445312500 +0.213867187500 +-0.100585937500 +0.107910156250 +-0.004547119141 +-0.093261718750 +0.296875000000 +-0.177734375000 +0.009399414062 +-0.425781250000 +0.324218750000 +0.138671875000 +-0.151367187500 +0.281250000000 +-0.060302734375 +-0.093261718750 +-0.328125000000 +0.181640625000 +0.108886718750 +-0.014831542969 +-0.042724609375 +-0.154296875000 +-0.063964843750 +0.019897460938 +0.014709472656 +-0.031494140625 +-0.010375976562 +0.026489257812 +-0.180664062500 +-0.148437500000 +-0.105957031250 +0.250000000000 +-0.038574218750 +-0.144531250000 +-0.103515625000 +0.142578125000 +0.017700195312 +-0.064941406250 +-0.273437500000 +-0.074218750000 +-0.210937500000 +0.014343261719 +-0.104003906250 +-0.143554687500 +0.082519531250 +-0.051513671875 +-0.232421875000 +0.075195312500 +0.204101562500 +-0.289062500000 +-0.178710937500 +-0.044921875000 +-0.006103515625 +-0.007171630859 +0.035400390625 +0.058593750000 +-0.066406250000 +0.091796875000 +0.037109375000 +0.056640625000 +-0.175781250000 +-0.308593750000 +-0.068847656250 +-0.068359375000 +-0.012145996094 +-0.044921875000 +-0.050781250000 +0.036376953125 +-0.204101562500 +-0.275390625000 +-0.166992187500 +-0.005340576172 +0.029785156250 +-0.072265625000 +-0.104980468750 +-0.035888671875 +-0.006591796875 +-0.063476562500 +0.091308593750 +-0.164062500000 +0.031738281250 +-0.141601562500 +0.013244628906 +0.027099609375 +0.148437500000 +0.251953125000 +-0.065917968750 +0.157226562500 +-0.021606445312 +0.034179687500 +-0.219726562500 +-0.134765625000 +0.038330078125 +-0.075195312500 +-0.082031250000 +-0.000165939331 +0.099121093750 +-0.062255859375 +-0.160156250000 +0.035644531250 +-0.067382812500 +-0.125976562500 +0.229492187500 +-0.019165039062 +0.031250000000 +0.074218750000 +-0.045410156250 +-0.011901855469 +-0.093750000000 +-0.177734375000 +0.180664062500 +0.157226562500 +-0.378906250000 +0.218750000000 +0.148437500000 +-0.003601074219 +0.318359375000 +-0.250000000000 +-0.644531250000 +-0.265625000000 +0.015563964844 +0.369140625000 +-0.099609375000 +-0.558593750000 +0.193359375000 +0.158203125000 +0.149414062500 +0.011291503906 +-0.145507812500 +0.250000000000 +-0.025878906250 +0.105468750000 +0.097656250000 +0.065917968750 +-0.024536132812 +-0.185546875000 +-0.070800781250 +0.079589843750 +0.113769531250 +0.184570312500 +-0.333984375000 +-0.137695312500 +-0.086425781250 +-0.092285156250 +0.031250000000 +-0.168945312500 +0.160156250000 +0.084960937500 +-0.153320312500 +0.118164062500 +-0.032958984375 +-0.015319824219 +0.030273437500 +0.092773437500 +-0.030517578125 +-0.058105468750 +-0.048339843750 +-0.074707031250 +-0.086914062500 +-0.013854980469 +-0.326171875000 +0.052246093750 +-0.000949859619 +0.054199218750 +-0.511718750000 +-0.051757812500 +-0.055175781250 +0.065917968750 +0.089843750000 +-0.010742187500 +-0.048828125000 +0.196289062500 +0.079101562500 +0.122070312500 +0.125976562500 +-0.027343750000 +-0.076660156250 +-0.098144531250 +-0.118164062500 +0.038330078125 +-0.104980468750 +0.014587402344 +-0.077148437500 +-0.029052734375 +-0.523437500000 +-0.036376953125 +-0.194335937500 +0.031494140625 +-0.032714843750 +0.075195312500 +-0.010375976562 +-0.195312500000 +0.010070800781 +0.044921875000 +-0.003280639648 +-0.072753906250 +0.034667968750 +0.198242187500 +-0.168945312500 +-0.088867187500 +-0.055419921875 +0.208984375000 +0.053466796875 +-0.050048828125 +-0.063476562500 +0.106445312500 +-0.003143310547 +0.078613281250 +0.312500000000 +-0.188476562500 +0.006103515625 +-0.056884765625 +-0.096679687500 +0.145507812500 +0.085937500000 +-0.064453125000 +0.018798828125 +-0.041992187500 +0.049804687500 +-0.043701171875 +0.061767578125 +-0.179687500000 +0.119628906250 +-0.390625000000 +-0.328125000000 +-0.079589843750 +-0.017089843750 +0.101074218750 +0.116699218750 +-0.025512695312 +0.075195312500 +-0.000606536865 +-0.107421875000 +0.146484375000 +0.034179687500 +0.083984375000 +0.103027343750 +0.041015625000 +-0.074218750000 +0.050781250000 +0.070312500000 +-0.138671875000 +-0.289062500000 +-0.261718750000 +0.038330078125 +0.063476562500 +0.215820312500 +0.117675781250 +-0.053710937500 +-0.100097656250 +0.173828125000 +0.028808593750 +-0.059082031250 +-0.011169433594 +0.160156250000 +0.024536132812 +-0.007629394531 +-0.240234375000 +0.027954101562 +0.015502929688 +-0.031494140625 +-0.004150390625 +-0.041503906250 +0.163085937500 +-0.051269531250 +-0.125976562500 +-0.017456054688 +-0.096191406250 +-0.136718750000 +-0.173828125000 +0.053955078125 +0.033447265625 +-0.141601562500 +-0.077636718750 +-0.177734375000 +0.177734375000 +0.025146484375 +-0.053710937500 +0.059570312500 +0.222656250000 +0.104980468750 +0.080078125000 +-0.056152343750 +-0.207031250000 +0.086914062500 +-0.337890625000 +0.125976562500 +0.192382812500 +0.199218750000 +-0.180664062500 +0.064453125000 +-0.054687500000 +0.123046875000 +-0.043701171875 +-0.088867187500 +-0.281250000000 +0.345703125000 +-0.042236328125 +-0.198242187500 +-0.037841796875 +-0.144531250000 +-0.005767822266 +-0.026855468750 +0.159179687500 +-0.359375000000 +0.082519531250 +-0.059814453125 +-0.096191406250 +-0.030517578125 +0.102050781250 +0.126953125000 +0.050048828125 +-0.242187500000 +0.114746093750 +0.119628906250 +0.125976562500 +-0.071289062500 +0.273437500000 +0.072753906250 +-0.024536132812 +-0.059082031250 +-0.189453125000 +0.029052734375 +0.069335937500 +0.140625000000 +-0.314453125000 +-0.121093750000 +0.211914062500 +-0.018676757812 +0.114257812500 +-0.164062500000 +0.106445312500 +-0.024291992188 +0.055419921875 +-0.035644531250 +-0.263671875000 +-0.139648437500 +0.041503906250 +0.064941406250 +0.007507324219 +0.024414062500 +0.053466796875 +0.023559570312 +0.038330078125 +0.007415771484 +-0.053222656250 +-0.063964843750 +-0.007781982422 +-0.068359375000 +-0.018554687500 +0.081054687500 +0.025268554688 +-0.019653320312 +0.019897460938 +-0.009521484375 +-0.047363281250 +0.000858306885 +-0.011718750000 +0.031005859375 +0.039306640625 +0.020996093750 +-0.054199218750 +0.038574218750 +-0.083496093750 +-0.018432617188 +-0.004852294922 +0.005401611328 +-0.026000976562 +-0.038085937500 +0.025146484375 +-0.066406250000 +-0.032226562500 +-0.021972656250 +0.032470703125 +0.063476562500 +0.014709472656 +-0.081054687500 +-0.050537109375 +-0.014526367188 +0.014404296875 +0.035888671875 +0.057128906250 +0.065917968750 +0.133789062500 +0.014709472656 +0.027832031250 +-0.015014648438 +0.010620117188 +-0.053222656250 +0.022583007812 +0.010070800781 +-0.048583984375 +-0.011108398438 +0.077148437500 +-0.086914062500 +-0.087890625000 +-0.050781250000 +0.055175781250 +-0.014160156250 +0.013610839844 +0.005584716797 +-0.063964843750 +0.025146484375 +-0.015319824219 +-0.080566406250 +0.314453125000 +0.102050781250 +0.144531250000 +-0.016479492188 +0.277343750000 +0.095214843750 +-0.106933593750 +0.111816406250 +-0.132812500000 +0.073242187500 +-0.139648437500 +-0.050048828125 +0.183593750000 +0.168945312500 +-0.040771484375 +-0.059326171875 +0.232421875000 +0.208007812500 +-0.204101562500 +-0.033691406250 +-0.322265625000 +0.022338867188 +0.229492187500 +-0.057617187500 +-0.100097656250 +-0.063964843750 +0.180664062500 +0.161132812500 +-0.080078125000 +0.099609375000 +-0.118652343750 +-0.199218750000 +-0.162109375000 +0.021850585938 +0.056396484375 +0.093750000000 +0.166015625000 +-0.065429687500 +0.034667968750 +-0.172851562500 +-0.230468750000 +-0.003341674805 +-0.036376953125 +-0.056884765625 +0.017578125000 +0.038330078125 +0.189453125000 +0.035156250000 +0.283203125000 +0.045654296875 +-0.008544921875 +0.072265625000 +-0.207031250000 +-0.117187500000 +-0.131835937500 +0.073730468750 +-0.091796875000 +-0.021362304688 +-0.129882812500 +-0.255859375000 +-0.114746093750 +0.029174804688 +0.010009765625 +0.179687500000 +0.039062500000 +0.070312500000 +0.023681640625 +-0.081054687500 +0.049560546875 +0.023315429688 +0.062988281250 +-0.083984375000 +-0.018676757812 +-0.077636718750 +0.000288009644 +-0.059082031250 +0.007873535156 +0.025390625000 +-0.265625000000 +-0.044433593750 +-0.010375976562 +-0.384765625000 +0.027954101562 +-0.212890625000 +0.099609375000 +-0.146484375000 +-0.129882812500 +0.044433593750 +-0.031982421875 +-0.063964843750 +-0.097167968750 +0.029296875000 +-0.077636718750 +0.124511718750 +0.037353515625 +0.037597656250 +0.025390625000 +-0.056640625000 +-0.015441894531 +-0.271484375000 +-0.065917968750 +-0.050048828125 +0.005706787109 +0.031738281250 +-0.077148437500 +-0.121582031250 +-0.043701171875 +-0.009460449219 +-0.003860473633 +-0.100097656250 +-0.170898437500 +-0.024291992188 +-0.055175781250 +-0.002212524414 +-0.081542968750 +-0.000991821289 +-0.056152343750 +-0.078125000000 +-0.079589843750 +-0.045898437500 +0.015441894531 +0.015991210938 +-0.015136718750 +0.073730468750 +0.024291992188 +-0.053955078125 +-0.012878417969 +-0.099609375000 +0.081054687500 +0.029174804688 +-0.057617187500 +0.048828125000 +-0.056396484375 +-0.014770507812 +-0.144531250000 +-0.001831054688 +0.044433593750 +0.047119140625 +-0.036621093750 +-0.106445312500 +0.027587890625 +-0.061035156250 +0.162109375000 +-0.083496093750 +0.083984375000 +-0.065917968750 +0.032714843750 +0.034423828125 +-0.085449218750 +0.051757812500 +0.009643554688 +0.104003906250 +-0.009582519531 +-0.033203125000 +-0.199218750000 +0.011779785156 +0.265625000000 +-0.130859375000 +0.021118164062 +-0.051025390625 +0.083007812500 +-0.067871093750 +-0.006408691406 +-0.191406250000 +-0.070800781250 +0.004821777344 +0.016601562500 +-0.010803222656 +-0.050781250000 +-0.061767578125 +0.020507812500 +-0.042724609375 +0.052734375000 +-0.009765625000 +0.029418945312 +0.006134033203 +-0.058837890625 +0.013549804688 +0.149414062500 +-0.232421875000 +-0.018676757812 +0.052246093750 +-0.099121093750 +-0.013122558594 +-0.033447265625 +-0.021972656250 +0.042724609375 +0.027832031250 +-0.048339843750 +-0.060791015625 +-0.130859375000 +0.176757812500 +0.042236328125 +-0.096191406250 +0.015197753906 +-0.064941406250 +0.075195312500 +0.087402343750 +-0.277343750000 +0.054199218750 +0.007476806641 +0.171875000000 +-0.055175781250 +0.035888671875 +-0.025268554688 +0.031250000000 +0.038330078125 +0.026611328125 +-0.053955078125 +-0.021118164062 +0.029296875000 +0.013549804688 +-0.089843750000 +-0.019531250000 +-0.028076171875 +-0.152343750000 +0.025268554688 +-0.013488769531 +-0.100097656250 +0.082031250000 +-0.104492187500 +0.053222656250 +-0.129882812500 +0.007171630859 +0.173828125000 +-0.026000976562 +0.102539062500 +-0.033203125000 +0.146484375000 +-0.196289062500 +-0.010437011719 +0.010498046875 +-0.063476562500 +0.007995605469 +-0.055419921875 +-0.015258789062 +-0.053710937500 +-0.031738281250 +-0.125000000000 +0.169921875000 +0.215820312500 +-0.143554687500 +-0.118652343750 +-0.058105468750 +0.026489257812 +0.043701171875 +-0.037841796875 +-0.043457031250 +0.016113281250 +0.130859375000 +0.010620117188 +0.078613281250 +-0.088867187500 +-0.080078125000 +0.122558593750 +0.010559082031 +-0.055664062500 +0.236328125000 +-0.005493164062 +-0.180664062500 +-0.090332031250 +-0.060791015625 +0.025878906250 +-0.214843750000 +-0.068847656250 +0.036132812500 +-0.151367187500 +0.046630859375 +-0.073730468750 +-0.033447265625 +0.073242187500 +0.005432128906 +-0.010864257812 +0.081542968750 +0.197265625000 +0.013977050781 +-0.089843750000 +-0.020385742188 +0.094726562500 +-0.255859375000 +0.050292968750 +-0.048583984375 +0.096679687500 +0.000176429749 +-0.455078125000 +-0.107421875000 +-0.079101562500 +0.023681640625 +-0.065429687500 +-0.071777343750 +-0.069824218750 +0.035400390625 +0.003479003906 +-0.001876831055 +0.064941406250 +-0.059814453125 +-0.008422851562 +-0.062255859375 +-0.023925781250 +0.041015625000 +-0.049804687500 +0.117675781250 +0.008361816406 +-0.083496093750 +-0.041503906250 +-0.026611328125 +-0.189453125000 +0.031250000000 +-0.283203125000 +-0.125000000000 +-0.139648437500 +-0.091796875000 +-0.076660156250 +0.024902343750 +-0.008544921875 +0.105957031250 +-0.236328125000 +-0.040039062500 +-0.022949218750 +0.071777343750 +-0.014953613281 +0.110351562500 +0.006195068359 +-0.253906250000 +0.158203125000 +-0.091796875000 +0.015991210938 +-0.007080078125 +-0.209960937500 +-0.032958984375 +-0.009094238281 +-0.208984375000 +0.200195312500 +0.200195312500 +-0.040039062500 +-0.079589843750 +0.031005859375 +-0.111328125000 +-0.058349609375 +0.294921875000 +-0.337890625000 +0.027099609375 +-0.053466796875 +-0.234375000000 +-0.084960937500 +0.064941406250 +0.150390625000 +-0.081542968750 +-0.281250000000 +-0.105468750000 +0.034423828125 +0.002105712891 +0.034423828125 +0.097656250000 +-0.013854980469 +0.020629882812 +-0.000698089600 +-0.031982421875 +0.151367187500 +-0.030883789062 +-0.064453125000 +0.020507812500 +0.101074218750 +-0.030761718750 +-0.139648437500 +-0.083984375000 +-0.014709472656 +-0.065917968750 +0.155273437500 +-0.206054687500 +0.111328125000 +-0.052246093750 +-0.196289062500 +-0.080078125000 +-0.034179687500 +-0.010375976562 +0.014343261719 +-0.076171875000 +-0.135742187500 +-0.005004882812 +-0.022094726562 +-0.089843750000 +-0.009582519531 +0.121582031250 +0.015747070312 +-0.027832031250 +-0.057373046875 +0.010009765625 +0.083984375000 +0.003799438477 +0.110351562500 +0.060546875000 +-0.000774383545 +-0.024169921875 +0.015991210938 +0.014465332031 +-0.029418945312 +-0.013977050781 +-0.066894531250 +-0.065429687500 +0.008056640625 +-0.036865234375 +0.118164062500 +-0.107421875000 +-0.002227783203 +-0.091308593750 +-0.064941406250 +0.007049560547 +0.018432617188 +-0.063476562500 +-0.083984375000 +-0.036132812500 +-0.057617187500 +0.009765625000 +0.015014648438 +0.025878906250 +0.000610351562 +-0.139648437500 +0.020019531250 +-0.136718750000 +0.022094726562 +-0.052001953125 +0.061767578125 +-0.016479492188 +0.004577636719 +0.045410156250 +-0.053955078125 +0.028442382812 +0.000625610352 +0.047851562500 +0.011535644531 +0.026123046875 +0.006683349609 +-0.067382812500 +0.056152343750 +0.000640869141 +0.015380859375 +0.151367187500 +-0.093750000000 +0.102050781250 +-0.065917968750 +-0.033691406250 +0.014587402344 +0.065917968750 +0.053955078125 +-0.031738281250 +-0.049804687500 +-0.057128906250 +-0.005615234375 +-0.031982421875 +-0.010803222656 +-0.112304687500 +0.047607421875 +-0.010498046875 +-0.019287109375 +-0.048828125000 +-0.062500000000 +-0.010742187500 +-0.034912109375 +-0.070312500000 +0.001502990723 +0.084960937500 +-0.065917968750 +-0.002975463867 +-0.152343750000 +-0.119140625000 +-0.047607421875 +-0.057617187500 +0.140625000000 +-0.052001953125 +-0.036865234375 +-0.069824218750 +-0.009521484375 +-0.005676269531 +-0.036132812500 +0.005218505859 +-0.462890625000 +-0.045898437500 +-0.010620117188 +-0.058105468750 +-0.139648437500 +-0.004577636719 +-0.050537109375 +-0.030273437500 +0.016113281250 +0.017333984375 +-0.038085937500 +-0.041748046875 +0.019042968750 +0.080078125000 +0.014892578125 +-0.008911132812 +-0.095214843750 +0.013122558594 +-0.110351562500 +-0.056396484375 +-0.072753906250 +0.035644531250 +0.004760742188 +-0.014160156250 +0.046875000000 +0.039062500000 +0.015747070312 +-0.069824218750 +0.010070800781 +-0.023803710938 +-0.131835937500 +0.010375976562 +-0.046386718750 +0.010742187500 +-0.134765625000 +-0.006286621094 +0.035888671875 +-0.105468750000 +-0.046142578125 +0.049316406250 +0.083984375000 +-0.029785156250 +-0.032714843750 +-0.043945312500 +-0.082519531250 +-0.170898437500 +0.021728515625 +0.016479492188 +0.084960937500 +0.011352539062 +-0.005981445312 +-0.298828125000 +0.018676757812 +-0.010925292969 +0.271484375000 +-0.092773437500 +0.013061523438 +-0.111328125000 +-0.164062500000 +0.044433593750 +-0.232421875000 +-0.012939453125 +-0.047119140625 +0.011352539062 +0.059814453125 +0.316406250000 +-0.147460937500 +0.008056640625 +-0.062500000000 +-0.132812500000 +0.020751953125 +-0.039062500000 +0.166015625000 +-0.025634765625 +0.017211914062 +0.088378906250 +-0.134765625000 +0.045166015625 +-0.312500000000 +-0.106933593750 +0.088867187500 +0.022460937500 +0.049804687500 +-0.153320312500 +0.087402343750 +0.065917968750 +-0.267578125000 +0.030273437500 +-0.032714843750 +0.137695312500 +-0.011657714844 +0.195312500000 +-0.103027343750 +-0.045654296875 +0.084472656250 +0.128906250000 +-0.014587402344 +0.012939453125 +-0.474609375000 +0.246093750000 +0.039062500000 +-0.259765625000 +0.113769531250 +-0.243164062500 +0.003448486328 +-0.231445312500 +-0.024047851562 +0.039550781250 +-0.149414062500 +-0.062500000000 +-0.100585937500 +0.166015625000 +-0.124511718750 +-0.298828125000 +-0.059570312500 +-0.179687500000 +-0.123535156250 +0.069335937500 +-0.040771484375 +0.000736236572 +0.100585937500 +0.194335937500 +-0.089843750000 +-0.195312500000 +-0.147460937500 +0.129882812500 +0.039794921875 +0.097656250000 +0.079101562500 +-0.015991210938 +0.223632812500 +0.060058593750 +-0.265625000000 +-0.707031250000 +-0.166992187500 +-0.052001953125 +-0.227539062500 +-0.088378906250 +-0.458984375000 +0.251953125000 +-0.061035156250 +0.054443359375 +-0.171875000000 +-0.259765625000 +0.030273437500 +-0.107421875000 +0.002197265625 +-0.072265625000 +-0.263671875000 +0.225585937500 +-0.136718750000 +-0.012390136719 +-0.071289062500 +0.257812500000 +0.022094726562 +-0.503906250000 +-0.116699218750 +0.085449218750 +0.044433593750 +-0.153320312500 +0.259765625000 +0.042480468750 +-0.033691406250 +-0.322265625000 +0.011169433594 +0.089843750000 +0.170898437500 +-0.001380920410 +-0.035400390625 +-0.036376953125 +-0.071777343750 +0.086425781250 +-0.087890625000 +0.150390625000 +0.075683593750 +0.159179687500 +0.054687500000 +0.057617187500 +0.175781250000 +-0.036865234375 +-0.100585937500 +0.038330078125 +0.097167968750 +0.190429687500 +0.024169921875 +0.096191406250 +0.081542968750 +-0.050292968750 +-0.116210937500 +-0.013000488281 +0.058349609375 +-0.145507812500 +-0.070800781250 +-0.480468750000 +-0.059814453125 +0.009277343750 +0.011718750000 +0.182617187500 +-0.000965118408 +0.178710937500 +0.006652832031 +-0.155273437500 +-0.167968750000 +-0.152343750000 +0.085937500000 +0.092773437500 +0.093261718750 +-0.075195312500 +0.034912109375 +-0.156250000000 +0.024536132812 +0.208984375000 +-0.041992187500 +0.072753906250 +0.255859375000 +0.056152343750 +0.139648437500 +-0.257812500000 +0.186523437500 +0.057617187500 +-0.075683593750 +0.213867187500 +-0.060791015625 +-0.116699218750 +0.037841796875 +0.078125000000 +0.019531250000 +-0.133789062500 +-0.008056640625 +0.009948730469 +0.004272460938 +0.133789062500 +0.013488769531 +0.038574218750 +-0.049560546875 +-0.223632812500 +-0.004608154297 +0.067871093750 +-0.041015625000 +-0.159179687500 +-0.026611328125 +0.083007812500 +0.041259765625 +-0.023681640625 +-0.007232666016 +0.044921875000 +-0.091796875000 +0.169921875000 +-0.026123046875 +-0.082031250000 +0.144531250000 +-0.004180908203 +-0.058593750000 +-0.030639648438 +-0.097167968750 +-0.077148437500 +-0.146484375000 +-0.040771484375 +0.021484375000 +-0.026123046875 +-0.013427734375 +-0.058837890625 +-0.008666992188 +-0.194335937500 +0.056884765625 +0.052001953125 +-0.011230468750 +-0.065917968750 +0.050292968750 +0.070312500000 +0.132812500000 +-0.025512695312 +0.072265625000 +0.087890625000 +0.052978515625 +-0.012390136719 +-0.120605468750 +-0.024902343750 +0.080078125000 +-0.009948730469 +0.041015625000 +0.100097656250 +-0.014404296875 +0.070800781250 +-0.007873535156 +-0.117187500000 +-0.065917968750 +0.020874023438 +-0.022094726562 +0.001502990723 +-0.079589843750 +-0.160156250000 +0.034912109375 +-0.197265625000 +-0.134765625000 +-0.226562500000 +0.085937500000 +0.146484375000 +-0.067382812500 +-0.081542968750 +-0.230468750000 +-0.032958984375 +0.117187500000 +-0.216796875000 +0.214843750000 +-0.269531250000 +0.140625000000 +-0.217773437500 +-0.077636718750 +0.177734375000 +-0.092773437500 +0.067871093750 +-0.186523437500 +-0.202148437500 +-0.016967773438 +-0.058837890625 +-0.251953125000 +-0.010314941406 +0.207031250000 +0.153320312500 +-0.053466796875 +0.101074218750 +0.099121093750 +-0.072753906250 +-0.050781250000 +-0.048095703125 +-0.019897460938 +0.020996093750 +0.193359375000 +-0.158203125000 +0.133789062500 +0.020751953125 +-0.423828125000 +0.220703125000 +-0.067871093750 +-0.279296875000 +0.157226562500 +0.068847656250 +0.080078125000 +0.108398437500 +0.277343750000 +-0.033203125000 +0.184570312500 +0.207031250000 +0.324218750000 +-0.251953125000 +-0.090332031250 +-0.066406250000 +0.006530761719 +0.207031250000 +-0.180664062500 +0.035156250000 +-0.310546875000 +0.168945312500 +-0.027343750000 +-0.030517578125 +-0.009155273438 +0.021728515625 +0.079101562500 +0.056640625000 +-0.277343750000 +-0.043945312500 +-0.083984375000 +-0.121582031250 +-0.125976562500 +-0.016479492188 +0.005950927734 +-0.214843750000 +-0.039794921875 +-0.031250000000 +-0.294921875000 +-0.009826660156 +-0.097167968750 +0.008056640625 +-0.080566406250 +0.097167968750 +-0.103027343750 +0.179687500000 +0.021240234375 +0.027465820312 +-0.031005859375 +-0.277343750000 +0.084960937500 +-0.018188476562 +-0.482421875000 +-0.065917968750 +-0.063476562500 +-0.156250000000 +-0.050292968750 +-0.145507812500 +-0.064453125000 +0.111816406250 +-0.029663085938 +0.053222656250 +0.135742187500 +-0.080078125000 +0.013366699219 +0.097656250000 +0.205078125000 +0.064453125000 +-0.145507812500 +0.137695312500 +-0.047851562500 +-0.249023437500 +-0.159179687500 +0.072753906250 +0.058349609375 +0.153320312500 +-0.006103515625 +-0.221679687500 +-0.049316406250 +-0.023193359375 +-0.099609375000 +-0.194335937500 +-0.073242187500 +0.022460937500 +-0.020385742188 +-0.019409179688 +0.001159667969 +0.200195312500 +-0.010864257812 +-0.059570312500 +0.053222656250 +-0.032714843750 +-0.104003906250 +0.019042968750 +-0.005554199219 +0.173828125000 +-0.013610839844 +0.007080078125 +-0.018554687500 +-0.060058593750 +-0.079589843750 +-0.064453125000 +0.146484375000 +-0.027832031250 +-0.045898437500 +-0.040771484375 +-0.011535644531 +0.056152343750 +0.038818359375 +0.253906250000 +-0.093750000000 +-0.021484375000 +0.021240234375 +0.139648437500 +0.010375976562 +0.083984375000 +-0.314453125000 +-0.128906250000 +0.043945312500 +-0.052490234375 +-0.087402343750 +0.079101562500 +-0.040039062500 +-0.223632812500 +-0.002380371094 +0.041503906250 +0.022216796875 +0.030273437500 +0.023681640625 +0.049316406250 +0.052001953125 +0.103027343750 +-0.022216796875 +0.002746582031 +-0.102539062500 +-0.014343261719 +0.316406250000 +0.255859375000 +0.004364013672 +-0.026855468750 +0.007324218750 +0.044921875000 +-0.150390625000 +0.006011962891 +0.141601562500 +-0.028808593750 +0.084960937500 +0.116699218750 +-0.011169433594 +-0.037597656250 +-0.047607421875 +0.078125000000 +0.042480468750 +-0.116699218750 +-0.145507812500 +-0.060791015625 +-0.085449218750 +0.080078125000 +-0.400390625000 +-0.091308593750 +-0.069824218750 +-0.008422851562 +0.040771484375 +-0.160156250000 +-0.040771484375 +-0.002883911133 +-0.074707031250 +0.029052734375 +-0.206054687500 +-0.031738281250 +0.036865234375 +0.194335937500 +-0.001762390137 +-0.398437500000 +-0.050537109375 +-0.040039062500 +0.115722656250 +0.125976562500 +0.119140625000 +-0.018310546875 +0.125976562500 +0.047119140625 +-0.004302978516 +-0.029418945312 +0.033691406250 +-0.011901855469 +0.041259765625 +-0.058105468750 +0.042480468750 +-0.162109375000 +-0.095703125000 +-0.136718750000 +-0.155273437500 +-0.094238281250 +-0.161132812500 +-0.173828125000 +0.066406250000 +0.169921875000 +-0.002807617188 +0.044921875000 +0.219726562500 +-0.248046875000 +-0.033935546875 +0.043212890625 +-0.006134033203 +-0.224609375000 +-0.025512695312 +0.041503906250 +-0.213867187500 +-0.085449218750 +0.245117187500 +0.142578125000 +0.083984375000 +0.019165039062 +0.026000976562 +0.144531250000 +0.015441894531 +-0.106933593750 +-0.047363281250 +-0.132812500000 +-0.026489257812 +-0.015319824219 +0.032470703125 +-0.012268066406 +-0.085449218750 +-0.017456054688 +-0.092773437500 +-0.013427734375 +0.144531250000 +-0.044921875000 +0.036865234375 +0.025146484375 +0.006774902344 +0.191406250000 +0.144531250000 +0.083007812500 +0.059570312500 +0.028930664062 +0.034667968750 +-0.349609375000 +-0.024291992188 +0.016235351562 +0.227539062500 +0.060302734375 +0.068359375000 +0.021850585938 +-0.153320312500 +0.076660156250 +0.012451171875 +0.073242187500 +0.012695312500 +-0.310546875000 +-0.116210937500 +-0.347656250000 +0.004669189453 +0.005249023438 +0.049072265625 +-0.113769531250 +-0.082519531250 +-0.006835937500 +-0.127929687500 +0.048095703125 +0.138671875000 +0.078125000000 +-0.159179687500 +-0.031982421875 +0.024902343750 +0.093750000000 +-0.172851562500 +-0.056396484375 +0.194335937500 +-0.063964843750 +0.064453125000 +-0.024169921875 +-0.015075683594 +0.265625000000 +0.016967773438 +-0.049316406250 +-0.071777343750 +0.018798828125 +-0.063964843750 +-0.062988281250 +-0.011779785156 +0.133789062500 +0.016235351562 +-0.030395507812 +0.045166015625 +-0.146484375000 +0.052734375000 +-0.016113281250 +-0.026000976562 +-0.015869140625 +-0.021850585938 +0.051269531250 +-0.083984375000 +-0.003662109375 +-0.028198242188 +-0.515625000000 +0.113769531250 +-0.054931640625 +-0.032714843750 +-0.195312500000 +0.021362304688 +-0.078125000000 +0.041503906250 +-0.074707031250 +-0.004547119141 +0.053955078125 +0.005157470703 +0.013000488281 +0.019165039062 +-0.106445312500 +-0.011047363281 +-0.013549804688 +0.026611328125 +-0.253906250000 +-0.109375000000 +-0.039062500000 +0.015869140625 +-0.021972656250 +-0.051757812500 +0.088378906250 +-0.051269531250 +0.118164062500 +0.016479492188 +-0.010742187500 +-0.024291992188 +0.004730224609 +0.018432617188 +-0.044921875000 +0.188476562500 +0.013854980469 +0.009338378906 +-0.185546875000 +-0.208007812500 +0.021118164062 +-0.079589843750 +0.013000488281 +0.036865234375 +-0.021972656250 +-0.091796875000 +-0.061767578125 +0.010620117188 +-0.066406250000 +-0.028808593750 +0.101562500000 +0.022094726562 +0.074707031250 +-0.166992187500 +-0.013977050781 +-0.034179687500 +0.059570312500 +0.038818359375 +0.020385742188 +0.039550781250 +-0.232421875000 +-0.115234375000 +-0.125000000000 +-0.053222656250 +-0.035644531250 +-0.036132812500 +-0.151367187500 +-0.021484375000 +-0.108886718750 +-0.097167968750 +-0.090820312500 +-0.084472656250 +-0.100097656250 +0.044433593750 +-0.059814453125 +0.067382812500 +0.002593994141 +0.058593750000 +-0.019042968750 +-0.040527343750 +0.125976562500 +0.035644531250 +-0.046875000000 +0.009216308594 +-0.117675781250 +-0.045898437500 +0.012512207031 +-0.006347656250 +0.034423828125 +-0.049316406250 +-0.137695312500 +0.008544921875 +0.004852294922 +0.031738281250 +0.067382812500 +-0.011474609375 +0.015258789062 +-0.159179687500 +0.067871093750 +-0.014587402344 +0.049072265625 +0.044921875000 +-0.033935546875 +-0.103027343750 +-0.004333496094 +-0.080566406250 +-0.014099121094 +-0.039062500000 +-0.035400390625 +0.003936767578 +0.000197410583 +0.117187500000 +-0.110351562500 +0.144531250000 +-0.028198242188 +0.073730468750 +0.145507812500 +0.082519531250 +-0.001174926758 +-0.162109375000 +0.129882812500 +-0.033691406250 +0.148437500000 +0.008666992188 +0.054199218750 +0.019653320312 +0.101074218750 +-0.136718750000 +-0.138671875000 +-0.045410156250 +-0.113769531250 +-0.197265625000 +-0.314453125000 +-0.390625000000 +0.028320312500 +0.087402343750 +-0.090332031250 +-0.042968750000 +-0.046386718750 +-0.125976562500 +-0.070312500000 +-0.188476562500 +0.037109375000 +0.116699218750 +-0.218750000000 +0.146484375000 +0.017333984375 +0.043945312500 +-0.053466796875 +0.108886718750 +-0.404296875000 +0.040039062500 +0.141601562500 +-0.185546875000 +0.184570312500 +-0.090820312500 +0.243164062500 +0.170898437500 +0.086425781250 +-0.014587402344 +-0.024047851562 +0.118652343750 +0.061523437500 +0.178710937500 +0.021606445312 +0.150390625000 +0.298828125000 +-0.291015625000 +-0.099121093750 +-0.103027343750 +-0.048339843750 +0.090820312500 +-0.236328125000 +-0.031982421875 +-0.142578125000 +-0.114257812500 +-0.177734375000 +0.074218750000 +-0.087890625000 +0.003585815430 +-0.098144531250 +-0.115722656250 +0.085449218750 +-0.018310546875 +-0.324218750000 +-0.202148437500 +-0.097656250000 +-0.066406250000 +-0.038574218750 +0.015869140625 +0.117675781250 +0.102539062500 +0.016235351562 +-0.009216308594 +-0.022216796875 +0.072265625000 +0.067382812500 +-0.076171875000 +-0.000839233398 +0.015991210938 +0.048828125000 +-0.013854980469 +0.176757812500 +0.034667968750 +-0.122070312500 +-0.226562500000 +-0.220703125000 +0.026367187500 +0.208984375000 +0.038330078125 +0.106445312500 +0.124023437500 +0.055175781250 +-0.002288818359 +0.112304687500 +-0.037597656250 +-0.185546875000 +0.043945312500 +0.205078125000 +-0.100097656250 +-0.023925781250 +-0.083007812500 +-0.052246093750 +0.041259765625 +-0.184570312500 +-0.099609375000 +0.012939453125 +0.047851562500 +-0.058837890625 +-0.002151489258 +0.144531250000 +0.084472656250 +-0.077636718750 +0.099121093750 +-0.213867187500 +0.086425781250 +-0.097656250000 +-0.005004882812 +0.044433593750 +0.029907226562 +-0.316406250000 +0.148437500000 +0.126953125000 +0.137695312500 +0.063964843750 +0.132812500000 +0.119140625000 +-0.037353515625 +0.206054687500 +-0.084960937500 +0.081542968750 +0.230468750000 +-0.030517578125 +0.083496093750 +0.265625000000 +0.090820312500 +-0.161132812500 +0.043212890625 +0.162109375000 +-0.133789062500 +0.166015625000 +-0.093750000000 +0.146484375000 +-0.113769531250 +-0.043945312500 +-0.539062500000 +0.178710937500 +-0.046630859375 +0.257812500000 +0.028076171875 +-0.096191406250 +0.142578125000 +-0.402343750000 +-0.127929687500 +0.062011718750 +0.253906250000 +0.208007812500 +0.215820312500 +-0.052246093750 +-0.369140625000 +-0.003768920898 +-0.227539062500 +0.227539062500 +-0.019287109375 +-0.134765625000 +0.077148437500 +0.263671875000 +-0.063476562500 +0.031250000000 +0.227539062500 +0.206054687500 +0.172851562500 +0.048828125000 +0.100097656250 +-0.085449218750 +-0.065429687500 +0.077636718750 +-0.176757812500 +0.195312500000 +-0.141601562500 +-0.376953125000 +-0.053710937500 +0.028930664062 +-0.050781250000 +0.343750000000 +0.007781982422 +0.061279296875 +-0.159179687500 +0.093750000000 +0.014465332031 +0.150390625000 +-0.392578125000 +0.011169433594 +-0.128906250000 +-0.134765625000 +0.073730468750 +0.034912109375 +-0.084472656250 +-0.037597656250 +-0.028076171875 +0.071777343750 +0.125976562500 +0.057128906250 +-0.150390625000 +-0.239257812500 +0.034179687500 +-0.113281250000 +-0.065429687500 +0.079101562500 +0.009399414062 +0.177734375000 +-0.273437500000 +-0.117187500000 +-0.087402343750 +0.247070312500 +-0.041015625000 +0.015625000000 +-0.014587402344 +0.249023437500 +0.108886718750 +-0.032226562500 +-0.063476562500 +0.096679687500 +-0.314453125000 +0.051513671875 +0.059326171875 +-0.034423828125 +0.120117187500 +0.124023437500 +-0.046630859375 +0.137695312500 +-0.045898437500 +-0.144531250000 +0.231445312500 +-0.190429687500 +-0.093261718750 +0.147460937500 +-0.021484375000 +-0.106445312500 +-0.106445312500 +-0.136718750000 +-0.339843750000 +-0.222656250000 +-0.283203125000 +0.147460937500 +-0.259765625000 +-0.185546875000 +-0.040283203125 +-0.018432617188 +0.040527343750 +0.204101562500 +0.076171875000 +-0.035400390625 +-0.159179687500 +-0.060302734375 +0.096679687500 +0.099609375000 +-0.024414062500 +0.024291992188 +0.032226562500 +-0.156250000000 +0.055419921875 +0.060302734375 +-0.031494140625 +-0.038085937500 +-0.143554687500 +0.075195312500 +0.189453125000 +0.104003906250 +-0.500000000000 +-0.060546875000 +-0.162109375000 +-0.138671875000 +0.037597656250 +0.073730468750 +-0.031738281250 +-0.109863281250 +-0.214843750000 +-0.106445312500 +-0.058105468750 +0.026855468750 +-0.037597656250 +-0.068847656250 +-0.057373046875 +-0.216796875000 +0.018188476562 +0.703125000000 +0.042968750000 +-0.047607421875 +-0.094238281250 +-0.648437500000 +0.068359375000 +0.073242187500 +0.021362304688 +0.010681152344 +0.045898437500 +-0.173828125000 +-0.110351562500 +-0.026489257812 +0.112304687500 +-0.085937500000 +-0.122558593750 +-0.119140625000 +-0.060791015625 +-0.049804687500 +0.012817382812 +-0.062988281250 +-0.017333984375 +-0.017456054688 +-0.015991210938 +-0.169921875000 +0.018066406250 +-0.160156250000 +-0.019042968750 +-0.125976562500 +0.017822265625 +0.121093750000 +-0.004821777344 +0.015502929688 +0.055419921875 +-0.167968750000 +-0.079101562500 +-0.037597656250 +-0.046875000000 +-0.160156250000 +-0.024291992188 +-0.066406250000 +-0.046142578125 +-0.076660156250 +0.003616333008 +-0.351562500000 +0.027954101562 +-0.382812500000 +0.029541015625 +-0.105957031250 +-0.133789062500 +-0.066406250000 +-0.048828125000 +-0.091796875000 +0.032226562500 +-0.035888671875 +-0.112792968750 +-0.095214843750 +-0.026489257812 +-0.023681640625 +-0.015319824219 +0.036132812500 +0.012207031250 +-0.023193359375 +0.003692626953 +0.020263671875 +0.025634765625 +-0.054199218750 +0.052246093750 +0.018554687500 +-0.198242187500 +-0.133789062500 +-0.101562500000 +-0.030883789062 +-0.041015625000 +-0.004394531250 +-0.097656250000 +0.088867187500 +0.088378906250 +-0.196289062500 +0.125000000000 +-0.145507812500 +-0.067871093750 +0.112304687500 +-0.018798828125 +-0.000896453857 +0.014404296875 +0.052978515625 +0.027587890625 +-0.009643554688 +0.033203125000 +-0.157226562500 +-0.094726562500 +0.078125000000 +0.029785156250 +0.060791015625 +-0.059570312500 +-0.020263671875 +-0.047119140625 +-0.162109375000 +-0.017822265625 +0.048339843750 +-0.034423828125 +-0.028076171875 +0.037597656250 +-0.056396484375 +-0.051513671875 +0.005371093750 +0.081542968750 +-0.088378906250 +0.020629882812 +-0.052490234375 +0.036621093750 +-0.033935546875 +-0.077148437500 +-0.038085937500 +0.029296875000 +-0.026733398438 +-0.118652343750 +-0.032470703125 +-0.519531250000 +-0.079101562500 +-0.002716064453 +0.037353515625 +-0.097656250000 +-0.250000000000 +0.066406250000 +0.108398437500 +0.034179687500 +-0.071289062500 +-0.002777099609 +0.011962890625 +0.046875000000 +0.075195312500 +0.109375000000 +-0.063964843750 +-0.005889892578 +-0.056640625000 +0.026123046875 +-0.129882812500 +-0.088378906250 +-0.088867187500 +-0.008911132812 +0.015625000000 +-0.099121093750 +0.036865234375 +-0.159179687500 +0.049072265625 +-0.049316406250 +-0.179687500000 +0.001754760742 +0.151367187500 +-0.055664062500 +0.039550781250 +-0.090820312500 +-0.108398437500 +0.053710937500 +0.090820312500 +0.072265625000 +0.015441894531 +-0.019165039062 +0.043945312500 +-0.194335937500 +0.163085937500 +-0.015136718750 +-0.220703125000 +0.132812500000 +-0.128906250000 +-0.056640625000 +0.035644531250 +-0.314453125000 +0.018066406250 +-0.032714843750 +-0.075683593750 +-0.069824218750 +0.057617187500 +-0.072265625000 +0.043945312500 +-0.067871093750 +-0.125976562500 +-0.121582031250 +-0.047851562500 +0.111816406250 +0.067382812500 +-0.011291503906 +0.015563964844 +-0.103515625000 +-0.070800781250 +-0.008361816406 +0.018066406250 +0.084960937500 +-0.015197753906 +-0.041259765625 +0.096191406250 +0.102539062500 +-0.182617187500 +-0.062500000000 +0.079589843750 +-0.045410156250 +0.021850585938 +0.005828857422 +-0.175781250000 +-0.121582031250 +0.000858306885 +-0.304687500000 +0.016113281250 +0.117187500000 +-0.081542968750 +-0.223632812500 +-0.153320312500 +-0.207031250000 +-0.038574218750 +0.081542968750 +0.077636718750 +0.038085937500 +-0.086914062500 +-0.004058837891 +-0.087402343750 +-0.371093750000 +-0.086425781250 +-0.021728515625 +0.271484375000 +0.065429687500 +0.056640625000 +0.147460937500 +0.069824218750 +0.038818359375 +0.064453125000 +-0.091796875000 +-0.234375000000 +0.035888671875 +-0.012145996094 +0.110839843750 +0.060546875000 +-0.121582031250 +0.043212890625 +-0.014099121094 +-0.500000000000 +-0.067382812500 +-0.174804687500 +0.113769531250 +-0.043457031250 +-0.032714843750 +0.166015625000 +0.035888671875 +-0.088378906250 +0.087402343750 +0.117187500000 +-0.143554687500 +0.147460937500 +-0.216796875000 +-0.259765625000 +0.132812500000 +0.080566406250 +0.003570556641 +-0.094726562500 +-0.084472656250 +-0.031982421875 +0.164062500000 +-0.004211425781 +-0.111816406250 +-0.222656250000 +-0.116699218750 +0.017211914062 +-0.036865234375 +0.058837890625 +-0.047363281250 +-0.261718750000 +0.174804687500 +-0.001091003418 +-0.189453125000 +-0.045166015625 +-0.133789062500 +-0.005859375000 +0.049072265625 +0.095703125000 +0.004028320312 +-0.002563476562 +0.024291992188 +-0.333984375000 +0.071777343750 +-0.068847656250 +0.076171875000 +0.005523681641 +-0.104980468750 +0.171875000000 +0.206054687500 +-0.042480468750 +0.104980468750 +-0.124511718750 +0.028930664062 +0.133789062500 +-0.068359375000 +-0.021362304688 +0.077148437500 +-0.213867187500 +-0.181640625000 +0.047363281250 +-0.044921875000 +-0.014404296875 +-0.037353515625 +-0.027343750000 +-0.102539062500 +0.125000000000 +0.191406250000 +0.002487182617 +-0.051025390625 +-0.095214843750 +0.140625000000 +-0.015747070312 +0.012939453125 +-0.122070312500 +0.021118164062 +-0.185546875000 +0.155273437500 +0.049804687500 +-0.107910156250 +0.019165039062 +-0.021972656250 +-0.116210937500 +0.082031250000 +-0.047851562500 +0.002807617188 +-0.058837890625 +0.181640625000 +0.089355468750 +-0.009094238281 +0.018676757812 +0.070312500000 +-0.062500000000 +-0.022460937500 +0.219726562500 +-0.218750000000 +-0.002441406250 +0.178710937500 +-0.145507812500 +0.149414062500 +-0.033935546875 +0.090332031250 +-0.039062500000 +-0.227539062500 +0.127929687500 +0.048583984375 +-0.023681640625 +0.142578125000 +0.003005981445 +-0.006958007812 +-0.183593750000 +-0.102539062500 +0.019531250000 +-0.082031250000 +0.182617187500 +-0.047363281250 +-0.012023925781 +0.013122558594 +0.051269531250 +0.030883789062 +0.044433593750 +0.012268066406 +-0.107421875000 +0.002059936523 +-0.074707031250 +-0.068847656250 +-0.063476562500 +-0.040527343750 +-0.030273437500 +0.068847656250 +-0.107421875000 +-0.011535644531 +-0.057617187500 +0.051513671875 +-0.005676269531 +0.012878417969 +-0.067871093750 +-0.133789062500 +-0.024169921875 +0.031738281250 +-0.042968750000 +0.000724792480 +-0.085937500000 +0.048583984375 +0.025756835938 +0.006896972656 +-0.078613281250 +-0.065917968750 +0.091308593750 +0.026000976562 +0.034423828125 +0.029785156250 +-0.110351562500 +-0.289062500000 +0.056396484375 +0.043945312500 +0.021240234375 +0.021118164062 +-0.035156250000 +-0.100097656250 +0.004669189453 +0.010070800781 +-0.213867187500 +0.054687500000 +0.054931640625 +0.099609375000 +0.070800781250 +-0.069824218750 +0.063964843750 +0.025512695312 +0.097167968750 +-0.090820312500 +0.027954101562 +-0.057373046875 +0.109863281250 +0.156250000000 +0.105468750000 +-0.084960937500 +-0.043457031250 +-0.019287109375 +-0.131835937500 +0.092285156250 +0.259765625000 +0.172851562500 +0.095214843750 +0.021728515625 +0.065429687500 +0.098144531250 +-0.004089355469 +-0.034912109375 +0.027099609375 +-0.094238281250 +-0.316406250000 +0.065429687500 +-0.163085937500 +-0.003540039062 +-0.164062500000 +0.104492187500 +-0.098144531250 +-0.026733398438 +-0.194335937500 +0.039062500000 +0.100097656250 +-0.096191406250 +0.036132812500 +-0.057861328125 +-0.179687500000 +-0.082031250000 +0.067382812500 +-0.095703125000 +0.015258789062 +-0.087402343750 +-0.049072265625 +0.070312500000 +0.040283203125 +-0.019165039062 +-0.206054687500 +-0.031127929688 +0.045166015625 +-0.004608154297 +0.147460937500 +-0.134765625000 +-0.156250000000 +-0.073730468750 +-0.064453125000 +-0.021972656250 +0.052490234375 +-0.025634765625 +-0.070312500000 +-0.030761718750 +0.012390136719 +-0.072265625000 +0.055419921875 +-0.078125000000 +-0.170898437500 +0.037597656250 +-0.001899719238 +0.085449218750 +-0.203125000000 +0.168945312500 +-0.128906250000 +0.275390625000 +0.166015625000 +0.055175781250 +-0.008178710938 +0.104492187500 +-0.023315429688 +-0.207031250000 +0.039062500000 +0.135742187500 +-0.261718750000 +0.162109375000 +-0.008239746094 +-0.202148437500 +-0.034912109375 +-0.112304687500 +0.012756347656 +-0.053710937500 +0.016479492188 +0.041503906250 +0.003753662109 +0.158203125000 +-0.034667968750 +-0.404296875000 +0.125000000000 +0.125976562500 +-0.040527343750 +0.023681640625 +-0.652343750000 +0.287109375000 +0.092773437500 +0.061767578125 +-0.022827148438 +0.113281250000 +-0.059082031250 +0.075195312500 +0.086425781250 +-0.051025390625 +-0.051269531250 +0.061035156250 +0.104003906250 +-0.015441894531 +-0.195312500000 +0.018920898438 +-0.056396484375 +0.201171875000 +0.279296875000 +-0.191406250000 +0.178710937500 +0.202148437500 +-0.034423828125 +0.042968750000 +-0.038085937500 +0.110839843750 +-0.028686523438 +-0.058105468750 +0.233398437500 +0.046630859375 +-0.017456054688 +0.013671875000 +-0.022460937500 +-0.049316406250 +-0.066894531250 +0.054931640625 +-0.107421875000 +0.005950927734 +-0.059814453125 +0.066894531250 +-0.005584716797 +-0.107910156250 +-0.138671875000 +0.022460937500 +0.004241943359 +-0.020385742188 +-0.251953125000 +-0.063476562500 +0.075683593750 +0.083007812500 +-0.005981445312 +0.015319824219 +-0.166015625000 +-0.014648437500 +0.189453125000 +-0.048095703125 +-0.018798828125 +-0.035400390625 +-0.053466796875 +-0.004791259766 +-0.059570312500 +-0.055419921875 +-0.024536132812 +0.107910156250 +0.005004882812 +-0.002990722656 +-0.019775390625 +-0.027221679688 +0.006225585938 +-0.011962890625 +-0.039794921875 +-0.002166748047 +0.005371093750 +0.021850585938 +0.003387451172 +-0.043212890625 +0.025512695312 +-0.004272460938 +-0.049804687500 +-0.069335937500 +0.032958984375 +-0.006164550781 +-0.039306640625 +0.089355468750 +0.118652343750 +-0.008605957031 +-0.215820312500 +0.092773437500 +0.217773437500 +-0.069824218750 +-0.026000976562 +-0.094238281250 +-0.024780273438 +-0.000587463379 +0.127929687500 +-0.135742187500 +-0.112792968750 +-0.014770507812 +0.339843750000 +0.259765625000 +-0.125976562500 +0.406250000000 +0.189453125000 +0.086914062500 +0.057373046875 +0.337890625000 +0.128906250000 +-0.038574218750 +-0.063964843750 +-0.018798828125 +-0.251953125000 +-0.106445312500 +0.011840820312 +-0.181640625000 +-0.129882812500 +-0.067382812500 +-0.058593750000 +-0.051269531250 +-0.052001953125 +-0.170898437500 +0.182617187500 +0.243164062500 +-0.094726562500 +-0.316406250000 +0.027099609375 +0.230468750000 +-0.125976562500 +-0.114257812500 +-0.519531250000 +0.195312500000 +-0.195312500000 +-0.089843750000 +0.169921875000 +0.275390625000 +0.083496093750 +0.136718750000 +0.194335937500 +-0.135742187500 +0.009277343750 +0.111816406250 +0.075683593750 +0.186523437500 +0.147460937500 +0.111328125000 +-0.392578125000 +-0.058105468750 +0.253906250000 +0.125976562500 +0.193359375000 +-0.093261718750 +-0.117675781250 +-0.166992187500 +0.392578125000 +0.134765625000 +0.043945312500 +0.355468750000 +0.281250000000 +-0.091796875000 +-0.036621093750 +0.119140625000 +-0.116699218750 +-0.016113281250 +0.097167968750 +0.031127929688 +0.269531250000 +-0.001022338867 +0.040527343750 +0.000453948975 +-0.012268066406 +0.099121093750 +0.067871093750 +-0.010131835938 +-0.035888671875 +0.012817382812 +0.117675781250 +-0.097167968750 +0.060302734375 +-0.294921875000 +-0.033203125000 +-0.005432128906 +-0.318359375000 +0.091796875000 +-0.151367187500 +0.057617187500 +-0.082519531250 +0.050537109375 +-0.049560546875 +-0.000659942627 +0.002441406250 +0.092773437500 +-0.031982421875 +-0.373046875000 +-0.059570312500 +0.025634765625 +0.073730468750 +0.041748046875 +0.011169433594 +0.041992187500 +-0.038574218750 +-0.058837890625 +-0.148437500000 +0.016235351562 +-0.020019531250 +0.013610839844 +-0.367187500000 +0.003158569336 +-0.009277343750 +-0.034667968750 +-0.118652343750 +0.025146484375 +0.014404296875 +-0.083984375000 +0.030883789062 +-0.071777343750 +-0.055175781250 +0.045898437500 +-0.161132812500 +0.019531250000 +0.022949218750 +-0.018432617188 +-0.159179687500 +-0.003936767578 +0.048339843750 +-0.066894531250 +-0.032226562500 +0.273437500000 +-0.062011718750 +0.115722656250 +-0.059326171875 +-0.109863281250 +-0.112304687500 +-0.122070312500 +0.121093750000 +-0.394531250000 +-0.107421875000 +-0.035644531250 +-0.066894531250 +-0.136718750000 +-0.093750000000 +-0.026367187500 +-0.265625000000 +0.019042968750 +-0.229492187500 +0.030883789062 +0.106933593750 +-0.225585937500 +0.133789062500 +0.115234375000 +-0.380859375000 +0.074707031250 +0.310546875000 +-0.010314941406 +0.388671875000 +-0.002014160156 +-0.484375000000 +0.109863281250 +0.376953125000 +-0.208007812500 +0.128906250000 +-0.214843750000 +-0.106933593750 +-0.439453125000 +-0.285156250000 +0.132812500000 +0.265625000000 +-0.094726562500 +0.135742187500 +0.041503906250 +0.065429687500 +-0.123535156250 +-0.126953125000 +0.177734375000 +0.160156250000 +0.055664062500 +-0.316406250000 +0.205078125000 +-0.396484375000 +-0.492187500000 +0.113281250000 +0.164062500000 +-0.016357421875 +-0.144531250000 +0.117187500000 +-0.084472656250 +-0.239257812500 +-0.019287109375 +0.363281250000 +-0.390625000000 +-0.086914062500 +0.022583007812 +-0.250000000000 +-0.058349609375 +-0.008361816406 +-0.053710937500 +-0.077148437500 +0.025756835938 +0.012207031250 +-0.175781250000 +-0.094726562500 +0.010681152344 +0.060058593750 +0.011901855469 +0.018066406250 +-0.083496093750 +-0.076660156250 +0.016967773438 +-0.061279296875 +-0.051025390625 +-0.198242187500 +0.024047851562 +-0.036621093750 +0.058837890625 +0.070800781250 +0.023315429688 +0.051025390625 +-0.038085937500 +-0.049560546875 +-0.147460937500 +-0.036865234375 +-0.022338867188 +0.108398437500 +-0.041015625000 +-0.041748046875 +0.049072265625 +0.003372192383 +0.087890625000 +0.044189453125 +-0.004913330078 +-0.022338867188 +0.012634277344 +0.011962890625 +-0.201171875000 +-0.024169921875 +-0.172851562500 +-0.079589843750 +0.004394531250 +-0.039550781250 +-0.005981445312 +-0.009704589844 +-0.026733398438 +-0.001106262207 +-0.051269531250 +-0.212890625000 +0.023803710938 +0.138671875000 +-0.019165039062 +0.101562500000 +-0.044433593750 +-0.020751953125 +0.006317138672 +-0.099609375000 +-0.023681640625 +-0.174804687500 +0.102539062500 +-0.060546875000 +-0.029174804688 +0.111328125000 +-0.009094238281 +0.025146484375 +-0.073730468750 +-0.087890625000 +0.078613281250 +-0.074218750000 +0.035644531250 +0.052490234375 +-0.033203125000 +-0.000984191895 +0.017700195312 +0.059570312500 +-0.333984375000 +0.006896972656 +-0.074707031250 +-0.138671875000 +-0.083007812500 +-0.121093750000 +-0.005798339844 +0.061767578125 +0.153320312500 +0.044677734375 +0.051269531250 +-0.047119140625 +-0.060791015625 +0.059326171875 +-0.162109375000 +-0.052001953125 +-0.051025390625 +0.009704589844 +-0.126953125000 +-0.373046875000 +0.006988525391 +-0.000324249268 +0.097167968750 +0.193359375000 +-0.037597656250 +-0.005523681641 +-0.013549804688 +-0.248046875000 +0.059326171875 +0.023559570312 +0.011291503906 +0.046142578125 +0.018920898438 +-0.013488769531 +0.013916015625 +0.101074218750 +-0.062255859375 +0.066894531250 +-0.000183105469 +-0.136718750000 +0.119628906250 +0.004608154297 +-0.050537109375 +-0.246093750000 +-0.062255859375 +-0.038574218750 +-0.065429687500 +-0.007232666016 +0.034179687500 +0.095214843750 +-0.001625061035 +-0.083984375000 +-0.001220703125 +0.060058593750 +-0.108886718750 +0.089843750000 +-0.122070312500 +-0.049072265625 +-0.020263671875 +-0.004089355469 +-0.051269531250 +-0.244140625000 +-0.119628906250 +0.090820312500 +0.028198242188 +-0.135742187500 +-0.058349609375 +0.164062500000 +0.040771484375 +-0.298828125000 +0.125976562500 +-0.015563964844 +0.005554199219 +0.014099121094 +-0.083007812500 +0.074707031250 +-0.029418945312 +-0.038330078125 +-0.154296875000 +0.067871093750 +0.074707031250 +-0.033935546875 +0.074218750000 +-0.008178710938 +-0.007232666016 +-0.155273437500 +-0.044921875000 +0.041259765625 +0.051513671875 +0.015502929688 +-0.025878906250 +0.050292968750 +-0.129882812500 +0.083984375000 +0.013854980469 +-0.160156250000 +0.031250000000 +-0.000896453857 +-0.068847656250 +-0.036865234375 +-0.013977050781 +-0.069824218750 +0.075683593750 +0.007812500000 +-0.177734375000 +0.028198242188 +-0.128906250000 +0.066406250000 +0.067871093750 +-0.047851562500 +0.027343750000 +-0.185546875000 +-0.006988525391 +-0.059082031250 +-0.076660156250 +-0.001518249512 +-0.032470703125 +-0.038818359375 +-0.081054687500 +-0.053710937500 +0.072265625000 +-0.084960937500 +0.005371093750 +0.085449218750 +0.014648437500 +0.006286621094 +-0.101074218750 +-0.050537109375 +-0.063476562500 +0.014892578125 +-0.060058593750 +0.058349609375 +0.195312500000 +0.093261718750 +0.108398437500 +-0.183593750000 +0.012634277344 +0.014526367188 +0.079101562500 +0.102539062500 +0.089355468750 +0.014282226562 +-0.090332031250 +-0.231445312500 +-0.038818359375 +0.185546875000 +-0.019897460938 +-0.208984375000 +-0.014587402344 +-0.250000000000 +0.075195312500 +-0.238281250000 +-0.007537841797 +-0.029418945312 +0.084472656250 +-0.119628906250 +-0.061279296875 +-0.083496093750 +-0.044189453125 +-0.102539062500 +0.187500000000 +-0.030761718750 +-0.020996093750 +-0.013671875000 +-0.049560546875 +-0.087890625000 +0.046875000000 +-0.019165039062 +0.059082031250 +0.166992187500 +-0.136718750000 +-0.014404296875 +-0.058349609375 +-0.059814453125 +-0.099121093750 +-0.124511718750 +-0.171875000000 +0.015197753906 +-0.039550781250 +0.010742187500 +0.025390625000 +-0.064453125000 +0.087890625000 +-0.146484375000 +-0.031982421875 +-0.145507812500 +0.068847656250 +0.103027343750 +-0.020141601562 +0.111816406250 +0.025878906250 +-0.039550781250 +-0.072265625000 +0.050292968750 +0.009338378906 +-0.169921875000 +-0.216796875000 +0.042480468750 +0.095214843750 +-0.141601562500 +0.129882812500 +-0.144531250000 +-0.031982421875 +0.067382812500 +0.052490234375 +-0.082519531250 +-0.123046875000 +0.081054687500 +-0.017944335938 +0.044677734375 +-0.027587890625 +-0.054443359375 +-0.099121093750 +-0.410156250000 +0.006347656250 +-0.073242187500 +0.051513671875 +0.090820312500 +-0.063476562500 +0.008239746094 +0.157226562500 +0.024414062500 +-0.078613281250 +0.037597656250 +0.007873535156 +-0.099609375000 +-0.345703125000 +-0.090332031250 +-0.032470703125 +-0.004486083984 +0.082519531250 +-0.010192871094 +-0.095214843750 +0.016845703125 +0.047119140625 +-0.029174804688 +-0.154296875000 +-0.039306640625 +0.104003906250 +0.000442504883 +0.187500000000 +0.073730468750 +0.064941406250 +0.073242187500 +0.037353515625 +0.120117187500 +0.029052734375 +0.080078125000 +0.019653320312 +0.116699218750 +-0.197265625000 +0.167968750000 +0.166015625000 +0.081054687500 +-0.194335937500 +-0.087890625000 +-0.002609252930 +-0.159179687500 +-0.249023437500 +-0.062255859375 +-0.095703125000 +-0.008911132812 +0.117187500000 +0.022338867188 +-0.109863281250 +0.071777343750 +0.054443359375 +-0.030883789062 +0.058105468750 +-0.142578125000 +0.118164062500 +0.055664062500 +0.027099609375 +0.105468750000 +0.028198242188 +0.099121093750 +-0.042480468750 +-0.464843750000 +-0.037841796875 +-0.036376953125 +0.064453125000 +0.008972167969 +0.245117187500 +0.083007812500 +0.063476562500 +0.097167968750 +0.015197753906 +0.097656250000 +0.119628906250 +0.089843750000 +-0.351562500000 +-0.429687500000 +0.042236328125 +0.076171875000 +-0.080566406250 +0.062500000000 +0.011962890625 +0.050781250000 +-0.069335937500 +0.032470703125 +-0.193359375000 +0.224609375000 +-0.094726562500 +-0.098144531250 +-0.045654296875 +-0.042724609375 +0.007598876953 +-0.014892578125 +-0.033691406250 +-0.013305664062 +0.070312500000 +0.053710937500 +0.019653320312 +-0.046630859375 +-0.033691406250 +-0.030761718750 +-0.022827148438 +-0.067382812500 +-0.004333496094 +-0.106933593750 +-0.048583984375 +-0.005401611328 +0.048828125000 +0.065429687500 +-0.125000000000 +-0.019897460938 +-0.094238281250 +0.118164062500 +-0.106445312500 +0.049804687500 +0.039306640625 +0.073730468750 +0.038818359375 +-0.017578125000 +-0.003829956055 +0.060546875000 +0.019287109375 +-0.001457214355 +-0.103027343750 +-0.012817382812 +-0.014587402344 +0.089355468750 +-0.018798828125 +0.012023925781 +0.001373291016 +0.003021240234 +-0.073730468750 +-0.012207031250 +-0.027832031250 +0.014099121094 +0.017456054688 +0.038085937500 +-0.043945312500 +0.098144531250 +0.077636718750 +0.019042968750 +-0.022583007812 +-0.083007812500 +-0.024780273438 +0.001502990723 +-0.020385742188 +0.086914062500 +0.013305664062 +0.087402343750 +-0.016967773438 +-0.087402343750 +0.044677734375 +-0.041259765625 +0.068847656250 +-0.095214843750 +-0.001380920410 +-0.140625000000 +-0.045410156250 +-0.051513671875 +-0.107910156250 +0.052490234375 +-0.008117675781 +-0.339843750000 +-0.066406250000 +-0.011535644531 +-0.009216308594 +-0.065917968750 +0.038330078125 +-0.009887695312 +-0.046142578125 +0.005584716797 +-0.026367187500 +-0.410156250000 +0.069824218750 +-0.292968750000 +-0.091796875000 +-0.029663085938 +0.028564453125 +-0.033691406250 +-0.014404296875 +-0.197265625000 +0.053710937500 +-0.012390136719 +-0.178710937500 +-0.116699218750 +-0.046142578125 +0.027954101562 +-0.023925781250 +0.025634765625 +-0.033447265625 +-0.094238281250 +0.012939453125 +0.108398437500 +0.132812500000 +-0.141601562500 +-0.142578125000 +0.079589843750 +0.011718750000 +-0.087890625000 +-0.071777343750 +-0.147460937500 +-0.216796875000 +-0.028442382812 +0.092773437500 +-0.112304687500 +0.113769531250 +0.068359375000 +-0.041503906250 +-0.117675781250 +-0.151367187500 +-0.027343750000 +-0.201171875000 +-0.111816406250 +0.000644683838 +-0.043212890625 +-0.018188476562 +0.021606445312 +-0.050048828125 +-0.135742187500 +0.060302734375 +-0.052246093750 +-0.050048828125 +0.018310546875 +0.183593750000 +-0.000204086304 +-0.168945312500 +-0.041015625000 +-0.081542968750 +-0.074218750000 +-0.005767822266 +-0.200195312500 +-0.114257812500 +-0.131835937500 +-0.029052734375 +-0.000957489014 +0.062988281250 +0.095214843750 +0.291015625000 +-0.101562500000 +-0.027221679688 +0.000284194946 +-0.219726562500 +0.062255859375 +0.025878906250 +0.078125000000 +-0.394531250000 +0.014038085938 +0.171875000000 +0.144531250000 +0.032226562500 +0.041748046875 +0.064941406250 +0.040527343750 +0.000770568848 +-0.211914062500 +-0.062988281250 +-0.138671875000 +0.044677734375 +0.063476562500 +0.112304687500 +-0.152343750000 +-0.257812500000 +0.090820312500 +0.059082031250 +0.037841796875 +0.008178710938 +0.028076171875 +-0.003814697266 +-0.226562500000 +-0.020751953125 +-0.216796875000 +0.051025390625 +-0.000862121582 +-0.128906250000 +0.052246093750 +0.122070312500 +-0.011474609375 +0.020141601562 +-0.029541015625 +0.149414062500 +-0.233398437500 +0.087890625000 +0.028320312500 +0.110839843750 +-0.131835937500 +0.113281250000 +0.197265625000 +0.361328125000 +-0.168945312500 +-0.015380859375 +-0.086914062500 +-0.123535156250 +0.253906250000 +0.003494262695 +-0.152343750000 +0.047851562500 +-0.070312500000 +-0.238281250000 +-0.025390625000 +0.043945312500 +0.045898437500 +-0.215820312500 +-0.015625000000 +-0.009033203125 +-0.157226562500 +0.079589843750 +-0.285156250000 +-0.110839843750 +0.093750000000 +0.096191406250 +-0.060546875000 +0.083496093750 +0.043701171875 +-0.392578125000 +0.091796875000 +0.090332031250 +0.086914062500 +0.078125000000 +-0.180664062500 +0.174804687500 +-0.017333984375 +-0.121582031250 +0.228515625000 +0.157226562500 +-0.048095703125 +0.054687500000 +0.026367187500 +-0.017700195312 +-0.204101562500 +0.216796875000 +-0.000071525574 +-0.064941406250 +-0.198242187500 +-0.012329101562 +-0.218750000000 +-0.025024414062 +0.024414062500 +0.018188476562 +-0.292968750000 +-0.045410156250 +0.265625000000 +0.019042968750 +-0.156250000000 +0.333984375000 +0.016113281250 diff --git a/AI_Engine_Development/AIE-MLv2/Design_Tutorials/01-Radio-ML/aie/conv1d_template/w9_bias_trained.txt b/AI_Engine_Development/AIE-MLv2/Design_Tutorials/01-Radio-ML/aie/conv1d_template/w9_bias_trained.txt new file mode 100755 index 0000000000..a9592cccaa --- /dev/null +++ b/AI_Engine_Development/AIE-MLv2/Design_Tutorials/01-Radio-ML/aie/conv1d_template/w9_bias_trained.txt @@ -0,0 +1,64 @@ +0.291015625000 +0.018188476562 +0.127929687500 +-0.250000000000 +-0.296875000000 +0.078613281250 +-0.057617187500 +-0.061767578125 +0.087890625000 +0.025268554688 +0.201171875000 +0.079589843750 +-0.249023437500 +0.185546875000 +-0.059814453125 +0.099609375000 +-0.051513671875 +-0.015136718750 +0.143554687500 +0.177734375000 +-0.163085937500 +0.226562500000 +-0.138671875000 +0.027709960938 +-0.049072265625 +0.028198242188 +-0.177734375000 +-0.103515625000 +0.027343750000 +0.025024414062 +0.051269531250 +-0.030639648438 +0.279296875000 +0.005249023438 +-0.134765625000 +0.115722656250 +0.135742187500 +0.029296875000 +0.153320312500 +0.113769531250 +-0.083984375000 +-0.265625000000 +0.126953125000 +-0.181640625000 +0.075195312500 +0.035888671875 +0.135742187500 +0.285156250000 +0.261718750000 +0.087402343750 +-0.197265625000 +-0.388671875000 +-0.221679687500 +0.149414062500 +0.092285156250 +0.077148437500 +-0.037353515625 +-0.279296875000 +0.265625000000 +-0.057128906250 +0.232421875000 +-0.106933593750 +-0.007385253906 +-0.181640625000 diff --git a/AI_Engine_Development/AIE-MLv2/Design_Tutorials/01-Radio-ML/aie/conv1d_template/w9_weights_trained.txt b/AI_Engine_Development/AIE-MLv2/Design_Tutorials/01-Radio-ML/aie/conv1d_template/w9_weights_trained.txt new file mode 100755 index 0000000000..bfe643c289 --- /dev/null +++ b/AI_Engine_Development/AIE-MLv2/Design_Tutorials/01-Radio-ML/aie/conv1d_template/w9_weights_trained.txt @@ -0,0 +1,28672 @@ +-0.166992187500 +-0.127929687500 +-0.031127929688 +-0.220703125000 +-0.153320312500 +-0.683593750000 +0.000823974609 +-0.001846313477 +0.019409179688 +-0.539062500000 +-0.183593750000 +-0.189453125000 +0.071289062500 +-0.023925781250 +-0.304687500000 +-0.126953125000 +-0.090820312500 +-0.147460937500 +0.066894531250 +-0.204101562500 +0.302734375000 +0.040771484375 +0.216796875000 +-0.134765625000 +0.071289062500 +-0.296875000000 +-0.121582031250 +0.114257812500 +-0.160156250000 +0.091308593750 +0.163085937500 +0.028564453125 +0.060791015625 +0.375000000000 +0.024902343750 +-0.349609375000 +-0.151367187500 +-0.143554687500 +-0.004486083984 +-0.015319824219 +-0.094726562500 +-0.515625000000 +-0.496093750000 +0.022216796875 +0.193359375000 +0.644531250000 +-0.088867187500 +0.133789062500 +-0.005279541016 +0.150390625000 +-0.187500000000 +-0.470703125000 +-0.059570312500 +-0.251953125000 +0.103027343750 +-0.135742187500 +-0.163085937500 +-0.108886718750 +-0.400390625000 +0.246093750000 +0.059814453125 +-0.275390625000 +-0.233398437500 +0.341796875000 +-0.046386718750 +0.036621093750 +-0.326171875000 +-0.165039062500 +-0.117187500000 +-0.074218750000 +0.241210937500 +0.222656250000 +-0.324218750000 +-0.113281250000 +-0.115722656250 +-0.105957031250 +0.008422851562 +-0.150390625000 +0.059326171875 +-0.255859375000 +-0.053222656250 +0.025634765625 +0.056396484375 +-0.045898437500 +0.041748046875 +-0.002090454102 +0.160156250000 +0.094726562500 +0.078125000000 +-0.167968750000 +0.157226562500 +-0.052246093750 +-0.104980468750 +-0.059082031250 +-0.091308593750 +-0.071289062500 +-0.124511718750 +-0.071289062500 +-0.071777343750 +0.052246093750 +-0.093750000000 +-0.050781250000 +-0.207031250000 +-0.012573242188 +-0.026367187500 +0.182617187500 +-0.140625000000 +-0.232421875000 +-0.394531250000 +0.306640625000 +0.238281250000 +-0.019897460938 +0.003036499023 +-0.099609375000 +0.023803710938 +-0.075683593750 +-0.089355468750 +-0.233398437500 +0.081054687500 +0.031494140625 +-0.365234375000 +0.076171875000 +-0.014709472656 +-0.044189453125 +0.184570312500 +0.017333984375 +0.120605468750 +-0.234375000000 +0.061767578125 +-0.196289062500 +0.039062500000 +0.112792968750 +0.065429687500 +-0.343750000000 +-0.123046875000 +0.140625000000 +-0.051025390625 +0.072265625000 +0.020507812500 +0.103027343750 +-0.028076171875 +-0.030395507812 +-0.006561279297 +0.028686523438 +-0.145507812500 +0.016601562500 +-0.108398437500 +-0.229492187500 +-0.067871093750 +0.004180908203 +-0.063964843750 +0.041259765625 +0.085937500000 +-0.053955078125 +-0.033203125000 +-0.265625000000 +0.003036499023 +-0.021972656250 +-0.005004882812 +-0.025512695312 +-0.223632812500 +-0.179687500000 +0.023315429688 +0.040039062500 +-0.237304687500 +-0.028564453125 +-0.069335937500 +0.143554687500 +-0.095214843750 +0.113281250000 +-0.035644531250 +0.221679687500 +-0.023315429688 +0.140625000000 +-0.091308593750 +-0.121093750000 +-0.009399414062 +-0.054687500000 +-0.203125000000 +-0.212890625000 +0.007659912109 +0.005798339844 +-0.003189086914 +-0.085937500000 +-0.028076171875 +0.333984375000 +-0.108398437500 +0.025024414062 +-0.034179687500 +0.045410156250 +0.125000000000 +-0.013549804688 +-0.255859375000 +0.107910156250 +-0.136718750000 +-0.106445312500 +0.041503906250 +0.198242187500 +-0.100585937500 +0.103027343750 +0.069335937500 +-0.011657714844 +0.127929687500 +-0.124023437500 +-0.045410156250 +-0.011718750000 +-0.085449218750 +-0.056152343750 +-0.312500000000 +-0.041503906250 +-0.082519531250 +-0.251953125000 +0.045654296875 +-0.143554687500 +-0.095703125000 +0.099609375000 +0.082519531250 +-0.219726562500 +0.011047363281 +-0.068359375000 +-0.039062500000 +-0.005950927734 +-0.006469726562 +0.045166015625 +0.201171875000 +0.011901855469 +-0.166015625000 +-0.380859375000 +-0.314453125000 +-0.073730468750 +-0.066406250000 +0.089355468750 +0.003723144531 +-0.092285156250 +-0.037597656250 +-0.125000000000 +0.053955078125 +-0.114257812500 +-0.054443359375 +0.228515625000 +-0.025756835938 +-0.033203125000 +-0.030273437500 +-0.005737304688 +0.103027343750 +-0.163085937500 +0.030517578125 +0.237304687500 +-0.067382812500 +0.000394821167 +-0.283203125000 +-0.050048828125 +0.134765625000 +-0.061767578125 +-0.219726562500 +0.005920410156 +0.154296875000 +0.070800781250 +0.014953613281 +-0.285156250000 +-0.200195312500 +0.005950927734 +0.127929687500 +0.143554687500 +0.160156250000 +0.068847656250 +0.112304687500 +0.137695312500 +0.130859375000 +-0.070800781250 +0.002899169922 +-0.018188476562 +0.026123046875 +-0.066894531250 +0.010986328125 +-0.156250000000 +-0.045410156250 +-0.210937500000 +0.140625000000 +0.328125000000 +0.070312500000 +0.099609375000 +0.091796875000 +-0.156250000000 +0.057861328125 +0.043212890625 +-0.018920898438 +-0.025512695312 +0.001441955566 +0.029174804688 +-0.080566406250 +0.048583984375 +0.390625000000 +-0.137695312500 +0.031005859375 +0.028320312500 +-0.075683593750 +-0.023925781250 +-0.065429687500 +-0.039306640625 +0.320312500000 +0.170898437500 +0.029052734375 +0.075195312500 +-0.035156250000 +-0.054687500000 +0.021240234375 +0.054931640625 +0.005523681641 +0.261718750000 +-0.043945312500 +0.045166015625 +0.235351562500 +-0.216796875000 +-0.412109375000 +-0.035156250000 +0.017089843750 +0.042480468750 +0.146484375000 +0.097167968750 +-0.238281250000 +0.042236328125 +0.050292968750 +-0.072753906250 +-0.036865234375 +-0.216796875000 +-0.091308593750 +0.194335937500 +-0.128906250000 +-0.026733398438 +-0.035156250000 +-0.056640625000 +-0.234375000000 +-0.050537109375 +0.016601562500 +0.025146484375 +0.318359375000 +0.049316406250 +0.076660156250 +-0.018554687500 +0.006683349609 +0.108398437500 +-0.026733398438 +0.167968750000 +0.141601562500 +0.023925781250 +0.111816406250 +-0.193359375000 +0.051513671875 +-0.010314941406 +0.026855468750 +-0.027832031250 +-0.240234375000 +-0.302734375000 +0.203125000000 +-0.124511718750 +-0.088867187500 +0.101562500000 +-0.087402343750 +-0.193359375000 +-0.208984375000 +-0.191406250000 +0.032714843750 +0.298828125000 +-0.115722656250 +0.044189453125 +0.080566406250 +-0.083007812500 +-0.185546875000 +0.067382812500 +-0.073730468750 +-0.003128051758 +-0.079101562500 +-0.005889892578 +-0.127929687500 +-0.102539062500 +-0.069335937500 +-0.273437500000 +-0.345703125000 +-0.212890625000 +-0.382812500000 +-0.014648437500 +0.007537841797 +0.048095703125 +0.039794921875 +0.060058593750 +-0.223632812500 +0.001220703125 +0.074707031250 +-0.225585937500 +0.142578125000 +0.073242187500 +-0.476562500000 +0.044921875000 +-0.224609375000 +-0.016113281250 +-0.267578125000 +-0.195312500000 +-0.019287109375 +-0.332031250000 +-0.279296875000 +-0.031127929688 +-0.149414062500 +-0.074218750000 +0.045166015625 +-0.110351562500 +0.082519531250 +0.023925781250 +0.030883789062 +-0.025024414062 +-0.140625000000 +0.099609375000 +-0.184570312500 +0.036621093750 +-0.048828125000 +-0.099609375000 +-0.296875000000 +-0.103515625000 +-0.137695312500 +0.068847656250 +-0.085937500000 +-0.066894531250 +-0.112304687500 +0.069335937500 +0.110351562500 +0.159179687500 +0.017700195312 +0.041503906250 +-0.500000000000 +0.182617187500 +0.038574218750 +0.047363281250 +-0.001029968262 +-0.045410156250 +-0.067871093750 +-0.013732910156 +-0.040283203125 +-0.091796875000 +0.086914062500 +-0.183593750000 +-0.306640625000 +0.055419921875 +0.180664062500 +0.006195068359 +0.085937500000 +-0.038085937500 +0.085937500000 +-0.093750000000 +-0.073242187500 +0.004913330078 +-0.046142578125 +-0.157226562500 +-0.019653320312 +-0.066894531250 +-0.142578125000 +-0.044677734375 +-0.043701171875 +-0.062988281250 +0.002304077148 +0.073730468750 +-0.018676757812 +0.001190185547 +-0.292968750000 +0.164062500000 +0.000379562378 +-0.068359375000 +0.066894531250 +-0.081054687500 +0.043212890625 +-0.026245117188 +-0.183593750000 +-0.267578125000 +-0.011291503906 +0.169921875000 +0.013610839844 +0.025390625000 +-0.065917968750 +0.059570312500 +0.000122070312 +0.009948730469 +0.135742187500 +0.171875000000 +-0.118164062500 +0.065917968750 +0.068359375000 +-0.022338867188 +-0.023071289062 +-0.018920898438 +-0.208984375000 +0.013061523438 +-0.076660156250 +0.003936767578 +0.100585937500 +0.061279296875 +-0.165039062500 +0.023559570312 +0.170898437500 +-0.006347656250 +0.140625000000 +0.025878906250 +-0.028076171875 +-0.135742187500 +-0.004577636719 +0.065429687500 +0.110351562500 +-0.018554687500 +-0.003906250000 +0.105468750000 +-0.184570312500 +0.004821777344 +-0.073730468750 +-0.163085937500 +0.034179687500 +-0.099121093750 +-0.462890625000 +-0.172851562500 +-0.166992187500 +-0.081542968750 +0.108398437500 +0.100585937500 +0.112792968750 +0.032714843750 +0.120605468750 +0.028686523438 +0.112792968750 +-0.091308593750 +0.164062500000 +0.045166015625 +-0.038085937500 +-0.068847656250 +-0.094726562500 +0.065429687500 +-0.119140625000 +-0.070800781250 +0.003402709961 +-0.124023437500 +0.081054687500 +-0.041992187500 +0.076660156250 +0.116210937500 +-0.032714843750 +-0.144531250000 +-0.129882812500 +-0.083496093750 +-0.026000976562 +0.058837890625 +-0.159179687500 +-0.078125000000 +0.000812530518 +0.045898437500 +0.025756835938 +-0.068359375000 +-0.034667968750 +-0.066406250000 +-0.166992187500 +0.101074218750 +-0.183593750000 +-0.049560546875 +-0.026245117188 +-0.034179687500 +-0.000923156738 +-0.014038085938 +-0.042236328125 +-0.050292968750 +0.015258789062 +-0.275390625000 +-0.027954101562 +-0.144531250000 +-0.023559570312 +0.027832031250 +0.093261718750 +-0.198242187500 +0.241210937500 +-0.033935546875 +0.166015625000 +-0.114257812500 +0.022827148438 +-0.166015625000 +0.030273437500 +-0.095703125000 +-0.137695312500 +0.021484375000 +0.330078125000 +0.304687500000 +-0.123046875000 +-0.257812500000 +-0.175781250000 +0.030761718750 +0.098632812500 +-0.079101562500 +-0.231445312500 +-0.412109375000 +0.039306640625 +0.085449218750 +-0.170898437500 +0.020751953125 +0.078125000000 +0.107910156250 +-0.116210937500 +-0.065917968750 +0.005035400391 +-0.113281250000 +-0.087402343750 +0.094726562500 +-0.087890625000 +-0.078125000000 +-0.072265625000 +0.071777343750 +-0.102539062500 +0.100097656250 +-0.021240234375 +0.002853393555 +-0.067382812500 +-0.159179687500 +-0.191406250000 +0.122070312500 +0.187500000000 +0.128906250000 +0.104492187500 +-0.632812500000 +-0.175781250000 +0.037109375000 +-0.109863281250 +0.007263183594 +0.012451171875 +-0.059570312500 +-0.124511718750 +-0.019531250000 +0.067382812500 +0.032958984375 +0.036865234375 +-0.058105468750 +0.001983642578 +-0.040039062500 +0.012939453125 +0.341796875000 +0.227539062500 +-0.015991210938 +-0.137695312500 +0.213867187500 +0.085937500000 +0.097656250000 +0.123535156250 +-0.007659912109 +0.010131835938 +-0.291015625000 +-0.208984375000 +0.097167968750 +-0.107421875000 +-0.472656250000 +0.057861328125 +0.020996093750 +-0.145507812500 +0.088867187500 +-0.068847656250 +0.042968750000 +-0.035644531250 +0.013854980469 +-0.026611328125 +0.056396484375 +0.013427734375 +-0.122558593750 +-0.077148437500 +-0.008544921875 +-0.062500000000 +-0.018798828125 +0.007232666016 +-0.049316406250 +-0.002365112305 +-0.004821777344 +0.018920898438 +0.038574218750 +-0.209960937500 +-0.082031250000 +-0.092285156250 +-0.077148437500 +-0.152343750000 +0.017211914062 +0.107910156250 +0.054443359375 +-0.186523437500 +0.044433593750 +-0.017456054688 +0.242187500000 +-0.050537109375 +0.135742187500 +-0.208007812500 +-0.169921875000 +-0.051025390625 +0.027343750000 +-0.088378906250 +-0.153320312500 +0.031250000000 +0.057128906250 +-0.079101562500 +-0.101562500000 +-0.012023925781 +0.041015625000 +-0.296875000000 +0.002761840820 +-0.048583984375 +0.234375000000 +0.064453125000 +-0.161132812500 +0.263671875000 +0.166015625000 +0.251953125000 +-0.216796875000 +0.250000000000 +-0.149414062500 +-0.251953125000 +-0.156250000000 +-0.139648437500 +-0.198242187500 +0.156250000000 +0.034912109375 +0.298828125000 +0.041259765625 +-0.357421875000 +0.410156250000 +0.034912109375 +0.163085937500 +-0.066406250000 +-0.169921875000 +0.013366699219 +0.046142578125 +-0.068359375000 +-0.312500000000 +0.087890625000 +-0.029418945312 +0.249023437500 +-0.058349609375 +-0.082031250000 +-0.046630859375 +0.001777648926 +-0.013854980469 +0.078613281250 +0.130859375000 +-0.149414062500 +0.145507812500 +-0.134765625000 +0.123535156250 +0.000293731689 +0.134765625000 +0.168945312500 +-0.099121093750 +-0.365234375000 +0.098144531250 +0.075683593750 +0.232421875000 +0.174804687500 +0.104492187500 +0.007873535156 +-0.142578125000 +0.147460937500 +-0.009338378906 +0.160156250000 +-0.236328125000 +-0.060546875000 +0.141601562500 +-0.232421875000 +0.056152343750 +0.006011962891 +0.145507812500 +-0.302734375000 +-0.228515625000 +-0.076660156250 +-0.248046875000 +-0.423828125000 +0.095214843750 +-0.116699218750 +-0.519531250000 +-0.080566406250 +-0.375000000000 +-0.067382812500 +0.005004882812 +0.113281250000 +0.022705078125 +-0.238281250000 +-0.073730468750 +-0.235351562500 +0.053710937500 +-0.406250000000 +0.125000000000 +-0.083984375000 +-0.031494140625 +0.090332031250 +0.056396484375 +-0.054931640625 +-0.001838684082 +-0.080078125000 +-0.210937500000 +-0.100585937500 +-0.058837890625 +-0.101074218750 +0.099121093750 +0.064453125000 +-0.039550781250 +0.015258789062 +0.060302734375 +-0.112304687500 +0.153320312500 +0.080566406250 +-0.322265625000 +0.070312500000 +-0.043945312500 +-0.092285156250 +-0.066406250000 +-0.067871093750 +-0.029052734375 +0.052001953125 +-0.053222656250 +-0.152343750000 +-0.152343750000 +-0.423828125000 +0.209960937500 +-0.033691406250 +-0.022460937500 +0.073730468750 +-0.009460449219 +-0.067871093750 +-0.126953125000 +-0.013000488281 +-0.134765625000 +0.074707031250 +0.046875000000 +-0.206054687500 +-0.165039062500 +-0.088867187500 +0.158203125000 +-0.063964843750 +-0.028442382812 +0.291015625000 +0.059570312500 +0.031738281250 +-0.110351562500 +0.414062500000 +0.204101562500 +-0.546875000000 +-0.441406250000 +-0.375000000000 +-0.174804687500 +0.090820312500 +-0.024047851562 +-0.146484375000 +0.045654296875 +0.123046875000 +0.292968750000 +0.088867187500 +0.014465332031 +-0.238281250000 +-0.176757812500 +-0.217773437500 +0.037109375000 +-0.138671875000 +0.173828125000 +-0.150390625000 +0.170898437500 +0.218750000000 +0.025268554688 +-0.108398437500 +0.257812500000 +-0.275390625000 +-0.040527343750 +0.072753906250 +-0.269531250000 +-0.049560546875 +0.132812500000 +-0.002609252930 +0.092773437500 +-0.061523437500 +-0.104492187500 +-0.127929687500 +-0.357421875000 +-0.273437500000 +0.188476562500 +0.104492187500 +-0.123046875000 +0.378906250000 +-0.031005859375 +-0.134765625000 +-0.042236328125 +-0.128906250000 +0.023681640625 +-0.119628906250 +0.067382812500 +-0.017700195312 +0.207031250000 +-0.033935546875 +-0.030517578125 +0.063476562500 +0.180664062500 +-0.121582031250 +0.195312500000 +-0.119140625000 +-0.089355468750 +-0.014404296875 +-0.035400390625 +-0.038818359375 +-0.068847656250 +0.008361816406 +-0.259765625000 +0.054199218750 +0.014221191406 +-0.068847656250 +0.144531250000 +-0.263671875000 +0.031250000000 +0.017456054688 +0.108886718750 +0.024658203125 +0.245117187500 +-0.120605468750 +-0.060791015625 +-0.083007812500 +0.005798339844 +0.077148437500 +-0.157226562500 +-0.079589843750 +0.038330078125 +0.053955078125 +0.013244628906 +0.245117187500 +0.065429687500 +-0.011779785156 +-0.084472656250 +-0.026367187500 +0.077636718750 +-0.098144531250 +0.014892578125 +-0.131835937500 +-0.072265625000 +-0.361328125000 +0.123046875000 +-0.087402343750 +0.079589843750 +0.113281250000 +0.052978515625 +0.076171875000 +0.308593750000 +0.011840820312 +0.106445312500 +-0.054687500000 +-0.126953125000 +-0.200195312500 +-0.006500244141 +-0.084472656250 +-0.190429687500 +-0.038574218750 +0.097167968750 +-0.122558593750 +-0.275390625000 +-0.050781250000 +0.265625000000 +-0.066894531250 +-0.011169433594 +0.061767578125 +0.108398437500 +0.062500000000 +-0.194335937500 +0.017211914062 +-0.043945312500 +-0.304687500000 +0.043457031250 +-0.034667968750 +0.109863281250 +-0.077148437500 +0.014282226562 +-0.070800781250 +0.147460937500 +-0.020874023438 +-0.087402343750 +0.030639648438 +-0.010192871094 +-0.058837890625 +-0.143554687500 +-0.044189453125 +-0.030883789062 +-0.028930664062 +-0.054443359375 +-0.009887695312 +0.135742187500 +0.090820312500 +-0.089355468750 +0.150390625000 +-0.008666992188 +0.011047363281 +-0.040039062500 +-0.094238281250 +-0.064941406250 +-0.070312500000 +0.007873535156 +0.155273437500 +0.084472656250 +-0.064453125000 +-0.179687500000 +-0.098632812500 +0.007293701172 +0.004150390625 +0.082519531250 +-0.287109375000 +-0.009826660156 +0.018066406250 +0.002868652344 +0.036621093750 +0.119628906250 +-0.003906250000 +0.035400390625 +0.110351562500 +0.026489257812 +0.103027343750 +0.030517578125 +0.065429687500 +0.061523437500 +0.071289062500 +-0.353515625000 +-0.106445312500 +0.083007812500 +0.197265625000 +-0.118652343750 +0.021728515625 +-0.081542968750 +0.046630859375 +0.075683593750 +0.022216796875 +-0.149414062500 +-0.308593750000 +-0.065429687500 +0.304687500000 +-0.031250000000 +-0.141601562500 +0.194335937500 +-0.359375000000 +-0.416015625000 +0.058349609375 +-0.104492187500 +-0.051025390625 +-0.250000000000 +0.044189453125 +-0.324218750000 +-0.094726562500 +-0.019287109375 +-0.273437500000 +-0.011352539062 +-0.095703125000 +-0.423828125000 +-0.263671875000 +0.007446289062 +-0.041748046875 +0.050781250000 +0.006896972656 +-0.024780273438 +-0.320312500000 +-0.102539062500 +-0.021728515625 +-0.300781250000 +-0.142578125000 +0.108886718750 +0.019653320312 +-0.064941406250 +-0.070312500000 +-0.125000000000 +0.193359375000 +-0.022583007812 +0.249023437500 +-0.094238281250 +-0.134765625000 +0.122558593750 +-0.108886718750 +0.287109375000 +0.251953125000 +-0.077148437500 +-0.098632812500 +-0.130859375000 +-0.279296875000 +-0.237304687500 +-0.037597656250 +-0.271484375000 +-0.056640625000 +-0.093750000000 +0.167968750000 +-0.159179687500 +-0.032714843750 +-0.193359375000 +-0.088867187500 +0.166992187500 +0.176757812500 +-0.429687500000 +-0.034423828125 +-0.069335937500 +0.016357421875 +-0.180664062500 +-0.046142578125 +0.074707031250 +-0.130859375000 +0.251953125000 +-0.012084960938 +0.016235351562 +0.112792968750 +0.000778198242 +0.179687500000 +-0.007232666016 +-0.014526367188 +0.055664062500 +-0.010314941406 +0.038574218750 +-0.034912109375 +-0.019653320312 +-0.128906250000 +-0.031982421875 +0.001373291016 +0.098632812500 +0.107421875000 +0.079589843750 +0.209960937500 +-0.029785156250 +-0.054931640625 +-0.181640625000 +0.031494140625 +0.075195312500 +0.166992187500 +0.113769531250 +-0.210937500000 +-0.100097656250 +-0.138671875000 +-0.176757812500 +-0.034667968750 +-0.062988281250 +0.078125000000 +0.055419921875 +0.129882812500 +-0.107421875000 +-0.008422851562 +-0.020263671875 +-0.215820312500 +0.046386718750 +0.005279541016 +-0.049072265625 +0.078613281250 +0.024414062500 +-0.096191406250 +0.071289062500 +0.105468750000 +-0.156250000000 +-0.073730468750 +0.131835937500 +-0.049072265625 +0.112792968750 +-0.384765625000 +-0.086425781250 +0.093750000000 +-0.035888671875 +-0.140625000000 +0.048339843750 +0.045410156250 +0.021362304688 +-0.038330078125 +0.084472656250 +-0.104492187500 +-0.047119140625 +-0.126953125000 +0.126953125000 +0.072265625000 +0.013000488281 +0.066894531250 +0.103515625000 +-0.022338867188 +-0.010864257812 +0.035156250000 +0.014526367188 +-0.058105468750 +0.210937500000 +-0.057861328125 +-0.022216796875 +-0.050048828125 +-0.018066406250 +-0.008972167969 +0.008483886719 +0.048339843750 +0.073730468750 +-0.013366699219 +-0.030395507812 +0.064941406250 +-0.132812500000 +-0.061279296875 +-0.335937500000 +0.059326171875 +-0.021606445312 +-0.101562500000 +0.129882812500 +0.065429687500 +0.014526367188 +0.169921875000 +0.015869140625 +0.136718750000 +0.114257812500 +-0.065917968750 +0.154296875000 +0.194335937500 +0.029052734375 +-0.067871093750 +0.085937500000 +-0.016357421875 +-0.122558593750 +-0.088867187500 +-0.088378906250 +0.033447265625 +-0.007476806641 +-0.126953125000 +0.006439208984 +-0.057128906250 +-0.187500000000 +-0.085449218750 +-0.033447265625 +-0.030151367188 +-0.072753906250 +0.091308593750 +0.099609375000 +-0.174804687500 +-0.034179687500 +-0.316406250000 +-0.057861328125 +0.093261718750 +0.093261718750 +0.124023437500 +0.241210937500 +-0.291015625000 +-0.137695312500 +0.259765625000 +-0.279296875000 +0.248046875000 +0.009948730469 +0.156250000000 +-0.134765625000 +-0.025512695312 +0.291015625000 +0.038574218750 +0.261718750000 +-0.053466796875 +-0.135742187500 +0.221679687500 +0.021850585938 +0.135742187500 +0.166015625000 +0.029174804688 +-0.531250000000 +0.092773437500 +-0.171875000000 +0.157226562500 +0.157226562500 +0.084960937500 +0.158203125000 +0.136718750000 +0.218750000000 +0.075195312500 +0.057373046875 +0.173828125000 +-0.131835937500 +0.330078125000 +0.141601562500 +0.239257812500 +-0.001998901367 +-0.003997802734 +-0.249023437500 +-0.488281250000 +0.121582031250 +-0.179687500000 +0.200195312500 +0.020507812500 +-0.034179687500 +-0.014221191406 +-0.077636718750 +0.144531250000 +-0.116699218750 +0.296875000000 +-0.271484375000 +0.197265625000 +0.142578125000 +0.117187500000 +0.109863281250 +-0.088867187500 +0.018432617188 +0.144531250000 +0.043457031250 +0.210937500000 +0.074707031250 +0.147460937500 +0.093261718750 +-0.045410156250 +-0.050537109375 +-0.251953125000 +-0.013977050781 +0.038085937500 +-0.010498046875 +-0.083496093750 +-0.166015625000 +-0.211914062500 +-0.024658203125 +0.045654296875 +0.012084960938 +-0.010986328125 +-0.190429687500 +0.119628906250 +-0.244140625000 +0.088867187500 +0.050048828125 +-0.003570556641 +-0.131835937500 +-0.061523437500 +0.104003906250 +0.089355468750 +-0.063964843750 +-0.080078125000 +0.091308593750 +0.002670288086 +-0.116210937500 +-0.184570312500 +-0.194335937500 +-0.070800781250 +-0.273437500000 +-0.111328125000 +0.057861328125 +0.084960937500 +-0.049072265625 +0.234375000000 +-0.190429687500 +0.000675201416 +0.298828125000 +-0.120605468750 +-0.021362304688 +-0.050292968750 +-0.006835937500 +0.000743865967 +0.117187500000 +0.027343750000 +-0.174804687500 +0.074218750000 +0.175781250000 +-0.104980468750 +-0.103515625000 +0.172851562500 +0.166015625000 +0.134765625000 +0.186523437500 +-0.490234375000 +-0.316406250000 +-0.080566406250 +-0.176757812500 +0.213867187500 +-0.088378906250 +-0.186523437500 +0.085449218750 +0.114746093750 +-0.206054687500 +-0.098144531250 +-0.314453125000 +0.105957031250 +-0.002532958984 +-0.095214843750 +0.261718750000 +-0.120605468750 +0.038818359375 +0.004516601562 +-0.076171875000 +0.302734375000 +0.002334594727 +-0.086425781250 +0.008666992188 +0.029296875000 +0.145507812500 +0.145507812500 +-0.059326171875 +0.086914062500 +-0.222656250000 +0.016479492188 +0.154296875000 +0.181640625000 +0.084960937500 +-0.085449218750 +-0.168945312500 +0.010986328125 +0.124023437500 +0.171875000000 +-0.172851562500 +-0.208984375000 +-0.441406250000 +0.017822265625 +0.227539062500 +0.025268554688 +0.019531250000 +-0.175781250000 +0.167968750000 +-0.001983642578 +0.000110149384 +-0.078125000000 +-0.038085937500 +0.052001953125 +0.029174804688 +0.067382812500 +-0.209960937500 +0.155273437500 +0.132812500000 +-0.245117187500 +0.051757812500 +-0.061035156250 +-0.177734375000 +-0.267578125000 +0.132812500000 +0.050781250000 +-0.049804687500 +-0.052734375000 +0.016357421875 +0.050537109375 +-0.153320312500 +-0.023559570312 +0.142578125000 +0.100097656250 +0.046142578125 +0.055908203125 +0.040283203125 +0.224609375000 +0.022827148438 +0.097167968750 +-0.104980468750 +0.086914062500 +0.090820312500 +-0.027099609375 +-0.163085937500 +-0.029541015625 +-0.069824218750 +-0.022705078125 +-0.114257812500 +-0.038818359375 +-0.121582031250 +0.125000000000 +-0.005523681641 +0.079101562500 +-0.040527343750 +-0.003753662109 +0.003234863281 +-0.118164062500 +-0.072753906250 +-0.185546875000 +-0.059814453125 +0.009033203125 +-0.150390625000 +-0.310546875000 +0.190429687500 +-0.176757812500 +0.012817382812 +-0.038085937500 +-0.167968750000 +0.160156250000 +-0.135742187500 +-0.052978515625 +-0.237304687500 +0.116699218750 +-0.070312500000 +0.031250000000 +-0.010498046875 +-0.117187500000 +-0.710937500000 +0.029296875000 +-0.047363281250 +0.049072265625 +-0.104492187500 +0.052978515625 +-0.022949218750 +0.045654296875 +-0.154296875000 +0.063476562500 +0.038574218750 +0.057128906250 +-0.011352539062 +-0.026000976562 +-0.188476562500 +-0.310546875000 +0.337890625000 +0.128906250000 +-0.047851562500 +-0.417968750000 +-0.462890625000 +-0.070800781250 +0.119140625000 +-0.027954101562 +-0.116210937500 +-0.166992187500 +-0.178710937500 +0.226562500000 +0.069335937500 +-0.191406250000 +0.112304687500 +0.217773437500 +0.090820312500 +0.212890625000 +-0.169921875000 +-0.027221679688 +-0.027709960938 +-0.139648437500 +0.136718750000 +-0.462890625000 +0.046142578125 +-0.144531250000 +-0.296875000000 +-0.086914062500 +-0.636718750000 +0.113281250000 +-0.231445312500 +-0.460937500000 +-0.482421875000 +-0.013916015625 +-0.138671875000 +0.009765625000 +-0.204101562500 +0.103515625000 +0.300781250000 +-0.640625000000 +0.263671875000 +0.421875000000 +-0.140625000000 +-0.077148437500 +0.098144531250 +-0.100585937500 +0.250000000000 +-0.275390625000 +0.212890625000 +0.037109375000 +0.173828125000 +-0.562500000000 +-0.253906250000 +-0.085449218750 +-0.103027343750 +-0.170898437500 +0.080078125000 +0.009094238281 +0.154296875000 +-0.184570312500 +0.292968750000 +0.209960937500 +-0.197265625000 +-0.308593750000 +-0.102539062500 +-0.093750000000 +-0.145507812500 +0.285156250000 +0.289062500000 +0.236328125000 +-0.140625000000 +0.080566406250 +0.004150390625 +-0.294921875000 +0.239257812500 +-0.153320312500 +-0.060058593750 +-0.156250000000 +-0.194335937500 +0.026245117188 +-0.085449218750 +-0.043945312500 +-0.287109375000 +0.152343750000 +0.079589843750 +-0.116699218750 +-0.196289062500 +0.228515625000 +0.036376953125 +-0.036376953125 +-0.044189453125 +0.090332031250 +0.142578125000 +-0.138671875000 +-0.154296875000 +0.028808593750 +-0.010620117188 +-0.201171875000 +-0.069335937500 +0.056396484375 +0.013122558594 +-0.312500000000 +-0.054199218750 +0.240234375000 +0.137695312500 +-0.098632812500 +0.047851562500 +-0.124511718750 +-0.073242187500 +0.199218750000 +-0.121093750000 +0.050781250000 +-0.064941406250 +-0.425781250000 +-0.068847656250 +0.306640625000 +-0.002471923828 +-0.105468750000 +-0.158203125000 +-0.035888671875 +-0.221679687500 +0.030395507812 +0.099609375000 +-0.109375000000 +-0.070800781250 +0.108886718750 +0.188476562500 +-0.144531250000 +-0.253906250000 +-0.145507812500 +-0.166015625000 +0.261718750000 +-0.090332031250 +0.014892578125 +0.055664062500 +0.006072998047 +-0.085449218750 +0.156250000000 +-0.028320312500 +0.208007812500 +-0.062255859375 +0.072265625000 +-0.007873535156 +-0.053955078125 +0.010314941406 +-0.001640319824 +0.145507812500 +-0.064941406250 +0.115234375000 +-0.017700195312 +-0.026367187500 +0.064941406250 +0.023437500000 +0.018066406250 +-0.107421875000 +0.130859375000 +0.141601562500 +-0.157226562500 +0.074707031250 +0.001968383789 +0.030273437500 +0.092285156250 +0.050292968750 +0.164062500000 +-0.064941406250 +-0.010803222656 +0.065917968750 +-0.001899719238 +0.058349609375 +0.024536132812 +-0.203125000000 +-0.142578125000 +0.028076171875 +-0.069824218750 +0.047607421875 +0.084960937500 +0.041992187500 +-0.088378906250 +-0.069335937500 +0.123535156250 +-0.386718750000 +-0.049316406250 +-0.017578125000 +-0.197265625000 +-0.265625000000 +0.108398437500 +0.051025390625 +0.027343750000 +-0.032714843750 +0.032958984375 +0.119628906250 +0.077636718750 +-0.147460937500 +0.029541015625 +0.057617187500 +0.027832031250 +-0.182617187500 +0.096679687500 +-0.002807617188 +0.102539062500 +0.081054687500 +0.131835937500 +0.060791015625 +-0.004150390625 +0.017822265625 +-0.129882812500 +-0.084472656250 +-0.106933593750 +0.054199218750 +0.063964843750 +0.138671875000 +-0.005279541016 +-0.114257812500 +0.104003906250 +0.041992187500 +0.054687500000 +0.029052734375 +0.065917968750 +0.019531250000 +-0.000740051270 +0.063964843750 +0.034912109375 +-0.376953125000 +-0.083496093750 +0.077636718750 +0.064941406250 +-0.085937500000 +-0.130859375000 +-0.031005859375 +-0.036376953125 +-0.042236328125 +-0.031982421875 +-0.088867187500 +0.032226562500 +0.147460937500 +-0.027709960938 +-0.069824218750 +0.060546875000 +0.027587890625 +0.034423828125 +0.132812500000 +0.022827148438 +0.145507812500 +-0.038574218750 +0.068847656250 +-0.205078125000 +-0.024658203125 +0.166992187500 +-0.183593750000 +0.018432617188 +0.018554687500 +-0.067871093750 +-0.025390625000 +-0.010925292969 +0.016967773438 +0.013671875000 +-0.143554687500 +0.010009765625 +0.328125000000 +-0.030395507812 +-0.094238281250 +-0.243164062500 +-0.073730468750 +-0.005065917969 +-0.006408691406 +0.013061523438 +-0.039062500000 +0.089355468750 +0.058105468750 +-0.154296875000 +0.004486083984 +-0.003616333008 +-0.053222656250 +-0.107421875000 +0.137695312500 +0.065917968750 +-0.147460937500 +0.122070312500 +0.024047851562 +0.013610839844 +-0.085449218750 +-0.058837890625 +0.061767578125 +-0.335937500000 +-0.018676757812 +0.094238281250 +-0.127929687500 +-0.193359375000 +-0.153320312500 +0.046875000000 +0.093750000000 +-0.204101562500 +0.542968750000 +0.075195312500 +0.148437500000 +-0.125000000000 +0.043701171875 +-0.328125000000 +-0.062988281250 +-0.086425781250 +-0.021728515625 +0.068847656250 +0.112792968750 +-0.019775390625 +-0.027099609375 +-0.042968750000 +0.051269531250 +-0.094726562500 +0.010192871094 +-0.109863281250 +0.019897460938 +0.100585937500 +-0.084472656250 +0.375000000000 +0.115722656250 +0.209960937500 +0.357421875000 +-0.105957031250 +-0.108886718750 +0.104492187500 +-0.237304687500 +0.029418945312 +0.013366699219 +-0.216796875000 +0.005401611328 +-0.167968750000 +-0.205078125000 +0.137695312500 +-0.269531250000 +0.180664062500 +0.118652343750 +0.057373046875 +-0.063476562500 +-0.097656250000 +-0.134765625000 +-0.048583984375 +0.093750000000 +0.046875000000 +-0.080566406250 +-0.049316406250 +-0.314453125000 +-0.151367187500 +-0.032714843750 +0.073242187500 +0.053222656250 +0.109863281250 +0.070800781250 +-0.212890625000 +0.251953125000 +-0.106933593750 +-0.017456054688 +0.067382812500 +-0.291015625000 +-0.292968750000 +0.103027343750 +-0.049072265625 +-0.081054687500 +-0.098144531250 +-0.273437500000 +-0.197265625000 +0.165039062500 +-0.306640625000 +0.113769531250 +-0.451171875000 +-0.175781250000 +0.161132812500 +-0.211914062500 +0.014343261719 +-0.578125000000 +0.168945312500 +-0.000212669373 +-0.171875000000 +0.010131835938 +0.291015625000 +0.123046875000 +0.081054687500 +0.027709960938 +0.026733398438 +-0.156250000000 +-0.239257812500 +-0.020996093750 +-0.421875000000 +-0.031738281250 +0.046630859375 +0.115722656250 +-0.029541015625 +0.093750000000 +0.094726562500 +-0.214843750000 +0.041015625000 +0.133789062500 +-0.310546875000 +-0.051025390625 +0.108886718750 +-0.068847656250 +0.081054687500 +-0.001373291016 +0.006195068359 +-0.048095703125 +-0.287109375000 +-0.079101562500 +0.026123046875 +-0.101074218750 +0.081542968750 +0.069335937500 +0.037109375000 +-0.145507812500 +-0.026489257812 +0.009643554688 +-0.060302734375 +0.025024414062 +-0.189453125000 +-0.091796875000 +-0.045898437500 +-0.056152343750 +-0.177734375000 +0.075683593750 +-0.026977539062 +0.120605468750 +0.121093750000 +0.088378906250 +-0.058349609375 +-0.010253906250 +-0.092773437500 +0.062988281250 +0.117675781250 +-0.179687500000 +0.005462646484 +-0.059570312500 +-0.239257812500 +-0.026245117188 +0.048828125000 +0.138671875000 +-0.124023437500 +0.020996093750 +-0.082031250000 +-0.021728515625 +-0.023803710938 +-0.096191406250 +-0.122070312500 +-0.062255859375 +0.135742187500 +0.023193359375 +-0.083984375000 +-0.180664062500 +-0.578125000000 +-0.234375000000 +0.164062500000 +-0.049316406250 +-0.068359375000 +0.084472656250 +-0.337890625000 +0.249023437500 +0.039062500000 +-0.019409179688 +0.086914062500 +-0.068359375000 +0.063476562500 +-0.086914062500 +0.062988281250 +0.067871093750 +-0.107421875000 +-0.134765625000 +-0.098144531250 +-0.101562500000 +-0.051025390625 +0.113769531250 +0.045166015625 +0.124023437500 +-0.169921875000 +-0.037109375000 +-0.145507812500 +0.021484375000 +0.051269531250 +0.009704589844 +-0.075195312500 +-0.261718750000 +0.057617187500 +0.148437500000 +0.003646850586 +0.083496093750 +-0.095214843750 +-0.092285156250 +0.107910156250 +0.083007812500 +-0.083984375000 +-0.071777343750 +-0.213867187500 +0.049804687500 +0.150390625000 +-0.199218750000 +-0.016845703125 +0.027709960938 +0.031250000000 +0.011108398438 +0.024169921875 +-0.047851562500 +0.022216796875 +-0.007781982422 +-0.117187500000 +-0.172851562500 +0.087890625000 +-0.209960937500 +0.118652343750 +0.081054687500 +0.147460937500 +-0.162109375000 +0.075683593750 +-0.157226562500 +-0.203125000000 +-0.036865234375 +0.062988281250 +0.472656250000 +-0.122070312500 +-0.080566406250 +0.021118164062 +0.380859375000 +0.277343750000 +-0.028564453125 +0.095703125000 +0.061279296875 +-0.267578125000 +0.036376953125 +-0.060791015625 +-0.024291992188 +-0.251953125000 +0.160156250000 +0.104492187500 +-0.007141113281 +0.068847656250 +-0.113769531250 +-0.261718750000 +0.121582031250 +-0.091308593750 +-0.033447265625 +0.075195312500 +0.089355468750 +-0.058349609375 +-0.078613281250 +0.265625000000 +0.067871093750 +-0.023559570312 +0.159179687500 +0.117187500000 +-0.041992187500 +0.168945312500 +0.019897460938 +0.082519531250 +-0.224609375000 +-0.106933593750 +-0.235351562500 +0.554687500000 +-0.083984375000 +0.085449218750 +0.048828125000 +-0.121093750000 +0.025268554688 +0.183593750000 +0.229492187500 +-0.114746093750 +0.034912109375 +-0.445312500000 +0.239257812500 +0.271484375000 +0.071289062500 +0.129882812500 +-0.032226562500 +0.238281250000 +-0.207031250000 +-0.281250000000 +0.201171875000 +-0.466796875000 +-0.013244628906 +-0.049804687500 +-0.503906250000 +-0.050781250000 +0.124023437500 +0.027587890625 +-0.044433593750 +-0.259765625000 +0.117675781250 +-0.105468750000 +-0.056884765625 +0.009643554688 +-0.125976562500 +-0.466796875000 +-0.176757812500 +-0.265625000000 +0.010498046875 +0.013366699219 +-0.150390625000 +-0.010925292969 +-0.031494140625 +0.091308593750 +-0.241210937500 +0.007141113281 +-0.071777343750 +-0.148437500000 +-0.087402343750 +-0.054931640625 +-0.028686523438 +0.023071289062 +0.036621093750 +-0.163085937500 +0.086425781250 +0.028442382812 +-0.451171875000 +-0.178710937500 +0.007781982422 +-0.134765625000 +0.026123046875 +-0.089843750000 +-0.096679687500 +0.151367187500 +0.056152343750 +-0.412109375000 +-0.045166015625 +-0.040527343750 +-0.014160156250 +0.039062500000 +0.040771484375 +0.042724609375 +-0.002731323242 +0.009033203125 +0.059326171875 +-0.046630859375 +-0.075195312500 +-0.355468750000 +0.030883789062 +0.084472656250 +-0.221679687500 +-0.119140625000 +0.013183593750 +-0.028198242188 +0.075683593750 +0.111816406250 +0.010253906250 +-0.243164062500 +-0.172851562500 +0.103515625000 +0.005126953125 +0.035888671875 +-0.100585937500 +0.083496093750 +-0.030273437500 +-0.110839843750 +-0.142578125000 +0.021972656250 +-0.086914062500 +0.172851562500 +-0.004577636719 +-0.125976562500 +-0.046386718750 +0.000640869141 +-0.029785156250 +-0.066406250000 +-0.018188476562 +-0.009704589844 +-0.193359375000 +-0.020874023438 +-0.108398437500 +-0.057861328125 +0.039550781250 +0.067871093750 +-0.178710937500 +0.017822265625 +0.097167968750 +-0.002441406250 +-0.085449218750 +0.154296875000 +0.020629882812 +-0.173828125000 +-0.160156250000 +-0.373046875000 +-0.114746093750 +-0.176757812500 +-0.097167968750 +0.132812500000 +-0.082031250000 +-0.283203125000 +-0.000999450684 +-0.012268066406 +0.005462646484 +-0.000934600830 +-0.019531250000 +-0.028442382812 +0.024902343750 +-0.072265625000 +-0.082031250000 +0.091796875000 +0.065429687500 +-0.110351562500 +0.027954101562 +0.251953125000 +0.094238281250 +-0.113769531250 +-0.039794921875 +-0.032714843750 +0.017211914062 +-0.003082275391 +-0.074218750000 +-0.051269531250 +-0.036621093750 +0.174804687500 +0.090820312500 +-0.028442382812 +-0.087402343750 +0.079101562500 +-0.349609375000 +-0.296875000000 +-0.031738281250 +-0.265625000000 +0.073730468750 +-0.054199218750 +0.102539062500 +0.141601562500 +0.064453125000 +-0.035156250000 +-0.056884765625 +-0.078125000000 +0.285156250000 +0.102050781250 +0.048828125000 +-0.075195312500 +-0.202148437500 +-0.124023437500 +-0.097167968750 +0.045898437500 +-0.119628906250 +-0.073242187500 +0.019165039062 +-0.073730468750 +0.128906250000 +0.056884765625 +-0.093750000000 +-0.212890625000 +-0.023559570312 +-0.105957031250 +0.046875000000 +-0.365234375000 +-0.242187500000 +-0.018798828125 +-0.198242187500 +0.209960937500 +-0.091308593750 +0.134765625000 +-0.184570312500 +0.049560546875 +0.014465332031 +0.021728515625 +0.064453125000 +0.014404296875 +-0.001937866211 +0.049804687500 +-0.107421875000 +-0.113769531250 +0.110351562500 +0.017089843750 +-0.027465820312 +-0.049804687500 +0.036865234375 +-0.199218750000 +0.089355468750 +-0.326171875000 +-0.251953125000 +-0.105468750000 +-0.480468750000 +0.044677734375 +-0.253906250000 +0.125000000000 +0.140625000000 +0.178710937500 +0.072265625000 +-0.365234375000 +-0.208007812500 +-0.047851562500 +0.049804687500 +-0.511718750000 +-0.041992187500 +-0.033691406250 +0.077636718750 +-0.009094238281 +0.002838134766 +-0.024902343750 +0.061523437500 +0.102050781250 +-0.174804687500 +-0.057617187500 +-0.294921875000 +-0.128906250000 +-0.110351562500 +-0.071777343750 +-0.127929687500 +0.025268554688 +0.070312500000 +-0.062255859375 +0.034667968750 +0.157226562500 +-0.503906250000 +-0.196289062500 +0.040527343750 +-0.158203125000 +0.127929687500 +-0.010253906250 +-0.036376953125 +-0.043701171875 +0.068847656250 +0.175781250000 +0.039306640625 +-0.182617187500 +0.030395507812 +0.007690429688 +0.023681640625 +-0.028198242188 +-0.035156250000 +-0.047851562500 +0.138671875000 +-0.058105468750 +-0.006927490234 +-0.141601562500 +0.006378173828 +-0.423828125000 +0.212890625000 +0.159179687500 +-0.073730468750 +-0.005340576172 +-0.033203125000 +-0.376953125000 +-0.119628906250 +0.142578125000 +-0.437500000000 +0.041748046875 +0.003814697266 +-0.037841796875 +0.168945312500 +-0.167968750000 +-0.073730468750 +0.059082031250 +0.016113281250 +-0.199218750000 +0.094238281250 +-0.182617187500 +0.060302734375 +-0.045166015625 +-0.006835937500 +-0.063964843750 +0.051757812500 +0.003524780273 +0.114746093750 +0.004028320312 +0.032958984375 +0.095214843750 +0.028930664062 +0.128906250000 +-0.017944335938 +-0.001678466797 +-0.068847656250 +-0.018920898438 +0.002670288086 +0.096191406250 +0.053710937500 +-0.024169921875 +-0.208007812500 +-0.028320312500 +0.060546875000 +0.065917968750 +0.028320312500 +0.437500000000 +0.066406250000 +-0.027465820312 +0.187500000000 +-0.051757812500 +0.067382812500 +0.076660156250 +0.001678466797 +0.004516601562 +-0.033447265625 +-0.100097656250 +-0.052490234375 +0.018188476562 +-0.048339843750 +-0.165039062500 +-0.022583007812 +-0.163085937500 +-0.062988281250 +-0.226562500000 +-0.116699218750 +-0.251953125000 +0.084472656250 +0.046142578125 +-0.023315429688 +-0.271484375000 +0.218750000000 +-0.131835937500 +0.006347656250 +0.059326171875 +0.026733398438 +0.038818359375 +0.071289062500 +-0.062988281250 +-0.022460937500 +0.124511718750 +0.180664062500 +0.045898437500 +-0.074707031250 +-0.281250000000 +0.016357421875 +-0.036865234375 +-0.221679687500 +0.149414062500 +0.273437500000 +-0.085937500000 +0.042968750000 +0.010498046875 +0.218750000000 +-0.119140625000 +0.218750000000 +-0.073730468750 +0.041748046875 +-0.219726562500 +0.016845703125 +0.115234375000 +-0.047607421875 +-0.013671875000 +-0.141601562500 +-0.118164062500 +-0.041992187500 +0.076171875000 +-0.075195312500 +0.199218750000 +-0.117187500000 +0.217773437500 +0.028930664062 +0.163085937500 +0.167968750000 +-0.267578125000 +0.192382812500 +0.013183593750 +0.103515625000 +0.038818359375 +0.074218750000 +-0.285156250000 +0.239257812500 +-0.011718750000 +0.363281250000 +0.035156250000 +0.075195312500 +0.050781250000 +-0.166015625000 +-0.245117187500 +0.014343261719 +0.242187500000 +-0.109375000000 +-0.169921875000 +0.099609375000 +0.074707031250 +-0.179687500000 +0.138671875000 +0.217773437500 +0.247070312500 +-0.217773437500 +-0.153320312500 +0.310546875000 +0.049804687500 +-0.221679687500 +0.062011718750 +-0.041503906250 +-0.149414062500 +0.044677734375 +0.135742187500 +0.025146484375 +-0.012390136719 +0.021118164062 +-0.014404296875 +-0.015014648438 +0.027343750000 +-0.096679687500 +-0.161132812500 +0.269531250000 +0.116210937500 +-0.078125000000 +-0.004028320312 +-0.414062500000 +0.050537109375 +-0.052978515625 +-0.022460937500 +-0.099121093750 +-0.135742187500 +-0.029541015625 +0.265625000000 +-0.210937500000 +-0.148437500000 +0.019287109375 +-0.146484375000 +-0.164062500000 +0.076660156250 +-0.004760742188 +-0.026489257812 +-0.108398437500 +0.185546875000 +-0.158203125000 +-0.069824218750 +-0.204101562500 +-0.157226562500 +-0.111328125000 +-0.039062500000 +-0.104003906250 +0.191406250000 +0.070800781250 +-0.144531250000 +-0.208984375000 +0.018554687500 +0.601562500000 +-0.073730468750 +0.073730468750 +-0.135742187500 +0.131835937500 +0.060546875000 +-0.116699218750 +-0.153320312500 +0.117675781250 +0.045898437500 +-0.195312500000 +-0.089843750000 +-0.037597656250 +0.090332031250 +-0.000999450684 +0.065429687500 +-0.012756347656 +-0.072753906250 +0.043212890625 +-0.073242187500 +0.034912109375 +-0.130859375000 +0.055664062500 +-0.019165039062 +-0.005401611328 +0.136718750000 +0.059814453125 +0.080078125000 +-0.211914062500 +-0.118164062500 +-0.216796875000 +-0.039550781250 +0.029663085938 +0.271484375000 +-0.076660156250 +-0.029785156250 +0.008422851562 +0.029052734375 +0.020263671875 +0.035644531250 +-0.287109375000 +0.068359375000 +-0.007873535156 +-0.101074218750 +-0.063476562500 +-0.121093750000 +-0.094726562500 +-0.233398437500 +-0.166015625000 +-0.002059936523 +-0.028686523438 +-0.076171875000 +0.221679687500 +-0.132812500000 +-0.691406250000 +-0.083496093750 +-0.048339843750 +0.024047851562 +0.073242187500 +0.029541015625 +0.114257812500 +0.034423828125 +0.208984375000 +0.003768920898 +0.180664062500 +-0.141601562500 +-0.012756347656 +-0.162109375000 +0.085449218750 +0.116210937500 +-0.122558593750 +-0.058837890625 +0.017822265625 +0.043701171875 +-0.114746093750 +0.034179687500 +-0.039062500000 +0.006866455078 +0.090820312500 +0.127929687500 +-0.073730468750 +-0.181640625000 +0.094726562500 +-0.039062500000 +0.123046875000 +0.106933593750 +0.182617187500 +0.227539062500 +-0.008117675781 +0.136718750000 +-0.094726562500 +0.074218750000 +-0.067871093750 +-0.078613281250 +-0.149414062500 +-0.124023437500 +-0.074707031250 +0.098144531250 +-0.076660156250 +0.057861328125 +0.025268554688 +-0.089355468750 +-0.040527343750 +-0.277343750000 +0.027709960938 +0.060058593750 +-0.192382812500 +0.075683593750 +0.046875000000 +-0.017211914062 +-0.025878906250 +-0.077148437500 +0.180664062500 +-0.003585815430 +0.143554687500 +0.009643554688 +-0.141601562500 +-0.539062500000 +0.093261718750 +-0.121582031250 +-0.029174804688 +-0.061279296875 +-0.031005859375 +0.060302734375 +0.055175781250 +-0.133789062500 +-0.103515625000 +-0.018310546875 +0.145507812500 +0.040771484375 +-0.155273437500 +-0.215820312500 +0.114746093750 +-0.050537109375 +-0.005371093750 +-0.176757812500 +0.095214843750 +-0.085937500000 +0.078613281250 +0.102050781250 +-0.077148437500 +-0.035888671875 +0.007568359375 +-0.248046875000 +-0.045898437500 +-0.078613281250 +0.013061523438 +-0.112792968750 +-0.030761718750 +-0.141601562500 +-0.169921875000 +-0.157226562500 +-0.022094726562 +0.029663085938 +0.200195312500 +-0.009704589844 +-0.045654296875 +-0.062988281250 +-0.076660156250 +0.039550781250 +-0.052978515625 +0.068359375000 +0.030517578125 +0.096191406250 +0.007690429688 +-0.051269531250 +-0.072265625000 +-0.024902343750 +0.011657714844 +0.003234863281 +-0.026855468750 +-0.024658203125 +0.179687500000 +0.063476562500 +0.021484375000 +0.186523437500 +-0.010131835938 +-0.074218750000 +-0.255859375000 +-0.091308593750 +0.051269531250 +-0.135742187500 +-0.173828125000 +0.148437500000 +-0.051269531250 +0.083496093750 +0.050292968750 +0.014831542969 +0.076171875000 +0.006774902344 +-0.140625000000 +0.058105468750 +0.042236328125 +-0.062988281250 +0.216796875000 +-0.125976562500 +-0.146484375000 +-0.216796875000 +-0.021850585938 +-0.081054687500 +-0.019653320312 +-0.045410156250 +0.121582031250 +-0.024047851562 +-0.267578125000 +0.006072998047 +0.162109375000 +-0.043212890625 +-0.154296875000 +-0.208984375000 +0.049072265625 +-0.048339843750 +-0.152343750000 +0.022338867188 +-0.153320312500 +-0.089843750000 +0.024780273438 +-0.029174804688 +-0.339843750000 +-0.092773437500 +-0.043212890625 +-0.080566406250 +0.003051757812 +-0.008728027344 +-0.102050781250 +0.006286621094 +0.000185966492 +-0.051513671875 +-0.135742187500 +0.002456665039 +0.125976562500 +-0.156250000000 +0.090820312500 +-0.163085937500 +0.008972167969 +0.269531250000 +0.026855468750 +-0.024902343750 +0.021606445312 +-0.136718750000 +0.554687500000 +0.012939453125 +-0.155273437500 +-0.191406250000 +0.042480468750 +-0.144531250000 +0.066894531250 +-0.287109375000 +0.009765625000 +0.106445312500 +0.062011718750 +0.023315429688 +0.045898437500 +0.078125000000 +-0.149414062500 +-0.088378906250 +-0.227539062500 +0.125976562500 +0.110839843750 +-0.052246093750 +-0.024658203125 +0.394531250000 +0.086425781250 +-0.219726562500 +-0.249023437500 +-0.173828125000 +-0.149414062500 +-0.154296875000 +0.079589843750 +-0.021850585938 +-0.036376953125 +-0.049072265625 +-0.102050781250 +-0.072753906250 +-0.093261718750 +0.076171875000 +-0.066406250000 +0.008117675781 +0.046142578125 +0.041992187500 +0.080566406250 +0.055908203125 +-0.069335937500 +0.013427734375 +-0.069335937500 +-0.115234375000 +0.316406250000 +0.138671875000 +0.085449218750 +0.211914062500 +0.014648437500 +-0.143554687500 +-0.003448486328 +0.117675781250 +0.023193359375 +-0.019531250000 +0.021362304688 +-0.002960205078 +-0.330078125000 +-0.310546875000 +0.037841796875 +-0.145507812500 +-0.043457031250 +-0.273437500000 +0.072265625000 +-0.210937500000 +0.169921875000 +0.077636718750 +0.101562500000 +0.134765625000 +-0.054931640625 +-0.034667968750 +-0.136718750000 +-0.001319885254 +-0.080566406250 +0.050048828125 +-0.040527343750 +0.102050781250 +-0.016113281250 +-0.061767578125 +0.132812500000 +-0.148437500000 +-0.046386718750 +0.173828125000 +0.010742187500 +0.101074218750 +-0.017211914062 +-0.289062500000 +0.094238281250 +-0.073242187500 +-0.085449218750 +-0.039550781250 +0.057128906250 +-0.006744384766 +-0.108398437500 +-0.251953125000 +0.112304687500 +-0.189453125000 +-0.123535156250 +0.216796875000 +-0.231445312500 +0.063964843750 +-0.279296875000 +-0.314453125000 +-0.118652343750 +-0.120117187500 +-0.054443359375 +-0.038818359375 +-0.224609375000 +0.047119140625 +-0.097656250000 +0.213867187500 +-0.105468750000 +-0.034667968750 +0.029418945312 +-0.078125000000 +-0.227539062500 +0.133789062500 +0.052978515625 +0.082031250000 +0.036132812500 +-0.024414062500 +-0.170898437500 +-0.275390625000 +0.098144531250 +-0.079101562500 +-0.087890625000 +0.000965118408 +0.107910156250 +0.021240234375 +-0.031494140625 +-0.298828125000 +0.162109375000 +-0.333984375000 +0.147460937500 +-0.207031250000 +-0.279296875000 +0.147460937500 +-0.067382812500 +-0.077636718750 +0.116210937500 +0.045410156250 +-0.051757812500 +0.041992187500 +0.174804687500 +0.043212890625 +0.115234375000 +0.154296875000 +-0.369140625000 +0.009887695312 +-0.205078125000 +-0.027343750000 +0.052978515625 +0.019775390625 +0.116699218750 +0.004638671875 +0.176757812500 +-0.066894531250 +0.009948730469 +-0.090820312500 +0.043457031250 +0.035644531250 +0.024414062500 +0.097167968750 +-0.067871093750 +0.238281250000 +-0.091308593750 +0.178710937500 +0.023315429688 +-0.023437500000 +0.029296875000 +0.050537109375 +0.004364013672 +0.002136230469 +-0.051269531250 +0.031494140625 +0.030883789062 +0.164062500000 +-0.028442382812 +-0.030517578125 +0.029418945312 +0.015747070312 +-0.213867187500 +-0.236328125000 +-0.196289062500 +-0.155273437500 +0.104003906250 +-0.101074218750 +0.166992187500 +0.152343750000 +-0.016357421875 +-0.208007812500 +0.072265625000 +0.005493164062 +-0.097656250000 +0.055908203125 +0.140625000000 +0.166992187500 +-0.468750000000 +0.068847656250 +-0.033935546875 +-0.051757812500 +0.013244628906 +-0.054199218750 +0.095214843750 +-0.002441406250 +-0.044189453125 +0.113281250000 +0.172851562500 +-0.036865234375 +-0.033935546875 +-0.251953125000 +0.081054687500 +-0.045166015625 +-0.105957031250 +-0.006164550781 +-0.365234375000 +-0.144531250000 +0.412109375000 +-0.049072265625 +-0.049316406250 +0.137695312500 +-0.070800781250 +-0.039550781250 +0.068359375000 +-0.000316619873 +0.198242187500 +0.023559570312 +-0.062011718750 +-0.013793945312 +-0.398437500000 +-0.059082031250 +-0.039550781250 +-0.125000000000 +0.031250000000 +0.050048828125 +0.052734375000 +-0.023925781250 +-0.066406250000 +-0.080078125000 +0.222656250000 +-0.261718750000 +0.071777343750 +-0.110839843750 +-0.000305175781 +-0.000984191895 +-0.141601562500 +-0.031982421875 +-0.081054687500 +-0.095214843750 +-0.000930786133 +-0.083984375000 +0.053222656250 +0.195312500000 +0.052246093750 +-0.042968750000 +0.024291992188 +-0.023803710938 +0.279296875000 +-0.174804687500 +0.151367187500 +0.072265625000 +-0.135742187500 +-0.045654296875 +0.003067016602 +-0.062988281250 +-0.018798828125 +-0.081054687500 +-0.008911132812 +0.131835937500 +-0.151367187500 +-0.066406250000 +-0.057128906250 +-0.130859375000 +0.144531250000 +0.082519531250 +-0.025268554688 +-0.191406250000 +0.199218750000 +-0.038818359375 +0.222656250000 +0.117187500000 +-0.277343750000 +0.068847656250 +-0.091796875000 +-0.005157470703 +0.083984375000 +-0.088378906250 +0.008666992188 +-0.167968750000 +-0.138671875000 +-0.195312500000 +-0.010620117188 +-0.410156250000 +-0.277343750000 +0.114257812500 +-0.035644531250 +-0.077148437500 +-0.097656250000 +-0.043457031250 +0.168945312500 +-0.037109375000 +-0.008483886719 +0.130859375000 +-0.070800781250 +-0.013244628906 +-0.015319824219 +-0.020507812500 +-0.145507812500 +0.015014648438 +0.126953125000 +-0.157226562500 +0.020874023438 +0.007598876953 +-0.022705078125 +-0.102539062500 +0.104980468750 +-0.010803222656 +-0.077148437500 +0.058349609375 +0.145507812500 +0.093750000000 +-0.161132812500 +-0.388671875000 +0.077148437500 +-0.077636718750 +0.011291503906 +-0.006042480469 +0.015747070312 +-0.175781250000 +-0.145507812500 +-0.039306640625 +-0.023071289062 +-0.027099609375 +-0.038574218750 +0.107910156250 +0.058837890625 +0.179687500000 +0.043945312500 +0.145507812500 +0.073730468750 +0.145507812500 +0.062500000000 +-0.412109375000 +0.236328125000 +-0.035156250000 +-0.141601562500 +0.136718750000 +0.070312500000 +-0.117675781250 +-0.021240234375 +-0.247070312500 +-0.084472656250 +-0.057861328125 +-0.150390625000 +-0.050537109375 +-0.000823974609 +-0.117675781250 +0.003829956055 +-0.235351562500 +-0.013732910156 +-0.004699707031 +0.019042968750 +-0.011047363281 +-0.016967773438 +0.035644531250 +-0.037841796875 +-0.057373046875 +-0.021240234375 +-0.045410156250 +-0.016113281250 +-0.016723632812 +-0.079589843750 +-0.010192871094 +-0.061035156250 +0.138671875000 +-0.171875000000 +0.025512695312 +-0.314453125000 +-0.269531250000 +-0.065429687500 +-0.001747131348 +-0.135742187500 +0.108398437500 +-0.073730468750 +0.025268554688 +0.121093750000 +0.096191406250 +-0.006896972656 +0.339843750000 +-0.022705078125 +0.071289062500 +0.050292968750 +0.071777343750 +0.013671875000 +-0.008178710938 +-0.150390625000 +-0.094726562500 +0.128906250000 +0.039062500000 +0.144531250000 +-0.269531250000 +0.057861328125 +-0.060058593750 +0.120605468750 +0.038330078125 +-0.191406250000 +0.076171875000 +-0.150390625000 +0.042236328125 +0.058837890625 +-0.018554687500 +0.062500000000 +-0.052246093750 +-0.027587890625 +-0.226562500000 +0.022827148438 +0.016723632812 +-0.025756835938 +0.112304687500 +0.111328125000 +-0.005767822266 +-0.130859375000 +-0.062255859375 +-0.012573242188 +0.192382812500 +-0.061035156250 +-0.036621093750 +0.014709472656 +-0.082031250000 +0.076660156250 +-0.058105468750 +0.015258789062 +0.027221679688 +-0.034667968750 +0.052978515625 +-0.027709960938 +0.027221679688 +-0.131835937500 +-0.145507812500 +-0.028442382812 +-0.104980468750 +0.044433593750 +0.111328125000 +0.080566406250 +-0.233398437500 +-0.002624511719 +-0.007019042969 +-0.099609375000 +-0.079101562500 +-0.230468750000 +-0.304687500000 +-0.073242187500 +-0.052001953125 +-0.191406250000 +-0.102050781250 +0.125976562500 +0.127929687500 +0.082519531250 +0.007202148438 +0.070800781250 +-0.015441894531 +-0.204101562500 +-0.130859375000 +0.194335937500 +-0.073730468750 +0.074218750000 +0.121093750000 +0.180664062500 +-0.166015625000 +0.012634277344 +-0.095214843750 +0.058349609375 +0.099121093750 +-0.071289062500 +0.138671875000 +0.013122558594 +0.005859375000 +-0.017578125000 +-0.078125000000 +-0.125000000000 +-0.151367187500 +0.036621093750 +-0.049804687500 +-0.073730468750 +-0.045166015625 +0.039306640625 +0.004516601562 +-0.014648437500 +-0.156250000000 +0.212890625000 +0.155273437500 +-0.066406250000 +-0.186523437500 +-0.070800781250 +-0.067382812500 +-0.018310546875 +0.079101562500 +0.074218750000 +0.001800537109 +-0.175781250000 +0.022094726562 +-0.143554687500 +-0.129882812500 +-0.141601562500 +-0.240234375000 +-0.111328125000 +-0.209960937500 +0.018188476562 +0.042724609375 +-0.005249023438 +0.326171875000 +0.078125000000 +0.105957031250 +0.122558593750 +-0.146484375000 +0.177734375000 +-0.027954101562 +0.124511718750 +0.030395507812 +0.068847656250 +-0.165039062500 +-0.320312500000 +-0.206054687500 +0.048339843750 +-0.071777343750 +-0.032226562500 +-0.086914062500 +-0.008972167969 +-0.116699218750 +-0.023681640625 +-0.082031250000 +0.105957031250 +-0.010681152344 +-0.027709960938 +0.047851562500 +-0.031250000000 +0.064941406250 +-0.008972167969 +-0.085937500000 +-0.108886718750 +-0.043701171875 +0.104003906250 +-0.179687500000 +0.184570312500 +0.064941406250 +0.157226562500 +-0.201171875000 +0.086425781250 +-0.049804687500 +-0.078613281250 +-0.177734375000 +-0.007934570312 +0.104492187500 +-0.093750000000 +-0.087402343750 +-0.149414062500 +-0.010864257812 +0.110839843750 +-0.071777343750 +0.214843750000 +0.011169433594 +-0.118164062500 +-0.053710937500 +0.184570312500 +0.065917968750 +-0.126953125000 +-0.083984375000 +0.139648437500 +0.052001953125 +-0.082519531250 +-0.011169433594 +-0.033935546875 +0.064941406250 +-0.127929687500 +-0.078613281250 +0.215820312500 +-0.135742187500 +0.281250000000 +-0.109375000000 +0.053955078125 +-0.208984375000 +-0.287109375000 +-0.225585937500 +0.052490234375 +-0.106933593750 +-0.176757812500 +-0.038330078125 +0.238281250000 +-0.046142578125 +-0.204101562500 +-0.166992187500 +0.168945312500 +-0.124511718750 +0.047607421875 +-0.105957031250 +0.178710937500 +0.108398437500 +0.177734375000 +0.225585937500 +-0.149414062500 +0.058593750000 +-0.154296875000 +0.001190185547 +-0.105957031250 +-0.111328125000 +-0.001800537109 +0.032470703125 +0.163085937500 +0.028076171875 +0.008056640625 +-0.055175781250 +-0.052978515625 +-0.054199218750 +0.143554687500 +0.166015625000 +0.048339843750 +0.223632812500 +0.001663208008 +0.118652343750 +-0.021972656250 +-0.115234375000 +-0.071289062500 +-0.003372192383 +-0.210937500000 +-0.292968750000 +-0.012817382812 +0.131835937500 +-0.101074218750 +-0.142578125000 +0.214843750000 +-0.078125000000 +0.343750000000 +0.084960937500 +0.108886718750 +0.320312500000 +0.162109375000 +0.064941406250 +0.214843750000 +0.016723632812 +-0.378906250000 +0.052978515625 +0.129882812500 +-0.112792968750 +0.024169921875 +-0.289062500000 +0.139648437500 +-0.011108398438 +0.097167968750 +-0.072753906250 +0.057373046875 +0.062011718750 +0.174804687500 +0.018188476562 +-0.277343750000 +0.046142578125 +-0.055664062500 +0.069335937500 +0.308593750000 +0.137695312500 +0.112792968750 +-0.357421875000 +-0.123535156250 +-0.308593750000 +0.180664062500 +-0.151367187500 +-0.078125000000 +-0.037597656250 +-0.302734375000 +-0.106445312500 +-0.084960937500 +0.150390625000 +0.059570312500 +-0.003097534180 +-0.046386718750 +-0.029296875000 +0.106933593750 +0.195312500000 +-0.103515625000 +-0.183593750000 +-0.145507812500 +0.075683593750 +0.166015625000 +0.071777343750 +-0.139648437500 +-0.108398437500 +0.060302734375 +0.213867187500 +-0.042724609375 +0.068847656250 +-0.337890625000 +0.125000000000 +0.016601562500 +0.025878906250 +-0.067382812500 +0.215820312500 +0.027954101562 +0.030029296875 +-0.135742187500 +0.089843750000 +-0.241210937500 +-0.153320312500 +0.038330078125 +0.078125000000 +0.058593750000 +-0.092773437500 +0.106445312500 +0.349609375000 +0.155273437500 +-0.050781250000 +0.174804687500 +-0.007995605469 +-0.250000000000 +0.074707031250 +0.058837890625 +-0.158203125000 +0.108398437500 +-0.057373046875 +-0.042236328125 +0.228515625000 +0.098632812500 +-0.308593750000 +-0.343750000000 +-0.183593750000 +0.031250000000 +-0.223632812500 +0.173828125000 +-0.056640625000 +-0.044677734375 +-0.129882812500 +-0.205078125000 +0.166992187500 +-0.137695312500 +0.169921875000 +-0.044189453125 +0.027221679688 +0.176757812500 +-0.067871093750 +-0.066406250000 +-0.099121093750 +-0.238281250000 +-0.139648437500 +0.187500000000 +-0.105957031250 +0.030273437500 +-0.249023437500 +-0.078125000000 +-0.055908203125 +-0.083496093750 +-0.104003906250 +-0.255859375000 +-0.058349609375 +-0.140625000000 +0.087890625000 +-0.025756835938 +-0.067871093750 +-0.166015625000 +0.117675781250 +0.169921875000 +-0.112792968750 +0.225585937500 +0.087890625000 +0.066406250000 +0.166015625000 +0.084472656250 +-0.063964843750 +-0.068359375000 +-0.076660156250 +-0.050292968750 +0.038330078125 +0.032470703125 +0.090332031250 +0.004028320312 +-0.703125000000 +0.102050781250 +-0.291015625000 +0.013671875000 +0.010131835938 +0.075683593750 +-0.067871093750 +0.099609375000 +0.059082031250 +-0.433593750000 +0.127929687500 +-0.061767578125 +-0.007080078125 +0.043945312500 +-0.060302734375 +-0.468750000000 +-0.181640625000 +-0.154296875000 +0.283203125000 +0.106933593750 +-0.217773437500 +-0.092285156250 +0.134765625000 +0.244140625000 +-0.003128051758 +-0.337890625000 +-0.294921875000 +-0.199218750000 +0.070312500000 +0.008972167969 +-0.082031250000 +-0.151367187500 +-0.008728027344 +-0.067382812500 +-0.070800781250 +-0.068359375000 +-0.167968750000 +-0.127929687500 +-0.007934570312 +-0.259765625000 +-0.144531250000 +-0.001235961914 +-0.086425781250 +0.052001953125 +-0.236328125000 +-0.010253906250 +-0.275390625000 +0.150390625000 +-0.035644531250 +0.068847656250 +-0.125976562500 +-0.404296875000 +0.028076171875 +0.016845703125 +-0.451171875000 +-0.217773437500 +-0.117675781250 +-0.127929687500 +-0.250000000000 +0.092285156250 +-0.024169921875 +0.001510620117 +-0.158203125000 +0.086425781250 +0.214843750000 +-0.220703125000 +-0.057373046875 +-0.024414062500 +0.053222656250 +0.227539062500 +-0.127929687500 +-0.007324218750 +0.168945312500 +0.162109375000 +-0.335937500000 +-0.186523437500 +0.045898437500 +0.096191406250 +-0.075683593750 +-0.226562500000 +-0.138671875000 +-0.235351562500 +0.291015625000 +-0.103027343750 +-0.020019531250 +0.047119140625 +0.064941406250 +-0.164062500000 +-0.248046875000 +0.171875000000 +0.066406250000 +0.009704589844 +0.015747070312 +0.121582031250 +0.033447265625 +0.056152343750 +0.015991210938 +0.013671875000 +0.060791015625 +0.066406250000 +-0.148437500000 +-0.020751953125 +-0.058837890625 +-0.048339843750 +-0.039794921875 +0.174804687500 +-0.019531250000 +0.036865234375 +0.145507812500 +-0.096191406250 +0.139648437500 +0.028930664062 +0.033447265625 +0.111816406250 +-0.056396484375 +0.402343750000 +-0.061523437500 +0.007537841797 +0.316406250000 +-0.106933593750 +-0.173828125000 +-0.080566406250 +0.065429687500 +-0.063964843750 +-0.243164062500 +0.146484375000 +0.074218750000 +-0.005676269531 +-0.472656250000 +-0.187500000000 +-0.146484375000 +-0.039550781250 +-0.425781250000 +0.144531250000 +0.049316406250 +-0.040527343750 +-0.006530761719 +-0.259765625000 +0.027221679688 +0.146484375000 +0.082031250000 +0.093750000000 +-0.197265625000 +0.114746093750 +-0.011596679688 +0.003631591797 +-0.077636718750 +-0.077636718750 +-0.261718750000 +-0.824218750000 +-0.015441894531 +0.049316406250 +-0.002731323242 +0.116699218750 +0.092773437500 +0.098144531250 +0.118652343750 +-0.085937500000 +-0.007507324219 +0.098632812500 +-0.234375000000 +-0.182617187500 +-0.027099609375 +-0.011657714844 +-0.024536132812 +0.033935546875 +0.049804687500 +0.060546875000 +0.027221679688 +-0.443359375000 +-0.016845703125 +-0.060546875000 +-0.017578125000 +-0.039794921875 +0.044189453125 +-0.158203125000 +0.029174804688 +0.058593750000 +0.161132812500 +0.184570312500 +0.058593750000 +-0.155273437500 +0.086425781250 +-0.049560546875 +0.051757812500 +0.157226562500 +0.142578125000 +0.171875000000 +0.116699218750 +0.132812500000 +0.079589843750 +0.015991210938 +-0.123535156250 +-0.020019531250 +0.023803710938 +-0.088378906250 +-0.116699218750 +-0.117675781250 +0.008666992188 +-0.040283203125 +-0.087890625000 +0.070800781250 +-0.033447265625 +-0.017333984375 +0.057617187500 +0.127929687500 +-0.308593750000 +-0.056396484375 +0.088378906250 +0.047363281250 +-0.004455566406 +-0.139648437500 +-0.139648437500 +0.043212890625 +-0.021118164062 +-0.062500000000 +0.125976562500 +0.057617187500 +0.178710937500 +0.092285156250 +0.023193359375 +-0.006134033203 +-0.086914062500 +-0.098632812500 +0.070312500000 +0.132812500000 +0.025268554688 +-0.103027343750 +0.015747070312 +-0.119628906250 +-0.097656250000 +0.105468750000 +-0.173828125000 +0.171875000000 +-0.095703125000 +0.125976562500 +-0.044189453125 +-0.111328125000 +-0.116699218750 +-0.001434326172 +0.007995605469 +0.016845703125 +0.049804687500 +0.185546875000 +-0.043457031250 +-0.015197753906 +0.072753906250 +0.185546875000 +-0.177734375000 +0.030517578125 +-0.030639648438 +0.160156250000 +0.029785156250 +0.135742187500 +0.018920898438 +-0.092773437500 +-0.200195312500 +-0.045166015625 +0.076171875000 +0.017456054688 +0.015258789062 +-0.056884765625 +0.038818359375 +-0.013122558594 +-0.063964843750 +0.027709960938 +0.014770507812 +-0.070312500000 +0.027099609375 +-0.233398437500 +-0.107910156250 +0.088378906250 +0.002532958984 +-0.038574218750 +0.006866455078 +0.009094238281 +-0.068847656250 +0.004730224609 +0.020507812500 +-0.094238281250 +0.025146484375 +0.049072265625 +0.039062500000 +0.012695312500 +-0.194335937500 +0.103027343750 +-0.099609375000 +0.064453125000 +0.032958984375 +0.146484375000 +0.111816406250 +-0.140625000000 +0.002334594727 +0.044433593750 +-0.046142578125 +0.158203125000 +0.043212890625 +0.007080078125 +0.008666992188 +-0.053222656250 +0.055419921875 +0.220703125000 +-0.024291992188 +0.005157470703 +-0.308593750000 +-0.172851562500 +-0.511718750000 +0.412109375000 +0.361328125000 +-0.127929687500 +0.102539062500 +0.079101562500 +-0.078125000000 +0.089843750000 +0.047607421875 +-0.088378906250 +-0.072265625000 +0.011413574219 +-0.142578125000 +-0.011901855469 +-0.746093750000 +-0.140625000000 +-0.112304687500 +0.016479492188 +-0.047607421875 +0.009460449219 +0.012390136719 +0.116699218750 +0.159179687500 +-0.251953125000 +-0.059570312500 +-0.019653320312 +-0.046630859375 +0.115234375000 +0.081054687500 +-0.160156250000 +-0.052001953125 +0.150390625000 +0.044433593750 +0.063476562500 +-0.243164062500 +0.519531250000 +0.054931640625 +0.098144531250 +0.118164062500 +0.007720947266 +-0.269531250000 +-0.042968750000 +-0.143554687500 +-0.123535156250 +-0.021606445312 +-0.055664062500 +0.173828125000 +-0.060791015625 +-0.112792968750 +0.079101562500 +-0.039550781250 +-0.065429687500 +0.004272460938 +-0.048339843750 +-0.012084960938 +0.221679687500 +-0.135742187500 +-0.091796875000 +0.124023437500 +-0.118652343750 +-0.082519531250 +0.026367187500 +-0.019042968750 +-0.103515625000 +-0.320312500000 +-0.101074218750 +-0.177734375000 +0.054687500000 +-0.166992187500 +-0.140625000000 +0.086425781250 +-0.074218750000 +-0.423828125000 +0.033447265625 +-0.038085937500 +-0.051757812500 +-0.004211425781 +-0.178710937500 +0.082519531250 +0.059570312500 +-0.019287109375 +0.084472656250 +-0.016357421875 +-0.009460449219 +-0.041015625000 +-0.084472656250 +0.129882812500 +-0.028320312500 +-0.269531250000 +-0.468750000000 +0.027465820312 +0.004150390625 +0.120117187500 +-0.165039062500 +-0.034912109375 +0.061767578125 +-0.125976562500 +0.122558593750 +0.073730468750 +-0.129882812500 +0.167968750000 +-0.002929687500 +0.068359375000 +-0.267578125000 +0.052978515625 +-0.031250000000 +-0.060791015625 +-0.082519531250 +0.070800781250 +-0.005249023438 +-0.149414062500 +-0.183593750000 +-0.070800781250 +-0.158203125000 +-0.151367187500 +-0.122070312500 +0.084472656250 +-0.111816406250 +-0.247070312500 +0.045166015625 +0.131835937500 +0.166015625000 +0.060058593750 +-0.004241943359 +-0.051513671875 +0.132812500000 +0.033203125000 +0.036132812500 +-0.255859375000 +-0.024780273438 +-0.169921875000 +0.036132812500 +0.012084960938 +-0.037597656250 +-0.151367187500 +-0.185546875000 +-0.134765625000 +-0.022216796875 +-0.160156250000 +-0.046142578125 +-0.174804687500 +0.172851562500 +-0.050781250000 +0.088867187500 +-0.140625000000 +-0.038085937500 +-0.021118164062 +0.056152343750 +-0.028320312500 +0.077148437500 +0.029174804688 +-0.087890625000 +0.091308593750 +-0.165039062500 +-0.210937500000 +0.121093750000 +-0.118164062500 +-0.231445312500 +-0.085449218750 +0.082031250000 +-0.185546875000 +-0.065917968750 +0.085449218750 +0.045898437500 +-0.235351562500 +-0.060302734375 +-0.071289062500 +-0.019042968750 +0.080566406250 +-0.120117187500 +0.028930664062 +0.091308593750 +-0.101074218750 +0.107910156250 +0.049804687500 +-0.162109375000 +0.023315429688 +0.011718750000 +-0.176757812500 +0.118652343750 +0.041259765625 +-0.116699218750 +0.113281250000 +-0.080078125000 +0.022094726562 +0.060546875000 +-0.134765625000 +-0.118164062500 +0.087890625000 +0.046875000000 +0.059814453125 +-0.215820312500 +-0.049804687500 +-0.040771484375 +0.041015625000 +-0.052978515625 +0.055908203125 +0.032470703125 +-0.048339843750 +-0.028686523438 +-0.150390625000 +-0.037109375000 +0.043457031250 +-0.043945312500 +0.035888671875 +0.043945312500 +0.063476562500 +0.105468750000 +0.004119873047 +0.087890625000 +0.107910156250 +0.345703125000 +-0.012695312500 +0.078613281250 +-0.027832031250 +0.011474609375 +-0.116210937500 +0.024047851562 +-0.165039062500 +-0.086425781250 +-0.086914062500 +0.034179687500 +0.014404296875 +-0.014648437500 +0.269531250000 +-0.176757812500 +-0.228515625000 +-0.111328125000 +0.065429687500 +0.075195312500 +-0.178710937500 +-0.435546875000 +0.020629882812 +0.231445312500 +-0.091308593750 +0.050048828125 +0.056152343750 +-0.060791015625 +0.073730468750 +0.078613281250 +0.119140625000 +-0.071777343750 +-0.151367187500 +0.181640625000 +-0.068847656250 +-0.003005981445 +-0.128906250000 +-0.335937500000 +-0.219726562500 +0.257812500000 +0.026855468750 +0.204101562500 +-0.149414062500 +0.060302734375 +-0.083007812500 +-0.312500000000 +0.176757812500 +-0.000785827637 +0.033447265625 +0.118652343750 +0.257812500000 +0.129882812500 +0.232421875000 +-0.289062500000 +-0.107421875000 +-0.322265625000 +-0.083496093750 +0.014221191406 +0.082519531250 +0.159179687500 +0.051269531250 +-0.010498046875 +-0.063964843750 +0.007232666016 +0.291015625000 +0.257812500000 +0.041259765625 +0.023193359375 +-0.025024414062 +-0.142578125000 +0.122558593750 +0.041015625000 +0.121093750000 +-0.211914062500 +-0.017700195312 +0.125976562500 +-0.132812500000 +-0.008544921875 +-0.222656250000 +-0.129882812500 +0.075195312500 +-0.261718750000 +-0.376953125000 +-1.031250000000 +0.089355468750 +0.136718750000 +0.083984375000 +-0.699218750000 +0.359375000000 +-0.158203125000 +0.005401611328 +0.089355468750 +-0.241210937500 +0.001235961914 +0.082519531250 +-0.135742187500 +0.273437500000 +-0.363281250000 +0.269531250000 +0.048828125000 +0.064941406250 +-0.109375000000 +0.030517578125 +-0.326171875000 +-0.005371093750 +0.131835937500 +-0.273437500000 +0.210937500000 +-0.219726562500 +0.207031250000 +0.061035156250 +-0.131835937500 +-0.056396484375 +-0.310546875000 +-0.132812500000 +-0.221679687500 +-0.123535156250 +0.109375000000 +-0.001754760742 +-0.078613281250 +-0.730468750000 +0.022583007812 +-0.070800781250 +0.330078125000 +0.088378906250 +0.291015625000 +0.029052734375 +0.232421875000 +-0.339843750000 +-0.188476562500 +-0.076171875000 +-0.129882812500 +0.120605468750 +0.091308593750 +-0.204101562500 +-0.104980468750 +-0.343750000000 +0.019409179688 +-0.028442382812 +-0.187500000000 +0.038574218750 +0.009948730469 +-0.113769531250 +-0.034423828125 +-0.328125000000 +-0.027832031250 +0.007751464844 +-0.128906250000 +0.029541015625 +0.024902343750 +0.248046875000 +-0.084472656250 +0.076660156250 +-0.167968750000 +0.172851562500 +0.080566406250 +0.217773437500 +0.052001953125 +-0.161132812500 +0.097656250000 +0.117675781250 +-0.091796875000 +0.007629394531 +-0.001472473145 +0.092773437500 +0.035156250000 +-0.132812500000 +-0.025024414062 +0.029907226562 +-0.069335937500 +-0.004913330078 +0.008544921875 +-0.071289062500 +0.032470703125 +0.071289062500 +-0.302734375000 +0.007171630859 +-0.059814453125 +0.164062500000 +0.004516601562 +-0.277343750000 +0.088378906250 +-0.171875000000 +0.026855468750 +-0.036865234375 +-0.052734375000 +0.136718750000 +-0.029052734375 +-0.099121093750 +-0.126953125000 +-0.016113281250 +0.012878417969 +-0.046875000000 +-0.200195312500 +-0.155273437500 +-0.162109375000 +0.161132812500 +0.101074218750 +-0.086425781250 +0.023559570312 +0.033935546875 +0.001136779785 +-0.096679687500 +0.122070312500 +0.166992187500 +-0.071777343750 +0.074707031250 +0.010070800781 +-0.123046875000 +0.023071289062 +-0.058593750000 +-0.197265625000 +-0.132812500000 +0.051025390625 +0.009460449219 +-0.148437500000 +-0.068359375000 +-0.024291992188 +-0.079589843750 +0.019287109375 +-0.027954101562 +-0.027709960938 +-0.130859375000 +-0.021240234375 +0.043945312500 +-0.375000000000 +-0.066894531250 +-0.263671875000 +0.003173828125 +0.073242187500 +0.009338378906 +-0.007415771484 +-0.105468750000 +-0.087402343750 +0.071289062500 +-0.109863281250 +-0.000568389893 +-0.012573242188 +-0.124511718750 +-0.283203125000 +0.010864257812 +-0.042236328125 +-0.326171875000 +0.035644531250 +-0.013305664062 +0.022338867188 +-0.060058593750 +0.144531250000 +0.070312500000 +0.269531250000 +-0.010986328125 +0.015258789062 +0.137695312500 +-0.052978515625 +-0.044189453125 +-0.033691406250 +0.111816406250 +-0.190429687500 +0.003112792969 +-0.172851562500 +-0.052490234375 +0.007110595703 +-0.013305664062 +0.147460937500 +-0.082519531250 +0.220703125000 +-0.049560546875 +0.180664062500 +0.145507812500 +0.056152343750 +-0.059082031250 +-0.012023925781 +-0.150390625000 +-0.103027343750 +0.153320312500 +-0.232421875000 +0.098632812500 +0.124023437500 +-0.014221191406 +0.024169921875 +-0.153320312500 +-0.026733398438 +-0.078125000000 +0.068359375000 +-0.086425781250 +0.012573242188 +-0.191406250000 +-0.082031250000 +-0.046386718750 +-0.232421875000 +0.050048828125 +-0.148437500000 +-0.009216308594 +0.128906250000 +-0.083984375000 +-0.178710937500 +-0.038330078125 +-0.008605957031 +0.065917968750 +0.048339843750 +-0.012145996094 +0.061767578125 +0.053466796875 +0.181640625000 +-0.198242187500 +-0.257812500000 +-0.064453125000 +-0.102539062500 +-0.034912109375 +0.064941406250 +-0.076660156250 +-0.010620117188 +-0.083007812500 +-0.148437500000 +-0.269531250000 +0.153320312500 +-0.330078125000 +0.068847656250 +0.069335937500 +-0.045654296875 +0.033691406250 +0.223632812500 +-0.027343750000 +-0.090332031250 +0.014038085938 +0.057128906250 +-0.028564453125 +0.026000976562 +-0.134765625000 +0.048828125000 +-0.089843750000 +0.104003906250 +-0.144531250000 +-0.176757812500 +0.033447265625 +0.243164062500 +-0.019775390625 +-0.097656250000 +-0.170898437500 +0.075195312500 +0.353515625000 +0.392578125000 +-0.051025390625 +-0.097656250000 +0.136718750000 +0.154296875000 +-0.277343750000 +-0.137695312500 +-0.043212890625 +-0.166015625000 +-0.047363281250 +-0.012939453125 +0.103027343750 +0.047851562500 +0.002456665039 +-0.057861328125 +-0.091308593750 +0.279296875000 +0.053222656250 +-0.026611328125 +0.152343750000 +-0.131835937500 +-0.047119140625 +0.135742187500 +-0.041015625000 +0.088867187500 +-0.124023437500 +0.086914062500 +0.046630859375 +0.052734375000 +0.000686645508 +-0.233398437500 +-0.003646850586 +0.089355468750 +-0.142578125000 +0.188476562500 +-0.137695312500 +-0.130859375000 +-0.253906250000 +0.324218750000 +-0.122558593750 +0.182617187500 +0.120117187500 +-0.102050781250 +-0.068359375000 +-0.044189453125 +0.062255859375 +0.198242187500 +0.001647949219 +0.032714843750 +-0.034912109375 +-0.067382812500 +-0.261718750000 +-0.091308593750 +0.048095703125 +-0.005340576172 +0.025634765625 +0.318359375000 +0.168945312500 +-0.169921875000 +0.188476562500 +-0.119628906250 +-0.000305175781 +0.026733398438 +-0.129882812500 +-0.020385742188 +0.094726562500 +0.030761718750 +-0.076660156250 +-0.006317138672 +-0.145507812500 +0.190429687500 +0.008605957031 +-0.115234375000 +0.142578125000 +-0.026611328125 +0.128906250000 +-0.125976562500 +0.204101562500 +-0.125000000000 +0.023925781250 +0.141601562500 +-0.112304687500 +0.003402709961 +0.025878906250 +-0.117675781250 +-0.026611328125 +-0.029663085938 +-0.029907226562 +-0.074707031250 +-0.196289062500 +0.140625000000 +0.037353515625 +-0.145507812500 +0.082031250000 +-0.057861328125 +0.114746093750 +-0.281250000000 +0.153320312500 +-0.141601562500 +-0.036132812500 +0.055175781250 +0.134765625000 +-0.037597656250 +-0.178710937500 +-0.143554687500 +-0.193359375000 +0.032958984375 +-0.052734375000 +-0.104003906250 +-0.080078125000 +-0.028686523438 +0.025756835938 +-0.207031250000 +0.117675781250 +-0.070312500000 +-0.143554687500 +-0.102050781250 +-0.310546875000 +0.022460937500 +0.026000976562 +0.247070312500 +0.083496093750 +0.051513671875 +-0.218750000000 +-0.223632812500 +-0.008300781250 +-0.010009765625 +-0.084472656250 +0.026977539062 +-0.057861328125 +-0.105957031250 +-0.046875000000 +0.022338867188 +-0.146484375000 +-0.159179687500 +-0.031738281250 +-0.118652343750 +-0.093750000000 +-0.042236328125 +0.022460937500 +-0.053466796875 +-0.001525878906 +-0.031250000000 +-0.079101562500 +0.015197753906 +0.104492187500 +0.007934570312 +0.164062500000 +0.069824218750 +-0.202148437500 +0.120117187500 +-0.063964843750 +-0.068359375000 +0.131835937500 +-0.074218750000 +-0.191406250000 +-0.125000000000 +0.021484375000 +-0.178710937500 +0.068359375000 +0.061767578125 +0.001144409180 +0.228515625000 +-0.208984375000 +-0.007568359375 +0.139648437500 +0.125976562500 +0.007263183594 +-0.150390625000 +0.036865234375 +-0.149414062500 +0.124511718750 +0.115722656250 +-0.083496093750 +-0.193359375000 +0.037109375000 +0.039306640625 +-0.056396484375 +0.060791015625 +0.138671875000 +-0.074218750000 +0.021240234375 +0.007293701172 +0.118164062500 +-0.105957031250 +0.085449218750 +0.168945312500 +0.105468750000 +-0.164062500000 +0.010437011719 +0.002243041992 +-0.095703125000 +-0.265625000000 +-0.108398437500 +-0.101562500000 +-0.168945312500 +0.108398437500 +-0.126953125000 +-0.104492187500 +-0.234375000000 +0.023193359375 +-0.048828125000 +-0.099121093750 +0.010498046875 +-0.237304687500 +-0.090332031250 +0.105957031250 +0.077148437500 +-0.167968750000 +-0.165039062500 +0.008483886719 +-0.511718750000 +-0.014831542969 +0.019775390625 +0.063964843750 +-0.040039062500 +-0.146484375000 +-0.094238281250 +-0.160156250000 +-0.104492187500 +-0.132812500000 +0.021972656250 +0.081054687500 +-0.018554687500 +-0.035644531250 +-0.057861328125 +-0.051513671875 +-0.050048828125 +0.018188476562 +-0.032714843750 +-0.057128906250 +0.076171875000 +-0.103027343750 +-0.199218750000 +0.000991821289 +0.015625000000 +0.061279296875 +-0.006713867188 +-0.003143310547 +0.006347656250 +-0.009765625000 +-0.191406250000 +-0.125976562500 +0.128906250000 +0.231445312500 +0.050781250000 +0.019287109375 +-0.126953125000 +-0.039794921875 +0.038574218750 +-0.097656250000 +-0.515625000000 +-0.098144531250 +0.120117187500 +-0.137695312500 +0.111816406250 +-0.066894531250 +0.191406250000 +-0.010375976562 +-0.071777343750 +-0.119628906250 +0.231445312500 +-0.083984375000 +0.067871093750 +0.090820312500 +-0.079589843750 +0.043701171875 +-0.074218750000 +-0.054443359375 +0.075195312500 +0.095214843750 +-0.135742187500 +0.022216796875 +-0.183593750000 +-0.152343750000 +-0.088378906250 +0.021850585938 +0.040283203125 +-0.169921875000 +-0.078125000000 +-0.031738281250 +0.195312500000 +0.109375000000 +-0.159179687500 +0.046386718750 +0.037597656250 +0.237304687500 +0.010498046875 +-0.037597656250 +0.078613281250 +-0.086425781250 +0.097167968750 +0.131835937500 +0.037353515625 +-0.043701171875 +0.028564453125 +-0.065917968750 +-0.071777343750 +0.197265625000 +-0.009887695312 +-0.015625000000 +-0.058837890625 +-0.036865234375 +0.033203125000 +0.141601562500 +0.031005859375 +0.072753906250 +0.016601562500 +-0.079589843750 +-0.069335937500 +0.119140625000 +-0.021118164062 +0.181640625000 +-0.128906250000 +-0.279296875000 +0.095703125000 +-0.031982421875 +-0.051757812500 +0.002441406250 +0.098632812500 +0.125976562500 +-0.048828125000 +0.127929687500 +-0.030639648438 +-0.112792968750 +0.201171875000 +-0.267578125000 +-0.224609375000 +-0.080566406250 +-0.073730468750 +-0.000383377075 +-0.064453125000 +0.143554687500 +0.013488769531 +-0.045410156250 +-0.079101562500 +-0.155273437500 +-0.068847656250 +-0.063964843750 +0.013366699219 +-0.086914062500 +0.135742187500 +-0.087402343750 +-0.170898437500 +0.208984375000 +0.220703125000 +-0.118164062500 +-0.070312500000 +0.010437011719 +0.132812500000 +-0.025390625000 +0.053466796875 +-0.125000000000 +-0.045898437500 +0.046142578125 +0.023559570312 +-0.355468750000 +0.117187500000 +0.128906250000 +0.285156250000 +-0.030273437500 +0.177734375000 +-0.050537109375 +-0.241210937500 +0.050292968750 +-0.012207031250 +0.171875000000 +-0.061523437500 +-0.211914062500 +0.121093750000 +0.109863281250 +0.035400390625 +0.083984375000 +0.121093750000 +0.039062500000 +-0.030395507812 +0.161132812500 +0.141601562500 +0.135742187500 +0.170898437500 +0.014343261719 +0.077636718750 +-0.222656250000 +-0.394531250000 +-0.018188476562 +-0.384765625000 +-0.271484375000 +0.120117187500 +0.059082031250 +-0.275390625000 +0.051513671875 +0.042236328125 +-0.008605957031 +0.054199218750 +-0.006011962891 +-0.078125000000 +-0.050537109375 +-0.005035400391 +-0.875000000000 +-0.037109375000 +-0.058837890625 +0.027465820312 +-0.051757812500 +-0.433593750000 +0.026367187500 +-0.019287109375 +0.007171630859 +-0.066894531250 +0.133789062500 +-0.632812500000 +-0.028442382812 +-0.128906250000 +-0.116699218750 +-0.067871093750 +-0.054687500000 +-0.067871093750 +-0.061279296875 +-0.186523437500 +0.073242187500 +0.017456054688 +0.388671875000 +-0.047119140625 +0.067871093750 +0.094726562500 +-0.257812500000 +-0.197265625000 +0.022583007812 +-0.109375000000 +-0.172851562500 +0.001777648926 +0.053222656250 +-0.062988281250 +-0.243164062500 +0.113769531250 +0.316406250000 +-0.208007812500 +-0.159179687500 +0.118652343750 +0.245117187500 +0.153320312500 +0.365234375000 +0.081542968750 +0.094238281250 +0.016235351562 +-0.355468750000 +0.132812500000 +-0.308593750000 +-0.138671875000 +-0.030761718750 +0.017089843750 +-0.069824218750 +0.052490234375 +0.000534057617 +0.001220703125 +-0.050048828125 +-0.220703125000 +0.173828125000 +0.049072265625 +-0.080566406250 +-0.087890625000 +-0.125000000000 +0.147460937500 +0.036132812500 +-0.018554687500 +-0.400390625000 +-0.183593750000 +-0.119628906250 +0.000793457031 +0.003677368164 +-0.155273437500 +0.086425781250 +0.061767578125 +0.050537109375 +-0.070312500000 +0.111816406250 +0.109375000000 +-0.130859375000 +0.058837890625 +0.166015625000 +-0.218750000000 +0.080078125000 +0.096191406250 +0.081054687500 +-0.500000000000 +0.027099609375 +-0.107910156250 +0.132812500000 +-0.180664062500 +-0.006072998047 +-0.131835937500 +-0.050537109375 +0.076660156250 +-0.009277343750 +-0.065917968750 +0.091308593750 +0.133789062500 +-0.112792968750 +-0.001701354980 +0.074218750000 +0.177734375000 +0.125976562500 +0.108886718750 +-0.170898437500 +0.029418945312 +0.137695312500 +-0.193359375000 +-0.033203125000 +0.017700195312 +-0.406250000000 +-0.083496093750 +0.400390625000 +-0.126953125000 +-0.014892578125 +0.073242187500 +-0.101562500000 +0.082031250000 +0.013000488281 +0.006164550781 +0.101074218750 +-0.137695312500 +0.025634765625 +0.018676757812 +-0.044189453125 +0.040283203125 +-0.034912109375 +-0.091796875000 +0.008178710938 +-0.090332031250 +-0.259765625000 +0.045166015625 +-0.062255859375 +-0.574218750000 +0.022583007812 +0.040039062500 +-0.053955078125 +-0.062988281250 +-0.063964843750 +-0.023925781250 +-0.061767578125 +0.063964843750 +-0.110839843750 +-0.204101562500 +0.076171875000 +-0.012939453125 +-0.026855468750 +-0.025878906250 +0.026489257812 +-0.076171875000 +-0.077636718750 +0.110839843750 +-0.240234375000 +-0.171875000000 +0.159179687500 +-0.161132812500 +0.103515625000 +0.101074218750 +-0.040527343750 +-0.015563964844 +-0.093261718750 +0.033691406250 +0.209960937500 +-0.133789062500 +0.034667968750 +-0.112792968750 +-0.016113281250 +-0.183593750000 +-0.078613281250 +0.020385742188 +0.024902343750 +0.178710937500 +0.165039062500 +-0.005645751953 +-0.039062500000 +0.205078125000 +-0.034423828125 +-0.133789062500 +-0.021728515625 +-0.128906250000 +0.061767578125 +0.180664062500 +-0.099121093750 +-0.265625000000 +0.020263671875 +0.060791015625 +0.261718750000 +0.187500000000 +-0.060791015625 +-0.253906250000 +-0.435546875000 +0.001014709473 +-0.161132812500 +-0.131835937500 +0.125000000000 +0.201171875000 +0.178710937500 +-0.147460937500 +0.075195312500 +-0.195312500000 +-0.001403808594 +-0.127929687500 +0.091796875000 +-0.162109375000 +0.152343750000 +0.058837890625 +0.089843750000 +0.148437500000 +0.121093750000 +-0.083984375000 +-0.108886718750 +-0.277343750000 +-0.292968750000 +0.042968750000 +0.218750000000 +-0.175781250000 +0.168945312500 +-0.242187500000 +0.103027343750 +-0.289062500000 +0.019287109375 +-0.118652343750 +-0.039306640625 +-0.179687500000 +0.076660156250 +0.078613281250 +-0.320312500000 +-0.037841796875 +-0.024902343750 +0.027099609375 +0.023071289062 +-0.044677734375 +0.083007812500 +-0.271484375000 +-0.078125000000 +-0.042236328125 +0.052001953125 +-0.073730468750 +0.048095703125 +0.146484375000 +-0.213867187500 +-0.064453125000 +0.001525878906 +0.069824218750 +0.102539062500 +0.028808593750 +0.082519531250 +-0.162109375000 +-0.051269531250 +-0.009765625000 +0.116210937500 +-0.014831542969 +-0.043457031250 +-0.113769531250 +-0.069335937500 +0.054199218750 +-0.239257812500 +-0.157226562500 +-0.050537109375 +-0.118164062500 +-0.166015625000 +-0.178710937500 +-0.121093750000 +0.029785156250 +0.044189453125 +-0.034423828125 +0.098144531250 +-0.308593750000 +-0.195312500000 +0.045166015625 +0.041015625000 +-0.234375000000 +0.044433593750 +-0.164062500000 +0.076660156250 +0.169921875000 +0.086914062500 +-0.059570312500 +0.300781250000 +-0.022583007812 +0.031982421875 +-0.153320312500 +-0.080566406250 +-0.302734375000 +0.062988281250 +0.110351562500 +-0.291015625000 +0.008972167969 +0.025756835938 +-0.070312500000 +-0.265625000000 +-0.173828125000 +0.108886718750 +0.071289062500 +-0.166992187500 +0.101074218750 +0.088867187500 +0.057617187500 +0.253906250000 +-0.021606445312 +-0.079101562500 +-0.554687500000 +-0.060302734375 +-0.168945312500 +0.139648437500 +0.005218505859 +-0.010620117188 +-0.016723632812 +0.112792968750 +-0.043945312500 +0.117187500000 +0.005432128906 +-0.075195312500 +0.042968750000 +-0.237304687500 +-0.140625000000 +0.048583984375 +0.171875000000 +-0.046142578125 +-0.035644531250 +0.139648437500 +0.139648437500 +-0.086425781250 +-0.180664062500 +0.092285156250 +0.089843750000 +-0.062500000000 +0.073242187500 +-0.001502990723 +0.010253906250 +-0.049072265625 +0.158203125000 +0.166992187500 +-0.019531250000 +-0.345703125000 +-0.176757812500 +0.222656250000 +0.053466796875 +0.149414062500 +-0.496093750000 +0.034667968750 +0.041748046875 +-0.051513671875 +0.027465820312 +0.018798828125 +0.024414062500 +0.138671875000 +0.182617187500 +-0.114746093750 +-0.004119873047 +0.028320312500 +0.051757812500 +-0.355468750000 +0.009826660156 +-0.326171875000 +-0.204101562500 +0.029663085938 +0.031494140625 +-0.091308593750 +0.074218750000 +-0.141601562500 +-0.082031250000 +-0.083496093750 +0.015197753906 +-0.182617187500 +-0.589843750000 +-0.098632812500 +0.392578125000 +-0.079101562500 +0.051025390625 +0.112792968750 +-0.373046875000 +-0.253906250000 +0.066406250000 +0.078613281250 +-0.100585937500 +-0.221679687500 +-0.123535156250 +-0.312500000000 +-0.035400390625 +-0.032958984375 +-0.170898437500 +0.003967285156 +-0.043701171875 +-0.281250000000 +-0.322265625000 +-0.034667968750 +0.020507812500 +-0.279296875000 +0.016967773438 +0.000652313232 +-0.142578125000 +-0.062988281250 +0.004669189453 +-0.355468750000 +-0.123535156250 +0.034667968750 +-0.099121093750 +0.083984375000 +-0.124023437500 +-0.070312500000 +-0.015991210938 +-0.064453125000 +-0.119628906250 +-0.233398437500 +-0.091796875000 +0.097656250000 +0.145507812500 +0.302734375000 +0.029418945312 +-0.052490234375 +-0.345703125000 +-0.034179687500 +-0.088867187500 +-0.129882812500 +-0.106445312500 +-0.287109375000 +-0.117187500000 +-0.051269531250 +0.099609375000 +0.023315429688 +-0.025634765625 +-0.161132812500 +-0.133789062500 +0.193359375000 +-0.073730468750 +-0.232421875000 +0.019042968750 +-0.034912109375 +0.064453125000 +-0.500000000000 +-0.040771484375 +-0.098144531250 +-0.144531250000 +0.162109375000 +-0.033691406250 +-0.006652832031 +-0.015991210938 +-0.047363281250 +-0.190429687500 +-0.080078125000 +-0.178710937500 +0.104492187500 +-0.054443359375 +0.043945312500 +0.039550781250 +0.089355468750 +-0.031005859375 +-0.058593750000 +0.077148437500 +-0.035644531250 +-0.088378906250 +-0.283203125000 +0.068359375000 +-0.050781250000 +0.076171875000 +-0.044677734375 +-0.057861328125 +-0.047851562500 +0.135742187500 +-0.049316406250 +-0.032958984375 +-0.007110595703 +-0.114746093750 +0.001388549805 +-0.014465332031 +0.124023437500 +-0.006927490234 +0.091796875000 +0.030761718750 +-0.277343750000 +-0.033935546875 +-0.013977050781 +-0.250000000000 +-0.484375000000 +0.029785156250 +0.018188476562 +-0.009765625000 +-0.163085937500 +-0.001556396484 +-0.050781250000 +-0.005310058594 +-0.125000000000 +-0.162109375000 +-0.010681152344 +-0.139648437500 +-0.201171875000 +-0.250000000000 +0.209960937500 +0.078613281250 +0.001823425293 +-0.050292968750 +0.081054687500 +-0.458984375000 +-0.017578125000 +0.008605957031 +0.019165039062 +-0.126953125000 +-0.073730468750 +0.053466796875 +-0.093750000000 +0.031494140625 +0.022216796875 +0.060058593750 +-0.003860473633 +0.079101562500 +0.024536132812 +-0.054199218750 +-0.020507812500 +-0.027954101562 +-0.059326171875 +-0.026245117188 +-0.066406250000 +-0.030029296875 +-0.030883789062 +-0.009826660156 +0.076171875000 +-0.332031250000 +0.115722656250 +-0.006469726562 +-0.069335937500 +-0.090820312500 +-0.079589843750 +-0.079101562500 +0.054687500000 +0.094726562500 +-0.103027343750 +0.109863281250 +-0.044677734375 +-0.003829956055 +-0.049804687500 +0.033203125000 +0.025878906250 +0.070800781250 +0.133789062500 +0.023193359375 +0.121582031250 +-0.113769531250 +-0.205078125000 +-0.060302734375 +0.078125000000 +0.030029296875 +-0.107910156250 +0.012390136719 +-0.131835937500 +0.003997802734 +-0.265625000000 +-0.025024414062 +-0.046875000000 +-0.019042968750 +0.104980468750 +-0.095703125000 +-0.136718750000 +-0.205078125000 +0.076660156250 +0.170898437500 +0.008972167969 +-0.061767578125 +0.014648437500 +-0.077636718750 +0.023071289062 +-0.083496093750 +0.049560546875 +-0.030395507812 +0.129882812500 +-0.097656250000 +-0.115722656250 +0.394531250000 +-0.292968750000 +0.235351562500 +-0.126953125000 +0.134765625000 +-0.246093750000 +-0.012084960938 +0.218750000000 +-0.099609375000 +0.194335937500 +0.000743865967 +-0.027709960938 +0.237304687500 +0.000310897827 +0.244140625000 +0.080566406250 +0.033447265625 +-0.326171875000 +-0.061767578125 +-0.169921875000 +0.052978515625 +-0.053222656250 +-0.131835937500 +0.090332031250 +-0.059570312500 +0.044189453125 +0.068359375000 +-0.014770507812 +0.096679687500 +-0.077148437500 +0.213867187500 +0.164062500000 +0.059082031250 +-0.027099609375 +0.149414062500 +-0.255859375000 +-0.431640625000 +0.156250000000 +-0.168945312500 +-0.047119140625 +-0.335937500000 +-0.188476562500 +0.118164062500 +0.031494140625 +0.082031250000 +-0.109375000000 +0.223632812500 +-0.033447265625 +0.104003906250 +0.009094238281 +0.118652343750 +0.166992187500 +-0.163085937500 +0.168945312500 +-0.081054687500 +0.112304687500 +0.337890625000 +-0.005859375000 +0.244140625000 +0.008911132812 +-0.027221679688 +-0.099121093750 +-0.114257812500 +-0.047607421875 +0.060302734375 +-0.000236511230 +-0.138671875000 +-0.259765625000 +-0.123535156250 +0.004516601562 +-0.023193359375 +0.173828125000 +-0.051757812500 +0.010681152344 +0.039306640625 +-0.183593750000 +0.138671875000 +0.142578125000 +-0.102050781250 +-0.191406250000 +-0.051757812500 +0.084472656250 +0.106933593750 +-0.045654296875 +-0.154296875000 +-0.148437500000 +-0.006896972656 +-0.109375000000 +-0.035156250000 +-0.000823974609 +0.063964843750 +-0.316406250000 +-0.064453125000 +-0.096191406250 +-0.134765625000 +0.161132812500 +0.041748046875 +0.010925292969 +-0.137695312500 +-0.150390625000 +0.011169433594 +0.012207031250 +0.269531250000 +-0.110839843750 +0.014648437500 +0.128906250000 +0.050048828125 +-0.168945312500 +0.042724609375 +-0.192382812500 +-0.036376953125 +-0.039062500000 +0.259765625000 +0.027832031250 +-0.148437500000 +0.147460937500 +-0.371093750000 +-0.145507812500 +-0.224609375000 +-0.206054687500 +0.181640625000 +0.000625610352 +-0.142578125000 +0.059570312500 +-0.291015625000 +0.084472656250 +0.005035400391 +0.012695312500 +-0.120117187500 +-0.137695312500 +-0.071289062500 +0.057373046875 +-0.017578125000 +-0.054931640625 +-0.017578125000 +-0.012451171875 +-0.148437500000 +-0.078613281250 +-0.208984375000 +0.092773437500 +-0.070800781250 +0.040771484375 +0.003707885742 +-0.190429687500 +0.026977539062 +-0.066406250000 +-0.076171875000 +0.135742187500 +-0.010314941406 +-0.056884765625 +-0.281250000000 +-0.087402343750 +-0.161132812500 +0.047851562500 +0.141601562500 +-0.017944335938 +-0.008789062500 +-0.120605468750 +-0.154296875000 +0.298828125000 +-0.101074218750 +0.091308593750 +0.086425781250 +0.038818359375 +0.026123046875 +0.013427734375 +-0.167968750000 +0.078613281250 +-0.063964843750 +0.059082031250 +0.291015625000 +0.084472656250 +-0.105957031250 +0.139648437500 +-0.128906250000 +-0.116210937500 +0.074707031250 +-0.302734375000 +-0.259765625000 +0.118652343750 +0.136718750000 +-0.099609375000 +0.039306640625 +0.058349609375 +-0.048583984375 +-0.033203125000 +-0.028320312500 +0.083984375000 +0.131835937500 +-0.230468750000 +-0.063476562500 +-0.110839843750 +0.093261718750 +-0.077148437500 +-0.120605468750 +-0.039062500000 +0.153320312500 +0.202148437500 +-0.087402343750 +-0.101562500000 +-0.056152343750 +-0.035644531250 +0.063964843750 +-0.183593750000 +0.300781250000 +-0.115722656250 +-0.099609375000 +0.026123046875 +-0.060546875000 +0.006805419922 +-0.032714843750 +0.094238281250 +-0.202148437500 +-0.127929687500 +-0.027587890625 +0.007476806641 +-0.050537109375 +-0.068359375000 +-0.291015625000 +-0.208007812500 +-0.146484375000 +-0.119140625000 +-0.096679687500 +-0.161132812500 +0.107421875000 +0.083984375000 +-0.129882812500 +-0.099121093750 +-0.020263671875 +-0.077148437500 +-0.164062500000 +-0.029541015625 +-0.090332031250 +-0.933593750000 +-0.114746093750 +0.054443359375 +0.130859375000 +0.072753906250 +-0.048828125000 +0.096191406250 +-0.100585937500 +0.084472656250 +-0.019653320312 +-0.044921875000 +-0.006866455078 +-0.138671875000 +0.044433593750 +-0.126953125000 +-0.145507812500 +0.341796875000 +-0.332031250000 +-0.200195312500 +0.333984375000 +0.417968750000 +0.074218750000 +-0.038574218750 +0.189453125000 +-0.112304687500 +-0.253906250000 +0.179687500000 +0.093261718750 +-0.018554687500 +-0.251953125000 +0.158203125000 +0.225585937500 +-0.125976562500 +0.026733398438 +-0.291015625000 +-0.058837890625 +0.255859375000 +0.007629394531 +0.203125000000 +0.139648437500 +0.063964843750 +-0.196289062500 +0.196289062500 +0.197265625000 +0.298828125000 +-0.206054687500 +0.029296875000 +0.170898437500 +0.019653320312 +0.004821777344 +-0.025634765625 +0.078613281250 +-0.181640625000 +0.099121093750 +-0.160156250000 +0.267578125000 +-0.018310546875 +-0.178710937500 +0.047363281250 +-0.151367187500 +-0.015869140625 +0.104003906250 +-0.000026702881 +-0.114746093750 +-0.030639648438 +-0.166992187500 +-0.091796875000 +0.343750000000 +0.007598876953 +0.003479003906 +0.022705078125 +-0.104980468750 +-0.182617187500 +0.176757812500 +0.103027343750 +0.019409179688 +0.195312500000 +-0.078613281250 +-0.150390625000 +-0.458984375000 +0.018676757812 +0.202148437500 +0.046875000000 +-0.098632812500 +-0.003448486328 +0.017089843750 +-0.152343750000 +-0.009033203125 +-0.123046875000 +-0.310546875000 +-0.158203125000 +0.122558593750 +-0.217773437500 +-0.207031250000 +0.003036499023 +0.018798828125 +0.024414062500 +0.104980468750 +-0.419921875000 +0.001441955566 +0.089843750000 +-0.238281250000 +0.017089843750 +-0.070312500000 +0.029541015625 +0.069824218750 +-0.058837890625 +-0.115722656250 +-0.234375000000 +-0.002441406250 +-0.214843750000 +0.002883911133 +-0.115234375000 +-0.133789062500 +-0.197265625000 +0.111816406250 +-0.099609375000 +-0.189453125000 +0.068359375000 +-0.106445312500 +0.098632812500 +0.094238281250 +-0.011657714844 +-0.229492187500 +0.132812500000 +-0.014587402344 +0.149414062500 +-0.110839843750 +0.148437500000 +-0.004699707031 +-0.018554687500 +-0.082519531250 +-0.076171875000 +-0.019531250000 +-0.133789062500 +0.131835937500 +-0.004516601562 +0.132812500000 +0.289062500000 +-0.190429687500 +-0.201171875000 +0.223632812500 +0.243164062500 +-0.165039062500 +0.164062500000 +0.025878906250 +0.055664062500 +-0.185546875000 +0.190429687500 +-0.083007812500 +0.016845703125 +0.114746093750 +-0.018188476562 +0.165039062500 +0.052734375000 +0.037841796875 +-0.069335937500 +-0.146484375000 +0.091796875000 +-0.005279541016 +-0.250000000000 +-0.118652343750 +0.113281250000 +0.051757812500 +0.075683593750 +-0.378906250000 +-0.213867187500 +0.014526367188 +0.004669189453 +0.014465332031 +-0.046630859375 +-0.141601562500 +-0.096191406250 +0.054199218750 +-0.013671875000 +0.088378906250 +-0.130859375000 +0.123535156250 +-0.245117187500 +0.081542968750 +-0.008544921875 +0.084960937500 +0.061767578125 +0.037353515625 +0.093261718750 +-0.005737304688 +0.042480468750 +-0.363281250000 +0.001724243164 +-0.148437500000 +-0.025146484375 +-0.019042968750 +0.039306640625 +-0.080566406250 +0.073730468750 +0.013305664062 +-0.203125000000 +0.100097656250 +0.070312500000 +-0.110351562500 +-0.036376953125 +0.104980468750 +0.062500000000 +-0.054931640625 +0.053710937500 +0.035888671875 +-0.382812500000 +0.136718750000 +0.006347656250 +0.046142578125 +-0.018798828125 +0.151367187500 +-0.160156250000 +-0.165039062500 +-0.095214843750 +0.040039062500 +0.075683593750 +-0.449218750000 +0.055908203125 +-0.065429687500 +0.039062500000 +-0.069335937500 +0.057617187500 +-0.068847656250 +-0.056152343750 +-0.076171875000 +-0.090820312500 +-0.015625000000 +0.200195312500 +-0.064453125000 +-0.040039062500 +0.122558593750 +0.034912109375 +0.047607421875 +-0.070312500000 +-0.085937500000 +-0.079589843750 +-0.067382812500 +-0.242187500000 +0.022827148438 +-0.050537109375 +-0.057373046875 +-0.152343750000 +0.061767578125 +-0.080078125000 +0.061523437500 +-0.033447265625 +0.006072998047 +-0.066406250000 +-0.038574218750 +0.019897460938 +0.051513671875 +-0.011169433594 +0.042968750000 +0.021240234375 +-0.028198242188 +0.080566406250 +0.033691406250 +-0.155273437500 +-0.110839843750 +0.002197265625 +-0.194335937500 +-0.102050781250 +0.186523437500 +-0.143554687500 +-0.355468750000 +-0.067382812500 +0.055175781250 +-0.007049560547 +-0.073730468750 +0.031494140625 +0.127929687500 +0.191406250000 +-0.220703125000 +0.275390625000 +-0.016845703125 +0.042236328125 +-0.243164062500 +-0.140625000000 +-0.118164062500 +0.004577636719 +0.119140625000 +-0.144531250000 +0.037841796875 +-0.027587890625 +-0.241210937500 +0.108886718750 +-0.011718750000 +-0.257812500000 +-0.304687500000 +0.132812500000 +0.016357421875 +-0.141601562500 +-0.128906250000 +-0.115234375000 +0.022583007812 +-0.151367187500 +0.006256103516 +0.050292968750 +-0.098144531250 +-0.190429687500 +-0.020141601562 +-0.076660156250 +0.091796875000 +-0.038574218750 +0.125976562500 +0.073242187500 +0.133789062500 +0.318359375000 +-0.075683593750 +0.139648437500 +0.190429687500 +0.064941406250 +0.039794921875 +-0.055908203125 +-0.328125000000 +-0.048095703125 +0.056884765625 +-0.271484375000 +0.042236328125 +-0.213867187500 +-0.067382812500 +0.219726562500 +-0.178710937500 +0.143554687500 +-0.146484375000 +0.062500000000 +-0.040039062500 +-0.006683349609 +0.351562500000 +0.259765625000 +0.040771484375 +0.248046875000 +-0.022705078125 +-0.039550781250 +0.257812500000 +0.019775390625 +-0.077148437500 +-0.072753906250 +0.053466796875 +0.031005859375 +0.132812500000 +-0.135742187500 +0.211914062500 +0.133789062500 +0.151367187500 +0.042724609375 +-0.031494140625 +0.126953125000 +-0.156250000000 +-0.046142578125 +-0.067871093750 +0.080566406250 +0.125000000000 +-0.173828125000 +-0.178710937500 +-0.159179687500 +-0.182617187500 +-0.006011962891 +0.057861328125 +-0.010620117188 +0.050781250000 +0.138671875000 +-0.029418945312 +-0.055419921875 +-0.236328125000 +-0.020996093750 +-0.070800781250 +-0.038818359375 +-0.255859375000 +0.022583007812 +-0.275390625000 +-0.238281250000 +-0.126953125000 +-0.181640625000 +0.140625000000 +0.073242187500 +0.137695312500 +-0.201171875000 +-0.055175781250 +0.013854980469 +0.091796875000 +-0.065917968750 +-0.045654296875 +-0.500000000000 +-0.013549804688 +0.192382812500 +0.153320312500 +-0.069824218750 +0.090332031250 +-0.074218750000 +-0.083007812500 +-0.037109375000 +0.105957031250 +-0.294921875000 +-0.045166015625 +-0.011352539062 +-0.664062500000 +0.161132812500 +0.156250000000 +-0.060546875000 +0.005859375000 +-0.037353515625 +0.039794921875 +-0.050048828125 +-0.096191406250 +0.036865234375 +-0.318359375000 +-0.066406250000 +0.057617187500 +-0.061279296875 +0.071289062500 +-0.125976562500 +-0.094726562500 +-0.132812500000 +-0.129882812500 +-0.076171875000 +0.080566406250 +0.067871093750 +-0.412109375000 +-0.102539062500 +-0.213867187500 +-0.041748046875 +0.012268066406 +-0.159179687500 +0.089355468750 +0.082031250000 +-0.141601562500 +-0.057128906250 +-0.091796875000 +-0.049316406250 +0.024902343750 +-0.093261718750 +0.080078125000 +-0.034912109375 +0.058349609375 +0.194335937500 +0.079589843750 +-0.155273437500 +-0.091796875000 +0.007568359375 +0.015747070312 +-0.114257812500 +-0.123535156250 +-0.142578125000 +-0.117187500000 +-0.238281250000 +0.146484375000 +-0.228515625000 +-0.048828125000 +0.010742187500 +-0.105468750000 +-0.038574218750 +0.049804687500 +0.027343750000 +-0.168945312500 +0.122558593750 +-0.008300781250 +-0.117675781250 +0.089843750000 +0.134765625000 +-0.363281250000 +-0.239257812500 +-0.056396484375 +0.184570312500 +-0.201171875000 +0.079101562500 +0.028320312500 +-0.100097656250 +0.093261718750 +0.043457031250 +0.026855468750 +-0.108886718750 +0.023071289062 +0.031982421875 +-0.014465332031 +0.020141601562 +-0.263671875000 +0.046630859375 +-0.180664062500 +-0.134765625000 +0.036376953125 +-0.069335937500 +-0.570312500000 +0.041015625000 +0.061523437500 +0.179687500000 +0.008544921875 +-0.061035156250 +0.065429687500 +-0.058349609375 +0.019775390625 +0.021240234375 +0.137695312500 +0.176757812500 +-0.119140625000 +0.061767578125 +-0.097656250000 +-0.198242187500 +-0.010742187500 +0.140625000000 +-0.194335937500 +0.201171875000 +0.080566406250 +-0.038574218750 +-0.078613281250 +-0.304687500000 +0.008361816406 +-0.187500000000 +-0.019775390625 +0.137695312500 +0.102050781250 +-0.115234375000 +0.030517578125 +-0.155273437500 +-0.187500000000 +0.116699218750 +0.071777343750 +-0.054931640625 +0.003768920898 +-0.014160156250 +-0.192382812500 +-0.183593750000 +0.210937500000 +0.044677734375 +0.174804687500 +0.085937500000 +-0.068359375000 +-0.000286102295 +0.255859375000 +0.089843750000 +-0.161132812500 +0.219726562500 +-0.180664062500 +0.051025390625 +0.124023437500 +0.015869140625 +0.042968750000 +-0.100585937500 +0.236328125000 +-0.087890625000 +-0.097656250000 +-0.128906250000 +0.114746093750 +0.014160156250 +-0.103027343750 +0.007080078125 +0.082031250000 +-0.007537841797 +0.045898437500 +0.131835937500 +-0.213867187500 +-0.015869140625 +-0.040771484375 +-0.014770507812 +-0.121582031250 +0.106933593750 +0.062011718750 +-0.170898437500 +-0.041748046875 +-0.457031250000 +-0.098144531250 +-0.081054687500 +-0.001457214355 +0.004058837891 +-0.154296875000 +-0.181640625000 +-0.498046875000 +0.224609375000 +-0.109375000000 +0.062011718750 +-0.237304687500 +0.004364013672 +-0.121582031250 +0.139648437500 +0.087890625000 +0.077636718750 +-0.010498046875 +-0.235351562500 +0.135742187500 +-0.080078125000 +0.082031250000 +0.131835937500 +0.019409179688 +-0.355468750000 +-0.171875000000 +-0.012390136719 +-0.574218750000 +0.023071289062 +-0.218750000000 +-0.730468750000 +-0.016235351562 +0.191406250000 +0.026123046875 +-0.100097656250 +0.051757812500 +0.181640625000 +-0.046875000000 +-0.010375976562 +0.010192871094 +-0.077636718750 +-0.476562500000 +-0.119628906250 +-0.259765625000 +0.105468750000 +-0.122558593750 +0.213867187500 +0.012329101562 +-0.004272460938 +0.026611328125 +-0.511718750000 +0.139648437500 +-0.045898437500 +0.204101562500 +-0.087890625000 +-0.045898437500 +-0.080566406250 +0.041748046875 +0.038818359375 +-0.240234375000 +0.121582031250 +0.166015625000 +-0.314453125000 +-0.107910156250 +0.003356933594 +-0.149414062500 +0.015563964844 +0.041503906250 +-0.107910156250 +0.037841796875 +0.161132812500 +0.028442382812 +0.022949218750 +-0.079101562500 +0.043701171875 +0.062988281250 +0.036621093750 +-0.054443359375 +-0.017822265625 +-0.012207031250 +0.341796875000 +0.027954101562 +-0.036132812500 +0.013854980469 +-0.096191406250 +-0.034912109375 +-0.318359375000 +0.015563964844 +-0.015136718750 +-0.117187500000 +-0.039306640625 +0.087402343750 +0.000526428223 +-0.562500000000 +-0.218750000000 +-0.053222656250 +0.134765625000 +-0.063964843750 +0.030029296875 +0.083496093750 +0.090332031250 +0.048339843750 +0.084960937500 +-0.005493164062 +0.004119873047 +0.112792968750 +0.038330078125 +0.013061523438 +0.076171875000 +0.056884765625 +0.072753906250 +0.022583007812 +0.003311157227 +0.050537109375 +-0.143554687500 +-0.046875000000 +0.098144531250 +0.011901855469 +0.004974365234 +0.094726562500 +-0.053710937500 +0.030883789062 +0.093261718750 +-0.052246093750 +0.208007812500 +-0.147460937500 +-0.011718750000 +-0.185546875000 +0.152343750000 +-0.246093750000 +0.173828125000 +-0.353515625000 +0.114746093750 +0.068847656250 +-0.213867187500 +0.106445312500 +-0.000846862793 +-0.089843750000 +0.044433593750 +0.143554687500 +-0.020751953125 +-0.006072998047 +-0.011962890625 +-0.034667968750 +-0.326171875000 +-0.036132812500 +0.001335144043 +0.038818359375 +0.010253906250 +0.131835937500 +-0.078125000000 +-0.124023437500 +-0.074218750000 +0.141601562500 +-0.224609375000 +-0.043701171875 +-0.207031250000 +-0.221679687500 +-0.257812500000 +-0.166015625000 +-0.014526367188 +-0.000946044922 +-0.064453125000 +0.084960937500 +-0.298828125000 +-0.069335937500 +0.062988281250 +-0.153320312500 +0.085937500000 +-0.145507812500 +-0.023071289062 +0.023559570312 +-0.039306640625 +0.170898437500 +-0.136718750000 +-0.263671875000 +0.248046875000 +0.102539062500 +-0.158203125000 +-0.079589843750 +-0.130859375000 +-0.007598876953 +-0.084960937500 +0.003723144531 +-0.027099609375 +0.002380371094 +-0.097167968750 +-0.141601562500 +0.120117187500 +-0.194335937500 +-0.111328125000 +-0.163085937500 +0.071289062500 +-0.151367187500 +0.121582031250 +-0.408203125000 +-0.169921875000 +-0.111816406250 +-0.236328125000 +0.143554687500 +-0.084472656250 +0.055908203125 +-0.174804687500 +0.211914062500 +-0.011718750000 +-0.039062500000 +0.095214843750 +0.013549804688 +-0.326171875000 +-0.043212890625 +0.003845214844 +-0.106933593750 +-0.017578125000 +-0.003082275391 +0.045166015625 +0.083496093750 +0.173828125000 +-0.072753906250 +-0.046142578125 +-0.285156250000 +-0.015563964844 +-0.132812500000 +-0.753906250000 +-0.055419921875 +0.013977050781 +-0.100097656250 +0.020874023438 +0.134765625000 +-0.097167968750 +0.003158569336 +-0.108886718750 +-0.106445312500 +0.094238281250 +-0.667968750000 +0.131835937500 +-0.074218750000 +0.053222656250 +0.018188476562 +0.004791259766 +-0.171875000000 +0.146484375000 +0.164062500000 +-0.472656250000 +-0.026123046875 +-0.144531250000 +-0.090820312500 +0.052490234375 +0.039306640625 +0.065429687500 +0.036376953125 +-0.100585937500 +-0.021118164062 +-0.097167968750 +0.023681640625 +-0.511718750000 +-0.125000000000 +-0.071289062500 +-0.390625000000 +0.011047363281 +-0.096191406250 +-0.199218750000 +0.017089843750 +0.005218505859 +-0.039794921875 +-0.107421875000 +-0.152343750000 +0.115722656250 +0.077636718750 +-0.067382812500 +0.070800781250 +-0.161132812500 +-0.121093750000 +-0.343750000000 +-0.044677734375 +0.063476562500 +-0.137695312500 +-0.215820312500 +-0.388671875000 +0.216796875000 +0.237304687500 +-0.104003906250 +-0.097656250000 +-0.133789062500 +-0.347656250000 +-0.208007812500 +0.183593750000 +-0.304687500000 +0.066406250000 +0.055664062500 +-0.009094238281 +0.058593750000 +-0.038330078125 +0.026977539062 +0.035156250000 +-0.000073909760 +-0.250000000000 +0.038818359375 +0.011535644531 +0.102539062500 +-0.097167968750 +0.000923156738 +-1.039062500000 +0.142578125000 +0.039062500000 +0.151367187500 +0.095214843750 +-0.004669189453 +-0.108398437500 +0.020874023438 +0.157226562500 +0.057617187500 +0.070312500000 +-0.109375000000 +-0.016357421875 +0.052246093750 +0.010192871094 +0.071777343750 +0.119628906250 +-0.078125000000 +0.026733398438 +-0.451171875000 +0.122558593750 +0.220703125000 +0.318359375000 +-0.023315429688 +0.088867187500 +0.189453125000 +-0.008789062500 +0.058593750000 +0.020629882812 +-0.020263671875 +-0.113769531250 +-0.074218750000 +-0.113281250000 +-0.020019531250 +0.009277343750 +0.237304687500 +-0.130859375000 +-0.032470703125 +0.146484375000 +0.062988281250 +-0.178710937500 +-0.015563964844 +-0.324218750000 +0.062988281250 +-0.118652343750 +-0.013488769531 +-0.029052734375 +0.050292968750 +0.025634765625 +-0.035888671875 +-0.039306640625 +0.273437500000 +-0.193359375000 +0.056640625000 +0.223632812500 +-0.138671875000 +0.081542968750 +0.142578125000 +-0.080078125000 +-0.060791015625 +-0.086914062500 +0.094238281250 +-0.034179687500 +-0.221679687500 +-0.073242187500 +0.006134033203 +-0.040771484375 +-0.071777343750 +0.009155273438 +0.192382812500 +0.044189453125 +0.186523437500 +-0.083007812500 +-0.049072265625 +0.108398437500 +0.157226562500 +-0.151367187500 +-0.000782012939 +0.186523437500 +0.196289062500 +-0.098144531250 +0.121582031250 +0.191406250000 +-0.066894531250 +0.247070312500 +-0.021240234375 +0.096191406250 +-0.144531250000 +0.061279296875 +-0.063476562500 +0.073730468750 +-0.121093750000 +0.055664062500 +0.173828125000 +0.007324218750 +-0.027954101562 +-0.166992187500 +0.271484375000 +0.016967773438 +0.253906250000 +-0.170898437500 +0.113281250000 +0.120117187500 +-0.251953125000 +-0.161132812500 +0.037597656250 +-0.070312500000 +-0.253906250000 +-0.255859375000 +0.058105468750 +0.030761718750 +-0.197265625000 +0.010986328125 +0.088378906250 +0.044189453125 +0.036376953125 +0.068847656250 +0.042236328125 +-0.375000000000 +0.078613281250 +0.211914062500 +0.037109375000 +-0.046386718750 +0.057861328125 +0.111328125000 +0.214843750000 +0.144531250000 +-0.042724609375 +0.035888671875 +0.050048828125 +-0.094726562500 +-0.195312500000 +0.019653320312 +0.146484375000 +0.000227928162 +-0.138671875000 +0.052490234375 +-0.197265625000 +0.101562500000 +0.034423828125 +-0.062011718750 +-0.049072265625 +-0.185546875000 +0.149414062500 +-0.002685546875 +-0.267578125000 +0.190429687500 +-0.026245117188 +-0.257812500000 +-0.241210937500 +0.004608154297 +-0.063964843750 +-0.000268936157 +0.127929687500 +-0.056152343750 +-0.002059936523 +0.040527343750 +-0.091796875000 +-0.234375000000 +0.112792968750 +-0.031250000000 +-0.355468750000 +0.033203125000 +-0.159179687500 +-0.049804687500 +-0.130859375000 +0.273437500000 +0.283203125000 +-0.052246093750 +0.190429687500 +-0.061767578125 +0.211914062500 +0.098144531250 +-0.093261718750 +-0.145507812500 +0.084472656250 +0.032470703125 +-0.227539062500 +-0.012268066406 +-0.067382812500 +0.059814453125 +-0.126953125000 +-0.116699218750 +-0.046875000000 +-0.330078125000 +0.074707031250 +-0.032470703125 +-0.028076171875 +0.005828857422 +0.001060485840 +-0.020507812500 +0.049560546875 +0.021118164062 +0.046875000000 +-0.145507812500 +0.171875000000 +0.047363281250 +-0.128906250000 +-0.246093750000 +0.259765625000 +0.106933593750 +-0.039550781250 +-0.012817382812 +-0.118164062500 +0.010131835938 +0.136718750000 +0.118164062500 +-1.078125000000 +-0.096679687500 +-0.094726562500 +-0.078125000000 +-0.236328125000 +0.050048828125 +-0.015991210938 +0.035644531250 +0.034179687500 +-0.018676757812 +-0.103515625000 +-0.013000488281 +-0.429687500000 +-0.120605468750 +-0.460937500000 +-0.153320312500 +0.121582031250 +0.216796875000 +0.119140625000 +-0.068847656250 +0.054443359375 +0.043212890625 +0.092773437500 +0.194335937500 +-0.022338867188 +-0.020507812500 +-0.013549804688 +-0.234375000000 +0.081054687500 +0.073242187500 +-0.016601562500 +-0.102050781250 +0.080566406250 +0.269531250000 +0.089843750000 +0.083984375000 +-0.188476562500 +0.026977539062 +0.030273437500 +-0.083984375000 +0.030151367188 +-0.082031250000 +-0.053222656250 +0.230468750000 +-0.034179687500 +0.001838684082 +0.137695312500 +0.273437500000 +-0.020629882812 +-0.455078125000 +0.204101562500 +0.085937500000 +-0.092285156250 +0.012145996094 +-0.181640625000 +-0.043212890625 +0.023437500000 +0.135742187500 +-0.010253906250 +0.029296875000 +-0.062255859375 +-0.063964843750 +-0.138671875000 +-0.076171875000 +0.019897460938 +0.162109375000 +-0.187500000000 +0.062255859375 +-0.177734375000 +-0.022216796875 +0.063964843750 +0.486328125000 +-0.012145996094 +-0.028076171875 +0.050537109375 +-0.081054687500 +-0.133789062500 +-0.055908203125 +0.035644531250 +-0.177734375000 +0.062988281250 +-0.025024414062 +0.060058593750 +0.067871093750 +0.105468750000 +-0.059326171875 +-0.067871093750 +0.043212890625 +-0.086914062500 +-0.139648437500 +-0.105468750000 +-0.076171875000 +0.000747680664 +0.237304687500 +0.125976562500 +-0.242187500000 +0.040527343750 +-0.112304687500 +0.214843750000 +-0.035888671875 +-0.104492187500 +-0.034423828125 +-0.004669189453 +-0.047851562500 +-0.012939453125 +-0.141601562500 +-0.001884460449 +-0.005340576172 +-0.045410156250 +0.054931640625 +-0.125000000000 +0.004058837891 +0.007537841797 +0.103515625000 +-0.345703125000 +0.028076171875 +0.173828125000 +0.012878417969 +0.034912109375 +0.006713867188 +0.077636718750 +-0.511718750000 +-0.054443359375 +0.129882812500 +-0.025756835938 +-0.002639770508 +-0.081054687500 +0.007873535156 +-0.134765625000 +-0.000362396240 +-0.196289062500 +-0.063476562500 +-0.114746093750 +-0.111816406250 +-0.016601562500 +-0.210937500000 +-0.029418945312 +-0.051757812500 +-0.335937500000 +0.071777343750 +-0.078613281250 +-0.072265625000 +-0.107910156250 +0.131835937500 +-0.073730468750 +0.121093750000 +0.104492187500 +0.007385253906 +0.068359375000 +0.010070800781 +-0.069335937500 +-0.002532958984 +-0.028564453125 +-0.083984375000 +0.111328125000 +0.068847656250 +-0.234375000000 +-0.162109375000 +-0.273437500000 +0.029418945312 +-0.008911132812 +-0.033447265625 +0.032470703125 +0.427734375000 +0.162109375000 +-0.015502929688 +0.011718750000 +-0.081054687500 +-0.201171875000 +-0.143554687500 +-0.001884460449 +-0.007812500000 +-0.058349609375 +-0.083007812500 +0.161132812500 +0.023559570312 +-0.039306640625 +-0.404296875000 +-0.076171875000 +0.026733398438 +0.044189453125 +-0.210937500000 +-0.077636718750 +-0.064453125000 +-0.165039062500 +0.219726562500 +-0.037841796875 +0.015319824219 +0.065917968750 +0.029907226562 +0.013000488281 +0.045166015625 +-0.131835937500 +0.102050781250 +0.064941406250 +0.110839843750 +-0.030639648438 +-0.155273437500 +0.035644531250 +0.026367187500 +0.234375000000 +0.014648437500 +-0.047119140625 +0.155273437500 +-0.018798828125 +0.120117187500 +-0.051269531250 +0.031250000000 +-0.007751464844 +0.335937500000 +-0.147460937500 +0.114746093750 +-0.071777343750 +0.039306640625 +-0.033203125000 +-0.068847656250 +-0.275390625000 +-0.038330078125 +0.050537109375 +-0.014892578125 +-0.016235351562 +0.042968750000 +0.024291992188 +0.048095703125 +-0.057617187500 +-0.200195312500 +-0.244140625000 +-0.028808593750 +-0.136718750000 +-0.164062500000 +0.235351562500 +-0.006744384766 +-0.177734375000 +0.199218750000 +-0.072753906250 +0.132812500000 +-0.031250000000 +-0.033935546875 +0.018188476562 +-0.024658203125 +0.011413574219 +-0.098632812500 +-0.052978515625 +0.011291503906 +-0.064941406250 +-0.119628906250 +0.091796875000 +0.096679687500 +-0.206054687500 +0.162109375000 +0.073242187500 +0.107421875000 +-0.115722656250 +0.114746093750 +0.063964843750 +0.063964843750 +-0.263671875000 +0.135742187500 +-0.185546875000 +-0.114257812500 +0.287109375000 +-0.271484375000 +0.082031250000 +-0.028076171875 +-0.145507812500 +-0.087402343750 +0.140625000000 +0.097167968750 +-0.253906250000 +-0.132812500000 +-0.027709960938 +-0.104492187500 +-0.155273437500 +0.031738281250 +-0.046386718750 +-0.046142578125 +-0.068847656250 +0.167968750000 +0.059326171875 +0.087890625000 +0.008300781250 +-0.009033203125 +0.077636718750 +0.014953613281 +0.035644531250 +-0.052246093750 +-0.037841796875 +-0.248046875000 +0.097656250000 +0.077148437500 +-0.098144531250 +-0.083496093750 +0.003356933594 +-0.064453125000 +-0.082519531250 +-0.092773437500 +0.117675781250 +-0.050292968750 +-0.150390625000 +0.051025390625 +-0.129882812500 +0.022094726562 +-0.218750000000 +-0.245117187500 +0.023925781250 +-0.079589843750 +-0.060791015625 +-0.055419921875 +-0.122070312500 +-0.144531250000 +0.090332031250 +-0.142578125000 +-0.155273437500 +-0.083496093750 +0.020263671875 +0.022705078125 +-0.174804687500 +0.026000976562 +0.131835937500 +0.263671875000 +0.051757812500 +-0.028808593750 +-0.059082031250 +-0.172851562500 +0.226562500000 +0.025756835938 +-0.173828125000 +0.125000000000 +-0.221679687500 +0.066406250000 +0.020141601562 +0.117675781250 +-0.058837890625 +-0.021972656250 +0.196289062500 +-0.137695312500 +-0.088378906250 +0.083496093750 +0.015563964844 +-0.078125000000 +0.012695312500 +-0.026855468750 +0.062011718750 +-0.039306640625 +-0.013183593750 +0.190429687500 +-0.056152343750 +0.053222656250 +-0.240234375000 +-0.016235351562 +-0.134765625000 +0.005523681641 +0.026123046875 +0.089843750000 +0.298828125000 +0.026000976562 +0.069335937500 +-0.082519531250 +0.036621093750 +0.015991210938 +-0.123046875000 +0.184570312500 +0.000368118286 +0.058105468750 +0.002929687500 +0.096679687500 +-0.121093750000 +0.095703125000 +-0.087402343750 +-0.066894531250 +-0.063476562500 +0.159179687500 +-0.092285156250 +-0.036376953125 +-0.120605468750 +-0.239257812500 +0.047363281250 +-0.855468750000 +-0.026367187500 +-0.047363281250 +-0.008850097656 +0.015075683594 +-0.167968750000 +-0.173828125000 +0.021484375000 +-0.117187500000 +0.003280639648 +-0.075683593750 +0.086914062500 +-0.027221679688 +0.161132812500 +-0.245117187500 +0.069335937500 +-0.022949218750 +-0.060058593750 +0.084960937500 +0.020263671875 +-0.104492187500 +-0.183593750000 +-0.118164062500 +0.076171875000 +-0.064941406250 +0.015747070312 +0.018798828125 +-0.050537109375 +-0.039794921875 +-0.200195312500 +0.040039062500 +0.043212890625 +-0.101562500000 +0.028198242188 +-0.096191406250 +0.173828125000 +0.144531250000 +0.027832031250 +0.078613281250 +-0.181640625000 +-0.542968750000 +0.231445312500 +0.089843750000 +-0.090820312500 +0.133789062500 +-0.267578125000 +0.124023437500 +0.061523437500 +-0.037841796875 +0.037841796875 +-0.129882812500 +0.020141601562 +0.051757812500 +-0.045166015625 +-0.083007812500 +0.011535644531 +0.028320312500 +0.149414062500 +-0.093750000000 +-0.054687500000 +-0.051757812500 +0.043457031250 +-0.089355468750 +0.038818359375 +0.294921875000 +0.044433593750 +-0.074218750000 +-0.021362304688 +-0.093261718750 +0.076171875000 +0.255859375000 +-0.026123046875 +-0.232421875000 +-0.115234375000 +0.008056640625 +0.050537109375 +0.149414062500 +-0.124511718750 +-0.173828125000 +0.147460937500 +-0.081542968750 +0.020385742188 +0.058593750000 +0.026977539062 +0.116210937500 +-0.116699218750 +0.011169433594 +0.017333984375 +0.049072265625 +0.048095703125 +-0.071777343750 +-0.174804687500 +0.102539062500 +-0.087890625000 +0.096679687500 +-0.174804687500 +-0.040527343750 +-0.156250000000 +0.230468750000 +-0.255859375000 +0.049804687500 +0.081542968750 +0.084472656250 +0.084960937500 +0.088378906250 +-0.707031250000 +0.214843750000 +-0.130859375000 +-0.250000000000 +0.018676757812 +0.091796875000 +0.092285156250 +0.020996093750 +0.058593750000 +0.026000976562 +0.181640625000 +-0.644531250000 +-0.333984375000 +-0.099609375000 +-0.022338867188 +0.082519531250 +0.124511718750 +0.017456054688 +0.037841796875 +-0.011901855469 +-0.406250000000 +0.123046875000 +0.072265625000 +0.076171875000 +0.095214843750 +0.070800781250 +0.005645751953 +-0.031738281250 +-0.027709960938 +0.171875000000 +-0.015625000000 +0.139648437500 +-0.050048828125 +0.100585937500 +0.024414062500 +-0.092285156250 +-0.058105468750 +0.141601562500 +-0.113769531250 +-0.060302734375 +0.178710937500 +0.011840820312 +-0.027587890625 +0.154296875000 +-0.077148437500 +-0.187500000000 +0.017944335938 +-0.007232666016 +-0.169921875000 +0.012695312500 +-0.122558593750 +0.052001953125 +0.104003906250 +0.082519531250 +-0.078613281250 +0.136718750000 +-0.028076171875 +0.129882812500 +0.070800781250 +0.115234375000 +0.128906250000 +-0.184570312500 +0.214843750000 +0.242187500000 +-0.515625000000 +-0.026855468750 +-0.125976562500 +-0.146484375000 +0.101074218750 +-0.138671875000 +0.082031250000 +-0.018554687500 +-0.139648437500 +-0.072753906250 +0.078613281250 +-0.388671875000 +0.132812500000 +-0.072753906250 +-0.061035156250 +-0.035156250000 +-0.058593750000 +-0.040527343750 +0.046875000000 +-0.000923156738 +-0.183593750000 +0.092773437500 +-0.007629394531 +-0.077148437500 +0.073730468750 +0.015991210938 +-0.059082031250 +-0.030639648438 +-0.091796875000 +-0.025878906250 +0.112792968750 +0.119628906250 +-0.090332031250 +0.017578125000 +0.123535156250 +-0.200195312500 +-0.212890625000 +0.117675781250 +-0.056884765625 +-0.043701171875 +0.174804687500 +-0.171875000000 +-0.011047363281 +-0.245117187500 +0.118164062500 +-0.013732910156 +-0.081542968750 +0.012634277344 +-0.087402343750 +0.103515625000 +0.285156250000 +-0.046386718750 +-0.098144531250 +0.135742187500 +0.153320312500 +-0.070312500000 +0.135742187500 +-0.000286102295 +-0.007995605469 +-0.120117187500 +-0.006896972656 +0.010986328125 +-0.028320312500 +-0.148437500000 +-0.046386718750 +-0.107421875000 +-0.053955078125 +-0.061523437500 +0.027221679688 +0.144531250000 +0.221679687500 +0.037109375000 +0.036865234375 +0.253906250000 +0.028930664062 +-0.205078125000 +-0.084472656250 +0.054199218750 +0.026000976562 +0.103027343750 +-0.089843750000 +-0.175781250000 +-0.158203125000 +0.045898437500 +0.013916015625 +0.091796875000 +-0.041015625000 +-0.519531250000 +-0.179687500000 +0.109863281250 +-0.126953125000 +0.066894531250 +-0.271484375000 +0.065917968750 +-0.097656250000 +-0.116210937500 +0.021972656250 +-0.004547119141 +0.094238281250 +-0.147460937500 +-0.044677734375 +0.051513671875 +-0.032958984375 +0.159179687500 +-0.076660156250 +0.217773437500 +0.099609375000 +-0.057128906250 +-0.029663085938 +0.078613281250 +0.018432617188 +-0.067382812500 +0.104492187500 +-0.038085937500 +-0.021606445312 +0.071777343750 +0.096679687500 +0.052001953125 +0.287109375000 +-0.076171875000 +-0.134765625000 +-0.075195312500 +-0.140625000000 +-0.244140625000 +0.095214843750 +-0.091308593750 +0.018920898438 +-0.012023925781 +-0.044921875000 +0.123535156250 +-0.013244628906 +0.017456054688 +0.064941406250 +0.011352539062 +-0.172851562500 +0.005004882812 +0.044433593750 +-0.200195312500 +-0.246093750000 +-0.061279296875 +-0.005981445312 +-0.006347656250 +0.021240234375 +-0.200195312500 +0.163085937500 +0.302734375000 +0.008178710938 +-0.224609375000 +0.056640625000 +0.104492187500 +-0.045410156250 +-0.019775390625 +-0.098632812500 +0.068847656250 +-0.030761718750 +-0.045410156250 +0.012145996094 +-0.034423828125 +-0.012145996094 +-0.076171875000 +-0.044921875000 +-0.079101562500 +0.098632812500 +0.013732910156 +0.071289062500 +0.265625000000 +0.017456054688 +0.069335937500 +0.002197265625 +-0.005828857422 +0.008178710938 +-0.204101562500 +-0.024902343750 +-0.035888671875 +0.030639648438 +0.078125000000 +-0.165039062500 +-0.065429687500 +0.109375000000 +-0.039550781250 +-0.047851562500 +0.072265625000 +-0.045410156250 +-0.112304687500 +0.087890625000 +0.133789062500 +0.036376953125 +-0.085449218750 +-0.048583984375 +0.054199218750 +-0.143554687500 +-0.176757812500 +-0.042480468750 +0.206054687500 +0.164062500000 +-0.159179687500 +-0.012939453125 +0.029296875000 +0.232421875000 +0.090332031250 +0.045166015625 +-0.339843750000 +-0.021728515625 +0.000625610352 +-0.083984375000 +-0.104003906250 +0.039550781250 +-0.037841796875 +0.002334594727 +-0.109863281250 +-0.285156250000 +-0.061035156250 +-0.003906250000 +-0.004272460938 +0.255859375000 +-0.178710937500 +-0.001968383789 +-0.103515625000 +0.017089843750 +-0.104492187500 +0.024536132812 +0.026000976562 +-0.064453125000 +0.053955078125 +0.100097656250 +-0.088378906250 +0.106445312500 +0.073242187500 +-0.115234375000 +-0.103515625000 +-0.019653320312 +-0.053222656250 +0.269531250000 +0.060791015625 +0.023803710938 +0.018798828125 +-0.008605957031 +-0.178710937500 +0.103515625000 +0.229492187500 +-0.165039062500 +-0.000942230225 +0.104980468750 +-0.038818359375 +0.018188476562 +-0.083007812500 +0.140625000000 +-0.042724609375 +-0.041259765625 +0.096191406250 +0.157226562500 +-0.040771484375 +0.209960937500 +-0.034912109375 +-0.121093750000 +0.031738281250 +0.062988281250 +0.029296875000 +0.279296875000 +-0.423828125000 +0.011474609375 +-0.175781250000 +0.106445312500 +0.210937500000 +0.192382812500 +0.128906250000 +0.020996093750 +0.010192871094 +0.038085937500 +-0.110839843750 +0.039306640625 +-0.126953125000 +0.125976562500 +-0.010131835938 +0.063964843750 +0.146484375000 +-0.088867187500 +0.166992187500 +0.104980468750 +-0.124023437500 +0.056640625000 +0.008300781250 +0.016723632812 +-0.107910156250 +0.122070312500 +0.160156250000 +-0.061035156250 +0.089843750000 +0.182617187500 +-0.052246093750 +-0.013000488281 +0.147460937500 +0.020751953125 +0.306640625000 +0.014892578125 +0.034912109375 +0.146484375000 +-0.018432617188 +0.007812500000 +0.236328125000 +0.016845703125 +-0.125976562500 +0.167968750000 +-0.281250000000 +0.044189453125 +0.002655029297 +-0.097167968750 +-0.104003906250 +0.116699218750 +0.031494140625 +-0.126953125000 +0.003890991211 +0.082519531250 +-0.083496093750 +-0.181640625000 +-0.019531250000 +-0.002975463867 +-0.235351562500 +0.292968750000 +-0.277343750000 +-0.104980468750 +0.031005859375 +-0.107910156250 +0.009887695312 +0.142578125000 +-0.062255859375 +-0.208984375000 +-0.063476562500 +-0.010070800781 +-0.367187500000 +-0.058105468750 +0.139648437500 +-0.103515625000 +-0.166992187500 +-0.302734375000 +0.085937500000 +-0.085449218750 +-0.110351562500 +-0.036865234375 +-0.146484375000 +-0.046386718750 +-0.056152343750 +0.037109375000 +-0.142578125000 +0.071289062500 +-0.129882812500 +-0.108398437500 +0.130859375000 +-0.129882812500 +-0.279296875000 +-0.199218750000 +-0.169921875000 +-0.132812500000 +0.002441406250 +-0.006927490234 +0.028198242188 +-0.125976562500 +-0.151367187500 +0.014709472656 +-0.149414062500 +-0.215820312500 +-0.172851562500 +-0.031250000000 +-0.077636718750 +0.021118164062 +0.137695312500 +-0.040771484375 +0.051269531250 +-0.057861328125 +-0.114257812500 +0.110351562500 +0.145507812500 +-0.085937500000 +-0.052001953125 +-0.037109375000 +-0.265625000000 +0.080566406250 +-0.020141601562 +-0.119628906250 +-0.139648437500 +0.160156250000 +-0.054931640625 +-0.110351562500 +0.092285156250 +-0.224609375000 +-0.201171875000 +0.097656250000 +0.127929687500 +-0.023437500000 +-0.147460937500 +-0.054443359375 +-0.084960937500 +0.202148437500 +-0.009826660156 +-0.376953125000 +0.098632812500 +-0.001800537109 +-0.098144531250 +0.042480468750 +0.189453125000 +0.135742187500 +0.010070800781 +-0.024291992188 +0.047607421875 +-0.081542968750 +0.033447265625 +-0.069824218750 +0.195312500000 +0.037841796875 +-0.001098632812 +-0.055419921875 +0.006774902344 +0.029052734375 +0.070312500000 +-0.218750000000 +-0.019409179688 +0.015747070312 +-0.351562500000 +-0.161132812500 +-0.044677734375 +-0.217773437500 +-0.277343750000 +-0.025390625000 +-0.003585815430 +-0.208007812500 +0.047607421875 +-0.067871093750 +0.341796875000 +-0.056396484375 +-0.034179687500 +-0.029296875000 +0.173828125000 +0.102050781250 +0.141601562500 +-0.105468750000 +-0.027832031250 +0.138671875000 +-0.108886718750 +-0.227539062500 +-0.050537109375 +0.015014648438 +-0.128906250000 +-0.112792968750 +-0.226562500000 +-0.431640625000 +0.057373046875 +0.083007812500 +-0.018188476562 +-0.106445312500 +-0.127929687500 +0.190429687500 +-0.057617187500 +-0.112304687500 +0.097167968750 +0.376953125000 +0.034179687500 +-0.082519531250 +-0.032470703125 +-0.201171875000 +0.015441894531 +0.130859375000 +0.184570312500 +0.104003906250 +-0.087402343750 +0.037841796875 +-0.201171875000 +-0.075683593750 +0.046142578125 +0.077148437500 +0.097167968750 +0.087402343750 +-0.100585937500 +0.029785156250 +0.102539062500 +0.048095703125 +0.012634277344 +-0.028320312500 +0.093750000000 +0.100585937500 +0.104492187500 +0.172851562500 +0.115234375000 +0.153320312500 +-0.239257812500 +-0.022827148438 +0.010375976562 +-0.380859375000 +-0.026977539062 +-0.451171875000 +0.166015625000 +-0.019042968750 +-0.269531250000 +0.013183593750 +0.131835937500 +-0.099121093750 +-0.012329101562 +0.065917968750 +-0.076171875000 +0.004669189453 +-0.023925781250 +-0.170898437500 +0.030395507812 +-0.025878906250 +0.061279296875 +-0.001411437988 +-0.247070312500 +-0.108398437500 +-0.193359375000 +-0.229492187500 +0.141601562500 +0.096679687500 +-0.255859375000 +-0.034423828125 +0.152343750000 +0.050048828125 +-0.113281250000 +-0.013793945312 +-0.240234375000 +0.027465820312 +0.143554687500 +0.048095703125 +0.106445312500 +-0.058349609375 +-0.014465332031 +0.079101562500 +0.135742187500 +0.065429687500 +-0.104492187500 +-0.115722656250 +-0.056640625000 +-0.010375976562 +-0.100097656250 +0.066406250000 +0.121093750000 +-0.031127929688 +-0.095703125000 +0.003067016602 +-0.056152343750 +0.132812500000 +-0.064453125000 +-0.024658203125 +0.141601562500 +-0.155273437500 +-0.229492187500 +0.097167968750 +-0.123046875000 +0.015991210938 +-0.164062500000 +-0.095703125000 +-0.308593750000 +0.032226562500 +-0.111328125000 +0.129882812500 +0.015747070312 +0.031250000000 +0.113769531250 +-0.100585937500 +-0.215820312500 +-0.030517578125 +-0.073242187500 +-0.000656127930 +0.074707031250 +-0.103027343750 +0.041748046875 +0.075683593750 +-0.125000000000 +0.095703125000 +0.124511718750 +-0.086914062500 +-0.100585937500 +-0.006744384766 +-0.189453125000 +-0.164062500000 +-0.213867187500 +0.082519531250 +-0.277343750000 +-0.494140625000 +-0.067382812500 +-0.062011718750 +-0.041992187500 +-0.033691406250 +-0.138671875000 +0.007873535156 +0.041015625000 +-0.119140625000 +-0.161132812500 +0.043701171875 +-0.416015625000 +0.081054687500 +0.096679687500 +0.045654296875 +-0.353515625000 +0.000797271729 +0.132812500000 +-0.000766754150 +0.129882812500 +-0.691406250000 +0.085449218750 +-0.205078125000 +0.269531250000 +-0.033935546875 +0.088867187500 +-0.034423828125 +0.096679687500 +0.094238281250 +0.069824218750 +-0.371093750000 +0.003311157227 +-0.287109375000 +-0.018188476562 +-0.408203125000 +-0.208984375000 +-0.080078125000 +0.306640625000 +0.043945312500 +0.005157470703 +0.251953125000 +-0.063964843750 +0.105957031250 +-0.051757812500 +-0.396484375000 +-0.103515625000 +0.026489257812 +0.008483886719 +-0.101562500000 +-0.006103515625 +-0.053955078125 +-0.099609375000 +-0.001312255859 +-0.000350952148 +-0.008850097656 +0.019409179688 +-0.048828125000 +-0.355468750000 +-0.020263671875 +0.112792968750 +0.162109375000 +-0.139648437500 +0.067871093750 +-0.061767578125 +0.139648437500 +-0.167968750000 +0.105957031250 +0.038818359375 +-0.086914062500 +-0.063964843750 +-0.023193359375 +0.081054687500 +0.000102043152 +0.113769531250 +-0.148437500000 +0.117187500000 +0.030151367188 +0.053222656250 +-0.004302978516 +0.053710937500 +-0.049560546875 +0.099609375000 +-0.219726562500 +-0.136718750000 +-0.040039062500 +-0.023437500000 +-0.025390625000 +0.100585937500 +0.009521484375 +0.036865234375 +-0.081054687500 +-0.038574218750 +-0.093750000000 +-0.257812500000 +-0.010681152344 +-0.051757812500 +-0.188476562500 +-0.020263671875 +0.049072265625 +0.002807617188 +-0.002044677734 +-0.222656250000 +0.289062500000 +-0.029174804688 +0.098632812500 +0.004974365234 +-0.136718750000 +-0.125976562500 +0.007537841797 +-0.190429687500 +-0.023681640625 +-0.219726562500 +-0.144531250000 +-0.099609375000 +-0.129882812500 +0.010437011719 +0.056640625000 +0.026733398438 +-0.195312500000 +0.028320312500 +-0.207031250000 +0.088867187500 +0.039062500000 +0.292968750000 +0.035156250000 +-0.006469726562 +0.078125000000 +-0.176757812500 +-0.468750000000 +0.021484375000 +-0.016601562500 +-0.349609375000 +0.123535156250 +-0.004455566406 +-0.240234375000 +0.058837890625 +-0.085937500000 +0.213867187500 +0.056396484375 +-0.396484375000 +-0.012023925781 +-0.087890625000 +-0.118652343750 +-0.090820312500 +0.219726562500 +0.023681640625 +0.005981445312 +0.089355468750 +-0.173828125000 +-0.054199218750 +-0.002471923828 +-0.308593750000 +-0.057373046875 +-0.022094726562 +-0.057861328125 +-0.234375000000 +0.072265625000 +0.210937500000 +-0.086425781250 +0.195312500000 +-0.026367187500 +-0.056640625000 +0.067871093750 +0.133789062500 +-0.062500000000 +0.012634277344 +0.005950927734 +0.144531250000 +0.177734375000 +0.183593750000 +-0.209960937500 +0.216796875000 +-0.330078125000 +-0.158203125000 +-0.046630859375 +-0.049072265625 +-0.398437500000 +-0.159179687500 +-0.074707031250 +-0.017700195312 +0.291015625000 +-0.039062500000 +-0.016723632812 +-0.208984375000 +-0.236328125000 +-0.032958984375 +-0.159179687500 +-0.014709472656 +-0.077636718750 +-0.021118164062 +-0.076171875000 +-0.478515625000 +0.367187500000 +-0.227539062500 +0.163085937500 +0.184570312500 +0.030883789062 +-0.285156250000 +0.128906250000 +-0.253906250000 +-0.139648437500 +0.179687500000 +-0.219726562500 +0.192382812500 +-0.006195068359 +-0.096191406250 +0.074218750000 +0.318359375000 +0.114746093750 +-0.088378906250 +-0.060058593750 +-0.163085937500 +0.198242187500 +0.207031250000 +-0.140625000000 +0.152343750000 +-0.018432617188 +-0.118652343750 +0.125976562500 +-0.021728515625 +-0.070312500000 +-0.318359375000 +0.029418945312 +-0.159179687500 +0.070800781250 +-0.070312500000 +0.034667968750 +-0.188476562500 +-0.245117187500 +-0.298828125000 +-0.063964843750 +0.053710937500 +-0.168945312500 +-0.020385742188 +-0.128906250000 +-0.056152343750 +0.076660156250 +0.000231742859 +0.022705078125 +0.034667968750 +-0.036865234375 +-0.043701171875 +-0.213867187500 +-0.052734375000 +-0.146484375000 +0.137695312500 +-0.202148437500 +-0.086914062500 +-0.202148437500 +0.218750000000 +0.205078125000 +0.082031250000 +0.081542968750 +-0.039550781250 +0.117675781250 +-0.257812500000 +-0.054931640625 +-0.021118164062 +-0.029785156250 +0.128906250000 +-0.161132812500 +0.034667968750 +-0.022460937500 +-0.016967773438 +0.080078125000 +-0.021606445312 +-0.061523437500 +-0.202148437500 +-0.022949218750 +-0.037353515625 +-0.038330078125 +-0.089355468750 +0.036865234375 +0.002685546875 +0.105957031250 +-0.220703125000 +-0.040771484375 +-0.056884765625 +0.141601562500 +-0.054443359375 +0.034912109375 +-0.051269531250 +-0.038330078125 +-0.026733398438 +-0.014099121094 +-0.012084960938 +-0.092773437500 +-0.132812500000 +0.015380859375 +0.221679687500 +-0.048828125000 +0.168945312500 +-0.083496093750 +-0.007690429688 +-0.231445312500 +-0.269531250000 +-0.068359375000 +0.150390625000 +0.134765625000 +0.136718750000 +-0.192382812500 +-0.038574218750 +-0.104003906250 +-0.089355468750 +-0.003692626953 +-0.096679687500 +-0.149414062500 +0.047851562500 +0.032714843750 +0.199218750000 +0.134765625000 +-0.126953125000 +0.103027343750 +-0.087890625000 +-0.261718750000 +-0.118164062500 +0.094726562500 +-0.006988525391 +-0.088867187500 +-0.146484375000 +0.136718750000 +-0.142578125000 +0.076660156250 +-0.129882812500 +0.127929687500 +-0.013916015625 +0.019531250000 +0.107910156250 +0.206054687500 +-0.234375000000 +-0.045166015625 +-0.002914428711 +0.144531250000 +-0.093261718750 +0.073730468750 +0.064941406250 +-0.100585937500 +-0.115722656250 +-0.022705078125 +0.104980468750 +-0.023803710938 +0.063476562500 +0.175781250000 +-0.367187500000 +0.041503906250 +0.081054687500 +0.121582031250 +0.018432617188 +-0.071777343750 +-0.123046875000 +-0.032226562500 +-0.044433593750 +-0.187500000000 +-0.071289062500 +-0.015747070312 +0.039794921875 +0.001579284668 +0.030761718750 +-0.080566406250 +0.046630859375 +-0.105957031250 +-0.034423828125 +0.049804687500 +-0.064453125000 +-0.112304687500 +0.053222656250 +-0.046875000000 +-0.129882812500 +0.116699218750 +-0.008239746094 +-0.155273437500 +0.056884765625 +0.158203125000 +-0.367187500000 +0.017822265625 +0.015136718750 +-0.024780273438 +-0.054199218750 +-0.052978515625 +-0.076171875000 +-0.048095703125 +0.181640625000 +-0.138671875000 +-0.202148437500 +-0.126953125000 +-0.209960937500 +-0.026000976562 +0.125000000000 +-0.496093750000 +0.083496093750 +0.189453125000 +0.075683593750 +0.068359375000 +0.093261718750 +-0.220703125000 +-0.013549804688 +0.113769531250 +0.150390625000 +-0.007415771484 +-0.113769531250 +0.131835937500 +-0.088867187500 +0.058593750000 +-0.106933593750 +-0.250000000000 +-0.159179687500 +0.113769531250 +0.092773437500 +0.101562500000 +-0.119140625000 +0.051269531250 +-0.067871093750 +-0.277343750000 +0.246093750000 +0.016601562500 +-0.033691406250 +0.152343750000 +-0.076660156250 +0.103027343750 +0.113769531250 +-0.466796875000 +-0.079589843750 +0.033691406250 +0.008178710938 +0.115722656250 +-0.093750000000 +0.158203125000 +0.011230468750 +0.098632812500 +0.029785156250 +0.005462646484 +0.037841796875 +0.259765625000 +0.041503906250 +-0.045410156250 +0.006530761719 +-0.115234375000 +-0.030761718750 +-0.150390625000 +0.111816406250 +-0.082031250000 +-0.201171875000 +-0.241210937500 +-0.208007812500 +-0.095703125000 +-0.227539062500 +-0.047363281250 +0.113281250000 +-0.302734375000 +-0.155273437500 +-0.933593750000 +-0.052490234375 +0.014892578125 +-0.005157470703 +-0.431640625000 +0.361328125000 +-0.353515625000 +-0.026000976562 +-0.156250000000 +-0.217773437500 +0.077148437500 +-0.047363281250 +-0.000808715820 +-0.093750000000 +-0.166015625000 +-0.114257812500 +0.057861328125 +0.081542968750 +-0.169921875000 +0.160156250000 +-0.253906250000 +0.030517578125 +0.363281250000 +-0.137695312500 +0.039550781250 +-0.227539062500 +0.273437500000 +-0.028930664062 +0.047363281250 +-0.048339843750 +-0.292968750000 +0.055419921875 +-0.174804687500 +0.137695312500 +0.110839843750 +-0.115234375000 +-0.172851562500 +-0.324218750000 +0.102050781250 +0.018432617188 +0.069335937500 +-0.009094238281 +0.265625000000 +-0.088378906250 +0.408203125000 +-0.421875000000 +-0.196289062500 +-0.061523437500 +-0.116210937500 +-0.069335937500 +0.207031250000 +0.030151367188 +-0.071777343750 +-0.341796875000 +0.236328125000 +-0.102539062500 +-0.211914062500 +0.103515625000 +0.157226562500 +0.104003906250 +0.138671875000 +-0.079101562500 +-0.164062500000 +-0.072753906250 +-0.162109375000 +-0.001747131348 +-0.110839843750 +0.060791015625 +-0.175781250000 +-0.096191406250 +-0.079589843750 +-0.079589843750 +-0.086425781250 +0.084472656250 +-0.052978515625 +-0.131835937500 +-0.125976562500 +0.044921875000 +-0.006896972656 +-0.250000000000 +0.029663085938 +0.114746093750 +-0.034423828125 +-0.032226562500 +-0.213867187500 +0.095214843750 +-0.015991210938 +-0.131835937500 +0.076660156250 +-0.011108398438 +0.145507812500 +0.042236328125 +-0.490234375000 +0.000356674194 +-0.044189453125 +-0.006622314453 +-0.073242187500 +0.064941406250 +-0.126953125000 +-0.154296875000 +-0.127929687500 +-0.081542968750 +-0.127929687500 +-0.130859375000 +-0.213867187500 +-0.067871093750 +0.112792968750 +0.204101562500 +0.152343750000 +0.057617187500 +-0.130859375000 +-0.090820312500 +-0.166015625000 +0.074707031250 +0.113281250000 +-0.025756835938 +0.102050781250 +-0.019165039062 +-0.015441894531 +-0.034667968750 +0.034667968750 +0.035400390625 +0.172851562500 +0.085449218750 +-0.062011718750 +-0.156250000000 +0.027954101562 +0.074707031250 +0.004547119141 +-0.231445312500 +0.042724609375 +0.121093750000 +0.122070312500 +0.025634765625 +0.034423828125 +0.045654296875 +-0.016845703125 +-0.016845703125 +0.111816406250 +-0.080566406250 +0.049560546875 +-0.058105468750 +-0.100585937500 +-0.096679687500 +-0.090332031250 +-0.043212890625 +0.081542968750 +-0.069824218750 +0.081542968750 +-0.296875000000 +0.098144531250 +0.090820312500 +-0.032958984375 +0.029174804688 +-0.114257812500 +-0.208984375000 +-0.123535156250 +0.061035156250 +-0.032714843750 +-0.281250000000 +0.066406250000 +-0.046875000000 +0.164062500000 +-0.157226562500 +-0.018310546875 +-0.041259765625 +0.144531250000 +-0.044921875000 +0.107421875000 +-0.088867187500 +0.054687500000 +-0.020019531250 +-0.000188827515 +0.183593750000 +-0.135742187500 +-0.003723144531 +-0.257812500000 +0.029418945312 +-0.089843750000 +-0.006011962891 +0.154296875000 +-0.041259765625 +0.023681640625 +-0.054443359375 +-0.034667968750 +0.087402343750 +0.090820312500 +0.000362396240 +0.044189453125 +0.106933593750 +-0.071777343750 +0.066406250000 +0.142578125000 +-0.130859375000 +-0.081542968750 +-0.018798828125 +-0.005645751953 +0.214843750000 +-0.160156250000 +-0.251953125000 +-0.082519531250 +-0.158203125000 +0.034667968750 +-0.025634765625 +-0.075195312500 +-0.060302734375 +-0.296875000000 +-0.025390625000 +0.064453125000 +-0.110351562500 +0.021728515625 +-0.127929687500 +-0.136718750000 +0.048339843750 +-0.003417968750 +0.020019531250 +0.035888671875 +-0.003173828125 +0.187500000000 +-0.038330078125 +-0.150390625000 +-0.086425781250 +-0.205078125000 +-0.294921875000 +0.105468750000 +0.001426696777 +-0.030883789062 +-0.009033203125 +0.010925292969 +-0.177734375000 +-0.162109375000 +-0.009460449219 +-0.180664062500 +-0.109375000000 +0.091796875000 +0.065429687500 +-0.261718750000 +-0.063964843750 +0.111328125000 +-0.038330078125 +0.095703125000 +-0.236328125000 +0.155273437500 +-0.092773437500 +-0.075195312500 +-0.113769531250 +0.103515625000 +-0.027343750000 +0.022460937500 +-0.039062500000 +-0.294921875000 +0.087402343750 +0.015380859375 +-0.113281250000 +-0.219726562500 +-0.578125000000 +0.019897460938 +0.090332031250 +0.259765625000 +0.179687500000 +0.140625000000 +0.228515625000 +0.096191406250 +-0.235351562500 +-0.193359375000 +-0.027221679688 +-0.062255859375 +0.038085937500 +-0.133789062500 +-0.229492187500 +0.079589843750 +-0.058105468750 +0.031250000000 +0.131835937500 +0.192382812500 +0.147460937500 +0.099609375000 +0.253906250000 +-0.110351562500 +-0.093750000000 +0.125000000000 +0.012695312500 +0.224609375000 +0.062255859375 +0.176757812500 +-0.100097656250 +0.143554687500 +0.073242187500 +-0.143554687500 +0.058105468750 +0.119140625000 +0.226562500000 +0.042724609375 +-0.029418945312 +-0.199218750000 +0.204101562500 +0.082519531250 +0.042968750000 +-0.033203125000 +0.285156250000 +-0.130859375000 +0.010620117188 +-0.082519531250 +0.076171875000 +0.086914062500 +-0.117187500000 +-0.014648437500 +0.126953125000 +-0.069335937500 +-0.464843750000 +0.141601562500 +-0.060546875000 +0.049560546875 +0.183593750000 +0.031494140625 +0.078125000000 +-0.034179687500 +0.147460937500 +-0.016357421875 +0.032470703125 +0.002273559570 +-0.201171875000 +0.043701171875 +-0.119140625000 +0.002700805664 +0.045654296875 +0.040283203125 +-0.031982421875 +-0.005432128906 +-0.079589843750 +-0.116699218750 +0.143554687500 +-0.071289062500 +-0.380859375000 +-0.001983642578 +0.261718750000 +-0.125976562500 +-0.002929687500 +0.102539062500 +0.063964843750 +0.027343750000 +-0.084472656250 +0.024291992188 +0.055908203125 +0.017822265625 +-0.064453125000 +-0.072753906250 +-0.173828125000 +0.117187500000 +0.016479492188 +-0.089843750000 +0.108886718750 +0.125000000000 +-0.033691406250 +-0.069335937500 +0.253906250000 +-0.181640625000 +-0.119628906250 +0.176757812500 +-0.080078125000 +-0.027465820312 +0.017211914062 +-0.042968750000 +-0.375000000000 +0.168945312500 +0.146484375000 +0.065917968750 +0.008666992188 +-0.166015625000 +0.041015625000 +-0.053466796875 +0.083984375000 +-0.073242187500 +0.105468750000 +-0.024780273438 +-0.169921875000 +-0.002014160156 +-0.026855468750 +0.060058593750 +0.009765625000 +-0.001655578613 +-0.271484375000 +-0.145507812500 +-0.046142578125 +-0.128906250000 +0.151367187500 +0.033203125000 +-0.189453125000 +-0.043212890625 +-0.128906250000 +-0.103027343750 +-0.015869140625 +-0.333984375000 +-0.078613281250 +-0.132812500000 +-0.091796875000 +0.103027343750 +0.082519531250 +0.016357421875 +-0.064941406250 +0.035156250000 +-0.028320312500 +0.085449218750 +-0.091796875000 +-0.363281250000 +0.117187500000 +-0.025024414062 +0.000003784895 +0.059326171875 +0.048339843750 +-0.052978515625 +0.050781250000 +-0.191406250000 +-0.182617187500 +0.152343750000 +-0.087890625000 +0.079101562500 +-0.007537841797 +0.063964843750 +-0.062011718750 +0.050292968750 +-0.020507812500 +0.013610839844 +-0.104492187500 +0.090332031250 +0.078613281250 +-0.063964843750 +0.142578125000 +0.083984375000 +-0.046875000000 +-0.103515625000 +-0.028076171875 +0.022338867188 +0.158203125000 +0.058349609375 +-0.289062500000 +0.194335937500 +-0.143554687500 +0.022216796875 +-0.098144531250 +0.029663085938 +-0.157226562500 +-0.067382812500 +-0.029663085938 +0.155273437500 +-0.057861328125 +-0.162109375000 +-0.022216796875 +-0.063964843750 +0.022705078125 +-0.050537109375 +-0.031005859375 +-0.098632812500 +-0.152343750000 +0.120117187500 +-0.023193359375 +0.175781250000 +-0.104980468750 +-0.078613281250 +-0.053955078125 +-0.086914062500 +0.000705718994 +-0.090820312500 +-0.025390625000 +0.123535156250 +-0.141601562500 +-0.190429687500 +0.259765625000 +0.158203125000 +-0.275390625000 +0.040771484375 +0.021362304688 +0.033447265625 +0.078613281250 +-0.166992187500 +0.003494262695 +-0.014892578125 +0.005706787109 +-0.075195312500 +0.096191406250 +-0.054199218750 +-0.072265625000 +0.156250000000 +-0.075683593750 +-0.074707031250 +-0.345703125000 +-0.022094726562 +0.123535156250 +-0.181640625000 +-0.115234375000 +-0.138671875000 +-0.194335937500 +0.243164062500 +-0.050781250000 +0.033935546875 +-0.037841796875 +0.166015625000 +0.163085937500 +0.017456054688 +0.255859375000 +0.018066406250 +-0.102539062500 +0.006256103516 +-0.004425048828 +-0.051269531250 +-0.195312500000 +-0.028686523438 +0.115234375000 +-0.100097656250 +-0.283203125000 +-0.139648437500 +-0.112304687500 +0.012451171875 +-0.061035156250 +-0.199218750000 +-0.006042480469 +-0.051269531250 +-0.024169921875 +0.062255859375 +0.136718750000 +-0.185546875000 +0.054687500000 +-0.012268066406 +-0.107421875000 +-0.029418945312 +-0.062011718750 +-0.036865234375 +-0.049316406250 +0.101562500000 +-0.108886718750 +0.068359375000 +-0.218750000000 +-0.078125000000 +-0.104980468750 +0.061767578125 +-0.114257812500 +-0.157226562500 +-0.104492187500 +0.074218750000 +0.071777343750 +-0.025268554688 +-0.365234375000 +0.032470703125 +-0.009033203125 +0.068359375000 +-0.041259765625 +-0.148437500000 +-0.153320312500 +0.086425781250 +0.093750000000 +0.142578125000 +-0.003051757812 +-0.055908203125 +-0.021362304688 +-0.029907226562 +0.084472656250 +0.115234375000 +0.114746093750 +-0.027832031250 +-0.005767822266 +-0.144531250000 +-0.108398437500 +-0.015991210938 +-0.031127929688 +0.001182556152 +0.026489257812 +-0.000976562500 +0.068359375000 +0.122070312500 +0.026367187500 +0.003540039062 +0.084472656250 +-0.431640625000 +0.240234375000 +-0.062500000000 +-0.165039062500 +-0.013000488281 +0.193359375000 +0.121582031250 +-0.024658203125 +-0.195312500000 +-0.183593750000 +-0.068359375000 +-0.006439208984 +-0.009094238281 +-0.114746093750 +-0.114746093750 +-0.001144409180 +-0.261718750000 +-0.248046875000 +0.037597656250 +-0.140625000000 +0.022583007812 +-0.185546875000 +-0.178710937500 +-0.001060485840 +0.014892578125 +-0.069335937500 +0.089843750000 +-0.124511718750 +-0.081054687500 +0.015014648438 +0.181640625000 +0.016113281250 +-0.138671875000 +-0.040771484375 +0.090820312500 +0.044921875000 +-0.179687500000 +-0.018310546875 +0.068359375000 +-0.002853393555 +0.149414062500 +0.236328125000 +-0.396484375000 +0.088378906250 +0.042480468750 +0.014892578125 +0.122070312500 +0.036621093750 +0.000076293945 +0.047363281250 +-0.150390625000 +-0.090820312500 +0.140625000000 +0.027709960938 +-0.152343750000 +0.085937500000 +0.163085937500 +-0.028808593750 +0.040771484375 +0.123535156250 +0.028198242188 +0.125976562500 +0.042236328125 +0.168945312500 +0.017333984375 +0.149414062500 +0.080078125000 +0.178710937500 +-0.147460937500 +-0.250000000000 +0.083496093750 +-0.116699218750 +-0.243164062500 +0.042968750000 +0.007537841797 +-0.148437500000 +0.079101562500 +0.109863281250 +-0.033203125000 +-0.011901855469 +0.050292968750 +-0.049560546875 +-0.087890625000 +-0.063964843750 +-0.132812500000 +0.001594543457 +-0.067382812500 +0.093750000000 +-0.139648437500 +0.204101562500 +-0.046630859375 +0.002197265625 +-0.031494140625 +-0.040283203125 +-0.141601562500 +-0.339843750000 +-0.215820312500 +0.034179687500 +-0.087890625000 +-0.149414062500 +-0.148437500000 +0.087402343750 +-0.001022338867 +-0.026367187500 +-0.030395507812 +0.126953125000 +0.287109375000 +-0.009338378906 +0.003829956055 +-0.257812500000 +-0.357421875000 +-0.157226562500 +-0.285156250000 +0.386718750000 +-0.023315429688 +-0.004974365234 +0.083007812500 +-0.095703125000 +-0.125000000000 +0.061279296875 +-0.244140625000 +-0.078125000000 +0.037841796875 +0.188476562500 +0.088867187500 +-0.076171875000 +0.068359375000 +-0.083007812500 +0.180664062500 +-0.114257812500 +-0.375000000000 +0.151367187500 +-0.306640625000 +0.063964843750 +-0.021850585938 +0.015441894531 +-0.083496093750 +0.041015625000 +0.143554687500 +0.058837890625 +0.037597656250 +-0.400390625000 +0.306640625000 +-0.056640625000 +-0.040283203125 +-0.141601562500 +0.081054687500 +0.153320312500 +0.202148437500 +-0.103027343750 +-0.322265625000 +0.131835937500 +-0.213867187500 +0.146484375000 +0.195312500000 +0.009033203125 +0.046142578125 +-0.029663085938 +-0.163085937500 +0.114746093750 +-0.184570312500 +0.071777343750 +0.044921875000 +-0.008544921875 +0.117187500000 +-0.125976562500 +0.095214843750 +0.015991210938 +-0.185546875000 +-0.245117187500 +-0.045898437500 +-0.031250000000 +-0.191406250000 +0.037109375000 +0.000583648682 +0.129882812500 +-0.275390625000 +0.081054687500 +0.106445312500 +-0.055419921875 +-0.061035156250 +-0.024536132812 +0.028564453125 +0.125976562500 +-0.108398437500 +-0.187500000000 +0.246093750000 +-0.099609375000 +-0.074218750000 +0.077148437500 +0.121582031250 +-0.267578125000 +-0.136718750000 +0.014648437500 +-0.082031250000 +0.111816406250 +-0.153320312500 +0.047119140625 +-0.031982421875 +0.005065917969 +-0.000349044800 +-0.129882812500 +-0.034179687500 +-0.005920410156 +0.166992187500 +-0.425781250000 +-0.003463745117 +-0.007812500000 +-0.097656250000 +0.088378906250 +-0.043945312500 +-0.061767578125 +-0.025512695312 +0.066406250000 +-0.310546875000 +0.163085937500 +-0.070312500000 +-0.092285156250 +0.046875000000 +0.078613281250 +0.024414062500 +-0.060546875000 +-0.121093750000 +-0.049560546875 +0.193359375000 +0.062255859375 +-0.098144531250 +-0.020751953125 +-0.000648498535 +0.092773437500 +-0.069824218750 +-0.069824218750 +0.001365661621 +-0.277343750000 +-0.150390625000 +0.007141113281 +-0.243164062500 +-0.080078125000 +0.181640625000 +-0.034179687500 +0.141601562500 +0.050537109375 +-0.019287109375 +-0.009033203125 +-0.194335937500 +-0.124023437500 +0.016845703125 +0.141601562500 +0.031982421875 +-0.028442382812 +-0.041503906250 +0.030517578125 +0.080078125000 +0.148437500000 +0.078613281250 +0.130859375000 +0.137695312500 +0.075683593750 +-0.149414062500 +0.345703125000 +0.189453125000 +-0.292968750000 +-0.223632812500 +-0.135742187500 +0.003234863281 +0.082031250000 +0.102539062500 +-0.081054687500 +0.071289062500 +-0.093261718750 +0.013427734375 +0.072753906250 +-0.077148437500 +-0.108886718750 +-0.032958984375 +-0.241210937500 +-0.275390625000 +-0.018554687500 +0.026000976562 +-0.058593750000 +0.177734375000 +-0.024902343750 +0.061523437500 +-0.021972656250 +0.197265625000 +-0.119140625000 +-0.048828125000 +-0.007415771484 +-0.020507812500 +-0.123535156250 +0.064941406250 +0.165039062500 +0.225585937500 +0.003082275391 +0.123535156250 +0.065917968750 +-0.113281250000 +-0.069824218750 +0.267578125000 +0.035888671875 +0.112792968750 +0.102539062500 +0.197265625000 +-0.144531250000 +-0.164062500000 +-0.000751495361 +0.085937500000 +-0.023437500000 +0.134765625000 +0.042968750000 +0.115234375000 +0.126953125000 +-0.015747070312 +-0.030883789062 +-0.191406250000 +-0.068359375000 +0.170898437500 +-0.022949218750 +-0.059082031250 +0.099121093750 +0.035400390625 +-0.029052734375 +-0.051513671875 +0.001907348633 +-0.139648437500 +-0.122558593750 +-0.029541015625 +0.000942230225 +0.210937500000 +-0.108886718750 +0.101074218750 +-0.087890625000 +0.061035156250 +0.040283203125 +0.085937500000 +0.001304626465 +0.128906250000 +-0.087402343750 +0.076171875000 +0.127929687500 +0.113281250000 +0.104980468750 +0.011657714844 +-0.012573242188 +0.159179687500 +0.003005981445 +-0.039306640625 +0.035888671875 +-0.086425781250 +0.047119140625 +0.039062500000 +-0.160156250000 +0.033203125000 +-0.000976562500 +-0.083496093750 +-0.275390625000 +0.100097656250 +0.046142578125 +-0.017700195312 +0.065429687500 +-0.236328125000 +-0.034179687500 +0.205078125000 +0.042480468750 +0.001243591309 +-0.167968750000 +-0.121093750000 +-0.136718750000 +-0.257812500000 +0.217773437500 +-0.004547119141 +-0.009948730469 +0.048095703125 +-0.170898437500 +-0.222656250000 +0.214843750000 +-0.028198242188 +0.045410156250 +0.121582031250 +-0.115234375000 +0.094238281250 +-0.125976562500 +-0.172851562500 +0.029418945312 +-0.106933593750 +-0.062011718750 +0.092285156250 +-0.062255859375 +0.145507812500 +0.009582519531 +-0.199218750000 +-0.183593750000 +0.155273437500 +-0.024047851562 +0.026855468750 +0.027465820312 +-0.009155273438 +0.066406250000 +-0.210937500000 +-0.114746093750 +0.013244628906 +0.094726562500 +-0.312500000000 +0.059570312500 +-0.131835937500 +0.082519531250 +-0.129882812500 +-0.205078125000 +0.197265625000 +0.003173828125 +-0.075195312500 +-0.036621093750 +-0.000051021576 +0.052734375000 +0.041748046875 +0.127929687500 +0.269531250000 +-0.082031250000 +-0.211914062500 +-0.190429687500 +0.375000000000 +0.113769531250 +-0.034912109375 +-0.207031250000 +0.136718750000 +0.046142578125 +0.080566406250 +-0.109375000000 +0.161132812500 +-0.044921875000 +0.062988281250 +0.147460937500 +0.183593750000 +-0.141601562500 +-0.042480468750 +-0.040039062500 +-0.088378906250 +0.020996093750 +-0.115234375000 +0.022338867188 +0.003784179688 +-0.054931640625 +-0.063476562500 +0.075195312500 +-0.059082031250 +0.166015625000 +0.055175781250 +0.221679687500 +-0.060058593750 +-0.466796875000 +-0.070312500000 +0.412109375000 +0.138671875000 +0.042724609375 +-0.025024414062 +-0.119628906250 +-0.246093750000 +-0.010864257812 +0.002319335938 +-0.072265625000 +-0.259765625000 +0.063964843750 +-0.233398437500 +-0.030395507812 +-0.343750000000 +0.036865234375 +0.050292968750 +-0.082519531250 +-0.114746093750 +0.053222656250 +0.070312500000 +-0.086914062500 +-0.283203125000 +0.217773437500 +0.088867187500 +-0.207031250000 +-0.200195312500 +0.094238281250 +-0.388671875000 +-0.158203125000 +-0.000846862793 +-0.047851562500 +0.002288818359 +-0.097656250000 +-0.083984375000 +-0.042724609375 +-0.122558593750 +-0.281250000000 +-0.357421875000 +-0.237304687500 +-0.128906250000 +0.040527343750 +0.087402343750 +-0.052490234375 +-0.205078125000 +-0.324218750000 +-0.141601562500 +-0.039306640625 +-0.011474609375 +-0.102050781250 +-0.126953125000 +0.021362304688 +-0.058837890625 +0.192382812500 +-0.365234375000 +0.077636718750 +-0.129882812500 +-0.161132812500 +0.068359375000 +-0.084960937500 +-0.247070312500 +0.137695312500 +-0.095703125000 +-0.073242187500 +-0.443359375000 +0.050292968750 +0.054931640625 +-0.012023925781 +-0.027954101562 +0.096191406250 +-0.102050781250 +-0.040771484375 +0.025146484375 +-0.027954101562 +0.054931640625 +-0.131835937500 +0.098144531250 +-0.114257812500 +-0.021728515625 +-0.107421875000 +0.006317138672 +-0.136718750000 +-0.100097656250 +0.071777343750 +0.025634765625 +0.071777343750 +-0.582031250000 +0.186523437500 +0.031982421875 +-0.019653320312 +-0.095703125000 +0.091796875000 +-0.086914062500 +0.132812500000 +-1.593750000000 +-0.048095703125 +-0.042236328125 +-0.125000000000 +-0.167968750000 +-0.337890625000 +-0.042480468750 +0.004882812500 +0.143554687500 +-0.005676269531 +-0.121582031250 +-0.104003906250 +-0.449218750000 +-0.081054687500 +-0.886718750000 +0.083007812500 +-0.068847656250 +0.050537109375 +-0.165039062500 +-0.029052734375 +-0.121582031250 +0.086425781250 +-0.028564453125 +-0.100585937500 +0.020019531250 +-0.081054687500 +-0.192382812500 +-0.160156250000 +0.098144531250 +0.041503906250 +-0.013732910156 +-0.104492187500 +-0.068359375000 +-0.457031250000 +-0.026855468750 +-0.037597656250 +0.083007812500 +-0.142578125000 +-0.083496093750 +-0.121093750000 +-0.015380859375 +0.229492187500 +-0.045654296875 +0.063476562500 +0.039550781250 +0.096191406250 +-0.184570312500 +0.078613281250 +-0.016479492188 +-0.097656250000 +0.037841796875 +-0.191406250000 +-0.080566406250 +-0.229492187500 +-0.029418945312 +-0.451171875000 +0.069824218750 +-0.259765625000 +0.030517578125 +0.013977050781 +0.030273437500 +-0.073730468750 +-0.292968750000 +-0.037109375000 +0.005737304688 +-0.186523437500 +0.022827148438 +0.016113281250 +0.109375000000 +-0.025024414062 +-0.047607421875 +0.100097656250 +-0.038818359375 +-0.031250000000 +-0.006896972656 +-0.104492187500 +0.081542968750 +0.105957031250 +0.023925781250 +-0.208007812500 +-0.271484375000 +0.021240234375 +0.006103515625 +-0.034667968750 +-0.125000000000 +-0.031494140625 +-0.010070800781 +-0.009338378906 +-0.115234375000 +-0.165039062500 +-0.019531250000 +-0.180664062500 +-0.107910156250 +-0.151367187500 +-0.024658203125 +0.191406250000 +0.002883911133 +-0.159179687500 +-0.099121093750 +-0.004150390625 +-0.090332031250 +-0.294921875000 +-0.008544921875 +-0.019897460938 +0.177734375000 +-0.068359375000 +-0.004455566406 +0.114746093750 +-0.224609375000 +0.127929687500 +0.037597656250 +0.137695312500 +-0.187500000000 +-0.068847656250 +0.010192871094 +-0.110351562500 +0.275390625000 +-0.230468750000 +0.039794921875 +0.035644531250 +0.038085937500 +0.086914062500 +0.231445312500 +-0.001350402832 +-0.253906250000 +-0.110839843750 +0.210937500000 +0.108398437500 +0.014465332031 +0.054199218750 +0.025512695312 +0.010559082031 +-0.009155273438 +0.191406250000 +-0.095703125000 +-0.014953613281 +0.052246093750 +0.178710937500 +0.333984375000 +0.050292968750 +0.003936767578 +0.011962890625 +0.053222656250 +-0.431640625000 +0.137695312500 +-0.183593750000 +-0.062988281250 +-0.138671875000 +-0.217773437500 +0.049072265625 +0.143554687500 +0.092285156250 +0.012878417969 +0.212890625000 +-0.033203125000 +0.052246093750 +-0.013854980469 +0.214843750000 +-0.002349853516 +-0.072265625000 +0.133789062500 +-0.005676269531 +0.125976562500 +-0.691406250000 +-0.077636718750 +0.040039062500 +0.136718750000 +-0.131835937500 +-0.230468750000 +-0.159179687500 +0.091796875000 +0.058593750000 +0.067382812500 +0.047363281250 +0.077636718750 +0.042236328125 +0.160156250000 +0.088867187500 +0.158203125000 +-0.041259765625 +-0.024536132812 +0.181640625000 +-0.063964843750 +0.139648437500 +-0.047851562500 +-0.051757812500 +-0.076660156250 +-0.040527343750 +0.005187988281 +0.131835937500 +-0.096191406250 +-0.147460937500 +-0.223632812500 +-0.064453125000 +-0.010009765625 +-0.106445312500 +-0.147460937500 +0.142578125000 +-0.330078125000 +0.128906250000 +-0.211914062500 +0.056152343750 +-0.159179687500 +0.102539062500 +-0.143554687500 +-0.151367187500 +-0.155273437500 +-0.123046875000 +-0.156250000000 +0.141601562500 +0.067382812500 +0.019653320312 +0.092285156250 +0.130859375000 +-0.151367187500 +0.154296875000 +-0.527343750000 +0.049804687500 +0.060546875000 +0.147460937500 +0.283203125000 +-0.265625000000 +0.100097656250 +-0.242187500000 +-0.129882812500 +0.130859375000 +-0.153320312500 +0.246093750000 +-0.052490234375 +-0.127929687500 +0.166015625000 +0.142578125000 +-0.055419921875 +-0.004364013672 +0.005462646484 +0.011352539062 +0.079589843750 +0.041992187500 +-0.168945312500 +-0.048583984375 +-0.115722656250 +0.052734375000 +-0.071777343750 +-0.207031250000 +-0.065429687500 +-0.127929687500 +-0.145507812500 +-0.152343750000 +0.039794921875 +-0.075683593750 +-0.198242187500 +-0.015258789062 +-0.131835937500 +0.066406250000 +-0.098632812500 +0.004760742188 +0.086425781250 +-0.302734375000 +-0.011901855469 +-0.189453125000 +0.034179687500 +0.121093750000 +0.074707031250 +0.099121093750 +-0.224609375000 +-0.043212890625 +0.330078125000 +-0.033935546875 +-0.223632812500 +0.224609375000 +0.098144531250 +0.026000976562 +-0.101562500000 +-0.386718750000 +0.207031250000 +0.066406250000 +-0.045410156250 +-0.255859375000 +0.072753906250 +0.055908203125 +0.162109375000 +-0.065429687500 +-0.041992187500 +0.001823425293 +-0.312500000000 +0.075683593750 +0.145507812500 +0.056640625000 +-0.053710937500 +-0.067871093750 +0.165039062500 +0.055419921875 +0.111816406250 +-0.007995605469 +-0.092285156250 +0.068847656250 +-0.219726562500 +-0.095703125000 +0.125000000000 +0.069335937500 +0.014282226562 +0.138671875000 +-0.075683593750 +0.081054687500 +0.173828125000 +0.039062500000 +-0.055175781250 +-0.073242187500 +-0.115234375000 +0.188476562500 +-0.058593750000 +0.310546875000 +-0.018310546875 +0.101074218750 +0.007110595703 +0.167968750000 +0.388671875000 +-0.047119140625 +-0.029907226562 +0.015380859375 +-0.133789062500 +0.029418945312 +-0.027709960938 +0.084472656250 +0.130859375000 +-0.094726562500 +-0.186523437500 +-0.230468750000 +0.025878906250 +0.091796875000 +-0.146484375000 +0.033691406250 +0.019897460938 +0.047363281250 +-0.090820312500 +-0.208984375000 +-0.046386718750 +-0.208984375000 +0.052001953125 +0.044921875000 +-0.087402343750 +-0.019287109375 +-0.068847656250 +0.023803710938 +0.084472656250 +0.059570312500 +-0.075195312500 +-0.069824218750 +0.069824218750 +0.085449218750 +0.092285156250 +0.003112792969 +-0.179687500000 +0.012512207031 +-0.091796875000 +-0.010803222656 +0.206054687500 +0.067871093750 +-0.188476562500 +0.142578125000 +-0.108886718750 +0.015869140625 +0.114746093750 +0.051513671875 +-0.251953125000 +0.009704589844 +0.083984375000 +0.032226562500 +-0.047607421875 +-0.308593750000 +0.042724609375 +-0.052978515625 +0.042236328125 +0.277343750000 +-0.234375000000 +0.139648437500 +0.149414062500 +-0.169921875000 +0.089843750000 +-0.292968750000 +0.120117187500 +-0.030029296875 +-0.200195312500 +0.053222656250 +-0.058593750000 +-0.109375000000 +-0.120605468750 +-0.040771484375 +-0.166992187500 +0.196289062500 +-0.322265625000 +0.133789062500 +0.019409179688 +0.066894531250 +0.168945312500 +-0.080566406250 +0.013610839844 +0.088378906250 +-0.273437500000 +-0.125976562500 +0.152343750000 +0.199218750000 +0.038574218750 +-0.118652343750 +0.020507812500 +-0.234375000000 +-0.002304077148 +0.024536132812 +0.072265625000 +0.263671875000 +-0.007598876953 +0.191406250000 +-0.233398437500 +-0.222656250000 +0.177734375000 +-0.249023437500 +0.302734375000 +0.166992187500 +-0.139648437500 +-0.161132812500 +-0.018798828125 +0.079589843750 +0.048095703125 +0.112304687500 +0.105957031250 +0.116699218750 +0.052246093750 +0.104492187500 +0.021850585938 +-0.310546875000 +0.022949218750 +-0.008544921875 +-0.048583984375 +-0.180664062500 +0.060791015625 +-0.013916015625 +-0.030883789062 +-0.038085937500 +-0.435546875000 +0.152343750000 +0.236328125000 +0.048339843750 +0.091308593750 +0.083496093750 +0.013732910156 +0.067382812500 +0.104003906250 +0.039550781250 +-0.017944335938 +0.033203125000 +0.005981445312 +0.071289062500 +-0.083984375000 +0.001457214355 +-0.010498046875 +0.183593750000 +0.089355468750 +-0.267578125000 +-0.230468750000 +0.175781250000 +-0.141601562500 +-0.087402343750 +0.072265625000 +-0.292968750000 +-0.478515625000 +0.138671875000 +-0.237304687500 +-0.020874023438 +-0.061035156250 +-0.292968750000 +0.113281250000 +0.141601562500 +-0.022094726562 +-0.205078125000 +-0.022705078125 +0.015563964844 +0.235351562500 +0.227539062500 +0.149414062500 +0.173828125000 +-0.221679687500 +0.139648437500 +0.300781250000 +-0.066406250000 +-0.150390625000 +0.040283203125 +0.127929687500 +0.105468750000 +-0.067871093750 +-0.027709960938 +0.003829956055 +0.128906250000 +-0.099609375000 +0.066894531250 +-0.102539062500 +0.073730468750 +0.073730468750 +-0.365234375000 +0.165039062500 +0.031494140625 +-0.012207031250 +0.069824218750 +0.102539062500 +0.273437500000 +0.083007812500 +-0.072753906250 +0.106933593750 +0.010742187500 +0.026245117188 +-0.042724609375 +-0.121582031250 +0.101074218750 +0.014526367188 +0.173828125000 +-0.008911132812 +0.048339843750 +-0.226562500000 +-0.038818359375 +-0.082519531250 +0.102539062500 +0.064453125000 +-0.039794921875 +0.150390625000 +0.072753906250 +0.059814453125 +0.031738281250 +-0.188476562500 +-0.243164062500 +-0.367187500000 +0.006011962891 +-0.024658203125 +-0.057373046875 +-0.036376953125 +0.073242187500 +-0.061279296875 +0.109375000000 +-0.059082031250 +0.056884765625 +0.036376953125 +-0.107421875000 +0.038330078125 +0.016113281250 +0.031738281250 +-0.013427734375 +-0.018676757812 +0.005187988281 +-0.625000000000 +0.014038085938 +0.199218750000 +0.015991210938 +-0.104980468750 +-0.084960937500 +0.054199218750 +0.052978515625 +0.050292968750 +0.175781250000 +0.104492187500 +-0.632812500000 +0.015075683594 +-0.038818359375 +0.062011718750 +0.032470703125 +-0.158203125000 +-0.027343750000 +0.064453125000 +0.020996093750 +-0.277343750000 +-0.065917968750 +0.118652343750 +0.310546875000 +-0.001243591309 +0.062500000000 +-0.044677734375 +0.086425781250 +-0.085937500000 +0.161132812500 +-0.976562500000 +0.073242187500 +-0.376953125000 +-0.142578125000 +-0.129882812500 +-0.240234375000 +-0.024658203125 +-0.008056640625 +-0.121582031250 +0.098144531250 +-0.028808593750 +0.008666992188 +-0.253906250000 +0.267578125000 +-0.398437500000 +-0.012145996094 +-0.061523437500 +0.152343750000 +0.155273437500 +0.030151367188 +0.078125000000 +0.022094726562 +-0.163085937500 +0.144531250000 +0.029418945312 +-0.193359375000 +-0.040283203125 +0.214843750000 +0.060791015625 +-0.119140625000 +-0.087890625000 +0.015502929688 +0.039794921875 +-0.083496093750 +-0.037597656250 +0.131835937500 +0.072753906250 +0.231445312500 +0.232421875000 +0.230468750000 +-0.081542968750 +-0.269531250000 +0.009887695312 +-0.063476562500 +-0.016845703125 +0.009155273438 +-0.200195312500 +-0.013732910156 +0.079589843750 +-0.229492187500 +0.039794921875 +-0.017211914062 +0.091308593750 +-0.017822265625 +0.070312500000 +-0.052490234375 +-0.414062500000 +-0.134765625000 +-0.072265625000 +0.083007812500 +-0.058837890625 +-0.003234863281 +-0.277343750000 +-0.038085937500 +0.119140625000 +0.020751953125 +-0.304687500000 +0.087402343750 +-0.115722656250 +-0.223632812500 +0.025390625000 +0.103027343750 +0.037353515625 +-0.124511718750 +0.160156250000 +0.103027343750 +-0.047363281250 +-0.118164062500 +-0.175781250000 +-0.136718750000 +-0.129882812500 +0.507812500000 +-0.279296875000 +0.104492187500 +-0.023437500000 +-0.023315429688 +-0.091308593750 +0.084960937500 +0.093750000000 +0.061523437500 +0.152343750000 +-0.018066406250 +0.120117187500 +-0.210937500000 +0.118164062500 +0.033935546875 +0.250000000000 +-0.219726562500 +-0.026000976562 +0.056152343750 +-0.129882812500 +0.031005859375 +-0.082519531250 +-0.033691406250 +-0.050292968750 +-0.109375000000 +-0.060302734375 +0.172851562500 +-0.102539062500 +0.189453125000 +0.064453125000 +0.056152343750 +-0.092285156250 +0.058837890625 +-0.217773437500 +0.017089843750 +0.083496093750 +0.009216308594 +0.014038085938 +-0.130859375000 +-0.115722656250 +-0.392578125000 +0.155273437500 +0.021850585938 +-0.029418945312 +0.076171875000 +0.166992187500 +-0.036132812500 +-0.398437500000 +-0.170898437500 +-0.011840820312 +0.092285156250 +-0.034667968750 +-0.192382812500 +-0.062988281250 +-0.292968750000 +-0.143554687500 +-0.055908203125 +-0.318359375000 +0.109375000000 +-0.091308593750 +0.051513671875 +-0.010986328125 +-0.172851562500 +0.049072265625 +0.196289062500 +0.081542968750 +0.059814453125 +-0.441406250000 +0.227539062500 +0.098632812500 +0.151367187500 +-0.030883789062 +0.132812500000 +-0.040283203125 +-0.038085937500 +0.176757812500 +-0.053466796875 +-0.057861328125 +-0.017822265625 +0.347656250000 +-0.429687500000 +-0.084472656250 +0.077148437500 +0.184570312500 +-0.014892578125 +0.056640625000 +-0.101562500000 +-0.277343750000 +-0.033203125000 +-0.086425781250 +-0.292968750000 +-0.122070312500 +0.094726562500 +0.060791015625 +0.007476806641 +-0.279296875000 +-0.101074218750 +-0.024047851562 +-0.099121093750 +-0.022094726562 +0.171875000000 +0.081054687500 +-0.486328125000 +-0.107421875000 +0.042724609375 +-0.008850097656 +0.030517578125 +-0.085449218750 +0.157226562500 +-0.125976562500 +0.023071289062 +0.062255859375 +-0.081542968750 +0.022460937500 +-0.230468750000 +0.086425781250 +-0.033691406250 +-0.115722656250 +0.058837890625 +0.148437500000 +-0.014038085938 +0.124023437500 +0.064941406250 +-0.143554687500 +-0.025756835938 +-0.314453125000 +-0.322265625000 +-0.207031250000 +-0.141601562500 +-0.012756347656 +0.222656250000 +-0.120605468750 +0.137695312500 +-0.001251220703 +-0.289062500000 +-0.105468750000 +0.029174804688 +-0.117675781250 +-0.110839843750 +-0.047607421875 +0.158203125000 +-0.119628906250 +-0.093261718750 +0.084960937500 +-0.188476562500 +-0.277343750000 +-0.039794921875 +-0.047607421875 +0.009704589844 +0.018310546875 +-0.304687500000 +0.200195312500 +-0.034423828125 +0.123535156250 +0.222656250000 +-0.017578125000 +-0.046630859375 +-0.000961303711 +0.003997802734 +-0.449218750000 +-0.051025390625 +0.145507812500 +-0.104003906250 +-0.089843750000 +-0.047851562500 +-0.114746093750 +-0.330078125000 +0.062988281250 +0.098144531250 +0.184570312500 +-0.053222656250 +-0.019775390625 +-0.068359375000 +-0.104980468750 +-0.025390625000 +0.005615234375 +-0.157226562500 +0.125000000000 +0.111816406250 +0.127929687500 +-0.140625000000 +-0.226562500000 +-0.190429687500 +-0.009460449219 +-0.328125000000 +0.111816406250 +-0.060302734375 +0.095703125000 +0.032714843750 +-0.259765625000 +-0.108398437500 +-0.119628906250 +0.040527343750 +-0.029785156250 +-0.096679687500 +-0.061767578125 +-0.126953125000 +0.030761718750 +-0.118164062500 +-0.122558593750 +0.072265625000 +-0.070800781250 +-0.037353515625 +-0.053955078125 +-0.078125000000 +-0.187500000000 +0.205078125000 +0.016845703125 +0.248046875000 +0.083007812500 +0.062988281250 +0.314453125000 +0.024169921875 +-0.061035156250 +-0.080078125000 +0.341796875000 +0.194335937500 +0.090332031250 +0.104003906250 +-0.003753662109 +-0.048828125000 +0.073730468750 +0.000579833984 +-0.041015625000 +-0.263671875000 +0.279296875000 +0.153320312500 +0.043457031250 +0.159179687500 +-0.021362304688 +0.195312500000 +0.084472656250 +0.053222656250 +0.033447265625 +-0.118652343750 +0.128906250000 +-0.122070312500 +-0.129882812500 +0.093750000000 +0.112304687500 +-0.070312500000 +0.259765625000 +0.073242187500 +-0.163085937500 +0.096191406250 +0.074707031250 +-0.061767578125 +-0.265625000000 +-0.056152343750 +-0.261718750000 +0.242187500000 +0.108886718750 +0.009704589844 +0.088378906250 +-0.071289062500 +0.013854980469 +0.310546875000 +0.050048828125 +-0.019287109375 +-0.013000488281 +-0.253906250000 +-0.005157470703 +0.075683593750 +-0.223632812500 +-0.068847656250 +0.180664062500 +-0.045166015625 +-0.052490234375 +-0.240234375000 +-0.035644531250 +-0.382812500000 +0.039550781250 +-0.081054687500 +-0.435546875000 +0.000499725342 +0.197265625000 +-0.000036478043 +0.055175781250 +0.022338867188 +0.082519531250 +-0.089355468750 +-0.042968750000 +-0.009521484375 +-0.142578125000 +-0.283203125000 +-0.185546875000 +-0.091796875000 +0.038818359375 +0.024169921875 +-0.035400390625 +0.015319824219 +-0.049560546875 +0.055664062500 +-0.628906250000 +-1.265625000000 +-0.283203125000 +0.021118164062 +-0.059570312500 +-0.068359375000 +-0.019409179688 +0.062255859375 +-0.054443359375 +-0.251953125000 +0.159179687500 +0.173828125000 +-0.187500000000 +-0.081054687500 +-0.279296875000 +-0.229492187500 +0.042724609375 +-0.208984375000 +-0.029174804688 +0.225585937500 +0.157226562500 +-0.265625000000 +0.100097656250 +0.043212890625 +-0.041015625000 +0.071289062500 +0.125000000000 +0.004791259766 +0.033203125000 +0.064453125000 +0.498046875000 +0.042968750000 +-0.152343750000 +-0.353515625000 +0.029663085938 +-0.074218750000 +-0.077148437500 +0.001258850098 +0.135742187500 +-0.136718750000 +0.025146484375 +0.092773437500 +-0.119628906250 +-0.176757812500 +-0.312500000000 +-0.045654296875 +0.085449218750 +-0.148437500000 +-0.060302734375 +0.122070312500 +0.166992187500 +0.038818359375 +0.145507812500 +-0.089355468750 +-0.004028320312 +0.089843750000 +-0.023437500000 +0.068359375000 +0.125000000000 +-0.100097656250 +-0.139648437500 +0.029907226562 +0.011596679688 +-0.106933593750 +-0.105468750000 +-0.152343750000 +0.365234375000 +0.036865234375 +0.013793945312 +-0.066894531250 +-0.063476562500 +-0.041992187500 +0.127929687500 +0.169921875000 +0.182617187500 +-0.164062500000 +-0.062011718750 +-0.090332031250 +0.109863281250 +-0.005706787109 +-0.140625000000 +-0.075195312500 +0.035888671875 +0.119628906250 +-0.177734375000 +-0.036865234375 +0.197265625000 +0.004180908203 +-0.007751464844 +-0.144531250000 +0.198242187500 +-0.281250000000 +-0.031127929688 +0.057861328125 +-0.402343750000 +0.094726562500 +0.047119140625 +0.005249023438 +0.044433593750 +0.135742187500 +-0.001327514648 +-0.160156250000 +-0.059326171875 +0.066406250000 +-0.166992187500 +0.036376953125 +-0.172851562500 +-0.117675781250 +-0.104980468750 +0.193359375000 +-0.062988281250 +0.007232666016 +-0.125976562500 +0.166992187500 +-0.137695312500 +-0.152343750000 +0.061035156250 +-0.105468750000 +0.043212890625 +-0.206054687500 +0.047119140625 +-0.093750000000 +-0.037597656250 +0.164062500000 +-0.273437500000 +-0.125976562500 +0.032226562500 +0.198242187500 +-0.056884765625 +0.228515625000 +-0.228515625000 +0.077148437500 +-0.060302734375 +0.023437500000 +-0.051269531250 +0.025390625000 +-0.025390625000 +-0.140625000000 +0.027465820312 +-0.125976562500 +-0.080566406250 +-0.215820312500 +0.202148437500 +-0.009155273438 +0.029052734375 +-0.141601562500 +-0.086914062500 +-0.197265625000 +-0.039306640625 +0.066406250000 +-0.208007812500 +0.086425781250 +-0.029541015625 +0.113281250000 +0.277343750000 +-0.222656250000 +-0.108398437500 +-0.062011718750 +-0.104980468750 +0.099121093750 +-0.086914062500 +-0.029296875000 +-0.031494140625 +0.218750000000 +0.050292968750 +0.078125000000 +0.077636718750 +0.155273437500 +0.042968750000 +-0.110839843750 +-0.059326171875 +0.113281250000 +-0.632812500000 +0.056396484375 +0.020263671875 +0.054687500000 +-0.004821777344 +-0.008728027344 +-0.196289062500 +-0.000637054443 +-0.072265625000 +-0.102050781250 +0.154296875000 +-0.554687500000 +0.159179687500 +0.034179687500 +0.022827148438 +0.062500000000 +-0.054687500000 +0.000333786011 +0.063964843750 +0.065917968750 +-0.765625000000 +-0.203125000000 +-0.172851562500 +0.086425781250 +-0.030639648438 +-0.088867187500 +0.025634765625 +-0.008728027344 +-0.230468750000 +-0.081054687500 +-0.048583984375 +0.221679687500 +-0.527343750000 +0.037597656250 +0.007232666016 +-0.164062500000 +0.059082031250 +-0.064453125000 +-0.094726562500 +0.081054687500 +-0.027465820312 +-0.052978515625 +-0.147460937500 +-0.134765625000 +0.061767578125 +0.024047851562 +-0.190429687500 +0.130859375000 +-0.148437500000 +-0.208007812500 +-0.246093750000 +-0.026977539062 +0.038085937500 +-0.306640625000 +-0.007873535156 +-0.141601562500 +0.015869140625 +0.182617187500 +0.056396484375 +-0.066406250000 +-0.035400390625 +-0.187500000000 +-0.100097656250 +-0.108398437500 +-0.562500000000 +-0.059326171875 +0.125000000000 +0.020996093750 +0.131835937500 +-0.127929687500 +-0.053222656250 +0.108886718750 +0.034667968750 +-0.141601562500 +-0.041748046875 +0.063964843750 +-0.097167968750 +0.005249023438 +0.065429687500 +-0.488281250000 +-0.013854980469 +0.026977539062 +0.029174804688 +-0.187500000000 +0.061279296875 +-0.562500000000 +-0.038085937500 +0.073730468750 +-0.016235351562 +0.010498046875 +-0.118164062500 +-0.020996093750 +-0.026000976562 +-0.074707031250 +0.064941406250 +0.082519531250 +-0.160156250000 +-0.120605468750 +-0.875000000000 +-0.038330078125 +-0.047607421875 +0.097167968750 +-0.012145996094 +0.215820312500 +0.159179687500 +-0.076171875000 +-0.049316406250 +0.030029296875 +0.040527343750 +-0.105957031250 +-0.734375000000 +-0.156250000000 +0.003204345703 +-0.008422851562 +0.030151367188 +-0.225585937500 +-0.095214843750 +-0.065429687500 +-0.099121093750 +-0.043212890625 +0.102050781250 +-0.166015625000 +-0.014831542969 +-0.139648437500 +-0.036132812500 +-0.163085937500 +0.074218750000 +0.083007812500 +-0.058105468750 +0.154296875000 +0.030517578125 +-0.008666992188 +-0.084960937500 +0.037109375000 +0.075195312500 +0.052246093750 +0.222656250000 +-0.147460937500 +-0.050292968750 +-0.046875000000 +-0.208984375000 +-0.183593750000 +-0.203125000000 +-0.026611328125 +-0.024169921875 +0.044677734375 +-0.192382812500 +-0.144531250000 +0.257812500000 +0.121093750000 +0.069335937500 +-0.158203125000 +-0.009216308594 +-0.050048828125 +-0.072265625000 +-0.014526367188 +-0.072265625000 +0.170898437500 +0.198242187500 +-0.085449218750 +0.063476562500 +0.128906250000 +0.066406250000 +0.172851562500 +0.110351562500 +-0.050537109375 +-0.082031250000 +0.064453125000 +-0.067871093750 +0.068847656250 +-0.065429687500 +0.141601562500 +-0.073730468750 +-0.160156250000 +0.143554687500 +-0.208007812500 +0.030151367188 +-0.015136718750 +0.170898437500 +-0.009216308594 +0.101562500000 +0.213867187500 +-0.133789062500 +0.100097656250 +-0.257812500000 +-0.041748046875 +-0.172851562500 +-0.141601562500 +-0.090332031250 +-0.106933593750 +0.021606445312 +-0.053710937500 +0.097656250000 +0.245117187500 +-0.259765625000 +0.111816406250 +0.182617187500 +0.006469726562 +0.018676757812 +0.015380859375 +-0.044433593750 +-0.234375000000 +0.064941406250 +0.004028320312 +-0.095703125000 +0.122070312500 +0.073730468750 +-0.097167968750 +0.047363281250 +-0.008666992188 +-0.273437500000 +-0.008117675781 +0.093750000000 +0.077148437500 +-0.113769531250 +-0.345703125000 +-0.045654296875 +0.115722656250 +-0.034912109375 +-0.048339843750 +0.124023437500 +-0.007598876953 +-0.113281250000 +-0.232421875000 +-0.118652343750 +0.094726562500 +-0.121582031250 +-0.277343750000 +0.017700195312 +0.015563964844 +0.279296875000 +-0.173828125000 +0.314453125000 +0.077636718750 +-0.134765625000 +0.019653320312 +-0.030761718750 +-0.250000000000 +-0.001586914062 +0.067382812500 +-0.239257812500 +0.042968750000 +0.000375747681 +-0.126953125000 +-0.067871093750 +0.067871093750 +0.195312500000 +0.015441894531 +-0.078125000000 +-0.146484375000 +0.172851562500 +0.159179687500 +0.265625000000 +-0.120605468750 +-0.404296875000 +-0.076171875000 +-0.203125000000 +0.136718750000 +-0.182617187500 +0.083496093750 +0.119628906250 +-0.002136230469 +-0.021728515625 +-0.363281250000 +0.115234375000 +-0.118652343750 +0.076660156250 +-0.142578125000 +0.220703125000 +0.159179687500 +0.007293701172 +0.150390625000 +-0.114746093750 +-0.031982421875 +-0.053955078125 +-0.006286621094 +-0.062500000000 +0.008117675781 +0.005096435547 +0.285156250000 +-0.098632812500 +0.020141601562 +-0.170898437500 +0.091796875000 +0.084960937500 +0.181640625000 +-0.710937500000 +0.091796875000 +-0.112792968750 +-0.081054687500 +-0.051513671875 +0.116699218750 +-0.090820312500 +-0.245117187500 +-0.195312500000 +-0.063964843750 +-0.202148437500 +-0.008666992188 +-0.734375000000 +0.190429687500 +-0.176757812500 +0.167968750000 +0.210937500000 +0.075195312500 +-0.081054687500 +-0.065429687500 +-0.003570556641 +-0.172851562500 +-0.215820312500 +-0.122558593750 +-0.067382812500 +0.083007812500 +-0.036376953125 +-0.251953125000 +0.034912109375 +0.085937500000 +-0.110351562500 +-0.068359375000 +-0.078125000000 +0.273437500000 +-0.045166015625 +0.007812500000 +-0.048828125000 +-0.029663085938 +-0.013732910156 +0.057617187500 +-0.036132812500 +-0.087890625000 +-0.125976562500 +0.186523437500 +0.059326171875 +0.022338867188 +0.026611328125 +0.330078125000 +0.034667968750 +-0.839843750000 +0.058593750000 +0.088867187500 +0.053710937500 +0.077148437500 +-0.028442382812 +0.195312500000 +-0.039306640625 +0.032470703125 +-0.194335937500 +0.007873535156 +-0.002288818359 +-0.105468750000 +-0.228515625000 +-0.189453125000 +0.002655029297 +0.103515625000 +0.069335937500 +0.022094726562 +-0.468750000000 +-0.145507812500 +-0.077148437500 +0.068359375000 +-0.036621093750 +0.124511718750 +0.075683593750 +0.021972656250 +-0.004547119141 +-0.158203125000 +0.012084960938 +-0.361328125000 +-0.554687500000 +0.287109375000 +-0.058105468750 +0.006622314453 +-0.010620117188 +-0.176757812500 +-0.105468750000 +-0.032958984375 +0.027954101562 +0.027587890625 +-0.133789062500 +-0.210937500000 +0.126953125000 +-0.134765625000 +-0.009033203125 +-0.285156250000 +-0.055419921875 +-0.043945312500 +0.265625000000 +-0.044677734375 +-0.082519531250 +-0.050292968750 +-0.157226562500 +-0.004943847656 +-0.097656250000 +-0.036865234375 +-0.072753906250 +-0.012023925781 +0.002853393555 +-0.120605468750 +-0.062500000000 +-0.080078125000 +-0.020141601562 +0.229492187500 +-0.275390625000 +-0.104492187500 +-0.115234375000 +0.052490234375 +0.060791015625 +0.147460937500 +0.519531250000 +-0.133789062500 +0.053955078125 +0.088378906250 +0.121093750000 +0.024169921875 +0.184570312500 +-0.123046875000 +0.048828125000 +-0.081542968750 +0.040527343750 +0.107421875000 +0.150390625000 +0.265625000000 +0.026611328125 +0.054687500000 +0.011108398438 +-0.251953125000 +-0.118652343750 +0.029907226562 +-0.105957031250 +-0.042480468750 +0.077636718750 +0.039550781250 +0.125976562500 +-0.494140625000 +0.149414062500 +0.013000488281 +-0.024902343750 +0.039306640625 +-0.086914062500 +0.062011718750 +0.094726562500 +-0.028686523438 +0.079589843750 +-0.199218750000 +-0.298828125000 +0.082519531250 +-0.092285156250 +0.073730468750 +0.064941406250 +-0.035156250000 +0.042724609375 +-0.105468750000 +0.059570312500 +-0.087402343750 +0.140625000000 +0.106445312500 +-0.021606445312 +-0.121093750000 +-0.032226562500 +-0.208984375000 +-0.080566406250 +-0.074218750000 +-0.021850585938 +0.125976562500 +-0.010498046875 +-0.128906250000 +0.117675781250 +0.154296875000 +0.015136718750 +0.130859375000 +0.106445312500 +0.052978515625 +-0.199218750000 +-0.142578125000 +-0.055419921875 +-0.025878906250 +-0.018188476562 +0.091796875000 +0.316406250000 +-0.016357421875 +0.058105468750 +0.063476562500 +-0.002639770508 +0.067871093750 +-0.351562500000 +-0.101074218750 +-0.051757812500 +0.051269531250 +0.110839843750 +-0.015319824219 +-0.186523437500 +0.095703125000 +0.060302734375 +-0.173828125000 +0.047851562500 +0.153320312500 +0.193359375000 +0.324218750000 +0.090332031250 +0.001289367676 +-0.182617187500 +0.029785156250 +0.035400390625 +0.119140625000 +-0.179687500000 +-0.088867187500 +0.155273437500 +0.049316406250 +-0.062011718750 +-0.283203125000 +-0.020874023438 +0.024658203125 +-0.166015625000 +-0.123535156250 +-0.243164062500 +-0.184570312500 +-0.021728515625 +0.084960937500 +0.038818359375 +-0.058837890625 +-0.024414062500 +0.380859375000 +0.019775390625 +0.112304687500 +-0.059814453125 +0.110351562500 +0.111816406250 +-0.061523437500 +0.024047851562 +0.134765625000 +-0.009704589844 +-0.056396484375 +-0.133789062500 +-0.112792968750 +0.093261718750 +-0.036621093750 +-0.166015625000 +0.047363281250 +0.015625000000 +-0.080566406250 +-0.130859375000 +0.137695312500 +-0.138671875000 +0.059082031250 +-0.949218750000 +0.027343750000 +0.025512695312 +-0.049316406250 +0.179687500000 +-0.265625000000 +0.049316406250 +0.029541015625 +-0.081542968750 +-0.021850585938 +0.042480468750 +-0.121093750000 +-0.223632812500 +-0.115722656250 +0.078613281250 +0.069824218750 +0.084960937500 +0.024047851562 +0.058593750000 +0.117675781250 +-0.010620117188 +-0.023437500000 +0.201171875000 +-0.046875000000 +0.007537841797 +-0.199218750000 +-0.056640625000 +0.096679687500 +-0.016967773438 +-0.025268554688 +-0.006927490234 +-0.083007812500 +0.110839843750 +-0.090332031250 +0.015380859375 +-0.247070312500 +-0.042236328125 +0.016601562500 +0.231445312500 +-0.057617187500 +0.082519531250 +-0.173828125000 +-0.121582031250 +0.083007812500 +0.049316406250 +0.126953125000 +0.014160156250 +-0.235351562500 +-0.108398437500 +0.120117187500 +0.032226562500 +0.028686523438 +0.001785278320 +0.002426147461 +0.026611328125 +-0.062255859375 +-0.035400390625 +-0.014465332031 +-0.048583984375 +-0.037109375000 +-0.034179687500 +0.142578125000 +0.083496093750 +0.109375000000 +0.111328125000 +-0.111328125000 +-0.302734375000 +-0.131835937500 +0.113281250000 +0.012573242188 +0.002609252930 +0.115722656250 +-0.052734375000 +0.031738281250 +-0.021850585938 +-0.145507812500 +0.083007812500 +-0.255859375000 +0.138671875000 +-0.054443359375 +-0.159179687500 +-0.115722656250 +0.030639648438 +-0.060791015625 +-0.277343750000 +-0.059570312500 +0.063964843750 +-0.043212890625 +-0.062011718750 +0.250000000000 +-0.046386718750 +0.166992187500 +-0.425781250000 +-0.075683593750 +0.038330078125 +0.112792968750 +-0.153320312500 +0.029052734375 +0.069335937500 +0.071289062500 +0.035400390625 +-0.011962890625 +-0.126953125000 +-0.116699218750 +-0.096191406250 +0.145507812500 +0.071777343750 +0.107910156250 +-0.057617187500 +0.009948730469 +-0.076171875000 +0.190429687500 +-0.073242187500 +-0.025756835938 +0.083007812500 +-0.028564453125 +-0.052734375000 +0.050537109375 +0.037109375000 +0.550781250000 +0.134765625000 +-0.099121093750 +-0.080566406250 +0.002731323242 +0.159179687500 +0.030517578125 +-0.240234375000 +-0.112792968750 +-0.031738281250 +-0.108398437500 +0.018676757812 +0.034179687500 +0.068847656250 +-0.066894531250 +-0.015014648438 +-0.096679687500 +-0.055175781250 +-0.324218750000 +-0.049804687500 +0.038574218750 +0.039062500000 +0.118652343750 +-0.259765625000 +-0.129882812500 +0.077636718750 +0.014404296875 +0.121093750000 +0.035888671875 +0.071289062500 +0.142578125000 +-0.190429687500 +0.222656250000 +0.064941406250 +0.062988281250 +-0.045410156250 +0.073730468750 +-0.019287109375 +-0.054199218750 +0.074218750000 +0.165039062500 +-0.197265625000 +-0.652343750000 +0.074218750000 +0.044189453125 +-0.086914062500 +0.125000000000 +-0.355468750000 +0.108398437500 +-0.036865234375 +-0.041748046875 +0.140625000000 +-0.137695312500 +-0.215820312500 +-0.073730468750 +-0.026977539062 +-0.048095703125 +0.100585937500 +0.218750000000 +0.054931640625 +-0.029296875000 +-0.075195312500 +-0.072265625000 +0.013977050781 +0.029663085938 +0.008422851562 +0.100585937500 +0.082031250000 +-0.126953125000 +-0.026733398438 +-0.042968750000 +-0.027832031250 +0.080078125000 +-0.117675781250 +-0.259765625000 +0.054687500000 +0.009460449219 +0.075195312500 +0.101074218750 +-0.214843750000 +-0.018432617188 +0.043212890625 +0.045898437500 +0.133789062500 +-0.073242187500 +0.093750000000 +0.055419921875 +-0.135742187500 +-0.025756835938 +0.162109375000 +0.077636718750 +0.021118164062 +-0.097167968750 +-0.308593750000 +0.099609375000 +0.003082275391 +-0.107910156250 +0.124023437500 +0.121093750000 +-0.158203125000 +0.025512695312 +0.263671875000 +0.042236328125 +0.174804687500 +0.114746093750 +0.215820312500 +0.269531250000 +-0.644531250000 +0.067382812500 +-0.125000000000 +-0.027587890625 +0.019042968750 +-0.046142578125 +0.086914062500 +0.015747070312 +-0.096191406250 +0.113769531250 +-0.125976562500 +-0.542968750000 +-0.208984375000 +-0.007995605469 +-0.024414062500 +-0.123046875000 +-0.028442382812 +0.121093750000 +0.005035400391 +0.039550781250 +-0.480468750000 +-0.158203125000 +-0.238281250000 +0.143554687500 +0.030273437500 +-0.221679687500 +-0.039550781250 +0.041992187500 +0.105468750000 +0.155273437500 +-0.012817382812 +0.214843750000 +0.039062500000 +0.118652343750 +-0.106933593750 +-0.265625000000 +-0.049072265625 +0.066406250000 +-0.024047851562 +0.052490234375 +0.147460937500 +-0.130859375000 +0.233398437500 +0.016723632812 +-0.106933593750 +-0.069824218750 +-0.216796875000 +0.121093750000 +-0.099121093750 +0.012084960938 +0.240234375000 +-0.057861328125 +-0.034912109375 +-0.014526367188 +0.101074218750 +0.079101562500 +0.083007812500 +-0.027587890625 +-0.001304626465 +0.085937500000 +0.283203125000 +0.044677734375 +0.128906250000 +0.271484375000 +-0.233398437500 +0.068847656250 +0.042236328125 +-0.227539062500 +-0.085937500000 +-0.227539062500 +0.054443359375 +0.002899169922 +0.016113281250 +-0.130859375000 +-0.174804687500 +-0.243164062500 +0.012573242188 +-0.109863281250 +0.014160156250 +-0.212890625000 +0.064941406250 +-0.005676269531 +-0.006134033203 +-0.017456054688 +-0.371093750000 +0.062011718750 +-0.542968750000 +0.140625000000 +0.007263183594 +-0.038330078125 +-0.113281250000 +0.012451171875 +-0.001884460449 +0.052978515625 +0.079101562500 +0.021728515625 +-0.037841796875 +-0.114257812500 +0.017211914062 +0.036376953125 +0.074218750000 +0.144531250000 +0.104003906250 +0.109863281250 +0.179687500000 +0.143554687500 +0.061035156250 +-0.037109375000 +-0.009765625000 +-0.210937500000 +-0.116699218750 +0.043945312500 +-0.071777343750 +0.018188476562 +0.519531250000 +-0.029296875000 +0.057617187500 +0.196289062500 +0.051513671875 +-0.170898437500 +-0.134765625000 +0.095703125000 +-0.055664062500 +-0.058105468750 +0.053222656250 +-0.019165039062 +-0.146484375000 +-0.184570312500 +0.152343750000 +0.058349609375 +0.189453125000 +-0.077636718750 +0.160156250000 +0.079589843750 +0.153320312500 +0.159179687500 +-0.001251220703 +0.119628906250 +0.222656250000 +-0.034179687500 +-0.216796875000 +-0.010620117188 +-0.079101562500 +-0.026367187500 +0.003585815430 +0.019409179688 +-0.027099609375 +-0.032226562500 +0.090332031250 +-0.042236328125 +0.621093750000 +-0.355468750000 +0.078125000000 +0.064941406250 +0.059814453125 +-0.094726562500 +-0.181640625000 +0.114257812500 +0.066894531250 +0.069824218750 +0.059570312500 +-0.072265625000 +0.216796875000 +0.208007812500 +-0.008666992188 +0.010070800781 +0.200195312500 +-0.214843750000 +-0.015075683594 +-0.011474609375 +0.147460937500 +0.026000976562 +0.186523437500 +-0.114746093750 +-0.263671875000 +-0.233398437500 +-0.012207031250 +-0.088378906250 +0.075195312500 +-0.003356933594 +0.118164062500 +0.277343750000 +0.011474609375 +0.172851562500 +0.059082031250 +0.234375000000 +-0.472656250000 +-0.048828125000 +0.022827148438 +0.098144531250 +-0.093261718750 +0.064453125000 +0.025268554688 +-0.002410888672 +-0.137695312500 +0.010681152344 +0.129882812500 +0.079589843750 +-0.149414062500 +-0.109375000000 +0.105468750000 +0.060546875000 +-0.116210937500 +0.014892578125 +-0.058349609375 +-0.134765625000 +-0.136718750000 +-0.074218750000 +0.029541015625 +0.106933593750 +0.122070312500 +-0.294921875000 +0.042236328125 +0.123535156250 +0.116210937500 +-0.030395507812 +0.110839843750 +-0.070312500000 +-0.028808593750 +0.082519531250 +-0.115722656250 +0.052734375000 +-0.091308593750 +0.121093750000 +0.006805419922 +-0.112304687500 +0.079101562500 +0.093750000000 +0.097656250000 +0.105468750000 +-0.209960937500 +0.055175781250 +0.108886718750 +-0.009765625000 +-0.150390625000 +-0.075195312500 +-0.033203125000 +0.066894531250 +0.030395507812 +-0.035156250000 +0.027221679688 +-0.154296875000 +0.021728515625 +-0.020141601562 +0.115234375000 +-0.083007812500 +-0.296875000000 +-0.045898437500 +0.064453125000 +-0.186523437500 +0.100585937500 +-0.026000976562 +-0.095214843750 +0.049560546875 +0.021484375000 +-0.103027343750 +0.031250000000 +-0.084960937500 +0.028930664062 +-0.109863281250 +0.085449218750 +0.050537109375 +0.057373046875 +0.064941406250 +0.112792968750 +-0.089843750000 +-0.050292968750 +-0.174804687500 +0.052734375000 +-0.043701171875 +-0.015991210938 +0.092773437500 +-0.000827789307 +0.030273437500 +-0.094726562500 +-0.083984375000 +0.021484375000 +0.028198242188 +0.267578125000 +0.166015625000 +-0.086914062500 +-0.027099609375 +0.007354736328 +-0.013000488281 +-0.061523437500 +0.096191406250 +-0.033691406250 +0.115722656250 +0.181640625000 +0.035888671875 +0.141601562500 +0.170898437500 +-0.061279296875 +-0.093261718750 +-0.031250000000 +0.061767578125 +0.164062500000 +-0.003601074219 +-0.059326171875 +0.013488769531 +-0.108398437500 +-0.105957031250 +-0.209960937500 +0.302734375000 +0.043457031250 +-0.045410156250 +0.027954101562 +0.026123046875 +-0.044677734375 +-0.017578125000 +-0.355468750000 +0.031494140625 +-0.113769531250 +0.057861328125 +0.180664062500 +-0.357421875000 +-0.067382812500 +-0.052001953125 +-0.021606445312 +-0.115234375000 +0.202148437500 +0.113281250000 +-0.084960937500 +-0.208984375000 +0.031982421875 +0.022094726562 +0.025512695312 +0.156250000000 +-0.026611328125 +0.035400390625 +0.110351562500 +0.116699218750 +0.124511718750 +0.114257812500 +0.068359375000 +-0.554687500000 +-0.138671875000 +0.081054687500 +-0.105468750000 +0.056640625000 +0.024902343750 +0.018432617188 +-0.168945312500 +-0.009948730469 +-0.097167968750 +0.100585937500 +-0.073730468750 +0.022460937500 +0.041992187500 +0.035400390625 +0.084960937500 +-0.027221679688 +0.111328125000 +0.155273437500 +-0.294921875000 +0.197265625000 +-0.031250000000 +-0.041259765625 +0.102539062500 +0.211914062500 +0.109375000000 +0.133789062500 +0.007080078125 +0.096679687500 +0.242187500000 +-0.179687500000 +-0.055419921875 +-0.263671875000 +0.039794921875 +0.060302734375 +-0.279296875000 +-0.020629882812 +0.078613281250 +0.083984375000 +-0.088867187500 +0.125000000000 +0.165039062500 +0.158203125000 +-0.105957031250 +-0.103515625000 +-0.005889892578 +-0.123535156250 +0.109375000000 +-0.110839843750 +-0.125976562500 +-0.107421875000 +-0.169921875000 +0.158203125000 +0.047119140625 +0.052246093750 +0.102050781250 +-0.129882812500 +0.139648437500 +0.011352539062 +0.016845703125 +0.166015625000 +-0.112304687500 +-0.023193359375 +-0.221679687500 +0.045898437500 +-0.022583007812 +-0.170898437500 +0.060302734375 +0.146484375000 +-0.055175781250 +-0.044433593750 +0.085937500000 +-0.168945312500 +0.177734375000 +-0.041503906250 +-0.021362304688 +0.020629882812 +-0.056152343750 +0.128906250000 +-0.249023437500 +-0.041992187500 +0.023803710938 +-0.075683593750 +0.081542968750 +0.119140625000 +0.044921875000 +-0.128906250000 +-0.079589843750 +-0.310546875000 +-0.209960937500 +0.183593750000 +-0.247070312500 +-0.082031250000 +-0.029785156250 +0.128906250000 +-0.083984375000 +0.065917968750 +-0.137695312500 +0.010253906250 +-0.016479492188 +-0.116699218750 +0.159179687500 +-0.081054687500 +0.067382812500 +-0.021240234375 +-0.218750000000 +-0.196289062500 +0.151367187500 +0.016723632812 +0.118652343750 +-0.135742187500 +0.107910156250 +0.106933593750 +-0.100097656250 +-0.392578125000 +-0.077636718750 +0.285156250000 +0.001091003418 +-0.099609375000 +-0.003646850586 +-0.130859375000 +0.055908203125 +-0.253906250000 +-0.285156250000 +0.063964843750 +0.199218750000 +-0.049072265625 +0.257812500000 +0.079101562500 +-0.056640625000 +0.069824218750 +0.084472656250 +-0.042236328125 +-0.158203125000 +-0.023925781250 +-0.115722656250 +-0.001228332520 +0.019165039062 +-0.046630859375 +-0.166015625000 +0.115722656250 +0.225585937500 +-0.004455566406 +0.162109375000 +-0.087890625000 +0.193359375000 +0.154296875000 +0.062011718750 +-0.043212890625 +-0.118164062500 +-0.028564453125 +-0.165039062500 +0.164062500000 +-0.074707031250 +0.009643554688 +0.126953125000 +-0.038818359375 +0.155273437500 +-0.094238281250 +0.414062500000 +0.015991210938 +-0.052001953125 +-0.070312500000 +-0.159179687500 +0.080078125000 +-0.149414062500 +-0.029418945312 +0.081542968750 +-0.186523437500 +0.104980468750 +0.073730468750 +0.102050781250 +0.085937500000 +-0.177734375000 +0.166015625000 +-0.105468750000 +-0.253906250000 +-0.204101562500 +-0.257812500000 +0.128906250000 +0.043701171875 +-0.148437500000 +0.043457031250 +-0.067871093750 +-0.023071289062 +-0.012756347656 +0.008178710938 +-0.394531250000 +0.028320312500 +-0.098144531250 +-0.055664062500 +0.091308593750 +0.020263671875 +0.058105468750 +-0.051757812500 +-0.109863281250 +0.162109375000 +0.175781250000 +0.032226562500 +0.181640625000 +-0.219726562500 +0.005249023438 +-0.131835937500 +0.069824218750 +0.093750000000 +-0.314453125000 +0.036621093750 +0.058593750000 +-0.054931640625 +0.017456054688 +-0.159179687500 +-0.012817382812 +0.106933593750 +-0.451171875000 +0.021606445312 +-0.119628906250 +0.075195312500 +-0.251953125000 +-0.070800781250 +0.265625000000 +0.079101562500 +-0.060791015625 +-0.185546875000 +0.039062500000 +-0.292968750000 +0.226562500000 +-0.054199218750 +0.057617187500 +0.025756835938 +-0.134765625000 +-0.044433593750 +0.020629882812 +0.022094726562 +-0.132812500000 +-0.149414062500 +-0.071777343750 +-0.204101562500 +-0.140625000000 +0.026489257812 +-0.102050781250 +-0.054931640625 +-0.017211914062 +0.117187500000 +-0.018798828125 +-0.176757812500 +-0.141601562500 +0.022949218750 +-0.004547119141 +0.001502990723 +0.067382812500 +-0.082031250000 +-0.087890625000 +-0.104980468750 +0.049072265625 +0.038574218750 +-0.058593750000 +-0.047363281250 +-0.117675781250 +-0.255859375000 +-0.291015625000 +0.039062500000 +-0.001922607422 +-0.050292968750 +0.118164062500 +-0.207031250000 +0.020507812500 +0.082031250000 +0.107421875000 +-0.022460937500 +0.002960205078 +0.082031250000 +0.095214843750 +-0.174804687500 +0.133789062500 +0.060546875000 +0.142578125000 +-0.231445312500 +-0.052246093750 +-0.345703125000 +0.160156250000 +-0.247070312500 +0.094726562500 +-0.007141113281 +0.104003906250 +-0.077148437500 +-0.178710937500 +-0.351562500000 +-0.021484375000 +-0.220703125000 +-0.322265625000 +-0.025024414062 +-0.015625000000 +0.072265625000 +-0.053222656250 +-0.105957031250 +0.131835937500 +0.114257812500 +-0.091308593750 +-0.208007812500 +-0.067382812500 +0.196289062500 +0.090332031250 +-0.322265625000 +-0.113769531250 +-0.101074218750 +-0.921875000000 +-0.060058593750 +-0.219726562500 +0.028930664062 +0.187500000000 +0.103515625000 +-0.099609375000 +0.014160156250 +-0.198242187500 +0.195312500000 +-0.102050781250 +-0.089355468750 +-0.168945312500 +0.108398437500 +-0.000144004822 +-0.388671875000 +0.007141113281 +-0.112792968750 +0.080078125000 +0.330078125000 +-0.570312500000 +-0.273437500000 +-0.267578125000 +0.122070312500 +-0.060791015625 +0.052490234375 +-0.102050781250 +-0.017089843750 +0.131835937500 +-0.007263183594 +-0.214843750000 +0.097167968750 +-0.145507812500 +0.098632812500 +-0.386718750000 +-0.125000000000 +-0.025512695312 +-0.097167968750 +-0.002593994141 +-0.142578125000 +0.146484375000 +-0.128906250000 +-0.625000000000 +-0.052246093750 +-0.065917968750 +-0.107421875000 +-0.230468750000 +0.203125000000 +-0.046875000000 +-0.079589843750 +-0.101074218750 +-0.021728515625 +0.130859375000 +-0.112304687500 +-0.131835937500 +0.042968750000 +-0.027343750000 +-0.157226562500 +0.100585937500 +-0.162109375000 +0.046875000000 +0.075195312500 +-0.093261718750 +-0.051025390625 +0.098144531250 +0.455078125000 +0.066894531250 +-0.073242187500 +0.049072265625 +0.005981445312 +0.052490234375 +0.132812500000 +-0.011657714844 +-0.041259765625 +-0.099609375000 +0.139648437500 +0.109863281250 +0.084472656250 +-0.028076171875 +-0.153320312500 +-0.018188476562 +0.104492187500 +0.092285156250 +-0.026611328125 +-0.057861328125 +-0.000404357910 +-0.208007812500 +0.071777343750 +0.025634765625 +-0.016601562500 +0.062500000000 +-0.053955078125 +-0.168945312500 +0.024169921875 +0.019897460938 +-0.183593750000 +0.072265625000 +0.095703125000 +0.021850585938 +-0.169921875000 +-0.077148437500 +-0.060546875000 +0.079101562500 +-0.059570312500 +-0.015014648438 +0.013793945312 +-0.095214843750 +0.041259765625 +0.175781250000 +0.135742187500 +0.180664062500 +0.314453125000 +-0.154296875000 +-0.026611328125 +0.026977539062 +0.000005006790 +0.058593750000 +0.055419921875 +-0.209960937500 +0.139648437500 +-0.178710937500 +0.071289062500 +0.142578125000 +0.031982421875 +0.127929687500 +0.199218750000 +0.049316406250 +-0.089843750000 +-0.699218750000 +0.151367187500 +0.010314941406 +-0.097167968750 +0.105468750000 +-0.119628906250 +-0.028686523438 +0.125976562500 +0.065429687500 +0.068359375000 +0.123046875000 +-0.402343750000 +0.005310058594 +0.031982421875 +-0.073242187500 +0.056396484375 +-0.169921875000 +0.092773437500 +-0.022949218750 +0.033203125000 +-0.213867187500 +0.094238281250 +0.058837890625 +-0.427734375000 +0.040771484375 +-0.039550781250 +0.174804687500 +-0.199218750000 +0.073242187500 +-0.023193359375 +0.147460937500 +0.312500000000 +0.016235351562 +0.089843750000 +0.074218750000 +-0.080078125000 +0.093261718750 +0.067382812500 +-0.287109375000 +-0.170898437500 +-0.056396484375 +0.092773437500 +0.034667968750 +-0.021484375000 +0.057373046875 +0.119140625000 +-0.133789062500 +-0.022338867188 +-0.037109375000 +-0.059326171875 +0.004852294922 +0.071777343750 +0.006652832031 +0.103027343750 +-0.013793945312 +0.022949218750 +-0.012573242188 +-0.021484375000 +-0.011413574219 +-0.078613281250 +0.139648437500 +0.048828125000 +0.100585937500 +0.092285156250 +0.585937500000 +0.108398437500 +0.151367187500 +0.308593750000 +-0.013854980469 +-0.079101562500 +0.001113891602 +-0.406250000000 +-0.192382812500 +0.088867187500 +-0.181640625000 +0.114746093750 +-0.132812500000 +-0.183593750000 +0.231445312500 +0.136718750000 +-0.086914062500 +-0.045654296875 +-0.100097656250 +0.016601562500 +0.113281250000 +-0.088378906250 +-0.279296875000 +0.025268554688 +-0.104003906250 +-0.048583984375 +0.057128906250 +0.011840820312 +0.138671875000 +-0.382812500000 +-0.032714843750 +-0.214843750000 +-0.038330078125 +0.015747070312 +-0.121093750000 +-0.283203125000 +-0.139648437500 +-0.209960937500 +-0.067382812500 +-0.063476562500 +-0.057617187500 +0.010925292969 +0.078613281250 +-0.088867187500 +0.033447265625 +0.086425781250 +0.718750000000 +0.107421875000 +0.064941406250 +-0.017944335938 +0.028076171875 +0.183593750000 +-0.061523437500 +-0.103027343750 +0.068847656250 +-0.116699218750 +-0.328125000000 +0.031982421875 +0.244140625000 +0.100097656250 +0.192382812500 +0.014343261719 +0.109863281250 +0.134765625000 +-0.113769531250 +0.090820312500 +-0.182617187500 +0.102050781250 +-0.097167968750 +-0.056884765625 +-0.060791015625 +-0.123046875000 +-0.015625000000 +-0.025634765625 +0.049316406250 +-0.105957031250 +-0.086914062500 +0.013671875000 +-0.035156250000 +0.034667968750 +-0.074707031250 +0.046875000000 +0.013671875000 +0.058837890625 +-0.009948730469 +0.102539062500 +0.103027343750 +-0.069335937500 +0.011962890625 +0.010620117188 +-0.095214843750 +-0.068359375000 +0.022094726562 +-0.025878906250 +-0.480468750000 +-0.036621093750 +0.137695312500 +0.067871093750 +0.109863281250 +-0.120605468750 +-0.237304687500 +0.051513671875 +-0.043212890625 +-0.308593750000 +0.011779785156 +0.049804687500 +0.113281250000 +0.100585937500 +-0.096191406250 +0.068359375000 +0.058105468750 +-0.003341674805 +0.086425781250 +0.104492187500 +-0.069824218750 +0.014038085938 +0.023437500000 +0.138671875000 +-0.093750000000 +-0.112792968750 +-0.009216308594 +-0.052490234375 +-0.115234375000 +0.050292968750 +0.099609375000 +0.028442382812 +0.021118164062 +-0.073730468750 +0.002731323242 +0.041503906250 +-0.138671875000 +0.023925781250 +-0.072753906250 +-0.093261718750 +0.055664062500 +0.063476562500 +-0.004638671875 +-0.117187500000 +-0.009948730469 +-0.031738281250 +0.113769531250 +-0.040283203125 +-0.079101562500 +0.011230468750 +-0.306640625000 +-0.043945312500 +0.060058593750 +0.146484375000 +0.022094726562 +-0.200195312500 +0.263671875000 +-0.328125000000 +-0.081054687500 +-0.073242187500 +0.277343750000 +-0.003097534180 +-0.044677734375 +0.012817382812 +-0.038085937500 +0.009399414062 +-0.207031250000 +0.010864257812 +0.230468750000 +-0.087402343750 +-0.058105468750 +-0.006896972656 +0.012268066406 +-0.339843750000 +-0.098144531250 +0.001312255859 +0.095703125000 +-0.073730468750 +0.020629882812 +0.081054687500 +-0.030517578125 +-0.174804687500 +-0.414062500000 +0.019775390625 +-0.585937500000 +0.043701171875 +0.085937500000 +-0.212890625000 +-0.130859375000 +-0.014648437500 +-0.011840820312 +0.007019042969 +-0.062988281250 +0.028442382812 +-0.011474609375 +0.118652343750 +0.001388549805 +-0.082031250000 +-0.085937500000 +-0.167968750000 +-0.145507812500 +0.102050781250 +-0.453125000000 +0.025878906250 +0.053955078125 +-0.042724609375 +0.081054687500 +0.139648437500 +-0.202148437500 +0.072753906250 +0.045166015625 +-0.259765625000 +-0.111328125000 +-0.072265625000 +0.071777343750 +-0.080566406250 +-0.100585937500 +0.049560546875 +-0.192382812500 +0.043701171875 +0.208007812500 +0.047363281250 +0.070800781250 +-0.037597656250 +0.053222656250 +0.024169921875 +0.036621093750 +0.166015625000 +-0.115234375000 +-0.102050781250 +0.114257812500 +0.173828125000 +0.320312500000 +0.039794921875 +-0.296875000000 +0.052246093750 +-0.168945312500 +-0.130859375000 +0.146484375000 +-0.013916015625 +0.159179687500 +0.166015625000 +-0.320312500000 +-0.024902343750 +0.157226562500 +-0.028198242188 +0.174804687500 +-0.083496093750 +-0.037109375000 +-0.038818359375 +0.062500000000 +-0.023925781250 +-0.099121093750 +0.178710937500 +-0.233398437500 +-0.125976562500 +-0.259765625000 +-0.174804687500 +-0.005310058594 +-0.209960937500 +-0.124511718750 +0.035156250000 +-0.135742187500 +-0.281250000000 +-1.070312500000 +-0.041992187500 +0.136718750000 +0.186523437500 +-0.231445312500 +0.110351562500 +-0.129882812500 +0.078613281250 +0.045410156250 +-0.373046875000 +0.208007812500 +-0.005828857422 +-0.020751953125 +0.094238281250 +-0.255859375000 +-0.398437500000 +0.151367187500 +-0.006042480469 +-0.179687500000 +0.225585937500 +-0.306640625000 +-0.149414062500 +0.197265625000 +-0.133789062500 +0.098144531250 +0.193359375000 +-0.089355468750 +0.007873535156 +0.605468750000 +-0.320312500000 +-0.320312500000 +-0.138671875000 +-0.112304687500 +-0.096679687500 +0.126953125000 +-0.087890625000 +-0.273437500000 +-0.447265625000 +0.065429687500 +0.134765625000 +0.003845214844 +-0.161132812500 +0.207031250000 +0.080566406250 +-0.114257812500 +-0.172851562500 +-0.292968750000 +-0.093750000000 +-0.075195312500 +-0.269531250000 +0.075195312500 +-0.052734375000 +-0.000385284424 +-0.330078125000 +0.211914062500 +0.057128906250 +-0.320312500000 +-0.013122558594 +0.306640625000 +0.031738281250 +0.062255859375 +-0.017211914062 +-0.141601562500 +-0.128906250000 +-0.228515625000 +0.077148437500 +-0.209960937500 +0.144531250000 +-0.125000000000 +0.057861328125 +-0.038330078125 +-0.008361816406 +0.113281250000 +0.076660156250 +0.054443359375 +-0.244140625000 +-0.527343750000 +0.095703125000 +0.050292968750 +-0.121582031250 +0.161132812500 +0.125976562500 +-0.039794921875 +-0.046875000000 +-0.028076171875 +0.127929687500 +-0.076171875000 +0.208984375000 +0.153320312500 +0.196289062500 +-0.044921875000 +0.163085937500 +0.034179687500 +0.137695312500 +-0.117675781250 +-0.082031250000 +-0.106933593750 +-0.066406250000 +0.034179687500 +-0.111328125000 +-0.016723632812 +0.153320312500 +0.125976562500 +-0.075195312500 +-0.357421875000 +-0.167968750000 +0.134765625000 +0.131835937500 +-0.065917968750 +-0.120605468750 +-0.118652343750 +0.166992187500 +-0.135742187500 +0.045166015625 +0.143554687500 +-0.029418945312 +-0.259765625000 +0.072753906250 +-0.189453125000 +-0.070800781250 +0.189453125000 +0.267578125000 +0.071777343750 +0.037109375000 +0.044677734375 +0.071777343750 +-0.026489257812 +-0.242187500000 +-0.110839843750 +-0.202148437500 +-0.024658203125 +0.067382812500 +0.115722656250 +-0.009338378906 +-0.014038085938 +0.044677734375 +0.058593750000 +0.044921875000 +-0.010803222656 +-0.004333496094 +0.000846862793 +0.099121093750 +-0.088378906250 +-0.019897460938 +0.078125000000 +-0.073242187500 +0.034912109375 +-0.142578125000 +-0.041992187500 +-0.168945312500 +0.010620117188 +0.011718750000 +-0.163085937500 +0.024780273438 +-0.099609375000 +-0.018554687500 +-0.080566406250 +0.123046875000 +0.000086307526 +-0.220703125000 +0.040039062500 +0.087890625000 +-0.086914062500 +-0.012512207031 +0.074707031250 +-0.066406250000 +0.012451171875 +-0.158203125000 +0.053466796875 +0.088378906250 +0.023193359375 +-0.052246093750 +-0.189453125000 +0.162109375000 +0.069335937500 +-0.008850097656 +-0.108886718750 +-0.044189453125 +-0.062255859375 +-0.042480468750 +-0.083496093750 +0.091308593750 +0.092773437500 +-0.127929687500 +0.034667968750 +-0.063964843750 +-0.082031250000 +-0.076171875000 +0.103515625000 +0.097656250000 +-0.083007812500 +0.053222656250 +0.024291992188 +0.046386718750 +0.072753906250 +0.018310546875 +-0.072753906250 +-0.022460937500 +-0.124511718750 +0.003509521484 +-0.100097656250 +-0.111816406250 +-0.105957031250 +-0.124023437500 +0.020141601562 +-0.273437500000 +-0.014282226562 +-0.019531250000 +-0.240234375000 +-0.041015625000 +0.138671875000 +-0.136718750000 +-0.312500000000 +-0.046142578125 +-0.112304687500 +0.036865234375 +0.062988281250 +0.119140625000 +0.028076171875 +0.261718750000 +0.010864257812 +-0.324218750000 +-0.187500000000 +-0.129882812500 +0.108398437500 +-0.047119140625 +0.165039062500 +-0.064453125000 +-0.253906250000 +0.161132812500 +-0.106933593750 +-0.030517578125 +0.059814453125 +-0.146484375000 +0.127929687500 +0.095703125000 +-0.209960937500 +0.041259765625 +-0.100585937500 +-0.185546875000 +-0.018920898438 +-0.127929687500 +0.062255859375 +-0.144531250000 +-0.077636718750 +-0.151367187500 +0.049072265625 +0.168945312500 +-0.085449218750 +-0.068847656250 +-0.094726562500 +0.269531250000 +0.163085937500 +-0.066894531250 +-0.048828125000 +-0.148437500000 +0.047851562500 +0.136718750000 +0.261718750000 +0.099121093750 +-0.373046875000 +0.144531250000 +-0.012939453125 +-0.339843750000 +-0.177734375000 +-0.032470703125 +0.078613281250 +-0.013244628906 +-0.116699218750 +-0.064941406250 +0.108398437500 +-0.125000000000 +0.077148437500 +0.300781250000 +0.188476562500 +-0.515625000000 +-0.139648437500 +0.076660156250 +-0.077636718750 +-0.035644531250 +0.006134033203 +-0.047363281250 +-0.076660156250 +0.010559082031 +-0.244140625000 +-0.125976562500 +-0.015625000000 +0.100585937500 +-0.069335937500 +-0.068359375000 +0.156250000000 +0.095703125000 +-0.015991210938 +0.151367187500 +0.037109375000 +0.091796875000 +0.207031250000 +0.056152343750 +-0.044677734375 +0.225585937500 +-0.083007812500 +-0.020263671875 +0.107910156250 +0.209960937500 +0.147460937500 +-0.064453125000 +-0.080078125000 +-0.063476562500 +-0.000486373901 +-0.202148437500 +0.147460937500 +0.134765625000 +-0.007659912109 +0.253906250000 +0.005126953125 +-0.031982421875 +0.005432128906 +0.016235351562 +-0.019653320312 +0.084472656250 +-0.008789062500 +-0.004913330078 +0.218750000000 +0.067871093750 +-0.003189086914 +0.046386718750 +0.079101562500 +-0.026855468750 +0.186523437500 +-0.005981445312 +0.163085937500 +0.176757812500 +-0.087890625000 +-0.185546875000 +-0.190429687500 +0.206054687500 +0.039306640625 +0.263671875000 +0.029052734375 +0.082031250000 +-0.041748046875 +0.101562500000 +0.051269531250 +-0.004943847656 +-0.039550781250 +0.039794921875 +0.065917968750 +-0.296875000000 +-0.082519531250 +-0.296875000000 +-0.066894531250 +0.033691406250 +0.018066406250 +0.181640625000 +-0.229492187500 +-0.058837890625 +-0.018676757812 +-0.414062500000 +0.008300781250 +0.227539062500 +-0.067871093750 +0.046630859375 +-0.330078125000 +-0.221679687500 +-0.523437500000 +-0.147460937500 +0.075195312500 +0.052246093750 +-0.146484375000 +-0.164062500000 +-0.041259765625 +0.160156250000 +0.067382812500 +0.025146484375 +0.246093750000 +-0.419921875000 +0.129882812500 +0.052978515625 +-0.058105468750 +0.057617187500 +0.122070312500 +-0.343750000000 +0.026733398438 +-0.010131835938 +-0.080566406250 +0.151367187500 +-0.247070312500 +-0.024780273438 +-0.153320312500 +-0.000537872314 +-0.104980468750 +-0.007568359375 +-0.322265625000 +-0.124511718750 +-0.074707031250 +-0.169921875000 +0.037353515625 +0.071289062500 +0.061523437500 +-0.042724609375 +-0.026733398438 +0.082031250000 +0.131835937500 +-0.245117187500 +0.166992187500 +-0.104980468750 +-0.002456665039 +-0.127929687500 +0.114746093750 +0.097656250000 +0.119140625000 +0.126953125000 +0.045410156250 +0.080566406250 +0.034667968750 +-0.086425781250 +0.050781250000 +0.099609375000 +0.121093750000 +-0.004577636719 +0.082031250000 +0.018920898438 +0.155273437500 +0.045166015625 +0.049560546875 +0.014526367188 +-0.084472656250 +0.091796875000 +0.127929687500 +-0.036865234375 +-0.101562500000 +-0.104492187500 +-0.068359375000 +0.066406250000 +-0.119140625000 +-0.090332031250 +0.105957031250 +-0.050537109375 +0.083007812500 +0.166015625000 +0.081054687500 +0.010681152344 +0.011169433594 +-0.171875000000 +-0.078613281250 +0.126953125000 +-0.249023437500 +-0.026733398438 +-0.021484375000 +0.076660156250 +-0.021850585938 +-0.081054687500 +-0.108886718750 +-0.120117187500 +0.035644531250 +0.024291992188 +-0.011535644531 +-0.182617187500 +0.130859375000 +-0.168945312500 +0.233398437500 +0.177734375000 +0.006347656250 +-0.148437500000 +-0.005615234375 +-0.055419921875 +-0.310546875000 +0.158203125000 +-0.229492187500 +0.078613281250 +-0.016723632812 +0.018432617188 +-0.253906250000 +0.092285156250 +-0.061523437500 +-0.067871093750 +-0.007629394531 +0.067382812500 +0.044921875000 +0.020141601562 +-0.016113281250 +-0.032470703125 +-0.081542968750 +0.013793945312 +0.037353515625 +-0.328125000000 +-0.133789062500 +-0.004638671875 +-0.042480468750 +0.029541015625 +-0.030883789062 +0.036376953125 +0.184570312500 +0.029907226562 +0.118164062500 +-0.070800781250 +-0.045166015625 +0.059570312500 +0.090332031250 +-0.086425781250 +0.126953125000 +-0.052001953125 +-0.076171875000 +-0.082031250000 +0.151367187500 +-0.250000000000 +-0.229492187500 +-0.019287109375 +-0.067382812500 +-0.232421875000 +-0.077636718750 +-0.133789062500 +0.002151489258 +-0.010437011719 +-0.216796875000 +0.060302734375 +0.039306640625 +0.105468750000 +-0.249023437500 +0.086425781250 +0.082031250000 +-0.000052452087 +0.014038085938 +-0.061035156250 +-0.683593750000 +0.037841796875 +0.096679687500 +-0.108398437500 +0.108398437500 +-0.078125000000 +-0.047363281250 +-0.116699218750 +0.071289062500 +-0.094726562500 +0.007781982422 +0.022338867188 +0.161132812500 +-0.139648437500 +0.034667968750 +0.113769531250 +-0.075195312500 +-0.005432128906 +0.175781250000 +0.099121093750 +-0.065917968750 +-0.098144531250 +0.055664062500 +-0.060302734375 +-0.087402343750 +0.259765625000 +0.060546875000 +0.111328125000 +0.076171875000 +0.064941406250 +0.053466796875 +0.024536132812 +-0.057617187500 +-0.186523437500 +-0.043457031250 +-0.061767578125 +-0.077148437500 +-0.265625000000 +0.082519531250 +-0.039062500000 +0.023925781250 +0.149414062500 +-0.043457031250 +-0.186523437500 +-0.031982421875 +0.037109375000 +0.094238281250 +0.050781250000 +-0.365234375000 +-0.306640625000 +-0.110839843750 +0.061767578125 +0.018066406250 +0.118164062500 +-0.096679687500 +-0.125000000000 +-0.071289062500 +0.153320312500 +-0.012573242188 +0.103515625000 +-0.111328125000 +-0.225585937500 +-0.203125000000 +-0.042968750000 +-0.029541015625 +-0.318359375000 +0.204101562500 +0.028564453125 +0.076171875000 +-0.023925781250 +-0.077636718750 +-0.111816406250 +-0.031005859375 +-0.001152038574 +-0.013854980469 +0.066406250000 +-0.123535156250 +-0.142578125000 +0.171875000000 +0.085449218750 +-0.002136230469 +-0.246093750000 +-0.019897460938 +0.007690429688 +0.182617187500 +0.073242187500 +-0.126953125000 +-0.049316406250 +0.143554687500 +0.112304687500 +-0.096679687500 +0.066894531250 +0.038818359375 +0.139648437500 +0.212890625000 +0.217773437500 +-0.090332031250 +0.011901855469 +0.093750000000 +-0.035400390625 +-0.188476562500 +0.077636718750 +-0.144531250000 +0.070800781250 +-0.053710937500 +-0.035156250000 +0.075195312500 +0.136718750000 +0.085449218750 +0.259765625000 +0.199218750000 +-0.001930236816 +0.050292968750 +0.116699218750 +0.005279541016 +-0.193359375000 +-0.051025390625 +-0.371093750000 +-0.024902343750 +-0.149414062500 +-0.033203125000 +0.071289062500 +-0.012145996094 +-0.267578125000 +0.040283203125 +0.031982421875 +-0.137695312500 +0.031738281250 +0.020507812500 +0.051513671875 +-0.142578125000 +-0.090820312500 +0.119628906250 +-0.058105468750 +0.084472656250 +0.058349609375 +-0.078613281250 +-0.080078125000 +-0.009399414062 +0.061523437500 +0.024414062500 +-0.065429687500 +-0.202148437500 +-0.009155273438 +-0.082519531250 +-0.088378906250 +-0.130859375000 +-0.134765625000 +-0.089355468750 +0.019287109375 +-0.012023925781 +0.075683593750 +0.074218750000 +0.063964843750 +0.051513671875 +-0.150390625000 +-0.080078125000 +-0.120117187500 +-0.220703125000 +-0.055664062500 +-0.363281250000 +-0.076660156250 +0.065917968750 +0.084960937500 +0.062255859375 +-0.138671875000 +-0.177734375000 +0.018310546875 +-0.063476562500 +0.006408691406 +-0.048828125000 +-0.133789062500 +0.140625000000 +-0.235351562500 +-0.292968750000 +0.037841796875 +0.100097656250 +-0.030883789062 +-0.137695312500 +0.027465820312 +-0.238281250000 +-0.142578125000 +-0.138671875000 +-0.029541015625 +-0.343750000000 +0.033691406250 +-0.057128906250 +0.096191406250 +-0.012268066406 +-0.298828125000 +0.310546875000 +0.026611328125 +0.029541015625 +-0.056884765625 +0.073242187500 +0.283203125000 +0.177734375000 +-0.056152343750 +-0.447265625000 +-0.050292968750 +-0.020385742188 +0.205078125000 +0.037109375000 +-0.024658203125 +0.102050781250 +-0.035644531250 +0.034179687500 +0.160156250000 +0.279296875000 +0.025024414062 +0.172851562500 +0.166015625000 +0.077148437500 +-0.077636718750 +0.116210937500 +0.144531250000 +-0.238281250000 +-0.250000000000 +0.129882812500 +0.090820312500 +0.118652343750 +0.039306640625 +0.050781250000 +-0.063476562500 +-0.108398437500 +0.063476562500 +-0.026855468750 +-0.133789062500 +0.056396484375 +-0.008911132812 +0.041992187500 +0.004852294922 +0.009155273438 +0.017456054688 +0.055664062500 +-0.209960937500 +-0.291015625000 +0.018920898438 +-0.235351562500 +-0.201171875000 +-0.076171875000 +0.020141601562 +-0.226562500000 +0.000314712524 +0.289062500000 +-0.063476562500 +-0.065429687500 +0.013244628906 +0.037597656250 +-0.040527343750 +-0.026733398438 +-0.065917968750 +0.112792968750 +-0.531250000000 +-0.207031250000 +0.109375000000 +0.349609375000 +0.024902343750 +0.037597656250 +0.041259765625 +0.088867187500 +0.233398437500 +-0.398437500000 +-0.065917968750 +-0.056396484375 +-0.052001953125 +0.023071289062 +-0.044189453125 +-1.406250000000 +0.060791015625 +-0.083496093750 +0.049316406250 +-0.038818359375 +-0.025024414062 +-0.057128906250 +0.023681640625 +0.055908203125 +-0.050781250000 +0.021484375000 +-0.044921875000 +0.032226562500 +-0.710937500000 +0.061767578125 +0.024169921875 +-0.134765625000 +-0.107910156250 +0.072265625000 +-0.106933593750 +0.002883911133 +-0.067871093750 +-0.108398437500 +0.005004882812 +-0.051513671875 +0.078613281250 +0.128906250000 +-0.056152343750 +0.010742187500 +-0.004364013672 +0.039306640625 +-0.194335937500 +0.068847656250 +0.079589843750 +-0.168945312500 +0.033691406250 +0.208984375000 +-0.094726562500 +-0.121582031250 +0.277343750000 +0.132812500000 +-0.203125000000 +0.161132812500 +-0.092285156250 +0.139648437500 +-0.043945312500 +0.160156250000 +-0.128906250000 +-0.141601562500 +-0.050537109375 +0.253906250000 +-0.012695312500 +-0.017333984375 +-0.076660156250 +-0.287109375000 +-0.229492187500 +-0.026977539062 +-0.110351562500 +0.149414062500 +0.057373046875 +0.147460937500 +0.027099609375 +-0.112304687500 +-0.074218750000 +0.095703125000 +0.055664062500 +-0.024047851562 +-0.092285156250 +0.211914062500 +-0.113281250000 +0.139648437500 +0.142578125000 +0.109863281250 +-0.112792968750 +-0.017822265625 +0.099609375000 +-0.094238281250 +-0.168945312500 +-0.059570312500 +-0.025634765625 +0.052001953125 +-0.090332031250 +0.075195312500 +0.097167968750 +0.021972656250 +0.199218750000 +0.255859375000 +-0.187500000000 +0.169921875000 +-0.011901855469 +-0.044921875000 +0.009643554688 +0.118652343750 +0.087402343750 +0.214843750000 +-0.084960937500 +0.113769531250 +0.060546875000 +-0.127929687500 +0.075683593750 +0.013671875000 +0.072753906250 +0.104003906250 +-0.310546875000 +-0.092285156250 +-0.079101562500 +-0.255859375000 +0.037109375000 +0.006317138672 +0.004333496094 +-0.135742187500 +-0.018188476562 +0.064453125000 +-0.097167968750 +0.137695312500 +0.164062500000 +-0.105468750000 +-0.136718750000 +0.104003906250 +0.094726562500 +0.100585937500 +0.035888671875 +0.100585937500 +0.101562500000 +-0.208984375000 +0.055908203125 +-0.171875000000 +0.012817382812 +-0.155273437500 +-0.163085937500 +-0.139648437500 +-0.123046875000 +-0.044189453125 +0.002380371094 +0.083984375000 +-0.155273437500 +-0.224609375000 +0.041503906250 +-0.045410156250 +-0.004791259766 +0.075683593750 +0.082519531250 +0.163085937500 +-0.191406250000 +-0.164062500000 +-0.044921875000 +-0.063476562500 +-0.231445312500 +0.121582031250 +-0.212890625000 +0.028320312500 +0.080078125000 +0.000732421875 +-0.010437011719 +-0.097656250000 +-0.072265625000 +-0.005554199219 +0.204101562500 +-0.111328125000 +-0.127929687500 +0.102539062500 +-0.126953125000 +-0.146484375000 +0.018676757812 +-0.228515625000 +-0.001869201660 +-0.029663085938 +0.018920898438 +0.145507812500 +0.013122558594 +-0.357421875000 +0.026733398438 +0.183593750000 +0.141601562500 +-0.045410156250 +0.085937500000 +-0.053710937500 +0.204101562500 +-0.198242187500 +-0.074707031250 +0.039306640625 +0.014465332031 +-0.195312500000 +0.048339843750 +-0.161132812500 +0.020996093750 +-0.072753906250 +0.024536132812 +0.001823425293 +-0.014404296875 +0.005065917969 +-0.107910156250 +-0.056884765625 +0.169921875000 +0.180664062500 +0.051513671875 +0.094238281250 +0.023925781250 +-0.318359375000 +-0.213867187500 +0.099609375000 +-0.037597656250 +-0.038330078125 +-0.116210937500 +0.019042968750 +0.019531250000 +0.052490234375 +-0.096679687500 +0.111816406250 +0.019775390625 +0.034423828125 +0.166992187500 +-0.009521484375 +0.142578125000 +-0.051025390625 +-0.017578125000 +0.069335937500 +-0.318359375000 +-0.159179687500 +-0.109863281250 +0.002700805664 +0.131835937500 +-0.283203125000 +0.055908203125 +-0.009338378906 +0.199218750000 +0.048095703125 +0.137695312500 +-0.007080078125 +-0.198242187500 +-0.101562500000 +0.300781250000 +-0.002365112305 +0.157226562500 +-0.369140625000 +-0.081054687500 +-0.209960937500 +0.010681152344 +-0.054931640625 +-0.332031250000 +-0.121582031250 +0.065917968750 +-0.083496093750 +-0.122070312500 +-0.367187500000 +0.049560546875 +-0.052001953125 +-0.410156250000 +-0.263671875000 +0.175781250000 +-0.082519531250 +-0.184570312500 +-0.110839843750 +0.067871093750 +0.210937500000 +-0.425781250000 +-0.218750000000 +-0.018920898438 +-0.213867187500 +-0.208984375000 +0.128906250000 +-0.006530761719 +0.015502929688 +-0.023803710938 +-0.174804687500 +0.067382812500 +-0.226562500000 +-0.378906250000 +-0.490234375000 +-0.114257812500 +-0.004241943359 +-0.263671875000 +-0.059814453125 +0.056884765625 +-0.193359375000 +-0.279296875000 +-0.097656250000 +-0.098632812500 +0.142578125000 +0.083007812500 +-0.167968750000 +-0.361328125000 +-0.073730468750 +0.040039062500 +-0.523437500000 +0.164062500000 +-0.025878906250 +-0.130859375000 +-0.018676757812 +-0.073242187500 +-0.078613281250 +-0.068359375000 +-0.220703125000 +0.142578125000 +-0.183593750000 +0.107421875000 +-0.034912109375 +0.064453125000 +0.155273437500 +0.020263671875 +0.017211914062 +-0.042236328125 +0.105468750000 +-0.140625000000 +0.097167968750 +-0.291015625000 +0.060058593750 +0.002349853516 +-0.093261718750 +0.087890625000 +-0.195312500000 +-0.173828125000 +0.023559570312 +0.000170707703 +-0.133789062500 +-0.148437500000 +-0.322265625000 +0.199218750000 +-0.027099609375 +0.072753906250 +-0.092285156250 +0.103515625000 +-0.091308593750 +0.142578125000 +-1.312500000000 +-0.174804687500 +-0.006134033203 +-0.169921875000 +-0.240234375000 +-0.324218750000 +0.015747070312 +-0.131835937500 +-0.080566406250 +-0.092285156250 +0.025024414062 +0.016113281250 +-1.460937500000 +-0.145507812500 +-0.570312500000 +-0.038818359375 +-0.078125000000 +0.035888671875 +-0.147460937500 +-0.097656250000 +0.069335937500 +-0.006286621094 +-0.090332031250 +0.067871093750 +-0.058105468750 +-0.269531250000 +-0.064453125000 +-0.191406250000 +0.038818359375 +0.086914062500 +0.069335937500 +-0.023681640625 +0.145507812500 +-0.080078125000 +-0.029296875000 +0.000640869141 +-0.008056640625 +-0.046875000000 +-0.304687500000 +0.257812500000 +-0.158203125000 +0.017333984375 +0.108886718750 +0.157226562500 +0.050781250000 +0.108398437500 +-0.138671875000 +-0.020751953125 +-0.169921875000 +0.016235351562 +-0.134765625000 +-0.026489257812 +-0.072753906250 +0.185546875000 +-0.052978515625 +-0.298828125000 +0.059814453125 +-0.055175781250 +0.021728515625 +0.059570312500 +-0.185546875000 +-0.227539062500 +-0.373046875000 +-0.139648437500 +-0.074218750000 +-0.066894531250 +0.069824218750 +0.200195312500 +0.043701171875 +0.046386718750 +-0.121582031250 +-0.111328125000 +0.032958984375 +-0.233398437500 +0.019897460938 +0.090820312500 +0.063476562500 +-0.002166748047 +-0.142578125000 +-0.027587890625 +-0.147460937500 +-0.015563964844 +0.030639648438 +0.062500000000 +-0.052734375000 +0.012145996094 +-0.152343750000 +-0.106445312500 +0.099121093750 +0.136718750000 +-0.160156250000 +0.020751953125 +0.035644531250 +-0.009704589844 +-0.165039062500 +0.169921875000 +0.076660156250 +-0.056152343750 +-0.005950927734 +0.063476562500 +0.075683593750 +0.086914062500 +-0.161132812500 +-0.020507812500 +0.137695312500 +-0.072265625000 +-0.077148437500 +-0.040039062500 +-0.227539062500 +0.126953125000 +-0.026977539062 +0.086914062500 +-0.087402343750 +0.001350402832 +0.215820312500 +0.011047363281 +0.373046875000 +-0.161132812500 +0.083984375000 +-0.050292968750 +0.017944335938 +0.028442382812 +0.160156250000 +0.086914062500 +-0.480468750000 +-0.054687500000 +0.133789062500 +0.049560546875 +-0.035156250000 +0.070800781250 +0.027954101562 +0.001983642578 +0.054199218750 +0.169921875000 +-0.157226562500 +-0.128906250000 +-0.085937500000 +0.205078125000 +0.188476562500 +0.021850585938 +-0.016357421875 +0.097167968750 +-0.058593750000 +-0.386718750000 +0.054931640625 +-0.353515625000 +0.024291992188 +-0.298828125000 +0.177734375000 +0.171875000000 +-0.025634765625 +0.165039062500 +0.207031250000 +0.202148437500 +-0.089843750000 +0.097167968750 +0.195312500000 +0.185546875000 +-0.022705078125 +-0.239257812500 +0.190429687500 +0.011413574219 +0.092285156250 +-0.151367187500 +-0.192382812500 +-0.036376953125 +0.060302734375 +-0.057373046875 +-0.207031250000 +-0.096679687500 +0.152343750000 +0.044189453125 +0.164062500000 +0.109375000000 +-0.200195312500 +0.166992187500 +0.185546875000 +-0.052734375000 +0.128906250000 +-0.087890625000 +-0.022216796875 +0.080566406250 +-0.037841796875 +0.208007812500 +-0.259765625000 +-0.025878906250 +-0.068359375000 +0.033691406250 +0.000522613525 +-0.123046875000 +-0.090332031250 +0.056884765625 +-0.269531250000 +0.086425781250 +-0.166992187500 +-0.131835937500 +-0.318359375000 +0.173828125000 +-0.257812500000 +-0.035156250000 +0.102539062500 +-0.071777343750 +-0.091308593750 +-0.034912109375 +-0.202148437500 +-0.151367187500 +-0.125976562500 +-0.171875000000 +0.058593750000 +-0.108886718750 +0.248046875000 +0.186523437500 +0.115722656250 +0.071289062500 +-0.021240234375 +-0.086914062500 +-0.166015625000 +0.388671875000 +-0.014831542969 +0.007568359375 +0.241210937500 +-0.179687500000 +0.155273437500 +-0.222656250000 +-0.269531250000 +0.302734375000 +-0.235351562500 +0.277343750000 +-0.038330078125 +-0.134765625000 +0.012634277344 +-0.310546875000 +0.220703125000 +0.005035400391 +0.207031250000 +0.070800781250 +-0.070312500000 +-0.069824218750 +0.142578125000 +0.100097656250 +-0.166015625000 +-0.064453125000 +-0.062500000000 +0.098144531250 +-0.155273437500 +0.048095703125 +-0.142578125000 +0.136718750000 +-0.257812500000 +0.118652343750 +-0.261718750000 +0.047851562500 +0.112304687500 +-0.427734375000 +0.016723632812 +0.007110595703 +0.061035156250 +-0.167968750000 +-0.324218750000 +-0.033691406250 +-0.131835937500 +0.101562500000 +0.131835937500 +-0.041748046875 +-0.246093750000 +-0.072753906250 +0.216796875000 +0.005981445312 +0.122070312500 +-0.014526367188 +0.008972167969 +-0.049560546875 +-0.271484375000 +-0.214843750000 +0.187500000000 +-0.002395629883 +0.060302734375 +-0.123535156250 +-0.050292968750 +-0.107421875000 +0.112792968750 +-0.024658203125 +0.025268554688 +-0.050537109375 +-0.238281250000 +-0.011718750000 +0.054199218750 +-0.029418945312 +-0.148437500000 +-0.010925292969 +0.021240234375 +-0.023925781250 +0.109863281250 +0.058837890625 +-0.246093750000 +0.087402343750 +0.131835937500 +-0.009399414062 +-0.320312500000 +0.093261718750 +0.010620117188 +0.178710937500 +-0.022460937500 +0.012695312500 +0.201171875000 +-0.019531250000 +0.022949218750 +-0.128906250000 +0.003250122070 +0.425781250000 +-0.047851562500 +0.188476562500 +-0.122070312500 +0.015991210938 +-0.000373840332 +-0.147460937500 +-0.020019531250 +0.154296875000 +0.059326171875 +-0.100097656250 +-0.016845703125 +0.182617187500 +-0.050781250000 +0.079589843750 +0.074218750000 +-0.035888671875 +0.056884765625 +-0.170898437500 +-0.031982421875 +-0.378906250000 +-0.037109375000 +-0.022705078125 +0.014221191406 +-0.094726562500 +-0.041015625000 +0.009582519531 +-0.146484375000 +-0.089355468750 +0.134765625000 +0.437500000000 +-0.100585937500 +-0.255859375000 +-0.173828125000 +0.150390625000 +0.038574218750 +0.052734375000 +0.085937500000 +-0.115722656250 +0.113769531250 +0.100097656250 +0.085937500000 +-0.078613281250 +0.074218750000 +0.057617187500 +-0.033691406250 +0.040771484375 +0.347656250000 +0.084472656250 +0.165039062500 +0.203125000000 +0.419921875000 +-0.141601562500 +-0.040283203125 +0.137695312500 +-0.203125000000 +-0.017578125000 +0.105468750000 +0.022705078125 +-0.011535644531 +-0.047363281250 +0.110351562500 +0.144531250000 +0.138671875000 +0.026977539062 +-0.281250000000 +0.141601562500 +0.049072265625 +-0.116699218750 +0.009338378906 +-0.013000488281 +0.149414062500 +-0.289062500000 +-0.036376953125 +0.108398437500 +0.166992187500 +0.008117675781 +0.114746093750 +0.128906250000 +0.083007812500 +0.123535156250 +-0.172851562500 +-0.071777343750 +0.036132812500 +-0.024291992188 +0.271484375000 +0.141601562500 +0.072753906250 +0.105957031250 +0.096191406250 +-0.224609375000 +-0.087402343750 +0.133789062500 +-0.287109375000 +-0.265625000000 +0.127929687500 +-0.058593750000 +0.028686523438 +0.086914062500 +0.243164062500 +-0.051025390625 +0.015380859375 +-0.243164062500 +-0.038330078125 +0.167968750000 +-0.023681640625 +-0.140625000000 +0.207031250000 +0.021850585938 +-0.158203125000 +-0.355468750000 +0.064453125000 +0.101562500000 +0.052978515625 +0.065917968750 +0.088378906250 +0.093261718750 +0.014282226562 +-0.318359375000 +-0.181640625000 +-0.343750000000 +0.036376953125 +-0.039062500000 +0.218750000000 +0.038818359375 +-0.105468750000 +0.058105468750 +-0.048095703125 +0.090820312500 +-0.265625000000 +-0.042236328125 +0.062500000000 +0.197265625000 +-0.107910156250 +-0.129882812500 +-0.125000000000 +-0.167968750000 +-0.154296875000 +0.031982421875 +-0.053955078125 +-0.054199218750 +-0.083496093750 +0.158203125000 +0.010498046875 +-0.040527343750 +0.033203125000 +-0.011840820312 +-0.014770507812 +-0.130859375000 +-0.046386718750 +-0.021362304688 +0.180664062500 +0.033935546875 +0.079101562500 +-0.298828125000 +-0.036132812500 +0.022094726562 +-0.105957031250 +0.085449218750 +0.023925781250 +0.038330078125 +0.010375976562 +0.133789062500 +0.102050781250 +-0.129882812500 +-0.241210937500 +0.065917968750 +0.119628906250 +0.114746093750 +0.086425781250 +-0.283203125000 +0.043212890625 +-0.070800781250 +0.009460449219 +0.007202148438 +0.095214843750 +-0.161132812500 +0.118652343750 +-0.128906250000 +0.087890625000 +0.079101562500 +-0.062255859375 +0.012756347656 +0.051025390625 +0.562500000000 +0.041992187500 +0.083984375000 +0.063964843750 +-0.080566406250 +0.130859375000 +-0.187500000000 +0.015991210938 +0.041259765625 +0.236328125000 +0.112792968750 +-0.104492187500 +-0.010559082031 +-0.028808593750 +-0.118652343750 +-0.347656250000 +-0.194335937500 +-0.250000000000 +-0.204101562500 +0.110351562500 +-0.049316406250 +0.044189453125 +0.157226562500 +-0.022583007812 +0.185546875000 +-0.043212890625 +0.048828125000 +0.134765625000 +-0.021240234375 +-0.107421875000 +0.024414062500 +0.027587890625 +0.039550781250 +-0.043701171875 +-0.345703125000 +-0.535156250000 +-0.028564453125 +-0.065917968750 +0.070800781250 +0.021850585938 +0.073730468750 +-0.069335937500 +0.091796875000 +0.101562500000 +0.104980468750 +0.026000976562 +-0.271484375000 +0.108886718750 +-0.139648437500 +-0.101562500000 +0.110839843750 +-0.081054687500 +-0.047119140625 +-0.263671875000 +0.052001953125 +-0.077636718750 +-0.044189453125 +-0.136718750000 +-0.067382812500 +-0.092285156250 +0.045166015625 +0.115234375000 +0.092285156250 +0.138671875000 +-0.625000000000 +0.018432617188 +0.120605468750 +0.004577636719 +-0.022216796875 +-0.053955078125 +-0.308593750000 +0.106933593750 +0.126953125000 +-0.593750000000 +-0.024047851562 +-0.086914062500 +0.085937500000 +-0.009521484375 +0.083984375000 +-0.031982421875 +-0.014709472656 +-0.087402343750 +-0.062988281250 +-1.406250000000 +0.076660156250 +-0.130859375000 +-0.045410156250 +-0.135742187500 +-0.296875000000 +0.044921875000 +-0.117675781250 +0.052001953125 +0.108398437500 +-0.034179687500 +-0.119628906250 +-1.242187500000 +0.140625000000 +0.061523437500 +-0.046386718750 +-0.168945312500 +-0.044433593750 +0.153320312500 +0.046630859375 +0.058593750000 +0.006011962891 +-0.263671875000 +-0.126953125000 +-0.055908203125 +-0.125976562500 +-0.221679687500 +0.235351562500 +0.057373046875 +-0.103515625000 +-0.122070312500 +-0.076171875000 +0.011962890625 +0.175781250000 +0.014282226562 +-0.225585937500 +0.316406250000 +-0.437500000000 +-0.023437500000 +-0.011657714844 +0.049072265625 +-0.092773437500 +-0.054687500000 +0.062011718750 +-0.102539062500 +-0.039550781250 +0.016601562500 +0.043701171875 +-0.080566406250 +0.122558593750 +0.306640625000 +0.099121093750 +0.052001953125 +0.027954101562 +-0.004058837891 +-0.051513671875 +-0.154296875000 +0.035400390625 +-0.072753906250 +-0.086914062500 +-0.209960937500 +-0.032470703125 +0.071289062500 +-0.263671875000 +0.127929687500 +0.145507812500 +-0.013000488281 +0.001808166504 +-0.117675781250 +-0.005645751953 +0.019165039062 +0.041015625000 +0.101074218750 +-0.277343750000 +0.015991210938 +0.022094726562 +-0.016723632812 +0.026367187500 +0.135742187500 +-0.209960937500 +0.061035156250 +-0.176757812500 +0.071289062500 +0.033203125000 +-0.104003906250 +-0.099609375000 +0.138671875000 +0.030517578125 +0.056884765625 +0.093261718750 +0.043701171875 +0.226562500000 +-0.142578125000 +-0.084960937500 +0.230468750000 +-0.021972656250 +0.073242187500 +0.123046875000 +-0.010803222656 +0.133789062500 +-0.039794921875 +0.034667968750 +-0.090820312500 +0.129882812500 +-0.173828125000 +0.032714843750 +-0.222656250000 +0.032958984375 +-0.219726562500 +0.224609375000 +0.125000000000 +-0.055419921875 +-0.250000000000 +-0.120605468750 +0.165039062500 +-0.107421875000 +0.096679687500 +0.047851562500 +0.032714843750 +-0.099609375000 +-0.170898437500 +-0.197265625000 +0.010742187500 +0.103027343750 +0.233398437500 +0.041259765625 +-0.247070312500 +0.074707031250 +-0.217773437500 +0.161132812500 +0.015991210938 +-0.022583007812 +0.017211914062 +-0.242187500000 +-0.126953125000 +-0.186523437500 +-0.006286621094 +0.024414062500 +-0.073242187500 +0.133789062500 +-0.343750000000 +0.077148437500 +0.120117187500 +0.046142578125 +-0.116210937500 +0.172851562500 +0.052978515625 +-0.187500000000 +-0.455078125000 +0.001945495605 +-0.034912109375 +-0.019653320312 +-0.016967773438 +-0.063476562500 +0.152343750000 +-0.073242187500 +0.261718750000 +-0.149414062500 +0.108398437500 +0.049560546875 +0.144531250000 +-0.337890625000 +-0.073242187500 +-0.096191406250 +-0.055419921875 +0.036376953125 +-0.041748046875 +0.101562500000 +0.063964843750 +-0.036865234375 +0.042968750000 +-0.076171875000 +-0.090820312500 +0.196289062500 +-0.069824218750 +-0.151367187500 +-0.968750000000 +0.164062500000 +-0.058837890625 +-0.186523437500 +0.006774902344 +0.259765625000 +0.239257812500 +-0.171875000000 +-0.046875000000 +0.068359375000 +-0.113769531250 +-0.051269531250 +0.054687500000 +0.159179687500 +-0.359375000000 +0.081054687500 +-0.110351562500 +-0.125000000000 +-0.078613281250 +-0.016601562500 +-0.007324218750 +0.046630859375 +-0.076171875000 +-0.215820312500 +-0.002502441406 +0.025756835938 +0.033691406250 +-0.063476562500 +-0.146484375000 +-0.104003906250 +-0.154296875000 +-0.084472656250 +-0.147460937500 +0.001876831055 +0.012023925781 +0.133789062500 +0.175781250000 +-0.410156250000 +0.068847656250 +0.028198242188 +0.010742187500 +-0.154296875000 +-0.190429687500 +-0.094238281250 +0.021118164062 +0.234375000000 +-0.169921875000 +0.036865234375 +-0.292968750000 +-0.222656250000 +-0.267578125000 +0.060791015625 +0.139648437500 +0.022094726562 +-0.034423828125 +0.098144531250 +-0.086425781250 +0.069824218750 +-0.123046875000 +-0.042480468750 +-0.152343750000 +-0.115722656250 +-0.002990722656 +-0.034912109375 +-0.613281250000 +-0.174804687500 +0.125000000000 +-0.081542968750 +-0.273437500000 +0.036621093750 +0.016601562500 +-0.107421875000 +0.114746093750 +0.120605468750 +0.296875000000 +-0.010986328125 +0.113769531250 +-0.100097656250 +0.058593750000 +0.013671875000 +-0.063476562500 +0.121582031250 +0.030517578125 +0.030273437500 +0.082031250000 +-0.054931640625 +-0.182617187500 +-0.069824218750 +0.070800781250 +-0.046386718750 +-0.079101562500 +-0.098632812500 +-0.123535156250 +-0.042724609375 +-0.273437500000 +-0.059814453125 +-0.006042480469 +-0.098144531250 +-0.073242187500 +0.429687500000 +-0.019409179688 +-0.322265625000 +-0.005279541016 +-0.104980468750 +0.102539062500 +0.049072265625 +-0.101562500000 +0.001815795898 +-0.040771484375 +-0.103027343750 +-0.087890625000 +0.186523437500 +-0.036132812500 +-0.083984375000 +0.026733398438 +-0.439453125000 +0.110839843750 +0.104492187500 +0.173828125000 +-0.091308593750 +0.257812500000 +-0.143554687500 +0.002319335938 +0.007507324219 +-0.259765625000 +0.183593750000 +-0.068847656250 +-0.031494140625 +0.218750000000 +-0.208007812500 +0.038085937500 +-0.004730224609 +-0.049072265625 +0.095703125000 +-0.122070312500 +0.119628906250 +0.003677368164 +0.133789062500 +-0.008911132812 +-0.096191406250 +0.113281250000 +0.097656250000 +0.008361816406 +0.107910156250 +0.177734375000 +-0.129882812500 +-0.107910156250 +0.016723632812 +-0.435546875000 +-0.028320312500 +-0.488281250000 +-0.062500000000 +0.048095703125 +0.058837890625 +-0.158203125000 +-0.022827148438 +0.120117187500 +-0.015136718750 +-0.221679687500 +-0.189453125000 +-0.067382812500 +0.003799438477 +0.064941406250 +0.065917968750 +0.184570312500 +0.203125000000 +-0.088867187500 +0.097656250000 +0.055908203125 +0.205078125000 +-0.025146484375 +-0.008911132812 +0.125976562500 +-0.314453125000 +0.064453125000 +-0.582031250000 +-0.077636718750 +0.075195312500 +-0.601562500000 +0.000036478043 +0.183593750000 +-0.031127929688 +0.120117187500 +-0.183593750000 +0.076171875000 +-0.078125000000 +-0.150390625000 +-0.012329101562 +-0.135742187500 +-0.691406250000 +0.034667968750 +-0.149414062500 +-0.406250000000 +0.117187500000 +-0.058105468750 +0.024902343750 +-0.022338867188 +-0.128906250000 +-0.558593750000 +-0.632812500000 +0.019775390625 +-0.014648437500 +-0.068847656250 +-0.100097656250 +0.373046875000 +0.061035156250 +0.000843048096 +-0.291015625000 +0.091308593750 +-0.109863281250 +-0.096191406250 +-0.233398437500 +-0.070800781250 +-0.253906250000 +0.084472656250 +-0.059814453125 +-0.096679687500 +0.108886718750 +0.068359375000 +0.030273437500 +0.066894531250 +-0.079589843750 +-0.065917968750 +-0.004455566406 +0.146484375000 +-0.101074218750 +0.062988281250 +-0.003692626953 +0.062500000000 +-0.026123046875 +-0.077636718750 +-0.024780273438 +0.017333984375 +0.154296875000 +-0.130859375000 +0.070800781250 +-0.024047851562 +-0.064941406250 +0.140625000000 +0.091796875000 +0.039062500000 +-0.085449218750 +-0.273437500000 +0.122558593750 +0.098144531250 +-0.044921875000 +-0.275390625000 +-0.073730468750 +0.133789062500 +-0.083007812500 +0.084472656250 +-0.032470703125 +0.073730468750 +0.120605468750 +-0.003997802734 +-0.178710937500 +0.083496093750 +0.036621093750 +-0.071289062500 +-0.052978515625 +-0.023315429688 +0.002578735352 +-0.134765625000 +-0.089355468750 +0.061279296875 +0.045654296875 +0.174804687500 +-0.085937500000 +-0.143554687500 +0.031982421875 +0.058105468750 +-0.119628906250 +0.111816406250 +-0.253906250000 +-0.125976562500 +-0.067382812500 +0.024414062500 +0.044921875000 +0.125000000000 +-0.090820312500 +-0.084472656250 +0.059814453125 +-0.149414062500 +-0.035644531250 +0.186523437500 +-0.119140625000 +0.090332031250 +0.083984375000 +0.076171875000 +-0.157226562500 +0.056640625000 +0.005828857422 +-0.139648437500 +-0.145507812500 +0.054687500000 +-0.022216796875 +-0.017333984375 +0.066894531250 +-0.023315429688 +-0.062500000000 +-0.041992187500 +0.070800781250 +0.125976562500 +-0.209960937500 +-0.310546875000 +-0.001152038574 +-0.013061523438 +0.184570312500 +0.064453125000 +0.043701171875 +-0.486328125000 +0.037597656250 +-0.361328125000 +-0.154296875000 +-0.031738281250 +-0.163085937500 +0.158203125000 +-0.194335937500 +-0.064453125000 +0.101074218750 +0.047607421875 +-0.023315429688 +0.021484375000 +0.050781250000 +0.210937500000 +0.279296875000 +-0.083007812500 +-0.011535644531 +-0.183593750000 +-0.122558593750 +-0.202148437500 +-0.044677734375 +-0.095214843750 +0.175781250000 +0.001113891602 +0.045898437500 +-0.017211914062 +-0.160156250000 +-0.074707031250 +-0.235351562500 +0.125976562500 +0.021118164062 +0.000869750977 +-0.277343750000 +-0.105957031250 +0.040039062500 +-0.044921875000 +0.159179687500 +-0.155273437500 +-0.004119873047 +-0.026489257812 +0.131835937500 +0.088867187500 +0.026977539062 +-0.022949218750 +-0.045898437500 +0.090820312500 +-0.462890625000 +-0.091308593750 +-0.082519531250 +-0.198242187500 +0.159179687500 +-0.296875000000 +0.058105468750 +0.033935546875 +0.049072265625 +0.030639648438 +-0.392578125000 +-0.169921875000 +0.122070312500 +-0.291015625000 +-0.032714843750 +-0.006530761719 +0.129882812500 +0.036621093750 +0.244140625000 +0.082031250000 +-0.165039062500 +0.014953613281 +-0.017333984375 +0.144531250000 +-1.039062500000 +-0.103515625000 +-0.017822265625 +-0.335937500000 +0.051513671875 +-0.018432617188 +-0.013977050781 +0.113769531250 +0.131835937500 +-0.726562500000 +-0.120117187500 +-0.111328125000 +-0.131835937500 +0.023071289062 +0.009826660156 +-0.074218750000 +0.040039062500 +-0.146484375000 +-0.060302734375 +-0.039062500000 +0.104003906250 +-0.294921875000 +-0.059814453125 +-0.097656250000 +-0.129882812500 +0.081054687500 +0.009033203125 +-0.002014160156 +0.030517578125 +-0.014526367188 +0.028320312500 +-0.404296875000 +-0.040283203125 +0.322265625000 +0.083496093750 +-0.114257812500 +-0.026977539062 +-0.078125000000 +-0.033691406250 +0.048095703125 +-0.142578125000 +-0.056396484375 +-0.055419921875 +-0.102050781250 +-0.001419067383 +-0.031982421875 +0.087890625000 +-0.110351562500 +-0.094238281250 +0.059082031250 +-0.237304687500 +0.125000000000 +-0.006256103516 +-0.437500000000 +0.042236328125 +0.076660156250 +0.094726562500 +0.116210937500 +-0.013122558594 +0.003540039062 +-0.036621093750 +-0.045166015625 +-0.009460449219 +0.095214843750 +0.013183593750 +0.076660156250 +-0.188476562500 +-0.219726562500 +-0.204101562500 +0.023437500000 +0.000005036592 +0.112792968750 +-0.345703125000 +-0.082031250000 +-0.020141601562 +-0.010864257812 +0.036132812500 +0.041015625000 +0.205078125000 +0.500000000000 +-0.208984375000 +0.010070800781 +0.074218750000 +0.004364013672 +-0.101562500000 +0.034423828125 +0.094238281250 +-0.253906250000 +0.013061523438 +0.251953125000 +-0.029418945312 +-0.039062500000 +0.212890625000 +0.061035156250 +-0.014282226562 +-0.030761718750 +0.124511718750 +0.053222656250 +-0.118652343750 +-0.201171875000 +0.006011962891 +-0.094238281250 +0.134765625000 +-0.005981445312 +0.371093750000 +-0.080078125000 +0.162109375000 +-0.036865234375 +-0.156250000000 +-0.015625000000 +-0.115722656250 +0.021362304688 +-0.064453125000 +-0.166015625000 +-0.024414062500 +-0.000843048096 +-0.080078125000 +0.025634765625 +0.012023925781 +0.332031250000 +-0.107910156250 +0.005859375000 +0.138671875000 +0.039306640625 +-0.013000488281 +0.224609375000 +0.176757812500 +-0.097167968750 +-0.133789062500 +0.162109375000 +-0.267578125000 +-0.128906250000 +-0.066406250000 +0.244140625000 +-0.255859375000 +-0.055175781250 +0.053222656250 +0.236328125000 +0.206054687500 +0.081542968750 +-0.034179687500 +0.257812500000 +0.054687500000 +0.016845703125 +0.154296875000 +-0.074218750000 +0.135742187500 +0.108398437500 +-0.088867187500 +0.169921875000 +0.192382812500 +-0.075195312500 +0.267578125000 +-0.084472656250 +-0.212890625000 +0.053466796875 +0.116210937500 +0.025878906250 +0.089355468750 +-0.003479003906 +0.051757812500 +-0.134765625000 +0.174804687500 +-0.139648437500 +-0.046142578125 +-0.027221679688 +-0.077148437500 +0.148437500000 +-0.065429687500 +0.036621093750 +0.125976562500 +0.055419921875 +-0.163085937500 +0.041015625000 +0.074707031250 +-0.142578125000 +-0.094726562500 +0.003326416016 +-0.049804687500 +0.059814453125 +-0.041259765625 +0.240234375000 +0.302734375000 +0.079101562500 +-0.022705078125 +0.194335937500 +-0.082031250000 +-0.091796875000 +-0.032470703125 +-0.072265625000 +-0.078125000000 +0.261718750000 +0.134765625000 +0.111328125000 +-0.019165039062 +0.076660156250 +-0.060302734375 +0.002059936523 +-0.083984375000 +-0.367187500000 +-0.058837890625 +0.055908203125 +-0.251953125000 +-0.205078125000 +-0.367187500000 +-0.209960937500 +-0.051025390625 +-0.046386718750 +-0.185546875000 +0.084960937500 +-0.255859375000 +0.067382812500 +0.069335937500 +-0.291015625000 +0.163085937500 +0.092285156250 +-0.410156250000 +0.042724609375 +-0.032714843750 +-0.123046875000 +-0.040527343750 +0.257812500000 +0.003051757812 +-0.167968750000 +0.052001953125 +-0.174804687500 +-0.279296875000 +0.017944335938 +0.373046875000 +-0.162109375000 +0.068847656250 +-0.003860473633 +-0.095214843750 +-0.058593750000 +0.229492187500 +0.102050781250 +-0.019531250000 +0.068359375000 +-0.126953125000 +-0.048583984375 +0.100097656250 +0.053466796875 +-0.039062500000 +-0.094726562500 +-0.006866455078 +-0.023315429688 +-0.043212890625 +-0.139648437500 +0.235351562500 +0.107910156250 +0.117187500000 +-0.109375000000 +-0.150390625000 +-0.113281250000 +-0.121093750000 +0.119628906250 +-0.109375000000 +-0.108398437500 +-0.034179687500 +-0.148437500000 +-0.012512207031 +0.015625000000 +0.644531250000 +0.080078125000 +0.049560546875 +-0.151367187500 +0.007202148438 +-0.162109375000 +0.201171875000 +0.172851562500 +0.143554687500 +-0.131835937500 +0.159179687500 +-0.167968750000 +0.351562500000 +0.064941406250 +-0.004760742188 +-0.084960937500 +-0.184570312500 +-0.191406250000 +-0.030517578125 +0.085449218750 +-0.156250000000 +-0.067871093750 +0.035644531250 +0.007324218750 +0.096679687500 +-1.085937500000 +-0.015747070312 +-0.507812500000 +0.013000488281 +-0.028564453125 +0.011047363281 +0.018554687500 +-0.209960937500 +-0.032714843750 +0.057373046875 +0.127929687500 +-0.191406250000 +-0.021240234375 +0.233398437500 +-0.208984375000 +-0.185546875000 +0.017944335938 +0.160156250000 +0.133789062500 +-0.166015625000 +0.087890625000 +-0.127929687500 +-0.294921875000 +-0.106933593750 +0.001510620117 +-0.045166015625 +0.171875000000 +0.033203125000 +-0.116699218750 +0.007507324219 +0.064941406250 +0.050537109375 +-0.017089843750 +0.163085937500 +0.100097656250 +0.202148437500 +0.179687500000 +0.059082031250 +0.064453125000 +-0.006683349609 +0.146484375000 +0.096191406250 +-0.068359375000 +0.148437500000 +0.102539062500 +0.032226562500 +-0.071777343750 +0.178710937500 +0.036376953125 +-0.159179687500 +-0.010681152344 +-0.267578125000 +0.085937500000 +-0.064941406250 +-0.107910156250 +-0.192382812500 +-0.574218750000 +-0.178710937500 +0.197265625000 +0.020019531250 +-0.045410156250 +0.105468750000 +0.053955078125 +0.061279296875 +-0.126953125000 +0.005859375000 +0.039550781250 +-0.186523437500 +-1.039062500000 +-0.010253906250 +0.021606445312 +0.054687500000 +0.043212890625 +-0.016601562500 +-0.082031250000 +0.065917968750 +-0.106933593750 +0.063476562500 +0.076660156250 +-0.259765625000 +0.057617187500 +-0.052490234375 +-0.157226562500 +-0.101074218750 +0.188476562500 +0.130859375000 +0.219726562500 +0.181640625000 +-0.023071289062 +-0.074218750000 +-0.138671875000 +-0.054199218750 +-0.069824218750 +0.049560546875 +0.107910156250 +0.015563964844 +-0.067382812500 +-0.012817382812 +-0.078125000000 +0.050537109375 +0.139648437500 +0.130859375000 +-0.103515625000 +0.162109375000 +-0.088378906250 +0.195312500000 +0.153320312500 +0.122070312500 +0.013366699219 +0.024047851562 +-0.024658203125 +0.052978515625 +-0.425781250000 +-0.156250000000 +0.090332031250 +0.077636718750 +0.041259765625 +0.081542968750 +-0.127929687500 +-0.076660156250 +0.171875000000 +0.255859375000 +0.042968750000 +0.133789062500 +0.052734375000 +-0.121093750000 +-0.158203125000 +0.005249023438 +-0.118652343750 +-0.090332031250 +0.085937500000 +0.220703125000 +0.259765625000 +0.029052734375 +0.049804687500 +0.052490234375 +0.087890625000 +0.300781250000 +0.022338867188 +-0.108398437500 +0.043701171875 +0.077148437500 +0.101562500000 +0.196289062500 +-0.318359375000 +0.089355468750 +0.091308593750 +0.051269531250 +-0.002227783203 +0.006988525391 +0.168945312500 +-0.308593750000 +0.170898437500 +0.003372192383 +-0.063964843750 +-0.084472656250 +-0.016235351562 +-0.120117187500 +0.100097656250 +-0.125976562500 +-0.071777343750 +0.022827148438 +-0.054931640625 +0.171875000000 +-0.043701171875 +0.099609375000 +-0.013977050781 +-0.050292968750 +0.003738403320 +-0.107910156250 +-0.144531250000 +0.052978515625 +0.153320312500 +-0.010986328125 +-0.072753906250 +-0.139648437500 +-0.024902343750 +0.133789062500 +-0.035644531250 +-0.184570312500 +0.125976562500 +0.523437500000 +0.039794921875 +-0.047363281250 +-0.188476562500 +-0.225585937500 +-0.048095703125 +0.062011718750 +0.171875000000 +0.049804687500 +-0.074218750000 +0.107910156250 +0.087890625000 +-0.030273437500 +0.058593750000 +-0.193359375000 +0.038818359375 +-0.159179687500 +0.113769531250 +0.020629882812 +-0.093750000000 +-0.109375000000 +0.090820312500 +0.197265625000 +-0.141601562500 +0.104492187500 +0.255859375000 +-0.056640625000 +0.109375000000 +-0.178710937500 +0.247070312500 +-0.061279296875 +-0.084472656250 +0.029052734375 +-0.027099609375 +0.053222656250 +-0.237304687500 +0.020507812500 +-0.215820312500 +-0.073242187500 +-0.200195312500 +0.176757812500 +-0.026245117188 +0.208007812500 +-0.174804687500 +0.023559570312 +0.233398437500 +-0.097167968750 +-0.333984375000 +0.065917968750 +0.072265625000 +-0.219726562500 +0.036621093750 +-0.095703125000 +0.110839843750 +0.156250000000 +-0.248046875000 +0.023559570312 +0.009460449219 +-0.009216308594 +-0.095703125000 +-0.053222656250 +0.123535156250 +-0.022827148438 +-0.197265625000 +0.076660156250 +-0.030151367188 +-0.033935546875 +0.189453125000 +-0.017456054688 +0.054687500000 +-0.190429687500 +0.085449218750 +-0.086914062500 +0.149414062500 +0.115722656250 +-0.902343750000 +-0.030029296875 +0.122070312500 +-0.035156250000 +0.011779785156 +0.023925781250 +0.001213073730 +-0.137695312500 +-0.051025390625 +0.010070800781 +-0.008178710938 +-0.041992187500 +-0.021850585938 +-0.120605468750 +0.135742187500 +0.109375000000 +0.024414062500 +-0.160156250000 +-0.145507812500 +-0.267578125000 +0.153320312500 +0.053955078125 +-0.000073909760 +-0.058105468750 +-0.077636718750 +0.187500000000 +0.143554687500 +0.016235351562 +0.225585937500 +-0.213867187500 +-0.071289062500 +0.214843750000 +-0.097167968750 +-0.074707031250 +-0.055175781250 +-0.080566406250 +0.054443359375 +-0.103515625000 +-0.012878417969 +0.059326171875 +0.052734375000 +-0.048583984375 +0.027709960938 +-0.188476562500 +0.195312500000 +0.032470703125 +-0.034912109375 +0.106933593750 +-0.269531250000 +0.024291992188 +0.169921875000 +0.197265625000 +0.005065917969 +-0.135742187500 +-0.255859375000 +-0.359375000000 +0.166015625000 +0.059082031250 +-0.080078125000 +0.079589843750 +-0.057861328125 +0.155273437500 +0.019287109375 +0.044677734375 +0.081542968750 +-0.214843750000 +0.082031250000 +-0.048583984375 +-0.038818359375 +0.031738281250 +0.088867187500 +0.017333984375 +-0.000488281250 +-0.015563964844 +0.087890625000 +-0.152343750000 +-0.154296875000 +0.038085937500 +0.056152343750 +0.151367187500 +-0.146484375000 +-0.016967773438 +-0.037109375000 +0.029296875000 +-0.034912109375 +-0.014526367188 +0.065917968750 +0.049072265625 +-0.028442382812 +0.015747070312 +-0.168945312500 +0.000881195068 +-0.134765625000 +0.160156250000 +-0.047851562500 +0.103515625000 +0.022338867188 +0.287109375000 +-0.208007812500 +0.185546875000 +0.246093750000 +0.051757812500 +-0.005706787109 +0.147460937500 +0.124511718750 +0.199218750000 +0.018676757812 +0.236328125000 +0.058349609375 +0.000545501709 +-0.058593750000 +-0.055908203125 +-0.345703125000 +0.048583984375 +-0.324218750000 +0.039550781250 +0.034912109375 +-0.019165039062 +-0.100097656250 +0.014160156250 +0.034912109375 +0.046142578125 +0.078613281250 +0.101562500000 +-0.085449218750 +-0.250000000000 +-0.078125000000 +-0.002334594727 +0.037841796875 +-0.010437011719 +-0.055908203125 +0.003402709961 +0.222656250000 +0.094238281250 +0.058349609375 +-0.017700195312 +-0.048828125000 +0.037109375000 +-0.229492187500 +-0.131835937500 +-0.111816406250 +0.056396484375 +0.026000976562 +-0.113769531250 +0.077148437500 +-0.020629882812 +-0.039550781250 +0.244140625000 +-0.261718750000 +0.062500000000 +0.648437500000 +0.103027343750 +-0.050781250000 +0.084472656250 +-0.400390625000 +0.081054687500 +0.090820312500 +-0.092285156250 +0.082031250000 +-0.083984375000 +-0.112792968750 +-0.168945312500 +-0.208984375000 +-0.019409179688 +0.238281250000 +0.022705078125 +0.023071289062 +-0.052001953125 +-0.068847656250 +0.091796875000 +-0.172851562500 +-0.005310058594 +0.104980468750 +-0.188476562500 +0.117187500000 +-0.269531250000 +0.069824218750 +-0.095703125000 +-0.147460937500 +0.131835937500 +0.022216796875 +-0.166992187500 +-0.065429687500 +0.044433593750 +0.166992187500 +0.070800781250 +-0.122070312500 +0.038085937500 +0.025390625000 +0.009887695312 +0.120605468750 +-0.007751464844 +0.082031250000 +0.097167968750 +-0.114257812500 +0.066894531250 +0.359375000000 +0.142578125000 +0.062988281250 +-0.025024414062 +-0.070312500000 +-0.117675781250 +0.062255859375 +0.068847656250 +0.141601562500 +-0.035400390625 +-0.194335937500 +0.206054687500 +0.090332031250 +-0.077636718750 +0.110839843750 +0.027465820312 +0.189453125000 +-0.166992187500 +-0.302734375000 +-0.041503906250 +-0.147460937500 +-0.261718750000 +0.002059936523 +-0.118164062500 +0.186523437500 +-0.079101562500 +-0.056884765625 +0.244140625000 +0.001434326172 +-0.691406250000 +-0.001800537109 +-0.030151367188 +-0.118652343750 +-0.093261718750 +0.006805419922 +-0.074707031250 +-0.108398437500 +-0.240234375000 +-0.476562500000 +-0.167968750000 +-0.404296875000 +-0.099121093750 +-0.010375976562 +0.106445312500 +-0.126953125000 +-0.156250000000 +0.021484375000 +0.179687500000 +0.010253906250 +0.231445312500 +0.145507812500 +0.091796875000 +0.029663085938 +0.000297546387 +0.104003906250 +0.091796875000 +0.011840820312 +0.129882812500 +0.132812500000 +-0.047119140625 +0.127929687500 +0.094726562500 +0.074707031250 +-0.155273437500 +0.135742187500 +0.189453125000 +-0.047119140625 +0.087890625000 +0.114746093750 +0.027709960938 +-0.066894531250 +0.040283203125 +0.031494140625 +-0.048828125000 +-0.090332031250 +0.064941406250 +-0.283203125000 +0.058593750000 +0.023071289062 +-0.314453125000 +0.304687500000 +0.020507812500 +-0.121582031250 +0.040283203125 +-0.123535156250 +-0.101562500000 +0.078613281250 +-0.151367187500 +0.018066406250 +-0.018188476562 +-0.294921875000 +-0.077148437500 +0.125976562500 +-0.636718750000 +0.146484375000 +-0.076171875000 +0.054687500000 +0.044921875000 +-0.019042968750 +0.148437500000 +-0.030273437500 +-0.110351562500 +-0.644531250000 +0.066894531250 +0.108886718750 +0.088867187500 +-0.023925781250 +-0.093750000000 +0.034667968750 +0.030395507812 +-0.078613281250 +0.096191406250 +0.087890625000 +0.056640625000 +-0.215820312500 +-0.153320312500 +-0.176757812500 +-0.189453125000 +-0.022827148438 +0.075195312500 +-0.084960937500 +-0.029785156250 +0.107910156250 +-0.113281250000 +-0.023681640625 +-0.039794921875 +-0.098144531250 +-0.023315429688 +-0.343750000000 +-0.025756835938 +-0.122558593750 +0.039062500000 +-0.228515625000 +0.005401611328 +0.062988281250 +0.170898437500 +0.074218750000 +-0.200195312500 +0.287109375000 +-0.095214843750 +-0.119628906250 +0.115722656250 +-0.128906250000 +0.153320312500 +-0.047119140625 +0.213867187500 +-0.021118164062 +-0.020629882812 +-0.016113281250 +0.047363281250 +0.017578125000 +0.039794921875 +0.033447265625 +0.183593750000 +0.209960937500 +0.144531250000 +0.181640625000 +0.028930664062 +-0.203125000000 +-0.023315429688 +0.037841796875 +-0.034179687500 +0.033691406250 +0.019653320312 +-0.029174804688 +0.051757812500 +-0.032226562500 +0.043701171875 +-0.156250000000 +-0.082519531250 +0.058837890625 +0.201171875000 +0.019653320312 +-0.125976562500 +-0.201171875000 +0.113769531250 +-0.077636718750 +-0.017822265625 +0.013061523438 +-0.057617187500 +0.255859375000 +0.044677734375 +0.017089843750 +-0.142578125000 +-0.065429687500 +-0.026367187500 +-0.039306640625 +0.123535156250 +0.122558593750 +0.100585937500 +-0.182617187500 +-0.039550781250 +-0.182617187500 +-0.156250000000 +-0.072265625000 +0.008178710938 +-0.013244628906 +0.190429687500 +-0.087402343750 +-0.041015625000 +-0.013732910156 +-0.204101562500 +0.121093750000 +-0.024291992188 +-0.012634277344 +0.121582031250 +-0.127929687500 +0.094238281250 +-0.048583984375 +-0.073242187500 +-0.034667968750 +-0.388671875000 +-0.009643554688 +0.129882812500 +-0.016601562500 +0.075683593750 +0.039550781250 +-0.112792968750 +-0.045898437500 +-0.113281250000 +0.004119873047 +-0.021606445312 +0.036621093750 +-0.015747070312 +0.212890625000 +0.039306640625 +0.082031250000 +-0.097656250000 +0.007995605469 +-0.094726562500 +0.168945312500 +0.147460937500 +-0.048828125000 +-0.002365112305 +0.061035156250 +0.162109375000 +0.050781250000 +-0.132812500000 +-0.091796875000 +-0.043945312500 +-0.072753906250 +-0.144531250000 +-0.067382812500 +-0.050048828125 +-0.052246093750 +-0.001098632812 +0.107910156250 +-0.265625000000 +0.103027343750 +0.147460937500 +0.102539062500 +0.012878417969 +-0.101562500000 +-0.044921875000 +0.139648437500 +-0.060058593750 +-0.001708984375 +-0.003753662109 +0.143554687500 +-0.380859375000 +0.140625000000 +0.326171875000 +0.071777343750 +-0.020751953125 +-0.036865234375 +-0.037109375000 +0.051269531250 +-0.261718750000 +0.071289062500 +-0.123046875000 +-0.179687500000 +0.065917968750 +-0.041992187500 +-0.135742187500 +0.014526367188 +-0.417968750000 +0.144531250000 +-0.306640625000 +-0.153320312500 +-0.075195312500 +0.022705078125 +0.065917968750 +-0.028564453125 +0.148437500000 +0.132812500000 +-0.022705078125 +0.101562500000 +0.077148437500 +-0.028320312500 +-0.007385253906 +0.022216796875 +0.328125000000 +-0.164062500000 +-0.204101562500 +0.036132812500 +0.012939453125 +-0.017578125000 +-0.051269531250 +0.000892639160 +-0.026611328125 +0.082031250000 +-0.112304687500 +-0.090332031250 +0.128906250000 +0.020385742188 +0.219726562500 +0.048583984375 +-0.219726562500 +0.052734375000 +0.165039062500 +-0.188476562500 +-0.020385742188 +0.147460937500 +-0.143554687500 +-0.037353515625 +0.020141601562 +-0.008605957031 +-0.055175781250 +-0.157226562500 +-0.261718750000 +0.147460937500 +-0.308593750000 +0.056396484375 +-0.109375000000 +-0.039794921875 +0.047119140625 +-0.027709960938 +-0.200195312500 +-0.092285156250 +0.123535156250 +-0.023681640625 +-0.127929687500 +0.101074218750 +-0.289062500000 +-0.033691406250 +0.195312500000 +-0.141601562500 +-0.054687500000 +-0.121093750000 +0.023071289062 +0.310546875000 +-0.067871093750 +0.066406250000 +-0.020019531250 +0.045166015625 +-0.034667968750 +0.150390625000 +-0.059570312500 +0.159179687500 +0.158203125000 +0.049072265625 +0.146484375000 +0.148437500000 +-0.105468750000 +-0.000869750977 +-0.139648437500 +-0.015625000000 +0.160156250000 +0.058349609375 +-0.148437500000 +0.019287109375 +-0.042480468750 +-0.042968750000 +0.038818359375 +-0.059814453125 +-0.048583984375 +-0.013916015625 +0.060791015625 +-0.010314941406 +-0.386718750000 +-0.044433593750 +-0.086425781250 +0.023315429688 +0.107421875000 +0.147460937500 +0.014404296875 +-0.330078125000 +-0.015991210938 +-0.111816406250 +0.182617187500 +0.184570312500 +0.046875000000 +0.111816406250 +-0.058593750000 +-0.664062500000 +0.041259765625 +0.110839843750 +0.068359375000 +0.055908203125 +-0.110839843750 +0.139648437500 +0.118652343750 +-0.052978515625 +0.117187500000 +0.208984375000 +0.019653320312 +-0.158203125000 +0.030517578125 +-0.168945312500 +-0.067871093750 +0.245117187500 +0.071777343750 +0.040771484375 +-0.104003906250 +-0.132812500000 +0.010620117188 +0.068359375000 +-0.065917968750 +-0.151367187500 +0.095214843750 +-0.018066406250 +-0.068847656250 +-0.162109375000 +-0.038085937500 +0.116210937500 +-0.298828125000 +-0.248046875000 +-0.015258789062 +-0.077148437500 +-0.069824218750 +0.056152343750 +-0.131835937500 +0.145507812500 +-0.265625000000 +0.076171875000 +-0.069335937500 +0.062500000000 +-0.146484375000 +-0.077636718750 +0.287109375000 +-0.357421875000 +0.122558593750 +0.070312500000 +0.020874023438 +-0.228515625000 +0.108398437500 +0.079589843750 +0.027587890625 +-0.263671875000 +-0.194335937500 +-0.292968750000 +-0.006896972656 +-0.055419921875 +0.040283203125 +-0.189453125000 +-0.012634277344 +0.070800781250 +0.322265625000 +0.126953125000 +-0.053466796875 +-0.199218750000 +0.023803710938 +0.310546875000 +-0.074707031250 +-0.022583007812 +-0.032714843750 +0.037353515625 +-0.133789062500 +0.025268554688 +-0.041259765625 +-0.149414062500 +-0.040771484375 +0.015869140625 +0.183593750000 +0.119628906250 +-0.007720947266 +-0.166015625000 +0.025146484375 +0.009826660156 +0.109375000000 +-0.039794921875 +-0.153320312500 +-0.025756835938 +-0.022705078125 +0.144531250000 +-0.055908203125 +-0.312500000000 +-0.041503906250 +0.121093750000 +-0.245117187500 +-0.050537109375 +-0.191406250000 +0.151367187500 +-0.031127929688 +-0.048339843750 +0.253906250000 +-0.233398437500 +0.167968750000 +0.141601562500 +-0.026611328125 +-0.075195312500 +0.086425781250 +0.022338867188 +0.205078125000 +0.208984375000 +-0.092285156250 +-0.020019531250 +0.186523437500 +-0.026000976562 +-0.094726562500 +-0.051269531250 +0.028686523438 +0.015502929688 +0.000261306763 +0.025024414062 +0.170898437500 +0.259765625000 +0.028320312500 +0.078613281250 +0.000452041626 +-0.047851562500 +-0.088867187500 +0.235351562500 +-0.000197410583 +-0.032958984375 +0.053710937500 +-0.111816406250 +-0.041503906250 +-0.086914062500 +0.035888671875 +-0.016235351562 +0.068359375000 +0.010803222656 +-0.146484375000 +0.199218750000 +-0.042968750000 +0.245117187500 +0.089843750000 +0.032470703125 +-0.166992187500 +-0.118164062500 +-0.009521484375 +0.175781250000 +0.033447265625 +-0.204101562500 +0.023681640625 +0.347656250000 +-0.098144531250 +-0.157226562500 +0.143554687500 +-0.130859375000 +0.178710937500 +0.007110595703 +0.079101562500 +0.020507812500 +-0.112304687500 +-0.129882812500 +0.154296875000 +-0.046386718750 +0.167968750000 +0.081542968750 +0.019775390625 +-0.062255859375 +-0.010375976562 +0.080078125000 +-0.075195312500 +0.201171875000 +-0.039306640625 +-0.073730468750 +0.009826660156 +0.127929687500 +0.269531250000 +-0.066894531250 +0.021972656250 +-0.082031250000 +0.042968750000 +-0.523437500000 +-0.121582031250 +0.008911132812 +-0.080566406250 +-0.081054687500 +0.010803222656 +0.245117187500 +0.058105468750 +-0.196289062500 +-0.024414062500 +0.017944335938 +-0.066894531250 +-0.108398437500 +0.114746093750 +-0.004638671875 +-0.045166015625 +-0.034179687500 +-0.039550781250 +0.164062500000 +0.046142578125 +0.086425781250 +0.023193359375 +0.119628906250 +-0.016601562500 +0.038818359375 +0.052001953125 +-0.064453125000 +-0.076171875000 +-0.019165039062 +0.275390625000 +0.152343750000 +-0.092773437500 +0.031982421875 +-0.098144531250 +0.106933593750 +0.134765625000 +0.105957031250 +-0.152343750000 +0.055908203125 +-0.021850585938 +0.074707031250 +-0.157226562500 +-0.177734375000 +-0.033447265625 +-0.058593750000 +-0.349609375000 +-0.086425781250 +-0.123535156250 +0.059326171875 +-0.115722656250 +0.164062500000 +-0.275390625000 +-0.032714843750 +-0.009216308594 +0.070312500000 +-0.131835937500 +-0.017456054688 +0.092773437500 +-0.045654296875 +0.107910156250 +-0.003860473633 +0.159179687500 +0.298828125000 +-0.010009765625 +-0.212890625000 +-0.109375000000 +0.093261718750 +-0.066894531250 +0.289062500000 +-0.013122558594 +-0.081542968750 +0.083007812500 +-0.066894531250 +-0.021606445312 +0.279296875000 +0.314453125000 +-0.037841796875 +-0.117187500000 +-0.064941406250 +0.058349609375 +0.061279296875 +-0.078613281250 +-0.134765625000 +0.095703125000 +0.120605468750 +-0.069335937500 +-0.202148437500 +-0.119140625000 +-0.013061523438 +-0.476562500000 +-0.012878417969 +-0.037109375000 +-1.078125000000 +0.062500000000 +-0.111816406250 +0.014709472656 +0.077636718750 +-0.096679687500 +-0.036865234375 +-0.113769531250 +-0.259765625000 +0.236328125000 +0.097656250000 +-0.443359375000 +0.002182006836 +0.049804687500 +-0.332031250000 +-0.037109375000 +0.171875000000 +0.028320312500 +-0.018920898438 +0.318359375000 +-0.703125000000 +-0.046630859375 +0.024414062500 +0.158203125000 +-0.120117187500 +-0.001037597656 +0.136718750000 +0.086425781250 +0.117675781250 +-0.022583007812 +-0.070800781250 +-0.090332031250 +-0.133789062500 +-0.040771484375 +-0.239257812500 +-0.102539062500 +0.082031250000 +0.060546875000 +-0.008483886719 +0.018310546875 +0.168945312500 +-0.071289062500 +-0.388671875000 +-0.120605468750 +-0.169921875000 +-0.116699218750 +-0.189453125000 +-0.084960937500 +-0.056884765625 +0.019653320312 +-0.018920898438 +-0.060791015625 +-0.025878906250 +0.129882812500 +-0.210937500000 +0.119628906250 +0.004577636719 +-0.000116348267 +-0.002151489258 +0.082031250000 +0.046630859375 +-0.043457031250 +0.016601562500 +0.025756835938 +0.007751464844 +-0.349609375000 +0.035156250000 +-0.045654296875 +-0.104003906250 +0.026000976562 +0.098632812500 +0.052490234375 +0.073730468750 +0.077636718750 +-0.096191406250 +0.033203125000 +0.019287109375 +0.088378906250 +-0.105468750000 +0.042236328125 +0.132812500000 +0.089355468750 +0.019897460938 +-0.134765625000 +0.029785156250 +-0.100585937500 +-0.316406250000 +0.009155273438 +-0.079101562500 +-0.032714843750 +-0.064941406250 +-0.011657714844 +-0.054931640625 +-0.026489257812 +0.073242187500 +-0.044677734375 +-0.038085937500 +0.125976562500 +-0.061767578125 +-0.304687500000 +0.017333984375 +0.040039062500 +0.034667968750 +-0.193359375000 +0.081542968750 +0.083007812500 +-0.032226562500 +-0.062255859375 +0.017333984375 +-0.107421875000 +-0.073730468750 +0.219726562500 +0.031005859375 +-0.111328125000 +0.037353515625 +-0.113769531250 +-0.023437500000 +-0.165039062500 +-0.008728027344 +0.074218750000 +-0.041748046875 +0.187500000000 +-0.049316406250 +0.205078125000 +0.094238281250 +0.089843750000 +0.105957031250 +0.162109375000 +-0.298828125000 +-0.026367187500 +0.043945312500 +-0.205078125000 +-0.037597656250 +0.024047851562 +-0.143554687500 +0.139648437500 +0.145507812500 +0.055419921875 +0.146484375000 +-0.542968750000 +-0.125976562500 +0.118164062500 +-0.104492187500 +-0.139648437500 +0.186523437500 +0.168945312500 +0.107421875000 +-0.036865234375 +-0.250000000000 +0.214843750000 +0.087402343750 +-0.208007812500 +0.231445312500 +-0.138671875000 +0.034912109375 +-0.191406250000 +-0.134765625000 +0.151367187500 +0.098144531250 +-0.019775390625 +-0.044921875000 +-0.008972167969 +-0.006622314453 +-0.025390625000 +0.047607421875 +0.006958007812 +-0.014465332031 +-0.015197753906 +0.191406250000 +0.078613281250 +-0.051025390625 +0.107910156250 +-0.133789062500 +0.082519531250 +0.134765625000 +0.033935546875 +-0.073242187500 +-0.012756347656 +-0.160156250000 +-0.304687500000 +-0.098144531250 +0.106445312500 +0.190429687500 +-0.046386718750 +0.025390625000 +0.131835937500 +-0.180664062500 +-0.271484375000 +0.137695312500 +0.027221679688 +-0.294921875000 +0.112792968750 +0.585937500000 +-0.000436782837 +0.129882812500 +0.224609375000 +-0.058837890625 +-0.251953125000 +0.131835937500 +-0.191406250000 +-0.041503906250 +0.008300781250 +-0.174804687500 +0.199218750000 +-0.210937500000 +-0.337890625000 +-0.055175781250 +-0.035156250000 +0.089355468750 +-0.046386718750 +0.018310546875 +0.029785156250 +0.255859375000 +0.139648437500 +-0.061035156250 +-0.067382812500 +-0.009582519531 +0.009460449219 +0.355468750000 +0.382812500000 +0.003967285156 +-0.283203125000 +0.032714843750 +-0.162109375000 +-0.059326171875 +-0.079589843750 +-0.214843750000 +-0.253906250000 +-0.279296875000 +0.130859375000 +-0.069824218750 +0.042724609375 +-0.069335937500 +0.119628906250 +-0.070800781250 +-0.245117187500 +-0.034179687500 +-0.034423828125 +-0.022460937500 +0.080078125000 +0.084472656250 +0.081542968750 +-0.033447265625 +-0.490234375000 +-0.128906250000 +0.255859375000 +0.074707031250 +-0.139648437500 +-0.419921875000 +0.200195312500 +0.235351562500 +0.002182006836 +0.343750000000 +0.142578125000 +-0.031982421875 +0.021118164062 +-0.138671875000 +0.098144531250 +-0.152343750000 +0.111816406250 +-0.058105468750 +0.062500000000 +-0.064941406250 +-0.014526367188 +0.041259765625 +0.098144531250 +-0.007995605469 +-0.316406250000 +-0.160156250000 +0.111816406250 +-0.226562500000 +-0.072753906250 +0.066406250000 +0.165039062500 +0.044921875000 +-0.294921875000 +-0.039794921875 +0.211914062500 +-0.004608154297 +-0.186523437500 +-0.025756835938 +-0.091796875000 +-0.122070312500 +0.066406250000 +0.198242187500 +-0.066894531250 +-0.392578125000 +-0.161132812500 +-0.037597656250 +0.081542968750 +-0.085449218750 +-0.049316406250 +-0.110351562500 +-0.105468750000 +-0.036132812500 +0.090332031250 +-0.103027343750 +0.075683593750 +-0.419921875000 +0.084472656250 +-0.036865234375 +0.079101562500 +-0.099121093750 +0.040771484375 +0.139648437500 +0.054443359375 +0.029174804688 +-0.116699218750 +0.196289062500 +0.040039062500 +0.085449218750 +-0.054931640625 +-0.025268554688 +0.016845703125 +-0.193359375000 +-0.328125000000 +0.109863281250 +0.041503906250 +0.182617187500 +0.105468750000 +-0.068359375000 +0.261718750000 +-0.005462646484 +-0.212890625000 +-0.229492187500 +0.023437500000 +0.030639648438 +-0.038574218750 +0.027221679688 +-0.104980468750 +0.000183105469 +-0.058349609375 +0.010742187500 +-0.093750000000 +0.090332031250 +0.055175781250 +0.044677734375 +0.036865234375 +-0.029174804688 +0.353515625000 +0.036376953125 +-0.061523437500 +0.050537109375 +-0.039306640625 +-0.147460937500 +0.080566406250 +-0.365234375000 +0.147460937500 +-0.194335937500 +-0.011779785156 +-0.008850097656 +-0.065917968750 +-0.121093750000 +-0.008483886719 +0.038574218750 +0.147460937500 +-0.030761718750 +0.232421875000 +0.021972656250 +-0.294921875000 +-0.020141601562 +0.086914062500 +0.016967773438 +-0.073730468750 +-0.249023437500 +0.124023437500 +0.025024414062 +-0.018920898438 +-0.035156250000 +-0.170898437500 +-0.022338867188 +-0.041015625000 +0.076171875000 +-0.087402343750 +-0.043701171875 +-0.125976562500 +-0.097656250000 +0.102050781250 +-0.206054687500 +0.040039062500 +-0.140625000000 +0.056884765625 +-0.251953125000 +-0.126953125000 +-0.002395629883 +-0.144531250000 +-0.027343750000 +0.047363281250 +-0.326171875000 +-0.050048828125 +0.029785156250 +-0.118164062500 +-0.028320312500 +0.162109375000 +-0.255859375000 +0.084960937500 +0.070800781250 +-0.129882812500 +-0.302734375000 +-0.341796875000 +0.045166015625 +0.143554687500 +-0.021728515625 +-0.016845703125 +-0.427734375000 +0.032226562500 +0.162109375000 +0.176757812500 +0.104492187500 +-0.208007812500 +0.039794921875 +0.050537109375 +-0.159179687500 +0.111816406250 +-0.245117187500 +-0.171875000000 +0.079589843750 +0.127929687500 +0.149414062500 +0.182617187500 +-0.314453125000 +0.048095703125 +-0.164062500000 +0.072265625000 +0.085449218750 +0.045654296875 +-0.207031250000 +0.151367187500 +-0.306640625000 +0.136718750000 +-0.011352539062 +0.246093750000 +0.025634765625 +-0.105468750000 +-0.081542968750 +-0.015625000000 +-0.229492187500 +-0.045654296875 +-0.028320312500 +0.061767578125 +-0.060058593750 +-0.056884765625 +-0.085449218750 +0.135742187500 +-0.045898437500 +-0.176757812500 +-0.296875000000 +0.141601562500 +-0.240234375000 +-0.156250000000 +-0.703125000000 +0.122070312500 +-0.059326171875 +0.169921875000 +-0.349609375000 +0.018310546875 +-0.320312500000 +0.174804687500 +-0.056884765625 +-0.189453125000 +0.069824218750 +-0.031005859375 +-0.106445312500 +0.176757812500 +-0.223632812500 +-0.030029296875 +0.109375000000 +0.056884765625 +-0.287109375000 +0.155273437500 +-0.233398437500 +-0.037353515625 +-0.175781250000 +-0.233398437500 +-0.018676757812 +0.006958007812 +0.371093750000 +-0.060302734375 +0.076660156250 +-0.211914062500 +-0.314453125000 +0.197265625000 +0.161132812500 +0.052001953125 +0.022338867188 +-0.199218750000 +-0.291015625000 +-0.230468750000 +0.101562500000 +0.045166015625 +0.312500000000 +0.019165039062 +0.275390625000 +-0.045654296875 +-0.181640625000 +-0.166015625000 +-0.367187500000 +-0.322265625000 +-0.083007812500 +-0.148437500000 +-0.001037597656 +-0.004058837891 +-0.061279296875 +-0.129882812500 +0.093261718750 +0.030639648438 +-0.349609375000 +0.041992187500 +0.051757812500 +0.119140625000 +0.041992187500 +0.084960937500 +-0.085449218750 +-0.149414062500 +-0.175781250000 +-0.068359375000 +-0.030761718750 +0.122558593750 +-0.108886718750 +-0.048095703125 +0.077636718750 +-0.008422851562 +0.045166015625 +0.080566406250 +0.027465820312 +-0.052978515625 +0.000728607178 +0.083007812500 +-0.113281250000 +0.177734375000 +0.159179687500 +0.077148437500 +0.083984375000 +-0.106933593750 +-0.096191406250 +0.034423828125 +0.098144531250 +0.265625000000 +0.076660156250 +-0.008117675781 +0.046142578125 +0.135742187500 +0.088378906250 +0.027587890625 +-0.131835937500 +-0.040039062500 +-0.246093750000 +-0.083984375000 +-0.148437500000 +0.021972656250 +-0.186523437500 +-0.116699218750 +0.161132812500 +-0.036621093750 +-0.118164062500 +0.102539062500 +-0.099121093750 +0.031250000000 +-0.064941406250 +-0.151367187500 +0.065429687500 +0.302734375000 +-0.134765625000 +0.010742187500 +0.029663085938 +-0.111328125000 +-0.109375000000 +0.012756347656 +0.053955078125 +0.073242187500 +-0.052001953125 +0.083984375000 +0.011718750000 +0.063476562500 +-0.080566406250 +-0.004516601562 +0.044433593750 +-0.199218750000 +-0.141601562500 +-0.104003906250 +-0.244140625000 +0.001518249512 +0.078125000000 +0.041015625000 +-0.136718750000 +-0.020385742188 +0.026611328125 +0.056396484375 +-0.086914062500 +0.044677734375 +0.044189453125 +0.057128906250 +-0.175781250000 +0.171875000000 +0.065429687500 +0.074218750000 +-0.022216796875 +0.029296875000 +-0.048828125000 +0.040771484375 +0.030151367188 +-0.045898437500 +-0.072753906250 +-0.134765625000 +-0.043945312500 +-0.136718750000 +-0.127929687500 +0.083496093750 +0.048828125000 +-0.160156250000 +-0.019775390625 +0.071777343750 +-0.046630859375 +-0.025878906250 +0.040771484375 +-0.056640625000 +0.036865234375 +-0.129882812500 +0.012634277344 +-0.133789062500 +-0.034423828125 +-0.054687500000 +-0.069335937500 +-0.131835937500 +0.081542968750 +-0.004028320312 +-0.067382812500 +-0.079101562500 +-0.098632812500 +-0.053466796875 +-0.027587890625 +0.125976562500 +-0.049072265625 +-0.122070312500 +-0.022460937500 +0.027832031250 +-0.060302734375 +0.102539062500 +0.098144531250 +0.012817382812 +-0.102050781250 +0.064453125000 +0.105468750000 +-0.036376953125 +-0.310546875000 +0.069335937500 +0.031494140625 +-0.064941406250 +-0.253906250000 +0.054687500000 +-0.202148437500 +0.019653320312 +-0.072753906250 +-0.027221679688 +0.044433593750 +-0.097167968750 +-0.130859375000 +0.114746093750 +-0.056152343750 +-0.067382812500 +0.029174804688 +0.147460937500 +-0.140625000000 +-0.227539062500 +-0.067382812500 +0.171875000000 +-0.003631591797 +0.084960937500 +-0.131835937500 +-0.006561279297 +0.019775390625 +-0.215820312500 +-0.230468750000 +-0.145507812500 +-0.096679687500 +-0.048339843750 +0.145507812500 +0.019165039062 +-0.159179687500 +-0.171875000000 +-0.275390625000 +-0.044921875000 +-0.211914062500 +-0.050048828125 +0.043457031250 +-0.002914428711 +-0.082031250000 +0.132812500000 +-0.042968750000 +-0.057861328125 +0.071777343750 +-0.240234375000 +0.087402343750 +-0.141601562500 +-0.077636718750 +-0.245117187500 +0.038330078125 +0.011657714844 +-0.036621093750 +-0.043457031250 +0.030883789062 +0.155273437500 +0.088867187500 +-0.021972656250 +-0.138671875000 +-0.257812500000 +-0.079589843750 +0.332031250000 +0.240234375000 +-0.053466796875 +-0.031127929688 +0.119140625000 +0.076660156250 +0.033691406250 +-0.404296875000 +0.009399414062 +-0.138671875000 +-0.273437500000 +-0.376953125000 +-0.178710937500 +-0.004974365234 +0.111816406250 +-0.086914062500 +0.179687500000 +0.099121093750 +-0.062988281250 +0.072753906250 +0.000062942505 +-0.071777343750 +0.062500000000 +0.071777343750 +0.124023437500 +0.149414062500 +-0.020385742188 +-0.104980468750 +-0.211914062500 +-0.041748046875 +0.036132812500 +-0.165039062500 +-0.160156250000 +0.162109375000 +0.029296875000 +0.171875000000 +0.141601562500 +-0.048339843750 +0.049072265625 +-0.144531250000 +0.100097656250 +-0.041015625000 +0.011047363281 +-0.075683593750 +0.018066406250 +-0.207031250000 +0.265625000000 +0.168945312500 +-0.104003906250 +0.025634765625 +0.067871093750 +-0.015991210938 +-0.298828125000 +0.050781250000 +-0.087402343750 +-0.102539062500 +0.080078125000 +0.112304687500 +0.030639648438 +-0.023071289062 +-0.098632812500 +-0.042480468750 +-0.062988281250 +-0.037597656250 +0.016723632812 +0.226562500000 +0.146484375000 +0.085449218750 +0.069335937500 +-0.209960937500 +-0.001800537109 +0.011413574219 +0.030029296875 +0.032470703125 +0.108398437500 +-0.042236328125 +0.155273437500 +-0.182617187500 +-0.186523437500 +0.166992187500 +0.079101562500 +0.184570312500 +0.065429687500 +-0.046386718750 +0.095214843750 +0.005340576172 +-0.036865234375 +-0.015869140625 +-0.345703125000 +-0.265625000000 +-0.147460937500 +-0.027221679688 +-0.182617187500 +-0.108398437500 +0.083984375000 +0.157226562500 +0.023193359375 +0.095214843750 +0.016235351562 +0.055664062500 +0.042480468750 +-0.055908203125 +0.101562500000 +0.112304687500 +0.016601562500 +-0.267578125000 +-0.333984375000 +0.006195068359 +-0.081054687500 +-0.047607421875 +-0.105957031250 +0.047119140625 +-0.022827148438 +0.073730468750 +0.042480468750 +0.126953125000 +-0.210937500000 +0.138671875000 +-0.457031250000 +0.106933593750 +0.094726562500 +-0.507812500000 +-0.074707031250 +0.060791015625 +-0.063476562500 +-0.205078125000 +-0.025268554688 +-0.239257812500 +-0.115722656250 +-0.061767578125 +-0.046142578125 +0.031494140625 +-0.168945312500 +-0.229492187500 +-0.028686523438 +-0.125000000000 +-0.050537109375 +0.035400390625 +-0.164062500000 +-0.523437500000 +0.151367187500 +-0.104980468750 +-0.023071289062 +-0.106445312500 +-0.123535156250 +0.098632812500 +0.017333984375 +0.155273437500 +-0.004608154297 +0.020751953125 +0.150390625000 +0.133789062500 +0.203125000000 +-0.112304687500 +0.061035156250 +-0.049804687500 +-0.192382812500 +-0.050781250000 +-0.232421875000 +-0.154296875000 +-0.007324218750 +-0.083984375000 +-0.027465820312 +-0.056152343750 +0.159179687500 +0.090820312500 +0.195312500000 +0.025146484375 +0.045654296875 +0.032226562500 +0.075683593750 +-0.192382812500 +0.014709472656 +0.082519531250 +0.041992187500 +-0.066894531250 +-0.231445312500 +-0.123046875000 +-0.093750000000 +0.120117187500 +-0.160156250000 +0.088378906250 +0.102539062500 +0.044189453125 +-0.007080078125 +0.177734375000 +-0.613281250000 +0.210937500000 +-0.033203125000 +-0.130859375000 +0.190429687500 +-0.013732910156 +-0.037841796875 +-0.072753906250 +-0.038818359375 +-0.238281250000 +-0.074218750000 +0.038818359375 +0.003875732422 +0.279296875000 +-0.085449218750 +0.018798828125 +-0.016479492188 +0.503906250000 +0.158203125000 +0.109375000000 +0.079101562500 +0.042236328125 +0.011108398438 +-0.332031250000 +-0.087402343750 +0.067382812500 +-0.043701171875 +0.011413574219 +-0.134765625000 +-0.341796875000 +-0.080078125000 +-0.287109375000 +0.042724609375 +0.089843750000 +-0.071289062500 +-0.192382812500 +0.085937500000 +-0.124511718750 +-0.066894531250 +-0.126953125000 +0.092773437500 +0.021484375000 +-0.824218750000 +-0.207031250000 +-0.021362304688 +0.114746093750 +0.016601562500 +-0.099609375000 +0.000446319580 +0.009887695312 +0.026245117188 +0.077148437500 +-0.251953125000 +-0.049560546875 +0.322265625000 +0.103515625000 +-0.100585937500 +0.011169433594 +-0.046142578125 +0.105468750000 +-0.235351562500 +-0.104492187500 +-0.130859375000 +-0.090820312500 +-0.146484375000 +-0.094238281250 +-0.135742187500 +0.020385742188 +-0.013732910156 +-0.148437500000 +-0.176757812500 +-0.214843750000 +0.081054687500 +-0.127929687500 +-0.008178710938 +-0.190429687500 +0.006072998047 +-0.273437500000 +0.040771484375 +-0.132812500000 +-0.068359375000 +-0.238281250000 +-0.047119140625 +-0.012756347656 +0.007049560547 +-0.066406250000 +-0.189453125000 +0.058837890625 +-0.023071289062 +-0.121582031250 +-0.066406250000 +-0.130859375000 +-0.075683593750 +-0.085449218750 +-0.174804687500 +0.043457031250 +0.022949218750 +-0.111328125000 +-0.112304687500 +-0.083007812500 +0.048583984375 +0.018310546875 +0.086914062500 +0.022705078125 +-0.000432968140 +-0.060546875000 +-0.011718750000 +-0.009643554688 +-0.049316406250 +-0.105468750000 +0.072753906250 +0.045166015625 +0.140625000000 +-0.104003906250 +-0.050048828125 +0.029785156250 +-0.164062500000 +-0.051269531250 +-0.064941406250 +0.103027343750 +0.085937500000 +-0.025634765625 +0.261718750000 +0.052734375000 +-0.035400390625 +-0.132812500000 +-0.010192871094 +0.149414062500 +0.129882812500 +0.004913330078 +-0.048339843750 +-0.054199218750 +0.075683593750 +0.058593750000 +-0.052978515625 +0.235351562500 +0.074707031250 +-0.225585937500 +-0.082519531250 +0.120117187500 +0.090820312500 +-0.253906250000 +-0.207031250000 +-0.214843750000 +0.098144531250 +0.107910156250 +-0.191406250000 +0.026123046875 +-0.101562500000 +0.053466796875 +-0.120117187500 +-0.021606445312 +0.014221191406 +0.115234375000 +0.071289062500 +0.049804687500 +0.120117187500 +0.116699218750 +-0.107421875000 +0.229492187500 +0.052978515625 +-0.009277343750 +-0.172851562500 +0.207031250000 +0.093750000000 +-0.033935546875 +-0.005096435547 +0.089843750000 +-0.053710937500 +-0.041992187500 +0.211914062500 +-0.005249023438 +-0.095214843750 +-0.090820312500 +0.044921875000 +0.019775390625 +0.000602722168 +-0.251953125000 +0.107421875000 +-0.349609375000 +-0.341796875000 +0.011840820312 +0.156250000000 +-0.036865234375 +0.056640625000 +-0.087402343750 +0.123046875000 +0.244140625000 +0.135742187500 +0.142578125000 +0.014709472656 +0.234375000000 +-0.052734375000 +-0.019042968750 +0.100097656250 +-0.077148437500 +-0.191406250000 +-0.339843750000 +-0.300781250000 +-0.107910156250 +-0.106933593750 +-0.255859375000 +0.023071289062 +-0.100097656250 +-0.204101562500 +0.048583984375 +0.041503906250 +-0.292968750000 +-0.004364013672 +0.071777343750 +0.085449218750 +0.088378906250 +-0.092773437500 +-0.500000000000 +0.037353515625 +0.041748046875 +0.041503906250 +-0.040527343750 +-0.031005859375 +-0.010498046875 +0.052978515625 +0.144531250000 +-1.265625000000 +0.076171875000 +0.123535156250 +0.008728027344 +0.116210937500 +0.019897460938 +-0.131835937500 +-0.071289062500 +0.008972167969 +0.025756835938 +-0.076171875000 +0.023193359375 +-0.046142578125 +-0.097167968750 +-0.151367187500 +-0.082031250000 +-0.051025390625 +-0.157226562500 +-0.118164062500 +0.036621093750 +-0.160156250000 +0.061767578125 +0.132812500000 +-0.055664062500 +-0.152343750000 +-0.120117187500 +-0.020263671875 +0.175781250000 +0.328125000000 +-0.225585937500 +-0.053955078125 +-0.104980468750 +-0.083496093750 +-0.098144531250 +-0.402343750000 +0.158203125000 +0.259765625000 +-0.267578125000 +0.203125000000 +-0.236328125000 +0.132812500000 +-0.198242187500 +0.149414062500 +0.053710937500 +0.098144531250 +0.101074218750 +0.005249023438 +-0.172851562500 +-0.205078125000 +0.022216796875 +-0.107421875000 +-0.038818359375 +-0.093750000000 +0.083984375000 +0.365234375000 +-0.127929687500 +0.089843750000 +-0.394531250000 +-0.041748046875 +0.033447265625 +0.273437500000 +0.335937500000 +-0.006591796875 +0.209960937500 +-0.103515625000 +0.174804687500 +0.089843750000 +0.205078125000 +0.055908203125 +0.069335937500 +0.145507812500 +0.070800781250 +-0.049560546875 +-0.052001953125 +-0.132812500000 +-0.009460449219 +-0.207031250000 +-0.000457763672 +0.032226562500 +0.082031250000 +-0.079101562500 +-0.105957031250 +-0.071289062500 +-0.204101562500 +0.017089843750 +0.016357421875 +0.029541015625 +0.031494140625 +0.074218750000 +0.082031250000 +0.115234375000 +0.094238281250 +0.105957031250 +0.248046875000 +0.261718750000 +-0.143554687500 +0.012695312500 +-0.103027343750 +-0.351562500000 +-0.035400390625 +0.064941406250 +-0.621093750000 +-0.036376953125 +-0.067382812500 +-0.074218750000 +0.039794921875 +0.110839843750 +0.143554687500 +0.020629882812 +0.037353515625 +-0.032958984375 +0.165039062500 +-0.263671875000 +-0.049316406250 +0.119628906250 +0.131835937500 +-0.000118255615 +-0.002548217773 +0.014038085938 +0.082519531250 +-0.044677734375 +-0.332031250000 +-0.063476562500 +-0.117675781250 +0.026855468750 +-0.201171875000 +-0.296875000000 +-0.040039062500 +-0.052001953125 +0.100097656250 +0.101562500000 +-0.018798828125 +0.018432617188 +-0.090332031250 +0.019531250000 +-0.091796875000 +-0.025878906250 +0.033935546875 +-0.003738403320 +0.002395629883 +-0.208984375000 +0.039794921875 +-0.096679687500 +-0.192382812500 +-0.104003906250 +0.096191406250 +-0.028686523438 +-0.013610839844 +-0.041015625000 +-0.059814453125 +0.114257812500 +-0.060058593750 +0.088378906250 +0.105468750000 +-0.034423828125 +-0.010253906250 +-0.010009765625 +-0.131835937500 +-0.072753906250 +0.054931640625 +-0.050048828125 +0.004058837891 +0.152343750000 +0.179687500000 +-0.146484375000 +-0.034179687500 +0.170898437500 +0.125000000000 +-0.125976562500 +0.010192871094 +-0.018188476562 +-0.020263671875 +-0.033203125000 +-0.065429687500 +0.013000488281 +0.049316406250 +0.022827148438 +0.269531250000 +0.125976562500 +-0.174804687500 +-0.009460449219 +-0.095214843750 +-0.285156250000 +0.020996093750 +-0.023315429688 +0.115234375000 +0.010620117188 +0.042236328125 +0.001106262207 +0.049072265625 +0.180664062500 +0.106933593750 +-0.068847656250 +-0.180664062500 +-0.069824218750 +-0.175781250000 +-0.027465820312 +-0.025390625000 +0.106445312500 +0.105957031250 +-0.190429687500 +0.181640625000 +0.312500000000 +-0.114746093750 +-0.025268554688 +-0.109863281250 +0.074707031250 +-0.023803710938 +0.116210937500 +-0.082031250000 +0.273437500000 +0.203125000000 +0.208007812500 +0.244140625000 +-0.171875000000 +-0.038330078125 +-0.292968750000 +-0.186523437500 +0.161132812500 +0.142578125000 +-0.019775390625 +0.034667968750 +-0.142578125000 +-0.056884765625 +0.159179687500 +-0.081542968750 +0.051269531250 +-0.028564453125 +0.084472656250 +0.085937500000 +-0.192382812500 +-0.197265625000 +-0.028686523438 +-0.423828125000 +0.086425781250 +-0.032958984375 +-0.071777343750 +-0.089843750000 +-0.095703125000 +-0.093750000000 +0.057373046875 +-0.162109375000 +0.105957031250 +-0.052978515625 +0.008483886719 +0.042480468750 +0.265625000000 +-0.201171875000 +-0.019042968750 +0.096679687500 +0.194335937500 +-0.244140625000 +-0.106933593750 +0.071289062500 +-0.087890625000 +-0.082031250000 +-0.128906250000 +0.218750000000 +-0.087402343750 +-0.022949218750 +0.091308593750 +0.069335937500 +-0.332031250000 +-0.113281250000 +0.040039062500 +0.018188476562 +0.093750000000 +0.165039062500 +-0.134765625000 +0.045166015625 +-0.113281250000 +-0.138671875000 +0.003829956055 +-0.112304687500 +-0.090332031250 +0.034179687500 +-0.166015625000 +0.064453125000 +0.033203125000 +-0.011535644531 +-0.070312500000 +-0.053710937500 +0.038818359375 +-0.036132812500 +0.310546875000 +-0.086425781250 +-0.179687500000 +-0.052490234375 +-0.179687500000 +0.012634277344 +-0.013488769531 +-0.304687500000 +-0.018554687500 +0.000827789307 +0.038818359375 +0.182617187500 +-0.004669189453 +-0.371093750000 +0.006225585938 +0.147460937500 +-0.080078125000 +-0.863281250000 +0.197265625000 +0.062988281250 +0.129882812500 +-0.257812500000 +-0.049072265625 +0.060791015625 +0.115234375000 +0.148437500000 +0.103515625000 +-0.098632812500 +-0.029418945312 +-0.117187500000 +0.070800781250 +0.003799438477 +0.028686523438 +-0.126953125000 +-0.353515625000 +-0.119628906250 +0.229492187500 +-0.117187500000 +0.136718750000 +0.121093750000 +-0.275390625000 +-0.320312500000 +-0.125976562500 +-0.021606445312 +0.137695312500 +-0.097656250000 +0.125976562500 +-0.216796875000 +0.054443359375 +0.146484375000 +-0.022583007812 +0.088378906250 +0.062988281250 +0.043457031250 +0.175781250000 +-0.122070312500 +0.024169921875 +0.008300781250 +-0.039794921875 +0.119140625000 +-0.480468750000 +-0.242187500000 +-0.200195312500 +0.010070800781 +0.117675781250 +-0.300781250000 +-0.086425781250 +0.010620117188 +0.068359375000 +0.128906250000 +0.142578125000 +-0.013977050781 +-0.024414062500 +-0.066406250000 +0.101074218750 +-0.056396484375 +0.170898437500 +-0.375000000000 +-0.041748046875 +-0.232421875000 +0.045166015625 +-0.219726562500 +-0.277343750000 +0.046386718750 +-0.050292968750 +-0.228515625000 +0.071289062500 +-0.341796875000 +0.082519531250 +0.005126953125 +-0.241210937500 +-0.306640625000 +-0.165039062500 +-0.003265380859 +-0.245117187500 +-0.045410156250 +0.068359375000 +0.013488769531 +-0.359375000000 +-0.107421875000 +0.067871093750 +0.181640625000 +-0.153320312500 +0.043212890625 +0.021728515625 +0.004699707031 +-0.125976562500 +-0.179687500000 +-0.005920410156 +-0.149414062500 +-0.090820312500 +-0.550781250000 +-0.018310546875 +-0.058349609375 +-0.166015625000 +-0.039062500000 +-0.043945312500 +-0.178710937500 +-0.143554687500 +-0.124023437500 +0.121582031250 +0.151367187500 +0.221679687500 +-0.216796875000 +-0.176757812500 +-0.183593750000 +0.149414062500 +-0.357421875000 +0.064941406250 +-0.145507812500 +-0.133789062500 +-0.078125000000 +-0.174804687500 +0.139648437500 +0.064453125000 +-0.160156250000 +0.063964843750 +-0.277343750000 +0.144531250000 +0.044189453125 +0.012268066406 +-0.092773437500 +0.100097656250 +0.117187500000 +-0.047607421875 +0.143554687500 +-0.020751953125 +0.027221679688 +-0.369140625000 +-0.320312500000 +-0.078125000000 +-0.135742187500 +-0.020996093750 +-0.210937500000 +0.306640625000 +-0.022338867188 +0.320312500000 +-0.068359375000 +0.073242187500 +-0.241210937500 +0.152343750000 +-0.190429687500 +-0.014892578125 +-0.144531250000 +-0.056396484375 +0.049072265625 +0.066894531250 +-0.114257812500 +0.119628906250 +0.019287109375 +-0.085937500000 +-0.098632812500 +-0.269531250000 +-0.118652343750 +0.052734375000 +0.040283203125 +0.042480468750 +-0.079589843750 +-0.004058837891 +-1.296875000000 +-0.205078125000 +-0.914062500000 +-0.009033203125 +-0.025390625000 +-0.013000488281 +0.013122558594 +0.138671875000 +-0.136718750000 +0.038574218750 +0.138671875000 +-0.112304687500 +0.003250122070 +-0.194335937500 +-0.024780273438 +-0.056884765625 +-0.029785156250 +0.008972167969 +0.002578735352 +-0.085449218750 +-0.121093750000 +-0.040283203125 +0.045166015625 +-0.022827148438 +0.144531250000 +-0.043212890625 +-0.265625000000 +0.021362304688 +0.104003906250 +-0.045410156250 +-0.237304687500 +0.138671875000 +0.036376953125 +0.055419921875 +-0.039306640625 +0.109863281250 +-0.244140625000 +0.094726562500 +0.077636718750 +0.096679687500 +0.065917968750 +-0.147460937500 +-0.136718750000 +-0.057861328125 +-0.011779785156 +0.083007812500 +0.090332031250 +-0.539062500000 +-0.174804687500 +-0.318359375000 +0.044189453125 +-0.083984375000 +-0.061279296875 +-0.052978515625 +-0.011047363281 +0.208984375000 +-0.009155273438 +-0.082519531250 +-0.010559082031 +0.085937500000 +0.035644531250 +-0.186523437500 +-0.157226562500 +0.034667968750 +-0.044433593750 +0.073242187500 +0.088378906250 +-0.025756835938 +0.127929687500 +0.022338867188 +-0.056884765625 +-0.101074218750 +-0.128906250000 +-0.287109375000 +-0.014526367188 +-0.074707031250 +0.055175781250 +0.059326171875 +0.112304687500 +-0.104003906250 +-0.104003906250 +-0.044677734375 +-0.259765625000 +0.061767578125 +-0.063476562500 +0.077636718750 +-0.127929687500 +-0.068847656250 +-0.057617187500 +0.151367187500 +0.010986328125 +0.147460937500 +0.292968750000 +-0.151367187500 +-0.121582031250 +-0.195312500000 +-0.324218750000 +0.116210937500 +-0.036132812500 +0.076171875000 +-0.039062500000 +-0.191406250000 +0.107910156250 +-0.128906250000 +0.269531250000 +0.120605468750 +-0.076171875000 +-0.058593750000 +0.170898437500 +0.122070312500 +0.186523437500 +0.273437500000 +-0.445312500000 +-0.085449218750 +-0.018310546875 +0.123046875000 +0.257812500000 +-0.133789062500 +0.079101562500 +0.083007812500 +0.015625000000 +0.201171875000 +-0.010131835938 +-0.082519531250 +-0.113281250000 +0.153320312500 +0.111816406250 +0.078613281250 +0.040527343750 +0.048339843750 +-0.113281250000 +-0.363281250000 +-0.127929687500 +0.045166015625 +-0.056884765625 +-0.289062500000 +-0.122070312500 +0.042480468750 +0.040039062500 +0.083496093750 +0.294921875000 +0.137695312500 +-0.075195312500 +0.070312500000 +0.265625000000 +-0.013854980469 +0.073730468750 +-0.171875000000 +0.251953125000 +-0.181640625000 +0.234375000000 +0.018432617188 +-0.314453125000 +0.074707031250 +0.138671875000 +-0.123535156250 +-0.221679687500 +0.065429687500 +0.056152343750 +-0.106445312500 +0.145507812500 +0.158203125000 +-0.127929687500 +0.269531250000 +0.126953125000 +0.078125000000 +-0.046875000000 +0.165039062500 +-0.304687500000 +0.128906250000 +0.058837890625 +0.000324249268 +-0.205078125000 +0.051025390625 +0.065917968750 +0.010986328125 +0.004180908203 +0.034912109375 +-0.086914062500 +-0.151367187500 +0.047119140625 +0.106445312500 +0.008178710938 +-0.103027343750 +-0.263671875000 +0.181640625000 +-0.396484375000 +0.093261718750 +-0.014404296875 +-0.009948730469 +-0.226562500000 +0.006622314453 +-0.259765625000 +-0.071777343750 +-0.156250000000 +-0.036621093750 +0.041259765625 +-0.041992187500 +0.105468750000 +0.180664062500 +0.070800781250 +0.045410156250 +-0.091308593750 +-0.024902343750 +-0.221679687500 +0.039550781250 +0.091308593750 +-0.056152343750 +0.207031250000 +-0.175781250000 +-0.032958984375 +-0.314453125000 +-0.031982421875 +0.116210937500 +-0.073730468750 +0.285156250000 +-0.103027343750 +-0.122070312500 +-0.231445312500 +0.107910156250 +-0.063964843750 +-0.029296875000 +-0.125976562500 +0.355468750000 +0.033935546875 +-0.006072998047 +-0.072265625000 +-0.004760742188 +-0.102539062500 +0.234375000000 +0.166015625000 +0.042724609375 +-0.141601562500 +-0.566406250000 +-0.033691406250 +0.050048828125 +-0.130859375000 +0.257812500000 +0.067871093750 +-0.005767822266 +0.016601562500 +-0.140625000000 +0.273437500000 +0.072753906250 +0.009460449219 +-0.050048828125 +-0.071289062500 +-0.000831604004 +-0.067382812500 +-0.026245117188 +-0.063964843750 +-0.182617187500 +-0.127929687500 +-0.106933593750 +0.330078125000 +-0.075195312500 +-0.053466796875 +0.052001953125 +0.156250000000 +0.026123046875 +-0.002883911133 +-0.243164062500 +0.233398437500 +-0.061767578125 +0.037109375000 +-0.251953125000 +0.121582031250 +-0.113281250000 +0.006103515625 +-0.081542968750 +-0.214843750000 +0.023559570312 +-0.285156250000 +-0.097656250000 +0.048095703125 +0.115722656250 +-0.073730468750 +-0.036132812500 +0.073242187500 +-0.015991210938 +-0.065429687500 +0.107421875000 +-0.193359375000 +0.030883789062 +0.127929687500 +0.048095703125 +-0.255859375000 +0.031250000000 +-0.051513671875 +0.022949218750 +-0.035644531250 +0.034423828125 +-0.089355468750 +0.040039062500 +0.041992187500 +0.043701171875 +0.019897460938 +0.043212890625 +-0.046142578125 +0.051513671875 +-0.148437500000 +-0.051269531250 +0.083496093750 +-0.318359375000 +-0.041748046875 +0.004730224609 +0.107421875000 +-0.123046875000 +0.082519531250 +-0.055175781250 +0.026489257812 +-0.065429687500 +-0.044677734375 +0.146484375000 +-0.033691406250 +-0.030395507812 +-0.018676757812 +-0.009826660156 +-0.052734375000 +0.005004882812 +-0.018432617188 +0.032714843750 +-0.296875000000 +-0.005615234375 +-0.077148437500 +-0.161132812500 +-0.065429687500 +0.443359375000 +-0.369140625000 +-0.071289062500 +0.111328125000 +0.071289062500 +0.031982421875 +0.100097656250 +0.026855468750 +-0.107910156250 +0.076171875000 +0.273437500000 +-0.038330078125 +0.126953125000 +-0.197265625000 +-0.199218750000 +-0.096679687500 +-0.162109375000 +0.304687500000 +-0.221679687500 +0.073242187500 +0.318359375000 +-0.203125000000 +-0.017089843750 +0.345703125000 +0.016601562500 +-0.396484375000 +-0.150390625000 +0.110351562500 +-0.008483886719 +-0.048828125000 +-0.349609375000 +0.023803710938 +-0.384765625000 +-0.065917968750 +0.312500000000 +-0.289062500000 +-0.291015625000 +-0.056152343750 +-0.279296875000 +0.204101562500 +-0.050781250000 +0.161132812500 +-0.373046875000 +-0.072265625000 +0.146484375000 +-0.049316406250 +0.027221679688 +0.051025390625 +0.116699218750 +0.226562500000 +0.060058593750 +0.063476562500 +0.017944335938 +-0.045166015625 +0.129882812500 +-0.036132812500 +-0.155273437500 +-0.180664062500 +0.042724609375 +0.143554687500 +-0.253906250000 +-0.054687500000 +-0.173828125000 +-0.316406250000 +-0.041503906250 +0.153320312500 +-0.112304687500 +0.046386718750 +0.159179687500 +0.238281250000 +0.251953125000 +-0.000417709351 +-0.218750000000 +-0.208007812500 +0.052490234375 +0.292968750000 +0.059326171875 +0.302734375000 +0.246093750000 +-0.181640625000 +-0.027099609375 +-0.089355468750 +0.086914062500 +0.065917968750 +0.057128906250 +0.036132812500 +0.085937500000 +0.015747070312 +-0.209960937500 +-0.294921875000 +-0.244140625000 +-0.021484375000 +0.143554687500 +0.371093750000 +-0.028442382812 +0.079589843750 +0.040771484375 +0.113281250000 +-0.086914062500 +-0.605468750000 +-0.005493164062 +0.201171875000 +0.080566406250 +-0.117675781250 +0.045898437500 +-0.060058593750 +0.250000000000 +0.081054687500 +0.021362304688 +0.007629394531 +-0.112304687500 +-0.053466796875 +0.088867187500 +0.139648437500 +-0.326171875000 +0.072265625000 +0.024047851562 +-0.016357421875 +-0.241210937500 +0.042968750000 +0.082519531250 +-0.024658203125 +-0.015991210938 +0.103515625000 +-0.148437500000 +0.081054687500 +0.169921875000 +-0.335937500000 +-0.224609375000 +0.058105468750 +-0.016479492188 +-0.005249023438 +0.076171875000 +-0.028198242188 +-0.212890625000 +-0.147460937500 +0.030395507812 +0.113769531250 +0.154296875000 +0.125976562500 +-0.038818359375 +0.038330078125 +-0.028442382812 +0.190429687500 +-0.007629394531 +-0.181640625000 +0.158203125000 +0.081054687500 +0.269531250000 +-0.058349609375 +-0.096679687500 +0.047607421875 +0.092773437500 +-0.171875000000 +0.292968750000 +0.039306640625 +0.070800781250 +0.304687500000 +-0.074218750000 +-0.078125000000 +0.165039062500 +-0.049316406250 +0.145507812500 +0.117675781250 +0.068359375000 +0.093261718750 +-0.012329101562 +0.082519531250 +-0.216796875000 +-0.205078125000 +-0.597656250000 +-0.022094726562 +0.246093750000 +0.057373046875 +-0.079101562500 +0.020874023438 +0.144531250000 +0.184570312500 +0.140625000000 +-0.085937500000 +-0.005645751953 +0.102050781250 +-0.335937500000 +-0.069824218750 +-0.080566406250 +0.007812500000 +0.072265625000 +-0.310546875000 +-0.261718750000 +0.098144531250 +-0.093261718750 +-0.083007812500 +0.090820312500 +-0.128906250000 +0.118164062500 +-0.224609375000 +-0.020874023438 +0.154296875000 +-0.045654296875 +0.200195312500 +-0.292968750000 +-0.166992187500 +-0.038330078125 +-0.220703125000 +-0.080078125000 +0.062500000000 +0.133789062500 +-0.326171875000 +0.136718750000 +0.068847656250 +0.128906250000 +-0.187500000000 +-0.022216796875 +-0.012878417969 +-0.163085937500 +0.070800781250 +0.034667968750 +0.023193359375 +-0.832031250000 +0.034667968750 +0.053222656250 +0.019775390625 +-0.062011718750 +0.154296875000 +-0.582031250000 +0.050537109375 +0.066406250000 +-0.636718750000 +-0.075195312500 +0.184570312500 +-0.034912109375 +-0.292968750000 +0.091308593750 +-0.137695312500 +-0.048095703125 +-0.140625000000 +0.101562500000 +-0.308593750000 +0.026977539062 +-0.211914062500 +-0.273437500000 +-0.042724609375 +-0.398437500000 +0.050048828125 +0.105468750000 +0.000610351562 +0.033203125000 +0.010070800781 +-0.025390625000 +-1.140625000000 +-0.130859375000 +0.161132812500 +0.097656250000 +-0.114257812500 +0.080078125000 +0.098144531250 +0.030761718750 +0.066406250000 +-0.193359375000 +-0.136718750000 +-0.002212524414 +-0.057128906250 +-0.132812500000 +-0.189453125000 +-0.010253906250 +-0.046142578125 +-0.030273437500 +-0.091796875000 +-0.023925781250 +-0.057617187500 +-0.030639648438 +0.108886718750 +-0.180664062500 +-0.091796875000 +-0.245117187500 +-0.134765625000 +0.138671875000 +0.099609375000 +-0.030273437500 +-0.150390625000 +-0.118652343750 +-0.046630859375 +0.046630859375 +-0.137695312500 +0.030883789062 +0.147460937500 +-0.101562500000 +-0.113769531250 +-0.067871093750 +-0.002944946289 +0.029663085938 +0.062500000000 +-0.058349609375 +-0.089843750000 +0.106445312500 +-0.088378906250 +-0.064941406250 +-0.130859375000 +-0.283203125000 +0.110351562500 +-0.065429687500 +0.018066406250 +0.388671875000 +0.099121093750 +0.020629882812 +0.094726562500 +0.027099609375 +-0.041015625000 +-0.159179687500 +0.152343750000 +-0.036132812500 +-0.093750000000 +-0.020385742188 +0.075195312500 +-0.125976562500 +0.079101562500 +-0.036865234375 +-0.091796875000 +-0.178710937500 +0.069335937500 +0.101562500000 +-0.018920898438 +-0.148437500000 +-0.075195312500 +-0.296875000000 +0.027954101562 +0.008056640625 +0.091308593750 +0.076171875000 +0.046630859375 +-0.121093750000 +0.200195312500 +0.108886718750 +0.214843750000 +-0.141601562500 +-0.113281250000 +-0.149414062500 +-0.157226562500 +0.050292968750 +0.157226562500 +-0.100585937500 +-0.036132812500 +0.047119140625 +0.001251220703 +0.009216308594 +0.040527343750 +0.164062500000 +0.005523681641 +0.125976562500 +-0.141601562500 +-0.084960937500 +-0.104980468750 +-0.014099121094 +0.006530761719 +0.265625000000 +0.130859375000 +0.007781982422 +-0.032714843750 +-0.230468750000 +0.115234375000 +0.169921875000 +0.100585937500 +0.104492187500 +-0.322265625000 +0.128906250000 +0.092285156250 +-0.091308593750 +0.104003906250 +0.083496093750 +-0.046630859375 +-0.068847656250 +-0.030883789062 +0.004913330078 +-0.135742187500 +0.023681640625 +0.002059936523 +0.023925781250 +-0.149414062500 +-0.034179687500 +-0.024291992188 +-0.205078125000 +-0.131835937500 +0.099121093750 +0.027221679688 +-0.053955078125 +-0.412109375000 +0.196289062500 +0.076660156250 +-0.000185012817 +0.085937500000 +0.144531250000 +0.120605468750 +-0.110839843750 +0.108398437500 +0.004669189453 +-0.012634277344 +0.051513671875 +-0.404296875000 +-0.108398437500 +0.203125000000 +-0.005767822266 +0.025512695312 +0.046630859375 +-0.542968750000 +-0.028686523438 +0.041015625000 +0.023681640625 +-0.416015625000 +-0.026977539062 +-0.049072265625 +0.127929687500 +-0.320312500000 +0.114257812500 +-0.585937500000 +0.036132812500 +-0.015197753906 +0.002258300781 +-0.412109375000 +0.148437500000 +0.116210937500 +-0.004699707031 +0.056396484375 +0.068359375000 +-0.066894531250 +-0.204101562500 +0.105468750000 +0.015136718750 +0.094238281250 +-0.193359375000 +-0.034667968750 +-0.135742187500 +0.110839843750 +-0.159179687500 +-0.057861328125 +-0.002624511719 +-0.042968750000 +0.007202148438 +0.038085937500 +-0.030639648438 +-0.000747680664 +-0.045166015625 +-0.087890625000 +-0.019897460938 +-0.020141601562 +0.243164062500 +0.036621093750 +0.181640625000 +0.106445312500 +0.574218750000 +-0.031738281250 +-0.291015625000 +0.017944335938 +-0.068359375000 +-0.111328125000 +-0.151367187500 +-0.055908203125 +-0.073242187500 +0.009826660156 +0.187500000000 +0.173828125000 +-0.083984375000 +0.072753906250 +-0.111816406250 +-0.255859375000 +-0.001487731934 +-0.005432128906 +-0.187500000000 +0.257812500000 +-0.271484375000 +0.215820312500 +0.032470703125 +0.349609375000 +0.114746093750 +-0.119628906250 +0.067382812500 +-0.168945312500 +-0.030517578125 +-0.015502929688 +-0.089355468750 +0.048339843750 +-0.261718750000 +-0.050537109375 +-0.035156250000 +0.067871093750 +-0.120605468750 +0.069824218750 +-0.047851562500 +0.283203125000 +0.083496093750 +-0.201171875000 +-0.076660156250 +0.108398437500 +0.059326171875 +-0.068359375000 +-0.008850097656 +0.100097656250 +0.065917968750 +0.041503906250 +-0.054443359375 +-0.115234375000 +0.031005859375 +0.120117187500 +-0.028930664062 +0.024169921875 +-0.016113281250 +-0.010070800781 +0.059082031250 +-0.104980468750 +-0.125000000000 +0.054687500000 +0.021240234375 +-0.126953125000 +0.010925292969 +-0.059082031250 +0.312500000000 +0.098144531250 +-0.008911132812 +-0.103515625000 +0.103515625000 +-0.102050781250 +-0.174804687500 +-0.115722656250 +-0.146484375000 +-0.206054687500 +0.152343750000 +-0.006256103516 +-0.206054687500 +-0.024047851562 +0.081542968750 +0.384765625000 +0.235351562500 +-0.006958007812 +-0.124511718750 +0.363281250000 +0.006500244141 +-0.051025390625 +0.099121093750 +-0.202148437500 +-0.128906250000 +-0.061523437500 +-0.043701171875 +0.310546875000 +-0.146484375000 +-0.025268554688 +-0.172851562500 +-0.051757812500 +0.376953125000 +-0.160156250000 +-0.081542968750 +-0.104980468750 +-0.029418945312 +0.009704589844 +-0.050292968750 +0.034423828125 +0.176757812500 +-0.259765625000 +-0.051513671875 +0.010986328125 +-0.126953125000 +0.073242187500 +0.033447265625 +-0.109863281250 +0.107421875000 +-0.302734375000 +0.019531250000 +0.048095703125 +0.008544921875 +0.104492187500 +0.165039062500 +0.281250000000 +-0.043945312500 +0.041015625000 +-0.118652343750 +0.224609375000 +0.100097656250 +-0.108886718750 +0.029174804688 +0.078613281250 +0.176757812500 +-0.138671875000 +-0.100585937500 +-0.014160156250 +-0.071289062500 +0.059326171875 +-0.176757812500 +0.087402343750 +0.135742187500 +0.122558593750 +-0.361328125000 +0.102539062500 +-0.020507812500 +-0.703125000000 +0.007324218750 +0.092773437500 +-0.073242187500 +0.094238281250 +-0.001480102539 +0.114746093750 +-0.031494140625 +0.153320312500 +-0.028198242188 +-0.071289062500 +-0.507812500000 +0.137695312500 +-0.412109375000 +-0.878906250000 +0.103515625000 +-0.122070312500 +-0.084960937500 +-0.008117675781 +-0.273437500000 +-0.703125000000 +0.090820312500 +-0.179687500000 +-0.038330078125 +-0.085937500000 +0.351562500000 +0.460937500000 +0.102050781250 +-0.075195312500 +-0.347656250000 +0.037109375000 +-0.281250000000 +-0.110839843750 +-0.144531250000 +0.037841796875 +0.132812500000 +-0.054199218750 +-0.142578125000 +-0.012329101562 +0.326171875000 +0.184570312500 +0.158203125000 +0.094726562500 +-0.075683593750 +-0.041748046875 +0.111816406250 +0.069335937500 +0.099609375000 +0.069335937500 +-0.151367187500 +0.031005859375 +0.064453125000 +0.073242187500 +0.006164550781 +0.063476562500 +-0.160156250000 +-0.098144531250 +-0.035400390625 +-0.070312500000 +-0.010009765625 +0.130859375000 +0.166015625000 +-0.064453125000 +-0.135742187500 +-0.174804687500 +0.005371093750 +0.063964843750 +0.041748046875 +-0.085449218750 +0.042724609375 +0.008483886719 +0.052001953125 +-0.468750000000 +-0.162109375000 +-0.171875000000 +0.098144531250 +0.034179687500 +-0.000576019287 +-0.185546875000 +-0.070800781250 +-0.067382812500 +0.091308593750 +-0.085937500000 +-0.106445312500 +0.019042968750 +-0.068847656250 +0.004730224609 +0.139648437500 +-0.034179687500 +-0.219726562500 +0.122558593750 +-0.023071289062 +-0.099121093750 +-0.057861328125 +-0.029541015625 +-0.041992187500 +0.012207031250 +-0.063964843750 +-0.130859375000 +-0.050292968750 +0.107910156250 +0.040039062500 +-0.287109375000 +0.098632812500 +-0.152343750000 +-0.133789062500 +0.113281250000 +-0.077636718750 +0.052246093750 +0.101562500000 +-0.036376953125 +-0.013427734375 +0.045898437500 +0.055664062500 +-0.343750000000 +-0.396484375000 +0.012145996094 +0.019409179688 +0.094238281250 +0.135742187500 +-0.040771484375 +-0.059814453125 +-0.045898437500 +0.036376953125 +0.087890625000 +-0.044189453125 +-0.621093750000 +0.051025390625 +-0.114746093750 +0.001350402832 +-0.016113281250 +-0.053710937500 +-0.664062500000 +0.103027343750 +0.031005859375 +-0.202148437500 +-0.609375000000 +-0.326171875000 +0.275390625000 +-0.251953125000 +-0.179687500000 +0.049072265625 +-0.122070312500 +0.110351562500 +-0.017456054688 +0.078125000000 +0.306640625000 +0.330078125000 +0.057373046875 +-0.042236328125 +-0.066894531250 +0.012329101562 +-0.164062500000 +-0.312500000000 +-0.060546875000 +0.106933593750 +-0.378906250000 +-0.197265625000 +0.178710937500 +-0.308593750000 +-0.023681640625 +-0.228515625000 +-0.087402343750 +-0.096191406250 +0.046142578125 +0.022216796875 +-0.173828125000 +-0.077636718750 +0.040527343750 +0.128906250000 +-0.073730468750 +-0.009399414062 +-0.151367187500 +0.038818359375 +-0.163085937500 +0.039306640625 +0.048828125000 +0.292968750000 +0.007080078125 +-0.244140625000 +0.082031250000 +-0.061035156250 +-0.126953125000 +0.025756835938 +-0.292968750000 +-0.007720947266 +-0.039062500000 +0.021362304688 +0.051513671875 +-0.707031250000 +-0.077148437500 +0.054199218750 +-0.871093750000 +0.136718750000 +-0.180664062500 +0.015380859375 +-0.135742187500 +0.077636718750 +-0.016845703125 +-0.154296875000 +-0.104003906250 +-0.058349609375 +0.160156250000 +-0.734375000000 +-0.092285156250 +0.016845703125 +-0.431640625000 +0.087402343750 +-0.125000000000 +0.022094726562 +0.133789062500 +0.192382812500 +-0.847656250000 +-0.040283203125 +-0.198242187500 +-0.156250000000 +-0.108398437500 +-0.167968750000 +-0.062500000000 +0.052734375000 +-0.016479492188 +-0.018554687500 +-0.120605468750 +0.019042968750 +-0.310546875000 +-0.004669189453 +0.031005859375 +-0.124023437500 +-0.135742187500 +0.001510620117 +-0.037841796875 +-0.138671875000 +0.082031250000 +-0.077636718750 +-0.308593750000 +-0.058105468750 +0.122070312500 +0.019287109375 +-0.039794921875 +-0.103027343750 +-0.062988281250 +-0.070312500000 +0.025146484375 +-0.390625000000 +0.074218750000 +-0.061767578125 +-0.051025390625 +-0.053466796875 +0.009948730469 +0.176757812500 +-0.086425781250 +-0.014892578125 +-0.052978515625 +-0.371093750000 +0.102050781250 +0.154296875000 +-0.158203125000 +-0.041259765625 +0.046386718750 +0.001998901367 +0.109375000000 +-0.104492187500 +-0.079589843750 +0.082031250000 +0.423828125000 +0.147460937500 +-0.404296875000 +-0.048095703125 +0.172851562500 +-0.189453125000 +-0.067871093750 +-0.660156250000 +-0.034667968750 +-0.124023437500 +-0.027709960938 +-0.085449218750 +0.129882812500 +0.002380371094 +-0.015991210938 +-0.022949218750 +0.062255859375 +0.414062500000 +0.080078125000 +-0.208984375000 +-0.292968750000 +0.049072265625 +0.001953125000 +-0.216796875000 +-0.002593994141 +0.065917968750 +0.183593750000 +0.009704589844 +0.070312500000 +-0.171875000000 +0.019897460938 +0.075683593750 +0.040039062500 +-0.042236328125 +0.038574218750 +-0.017822265625 +0.072265625000 +-0.125000000000 +0.050292968750 +0.049804687500 +0.059082031250 +-0.392578125000 +0.049560546875 +0.201171875000 +0.060546875000 +0.090820312500 +0.048339843750 +-0.112304687500 +-0.126953125000 +-0.134765625000 +-0.023315429688 +-0.240234375000 +-0.186523437500 +-0.006103515625 +0.091796875000 +-0.165039062500 +0.047607421875 +0.003005981445 +-0.020263671875 +0.167968750000 +-0.087402343750 +-0.041015625000 +0.123046875000 +-0.070800781250 +0.017700195312 +0.179687500000 +-0.145507812500 +-0.082519531250 +0.031494140625 +-0.275390625000 +0.089355468750 +-0.059570312500 +-0.019042968750 +-0.215820312500 +-0.094238281250 +0.000280380249 +0.104980468750 +-0.001953125000 +-0.033203125000 +-0.097167968750 +0.064453125000 +-0.017578125000 +0.024047851562 +0.169921875000 +-0.215820312500 +0.076171875000 +-0.019042968750 +-0.076660156250 +0.154296875000 +-0.006988525391 +0.165039062500 +0.205078125000 +0.050292968750 +-0.257812500000 +-0.056640625000 +0.273437500000 +0.060058593750 +0.012451171875 +0.092285156250 +0.125976562500 +-0.013183593750 +-0.130859375000 +0.001701354980 +-0.071777343750 +-0.152343750000 +-0.072753906250 +0.178710937500 +0.071777343750 +0.093750000000 +0.118164062500 +0.332031250000 +-0.060791015625 +-0.084960937500 +0.012634277344 +-0.117675781250 +-0.062011718750 +0.002853393555 +-0.176757812500 +-0.104003906250 +0.223632812500 +0.198242187500 +-0.141601562500 +-0.011962890625 +0.141601562500 +0.087402343750 +-0.179687500000 +-0.022949218750 +-0.010070800781 +0.251953125000 +-0.194335937500 +0.078613281250 +0.100585937500 +-0.032226562500 +0.090820312500 +-0.071289062500 +-0.173828125000 +-0.087402343750 +-0.179687500000 +-0.237304687500 +-0.040771484375 +0.059326171875 +-0.176757812500 +-0.060546875000 +-0.134765625000 +-0.357421875000 +0.095703125000 +0.196289062500 +-0.070312500000 +0.072265625000 +-0.180664062500 +0.022949218750 +-0.063964843750 +-0.043457031250 +-0.096679687500 +0.071777343750 +-0.201171875000 +-0.027465820312 +-0.257812500000 +-0.046875000000 +0.030761718750 +0.111816406250 +0.105957031250 +-0.147460937500 +0.027221679688 +-0.112304687500 +-0.070312500000 +-0.134765625000 +0.138671875000 +0.375000000000 +-0.103027343750 +0.052734375000 +0.202148437500 +0.024047851562 +0.034667968750 +0.186523437500 +-0.071289062500 +0.081542968750 +-0.082519531250 +-0.092773437500 +0.027099609375 +-0.089355468750 +-0.149414062500 +-0.171875000000 +0.058105468750 +-0.050781250000 +0.000328063965 +-0.072753906250 +-0.097167968750 +0.024169921875 +-0.109863281250 +-0.119628906250 +0.049560546875 +-0.227539062500 +-0.107421875000 +0.112792968750 +-0.132812500000 +-0.208984375000 +0.002899169922 +0.007202148438 +0.139648437500 +-0.051025390625 +-0.125976562500 +-0.002105712891 +0.092285156250 +-0.032470703125 +-0.031005859375 +0.134765625000 +0.142578125000 +0.726562500000 +-0.008789062500 +0.041259765625 +0.053710937500 +-0.433593750000 +0.121582031250 +-0.000640869141 +-0.040039062500 +-0.135742187500 +0.028320312500 +-0.062988281250 +-0.109863281250 +0.178710937500 +-0.127929687500 +-0.231445312500 +-0.031127929688 +-0.066406250000 +0.061279296875 +-0.122558593750 +-0.162109375000 +-0.765625000000 +0.001602172852 +-0.036376953125 +0.017089843750 +0.018676757812 +0.091308593750 +0.152343750000 +-0.024291992188 +-0.117187500000 +0.125976562500 +0.016845703125 +-0.118164062500 +-0.096191406250 +-0.373046875000 +0.166015625000 +-0.068847656250 +0.074707031250 +-0.046386718750 +0.172851562500 +0.185546875000 +-0.066406250000 +-0.050048828125 +-0.031982421875 +0.051025390625 +0.237304687500 +0.175781250000 +-0.153320312500 +-0.259765625000 +0.151367187500 +-0.057861328125 +-0.069335937500 +0.125000000000 +0.289062500000 +0.060058593750 +0.113281250000 +-0.410156250000 +0.017944335938 +-0.003250122070 +-0.069824218750 +0.100097656250 +-0.065429687500 +0.003005981445 +-0.065917968750 +-0.126953125000 +-0.021728515625 +0.265625000000 +-0.039306640625 +-0.792968750000 +-0.033447265625 +-0.089355468750 +0.026489257812 +-0.182617187500 +0.083984375000 +-0.057861328125 +0.042968750000 +-0.080566406250 +0.205078125000 +-0.108398437500 +0.036621093750 +0.170898437500 +-0.063476562500 +0.082031250000 +-0.163085937500 +-0.257812500000 +-0.048339843750 +-0.233398437500 +0.086425781250 +-0.073730468750 +0.096191406250 +0.037109375000 +0.029785156250 +0.318359375000 +-0.107421875000 +0.016235351562 +-0.068847656250 +0.074218750000 +0.189453125000 +-0.335937500000 +0.144531250000 +-0.126953125000 +-0.200195312500 +-0.240234375000 +0.181640625000 +-0.095214843750 +0.219726562500 +0.158203125000 +-0.047851562500 +-0.024291992188 +0.133789062500 +0.059326171875 +-0.030639648438 +-0.091308593750 +0.015014648438 +0.044189453125 +-0.001785278320 +0.161132812500 +0.019531250000 +0.108398437500 +0.120117187500 +0.177734375000 +-0.025024414062 +0.239257812500 +0.160156250000 +0.064941406250 +0.190429687500 +-0.016357421875 +0.019531250000 +0.001037597656 +0.049316406250 +-0.871093750000 +-0.382812500000 +0.503906250000 +-0.238281250000 +-0.086425781250 +0.023925781250 +-0.257812500000 +-0.018310546875 +0.038330078125 +0.061035156250 +0.180664062500 +0.057617187500 +0.028442382812 +-0.159179687500 +-0.435546875000 +0.061523437500 +-0.245117187500 +0.036621093750 +0.001525878906 +-0.013977050781 +0.151367187500 +-0.023193359375 +0.178710937500 +0.015869140625 +0.045166015625 +0.048095703125 +0.042480468750 +-0.164062500000 +-0.195312500000 +-0.088378906250 +-0.137695312500 +0.238281250000 +-0.073730468750 +-0.337890625000 +0.102050781250 +-0.051269531250 +0.026855468750 +-0.044921875000 +-0.143554687500 +0.152343750000 +-0.137695312500 +-0.236328125000 +-0.044677734375 +-0.244140625000 +-0.115234375000 +-0.289062500000 +-0.105957031250 +-0.001914978027 +-0.096679687500 +-0.273437500000 +0.074218750000 +-0.038330078125 +0.228515625000 +0.010559082031 +-0.098632812500 +-0.337890625000 +-0.053955078125 +-0.221679687500 +-0.098632812500 +0.129882812500 +-0.083984375000 +0.112792968750 +0.073242187500 +-0.281250000000 +0.013488769531 +-0.080078125000 +0.023315429688 +0.431640625000 +0.012451171875 +-0.045166015625 +0.554687500000 +0.178710937500 +0.135742187500 +-0.102539062500 +-0.306640625000 +0.035156250000 +0.129882812500 +0.406250000000 +0.075683593750 +0.142578125000 +-0.238281250000 +-0.060302734375 +0.017944335938 +0.104980468750 +0.077636718750 +-0.064453125000 +0.004821777344 +0.298828125000 +0.069824218750 +-0.179687500000 +0.085937500000 +-0.057128906250 +-0.035156250000 +-0.131835937500 +0.153320312500 +0.113769531250 +0.003311157227 +-0.027099609375 +-0.133789062500 +0.000077724457 +-0.082519531250 +-0.134765625000 +0.042724609375 +-0.154296875000 +-0.006561279297 +-0.148437500000 +0.118164062500 +-0.200195312500 +-0.132812500000 +-0.166015625000 +-0.072753906250 +-0.010314941406 +0.157226562500 +-0.151367187500 +-0.062500000000 +0.037597656250 +0.051269531250 +-0.139648437500 +-0.095703125000 +-0.090820312500 +-0.168945312500 +-0.072265625000 +0.124023437500 +0.062011718750 +0.000740051270 +-0.103515625000 +-0.053466796875 +-0.593750000000 +0.173828125000 +0.025878906250 +0.054687500000 +0.294921875000 +-0.007812500000 +0.015991210938 +-0.166992187500 +-0.092773437500 +-0.096191406250 +0.100097656250 +-0.244140625000 +-0.041992187500 +0.036621093750 +-0.098632812500 +-0.145507812500 +0.111816406250 +-0.038818359375 +-0.382812500000 +-0.216796875000 +-0.116699218750 +0.035400390625 +-0.027832031250 +0.034912109375 +0.010192871094 +-0.032958984375 +0.131835937500 +0.088378906250 +-0.053710937500 +0.115234375000 +-0.030151367188 +-0.511718750000 +-0.188476562500 +0.175781250000 +0.090332031250 +0.053955078125 +-0.113281250000 +0.006439208984 +0.051025390625 +-0.066894531250 +-0.015563964844 +-0.061279296875 +0.049072265625 +-0.012695312500 +0.096679687500 +-0.077636718750 +0.139648437500 +-0.131835937500 +0.048583984375 +0.161132812500 +-0.234375000000 +0.012878417969 +-0.026611328125 +-0.008789062500 +0.054199218750 +-0.061523437500 +0.023315429688 +-0.093261718750 +-0.226562500000 +0.002471923828 +-0.011657714844 +0.061767578125 +-0.049316406250 +-0.032714843750 +0.022949218750 +0.143554687500 +-0.081542968750 +0.157226562500 +0.023193359375 +0.199218750000 +0.017944335938 +-0.371093750000 +-0.226562500000 +-0.202148437500 +0.138671875000 +-0.083984375000 +-0.016113281250 +0.141601562500 +-0.171875000000 +0.163085937500 +0.104980468750 +-0.149414062500 +0.010559082031 +-0.138671875000 +0.044677734375 +-0.013610839844 +0.004089355469 +0.016235351562 +-0.104003906250 +0.113769531250 +-0.204101562500 +-0.041015625000 +0.164062500000 +-0.233398437500 +-0.044677734375 +0.148437500000 +-0.060791015625 +0.111816406250 +-0.174804687500 +-0.033935546875 +-0.081054687500 +-0.024047851562 +0.228515625000 +0.030761718750 +0.222656250000 +0.020507812500 +-0.032714843750 +-0.081054687500 +-0.071777343750 +-0.031005859375 +-0.014648437500 +-0.007720947266 +0.213867187500 +-0.138671875000 +-0.010498046875 +0.166992187500 +-0.000303268433 +0.232421875000 +0.394531250000 +0.004364013672 +0.047607421875 +0.005310058594 +0.052246093750 +0.291015625000 +0.013244628906 +-0.000044345856 +0.104003906250 +0.016479492188 +-0.141601562500 +-0.248046875000 +-0.527343750000 +-0.113769531250 +-0.063476562500 +-0.249023437500 +-0.028320312500 +-0.026855468750 +0.029174804688 +-0.014404296875 +-0.030639648438 +0.029296875000 +-0.026855468750 +0.025390625000 +-0.095214843750 +-0.734375000000 +-0.141601562500 +-0.139648437500 +-0.052490234375 +0.006652832031 +-0.199218750000 +0.068359375000 +0.059082031250 +0.068359375000 +-0.017944335938 +0.166992187500 +-0.069335937500 +0.223632812500 +-0.104003906250 +0.100585937500 +0.066894531250 +0.139648437500 +-0.012023925781 +-0.283203125000 +0.110351562500 +0.140625000000 +-0.106933593750 +0.148437500000 +-0.621093750000 +-0.049316406250 +0.127929687500 +-0.013183593750 +-0.003616333008 +0.054931640625 +-0.406250000000 +0.033935546875 +-0.101562500000 +-0.083984375000 +-0.617187500000 +-0.055419921875 +-0.125976562500 +-0.068847656250 +-0.215820312500 +-0.093750000000 +-0.250000000000 +0.110839843750 +0.051025390625 +-0.054443359375 +-0.122558593750 +-0.016479492188 +0.093261718750 +-0.014221191406 +0.026367187500 +-0.229492187500 +0.096679687500 +0.057128906250 +0.179687500000 +0.289062500000 +0.090332031250 +0.100097656250 +-0.070800781250 +0.097167968750 +-0.086425781250 +-0.063476562500 +0.056640625000 +0.056884765625 +-0.076171875000 +-0.089355468750 +0.028808593750 +0.320312500000 +0.114746093750 +0.036132812500 +-0.009033203125 +0.091308593750 +0.053466796875 +0.092285156250 +-0.166992187500 +-0.075195312500 +0.232421875000 +-0.026977539062 +0.016113281250 +-0.699218750000 +-0.071289062500 +0.233398437500 +0.008239746094 +-0.053466796875 +-0.140625000000 +0.104003906250 +0.164062500000 +-0.062255859375 +0.204101562500 +-0.199218750000 +0.042236328125 +0.127929687500 +-0.312500000000 +-0.218750000000 +-0.133789062500 +-0.188476562500 +0.052490234375 +0.042968750000 +0.039062500000 +0.050048828125 +0.015747070312 +0.015014648438 +-0.058105468750 +-0.726562500000 +-0.087402343750 +0.050781250000 +-0.041015625000 +-0.095214843750 +0.003158569336 +-0.124023437500 +0.033935546875 +-0.279296875000 +-0.652343750000 +-0.037597656250 +0.163085937500 +0.230468750000 +-0.093750000000 +0.190429687500 +0.222656250000 +0.050781250000 +0.208984375000 +0.215820312500 +0.015747070312 +-0.021240234375 +-0.059082031250 +-0.026000976562 +0.075683593750 +0.007293701172 +-0.022827148438 +0.068359375000 +0.158203125000 +0.139648437500 +0.021972656250 +0.079101562500 +0.316406250000 +0.138671875000 +-0.056884765625 +-0.212890625000 +-0.161132812500 +-0.188476562500 +0.030761718750 +-0.166992187500 +-0.010253906250 +-0.004089355469 +0.067382812500 +0.148437500000 +0.133789062500 +-0.009399414062 +0.193359375000 +0.108886718750 +-0.157226562500 +-0.023559570312 +0.123046875000 +-0.324218750000 +0.102050781250 +0.114746093750 +-0.365234375000 +-0.123046875000 +0.010925292969 +-0.182617187500 +0.158203125000 +-0.204101562500 +-0.028198242188 +-0.090820312500 +0.234375000000 +-0.120605468750 +-0.154296875000 +-0.554687500000 +0.205078125000 +-0.062011718750 +0.382812500000 +-0.009338378906 +0.041992187500 +-0.089355468750 +0.207031250000 +-0.492187500000 +-0.703125000000 +-0.103027343750 +-0.008544921875 +0.125000000000 +0.013366699219 +0.172851562500 +0.118652343750 +-0.011901855469 +0.075195312500 +-0.087890625000 +-0.070800781250 +0.064941406250 +-0.192382812500 +-0.027832031250 +-0.076660156250 +-0.035156250000 +0.190429687500 +0.104980468750 +0.010986328125 +0.098632812500 +0.009826660156 +-0.030639648438 +0.032226562500 +-0.131835937500 +-0.015869140625 +-0.208984375000 +0.128906250000 +0.001731872559 +-0.031494140625 +-0.369140625000 +-0.031494140625 +0.419921875000 +-0.056884765625 +0.101074218750 +0.009887695312 +0.101562500000 +-0.019897460938 +-0.053710937500 +-0.129882812500 +-0.078613281250 +-0.107421875000 +0.008239746094 +-0.034423828125 +0.021606445312 +-0.024414062500 +0.071777343750 +0.071289062500 +-0.115234375000 +0.189453125000 +0.173828125000 +-0.044921875000 +0.048583984375 +0.052001953125 +0.078125000000 +-0.030761718750 +-0.102050781250 +-0.157226562500 +0.194335937500 +-0.074707031250 +-0.048828125000 +0.159179687500 +0.144531250000 +0.062988281250 +0.083007812500 +-0.161132812500 +0.006439208984 +-0.057617187500 +-0.037597656250 +0.057861328125 +-0.349609375000 +-0.069824218750 +-0.191406250000 +0.071289062500 +-0.000349044800 +-0.102050781250 +-0.117187500000 +0.018432617188 +0.013549804688 +0.187500000000 +-0.125976562500 +-0.095703125000 +0.124023437500 +-0.165039062500 +-0.539062500000 +-0.251953125000 +-0.055664062500 +0.077636718750 +-0.114257812500 +0.050781250000 +0.066894531250 +0.143554687500 +0.024658203125 +-0.205078125000 +-0.122558593750 +-0.036865234375 +0.027465820312 +0.052978515625 +-0.085449218750 +0.030761718750 +0.083984375000 +-0.173828125000 +0.093750000000 +-0.251953125000 +0.110839843750 +-0.201171875000 +-0.031005859375 +0.106933593750 +-0.082519531250 +-0.127929687500 +-0.203125000000 +-0.058593750000 +0.081542968750 +-0.144531250000 +0.043701171875 +0.032470703125 +-0.065917968750 +-0.047363281250 +-0.143554687500 +0.166015625000 +0.052490234375 +0.082519531250 +0.112792968750 +-0.339843750000 +0.007171630859 +-0.024169921875 +-0.208007812500 +0.173828125000 +0.088867187500 +0.075195312500 +0.175781250000 +-0.044433593750 +-0.024047851562 +0.079589843750 +0.009399414062 +-0.019287109375 +0.107910156250 +-0.171875000000 +-0.080078125000 +-0.078125000000 +-0.068359375000 +0.054443359375 +-0.207031250000 +-0.049560546875 +0.046142578125 +-0.097167968750 +-0.367187500000 +-0.081054687500 +0.122558593750 +0.072265625000 +0.053710937500 +-0.014282226562 +-0.056396484375 +0.233398437500 +0.077148437500 +0.141601562500 +0.125000000000 +0.128906250000 +-0.314453125000 +0.162109375000 +0.061035156250 +-0.050537109375 +-0.084960937500 +-0.106445312500 +-0.056152343750 +0.170898437500 +-0.135742187500 +0.038818359375 +-0.007629394531 +-0.246093750000 +0.070312500000 +-0.076171875000 +-0.035156250000 +0.041748046875 +-0.029174804688 +-0.048828125000 +-0.052490234375 +-0.143554687500 +-0.100097656250 +0.051513671875 +0.048828125000 +0.028808593750 +0.148437500000 +-0.041748046875 +-0.091796875000 +-0.189453125000 +0.011474609375 +-0.111816406250 +-0.058349609375 +-0.031738281250 +0.105957031250 +-0.570312500000 +-0.273437500000 +0.044677734375 +-0.089843750000 +-0.202148437500 +-0.092773437500 +0.318359375000 +0.109375000000 +0.000911712646 +-0.212890625000 +0.099121093750 +0.033447265625 +0.056152343750 +0.198242187500 +0.091308593750 +-0.015319824219 +0.168945312500 +0.021362304688 +-0.178710937500 +-0.058105468750 +0.177734375000 +-0.084472656250 +-0.096191406250 +-0.065917968750 +-0.021362304688 +0.071289062500 +-0.208984375000 +-0.245117187500 +-0.006561279297 +-0.049316406250 +0.076171875000 +-0.195312500000 +0.076660156250 +0.158203125000 +0.089355468750 +-0.144531250000 +0.039306640625 +-0.021606445312 +0.026855468750 +-0.146484375000 +0.052978515625 +-0.062988281250 +0.011901855469 +-0.141601562500 +-0.088378906250 +-0.051025390625 +0.052978515625 +0.009033203125 +-0.008850097656 +-0.044433593750 +0.093750000000 +-0.043212890625 +0.173828125000 +0.094238281250 +0.320312500000 +-0.052246093750 +0.182617187500 +0.115234375000 +0.112304687500 +0.068359375000 +0.094238281250 +-0.277343750000 +0.118164062500 +-0.320312500000 +0.031494140625 +0.090820312500 +0.141601562500 +-0.015747070312 +0.126953125000 +0.133789062500 +-0.124511718750 +-0.107421875000 +-0.170898437500 +-0.542968750000 +-0.173828125000 +0.026000976562 +0.236328125000 +-0.535156250000 +0.142578125000 +-0.034423828125 +0.034667968750 +0.133789062500 +0.050781250000 +0.028686523438 +-0.219726562500 +-0.006164550781 +-0.044189453125 +0.022460937500 +0.021728515625 +0.055175781250 +-0.010864257812 +-0.153320312500 +0.087890625000 +0.082519531250 +-0.148437500000 +0.175781250000 +0.004974365234 +0.277343750000 +0.110351562500 +0.101074218750 +0.042236328125 +0.140625000000 +0.261718750000 +0.006439208984 +0.012329101562 +0.011901855469 +-0.312500000000 +-0.057128906250 +0.198242187500 +0.088867187500 +-0.137695312500 +-0.054687500000 +-0.143554687500 +0.075683593750 +-0.091308593750 +0.205078125000 +-0.019653320312 +-0.082519531250 +-0.084960937500 +0.010681152344 +0.053222656250 +0.038574218750 +0.085937500000 +-0.150390625000 +0.047851562500 +0.007781982422 +0.287109375000 +-0.135742187500 +-0.055419921875 +-0.050537109375 +0.126953125000 +-0.133789062500 +-0.018188476562 +-0.271484375000 +0.020263671875 +-0.134765625000 +0.145507812500 +0.229492187500 +-0.330078125000 +-0.027832031250 +-0.020996093750 +0.055664062500 +0.024536132812 +0.082519531250 +-0.135742187500 +-0.005706787109 +-0.049804687500 +-0.285156250000 +-0.152343750000 +-0.178710937500 +0.125976562500 +0.214843750000 +0.079101562500 +0.009826660156 +0.076660156250 +0.131835937500 +0.011352539062 +0.124511718750 +-0.176757812500 +0.003570556641 +-0.004028320312 +-0.098632812500 +0.018432617188 +-0.163085937500 +0.125976562500 +0.073242187500 +0.077148437500 +-0.000261306763 +-0.073730468750 +0.052246093750 +0.102050781250 +-0.040771484375 +0.105957031250 +-0.163085937500 +-0.129882812500 +0.025512695312 +-0.161132812500 +0.158203125000 +0.048828125000 +-0.239257812500 +-0.140625000000 +-0.104492187500 +-0.041748046875 +-0.144531250000 +-0.652343750000 +0.093261718750 +0.107421875000 +-0.225585937500 +0.212890625000 +0.152343750000 +-0.081054687500 +-0.108398437500 +-0.039062500000 +0.112792968750 +-0.190429687500 +-0.076660156250 +-0.088867187500 +-0.070312500000 +0.000360488892 +0.100097656250 +-0.070312500000 +0.287109375000 +-0.135742187500 +0.008728027344 +0.059326171875 +-0.226562500000 +-0.023803710938 +-0.128906250000 +-0.122558593750 +-0.022827148438 +-0.070800781250 +0.166992187500 +-0.180664062500 +0.261718750000 +0.308593750000 +0.000949859619 +0.059326171875 +0.159179687500 +-0.018798828125 +0.136718750000 +0.048583984375 +0.031982421875 +0.006164550781 +-0.055908203125 +-0.012695312500 +-0.181640625000 +-0.082031250000 +0.024780273438 +-0.000892639160 +-0.058349609375 +0.178710937500 +0.102050781250 +0.169921875000 +0.031250000000 +0.178710937500 +0.212890625000 +0.192382812500 +-0.160156250000 +-0.192382812500 +0.079101562500 +0.185546875000 +-0.041259765625 +0.082519531250 +0.178710937500 +-0.168945312500 +0.010620117188 +0.109375000000 +0.031982421875 +-0.345703125000 +-0.020507812500 +-0.017211914062 +-0.147460937500 +0.125000000000 +-0.004882812500 +-0.014831542969 +-0.361328125000 +-0.227539062500 +-0.174804687500 +0.109375000000 +0.035644531250 +-0.055175781250 +-0.088867187500 +0.196289062500 +0.090820312500 +0.084960937500 +0.121582031250 +0.086425781250 +-0.084960937500 +-0.208984375000 +-0.141601562500 +-0.013244628906 +-0.077636718750 +0.216796875000 +-0.103027343750 +-0.145507812500 +-0.009155273438 +-0.054687500000 +0.072753906250 +-0.029541015625 +-0.010620117188 +0.181640625000 +-0.012817382812 +-0.120605468750 +-0.026855468750 +0.139648437500 +0.070800781250 +-0.445312500000 +0.113281250000 +0.020141601562 +0.071289062500 +-0.096679687500 +0.060791015625 +0.249023437500 +0.037353515625 +-0.040283203125 +-0.172851562500 +-0.021118164062 +0.140625000000 +-0.026733398438 +-0.064453125000 +0.009826660156 +-0.013977050781 +-0.018432617188 +-0.283203125000 +0.072265625000 +-0.240234375000 +0.003112792969 +-0.184570312500 +0.113769531250 +-0.049560546875 +0.062255859375 +-0.031250000000 +-0.055908203125 +-0.031494140625 +-0.107910156250 +-0.165039062500 +-0.018188476562 +-0.083984375000 +0.020629882812 +0.193359375000 +-0.002029418945 +-0.167968750000 +0.024536132812 +-0.004272460938 +0.077148437500 +0.127929687500 +-0.092285156250 +0.038574218750 +0.093750000000 +0.062988281250 +0.208007812500 +-0.026245117188 +0.064941406250 +-0.188476562500 +0.106445312500 +0.055664062500 +0.184570312500 +0.081542968750 +-0.203125000000 +0.134765625000 +0.039794921875 +-0.012084960938 +0.090820312500 +0.012145996094 +-0.210937500000 +0.001007080078 +0.079101562500 +-0.271484375000 +0.308593750000 +-0.160156250000 +0.100585937500 +0.082031250000 +-0.068847656250 +0.028686523438 +0.062011718750 +-0.209960937500 +0.090820312500 +-0.007141113281 +-0.104003906250 +-0.064941406250 +-0.099121093750 +0.158203125000 +0.050048828125 +-0.419921875000 +0.123046875000 +-0.166992187500 +-0.679687500000 +0.092773437500 +-0.116699218750 +0.008178710938 +0.137695312500 +0.061035156250 +-0.016235351562 +0.085449218750 +0.050292968750 +0.082031250000 +-0.095703125000 +-0.464843750000 +0.132812500000 +-0.070312500000 +-0.037841796875 +-0.125000000000 +0.041503906250 +0.059814453125 +-0.029052734375 +0.211914062500 +-0.589843750000 +0.038085937500 +-0.024536132812 +0.049804687500 +0.156250000000 +0.143554687500 +-0.166992187500 +-0.047851562500 +-0.099121093750 +0.051513671875 +0.107910156250 +-0.047851562500 +0.017944335938 +0.044433593750 +0.113281250000 +0.056152343750 +-0.116210937500 +-0.017211914062 +0.198242187500 +0.027954101562 +0.089843750000 +0.200195312500 +-0.447265625000 +0.014953613281 +-0.308593750000 +0.024902343750 +0.003204345703 +-0.217773437500 +-0.103515625000 +0.271484375000 +-0.070312500000 +-0.023803710938 +-0.023925781250 +-0.013305664062 +-0.089843750000 +0.024536132812 +0.088867187500 +-0.006988525391 +-0.011230468750 +-0.047119140625 +-0.027221679688 +0.054199218750 +-0.003189086914 +-0.030883789062 +0.166015625000 +-0.245117187500 +-0.015869140625 +-0.006256103516 +-0.322265625000 +0.116699218750 +-0.187500000000 +-0.027832031250 +0.174804687500 +-0.064941406250 +-0.088867187500 +0.128906250000 +0.060791015625 +0.031982421875 +-0.169921875000 +-0.078125000000 +-0.013427734375 +-0.219726562500 +0.089355468750 +-0.161132812500 +-0.165039062500 +-0.004364013672 +-0.019897460938 +-0.052246093750 +-0.069335937500 +0.026977539062 +-0.008544921875 +-0.300781250000 +0.283203125000 +-0.050781250000 +0.052734375000 +0.341796875000 +0.169921875000 +0.179687500000 +0.039306640625 +-0.158203125000 +0.077148437500 +0.114257812500 +0.212890625000 +-0.099609375000 +-0.002777099609 +-0.004791259766 +-0.231445312500 +0.012451171875 +-0.046386718750 +-0.060791015625 +-0.013305664062 +-0.257812500000 +0.234375000000 +-0.119628906250 +0.023315429688 +-0.112304687500 +0.031494140625 +0.151367187500 +0.040283203125 +0.079101562500 +-0.043457031250 +0.211914062500 +0.103027343750 +0.084472656250 +-0.012878417969 +0.044189453125 +-0.130859375000 +-0.200195312500 +-0.425781250000 +0.148437500000 +0.097167968750 +-0.082519531250 +-0.098144531250 +-0.034423828125 +-0.026977539062 +-0.114257812500 +0.182617187500 +-0.071289062500 +0.106933593750 +-0.722656250000 +-0.132812500000 +-0.000984191895 +-0.296875000000 +-0.139648437500 +-0.031738281250 +-0.020385742188 +0.164062500000 +-0.033203125000 +-0.242187500000 +-0.169921875000 +0.087402343750 +-0.049072265625 +-0.062988281250 +-0.271484375000 +0.083496093750 +-0.143554687500 +-0.310546875000 +-0.091796875000 +0.137695312500 +0.125976562500 +0.154296875000 +-0.019531250000 +0.128906250000 +0.147460937500 +0.126953125000 +-0.049316406250 +0.039550781250 +-0.255859375000 +-0.022583007812 +0.052734375000 +-0.242187500000 +0.071289062500 +-0.174804687500 +0.023803710938 +-0.090820312500 +0.057617187500 +-0.022949218750 +-0.314453125000 +0.172851562500 +0.082031250000 +-0.001609802246 +-0.042724609375 +-0.006530761719 +0.107910156250 +-0.012878417969 +0.055664062500 +0.003631591797 +-0.024780273438 +-0.038330078125 +0.101074218750 +-0.347656250000 +-0.263671875000 +0.417968750000 +0.057373046875 +0.087402343750 +0.057861328125 +-0.091308593750 +-0.236328125000 +-0.023193359375 +-0.226562500000 +-0.375000000000 +-0.102539062500 +-0.574218750000 +0.281250000000 +-0.093261718750 +-0.386718750000 +0.242187500000 +0.236328125000 +0.024658203125 +-0.144531250000 +0.031005859375 +0.155273437500 +0.216796875000 +-0.088867187500 +0.040039062500 +-0.091796875000 +-0.155273437500 +0.237304687500 +0.027709960938 +0.291015625000 +0.018188476562 +-0.316406250000 +-0.053955078125 +0.074218750000 +0.066406250000 +-0.073242187500 +-0.267578125000 +-0.051269531250 +-0.267578125000 +0.165039062500 +0.025268554688 +0.114257812500 +-0.107421875000 +0.071777343750 +-0.059326171875 +0.070800781250 +-0.019897460938 +-0.005310058594 +-0.100585937500 +0.074707031250 +0.016357421875 +0.126953125000 +-0.083007812500 +-0.185546875000 +-0.229492187500 +-0.009094238281 +0.131835937500 +-0.302734375000 +-0.380859375000 +0.013244628906 +0.049560546875 +-0.040771484375 +0.237304687500 +0.152343750000 +0.002593994141 +0.265625000000 +-0.223632812500 +0.225585937500 +-0.225585937500 +0.079101562500 +0.043701171875 +0.092285156250 +-0.220703125000 +-0.034179687500 +-0.213867187500 +0.177734375000 +-0.001670837402 +-0.326171875000 +-0.076660156250 +0.117187500000 +0.043457031250 +-0.038085937500 +-0.045654296875 +0.578125000000 +0.084960937500 +-0.343750000000 +-0.251953125000 +-0.025878906250 +-0.100097656250 +0.015625000000 +-0.145507812500 +-0.088378906250 +-0.073242187500 +-0.126953125000 +0.040039062500 +-0.030029296875 +0.116699218750 +0.005828857422 +-0.020996093750 +0.138671875000 +-0.174804687500 +-0.058349609375 +-0.071777343750 +0.005432128906 +0.061523437500 +-0.059570312500 +0.007354736328 +0.052734375000 +-0.423828125000 +0.155273437500 +-0.304687500000 +0.054687500000 +-0.088378906250 +-0.049316406250 +0.030273437500 +-0.042724609375 +0.058105468750 +0.096191406250 +0.067382812500 +0.137695312500 +0.041992187500 +-0.069824218750 +-0.034423828125 +-0.032958984375 +-0.107910156250 +-0.091796875000 +0.002456665039 +-0.051513671875 +-0.031982421875 +-0.029174804688 +0.202148437500 +0.071289062500 +-0.165039062500 +0.024902343750 +-0.144531250000 +0.062988281250 +0.001213073730 +-0.084960937500 +-0.188476562500 +0.191406250000 +0.166992187500 +-0.182617187500 +0.061035156250 +-0.080078125000 +-0.226562500000 +0.137695312500 +-0.061279296875 +-0.004211425781 +0.001396179199 +0.271484375000 +-0.110839843750 +0.174804687500 +0.060546875000 +-0.008666992188 +-0.047851562500 +-0.910156250000 +-0.871093750000 +-0.031127929688 +-0.155273437500 +0.063964843750 +-0.101074218750 +-0.207031250000 +-0.148437500000 +0.089355468750 +0.015197753906 +-0.026977539062 +0.012695312500 +-0.041015625000 +-0.119628906250 +-0.435546875000 +0.044921875000 +-0.292968750000 +0.110351562500 +-0.139648437500 +0.017822265625 +0.054443359375 +-0.039550781250 +0.010742187500 +-0.021972656250 +-0.024658203125 +0.142578125000 +-0.162109375000 +0.211914062500 +-0.304687500000 +-0.072265625000 +-0.208984375000 +-0.194335937500 +0.040771484375 +0.050781250000 +-0.002365112305 +-0.122070312500 +0.095703125000 +-0.241210937500 +-0.197265625000 +0.021118164062 +0.245117187500 +-0.097167968750 +0.027099609375 +0.128906250000 +-0.045410156250 +0.034912109375 +-0.006896972656 +-0.076171875000 +0.178710937500 +0.021362304688 +-0.054687500000 +0.159179687500 +-0.289062500000 +0.152343750000 +-0.148437500000 +-0.075683593750 +0.120117187500 +-0.130859375000 +-0.103027343750 +-0.250000000000 +-0.105468750000 +0.011230468750 +0.062500000000 +0.349609375000 +-0.127929687500 +0.042724609375 +-0.058349609375 +-0.251953125000 +0.243164062500 +-0.078125000000 +-0.050292968750 +0.201171875000 +0.039306640625 +0.089355468750 +0.078125000000 +-0.249023437500 +0.203125000000 +-0.120605468750 +0.003341674805 +0.277343750000 +0.027954101562 +0.052978515625 +0.056640625000 +-0.185546875000 +0.038574218750 +0.053710937500 +0.117187500000 +-0.423828125000 +0.109375000000 +-0.064453125000 +0.133789062500 +-0.133789062500 +-0.050537109375 +0.185546875000 +0.037597656250 +-0.007873535156 +-0.119140625000 +-0.263671875000 +0.118652343750 +0.055664062500 +-0.216796875000 +-0.120117187500 +-0.026000976562 +-0.147460937500 +-0.214843750000 +-0.566406250000 +0.134765625000 +0.086914062500 +0.051025390625 +-0.417968750000 +-0.115234375000 +-0.101074218750 +0.089355468750 +0.014282226562 +-0.294921875000 +-0.031127929688 +-0.099121093750 +-0.075195312500 +0.092285156250 +-0.241210937500 +0.135742187500 +0.017211914062 +0.077636718750 +-0.244140625000 +0.046142578125 +-0.392578125000 +0.148437500000 +0.217773437500 +-0.114746093750 +0.029052734375 +0.046630859375 +0.125976562500 +-0.034667968750 +0.197265625000 +-0.044189453125 +-0.265625000000 +0.056640625000 +-0.092773437500 +-0.046630859375 +0.182617187500 +-0.152343750000 +-0.049072265625 +-0.332031250000 +-0.018188476562 +0.043701171875 +0.593750000000 +-0.166992187500 +0.285156250000 +0.083007812500 +0.208007812500 +-0.141601562500 +-0.296875000000 +-0.068359375000 +-0.008728027344 +0.038574218750 +0.053466796875 +-0.174804687500 +-0.075683593750 +-0.365234375000 +-0.002395629883 +0.002151489258 +-0.341796875000 +0.105957031250 +0.217773437500 +0.056152343750 +-0.027709960938 +-0.115234375000 +-0.277343750000 +-0.122070312500 +-0.082031250000 +0.086914062500 +0.221679687500 +0.198242187500 +-0.067871093750 +-0.066406250000 +-0.116210937500 +-0.068359375000 +-0.014343261719 +0.078613281250 +-0.166992187500 +0.030029296875 +0.013793945312 +-0.043701171875 +-0.096679687500 +0.003219604492 +0.177734375000 +0.047851562500 +0.018432617188 +0.054443359375 +0.032226562500 +0.143554687500 +-0.001197814941 +-0.049316406250 +-0.045654296875 +-0.043701171875 +0.002441406250 +0.156250000000 +0.159179687500 +-0.059570312500 +-0.207031250000 +-0.199218750000 +-0.279296875000 +0.046875000000 +0.090820312500 +0.098632812500 +-0.028076171875 +-0.044677734375 +0.083984375000 +0.091308593750 +0.106933593750 +-0.267578125000 +0.063476562500 +-0.024902343750 +-0.096679687500 +-0.066406250000 +0.020751953125 +0.030151367188 +-0.070312500000 +0.014770507812 +-0.034667968750 +-0.243164062500 +-0.067871093750 +-0.006103515625 +0.093750000000 +-0.123535156250 +-0.029907226562 +0.098144531250 +0.123046875000 +-0.007049560547 +-0.179687500000 +0.089355468750 +0.062988281250 +-0.004638671875 +-0.267578125000 +0.061523437500 +-0.314453125000 +-0.036376953125 +0.019165039062 +0.038574218750 +-0.162109375000 +0.119628906250 +0.130859375000 +-0.064941406250 +-0.019531250000 +0.037353515625 +-0.050048828125 +0.180664062500 +-0.076660156250 +0.047363281250 +-0.141601562500 +-0.016357421875 +-0.038330078125 +-0.020996093750 +-0.052734375000 +0.085449218750 +0.122070312500 +-0.244140625000 +-0.018310546875 +-0.149414062500 +0.125976562500 +-0.066406250000 +0.015380859375 +0.054931640625 +-0.015991210938 +-0.378906250000 +-0.162109375000 +-0.029174804688 +0.125976562500 +0.062255859375 +0.091796875000 +0.036865234375 +-0.148437500000 +-0.058349609375 +-0.082519531250 +0.058837890625 +-0.045410156250 +-0.009216308594 +-0.057617187500 +-0.214843750000 +0.096679687500 +0.013488769531 +-0.112792968750 +-0.138671875000 +-0.046386718750 +0.041259765625 +-0.059326171875 +0.022094726562 +-0.131835937500 +-0.086425781250 +-0.094238281250 +-0.086914062500 +0.004486083984 +-0.147460937500 +0.030395507812 +0.041992187500 +-0.076660156250 +0.023315429688 +0.011962890625 +-0.051025390625 +-0.008056640625 +0.013977050781 +0.136718750000 +0.093261718750 +-0.300781250000 +-0.068359375000 +0.045166015625 +-0.125976562500 +-0.015319824219 +-0.035156250000 +0.054931640625 +-0.086914062500 +-0.215820312500 +-0.096191406250 +-0.058593750000 +-0.215820312500 +0.118652343750 +0.065429687500 +-0.324218750000 +-0.273437500000 +0.044921875000 +-0.089355468750 +0.001274108887 +-0.022827148438 +-0.111816406250 +0.081542968750 +0.005859375000 +-0.239257812500 +-0.156250000000 +-0.289062500000 +-0.024536132812 +-0.057128906250 +0.155273437500 +-0.021728515625 +-0.080566406250 +-0.009277343750 +0.141601562500 +-0.106933593750 +0.039306640625 +-0.147460937500 +0.194335937500 +0.082519531250 +-0.023315429688 +-0.031494140625 +0.041259765625 +-0.041748046875 +-0.011474609375 +-0.113281250000 +0.092285156250 +-0.000865936279 +-0.047607421875 +-0.055419921875 +-0.005004882812 +-0.040283203125 +-0.075195312500 +0.010375976562 +0.063964843750 +0.120605468750 +0.089355468750 +-0.036621093750 +-0.069824218750 +-0.052246093750 +-0.060302734375 +0.116210937500 +-0.025512695312 +0.255859375000 +-0.232421875000 +0.164062500000 +0.163085937500 +0.267578125000 +-0.476562500000 +-0.027465820312 +-0.112304687500 +-0.130859375000 +-0.333984375000 +-0.012329101562 +-0.152343750000 +0.071289062500 +0.067871093750 +0.094238281250 +0.065429687500 +-0.056884765625 +-0.027709960938 +0.022583007812 +0.081542968750 +0.195312500000 +0.000671386719 +0.029296875000 +0.043457031250 +-0.029541015625 +0.049560546875 +-0.214843750000 +0.052978515625 +-0.062255859375 +-0.020751953125 +-0.001914978027 +-0.021850585938 +-0.165039062500 +0.086425781250 +0.111328125000 +0.165039062500 +0.078613281250 +-0.042480468750 +-0.068847656250 +-0.105957031250 +-0.154296875000 +-0.050292968750 +0.113769531250 +-0.014953613281 +0.824218750000 +0.056640625000 +0.199218750000 +0.137695312500 +0.099121093750 +0.114746093750 +-0.427734375000 +0.034912109375 +-0.117675781250 +-0.167968750000 +0.175781250000 +0.089843750000 +0.043701171875 +0.052246093750 +0.012268066406 +0.043457031250 +-0.035888671875 +-0.038818359375 +0.027587890625 +0.243164062500 +0.050781250000 +-0.058349609375 +-0.037597656250 +0.125000000000 +0.103027343750 +-0.223632812500 +-0.009277343750 +-0.084472656250 +0.159179687500 +0.015197753906 +-0.028686523438 +-0.195312500000 +-0.115722656250 +-0.005126953125 +0.062500000000 +-0.061279296875 +0.050537109375 +-0.183593750000 +0.292968750000 +-0.022338867188 +0.065917968750 +-0.135742187500 +-0.098144531250 +0.140625000000 +-0.055419921875 +-0.012207031250 +-0.211914062500 +-0.150390625000 +-0.013122558594 +0.175781250000 +0.001548767090 +-0.086425781250 +0.082519531250 +-0.144531250000 +-0.250000000000 +-0.001243591309 +0.141601562500 +-0.219726562500 +-0.037841796875 +-0.212890625000 +-0.300781250000 +0.076660156250 +-0.109863281250 +0.020019531250 +0.165039062500 +0.052490234375 +0.023315429688 +-0.072753906250 +-0.054687500000 +0.085937500000 +-0.250000000000 +-0.015991210938 +-0.425781250000 +-0.023437500000 +0.165039062500 +-0.125000000000 +-0.051025390625 +0.045654296875 +-0.131835937500 +-0.158203125000 +-0.218750000000 +-0.092285156250 +0.071777343750 +-0.113769531250 +0.024536132812 +-0.144531250000 +0.127929687500 +-0.148437500000 +0.232421875000 +0.005981445312 +-0.064941406250 +-0.071777343750 +-0.136718750000 +-0.277343750000 +0.180664062500 +-0.026000976562 +-0.182617187500 +0.107910156250 +-0.231445312500 +-0.016235351562 +-0.115234375000 +0.017700195312 +-0.064941406250 +-0.088867187500 +0.142578125000 +-0.072753906250 +-0.054443359375 +-0.271484375000 +0.043457031250 +-0.019775390625 +-0.283203125000 +0.092773437500 +0.007598876953 +-0.099609375000 +0.087402343750 +-0.017822265625 +0.200195312500 +-0.041748046875 +0.149414062500 +0.202148437500 +0.105468750000 +0.153320312500 +-0.050292968750 +-0.016113281250 +0.029541015625 +-0.040771484375 +0.056884765625 +0.094238281250 +-0.279296875000 +-0.136718750000 +-0.180664062500 +0.052001953125 +-0.433593750000 +0.071289062500 +-0.177734375000 +-0.119628906250 +-0.022216796875 +-0.050537109375 +-0.027954101562 +0.011718750000 +-0.253906250000 +0.113281250000 +-0.091796875000 +0.012878417969 +0.095703125000 +-0.017822265625 +-0.039794921875 +-0.119628906250 +-0.240234375000 +-0.101074218750 +-0.250000000000 +0.213867187500 +-0.138671875000 +0.046875000000 +-0.289062500000 +0.113281250000 +-0.054199218750 +-0.347656250000 +0.145507812500 +0.112304687500 +0.071777343750 +0.153320312500 +-0.154296875000 +-0.259765625000 +-0.098144531250 +0.093261718750 +0.098144531250 +-0.218750000000 +-0.108398437500 +0.113281250000 +0.041015625000 +-0.367187500000 +-0.199218750000 +0.062988281250 +0.038085937500 +0.031250000000 +0.044677734375 +-0.027832031250 +-0.049072265625 +-0.009765625000 +-0.124511718750 +-0.110839843750 +0.137695312500 +-0.261718750000 +-0.022460937500 +0.098144531250 +-0.020263671875 +-0.147460937500 +-0.081542968750 +-0.070312500000 +0.097656250000 +0.071289062500 +-0.233398437500 +-0.107910156250 +-0.129882812500 +0.117187500000 +0.059326171875 +-0.002227783203 +-0.118652343750 +0.304687500000 +-0.187500000000 +0.081054687500 +-0.076660156250 +-0.089355468750 +-0.112792968750 +-0.186523437500 +-0.169921875000 +-0.140625000000 +-0.138671875000 +-0.063476562500 +0.188476562500 +0.106445312500 +0.147460937500 +-0.031738281250 +-0.166015625000 +-0.118652343750 +-0.030029296875 +0.094238281250 +-0.077636718750 +-0.027954101562 +-0.089355468750 +-0.081542968750 +-0.040527343750 +0.118652343750 +0.014526367188 +-0.083007812500 +0.093750000000 +-0.079589843750 +0.038818359375 +0.130859375000 +-0.139648437500 +0.013671875000 +-0.028686523438 +-0.052978515625 +0.066894531250 +0.013549804688 +0.146484375000 +0.022216796875 +-0.089843750000 +0.120605468750 +-0.201171875000 +-0.002685546875 +0.072265625000 +0.126953125000 +0.019653320312 +-0.144531250000 +-0.122558593750 +-0.091308593750 +0.158203125000 +0.052001953125 +0.049804687500 +0.180664062500 +0.066894531250 +-0.086914062500 +-0.074707031250 +-0.047607421875 +-0.037841796875 +-0.199218750000 +-0.020874023438 +-0.044189453125 +-0.244140625000 +0.097167968750 +0.055908203125 +-0.063476562500 +0.031005859375 +-0.063476562500 +-0.093750000000 +0.175781250000 +0.135742187500 +-0.034912109375 +-0.049316406250 +-0.198242187500 +0.084472656250 +0.007568359375 +0.069335937500 +0.059814453125 +-0.066894531250 +0.105468750000 +0.085449218750 +-0.131835937500 +-0.081054687500 +-0.140625000000 +-0.255859375000 +-0.141601562500 +0.050537109375 +-0.144531250000 +-0.259765625000 +-0.050048828125 +-0.197265625000 +0.112792968750 +-0.103027343750 +0.015502929688 +-0.023559570312 +0.197265625000 +-0.148437500000 +0.090820312500 +0.060546875000 +-0.124511718750 +-0.031738281250 +-0.144531250000 +0.080078125000 +-0.079589843750 +-0.137695312500 +0.007995605469 +0.070312500000 +-0.069335937500 +-0.024780273438 +-0.068359375000 +-0.016723632812 +-0.106933593750 +0.058105468750 +-0.064941406250 +0.098632812500 +0.097656250000 +0.216796875000 +-0.121093750000 +0.080078125000 +-0.034912109375 +-0.010742187500 +-0.310546875000 +-0.406250000000 +-0.011901855469 +0.054687500000 +-0.033935546875 +-0.041259765625 +0.037841796875 +0.026367187500 +0.232421875000 +0.134765625000 +0.086914062500 +-0.126953125000 +0.316406250000 +0.026733398438 +0.215820312500 +0.060546875000 +0.076660156250 +-0.135742187500 +-0.498046875000 +0.134765625000 +-0.070800781250 +-0.213867187500 +-0.289062500000 +0.058105468750 +0.016235351562 +-0.071777343750 +0.170898437500 +0.069824218750 +-0.136718750000 +0.057617187500 +0.031982421875 +0.039550781250 +-0.013305664062 +-0.143554687500 +-0.859375000000 +0.010375976562 +-0.085937500000 +0.047363281250 +0.014282226562 +-0.041748046875 +0.026733398438 +0.216796875000 +0.053955078125 +0.209960937500 +0.118164062500 +-0.333984375000 +-0.107910156250 +-0.075195312500 +-0.056396484375 +-0.116210937500 +-0.056152343750 +0.012329101562 +-0.026977539062 +0.064453125000 +0.052001953125 +0.081054687500 +-0.201171875000 +-0.184570312500 +-0.097656250000 +0.008117675781 +-0.153320312500 +-0.084960937500 +-0.029663085938 +-0.079101562500 +0.070312500000 +0.084472656250 +0.034179687500 +-0.052001953125 +-0.015380859375 +-0.041503906250 +0.002243041992 +-0.382812500000 +-0.153320312500 +-0.089355468750 +0.136718750000 +-0.298828125000 +0.030883789062 +-0.038818359375 +0.158203125000 +-0.152343750000 +-0.269531250000 +0.055664062500 +-0.174804687500 +-0.084960937500 +-0.048095703125 +-0.030639648438 +-0.388671875000 +-0.106933593750 +0.098144531250 +0.026123046875 +-0.126953125000 +-0.227539062500 +0.246093750000 +0.016845703125 +-0.083984375000 +-0.038574218750 +0.025268554688 +-0.206054687500 +-0.140625000000 +0.060546875000 +-0.462890625000 +-0.092773437500 +-0.065917968750 +0.351562500000 +0.306640625000 +0.016479492188 +-0.102050781250 +-0.027832031250 +0.126953125000 +0.081542968750 +-0.099121093750 +-0.082031250000 +-0.032714843750 +0.273437500000 +0.230468750000 +-0.079589843750 +0.233398437500 +0.027709960938 +-0.128906250000 +-0.215820312500 +-0.091796875000 +-0.008666992188 +0.257812500000 +0.048583984375 +0.072753906250 +0.109863281250 +0.090332031250 +0.042968750000 +-0.024291992188 +-0.119140625000 +0.049804687500 +0.141601562500 +0.007598876953 +0.058593750000 +-0.002731323242 +-0.181640625000 +0.105957031250 +-0.157226562500 +-0.072265625000 +0.029052734375 +-0.026855468750 +-0.221679687500 +-0.104492187500 +-0.014892578125 +-0.621093750000 +-0.023681640625 +0.410156250000 +0.084472656250 +-0.133789062500 +0.083007812500 +-0.070800781250 +-0.294921875000 +-0.061523437500 +-0.072265625000 +0.120605468750 +-0.129882812500 +0.088867187500 +0.108886718750 +0.003890991211 +0.135742187500 +-0.040771484375 +0.096679687500 +-0.079589843750 +-0.281250000000 +-0.441406250000 +-0.015991210938 +-0.019042968750 +0.039550781250 +-0.136718750000 +0.030517578125 +0.008544921875 +-0.043701171875 +0.154296875000 +-0.107910156250 +-0.039794921875 +0.028686523438 +-0.212890625000 +0.080566406250 +-0.007934570312 +0.074707031250 +0.049804687500 +0.034423828125 +-0.082031250000 +0.110839843750 +-0.012390136719 +-0.058593750000 +-0.142578125000 +-0.027709960938 +0.006622314453 +0.093750000000 +0.011291503906 +-0.030029296875 +-0.018066406250 +0.000488281250 +-0.012756347656 +-0.144531250000 +0.147460937500 +0.034423828125 +-0.058349609375 +-0.320312500000 +-0.216796875000 +-0.055175781250 +0.012084960938 +0.140625000000 +-0.120605468750 +0.011474609375 +0.054687500000 +-0.216796875000 +-0.080566406250 +0.148437500000 +-0.049316406250 +-0.172851562500 +-0.083007812500 +-0.044921875000 +0.009094238281 +0.151367187500 +0.142578125000 +0.059326171875 +0.144531250000 +0.080566406250 +0.171875000000 +0.188476562500 +0.087402343750 +-0.090332031250 +-0.085937500000 +-0.231445312500 +-0.171875000000 +-0.146484375000 +0.099121093750 +-0.155273437500 +0.026611328125 +0.033447265625 +-0.131835937500 +0.031982421875 +0.198242187500 +-0.016113281250 +0.008483886719 +-0.088867187500 +0.224609375000 +0.144531250000 +0.109863281250 +0.072265625000 +0.152343750000 +-0.066406250000 +0.034912109375 +0.063476562500 +-0.149414062500 +-0.010559082031 +0.215820312500 +-0.057617187500 +-0.291015625000 +-0.265625000000 +-0.018432617188 +0.072753906250 +0.032958984375 +0.003570556641 +0.033691406250 +-0.099121093750 +0.209960937500 +0.001533508301 +0.172851562500 +0.181640625000 +0.028076171875 +0.002105712891 +-0.001213073730 +0.178710937500 +0.088378906250 +0.101562500000 +-0.269531250000 +0.043457031250 +0.046386718750 +0.091796875000 +-0.098632812500 +0.009521484375 +-0.527343750000 +0.257812500000 +-0.204101562500 +-0.064453125000 +-0.066406250000 +-0.111328125000 +0.194335937500 +-0.221679687500 +-0.088867187500 +-0.026855468750 +0.074218750000 +0.218750000000 +-0.090332031250 +-0.068359375000 +-0.008728027344 +-0.035156250000 +-0.265625000000 +0.035156250000 +0.116210937500 +0.084472656250 +-0.133789062500 +0.080566406250 +0.187500000000 +0.058105468750 +0.010681152344 +0.168945312500 +0.184570312500 +-0.243164062500 +-0.206054687500 +-0.194335937500 +0.008117675781 +-0.215820312500 +0.083496093750 +-0.104003906250 +0.041748046875 +0.003280639648 +-0.048583984375 +0.008117675781 +-0.257812500000 +-0.255859375000 +-0.103515625000 +-0.045898437500 +-0.152343750000 +0.037109375000 +-0.077636718750 +-0.186523437500 +0.219726562500 +-0.054199218750 +-0.033691406250 +-0.039550781250 +-0.152343750000 +0.041992187500 +-0.106933593750 +-0.139648437500 +0.112792968750 +-0.104003906250 +0.045898437500 +-0.037841796875 +0.076660156250 +-0.065429687500 +-0.211914062500 +0.071777343750 +0.049560546875 +-0.123535156250 +0.075195312500 +-0.185546875000 +-0.147460937500 +-0.016723632812 +0.194335937500 +0.098632812500 +-0.285156250000 +0.107421875000 +0.076171875000 +0.064453125000 +-0.129882812500 +-0.027343750000 +0.016967773438 +0.075195312500 +0.014465332031 +0.100585937500 +0.114257812500 +-0.003005981445 +-0.163085937500 +0.105957031250 +-0.007049560547 +0.072753906250 +-0.082519531250 +-0.310546875000 +0.053466796875 +-0.079589843750 +-0.156250000000 +0.128906250000 +0.060302734375 +0.054199218750 +-0.263671875000 +-0.165039062500 +-0.324218750000 +-0.040527343750 +-0.021728515625 +-0.059326171875 +0.037109375000 +-0.052246093750 +0.107910156250 +-0.120605468750 +0.060058593750 +-0.027954101562 +0.089843750000 +0.084960937500 +0.005340576172 +0.002838134766 +-0.017211914062 +0.079589843750 +-0.004333496094 +0.091308593750 +-0.273437500000 +-0.155273437500 +-0.030883789062 +-0.129882812500 +-0.275390625000 +0.052246093750 +-0.049316406250 +0.119140625000 +0.067871093750 +0.098144531250 +0.040527343750 +0.013183593750 +0.013305664062 +0.127929687500 +0.012878417969 +0.013977050781 +-0.182617187500 +-0.116699218750 +-0.131835937500 +0.063476562500 +-0.048339843750 +-0.179687500000 +0.093261718750 +0.025268554688 +-0.117675781250 +0.188476562500 +-0.165039062500 +0.281250000000 +0.147460937500 +-0.097656250000 +-0.279296875000 +-0.128906250000 +0.007019042969 +-0.092285156250 +-0.128906250000 +-0.002929687500 +0.017822265625 +-0.068359375000 +-0.146484375000 +0.168945312500 +-0.088378906250 +-0.263671875000 +-0.018798828125 +0.034667968750 +0.095703125000 +-0.152343750000 +-0.265625000000 +0.130859375000 +-0.160156250000 +0.020751953125 +-0.640625000000 +0.046875000000 +-0.060302734375 +-0.063964843750 +-0.196289062500 +-0.026367187500 +0.009460449219 +-0.291015625000 +-0.127929687500 +-0.094726562500 +0.194335937500 +-0.189453125000 +-0.083984375000 +-0.143554687500 +-0.171875000000 +0.333984375000 +-0.056640625000 +-0.090820312500 +-0.090820312500 +-0.119628906250 +-0.131835937500 +-0.129882812500 +0.172851562500 +-0.082519531250 +-0.167968750000 +-0.009216308594 +-0.263671875000 +0.004913330078 +-0.041992187500 +-0.008850097656 +0.230468750000 +-0.038085937500 +-0.020629882812 +0.123046875000 +-0.051757812500 +0.105468750000 +-0.078125000000 +-0.129882812500 +-0.035400390625 +-0.012084960938 +-0.011291503906 +0.026000976562 +-0.141601562500 +0.245117187500 +0.030029296875 +-0.133789062500 +-0.043701171875 +-0.032714843750 +-0.291015625000 +0.038085937500 +0.324218750000 +0.052490234375 +-0.071289062500 +0.125000000000 +-0.145507812500 +0.152343750000 +0.077636718750 +0.047851562500 +0.016479492188 +0.032958984375 +-0.184570312500 +-0.085449218750 +0.020629882812 +-0.043945312500 +0.010986328125 +0.117187500000 +0.033203125000 +-0.014892578125 +-0.636718750000 +-0.138671875000 +-0.964843750000 +-0.039306640625 +-0.002044677734 +-0.027221679688 +0.083496093750 +-0.054443359375 +-0.065917968750 +0.103515625000 +0.115722656250 +-0.042724609375 +-0.019409179688 +-0.131835937500 +-0.234375000000 +-0.025878906250 +0.111816406250 +-0.035888671875 +-0.011169433594 +-0.175781250000 +0.083007812500 +-0.061767578125 +0.039794921875 +-0.094726562500 +-0.038574218750 +-0.019287109375 +-0.150390625000 +0.052734375000 +-0.066894531250 +-0.034423828125 +-0.410156250000 +0.212890625000 +0.224609375000 +0.049072265625 +-0.015747070312 +-0.115722656250 +0.002990722656 +0.109375000000 +0.112792968750 +-0.013244628906 +-0.168945312500 +-0.188476562500 +0.035400390625 +-0.106933593750 +-0.039550781250 +0.083984375000 +-0.067871093750 +-0.255859375000 +-0.024414062500 +-0.077148437500 +0.178710937500 +-0.253906250000 +0.076171875000 +0.001747131348 +-0.008422851562 +0.050537109375 +-0.159179687500 +-0.026855468750 +0.086914062500 +-0.029052734375 +0.052734375000 +0.052490234375 +-0.109375000000 +0.020507812500 +-0.134765625000 +-0.180664062500 +0.002609252930 +-0.066406250000 +0.090820312500 +0.125000000000 +0.072753906250 +-0.076660156250 +-0.036621093750 +-0.078613281250 +0.153320312500 +0.047363281250 +0.066406250000 +-0.085937500000 +-0.253906250000 +-0.065429687500 +-0.097167968750 +-0.006378173828 +-0.220703125000 +0.081054687500 +0.161132812500 +0.012329101562 +-0.133789062500 +0.024536132812 +0.189453125000 +0.070312500000 +0.302734375000 +0.057128906250 +0.072753906250 +-0.047119140625 +-0.205078125000 +-0.451171875000 +-0.226562500000 +-0.013061523438 +-0.024902343750 +0.005126953125 +0.104003906250 +-0.125976562500 +0.071777343750 +-0.179687500000 +0.173828125000 +0.061767578125 +-0.208007812500 +-0.115722656250 +0.183593750000 +0.078613281250 +0.162109375000 +0.079589843750 +-0.414062500000 +-0.296875000000 +0.140625000000 +0.173828125000 +0.018798828125 +-0.150390625000 +0.002670288086 +0.150390625000 +0.143554687500 +0.204101562500 +0.034423828125 +0.017456054688 +-0.143554687500 +0.183593750000 +0.187500000000 +-0.000625610352 +0.152343750000 +0.077636718750 +-0.065429687500 +-0.269531250000 +-0.151367187500 +-0.053466796875 +0.180664062500 +-0.052001953125 +0.023437500000 +-0.116699218750 +0.013610839844 +-0.065917968750 +0.177734375000 +0.152343750000 +-0.081054687500 +-0.205078125000 +0.180664062500 +-0.214843750000 +0.092285156250 +0.021850585938 +0.176757812500 +-0.062255859375 +0.177734375000 +0.023315429688 +0.025390625000 +0.170898437500 +0.105957031250 +-0.132812500000 +-0.230468750000 +-0.085449218750 +0.021118164062 +-0.073730468750 +-0.006744384766 +-0.027343750000 +-0.212890625000 +-0.027587890625 +0.018798828125 +0.085449218750 +0.189453125000 +-0.083984375000 +-0.056884765625 +0.056152343750 +0.034912109375 +-0.049072265625 +0.075195312500 +-0.011413574219 +0.283203125000 +0.012878417969 +0.115234375000 +0.044677734375 +-0.326171875000 +0.013305664062 +-0.081542968750 +0.003265380859 +-0.080566406250 +-0.007202148438 +-0.108886718750 +0.097656250000 +-0.237304687500 +-0.002426147461 +-0.121093750000 +-0.055419921875 +-0.072265625000 +0.129882812500 +0.013000488281 +-0.133789062500 +-0.112792968750 +0.006286621094 +-0.010131835938 +-0.135742187500 +0.127929687500 +0.075195312500 +-0.049804687500 +0.108886718750 +-0.091308593750 +0.123046875000 +-0.337890625000 +-0.112792968750 +0.071289062500 +-0.179687500000 +0.162109375000 +-0.052246093750 +0.197265625000 +-0.408203125000 +-0.328125000000 +-0.177734375000 +-0.234375000000 +0.279296875000 +-0.038574218750 +0.137695312500 +-0.151367187500 +-0.220703125000 +0.032470703125 +-0.205078125000 +0.196289062500 +0.106933593750 +-0.148437500000 +-0.062011718750 +-0.024169921875 +0.016723632812 +0.086914062500 +-0.006835937500 +-0.167968750000 +-0.275390625000 +-0.105957031250 +-0.259765625000 +-0.088867187500 +0.052734375000 +-0.168945312500 +0.221679687500 +-0.140625000000 +0.023925781250 +-0.052001953125 +0.047851562500 +0.173828125000 +0.072753906250 +-0.287109375000 +-0.257812500000 +-0.122558593750 +-0.101074218750 +0.044433593750 +0.174804687500 +-0.361328125000 +-0.335937500000 +0.020751953125 +-0.114746093750 +0.138671875000 +-0.032470703125 +0.213867187500 +0.259765625000 +-0.010864257812 +-0.028198242188 +-0.003143310547 +-0.241210937500 +0.125976562500 +-0.057617187500 +-0.003997802734 +0.234375000000 +-0.041259765625 +0.099609375000 +0.016235351562 +-0.134765625000 +0.147460937500 +0.086425781250 +-0.088867187500 +-0.090332031250 +0.046386718750 +0.112304687500 +-0.050048828125 +0.073242187500 +0.069335937500 +-0.021362304688 +0.047119140625 +-0.026977539062 +0.116699218750 +0.010925292969 +-0.019775390625 +-0.058105468750 +-0.048583984375 +0.028930664062 +0.065429687500 +0.054687500000 +-0.000617980957 +0.024902343750 +0.007720947266 +-0.036865234375 +-0.028442382812 +-0.072753906250 +0.090820312500 +-0.406250000000 +0.135742187500 +0.058349609375 +0.115722656250 +0.011230468750 +-0.119140625000 +0.066406250000 +-0.077636718750 +-0.008544921875 +0.025634765625 +-0.326171875000 +0.032470703125 +-0.050048828125 +0.046142578125 +-0.065917968750 +0.035644531250 +-0.220703125000 +-0.024414062500 +0.001609802246 +-0.044677734375 +-0.017456054688 +0.005065917969 +0.094726562500 +-0.072753906250 +-0.123535156250 +-0.108398437500 +0.054443359375 +0.005371093750 +-0.067382812500 +-0.023437500000 +-0.083984375000 +-0.025634765625 +0.018920898438 +-0.010131835938 +-0.130859375000 +-0.065917968750 +0.021606445312 +0.068359375000 +0.038818359375 +-0.070800781250 +0.065429687500 +-0.042724609375 +-0.094238281250 +-0.039306640625 +-0.255859375000 +-0.035156250000 +-0.206054687500 +0.275390625000 +0.112792968750 +0.249023437500 +0.198242187500 +0.460937500000 +-0.145507812500 +0.029052734375 +0.033691406250 +-0.320312500000 +-0.106933593750 +0.010131835938 +-0.104492187500 +0.169921875000 +0.158203125000 +-0.049560546875 +-0.155273437500 +0.079589843750 +-0.031738281250 +-0.206054687500 +-0.108398437500 +-0.140625000000 +-0.335937500000 +0.091308593750 +-0.609375000000 +0.152343750000 +-0.476562500000 +-0.098144531250 +0.240234375000 +0.337890625000 +-0.089843750000 +-0.160156250000 +-0.160156250000 +-0.021850585938 +-0.037109375000 +-0.039794921875 +-0.064453125000 +-0.122070312500 +-0.083007812500 +0.330078125000 +0.369140625000 +0.160156250000 +-0.159179687500 +-0.070800781250 +0.080078125000 +0.047363281250 +0.326171875000 +-0.398437500000 +0.373046875000 +0.038818359375 +-0.048828125000 +0.010620117188 +-0.390625000000 +0.218750000000 +0.028320312500 +-0.044433593750 +-0.215820312500 +-0.125976562500 +-0.250000000000 +0.219726562500 +-0.159179687500 +0.173828125000 +0.081054687500 +-0.171875000000 +-0.190429687500 +0.018920898438 +-0.101562500000 +0.082031250000 +0.125976562500 +-0.115234375000 +0.025512695312 +-0.171875000000 +-0.044677734375 +-0.380859375000 +-0.316406250000 +0.118652343750 +-0.030639648438 +-0.076171875000 +-0.193359375000 +-0.004302978516 +0.023193359375 +-0.024291992188 +-0.108886718750 +-0.585937500000 +0.013061523438 +0.022827148438 +0.041015625000 +-0.030517578125 +0.132812500000 +0.019409179688 +0.170898437500 +-0.128906250000 +-0.040527343750 +-0.063476562500 +-0.126953125000 +0.071777343750 +0.027465820312 +0.122558593750 +-0.085937500000 +0.004150390625 +-0.078125000000 +-0.028808593750 +-0.096679687500 +-0.160156250000 +0.030029296875 +-0.006622314453 +-0.040039062500 +0.194335937500 +0.021728515625 +0.018432617188 +-0.154296875000 +-0.202148437500 +-0.122558593750 +0.062011718750 +-0.224609375000 +0.055175781250 +0.089355468750 +0.076171875000 +-0.015258789062 +-0.287109375000 +-0.122070312500 +0.116699218750 +0.238281250000 +0.141601562500 +-0.072753906250 +0.040039062500 +-0.014587402344 +0.398437500000 +0.065917968750 +-0.005371093750 +-0.145507812500 +0.178710937500 +-0.310546875000 +0.126953125000 +0.026245117188 +0.038085937500 +0.166015625000 +-0.304687500000 +0.210937500000 +0.070312500000 +0.114746093750 +0.039062500000 +-0.322265625000 +0.041259765625 +-0.241210937500 +-0.159179687500 +0.062500000000 +0.121582031250 +-0.029174804688 +0.003601074219 +0.045898437500 +0.103515625000 +-0.040039062500 +0.132812500000 +0.052734375000 +0.069824218750 +-0.386718750000 +0.051757812500 +-0.014770507812 +0.008178710938 +0.130859375000 +-0.010864257812 +0.011901855469 +0.039550781250 +0.075683593750 +0.020507812500 +0.067871093750 +-0.101562500000 +-0.059082031250 +-0.115722656250 +-0.097656250000 +-0.246093750000 +-0.003890991211 +-0.015869140625 +0.043212890625 +0.164062500000 +0.063476562500 +-0.024658203125 +0.166992187500 +0.002548217773 +0.098144531250 +0.199218750000 +0.020751953125 +-0.096191406250 +-0.166992187500 +-0.070800781250 +-0.106445312500 +-0.121582031250 +-0.359375000000 +-0.004119873047 +-0.008972167969 +-0.703125000000 +0.149414062500 +0.104980468750 +-0.013427734375 +-0.130859375000 +-0.052490234375 +-0.302734375000 +-0.103027343750 +0.020629882812 +0.119140625000 +-0.044189453125 +-0.515625000000 +0.019897460938 +0.052978515625 +-0.000183105469 +0.032470703125 +-0.027465820312 +-0.408203125000 +0.033691406250 +-0.014709472656 +-0.562500000000 +-0.087402343750 +0.075683593750 +0.136718750000 +-0.369140625000 +-0.112304687500 +-0.267578125000 +-0.008911132812 +-0.084472656250 +-0.137695312500 +-0.040283203125 +-0.089843750000 +-0.143554687500 +-0.159179687500 +-0.059570312500 +-0.240234375000 +-0.107910156250 +-0.056640625000 +0.058349609375 +0.227539062500 +-0.040283203125 +-0.206054687500 +-0.863281250000 +-0.075195312500 +-0.146484375000 +0.070312500000 +-0.057373046875 +-0.035888671875 +0.034179687500 +-0.059326171875 +-0.048583984375 +-0.009521484375 +-0.143554687500 +0.055908203125 +-0.117187500000 +-0.031738281250 +-0.155273437500 +0.113281250000 +0.029418945312 +-0.213867187500 +-0.120605468750 +-0.073730468750 +0.109863281250 +0.009521484375 +0.043945312500 +-0.052978515625 +0.204101562500 +0.192382812500 +-0.074707031250 +0.120605468750 +-0.102539062500 +0.017089843750 +0.044433593750 +0.013183593750 +-0.045898437500 +-0.085449218750 +-0.285156250000 +0.073730468750 +-0.119628906250 +-0.003646850586 +0.137695312500 +-0.003616333008 +-0.036132812500 +-0.218750000000 +0.015625000000 +-0.084960937500 +-0.060546875000 +-0.028076171875 +-0.186523437500 +-0.275390625000 +-0.116210937500 +-0.012817382812 +0.189453125000 +-0.306640625000 +-0.011352539062 +-0.122558593750 +-0.045898437500 +0.039794921875 +0.118652343750 +0.012390136719 +0.021240234375 +0.021972656250 +0.067382812500 +-0.213867187500 +-0.125976562500 +-0.075683593750 +0.017700195312 +-0.181640625000 +-0.142578125000 +-0.006286621094 +-0.023193359375 +-0.222656250000 +0.046630859375 +0.032714843750 +0.078125000000 +-0.123535156250 +0.178710937500 +-0.163085937500 +0.003250122070 +-0.203125000000 +0.053710937500 +-0.168945312500 +-0.019775390625 +0.081542968750 +0.107421875000 +0.122558593750 +0.320312500000 +-0.049804687500 +-0.174804687500 +0.061035156250 +-0.041503906250 +0.117187500000 +0.060791015625 +-0.043701171875 +-0.050537109375 +-0.112792968750 +-0.103027343750 +-0.072753906250 +-0.103515625000 +0.064453125000 +0.099121093750 +-0.189453125000 +0.051757812500 +-0.133789062500 +-0.104003906250 +-0.165039062500 +-0.003936767578 +0.250000000000 +0.033935546875 +-0.119628906250 +0.026489257812 +0.035888671875 +0.167968750000 +0.132812500000 +0.109863281250 +-0.029663085938 +-0.328125000000 +0.257812500000 +-0.063476562500 +-0.184570312500 +0.091308593750 +-0.011108398438 +-0.038818359375 +-0.136718750000 +0.029663085938 +0.249023437500 +-0.085449218750 +-0.124511718750 +0.008728027344 +0.217773437500 +-0.015319824219 +0.238281250000 +-0.119628906250 +0.017822265625 +0.034179687500 +0.078125000000 +0.045898437500 +-0.168945312500 +-0.320312500000 +0.206054687500 +-0.168945312500 +-0.091308593750 +0.097656250000 +0.104492187500 +0.075683593750 +-0.345703125000 +0.059082031250 +-0.207031250000 +0.013854980469 +-0.063476562500 +0.067871093750 +0.023559570312 +0.223632812500 +0.015258789062 +0.119628906250 +-0.120117187500 +0.033447265625 +-0.078613281250 +-0.072753906250 +-0.102050781250 +-0.024536132812 +0.101074218750 +0.075683593750 +-0.151367187500 +-0.023681640625 +0.101562500000 +0.012390136719 +-0.059326171875 +0.051513671875 +-0.094238281250 +-0.158203125000 +-0.158203125000 +0.068359375000 +0.041748046875 +-0.029663085938 +-0.114746093750 +-0.151367187500 +-0.037841796875 +0.052978515625 +0.116210937500 +0.159179687500 +-0.090332031250 +-0.002990722656 +-0.080078125000 +0.003311157227 +-0.059570312500 +-0.152343750000 +0.038818359375 +-0.102050781250 +-0.136718750000 +0.139648437500 +-0.013549804688 +0.078125000000 +-0.167968750000 +0.142578125000 +-0.029663085938 +0.076171875000 +0.057617187500 +-0.039062500000 +0.059814453125 +0.119140625000 +0.172851562500 +-0.012145996094 +0.166992187500 +-0.163085937500 +-0.049072265625 +-0.051757812500 +-0.034912109375 +0.014648437500 +-0.077148437500 +0.062988281250 +-0.250000000000 +0.120605468750 +0.020263671875 +-0.070312500000 +0.027709960938 +-0.243164062500 +-0.196289062500 +0.107910156250 +-0.074707031250 +0.064453125000 +-0.060058593750 +-0.237304687500 +0.117675781250 +0.043457031250 +-0.100097656250 +-0.271484375000 +0.109863281250 +-0.182617187500 +-0.111328125000 +-0.003585815430 +-0.127929687500 +-0.174804687500 +-0.296875000000 +-0.083007812500 +0.108886718750 +-0.063964843750 +-0.109863281250 +0.263671875000 +-0.045410156250 +0.018066406250 +-0.101562500000 +-0.034423828125 +0.052978515625 +-0.016235351562 +-0.072265625000 +0.042724609375 +-0.108886718750 +0.153320312500 +0.158203125000 +0.102539062500 +-0.190429687500 +-0.142578125000 +0.107421875000 +0.030151367188 +-0.027343750000 +-0.038574218750 +0.052246093750 +-0.187500000000 +-0.009887695312 +-0.006134033203 +-0.008239746094 +0.040283203125 +0.090332031250 +0.024536132812 +0.201171875000 +-0.044433593750 +0.079101562500 +-0.019653320312 +-0.090332031250 +0.157226562500 +0.090332031250 +-0.330078125000 +-0.020385742188 +-0.088867187500 +-0.019531250000 +-0.116699218750 +-0.054687500000 +0.131835937500 +-0.269531250000 +0.074707031250 +-0.222656250000 +-0.112792968750 +0.027709960938 +0.002426147461 +-0.247070312500 +0.181640625000 +0.187500000000 +0.227539062500 +0.141601562500 +-0.392578125000 +-0.030273437500 +-0.019897460938 +0.102050781250 +0.125976562500 +-0.410156250000 +0.069335937500 +0.080566406250 +-0.030517578125 +-0.040771484375 +-0.101074218750 +-0.047363281250 +-0.042968750000 +0.032714843750 +0.015197753906 +0.166992187500 +0.097167968750 +0.168945312500 +-0.179687500000 +-0.176757812500 +0.064453125000 +-0.154296875000 +0.043212890625 +-0.030761718750 +0.053710937500 +0.017944335938 +0.156250000000 +0.105468750000 +-0.071289062500 +0.046630859375 +0.032226562500 +-0.302734375000 +0.094726562500 +-0.204101562500 +0.105468750000 +0.036132812500 +0.088378906250 +-0.148437500000 +-0.176757812500 +-0.006713867188 +-0.032470703125 +0.191406250000 +0.132812500000 +0.085937500000 +0.070800781250 +0.158203125000 +0.070800781250 +-0.312500000000 +-0.177734375000 +0.001708984375 +0.300781250000 +-0.365234375000 +-0.081054687500 +-0.028320312500 +-0.660156250000 +0.028198242188 +0.214843750000 +0.076660156250 +0.055908203125 +-0.024414062500 +0.167968750000 +-0.021362304688 +0.049316406250 +-0.034179687500 +-0.110351562500 +-0.392578125000 +-0.003143310547 +-0.484375000000 +0.166015625000 +0.006835937500 +-0.062988281250 +0.014160156250 +-0.009582519531 +0.199218750000 +-0.539062500000 +0.010986328125 +-0.064453125000 +0.035156250000 +-0.188476562500 +0.174804687500 +-0.202148437500 +0.080078125000 +-0.289062500000 +-0.234375000000 +0.015563964844 +-0.182617187500 +-0.140625000000 +0.035644531250 +0.107910156250 +-0.074218750000 +-0.213867187500 +-0.026489257812 +-0.119140625000 +-0.030761718750 +0.039306640625 +0.048095703125 +0.050537109375 +-0.138671875000 +0.030029296875 +0.072265625000 +-0.029541015625 +0.092285156250 +-0.026977539062 +-0.061523437500 +0.079589843750 +0.007873535156 +-0.140625000000 +-0.134765625000 +-0.005493164062 +0.046386718750 +-0.211914062500 +0.099121093750 +-0.061523437500 +-0.036865234375 +0.109863281250 +0.200195312500 +-0.124023437500 +-0.007873535156 +-0.209960937500 +0.120605468750 +0.073242187500 +-0.109863281250 +0.147460937500 +-0.164062500000 +0.113769531250 +0.002517700195 +-0.361328125000 +-0.125000000000 +-0.090820312500 +0.142578125000 +0.091308593750 +-0.047607421875 +0.017456054688 +0.043212890625 +-0.187500000000 +0.009765625000 +0.071777343750 +-0.285156250000 +0.003936767578 +0.065429687500 +-0.036865234375 +0.014282226562 +0.026977539062 +0.025024414062 +-0.113281250000 +-0.128906250000 +-0.171875000000 +0.015991210938 +0.055419921875 +0.213867187500 +-0.208007812500 +-0.179687500000 +-0.082031250000 +-0.058105468750 +0.000507354736 +0.102539062500 +-0.107421875000 +0.101562500000 +-0.057373046875 +0.082031250000 +0.029663085938 +-0.093750000000 +0.153320312500 +-0.015747070312 +-0.065917968750 +-0.043701171875 +-0.091796875000 +-0.171875000000 +-0.092773437500 +-0.066406250000 +0.075683593750 +-0.143554687500 +-0.074707031250 +0.088378906250 +0.009033203125 +-0.013244628906 +-0.013366699219 +-0.028930664062 +0.051025390625 +-0.129882812500 +-0.437500000000 +0.047607421875 +-0.076171875000 +0.065429687500 +0.094238281250 +-0.068847656250 +-0.246093750000 +0.056884765625 +-0.174804687500 +-0.091308593750 +-0.185546875000 +-0.253906250000 +0.176757812500 +-0.095214843750 +-0.159179687500 +0.092285156250 +-0.137695312500 +0.062500000000 +-0.018554687500 +-0.102050781250 +0.202148437500 +0.125000000000 +-0.220703125000 +0.017211914062 +-0.053955078125 +-0.031005859375 +-0.247070312500 +-0.219726562500 +-0.073242187500 +-0.115722656250 +0.091796875000 +0.047607421875 +0.163085937500 +-0.271484375000 +-0.053710937500 +-0.172851562500 +0.007720947266 +-0.060546875000 +0.063476562500 +-0.134765625000 +-0.005828857422 +0.115234375000 +-0.125976562500 +0.332031250000 +-0.129882812500 +0.073242187500 +-0.240234375000 +0.096679687500 +-0.092773437500 +0.097167968750 +0.031250000000 +0.020019531250 +0.010253906250 +0.018188476562 +-0.098144531250 +0.021728515625 +-0.062255859375 +-0.169921875000 +-0.101074218750 +0.086914062500 +0.064941406250 +-0.007629394531 +-0.064941406250 +-0.507812500000 +-0.156250000000 +0.001373291016 +-0.871093750000 +0.051025390625 +-0.097656250000 +0.189453125000 +0.117675781250 +0.056152343750 +-0.318359375000 +0.149414062500 +-0.115234375000 +-0.052734375000 +0.095703125000 +-0.486328125000 +0.199218750000 +0.086914062500 +0.111328125000 +0.091796875000 +-0.107910156250 +0.177734375000 +-0.016967773438 +0.151367187500 +-0.765625000000 +-0.023803710938 +-0.200195312500 +-0.083984375000 +-0.213867187500 +0.083496093750 +0.022827148438 +-0.005401611328 +0.148437500000 +-0.135742187500 +0.044189453125 +0.082519531250 +-0.373046875000 +0.026855468750 +-0.142578125000 +-0.287109375000 +0.066406250000 +-0.248046875000 +-0.021240234375 +0.154296875000 +-0.102050781250 +-0.019409179688 +-0.208007812500 +-0.084960937500 +-0.012695312500 +0.017211914062 +-0.025146484375 +-0.216796875000 +0.065429687500 +-0.135742187500 +-0.100097656250 +0.007171630859 +-0.084960937500 +-0.016235351562 +-0.126953125000 +-0.406250000000 +0.083496093750 +0.124023437500 +-0.033691406250 +-0.119140625000 +-0.010620117188 +-0.447265625000 +0.048583984375 +0.056640625000 +-0.453125000000 +0.006958007812 +0.066894531250 +0.072265625000 +-0.113281250000 +0.037353515625 +-0.017456054688 +-0.079101562500 +0.053710937500 +0.209960937500 +-0.195312500000 +-0.032470703125 +-0.092285156250 +-0.111328125000 +-0.040527343750 +-0.382812500000 +0.010803222656 +0.021484375000 +-0.090820312500 +0.302734375000 +0.059570312500 +-0.050537109375 +-0.067871093750 +-0.027954101562 +0.113281250000 +0.019653320312 +-0.016967773438 +-0.008422851562 +0.037353515625 +0.026489257812 +0.059082031250 +-0.018920898438 +0.041015625000 +-0.002136230469 +0.105957031250 +0.061035156250 +-0.009460449219 +-0.070800781250 +0.012878417969 +-0.011291503906 +0.077148437500 +0.144531250000 +0.115234375000 +0.056152343750 +-0.006744384766 +-0.076171875000 +0.002319335938 +0.004516601562 +0.100585937500 +0.074218750000 +0.024536132812 +-0.134765625000 +0.028808593750 +0.036865234375 +-0.066406250000 +-0.243164062500 +-0.080566406250 +-0.210937500000 +-0.058105468750 +-0.157226562500 +-0.049316406250 +-0.061035156250 +0.241210937500 +-0.179687500000 +0.038574218750 +-0.008117675781 +0.071289062500 +0.050781250000 +0.035644531250 +-0.059814453125 +0.192382812500 +0.041503906250 +0.141601562500 +0.179687500000 +-0.179687500000 +-0.091308593750 +-0.049560546875 +-0.396484375000 +-0.002975463867 +-0.124511718750 +0.107910156250 +0.029174804688 +-0.043701171875 +-0.035644531250 +0.190429687500 +-0.118652343750 +-0.038818359375 +0.028930664062 +0.062988281250 +-0.134765625000 +0.178710937500 +0.203125000000 +0.001068115234 +0.077636718750 +0.002410888672 +-0.008300781250 +0.181640625000 +0.253906250000 +0.316406250000 +0.134765625000 +-0.223632812500 +-0.492187500000 +0.079589843750 +0.101074218750 +0.160156250000 +-0.021972656250 +-0.151367187500 +0.067871093750 +0.005218505859 +0.025268554688 +-0.003860473633 +0.030029296875 +-0.033691406250 +-0.028564453125 +0.094726562500 +0.175781250000 +0.010192871094 +0.029418945312 +0.300781250000 +-0.267578125000 +-0.091796875000 +0.028808593750 +-0.015319824219 +0.073730468750 +-0.037109375000 +-0.125976562500 +-0.285156250000 +0.066406250000 +0.092773437500 +0.083007812500 +0.234375000000 +0.106933593750 +0.332031250000 +-0.010131835938 +0.080566406250 +-0.090332031250 +-0.053710937500 +-0.093750000000 +-0.026367187500 +0.029541015625 +0.105468750000 +0.088378906250 +-0.034179687500 +-0.118164062500 +-0.017578125000 +0.068359375000 +-0.089355468750 +-0.207031250000 +-0.083007812500 +-0.203125000000 +-0.034179687500 +0.149414062500 +-0.227539062500 +0.139648437500 +0.109863281250 +-0.231445312500 +-0.253906250000 +-0.285156250000 +0.208984375000 +0.039550781250 +0.029785156250 +0.137695312500 +0.087890625000 +-0.200195312500 +-0.269531250000 +0.156250000000 +-0.086914062500 +-0.000474929810 +0.082519531250 +0.121093750000 +-0.246093750000 +0.171875000000 +-0.216796875000 +-0.189453125000 +0.022216796875 +-0.072265625000 +0.271484375000 +-0.079101562500 +0.121582031250 +0.038085937500 +-0.090820312500 +0.011413574219 +0.041748046875 +-0.007751464844 +0.150390625000 +-0.094238281250 +0.095214843750 +0.216796875000 +-0.061767578125 +-0.018798828125 +-0.119628906250 +-0.073730468750 +-0.182617187500 +-0.010864257812 +0.003356933594 +-0.182617187500 +0.090332031250 +-0.075195312500 +-0.044189453125 +-0.089355468750 +0.003036499023 +-0.097656250000 +0.158203125000 +-0.110839843750 +0.019287109375 +-0.051269531250 +-0.027832031250 +0.121093750000 +-0.180664062500 +0.162109375000 +0.077636718750 +0.058837890625 +-0.064453125000 +0.011291503906 +-0.005523681641 +0.061279296875 +-0.139648437500 +-0.097656250000 +0.004760742188 +0.097167968750 +-0.070312500000 +0.386718750000 +0.166992187500 +0.003356933594 +-0.116210937500 +-0.135742187500 +-0.199218750000 +-0.068359375000 +0.113281250000 +0.082031250000 +-0.208984375000 +-0.082519531250 +0.123535156250 +0.068847656250 +0.040527343750 +-0.038818359375 +-0.394531250000 +-0.049804687500 +0.011779785156 +0.043457031250 +-0.073242187500 +0.022216796875 +-0.032714843750 +0.062988281250 +0.044433593750 +0.124023437500 +-0.060058593750 +-0.114257812500 +-0.152343750000 +-0.316406250000 +0.153320312500 +0.044921875000 +0.010864257812 +-0.087402343750 +0.114746093750 +0.092773437500 +0.048339843750 +-0.012451171875 +-0.087402343750 +-0.148437500000 +-0.034179687500 +-0.221679687500 +-0.083984375000 +-0.308593750000 +0.166992187500 +-0.097656250000 +-0.464843750000 +0.057861328125 +0.115722656250 +0.007476806641 +0.048095703125 +-0.550781250000 +0.119140625000 +-0.049804687500 +-0.271484375000 +-0.011352539062 +0.058593750000 +0.037109375000 +-0.021972656250 +-0.006896972656 +0.061035156250 +0.257812500000 +-0.052978515625 +0.009338378906 +0.224609375000 +-0.259765625000 +-0.118652343750 +0.036865234375 +0.064453125000 +0.029296875000 +0.087402343750 +-0.046875000000 +0.051757812500 +0.097167968750 +0.028808593750 +0.092285156250 +-0.046630859375 +0.102050781250 +-0.051513671875 +0.126953125000 +0.032470703125 +-0.183593750000 +-0.093750000000 +-0.040771484375 +-0.045410156250 +0.090332031250 +0.056640625000 +-0.190429687500 +-0.121093750000 +0.103027343750 +0.012695312500 +0.012145996094 +-0.057128906250 +-0.129882812500 +0.059814453125 +-0.283203125000 +-0.119140625000 +-0.109863281250 +0.117675781250 +0.108398437500 +0.083496093750 +0.225585937500 +-0.003601074219 +-0.072753906250 +-0.017211914062 +0.098632812500 +0.037353515625 +0.080566406250 +0.009155273438 +-0.106445312500 +0.204101562500 +-0.052246093750 +-0.091796875000 +0.074218750000 +-0.022705078125 +0.064453125000 +0.008605957031 +-0.059814453125 +0.349609375000 +-0.166992187500 +0.082031250000 +0.058105468750 +-0.023559570312 +0.025024414062 +0.182617187500 +-0.423828125000 +0.253906250000 +-0.187500000000 +-0.173828125000 +-0.021118164062 +0.078125000000 +-0.005981445312 +0.014038085938 +0.160156250000 +-0.033447265625 +0.032470703125 +0.039550781250 +-0.030761718750 +0.038574218750 +0.054687500000 +0.038085937500 +-0.161132812500 +-0.064453125000 +-0.193359375000 +-0.045654296875 +0.070800781250 +-0.016357421875 +0.200195312500 +-0.099121093750 +-0.026489257812 +-0.055908203125 +0.147460937500 +-0.014404296875 +0.041015625000 +-0.085449218750 +-0.161132812500 +0.016967773438 +0.192382812500 +-0.242187500000 +0.232421875000 +-0.103027343750 +0.044677734375 +0.016113281250 +-0.279296875000 +0.120117187500 +-0.170898437500 +0.040771484375 +0.339843750000 +0.013000488281 +-0.285156250000 +-0.201171875000 +-0.055908203125 +0.002365112305 +-0.176757812500 +-0.486328125000 +0.171875000000 +-0.129882812500 +0.153320312500 +-0.084960937500 +-0.117187500000 +-0.189453125000 +-0.302734375000 +-0.177734375000 +0.031250000000 +0.095703125000 +0.047851562500 +-0.027954101562 +0.003829956055 +-0.414062500000 +-0.172851562500 +-0.080566406250 +0.015380859375 +0.052246093750 +0.030761718750 +0.128906250000 +-0.002944946289 +-0.182617187500 +-0.070312500000 +-0.073242187500 +-0.170898437500 +0.052001953125 +0.030883789062 +-0.028808593750 +0.046386718750 +0.183593750000 +0.185546875000 +0.197265625000 +0.096191406250 +-0.009887695312 +0.059326171875 +0.089843750000 +-0.184570312500 +0.156250000000 +-0.049072265625 +-0.162109375000 +-0.048828125000 +-0.107910156250 +0.002716064453 +0.121093750000 +0.166992187500 +0.223632812500 +-0.046386718750 +-0.027587890625 +-0.194335937500 +0.169921875000 +-0.027343750000 +-0.253906250000 +-0.053222656250 +-0.217773437500 +-0.024658203125 +0.062988281250 +0.102050781250 +-0.086425781250 +-0.078125000000 +-0.047607421875 +-0.169921875000 +-0.137695312500 +0.125976562500 +0.091796875000 +0.035644531250 +0.148437500000 +-0.031494140625 +0.110839843750 +-0.081542968750 +0.107421875000 +-0.063476562500 +-0.063964843750 +0.111816406250 +0.027465820312 +0.019653320312 +-0.052246093750 +0.126953125000 +-0.122558593750 +0.020751953125 +0.011169433594 +0.051757812500 +0.162109375000 +0.096679687500 +0.103027343750 +-0.015869140625 +-0.163085937500 +-0.127929687500 +-0.056152343750 +0.071289062500 +0.028442382812 +0.072753906250 +-0.002639770508 +-0.085937500000 +-0.015380859375 +0.255859375000 +0.063476562500 +0.084960937500 +-0.094238281250 +0.064453125000 +-0.056396484375 +-0.011901855469 +-0.085937500000 +0.165039062500 +-0.013488769531 +0.184570312500 +0.097167968750 +0.043212890625 +-0.123535156250 +-0.345703125000 +-0.012939453125 +0.085449218750 +0.122070312500 +-0.178710937500 +0.011291503906 +-0.178710937500 +0.043212890625 +0.018066406250 +-0.090332031250 +0.032958984375 +-0.086425781250 +-0.012145996094 +-0.033691406250 +-0.048095703125 +0.128906250000 +-0.149414062500 +0.151367187500 +0.010803222656 +-0.257812500000 +-0.091796875000 +-0.124511718750 +0.071777343750 +-0.154296875000 +-0.016845703125 +-0.094726562500 +0.088378906250 +-0.148437500000 +-0.010620117188 +-0.000732421875 +0.156250000000 +-0.185546875000 +-0.030517578125 +-0.129882812500 +0.079589843750 +0.005157470703 +0.131835937500 +0.187500000000 +0.202148437500 +0.044921875000 +-0.390625000000 +-0.141601562500 +-0.155273437500 +-0.033691406250 +-0.113281250000 +-0.037597656250 +-0.069824218750 +-0.043212890625 +0.027832031250 +0.159179687500 +0.049316406250 +0.150390625000 +0.003799438477 +0.215820312500 +-0.116210937500 +0.037597656250 +0.061767578125 +-0.065429687500 +0.107910156250 +-0.083984375000 +-0.178710937500 +-0.043701171875 +-0.143554687500 +-0.145507812500 +0.076171875000 +-0.220703125000 +0.015869140625 +-0.165039062500 +-0.235351562500 +-0.019897460938 +0.141601562500 +0.029663085938 +0.014648437500 +0.195312500000 +0.058349609375 +-0.105468750000 +-0.069824218750 +-0.156250000000 +0.158203125000 +-0.072265625000 +0.007415771484 +-0.015380859375 +-0.093261718750 +-0.054199218750 +0.038574218750 +-0.102050781250 +0.171875000000 +-0.178710937500 +-0.024414062500 +0.025146484375 +0.012634277344 +0.015991210938 +-0.277343750000 +0.048339843750 +0.095214843750 +0.089355468750 +0.090820312500 +-0.259765625000 +-0.120117187500 +0.028442382812 +0.027099609375 +-0.028808593750 +-0.092773437500 +0.171875000000 +0.133789062500 +0.041259765625 +-0.109375000000 +-0.099609375000 +-0.065917968750 +0.069824218750 +0.240234375000 +-0.013610839844 +0.149414062500 +-0.083984375000 +0.083496093750 +-0.130859375000 +-0.018310546875 +-0.388671875000 +-0.059814453125 +-0.019287109375 +-0.002014160156 +-0.020751953125 +0.161132812500 +-0.001220703125 +-0.076171875000 +-0.025756835938 +-0.070312500000 +-0.068359375000 +-0.113281250000 +-0.063476562500 +-0.076171875000 +0.185546875000 +0.035400390625 +0.052734375000 +0.065429687500 +-0.597656250000 +0.038330078125 +-0.003829956055 +-0.033691406250 +-0.088378906250 +0.080078125000 +-0.190429687500 +-0.112792968750 +0.024291992188 +0.119628906250 +-0.644531250000 +0.147460937500 +-0.259765625000 +-0.102050781250 +-0.128906250000 +-0.250000000000 +0.127929687500 +0.026977539062 +0.000201225281 +0.001037597656 +-0.049804687500 +0.057861328125 +-0.168945312500 +-0.013244628906 +0.043457031250 +-0.138671875000 +-0.025878906250 +-0.048828125000 +-0.154296875000 +-0.041259765625 +-0.166015625000 +0.182617187500 +-0.015319824219 +-0.047851562500 +0.062011718750 +-0.037353515625 +-0.147460937500 +0.106933593750 +-0.004882812500 +-0.032470703125 +-0.008178710938 +-0.047851562500 +0.169921875000 +0.001159667969 +0.163085937500 +0.026611328125 +-0.036132812500 +0.084472656250 +-0.064941406250 +-0.043945312500 +0.125000000000 +-0.113281250000 +-0.052001953125 +-0.147460937500 +-0.124511718750 +-0.108398437500 +0.107421875000 +-0.042236328125 +-0.347656250000 +0.212890625000 +0.027099609375 +-0.007751464844 +0.074707031250 +-0.271484375000 +0.203125000000 +-0.063964843750 +-0.742187500000 +-0.233398437500 +-0.172851562500 +0.109375000000 +-0.015502929688 +-0.160156250000 +0.024780273438 +0.034423828125 +0.048095703125 +0.049804687500 +-0.020141601562 +-0.531250000000 +-0.125000000000 +0.033203125000 +-0.079101562500 +-0.026977539062 +-0.052490234375 +0.118652343750 +-0.075683593750 +-0.112792968750 +-0.652343750000 +-0.012451171875 +-0.013000488281 +0.204101562500 +0.086425781250 +0.257812500000 +-0.016479492188 +-0.118652343750 +-0.248046875000 +0.028930664062 +-0.117187500000 +0.090820312500 +0.112304687500 +0.039306640625 +0.191406250000 +-0.025268554688 +-0.145507812500 +-0.022827148438 +0.068359375000 +0.012268066406 +-0.015625000000 +-0.092285156250 +0.257812500000 +0.044921875000 +0.004455566406 +-0.071777343750 +-0.166992187500 +-0.207031250000 +-0.071289062500 +-0.357421875000 +-0.030151367188 +-0.037353515625 +-0.051513671875 +0.092285156250 +-0.061523437500 +0.029174804688 +-0.152343750000 +0.030761718750 +-0.157226562500 +0.048339843750 +0.121582031250 +-0.601562500000 +0.166015625000 +-0.010925292969 +-0.539062500000 +-0.035400390625 +-0.167968750000 +-0.029541015625 +0.058837890625 +-0.145507812500 +0.118164062500 +0.107910156250 +0.255859375000 +-0.085937500000 +0.080078125000 +-0.416015625000 +-0.002426147461 +0.055908203125 +0.028320312500 +0.049560546875 +0.085449218750 +-0.016845703125 +-0.005432128906 +-0.129882812500 +-0.582031250000 +-0.026245117188 +0.115234375000 +-0.020507812500 +-0.053710937500 +0.269531250000 +-0.095214843750 +0.081542968750 +-0.076171875000 +-0.055908203125 +-0.039794921875 +0.140625000000 +-0.030517578125 +-0.057128906250 +0.002212524414 +0.048583984375 +-0.075195312500 +-0.157226562500 +0.138671875000 +-0.045898437500 +0.036621093750 +-0.103027343750 +-0.083007812500 +-0.101562500000 +-0.008728027344 +-0.180664062500 +0.086425781250 +-0.022338867188 +0.003387451172 +-0.400390625000 +0.103515625000 +0.019165039062 +0.113769531250 +-0.031738281250 +-0.026123046875 +-0.008728027344 +-0.086914062500 +-0.154296875000 +0.033935546875 +-0.129882812500 +-0.151367187500 +-0.024047851562 +-0.158203125000 +0.005523681641 +0.061523437500 +0.118652343750 +0.155273437500 +0.087890625000 +0.223632812500 +0.250000000000 +-0.001869201660 +-0.184570312500 +0.324218750000 +-0.073730468750 +0.107910156250 +-0.036621093750 +-0.205078125000 +0.196289062500 +-0.035888671875 +-0.197265625000 +-0.068359375000 +0.027832031250 +0.048095703125 +-0.296875000000 +-0.067382812500 +-0.032226562500 +0.145507812500 +-0.035156250000 +0.380859375000 +0.072753906250 +0.148437500000 +-0.097656250000 +0.298828125000 +0.129882812500 +-0.064453125000 +0.104003906250 +0.053955078125 +-0.037841796875 +0.097167968750 +0.010864257812 +0.092773437500 +0.052246093750 +-0.029296875000 +0.074218750000 +-0.263671875000 +0.328125000000 +0.240234375000 +0.226562500000 +0.025512695312 +-0.190429687500 +0.061279296875 +0.064941406250 +0.005584716797 +0.049804687500 +-0.056152343750 +0.075195312500 +-0.146484375000 +-0.082031250000 +-0.145507812500 +-0.041503906250 +0.097656250000 +-0.127929687500 +-0.104492187500 +0.027221679688 +-0.245117187500 +0.006286621094 +0.053222656250 +0.143554687500 +0.005310058594 +-0.110839843750 +-0.077148437500 +-0.024414062500 +-0.285156250000 +0.071777343750 +0.013122558594 +-0.172851562500 +0.017700195312 +0.077148437500 +0.016113281250 +0.110839843750 +0.052978515625 +0.175781250000 +-0.098144531250 +0.135742187500 +-0.000366210938 +-0.051025390625 +-0.050781250000 +0.125000000000 +0.030151367188 +0.041259765625 +-0.026123046875 +-0.102539062500 +0.062500000000 +0.111328125000 +0.046875000000 +-0.036865234375 +-0.057617187500 +-0.156250000000 +0.106933593750 +0.066894531250 +0.170898437500 +-0.113769531250 +0.053222656250 +-0.095703125000 +0.028686523438 +-0.503906250000 +-0.132812500000 +0.116210937500 +-0.151367187500 +-0.027221679688 +-0.052001953125 +-0.353515625000 +0.123535156250 +0.124023437500 +-0.082031250000 +0.036132812500 +0.179687500000 +-0.138671875000 +-0.032958984375 +-0.146484375000 +-0.121093750000 +-0.062988281250 +0.064941406250 +-0.066894531250 +0.062988281250 +-0.148437500000 +0.114746093750 +0.013061523438 +0.105957031250 +0.052734375000 +-0.147460937500 +-0.099609375000 +-0.074707031250 +-0.219726562500 +0.086914062500 +0.326171875000 +0.002990722656 +0.171875000000 +0.055419921875 +0.059814453125 +0.055175781250 +0.206054687500 +-0.024047851562 +-0.073242187500 +-0.136718750000 +0.081054687500 +-0.032470703125 +0.020141601562 +0.028442382812 +-0.026855468750 +-0.484375000000 +-0.178710937500 +0.046142578125 +-0.000324249268 +-0.043701171875 +0.028808593750 +0.212890625000 +-0.058837890625 +0.062988281250 +0.060546875000 +-0.125976562500 +0.062011718750 +0.060302734375 +-0.185546875000 +0.071289062500 +-0.085449218750 +-0.016723632812 +0.146484375000 +-0.148437500000 +0.092773437500 +-0.134765625000 +-0.067382812500 +-0.028442382812 +0.096679687500 +-0.012268066406 +-0.048339843750 +-0.200195312500 +-0.016723632812 +0.060546875000 +-0.227539062500 +0.061279296875 +-0.160156250000 +0.080078125000 +0.021850585938 +-0.064941406250 +0.083496093750 +0.099121093750 +-0.308593750000 +-0.027954101562 +-0.065429687500 +0.073730468750 +-0.154296875000 +0.037597656250 +0.004333496094 +-0.160156250000 +-0.087890625000 +0.117187500000 +0.170898437500 +0.406250000000 +-0.052246093750 +0.007659912109 +-0.186523437500 +-0.162109375000 +-0.192382812500 +0.216796875000 +-0.056640625000 +-0.169921875000 +0.111328125000 +0.124023437500 +-0.040771484375 +-0.043701171875 +-0.419921875000 +-0.003219604492 +-0.291015625000 +0.080078125000 +0.089355468750 +0.160156250000 +-0.062011718750 +-0.096191406250 +0.030395507812 +0.056152343750 +-0.017578125000 +0.023071289062 +-0.098632812500 +-0.038330078125 +0.212890625000 +-0.310546875000 +0.002258300781 +-0.046630859375 +0.173828125000 +0.223632812500 +0.160156250000 +0.002029418945 +0.033203125000 +0.038085937500 +0.116210937500 +-0.066894531250 +0.045898437500 +0.092285156250 +0.332031250000 +-0.044921875000 +-0.267578125000 +0.123535156250 +0.125976562500 +-0.068359375000 +0.136718750000 +-0.281250000000 +-0.047851562500 +-0.328125000000 +0.220703125000 +0.068847656250 +0.081054687500 +0.328125000000 +-0.363281250000 +-0.091796875000 +0.125976562500 +-0.119140625000 +-0.160156250000 +0.189453125000 +-0.054443359375 +-0.106445312500 +0.096679687500 +-0.151367187500 +-0.173828125000 +-0.275390625000 +0.122070312500 +-0.240234375000 +0.031127929688 +-0.092285156250 +0.128906250000 +-0.238281250000 +0.048583984375 +0.107910156250 +-0.110351562500 +0.109375000000 +0.105957031250 +0.014343261719 +0.141601562500 +-0.041503906250 +-0.036865234375 +-0.034179687500 +0.026611328125 +-0.074218750000 +-0.014526367188 +0.148437500000 +0.027343750000 +0.093261718750 +0.051269531250 +-0.410156250000 +-0.156250000000 +0.015258789062 +-0.239257812500 +-0.090332031250 +-0.011352539062 +0.003646850586 +-0.104003906250 +-0.092285156250 +0.101074218750 +-0.201171875000 +-0.123535156250 +-0.011352539062 +-0.167968750000 +-0.018188476562 +0.005218505859 +-0.108886718750 +0.212890625000 +-0.103027343750 +-0.084472656250 +-0.085937500000 +0.107910156250 +0.245117187500 +0.204101562500 +0.065429687500 +0.190429687500 +0.075683593750 +-0.103027343750 +-0.219726562500 +-0.206054687500 +-0.155273437500 +0.209960937500 +0.186523437500 +-0.031494140625 +-0.026977539062 +-0.064941406250 +-0.118164062500 +0.149414062500 +-0.069824218750 +0.004577636719 +0.113769531250 +-0.304687500000 +-0.086914062500 +-0.149414062500 +-0.024658203125 +-0.122070312500 +-0.472656250000 +-0.029418945312 +0.140625000000 +-0.032958984375 +0.150390625000 +0.119140625000 +-0.031982421875 +0.028442382812 +0.054687500000 +0.155273437500 +-0.092773437500 +0.084960937500 +-0.124023437500 +0.024291992188 +-0.086425781250 +0.088867187500 +-0.110351562500 +0.062500000000 +0.106445312500 +-0.160156250000 +-0.229492187500 +-0.150390625000 +-0.068847656250 +0.063964843750 +0.112792968750 +0.113769531250 +-0.114257812500 +0.010253906250 +-0.167968750000 +-0.070312500000 +0.380859375000 +-0.020629882812 +0.015502929688 +0.306640625000 +-0.041992187500 +0.027465820312 +-0.042968750000 +-0.010864257812 +-0.041748046875 +-0.064453125000 +-0.053222656250 +0.138671875000 +-0.135742187500 +-0.029541015625 +0.144531250000 +0.096679687500 +0.035644531250 +-0.128906250000 +-0.054687500000 +0.106933593750 +0.006317138672 +-0.043212890625 +-0.139648437500 +-0.190429687500 +-0.099121093750 +0.071289062500 +0.102539062500 +-0.006866455078 +-0.034667968750 +0.151367187500 +0.330078125000 +0.153320312500 +-0.098144531250 +-0.071777343750 +-0.195312500000 +0.192382812500 +-0.035400390625 +-0.000854492188 +0.085449218750 +-0.145507812500 +-0.193359375000 +-0.067871093750 +-0.053222656250 +0.086914062500 +0.087402343750 +0.044921875000 +-0.115234375000 +-0.077148437500 +-0.292968750000 +-0.248046875000 +0.079101562500 +0.067871093750 +-0.127929687500 +-0.015869140625 +0.161132812500 +-0.292968750000 +-0.251953125000 +-0.406250000000 +-0.215820312500 +0.005981445312 +-0.238281250000 +0.035400390625 +-0.201171875000 +-0.110839843750 +0.158203125000 +0.177734375000 +0.060791015625 +-0.285156250000 +0.092285156250 +-0.015197753906 +0.016723632812 +0.110839843750 +-0.210937500000 +-0.036132812500 +0.039550781250 +0.196289062500 +0.044677734375 +-0.291015625000 +0.168945312500 +0.029174804688 +-0.006439208984 +-0.235351562500 +0.037109375000 +-0.404296875000 +-0.144531250000 +0.191406250000 +-0.086425781250 +-0.026977539062 +-0.061035156250 +-0.132812500000 +0.112792968750 +-0.019409179688 +0.070312500000 +-0.160156250000 +-0.115234375000 +-0.067382812500 +-0.096679687500 +-0.033447265625 +0.053710937500 +-0.027099609375 +0.125000000000 +-0.031250000000 +-0.118652343750 +0.001922607422 +-0.265625000000 +0.135742187500 +-0.066894531250 +-0.316406250000 +-0.033447265625 +-0.124511718750 +0.104980468750 +0.198242187500 +0.269531250000 +-0.026611328125 +0.099609375000 +-0.129882812500 +0.169921875000 +0.251953125000 +-0.055175781250 +0.304687500000 +0.190429687500 +-0.016357421875 +0.059326171875 +-0.075195312500 +-0.066894531250 +0.219726562500 +0.106445312500 +-0.063476562500 +0.082519531250 +0.144531250000 +-0.024780273438 +0.155273437500 +-0.047119140625 +-0.103515625000 +-0.010131835938 +-0.109863281250 +0.097167968750 +0.016601562500 +-0.017822265625 +-0.037109375000 +-0.040039062500 +-0.237304687500 +0.143554687500 +-0.070800781250 +-0.038574218750 +0.023803710938 +-0.125976562500 +-0.243164062500 +-0.049316406250 +-0.324218750000 +-0.077148437500 +-0.104492187500 +-0.691406250000 +-0.070800781250 +-0.218750000000 +-0.126953125000 +-0.032714843750 +-0.000194549561 +0.013671875000 +0.024291992188 +0.047119140625 +-0.043701171875 +-0.208007812500 +-0.139648437500 +-0.143554687500 +0.040527343750 +-0.055664062500 +-0.057373046875 +0.013549804688 +-0.124511718750 +-0.082519531250 +0.000793457031 +-0.546875000000 +0.048339843750 +-0.065429687500 +-0.029907226562 +0.142578125000 +0.044677734375 +0.029052734375 +-0.044921875000 +0.127929687500 +-0.036621093750 +0.080078125000 +-0.171875000000 +-0.210937500000 +-0.113769531250 +-0.080078125000 +0.187500000000 +-0.043457031250 +-0.003662109375 +-0.128906250000 +-0.009033203125 +0.029541015625 +-0.109863281250 +0.034179687500 +-0.080078125000 +-0.114746093750 +-0.031982421875 +-0.069335937500 +-0.085449218750 +-0.085937500000 +-0.043945312500 +-0.005676269531 +-0.088378906250 +0.164062500000 +-0.009277343750 +-0.123046875000 +-0.096679687500 +-0.132812500000 +-0.341796875000 +0.023437500000 +-0.146484375000 +-0.091308593750 +-0.074707031250 +-0.063476562500 +-0.057373046875 +0.158203125000 +-0.121582031250 +-0.025146484375 +0.003326416016 +-0.062988281250 +0.188476562500 +-0.131835937500 +0.148437500000 +-0.049560546875 +-0.022460937500 +-0.248046875000 +0.078613281250 +0.182617187500 +0.063476562500 +0.110839843750 +-0.061767578125 +0.028442382812 +-0.038574218750 +-0.061279296875 +-0.117187500000 +0.204101562500 +0.026367187500 +0.010742187500 +-0.099609375000 +-0.248046875000 +-0.050048828125 +-0.013122558594 +-0.039550781250 +0.151367187500 +-0.180664062500 +0.068847656250 +-0.008789062500 +0.119140625000 +-0.085937500000 +-0.015075683594 +-0.138671875000 +-0.060546875000 +0.140625000000 +-0.026245117188 +-0.007507324219 +0.083984375000 +0.036621093750 +-0.139648437500 +-0.130859375000 +0.104003906250 +0.048339843750 +0.045410156250 +-0.161132812500 +0.129882812500 +-0.126953125000 +0.023803710938 +-0.174804687500 +-0.121093750000 +-0.007385253906 +-0.003494262695 +0.036132812500 +-0.261718750000 +0.135742187500 +0.012145996094 +-0.097167968750 +0.006286621094 +0.035400390625 +-0.048095703125 +-0.001693725586 +-0.710937500000 +0.021728515625 +-0.106933593750 +0.210937500000 +0.020019531250 +0.120605468750 +-0.212890625000 +0.090332031250 +0.156250000000 +-0.034423828125 +0.099609375000 +-0.593750000000 +-0.122558593750 +0.022338867188 +0.015136718750 +-0.078613281250 +0.001121520996 +0.000812530518 +0.199218750000 +0.141601562500 +-0.404296875000 +-0.059570312500 +-0.023559570312 +-0.192382812500 +0.096191406250 +-0.388671875000 +0.128906250000 +-0.171875000000 +-0.131835937500 +0.197265625000 +0.129882812500 +0.155273437500 +0.115722656250 +-0.003204345703 +0.132812500000 +0.086914062500 +0.180664062500 +-0.002258300781 +0.016967773438 +-0.041503906250 +0.016723632812 +0.203125000000 +-0.050048828125 +0.183593750000 +-0.255859375000 +-0.024658203125 +0.171875000000 +-0.028198242188 +-0.010559082031 +-0.404296875000 +-0.027709960938 +0.079589843750 +-0.226562500000 +-0.107421875000 +0.255859375000 +-0.046142578125 +0.053710937500 +-0.277343750000 +0.008239746094 +-0.253906250000 +0.128906250000 +0.024291992188 +-0.134765625000 +-0.092773437500 +0.394531250000 +0.052246093750 +0.165039062500 +-0.032470703125 +-0.059326171875 +-0.141601562500 +0.037353515625 +0.125976562500 +-0.033447265625 +-0.191406250000 +-0.511718750000 +0.026123046875 +-0.163085937500 +-0.172851562500 +0.075195312500 +0.081054687500 +-0.024658203125 +0.054931640625 +0.025268554688 +0.107421875000 +0.051513671875 +-0.009033203125 +0.007446289062 +-0.022460937500 +-0.125000000000 +0.102539062500 +-0.100097656250 +-0.103027343750 +0.131835937500 +-0.380859375000 +0.024902343750 +0.149414062500 +-0.115722656250 +-0.112304687500 +-0.314453125000 +-0.110351562500 +-0.250000000000 +-0.014160156250 +0.007659912109 +-0.007202148438 +0.059814453125 +0.166015625000 +-0.153320312500 +-0.020996093750 +0.093261718750 +-0.132812500000 +0.044189453125 +-0.008300781250 +0.070312500000 +0.030273437500 +-0.002182006836 +0.163085937500 +-0.072753906250 +-0.175781250000 +0.042480468750 +-0.122558593750 +-0.279296875000 +0.120605468750 +0.184570312500 +0.043701171875 +0.169921875000 +-0.184570312500 +-0.113769531250 +0.068359375000 +-0.161132812500 +0.166992187500 +0.021362304688 +0.117187500000 +-0.045410156250 +-0.065917968750 +0.020385742188 +-0.050292968750 +0.014038085938 +0.098632812500 +0.081542968750 +-0.187500000000 +-0.041259765625 +-0.063476562500 +-0.136718750000 +-0.014038085938 +0.020751953125 +0.112304687500 +-0.037841796875 +0.052246093750 +-0.296875000000 +0.008361816406 +-0.018554687500 +0.046630859375 +0.566406250000 +0.112792968750 +-0.117187500000 +-0.167968750000 +-0.070800781250 +-0.065917968750 +-0.052246093750 +-0.081054687500 +0.026000976562 +0.070312500000 +-0.021240234375 +-0.141601562500 +-0.030395507812 +-0.035156250000 +-0.121582031250 +-0.018676757812 +0.062255859375 +-0.004974365234 +0.151367187500 +0.071289062500 +-0.267578125000 +-0.081054687500 +-0.067871093750 +0.109863281250 +0.028930664062 +0.052246093750 +-0.134765625000 +-0.035644531250 +-0.066406250000 +0.057128906250 +-0.021240234375 +-0.019897460938 +-0.024902343750 +-0.002990722656 +-0.122558593750 +-0.046386718750 +0.039062500000 +-0.253906250000 +0.050048828125 +0.038085937500 +0.146484375000 +0.072265625000 +0.112792968750 +0.013549804688 +-0.157226562500 +0.176757812500 +0.006317138672 +-0.012145996094 +0.017333984375 +0.365234375000 +0.174804687500 +-0.053466796875 +0.172851562500 +-0.166015625000 +0.053222656250 +0.028320312500 +-0.080078125000 +-0.043701171875 +0.087402343750 +-0.051025390625 +-0.025390625000 +-0.039062500000 +-0.033691406250 +0.045410156250 +-0.030395507812 +-0.929687500000 +0.183593750000 +0.106445312500 +-0.091796875000 +-0.012207031250 +-0.038818359375 +-0.062500000000 +-0.217773437500 +-0.037109375000 +-0.121093750000 +-0.220703125000 +-0.146484375000 +-0.120605468750 +-0.113281250000 +-0.109863281250 +0.166992187500 +0.035644531250 +-0.026123046875 +0.017578125000 +-0.042968750000 +0.014099121094 +0.040771484375 +0.087402343750 +-0.049560546875 +-0.075683593750 +0.033691406250 +-0.154296875000 +0.116210937500 +-0.243164062500 +-0.202148437500 +-0.162109375000 +0.024536132812 +-0.003204345703 +-0.088867187500 +-0.194335937500 +-0.117187500000 +0.206054687500 +-0.133789062500 +-0.304687500000 +-0.135742187500 +0.339843750000 +-0.004760742188 +0.013183593750 +0.253906250000 +-0.148437500000 +0.043212890625 +-0.113281250000 +-0.058349609375 +0.070312500000 +-0.056396484375 +-0.005706787109 +0.139648437500 +-0.308593750000 +0.194335937500 +-0.275390625000 +0.047607421875 +0.523437500000 +-0.187500000000 +0.046875000000 +-0.384765625000 +-0.163085937500 +0.058105468750 +0.094726562500 +0.265625000000 +0.051757812500 +0.095214843750 +-0.275390625000 +-0.261718750000 +0.312500000000 +0.053710937500 +-0.096191406250 +0.008361816406 +0.176757812500 +-0.046630859375 +0.190429687500 +-0.245117187500 +0.150390625000 +-0.107421875000 +-0.087402343750 +0.421875000000 +0.013488769531 +-0.059082031250 +0.015502929688 +-0.433593750000 +0.015869140625 +-0.158203125000 +0.207031250000 +-0.406250000000 +-0.149414062500 +0.151367187500 +0.351562500000 +-0.343750000000 +0.053710937500 +0.341796875000 +0.099121093750 +-0.212890625000 +-0.219726562500 +-0.145507812500 +-0.074218750000 +0.066894531250 +-0.277343750000 +-0.259765625000 +-0.082031250000 +-0.279296875000 +-0.160156250000 +-0.361328125000 +0.248046875000 +-0.018554687500 +0.077148437500 +-0.291015625000 +0.273437500000 +-0.404296875000 +0.017822265625 +0.116210937500 +-0.159179687500 +-0.161132812500 +-0.010742187500 +-0.034179687500 +0.116210937500 +-0.184570312500 +0.273437500000 +0.088867187500 +0.257812500000 +-0.277343750000 +0.036865234375 +-0.208007812500 +0.004882812500 +0.130859375000 +-0.098632812500 +0.123535156250 +0.062500000000 +0.165039062500 +-0.035888671875 +0.202148437500 +-0.004882812500 +-0.233398437500 +-0.096679687500 +-0.104980468750 +-0.025146484375 +0.167968750000 +-0.008300781250 +-0.269531250000 +-0.408203125000 +-0.159179687500 +0.044921875000 +-0.032226562500 +-0.035644531250 +0.112792968750 +0.152343750000 +0.028564453125 +-0.060058593750 +-0.139648437500 +-0.056152343750 +-0.151367187500 +0.084960937500 +0.083007812500 +-0.114257812500 +-0.081054687500 +-0.439453125000 +-0.029541015625 +0.034912109375 +-0.308593750000 +0.132812500000 +0.140625000000 +0.033447265625 +-0.032226562500 +-0.169921875000 +-0.339843750000 +-0.080566406250 +0.054931640625 +-0.067382812500 +0.095214843750 +0.019531250000 +-0.118652343750 +0.083984375000 +-0.007995605469 +0.049560546875 +-0.003585815430 +0.125976562500 +-0.026611328125 +-0.019653320312 +-0.033935546875 +-0.222656250000 +-0.353515625000 +0.031738281250 +0.061523437500 +0.184570312500 +0.114746093750 +0.034179687500 +-0.082519531250 +0.084472656250 +0.041503906250 +0.031494140625 +0.005157470703 +-0.062500000000 +-0.145507812500 +0.143554687500 +0.023681640625 +-0.071289062500 +-0.083496093750 +0.044677734375 +-0.281250000000 +-0.275390625000 +0.102050781250 +0.149414062500 +0.031982421875 +-0.084960937500 +0.000289916992 +-0.121582031250 +0.115234375000 +0.343750000000 +0.168945312500 +-0.081542968750 +0.004547119141 +0.005401611328 +0.074707031250 +-0.019531250000 +-0.069335937500 +-0.034912109375 +-0.190429687500 +0.097167968750 +-0.154296875000 +0.117675781250 +-0.106445312500 +0.032470703125 +-0.061279296875 +-0.002929687500 +0.118652343750 +-0.034667968750 +-0.148437500000 +-0.015319824219 +0.050781250000 +-0.196289062500 +-0.339843750000 +0.136718750000 +-0.158203125000 +0.056640625000 +0.075195312500 +0.031494140625 +-0.010498046875 +0.100097656250 +0.059570312500 +0.084960937500 +0.004974365234 +0.073730468750 +-0.028442382812 +0.073730468750 +-0.076171875000 +0.016235351562 +-0.117675781250 +-0.180664062500 +0.100585937500 +0.033691406250 +-0.107421875000 +0.129882812500 +0.029785156250 +0.055908203125 +-0.024169921875 +0.006011962891 +0.082031250000 +-0.190429687500 +-0.058593750000 +-0.058105468750 +-0.017089843750 +-0.375000000000 +-0.086425781250 +-0.081542968750 +0.100585937500 +0.026245117188 +-0.136718750000 +0.174804687500 +-0.281250000000 +-0.235351562500 +-0.085449218750 +-0.048828125000 +-0.110839843750 +-0.026977539062 +0.020874023438 +-0.232421875000 +0.120605468750 +-0.044433593750 +0.000432968140 +-0.014099121094 +-0.187500000000 +0.004699707031 +-0.184570312500 +-0.111816406250 +0.165039062500 +-0.040771484375 +-0.002792358398 +-0.186523437500 +0.005249023438 +-0.150390625000 +0.117675781250 +-0.126953125000 +-0.115722656250 +0.068847656250 +0.125976562500 +-0.080078125000 +-0.042236328125 +-0.005249023438 +-0.007751464844 +-0.047607421875 +-0.035888671875 +0.098632812500 +-0.068359375000 +-0.196289062500 +-0.102050781250 +-0.121093750000 +-0.005645751953 +-0.025268554688 +-0.131835937500 +-0.108398437500 +-0.067382812500 +-0.042724609375 +0.088867187500 +-0.004486083984 +-0.539062500000 +-0.040527343750 +-0.141601562500 +0.038818359375 +0.000675201416 +-0.126953125000 +-0.030517578125 +0.143554687500 +-0.048095703125 +-0.077148437500 +-0.388671875000 +-0.067382812500 +-0.184570312500 +-0.110351562500 +0.136718750000 +-0.200195312500 +-0.018310546875 +-0.046875000000 +0.070312500000 +-0.046875000000 +0.219726562500 +-0.125976562500 +0.060058593750 +0.038574218750 +0.048339843750 +0.044677734375 +-0.044433593750 +-0.097656250000 +-0.008605957031 +-0.044921875000 +0.092285156250 +0.040039062500 +-0.075683593750 +-0.223632812500 +0.010803222656 +-0.007476806641 +0.045166015625 +0.005371093750 +-0.081054687500 +-0.094238281250 +0.067382812500 +0.207031250000 +-0.104980468750 +-0.068359375000 +-0.070800781250 +0.182617187500 +0.002655029297 +-0.009277343750 +0.019897460938 +0.275390625000 +0.339843750000 +0.186523437500 +-0.617187500000 +0.095214843750 +0.009399414062 +-0.183593750000 +-0.034667968750 +-0.225585937500 +-0.113281250000 +-0.239257812500 +0.055175781250 +0.267578125000 +0.248046875000 +0.044433593750 +0.003753662109 +-0.087402343750 +-0.102539062500 +0.087890625000 +0.030761718750 +-0.010803222656 +0.109863281250 +-0.112304687500 +-0.082031250000 +-0.245117187500 +0.179687500000 +-0.061523437500 +-0.029785156250 +0.079589843750 +-0.125000000000 +-0.181640625000 +-0.118652343750 +-0.100585937500 +0.129882812500 +0.032714843750 +0.281250000000 +0.025146484375 +-0.103027343750 +0.036621093750 +0.096679687500 +0.002655029297 +0.093750000000 +-0.063964843750 +0.110351562500 +0.136718750000 +-0.053710937500 +0.122558593750 +-0.051757812500 +-0.378906250000 +0.230468750000 +-0.285156250000 +-0.083496093750 +0.064941406250 +0.324218750000 +0.103515625000 +-0.057128906250 +0.051025390625 +-0.138671875000 +0.033691406250 +-0.034912109375 +0.139648437500 +0.123535156250 +-0.177734375000 +0.011474609375 +0.063476562500 +-0.009887695312 +0.026123046875 +-0.146484375000 +-0.075195312500 +0.062500000000 +0.285156250000 +-0.064453125000 +-0.058837890625 +-0.127929687500 +-0.001625061035 +-0.013671875000 +-0.335937500000 +0.088378906250 +0.084472656250 +-0.066894531250 +0.173828125000 +-0.025634765625 +0.023803710938 +0.103027343750 +0.120605468750 +0.034912109375 +-0.222656250000 +-0.210937500000 +-0.224609375000 +-0.003265380859 +0.084472656250 +0.057128906250 +0.021728515625 +-0.094726562500 +0.080078125000 +-0.197265625000 +0.100585937500 +-0.062011718750 +0.080078125000 +-0.010681152344 +0.068847656250 +-0.378906250000 +-0.194335937500 +0.005889892578 +0.053222656250 +-0.267578125000 +-0.050048828125 +0.047363281250 +0.207031250000 +-0.075683593750 +0.060546875000 +-0.053710937500 +-0.037109375000 +-0.061035156250 +-0.484375000000 +-0.112792968750 +0.067871093750 +0.100097656250 +-0.115234375000 +-0.053955078125 +0.039794921875 +0.082519531250 +-0.119140625000 +-0.130859375000 +-0.226562500000 +-0.006683349609 +-0.363281250000 +0.045410156250 +-0.020385742188 +-0.137695312500 +0.152343750000 +-0.111816406250 +-0.039794921875 +-0.010803222656 +-0.158203125000 +0.055175781250 +0.081054687500 +0.031005859375 +-0.108886718750 +0.032226562500 +0.045654296875 +0.102539062500 +0.028564453125 +0.055419921875 +-0.105957031250 +-0.027832031250 +-0.096191406250 +0.074707031250 +-0.019653320312 +-0.071289062500 +-0.275390625000 +0.005432128906 +-0.302734375000 +0.100097656250 +-0.071777343750 +-0.302734375000 +0.083007812500 +0.039062500000 +0.206054687500 +-0.110839843750 +-0.129882812500 +0.104980468750 +-0.208984375000 +0.057373046875 +0.083007812500 +0.097656250000 +-0.065429687500 +-0.038330078125 +0.093750000000 +0.073730468750 +-0.097167968750 +0.007781982422 +0.061767578125 +0.060791015625 +-0.085937500000 +-0.025512695312 +0.083007812500 +0.067871093750 +0.009582519531 +-0.112304687500 +-0.088867187500 +0.037353515625 +-0.215820312500 +0.156250000000 +-0.134765625000 +-0.161132812500 +-0.037109375000 +0.093750000000 +0.085449218750 +-0.152343750000 +0.069335937500 +-0.118652343750 +-0.094238281250 +0.117675781250 +-0.091308593750 +-0.008789062500 +-0.243164062500 +0.035156250000 +-0.073242187500 +-0.005920410156 +-0.008850097656 +0.020874023438 +-0.111816406250 +-0.009643554688 +-0.040771484375 +-0.222656250000 +-0.106445312500 +0.174804687500 +0.017578125000 +-0.129882812500 +0.071289062500 +-0.156250000000 +-0.013061523438 +-0.253906250000 +-0.008544921875 +0.161132812500 +0.083007812500 +0.109863281250 +-0.020507812500 +-0.004089355469 +-0.190429687500 +0.147460937500 +-0.030151367188 +0.095703125000 +0.083007812500 +-0.255859375000 +0.104492187500 +0.006378173828 +-0.172851562500 +0.063964843750 +0.071777343750 +0.009765625000 +0.027709960938 +0.025024414062 +-0.110839843750 +-0.046142578125 +0.008300781250 +0.150390625000 +0.008605957031 +0.080078125000 +-0.241210937500 +0.022460937500 +0.050781250000 +-0.083007812500 +-0.018798828125 +-0.068359375000 +-0.102539062500 +0.010009765625 +0.138671875000 +-0.081054687500 +0.039062500000 +-0.067871093750 +-0.154296875000 +-0.081542968750 +-0.212890625000 +-0.048095703125 +-0.141601562500 +-0.057861328125 +-0.077148437500 +-0.041503906250 +0.078613281250 +0.077636718750 +-0.010925292969 +-0.008666992188 +-0.134765625000 +0.160156250000 +0.014221191406 +-0.140625000000 +0.059570312500 +-0.070312500000 +0.086425781250 +-0.069824218750 +-0.174804687500 +0.016601562500 +0.034423828125 +-0.102539062500 +-0.125000000000 +0.129882812500 +-0.072753906250 +-0.117675781250 +-0.013183593750 +-0.051757812500 +-0.026245117188 +0.130859375000 +0.110351562500 +-0.085937500000 +0.122070312500 +-0.017089843750 +-0.086914062500 +0.072753906250 +-0.648437500000 +-0.128906250000 +0.065429687500 +-0.061035156250 +0.049804687500 +-0.070312500000 +-0.037597656250 +0.034179687500 +0.063476562500 +-0.106445312500 +0.050537109375 +-0.001815795898 +0.148437500000 +-0.158203125000 +0.004608154297 +-0.115722656250 +-0.230468750000 +0.002243041992 +0.032714843750 +0.160156250000 +0.137695312500 +-0.328125000000 +-0.011962890625 +-0.000766754150 +0.139648437500 +0.208007812500 +0.052001953125 +0.144531250000 +-0.146484375000 +-0.150390625000 +0.178710937500 +-0.000965118408 +0.181640625000 +-0.071777343750 +-0.378906250000 +-0.168945312500 +0.025512695312 +0.000008821487 +-0.167968750000 +-0.133789062500 +0.092285156250 +0.061767578125 +-0.033935546875 +0.143554687500 +-0.037597656250 +0.166015625000 +-0.026245117188 +-0.277343750000 +-0.058837890625 +-0.146484375000 +-0.130859375000 +0.211914062500 +-0.134765625000 +-0.168945312500 +-0.138671875000 +0.246093750000 +-0.012390136719 +0.022583007812 +0.265625000000 +0.074707031250 +0.174804687500 +0.001564025879 +0.012023925781 +0.035644531250 +-0.148437500000 +0.101074218750 +-0.106933593750 +-0.087890625000 +0.042480468750 +-0.094726562500 +-0.091796875000 +-0.127929687500 +0.131835937500 +0.106933593750 +0.052001953125 +0.052978515625 +0.011657714844 +0.106933593750 +-0.021118164062 +0.125000000000 +0.226562500000 +-0.116699218750 +-0.054687500000 +0.148437500000 +-0.056152343750 +0.090332031250 +0.065917968750 +0.053710937500 +-0.151367187500 +-0.601562500000 +0.138671875000 +-0.021362304688 +-0.316406250000 +-0.367187500000 +-0.067871093750 +-0.009826660156 +-0.162109375000 +0.140625000000 +0.037597656250 +-0.111816406250 +0.088867187500 +0.027587890625 +0.040771484375 +-0.132812500000 +-0.135742187500 +-0.820312500000 +0.042724609375 +0.003890991211 +-0.033691406250 +0.009948730469 +-0.013061523438 +-0.129882812500 +0.027343750000 +-0.003067016602 +0.040039062500 +0.057128906250 +-0.216796875000 +-0.067871093750 +0.037109375000 +-0.042236328125 +-0.116210937500 +-0.049072265625 +0.050781250000 +-0.034179687500 +0.074218750000 +0.062988281250 +0.081054687500 +-0.369140625000 +-0.092773437500 +-0.238281250000 +-0.204101562500 +-0.087890625000 +0.024658203125 +-0.008361816406 +-0.097656250000 +0.139648437500 +-0.020141601562 +0.066894531250 +0.042236328125 +-0.099609375000 +-0.047363281250 +-0.066894531250 +-0.312500000000 +-0.075683593750 +-0.110351562500 +-0.093261718750 +-0.466796875000 +0.194335937500 +0.104980468750 +-0.046386718750 +-0.202148437500 +-0.216796875000 +0.281250000000 +-0.176757812500 +-0.034423828125 +0.153320312500 +-0.159179687500 +-0.097167968750 +-0.051757812500 +0.239257812500 +-0.112304687500 +0.039062500000 +-0.201171875000 +0.283203125000 +-0.009155273438 +0.011413574219 +-0.234375000000 +0.291015625000 +0.214843750000 +-0.162109375000 +0.025268554688 +-0.304687500000 +-0.030517578125 +0.220703125000 +0.124511718750 +-0.041259765625 +-0.184570312500 +-0.281250000000 +0.013549804688 +0.049560546875 +-0.142578125000 +0.061523437500 +0.003524780273 +0.119628906250 +-0.153320312500 +0.201171875000 +-0.271484375000 +0.089355468750 +-0.026123046875 +-0.184570312500 +-0.211914062500 +0.085937500000 +-0.194335937500 +-0.125976562500 +-0.217773437500 +0.115722656250 +-0.025878906250 +0.042480468750 +0.100097656250 +-0.196289062500 +-0.055419921875 +-0.003173828125 +-0.071777343750 +0.142578125000 +0.124023437500 +0.059814453125 +-0.075195312500 +0.106933593750 +-0.107421875000 +-0.203125000000 +0.101562500000 +-0.271484375000 +-0.523437500000 +-0.011779785156 +0.068359375000 +-0.004638671875 +-0.002090454102 +-0.226562500000 +-0.012878417969 +-0.073730468750 +0.016845703125 +0.152343750000 +-0.148437500000 +0.078125000000 +-0.024902343750 +0.080566406250 +-0.054931640625 +-0.016601562500 +0.125976562500 +0.050537109375 +0.068847656250 +0.011169433594 +0.159179687500 +0.101074218750 +-0.283203125000 +-0.102050781250 +-0.046386718750 +0.047851562500 +-0.050781250000 +0.052246093750 +0.010925292969 +-0.078125000000 +-0.056640625000 +0.017944335938 +0.002883911133 +0.079589843750 +0.104980468750 +-0.012634277344 +-0.143554687500 +0.006683349609 +-0.203125000000 +-0.111816406250 +-0.123535156250 +0.007537841797 +-0.001525878906 +-0.154296875000 +-0.080566406250 +-0.098144531250 +-0.205078125000 +0.038574218750 +0.013488769531 +0.061279296875 +-0.069335937500 +-0.032714843750 +-0.006042480469 +-0.077636718750 +-0.025390625000 +0.214843750000 +-0.018554687500 +-0.016967773438 +-0.163085937500 +-0.072753906250 +0.005065917969 +-0.095214843750 +-0.045898437500 +-0.036621093750 +0.257812500000 +0.130859375000 +0.257812500000 +-0.039062500000 +0.155273437500 +0.215820312500 +-0.131835937500 +-0.143554687500 +0.052246093750 +-0.227539062500 +-0.008361816406 +-0.057617187500 +0.083007812500 +0.199218750000 +0.125000000000 +0.229492187500 +-0.047363281250 +-0.064941406250 +0.162109375000 +-0.750000000000 +-0.098632812500 +0.063964843750 +-0.101074218750 +0.121582031250 +-0.206054687500 +0.145507812500 +0.051513671875 +-0.123535156250 +-0.070312500000 +0.285156250000 +-0.121093750000 +0.047607421875 +0.228515625000 +-0.243164062500 +-0.012329101562 +0.122070312500 +0.089843750000 +0.186523437500 +-0.167968750000 +-0.021240234375 +0.164062500000 +-0.036621093750 +-0.140625000000 +-0.032226562500 +0.117675781250 +-0.003631591797 +0.324218750000 +0.113769531250 +-0.070800781250 +0.148437500000 +-0.310546875000 +0.150390625000 +0.010314941406 +0.105957031250 +-0.079101562500 +-0.388671875000 +0.232421875000 +0.190429687500 +-0.036865234375 +0.333984375000 +-0.265625000000 +0.145507812500 +0.108886718750 +-0.055419921875 +-0.086914062500 +-0.067382812500 +0.000583648682 +0.027832031250 +-0.131835937500 +-0.617187500000 +0.196289062500 +0.168945312500 +-0.077636718750 +0.193359375000 +-0.128906250000 +0.151367187500 +0.055175781250 +-0.089355468750 +0.096679687500 +0.166992187500 +0.175781250000 +-0.029418945312 +-0.025512695312 +0.198242187500 +0.169921875000 +-0.339843750000 +-0.046630859375 +0.125976562500 +0.055419921875 +-0.004577636719 +-0.068359375000 +-0.566406250000 +0.062500000000 +-0.009277343750 +-0.105468750000 +0.036376953125 +-0.269531250000 +0.294921875000 +0.158203125000 +0.142578125000 +-0.431640625000 +0.119140625000 +-0.126953125000 +-0.084472656250 +0.117675781250 +0.153320312500 +0.113281250000 +-0.259765625000 +-0.016113281250 +-0.081054687500 +-0.242187500000 +-0.123535156250 +0.019287109375 +0.003997802734 +-0.120117187500 +0.124511718750 +-0.000478744507 +-0.098144531250 +-0.009765625000 +-0.212890625000 +-0.011047363281 +0.045898437500 +0.000215530396 +-0.042968750000 +-0.041748046875 +-0.118652343750 +-0.269531250000 +0.113769531250 +-0.051513671875 +-0.073242187500 +-0.021972656250 +0.034423828125 +-0.091796875000 +0.193359375000 +-0.134765625000 +-0.057128906250 +-0.123535156250 +0.250000000000 +0.009826660156 +0.026855468750 +0.096191406250 +-0.041503906250 +-0.066894531250 +-0.034423828125 +0.004577636719 +0.008911132812 +0.134765625000 +-0.125976562500 +0.117675781250 +-0.010192871094 +0.038574218750 +-0.102539062500 +0.081542968750 +-0.038818359375 +0.002410888672 +-0.205078125000 +-0.078613281250 +-0.090820312500 +-0.033447265625 +0.027465820312 +0.169921875000 +0.053466796875 +0.006195068359 +-0.261718750000 +-0.204101562500 +-0.005218505859 +-0.054443359375 +0.057373046875 +-0.155273437500 +-0.026855468750 +-0.010192871094 +0.073242187500 +-0.083984375000 +0.027587890625 +0.073242187500 +0.059082031250 +0.023071289062 +-0.035888671875 +0.051025390625 +0.021728515625 +-0.012023925781 +0.104003906250 +0.010131835938 +-0.250000000000 +-0.143554687500 +-0.080078125000 +-0.087890625000 +-0.205078125000 +0.077636718750 +-0.106933593750 +0.022460937500 +-0.160156250000 +0.074707031250 +0.213867187500 +0.023803710938 +0.067382812500 +0.172851562500 +-0.099121093750 +0.261718750000 +-0.000961303711 +-0.115234375000 +-0.296875000000 +-0.056396484375 +0.150390625000 +-0.231445312500 +-0.091308593750 +0.034423828125 +0.098632812500 +0.120117187500 +-0.030151367188 +0.308593750000 +-0.085937500000 +-0.202148437500 +-0.283203125000 +-0.291015625000 +-0.077636718750 +0.068359375000 +-0.131835937500 +-0.155273437500 +-0.050537109375 +-0.208007812500 +-0.263671875000 +-0.030761718750 +0.053955078125 +-0.283203125000 +-0.007171630859 +-0.014892578125 +-0.013305664062 +-0.118652343750 +-0.341796875000 +0.036865234375 +-0.094238281250 +-0.210937500000 +-0.373046875000 +0.051513671875 +-0.106445312500 +-0.304687500000 +-0.224609375000 +-0.099121093750 +-0.180664062500 +-0.371093750000 +-0.105468750000 +-0.019653320312 +0.187500000000 +-0.201171875000 +-0.026611328125 +-0.073730468750 +-0.166015625000 +0.302734375000 +-0.302734375000 +-0.008789062500 +0.027465820312 +-0.171875000000 +-0.168945312500 +-0.113281250000 +-0.026489257812 +-0.100097656250 +-0.160156250000 +0.108398437500 +-0.230468750000 +-0.061523437500 +0.102050781250 +-0.176757812500 +0.031494140625 +-0.093261718750 +0.015441894531 +0.078613281250 +-0.147460937500 +0.073730468750 +0.044921875000 +0.238281250000 +0.016235351562 +-0.079101562500 +-0.015441894531 +-0.191406250000 +0.007812500000 +-0.392578125000 +-0.113769531250 +-0.052001953125 +0.074218750000 +0.044677734375 +-0.040771484375 +0.147460937500 +0.185546875000 +-0.039550781250 +-0.015991210938 +0.104492187500 +0.103515625000 +0.245117187500 +0.035400390625 +-0.132812500000 +0.019775390625 +-0.074218750000 +-0.027465820312 +-0.099609375000 +-0.147460937500 +0.013061523438 +-0.108886718750 +-0.126953125000 +0.018920898438 +-0.132812500000 +0.048095703125 +-0.257812500000 +-0.996093750000 +-0.036865234375 +0.039550781250 +0.059814453125 +0.046386718750 +-0.017700195312 +0.077636718750 +0.087890625000 +0.067382812500 +-0.034179687500 +-0.208984375000 +-0.130859375000 +-0.147460937500 +-0.261718750000 +-0.001182556152 +0.016357421875 +0.067382812500 +-0.186523437500 +0.078125000000 +0.086425781250 +-0.068847656250 +-0.113769531250 +0.018798828125 +0.154296875000 +-0.072265625000 +-0.089355468750 +0.050292968750 +-0.122070312500 +0.034423828125 +-0.033935546875 +-0.003662109375 +0.113281250000 +0.193359375000 +0.092285156250 +0.057861328125 +0.139648437500 +0.151367187500 +-0.201171875000 +-0.173828125000 +-0.086425781250 +0.037841796875 +0.027709960938 +-0.107421875000 +0.053222656250 +-0.041503906250 +0.066894531250 +0.017089843750 +0.001579284668 +0.059326171875 +-0.069335937500 +-0.273437500000 +-0.154296875000 +0.123046875000 +0.249023437500 +-0.033203125000 +0.047119140625 +0.012756347656 +-0.083007812500 +0.080078125000 +0.096191406250 +-0.150390625000 +0.062011718750 +-0.056396484375 +0.137695312500 +0.110839843750 +-0.084472656250 +-0.000310897827 +0.149414062500 +-0.007110595703 +0.088867187500 +-0.132812500000 +0.051269531250 +-0.365234375000 +0.096679687500 +-0.015625000000 +-0.041259765625 +0.158203125000 +-0.199218750000 +-0.198242187500 +-0.261718750000 +-0.069335937500 +0.235351562500 +0.109863281250 +0.110351562500 +-0.175781250000 +0.148437500000 +-0.114746093750 +0.124511718750 +0.105468750000 +0.115722656250 +0.124511718750 +-0.214843750000 +-0.132812500000 +-0.213867187500 +-0.247070312500 +0.164062500000 +0.073242187500 +0.037597656250 +0.294921875000 +-0.222656250000 +0.220703125000 +-0.124511718750 +0.384765625000 +-0.045166015625 +-0.236328125000 +-0.271484375000 +0.205078125000 +0.113281250000 +0.165039062500 +-0.021606445312 +-0.539062500000 +-0.073242187500 +0.310546875000 +0.008300781250 +0.083007812500 +-0.113769531250 +0.178710937500 +0.061523437500 +0.209960937500 +0.166015625000 +0.187500000000 +-0.298828125000 +-0.086914062500 +0.273437500000 +0.160156250000 +0.001258850098 +-0.208007812500 +0.121093750000 +-0.029418945312 +-0.492187500000 +0.023925781250 +-0.175781250000 +0.087402343750 +-0.124023437500 +0.105468750000 +-0.237304687500 +-0.002532958984 +-0.160156250000 +0.140625000000 +0.304687500000 +-0.075683593750 +-0.363281250000 +0.244140625000 +0.160156250000 +0.261718750000 +0.070312500000 +0.063964843750 +-0.098144531250 +0.185546875000 +-0.119628906250 +-0.125000000000 +-0.079101562500 +-0.020629882812 +-0.083984375000 +-0.361328125000 +-0.181640625000 +0.040527343750 +-0.182617187500 +-0.032470703125 +0.034667968750 +0.005767822266 +0.138671875000 +0.006378173828 +-0.041259765625 +-0.049560546875 +-0.150390625000 +-0.002609252930 +0.027587890625 +0.082031250000 +0.007751464844 +-0.172851562500 +0.059814453125 +-0.146484375000 +-0.012145996094 +0.075683593750 +-0.046142578125 +-0.193359375000 +0.060058593750 +-0.134765625000 +-0.038818359375 +-0.034912109375 +-0.026000976562 +-0.177734375000 +0.050781250000 +-0.206054687500 +0.015502929688 +-0.003906250000 +-0.007934570312 +-0.146484375000 +-0.220703125000 +-0.016723632812 +-0.027221679688 +-0.092285156250 +0.040283203125 +-0.026855468750 +-0.170898437500 +0.015747070312 +0.023681640625 +-0.078613281250 +-0.056640625000 +-0.062500000000 +-0.071289062500 +-0.345703125000 +-0.181640625000 +0.084960937500 +-0.121582031250 +0.024169921875 +-0.202148437500 +-0.000785827637 +-0.404296875000 +-0.163085937500 +-0.084472656250 +-0.166015625000 +0.217773437500 +-0.245117187500 +-0.005828857422 +-0.175781250000 +0.142578125000 +-0.030517578125 +-0.007659912109 +0.036865234375 +0.186523437500 +-0.152343750000 +0.017333984375 +-0.162109375000 +0.020141601562 +-0.027954101562 +0.024780273438 +0.219726562500 +0.053222656250 +-0.164062500000 +0.095703125000 +0.062500000000 +0.046142578125 +-0.143554687500 +0.226562500000 +0.000789642334 +0.178710937500 +-0.072265625000 +0.267578125000 +-0.039062500000 +-0.052490234375 +0.271484375000 +-0.251953125000 +-0.055419921875 +-0.207031250000 +0.084960937500 +-0.172851562500 +0.037841796875 +-0.244140625000 +-0.065917968750 +-0.078613281250 +0.146484375000 +0.032470703125 +0.119140625000 +-0.263671875000 +-0.125976562500 +-0.103027343750 +0.127929687500 +-0.191406250000 +0.047363281250 +-0.105957031250 +0.004150390625 +0.076171875000 +0.263671875000 +-0.138671875000 +0.075683593750 +-0.466796875000 +0.065429687500 +-0.161132812500 +-0.185546875000 +-0.245117187500 +0.035644531250 +0.038085937500 +0.040771484375 +-0.051025390625 +0.048828125000 +0.026855468750 +-0.209960937500 +-0.009887695312 +0.124511718750 +0.010864257812 +-0.021972656250 +-0.023315429688 +-0.093750000000 +-0.230468750000 +0.045410156250 +-0.043212890625 +0.125976562500 +0.102050781250 +-0.004730224609 +0.073242187500 +-0.192382812500 +-0.248046875000 +-0.046630859375 +-0.172851562500 +-0.110839843750 +0.071289062500 +-0.015441894531 +0.018066406250 +-0.037841796875 +-0.040039062500 +0.037841796875 +0.001129150391 +0.028442382812 +-0.073242187500 +0.002426147461 +-0.050537109375 +-0.044189453125 +-0.084472656250 +0.087402343750 +-0.010498046875 +0.039794921875 +0.066406250000 +-0.054443359375 +-0.007568359375 +0.064941406250 +0.040283203125 +-0.038818359375 +0.051025390625 +-0.462890625000 +-0.056640625000 +0.012451171875 +-0.085937500000 +-0.024902343750 +-0.129882812500 +-0.075195312500 +0.014038085938 +-0.164062500000 +-0.004974365234 +0.095214843750 +-0.067382812500 +0.083007812500 +-0.087890625000 +-0.041748046875 +-0.013793945312 +0.035888671875 +-0.000160217285 +-0.174804687500 +-0.082519531250 +-0.094238281250 +0.055175781250 +0.149414062500 +-0.474609375000 +0.036621093750 +-0.507812500000 +-0.228515625000 +0.081054687500 +-0.125000000000 +0.183593750000 +-0.061767578125 +-0.201171875000 +0.369140625000 +-0.172851562500 +0.069335937500 +-0.291015625000 +0.119140625000 +-0.164062500000 +0.139648437500 +0.135742187500 +-0.161132812500 +-0.116210937500 +0.078125000000 +-0.155273437500 +0.253906250000 +0.515625000000 +0.149414062500 +-0.333984375000 +0.251953125000 +-0.251953125000 +-0.490234375000 +-0.247070312500 +0.102050781250 +0.390625000000 +0.457031250000 +0.188476562500 +0.121582031250 +-0.105468750000 +-0.193359375000 +-0.063476562500 +-0.052001953125 +-0.835937500000 +-0.169921875000 +0.330078125000 +-0.347656250000 +-0.250000000000 +0.057861328125 +-0.341796875000 +-0.390625000000 +-0.091308593750 +0.196289062500 +0.112792968750 +-0.094238281250 +0.257812500000 +0.209960937500 +0.023559570312 +0.109863281250 +-0.037109375000 +-0.043945312500 +0.322265625000 +0.180664062500 +-0.306640625000 +0.255859375000 +0.238281250000 +-0.058349609375 +-0.392578125000 +-0.141601562500 +0.125976562500 +-0.019531250000 +0.125976562500 +0.187500000000 +0.140625000000 +-0.086425781250 +-0.055175781250 +0.068847656250 +-0.302734375000 +0.172851562500 +-0.039306640625 +0.118164062500 +-0.057861328125 +0.073730468750 +0.066406250000 +-0.021240234375 +-0.023193359375 +-0.511718750000 +-0.001464843750 +-0.092773437500 +-0.106445312500 +-0.018676757812 +-0.032226562500 +-0.131835937500 +-0.033935546875 +-0.016479492188 +-0.085449218750 +0.092285156250 +0.038818359375 +-0.251953125000 +-0.068359375000 +0.180664062500 +-0.217773437500 +0.008483886719 +0.093750000000 +0.006683349609 +-0.082031250000 +-0.118164062500 +0.177734375000 +0.148437500000 +-0.098144531250 +0.087890625000 +-0.089355468750 +0.021484375000 +0.075195312500 +-0.072265625000 +-0.015747070312 +-0.320312500000 +-0.192382812500 +-0.003295898438 +0.140625000000 +0.100097656250 +-0.137695312500 +-0.063476562500 +-0.150390625000 +-0.156250000000 +0.045410156250 +0.073730468750 +-0.155273437500 +-0.024414062500 +-0.040771484375 +0.126953125000 +0.051025390625 +-0.316406250000 +0.113281250000 +0.150390625000 +0.101074218750 +-0.070312500000 +-0.072265625000 +-0.143554687500 +0.101562500000 +0.051513671875 +-0.073242187500 +0.062988281250 +-0.087402343750 +-0.020629882812 +-0.136718750000 +-0.119140625000 +-0.051269531250 +-0.059082031250 +-0.146484375000 +0.004211425781 +-0.030273437500 +0.014099121094 +0.072753906250 +-0.003112792969 +-0.073242187500 +-0.093261718750 +0.020385742188 +0.104980468750 +0.117187500000 +-0.079589843750 +0.116699218750 +0.156250000000 +0.125000000000 +0.094726562500 +0.123535156250 +-0.234375000000 +-0.060791015625 +0.001510620117 +-0.005615234375 +-0.000037670135 +0.129882812500 +0.182617187500 +0.147460937500 +-0.243164062500 +0.015136718750 +0.019897460938 +0.116210937500 +-0.063964843750 +0.087402343750 +0.014282226562 +0.079589843750 +-0.153320312500 +-0.179687500000 +0.212890625000 +0.052734375000 +-0.003799438477 +-0.019409179688 +0.074218750000 +-0.060791015625 +0.119140625000 +-0.244140625000 +0.116699218750 +-0.003356933594 +-0.441406250000 +0.033203125000 +-0.007568359375 +-0.020507812500 +-0.069335937500 +-0.087402343750 +0.077636718750 +-0.425781250000 +-0.076660156250 +0.209960937500 +-0.046875000000 +-0.144531250000 +0.001434326172 +-0.141601562500 +0.023193359375 +-0.025756835938 +0.188476562500 +-0.625000000000 +0.017211914062 +0.004180908203 +-0.416015625000 +-0.058837890625 +0.014770507812 +-0.023925781250 +-0.357421875000 +0.039062500000 +-0.022460937500 +-0.022827148438 +0.105957031250 +0.065429687500 +-0.092773437500 +-0.032470703125 +-0.075683593750 +-0.304687500000 +-0.089355468750 +-0.291015625000 +0.062255859375 +-0.054931640625 +0.028442382812 +0.022338867188 +-0.051269531250 +0.057617187500 +-0.070800781250 +-0.075195312500 +-0.111816406250 +-0.025634765625 +-0.010498046875 +0.115234375000 +0.042724609375 +-0.122558593750 +-0.050537109375 +-0.033691406250 +-0.169921875000 +-0.090332031250 +0.007934570312 +-0.204101562500 +-0.022583007812 +0.083496093750 +0.102050781250 +-0.294921875000 +-0.091796875000 +-0.077148437500 +0.021118164062 +0.015747070312 +-0.070312500000 +0.003326416016 +-0.173828125000 +0.224609375000 +-0.139648437500 +0.089355468750 +0.033447265625 +-0.087402343750 +-0.091796875000 +0.120605468750 +0.134765625000 +-0.105468750000 +-0.259765625000 +-0.072265625000 +-0.021606445312 +-0.006469726562 +-0.010314941406 +0.197265625000 +-0.134765625000 +-0.187500000000 +0.055664062500 +-0.031250000000 +0.022705078125 +-0.009155273438 +-0.085937500000 +0.002258300781 +-0.041015625000 +-0.026855468750 +0.095214843750 +-0.203125000000 +-0.080566406250 +0.017089843750 +0.088867187500 +-0.052490234375 +-0.010253906250 +-0.101074218750 +0.097167968750 +-0.026855468750 +0.138671875000 +0.036376953125 +-0.337890625000 +-0.065429687500 +-0.026489257812 +-0.082031250000 +0.043701171875 +0.038085937500 +-0.031738281250 +-0.166015625000 +0.109375000000 +0.039550781250 +-0.033691406250 +-0.083496093750 +-0.050048828125 +-0.082031250000 +-0.033691406250 +-0.023437500000 +0.094238281250 +0.093750000000 +-0.003463745117 +-0.173828125000 +0.150390625000 +0.119140625000 +0.016357421875 +-0.053710937500 +-0.136718750000 +-0.034179687500 +-0.082031250000 +-0.065429687500 +0.075195312500 +-0.057128906250 +0.002197265625 +0.100585937500 +-0.135742187500 +0.024902343750 +-0.081054687500 +0.208984375000 +-0.025756835938 +-0.059082031250 +-0.073242187500 +-0.034423828125 +-0.073242187500 +-0.059814453125 +0.034667968750 +0.273437500000 +-0.003845214844 +-0.141601562500 +0.121582031250 +0.041015625000 +0.003631591797 +0.145507812500 +-0.139648437500 +0.062988281250 +-0.019287109375 +-0.075195312500 +0.143554687500 +-0.082031250000 +-0.122558593750 +-0.064453125000 +0.055664062500 +-0.198242187500 +0.041748046875 +0.287109375000 +-0.155273437500 +-0.005645751953 +0.122558593750 +-0.153320312500 +0.025634765625 +-0.312500000000 +0.062500000000 +-0.349609375000 +-0.098632812500 +0.102050781250 +0.048339843750 +-0.275390625000 +-0.172851562500 +0.172851562500 +0.143554687500 +-0.023437500000 +-0.148437500000 +0.172851562500 +-0.030761718750 +-0.126953125000 +0.208007812500 +-0.080566406250 +0.108398437500 +-0.123535156250 +0.120117187500 +-0.130859375000 +-0.018066406250 +-0.012207031250 +0.004241943359 +-0.105957031250 +-0.088867187500 +-0.058349609375 +-0.113281250000 +-0.088378906250 +0.016967773438 +0.220703125000 +-0.002822875977 +-0.156250000000 +-0.147460937500 +0.129882812500 +-0.030151367188 +-0.062500000000 +0.006408691406 +-0.058105468750 +-0.130859375000 +0.009216308594 +0.047607421875 +-0.047119140625 +-0.152343750000 +0.078125000000 +-0.051269531250 +0.030395507812 +0.090332031250 +-0.012207031250 +0.050537109375 +0.017089843750 +-0.096679687500 +-0.200195312500 +0.063476562500 +-0.064941406250 +-0.089843750000 +-0.002731323242 +0.055419921875 +-0.162109375000 +0.020141601562 +0.075195312500 +0.004852294922 +-0.085449218750 +0.111328125000 +-0.069335937500 +-0.026489257812 +0.096679687500 +-0.012939453125 +0.138671875000 +0.063476562500 +0.084960937500 +0.149414062500 +0.179687500000 +-0.101074218750 +-0.122070312500 +0.034667968750 +-0.054199218750 +0.096191406250 +0.224609375000 +-0.079101562500 +0.193359375000 +0.127929687500 +0.250000000000 +-0.151367187500 +-0.095703125000 +-0.206054687500 +0.120605468750 +0.211914062500 +0.140625000000 +0.206054687500 +-0.133789062500 +0.308593750000 +0.104492187500 +0.052734375000 +-0.206054687500 +0.031005859375 +-0.019897460938 +-0.140625000000 +0.118652343750 +0.040527343750 +-0.175781250000 +-0.104492187500 +-0.220703125000 +0.042236328125 +0.245117187500 +-0.026855468750 +-0.064941406250 +-0.048828125000 +-0.011230468750 +0.018310546875 +0.052246093750 +-0.063476562500 +0.067382812500 +0.017211914062 +-0.060791015625 +0.014770507812 +0.079101562500 +0.003768920898 +-0.131835937500 +-0.044921875000 +-0.246093750000 +-0.186523437500 +0.176757812500 +0.068359375000 +-0.044189453125 +0.124511718750 +0.095214843750 +-0.172851562500 +0.084472656250 +-0.132812500000 +-0.037597656250 +0.083007812500 +0.071777343750 +-0.009399414062 +-0.075195312500 +-0.141601562500 +0.012695312500 +-0.076171875000 +0.142578125000 +-0.149414062500 +0.239257812500 +-0.163085937500 +-0.056640625000 +0.078125000000 +0.042724609375 +-0.044433593750 +0.238281250000 +-0.038818359375 +-0.179687500000 +0.072265625000 +-0.037597656250 +0.427734375000 +0.259765625000 +0.135742187500 +-0.156250000000 +0.269531250000 +-0.445312500000 +0.148437500000 +-0.222656250000 +-0.412109375000 +-0.091308593750 +-0.191406250000 +-0.283203125000 +-0.070800781250 +-0.312500000000 +-0.204101562500 +0.104492187500 +0.132812500000 +0.277343750000 +-0.064453125000 +-0.166015625000 +-0.189453125000 +-0.109375000000 +0.162109375000 +0.239257812500 +0.219726562500 +0.043212890625 +-0.166992187500 +0.247070312500 +-0.040527343750 +-0.107421875000 +-0.328125000000 +-0.054199218750 +-0.212890625000 +0.044921875000 +0.023803710938 +0.062988281250 +0.017822265625 +-0.110351562500 +0.185546875000 +0.447265625000 +0.263671875000 +0.138671875000 +0.128906250000 +-0.061767578125 +0.045898437500 +0.154296875000 +-0.308593750000 +-0.041992187500 +0.017089843750 +-0.093261718750 +-0.419921875000 +-0.202148437500 +0.304687500000 +0.079589843750 +0.230468750000 +-0.176757812500 +0.093750000000 +0.179687500000 +0.072265625000 +-0.519531250000 +0.058837890625 +0.060546875000 +-0.683593750000 +0.065429687500 +0.156250000000 +-0.114257812500 +-0.015075683594 +-0.231445312500 +0.081054687500 +0.030395507812 +-0.047119140625 +-0.068359375000 +-0.019531250000 +-0.253906250000 +-0.135742187500 +-0.185546875000 +0.008056640625 +-0.052734375000 +-0.028686523438 +-0.075195312500 +-0.039062500000 +0.086914062500 +-0.287109375000 +-0.005889892578 +-0.081542968750 +0.013305664062 +-0.058105468750 +-0.084960937500 +0.034912109375 +0.066406250000 +-0.131835937500 +-0.365234375000 +0.058593750000 +0.040039062500 +-0.085449218750 +-0.066406250000 +-0.015563964844 +0.086914062500 +-0.098632812500 +0.068847656250 +-0.011779785156 +0.118164062500 +0.013183593750 +-0.306640625000 +0.002532958984 +-0.065429687500 +-0.010009765625 +0.090820312500 +0.002471923828 +0.050781250000 +-0.039306640625 +0.007568359375 +0.011169433594 +0.014465332031 +0.127929687500 +-0.308593750000 +0.019042968750 +-0.029663085938 +-0.158203125000 +-0.092285156250 +-0.061767578125 +0.079101562500 +0.075683593750 +0.169921875000 +-0.035400390625 +-0.072753906250 +-0.306640625000 +-0.047119140625 +-0.069335937500 +-0.359375000000 +0.108886718750 +0.002639770508 +-0.074218750000 +-0.011352539062 +0.036132812500 +-0.187500000000 +-0.119140625000 +0.008117675781 +-0.028808593750 +0.087402343750 +-0.013366699219 +-0.153320312500 +-0.083007812500 +-0.049804687500 +0.181640625000 +0.116210937500 +-0.298828125000 +-0.015747070312 +0.007293701172 +-0.064941406250 +0.044921875000 +0.019409179688 +-0.070800781250 +-0.044189453125 +0.023315429688 +0.059082031250 +-0.029174804688 +-0.169921875000 +-0.197265625000 +-0.141601562500 +0.073730468750 +-0.193359375000 +0.062500000000 +0.002624511719 +-0.094726562500 +0.057128906250 +0.055664062500 +-0.228515625000 +-0.106933593750 +0.029785156250 +0.047851562500 +0.078125000000 +0.002883911133 +-0.042236328125 +-0.066894531250 +-0.061035156250 +-0.117187500000 +-0.060302734375 +-0.029663085938 +-0.043701171875 +-0.021240234375 +0.298828125000 +-0.084472656250 +-0.089355468750 +0.186523437500 +0.002258300781 +-0.022705078125 +-0.054931640625 +-0.326171875000 +0.103027343750 +-0.123535156250 +-0.082519531250 +-0.190429687500 +-0.102050781250 +-0.108398437500 +0.136718750000 +-0.328125000000 +-0.015991210938 +-0.006561279297 +-0.322265625000 +0.082031250000 +0.041992187500 +0.114746093750 +0.265625000000 +0.015014648438 +-0.008056640625 +0.056640625000 +-0.174804687500 +0.156250000000 +-0.113281250000 +0.053710937500 +0.061035156250 +-0.156250000000 +0.006896972656 +-0.176757812500 +-0.016723632812 +-0.124023437500 +-0.056640625000 +-0.003479003906 +-0.143554687500 +0.033935546875 +-0.042968750000 +-0.106933593750 +-0.203125000000 +0.096191406250 +-0.143554687500 +-0.081054687500 +-0.040527343750 +-0.218750000000 +0.052490234375 +-0.055175781250 +0.183593750000 +-0.277343750000 +0.079589843750 +-0.235351562500 +0.057373046875 +-0.086914062500 +-0.014770507812 +-0.041259765625 +-0.104980468750 +0.067871093750 +0.084960937500 +-0.155273437500 +0.178710937500 +-0.137695312500 +-0.190429687500 +-0.157226562500 +0.168945312500 +-0.001228332520 +0.124023437500 +-0.047607421875 +-0.515625000000 +-0.202148437500 +0.072753906250 +-0.308593750000 +0.178710937500 +-0.365234375000 +0.234375000000 +-0.006561279297 +0.116699218750 +-0.292968750000 +-0.077148437500 +-0.013854980469 +0.063476562500 +0.172851562500 +0.016723632812 +0.279296875000 +0.065917968750 +0.003402709961 +0.068847656250 +-0.007873535156 +-0.039062500000 +0.201171875000 +0.191406250000 +-0.423828125000 +0.047607421875 +-0.161132812500 +-0.037353515625 +-0.035156250000 +-0.009399414062 +0.077636718750 +0.040771484375 +-0.075195312500 +0.103027343750 +0.032958984375 +0.001388549805 +-0.417968750000 +-0.187500000000 +-0.165039062500 +-0.179687500000 +0.068847656250 +-0.122070312500 +0.085937500000 +-0.108398437500 +-0.259765625000 +0.143554687500 +-0.245117187500 +-0.166015625000 +0.242187500000 +0.082031250000 +-0.064453125000 +-0.180664062500 +0.039062500000 +-0.283203125000 +0.004638671875 +0.080078125000 +-0.084960937500 +0.061523437500 +-0.154296875000 +-0.503906250000 +0.114746093750 +0.157226562500 +0.007934570312 +-0.151367187500 +0.064941406250 +-0.460937500000 +0.014099121094 +-0.073242187500 +-0.267578125000 +-0.010192871094 +0.065429687500 +0.047363281250 +0.004180908203 +-0.207031250000 +0.046875000000 +-0.000095367432 +-0.025634765625 +0.235351562500 +0.110839843750 +-0.157226562500 +0.012939453125 +0.010070800781 +-0.085449218750 +-0.083007812500 +-0.098632812500 +-0.025756835938 +0.014404296875 +0.043701171875 +-0.050781250000 +-0.003662109375 +-0.090332031250 +0.023071289062 +-0.008178710938 +-0.027709960938 +0.066894531250 +-0.065429687500 +0.101074218750 +0.005737304688 +-0.000016570091 +-0.133789062500 +0.049804687500 +0.105957031250 +0.031982421875 +0.235351562500 +0.075195312500 +-0.249023437500 +0.054443359375 +-0.007781982422 +-0.026123046875 +-0.112304687500 +0.012512207031 +-0.066894531250 +0.004486083984 +0.022094726562 +-0.022583007812 +0.071777343750 +0.058837890625 +0.004516601562 +0.161132812500 +-0.073242187500 +-0.022216796875 +0.029663085938 +0.034667968750 +-0.390625000000 +0.019531250000 +-0.026123046875 +-0.035644531250 +-0.232421875000 +-0.043212890625 +-0.225585937500 +-0.116210937500 +-0.243164062500 +-0.101562500000 +0.193359375000 +-0.127929687500 +-0.065917968750 +0.160156250000 +-0.148437500000 +0.074218750000 +-0.065917968750 +0.068359375000 +0.249023437500 +-0.235351562500 +-0.231445312500 +0.142578125000 +-0.523437500000 +0.002548217773 +-0.094238281250 +0.200195312500 +-0.050781250000 +0.189453125000 +-0.013854980469 +0.205078125000 +-0.209960937500 +-0.166992187500 +-0.062988281250 +0.063964843750 +-0.045410156250 +0.326171875000 +0.073242187500 +-0.100585937500 +0.053466796875 +-0.003265380859 +-0.031005859375 +0.213867187500 +0.174804687500 +0.147460937500 +0.211914062500 +-0.076660156250 +-0.343750000000 +0.095703125000 +0.241210937500 +0.187500000000 +-0.118652343750 +0.137695312500 +0.265625000000 +-0.135742187500 +-0.123535156250 +-0.151367187500 +0.194335937500 +0.081054687500 +-0.057128906250 +0.341796875000 +0.117187500000 +-0.003906250000 +0.035888671875 +0.155273437500 +-0.263671875000 +0.203125000000 +0.037353515625 +-0.090820312500 +-0.103515625000 +0.028930664062 +-0.076660156250 +-0.230468750000 +-0.052490234375 +0.237304687500 +0.241210937500 +-0.109863281250 +0.242187500000 +-0.075195312500 +-0.043945312500 +-0.119140625000 +0.126953125000 +-0.115722656250 +0.048095703125 +0.096191406250 +0.029174804688 +0.098632812500 +0.159179687500 +-0.078125000000 +-0.058349609375 +-0.078613281250 +0.078125000000 +-0.142578125000 +-0.283203125000 +0.020385742188 +-0.065917968750 +-0.076660156250 +0.108398437500 +-0.072265625000 +-0.135742187500 +0.055664062500 +-0.142578125000 +-0.002761840820 +-0.098632812500 +0.202148437500 +0.003799438477 +0.078613281250 +-0.085937500000 +0.347656250000 +-0.149414062500 +0.013549804688 +0.095214843750 +-0.070800781250 +0.031738281250 +-0.129882812500 +0.145507812500 +-0.148437500000 +0.227539062500 +-0.335937500000 +-0.093261718750 +0.009216308594 +-0.079589843750 +0.248046875000 +-0.052978515625 +0.100585937500 +-0.324218750000 +-0.009826660156 +0.094238281250 +0.054687500000 +-0.128906250000 +0.050537109375 +-0.124023437500 +0.137695312500 +0.120605468750 +0.018432617188 +-0.112792968750 +0.127929687500 +0.001876831055 +-0.184570312500 +0.006011962891 +0.118164062500 +-0.102539062500 +-0.017333984375 +-0.243164062500 +-0.099121093750 +-0.098144531250 +-0.038330078125 +0.117675781250 +-0.060058593750 +-0.121582031250 +0.194335937500 +0.137695312500 +-0.005126953125 +0.116210937500 +-0.117187500000 +0.001472473145 +0.044921875000 +-0.044921875000 +-0.196289062500 +-0.087890625000 +-0.069824218750 +0.201171875000 +-0.006225585938 +-0.111816406250 +0.024902343750 +0.078613281250 +-0.055664062500 +0.259765625000 +0.056152343750 +0.032226562500 +-0.104492187500 +-0.126953125000 +-0.137695312500 +-0.031250000000 +-0.052246093750 +-0.066894531250 +-0.139648437500 +-0.073730468750 +-0.046630859375 +-0.018920898438 +0.044677734375 +-0.045410156250 +0.144531250000 +-0.026245117188 +0.003112792969 +-0.006591796875 +0.058593750000 +-0.076660156250 +-0.010314941406 +0.107421875000 +0.048828125000 +-0.016723632812 +-0.075683593750 +-0.062500000000 +-0.051757812500 +-0.188476562500 +0.028198242188 +0.125976562500 +-0.067871093750 +-0.194335937500 +0.127929687500 +0.235351562500 +-0.121582031250 +-0.105957031250 +-0.071289062500 +0.027954101562 +0.091796875000 +0.061035156250 +-0.012145996094 +-0.449218750000 +-0.092285156250 +-0.163085937500 +0.087890625000 +0.070312500000 +0.139648437500 +-0.002182006836 +0.021850585938 +-0.138671875000 +0.031250000000 +-0.039306640625 +-0.330078125000 +-0.085937500000 +-0.018920898438 +-0.087890625000 +-0.038085937500 +-0.007629394531 +0.032470703125 +0.156250000000 +-0.019165039062 +-0.008300781250 +0.076171875000 +-0.189453125000 +-0.034912109375 +0.030151367188 +0.010681152344 +-0.181640625000 +0.045898437500 +0.008422851562 +-0.226562500000 +0.069824218750 +-0.002319335938 +0.065429687500 +0.074707031250 +0.071777343750 +-0.257812500000 +-0.271484375000 +0.092773437500 +0.044189453125 +-0.080078125000 +-0.053466796875 +-0.044189453125 +0.041748046875 +-0.051025390625 +-0.121582031250 +-0.198242187500 +0.026489257812 +0.038330078125 +0.003234863281 +-0.008361816406 +-0.045898437500 +0.178710937500 +-0.088378906250 +-0.153320312500 +-0.034667968750 +0.131835937500 +0.037109375000 +0.112792968750 +0.152343750000 +0.003128051758 +-0.025146484375 +0.051269531250 +-0.248046875000 +0.043212890625 +-0.018188476562 +0.020019531250 +-0.142578125000 +0.058593750000 +-0.051025390625 +0.052490234375 +0.000100135803 +-0.014770507812 +0.185546875000 +-0.096679687500 +0.014709472656 +0.145507812500 +-0.062500000000 +0.052978515625 +0.028808593750 +-0.063964843750 +0.043945312500 +0.092285156250 +0.095703125000 +0.010070800781 +0.009948730469 +-0.115722656250 +0.018920898438 +-0.213867187500 +0.002700805664 +0.023803710938 +0.201171875000 +0.056152343750 +-0.161132812500 +-0.025268554688 +-0.131835937500 +-0.002777099609 +0.127929687500 +0.077148437500 +0.032226562500 +0.069335937500 +0.199218750000 +-0.009704589844 +-0.055419921875 +-0.014953613281 +0.088378906250 +-0.011657714844 +-0.080566406250 +0.102050781250 +-0.046142578125 +0.008972167969 +0.100097656250 +-0.000495910645 +0.045898437500 +-0.007568359375 +0.062988281250 +-0.289062500000 +0.177734375000 +-0.045410156250 +0.090820312500 +0.002288818359 +-0.136718750000 +0.167968750000 +0.098632812500 +-0.421875000000 +0.132812500000 +0.196289062500 +-0.306640625000 +-0.112304687500 +-0.022827148438 +0.070312500000 +0.047363281250 +-0.265625000000 +0.069824218750 +-0.218750000000 +0.096191406250 +-0.029418945312 +-0.045410156250 +0.031250000000 +-0.114746093750 +0.079101562500 +-0.036865234375 +0.153320312500 +-0.024902343750 +0.049804687500 +-0.054199218750 +-0.176757812500 +0.005645751953 +-0.046630859375 +-0.026000976562 +0.185546875000 +-0.339843750000 +0.171875000000 +0.090820312500 +0.074707031250 +-0.060302734375 +0.104003906250 +-0.283203125000 +0.021240234375 +0.032958984375 +0.015258789062 +0.021484375000 +0.002838134766 +-0.480468750000 +0.041748046875 +-0.308593750000 +0.148437500000 +0.117675781250 +0.005950927734 +-0.130859375000 +0.267578125000 +0.031127929688 +-0.150390625000 +-0.079101562500 +0.096191406250 +-0.006103515625 +0.038574218750 +0.102539062500 +0.059326171875 +0.076171875000 +0.041992187500 +-0.022705078125 +0.000785827637 +0.071777343750 +-0.088378906250 +0.002624511719 +-0.100585937500 +0.066406250000 +0.008972167969 +-0.031250000000 +-0.139648437500 +-0.058105468750 +-0.083496093750 +0.039062500000 +0.095214843750 +0.353515625000 +-0.044433593750 +0.153320312500 +0.116699218750 +0.078125000000 +-0.024047851562 +-0.015014648438 +0.048583984375 +-0.060302734375 +-0.101074218750 +0.068359375000 +0.225585937500 +0.119628906250 +-0.075683593750 +0.129882812500 +-0.103515625000 +0.096679687500 +0.060791015625 +-0.095214843750 +0.159179687500 +0.010925292969 +-0.041992187500 +0.157226562500 +-0.116210937500 +-0.034912109375 +-0.136718750000 +0.084472656250 +-0.104980468750 +-0.253906250000 +0.044921875000 +-0.157226562500 +0.151367187500 +0.038818359375 +-0.052246093750 +0.082031250000 +-0.013427734375 +0.107910156250 +0.032470703125 +0.066406250000 +0.034179687500 +-0.154296875000 +-0.020874023438 +0.038818359375 +-0.131835937500 +0.133789062500 +-0.134765625000 +-0.143554687500 +0.094726562500 +0.114746093750 +-0.030761718750 +0.020751953125 +-0.281250000000 +-0.210937500000 +0.146484375000 +-0.010131835938 +0.012512207031 +0.053222656250 +0.044189453125 +-0.096191406250 +0.079589843750 +-0.185546875000 +0.172851562500 +-0.036376953125 +-0.126953125000 +0.075195312500 +-0.298828125000 +-0.018798828125 +-0.075195312500 +0.068359375000 +-0.074707031250 +-0.145507812500 +0.052734375000 +0.094726562500 +-0.259765625000 +0.083496093750 +-0.035400390625 +0.051025390625 +-0.314453125000 +0.007995605469 +0.050781250000 +0.070312500000 +-0.218750000000 +-0.003417968750 +-0.019897460938 +0.039794921875 +0.100585937500 +-0.231445312500 +-0.047607421875 +-0.155273437500 +0.068847656250 +-0.125976562500 +-0.104492187500 +-0.199218750000 +0.040039062500 +0.030883789062 +0.116210937500 +-0.039794921875 +0.027587890625 +-0.320312500000 +0.205078125000 +-0.107421875000 +-0.052490234375 +0.014099121094 +-0.099609375000 +-0.200195312500 +-0.200195312500 +-0.048095703125 +0.114257812500 +-0.046386718750 +-0.068359375000 +0.016723632812 +-0.095214843750 +0.070312500000 +-0.124511718750 +-0.000482559204 +-0.269531250000 +-0.030273437500 +0.108398437500 +-0.018920898438 +0.096191406250 +0.005432128906 +0.041015625000 +0.005859375000 +-0.002105712891 +-0.157226562500 +-0.085937500000 +0.055664062500 +-0.073242187500 +-0.045166015625 +-0.018554687500 +0.167968750000 +0.081054687500 +0.097167968750 +-0.070800781250 +-0.062500000000 +0.090332031250 +0.139648437500 +-0.111816406250 +-0.212890625000 +-0.038574218750 +0.074707031250 +0.004272460938 +0.027099609375 +-0.102050781250 +-0.106933593750 +-0.056152343750 +0.007141113281 +0.032958984375 +-0.177734375000 +-0.326171875000 +-0.120117187500 +-0.088867187500 +0.070800781250 +0.040527343750 +-0.221679687500 +0.183593750000 +0.032470703125 +-0.055908203125 +-0.054931640625 +-0.006652832031 +-0.016967773438 +-0.233398437500 +0.155273437500 +-0.149414062500 +-0.046386718750 +0.029418945312 +-0.002609252930 +0.003021240234 +0.014160156250 +0.036865234375 +0.001327514648 +-0.067871093750 +0.206054687500 +0.003112792969 +-0.006744384766 +0.048339843750 +0.061035156250 +0.149414062500 +0.031738281250 +0.063476562500 +0.289062500000 +-0.511718750000 +-0.103027343750 +0.539062500000 +-0.016113281250 +-0.033935546875 +0.108398437500 +0.035156250000 +-0.132812500000 +-0.172851562500 +-0.004180908203 +0.027343750000 +0.035644531250 +-0.128906250000 +-0.073730468750 +-0.044921875000 +-0.207031250000 +0.107910156250 +0.034912109375 +0.047119140625 +0.074707031250 +0.013183593750 +-0.078613281250 +-0.121093750000 +-0.051025390625 +-0.011291503906 +-0.081054687500 +0.113769531250 +-0.038330078125 +-0.037841796875 +0.039550781250 +0.048339843750 +0.101562500000 +-0.155273437500 +-0.089355468750 +0.197265625000 +0.001197814941 +0.125976562500 +0.275390625000 +-0.194335937500 +-0.066894531250 +0.059570312500 +-0.118652343750 +0.074218750000 +-0.066406250000 +0.074218750000 +0.133789062500 +0.024047851562 +0.113281250000 +0.012817382812 +-0.105957031250 +0.084960937500 +-0.101074218750 +0.032714843750 +0.165039062500 +-0.087402343750 +-0.244140625000 +0.222656250000 +0.116210937500 +-0.197265625000 +0.101074218750 +0.042724609375 +-0.102050781250 +0.136718750000 +-0.079589843750 +0.248046875000 +0.052978515625 +-0.351562500000 +-0.237304687500 +0.003311157227 +0.167968750000 +0.185546875000 +0.124511718750 +0.148437500000 +0.019165039062 +-0.013732910156 +-0.152343750000 +0.046142578125 +-0.253906250000 +-0.253906250000 +-0.026000976562 +0.004791259766 +-0.072265625000 +0.016113281250 +0.049804687500 +-0.234375000000 +0.196289062500 +-0.414062500000 +-0.078613281250 +-0.073242187500 +-0.001876831055 +0.012145996094 +-0.097656250000 +-0.231445312500 +-0.029418945312 +0.042968750000 +0.149414062500 +0.006805419922 +0.060546875000 +-0.020629882812 +0.021362304688 +0.015869140625 +-0.013183593750 +-0.029052734375 +-0.019531250000 +-0.059570312500 +-0.107910156250 +-0.271484375000 +0.055908203125 +0.167968750000 +-0.082031250000 +-0.085449218750 +0.036376953125 +-0.021972656250 +-0.197265625000 +-0.014587402344 +-0.039550781250 +-0.001586914062 +-0.089843750000 +-0.014648437500 +0.055664062500 +-0.034179687500 +-0.079101562500 +0.034667968750 +0.024169921875 +0.144531250000 +-0.017089843750 +0.124511718750 +-0.182617187500 +0.378906250000 +0.046875000000 +-0.229492187500 +0.004974365234 +0.049316406250 +0.006713867188 +-0.223632812500 +-0.027954101562 +0.085937500000 +-0.239257812500 +-0.050537109375 +-0.092773437500 +-0.019897460938 +-0.023437500000 +0.058105468750 +0.021118164062 +-0.039306640625 +0.067382812500 +-0.136718750000 +0.016967773438 +-0.008728027344 +0.175781250000 +-0.421875000000 +-0.091308593750 +-0.144531250000 +-0.122558593750 +0.024902343750 +-0.056396484375 +0.034423828125 +-0.075683593750 +0.058837890625 +0.136718750000 +-0.004913330078 +0.114746093750 +-0.135742187500 +0.044921875000 +-0.106933593750 +-0.057617187500 +-0.103515625000 +-0.111328125000 +-0.015502929688 +-0.060302734375 +-0.094726562500 +-0.159179687500 +0.022094726562 +0.161132812500 +0.013549804688 +-0.052490234375 +-0.038330078125 +-0.041015625000 +-0.017089843750 +0.021484375000 +-0.070800781250 +-0.095703125000 +-0.259765625000 +0.041748046875 +-0.035400390625 +-0.204101562500 +0.287109375000 +-0.040283203125 +0.039306640625 +0.128906250000 +-0.138671875000 +0.088867187500 +-0.071289062500 +0.045410156250 +0.166992187500 +0.151367187500 +0.012329101562 +0.230468750000 +0.080566406250 +-0.140625000000 +0.128906250000 +-0.071777343750 +0.130859375000 +0.168945312500 +-0.203125000000 +-0.050781250000 +0.051513671875 +0.133789062500 +-0.051513671875 +-0.035400390625 +-0.050781250000 +0.062255859375 +-0.065429687500 +0.059814453125 +-0.002258300781 +-0.064453125000 +0.091308593750 +0.070312500000 +-0.004364013672 +0.248046875000 +-0.047363281250 +-0.004791259766 +0.016845703125 +-0.451171875000 +0.069335937500 +0.069824218750 +0.102050781250 +-0.135742187500 +0.246093750000 +0.021850585938 +-0.007446289062 +0.075683593750 +0.098144531250 +0.066894531250 +-0.060058593750 +-0.550781250000 +-0.039306640625 +-0.386718750000 +-0.122558593750 +0.014770507812 +0.032226562500 +0.054931640625 +-0.190429687500 +-0.032226562500 +-0.012145996094 +-0.094238281250 +0.269531250000 +0.251953125000 +-0.142578125000 +0.138671875000 +-0.142578125000 +0.007751464844 +-0.038085937500 +0.166992187500 +-0.031494140625 +-0.140625000000 +0.031127929688 +0.117187500000 +0.072265625000 +-0.009216308594 +-0.070800781250 +0.017211914062 +-0.154296875000 +0.106933593750 +-0.049316406250 +-0.291015625000 +0.003189086914 +0.031005859375 +0.045898437500 +0.012207031250 +0.072265625000 +0.059326171875 +-0.081054687500 +0.116699218750 +0.083007812500 +-0.034667968750 +-0.047363281250 +-0.285156250000 +0.146484375000 +-0.041748046875 +-0.117675781250 +-0.142578125000 +0.025024414062 +-0.034179687500 +-0.115722656250 +0.036865234375 +-0.154296875000 +-0.042236328125 +-0.041259765625 +0.015991210938 +0.053710937500 +-0.081542968750 +0.132812500000 +-0.078613281250 +0.109375000000 +-0.478515625000 +-0.140625000000 +0.181640625000 +-0.232421875000 +0.173828125000 +-0.003143310547 +0.031250000000 +-0.075683593750 +-0.048339843750 +-0.007232666016 +0.031127929688 +0.064941406250 +-0.048339843750 +0.105957031250 +-0.066894531250 +-0.132812500000 +-0.099121093750 +0.064453125000 +0.096679687500 +0.105468750000 +-0.162109375000 +-0.129882812500 +-0.208984375000 +-0.003906250000 +0.069335937500 +-0.150390625000 +0.057861328125 +0.077636718750 +-0.187500000000 +-0.095214843750 +0.099609375000 +0.084960937500 +-0.146484375000 +-0.010009765625 +0.061035156250 +0.040039062500 +0.156250000000 +-0.185546875000 +-0.127929687500 +-0.052978515625 +-0.125000000000 +-0.011352539062 +0.072265625000 +-0.008239746094 +-0.122558593750 +-0.205078125000 +0.102050781250 +0.086425781250 +-0.073242187500 +0.019287109375 +0.003326416016 +-0.224609375000 +0.022094726562 +0.181640625000 +-0.030029296875 +0.162109375000 +-0.077636718750 +-0.098632812500 +-0.108398437500 +0.206054687500 +-0.004302978516 +-0.010314941406 +0.066406250000 +-0.124511718750 +0.126953125000 +-0.120117187500 +-0.003631591797 +-0.039794921875 +-0.267578125000 +-0.127929687500 +0.119628906250 +-0.069824218750 +-0.056152343750 +0.113769531250 +-0.103515625000 +0.108398437500 +0.016967773438 +0.131835937500 +0.065429687500 +-0.095214843750 +-0.053222656250 +0.155273437500 +-0.166015625000 +-0.182617187500 +0.021240234375 +-0.152343750000 +-0.144531250000 +0.072265625000 +-0.029663085938 +-0.158203125000 +-0.021606445312 +0.037109375000 +0.137695312500 +-0.359375000000 +-0.335937500000 +0.075683593750 +-0.061523437500 +0.388671875000 +0.162109375000 +0.204101562500 +0.093750000000 +0.107910156250 +-0.103515625000 +0.176757812500 +0.082031250000 +-0.097656250000 +-0.171875000000 +0.168945312500 +-0.042480468750 +-0.062988281250 +-0.094726562500 +-0.008728027344 +-0.041992187500 +0.050537109375 +0.104492187500 +-0.241210937500 +-0.080078125000 +-0.037597656250 +-0.001274108887 +-0.083496093750 +-0.259765625000 +0.539062500000 +-0.154296875000 +0.049804687500 +-0.378906250000 +0.230468750000 +-0.046142578125 +0.067382812500 +0.071289062500 +-0.126953125000 +0.026245117188 +-0.042236328125 +-0.341796875000 +-0.095214843750 +-1.140625000000 +0.031005859375 +-0.141601562500 +0.075195312500 +-0.100097656250 +0.024414062500 +0.061035156250 +-0.020019531250 +-0.200195312500 +0.437500000000 +0.009277343750 +0.132812500000 +-0.148437500000 +0.160156250000 +0.044677734375 +-0.058593750000 +-0.099609375000 +-0.273437500000 +-0.196289062500 +0.314453125000 +-0.022094726562 +0.019775390625 +-0.042968750000 +-0.031494140625 +0.192382812500 +-0.328125000000 +0.255859375000 +0.075683593750 +0.077636718750 +-0.112792968750 +0.171875000000 +-0.115234375000 +0.050781250000 +-0.091796875000 +-0.028442382812 +0.101074218750 +-0.215820312500 +0.212890625000 +-0.054687500000 +-0.002578735352 +-0.086914062500 +-0.204101562500 +-0.020141601562 +-0.112304687500 +-0.093261718750 +0.068359375000 +-0.196289062500 +0.081542968750 +0.015747070312 +-0.097167968750 +-0.089843750000 +0.047119140625 +-0.163085937500 +-0.078125000000 +-0.003463745117 +-0.223632812500 +0.147460937500 +0.013305664062 +0.137695312500 +0.005035400391 +-0.146484375000 +0.026123046875 +0.237304687500 +0.250000000000 +-0.209960937500 +0.107910156250 +-0.147460937500 +0.213867187500 +0.116699218750 +-0.061767578125 +-0.160156250000 +0.077148437500 +0.010192871094 +-0.067871093750 +-0.219726562500 +0.047607421875 +-0.210937500000 +-0.020019531250 +-0.192382812500 +0.052001953125 +-0.077148437500 +0.125976562500 +-0.130859375000 +0.156250000000 +-0.006439208984 +-0.078613281250 +0.022338867188 +-0.129882812500 +0.208984375000 +-0.006835937500 +-0.026489257812 +0.148437500000 +-0.001373291016 +0.123046875000 +-0.031494140625 +-0.369140625000 +0.031982421875 +-0.096679687500 +-0.031982421875 +0.084472656250 +0.118164062500 +-0.024780273438 +-0.140625000000 +0.092285156250 +0.048339843750 +-0.160156250000 +-0.102539062500 +0.101562500000 +-0.013305664062 +0.069824218750 +-0.052734375000 +-0.158203125000 +0.036621093750 +-0.043701171875 +0.062255859375 +0.196289062500 +-0.057128906250 +0.110839843750 +-0.421875000000 +-0.110351562500 +-0.095703125000 +-0.054687500000 +-0.060546875000 +-0.041503906250 +-0.127929687500 +0.371093750000 +0.125000000000 +-0.029663085938 +-0.625000000000 +-0.018798828125 +0.024902343750 +0.061035156250 +-0.174804687500 +-0.112792968750 +-0.059570312500 +-0.024414062500 +-0.101562500000 +0.170898437500 +-0.542968750000 +0.020141601562 +0.105468750000 +-0.181640625000 +-0.059570312500 +0.002166748047 +-0.056884765625 +-0.235351562500 +0.131835937500 +0.002532958984 +-0.042968750000 +-0.144531250000 +-0.085937500000 +0.132812500000 +-0.095703125000 +0.183593750000 +-0.324218750000 +-0.275390625000 +0.082519531250 +-0.072753906250 +-0.031738281250 +-0.191406250000 +0.166992187500 +0.239257812500 +-0.217773437500 +0.029296875000 +-0.158203125000 +-0.155273437500 +-0.009582519531 +-0.086425781250 +-0.007141113281 +0.180664062500 +-0.175781250000 +0.012084960938 +-0.011169433594 +-0.020019531250 +0.176757812500 +0.125976562500 +-0.009277343750 +-0.221679687500 +-0.143554687500 +-0.443359375000 +-0.049072265625 +0.061523437500 +0.215820312500 +0.129882812500 +0.003540039062 +-0.073730468750 +0.137695312500 +-0.098632812500 +-0.186523437500 +0.118164062500 +-0.318359375000 +-0.245117187500 +0.201171875000 +-0.165039062500 +-0.180664062500 +0.138671875000 +-0.125976562500 +-0.363281250000 +0.015075683594 +0.029052734375 +0.139648437500 +-0.408203125000 +0.310546875000 +0.355468750000 +0.064453125000 +-0.111816406250 +-0.125976562500 +0.040283203125 +0.291015625000 +-0.170898437500 +-0.011413574219 +0.033935546875 +0.020996093750 +-0.180664062500 +-0.054443359375 +-0.091796875000 +0.034912109375 +-0.065917968750 +-0.085937500000 +0.057861328125 +0.135742187500 +-0.030273437500 +0.151367187500 +-0.020874023438 +-0.043945312500 +0.075195312500 +0.120605468750 +0.054931640625 +0.116210937500 +-0.310546875000 +0.135742187500 +0.088378906250 +-0.163085937500 +0.017944335938 +0.022949218750 +0.104980468750 +0.160156250000 +0.187500000000 +-0.137695312500 +0.132812500000 +0.075195312500 +0.181640625000 +-0.087402343750 +0.267578125000 +-0.109375000000 +0.043457031250 +0.042480468750 +0.016479492188 +-0.179687500000 +-0.170898437500 +0.227539062500 +0.074218750000 +-0.050292968750 +0.032714843750 +-0.064941406250 +-0.101562500000 +-0.227539062500 +-0.312500000000 +0.040039062500 +0.071777343750 +-0.020874023438 +0.061767578125 +-0.097167968750 +-0.019165039062 +-0.003204345703 +0.255859375000 +0.066894531250 +0.061767578125 +0.104980468750 +-0.141601562500 +-0.162109375000 +0.056396484375 +0.024291992188 +-0.120605468750 +-0.468750000000 +0.097167968750 +-0.021972656250 +-0.585937500000 +-0.167968750000 +-0.026611328125 +0.062011718750 +0.184570312500 +-0.036865234375 +0.032226562500 +-0.185546875000 +-0.181640625000 +-0.042724609375 +0.016479492188 +-0.155273437500 +-0.145507812500 +0.114257812500 +-0.028686523438 +-0.065429687500 +-0.016967773438 +-0.020874023438 +-0.123046875000 +-0.000961303711 +-0.330078125000 +0.021606445312 +-0.096191406250 +-0.002792358398 +-0.052490234375 +0.015869140625 +-0.068359375000 +0.013793945312 +0.199218750000 +0.300781250000 +-0.050292968750 +0.042480468750 +-0.139648437500 +-0.087402343750 +0.026489257812 +-0.055908203125 +-0.029785156250 +-0.035644531250 +0.035644531250 +-0.041503906250 +0.153320312500 +0.144531250000 +0.054443359375 +-0.057373046875 +-0.002517700195 +0.173828125000 +0.059814453125 +-0.037597656250 +-0.019409179688 +-0.017089843750 +-0.228515625000 +0.058593750000 +-0.040527343750 +-0.090332031250 +-0.221679687500 +-0.158203125000 +0.090820312500 +-0.206054687500 +0.050048828125 +0.040771484375 +0.100097656250 +-0.108398437500 +-0.019775390625 +-0.002410888672 +0.136718750000 +-0.176757812500 +-0.144531250000 +0.208007812500 +-0.277343750000 +0.133789062500 +-0.011657714844 +0.151367187500 +-0.000934600830 +-0.118652343750 +-0.343750000000 +0.138671875000 +0.143554687500 +0.008972167969 +0.033691406250 +-0.153320312500 +-0.059570312500 +-0.088867187500 +-0.228515625000 +0.003814697266 +0.137695312500 +0.064453125000 +-0.125976562500 +-0.010437011719 +-0.120605468750 +0.023437500000 +-0.064453125000 +-0.089843750000 +0.068847656250 +0.001785278320 +-0.068847656250 +-0.039794921875 +0.002853393555 +0.101074218750 +-0.042724609375 +-0.199218750000 +0.104980468750 +-0.083007812500 +0.047607421875 +-0.077148437500 +-0.209960937500 +-0.255859375000 +-0.263671875000 +0.235351562500 +0.125000000000 +0.197265625000 +-0.048828125000 +-0.231445312500 +0.167968750000 +-0.025634765625 +-0.075195312500 +-0.048583984375 +-0.073242187500 +0.181640625000 +0.066894531250 +-0.142578125000 +-0.134765625000 +0.015075683594 +0.040283203125 +-0.007049560547 +0.063476562500 +-0.115722656250 +-0.062011718750 +-0.004669189453 +-0.480468750000 +-0.017578125000 +0.127929687500 +-0.076171875000 +-0.012207031250 +-0.045654296875 +-0.007568359375 +0.053710937500 +0.028442382812 +0.102539062500 +0.230468750000 +-0.136718750000 +-0.051513671875 +-0.005218505859 +-0.030273437500 +-0.104492187500 +0.061035156250 +0.116210937500 +-0.073730468750 +-0.466796875000 +-0.222656250000 +-0.108398437500 +0.043212890625 +-0.102539062500 +-0.109375000000 +-0.041015625000 +0.134765625000 +-0.095703125000 +0.004119873047 +-0.531250000000 +0.160156250000 +0.026977539062 +-0.018798828125 +-0.184570312500 +0.104492187500 +0.049072265625 +0.052978515625 +0.013977050781 +-0.095214843750 +0.085937500000 +0.130859375000 +-0.244140625000 +-0.221679687500 +-0.223632812500 +-0.144531250000 +0.107421875000 +0.059814453125 +-0.144531250000 +-0.068359375000 +-0.314453125000 +0.088867187500 +0.159179687500 +0.112792968750 +0.003784179688 +0.068359375000 +-0.139648437500 +-0.042724609375 +-0.194335937500 +-0.068847656250 +0.067871093750 +-0.012878417969 +-0.018188476562 +-0.008605957031 +-0.208984375000 +0.261718750000 +0.159179687500 +0.066406250000 +0.067871093750 +-0.054199218750 +-0.384765625000 +-0.024047851562 +-0.174804687500 +-0.088378906250 +0.011230468750 +-0.048095703125 +-0.032470703125 +-0.206054687500 +-0.166992187500 +0.086425781250 +-0.087890625000 +-0.146484375000 +0.042724609375 +-0.084472656250 +-0.048583984375 +-0.011779785156 +0.018188476562 +-0.024780273438 +-0.030395507812 +-0.033447265625 +-0.081542968750 +0.004089355469 +0.012023925781 +-0.003890991211 +-0.345703125000 +0.081542968750 +0.032470703125 +-0.168945312500 +-0.110839843750 +-0.318359375000 +0.062988281250 +-0.271484375000 +-0.037597656250 +-0.075195312500 +-0.191406250000 +0.140625000000 +-0.215820312500 +-0.017944335938 +0.156250000000 +0.083984375000 +-0.095703125000 +-0.013061523438 +-0.000295639038 +-0.000679016113 +0.055175781250 +-0.053955078125 +-0.018554687500 +-0.166015625000 +-0.235351562500 +-0.038818359375 +-0.040771484375 +-0.235351562500 +0.073730468750 +-0.053955078125 +-0.004089355469 +0.123046875000 +-0.040283203125 +0.105468750000 +-0.030883789062 +-0.076660156250 +0.159179687500 +-0.141601562500 +-0.021972656250 +-0.021484375000 +0.147460937500 +-0.203125000000 +-0.195312500000 +-0.069824218750 +-0.007659912109 +-0.101562500000 +-0.016723632812 +-0.183593750000 +-0.103027343750 +0.008117675781 +-0.125976562500 +0.234375000000 +0.076660156250 +-0.090820312500 +-0.028442382812 +-0.161132812500 +-0.102050781250 +0.045410156250 +-0.153320312500 +0.009826660156 +-0.063476562500 +-0.029663085938 +-0.109863281250 +-0.122070312500 +-0.136718750000 +-0.085449218750 +0.088378906250 +-0.013732910156 +-0.039306640625 +-0.038574218750 +-0.112304687500 +-0.182617187500 +0.135742187500 +-0.063476562500 +-0.020385742188 +-0.045166015625 +0.221679687500 +0.205078125000 +0.073242187500 +-0.057861328125 +0.047363281250 +-0.059326171875 +0.041259765625 +0.014099121094 +0.064941406250 +-0.000984191895 +-0.139648437500 +0.141601562500 +0.196289062500 +0.065429687500 +-0.005004882812 +-0.008483886719 +-0.042236328125 +-0.019897460938 +0.084960937500 +-0.041259765625 +-0.092773437500 +0.147460937500 +0.069824218750 +-0.111328125000 +0.183593750000 +-0.087890625000 +-0.215820312500 +-0.004455566406 +-0.126953125000 +0.042724609375 +-0.108398437500 +0.326171875000 +0.076660156250 +-0.030151367188 +0.058105468750 +0.064453125000 +0.129882812500 +-0.037109375000 +-0.031738281250 +-0.167968750000 +-0.056884765625 +-0.021484375000 +-0.087890625000 +0.012451171875 +0.039794921875 +0.048339843750 +0.011169433594 +-0.220703125000 +0.141601562500 +0.033203125000 +0.059326171875 +-0.107910156250 +-0.169921875000 +-0.042724609375 +0.063964843750 +0.013732910156 +0.139648437500 +-0.144531250000 +-0.233398437500 +0.074218750000 +-0.152343750000 +0.125976562500 +0.076171875000 +-0.075195312500 +-0.455078125000 +-0.105957031250 +-0.224609375000 +0.024658203125 +0.007110595703 +0.038574218750 +0.015075683594 +0.021240234375 +-0.014099121094 +0.075195312500 +0.149414062500 +0.351562500000 +0.003265380859 +-0.052490234375 +-0.098144531250 +0.076171875000 +-0.031982421875 +0.172851562500 +0.092285156250 +-0.057373046875 +0.233398437500 +-0.261718750000 +-0.562500000000 +-0.118164062500 +0.267578125000 +-0.022827148438 +-0.055175781250 +0.247070312500 +0.107421875000 +0.003097534180 +-0.096679687500 +0.127929687500 +0.143554687500 +-0.108398437500 +-0.143554687500 +0.011596679688 +-0.168945312500 +0.068359375000 +-0.063964843750 +0.034912109375 +-0.166015625000 +0.026855468750 +-0.040283203125 +-0.324218750000 +-0.244140625000 +0.314453125000 +-0.060791015625 +0.597656250000 +0.013793945312 +-0.068847656250 +-0.186523437500 +-0.277343750000 +0.265625000000 +0.007476806641 +0.015380859375 +0.109863281250 +0.081542968750 +0.178710937500 +0.149414062500 +-0.112792968750 +0.077636718750 +-0.157226562500 +-0.154296875000 +0.269531250000 +0.051757812500 +0.267578125000 +-0.163085937500 +-0.267578125000 +-0.233398437500 +-0.037353515625 +0.050048828125 +-0.353515625000 +-0.144531250000 +0.229492187500 +0.052246093750 +-0.053466796875 +-0.089843750000 +0.351562500000 +0.071777343750 +-0.096191406250 +-0.104492187500 +0.030395507812 +0.106445312500 +-0.259765625000 diff --git a/AI_Engine_Development/AIE-MLv2/Design_Tutorials/01-Radio-ML/aie/conv1d_w1/Makefile b/AI_Engine_Development/AIE-MLv2/Design_Tutorials/01-Radio-ML/aie/conv1d_w1/Makefile new file mode 100755 index 0000000000..a821762ec3 --- /dev/null +++ b/AI_Engine_Development/AIE-MLv2/Design_Tutorials/01-Radio-ML/aie/conv1d_w1/Makefile @@ -0,0 +1,69 @@ +# +# Copyright (C) 2024, Advanced Micro Devices, Inc. All rights reserved. +# SPDX-License-Identifier: MIT +# +# Author: Faisal El-Shabani + +MY_APP := conv1d_w1_app +MY_SOURCES := ${MY_APP}.cpp conv1d_w1_graph.h conv1d_w1.h conv1d_w1.cpp + +PART ?= xc2ve3858-ssva2112-2MP-e-S + +AIE_OUTPUT := libadf.a + +AIE_FLAGS := --part=${PART} ${MY_APP}.cpp --aie.output-archive=${AIE_OUTPUT} --include=../utility + +.PHONY: help clean x86com x86sim sim profile throughput + +help:: + @echo "Makefile Usage:" + @echo " make all" + @echo " Command to generate everything for this design" + @echo "" + @echo " make compile" + @echo " Run AIE compiler and build the design" + @echo "" + @echo " make profile" + @echo " Run AIE simulator with profiling and generate outputs suitable for Vitis Analyzer" + @echo "" + @echo " make analyze" + @echo " Run Vitis Analyzer to inspect results" + @echo "" + @echo " make throughput" + @echo " Evaluate the achieved throughput at the output" + @echo "" + @echo " make clean" + @echo " Command to remove all the generated files." + +all: ${AIE_OUTPUT} + +x86all: clean x86com x86sim + +${AIE_OUTPUT}: ${MY_SOURCES} + v++ --compile --config aie.cfg --mode aie --target=hw ${AIE_FLAGS} 2>&1 | tee log + +x86com: + v++ --compile --config aie.cfg --mode aie --target=x86sim ${AIE_FLAGS} 2>&1 | tee log + +sim: + aiesimulator 2>&1 | tee -a log + +x86sim: + x86simulator 2>&1 | tee -a log + +profile: + aiesimulator --online -wdb -text --profile 2>&1 | tee -a log + +trace: + aiesimulator --hang-detect-time=5000 --online -wdb -text 2>&1 | tee -a log + +clean: + rm -rf .Xil Work libadf.a + rm -rf aiesimulator_output* aiesimulator*.log + rm -rf x86simulator_output* + rm -rf log log* + rm -rf *.xpe *.elf *.db *.soln Map_* xnw* *.lp *.log .xil .Xil *.lp *.db *.log *.exe *.vcd *.json + rm -rf vitis_analyzer* pl_sample_counts* pl_sample_count_* + rm -rf temp ISS_RPC_SERVER_PORT .crashReporter .AIE_SIM_CMD_LINE_OPTIONS + rm -rf system*.* trdata.aiesim function_wdb_dir .wsdata _ide vfs_work .ipynb_checkpoints _ide + diff --git a/AI_Engine_Development/AIE-MLv2/Design_Tutorials/01-Radio-ML/aie/conv1d_w1/aie.cfg b/AI_Engine_Development/AIE-MLv2/Design_Tutorials/01-Radio-ML/aie/conv1d_w1/aie.cfg new file mode 100755 index 0000000000..78861f6449 --- /dev/null +++ b/AI_Engine_Development/AIE-MLv2/Design_Tutorials/01-Radio-ML/aie/conv1d_w1/aie.cfg @@ -0,0 +1,14 @@ +# +# Copyright (C) 2024, Advanced Micro Devices, Inc. All rights reserved. +# SPDX-License-Identifier: MIT +# +# Author: Faisal El-Shabani + +[aie] + +kernel-linting=true +xlopt=1 +verbose=true +pl-freq=625 +Xmapper=BufferOptLevel9 +Xchess="main:backend.mist2.maxfoldk=80" \ No newline at end of file diff --git a/AI_Engine_Development/AIE-MLv2/Design_Tutorials/01-Radio-ML/aie/conv1d_w1/conv1_model.m b/AI_Engine_Development/AIE-MLv2/Design_Tutorials/01-Radio-ML/aie/conv1d_w1/conv1_model.m new file mode 100644 index 0000000000..a1d74a07b8 --- /dev/null +++ b/AI_Engine_Development/AIE-MLv2/Design_Tutorials/01-Radio-ML/aie/conv1d_w1/conv1_model.m @@ -0,0 +1,54 @@ +% +% Copyright (C) 2024, Advanced Micro Devices, Inc. All rights reserved. +% SPDX-License-Identifier: MIT +% +% Author: Faisal El-Shabani +%% +formatSpec = '%f'; +fileID = fopen('data/data_iq.txt','r'); +data_iq = fscanf(fileID,formatSpec); +NITER = length(data_iq)/2048; +data_iq = reshape(data_iq,2,1024,NITER); +data_iq = double(varray.bfloat16(data_iq)); +fclose(fileID); + +I_in = zeros(1024,NITER); +Q_in = zeros(1024,NITER); +for i=1:NITER + I_in( :,i ) = reshape(data_iq(1,:,i),1,[]); + Q_in( :,i ) = reshape(data_iq(2,:,i),1,[]); +end + +conv1_golden_output = zeros(1024,64,NITER); +fileID = fopen("./data/data_o.txt",'r'); +conv1_golden_output = reshape(fscanf(fileID,formatSpec),size(conv1_golden_output)); +fclose(fileID); + + +fileID = fopen('w1_weights_trained.txt','r'); +weights = fscanf(fileID,formatSpec); +weights = reshape(weights,64,2,7); +weights = double(varray.bfloat16(weights)); +fclose(fileID); +fileID = fopen('w1_bias_trained.txt','r'); +biases = fscanf(fileID,formatSpec); +biases = double(varray.bfloat16(biases)); +fclose(fileID); +%% +conv1_actual_output = zeros(1024,64,NITER); +tmp = zeros(64,1024); +for j=1:NITER + for i=1:64 + conv_I = conv(I_in(:,j),flip(squeeze(weights(i,1,:)).'),'same'); + conv_Q = conv(Q_in(:,j),flip(squeeze(weights(i,2,:)).'),'same'); + + tmp(i,:) = max(conv_I + conv_Q + biases(i),0); + + end + conv1_actual_output(:,:,j) = tmp.'; +end +conv1_actual_output = double(varray.bfloat16(conv1_actual_output)); + +figure(1);plot(reshape(conv1_actual_output,1,[]));hold on;plot(reshape(conv1_golden_output,1,[]));hold off;legend('Actual','Golden');grid on; +figure(2);plot(reshape(conv1_actual_output,1,[])-reshape(conv1_golden_output,1,[]));grid on;title('error'); +max(abs(reshape(conv1_actual_output,1,[])-reshape(conv1_golden_output,1,[]))) \ No newline at end of file diff --git a/AI_Engine_Development/AIE-MLv2/Design_Tutorials/01-Radio-ML/aie/conv1d_w1/conv1d_w1.cpp b/AI_Engine_Development/AIE-MLv2/Design_Tutorials/01-Radio-ML/aie/conv1d_w1/conv1d_w1.cpp new file mode 100755 index 0000000000..9045b98158 --- /dev/null +++ b/AI_Engine_Development/AIE-MLv2/Design_Tutorials/01-Radio-ML/aie/conv1d_w1/conv1d_w1.cpp @@ -0,0 +1,82 @@ +// +// Copyright (C) 2024, Advanced Micro Devices, Inc. All rights reserved. +// SPDX-License-Identifier: MIT +// +// Author: Faisal El-Shabani + +#include +#include + +#include "conv1d_w1.h" + + +// ------------------------------------------------------------ +// Constructor +// ------------------------------------------------------------ + +template +conv1d_w1::conv1d_w1(void) +{ + aie::set_rounding(aie::rounding_mode::symmetric_inf); + aie::set_saturation(aie::saturation_mode::saturate); +} + +// ------------------------------------------------------------ +// Run +// ------------------------------------------------------------ + +template +void conv1d_w1::run( input_buffer& __restrict data_iq, + const TT_DATA (&weights)[NWEIGHTS], + const TT_DATA (&biases)[NNODES], + output_async_buffer& __restrict data_o) +{ + auto p_data_iq = aie::begin_restrict_vector<64>(data_iq); + + aie::accum acc; + aie::vector data_iq_0; + aie::vector data_iq_1; + aie::vector data_reg; + aie::vector weights_reg; + + auto p_data_o = aie::begin_restrict_vector<64>(data_o); + + // Loop over nodes + for ( unsigned n=0; n < NNODES; n++) + { + if ( (n%(NNODES/NSPLIT))==0 ) + { + data_o.acquire(); + p_data_o = aie::begin_restrict_vector<64>(data_o); + } + // Loop over samples + for ( unsigned jj=0; jj < NSAMP/128; jj++) + chess_loop_range(NSAMP/128,) + chess_prepare_for_pipelining + { + data_iq_0 = *p_data_iq++; + data_iq_1 = *p_data_iq++; + auto [data_i_0,data_q_0] = aie::interleave_unzip(data_iq_0,data_iq_1,1); + data_iq_0 = *p_data_iq++; + data_iq_1 = *p_data_iq++; + auto [data_i_1,data_q_1] = aie::interleave_unzip(data_iq_0,data_iq_1,1); + p_data_iq-=2; + acc = aie::zeros(); + for ( unsigned kk=0; kk < KERNEL_SIZE; kk++) + chess_unroll_loop(*) + { + data_reg = aie::shuffle_down_fill(data_i_0,data_i_1,kk+1); // Add +1 to kk since we pre-pad 4 0s, but python model only uses 3 0s. + weights_reg = aie::broadcast(weights[kk*NNODES*2+n]); + acc = mac_elem_64(data_reg,weights_reg,acc); + + data_reg = aie::shuffle_down_fill(data_q_0,data_q_1,kk+1); // Add +1 to kk since we pre-pad 4 0s, but python model only uses 3 0s. + weights_reg = aie::broadcast(weights[kk*NNODES*2+n+NNODES]); + acc = mac_elem_64(data_reg,weights_reg,acc); + } + acc = aie::add(acc,biases[n]); + *p_data_o++ = aie::max(acc.to_vector(),TT_DATA(0)); + } + p_data_iq -= NSAMP/64; + if ( ((n+1)%(NNODES/NSPLIT))==0 ) data_o.release(); + } +} \ No newline at end of file diff --git a/AI_Engine_Development/AIE-MLv2/Design_Tutorials/01-Radio-ML/aie/conv1d_w1/conv1d_w1.h b/AI_Engine_Development/AIE-MLv2/Design_Tutorials/01-Radio-ML/aie/conv1d_w1/conv1d_w1.h new file mode 100755 index 0000000000..bfe165fe43 --- /dev/null +++ b/AI_Engine_Development/AIE-MLv2/Design_Tutorials/01-Radio-ML/aie/conv1d_w1/conv1d_w1.h @@ -0,0 +1,35 @@ +// +// Copyright (C) 2024, Advanced Micro Devices, Inc. All rights reserved. +// SPDX-License-Identifier: MIT +// +// Author: Faisal El-Shabani + +#pragma once + +#include +#include + +using namespace adf; + +template +class conv1d_w1 { +public: + typedef bfloat16 TT_DATA; +private: + +public: + // Constructor: + conv1d_w1( void ); + + // Run: + void run( input_buffer& __restrict data_iq, + const TT_DATA (&weights)[NWEIGHTS], + const TT_DATA (&biases)[NNODES], + output_async_buffer& __restrict data_o); + + static void registerKernelClass( void ) + { + REGISTER_FUNCTION( conv1d_w1::run ); + } +}; + diff --git a/AI_Engine_Development/AIE-MLv2/Design_Tutorials/01-Radio-ML/aie/conv1d_w1/conv1d_w1_app.cpp b/AI_Engine_Development/AIE-MLv2/Design_Tutorials/01-Radio-ML/aie/conv1d_w1/conv1d_w1_app.cpp new file mode 100755 index 0000000000..95835aed76 --- /dev/null +++ b/AI_Engine_Development/AIE-MLv2/Design_Tutorials/01-Radio-ML/aie/conv1d_w1/conv1d_w1_app.cpp @@ -0,0 +1,55 @@ +// +// Copyright (C) 2024, Advanced Micro Devices, Inc. All rights reserved. +// SPDX-License-Identifier: MIT +// +// Author: Faisal El-Shabani + +#include +#include +#include "conv1d_w1_graph.h" +#include "read_file.h" + +class dut_graph : public graph { +public: + conv1d_w1_graph dut; + input_plio data_iq; + port weights; + port biases; + output_plio data_o; + + dut_graph( void ) + { + data_iq = input_plio::create("PLIO_iq_0",plio_64_bits,"data/data_iq.txt"); + connect<>(data_iq.out[0],dut.data_iq); + + connect<>(weights,dut.weights); + connect<>(biases,dut.biases); + + data_o = output_plio::create("PLIO_o_0",plio_64_bits,"data/data_o.txt"); + connect<>(dut.data_o,data_o.in[0]); + } +}; + +// Instantiate AIE graph: +dut_graph aie_dut; + +bfloat16 weights_array[896]; +bfloat16 biases_array[64]; + +// Initialize and run the graph: +int main(void) +{ + aie_dut.init(); + + // Read layer RTPs + read_file("data/weights-rtp.txt",weights_array); + read_file ("data/biases-rtp.txt", biases_array); + + aie_dut.update(aie_dut.weights,weights_array,896); + aie_dut.update(aie_dut.biases,biases_array,64); + + aie_dut.run(4); + aie_dut.end(); + + return 0; +} diff --git a/AI_Engine_Development/AIE-MLv2/Design_Tutorials/01-Radio-ML/aie/conv1d_w1/conv1d_w1_graph.h b/AI_Engine_Development/AIE-MLv2/Design_Tutorials/01-Radio-ML/aie/conv1d_w1/conv1d_w1_graph.h new file mode 100755 index 0000000000..98c48eae2c --- /dev/null +++ b/AI_Engine_Development/AIE-MLv2/Design_Tutorials/01-Radio-ML/aie/conv1d_w1/conv1d_w1_graph.h @@ -0,0 +1,80 @@ +// +// Copyright (C) 2024, Advanced Micro Devices, Inc. All rights reserved. +// SPDX-License-Identifier: MIT +// +// Author: Faisal El-Shabani + +#pragma once + +#include +#include "conv1d_w1.h" + +using namespace adf; + +// ------------------------------------------------------------ +// Top Level Graph +// ------------------------------------------------------------ + +class conv1d_w1_graph : public graph { +public: + // Declare Kernels + kernel kk; + + // Declare IOs + port data_iq; + port weights; + port biases; + port data_o; + shared_buffer MT; + + static constexpr unsigned NSAMP = 2048; // 1024 I/Q samples + static constexpr unsigned NNODES = 64; // 64 nodes + static constexpr unsigned NBIASES = NNODES; // 64 nodes + static constexpr unsigned KERNEL_SIZE = 7; // Matches KERNEL_SIZE in Python + static constexpr unsigned NWEIGHTS = KERNEL_SIZE*2*NNODES; // KERNEL_SIZE=7, I/Q paths, 64 nodes + + static constexpr double BUFFER_SIZE_MULTIPLE = NSAMP/2*NNODES*2*2*2.0/65536; // Ratio of output buffer size to local tile memory + // *2 -> 2 bytes per sample + // *2 -> ping-pong + // *2 -> Margin to ensure input buffer uses only two banks (same applies for output buffer) + // 65536 -> Local tile memory (64KB) + static constexpr unsigned NSPLIT = BUFFER_SIZE_MULTIPLE; // Process incoming samples in NSPLIT chunks so output buffers fit in local tile memory. + + conv1d_w1_graph( void ) + { + + tiling_parameters bdw = { .buffer_dimension = {NSAMP}, + .tiling_dimension = {NSAMP}, + .offset = {0} }; + // These tiling parameters pre-pads I/Q paths with 4 complex 0s and post-pads with 4 complex 0s, as opposed to minimum required of 3 and 3. + // This is done to ensure the kernel input buffer size is a multiple of 16 bytes. + tiling_parameters bdr = { .buffer_dimension = {NSAMP}, + .tiling_dimension = {NSAMP+4*2*2}, + .offset = {-4*2}, + .tile_traversal = {{.dimension=0, .stride=NSAMP+4*2*2,.wrap=1}} + }; + + MT = shared_buffer::create({NSAMP}, 1, 1); + write_access(MT.in[0]) = tiling(bdw); + read_access(MT.out[0]) = tiling(bdr); + repetition_count(MT) = 1; + + kk = kernel::create_object>(); + source(kk) = "conv1d_w1.cpp"; + runtime(kk) = 0.9; + repetition_count(kk) = 1; + stack_size(kk) = 2048; + + single_buffer(kk.in[1]); + single_buffer(kk.in[2]); + + // Connect inputs: + connect<> ( data_iq, MT.in[0] ); + connect<> ( MT.out[0], kk.in[0] ); dimensions(kk.in[0]) = {NSAMP+4*2*2}; + connect ( weights, async(kk.in[1]) ); + connect ( biases, async(kk.in[2]) ); + connect<> ( kk.out[0], data_o ); dimensions(kk.out[0]) = {NSAMP/2*NNODES/NSPLIT}; + + } +}; + diff --git a/AI_Engine_Development/AIE-MLv2/Design_Tutorials/01-Radio-ML/aie/conv1d_w1/data/biases-rtp.txt b/AI_Engine_Development/AIE-MLv2/Design_Tutorials/01-Radio-ML/aie/conv1d_w1/data/biases-rtp.txt new file mode 100644 index 0000000000..779cd9c0c1 --- /dev/null +++ b/AI_Engine_Development/AIE-MLv2/Design_Tutorials/01-Radio-ML/aie/conv1d_w1/data/biases-rtp.txt @@ -0,0 +1,64 @@ +-0.132812500000 +-0.166992187500 +-0.103027343750 +-0.257812500000 +-0.132812500000 +-0.269531250000 +-0.203125000000 +-0.257812500000 +-0.201171875000 +-0.218750000000 +-0.133789062500 +-0.226562500000 +-0.208007812500 +-0.060058593750 +-0.174804687500 +-0.032226562500 +-0.102539062500 +-0.081542968750 +-0.091308593750 +0.002380371094 +0.004211425781 +-0.259765625000 +-0.096191406250 +-0.097167968750 +-0.093750000000 +-0.209960937500 +-0.057373046875 +-0.149414062500 +-0.203125000000 +-0.180664062500 +-0.269531250000 +-0.265625000000 +-0.175781250000 +-0.106933593750 +-0.089355468750 +-0.296875000000 +-0.269531250000 +-0.104003906250 +-0.204101562500 +-0.250000000000 +-0.145507812500 +-0.009033203125 +-0.283203125000 +-0.185546875000 +-0.240234375000 +0.000999450684 +-0.037841796875 +-0.203125000000 +-0.188476562500 +-0.226562500000 +-0.020385742188 +-0.012878417969 +-0.068359375000 +-0.253906250000 +-0.187500000000 +-0.207031250000 +-0.082519531250 +-0.185546875000 +-0.173828125000 +-0.032226562500 +-0.250000000000 +-0.259765625000 +-0.210937500000 +-0.306640625000 diff --git a/AI_Engine_Development/AIE-MLv2/Design_Tutorials/01-Radio-ML/aie/conv1d_w1/data/data_iq.txt b/AI_Engine_Development/AIE-MLv2/Design_Tutorials/01-Radio-ML/aie/conv1d_w1/data/data_iq.txt new file mode 100644 index 0000000000..3c490f0abe --- /dev/null +++ b/AI_Engine_Development/AIE-MLv2/Design_Tutorials/01-Radio-ML/aie/conv1d_w1/data/data_iq.txt @@ -0,0 +1,2048 @@ +0.625000000000 -0.098144531250 0.410156250000 -0.255859375000 +0.202148437500 -0.310546875000 0.083984375000 -0.382812500000 +0.120117187500 -0.339843750000 0.022827148438 -0.457031250000 +0.180664062500 -0.337890625000 0.197265625000 -0.151367187500 +0.519531250000 -0.092285156250 0.464843750000 -0.043457031250 +0.660156250000 0.221679687500 0.843750000000 0.369140625000 +0.804687500000 0.316406250000 1.054687500000 0.251953125000 +0.976562500000 0.222656250000 1.023437500000 0.046875000000 +0.851562500000 -0.240234375000 0.574218750000 -0.511718750000 +0.376953125000 -0.625000000000 0.242187500000 -0.851562500000 +0.060546875000 -0.996093750000 -0.257812500000 -1.070312500000 +-0.251953125000 -1.062500000000 -0.382812500000 -1.000000000000 +-0.365234375000 -0.960937500000 -0.742187500000 -0.695312500000 +-0.582031250000 -0.531250000000 -0.687500000000 -0.447265625000 +-0.769531250000 -0.075683593750 -0.613281250000 -0.038574218750 +-0.460937500000 0.062255859375 -0.648437500000 0.102539062500 +-0.392578125000 0.139648437500 -0.318359375000 -0.002044677734 +-0.400390625000 -0.178710937500 -0.212890625000 -0.233398437500 +-0.018310546875 -0.367187500000 0.104003906250 -0.375000000000 +0.257812500000 -0.558593750000 0.414062500000 -0.585937500000 +0.523437500000 -0.460937500000 0.671875000000 -0.574218750000 +1.000000000000 -0.464843750000 1.039062500000 -0.219726562500 +1.078125000000 -0.359375000000 1.109375000000 -0.185546875000 +1.093750000000 0.026611328125 1.039062500000 -0.087402343750 +1.046875000000 0.162109375000 0.714843750000 0.020507812500 +0.882812500000 -0.012145996094 0.789062500000 0.028686523438 +0.679687500000 -0.060791015625 0.730468750000 -0.102050781250 +0.570312500000 -0.067871093750 0.613281250000 -0.138671875000 +0.515625000000 -0.165039062500 0.664062500000 -0.198242187500 +0.613281250000 -0.177734375000 0.468750000000 -0.108886718750 +0.498046875000 -0.108398437500 0.343750000000 -0.084472656250 +0.204101562500 0.027709960938 0.025634765625 0.031005859375 +-0.183593750000 0.220703125000 -0.382812500000 0.296875000000 +-0.644531250000 0.316406250000 -0.750000000000 0.478515625000 +-0.859375000000 0.652343750000 -0.910156250000 0.738281250000 +-0.863281250000 0.914062500000 -0.675781250000 0.957031250000 +-0.660156250000 1.125000000000 -0.546875000000 1.078125000000 +-0.341796875000 1.273437500000 -0.396484375000 1.242187500000 +-0.120605468750 1.195312500000 0.060302734375 1.187500000000 +0.114746093750 1.078125000000 0.125976562500 1.031250000000 +0.085937500000 0.871093750000 0.077148437500 0.968750000000 +-0.020996093750 0.742187500000 0.103515625000 0.738281250000 +0.197265625000 0.769531250000 0.123535156250 0.392578125000 +0.283203125000 0.535156250000 0.511718750000 0.386718750000 +0.582031250000 0.416015625000 0.660156250000 0.396484375000 +0.863281250000 0.190429687500 0.984375000000 0.105468750000 +1.109375000000 -0.024291992188 1.062500000000 -0.226562500000 +1.093750000000 -0.320312500000 1.164062500000 -0.488281250000 +0.992187500000 -0.707031250000 1.015625000000 -0.812500000000 +0.753906250000 -0.890625000000 0.476562500000 -1.000000000000 +0.640625000000 -1.007812500000 0.550781250000 -1.015625000000 +0.671875000000 -1.031250000000 0.578125000000 -0.812500000000 +0.718750000000 -0.640625000000 0.796875000000 -0.433593750000 +0.875000000000 -0.285156250000 1.085937500000 0.026123046875 +1.007812500000 0.402343750000 1.039062500000 0.738281250000 +0.886718750000 0.867187500000 0.886718750000 1.187500000000 +0.769531250000 1.265625000000 0.523437500000 1.406250000000 +0.464843750000 1.546875000000 0.238281250000 1.328125000000 +0.250000000000 1.226562500000 0.156250000000 1.078125000000 +0.064941406250 0.757812500000 0.166015625000 0.535156250000 +0.145507812500 0.004150390625 0.052734375000 -0.232421875000 +0.104003906250 -0.507812500000 -0.084960937500 -0.851562500000 +-0.259765625000 -1.156250000000 -0.283203125000 -1.085937500000 +-0.375000000000 -1.164062500000 -0.574218750000 -1.187500000000 +-0.828125000000 -0.902343750000 -1.085937500000 -0.832031250000 +-1.164062500000 -0.574218750000 -1.257812500000 -0.345703125000 +-1.179687500000 -0.133789062500 -0.886718750000 0.200195312500 +-0.738281250000 0.437500000000 -0.558593750000 0.433593750000 +-0.031738281250 0.636718750000 0.149414062500 0.855468750000 +0.322265625000 0.761718750000 0.699218750000 0.652343750000 +0.910156250000 0.550781250000 1.015625000000 0.539062500000 +0.984375000000 0.355468750000 0.925781250000 0.251953125000 +0.816406250000 0.161132812500 0.714843750000 0.037841796875 +0.259765625000 -0.056884765625 -0.059814453125 -0.059326171875 +-0.388671875000 -0.042724609375 -0.644531250000 0.219726562500 +-0.910156250000 0.220703125000 -0.980468750000 0.437500000000 +-1.156250000000 0.550781250000 -1.101562500000 0.824218750000 +-1.101562500000 0.914062500000 -0.828125000000 0.917968750000 +-0.621093750000 1.070312500000 -0.511718750000 0.984375000000 +-0.359375000000 0.910156250000 0.194335937500 0.636718750000 +0.249023437500 0.503906250000 0.464843750000 0.133789062500 +0.769531250000 -0.144531250000 0.894531250000 -0.296875000000 +0.960937500000 -0.546875000000 1.039062500000 -0.628906250000 +0.832031250000 -0.636718750000 0.746093750000 -0.777343750000 +0.609375000000 -0.644531250000 0.416015625000 -0.734375000000 +0.042724609375 -0.408203125000 -0.113769531250 -0.332031250000 +-0.365234375000 -0.158203125000 -0.656250000000 0.141601562500 +-0.718750000000 0.146484375000 -1.046875000000 0.273437500000 +-1.234375000000 0.460937500000 -1.179687500000 0.361328125000 +-1.242187500000 0.625000000000 -1.046875000000 0.492187500000 +-1.093750000000 0.761718750000 -0.953125000000 0.718750000000 +-0.839843750000 0.753906250000 -0.585937500000 0.800781250000 +-0.496093750000 0.859375000000 -0.176757812500 0.898437500000 +0.103027343750 1.062500000000 0.392578125000 1.046875000000 +0.582031250000 1.015625000000 0.816406250000 1.101562500000 +0.941406250000 1.000000000000 1.109375000000 0.996093750000 +0.964843750000 0.988281250000 1.289062500000 1.039062500000 +0.996093750000 1.015625000000 0.925781250000 0.964843750000 +0.753906250000 1.117187500000 0.449218750000 1.109375000000 +0.333984375000 1.140625000000 0.078125000000 1.242187500000 +-0.120117187500 1.242187500000 -0.277343750000 1.234375000000 +-0.419921875000 1.187500000000 -0.417968750000 1.187500000000 +-0.558593750000 1.117187500000 -0.421875000000 1.015625000000 +-0.251953125000 0.785156250000 -0.042236328125 0.664062500000 +0.209960937500 0.224609375000 0.367187500000 0.212890625000 +0.632812500000 -0.165039062500 0.761718750000 -0.316406250000 +0.929687500000 -0.472656250000 0.933593750000 -0.769531250000 +0.859375000000 -0.816406250000 0.812500000000 -0.921875000000 +0.554687500000 -0.960937500000 0.431640625000 -1.054687500000 +0.183593750000 -1.007812500000 -0.057128906250 -1.039062500000 +-0.445312500000 -1.085937500000 -0.683593750000 -1.007812500000 +-0.816406250000 -1.164062500000 -0.945312500000 -1.265625000000 +-1.015625000000 -1.187500000000 -0.968750000000 -1.218750000000 +-1.054687500000 -1.281250000000 -0.835937500000 -1.171875000000 +-0.746093750000 -0.882812500000 -0.554687500000 -0.800781250000 +-0.519531250000 -0.671875000000 -0.333984375000 -0.400390625000 +-0.126953125000 -0.053710937500 -0.098144531250 0.296875000000 +0.043457031250 0.585937500000 0.121582031250 0.792968750000 +0.096679687500 1.007812500000 -0.012451171875 1.117187500000 +0.031005859375 1.359375000000 -0.167968750000 1.343750000000 +-0.221679687500 1.406250000000 -0.294921875000 1.367187500000 +-0.320312500000 1.218750000000 -0.460937500000 1.171875000000 +-0.464843750000 1.109375000000 -0.542968750000 1.109375000000 +-0.574218750000 1.164062500000 -0.503906250000 1.203125000000 +-0.402343750000 1.132812500000 -0.376953125000 1.070312500000 +-0.298828125000 1.164062500000 -0.162109375000 1.085937500000 +0.054931640625 1.156250000000 0.126953125000 1.218750000000 +0.141601562500 1.117187500000 0.200195312500 0.972656250000 +0.175781250000 0.996093750000 0.167968750000 0.722656250000 +0.112792968750 0.800781250000 0.110351562500 0.664062500000 +-0.050292968750 0.742187500000 -0.289062500000 0.789062500000 +-0.400390625000 0.648437500000 -0.439453125000 0.683593750000 +-0.769531250000 0.785156250000 -0.792968750000 0.742187500000 +-0.703125000000 0.585937500000 -1.023437500000 0.640625000000 +-1.046875000000 0.412109375000 -1.015625000000 0.216796875000 +-0.957031250000 -0.205078125000 -0.738281250000 -0.177734375000 +-0.824218750000 -0.343750000000 -0.601562500000 -0.828125000000 +-0.332031250000 -0.941406250000 -0.036132812500 -1.101562500000 +0.117187500000 -1.132812500000 0.333984375000 -1.179687500000 +0.449218750000 -1.250000000000 0.542968750000 -1.015625000000 +0.675781250000 -0.796875000000 0.652343750000 -0.621093750000 +0.597656250000 -0.494140625000 0.597656250000 -0.189453125000 +0.431640625000 -0.075195312500 0.220703125000 0.223632812500 +0.050781250000 0.349609375000 -0.029052734375 0.304687500000 +-0.231445312500 0.275390625000 -0.382812500000 0.283203125000 +-0.500000000000 0.245117187500 -0.488281250000 0.100585937500 +-0.644531250000 -0.049316406250 -0.302734375000 -0.205078125000 +-0.287109375000 -0.406250000000 -0.118652343750 -0.416015625000 +0.061767578125 -0.589843750000 0.196289062500 -0.742187500000 +0.341796875000 -0.960937500000 0.376953125000 -1.031250000000 +0.488281250000 -1.117187500000 0.550781250000 -1.140625000000 +0.550781250000 -1.250000000000 0.488281250000 -1.265625000000 +0.449218750000 -1.421875000000 0.310546875000 -1.406250000000 +0.250000000000 -1.265625000000 0.014221191406 -1.304687500000 +-0.051513671875 -1.164062500000 0.050537109375 -1.171875000000 +0.072265625000 -0.917968750000 -0.135742187500 -0.851562500000 +0.001541137695 -0.757812500000 -0.011169433594 -0.718750000000 +-0.077636718750 -0.625000000000 0.006164550781 -0.609375000000 +-0.119628906250 -0.462890625000 -0.162109375000 -0.566406250000 +-0.192382812500 -0.484375000000 -0.451171875000 -0.625000000000 +-0.578125000000 -0.531250000000 -0.644531250000 -0.574218750000 +-0.847656250000 -0.585937500000 -0.761718750000 -0.570312500000 +-1.171875000000 -0.625000000000 -1.195312500000 -0.554687500000 +-1.281250000000 -0.625000000000 -1.320312500000 -0.332031250000 +-1.468750000000 -0.441406250000 -1.296875000000 -0.263671875000 +-1.359375000000 -0.214843750000 -1.296875000000 -0.107910156250 +-1.085937500000 0.196289062500 -1.078125000000 0.308593750000 +-0.882812500000 0.414062500000 -0.703125000000 0.699218750000 +-0.578125000000 0.820312500000 -0.519531250000 0.843750000000 +-0.138671875000 1.023437500000 -0.114257812500 1.234375000000 +-0.043457031250 1.187500000000 0.214843750000 1.265625000000 +0.269531250000 1.250000000000 0.433593750000 1.257812500000 +0.439453125000 1.257812500000 0.636718750000 1.257812500000 +0.585937500000 1.187500000000 0.636718750000 1.054687500000 +0.621093750000 1.046875000000 0.679687500000 1.007812500000 +0.554687500000 0.910156250000 0.488281250000 0.929687500000 +0.515625000000 0.773437500000 0.310546875000 0.679687500000 +0.135742187500 0.636718750000 0.074218750000 0.531250000000 +-0.205078125000 0.500000000000 -0.351562500000 0.460937500000 +-0.335937500000 0.349609375000 -0.671875000000 0.373046875000 +-0.859375000000 0.257812500000 -0.945312500000 0.122070312500 +-1.015625000000 -0.016479492188 -1.078125000000 0.008728027344 +-1.250000000000 -0.110351562500 -1.351562500000 -0.248046875000 +-1.203125000000 -0.197265625000 -1.203125000000 -0.332031250000 +-1.070312500000 -0.341796875000 -0.843750000000 -0.128906250000 +-0.746093750000 -0.093261718750 -0.753906250000 0.001907348633 +-0.435546875000 0.178710937500 -0.213867187500 0.332031250000 +-0.006713867188 0.464843750000 0.188476562500 0.617187500000 +0.339843750000 0.769531250000 0.404296875000 0.773437500000 +0.474609375000 1.015625000000 0.523437500000 1.031250000000 +0.482421875000 1.125000000000 0.507812500000 0.902343750000 +0.369140625000 0.824218750000 0.114746093750 0.808593750000 +-0.044677734375 0.710937500000 -0.241210937500 0.476562500000 +-0.328125000000 0.245117187500 -0.523437500000 0.060546875000 +-0.628906250000 -0.134765625000 -0.730468750000 -0.320312500000 +-0.570312500000 -0.318359375000 -0.617187500000 -0.361328125000 +-0.664062500000 -0.371093750000 -0.392578125000 -0.523437500000 +-0.232421875000 -0.566406250000 -0.152343750000 -0.417968750000 +0.151367187500 -0.601562500000 0.349609375000 -0.519531250000 +0.443359375000 -0.539062500000 0.687500000000 -0.474609375000 +0.828125000000 -0.613281250000 0.976562500000 -0.480468750000 +1.046875000000 -0.474609375000 0.992187500000 -0.462890625000 +1.039062500000 -0.640625000000 1.015625000000 -0.410156250000 +1.054687500000 -0.582031250000 0.898437500000 -0.416015625000 +0.828125000000 -0.503906250000 0.859375000000 -0.277343750000 +0.761718750000 -0.277343750000 0.628906250000 0.067871093750 +0.707031250000 0.060791015625 0.546875000000 0.349609375000 +0.535156250000 0.542968750000 0.503906250000 0.625000000000 +0.593750000000 0.792968750000 0.710937500000 0.886718750000 +0.527343750000 1.007812500000 0.503906250000 1.171875000000 +0.349609375000 1.085937500000 0.417968750000 1.148437500000 +0.198242187500 0.847656250000 -0.001800537109 0.906250000000 +-0.045410156250 0.734375000000 -0.318359375000 0.375000000000 +-0.400390625000 0.404296875000 -0.484375000000 -0.030273437500 +-0.480468750000 -0.174804687500 -0.458984375000 -0.247070312500 +-0.363281250000 -0.601562500000 -0.326171875000 -0.722656250000 +-0.173828125000 -1.054687500000 -0.152343750000 -1.226562500000 +-0.122558593750 -1.132812500000 -0.097656250000 -1.156250000000 +-0.157226562500 -1.046875000000 -0.066406250000 -1.156250000000 +-0.208007812500 -0.957031250000 -0.259765625000 -0.789062500000 +-0.474609375000 -0.644531250000 -0.355468750000 -0.535156250000 +-0.582031250000 -0.203125000000 -0.468750000000 -0.210937500000 +-0.378906250000 0.046386718750 -0.248046875000 0.179687500000 +-0.198242187500 0.390625000000 0.105957031250 0.585937500000 +0.214843750000 0.535156250000 0.490234375000 0.503906250000 +0.734375000000 0.574218750000 0.882812500000 0.636718750000 +0.937500000000 0.707031250000 0.996093750000 0.644531250000 +1.054687500000 0.632812500000 0.859375000000 0.804687500000 +0.671875000000 0.765625000000 0.480468750000 0.714843750000 +0.304687500000 0.597656250000 0.153320312500 0.558593750000 +-0.012512207031 0.546875000000 -0.113281250000 0.375000000000 +-0.251953125000 0.390625000000 -0.349609375000 0.238281250000 +-0.312500000000 -0.014404296875 -0.096679687500 -0.160156250000 +-0.221679687500 -0.447265625000 -0.040039062500 -0.527343750000 +0.110839843750 -0.482421875000 0.181640625000 -0.878906250000 +0.235351562500 -1.078125000000 0.320312500000 -1.242187500000 +0.464843750000 -1.312500000000 0.546875000000 -1.179687500000 +0.582031250000 -1.218750000000 0.769531250000 -1.015625000000 +0.691406250000 -0.796875000000 0.617187500000 -0.718750000000 +0.636718750000 -0.324218750000 0.660156250000 -0.025024414062 +0.617187500000 0.306640625000 0.406250000000 0.648437500000 +0.205078125000 0.875000000000 -0.047607421875 1.023437500000 +-0.294921875000 1.179687500000 -0.462890625000 1.406250000000 +-0.722656250000 1.296875000000 -0.917968750000 1.375000000000 +-1.039062500000 1.218750000000 -1.054687500000 1.070312500000 +-1.078125000000 0.769531250000 -1.070312500000 0.707031250000 +-1.000000000000 0.478515625000 -0.781250000000 0.341796875000 +-0.613281250000 0.168945312500 -0.263671875000 0.014160156250 +0.025390625000 -0.045166015625 0.554687500000 -0.003387451172 +0.937500000000 -0.013427734375 0.992187500000 0.125000000000 +1.351562500000 0.195312500000 1.484375000000 0.216796875000 +1.578125000000 0.341796875000 1.578125000000 0.451171875000 +1.601562500000 0.542968750000 1.476562500000 0.554687500000 +1.375000000000 0.621093750000 1.132812500000 0.695312500000 +0.730468750000 0.687500000000 0.601562500000 0.714843750000 +0.421875000000 0.281250000000 0.253906250000 0.234375000000 +-0.028930664062 0.083984375000 0.079589843750 -0.117675781250 +-0.002365112305 -0.353515625000 0.125000000000 -0.402343750000 +0.173828125000 -0.492187500000 0.429687500000 -0.671875000000 +0.527343750000 -0.832031250000 0.660156250000 -0.820312500000 +0.933593750000 -0.824218750000 1.023437500000 -0.671875000000 +1.109375000000 -0.582031250000 0.941406250000 -0.664062500000 +0.875000000000 -0.449218750000 0.597656250000 -0.443359375000 +0.240234375000 -0.257812500000 0.013549804688 -0.255859375000 +-0.275390625000 -0.253906250000 -0.632812500000 -0.075683593750 +-0.738281250000 -0.077636718750 -1.000000000000 -0.103027343750 +-1.054687500000 -0.070312500000 -0.757812500000 -0.099121093750 +-0.925781250000 -0.116210937500 -0.523437500000 -0.138671875000 +-0.474609375000 -0.054931640625 -0.090820312500 -0.195312500000 +0.123046875000 -0.040771484375 0.369140625000 0.006774902344 +0.443359375000 0.088867187500 0.492187500000 0.241210937500 +0.554687500000 0.302734375000 0.453125000000 0.507812500000 +0.337890625000 0.636718750000 0.332031250000 0.718750000000 +0.176757812500 0.925781250000 0.124023437500 1.203125000000 +-0.196289062500 1.359375000000 0.058593750000 1.335937500000 +0.139648437500 1.632812500000 -0.004516601562 1.664062500000 +0.158203125000 1.617187500000 0.384765625000 1.554687500000 +0.308593750000 1.273437500000 0.500000000000 1.179687500000 +0.373046875000 0.871093750000 0.496093750000 0.562500000000 +0.253906250000 0.341796875000 0.096191406250 -0.098632812500 +0.178710937500 -0.363281250000 -0.028198242188 -0.695312500000 +-0.337890625000 -0.851562500000 -0.343750000000 -1.046875000000 +-0.474609375000 -1.023437500000 -0.656250000000 -0.925781250000 +-0.515625000000 -0.832031250000 -0.554687500000 -0.458984375000 +-0.500000000000 -0.300781250000 -0.453125000000 -0.157226562500 +-0.314453125000 0.131835937500 -0.230468750000 0.431640625000 +-0.021972656250 0.574218750000 0.177734375000 0.511718750000 +0.351562500000 0.679687500000 0.617187500000 0.679687500000 +0.722656250000 0.695312500000 0.851562500000 0.398437500000 +1.070312500000 0.339843750000 1.195312500000 0.196289062500 +1.359375000000 0.298828125000 1.351562500000 0.153320312500 +1.507812500000 0.113769531250 1.398437500000 0.073730468750 +1.328125000000 0.223632812500 1.179687500000 0.247070312500 +1.203125000000 0.500000000000 1.078125000000 0.503906250000 +0.917968750000 0.695312500000 0.585937500000 0.980468750000 +0.367187500000 1.140625000000 0.255859375000 1.234375000000 +-0.044921875000 1.257812500000 -0.357421875000 1.179687500000 +-0.503906250000 1.117187500000 -0.656250000000 0.933593750000 +-0.703125000000 0.730468750000 -0.722656250000 0.523437500000 +-0.769531250000 0.265625000000 -0.832031250000 -0.024780273438 +-0.531250000000 -0.439453125000 -0.523437500000 -0.593750000000 +-0.292968750000 -0.796875000000 0.055664062500 -1.054687500000 +0.285156250000 -1.171875000000 0.589843750000 -1.171875000000 +0.710937500000 -1.062500000000 0.882812500000 -1.031250000000 +1.031250000000 -0.859375000000 1.093750000000 -0.789062500000 +1.085937500000 -0.613281250000 1.117187500000 -0.640625000000 +1.015625000000 -0.585937500000 0.886718750000 -0.750000000000 +0.687500000000 -0.734375000000 0.734375000000 -1.023437500000 +0.531250000000 -0.964843750000 0.494140625000 -1.179687500000 +0.390625000000 -1.085937500000 0.245117187500 -0.945312500000 +0.088867187500 -1.085937500000 0.365234375000 -0.828125000000 +0.296875000000 -0.531250000000 0.546875000000 -0.287109375000 +0.566406250000 -0.041503906250 0.781250000000 0.117187500000 +0.753906250000 0.380859375000 0.917968750000 0.511718750000 +0.875000000000 0.593750000000 0.789062500000 0.507812500000 +0.859375000000 0.457031250000 0.894531250000 0.176757812500 +0.687500000000 0.134765625000 0.421875000000 -0.186523437500 +0.308593750000 -0.198242187500 0.102050781250 -0.310546875000 +0.140625000000 -0.484375000000 -0.088867187500 -0.318359375000 +-0.037841796875 -0.190429687500 -0.176757812500 -0.025024414062 +-0.253906250000 0.198242187500 -0.232421875000 0.392578125000 +-0.151367187500 0.750000000000 -0.215820312500 1.070312500000 +-0.205078125000 1.203125000000 -0.105957031250 1.453125000000 +-0.029785156250 1.539062500000 -0.054687500000 1.656250000000 +-0.026977539062 1.531250000000 0.016723632812 1.484375000000 +-0.146484375000 1.390625000000 -0.139648437500 1.265625000000 +-0.326171875000 1.195312500000 -0.298828125000 1.093750000000 +-0.593750000000 0.921875000000 -0.582031250000 0.988281250000 +-0.628906250000 0.750000000000 -0.875000000000 0.675781250000 +-0.937500000000 0.628906250000 -1.125000000000 0.511718750000 +-1.273437500000 0.523437500000 -1.148437500000 0.439453125000 +-1.304687500000 0.332031250000 -1.226562500000 0.367187500000 +-1.085937500000 0.233398437500 -0.917968750000 0.166992187500 +-0.730468750000 0.005432128906 -0.675781250000 -0.072265625000 +-0.433593750000 -0.239257812500 -0.292968750000 -0.414062500000 +-0.124511718750 -0.578125000000 0.150390625000 -0.628906250000 +0.345703125000 -0.878906250000 0.267578125000 -0.972656250000 +0.165039062500 -1.218750000000 0.138671875000 -1.085937500000 +0.044921875000 -1.117187500000 -0.135742187500 -1.046875000000 +-0.306640625000 -0.898437500000 -0.433593750000 -0.847656250000 +-0.683593750000 -0.671875000000 -0.796875000000 -0.523437500000 +-1.078125000000 -0.400390625000 -1.070312500000 -0.363281250000 +-1.031250000000 -0.235351562500 -0.992187500000 -0.292968750000 +-0.832031250000 -0.287109375000 -0.730468750000 -0.400390625000 +-0.464843750000 -0.416015625000 -0.417968750000 -0.439453125000 +-0.171875000000 -0.394531250000 -0.070312500000 -0.472656250000 +0.047119140625 -0.464843750000 0.049560546875 -0.281250000000 +-0.146484375000 -0.141601562500 -0.211914062500 0.133789062500 +-0.371093750000 0.259765625000 -0.388671875000 0.458984375000 +-0.539062500000 0.648437500000 -0.494140625000 0.808593750000 +-0.507812500000 0.847656250000 -0.365234375000 0.953125000000 +-0.375000000000 0.707031250000 -0.156250000000 0.812500000000 +0.094238281250 0.671875000000 0.022949218750 0.558593750000 +0.324218750000 0.373046875000 0.425781250000 0.242187500000 +0.316406250000 0.147460937500 0.194335937500 -0.055175781250 +0.149414062500 -0.081054687500 -0.022216796875 0.058105468750 +-0.077148437500 -0.092285156250 -0.363281250000 -0.155273437500 +-0.386718750000 -0.025634765625 -0.365234375000 -0.110351562500 +-0.253906250000 -0.086425781250 -0.111816406250 -0.343750000000 +0.107421875000 -0.259765625000 0.285156250000 -0.382812500000 +0.542968750000 -0.375000000000 0.746093750000 -0.423828125000 +0.972656250000 -0.244140625000 0.968750000000 -0.296875000000 +0.871093750000 -0.261718750000 0.835937500000 -0.229492187500 +0.703125000000 -0.183593750000 0.455078125000 -0.161132812500 +0.053466796875 -0.165039062500 -0.281250000000 0.114746093750 +-0.554687500000 0.291015625000 -0.925781250000 0.345703125000 +-1.187500000000 0.464843750000 -1.343750000000 0.470703125000 +-1.429687500000 0.687500000000 -1.562500000000 0.656250000000 +-1.343750000000 0.726562500000 -1.492187500000 0.839843750000 +-1.078125000000 0.972656250000 -1.039062500000 0.949218750000 +-0.710937500000 1.062500000000 -0.398437500000 1.156250000000 +-0.204101562500 1.125000000000 0.041503906250 1.046875000000 +0.051757812500 1.257812500000 0.320312500000 1.132812500000 +0.439453125000 1.265625000000 0.396484375000 1.117187500000 +0.312500000000 1.023437500000 0.241210937500 1.039062500000 +0.191406250000 0.886718750000 0.109863281250 0.777343750000 +-0.267578125000 0.488281250000 -0.134765625000 0.337890625000 +-0.345703125000 0.147460937500 -0.554687500000 -0.029418945312 +-0.632812500000 -0.148437500000 -0.667968750000 -0.291015625000 +-0.589843750000 -0.439453125000 -0.507812500000 -0.695312500000 +-0.550781250000 -0.867187500000 -0.531250000000 -0.917968750000 +-0.429687500000 -1.117187500000 -0.417968750000 -1.164062500000 +-0.443359375000 -1.195312500000 -0.408203125000 -1.320312500000 +-0.347656250000 -1.218750000000 -0.394531250000 -1.281250000000 +-0.574218750000 -1.250000000000 -0.656250000000 -1.078125000000 +-0.820312500000 -0.953125000000 -0.878906250000 -0.867187500000 +-0.871093750000 -0.703125000000 -1.062500000000 -0.554687500000 +-1.250000000000 -0.351562500000 -1.265625000000 -0.250000000000 +-1.250000000000 -0.126953125000 -1.226562500000 0.070312500000 +-1.179687500000 0.215820312500 -1.203125000000 0.349609375000 +-1.101562500000 0.400390625000 -1.054687500000 0.498046875000 +-0.835937500000 0.507812500000 -0.498046875000 0.515625000000 +-0.248046875000 0.261718750000 -0.027832031250 0.337890625000 +0.328125000000 0.375000000000 0.507812500000 0.210937500000 +0.699218750000 0.072753906250 0.777343750000 -0.121093750000 +0.976562500000 -0.244140625000 1.101562500000 -0.294921875000 +1.187500000000 -0.380859375000 1.171875000000 -0.335937500000 +1.195312500000 -0.449218750000 1.203125000000 -0.384765625000 +1.039062500000 -0.239257812500 1.070312500000 -0.063476562500 +0.882812500000 -0.093750000000 0.917968750000 0.059326171875 +0.675781250000 0.124511718750 0.687500000000 0.055908203125 +0.546875000000 0.039062500000 0.558593750000 0.002456665039 +0.519531250000 -0.136718750000 0.470703125000 -0.267578125000 +0.667968750000 -0.404296875000 0.820312500000 -0.617187500000 +0.828125000000 -0.734375000000 0.777343750000 -0.785156250000 +0.792968750000 -0.855468750000 0.769531250000 -0.722656250000 +0.812500000000 -0.761718750000 0.726562500000 -0.480468750000 +0.494140625000 -0.211914062500 0.511718750000 0.042480468750 +0.186523437500 0.371093750000 0.053955078125 0.664062500000 +-0.009094238281 0.808593750000 -0.190429687500 0.867187500000 +-0.251953125000 1.062500000000 -0.392578125000 0.929687500000 +-0.423828125000 0.750000000000 -0.367187500000 0.531250000000 +-0.447265625000 0.077148437500 -0.429687500000 -0.153320312500 +-0.304687500000 -0.527343750000 -0.474609375000 -0.937500000000 +-0.431640625000 -1.203125000000 -0.585937500000 -1.312500000000 +-0.416015625000 -1.453125000000 -0.496093750000 -1.398437500000 +-0.601562500000 -1.531250000000 -0.570312500000 -1.593750000000 +-0.388671875000 -1.351562500000 -0.237304687500 -1.218750000000 +-0.236328125000 -1.289062500000 -0.091308593750 -1.078125000000 +0.181640625000 -1.062500000000 0.231445312500 -1.062500000000 +0.394531250000 -0.949218750000 0.593750000000 -0.968750000000 +0.710937500000 -0.843750000000 0.796875000000 -0.839843750000 +0.812500000000 -0.808593750000 0.621093750000 -0.722656250000 +0.613281250000 -0.585937500000 0.404296875000 -0.691406250000 +0.253906250000 -0.482421875000 0.102539062500 -0.433593750000 +-0.139648437500 -0.221679687500 -0.464843750000 -0.191406250000 +-0.667968750000 -0.124023437500 -0.890625000000 -0.090332031250 +-0.890625000000 0.068359375000 -0.921875000000 -0.016479492188 +-0.921875000000 -0.001266479492 -0.984375000000 -0.023071289062 +-0.820312500000 -0.066894531250 -0.636718750000 -0.105957031250 +-0.351562500000 -0.257812500000 0.003219604492 -0.298828125000 +0.059570312500 -0.273437500000 0.402343750000 -0.419921875000 +0.621093750000 -0.546875000000 0.710937500000 -0.339843750000 +0.992187500000 -0.341796875000 1.039062500000 -0.275390625000 +1.125000000000 -0.292968750000 1.101562500000 -0.294921875000 +1.039062500000 0.061035156250 0.968750000000 -0.027221679688 +0.687500000000 0.078613281250 0.511718750000 0.335937500000 +0.192382812500 0.451171875000 -0.004913330078 0.494140625000 +-0.156250000000 0.328125000000 -0.435546875000 0.453125000000 +-0.384765625000 0.320312500000 -0.820312500000 0.468750000000 +-0.929687500000 0.351562500000 -1.031250000000 0.367187500000 +-1.132812500000 0.328125000000 -1.226562500000 0.291015625000 +-1.203125000000 0.488281250000 -1.367187500000 0.546875000000 +-1.273437500000 0.644531250000 -1.289062500000 0.921875000000 +-1.171875000000 0.796875000000 -1.210937500000 1.007812500000 +-1.093750000000 0.796875000000 -0.812500000000 0.835937500000 +-0.589843750000 0.769531250000 -0.462890625000 0.511718750000 +-0.285156250000 0.240234375000 -0.134765625000 -0.123535156250 +0.011230468750 -0.365234375000 0.120117187500 -0.566406250000 +0.298828125000 -0.835937500000 0.175781250000 -1.132812500000 +0.175781250000 -1.031250000000 0.093261718750 -1.046875000000 +-0.164062500000 -1.242187500000 -0.253906250000 -1.000000000000 +-0.190429687500 -0.785156250000 -0.453125000000 -0.660156250000 +-0.455078125000 -0.511718750000 -0.445312500000 -0.263671875000 +-0.365234375000 -0.084472656250 -0.049316406250 0.001724243164 +0.107910156250 0.143554687500 0.308593750000 0.186523437500 +0.527343750000 0.259765625000 0.761718750000 0.435546875000 +0.941406250000 0.283203125000 1.015625000000 0.384765625000 +0.914062500000 0.484375000000 1.031250000000 0.472656250000 +0.785156250000 0.443359375000 0.671875000000 0.451171875000 +0.341796875000 0.562500000000 0.251953125000 0.445312500000 +0.128906250000 0.384765625000 0.055664062500 0.378906250000 +-0.062988281250 0.419921875000 -0.079101562500 0.439453125000 +0.071289062500 0.527343750000 0.173828125000 0.386718750000 +0.239257812500 0.328125000000 0.435546875000 0.199218750000 +0.208984375000 0.166992187500 0.470703125000 0.137695312500 +0.300781250000 0.198242187500 0.164062500000 0.194335937500 +0.027343750000 0.277343750000 -0.265625000000 0.363281250000 +-0.429687500000 0.228515625000 -0.781250000000 0.333984375000 +-0.808593750000 0.373046875000 -0.976562500000 0.222656250000 +-0.929687500000 0.147460937500 -0.996093750000 0.230468750000 +-0.859375000000 0.029296875000 -0.773437500000 -0.089843750000 +-0.542968750000 0.028320312500 -0.394531250000 -0.302734375000 +-0.291015625000 -0.396484375000 -0.008300781250 -0.304687500000 +0.038574218750 -0.503906250000 0.073730468750 -0.574218750000 +0.081054687500 -0.421875000000 -0.053222656250 -0.328125000000 +-0.124511718750 -0.353515625000 -0.283203125000 -0.298828125000 +-0.435546875000 -0.244140625000 -0.406250000000 -0.337890625000 +-0.474609375000 -0.206054687500 -0.601562500000 -0.184570312500 +-0.447265625000 -0.076171875000 -0.225585937500 -0.171875000000 +-0.166015625000 -0.115722656250 0.113769531250 -0.138671875000 +0.289062500000 0.187500000000 0.332031250000 0.181640625000 +0.554687500000 0.332031250000 0.816406250000 0.447265625000 +0.738281250000 0.652343750000 0.792968750000 0.800781250000 +0.914062500000 1.054687500000 0.683593750000 1.007812500000 +0.640625000000 1.117187500000 0.384765625000 0.988281250000 +0.152343750000 0.914062500000 -0.058593750000 0.933593750000 +-0.214843750000 0.578125000000 -0.464843750000 0.464843750000 +-0.640625000000 0.122070312500 -0.855468750000 -0.203125000000 +-0.929687500000 -0.464843750000 -0.757812500000 -0.792968750000 +-0.718750000000 -0.933593750000 -0.687500000000 -1.000000000000 +-0.400390625000 -1.140625000000 -0.042236328125 -1.140625000000 +0.175781250000 -1.078125000000 0.247070312500 -1.117187500000 +0.671875000000 -0.964843750000 0.781250000000 -0.957031250000 +0.730468750000 -0.847656250000 0.914062500000 -0.828125000000 +0.796875000000 -0.855468750000 0.718750000000 -0.847656250000 +0.710937500000 -0.832031250000 0.585937500000 -0.980468750000 +0.460937500000 -1.046875000000 0.414062500000 -1.109375000000 +0.494140625000 -1.203125000000 0.511718750000 -1.429687500000 +0.621093750000 -1.445312500000 0.527343750000 -1.320312500000 +0.699218750000 -1.375000000000 0.773437500000 -1.289062500000 +0.789062500000 -1.117187500000 0.835937500000 -0.972656250000 +0.582031250000 -0.593750000000 0.644531250000 -0.341796875000 +0.421875000000 0.082519531250 0.316406250000 0.423828125000 +0.114257812500 0.664062500000 -0.052001953125 0.796875000000 +-0.233398437500 0.988281250000 -0.222656250000 0.937500000000 +-0.240234375000 1.046875000000 -0.292968750000 0.871093750000 +0.025878906250 0.470703125000 0.167968750000 0.196289062500 +0.302734375000 -0.089843750000 0.462890625000 -0.259765625000 +0.617187500000 -0.660156250000 0.789062500000 -0.632812500000 +0.730468750000 -0.859375000000 0.816406250000 -0.652343750000 +0.750000000000 -0.582031250000 0.609375000000 -0.429687500000 +-0.392578125000 -0.898437500000 -0.170898437500 -0.824218750000 +0.053955078125 -0.796875000000 0.273437500000 -0.730468750000 +0.507812500000 -0.652343750000 0.660156250000 -0.609375000000 +0.777343750000 -0.609375000000 0.796875000000 -0.601562500000 +0.769531250000 -0.585937500000 0.656250000000 -0.597656250000 +0.464843750000 -0.648437500000 0.241210937500 -0.691406250000 +0.055664062500 -0.742187500000 -0.145507812500 -0.800781250000 +-0.281250000000 -0.863281250000 -0.345703125000 -0.917968750000 +-0.335937500000 -0.960937500000 -0.273437500000 -0.972656250000 +-0.118652343750 -1.007812500000 0.081542968750 -0.980468750000 +0.281250000000 -0.921875000000 0.515625000000 -0.855468750000 +0.640625000000 -0.750000000000 0.722656250000 -0.621093750000 +0.714843750000 -0.466796875000 0.589843750000 -0.263671875000 +0.425781250000 -0.109375000000 0.167968750000 0.071289062500 +-0.046875000000 0.222656250000 -0.326171875000 0.353515625000 +-0.558593750000 0.437500000000 -0.699218750000 0.478515625000 +-0.781250000000 0.470703125000 -0.773437500000 0.433593750000 +-0.617187500000 0.326171875000 -0.443359375000 0.192382812500 +-0.204101562500 0.025146484375 0.101074218750 -0.128906250000 +0.398437500000 -0.279296875000 0.691406250000 -0.414062500000 +0.929687500000 -0.515625000000 1.148437500000 -0.597656250000 +1.265625000000 -0.671875000000 1.351562500000 -0.667968750000 +1.343750000000 -0.660156250000 1.304687500000 -0.667968750000 +1.234375000000 -0.652343750000 1.054687500000 -0.613281250000 +0.882812500000 -0.605468750000 0.707031250000 -0.617187500000 +0.515625000000 -0.644531250000 0.291015625000 -0.664062500000 +0.091308593750 -0.722656250000 -0.113281250000 -0.781250000000 +-0.318359375000 -0.855468750000 -0.457031250000 -0.906250000000 +-0.621093750000 -0.980468750000 -0.750000000000 -0.988281250000 +-0.835937500000 -1.023437500000 -0.914062500000 -1.070312500000 +-0.902343750000 -1.062500000000 -0.847656250000 -1.046875000000 +-0.750000000000 -1.007812500000 -0.613281250000 -0.976562500000 +-0.425781250000 -0.902343750000 -0.202148437500 -0.828125000000 +0.007232666016 -0.765625000000 0.250000000000 -0.710937500000 +0.476562500000 -0.636718750000 0.628906250000 -0.597656250000 +0.769531250000 -0.574218750000 0.839843750000 -0.621093750000 +0.843750000000 -0.648437500000 0.777343750000 -0.703125000000 +0.648437500000 -0.761718750000 0.500000000000 -0.816406250000 +0.287109375000 -0.871093750000 0.068359375000 -0.925781250000 +-0.150390625000 -0.949218750000 -0.375000000000 -0.917968750000 +-0.539062500000 -0.847656250000 -0.699218750000 -0.730468750000 +-0.789062500000 -0.558593750000 -0.878906250000 -0.380859375000 +-0.906250000000 -0.190429687500 -0.960937500000 0.018310546875 +-0.976562500000 0.210937500000 -1.023437500000 0.410156250000 +-1.062500000000 0.562500000000 -1.117187500000 0.691406250000 +-1.140625000000 0.785156250000 -1.164062500000 0.812500000000 +-1.171875000000 0.843750000000 -1.148437500000 0.785156250000 +-1.031250000000 0.738281250000 -0.937500000000 0.632812500000 +-0.738281250000 0.531250000000 -0.531250000000 0.396484375000 +-0.281250000000 0.275390625000 -0.032470703125 0.121582031250 +0.253906250000 -0.036132812500 0.462890625000 -0.177734375000 +0.671875000000 -0.353515625000 0.800781250000 -0.496093750000 +0.839843750000 -0.656250000000 0.828125000000 -0.765625000000 +0.683593750000 -0.882812500000 0.546875000000 -0.972656250000 +0.361328125000 -1.039062500000 0.142578125000 -1.031250000000 +-0.104003906250 -1.054687500000 -0.351562500000 -0.960937500000 +-0.527343750000 -0.863281250000 -0.664062500000 -0.738281250000 +-0.796875000000 -0.550781250000 -0.878906250000 -0.375000000000 +-0.937500000000 -0.152343750000 -0.968750000000 0.064453125000 +-0.996093750000 0.245117187500 -1.015625000000 0.402343750000 +-1.070312500000 0.589843750000 -1.101562500000 0.707031250000 +-1.148437500000 0.781250000000 -1.171875000000 0.835937500000 +-1.164062500000 0.828125000000 -1.132812500000 0.781250000000 +-1.062500000000 0.726562500000 -0.937500000000 0.625000000000 +-0.750000000000 0.507812500000 -0.546875000000 0.375000000000 +-0.275390625000 0.201171875000 0.011047363281 0.061279296875 +0.271484375000 -0.055419921875 0.515625000000 -0.214843750000 +0.679687500000 -0.339843750000 0.781250000000 -0.474609375000 +0.847656250000 -0.566406250000 0.796875000000 -0.640625000000 +0.691406250000 -0.722656250000 0.498046875000 -0.789062500000 +0.300781250000 -0.828125000000 0.080078125000 -0.878906250000 +-0.127929687500 -0.933593750000 -0.312500000000 -0.972656250000 +-0.503906250000 -1.023437500000 -0.589843750000 -1.101562500000 +-0.691406250000 -1.117187500000 -0.738281250000 -1.171875000000 +-0.726562500000 -1.171875000000 -0.691406250000 -1.125000000000 +-0.656250000000 -1.062500000000 -0.609375000000 -0.941406250000 +-0.617187500000 -0.777343750000 -0.601562500000 -0.609375000000 +-0.617187500000 -0.373046875000 -0.652343750000 -0.172851562500 +-0.714843750000 0.036865234375 -0.781250000000 0.213867187500 +-0.835937500000 0.339843750000 -0.925781250000 0.414062500000 +-0.992187500000 0.406250000000 -1.031250000000 0.330078125000 +-1.070312500000 0.191406250000 -1.054687500000 0.013916015625 +-0.976562500000 -0.196289062500 -0.898437500000 -0.394531250000 +-0.761718750000 -0.597656250000 -0.578125000000 -0.746093750000 +-0.378906250000 -0.871093750000 -0.137695312500 -0.937500000000 +0.112304687500 -0.949218750000 0.343750000000 -0.914062500000 +0.550781250000 -0.863281250000 0.722656250000 -0.777343750000 +0.824218750000 -0.730468750000 0.804687500000 -0.671875000000 +0.792968750000 -0.636718750000 0.675781250000 -0.632812500000 +0.503906250000 -0.656250000000 0.304687500000 -0.695312500000 +0.083984375000 -0.738281250000 -0.091796875000 -0.796875000000 +-0.239257812500 -0.847656250000 -0.328125000000 -0.882812500000 +-0.357421875000 -0.867187500000 -0.289062500000 -0.851562500000 +-0.169921875000 -0.824218750000 0.025024414062 -0.765625000000 +0.216796875000 -0.699218750000 0.431640625000 -0.656250000000 +0.625000000000 -0.636718750000 0.769531250000 -0.632812500000 +0.824218750000 -0.648437500000 0.847656250000 -0.691406250000 +0.773437500000 -0.746093750000 0.644531250000 -0.828125000000 +0.421875000000 -0.894531250000 0.195312500000 -0.914062500000 +-0.067871093750 -0.941406250000 -0.343750000000 -0.894531250000 +-0.613281250000 -0.792968750000 -0.839843750000 -0.667968750000 +-1.015625000000 -0.500000000000 -1.171875000000 -0.310546875000 +-1.234375000000 -0.093750000000 -1.226562500000 0.102050781250 +-1.132812500000 0.255859375000 -0.996093750000 0.386718750000 +-0.816406250000 0.462890625000 -0.570312500000 0.492187500000 +-0.296875000000 0.443359375000 -0.006988525391 0.328125000000 +0.251953125000 0.208984375000 0.496093750000 0.028320312500 +0.679687500000 -0.195312500000 0.804687500000 -0.404296875000 +0.871093750000 -0.578125000000 0.832031250000 -0.753906250000 +0.738281250000 -0.902343750000 0.582031250000 -1.015625000000 +0.384765625000 -1.078125000000 0.158203125000 -1.109375000000 +-0.094238281250 -1.070312500000 -0.326171875000 -1.000000000000 +-0.539062500000 -0.863281250000 -0.718750000000 -0.734375000000 +-0.847656250000 -0.539062500000 -0.949218750000 -0.332031250000 +-1.007812500000 -0.140625000000 -1.031250000000 0.056396484375 +-1.031250000000 0.232421875000 -1.039062500000 0.378906250000 +-0.976562500000 0.523437500000 -0.949218750000 0.582031250000 +-0.898437500000 0.656250000000 -0.894531250000 0.667968750000 +-0.882812500000 0.660156250000 -0.902343750000 0.644531250000 +-0.925781250000 0.648437500000 -0.984375000000 0.628906250000 +-1.039062500000 0.609375000000 -1.093750000000 0.593750000000 +-1.156250000000 0.597656250000 -1.218750000000 0.632812500000 +-1.234375000000 0.621093750000 -1.179687500000 0.609375000000 +-1.085937500000 0.558593750000 -0.937500000000 0.511718750000 +-0.746093750000 0.412109375000 -0.474609375000 0.296875000000 +-0.204101562500 0.139648437500 0.052001953125 0.000713348389 +0.337890625000 -0.135742187500 0.558593750000 -0.257812500000 +0.734375000000 -0.380859375000 0.757812500000 -0.429687500000 +0.757812500000 -0.474609375000 0.660156250000 -0.437500000000 +0.451171875000 -0.353515625000 0.199218750000 -0.237304687500 +-0.045166015625 -0.111816406250 -0.314453125000 0.068847656250 +-0.546875000000 0.211914062500 -0.710937500000 0.392578125000 +-0.781250000000 0.535156250000 -0.828125000000 0.628906250000 +-0.746093750000 0.750000000000 -0.582031250000 0.816406250000 +-0.400390625000 0.878906250000 -0.167968750000 0.910156250000 +0.083007812500 0.964843750000 0.283203125000 1.015625000000 +0.474609375000 1.046875000000 0.601562500000 1.070312500000 +0.683593750000 1.101562500000 0.707031250000 1.109375000000 +0.703125000000 1.117187500000 0.687500000000 1.101562500000 +0.652343750000 1.039062500000 0.605468750000 1.000000000000 +0.613281250000 0.875000000000 0.585937500000 0.722656250000 +0.601562500000 0.585937500000 0.636718750000 0.376953125000 +0.691406250000 0.189453125000 0.792968750000 -0.009582519531 +0.812500000000 -0.233398437500 0.902343750000 -0.406250000000 +0.968750000000 -0.558593750000 1.023437500000 -0.671875000000 +1.039062500000 -0.785156250000 1.070312500000 -0.804687500000 +1.070312500000 -0.828125000000 1.062500000000 -0.808593750000 +1.039062500000 -0.710937500000 0.996093750000 -0.585937500000 +0.941406250000 -0.457031250000 0.886718750000 -0.287109375000 +0.812500000000 -0.122558593750 0.750000000000 0.084472656250 +0.699218750000 0.296875000000 0.640625000000 0.498046875000 +0.558593750000 0.710937500000 0.562500000000 0.878906250000 +0.566406250000 1.062500000000 0.554687500000 1.203125000000 +0.550781250000 1.304687500000 0.554687500000 1.351562500000 +0.574218750000 1.351562500000 0.535156250000 1.179687500000 +0.507812500000 0.988281250000 0.466796875000 0.769531250000 +0.361328125000 0.492187500000 0.248046875000 0.166015625000 +0.120605468750 -0.118164062500 -0.004058837891 -0.357421875000 +-0.152343750000 -0.585937500000 -0.283203125000 -0.742187500000 +-0.421875000000 -0.828125000000 -0.558593750000 -0.808593750000 +-0.664062500000 -0.730468750000 -0.761718750000 -0.562500000000 +-0.828125000000 -0.365234375000 -0.906250000000 -0.170898437500 +-0.937500000000 0.039062500000 -0.988281250000 0.224609375000 +-1.007812500000 0.333984375000 -1.015625000000 0.347656250000 +-0.992187500000 0.357421875000 -0.988281250000 0.237304687500 +-0.968750000000 0.091308593750 -0.898437500000 -0.140625000000 +-0.816406250000 -0.357421875000 -0.687500000000 -0.601562500000 +-0.566406250000 -0.796875000000 -0.410156250000 -0.976562500000 +-0.209960937500 -1.085937500000 -0.028198242188 -1.148437500000 +0.187500000000 -1.140625000000 0.390625000000 -1.117187500000 +0.566406250000 -0.984375000000 0.757812500000 -0.816406250000 +0.921875000000 -0.617187500000 1.039062500000 -0.394531250000 +1.070312500000 -0.140625000000 1.140625000000 0.070312500000 +1.125000000000 0.302734375000 1.031250000000 0.503906250000 +0.929687500000 0.656250000000 0.777343750000 0.804687500000 +0.574218750000 0.906250000000 0.355468750000 0.917968750000 +0.066406250000 0.917968750000 -0.170898437500 0.867187500000 +-0.412109375000 0.808593750000 -0.613281250000 0.757812500000 +-0.761718750000 0.699218750000 -0.839843750000 0.640625000000 +-0.867187500000 0.609375000000 -0.816406250000 0.660156250000 +-0.695312500000 0.675781250000 -0.527343750000 0.757812500000 +-0.310546875000 0.843750000000 -0.117187500000 0.906250000000 +0.083496093750 0.953125000000 0.227539062500 0.937500000000 +0.302734375000 0.917968750000 0.308593750000 0.804687500000 +0.265625000000 0.652343750000 0.159179687500 0.451171875000 +0.060546875000 0.192382812500 -0.097167968750 -0.076660156250 +-0.240234375000 -0.363281250000 -0.304687500000 -0.578125000000 +-0.318359375000 -0.820312500000 -0.285156250000 -0.976562500000 +-0.144531250000 -1.093750000000 0.030883789062 -1.156250000000 +0.233398437500 -1.148437500000 0.449218750000 -1.054687500000 +0.609375000000 -0.972656250000 0.738281250000 -0.789062500000 +0.769531250000 -0.609375000000 0.722656250000 -0.400390625000 +0.593750000000 -0.180664062500 0.382812500000 0.011962890625 +0.135742187500 0.178710937500 -0.142578125000 0.333984375000 +-0.412109375000 0.427734375000 -0.605468750000 0.445312500000 +-0.753906250000 0.433593750000 -0.796875000000 0.386718750000 +-0.757812500000 0.261718750000 -0.597656250000 0.141601562500 +-0.375000000000 -0.015747070312 -0.108886718750 -0.151367187500 +0.184570312500 -0.294921875000 0.474609375000 -0.353515625000 +0.753906250000 -0.380859375000 0.996093750000 -0.337890625000 +1.140625000000 -0.253906250000 1.250000000000 -0.122558593750 +1.242187500000 0.100585937500 1.164062500000 0.281250000000 +1.031250000000 0.474609375000 0.851562500000 0.648437500000 +0.625000000000 0.792968750000 0.369140625000 0.878906250000 +0.127929687500 0.933593750000 -0.154296875000 0.914062500000 +-0.384765625000 0.878906250000 -0.605468750000 0.824218750000 +-0.761718750000 0.750000000000 -0.875000000000 0.664062500000 +-0.898437500000 0.625000000000 -0.906250000000 0.617187500000 +-0.820312500000 0.644531250000 -0.675781250000 0.703125000000 +-0.523437500000 0.769531250000 -0.310546875000 0.820312500000 +-0.083496093750 0.867187500000 0.139648437500 0.921875000000 +0.306640625000 0.921875000000 0.539062500000 0.882812500000 +0.691406250000 0.789062500000 0.820312500000 0.648437500000 +0.906250000000 0.470703125000 0.949218750000 0.261718750000 +1.007812500000 0.033203125000 1.000000000000 -0.174804687500 +1.015625000000 -0.386718750000 1.023437500000 -0.566406250000 +1.015625000000 -0.726562500000 1.015625000000 -0.839843750000 +1.000000000000 -0.898437500000 1.007812500000 -0.859375000000 +1.000000000000 -0.835937500000 0.996093750000 -0.710937500000 +1.000000000000 -0.535156250000 0.984375000000 -0.320312500000 +0.964843750000 -0.109863281250 0.945312500000 0.125000000000 +0.867187500000 0.359375000000 0.808593750000 0.582031250000 +0.726562500000 0.761718750000 0.640625000000 0.855468750000 +0.558593750000 0.886718750000 0.388671875000 0.859375000000 +0.269531250000 0.746093750000 0.138671875000 0.566406250000 +-0.019287109375 0.332031250000 -0.148437500000 0.057373046875 +-0.257812500000 -0.238281250000 -0.335937500000 -0.531250000000 +-0.416015625000 -0.800781250000 -0.462890625000 -1.031250000000 +-0.480468750000 -1.218750000000 -0.492187500000 -1.367187500000 +-0.464843750000 -1.414062500000 -0.455078125000 -1.437500000000 +-0.468750000000 -1.359375000000 -0.507812500000 -1.226562500000 +-0.578125000000 -1.085937500000 -0.628906250000 -0.847656250000 +-0.750000000000 -0.609375000000 -0.863281250000 -0.367187500000 +-0.937500000000 -0.139648437500 -1.031250000000 0.041503906250 +-1.039062500000 0.203125000000 -1.023437500000 0.332031250000 +-0.925781250000 0.384765625000 -0.738281250000 0.369140625000 +-0.519531250000 0.292968750000 -0.269531250000 0.184570312500 +0.021484375000 0.037841796875 0.277343750000 -0.088378906250 +0.527343750000 -0.208984375000 0.718750000000 -0.306640625000 +0.781250000000 -0.318359375000 0.804687500000 -0.330078125000 +0.730468750000 -0.249023437500 0.585937500000 -0.155273437500 +0.322265625000 -0.007049560547 0.078125000000 0.132812500000 +-0.230468750000 0.271484375000 -0.523437500000 0.351562500000 +-0.746093750000 0.335937500000 -0.968750000000 0.298828125000 +-1.070312500000 0.182617187500 -1.125000000000 0.002456665039 +-1.117187500000 -0.215820312500 -1.039062500000 -0.416015625000 +-0.960937500000 -0.593750000000 -0.777343750000 -0.757812500000 +-0.632812500000 -0.816406250000 -0.466796875000 -0.792968750000 +-0.294921875000 -0.730468750000 -0.144531250000 -0.562500000000 +0.001380920410 -0.337890625000 0.130859375000 -0.062500000000 +0.281250000000 0.216796875000 0.373046875000 0.500000000000 +0.476562500000 0.765625000000 0.566406250000 0.988281250000 +0.640625000000 1.148437500000 0.687500000000 1.226562500000 +0.687500000000 1.304687500000 0.707031250000 1.304687500000 +0.683593750000 1.257812500000 0.613281250000 1.187500000000 +0.523437500000 1.085937500000 0.396484375000 0.964843750000 +0.259765625000 0.867187500000 0.082519531250 0.777343750000 +-0.116210937500 0.703125000000 -0.291015625000 0.609375000000 +-0.515625000000 0.582031250000 -0.718750000000 0.542968750000 +-0.921875000000 0.523437500000 -1.093750000000 0.511718750000 +-1.250000000000 0.515625000000 -1.320312500000 0.503906250000 +-1.382812500000 0.527343750000 -1.375000000000 0.539062500000 +-1.343750000000 0.523437500000 -1.195312500000 0.500000000000 +-1.023437500000 0.500000000000 -0.765625000000 0.451171875000 +-0.494140625000 0.369140625000 -0.195312500000 0.304687500000 +0.075195312500 0.200195312500 0.365234375000 0.071777343750 +0.570312500000 -0.101074218750 0.734375000000 -0.257812500000 +0.828125000000 -0.417968750000 0.832031250000 -0.601562500000 +0.742187500000 -0.789062500000 0.625000000000 -0.960937500000 +0.433593750000 -1.054687500000 0.227539062500 -1.125000000000 +0.016479492188 -1.140625000000 -0.154296875000 -1.085937500000 +-0.289062500000 -0.957031250000 -0.332031250000 -0.769531250000 +-0.361328125000 -0.535156250000 -0.292968750000 -0.265625000000 +-0.180664062500 0.030639648438 -0.046875000000 0.310546875000 +0.123535156250 0.558593750000 0.255859375000 0.710937500000 +0.335937500000 0.843750000000 0.404296875000 0.820312500000 +0.417968750000 0.757812500000 0.353515625000 0.601562500000 +0.289062500000 0.363281250000 0.120117187500 0.088378906250 +-0.010864257812 -0.195312500000 -0.191406250000 -0.484375000000 +-0.367187500000 -0.742187500000 -0.542968750000 -0.988281250000 +-0.679687500000 -1.195312500000 -0.769531250000 -1.289062500000 +-0.847656250000 -1.351562500000 -0.824218750000 -1.312500000000 +-0.757812500000 -1.289062500000 -0.660156250000 -1.203125000000 +-0.507812500000 -1.085937500000 -0.328125000000 -0.937500000000 +-0.083496093750 -0.835937500000 0.145507812500 -0.703125000000 +0.384765625000 -0.589843750000 0.582031250000 -0.523437500000 +0.750000000000 -0.496093750000 0.824218750000 -0.498046875000 +0.875000000000 -0.523437500000 0.832031250000 -0.597656250000 +0.703125000000 -0.695312500000 0.535156250000 -0.792968750000 +0.355468750000 -0.871093750000 0.165039062500 -0.953125000000 +-0.027832031250 -1.007812500000 -0.179687500000 -0.996093750000 +-0.273437500000 -0.933593750000 -0.314453125000 -0.800781250000 +-0.279296875000 -0.621093750000 -0.184570312500 -0.412109375000 +-0.077636718750 -0.131835937500 0.064941406250 0.108398437500 +0.200195312500 0.402343750000 0.287109375000 0.628906250000 +0.294921875000 0.804687500000 0.283203125000 0.917968750000 +0.193359375000 0.984375000000 0.031738281250 1.007812500000 +-0.143554687500 0.964843750000 -0.373046875000 0.875000000000 +-0.550781250000 0.789062500000 -0.710937500000 0.664062500000 +-0.832031250000 0.605468750000 -0.859375000000 0.539062500000 +-0.835937500000 0.531250000000 -0.710937500000 0.554687500000 +-0.535156250000 0.589843750000 -0.343750000000 0.664062500000 +-0.136718750000 0.750000000000 0.108398437500 0.828125000000 +0.277343750000 0.894531250000 0.439453125000 0.941406250000 +0.531250000000 0.992187500000 0.613281250000 1.015625000000 +0.660156250000 1.023437500000 0.644531250000 1.007812500000 +0.632812500000 1.015625000000 0.589843750000 1.023437500000 +0.554687500000 1.085937500000 0.550781250000 1.117187500000 +0.519531250000 1.148437500000 0.542968750000 1.203125000000 +0.558593750000 1.250000000000 0.546875000000 1.234375000000 +0.542968750000 1.203125000000 0.503906250000 1.132812500000 +0.433593750000 0.945312500000 0.353515625000 0.765625000000 +0.235351562500 0.498046875000 0.110839843750 0.218750000000 +-0.015625000000 -0.065917968750 -0.156250000000 -0.353515625000 +-0.267578125000 -0.593750000000 -0.351562500000 -0.746093750000 +-0.392578125000 -0.835937500000 -0.378906250000 -0.828125000000 +-0.357421875000 -0.750000000000 -0.273437500000 -0.589843750000 +-0.155273437500 -0.341796875000 -0.023681640625 -0.089843750000 +0.099121093750 0.234375000000 0.257812500000 0.515625000000 +0.349609375000 0.769531250000 0.431640625000 0.957031250000 +0.500000000000 1.125000000000 0.539062500000 1.218750000000 +0.558593750000 1.242187500000 0.562500000000 1.250000000000 +0.566406250000 1.210937500000 0.542968750000 1.156250000000 +0.535156250000 1.125000000000 0.542968750000 1.070312500000 +0.554687500000 1.015625000000 0.585937500000 1.023437500000 +0.605468750000 0.992187500000 0.593750000000 0.988281250000 +0.589843750000 0.988281250000 0.523437500000 0.992187500000 +0.445312500000 0.976562500000 0.361328125000 0.933593750000 +0.205078125000 0.878906250000 0.033935546875 0.804687500000 +-0.162109375000 0.750000000000 -0.337890625000 0.679687500000 +-0.531250000000 0.621093750000 -0.714843750000 0.570312500000 +-0.878906250000 0.558593750000 -1.015625000000 0.523437500000 +-1.101562500000 0.515625000000 -1.195312500000 0.531250000000 +-1.218750000000 0.515625000000 -1.210937500000 0.550781250000 +-1.171875000000 0.535156250000 -1.140625000000 0.496093750000 +-1.054687500000 0.443359375000 -0.957031250000 0.359375000000 +-0.875000000000 0.246093750000 -0.800781250000 0.058837890625 +-0.710937500000 -0.101074218750 -0.640625000000 -0.302734375000 +-0.570312500000 -0.511718750000 -0.535156250000 -0.726562500000 +-0.476562500000 -0.910156250000 -0.476562500000 -1.078125000000 +-0.498046875000 -1.226562500000 -0.488281250000 -1.312500000000 +-0.500000000000 -1.359375000000 -0.511718750000 -1.359375000000 +-0.507812500000 -1.335937500000 -0.496093750000 -1.226562500000 +-0.439453125000 -1.039062500000 -0.382812500000 -0.867187500000 +-0.263671875000 -0.613281250000 -0.188476562500 -0.353515625000 +-0.069824218750 -0.066894531250 0.051513671875 0.178710937500 +0.168945312500 0.449218750000 0.304687500000 0.656250000000 +0.382812500000 0.855468750000 0.431640625000 0.996093750000 +0.494140625000 1.078125000000 0.515625000000 1.125000000000 +0.535156250000 1.164062500000 0.539062500000 1.179687500000 +0.507812500000 1.125000000000 0.500000000000 1.117187500000 +0.507812500000 1.093750000000 0.484375000000 1.085937500000 +0.531250000000 1.117187500000 0.527343750000 1.140625000000 +0.519531250000 1.140625000000 0.527343750000 1.156250000000 +0.523437500000 1.117187500000 0.494140625000 1.101562500000 +0.458984375000 0.992187500000 0.388671875000 0.859375000000 +0.275390625000 0.683593750000 0.200195312500 0.457031250000 +0.076660156250 0.233398437500 -0.065917968750 -0.062988281250 +-0.150390625000 -0.347656250000 -0.283203125000 -0.621093750000 +-0.386718750000 -0.867187500000 -0.480468750000 -1.093750000000 +-0.546875000000 -1.281250000000 -0.601562500000 -1.390625000000 +-0.621093750000 -1.476562500000 -0.636718750000 -1.460937500000 +-0.605468750000 -1.406250000000 -0.570312500000 -1.281250000000 +-0.488281250000 -1.054687500000 -0.406250000000 -0.832031250000 +-0.318359375000 -0.535156250000 -0.205078125000 -0.241210937500 +-0.074218750000 0.065917968750 0.035888671875 0.341796875000 +0.168945312500 0.582031250000 0.255859375000 0.773437500000 +0.355468750000 0.871093750000 0.458984375000 0.902343750000 +0.578125000000 0.859375000000 0.644531250000 0.769531250000 +0.730468750000 0.625000000000 0.789062500000 0.412109375000 +0.882812500000 0.183593750000 0.972656250000 -0.059326171875 +1.015625000000 -0.275390625000 1.109375000000 -0.484375000000 +1.187500000000 -0.644531250000 1.242187500000 -0.734375000000 +1.265625000000 -0.804687500000 1.273437500000 -0.792968750000 +1.242187500000 -0.738281250000 1.148437500000 -0.640625000000 +1.015625000000 -0.503906250000 0.796875000000 -0.347656250000 +0.585937500000 -0.171875000000 0.328125000000 0.010559082031 +0.048583984375 0.184570312500 -0.234375000000 0.296875000000 +-0.500000000000 0.386718750000 -0.671875000000 0.421875000000 +-0.847656250000 0.375000000000 -0.953125000000 0.294921875000 +-0.972656250000 0.157226562500 -0.980468750000 -0.032714843750 +-0.953125000000 -0.222656250000 -0.851562500000 -0.443359375000 +-0.730468750000 -0.636718750000 -0.652343750000 -0.777343750000 +-0.550781250000 -0.855468750000 -0.519531250000 -0.890625000000 +-0.503906250000 -0.859375000000 -0.515625000000 -0.765625000000 +-0.570312500000 -0.609375000000 -0.652343750000 -0.419921875000 +-0.726562500000 -0.155273437500 -0.832031250000 0.069824218750 +-0.925781250000 0.279296875000 -1.000000000000 0.515625000000 +-1.054687500000 0.667968750000 -1.093750000000 0.808593750000 +-1.132812500000 0.855468750000 -1.125000000000 0.859375000000 +-1.093750000000 0.789062500000 -1.078125000000 0.667968750000 +-1.054687500000 0.470703125000 -1.015625000000 0.247070312500 +-0.976562500000 0.002319335938 -0.906250000000 -0.267578125000 +-0.851562500000 -0.496093750000 -0.781250000000 -0.687500000000 +-0.699218750000 -0.855468750000 -0.597656250000 -0.902343750000 +-0.464843750000 -0.878906250000 -0.339843750000 -0.761718750000 +-0.218750000000 -0.562500000000 -0.068359375000 -0.312500000000 +0.081054687500 -0.037109375000 0.175781250000 0.242187500000 +0.271484375000 0.511718750000 0.373046875000 0.679687500000 +0.386718750000 0.789062500000 0.396484375000 0.785156250000 +0.361328125000 0.667968750000 0.285156250000 0.488281250000 +0.179687500000 0.247070312500 0.055908203125 -0.047119140625 +-0.035644531250 -0.310546875000 -0.195312500000 -0.566406250000 +-0.341796875000 -0.750000000000 -0.462890625000 -0.867187500000 +-0.585937500000 -0.871093750000 -0.660156250000 -0.812500000000 +-0.746093750000 -0.644531250000 -0.843750000000 -0.455078125000 +-0.902343750000 -0.228515625000 -0.960937500000 0.023803710938 +-1.046875000000 0.216796875000 -1.093750000000 0.384765625000 +-1.171875000000 0.478515625000 -1.210937500000 0.574218750000 +-1.250000000000 0.566406250000 -1.242187500000 0.593750000000 +-1.203125000000 0.574218750000 -1.125000000000 0.539062500000 +-0.992187500000 0.515625000000 -0.804687500000 0.535156250000 +-0.593750000000 0.558593750000 -0.396484375000 0.597656250000 +-0.158203125000 0.660156250000 0.031127929688 0.738281250000 +0.180664062500 0.820312500000 0.263671875000 0.902343750000 +0.289062500000 0.968750000000 0.228515625000 1.000000000000 +0.065917968750 1.015625000000 -0.098632812500 0.988281250000 +-0.326171875000 0.949218750000 -0.511718750000 0.886718750000 +-0.683593750000 0.753906250000 -0.781250000000 0.625000000000 +-0.808593750000 0.500000000000 -0.730468750000 0.347656250000 +-0.574218750000 0.209960937500 -0.343750000000 0.069824218750 +-0.087890625000 -0.067871093750 0.196289062500 -0.208984375000 +0.445312500000 -0.302734375000 0.640625000000 -0.357421875000 +0.761718750000 -0.392578125000 0.773437500000 -0.423828125000 +0.687500000000 -0.412109375000 0.464843750000 -0.349609375000 +0.253906250000 -0.250000000000 -0.048583984375 -0.158203125000 +-0.330078125000 0.039794921875 -0.574218750000 0.176757812500 +-0.730468750000 0.371093750000 -0.843750000000 0.570312500000 +-0.863281250000 0.742187500000 -0.765625000000 0.917968750000 +-0.621093750000 1.054687500000 -0.431640625000 1.125000000000 +-0.185546875000 1.148437500000 0.033691406250 1.101562500000 +0.234375000000 0.984375000000 0.380859375000 0.796875000000 +0.460937500000 0.562500000000 0.449218750000 0.294921875000 +0.421875000000 0.012817382812 0.283203125000 -0.279296875000 +0.122558593750 -0.531250000000 -0.099609375000 -0.707031250000 +-0.332031250000 -0.832031250000 -0.562500000000 -0.871093750000 +-0.757812500000 -0.828125000000 -0.953125000000 -0.710937500000 +-1.078125000000 -0.531250000000 -1.179687500000 -0.353515625000 +-1.179687500000 -0.147460937500 -1.125000000000 0.072753906250 +-1.000000000000 0.241210937500 -0.800781250000 0.343750000000 +-0.558593750000 0.417968750000 -0.261718750000 0.404296875000 +0.030761718750 0.351562500000 0.314453125000 0.228515625000 +0.570312500000 0.081542968750 0.734375000000 -0.083007812500 +0.828125000000 -0.269531250000 0.824218750000 -0.449218750000 +0.750000000000 -0.609375000000 0.617187500000 -0.750000000000 +0.414062500000 -0.851562500000 0.201171875000 -0.941406250000 +0.020874023438 -0.992187500000 -0.113769531250 -1.031250000000 +-0.200195312500 -1.046875000000 -0.170898437500 -1.046875000000 +-0.126953125000 -1.046875000000 0.001747131348 -0.992187500000 +0.216796875000 -0.941406250000 0.410156250000 -0.851562500000 +0.593750000000 -0.742187500000 0.734375000000 -0.609375000000 +0.812500000000 -0.447265625000 0.808593750000 -0.277343750000 +0.718750000000 -0.096679687500 0.535156250000 0.075683593750 +0.308593750000 0.215820312500 0.013122558594 0.347656250000 +-0.279296875000 0.394531250000 -0.550781250000 0.433593750000 +-0.812500000000 0.326171875000 -0.968750000000 0.212890625000 +-1.078125000000 0.029785156250 -1.101562500000 -0.188476562500 +-1.078125000000 -0.396484375000 -1.023437500000 -0.578125000000 +-0.910156250000 -0.761718750000 -0.734375000000 -0.843750000000 +-0.570312500000 -0.863281250000 -0.425781250000 -0.777343750000 +-0.277343750000 -0.613281250000 -0.137695312500 -0.378906250000 +-0.016357421875 -0.106445312500 0.112792968750 0.152343750000 +0.213867187500 0.457031250000 0.318359375000 0.640625000000 +0.431640625000 0.750000000000 0.527343750000 0.808593750000 +0.625000000000 0.753906250000 0.746093750000 0.628906250000 +0.816406250000 0.445312500000 0.902343750000 0.273437500000 +0.941406250000 0.058837890625 0.960937500000 -0.084472656250 +0.972656250000 -0.183593750000 0.949218750000 -0.187500000000 +0.898437500000 -0.126953125000 0.828125000000 0.006988525391 +0.718750000000 0.179687500000 0.636718750000 0.388671875000 +0.574218750000 0.582031250000 0.546875000000 0.730468750000 +0.488281250000 0.789062500000 0.503906250000 0.804687500000 +0.566406250000 0.750000000000 0.601562500000 0.617187500000 +0.691406250000 0.421875000000 0.769531250000 0.220703125000 +0.839843750000 0.043945312500 0.906250000000 -0.099609375000 +0.921875000000 -0.209960937500 0.933593750000 -0.226562500000 +0.871093750000 -0.172851562500 0.835937500000 -0.041015625000 +0.742187500000 0.113281250000 0.671875000000 0.332031250000 +0.585937500000 0.527343750000 0.535156250000 0.742187500000 +0.492187500000 0.843750000000 0.519531250000 0.906250000000 +0.558593750000 0.910156250000 0.644531250000 0.843750000000 +0.718750000000 0.699218750000 0.812500000000 0.519531250000 +0.855468750000 0.287109375000 0.929687500000 0.016967773438 +0.968750000000 -0.267578125000 0.933593750000 -0.519531250000 +0.890625000000 -0.718750000000 0.769531250000 -0.890625000000 +0.617187500000 -1.046875000000 0.416015625000 -1.125000000000 +0.186523437500 -1.148437500000 -0.066406250000 -1.132812500000 +-0.312500000000 -1.015625000000 -0.539062500000 -0.917968750000 +-0.773437500000 -0.734375000000 -0.937500000000 -0.562500000000 +-1.109375000000 -0.349609375000 -1.171875000000 -0.147460937500 +-1.187500000000 0.036132812500 -1.140625000000 0.190429687500 +-1.007812500000 0.291015625000 -0.843750000000 0.375000000000 +-0.605468750000 0.386718750000 -0.314453125000 0.361328125000 +-0.004364013672 0.275390625000 0.283203125000 0.179687500000 +0.507812500000 0.036132812500 0.718750000000 -0.136718750000 +0.847656250000 -0.304687500000 0.914062500000 -0.449218750000 +0.878906250000 -0.593750000000 0.769531250000 -0.722656250000 +0.621093750000 -0.800781250000 0.414062500000 -0.906250000000 +0.194335937500 -0.964843750000 -0.007934570312 -0.988281250000 +-0.188476562500 -1.023437500000 -0.373046875000 -0.992187500000 +-0.476562500000 -1.023437500000 -0.582031250000 -0.992187500000 +-0.597656250000 -1.007812500000 -0.585937500000 -0.996093750000 +-0.562500000000 -1.015625000000 -0.511718750000 -1.031250000000 +-0.488281250000 -1.070312500000 -0.453125000000 -1.125000000000 +-0.425781250000 -1.195312500000 -0.425781250000 -1.242187500000 +-0.412109375000 -1.257812500000 -0.423828125000 -1.273437500000 +-0.425781250000 -1.218750000000 -0.419921875000 -1.140625000000 +-0.384765625000 -0.984375000000 -0.349609375000 -0.789062500000 +-0.277343750000 -0.566406250000 -0.208984375000 -0.300781250000 +-0.135742187500 -0.010803222656 -0.015869140625 0.279296875000 +0.111816406250 0.546875000000 0.222656250000 0.722656250000 +0.332031250000 0.855468750000 0.429687500000 0.933593750000 +1.054687500000 -0.914062500000 0.960937500000 -1.125000000000 +0.839843750000 -1.093750000000 0.968750000000 -1.117187500000 +0.656250000000 -1.132812500000 0.636718750000 -1.210937500000 +0.535156250000 -1.187500000000 0.515625000000 -1.125000000000 +0.496093750000 -1.179687500000 0.511718750000 -0.992187500000 +0.578125000000 -1.085937500000 0.773437500000 -1.148437500000 +0.789062500000 -0.921875000000 0.839843750000 -1.000000000000 +1.007812500000 -0.957031250000 0.996093750000 -1.015625000000 +0.953125000000 -0.910156250000 0.957031250000 -0.800781250000 +0.886718750000 -0.710937500000 0.875000000000 -0.714843750000 +0.851562500000 -0.625000000000 0.781250000000 -0.589843750000 +0.687500000000 -0.410156250000 0.523437500000 -0.373046875000 +0.453125000000 -0.335937500000 0.500000000000 -0.380859375000 +0.449218750000 -0.462890625000 0.416015625000 -0.523437500000 +0.496093750000 -0.365234375000 0.392578125000 -0.507812500000 +0.406250000000 -0.382812500000 0.376953125000 -0.186523437500 +0.220703125000 -0.310546875000 -0.034179687500 0.089843750000 +-0.253906250000 0.100585937500 -0.488281250000 0.345703125000 +-0.843750000000 0.546875000000 -0.835937500000 0.593750000000 +-0.980468750000 0.890625000000 -1.046875000000 0.867187500000 +-0.949218750000 0.824218750000 -0.851562500000 0.894531250000 +-0.578125000000 0.789062500000 -0.380859375000 0.769531250000 +-0.051513671875 0.396484375000 0.332031250000 0.326171875000 +0.531250000000 -0.089355468750 0.800781250000 -0.058105468750 +1.140625000000 -0.255859375000 1.195312500000 -0.423828125000 +1.335937500000 -0.458984375000 1.335937500000 -0.535156250000 +1.195312500000 -0.621093750000 0.980468750000 -0.566406250000 +0.933593750000 -0.554687500000 0.535156250000 -0.519531250000 +0.174804687500 -0.298828125000 -0.121093750000 -0.107421875000 +-0.367187500000 -0.078125000000 -0.687500000000 0.162109375000 +-0.863281250000 0.294921875000 -1.210937500000 0.480468750000 +-1.125000000000 0.679687500000 -1.101562500000 0.894531250000 +-0.921875000000 1.031250000000 -0.714843750000 1.195312500000 +-0.328125000000 1.398437500000 -0.088867187500 1.546875000000 +0.285156250000 1.515625000000 0.431640625000 1.492187500000 +0.652343750000 1.382812500000 0.796875000000 1.085937500000 +0.851562500000 0.875000000000 0.777343750000 0.617187500000 +0.500000000000 0.257812500000 0.296875000000 -0.222656250000 +0.071777343750 -0.470703125000 -0.193359375000 -0.707031250000 +-0.445312500000 -0.882812500000 -0.683593750000 -1.039062500000 +-0.949218750000 -0.988281250000 -0.863281250000 -0.765625000000 +-0.808593750000 -0.625000000000 -0.750000000000 -0.189453125000 +-0.625000000000 0.031738281250 -0.330078125000 0.308593750000 +-0.271484375000 0.691406250000 0.039062500000 0.863281250000 +0.116210937500 0.855468750000 0.396484375000 0.964843750000 +0.412109375000 0.816406250000 0.675781250000 0.812500000000 +0.558593750000 0.675781250000 0.695312500000 0.378906250000 +0.486328125000 0.236328125000 0.419921875000 -0.105957031250 +0.361328125000 -0.292968750000 0.269531250000 -0.294921875000 +0.298828125000 -0.404296875000 0.261718750000 -0.285156250000 +0.333984375000 -0.255859375000 0.223632812500 -0.273437500000 +0.302734375000 0.116699218750 0.212890625000 0.070800781250 +0.361328125000 0.300781250000 0.492187500000 0.550781250000 +0.589843750000 0.800781250000 0.710937500000 0.859375000000 +0.851562500000 1.031250000000 0.710937500000 1.148437500000 +0.925781250000 1.179687500000 0.863281250000 1.093750000000 +0.886718750000 0.980468750000 0.886718750000 1.187500000000 +0.734375000000 0.894531250000 0.593750000000 0.820312500000 +0.527343750000 0.718750000000 0.453125000000 0.664062500000 +0.466796875000 0.671875000000 0.394531250000 0.455078125000 +0.539062500000 0.384765625000 0.539062500000 0.392578125000 +0.679687500000 0.462890625000 0.839843750000 0.341796875000 +0.730468750000 0.435546875000 0.988281250000 0.429687500000 +0.875000000000 0.253906250000 0.882812500000 0.369140625000 +0.785156250000 0.386718750000 0.593750000000 0.298828125000 +0.223632812500 0.275390625000 0.027221679688 0.265625000000 +-0.219726562500 0.213867187500 -0.474609375000 0.277343750000 +-0.867187500000 0.257812500000 -0.824218750000 0.330078125000 +-0.835937500000 0.302734375000 -0.898437500000 0.490234375000 +-0.605468750000 0.558593750000 -0.390625000000 0.652343750000 +-0.040283203125 0.753906250000 0.070800781250 0.910156250000 +0.554687500000 0.976562500000 0.695312500000 1.085937500000 +0.945312500000 1.062500000000 0.851562500000 1.132812500000 +1.054687500000 1.210937500000 1.015625000000 1.164062500000 +0.902343750000 0.875000000000 0.785156250000 0.890625000000 +0.636718750000 0.566406250000 0.447265625000 0.406250000000 +0.271484375000 0.351562500000 0.318359375000 0.024658203125 +0.221679687500 -0.098632812500 0.196289062500 -0.222656250000 +0.312500000000 -0.361328125000 0.076660156250 -0.515625000000 +0.279296875000 -0.333984375000 0.255859375000 -0.419921875000 +0.339843750000 -0.198242187500 0.308593750000 0.152343750000 +0.343750000000 0.213867187500 0.155273437500 0.535156250000 +0.198242187500 0.792968750000 0.171875000000 0.847656250000 +0.129882812500 0.988281250000 0.484375000000 0.960937500000 +0.306640625000 1.039062500000 0.574218750000 0.695312500000 +0.500000000000 0.375000000000 0.781250000000 0.211914062500 +0.714843750000 0.052734375000 0.984375000000 -0.308593750000 +0.976562500000 -0.558593750000 1.031250000000 -0.707031250000 +1.023437500000 -0.886718750000 0.988281250000 -1.070312500000 +0.800781250000 -1.007812500000 0.660156250000 -0.804687500000 +0.542968750000 -0.542968750000 0.223632812500 -0.318359375000 +0.025634765625 -0.031738281250 -0.251953125000 0.179687500000 +-0.496093750000 0.363281250000 -0.625000000000 0.523437500000 +-0.726562500000 0.675781250000 -0.953125000000 0.699218750000 +-0.894531250000 0.687500000000 -1.085937500000 0.691406250000 +-1.070312500000 0.523437500000 -1.070312500000 0.376953125000 +-1.179687500000 0.152343750000 -1.187500000000 -0.038330078125 +-1.039062500000 -0.259765625000 -0.964843750000 -0.468750000000 +-1.046875000000 -0.699218750000 -1.085937500000 -0.882812500000 +-0.925781250000 -1.093750000000 -0.984375000000 -1.179687500000 +-0.937500000000 -1.210937500000 -0.882812500000 -1.140625000000 +-0.964843750000 -1.023437500000 -1.023437500000 -0.820312500000 +-0.949218750000 -0.820312500000 -1.007812500000 -0.664062500000 +-0.945312500000 -0.585937500000 -1.039062500000 -0.554687500000 +-1.031250000000 -0.691406250000 -1.070312500000 -0.617187500000 +-1.093750000000 -0.722656250000 -1.109375000000 -0.703125000000 +-1.023437500000 -0.878906250000 -1.148437500000 -1.007812500000 +-1.007812500000 -1.093750000000 -0.996093750000 -0.972656250000 +-0.855468750000 -1.023437500000 -0.890625000000 -0.789062500000 +-0.796875000000 -0.703125000000 -0.609375000000 -0.480468750000 +-0.597656250000 -0.310546875000 -0.476562500000 -0.223632812500 +-0.429687500000 0.066406250000 -0.251953125000 0.064453125000 +-0.375000000000 0.279296875000 -0.511718750000 -0.053466796875 +-0.488281250000 0.134765625000 -0.523437500000 -0.169921875000 +-0.644531250000 -0.199218750000 -0.710937500000 -0.215820312500 +-1.023437500000 -0.349609375000 -0.851562500000 -0.296875000000 +-0.976562500000 -0.134765625000 -1.164062500000 -0.265625000000 +-1.109375000000 0.096191406250 -1.101562500000 0.285156250000 +-0.906250000000 0.400390625000 -0.726562500000 0.597656250000 +-0.804687500000 0.761718750000 -0.474609375000 0.890625000000 +-0.355468750000 0.859375000000 -0.188476562500 0.757812500000 +0.066894531250 0.734375000000 0.310546875000 0.494140625000 +0.632812500000 0.160156250000 0.742187500000 -0.200195312500 +0.847656250000 -0.412109375000 1.101562500000 -0.644531250000 +1.132812500000 -1.031250000000 1.273437500000 -1.195312500000 +1.367187500000 -1.445312500000 1.429687500000 -1.523437500000 +1.406250000000 -1.492187500000 1.390625000000 -1.453125000000 +1.156250000000 -1.187500000000 1.156250000000 -1.031250000000 +1.203125000000 -0.925781250000 1.007812500000 -0.417968750000 +0.902343750000 -0.008178710938 0.617187500000 -0.043457031250 +0.644531250000 0.378906250000 0.613281250000 0.750000000000 +0.458984375000 0.820312500000 0.175781250000 0.976562500000 +0.137695312500 0.984375000000 -0.141601562500 0.832031250000 +-0.206054687500 0.816406250000 -0.267578125000 0.605468750000 +-0.257812500000 0.359375000000 -0.396484375000 0.104492187500 +-0.141601562500 -0.046142578125 -0.302734375000 -0.208984375000 +-0.314453125000 -0.406250000000 -0.000835418701 -0.216796875000 +0.279296875000 -0.373046875000 0.494140625000 -0.220703125000 +0.644531250000 -0.037353515625 0.683593750000 0.068847656250 +0.714843750000 0.240234375000 0.906250000000 0.320312500000 +1.007812500000 0.488281250000 0.839843750000 0.417968750000 +0.589843750000 0.351562500000 0.574218750000 0.402343750000 +0.359375000000 0.189453125000 0.148437500000 0.105957031250 +-0.088867187500 -0.241210937500 -0.041503906250 -0.283203125000 +-0.335937500000 -0.500000000000 -0.281250000000 -0.519531250000 +-0.384765625000 -0.589843750000 -0.361328125000 -0.664062500000 +-0.423828125000 -0.753906250000 -0.355468750000 -0.593750000000 +-0.357421875000 -0.703125000000 -0.404296875000 -0.419921875000 +-0.390625000000 -0.347656250000 -0.566406250000 -0.086914062500 +-0.531250000000 0.124511718750 -0.605468750000 0.255859375000 +-0.750000000000 0.427734375000 -0.960937500000 0.644531250000 +-0.859375000000 0.656250000000 -0.980468750000 0.960937500000 +-1.093750000000 0.890625000000 -1.109375000000 0.953125000000 +-1.054687500000 0.835937500000 -0.929687500000 0.800781250000 +-0.992187500000 0.660156250000 -0.718750000000 0.617187500000 +-0.691406250000 0.523437500000 -0.542968750000 0.287109375000 +-0.462890625000 0.223632812500 -0.322265625000 0.163085937500 +-0.102050781250 -0.079589843750 -0.037841796875 0.082519531250 +0.112304687500 0.025878906250 0.085449218750 0.141601562500 +0.186523437500 0.139648437500 0.419921875000 0.365234375000 +0.382812500000 0.486328125000 0.371093750000 0.726562500000 +0.285156250000 0.902343750000 0.384765625000 1.015625000000 +0.351562500000 1.046875000000 0.443359375000 1.226562500000 +0.406250000000 1.085937500000 0.261718750000 0.988281250000 +0.220703125000 0.843750000000 0.138671875000 0.519531250000 +-0.001365661621 0.294921875000 -0.152343750000 -0.045898437500 +-0.083984375000 -0.205078125000 -0.209960937500 -0.601562500000 +-0.211914062500 -0.589843750000 -0.087890625000 -1.000000000000 +-0.026855468750 -0.828125000000 -0.144531250000 -0.929687500000 +-0.102050781250 -0.859375000000 0.020751953125 -0.558593750000 +0.138671875000 -0.335937500000 0.213867187500 -0.032714843750 +0.240234375000 0.015136718750 0.212890625000 0.104980468750 +0.388671875000 0.279296875000 0.165039062500 0.406250000000 +0.202148437500 0.273437500000 0.166992187500 0.108398437500 +-0.072265625000 -0.002838134766 -0.067382812500 -0.259765625000 +0.001480102539 -0.687500000000 -0.201171875000 -0.875000000000 +-0.042968750000 -1.187500000000 -0.208007812500 -1.343750000000 +-0.361328125000 -1.453125000000 -0.371093750000 -1.601562500000 +-0.294921875000 -1.593750000000 -0.373046875000 -1.640625000000 +-0.328125000000 -1.398437500000 -0.191406250000 -1.187500000000 +-0.347656250000 -0.785156250000 -0.251953125000 -0.435546875000 +-0.273437500000 -0.198242187500 -0.308593750000 0.043457031250 +-0.421875000000 0.429687500000 -0.488281250000 0.601562500000 +-0.451171875000 0.687500000000 -0.406250000000 0.843750000000 +-0.466796875000 0.878906250000 -0.589843750000 0.761718750000 +-0.562500000000 0.605468750000 -0.492187500000 0.478515625000 +-0.486328125000 0.273437500000 -0.435546875000 0.057861328125 +-0.367187500000 -0.007049560547 -0.173828125000 -0.186523437500 +-0.265625000000 -0.279296875000 -0.106933593750 -0.261718750000 +-0.138671875000 -0.118652343750 0.008850097656 0.002975463867 +0.300781250000 0.283203125000 0.257812500000 0.470703125000 +0.248046875000 0.609375000000 0.194335937500 0.945312500000 +0.123535156250 1.078125000000 -0.008666992188 1.109375000000 +0.010070800781 1.156250000000 -0.177734375000 1.265625000000 +-0.204101562500 1.312500000000 -0.185546875000 1.132812500000 +-0.312500000000 1.085937500000 -0.406250000000 1.085937500000 +-0.425781250000 1.140625000000 -0.324218750000 1.015625000000 +-0.223632812500 1.125000000000 -0.153320312500 1.062500000000 +0.001930236816 0.992187500000 0.096679687500 0.984375000000 +0.046630859375 1.093750000000 0.088378906250 1.015625000000 +0.089355468750 1.023437500000 -0.066406250000 0.878906250000 +-0.193359375000 0.777343750000 -0.363281250000 0.785156250000 +-0.710937500000 0.498046875000 -0.824218750000 0.458984375000 +-0.750000000000 0.386718750000 -0.843750000000 0.277343750000 +-0.925781250000 0.279296875000 -0.863281250000 0.257812500000 +-0.753906250000 0.233398437500 -0.613281250000 0.378906250000 +-0.416015625000 0.253906250000 -0.230468750000 0.296875000000 +0.031005859375 0.390625000000 0.131835937500 0.250000000000 +0.121582031250 0.212890625000 0.192382812500 0.230468750000 +0.094726562500 0.102539062500 0.026611328125 0.004333496094 +0.013671875000 -0.235351562500 -0.106933593750 -0.070800781250 +-0.279296875000 -0.318359375000 0.003768920898 -0.392578125000 +-0.090332031250 -0.347656250000 -0.227539062500 -0.279296875000 +0.014038085938 -0.183593750000 0.292968750000 -0.222656250000 +0.574218750000 -0.045898437500 0.550781250000 0.098632812500 +0.867187500000 0.341796875000 0.851562500000 0.369140625000 +0.835937500000 0.511718750000 0.695312500000 0.687500000000 +0.621093750000 0.695312500000 0.451171875000 0.867187500000 +0.218750000000 0.652343750000 -0.069824218750 0.664062500000 +-0.086914062500 0.498046875000 -0.259765625000 0.314453125000 +-0.196289062500 0.208007812500 -0.312500000000 0.037841796875 +-0.269531250000 -0.349609375000 -0.100097656250 -0.578125000000 +0.074218750000 -0.761718750000 0.068359375000 -0.910156250000 +0.239257812500 -0.964843750000 0.332031250000 -0.937500000000 +0.468750000000 -0.812500000000 0.378906250000 -0.757812500000 +0.203125000000 -0.458984375000 0.141601562500 -0.134765625000 +-0.098144531250 0.178710937500 -0.248046875000 0.466796875000 +-0.190429687500 0.687500000000 -0.392578125000 0.812500000000 +-0.468750000000 0.937500000000 -0.351562500000 1.023437500000 +-0.369140625000 1.023437500000 -0.007446289062 0.781250000000 +0.164062500000 0.625000000000 0.458984375000 0.546875000000 +0.652343750000 0.197265625000 0.886718750000 0.095703125000 +1.250000000000 -0.332031250000 1.328125000000 -0.441406250000 +1.546875000000 -0.742187500000 1.562500000000 -0.839843750000 +1.625000000000 -0.933593750000 1.609375000000 -0.921875000000 +1.445312500000 -0.898437500000 1.320312500000 -0.925781250000 +1.054687500000 -0.800781250000 0.765625000000 -0.703125000000 +0.550781250000 -0.652343750000 0.335937500000 -0.617187500000 +0.133789062500 -0.468750000000 -0.031005859375 -0.507812500000 +-0.125000000000 -0.378906250000 -0.217773437500 -0.429687500000 +-0.314453125000 -0.507812500000 -0.099121093750 -0.484375000000 +-0.098632812500 -0.675781250000 0.085937500000 -0.941406250000 +0.359375000000 -0.839843750000 0.535156250000 -0.898437500000 +0.804687500000 -0.894531250000 1.109375000000 -0.902343750000 +1.281250000000 -0.835937500000 1.312500000000 -0.400390625000 +1.507812500000 -0.351562500000 1.406250000000 -0.104980468750 +1.390625000000 0.333984375000 1.312500000000 0.667968750000 +1.093750000000 0.777343750000 0.972656250000 0.980468750000 +0.695312500000 1.070312500000 0.558593750000 1.117187500000 +0.453125000000 1.156250000000 0.091796875000 1.187500000000 +0.067382812500 1.046875000000 -0.310546875000 0.855468750000 +-0.153320312500 0.695312500000 -0.451171875000 0.455078125000 +-0.404296875000 0.384765625000 -0.195312500000 0.240234375000 +-0.259765625000 0.173828125000 -0.058837890625 -0.029296875000 +0.029663085938 0.125976562500 -0.000698089600 -0.174804687500 +0.113281250000 -0.275390625000 0.304687500000 -0.355468750000 +0.349609375000 -0.386718750000 0.222656250000 -0.730468750000 +0.478515625000 -0.808593750000 0.102050781250 -0.863281250000 +0.047851562500 -1.117187500000 0.127929687500 -1.039062500000 +0.048583984375 -1.031250000000 -0.135742187500 -0.976562500000 +-0.102539062500 -0.933593750000 -0.147460937500 -0.695312500000 +-0.118652343750 -0.458984375000 -0.117187500000 -0.000299453735 +-0.148437500000 0.289062500000 0.052978515625 0.562500000000 +0.082031250000 0.773437500000 0.155273437500 0.976562500000 +0.145507812500 1.109375000000 0.239257812500 1.085937500000 +0.275390625000 0.890625000000 0.351562500000 0.796875000000 +0.193359375000 0.703125000000 0.539062500000 0.375000000000 +0.277343750000 0.207031250000 0.511718750000 -0.115234375000 +0.445312500000 -0.345703125000 0.449218750000 -0.507812500000 +0.435546875000 -0.500000000000 0.443359375000 -0.474609375000 +0.345703125000 -0.667968750000 0.457031250000 -0.507812500000 +0.546875000000 -0.458984375000 0.353515625000 -0.330078125000 +0.404296875000 -0.248046875000 0.511718750000 -0.217773437500 +0.355468750000 -0.148437500000 0.455078125000 -0.009521484375 +0.425781250000 -0.066894531250 0.550781250000 -0.259765625000 +0.359375000000 -0.223632812500 0.419921875000 -0.255859375000 +0.300781250000 -0.429687500000 0.255859375000 -0.445312500000 +0.269531250000 -0.675781250000 0.006835937500 -0.691406250000 +-0.102539062500 -0.792968750000 0.055419921875 -0.945312500000 +-0.104980468750 -1.093750000000 -0.145507812500 -1.101562500000 +-0.218750000000 -1.023437500000 -0.283203125000 -1.015625000000 +-0.222656250000 -0.867187500000 -0.245117187500 -0.558593750000 +-0.250000000000 -0.515625000000 -0.332031250000 -0.347656250000 +-0.275390625000 0.005523681641 -0.343750000000 0.190429687500 +-0.445312500000 0.470703125000 -0.470703125000 0.523437500000 +-0.652343750000 0.906250000000 -0.675781250000 1.070312500000 +-0.839843750000 0.945312500000 -0.925781250000 0.984375000000 +-1.023437500000 0.902343750000 -1.093750000000 0.925781250000 +-1.148437500000 0.714843750000 -1.093750000000 0.511718750000 +-1.289062500000 0.308593750000 -1.078125000000 0.132812500000 +-1.148437500000 -0.019287109375 -1.171875000000 -0.185546875000 +-1.117187500000 -0.388671875000 -1.093750000000 -0.408203125000 +-0.988281250000 -0.410156250000 -0.976562500000 -0.210937500000 +-0.992187500000 0.159179687500 -0.781250000000 0.392578125000 +-0.742187500000 0.433593750000 -0.824218750000 0.574218750000 +-0.455078125000 0.761718750000 -0.507812500000 0.847656250000 +-0.380859375000 0.804687500000 -0.328125000000 0.429687500000 +-0.091308593750 0.322265625000 0.128906250000 0.119628906250 +0.107421875000 -0.306640625000 0.308593750000 -0.527343750000 +0.400390625000 -0.636718750000 0.519531250000 -0.812500000000 +0.474609375000 -0.828125000000 0.472656250000 -0.523437500000 +0.585937500000 -0.447265625000 0.500000000000 -0.175781250000 +0.527343750000 0.038330078125 0.251953125000 0.306640625000 +0.242187500000 0.640625000000 0.189453125000 0.816406250000 +0.230468750000 0.890625000000 0.155273437500 0.921875000000 +-0.048828125000 0.867187500000 0.116210937500 0.523437500000 +0.220703125000 0.267578125000 0.277343750000 -0.060791015625 +0.392578125000 -0.388671875000 0.466796875000 -0.710937500000 +0.632812500000 -1.117187500000 0.828125000000 -1.164062500000 +0.945312500000 -1.601562500000 1.054687500000 -1.500000000000 +0.968750000000 -1.421875000000 1.257812500000 -1.359375000000 +1.304687500000 -1.273437500000 1.117187500000 -1.015625000000 +1.187500000000 -0.753906250000 0.906250000000 -0.322265625000 +0.828125000000 -0.090332031250 0.578125000000 0.182617187500 +0.302734375000 0.458984375000 0.013427734375 0.558593750000 +-0.151367187500 0.777343750000 -0.423828125000 0.953125000000 +-0.585937500000 0.839843750000 -0.656250000000 0.800781250000 +-0.828125000000 0.707031250000 -0.968750000000 0.408203125000 +-0.609375000000 0.275390625000 -0.734375000000 0.018188476562 +-0.613281250000 -0.250000000000 -0.380859375000 -0.416015625000 +-0.328125000000 -0.199218750000 0.058349609375 -0.287109375000 +0.328125000000 -0.236328125000 0.402343750000 -0.136718750000 +0.773437500000 -0.091308593750 0.781250000000 0.216796875000 +0.968750000000 0.269531250000 0.937500000000 0.369140625000 +0.886718750000 0.460937500000 0.769531250000 0.466796875000 +0.519531250000 0.234375000000 0.249023437500 0.218750000000 +0.072753906250 0.096191406250 -0.333984375000 0.113281250000 +-0.558593750000 -0.171875000000 -0.710937500000 -0.396484375000 +-0.960937500000 -0.593750000000 -1.125000000000 -0.714843750000 +-1.312500000000 -0.687500000000 -1.210937500000 -0.648437500000 +-1.117187500000 -0.582031250000 -1.281250000000 -0.617187500000 +-1.101562500000 -0.582031250000 -1.093750000000 -0.570312500000 +-0.917968750000 -0.515625000000 -0.929687500000 -0.427734375000 +-0.968750000000 -0.404296875000 -0.843750000000 -0.421875000000 +-0.937500000000 -0.232421875000 -0.960937500000 -0.394531250000 +-0.917968750000 -0.369140625000 -0.914062500000 -0.416015625000 +-0.921875000000 -0.609375000000 -0.949218750000 -0.683593750000 +-0.937500000000 -0.828125000000 -0.828125000000 -0.875000000000 +-0.753906250000 -0.960937500000 -0.617187500000 -1.062500000000 +-0.519531250000 -1.000000000000 -0.131835937500 -0.968750000000 +-0.012878417969 -1.046875000000 0.118164062500 -0.894531250000 +0.458984375000 -0.738281250000 0.613281250000 -0.679687500000 +0.812500000000 -0.414062500000 0.855468750000 -0.355468750000 +1.023437500000 -0.361328125000 1.023437500000 -0.291015625000 +0.953125000000 -0.423828125000 0.800781250000 -0.330078125000 +0.597656250000 -0.494140625000 0.431640625000 -0.498046875000 +0.316406250000 -0.679687500000 0.151367187500 -0.855468750000 +0.024169921875 -0.910156250000 -0.084960937500 -0.843750000000 +-0.003814697266 -0.910156250000 0.013183593750 -0.929687500000 +0.165039062500 -0.832031250000 0.330078125000 -0.574218750000 +0.574218750000 -0.433593750000 0.781250000000 -0.494140625000 +0.773437500000 -0.269531250000 1.054687500000 -0.322265625000 +0.949218750000 -0.289062500000 0.996093750000 -0.394531250000 +0.738281250000 -0.363281250000 0.644531250000 -0.531250000000 +0.197265625000 -0.753906250000 -0.114257812500 -0.828125000000 +-0.217773437500 -1.054687500000 -0.820312500000 -1.007812500000 +-0.890625000000 -1.125000000000 -1.320312500000 -1.242187500000 +-1.312500000000 -1.195312500000 -1.460937500000 -1.007812500000 +-1.375000000000 -0.917968750000 -1.421875000000 -0.875000000000 +-1.242187500000 -0.609375000000 -1.039062500000 -0.660156250000 +-0.878906250000 -0.515625000000 -0.404296875000 -0.644531250000 +-0.178710937500 -0.324218750000 0.150390625000 -0.531250000000 +0.574218750000 -0.447265625000 0.820312500000 -0.652343750000 +0.976562500000 -0.613281250000 1.023437500000 -0.910156250000 +1.007812500000 -0.980468750000 0.992187500000 -1.015625000000 +0.820312500000 -1.250000000000 0.578125000000 -1.406250000000 +0.527343750000 -1.484375000000 0.314453125000 -1.335937500000 +0.177734375000 -1.273437500000 -0.025268554688 -0.964843750000 +-0.005004882812 -0.843750000000 0.041992187500 -0.488281250000 +0.074218750000 -0.180664062500 0.195312500000 0.071289062500 +0.376953125000 0.398437500000 0.408203125000 0.707031250000 +0.511718750000 1.007812500000 0.718750000000 1.046875000000 +0.730468750000 1.093750000000 0.605468750000 0.929687500000 +0.558593750000 0.867187500000 0.333984375000 0.648437500000 +-0.006256103516 0.177734375000 -0.065917968750 -0.188476562500 +-0.490234375000 -0.648437500000 -0.683593750000 -0.875000000000 +-0.800781250000 -1.273437500000 -1.007812500000 -1.625000000000 +-1.070312500000 -1.648437500000 -1.039062500000 -1.851562500000 +-1.117187500000 -1.773437500000 -1.140625000000 -1.640625000000 +-1.093750000000 -1.539062500000 -0.941406250000 -1.398437500000 +-0.859375000000 -1.093750000000 -0.886718750000 -0.773437500000 +-0.742187500000 -0.417968750000 -0.847656250000 -0.161132812500 +-0.675781250000 0.246093750000 -0.621093750000 0.412109375000 +-0.589843750000 0.789062500000 -0.726562500000 0.875000000000 +-0.392578125000 0.894531250000 -0.237304687500 1.046875000000 +-0.185546875000 1.007812500000 0.017944335938 1.015625000000 +0.093750000000 0.945312500000 0.213867187500 0.964843750000 +0.182617187500 0.667968750000 0.328125000000 0.523437500000 +0.160156250000 0.306640625000 0.062255859375 0.275390625000 +-0.107421875000 0.045166015625 -0.176757812500 -0.210937500000 +-0.460937500000 -0.263671875000 -0.578125000000 -0.376953125000 +-0.863281250000 -0.375000000000 -0.847656250000 -0.480468750000 +-1.046875000000 -0.412109375000 -0.996093750000 -0.458984375000 +-0.843750000000 -0.365234375000 -0.707031250000 -0.429687500000 +-0.589843750000 -0.458984375000 -0.273437500000 -0.234375000000 +-0.041503906250 -0.318359375000 0.267578125000 -0.330078125000 +0.539062500000 -0.375000000000 0.847656250000 -0.298828125000 +0.925781250000 -0.380859375000 1.273437500000 -0.427734375000 +1.281250000000 -0.601562500000 1.429687500000 -0.574218750000 +1.328125000000 -0.710937500000 1.296875000000 -0.832031250000 +1.148437500000 -0.828125000000 1.015625000000 -0.828125000000 +0.570312500000 -0.832031250000 0.388671875000 -0.855468750000 +0.060791015625 -0.582031250000 -0.300781250000 -0.636718750000 +-0.482421875000 -0.519531250000 -0.832031250000 -0.585937500000 +-1.039062500000 -0.488281250000 -1.187500000000 -0.550781250000 +-1.281250000000 -0.562500000000 -1.328125000000 -0.722656250000 +-1.367187500000 -0.730468750000 -1.257812500000 -0.925781250000 +-1.078125000000 -0.949218750000 -0.941406250000 -1.265625000000 +-0.691406250000 -1.335937500000 -0.597656250000 -1.398437500000 +-0.458984375000 -1.539062500000 -0.236328125000 -1.539062500000 +-0.318359375000 -1.539062500000 -0.131835937500 -1.414062500000 +-0.221679687500 -1.359375000000 -0.165039062500 -1.031250000000 +-0.257812500000 -0.855468750000 -0.369140625000 -0.656250000000 +-0.507812500000 -0.267578125000 -0.695312500000 0.161132812500 +-0.699218750000 0.416015625000 -0.621093750000 0.511718750000 +-0.679687500000 0.652343750000 -0.496093750000 0.796875000000 +-0.300781250000 0.738281250000 -0.022338867188 0.714843750000 +0.110839843750 0.404296875000 0.531250000000 0.229492187500 +0.671875000000 -0.096191406250 0.875000000000 -0.283203125000 +0.976562500000 -0.498046875000 1.023437500000 -0.640625000000 +0.992187500000 -0.613281250000 0.832031250000 -0.601562500000 +0.535156250000 -0.464843750000 0.221679687500 -0.244140625000 +-0.250000000000 0.134765625000 -0.546875000000 0.316406250000 +-0.726562500000 0.427734375000 -0.898437500000 0.632812500000 +-1.093750000000 0.718750000000 -1.062500000000 0.574218750000 +-1.046875000000 0.500000000000 -0.753906250000 0.189453125000 +-0.746093750000 -0.004028320312 -0.451171875000 -0.308593750000 +-0.096679687500 -0.535156250000 0.230468750000 -0.679687500000 +0.466796875000 -0.812500000000 0.660156250000 -0.859375000000 +0.925781250000 -0.867187500000 1.039062500000 -0.695312500000 +1.242187500000 -0.621093750000 1.187500000000 -0.498046875000 +1.132812500000 -0.478515625000 1.265625000000 -0.378906250000 +1.187500000000 -0.378906250000 1.312500000000 -0.241210937500 +1.304687500000 -0.515625000000 1.132812500000 -0.503906250000 +1.250000000000 -0.640625000000 1.226562500000 -0.640625000000 +1.265625000000 -0.804687500000 1.140625000000 -0.640625000000 +1.109375000000 -0.660156250000 1.187500000000 -0.445312500000 +1.015625000000 -0.271484375000 1.007812500000 0.087402343750 +0.898437500000 0.324218750000 0.933593750000 0.468750000000 +0.921875000000 0.730468750000 0.941406250000 1.015625000000 +0.906250000000 1.273437500000 0.972656250000 1.195312500000 +1.000000000000 1.140625000000 0.937500000000 1.046875000000 +0.953125000000 1.117187500000 0.964843750000 0.960937500000 +0.972656250000 0.839843750000 1.023437500000 0.714843750000 +0.882812500000 0.597656250000 0.687500000000 0.625000000000 +0.632812500000 0.558593750000 0.492187500000 0.472656250000 +0.427734375000 0.503906250000 0.429687500000 0.382812500000 +0.328125000000 0.421875000000 0.324218750000 0.394531250000 +0.251953125000 0.457031250000 0.443359375000 0.200195312500 +0.550781250000 -0.074218750000 0.656250000000 -0.253906250000 +0.750000000000 -0.273437500000 0.863281250000 -0.396484375000 +1.085937500000 -0.675781250000 1.062500000000 -0.785156250000 +1.210937500000 -0.734375000000 1.210937500000 -0.761718750000 +1.359375000000 -0.773437500000 1.335937500000 -0.585937500000 +1.367187500000 -0.605468750000 1.109375000000 -0.527343750000 +1.210937500000 -0.394531250000 1.210937500000 -0.206054687500 +1.085937500000 -0.162109375000 1.046875000000 -0.087402343750 +1.125000000000 -0.036865234375 1.117187500000 -0.085937500000 +1.257812500000 -0.078613281250 1.312500000000 -0.134765625000 +1.046875000000 -0.142578125000 1.007812500000 -0.034179687500 +0.992187500000 -0.187500000000 0.917968750000 -0.030883789062 +0.804687500000 -0.104003906250 0.550781250000 -0.154296875000 +0.308593750000 -0.289062500000 0.216796875000 -0.198242187500 +0.101074218750 -0.400390625000 -0.196289062500 -0.455078125000 +-0.281250000000 -0.507812500000 -0.652343750000 -0.750000000000 +-0.511718750000 -0.851562500000 -0.625000000000 -0.929687500000 +-0.593750000000 -1.132812500000 -0.867187500000 -1.210937500000 +-0.886718750000 -1.250000000000 -0.890625000000 -1.226562500000 +-0.835937500000 -1.140625000000 -0.886718750000 -0.902343750000 +-1.015625000000 -0.855468750000 -0.851562500000 -0.625000000000 +-0.761718750000 -0.427734375000 -0.757812500000 -0.335937500000 +-0.498046875000 -0.013488769531 -0.421875000000 0.114257812500 +-0.277343750000 0.294921875000 -0.043701171875 0.316406250000 +0.257812500000 0.585937500000 0.462890625000 0.679687500000 +0.675781250000 0.613281250000 0.671875000000 0.519531250000 +0.933593750000 0.605468750000 0.882812500000 0.486328125000 +0.804687500000 0.636718750000 0.734375000000 0.687500000000 +0.457031250000 0.710937500000 0.283203125000 0.636718750000 +-0.062500000000 0.695312500000 -0.037841796875 0.828125000000 +-0.316406250000 0.800781250000 -0.597656250000 1.007812500000 +-0.445312500000 0.972656250000 -0.476562500000 1.000000000000 +-0.250000000000 0.976562500000 -0.251953125000 0.984375000000 +0.113769531250 0.914062500000 0.233398437500 0.902343750000 +0.457031250000 0.796875000000 0.828125000000 0.527343750000 +1.031250000000 0.388671875000 1.125000000000 0.183593750000 +1.476562500000 -0.000192642212 1.609375000000 -0.164062500000 +1.710937500000 -0.396484375000 1.539062500000 -0.597656250000 +1.500000000000 -0.640625000000 1.289062500000 -0.824218750000 +1.070312500000 -0.769531250000 0.828125000000 -0.597656250000 +0.314453125000 -0.507812500000 0.221679687500 -0.227539062500 +-0.113281250000 -0.018920898438 -0.574218750000 0.094238281250 +-0.824218750000 0.419921875000 -1.265625000000 0.679687500000 +-1.367187500000 0.984375000000 -1.570312500000 1.023437500000 +-1.484375000000 1.132812500000 -1.382812500000 1.148437500000 +-1.406250000000 1.171875000000 -1.210937500000 1.195312500000 +-0.910156250000 1.101562500000 -0.640625000000 1.039062500000 +-0.337890625000 1.000000000000 -0.041748046875 0.847656250000 +0.304687500000 0.738281250000 0.617187500000 0.683593750000 +0.796875000000 0.703125000000 1.000000000000 0.585937500000 +0.968750000000 0.527343750000 0.832031250000 0.535156250000 +0.625000000000 0.558593750000 0.523437500000 0.519531250000 +0.253906250000 0.648437500000 -0.171875000000 0.730468750000 +-0.523437500000 0.644531250000 -0.785156250000 0.785156250000 +-0.859375000000 0.656250000000 -1.000000000000 0.878906250000 +-1.023437500000 0.851562500000 -0.980468750000 0.792968750000 +-0.683593750000 0.984375000000 -0.300781250000 0.941406250000 +0.025634765625 0.824218750000 0.248046875000 0.652343750000 +0.539062500000 0.667968750000 0.687500000000 0.470703125000 +0.675781250000 0.458984375000 0.566406250000 0.396484375000 +0.527343750000 0.227539062500 0.236328125000 0.367187500000 +-0.040283203125 0.279296875000 -0.189453125000 0.177734375000 +-0.458984375000 0.091796875000 -0.812500000000 0.113769531250 +-0.445312500000 0.200195312500 0.703125000000 0.341796875000 +-0.945312500000 0.437500000000 -1.140625000000 -0.084960937500 +-0.137695312500 -0.792968750000 -0.640625000000 -0.088867187500 +-0.562500000000 0.174804687500 -0.025634765625 -0.339843750000 +-0.291015625000 -0.773437500000 0.691406250000 0.412109375000 +-0.613281250000 -0.298828125000 -0.339843750000 0.800781250000 +0.816406250000 -1.046875000000 -1.117187500000 0.038330078125 +0.022827148438 -1.921875000000 0.605468750000 -0.073242187500 +-1.523437500000 0.589843750000 0.605468750000 -1.085937500000 +-0.400390625000 0.753906250000 -0.687500000000 -0.326171875000 +0.208984375000 -0.061767578125 -0.039550781250 -0.589843750000 +-0.687500000000 -0.371093750000 -1.148437500000 0.131835937500 +-0.230468750000 0.460937500000 0.144531250000 -0.554687500000 +-0.195312500000 0.185546875000 0.550781250000 -1.562500000000 +1.640625000000 0.628906250000 -0.753906250000 -0.714843750000 +-0.460937500000 0.166992187500 -0.722656250000 -1.351562500000 +-0.730468750000 0.012573242188 0.451171875000 -1.656250000000 +-0.061279296875 -0.138671875000 -1.203125000000 0.190429687500 +0.046142578125 0.314453125000 -1.156250000000 -0.582031250000 +-0.287109375000 -0.451171875000 -0.095703125000 1.179687500000 +-0.222656250000 0.013793945312 0.014221191406 0.363281250000 +-0.056152343750 0.671875000000 -0.390625000000 1.945312500000 +0.223632812500 0.492187500000 0.082519531250 -0.437500000000 +0.523437500000 0.660156250000 -0.777343750000 -0.296875000000 +0.398437500000 0.578125000000 -0.215820312500 -1.710937500000 +0.968750000000 0.227539062500 -0.259765625000 -0.367187500000 +0.365234375000 -1.210937500000 -0.617187500000 -0.632812500000 +0.757812500000 -0.828125000000 -0.738281250000 -0.824218750000 +0.843750000000 -1.593750000000 -1.117187500000 0.867187500000 +0.019042968750 0.213867187500 0.248046875000 0.318359375000 +-1.281250000000 0.298828125000 1.195312500000 -0.125976562500 +0.875000000000 0.061523437500 0.675781250000 -0.527343750000 +-0.371093750000 0.355468750000 -0.527343750000 0.671875000000 +-0.816406250000 -0.025634765625 0.828125000000 -0.707031250000 +0.267578125000 0.394531250000 0.386718750000 -0.847656250000 +-0.039794921875 0.355468750000 0.114746093750 0.021728515625 +-0.332031250000 -0.773437500000 -0.096191406250 -1.015625000000 +-0.154296875000 -0.652343750000 2.078125000000 1.156250000000 +-0.562500000000 0.726562500000 1.351562500000 0.326171875000 +-1.101562500000 -0.683593750000 0.037597656250 -0.312500000000 +0.065917968750 0.326171875000 -0.718750000000 -0.431640625000 +0.730468750000 -0.628906250000 -0.330078125000 1.492187500000 +0.443359375000 0.412109375000 2.078125000000 0.796875000000 +-0.482421875000 0.285156250000 -0.605468750000 1.593750000000 +-0.412109375000 -1.460937500000 -0.542968750000 -0.236328125000 +-0.355468750000 0.464843750000 0.248046875000 -0.531250000000 +-1.507812500000 0.738281250000 -0.251953125000 0.949218750000 +0.259765625000 -1.132812500000 0.251953125000 -0.353515625000 +-0.197265625000 0.040771484375 -0.015197753906 -0.133789062500 +0.656250000000 0.847656250000 0.045654296875 -0.169921875000 +-0.824218750000 -1.039062500000 1.078125000000 -0.279296875000 +0.174804687500 0.050048828125 -0.550781250000 -0.013366699219 +0.570312500000 0.474609375000 0.330078125000 -0.291015625000 +1.687500000000 -0.347656250000 -0.757812500000 0.439453125000 +0.789062500000 0.310546875000 0.316406250000 0.628906250000 +-0.193359375000 0.373046875000 0.253906250000 -0.306640625000 +0.542968750000 0.172851562500 0.033935546875 -0.523437500000 +-0.200195312500 -0.500000000000 0.067871093750 0.091796875000 +-1.382812500000 0.425781250000 1.273437500000 0.468750000000 +-0.146484375000 0.312500000000 0.625000000000 -0.503906250000 +-0.687500000000 0.750000000000 -0.480468750000 0.695312500000 +-0.021972656250 0.863281250000 1.187500000000 -1.203125000000 +0.494140625000 -0.158203125000 0.328125000000 -0.380859375000 +-0.166015625000 -0.484375000000 0.917968750000 -0.369140625000 +-0.312500000000 -0.343750000000 0.279296875000 -0.314453125000 +0.882812500000 0.396484375000 -0.384765625000 -1.250000000000 +-0.457031250000 -0.056396484375 -0.330078125000 -0.273437500000 +-0.734375000000 -1.195312500000 1.656250000000 0.212890625000 +-1.242187500000 0.289062500000 -1.148437500000 1.367187500000 +0.281250000000 -0.080078125000 0.578125000000 0.941406250000 +1.375000000000 -1.031250000000 -1.296875000000 -1.070312500000 +-0.400390625000 -1.289062500000 1.632812500000 0.679687500000 +-0.176757812500 -0.312500000000 -0.057128906250 -0.306640625000 +1.531250000000 0.699218750000 -0.800781250000 -0.515625000000 +-1.195312500000 0.291015625000 -1.585937500000 0.792968750000 +1.000000000000 0.632812500000 0.761718750000 -0.084960937500 +-0.570312500000 0.695312500000 1.351562500000 -0.030029296875 +0.457031250000 -0.863281250000 -0.878906250000 -0.894531250000 +-0.215820312500 -0.244140625000 -1.109375000000 0.435546875000 +-0.992187500000 0.917968750000 -0.072265625000 -0.306640625000 +-0.761718750000 1.367187500000 -0.111816406250 -0.423828125000 +0.259765625000 0.093750000000 -0.539062500000 0.621093750000 +-0.824218750000 0.255859375000 -0.734375000000 0.519531250000 +-0.089843750000 0.263671875000 1.234375000000 1.289062500000 +-0.425781250000 -0.710937500000 0.349609375000 0.453125000000 +-1.085937500000 0.722656250000 0.033203125000 -0.578125000000 +1.421875000000 -0.008178710938 -0.095214843750 0.008544921875 +0.077636718750 0.316406250000 0.460937500000 -0.112304687500 +1.140625000000 1.781250000000 0.902343750000 0.100097656250 +-1.601562500000 -0.917968750000 0.063964843750 0.316406250000 +-0.085449218750 0.079589843750 1.609375000000 -0.972656250000 +0.118164062500 -0.832031250000 0.617187500000 -0.855468750000 +0.734375000000 0.199218750000 0.259765625000 -0.333984375000 +1.437500000000 -1.296875000000 -1.484375000000 0.462890625000 +0.972656250000 0.200195312500 -0.492187500000 0.084472656250 +-0.414062500000 -0.172851562500 0.131835937500 0.125976562500 +-0.281250000000 0.546875000000 0.083984375000 -1.101562500000 +0.593750000000 0.153320312500 1.140625000000 -1.257812500000 +0.816406250000 -0.423828125000 -0.519531250000 0.613281250000 +0.800781250000 0.190429687500 -0.371093750000 -0.523437500000 +0.484375000000 -0.041992187500 0.221679687500 -1.703125000000 +-0.007720947266 1.429687500000 0.339843750000 0.894531250000 +0.166992187500 0.149414062500 -0.691406250000 -0.597656250000 +0.482421875000 -0.296875000000 -0.664062500000 0.503906250000 +-0.664062500000 -0.792968750000 0.765625000000 -0.976562500000 +-0.169921875000 -0.507812500000 0.570312500000 -0.478515625000 +-0.189453125000 -0.957031250000 0.625000000000 -2.250000000000 +-0.277343750000 -0.345703125000 0.180664062500 0.098144531250 +-0.167968750000 0.847656250000 -0.574218750000 0.707031250000 +0.535156250000 -0.065429687500 -0.191406250000 0.267578125000 +0.539062500000 -0.042724609375 1.093750000000 0.392578125000 +0.455078125000 -0.155273437500 -0.191406250000 0.835937500000 +-0.287109375000 0.251953125000 -0.240234375000 -0.398437500000 +-0.277343750000 -0.976562500000 -1.960937500000 0.378906250000 +0.945312500000 -0.216796875000 0.515625000000 0.328125000000 +-0.333984375000 0.277343750000 -0.142578125000 0.992187500000 +0.306640625000 -0.273437500000 -1.265625000000 -0.166992187500 +-0.314453125000 -0.000991821289 0.527343750000 1.046875000000 +-0.267578125000 -0.464843750000 -0.843750000000 -0.890625000000 +0.421875000000 1.101562500000 -0.014099121094 0.037597656250 +1.054687500000 -0.419921875000 -0.464843750000 0.515625000000 +0.812500000000 -0.294921875000 -0.462890625000 -0.878906250000 +0.734375000000 0.625000000000 1.210937500000 -0.621093750000 +-0.005371093750 -0.376953125000 0.050537109375 -0.500000000000 +-0.227539062500 -0.468750000000 -1.601562500000 -0.457031250000 +-0.675781250000 -1.273437500000 -0.562500000000 1.039062500000 +1.046875000000 0.859375000000 0.511718750000 0.439453125000 +0.683593750000 0.127929687500 0.158203125000 -0.859375000000 +-1.703125000000 0.173828125000 -0.283203125000 0.765625000000 +0.188476562500 -1.218750000000 0.781250000000 -0.267578125000 +-0.535156250000 0.542968750000 0.371093750000 0.087890625000 +0.133789062500 0.542968750000 0.062988281250 -0.437500000000 +-0.044677734375 0.351562500000 -1.171875000000 -1.117187500000 +-0.972656250000 -0.085937500000 0.726562500000 0.185546875000 +-0.121093750000 0.318359375000 -0.392578125000 0.482421875000 +0.835937500000 0.400390625000 -0.421875000000 0.298828125000 +0.433593750000 -0.558593750000 0.337890625000 -0.535156250000 +0.142578125000 -0.310546875000 0.429687500000 -1.523437500000 +0.261718750000 -1.312500000000 -0.785156250000 1.296875000000 +0.828125000000 -0.503906250000 0.832031250000 0.153320312500 +-0.470703125000 -0.285156250000 1.312500000000 -0.695312500000 +-0.890625000000 -1.101562500000 0.349609375000 -0.839843750000 +-1.289062500000 0.298828125000 1.250000000000 -0.593750000000 +1.140625000000 0.546875000000 -0.353515625000 -0.455078125000 +-0.490234375000 1.484375000000 0.335937500000 -0.691406250000 +0.241210937500 -0.804687500000 -0.127929687500 -0.447265625000 +-1.312500000000 0.445312500000 0.785156250000 0.228515625000 +0.828125000000 -0.640625000000 -0.212890625000 0.273437500000 +-1.093750000000 -0.312500000000 0.171875000000 1.515625000000 +-0.027832031250 0.667968750000 -0.390625000000 0.238281250000 +-0.255859375000 1.617187500000 -0.910156250000 -0.032226562500 +0.353515625000 0.679687500000 0.314453125000 0.034179687500 +-1.046875000000 -0.882812500000 -1.664062500000 0.898437500000 +0.320312500000 -0.431640625000 -0.306640625000 -0.332031250000 +-0.333984375000 -0.816406250000 0.484375000000 -0.053466796875 +-0.140625000000 0.664062500000 0.279296875000 1.023437500000 +0.710937500000 0.480468750000 0.421875000000 -0.406250000000 +-1.085937500000 0.484375000000 0.394531250000 -0.462890625000 +-0.198242187500 0.785156250000 0.090332031250 -1.148437500000 +-0.482421875000 0.687500000000 -0.376953125000 0.227539062500 +0.001220703125 0.679687500000 -0.026489257812 0.777343750000 +-0.281250000000 0.484375000000 0.068359375000 -1.140625000000 +-0.695312500000 0.644531250000 1.968750000000 -0.020751953125 +0.457031250000 -0.079101562500 0.081542968750 -0.648437500000 +0.449218750000 0.570312500000 -0.076660156250 0.839843750000 +-1.460937500000 0.890625000000 0.237304687500 -0.281250000000 +0.125000000000 -0.396484375000 0.320312500000 1.117187500000 +0.123535156250 0.558593750000 0.250000000000 0.049316406250 +-0.222656250000 -0.326171875000 -0.691406250000 -0.292968750000 +0.242187500000 0.423828125000 -0.351562500000 0.086914062500 +-0.847656250000 -0.613281250000 -0.427734375000 0.490234375000 +-0.460937500000 -0.992187500000 -0.404296875000 -1.445312500000 +-0.902343750000 -0.812500000000 -0.089355468750 -0.539062500000 +-0.298828125000 -0.025268554688 -0.085449218750 -0.609375000000 +1.085937500000 1.343750000000 -0.496093750000 -0.582031250000 +-0.068847656250 0.275390625000 0.373046875000 0.914062500000 +0.474609375000 0.964843750000 -0.185546875000 0.660156250000 +0.341796875000 -0.114257812500 -0.136718750000 0.992187500000 +-1.421875000000 0.386718750000 -1.078125000000 -0.386718750000 +-0.585937500000 0.324218750000 -0.562500000000 1.515625000000 +-0.041748046875 0.742187500000 -1.304687500000 0.625000000000 +0.441406250000 0.937500000000 -0.789062500000 0.628906250000 +0.208984375000 0.098144531250 -0.558593750000 -0.542968750000 +0.215820312500 -0.019165039062 -0.345703125000 -1.414062500000 +0.416015625000 0.656250000000 -0.470703125000 0.355468750000 +-0.539062500000 0.613281250000 0.628906250000 0.839843750000 +-1.031250000000 0.193359375000 0.265625000000 0.656250000000 +-1.046875000000 0.052001953125 1.367187500000 0.777343750000 +0.867187500000 -0.863281250000 -0.847656250000 -0.034179687500 +-0.231445312500 0.542968750000 0.734375000000 0.734375000000 +0.412109375000 0.972656250000 -0.496093750000 0.980468750000 +1.187500000000 0.894531250000 -0.120117187500 0.431640625000 +-0.992187500000 -1.031250000000 -0.675781250000 -0.133789062500 +-0.263671875000 -1.085937500000 -0.632812500000 -0.107421875000 +-0.180664062500 -0.632812500000 0.320312500000 -1.156250000000 +0.589843750000 0.294921875000 0.402343750000 1.750000000000 +-0.005218505859 -0.024780273438 -1.296875000000 0.769531250000 +0.462890625000 -0.511718750000 -0.625000000000 -0.031982421875 +-0.494140625000 0.124023437500 -0.173828125000 0.147460937500 +-0.371093750000 0.656250000000 0.664062500000 0.000915527344 +-0.114746093750 0.925781250000 -1.179687500000 -0.601562500000 +-0.621093750000 0.574218750000 0.792968750000 -0.472656250000 +-1.187500000000 -0.332031250000 -0.043945312500 0.002197265625 +0.125000000000 0.273437500000 -0.257812500000 0.890625000000 +0.277343750000 -0.277343750000 -1.039062500000 0.353515625000 +0.578125000000 0.898437500000 1.023437500000 -0.488281250000 +2.234375000000 0.527343750000 -0.015502929688 -0.378906250000 +-1.062500000000 -0.359375000000 -0.396484375000 0.049804687500 +0.408203125000 -0.216796875000 -0.539062500000 -0.431640625000 +0.412109375000 0.339843750000 -1.406250000000 -0.828125000000 +1.156250000000 0.558593750000 0.212890625000 0.515625000000 +-0.605468750000 -0.375000000000 -0.453125000000 0.333984375000 +1.460937500000 -0.047607421875 0.660156250000 0.081054687500 +-1.484375000000 0.306640625000 -0.785156250000 0.238281250000 +-0.933593750000 -0.632812500000 -1.101562500000 -0.824218750000 +0.128906250000 0.894531250000 1.523437500000 0.080566406250 +-0.960937500000 -1.187500000000 -0.054443359375 0.287109375000 +0.203125000000 -0.066406250000 0.894531250000 0.073730468750 +0.478515625000 -0.083007812500 -1.109375000000 -0.597656250000 +0.960937500000 0.414062500000 0.376953125000 -0.355468750000 +0.550781250000 -0.507812500000 -0.472656250000 -1.085937500000 +0.585937500000 0.470703125000 0.376953125000 -0.490234375000 +-0.153320312500 1.125000000000 -0.371093750000 -1.109375000000 +0.554687500000 1.695312500000 0.135742187500 -0.800781250000 +-0.390625000000 1.500000000000 -0.157226562500 -0.053466796875 +-0.116210937500 -0.054199218750 -0.527343750000 0.431640625000 +0.390625000000 0.306640625000 -0.796875000000 -0.306640625000 +0.746093750000 1.406250000000 0.225585937500 -0.042236328125 +-0.726562500000 -0.200195312500 0.859375000000 0.228515625000 +0.316406250000 0.240234375000 0.179687500000 -0.746093750000 +-0.345703125000 0.233398437500 0.247070312500 -0.122070312500 +0.578125000000 -1.695312500000 1.390625000000 0.605468750000 +0.241210937500 -0.188476562500 0.410156250000 -0.679687500000 +0.419921875000 0.476562500000 0.621093750000 0.263671875000 +-0.059082031250 -0.554687500000 -0.792968750000 1.320312500000 +0.287109375000 0.287109375000 0.675781250000 0.734375000000 +0.214843750000 -0.388671875000 1.039062500000 1.390625000000 +0.083496093750 -0.408203125000 0.091796875000 -0.125976562500 +0.648437500000 -0.511718750000 -1.359375000000 -0.001296997070 +1.132812500000 0.155273437500 0.343750000000 -0.691406250000 +0.679687500000 -0.375000000000 -0.523437500000 -0.229492187500 +1.554687500000 0.589843750000 -0.601562500000 -0.464843750000 +0.039794921875 -0.007263183594 -0.613281250000 0.664062500000 +0.347656250000 -0.166992187500 -1.320312500000 -1.078125000000 +0.337890625000 0.129882812500 -1.187500000000 -1.234375000000 +0.435546875000 -1.132812500000 -0.105468750000 -0.578125000000 +0.283203125000 0.390625000000 0.392578125000 0.242187500000 +0.886718750000 -0.255859375000 1.515625000000 0.453125000000 +-0.005218505859 -0.322265625000 1.007812500000 -1.093750000000 +-0.578125000000 0.373046875000 -0.310546875000 0.351562500000 +-0.671875000000 0.699218750000 -0.087890625000 -0.300781250000 +-0.008605957031 -0.800781250000 0.437500000000 -0.730468750000 +-0.656250000000 0.431640625000 1.023437500000 0.196289062500 +0.734375000000 0.158203125000 1.203125000000 -0.099609375000 +0.468750000000 0.225585937500 0.365234375000 -0.765625000000 +-1.679687500000 0.894531250000 0.253906250000 -0.132812500000 +0.816406250000 0.187500000000 0.699218750000 0.886718750000 +-0.443359375000 -0.648437500000 0.074218750000 -0.929687500000 +-0.427734375000 -0.839843750000 -0.210937500000 0.648437500000 +-1.125000000000 0.236328125000 0.033447265625 1.109375000000 +0.613281250000 -0.046142578125 -0.376953125000 -0.281250000000 +-0.294921875000 1.054687500000 0.816406250000 -0.769531250000 +0.398437500000 -0.320312500000 -0.120117187500 -0.047119140625 +-0.914062500000 0.117187500000 -1.125000000000 -1.062500000000 +0.066894531250 -1.250000000000 -0.878906250000 0.388671875000 +-1.351562500000 -0.457031250000 0.812500000000 0.094726562500 +-1.070312500000 0.789062500000 0.289062500000 0.660156250000 +-0.283203125000 -1.242187500000 -0.146484375000 1.085937500000 +-0.914062500000 -0.671875000000 -0.781250000000 0.310546875000 +0.488281250000 0.503906250000 -1.593750000000 -0.789062500000 +-1.296875000000 -1.085937500000 -0.964843750000 -0.558593750000 +-0.808593750000 0.031005859375 0.925781250000 -0.585937500000 +-0.687500000000 0.044433593750 0.065429687500 0.267578125000 +0.369140625000 0.294921875000 -0.021118164062 -0.107421875000 +-1.710937500000 0.500000000000 -0.314453125000 -0.353515625000 +0.380859375000 -0.285156250000 -0.361328125000 -1.007812500000 +-0.263671875000 0.005737304688 -0.550781250000 0.429687500000 +0.675781250000 1.554687500000 0.492187500000 0.671875000000 +0.447265625000 -0.330078125000 0.722656250000 0.511718750000 +-0.322265625000 -1.015625000000 0.417968750000 -1.250000000000 +-0.589843750000 0.910156250000 -0.253906250000 0.320312500000 +-0.234375000000 0.048828125000 -1.046875000000 -0.211914062500 +1.078125000000 1.609375000000 0.878906250000 1.179687500000 +0.376953125000 -0.494140625000 -0.542968750000 -0.539062500000 +-0.032470703125 0.578125000000 0.695312500000 0.236328125000 +-0.574218750000 -1.695312500000 1.000000000000 -1.234375000000 +-1.148437500000 -0.671875000000 -0.734375000000 0.746093750000 +0.410156250000 0.578125000000 0.464843750000 0.503906250000 +0.906250000000 0.203125000000 -0.042480468750 -0.632812500000 +-0.443359375000 -0.043212890625 0.371093750000 0.910156250000 +0.417968750000 0.734375000000 0.139648437500 -1.101562500000 +0.139648437500 0.359375000000 -0.184570312500 1.554687500000 +0.188476562500 -0.644531250000 1.468750000000 0.691406250000 +0.777343750000 1.562500000000 0.953125000000 -0.906250000000 +1.695312500000 -0.498046875000 -1.062500000000 -0.433593750000 +0.259765625000 0.166992187500 -0.482421875000 0.018066406250 +-0.271484375000 1.695312500000 0.283203125000 -1.671875000000 +-0.263671875000 -0.108398437500 -0.574218750000 -0.703125000000 +0.353515625000 0.257812500000 0.882812500000 -0.357421875000 +-0.925781250000 -0.617187500000 -1.289062500000 0.199218750000 +0.174804687500 -0.906250000000 0.201171875000 -0.072265625000 +0.878906250000 -1.132812500000 -0.433593750000 -0.384765625000 +-0.091308593750 0.425781250000 -1.195312500000 0.257812500000 +-0.155273437500 -0.127929687500 -0.189453125000 1.179687500000 +0.494140625000 0.498046875000 -0.322265625000 0.515625000000 +-0.425781250000 -0.296875000000 -0.656250000000 0.294921875000 +-0.106445312500 0.605468750000 0.351562500000 -0.777343750000 +-0.157226562500 0.071777343750 -1.062500000000 -0.500000000000 +-1.437500000000 -0.229492187500 0.148437500000 0.437500000000 +-0.679687500000 0.055419921875 0.053466796875 -0.215820312500 +0.460937500000 0.241210937500 -1.648437500000 0.073730468750 +-0.625000000000 -1.421875000000 -1.234375000000 -0.253906250000 +-0.000694274902 0.089355468750 0.375000000000 -0.176757812500 +-1.023437500000 -0.507812500000 -0.507812500000 -0.656250000000 +1.054687500000 -0.255859375000 1.070312500000 1.632812500000 +1.101562500000 1.218750000000 0.281250000000 -0.140625000000 +-0.118652343750 -0.628906250000 0.068359375000 -0.632812500000 +-0.046386718750 0.765625000000 -0.159179687500 1.117187500000 +0.414062500000 0.127929687500 -1.031250000000 -0.722656250000 +-0.777343750000 -0.593750000000 -0.835937500000 0.738281250000 +0.578125000000 -0.546875000000 1.171875000000 0.589843750000 +-0.402343750000 -0.359375000000 1.007812500000 0.566406250000 +1.421875000000 0.139648437500 -0.139648437500 0.675781250000 +1.296875000000 -0.049316406250 -0.165039062500 -1.250000000000 +1.648437500000 -0.011291503906 0.894531250000 1.687500000000 +-1.078125000000 1.015625000000 0.449218750000 -1.117187500000 +-0.095703125000 -0.031494140625 0.554687500000 -0.007293701172 +-0.523437500000 -0.906250000000 0.093750000000 0.968750000000 +-0.030517578125 0.796875000000 0.298828125000 1.007812500000 +0.945312500000 -0.390625000000 0.632812500000 0.742187500000 +0.656250000000 -1.054687500000 -0.105468750000 -0.792968750000 +-1.117187500000 0.031982421875 -1.039062500000 0.398437500000 +0.146484375000 -0.183593750000 0.205078125000 -0.125976562500 +-0.714843750000 0.425781250000 1.203125000000 -0.161132812500 +-0.045166015625 -0.558593750000 0.249023437500 -0.103515625000 +0.016357421875 -0.910156250000 -1.046875000000 0.063476562500 +0.128906250000 0.178710937500 -0.937500000000 -0.953125000000 +0.644531250000 0.255859375000 1.015625000000 -0.437500000000 +0.170898437500 0.753906250000 -0.412109375000 -0.507812500000 +-0.033447265625 -1.015625000000 -0.457031250000 -0.664062500000 +-0.025878906250 -0.238281250000 0.470703125000 -0.271484375000 +0.281250000000 1.320312500000 -0.004821777344 0.109863281250 +1.429687500000 0.388671875000 0.092285156250 0.074707031250 +-0.281250000000 0.554687500000 0.531250000000 0.359375000000 +0.609375000000 -0.013854980469 0.443359375000 0.072753906250 +-1.000000000000 0.304687500000 0.382812500000 0.550781250000 +0.796875000000 -0.230468750000 -0.671875000000 -0.233398437500 +-0.191406250000 -0.106445312500 0.153320312500 -0.492187500000 +-0.503906250000 -0.949218750000 0.644531250000 -1.718750000000 +0.570312500000 -0.671875000000 0.006530761719 0.847656250000 +-0.644531250000 1.367187500000 -0.734375000000 -0.890625000000 +-0.041992187500 -0.660156250000 -0.219726562500 -0.328125000000 +0.462890625000 -0.886718750000 0.949218750000 0.765625000000 +-0.215820312500 0.593750000000 -0.490234375000 -0.229492187500 +-1.390625000000 -0.132812500000 0.542968750000 0.298828125000 +1.023437500000 0.486328125000 -1.539062500000 0.150390625000 +1.390625000000 -0.507812500000 -0.515625000000 -0.375000000000 +0.445312500000 0.757812500000 -0.718750000000 1.273437500000 +-0.652343750000 -0.742187500000 -0.718750000000 -0.910156250000 +0.574218750000 -0.875000000000 1.390625000000 0.488281250000 +-0.239257812500 -0.746093750000 0.161132812500 0.984375000000 +0.679687500000 -1.343750000000 1.679687500000 0.464843750000 +-0.855468750000 1.343750000000 0.302734375000 0.351562500000 +0.271484375000 -1.640625000000 0.304687500000 -0.130859375000 +-0.253906250000 1.812500000000 -0.227539062500 0.519531250000 +0.687500000000 0.328125000000 0.554687500000 -0.006530761719 +0.075683593750 0.476562500000 -0.519531250000 0.367187500000 +-0.062500000000 -0.636718750000 -0.462890625000 -0.304687500000 +0.652343750000 0.746093750000 -0.539062500000 -0.100097656250 +0.183593750000 1.109375000000 -0.380859375000 -0.515625000000 +-0.361328125000 0.474609375000 -0.402343750000 0.707031250000 +0.113769531250 1.171875000000 -0.625000000000 -0.063476562500 +-0.208007812500 1.046875000000 -1.132812500000 0.486328125000 +0.017578125000 1.109375000000 0.253906250000 0.302734375000 +0.691406250000 0.808593750000 -0.285156250000 -0.376953125000 +1.015625000000 -0.180664062500 1.140625000000 -0.593750000000 +0.127929687500 0.388671875000 -0.386718750000 -0.808593750000 +0.984375000000 -0.632812500000 -0.045410156250 0.644531250000 +0.263671875000 -1.046875000000 -0.738281250000 0.574218750000 +-0.157226562500 -0.648437500000 -0.046630859375 -0.074218750000 +-0.049560546875 -0.033447265625 0.156250000000 -0.271484375000 +0.667968750000 -0.757812500000 -0.069335937500 0.235351562500 +-1.187500000000 -0.332031250000 1.054687500000 0.279296875000 +0.640625000000 0.722656250000 0.351562500000 1.609375000000 +0.036621093750 1.164062500000 -0.179687500000 0.215820312500 +1.203125000000 0.486328125000 -0.373046875000 -0.347656250000 +1.164062500000 -0.546875000000 0.216796875000 0.679687500000 +-1.578125000000 -0.730468750000 -0.566406250000 0.511718750000 +-0.343750000000 -0.296875000000 -0.498046875000 -0.133789062500 +-0.492187500000 -0.076660156250 0.425781250000 0.742187500000 +-0.423828125000 -0.847656250000 1.031250000000 0.427734375000 +0.287109375000 -0.992187500000 -0.257812500000 -0.953125000000 +-1.078125000000 0.224609375000 0.871093750000 -1.226562500000 +-1.390625000000 0.359375000000 0.714843750000 -0.570312500000 +1.328125000000 -1.664062500000 1.109375000000 0.038085937500 +0.542968750000 0.114746093750 -0.882812500000 -1.578125000000 +0.404296875000 0.585937500000 -0.683593750000 -1.187500000000 +-1.156250000000 -0.242187500000 -0.378906250000 -0.601562500000 +-0.859375000000 -0.492187500000 -0.067382812500 -0.472656250000 +1.273437500000 -0.527343750000 0.832031250000 -1.117187500000 +0.753906250000 -0.789062500000 -0.910156250000 -0.283203125000 +1.132812500000 0.141601562500 0.011962890625 -1.906250000000 +-0.652343750000 -0.345703125000 -0.703125000000 0.263671875000 +-1.101562500000 -0.208007812500 1.093750000000 0.699218750000 +0.269531250000 -0.535156250000 1.226562500000 -0.275390625000 +-0.058593750000 0.177734375000 -0.773437500000 -0.359375000000 +1.140625000000 -0.065429687500 -0.445312500000 0.040039062500 +0.196289062500 0.132812500000 -0.156250000000 0.285156250000 +1.164062500000 -0.578125000000 0.094238281250 0.515625000000 +-0.554687500000 -0.320312500000 1.437500000000 -0.431640625000 +0.187500000000 0.025146484375 0.972656250000 0.234375000000 +0.539062500000 -0.294921875000 1.023437500000 0.281250000000 +-1.695312500000 -1.625000000000 0.211914062500 1.437500000000 +-0.433593750000 0.468750000000 -0.218750000000 0.167968750000 +-0.683593750000 -0.194335937500 0.209960937500 -0.566406250000 +-1.789062500000 -0.742187500000 -0.472656250000 0.240234375000 +-0.542968750000 0.037109375000 -0.388671875000 -0.494140625000 +-0.976562500000 -0.126953125000 0.339843750000 0.382812500000 +-0.341796875000 0.867187500000 1.046875000000 0.206054687500 +0.292968750000 0.435546875000 0.511718750000 0.283203125000 +0.679687500000 -0.835937500000 0.052246093750 -0.012756347656 +-0.882812500000 0.092773437500 -0.847656250000 -0.032714843750 +-0.910156250000 -0.127929687500 0.644531250000 -0.050537109375 +-0.796875000000 0.382812500000 -0.458984375000 0.492187500000 +0.910156250000 0.734375000000 0.320312500000 0.183593750000 +0.824218750000 -0.245117187500 1.085937500000 0.621093750000 +1.179687500000 0.890625000000 0.843750000000 0.412109375000 +-0.625000000000 -0.757812500000 0.429687500000 0.585937500000 +-0.110351562500 -0.632812500000 0.597656250000 -0.558593750000 +0.714843750000 -0.265625000000 -0.168945312500 -0.558593750000 +-0.769531250000 -0.439453125000 -0.169921875000 -0.406250000000 +0.332031250000 -0.675781250000 0.167968750000 -1.585937500000 +0.945312500000 -0.037597656250 -0.228515625000 0.550781250000 +0.036132812500 0.349609375000 -0.546875000000 -0.025878906250 +-0.065429687500 -0.007720947266 1.132812500000 -0.503906250000 +-0.001663208008 -0.621093750000 0.229492187500 -0.416015625000 +1.648437500000 -0.091308593750 0.781250000000 0.328125000000 +1.781250000000 -0.133789062500 1.273437500000 0.172851562500 +0.656250000000 -0.063964843750 0.656250000000 0.462890625000 +-0.074218750000 0.470703125000 0.605468750000 -0.300781250000 +0.302734375000 0.008972167969 -0.902343750000 0.118652343750 +0.108886718750 0.882812500000 0.427734375000 -0.279296875000 +0.214843750000 0.425781250000 0.640625000000 -0.298828125000 +-0.478515625000 0.024414062500 -0.347656250000 -0.248046875000 +1.703125000000 -1.085937500000 -0.498046875000 -1.195312500000 +0.259765625000 -0.558593750000 -0.345703125000 -0.855468750000 +-0.753906250000 0.164062500000 -0.353515625000 0.777343750000 +-0.925781250000 0.136718750000 -0.292968750000 -0.679687500000 +-1.578125000000 -0.168945312500 -1.875000000000 -0.182617187500 +-1.429687500000 -0.355468750000 -1.203125000000 -0.361328125000 +0.466796875000 -0.710937500000 1.484375000000 -0.886718750000 +1.046875000000 0.488281250000 -0.051513671875 0.194335937500 +0.843750000000 -0.349609375000 0.259765625000 -0.010559082031 +1.007812500000 -0.890625000000 0.742187500000 0.621093750000 +0.101074218750 0.339843750000 -0.351562500000 0.816406250000 +0.412109375000 0.285156250000 -0.636718750000 0.335937500000 +0.554687500000 -0.466796875000 -0.304687500000 -0.179687500000 +-0.816406250000 0.628906250000 -0.500000000000 1.210937500000 +-0.652343750000 0.182617187500 -1.015625000000 -0.949218750000 +0.464843750000 -0.199218750000 0.937500000000 0.343750000000 +0.628906250000 0.683593750000 0.515625000000 0.824218750000 +-0.105957031250 0.695312500000 0.675781250000 -0.609375000000 +-0.675781250000 -0.394531250000 0.255859375000 0.169921875000 +-0.750000000000 0.373046875000 -0.738281250000 -1.171875000000 +0.369140625000 -0.335937500000 0.609375000000 -0.609375000000 +-1.179687500000 -0.558593750000 0.141601562500 -0.126953125000 +-1.601562500000 -1.054687500000 -0.263671875000 0.761718750000 +-0.917968750000 0.687500000000 -0.882812500000 -0.380859375000 +-0.773437500000 -0.086914062500 -0.875000000000 0.054443359375 +0.239257812500 0.070312500000 0.202148437500 -0.090332031250 +-0.828125000000 1.078125000000 0.388671875000 -0.394531250000 +0.113281250000 0.298828125000 -0.314453125000 0.072753906250 +-0.972656250000 0.193359375000 -0.707031250000 1.328125000000 +-0.093750000000 -0.855468750000 0.243164062500 2.093750000000 +1.726562500000 0.219726562500 0.906250000000 1.750000000000 +0.832031250000 0.925781250000 -0.122070312500 -0.038818359375 +-0.255859375000 1.148437500000 -0.249023437500 -0.582031250000 +0.605468750000 0.964843750000 0.197265625000 0.878906250000 +0.511718750000 -0.945312500000 -0.205078125000 -0.337890625000 +-0.229492187500 0.218750000000 0.031982421875 1.164062500000 +-0.236328125000 0.478515625000 -0.558593750000 -1.234375000000 +-1.562500000000 1.156250000000 -0.941406250000 0.496093750000 +0.519531250000 -1.304687500000 1.875000000000 -0.242187500000 +-0.417968750000 1.234375000000 0.187500000000 -1.085937500000 +-0.710937500000 1.398437500000 -0.824218750000 0.043701171875 +-0.255859375000 0.234375000000 -0.161132812500 0.601562500000 +0.441406250000 -0.578125000000 -0.429687500000 -0.014831542969 +-0.054931640625 -1.210937500000 1.117187500000 0.738281250000 +0.003509521484 0.012695312500 0.173828125000 -0.054443359375 +-1.554687500000 0.894531250000 -0.523437500000 -0.322265625000 +0.406250000000 -0.640625000000 -0.714843750000 0.349609375000 +0.730468750000 -0.757812500000 -0.273437500000 0.500000000000 +-1.335937500000 0.656250000000 0.593750000000 -0.265625000000 +0.486328125000 -0.777343750000 -0.789062500000 0.265625000000 +0.482421875000 -0.404296875000 0.906250000000 0.031127929688 +-0.960937500000 0.236328125000 -0.539062500000 0.002334594727 +-0.984375000000 1.007812500000 0.154296875000 -0.699218750000 +-0.519531250000 -1.078125000000 0.667968750000 -0.921875000000 +-0.166992187500 -0.275390625000 0.072753906250 0.648437500000 +1.093750000000 1.117187500000 -0.589843750000 -0.041259765625 +-1.257812500000 1.226562500000 -0.894531250000 -0.028808593750 +-0.223632812500 0.960937500000 0.110351562500 -1.109375000000 +0.679687500000 -0.458984375000 1.500000000000 0.201171875000 +0.427734375000 -0.515625000000 0.589843750000 1.718750000000 +0.191406250000 -0.730468750000 -0.104003906250 0.032714843750 +-0.053222656250 -0.609375000000 0.929687500000 0.094238281250 +-0.753906250000 0.687500000000 0.285156250000 -0.617187500000 +-0.992187500000 -0.902343750000 -0.089843750000 0.038574218750 +0.055175781250 0.400390625000 0.120605468750 0.628906250000 +-1.343750000000 0.566406250000 -1.023437500000 0.291015625000 +1.296875000000 0.613281250000 0.096679687500 -1.265625000000 +-0.310546875000 -0.369140625000 -0.012207031250 -0.507812500000 diff --git a/AI_Engine_Development/AIE-MLv2/Design_Tutorials/01-Radio-ML/aie/conv1d_w1/data/data_o.txt b/AI_Engine_Development/AIE-MLv2/Design_Tutorials/01-Radio-ML/aie/conv1d_w1/data/data_o.txt new file mode 100644 index 0000000000..63a83bae64 --- /dev/null +++ b/AI_Engine_Development/AIE-MLv2/Design_Tutorials/01-Radio-ML/aie/conv1d_w1/data/data_o.txt @@ -0,0 +1,65536 @@ +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.042724609375 +0.060302734375 0.116210937500 0.177734375000 0.225585937500 +0.135742187500 0.177734375000 0.104003906250 0.056884765625 +0.039306640625 0.029052734375 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.002899169922 0.051025390625 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.045166015625 +0.118652343750 0.221679687500 0.281250000000 0.261718750000 +0.226562500000 0.208984375000 0.133789062500 0.083496093750 +0.055175781250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.006835937500 0.000000000000 0.007659912109 0.000000000000 +0.000000000000 0.005981445312 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.010925292969 +0.071289062500 0.112304687500 0.173828125000 0.163085937500 +0.189453125000 0.230468750000 0.265625000000 0.292968750000 +0.316406250000 0.296875000000 0.296875000000 0.269531250000 +0.271484375000 0.170898437500 0.107910156250 0.036865234375 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.033935546875 0.058593750000 0.120605468750 0.141601562500 +0.164062500000 0.129882812500 0.105957031250 0.093261718750 +0.054443359375 0.004058837891 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.025756835938 0.045166015625 0.040771484375 0.071777343750 +0.105468750000 0.133789062500 0.148437500000 0.165039062500 +0.178710937500 0.208007812500 0.167968750000 0.159179687500 +0.186523437500 0.195312500000 0.133789062500 0.135742187500 +0.095703125000 0.090820312500 0.084960937500 0.056396484375 +0.081054687500 0.095214843750 0.072265625000 0.086425781250 +0.089355468750 0.133789062500 0.205078125000 0.148437500000 +0.185546875000 0.172851562500 0.201171875000 0.163085937500 +0.187500000000 0.120605468750 0.101562500000 0.062988281250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.017456054688 0.018798828125 +0.022949218750 0.060302734375 0.059814453125 0.074218750000 +0.084960937500 0.058105468750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.004547119141 0.000465393066 +0.027954101562 0.020629882812 0.001274108887 0.011291503906 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.037109375000 0.104980468750 +0.133789062500 0.172851562500 0.183593750000 0.203125000000 +0.225585937500 0.203125000000 0.179687500000 0.126953125000 +0.132812500000 0.032958984375 0.018188476562 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.044921875000 0.049072265625 0.050048828125 0.091308593750 +0.105468750000 0.105468750000 0.124511718750 0.073242187500 +0.010009765625 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.076660156250 0.115722656250 +0.136718750000 0.159179687500 0.134765625000 0.111328125000 +0.031738281250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.004760742188 0.046875000000 0.090820312500 +0.111328125000 0.078613281250 0.066406250000 0.037109375000 +0.002441406250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.058105468750 0.078613281250 0.068359375000 0.033203125000 +0.047119140625 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.024169921875 0.102050781250 +0.114257812500 0.098144531250 0.123046875000 0.169921875000 +0.187500000000 0.190429687500 0.193359375000 0.188476562500 +0.180664062500 0.114257812500 0.113281250000 0.088378906250 +0.090332031250 0.073730468750 0.056396484375 0.067871093750 +0.027587890625 0.047363281250 0.028320312500 0.055664062500 +0.027954101562 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.012573242188 0.083496093750 0.102539062500 +0.129882812500 0.184570312500 0.223632812500 0.230468750000 +0.247070312500 0.294921875000 0.318359375000 0.304687500000 +0.287109375000 0.251953125000 0.267578125000 0.283203125000 +0.243164062500 0.181640625000 0.139648437500 0.116210937500 +0.099121093750 0.061035156250 0.008300781250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.044921875000 0.119140625000 +0.141601562500 0.277343750000 0.310546875000 0.316406250000 +0.277343750000 0.300781250000 0.322265625000 0.265625000000 +0.212890625000 0.195312500000 0.150390625000 0.112304687500 +0.075683593750 0.068847656250 0.070312500000 0.046630859375 +0.001586914062 0.013610839844 0.000000000000 0.003479003906 +0.009704589844 0.024902343750 0.007354736328 0.000000000000 +0.000000000000 0.000000000000 0.004852294922 0.009948730469 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.030151367188 0.050048828125 0.111816406250 +0.150390625000 0.143554687500 0.144531250000 0.170898437500 +0.141601562500 0.104980468750 0.001838684082 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.008300781250 +0.031494140625 0.008850097656 0.008728027344 0.027832031250 +0.000000000000 0.000000000000 0.005249023438 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.037353515625 0.099121093750 +0.106445312500 0.133789062500 0.194335937500 0.181640625000 +0.115722656250 0.141601562500 0.098144531250 0.064453125000 +0.051757812500 0.009460449219 0.007812500000 0.011596679688 +0.029296875000 0.020874023438 0.021850585938 0.069335937500 +0.116210937500 0.137695312500 0.101562500000 0.140625000000 +0.126953125000 0.138671875000 0.102050781250 0.020507812500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.012756347656 0.018676757812 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.021606445312 0.076171875000 +0.151367187500 0.177734375000 0.238281250000 0.267578125000 +0.283203125000 0.255859375000 0.208007812500 0.154296875000 +0.065917968750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.073730468750 0.157226562500 +0.248046875000 0.333984375000 0.367187500000 0.398437500000 +0.417968750000 0.369140625000 0.345703125000 0.312500000000 +0.257812500000 0.219726562500 0.186523437500 0.140625000000 +0.150390625000 0.115234375000 0.115234375000 0.127929687500 +0.102539062500 0.101074218750 0.079101562500 0.050048828125 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.036376953125 +0.122558593750 0.190429687500 0.237304687500 0.261718750000 +0.308593750000 0.326171875000 0.330078125000 0.312500000000 +0.265625000000 0.232421875000 0.211914062500 0.223632812500 +0.211914062500 0.233398437500 0.275390625000 0.302734375000 +0.359375000000 0.371093750000 0.375000000000 0.359375000000 +0.328125000000 0.289062500000 0.176757812500 0.076660156250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.002471923828 0.099609375000 0.126953125000 +0.153320312500 0.180664062500 0.166992187500 0.095703125000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.080566406250 0.146484375000 0.208007812500 +0.251953125000 0.234375000000 0.214843750000 0.135742187500 +0.038818359375 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.011413574219 +0.079101562500 0.122070312500 0.174804687500 0.190429687500 +0.179687500000 0.152343750000 0.077148437500 0.006744384766 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.025268554688 0.138671875000 0.193359375000 +0.237304687500 0.236328125000 0.209960937500 0.164062500000 +0.097167968750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.093261718750 0.175781250000 0.227539062500 0.263671875000 +0.283203125000 0.259765625000 0.178710937500 0.091308593750 +0.014770507812 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.040283203125 0.091308593750 0.145507812500 +0.186523437500 0.209960937500 0.199218750000 0.166992187500 +0.125000000000 0.070800781250 0.060302734375 0.042724609375 +0.011413574219 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.067871093750 0.145507812500 0.230468750000 0.302734375000 +0.335937500000 0.373046875000 0.380859375000 0.396484375000 +0.359375000000 0.341796875000 0.332031250000 0.302734375000 +0.255859375000 0.238281250000 0.203125000000 0.173828125000 +0.136718750000 0.101074218750 0.103515625000 0.072753906250 +0.033447265625 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.041503906250 0.092773437500 0.143554687500 0.206054687500 +0.207031250000 0.169921875000 0.104492187500 0.042968750000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.037597656250 0.062500000000 0.125976562500 +0.209960937500 0.273437500000 0.308593750000 0.296875000000 +0.292968750000 0.277343750000 0.214843750000 0.157226562500 +0.061767578125 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.032958984375 0.209960937500 0.349609375000 0.453125000000 +0.511718750000 0.531250000000 0.539062500000 0.511718750000 +0.457031250000 0.349609375000 0.237304687500 0.144531250000 +0.037353515625 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.055419921875 0.155273437500 0.225585937500 0.320312500000 +0.382812500000 0.396484375000 0.373046875000 0.263671875000 +0.146484375000 0.023071289062 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.051513671875 +0.064453125000 0.048828125000 0.020874023438 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.052001953125 0.127929687500 +0.195312500000 0.242187500000 0.292968750000 0.367187500000 +0.431640625000 0.441406250000 0.423828125000 0.388671875000 +0.384765625000 0.333984375000 0.255859375000 0.152343750000 +0.051025390625 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.040527343750 +0.171875000000 0.296875000000 0.398437500000 0.455078125000 +0.480468750000 0.482421875000 0.460937500000 0.396484375000 +0.343750000000 0.273437500000 0.224609375000 0.175781250000 +0.128906250000 0.108398437500 0.086425781250 0.097167968750 +0.120117187500 0.138671875000 0.207031250000 0.261718750000 +0.261718750000 0.271484375000 0.250000000000 0.241210937500 +0.217773437500 0.171875000000 0.108398437500 0.034423828125 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.012939453125 0.125000000000 +0.223632812500 0.269531250000 0.302734375000 0.291015625000 +0.232421875000 0.127929687500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.033691406250 0.125000000000 +0.186523437500 0.248046875000 0.308593750000 0.365234375000 +0.406250000000 0.404296875000 0.394531250000 0.369140625000 +0.349609375000 0.316406250000 0.257812500000 0.199218750000 +0.150390625000 0.123046875000 0.073730468750 0.088378906250 +0.118652343750 0.155273437500 0.186523437500 0.217773437500 +0.240234375000 0.271484375000 0.273437500000 0.251953125000 +0.228515625000 0.163085937500 0.095214843750 0.016235351562 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.041503906250 0.075195312500 0.146484375000 0.204101562500 +0.257812500000 0.298828125000 0.308593750000 0.294921875000 +0.255859375000 0.185546875000 0.123535156250 0.020874023438 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.045410156250 0.159179687500 +0.224609375000 0.318359375000 0.384765625000 0.378906250000 +0.375000000000 0.318359375000 0.257812500000 0.167968750000 +0.035644531250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.025634765625 0.121093750000 +0.176757812500 0.217773437500 0.244140625000 0.224609375000 +0.196289062500 0.127929687500 0.034423828125 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.057617187500 0.125000000000 +0.142578125000 0.156250000000 0.170898437500 0.141601562500 +0.077636718750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.034912109375 +0.173828125000 0.257812500000 0.318359375000 0.351562500000 +0.361328125000 0.332031250000 0.298828125000 0.259765625000 +0.214843750000 0.192382812500 0.184570312500 0.196289062500 +0.210937500000 0.240234375000 0.279296875000 0.330078125000 +0.375000000000 0.343750000000 0.339843750000 0.296875000000 +0.232421875000 0.159179687500 0.051269531250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.075195312500 0.136718750000 0.191406250000 +0.223632812500 0.166992187500 0.102050781250 0.039550781250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.001144409180 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000347137451 0.000000000000 +0.014404296875 0.000000000000 0.029174804688 0.013549804688 +0.026855468750 0.042236328125 0.000000000000 0.005859375000 +0.000000000000 0.000000000000 0.005584716797 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.002151489258 0.020385742188 0.061523437500 0.100585937500 +0.063964843750 0.052490234375 0.069824218750 0.028076171875 +0.030395507812 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.024780273438 0.014587402344 +0.008361816406 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.008911132812 0.045654296875 0.054687500000 0.092773437500 +0.070800781250 0.123046875000 0.099609375000 0.122558593750 +0.143554687500 0.115722656250 0.115234375000 0.089355468750 +0.080566406250 0.076171875000 0.045898437500 0.004547119141 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.006500244141 0.031738281250 0.042724609375 0.019409179688 +0.049072265625 0.054199218750 0.069824218750 0.084472656250 +0.084960937500 0.046630859375 0.023071289062 0.034667968750 +0.017944335938 0.039794921875 0.059570312500 0.028320312500 +0.000000000000 0.008361816406 0.000000000000 0.041992187500 +0.024902343750 0.054931640625 0.057617187500 0.012023925781 +0.000782012939 0.032226562500 0.012390136719 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.009704589844 0.054931640625 0.050781250000 0.062500000000 +0.042968750000 0.065917968750 0.066406250000 0.079589843750 +0.086914062500 0.050048828125 0.039550781250 0.043701171875 +0.029541015625 0.028930664062 0.025512695312 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.016357421875 0.000000000000 0.000000000000 +0.010375976562 0.032958984375 0.009094238281 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.008239746094 0.029785156250 +0.054199218750 0.030883789062 0.032226562500 0.010131835938 +0.038330078125 0.029663085938 0.000000000000 0.012145996094 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.029541015625 0.038330078125 0.037353515625 0.007537841797 +0.017700195312 0.041015625000 0.017822265625 0.019287109375 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.047119140625 0.037597656250 +0.057861328125 0.024536132812 0.004455566406 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.004608154297 0.023437500000 +0.049560546875 0.056640625000 0.063964843750 0.000000000000 +0.000000000000 0.004364013672 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.015197753906 +0.063964843750 0.091308593750 0.040771484375 0.101562500000 +0.093750000000 0.094238281250 0.062500000000 0.015991210938 +0.046630859375 0.035156250000 0.000000000000 0.020385742188 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.001327514648 0.000000000000 +0.000000000000 0.003890991211 0.023681640625 0.059570312500 +0.045166015625 0.060791015625 0.096679687500 0.092285156250 +0.090820312500 0.083984375000 0.054931640625 0.047607421875 +0.026489257812 0.017578125000 0.007141113281 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.010375976562 0.000000000000 0.007507324219 0.000080585480 +0.037841796875 0.025390625000 0.028808593750 0.040771484375 +0.056152343750 0.081054687500 0.067871093750 0.064453125000 +0.067382812500 0.031494140625 0.014770507812 0.007995605469 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.041503906250 +0.016845703125 0.014770507812 0.026367187500 0.025268554688 +0.041259765625 0.010498046875 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.013549804688 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.025146484375 0.000000000000 0.006591796875 +0.000000000000 0.017944335938 0.012573242188 0.013671875000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.026977539062 0.000000000000 0.028076171875 +0.013549804688 0.007202148438 0.062500000000 0.012451171875 +0.017822265625 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000117778778 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.016479492188 0.072265625000 0.074707031250 0.048339843750 +0.017211914062 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.054199218750 0.088867187500 0.114257812500 0.140625000000 +0.149414062500 0.134765625000 0.106933593750 0.062988281250 +0.011230468750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.006256103516 +0.056152343750 0.133789062500 0.179687500000 0.219726562500 +0.253906250000 0.247070312500 0.240234375000 0.210937500000 +0.134765625000 0.085449218750 0.056640625000 0.050292968750 +0.032470703125 0.020996093750 0.000499725342 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.023437500000 +0.084960937500 0.075195312500 0.027954101562 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.038574218750 0.095214843750 +0.118652343750 0.078125000000 0.018676757812 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.157226562500 +0.287109375000 0.365234375000 0.367187500000 0.337890625000 +0.238281250000 0.117675781250 0.014892578125 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.125000000000 +0.233398437500 0.298828125000 0.353515625000 0.326171875000 +0.308593750000 0.210937500000 0.115722656250 0.003036499023 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.068359375000 0.160156250000 0.238281250000 0.277343750000 +0.215820312500 0.166015625000 0.080566406250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.041015625000 0.123535156250 +0.158203125000 0.202148437500 0.225585937500 0.211914062500 +0.178710937500 0.148437500000 0.116699218750 0.052490234375 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.047607421875 +0.068847656250 0.129882812500 0.168945312500 0.166992187500 +0.164062500000 0.158203125000 0.123046875000 0.112792968750 +0.083496093750 0.039550781250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.044189453125 0.077636718750 +0.080566406250 0.003509521484 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.061523437500 0.099609375000 +0.151367187500 0.221679687500 0.246093750000 0.240234375000 +0.183593750000 0.120117187500 0.028198242188 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.044677734375 0.174804687500 +0.217773437500 0.232421875000 0.238281250000 0.209960937500 +0.159179687500 0.108886718750 0.069335937500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.022827148438 0.119628906250 +0.163085937500 0.233398437500 0.265625000000 0.247070312500 +0.181640625000 0.084960937500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.020141601562 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.026489257812 +0.119140625000 0.196289062500 0.227539062500 0.240234375000 +0.211914062500 0.152343750000 0.077636718750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.102539062500 0.220703125000 0.308593750000 0.330078125000 +0.341796875000 0.296875000000 0.232421875000 0.166992187500 +0.122558593750 0.088867187500 0.054687500000 0.021728515625 +0.037597656250 0.048095703125 0.049072265625 0.050537109375 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.023559570312 0.123046875000 0.176757812500 0.170898437500 +0.128906250000 0.065429687500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.031250000000 0.112792968750 0.161132812500 +0.166015625000 0.130859375000 0.061279296875 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.059326171875 0.117187500000 0.172851562500 +0.249023437500 0.281250000000 0.267578125000 0.243164062500 +0.206054687500 0.129882812500 0.048095703125 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.072265625000 0.168945312500 0.211914062500 0.223632812500 +0.188476562500 0.132812500000 0.046142578125 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.025878906250 0.043212890625 0.040771484375 +0.017822265625 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.057128906250 0.094726562500 +0.126953125000 0.119628906250 0.080078125000 0.012451171875 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.033203125000 0.128906250000 0.157226562500 0.176757812500 +0.181640625000 0.172851562500 0.131835937500 0.059814453125 +0.020751953125 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.098144531250 0.189453125000 +0.230468750000 0.194335937500 0.136718750000 0.045166015625 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.033203125000 0.099121093750 0.122558593750 0.168945312500 +0.218750000000 0.176757812500 0.153320312500 0.141601562500 +0.092285156250 0.052978515625 0.040283203125 0.027099609375 +0.007812500000 0.040771484375 0.099609375000 0.154296875000 +0.176757812500 0.198242187500 0.202148437500 0.160156250000 +0.115234375000 0.015380859375 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.089355468750 0.246093750000 +0.314453125000 0.318359375000 0.279296875000 0.208984375000 +0.081542968750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.041503906250 0.106445312500 +0.139648437500 0.168945312500 0.161132812500 0.125976562500 +0.072265625000 0.011047363281 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.016601562500 +0.021728515625 0.024169921875 0.022338867188 0.007568359375 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.034423828125 0.069335937500 +0.082031250000 0.115722656250 0.133789062500 0.149414062500 +0.135742187500 0.095214843750 0.034423828125 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.078613281250 0.160156250000 +0.208007812500 0.228515625000 0.219726562500 0.190429687500 +0.141601562500 0.056396484375 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.039550781250 0.070312500000 0.074218750000 0.068359375000 +0.010559082031 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.043212890625 0.097167968750 0.159179687500 0.160156250000 +0.155273437500 0.122558593750 0.076660156250 0.034667968750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.029174804688 0.036865234375 +0.019775390625 0.001441955566 0.000000000000 0.000000000000 +0.000000000000 0.042236328125 0.075195312500 0.096191406250 +0.124511718750 0.143554687500 0.167968750000 0.181640625000 +0.188476562500 0.158203125000 0.102539062500 0.045410156250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.030761718750 0.087890625000 +0.129882812500 0.148437500000 0.146484375000 0.150390625000 +0.113769531250 0.050781250000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.044677734375 0.065429687500 0.083984375000 +0.100585937500 0.098144531250 0.097656250000 0.070312500000 +0.043457031250 0.026489257812 0.011352539062 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.018676757812 0.037597656250 0.044677734375 0.054687500000 +0.041015625000 0.050781250000 0.055664062500 0.057128906250 +0.048339843750 0.035400390625 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.022583007812 0.034667968750 0.058593750000 +0.041015625000 0.022583007812 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.009033203125 +0.056640625000 0.095703125000 0.125000000000 0.154296875000 +0.158203125000 0.125000000000 0.099609375000 0.067871093750 +0.047119140625 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.007629394531 0.066894531250 0.120605468750 +0.163085937500 0.197265625000 0.225585937500 0.234375000000 +0.217773437500 0.159179687500 0.105468750000 0.038330078125 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000268936157 0.034423828125 +0.054443359375 0.059814453125 0.070800781250 0.053222656250 +0.041992187500 0.009704589844 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.017944335938 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.032958984375 0.109863281250 0.152343750000 0.160156250000 +0.151367187500 0.126953125000 0.053955078125 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.016235351562 +0.026611328125 0.002136230469 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.012573242188 +0.022094726562 0.007934570312 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.002685546875 0.046875000000 +0.090332031250 0.124023437500 0.129882812500 0.126953125000 +0.083984375000 0.030639648438 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.014221191406 0.068359375000 0.108886718750 +0.123535156250 0.123535156250 0.097656250000 0.041992187500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.010192871094 +0.068359375000 0.121093750000 0.140625000000 0.167968750000 +0.155273437500 0.122558593750 0.076171875000 0.004730224609 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.011901855469 0.077148437500 0.108886718750 0.116210937500 +0.090820312500 0.050292968750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000160217285 0.056396484375 +0.097656250000 0.115234375000 0.099121093750 0.067382812500 +0.023315429688 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.034667968750 0.089355468750 +0.129882812500 0.144531250000 0.166992187500 0.178710937500 +0.177734375000 0.161132812500 0.138671875000 0.111816406250 +0.092773437500 0.060791015625 0.028442382812 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.024414062500 +0.095214843750 0.172851562500 0.209960937500 0.213867187500 +0.158203125000 0.085937500000 0.008422851562 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.024047851562 0.056396484375 0.074218750000 0.077636718750 +0.047607421875 0.011352539062 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.010192871094 0.016479492188 0.035644531250 0.060058593750 +0.084960937500 0.093261718750 0.093750000000 0.059570312500 +0.026733398438 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.035644531250 +0.044677734375 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.013549804688 0.089355468750 0.125976562500 +0.163085937500 0.170898437500 0.113769531250 0.065917968750 +0.008056640625 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.001136779785 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.040039062500 0.108398437500 0.164062500000 0.237304687500 +0.281250000000 0.289062500000 0.261718750000 0.189453125000 +0.098632812500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.057861328125 0.133789062500 0.142578125000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.057617187500 0.077636718750 0.059326171875 0.067382812500 +0.046142578125 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.002929687500 0.053955078125 0.039306640625 0.066894531250 +0.041992187500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.043457031250 0.132812500000 0.183593750000 0.162109375000 +0.172851562500 0.139648437500 0.069335937500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.107910156250 0.151367187500 +0.122558593750 0.176757812500 0.188476562500 0.079589843750 +0.002670288086 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.044433593750 0.098632812500 0.155273437500 0.188476562500 +0.169921875000 0.120117187500 0.116210937500 0.069824218750 +0.015197753906 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000179290771 +0.063476562500 0.109375000000 0.065917968750 0.018676757812 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.017944335938 0.020874023438 0.000000000000 0.046142578125 +0.057617187500 0.004608154297 0.024047851562 0.010559082031 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.078613281250 0.107421875000 0.094726562500 +0.080566406250 0.051757812500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.007019042969 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.016235351562 +0.000511169434 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.034912109375 0.074707031250 +0.135742187500 0.122070312500 0.093261718750 0.094726562500 +0.061523437500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.002960205078 0.000000000000 0.005432128906 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.001998901367 +0.120605468750 0.202148437500 0.255859375000 0.275390625000 +0.235351562500 0.221679687500 0.167968750000 0.103515625000 +0.037353515625 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.004089355469 0.014770507812 0.030151367188 +0.014038085938 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.049316406250 +0.103027343750 0.108398437500 0.067871093750 0.061523437500 +0.063476562500 0.053222656250 0.017211914062 0.033203125000 +0.037353515625 0.033935546875 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.028320312500 0.048583984375 +0.023071289062 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.046142578125 0.130859375000 +0.149414062500 0.138671875000 0.088867187500 0.028686523438 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.009948730469 +0.015747070312 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.033691406250 0.015380859375 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.003936767578 0.033203125000 0.060058593750 0.032958984375 +0.014587402344 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.001617431641 0.000000000000 0.000000000000 0.005401611328 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.002731323242 +0.018310546875 0.039062500000 0.042480468750 0.049072265625 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.033691406250 0.097656250000 0.121093750000 +0.123046875000 0.116210937500 0.087402343750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.055908203125 0.134765625000 +0.116210937500 0.118652343750 0.119628906250 0.047607421875 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.009643554688 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.059570312500 0.157226562500 0.181640625000 +0.215820312500 0.223632812500 0.171875000000 0.153320312500 +0.147460937500 0.068847656250 0.057373046875 0.028320312500 +0.000000000000 0.007385253906 0.013549804688 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.066894531250 +0.136718750000 0.237304687500 0.292968750000 0.333984375000 +0.375000000000 0.375000000000 0.388671875000 0.378906250000 +0.275390625000 0.191406250000 0.112792968750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.024414062500 0.072265625000 +0.068359375000 0.074218750000 0.023803710938 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.017578125000 0.128906250000 +0.138671875000 0.198242187500 0.203125000000 0.182617187500 +0.137695312500 0.093750000000 0.000785827637 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.022094726562 +0.126953125000 0.269531250000 0.376953125000 0.472656250000 +0.535156250000 0.585937500000 0.539062500000 0.492187500000 +0.427734375000 0.339843750000 0.220703125000 0.075683593750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.070312500000 +0.145507812500 0.227539062500 0.237304687500 0.300781250000 +0.314453125000 0.287109375000 0.267578125000 0.223632812500 +0.148437500000 0.053222656250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.026245117188 0.044921875000 0.047607421875 0.015991210938 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.023803710938 +0.032714843750 0.019653320312 0.038330078125 0.010925292969 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.002716064453 0.045898437500 0.108886718750 +0.141601562500 0.229492187500 0.283203125000 0.355468750000 +0.437500000000 0.451171875000 0.482421875000 0.539062500000 +0.511718750000 0.515625000000 0.492187500000 0.394531250000 +0.339843750000 0.243164062500 0.115234375000 0.021606445312 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.069335937500 0.152343750000 0.248046875000 0.335937500000 +0.378906250000 0.400390625000 0.458984375000 0.449218750000 +0.392578125000 0.324218750000 0.245117187500 0.114746093750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.090332031250 0.140625000000 0.159179687500 0.189453125000 +0.186523437500 0.109375000000 0.101562500000 0.035156250000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.040771484375 0.090332031250 0.135742187500 0.204101562500 +0.218750000000 0.217773437500 0.172851562500 0.169921875000 +0.152343750000 0.145507812500 0.115722656250 0.142578125000 +0.063476562500 0.079101562500 0.060791015625 0.016601562500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.003158569336 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.006317138672 0.084472656250 0.131835937500 +0.128906250000 0.127929687500 0.084472656250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.058593750000 0.165039062500 +0.183593750000 0.243164062500 0.191406250000 0.154296875000 +0.068847656250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.019775390625 0.114257812500 0.161132812500 +0.265625000000 0.250000000000 0.198242187500 0.178710937500 +0.117675781250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.110351562500 0.157226562500 +0.189453125000 0.227539062500 0.196289062500 0.143554687500 +0.058593750000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.015869140625 0.066894531250 0.140625000000 +0.203125000000 0.243164062500 0.277343750000 0.273437500000 +0.269531250000 0.249023437500 0.223632812500 0.177734375000 +0.141601562500 0.087890625000 0.060058593750 0.008422851562 +0.025390625000 0.016723632812 0.002395629883 0.025634765625 +0.053466796875 0.091796875000 0.122558593750 0.169921875000 +0.196289062500 0.251953125000 0.271484375000 0.294921875000 +0.318359375000 0.320312500000 0.308593750000 0.265625000000 +0.209960937500 0.142578125000 0.094238281250 0.035888671875 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.009887695312 +0.103027343750 0.172851562500 0.273437500000 0.265625000000 +0.267578125000 0.220703125000 0.154296875000 0.048828125000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.050292968750 0.141601562500 0.220703125000 0.255859375000 +0.294921875000 0.310546875000 0.302734375000 0.335937500000 +0.328125000000 0.318359375000 0.345703125000 0.361328125000 +0.339843750000 0.351562500000 0.373046875000 0.386718750000 +0.396484375000 0.408203125000 0.404296875000 0.390625000000 +0.392578125000 0.359375000000 0.322265625000 0.261718750000 +0.204101562500 0.126953125000 0.086425781250 0.020629882812 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.063476562500 0.196289062500 0.257812500000 +0.345703125000 0.363281250000 0.386718750000 0.443359375000 +0.433593750000 0.363281250000 0.353515625000 0.291015625000 +0.202148437500 0.123535156250 0.047607421875 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.014343261719 0.092285156250 0.164062500000 0.197265625000 +0.226562500000 0.204101562500 0.180664062500 0.170898437500 +0.076660156250 0.000564575195 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.058593750000 0.149414062500 0.239257812500 0.241210937500 +0.287109375000 0.228515625000 0.225585937500 0.176757812500 +0.155273437500 0.129882812500 0.066894531250 0.017211914062 +0.004211425781 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.011901855469 0.000000000000 +0.038818359375 0.070800781250 0.084472656250 0.077148437500 +0.111816406250 0.095214843750 0.034423828125 0.005279541016 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.056884765625 0.094238281250 +0.161132812500 0.211914062500 0.177734375000 0.166992187500 +0.178710937500 0.113281250000 0.054931640625 0.045898437500 +0.003082275391 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.006805419922 0.026611328125 +0.042480468750 0.043212890625 0.000000000000 0.012207031250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.004119873047 0.163085937500 0.294921875000 0.353515625000 +0.400390625000 0.376953125000 0.287109375000 0.213867187500 +0.124023437500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.001708984375 0.022094726562 +0.052246093750 0.110351562500 0.122558593750 0.167968750000 +0.115722656250 0.107421875000 0.053710937500 0.041015625000 +0.023315429688 0.002838134766 0.047851562500 0.000000000000 +0.019897460938 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.080566406250 +0.133789062500 0.220703125000 0.173828125000 0.119140625000 +0.044921875000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.039062500000 0.002899169922 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.081542968750 0.116699218750 +0.249023437500 0.257812500000 0.259765625000 0.225585937500 +0.151367187500 0.061767578125 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.025756835938 +0.051757812500 0.082519531250 0.065917968750 0.072265625000 +0.080078125000 0.068359375000 0.035156250000 0.035400390625 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.011230468750 0.091308593750 0.172851562500 +0.221679687500 0.289062500000 0.217773437500 0.221679687500 +0.120117187500 0.022949218750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.030761718750 +0.063476562500 0.105468750000 0.094726562500 0.082031250000 +0.076660156250 0.096191406250 0.123046875000 0.098632812500 +0.117187500000 0.116210937500 0.093750000000 0.074218750000 +0.073242187500 0.061035156250 0.081054687500 0.013366699219 +0.019287109375 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.018920898438 0.054443359375 0.194335937500 +0.174804687500 0.098144531250 0.152343750000 0.097167968750 +0.080566406250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.036865234375 +0.054687500000 0.022583007812 0.053466796875 0.029907226562 +0.039550781250 0.005981445312 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.004974365234 0.000000000000 +0.050781250000 0.031494140625 0.025878906250 0.037597656250 +0.000000000000 0.002639770508 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.011352539062 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.098144531250 0.219726562500 +0.261718750000 0.279296875000 0.292968750000 0.277343750000 +0.263671875000 0.184570312500 0.137695312500 0.049072265625 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.076171875000 0.198242187500 +0.189453125000 0.208007812500 0.240234375000 0.158203125000 +0.136718750000 0.084960937500 0.043701171875 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.070800781250 0.133789062500 0.181640625000 +0.192382812500 0.255859375000 0.202148437500 0.152343750000 +0.089355468750 0.007781982422 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.073730468750 0.107910156250 +0.146484375000 0.121093750000 0.152343750000 0.115234375000 +0.084960937500 0.115722656250 0.083984375000 0.073730468750 +0.049072265625 0.025634765625 0.065429687500 0.053466796875 +0.061279296875 0.085449218750 0.107910156250 0.143554687500 +0.096191406250 0.093750000000 0.077636718750 0.042480468750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.083984375000 0.079589843750 0.101562500000 +0.088867187500 0.013854980469 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.063476562500 +0.085449218750 0.150390625000 0.155273437500 0.166992187500 +0.195312500000 0.103027343750 0.122558593750 0.062011718750 +0.068359375000 0.029541015625 0.000000000000 0.018554687500 +0.000000000000 0.000000000000 0.016967773438 0.009033203125 +0.003067016602 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.015869140625 0.112304687500 0.099609375000 0.067871093750 +0.052978515625 0.019775390625 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.025146484375 0.140625000000 0.160156250000 0.199218750000 +0.159179687500 0.084472656250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.001754760742 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.090820312500 +0.145507812500 0.196289062500 0.259765625000 0.245117187500 +0.294921875000 0.241210937500 0.162109375000 0.089843750000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.011474609375 0.007598876953 0.045410156250 0.003173828125 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.014831542969 0.038574218750 0.059814453125 +0.119628906250 0.057128906250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.077148437500 +0.175781250000 0.234375000000 0.150390625000 0.133789062500 +0.011779785156 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.052246093750 0.092285156250 +0.119140625000 0.177734375000 0.188476562500 0.181640625000 +0.186523437500 0.199218750000 0.180664062500 0.150390625000 +0.155273437500 0.047363281250 0.036132812500 0.017456054688 +0.009887695312 0.006317138672 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.084960937500 0.174804687500 0.233398437500 0.265625000000 +0.226562500000 0.261718750000 0.190429687500 0.128906250000 +0.049560546875 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.030029296875 0.045410156250 0.057373046875 0.105957031250 +0.052246093750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.055664062500 0.119140625000 +0.135742187500 0.195312500000 0.176757812500 0.166015625000 +0.068847656250 0.013671875000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.028930664062 +0.040039062500 0.067382812500 0.064453125000 0.043945312500 +0.086425781250 0.067382812500 0.111816406250 0.081542968750 +0.110839843750 0.124511718750 0.107421875000 0.080566406250 +0.084960937500 0.043701171875 0.046630859375 0.038574218750 +0.049316406250 0.052246093750 0.043212890625 0.115234375000 +0.114257812500 0.156250000000 0.194335937500 0.169921875000 +0.191406250000 0.181640625000 0.158203125000 0.108398437500 +0.070800781250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.096191406250 0.161132812500 0.195312500000 +0.210937500000 0.253906250000 0.248046875000 0.223632812500 +0.225585937500 0.157226562500 0.135742187500 0.125976562500 +0.131835937500 0.148437500000 0.157226562500 0.159179687500 +0.133789062500 0.136718750000 0.140625000000 0.137695312500 +0.115722656250 0.068847656250 0.055419921875 0.030029296875 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.002014160156 0.011047363281 0.052978515625 0.013793945312 +0.010925292969 0.025390625000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.045898437500 0.110351562500 0.107421875000 +0.139648437500 0.200195312500 0.179687500000 0.155273437500 +0.214843750000 0.183593750000 0.140625000000 0.146484375000 +0.121093750000 0.095214843750 0.066406250000 0.057617187500 +0.038085937500 0.004913330078 0.000020384789 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.029174804688 0.062255859375 +0.075195312500 0.112304687500 0.109375000000 0.072265625000 +0.064453125000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.039550781250 0.059082031250 0.118164062500 +0.128906250000 0.097656250000 0.143554687500 0.124023437500 +0.111328125000 0.047851562500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.031250000000 0.001937866211 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.100097656250 0.160156250000 0.235351562500 0.259765625000 +0.279296875000 0.250000000000 0.227539062500 0.181640625000 +0.090820312500 0.026611328125 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.030273437500 +0.104492187500 0.166992187500 0.209960937500 0.267578125000 +0.343750000000 0.363281250000 0.281250000000 0.257812500000 +0.261718750000 0.087890625000 0.008666992188 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.005065917969 0.039794921875 +0.054931640625 0.032714843750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.015991210938 0.046386718750 +0.137695312500 0.175781250000 0.234375000000 0.206054687500 +0.147460937500 0.125976562500 0.058593750000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.076171875000 0.160156250000 0.225585937500 0.277343750000 +0.351562500000 0.332031250000 0.287109375000 0.269531250000 +0.218750000000 0.163085937500 0.119140625000 0.096191406250 +0.080078125000 0.035888671875 0.029296875000 0.014465332031 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.052246093750 0.101562500000 0.125000000000 0.124023437500 +0.111328125000 0.057617187500 0.011596679688 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.063964843750 +0.078613281250 0.090820312500 0.098632812500 0.134765625000 +0.142578125000 0.150390625000 0.174804687500 0.160156250000 +0.170898437500 0.125976562500 0.128906250000 0.135742187500 +0.125000000000 0.114257812500 0.087402343750 0.032958984375 +0.057128906250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.017089843750 +0.021484375000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.038818359375 +0.094726562500 0.173828125000 0.161132812500 0.137695312500 +0.076171875000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.004638671875 +0.038574218750 0.082031250000 0.152343750000 0.113769531250 +0.119140625000 0.110351562500 0.043457031250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.022460937500 0.002349853516 0.064453125000 0.133789062500 +0.104003906250 0.094726562500 0.099609375000 0.014404296875 +0.011230468750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.055419921875 0.122070312500 +0.166992187500 0.184570312500 0.165039062500 0.100585937500 +0.002960205078 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.026855468750 +0.051513671875 0.121093750000 0.138671875000 0.125000000000 +0.075683593750 0.008911132812 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.008239746094 0.093750000000 +0.119140625000 0.148437500000 0.204101562500 0.111816406250 +0.128906250000 0.114746093750 0.071777343750 0.097656250000 +0.045898437500 0.037353515625 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000919342041 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.021484375000 0.066406250000 0.108398437500 +0.130859375000 0.139648437500 0.117675781250 0.138671875000 +0.115234375000 0.032226562500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.013549804688 0.103027343750 0.183593750000 +0.207031250000 0.236328125000 0.269531250000 0.279296875000 +0.265625000000 0.171875000000 0.142578125000 0.076171875000 +0.017333984375 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.045898437500 +0.149414062500 0.198242187500 0.203125000000 0.227539062500 +0.196289062500 0.132812500000 0.046630859375 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.091796875000 +0.092285156250 0.095214843750 0.066894531250 0.057617187500 +0.005004882812 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.072265625000 0.208007812500 0.228515625000 0.341796875000 +0.355468750000 0.390625000000 0.398437500000 0.349609375000 +0.312500000000 0.231445312500 0.146484375000 0.069824218750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.036132812500 0.052978515625 0.025634765625 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.002426147461 +0.011169433594 0.023559570312 0.031738281250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.040283203125 0.101562500000 +0.121093750000 0.156250000000 0.170898437500 0.205078125000 +0.208984375000 0.179687500000 0.162109375000 0.145507812500 +0.103515625000 0.077148437500 0.023193359375 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.041259765625 0.057373046875 0.078125000000 +0.106445312500 0.126953125000 0.083984375000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.047851562500 0.045654296875 +0.097656250000 0.095214843750 0.086914062500 0.074707031250 +0.109863281250 0.062011718750 0.084472656250 0.061523437500 +0.069335937500 0.032714843750 0.045654296875 0.080078125000 +0.127929687500 0.164062500000 0.125000000000 0.121582031250 +0.097167968750 0.072753906250 0.036621093750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.094726562500 0.139648437500 +0.226562500000 0.281250000000 0.289062500000 0.243164062500 +0.169921875000 0.114746093750 0.053222656250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.032958984375 0.061767578125 +0.057617187500 0.053466796875 0.024291992188 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.015869140625 0.123046875000 +0.246093750000 0.322265625000 0.400390625000 0.427734375000 +0.458984375000 0.478515625000 0.421875000000 0.312500000000 +0.185546875000 0.126953125000 0.012695312500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.021484375000 0.084472656250 0.107421875000 +0.082031250000 0.006500244141 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.023071289062 0.033447265625 0.057128906250 +0.068847656250 0.102539062500 0.012023925781 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.073730468750 0.055175781250 0.103515625000 +0.072753906250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.024536132812 0.121582031250 0.213867187500 0.242187500000 +0.283203125000 0.328125000000 0.371093750000 0.380859375000 +0.365234375000 0.341796875000 0.363281250000 0.357421875000 +0.291015625000 0.239257812500 0.144531250000 0.056396484375 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.019409179688 0.029296875000 0.051269531250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.021972656250 0.068847656250 0.085937500000 +0.080566406250 0.126953125000 0.147460937500 0.130859375000 +0.102050781250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.015869140625 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.032470703125 0.077148437500 +0.098144531250 0.120117187500 0.092285156250 0.046875000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.033691406250 0.071289062500 0.101562500000 +0.075195312500 0.077636718750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.037109375000 0.100097656250 0.128906250000 +0.144531250000 0.191406250000 0.203125000000 0.212890625000 +0.167968750000 0.167968750000 0.110839843750 0.101562500000 +0.053955078125 0.014343261719 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000583648682 0.045166015625 +0.038574218750 0.068847656250 0.045410156250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.020385742188 0.096191406250 +0.169921875000 0.198242187500 0.204101562500 0.204101562500 +0.138671875000 0.058349609375 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.065429687500 0.122558593750 0.206054687500 +0.220703125000 0.241210937500 0.194335937500 0.133789062500 +0.044189453125 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.011474609375 0.110351562500 0.174804687500 0.192382812500 +0.217773437500 0.203125000000 0.188476562500 0.118164062500 +0.026123046875 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000595092773 +0.004089355469 0.014526367188 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.007171630859 +0.039062500000 0.115234375000 0.050781250000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.002655029297 0.076171875000 0.167968750000 0.253906250000 +0.316406250000 0.343750000000 0.349609375000 0.330078125000 +0.228515625000 0.117675781250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.070312500000 0.180664062500 0.233398437500 +0.300781250000 0.341796875000 0.326171875000 0.367187500000 +0.335937500000 0.291015625000 0.269531250000 0.211914062500 +0.198242187500 0.175781250000 0.136718750000 0.131835937500 +0.111816406250 0.094238281250 0.096191406250 0.093261718750 +0.062255859375 0.028808593750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.041992187500 0.032958984375 +0.039306640625 0.011962890625 0.000000000000 0.031494140625 +0.000000000000 0.036132812500 0.037353515625 0.073242187500 +0.174804687500 0.211914062500 0.265625000000 0.294921875000 +0.306640625000 0.328125000000 0.318359375000 0.289062500000 +0.249023437500 0.178710937500 0.101562500000 0.047119140625 +0.003479003906 0.000000000000 0.000000000000 0.014099121094 +0.080566406250 0.141601562500 0.200195312500 0.275390625000 +0.365234375000 0.416015625000 0.447265625000 0.427734375000 +0.392578125000 0.386718750000 0.316406250000 0.251953125000 +0.184570312500 0.098632812500 0.086425781250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.137695312500 0.208984375000 +0.277343750000 0.335937500000 0.349609375000 0.328125000000 +0.257812500000 0.165039062500 0.037353515625 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.012573242188 0.072753906250 0.121582031250 0.148437500000 +0.179687500000 0.191406250000 0.145507812500 0.132812500000 +0.022705078125 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.114257812500 +0.237304687500 0.318359375000 0.384765625000 0.439453125000 +0.468750000000 0.496093750000 0.460937500000 0.435546875000 +0.355468750000 0.281250000000 0.208007812500 0.112304687500 +0.042236328125 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.007415771484 0.064453125000 0.140625000000 +0.138671875000 0.160156250000 0.125000000000 0.085937500000 +0.021972656250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.010253906250 +0.032958984375 0.059570312500 0.046875000000 0.027954101562 +0.009704589844 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.055175781250 0.082031250000 0.100097656250 +0.050292968750 0.053222656250 0.012451171875 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.003967285156 0.057373046875 0.091796875000 0.073242187500 +0.069335937500 0.062500000000 0.007751464844 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.040283203125 0.086914062500 0.129882812500 0.196289062500 +0.237304687500 0.283203125000 0.287109375000 0.292968750000 +0.285156250000 0.267578125000 0.271484375000 0.237304687500 +0.180664062500 0.129882812500 0.048095703125 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.062255859375 0.146484375000 0.186523437500 0.250000000000 +0.261718750000 0.209960937500 0.147460937500 0.074707031250 +0.002655029297 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.055664062500 +0.125000000000 0.186523437500 0.249023437500 0.248046875000 +0.269531250000 0.236328125000 0.251953125000 0.222656250000 +0.208007812500 0.169921875000 0.187500000000 0.179687500000 +0.174804687500 0.191406250000 0.188476562500 0.224609375000 +0.232421875000 0.245117187500 0.277343750000 0.261718750000 +0.261718750000 0.179687500000 0.116699218750 0.062011718750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.035644531250 0.117675781250 0.189453125000 0.296875000000 +0.369140625000 0.378906250000 0.386718750000 0.363281250000 +0.330078125000 0.240234375000 0.125976562500 0.052978515625 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.012145996094 +0.021728515625 0.073242187500 0.092773437500 0.126953125000 +0.176757812500 0.171875000000 0.130859375000 0.044677734375 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.145507812500 0.306640625000 +0.419921875000 0.507812500000 0.578125000000 0.628906250000 +0.644531250000 0.625000000000 0.574218750000 0.486328125000 +0.437500000000 0.296875000000 0.158203125000 0.043212890625 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.006713867188 +0.094238281250 0.192382812500 0.222656250000 0.238281250000 +0.169921875000 0.108398437500 0.031494140625 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.045898437500 0.086425781250 0.121093750000 0.140625000000 +0.126953125000 0.106933593750 0.077148437500 0.089843750000 +0.069335937500 0.081542968750 0.090332031250 0.150390625000 +0.206054687500 0.189453125000 0.214843750000 0.216796875000 +0.172851562500 0.146484375000 0.048339843750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.006530761719 0.081054687500 0.197265625000 +0.267578125000 0.314453125000 0.328125000000 0.386718750000 +0.457031250000 0.498046875000 0.500000000000 0.488281250000 +0.472656250000 0.478515625000 0.457031250000 0.410156250000 +0.376953125000 0.318359375000 0.275390625000 0.191406250000 +0.080078125000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.088378906250 +0.155273437500 0.233398437500 0.273437500000 0.294921875000 +0.251953125000 0.222656250000 0.127929687500 0.072265625000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.043212890625 +0.106933593750 0.196289062500 0.265625000000 0.332031250000 +0.351562500000 0.369140625000 0.318359375000 0.281250000000 +0.189453125000 0.094726562500 0.014221191406 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.006866455078 0.057861328125 0.088378906250 +0.081054687500 0.059570312500 0.009765625000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.009216308594 0.024414062500 +0.010864257812 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.093750000000 0.178710937500 0.231445312500 +0.245117187500 0.208007812500 0.161132812500 0.047607421875 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.031005859375 0.134765625000 0.182617187500 0.178710937500 +0.178710937500 0.127929687500 0.094238281250 0.020019531250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.095214843750 +0.149414062500 0.177734375000 0.228515625000 0.257812500000 +0.316406250000 0.332031250000 0.324218750000 0.316406250000 +0.326171875000 0.326171875000 0.304687500000 0.287109375000 +0.241210937500 0.214843750000 0.166015625000 0.129882812500 +0.104980468750 0.100097656250 0.092773437500 0.093750000000 +0.105957031250 0.088378906250 0.107421875000 0.087402343750 +0.085937500000 0.096191406250 0.085449218750 0.083984375000 +0.064941406250 0.052246093750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.035888671875 0.071777343750 +0.086914062500 0.092773437500 0.043212890625 0.002792358398 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.003906250000 0.090820312500 0.203125000000 0.279296875000 +0.275390625000 0.326171875000 0.316406250000 0.289062500000 +0.239257812500 0.155273437500 0.116210937500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.120605468750 0.202148437500 0.275390625000 0.333984375000 +0.353515625000 0.365234375000 0.298828125000 0.250000000000 +0.169921875000 0.096191406250 0.007476806641 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.007110595703 0.015869140625 0.021606445312 0.029541015625 +0.009155273438 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.047851562500 +0.130859375000 0.189453125000 0.269531250000 0.349609375000 +0.365234375000 0.375000000000 0.324218750000 0.210937500000 +0.150390625000 0.011901855469 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.021362304688 +0.104980468750 0.120117187500 0.119140625000 0.115722656250 +0.073730468750 0.026611328125 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.005706787109 0.014038085938 0.063476562500 +0.068359375000 0.088378906250 0.099121093750 0.102539062500 +0.064453125000 0.028930664062 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.026977539062 0.022460937500 +0.056396484375 0.096679687500 0.047607421875 0.064941406250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.094238281250 +0.167968750000 0.185546875000 0.221679687500 0.185546875000 +0.125000000000 0.064941406250 0.062988281250 0.004974365234 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.013061523438 0.068359375000 0.127929687500 0.146484375000 +0.110351562500 0.114257812500 0.056884765625 0.031005859375 +0.015441894531 0.018676757812 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.038330078125 +0.080566406250 0.103515625000 0.114257812500 0.129882812500 +0.091308593750 0.029418945312 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.010375976562 0.093750000000 +0.195312500000 0.208007812500 0.201171875000 0.143554687500 +0.086425781250 0.016845703125 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.014770507812 +0.075683593750 0.109375000000 0.146484375000 0.113281250000 +0.088378906250 0.031494140625 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.013610839844 0.063476562500 0.076660156250 +0.045898437500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.083984375000 +0.208984375000 0.289062500000 0.337890625000 0.308593750000 +0.211914062500 0.067871093750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.060791015625 0.169921875000 0.291015625000 +0.324218750000 0.320312500000 0.332031250000 0.251953125000 +0.170898437500 0.089355468750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.087890625000 0.133789062500 +0.172851562500 0.149414062500 0.099121093750 0.018676757812 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.003158569336 0.120117187500 0.226562500000 +0.292968750000 0.333984375000 0.353515625000 0.296875000000 +0.218750000000 0.103027343750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.072753906250 0.145507812500 0.181640625000 +0.169921875000 0.144531250000 0.106445312500 0.024902343750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.024536132812 0.095703125000 +0.148437500000 0.176757812500 0.132812500000 0.091308593750 +0.045410156250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.029541015625 +0.081054687500 0.110351562500 0.134765625000 0.144531250000 +0.169921875000 0.131835937500 0.117187500000 0.112304687500 +0.072265625000 0.005340576172 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.036376953125 0.104492187500 +0.148437500000 0.126953125000 0.045654296875 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.038574218750 +0.078125000000 0.109375000000 0.134765625000 0.156250000000 +0.188476562500 0.214843750000 0.201171875000 0.128906250000 +0.041503906250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.125976562500 +0.215820312500 0.314453125000 0.353515625000 0.326171875000 +0.291015625000 0.229492187500 0.094726562500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.132812500000 0.296875000000 +0.361328125000 0.398437500000 0.406250000000 0.330078125000 +0.213867187500 0.088867187500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.014831542969 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.083496093750 0.150390625000 +0.185546875000 0.232421875000 0.263671875000 0.292968750000 +0.271484375000 0.263671875000 0.236328125000 0.142578125000 +0.028930664062 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.052001953125 0.131835937500 0.207031250000 +0.203125000000 0.216796875000 0.199218750000 0.166992187500 +0.162109375000 0.161132812500 0.114257812500 0.055664062500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.040039062500 +0.091308593750 0.104003906250 0.093750000000 0.036865234375 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.002822875977 0.081054687500 +0.106933593750 0.138671875000 0.131835937500 0.116210937500 +0.042724609375 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.003036499023 +0.126953125000 0.238281250000 0.332031250000 0.369140625000 +0.375000000000 0.324218750000 0.207031250000 0.054931640625 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.060058593750 0.125000000000 0.161132812500 +0.184570312500 0.211914062500 0.191406250000 0.142578125000 +0.116210937500 0.050781250000 0.001457214355 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.060546875000 0.125976562500 +0.156250000000 0.211914062500 0.261718750000 0.228515625000 +0.163085937500 0.085937500000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.014770507812 +0.103027343750 0.186523437500 0.219726562500 0.240234375000 +0.238281250000 0.243164062500 0.208007812500 0.126953125000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.017211914062 0.136718750000 0.227539062500 0.310546875000 +0.318359375000 0.265625000000 0.245117187500 0.111816406250 +0.041992187500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.014160156250 0.064941406250 0.078613281250 0.044921875000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.004730224609 0.121093750000 0.156250000000 0.142578125000 +0.120605468750 0.046630859375 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.036376953125 0.106445312500 0.070800781250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.052978515625 0.091308593750 0.074707031250 +0.041748046875 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.062988281250 0.101562500000 0.135742187500 +0.155273437500 0.107421875000 0.045410156250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.003906250000 0.075683593750 0.122558593750 0.208007812500 +0.257812500000 0.263671875000 0.243164062500 0.195312500000 +0.113281250000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.179687500000 0.283203125000 0.265625000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.015075683594 0.000000000000 0.016357421875 +0.008300781250 0.000000000000 0.009277343750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.011108398438 0.036621093750 0.096191406250 +0.060058593750 0.121582031250 0.081054687500 0.047851562500 +0.026733398438 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.018188476562 0.026245117188 0.070800781250 0.016601562500 +0.110351562500 0.046142578125 0.043945312500 0.131835937500 +0.045166015625 0.103515625000 0.061279296875 0.043212890625 +0.065429687500 0.015075683594 0.029663085938 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.050781250000 0.026000976562 0.039306640625 +0.048583984375 0.028198242188 0.005554199219 0.025146484375 +0.023071289062 0.000000000000 0.004394531250 0.000000000000 +0.000000000000 0.000637054443 0.019409179688 0.006347656250 +0.000000000000 0.000000000000 0.009216308594 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.071777343750 0.007415771484 0.056884765625 0.054199218750 +0.069335937500 0.050048828125 0.050781250000 0.057617187500 +0.043701171875 0.025146484375 0.000000000000 0.021972656250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.005645751953 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.007507324219 0.000000000000 0.048828125000 0.031250000000 +0.021118164062 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.005187988281 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.007232666016 0.000000000000 +0.033691406250 0.011718750000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.024780273438 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.007141113281 0.000000000000 0.041259765625 0.044677734375 +0.103515625000 0.099609375000 0.026245117188 0.125000000000 +0.112792968750 0.000000000000 0.057128906250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.030761718750 0.058349609375 0.064941406250 0.010070800781 +0.007415771484 0.028930664062 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.042724609375 0.042236328125 0.053955078125 0.071289062500 +0.091308593750 0.033691406250 0.080078125000 0.017089843750 +0.028320312500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.038574218750 0.031982421875 0.000000000000 0.042480468750 +0.023681640625 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.055175781250 +0.000000000000 0.032470703125 0.041503906250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.005981445312 0.050537109375 0.115722656250 0.113769531250 +0.112304687500 0.067382812500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.006805419922 0.092285156250 +0.177734375000 0.271484375000 0.345703125000 0.417968750000 +0.476562500000 0.511718750000 0.531250000000 0.558593750000 +0.539062500000 0.503906250000 0.476562500000 0.412109375000 +0.357421875000 0.341796875000 0.302734375000 0.273437500000 +0.267578125000 0.245117187500 0.240234375000 0.214843750000 +0.190429687500 0.172851562500 0.095214843750 0.037597656250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.063964843750 +0.170898437500 0.265625000000 0.322265625000 0.408203125000 +0.441406250000 0.464843750000 0.474609375000 0.427734375000 +0.394531250000 0.316406250000 0.210937500000 0.080078125000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.084960937500 0.230468750000 0.316406250000 +0.367187500000 0.412109375000 0.412109375000 0.347656250000 +0.296875000000 0.227539062500 0.120117187500 0.023559570312 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.053955078125 +0.163085937500 0.277343750000 0.359375000000 0.414062500000 +0.447265625000 0.464843750000 0.402343750000 0.324218750000 +0.245117187500 0.149414062500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.041503906250 0.083984375000 0.169921875000 0.231445312500 +0.265625000000 0.335937500000 0.343750000000 0.427734375000 +0.470703125000 0.515625000000 0.539062500000 0.562500000000 +0.546875000000 0.539062500000 0.503906250000 0.486328125000 +0.451171875000 0.419921875000 0.375000000000 0.373046875000 +0.335937500000 0.355468750000 0.347656250000 0.365234375000 +0.386718750000 0.386718750000 0.400390625000 0.406250000000 +0.406250000000 0.384765625000 0.335937500000 0.289062500000 +0.196289062500 0.110351562500 0.003753662109 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.025146484375 0.148437500000 0.238281250000 0.310546875000 +0.388671875000 0.427734375000 0.460937500000 0.474609375000 +0.482421875000 0.462890625000 0.449218750000 0.439453125000 +0.439453125000 0.437500000000 0.462890625000 0.468750000000 +0.476562500000 0.498046875000 0.527343750000 0.523437500000 +0.511718750000 0.503906250000 0.449218750000 0.394531250000 +0.357421875000 0.310546875000 0.267578125000 0.230468750000 +0.192382812500 0.196289062500 0.157226562500 0.164062500000 +0.190429687500 0.155273437500 0.102539062500 0.091796875000 +0.042236328125 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.059326171875 0.154296875000 0.227539062500 0.304687500000 +0.398437500000 0.439453125000 0.496093750000 0.542968750000 +0.570312500000 0.562500000000 0.585937500000 0.585937500000 +0.554687500000 0.535156250000 0.494140625000 0.468750000000 +0.419921875000 0.390625000000 0.337890625000 0.298828125000 +0.230468750000 0.185546875000 0.148437500000 0.087890625000 +0.070312500000 0.039794921875 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.068359375000 +0.145507812500 0.213867187500 0.287109375000 0.326171875000 +0.365234375000 0.390625000000 0.406250000000 0.396484375000 +0.361328125000 0.308593750000 0.236328125000 0.183593750000 +0.090820312500 0.005432128906 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.004913330078 0.081542968750 0.195312500000 0.240234375000 +0.318359375000 0.353515625000 0.382812500000 0.388671875000 +0.347656250000 0.330078125000 0.261718750000 0.208984375000 +0.118164062500 0.023437500000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.125000000000 0.181640625000 0.253906250000 +0.289062500000 0.330078125000 0.330078125000 0.330078125000 +0.314453125000 0.279296875000 0.243164062500 0.221679687500 +0.179687500000 0.134765625000 0.119628906250 0.098144531250 +0.074218750000 0.030029296875 0.006835937500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.040771484375 0.131835937500 0.205078125000 0.261718750000 +0.324218750000 0.361328125000 0.371093750000 0.375000000000 +0.355468750000 0.314453125000 0.279296875000 0.246093750000 +0.203125000000 0.167968750000 0.166992187500 0.173828125000 +0.177734375000 0.183593750000 0.173828125000 0.193359375000 +0.183593750000 0.167968750000 0.203125000000 0.187500000000 +0.182617187500 0.163085937500 0.146484375000 0.111816406250 +0.080078125000 0.032470703125 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.005737304688 0.058593750000 0.052246093750 0.090820312500 +0.080566406250 0.110351562500 0.118652343750 0.164062500000 +0.222656250000 0.263671875000 0.333984375000 0.439453125000 +0.515625000000 0.578125000000 0.640625000000 0.703125000000 +0.652343750000 0.613281250000 0.542968750000 0.439453125000 +0.277343750000 0.134765625000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.077636718750 0.174804687500 +0.249023437500 0.296875000000 0.332031250000 0.320312500000 +0.285156250000 0.257812500000 0.211914062500 0.179687500000 +0.138671875000 0.092285156250 0.053955078125 0.047851562500 +0.070800781250 0.078613281250 0.124511718750 0.160156250000 +0.212890625000 0.271484375000 0.292968750000 0.298828125000 +0.318359375000 0.304687500000 0.267578125000 0.227539062500 +0.166015625000 0.079101562500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.093750000000 0.132812500000 0.170898437500 +0.151367187500 0.144531250000 0.062011718750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.070800781250 0.166992187500 0.294921875000 0.419921875000 +0.507812500000 0.574218750000 0.625000000000 0.632812500000 +0.605468750000 0.562500000000 0.523437500000 0.458984375000 +0.398437500000 0.363281250000 0.298828125000 0.269531250000 +0.192382812500 0.162109375000 0.132812500000 0.091308593750 +0.095214843750 0.079589843750 0.079589843750 0.099121093750 +0.060546875000 0.043212890625 0.007476806641 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.011474609375 0.104003906250 0.190429687500 0.255859375000 +0.292968750000 0.343750000000 0.339843750000 0.332031250000 +0.296875000000 0.244140625000 0.164062500000 0.055175781250 +0.013610839844 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.052246093750 0.140625000000 0.216796875000 +0.289062500000 0.369140625000 0.453125000000 0.486328125000 +0.558593750000 0.562500000000 0.574218750000 0.574218750000 +0.578125000000 0.539062500000 0.484375000000 0.460937500000 +0.384765625000 0.324218750000 0.233398437500 0.162109375000 +0.081054687500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.025634765625 0.083496093750 +0.148437500000 0.196289062500 0.239257812500 0.253906250000 +0.259765625000 0.248046875000 0.202148437500 0.120605468750 +0.073730468750 0.007141113281 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.017700195312 0.130859375000 0.177734375000 0.235351562500 +0.259765625000 0.216796875000 0.151367187500 0.065429687500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.004211425781 0.000000000000 0.000000000000 +0.009826660156 0.000000000000 0.048583984375 0.063964843750 +0.125976562500 0.175781250000 0.234375000000 0.279296875000 +0.320312500000 0.353515625000 0.376953125000 0.330078125000 +0.296875000000 0.195312500000 0.085449218750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.032714843750 0.116210937500 0.173828125000 +0.187500000000 0.210937500000 0.192382812500 0.182617187500 +0.165039062500 0.116699218750 0.081054687500 0.080078125000 +0.053710937500 0.058837890625 0.051025390625 0.101074218750 +0.121582031250 0.144531250000 0.154296875000 0.147460937500 +0.121582031250 0.095703125000 0.056152343750 0.031250000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.020751953125 0.060546875000 0.105468750000 0.173828125000 +0.200195312500 0.265625000000 0.320312500000 0.347656250000 +0.339843750000 0.335937500000 0.314453125000 0.255859375000 +0.210937500000 0.138671875000 0.035156250000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.036865234375 +0.100585937500 0.202148437500 0.263671875000 0.289062500000 +0.294921875000 0.273437500000 0.182617187500 0.096679687500 +0.020263671875 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.035888671875 0.056152343750 0.104980468750 0.166015625000 +0.160156250000 0.115234375000 0.079589843750 0.021362304688 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.009094238281 0.047851562500 0.052978515625 +0.021606445312 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.039550781250 0.040771484375 0.046875000000 +0.089843750000 0.154296875000 0.189453125000 0.154296875000 +0.157226562500 0.128906250000 0.108398437500 0.047607421875 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.085937500000 0.173828125000 0.219726562500 +0.169921875000 0.127929687500 0.082031250000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.006103515625 0.019287109375 0.076171875000 +0.093261718750 0.104003906250 0.067871093750 0.016601562500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.031494140625 0.079589843750 +0.104492187500 0.115234375000 0.140625000000 0.127929687500 +0.084472656250 0.066894531250 0.080566406250 0.089843750000 +0.118164062500 0.163085937500 0.166015625000 0.166015625000 +0.185546875000 0.198242187500 0.145507812500 0.102539062500 +0.050537109375 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.048339843750 +0.152343750000 0.210937500000 0.237304687500 0.234375000000 +0.243164062500 0.194335937500 0.142578125000 0.078125000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.025756835938 0.061767578125 +0.113769531250 0.147460937500 0.180664062500 0.213867187500 +0.224609375000 0.255859375000 0.247070312500 0.235351562500 +0.193359375000 0.213867187500 0.196289062500 0.142578125000 +0.109375000000 0.084960937500 0.057128906250 0.044677734375 +0.000000000000 0.008850097656 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.003265380859 0.012390136719 +0.026489257812 0.023681640625 0.042968750000 0.013854980469 +0.015991210938 0.007598876953 0.056152343750 0.020874023438 +0.027343750000 0.017822265625 0.005828857422 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.003387451172 0.095703125000 0.130859375000 0.175781250000 +0.194335937500 0.206054687500 0.195312500000 0.164062500000 +0.105468750000 0.069824218750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.034179687500 0.084960937500 +0.189453125000 0.231445312500 0.251953125000 0.283203125000 +0.253906250000 0.207031250000 0.131835937500 0.084960937500 +0.008117675781 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.016845703125 0.063476562500 +0.096191406250 0.152343750000 0.139648437500 0.125976562500 +0.087402343750 0.040527343750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.022094726562 +0.098144531250 0.113769531250 0.117675781250 0.098632812500 +0.063476562500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.014038085938 +0.114746093750 0.195312500000 0.215820312500 0.230468750000 +0.203125000000 0.175781250000 0.116210937500 0.091796875000 +0.045898437500 0.025512695312 0.001518249512 0.055419921875 +0.099121093750 0.125976562500 0.175781250000 0.161132812500 +0.166992187500 0.154296875000 0.132812500000 0.108886718750 +0.028442382812 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.055908203125 0.090820312500 0.114257812500 0.155273437500 +0.188476562500 0.192382812500 0.163085937500 0.138671875000 +0.093750000000 0.039306640625 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.048095703125 0.029541015625 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.014648437500 0.010559082031 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.053955078125 0.113281250000 +0.125000000000 0.161132812500 0.211914062500 0.239257812500 +0.225585937500 0.191406250000 0.157226562500 0.145507812500 +0.122558593750 0.070312500000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.016845703125 0.003540039062 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.023681640625 0.041748046875 0.088867187500 0.123535156250 +0.168945312500 0.144531250000 0.097167968750 0.028686523438 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.048583984375 0.157226562500 0.224609375000 +0.238281250000 0.214843750000 0.255859375000 0.273437500000 +0.227539062500 0.188476562500 0.187500000000 0.188476562500 +0.154296875000 0.157226562500 0.165039062500 0.180664062500 +0.144531250000 0.122558593750 0.098144531250 0.088867187500 +0.050781250000 0.031005859375 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.033447265625 +0.004760742188 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.037109375000 +0.119140625000 0.176757812500 0.174804687500 0.155273437500 +0.168945312500 0.135742187500 0.048583984375 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.053222656250 0.157226562500 +0.176757812500 0.180664062500 0.202148437500 0.193359375000 +0.168945312500 0.145507812500 0.111816406250 0.087890625000 +0.081542968750 0.088378906250 0.055419921875 0.070312500000 +0.132812500000 0.192382812500 0.229492187500 0.246093750000 +0.285156250000 0.312500000000 0.330078125000 0.312500000000 +0.243164062500 0.166015625000 0.052490234375 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.066894531250 0.134765625000 0.161132812500 0.108398437500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.032470703125 0.079589843750 0.160156250000 +0.130859375000 0.144531250000 0.144531250000 0.076171875000 +0.038574218750 0.021850585938 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.055175781250 0.113769531250 0.176757812500 0.229492187500 +0.289062500000 0.316406250000 0.318359375000 0.320312500000 +0.302734375000 0.275390625000 0.275390625000 0.223632812500 +0.172851562500 0.129882812500 0.080566406250 0.057128906250 +0.055175781250 0.062255859375 0.042724609375 0.031127929688 +0.012084960938 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.021240234375 0.054443359375 0.068359375000 +0.094238281250 0.102539062500 0.094726562500 0.075683593750 +0.031005859375 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.013793945312 0.113281250000 0.210937500000 0.267578125000 +0.292968750000 0.312500000000 0.289062500000 0.226562500000 +0.183593750000 0.119628906250 0.019775390625 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.055175781250 0.141601562500 0.224609375000 0.292968750000 +0.341796875000 0.373046875000 0.363281250000 0.320312500000 +0.279296875000 0.195312500000 0.092285156250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.095214843750 0.126953125000 0.195312500000 0.250000000000 +0.261718750000 0.310546875000 0.308593750000 0.300781250000 +0.318359375000 0.277343750000 0.285156250000 0.251953125000 +0.238281250000 0.196289062500 0.164062500000 0.098632812500 +0.049072265625 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.009704589844 0.041259765625 0.095703125000 0.136718750000 +0.165039062500 0.192382812500 0.200195312500 0.207031250000 +0.189453125000 0.131835937500 0.071777343750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.002639770508 0.014160156250 +0.047363281250 0.062988281250 0.090332031250 0.108398437500 +0.163085937500 0.181640625000 0.181640625000 0.199218750000 +0.194335937500 0.202148437500 0.219726562500 0.223632812500 +0.205078125000 0.196289062500 0.188476562500 0.188476562500 +0.206054687500 0.242187500000 0.241210937500 0.242187500000 +0.228515625000 0.213867187500 0.197265625000 0.181640625000 +0.157226562500 0.118164062500 0.076660156250 0.049560546875 +0.024780273438 0.015869140625 0.021850585938 0.033203125000 +0.081542968750 0.089355468750 0.128906250000 0.170898437500 +0.175781250000 0.172851562500 0.192382812500 0.149414062500 +0.113281250000 0.091796875000 0.018920898438 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.007354736328 0.022094726562 0.037841796875 +0.037841796875 0.032470703125 0.045898437500 0.030395507812 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.001197814941 0.023437500000 +0.070312500000 0.081542968750 0.156250000000 0.175781250000 +0.196289062500 0.232421875000 0.250000000000 0.265625000000 +0.300781250000 0.306640625000 0.294921875000 0.300781250000 +0.285156250000 0.259765625000 0.246093750000 0.232421875000 +0.184570312500 0.163085937500 0.126953125000 0.094238281250 +0.067871093750 0.035644531250 0.018432617188 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.008605957031 +0.027709960938 0.027954101562 0.068847656250 0.081054687500 +0.080566406250 0.104980468750 0.098144531250 0.116210937500 +0.129882812500 0.133789062500 0.145507812500 0.149414062500 +0.137695312500 0.155273437500 0.174804687500 0.170898437500 +0.164062500000 0.166015625000 0.127929687500 0.110839843750 +0.095214843750 0.085449218750 0.071289062500 0.051269531250 +0.016357421875 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000239372253 0.013610839844 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.013549804688 0.022827148438 0.054443359375 +0.043212890625 0.052978515625 0.065429687500 0.053955078125 +0.052001953125 0.027343750000 0.011596679688 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.019287109375 0.065429687500 0.109375000000 0.113769531250 +0.160156250000 0.143554687500 0.142578125000 0.105468750000 +0.063476562500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.004516601562 0.008728027344 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.058593750000 0.100585937500 0.156250000000 0.207031250000 +0.243164062500 0.277343750000 0.298828125000 0.289062500000 +0.265625000000 0.241210937500 0.208007812500 0.178710937500 +0.146484375000 0.113281250000 0.063476562500 0.016479492188 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.005676269531 0.043945312500 0.107910156250 0.137695312500 +0.122070312500 0.137695312500 0.111816406250 0.071289062500 +0.065429687500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.024414062500 +0.055419921875 0.107910156250 0.163085937500 0.222656250000 +0.249023437500 0.250000000000 0.273437500000 0.206054687500 +0.166992187500 0.100097656250 0.013854980469 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.045654296875 0.104003906250 +0.124023437500 0.167968750000 0.171875000000 0.171875000000 +0.141601562500 0.098632812500 0.028442382812 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.054687500000 0.102050781250 0.140625000000 +0.148437500000 0.147460937500 0.153320312500 0.135742187500 +0.094726562500 0.060546875000 0.012329101562 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.007873535156 0.104980468750 +0.143554687500 0.207031250000 0.261718750000 0.289062500000 +0.298828125000 0.291015625000 0.267578125000 0.228515625000 +0.185546875000 0.163085937500 0.138671875000 0.128906250000 +0.137695312500 0.139648437500 0.150390625000 0.135742187500 +0.161132812500 0.158203125000 0.176757812500 0.216796875000 +0.214843750000 0.232421875000 0.235351562500 0.196289062500 +0.176757812500 0.122070312500 0.064941406250 0.009277343750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.031005859375 0.087890625000 0.134765625000 0.142578125000 +0.146484375000 0.110351562500 0.074218750000 0.033935546875 +0.002319335938 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.041259765625 0.104492187500 +0.163085937500 0.202148437500 0.234375000000 0.232421875000 +0.227539062500 0.188476562500 0.140625000000 0.082519531250 +0.041259765625 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.003158569336 0.000072479248 0.020263671875 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.053466796875 0.151367187500 0.229492187500 +0.269531250000 0.330078125000 0.363281250000 0.382812500000 +0.402343750000 0.398437500000 0.380859375000 0.373046875000 +0.296875000000 0.263671875000 0.207031250000 0.175781250000 +0.137695312500 0.096679687500 0.082519531250 0.030639648438 +0.028808593750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.016113281250 0.048583984375 +0.098632812500 0.148437500000 0.190429687500 0.234375000000 +0.263671875000 0.273437500000 0.289062500000 0.294921875000 +0.291015625000 0.265625000000 0.206054687500 0.152343750000 +0.079101562500 0.007659912109 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.034667968750 +0.104003906250 0.134765625000 0.179687500000 0.173828125000 +0.157226562500 0.120605468750 0.052001953125 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.036865234375 +0.095214843750 0.128906250000 0.140625000000 0.149414062500 +0.141601562500 0.122558593750 0.102050781250 0.053222656250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.010681152344 0.030883789062 +0.050537109375 0.058837890625 0.100585937500 0.151367187500 +0.148437500000 0.213867187500 0.213867187500 0.257812500000 +0.304687500000 0.343750000000 0.367187500000 0.371093750000 +0.359375000000 0.341796875000 0.273437500000 0.227539062500 +0.125976562500 0.031250000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.034912109375 0.067382812500 0.113281250000 +0.099121093750 0.082519531250 0.050781250000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.014953613281 +0.048339843750 0.049560546875 0.033935546875 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.007751464844 0.043457031250 +0.087402343750 0.125976562500 0.137695312500 0.164062500000 +0.140625000000 0.137695312500 0.105957031250 0.073730468750 +0.015014648438 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.024658203125 +0.056396484375 0.052978515625 0.054443359375 0.045654296875 +0.010498046875 0.000093936920 0.025512695312 0.000652313232 +0.000000000000 0.006622314453 0.007690429688 0.005401611328 +0.025512695312 0.005279541016 0.000000000000 0.009277343750 +0.007293701172 0.001182556152 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.058105468750 0.092773437500 +0.155273437500 0.175781250000 0.182617187500 0.172851562500 +0.137695312500 0.033935546875 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.028320312500 0.084960937500 +0.046142578125 0.017822265625 0.007141113281 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.001953125000 +0.000000000000 0.021606445312 0.047119140625 0.039550781250 +0.042480468750 0.076660156250 0.031250000000 0.053955078125 +0.000000000000 0.000000000000 0.024780273438 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.009704589844 0.037109375000 +0.008483886719 0.024169921875 0.000000000000 0.000000000000 +0.019531250000 0.048583984375 0.042236328125 0.019531250000 +0.078125000000 0.014099121094 0.037109375000 0.088378906250 +0.023071289062 0.080078125000 0.058837890625 0.034912109375 +0.033691406250 0.001945495605 0.007110595703 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.014831542969 0.018432617188 0.028198242188 +0.085449218750 0.111328125000 0.135742187500 0.149414062500 +0.160156250000 0.139648437500 0.181640625000 0.146484375000 +0.093261718750 0.097656250000 0.007690429688 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.030395507812 0.026123046875 0.049316406250 +0.031982421875 0.010192871094 0.029296875000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.002166748047 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000261306763 0.018188476562 0.079589843750 0.076171875000 +0.097167968750 0.114746093750 0.176757812500 0.126953125000 +0.169921875000 0.143554687500 0.138671875000 0.083007812500 +0.147460937500 0.110351562500 0.083984375000 0.086914062500 +0.062988281250 0.044921875000 0.041015625000 0.035156250000 +0.049804687500 0.041503906250 0.030761718750 0.001495361328 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.009948730469 0.036376953125 0.050292968750 +0.010437011719 0.049316406250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.013549804688 +0.000000000000 0.001136779785 0.038574218750 0.046386718750 +0.017822265625 0.031005859375 0.019653320312 0.015869140625 +0.038085937500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.038085937500 +0.042968750000 0.087402343750 0.118652343750 0.089355468750 +0.136718750000 0.121093750000 0.144531250000 0.100585937500 +0.125976562500 0.114746093750 0.076660156250 0.061279296875 +0.054931640625 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.016479492188 0.025756835938 0.064941406250 0.080566406250 +0.045166015625 0.022583007812 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.013793945312 0.000000000000 0.016479492188 +0.050292968750 0.050537109375 0.111328125000 0.104492187500 +0.093261718750 0.074218750000 0.078125000000 0.092285156250 +0.095214843750 0.051269531250 0.001449584961 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.029052734375 +0.048828125000 0.021606445312 0.069824218750 0.070312500000 +0.079589843750 0.080566406250 0.050048828125 0.062500000000 +0.070312500000 0.061767578125 0.035644531250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.001296997070 0.000457763672 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.028564453125 +0.105468750000 0.136718750000 0.114746093750 0.172851562500 +0.161132812500 0.128906250000 0.117675781250 0.121582031250 +0.108398437500 0.097656250000 0.052490234375 0.000000000000 +0.016601562500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.037597656250 0.014770507812 0.060302734375 0.101562500000 +0.143554687500 0.125000000000 0.164062500000 0.125976562500 +0.156250000000 0.139648437500 0.082519531250 0.036376953125 +0.038330078125 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.010437011719 0.010681152344 0.029541015625 0.081054687500 +0.092285156250 0.105468750000 0.106445312500 0.128906250000 +0.104980468750 0.126953125000 0.081054687500 0.123046875000 +0.118652343750 0.154296875000 0.116699218750 0.104492187500 +0.062255859375 0.112304687500 0.096191406250 0.070800781250 +0.024169921875 0.005950927734 0.010925292969 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.023437500000 0.001541137695 0.049316406250 0.064453125000 +0.093750000000 0.060791015625 0.044921875000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.026977539062 +0.036376953125 0.071289062500 0.077148437500 0.052490234375 +0.063476562500 0.024536132812 0.035644531250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.012390136719 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.057128906250 0.051757812500 0.041748046875 0.034423828125 +0.027221679688 0.025024414062 0.019775390625 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.018554687500 0.007263183594 0.021484375000 +0.001411437988 0.010986328125 0.030883789062 0.004974365234 +0.046875000000 0.041259765625 0.050781250000 0.007751464844 +0.065917968750 0.012634277344 0.024536132812 0.018066406250 +0.026489257812 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.001441955566 0.019531250000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.007385253906 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.018798828125 0.035888671875 0.038330078125 0.002578735352 +0.066894531250 0.031127929688 0.029418945312 0.003997802734 +0.067871093750 0.030029296875 0.009155273438 0.000000000000 +0.016601562500 0.016845703125 0.035156250000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.014404296875 0.069335937500 0.041259765625 0.085937500000 +0.105468750000 0.063476562500 0.042480468750 0.071777343750 +0.000000000000 0.007110595703 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.012084960938 0.009399414062 0.038574218750 0.053710937500 +0.044433593750 0.049316406250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.013549804688 0.013427734375 0.000000000000 0.000000000000 +0.026489257812 0.068847656250 0.067382812500 0.065917968750 +0.038085937500 0.015014648438 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.003387451172 0.072265625000 +0.110351562500 0.136718750000 0.117675781250 0.142578125000 +0.104980468750 0.048583984375 0.013244628906 0.048828125000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.020263671875 0.019897460938 0.078613281250 +0.154296875000 0.160156250000 0.179687500000 0.223632812500 +0.203125000000 0.200195312500 0.183593750000 0.118652343750 +0.053466796875 0.018676757812 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.012878417969 +0.034667968750 0.059326171875 0.085937500000 0.110351562500 +0.105468750000 0.134765625000 0.179687500000 0.204101562500 +0.244140625000 0.277343750000 0.241210937500 0.234375000000 +0.188476562500 0.133789062500 0.026367187500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.029052734375 0.101074218750 +0.122070312500 0.134765625000 0.122558593750 0.082031250000 +0.029785156250 0.008544921875 0.012756347656 0.000000000000 +0.000000000000 0.000429153442 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.006439208984 0.102050781250 0.104003906250 +0.104492187500 0.103515625000 0.086425781250 0.018920898438 +0.001998901367 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.046142578125 0.099121093750 0.146484375000 +0.149414062500 0.157226562500 0.149414062500 0.141601562500 +0.134765625000 0.099609375000 0.093261718750 0.087890625000 +0.113769531250 0.128906250000 0.191406250000 0.230468750000 +0.265625000000 0.283203125000 0.302734375000 0.289062500000 +0.283203125000 0.215820312500 0.144531250000 0.055419921875 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.089843750000 +0.183593750000 0.253906250000 0.359375000000 0.400390625000 +0.404296875000 0.375000000000 0.347656250000 0.285156250000 +0.216796875000 0.131835937500 0.008483886719 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.055419921875 0.154296875000 0.179687500000 +0.240234375000 0.275390625000 0.298828125000 0.326171875000 +0.332031250000 0.357421875000 0.339843750000 0.322265625000 +0.300781250000 0.291015625000 0.294921875000 0.292968750000 +0.253906250000 0.269531250000 0.253906250000 0.187500000000 +0.173828125000 0.158203125000 0.110839843750 0.093261718750 +0.066894531250 0.013549804688 0.017822265625 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000709533691 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.016357421875 +0.000131607056 0.016723632812 0.004425048828 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.022583007812 0.090820312500 +0.087402343750 0.163085937500 0.219726562500 0.203125000000 +0.225585937500 0.259765625000 0.228515625000 0.225585937500 +0.209960937500 0.194335937500 0.158203125000 0.148437500000 +0.115722656250 0.113769531250 0.085449218750 0.070800781250 +0.000320434570 0.011413574219 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.077636718750 0.165039062500 0.212890625000 +0.246093750000 0.275390625000 0.289062500000 0.279296875000 +0.242187500000 0.185546875000 0.168945312500 0.074218750000 +0.061767578125 0.026733398438 0.015625000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.031738281250 0.106933593750 0.161132812500 +0.250000000000 0.289062500000 0.318359375000 0.351562500000 +0.392578125000 0.367187500000 0.320312500000 0.263671875000 +0.186523437500 0.081542968750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.029663085938 0.107421875000 +0.131835937500 0.141601562500 0.138671875000 0.062011718750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.080078125000 0.137695312500 +0.209960937500 0.261718750000 0.292968750000 0.279296875000 +0.273437500000 0.223632812500 0.126953125000 0.033203125000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.051269531250 0.049560546875 +0.113281250000 0.068359375000 0.064941406250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.025756835938 0.030273437500 0.102539062500 +0.138671875000 0.112792968750 0.116210937500 0.097167968750 +0.010314941406 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.129882812500 0.261718750000 0.324218750000 0.408203125000 +0.431640625000 0.419921875000 0.404296875000 0.341796875000 +0.314453125000 0.253906250000 0.205078125000 0.154296875000 +0.166015625000 0.139648437500 0.169921875000 0.192382812500 +0.206054687500 0.189453125000 0.243164062500 0.205078125000 +0.211914062500 0.204101562500 0.188476562500 0.088867187500 +0.048583984375 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.006042480469 0.057128906250 +0.112304687500 0.200195312500 0.217773437500 0.249023437500 +0.250000000000 0.225585937500 0.194335937500 0.191406250000 +0.173828125000 0.122070312500 0.070312500000 0.023071289062 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.049560546875 0.073242187500 0.091796875000 0.119140625000 +0.138671875000 0.152343750000 0.116699218750 0.077636718750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.026489257812 +0.073730468750 0.122070312500 0.166992187500 0.182617187500 +0.181640625000 0.150390625000 0.105957031250 0.045898437500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.025390625000 0.083007812500 0.154296875000 +0.195312500000 0.220703125000 0.277343750000 0.302734375000 +0.302734375000 0.298828125000 0.279296875000 0.230468750000 +0.191406250000 0.162109375000 0.128906250000 0.062988281250 +0.029541015625 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.010864257812 0.046875000000 +0.047851562500 0.077636718750 0.090332031250 0.118652343750 +0.110351562500 0.074218750000 0.045654296875 0.026367187500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.057128906250 0.100585937500 0.144531250000 0.193359375000 +0.180664062500 0.184570312500 0.174804687500 0.125976562500 +0.073242187500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.076660156250 0.173828125000 +0.218750000000 0.294921875000 0.339843750000 0.390625000000 +0.375000000000 0.414062500000 0.427734375000 0.437500000000 +0.412109375000 0.388671875000 0.406250000000 0.388671875000 +0.347656250000 0.343750000000 0.285156250000 0.219726562500 +0.174804687500 0.104003906250 0.054931640625 0.012634277344 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.053955078125 0.100585937500 +0.148437500000 0.200195312500 0.181640625000 0.184570312500 +0.209960937500 0.172851562500 0.151367187500 0.100097656250 +0.027465820312 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.057373046875 +0.125976562500 0.164062500000 0.190429687500 0.203125000000 +0.175781250000 0.189453125000 0.150390625000 0.125000000000 +0.116699218750 0.081054687500 0.056152343750 0.077148437500 +0.061279296875 0.060546875000 0.039550781250 0.009216308594 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.021972656250 +0.050537109375 0.097167968750 0.112304687500 0.104492187500 +0.085449218750 0.041015625000 0.010375976562 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.039550781250 0.059326171875 +0.033935546875 0.013366699219 0.022338867188 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.026123046875 0.171875000000 +0.291015625000 0.339843750000 0.396484375000 0.457031250000 +0.447265625000 0.390625000000 0.380859375000 0.353515625000 +0.265625000000 0.240234375000 0.237304687500 0.194335937500 +0.214843750000 0.246093750000 0.283203125000 0.341796875000 +0.369140625000 0.412109375000 0.429687500000 0.421875000000 +0.402343750000 0.347656250000 0.255859375000 0.151367187500 +0.033935546875 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.008117675781 +0.058105468750 0.127929687500 0.165039062500 0.174804687500 +0.142578125000 0.025390625000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.011169433594 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.020629882812 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.012878417969 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.008300781250 0.007629394531 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000166893005 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.005065917969 +0.003524780273 0.003753662109 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.010620117188 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.022949218750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.003341674805 +0.000000000000 0.056640625000 0.000000000000 0.000000000000 +0.085449218750 0.129882812500 0.155273437500 0.162109375000 +0.144531250000 0.142578125000 0.125000000000 0.141601562500 +0.142578125000 0.144531250000 0.165039062500 0.182617187500 +0.211914062500 0.241210937500 0.269531250000 0.298828125000 +0.316406250000 0.322265625000 0.298828125000 0.263671875000 +0.224609375000 0.192382812500 0.123535156250 0.064941406250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.025146484375 +0.077148437500 0.144531250000 0.199218750000 0.257812500000 +0.318359375000 0.328125000000 0.345703125000 0.382812500000 +0.369140625000 0.371093750000 0.341796875000 0.308593750000 +0.302734375000 0.296875000000 0.269531250000 0.269531250000 +0.255859375000 0.242187500000 0.248046875000 0.243164062500 +0.237304687500 0.224609375000 0.205078125000 0.187500000000 +0.142578125000 0.096191406250 0.037841796875 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.003433227539 0.049072265625 0.084472656250 +0.123046875000 0.201171875000 0.246093750000 0.308593750000 +0.371093750000 0.408203125000 0.451171875000 0.468750000000 +0.464843750000 0.470703125000 0.462890625000 0.449218750000 +0.425781250000 0.412109375000 0.390625000000 0.375000000000 +0.359375000000 0.333984375000 0.304687500000 0.242187500000 +0.197265625000 0.133789062500 0.069335937500 0.015014648438 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.014404296875 +0.064941406250 0.108398437500 0.164062500000 0.175781250000 +0.166015625000 0.133789062500 0.057373046875 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.070312500000 +0.145507812500 0.202148437500 0.238281250000 0.233398437500 +0.211914062500 0.156250000000 0.100097656250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.051513671875 0.180664062500 0.283203125000 0.363281250000 +0.400390625000 0.419921875000 0.410156250000 0.365234375000 +0.296875000000 0.205078125000 0.104003906250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.044677734375 0.108398437500 0.130859375000 +0.151367187500 0.139648437500 0.115234375000 0.072265625000 +0.017944335938 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.039306640625 0.155273437500 0.247070312500 0.322265625000 +0.398437500000 0.423828125000 0.435546875000 0.417968750000 +0.371093750000 0.304687500000 0.233398437500 0.155273437500 +0.082519531250 0.035888671875 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.021606445312 0.123046875000 0.201171875000 +0.271484375000 0.333984375000 0.349609375000 0.339843750000 +0.322265625000 0.275390625000 0.229492187500 0.161132812500 +0.080566406250 0.007049560547 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.015991210938 0.083984375000 +0.156250000000 0.226562500000 0.298828125000 0.343750000000 +0.375000000000 0.386718750000 0.402343750000 0.416015625000 +0.390625000000 0.357421875000 0.324218750000 0.291015625000 +0.241210937500 0.198242187500 0.160156250000 0.147460937500 +0.122070312500 0.109863281250 0.086914062500 0.071289062500 +0.041748046875 0.022216796875 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.001014709473 +0.015869140625 0.015991210938 0.008178710938 0.004943847656 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.032958984375 0.097167968750 +0.150390625000 0.200195312500 0.277343750000 0.322265625000 +0.357421875000 0.378906250000 0.419921875000 0.431640625000 +0.437500000000 0.427734375000 0.419921875000 0.392578125000 +0.373046875000 0.314453125000 0.269531250000 0.216796875000 +0.157226562500 0.108886718750 0.088378906250 0.042236328125 +0.018066406250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.022338867188 0.100585937500 +0.156250000000 0.175781250000 0.186523437500 0.174804687500 +0.162109375000 0.125000000000 0.087402343750 0.042968750000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.048583984375 0.095703125000 0.131835937500 +0.163085937500 0.161132812500 0.133789062500 0.107421875000 +0.072753906250 0.034912109375 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.025146484375 0.068359375000 0.111328125000 +0.177734375000 0.248046875000 0.332031250000 0.384765625000 +0.408203125000 0.419921875000 0.400390625000 0.380859375000 +0.361328125000 0.304687500000 0.230468750000 0.131835937500 +0.021484375000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.072265625000 0.163085937500 0.238281250000 0.318359375000 +0.369140625000 0.394531250000 0.404296875000 0.402343750000 +0.375000000000 0.324218750000 0.271484375000 0.199218750000 +0.155273437500 0.115722656250 0.090332031250 0.079101562500 +0.105468750000 0.101074218750 0.132812500000 0.170898437500 +0.230468750000 0.292968750000 0.361328125000 0.410156250000 +0.410156250000 0.417968750000 0.406250000000 0.367187500000 +0.306640625000 0.220703125000 0.126953125000 0.035156250000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.027465820312 0.065429687500 +0.079589843750 0.080078125000 0.053222656250 0.021118164062 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.036132812500 0.092773437500 0.118652343750 +0.131835937500 0.146484375000 0.137695312500 0.108398437500 +0.065429687500 0.016479492188 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.058593750000 +0.139648437500 0.239257812500 0.298828125000 0.357421875000 +0.388671875000 0.427734375000 0.423828125000 0.429687500000 +0.388671875000 0.337890625000 0.265625000000 0.183593750000 +0.088867187500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.048583984375 0.160156250000 0.247070312500 +0.328125000000 0.394531250000 0.433593750000 0.455078125000 +0.460937500000 0.460937500000 0.447265625000 0.439453125000 +0.431640625000 0.437500000000 0.429687500000 0.421875000000 +0.408203125000 0.365234375000 0.341796875000 0.328125000000 +0.291015625000 0.243164062500 0.218750000000 0.180664062500 +0.175781250000 0.161132812500 0.147460937500 0.147460937500 +0.157226562500 0.185546875000 0.190429687500 0.205078125000 +0.212890625000 0.210937500000 0.184570312500 0.166015625000 +0.105468750000 0.060791015625 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.022338867188 0.101074218750 0.160156250000 +0.225585937500 0.271484375000 0.281250000000 0.248046875000 +0.194335937500 0.122070312500 0.060791015625 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.013610839844 0.032714843750 +0.030639648438 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.006774902344 0.047363281250 +0.084472656250 0.077636718750 0.035400390625 0.013183593750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.058349609375 0.123535156250 0.206054687500 +0.246093750000 0.285156250000 0.306640625000 0.322265625000 +0.306640625000 0.265625000000 0.202148437500 0.121582031250 +0.001937866211 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.015625000000 0.052978515625 0.065429687500 0.092773437500 +0.111328125000 0.099121093750 0.092773437500 0.067382812500 +0.022827148438 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.034667968750 0.122558593750 +0.230468750000 0.320312500000 0.378906250000 0.416015625000 +0.445312500000 0.464843750000 0.464843750000 0.421875000000 +0.396484375000 0.339843750000 0.292968750000 0.251953125000 +0.237304687500 0.208007812500 0.203125000000 0.218750000000 +0.246093750000 0.291015625000 0.333984375000 0.369140625000 +0.412109375000 0.433593750000 0.427734375000 0.396484375000 +0.345703125000 0.265625000000 0.179687500000 0.061279296875 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.025390625000 0.083007812500 +0.125976562500 0.129882812500 0.113281250000 0.135742187500 +0.155273437500 0.133789062500 0.136718750000 0.146484375000 +0.162109375000 0.206054687500 0.239257812500 0.277343750000 +0.324218750000 0.347656250000 0.359375000000 0.375000000000 +0.349609375000 0.333984375000 0.287109375000 0.226562500000 +0.143554687500 0.055419921875 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.031982421875 0.139648437500 0.216796875000 +0.271484375000 0.324218750000 0.347656250000 0.376953125000 +0.380859375000 0.347656250000 0.316406250000 0.242187500000 +0.153320312500 0.071289062500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.021118164062 +0.102050781250 0.191406250000 0.241210937500 0.247070312500 +0.253906250000 0.239257812500 0.173828125000 0.116210937500 +0.048828125000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.011718750000 0.058349609375 +0.109375000000 0.156250000000 0.188476562500 0.200195312500 +0.210937500000 0.175781250000 0.141601562500 0.100097656250 +0.065917968750 0.020874023438 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.031005859375 0.065917968750 0.077148437500 0.061279296875 +0.025024414062 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.058837890625 +0.079101562500 0.080078125000 0.070312500000 0.032714843750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.024047851562 0.056152343750 0.082031250000 +0.088378906250 0.105468750000 0.080566406250 0.062011718750 +0.018188476562 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.007568359375 0.081542968750 0.123046875000 0.192382812500 +0.261718750000 0.310546875000 0.349609375000 0.373046875000 +0.396484375000 0.412109375000 0.402343750000 0.398437500000 +0.392578125000 0.392578125000 0.394531250000 0.419921875000 +0.435546875000 0.455078125000 0.472656250000 0.492187500000 +0.478515625000 0.458984375000 0.431640625000 0.365234375000 +0.289062500000 0.173828125000 0.055419921875 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.058593750000 +0.180664062500 0.261718750000 0.337890625000 0.380859375000 +0.390625000000 0.333984375000 0.259765625000 0.160156250000 +0.029296875000 0.045898437500 0.053222656250 0.033935546875 +0.050781250000 0.052978515625 0.043701171875 0.027221679688 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.022583007812 0.076660156250 0.131835937500 +0.179687500000 0.217773437500 0.214843750000 0.228515625000 +0.219726562500 0.204101562500 0.171875000000 0.145507812500 +0.146484375000 0.103027343750 0.100585937500 0.103515625000 +0.099609375000 0.105957031250 0.119140625000 0.123046875000 +0.137695312500 0.151367187500 0.129882812500 0.120117187500 +0.097656250000 0.063476562500 0.026855468750 0.002914428711 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.015625000000 +0.046875000000 0.076171875000 0.110839843750 0.147460937500 +0.138671875000 0.152343750000 0.128906250000 0.105957031250 +0.063476562500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.083984375000 0.135742187500 0.193359375000 +0.221679687500 0.246093750000 0.263671875000 0.259765625000 +0.253906250000 0.231445312500 0.211914062500 0.174804687500 +0.145507812500 0.111816406250 0.061279296875 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.022338867188 +0.033447265625 0.031738281250 0.054199218750 0.025512695312 +0.028442382812 0.010253906250 0.015625000000 0.000000000000 +0.000000000000 0.000679016113 0.000000000000 0.000000000000 +0.012634277344 0.000000000000 0.004608154297 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.021484375000 0.031127929688 0.062255859375 +0.077636718750 0.079101562500 0.106933593750 0.114746093750 +0.146484375000 0.156250000000 0.186523437500 0.228515625000 +0.273437500000 0.318359375000 0.345703125000 0.380859375000 +0.416015625000 0.408203125000 0.394531250000 0.361328125000 +0.341796875000 0.279296875000 0.186523437500 0.099609375000 +0.026000976562 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.031250000000 +0.062988281250 0.097656250000 0.156250000000 0.238281250000 +0.302734375000 0.300781250000 0.314453125000 0.333984375000 +0.328125000000 0.279296875000 0.219726562500 0.184570312500 +0.129882812500 0.079101562500 0.002044677734 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.023193359375 0.065917968750 +0.106445312500 0.130859375000 0.166015625000 0.215820312500 +0.218750000000 0.241210937500 0.233398437500 0.250000000000 +0.253906250000 0.275390625000 0.279296875000 0.277343750000 +0.261718750000 0.267578125000 0.287109375000 0.277343750000 +0.265625000000 0.239257812500 0.253906250000 0.233398437500 +0.207031250000 0.175781250000 0.180664062500 0.153320312500 +0.167968750000 0.150390625000 0.159179687500 0.160156250000 +0.187500000000 0.187500000000 0.218750000000 0.228515625000 +0.233398437500 0.240234375000 0.227539062500 0.263671875000 +0.234375000000 0.212890625000 0.172851562500 0.148437500000 +0.101562500000 0.059326171875 0.000094413757 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.014892578125 0.039062500000 0.083984375000 0.135742187500 +0.168945312500 0.189453125000 0.200195312500 0.200195312500 +0.181640625000 0.164062500000 0.133789062500 0.088378906250 +0.025146484375 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.023681640625 +0.070800781250 0.101562500000 0.155273437500 0.197265625000 +0.208984375000 0.194335937500 0.198242187500 0.210937500000 +0.166015625000 0.164062500000 0.138671875000 0.112792968750 +0.067871093750 0.074218750000 0.042968750000 0.043945312500 +0.000000000000 0.017333984375 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.035644531250 +0.114746093750 0.192382812500 0.242187500000 0.279296875000 +0.277343750000 0.283203125000 0.310546875000 0.298828125000 +0.291015625000 0.235351562500 0.233398437500 0.191406250000 +0.174804687500 0.130859375000 0.125976562500 0.066406250000 +0.029541015625 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.020507812500 +0.063476562500 0.094238281250 0.143554687500 0.187500000000 +0.242187500000 0.265625000000 0.259765625000 0.253906250000 +0.255859375000 0.243164062500 0.202148437500 0.149414062500 +0.097167968750 0.016357421875 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.028564453125 0.065917968750 0.082519531250 0.077636718750 +0.045898437500 0.015014648438 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.020263671875 0.072265625000 0.130859375000 +0.159179687500 0.170898437500 0.150390625000 0.136718750000 +0.106933593750 0.092773437500 0.058105468750 0.000394821167 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.003204345703 0.046386718750 0.076171875000 0.101562500000 +0.134765625000 0.129882812500 0.167968750000 0.139648437500 +0.127929687500 0.082519531250 0.039794921875 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.065917968750 0.133789062500 0.188476562500 0.200195312500 +0.219726562500 0.224609375000 0.192382812500 0.182617187500 +0.125000000000 0.056884765625 0.020385742188 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.010253906250 0.085449218750 0.153320312500 +0.200195312500 0.273437500000 0.308593750000 0.292968750000 +0.289062500000 0.257812500000 0.230468750000 0.174804687500 +0.138671875000 0.100585937500 0.092285156250 0.062988281250 +0.091796875000 0.087402343750 0.130859375000 0.127929687500 +0.165039062500 0.167968750000 0.192382812500 0.187500000000 +0.146484375000 0.103515625000 0.087402343750 0.031005859375 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.003280639648 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.001594543457 0.024536132812 0.063964843750 0.100097656250 +0.107910156250 0.144531250000 0.155273437500 0.184570312500 +0.190429687500 0.212890625000 0.223632812500 0.245117187500 +0.239257812500 0.248046875000 0.217773437500 0.225585937500 +0.226562500000 0.224609375000 0.210937500000 0.189453125000 +0.199218750000 0.194335937500 0.206054687500 0.206054687500 +0.224609375000 0.236328125000 0.231445312500 0.216796875000 +0.209960937500 0.201171875000 0.175781250000 0.121582031250 +0.071289062500 0.028930664062 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.005279541016 0.023071289062 0.067871093750 0.089355468750 +0.125000000000 0.108886718750 0.125000000000 0.097167968750 +0.078613281250 0.036376953125 0.024780273438 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.057861328125 +0.110839843750 0.176757812500 0.227539062500 0.263671875000 +0.298828125000 0.324218750000 0.341796875000 0.363281250000 +0.373046875000 0.361328125000 0.361328125000 0.339843750000 +0.328125000000 0.310546875000 0.296875000000 0.265625000000 +0.242187500000 0.230468750000 0.208984375000 0.167968750000 +0.140625000000 0.125976562500 0.098144531250 0.080566406250 +0.056396484375 0.063476562500 0.050781250000 0.034912109375 +0.004150390625 0.005187988281 0.001762390137 0.004608154297 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.013122558594 0.050292968750 0.066406250000 0.085449218750 +0.094726562500 0.097167968750 0.071777343750 0.049804687500 +0.000568389893 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000186920166 +0.071777343750 0.160156250000 0.214843750000 0.287109375000 +0.318359375000 0.369140625000 0.410156250000 0.439453125000 +0.431640625000 0.408203125000 0.410156250000 0.412109375000 +0.375000000000 0.343750000000 0.308593750000 0.285156250000 +0.250000000000 0.206054687500 0.183593750000 0.139648437500 +0.112792968750 0.089843750000 0.074707031250 0.038085937500 +0.038574218750 0.023193359375 0.047119140625 0.040771484375 +0.052246093750 0.067871093750 0.099121093750 0.111816406250 +0.133789062500 0.151367187500 0.167968750000 0.166992187500 +0.166992187500 0.166015625000 0.154296875000 0.111328125000 +0.062988281250 0.063964843750 0.024169921875 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.028198242188 0.062500000000 0.078613281250 0.108886718750 +0.159179687500 0.189453125000 0.200195312500 0.212890625000 +0.233398437500 0.232421875000 0.209960937500 0.202148437500 +0.188476562500 0.182617187500 0.145507812500 0.115234375000 +0.099609375000 0.054199218750 0.014221191406 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.032958984375 +0.067382812500 0.101074218750 0.125000000000 0.143554687500 +0.170898437500 0.159179687500 0.163085937500 0.152343750000 +0.127929687500 0.105468750000 0.090820312500 0.095214843750 +0.092285156250 0.087890625000 0.092773437500 0.081054687500 +0.109375000000 0.113769531250 0.118652343750 0.077148437500 +0.059814453125 0.002731323242 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.054931640625 0.142578125000 0.212890625000 0.273437500000 +0.337890625000 0.367187500000 0.353515625000 0.347656250000 +0.333984375000 0.283203125000 0.239257812500 0.205078125000 +0.190429687500 0.143554687500 0.144531250000 0.152343750000 +0.162109375000 0.188476562500 0.225585937500 0.257812500000 +0.271484375000 0.279296875000 0.283203125000 0.285156250000 +0.250000000000 0.193359375000 0.149414062500 0.063476562500 +0.006408691406 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.007812500000 +0.050537109375 0.084960937500 0.074218750000 0.085449218750 +0.053955078125 0.014587402344 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.035888671875 0.027099609375 0.023925781250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.020751953125 0.033691406250 0.089843750000 0.088867187500 +0.132812500000 0.127929687500 0.063476562500 0.081542968750 +0.026489257812 0.053710937500 0.011291503906 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.022460937500 0.063476562500 0.056640625000 +0.061279296875 0.005706787109 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.025390625000 0.056152343750 0.131835937500 +0.148437500000 0.090820312500 0.066406250000 0.001106262207 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.045410156250 0.084472656250 +0.161132812500 0.138671875000 0.150390625000 0.092285156250 +0.051513671875 0.006439208984 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.080566406250 0.134765625000 +0.128906250000 0.132812500000 0.072753906250 0.022216796875 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.066894531250 0.114257812500 0.131835937500 +0.135742187500 0.125976562500 0.134765625000 0.145507812500 +0.117187500000 0.082519531250 0.024047851562 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.007476806641 0.019897460938 0.009338378906 0.010803222656 +0.002059936523 0.005126953125 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.031738281250 +0.093261718750 0.069824218750 0.055175781250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.002349853516 0.085937500000 0.149414062500 0.192382812500 +0.152343750000 0.107421875000 0.074218750000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.047607421875 0.080078125000 0.116210937500 +0.056884765625 0.041992187500 0.005035400391 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.015441894531 0.020385742188 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000556945801 0.104492187500 0.116699218750 +0.188476562500 0.167968750000 0.119140625000 0.084960937500 +0.041748046875 0.015319824219 0.000000000000 0.000000000000 +0.009765625000 0.021850585938 0.063964843750 0.069335937500 +0.082031250000 0.078613281250 0.000394821167 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.052490234375 +0.093750000000 0.114257812500 0.092285156250 0.016235351562 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.010986328125 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.015747070312 0.040771484375 0.053222656250 +0.043701171875 0.030029296875 0.018798828125 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.034423828125 0.085937500000 +0.115722656250 0.100585937500 0.039306640625 0.005401611328 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.012878417969 0.092773437500 +0.093261718750 0.086425781250 0.054199218750 0.024780273438 +0.034667968750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.039306640625 0.020507812500 0.029663085938 0.043212890625 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.007415771484 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.021362304688 0.105468750000 0.116699218750 0.110351562500 +0.083496093750 0.001258850098 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.013000488281 0.018676757812 0.055908203125 +0.059326171875 0.077636718750 0.063476562500 0.032470703125 +0.064453125000 0.031738281250 0.015197753906 0.043945312500 +0.029052734375 0.047119140625 0.063964843750 0.102050781250 +0.131835937500 0.189453125000 0.165039062500 0.159179687500 +0.120117187500 0.069824218750 0.062255859375 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.038818359375 0.071777343750 0.130859375000 0.119628906250 +0.094726562500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.034179687500 +0.054443359375 0.077636718750 0.085937500000 0.115722656250 +0.120117187500 0.134765625000 0.153320312500 0.180664062500 +0.190429687500 0.204101562500 0.220703125000 0.215820312500 +0.223632812500 0.241210937500 0.217773437500 0.208007812500 +0.205078125000 0.176757812500 0.144531250000 0.126953125000 +0.076660156250 0.028808593750 0.026855468750 0.019531250000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.097167968750 0.172851562500 0.285156250000 0.345703125000 +0.396484375000 0.392578125000 0.400390625000 0.355468750000 +0.285156250000 0.208007812500 0.109375000000 0.013183593750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.005584716797 0.000000000000 0.041992187500 +0.055419921875 0.037841796875 0.035400390625 0.049560546875 +0.061523437500 0.046630859375 0.040527343750 0.039306640625 +0.068847656250 0.061035156250 0.076171875000 0.083007812500 +0.095214843750 0.098632812500 0.116699218750 0.117675781250 +0.083496093750 0.055419921875 0.016723632812 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.010742187500 0.017211914062 0.035644531250 +0.012145996094 0.061035156250 0.033935546875 0.049804687500 +0.040527343750 0.058349609375 0.061523437500 0.074707031250 +0.075683593750 0.101074218750 0.136718750000 0.136718750000 +0.158203125000 0.202148437500 0.204101562500 0.230468750000 +0.261718750000 0.298828125000 0.322265625000 0.318359375000 +0.384765625000 0.371093750000 0.384765625000 0.388671875000 +0.355468750000 0.347656250000 0.308593750000 0.253906250000 +0.195312500000 0.108886718750 0.070312500000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.074707031250 0.170898437500 +0.231445312500 0.300781250000 0.343750000000 0.349609375000 +0.347656250000 0.349609375000 0.316406250000 0.302734375000 +0.287109375000 0.267578125000 0.251953125000 0.253906250000 +0.226562500000 0.210937500000 0.218750000000 0.232421875000 +0.230468750000 0.238281250000 0.207031250000 0.223632812500 +0.196289062500 0.194335937500 0.198242187500 0.199218750000 +0.181640625000 0.197265625000 0.190429687500 0.166992187500 +0.166015625000 0.132812500000 0.110839843750 0.009460449219 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.011413574219 0.055664062500 0.050781250000 +0.025024414062 0.007812500000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.041992187500 +0.078125000000 0.122558593750 0.184570312500 0.208007812500 +0.209960937500 0.267578125000 0.267578125000 0.267578125000 +0.285156250000 0.285156250000 0.271484375000 0.259765625000 +0.277343750000 0.245117187500 0.236328125000 0.227539062500 +0.212890625000 0.185546875000 0.169921875000 0.144531250000 +0.125976562500 0.104492187500 0.087890625000 0.025390625000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.059570312500 +0.104492187500 0.164062500000 0.194335937500 0.237304687500 +0.243164062500 0.249023437500 0.226562500000 0.192382812500 +0.152343750000 0.086914062500 0.012634277344 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.030517578125 0.056884765625 0.091796875000 0.154296875000 +0.200195312500 0.242187500000 0.253906250000 0.273437500000 +0.312500000000 0.269531250000 0.248046875000 0.201171875000 +0.151367187500 0.060791015625 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.015197753906 0.064453125000 0.075195312500 +0.121582031250 0.162109375000 0.200195312500 0.209960937500 +0.208984375000 0.206054687500 0.177734375000 0.157226562500 +0.115722656250 0.060058593750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.011596679688 +0.099609375000 0.197265625000 0.277343750000 0.333984375000 +0.382812500000 0.386718750000 0.359375000000 0.306640625000 +0.277343750000 0.186523437500 0.111328125000 0.029907226562 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.002243041992 0.037353515625 0.105957031250 +0.152343750000 0.204101562500 0.227539062500 0.214843750000 +0.199218750000 0.170898437500 0.096679687500 0.002502441406 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.058593750000 0.114746093750 +0.172851562500 0.251953125000 0.273437500000 0.312500000000 +0.349609375000 0.380859375000 0.394531250000 0.353515625000 +0.355468750000 0.343750000000 0.259765625000 0.227539062500 +0.173828125000 0.064941406250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.013549804688 0.021118164062 0.036376953125 +0.001495361328 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.002593994141 0.041259765625 +0.048828125000 0.117675781250 0.175781250000 0.233398437500 +0.263671875000 0.335937500000 0.375000000000 0.392578125000 +0.359375000000 0.314453125000 0.273437500000 0.199218750000 +0.110839843750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.019775390625 0.051513671875 +0.053955078125 0.058837890625 0.057373046875 0.035644531250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.014099121094 0.102050781250 0.172851562500 0.221679687500 +0.287109375000 0.343750000000 0.371093750000 0.378906250000 +0.384765625000 0.384765625000 0.351562500000 0.337890625000 +0.320312500000 0.261718750000 0.250000000000 0.211914062500 +0.197265625000 0.139648437500 0.113281250000 0.086914062500 +0.044921875000 0.012145996094 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.048583984375 0.077148437500 0.115234375000 0.117675781250 +0.135742187500 0.091796875000 0.096679687500 0.057373046875 +0.046630859375 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.040039062500 0.090820312500 0.109375000000 0.102539062500 +0.105468750000 0.106445312500 0.106445312500 0.082519531250 +0.085449218750 0.095214843750 0.087402343750 0.114257812500 +0.103027343750 0.180664062500 0.149414062500 0.193359375000 +0.221679687500 0.257812500000 0.273437500000 0.251953125000 +0.250000000000 0.263671875000 0.208984375000 0.146484375000 +0.095703125000 0.052001953125 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.036865234375 +0.111328125000 0.165039062500 0.215820312500 0.211914062500 +0.194335937500 0.149414062500 0.077148437500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.033447265625 +0.065429687500 0.106933593750 0.137695312500 0.095703125000 +0.132812500000 0.102050781250 0.104492187500 0.066406250000 +0.048583984375 0.057617187500 0.034912109375 0.034179687500 +0.064941406250 0.058105468750 0.100097656250 0.111328125000 +0.095703125000 0.074707031250 0.064453125000 0.038085937500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000503540039 0.042724609375 +0.088867187500 0.131835937500 0.132812500000 0.130859375000 +0.136718750000 0.115722656250 0.103027343750 0.070312500000 +0.042724609375 0.033691406250 0.008300781250 0.002746582031 +0.000000000000 0.000000000000 0.000000000000 0.006774902344 +0.045410156250 0.024902343750 0.091308593750 0.072753906250 +0.059326171875 0.041259765625 0.025512695312 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000431060791 0.081054687500 0.121582031250 0.203125000000 +0.269531250000 0.287109375000 0.302734375000 0.298828125000 +0.261718750000 0.221679687500 0.145507812500 0.044433593750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.035156250000 0.113281250000 +0.167968750000 0.203125000000 0.218750000000 0.179687500000 +0.124023437500 0.041503906250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.004943847656 0.018310546875 +0.000000000000 0.031494140625 0.028564453125 0.016357421875 +0.021240234375 0.002243041992 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.041259765625 0.091796875000 0.139648437500 0.164062500000 +0.181640625000 0.149414062500 0.154296875000 0.109863281250 +0.086914062500 0.081542968750 0.061767578125 0.023193359375 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.001152038574 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.021240234375 0.063964843750 +0.067382812500 0.091308593750 0.042724609375 0.026367187500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.001281738281 +0.061035156250 0.109863281250 0.112304687500 0.085937500000 +0.072265625000 0.021606445312 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.053466796875 +0.125000000000 0.167968750000 0.191406250000 0.219726562500 +0.236328125000 0.197265625000 0.178710937500 0.136718750000 +0.112304687500 0.017578125000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000452041626 +0.067871093750 0.123046875000 0.222656250000 0.225585937500 +0.269531250000 0.242187500000 0.227539062500 0.199218750000 +0.172851562500 0.125000000000 0.094238281250 0.011108398438 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.041259765625 0.101562500000 +0.132812500000 0.170898437500 0.186523437500 0.191406250000 +0.145507812500 0.119140625000 0.014404296875 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.054931640625 0.081054687500 0.101562500000 0.088867187500 +0.062500000000 0.003417968750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.062011718750 0.112304687500 +0.134765625000 0.166992187500 0.157226562500 0.155273437500 +0.156250000000 0.161132812500 0.144531250000 0.117187500000 +0.096679687500 0.046875000000 0.003860473633 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.030273437500 +0.061035156250 0.086914062500 0.154296875000 0.202148437500 +0.190429687500 0.251953125000 0.287109375000 0.292968750000 +0.251953125000 0.221679687500 0.191406250000 0.114746093750 +0.025268554688 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.036621093750 +0.079589843750 0.107421875000 0.127929687500 0.097167968750 +0.028564453125 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.019653320312 +0.059814453125 0.097656250000 0.114746093750 0.163085937500 +0.150390625000 0.198242187500 0.219726562500 0.198242187500 +0.199218750000 0.168945312500 0.148437500000 0.125976562500 +0.101562500000 0.065429687500 0.059082031250 0.040039062500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.010681152344 0.069335937500 +0.074218750000 0.126953125000 0.188476562500 0.208984375000 +0.218750000000 0.255859375000 0.261718750000 0.251953125000 +0.253906250000 0.232421875000 0.173828125000 0.109375000000 +0.055908203125 0.028076171875 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.013488769531 0.072265625000 +0.122070312500 0.151367187500 0.160156250000 0.139648437500 +0.107421875000 0.083496093750 0.071777343750 0.017822265625 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.008972167969 0.068359375000 0.076171875000 +0.159179687500 0.146484375000 0.124511718750 0.130859375000 +0.068359375000 0.045410156250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000404357910 0.015991210938 +0.051269531250 0.086914062500 0.081054687500 0.062988281250 +0.019653320312 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.100097656250 +0.177734375000 0.273437500000 0.328125000000 0.376953125000 +0.369140625000 0.353515625000 0.306640625000 0.250000000000 +0.181640625000 0.078125000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000242233276 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.020751953125 +0.094726562500 0.146484375000 0.190429687500 0.172851562500 +0.147460937500 0.089843750000 0.025268554688 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.024902343750 0.023193359375 0.000000000000 +0.001556396484 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.014709472656 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.009277343750 0.104980468750 +0.173828125000 0.232421875000 0.275390625000 0.277343750000 +0.263671875000 0.261718750000 0.185546875000 0.122070312500 +0.051513671875 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.036132812500 0.042724609375 0.053466796875 +0.084472656250 0.100585937500 0.116699218750 0.148437500000 +0.162109375000 0.195312500000 0.207031250000 0.224609375000 +0.259765625000 0.255859375000 0.300781250000 0.316406250000 +0.298828125000 0.308593750000 0.261718750000 0.223632812500 +0.179687500000 0.119140625000 0.066406250000 0.012268066406 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.002609252930 +0.071777343750 0.111816406250 0.150390625000 0.149414062500 +0.141601562500 0.081542968750 0.031250000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.013366699219 0.049804687500 0.068847656250 0.104003906250 +0.080566406250 0.054199218750 0.011535644531 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.003326416016 0.010437011719 0.028808593750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.112792968750 0.222656250000 0.263671875000 +0.330078125000 0.359375000000 0.341796875000 0.318359375000 +0.292968750000 0.236328125000 0.168945312500 0.116699218750 +0.044433593750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.027343750000 0.062988281250 0.078613281250 +0.095703125000 0.126953125000 0.136718750000 0.116210937500 +0.140625000000 0.102050781250 0.048828125000 0.023193359375 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.019897460938 0.045410156250 +0.101562500000 0.130859375000 0.153320312500 0.179687500000 +0.175781250000 0.178710937500 0.178710937500 0.181640625000 +0.160156250000 0.137695312500 0.044433593750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.048583984375 0.096679687500 +0.143554687500 0.188476562500 0.171875000000 0.165039062500 +0.125976562500 0.092773437500 0.049072265625 0.005828857422 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.019042968750 0.079101562500 +0.149414062500 0.168945312500 0.171875000000 0.168945312500 +0.137695312500 0.114746093750 0.045166015625 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.059326171875 +0.079101562500 0.138671875000 0.184570312500 0.220703125000 +0.250000000000 0.265625000000 0.248046875000 0.259765625000 +0.245117187500 0.275390625000 0.255859375000 0.296875000000 +0.259765625000 0.231445312500 0.200195312500 0.166015625000 +0.112304687500 0.044189453125 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.029907226562 0.094238281250 +0.170898437500 0.216796875000 0.211914062500 0.231445312500 +0.199218750000 0.144531250000 0.118652343750 0.061523437500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.002258300781 0.014526367188 +0.016723632812 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.050781250000 +0.089843750000 0.175781250000 0.218750000000 0.244140625000 +0.257812500000 0.211914062500 0.143554687500 0.084960937500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.020507812500 0.082519531250 0.130859375000 +0.101074218750 0.040283203125 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.039794921875 +0.083984375000 0.113281250000 0.161132812500 0.156250000000 +0.167968750000 0.189453125000 0.198242187500 0.176757812500 +0.213867187500 0.204101562500 0.190429687500 0.170898437500 +0.166992187500 0.123535156250 0.127929687500 0.145507812500 +0.105468750000 0.088378906250 0.073242187500 0.028076171875 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.003295898438 0.126953125000 0.189453125000 0.239257812500 +0.279296875000 0.314453125000 0.277343750000 0.255859375000 +0.183593750000 0.083496093750 0.011901855469 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.030029296875 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.001380920410 0.049316406250 +0.058105468750 0.113281250000 0.141601562500 0.192382812500 +0.177734375000 0.191406250000 0.177734375000 0.170898437500 +0.113769531250 0.062988281250 0.015869140625 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.067871093750 0.102539062500 0.155273437500 0.160156250000 +0.155273437500 0.122558593750 0.141601562500 0.115234375000 +0.140625000000 0.104003906250 0.114746093750 0.058837890625 +0.065429687500 0.051757812500 0.031738281250 0.048339843750 +0.044677734375 0.029174804688 0.028198242188 0.052246093750 +0.055908203125 0.081054687500 0.133789062500 0.191406250000 +0.192382812500 0.248046875000 0.283203125000 0.279296875000 +0.292968750000 0.287109375000 0.253906250000 0.214843750000 +0.149414062500 0.087890625000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.037597656250 0.124023437500 0.171875000000 +0.241210937500 0.273437500000 0.302734375000 0.312500000000 +0.316406250000 0.265625000000 0.259765625000 0.233398437500 +0.217773437500 0.219726562500 0.209960937500 0.193359375000 +0.191406250000 0.162109375000 0.136718750000 0.137695312500 +0.147460937500 0.131835937500 0.163085937500 0.115234375000 +0.093261718750 0.077148437500 0.101562500000 0.106933593750 +0.152343750000 0.157226562500 0.191406250000 0.172851562500 +0.160156250000 0.190429687500 0.146484375000 0.115722656250 +0.018798828125 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.002136230469 0.067382812500 0.068847656250 0.092285156250 +0.064941406250 0.033203125000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.012939453125 +0.001190185547 0.060058593750 0.106933593750 0.083007812500 +0.118164062500 0.165039062500 0.135742187500 0.155273437500 +0.189453125000 0.161132812500 0.133789062500 0.154296875000 +0.135742187500 0.126953125000 0.118164062500 0.115234375000 +0.087402343750 0.093261718750 0.101074218750 0.096191406250 +0.083007812500 0.096191406250 0.088378906250 0.083007812500 +0.084472656250 0.093750000000 0.087402343750 0.087402343750 +0.060546875000 0.036621093750 0.002990722656 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.002456665039 0.017211914062 +0.063964843750 0.095703125000 0.129882812500 0.122558593750 +0.160156250000 0.145507812500 0.154296875000 0.118164062500 +0.103515625000 0.062500000000 0.001541137695 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.022949218750 0.026489257812 0.071777343750 +0.089355468750 0.130859375000 0.176757812500 0.205078125000 +0.184570312500 0.193359375000 0.162109375000 0.140625000000 +0.084960937500 0.052978515625 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.025756835938 0.054443359375 0.087402343750 +0.117675781250 0.122558593750 0.091796875000 0.066894531250 +0.061279296875 0.047363281250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.116699218750 0.208007812500 0.287109375000 0.351562500000 +0.365234375000 0.390625000000 0.388671875000 0.361328125000 +0.257812500000 0.220703125000 0.118652343750 0.052001953125 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.028686523438 0.071777343750 0.108886718750 +0.095703125000 0.070312500000 0.008911132812 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.028320312500 0.025146484375 0.011596679688 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.008666992188 0.062988281250 +0.109863281250 0.181640625000 0.226562500000 0.245117187500 +0.298828125000 0.298828125000 0.265625000000 0.285156250000 +0.255859375000 0.176757812500 0.136718750000 0.079101562500 +0.020507812500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.014648437500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.010925292969 0.082031250000 +0.183593750000 0.226562500000 0.304687500000 0.326171875000 +0.330078125000 0.306640625000 0.237304687500 0.166992187500 +0.106933593750 0.014953613281 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.006408691406 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.050048828125 0.110351562500 0.167968750000 0.238281250000 +0.292968750000 0.308593750000 0.298828125000 0.326171875000 +0.300781250000 0.281250000000 0.251953125000 0.253906250000 +0.219726562500 0.221679687500 0.199218750000 0.184570312500 +0.165039062500 0.190429687500 0.146484375000 0.142578125000 +0.121093750000 0.083496093750 0.057861328125 0.011413574219 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.058105468750 +0.097167968750 0.150390625000 0.149414062500 0.180664062500 +0.138671875000 0.118164062500 0.065429687500 0.027099609375 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.072265625000 0.122070312500 0.174804687500 0.226562500000 +0.237304687500 0.205078125000 0.209960937500 0.196289062500 +0.200195312500 0.154296875000 0.157226562500 0.139648437500 +0.138671875000 0.093750000000 0.144531250000 0.120605468750 +0.127929687500 0.132812500000 0.159179687500 0.159179687500 +0.169921875000 0.135742187500 0.117675781250 0.100585937500 +0.053710937500 0.002944946289 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.002304077148 +0.025024414062 0.049560546875 0.077148437500 0.099609375000 +0.074218750000 0.041992187500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.058837890625 +0.129882812500 0.186523437500 0.228515625000 0.239257812500 +0.208007812500 0.166015625000 0.093261718750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.007537841797 0.020263671875 +0.046142578125 0.005371093750 0.004089355469 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.056640625000 0.063964843750 0.106933593750 0.141601562500 +0.100097656250 0.119628906250 0.102539062500 0.145507812500 +0.126953125000 0.109863281250 0.106445312500 0.128906250000 +0.133789062500 0.184570312500 0.203125000000 0.212890625000 +0.203125000000 0.186523437500 0.111328125000 0.071777343750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.011657714844 0.051757812500 0.060791015625 +0.053222656250 0.052978515625 0.038330078125 0.007476806641 +0.012207031250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.051513671875 0.070800781250 0.105957031250 +0.131835937500 0.104980468750 0.061035156250 0.064453125000 +0.009338378906 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.054199218750 0.098144531250 +0.153320312500 0.197265625000 0.224609375000 0.207031250000 +0.201171875000 0.154296875000 0.118652343750 0.062011718750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.061767578125 0.146484375000 +0.222656250000 0.228515625000 0.228515625000 0.186523437500 +0.110351562500 0.010009765625 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.060546875000 0.142578125000 0.137695312500 +0.117675781250 0.092773437500 0.052978515625 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.060058593750 0.021118164062 +0.026733398438 0.072265625000 0.000000000000 0.002517700195 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.022216796875 0.083007812500 0.067382812500 0.079101562500 +0.082031250000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.039306640625 0.033447265625 +0.122558593750 0.116699218750 0.129882812500 0.125976562500 +0.057128906250 0.098144531250 0.063476562500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.030517578125 0.081054687500 0.133789062500 +0.120605468750 0.078613281250 0.000541687012 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.008850097656 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.039062500000 +0.101074218750 0.086425781250 0.139648437500 0.128906250000 +0.121093750000 0.108398437500 0.057617187500 0.035156250000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.031005859375 +0.026611328125 0.034667968750 0.066406250000 0.064453125000 +0.032958984375 0.028076171875 0.008361816406 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.007080078125 +0.031250000000 0.037597656250 0.055664062500 0.078125000000 +0.051025390625 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.081542968750 +0.063964843750 0.027465820312 0.091796875000 0.020141601562 +0.032958984375 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.035644531250 0.070312500000 0.130859375000 +0.132812500000 0.081054687500 0.052734375000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.066894531250 0.128906250000 +0.166992187500 0.222656250000 0.201171875000 0.273437500000 +0.247070312500 0.196289062500 0.074707031250 0.029296875000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.024780273438 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.004394531250 0.028198242188 0.074707031250 +0.126953125000 0.062011718750 0.093261718750 0.059814453125 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.050781250000 0.065429687500 0.070312500000 0.048828125000 +0.089355468750 0.090332031250 0.064941406250 0.060302734375 +0.048583984375 0.113769531250 0.123046875000 0.065429687500 +0.054687500000 0.022216796875 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.022949218750 +0.039062500000 0.041015625000 0.020385742188 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.043457031250 0.091308593750 0.131835937500 0.079101562500 +0.075683593750 0.050781250000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.042236328125 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.006439208984 0.090820312500 0.017578125000 0.012390136719 +0.009582519531 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.025024414062 0.019165039062 0.025268554688 +0.026855468750 0.011474609375 0.005371093750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.001251220703 0.025634765625 +0.010803222656 0.062988281250 0.031738281250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.056640625000 0.062500000000 0.069824218750 0.077636718750 +0.052734375000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.055908203125 0.112792968750 0.099121093750 0.139648437500 +0.108886718750 0.100097656250 0.054687500000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.047363281250 +0.002319335938 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.082519531250 0.131835937500 0.186523437500 0.198242187500 +0.181640625000 0.153320312500 0.133789062500 0.084472656250 +0.044189453125 0.006011962891 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.012634277344 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.007171630859 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000766754150 +0.012512207031 0.049804687500 0.073730468750 0.038818359375 +0.039062500000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.023315429688 0.045654296875 0.099609375000 +0.137695312500 0.154296875000 0.208007812500 0.201171875000 +0.190429687500 0.186523437500 0.156250000000 0.121582031250 +0.120117187500 0.094726562500 0.035156250000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.043701171875 0.070312500000 0.095214843750 +0.105957031250 0.066406250000 0.031494140625 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.015502929688 0.016235351562 0.001678466797 0.024658203125 +0.026855468750 0.020996093750 0.053710937500 0.043701171875 +0.027465820312 0.023071289062 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.012878417969 0.064941406250 +0.080566406250 0.124511718750 0.163085937500 0.195312500000 +0.234375000000 0.253906250000 0.257812500000 0.222656250000 +0.191406250000 0.146484375000 0.066406250000 0.013183593750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.017333984375 +0.012939453125 0.032470703125 0.088867187500 0.093750000000 +0.134765625000 0.155273437500 0.130859375000 0.130859375000 +0.116210937500 0.081542968750 0.057617187500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.025756835938 0.056152343750 0.076660156250 0.086914062500 +0.058349609375 0.046386718750 0.019287109375 0.000000000000 +0.015502929688 0.000000000000 0.004791259766 0.000057220459 +0.006072998047 0.020263671875 0.039306640625 0.054199218750 +0.077148437500 0.072753906250 0.077636718750 0.057373046875 +0.024414062500 0.014221191406 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.012023925781 0.040039062500 0.083496093750 0.104492187500 +0.112792968750 0.154296875000 0.129882812500 0.165039062500 +0.152343750000 0.140625000000 0.150390625000 0.088867187500 +0.074707031250 0.030517578125 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.027709960938 +0.031250000000 0.047119140625 0.096191406250 0.103515625000 +0.128906250000 0.162109375000 0.154296875000 0.149414062500 +0.150390625000 0.132812500000 0.107910156250 0.036376953125 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.010925292969 +0.080566406250 0.126953125000 0.158203125000 0.165039062500 +0.146484375000 0.117187500000 0.083984375000 0.054687500000 +0.001533508301 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.007080078125 +0.101074218750 0.114257812500 0.132812500000 0.158203125000 +0.124023437500 0.137695312500 0.131835937500 0.118164062500 +0.109375000000 0.071777343750 0.049072265625 0.045166015625 +0.016235351562 0.022827148438 0.000371932983 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.008544921875 +0.021850585938 0.043945312500 0.058593750000 0.078125000000 +0.075683593750 0.065429687500 0.031250000000 0.030639648438 +0.066406250000 0.047363281250 0.041748046875 0.029418945312 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.001380920410 0.039306640625 +0.085449218750 0.084472656250 0.083984375000 0.060058593750 +0.039306640625 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.038574218750 0.082519531250 0.085449218750 +0.100097656250 0.083496093750 0.053710937500 0.008178710938 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.007873535156 0.029296875000 0.090820312500 +0.110839843750 0.113769531250 0.127929687500 0.105957031250 +0.057128906250 0.041992187500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.045410156250 0.128906250000 0.159179687500 +0.220703125000 0.220703125000 0.187500000000 0.192382812500 +0.120605468750 0.022949218750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.021606445312 0.082031250000 0.104003906250 +0.116699218750 0.147460937500 0.161132812500 0.152343750000 +0.148437500000 0.094238281250 0.029418945312 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.022583007812 0.055908203125 0.090332031250 +0.063964843750 0.062255859375 0.046875000000 0.004943847656 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.015747070312 0.069335937500 0.092773437500 0.066894531250 +0.017578125000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.019531250000 0.030761718750 +0.079589843750 0.058349609375 0.098144531250 0.108886718750 +0.083007812500 0.095703125000 0.057617187500 0.033935546875 +0.040771484375 0.000553131104 0.007873535156 0.000888824463 +0.006317138672 0.000000000000 0.000000000000 0.005676269531 +0.025878906250 0.035400390625 0.070312500000 0.081054687500 +0.079589843750 0.062988281250 0.078125000000 0.087890625000 +0.082031250000 0.093261718750 0.084960937500 0.070800781250 +0.064453125000 0.024414062500 0.010864257812 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.026611328125 0.028198242188 +0.039550781250 0.034179687500 0.032470703125 0.018554687500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.027587890625 0.057861328125 0.091308593750 0.082519531250 +0.087402343750 0.080078125000 0.041748046875 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.041259765625 +0.077148437500 0.125976562500 0.153320312500 0.122558593750 +0.166015625000 0.157226562500 0.141601562500 0.141601562500 +0.130859375000 0.130859375000 0.134765625000 0.111816406250 +0.104003906250 0.105957031250 0.101074218750 0.098632812500 +0.089843750000 0.103515625000 0.091308593750 0.066894531250 +0.068359375000 0.053222656250 0.039550781250 0.036132812500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.019653320312 0.064941406250 0.130859375000 +0.164062500000 0.196289062500 0.246093750000 0.224609375000 +0.224609375000 0.208984375000 0.182617187500 0.160156250000 +0.103515625000 0.078613281250 0.030395507812 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.031738281250 0.043945312500 0.073242187500 +0.089843750000 0.088378906250 0.068847656250 0.059570312500 +0.033203125000 0.027465820312 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.003768920898 +0.048583984375 0.037841796875 0.078125000000 0.072265625000 +0.089843750000 0.103027343750 0.059814453125 0.027343750000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.017089843750 0.044677734375 +0.056152343750 0.063964843750 0.068847656250 0.076171875000 +0.085937500000 0.098632812500 0.054199218750 0.037597656250 +0.025146484375 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.012023925781 0.032226562500 +0.073242187500 0.090820312500 0.101074218750 0.089355468750 +0.069335937500 0.053955078125 0.024536132812 0.011535644531 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.014526367188 0.041259765625 0.038085937500 0.032714843750 +0.005615234375 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.006347656250 0.091796875000 0.156250000000 0.206054687500 +0.263671875000 0.271484375000 0.250000000000 0.209960937500 +0.132812500000 0.054199218750 0.005676269531 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.041015625000 0.054687500000 0.070800781250 0.086914062500 +0.066894531250 0.029052734375 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.010681152344 +0.017578125000 0.109863281250 0.116699218750 0.090820312500 +0.069335937500 0.047851562500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.041748046875 +0.101562500000 0.157226562500 0.187500000000 0.208984375000 +0.203125000000 0.169921875000 0.131835937500 0.077148437500 +0.043945312500 0.003204345703 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.076171875000 +0.187500000000 0.253906250000 0.251953125000 0.235351562500 +0.171875000000 0.078613281250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.088867187500 +0.191406250000 0.245117187500 0.283203125000 0.275390625000 +0.255859375000 0.195312500000 0.132812500000 0.020751953125 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.071777343750 0.147460937500 +0.185546875000 0.245117187500 0.243164062500 0.247070312500 +0.240234375000 0.213867187500 0.174804687500 0.123046875000 +0.090820312500 0.050537109375 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.033691406250 0.069824218750 +0.074218750000 0.076660156250 0.053710937500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.028686523438 0.020385742188 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.013977050781 0.017822265625 0.020874023438 0.024780273438 +0.028564453125 0.057128906250 0.061279296875 0.049560546875 +0.026000976562 0.027465820312 0.003463745117 0.028198242188 +0.047607421875 0.049072265625 0.031982421875 0.014831542969 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.055419921875 0.090820312500 0.075195312500 +0.113281250000 0.113281250000 0.058837890625 0.009643554688 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.025268554688 0.000999450684 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.004547119141 0.041015625000 0.065429687500 0.072265625000 +0.132812500000 0.158203125000 0.187500000000 0.172851562500 +0.189453125000 0.163085937500 0.173828125000 0.150390625000 +0.149414062500 0.122070312500 0.077636718750 0.050537109375 +0.012817382812 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.028076171875 0.037109375000 0.047119140625 +0.070312500000 0.083007812500 0.073242187500 0.080078125000 +0.080566406250 0.062988281250 0.044921875000 0.017089843750 +0.000000000000 0.008239746094 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.016967773438 +0.062011718750 0.043945312500 0.056640625000 0.023803710938 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.036376953125 0.103515625000 0.164062500000 0.197265625000 +0.226562500000 0.237304687500 0.206054687500 0.156250000000 +0.122558593750 0.052734375000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.010864257812 0.081054687500 +0.108886718750 0.152343750000 0.132812500000 0.095703125000 +0.044433593750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.035644531250 0.060302734375 0.067382812500 +0.089355468750 0.022827148438 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.025268554688 0.045898437500 0.058105468750 +0.050781250000 0.031494140625 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.048095703125 0.094238281250 0.092773437500 +0.079101562500 0.070800781250 0.048583984375 0.000614166260 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.013977050781 0.060302734375 +0.092773437500 0.124023437500 0.119628906250 0.110351562500 +0.083984375000 0.045410156250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.002609252930 0.000000000000 0.028442382812 0.049560546875 +0.069335937500 0.087890625000 0.126953125000 0.140625000000 +0.144531250000 0.112304687500 0.064453125000 0.010253906250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.043212890625 0.103515625000 +0.146484375000 0.164062500000 0.161132812500 0.106445312500 +0.043701171875 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.042724609375 0.106445312500 +0.142578125000 0.125000000000 0.123046875000 0.064941406250 +0.008972167969 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.113281250000 0.233398437500 0.296875000000 0.316406250000 +0.330078125000 0.318359375000 0.298828125000 0.271484375000 +0.196289062500 0.169921875000 0.082031250000 0.021484375000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.060791015625 0.111816406250 0.145507812500 +0.173828125000 0.197265625000 0.228515625000 0.235351562500 +0.213867187500 0.195312500000 0.179687500000 0.147460937500 +0.080566406250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.007293701172 0.059082031250 +0.102050781250 0.120605468750 0.109863281250 0.057861328125 +0.012817382812 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.037841796875 0.085937500000 0.136718750000 +0.142578125000 0.139648437500 0.112792968750 0.067382812500 +0.001533508301 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.042968750000 0.027709960938 +0.041015625000 0.083496093750 0.101562500000 0.141601562500 +0.154296875000 0.176757812500 0.182617187500 0.208007812500 +0.242187500000 0.251953125000 0.232421875000 0.215820312500 +0.131835937500 0.070800781250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.038818359375 0.044677734375 0.019287109375 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.029541015625 0.087890625000 +0.100585937500 0.120605468750 0.117187500000 0.077148437500 +0.003799438477 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.019653320312 0.082031250000 0.110839843750 +0.121093750000 0.092773437500 0.072265625000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.004943847656 +0.000000000000 0.068847656250 0.052001953125 0.000000000000 +0.013732910156 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.001792907715 0.000000000000 +0.000000000000 0.033691406250 0.005462646484 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.019653320312 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.010803222656 0.046386718750 +0.000000000000 0.015625000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.008117675781 0.032714843750 +0.043945312500 0.016357421875 0.049804687500 0.019042968750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.018676757812 0.023193359375 0.049072265625 +0.043457031250 0.064453125000 0.043701171875 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.051513671875 0.018676757812 0.043945312500 +0.068847656250 0.065429687500 0.000000000000 0.030639648438 +0.015197753906 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.017944335938 0.022094726562 0.025146484375 +0.044189453125 0.029907226562 0.052490234375 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.002441406250 0.053222656250 0.038574218750 +0.006011962891 0.018432617188 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.020629882812 0.053955078125 0.052490234375 +0.094238281250 0.038574218750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.069824218750 +0.101562500000 0.089843750000 0.110839843750 0.104003906250 +0.105468750000 0.083007812500 0.074707031250 0.026977539062 +0.023437500000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000299453735 0.010437011719 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.039550781250 0.032470703125 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.006134033203 0.011718750000 0.025512695312 +0.018066406250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.001106262207 0.021362304688 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.004791259766 0.000000000000 0.000000000000 +0.065917968750 0.029541015625 0.045654296875 0.086425781250 +0.065917968750 0.087890625000 0.062500000000 0.000000000000 +0.000186920166 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.053955078125 0.024291992188 0.031982421875 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.035644531250 0.052001953125 +0.082519531250 0.114746093750 0.088867187500 0.105468750000 +0.070800781250 0.019531250000 0.049560546875 0.009033203125 +0.000000000000 0.000000000000 0.038085937500 0.038085937500 +0.043212890625 0.082519531250 0.084960937500 0.062011718750 +0.082031250000 0.055908203125 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.011535644531 +0.000720977783 0.046875000000 0.043945312500 0.059570312500 +0.004302978516 0.003387451172 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.059082031250 0.072753906250 0.052246093750 0.104492187500 +0.050781250000 0.087402343750 0.063476562500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.022949218750 0.039306640625 +0.105468750000 0.138671875000 0.162109375000 0.166992187500 +0.194335937500 0.149414062500 0.130859375000 0.107910156250 +0.049560546875 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.003662109375 +0.000000000000 0.057373046875 0.030273437500 0.002853393555 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.001823425293 0.009643554688 +0.009765625000 0.061035156250 0.033203125000 0.054931640625 +0.009399414062 0.062988281250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.022094726562 0.000000000000 0.064453125000 0.028930664062 +0.063964843750 0.036865234375 0.123535156250 0.000000000000 +0.063964843750 0.031982421875 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.047119140625 0.020263671875 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.013122558594 0.015747070312 +0.024902343750 0.041259765625 0.026000976562 0.042724609375 +0.015197753906 0.017211914062 0.010375976562 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.015625000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.007293701172 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.006134033203 0.087890625000 +0.038085937500 0.012207031250 0.022338867188 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.010070800781 0.000000000000 0.013610839844 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.029785156250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.012512207031 0.008850097656 +0.011169433594 0.016967773438 0.021484375000 0.013244628906 +0.031127929688 0.025024414062 0.003936767578 0.045898437500 +0.000000000000 0.010070800781 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.012878417969 0.022460937500 +0.047607421875 0.055908203125 0.090820312500 0.094726562500 +0.066406250000 0.112792968750 0.098144531250 0.073242187500 +0.098144531250 0.097167968750 0.062255859375 0.076660156250 +0.048828125000 0.022827148438 0.014343261719 0.003845214844 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.069824218750 +0.096679687500 0.110839843750 0.179687500000 0.152343750000 +0.130859375000 0.147460937500 0.137695312500 0.053710937500 +0.044677734375 0.036376953125 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.031127929688 0.000000000000 0.004913330078 0.041748046875 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.001541137695 0.046386718750 0.095703125000 +0.078125000000 0.053222656250 0.058349609375 0.054199218750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.029418945312 +0.000000000000 0.026245117188 0.010986328125 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.005859375000 0.132812500000 0.194335937500 0.179687500000 +0.153320312500 0.134765625000 0.065917968750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.046386718750 0.062988281250 0.030639648438 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.080566406250 0.165039062500 0.225585937500 0.196289062500 +0.235351562500 0.178710937500 0.092285156250 0.013122558594 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.020751953125 0.066406250000 +0.049072265625 0.109375000000 0.112304687500 0.156250000000 +0.198242187500 0.207031250000 0.187500000000 0.176757812500 +0.153320312500 0.052001953125 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.036621093750 0.066406250000 +0.060546875000 0.031494140625 0.041992187500 0.025634765625 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.009704589844 +0.023315429688 0.023437500000 0.058105468750 0.051269531250 +0.087402343750 0.068847656250 0.060058593750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.021972656250 0.000000000000 0.022460937500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.024902343750 +0.018066406250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.037109375000 +0.025512695312 0.093750000000 0.092285156250 0.083496093750 +0.109863281250 0.063476562500 0.060058593750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.014892578125 +0.026855468750 0.020263671875 0.037841796875 0.071777343750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000839233398 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.050537109375 0.132812500000 +0.189453125000 0.229492187500 0.188476562500 0.158203125000 +0.020629882812 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.036865234375 0.055175781250 +0.102050781250 0.085449218750 0.041748046875 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.017211914062 0.078613281250 +0.018188476562 0.066894531250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.017089843750 0.087402343750 0.042480468750 +0.018798828125 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.005096435547 +0.058837890625 0.064453125000 0.050292968750 0.083007812500 +0.113769531250 0.120605468750 0.114257812500 0.087402343750 +0.095214843750 0.082031250000 0.047607421875 0.033447265625 +0.006652832031 0.002761840820 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.087890625000 0.181640625000 0.257812500000 0.255859375000 +0.302734375000 0.269531250000 0.232421875000 0.147460937500 +0.091308593750 0.059326171875 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.051025390625 0.058105468750 0.047607421875 0.105468750000 +0.103515625000 0.029541015625 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.043945312500 +0.176757812500 0.201171875000 0.217773437500 0.181640625000 +0.117675781250 0.044677734375 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.018066406250 0.081542968750 0.109863281250 +0.059326171875 0.037353515625 0.031738281250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.065429687500 +0.060546875000 0.136718750000 0.070800781250 0.045654296875 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.020263671875 0.047119140625 0.099121093750 +0.106933593750 0.097656250000 0.062500000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.077636718750 +0.130859375000 0.151367187500 0.162109375000 0.123535156250 +0.056396484375 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.022216796875 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.043212890625 0.086425781250 0.119628906250 0.127929687500 +0.174804687500 0.156250000000 0.145507812500 0.121093750000 +0.085449218750 0.024780273438 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.019653320312 0.072753906250 0.119140625000 +0.137695312500 0.100585937500 0.057617187500 0.004791259766 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.002334594727 0.073730468750 0.099609375000 0.145507812500 +0.131835937500 0.111328125000 0.104980468750 0.083496093750 +0.029907226562 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.038574218750 +0.076171875000 0.048095703125 0.097656250000 0.102050781250 +0.095703125000 0.046386718750 0.043212890625 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.003463745117 0.083007812500 0.106445312500 0.144531250000 +0.156250000000 0.152343750000 0.133789062500 0.069335937500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.001205444336 0.082031250000 0.100585937500 0.130859375000 +0.083496093750 0.030639648438 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.062255859375 0.077148437500 +0.058105468750 0.022338867188 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.033203125000 0.074707031250 +0.120605468750 0.120605468750 0.142578125000 0.092285156250 +0.025146484375 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.024780273438 0.069824218750 0.075683593750 0.058593750000 +0.053710937500 0.021850585938 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.007263183594 0.050781250000 0.065429687500 +0.105468750000 0.125976562500 0.129882812500 0.105468750000 +0.067871093750 0.052490234375 0.039062500000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.013244628906 0.055419921875 0.065917968750 0.008789062500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.070800781250 +0.113281250000 0.138671875000 0.188476562500 0.178710937500 +0.141601562500 0.122070312500 0.068359375000 0.069824218750 +0.037597656250 0.015747070312 0.005432128906 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.042480468750 0.098144531250 +0.115722656250 0.126953125000 0.070312500000 0.037109375000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.008666992188 +0.029418945312 0.059814453125 0.040039062500 0.011657714844 +0.008361816406 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.032714843750 0.116699218750 +0.128906250000 0.160156250000 0.180664062500 0.195312500000 +0.219726562500 0.141601562500 0.086914062500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.004028320312 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.006927490234 0.006835937500 0.000000000000 +0.020385742188 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.047119140625 +0.032958984375 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.015075683594 0.041259765625 0.039794921875 0.089355468750 +0.052490234375 0.000000000000 0.017578125000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000204086304 0.022827148438 0.037597656250 0.079101562500 +0.065429687500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.002120971680 +0.056640625000 0.038085937500 0.001869201660 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.041503906250 0.051757812500 0.047363281250 0.060791015625 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.035644531250 0.116699218750 +0.050537109375 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.045410156250 0.098632812500 0.077148437500 0.095214843750 +0.064941406250 0.000503540039 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.015014648438 +0.053466796875 0.060791015625 0.065429687500 0.032226562500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.029663085938 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.001914978027 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.041015625000 +0.092773437500 0.085449218750 0.087402343750 0.013610839844 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.026000976562 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.020385742188 0.080566406250 +0.067382812500 0.007537841797 0.010253906250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.007659912109 0.036376953125 0.046142578125 0.017211914062 +0.001289367676 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.025512695312 +0.065429687500 0.082519531250 0.044433593750 0.030151367188 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.022460937500 0.063964843750 0.092285156250 0.056396484375 +0.078613281250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.025390625000 0.109375000000 +0.014160156250 0.017944335938 0.020996093750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.026611328125 0.033203125000 +0.044433593750 0.104980468750 0.139648437500 0.128906250000 +0.104492187500 0.110351562500 0.077636718750 0.023559570312 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.038818359375 0.066894531250 0.103027343750 0.115722656250 +0.156250000000 0.147460937500 0.145507812500 0.162109375000 +0.115234375000 0.076660156250 0.104980468750 0.024047851562 +0.032470703125 0.049316406250 0.012145996094 0.061523437500 +0.045898437500 0.026977539062 0.041015625000 0.040283203125 +0.023681640625 0.036376953125 0.015014648438 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.059326171875 +0.047363281250 0.119628906250 0.135742187500 0.185546875000 +0.236328125000 0.234375000000 0.242187500000 0.244140625000 +0.210937500000 0.187500000000 0.166015625000 0.131835937500 +0.114746093750 0.113769531250 0.106933593750 0.084960937500 +0.064941406250 0.018920898438 0.008056640625 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.007537841797 +0.074707031250 0.091796875000 0.095703125000 0.041015625000 +0.026123046875 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.043945312500 +0.126953125000 0.134765625000 0.105957031250 0.071289062500 +0.027587890625 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.027221679688 +0.126953125000 0.218750000000 0.234375000000 0.294921875000 +0.259765625000 0.202148437500 0.166992187500 0.062500000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.031005859375 0.028198242188 0.043212890625 +0.038330078125 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.019897460938 +0.110351562500 0.170898437500 0.251953125000 0.231445312500 +0.287109375000 0.234375000000 0.208007812500 0.162109375000 +0.072753906250 0.022583007812 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.011413574219 0.115722656250 0.207031250000 +0.164062500000 0.165039062500 0.136718750000 0.117187500000 +0.058105468750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.012939453125 0.080566406250 +0.104980468750 0.129882812500 0.180664062500 0.195312500000 +0.198242187500 0.176757812500 0.169921875000 0.133789062500 +0.115234375000 0.058105468750 0.038330078125 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.051269531250 +0.048828125000 0.091796875000 0.158203125000 0.143554687500 +0.172851562500 0.188476562500 0.187500000000 0.156250000000 +0.160156250000 0.152343750000 0.133789062500 0.074707031250 +0.072753906250 0.002456665039 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.003524780273 0.005767822266 0.037597656250 +0.088867187500 0.058105468750 0.072265625000 0.004394531250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.045654296875 0.055175781250 +0.026855468750 0.002365112305 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.054931640625 0.081542968750 +0.119140625000 0.134765625000 0.162109375000 0.231445312500 +0.195312500000 0.181640625000 0.136718750000 0.072753906250 +0.045898437500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.037597656250 +0.110839843750 0.156250000000 0.186523437500 0.194335937500 +0.188476562500 0.163085937500 0.178710937500 0.138671875000 +0.088867187500 0.043457031250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.027832031250 0.101074218750 +0.123535156250 0.151367187500 0.199218750000 0.231445312500 +0.224609375000 0.175781250000 0.143554687500 0.049560546875 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.014160156250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.016601562500 0.020629882812 0.063476562500 0.053466796875 +0.028442382812 0.043945312500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.034179687500 +0.064453125000 0.129882812500 0.183593750000 0.240234375000 +0.225585937500 0.206054687500 0.167968750000 0.151367187500 +0.104492187500 0.033935546875 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.003189086914 0.093750000000 0.166992187500 0.179687500000 +0.243164062500 0.259765625000 0.233398437500 0.203125000000 +0.183593750000 0.181640625000 0.153320312500 0.139648437500 +0.127929687500 0.142578125000 0.125976562500 0.138671875000 +0.104003906250 0.113769531250 0.026367187500 0.038330078125 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.022460937500 0.041259765625 0.053222656250 +0.043701171875 0.028320312500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.036132812500 0.107421875000 0.136718750000 +0.131835937500 0.116210937500 0.090820312500 0.011596679688 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.016723632812 0.009460449219 +0.002716064453 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.003051757812 0.062500000000 0.125000000000 +0.128906250000 0.165039062500 0.140625000000 0.113769531250 +0.052734375000 0.022094726562 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.015625000000 0.086914062500 0.088867187500 +0.158203125000 0.214843750000 0.232421875000 0.247070312500 +0.233398437500 0.202148437500 0.164062500000 0.129882812500 +0.099121093750 0.035644531250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.042480468750 +0.074218750000 0.131835937500 0.177734375000 0.203125000000 +0.212890625000 0.199218750000 0.146484375000 0.096679687500 +0.036865234375 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.003509521484 0.046875000000 0.033691406250 +0.059814453125 0.037841796875 0.005645751953 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.026123046875 0.074218750000 0.079589843750 +0.135742187500 0.141601562500 0.138671875000 0.124023437500 +0.087402343750 0.047851562500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.056640625000 0.104492187500 0.117187500000 +0.147460937500 0.195312500000 0.174804687500 0.116699218750 +0.140625000000 0.088378906250 0.033203125000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.085937500000 +0.148437500000 0.158203125000 0.141601562500 0.125976562500 +0.075195312500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.018432617188 0.053710937500 0.051269531250 0.054443359375 +0.048828125000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.003021240234 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.040039062500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.051513671875 0.062988281250 0.101562500000 +0.167968750000 0.156250000000 0.157226562500 0.180664062500 +0.153320312500 0.139648437500 0.125976562500 0.131835937500 +0.110351562500 0.108398437500 0.134765625000 0.164062500000 +0.169921875000 0.191406250000 0.217773437500 0.212890625000 +0.167968750000 0.128906250000 0.106933593750 0.013916015625 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.120117187500 +0.203125000000 0.220703125000 0.222656250000 0.220703125000 +0.197265625000 0.066406250000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.021606445312 0.071777343750 +0.148437500000 0.150390625000 0.159179687500 0.118652343750 +0.083007812500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.033447265625 0.087402343750 0.108398437500 0.119628906250 +0.136718750000 0.122558593750 0.083984375000 0.068847656250 +0.020263671875 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.002471923828 0.012817382812 0.034667968750 +0.041992187500 0.047363281250 0.040771484375 0.027954101562 +0.028564453125 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.015319824219 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.035644531250 0.083496093750 +0.170898437500 0.234375000000 0.304687500000 0.330078125000 +0.339843750000 0.335937500000 0.279296875000 0.239257812500 +0.154296875000 0.087890625000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.060302734375 0.101074218750 0.146484375000 0.176757812500 +0.157226562500 0.125000000000 0.127929687500 0.069824218750 +0.014343261719 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.001968383789 0.003784179688 0.010925292969 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.036621093750 +0.091796875000 0.135742187500 0.155273437500 0.169921875000 +0.165039062500 0.143554687500 0.150390625000 0.144531250000 +0.117675781250 0.119140625000 0.070800781250 0.071777343750 +0.020874023438 0.015380859375 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.034423828125 0.099609375000 0.171875000000 +0.223632812500 0.253906250000 0.239257812500 0.207031250000 +0.164062500000 0.118164062500 0.066894531250 0.000953674316 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.022460937500 0.044921875000 +0.037597656250 0.007995605469 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.015441894531 0.067382812500 +0.110839843750 0.129882812500 0.126953125000 0.106933593750 +0.070800781250 0.018188476562 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.043701171875 0.071777343750 0.075683593750 +0.116699218750 0.132812500000 0.131835937500 0.120605468750 +0.138671875000 0.107421875000 0.098632812500 0.105957031250 +0.071777343750 0.059570312500 0.033935546875 0.024902343750 +0.002075195312 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.050292968750 +0.094726562500 0.139648437500 0.169921875000 0.174804687500 +0.174804687500 0.168945312500 0.129882812500 0.067382812500 +0.007629394531 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.003860473633 0.036132812500 +0.033447265625 0.023559570312 0.011474609375 0.009338378906 +0.000000000000 0.000000000000 0.002471923828 0.015258789062 +0.039550781250 0.074218750000 0.096191406250 0.140625000000 +0.144531250000 0.160156250000 0.171875000000 0.177734375000 +0.176757812500 0.144531250000 0.120117187500 0.054687500000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.050048828125 +0.082031250000 0.108886718750 0.125976562500 0.125000000000 +0.127929687500 0.147460937500 0.133789062500 0.141601562500 +0.135742187500 0.109863281250 0.065429687500 0.005065917969 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.028564453125 0.080566406250 +0.123535156250 0.201171875000 0.233398437500 0.251953125000 +0.241210937500 0.178710937500 0.130859375000 0.056152343750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.042968750000 0.136718750000 0.182617187500 0.222656250000 +0.242187500000 0.240234375000 0.237304687500 0.209960937500 +0.184570312500 0.126953125000 0.077148437500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.005645751953 +0.037109375000 0.055419921875 0.039550781250 0.005096435547 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.036376953125 0.058105468750 0.094726562500 +0.114746093750 0.117675781250 0.114257812500 0.110839843750 +0.126953125000 0.133789062500 0.125000000000 0.147460937500 +0.154296875000 0.160156250000 0.115722656250 0.089843750000 +0.049560546875 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.011535644531 +0.083007812500 0.125000000000 0.132812500000 0.147460937500 +0.159179687500 0.142578125000 0.104492187500 0.072265625000 +0.043212890625 0.040039062500 0.040527343750 0.053955078125 +0.076171875000 0.080566406250 0.092773437500 0.099121093750 +0.137695312500 0.150390625000 0.171875000000 0.162109375000 +0.161132812500 0.111816406250 0.065429687500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.046875000000 0.098144531250 +0.101074218750 0.087402343750 0.043701171875 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.022094726562 0.102050781250 0.163085937500 0.248046875000 +0.243164062500 0.250000000000 0.198242187500 0.154296875000 +0.063964843750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.061035156250 +0.130859375000 0.169921875000 0.202148437500 0.210937500000 +0.209960937500 0.159179687500 0.106445312500 0.049804687500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.019531250000 0.033691406250 +0.033691406250 0.039550781250 0.028564453125 0.009948730469 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.045166015625 0.049804687500 0.055664062500 0.031494140625 +0.008056640625 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.017089843750 0.030883789062 +0.072753906250 0.069824218750 0.094726562500 0.102539062500 +0.088867187500 0.077148437500 0.031250000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.005310058594 0.020019531250 0.053710937500 0.065429687500 +0.078613281250 0.087890625000 0.057373046875 0.025634765625 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.012390136719 +0.075195312500 0.118164062500 0.153320312500 0.174804687500 +0.133789062500 0.121582031250 0.054199218750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.002197265625 0.007659912109 0.008117675781 0.002258300781 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.007202148438 +0.032470703125 0.069824218750 0.086425781250 0.104492187500 +0.102539062500 0.084960937500 0.081542968750 0.071289062500 +0.044189453125 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.013244628906 0.035156250000 +0.083496093750 0.106933593750 0.125976562500 0.142578125000 +0.143554687500 0.140625000000 0.137695312500 0.104980468750 +0.064453125000 0.044433593750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.028808593750 0.081054687500 0.127929687500 0.176757812500 +0.211914062500 0.221679687500 0.232421875000 0.218750000000 +0.145507812500 0.062988281250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.015075683594 0.034423828125 0.011962890625 +0.008056640625 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.036132812500 0.094726562500 0.153320312500 +0.198242187500 0.229492187500 0.206054687500 0.178710937500 +0.114746093750 0.063964843750 0.002197265625 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.014526367188 0.015625000000 0.020629882812 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.023071289062 0.061035156250 +0.133789062500 0.074707031250 0.112792968750 0.094726562500 +0.096679687500 0.111328125000 0.084960937500 0.051025390625 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.021362304688 0.024658203125 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.038574218750 0.085937500000 +0.069335937500 0.069824218750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.001670837402 0.013305664062 +0.034179687500 0.029296875000 0.011779785156 0.007049560547 +0.000000000000 0.000000000000 0.000000000000 0.003967285156 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000145912170 +0.017700195312 0.057617187500 0.036865234375 0.050292968750 +0.013183593750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.020263671875 0.011352539062 0.084960937500 0.097167968750 +0.129882812500 0.121582031250 0.140625000000 0.105957031250 +0.076660156250 0.066406250000 0.069824218750 0.085449218750 +0.104003906250 0.057617187500 0.046630859375 0.041992187500 +0.067871093750 0.079101562500 0.056396484375 0.003311157227 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.032470703125 0.011840820312 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.034179687500 0.017822265625 0.026123046875 0.082031250000 +0.042236328125 0.059814453125 0.029174804688 0.046386718750 +0.000000000000 0.011352539062 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.001502990723 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.010498046875 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.030151367188 0.124511718750 0.146484375000 0.171875000000 +0.148437500000 0.164062500000 0.083007812500 0.035400390625 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.025878906250 0.112304687500 0.145507812500 +0.101074218750 0.164062500000 0.076660156250 0.061523437500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.005462646484 +0.064453125000 0.035644531250 0.029418945312 0.032714843750 +0.024291992188 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.036132812500 0.104492187500 0.153320312500 0.213867187500 +0.179687500000 0.204101562500 0.139648437500 0.150390625000 +0.087890625000 0.103515625000 0.063964843750 0.061767578125 +0.083007812500 0.068359375000 0.001594543457 0.013061523438 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.051269531250 0.009887695312 +0.103515625000 0.053710937500 0.109375000000 0.111816406250 +0.109863281250 0.137695312500 0.125000000000 0.072753906250 +0.055419921875 0.042968750000 0.088867187500 0.049316406250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.003356933594 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000576019287 0.010131835938 0.056152343750 0.109375000000 +0.104492187500 0.117187500000 0.062988281250 0.072265625000 +0.063476562500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.052978515625 0.188476562500 0.242187500000 +0.251953125000 0.187500000000 0.087890625000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.095214843750 0.098632812500 0.154296875000 +0.137695312500 0.084960937500 0.098632812500 0.062255859375 +0.030029296875 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.019165039062 0.054687500000 +0.057861328125 0.071289062500 0.066406250000 0.037841796875 +0.004943847656 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.088867187500 0.208984375000 0.324218750000 0.400390625000 +0.443359375000 0.486328125000 0.462890625000 0.431640625000 +0.357421875000 0.287109375000 0.124023437500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.073730468750 0.126953125000 0.165039062500 0.207031250000 +0.205078125000 0.152343750000 0.027343750000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.003707885742 0.091308593750 +0.103027343750 0.109863281250 0.076660156250 0.006347656250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.036621093750 0.057373046875 0.113281250000 +0.168945312500 0.186523437500 0.210937500000 0.221679687500 +0.223632812500 0.192382812500 0.195312500000 0.200195312500 +0.167968750000 0.166992187500 0.144531250000 0.131835937500 +0.100585937500 0.131835937500 0.108398437500 0.109375000000 +0.078125000000 0.046630859375 0.028442382812 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.076660156250 +0.162109375000 0.204101562500 0.179687500000 0.133789062500 +0.052490234375 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.051025390625 0.136718750000 0.171875000000 +0.178710937500 0.123535156250 0.094726562500 0.077148437500 +0.038818359375 0.018798828125 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.007385253906 0.050048828125 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.010131835938 0.063964843750 +0.139648437500 0.181640625000 0.201171875000 0.224609375000 +0.224609375000 0.215820312500 0.224609375000 0.244140625000 +0.235351562500 0.209960937500 0.178710937500 0.121582031250 +0.064941406250 0.044189453125 0.022705078125 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.044677734375 +0.159179687500 0.241210937500 0.294921875000 0.310546875000 +0.294921875000 0.267578125000 0.211914062500 0.064941406250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.119628906250 +0.199218750000 0.269531250000 0.333984375000 0.320312500000 +0.328125000000 0.251953125000 0.174804687500 0.068847656250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.019409179688 0.091796875000 0.156250000000 +0.187500000000 0.203125000000 0.200195312500 0.145507812500 +0.106933593750 0.083496093750 0.046142578125 0.034179687500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.083496093750 0.134765625000 0.211914062500 +0.208007812500 0.175781250000 0.102539062500 0.016601562500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.018432617188 0.113281250000 0.168945312500 0.269531250000 +0.306640625000 0.347656250000 0.300781250000 0.246093750000 +0.119140625000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.015014648438 0.121582031250 +0.239257812500 0.367187500000 0.419921875000 0.482421875000 +0.523437500000 0.492187500000 0.455078125000 0.355468750000 +0.240234375000 0.034667968750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.012512207031 0.035156250000 0.002960205078 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.077636718750 0.180664062500 +0.259765625000 0.298828125000 0.306640625000 0.277343750000 +0.251953125000 0.217773437500 0.130859375000 0.025146484375 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.098632812500 0.232421875000 0.241210937500 +0.212890625000 0.137695312500 0.012023925781 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.127929687500 +0.238281250000 0.300781250000 0.304687500000 0.314453125000 +0.263671875000 0.227539062500 0.191406250000 0.157226562500 +0.113281250000 0.053222656250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.003494262695 0.077636718750 0.067871093750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.037841796875 0.125976562500 0.194335937500 +0.237304687500 0.320312500000 0.312500000000 0.310546875000 +0.283203125000 0.222656250000 0.113281250000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.055908203125 0.180664062500 0.255859375000 0.285156250000 +0.261718750000 0.208984375000 0.086914062500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.038330078125 0.075195312500 0.040283203125 +0.005645751953 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.017944335938 0.071289062500 0.092773437500 +0.079589843750 0.033691406250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.133789062500 0.241210937500 0.330078125000 +0.351562500000 0.394531250000 0.386718750000 0.363281250000 +0.267578125000 0.105468750000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.014221191406 +0.110351562500 0.175781250000 0.185546875000 0.183593750000 +0.062255859375 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.015563964844 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.011169433594 +0.092285156250 0.165039062500 0.166015625000 0.144531250000 +0.126953125000 0.079589843750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.029052734375 0.055419921875 +0.118164062500 0.046875000000 0.040039062500 0.015869140625 +0.000329971313 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.003906250000 0.000000000000 +0.061767578125 0.000000000000 0.073730468750 0.052001953125 +0.078125000000 0.040283203125 0.029418945312 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.058105468750 0.048095703125 +0.080078125000 0.067382812500 0.053710937500 0.010192871094 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.017578125000 +0.035888671875 0.044189453125 0.083984375000 0.045410156250 +0.008728027344 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.038330078125 0.056640625000 0.079589843750 +0.078125000000 0.095703125000 0.067382812500 0.074707031250 +0.022705078125 0.009155273438 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.001487731934 0.065429687500 +0.059326171875 0.073730468750 0.082519531250 0.075195312500 +0.044677734375 0.062988281250 0.011291503906 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.007446289062 0.046142578125 0.000482559204 +0.000000000000 0.003158569336 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.004669189453 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.011596679688 0.072265625000 0.125000000000 0.144531250000 +0.107421875000 0.078125000000 0.020507812500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.098144531250 0.039062500000 +0.106445312500 0.037109375000 0.017822265625 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000168800354 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.055908203125 0.031982421875 0.054443359375 +0.046142578125 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.002426147461 0.007812500000 +0.037597656250 0.083984375000 0.057128906250 0.046875000000 +0.021118164062 0.048828125000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.006652832031 0.047851562500 0.050292968750 0.062500000000 +0.049804687500 0.028198242188 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.039062500000 0.104980468750 0.102539062500 0.164062500000 +0.117675781250 0.052001953125 0.041748046875 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.016845703125 0.011108398438 0.039794921875 +0.062988281250 0.109375000000 0.093261718750 0.127929687500 +0.112304687500 0.057128906250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.036621093750 +0.026367187500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.004516601562 0.056884765625 0.076660156250 +0.105957031250 0.085937500000 0.007202148438 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.011230468750 +0.021606445312 0.065917968750 0.036865234375 0.088867187500 +0.055175781250 0.020751953125 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.024047851562 0.026245117188 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.003814697266 0.040771484375 +0.021606445312 0.025146484375 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.003051757812 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.048828125000 0.050781250000 0.068847656250 0.122070312500 +0.075195312500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.031250000000 0.061523437500 +0.058349609375 0.052734375000 0.062255859375 0.039794921875 +0.000000000000 0.016601562500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.043701171875 0.078613281250 0.085937500000 0.048339843750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.031250000000 +0.066406250000 0.114257812500 0.161132812500 0.200195312500 +0.238281250000 0.221679687500 0.105957031250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.090820312500 0.190429687500 +0.224609375000 0.209960937500 0.174804687500 0.108398437500 +0.017456054688 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.035156250000 0.085449218750 +0.131835937500 0.184570312500 0.205078125000 0.189453125000 +0.144531250000 0.075683593750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.022705078125 0.137695312500 0.213867187500 +0.283203125000 0.300781250000 0.267578125000 0.216796875000 +0.151367187500 0.058105468750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.047119140625 0.031005859375 +0.063476562500 0.111816406250 0.116699218750 0.120117187500 +0.098144531250 0.069335937500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.024658203125 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.032714843750 0.090332031250 +0.116699218750 0.169921875000 0.206054687500 0.230468750000 +0.253906250000 0.263671875000 0.239257812500 0.173828125000 +0.157226562500 0.070312500000 0.003845214844 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.005493164062 0.079101562500 0.127929687500 0.164062500000 +0.197265625000 0.229492187500 0.229492187500 0.211914062500 +0.198242187500 0.157226562500 0.053955078125 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.035400390625 0.092285156250 0.116699218750 0.100097656250 +0.059326171875 0.031250000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.031005859375 0.044921875000 0.037353515625 0.012634277344 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.044921875000 0.107910156250 0.139648437500 0.156250000000 +0.152343750000 0.112792968750 0.041748046875 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.060546875000 0.152343750000 +0.201171875000 0.232421875000 0.179687500000 0.122070312500 +0.013366699219 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.054443359375 0.069335937500 0.112792968750 0.101074218750 +0.021972656250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.026367187500 0.084960937500 0.107421875000 0.095703125000 +0.088378906250 0.055175781250 0.010559082031 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.031982421875 0.068847656250 +0.122070312500 0.164062500000 0.188476562500 0.198242187500 +0.177734375000 0.125976562500 0.050537109375 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.026489257812 0.089843750000 0.146484375000 +0.180664062500 0.170898437500 0.152343750000 0.078613281250 +0.005767822266 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.131835937500 0.239257812500 0.302734375000 0.314453125000 +0.320312500000 0.261718750000 0.194335937500 0.094238281250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.019775390625 0.064941406250 0.087890625000 0.068847656250 +0.065429687500 0.024169921875 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.035156250000 +0.086914062500 0.106933593750 0.124511718750 0.145507812500 +0.161132812500 0.160156250000 0.156250000000 0.122558593750 +0.064453125000 0.015747070312 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.014160156250 0.047851562500 0.046875000000 +0.033691406250 0.055175781250 0.029907226562 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.034423828125 0.113769531250 0.165039062500 +0.168945312500 0.138671875000 0.098632812500 0.050292968750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.008361816406 +0.057617187500 0.113281250000 0.139648437500 0.184570312500 +0.204101562500 0.200195312500 0.162109375000 0.140625000000 +0.098144531250 0.063964843750 0.021484375000 0.006622314453 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.027343750000 0.101562500000 +0.151367187500 0.172851562500 0.146484375000 0.107910156250 +0.029785156250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.089843750000 0.165039062500 0.230468750000 +0.235351562500 0.196289062500 0.130859375000 0.014709472656 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.015625000000 0.018066406250 0.000432968140 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.005035400391 0.038574218750 +0.088378906250 0.095214843750 0.142578125000 0.177734375000 +0.188476562500 0.188476562500 0.131835937500 0.103027343750 +0.062500000000 0.049560546875 0.082031250000 0.067382812500 +0.065429687500 0.057617187500 0.035400390625 0.009643554688 +0.020874023438 0.010375976562 0.012145996094 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.005950927734 0.097656250000 +0.159179687500 0.227539062500 0.241210937500 0.211914062500 +0.175781250000 0.101074218750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.009277343750 +0.062988281250 0.114746093750 0.120117187500 0.122558593750 +0.076660156250 0.000576019287 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.066406250000 0.143554687500 +0.209960937500 0.285156250000 0.312500000000 0.320312500000 +0.292968750000 0.206054687500 0.104980468750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.022216796875 +0.059082031250 0.081054687500 0.097656250000 0.105957031250 +0.112792968750 0.130859375000 0.126953125000 0.128906250000 +0.114257812500 0.092285156250 0.017089843750 0.018432617188 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.019165039062 0.060546875000 0.132812500000 +0.193359375000 0.271484375000 0.294921875000 0.291015625000 +0.249023437500 0.180664062500 0.105468750000 0.019653320312 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.015380859375 +0.081542968750 0.105468750000 0.120117187500 0.100585937500 +0.070800781250 0.082031250000 0.111816406250 0.116699218750 +0.134765625000 0.135742187500 0.128906250000 0.124511718750 +0.136718750000 0.123535156250 0.125000000000 0.106933593750 +0.080566406250 0.034912109375 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.010375976562 0.072265625000 0.147460937500 +0.148437500000 0.180664062500 0.181640625000 0.163085937500 +0.124023437500 0.085937500000 0.021484375000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.037109375000 +0.047119140625 0.044189453125 0.036132812500 0.012268066406 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000617980957 0.026000976562 0.041259765625 0.076660156250 +0.086425781250 0.115234375000 0.104003906250 0.111328125000 +0.104003906250 0.094726562500 0.074707031250 0.066406250000 +0.026733398438 0.005401611328 0.011840820312 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.007049560547 0.000000000000 0.000000000000 0.000000000000 +0.012451171875 0.032226562500 0.039306640625 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.005126953125 0.053466796875 0.036865234375 +0.053955078125 0.077636718750 0.070800781250 0.066406250000 +0.076171875000 0.059570312500 0.043945312500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.003265380859 0.002014160156 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.003906250000 0.065917968750 +0.060058593750 0.031982421875 0.016967773438 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.030883789062 0.152343750000 +0.208984375000 0.253906250000 0.263671875000 0.265625000000 +0.245117187500 0.240234375000 0.192382812500 0.159179687500 +0.097656250000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.082031250000 0.173828125000 +0.213867187500 0.283203125000 0.277343750000 0.263671875000 +0.217773437500 0.166015625000 0.141601562500 0.061279296875 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.045898437500 0.054443359375 +0.077636718750 0.039306640625 0.010437011719 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.028198242188 0.104980468750 0.169921875000 +0.207031250000 0.224609375000 0.242187500000 0.202148437500 +0.170898437500 0.135742187500 0.040771484375 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.006744384766 0.079589843750 0.142578125000 +0.158203125000 0.175781250000 0.148437500000 0.152343750000 +0.103515625000 0.106445312500 0.113281250000 0.083984375000 +0.076660156250 0.056640625000 0.023803710938 0.054687500000 +0.049072265625 0.068847656250 0.103027343750 0.130859375000 +0.147460937500 0.148437500000 0.145507812500 0.125000000000 +0.081542968750 0.072265625000 0.037109375000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.019287109375 0.093750000000 0.149414062500 0.153320312500 +0.161132812500 0.146484375000 0.091796875000 0.017944335938 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.082031250000 0.107421875000 0.136718750000 0.185546875000 +0.212890625000 0.193359375000 0.164062500000 0.141601562500 +0.132812500000 0.108398437500 0.092285156250 0.065917968750 +0.056640625000 0.073242187500 0.042724609375 0.077148437500 +0.059814453125 0.023193359375 0.000000000000 0.000000000000 +0.000000000000 0.018432617188 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.002029418945 0.104492187500 0.149414062500 0.151367187500 +0.159179687500 0.136718750000 0.106445312500 0.074218750000 +0.040039062500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.007232666016 0.127929687500 0.199218750000 0.230468750000 +0.245117187500 0.184570312500 0.095214843750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.005035400391 0.045654296875 0.072753906250 +0.046875000000 0.040527343750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.050292968750 +0.100097656250 0.175781250000 0.231445312500 0.285156250000 +0.316406250000 0.308593750000 0.269531250000 0.205078125000 +0.148437500000 0.006927490234 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.033691406250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.037597656250 0.034179687500 0.072753906250 0.101562500000 +0.058837890625 0.042480468750 0.014099121094 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.026000976562 0.069335937500 0.094238281250 +0.094726562500 0.108398437500 0.070800781250 0.012207031250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.026489257812 +0.177734375000 0.253906250000 0.269531250000 0.259765625000 +0.155273437500 0.067382812500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.002685546875 0.019409179688 0.025756835938 +0.045654296875 0.070800781250 0.075195312500 0.083984375000 +0.120117187500 0.120605468750 0.120117187500 0.143554687500 +0.145507812500 0.112304687500 0.087890625000 0.043701171875 +0.004699707031 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.048339843750 0.087890625000 0.122558593750 0.161132812500 +0.176757812500 0.186523437500 0.186523437500 0.177734375000 +0.155273437500 0.144531250000 0.122070312500 0.096679687500 +0.075683593750 0.056396484375 0.048339843750 0.028564453125 +0.033691406250 0.020385742188 0.009948730469 0.024902343750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.043212890625 0.066894531250 0.099121093750 0.091308593750 +0.079589843750 0.097656250000 0.092773437500 0.057861328125 +0.061279296875 0.071289062500 0.076660156250 0.111816406250 +0.144531250000 0.168945312500 0.180664062500 0.168945312500 +0.163085937500 0.150390625000 0.092285156250 0.034179687500 +0.000162124634 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.008789062500 +0.072753906250 0.134765625000 0.176757812500 0.205078125000 +0.234375000000 0.246093750000 0.226562500000 0.219726562500 +0.196289062500 0.161132812500 0.113281250000 0.064453125000 +0.002166748047 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.052734375000 0.136718750000 0.187500000000 0.246093750000 +0.275390625000 0.285156250000 0.283203125000 0.281250000000 +0.263671875000 0.236328125000 0.187500000000 0.137695312500 +0.066894531250 0.015625000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.018432617188 +0.072753906250 0.108886718750 0.145507812500 0.166015625000 +0.170898437500 0.155273437500 0.125976562500 0.067871093750 +0.010681152344 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.024414062500 +0.097656250000 0.158203125000 0.175781250000 0.203125000000 +0.220703125000 0.186523437500 0.139648437500 0.120605468750 +0.092285156250 0.039794921875 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.035644531250 0.074707031250 +0.121582031250 0.143554687500 0.157226562500 0.164062500000 +0.161132812500 0.156250000000 0.166992187500 0.159179687500 +0.133789062500 0.111328125000 0.074707031250 0.040039062500 +0.035888671875 0.032226562500 0.018676757812 0.021362304688 +0.010253906250 0.006622314453 0.010681152344 0.032470703125 +0.071777343750 0.104492187500 0.127929687500 0.169921875000 +0.220703125000 0.251953125000 0.287109375000 0.337890625000 +0.349609375000 0.304687500000 0.296875000000 0.291015625000 +0.227539062500 0.144531250000 0.062500000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.031738281250 +0.081542968750 0.132812500000 0.157226562500 0.160156250000 +0.149414062500 0.108886718750 0.069335937500 0.046875000000 +0.000904083252 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.012207031250 0.052001953125 0.071777343750 0.107421875000 +0.140625000000 0.168945312500 0.213867187500 0.244140625000 +0.265625000000 0.281250000000 0.298828125000 0.316406250000 +0.316406250000 0.302734375000 0.269531250000 0.259765625000 +0.234375000000 0.193359375000 0.173828125000 0.153320312500 +0.105957031250 0.066894531250 0.051757812500 0.024047851562 +0.000432968140 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.017333984375 0.043945312500 +0.086914062500 0.131835937500 0.176757812500 0.232421875000 +0.267578125000 0.277343750000 0.318359375000 0.341796875000 +0.335937500000 0.337890625000 0.310546875000 0.253906250000 +0.226562500000 0.190429687500 0.134765625000 0.084960937500 +0.036621093750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.060546875000 +0.107421875000 0.146484375000 0.183593750000 0.196289062500 +0.182617187500 0.171875000000 0.166992187500 0.152343750000 +0.121093750000 0.062011718750 0.025512695312 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.032470703125 0.099609375000 +0.119628906250 0.162109375000 0.182617187500 0.165039062500 +0.176757812500 0.166015625000 0.144531250000 0.110839843750 +0.050781250000 0.011047363281 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.002655029297 +0.007751464844 0.034179687500 0.032958984375 0.027465820312 +0.000284194946 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.007629394531 +0.041992187500 0.080566406250 0.112304687500 0.120605468750 +0.117675781250 0.079589843750 0.038085937500 0.040771484375 +0.016723632812 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000162124634 +0.100097656250 0.178710937500 0.251953125000 0.318359375000 +0.359375000000 0.363281250000 0.359375000000 0.335937500000 +0.291015625000 0.227539062500 0.135742187500 0.019897460938 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000610351562 +0.021484375000 0.002700805664 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.063964843750 0.148437500000 0.185546875000 0.209960937500 +0.225585937500 0.196289062500 0.163085937500 0.122070312500 +0.040283203125 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.016235351562 +0.018798828125 0.008178710938 0.015869140625 0.019165039062 +0.022949218750 0.047607421875 0.052001953125 0.071777343750 +0.074707031250 0.082031250000 0.082031250000 0.066894531250 +0.053955078125 0.038574218750 0.033935546875 0.038574218750 +0.019653320312 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.003082275391 +0.087402343750 0.162109375000 0.214843750000 0.253906250000 +0.287109375000 0.302734375000 0.296875000000 0.257812500000 +0.197265625000 0.137695312500 0.056396484375 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.002883911133 0.022094726562 0.051025390625 0.070312500000 +0.084960937500 0.101074218750 0.117675781250 0.138671875000 +0.164062500000 0.175781250000 0.208984375000 0.245117187500 +0.257812500000 0.296875000000 0.314453125000 0.332031250000 +0.357421875000 0.349609375000 0.345703125000 0.333984375000 +0.302734375000 0.273437500000 0.234375000000 0.195312500000 +0.140625000000 0.073730468750 0.036621093750 0.003219604492 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.025024414062 0.066406250000 +0.124511718750 0.171875000000 0.201171875000 0.230468750000 +0.236328125000 0.232421875000 0.199218750000 0.156250000000 +0.108398437500 0.071289062500 0.029296875000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.002059936523 +0.027221679688 0.060546875000 0.088867187500 0.112792968750 +0.133789062500 0.113769531250 0.090820312500 0.079101562500 +0.042968750000 0.013000488281 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.029785156250 +0.036376953125 0.055175781250 0.074218750000 0.069824218750 +0.037597656250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.059082031250 0.148437500000 0.226562500000 +0.285156250000 0.335937500000 0.365234375000 0.363281250000 +0.343750000000 0.328125000000 0.281250000000 0.215820312500 +0.183593750000 0.125000000000 0.062988281250 0.016479492188 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.019653320312 0.063476562500 0.088867187500 +0.121582031250 0.150390625000 0.165039062500 0.188476562500 +0.191406250000 0.203125000000 0.197265625000 0.171875000000 +0.158203125000 0.135742187500 0.110351562500 0.098144531250 +0.076171875000 0.070800781250 0.074707031250 0.071777343750 +0.087402343750 0.111816406250 0.129882812500 0.161132812500 +0.190429687500 0.226562500000 0.250000000000 0.253906250000 +0.263671875000 0.277343750000 0.283203125000 0.277343750000 +0.257812500000 0.232421875000 0.205078125000 0.125976562500 +0.047363281250 0.001434326172 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.064453125000 +0.129882812500 0.172851562500 0.218750000000 0.222656250000 +0.224609375000 0.232421875000 0.207031250000 0.172851562500 +0.142578125000 0.114746093750 0.118652343750 0.099609375000 +0.052734375000 0.019775390625 0.018310546875 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.034912109375 0.095703125000 +0.136718750000 0.189453125000 0.225585937500 0.238281250000 +0.240234375000 0.222656250000 0.187500000000 0.128906250000 +0.065917968750 0.008483886719 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.013671875000 +0.067871093750 0.125000000000 0.178710937500 0.224609375000 +0.271484375000 0.285156250000 0.296875000000 0.308593750000 +0.312500000000 0.308593750000 0.328125000000 0.332031250000 +0.339843750000 0.314453125000 0.287109375000 0.269531250000 +0.253906250000 0.218750000000 0.165039062500 0.104980468750 +0.067382812500 0.031738281250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.004241943359 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.038818359375 0.091796875000 +0.139648437500 0.206054687500 0.244140625000 0.247070312500 +0.273437500000 0.259765625000 0.219726562500 0.207031250000 +0.169921875000 0.094238281250 0.067871093750 0.032470703125 +0.000000000000 0.000000000000 0.000000000000 0.000999450684 +0.026245117188 0.057617187500 0.075683593750 0.082519531250 +0.084960937500 0.088378906250 0.062988281250 0.012939453125 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.054687500000 0.119628906250 0.187500000000 0.251953125000 +0.281250000000 0.283203125000 0.265625000000 0.220703125000 +0.170898437500 0.100585937500 0.021240234375 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.038574218750 0.087890625000 +0.125976562500 0.122070312500 0.078613281250 0.031005859375 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.075683593750 +0.134765625000 0.184570312500 0.213867187500 0.201171875000 +0.143554687500 0.091796875000 0.018310546875 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.056396484375 0.089843750000 +0.111328125000 0.087402343750 0.031250000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.070312500000 0.130859375000 0.114746093750 0.032714843750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.063476562500 0.188476562500 +0.275390625000 0.279296875000 0.289062500000 0.265625000000 +0.171875000000 0.074707031250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.103027343750 0.172851562500 +0.237304687500 0.240234375000 0.255859375000 0.235351562500 +0.133789062500 0.118652343750 0.007873535156 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.105957031250 0.146484375000 0.207031250000 0.198242187500 +0.173828125000 0.152343750000 0.071777343750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.011718750000 +0.049560546875 0.104003906250 0.123535156250 0.095214843750 +0.072265625000 0.038330078125 0.021606445312 0.023559570312 +0.032226562500 0.015014648438 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.011962890625 0.062988281250 0.123535156250 0.087890625000 +0.060058593750 0.048828125000 0.005096435547 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.027099609375 0.029174804688 0.020629882812 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.004455566406 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.004821777344 0.031127929688 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000907897949 +0.121093750000 0.221679687500 0.324218750000 0.369140625000 +0.380859375000 0.351562500000 0.292968750000 0.178710937500 +0.067871093750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.075195312500 0.134765625000 +0.162109375000 0.127929687500 0.064941406250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.015319824219 0.131835937500 0.140625000000 0.142578125000 +0.125976562500 0.078125000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.036376953125 +0.143554687500 0.216796875000 0.269531250000 0.271484375000 +0.215820312500 0.159179687500 0.075195312500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.014099121094 +0.045166015625 0.096679687500 0.103515625000 0.083984375000 +0.090332031250 0.045654296875 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.011047363281 0.000000000000 0.016479492188 0.007781982422 +0.037353515625 0.052490234375 0.058593750000 0.058837890625 +0.008544921875 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.025634765625 +0.054931640625 0.056640625000 0.007263183594 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.086914062500 +0.122070312500 0.112792968750 0.069335937500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.084472656250 +0.243164062500 0.345703125000 0.382812500000 0.388671875000 +0.349609375000 0.283203125000 0.211914062500 0.124511718750 +0.057373046875 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.026123046875 0.047851562500 0.068847656250 0.068359375000 +0.041259765625 0.001632690430 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.019531250000 0.147460937500 +0.175781250000 0.185546875000 0.179687500000 0.096191406250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.034667968750 0.100097656250 0.129882812500 +0.117187500000 0.045410156250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.045410156250 0.073242187500 0.124511718750 0.082519531250 +0.100585937500 0.081054687500 0.115234375000 0.114257812500 +0.097167968750 0.117187500000 0.079101562500 0.109863281250 +0.135742187500 0.114257812500 0.124511718750 0.050048828125 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.073730468750 0.106445312500 +0.136718750000 0.088378906250 0.028564453125 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.019409179688 0.031494140625 +0.030517578125 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.057861328125 0.147460937500 0.190429687500 +0.213867187500 0.169921875000 0.091796875000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.035644531250 +0.152343750000 0.257812500000 0.332031250000 0.392578125000 +0.406250000000 0.410156250000 0.392578125000 0.326171875000 +0.217773437500 0.167968750000 0.060058593750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.019531250000 0.012268066406 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.040771484375 +0.179687500000 0.312500000000 0.441406250000 0.546875000000 +0.605468750000 0.656250000000 0.609375000000 0.494140625000 +0.359375000000 0.183593750000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.073730468750 0.137695312500 0.182617187500 0.152343750000 +0.109375000000 0.021362304688 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.016479492188 0.096191406250 0.168945312500 +0.196289062500 0.206054687500 0.239257812500 0.218750000000 +0.199218750000 0.166992187500 0.084960937500 0.032958984375 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.105957031250 0.234375000000 0.359375000000 +0.474609375000 0.550781250000 0.613281250000 0.632812500000 +0.652343750000 0.652343750000 0.613281250000 0.542968750000 +0.474609375000 0.378906250000 0.248046875000 0.119140625000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.014587402344 0.020263671875 0.045898437500 0.075683593750 +0.106933593750 0.108398437500 0.059570312500 0.052734375000 +0.060791015625 0.038085937500 0.011413574219 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.016357421875 0.056152343750 0.106445312500 +0.165039062500 0.236328125000 0.292968750000 0.326171875000 +0.300781250000 0.291015625000 0.246093750000 0.222656250000 +0.193359375000 0.136718750000 0.114746093750 0.114257812500 +0.108886718750 0.145507812500 0.177734375000 0.230468750000 +0.296875000000 0.333984375000 0.400390625000 0.441406250000 +0.500000000000 0.531250000000 0.570312500000 0.542968750000 +0.539062500000 0.482421875000 0.402343750000 0.343750000000 +0.239257812500 0.129882812500 0.007629394531 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.060058593750 0.125000000000 0.182617187500 0.255859375000 +0.310546875000 0.343750000000 0.326171875000 0.294921875000 +0.250000000000 0.200195312500 0.132812500000 0.029418945312 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.007873535156 0.081054687500 0.124511718750 0.137695312500 +0.118652343750 0.079101562500 0.007141113281 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.051025390625 0.072265625000 +0.121093750000 0.180664062500 0.236328125000 0.291015625000 +0.300781250000 0.304687500000 0.320312500000 0.322265625000 +0.330078125000 0.275390625000 0.197265625000 0.115722656250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.021240234375 0.008056640625 0.007019042969 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.079589843750 +0.147460937500 0.208007812500 0.263671875000 0.242187500000 +0.217773437500 0.154296875000 0.089355468750 0.002365112305 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.142578125000 0.287109375000 +0.351562500000 0.382812500000 0.376953125000 0.304687500000 +0.212890625000 0.097167968750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.038330078125 0.113769531250 0.114746093750 +0.120117187500 0.020385742188 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.033691406250 +0.081054687500 0.106933593750 0.106933593750 0.083496093750 +0.060058593750 0.017211914062 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.006896972656 0.104492187500 0.194335937500 +0.277343750000 0.341796875000 0.388671875000 0.435546875000 +0.468750000000 0.480468750000 0.468750000000 0.423828125000 +0.349609375000 0.281250000000 0.201171875000 0.140625000000 +0.078613281250 0.036865234375 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.011413574219 0.005889892578 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.075683593750 0.169921875000 0.216796875000 +0.221679687500 0.237304687500 0.196289062500 0.171875000000 +0.080566406250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.049316406250 0.100097656250 0.137695312500 0.177734375000 +0.220703125000 0.275390625000 0.333984375000 0.359375000000 +0.384765625000 0.423828125000 0.447265625000 0.490234375000 +0.542968750000 0.570312500000 0.585937500000 0.578125000000 +0.562500000000 0.554687500000 0.535156250000 0.486328125000 +0.410156250000 0.337890625000 0.273437500000 0.199218750000 +0.105957031250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000865936279 0.146484375000 +0.259765625000 0.382812500000 0.484375000000 0.535156250000 +0.550781250000 0.535156250000 0.484375000000 0.431640625000 +0.347656250000 0.244140625000 0.163085937500 0.073242187500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.011535644531 0.089843750000 0.152343750000 0.208984375000 +0.234375000000 0.237304687500 0.223632812500 0.211914062500 +0.171875000000 0.133789062500 0.077148437500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.016967773438 +0.080566406250 0.122558593750 0.125976562500 0.166992187500 +0.159179687500 0.155273437500 0.110839843750 0.046386718750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.006225585938 +0.124511718750 0.237304687500 0.296875000000 0.326171875000 +0.347656250000 0.328125000000 0.255859375000 0.142578125000 +0.009643554688 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.036132812500 0.070312500000 0.097656250000 +0.079101562500 0.070800781250 0.052978515625 0.011657714844 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.046142578125 +0.087890625000 0.094238281250 0.109375000000 0.130859375000 +0.104492187500 0.075195312500 0.021362304688 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.074707031250 0.156250000000 0.235351562500 +0.263671875000 0.257812500000 0.228515625000 0.157226562500 +0.064941406250 0.006927490234 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.030761718750 +0.039550781250 0.052734375000 0.052490234375 0.059570312500 +0.055908203125 0.005401611328 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.023559570312 0.054199218750 0.104980468750 0.102050781250 +0.102050781250 0.056640625000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.053710937500 +0.108886718750 0.127929687500 0.129882812500 0.125000000000 +0.066406250000 0.052001953125 0.000113964081 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.031982421875 0.084960937500 +0.105957031250 0.146484375000 0.137695312500 0.141601562500 +0.128906250000 0.074218750000 0.047363281250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.040039062500 0.065917968750 0.093750000000 0.066406250000 +0.046630859375 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.083007812500 0.165039062500 0.186523437500 0.189453125000 +0.169921875000 0.092285156250 0.004730224609 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.029541015625 0.099609375000 +0.152343750000 0.155273437500 0.150390625000 0.106445312500 +0.018798828125 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.070800781250 0.152343750000 0.191406250000 +0.220703125000 0.206054687500 0.225585937500 0.169921875000 +0.138671875000 0.047119140625 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.049316406250 +0.086914062500 0.135742187500 0.128906250000 0.086914062500 +0.042724609375 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.005554199219 0.057373046875 0.046875000000 +0.056152343750 0.035888671875 0.034912109375 0.001525878906 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.001449584961 +0.006042480469 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.042724609375 0.089355468750 0.101562500000 +0.098144531250 0.087402343750 0.055419921875 0.037353515625 +0.002227783203 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.036621093750 +0.109375000000 0.151367187500 0.176757812500 0.165039062500 +0.105957031250 0.032958984375 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.136718750000 +0.231445312500 0.308593750000 0.330078125000 0.341796875000 +0.320312500000 0.304687500000 0.261718750000 0.205078125000 +0.119628906250 0.002838134766 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.030029296875 0.083984375000 0.125976562500 +0.093750000000 0.044433593750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.017456054688 0.012268066406 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.004302978516 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.056884765625 0.121582031250 0.159179687500 +0.188476562500 0.227539062500 0.251953125000 0.279296875000 +0.245117187500 0.205078125000 0.136718750000 0.110839843750 +0.064941406250 0.021850585938 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.027954101562 +0.088378906250 0.107910156250 0.112792968750 0.093750000000 +0.084960937500 0.049072265625 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.047607421875 0.053222656250 0.047119140625 0.030273437500 +0.023437500000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.028564453125 0.104980468750 +0.124511718750 0.110839843750 0.059570312500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.012817382812 +0.032470703125 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.031494140625 0.098144531250 0.120117187500 0.127929687500 +0.145507812500 0.168945312500 0.164062500000 0.157226562500 +0.126953125000 0.079101562500 0.050048828125 0.002197265625 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.014770507812 0.006958007812 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000242233276 0.007995605469 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.015869140625 0.061279296875 0.100097656250 +0.130859375000 0.164062500000 0.131835937500 0.097167968750 +0.060546875000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.050048828125 0.114257812500 +0.151367187500 0.149414062500 0.127929687500 0.063964843750 +0.008178710938 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.050537109375 0.062500000000 +0.071777343750 0.096679687500 0.053955078125 0.005767822266 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.031127929688 0.031250000000 0.046386718750 0.017944335938 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.027343750000 +0.061035156250 0.050537109375 0.041259765625 0.017089843750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.065917968750 0.033203125000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.014404296875 +0.057373046875 0.107910156250 0.147460937500 0.180664062500 +0.217773437500 0.234375000000 0.210937500000 0.153320312500 +0.096679687500 0.021972656250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.010925292969 +0.018188476562 0.014953613281 0.029541015625 0.040527343750 +0.044433593750 0.081542968750 0.097656250000 0.098144531250 +0.116699218750 0.117187500000 0.121093750000 0.125976562500 +0.125000000000 0.122070312500 0.125976562500 0.114746093750 +0.101074218750 0.089355468750 0.083007812500 0.074707031250 +0.068359375000 0.063964843750 0.048583984375 0.020874023438 +0.006042480469 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.013122558594 0.052734375000 +0.094726562500 0.134765625000 0.173828125000 0.208984375000 +0.234375000000 0.251953125000 0.229492187500 0.217773437500 +0.194335937500 0.177734375000 0.189453125000 0.175781250000 +0.188476562500 0.188476562500 0.197265625000 0.215820312500 +0.226562500000 0.237304687500 0.249023437500 0.243164062500 +0.224609375000 0.196289062500 0.160156250000 0.114746093750 +0.059814453125 0.004943847656 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.014648437500 0.059326171875 0.104980468750 +0.129882812500 0.168945312500 0.202148437500 0.225585937500 +0.251953125000 0.259765625000 0.263671875000 0.275390625000 +0.269531250000 0.263671875000 0.222656250000 0.185546875000 +0.133789062500 0.057617187500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.070800781250 +0.162109375000 0.224609375000 0.265625000000 0.310546875000 +0.310546875000 0.277343750000 0.239257812500 0.185546875000 +0.113769531250 0.034179687500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.003646850586 0.070312500000 +0.144531250000 0.183593750000 0.235351562500 0.271484375000 +0.271484375000 0.253906250000 0.229492187500 0.177734375000 +0.124023437500 0.058593750000 0.007080078125 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.051025390625 0.094726562500 +0.150390625000 0.208007812500 0.257812500000 0.308593750000 +0.345703125000 0.357421875000 0.367187500000 0.367187500000 +0.355468750000 0.324218750000 0.296875000000 0.255859375000 +0.216796875000 0.185546875000 0.166015625000 0.148437500000 +0.132812500000 0.127929687500 0.131835937500 0.146484375000 +0.160156250000 0.201171875000 0.212890625000 0.239257812500 +0.235351562500 0.222656250000 0.206054687500 0.168945312500 +0.124023437500 0.064941406250 0.006988525391 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.031250000000 0.076660156250 +0.114257812500 0.131835937500 0.150390625000 0.168945312500 +0.169921875000 0.167968750000 0.154296875000 0.131835937500 +0.114257812500 0.117187500000 0.123535156250 0.131835937500 +0.159179687500 0.175781250000 0.189453125000 0.215820312500 +0.240234375000 0.237304687500 0.245117187500 0.225585937500 +0.211914062500 0.175781250000 0.139648437500 0.108398437500 +0.070312500000 0.026367187500 0.011047363281 0.010925292969 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000606536865 0.000041961670 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000148773193 +0.045898437500 0.108886718750 0.159179687500 0.199218750000 +0.236328125000 0.273437500000 0.300781250000 0.314453125000 +0.328125000000 0.326171875000 0.324218750000 0.314453125000 +0.291015625000 0.279296875000 0.253906250000 0.220703125000 +0.193359375000 0.150390625000 0.099609375000 0.067871093750 +0.023559570312 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.047363281250 0.104003906250 0.135742187500 +0.175781250000 0.200195312500 0.234375000000 0.241210937500 +0.232421875000 0.213867187500 0.182617187500 0.131835937500 +0.083007812500 0.046875000000 0.004028320312 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.035400390625 0.043701171875 0.065917968750 +0.083496093750 0.096679687500 0.074707031250 0.086425781250 +0.071777343750 0.066894531250 0.042480468750 0.040771484375 +0.015991210938 0.031982421875 0.025024414062 0.033447265625 +0.059570312500 0.087890625000 0.121582031250 0.158203125000 +0.187500000000 0.211914062500 0.214843750000 0.227539062500 +0.213867187500 0.208984375000 0.188476562500 0.128906250000 +0.102050781250 0.061767578125 0.017333984375 0.000126838684 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.063964843750 0.126953125000 +0.188476562500 0.232421875000 0.263671875000 0.273437500000 +0.261718750000 0.259765625000 0.242187500000 0.208984375000 +0.170898437500 0.145507812500 0.126953125000 0.089355468750 +0.062988281250 0.049804687500 0.039794921875 0.033447265625 +0.026855468750 0.013916015625 0.015014648438 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.001594543457 0.013488769531 0.018676757812 0.041748046875 +0.039550781250 0.045898437500 0.051025390625 0.060546875000 +0.048828125000 0.050537109375 0.043945312500 0.035888671875 +0.040527343750 0.056884765625 0.084472656250 0.125976562500 +0.155273437500 0.194335937500 0.229492187500 0.247070312500 +0.265625000000 0.291015625000 0.300781250000 0.294921875000 +0.285156250000 0.263671875000 0.231445312500 0.216796875000 +0.172851562500 0.142578125000 0.125976562500 0.094238281250 +0.048095703125 0.030883789062 0.037353515625 0.031982421875 +0.024291992188 0.035644531250 0.037841796875 0.039062500000 +0.045898437500 0.030517578125 0.015747070312 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.035644531250 0.061523437500 0.077636718750 +0.081054687500 0.084472656250 0.092773437500 0.088867187500 +0.085449218750 0.092285156250 0.118164062500 0.126953125000 +0.166015625000 0.224609375000 0.277343750000 0.310546875000 +0.341796875000 0.369140625000 0.365234375000 0.326171875000 +0.285156250000 0.225585937500 0.157226562500 0.067382812500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.022705078125 +0.102539062500 0.172851562500 0.235351562500 0.263671875000 +0.292968750000 0.302734375000 0.316406250000 0.308593750000 +0.292968750000 0.269531250000 0.253906250000 0.220703125000 +0.203125000000 0.186523437500 0.168945312500 0.159179687500 +0.148437500000 0.132812500000 0.127929687500 0.129882812500 +0.122558593750 0.104980468750 0.091796875000 0.079101562500 +0.058593750000 0.046386718750 0.010803222656 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.010559082031 0.020996093750 0.034912109375 0.024780273438 +0.029296875000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.054931640625 0.109863281250 0.157226562500 0.188476562500 +0.226562500000 0.223632812500 0.217773437500 0.171875000000 +0.109863281250 0.054199218750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.018798828125 0.074707031250 +0.129882812500 0.195312500000 0.234375000000 0.253906250000 +0.263671875000 0.250000000000 0.224609375000 0.190429687500 +0.147460937500 0.124511718750 0.085449218750 0.045898437500 +0.013916015625 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.007781982422 0.000881195068 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.031005859375 +0.067382812500 0.118652343750 0.150390625000 0.180664062500 +0.193359375000 0.189453125000 0.176757812500 0.139648437500 +0.075195312500 0.037353515625 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.028930664062 0.056884765625 0.069335937500 +0.097656250000 0.105468750000 0.099609375000 0.083496093750 +0.061767578125 0.027221679688 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.013977050781 0.085449218750 +0.146484375000 0.176757812500 0.225585937500 0.246093750000 +0.267578125000 0.275390625000 0.273437500000 0.259765625000 +0.237304687500 0.208007812500 0.171875000000 0.133789062500 +0.083007812500 0.031250000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.031738281250 0.088867187500 +0.143554687500 0.172851562500 0.191406250000 0.208007812500 +0.212890625000 0.208007812500 0.189453125000 0.179687500000 +0.155273437500 0.126953125000 0.107910156250 0.101562500000 +0.083007812500 0.076171875000 0.091308593750 0.092285156250 +0.090820312500 0.097167968750 0.100097656250 0.099609375000 +0.109375000000 0.109375000000 0.099609375000 0.084960937500 +0.043945312500 0.016235351562 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.037109375000 0.070312500000 +0.088378906250 0.108398437500 0.104492187500 0.095703125000 +0.061279296875 0.005065917969 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.020385742188 0.052490234375 0.049804687500 0.075195312500 +0.097656250000 0.107421875000 0.114746093750 0.109375000000 +0.121582031250 0.104003906250 0.069824218750 0.047607421875 +0.033447265625 0.019531250000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.009338378906 0.057861328125 0.103027343750 +0.129882812500 0.131835937500 0.122558593750 0.106933593750 +0.071777343750 0.006561279297 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.016845703125 0.077148437500 0.141601562500 +0.180664062500 0.204101562500 0.226562500000 0.226562500000 +0.204101562500 0.172851562500 0.156250000000 0.122070312500 +0.092773437500 0.074218750000 0.069335937500 0.060302734375 +0.072753906250 0.090332031250 0.124511718750 0.135742187500 +0.141601562500 0.123535156250 0.099121093750 0.066894531250 +0.032470703125 0.002258300781 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.017333984375 0.043701171875 0.081054687500 0.108886718750 +0.151367187500 0.182617187500 0.208007812500 0.216796875000 +0.236328125000 0.229492187500 0.201171875000 0.187500000000 +0.141601562500 0.104492187500 0.059570312500 0.006042480469 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.004089355469 0.035888671875 0.076660156250 0.131835937500 +0.168945312500 0.194335937500 0.210937500000 0.218750000000 +0.171875000000 0.142578125000 0.095703125000 0.058593750000 +0.011901855469 0.000000000000 0.000000000000 0.000000000000 +0.010375976562 0.031005859375 0.005035400391 0.016723632812 +0.003997802734 0.000000000000 0.003417968750 0.000000000000 +0.016113281250 0.042968750000 0.055175781250 0.116699218750 +0.117675781250 0.164062500000 0.165039062500 0.151367187500 +0.157226562500 0.127929687500 0.074707031250 0.026733398438 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000010490417 0.020629882812 0.062988281250 +0.073730468750 0.072753906250 0.113281250000 0.111328125000 +0.122558593750 0.148437500000 0.125976562500 0.130859375000 +0.162109375000 0.126953125000 0.131835937500 0.135742187500 +0.092773437500 0.113769531250 0.095214843750 0.100585937500 +0.076660156250 0.061523437500 0.069335937500 0.026611328125 +0.018920898438 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.009826660156 0.015625000000 0.013366699219 0.021240234375 +0.039550781250 0.057617187500 0.049072265625 0.082031250000 +0.113281250000 0.128906250000 0.166015625000 0.178710937500 +0.198242187500 0.209960937500 0.199218750000 0.205078125000 +0.159179687500 0.150390625000 0.152343750000 0.099121093750 +0.099609375000 0.061035156250 0.059570312500 0.053710937500 +0.054199218750 0.066894531250 0.044433593750 0.063964843750 +0.060058593750 0.068847656250 0.077636718750 0.061279296875 +0.076171875000 0.065917968750 0.076660156250 0.072265625000 +0.077148437500 0.093261718750 0.081542968750 0.077148437500 +0.083007812500 0.041748046875 0.024414062500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.004150390625 0.041259765625 0.103027343750 +0.135742187500 0.143554687500 0.157226562500 0.143554687500 +0.091308593750 0.061035156250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.057617187500 +0.102539062500 0.113281250000 0.165039062500 0.156250000000 +0.135742187500 0.146484375000 0.108886718750 0.070800781250 +0.015502929688 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.032470703125 +0.085449218750 0.113769531250 0.138671875000 0.180664062500 +0.144531250000 0.163085937500 0.139648437500 0.102539062500 +0.099121093750 0.036865234375 0.016967773438 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.018920898438 0.029296875000 +0.089843750000 0.100097656250 0.133789062500 0.148437500000 +0.143554687500 0.147460937500 0.114257812500 0.102050781250 +0.052734375000 0.011474609375 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.001686096191 0.030151367188 +0.017578125000 0.017578125000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.009582519531 0.000000000000 +0.004608154297 0.005523681641 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.013366699219 0.022460937500 0.049316406250 0.052001953125 +0.052734375000 0.055419921875 0.057373046875 0.036376953125 +0.021362304688 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.008728027344 0.025390625000 0.054443359375 +0.066894531250 0.091308593750 0.103027343750 0.107421875000 +0.100097656250 0.099121093750 0.102539062500 0.064941406250 +0.066406250000 0.045654296875 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.010253906250 0.025390625000 0.058349609375 +0.044433593750 0.042480468750 0.043701171875 0.017700195312 +0.003005981445 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.034423828125 0.053222656250 0.079589843750 +0.107421875000 0.117675781250 0.146484375000 0.142578125000 +0.162109375000 0.131835937500 0.140625000000 0.124511718750 +0.096679687500 0.080078125000 0.080566406250 0.030517578125 +0.046875000000 0.043457031250 0.042968750000 0.051513671875 +0.028198242188 0.046142578125 0.044677734375 0.052978515625 +0.046142578125 0.031982421875 0.043457031250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.022460937500 0.048583984375 0.083496093750 0.111816406250 +0.122558593750 0.111816406250 0.123535156250 0.105468750000 +0.090332031250 0.075195312500 0.047363281250 0.022949218750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.002319335938 +0.021118164062 0.039794921875 0.055175781250 0.044677734375 +0.048828125000 0.040283203125 0.018432617188 0.028564453125 +0.020019531250 0.009826660156 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.009521484375 0.033935546875 0.117675781250 0.133789062500 +0.172851562500 0.210937500000 0.218750000000 0.226562500000 +0.224609375000 0.200195312500 0.173828125000 0.175781250000 +0.151367187500 0.110351562500 0.101074218750 0.090820312500 +0.048095703125 0.043457031250 0.044433593750 0.049072265625 +0.051269531250 0.071289062500 0.101074218750 0.084472656250 +0.103027343750 0.096679687500 0.093261718750 0.077148437500 +0.042236328125 0.028686523438 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000686645508 0.000000000000 0.008422851562 0.007141113281 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.005493164062 0.001968383789 +0.033691406250 0.083007812500 0.085449218750 0.111328125000 +0.096191406250 0.112792968750 0.115234375000 0.054687500000 +0.036621093750 0.015014648438 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.003479003906 0.032470703125 0.095703125000 +0.140625000000 0.173828125000 0.199218750000 0.214843750000 +0.228515625000 0.219726562500 0.219726562500 0.213867187500 +0.190429687500 0.171875000000 0.127929687500 0.090820312500 +0.071777343750 0.041503906250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.015441894531 +0.018676757812 0.046875000000 0.064941406250 0.080566406250 +0.103027343750 0.124511718750 0.125000000000 0.139648437500 +0.142578125000 0.156250000000 0.116210937500 0.121582031250 +0.072753906250 0.033691406250 0.034423828125 0.009704589844 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.014282226562 0.049072265625 0.063476562500 0.091308593750 +0.140625000000 0.146484375000 0.132812500000 0.140625000000 +0.111816406250 0.087890625000 0.068359375000 0.000011622906 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.009826660156 0.001007080078 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.025268554688 0.016357421875 0.023315429688 0.049316406250 +0.021362304688 0.002548217773 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.015075683594 0.040527343750 +0.060058593750 0.075683593750 0.084960937500 0.104492187500 +0.091308593750 0.068847656250 0.025268554688 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.005279541016 0.030517578125 0.034423828125 +0.049804687500 0.030517578125 0.017944335938 0.035156250000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.034667968750 0.084960937500 +0.131835937500 0.158203125000 0.169921875000 0.175781250000 +0.188476562500 0.175781250000 0.161132812500 0.163085937500 +0.134765625000 0.125976562500 0.111328125000 0.117675781250 +0.101562500000 0.104003906250 0.106445312500 0.102050781250 +0.135742187500 0.130859375000 0.125000000000 0.130859375000 +0.125976562500 0.112792968750 0.110351562500 0.062255859375 +0.037841796875 0.020874023438 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000877380371 +0.013000488281 0.049072265625 0.050048828125 0.048095703125 +0.065917968750 0.042724609375 0.021728515625 0.005340576172 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000167846680 0.027221679688 +0.090820312500 0.079101562500 0.116699218750 0.126953125000 +0.121093750000 0.134765625000 0.086914062500 0.072753906250 +0.040527343750 0.018676757812 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.016967773438 +0.033935546875 0.018432617188 0.018554687500 0.002639770508 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.009765625000 +0.062011718750 0.071777343750 0.101562500000 0.132812500000 +0.106933593750 0.111328125000 0.087890625000 0.083984375000 +0.058349609375 0.028442382812 0.010009765625 0.000000000000 +0.000000000000 0.000000000000 0.003814697266 0.021850585938 +0.011291503906 0.054687500000 0.008361816406 0.003875732422 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.007781982422 +0.014160156250 0.058593750000 0.057373046875 0.053466796875 +0.081054687500 0.067382812500 0.056396484375 0.052734375000 +0.029907226562 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.024291992188 0.074707031250 +0.057373046875 0.091308593750 0.104980468750 0.087890625000 +0.091308593750 0.093750000000 0.094238281250 0.091308593750 +0.080078125000 0.065917968750 0.085937500000 0.061279296875 +0.056640625000 0.054687500000 0.011230468750 0.023803710938 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.011596679688 0.013122558594 0.057617187500 0.090332031250 +0.102539062500 0.107910156250 0.112304687500 0.104003906250 +0.082031250000 0.026611328125 0.000000000000 0.013488769531 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.051757812500 0.061035156250 +0.018554687500 0.002502441406 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.026000976562 0.160156250000 0.289062500000 +0.398437500000 0.488281250000 0.546875000000 0.601562500000 +0.609375000000 0.605468750000 0.574218750000 0.542968750000 +0.474609375000 0.427734375000 0.371093750000 0.294921875000 +0.251953125000 0.207031250000 0.173828125000 0.122558593750 +0.086425781250 0.026367187500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.071289062500 0.163085937500 0.232421875000 +0.253906250000 0.223632812500 0.139648437500 0.032470703125 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.073242187500 +0.162109375000 0.231445312500 0.267578125000 0.246093750000 +0.195312500000 0.122070312500 0.007751464844 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.037841796875 0.210937500000 0.359375000000 +0.496093750000 0.570312500000 0.625000000000 0.644531250000 +0.609375000000 0.519531250000 0.361328125000 0.225585937500 +0.033447265625 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.130859375000 0.294921875000 +0.406250000000 0.503906250000 0.566406250000 0.621093750000 +0.597656250000 0.601562500000 0.558593750000 0.535156250000 +0.457031250000 0.373046875000 0.283203125000 0.201171875000 +0.098632812500 0.003433227539 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.029541015625 0.131835937500 0.251953125000 +0.355468750000 0.437500000000 0.507812500000 0.535156250000 +0.519531250000 0.451171875000 0.359375000000 0.209960937500 +0.038330078125 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.073242187500 +0.176757812500 0.263671875000 0.347656250000 0.441406250000 +0.494140625000 0.546875000000 0.582031250000 0.593750000000 +0.597656250000 0.593750000000 0.589843750000 0.578125000000 +0.578125000000 0.554687500000 0.498046875000 0.445312500000 +0.392578125000 0.349609375000 0.289062500000 0.250000000000 +0.206054687500 0.180664062500 0.145507812500 0.165039062500 +0.173828125000 0.221679687500 0.281250000000 0.361328125000 +0.408203125000 0.433593750000 0.494140625000 0.494140625000 +0.447265625000 0.384765625000 0.318359375000 0.164062500000 +0.006408691406 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.038085937500 0.057617187500 0.063964843750 +0.019653320312 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.036376953125 0.111816406250 0.169921875000 +0.227539062500 0.269531250000 0.335937500000 0.345703125000 +0.373046875000 0.408203125000 0.421875000000 0.437500000000 +0.449218750000 0.433593750000 0.429687500000 0.410156250000 +0.373046875000 0.337890625000 0.318359375000 0.257812500000 +0.200195312500 0.155273437500 0.116699218750 0.076660156250 +0.033935546875 0.013183593750 0.000000000000 0.000000000000 +0.000000000000 0.005462646484 0.017578125000 0.046386718750 +0.088867187500 0.123535156250 0.181640625000 0.229492187500 +0.255859375000 0.281250000000 0.320312500000 0.324218750000 +0.318359375000 0.296875000000 0.285156250000 0.265625000000 +0.213867187500 0.174804687500 0.155273437500 0.116210937500 +0.092285156250 0.078613281250 0.055664062500 0.029663085938 +0.019042968750 0.022827148438 0.011169433594 0.024780273438 +0.028198242188 0.070312500000 0.082519531250 0.086914062500 +0.083007812500 0.108398437500 0.121093750000 0.103515625000 +0.064941406250 0.020751953125 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.012207031250 +0.069335937500 0.124511718750 0.171875000000 0.157226562500 +0.166992187500 0.163085937500 0.125976562500 0.083007812500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.002136230469 0.032226562500 0.032958984375 0.007385253906 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.156250000000 +0.349609375000 0.511718750000 0.660156250000 0.742187500000 +0.800781250000 0.800781250000 0.777343750000 0.675781250000 +0.562500000000 0.419921875000 0.273437500000 0.088378906250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.092285156250 +0.141601562500 0.162109375000 0.133789062500 0.064941406250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.093750000000 0.207031250000 +0.298828125000 0.402343750000 0.474609375000 0.486328125000 +0.439453125000 0.419921875000 0.345703125000 0.218750000000 +0.107910156250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.002059936523 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.144531250000 +0.308593750000 0.408203125000 0.468750000000 0.507812500000 +0.492187500000 0.433593750000 0.335937500000 0.196289062500 +0.052734375000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.026733398438 0.151367187500 0.265625000000 +0.363281250000 0.445312500000 0.519531250000 0.539062500000 +0.558593750000 0.558593750000 0.554687500000 0.527343750000 +0.523437500000 0.527343750000 0.523437500000 0.511718750000 +0.539062500000 0.550781250000 0.562500000000 0.570312500000 +0.578125000000 0.589843750000 0.582031250000 0.523437500000 +0.455078125000 0.373046875000 0.271484375000 0.125976562500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.020874023438 +0.074218750000 0.095214843750 0.055664062500 0.006134033203 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.111328125000 0.224609375000 0.298828125000 +0.357421875000 0.373046875000 0.353515625000 0.265625000000 +0.194335937500 0.070800781250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.013610839844 0.226562500000 +0.412109375000 0.566406250000 0.679687500000 0.765625000000 +0.808593750000 0.824218750000 0.796875000000 0.761718750000 +0.687500000000 0.605468750000 0.527343750000 0.449218750000 +0.347656250000 0.283203125000 0.234375000000 0.224609375000 +0.175781250000 0.154296875000 0.148437500000 0.145507812500 +0.127929687500 0.097656250000 0.095214843750 0.057617187500 +0.000949859619 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.061767578125 0.170898437500 +0.279296875000 0.357421875000 0.414062500000 0.455078125000 +0.482421875000 0.458984375000 0.406250000000 0.324218750000 +0.226562500000 0.056640625000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.037353515625 0.191406250000 +0.271484375000 0.314453125000 0.308593750000 0.263671875000 +0.161132812500 0.004180908203 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.044677734375 0.125000000000 0.197265625000 +0.220703125000 0.199218750000 0.136718750000 0.058593750000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.016357421875 0.105468750000 0.207031250000 0.269531250000 +0.349609375000 0.410156250000 0.498046875000 0.539062500000 +0.589843750000 0.640625000000 0.687500000000 0.730468750000 +0.773437500000 0.746093750000 0.718750000000 0.613281250000 +0.511718750000 0.349609375000 0.176757812500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.092773437500 0.175781250000 0.255859375000 0.310546875000 +0.337890625000 0.308593750000 0.259765625000 0.179687500000 +0.083984375000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.053710937500 +0.108886718750 0.148437500000 0.194335937500 0.196289062500 +0.184570312500 0.115234375000 0.035156250000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.046630859375 0.175781250000 0.265625000000 +0.279296875000 0.235351562500 0.135742187500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.104980468750 0.204101562500 0.263671875000 0.275390625000 +0.267578125000 0.244140625000 0.170898437500 0.085937500000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.010009765625 0.040283203125 +0.035888671875 0.015319824219 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.032714843750 0.078613281250 +0.136718750000 0.152343750000 0.148437500000 0.144531250000 +0.101074218750 0.030151367188 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.074707031250 +0.207031250000 0.332031250000 0.371093750000 0.388671875000 +0.392578125000 0.320312500000 0.227539062500 0.137695312500 +0.045898437500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.014770507812 0.063476562500 0.075195312500 +0.070312500000 0.044921875000 0.034423828125 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.011169433594 0.054931640625 0.103027343750 +0.135742187500 0.149414062500 0.173828125000 0.162109375000 +0.169921875000 0.192382812500 0.205078125000 0.228515625000 +0.281250000000 0.322265625000 0.343750000000 0.373046875000 +0.355468750000 0.273437500000 0.206054687500 0.115234375000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.012695312500 0.109863281250 0.212890625000 0.263671875000 +0.308593750000 0.345703125000 0.365234375000 0.308593750000 +0.226562500000 0.130859375000 0.020141601562 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.058349609375 0.089355468750 0.119140625000 0.153320312500 +0.185546875000 0.225585937500 0.243164062500 0.248046875000 +0.236328125000 0.251953125000 0.271484375000 0.273437500000 +0.267578125000 0.237304687500 0.191406250000 0.131835937500 +0.103027343750 0.048583984375 0.001655578613 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.018554687500 0.051269531250 0.076660156250 +0.085937500000 0.103027343750 0.117675781250 0.127929687500 +0.106933593750 0.093261718750 0.047607421875 0.005493164062 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.045898437500 0.050781250000 +0.067871093750 0.089843750000 0.055175781250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.041748046875 0.090820312500 +0.101562500000 0.098144531250 0.078125000000 0.060791015625 +0.049072265625 0.049316406250 0.023681640625 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.041503906250 0.108398437500 +0.177734375000 0.251953125000 0.310546875000 0.367187500000 +0.359375000000 0.310546875000 0.253906250000 0.176757812500 +0.131835937500 0.076660156250 0.015747070312 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.073242187500 0.106933593750 0.151367187500 0.193359375000 +0.245117187500 0.294921875000 0.328125000000 0.298828125000 +0.193359375000 0.083496093750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.016601562500 0.041503906250 0.087402343750 0.106933593750 +0.111816406250 0.101562500000 0.069335937500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.122070312500 0.236328125000 +0.324218750000 0.347656250000 0.332031250000 0.265625000000 +0.143554687500 0.013305664062 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.054443359375 0.162109375000 0.261718750000 +0.320312500000 0.353515625000 0.330078125000 0.281250000000 +0.217773437500 0.103027343750 0.001945495605 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.004516601562 0.074707031250 0.161132812500 0.188476562500 +0.190429687500 0.172851562500 0.112792968750 0.021606445312 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.008911132812 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.030395507812 0.081542968750 +0.108398437500 0.151367187500 0.191406250000 0.242187500000 +0.253906250000 0.271484375000 0.250000000000 0.196289062500 +0.130859375000 0.081054687500 0.039062500000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.006042480469 0.033203125000 0.035644531250 +0.020996093750 0.005340576172 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.036865234375 0.077636718750 +0.138671875000 0.202148437500 0.257812500000 0.310546875000 +0.341796875000 0.349609375000 0.349609375000 0.339843750000 +0.330078125000 0.314453125000 0.285156250000 0.230468750000 +0.185546875000 0.123535156250 0.062500000000 0.014587402344 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.026733398438 0.074707031250 0.097167968750 +0.081054687500 0.048095703125 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.073242187500 +0.238281250000 0.384765625000 0.464843750000 0.523437500000 +0.519531250000 0.498046875000 0.458984375000 0.410156250000 +0.343750000000 0.298828125000 0.218750000000 0.136718750000 +0.118652343750 0.109375000000 0.071777343750 0.044189453125 +0.026123046875 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.106933593750 0.199218750000 +0.277343750000 0.300781250000 0.292968750000 0.308593750000 +0.263671875000 0.169921875000 0.104492187500 0.037109375000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.014892578125 +0.019042968750 0.026733398438 0.062988281250 0.035400390625 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.091308593750 +0.224609375000 0.328125000000 0.394531250000 0.398437500000 +0.367187500000 0.308593750000 0.255859375000 0.182617187500 +0.108398437500 0.052734375000 0.004455566406 0.000000000000 +0.000000000000 0.000000000000 0.030639648438 0.081054687500 +0.125000000000 0.171875000000 0.242187500000 0.283203125000 +0.289062500000 0.287109375000 0.243164062500 0.169921875000 +0.082519531250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.089355468750 +0.122070312500 0.153320312500 0.127929687500 0.072265625000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.016235351562 0.000000000000 0.014343261719 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.020996093750 +0.006072998047 0.056152343750 0.074218750000 0.028686523438 +0.081542968750 0.014831542969 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.005584716797 +0.000000000000 0.032226562500 0.000000000000 0.007537841797 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.033691406250 0.064941406250 0.097167968750 0.168945312500 +0.134765625000 0.117187500000 0.105957031250 0.098144531250 +0.028930664062 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.035400390625 +0.048095703125 0.030761718750 0.062011718750 0.069335937500 +0.007812500000 0.050292968750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.026000976562 0.077636718750 0.102050781250 +0.085449218750 0.146484375000 0.134765625000 0.174804687500 +0.171875000000 0.157226562500 0.067382812500 0.115722656250 +0.024658203125 0.000000000000 0.008544921875 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.006530761719 0.053710937500 0.062500000000 +0.101074218750 0.141601562500 0.064453125000 0.046875000000 +0.074218750000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.010253906250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.032470703125 +0.009338378906 0.002395629883 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.021240234375 0.035400390625 0.064453125000 0.071777343750 +0.062255859375 0.059326171875 0.027221679688 0.005340576172 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.023559570312 0.051757812500 0.094238281250 0.127929687500 +0.119140625000 0.108886718750 0.084472656250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000495910645 0.024536132812 0.062255859375 0.026123046875 +0.069335937500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.002975463867 0.017211914062 0.017822265625 +0.023071289062 0.003189086914 0.033691406250 0.027954101562 +0.011596679688 0.056152343750 0.022094726562 0.015197753906 +0.054687500000 0.039062500000 0.075195312500 0.111816406250 +0.101562500000 0.119140625000 0.129882812500 0.114257812500 +0.116699218750 0.101562500000 0.101562500000 0.079589843750 +0.044677734375 0.032470703125 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.074218750000 0.034423828125 +0.018432617188 0.055664062500 0.006805419922 0.000000000000 +0.035156250000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.030639648438 0.040039062500 +0.055419921875 0.015563964844 0.015319824219 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.003997802734 +0.000000000000 0.012634277344 0.071289062500 0.031250000000 +0.068847656250 0.013366699219 0.000000000000 0.019653320312 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.041259765625 0.000000000000 0.022583007812 0.038818359375 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.006378173828 0.000000000000 0.005035400391 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.055419921875 0.092285156250 +0.066406250000 0.019653320312 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.061523437500 0.131835937500 0.202148437500 0.229492187500 +0.239257812500 0.251953125000 0.255859375000 0.229492187500 +0.190429687500 0.180664062500 0.140625000000 0.060302734375 +0.033447265625 0.000984191895 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.015319824219 +0.027465820312 0.031738281250 0.046630859375 0.049316406250 +0.053710937500 0.043701171875 0.014282226562 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.009338378906 0.051269531250 +0.099609375000 0.151367187500 0.170898437500 0.181640625000 +0.172851562500 0.132812500000 0.099121093750 0.071777343750 +0.029785156250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.054931640625 0.141601562500 0.180664062500 +0.229492187500 0.277343750000 0.277343750000 0.277343750000 +0.283203125000 0.241210937500 0.169921875000 0.079101562500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.009521484375 0.061767578125 0.113769531250 0.146484375000 +0.136718750000 0.105957031250 0.059082031250 0.001129150391 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.003784179688 0.062500000000 0.108398437500 0.152343750000 +0.173828125000 0.169921875000 0.182617187500 0.161132812500 +0.120605468750 0.115234375000 0.074707031250 0.041503906250 +0.018066406250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.008300781250 0.060302734375 0.127929687500 0.180664062500 +0.216796875000 0.255859375000 0.289062500000 0.304687500000 +0.316406250000 0.332031250000 0.306640625000 0.281250000000 +0.277343750000 0.246093750000 0.199218750000 0.164062500000 +0.124023437500 0.070312500000 0.023071289062 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.019653320312 +0.039550781250 0.046875000000 0.060302734375 0.063476562500 +0.082519531250 0.097656250000 0.086914062500 0.086914062500 +0.077148437500 0.050781250000 0.048339843750 0.042968750000 +0.016479492188 0.014099121094 0.017822265625 0.002883911133 +0.000014781952 0.014465332031 0.013549804688 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.003112792969 +0.026977539062 0.046386718750 0.076660156250 0.106445312500 +0.136718750000 0.157226562500 0.187500000000 0.225585937500 +0.245117187500 0.265625000000 0.267578125000 0.244140625000 +0.227539062500 0.191406250000 0.151367187500 0.143554687500 +0.130859375000 0.106933593750 0.100585937500 0.103027343750 +0.107421875000 0.129882812500 0.145507812500 0.158203125000 +0.177734375000 0.178710937500 0.184570312500 0.190429687500 +0.192382812500 0.197265625000 0.167968750000 0.138671875000 +0.112304687500 0.079101562500 0.031250000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.005218505859 0.010742187500 0.025756835938 +0.059082031250 0.064941406250 0.068359375000 0.083984375000 +0.083496093750 0.082031250000 0.070312500000 0.025634765625 +0.006072998047 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.027954101562 0.058105468750 +0.071777343750 0.077148437500 0.065429687500 0.042724609375 +0.045654296875 0.022338867188 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.005340576172 0.013549804688 +0.029296875000 0.046875000000 0.046142578125 0.044677734375 +0.053710937500 0.028442382812 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.018920898438 0.020385742188 +0.031982421875 0.059814453125 0.069824218750 0.112304687500 +0.140625000000 0.159179687500 0.183593750000 0.189453125000 +0.195312500000 0.190429687500 0.181640625000 0.178710937500 +0.145507812500 0.101074218750 0.052978515625 0.001571655273 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000762939453 0.000394821167 0.036132812500 +0.065429687500 0.075683593750 0.115234375000 0.141601562500 +0.138671875000 0.133789062500 0.120117187500 0.112304687500 +0.087890625000 0.052246093750 0.022460937500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.003967285156 +0.038330078125 0.032958984375 0.013732910156 0.015441894531 +0.022949218750 0.013427734375 0.009155273438 0.017211914062 +0.013488769531 0.024780273438 0.050048828125 0.083496093750 +0.125976562500 0.140625000000 0.167968750000 0.174804687500 +0.153320312500 0.157226562500 0.124023437500 0.077636718750 +0.052978515625 0.002227783203 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.057861328125 +0.124511718750 0.166992187500 0.226562500000 0.245117187500 +0.217773437500 0.187500000000 0.134765625000 0.078125000000 +0.023315429688 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.009460449219 +0.014404296875 0.021850585938 0.043701171875 0.039306640625 +0.037353515625 0.048339843750 0.048339843750 0.047851562500 +0.041503906250 0.039062500000 0.052734375000 0.076171875000 +0.095214843750 0.128906250000 0.162109375000 0.177734375000 +0.195312500000 0.207031250000 0.205078125000 0.190429687500 +0.139648437500 0.078125000000 0.006896972656 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.009033203125 0.061279296875 0.098632812500 0.105468750000 +0.082519531250 0.075683593750 0.052978515625 0.003067016602 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.040771484375 +0.083984375000 0.140625000000 0.197265625000 0.233398437500 +0.234375000000 0.236328125000 0.246093750000 0.229492187500 +0.212890625000 0.189453125000 0.149414062500 0.110351562500 +0.065429687500 0.029907226562 0.014526367188 0.003555297852 +0.000000000000 0.000000000000 0.003555297852 0.008544921875 +0.023071289062 0.035156250000 0.032958984375 0.022705078125 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.006378173828 0.034912109375 0.063476562500 +0.055664062500 0.046386718750 0.039306640625 0.003021240234 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.008666992188 0.052978515625 0.087402343750 0.113769531250 +0.129882812500 0.144531250000 0.121093750000 0.085449218750 +0.060302734375 0.014953613281 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.014343261719 0.031494140625 0.058837890625 +0.079589843750 0.082031250000 0.097167968750 0.107910156250 +0.135742187500 0.174804687500 0.182617187500 0.194335937500 +0.212890625000 0.224609375000 0.244140625000 0.251953125000 +0.259765625000 0.261718750000 0.237304687500 0.215820312500 +0.190429687500 0.160156250000 0.141601562500 0.099609375000 +0.044189453125 0.004699707031 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.004364013672 0.000423431396 +0.006805419922 0.002868652344 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.011047363281 0.019775390625 +0.052490234375 0.084960937500 0.096679687500 0.099609375000 +0.080078125000 0.064453125000 0.055664062500 0.012207031250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.055419921875 0.121093750000 0.168945312500 +0.226562500000 0.259765625000 0.269531250000 0.275390625000 +0.263671875000 0.238281250000 0.214843750000 0.165039062500 +0.126953125000 0.127929687500 0.095214843750 0.065429687500 +0.068847656250 0.056152343750 0.060791015625 0.080566406250 +0.090820312500 0.124023437500 0.141601562500 0.135742187500 +0.148437500000 0.153320312500 0.149414062500 0.148437500000 +0.123046875000 0.093261718750 0.066894531250 0.031250000000 +0.007934570312 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.003143310547 0.002151489258 +0.005279541016 0.021118164062 0.019775390625 0.010925292969 +0.006500244141 0.021850585938 0.022583007812 0.023071289062 +0.036865234375 0.025024414062 0.006378173828 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.055419921875 0.101562500000 0.145507812500 +0.218750000000 0.235351562500 0.218750000000 0.226562500000 +0.188476562500 0.128906250000 0.083007812500 0.016967773438 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.030639648438 0.047607421875 +0.041992187500 0.044433593750 0.042480468750 0.005218505859 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.010131835938 +0.015869140625 0.041992187500 0.078125000000 0.092773437500 +0.093261718750 0.096679687500 0.099121093750 0.077636718750 +0.041015625000 0.018554687500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.038085937500 +0.082031250000 0.107421875000 0.138671875000 0.131835937500 +0.115234375000 0.113281250000 0.094726562500 0.064941406250 +0.042236328125 0.049072265625 0.054443359375 0.040283203125 +0.071289062500 0.101074218750 0.102539062500 0.137695312500 +0.164062500000 0.165039062500 0.177734375000 0.191406250000 +0.191406250000 0.179687500000 0.179687500000 0.184570312500 +0.165039062500 0.147460937500 0.137695312500 0.114746093750 +0.092773437500 0.053466796875 0.001983642578 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.029663085938 +0.053955078125 0.098144531250 0.108398437500 0.087890625000 +0.000000000000 0.000000000000 0.092773437500 0.000000000000 +0.000000000000 0.005798339844 0.000000000000 0.000000000000 +0.000000000000 0.001945495605 0.003707885742 0.000000000000 +0.044189453125 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.015258789062 0.000000000000 0.000000000000 +0.000000000000 0.020019531250 0.000000000000 0.000000000000 +0.000000000000 0.044189453125 0.000000000000 0.000000000000 +0.043212890625 0.000000000000 0.000000000000 0.022949218750 +0.000000000000 0.000000000000 0.058349609375 0.000000000000 +0.000000000000 0.018554687500 0.000000000000 0.000000000000 +0.008789062500 0.005065917969 0.000000000000 0.000000000000 +0.013793945312 0.005065917969 0.000000000000 0.000000000000 +0.000000000000 0.023559570312 0.001159667969 0.000000000000 +0.032226562500 0.000000000000 0.000000000000 0.000000000000 +0.010803222656 0.000000000000 0.000000000000 0.029052734375 +0.000000000000 0.000000000000 0.007202148438 0.000000000000 +0.000000000000 0.000000000000 0.015625000000 0.000000000000 +0.000000000000 0.000000000000 0.004119873047 0.000000000000 +0.016967773438 0.000000000000 0.000000000000 0.011047363281 +0.010070800781 0.000000000000 0.000000000000 0.014160156250 +0.000000000000 0.010192871094 0.000000000000 0.000000000000 +0.000000000000 0.018798828125 0.044677734375 0.000000000000 +0.004882812500 0.013793945312 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.004882812500 0.000000000000 +0.011901855469 0.000000000000 0.000000000000 0.061523437500 +0.000000000000 0.000000000000 0.000000000000 0.003463745117 +0.000000000000 0.000020265579 0.027343750000 0.000000000000 +0.000000000000 0.010864257812 0.000000000000 0.016479492188 +0.000000000000 0.021972656250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.015869140625 0.000000000000 0.003616333008 +0.012145996094 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.005371093750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.055175781250 +0.000000000000 0.000000000000 0.065917968750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.001861572266 +0.000000000000 0.000000000000 0.021972656250 0.018310546875 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.060302734375 0.000000000000 +0.008972167969 0.041503906250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.002593994141 0.000000000000 +0.000000000000 0.000000000000 0.043701171875 0.000000000000 +0.000000000000 0.016235351562 0.000000000000 0.002212524414 +0.037109375000 0.000000000000 0.032470703125 0.000000000000 +0.028076171875 0.000000000000 0.018310546875 0.000000000000 +0.019531250000 0.000000000000 0.000000000000 0.000000000000 +0.012390136719 0.000000000000 0.000000000000 0.000000000000 +0.031127929688 0.000000000000 0.000000000000 0.032958984375 +0.000000000000 0.010742187500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.016479492188 +0.000000000000 0.034179687500 0.000000000000 0.005798339844 +0.000000000000 0.000000000000 0.012939453125 0.000000000000 +0.009399414062 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.003417968750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.032714843750 0.000000000000 +0.000000000000 0.000000000000 0.036865234375 0.004821777344 +0.000000000000 0.003845214844 0.002273559570 0.000000000000 +0.006256103516 0.005584716797 0.000000000000 0.000000000000 +0.020141601562 0.000000000000 0.000000000000 0.015625000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.002838134766 0.015502929688 0.000000000000 +0.000000000000 0.000000000000 0.017822265625 0.000000000000 +0.007690429688 0.000000000000 0.024902343750 0.000000000000 +0.000000000000 0.013854980469 0.000709533691 0.000000000000 +0.000000000000 0.010986328125 0.000000000000 0.011169433594 +0.002029418945 0.001213073730 0.000000000000 0.000000000000 +0.001419067383 0.036865234375 0.000000000000 0.000000000000 +0.009704589844 0.009521484375 0.000000000000 0.000000000000 +0.000000000000 0.003433227539 0.012573242188 0.000000000000 +0.000000000000 0.009277343750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.040283203125 0.000000000000 0.000000000000 0.012329101562 +0.000000000000 0.011657714844 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.017822265625 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.041015625000 0.000000000000 0.000000000000 0.018676757812 +0.000087261200 0.000000000000 0.023559570312 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.023803710938 0.000000000000 0.014282226562 0.000000000000 +0.011779785156 0.028442382812 0.000000000000 0.000247955322 +0.000000000000 0.006927490234 0.000000000000 0.022583007812 +0.000000000000 0.004425048828 0.008483886719 0.000000000000 +0.000000000000 0.049560546875 0.000000000000 0.000000000000 +0.050537109375 0.000000000000 0.000000000000 0.002517700195 +0.000000000000 0.000000000000 0.003814697266 0.010131835938 +0.000000000000 0.000000000000 0.000000000000 0.019042968750 +0.000000000000 0.000000000000 0.014587402344 0.000000000000 +0.000000000000 0.009643554688 0.000000000000 0.000000000000 +0.016967773438 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.018798828125 0.000000000000 0.000000000000 +0.009948730469 0.000000000000 0.000000000000 0.063964843750 +0.000000000000 0.000000000000 0.005859375000 0.000000000000 +0.002273559570 0.000000000000 0.002166748047 0.000000000000 +0.029785156250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.062255859375 0.000000000000 0.000000000000 0.031982421875 +0.000000000000 0.000000000000 0.000000000000 0.012756347656 +0.000000000000 0.000000000000 0.000000000000 0.045166015625 +0.000000000000 0.010314941406 0.000000000000 0.048583984375 +0.000000000000 0.000000000000 0.000000000000 0.065917968750 +0.000000000000 0.020263671875 0.000000000000 0.000036239624 +0.006591796875 0.000000000000 0.011596679688 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.047363281250 +0.000000000000 0.000000000000 0.028198242188 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.027954101562 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.035644531250 0.000000000000 0.000000000000 0.000000000000 +0.029174804688 0.000000000000 0.022460937500 0.000000000000 +0.000000000000 0.000000000000 0.012512207031 0.000000000000 +0.013061523438 0.031738281250 0.000000000000 0.000000000000 +0.020263671875 0.010192871094 0.000000000000 0.000000000000 +0.000000000000 0.011779785156 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.001152038574 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.050781250000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.035888671875 0.002685546875 0.000000000000 +0.000000000000 0.000000000000 0.009216308594 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.015319824219 +0.000000000000 0.000633239746 0.000000000000 0.004089355469 +0.000000000000 0.000000000000 0.005249023438 0.002365112305 +0.002914428711 0.000000000000 0.000000000000 0.063964843750 +0.000000000000 0.000000000000 0.012268066406 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.007873535156 0.010742187500 0.000000000000 0.001106262207 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.029296875000 +0.000000000000 0.000000000000 0.000000000000 0.005645751953 +0.000499725342 0.000000000000 0.040283203125 0.000000000000 +0.000000000000 0.009704589844 0.000000000000 0.000000000000 +0.031250000000 0.000000000000 0.037109375000 0.000000000000 +0.000583648682 0.000000000000 0.000000000000 0.000000000000 +0.003692626953 0.018676757812 0.000000000000 0.004058837891 +0.026855468750 0.000000000000 0.000000000000 0.000000000000 +0.069335937500 0.000000000000 0.000000000000 0.020141601562 +0.023315429688 0.000000000000 0.006866455078 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.026977539062 +0.000000000000 0.000000000000 0.066406250000 0.000000000000 +0.000000000000 0.032470703125 0.000000000000 0.000000000000 +0.005065917969 0.015747070312 0.000000000000 0.000000000000 +0.015136718750 0.000000000000 0.007995605469 0.000000000000 +0.024414062500 0.030395507812 0.012207031250 0.000000000000 +0.000000000000 0.002395629883 0.008361816406 0.000000000000 +0.020874023438 0.000000000000 0.003158569336 0.000000000000 +0.000877380371 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.016357421875 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.043457031250 +0.000000000000 0.000000000000 0.014709472656 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.007629394531 0.000000000000 +0.000762939453 0.000000000000 0.044189453125 0.000000000000 +0.029907226562 0.000000000000 0.000000000000 0.006103515625 +0.052001953125 0.000000000000 0.000000000000 0.000000000000 +0.005065917969 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.024291992188 0.000000000000 0.000000000000 +0.024536132812 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.005065917969 0.000000000000 0.000000000000 +0.035156250000 0.000000000000 0.000000000000 0.000000000000 +0.016235351562 0.000000000000 0.000000000000 0.019897460938 +0.000000000000 0.000000000000 0.006652832031 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.008361816406 +0.000000000000 0.034912109375 0.000000000000 0.000000000000 +0.026489257812 0.000000000000 0.000000000000 0.012084960938 +0.000000000000 0.000000000000 0.000000000000 0.012573242188 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.039794921875 0.000000000000 0.000000000000 +0.000000000000 0.002777099609 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.010192871094 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.001998901367 0.000000000000 +0.003707885742 0.000000000000 0.001312255859 0.003784179688 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.007049560547 0.000000000000 0.021484375000 +0.000000000000 0.062500000000 0.000000000000 0.000000000000 +0.028564453125 0.017578125000 0.000000000000 0.000000000000 +0.000000000000 0.023071289062 0.000000000000 0.000000000000 +0.021362304688 0.000000000000 0.008300781250 0.000000000000 +0.016479492188 0.000000000000 0.000000000000 0.000000000000 +0.041503906250 0.000000000000 0.000000000000 0.002593994141 +0.000000000000 0.000000000000 0.000000000000 0.003494262695 +0.016967773438 0.000000000000 0.000000000000 0.012756347656 +0.000000000000 0.010742187500 0.000000000000 0.000000000000 +0.022583007812 0.000000000000 0.025756835938 0.000000000000 +0.032714843750 0.000000000000 0.000000000000 0.000000000000 +0.019897460938 0.000000000000 0.000000000000 0.000000000000 +0.040283203125 0.000000000000 0.000000000000 0.031494140625 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.017089843750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.031127929688 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.009704589844 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.017822265625 0.000000000000 0.000000000000 +0.025390625000 0.010620117188 0.000000000000 0.000000000000 +0.000000000000 0.020751953125 0.001129150391 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.022827148438 0.000000000000 0.000000000000 +0.003646850586 0.013916015625 0.000000000000 0.014038085938 +0.000000000000 0.000000000000 0.015258789062 0.000000000000 +0.000000000000 0.019653320312 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.007507324219 0.000000000000 +0.000000000000 0.007934570312 0.000000000000 0.023437500000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.039550781250 0.000000000000 0.000000000000 0.000000000000 +0.014831542969 0.027587890625 0.000000000000 0.014160156250 +0.021362304688 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.007934570312 0.000000000000 0.000000000000 +0.022216796875 0.000000000000 0.000000000000 0.000598907471 +0.003265380859 0.000000000000 0.000000000000 0.000000000000 +0.001411437988 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.028930664062 0.021362304688 +0.000000000000 0.025146484375 0.000000000000 0.020019531250 +0.015563964844 0.000000000000 0.012390136719 0.000000000000 +0.030761718750 0.000000000000 0.000000000000 0.027343750000 +0.000000000000 0.036865234375 0.000000000000 0.024414062500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.045898437500 0.000000000000 0.000000000000 +0.000000000000 0.007995605469 0.015502929688 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.030639648438 0.011352539062 +0.000000000000 0.027832031250 0.021484375000 0.000000000000 +0.009887695312 0.000000000000 0.000000000000 0.010559082031 +0.000000000000 0.000999450684 0.000000000000 0.000000000000 +0.005371093750 0.000000000000 0.001945495605 0.000000000000 +0.004608154297 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.035644531250 0.000000000000 0.049072265625 0.000000000000 +0.000000000000 0.013000488281 0.000000000000 0.009948730469 +0.000000000000 0.008728027344 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.030395507812 0.000000000000 +0.000000000000 0.023925781250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.017333984375 0.000000000000 +0.000000000000 0.002532958984 0.009155273438 0.000000000000 +0.050292968750 0.000000000000 0.000000000000 0.012329101562 +0.041503906250 0.000000000000 0.020874023438 0.006317138672 +0.000000000000 0.000000000000 0.024047851562 0.000000000000 +0.000193595886 0.000000000000 0.000000000000 0.006256103516 +0.000000000000 0.004852294922 0.012756347656 0.000000000000 +0.000000000000 0.025634765625 0.000000000000 0.000000000000 +0.000000000000 0.037841796875 0.000000000000 0.000000000000 +0.060302734375 0.000000000000 0.000000000000 0.012207031250 +0.000000000000 0.000000000000 0.008544921875 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.007507324219 +0.000000000000 0.000000000000 0.010864257812 0.000000000000 +0.047851562500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.015441894531 0.000000000000 +0.000000000000 0.026611328125 0.000000000000 0.000000000000 +0.000000000000 0.005981445312 0.000000000000 0.007171630859 +0.000000000000 0.017944335938 0.000000000000 0.000000000000 +0.006652832031 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.048339843750 0.101074218750 +0.133789062500 0.118164062500 0.123535156250 0.080078125000 +0.063476562500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.023437500000 0.027465820312 +0.011535644531 0.034912109375 0.083496093750 0.093261718750 +0.136718750000 0.168945312500 0.153320312500 0.171875000000 +0.190429687500 0.171875000000 0.144531250000 0.105468750000 +0.017089843750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.045410156250 +0.063964843750 0.073730468750 0.087402343750 0.108398437500 +0.087890625000 0.055175781250 0.017944335938 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.012023925781 0.047851562500 0.069335937500 0.101074218750 +0.125976562500 0.117675781250 0.082519531250 0.068359375000 +0.037597656250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.010803222656 0.023803710938 +0.070312500000 0.074707031250 0.081054687500 0.021606445312 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.085449218750 0.208984375000 0.294921875000 0.316406250000 +0.328125000000 0.343750000000 0.298828125000 0.208984375000 +0.146484375000 0.041992187500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.058593750000 0.125976562500 +0.204101562500 0.238281250000 0.240234375000 0.259765625000 +0.273437500000 0.229492187500 0.159179687500 0.113281250000 +0.008361816406 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.011840820312 +0.059570312500 0.096679687500 0.132812500000 0.204101562500 +0.250000000000 0.277343750000 0.291015625000 0.279296875000 +0.233398437500 0.160156250000 0.115722656250 0.036865234375 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.040283203125 0.123535156250 0.202148437500 +0.211914062500 0.218750000000 0.180664062500 0.118652343750 +0.051269531250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.046630859375 0.097656250000 +0.142578125000 0.169921875000 0.154296875000 0.157226562500 +0.140625000000 0.111816406250 0.034912109375 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000421524048 0.042968750000 0.069335937500 0.072753906250 +0.069824218750 0.038085937500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.016113281250 0.080566406250 +0.149414062500 0.187500000000 0.242187500000 0.283203125000 +0.248046875000 0.204101562500 0.147460937500 0.098632812500 +0.037353515625 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.064453125000 0.123046875000 0.161132812500 +0.130859375000 0.132812500000 0.105468750000 0.074707031250 +0.035400390625 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.022094726562 0.067382812500 +0.096191406250 0.135742187500 0.128906250000 0.155273437500 +0.167968750000 0.143554687500 0.144531250000 0.140625000000 +0.121093750000 0.077636718750 0.095214843750 0.063476562500 +0.024047851562 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.073242187500 +0.104492187500 0.132812500000 0.165039062500 0.183593750000 +0.208007812500 0.238281250000 0.227539062500 0.167968750000 +0.114257812500 0.049072265625 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.020141601562 +0.071289062500 0.114746093750 0.189453125000 0.223632812500 +0.210937500000 0.217773437500 0.217773437500 0.176757812500 +0.134765625000 0.091308593750 0.027343750000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.014343261719 0.037597656250 +0.036865234375 0.014526367188 0.005676269531 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.001129150391 +0.061035156250 0.130859375000 0.162109375000 0.200195312500 +0.222656250000 0.218750000000 0.175781250000 0.130859375000 +0.034667968750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.014160156250 0.056884765625 0.063964843750 +0.069335937500 0.086425781250 0.075683593750 0.078613281250 +0.099121093750 0.096191406250 0.054931640625 0.011840820312 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.087890625000 0.183593750000 0.302734375000 0.396484375000 +0.431640625000 0.443359375000 0.390625000000 0.318359375000 +0.203125000000 0.125976562500 0.053222656250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.057861328125 +0.100585937500 0.156250000000 0.178710937500 0.188476562500 +0.127929687500 0.067382812500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.020507812500 0.144531250000 0.204101562500 +0.251953125000 0.283203125000 0.238281250000 0.195312500000 +0.088867187500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.015197753906 +0.000000000000 0.000000000000 0.005279541016 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.005340576172 +0.043701171875 0.061767578125 0.114746093750 0.154296875000 +0.186523437500 0.196289062500 0.201171875000 0.185546875000 +0.166992187500 0.153320312500 0.125976562500 0.124023437500 +0.077636718750 0.010559082031 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.002929687500 +0.092773437500 0.197265625000 0.275390625000 0.291015625000 +0.320312500000 0.287109375000 0.230468750000 0.166015625000 +0.101074218750 0.040039062500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.023681640625 0.109863281250 0.118652343750 +0.101074218750 0.085449218750 0.025756835938 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.031494140625 +0.071289062500 0.136718750000 0.151367187500 0.160156250000 +0.176757812500 0.200195312500 0.198242187500 0.136718750000 +0.062500000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.070312500000 0.108398437500 0.153320312500 +0.170898437500 0.170898437500 0.146484375000 0.072265625000 +0.003326416016 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.045410156250 0.065429687500 0.109375000000 +0.122070312500 0.105468750000 0.028564453125 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.090332031250 0.159179687500 0.214843750000 0.249023437500 +0.234375000000 0.176757812500 0.095703125000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.100097656250 0.182617187500 0.230468750000 +0.283203125000 0.249023437500 0.239257812500 0.183593750000 +0.132812500000 0.060546875000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.012634277344 +0.071289062500 0.146484375000 0.222656250000 0.287109375000 +0.316406250000 0.310546875000 0.267578125000 0.226562500000 +0.185546875000 0.142578125000 0.112304687500 0.076660156250 +0.037597656250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000812530518 0.021972656250 0.028076171875 +0.006011962891 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.002349853516 0.020629882812 0.091308593750 0.145507812500 +0.148437500000 0.156250000000 0.172851562500 0.190429687500 +0.174804687500 0.137695312500 0.087402343750 0.009460449219 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.035400390625 0.136718750000 0.214843750000 +0.279296875000 0.294921875000 0.287109375000 0.255859375000 +0.224609375000 0.213867187500 0.134765625000 0.071289062500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.014343261719 0.065429687500 0.116210937500 0.154296875000 +0.189453125000 0.170898437500 0.139648437500 0.133789062500 +0.106933593750 0.066894531250 0.003723144531 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.029296875000 +0.139648437500 0.196289062500 0.244140625000 0.248046875000 +0.217773437500 0.173828125000 0.105957031250 0.006835937500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.021484375000 0.033935546875 +0.040283203125 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.057128906250 0.103515625000 +0.168945312500 0.165039062500 0.154296875000 0.119628906250 +0.052246093750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.060302734375 0.143554687500 +0.186523437500 0.183593750000 0.195312500000 0.174804687500 +0.124023437500 0.100585937500 0.036621093750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.115234375000 0.206054687500 0.239257812500 0.308593750000 +0.324218750000 0.261718750000 0.206054687500 0.141601562500 +0.060302734375 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.007690429688 0.033447265625 0.045898437500 +0.044677734375 0.010375976562 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.033935546875 0.084960937500 0.141601562500 +0.169921875000 0.125976562500 0.105468750000 0.067382812500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.009460449219 0.018066406250 +0.046386718750 0.057373046875 0.066894531250 0.030883789062 +0.045654296875 0.009887695312 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.069335937500 +0.141601562500 0.187500000000 0.184570312500 0.165039062500 +0.138671875000 0.071777343750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.016723632812 +0.074707031250 0.041503906250 0.019287109375 0.008789062500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.037353515625 0.082031250000 +0.077148437500 0.068847656250 0.052490234375 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.029541015625 0.050048828125 0.047119140625 0.000999450684 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.003219604492 0.015625000000 0.006072998047 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.007049560547 +0.108886718750 0.177734375000 0.201171875000 0.181640625000 +0.169921875000 0.148437500000 0.121093750000 0.064941406250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.017456054688 0.004638671875 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.001098632812 0.052978515625 0.064453125000 0.037109375000 +0.040771484375 0.064941406250 0.022094726562 0.020263671875 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.012634277344 +0.017089843750 0.028442382812 0.013061523438 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.036132812500 0.153320312500 +0.233398437500 0.243164062500 0.237304687500 0.223632812500 +0.178710937500 0.147460937500 0.059570312500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.032714843750 0.104980468750 0.131835937500 0.111328125000 +0.163085937500 0.128906250000 0.067382812500 0.011169433594 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.032470703125 0.017211914062 0.007995605469 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.036865234375 +0.086425781250 0.119628906250 0.155273437500 0.099609375000 +0.005371093750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.068359375000 0.161132812500 0.207031250000 0.232421875000 +0.220703125000 0.184570312500 0.105957031250 0.052978515625 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.043945312500 +0.076171875000 0.082519531250 0.062988281250 0.040771484375 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.018676757812 0.064941406250 0.058837890625 +0.042968750000 0.013244628906 0.020629882812 0.016479492188 +0.003189086914 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.011596679688 0.013244628906 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.049560546875 0.140625000000 +0.166992187500 0.161132812500 0.139648437500 0.050781250000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.051025390625 0.056640625000 0.068847656250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.021728515625 0.040283203125 +0.049560546875 0.001922607422 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.023193359375 0.124511718750 0.212890625000 0.215820312500 +0.198242187500 0.102050781250 0.049072265625 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.033935546875 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.053955078125 0.001274108887 0.029663085938 +0.087402343750 0.015747070312 0.012817382812 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.022583007812 0.041748046875 0.033691406250 0.001274108887 +0.021484375000 0.000000000000 0.000000000000 0.015625000000 +0.000000000000 0.000000000000 0.006530761719 0.003021240234 +0.000000000000 0.015319824219 0.032714843750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.022338867188 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.001632690430 0.000000000000 0.008117675781 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000511169434 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.043945312500 +0.015869140625 0.067871093750 0.000000000000 0.110351562500 +0.006042480469 0.047851562500 0.000000000000 0.058837890625 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.004333496094 0.020751953125 0.000000000000 +0.000000000000 0.002410888672 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.014953613281 0.102539062500 +0.090332031250 0.084472656250 0.112792968750 0.062988281250 +0.049316406250 0.007537841797 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.054687500000 +0.026855468750 0.015991210938 0.047607421875 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.052001953125 0.004699707031 +0.067871093750 0.043945312500 0.084472656250 0.004974365234 +0.057373046875 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.002990722656 0.011840820312 0.065917968750 0.073242187500 +0.093750000000 0.058105468750 0.093750000000 0.012878417969 +0.058837890625 0.000000000000 0.031250000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.027709960938 0.000000000000 0.007263183594 0.000000000000 +0.012512207031 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.008483886719 0.016967773438 0.023559570312 0.041503906250 +0.040771484375 0.061767578125 0.042968750000 0.040771484375 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.002258300781 0.029541015625 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.028442382812 0.000000000000 0.020874023438 0.000984191895 +0.010192871094 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.003555297852 +0.000000000000 0.041259765625 0.009521484375 0.032226562500 +0.081542968750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.021606445312 0.027343750000 0.003890991211 +0.078613281250 0.008605957031 0.020019531250 0.005401611328 +0.000000000000 0.000000000000 0.000183105469 0.000000000000 +0.000000000000 0.021850585938 0.008666992188 0.020141601562 +0.046875000000 0.009704589844 0.031250000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.014770507812 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.008300781250 +0.027099609375 0.040771484375 0.056396484375 0.071289062500 +0.064941406250 0.068359375000 0.013610839844 0.019897460938 +0.000000000000 0.000000000000 0.010375976562 0.023071289062 +0.065917968750 0.104980468750 0.154296875000 0.178710937500 +0.201171875000 0.208007812500 0.216796875000 0.169921875000 +0.106933593750 0.043212890625 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.079101562500 0.167968750000 +0.273437500000 0.335937500000 0.363281250000 0.390625000000 +0.376953125000 0.345703125000 0.306640625000 0.225585937500 +0.162109375000 0.137695312500 0.083984375000 0.097656250000 +0.073730468750 0.077636718750 0.069824218750 0.079589843750 +0.101562500000 0.089843750000 0.101074218750 0.073730468750 +0.035400390625 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.019042968750 +0.107910156250 0.207031250000 0.269531250000 0.355468750000 +0.408203125000 0.423828125000 0.476562500000 0.482421875000 +0.511718750000 0.531250000000 0.531250000000 0.531250000000 +0.494140625000 0.472656250000 0.404296875000 0.314453125000 +0.192382812500 0.033691406250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.087402343750 0.158203125000 0.170898437500 0.111816406250 +0.024902343750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.119140625000 +0.253906250000 0.349609375000 0.396484375000 0.408203125000 +0.355468750000 0.285156250000 0.166992187500 0.008239746094 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.078125000000 +0.216796875000 0.349609375000 0.406250000000 0.455078125000 +0.449218750000 0.406250000000 0.341796875000 0.245117187500 +0.157226562500 0.075195312500 0.032226562500 0.003677368164 +0.000000000000 0.026245117188 0.044921875000 0.054199218750 +0.060791015625 0.047851562500 0.040771484375 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.156250000000 +0.320312500000 0.441406250000 0.535156250000 0.546875000000 +0.531250000000 0.462890625000 0.363281250000 0.236328125000 +0.089355468750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.006225585938 0.113281250000 0.239257812500 0.351562500000 +0.439453125000 0.494140625000 0.535156250000 0.562500000000 +0.582031250000 0.566406250000 0.523437500000 0.500000000000 +0.447265625000 0.388671875000 0.328125000000 0.277343750000 +0.204101562500 0.177734375000 0.116699218750 0.079589843750 +0.035888671875 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.080078125000 0.146484375000 0.224609375000 0.294921875000 +0.361328125000 0.373046875000 0.417968750000 0.419921875000 +0.443359375000 0.429687500000 0.431640625000 0.406250000000 +0.388671875000 0.326171875000 0.281250000000 0.183593750000 +0.094726562500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.053955078125 0.184570312500 0.247070312500 0.306640625000 +0.298828125000 0.283203125000 0.222656250000 0.171875000000 +0.070800781250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.017822265625 0.130859375000 0.265625000000 0.410156250000 +0.523437500000 0.605468750000 0.632812500000 0.609375000000 +0.574218750000 0.500000000000 0.396484375000 0.248046875000 +0.051757812500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.087402343750 0.172851562500 +0.233398437500 0.269531250000 0.257812500000 0.239257812500 +0.190429687500 0.124511718750 0.016723632812 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.072753906250 0.173828125000 0.316406250000 0.423828125000 +0.507812500000 0.527343750000 0.511718750000 0.474609375000 +0.365234375000 0.267578125000 0.123046875000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.052490234375 +0.102050781250 0.090332031250 0.048828125000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.058837890625 +0.143554687500 0.217773437500 0.244140625000 0.269531250000 +0.247070312500 0.210937500000 0.125976562500 0.024047851562 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.176757812500 +0.349609375000 0.500000000000 0.605468750000 0.648437500000 +0.648437500000 0.628906250000 0.574218750000 0.527343750000 +0.458984375000 0.445312500000 0.423828125000 0.443359375000 +0.466796875000 0.468750000000 0.453125000000 0.457031250000 +0.439453125000 0.402343750000 0.361328125000 0.287109375000 +0.210937500000 0.124511718750 0.048095703125 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.038818359375 +0.159179687500 0.251953125000 0.332031250000 0.355468750000 +0.339843750000 0.281250000000 0.188476562500 0.091308593750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.057128906250 +0.157226562500 0.238281250000 0.267578125000 0.289062500000 +0.263671875000 0.222656250000 0.154296875000 0.053710937500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.051269531250 0.115234375000 +0.173828125000 0.217773437500 0.225585937500 0.228515625000 +0.184570312500 0.121582031250 0.059326171875 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.052246093750 0.180664062500 0.281250000000 +0.355468750000 0.414062500000 0.437500000000 0.431640625000 +0.386718750000 0.326171875000 0.239257812500 0.143554687500 +0.084472656250 0.019531250000 0.000000000000 0.000000000000 +0.011840820312 0.072753906250 0.161132812500 0.259765625000 +0.351562500000 0.425781250000 0.486328125000 0.503906250000 +0.468750000000 0.406250000000 0.279296875000 0.102050781250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.131835937500 0.192382812500 0.253906250000 +0.302734375000 0.339843750000 0.349609375000 0.353515625000 +0.359375000000 0.355468750000 0.384765625000 0.416015625000 +0.441406250000 0.484375000000 0.500000000000 0.496093750000 +0.472656250000 0.429687500000 0.361328125000 0.304687500000 +0.191406250000 0.081054687500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.074707031250 +0.201171875000 0.267578125000 0.326171875000 0.361328125000 +0.351562500000 0.345703125000 0.279296875000 0.208007812500 +0.070800781250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.109375000000 0.228515625000 +0.281250000000 0.324218750000 0.322265625000 0.251953125000 +0.189453125000 0.094238281250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.006683349609 0.019531250000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.139648437500 0.247070312500 +0.365234375000 0.458984375000 0.492187500000 0.542968750000 +0.527343750000 0.519531250000 0.507812500000 0.470703125000 +0.453125000000 0.441406250000 0.439453125000 0.470703125000 +0.535156250000 0.585937500000 0.648437500000 0.710937500000 +0.730468750000 0.753906250000 0.703125000000 0.656250000000 +0.535156250000 0.365234375000 0.161132812500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.143554687500 0.287109375000 +0.406250000000 0.443359375000 0.371093750000 0.234375000000 +0.054199218750 0.101074218750 0.163085937500 0.113281250000 +0.055419921875 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.095703125000 0.219726562500 +0.302734375000 0.388671875000 0.437500000000 0.439453125000 +0.435546875000 0.398437500000 0.359375000000 0.259765625000 +0.206054687500 0.100097656250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.036621093750 0.070312500000 0.097167968750 0.105468750000 +0.074218750000 0.077636718750 0.098632812500 0.062500000000 +0.072265625000 0.051269531250 0.036376953125 0.040771484375 +0.032470703125 0.020141601562 0.042236328125 0.026977539062 +0.047851562500 0.059082031250 0.044189453125 0.050048828125 +0.044433593750 0.047119140625 0.047119140625 0.044189453125 +0.026000976562 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.022949218750 +0.102050781250 0.203125000000 0.285156250000 0.355468750000 +0.439453125000 0.466796875000 0.453125000000 0.437500000000 +0.396484375000 0.322265625000 0.275390625000 0.187500000000 +0.091796875000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.094238281250 0.265625000000 0.345703125000 0.392578125000 +0.449218750000 0.429687500000 0.386718750000 0.337890625000 +0.222656250000 0.079589843750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.031494140625 +0.085449218750 0.116699218750 0.083984375000 0.023071289062 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.077636718750 0.185546875000 +0.283203125000 0.335937500000 0.351562500000 0.357421875000 +0.292968750000 0.239257812500 0.145507812500 0.029418945312 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.070312500000 0.205078125000 +0.298828125000 0.392578125000 0.458984375000 0.488281250000 +0.500000000000 0.527343750000 0.511718750000 0.496093750000 +0.488281250000 0.451171875000 0.398437500000 0.398437500000 +0.359375000000 0.287109375000 0.216796875000 0.176757812500 +0.088867187500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.044921875000 +0.092285156250 0.185546875000 0.237304687500 0.306640625000 +0.345703125000 0.328125000000 0.300781250000 0.273437500000 +0.201171875000 0.141601562500 0.085937500000 0.004028320312 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.043212890625 0.141601562500 +0.210937500000 0.291015625000 0.353515625000 0.412109375000 +0.464843750000 0.511718750000 0.566406250000 0.574218750000 +0.582031250000 0.570312500000 0.515625000000 0.441406250000 +0.388671875000 0.322265625000 0.283203125000 0.248046875000 +0.214843750000 0.176757812500 0.177734375000 0.168945312500 +0.179687500000 0.200195312500 0.189453125000 0.193359375000 +0.172851562500 0.166015625000 0.162109375000 0.153320312500 +0.099121093750 0.070312500000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.001968383789 0.007720947266 0.013671875000 +0.018920898438 0.013366699219 0.033203125000 0.051757812500 +0.061279296875 0.092773437500 0.117187500000 0.127929687500 +0.157226562500 0.210937500000 0.219726562500 0.227539062500 +0.249023437500 0.242187500000 0.221679687500 0.192382812500 +0.139648437500 0.062011718750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.059570312500 0.122070312500 0.230468750000 0.300781250000 +0.343750000000 0.380859375000 0.386718750000 0.382812500000 +0.345703125000 0.316406250000 0.255859375000 0.178710937500 +0.077636718750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.021484375000 0.093750000000 0.211914062500 +0.273437500000 0.361328125000 0.414062500000 0.429687500000 +0.421875000000 0.384765625000 0.359375000000 0.300781250000 +0.180664062500 0.075683593750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.021240234375 +0.030273437500 0.055664062500 0.076660156250 0.143554687500 +0.171875000000 0.205078125000 0.219726562500 0.224609375000 +0.251953125000 0.267578125000 0.279296875000 0.285156250000 +0.265625000000 0.229492187500 0.192382812500 0.111816406250 +0.069824218750 0.013000488281 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.064453125000 0.209960937500 +0.294921875000 0.353515625000 0.378906250000 0.328125000000 +0.243164062500 0.140625000000 0.052001953125 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.074707031250 0.156250000000 0.222656250000 0.261718750000 +0.306640625000 0.326171875000 0.316406250000 0.310546875000 +0.294921875000 0.300781250000 0.326171875000 0.359375000000 +0.392578125000 0.435546875000 0.457031250000 0.480468750000 +0.464843750000 0.474609375000 0.419921875000 0.318359375000 +0.198242187500 0.098144531250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.052734375000 +0.118164062500 0.153320312500 0.161132812500 0.099609375000 +0.068359375000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.053955078125 0.166992187500 0.281250000000 +0.371093750000 0.427734375000 0.458984375000 0.439453125000 +0.396484375000 0.369140625000 0.292968750000 0.228515625000 +0.155273437500 0.070800781250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.002975463867 0.021606445312 0.019531250000 +0.010192871094 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.029174804688 0.006500244141 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.020141601562 0.065429687500 0.101074218750 0.119140625000 +0.147460937500 0.162109375000 0.142578125000 0.082031250000 +0.020874023438 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.009887695312 +0.037597656250 0.097167968750 0.159179687500 0.222656250000 +0.292968750000 0.332031250000 0.371093750000 0.398437500000 +0.410156250000 0.439453125000 0.431640625000 0.406250000000 +0.375000000000 0.300781250000 0.220703125000 0.160156250000 +0.083007812500 0.006652832031 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.030883789062 0.092285156250 0.134765625000 +0.177734375000 0.186523437500 0.156250000000 0.141601562500 +0.098632812500 0.059814453125 0.025390625000 0.031005859375 +0.000000000000 0.017822265625 0.034179687500 0.060058593750 +0.089843750000 0.154296875000 0.214843750000 0.275390625000 +0.324218750000 0.326171875000 0.304687500000 0.247070312500 +0.166992187500 0.082519531250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.034423828125 0.190429687500 0.306640625000 0.396484375000 +0.462890625000 0.486328125000 0.531250000000 0.498046875000 +0.449218750000 0.423828125000 0.378906250000 0.324218750000 +0.326171875000 0.310546875000 0.281250000000 0.287109375000 +0.287109375000 0.289062500000 0.316406250000 0.312500000000 +0.328125000000 0.318359375000 0.275390625000 0.226562500000 +0.195312500000 0.139648437500 0.096191406250 0.013549804688 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.001617431641 0.017578125000 +0.040527343750 0.065917968750 0.087890625000 0.078613281250 +0.073242187500 0.085937500000 0.041748046875 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.022827148438 +0.180664062500 0.283203125000 0.349609375000 0.441406250000 +0.470703125000 0.390625000000 0.353515625000 0.281250000000 +0.164062500000 0.060791015625 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.034912109375 0.062011718750 +0.081054687500 0.121582031250 0.118652343750 0.100585937500 +0.087890625000 0.058593750000 0.023681640625 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.042236328125 0.112792968750 0.162109375000 0.198242187500 +0.222656250000 0.229492187500 0.251953125000 0.251953125000 +0.263671875000 0.292968750000 0.298828125000 0.318359375000 +0.367187500000 0.369140625000 0.392578125000 0.441406250000 +0.451171875000 0.464843750000 0.503906250000 0.519531250000 +0.527343750000 0.531250000000 0.539062500000 0.500000000000 +0.464843750000 0.414062500000 0.330078125000 0.228515625000 +0.084472656250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.050048828125 0.147460937500 0.218750000000 0.249023437500 +0.253906250000 0.250000000000 0.166992187500 0.124023437500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.104003906250 0.167968750000 +0.219726562500 0.244140625000 0.202148437500 0.134765625000 +0.035644531250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.062988281250 0.143554687500 0.176757812500 0.226562500000 +0.213867187500 0.187500000000 0.174804687500 0.117187500000 +0.085937500000 0.062255859375 0.029052734375 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.002059936523 +0.055664062500 0.148437500000 0.205078125000 0.238281250000 +0.289062500000 0.316406250000 0.322265625000 0.335937500000 +0.324218750000 0.285156250000 0.240234375000 0.208007812500 +0.175781250000 0.137695312500 0.148437500000 0.162109375000 +0.155273437500 0.174804687500 0.172851562500 0.159179687500 +0.136718750000 0.086914062500 0.043212890625 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.042236328125 0.212890625000 +0.375000000000 0.523437500000 0.636718750000 0.726562500000 +0.761718750000 0.761718750000 0.718750000000 0.628906250000 +0.527343750000 0.384765625000 0.214843750000 0.069824218750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.064453125000 0.169921875000 0.269531250000 +0.310546875000 0.332031250000 0.335937500000 0.283203125000 +0.225585937500 0.138671875000 0.041259765625 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.020263671875 0.028686523438 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.012451171875 0.118652343750 0.232421875000 0.339843750000 +0.449218750000 0.523437500000 0.621093750000 0.648437500000 +0.699218750000 0.726562500000 0.722656250000 0.730468750000 +0.703125000000 0.648437500000 0.609375000000 0.539062500000 +0.472656250000 0.398437500000 0.333984375000 0.261718750000 +0.181640625000 0.120117187500 0.044189453125 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.043212890625 0.203125000000 +0.308593750000 0.402343750000 0.451171875000 0.453125000000 +0.425781250000 0.390625000000 0.328125000000 0.279296875000 +0.248046875000 0.219726562500 0.194335937500 0.192382812500 +0.201171875000 0.216796875000 0.241210937500 0.283203125000 +0.326171875000 0.347656250000 0.369140625000 0.359375000000 +0.332031250000 0.287109375000 0.255859375000 0.236328125000 +0.192382812500 0.130859375000 0.105957031250 0.050048828125 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.005187988281 0.026977539062 0.026489257812 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.042724609375 0.175781250000 0.255859375000 +0.353515625000 0.435546875000 0.492187500000 0.531250000000 +0.578125000000 0.589843750000 0.597656250000 0.582031250000 +0.574218750000 0.550781250000 0.498046875000 0.455078125000 +0.406250000000 0.314453125000 0.249023437500 0.175781250000 +0.055664062500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.094726562500 +0.228515625000 0.335937500000 0.427734375000 0.460937500000 +0.462890625000 0.455078125000 0.396484375000 0.302734375000 +0.171875000000 0.026367187500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.028076171875 0.043945312500 0.108886718750 +0.180664062500 0.235351562500 0.298828125000 0.349609375000 +0.423828125000 0.484375000000 0.535156250000 0.546875000000 +0.519531250000 0.480468750000 0.386718750000 0.283203125000 +0.165039062500 0.001182556152 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.081542968750 0.181640625000 0.285156250000 0.363281250000 +0.427734375000 0.496093750000 0.531250000000 0.519531250000 +0.484375000000 0.417968750000 0.328125000000 0.223632812500 +0.128906250000 0.037109375000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.068847656250 +0.197265625000 0.304687500000 0.378906250000 0.406250000000 +0.392578125000 0.355468750000 0.283203125000 0.185546875000 +0.066894531250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.143554687500 +0.300781250000 0.423828125000 0.515625000000 0.605468750000 +0.652343750000 0.675781250000 0.687500000000 0.636718750000 +0.527343750000 0.398437500000 0.261718750000 0.085937500000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.079101562500 0.179687500000 0.236328125000 +0.306640625000 0.361328125000 0.437500000000 0.462890625000 +0.494140625000 0.566406250000 0.593750000000 0.589843750000 +0.628906250000 0.593750000000 0.542968750000 0.462890625000 +0.363281250000 0.238281250000 0.056884765625 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.082031250000 0.175781250000 0.244140625000 +0.275390625000 0.306640625000 0.328125000000 0.349609375000 +0.357421875000 0.384765625000 0.416015625000 0.443359375000 +0.462890625000 0.488281250000 0.511718750000 0.558593750000 +0.601562500000 0.609375000000 0.597656250000 0.562500000000 +0.474609375000 0.371093750000 0.241210937500 0.083007812500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.108886718750 0.231445312500 0.326171875000 +0.363281250000 0.337890625000 0.306640625000 0.230468750000 +0.125000000000 0.032470703125 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.006469726562 0.120117187500 0.234375000000 +0.345703125000 0.449218750000 0.503906250000 0.527343750000 +0.550781250000 0.515625000000 0.472656250000 0.400390625000 +0.333984375000 0.253906250000 0.149414062500 0.074707031250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.009460449219 +0.036132812500 0.051513671875 0.044433593750 0.073242187500 +0.059570312500 0.033935546875 0.045410156250 0.018310546875 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.017822265625 0.030639648438 0.014648437500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.068359375000 0.185546875000 0.285156250000 +0.363281250000 0.431640625000 0.470703125000 0.482421875000 +0.468750000000 0.402343750000 0.335937500000 0.203125000000 +0.072265625000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.011779785156 0.015625000000 0.031250000000 +0.040771484375 0.054199218750 0.094726562500 0.115234375000 +0.145507812500 0.162109375000 0.189453125000 0.180664062500 +0.164062500000 0.127929687500 0.076660156250 0.020385742188 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.094726562500 +0.149414062500 0.205078125000 0.240234375000 0.231445312500 +0.200195312500 0.113769531250 0.000438690186 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.079101562500 0.133789062500 0.181640625000 0.217773437500 +0.242187500000 0.236328125000 0.173828125000 0.127929687500 +0.026367187500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.057373046875 0.152343750000 0.263671875000 0.322265625000 +0.376953125000 0.392578125000 0.394531250000 0.355468750000 +0.291015625000 0.212890625000 0.151367187500 0.099609375000 +0.064453125000 0.039550781250 0.034667968750 0.002349853516 +0.031005859375 0.018188476562 0.018066406250 0.038818359375 +0.028564453125 0.027343750000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.146484375000 0.279296875000 0.378906250000 0.507812500000 +0.574218750000 0.589843750000 0.582031250000 0.527343750000 +0.402343750000 0.269531250000 0.091308593750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.068847656250 0.158203125000 +0.237304687500 0.253906250000 0.253906250000 0.240234375000 +0.154296875000 0.065917968750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.002532958984 0.072753906250 +0.084472656250 0.162109375000 0.138671875000 0.147460937500 +0.150390625000 0.087890625000 0.062988281250 0.030639648438 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.041748046875 0.138671875000 0.209960937500 +0.211914062500 0.209960937500 0.206054687500 0.148437500000 +0.120117187500 0.048583984375 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.063476562500 0.104980468750 0.211914062500 +0.292968750000 0.326171875000 0.384765625000 0.365234375000 +0.326171875000 0.225585937500 0.085937500000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.069335937500 0.177734375000 0.245117187500 0.330078125000 +0.324218750000 0.296875000000 0.234375000000 0.182617187500 +0.069335937500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.065429687500 0.166992187500 0.207031250000 0.318359375000 +0.341796875000 0.355468750000 0.402343750000 0.314453125000 +0.318359375000 0.206054687500 0.181640625000 0.083496093750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.015625000000 0.117187500000 0.175781250000 0.261718750000 +0.289062500000 0.265625000000 0.279296875000 0.253906250000 +0.192382812500 0.097167968750 0.088378906250 0.043945312500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.052246093750 +0.065429687500 0.073730468750 0.055908203125 0.034423828125 +0.001716613770 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.038574218750 0.098144531250 +0.136718750000 0.171875000000 0.204101562500 0.223632812500 +0.187500000000 0.231445312500 0.211914062500 0.167968750000 +0.036376953125 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.033203125000 +0.114746093750 0.147460937500 0.245117187500 0.273437500000 +0.353515625000 0.412109375000 0.451171875000 0.474609375000 +0.451171875000 0.492187500000 0.453125000000 0.433593750000 +0.373046875000 0.289062500000 0.246093750000 0.170898437500 +0.061035156250 0.026977539062 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.002868652344 0.062500000000 0.132812500000 +0.176757812500 0.265625000000 0.332031250000 0.361328125000 +0.355468750000 0.394531250000 0.390625000000 0.343750000000 +0.339843750000 0.273437500000 0.157226562500 0.112304687500 +0.025756835938 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.046630859375 +0.080566406250 0.136718750000 0.124023437500 0.057861328125 +0.035888671875 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.021484375000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.004547119141 0.000000000000 +0.040039062500 0.044677734375 0.058593750000 0.009399414062 +0.024291992188 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.001487731934 0.071289062500 0.121582031250 0.206054687500 +0.227539062500 0.273437500000 0.273437500000 0.263671875000 +0.178710937500 0.111328125000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.006805419922 0.121093750000 0.141601562500 0.211914062500 +0.234375000000 0.182617187500 0.145507812500 0.042236328125 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.035400390625 +0.106445312500 0.127929687500 0.122558593750 0.116699218750 +0.048095703125 0.040527343750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.011657714844 0.060791015625 +0.107910156250 0.101562500000 0.081054687500 0.080078125000 +0.021972656250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000576019287 0.071777343750 0.132812500000 +0.153320312500 0.263671875000 0.291015625000 0.330078125000 +0.386718750000 0.367187500000 0.369140625000 0.328125000000 +0.265625000000 0.217773437500 0.125000000000 0.063476562500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.031738281250 0.103027343750 +0.195312500000 0.221679687500 0.263671875000 0.273437500000 +0.265625000000 0.206054687500 0.170898437500 0.115722656250 +0.050537109375 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.012145996094 0.044189453125 0.048828125000 0.017822265625 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.052734375000 0.135742187500 0.263671875000 +0.384765625000 0.445312500000 0.496093750000 0.486328125000 +0.470703125000 0.433593750000 0.316406250000 0.226562500000 +0.123046875000 0.009826660156 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.037353515625 +0.057861328125 0.063476562500 0.070312500000 0.055664062500 +0.062500000000 0.053222656250 0.027709960938 0.040527343750 +0.018188476562 0.032470703125 0.075195312500 0.081054687500 +0.152343750000 0.184570312500 0.218750000000 0.289062500000 +0.339843750000 0.359375000000 0.392578125000 0.410156250000 +0.437500000000 0.425781250000 0.384765625000 0.353515625000 +0.287109375000 0.208984375000 0.107910156250 0.004791259766 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.019653320312 +0.050781250000 0.083984375000 0.067382812500 0.077148437500 +0.046875000000 0.069824218750 0.041503906250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.042480468750 +0.134765625000 0.199218750000 0.234375000000 0.226562500000 +0.231445312500 0.179687500000 0.104492187500 0.035156250000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.067871093750 0.090820312500 0.204101562500 +0.231445312500 0.337890625000 0.380859375000 0.433593750000 +0.458984375000 0.433593750000 0.441406250000 0.417968750000 +0.330078125000 0.320312500000 0.208007812500 0.169921875000 +0.027832031250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.020141601562 +0.000000000000 0.016479492188 0.014343261719 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.049560546875 0.162109375000 0.179687500000 0.221679687500 +0.241210937500 0.225585937500 0.142578125000 0.131835937500 +0.051513671875 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.008789062500 0.040039062500 +0.048339843750 0.003677368164 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.027587890625 +0.047851562500 0.122558593750 0.172851562500 0.161132812500 +0.121582031250 0.034423828125 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.001319885254 0.011169433594 +0.000705718994 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.028930664062 0.101562500000 +0.158203125000 0.218750000000 0.259765625000 0.269531250000 +0.257812500000 0.234375000000 0.179687500000 0.112304687500 +0.078613281250 0.035400390625 0.019897460938 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.013366699219 0.085937500000 0.147460937500 0.221679687500 +0.269531250000 0.300781250000 0.285156250000 0.285156250000 +0.236328125000 0.195312500000 0.154296875000 0.092285156250 +0.035400390625 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.062500000000 0.148437500000 +0.240234375000 0.332031250000 0.425781250000 0.478515625000 +0.466796875000 0.445312500000 0.390625000000 0.281250000000 +0.168945312500 0.046875000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.026855468750 0.140625000000 0.247070312500 0.314453125000 +0.353515625000 0.384765625000 0.347656250000 0.291015625000 +0.205078125000 0.121093750000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.032226562500 +0.091308593750 0.156250000000 0.196289062500 0.261718750000 +0.300781250000 0.355468750000 0.357421875000 0.357421875000 +0.335937500000 0.318359375000 0.283203125000 0.267578125000 +0.215820312500 0.149414062500 0.074218750000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.009948730469 0.025512695312 +0.031494140625 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.037109375000 0.109375000000 0.158203125000 +0.222656250000 0.291015625000 0.316406250000 0.332031250000 +0.335937500000 0.337890625000 0.320312500000 0.310546875000 +0.279296875000 0.226562500000 0.156250000000 0.112792968750 +0.059082031250 0.031982421875 0.013977050781 0.000000000000 +0.000000000000 0.000000000000 0.006378173828 0.038574218750 +0.085449218750 0.109375000000 0.119628906250 0.126953125000 +0.107421875000 0.103027343750 0.096679687500 0.057373046875 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.022827148438 0.059082031250 +0.099121093750 0.105468750000 0.105468750000 0.082519531250 +0.121093750000 0.118652343750 0.088378906250 0.090820312500 +0.074218750000 0.059082031250 0.033691406250 0.007690429688 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.002029418945 0.011474609375 +0.024169921875 0.022583007812 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.027709960938 0.033691406250 0.030639648438 +0.024780273438 0.023559570312 0.003692626953 0.005157470703 +0.000000000000 0.000000000000 0.000000000000 0.022460937500 +0.072265625000 0.100585937500 0.138671875000 0.173828125000 +0.243164062500 0.285156250000 0.345703125000 0.384765625000 +0.406250000000 0.449218750000 0.457031250000 0.458984375000 +0.460937500000 0.429687500000 0.375000000000 0.337890625000 +0.300781250000 0.224609375000 0.176757812500 0.107910156250 +0.048095703125 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.021728515625 +0.083984375000 0.119140625000 0.152343750000 0.208984375000 +0.236328125000 0.271484375000 0.328125000000 0.343750000000 +0.341796875000 0.341796875000 0.330078125000 0.298828125000 +0.269531250000 0.217773437500 0.137695312500 0.079589843750 +0.012023925781 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.020141601562 0.072753906250 0.106445312500 0.119628906250 +0.132812500000 0.105957031250 0.089843750000 0.049804687500 +0.010559082031 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000257492065 0.026733398438 +0.040771484375 0.058349609375 0.083007812500 0.139648437500 +0.152343750000 0.199218750000 0.213867187500 0.234375000000 +0.229492187500 0.194335937500 0.132812500000 0.075683593750 +0.000328063965 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.036376953125 0.059082031250 0.081542968750 0.087890625000 +0.120605468750 0.131835937500 0.152343750000 0.164062500000 +0.167968750000 0.158203125000 0.147460937500 0.115234375000 +0.057861328125 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.058105468750 0.139648437500 0.182617187500 +0.225585937500 0.249023437500 0.219726562500 0.217773437500 +0.169921875000 0.125976562500 0.062988281250 0.010131835938 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.048828125000 +0.047851562500 0.041748046875 0.013793945312 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000923156738 +0.122070312500 0.202148437500 0.249023437500 0.277343750000 +0.294921875000 0.273437500000 0.229492187500 0.188476562500 +0.116699218750 0.034423828125 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.001136779785 +0.006652832031 0.001502990723 0.003585815430 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.003860473633 0.050292968750 0.054199218750 0.039794921875 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.010192871094 0.082519531250 0.140625000000 +0.190429687500 0.202148437500 0.213867187500 0.191406250000 +0.158203125000 0.095703125000 0.045166015625 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.036376953125 +0.058105468750 0.097656250000 0.152343750000 0.191406250000 +0.241210937500 0.267578125000 0.279296875000 0.275390625000 +0.250000000000 0.207031250000 0.154296875000 0.099609375000 +0.068359375000 0.007568359375 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.010559082031 0.067382812500 0.120605468750 +0.166992187500 0.230468750000 0.255859375000 0.285156250000 +0.271484375000 0.259765625000 0.225585937500 0.199218750000 +0.159179687500 0.116210937500 0.095703125000 0.060058593750 +0.063476562500 0.066894531250 0.095214843750 0.126953125000 +0.155273437500 0.171875000000 0.185546875000 0.151367187500 +0.136718750000 0.102539062500 0.048828125000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.021362304688 0.049316406250 +0.029418945312 0.008605957031 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.009887695312 0.098144531250 0.195312500000 +0.261718750000 0.339843750000 0.394531250000 0.441406250000 +0.447265625000 0.443359375000 0.433593750000 0.361328125000 +0.289062500000 0.218750000000 0.125976562500 0.070312500000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.015502929688 0.029174804688 0.020996093750 +0.028808593750 0.042236328125 0.041015625000 0.059570312500 +0.062255859375 0.064941406250 0.085937500000 0.110351562500 +0.140625000000 0.197265625000 0.239257812500 0.275390625000 +0.302734375000 0.335937500000 0.376953125000 0.408203125000 +0.423828125000 0.419921875000 0.408203125000 0.382812500000 +0.365234375000 0.300781250000 0.255859375000 0.196289062500 +0.105468750000 0.015869140625 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.029907226562 0.014465332031 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.004028320312 0.044677734375 0.096679687500 +0.145507812500 0.152343750000 0.175781250000 0.158203125000 +0.107910156250 0.073242187500 0.029174804688 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.062988281250 +0.117675781250 0.172851562500 0.207031250000 0.217773437500 +0.223632812500 0.212890625000 0.206054687500 0.170898437500 +0.107910156250 0.034179687500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.052978515625 0.094726562500 +0.153320312500 0.221679687500 0.275390625000 0.326171875000 +0.390625000000 0.396484375000 0.417968750000 0.376953125000 +0.363281250000 0.324218750000 0.265625000000 0.184570312500 +0.085449218750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.004241943359 0.069824218750 +0.141601562500 0.176757812500 0.205078125000 0.216796875000 +0.192382812500 0.141601562500 0.087402343750 0.000751495361 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.019775390625 0.070800781250 0.143554687500 0.159179687500 +0.178710937500 0.209960937500 0.182617187500 0.145507812500 +0.135742187500 0.077148437500 0.024780273438 0.012084960938 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.024169921875 0.055664062500 0.101074218750 +0.120605468750 0.139648437500 0.132812500000 0.142578125000 +0.101562500000 0.081542968750 0.048339843750 0.009277343750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.026733398438 0.078125000000 +0.120117187500 0.144531250000 0.119140625000 0.097167968750 +0.041748046875 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.012268066406 +0.000808715820 0.021606445312 0.011047363281 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.020874023438 0.056396484375 0.070800781250 0.090332031250 +0.068359375000 0.022460937500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.006317138672 0.104980468750 0.177734375000 0.265625000000 +0.279296875000 0.239257812500 0.241210937500 0.154296875000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.031738281250 +0.095214843750 0.217773437500 0.291015625000 0.302734375000 +0.308593750000 0.332031250000 0.296875000000 0.230468750000 +0.165039062500 0.082031250000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.027709960938 0.022949218750 0.077636718750 +0.096679687500 0.092285156250 0.083984375000 0.025878906250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.005187988281 0.010070800781 0.009704589844 0.015991210938 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.001312255859 0.051757812500 0.103027343750 +0.156250000000 0.162109375000 0.204101562500 0.203125000000 +0.174804687500 0.185546875000 0.104980468750 0.018066406250 +0.015747070312 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.023437500000 0.130859375000 +0.144531250000 0.119628906250 0.162109375000 0.144531250000 +0.095214843750 0.064453125000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.003738403320 0.005950927734 0.031127929688 0.032958984375 +0.025146484375 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.023803710938 +0.024414062500 0.018920898438 0.000000000000 0.021362304688 +0.015869140625 0.022338867188 0.037109375000 0.073730468750 +0.033691406250 0.026611328125 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.010681152344 0.013305664062 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.024291992188 +0.042968750000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000625610352 0.045410156250 0.064453125000 +0.068847656250 0.069824218750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.080566406250 0.127929687500 0.143554687500 +0.173828125000 0.128906250000 0.057128906250 0.015991210938 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.010253906250 0.072265625000 +0.082031250000 0.072265625000 0.046386718750 0.003875732422 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.016479492188 0.031982421875 0.061035156250 0.047363281250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.010070800781 0.039550781250 +0.048583984375 0.080566406250 0.073242187500 0.072265625000 +0.054687500000 0.037353515625 0.017456054688 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.017333984375 0.033203125000 0.025756835938 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.015197753906 +0.044189453125 0.057128906250 0.036621093750 0.058349609375 +0.051025390625 0.058837890625 0.108886718750 0.113281250000 +0.079589843750 0.090332031250 0.106933593750 0.125000000000 +0.132812500000 0.107421875000 0.087402343750 0.054443359375 +0.040039062500 0.019775390625 0.012573242188 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.003997802734 0.073242187500 +0.184570312500 0.212890625000 0.220703125000 0.251953125000 +0.240234375000 0.158203125000 0.133789062500 0.115234375000 +0.046875000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.010498046875 0.047607421875 +0.033447265625 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.001541137695 0.066406250000 0.060791015625 0.083007812500 +0.099609375000 0.053955078125 0.002548217773 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.014282226562 +0.007995605469 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.018066406250 0.144531250000 0.195312500000 0.192382812500 +0.196289062500 0.155273437500 0.035644531250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.007446289062 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.004791259766 0.000000000000 +0.000000000000 0.013122558594 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.060302734375 0.123046875000 0.161132812500 +0.138671875000 0.140625000000 0.159179687500 0.106933593750 +0.062988281250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.045654296875 +0.125976562500 0.224609375000 0.218750000000 0.163085937500 +0.157226562500 0.073730468750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.080078125000 0.202148437500 0.247070312500 0.277343750000 +0.347656250000 0.289062500000 0.224609375000 0.198242187500 +0.064941406250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.056396484375 0.117187500000 0.203125000000 0.239257812500 +0.259765625000 0.259765625000 0.255859375000 0.265625000000 +0.217773437500 0.164062500000 0.079101562500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.044189453125 +0.106445312500 0.195312500000 0.167968750000 0.163085937500 +0.057128906250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.001296997070 0.041015625000 0.067382812500 0.073242187500 +0.099609375000 0.104492187500 0.081542968750 0.024536132812 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.052978515625 0.129882812500 +0.191406250000 0.211914062500 0.247070312500 0.261718750000 +0.220703125000 0.162109375000 0.095703125000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.011291503906 0.066406250000 0.008239746094 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.010803222656 0.094726562500 +0.098144531250 0.180664062500 0.182617187500 0.197265625000 +0.210937500000 0.188476562500 0.169921875000 0.182617187500 +0.139648437500 0.076660156250 0.084960937500 0.024414062500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.017578125000 0.083496093750 +0.126953125000 0.168945312500 0.233398437500 0.224609375000 +0.171875000000 0.159179687500 0.134765625000 0.096679687500 +0.079589843750 0.016601562500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.015991210938 0.026123046875 +0.000000000000 0.030761718750 0.000202178955 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.018188476562 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.063964843750 +0.152343750000 0.249023437500 0.312500000000 0.347656250000 +0.361328125000 0.359375000000 0.337890625000 0.285156250000 +0.094726562500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.078125000000 0.145507812500 0.164062500000 0.177734375000 +0.101074218750 0.026367187500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.003784179688 +0.068847656250 0.166992187500 0.181640625000 0.185546875000 +0.229492187500 0.172851562500 0.102539062500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.063476562500 0.090820312500 +0.146484375000 0.238281250000 0.273437500000 0.328125000000 +0.294921875000 0.294921875000 0.253906250000 0.185546875000 +0.146484375000 0.092773437500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.010314941406 +0.098144531250 0.152343750000 0.151367187500 0.119628906250 +0.090332031250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.007171630859 0.106445312500 0.053710937500 0.077636718750 +0.039550781250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.070312500000 0.175781250000 0.285156250000 +0.380859375000 0.386718750000 0.449218750000 0.388671875000 +0.369140625000 0.231445312500 0.164062500000 0.074218750000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.027343750000 +0.081054687500 0.131835937500 0.152343750000 0.196289062500 +0.273437500000 0.320312500000 0.300781250000 0.283203125000 +0.206054687500 0.097167968750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.064453125000 +0.030517578125 0.007446289062 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.029907226562 +0.116699218750 0.174804687500 0.227539062500 0.180664062500 +0.143554687500 0.079101562500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.058349609375 0.096679687500 +0.141601562500 0.186523437500 0.209960937500 0.263671875000 +0.320312500000 0.369140625000 0.373046875000 0.361328125000 +0.324218750000 0.237304687500 0.161132812500 0.086425781250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.032958984375 +0.132812500000 0.163085937500 0.209960937500 0.172851562500 +0.165039062500 0.084472656250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.035888671875 0.075195312500 0.124511718750 +0.143554687500 0.097656250000 0.006683349609 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.028808593750 0.062500000000 0.073242187500 0.041503906250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.004425048828 0.069335937500 +0.140625000000 0.163085937500 0.132812500000 0.058837890625 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.005554199219 0.014404296875 +0.025634765625 0.059814453125 0.006469726562 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.038330078125 0.066894531250 0.065917968750 +0.103515625000 0.099121093750 0.074707031250 0.072753906250 +0.066406250000 0.077636718750 0.057861328125 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.066406250000 +0.121093750000 0.147460937500 0.137695312500 0.091308593750 +0.028198242188 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.017456054688 0.044677734375 0.096191406250 +0.134765625000 0.083984375000 0.093261718750 0.077636718750 +0.028320312500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.006072998047 0.002212524414 0.016845703125 0.033691406250 +0.053222656250 0.059570312500 0.061035156250 0.049072265625 +0.006164550781 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.012207031250 0.095214843750 0.123046875000 +0.096679687500 0.074707031250 0.062500000000 0.006927490234 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000058412552 0.030029296875 0.084960937500 0.107421875000 +0.089355468750 0.067382812500 0.022827148438 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.006591796875 0.058349609375 +0.073242187500 0.088867187500 0.089843750000 0.067382812500 +0.015563964844 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.054931640625 0.131835937500 0.179687500000 +0.190429687500 0.163085937500 0.153320312500 0.132812500000 +0.045166015625 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.001235961914 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.052490234375 +0.095703125000 0.146484375000 0.154296875000 0.120605468750 +0.128906250000 0.065429687500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.001472473145 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.017211914062 0.034912109375 0.026977539062 0.068847656250 +0.084472656250 0.088867187500 0.071777343750 0.015991210938 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.015197753906 0.090820312500 +0.105468750000 0.108398437500 0.067382812500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.002853393555 0.020996093750 +0.026611328125 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.010742187500 +0.030273437500 0.017944335938 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.005096435547 0.052978515625 0.069335937500 0.072265625000 +0.064453125000 0.072753906250 0.028442382812 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.032958984375 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.030517578125 0.077148437500 +0.054687500000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.068847656250 0.125976562500 +0.153320312500 0.151367187500 0.139648437500 0.138671875000 +0.089843750000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.001945495605 0.011962890625 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.037597656250 +0.055175781250 0.075683593750 0.074707031250 0.060546875000 +0.031982421875 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.009460449219 0.141601562500 0.223632812500 +0.283203125000 0.304687500000 0.275390625000 0.259765625000 +0.206054687500 0.115234375000 0.010742187500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.056640625000 0.100097656250 +0.111328125000 0.092773437500 0.056152343750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.025268554688 +0.096679687500 0.147460937500 0.178710937500 0.201171875000 +0.188476562500 0.159179687500 0.174804687500 0.158203125000 +0.119140625000 0.115234375000 0.076171875000 0.060302734375 +0.019287109375 0.013366699219 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.095214843750 0.162109375000 0.173828125000 0.186523437500 +0.171875000000 0.138671875000 0.094726562500 0.036132812500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.011474609375 0.047119140625 0.072753906250 +0.055908203125 0.020874023438 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.031005859375 +0.102539062500 0.126953125000 0.162109375000 0.171875000000 +0.173828125000 0.147460937500 0.162109375000 0.154296875000 +0.110839843750 0.082519531250 0.052001953125 0.022827148438 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.052490234375 0.100585937500 0.127929687500 +0.152343750000 0.162109375000 0.118652343750 0.049072265625 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.010803222656 0.045898437500 0.096191406250 0.111328125000 +0.139648437500 0.142578125000 0.121582031250 0.034179687500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.010803222656 0.027343750000 +0.046386718750 0.073730468750 0.085449218750 0.091308593750 +0.068847656250 0.043212890625 0.004272460938 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.024902343750 0.111328125000 +0.134765625000 0.104492187500 0.084472656250 0.033203125000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.068359375000 0.095214843750 +0.119140625000 0.141601562500 0.144531250000 0.119140625000 +0.091308593750 0.031982421875 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.011291503906 0.023193359375 +0.066406250000 0.103027343750 0.140625000000 0.194335937500 +0.204101562500 0.234375000000 0.233398437500 0.185546875000 +0.097167968750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.003051757812 0.037353515625 +0.064941406250 0.072753906250 0.032226562500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.007995605469 0.032226562500 0.063964843750 0.106933593750 +0.128906250000 0.096679687500 0.032714843750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.035400390625 +0.079101562500 0.121093750000 0.080566406250 0.041259765625 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.011718750000 0.105468750000 0.192382812500 0.243164062500 +0.259765625000 0.230468750000 0.197265625000 0.116210937500 +0.041015625000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.005035400391 0.049560546875 +0.085449218750 0.101074218750 0.133789062500 0.153320312500 +0.127929687500 0.102050781250 0.037597656250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.021972656250 +0.018554687500 0.020263671875 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.016479492188 +0.018066406250 0.019409179688 0.036621093750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.063476562500 +0.104492187500 0.186523437500 0.207031250000 0.192382812500 +0.125976562500 0.035400390625 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.030029296875 0.049316406250 0.058593750000 +0.021362304688 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.032470703125 0.046386718750 +0.019653320312 0.001693725586 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.019409179688 +0.040771484375 0.065429687500 0.085449218750 0.104003906250 +0.109863281250 0.115722656250 0.108398437500 0.098632812500 +0.091796875000 0.063964843750 0.041259765625 0.005126953125 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.020385742188 +0.053710937500 0.090332031250 0.136718750000 0.168945312500 +0.204101562500 0.226562500000 0.237304687500 0.246093750000 +0.246093750000 0.241210937500 0.217773437500 0.190429687500 +0.159179687500 0.117187500000 0.082031250000 0.045898437500 +0.010437011719 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.013488769531 0.041015625000 +0.076660156250 0.103515625000 0.126953125000 0.147460937500 +0.153320312500 0.153320312500 0.135742187500 0.116699218750 +0.077636718750 0.043701171875 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.023315429688 0.062500000000 +0.108886718750 0.133789062500 0.143554687500 0.158203125000 +0.167968750000 0.160156250000 0.137695312500 0.105957031250 +0.072753906250 0.036376953125 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.022705078125 +0.054199218750 0.096191406250 0.128906250000 0.158203125000 +0.199218750000 0.220703125000 0.243164062500 0.257812500000 +0.269531250000 0.273437500000 0.263671875000 0.230468750000 +0.199218750000 0.157226562500 0.115722656250 0.062988281250 +0.017333984375 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.009826660156 0.042236328125 0.068359375000 0.087402343750 +0.100097656250 0.101074218750 0.091796875000 0.073242187500 +0.059326171875 0.037353515625 0.006225585938 0.000000000000 +0.000000000000 0.000000000000 0.004119873047 0.016967773438 +0.040771484375 0.062500000000 0.079589843750 0.086425781250 +0.091308593750 0.086425781250 0.077636718750 0.053466796875 +0.034179687500 0.014770507812 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.017333984375 0.034667968750 +0.069824218750 0.103515625000 0.133789062500 0.147460937500 +0.159179687500 0.158203125000 0.132812500000 0.097656250000 +0.053466796875 0.012756347656 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.016235351562 0.065917968750 +0.108398437500 0.139648437500 0.162109375000 0.172851562500 +0.173828125000 0.163085937500 0.138671875000 0.108398437500 +0.073242187500 0.028686523438 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.005645751953 0.064453125000 0.108886718750 0.134765625000 +0.142578125000 0.135742187500 0.107421875000 0.075683593750 +0.031250000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.039794921875 0.070312500000 0.102539062500 0.127929687500 +0.137695312500 0.142578125000 0.124511718750 0.088378906250 +0.046386718750 0.003112792969 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.031738281250 0.077148437500 +0.105468750000 0.123046875000 0.122558593750 0.105957031250 +0.082519531250 0.043212890625 0.005737304688 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.003723144531 0.083984375000 0.154296875000 +0.213867187500 0.267578125000 0.302734375000 0.324218750000 +0.318359375000 0.300781250000 0.281250000000 0.233398437500 +0.187500000000 0.131835937500 0.071777343750 0.019409179688 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.028076171875 0.064453125000 +0.110351562500 0.125976562500 0.136718750000 0.122558593750 +0.090820312500 0.035400390625 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.032958984375 0.078613281250 0.109375000000 +0.126953125000 0.130859375000 0.123535156250 0.084960937500 +0.038818359375 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.072753906250 0.152343750000 +0.214843750000 0.253906250000 0.289062500000 0.298828125000 +0.289062500000 0.253906250000 0.208984375000 0.166992187500 +0.113281250000 0.064453125000 0.019287109375 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.009765625000 0.048095703125 0.076660156250 +0.095703125000 0.104980468750 0.099121093750 0.082519531250 +0.048339843750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.040039062500 0.078125000000 0.083984375000 +0.069824218750 0.035888671875 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.034423828125 +0.075195312500 0.130859375000 0.171875000000 0.209960937500 +0.245117187500 0.273437500000 0.291015625000 0.291015625000 +0.273437500000 0.247070312500 0.207031250000 0.161132812500 +0.084472656250 0.012207031250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.032226562500 0.108398437500 0.181640625000 +0.240234375000 0.287109375000 0.310546875000 0.320312500000 +0.304687500000 0.277343750000 0.227539062500 0.159179687500 +0.078613281250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.022705078125 0.074218750000 +0.116210937500 0.156250000000 0.174804687500 0.188476562500 +0.186523437500 0.171875000000 0.142578125000 0.108398437500 +0.062988281250 0.012573242188 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.027832031250 0.075683593750 0.109375000000 +0.133789062500 0.146484375000 0.134765625000 0.096679687500 +0.048339843750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.001998901367 0.062011718750 0.112792968750 +0.155273437500 0.167968750000 0.156250000000 0.133789062500 +0.098632812500 0.056884765625 0.016967773438 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.042236328125 0.101074218750 0.146484375000 +0.166992187500 0.170898437500 0.143554687500 0.109863281250 +0.055664062500 0.001670837402 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.020263671875 0.054931640625 +0.082519531250 0.103515625000 0.124023437500 0.116699218750 +0.109375000000 0.099609375000 0.082519531250 0.056396484375 +0.019653320312 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.021240234375 0.063964843750 0.102050781250 +0.139648437500 0.157226562500 0.150390625000 0.119628906250 +0.070312500000 0.006256103516 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000109672546 0.057861328125 0.109863281250 +0.146484375000 0.177734375000 0.194335937500 0.195312500000 +0.184570312500 0.147460937500 0.117187500000 0.068847656250 +0.023803710938 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.008178710938 0.046142578125 +0.085449218750 0.122558593750 0.150390625000 0.175781250000 +0.183593750000 0.202148437500 0.211914062500 0.224609375000 +0.233398437500 0.235351562500 0.245117187500 0.251953125000 +0.257812500000 0.267578125000 0.267578125000 0.261718750000 +0.244140625000 0.220703125000 0.181640625000 0.136718750000 +0.068847656250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.014282226562 0.187500000000 +0.248046875000 0.281250000000 0.279296875000 0.243164062500 +0.185546875000 0.107910156250 0.017456054688 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.021118164062 0.110351562500 +0.192382812500 0.247070312500 0.259765625000 0.239257812500 +0.172851562500 0.081054687500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.007690429688 0.151367187500 0.279296875000 +0.382812500000 0.457031250000 0.500000000000 0.515625000000 +0.500000000000 0.458984375000 0.392578125000 0.318359375000 +0.231445312500 0.132812500000 0.036132812500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.002822875977 0.096191406250 0.175781250000 +0.243164062500 0.287109375000 0.302734375000 0.285156250000 +0.249023437500 0.192382812500 0.119140625000 0.032714843750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.017578125000 0.112304687500 0.181640625000 0.211914062500 +0.213867187500 0.186523437500 0.132812500000 0.062255859375 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.032226562500 0.125000000000 0.183593750000 0.211914062500 +0.206054687500 0.169921875000 0.110351562500 0.030029296875 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.109863281250 0.213867187500 +0.281250000000 0.318359375000 0.318359375000 0.283203125000 +0.221679687500 0.137695312500 0.046875000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.076660156250 +0.164062500000 0.234375000000 0.279296875000 0.298828125000 +0.291015625000 0.249023437500 0.177734375000 0.089843750000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.012573242188 0.099121093750 0.158203125000 0.191406250000 +0.201171875000 0.181640625000 0.133789062500 0.062255859375 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.054931640625 0.130859375000 0.168945312500 0.164062500000 +0.123535156250 0.048095703125 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.002136230469 0.013732910156 0.012451171875 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.023559570312 0.064453125000 +0.110351562500 0.164062500000 0.218750000000 0.269531250000 +0.314453125000 0.359375000000 0.386718750000 0.402343750000 +0.410156250000 0.406250000000 0.390625000000 0.369140625000 +0.332031250000 0.289062500000 0.244140625000 0.194335937500 +0.149414062500 0.108886718750 0.071289062500 0.038574218750 +0.009582519531 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.050048828125 0.160156250000 0.257812500000 +0.341796875000 0.402343750000 0.441406250000 0.453125000000 +0.437500000000 0.396484375000 0.328125000000 0.244140625000 +0.139648437500 0.014709472656 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.073730468750 0.175781250000 0.255859375000 +0.300781250000 0.302734375000 0.261718750000 0.182617187500 +0.067382812500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.061767578125 0.194335937500 0.308593750000 0.384765625000 +0.423828125000 0.419921875000 0.378906250000 0.304687500000 +0.194335937500 0.067382812500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.045898437500 +0.094238281250 0.139648437500 0.170898437500 0.200195312500 +0.228515625000 0.255859375000 0.287109375000 0.310546875000 +0.333984375000 0.359375000000 0.376953125000 0.394531250000 +0.402343750000 0.402343750000 0.392578125000 0.373046875000 +0.333984375000 0.283203125000 0.227539062500 0.166992187500 +0.090820312500 0.010742187500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.039306640625 +0.123046875000 0.170898437500 0.184570312500 0.155273437500 +0.085937500000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.002166748047 0.046386718750 +0.074707031250 0.089355468750 0.095214843750 0.083496093750 +0.066406250000 0.041015625000 0.010070800781 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.059082031250 +0.132812500000 0.177734375000 0.193359375000 0.177734375000 +0.132812500000 0.071289062500 0.005432128906 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.082519531250 0.165039062500 0.235351562500 0.281250000000 +0.302734375000 0.294921875000 0.261718750000 0.203125000000 +0.133789062500 0.054443359375 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.002288818359 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.012878417969 0.030151367188 0.030883789062 0.020019531250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000804901123 0.005950927734 0.001396179199 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.010131835938 0.021972656250 +0.041992187500 0.070312500000 0.108886718750 0.147460937500 +0.195312500000 0.251953125000 0.312500000000 0.371093750000 +0.417968750000 0.458984375000 0.476562500000 0.466796875000 +0.429687500000 0.365234375000 0.271484375000 0.156250000000 +0.025634765625 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.011169433594 0.027954101562 +0.027343750000 0.007141113281 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.018920898438 +0.112304687500 0.170898437500 0.177734375000 0.137695312500 +0.059814453125 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.044433593750 +0.113281250000 0.155273437500 0.168945312500 0.148437500000 +0.105468750000 0.048339843750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.012390136719 0.092285156250 0.172851562500 0.241210937500 +0.289062500000 0.300781250000 0.275390625000 0.211914062500 +0.111328125000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.015197753906 +0.036132812500 0.053955078125 0.064941406250 0.079101562500 +0.101074218750 0.123046875000 0.145507812500 0.172851562500 +0.195312500000 0.213867187500 0.222656250000 0.220703125000 +0.205078125000 0.178710937500 0.147460937500 0.112304687500 +0.076660156250 0.050781250000 0.031250000000 0.027587890625 +0.038818359375 0.063476562500 0.094726562500 0.128906250000 +0.168945312500 0.199218750000 0.215820312500 0.220703125000 +0.210937500000 0.190429687500 0.155273437500 0.120605468750 +0.084960937500 0.058593750000 0.041015625000 0.036376953125 +0.046142578125 0.070312500000 0.098144531250 0.131835937500 +0.161132812500 0.184570312500 0.193359375000 0.193359375000 +0.173828125000 0.132812500000 0.069824218750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.036621093750 +0.123535156250 0.183593750000 0.211914062500 0.215820312500 +0.190429687500 0.137695312500 0.068847656250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.010986328125 +0.027221679688 0.043945312500 0.055908203125 0.058105468750 +0.065917968750 0.054199218750 0.041259765625 0.030639648438 +0.009216308594 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.008483886719 0.029541015625 0.046875000000 0.061035156250 +0.061767578125 0.062255859375 0.041992187500 0.026489257812 +0.016357421875 0.004638671875 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.014343261719 +0.024902343750 0.033935546875 0.031250000000 0.037353515625 +0.041015625000 0.039794921875 0.025024414062 0.012451171875 +0.010742187500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.012145996094 +0.026489257812 0.036865234375 0.035888671875 0.035156250000 +0.035644531250 0.027709960938 0.019165039062 0.010803222656 +0.005950927734 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.010925292969 +0.028808593750 0.047607421875 0.060791015625 0.066894531250 +0.066406250000 0.070800781250 0.073242187500 0.069335937500 +0.053466796875 0.046142578125 0.029907226562 0.018432617188 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000732421875 0.003295898438 0.010986328125 +0.008056640625 0.004333496094 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.010131835938 +0.023803710938 0.041503906250 0.058593750000 0.082031250000 +0.093750000000 0.097167968750 0.098632812500 0.101562500000 +0.091796875000 0.084472656250 0.069824218750 0.041992187500 +0.029663085938 0.003540039062 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.019531250000 0.035644531250 0.053466796875 0.072753906250 +0.080566406250 0.082031250000 0.092285156250 0.087402343750 +0.084960937500 0.080078125000 0.076171875000 0.069824218750 +0.062988281250 0.053222656250 0.044677734375 0.043212890625 +0.034912109375 0.031982421875 0.022216796875 0.015319824219 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.010253906250 +0.037109375000 0.045410156250 0.060546875000 0.069824218750 +0.082519531250 0.096679687500 0.102050781250 0.092285156250 +0.090332031250 0.074707031250 0.074707031250 0.060546875000 +0.043457031250 0.023071289062 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000907897949 0.007263183594 0.018066406250 +0.022705078125 0.016235351562 0.001632690430 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.003540039062 0.007873535156 +0.013732910156 0.016235351562 0.012756347656 0.001853942871 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.005035400391 0.010620117188 0.018066406250 0.011352539062 +0.003479003906 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.048583984375 0.102050781250 0.122070312500 0.102539062500 +0.113281250000 0.098144531250 0.063964843750 0.004241943359 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.054199218750 0.095703125000 +0.099121093750 0.060546875000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.014709472656 +0.163085937500 0.275390625000 0.355468750000 0.398437500000 +0.398437500000 0.367187500000 0.312500000000 0.244140625000 +0.160156250000 0.071777343750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.002624511719 0.052734375000 0.090332031250 +0.118652343750 0.128906250000 0.120117187500 0.093750000000 +0.049072265625 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.071289062500 0.166992187500 +0.239257812500 0.279296875000 0.283203125000 0.247070312500 +0.183593750000 0.100585937500 0.002807617188 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.098144531250 0.182617187500 +0.235351562500 0.253906250000 0.240234375000 0.194335937500 +0.117187500000 0.025512695312 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.011840820312 0.082031250000 +0.135742187500 0.166992187500 0.178710937500 0.173828125000 +0.142578125000 0.098144531250 0.047851562500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.033447265625 +0.088378906250 0.125000000000 0.142578125000 0.138671875000 +0.106933593750 0.050781250000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.113769531250 +0.215820312500 0.281250000000 0.304687500000 0.289062500000 +0.232421875000 0.147460937500 0.044677734375 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.005737304688 0.120605468750 0.201171875000 +0.230468750000 0.212890625000 0.154296875000 0.040283203125 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.042724609375 0.114257812500 +0.178710937500 0.237304687500 0.271484375000 0.289062500000 +0.283203125000 0.265625000000 0.232421875000 0.183593750000 +0.123535156250 0.053222656250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.032470703125 0.094726562500 0.139648437500 +0.169921875000 0.178710937500 0.168945312500 0.146484375000 +0.108398437500 0.047851562500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.037597656250 0.095214843750 +0.140625000000 0.162109375000 0.153320312500 0.108886718750 +0.028442382812 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.076171875000 0.184570312500 +0.251953125000 0.269531250000 0.244140625000 0.169921875000 +0.063476562500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.009887695312 +0.078125000000 0.140625000000 0.187500000000 0.225585937500 +0.255859375000 0.273437500000 0.279296875000 0.271484375000 +0.249023437500 0.212890625000 0.161132812500 0.099609375000 +0.029296875000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.067382812500 0.167968750000 0.210937500000 +0.202148437500 0.137695312500 0.031982421875 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.075195312500 0.162109375000 0.226562500000 +0.261718750000 0.259765625000 0.229492187500 0.171875000000 +0.092285156250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.034179687500 0.076171875000 0.098144531250 +0.111816406250 0.098144531250 0.063476562500 0.014770507812 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.023681640625 0.118652343750 0.200195312500 +0.273437500000 0.332031250000 0.363281250000 0.367187500000 +0.345703125000 0.298828125000 0.221679687500 0.120117187500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.069824218750 0.157226562500 0.205078125000 +0.203125000000 0.151367187500 0.046630859375 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.029418945312 +0.057861328125 0.050537109375 0.010559082031 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.097656250000 0.190429687500 +0.236328125000 0.240234375000 0.204101562500 0.135742187500 +0.048095703125 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.032470703125 0.062988281250 0.063964843750 +0.028076171875 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.080078125000 0.146484375000 0.177734375000 +0.169921875000 0.124511718750 0.044189453125 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.039794921875 0.122558593750 0.169921875000 +0.176757812500 0.136718750000 0.062500000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.077636718750 0.175781250000 +0.244140625000 0.281250000000 0.281250000000 0.245117187500 +0.169921875000 0.069824218750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.107421875000 0.200195312500 +0.255859375000 0.271484375000 0.247070312500 0.188476562500 +0.106445312500 0.012268066406 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.003234863281 0.042968750000 0.079101562500 +0.110351562500 0.125000000000 0.125000000000 0.108398437500 +0.070800781250 0.020874023438 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.037353515625 0.080078125000 +0.120117187500 0.147460937500 0.162109375000 0.164062500000 +0.155273437500 0.137695312500 0.109375000000 0.072265625000 +0.022583007812 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.037353515625 0.082519531250 0.122558593750 +0.150390625000 0.172851562500 0.179687500000 0.176757812500 +0.159179687500 0.132812500000 0.102050781250 0.061523437500 +0.016723632812 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.026977539062 0.062255859375 0.099609375000 0.133789062500 +0.160156250000 0.174804687500 0.174804687500 0.153320312500 +0.117187500000 0.060302734375 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.015380859375 0.069335937500 0.116699218750 +0.155273437500 0.181640625000 0.187500000000 0.167968750000 +0.128906250000 0.071289062500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.046630859375 0.102539062500 0.144531250000 +0.176757812500 0.189453125000 0.189453125000 0.173828125000 +0.147460937500 0.108886718750 0.062988281250 0.013122558594 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.057373046875 0.097656250000 +0.114257812500 0.110839843750 0.084960937500 0.043945312500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.019409179688 0.050048828125 +0.068847656250 0.079101562500 0.081542968750 0.080078125000 +0.063476562500 0.037597656250 0.002456665039 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.044433593750 +0.111328125000 0.152343750000 0.165039062500 0.150390625000 +0.103515625000 0.038085937500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.043701171875 0.082031250000 0.103515625000 0.107421875000 +0.102050781250 0.083496093750 0.058837890625 0.027099609375 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.013671875000 +0.065429687500 0.109375000000 0.139648437500 0.156250000000 +0.154296875000 0.135742187500 0.094726562500 0.037109375000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.011230468750 0.043457031250 0.052490234375 +0.041259765625 0.010192871094 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.012817382812 0.059570312500 0.090332031250 0.110839843750 +0.111328125000 0.098144531250 0.064941406250 0.011962890625 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.063476562500 +0.132812500000 0.190429687500 0.232421875000 0.251953125000 +0.247070312500 0.216796875000 0.166992187500 0.101562500000 +0.020019531250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.005615234375 0.054687500000 0.081054687500 0.067871093750 +0.029296875000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.036621093750 0.089843750000 0.122558593750 0.132812500000 +0.114746093750 0.074707031250 0.013000488281 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.054931640625 0.112304687500 0.157226562500 0.185546875000 +0.192382812500 0.176757812500 0.136718750000 0.078613281250 +0.001510620117 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.031738281250 +0.058593750000 0.068359375000 0.062500000000 0.049072265625 +0.023315429688 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.039794921875 0.081054687500 0.115722656250 +0.135742187500 0.142578125000 0.136718750000 0.113769531250 +0.074707031250 0.020629882812 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.059570312500 0.112304687500 0.141601562500 0.145507812500 +0.121093750000 0.073730468750 0.014038085938 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.046630859375 +0.095703125000 0.135742187500 0.167968750000 0.187500000000 +0.187500000000 0.173828125000 0.144531250000 0.103027343750 +0.054931640625 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.064941406250 +0.125000000000 0.176757812500 0.210937500000 0.226562500000 +0.221679687500 0.193359375000 0.151367187500 0.085449218750 +0.005310058594 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.008850097656 0.062988281250 0.102539062500 0.127929687500 +0.134765625000 0.121093750000 0.085449218750 0.031005859375 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.046875000000 0.113281250000 0.165039062500 0.190429687500 +0.195312500000 0.174804687500 0.134765625000 0.079589843750 +0.012329101562 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.006195068359 0.076660156250 +0.123046875000 0.144531250000 0.132812500000 0.090820312500 +0.021362304688 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.026367187500 0.105468750000 0.164062500000 0.190429687500 +0.188476562500 0.157226562500 0.107910156250 0.046386718750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.038330078125 0.084960937500 0.110839843750 +0.121093750000 0.112304687500 0.087402343750 0.043701171875 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.028564453125 +0.102050781250 0.149414062500 0.168945312500 0.159179687500 +0.119140625000 0.056640625000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.004730224609 +0.026977539062 0.053710937500 0.077636718750 0.093261718750 +0.099609375000 0.087890625000 0.060791015625 0.014282226562 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.044677734375 +0.101562500000 0.136718750000 0.136718750000 0.098144531250 +0.031127929688 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.018432617188 0.036621093750 0.020751953125 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.014282226562 0.045654296875 0.044677734375 +0.007507324219 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.046630859375 0.114746093750 0.165039062500 0.199218750000 +0.214843750000 0.207031250000 0.183593750000 0.133789062500 +0.073730468750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.006042480469 0.012023925781 +0.007446289062 0.000010728836 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.002563476562 0.040527343750 +0.082031250000 0.120605468750 0.154296875000 0.178710937500 +0.189453125000 0.181640625000 0.151367187500 0.097167968750 +0.026489257812 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.009887695312 +0.003387451172 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.001556396484 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.019165039062 +0.026123046875 0.014526367188 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.014404296875 +0.010559082031 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.014038085938 0.062255859375 0.090820312500 0.103515625000 +0.086914062500 0.051513671875 0.008361816406 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.005584716797 0.012939453125 +0.015136718750 0.010131835938 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.006317138672 +0.074218750000 0.125000000000 0.157226562500 0.166015625000 +0.153320312500 0.112304687500 0.059326171875 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.023315429688 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.016601562500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.059814453125 0.107910156250 0.135742187500 +0.132812500000 0.098632812500 0.049804687500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.012695312500 +0.049560546875 0.068359375000 0.066406250000 0.031982421875 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.023925781250 +0.035156250000 0.027954101562 0.009277343750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.052734375000 0.112792968750 +0.150390625000 0.170898437500 0.165039062500 0.142578125000 +0.104980468750 0.050048828125 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.046630859375 0.099121093750 +0.098144531250 0.059082031250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.013427734375 0.051513671875 0.058593750000 0.036376953125 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.041015625000 0.083496093750 +0.079589843750 0.040771484375 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000885009766 +0.054931640625 0.081054687500 0.083984375000 0.062011718750 +0.027709960938 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.083496093750 +0.130859375000 0.151367187500 0.146484375000 0.110351562500 +0.062988281250 0.018066406250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.008605957031 0.062500000000 0.098632812500 +0.113769531250 0.105957031250 0.083984375000 0.050781250000 +0.012329101562 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.043701171875 0.086425781250 0.103515625000 +0.095703125000 0.077636718750 0.046875000000 0.003631591797 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.040527343750 0.085937500000 0.099121093750 +0.071777343750 0.010009765625 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.017211914062 0.025634765625 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.012756347656 +0.010986328125 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.022216796875 0.024047851562 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.021362304688 +0.044433593750 0.033935546875 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.015258789062 0.069335937500 0.095703125000 +0.104003906250 0.093750000000 0.058349609375 0.010803222656 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.002349853516 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.041748046875 0.080078125000 +0.099609375000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.014465332031 0.008972167969 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.058593750000 0.112304687500 +0.148437500000 0.149414062500 0.107421875000 0.048339843750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.085937500000 0.184570312500 +0.271484375000 0.347656250000 0.406250000000 0.443359375000 +0.457031250000 0.449218750000 0.412109375000 0.343750000000 +0.255859375000 0.158203125000 0.045898437500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.034667968750 0.121093750000 +0.187500000000 0.228515625000 0.255859375000 0.253906250000 +0.246093750000 0.221679687500 0.194335937500 0.166015625000 +0.143554687500 0.131835937500 0.124511718750 0.125000000000 +0.129882812500 0.123046875000 0.116699218750 0.097656250000 +0.058105468750 0.003906250000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.027343750000 0.108886718750 +0.170898437500 0.220703125000 0.249023437500 0.246093750000 +0.232421875000 0.220703125000 0.191406250000 0.165039062500 +0.145507812500 0.127929687500 0.121093750000 0.126953125000 +0.128906250000 0.128906250000 0.122558593750 0.096191406250 +0.066894531250 0.023925781250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.006042480469 0.118164062500 +0.208007812500 0.291015625000 0.363281250000 0.402343750000 +0.417968750000 0.421875000000 0.390625000000 0.353515625000 +0.298828125000 0.241210937500 0.189453125000 0.141601562500 +0.105957031250 0.083496093750 0.081054687500 0.100585937500 +0.132812500000 0.179687500000 0.238281250000 0.285156250000 +0.328125000000 0.351562500000 0.345703125000 0.316406250000 +0.261718750000 0.173828125000 0.072265625000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.037597656250 0.094726562500 +0.119628906250 0.114257812500 0.070312500000 0.002532958984 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.095214843750 +0.185546875000 0.255859375000 0.304687500000 0.324218750000 +0.318359375000 0.289062500000 0.239257812500 0.168945312500 +0.081054687500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.030273437500 0.110839843750 +0.178710937500 0.224609375000 0.253906250000 0.263671875000 +0.255859375000 0.236328125000 0.207031250000 0.172851562500 +0.140625000000 0.110839843750 0.093261718750 0.082519531250 +0.078125000000 0.082031250000 0.096191406250 0.116210937500 +0.142578125000 0.162109375000 0.179687500000 0.190429687500 +0.194335937500 0.188476562500 0.169921875000 0.134765625000 +0.085937500000 0.024536132812 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.096679687500 0.176757812500 0.226562500000 +0.249023437500 0.253906250000 0.247070312500 0.220703125000 +0.193359375000 0.178710937500 0.166015625000 0.166992187500 +0.182617187500 0.211914062500 0.241210937500 0.279296875000 +0.308593750000 0.324218750000 0.320312500000 0.291015625000 +0.236328125000 0.168945312500 0.073730468750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.004516601562 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.044433593750 0.120117187500 0.157226562500 +0.155273437500 0.109375000000 0.036621093750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.035156250000 0.043212890625 0.025268554688 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.027343750000 0.040527343750 +0.010559082031 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.074707031250 0.181640625000 0.269531250000 +0.333984375000 0.378906250000 0.400390625000 0.398437500000 +0.384765625000 0.363281250000 0.326171875000 0.296875000000 +0.271484375000 0.241210937500 0.225585937500 0.205078125000 +0.178710937500 0.149414062500 0.113281250000 0.067382812500 +0.020751953125 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.064941406250 +0.180664062500 0.285156250000 0.359375000000 0.417968750000 +0.435546875000 0.416015625000 0.371093750000 0.292968750000 +0.186523437500 0.062255859375 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.031738281250 0.123535156250 +0.192382812500 0.245117187500 0.275390625000 0.294921875000 +0.275390625000 0.239257812500 0.186523437500 0.110351562500 +0.014404296875 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.056396484375 0.081542968750 0.078125000000 +0.034912109375 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.130859375000 0.259765625000 +0.367187500000 0.443359375000 0.484375000000 0.492187500000 +0.470703125000 0.406250000000 0.322265625000 0.214843750000 +0.091796875000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.051025390625 0.082519531250 0.084960937500 +0.040283203125 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.015502929688 +0.025024414062 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.041503906250 0.122558593750 0.165039062500 0.174804687500 +0.138671875000 0.069824218750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.020385742188 0.087402343750 +0.151367187500 0.191406250000 0.211914062500 0.223632812500 +0.228515625000 0.219726562500 0.207031250000 0.204101562500 +0.204101562500 0.203125000000 0.213867187500 0.232421875000 +0.255859375000 0.279296875000 0.308593750000 0.339843750000 +0.361328125000 0.375000000000 0.390625000000 0.390625000000 +0.365234375000 0.326171875000 0.269531250000 0.186523437500 +0.087402343750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.067871093750 0.183593750000 0.277343750000 +0.365234375000 0.421875000000 0.453125000000 0.460937500000 +0.435546875000 0.382812500000 0.304687500000 0.203125000000 +0.085937500000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.009094238281 0.103515625000 +0.183593750000 0.257812500000 0.314453125000 0.347656250000 +0.371093750000 0.369140625000 0.351562500000 0.326171875000 +0.294921875000 0.265625000000 0.228515625000 0.187500000000 +0.161132812500 0.132812500000 0.111816406250 0.096191406250 +0.086425781250 0.084472656250 0.091308593750 0.101562500000 +0.128906250000 0.165039062500 0.201171875000 0.250000000000 +0.300781250000 0.339843750000 0.376953125000 0.394531250000 +0.384765625000 0.353515625000 0.287109375000 0.191406250000 +0.074707031250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.023193359375 0.121582031250 0.206054687500 +0.259765625000 0.283203125000 0.289062500000 0.271484375000 +0.241210937500 0.220703125000 0.204101562500 0.192382812500 +0.199218750000 0.210937500000 0.217773437500 0.225585937500 +0.224609375000 0.202148437500 0.159179687500 0.092773437500 +0.009826660156 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.027587890625 +0.024658203125 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.115234375000 0.211914062500 +0.289062500000 0.337890625000 0.365234375000 0.355468750000 +0.320312500000 0.267578125000 0.188476562500 0.097656250000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.021728515625 0.072753906250 0.092773437500 +0.084960937500 0.039306640625 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.106933593750 +0.235351562500 0.332031250000 0.406250000000 0.449218750000 +0.453125000000 0.423828125000 0.361328125000 0.261718750000 +0.133789062500 0.004547119141 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.035644531250 0.115722656250 0.192382812500 +0.247070312500 0.287109375000 0.306640625000 0.302734375000 +0.287109375000 0.246093750000 0.186523437500 0.110839843750 +0.024414062500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.064941406250 0.140625000000 +0.207031250000 0.255859375000 0.291015625000 0.308593750000 +0.316406250000 0.314453125000 0.318359375000 0.320312500000 +0.324218750000 0.330078125000 0.330078125000 0.324218750000 +0.308593750000 0.271484375000 0.223632812500 0.157226562500 +0.068359375000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.015625000000 0.083007812500 0.108398437500 0.100585937500 +0.059814453125 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.029052734375 0.093750000000 +0.149414062500 0.190429687500 0.208984375000 0.214843750000 +0.196289062500 0.166992187500 0.110351562500 0.049072265625 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.034179687500 0.098144531250 +0.150390625000 0.191406250000 0.214843750000 0.226562500000 +0.208007812500 0.165039062500 0.105468750000 0.020629882812 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.011474609375 0.071289062500 0.101562500000 0.104492187500 +0.074218750000 0.027343750000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.061035156250 0.087890625000 0.095214843750 0.074707031250 +0.025756835938 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.012268066406 +0.014648437500 0.017700195312 0.019287109375 0.016357421875 +0.006988525391 0.017700195312 0.041259765625 0.078613281250 +0.108886718750 0.140625000000 0.171875000000 0.186523437500 +0.170898437500 0.132812500000 0.070800781250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.002227783203 0.036865234375 +0.044921875000 0.038818359375 0.013305664062 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.050048828125 0.076660156250 0.082519531250 0.062988281250 +0.015991210938 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.056640625000 0.096679687500 0.111328125000 0.088378906250 +0.040039062500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.003112792969 0.023193359375 0.027709960938 0.031250000000 +0.027099609375 0.023315429688 0.028686523438 0.016235351562 +0.014526367188 0.010742187500 0.008850097656 0.014099121094 +0.003005981445 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.055419921875 +0.086914062500 0.086914062500 0.040039062500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.023315429688 0.036132812500 0.040283203125 0.039062500000 +0.039794921875 0.041259765625 0.041259765625 0.034423828125 +0.038818359375 0.043945312500 0.044433593750 0.029663085938 +0.011413574219 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.006958007812 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.036621093750 0.083984375000 +0.089843750000 0.060302734375 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.051513671875 0.067382812500 0.066894531250 0.010498046875 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.026611328125 0.070800781250 0.103515625000 +0.134765625000 0.157226562500 0.162109375000 0.148437500000 +0.121093750000 0.085937500000 0.027343750000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.015075683594 0.025512695312 0.034912109375 0.038574218750 +0.025878906250 0.012512207031 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.007568359375 0.035644531250 0.044677734375 0.039306640625 +0.022216796875 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.021606445312 0.043701171875 0.068847656250 +0.097656250000 0.110839843750 0.126953125000 0.121582031250 +0.111816406250 0.085937500000 0.044433593750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.003433227539 0.003753662109 +0.012329101562 0.002273559570 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.002563476562 0.000629425049 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.034179687500 +0.072265625000 0.078125000000 0.042480468750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.007049560547 0.093261718750 0.158203125000 +0.205078125000 0.226562500000 0.229492187500 0.196289062500 +0.141601562500 0.069824218750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.045898437500 0.083496093750 +0.104492187500 0.102050781250 0.085937500000 0.060546875000 +0.024414062500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.046386718750 +0.092773437500 0.126953125000 0.147460937500 0.139648437500 +0.114746093750 0.059570312500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.006591796875 0.085449218750 0.141601562500 +0.172851562500 0.180664062500 0.158203125000 0.118164062500 +0.057373046875 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.040039062500 0.056640625000 0.034179687500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.023681640625 +0.054931640625 0.051757812500 0.015625000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.002182006836 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.038330078125 +0.066894531250 0.060791015625 0.038818359375 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.005096435547 0.017211914062 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.038085937500 0.076171875000 +0.099609375000 0.115722656250 0.107421875000 0.093261718750 +0.065429687500 0.031982421875 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000606536865 0.046142578125 0.076660156250 +0.099121093750 0.110839843750 0.110839843750 0.090820312500 +0.060302734375 0.024169921875 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.012329101562 0.026489257812 0.014038085938 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.023681640625 0.051025390625 +0.053710937500 0.046142578125 0.036376953125 0.019042968750 +0.013488769531 0.000167846680 0.000000000000 0.000000000000 +0.002273559570 0.003326416016 0.010986328125 0.015502929688 +0.014038085938 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.031250000000 0.082031250000 +0.100585937500 0.124511718750 0.128906250000 0.116699218750 +0.114257812500 0.106445312500 0.097656250000 0.093261718750 +0.096191406250 0.094726562500 0.094238281250 0.091308593750 +0.087402343750 0.064941406250 0.034667968750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.037597656250 0.100097656250 0.156250000000 0.196289062500 +0.213867187500 0.221679687500 0.208007812500 0.163085937500 +0.088378906250 0.000459671021 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.005828857422 0.049560546875 +0.083007812500 0.090332031250 0.087890625000 0.078125000000 +0.064453125000 0.045898437500 0.030517578125 0.017700195312 +0.017333984375 0.018920898438 0.031982421875 0.051025390625 +0.069824218750 0.089843750000 0.083007812500 0.081054687500 +0.054199218750 0.010803222656 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.002731323242 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.044921875000 0.078125000000 0.100097656250 0.107910156250 +0.095703125000 0.077148437500 0.057128906250 0.031982421875 +0.018066406250 0.012512207031 0.014221191406 0.027954101562 +0.052490234375 0.063476562500 0.077636718750 0.082031250000 +0.071289062500 0.044677734375 0.015563964844 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.047607421875 0.087890625000 +0.095214843750 0.079589843750 0.031982421875 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.004547119141 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.062988281250 0.132812500000 0.179687500000 0.205078125000 +0.208984375000 0.195312500000 0.173828125000 0.137695312500 +0.097656250000 0.055908203125 0.020874023438 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.001640319824 0.004455566406 0.003906250000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.028198242188 0.077636718750 +0.091796875000 0.077148437500 0.041015625000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.028930664062 +0.077636718750 0.100097656250 0.124023437500 0.116210937500 +0.094726562500 0.073730468750 0.043457031250 0.019042968750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.002273559570 0.015625000000 0.033447265625 0.050537109375 +0.066894531250 0.073730468750 0.076660156250 0.081054687500 +0.079589843750 0.079101562500 0.074218750000 0.081542968750 +0.094726562500 0.109375000000 0.133789062500 0.147460937500 +0.162109375000 0.159179687500 0.141601562500 0.112792968750 +0.065917968750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.075683593750 0.130859375000 0.174804687500 0.195312500000 +0.198242187500 0.182617187500 0.164062500000 0.138671875000 +0.111816406250 0.094726562500 0.083007812500 0.070800781250 +0.068359375000 0.061035156250 0.057861328125 0.064941406250 +0.056152343750 0.051025390625 0.041259765625 0.020629882812 +0.000953674316 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.051025390625 +0.102050781250 0.128906250000 0.150390625000 0.160156250000 +0.161132812500 0.144531250000 0.132812500000 0.117187500000 +0.111328125000 0.110839843750 0.103027343750 0.117187500000 +0.120117187500 0.116210937500 0.121582031250 0.103027343750 +0.070312500000 0.029907226562 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.036865234375 0.083984375000 +0.110351562500 0.108398437500 0.087402343750 0.040527343750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.021606445312 0.089355468750 0.119628906250 +0.135742187500 0.130859375000 0.097167968750 0.048583984375 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.042236328125 +0.075683593750 0.062988281250 0.022583007812 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.030151367188 0.047607421875 +0.048828125000 0.043212890625 0.026733398438 0.015441894531 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.018188476562 0.033447265625 0.047851562500 +0.065429687500 0.077636718750 0.081054687500 0.078125000000 +0.077636718750 0.061523437500 0.039550781250 0.008300781250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.042724609375 0.114257812500 0.157226562500 +0.203125000000 0.212890625000 0.196289062500 0.166015625000 +0.102539062500 0.018188476562 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.006042480469 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.031738281250 +0.072753906250 0.080078125000 0.060302734375 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.040527343750 +0.073242187500 0.075195312500 0.051757812500 0.004272460938 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.033447265625 +0.084472656250 0.114257812500 0.110351562500 0.080566406250 +0.014953613281 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.017700195312 0.079101562500 +0.109863281250 0.016967773438 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.006622314453 0.002349853516 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.074707031250 0.130859375000 0.165039062500 +0.188476562500 0.182617187500 0.158203125000 0.110839843750 +0.055419921875 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.014038085938 0.004516601562 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.017822265625 0.009033203125 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.039550781250 +0.062255859375 0.041748046875 0.000648498535 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.071289062500 0.138671875000 0.183593750000 0.203125000000 +0.208984375000 0.193359375000 0.171875000000 0.143554687500 +0.115722656250 0.085937500000 0.062988281250 0.051757812500 +0.036376953125 0.040283203125 0.040283203125 0.049560546875 +0.053710937500 0.060058593750 0.063964843750 0.072265625000 +0.083007812500 0.087402343750 0.091796875000 0.091308593750 +0.090820312500 0.096191406250 0.101074218750 0.107910156250 +0.102050781250 0.102050781250 0.111816406250 0.124511718750 +0.134765625000 0.143554687500 0.144531250000 0.135742187500 +0.128906250000 0.123535156250 0.100585937500 0.064941406250 +0.008972167969 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.072753906250 +0.145507812500 0.197265625000 0.234375000000 0.255859375000 +0.245117187500 0.222656250000 0.166992187500 0.098632812500 +0.017700195312 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.015563964844 +0.014953613281 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.083007812500 +0.178710937500 0.244140625000 0.281250000000 0.291015625000 +0.275390625000 0.239257812500 0.182617187500 0.104492187500 +0.023437500000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.010803222656 +0.068847656250 0.104980468750 0.134765625000 0.140625000000 +0.137695312500 0.124511718750 0.105468750000 0.089355468750 +0.077636718750 0.067382812500 0.059326171875 0.059326171875 +0.069335937500 0.082031250000 0.099121093750 0.119628906250 +0.140625000000 0.160156250000 0.164062500000 0.154296875000 +0.149414062500 0.124511718750 0.092285156250 0.046142578125 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.054687500000 0.094726562500 +0.090332031250 0.065429687500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.010864257812 0.076171875000 +0.128906250000 0.173828125000 0.206054687500 0.221679687500 +0.220703125000 0.209960937500 0.185546875000 0.145507812500 +0.084960937500 0.021240234375 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.006622314453 +0.004608154297 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.038818359375 +0.098632812500 0.141601562500 0.173828125000 0.195312500000 +0.200195312500 0.195312500000 0.179687500000 0.173828125000 +0.169921875000 0.168945312500 0.166015625000 0.155273437500 +0.138671875000 0.115234375000 0.073242187500 0.024414062500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.024169921875 +0.076171875000 0.115234375000 0.144531250000 0.165039062500 +0.172851562500 0.168945312500 0.166992187500 0.165039062500 +0.167968750000 0.171875000000 0.180664062500 0.179687500000 +0.172851562500 0.156250000000 0.129882812500 0.098144531250 +0.048828125000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.043457031250 +0.088867187500 0.123535156250 0.141601562500 0.149414062500 +0.157226562500 0.157226562500 0.165039062500 0.161132812500 +0.161132812500 0.156250000000 0.155273437500 0.151367187500 +0.139648437500 0.122070312500 0.087402343750 0.049316406250 +0.000770568848 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.035156250000 0.053710937500 0.068359375000 0.084960937500 +0.092285156250 0.101074218750 0.110351562500 0.124023437500 +0.136718750000 0.153320312500 0.168945312500 0.180664062500 +0.190429687500 0.175781250000 0.154296875000 0.114257812500 +0.055908203125 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.009887695312 0.035644531250 0.038330078125 +0.002349853516 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.011718750000 0.042968750000 +0.047851562500 0.011840820312 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.024902343750 0.037597656250 +0.013671875000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.017211914062 0.057373046875 +0.069824218750 0.040771484375 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.027954101562 0.070312500000 0.107910156250 0.135742187500 +0.160156250000 0.176757812500 0.188476562500 0.188476562500 +0.176757812500 0.155273437500 0.124511718750 0.096679687500 +0.063476562500 0.039306640625 0.030151367188 0.020019531250 +0.023193359375 0.035156250000 0.059570312500 0.088378906250 +0.111328125000 0.138671875000 0.152343750000 0.165039062500 +0.160156250000 0.150390625000 0.131835937500 0.110351562500 +0.078125000000 0.055419921875 0.042236328125 0.042480468750 +0.051269531250 0.067382812500 0.076171875000 0.086914062500 +0.099121093750 0.104980468750 0.109863281250 0.090332031250 +0.056640625000 0.007324218750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.022705078125 0.049560546875 +0.043945312500 0.007171630859 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.040527343750 0.099121093750 0.125976562500 +0.125976562500 0.090332031250 0.024291992188 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.058105468750 +0.095703125000 0.093750000000 0.064453125000 0.003311157227 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.045898437500 +0.146484375000 0.228515625000 0.294921875000 0.339843750000 +0.363281250000 0.361328125000 0.332031250000 0.285156250000 +0.225585937500 0.143554687500 0.054931640625 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.036132812500 0.103515625000 0.140625000000 +0.146484375000 0.122558593750 0.075195312500 0.003280639648 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.066894531250 0.107910156250 +0.124023437500 0.109375000000 0.064453125000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.005767822266 0.070800781250 0.111816406250 +0.132812500000 0.121093750000 0.081054687500 0.012207031250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.031005859375 0.098144531250 0.133789062500 +0.133789062500 0.101074218750 0.038574218750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.019042968750 0.087890625000 +0.129882812500 0.142578125000 0.115234375000 0.053710937500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.041992187500 0.098632812500 0.130859375000 +0.137695312500 0.120605468750 0.072265625000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.011535644531 0.075683593750 0.105957031250 +0.107910156250 0.080566406250 0.031127929688 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.079101562500 +0.170898437500 0.242187500000 0.291015625000 0.320312500000 +0.335937500000 0.326171875000 0.318359375000 0.298828125000 +0.271484375000 0.250000000000 0.224609375000 0.211914062500 +0.205078125000 0.195312500000 0.195312500000 0.195312500000 +0.200195312500 0.205078125000 0.212890625000 0.216796875000 +0.215820312500 0.220703125000 0.223632812500 0.228515625000 +0.233398437500 0.227539062500 0.224609375000 0.226562500000 +0.226562500000 0.235351562500 0.240234375000 0.253906250000 +0.269531250000 0.291015625000 0.308593750000 0.326171875000 +0.324218750000 0.298828125000 0.255859375000 0.193359375000 +0.119628906250 0.026245117188 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.037109375000 0.139648437500 0.236328125000 +0.312500000000 0.369140625000 0.404296875000 0.414062500000 +0.398437500000 0.361328125000 0.294921875000 0.207031250000 +0.092773437500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.063964843750 0.107421875000 0.115234375000 +0.090332031250 0.028808593750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.032958984375 0.090332031250 0.123535156250 +0.115722656250 0.074707031250 0.005737304688 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.066894531250 0.181640625000 +0.273437500000 0.353515625000 0.402343750000 0.425781250000 +0.414062500000 0.371093750000 0.306640625000 0.220703125000 +0.114257812500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.005462646484 0.106445312500 0.192382812500 +0.255859375000 0.300781250000 0.322265625000 0.322265625000 +0.310546875000 0.287109375000 0.265625000000 0.239257812500 +0.213867187500 0.190429687500 0.183593750000 0.180664062500 +0.187500000000 0.202148437500 0.224609375000 0.257812500000 +0.283203125000 0.304687500000 0.318359375000 0.332031250000 +0.330078125000 0.310546875000 0.271484375000 0.214843750000 +0.142578125000 0.052978515625 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.073730468750 0.118652343750 0.145507812500 +0.135742187500 0.103027343750 0.045410156250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.079101562500 0.169921875000 0.250000000000 +0.304687500000 0.343750000000 0.363281250000 0.367187500000 +0.353515625000 0.318359375000 0.265625000000 0.197265625000 +0.117675781250 0.036621093750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.056640625000 0.115722656250 0.143554687500 0.139648437500 +0.092773437500 0.020874023438 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.066894531250 0.130859375000 0.166015625000 +0.169921875000 0.133789062500 0.068847656250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.019165039062 +0.099609375000 0.153320312500 0.174804687500 0.158203125000 +0.106933593750 0.031494140625 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.058593750000 0.112792968750 0.124023437500 +0.105957031250 0.056152343750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.066406250000 0.149414062500 +0.212890625000 0.259765625000 0.283203125000 0.289062500000 +0.279296875000 0.271484375000 0.267578125000 0.263671875000 +0.265625000000 0.273437500000 0.283203125000 0.291015625000 +0.289062500000 0.261718750000 0.223632812500 0.156250000000 +0.072265625000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.019531250000 0.111328125000 0.185546875000 +0.241210937500 0.275390625000 0.294921875000 0.296875000000 +0.285156250000 0.275390625000 0.263671875000 0.251953125000 +0.251953125000 0.253906250000 0.259765625000 0.263671875000 +0.255859375000 0.244140625000 0.215820312500 0.169921875000 +0.102050781250 0.024169921875 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.066894531250 0.141601562500 0.196289062500 +0.231445312500 0.251953125000 0.267578125000 0.265625000000 +0.259765625000 0.245117187500 0.233398437500 0.235351562500 +0.242187500000 0.250000000000 0.263671875000 0.259765625000 +0.259765625000 0.250000000000 0.222656250000 0.181640625000 +0.117187500000 0.047607421875 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.006713867188 0.084472656250 0.152343750000 0.199218750000 +0.235351562500 0.263671875000 0.277343750000 0.283203125000 +0.277343750000 0.273437500000 0.273437500000 0.273437500000 +0.279296875000 0.287109375000 0.298828125000 0.304687500000 +0.302734375000 0.289062500000 0.257812500000 0.207031250000 +0.141601562500 0.065917968750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.048828125000 0.121093750000 0.166992187500 0.174804687500 +0.149414062500 0.094238281250 0.013977050781 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.009765625000 0.074707031250 0.105468750000 0.102539062500 +0.060791015625 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.036621093750 0.097167968750 0.115722656250 +0.096191406250 0.046386718750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000984191895 0.075683593750 0.117675781250 +0.128906250000 0.105957031250 0.049804687500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.075683593750 0.134765625000 0.163085937500 0.154296875000 +0.112792968750 0.047119140625 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.062988281250 0.128906250000 0.166992187500 +0.173828125000 0.140625000000 0.080078125000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.010253906250 0.096191406250 0.167968750000 0.218750000000 +0.259765625000 0.281250000000 0.291015625000 0.287109375000 +0.277343750000 0.261718750000 0.247070312500 0.238281250000 +0.232421875000 0.226562500000 0.222656250000 0.226562500000 +0.232421875000 0.235351562500 0.237304687500 0.237304687500 +0.237304687500 0.239257812500 0.233398437500 0.225585937500 +0.225585937500 0.223632812500 0.220703125000 0.216796875000 +0.216796875000 0.216796875000 0.218750000000 0.218750000000 +0.227539062500 0.236328125000 0.242187500000 0.251953125000 +0.263671875000 0.281250000000 0.291015625000 0.296875000000 +0.294921875000 0.277343750000 0.244140625000 0.204101562500 +0.156250000000 0.090820312500 0.011169433594 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.050537109375 0.119140625000 0.160156250000 0.176757812500 +0.160156250000 0.120605468750 0.048339843750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.062500000000 0.197265625000 0.118164062500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.026977539062 +0.133789062500 0.207031250000 0.236328125000 0.220703125000 +0.157226562500 0.061767578125 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.006591796875 +0.137695312500 0.224609375000 0.271484375000 0.265625000000 +0.198242187500 0.089843750000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.054687500000 +0.177734375000 0.267578125000 0.320312500000 0.347656250000 +0.359375000000 0.339843750000 0.300781250000 0.263671875000 +0.209960937500 0.146484375000 0.084960937500 0.015991210938 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.062988281250 0.153320312500 0.218750000000 0.253906250000 +0.263671875000 0.243164062500 0.197265625000 0.128906250000 +0.049804687500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.084960937500 0.189453125000 0.253906250000 +0.291015625000 0.283203125000 0.245117187500 0.177734375000 +0.089355468750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.103027343750 0.197265625000 0.248046875000 +0.251953125000 0.226562500000 0.160156250000 0.084472656250 +0.002655029297 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.068359375000 +0.158203125000 0.220703125000 0.241210937500 0.228515625000 +0.174804687500 0.092773437500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.079101562500 0.182617187500 0.257812500000 +0.308593750000 0.326171875000 0.306640625000 0.247070312500 +0.166992187500 0.059570312500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.067382812500 0.179687500000 0.261718750000 +0.302734375000 0.306640625000 0.273437500000 0.209960937500 +0.123046875000 0.020507812500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.090820312500 0.206054687500 0.275390625000 0.294921875000 +0.248046875000 0.142578125000 0.010620117188 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.016723632812 0.067382812500 +0.113281250000 0.147460937500 0.172851562500 0.191406250000 +0.195312500000 0.180664062500 0.157226562500 0.131835937500 +0.088378906250 0.033935546875 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.051513671875 0.111816406250 0.157226562500 0.195312500000 +0.219726562500 0.226562500000 0.215820312500 0.183593750000 +0.125976562500 0.042480468750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.093750000000 0.201171875000 +0.275390625000 0.302734375000 0.267578125000 0.181640625000 +0.052246093750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.033447265625 0.158203125000 0.250000000000 +0.300781250000 0.304687500000 0.285156250000 0.238281250000 +0.165039062500 0.072753906250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.032470703125 0.061279296875 0.088378906250 0.107910156250 +0.125976562500 0.134765625000 0.140625000000 0.151367187500 +0.154296875000 0.146484375000 0.131835937500 0.105957031250 +0.084960937500 0.054687500000 0.018798828125 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.047119140625 +0.175781250000 0.261718750000 0.306640625000 0.279296875000 +0.208007812500 0.086914062500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000663757324 +0.122070312500 0.205078125000 0.247070312500 0.248046875000 +0.202148437500 0.121582031250 0.022705078125 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.027465820312 0.124023437500 +0.189453125000 0.227539062500 0.228515625000 0.193359375000 +0.131835937500 0.047363281250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.025756835938 0.112304687500 0.193359375000 +0.275390625000 0.345703125000 0.392578125000 0.417968750000 +0.406250000000 0.367187500000 0.285156250000 0.176757812500 +0.045654296875 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.045410156250 +0.183593750000 0.283203125000 0.308593750000 0.267578125000 +0.170898437500 0.038574218750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.070800781250 0.110839843750 0.115234375000 0.083984375000 +0.019165039062 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.109863281250 0.189453125000 0.214843750000 0.191406250000 +0.115234375000 0.011962890625 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.016479492188 0.132812500000 +0.229492187500 0.287109375000 0.294921875000 0.251953125000 +0.161132812500 0.031738281250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.066406250000 +0.114746093750 0.133789062500 0.116699218750 0.076171875000 +0.013671875000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.026245117188 +0.085449218750 0.115722656250 0.119628906250 0.087402343750 +0.031982421875 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.013488769531 +0.115234375000 0.206054687500 0.271484375000 0.314453125000 +0.322265625000 0.306640625000 0.251953125000 0.179687500000 +0.078613281250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.072265625000 0.179687500000 0.244140625000 0.261718750000 +0.248046875000 0.195312500000 0.127929687500 0.041259765625 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.016479492188 0.031738281250 0.049072265625 0.053710937500 +0.056884765625 0.048095703125 0.026977539062 0.018676757812 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000717163086 0.024291992188 +0.035888671875 0.066406250000 0.066406250000 0.061523437500 +0.038818359375 0.012695312500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.006164550781 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.008117675781 +0.042724609375 0.059082031250 0.077636718750 0.076171875000 +0.058105468750 0.055664062500 0.035156250000 0.012756347656 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.010314941406 0.029296875000 0.028320312500 0.047851562500 +0.055664062500 0.054931640625 0.068847656250 0.063476562500 +0.067871093750 0.072265625000 0.058349609375 0.052978515625 +0.034423828125 0.003234863281 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.002609252930 +0.026123046875 0.048583984375 0.058593750000 0.067871093750 +0.064941406250 0.060302734375 0.061035156250 0.047851562500 +0.041259765625 0.039794921875 0.030639648438 0.034179687500 +0.027465820312 0.016601562500 0.014282226562 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.012023925781 +0.025756835938 0.037109375000 0.053466796875 0.052490234375 +0.056396484375 0.064453125000 0.052734375000 0.060546875000 +0.057617187500 0.049072265625 0.059570312500 0.047119140625 +0.030029296875 0.014221191406 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.033691406250 +0.076171875000 0.102539062500 0.107910156250 0.099609375000 +0.078613281250 0.035156250000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.002578735352 0.074218750000 +0.139648437500 0.188476562500 0.228515625000 0.253906250000 +0.275390625000 0.281250000000 0.277343750000 0.269531250000 +0.250000000000 0.216796875000 0.179687500000 0.121582031250 +0.053710937500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.012023925781 0.085449218750 +0.148437500000 0.196289062500 0.228515625000 0.257812500000 +0.269531250000 0.275390625000 0.273437500000 0.257812500000 +0.236328125000 0.208984375000 0.166015625000 0.111328125000 +0.048095703125 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.016357421875 +0.012329101562 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.070800781250 0.155273437500 +0.213867187500 0.241210937500 0.238281250000 0.203125000000 +0.138671875000 0.049804687500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.019653320312 0.093261718750 +0.151367187500 0.186523437500 0.210937500000 0.215820312500 +0.211914062500 0.200195312500 0.188476562500 0.174804687500 +0.166015625000 0.162109375000 0.166992187500 0.178710937500 +0.191406250000 0.205078125000 0.216796875000 0.218750000000 +0.205078125000 0.177734375000 0.138671875000 0.087890625000 +0.022338867188 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.020263671875 +0.120605468750 0.214843750000 0.304687500000 0.376953125000 +0.441406250000 0.484375000000 0.507812500000 0.523437500000 +0.523437500000 0.507812500000 0.496093750000 0.472656250000 +0.451171875000 0.423828125000 0.390625000000 0.355468750000 +0.306640625000 0.250000000000 0.196289062500 0.121582031250 +0.045898437500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.075195312500 0.167968750000 0.263671875000 0.345703125000 +0.417968750000 0.482421875000 0.507812500000 0.507812500000 +0.476562500000 0.410156250000 0.314453125000 0.198242187500 +0.068847656250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.012145996094 0.025024414062 +0.017822265625 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.022094726562 0.083496093750 0.143554687500 +0.174804687500 0.197265625000 0.206054687500 0.196289062500 +0.185546875000 0.173828125000 0.160156250000 0.163085937500 +0.169921875000 0.192382812500 0.230468750000 0.281250000000 +0.332031250000 0.384765625000 0.427734375000 0.445312500000 +0.441406250000 0.404296875000 0.347656250000 0.259765625000 +0.154296875000 0.038574218750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.020385742188 0.045654296875 +0.052978515625 0.053466796875 0.041992187500 0.024414062500 +0.004119873047 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.003036499023 0.031738281250 0.066894531250 +0.097167968750 0.133789062500 0.159179687500 0.173828125000 +0.179687500000 0.178710937500 0.175781250000 0.170898437500 +0.175781250000 0.184570312500 0.211914062500 0.248046875000 +0.292968750000 0.337890625000 0.388671875000 0.425781250000 +0.449218750000 0.464843750000 0.451171875000 0.414062500000 +0.353515625000 0.279296875000 0.182617187500 0.082031250000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.014648437500 0.098144531250 0.166992187500 +0.214843750000 0.237304687500 0.231445312500 0.199218750000 +0.136718750000 0.048828125000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.062988281250 0.118164062500 0.144531250000 +0.152343750000 0.135742187500 0.097656250000 0.049072265625 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.037841796875 +0.148437500000 0.253906250000 0.351562500000 0.423828125000 +0.480468750000 0.511718750000 0.523437500000 0.507812500000 +0.468750000000 0.425781250000 0.367187500000 0.304687500000 +0.246093750000 0.192382812500 0.145507812500 0.104003906250 +0.077148437500 0.062500000000 0.051513671875 0.061767578125 +0.077636718750 0.099609375000 0.125976562500 0.161132812500 +0.188476562500 0.218750000000 0.240234375000 0.250000000000 +0.236328125000 0.212890625000 0.160156250000 0.088867187500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.029907226562 0.153320312500 +0.242187500000 0.294921875000 0.310546875000 0.279296875000 +0.209960937500 0.115722656250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.087402343750 +0.178710937500 0.250000000000 0.289062500000 0.302734375000 +0.292968750000 0.271484375000 0.233398437500 0.198242187500 +0.172851562500 0.156250000000 0.164062500000 0.185546875000 +0.220703125000 0.269531250000 0.316406250000 0.369140625000 +0.408203125000 0.435546875000 0.451171875000 0.460937500000 +0.455078125000 0.447265625000 0.431640625000 0.423828125000 +0.419921875000 0.423828125000 0.439453125000 0.458984375000 +0.478515625000 0.496093750000 0.496093750000 0.478515625000 +0.437500000000 0.373046875000 0.283203125000 0.177734375000 +0.058837890625 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.025512695312 +0.144531250000 0.253906250000 0.343750000000 0.417968750000 +0.462890625000 0.494140625000 0.503906250000 0.500000000000 +0.488281250000 0.470703125000 0.458984375000 0.445312500000 +0.435546875000 0.427734375000 0.416015625000 0.400390625000 +0.382812500000 0.357421875000 0.326171875000 0.283203125000 +0.243164062500 0.202148437500 0.161132812500 0.130859375000 +0.104980468750 0.092773437500 0.087890625000 0.090332031250 +0.102050781250 0.122558593750 0.138671875000 0.149414062500 +0.158203125000 0.150390625000 0.130859375000 0.090332031250 +0.038574218750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.109863281250 +0.215820312500 0.300781250000 0.367187500000 0.417968750000 +0.447265625000 0.464843750000 0.470703125000 0.466796875000 +0.460937500000 0.458984375000 0.460937500000 0.462890625000 +0.468750000000 0.468750000000 0.468750000000 0.453125000000 +0.429687500000 0.388671875000 0.324218750000 0.245117187500 +0.153320312500 0.041992187500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.050048828125 0.163085937500 +0.251953125000 0.318359375000 0.359375000000 0.365234375000 +0.345703125000 0.300781250000 0.234375000000 0.148437500000 +0.058593750000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.009948730469 0.097167968750 +0.167968750000 0.219726562500 0.251953125000 0.250000000000 +0.223632812500 0.172851562500 0.098632812500 0.009887695312 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.028076171875 0.126953125000 +0.201171875000 0.240234375000 0.249023437500 0.219726562500 +0.145507812500 0.055175781250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.027954101562 +0.078613281250 0.122070312500 0.149414062500 0.174804687500 +0.200195312500 0.225585937500 0.255859375000 0.287109375000 +0.318359375000 0.347656250000 0.373046875000 0.388671875000 +0.396484375000 0.388671875000 0.367187500000 0.335937500000 +0.302734375000 0.263671875000 0.224609375000 0.197265625000 +0.166015625000 0.149414062500 0.135742187500 0.122070312500 +0.103515625000 0.081542968750 0.047607421875 0.005889892578 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.028320312500 0.154296875000 +0.271484375000 0.376953125000 0.462890625000 0.515625000000 +0.527343750000 0.498046875000 0.427734375000 0.318359375000 +0.187500000000 0.038818359375 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.087890625000 0.165039062500 +0.216796875000 0.233398437500 0.213867187500 0.162109375000 +0.077148437500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.004272460938 0.102539062500 +0.195312500000 0.263671875000 0.298828125000 0.314453125000 +0.292968750000 0.242187500000 0.175781250000 0.101562500000 +0.025024414062 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.031738281250 0.100585937500 +0.165039062500 0.222656250000 0.259765625000 0.269531250000 +0.251953125000 0.214843750000 0.158203125000 0.088867187500 +0.025756835938 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.013427734375 0.088867187500 +0.161132812500 0.235351562500 0.291015625000 0.328125000000 +0.337890625000 0.316406250000 0.257812500000 0.178710937500 +0.074707031250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.026489257812 0.106933593750 0.170898437500 +0.209960937500 0.214843750000 0.193359375000 0.142578125000 +0.069335937500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.018554687500 0.133789062500 +0.234375000000 0.241210937500 0.181640625000 0.115722656250 +0.000000000000 0.000000000000 0.000000000000 0.090332031250 +0.084960937500 0.083984375000 0.075195312500 0.059082031250 +0.051269531250 0.041992187500 0.023437500000 0.005065917969 +0.000000000000 0.000000000000 0.004913330078 0.016113281250 +0.039062500000 0.062500000000 0.092773437500 0.119628906250 +0.147460937500 0.170898437500 0.176757812500 0.164062500000 +0.132812500000 0.083007812500 0.015258789062 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.011657714844 0.050537109375 0.074707031250 +0.084472656250 0.090332031250 0.082031250000 0.061523437500 +0.040771484375 0.024536132812 0.014648437500 0.003570556641 +0.003814697266 0.001724243164 0.013793945312 0.029663085938 +0.041992187500 0.056884765625 0.066406250000 0.077148437500 +0.083496093750 0.098632812500 0.108398437500 0.106933593750 +0.105957031250 0.104980468750 0.095703125000 0.088867187500 +0.075195312500 0.063964843750 0.052001953125 0.047363281250 +0.047851562500 0.047119140625 0.051757812500 0.059570312500 +0.070800781250 0.083984375000 0.092773437500 0.100585937500 +0.098632812500 0.086425781250 0.061523437500 0.026245117188 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.023925781250 0.060058593750 0.087402343750 +0.120117187500 0.142578125000 0.145507812500 0.133789062500 +0.120117187500 0.106445312500 0.072753906250 0.026977539062 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.014892578125 0.036376953125 0.041748046875 +0.045898437500 0.047607421875 0.051025390625 0.053955078125 +0.058105468750 0.076660156250 0.093750000000 0.115234375000 +0.139648437500 0.163085937500 0.178710937500 0.179687500000 +0.156250000000 0.122558593750 0.071289062500 0.008728027344 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.048095703125 0.100097656250 0.130859375000 +0.145507812500 0.150390625000 0.135742187500 0.107421875000 +0.082519531250 0.061767578125 0.041015625000 0.019775390625 +0.008361816406 0.011108398438 0.018798828125 0.027221679688 +0.037597656250 0.049804687500 0.060058593750 0.065429687500 +0.065429687500 0.064453125000 0.063476562500 0.061279296875 +0.055908203125 0.057128906250 0.068359375000 0.077148437500 +0.086914062500 0.100585937500 0.112304687500 0.111816406250 +0.094726562500 0.074707031250 0.036376953125 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.045166015625 0.091308593750 +0.129882812500 0.156250000000 0.161132812500 0.157226562500 +0.138671875000 0.107421875000 0.065917968750 0.014465332031 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.016479492188 0.034423828125 0.027587890625 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.032226562500 0.075195312500 +0.108886718750 0.128906250000 0.130859375000 0.118164062500 +0.095703125000 0.059326171875 0.012939453125 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.007110595703 0.052001953125 +0.067871093750 0.061523437500 0.028930664062 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.056396484375 0.124511718750 0.178710937500 0.211914062500 +0.221679687500 0.216796875000 0.196289062500 0.150390625000 +0.083007812500 0.017822265625 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.045410156250 0.116210937500 0.177734375000 0.213867187500 +0.233398437500 0.226562500000 0.195312500000 0.144531250000 +0.073730468750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.019775390625 +0.036376953125 0.031982421875 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.033935546875 0.085937500000 0.125000000000 +0.149414062500 0.149414062500 0.131835937500 0.097656250000 +0.049560546875 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.034912109375 0.118652343750 0.190429687500 0.242187500000 +0.275390625000 0.273437500000 0.255859375000 0.213867187500 +0.146484375000 0.068847656250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.006042480469 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.007232666016 0.066406250000 +0.102539062500 0.107910156250 0.083007812500 0.037109375000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.046875000000 0.094238281250 0.133789062500 +0.158203125000 0.166992187500 0.166015625000 0.149414062500 +0.109375000000 0.054687500000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.018432617188 0.082031250000 0.133789062500 0.170898437500 +0.195312500000 0.198242187500 0.184570312500 0.166992187500 +0.144531250000 0.115722656250 0.086425781250 0.063964843750 +0.039306640625 0.018554687500 0.013488769531 0.016723632812 +0.018798828125 0.024169921875 0.044677734375 0.070800781250 +0.092773437500 0.108398437500 0.117675781250 0.118652343750 +0.102539062500 0.078613281250 0.029785156250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.053710937500 +0.082519531250 0.091796875000 0.072753906250 0.028686523438 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.026367187500 +0.085449218750 0.135742187500 0.183593750000 0.221679687500 +0.235351562500 0.241210937500 0.227539062500 0.206054687500 +0.162109375000 0.103515625000 0.032470703125 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.057617187500 0.128906250000 0.191406250000 0.239257812500 +0.263671875000 0.273437500000 0.259765625000 0.226562500000 +0.165039062500 0.090332031250 0.006469726562 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.024291992188 0.079101562500 0.119140625000 +0.139648437500 0.143554687500 0.121093750000 0.078125000000 +0.020996093750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.023315429688 0.076660156250 +0.108886718750 0.124511718750 0.109863281250 0.070312500000 +0.016235351562 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.038085937500 0.096191406250 0.123535156250 +0.114746093750 0.085937500000 0.028076171875 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.051025390625 0.087890625000 0.092285156250 0.060058593750 +0.009521484375 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.020263671875 +0.025024414062 0.019531250000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.039062500000 +0.062988281250 0.063964843750 0.040039062500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.024169921875 0.043701171875 +0.059814453125 0.069335937500 0.085449218750 0.101074218750 +0.112792968750 0.125000000000 0.144531250000 0.160156250000 +0.162109375000 0.151367187500 0.127929687500 0.088378906250 +0.033203125000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.070312500000 0.110839843750 +0.115234375000 0.095214843750 0.039306640625 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.015441894531 0.080566406250 0.132812500000 +0.164062500000 0.180664062500 0.175781250000 0.158203125000 +0.122558593750 0.070312500000 0.005767822266 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.001708984375 0.033203125000 0.055664062500 +0.072753906250 0.080566406250 0.092285156250 0.088867187500 +0.087890625000 0.079101562500 0.080566406250 0.083007812500 +0.088378906250 0.093261718750 0.100097656250 0.117187500000 +0.133789062500 0.158203125000 0.179687500000 0.202148437500 +0.212890625000 0.214843750000 0.206054687500 0.182617187500 +0.146484375000 0.086914062500 0.005981445312 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000444412231 +0.057861328125 0.115234375000 0.149414062500 0.176757812500 +0.174804687500 0.145507812500 0.100097656250 0.036865234375 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.038574218750 0.099121093750 0.155273437500 +0.200195312500 0.239257812500 0.269531250000 0.298828125000 +0.314453125000 0.326171875000 0.326171875000 0.322265625000 +0.304687500000 0.279296875000 0.247070312500 0.201171875000 +0.144531250000 0.085937500000 0.013610839844 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.045410156250 0.105957031250 0.163085937500 +0.212890625000 0.247070312500 0.275390625000 0.296875000000 +0.314453125000 0.324218750000 0.328125000000 0.318359375000 +0.302734375000 0.279296875000 0.242187500000 0.197265625000 +0.142578125000 0.075195312500 0.002365112305 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.005584716797 +0.040527343750 0.079589843750 0.121093750000 0.156250000000 +0.187500000000 0.205078125000 0.214843750000 0.207031250000 +0.185546875000 0.158203125000 0.118164062500 0.072265625000 +0.030151367188 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.071289062500 0.153320312500 0.221679687500 +0.273437500000 0.300781250000 0.302734375000 0.281250000000 +0.234375000000 0.168945312500 0.086425781250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.054443359375 0.123535156250 0.179687500000 +0.223632812500 0.255859375000 0.277343750000 0.285156250000 +0.281250000000 0.271484375000 0.253906250000 0.239257812500 +0.226562500000 0.221679687500 0.221679687500 0.227539062500 +0.235351562500 0.249023437500 0.267578125000 0.279296875000 +0.281250000000 0.269531250000 0.240234375000 0.195312500000 +0.134765625000 0.063964843750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.010253906250 0.092773437500 0.162109375000 0.222656250000 +0.261718750000 0.281250000000 0.275390625000 0.261718750000 +0.227539062500 0.186523437500 0.148437500000 0.107910156250 +0.072753906250 0.046142578125 0.025024414062 0.012817382812 +0.002365112305 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.034179687500 0.066894531250 0.092285156250 +0.111328125000 0.112792968750 0.102539062500 0.074218750000 +0.031494140625 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.019042968750 0.088867187500 0.148437500000 0.197265625000 +0.228515625000 0.245117187500 0.237304687500 0.213867187500 +0.174804687500 0.127929687500 0.072265625000 0.014221191406 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.009399414062 0.035400390625 +0.060546875000 0.087402343750 0.123535156250 0.150390625000 +0.179687500000 0.204101562500 0.224609375000 0.237304687500 +0.241210937500 0.231445312500 0.204101562500 0.167968750000 +0.118164062500 0.068359375000 0.014892578125 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.024780273438 0.077636718750 +0.118164062500 0.144531250000 0.152343750000 0.137695312500 +0.105957031250 0.053955078125 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.009460449219 0.044921875000 +0.077636718750 0.106445312500 0.131835937500 0.158203125000 +0.177734375000 0.199218750000 0.217773437500 0.234375000000 +0.242187500000 0.243164062500 0.226562500000 0.196289062500 +0.161132812500 0.113769531250 0.055908203125 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.011535644531 0.008361816406 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.053710937500 +0.115722656250 0.169921875000 0.217773437500 0.248046875000 +0.261718750000 0.257812500000 0.222656250000 0.168945312500 +0.095703125000 0.014160156250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.006011962891 +0.068359375000 0.105957031250 0.131835937500 0.132812500000 +0.113769531250 0.086914062500 0.046386718750 0.012084960938 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.014770507812 0.046386718750 0.079101562500 +0.104980468750 0.123046875000 0.125976562500 0.121093750000 +0.104492187500 0.083496093750 0.057373046875 0.031494140625 +0.010131835938 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.006500244141 0.031250000000 0.064941406250 +0.103515625000 0.141601562500 0.187500000000 0.224609375000 +0.257812500000 0.283203125000 0.300781250000 0.302734375000 +0.296875000000 0.271484375000 0.233398437500 0.173828125000 +0.109375000000 0.028930664062 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.016479492188 +0.081054687500 0.127929687500 0.159179687500 0.163085937500 +0.146484375000 0.115234375000 0.064453125000 0.008972167969 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.028930664062 0.072265625000 0.100097656250 0.115722656250 +0.124023437500 0.118652343750 0.109863281250 0.099121093750 +0.094726562500 0.092285156250 0.099121093750 0.110839843750 +0.125976562500 0.150390625000 0.172851562500 0.194335937500 +0.208984375000 0.208984375000 0.206054687500 0.187500000000 +0.161132812500 0.132812500000 0.101074218750 0.069824218750 +0.046630859375 0.024536132812 0.013366699219 0.007324218750 +0.014404296875 0.030151367188 0.045898437500 0.062500000000 +0.070312500000 0.068847656250 0.064453125000 0.043457031250 +0.015441894531 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.030883789062 0.078125000000 0.113769531250 +0.136718750000 0.147460937500 0.149414062500 0.134765625000 +0.120605468750 0.098632812500 0.075683593750 0.053710937500 +0.037841796875 0.027465820312 0.019287109375 0.015869140625 +0.011352539062 0.006866455078 0.005584716797 0.004119873047 +0.004699707031 0.008178710938 0.006103515625 0.011413574219 +0.019165039062 0.033203125000 0.056396484375 0.083007812500 +0.115234375000 0.147460937500 0.181640625000 0.210937500000 +0.239257812500 0.257812500000 0.267578125000 0.269531250000 +0.255859375000 0.232421875000 0.193359375000 0.151367187500 +0.099609375000 0.044677734375 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.024047851562 +0.060546875000 0.092773437500 0.116210937500 0.132812500000 +0.134765625000 0.130859375000 0.124023437500 0.105957031250 +0.092773437500 0.075195312500 0.059326171875 0.050537109375 +0.041992187500 0.039306640625 0.043701171875 0.047607421875 +0.050537109375 0.054931640625 0.048095703125 0.040039062500 +0.025024414062 0.001068115234 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.009216308594 0.058349609375 +0.097167968750 0.127929687500 0.150390625000 0.154296875000 +0.146484375000 0.125000000000 0.085449218750 0.037597656250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.030273437500 0.084472656250 +0.120605468750 0.141601562500 0.143554687500 0.121582031250 +0.094238281250 0.056884765625 0.008666992188 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.053955078125 0.115234375000 +0.178710937500 0.234375000000 0.279296875000 0.312500000000 +0.332031250000 0.333984375000 0.318359375000 0.287109375000 +0.243164062500 0.190429687500 0.132812500000 0.077636718750 +0.023315429688 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000667572021 +0.034912109375 0.069335937500 0.097656250000 0.108886718750 +0.102539062500 0.083496093750 0.042968750000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.002029418945 0.075683593750 0.138671875000 +0.198242187500 0.243164062500 0.273437500000 0.291015625000 +0.298828125000 0.298828125000 0.296875000000 0.287109375000 +0.275390625000 0.261718750000 0.242187500000 0.222656250000 +0.201171875000 0.174804687500 0.148437500000 0.127929687500 +0.105468750000 0.089843750000 0.080078125000 0.080566406250 +0.087402343750 0.102050781250 0.121093750000 0.131835937500 +0.142578125000 0.138671875000 0.125000000000 0.097167968750 +0.053710937500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.083984375000 0.170898437500 0.246093750000 0.298828125000 +0.330078125000 0.337890625000 0.314453125000 0.263671875000 +0.194335937500 0.109375000000 0.015869140625 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.079589843750 0.157226562500 0.222656250000 +0.265625000000 0.285156250000 0.275390625000 0.239257812500 +0.176757812500 0.096191406250 0.005218505859 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.030395507812 +0.067871093750 0.094726562500 0.100585937500 0.092773437500 +0.070800781250 0.041992187500 0.014526367188 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.028198242188 0.065917968750 0.095214843750 0.115722656250 +0.118652343750 0.099121093750 0.065429687500 0.008544921875 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.026000976562 0.037841796875 0.024902343750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.031738281250 0.056396484375 0.058593750000 0.038330078125 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.059814453125 0.135742187500 0.205078125000 0.250000000000 +0.281250000000 0.281250000000 0.265625000000 0.225585937500 +0.163085937500 0.087402343750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.020019531250 +0.065429687500 0.108398437500 0.138671875000 0.157226562500 +0.157226562500 0.088867187500 0.008483886719 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.015380859375 0.034423828125 0.054199218750 +0.069335937500 0.088378906250 0.104980468750 0.122070312500 +0.130859375000 0.143554687500 0.134765625000 0.134765625000 +0.126953125000 0.105468750000 0.097656250000 0.077636718750 +0.052001953125 0.034423828125 0.011962890625 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.012512207031 0.029418945312 0.041992187500 +0.070312500000 0.088378906250 0.113769531250 0.133789062500 +0.144531250000 0.152343750000 0.155273437500 0.154296875000 +0.141601562500 0.106445312500 0.060546875000 0.029052734375 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.023071289062 0.052001953125 0.068847656250 0.076660156250 +0.082031250000 0.069824218750 0.055175781250 0.028076171875 +0.005950927734 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.009887695312 0.040283203125 0.055908203125 +0.063964843750 0.069335937500 0.055664062500 0.040283203125 +0.016601562500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.014587402344 0.035400390625 0.061279296875 0.072753906250 +0.078125000000 0.070312500000 0.069824218750 0.060791015625 +0.046142578125 0.030517578125 0.011230468750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.009277343750 0.022583007812 +0.041259765625 0.058349609375 0.078125000000 0.093750000000 +0.097167968750 0.085449218750 0.065429687500 0.041503906250 +0.010437011719 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.022949218750 0.067382812500 0.105468750000 +0.129882812500 0.141601562500 0.149414062500 0.150390625000 +0.128906250000 0.105957031250 0.082519531250 0.049072265625 +0.015563964844 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.002929687500 0.007873535156 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.011413574219 0.033203125000 0.052490234375 +0.078613281250 0.093750000000 0.104492187500 0.110839843750 +0.124511718750 0.134765625000 0.146484375000 0.158203125000 +0.151367187500 0.151367187500 0.150390625000 0.126953125000 +0.108886718750 0.088378906250 0.047119140625 0.008850097656 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.001922607422 0.036865234375 0.068359375000 +0.102539062500 0.124023437500 0.128906250000 0.138671875000 +0.143554687500 0.141601562500 0.146484375000 0.148437500000 +0.132812500000 0.130859375000 0.118652343750 0.101562500000 +0.095703125000 0.078613281250 0.056640625000 0.030761718750 +0.001312255859 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.020263671875 0.046875000000 0.079101562500 +0.102539062500 0.110839843750 0.118164062500 0.131835937500 +0.126953125000 0.136718750000 0.142578125000 0.133789062500 +0.135742187500 0.137695312500 0.125000000000 0.128906250000 +0.111816406250 0.087402343750 0.068847656250 0.031738281250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.039306640625 0.064453125000 0.086914062500 +0.088378906250 0.091308593750 0.091796875000 0.083496093750 +0.067871093750 0.054199218750 0.037353515625 0.024536132812 +0.010070800781 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.004974365234 0.005706787109 0.001564025879 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.010192871094 +0.019287109375 0.017211914062 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.035400390625 0.061279296875 0.082519531250 +0.093261718750 0.084960937500 0.071289062500 0.057617187500 +0.046142578125 0.026977539062 0.024414062500 0.014343261719 +0.019409179688 0.032958984375 0.056640625000 0.074218750000 +0.096679687500 0.107421875000 0.110839843750 0.114257812500 +0.113281250000 0.091796875000 0.072753906250 0.053710937500 +0.033203125000 0.016235351562 0.006408691406 0.000000000000 +0.013488769531 0.022949218750 0.045898437500 0.060546875000 +0.093261718750 0.112304687500 0.135742187500 0.133789062500 +0.140625000000 0.121093750000 0.106445312500 0.081542968750 +0.056152343750 0.019409179688 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.095214843750 0.184570312500 0.296875000000 0.312500000000 +0.279296875000 0.239257812500 0.186523437500 0.138671875000 +0.089843750000 0.059814453125 0.037353515625 0.038085937500 +0.063476562500 0.104980468750 0.149414062500 0.211914062500 +0.269531250000 0.314453125000 0.351562500000 0.363281250000 +0.339843750000 0.294921875000 0.215820312500 0.117187500000 +0.015197753906 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.027709960938 +0.100097656250 0.169921875000 0.221679687500 0.249023437500 +0.259765625000 0.249023437500 0.233398437500 0.206054687500 +0.168945312500 0.128906250000 0.100097656250 0.070800781250 +0.042724609375 0.036376953125 0.030151367188 0.028808593750 +0.039550781250 0.059326171875 0.074707031250 0.100585937500 +0.129882812500 0.155273437500 0.189453125000 0.222656250000 +0.253906250000 0.287109375000 0.310546875000 0.326171875000 +0.337890625000 0.339843750000 0.326171875000 0.306640625000 +0.287109375000 0.251953125000 0.215820312500 0.183593750000 +0.150390625000 0.121582031250 0.101074218750 0.087402343750 +0.074707031250 0.064941406250 0.059814453125 0.050537109375 +0.036132812500 0.019287109375 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.005096435547 0.064941406250 +0.110839843750 0.142578125000 0.156250000000 0.162109375000 +0.155273437500 0.150390625000 0.136718750000 0.124023437500 +0.112792968750 0.094238281250 0.081054687500 0.061523437500 +0.041503906250 0.017944335938 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.025634765625 0.082031250000 +0.115234375000 0.136718750000 0.141601562500 0.132812500000 +0.121093750000 0.102050781250 0.080566406250 0.073242187500 +0.071777343750 0.082031250000 0.105468750000 0.130859375000 +0.161132812500 0.197265625000 0.232421875000 0.249023437500 +0.265625000000 0.253906250000 0.226562500000 0.178710937500 +0.119140625000 0.047607421875 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.025390625000 0.111816406250 0.192382812500 0.267578125000 +0.322265625000 0.357421875000 0.369140625000 0.359375000000 +0.322265625000 0.277343750000 0.222656250000 0.164062500000 +0.113281250000 0.079101562500 0.049804687500 0.046630859375 +0.060546875000 0.086425781250 0.127929687500 0.171875000000 +0.219726562500 0.257812500000 0.289062500000 0.304687500000 +0.306640625000 0.289062500000 0.267578125000 0.233398437500 +0.197265625000 0.159179687500 0.126953125000 0.093261718750 +0.065917968750 0.035888671875 0.015869140625 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.024902343750 +0.059814453125 0.088867187500 0.114746093750 0.130859375000 +0.141601562500 0.143554687500 0.139648437500 0.130859375000 +0.118164062500 0.100585937500 0.081054687500 0.057861328125 +0.031494140625 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.002227783203 0.059082031250 0.100585937500 +0.119140625000 0.125000000000 0.101562500000 0.056884765625 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.019042968750 0.079589843750 0.126953125000 +0.175781250000 0.201171875000 0.216796875000 0.217773437500 +0.207031250000 0.181640625000 0.146484375000 0.099609375000 +0.045166015625 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.014831542969 0.031127929688 0.028686523438 +0.010620117188 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.013427734375 +0.100097656250 0.183593750000 0.261718750000 0.324218750000 +0.378906250000 0.404296875000 0.406250000000 0.392578125000 +0.351562500000 0.285156250000 0.214843750000 0.123046875000 +0.018432617188 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.090820312500 0.197265625000 0.285156250000 +0.351562500000 0.396484375000 0.396484375000 0.363281250000 +0.298828125000 0.206054687500 0.098144531250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.006866455078 0.088378906250 0.150390625000 +0.191406250000 0.204101562500 0.190429687500 0.141601562500 +0.066894531250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.042480468750 0.094726562500 0.148437500000 +0.182617187500 0.209960937500 0.221679687500 0.214843750000 +0.191406250000 0.150390625000 0.096191406250 0.026000976562 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.041992187500 0.131835937500 0.209960937500 +0.277343750000 0.316406250000 0.328125000000 0.318359375000 +0.283203125000 0.222656250000 0.153320312500 0.080566406250 +0.005737304688 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.002639770508 0.048828125000 0.091796875000 0.109863281250 +0.107910156250 0.086425781250 0.038574218750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.080078125000 +0.147460937500 0.198242187500 0.227539062500 0.216796875000 +0.192382812500 0.145507812500 0.076171875000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.024291992188 0.059082031250 0.084960937500 +0.105957031250 0.113281250000 0.125976562500 0.126953125000 +0.126953125000 0.130859375000 0.138671875000 0.136718750000 +0.142578125000 0.136718750000 0.127929687500 0.106445312500 +0.072753906250 0.026367187500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.040527343750 0.113769531250 +0.182617187500 0.249023437500 0.298828125000 0.333984375000 +0.357421875000 0.371093750000 0.369140625000 0.363281250000 +0.345703125000 0.324218750000 0.283203125000 0.249023437500 +0.208007812500 0.168945312500 0.133789062500 0.111328125000 +0.093261718750 0.089843750000 0.098144531250 0.111328125000 +0.123535156250 0.135742187500 0.147460937500 0.139648437500 +0.118164062500 0.078613281250 0.016113281250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.017089843750 0.078613281250 0.122070312500 0.143554687500 +0.140625000000 0.108398437500 0.064941406250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.059570312500 +0.114257812500 0.165039062500 0.211914062500 0.253906250000 +0.279296875000 0.308593750000 0.322265625000 0.320312500000 +0.310546875000 0.291015625000 0.253906250000 0.206054687500 +0.146484375000 0.077636718750 0.003189086914 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.052490234375 0.125976562500 0.203125000000 +0.261718750000 0.308593750000 0.337890625000 0.347656250000 +0.335937500000 0.308593750000 0.259765625000 0.200195312500 +0.125000000000 0.047851562500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.047607421875 0.106933593750 0.158203125000 +0.200195312500 0.211914062500 0.203125000000 0.174804687500 +0.122070312500 0.054687500000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.017578125000 0.088867187500 +0.143554687500 0.168945312500 0.174804687500 0.161132812500 +0.120117187500 0.068847656250 0.002716064453 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.014770507812 0.087890625000 0.146484375000 +0.192382812500 0.212890625000 0.211914062500 0.188476562500 +0.134765625000 0.066894531250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.020751953125 0.049560546875 +0.053466796875 0.036132812500 0.000518798828 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.055664062500 0.112304687500 0.142578125000 +0.149414062500 0.125976562500 0.075195312500 0.012512207031 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.008972167969 0.031494140625 0.046875000000 +0.060058593750 0.064453125000 0.064453125000 0.063964843750 +0.063964843750 0.073242187500 0.089843750000 0.114746093750 +0.158203125000 0.204101562500 0.249023437500 0.296875000000 +0.332031250000 0.345703125000 0.345703125000 0.316406250000 +0.253906250000 0.175781250000 0.076660156250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.052490234375 0.129882812500 +0.186523437500 0.220703125000 0.222656250000 0.193359375000 +0.147460937500 0.083007812500 0.010620117188 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.046630859375 0.085937500000 +0.114257812500 0.132812500000 0.132812500000 0.125000000000 +0.108886718750 0.082519531250 0.052978515625 0.015136718750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.014099121094 0.046142578125 0.070800781250 +0.086425781250 0.097167968750 0.104003906250 0.099121093750 +0.094726562500 0.087890625000 0.086914062500 0.094238281250 +0.098144531250 0.116210937500 0.133789062500 0.155273437500 +0.178710937500 0.208984375000 0.228515625000 0.253906250000 +0.267578125000 0.281250000000 0.291015625000 0.296875000000 +0.306640625000 0.306640625000 0.304687500000 0.298828125000 +0.277343750000 0.253906250000 0.216796875000 0.164062500000 +0.103027343750 0.038330078125 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.013305664062 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.158203125000 0.202148437500 0.226562500000 0.215820312500 +0.261718750000 0.298828125000 0.324218750000 0.332031250000 +0.320312500000 0.294921875000 0.259765625000 0.220703125000 +0.178710937500 0.145507812500 0.124023437500 0.116699218750 +0.126953125000 0.153320312500 0.189453125000 0.228515625000 +0.265625000000 0.291015625000 0.298828125000 0.283203125000 +0.239257812500 0.176757812500 0.092285156250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.102539062500 0.214843750000 0.316406250000 +0.408203125000 0.478515625000 0.523437500000 0.546875000000 +0.546875000000 0.527343750000 0.492187500000 0.449218750000 +0.398437500000 0.339843750000 0.283203125000 0.227539062500 +0.175781250000 0.124511718750 0.081054687500 0.037841796875 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.006072998047 +0.047119140625 0.097656250000 0.149414062500 0.202148437500 +0.250000000000 0.294921875000 0.332031250000 0.357421875000 +0.369140625000 0.363281250000 0.339843750000 0.304687500000 +0.257812500000 0.201171875000 0.135742187500 0.064941406250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.001968383789 +0.104003906250 0.200195312500 0.281250000000 0.341796875000 +0.380859375000 0.394531250000 0.388671875000 0.353515625000 +0.302734375000 0.237304687500 0.162109375000 0.080566406250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.015991210938 +0.116210937500 0.206054687500 0.281250000000 0.332031250000 +0.355468750000 0.359375000000 0.339843750000 0.304687500000 +0.257812500000 0.202148437500 0.149414062500 0.104980468750 +0.066894531250 0.037841796875 0.022460937500 0.010375976562 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.007385253906 +0.087402343750 0.160156250000 0.225585937500 0.277343750000 +0.314453125000 0.343750000000 0.355468750000 0.353515625000 +0.335937500000 0.306640625000 0.271484375000 0.231445312500 +0.190429687500 0.154296875000 0.125000000000 0.106933593750 +0.103515625000 0.112304687500 0.133789062500 0.166992187500 +0.209960937500 0.253906250000 0.298828125000 0.337890625000 +0.363281250000 0.371093750000 0.365234375000 0.337890625000 +0.292968750000 0.227539062500 0.143554687500 0.050048828125 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.058349609375 0.167968750000 0.261718750000 0.335937500000 +0.384765625000 0.408203125000 0.404296875000 0.375000000000 +0.324218750000 0.253906250000 0.169921875000 0.080078125000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.046386718750 +0.142578125000 0.220703125000 0.277343750000 0.302734375000 +0.289062500000 0.243164062500 0.172851562500 0.079589843750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.003356933594 +0.012084960938 0.018310546875 0.023803710938 0.040771484375 +0.061767578125 0.093750000000 0.140625000000 0.185546875000 +0.241210937500 0.302734375000 0.359375000000 0.410156250000 +0.453125000000 0.484375000000 0.507812500000 0.515625000000 +0.511718750000 0.492187500000 0.462890625000 0.421875000000 +0.373046875000 0.322265625000 0.265625000000 0.204101562500 +0.144531250000 0.089355468750 0.041503906250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.028076171875 +0.061523437500 0.086914062500 0.104003906250 0.107421875000 +0.097656250000 0.073242187500 0.035156250000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.023681640625 0.103515625000 +0.172851562500 0.238281250000 0.292968750000 0.333984375000 +0.363281250000 0.375000000000 0.371093750000 0.357421875000 +0.332031250000 0.291015625000 0.243164062500 0.189453125000 +0.121093750000 0.049316406250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.010742187500 0.036865234375 +0.064941406250 0.095703125000 0.130859375000 0.173828125000 +0.223632812500 0.263671875000 0.304687500000 0.330078125000 +0.337890625000 0.326171875000 0.289062500000 0.227539062500 +0.150390625000 0.057128906250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.045410156250 +0.149414062500 0.238281250000 0.310546875000 0.357421875000 +0.375000000000 0.361328125000 0.322265625000 0.261718750000 +0.183593750000 0.101074218750 0.010986328125 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.003036499023 +0.077636718750 0.153320312500 0.227539062500 0.294921875000 +0.353515625000 0.404296875000 0.447265625000 0.480468750000 +0.507812500000 0.519531250000 0.519531250000 0.507812500000 +0.486328125000 0.449218750000 0.408203125000 0.353515625000 +0.296875000000 0.236328125000 0.174804687500 0.115234375000 +0.061035156250 0.017822265625 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.021240234375 0.048339843750 0.075195312500 0.101562500000 +0.120117187500 0.130859375000 0.128906250000 0.109863281250 +0.080566406250 0.035644531250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.022949218750 0.122558593750 +0.204101562500 0.259765625000 0.287109375000 0.273437500000 +0.228515625000 0.155273437500 0.059082031250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.008544921875 +0.028686523438 0.036621093750 0.031250000000 0.016357421875 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.004638671875 0.107910156250 +0.202148437500 0.277343750000 0.337890625000 0.375000000000 +0.390625000000 0.380859375000 0.351562500000 0.302734375000 +0.243164062500 0.176757812500 0.108398437500 0.043945312500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.003128051758 0.029174804688 0.052978515625 +0.065429687500 0.069824218750 0.071777343750 0.066406250000 +0.056152343750 0.041259765625 0.027099609375 0.018676757812 +0.020141601562 0.030151367188 0.053710937500 0.084472656250 +0.121093750000 0.166015625000 0.212890625000 0.259765625000 +0.300781250000 0.332031250000 0.349609375000 0.357421875000 +0.349609375000 0.328125000000 0.294921875000 0.253906250000 +0.209960937500 0.164062500000 0.117187500000 0.074218750000 +0.035156250000 0.003936767578 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.003021240234 0.012390136719 +0.010864257812 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.014465332031 0.035156250000 0.058105468750 0.073730468750 +0.083496093750 0.083007812500 0.074707031250 0.062011718750 +0.044189453125 0.021850585938 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000465393066 0.006713867188 0.005889892578 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.033935546875 0.069824218750 +0.093261718750 0.104003906250 0.106445312500 0.104003906250 +0.089843750000 0.072753906250 0.049316406250 0.023071289062 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000356674194 0.019531250000 0.040771484375 +0.058105468750 0.076171875000 0.090820312500 0.100585937500 +0.105468750000 0.107421875000 0.101074218750 0.092773437500 +0.075195312500 0.051025390625 0.024414062500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.024414062500 0.084472656250 0.154296875000 0.226562500000 +0.300781250000 0.375000000000 0.443359375000 0.496093750000 +0.539062500000 0.562500000000 0.570312500000 0.554687500000 +0.515625000000 0.455078125000 0.376953125000 0.283203125000 +0.171875000000 0.057861328125 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.003585815430 0.021484375000 0.024536132812 +0.017089843750 0.000301361084 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.012939453125 0.042236328125 0.064941406250 +0.078613281250 0.082031250000 0.069335937500 0.039062500000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.026611328125 0.118164062500 +0.194335937500 0.250000000000 0.277343750000 0.275390625000 +0.240234375000 0.179687500000 0.088867187500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.040283203125 0.101562500000 0.141601562500 0.159179687500 +0.152343750000 0.122070312500 0.067382812500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.060546875000 +0.158203125000 0.243164062500 0.304687500000 0.341796875000 +0.351562500000 0.337890625000 0.310546875000 0.273437500000 +0.236328125000 0.205078125000 0.188476562500 0.188476562500 +0.202148437500 0.227539062500 0.253906250000 0.281250000000 +0.300781250000 0.300781250000 0.281250000000 0.237304687500 +0.173828125000 0.091308593750 0.000337600708 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.001220703125 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.020141601562 +0.077148437500 0.139648437500 0.208007812500 0.271484375000 +0.322265625000 0.353515625000 0.361328125000 0.339843750000 +0.302734375000 0.246093750000 0.184570312500 0.117675781250 +0.064941406250 0.032958984375 0.022949218750 0.035156250000 +0.068847656250 0.121582031250 0.184570312500 0.244140625000 +0.296875000000 0.332031250000 0.349609375000 0.337890625000 +0.308593750000 0.257812500000 0.198242187500 0.130859375000 +0.073242187500 0.030517578125 0.010437011719 0.008850097656 +0.033935546875 0.073242187500 0.129882812500 0.197265625000 +0.267578125000 0.335937500000 0.388671875000 0.423828125000 +0.437500000000 0.429687500000 0.396484375000 0.345703125000 +0.273437500000 0.181640625000 0.083496093750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.061767578125 +0.167968750000 0.255859375000 0.322265625000 0.367187500000 +0.382812500000 0.376953125000 0.351562500000 0.310546875000 +0.259765625000 0.202148437500 0.143554687500 0.095703125000 +0.057617187500 0.029907226562 0.016357421875 0.009948730469 +0.016845703125 0.029418945312 0.049316406250 0.070800781250 +0.087890625000 0.101562500000 0.106933593750 0.105468750000 +0.095214843750 0.076660156250 0.049804687500 0.020629882812 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.130859375000 0.150390625000 0.172851562500 0.216796875000 +0.180664062500 0.146484375000 0.111328125000 0.087402343750 +0.078125000000 0.081542968750 0.094238281250 0.118164062500 +0.151367187500 0.191406250000 0.227539062500 0.259765625000 +0.285156250000 0.294921875000 0.289062500000 0.267578125000 +0.235351562500 0.185546875000 0.127929687500 0.067382812500 +0.008178710938 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.024902343750 0.056640625000 0.086425781250 +0.104492187500 0.112304687500 0.115234375000 0.108886718750 +0.094238281250 0.072753906250 0.052246093750 0.037109375000 +0.020874023438 0.009338378906 0.004669189453 0.015380859375 +0.025878906250 0.043945312500 0.071289062500 0.105957031250 +0.140625000000 0.178710937500 0.214843750000 0.250000000000 +0.285156250000 0.320312500000 0.341796875000 0.359375000000 +0.369140625000 0.373046875000 0.367187500000 0.347656250000 +0.324218750000 0.294921875000 0.257812500000 0.216796875000 +0.184570312500 0.155273437500 0.128906250000 0.105957031250 +0.099121093750 0.097656250000 0.108886718750 0.125000000000 +0.145507812500 0.164062500000 0.177734375000 0.189453125000 +0.190429687500 0.185546875000 0.169921875000 0.145507812500 +0.110351562500 0.074218750000 0.036865234375 0.004699707031 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.006988525391 +0.026489257812 0.042724609375 0.059082031250 0.069824218750 +0.076660156250 0.085449218750 0.087890625000 0.092285156250 +0.101074218750 0.114257812500 0.127929687500 0.144531250000 +0.158203125000 0.179687500000 0.187500000000 0.196289062500 +0.193359375000 0.182617187500 0.166015625000 0.136718750000 +0.107910156250 0.071777343750 0.034667968750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.015380859375 +0.038085937500 0.055175781250 0.065429687500 0.072753906250 +0.080566406250 0.077636718750 0.073730468750 0.069824218750 +0.071289062500 0.080566406250 0.092773437500 0.112304687500 +0.141601562500 0.174804687500 0.215820312500 0.253906250000 +0.292968750000 0.320312500000 0.347656250000 0.359375000000 +0.359375000000 0.345703125000 0.322265625000 0.283203125000 +0.241210937500 0.189453125000 0.143554687500 0.100097656250 +0.064453125000 0.039306640625 0.029785156250 0.036621093750 +0.054931640625 0.085937500000 0.125976562500 0.170898437500 +0.212890625000 0.255859375000 0.283203125000 0.302734375000 +0.306640625000 0.294921875000 0.271484375000 0.243164062500 +0.204101562500 0.166992187500 0.130859375000 0.106445312500 +0.088867187500 0.086914062500 0.097656250000 0.116210937500 +0.146484375000 0.174804687500 0.204101562500 0.229492187500 +0.249023437500 0.253906250000 0.248046875000 0.235351562500 +0.215820312500 0.189453125000 0.161132812500 0.137695312500 +0.122558593750 0.112304687500 0.111328125000 0.117187500000 +0.126953125000 0.139648437500 0.150390625000 0.163085937500 +0.167968750000 0.166015625000 0.159179687500 0.149414062500 +0.133789062500 0.115722656250 0.095703125000 0.078125000000 +0.064453125000 0.051757812500 0.043457031250 0.040283203125 +0.045166015625 0.050048828125 0.056152343750 0.068359375000 +0.086425781250 0.106445312500 0.125976562500 0.144531250000 +0.164062500000 0.177734375000 0.190429687500 0.194335937500 +0.193359375000 0.181640625000 0.166015625000 0.144531250000 +0.117187500000 0.086425781250 0.057373046875 0.029541015625 +0.004760742188 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.014099121094 0.032470703125 0.053955078125 +0.067871093750 0.079101562500 0.083007812500 0.086425781250 +0.075683593750 0.066894531250 0.047119140625 0.026000976562 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.024291992188 +0.046630859375 0.066894531250 0.072265625000 0.072753906250 +0.061279296875 0.044677734375 0.021850585938 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.063964843750 +0.114746093750 0.152343750000 0.171875000000 0.182617187500 +0.175781250000 0.163085937500 0.138671875000 0.112304687500 +0.091308593750 0.077636718750 0.072265625000 0.073242187500 +0.097167968750 0.125976562500 0.166992187500 0.203125000000 +0.249023437500 0.285156250000 0.314453125000 0.330078125000 +0.333984375000 0.322265625000 0.294921875000 0.246093750000 +0.193359375000 0.124511718750 0.055664062500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.040771484375 +0.110351562500 0.180664062500 0.237304687500 0.281250000000 +0.298828125000 0.298828125000 0.275390625000 0.235351562500 +0.176757812500 0.114257812500 0.047119140625 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.023193359375 +0.062011718750 0.097656250000 0.116699218750 0.125000000000 +0.110351562500 0.085449218750 0.045166015625 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.032958984375 +0.057128906250 0.072265625000 0.075683593750 0.070312500000 +0.044677734375 0.013610839844 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.022216796875 +0.101074218750 0.178710937500 0.250000000000 0.308593750000 +0.351562500000 0.376953125000 0.386718750000 0.378906250000 +0.359375000000 0.324218750000 0.279296875000 0.236328125000 +0.196289062500 0.159179687500 0.122558593750 0.098144531250 +0.083496093750 0.079101562500 0.080566406250 0.082519531250 +0.084960937500 0.085937500000 0.079589843750 0.067871093750 +0.049560546875 0.021850585938 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.042724609375 +0.102539062500 0.160156250000 0.215820312500 0.255859375000 +0.283203125000 0.289062500000 0.281250000000 0.251953125000 +0.201171875000 0.141601562500 0.069824218750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.016357421875 0.032714843750 +0.044433593750 0.052246093750 0.060791015625 0.061767578125 +0.058349609375 0.057861328125 0.055908203125 0.053710937500 +0.053222656250 0.061767578125 0.077636718750 0.096191406250 +0.116210937500 0.136718750000 0.164062500000 0.184570312500 +0.195312500000 0.195312500000 0.184570312500 0.158203125000 +0.119140625000 0.067382812500 0.012329101562 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.055175781250 0.132812500000 0.208984375000 0.271484375000 +0.324218750000 0.369140625000 0.398437500000 0.414062500000 +0.404296875000 0.390625000000 0.359375000000 0.324218750000 +0.277343750000 0.233398437500 0.190429687500 0.150390625000 +0.116210937500 0.094238281250 0.084472656250 0.085449218750 +0.098144531250 0.117187500000 0.143554687500 0.168945312500 +0.186523437500 0.195312500000 0.193359375000 0.175781250000 +0.142578125000 0.090332031250 0.032958984375 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.015258789062 0.080566406250 +0.133789062500 0.173828125000 0.196289062500 0.195312500000 +0.173828125000 0.129882812500 0.074707031250 0.005645751953 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.014526367188 +0.030151367188 0.045166015625 0.063476562500 0.086914062500 +0.116210937500 0.142578125000 0.177734375000 0.214843750000 +0.251953125000 0.285156250000 0.318359375000 0.347656250000 +0.367187500000 0.380859375000 0.388671875000 0.380859375000 +0.359375000000 0.328125000000 0.287109375000 0.231445312500 +0.169921875000 0.101074218750 0.032470703125 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.037353515625 +0.110839843750 0.187500000000 0.257812500000 0.316406250000 +0.361328125000 0.394531250000 0.408203125000 0.406250000000 +0.382812500000 0.343750000000 0.294921875000 0.227539062500 +0.158203125000 0.080078125000 0.006347656250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.011474609375 +0.029418945312 0.040039062500 0.033691406250 0.020141601562 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.007507324219 0.058349609375 +0.110839843750 0.166015625000 0.212890625000 0.245117187500 +0.269531250000 0.283203125000 0.281250000000 0.267578125000 +0.241210937500 0.203125000000 0.163085937500 0.119628906250 +0.077636718750 0.036865234375 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.027343750000 0.070312500000 0.118164062500 +0.167968750000 0.213867187500 0.251953125000 0.279296875000 +0.283203125000 0.275390625000 0.246093750000 0.203125000000 +0.144531250000 0.074707031250 0.006256103516 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.010131835938 +0.070312500000 0.123046875000 0.166015625000 0.187500000000 +0.200195312500 0.194335937500 0.177734375000 0.148437500000 +0.114746093750 0.085449218750 0.056884765625 0.034179687500 +0.016235351562 0.011413574219 0.006072998047 0.012634277344 +0.013061523438 0.011474609375 0.000507354736 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.029174804688 +0.068847656250 0.094238281250 0.103515625000 0.097167968750 +0.083984375000 0.065429687500 0.038574218750 0.009643554688 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.025146484375 +0.072753906250 0.117675781250 0.153320312500 0.176757812500 +0.190429687500 0.196289062500 0.189453125000 0.170898437500 +0.151367187500 0.129882812500 0.109863281250 0.084472656250 +0.066406250000 0.048828125000 0.036376953125 0.025756835938 +0.020996093750 0.024169921875 0.031982421875 0.044921875000 +0.067382812500 0.095214843750 0.131835937500 0.166992187500 +0.205078125000 0.239257812500 0.265625000000 0.281250000000 +0.281250000000 0.269531250000 0.236328125000 0.196289062500 +0.141601562500 0.078613281250 0.016601562500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.001266479492 0.067382812500 +0.131835937500 0.196289062500 0.248046875000 0.287109375000 +0.298828125000 0.294921875000 0.267578125000 0.225585937500 +0.166992187500 0.098144531250 0.029541015625 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.032714843750 +0.073730468750 0.111816406250 0.140625000000 0.162109375000 +0.181640625000 0.190429687500 0.199218750000 0.192382812500 +0.188476562500 0.171875000000 0.160156250000 0.143554687500 +0.125976562500 0.111328125000 0.093750000000 0.083496093750 +0.069335937500 0.057373046875 0.048828125000 0.044433593750 +0.039794921875 0.035400390625 0.038085937500 0.047851562500 +0.062500000000 0.082031250000 0.107910156250 0.136718750000 +0.166015625000 0.200195312500 0.229492187500 0.265625000000 +0.285156250000 0.310546875000 0.326171875000 0.339843750000 +0.351562500000 0.361328125000 0.369140625000 0.373046875000 +0.373046875000 0.373046875000 0.367187500000 0.351562500000 +0.330078125000 0.296875000000 0.257812500000 0.205078125000 +0.143554687500 0.076171875000 0.011413574219 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.022705078125 0.007873535156 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.010192871094 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.022094726562 0.079101562500 +0.124023437500 0.141601562500 0.142578125000 0.123535156250 +0.092773437500 0.065429687500 0.024169921875 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.002929687500 0.020141601562 +0.031738281250 0.026123046875 0.011718750000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.005981445312 0.061767578125 0.092285156250 +0.119140625000 0.105468750000 0.090820312500 0.057128906250 +0.011657714844 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.003356933594 0.041503906250 0.069824218750 +0.063476562500 0.054931640625 0.025878906250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.005218505859 0.029541015625 0.040527343750 0.040039062500 +0.031738281250 0.024169921875 0.002304077148 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.017822265625 +0.036132812500 0.039306640625 0.040283203125 0.023437500000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.044921875000 0.105468750000 +0.130859375000 0.136718750000 0.121582031250 0.087890625000 +0.039306640625 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.014282226562 0.028808593750 0.018310546875 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.047119140625 0.088378906250 +0.112792968750 0.126953125000 0.126953125000 0.112304687500 +0.087402343750 0.046630859375 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.046630859375 +0.066894531250 0.083496093750 0.082519531250 0.059082031250 +0.026855468750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.033691406250 +0.062255859375 0.070312500000 0.074707031250 0.051269531250 +0.015075683594 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.004516601562 0.018798828125 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.014648437500 0.063476562500 0.102539062500 0.124023437500 +0.144531250000 0.136718750000 0.115234375000 0.079589843750 +0.029418945312 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.006591796875 0.039794921875 +0.052978515625 0.056152343750 0.039794921875 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000156402588 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.047851562500 0.086425781250 0.109375000000 +0.123535156250 0.108398437500 0.073730468750 0.022583007812 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.011657714844 0.020141601562 +0.024414062500 0.014282226562 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.004486083984 0.023071289062 +0.033691406250 0.022949218750 0.004486083984 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.012451171875 0.030395507812 +0.038818359375 0.036621093750 0.013305664062 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.046142578125 0.107421875000 0.145507812500 +0.163085937500 0.166992187500 0.143554687500 0.102539062500 +0.044189453125 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.008789062500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.013488769531 0.055664062500 0.074707031250 +0.076660156250 0.054443359375 0.023681640625 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.039550781250 0.099609375000 0.144531250000 +0.151367187500 0.139648437500 0.111328125000 0.062011718750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.015991210938 0.063964843750 0.089355468750 +0.086425781250 0.071777343750 0.043945312500 0.009338378906 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.036132812500 +0.073242187500 0.087402343750 0.079589843750 0.054931640625 +0.011535644531 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.028686523438 +0.066406250000 0.099609375000 0.113769531250 0.112792968750 +0.096679687500 0.071289062500 0.033935546875 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.031738281250 +0.073730468750 0.100585937500 0.114257812500 0.114257812500 +0.099121093750 0.067871093750 0.030517578125 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.022460937500 0.047607421875 0.062255859375 0.079101562500 +0.084960937500 0.094238281250 0.094238281250 0.094726562500 +0.093750000000 0.090820312500 0.080078125000 0.063476562500 +0.043701171875 0.014770507812 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.001197814941 0.027832031250 0.051757812500 0.070312500000 +0.075683593750 0.077148437500 0.081542968750 0.090332031250 +0.093750000000 0.111816406250 0.137695312500 0.165039062500 +0.194335937500 0.226562500000 0.250000000000 0.267578125000 +0.277343750000 0.269531250000 0.251953125000 0.221679687500 +0.178710937500 0.124023437500 0.061035156250 0.002624511719 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.017089843750 +0.075195312500 0.128906250000 0.182617187500 0.236328125000 +0.279296875000 0.304687500000 0.322265625000 0.328125000000 +0.304687500000 0.265625000000 0.209960937500 0.149414062500 +0.064941406250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.073730468750 0.143554687500 +0.208007812500 0.259765625000 0.283203125000 0.292968750000 +0.285156250000 0.265625000000 0.233398437500 0.192382812500 +0.156250000000 0.116210937500 0.091308593750 0.073730468750 +0.071777343750 0.077148437500 0.094238281250 0.114746093750 +0.133789062500 0.149414062500 0.147460937500 0.129882812500 +0.094726562500 0.041748046875 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.017211914062 0.065429687500 0.093261718750 +0.092285156250 0.068359375000 0.024414062500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.015747070312 0.094726562500 +0.168945312500 0.228515625000 0.269531250000 0.291015625000 +0.296875000000 0.279296875000 0.250000000000 0.214843750000 +0.171875000000 0.132812500000 0.099121093750 0.078125000000 +0.063964843750 0.063964843750 0.065917968750 0.079589843750 +0.092285156250 0.099121093750 0.101562500000 0.098144531250 +0.082519531250 0.044677734375 0.010375976562 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.025512695312 0.092285156250 0.149414062500 +0.198242187500 0.218750000000 0.220703125000 0.199218750000 +0.157226562500 0.096191406250 0.009094238281 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.028808593750 0.064453125000 +0.084960937500 0.071289062500 0.042480468750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.053955078125 0.133789062500 0.208984375000 +0.257812500000 0.294921875000 0.322265625000 0.333984375000 +0.332031250000 0.318359375000 0.300781250000 0.281250000000 +0.253906250000 0.233398437500 0.207031250000 0.188476562500 +0.166015625000 0.146484375000 0.123535156250 0.104003906250 +0.082031250000 0.062255859375 0.036376953125 0.010498046875 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.026977539062 0.079101562500 0.110351562500 0.123046875000 +0.111816406250 0.073730468750 0.017578125000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.019531250000 0.097656250000 0.164062500000 0.219726562500 +0.255859375000 0.265625000000 0.255859375000 0.232421875000 +0.191406250000 0.151367187500 0.102539062500 0.067382812500 +0.041259765625 0.030151367188 0.029174804688 0.042236328125 +0.068359375000 0.103515625000 0.133789062500 0.164062500000 +0.198242187500 0.221679687500 0.242187500000 0.255859375000 +0.267578125000 0.281250000000 0.289062500000 0.298828125000 +0.302734375000 0.312500000000 0.318359375000 0.304687500000 +0.291015625000 0.259765625000 0.209960937500 0.147460937500 +0.074707031250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.050537109375 0.125000000000 0.191406250000 +0.248046875000 0.279296875000 0.298828125000 0.308593750000 +0.302734375000 0.291015625000 0.279296875000 0.265625000000 +0.257812500000 0.251953125000 0.253906250000 0.253906250000 +0.261718750000 0.265625000000 0.263671875000 0.263671875000 +0.247070312500 0.231445312500 0.214843750000 0.193359375000 +0.166992187500 0.141601562500 0.121582031250 0.098144531250 +0.079589843750 0.059814453125 0.044921875000 0.030029296875 +0.006713867188 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.022216796875 0.095214843750 0.154296875000 0.203125000000 +0.243164062500 0.267578125000 0.283203125000 0.287109375000 +0.287109375000 0.283203125000 0.285156250000 0.283203125000 +0.289062500000 0.289062500000 0.287109375000 0.287109375000 +0.279296875000 0.259765625000 0.228515625000 0.184570312500 +0.127929687500 0.059326171875 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.043945312500 0.090820312500 0.120117187500 0.131835937500 +0.120605468750 0.087890625000 0.040039062500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.045166015625 0.071289062500 0.087402343750 +0.085449218750 0.061035156250 0.015869140625 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.017089843750 0.069824218750 +0.104003906250 0.117675781250 0.121093750000 0.104492187500 +0.073730468750 0.020751953125 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.033447265625 0.088867187500 0.114257812500 0.116699218750 +0.093750000000 0.042236328125 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.006988525391 +0.035156250000 0.041015625000 0.042236328125 0.028320312500 +0.015258789062 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.015136718750 0.052001953125 0.094726562500 +0.138671875000 0.190429687500 0.230468750000 0.261718750000 +0.275390625000 0.273437500000 0.251953125000 0.207031250000 +0.148437500000 0.077148437500 0.005126953125 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.026367187500 0.061035156250 0.081054687500 0.103515625000 +0.119628906250 0.137695312500 0.146484375000 0.148437500000 +0.147460937500 0.134765625000 0.110839843750 0.075683593750 +0.030151367188 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.032714843750 0.084472656250 0.108886718750 +0.108398437500 0.079101562500 0.023437500000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.002655029297 0.052490234375 0.080078125000 0.089355468750 +0.076171875000 0.047119140625 0.011901855469 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.006530761719 0.051513671875 0.098144531250 +0.134765625000 0.147460937500 0.147460937500 0.130859375000 +0.102050781250 0.051025390625 0.001716613770 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.039550781250 0.085937500000 +0.133789062500 0.161132812500 0.175781250000 0.172851562500 +0.157226562500 0.122558593750 0.074707031250 0.014831542969 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.034912109375 0.068359375000 0.108398437500 0.046386718750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.033447265625 0.111816406250 0.162109375000 0.191406250000 +0.175781250000 0.131835937500 0.062500000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.007934570312 0.036621093750 +0.056884765625 0.063476562500 0.062988281250 0.042724609375 +0.015747070312 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.007110595703 0.030517578125 0.047363281250 0.068359375000 +0.086425781250 0.114746093750 0.144531250000 0.181640625000 +0.217773437500 0.247070312500 0.275390625000 0.283203125000 +0.277343750000 0.253906250000 0.213867187500 0.150390625000 +0.080078125000 0.003997802734 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.002410888672 0.026489257812 0.046875000000 0.073730468750 +0.100585937500 0.119140625000 0.150390625000 0.183593750000 +0.216796875000 0.250000000000 0.275390625000 0.283203125000 +0.281250000000 0.257812500000 0.214843750000 0.161132812500 +0.083007812500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.017578125000 0.021606445312 0.008056640625 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.023437500000 +0.073730468750 0.128906250000 0.180664062500 0.221679687500 +0.250000000000 0.261718750000 0.243164062500 0.209960937500 +0.155273437500 0.082519531250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.008300781250 +0.062988281250 0.107910156250 0.142578125000 0.164062500000 +0.168945312500 0.160156250000 0.132812500000 0.095703125000 +0.046142578125 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.007537841797 0.044189453125 0.074218750000 0.098144531250 +0.118164062500 0.133789062500 0.149414062500 0.155273437500 +0.166015625000 0.173828125000 0.178710937500 0.186523437500 +0.196289062500 0.212890625000 0.226562500000 0.241210937500 +0.251953125000 0.271484375000 0.281250000000 0.283203125000 +0.269531250000 0.242187500000 0.192382812500 0.128906250000 +0.051025390625 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.056152343750 0.110839843750 0.141601562500 +0.147460937500 0.124023437500 0.087402343750 0.031127929688 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000229835510 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.015075683594 0.035644531250 0.061035156250 0.096679687500 +0.137695312500 0.166992187500 0.196289062500 0.214843750000 +0.225585937500 0.214843750000 0.191406250000 0.146484375000 +0.087890625000 0.014038085938 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.030883789062 +0.104492187500 0.166992187500 0.210937500000 0.229492187500 +0.224609375000 0.206054687500 0.164062500000 0.112304687500 +0.056152343750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.029907226562 0.047607421875 0.055908203125 +0.037109375000 0.003662109375 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.076660156250 +0.148437500000 0.195312500000 0.200195312500 0.170898437500 +0.107910156250 0.021972656250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.010742187500 +0.095214843750 0.164062500000 0.216796875000 0.245117187500 +0.247070312500 0.232421875000 0.199218750000 0.154296875000 +0.106933593750 0.054443359375 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.035888671875 0.072753906250 0.087402343750 0.092285156250 +0.082519531250 0.059082031250 0.029541015625 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.018798828125 0.070312500000 0.115722656250 0.144531250000 +0.158203125000 0.148437500000 0.109863281250 0.054931640625 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.017089843750 +0.117187500000 0.201171875000 0.265625000000 0.294921875000 +0.292968750000 0.261718750000 0.208984375000 0.134765625000 +0.050537109375 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.032958984375 0.069335937500 0.114257812500 0.161132812500 +0.205078125000 0.247070312500 0.289062500000 0.310546875000 +0.324218750000 0.330078125000 0.320312500000 0.287109375000 +0.248046875000 0.190429687500 0.115234375000 0.032226562500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.005004882812 0.031738281250 +0.055419921875 0.074707031250 0.071777343750 0.069335937500 +0.050537109375 0.030273437500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.011962890625 0.081542968750 0.151367187500 0.196289062500 +0.226562500000 0.230468750000 0.209960937500 0.173828125000 +0.117187500000 0.052978515625 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.014465332031 +0.033447265625 0.042724609375 0.039550781250 0.024780273438 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.031738281250 0.079101562500 0.127929687500 0.166992187500 +0.206054687500 0.235351562500 0.257812500000 0.277343750000 +0.281250000000 0.281250000000 0.277343750000 0.267578125000 +0.249023437500 0.228515625000 0.211914062500 0.184570312500 +0.155273437500 0.126953125000 0.099121093750 0.065917968750 +0.031738281250 0.004791259766 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.012878417969 0.036865234375 0.048583984375 0.051757812500 +0.055664062500 0.047119140625 0.028320312500 0.013793945312 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.014892578125 0.106445312500 +0.177734375000 0.229492187500 0.253906250000 0.253906250000 +0.242187500000 0.200195312500 0.144531250000 0.085449218750 +0.024047851562 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.004302978516 +0.050781250000 0.103515625000 0.149414062500 0.199218750000 +0.237304687500 0.267578125000 0.285156250000 0.298828125000 +0.298828125000 0.287109375000 0.269531250000 0.238281250000 +0.194335937500 0.146484375000 0.085937500000 0.021728515625 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.009277343750 0.017456054688 +0.019897460938 0.010559082031 0.004547119141 0.000000000000 +0.000000000000 0.003707885742 0.019287109375 0.049560546875 +0.091796875000 0.139648437500 0.178710937500 0.226562500000 +0.255859375000 0.273437500000 0.279296875000 0.265625000000 +0.230468750000 0.179687500000 0.119628906250 0.053955078125 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.061279296875 0.137695312500 0.197265625000 0.232421875000 +0.247070312500 0.226562500000 0.180664062500 0.107910156250 +0.020385742188 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.053222656250 0.110839843750 0.137695312500 0.142578125000 +0.130859375000 0.104492187500 0.062500000000 0.017333984375 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.023315429688 0.053466796875 +0.083984375000 0.108886718750 0.123535156250 0.131835937500 +0.127929687500 0.106445312500 0.069824218750 0.018432617188 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.065429687500 +0.163085937500 0.240234375000 0.285156250000 0.296875000000 +0.277343750000 0.235351562500 0.172851562500 0.093750000000 +0.009338378906 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.022705078125 +0.073730468750 0.117187500000 0.147460937500 0.163085937500 +0.159179687500 0.136718750000 0.099609375000 0.044189453125 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.004119873047 0.074707031250 +0.119140625000 0.149414062500 0.151367187500 0.121582031250 +0.069335937500 0.003753662109 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.014526367188 0.065917968750 0.117675781250 0.163085937500 +0.199218750000 0.218750000000 0.225585937500 0.211914062500 +0.188476562500 0.142578125000 0.091308593750 0.025268554688 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.026245117188 0.071777343750 0.125976562500 0.166015625000 +0.197265625000 0.220703125000 0.228515625000 0.211914062500 +0.184570312500 0.143554687500 0.087402343750 0.024414062500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.006683349609 +0.065917968750 0.104003906250 0.127929687500 0.128906250000 +0.105468750000 0.057373046875 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.009887695312 +0.035400390625 0.048095703125 0.050292968750 0.034912109375 +0.003936767578 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.031738281250 0.065429687500 0.096191406250 0.117675781250 +0.133789062500 0.142578125000 0.150390625000 0.146484375000 +0.154296875000 0.149414062500 0.152343750000 0.156250000000 +0.161132812500 0.163085937500 0.161132812500 0.153320312500 +0.130859375000 0.098144531250 0.046386718750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.036621093750 0.087402343750 0.124511718750 0.143554687500 +0.143554687500 0.138671875000 0.117187500000 0.088378906250 +0.077636718750 0.062255859375 0.058105468750 0.063964843750 +0.081542968750 0.095703125000 0.111816406250 0.124511718750 +0.128906250000 0.124511718750 0.108398437500 0.078125000000 +0.038330078125 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.012939453125 0.064941406250 0.109863281250 0.143554687500 +0.173828125000 0.197265625000 0.215820312500 0.203125000000 +0.177734375000 0.139648437500 0.086914062500 0.011962890625 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.023559570312 +0.067871093750 0.091308593750 0.106933593750 0.089843750000 +0.053955078125 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.062500000000 +0.125000000000 0.169921875000 0.209960937500 0.233398437500 +0.236328125000 0.224609375000 0.207031250000 0.181640625000 +0.151367187500 0.126953125000 0.096191406250 0.076171875000 +0.065917968750 0.065917968750 0.063476562500 0.074707031250 +0.084472656250 0.084960937500 0.083984375000 0.066406250000 +0.037597656250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.051757812500 0.114746093750 0.147460937500 +0.157226562500 0.138671875000 0.085937500000 0.018066406250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.002227783203 +0.085937500000 0.145507812500 0.203125000000 0.236328125000 +0.251953125000 0.250000000000 0.236328125000 0.203125000000 +0.173828125000 0.139648437500 0.108398437500 0.086914062500 +0.076660156250 0.063964843750 0.058837890625 0.055664062500 +0.045654296875 0.035156250000 0.020874023438 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.028564453125 0.083984375000 +0.123535156250 0.149414062500 0.150390625000 0.132812500000 +0.097167968750 0.040771484375 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.001640319824 0.042480468750 0.072265625000 +0.075683593750 0.053222656250 0.016723632812 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.036132812500 0.098632812500 +0.140625000000 0.157226562500 0.138671875000 0.090820312500 +0.019165039062 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.044189453125 0.100097656250 0.139648437500 +0.171875000000 0.186523437500 0.189453125000 0.184570312500 +0.180664062500 0.166992187500 0.155273437500 0.146484375000 +0.140625000000 0.136718750000 0.146484375000 0.150390625000 +0.159179687500 0.166015625000 0.174804687500 0.169921875000 +0.166992187500 0.157226562500 0.139648437500 0.114257812500 +0.083984375000 0.038085937500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.004760742188 +0.051757812500 0.077148437500 0.092773437500 0.082031250000 +0.060546875000 0.015441894531 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.034667968750 0.095214843750 0.157226562500 0.194335937500 +0.221679687500 0.235351562500 0.233398437500 0.211914062500 +0.181640625000 0.141601562500 0.108398437500 0.070312500000 +0.045654296875 0.024780273438 0.018676757812 0.020751953125 +0.027587890625 0.040771484375 0.058593750000 0.074218750000 +0.086425781250 0.096191406250 0.106445312500 0.113281250000 +0.122558593750 0.128906250000 0.139648437500 0.147460937500 +0.162109375000 0.163085937500 0.166992187500 0.174804687500 +0.158203125000 0.133789062500 0.099121093750 0.047363281250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.048583984375 0.111816406250 0.150390625000 +0.171875000000 0.182617187500 0.185546875000 0.170898437500 +0.155273437500 0.139648437500 0.116699218750 0.103515625000 +0.094726562500 0.088378906250 0.094238281250 0.111816406250 +0.119140625000 0.135742187500 0.149414062500 0.156250000000 +0.163085937500 0.164062500000 0.162109375000 0.159179687500 +0.162109375000 0.157226562500 0.154296875000 0.152343750000 +0.145507812500 0.138671875000 0.131835937500 0.117187500000 +0.097656250000 0.077636718750 0.041259765625 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.035156250000 0.077148437500 0.117675781250 0.139648437500 +0.154296875000 0.160156250000 0.157226562500 0.154296875000 +0.149414062500 0.135742187500 0.123535156250 0.131835937500 +0.131835937500 0.140625000000 0.149414062500 0.148437500000 +0.140625000000 0.134765625000 0.111816406250 0.083007812500 +0.039062500000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.024902343750 +0.065917968750 0.084472656250 0.084472656250 0.062500000000 +0.026123046875 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.055419921875 0.113769531250 0.147460937500 +0.154296875000 0.134765625000 0.101562500000 0.047607421875 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.030395507812 0.101562500000 0.160156250000 0.198242187500 +0.225585937500 0.239257812500 0.225585937500 0.202148437500 +0.153320312500 0.102050781250 0.034912109375 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.050537109375 0.085449218750 0.099609375000 0.084960937500 +0.051025390625 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.022216796875 0.082031250000 0.133789062500 0.169921875000 +0.175781250000 0.177734375000 0.158203125000 0.135742187500 +0.094726562500 0.068359375000 0.032958984375 0.009155273438 +0.000720977783 0.006469726562 0.017333984375 0.042968750000 +0.082519531250 0.124023437500 0.166992187500 0.204101562500 +0.231445312500 0.240234375000 0.228515625000 0.200195312500 +0.153320312500 0.087890625000 0.008850097656 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.031127929688 +0.085449218750 0.122558593750 0.157226562500 0.167968750000 +0.183593750000 0.175781250000 0.163085937500 0.145507812500 +0.111816406250 0.072753906250 0.033203125000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.002532958984 0.008178710938 0.009155273438 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.039794921875 0.103027343750 0.151367187500 +0.165039062500 0.153320312500 0.107910156250 0.043457031250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.021972656250 0.052490234375 0.057861328125 0.027709960938 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.034179687500 +0.070312500000 0.090332031250 0.084472656250 0.052001953125 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.025390625000 +0.069335937500 0.103515625000 0.106933593750 0.093261718750 +0.048828125000 0.006195068359 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.004852294922 0.028320312500 +0.039794921875 0.038574218750 0.016113281250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.009521484375 +0.053222656250 0.125976562500 0.072265625000 0.051025390625 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.030883789062 0.050781250000 0.062011718750 0.071777343750 +0.062988281250 0.035156250000 0.003890991211 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.011657714844 +0.037597656250 0.054443359375 0.070312500000 0.066406250000 +0.062500000000 0.045898437500 0.030761718750 0.029663085938 +0.004180908203 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.023193359375 0.062255859375 +0.087402343750 0.114257812500 0.125976562500 0.122070312500 +0.091796875000 0.052490234375 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.039062500000 +0.078125000000 0.105957031250 0.111816406250 0.094726562500 +0.055664062500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.004699707031 +0.036132812500 0.042968750000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.039062500000 +0.075195312500 0.094726562500 0.107910156250 0.092285156250 +0.059082031250 0.010375976562 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.019165039062 0.057861328125 0.073730468750 +0.071777343750 0.065429687500 0.045898437500 0.017333984375 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.039794921875 0.062988281250 0.082031250000 0.101074218750 +0.093261718750 0.065917968750 0.027465820312 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.038574218750 0.073242187500 +0.093261718750 0.100585937500 0.096679687500 0.077148437500 +0.050292968750 0.017089843750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.001045227051 +0.001426696777 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.033691406250 0.063476562500 0.064941406250 0.042236328125 +0.000246047974 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.003143310547 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.013793945312 0.050781250000 +0.073730468750 0.103027343750 0.111816406250 0.102050781250 +0.084472656250 0.035156250000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.008728027344 +0.015014648438 0.014587402344 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.002319335938 +0.017211914062 0.036132812500 0.046142578125 0.039062500000 +0.023437500000 0.000900268555 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.014587402344 +0.036865234375 0.060791015625 0.073730468750 0.075195312500 +0.082031250000 0.054443359375 0.026733398438 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.006072998047 0.031494140625 0.043945312500 +0.035888671875 0.025878906250 0.012512207031 0.001396179199 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.011413574219 +0.046630859375 0.047119140625 0.037353515625 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.020507812500 0.045410156250 0.038330078125 0.007568359375 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.009277343750 +0.017456054688 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.008728027344 0.024169921875 0.023681640625 +0.010375976562 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.005737304688 0.005920410156 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.022949218750 0.043212890625 0.064453125000 +0.083496093750 0.075195312500 0.069335937500 0.064941406250 +0.048095703125 0.018188476562 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.014831542969 0.017700195312 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.004302978516 0.004211425781 0.000000000000 +0.112792968750 0.046875000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.010131835938 0.062988281250 0.109375000000 +0.142578125000 0.150390625000 0.140625000000 0.118652343750 +0.076171875000 0.022827148438 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.009399414062 0.025634765625 0.037841796875 +0.028320312500 0.007629394531 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.003372192383 0.045410156250 0.078613281250 0.112304687500 +0.144531250000 0.170898437500 0.184570312500 0.194335937500 +0.196289062500 0.187500000000 0.180664062500 0.152343750000 +0.119140625000 0.077636718750 0.024536132812 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.041748046875 0.088378906250 +0.122558593750 0.142578125000 0.149414062500 0.133789062500 +0.107421875000 0.070312500000 0.031127929688 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.019287109375 0.059570312500 0.094726562500 +0.125000000000 0.132812500000 0.137695312500 0.123535156250 +0.102539062500 0.066406250000 0.025146484375 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.036865234375 0.084960937500 +0.124023437500 0.157226562500 0.177734375000 0.194335937500 +0.196289062500 0.192382812500 0.173828125000 0.141601562500 +0.107910156250 0.066406250000 0.023803710938 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.018188476562 +0.058837890625 0.098144531250 0.123535156250 0.136718750000 +0.138671875000 0.118164062500 0.087890625000 0.047119140625 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.047607421875 0.099121093750 +0.128906250000 0.140625000000 0.129882812500 0.099609375000 +0.055419921875 0.002243041992 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.008544921875 0.060058593750 +0.105468750000 0.137695312500 0.155273437500 0.151367187500 +0.140625000000 0.113769531250 0.078125000000 0.034423828125 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.031982421875 0.071289062500 0.106933593750 +0.127929687500 0.138671875000 0.137695312500 0.125976562500 +0.102539062500 0.071289062500 0.036865234375 0.003509521484 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.011169433594 +0.018676757812 0.025024414062 0.023193359375 0.018798828125 +0.010314941406 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.003616333008 0.001167297363 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.023315429688 +0.076171875000 0.125976562500 0.164062500000 0.182617187500 +0.183593750000 0.169921875000 0.145507812500 0.103515625000 +0.063476562500 0.021484375000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.012756347656 +0.046142578125 0.082031250000 0.108398437500 0.132812500000 +0.131835937500 0.121093750000 0.094238281250 0.055664062500 +0.010986328125 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.038330078125 0.062988281250 0.065917968750 +0.053955078125 0.021972656250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.065429687500 0.129882812500 0.174804687500 +0.194335937500 0.191406250000 0.160156250000 0.102539062500 +0.040283203125 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.034912109375 0.060058593750 0.065429687500 0.054931640625 +0.030761718750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.019897460938 0.052734375000 0.072265625000 +0.067382812500 0.046386718750 0.007171630859 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.012084960938 0.082031250000 0.134765625000 0.183593750000 +0.216796875000 0.232421875000 0.234375000000 0.223632812500 +0.203125000000 0.168945312500 0.131835937500 0.097167968750 +0.060302734375 0.035156250000 0.009948730469 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.044433593750 0.085449218750 0.131835937500 0.161132812500 +0.181640625000 0.189453125000 0.175781250000 0.156250000000 +0.112792968750 0.062500000000 0.002395629883 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.009704589844 0.033691406250 0.059814453125 +0.075195312500 0.088867187500 0.097167968750 0.096679687500 +0.086425781250 0.072265625000 0.050292968750 0.023437500000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.016357421875 +0.065917968750 0.108886718750 0.132812500000 0.136718750000 +0.119628906250 0.081542968750 0.023193359375 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.075683593750 0.148437500000 +0.208007812500 0.255859375000 0.277343750000 0.285156250000 +0.265625000000 0.230468750000 0.178710937500 0.121093750000 +0.062500000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.039794921875 0.091796875000 0.125976562500 0.136718750000 +0.125000000000 0.092773437500 0.039794921875 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.044189453125 +0.070800781250 0.076171875000 0.048095703125 0.010192871094 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.026245117188 +0.090332031250 0.139648437500 0.179687500000 0.191406250000 +0.180664062500 0.148437500000 0.092285156250 0.022705078125 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.027221679688 0.051269531250 +0.066894531250 0.075195312500 0.077636718750 0.072265625000 +0.060791015625 0.044189453125 0.029174804688 0.018310546875 +0.009765625000 0.005920410156 0.014709472656 0.028686523438 +0.042968750000 0.065917968750 0.090332031250 0.111816406250 +0.127929687500 0.145507812500 0.157226562500 0.163085937500 +0.156250000000 0.149414062500 0.127929687500 0.092285156250 +0.054199218750 0.001495361328 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.020751953125 0.080566406250 0.133789062500 0.175781250000 +0.216796875000 0.240234375000 0.247070312500 0.249023437500 +0.231445312500 0.202148437500 0.163085937500 0.109375000000 +0.050292968750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.025390625000 +0.057861328125 0.089843750000 0.111816406250 0.127929687500 +0.146484375000 0.149414062500 0.143554687500 0.134765625000 +0.112792968750 0.084960937500 0.063964843750 0.041503906250 +0.015991210938 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000326156616 +0.035644531250 0.067382812500 0.103515625000 0.134765625000 +0.152343750000 0.159179687500 0.151367187500 0.125000000000 +0.083496093750 0.022827148438 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.031005859375 0.101562500000 0.153320312500 +0.188476562500 0.198242187500 0.186523437500 0.164062500000 +0.116699218750 0.069824218750 0.023559570312 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.008728027344 0.001670837402 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.027221679688 0.063476562500 +0.085449218750 0.082031250000 0.063476562500 0.027099609375 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.015075683594 +0.008056640625 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.025390625000 0.093261718750 0.146484375000 +0.183593750000 0.206054687500 0.204101562500 0.185546875000 +0.153320312500 0.108886718750 0.061523437500 0.010742187500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.046630859375 0.092285156250 0.124511718750 0.143554687500 +0.145507812500 0.129882812500 0.093750000000 0.049560546875 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.007812500000 +0.069824218750 0.126953125000 0.169921875000 0.198242187500 +0.211914062500 0.203125000000 0.185546875000 0.147460937500 +0.097656250000 0.034667968750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.015991210938 0.040771484375 +0.073242187500 0.100585937500 0.121582031250 0.138671875000 +0.144531250000 0.142578125000 0.131835937500 0.118164062500 +0.091308593750 0.067871093750 0.033447265625 0.000142097473 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000488281250 0.046386718750 0.091308593750 0.124511718750 +0.144531250000 0.159179687500 0.161132812500 0.153320312500 +0.147460937500 0.129882812500 0.113769531250 0.100097656250 +0.088867187500 0.089843750000 0.095703125000 0.100585937500 +0.106933593750 0.102050781250 0.093750000000 0.073730468750 +0.040039062500 0.000141143799 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.001693725586 0.077148437500 +0.125976562500 0.150390625000 0.144531250000 0.103027343750 +0.027465820312 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.033203125000 +0.086914062500 0.129882812500 0.161132812500 0.186523437500 +0.200195312500 0.217773437500 0.226562500000 0.235351562500 +0.229492187500 0.220703125000 0.198242187500 0.162109375000 +0.115234375000 0.059326171875 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.050781250000 +0.107910156250 0.143554687500 0.175781250000 0.200195312500 +0.212890625000 0.222656250000 0.226562500000 0.225585937500 +0.228515625000 0.218750000000 0.194335937500 0.160156250000 +0.115234375000 0.053466796875 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.001052856445 +0.041748046875 0.079101562500 0.117187500000 0.142578125000 +0.160156250000 0.166015625000 0.150390625000 0.123046875000 +0.083007812500 0.029418945312 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.083007812500 +0.164062500000 0.223632812500 0.255859375000 0.265625000000 +0.246093750000 0.200195312500 0.123535156250 0.032226562500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.067871093750 +0.129882812500 0.172851562500 0.201171875000 0.217773437500 +0.217773437500 0.208984375000 0.189453125000 0.167968750000 +0.141601562500 0.115234375000 0.091308593750 0.086425781250 +0.083007812500 0.092773437500 0.104980468750 0.122558593750 +0.140625000000 0.156250000000 0.161132812500 0.151367187500 +0.120117187500 0.062255859375 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.038330078125 +0.121093750000 0.177734375000 0.206054687500 0.206054687500 +0.170898437500 0.114746093750 0.046875000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.030151367188 +0.095214843750 0.146484375000 0.181640625000 0.199218750000 +0.193359375000 0.174804687500 0.132812500000 0.082031250000 +0.020507812500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.009094238281 +0.045410156250 0.074707031250 0.093750000000 0.100097656250 +0.101562500000 0.084960937500 0.062011718750 0.032958984375 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.039062500000 0.097167968750 0.133789062500 +0.142578125000 0.112304687500 0.055664062500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.003295898438 0.043457031250 +0.072753906250 0.094238281250 0.104003906250 0.110351562500 +0.104003906250 0.094726562500 0.076171875000 0.056884765625 +0.023071289062 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.012573242188 0.079589843750 0.137695312500 +0.188476562500 0.215820312500 0.223632812500 0.203125000000 +0.153320312500 0.081054687500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.029785156250 0.104003906250 +0.153320312500 0.166015625000 0.145507812500 0.102050781250 +0.041992187500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.003692626953 0.054687500000 +0.106445312500 0.154296875000 0.188476562500 0.208984375000 +0.220703125000 0.210937500000 0.186523437500 0.145507812500 +0.088867187500 0.008605957031 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.017456054688 0.039794921875 +0.046630859375 0.031982421875 0.001808166504 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.006347656250 0.029174804688 0.051269531250 +0.064453125000 0.070312500000 0.063964843750 0.045166015625 +0.013916015625 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.016723632812 0.057128906250 +0.093261718750 0.124511718750 0.153320312500 0.167968750000 +0.170898437500 0.168945312500 0.151367187500 0.125000000000 +0.084960937500 0.040527343750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.002151489258 +0.006378173828 0.003189086914 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.072753906250 0.122070312500 0.150390625000 +0.155273437500 0.130859375000 0.086425781250 0.033203125000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.021972656250 0.091796875000 0.156250000000 +0.209960937500 0.244140625000 0.257812500000 0.261718750000 +0.243164062500 0.206054687500 0.162109375000 0.107421875000 +0.047607421875 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.011779785156 0.078125000000 0.139648437500 0.190429687500 +0.224609375000 0.242187500000 0.246093750000 0.235351562500 +0.219726562500 0.194335937500 0.165039062500 0.124511718750 +0.084472656250 0.034912109375 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.031982421875 0.055175781250 0.056396484375 +0.035644531250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.026489257812 0.118652343750 +0.190429687500 0.236328125000 0.240234375000 0.221679687500 +0.171875000000 0.097656250000 0.005493164062 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.059326171875 +0.136718750000 0.195312500000 0.227539062500 0.231445312500 +0.198242187500 0.141601562500 0.053466796875 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.050292968750 0.103027343750 +0.127929687500 0.125976562500 0.095703125000 0.046630859375 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.082031250000 0.155273437500 +0.211914062500 0.246093750000 0.257812500000 0.238281250000 +0.194335937500 0.123535156250 0.034423828125 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.005310058594 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.063476562500 +0.059570312500 0.047363281250 0.024291992188 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.006958007812 0.041259765625 +0.046386718750 0.038085937500 0.000938415527 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.004852294922 0.052978515625 0.092285156250 +0.102539062500 0.102050781250 0.101074218750 0.076171875000 +0.047119140625 0.018310546875 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.005004882812 0.037841796875 0.054199218750 +0.067871093750 0.064941406250 0.050048828125 0.030029296875 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.017456054688 0.025146484375 0.023803710938 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.006622314453 0.012145996094 0.001701354980 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.019042968750 0.047607421875 0.071777343750 +0.077148437500 0.057861328125 0.035888671875 0.004180908203 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.015563964844 +0.047363281250 0.066406250000 0.070800781250 0.058349609375 +0.036132812500 0.001136779785 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.001220703125 0.021484375000 0.016479492188 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.015380859375 +0.026855468750 0.038085937500 0.046386718750 0.032470703125 +0.019042968750 0.009948730469 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.006835937500 0.033203125000 0.048583984375 0.065917968750 +0.067871093750 0.050781250000 0.035156250000 0.001922607422 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.037597656250 0.054199218750 0.053466796875 +0.039306640625 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000770568848 0.030151367188 0.036132812500 0.019775390625 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.013610839844 +0.013061523438 0.024169921875 0.021484375000 0.004882812500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.014831542969 0.017944335938 0.004211425781 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.031982421875 0.057128906250 0.062255859375 0.064941406250 +0.057128906250 0.038574218750 0.002365112305 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.022216796875 0.046386718750 +0.060791015625 0.055664062500 0.048583984375 0.022705078125 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000431060791 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.015014648438 0.039062500000 0.046386718750 +0.027709960938 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.003570556641 0.015380859375 0.009765625000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.014770507812 0.038330078125 0.050537109375 +0.050537109375 0.027954101562 0.010803222656 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.005096435547 0.046630859375 0.066894531250 +0.090820312500 0.114746093750 0.121093750000 0.128906250000 +0.122558593750 0.109863281250 0.079589843750 0.049560546875 +0.017333984375 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.003067016602 0.022460937500 0.037109375000 +0.031738281250 0.025268554688 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.004333496094 0.031982421875 0.037597656250 +0.038085937500 0.025512695312 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.042724609375 0.066894531250 +0.090820312500 0.123046875000 0.118652343750 0.122558593750 +0.118164062500 0.087890625000 0.067382812500 0.034667968750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000222206116 0.009521484375 0.027832031250 0.021484375000 +0.006317138672 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.007995605469 0.025146484375 0.032470703125 +0.028564453125 0.005767822266 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.011535644531 0.029907226562 +0.034179687500 0.039550781250 0.019653320312 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.015380859375 0.029296875000 0.046630859375 +0.035156250000 0.027465820312 0.005371093750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.017578125000 0.017333984375 +0.008056640625 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.004974365234 0.031005859375 0.033935546875 0.044921875000 +0.029052734375 0.010864257812 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.003021240234 0.031494140625 0.041503906250 +0.035888671875 0.002456665039 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.002914428711 0.049072265625 0.093750000000 +0.111328125000 0.130859375000 0.124511718750 0.115234375000 +0.104003906250 0.067382812500 0.054199218750 0.022460937500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.025024414062 0.035888671875 +0.041015625000 0.037841796875 0.013122558594 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.011535644531 +0.032226562500 0.026733398438 0.013610839844 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.046875000000 0.093750000000 +0.146484375000 0.153320312500 0.166992187500 0.154296875000 +0.129882812500 0.093261718750 0.052490234375 0.001129150391 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.019042968750 0.024291992188 0.012023925781 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.002517700195 0.014526367188 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.031982421875 0.065429687500 0.081054687500 +0.107421875000 0.121582031250 0.125976562500 0.118164062500 +0.097656250000 0.078125000000 0.021118164062 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.009460449219 0.062988281250 0.105468750000 +0.139648437500 0.152343750000 0.160156250000 0.148437500000 +0.116699218750 0.084472656250 0.025512695312 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.021484375000 +0.021606445312 0.028686523438 0.026977539062 0.017211914062 +0.005371093750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.025756835938 0.037353515625 +0.043212890625 0.025024414062 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.010192871094 0.032714843750 +0.028686523438 0.027099609375 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.019653320312 0.048339843750 +0.050292968750 0.051757812500 0.027709960938 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.029052734375 0.040283203125 0.053710937500 0.042480468750 +0.017333984375 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.021606445312 0.049072265625 0.050781250000 +0.058593750000 0.037597656250 0.001724243164 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.012878417969 0.040039062500 0.043701171875 0.046875000000 +0.038818359375 0.023071289062 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.025634765625 0.053955078125 0.064941406250 +0.085449218750 0.080566406250 0.090820312500 0.079101562500 +0.081054687500 0.079589843750 0.082031250000 0.090332031250 +0.091796875000 0.100097656250 0.095214843750 0.094238281250 +0.071777343750 0.051269531250 0.011352539062 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.033935546875 0.023437500000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.035156250000 +0.071777343750 0.079589843750 0.072753906250 0.049804687500 +0.006713867188 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.032226562500 +0.068359375000 0.100097656250 0.120605468750 0.127929687500 +0.135742187500 0.124023437500 0.106933593750 0.069335937500 +0.035644531250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.038574218750 +0.066894531250 0.076171875000 0.065429687500 0.021118164062 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.004821777344 0.047119140625 0.078125000000 +0.093261718750 0.078125000000 0.058105468750 0.006896972656 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.039062500000 +0.079101562500 0.105957031250 0.127929687500 0.145507812500 +0.146484375000 0.142578125000 0.116699218750 0.082031250000 +0.026367187500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.018676757812 0.030151367188 0.023437500000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.018310546875 +0.052734375000 0.061279296875 0.045166015625 0.013916015625 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.012390136719 +0.057128906250 0.074707031250 0.064453125000 0.031250000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.032714843750 0.076660156250 0.105957031250 +0.109375000000 0.093261718750 0.059326171875 0.009216308594 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.036865234375 0.109863281250 0.145507812500 +0.141601562500 0.114746093750 0.063964843750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.015197753906 +0.052734375000 0.078125000000 0.068359375000 0.040771484375 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.015869140625 0.103027343750 +0.162109375000 0.170898437500 0.150390625000 0.092285156250 +0.020629882812 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000507354736 0.099609375000 +0.173828125000 0.225585937500 0.255859375000 0.255859375000 +0.234375000000 0.190429687500 0.129882812500 0.066894531250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.021850585938 0.053222656250 0.061523437500 +0.027709960938 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.066406250000 0.119628906250 0.133789062500 0.114746093750 +0.058105468750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.062011718750 +0.170898437500 0.250000000000 0.291015625000 0.306640625000 +0.283203125000 0.236328125000 0.164062500000 0.069335937500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.057128906250 0.088378906250 0.088378906250 +0.059326171875 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.038330078125 0.113281250000 0.145507812500 +0.142578125000 0.098144531250 0.012573242188 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.029296875000 +0.075195312500 0.124511718750 0.154296875000 0.168945312500 +0.166992187500 0.153320312500 0.113769531250 0.046630859375 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.026000976562 0.113769531250 +0.188476562500 0.247070312500 0.273437500000 0.283203125000 +0.265625000000 0.224609375000 0.164062500000 0.071289062500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000747680664 0.034423828125 0.047363281250 +0.041748046875 0.024780273438 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.033935546875 0.076660156250 0.089843750000 0.069824218750 +0.016113281250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.075195312500 +0.139648437500 0.164062500000 0.146484375000 0.097656250000 +0.010070800781 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.027221679688 0.107910156250 +0.162109375000 0.176757812500 0.150390625000 0.090332031250 +0.015991210938 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.024169921875 0.074707031250 0.105957031250 0.120605468750 +0.108398437500 0.083007812500 0.031982421875 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000934600830 +0.054687500000 0.079589843750 0.091796875000 0.069335937500 +0.017700195312 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.049560546875 +0.097167968750 0.119628906250 0.134765625000 0.131835937500 +0.112792968750 0.072265625000 0.016845703125 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.024780273438 0.066894531250 0.096191406250 +0.107910156250 0.114746093750 0.102539062500 0.083007812500 +0.071777343750 0.044677734375 0.035156250000 0.015747070312 +0.019165039062 0.027465820312 0.045898437500 0.057861328125 +0.073242187500 0.070800781250 0.053710937500 0.012451171875 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000801086426 0.019287109375 +0.032958984375 0.032958984375 0.033935546875 0.018554687500 +0.001235961914 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.017822265625 0.039550781250 0.052978515625 0.052734375000 +0.049316406250 0.036376953125 0.014221191406 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.007781982422 +0.039550781250 0.062988281250 0.062988281250 0.046630859375 +0.009704589844 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.013916015625 0.058837890625 +0.075683593750 0.085449218750 0.079101562500 0.052246093750 +0.014160156250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.017456054688 +0.051269531250 0.078125000000 0.100097656250 0.114257812500 +0.114257812500 0.095214843750 0.063476562500 0.009094238281 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.008605957031 +0.042236328125 0.062988281250 0.060791015625 0.042724609375 +0.004760742188 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.034179687500 0.073730468750 +0.097167968750 0.096679687500 0.084960937500 0.053466796875 +0.005340576172 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.004638671875 +0.001998901367 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.014526367188 0.048095703125 0.040039062500 0.003585815430 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.038330078125 0.082519531250 +0.117187500000 0.123535156250 0.108398437500 0.071777343750 +0.024658203125 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.043701171875 0.081054687500 +0.097167968750 0.096191406250 0.072265625000 0.036865234375 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.009216308594 0.038818359375 0.048095703125 0.037353515625 +0.000740051270 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.028686523438 0.094238281250 +0.155273437500 0.185546875000 0.196289062500 0.183593750000 +0.149414062500 0.099121093750 0.027221679688 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.029663085938 0.065917968750 0.071289062500 0.050781250000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.025268554688 0.085449218750 0.134765625000 0.156250000000 +0.152343750000 0.116699218750 0.049316406250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.033691406250 0.098144531250 +0.132812500000 0.151367187500 0.150390625000 0.137695312500 +0.093750000000 0.048583984375 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.015319824219 0.065429687500 0.104492187500 +0.111328125000 0.101074218750 0.063964843750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.038330078125 0.082519531250 0.090332031250 0.060058593750 +0.003311157227 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.034667968750 0.096679687500 +0.137695312500 0.180664062500 0.198242187500 0.197265625000 +0.167968750000 0.129882812500 0.068359375000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.047363281250 0.130859375000 +0.182617187500 0.227539062500 0.242187500000 0.232421875000 +0.198242187500 0.135742187500 0.055175781250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.038085937500 0.059082031250 0.056884765625 +0.035644531250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.008483886719 0.071777343750 +0.098632812500 0.090332031250 0.040283203125 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.018188476562 0.064453125000 0.065917968750 +0.038818359375 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.047607421875 0.067871093750 0.056152343750 +0.015258789062 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.017578125000 +0.039062500000 0.053466796875 0.054687500000 0.055908203125 +0.044921875000 0.029785156250 0.003814697266 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.038330078125 +0.076660156250 0.088867187500 0.053955078125 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.045166015625 0.086914062500 0.104003906250 +0.112792968750 0.090820312500 0.065429687500 0.010864257812 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.003097534180 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.007080078125 0.037841796875 0.077148437500 +0.113769531250 0.143554687500 0.165039062500 0.167968750000 +0.152343750000 0.117675781250 0.057861328125 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.005554199219 0.010375976562 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.004852294922 0.044677734375 0.062988281250 +0.057128906250 0.031738281250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.018188476562 0.041748046875 +0.050537109375 0.053955078125 0.040039062500 0.027832031250 +0.010925292969 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000579833984 0.002670288086 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.013000488281 0.024047851562 0.004241943359 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.007720947266 0.010864257812 0.002960205078 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.010253906250 0.014587402344 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.004760742188 0.018676757812 0.033935546875 0.029052734375 +0.014282226562 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.015991210938 0.029663085938 0.020385742188 +0.001808166504 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000869750977 0.044677734375 +0.049560546875 0.034179687500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.003143310547 +0.027832031250 0.025512695312 0.026367187500 0.016479492188 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.037353515625 0.072265625000 0.085937500000 0.062988281250 +0.018188476562 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.007537841797 +0.048095703125 0.062011718750 0.066406250000 0.051025390625 +0.020996093750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.003936767578 0.002990722656 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.052001953125 0.081054687500 +0.068359375000 0.033447265625 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.015869140625 0.053710937500 0.082519531250 +0.103027343750 0.105468750000 0.094238281250 0.066894531250 +0.013122558594 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.041748046875 0.054199218750 +0.032226562500 0.003509521484 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.002777099609 0.051269531250 0.070800781250 0.080566406250 +0.053222656250 0.006011962891 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.020385742188 0.030883789062 0.036132812500 0.024169921875 +0.005523681641 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.004241943359 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.069824218750 0.178710937500 0.090820312500 +0.121582031250 0.126953125000 0.125976562500 0.113769531250 +0.084960937500 0.038818359375 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.004638671875 0.044921875000 0.083007812500 +0.110839843750 0.108886718750 0.087890625000 0.046386718750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.041015625000 0.127929687500 0.206054687500 0.261718750000 +0.294921875000 0.308593750000 0.300781250000 0.283203125000 +0.247070312500 0.198242187500 0.156250000000 0.114257812500 +0.063476562500 0.019042968750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.002288818359 0.040771484375 0.079101562500 +0.114746093750 0.137695312500 0.145507812500 0.148437500000 +0.138671875000 0.117187500000 0.075195312500 0.033203125000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.064453125000 +0.129882812500 0.185546875000 0.215820312500 0.224609375000 +0.216796875000 0.183593750000 0.137695312500 0.079589843750 +0.015075683594 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.002273559570 0.078613281250 +0.142578125000 0.175781250000 0.197265625000 0.204101562500 +0.180664062500 0.145507812500 0.093750000000 0.039794921875 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.017578125000 +0.067871093750 0.104003906250 0.133789062500 0.151367187500 +0.155273437500 0.146484375000 0.133789062500 0.105957031250 +0.076171875000 0.035156250000 0.000008344650 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.038085937500 +0.079101562500 0.112792968750 0.139648437500 0.159179687500 +0.160156250000 0.143554687500 0.109863281250 0.067871093750 +0.007141113281 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.015747070312 +0.103515625000 0.169921875000 0.213867187500 0.242187500000 +0.241210937500 0.209960937500 0.162109375000 0.104003906250 +0.032714843750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.019409179688 0.093750000000 +0.147460937500 0.170898437500 0.171875000000 0.138671875000 +0.079101562500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.009521484375 0.060302734375 0.103515625000 +0.143554687500 0.191406250000 0.219726562500 0.248046875000 +0.259765625000 0.259765625000 0.251953125000 0.233398437500 +0.208007812500 0.169921875000 0.133789062500 0.087890625000 +0.035156250000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.010559082031 0.018188476562 0.018676757812 0.006591796875 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.031982421875 0.076660156250 +0.108886718750 0.134765625000 0.144531250000 0.148437500000 +0.144531250000 0.129882812500 0.098144531250 0.073730468750 +0.037109375000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.005859375000 0.037841796875 0.067871093750 +0.105468750000 0.128906250000 0.145507812500 0.142578125000 +0.117675781250 0.074218750000 0.018920898438 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.069335937500 +0.138671875000 0.183593750000 0.206054687500 0.192382812500 +0.164062500000 0.108398437500 0.042236328125 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.006011962891 +0.062011718750 0.112792968750 0.155273437500 0.190429687500 +0.219726562500 0.243164062500 0.257812500000 0.259765625000 +0.257812500000 0.246093750000 0.224609375000 0.193359375000 +0.154296875000 0.112304687500 0.075195312500 0.021362304688 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.008972167969 0.015075683594 +0.015869140625 0.005798339844 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.063964843750 0.125000000000 +0.160156250000 0.158203125000 0.131835937500 0.071289062500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.066406250000 0.125976562500 +0.178710937500 0.211914062500 0.220703125000 0.205078125000 +0.174804687500 0.132812500000 0.076171875000 0.011535644531 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.036865234375 0.081054687500 0.104003906250 +0.130859375000 0.143554687500 0.140625000000 0.121582031250 +0.096679687500 0.063964843750 0.023315429688 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.001411437988 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000606536865 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.031494140625 0.091796875000 0.145507812500 +0.201171875000 0.251953125000 0.285156250000 0.306640625000 +0.310546875000 0.306640625000 0.275390625000 0.229492187500 +0.173828125000 0.096191406250 0.014770507812 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.061767578125 0.120117187500 +0.156250000000 0.164062500000 0.133789062500 0.077636718750 +0.007537841797 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.018310546875 +0.061035156250 0.080078125000 0.077636718750 0.053955078125 +0.012451171875 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.007934570312 0.093750000000 +0.153320312500 0.192382812500 0.201171875000 0.185546875000 +0.154296875000 0.105957031250 0.056152343750 0.010681152344 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.014526367188 0.048828125000 0.077636718750 0.094238281250 +0.099121093750 0.075195312500 0.035644531250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.003219604492 0.064453125000 0.123046875000 0.162109375000 +0.178710937500 0.172851562500 0.150390625000 0.100585937500 +0.039794921875 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.038574218750 0.097167968750 0.146484375000 +0.174804687500 0.173828125000 0.149414062500 0.111328125000 +0.053955078125 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.001449584961 0.064453125000 0.131835937500 +0.186523437500 0.224609375000 0.250000000000 0.253906250000 +0.230468750000 0.182617187500 0.122070312500 0.049072265625 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.017089843750 0.097656250000 +0.160156250000 0.199218750000 0.220703125000 0.215820312500 +0.187500000000 0.141601562500 0.090332031250 0.036621093750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.031738281250 +0.032714843750 0.022338867188 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.016845703125 0.059326171875 0.083007812500 0.093261718750 +0.082519531250 0.062255859375 0.030029296875 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.005493164062 0.015747070312 0.018920898438 +0.009826660156 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.014953613281 0.035156250000 +0.033691406250 0.019409179688 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.004730224609 +0.032470703125 0.036865234375 0.017822265625 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.008239746094 0.019653320312 0.007690429688 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.018188476562 0.046875000000 +0.081542968750 0.108886718750 0.128906250000 0.141601562500 +0.143554687500 0.131835937500 0.116210937500 0.091796875000 +0.065917968750 0.033691406250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.029296875000 0.059814453125 0.089843750000 +0.116210937500 0.138671875000 0.160156250000 0.180664062500 +0.193359375000 0.206054687500 0.212890625000 0.213867187500 +0.201171875000 0.180664062500 0.135742187500 0.067871093750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.042480468750 +0.119140625000 0.183593750000 0.232421875000 0.261718750000 +0.273437500000 0.269531250000 0.242187500000 0.207031250000 +0.154296875000 0.083984375000 0.009399414062 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.047851562500 0.076171875000 0.085449218750 +0.064453125000 0.015869140625 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.040527343750 +0.093261718750 0.125000000000 0.128906250000 0.117187500000 +0.080566406250 0.033691406250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.020507812500 0.085449218750 0.146484375000 +0.190429687500 0.217773437500 0.219726562500 0.207031250000 +0.168945312500 0.114257812500 0.049072265625 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.044677734375 0.078125000000 +0.094238281250 0.095214843750 0.079101562500 0.047363281250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000392913818 +0.059082031250 0.115722656250 0.162109375000 0.202148437500 +0.225585937500 0.233398437500 0.221679687500 0.193359375000 +0.138671875000 0.069335937500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.010375976562 0.100097656250 0.176757812500 0.239257812500 +0.279296875000 0.296875000000 0.291015625000 0.265625000000 +0.228515625000 0.179687500000 0.125976562500 0.071777343750 +0.014038085938 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.006347656250 +0.085937500000 0.158203125000 0.203125000000 0.223632812500 +0.208007812500 0.159179687500 0.085449218750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.011535644531 +0.052978515625 0.073242187500 0.074218750000 0.058349609375 +0.022949218750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.051513671875 0.128906250000 0.189453125000 0.224609375000 +0.225585937500 0.196289062500 0.144531250000 0.071777343750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.023559570312 0.076171875000 +0.113769531250 0.135742187500 0.140625000000 0.136718750000 +0.119140625000 0.103515625000 0.083984375000 0.075195312500 +0.074707031250 0.077636718750 0.089355468750 0.099609375000 +0.103515625000 0.096679687500 0.075683593750 0.036621093750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.064941406250 0.154296875000 0.224609375000 +0.265625000000 0.279296875000 0.269531250000 0.239257812500 +0.196289062500 0.151367187500 0.106933593750 0.068359375000 +0.041992187500 0.026000976562 0.023681640625 0.028808593750 +0.037841796875 0.044677734375 0.048339843750 0.044921875000 +0.027465820312 0.000869750977 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.053222656250 +0.115234375000 0.164062500000 0.208984375000 0.231445312500 +0.241210937500 0.232421875000 0.209960937500 0.180664062500 +0.149414062500 0.113281250000 0.084472656250 0.060791015625 +0.046630859375 0.045410156250 0.052490234375 0.066406250000 +0.073730468750 0.070800781250 0.065917968750 0.041503906250 +0.006195068359 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.017211914062 0.093261718750 +0.157226562500 0.202148437500 0.230468750000 0.233398437500 +0.216796875000 0.179687500000 0.133789062500 0.079101562500 +0.020874023438 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.017211914062 +0.038818359375 0.053466796875 0.054443359375 0.045166015625 +0.023803710938 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.017456054688 +0.106933593750 0.179687500000 0.221679687500 0.231445312500 +0.207031250000 0.144531250000 0.055908203125 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.006988525391 0.054199218750 0.088867187500 0.107421875000 +0.108886718750 0.083984375000 0.041503906250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.015441894531 +0.052246093750 0.074218750000 0.083007812500 0.076171875000 +0.044433593750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.014709472656 0.021484375000 +0.014892578125 0.001876831055 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.016601562500 0.068847656250 +0.107910156250 0.130859375000 0.135742187500 0.119628906250 +0.085937500000 0.032958984375 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.074218750000 0.153320312500 0.206054687500 0.229492187500 +0.222656250000 0.192382812500 0.141601562500 0.074707031250 +0.016479492188 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.019653320312 +0.071289062500 0.116210937500 0.147460937500 0.157226562500 +0.143554687500 0.114746093750 0.069335937500 0.018920898438 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.013732910156 +0.064941406250 0.114257812500 0.149414062500 0.170898437500 +0.168945312500 0.155273437500 0.124023437500 0.084960937500 +0.034667968750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.040039062500 +0.107421875000 0.164062500000 0.206054687500 0.225585937500 +0.221679687500 0.083496093750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.011291503906 0.050537109375 0.083496093750 0.089355468750 +0.097167968750 0.065917968750 0.051025390625 0.004791259766 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.016601562500 0.057128906250 0.084472656250 0.095703125000 +0.093750000000 0.074218750000 0.044189453125 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.021240234375 0.051269531250 0.055908203125 +0.063476562500 0.055908203125 0.056640625000 0.053955078125 +0.053222656250 0.048339843750 0.039062500000 0.032714843750 +0.020507812500 0.015136718750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.015563964844 0.003204345703 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.006042480469 +0.019531250000 0.014343261719 0.003738403320 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000514984131 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.007080078125 0.010070800781 0.014221191406 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.006347656250 0.016601562500 0.019287109375 0.003356933594 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.008422851562 0.018676757812 +0.025146484375 0.017700195312 0.000556945801 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.015747070312 0.070312500000 0.098632812500 0.114746093750 +0.110351562500 0.088378906250 0.032470703125 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.027587890625 0.031127929688 0.031982421875 +0.016113281250 0.000175476074 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.010925292969 0.028198242188 +0.024291992188 0.021728515625 0.009338378906 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.037597656250 0.064453125000 +0.076171875000 0.067382812500 0.039794921875 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.023925781250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.058105468750 0.119628906250 +0.166992187500 0.208984375000 0.243164062500 0.265625000000 +0.275390625000 0.269531250000 0.248046875000 0.218750000000 +0.175781250000 0.120605468750 0.048095703125 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.075195312500 0.205078125000 +0.318359375000 0.410156250000 0.478515625000 0.494140625000 +0.453125000000 0.380859375000 0.267578125000 0.120117187500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.022094726562 0.118164062500 0.185546875000 +0.212890625000 0.198242187500 0.149414062500 0.076171875000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.119140625000 0.222656250000 +0.296875000000 0.330078125000 0.296875000000 0.216796875000 +0.088867187500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.028198242188 0.105468750000 +0.157226562500 0.173828125000 0.162109375000 0.110839843750 +0.030883789062 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.032226562500 +0.129882812500 0.201171875000 0.243164062500 0.248046875000 +0.218750000000 0.162109375000 0.085449218750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.026000976562 0.149414062500 0.249023437500 +0.318359375000 0.349609375000 0.332031250000 0.277343750000 +0.181640625000 0.054931640625 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.007446289062 0.130859375000 0.228515625000 +0.302734375000 0.343750000000 0.353515625000 0.335937500000 +0.302734375000 0.247070312500 0.186523437500 0.123046875000 +0.055175781250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.049316406250 +0.203125000000 0.304687500000 0.347656250000 0.332031250000 +0.265625000000 0.157226562500 0.005157470703 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.050048828125 0.143554687500 0.197265625000 0.192382812500 +0.143554687500 0.049072265625 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.023803710938 0.073730468750 0.091796875000 +0.093261718750 0.084960937500 0.070800781250 0.060791015625 +0.071777343750 0.102050781250 0.145507812500 0.215820312500 +0.292968750000 0.367187500000 0.417968750000 0.445312500000 +0.427734375000 0.367187500000 0.257812500000 0.102050781250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.097656250000 0.166992187500 +0.201171875000 0.208984375000 0.192382812500 0.166992187500 +0.142578125000 0.125976562500 0.115234375000 0.121093750000 +0.139648437500 0.163085937500 0.193359375000 0.215820312500 +0.218750000000 0.203125000000 0.170898437500 0.115722656250 +0.055664062500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.026855468750 0.093261718750 0.133789062500 +0.151367187500 0.143554687500 0.119628906250 0.101074218750 +0.096191406250 0.104980468750 0.123535156250 0.165039062500 +0.209960937500 0.265625000000 0.316406250000 0.349609375000 +0.371093750000 0.361328125000 0.326171875000 0.255859375000 +0.163085937500 0.042236328125 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.084960937500 0.170898437500 0.224609375000 0.241210937500 +0.222656250000 0.166992187500 0.083007812500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.018188476562 0.005767822266 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.094726562500 +0.231445312500 0.300781250000 0.308593750000 0.253906250000 +0.147460937500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.074707031250 +0.141601562500 0.188476562500 0.199218750000 0.177734375000 +0.126953125000 0.054199218750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.031250000000 0.160156250000 0.261718750000 +0.328125000000 0.345703125000 0.308593750000 0.222656250000 +0.093750000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.025390625000 0.023925781250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.008605957031 0.019287109375 0.000050544739 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.067382812500 0.155273437500 0.190429687500 0.175781250000 +0.111328125000 0.018798828125 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.057373046875 +0.131835937500 0.170898437500 0.175781250000 0.145507812500 +0.075683593750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.083984375000 0.166992187500 0.235351562500 0.279296875000 +0.294921875000 0.271484375000 0.217773437500 0.144531250000 +0.055419921875 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.102050781250 0.237304687500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.052734375000 0.126953125000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.013183593750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.005676269531 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.008666992188 0.056640625000 +0.063964843750 0.052978515625 0.024902343750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.024902343750 0.063964843750 0.083007812500 +0.094238281250 0.086425781250 0.061523437500 0.018676757812 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.024902343750 0.051757812500 +0.064453125000 0.077636718750 0.061767578125 0.038330078125 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.019287109375 0.051269531250 +0.074707031250 0.080566406250 0.073242187500 0.044189453125 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.031494140625 0.052246093750 0.073730468750 +0.079101562500 0.070800781250 0.045654296875 0.003402709961 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.007598876953 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.025634765625 0.080078125000 0.115722656250 +0.128906250000 0.122070312500 0.104003906250 0.062988281250 +0.000308990479 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.012084960938 0.055664062500 0.085449218750 +0.096191406250 0.101074218750 0.081542968750 0.040527343750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.019653320312 +0.033691406250 0.015075683594 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.003997802734 0.015319824219 0.029174804688 0.031982421875 +0.038574218750 0.026367187500 0.008544921875 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.023925781250 0.012023925781 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.030151367188 0.062255859375 0.071289062500 +0.049072265625 0.005218505859 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.016357421875 0.031494140625 0.020996093750 +0.011474609375 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.021606445312 0.057617187500 0.090332031250 +0.097167968750 0.082031250000 0.047607421875 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.007141113281 +0.038085937500 0.054687500000 0.062011718750 0.042724609375 +0.026977539062 0.009826660156 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.058105468750 0.099609375000 0.132812500000 0.138671875000 +0.137695312500 0.098632812500 0.045166015625 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.027709960938 0.073730468750 0.085937500000 0.096679687500 +0.084960937500 0.059570312500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.029052734375 0.027465820312 +0.004364013672 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000915527344 0.001876831055 0.002395629883 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.002334594727 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.001014709473 0.006500244141 0.011962890625 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.007934570312 0.042724609375 0.060791015625 0.074707031250 +0.068847656250 0.045166015625 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.027099609375 0.049560546875 0.045166015625 0.008239746094 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.030395507812 0.035888671875 +0.012634277344 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.012268066406 0.069824218750 0.115234375000 0.139648437500 +0.141601562500 0.117187500000 0.071289062500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.015502929688 +0.040527343750 0.057373046875 0.054687500000 0.037841796875 +0.014831542969 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.005401611328 0.058837890625 0.100097656250 0.129882812500 +0.130859375000 0.116699218750 0.079589843750 0.016357421875 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.006439208984 +0.047607421875 0.046630859375 0.008728027344 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.042968750000 0.088867187500 0.092773437500 0.049804687500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.016235351562 +0.075683593750 0.123046875000 0.157226562500 0.176757812500 +0.185546875000 0.175781250000 0.146484375000 0.089843750000 +0.015869140625 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.022583007812 0.087890625000 0.129882812500 0.141601562500 +0.132812500000 0.107421875000 0.075195312500 0.047363281250 +0.021850585938 0.013244628906 0.012939453125 0.023803710938 +0.034179687500 0.046386718750 0.049072265625 0.030883789062 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.009094238281 0.076171875000 0.122070312500 0.142578125000 +0.138671875000 0.112792968750 0.081542968750 0.053466796875 +0.029052734375 0.013732910156 0.011535644531 0.018188476562 +0.033447265625 0.044677734375 0.047851562500 0.035400390625 +0.005920410156 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.015014648438 0.086914062500 0.128906250000 0.151367187500 +0.157226562500 0.136718750000 0.098632812500 0.050048828125 +0.000013113022 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.014831542969 0.049072265625 0.082519531250 +0.106445312500 0.109375000000 0.091308593750 0.055175781250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.033447265625 0.042480468750 0.009887695312 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.099609375000 0.178710937500 0.225585937500 +0.253906250000 0.247070312500 0.208984375000 0.144531250000 +0.059570312500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.008605957031 0.081054687500 0.133789062500 0.159179687500 +0.162109375000 0.144531250000 0.114257812500 0.077148437500 +0.042480468750 0.004882812500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.015747070312 0.043945312500 0.074218750000 +0.097656250000 0.110839843750 0.102050781250 0.076171875000 +0.026977539062 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.059326171875 0.083007812500 0.076660156250 0.033935546875 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.042480468750 +0.077148437500 0.095703125000 0.100097656250 0.090332031250 +0.076171875000 0.056640625000 0.038818359375 0.028930664062 +0.022827148438 0.020507812500 0.022949218750 0.031005859375 +0.032470703125 0.029296875000 0.013366699219 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.034423828125 0.097167968750 0.126953125000 0.120605468750 +0.083984375000 0.011901855469 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.028930664062 +0.029907226562 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.079101562500 +0.116699218750 0.109375000000 0.052734375000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.022094726562 0.090820312500 0.131835937500 0.140625000000 +0.115722656250 0.063476562500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.012329101562 0.055175781250 +0.078613281250 0.081542968750 0.075195312500 0.053955078125 +0.025146484375 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.006378173828 0.026489257812 +0.049560546875 0.060791015625 0.054931640625 0.022583007812 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.066406250000 +0.160156250000 0.221679687500 0.250000000000 0.248046875000 +0.214843750000 0.166992187500 0.092285156250 0.010375976562 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.044677734375 0.111328125000 +0.167968750000 0.213867187500 0.241210937500 0.242187500000 +0.226562500000 0.189453125000 0.131835937500 0.051513671875 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.014831542969 +0.024414062500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.010681152344 +0.097656250000 0.169921875000 0.208007812500 0.226562500000 +0.205078125000 0.152343750000 0.078613281250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.014831542969 +0.015869140625 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.023803710938 0.091796875000 +0.117187500000 0.101074218750 0.040527343750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.031250000000 0.048828125000 +0.033691406250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.041015625000 0.096191406250 +0.139648437500 0.165039062500 0.178710937500 0.175781250000 +0.153320312500 0.122070312500 0.087402343750 0.050292968750 +0.008178710938 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.035156250000 +0.079589843750 0.107910156250 0.121093750000 0.124023437500 +0.104980468750 0.073730468750 0.028930664062 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.055419921875 0.120605468750 +0.163085937500 0.173828125000 0.166015625000 0.146484375000 +0.113281250000 0.062011718750 0.014770507812 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.012268066406 0.027343750000 0.034179687500 0.041748046875 +0.041503906250 0.037841796875 0.037841796875 0.040771484375 +0.044189453125 0.049804687500 0.055175781250 0.054199218750 +0.043457031250 0.022338867188 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.002578735352 +0.055175781250 0.091796875000 0.107910156250 0.105468750000 +0.091308593750 0.071777343750 0.053955078125 0.047607421875 +0.048339843750 0.057617187500 0.072265625000 0.090820312500 +0.100097656250 0.093750000000 0.073730468750 0.027954101562 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.072265625000 0.103515625000 +0.093261718750 0.032226562500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.006378173828 0.077148437500 +0.104980468750 0.096191406250 0.032226562500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.081542968750 0.163085937500 0.214843750000 0.240234375000 +0.237304687500 0.208984375000 0.153320312500 0.075683593750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.006042480469 +0.004943847656 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.092773437500 +0.186523437500 0.246093750000 0.267578125000 0.253906250000 +0.215820312500 0.155273437500 0.077636718750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.011230468750 +0.084472656250 0.145507812500 0.187500000000 0.211914062500 +0.214843750000 0.190429687500 0.146484375000 0.075195312500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.044677734375 0.085937500000 0.102050781250 0.100585937500 +0.076660156250 0.043945312500 0.000789642334 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.008728027344 0.090820312500 0.146484375000 0.175781250000 +0.167968750000 0.132812500000 0.071289062500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.011718750000 0.066894531250 +0.125976562500 0.165039062500 0.205078125000 0.224609375000 +0.232421875000 0.225585937500 0.208007812500 0.171875000000 +0.124511718750 0.063476562500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.018188476562 0.074707031250 +0.124511718750 0.169921875000 0.205078125000 0.229492187500 +0.242187500000 0.233398437500 0.207031250000 0.164062500000 +0.102539062500 0.026489257812 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.015563964844 0.076660156250 0.120117187500 0.137695312500 +0.131835937500 0.107910156250 0.062500000000 0.008728027344 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.010009765625 +0.087402343750 0.146484375000 0.179687500000 0.191406250000 +0.170898437500 0.119628906250 0.051513671875 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.027099609375 0.039794921875 +0.046386718750 0.044189453125 0.038818359375 0.032714843750 +0.024658203125 0.021484375000 0.028564453125 0.052978515625 +0.085937500000 0.128906250000 0.166015625000 0.201171875000 +0.217773437500 0.212890625000 0.188476562500 0.140625000000 +0.069824218750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.011352539062 0.065429687500 +0.100585937500 0.108886718750 0.104980468750 0.084960937500 +0.060546875000 0.034179687500 0.011474609375 0.001251220703 +0.000000000000 0.005065917969 0.027954101562 0.043701171875 +0.061279296875 0.075683593750 0.076171875000 0.073242187500 +0.047363281250 0.009826660156 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.049316406250 +0.106445312500 0.145507812500 0.162109375000 0.149414062500 +0.112304687500 0.063964843750 0.000406265259 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.003997802734 +0.071289062500 0.117675781250 0.147460937500 0.150390625000 +0.127929687500 0.079589843750 0.020996093750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000450134277 0.020629882812 0.034423828125 0.043457031250 +0.056884765625 0.070800781250 0.085937500000 0.094726562500 +0.101562500000 0.102539062500 0.100097656250 0.093261718750 +0.090820312500 0.077636718750 0.049072265625 0.024414062500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.051757812500 +0.113281250000 0.148437500000 0.142578125000 0.104492187500 +0.038330078125 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.018676757812 0.033935546875 0.042724609375 0.048828125000 +0.054931640625 0.069335937500 0.082519531250 0.096191406250 +0.104492187500 0.121582031250 0.130859375000 0.137695312500 +0.134765625000 0.116210937500 0.087890625000 0.045654296875 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.014587402344 0.051757812500 0.069335937500 0.065917968750 +0.041503906250 0.000770568848 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.051757812500 0.123535156250 +0.165039062500 0.166015625000 0.135742187500 0.073242187500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.047119140625 0.095703125000 0.107421875000 0.089355468750 +0.034667968750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.024658203125 +0.042480468750 0.041503906250 0.028076171875 0.006378173828 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.007720947266 0.042236328125 0.078613281250 +0.114746093750 0.155273437500 0.182617187500 0.197265625000 +0.198242187500 0.191406250000 0.161132812500 0.117187500000 +0.061523437500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.023681640625 +0.063964843750 0.070312500000 0.063964843750 0.037109375000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.014221191406 0.025878906250 0.031982421875 0.039550781250 +0.048583984375 0.050292968750 0.049804687500 0.053466796875 +0.047851562500 0.042236328125 0.031127929688 0.019287109375 +0.010864257812 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.014404296875 0.047119140625 +0.074218750000 0.099609375000 0.113769531250 0.116210937500 +0.101562500000 0.071289062500 0.021728515625 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.010498046875 0.030517578125 +0.039306640625 0.044433593750 0.036621093750 0.029541015625 +0.020507812500 0.004272460938 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.011291503906 0.038818359375 0.066894531250 +0.095214843750 0.123046875000 0.146484375000 0.157226562500 +0.159179687500 0.148437500000 0.128906250000 0.090332031250 +0.047119140625 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.007690429688 +0.014465332031 0.007598876953 0.002395629883 0.000000000000 +0.000000000000 0.000000000000 0.005401611328 0.019775390625 +0.038330078125 0.056152343750 0.067382812500 0.080078125000 +0.083984375000 0.077148437500 0.067871093750 0.037841796875 +0.001029968262 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.030883789062 +0.076171875000 0.100097656250 0.108886718750 0.100097656250 +0.066894531250 0.018798828125 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.042968750000 +0.089843750000 0.117187500000 0.113281250000 0.072265625000 +0.014770507812 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.070312500000 0.141601562500 +0.194335937500 0.227539062500 0.239257812500 0.231445312500 +0.197265625000 0.147460937500 0.077636718750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.001701354980 +0.046142578125 0.062500000000 0.056396484375 0.017944335938 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.033447265625 0.075195312500 +0.098144531250 0.113281250000 0.117187500000 0.104980468750 +0.089355468750 0.066894531250 0.040527343750 0.012084960938 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.032226562500 +0.072753906250 0.113769531250 0.144531250000 0.166015625000 +0.174804687500 0.160156250000 0.118164062500 0.054199218750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000058412552 0.091308593750 0.165039062500 +0.220703125000 0.250000000000 0.253906250000 0.226562500000 +0.185546875000 0.118164062500 0.035888671875 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.029174804688 +0.101074218750 0.145507812500 0.162109375000 0.142578125000 +0.097167968750 0.026489257812 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.026489257812 +0.072753906250 0.090820312500 0.077148437500 0.039550781250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.017456054688 +0.059570312500 0.083007812500 0.067871093750 0.020751953125 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.048095703125 0.077636718750 0.070800781250 0.035644531250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.029052734375 0.082519531250 0.109863281250 0.117675781250 +0.096679687500 0.042968750000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.068847656250 +0.124511718750 0.158203125000 0.161132812500 0.139648437500 +0.089355468750 0.024658203125 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.045166015625 0.057861328125 +0.014160156250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.018066406250 0.037597656250 0.038330078125 +0.024291992188 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.002227783203 0.072753906250 0.135742187500 0.176757812500 +0.199218750000 0.199218750000 0.170898437500 0.120117187500 +0.052734375000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.033935546875 0.080566406250 0.115722656250 +0.148437500000 0.176757812500 0.185546875000 0.183593750000 +0.172851562500 0.149414062500 0.112792968750 0.067871093750 +0.019775390625 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.008239746094 0.043457031250 +0.072265625000 0.099609375000 0.125000000000 0.145507812500 +0.166015625000 0.186523437500 0.211914062500 0.238281250000 +0.265625000000 0.292968750000 0.314453125000 0.330078125000 +0.333984375000 0.326171875000 0.304687500000 0.267578125000 +0.219726562500 0.160156250000 0.097167968750 0.028686523438 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.024291992188 +0.059814453125 0.091796875000 0.119628906250 0.143554687500 +0.168945312500 0.194335937500 0.214843750000 0.240234375000 +0.269531250000 0.292968750000 0.316406250000 0.333984375000 +0.335937500000 0.328125000000 0.308593750000 0.273437500000 +0.224609375000 0.160156250000 0.087402343750 0.017700195312 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.028808593750 0.073242187500 +0.106445312500 0.129882812500 0.139648437500 0.136718750000 +0.124023437500 0.108886718750 0.092773437500 0.080078125000 +0.071777343750 0.075195312500 0.088378906250 0.111328125000 +0.142578125000 0.182617187500 0.225585937500 0.267578125000 +0.304687500000 0.328125000000 0.335937500000 0.328125000000 +0.300781250000 0.257812500000 0.200195312500 0.129882812500 +0.052001953125 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.003997802734 0.021484375000 0.026489257812 +0.015563964844 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.048583984375 +0.099609375000 0.145507812500 0.182617187500 0.211914062500 +0.232421875000 0.237304687500 0.231445312500 0.210937500000 +0.180664062500 0.138671875000 0.085449218750 0.030883789062 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.021606445312 +0.061767578125 0.099121093750 0.133789062500 0.163085937500 +0.187500000000 0.207031250000 0.221679687500 0.235351562500 +0.243164062500 0.251953125000 0.259765625000 0.263671875000 +0.269531250000 0.277343750000 0.289062500000 0.298828125000 +0.310546875000 0.318359375000 0.330078125000 0.337890625000 +0.333984375000 0.320312500000 0.296875000000 0.257812500000 +0.207031250000 0.143554687500 0.070312500000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.032226562500 0.086914062500 0.130859375000 +0.153320312500 0.158203125000 0.147460937500 0.115722656250 +0.071289062500 0.020141601562 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.012207031250 +0.031738281250 0.046142578125 0.061523437500 0.073730468750 +0.080566406250 0.084472656250 0.088378906250 0.093261718750 +0.103027343750 0.120605468750 0.140625000000 0.166015625000 +0.199218750000 0.233398437500 0.261718750000 0.289062500000 +0.310546875000 0.320312500000 0.314453125000 0.292968750000 +0.257812500000 0.209960937500 0.149414062500 0.080566406250 +0.006835937500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.039062500000 0.103515625000 0.157226562500 0.201171875000 +0.221679687500 0.222656250000 0.210937500000 0.182617187500 +0.142578125000 0.102050781250 0.062988281250 0.029296875000 +0.005523681641 0.000000000000 0.002502441406 0.018188476562 +0.043701171875 0.074218750000 0.099609375000 0.113769531250 +0.120117187500 0.107421875000 0.077148437500 0.032958984375 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.034423828125 +0.107910156250 0.165039062500 0.204101562500 0.214843750000 +0.197265625000 0.156250000000 0.092773437500 0.010620117188 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.017700195312 0.092285156250 0.157226562500 0.207031250000 +0.235351562500 0.245117187500 0.238281250000 0.216796875000 +0.186523437500 0.148437500000 0.104003906250 0.055664062500 +0.010253906250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.023193359375 0.071289062500 0.112792968750 0.140625000000 +0.156250000000 0.161132812500 0.157226562500 0.144531250000 +0.121093750000 0.098144531250 0.074218750000 0.055908203125 +0.048583984375 0.045166015625 0.054931640625 0.077636718750 +0.108398437500 0.145507812500 0.176757812500 0.203125000000 +0.222656250000 0.227539062500 0.216796875000 0.185546875000 +0.138671875000 0.076660156250 0.005340576172 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.070312500000 0.157226562500 0.231445312500 0.294921875000 +0.332031250000 0.343750000000 0.332031250000 0.298828125000 +0.245117187500 0.179687500000 0.112304687500 0.044677734375 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.011901855469 0.052978515625 0.094726562500 0.139648437500 +0.188476562500 0.235351562500 0.277343750000 0.314453125000 +0.341796875000 0.361328125000 0.371093750000 0.365234375000 +0.339843750000 0.304687500000 0.257812500000 0.198242187500 +0.130859375000 0.066406250000 0.003707885742 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.020507812500 0.051757812500 0.084472656250 +0.116210937500 0.143554687500 0.166015625000 0.173828125000 +0.174804687500 0.166015625000 0.154296875000 0.131835937500 +0.097167968750 0.058105468750 0.015197753906 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.006378173828 0.064941406250 0.119140625000 0.168945312500 +0.206054687500 0.226562500000 0.231445312500 0.216796875000 +0.189453125000 0.150390625000 0.100097656250 0.050048828125 +0.002105712891 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.030273437500 +0.060058593750 0.085937500000 0.101562500000 0.104003906250 +0.096191406250 0.078125000000 0.052490234375 0.018310546875 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.015502929688 0.059814453125 0.104980468750 0.149414062500 +0.190429687500 0.230468750000 0.263671875000 0.291015625000 +0.312500000000 0.324218750000 0.332031250000 0.335937500000 +0.333984375000 0.326171875000 0.318359375000 0.306640625000 +0.291015625000 0.271484375000 0.251953125000 0.230468750000 +0.206054687500 0.183593750000 0.164062500000 0.140625000000 +0.121093750000 0.102539062500 0.085937500000 0.063476562500 +0.037109375000 0.014770507812 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.028930664062 0.062500000000 0.091796875000 0.115722656250 +0.132812500000 0.145507812500 0.152343750000 0.148437500000 +0.141601562500 0.125976562500 0.105468750000 0.079101562500 +0.047119140625 0.017456054688 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.055419921875 +0.136718750000 0.204101562500 0.255859375000 0.294921875000 +0.310546875000 0.308593750000 0.291015625000 0.255859375000 +0.212890625000 0.172851562500 0.134765625000 0.103515625000 +0.083984375000 0.073730468750 0.075195312500 0.093750000000 +0.121582031250 0.151367187500 0.188476562500 0.225585937500 +0.263671875000 0.296875000000 0.324218750000 0.347656250000 +0.365234375000 0.373046875000 0.371093750000 0.359375000000 +0.337890625000 0.304687500000 0.267578125000 0.214843750000 +0.154296875000 0.093750000000 0.031982421875 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.035400390625 0.061523437500 0.083007812500 +0.097167968750 0.104003906250 0.104492187500 0.101562500000 +0.100585937500 0.106445312500 0.116699218750 0.134765625000 +0.163085937500 0.198242187500 0.237304687500 0.273437500000 +0.306640625000 0.328125000000 0.337890625000 0.339843750000 +0.322265625000 0.285156250000 0.241210937500 0.189453125000 +0.129882812500 0.072753906250 0.021484375000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.005279541016 +0.050537109375 0.102539062500 0.159179687500 0.206054687500 +0.233398437500 0.247070312500 0.236328125000 0.204101562500 +0.156250000000 0.093750000000 0.020141601562 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.033203125000 0.081054687500 0.120605468750 0.143554687500 +0.151367187500 0.146484375000 0.129882812500 0.105468750000 +0.077636718750 0.051757812500 0.030151367188 0.013244628906 +0.005249023438 0.007049560547 0.013977050781 0.025634765625 +0.045898437500 0.067382812500 0.092285156250 0.117187500000 +0.144531250000 0.172851562500 0.193359375000 0.204101562500 +0.209960937500 0.206054687500 0.186523437500 0.155273437500 +0.113281250000 0.062500000000 0.006530761719 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.015075683594 +0.110839843750 0.194335937500 0.263671875000 0.312500000000 +0.335937500000 0.335937500000 0.316406250000 0.271484375000 +0.211914062500 0.144531250000 0.075683593750 0.011535644531 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.020385742188 0.070800781250 +0.119140625000 0.162109375000 0.197265625000 0.223632812500 +0.234375000000 0.231445312500 0.212890625000 0.178710937500 +0.131835937500 0.074707031250 0.016479492188 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.021972656250 0.056640625000 +0.082519531250 0.099609375000 0.110351562500 0.112792968750 +0.114257812500 0.111328125000 0.107421875000 0.099121093750 +0.086914062500 0.077148437500 0.062988281250 0.046142578125 +0.026489257812 0.004852294922 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.063964843750 0.060302734375 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.053710937500 0.152343750000 +0.202148437500 0.205078125000 0.152343750000 0.051025390625 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.011352539062 0.033935546875 0.054687500000 +0.077636718750 0.099609375000 0.123046875000 0.140625000000 +0.139648437500 0.130859375000 0.096191406250 0.042968750000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.008483886719 0.041015625000 0.058349609375 0.080078125000 +0.092285156250 0.104003906250 0.120117187500 0.132812500000 +0.135742187500 0.125976562500 0.095214843750 0.037841796875 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.021972656250 +0.062255859375 0.071777343750 0.056396484375 0.010498046875 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.046875000000 +0.112304687500 0.157226562500 0.169921875000 0.144531250000 +0.091796875000 0.008666992188 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.048339843750 0.079101562500 0.095214843750 0.093750000000 +0.089355468750 0.073730468750 0.048095703125 0.021606445312 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.019409179688 +0.042968750000 0.055908203125 0.048828125000 0.012939453125 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.088867187500 +0.186523437500 0.227539062500 0.229492187500 0.190429687500 +0.107421875000 0.007873535156 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.012390136719 0.053222656250 0.076660156250 +0.068847656250 0.038085937500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.009948730469 0.071777343750 0.116210937500 0.156250000000 +0.173828125000 0.174804687500 0.155273437500 0.111328125000 +0.066406250000 0.005157470703 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.114257812500 0.190429687500 0.213867187500 +0.182617187500 0.101074218750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.015747070312 0.101074218750 0.165039062500 0.202148437500 +0.217773437500 0.208007812500 0.180664062500 0.135742187500 +0.082031250000 0.026855468750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.062255859375 0.104980468750 0.112304687500 0.073730468750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.106933593750 0.195312500000 +0.233398437500 0.206054687500 0.138671875000 0.018432617188 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.003143310547 0.049560546875 0.098144531250 +0.133789062500 0.163085937500 0.177734375000 0.167968750000 +0.142578125000 0.102050781250 0.036132812500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.035400390625 0.070312500000 0.092773437500 0.095214843750 +0.072265625000 0.038574218750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.027709960938 0.062255859375 0.089355468750 +0.108886718750 0.116210937500 0.119140625000 0.106445312500 +0.086425781250 0.048583984375 0.009643554688 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.091796875000 0.176757812500 0.219726562500 0.227539062500 +0.189453125000 0.112304687500 0.008056640625 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.046142578125 +0.125976562500 0.174804687500 0.203125000000 0.198242187500 +0.170898437500 0.118164062500 0.047607421875 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.061523437500 +0.114257812500 0.137695312500 0.147460937500 0.139648437500 +0.114746093750 0.072753906250 0.021972656250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.060058593750 0.103515625000 0.104980468750 0.066406250000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.082031250000 0.190429687500 +0.249023437500 0.271484375000 0.244140625000 0.173828125000 +0.083007812500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.034667968750 0.077148437500 0.090820312500 0.070800781250 +0.009643554688 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.049560546875 0.151367187500 0.201171875000 +0.203125000000 0.152343750000 0.055419921875 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.021240234375 0.094726562500 +0.139648437500 0.157226562500 0.144531250000 0.090332031250 +0.014221191406 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.043212890625 +0.130859375000 0.202148437500 0.248046875000 0.267578125000 +0.255859375000 0.214843750000 0.152343750000 0.068847656250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.032958984375 +0.125976562500 0.211914062500 0.296875000000 0.375000000000 +0.443359375000 0.500000000000 0.539062500000 0.550781250000 +0.539062500000 0.503906250000 0.445312500000 0.363281250000 +0.265625000000 0.157226562500 0.044921875000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.092285156250 0.197265625000 0.291015625000 0.369140625000 +0.419921875000 0.443359375000 0.433593750000 0.404296875000 +0.355468750000 0.296875000000 0.238281250000 0.182617187500 +0.129882812500 0.081542968750 0.037597656250 0.000881195068 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.109863281250 0.224609375000 0.328125000000 0.400390625000 +0.445312500000 0.458984375000 0.443359375000 0.410156250000 +0.359375000000 0.294921875000 0.231445312500 0.168945312500 +0.117675781250 0.076171875000 0.034912109375 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.071777343750 0.178710937500 0.275390625000 0.355468750000 +0.421875000000 0.474609375000 0.503906250000 0.519531250000 +0.519531250000 0.500000000000 0.478515625000 0.445312500000 +0.408203125000 0.365234375000 0.316406250000 0.267578125000 +0.218750000000 0.175781250000 0.141601562500 0.114746093750 +0.104003906250 0.103027343750 0.108398437500 0.123535156250 +0.138671875000 0.148437500000 0.152343750000 0.138671875000 +0.107910156250 0.062255859375 0.003738403320 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.034179687500 +0.116699218750 0.187500000000 0.236328125000 0.257812500000 +0.249023437500 0.205078125000 0.132812500000 0.041748046875 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.042236328125 0.164062500000 0.285156250000 0.388671875000 +0.468750000000 0.519531250000 0.527343750000 0.498046875000 +0.431640625000 0.332031250000 0.208007812500 0.067382812500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.108398437500 0.234375000000 0.339843750000 0.421875000000 +0.468750000000 0.486328125000 0.472656250000 0.435546875000 +0.378906250000 0.306640625000 0.225585937500 0.148437500000 +0.070800781250 0.008850097656 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.023925781250 0.046142578125 0.053710937500 +0.042480468750 0.004425048828 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.035156250000 0.074707031250 0.087890625000 0.068847656250 +0.013671875000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.012145996094 0.144531250000 0.255859375000 0.339843750000 +0.388671875000 0.404296875000 0.386718750000 0.349609375000 +0.294921875000 0.237304687500 0.178710937500 0.129882812500 +0.094726562500 0.083496093750 0.083496093750 0.092773437500 +0.111328125000 0.132812500000 0.148437500000 0.154296875000 +0.142578125000 0.111328125000 0.063964843750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.024414062500 0.096191406250 0.129882812500 +0.128906250000 0.099121093750 0.048339843750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.024047851562 0.145507812500 0.255859375000 +0.343750000000 0.414062500000 0.464843750000 0.503906250000 +0.531250000000 0.539062500000 0.539062500000 0.519531250000 +0.492187500000 0.453125000000 0.392578125000 0.320312500000 +0.234375000000 0.133789062500 0.024169921875 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.053710937500 0.099121093750 0.132812500000 +0.165039062500 0.189453125000 0.210937500000 0.227539062500 +0.239257812500 0.240234375000 0.222656250000 0.190429687500 +0.140625000000 0.062011718750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.026123046875 0.087402343750 +0.131835937500 0.153320312500 0.153320312500 0.127929687500 +0.082031250000 0.007812500000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.045410156250 0.171875000000 +0.271484375000 0.326171875000 0.341796875000 0.308593750000 +0.228515625000 0.111816406250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.158203125000 0.310546875000 +0.439453125000 0.531250000000 0.585937500000 0.593750000000 +0.562500000000 0.490234375000 0.392578125000 0.275390625000 +0.140625000000 0.003784179688 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.038574218750 0.139648437500 +0.220703125000 0.273437500000 0.291015625000 0.261718750000 +0.193359375000 0.090332031250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.021972656250 0.123046875000 0.192382812500 0.216796875000 +0.197265625000 0.138671875000 0.042236328125 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.031494140625 +0.065917968750 0.082519531250 0.086914062500 0.074707031250 +0.054199218750 0.029541015625 0.005249023438 0.000000000000 +0.000000000000 0.000000000000 0.019897460938 0.060058593750 +0.108886718750 0.168945312500 0.239257812500 0.310546875000 +0.378906250000 0.437500000000 0.480468750000 0.503906250000 +0.500000000000 0.472656250000 0.414062500000 0.333984375000 +0.221679687500 0.097167968750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.051757812500 0.189453125000 0.312500000000 +0.414062500000 0.494140625000 0.550781250000 0.574218750000 +0.562500000000 0.523437500000 0.447265625000 0.351562500000 +0.224609375000 0.084472656250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.011840820312 0.037597656250 0.057861328125 0.076171875000 +0.098144531250 0.119140625000 0.139648437500 0.166992187500 +0.192382812500 0.225585937500 0.263671875000 0.296875000000 +0.322265625000 0.339843750000 0.343750000000 0.335937500000 +0.310546875000 0.269531250000 0.217773437500 0.155273437500 +0.100097656250 0.041503906250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.049316406250 0.108398437500 0.166015625000 0.216796875000 +0.250000000000 0.257812500000 0.240234375000 0.191406250000 +0.110351562500 0.007873535156 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.009277343750 0.148437500000 0.263671875000 +0.349609375000 0.406250000000 0.425781250000 0.416015625000 +0.386718750000 0.337890625000 0.287109375000 0.232421875000 +0.186523437500 0.143554687500 0.109863281250 0.071289062500 +0.029052734375 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.038818359375 +0.088378906250 0.112304687500 0.089843750000 0.025634765625 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.080566406250 0.245117187500 0.380859375000 +0.474609375000 0.531250000000 0.535156250000 0.494140625000 +0.408203125000 0.289062500000 0.145507812500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.104492187500 +0.196289062500 0.250000000000 0.269531250000 0.251953125000 +0.202148437500 0.125976562500 0.037109375000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.010314941406 0.072265625000 0.123535156250 +0.169921875000 0.214843750000 0.250000000000 0.273437500000 +0.283203125000 0.271484375000 0.245117187500 0.202148437500 +0.136718750000 0.044433593750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.098632812500 +0.233398437500 0.351562500000 0.441406250000 0.503906250000 +0.535156250000 0.539062500000 0.507812500000 0.443359375000 +0.351562500000 0.235351562500 0.106445312500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.026977539062 +0.141601562500 0.243164062500 0.328125000000 0.386718750000 +0.423828125000 0.437500000000 0.435546875000 0.423828125000 +0.408203125000 0.396484375000 0.390625000000 0.394531250000 +0.402343750000 0.417968750000 0.433593750000 0.445312500000 +0.437500000000 0.416015625000 0.369140625000 0.298828125000 +0.208984375000 0.093261718750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.018798828125 0.034667968750 +0.043945312500 0.022705078125 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.010070800781 0.009338378906 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.045410156250 0.132812500000 0.200195312500 0.230468750000 +0.239257812500 0.217773437500 0.178710937500 0.126953125000 +0.057373046875 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.030029296875 +0.052001953125 0.045410156250 0.011230468750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.002182006836 0.064453125000 +0.098632812500 0.104980468750 0.076660156250 0.013488769531 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.018554687500 0.076660156250 +0.103515625000 0.098144531250 0.065917968750 0.008850097656 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.021484375000 0.051757812500 +0.045654296875 0.020385742188 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.016479492188 0.043945312500 0.045898437500 0.014343261719 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.015441894531 0.077148437500 +0.112304687500 0.116210937500 0.085937500000 0.031982421875 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.033203125000 0.087402343750 +0.098144531250 0.078613281250 0.020263671875 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.026733398438 0.076660156250 0.102539062500 +0.099121093750 0.082519531250 0.057373046875 0.027832031250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.016723632812 0.031738281250 +0.053222656250 0.067382812500 0.077148437500 0.078125000000 +0.076660156250 0.064941406250 0.050537109375 0.035156250000 +0.017089843750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.001876831055 0.049560546875 +0.089843750000 0.107421875000 0.116210937500 0.108886718750 +0.084472656250 0.044921875000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000102519989 0.019409179688 +0.002700805664 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.067871093750 +0.149414062500 0.202148437500 0.227539062500 0.215820312500 +0.176757812500 0.110351562500 0.033447265625 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.035400390625 0.086425781250 0.123046875000 0.140625000000 +0.144531250000 0.136718750000 0.117187500000 0.099121093750 +0.079589843750 0.063964843750 0.047119140625 0.031982421875 +0.022705078125 0.013732910156 0.009216308594 0.008239746094 +0.004913330078 0.004058837891 0.003997802734 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.011352539062 0.076660156250 0.104980468750 +0.098632812500 0.053955078125 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.002960205078 0.024047851562 0.032958984375 +0.037597656250 0.030151367188 0.013671875000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.052978515625 0.099609375000 0.114746093750 +0.101074218750 0.051269531250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.020751953125 0.053710937500 0.060546875000 +0.038574218750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.009460449219 0.042236328125 0.061279296875 0.062255859375 +0.050781250000 0.031494140625 0.005493164062 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.012878417969 0.042236328125 +0.061279296875 0.079589843750 0.095214843750 0.106445312500 +0.122070312500 0.134765625000 0.144531250000 0.144531250000 +0.138671875000 0.121093750000 0.083496093750 0.033447265625 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.046142578125 0.088378906250 +0.090332031250 0.048095703125 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.004821777344 0.036376953125 0.026489257812 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.036376953125 0.099609375000 0.127929687500 +0.113769531250 0.065917968750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.028930664062 +0.034912109375 0.004943847656 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.027832031250 0.061279296875 +0.085449218750 0.097167968750 0.100097656250 0.091308593750 +0.072265625000 0.046875000000 0.015625000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.016967773438 0.046875000000 0.068359375000 0.078125000000 +0.075683593750 0.051269531250 0.022827148438 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.040283203125 0.066894531250 0.087402343750 0.094238281250 +0.082031250000 0.053222656250 0.003601074219 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.022338867188 0.092285156250 0.127929687500 +0.133789062500 0.104492187500 0.048828125000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.004211425781 0.020141601562 0.023315429688 0.011352539062 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.008056640625 0.048095703125 0.085937500000 +0.117187500000 0.140625000000 0.157226562500 0.165039062500 +0.160156250000 0.149414062500 0.134765625000 0.113769531250 +0.086914062500 0.061279296875 0.034179687500 0.002838134766 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.009521484375 0.030639648438 0.040039062500 0.034667968750 +0.013122558594 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.024780273438 0.052246093750 +0.080566406250 0.109375000000 0.131835937500 0.150390625000 +0.159179687500 0.156250000000 0.136718750000 0.104003906250 +0.057617187500 0.002517700195 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.021362304688 0.051025390625 +0.080078125000 0.106445312500 0.132812500000 0.148437500000 +0.152343750000 0.145507812500 0.126953125000 0.097167968750 +0.056152343750 0.005737304688 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.003707885742 0.028930664062 0.036865234375 +0.028686523438 0.002944946289 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.012451171875 0.078125000000 0.135742187500 0.177734375000 +0.197265625000 0.196289062500 0.177734375000 0.140625000000 +0.086914062500 0.022583007812 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.030273437500 +0.066406250000 0.100585937500 0.126953125000 0.142578125000 +0.141601562500 0.130859375000 0.101562500000 0.058593750000 +0.008911132812 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.027465820312 0.086914062500 +0.143554687500 0.194335937500 0.236328125000 0.267578125000 +0.289062500000 0.300781250000 0.304687500000 0.306640625000 +0.300781250000 0.298828125000 0.294921875000 0.285156250000 +0.279296875000 0.271484375000 0.259765625000 0.245117187500 +0.227539062500 0.205078125000 0.178710937500 0.152343750000 +0.122070312500 0.095214843750 0.070312500000 0.046142578125 +0.027465820312 0.015747070312 0.007263183594 0.005279541016 +0.009155273438 0.019775390625 0.035400390625 0.053710937500 +0.080566406250 0.109863281250 0.144531250000 0.182617187500 +0.221679687500 0.255859375000 0.289062500000 0.312500000000 +0.320312500000 0.314453125000 0.291015625000 0.244140625000 +0.183593750000 0.115722656250 0.041015625000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.020629882812 0.055664062500 +0.087402343750 0.118164062500 0.140625000000 0.152343750000 +0.159179687500 0.154296875000 0.138671875000 0.115234375000 +0.084472656250 0.052490234375 0.024658203125 0.000778198242 +0.000000000000 0.000000000000 0.000000000000 0.016357421875 +0.052490234375 0.097167968750 0.142578125000 0.181640625000 +0.212890625000 0.228515625000 0.224609375000 0.206054687500 +0.172851562500 0.125976562500 0.069824218750 0.015319824219 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.005554199219 0.040283203125 0.068359375000 0.093261718750 +0.113281250000 0.127929687500 0.137695312500 0.140625000000 +0.143554687500 0.141601562500 0.137695312500 0.132812500000 +0.129882812500 0.122070312500 0.111328125000 0.095214843750 +0.075195312500 0.052246093750 0.028930664062 0.006774902344 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.020263671875 0.058349609375 0.102050781250 0.150390625000 +0.199218750000 0.243164062500 0.279296875000 0.306640625000 +0.320312500000 0.318359375000 0.300781250000 0.273437500000 +0.240234375000 0.201171875000 0.160156250000 0.120605468750 +0.081054687500 0.050781250000 0.023803710938 0.006011962891 +0.000000000000 0.003860473633 0.014892578125 0.032470703125 +0.056640625000 0.083984375000 0.113281250000 0.141601562500 +0.165039062500 0.182617187500 0.187500000000 0.177734375000 +0.155273437500 0.124023437500 0.081054687500 0.029541015625 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.022827148438 +0.073242187500 0.111816406250 0.137695312500 0.143554687500 +0.137695312500 0.115234375000 0.083496093750 0.042236328125 +0.002807617188 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.037597656250 0.100585937500 0.163085937500 0.216796875000 +0.263671875000 0.298828125000 0.318359375000 0.322265625000 +0.314453125000 0.291015625000 0.255859375000 0.210937500000 +0.164062500000 0.109375000000 0.058105468750 0.009155273438 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.014282226562 0.061523437500 +0.107910156250 0.145507812500 0.169921875000 0.180664062500 +0.177734375000 0.153320312500 0.113281250000 0.056396484375 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.014770507812 +0.088867187500 0.147460937500 0.186523437500 0.207031250000 +0.203125000000 0.174804687500 0.127929687500 0.064453125000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.033203125000 +0.056152343750 0.058593750000 0.041992187500 0.009826660156 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.048583984375 0.092285156250 0.120605468750 0.134765625000 +0.130859375000 0.110351562500 0.083984375000 0.050781250000 +0.021240234375 0.000000000000 0.000000000000 0.000000000000 +0.002761840820 0.031738281250 0.071777343750 0.114746093750 +0.158203125000 0.197265625000 0.230468750000 0.255859375000 +0.271484375000 0.277343750000 0.277343750000 0.271484375000 +0.265625000000 0.259765625000 0.257812500000 0.263671875000 +0.275390625000 0.285156250000 0.294921875000 0.300781250000 +0.294921875000 0.279296875000 0.251953125000 0.210937500000 +0.157226562500 0.094238281250 0.025268554688 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.015625000000 0.080078125000 0.142578125000 0.198242187500 +0.240234375000 0.273437500000 0.292968750000 0.300781250000 +0.302734375000 0.300781250000 0.292968750000 0.289062500000 +0.285156250000 0.279296875000 0.271484375000 0.261718750000 +0.249023437500 0.230468750000 0.208007812500 0.177734375000 +0.142578125000 0.100585937500 0.058349609375 0.015502929688 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.002548217773 +0.066894531250 0.125976562500 0.174804687500 0.212890625000 +0.244140625000 0.267578125000 0.275390625000 0.279296875000 +0.279296875000 0.277343750000 0.273437500000 0.273437500000 +0.273437500000 0.277343750000 0.279296875000 0.281250000000 +0.279296875000 0.267578125000 0.250000000000 0.221679687500 +0.184570312500 0.138671875000 0.084472656250 0.023437500000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.025268554688 +0.094238281250 0.158203125000 0.210937500000 0.253906250000 +0.281250000000 0.294921875000 0.294921875000 0.285156250000 +0.267578125000 0.242187500000 0.208984375000 0.177734375000 +0.145507812500 0.112304687500 0.081054687500 0.052246093750 +0.023315429688 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.027709960938 +0.085449218750 0.137695312500 0.171875000000 0.184570312500 +0.177734375000 0.148437500000 0.100585937500 0.038818359375 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.030517578125 +0.065429687500 0.101074218750 0.132812500000 0.159179687500 +0.175781250000 0.178710937500 0.171875000000 0.152343750000 +0.124023437500 0.095214843750 0.065917968750 0.040039062500 +0.025878906250 0.020507812500 0.025634765625 0.041015625000 +0.064453125000 0.086425781250 0.104003906250 0.114257812500 +0.113769531250 0.096679687500 0.064453125000 0.022705078125 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.037109375000 0.110839843750 0.179687500000 +0.237304687500 0.275390625000 0.289062500000 0.277343750000 +0.242187500000 0.184570312500 0.107910156250 0.021972656250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.062011718750 0.127929687500 0.175781250000 0.202148437500 +0.204101562500 0.182617187500 0.140625000000 0.083984375000 +0.018676757812 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000968933105 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.010742187500 +0.075195312500 0.140625000000 0.201171875000 0.247070312500 +0.275390625000 0.289062500000 0.281250000000 0.257812500000 +0.221679687500 0.182617187500 0.141601562500 0.106933593750 +0.081054687500 0.069824218750 0.075195312500 0.095703125000 +0.125976562500 0.164062500000 0.200195312500 0.232421875000 +0.253906250000 0.263671875000 0.257812500000 0.241210937500 +0.210937500000 0.174804687500 0.137695312500 0.105468750000 +0.079101562500 0.066894531250 0.067871093750 0.085937500000 +0.114257812500 0.151367187500 0.195312500000 0.238281250000 +0.273437500000 0.294921875000 0.304687500000 0.298828125000 +0.273437500000 0.234375000000 0.181640625000 0.117675781250 +0.042968750000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.060058593750 0.119628906250 0.165039062500 0.189453125000 +0.194335937500 0.182617187500 0.152343750000 0.104492187500 +0.049316406250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.004669189453 +0.075195312500 0.166015625000 0.160156250000 0.138671875000 +0.022460937500 0.005523681641 0.001869201660 0.000000000000 +0.026245117188 0.050048828125 0.068847656250 0.074707031250 +0.066894531250 0.055175781250 0.036376953125 0.008544921875 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.006774902344 0.013488769531 0.008911132812 +0.004669189453 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.041992187500 0.082031250000 0.120605468750 +0.150390625000 0.173828125000 0.187500000000 0.195312500000 +0.191406250000 0.174804687500 0.165039062500 0.141601562500 +0.112304687500 0.083496093750 0.052246093750 0.014953613281 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.026000976562 0.056640625000 0.080078125000 0.096191406250 +0.097656250000 0.089355468750 0.067382812500 0.040527343750 +0.003082275391 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.008605957031 +0.052978515625 0.083007812500 0.106445312500 0.120117187500 +0.116210937500 0.110351562500 0.084960937500 0.048583984375 +0.008911132812 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.013305664062 +0.044921875000 0.079101562500 0.102050781250 0.107910156250 +0.108398437500 0.093261718750 0.072753906250 0.045654296875 +0.012145996094 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.004699707031 +0.028442382812 0.047119140625 0.068359375000 0.069824218750 +0.067871093750 0.057861328125 0.035888671875 0.016113281250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.026489257812 0.056640625000 0.081542968750 +0.092285156250 0.094726562500 0.080566406250 0.056884765625 +0.019165039062 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.003143310547 +0.053466796875 0.094726562500 0.124511718750 0.136718750000 +0.137695312500 0.122558593750 0.096191406250 0.059570312500 +0.011535644531 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.015991210938 +0.050292968750 0.068847656250 0.084472656250 0.075683593750 +0.052490234375 0.026611328125 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.007995605469 +0.038085937500 0.063964843750 0.082031250000 0.097167968750 +0.104980468750 0.111816406250 0.122558593750 0.123046875000 +0.132812500000 0.142578125000 0.149414062500 0.161132812500 +0.164062500000 0.176757812500 0.180664062500 0.180664062500 +0.182617187500 0.177734375000 0.173828125000 0.164062500000 +0.151367187500 0.137695312500 0.123535156250 0.107421875000 +0.093261718750 0.079589843750 0.066406250000 0.051513671875 +0.041748046875 0.043212890625 0.036865234375 0.038330078125 +0.045898437500 0.053955078125 0.069335937500 0.086425781250 +0.103027343750 0.114746093750 0.117675781250 0.116699218750 +0.101074218750 0.080078125000 0.050781250000 0.012451171875 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.008789062500 +0.026489257812 0.042480468750 0.060058593750 0.082519531250 +0.087402343750 0.095214843750 0.102050781250 0.090332031250 +0.081542968750 0.065917968750 0.037353515625 0.016601562500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.021484375000 0.038085937500 +0.048339843750 0.041503906250 0.033935546875 0.021606445312 +0.003463745117 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.002563476562 +0.010314941406 0.012451171875 0.007934570312 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.034667968750 0.064941406250 0.089355468750 0.110351562500 +0.115234375000 0.120605468750 0.116210937500 0.103027343750 +0.087402343750 0.065429687500 0.039062500000 0.008178710938 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.001869201660 0.042724609375 0.088867187500 +0.128906250000 0.160156250000 0.189453125000 0.201171875000 +0.213867187500 0.213867187500 0.208984375000 0.203125000000 +0.187500000000 0.173828125000 0.158203125000 0.139648437500 +0.125000000000 0.109375000000 0.098632812500 0.086914062500 +0.076660156250 0.073730468750 0.068359375000 0.068359375000 +0.068359375000 0.062988281250 0.069335937500 0.062500000000 +0.053466796875 0.048828125000 0.033447265625 0.016845703125 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.009704589844 0.042236328125 +0.061523437500 0.080078125000 0.073730468750 0.058837890625 +0.030883789062 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.025878906250 +0.050537109375 0.079101562500 0.092773437500 0.101562500000 +0.106445312500 0.098632812500 0.084472656250 0.059570312500 +0.029663085938 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.013549804688 0.059570312500 +0.096679687500 0.117675781250 0.129882812500 0.128906250000 +0.107910156250 0.080078125000 0.040527343750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.005004882812 0.036132812500 +0.059814453125 0.062988281250 0.064941406250 0.046875000000 +0.018920898438 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.001510620117 0.039794921875 +0.074707031250 0.094238281250 0.102050781250 0.102539062500 +0.087890625000 0.064453125000 0.031494140625 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.030029296875 +0.054931640625 0.070312500000 0.084472656250 0.085937500000 +0.084960937500 0.083984375000 0.075195312500 0.076171875000 +0.073730468750 0.074218750000 0.079589843750 0.082519531250 +0.090820312500 0.093750000000 0.093750000000 0.088867187500 +0.076171875000 0.055664062500 0.031494140625 0.000048875809 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.029541015625 0.052246093750 0.072265625000 0.083496093750 +0.091796875000 0.097167968750 0.097167968750 0.096679687500 +0.095214843750 0.089843750000 0.087402343750 0.078613281250 +0.074707031250 0.065429687500 0.047119140625 0.031738281250 +0.007019042969 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.016967773438 +0.040771484375 0.056884765625 0.066894531250 0.076171875000 +0.080566406250 0.078613281250 0.080566406250 0.072265625000 +0.071777343750 0.074707031250 0.074707031250 0.077148437500 +0.082031250000 0.079589843750 0.080566406250 0.082031250000 +0.068847656250 0.060791015625 0.048095703125 0.021850585938 +0.001998901367 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.027465820312 0.064453125000 +0.102050781250 0.133789062500 0.165039062500 0.187500000000 +0.202148437500 0.220703125000 0.222656250000 0.222656250000 +0.220703125000 0.208984375000 0.194335937500 0.173828125000 +0.147460937500 0.115234375000 0.083496093750 0.041992187500 +0.000308990479 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.019409179688 0.041259765625 +0.059570312500 0.064941406250 0.058105468750 0.034423828125 +0.006713867188 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.025756835938 +0.050292968750 0.062988281250 0.063964843750 0.051025390625 +0.031494140625 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.040527343750 0.074218750000 +0.095703125000 0.095214843750 0.083496093750 0.052246093750 +0.009033203125 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000610351562 0.049560546875 +0.091796875000 0.116699218750 0.128906250000 0.125976562500 +0.104980468750 0.080078125000 0.048583984375 0.015380859375 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.004241943359 +0.018310546875 0.029418945312 0.029907226562 0.022583007812 +0.007995605469 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.039062500000 0.082031250000 +0.117187500000 0.151367187500 0.171875000000 0.180664062500 +0.183593750000 0.168945312500 0.150390625000 0.124023437500 +0.095703125000 0.075195312500 0.058349609375 0.048583984375 +0.046875000000 0.060058593750 0.076660156250 0.094238281250 +0.122558593750 0.139648437500 0.156250000000 0.166992187500 +0.164062500000 0.157226562500 0.139648437500 0.121582031250 +0.096191406250 0.074218750000 0.056396484375 0.042480468750 +0.042724609375 0.049316406250 0.063964843750 0.086425781250 +0.109863281250 0.134765625000 0.160156250000 0.185546875000 +0.199218750000 0.202148437500 0.200195312500 0.179687500000 +0.154296875000 0.117187500000 0.072753906250 0.022094726562 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.047363281250 +0.087890625000 0.119140625000 0.134765625000 0.135742187500 +0.125976562500 0.103515625000 0.073242187500 0.038574218750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.005828857422 0.041992187500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.106445312500 0.218750000000 +0.287109375000 0.292968750000 0.248046875000 0.149414062500 +0.001892089844 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.055175781250 0.171875000000 0.285156250000 0.390625000000 +0.492187500000 0.578125000000 0.648437500000 0.695312500000 +0.714843750000 0.703125000000 0.656250000000 0.582031250000 +0.466796875000 0.330078125000 0.169921875000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.062255859375 0.186523437500 0.302734375000 0.410156250000 +0.503906250000 0.585937500000 0.652343750000 0.695312500000 +0.714843750000 0.703125000000 0.656250000000 0.574218750000 +0.460937500000 0.318359375000 0.152343750000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.054931640625 0.163085937500 0.259765625000 0.337890625000 +0.386718750000 0.404296875000 0.386718750000 0.326171875000 +0.237304687500 0.119628906250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.067382812500 +0.194335937500 0.296875000000 0.367187500000 0.392578125000 +0.369140625000 0.300781250000 0.197265625000 0.058349609375 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.094726562500 0.212890625000 0.314453125000 0.390625000000 +0.451171875000 0.498046875000 0.523437500000 0.542968750000 +0.550781250000 0.558593750000 0.562500000000 0.574218750000 +0.589843750000 0.613281250000 0.632812500000 0.644531250000 +0.648437500000 0.632812500000 0.589843750000 0.507812500000 +0.396484375000 0.253906250000 0.094238281250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.004364013672 0.158203125000 +0.292968750000 0.384765625000 0.431640625000 0.443359375000 +0.417968750000 0.365234375000 0.292968750000 0.218750000000 +0.147460937500 0.091796875000 0.050292968750 0.021240234375 +0.004516601562 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.034423828125 0.084960937500 0.116699218750 +0.125976562500 0.112792968750 0.066894531250 0.003860473633 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.045166015625 +0.156250000000 0.253906250000 0.330078125000 0.380859375000 +0.394531250000 0.373046875000 0.308593750000 0.220703125000 +0.098144531250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.104492187500 0.217773437500 0.312500000000 0.390625000000 +0.447265625000 0.484375000000 0.500000000000 0.492187500000 +0.470703125000 0.431640625000 0.382812500000 0.322265625000 +0.259765625000 0.200195312500 0.137695312500 0.079589843750 +0.023315429688 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.017456054688 0.152343750000 0.243164062500 0.275390625000 +0.251953125000 0.175781250000 0.055175781250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.060791015625 0.200195312500 0.312500000000 0.404296875000 +0.468750000000 0.511718750000 0.531250000000 0.527343750000 +0.503906250000 0.474609375000 0.429687500000 0.371093750000 +0.302734375000 0.221679687500 0.125976562500 0.024536132812 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.039306640625 0.169921875000 +0.269531250000 0.328125000000 0.339843750000 0.304687500000 +0.223632812500 0.094238281250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.032958984375 0.171875000000 0.267578125000 +0.314453125000 0.310546875000 0.263671875000 0.173828125000 +0.060546875000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.027832031250 0.054199218750 0.071777343750 +0.082519531250 0.088867187500 0.090332031250 0.098632812500 +0.113769531250 0.139648437500 0.176757812500 0.232421875000 +0.294921875000 0.365234375000 0.437500000000 0.515625000000 +0.578125000000 0.632812500000 0.667968750000 0.679687500000 +0.664062500000 0.621093750000 0.542968750000 0.435546875000 +0.300781250000 0.143554687500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.054931640625 +0.132812500000 0.208007812500 0.279296875000 0.345703125000 +0.400390625000 0.441406250000 0.460937500000 0.466796875000 +0.449218750000 0.419921875000 0.376953125000 0.322265625000 +0.259765625000 0.199218750000 0.145507812500 0.096191406250 +0.052734375000 0.023193359375 0.006134033203 0.002243041992 +0.003677368164 0.015380859375 0.031127929688 0.056884765625 +0.080078125000 0.098632812500 0.110839843750 0.115722656250 +0.108886718750 0.092285156250 0.064941406250 0.021728515625 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.037353515625 0.079101562500 0.105468750000 0.118164062500 +0.120605468750 0.110839843750 0.094238281250 0.075195312500 +0.055175781250 0.033691406250 0.019775390625 0.010131835938 +0.012634277344 0.021606445312 0.041503906250 0.074218750000 +0.115234375000 0.159179687500 0.207031250000 0.265625000000 +0.324218750000 0.384765625000 0.441406250000 0.496093750000 +0.546875000000 0.582031250000 0.605468750000 0.613281250000 +0.609375000000 0.578125000000 0.531250000000 0.464843750000 +0.380859375000 0.281250000000 0.167968750000 0.049560546875 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.014343261719 +0.048828125000 0.076660156250 0.091308593750 0.099609375000 +0.105468750000 0.103515625000 0.103515625000 0.097167968750 +0.094726562500 0.095214843750 0.095703125000 0.092773437500 +0.091796875000 0.079101562500 0.064941406250 0.040527343750 +0.006195068359 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.043212890625 0.178710937500 0.271484375000 0.314453125000 +0.314453125000 0.271484375000 0.188476562500 0.084472656250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.111816406250 0.253906250000 0.388671875000 +0.507812500000 0.601562500000 0.667968750000 0.691406250000 +0.687500000000 0.644531250000 0.574218750000 0.472656250000 +0.355468750000 0.224609375000 0.091308593750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.021728515625 0.151367187500 0.279296875000 0.394531250000 +0.496093750000 0.570312500000 0.621093750000 0.640625000000 +0.640625000000 0.609375000000 0.558593750000 0.492187500000 +0.417968750000 0.339843750000 0.267578125000 0.208007812500 +0.165039062500 0.142578125000 0.147460937500 0.177734375000 +0.224609375000 0.283203125000 0.345703125000 0.400390625000 +0.435546875000 0.441406250000 0.408203125000 0.335937500000 +0.227539062500 0.088867187500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.002243041992 0.172851562500 0.322265625000 +0.431640625000 0.503906250000 0.531250000000 0.515625000000 +0.455078125000 0.363281250000 0.244140625000 0.112304687500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.067382812500 +0.171875000000 0.249023437500 0.291015625000 0.291015625000 +0.243164062500 0.152343750000 0.024414062500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.103515625000 0.213867187500 0.271484375000 +0.289062500000 0.253906250000 0.183593750000 0.084472656250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.138671875000 +0.249023437500 0.324218750000 0.353515625000 0.333984375000 +0.271484375000 0.165039062500 0.031494140625 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.240234375000 0.214843750000 0.063964843750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.011779785156 0.059814453125 0.109863281250 +0.149414062500 0.180664062500 0.200195312500 0.207031250000 +0.193359375000 0.164062500000 0.117187500000 0.058837890625 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.005126953125 0.009948730469 0.006011962891 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.042968750000 0.094238281250 +0.141601562500 0.191406250000 0.229492187500 0.253906250000 +0.273437500000 0.283203125000 0.279296875000 0.267578125000 +0.246093750000 0.204101562500 0.155273437500 0.105468750000 +0.055175781250 0.002685546875 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.019775390625 0.058837890625 0.099121093750 0.134765625000 +0.158203125000 0.163085937500 0.144531250000 0.097167968750 +0.028930664062 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.020996093750 0.056152343750 0.095703125000 +0.129882812500 0.159179687500 0.179687500000 0.194335937500 +0.190429687500 0.166992187500 0.127929687500 0.075683593750 +0.008117675781 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.014099121094 0.034423828125 +0.053222656250 0.073730468750 0.097167968750 0.129882812500 +0.159179687500 0.191406250000 0.229492187500 0.259765625000 +0.291015625000 0.306640625000 0.306640625000 0.283203125000 +0.241210937500 0.176757812500 0.097167968750 0.005950927734 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.056396484375 0.149414062500 +0.217773437500 0.263671875000 0.277343750000 0.261718750000 +0.219726562500 0.158203125000 0.085937500000 0.017456054688 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.044433593750 0.092773437500 +0.133789062500 0.156250000000 0.162109375000 0.147460937500 +0.114746093750 0.070312500000 0.025634765625 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.043457031250 0.087402343750 0.125000000000 +0.147460937500 0.145507812500 0.120605468750 0.076171875000 +0.013977050781 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.055908203125 0.117187500000 +0.162109375000 0.194335937500 0.217773437500 0.224609375000 +0.210937500000 0.175781250000 0.129882812500 0.066894531250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.031494140625 0.061523437500 +0.067382812500 0.059082031250 0.041259765625 0.004821777344 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.106933593750 0.193359375000 0.241210937500 +0.251953125000 0.230468750000 0.168945312500 0.077148437500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.004486083984 0.116699218750 0.214843750000 +0.291015625000 0.333984375000 0.345703125000 0.324218750000 +0.277343750000 0.205078125000 0.109375000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.087402343750 0.198242187500 +0.279296875000 0.324218750000 0.335937500000 0.320312500000 +0.265625000000 0.188476562500 0.092285156250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.036621093750 0.080566406250 0.105957031250 +0.101562500000 0.075195312500 0.022460937500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.047851562500 0.182617187500 +0.296875000000 0.384765625000 0.443359375000 0.468750000000 +0.464843750000 0.433593750000 0.371093750000 0.292968750000 +0.196289062500 0.092285156250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.057617187500 0.158203125000 0.237304687500 0.277343750000 +0.273437500000 0.229492187500 0.147460937500 0.029785156250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.047607421875 0.112792968750 0.171875000000 +0.223632812500 0.250000000000 0.249023437500 0.214843750000 +0.153320312500 0.063964843750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.144531250000 +0.265625000000 0.367187500000 0.433593750000 0.468750000000 +0.462890625000 0.427734375000 0.367187500000 0.296875000000 +0.215820312500 0.135742187500 0.054443359375 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.048828125000 +0.108886718750 0.159179687500 0.187500000000 0.189453125000 +0.163085937500 0.101074218750 0.008300781250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.103515625000 0.200195312500 0.257812500000 +0.269531250000 0.234375000000 0.156250000000 0.043212890625 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.007385253906 0.087402343750 0.168945312500 0.241210937500 +0.306640625000 0.363281250000 0.398437500000 0.416015625000 +0.412109375000 0.392578125000 0.347656250000 0.277343750000 +0.190429687500 0.082519531250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.090332031250 0.210937500000 +0.314453125000 0.398437500000 0.453125000000 0.484375000000 +0.484375000000 0.455078125000 0.394531250000 0.304687500000 +0.191406250000 0.059326171875 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.009887695312 0.050292968750 0.065917968750 +0.055664062500 0.021972656250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.068359375000 0.158203125000 0.231445312500 0.273437500000 +0.285156250000 0.265625000000 0.215820312500 0.146484375000 +0.061523437500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.027343750000 0.134765625000 +0.223632812500 0.289062500000 0.318359375000 0.306640625000 +0.251953125000 0.157226562500 0.024291992188 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.053710937500 0.171875000000 +0.251953125000 0.285156250000 0.271484375000 0.213867187500 +0.123535156250 0.011718750000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.033935546875 0.137695312500 0.217773437500 +0.259765625000 0.263671875000 0.227539062500 0.162109375000 +0.076171875000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.052246093750 0.106933593750 +0.151367187500 0.181640625000 0.202148437500 0.213867187500 +0.214843750000 0.208007812500 0.188476562500 0.155273437500 +0.109863281250 0.051757812500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.053466796875 +0.157226562500 0.239257812500 0.289062500000 0.300781250000 +0.267578125000 0.190429687500 0.071289062500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.048828125000 0.130859375000 0.192382812500 +0.229492187500 0.250000000000 0.253906250000 0.235351562500 +0.195312500000 0.138671875000 0.075195312500 0.002059936523 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.033447265625 0.070800781250 +0.106933593750 0.140625000000 0.166992187500 0.186523437500 +0.199218750000 0.206054687500 0.204101562500 0.208007812500 +0.206054687500 0.212890625000 0.215820312500 0.224609375000 +0.240234375000 0.261718750000 0.287109375000 0.306640625000 +0.318359375000 0.312500000000 0.283203125000 0.232421875000 +0.158203125000 0.060546875000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.043212890625 0.081054687500 0.098144531250 0.116210937500 +0.111328125000 0.093750000000 0.072753906250 0.036865234375 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.009948730469 +0.023315429688 0.019897460938 0.029174804688 0.026977539062 +0.035156250000 0.036132812500 0.037109375000 0.034912109375 +0.030639648438 0.015075683594 0.000713348389 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.012145996094 +0.028686523438 0.028076171875 0.029296875000 0.032226562500 +0.026611328125 0.033447265625 0.042968750000 0.034912109375 +0.028442382812 0.020263671875 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.013427734375 0.053466796875 0.059814453125 0.071289062500 +0.069335937500 0.049072265625 0.039550781250 0.019165039062 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.003479003906 0.015869140625 0.042724609375 0.065917968750 +0.086425781250 0.097656250000 0.101562500000 0.098632812500 +0.082031250000 0.058105468750 0.026367187500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.033447265625 0.062011718750 +0.083007812500 0.083496093750 0.071777343750 0.039550781250 +0.002487182617 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.014709472656 0.029663085938 +0.051269531250 0.044921875000 0.042968750000 0.035644531250 +0.023559570312 0.010437011719 0.000934600830 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.004394531250 0.020874023438 +0.032958984375 0.033691406250 0.015991210938 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000381469727 0.028930664062 +0.058349609375 0.070312500000 0.093261718750 0.105468750000 +0.107421875000 0.108398437500 0.106933593750 0.083984375000 +0.063476562500 0.030517578125 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.004180908203 0.003158569336 0.008728027344 +0.010498046875 0.003265380859 0.015319824219 0.019897460938 +0.032958984375 0.056884765625 0.057373046875 0.061035156250 +0.063476562500 0.051269531250 0.037109375000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.046875000000 +0.087402343750 0.109375000000 0.108886718750 0.089355468750 +0.049804687500 0.015869140625 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.009277343750 0.046386718750 0.063476562500 0.067871093750 +0.057617187500 0.041503906250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.012756347656 0.040527343750 0.071289062500 0.084960937500 +0.068847656250 0.052490234375 0.010681152344 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000774383545 0.035400390625 0.046630859375 +0.054199218750 0.063476562500 0.063964843750 0.059570312500 +0.054931640625 0.049804687500 0.043457031250 0.031982421875 +0.036621093750 0.031738281250 0.029907226562 0.025634765625 +0.031494140625 0.031250000000 0.027221679688 0.013549804688 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.020019531250 0.030273437500 0.041259765625 0.028564453125 +0.010742187500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.005035400391 0.045654296875 +0.064453125000 0.080566406250 0.076171875000 0.054199218750 +0.035644531250 0.010375976562 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.001258850098 0.006805419922 +0.026367187500 0.043457031250 0.050781250000 0.067871093750 +0.072265625000 0.081054687500 0.083984375000 0.083007812500 +0.070800781250 0.066894531250 0.044433593750 0.012023925781 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.030151367188 0.051269531250 0.070312500000 0.085449218750 +0.081054687500 0.077148437500 0.067871093750 0.058349609375 +0.020141601562 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.012084960938 0.046142578125 0.065429687500 +0.079589843750 0.064941406250 0.046386718750 0.009277343750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.054443359375 +0.074218750000 0.104980468750 0.095214843750 0.073730468750 +0.041259765625 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.003479003906 0.037353515625 0.069824218750 0.086914062500 +0.089355468750 0.075195312500 0.046142578125 0.002441406250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.006256103516 0.037353515625 0.055175781250 0.072753906250 +0.077636718750 0.084472656250 0.077148437500 0.066894531250 +0.052734375000 0.036621093750 0.018920898438 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.075195312500 0.092773437500 0.051269531250 0.000000000000 +0.000000000000 0.000000000000 0.017700195312 0.050292968750 +0.090820312500 0.128906250000 0.164062500000 0.195312500000 +0.210937500000 0.211914062500 0.204101562500 0.183593750000 +0.155273437500 0.124511718750 0.089843750000 0.058837890625 +0.038818359375 0.026245117188 0.025756835938 0.034667968750 +0.046386718750 0.058593750000 0.064941406250 0.065917968750 +0.058593750000 0.039794921875 0.018432617188 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.017211914062 +0.047851562500 0.075195312500 0.098632812500 0.122070312500 +0.145507812500 0.163085937500 0.178710937500 0.199218750000 +0.216796875000 0.229492187500 0.243164062500 0.251953125000 +0.251953125000 0.253906250000 0.244140625000 0.224609375000 +0.202148437500 0.171875000000 0.135742187500 0.099609375000 +0.064941406250 0.031738281250 0.004272460938 0.000000000000 +0.000000000000 0.000000000000 0.007446289062 0.035888671875 +0.074218750000 0.117187500000 0.159179687500 0.197265625000 +0.229492187500 0.251953125000 0.259765625000 0.255859375000 +0.233398437500 0.199218750000 0.159179687500 0.114746093750 +0.070312500000 0.029907226562 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.054687500000 0.114746093750 0.169921875000 0.215820312500 +0.250000000000 0.271484375000 0.277343750000 0.269531250000 +0.245117187500 0.204101562500 0.161132812500 0.115234375000 +0.067871093750 0.026489257812 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.043701171875 0.096191406250 0.145507812500 0.188476562500 +0.222656250000 0.244140625000 0.257812500000 0.265625000000 +0.265625000000 0.261718750000 0.251953125000 0.237304687500 +0.219726562500 0.199218750000 0.177734375000 0.156250000000 +0.132812500000 0.106445312500 0.079101562500 0.049804687500 +0.024902343750 0.005432128906 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000865936279 0.016113281250 +0.028442382812 0.039062500000 0.047851562500 0.049316406250 +0.044433593750 0.036376953125 0.026855468750 0.018310546875 +0.018676757812 0.027221679688 0.041015625000 0.067382812500 +0.100097656250 0.129882812500 0.163085937500 0.190429687500 +0.208007812500 0.212890625000 0.203125000000 0.180664062500 +0.149414062500 0.108886718750 0.065917968750 0.029174804688 +0.002258300781 0.000000000000 0.000000000000 0.009765625000 +0.042480468750 0.085937500000 0.133789062500 0.180664062500 +0.225585937500 0.261718750000 0.277343750000 0.279296875000 +0.265625000000 0.234375000000 0.186523437500 0.127929687500 +0.063476562500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.042724609375 0.108398437500 0.169921875000 0.221679687500 +0.259765625000 0.283203125000 0.289062500000 0.279296875000 +0.253906250000 0.213867187500 0.167968750000 0.118164062500 +0.067382812500 0.020263671875 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.006530761719 +0.053710937500 0.087402343750 0.113281250000 0.125000000000 +0.116699218750 0.090820312500 0.051513671875 0.004394531250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.017333984375 0.039306640625 0.059570312500 0.076660156250 +0.082031250000 0.079589843750 0.074707031250 0.061035156250 +0.041992187500 0.017944335938 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.004058837891 0.067382812500 0.122070312500 +0.164062500000 0.193359375000 0.207031250000 0.203125000000 +0.182617187500 0.150390625000 0.111328125000 0.068847656250 +0.030395507812 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.017089843750 +0.040039062500 0.061523437500 0.078613281250 0.090332031250 +0.090820312500 0.085937500000 0.075195312500 0.053710937500 +0.030029296875 0.005126953125 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.013671875000 0.065429687500 +0.108398437500 0.134765625000 0.138671875000 0.133789062500 +0.121093750000 0.096679687500 0.077636718750 0.061767578125 +0.048339843750 0.044921875000 0.045410156250 0.049072265625 +0.056152343750 0.059082031250 0.057128906250 0.050292968750 +0.036621093750 0.013183593750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.009826660156 0.044433593750 +0.071777343750 0.088867187500 0.097167968750 0.095703125000 +0.079589843750 0.057617187500 0.030029296875 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000579833984 0.051513671875 +0.099121093750 0.142578125000 0.180664062500 0.213867187500 +0.234375000000 0.248046875000 0.255859375000 0.253906250000 +0.250000000000 0.239257812500 0.218750000000 0.192382812500 +0.158203125000 0.121582031250 0.079101562500 0.030517578125 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.007720947266 +0.037841796875 0.060058593750 0.076660156250 0.082519531250 +0.080078125000 0.075683593750 0.065429687500 0.058593750000 +0.057617187500 0.056640625000 0.060791015625 0.068359375000 +0.074707031250 0.073242187500 0.066406250000 0.054687500000 +0.029541015625 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.012756347656 0.015441894531 0.011169433594 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.002716064453 0.070800781250 +0.138671875000 0.198242187500 0.242187500000 0.267578125000 +0.269531250000 0.248046875000 0.206054687500 0.144531250000 +0.071289062500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.036865234375 +0.107910156250 0.169921875000 0.223632812500 0.263671875000 +0.283203125000 0.285156250000 0.269531250000 0.243164062500 +0.203125000000 0.156250000000 0.111328125000 0.063964843750 +0.018554687500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.003524780273 0.045166015625 0.090820312500 +0.138671875000 0.184570312500 0.218750000000 0.236328125000 +0.239257812500 0.224609375000 0.187500000000 0.135742187500 +0.073242187500 0.005554199219 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.009643554688 0.068359375000 0.114257812500 +0.146484375000 0.161132812500 0.155273437500 0.131835937500 +0.090820312500 0.041259765625 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000091075897 0.036865234375 +0.075683593750 0.118164062500 0.159179687500 0.193359375000 +0.222656250000 0.242187500000 0.248046875000 0.245117187500 +0.225585937500 0.195312500000 0.153320312500 0.100585937500 +0.043457031250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.007720947266 0.064941406250 +0.119628906250 0.167968750000 0.212890625000 0.246093750000 +0.269531250000 0.281250000000 0.277343750000 0.265625000000 +0.235351562500 0.195312500000 0.146484375000 0.086914062500 +0.025146484375 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.016235351562 0.040039062500 0.059570312500 0.075195312500 +0.086914062500 0.095703125000 0.101074218750 0.102539062500 +0.098632812500 0.089843750000 0.078125000000 0.062988281250 +0.049804687500 0.034912109375 0.020385742188 0.019775390625 +0.022338867188 0.027343750000 0.045166015625 0.063964843750 +0.081054687500 0.104003906250 0.125976562500 0.138671875000 +0.146484375000 0.144531250000 0.128906250000 0.104980468750 +0.076171875000 0.037109375000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.007019042969 0.042480468750 0.076171875000 0.100585937500 +0.109863281250 0.106445312500 0.086425781250 0.050537109375 +0.008544921875 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.054687500000 +0.112304687500 0.160156250000 0.196289062500 0.211914062500 +0.208984375000 0.191406250000 0.162109375000 0.125000000000 +0.086425781250 0.047119140625 0.013793945312 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.031005859375 +0.074218750000 0.112792968750 0.130859375000 0.125000000000 +0.106445312500 0.064941406250 0.005187988281 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.010375976562 0.089843750000 +0.162109375000 0.217773437500 0.251953125000 0.261718750000 +0.249023437500 0.217773437500 0.171875000000 0.109375000000 +0.040527343750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.040039062500 +0.107910156250 0.165039062500 0.207031250000 0.233398437500 +0.238281250000 0.225585937500 0.202148437500 0.167968750000 +0.125976562500 0.089843750000 0.052734375000 0.021850585938 +0.005798339844 0.000000000000 0.000000000000 0.006256103516 +0.018554687500 0.032470703125 0.044677734375 0.053466796875 +0.060791015625 0.064941406250 0.065917968750 0.069824218750 +0.074707031250 0.079589843750 0.086914062500 0.092773437500 +0.093261718750 0.086425781250 0.069824218750 0.047363281250 +0.014709472656 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.055419921875 +0.121582031250 0.178710937500 0.227539062500 0.269531250000 +0.292968750000 0.300781250000 0.294921875000 0.273437500000 +0.239257812500 0.194335937500 0.139648437500 0.079101562500 +0.014648437500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.015075683594 +0.076660156250 0.135742187500 0.187500000000 0.222656250000 +0.249023437500 0.261718750000 0.259765625000 0.253906250000 +0.239257812500 0.220703125000 0.203125000000 0.186523437500 +0.178710937500 0.177734375000 0.183593750000 0.195312500000 +0.206054687500 0.217773437500 0.224609375000 0.221679687500 +0.208984375000 0.183593750000 0.146484375000 0.102050781250 +0.047607421875 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.092773437500 0.072265625000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.001205444336 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.001434326172 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.010559082031 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.003601074219 0.000000000000 0.000000000000 0.000000000000 +0.010437011719 0.000000000000 0.000000000000 0.002548217773 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.001594543457 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.001251220703 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000503540039 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000018715858 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.002273559570 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000402450562 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.004455566406 +0.002639770508 0.000000000000 0.000606536865 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000545501709 +0.000000000000 0.000000000000 0.000000000000 0.001335144043 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.003875732422 0.000000000000 +0.002838134766 0.000000000000 0.000000000000 0.004638671875 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.001464843750 0.006072998047 0.000000000000 0.000237464905 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.001968383789 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.001380920410 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000190734863 0.000000000000 0.000000000000 +0.000000000000 0.000303268433 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.003646850586 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000205039978 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.006561279297 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.008117675781 +0.000000000000 0.052734375000 0.181640625000 0.255859375000 +0.210937500000 0.143554687500 0.054199218750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.086425781250 0.166015625000 0.214843750000 +0.225585937500 0.187500000000 0.110839843750 0.006530761719 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.109375000000 0.210937500000 +0.285156250000 0.324218750000 0.339843750000 0.314453125000 +0.263671875000 0.192382812500 0.108398437500 0.025390625000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.051025390625 0.122558593750 0.178710937500 +0.227539062500 0.261718750000 0.271484375000 0.259765625000 +0.223632812500 0.167968750000 0.089355468750 0.001724243164 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.059814453125 0.126953125000 +0.185546875000 0.235351562500 0.271484375000 0.281250000000 +0.267578125000 0.226562500000 0.159179687500 0.064941406250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.056152343750 0.122558593750 +0.191406250000 0.249023437500 0.287109375000 0.294921875000 +0.275390625000 0.220703125000 0.144531250000 0.054687500000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.026489257812 0.091308593750 0.151367187500 0.207031250000 +0.255859375000 0.281250000000 0.287109375000 0.267578125000 +0.211914062500 0.137695312500 0.046142578125 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.059082031250 0.141601562500 0.201171875000 +0.225585937500 0.213867187500 0.168945312500 0.100097656250 +0.010314941406 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.076171875000 0.156250000000 +0.222656250000 0.269531250000 0.298828125000 0.300781250000 +0.275390625000 0.224609375000 0.151367187500 0.064941406250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.009582519531 0.088867187500 0.163085937500 +0.224609375000 0.275390625000 0.302734375000 0.302734375000 +0.261718750000 0.196289062500 0.103027343750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.050048828125 0.137695312500 +0.202148437500 0.230468750000 0.227539062500 0.199218750000 +0.143554687500 0.077636718750 0.014099121094 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.011474609375 0.020751953125 0.018554687500 +0.012634277344 0.004943847656 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.021240234375 +0.065429687500 0.110351562500 0.149414062500 0.188476562500 +0.218750000000 0.241210937500 0.250000000000 0.247070312500 +0.234375000000 0.198242187500 0.155273437500 0.101074218750 +0.031982421875 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.024658203125 +0.103515625000 0.164062500000 0.192382812500 0.184570312500 +0.141601562500 0.071777343750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.051025390625 +0.136718750000 0.197265625000 0.227539062500 0.210937500000 +0.157226562500 0.071289062500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.030517578125 0.149414062500 0.244140625000 0.308593750000 +0.337890625000 0.333984375000 0.298828125000 0.231445312500 +0.138671875000 0.028930664062 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.054443359375 0.123535156250 0.180664062500 0.208007812500 +0.223632812500 0.221679687500 0.200195312500 0.166015625000 +0.124023437500 0.081054687500 0.028930664062 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.020263671875 0.104492187500 0.181640625000 +0.247070312500 0.287109375000 0.298828125000 0.275390625000 +0.220703125000 0.133789062500 0.031738281250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.033691406250 +0.100097656250 0.146484375000 0.177734375000 0.193359375000 +0.187500000000 0.184570312500 0.168945312500 0.148437500000 +0.126953125000 0.101562500000 0.072265625000 0.036621093750 +0.004302978516 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.043457031250 0.130859375000 0.212890625000 0.275390625000 +0.312500000000 0.326171875000 0.308593750000 0.267578125000 +0.199218750000 0.110839843750 0.009277343750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.052490234375 0.103515625000 0.129882812500 +0.120605468750 0.086425781250 0.030395507812 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.068847656250 0.140625000000 0.198242187500 0.246093750000 +0.273437500000 0.279296875000 0.253906250000 0.200195312500 +0.127929687500 0.038085937500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.016357421875 0.077148437500 0.112792968750 0.108398437500 +0.075195312500 0.015258789062 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.007293701172 0.097167968750 0.166992187500 0.208984375000 +0.219726562500 0.202148437500 0.167968750000 0.117675781250 +0.058105468750 0.005676269531 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.032470703125 0.080078125000 0.117675781250 0.135742187500 +0.131835937500 0.110351562500 0.078125000000 0.039062500000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.002212524414 0.022338867188 0.036132812500 +0.042480468750 0.037841796875 0.030639648438 0.025634765625 +0.012634277344 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.015625000000 0.046142578125 0.073242187500 +0.095703125000 0.109863281250 0.118652343750 0.114257812500 +0.103515625000 0.078125000000 0.045166015625 0.010314941406 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.011413574219 0.044677734375 0.074707031250 0.096191406250 +0.111816406250 0.120605468750 0.120605468750 0.113281250000 +0.097656250000 0.084472656250 0.069824218750 0.056640625000 +0.045654296875 0.035888671875 0.028320312500 0.021972656250 +0.026733398438 0.031494140625 0.036865234375 0.031005859375 +0.022460937500 0.006072998047 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.039550781250 +0.062988281250 0.062500000000 0.037109375000 0.000461578369 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.006835937500 0.028930664062 0.055175781250 +0.080566406250 0.109375000000 0.133789062500 0.151367187500 +0.156250000000 0.147460937500 0.132812500000 0.102539062500 +0.058837890625 0.006591796875 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.008911132812 0.072753906250 0.131835937500 0.184570312500 +0.217773437500 0.226562500000 0.206054687500 0.163085937500 +0.093750000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.053710937500 +0.160156250000 0.240234375000 0.283203125000 0.283203125000 +0.238281250000 0.156250000000 0.036132812500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.053222656250 0.139648437500 0.191406250000 +0.208007812500 0.192382812500 0.140625000000 0.066894531250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.062011718750 0.153320312500 0.228515625000 +0.287109375000 0.320312500000 0.320312500000 0.285156250000 +0.214843750000 0.121582031250 0.013366699219 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.080078125000 0.156250000000 0.198242187500 0.209960937500 +0.175781250000 0.102539062500 0.006378173828 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.053466796875 +0.111816406250 0.155273437500 0.179687500000 0.180664062500 +0.169921875000 0.156250000000 0.139648437500 0.120117187500 +0.104003906250 0.087402343750 0.075195312500 0.067382812500 +0.057617187500 0.042480468750 0.026123046875 0.003997802734 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.011901855469 0.014343261719 +0.010192871094 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.003936767578 0.012451171875 0.010864257812 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.048339843750 0.132812500000 0.214843750000 +0.279296875000 0.314453125000 0.324218750000 0.296875000000 +0.242187500000 0.163085937500 0.070800781250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.014160156250 0.035400390625 +0.055664062500 0.075195312500 0.091308593750 0.099121093750 +0.101074218750 0.017578125000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.026367187500 +0.024169921875 0.005920410156 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.033691406250 0.074707031250 0.100097656250 0.111816406250 +0.101074218750 0.075683593750 0.037353515625 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.003692626953 +0.049560546875 0.079589843750 0.103515625000 0.103515625000 +0.096679687500 0.074707031250 0.033203125000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.005889892578 0.042724609375 +0.060302734375 0.048339843750 0.008422851562 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.007507324219 +0.029907226562 0.030639648438 0.001205444336 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.008972167969 +0.043457031250 0.055419921875 0.055908203125 0.044189453125 +0.025390625000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.014709472656 0.039550781250 0.046386718750 +0.029785156250 0.005340576172 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.030883789062 0.055664062500 0.075683593750 0.084960937500 +0.082519531250 0.058837890625 0.020751953125 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.039306640625 +0.050048828125 0.026855468750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.008056640625 0.033935546875 0.049560546875 +0.055175781250 0.041748046875 0.017456054688 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.010192871094 0.043701171875 0.044677734375 0.017211914062 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.013244628906 +0.054199218750 0.063476562500 0.060791015625 0.033203125000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.025390625000 0.056884765625 0.060546875000 +0.039794921875 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.020263671875 0.058593750000 0.062500000000 0.047607421875 +0.001884460449 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.037109375000 +0.095214843750 0.128906250000 0.132812500000 0.114257812500 +0.077148437500 0.021728515625 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.030517578125 0.077148437500 0.095214843750 +0.082519531250 0.025878906250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.022094726562 0.077148437500 +0.110839843750 0.110351562500 0.095703125000 0.056152343750 +0.011657714844 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.048339843750 +0.112304687500 0.136718750000 0.138671875000 0.106933593750 +0.064941406250 0.012695312500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.008422851562 0.056396484375 0.080078125000 +0.097656250000 0.091796875000 0.071289062500 0.035400390625 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.015380859375 0.068847656250 0.105957031250 0.112792968750 +0.086425781250 0.030395507812 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.016723632812 0.025634765625 0.004699707031 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.005859375000 +0.076660156250 0.125000000000 0.144531250000 0.144531250000 +0.121093750000 0.072265625000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.053955078125 0.085937500000 +0.083984375000 0.034179687500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.063476562500 0.099121093750 0.104003906250 0.081542968750 +0.034912109375 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.008544921875 0.055664062500 0.085449218750 0.095214843750 +0.099121093750 0.073730468750 0.029296875000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.013061523438 0.006561279297 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.007751464844 0.012756347656 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.035644531250 0.072753906250 +0.071777343750 0.030029296875 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.008361816406 +0.015136718750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.015319824219 +0.037597656250 0.025146484375 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.015625000000 0.023925781250 +0.013671875000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.027099609375 0.079101562500 0.103515625000 +0.095703125000 0.059814453125 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.006591796875 0.013000488281 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.028930664062 +0.062500000000 0.093261718750 0.105468750000 0.103515625000 +0.085937500000 0.075195312500 0.035156250000 0.004943847656 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.009216308594 0.023437500000 0.008850097656 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.007751464844 0.021118164062 0.016357421875 0.009521484375 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.009460449219 0.017333984375 +0.016723632812 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.018798828125 +0.015136718750 0.048828125000 0.051513671875 0.053955078125 +0.049316406250 0.051757812500 0.029418945312 0.017822265625 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.001205444336 +0.035156250000 0.040771484375 0.056884765625 0.051513671875 +0.048583984375 0.019165039062 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.004791259766 0.005187988281 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.020874023438 0.044189453125 +0.060302734375 0.040283203125 0.013183593750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.007629394531 0.017700195312 0.023437500000 +0.031494140625 0.046142578125 0.036132812500 0.043212890625 +0.038330078125 0.042480468750 0.016967773438 0.010253906250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.008605957031 +0.021484375000 0.015563964844 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.002975463867 0.036621093750 0.057128906250 +0.064453125000 0.082031250000 0.082031250000 0.072753906250 +0.044433593750 0.015380859375 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.005035400391 0.001945495605 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.014282226562 0.193359375000 0.265625000000 +0.310546875000 0.343750000000 0.361328125000 0.363281250000 +0.341796875000 0.304687500000 0.255859375000 0.202148437500 +0.153320312500 0.116699218750 0.097656250000 0.099121093750 +0.124511718750 0.172851562500 0.233398437500 0.304687500000 +0.369140625000 0.414062500000 0.435546875000 0.412109375000 +0.351562500000 0.242187500000 0.106445312500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.137695312500 +0.296875000000 0.429687500000 0.527343750000 0.585937500000 +0.617187500000 0.601562500000 0.566406250000 0.511718750000 +0.443359375000 0.367187500000 0.292968750000 0.222656250000 +0.158203125000 0.105468750000 0.062500000000 0.026733398438 +0.000212669373 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.019653320312 0.059082031250 +0.100097656250 0.149414062500 0.201171875000 0.247070312500 +0.289062500000 0.324218750000 0.349609375000 0.371093750000 +0.378906250000 0.380859375000 0.363281250000 0.332031250000 +0.294921875000 0.246093750000 0.194335937500 0.130859375000 +0.057617187500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.075195312500 0.202148437500 +0.294921875000 0.361328125000 0.400390625000 0.404296875000 +0.386718750000 0.337890625000 0.273437500000 0.191406250000 +0.097167968750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.096679687500 0.205078125000 +0.283203125000 0.324218750000 0.332031250000 0.314453125000 +0.275390625000 0.230468750000 0.172851562500 0.128906250000 +0.092285156250 0.068847656250 0.064453125000 0.070800781250 +0.082519531250 0.093261718750 0.088378906250 0.067382812500 +0.023681640625 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.127929687500 0.253906250000 0.351562500000 +0.419921875000 0.451171875000 0.458984375000 0.439453125000 +0.398437500000 0.349609375000 0.285156250000 0.228515625000 +0.174804687500 0.134765625000 0.109375000000 0.100097656250 +0.106445312500 0.128906250000 0.160156250000 0.198242187500 +0.244140625000 0.287109375000 0.326171875000 0.361328125000 +0.384765625000 0.396484375000 0.394531250000 0.375000000000 +0.343750000000 0.291015625000 0.221679687500 0.128906250000 +0.022827148438 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.123046875000 +0.244140625000 0.335937500000 0.392578125000 0.419921875000 +0.410156250000 0.371093750000 0.302734375000 0.211914062500 +0.104980468750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.013183593750 0.132812500000 0.218750000000 +0.253906250000 0.236328125000 0.170898437500 0.061523437500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.091796875000 0.209960937500 +0.326171875000 0.421875000000 0.500000000000 0.558593750000 +0.593750000000 0.601562500000 0.582031250000 0.539062500000 +0.470703125000 0.384765625000 0.289062500000 0.182617187500 +0.062988281250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.142578125000 0.281250000000 0.394531250000 0.484375000000 +0.539062500000 0.566406250000 0.546875000000 0.500000000000 +0.425781250000 0.324218750000 0.208007812500 0.077636718750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.068847656250 +0.199218750000 0.322265625000 0.421875000000 0.494140625000 +0.531250000000 0.519531250000 0.466796875000 0.361328125000 +0.223632812500 0.055908203125 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.075683593750 0.215820312500 0.320312500000 +0.373046875000 0.371093750000 0.314453125000 0.213867187500 +0.075683593750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.008422851562 0.124511718750 0.234375000000 0.341796875000 +0.435546875000 0.515625000000 0.574218750000 0.605468750000 +0.617187500000 0.589843750000 0.539062500000 0.464843750000 +0.361328125000 0.241210937500 0.108398437500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.075195312500 0.170898437500 0.242187500000 0.283203125000 +0.285156250000 0.255859375000 0.185546875000 0.076660156250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.108398437500 0.189453125000 0.225585937500 +0.200195312500 0.125000000000 0.002426147461 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.057617187500 0.084960937500 0.078125000000 0.032958984375 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.050781250000 0.162109375000 0.255859375000 +0.324218750000 0.371093750000 0.392578125000 0.388671875000 +0.359375000000 0.314453125000 0.251953125000 0.174804687500 +0.090332031250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.050537109375 0.098632812500 0.127929687500 +0.156250000000 0.171875000000 0.191406250000 0.210937500000 +0.229492187500 0.249023437500 0.269531250000 0.291015625000 +0.308593750000 0.324218750000 0.332031250000 0.333984375000 +0.328125000000 0.318359375000 0.302734375000 0.283203125000 +0.261718750000 0.235351562500 0.204101562500 0.167968750000 +0.119140625000 0.065429687500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.051025390625 +0.077148437500 0.075195312500 0.043457031250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.004882812500 +0.092773437500 0.162109375000 0.214843750000 0.248046875000 +0.263671875000 0.257812500000 0.235351562500 0.193359375000 +0.128906250000 0.060791015625 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.083496093750 0.156250000000 0.216796875000 0.255859375000 +0.275390625000 0.271484375000 0.238281250000 0.185546875000 +0.108398437500 0.018310546875 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.035644531250 0.180664062500 0.318359375000 +0.445312500000 0.546875000000 0.617187500000 0.648437500000 +0.644531250000 0.589843750000 0.498046875000 0.373046875000 +0.212890625000 0.035644531250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.006683349609 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.035400390625 0.083007812500 +0.090332031250 0.058593750000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.006072998047 0.123535156250 0.204101562500 0.234375000000 +0.220703125000 0.165039062500 0.061767578125 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.082519531250 0.178710937500 +0.243164062500 0.279296875000 0.289062500000 0.281250000000 +0.263671875000 0.251953125000 0.245117187500 0.251953125000 +0.281250000000 0.318359375000 0.365234375000 0.402343750000 +0.425781250000 0.423828125000 0.388671875000 0.312500000000 +0.202148437500 0.057128906250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.029174804688 +0.058105468750 0.046875000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000896453857 0.102050781250 0.184570312500 0.228515625000 +0.226562500000 0.180664062500 0.098144531250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.086914062500 0.173828125000 0.225585937500 +0.237304687500 0.202148437500 0.131835937500 0.024047851562 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.101074218750 0.220703125000 +0.322265625000 0.394531250000 0.427734375000 0.431640625000 +0.398437500000 0.333984375000 0.234375000000 0.118164062500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.119140625000 0.219726562500 +0.292968750000 0.332031250000 0.343750000000 0.332031250000 +0.302734375000 0.257812500000 0.210937500000 0.156250000000 +0.114257812500 0.080566406250 0.059814453125 0.054443359375 +0.056396484375 0.068847656250 0.091796875000 0.119628906250 +0.155273437500 0.188476562500 0.216796875000 0.238281250000 +0.245117187500 0.238281250000 0.210937500000 0.166992187500 +0.102539062500 0.024658203125 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.174804687500 0.173828125000 0.105957031250 0.137695312500 +0.165039062500 0.196289062500 0.237304687500 0.279296875000 +0.320312500000 0.345703125000 0.365234375000 0.369140625000 +0.361328125000 0.343750000000 0.322265625000 0.296875000000 +0.273437500000 0.248046875000 0.225585937500 0.213867187500 +0.203125000000 0.195312500000 0.179687500000 0.156250000000 +0.121582031250 0.067871093750 0.006774902344 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.013305664062 0.102539062500 +0.176757812500 0.239257812500 0.289062500000 0.326171875000 +0.347656250000 0.361328125000 0.369140625000 0.369140625000 +0.369140625000 0.365234375000 0.369140625000 0.373046875000 +0.373046875000 0.375000000000 0.373046875000 0.363281250000 +0.355468750000 0.341796875000 0.312500000000 0.283203125000 +0.251953125000 0.215820312500 0.181640625000 0.152343750000 +0.130859375000 0.113281250000 0.111328125000 0.122558593750 +0.148437500000 0.190429687500 0.239257812500 0.292968750000 +0.343750000000 0.386718750000 0.421875000000 0.441406250000 +0.441406250000 0.417968750000 0.369140625000 0.296875000000 +0.207031250000 0.106933593750 0.006347656250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.055664062500 0.166992187500 0.271484375000 +0.363281250000 0.433593750000 0.474609375000 0.500000000000 +0.494140625000 0.458984375000 0.398437500000 0.316406250000 +0.214843750000 0.109863281250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.053466796875 0.146484375000 0.231445312500 +0.308593750000 0.363281250000 0.406250000000 0.427734375000 +0.435546875000 0.433593750000 0.429687500000 0.419921875000 +0.406250000000 0.392578125000 0.367187500000 0.339843750000 +0.304687500000 0.261718750000 0.210937500000 0.148437500000 +0.072753906250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.042724609375 0.097656250000 0.136718750000 +0.165039062500 0.186523437500 0.199218750000 0.212890625000 +0.234375000000 0.251953125000 0.277343750000 0.304687500000 +0.330078125000 0.351562500000 0.367187500000 0.371093750000 +0.361328125000 0.337890625000 0.302734375000 0.263671875000 +0.215820312500 0.173828125000 0.142578125000 0.129882812500 +0.133789062500 0.161132812500 0.200195312500 0.253906250000 +0.312500000000 0.375000000000 0.419921875000 0.453125000000 +0.462890625000 0.439453125000 0.388671875000 0.314453125000 +0.213867187500 0.096679687500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.127929687500 0.251953125000 +0.357421875000 0.439453125000 0.498046875000 0.523437500000 +0.515625000000 0.478515625000 0.414062500000 0.326171875000 +0.218750000000 0.106445312500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.063964843750 0.137695312500 0.182617187500 +0.200195312500 0.183593750000 0.138671875000 0.064941406250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.081054687500 0.158203125000 0.232421875000 +0.283203125000 0.326171875000 0.353515625000 0.357421875000 +0.335937500000 0.306640625000 0.257812500000 0.195312500000 +0.123046875000 0.036621093750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.086425781250 0.177734375000 0.244140625000 +0.279296875000 0.281250000000 0.247070312500 0.181640625000 +0.098144531250 0.001953125000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.075683593750 0.152343750000 0.213867187500 0.257812500000 +0.285156250000 0.292968750000 0.277343750000 0.243164062500 +0.197265625000 0.138671875000 0.071777343750 0.006042480469 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.062500000000 0.146484375000 +0.217773437500 0.259765625000 0.287109375000 0.304687500000 +0.300781250000 0.294921875000 0.281250000000 0.257812500000 +0.229492187500 0.193359375000 0.146484375000 0.097167968750 +0.035644531250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.001770019531 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.012573242188 +0.112792968750 0.201171875000 0.277343750000 0.333984375000 +0.367187500000 0.378906250000 0.369140625000 0.330078125000 +0.269531250000 0.199218750000 0.111816406250 0.021728515625 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.011657714844 0.112792968750 +0.208007812500 0.294921875000 0.369140625000 0.421875000000 +0.455078125000 0.468750000000 0.458984375000 0.431640625000 +0.382812500000 0.306640625000 0.220703125000 0.121093750000 +0.016845703125 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.010192871094 0.067871093750 0.100097656250 0.109863281250 +0.088867187500 0.050781250000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.041992187500 +0.075195312500 0.094726562500 0.088867187500 0.056640625000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.043701171875 0.172851562500 0.289062500000 0.390625000000 +0.466796875000 0.515625000000 0.519531250000 0.490234375000 +0.419921875000 0.320312500000 0.195312500000 0.056152343750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.022827148438 0.138671875000 +0.249023437500 0.337890625000 0.406250000000 0.441406250000 +0.447265625000 0.425781250000 0.390625000000 0.341796875000 +0.281250000000 0.225585937500 0.171875000000 0.121582031250 +0.092773437500 0.084472656250 0.099609375000 0.128906250000 +0.177734375000 0.240234375000 0.306640625000 0.363281250000 +0.412109375000 0.443359375000 0.449218750000 0.429687500000 +0.380859375000 0.304687500000 0.204101562500 0.090820312500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.067382812500 0.153320312500 0.213867187500 +0.242187500000 0.235351562500 0.198242187500 0.128906250000 +0.036865234375 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.086914062500 +0.183593750000 0.275390625000 0.349609375000 0.402343750000 +0.439453125000 0.451171875000 0.441406250000 0.400390625000 +0.339843750000 0.255859375000 0.157226562500 0.049804687500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.060058593750 0.166015625000 +0.263671875000 0.347656250000 0.417968750000 0.462890625000 +0.490234375000 0.488281250000 0.464843750000 0.408203125000 +0.330078125000 0.236328125000 0.125000000000 0.003509521484 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.025390625000 0.120605468750 0.203125000000 0.271484375000 +0.320312500000 0.349609375000 0.357421875000 0.347656250000 +0.320312500000 0.277343750000 0.215820312500 0.140625000000 +0.064941406250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.014831542969 0.078125000000 +0.137695312500 0.183593750000 0.204101562500 0.196289062500 +0.166992187500 0.102050781250 0.019165039062 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.040771484375 0.111816406250 0.151367187500 +0.160156250000 0.136718750000 0.080078125000 0.001495361328 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.054931640625 0.156250000000 +0.235351562500 0.283203125000 0.292968750000 0.263671875000 +0.207031250000 0.126953125000 0.027954101562 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.031494140625 0.101074218750 0.156250000000 0.184570312500 +0.189453125000 0.153320312500 0.084960937500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.035644531250 0.165039062500 0.265625000000 +0.333984375000 0.353515625000 0.333984375000 0.273437500000 +0.187500000000 0.080078125000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.095214843750 0.212890625000 0.312500000000 +0.388671875000 0.435546875000 0.453125000000 0.449218750000 +0.421875000000 0.386718750000 0.347656250000 0.300781250000 +0.259765625000 0.223632812500 0.191406250000 0.166015625000 +0.142578125000 0.115722656250 0.086425781250 0.051757812500 +0.013427734375 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.006927490234 0.054443359375 0.089355468750 +0.108398437500 0.102050781250 0.068359375000 0.010742187500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.026855468750 0.063476562500 0.065429687500 0.040039062500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.019165039062 0.059814453125 0.068847656250 0.051513671875 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.024169921875 0.149414062500 0.265625000000 0.373046875000 +0.458984375000 0.511718750000 0.542968750000 0.539062500000 +0.500000000000 0.439453125000 0.349609375000 0.246093750000 +0.128906250000 0.005981445312 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.082519531250 0.193359375000 0.289062500000 +0.367187500000 0.427734375000 0.457031250000 0.466796875000 +0.462890625000 0.437500000000 0.412109375000 0.376953125000 +0.343750000000 0.318359375000 0.302734375000 0.298828125000 +0.310546875000 0.333984375000 0.361328125000 0.386718750000 +0.406250000000 0.416015625000 0.406250000000 0.373046875000 +0.318359375000 0.241210937500 0.149414062500 0.041259765625 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.029418945312 0.124023437500 0.223632812500 0.322265625000 +0.417968750000 0.500000000000 0.562500000000 0.601562500000 +0.617187500000 0.613281250000 0.582031250000 0.531250000000 +0.472656250000 0.394531250000 0.314453125000 0.226562500000 +0.144531250000 0.065917968750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.052978515625 0.119628906250 0.191406250000 +0.271484375000 0.345703125000 0.417968750000 0.494140625000 +0.558593750000 0.613281250000 0.652343750000 0.660156250000 +0.628906250000 0.566406250000 0.472656250000 0.343750000000 +0.190429687500 0.027099609375 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.117187500000 0.259765625000 0.373046875000 0.458984375000 +0.519531250000 0.539062500000 0.523437500000 0.470703125000 +0.386718750000 0.285156250000 0.173828125000 0.061035156250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.031982421875 0.118652343750 +0.201171875000 0.259765625000 0.279296875000 0.261718750000 +0.192382812500 0.083496093750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.022216796875 0.039550781250 0.015625000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.063964843750 0.196289062500 0.312500000000 0.408203125000 +0.478515625000 0.511718750000 0.507812500000 0.472656250000 +0.404296875000 0.312500000000 0.206054687500 0.094726562500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.028686523438 +0.123535156250 0.205078125000 0.277343750000 0.330078125000 +0.351562500000 0.347656250000 0.312500000000 0.253906250000 +0.179687500000 0.092285156250 0.007202148438 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.052490234375 +0.156250000000 0.257812500000 0.349609375000 0.423828125000 +0.466796875000 0.482421875000 0.460937500000 0.394531250000 +0.296875000000 0.162109375000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.014221191406 0.022460937500 0.009033203125 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.158203125000 0.318359375000 0.453125000000 +0.562500000000 0.640625000000 0.683593750000 0.695312500000 +0.675781250000 0.632812500000 0.570312500000 0.490234375000 +0.400390625000 0.298828125000 0.199218750000 0.100585937500 +0.001899719238 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.042968750000 0.164062500000 0.246093750000 0.285156250000 +0.261718750000 0.194335937500 0.077636718750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.017211914062 0.156250000000 0.265625000000 0.339843750000 +0.359375000000 0.337890625000 0.277343750000 0.183593750000 +0.080566406250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.055664062500 0.163085937500 0.269531250000 0.365234375000 +0.441406250000 0.498046875000 0.535156250000 0.558593750000 +0.574218750000 0.582031250000 0.589843750000 0.597656250000 +0.609375000000 0.621093750000 0.625000000000 0.617187500000 +0.585937500000 0.527343750000 0.435546875000 0.312500000000 +0.162109375000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.099121093750 0.257812500000 0.396484375000 +0.500000000000 0.570312500000 0.609375000000 0.625000000000 +0.625000000000 0.605468750000 0.585937500000 0.566406250000 +0.546875000000 0.539062500000 0.535156250000 0.535156250000 +0.531250000000 0.511718750000 0.480468750000 0.433593750000 +0.369140625000 0.291015625000 0.201171875000 0.104980468750 +0.010498046875 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.042724609375 0.193359375000 0.316406250000 0.417968750000 +0.496093750000 0.542968750000 0.570312500000 0.582031250000 +0.578125000000 0.578125000000 0.566406250000 0.566406250000 +0.570312500000 0.578125000000 0.578125000000 0.578125000000 +0.558593750000 0.519531250000 0.462890625000 0.375000000000 +0.261718750000 0.127929687500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.090820312500 0.212890625000 0.298828125000 0.355468750000 +0.375000000000 0.365234375000 0.326171875000 0.263671875000 +0.193359375000 0.114257812500 0.038818359375 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.009765625000 0.033691406250 +0.048583984375 0.044921875000 0.024536132812 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.093261718750 0.204101562500 0.263671875000 0.273437500000 +0.228515625000 0.133789062500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.104003906250 +0.206054687500 0.291015625000 0.353515625000 0.375000000000 +0.363281250000 0.314453125000 0.230468750000 0.123535156250 +0.009033203125 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.039794921875 0.114746093750 +0.181640625000 0.225585937500 0.241210937500 0.226562500000 +0.166992187500 0.075683593750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.043212890625 0.093750000000 0.104492187500 0.072265625000 +0.002120971680 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.042480468750 0.171875000000 0.267578125000 0.318359375000 +0.337890625000 0.324218750000 0.287109375000 0.240234375000 +0.190429687500 0.150390625000 0.129882812500 0.127929687500 +0.153320312500 0.196289062500 0.248046875000 0.298828125000 +0.347656250000 0.378906250000 0.388671875000 0.382812500000 +0.349609375000 0.296875000000 0.243164062500 0.185546875000 +0.133789062500 0.097656250000 0.084960937500 0.090332031250 +0.118164062500 0.163085937500 0.221679687500 0.285156250000 +0.345703125000 0.392578125000 0.427734375000 0.441406250000 +0.435546875000 0.410156250000 0.369140625000 0.304687500000 +0.217773437500 0.124023437500 0.019287109375 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.052490234375 0.140625000000 0.175781250000 0.133789062500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.056884765625 0.096191406250 +0.101074218750 0.074218750000 0.008178710938 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.056640625000 +0.120605468750 0.174804687500 0.200195312500 0.222656250000 +0.221679687500 0.189453125000 0.137695312500 0.068847656250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.043945312500 +0.123535156250 0.190429687500 0.236328125000 0.269531250000 +0.294921875000 0.314453125000 0.326171875000 0.337890625000 +0.341796875000 0.353515625000 0.353515625000 0.345703125000 +0.330078125000 0.294921875000 0.247070312500 0.176757812500 +0.092285156250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.034667968750 +0.111816406250 0.184570312500 0.240234375000 0.271484375000 +0.298828125000 0.312500000000 0.326171875000 0.339843750000 +0.349609375000 0.345703125000 0.351562500000 0.347656250000 +0.328125000000 0.298828125000 0.249023437500 0.175781250000 +0.086914062500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.041748046875 0.093750000000 0.136718750000 0.153320312500 +0.171875000000 0.172851562500 0.168945312500 0.166992187500 +0.165039062500 0.166992187500 0.177734375000 0.179687500000 +0.197265625000 0.210937500000 0.224609375000 0.239257812500 +0.250000000000 0.255859375000 0.255859375000 0.244140625000 +0.215820312500 0.174804687500 0.114257812500 0.042480468750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.060058593750 +0.170898437500 0.265625000000 0.339843750000 0.378906250000 +0.384765625000 0.359375000000 0.304687500000 0.224609375000 +0.116699218750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.035400390625 +0.128906250000 0.201171875000 0.261718750000 0.294921875000 +0.314453125000 0.326171875000 0.316406250000 0.304687500000 +0.285156250000 0.267578125000 0.257812500000 0.249023437500 +0.255859375000 0.269531250000 0.285156250000 0.302734375000 +0.333984375000 0.361328125000 0.376953125000 0.373046875000 +0.353515625000 0.322265625000 0.259765625000 0.174804687500 +0.074218750000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.019409179688 0.090820312500 0.150390625000 +0.161132812500 0.153320312500 0.116699218750 0.042480468750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.003692626953 0.079101562500 0.145507812500 +0.195312500000 0.238281250000 0.261718750000 0.281250000000 +0.287109375000 0.281250000000 0.269531250000 0.263671875000 +0.250000000000 0.219726562500 0.201171875000 0.169921875000 +0.140625000000 0.088867187500 0.037109375000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.021972656250 0.101074218750 +0.160156250000 0.194335937500 0.201171875000 0.173828125000 +0.111816406250 0.044677734375 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000560760498 0.064941406250 0.104003906250 0.098144531250 +0.062500000000 0.000720977783 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.008361816406 0.093750000000 +0.160156250000 0.210937500000 0.230468750000 0.218750000000 +0.177734375000 0.110351562500 0.025634765625 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.021972656250 +0.042480468750 0.062500000000 0.081054687500 0.091796875000 +0.115234375000 0.135742187500 0.170898437500 0.208984375000 +0.234375000000 0.265625000000 0.285156250000 0.292968750000 +0.275390625000 0.229492187500 0.159179687500 0.072753906250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.062011718750 0.144531250000 0.214843750000 +0.249023437500 0.273437500000 0.275390625000 0.255859375000 +0.224609375000 0.176757812500 0.128906250000 0.062255859375 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.011535644531 +0.112304687500 0.196289062500 0.281250000000 0.349609375000 +0.406250000000 0.437500000000 0.449218750000 0.425781250000 +0.384765625000 0.314453125000 0.221679687500 0.101074218750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.005767822266 +0.001251220703 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.074218750000 +0.146484375000 0.190429687500 0.203125000000 0.197265625000 +0.161132812500 0.110839843750 0.030639648438 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.079589843750 0.141601562500 0.187500000000 0.189453125000 +0.174804687500 0.123046875000 0.048828125000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.018066406250 0.025268554688 +0.009643554688 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.016479492188 +0.104492187500 0.182617187500 0.251953125000 0.306640625000 +0.351562500000 0.375000000000 0.380859375000 0.376953125000 +0.343750000000 0.316406250000 0.279296875000 0.234375000000 +0.189453125000 0.149414062500 0.121093750000 0.085937500000 +0.064941406250 0.055664062500 0.050781250000 0.049804687500 +0.059814453125 0.071289062500 0.078125000000 0.085449218750 +0.086425781250 0.082519531250 0.056640625000 0.023925781250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.038818359375 +0.081542968750 0.113769531250 0.128906250000 0.144531250000 +0.134765625000 0.124511718750 0.094238281250 0.046875000000 +0.002868652344 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.048828125000 0.115722656250 0.167968750000 0.207031250000 +0.217773437500 0.212890625000 0.202148437500 0.180664062500 +0.161132812500 0.141601562500 0.123046875000 0.118652343750 +0.128906250000 0.149414062500 0.174804687500 0.205078125000 +0.237304687500 0.259765625000 0.292968750000 0.316406250000 +0.320312500000 0.326171875000 0.316406250000 0.312500000000 +0.294921875000 0.277343750000 0.257812500000 0.245117187500 +0.229492187500 0.210937500000 0.196289062500 0.170898437500 +0.145507812500 0.121093750000 0.073242187500 0.020385742188 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.015991210938 0.088867187500 +0.156250000000 0.205078125000 0.247070312500 0.275390625000 +0.302734375000 0.320312500000 0.335937500000 0.353515625000 +0.371093750000 0.382812500000 0.380859375000 0.378906250000 +0.343750000000 0.304687500000 0.249023437500 0.172851562500 +0.080566406250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.042724609375 +0.092773437500 0.122558593750 0.113281250000 0.068847656250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.033691406250 0.113281250000 0.179687500000 0.196289062500 +0.180664062500 0.132812500000 0.048828125000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.042968750000 0.154296875000 +0.245117187500 0.316406250000 0.357421875000 0.373046875000 +0.357421875000 0.304687500000 0.217773437500 0.113769531250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.065917968750 0.142578125000 0.215820312500 +0.255859375000 0.275390625000 0.273437500000 0.248046875000 +0.215820312500 0.179687500000 0.122558593750 0.065429687500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.046630859375 0.143554687500 +0.242187500000 0.302734375000 0.351562500000 0.361328125000 +0.345703125000 0.302734375000 0.226562500000 0.128906250000 +0.008728027344 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.034912109375 0.074218750000 0.078613281250 0.082031250000 +0.067382812500 0.052001953125 0.036865234375 0.029174804688 +0.027221679688 0.033691406250 0.036865234375 0.042724609375 +0.052001953125 0.048583984375 0.040771484375 0.020385742188 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.027099609375 0.000759124756 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.009399414062 +0.045898437500 0.063476562500 0.061767578125 0.040771484375 +0.005615234375 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.030517578125 0.078125000000 0.113769531250 +0.132812500000 0.127929687500 0.105468750000 0.062255859375 +0.007293701172 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.001823425293 +0.054443359375 0.109375000000 0.158203125000 0.199218750000 +0.228515625000 0.247070312500 0.248046875000 0.230468750000 +0.196289062500 0.150390625000 0.086425781250 0.015075683594 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.042236328125 +0.131835937500 0.208984375000 0.271484375000 0.314453125000 +0.343750000000 0.355468750000 0.359375000000 0.355468750000 +0.343750000000 0.333984375000 0.318359375000 0.304687500000 +0.287109375000 0.267578125000 0.241210937500 0.207031250000 +0.162109375000 0.104003906250 0.039306640625 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.046386718750 +0.134765625000 0.212890625000 0.275390625000 0.320312500000 +0.345703125000 0.361328125000 0.361328125000 0.353515625000 +0.343750000000 0.332031250000 0.314453125000 0.300781250000 +0.283203125000 0.263671875000 0.238281250000 0.202148437500 +0.158203125000 0.104980468750 0.038818359375 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.006805419922 0.062988281250 0.113769531250 0.157226562500 +0.193359375000 0.221679687500 0.240234375000 0.257812500000 +0.267578125000 0.275390625000 0.277343750000 0.275390625000 +0.265625000000 0.249023437500 0.229492187500 0.205078125000 +0.183593750000 0.165039062500 0.152343750000 0.142578125000 +0.137695312500 0.131835937500 0.126953125000 0.117187500000 +0.101074218750 0.072265625000 0.034423828125 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.024047851562 +0.068847656250 0.091308593750 0.085449218750 0.054199218750 +0.000782012939 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.023559570312 +0.129882812500 0.230468750000 0.316406250000 0.380859375000 +0.419921875000 0.427734375000 0.406250000000 0.355468750000 +0.283203125000 0.194335937500 0.091308593750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.050048828125 +0.143554687500 0.222656250000 0.287109375000 0.333984375000 +0.359375000000 0.371093750000 0.365234375000 0.349609375000 +0.324218750000 0.291015625000 0.259765625000 0.236328125000 +0.220703125000 0.212890625000 0.214843750000 0.223632812500 +0.242187500000 0.259765625000 0.283203125000 0.296875000000 +0.304687500000 0.294921875000 0.271484375000 0.228515625000 +0.171875000000 0.105468750000 0.031494140625 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.076660156250 0.146484375000 0.207031250000 +0.248046875000 0.265625000000 0.259765625000 0.235351562500 +0.190429687500 0.130859375000 0.062500000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.034912109375 0.125976562500 +0.203125000000 0.265625000000 0.308593750000 0.326171875000 +0.322265625000 0.310546875000 0.277343750000 0.238281250000 +0.194335937500 0.157226562500 0.122558593750 0.099609375000 +0.081054687500 0.072265625000 0.064453125000 0.060546875000 +0.049560546875 0.038574218750 0.023559570312 0.003311157227 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.034912109375 +0.107910156250 0.166992187500 0.215820312500 0.246093750000 +0.248046875000 0.221679687500 0.167968750000 0.096679687500 +0.010253906250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.011047363281 0.014953613281 0.008117675781 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.023315429688 0.062255859375 0.096191406250 0.114746093750 +0.115234375000 0.094726562500 0.062988281250 0.019165039062 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.022460937500 +0.088867187500 0.150390625000 0.206054687500 0.242187500000 +0.257812500000 0.247070312500 0.216796875000 0.163085937500 +0.093750000000 0.012573242188 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.048583984375 0.094238281250 0.130859375000 +0.171875000000 0.208984375000 0.243164062500 0.277343750000 +0.302734375000 0.324218750000 0.339843750000 0.343750000000 +0.335937500000 0.310546875000 0.265625000000 0.203125000000 +0.130859375000 0.054687500000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.021362304688 0.061035156250 0.092285156250 +0.121093750000 0.139648437500 0.153320312500 0.169921875000 +0.185546875000 0.197265625000 0.206054687500 0.213867187500 +0.215820312500 0.209960937500 0.194335937500 0.166992187500 +0.128906250000 0.077636718750 0.017211914062 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.011291503906 0.082031250000 0.148437500000 0.214843750000 +0.271484375000 0.314453125000 0.343750000000 0.363281250000 +0.359375000000 0.337890625000 0.294921875000 0.232421875000 +0.151367187500 0.056396484375 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.028076171875 0.120605468750 0.195312500000 +0.240234375000 0.257812500000 0.234375000000 0.184570312500 +0.103515625000 0.012207031250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.024414062500 0.106933593750 0.177734375000 0.228515625000 +0.257812500000 0.261718750000 0.247070312500 0.210937500000 +0.152343750000 0.074707031250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.007171630859 0.090332031250 0.159179687500 +0.199218750000 0.217773437500 0.204101562500 0.165039062500 +0.106933593750 0.042724609375 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000474929810 0.066406250000 0.133789062500 0.188476562500 +0.224609375000 0.237304687500 0.224609375000 0.187500000000 +0.131835937500 0.067382812500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.057128906250 0.129882812500 +0.181640625000 0.218750000000 0.229492187500 0.213867187500 +0.171875000000 0.118652343750 0.052246093750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.019165039062 0.083007812500 0.144531250000 0.197265625000 +0.247070312500 0.281250000000 0.300781250000 0.302734375000 +0.292968750000 0.267578125000 0.230468750000 0.190429687500 +0.145507812500 0.103027343750 0.065429687500 0.037597656250 +0.015991210938 0.001434326172 0.003509521484 0.015197753906 +0.037597656250 0.065429687500 0.101562500000 0.143554687500 +0.179687500000 0.217773437500 0.245117187500 0.257812500000 +0.253906250000 0.239257812500 0.209960937500 0.168945312500 +0.115722656250 0.056152343750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.007354736328 0.068847656250 0.127929687500 0.186523437500 +0.233398437500 0.271484375000 0.292968750000 0.300781250000 +0.291015625000 0.265625000000 0.222656250000 0.161132812500 +0.090332031250 0.013061523438 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.033203125000 0.070800781250 0.093261718750 0.108398437500 +0.114746093750 0.116210937500 0.115722656250 0.117187500000 +0.117187500000 0.121093750000 0.132812500000 0.149414062500 +0.173828125000 0.208984375000 0.242187500000 0.271484375000 +0.304687500000 0.324218750000 0.337890625000 0.337890625000 +0.330078125000 0.310546875000 0.281250000000 0.244140625000 +0.205078125000 0.166015625000 0.131835937500 0.108398437500 +0.096191406250 0.091796875000 0.103515625000 0.125976562500 +0.156250000000 0.188476562500 0.216796875000 0.232421875000 +0.232421875000 0.215820312500 0.175781250000 0.117675781250 +0.043945312500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.034667968750 +0.125000000000 0.206054687500 0.271484375000 0.316406250000 +0.343750000000 0.351562500000 0.351562500000 0.339843750000 +0.333984375000 0.328125000000 0.324218750000 0.320312500000 +0.322265625000 0.316406250000 0.302734375000 0.279296875000 +0.245117187500 0.197265625000 0.142578125000 0.082031250000 +0.021118164062 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.022949218750 0.064941406250 0.093750000000 0.103027343750 +0.085937500000 0.051025390625 0.000652313232 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.080078125000 0.167968750000 0.244140625000 0.294921875000 +0.314453125000 0.300781250000 0.250000000000 0.171875000000 +0.072265625000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.063476562500 +0.172851562500 0.271484375000 0.351562500000 0.404296875000 +0.425781250000 0.419921875000 0.378906250000 0.310546875000 +0.216796875000 0.111328125000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.029418945312 +0.048583984375 0.048583984375 0.028564453125 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.027099609375 0.066894531250 +0.102539062500 0.128906250000 0.157226562500 0.181640625000 +0.204101562500 0.223632812500 0.239257812500 0.247070312500 +0.242187500000 0.232421875000 0.198242187500 0.146484375000 +0.083007812500 0.004364013672 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.043945312500 0.140625000000 +0.227539062500 0.302734375000 0.359375000000 0.394531250000 +0.404296875000 0.388671875000 0.349609375000 0.289062500000 +0.210937500000 0.112792968750 0.006347656250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.005493164062 +0.059326171875 0.094238281250 0.118164062500 0.122070312500 +0.114746093750 0.098632812500 0.081542968750 0.071777343750 +0.066406250000 0.074707031250 0.091308593750 0.119140625000 +0.152343750000 0.185546875000 0.215820312500 0.236328125000 +0.248046875000 0.245117187500 0.220703125000 0.177734375000 +0.117187500000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.004180908203 0.089843750000 +0.005401611328 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.064453125000 0.111816406250 0.125976562500 +0.108398437500 0.058349609375 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.012023925781 0.084472656250 +0.138671875000 0.192382812500 0.230468750000 0.246093750000 +0.236328125000 0.213867187500 0.171875000000 0.100585937500 +0.013000488281 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.047119140625 0.074218750000 +0.077636718750 0.056396484375 0.022827148438 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.004302978516 0.048095703125 0.074218750000 +0.071289062500 0.057128906250 0.022949218750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000938415527 0.076171875000 +0.126953125000 0.166992187500 0.185546875000 0.182617187500 +0.167968750000 0.139648437500 0.091796875000 0.044921875000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.003051757812 0.060058593750 +0.110351562500 0.132812500000 0.128906250000 0.096679687500 +0.033935546875 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.060546875000 0.098144531250 0.098632812500 +0.070312500000 0.011901855469 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.021850585938 0.081542968750 +0.121582031250 0.139648437500 0.132812500000 0.102050781250 +0.057373046875 0.000442504883 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.002716064453 0.045166015625 0.074707031250 +0.083007812500 0.068847656250 0.044921875000 0.011596679688 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.038818359375 0.063964843750 0.058593750000 +0.023681640625 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.050537109375 +0.094238281250 0.129882812500 0.144531250000 0.142578125000 +0.117675781250 0.073242187500 0.002563476562 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.030151367188 0.098632812500 0.125000000000 0.110351562500 +0.066406250000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.006317138672 0.073242187500 0.121582031250 +0.147460937500 0.160156250000 0.159179687500 0.135742187500 +0.117187500000 0.090820312500 0.064453125000 0.047119140625 +0.027099609375 0.013549804688 0.000591278076 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.023559570312 0.090820312500 0.141601562500 0.177734375000 +0.192382812500 0.178710937500 0.146484375000 0.089355468750 +0.010986328125 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.007476806641 0.004058837891 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.003631591797 0.083007812500 +0.132812500000 0.143554687500 0.109863281250 0.041259765625 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.101074218750 0.190429687500 +0.261718750000 0.294921875000 0.304687500000 0.291015625000 +0.248046875000 0.170898437500 0.077148437500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.065917968750 +0.117675781250 0.136718750000 0.111816406250 0.046875000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.012573242188 +0.094726562500 0.141601562500 0.147460937500 0.121582031250 +0.044189453125 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.021362304688 0.074707031250 0.128906250000 +0.173828125000 0.208984375000 0.235351562500 0.243164062500 +0.214843750000 0.176757812500 0.116699218750 0.042480468750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000572204590 0.095703125000 0.174804687500 +0.239257812500 0.281250000000 0.292968750000 0.289062500000 +0.251953125000 0.192382812500 0.112792968750 0.011962890625 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000766754150 0.027221679688 0.049804687500 +0.059814453125 0.064453125000 0.064941406250 0.050781250000 +0.028198242188 0.006835937500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.045654296875 0.112792968750 0.166992187500 0.198242187500 +0.195312500000 0.157226562500 0.085937500000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.005920410156 0.059326171875 0.084960937500 +0.073730468750 0.041503906250 0.004547119141 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.005218505859 0.084960937500 0.144531250000 +0.170898437500 0.175781250000 0.160156250000 0.117187500000 +0.051757812500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.008178710938 +0.077636718750 0.113769531250 0.119140625000 0.094238281250 +0.037109375000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.079101562500 0.141601562500 0.190429687500 0.212890625000 +0.203125000000 0.174804687500 0.113769531250 0.027587890625 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.034912109375 0.077148437500 0.104492187500 +0.119628906250 0.117187500000 0.099609375000 0.070800781250 +0.033447265625 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.031494140625 0.054931640625 +0.063964843750 0.056884765625 0.049804687500 0.044677734375 +0.043945312500 0.053466796875 0.070312500000 0.101074218750 +0.130859375000 0.161132812500 0.182617187500 0.190429687500 +0.179687500000 0.150390625000 0.100097656250 0.024536132812 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.048339843750 0.147460937500 0.208984375000 0.214843750000 +0.170898437500 0.080566406250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.015991210938 0.006408691406 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.005310058594 +0.053955078125 0.098144531250 0.155273437500 0.212890625000 +0.265625000000 0.306640625000 0.341796875000 0.343750000000 +0.328125000000 0.285156250000 0.210937500000 0.111816406250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.017700195312 +0.056152343750 0.105468750000 0.157226562500 0.211914062500 +0.263671875000 0.310546875000 0.337890625000 0.351562500000 +0.341796875000 0.292968750000 0.217773437500 0.105468750000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.004669189453 +0.071777343750 0.141601562500 0.190429687500 0.225585937500 +0.241210937500 0.231445312500 0.199218750000 0.148437500000 +0.071777343750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.037353515625 0.134765625000 0.213867187500 0.265625000000 +0.283203125000 0.263671875000 0.212890625000 0.128906250000 +0.014160156250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.048095703125 0.083984375000 +0.112792968750 0.119628906250 0.123535156250 0.111328125000 +0.102539062500 0.092773437500 0.091796875000 0.090820312500 +0.098632812500 0.122558593750 0.161132812500 0.209960937500 +0.259765625000 0.310546875000 0.345703125000 0.357421875000 +0.328125000000 0.279296875000 0.192382812500 0.075195312500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.064453125000 0.144531250000 0.177734375000 +0.164062500000 0.116210937500 0.039550781250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000583648682 0.062255859375 0.108398437500 +0.161132812500 0.187500000000 0.212890625000 0.213867187500 +0.196289062500 0.165039062500 0.108886718750 0.041503906250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.063476562500 0.128906250000 0.174804687500 +0.183593750000 0.168945312500 0.126953125000 0.051757812500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.097656250000 +0.177734375000 0.216796875000 0.191406250000 0.123046875000 +0.012756347656 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.050292968750 0.126953125000 0.166992187500 +0.194335937500 0.201171875000 0.181640625000 0.137695312500 +0.089843750000 0.029296875000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.079589843750 0.166015625000 0.228515625000 0.261718750000 +0.244140625000 0.186523437500 0.090820312500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.085449218750 0.167968750000 0.227539062500 0.236328125000 +0.203125000000 0.154296875000 0.073730468750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.005523681641 +0.090820312500 0.172851562500 0.250000000000 0.316406250000 +0.365234375000 0.400390625000 0.396484375000 0.361328125000 +0.296875000000 0.205078125000 0.081054687500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.049316406250 0.123046875000 +0.165039062500 0.179687500000 0.168945312500 0.125976562500 +0.059082031250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.017333984375 +0.086914062500 0.147460937500 0.193359375000 0.232421875000 +0.261718750000 0.267578125000 0.267578125000 0.250000000000 +0.224609375000 0.187500000000 0.144531250000 0.095703125000 +0.040283203125 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.050048828125 +0.132812500000 0.181640625000 0.186523437500 0.162109375000 +0.105468750000 0.023559570312 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.044921875000 0.122070312500 0.179687500000 0.227539062500 +0.259765625000 0.273437500000 0.277343750000 0.265625000000 +0.241210937500 0.208007812500 0.160156250000 0.112304687500 +0.053222656250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.021972656250 +0.082519531250 0.152343750000 0.207031250000 0.261718750000 +0.296875000000 0.318359375000 0.308593750000 0.281250000000 +0.225585937500 0.145507812500 0.054687500000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.086425781250 0.170898437500 0.220703125000 +0.229492187500 0.189453125000 0.099609375000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.065429687500 0.154296875000 0.199218750000 0.200195312500 +0.166015625000 0.094726562500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.077636718750 0.160156250000 0.223632812500 0.251953125000 +0.244140625000 0.196289062500 0.104980468750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.004119873047 +0.104492187500 0.175781250000 0.211914062500 0.208984375000 +0.165039062500 0.102539062500 0.019897460938 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.098144531250 0.186523437500 0.249023437500 0.279296875000 +0.267578125000 0.211914062500 0.124511718750 0.006652832031 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.001434326172 0.008605957031 0.007568359375 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.001083374023 0.006439208984 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.009582519531 0.018920898438 +0.018798828125 0.018066406250 0.006622314453 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.041992187500 0.102050781250 0.142578125000 +0.144531250000 0.142578125000 0.124023437500 0.072753906250 +0.006378173828 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.009643554688 0.055175781250 0.092773437500 +0.107421875000 0.094238281250 0.056152343750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.026977539062 0.074707031250 0.092285156250 0.073242187500 +0.022460937500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.001136779785 0.039794921875 0.071289062500 +0.086425781250 0.080078125000 0.057861328125 0.012878417969 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.006652832031 +0.029052734375 0.028442382812 0.014282226562 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.007629394531 0.052001953125 +0.086425781250 0.108398437500 0.105468750000 0.086425781250 +0.048828125000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.024291992188 0.067382812500 0.094238281250 0.108398437500 +0.111328125000 0.098144531250 0.071777343750 0.049316406250 +0.015747070312 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.003219604492 0.022583007812 0.004699707031 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.032714843750 0.091308593750 0.122070312500 +0.122070312500 0.095703125000 0.038085937500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.003234863281 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.037109375000 0.043945312500 +0.015563964844 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.010131835938 0.049316406250 0.089843750000 0.125976562500 +0.138671875000 0.132812500000 0.104980468750 0.045166015625 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.015380859375 0.042724609375 +0.058837890625 0.065429687500 0.056152343750 0.030273437500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.005218505859 0.039306640625 0.070800781250 +0.093261718750 0.109375000000 0.104492187500 0.082519531250 +0.058593750000 0.015075683594 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.052246093750 0.082519531250 0.086914062500 +0.067871093750 0.017211914062 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.037109375000 0.047119140625 0.022338867188 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.052490234375 0.095214843750 0.108886718750 +0.097656250000 0.054931640625 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.019165039062 0.035644531250 0.019897460938 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.017211914062 0.006774902344 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.013366699219 0.035156250000 0.053955078125 0.062500000000 +0.064941406250 0.049316406250 0.030883789062 0.006317138672 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.012329101562 0.022949218750 0.007141113281 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.015136718750 +0.067382812500 0.112304687500 0.144531250000 0.164062500000 +0.167968750000 0.157226562500 0.139648437500 0.107910156250 +0.068847656250 0.025878906250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.030151367188 +0.084960937500 0.135742187500 0.174804687500 0.207031250000 +0.222656250000 0.220703125000 0.172851562500 0.089355468750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.054443359375 +0.098632812500 0.126953125000 0.131835937500 0.118652343750 +0.078613281250 0.013854980469 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.016967773438 0.060546875000 0.071289062500 +0.042968750000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.009155273438 0.059326171875 0.084960937500 0.091796875000 +0.067871093750 0.029663085938 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.012817382812 0.056396484375 +0.083007812500 0.083984375000 0.052490234375 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.051513671875 0.099609375000 0.121582031250 0.113281250000 +0.067871093750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.100097656250 +0.190429687500 0.251953125000 0.279296875000 0.277343750000 +0.257812500000 0.219726562500 0.161132812500 0.096679687500 +0.021484375000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.060791015625 0.122070312500 +0.133789062500 0.098144531250 0.014587402344 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.022216796875 0.103027343750 +0.139648437500 0.137695312500 0.094726562500 0.026733398438 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.038085937500 +0.089843750000 0.123535156250 0.138671875000 0.139648437500 +0.121093750000 0.102539062500 0.082031250000 0.074218750000 +0.078613281250 0.087890625000 0.103515625000 0.124511718750 +0.132812500000 0.127929687500 0.104003906250 0.048339843750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.084960937500 +0.170898437500 0.229492187500 0.251953125000 0.246093750000 +0.217773437500 0.179687500000 0.133789062500 0.090820312500 +0.061279296875 0.037597656250 0.028564453125 0.030761718750 +0.035400390625 0.039794921875 0.042236328125 0.031250000000 +0.010253906250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.048583984375 0.119140625000 +0.167968750000 0.195312500000 0.194335937500 0.179687500000 +0.159179687500 0.128906250000 0.099609375000 0.074707031250 +0.057128906250 0.055175781250 0.069824218750 0.082519531250 +0.093261718750 0.092285156250 0.080078125000 0.046875000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.017578125000 0.095214843750 0.140625000000 +0.152343750000 0.132812500000 0.088867187500 0.027221679688 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.079589843750 0.124511718750 +0.119140625000 0.065429687500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000295639038 0.049560546875 0.082031250000 +0.089355468750 0.063964843750 0.017211914062 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.003494262695 0.057373046875 0.087890625000 0.085449218750 +0.045410156250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.052001953125 0.115722656250 +0.136718750000 0.123046875000 0.074218750000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.020141601562 0.051757812500 +0.057128906250 0.040527343750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.015563964844 0.065917968750 +0.092285156250 0.093750000000 0.074218750000 0.032470703125 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.060791015625 0.122070312500 +0.152343750000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.020019531250 0.019775390625 0.043457031250 +0.077148437500 0.047851562500 0.085937500000 0.076171875000 +0.061279296875 0.057617187500 0.077636718750 0.037597656250 +0.024780273438 0.040039062500 0.019042968750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.047607421875 0.099609375000 0.098144531250 +0.147460937500 0.153320312500 0.112304687500 0.036132812500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.019165039062 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.015625000000 0.109375000000 0.133789062500 +0.159179687500 0.230468750000 0.259765625000 0.308593750000 +0.328125000000 0.314453125000 0.291015625000 0.277343750000 +0.251953125000 0.250000000000 0.215820312500 0.219726562500 +0.199218750000 0.200195312500 0.223632812500 0.255859375000 +0.238281250000 0.259765625000 0.257812500000 0.296875000000 +0.234375000000 0.208984375000 0.180664062500 0.131835937500 +0.070800781250 0.012817382812 0.029907226562 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.011413574219 +0.018310546875 0.000000000000 0.079101562500 0.074218750000 +0.065429687500 0.006195068359 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.022216796875 0.061767578125 +0.076171875000 0.013366699219 0.016845703125 0.006683349609 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.009765625000 0.074707031250 0.064453125000 +0.102539062500 0.099609375000 0.106445312500 0.082031250000 +0.022949218750 0.018554687500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.028442382812 0.099121093750 +0.083007812500 0.059814453125 0.037109375000 0.030151367188 +0.006652832031 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.122070312500 +0.165039062500 0.211914062500 0.244140625000 0.312500000000 +0.304687500000 0.314453125000 0.302734375000 0.229492187500 +0.187500000000 0.110351562500 0.050781250000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.012512207031 0.041748046875 0.057861328125 0.119140625000 +0.086425781250 0.037597656250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.006042480469 0.000000000000 0.012451171875 0.000413894653 +0.000000000000 0.000425338745 0.000421524048 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.055419921875 0.004394531250 0.054443359375 +0.092773437500 0.144531250000 0.133789062500 0.120605468750 +0.086914062500 0.072753906250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.002929687500 +0.086425781250 0.123535156250 0.157226562500 0.138671875000 +0.152343750000 0.154296875000 0.143554687500 0.121582031250 +0.053222656250 0.022460937500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.029907226562 0.041259765625 0.071777343750 0.108398437500 +0.071777343750 0.022949218750 0.030273437500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.064941406250 0.079101562500 0.035400390625 +0.115234375000 0.101562500000 0.059814453125 0.018066406250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.052490234375 +0.092285156250 0.096679687500 0.187500000000 0.232421875000 +0.209960937500 0.202148437500 0.167968750000 0.216796875000 +0.170898437500 0.155273437500 0.152343750000 0.120605468750 +0.115234375000 0.109375000000 0.128906250000 0.148437500000 +0.145507812500 0.150390625000 0.178710937500 0.201171875000 +0.188476562500 0.158203125000 0.206054687500 0.159179687500 +0.106933593750 0.066406250000 0.034912109375 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.008483886719 0.019042968750 0.062988281250 +0.055419921875 0.036621093750 0.000000000000 0.012756347656 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.035156250000 0.117675781250 0.158203125000 0.255859375000 +0.234375000000 0.318359375000 0.300781250000 0.353515625000 +0.287109375000 0.273437500000 0.205078125000 0.155273437500 +0.130859375000 0.049560546875 0.019653320312 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.023803710938 0.052978515625 0.074218750000 0.115234375000 +0.147460937500 0.170898437500 0.119628906250 0.104003906250 +0.057617187500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.020629882812 0.139648437500 +0.243164062500 0.333984375000 0.423828125000 0.468750000000 +0.462890625000 0.443359375000 0.451171875000 0.398437500000 +0.330078125000 0.261718750000 0.128906250000 0.072265625000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.002334594727 0.074707031250 0.043945312500 +0.068847656250 0.078613281250 0.081542968750 0.032714843750 +0.007507324219 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.026855468750 0.026733398438 +0.069335937500 0.107910156250 0.100585937500 0.124023437500 +0.136718750000 0.180664062500 0.198242187500 0.195312500000 +0.220703125000 0.253906250000 0.283203125000 0.320312500000 +0.306640625000 0.339843750000 0.353515625000 0.324218750000 +0.343750000000 0.287109375000 0.296875000000 0.243164062500 +0.209960937500 0.115722656250 0.010620117188 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.016479492188 +0.000000000000 0.102050781250 0.155273437500 0.269531250000 +0.234375000000 0.259765625000 0.273437500000 0.337890625000 +0.310546875000 0.240234375000 0.221679687500 0.166992187500 +0.106933593750 0.060791015625 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.201171875000 0.194335937500 0.291015625000 0.302734375000 +0.273437500000 0.253906250000 0.216796875000 0.242187500000 +0.269531250000 0.291015625000 0.330078125000 0.357421875000 +0.396484375000 0.429687500000 0.416015625000 0.400390625000 +0.402343750000 0.388671875000 0.369140625000 0.324218750000 +0.271484375000 0.225585937500 0.194335937500 0.164062500000 +0.126953125000 0.095214843750 0.088378906250 0.077148437500 +0.075195312500 0.070800781250 0.002059936523 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.011047363281 0.153320312500 0.275390625000 +0.375000000000 0.425781250000 0.419921875000 0.400390625000 +0.339843750000 0.225585937500 0.104003906250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.002883911133 0.000000000000 0.018554687500 0.046630859375 +0.074707031250 0.104980468750 0.137695312500 0.138671875000 +0.130859375000 0.130859375000 0.113281250000 0.081542968750 +0.046142578125 0.010375976562 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.024658203125 0.063476562500 0.139648437500 0.172851562500 +0.178710937500 0.185546875000 0.147460937500 0.083984375000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.064453125000 0.107421875000 +0.151367187500 0.150390625000 0.133789062500 0.093750000000 +0.025634765625 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.014648437500 +0.013122558594 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.005706787109 0.028320312500 0.109863281250 +0.185546875000 0.253906250000 0.271484375000 0.298828125000 +0.287109375000 0.255859375000 0.202148437500 0.143554687500 +0.054443359375 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.004394531250 +0.096679687500 0.185546875000 0.287109375000 0.390625000000 +0.466796875000 0.527343750000 0.578125000000 0.593750000000 +0.601562500000 0.609375000000 0.566406250000 0.523437500000 +0.445312500000 0.365234375000 0.312500000000 0.212890625000 +0.086914062500 0.014465332031 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.076660156250 0.143554687500 +0.204101562500 0.251953125000 0.257812500000 0.221679687500 +0.170898437500 0.109375000000 0.007720947266 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.001426696777 +0.043945312500 0.052734375000 0.016967773438 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.017089843750 0.088378906250 +0.168945312500 0.215820312500 0.221679687500 0.180664062500 +0.121093750000 0.044921875000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.004333496094 0.068847656250 0.083007812500 +0.084960937500 0.034423828125 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.075195312500 0.194335937500 0.318359375000 +0.414062500000 0.500000000000 0.574218750000 0.601562500000 +0.613281250000 0.578125000000 0.507812500000 0.412109375000 +0.302734375000 0.198242187500 0.093750000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.077148437500 +0.196289062500 0.349609375000 0.437500000000 0.515625000000 +0.570312500000 0.597656250000 0.589843750000 0.523437500000 +0.457031250000 0.367187500000 0.238281250000 0.103515625000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.008605957031 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.025390625000 0.049316406250 0.097167968750 +0.094238281250 0.089355468750 0.114257812500 0.118164062500 +0.099609375000 0.083007812500 0.095214843750 0.084960937500 +0.063964843750 0.039794921875 0.003143310547 0.019531250000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.028564453125 0.107421875000 +0.128906250000 0.165039062500 0.152343750000 0.097656250000 +0.047363281250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.033447265625 0.143554687500 +0.236328125000 0.318359375000 0.419921875000 0.500000000000 +0.554687500000 0.585937500000 0.535156250000 0.503906250000 +0.427734375000 0.314453125000 0.190429687500 0.019287109375 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.024658203125 0.095703125000 0.186523437500 +0.246093750000 0.265625000000 0.273437500000 0.207031250000 +0.115234375000 0.012451171875 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.080566406250 0.172851562500 0.259765625000 0.332031250000 +0.373046875000 0.388671875000 0.353515625000 0.292968750000 +0.230468750000 0.158203125000 0.090820312500 0.016235351562 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.047363281250 0.144531250000 0.220703125000 +0.308593750000 0.332031250000 0.345703125000 0.333984375000 +0.287109375000 0.210937500000 0.083007812500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.046142578125 0.184570312500 +0.269531250000 0.326171875000 0.367187500000 0.367187500000 +0.332031250000 0.296875000000 0.241210937500 0.167968750000 +0.095703125000 0.069824218750 0.054199218750 0.031005859375 +0.032226562500 0.040527343750 0.064941406250 0.076660156250 +0.096679687500 0.118164062500 0.116210937500 0.067871093750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.049560546875 0.153320312500 +0.255859375000 0.367187500000 0.441406250000 0.488281250000 +0.496093750000 0.500000000000 0.470703125000 0.400390625000 +0.302734375000 0.199218750000 0.071777343750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.062988281250 +0.147460937500 0.224609375000 0.253906250000 0.246093750000 +0.189453125000 0.080078125000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.078125000000 +0.213867187500 0.333984375000 0.416015625000 0.470703125000 +0.507812500000 0.503906250000 0.498046875000 0.503906250000 +0.482421875000 0.486328125000 0.460937500000 0.457031250000 +0.445312500000 0.447265625000 0.449218750000 0.435546875000 +0.423828125000 0.394531250000 0.373046875000 0.351562500000 +0.310546875000 0.269531250000 0.238281250000 0.236328125000 +0.216796875000 0.168945312500 0.125976562500 0.115722656250 +0.134765625000 0.135742187500 0.100097656250 0.066406250000 +0.037353515625 0.005462646484 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.009521484375 0.045410156250 0.079101562500 0.166015625000 +0.255859375000 0.333984375000 0.378906250000 0.425781250000 +0.486328125000 0.535156250000 0.535156250000 0.515625000000 +0.511718750000 0.472656250000 0.445312500000 0.427734375000 +0.425781250000 0.408203125000 0.414062500000 0.402343750000 +0.373046875000 0.353515625000 0.322265625000 0.296875000000 +0.236328125000 0.167968750000 0.091796875000 0.018798828125 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.027099609375 0.097656250000 +0.136718750000 0.118652343750 0.122070312500 0.091796875000 +0.045410156250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.093750000000 0.194335937500 +0.304687500000 0.423828125000 0.492187500000 0.523437500000 +0.535156250000 0.486328125000 0.425781250000 0.324218750000 +0.214843750000 0.103027343750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.072265625000 +0.132812500000 0.131835937500 0.089843750000 0.025268554688 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.015563964844 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.002334594727 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000137329102 0.011169433594 +0.025878906250 0.010986328125 0.097167968750 0.052246093750 +0.062988281250 0.049560546875 0.051513671875 0.084472656250 +0.052978515625 0.009216308594 0.016357421875 0.025512695312 +0.008544921875 0.010864257812 0.000000000000 0.000000000000 +0.000000000000 0.006469726562 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.005523681641 0.004821777344 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.008850097656 0.013671875000 +0.049072265625 0.009826660156 0.051025390625 0.002868652344 +0.024902343750 0.058349609375 0.000293731689 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.005981445312 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.024169921875 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.002380371094 +0.000000000000 0.000000000000 0.035644531250 0.018920898438 +0.008056640625 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.030273437500 0.051025390625 0.039794921875 0.030029296875 +0.042480468750 0.070312500000 0.048583984375 0.075195312500 +0.045166015625 0.020507812500 0.015625000000 0.041503906250 +0.027587890625 0.035644531250 0.002166748047 0.000000000000 +0.018310546875 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.017333984375 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.019409179688 0.017333984375 0.033935546875 0.080078125000 +0.098632812500 0.066894531250 0.050048828125 0.005218505859 +0.020141601562 0.005615234375 0.009277343750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.012145996094 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.028320312500 0.072265625000 0.037109375000 0.015441894531 +0.007110595703 0.065917968750 0.078125000000 0.079101562500 +0.062988281250 0.054199218750 0.074707031250 0.069824218750 +0.048339843750 0.051757812500 0.024658203125 0.025268554688 +0.012512207031 0.018676757812 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.011596679688 0.041015625000 0.030761718750 +0.010009765625 0.034423828125 0.044677734375 0.071777343750 +0.091308593750 0.048583984375 0.026245117188 0.010620117188 +0.031738281250 0.000000000000 0.004791259766 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.007720947266 0.011474609375 0.058349609375 +0.070312500000 0.036132812500 0.041259765625 0.000598907471 +0.061523437500 0.038085937500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.507812500000 0.457031250000 0.296875000000 0.068359375000 +0.026000976562 0.024169921875 0.000000000000 0.020629882812 +0.059814453125 0.097167968750 0.130859375000 0.159179687500 +0.193359375000 0.168945312500 0.136718750000 0.112792968750 +0.052978515625 0.008056640625 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.052490234375 +0.200195312500 0.324218750000 0.406250000000 0.398437500000 +0.396484375000 0.335937500000 0.245117187500 0.129882812500 +0.009277343750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.035888671875 0.045410156250 +0.047851562500 0.018798828125 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.005035400391 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.087402343750 0.183593750000 0.302734375000 +0.320312500000 0.361328125000 0.363281250000 0.314453125000 +0.175781250000 0.035644531250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.126953125000 0.261718750000 +0.384765625000 0.484375000000 0.519531250000 0.562500000000 +0.589843750000 0.578125000000 0.511718750000 0.376953125000 +0.232421875000 0.124511718750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.007873535156 0.014099121094 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.010009765625 0.002029418945 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.004302978516 0.071289062500 0.073242187500 +0.036376953125 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.080566406250 0.137695312500 +0.169921875000 0.135742187500 0.078613281250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.001373291016 +0.142578125000 0.312500000000 0.408203125000 0.511718750000 +0.570312500000 0.566406250000 0.539062500000 0.427734375000 +0.335937500000 0.191406250000 0.049804687500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.010192871094 0.127929687500 0.215820312500 +0.287109375000 0.335937500000 0.292968750000 0.265625000000 +0.178710937500 0.033203125000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.007751464844 0.028564453125 0.084960937500 +0.076171875000 0.037353515625 0.011840820312 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.061767578125 0.108886718750 0.131835937500 +0.077636718750 0.058837890625 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.088867187500 0.179687500000 +0.227539062500 0.230468750000 0.147460937500 0.065917968750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.007385253906 +0.164062500000 0.308593750000 0.382812500000 0.484375000000 +0.519531250000 0.486328125000 0.439453125000 0.382812500000 +0.277343750000 0.150390625000 0.022094726562 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.017578125000 0.015563964844 0.016723632812 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.004638671875 0.041259765625 +0.075683593750 0.076171875000 0.053710937500 0.052734375000 +0.063964843750 0.059326171875 0.031250000000 0.002517700195 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.002609252930 0.000000000000 +0.038818359375 0.071289062500 0.085937500000 0.054687500000 +0.006378173828 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.030883789062 0.155273437500 0.251953125000 +0.308593750000 0.359375000000 0.328125000000 0.298828125000 +0.224609375000 0.177734375000 0.097167968750 0.013183593750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.093750000000 0.176757812500 +0.250000000000 0.306640625000 0.330078125000 0.345703125000 +0.333984375000 0.291015625000 0.209960937500 0.096679687500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.026000976562 +0.068359375000 0.075195312500 0.033691406250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.071289062500 0.223632812500 0.333984375000 +0.384765625000 0.357421875000 0.267578125000 0.111816406250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.108398437500 0.249023437500 0.312500000000 0.369140625000 +0.347656250000 0.310546875000 0.250000000000 0.167968750000 +0.118652343750 0.088867187500 0.079589843750 0.113769531250 +0.128906250000 0.160156250000 0.198242187500 0.234375000000 +0.220703125000 0.174804687500 0.146484375000 0.055419921875 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.095703125000 0.183593750000 0.275390625000 +0.298828125000 0.314453125000 0.333984375000 0.332031250000 +0.285156250000 0.225585937500 0.162109375000 0.089843750000 +0.046386718750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.003158569336 0.076660156250 0.091796875000 +0.053710937500 0.034179687500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.071289062500 0.197265625000 0.302734375000 +0.419921875000 0.478515625000 0.478515625000 0.451171875000 +0.400390625000 0.275390625000 0.132812500000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.045410156250 0.104980468750 0.115722656250 +0.055419921875 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.021728515625 0.067871093750 0.029541015625 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000930786133 0.003417968750 0.001213073730 0.000000000000 +0.011230468750 0.013183593750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.005523681641 0.050292968750 +0.091308593750 0.125000000000 0.113769531250 0.115234375000 +0.064941406250 0.004638671875 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.060302734375 0.109375000000 +0.132812500000 0.145507812500 0.148437500000 0.128906250000 +0.110351562500 0.079589843750 0.023803710938 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.090820312500 0.169921875000 0.199218750000 0.204101562500 +0.166015625000 0.101562500000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.001579284668 0.012145996094 0.021606445312 +0.009582519531 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.020019531250 +0.076171875000 0.103515625000 0.099121093750 0.052246093750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.075195312500 0.176757812500 +0.239257812500 0.241210937500 0.208007812500 0.159179687500 +0.103027343750 0.026733398438 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.035156250000 0.097656250000 0.122558593750 0.120117187500 +0.100585937500 0.057373046875 0.012878417969 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.035156250000 +0.074707031250 0.110839843750 0.103515625000 0.113281250000 +0.080078125000 0.062011718750 0.011962890625 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.044921875000 0.062500000000 0.062255859375 0.054199218750 +0.028198242188 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.033691406250 0.102050781250 0.165039062500 0.228515625000 +0.257812500000 0.242187500000 0.230468750000 0.187500000000 +0.126953125000 0.066406250000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.003387451172 0.061523437500 0.110351562500 +0.124511718750 0.135742187500 0.121582031250 0.094726562500 +0.063476562500 0.031738281250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.009521484375 0.095703125000 0.117675781250 +0.112304687500 0.066894531250 0.025024414062 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.052734375000 0.152343750000 0.246093750000 0.300781250000 +0.308593750000 0.287109375000 0.259765625000 0.188476562500 +0.116210937500 0.041503906250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.022460937500 +0.054199218750 0.060791015625 0.035644531250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.094238281250 0.180664062500 0.235351562500 0.241210937500 +0.210937500000 0.135742187500 0.053710937500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.036376953125 +0.057373046875 0.066894531250 0.062500000000 0.044433593750 +0.025512695312 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.033203125000 0.096191406250 0.147460937500 0.165039062500 +0.131835937500 0.103515625000 0.025268554688 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.027587890625 0.086914062500 +0.143554687500 0.212890625000 0.232421875000 0.219726562500 +0.158203125000 0.090820312500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.055664062500 0.102050781250 0.124023437500 0.144531250000 +0.160156250000 0.166992187500 0.149414062500 0.149414062500 +0.129882812500 0.072265625000 0.006988525391 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.046875000000 0.103515625000 0.101562500000 0.058593750000 +0.006622314453 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.064941406250 0.128906250000 0.161132812500 +0.156250000000 0.124023437500 0.047607421875 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.011474609375 0.099121093750 0.175781250000 0.233398437500 +0.269531250000 0.279296875000 0.240234375000 0.191406250000 +0.137695312500 0.074218750000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000579833984 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.019897460938 0.011108398438 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.004272460938 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.025024414062 0.076660156250 0.097167968750 0.130859375000 +0.120117187500 0.085449218750 0.013916015625 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.045166015625 0.137695312500 0.190429687500 0.228515625000 +0.224609375000 0.217773437500 0.192382812500 0.171875000000 +0.107421875000 0.023803710938 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.051757812500 +0.125976562500 0.173828125000 0.236328125000 0.273437500000 +0.308593750000 0.316406250000 0.294921875000 0.250000000000 +0.203125000000 0.109863281250 0.016235351562 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.008056640625 0.064453125000 0.085937500000 +0.101562500000 0.086425781250 0.066894531250 0.025024414062 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.010742187500 +0.077148437500 0.151367187500 0.200195312500 0.247070312500 +0.298828125000 0.322265625000 0.283203125000 0.215820312500 +0.119140625000 0.003387451172 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.094238281250 0.193359375000 0.223632812500 +0.210937500000 0.158203125000 0.066406250000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.036132812500 0.109375000000 0.119140625000 0.115234375000 +0.088867187500 0.065917968750 0.009887695312 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.003158569336 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.024291992188 0.098144531250 +0.134765625000 0.159179687500 0.151367187500 0.136718750000 +0.122558593750 0.100585937500 0.052734375000 0.004394531250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.051757812500 0.135742187500 0.189453125000 0.210937500000 +0.238281250000 0.241210937500 0.215820312500 0.148437500000 +0.055908203125 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.004943847656 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.032714843750 0.122558593750 0.184570312500 0.218750000000 +0.169921875000 0.088867187500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.059570312500 0.098632812500 0.136718750000 0.128906250000 +0.099121093750 0.022705078125 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.022583007812 +0.061279296875 0.111328125000 0.167968750000 0.142578125000 +0.086914062500 0.055175781250 0.020874023438 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.089843750000 +0.170898437500 0.228515625000 0.218750000000 0.208984375000 +0.155273437500 0.058349609375 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.039306640625 0.066894531250 +0.064453125000 0.106445312500 0.075683593750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.001365661621 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.013488769531 0.029663085938 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.068359375000 +0.114746093750 0.129882812500 0.086425781250 0.035888671875 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.043212890625 0.125976562500 0.148437500000 +0.172851562500 0.197265625000 0.217773437500 0.168945312500 +0.097656250000 0.057861328125 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.057617187500 0.057861328125 0.039306640625 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000440597534 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.015625000000 0.086914062500 0.123046875000 +0.113769531250 0.111328125000 0.063964843750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.021240234375 0.060791015625 0.106445312500 +0.082031250000 0.039306640625 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.029663085938 +0.092285156250 0.077148437500 0.012573242188 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.066406250000 0.115234375000 +0.050781250000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.078125000000 0.144531250000 +0.165039062500 0.187500000000 0.137695312500 0.040771484375 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.056396484375 0.077148437500 +0.076171875000 0.079589843750 0.083007812500 0.015991210938 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.027221679688 0.052490234375 0.057861328125 +0.046142578125 0.021362304688 0.001937866211 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.011291503906 0.040039062500 +0.091308593750 0.122558593750 0.105957031250 0.107421875000 +0.091308593750 0.049072265625 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.016723632812 +0.087402343750 0.108398437500 0.114257812500 0.134765625000 +0.093750000000 0.020751953125 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.038085937500 0.058349609375 0.043212890625 +0.049560546875 0.049316406250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.030761718750 0.087890625000 0.101562500000 0.090332031250 +0.056884765625 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.060546875000 +0.084472656250 0.031127929688 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.038574218750 0.051269531250 0.059814453125 0.033935546875 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.033203125000 0.173828125000 0.279296875000 +0.349609375000 0.335937500000 0.279296875000 0.218750000000 +0.046875000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.006958007812 +0.054443359375 0.024291992188 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.027099609375 0.100585937500 0.161132812500 0.227539062500 +0.304687500000 0.349609375000 0.408203125000 0.460937500000 +0.515625000000 0.531250000000 0.570312500000 0.601562500000 +0.585937500000 0.531250000000 0.519531250000 0.468750000000 +0.445312500000 0.417968750000 0.437500000000 0.429687500000 +0.451171875000 0.455078125000 0.488281250000 0.503906250000 +0.570312500000 0.562500000000 0.582031250000 0.542968750000 +0.500000000000 0.433593750000 0.332031250000 0.273437500000 +0.173828125000 0.103515625000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.027465820312 0.104003906250 +0.144531250000 0.241210937500 0.232421875000 0.298828125000 +0.347656250000 0.294921875000 0.253906250000 0.225585937500 +0.125976562500 0.057861328125 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.041992187500 0.110839843750 0.131835937500 +0.165039062500 0.156250000000 0.150390625000 0.112304687500 +0.072265625000 0.036132812500 0.029785156250 0.000000000000 +0.035400390625 0.000000000000 0.000000000000 0.023803710938 +0.035156250000 0.042968750000 0.068847656250 0.100585937500 +0.064453125000 0.063964843750 0.061767578125 0.013244628906 +0.020141601562 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.021484375000 0.068359375000 0.080566406250 +0.125976562500 0.087890625000 0.001449584961 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.110839843750 +0.166992187500 0.246093750000 0.300781250000 0.332031250000 +0.369140625000 0.378906250000 0.294921875000 0.212890625000 +0.118652343750 0.045410156250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.003845214844 0.009826660156 0.037353515625 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.060302734375 0.117675781250 +0.141601562500 0.098144531250 0.082519531250 0.049072265625 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.019897460938 +0.061767578125 0.029907226562 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.010742187500 0.021484375000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.073242187500 0.052978515625 +0.048339843750 0.008666992188 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.049316406250 0.114746093750 0.132812500000 +0.154296875000 0.117675781250 0.098632812500 0.093750000000 +0.040527343750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000286102295 0.082519531250 +0.134765625000 0.233398437500 0.287109375000 0.326171875000 +0.398437500000 0.429687500000 0.451171875000 0.472656250000 +0.402343750000 0.302734375000 0.213867187500 0.118164062500 +0.074707031250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.011108398438 +0.099609375000 0.210937500000 0.147460937500 0.100585937500 +0.051269531250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000341415405 0.190429687500 +0.341796875000 0.431640625000 0.482421875000 0.498046875000 +0.539062500000 0.519531250000 0.496093750000 0.466796875000 +0.425781250000 0.417968750000 0.343750000000 0.324218750000 +0.339843750000 0.312500000000 0.333984375000 0.375000000000 +0.398437500000 0.423828125000 0.427734375000 0.445312500000 +0.417968750000 0.367187500000 0.306640625000 0.225585937500 +0.122070312500 0.001075744629 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.010375976562 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.125976562500 0.291015625000 +0.455078125000 0.546875000000 0.636718750000 0.675781250000 +0.656250000000 0.621093750000 0.535156250000 0.498046875000 +0.347656250000 0.222656250000 0.083496093750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.088378906250 0.294921875000 +0.449218750000 0.613281250000 0.710937500000 0.746093750000 +0.753906250000 0.746093750000 0.687500000000 0.617187500000 +0.535156250000 0.410156250000 0.281250000000 0.188476562500 +0.081542968750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.025268554688 0.137695312500 0.194335937500 0.275390625000 +0.308593750000 0.314453125000 0.316406250000 0.267578125000 +0.162109375000 0.068359375000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.066894531250 0.202148437500 +0.294921875000 0.408203125000 0.484375000000 0.562500000000 +0.582031250000 0.605468750000 0.628906250000 0.597656250000 +0.562500000000 0.535156250000 0.455078125000 0.414062500000 +0.367187500000 0.294921875000 0.224609375000 0.196289062500 +0.156250000000 0.083007812500 0.016113281250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.005737304688 0.080566406250 0.122558593750 0.169921875000 +0.179687500000 0.142578125000 0.085449218750 0.019409179688 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.050292968750 0.118164062500 0.243164062500 0.337890625000 +0.419921875000 0.457031250000 0.500000000000 0.496093750000 +0.498046875000 0.476562500000 0.400390625000 0.347656250000 +0.300781250000 0.196289062500 0.078125000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.008544921875 +0.077148437500 0.137695312500 0.170898437500 0.171875000000 +0.144531250000 0.080078125000 0.004150390625 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.109863281250 +0.125976562500 0.253906250000 0.255859375000 0.271484375000 +0.167968750000 0.086914062500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.054931640625 0.125976562500 0.157226562500 0.193359375000 +0.230468750000 0.224609375000 0.193359375000 0.113281250000 +0.089843750000 0.020874023438 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.025878906250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.034179687500 +0.097167968750 0.057861328125 0.041748046875 0.003128051758 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.049560546875 0.115234375000 0.140625000000 0.154296875000 +0.170898437500 0.115234375000 0.041015625000 0.010253906250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.041259765625 0.066894531250 +0.132812500000 0.208007812500 0.204101562500 0.135742187500 +0.051757812500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.011718750000 0.065917968750 0.092773437500 +0.043212890625 0.013244628906 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.011962890625 +0.114257812500 0.131835937500 0.189453125000 0.173828125000 +0.209960937500 0.151367187500 0.118164062500 0.115234375000 +0.000972747803 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.025024414062 0.043212890625 +0.069335937500 0.040527343750 0.045166015625 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.051513671875 0.098144531250 0.116210937500 0.086425781250 +0.082031250000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.023681640625 +0.039306640625 0.018310546875 0.079589843750 0.082031250000 +0.082519531250 0.095703125000 0.093261718750 0.048095703125 +0.012512207031 0.000000000000 0.005889892578 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.007568359375 +0.022827148438 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.005340576172 +0.043212890625 0.033691406250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.031250000000 0.114257812500 0.168945312500 0.191406250000 +0.139648437500 0.171875000000 0.037109375000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000724792480 +0.031127929688 0.051025390625 0.083007812500 0.044677734375 +0.057617187500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.081542968750 0.049560546875 +0.090332031250 0.011352539062 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.001182556152 0.104003906250 0.178710937500 0.186523437500 +0.225585937500 0.187500000000 0.172851562500 0.124511718750 +0.055175781250 0.008178710938 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.038818359375 0.108398437500 +0.166992187500 0.165039062500 0.132812500000 0.050292968750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.034667968750 0.124511718750 0.121582031250 +0.092285156250 0.087890625000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000915527344 0.108886718750 0.174804687500 0.183593750000 +0.144531250000 0.034667968750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.012939453125 0.036865234375 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.053710937500 0.071777343750 0.075683593750 +0.096679687500 0.073730468750 0.000156402588 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.092285156250 +0.146484375000 0.177734375000 0.139648437500 0.037597656250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.107421875000 0.155273437500 0.227539062500 0.237304687500 +0.184570312500 0.092285156250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.001304626465 +0.017822265625 0.085449218750 0.113281250000 0.118164062500 +0.162109375000 0.141601562500 0.111328125000 0.043457031250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.068847656250 0.161132812500 0.261718750000 +0.320312500000 0.330078125000 0.324218750000 0.312500000000 +0.267578125000 0.161132812500 0.084960937500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.023193359375 +0.133789062500 0.168945312500 0.217773437500 0.180664062500 +0.144531250000 0.056640625000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.092285156250 +0.112792968750 0.162109375000 0.136718750000 0.127929687500 +0.126953125000 0.024414062500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.024291992188 +0.074218750000 0.180664062500 0.224609375000 0.251953125000 +0.291015625000 0.310546875000 0.283203125000 0.251953125000 +0.188476562500 0.103027343750 0.003158569336 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.069335937500 0.121582031250 0.130859375000 0.120605468750 +0.104003906250 0.024536132812 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.083496093750 0.066894531250 0.130859375000 0.158203125000 +0.134765625000 0.126953125000 0.135742187500 0.064941406250 +0.052246093750 0.000000000000 0.000000000000 0.004943847656 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.013427734375 +0.000000000000 0.062500000000 0.075195312500 0.097167968750 +0.090332031250 0.120605468750 0.113769531250 0.102050781250 +0.095703125000 0.093750000000 0.062988281250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.048095703125 0.126953125000 +0.136718750000 0.157226562500 0.133789062500 0.005126953125 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.037841796875 +0.088867187500 0.096191406250 0.072753906250 0.064453125000 +0.017089843750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.014160156250 0.025878906250 +0.119140625000 0.082519531250 0.108398437500 0.102539062500 +0.015136718750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.091308593750 +0.133789062500 0.087890625000 0.134765625000 0.138671875000 +0.055175781250 0.008056640625 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.028930664062 +0.084960937500 0.130859375000 0.150390625000 0.122070312500 +0.118652343750 0.113769531250 0.033447265625 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.038574218750 0.126953125000 0.169921875000 0.174804687500 +0.143554687500 0.096191406250 0.010559082031 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.045166015625 +0.095214843750 0.134765625000 0.132812500000 0.060058593750 +0.009338378906 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.003433227539 0.052490234375 0.148437500000 0.172851562500 +0.188476562500 0.230468750000 0.187500000000 0.166992187500 +0.163085937500 0.131835937500 0.108886718750 0.121582031250 +0.140625000000 0.127929687500 0.102539062500 0.083984375000 +0.096191406250 0.063964843750 0.063476562500 0.059814453125 +0.026855468750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.023071289062 0.011840820312 0.031738281250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.079101562500 0.158203125000 0.160156250000 0.163085937500 +0.172851562500 0.102539062500 0.048583984375 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.045410156250 0.110839843750 0.172851562500 0.175781250000 +0.163085937500 0.177734375000 0.104003906250 0.084472656250 +0.014038085938 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.033691406250 +0.124511718750 0.176757812500 0.161132812500 0.155273437500 +0.122558593750 0.063964843750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.039306640625 +0.129882812500 0.140625000000 0.178710937500 0.144531250000 +0.158203125000 0.097656250000 0.029907226562 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.003738403320 0.062255859375 +0.075683593750 0.114746093750 0.039794921875 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.094238281250 0.145507812500 0.134765625000 +0.084472656250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.048095703125 +0.090820312500 0.137695312500 0.139648437500 0.098144531250 +0.068847656250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.089355468750 +0.123535156250 0.160156250000 0.172851562500 0.114746093750 +0.028930664062 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.044433593750 +0.109375000000 0.125976562500 0.170898437500 0.183593750000 +0.191406250000 0.085937500000 0.092285156250 0.060058593750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.074707031250 +0.140625000000 0.118164062500 0.102539062500 0.046630859375 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.024902343750 0.103515625000 0.112792968750 0.065917968750 +0.025146484375 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.064453125000 0.153320312500 0.171875000000 0.186523437500 +0.184570312500 0.158203125000 0.094726562500 0.041259765625 +0.020874023438 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.027954101562 0.017822265625 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.023559570312 0.031738281250 +0.084960937500 0.090820312500 0.112304687500 0.182617187500 +0.147460937500 0.131835937500 0.079101562500 0.068359375000 +0.013671875000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.099121093750 0.165039062500 0.233398437500 +0.287109375000 0.271484375000 0.263671875000 0.186523437500 +0.190429687500 0.167968750000 0.103027343750 0.048339843750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.027954101562 +0.104492187500 0.109375000000 0.089355468750 0.127929687500 +0.118164062500 0.157226562500 0.080078125000 0.008850097656 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.055908203125 0.052490234375 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.015625000000 +0.002853393555 0.000000000000 0.000000000000 0.008605957031 +0.029174804688 0.004669189453 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.003341674805 +0.103515625000 0.148437500000 0.222656250000 0.205078125000 +0.210937500000 0.190429687500 0.143554687500 0.033691406250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.041748046875 0.138671875000 0.202148437500 +0.191406250000 0.146484375000 0.071777343750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.062500000000 +0.062500000000 0.042968750000 0.038574218750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.005126953125 0.077636718750 0.110839843750 +0.178710937500 0.190429687500 0.238281250000 0.279296875000 +0.283203125000 0.255859375000 0.215820312500 0.174804687500 +0.154296875000 0.051757812500 0.043457031250 0.032470703125 +0.036376953125 0.082031250000 0.059082031250 0.103515625000 +0.121582031250 0.183593750000 0.189453125000 0.215820312500 +0.166015625000 0.091796875000 0.028930664062 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.038085937500 0.121093750000 +0.233398437500 0.259765625000 0.291015625000 0.281250000000 +0.263671875000 0.244140625000 0.143554687500 0.051513671875 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.017211914062 0.000000000000 0.047119140625 +0.029174804688 0.052734375000 0.065429687500 0.098632812500 +0.102050781250 0.104492187500 0.102539062500 0.039306640625 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.007476806641 +0.022827148438 0.079589843750 0.109375000000 0.153320312500 +0.144531250000 0.095214843750 0.112304687500 0.142578125000 +0.146484375000 0.102539062500 0.099121093750 0.083496093750 +0.120117187500 0.083007812500 0.033691406250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.073242187500 0.129882812500 +0.136718750000 0.145507812500 0.104492187500 0.049804687500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.001388549805 0.008850097656 0.016357421875 0.036376953125 +0.059570312500 0.060058593750 0.037841796875 0.007446289062 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.005310058594 0.091796875000 0.137695312500 +0.178710937500 0.172851562500 0.129882812500 0.048828125000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.021606445312 +0.125000000000 0.171875000000 0.245117187500 0.271484375000 +0.283203125000 0.273437500000 0.255859375000 0.197265625000 +0.118164062500 0.035888671875 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.029663085938 +0.134765625000 0.214843750000 0.294921875000 0.337890625000 +0.357421875000 0.343750000000 0.308593750000 0.289062500000 +0.281250000000 0.184570312500 0.147460937500 0.001068115234 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.001930236816 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.004333496094 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.009094238281 0.012573242188 0.123535156250 0.137695312500 +0.148437500000 0.124511718750 0.104003906250 0.049072265625 +0.029541015625 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.002624511719 0.067382812500 0.128906250000 0.144531250000 +0.159179687500 0.116699218750 0.101074218750 0.003906250000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.038085937500 0.088378906250 +0.076660156250 0.021240234375 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.058593750000 +0.051513671875 0.089355468750 0.025878906250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.012939453125 +0.004058837891 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.022583007812 0.078125000000 +0.140625000000 0.143554687500 0.045166015625 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.090332031250 +0.137695312500 0.180664062500 0.188476562500 0.208007812500 +0.150390625000 0.107421875000 0.019897460938 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.049560546875 0.118652343750 0.155273437500 +0.167968750000 0.166992187500 0.083007812500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.036621093750 +0.059570312500 0.098632812500 0.113769531250 0.121582031250 +0.139648437500 0.121582031250 0.143554687500 0.127929687500 +0.170898437500 0.150390625000 0.156250000000 0.178710937500 +0.184570312500 0.196289062500 0.174804687500 0.158203125000 +0.173828125000 0.216796875000 0.225585937500 0.212890625000 +0.215820312500 0.255859375000 0.296875000000 0.304687500000 +0.275390625000 0.283203125000 0.304687500000 0.304687500000 +0.263671875000 0.200195312500 0.127929687500 0.085449218750 +0.054443359375 0.039062500000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.052001953125 0.075683593750 +0.125000000000 0.122070312500 0.175781250000 0.166015625000 +0.180664062500 0.181640625000 0.180664062500 0.142578125000 +0.130859375000 0.113281250000 0.133789062500 0.189453125000 +0.221679687500 0.218750000000 0.196289062500 0.180664062500 +0.158203125000 0.120605468750 0.074218750000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.025878906250 0.134765625000 0.211914062500 0.248046875000 +0.215820312500 0.203125000000 0.107421875000 0.085937500000 +0.031494140625 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.031738281250 +0.128906250000 0.188476562500 0.263671875000 0.308593750000 +0.345703125000 0.337890625000 0.330078125000 0.308593750000 +0.199218750000 0.133789062500 0.021362304688 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.060791015625 +0.155273437500 0.234375000000 0.245117187500 0.253906250000 +0.234375000000 0.161132812500 0.062011718750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.045654296875 0.080078125000 +0.130859375000 0.139648437500 0.062500000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.007781982422 0.009826660156 0.045166015625 0.097656250000 +0.062988281250 0.013427734375 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.031494140625 +0.058349609375 0.131835937500 0.149414062500 0.148437500000 +0.168945312500 0.183593750000 0.187500000000 0.183593750000 +0.152343750000 0.142578125000 0.125976562500 0.109375000000 +0.087402343750 0.045410156250 0.003967285156 0.010498046875 +0.000000000000 0.000000000000 0.012817382812 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.046142578125 0.157226562500 +0.228515625000 0.320312500000 0.349609375000 0.341796875000 +0.328125000000 0.267578125000 0.172851562500 0.074218750000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.137695312500 0.249023437500 0.314453125000 0.347656250000 +0.337890625000 0.292968750000 0.178710937500 0.022094726562 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.062011718750 0.118652343750 0.172851562500 0.236328125000 +0.220703125000 0.221679687500 0.138671875000 0.053466796875 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.003112792969 +0.057128906250 0.121093750000 0.225585937500 0.291015625000 +0.345703125000 0.392578125000 0.429687500000 0.392578125000 +0.423828125000 0.384765625000 0.359375000000 0.292968750000 +0.201171875000 0.193359375000 0.164062500000 0.140625000000 +0.124511718750 0.158203125000 0.195312500000 0.246093750000 +0.294921875000 0.294921875000 0.306640625000 0.302734375000 +0.255859375000 0.198242187500 0.085937500000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.004211425781 0.162109375000 0.265625000000 +0.357421875000 0.423828125000 0.484375000000 0.460937500000 +0.449218750000 0.353515625000 0.246093750000 0.186523437500 +0.080078125000 0.021972656250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.034667968750 0.062500000000 +0.060302734375 0.107910156250 0.108886718750 0.170898437500 +0.203125000000 0.208007812500 0.173828125000 0.185546875000 +0.205078125000 0.222656250000 0.207031250000 0.205078125000 +0.172851562500 0.123046875000 0.073730468750 0.048095703125 +0.021850585938 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.059570312500 +0.102539062500 0.130859375000 0.180664062500 0.199218750000 +0.232421875000 0.232421875000 0.228515625000 0.255859375000 +0.240234375000 0.257812500000 0.271484375000 0.242187500000 +0.243164062500 0.279296875000 0.265625000000 0.251953125000 +0.235351562500 0.210937500000 0.239257812500 0.184570312500 +0.083496093750 0.012756347656 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.064941406250 0.173828125000 0.231445312500 0.300781250000 +0.330078125000 0.312500000000 0.279296875000 0.179687500000 +0.112792968750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.014526367188 +0.069335937500 0.130859375000 0.157226562500 0.168945312500 +0.204101562500 0.213867187500 0.207031250000 0.186523437500 +0.102539062500 0.031738281250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.001678466797 +0.029785156250 0.056640625000 0.033691406250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.003814697266 0.070312500000 0.084472656250 +0.094238281250 0.067871093750 0.019287109375 0.011535644531 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.026489257812 0.055175781250 +0.032958984375 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.004333496094 0.130859375000 0.228515625000 0.269531250000 +0.310546875000 0.279296875000 0.289062500000 0.203125000000 +0.126953125000 0.026611328125 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.007019042969 0.065429687500 0.183593750000 0.231445312500 +0.304687500000 0.353515625000 0.388671875000 0.417968750000 +0.423828125000 0.435546875000 0.398437500000 0.343750000000 +0.263671875000 0.182617187500 0.082031250000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.066406250000 0.119628906250 +0.259765625000 0.355468750000 0.425781250000 0.480468750000 +0.523437500000 0.550781250000 0.539062500000 0.472656250000 +0.398437500000 0.322265625000 0.250000000000 0.165039062500 +0.075195312500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.070800781250 +0.123046875000 0.139648437500 0.116210937500 0.126953125000 +0.100097656250 0.108886718750 0.068847656250 0.042480468750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.031494140625 +0.031738281250 0.026367187500 0.047119140625 0.084472656250 +0.066406250000 0.055419921875 0.030639648438 0.001693725586 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.033203125000 0.061523437500 +0.060791015625 0.081542968750 0.098632812500 0.109375000000 +0.104980468750 0.099609375000 0.067871093750 0.032470703125 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.013244628906 0.063476562500 +0.115234375000 0.180664062500 0.209960937500 0.227539062500 +0.261718750000 0.265625000000 0.250000000000 0.206054687500 +0.121093750000 0.035888671875 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.117675781250 0.210937500000 0.296875000000 0.339843750000 +0.349609375000 0.287109375000 0.201171875000 0.054931640625 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.011291503906 +0.125000000000 0.200195312500 0.271484375000 0.251953125000 +0.255859375000 0.192382812500 0.130859375000 0.054931640625 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.005920410156 0.121582031250 0.176757812500 0.246093750000 +0.255859375000 0.251953125000 0.199218750000 0.083496093750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.085449218750 0.163085937500 0.177734375000 +0.194335937500 0.144531250000 0.094726562500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.033691406250 0.153320312500 0.251953125000 0.322265625000 +0.330078125000 0.312500000000 0.261718750000 0.151367187500 +0.019042968750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.031738281250 0.065429687500 0.071777343750 0.028808593750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.121582031250 0.235351562500 0.300781250000 +0.347656250000 0.382812500000 0.363281250000 0.341796875000 +0.267578125000 0.202148437500 0.078613281250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.051513671875 +0.102050781250 0.161132812500 0.170898437500 0.193359375000 +0.170898437500 0.132812500000 0.046630859375 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.084472656250 0.182617187500 +0.275390625000 0.324218750000 0.351562500000 0.351562500000 +0.402343750000 0.398437500000 0.390625000000 0.355468750000 +0.337890625000 0.308593750000 0.304687500000 0.285156250000 +0.285156250000 0.281250000000 0.292968750000 0.337890625000 +0.343750000000 0.363281250000 0.369140625000 0.439453125000 +0.488281250000 0.503906250000 0.462890625000 0.449218750000 +0.447265625000 0.445312500000 0.431640625000 0.373046875000 +0.343750000000 0.298828125000 0.236328125000 0.199218750000 +0.139648437500 0.111816406250 0.076660156250 0.089843750000 +0.105468750000 0.102050781250 0.079589843750 0.085449218750 +0.148437500000 0.188476562500 0.205078125000 0.217773437500 +0.257812500000 0.289062500000 0.347656250000 0.355468750000 +0.367187500000 0.357421875000 0.355468750000 0.357421875000 +0.373046875000 0.375000000000 0.363281250000 0.388671875000 +0.392578125000 0.369140625000 0.378906250000 0.328125000000 +0.310546875000 0.275390625000 0.225585937500 0.138671875000 +0.057128906250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.003402709961 0.123535156250 +0.208984375000 0.261718750000 0.271484375000 0.300781250000 +0.310546875000 0.285156250000 0.215820312500 0.111816406250 +0.027343750000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.079589843750 0.168945312500 0.246093750000 +0.312500000000 0.388671875000 0.468750000000 0.507812500000 +0.515625000000 0.500000000000 0.425781250000 0.339843750000 +0.253906250000 0.139648437500 0.061035156250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.017944335938 0.145507812500 +0.255859375000 0.322265625000 0.330078125000 0.312500000000 +0.253906250000 0.175781250000 0.087402343750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.028320312500 0.104003906250 0.167968750000 +0.211914062500 0.163085937500 0.126953125000 0.048583984375 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.213867187500 +0.217773437500 0.177734375000 0.141601562500 0.057861328125 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.043945312500 0.081054687500 +0.125976562500 0.154296875000 0.158203125000 0.161132812500 +0.169921875000 0.175781250000 0.145507812500 0.103027343750 +0.047119140625 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.052978515625 0.111328125000 +0.165039062500 0.202148437500 0.159179687500 0.061279296875 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.031127929688 0.175781250000 +0.294921875000 0.419921875000 0.470703125000 0.460937500000 +0.435546875000 0.363281250000 0.250000000000 0.091308593750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.075195312500 0.125976562500 +0.128906250000 0.139648437500 0.092773437500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.073242187500 +0.184570312500 0.217773437500 0.228515625000 0.218750000000 +0.129882812500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.046142578125 0.018920898438 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.137695312500 0.214843750000 0.300781250000 0.365234375000 +0.384765625000 0.363281250000 0.289062500000 0.176757812500 +0.056152343750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.062988281250 0.200195312500 +0.304687500000 0.337890625000 0.386718750000 0.400390625000 +0.380859375000 0.355468750000 0.333984375000 0.271484375000 +0.182617187500 0.128906250000 0.103515625000 0.065429687500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.003784179688 0.068847656250 0.132812500000 0.125976562500 +0.077148437500 0.036376953125 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.019653320312 0.091308593750 0.135742187500 0.100097656250 +0.046630859375 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.092773437500 0.163085937500 0.137695312500 +0.081054687500 0.003601074219 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.089843750000 +0.212890625000 0.353515625000 0.460937500000 0.515625000000 +0.511718750000 0.484375000000 0.408203125000 0.296875000000 +0.184570312500 0.094726562500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.064453125000 0.181640625000 0.248046875000 +0.291015625000 0.347656250000 0.326171875000 0.253906250000 +0.223632812500 0.140625000000 0.084960937500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.018188476562 0.002563476562 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.049560546875 0.081542968750 +0.073730468750 0.044677734375 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.080566406250 0.162109375000 0.246093750000 0.328125000000 +0.404296875000 0.441406250000 0.433593750000 0.394531250000 +0.318359375000 0.228515625000 0.078125000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.027832031250 +0.115234375000 0.181640625000 0.226562500000 0.215820312500 +0.162109375000 0.109375000000 0.038085937500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.086425781250 +0.174804687500 0.212890625000 0.213867187500 0.185546875000 +0.140625000000 0.058593750000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.066894531250 0.173828125000 0.310546875000 0.314453125000 +0.375000000000 0.328125000000 0.281250000000 0.188476562500 +0.083496093750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.119628906250 0.205078125000 0.283203125000 0.300781250000 +0.306640625000 0.261718750000 0.193359375000 0.111328125000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.036621093750 +0.069335937500 0.012329101562 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.074218750000 0.209960937500 0.328125000000 +0.410156250000 0.470703125000 0.511718750000 0.464843750000 +0.398437500000 0.322265625000 0.202148437500 0.060546875000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.058105468750 0.035644531250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.050048828125 +0.231445312500 0.404296875000 0.488281250000 0.457031250000 +0.363281250000 0.214843750000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.072753906250 0.099121093750 0.073730468750 +0.098144531250 0.097656250000 0.109375000000 0.091796875000 +0.125000000000 0.145507812500 0.141601562500 0.190429687500 +0.222656250000 0.224609375000 0.199218750000 0.176757812500 +0.137695312500 0.069335937500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.020629882812 0.052001953125 0.022460937500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.050048828125 0.125976562500 0.186523437500 +0.208984375000 0.234375000000 0.211914062500 0.169921875000 +0.120605468750 0.074218750000 0.002822875977 0.022705078125 +0.071289062500 0.099121093750 0.149414062500 0.171875000000 +0.185546875000 0.189453125000 0.222656250000 0.203125000000 +0.183593750000 0.137695312500 0.112304687500 0.049316406250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.048828125000 0.156250000000 0.158203125000 0.112792968750 +0.098632812500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.088378906250 0.271484375000 0.388671875000 0.507812500000 +0.535156250000 0.535156250000 0.539062500000 0.476562500000 +0.412109375000 0.302734375000 0.153320312500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.086425781250 +0.210937500000 0.255859375000 0.259765625000 0.192382812500 +0.092285156250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.022216796875 0.092773437500 0.118652343750 +0.161132812500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.038085937500 +0.035644531250 0.036865234375 0.049316406250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.027099609375 +0.000000000000 0.079589843750 0.066406250000 0.021728515625 +0.070800781250 0.025634765625 0.025390625000 0.024902343750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.014953613281 +0.049072265625 0.063476562500 0.072265625000 0.000000000000 +0.027099609375 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.022583007812 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.010742187500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.020263671875 0.000000000000 +0.000000000000 0.018066406250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.036376953125 0.012939453125 0.016113281250 +0.041992187500 0.000000000000 0.006469726562 0.032470703125 +0.003555297852 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.003387451172 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000215530396 0.000000000000 0.038330078125 0.048828125000 +0.055419921875 0.079589843750 0.000000000000 0.057617187500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.012268066406 0.041992187500 +0.054687500000 0.069824218750 0.048828125000 0.079589843750 +0.064453125000 0.016723632812 0.014343261719 0.000000000000 +0.000000000000 0.009826660156 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.002151489258 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.039794921875 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.065429687500 0.123535156250 0.210937500000 0.294921875000 +0.322265625000 0.367187500000 0.371093750000 0.335937500000 +0.285156250000 0.213867187500 0.144531250000 0.055664062500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.086425781250 0.234375000000 0.363281250000 +0.523437500000 0.621093750000 0.710937500000 0.746093750000 +0.734375000000 0.679687500000 0.605468750000 0.449218750000 +0.285156250000 0.101074218750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.067871093750 0.185546875000 0.312500000000 0.378906250000 +0.390625000000 0.423828125000 0.363281250000 0.308593750000 +0.197265625000 0.085937500000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.070800781250 +0.169921875000 0.275390625000 0.357421875000 0.402343750000 +0.445312500000 0.468750000000 0.470703125000 0.441406250000 +0.425781250000 0.369140625000 0.314453125000 0.271484375000 +0.250000000000 0.212890625000 0.208007812500 0.189453125000 +0.191406250000 0.198242187500 0.200195312500 0.172851562500 +0.173828125000 0.157226562500 0.096191406250 0.088378906250 +0.013671875000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.025024414062 +0.104003906250 0.223632812500 0.302734375000 0.369140625000 +0.472656250000 0.511718750000 0.542968750000 0.535156250000 +0.558593750000 0.503906250000 0.474609375000 0.380859375000 +0.310546875000 0.220703125000 0.128906250000 0.049072265625 +0.001770019531 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.014953613281 0.079589843750 0.163085937500 +0.263671875000 0.316406250000 0.375000000000 0.365234375000 +0.328125000000 0.283203125000 0.154296875000 0.108398437500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.040527343750 0.104492187500 0.135742187500 +0.140625000000 0.120605468750 0.083984375000 0.006103515625 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.091308593750 +0.172851562500 0.265625000000 0.335937500000 0.363281250000 +0.365234375000 0.375000000000 0.310546875000 0.218750000000 +0.101562500000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.073730468750 0.162109375000 0.202148437500 0.225585937500 +0.228515625000 0.196289062500 0.181640625000 0.109375000000 +0.058593750000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.003997802734 +0.044189453125 0.072265625000 0.112304687500 0.112304687500 +0.102539062500 0.082031250000 0.025512695312 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.088378906250 0.149414062500 0.190429687500 0.242187500000 +0.292968750000 0.283203125000 0.298828125000 0.294921875000 +0.273437500000 0.234375000000 0.187500000000 0.149414062500 +0.106445312500 0.090332031250 0.049072265625 0.050292968750 +0.064453125000 0.077636718750 0.134765625000 0.168945312500 +0.235351562500 0.291015625000 0.341796875000 0.392578125000 +0.412109375000 0.419921875000 0.359375000000 0.291015625000 +0.196289062500 0.077636718750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.008850097656 +0.031982421875 0.015747070312 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.070312500000 0.156250000000 0.201171875000 0.238281250000 +0.242187500000 0.210937500000 0.164062500000 0.118164062500 +0.071777343750 0.012329101562 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.072265625000 +0.129882812500 0.210937500000 0.261718750000 0.304687500000 +0.357421875000 0.384765625000 0.419921875000 0.435546875000 +0.437500000000 0.406250000000 0.417968750000 0.435546875000 +0.435546875000 0.447265625000 0.468750000000 0.480468750000 +0.453125000000 0.447265625000 0.427734375000 0.373046875000 +0.318359375000 0.263671875000 0.179687500000 0.129882812500 +0.089843750000 0.064941406250 0.050781250000 0.049804687500 +0.077636718750 0.084472656250 0.110351562500 0.161132812500 +0.173828125000 0.168945312500 0.164062500000 0.110351562500 +0.063964843750 0.002960205078 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.084472656250 0.125976562500 0.147460937500 0.150390625000 +0.195312500000 0.186523437500 0.167968750000 0.147460937500 +0.123535156250 0.087402343750 0.063964843750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.064453125000 0.152343750000 0.249023437500 +0.324218750000 0.355468750000 0.390625000000 0.376953125000 +0.328125000000 0.287109375000 0.171875000000 0.079101562500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.105468750000 0.151367187500 0.210937500000 0.271484375000 +0.312500000000 0.326171875000 0.314453125000 0.302734375000 +0.259765625000 0.196289062500 0.182617187500 0.127929687500 +0.123046875000 0.070312500000 0.056640625000 0.008666992188 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.104980468750 0.213867187500 0.312500000000 0.378906250000 +0.392578125000 0.384765625000 0.335937500000 0.298828125000 +0.213867187500 0.109375000000 0.004150390625 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.003524780273 +0.098632812500 0.162109375000 0.224609375000 0.269531250000 +0.257812500000 0.283203125000 0.259765625000 0.221679687500 +0.163085937500 0.104003906250 0.044921875000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.030395507812 0.095703125000 +0.176757812500 0.261718750000 0.275390625000 0.265625000000 +0.269531250000 0.172851562500 0.107421875000 0.013488769531 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.063476562500 0.172851562500 0.215820312500 +0.251953125000 0.250000000000 0.220703125000 0.131835937500 +0.034667968750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.003616333008 0.052978515625 0.116210937500 0.166015625000 +0.159179687500 0.144531250000 0.144531250000 0.081542968750 +0.017822265625 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.065917968750 +0.074218750000 0.100585937500 0.127929687500 0.080566406250 +0.071777343750 0.001098632812 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.072753906250 +0.208007812500 0.326171875000 0.388671875000 0.386718750000 +0.369140625000 0.287109375000 0.149414062500 0.001441955566 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.056396484375 0.140625000000 0.271484375000 0.349609375000 +0.394531250000 0.441406250000 0.478515625000 0.433593750000 +0.394531250000 0.343750000000 0.246093750000 0.151367187500 +0.049804687500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.039794921875 0.145507812500 0.255859375000 0.310546875000 +0.304687500000 0.298828125000 0.231445312500 0.141601562500 +0.030029296875 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.059814453125 +0.106933593750 0.109863281250 0.091796875000 0.059570312500 +0.002593994141 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.086914062500 0.207031250000 0.310546875000 0.402343750000 +0.441406250000 0.458984375000 0.457031250000 0.455078125000 +0.421875000000 0.371093750000 0.318359375000 0.265625000000 +0.208984375000 0.176757812500 0.135742187500 0.119628906250 +0.128906250000 0.113281250000 0.109863281250 0.104492187500 +0.070312500000 0.035888671875 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.078613281250 +0.181640625000 0.244140625000 0.294921875000 0.318359375000 +0.302734375000 0.285156250000 0.271484375000 0.225585937500 +0.208007812500 0.164062500000 0.144531250000 0.156250000000 +0.166015625000 0.204101562500 0.233398437500 0.316406250000 +0.347656250000 0.388671875000 0.458984375000 0.453125000000 +0.460937500000 0.429687500000 0.404296875000 0.308593750000 +0.253906250000 0.174804687500 0.045898437500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.067382812500 +0.198242187500 0.291015625000 0.390625000000 0.449218750000 +0.507812500000 0.539062500000 0.539062500000 0.550781250000 +0.542968750000 0.507812500000 0.472656250000 0.427734375000 +0.367187500000 0.283203125000 0.208007812500 0.173828125000 +0.122558593750 0.078125000000 0.065429687500 0.073242187500 +0.080078125000 0.127929687500 0.178710937500 0.248046875000 +0.339843750000 0.386718750000 0.458984375000 0.470703125000 +0.453125000000 0.412109375000 0.337890625000 0.240234375000 +0.166992187500 0.089355468750 0.000103950500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000873565674 +0.000000000000 0.062988281250 0.125976562500 0.172851562500 +0.185546875000 0.167968750000 0.176757812500 0.176757812500 +0.166992187500 0.161132812500 0.158203125000 0.186523437500 +0.152343750000 0.169921875000 0.184570312500 0.184570312500 +0.166992187500 0.144531250000 0.120605468750 0.112792968750 +0.090332031250 0.078613281250 0.034912109375 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.019042968750 0.004058837891 +0.018432617188 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.031738281250 +0.040527343750 0.056640625000 0.094238281250 0.066894531250 +0.012207031250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.025390625000 +0.064941406250 0.089355468750 0.105468750000 0.055908203125 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.013671875000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.064453125000 0.156250000000 0.177734375000 0.198242187500 +0.176757812500 0.106445312500 0.011962890625 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.011840820312 0.086425781250 +0.154296875000 0.174804687500 0.166015625000 0.126953125000 +0.091796875000 0.043457031250 0.022460937500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.002410888672 0.020019531250 0.066894531250 0.105468750000 +0.152343750000 0.117187500000 0.090332031250 0.081542968750 +0.024780273438 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.080566406250 0.183593750000 0.291015625000 +0.349609375000 0.361328125000 0.335937500000 0.328125000000 +0.273437500000 0.225585937500 0.128906250000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000572204590 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.007812500000 0.032470703125 0.064453125000 0.063964843750 +0.024047851562 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.089355468750 0.111816406250 0.125976562500 0.087402343750 +0.075683593750 0.029907226562 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.012573242188 0.100585937500 0.135742187500 0.211914062500 +0.285156250000 0.330078125000 0.357421875000 0.335937500000 +0.267578125000 0.191406250000 0.101074218750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.023681640625 0.071777343750 0.146484375000 +0.213867187500 0.206054687500 0.151367187500 0.076171875000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.051757812500 +0.113281250000 0.163085937500 0.182617187500 0.182617187500 +0.146484375000 0.115234375000 0.070312500000 0.047119140625 +0.000797271729 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.025634765625 0.083984375000 0.160156250000 0.187500000000 +0.203125000000 0.193359375000 0.177734375000 0.088378906250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.014892578125 0.024169921875 +0.067871093750 0.106933593750 0.167968750000 0.170898437500 +0.173828125000 0.159179687500 0.134765625000 0.037597656250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.018676757812 0.033691406250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.041992187500 0.092285156250 0.129882812500 +0.151367187500 0.152343750000 0.144531250000 0.143554687500 +0.107421875000 0.049804687500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.059570312500 +0.091796875000 0.096679687500 0.104492187500 0.093261718750 +0.018798828125 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.080078125000 0.222656250000 0.267578125000 +0.291015625000 0.371093750000 0.384765625000 0.347656250000 +0.283203125000 0.196289062500 0.099121093750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.041503906250 0.049072265625 0.079589843750 0.147460937500 +0.156250000000 0.154296875000 0.140625000000 0.138671875000 +0.092285156250 0.028320312500 0.023071289062 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.005676269531 0.033447265625 +0.085937500000 0.102539062500 0.082031250000 0.084472656250 +0.083007812500 0.050781250000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.017700195312 0.051757812500 +0.079589843750 0.089355468750 0.099609375000 0.121582031250 +0.110839843750 0.070800781250 0.020385742188 0.019531250000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.007507324219 0.044677734375 0.044677734375 +0.070800781250 0.111816406250 0.168945312500 0.188476562500 +0.247070312500 0.279296875000 0.289062500000 0.235351562500 +0.195312500000 0.149414062500 0.078125000000 0.018310546875 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.062255859375 0.161132812500 0.269531250000 +0.320312500000 0.326171875000 0.337890625000 0.351562500000 +0.306640625000 0.263671875000 0.159179687500 0.060791015625 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.030883789062 0.051757812500 0.079589843750 +0.103515625000 0.149414062500 0.112792968750 0.107421875000 +0.051757812500 0.041503906250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.046875000000 +0.119628906250 0.159179687500 0.243164062500 0.271484375000 +0.318359375000 0.328125000000 0.316406250000 0.310546875000 +0.277343750000 0.216796875000 0.081542968750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.009826660156 +0.079589843750 0.131835937500 0.118164062500 0.046875000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.034667968750 0.086914062500 0.123535156250 0.138671875000 +0.153320312500 0.092773437500 0.054687500000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.036621093750 0.096191406250 0.086425781250 +0.120117187500 0.121093750000 0.075195312500 0.010864257812 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.015136718750 +0.064453125000 0.091796875000 0.116210937500 0.129882812500 +0.127929687500 0.057617187500 0.031982421875 0.017456054688 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.007873535156 +0.090820312500 0.094726562500 0.128906250000 0.158203125000 +0.211914062500 0.181640625000 0.118164062500 0.099609375000 +0.050537109375 0.013793945312 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.031005859375 0.079101562500 +0.142578125000 0.120117187500 0.068359375000 0.051513671875 +0.002487182617 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.014892578125 0.093750000000 0.196289062500 +0.235351562500 0.294921875000 0.328125000000 0.306640625000 +0.302734375000 0.245117187500 0.185546875000 0.092773437500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.010742187500 0.093261718750 0.170898437500 +0.255859375000 0.337890625000 0.376953125000 0.423828125000 +0.406250000000 0.392578125000 0.341796875000 0.275390625000 +0.181640625000 0.089355468750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.005828857422 0.092285156250 0.183593750000 0.217773437500 +0.246093750000 0.261718750000 0.235351562500 0.184570312500 +0.140625000000 0.051025390625 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.040771484375 +0.062500000000 0.078125000000 0.072753906250 0.062988281250 +0.052490234375 0.018188476562 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.031982421875 0.090820312500 0.140625000000 0.192382812500 +0.243164062500 0.241210937500 0.237304687500 0.234375000000 +0.187500000000 0.149414062500 0.090820312500 0.061523437500 +0.006835937500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.019287109375 0.076171875000 0.113769531250 +0.131835937500 0.154296875000 0.102539062500 0.056396484375 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.050781250000 0.132812500000 +0.176757812500 0.220703125000 0.244140625000 0.239257812500 +0.234375000000 0.211914062500 0.162109375000 0.147460937500 +0.099609375000 0.053466796875 0.011779785156 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.033447265625 0.059082031250 +0.081054687500 0.080566406250 0.065429687500 0.064453125000 +0.043212890625 0.043212890625 0.020751953125 0.009033203125 +0.000000000000 0.000000000000 0.000000000000 0.012634277344 +0.036865234375 0.073242187500 0.078613281250 0.116210937500 +0.113769531250 0.114746093750 0.097167968750 0.082519531250 +0.065917968750 0.019531250000 0.017333984375 0.000000000000 +0.011596679688 0.028564453125 0.061523437500 0.098144531250 +0.165039062500 0.202148437500 0.269531250000 0.292968750000 +0.310546875000 0.306640625000 0.271484375000 0.236328125000 +0.192382812500 0.092773437500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.023681640625 0.068847656250 0.088867187500 0.080566406250 +0.077148437500 0.080078125000 0.031494140625 0.018432617188 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.029907226562 +0.079589843750 0.134765625000 0.157226562500 0.217773437500 +0.247070312500 0.273437500000 0.308593750000 0.330078125000 +0.308593750000 0.302734375000 0.267578125000 0.242187500000 +0.193359375000 0.154296875000 0.120605468750 0.065917968750 +0.041015625000 0.000366210938 0.000000000000 0.000000000000 +0.000000000000 0.015991210938 0.007598876953 0.043945312500 +0.067382812500 0.091796875000 0.117675781250 0.119140625000 +0.100585937500 0.061279296875 0.033691406250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.008972167969 0.021118164062 0.007720947266 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.050537109375 0.088867187500 0.149414062500 0.174804687500 +0.213867187500 0.229492187500 0.225585937500 0.200195312500 +0.174804687500 0.137695312500 0.092773437500 0.056884765625 +0.019287109375 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.040283203125 0.047851562500 +0.085937500000 0.099121093750 0.114746093750 0.152343750000 +0.165039062500 0.176757812500 0.181640625000 0.187500000000 +0.167968750000 0.176757812500 0.172851562500 0.184570312500 +0.205078125000 0.201171875000 0.182617187500 0.144531250000 +0.128906250000 0.117187500000 0.098632812500 0.084472656250 +0.078125000000 0.046630859375 0.052490234375 0.080566406250 +0.099609375000 0.108886718750 0.130859375000 0.151367187500 +0.151367187500 0.167968750000 0.170898437500 0.147460937500 +0.114746093750 0.069335937500 0.016723632812 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.061035156250 +0.145507812500 0.176757812500 0.224609375000 0.239257812500 +0.226562500000 0.218750000000 0.155273437500 0.062988281250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.001174926758 +0.023437500000 0.043701171875 0.062500000000 0.062988281250 +0.053222656250 0.047607421875 0.028564453125 0.045410156250 +0.003234863281 0.024047851562 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.006134033203 0.078125000000 0.153320312500 +0.180664062500 0.197265625000 0.190429687500 0.161132812500 +0.131835937500 0.070312500000 0.023803710938 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000164985657 +0.039306640625 0.084472656250 0.120605468750 0.178710937500 +0.210937500000 0.247070312500 0.277343750000 0.273437500000 +0.287109375000 0.255859375000 0.253906250000 0.233398437500 +0.200195312500 0.171875000000 0.125000000000 0.098632812500 +0.097656250000 0.062500000000 0.079101562500 0.099121093750 +0.152343750000 0.221679687500 0.247070312500 0.281250000000 +0.287109375000 0.245117187500 0.226562500000 0.198242187500 +0.102050781250 0.023803710938 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.009155273438 0.085449218750 0.110839843750 0.129882812500 +0.101562500000 0.070312500000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.012878417969 +0.055175781250 0.119140625000 0.166992187500 0.184570312500 +0.173828125000 0.174804687500 0.136718750000 0.083984375000 +0.049804687500 0.011718750000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.023193359375 0.065917968750 0.094726562500 +0.119628906250 0.103027343750 0.097656250000 0.101562500000 +0.088378906250 0.099121093750 0.081054687500 0.094238281250 +0.089843750000 0.063476562500 0.054687500000 0.014038085938 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.009948730469 0.037109375000 0.119628906250 +0.143554687500 0.168945312500 0.147460937500 0.140625000000 +0.082519531250 0.032226562500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.051757812500 0.076660156250 0.113769531250 +0.137695312500 0.137695312500 0.098632812500 0.057128906250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.014831542969 0.059082031250 +0.104980468750 0.157226562500 0.216796875000 0.259765625000 +0.265625000000 0.304687500000 0.306640625000 0.279296875000 +0.255859375000 0.221679687500 0.158203125000 0.119628906250 +0.073242187500 0.007629394531 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.015869140625 0.049072265625 +0.089355468750 0.075683593750 0.095703125000 0.068359375000 +0.045654296875 0.007537841797 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.018920898438 +0.048828125000 0.073242187500 0.076171875000 0.067382812500 +0.043212890625 0.004302978516 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.004302978516 0.084472656250 0.173828125000 0.238281250000 +0.273437500000 0.281250000000 0.251953125000 0.199218750000 +0.148437500000 0.041259765625 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.100097656250 0.179687500000 0.246093750000 0.263671875000 +0.257812500000 0.219726562500 0.147460937500 0.067871093750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.005676269531 0.037841796875 0.049072265625 +0.037109375000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.010192871094 0.062500000000 0.089355468750 0.129882812500 +0.155273437500 0.158203125000 0.166015625000 0.175781250000 +0.151367187500 0.125000000000 0.080078125000 0.025146484375 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.017578125000 +0.068359375000 0.125976562500 0.202148437500 0.210937500000 +0.231445312500 0.232421875000 0.180664062500 0.154296875000 +0.095214843750 0.046142578125 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.075683593750 0.166015625000 0.283203125000 0.386718750000 +0.445312500000 0.470703125000 0.449218750000 0.445312500000 +0.412109375000 0.365234375000 0.318359375000 0.241210937500 +0.161132812500 0.089843750000 0.017822265625 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.022094726562 0.081054687500 +0.157226562500 0.211914062500 0.255859375000 0.300781250000 +0.308593750000 0.316406250000 0.251953125000 0.185546875000 +0.091796875000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.022949218750 0.058105468750 0.026977539062 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.020751953125 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.032714843750 0.046142578125 0.086914062500 +0.079589843750 0.106445312500 0.102050781250 0.059570312500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.037353515625 0.016967773438 0.066894531250 0.000000000000 +0.035156250000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.049560546875 +0.021972656250 0.110839843750 0.079101562500 0.122070312500 +0.121582031250 0.169921875000 0.178710937500 0.171875000000 +0.095703125000 0.151367187500 0.121582031250 0.092285156250 +0.125000000000 0.105468750000 0.095703125000 0.093261718750 +0.070312500000 0.077148437500 0.091308593750 0.062988281250 +0.057373046875 0.077148437500 0.034912109375 0.000000000000 +0.013610839844 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.007873535156 +0.000000000000 0.071777343750 0.060058593750 0.118164062500 +0.090820312500 0.141601562500 0.149414062500 0.155273437500 +0.064941406250 0.087402343750 0.090332031250 0.020385742188 +0.049804687500 0.008666992188 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.098632812500 0.081542968750 0.098632812500 0.077148437500 +0.103515625000 0.048583984375 0.078613281250 0.020263671875 +0.060546875000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.022827148438 0.008911132812 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.060791015625 0.053222656250 +0.026611328125 0.101074218750 0.000000000000 0.021484375000 +0.050537109375 0.019897460938 0.000000000000 0.005828857422 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.014770507812 0.040527343750 0.031005859375 +0.021118164062 0.000000000000 0.000000000000 0.006042480469 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.011474609375 0.110351562500 0.102050781250 +0.081054687500 0.068847656250 0.062011718750 0.003250122070 +0.011474609375 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.032958984375 +0.039062500000 0.033691406250 0.038574218750 0.041259765625 +0.029785156250 0.011413574219 0.000000000000 0.021728515625 +0.054199218750 0.035644531250 0.022460937500 0.022460937500 +0.000000000000 0.000843048096 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.001724243164 0.033447265625 +0.000000000000 0.060058593750 0.017944335938 0.036376953125 +0.000782012939 0.005584716797 0.000770568848 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.011962890625 0.064453125000 0.078613281250 0.038574218750 +0.036132812500 0.048339843750 0.048583984375 0.048095703125 +0.035888671875 0.003295898438 0.009216308594 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.024780273438 0.072753906250 0.050781250000 +0.114746093750 0.157226562500 0.132812500000 0.151367187500 +0.152343750000 0.126953125000 0.077148437500 0.083496093750 +0.024658203125 0.024658203125 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.010253906250 0.010681152344 +0.070800781250 0.047607421875 0.067382812500 0.004241943359 +0.063964843750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.007934570312 0.042236328125 0.057861328125 +0.017944335938 0.032226562500 0.050292968750 0.037109375000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.016235351562 0.007415771484 0.005523681641 +0.000000000000 0.002365112305 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.028442382812 0.061279296875 0.083984375000 0.091796875000 +0.039550781250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.002105712891 0.000000000000 0.000000000000 +0.022216796875 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.019409179688 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.038085937500 0.069335937500 +0.044433593750 0.048339843750 0.043701171875 0.015625000000 +0.048339843750 0.024291992188 0.000000000000 0.003570556641 +0.035156250000 0.025756835938 0.054687500000 0.080078125000 +0.159179687500 0.134765625000 0.173828125000 0.192382812500 +0.219726562500 0.210937500000 0.190429687500 0.189453125000 +0.211914062500 0.193359375000 0.122070312500 0.108398437500 +0.071777343750 0.084472656250 0.109863281250 0.066894531250 +0.056152343750 0.037597656250 0.030883789062 0.043457031250 +0.066894531250 0.042480468750 0.000000000000 0.000000000000 +0.000000000000 0.016357421875 0.000000000000 0.000000000000 +0.000000000000 0.032470703125 0.000000000000 0.019165039062 +0.018432617188 0.035156250000 0.061767578125 0.097656250000 +0.059814453125 0.105957031250 0.133789062500 0.070800781250 +0.045410156250 0.038085937500 0.024780273438 0.072753906250 +0.041992187500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.047607421875 +0.018432617188 0.038085937500 0.058593750000 0.039550781250 +0.000400543213 0.035156250000 0.034667968750 0.004638671875 +0.002288818359 0.018432617188 0.000000000000 0.017944335938 +0.061767578125 0.047851562500 0.012145996094 0.061035156250 +0.065429687500 0.100585937500 0.083496093750 0.114746093750 +0.092773437500 0.110839843750 0.083984375000 0.067382812500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.021362304688 0.030029296875 0.029541015625 +0.026245117188 0.009277343750 0.007293701172 0.011840820312 +0.016723632812 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.014465332031 0.025512695312 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.310546875000 0.337890625000 0.204101562500 0.277343750000 +0.285156250000 0.265625000000 0.306640625000 0.312500000000 +0.359375000000 0.349609375000 0.351562500000 0.375000000000 +0.361328125000 0.320312500000 0.308593750000 0.269531250000 +0.232421875000 0.212890625000 0.190429687500 0.143554687500 +0.106933593750 0.069335937500 0.058593750000 0.051025390625 +0.056396484375 0.070800781250 0.079101562500 0.067382812500 +0.057617187500 0.041992187500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.067871093750 0.105468750000 0.137695312500 +0.163085937500 0.159179687500 0.101562500000 0.101074218750 +0.040527343750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.053466796875 +0.070800781250 0.084472656250 0.104492187500 0.020385742188 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.010070800781 0.004821777344 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.031494140625 0.044677734375 0.007720947266 0.027709960938 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.061035156250 0.098632812500 0.181640625000 0.166015625000 +0.174804687500 0.148437500000 0.091308593750 0.018432617188 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.080566406250 +0.115234375000 0.162109375000 0.224609375000 0.242187500000 +0.208007812500 0.225585937500 0.188476562500 0.153320312500 +0.132812500000 0.124023437500 0.083984375000 0.084472656250 +0.067382812500 0.106933593750 0.114746093750 0.158203125000 +0.173828125000 0.211914062500 0.202148437500 0.229492187500 +0.208984375000 0.184570312500 0.139648437500 0.109863281250 +0.066406250000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.064453125000 0.140625000000 0.207031250000 0.306640625000 +0.380859375000 0.404296875000 0.445312500000 0.416015625000 +0.386718750000 0.369140625000 0.287109375000 0.186523437500 +0.133789062500 0.021972656250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.038330078125 +0.062988281250 0.128906250000 0.135742187500 0.078613281250 +0.027221679688 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.002868652344 0.031738281250 0.087402343750 0.099609375000 +0.100585937500 0.084472656250 0.045654296875 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.082031250000 0.116699218750 0.174804687500 +0.197265625000 0.167968750000 0.152343750000 0.137695312500 +0.086425781250 0.026489257812 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.028442382812 0.131835937500 0.170898437500 +0.229492187500 0.324218750000 0.328125000000 0.376953125000 +0.408203125000 0.359375000000 0.300781250000 0.250000000000 +0.156250000000 0.016845703125 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.015136718750 +0.075683593750 0.064453125000 0.080078125000 0.104003906250 +0.052001953125 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.063476562500 0.168945312500 +0.227539062500 0.255859375000 0.251953125000 0.220703125000 +0.140625000000 0.039062500000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.066894531250 0.135742187500 +0.196289062500 0.243164062500 0.241210937500 0.263671875000 +0.237304687500 0.213867187500 0.147460937500 0.102050781250 +0.071777343750 0.021118164062 0.012268066406 0.002609252930 +0.000000000000 0.001281738281 0.038574218750 0.073242187500 +0.140625000000 0.205078125000 0.269531250000 0.306640625000 +0.382812500000 0.402343750000 0.355468750000 0.337890625000 +0.265625000000 0.145507812500 0.034423828125 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.019775390625 0.023193359375 0.065917968750 0.133789062500 +0.123046875000 0.122558593750 0.164062500000 0.189453125000 +0.153320312500 0.225585937500 0.202148437500 0.161132812500 +0.115234375000 0.073242187500 0.011047363281 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.037597656250 0.041015625000 0.090332031250 0.110839843750 +0.092773437500 0.083007812500 0.095703125000 0.044433593750 +0.004272460938 0.022216796875 0.020629882812 0.000000000000 +0.004150390625 0.000000000000 0.002029418945 0.014892578125 +0.044677734375 0.032958984375 0.099609375000 0.129882812500 +0.141601562500 0.198242187500 0.211914062500 0.192382812500 +0.195312500000 0.178710937500 0.149414062500 0.094726562500 +0.017211914062 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.031127929688 +0.090332031250 0.126953125000 0.157226562500 0.162109375000 +0.137695312500 0.087890625000 0.018798828125 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.060058593750 0.168945312500 0.292968750000 +0.375000000000 0.419921875000 0.466796875000 0.490234375000 +0.437500000000 0.404296875000 0.320312500000 0.180664062500 +0.070800781250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.111328125000 +0.126953125000 0.149414062500 0.141601562500 0.073242187500 +0.028198242188 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.031982421875 0.077636718750 +0.110351562500 0.097167968750 0.083007812500 0.095214843750 +0.075683593750 0.046142578125 0.008850097656 0.014587402344 +0.012817382812 0.005157470703 0.039306640625 0.057617187500 +0.093261718750 0.133789062500 0.189453125000 0.237304687500 +0.296875000000 0.337890625000 0.351562500000 0.371093750000 +0.380859375000 0.322265625000 0.300781250000 0.285156250000 +0.209960937500 0.165039062500 0.102050781250 0.062500000000 +0.010375976562 0.007995605469 0.015258789062 0.042236328125 +0.060791015625 0.113769531250 0.153320312500 0.203125000000 +0.232421875000 0.263671875000 0.277343750000 0.257812500000 +0.243164062500 0.199218750000 0.150390625000 0.087402343750 +0.078125000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.024414062500 0.059814453125 +0.051025390625 0.141601562500 0.137695312500 0.190429687500 +0.194335937500 0.213867187500 0.242187500000 0.259765625000 +0.277343750000 0.304687500000 0.343750000000 0.302734375000 +0.332031250000 0.302734375000 0.273437500000 0.259765625000 +0.257812500000 0.267578125000 0.261718750000 0.250000000000 +0.237304687500 0.248046875000 0.209960937500 0.180664062500 +0.139648437500 0.113769531250 0.019897460938 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.056640625000 +0.210937500000 0.294921875000 0.339843750000 0.402343750000 +0.431640625000 0.404296875000 0.373046875000 0.322265625000 +0.233398437500 0.128906250000 0.044189453125 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.036865234375 0.057373046875 0.120117187500 0.145507812500 +0.176757812500 0.207031250000 0.234375000000 0.222656250000 +0.243164062500 0.243164062500 0.234375000000 0.215820312500 +0.225585937500 0.179687500000 0.174804687500 0.116210937500 +0.102539062500 0.042236328125 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.055908203125 0.115722656250 +0.197265625000 0.277343750000 0.345703125000 0.392578125000 +0.443359375000 0.451171875000 0.453125000000 0.449218750000 +0.406250000000 0.339843750000 0.296875000000 0.177734375000 +0.071289062500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.045654296875 +0.105468750000 0.103515625000 0.113769531250 0.073730468750 +0.009399414062 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.097656250000 0.166992187500 0.277343750000 0.324218750000 +0.328125000000 0.328125000000 0.304687500000 0.265625000000 +0.218750000000 0.178710937500 0.126953125000 0.150390625000 +0.131835937500 0.125000000000 0.145507812500 0.152343750000 +0.150390625000 0.186523437500 0.163085937500 0.134765625000 +0.075195312500 0.037597656250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.040039062500 0.101074218750 +0.155273437500 0.193359375000 0.224609375000 0.253906250000 +0.233398437500 0.251953125000 0.201171875000 0.178710937500 +0.125000000000 0.089355468750 0.047119140625 0.065429687500 +0.021972656250 0.021606445312 0.043945312500 0.019409179688 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.006378173828 0.090820312500 0.116699218750 0.187500000000 +0.185546875000 0.221679687500 0.206054687500 0.231445312500 +0.215820312500 0.186523437500 0.139648437500 0.122558593750 +0.100097656250 0.039550781250 0.017333984375 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.017700195312 0.048339843750 0.087890625000 0.116699218750 +0.095703125000 0.084472656250 0.049560546875 0.016235351562 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.078125000000 0.057617187500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000198364258 +0.011962890625 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.005279541016 +0.002929687500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.029052734375 +0.003219604492 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.009094238281 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.004547119141 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.009887695312 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.010742187500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.007019042969 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.003997802734 +0.011413574219 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.027465820312 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.357421875000 0.449218750000 0.519531250000 0.490234375000 +0.472656250000 0.451171875000 0.433593750000 0.408203125000 +0.396484375000 0.414062500000 0.421875000000 0.429687500000 +0.458984375000 0.474609375000 0.484375000000 0.492187500000 +0.474609375000 0.458984375000 0.429687500000 0.410156250000 +0.373046875000 0.330078125000 0.292968750000 0.263671875000 +0.243164062500 0.251953125000 0.241210937500 0.244140625000 +0.241210937500 0.203125000000 0.169921875000 0.117187500000 +0.032958984375 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.086425781250 0.209960937500 0.316406250000 +0.404296875000 0.451171875000 0.496093750000 0.503906250000 +0.472656250000 0.425781250000 0.333984375000 0.220703125000 +0.108398437500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.017578125000 +0.072265625000 0.130859375000 0.166015625000 0.172851562500 +0.152343750000 0.114257812500 0.074218750000 0.021118164062 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.023437500000 +0.080566406250 0.120605468750 0.178710937500 0.205078125000 +0.208984375000 0.208007812500 0.172851562500 0.167968750000 +0.134765625000 0.107910156250 0.099121093750 0.077148437500 +0.039550781250 0.039306640625 0.017822265625 0.023437500000 +0.023315429688 0.042236328125 0.063476562500 0.063476562500 +0.062500000000 0.072753906250 0.072753906250 0.075683593750 +0.070312500000 0.060302734375 0.075683593750 0.101074218750 +0.116699218750 0.137695312500 0.159179687500 0.163085937500 +0.198242187500 0.214843750000 0.199218750000 0.176757812500 +0.143554687500 0.084960937500 0.038085937500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.035644531250 0.057373046875 0.080566406250 0.088378906250 +0.102050781250 0.123046875000 0.119628906250 0.111328125000 +0.127929687500 0.126953125000 0.128906250000 0.169921875000 +0.166015625000 0.181640625000 0.179687500000 0.140625000000 +0.088378906250 0.057128906250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.072265625000 0.156250000000 0.238281250000 +0.322265625000 0.384765625000 0.449218750000 0.498046875000 +0.515625000000 0.496093750000 0.433593750000 0.335937500000 +0.206054687500 0.081542968750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.054687500000 +0.189453125000 0.312500000000 0.431640625000 0.527343750000 +0.613281250000 0.695312500000 0.742187500000 0.746093750000 +0.734375000000 0.683593750000 0.644531250000 0.570312500000 +0.437500000000 0.361328125000 0.289062500000 0.178710937500 +0.080078125000 0.001350402832 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.023559570312 +0.070312500000 0.111328125000 0.127929687500 0.147460937500 +0.183593750000 0.194335937500 0.187500000000 0.163085937500 +0.160156250000 0.152343750000 0.136718750000 0.101074218750 +0.089843750000 0.075195312500 0.079101562500 0.055908203125 +0.049316406250 0.023315429688 0.032714843750 0.015991210938 +0.019287109375 0.003417968750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.018554687500 0.024902343750 0.028930664062 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.041992187500 +0.061279296875 0.110351562500 0.132812500000 0.144531250000 +0.157226562500 0.171875000000 0.135742187500 0.098144531250 +0.050292968750 0.045654296875 0.037109375000 0.016357421875 +0.000694274902 0.000000000000 0.000000000000 0.015747070312 +0.057861328125 0.103515625000 0.137695312500 0.183593750000 +0.202148437500 0.217773437500 0.228515625000 0.226562500000 +0.217773437500 0.193359375000 0.148437500000 0.076171875000 +0.004425048828 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.023437500000 0.013549804688 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.003906250000 0.026000976562 0.021850585938 +0.032958984375 0.046386718750 0.047119140625 0.034423828125 +0.055908203125 0.083496093750 0.093750000000 0.116699218750 +0.131835937500 0.155273437500 0.148437500000 0.133789062500 +0.113281250000 0.069824218750 0.008117675781 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.057373046875 0.127929687500 +0.192382812500 0.246093750000 0.265625000000 0.263671875000 +0.242187500000 0.186523437500 0.105468750000 0.011413574219 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.099121093750 0.221679687500 0.349609375000 +0.464843750000 0.566406250000 0.648437500000 0.679687500000 +0.691406250000 0.667968750000 0.625000000000 0.554687500000 +0.474609375000 0.394531250000 0.298828125000 0.222656250000 +0.153320312500 0.087402343750 0.062011718750 0.048339843750 +0.052734375000 0.112304687500 0.176757812500 0.242187500000 +0.320312500000 0.386718750000 0.451171875000 0.494140625000 +0.500000000000 0.511718750000 0.468750000000 0.390625000000 +0.328125000000 0.232421875000 0.152343750000 0.093261718750 +0.023803710938 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.021972656250 0.080078125000 0.101074218750 0.165039062500 +0.196289062500 0.224609375000 0.253906250000 0.281250000000 +0.255859375000 0.227539062500 0.204101562500 0.172851562500 +0.136718750000 0.067871093750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.031494140625 0.073730468750 0.147460937500 0.209960937500 +0.247070312500 0.251953125000 0.265625000000 0.271484375000 +0.255859375000 0.240234375000 0.221679687500 0.196289062500 +0.192382812500 0.163085937500 0.157226562500 0.160156250000 +0.172851562500 0.169921875000 0.193359375000 0.195312500000 +0.185546875000 0.187500000000 0.189453125000 0.186523437500 +0.196289062500 0.183593750000 0.177734375000 0.171875000000 +0.153320312500 0.101562500000 0.048828125000 0.021484375000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.057373046875 +0.148437500000 0.229492187500 0.292968750000 0.306640625000 +0.298828125000 0.275390625000 0.205078125000 0.146484375000 +0.083007812500 0.010375976562 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.070312500000 0.170898437500 0.285156250000 0.378906250000 +0.476562500000 0.554687500000 0.609375000000 0.636718750000 +0.652343750000 0.617187500000 0.582031250000 0.527343750000 +0.425781250000 0.314453125000 0.191406250000 0.081542968750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.021118164062 0.068847656250 0.117675781250 0.175781250000 +0.184570312500 0.197265625000 0.192382812500 0.164062500000 +0.154296875000 0.133789062500 0.096679687500 0.041503906250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.023071289062 0.078613281250 0.134765625000 +0.180664062500 0.240234375000 0.263671875000 0.277343750000 +0.310546875000 0.332031250000 0.343750000000 0.349609375000 +0.341796875000 0.322265625000 0.296875000000 0.273437500000 +0.261718750000 0.238281250000 0.221679687500 0.213867187500 +0.212890625000 0.218750000000 0.221679687500 0.232421875000 +0.255859375000 0.277343750000 0.320312500000 0.333984375000 +0.335937500000 0.322265625000 0.300781250000 0.271484375000 +0.219726562500 0.166992187500 0.067871093750 0.006195068359 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.045898437500 0.156250000000 +0.238281250000 0.343750000000 0.427734375000 0.480468750000 +0.494140625000 0.519531250000 0.515625000000 0.494140625000 +0.443359375000 0.367187500000 0.292968750000 0.221679687500 +0.148437500000 0.089843750000 0.051757812500 0.009643554688 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.006042480469 +0.026611328125 0.038574218750 0.041748046875 0.050781250000 +0.049316406250 0.041259765625 0.041259765625 0.008911132812 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.072265625000 0.146484375000 +0.246093750000 0.316406250000 0.406250000000 0.462890625000 +0.515625000000 0.554687500000 0.574218750000 0.542968750000 +0.503906250000 0.443359375000 0.349609375000 0.243164062500 +0.125976562500 0.022216796875 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.030151367188 0.098632812500 0.147460937500 0.172851562500 +0.199218750000 0.179687500000 0.138671875000 0.086425781250 +0.019165039062 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.022216796875 0.142578125000 +0.261718750000 0.353515625000 0.412109375000 0.417968750000 +0.390625000000 0.310546875000 0.187500000000 0.043457031250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.108398437500 0.222656250000 +0.322265625000 0.398437500000 0.435546875000 0.449218750000 +0.462890625000 0.468750000000 0.484375000000 0.468750000000 +0.466796875000 0.482421875000 0.507812500000 0.531250000000 +0.554687500000 0.542968750000 0.546875000000 0.527343750000 +0.492187500000 0.419921875000 0.357421875000 0.291015625000 +0.240234375000 0.177734375000 0.123046875000 0.082519531250 +0.066406250000 0.080078125000 0.097167968750 0.121582031250 +0.139648437500 0.152343750000 0.164062500000 0.173828125000 +0.160156250000 0.148437500000 0.120605468750 0.094726562500 +0.082519531250 0.062500000000 0.049072265625 0.055664062500 +0.091796875000 0.155273437500 0.219726562500 0.291015625000 +0.351562500000 0.421875000000 0.470703125000 0.523437500000 +0.558593750000 0.562500000000 0.539062500000 0.542968750000 +0.527343750000 0.494140625000 0.453125000000 0.416015625000 +0.392578125000 0.392578125000 0.398437500000 0.392578125000 +0.400390625000 0.394531250000 0.396484375000 0.375000000000 +0.322265625000 0.277343750000 0.259765625000 0.216796875000 +0.177734375000 0.133789062500 0.071289062500 0.049072265625 +0.040283203125 0.022583007812 0.000000000000 0.000000000000 +0.000000000000 0.001823425293 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.012084960938 +0.062988281250 0.125976562500 0.150390625000 0.134765625000 +0.100585937500 0.057617187500 0.013854980469 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.060546875000 0.172851562500 +0.292968750000 0.404296875000 0.474609375000 0.550781250000 +0.597656250000 0.625000000000 0.617187500000 0.542968750000 +0.458984375000 0.347656250000 0.196289062500 0.051025390625 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.042724609375 +0.107910156250 0.142578125000 0.156250000000 0.147460937500 +0.088867187500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.025390625000 0.071289062500 +0.101562500000 0.099121093750 0.051757812500 0.009033203125 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.129882812500 0.159179687500 0.188476562500 0.173828125000 +0.204101562500 0.203125000000 0.201171875000 0.227539062500 +0.234375000000 0.239257812500 0.218750000000 0.201171875000 +0.211914062500 0.183593750000 0.153320312500 0.119628906250 +0.112792968750 0.092773437500 0.087402343750 0.054931640625 +0.035156250000 0.022460937500 0.035156250000 0.040039062500 +0.051757812500 0.045166015625 0.055175781250 0.050781250000 +0.047363281250 0.034667968750 0.004760742188 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.011840820312 +0.000000000000 0.015991210938 0.003219604492 0.024169921875 +0.004394531250 0.009765625000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.043701171875 0.122070312500 0.178710937500 0.205078125000 +0.211914062500 0.204101562500 0.176757812500 0.135742187500 +0.054687500000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.004577636719 0.016113281250 0.016113281250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.025634765625 +0.042480468750 0.046875000000 0.026367187500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.017822265625 0.050537109375 0.080078125000 +0.076660156250 0.057128906250 0.036621093750 0.015747070312 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.029785156250 0.076660156250 +0.133789062500 0.182617187500 0.227539062500 0.292968750000 +0.333984375000 0.361328125000 0.371093750000 0.386718750000 +0.373046875000 0.365234375000 0.357421875000 0.345703125000 +0.306640625000 0.314453125000 0.302734375000 0.306640625000 +0.291015625000 0.316406250000 0.333984375000 0.371093750000 +0.365234375000 0.378906250000 0.355468750000 0.359375000000 +0.330078125000 0.304687500000 0.257812500000 0.208984375000 +0.174804687500 0.107910156250 0.096191406250 0.059082031250 +0.082519531250 0.047851562500 0.072753906250 0.070312500000 +0.115722656250 0.111328125000 0.129882812500 0.117187500000 +0.120605468750 0.098632812500 0.075195312500 0.043945312500 +0.013488769531 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.011657714844 0.043457031250 0.092773437500 0.135742187500 +0.169921875000 0.190429687500 0.188476562500 0.181640625000 +0.165039062500 0.146484375000 0.109863281250 0.035644531250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.009948730469 0.040771484375 0.086914062500 +0.090820312500 0.081542968750 0.050537109375 0.021606445312 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000530242920 0.059814453125 +0.110839843750 0.161132812500 0.176757812500 0.206054687500 +0.184570312500 0.189453125000 0.141601562500 0.129882812500 +0.076171875000 0.054443359375 0.001350402832 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.013061523438 0.032226562500 +0.028564453125 0.038330078125 0.005218505859 0.015991210938 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.008056640625 +0.098632812500 0.138671875000 0.198242187500 0.185546875000 +0.218750000000 0.186523437500 0.143554687500 0.110839843750 +0.085937500000 0.053222656250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.004150390625 +0.075195312500 0.138671875000 0.181640625000 0.257812500000 +0.296875000000 0.355468750000 0.400390625000 0.396484375000 +0.402343750000 0.361328125000 0.318359375000 0.253906250000 +0.216796875000 0.128906250000 0.049072265625 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.024047851562 0.044433593750 0.073242187500 0.066894531250 +0.065429687500 0.034667968750 0.003448486328 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.008911132812 +0.020263671875 0.026000976562 0.032714843750 0.040527343750 +0.016479492188 0.004394531250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.002075195312 +0.017944335938 0.071289062500 0.066406250000 0.063476562500 +0.088378906250 0.100097656250 0.052734375000 0.009582519531 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.031005859375 0.103515625000 0.140625000000 0.173828125000 +0.206054687500 0.219726562500 0.201171875000 0.166992187500 +0.126953125000 0.054931640625 0.000530242920 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.011230468750 +0.001502990723 0.042236328125 0.027832031250 0.032958984375 +0.033203125000 0.029541015625 0.025024414062 0.010681152344 +0.021240234375 0.028320312500 0.037597656250 0.045898437500 +0.074707031250 0.088867187500 0.125000000000 0.148437500000 +0.192382812500 0.216796875000 0.233398437500 0.222656250000 +0.228515625000 0.223632812500 0.166015625000 0.098632812500 +0.032226562500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.023559570312 0.026611328125 +0.071289062500 0.071777343750 0.088378906250 0.115722656250 +0.150390625000 0.159179687500 0.169921875000 0.208984375000 +0.204101562500 0.210937500000 0.226562500000 0.212890625000 +0.142578125000 0.099609375000 0.049804687500 0.004089355469 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.004882812500 0.045166015625 0.066406250000 0.087402343750 +0.059814453125 0.055175781250 0.046630859375 0.049560546875 +0.012939453125 0.000000000000 0.015380859375 0.010314941406 +0.008850097656 0.005676269531 0.027099609375 0.058349609375 +0.070800781250 0.107910156250 0.128906250000 0.188476562500 +0.214843750000 0.224609375000 0.248046875000 0.255859375000 +0.237304687500 0.224609375000 0.197265625000 0.173828125000 +0.114746093750 0.049316406250 0.013061523438 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.026245117188 0.073730468750 0.118164062500 +0.164062500000 0.199218750000 0.181640625000 0.165039062500 +0.131835937500 0.111328125000 0.089355468750 0.048095703125 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.034179687500 0.072753906250 +0.104492187500 0.108886718750 0.108398437500 0.103515625000 +0.067871093750 0.050781250000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.074707031250 0.128906250000 0.196289062500 +0.223632812500 0.255859375000 0.245117187500 0.255859375000 +0.226562500000 0.183593750000 0.104492187500 0.055908203125 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.016357421875 +0.069335937500 0.104980468750 0.123535156250 0.107421875000 +0.140625000000 0.110351562500 0.056640625000 0.012939453125 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.026611328125 0.077636718750 0.125000000000 +0.182617187500 0.225585937500 0.263671875000 0.292968750000 +0.310546875000 0.316406250000 0.285156250000 0.269531250000 +0.267578125000 0.241210937500 0.232421875000 0.208984375000 +0.232421875000 0.229492187500 0.244140625000 0.269531250000 +0.289062500000 0.310546875000 0.332031250000 0.349609375000 +0.363281250000 0.359375000000 0.351562500000 0.324218750000 +0.285156250000 0.238281250000 0.174804687500 0.138671875000 +0.102050781250 0.060791015625 0.017333984375 0.003967285156 +0.000000000000 0.018554687500 0.040283203125 0.087890625000 +0.106933593750 0.144531250000 0.176757812500 0.213867187500 +0.207031250000 0.191406250000 0.178710937500 0.155273437500 +0.132812500000 0.071777343750 0.060791015625 0.008117675781 +0.014892578125 0.006713867188 0.034912109375 0.073242187500 +0.097656250000 0.159179687500 0.196289062500 0.296875000000 +0.312500000000 0.343750000000 0.371093750000 0.388671875000 +0.400390625000 0.375000000000 0.386718750000 0.332031250000 +0.326171875000 0.261718750000 0.277343750000 0.218750000000 +0.202148437500 0.167968750000 0.169921875000 0.141601562500 +0.163085937500 0.193359375000 0.204101562500 0.209960937500 +0.192382812500 0.218750000000 0.200195312500 0.177734375000 +0.123046875000 0.081054687500 0.015991210938 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.053466796875 0.173828125000 0.291015625000 +0.373046875000 0.447265625000 0.498046875000 0.515625000000 +0.542968750000 0.523437500000 0.472656250000 0.408203125000 +0.343750000000 0.271484375000 0.190429687500 0.102539062500 +0.031738281250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.013610839844 +0.071289062500 0.103515625000 0.153320312500 0.170898437500 +0.210937500000 0.225585937500 0.227539062500 0.220703125000 +0.206054687500 0.202148437500 0.172851562500 0.141601562500 +0.105957031250 0.099121093750 0.076660156250 0.051269531250 +0.037841796875 0.043701171875 0.031738281250 0.025634765625 +0.036132812500 0.038330078125 0.051269531250 0.049804687500 +0.095214843750 0.118164062500 0.146484375000 0.171875000000 +0.229492187500 0.255859375000 0.316406250000 0.341796875000 +0.400390625000 0.429687500000 0.466796875000 0.470703125000 +0.484375000000 0.482421875000 0.468750000000 0.437500000000 +0.406250000000 0.359375000000 0.304687500000 0.259765625000 +0.172851562500 0.106445312500 0.059326171875 0.033935546875 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.006256103516 +0.016479492188 0.029907226562 0.014282226562 0.003784179688 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.004425048828 0.029052734375 0.088867187500 0.128906250000 +0.183593750000 0.200195312500 0.209960937500 0.225585937500 +0.200195312500 0.167968750000 0.116699218750 0.094726562500 +0.056152343750 0.027954101562 0.000000000000 0.000000000000 +0.000000000000 0.006469726562 0.000000000000 0.019897460938 +0.000000000000 0.021728515625 0.003570556641 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.015441894531 +0.054443359375 0.074218750000 0.059814453125 0.066406250000 +0.057128906250 0.048583984375 0.021850585938 0.013977050781 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.024291992188 0.062255859375 0.132812500000 +0.171875000000 0.228515625000 0.267578125000 0.318359375000 +0.351562500000 0.367187500000 0.359375000000 0.353515625000 +0.349609375000 0.333984375000 0.292968750000 0.247070312500 +0.204101562500 0.155273437500 0.111328125000 0.057861328125 +0.008789062500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.026733398438 +0.219726562500 0.308593750000 0.378906250000 0.100097656250 +0.093750000000 0.086425781250 0.046386718750 0.053710937500 +0.021850585938 0.032958984375 0.073730468750 0.063476562500 +0.082519531250 0.094238281250 0.080078125000 0.094238281250 +0.057861328125 0.001251220703 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.016235351562 0.071777343750 +0.098632812500 0.112792968750 0.139648437500 0.097656250000 +0.039794921875 0.009216308594 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.039306640625 0.107910156250 0.154296875000 0.210937500000 +0.190429687500 0.145507812500 0.045410156250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.002868652344 0.107421875000 0.206054687500 0.244140625000 +0.314453125000 0.378906250000 0.386718750000 0.349609375000 +0.306640625000 0.173828125000 0.083496093750 0.019653320312 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.006286621094 0.013000488281 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.120117187500 +0.131835937500 0.098144531250 0.119140625000 0.085449218750 +0.062255859375 0.017578125000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.018920898438 +0.066406250000 0.082031250000 0.049560546875 0.015625000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.092285156250 +0.165039062500 0.248046875000 0.289062500000 0.257812500000 +0.257812500000 0.174804687500 0.141601562500 0.059814453125 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.050048828125 +0.070800781250 0.098144531250 0.112792968750 0.122558593750 +0.045166015625 0.002487182617 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.063964843750 0.029052734375 0.048095703125 +0.037109375000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.007415771484 +0.000000000000 0.022338867188 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.011047363281 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.021362304688 0.071777343750 0.101074218750 0.067871093750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.028808593750 0.105468750000 0.200195312500 +0.279296875000 0.332031250000 0.357421875000 0.269531250000 +0.255859375000 0.173828125000 0.087402343750 0.045898437500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.111816406250 0.150390625000 0.178710937500 +0.177734375000 0.201171875000 0.172851562500 0.185546875000 +0.118652343750 0.033691406250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.042236328125 +0.045654296875 0.066406250000 0.085449218750 0.022460937500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.061767578125 0.080566406250 +0.134765625000 0.149414062500 0.147460937500 0.120117187500 +0.102539062500 0.018920898438 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.016967773438 +0.051513671875 0.087402343750 0.111816406250 0.068359375000 +0.079589843750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.062500000000 0.126953125000 0.136718750000 0.112304687500 +0.050048828125 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.027587890625 0.116699218750 +0.130859375000 0.136718750000 0.087402343750 0.064453125000 +0.021850585938 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.018798828125 0.023071289062 0.086425781250 +0.098144531250 0.094726562500 0.097656250000 0.033691406250 +0.002517700195 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.028320312500 +0.031250000000 0.096679687500 0.119140625000 0.166992187500 +0.142578125000 0.105468750000 0.067382812500 0.064453125000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.067382812500 0.092285156250 0.174804687500 +0.200195312500 0.200195312500 0.170898437500 0.088867187500 +0.020629882812 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.018310546875 0.066894531250 0.102050781250 +0.129882812500 0.145507812500 0.152343750000 0.105957031250 +0.100585937500 0.055175781250 0.010070800781 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.007476806641 0.039794921875 0.051025390625 +0.077636718750 0.085937500000 0.117675781250 0.138671875000 +0.145507812500 0.182617187500 0.227539062500 0.248046875000 +0.247070312500 0.257812500000 0.238281250000 0.223632812500 +0.162109375000 0.101562500000 0.007812500000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.016235351562 0.059326171875 +0.095214843750 0.114257812500 0.116210937500 0.106445312500 +0.079589843750 0.016967773438 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.006530761719 0.093261718750 0.133789062500 0.179687500000 +0.225585937500 0.248046875000 0.279296875000 0.279296875000 +0.279296875000 0.283203125000 0.243164062500 0.205078125000 +0.197265625000 0.144531250000 0.105957031250 0.067871093750 +0.031738281250 0.054199218750 0.018066406250 0.029174804688 +0.029785156250 0.052001953125 0.062988281250 0.081054687500 +0.117675781250 0.090332031250 0.100585937500 0.117187500000 +0.096679687500 0.048583984375 0.047851562500 0.023071289062 +0.015747070312 0.000000000000 0.023925781250 0.021118164062 +0.048095703125 0.084472656250 0.153320312500 0.192382812500 +0.210937500000 0.255859375000 0.289062500000 0.271484375000 +0.232421875000 0.220703125000 0.149414062500 0.081054687500 +0.026489257812 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.033935546875 0.106933593750 +0.133789062500 0.182617187500 0.154296875000 0.173828125000 +0.102050781250 0.046630859375 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.001586914062 0.060791015625 +0.094238281250 0.122070312500 0.137695312500 0.114746093750 +0.102539062500 0.074218750000 0.015991210938 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.022949218750 0.038085937500 0.063964843750 +0.052734375000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.028442382812 +0.139648437500 0.212890625000 0.211914062500 0.242187500000 +0.243164062500 0.193359375000 0.139648437500 0.073730468750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.050292968750 +0.069335937500 0.058593750000 0.075683593750 0.077636718750 +0.019897460938 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.019897460938 +0.068359375000 0.112792968750 0.164062500000 0.158203125000 +0.139648437500 0.139648437500 0.117675781250 0.075195312500 +0.033203125000 0.011169433594 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.057128906250 +0.093750000000 0.136718750000 0.207031250000 0.227539062500 +0.265625000000 0.261718750000 0.243164062500 0.197265625000 +0.161132812500 0.079101562500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.029296875000 0.082519531250 0.126953125000 0.141601562500 +0.117187500000 0.081054687500 0.051513671875 0.007507324219 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.020629882812 0.068847656250 0.141601562500 0.225585937500 +0.273437500000 0.292968750000 0.308593750000 0.320312500000 +0.310546875000 0.306640625000 0.261718750000 0.257812500000 +0.242187500000 0.221679687500 0.204101562500 0.210937500000 +0.205078125000 0.225585937500 0.225585937500 0.239257812500 +0.243164062500 0.223632812500 0.209960937500 0.162109375000 +0.102050781250 0.077636718750 0.054687500000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.006622314453 0.071289062500 +0.114257812500 0.178710937500 0.218750000000 0.201171875000 +0.175781250000 0.126953125000 0.095703125000 0.005035400391 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.032470703125 0.099609375000 0.153320312500 0.166015625000 +0.143554687500 0.153320312500 0.094726562500 0.037353515625 +0.002655029297 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.109863281250 0.208007812500 0.253906250000 0.306640625000 +0.357421875000 0.347656250000 0.367187500000 0.300781250000 +0.265625000000 0.211914062500 0.117187500000 0.071777343750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.074707031250 0.134765625000 0.160156250000 +0.192382812500 0.197265625000 0.143554687500 0.125000000000 +0.053222656250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.022705078125 +0.066406250000 0.145507812500 0.194335937500 0.216796875000 +0.217773437500 0.198242187500 0.182617187500 0.137695312500 +0.072265625000 0.008972167969 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.025878906250 0.072265625000 0.051513671875 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.064941406250 0.130859375000 0.196289062500 +0.163085937500 0.138671875000 0.071777343750 0.009277343750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.004699707031 0.099121093750 +0.156250000000 0.202148437500 0.227539062500 0.227539062500 +0.190429687500 0.131835937500 0.061523437500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.052001953125 +0.088378906250 0.089843750000 0.091796875000 0.064941406250 +0.037597656250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.022583007812 0.100585937500 0.164062500000 0.221679687500 +0.221679687500 0.213867187500 0.177734375000 0.105957031250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.024902343750 0.052734375000 0.105957031250 +0.139648437500 0.165039062500 0.143554687500 0.157226562500 +0.154296875000 0.122070312500 0.110351562500 0.071289062500 +0.037841796875 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.005523681641 0.027587890625 0.030517578125 0.031982421875 +0.006530761719 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.016113281250 +0.068359375000 0.107421875000 0.117675781250 0.107421875000 +0.043212890625 0.005706787109 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.078125000000 0.137695312500 0.202148437500 0.249023437500 +0.277343750000 0.292968750000 0.281250000000 0.273437500000 +0.251953125000 0.236328125000 0.215820312500 0.198242187500 +0.174804687500 0.159179687500 0.141601562500 0.123535156250 +0.095214843750 0.095214843750 0.039550781250 0.009216308594 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.018310546875 +0.022949218750 0.075195312500 0.108886718750 0.152343750000 +0.157226562500 0.224609375000 0.206054687500 0.218750000000 +0.261718750000 0.243164062500 0.236328125000 0.190429687500 +0.225585937500 0.170898437500 0.145507812500 0.131835937500 +0.086914062500 0.066894531250 0.016235351562 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.012756347656 +0.083007812500 0.097167968750 0.172851562500 0.208007812500 +0.200195312500 0.225585937500 0.204101562500 0.194335937500 +0.149414062500 0.140625000000 0.121093750000 0.077148437500 +0.052978515625 0.047363281250 0.036621093750 0.058593750000 +0.077636718750 0.108886718750 0.122558593750 0.155273437500 +0.203125000000 0.231445312500 0.250000000000 0.216796875000 +0.230468750000 0.214843750000 0.195312500000 0.152343750000 +0.107421875000 0.080566406250 0.076171875000 0.058593750000 +0.010192871094 0.030029296875 0.051025390625 0.051025390625 +0.064941406250 0.086425781250 0.089355468750 0.083496093750 +0.080566406250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.071289062500 0.117187500000 +0.189453125000 0.244140625000 0.242187500000 0.222656250000 +0.187500000000 0.155273437500 0.052490234375 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.034179687500 0.099121093750 0.164062500000 +0.203125000000 0.222656250000 0.208007812500 0.159179687500 +0.071777343750 0.029174804688 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.011108398438 +0.048583984375 0.052490234375 0.055664062500 0.055908203125 +0.007507324219 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.063476562500 +0.128906250000 0.164062500000 0.166015625000 0.174804687500 +0.128906250000 0.045654296875 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.042968750000 +0.111816406250 0.183593750000 0.213867187500 0.257812500000 +0.287109375000 0.302734375000 0.300781250000 0.308593750000 +0.265625000000 0.240234375000 0.215820312500 0.180664062500 +0.130859375000 0.106933593750 0.070800781250 0.019409179688 +0.000000000000 0.028564453125 0.019897460938 0.042968750000 +0.067382812500 0.098144531250 0.098144531250 0.127929687500 +0.126953125000 0.154296875000 0.147460937500 0.145507812500 +0.101562500000 0.078125000000 0.025024414062 0.012023925781 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.049560546875 0.061035156250 0.092773437500 0.109863281250 +0.114257812500 0.112304687500 0.147460937500 0.134765625000 +0.136718750000 0.123046875000 0.132812500000 0.104492187500 +0.080566406250 0.072753906250 0.053222656250 0.035888671875 +0.010009765625 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.006378173828 +0.086914062500 0.120605468750 0.128906250000 0.125000000000 +0.072265625000 0.051025390625 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.012084960938 0.010742187500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.038818359375 0.113281250000 +0.115234375000 0.191406250000 0.234375000000 0.269531250000 +0.267578125000 0.285156250000 0.259765625000 0.212890625000 +0.186523437500 0.142578125000 0.095214843750 0.053466796875 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.007019042969 +0.055419921875 0.054443359375 0.060058593750 0.020874023438 +0.032226562500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.020751953125 +0.000000000000 0.005096435547 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.001640319824 0.041259765625 0.090820312500 0.127929687500 +0.140625000000 0.153320312500 0.156250000000 0.114746093750 +0.070800781250 0.022338867188 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.016235351562 0.077148437500 0.093261718750 +0.104980468750 0.118652343750 0.125976562500 0.104003906250 +0.100097656250 0.071777343750 0.024780273438 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.015991210938 +0.041015625000 0.102539062500 0.156250000000 0.204101562500 +0.214843750000 0.216796875000 0.213867187500 0.172851562500 +0.125976562500 0.123535156250 0.062500000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.038574218750 0.074707031250 0.089843750000 0.104492187500 +0.073730468750 0.026245117188 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.049804687500 0.065429687500 +0.100585937500 0.088867187500 0.006072998047 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.046630859375 0.094726562500 +0.138671875000 0.148437500000 0.133789062500 0.093750000000 +0.053466796875 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.016235351562 0.112792968750 0.166015625000 0.227539062500 +0.259765625000 0.302734375000 0.335937500000 0.337890625000 +0.339843750000 0.312500000000 0.285156250000 0.275390625000 +0.234375000000 0.179687500000 0.139648437500 0.072265625000 +0.050781250000 0.057373046875 0.059082031250 0.069824218750 +0.051025390625 0.052734375000 0.111328125000 0.080078125000 +0.035888671875 0.034667968750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.020385742188 0.015319824219 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.048583984375 0.129882812500 0.186523437500 +0.250000000000 0.271484375000 0.245117187500 0.220703125000 +0.175781250000 0.040771484375 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.028930664062 +0.113769531250 0.162109375000 0.199218750000 0.214843750000 +0.204101562500 0.189453125000 0.184570312500 0.171875000000 +0.147460937500 0.107910156250 0.093261718750 0.085449218750 +0.070800781250 0.054199218750 0.086425781250 0.108398437500 +0.112304687500 0.128906250000 0.138671875000 0.133789062500 +0.111328125000 0.092773437500 0.065429687500 0.008789062500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.029052734375 0.113769531250 0.140625000000 +0.162109375000 0.190429687500 0.173828125000 0.158203125000 +0.135742187500 0.098144531250 0.069824218750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.031250000000 0.093750000000 +0.121582031250 0.180664062500 0.189453125000 0.157226562500 +0.166992187500 0.092773437500 0.054687500000 0.033691406250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.001281738281 0.056640625000 0.035644531250 0.046386718750 +0.036132812500 0.006286621094 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.004547119141 0.053955078125 0.066406250000 +0.109863281250 0.119628906250 0.154296875000 0.138671875000 +0.126953125000 0.083007812500 0.018066406250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.038818359375 0.133789062500 0.181640625000 +0.227539062500 0.245117187500 0.250000000000 0.214843750000 +0.197265625000 0.128906250000 0.048583984375 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.039062500000 +0.070312500000 0.085449218750 0.050537109375 0.043457031250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.055419921875 0.150390625000 0.245117187500 0.269531250000 +0.296875000000 0.267578125000 0.226562500000 0.135742187500 +0.017333984375 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.031127929688 +0.054199218750 0.069824218750 0.054687500000 0.055419921875 +0.025146484375 0.027954101562 0.000000000000 0.017578125000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.034423828125 0.103515625000 0.124023437500 0.124023437500 +0.125976562500 0.080566406250 0.002548217773 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.049316406250 0.130859375000 0.273437500000 0.349609375000 +0.388671875000 0.398437500000 0.373046875000 0.353515625000 +0.281250000000 0.217773437500 0.147460937500 0.041992187500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.050048828125 0.157226562500 +0.206054687500 0.261718750000 0.277343750000 0.234375000000 +0.195312500000 0.135742187500 0.055664062500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.050781250000 0.120605468750 0.056640625000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.066406250000 0.108886718750 0.190429687500 +0.207031250000 0.234375000000 0.211914062500 0.200195312500 +0.159179687500 0.079589843750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.041748046875 0.110839843750 0.149414062500 +0.167968750000 0.208007812500 0.191406250000 0.181640625000 +0.195312500000 0.188476562500 0.175781250000 0.184570312500 +0.182617187500 0.133789062500 0.088378906250 0.052978515625 +0.016601562500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.048095703125 0.054931640625 0.099121093750 +0.083496093750 0.057861328125 0.024169921875 0.007568359375 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.001525878906 0.000000000000 0.064941406250 0.101562500000 +0.120605468750 0.121582031250 0.116210937500 0.125000000000 +0.111816406250 0.095214843750 0.100585937500 0.098632812500 +0.022827148438 0.010498046875 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.062988281250 0.063964843750 0.075683593750 +0.087402343750 0.102539062500 0.085937500000 0.075195312500 +0.034423828125 0.038574218750 0.006927490234 0.016967773438 +0.008911132812 0.024414062500 0.034912109375 0.057861328125 +0.092285156250 0.113769531250 0.095703125000 0.117675781250 +0.104980468750 0.053710937500 0.013000488281 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.063476562500 0.113769531250 +0.116210937500 0.136718750000 0.136718750000 0.068359375000 +0.029663085938 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.003067016602 0.083007812500 0.128906250000 +0.186523437500 0.194335937500 0.205078125000 0.218750000000 +0.186523437500 0.145507812500 0.110839843750 0.044189453125 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.035888671875 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.029418945312 0.024047851562 0.029418945312 +0.111816406250 0.106933593750 0.121582031250 0.102539062500 +0.062500000000 0.011108398438 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.057861328125 +0.083007812500 0.113281250000 0.242187500000 0.241210937500 +0.201171875000 0.171875000000 0.108398437500 0.014221191406 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.027465820312 0.030395507812 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.023681640625 0.063476562500 0.138671875000 +0.168945312500 0.216796875000 0.228515625000 0.251953125000 +0.238281250000 0.231445312500 0.142578125000 0.120117187500 +0.073242187500 0.026245117188 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.043945312500 0.125976562500 0.130859375000 0.170898437500 +0.165039062500 0.171875000000 0.163085937500 0.144531250000 +0.065917968750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.007324218750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.015258789062 0.084472656250 +0.117675781250 0.163085937500 0.193359375000 0.174804687500 +0.164062500000 0.142578125000 0.061523437500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.068359375000 0.164062500000 0.188476562500 +0.229492187500 0.275390625000 0.259765625000 0.245117187500 +0.251953125000 0.236328125000 0.225585937500 0.176757812500 +0.177734375000 0.154296875000 0.131835937500 0.111816406250 +0.141601562500 0.120117187500 0.152343750000 0.166015625000 +0.171875000000 0.183593750000 0.176757812500 0.145507812500 +0.128906250000 0.084472656250 0.018798828125 0.039062500000 +0.014038085938 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.061035156250 0.097167968750 0.135742187500 0.160156250000 +0.140625000000 0.108398437500 0.019287109375 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.105957031250 0.167968750000 0.190429687500 0.216796875000 +0.207031250000 0.126953125000 0.065917968750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.100097656250 0.192382812500 0.209960937500 +0.219726562500 0.255859375000 0.247070312500 0.240234375000 +0.207031250000 0.140625000000 0.066406250000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.046630859375 0.113769531250 0.139648437500 0.174804687500 +0.153320312500 0.137695312500 0.089843750000 0.017089843750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.073730468750 +0.178710937500 0.218750000000 0.257812500000 0.277343750000 +0.302734375000 0.271484375000 0.208984375000 0.199218750000 +0.137695312500 0.084960937500 0.013183593750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.022094726562 0.076660156250 +0.119628906250 0.127929687500 0.105957031250 0.086425781250 +0.061523437500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000046730042 0.085937500000 0.125000000000 0.157226562500 +0.183593750000 0.124511718750 0.060058593750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.029541015625 0.108398437500 +0.171875000000 0.234375000000 0.245117187500 0.242187500000 +0.253906250000 0.171875000000 0.090820312500 0.025024414062 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.002410888672 +0.005767822266 0.035156250000 0.040283203125 0.042724609375 +0.000656127930 0.007354736328 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.028930664062 0.075683593750 0.132812500000 0.135742187500 +0.154296875000 0.143554687500 0.097167968750 0.035888671875 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.013244628906 +0.102539062500 0.135742187500 0.178710937500 0.171875000000 +0.159179687500 0.110351562500 0.120117187500 0.123535156250 +0.065917968750 0.057373046875 0.016723632812 0.007995605469 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.022338867188 0.088378906250 +0.139648437500 0.144531250000 0.106445312500 0.068847656250 +0.000881195068 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.052734375000 +0.136718750000 0.203125000000 0.230468750000 0.201171875000 +0.174804687500 0.102539062500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.056884765625 0.095214843750 0.124023437500 +0.160156250000 0.151367187500 0.132812500000 0.078125000000 +0.056884765625 0.030273437500 0.027099609375 0.004394531250 +0.018188476562 0.020751953125 0.015319824219 0.006225585938 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.074707031250 0.086914062500 0.150390625000 0.164062500000 +0.167968750000 0.192382812500 0.212890625000 0.222656250000 +0.159179687500 0.147460937500 0.093261718750 0.066406250000 +0.021484375000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.027343750000 +0.110839843750 0.233398437500 0.289062500000 0.318359375000 +0.359375000000 0.333984375000 0.320312500000 0.259765625000 +0.237304687500 0.171875000000 0.113281250000 0.059326171875 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.004577636719 0.025512695312 +0.081054687500 0.142578125000 0.185546875000 0.242187500000 +0.241210937500 0.229492187500 0.198242187500 0.190429687500 +0.150390625000 0.123535156250 0.035644531250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.025878906250 0.038574218750 +0.055664062500 0.042968750000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.031494140625 0.035400390625 +0.080566406250 0.062988281250 0.007812500000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.037841796875 0.126953125000 +0.196289062500 0.213867187500 0.186523437500 0.108886718750 +0.022338867188 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.003463745117 +0.075195312500 0.059326171875 0.026977539062 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.049072265625 0.014221191406 0.087890625000 +0.113769531250 0.126953125000 0.117675781250 0.047119140625 +0.070800781250 0.003387451172 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.023681640625 0.079589843750 +0.085449218750 0.066894531250 0.039306640625 0.013732910156 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.082519531250 0.117187500000 0.174804687500 +0.191406250000 0.166015625000 0.142578125000 0.084472656250 +0.045166015625 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.012512207031 +0.014526367188 0.000000000000 0.003112792969 0.008178710938 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.031738281250 0.025146484375 +0.023437500000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.085937500000 0.105468750000 0.131835937500 +0.039306640625 0.032714843750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.001533508301 0.059326171875 0.073242187500 +0.094238281250 0.007781982422 0.011108398438 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.004791259766 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.072265625000 0.083496093750 0.062500000000 +0.074218750000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.025390625000 0.043212890625 +0.079101562500 0.084960937500 0.098632812500 0.081542968750 +0.070312500000 0.032958984375 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.052490234375 0.117187500000 0.126953125000 0.123535156250 +0.154296875000 0.110351562500 0.140625000000 0.076660156250 +0.079101562500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000690460205 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.008789062500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.046386718750 +0.104003906250 0.109375000000 0.098632812500 0.087402343750 +0.052734375000 0.009338378906 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.010437011719 +0.032226562500 0.050292968750 0.065917968750 0.001358032227 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.103515625000 0.105957031250 0.074218750000 +0.052734375000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.024169921875 0.021728515625 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.061279296875 0.190429687500 0.183593750000 0.234375000000 +0.138671875000 0.041992187500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.008422851562 0.043701171875 0.069335937500 0.096191406250 +0.082031250000 0.031250000000 0.036621093750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.019897460938 +0.061523437500 0.049804687500 0.046875000000 0.053710937500 +0.036865234375 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.034667968750 +0.095214843750 0.072265625000 0.081542968750 0.116210937500 +0.119628906250 0.138671875000 0.109375000000 0.093750000000 +0.105957031250 0.085449218750 0.056884765625 0.009582519531 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.004760742188 0.006927490234 0.000000000000 +0.021240234375 0.005859375000 0.011108398438 0.049072265625 +0.014465332031 0.045898437500 0.050537109375 0.071777343750 +0.068847656250 0.076660156250 0.046386718750 0.035888671875 +0.034912109375 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.012512207031 +0.056152343750 0.095703125000 0.012756347656 0.018676757812 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.033691406250 0.094726562500 0.102050781250 +0.162109375000 0.168945312500 0.130859375000 0.132812500000 +0.023071289062 0.009399414062 0.010253906250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.029907226562 0.068359375000 +0.088378906250 0.079589843750 0.026367187500 0.007019042969 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.036376953125 0.017333984375 0.034423828125 +0.021118164062 0.000000000000 0.000000000000 0.000000000000 +0.006805419922 0.000000000000 0.000000000000 0.044677734375 +0.025024414062 0.031250000000 0.041503906250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.008789062500 +0.022827148438 0.058105468750 0.051757812500 0.031494140625 +0.020019531250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.059082031250 0.150390625000 0.230468750000 +0.277343750000 0.281250000000 0.255859375000 0.213867187500 +0.116699218750 0.020019531250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.038085937500 0.044677734375 +0.049316406250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.024902343750 0.073730468750 +0.091308593750 0.084472656250 0.066894531250 0.029296875000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.014709472656 0.034423828125 +0.056884765625 0.059570312500 0.046630859375 0.021606445312 +0.016601562500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.004058837891 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.004547119141 +0.047119140625 0.079589843750 0.102539062500 0.151367187500 +0.155273437500 0.171875000000 0.194335937500 0.194335937500 +0.200195312500 0.207031250000 0.204101562500 0.152343750000 +0.107910156250 0.095214843750 0.064941406250 0.051513671875 +0.063964843750 0.057617187500 0.080566406250 0.102539062500 +0.120605468750 0.141601562500 0.157226562500 0.165039062500 +0.179687500000 0.146484375000 0.122558593750 0.077636718750 +0.017700195312 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.027465820312 0.072265625000 0.111816406250 +0.090332031250 0.124023437500 0.099121093750 0.086425781250 +0.054931640625 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.002166748047 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.004302978516 0.037841796875 0.079589843750 +0.075195312500 0.077636718750 0.068847656250 0.026489257812 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.027832031250 +0.072753906250 0.103515625000 0.146484375000 0.147460937500 +0.127929687500 0.103515625000 0.108398437500 0.061279296875 +0.046875000000 0.005615234375 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.033203125000 0.086425781250 0.123535156250 0.149414062500 +0.163085937500 0.145507812500 0.097167968750 0.093750000000 +0.017700195312 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.073730468750 +0.109863281250 0.166992187500 0.209960937500 0.188476562500 +0.217773437500 0.215820312500 0.187500000000 0.179687500000 +0.117675781250 0.034423828125 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.032958984375 0.048095703125 +0.032714843750 0.031127929688 0.018066406250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.030273437500 0.087402343750 +0.100097656250 0.098144531250 0.098144531250 0.039306640625 +0.002975463867 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.016845703125 +0.053710937500 0.044433593750 0.026367187500 0.004486083984 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.033447265625 0.081054687500 0.080078125000 +0.097167968750 0.114746093750 0.098632812500 0.090332031250 +0.047119140625 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.013305664062 0.038574218750 0.045410156250 +0.043457031250 0.055175781250 0.051269531250 0.059326171875 +0.047607421875 0.051269531250 0.010192871094 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.031982421875 0.058593750000 0.066406250000 0.060546875000 +0.004211425781 0.016113281250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.005859375000 +0.007934570312 0.035644531250 0.094726562500 0.097656250000 +0.070800781250 0.099121093750 0.042724609375 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000064373016 0.010253906250 0.014526367188 +0.029785156250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.006347656250 +0.044677734375 0.052490234375 0.101562500000 0.103027343750 +0.121093750000 0.135742187500 0.097167968750 0.069335937500 +0.056396484375 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.009094238281 0.056152343750 0.076171875000 +0.108886718750 0.132812500000 0.135742187500 0.151367187500 +0.158203125000 0.120605468750 0.118164062500 0.045410156250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.021118164062 +0.000000000000 0.012145996094 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.027465820312 +0.053710937500 0.055419921875 0.072753906250 0.076660156250 +0.055419921875 0.020629882812 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.033447265625 0.080078125000 0.103027343750 0.099609375000 +0.124023437500 0.075195312500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.012878417969 0.077148437500 +0.158203125000 0.198242187500 0.251953125000 0.283203125000 +0.259765625000 0.220703125000 0.179687500000 0.134765625000 +0.108398437500 0.060791015625 0.061767578125 0.048828125000 +0.014404296875 0.023071289062 0.016235351562 0.052978515625 +0.057617187500 0.076171875000 0.110351562500 0.132812500000 +0.137695312500 0.147460937500 0.141601562500 0.116699218750 +0.073242187500 0.029174804688 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.061523437500 0.098144531250 +0.129882812500 0.114257812500 0.103027343750 0.067871093750 +0.012817382812 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.051025390625 0.136718750000 +0.214843750000 0.249023437500 0.324218750000 0.294921875000 +0.314453125000 0.283203125000 0.213867187500 0.167968750000 +0.088867187500 0.050537109375 0.000062465668 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.004943847656 0.075195312500 0.103515625000 0.108886718750 +0.111328125000 0.061035156250 0.006134033203 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.022338867188 0.153320312500 +0.236328125000 0.341796875000 0.388671875000 0.390625000000 +0.419921875000 0.355468750000 0.310546875000 0.261718750000 +0.178710937500 0.125000000000 0.059326171875 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.029785156250 0.063964843750 0.126953125000 0.147460937500 +0.162109375000 0.170898437500 0.162109375000 0.142578125000 +0.104980468750 0.058837890625 0.018188476562 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.010498046875 0.038085937500 0.062500000000 0.098632812500 +0.137695312500 0.141601562500 0.180664062500 0.203125000000 +0.201171875000 0.228515625000 0.211914062500 0.209960937500 +0.193359375000 0.184570312500 0.156250000000 0.130859375000 +0.104492187500 0.095703125000 0.057128906250 0.058349609375 +0.012573242188 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.012451171875 0.028686523438 0.032714843750 +0.042968750000 0.070800781250 0.073242187500 0.073242187500 +0.039062500000 0.003967285156 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.016113281250 +0.065917968750 0.095703125000 0.133789062500 0.144531250000 +0.203125000000 0.204101562500 0.210937500000 0.219726562500 +0.190429687500 0.194335937500 0.161132812500 0.130859375000 +0.066406250000 0.029296875000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000637054443 +0.000000000000 0.006622314453 0.000000000000 0.010803222656 +0.030151367188 0.000000000000 0.031127929688 0.020751953125 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.028930664062 +0.065917968750 0.062500000000 0.042236328125 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.020874023438 +0.068359375000 0.093261718750 0.079589843750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.111816406250 0.196289062500 0.234375000000 +0.279296875000 0.243164062500 0.206054687500 0.127929687500 +0.037353515625 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.084960937500 0.188476562500 0.230468750000 0.279296875000 +0.306640625000 0.312500000000 0.263671875000 0.199218750000 +0.098144531250 0.012390136719 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.023559570312 +0.100097656250 0.137695312500 0.119628906250 0.104492187500 +0.088378906250 0.009216308594 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.042968750000 +0.096679687500 0.111328125000 0.159179687500 0.138671875000 +0.085937500000 0.024169921875 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.001670837402 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.019653320312 0.101562500000 0.162109375000 0.207031250000 +0.220703125000 0.215820312500 0.194335937500 0.169921875000 +0.118652343750 0.091796875000 0.041992187500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.025146484375 0.056396484375 0.084960937500 +0.078125000000 0.056884765625 0.045654296875 0.037841796875 +0.016479492188 0.008300781250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.014343261719 0.019775390625 0.014953613281 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.029174804688 0.081542968750 0.110839843750 +0.163085937500 0.163085937500 0.183593750000 0.188476562500 +0.119628906250 0.058349609375 0.013854980469 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.027099609375 0.000000000000 0.001281738281 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.025878906250 +0.077636718750 0.122070312500 0.169921875000 0.181640625000 +0.198242187500 0.244140625000 0.228515625000 0.203125000000 +0.160156250000 0.119140625000 0.061279296875 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.019775390625 +0.062988281250 0.107421875000 0.131835937500 0.120605468750 +0.142578125000 0.129882812500 0.085937500000 0.038818359375 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.026367187500 +0.036621093750 0.036865234375 0.013366699219 0.016479492188 +0.012145996094 0.000429153442 0.000000000000 0.001945495605 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.022827148438 +0.035400390625 0.052246093750 0.054443359375 0.020629882812 +0.022705078125 0.006591796875 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.029052734375 0.115722656250 +0.152343750000 0.166992187500 0.141601562500 0.100585937500 +0.031494140625 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.021484375000 0.047851562500 0.066894531250 +0.061279296875 0.018554687500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.001937866211 +0.019897460938 0.062011718750 0.100585937500 0.144531250000 +0.173828125000 0.185546875000 0.202148437500 0.196289062500 +0.166015625000 0.137695312500 0.125000000000 0.095214843750 +0.054199218750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.045166015625 +0.094238281250 0.125976562500 0.164062500000 0.135742187500 +0.075683593750 0.050537109375 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.022460937500 0.021850585938 0.009704589844 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.007873535156 0.070312500000 +0.123535156250 0.162109375000 0.156250000000 0.153320312500 +0.105957031250 0.034667968750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.007629394531 +0.037353515625 0.068847656250 0.110351562500 0.098144531250 +0.060302734375 0.036865234375 0.025878906250 0.034912109375 +0.001861572266 0.027465820312 0.032470703125 0.025390625000 +0.025024414062 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.062988281250 +0.112792968750 0.163085937500 0.152343750000 0.192382812500 +0.130859375000 0.093261718750 0.007202148438 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.033447265625 0.066894531250 0.078613281250 +0.112792968750 0.163085937500 0.171875000000 0.188476562500 +0.184570312500 0.153320312500 0.088867187500 0.064941406250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.017211914062 0.063476562500 0.047607421875 +0.037109375000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.050537109375 0.100097656250 0.124023437500 0.145507812500 +0.136718750000 0.131835937500 0.077148437500 0.024047851562 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.105468750000 0.162109375000 0.213867187500 0.237304687500 +0.196289062500 0.096191406250 0.007537841797 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.033935546875 0.164062500000 +0.267578125000 0.306640625000 0.271484375000 0.216796875000 +0.136718750000 0.020019531250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.035400390625 +0.043945312500 0.070312500000 0.086425781250 0.076660156250 +0.055419921875 0.024291992188 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.079101562500 0.102539062500 0.104492187500 0.086914062500 +0.050781250000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.067382812500 0.166015625000 +0.273437500000 0.351562500000 0.431640625000 0.468750000000 +0.417968750000 0.363281250000 0.271484375000 0.190429687500 +0.100097656250 0.022827148438 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.076171875000 0.146484375000 +0.199218750000 0.226562500000 0.197265625000 0.165039062500 +0.102539062500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.002731323242 0.000000000000 0.000000000000 0.000000000000 +0.115234375000 0.130859375000 0.000000000000 0.002883911133 +0.011352539062 0.005340576172 0.001190185547 0.012756347656 +0.072265625000 0.042968750000 0.080078125000 0.120605468750 +0.095703125000 0.090820312500 0.082031250000 0.049804687500 +0.040283203125 0.008789062500 0.012145996094 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.042480468750 0.052490234375 +0.049316406250 0.101562500000 0.014709472656 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.020996093750 0.063964843750 0.002182006836 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.004089355469 0.074218750000 0.080078125000 0.120605468750 +0.182617187500 0.163085937500 0.169921875000 0.146484375000 +0.092285156250 0.099121093750 0.030395507812 0.000000000000 +0.018432617188 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.048095703125 0.087402343750 +0.120605468750 0.140625000000 0.112304687500 0.137695312500 +0.097656250000 0.065917968750 0.001296997070 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.052490234375 +0.072265625000 0.117675781250 0.109863281250 0.115722656250 +0.117675781250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.083496093750 +0.114257812500 0.096679687500 0.132812500000 0.167968750000 +0.121582031250 0.115722656250 0.065429687500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.053955078125 0.025512695312 0.036621093750 0.088867187500 +0.046875000000 0.053710937500 0.022949218750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.017456054688 0.017211914062 +0.033203125000 0.079101562500 0.040771484375 0.000000000000 +0.002212524414 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.070800781250 0.088378906250 +0.163085937500 0.124511718750 0.087890625000 0.095214843750 +0.092285156250 0.004791259766 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.065429687500 +0.068359375000 0.109863281250 0.108886718750 0.119628906250 +0.128906250000 0.065917968750 0.038330078125 0.020263671875 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.018432617188 0.001426696777 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.023803710938 0.042968750000 +0.060302734375 0.082519531250 0.099609375000 0.091796875000 +0.052490234375 0.062988281250 0.022827148438 0.076171875000 +0.074707031250 0.030883789062 0.052246093750 0.069824218750 +0.017944335938 0.043212890625 0.004852294922 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.001480102539 +0.031738281250 0.031494140625 0.080566406250 0.090820312500 +0.045166015625 0.091796875000 0.093750000000 0.019165039062 +0.000000000000 0.018188476562 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.019775390625 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.032958984375 0.072265625000 0.114746093750 0.082519531250 +0.067871093750 0.028320312500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.003097534180 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.008728027344 0.074218750000 0.066894531250 +0.087890625000 0.026367187500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.034912109375 0.052978515625 +0.066406250000 0.126953125000 0.146484375000 0.114257812500 +0.131835937500 0.110839843750 0.094726562500 0.079101562500 +0.071289062500 0.054199218750 0.061279296875 0.035888671875 +0.085937500000 0.062988281250 0.087890625000 0.122070312500 +0.116210937500 0.115234375000 0.134765625000 0.083007812500 +0.094238281250 0.005859375000 0.017333984375 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.035888671875 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.011901855469 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.042968750000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.014953613281 +0.093750000000 0.109375000000 0.116210937500 0.191406250000 +0.134765625000 0.099121093750 0.076171875000 0.003875732422 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.024291992188 0.029052734375 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.024047851562 0.026611328125 0.010314941406 0.046630859375 +0.014953613281 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.013610839844 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.004058837891 0.000000000000 0.002868652344 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.025268554688 +0.062988281250 0.080566406250 0.069824218750 0.126953125000 +0.047119140625 0.067382812500 0.046875000000 0.026123046875 +0.026367187500 0.000000000000 0.000000000000 0.026733398438 +0.000000000000 0.009033203125 0.027587890625 0.018676757812 +0.065429687500 0.056884765625 0.093261718750 0.091308593750 +0.087890625000 0.049316406250 0.057373046875 0.016967773438 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.006103515625 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.049804687500 0.075195312500 0.143554687500 +0.167968750000 0.197265625000 0.191406250000 0.186523437500 +0.125000000000 0.132812500000 0.079101562500 0.053222656250 +0.000000000000 0.005218505859 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.007019042969 +0.042480468750 0.008483886719 0.026489257812 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.040771484375 0.149414062500 +0.190429687500 0.255859375000 0.255859375000 0.279296875000 +0.257812500000 0.226562500000 0.186523437500 0.153320312500 +0.037597656250 0.028198242188 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.002624511719 0.041259765625 +0.000000000000 0.030761718750 0.012268066406 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.014465332031 0.006652832031 0.048339843750 +0.059570312500 0.104980468750 0.101562500000 0.144531250000 +0.113281250000 0.189453125000 0.125976562500 0.159179687500 +0.162109375000 0.106445312500 0.166015625000 0.093750000000 +0.115234375000 0.051025390625 0.051269531250 0.005920410156 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.054199218750 0.081542968750 0.100585937500 +0.116210937500 0.130859375000 0.146484375000 0.119140625000 +0.138671875000 0.045654296875 0.048095703125 0.052001953125 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.109863281250 0.044189453125 +0.000000000000 0.027465820312 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.079589843750 0.211914062500 +0.289062500000 0.294921875000 0.207031250000 0.144531250000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.025024414062 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.001358032227 0.052978515625 0.096191406250 0.124023437500 +0.174804687500 0.187500000000 0.171875000000 0.110839843750 +0.052246093750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.017456054688 0.071777343750 0.061279296875 +0.088378906250 0.063964843750 0.058837890625 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.006072998047 0.049560546875 +0.060546875000 0.076660156250 0.073242187500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.043945312500 0.042724609375 +0.049804687500 0.020019531250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.015563964844 0.078613281250 +0.106445312500 0.111328125000 0.057373046875 0.059814453125 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.040283203125 0.117187500000 0.197265625000 0.238281250000 +0.296875000000 0.263671875000 0.271484375000 0.201171875000 +0.097656250000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.030151367188 0.045410156250 +0.029418945312 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.067382812500 0.080566406250 +0.057128906250 0.035156250000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.039062500000 0.067382812500 +0.101074218750 0.062500000000 0.054687500000 0.038818359375 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.041748046875 0.076660156250 0.136718750000 +0.146484375000 0.088378906250 0.047363281250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.025146484375 0.054687500000 0.135742187500 0.159179687500 +0.174804687500 0.128906250000 0.070312500000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.012939453125 +0.022583007812 0.063476562500 0.085449218750 0.042480468750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.018310546875 +0.062011718750 0.050781250000 0.075683593750 0.003387451172 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.087890625000 +0.172851562500 0.239257812500 0.312500000000 0.267578125000 +0.273437500000 0.175781250000 0.149414062500 0.019531250000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.035400390625 0.126953125000 0.122070312500 0.137695312500 +0.125976562500 0.016113281250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.020507812500 +0.158203125000 0.335937500000 0.466796875000 0.480468750000 +0.498046875000 0.449218750000 0.394531250000 0.298828125000 +0.175781250000 0.091308593750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.011291503906 +0.053955078125 0.059326171875 0.004791259766 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.004699707031 +0.003768920898 0.000000000000 0.000000000000 0.054199218750 +0.055175781250 0.083984375000 0.070312500000 0.104492187500 +0.118164062500 0.141601562500 0.103515625000 0.130859375000 +0.116210937500 0.130859375000 0.061035156250 0.054687500000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.024536132812 0.049316406250 +0.138671875000 0.140625000000 0.184570312500 0.176757812500 +0.165039062500 0.162109375000 0.121093750000 0.034179687500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.011901855469 0.000000000000 0.046875000000 0.042968750000 +0.045410156250 0.068359375000 0.023437500000 0.017211914062 +0.018676757812 0.012573242188 0.000000000000 0.000000000000 +0.011779785156 0.013732910156 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.065429687500 0.124511718750 0.156250000000 0.154296875000 +0.079589843750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.001533508301 0.088378906250 +0.102050781250 0.074707031250 0.011108398438 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.023437500000 0.072753906250 0.109375000000 0.108398437500 +0.046142578125 0.003692626953 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.035888671875 +0.066406250000 0.105957031250 0.078613281250 0.070800781250 +0.013366699219 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.007385253906 +0.101562500000 0.160156250000 0.244140625000 0.236328125000 +0.165039062500 0.189453125000 0.126953125000 0.013854980469 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.013244628906 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.084960937500 0.081542968750 +0.055908203125 0.004913330078 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.058837890625 +0.132812500000 0.216796875000 0.294921875000 0.292968750000 +0.298828125000 0.220703125000 0.120117187500 0.011840820312 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.043945312500 0.074218750000 0.105468750000 0.082031250000 +0.024047851562 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.011291503906 0.003387451172 +0.042968750000 0.106445312500 0.056396484375 0.019531250000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.018066406250 0.082519531250 +0.113281250000 0.147460937500 0.150390625000 0.121582031250 +0.035644531250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.060546875000 0.079589843750 0.089843750000 0.112792968750 +0.062500000000 0.045654296875 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.031127929688 0.026855468750 0.038574218750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.048095703125 +0.144531250000 0.183593750000 0.197265625000 0.223632812500 +0.193359375000 0.176757812500 0.050292968750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.012512207031 0.024902343750 +0.037597656250 0.080566406250 0.055908203125 0.034667968750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.028198242188 0.029663085938 0.056640625000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.043212890625 0.058593750000 0.144531250000 +0.109375000000 0.103027343750 0.053222656250 0.027587890625 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.045166015625 0.145507812500 0.206054687500 0.248046875000 +0.209960937500 0.197265625000 0.134765625000 0.068359375000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.003082275391 0.107910156250 +0.219726562500 0.283203125000 0.314453125000 0.316406250000 +0.300781250000 0.302734375000 0.214843750000 0.156250000000 +0.028320312500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.060302734375 0.084960937500 +0.173828125000 0.191406250000 0.219726562500 0.237304687500 +0.225585937500 0.195312500000 0.144531250000 0.082031250000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.017944335938 0.017578125000 0.003860473633 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.034912109375 0.082519531250 +0.127929687500 0.153320312500 0.130859375000 0.122070312500 +0.068359375000 0.041015625000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.017211914062 0.004791259766 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.010437011719 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.052001953125 0.000984191895 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.058837890625 0.126953125000 +0.098632812500 0.113769531250 0.065917968750 0.021118164062 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.001152038574 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.028686523438 +0.090820312500 0.110839843750 0.103027343750 0.072265625000 +0.021850585938 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.047119140625 0.010681152344 0.036621093750 +0.118652343750 0.067382812500 0.084472656250 0.117187500000 +0.017700195312 0.025024414062 0.043212890625 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.039794921875 +0.039062500000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.031494140625 0.098144531250 +0.124023437500 0.109375000000 0.121582031250 0.061035156250 +0.034179687500 0.006286621094 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.031982421875 +0.037109375000 0.094238281250 0.098632812500 0.060546875000 +0.017456054688 0.019042968750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.018310546875 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.022094726562 +0.086914062500 0.115234375000 0.142578125000 0.135742187500 +0.089843750000 0.109375000000 0.039794921875 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.008666992188 +0.011108398438 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.003402709961 0.010681152344 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.044189453125 +0.014831542969 0.029296875000 0.039062500000 0.006683349609 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.022705078125 0.009216308594 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.028686523438 0.036865234375 0.118164062500 0.115234375000 +0.119140625000 0.082519531250 0.066894531250 0.003936767578 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.013793945312 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.100585937500 0.166015625000 +0.146484375000 0.102539062500 0.056640625000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.019775390625 0.011230468750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.006988525391 0.000000000000 0.004455566406 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.025878906250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.031982421875 +0.072265625000 0.117675781250 0.154296875000 0.121582031250 +0.116699218750 0.104003906250 0.098632812500 0.037597656250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.012634277344 0.013854980469 0.060058593750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.005798339844 0.000000000000 0.000000000000 +0.263671875000 0.363281250000 0.417968750000 0.188476562500 +0.129882812500 0.129882812500 0.099121093750 0.119140625000 +0.111816406250 0.127929687500 0.154296875000 0.157226562500 +0.222656250000 0.200195312500 0.166015625000 0.200195312500 +0.166015625000 0.141601562500 0.102050781250 0.082519531250 +0.066406250000 0.044433593750 0.007751464844 0.000000000000 +0.000000000000 0.009887695312 0.038330078125 0.041748046875 +0.024169921875 0.002777099609 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.043212890625 0.139648437500 0.257812500000 0.265625000000 +0.322265625000 0.283203125000 0.292968750000 0.231445312500 +0.171875000000 0.085449218750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.023315429688 0.053222656250 +0.093261718750 0.099609375000 0.059570312500 0.034423828125 +0.013549804688 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.005737304688 +0.043457031250 0.045898437500 0.056884765625 0.072753906250 +0.035888671875 0.052001953125 0.011352539062 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.006805419922 0.046386718750 0.031982421875 0.048095703125 +0.049072265625 0.062255859375 0.021362304688 0.020751953125 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.009826660156 0.000000000000 0.023315429688 0.041992187500 +0.021850585938 0.012939453125 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.041992187500 0.090332031250 0.230468750000 +0.238281250000 0.263671875000 0.291015625000 0.316406250000 +0.242187500000 0.178710937500 0.107910156250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.021972656250 0.111816406250 +0.193359375000 0.308593750000 0.361328125000 0.396484375000 +0.416015625000 0.447265625000 0.449218750000 0.394531250000 +0.341796875000 0.263671875000 0.179687500000 0.096679687500 +0.024536132812 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.021362304688 0.052734375000 0.030761718750 +0.054931640625 0.000000000000 0.001197814941 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.008422851562 0.032470703125 0.038818359375 0.041992187500 +0.000000000000 0.009216308594 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.012084960938 0.050292968750 0.097656250000 +0.101562500000 0.055908203125 0.069335937500 0.005126953125 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.032226562500 0.028320312500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.019653320312 0.077636718750 +0.144531250000 0.129882812500 0.123046875000 0.077636718750 +0.014648437500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.033935546875 0.169921875000 0.223632812500 0.304687500000 +0.390625000000 0.406250000000 0.451171875000 0.392578125000 +0.386718750000 0.300781250000 0.233398437500 0.143554687500 +0.073730468750 0.003509521484 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.061767578125 0.121093750000 +0.205078125000 0.251953125000 0.220703125000 0.257812500000 +0.246093750000 0.188476562500 0.102539062500 0.020751953125 +0.003707885742 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.022216796875 0.025268554688 0.103027343750 +0.101562500000 0.086425781250 0.078125000000 0.095703125000 +0.032226562500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.009155273438 0.045166015625 0.083984375000 0.136718750000 +0.104003906250 0.142578125000 0.084472656250 0.066894531250 +0.032958984375 0.021972656250 0.027343750000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.013305664062 0.035156250000 0.045898437500 +0.003005981445 0.015869140625 0.018066406250 0.016113281250 +0.020751953125 0.000000000000 0.004272460938 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.013244628906 0.105957031250 +0.122558593750 0.172851562500 0.174804687500 0.133789062500 +0.085449218750 0.040039062500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.068359375000 0.190429687500 0.225585937500 0.308593750000 +0.347656250000 0.375000000000 0.373046875000 0.345703125000 +0.341796875000 0.223632812500 0.187500000000 0.124023437500 +0.019531250000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.020996093750 0.018920898438 0.011901855469 0.075683593750 +0.051269531250 0.033691406250 0.020996093750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.005798339844 0.033691406250 +0.056884765625 0.087890625000 0.101562500000 0.090332031250 +0.116210937500 0.122558593750 0.098144531250 0.121093750000 +0.095703125000 0.058837890625 0.052246093750 0.007202148438 +0.017089843750 0.000000000000 0.017333984375 0.000751495361 +0.000000000000 0.000556945801 0.060302734375 0.061279296875 +0.068359375000 0.088867187500 0.129882812500 0.140625000000 +0.096191406250 0.124023437500 0.046142578125 0.022460937500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.048583984375 0.138671875000 +0.164062500000 0.275390625000 0.259765625000 0.289062500000 +0.250000000000 0.255859375000 0.181640625000 0.140625000000 +0.099121093750 0.023681640625 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.026733398438 0.082519531250 +0.171875000000 0.224609375000 0.248046875000 0.275390625000 +0.302734375000 0.304687500000 0.273437500000 0.218750000000 +0.168945312500 0.083984375000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.012390136719 0.072265625000 0.037353515625 0.046875000000 +0.022827148438 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.076660156250 0.168945312500 +0.257812500000 0.271484375000 0.269531250000 0.211914062500 +0.131835937500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.089843750000 0.144531250000 0.229492187500 +0.246093750000 0.248046875000 0.249023437500 0.224609375000 +0.195312500000 0.165039062500 0.160156250000 0.171875000000 +0.191406250000 0.195312500000 0.212890625000 0.232421875000 +0.265625000000 0.221679687500 0.228515625000 0.182617187500 +0.135742187500 0.051269531250 0.027343750000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.018066406250 +0.023437500000 0.036132812500 0.024169921875 0.042480468750 +0.015869140625 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.049316406250 0.109863281250 0.218750000000 +0.246093750000 0.242187500000 0.259765625000 0.298828125000 +0.306640625000 0.259765625000 0.236328125000 0.207031250000 +0.173828125000 0.123535156250 0.122070312500 0.084960937500 +0.089843750000 0.084960937500 0.128906250000 0.147460937500 +0.144531250000 0.151367187500 0.118652343750 0.094238281250 +0.055419921875 0.039062500000 0.015869140625 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.024414062500 0.038085937500 0.001190185547 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.001098632812 0.095703125000 0.156250000000 +0.263671875000 0.337890625000 0.355468750000 0.376953125000 +0.380859375000 0.328125000000 0.271484375000 0.176757812500 +0.058105468750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.037109375000 0.097167968750 +0.096679687500 0.064453125000 0.022705078125 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.029907226562 0.058593750000 0.057128906250 +0.012634277344 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.002502441406 0.000000000000 +0.016235351562 0.013305664062 0.015441894531 0.017333984375 +0.006439208984 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.022460937500 0.077636718750 +0.155273437500 0.193359375000 0.210937500000 0.196289062500 +0.149414062500 0.063476562500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.042236328125 0.142578125000 +0.206054687500 0.229492187500 0.212890625000 0.187500000000 +0.131835937500 0.078613281250 0.006835937500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.004211425781 0.049072265625 0.100097656250 0.160156250000 +0.221679687500 0.228515625000 0.261718750000 0.248046875000 +0.205078125000 0.153320312500 0.142578125000 0.077148437500 +0.041259765625 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.012756347656 0.066894531250 0.053710937500 +0.049560546875 0.044921875000 0.015747070312 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.005828857422 0.070800781250 0.134765625000 +0.187500000000 0.213867187500 0.228515625000 0.211914062500 +0.207031250000 0.138671875000 0.089355468750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.043701171875 +0.122558593750 0.144531250000 0.177734375000 0.158203125000 +0.148437500000 0.131835937500 0.090332031250 0.004425048828 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.021362304688 +0.052734375000 0.049316406250 0.030761718750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.012756347656 0.034423828125 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000052213669 +0.067871093750 0.052001953125 0.045654296875 0.037841796875 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.049316406250 0.108886718750 0.190429687500 +0.204101562500 0.214843750000 0.245117187500 0.247070312500 +0.213867187500 0.156250000000 0.102050781250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.061035156250 0.130859375000 +0.147460937500 0.188476562500 0.175781250000 0.125976562500 +0.068359375000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.007995605469 0.061523437500 0.108886718750 0.145507812500 +0.166015625000 0.175781250000 0.161132812500 0.146484375000 +0.086914062500 0.028076171875 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.035400390625 0.080078125000 +0.122070312500 0.128906250000 0.104492187500 0.068359375000 +0.000766754150 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.054687500000 +0.109863281250 0.139648437500 0.132812500000 0.116699218750 +0.089843750000 0.070800781250 0.018066406250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.058837890625 0.141601562500 +0.175781250000 0.189453125000 0.180664062500 0.126953125000 +0.095214843750 0.064941406250 0.011108398438 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.002624511719 +0.017456054688 0.004089355469 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.049072265625 0.118164062500 +0.168945312500 0.189453125000 0.206054687500 0.162109375000 +0.149414062500 0.072265625000 0.014099121094 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.017089843750 0.060791015625 0.103515625000 0.126953125000 +0.129882812500 0.112792968750 0.078125000000 0.042968750000 +0.016967773438 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.001564025879 0.099609375000 0.155273437500 +0.215820312500 0.279296875000 0.337890625000 0.345703125000 +0.328125000000 0.287109375000 0.228515625000 0.150390625000 +0.080078125000 0.034667968750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.067871093750 0.159179687500 0.208984375000 +0.237304687500 0.237304687500 0.191406250000 0.141601562500 +0.064941406250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.018432617188 +0.025146484375 0.010803222656 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.035400390625 0.059326171875 0.061523437500 0.077148437500 +0.086914062500 0.039550781250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.022827148438 0.053955078125 +0.048095703125 0.039062500000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.073730468750 0.128906250000 0.167968750000 +0.179687500000 0.179687500000 0.165039062500 0.102539062500 +0.024169921875 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.008972167969 0.106445312500 0.137695312500 0.196289062500 +0.217773437500 0.209960937500 0.188476562500 0.126953125000 +0.083496093750 0.025756835938 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.040527343750 0.096679687500 0.146484375000 +0.187500000000 0.180664062500 0.174804687500 0.087890625000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.064453125000 0.107421875000 0.135742187500 +0.132812500000 0.087402343750 0.053222656250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.039306640625 0.090332031250 +0.122558593750 0.108886718750 0.068847656250 0.029785156250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.005035400391 0.024658203125 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.028686523438 +0.105468750000 0.176757812500 0.236328125000 0.296875000000 +0.306640625000 0.292968750000 0.239257812500 0.145507812500 +0.031738281250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.006072998047 0.076171875000 0.115234375000 0.137695312500 +0.147460937500 0.115722656250 0.111328125000 0.080566406250 +0.079589843750 0.033203125000 0.046142578125 0.005004882812 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.015502929688 0.042724609375 +0.040283203125 0.041992187500 0.034667968750 0.019042968750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.023803710938 0.075683593750 0.077636718750 0.081542968750 +0.082031250000 0.050292968750 0.030151367188 0.000915527344 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.019409179688 0.077148437500 0.105468750000 +0.123046875000 0.104492187500 0.107421875000 0.075683593750 +0.034912109375 0.006225585938 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.006805419922 0.046386718750 +0.117187500000 0.178710937500 0.211914062500 0.257812500000 +0.271484375000 0.310546875000 0.291015625000 0.265625000000 +0.208984375000 0.156250000000 0.094238281250 0.052490234375 +0.035888671875 0.006164550781 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.008544921875 0.050292968750 0.073242187500 0.069335937500 +0.099121093750 0.106445312500 0.114746093750 0.108398437500 +0.106445312500 0.089355468750 0.068359375000 0.053222656250 +0.044921875000 0.011535644531 0.011840820312 0.005920410156 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.058105468750 0.074218750000 0.103515625000 +0.157226562500 0.160156250000 0.150390625000 0.135742187500 +0.111328125000 0.078125000000 0.078613281250 0.061523437500 +0.046630859375 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.003021240234 0.012207031250 +0.025878906250 0.004211425781 0.003677368164 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.030517578125 0.059570312500 0.065917968750 +0.066894531250 0.048828125000 0.011291503906 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.024536132812 +0.027954101562 0.005310058594 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.004608154297 0.014160156250 +0.024169921875 0.008422851562 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.062988281250 0.072265625000 0.144531250000 0.168945312500 +0.179687500000 0.134765625000 0.096679687500 0.054931640625 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.029418945312 0.050781250000 0.032714843750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.006378173828 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.009094238281 0.095703125000 +0.079101562500 0.113769531250 0.064941406250 0.105957031250 +0.027587890625 0.015441894531 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.002685546875 0.011291503906 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.013732910156 +0.032226562500 0.002960205078 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.007995605469 0.027954101562 0.052246093750 +0.085937500000 0.098632812500 0.069824218750 0.009521484375 +0.020385742188 0.016235351562 0.045410156250 0.047119140625 +0.042968750000 0.025268554688 0.035888671875 0.023437500000 +0.054199218750 0.056640625000 0.000991821289 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.009277343750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.011291503906 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.002532958984 0.087402343750 +0.121582031250 0.127929687500 0.087890625000 0.137695312500 +0.071289062500 0.078613281250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.005218505859 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.007934570312 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.016723632812 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.059814453125 0.040039062500 0.040283203125 +0.000000000000 0.017089843750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.012207031250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.039550781250 0.120605468750 0.183593750000 0.205078125000 +0.193359375000 0.156250000000 0.149414062500 0.114746093750 +0.057128906250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.021972656250 +0.043457031250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.021118164062 0.210937500000 0.359375000000 0.492187500000 +0.605468750000 0.628906250000 0.570312500000 0.451171875000 +0.283203125000 0.052978515625 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.068847656250 0.182617187500 +0.285156250000 0.312500000000 0.267578125000 0.143554687500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.047119140625 0.104492187500 0.207031250000 +0.271484375000 0.322265625000 0.296875000000 0.265625000000 +0.240234375000 0.157226562500 0.100585937500 0.013366699219 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.062500000000 +0.089355468750 0.091308593750 0.081054687500 0.051757812500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.135742187500 0.244140625000 0.363281250000 +0.433593750000 0.451171875000 0.398437500000 0.320312500000 +0.238281250000 0.113769531250 0.051757812500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.090332031250 +0.179687500000 0.239257812500 0.263671875000 0.240234375000 +0.169921875000 0.111328125000 0.070800781250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.057373046875 0.124023437500 +0.146484375000 0.159179687500 0.104980468750 0.041503906250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.058105468750 +0.164062500000 0.203125000000 0.248046875000 0.203125000000 +0.142578125000 0.089843750000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.038085937500 0.126953125000 0.223632812500 +0.182617187500 0.170898437500 0.078613281250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.006439208984 0.133789062500 0.255859375000 0.351562500000 +0.425781250000 0.375000000000 0.339843750000 0.206054687500 +0.103027343750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.012451171875 0.120605468750 +0.140625000000 0.115234375000 0.038818359375 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.019287109375 0.068847656250 0.036132812500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.041992187500 0.093261718750 +0.127929687500 0.125000000000 0.107421875000 0.033691406250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.048583984375 0.114257812500 +0.161132812500 0.230468750000 0.238281250000 0.183593750000 +0.087890625000 0.008728027344 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.058837890625 0.153320312500 +0.200195312500 0.200195312500 0.169921875000 0.141601562500 +0.110839843750 0.035888671875 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.022705078125 +0.051269531250 0.084472656250 0.078125000000 0.100585937500 +0.071777343750 0.018676757812 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.045654296875 +0.129882812500 0.196289062500 0.289062500000 0.314453125000 +0.353515625000 0.316406250000 0.224609375000 0.098632812500 +0.007080078125 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.084472656250 0.179687500000 0.239257812500 +0.257812500000 0.251953125000 0.217773437500 0.116210937500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.006011962891 0.031494140625 0.058593750000 +0.054199218750 0.025634765625 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.066894531250 0.106933593750 0.060791015625 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.115722656250 0.217773437500 0.273437500000 +0.273437500000 0.231445312500 0.109375000000 0.028808593750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.074218750000 0.101074218750 0.096191406250 0.068847656250 +0.021972656250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.047851562500 0.143554687500 0.171875000000 0.205078125000 +0.180664062500 0.142578125000 0.086914062500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.038330078125 0.056640625000 +0.017944335938 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.174804687500 0.384765625000 0.515625000000 0.597656250000 +0.562500000000 0.486328125000 0.320312500000 0.086425781250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.078125000000 0.165039062500 0.196289062500 0.226562500000 +0.217773437500 0.171875000000 0.115234375000 0.024902343750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.025024414062 0.069824218750 +0.054199218750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.016479492188 0.136718750000 0.238281250000 0.279296875000 +0.289062500000 0.300781250000 0.298828125000 0.281250000000 +0.234375000000 0.178710937500 0.135742187500 0.079589843750 +0.041259765625 0.000000000000 0.000000000000 0.000000000000 +0.030639648438 0.023925781250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.044433593750 0.098144531250 0.069824218750 0.069335937500 +0.020874023438 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.064453125000 0.105468750000 +0.114257812500 0.119140625000 0.154296875000 0.147460937500 +0.143554687500 0.100585937500 0.001739501953 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.057128906250 0.100585937500 0.097167968750 +0.088378906250 0.107910156250 0.089355468750 0.071777343750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.013244628906 0.058349609375 +0.071777343750 0.099121093750 0.093261718750 0.097167968750 +0.067382812500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.018554687500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.003616333008 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.028686523438 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.015869140625 0.010070800781 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.062988281250 0.079101562500 0.105468750000 +0.047607421875 0.057617187500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.057861328125 +0.092773437500 0.142578125000 0.104980468750 0.078125000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.038085937500 0.046386718750 +0.066894531250 0.078125000000 0.054199218750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.021484375000 0.019775390625 0.125000000000 +0.067382812500 0.048095703125 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.024780273438 0.000000000000 0.032470703125 +0.032226562500 0.043212890625 0.016113281250 0.025146484375 +0.030273437500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.069824218750 0.065429687500 0.041992187500 0.009948730469 +0.053466796875 0.031982421875 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.010437011719 0.033691406250 +0.030761718750 0.003677368164 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.003616333008 0.027709960938 0.000000000000 0.018066406250 +0.022460937500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.026855468750 +0.028930664062 0.028320312500 0.021484375000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.024780273438 0.044189453125 0.010498046875 0.036621093750 +0.028808593750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.007049560547 +0.062500000000 0.072753906250 0.062988281250 0.069335937500 +0.084960937500 0.014526367188 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.069824218750 0.127929687500 0.182617187500 0.188476562500 +0.244140625000 0.205078125000 0.218750000000 0.090332031250 +0.063476562500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.026733398438 0.014831542969 0.047851562500 0.081054687500 +0.056152343750 0.033447265625 0.018188476562 0.008422851562 +0.000000000000 0.001380920410 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.051269531250 0.093261718750 +0.114746093750 0.096191406250 0.100585937500 0.061767578125 +0.017456054688 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.052978515625 0.084472656250 0.123535156250 0.122070312500 +0.120117187500 0.052490234375 0.035156250000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.047851562500 0.031250000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.017578125000 0.050292968750 +0.107910156250 0.067382812500 0.093750000000 0.068359375000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.017089843750 +0.047607421875 0.052246093750 0.046630859375 0.054931640625 +0.045166015625 0.031494140625 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.062011718750 +0.100097656250 0.103027343750 0.149414062500 0.159179687500 +0.113769531250 0.064453125000 0.024291992188 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.067382812500 0.094726562500 0.110839843750 +0.093261718750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.013854980469 0.087890625000 0.104492187500 +0.120117187500 0.080566406250 0.020019531250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.083984375000 0.167968750000 0.207031250000 0.210937500000 +0.165039062500 0.085937500000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.115234375000 +0.204101562500 0.265625000000 0.269531250000 0.207031250000 +0.103515625000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.011840820312 0.124511718750 +0.166992187500 0.149414062500 0.137695312500 0.034912109375 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.004852294922 0.045410156250 +0.074707031250 0.083496093750 0.087890625000 0.108886718750 +0.110351562500 0.138671875000 0.153320312500 0.155273437500 +0.121582031250 0.125976562500 0.130859375000 0.109863281250 +0.118652343750 0.133789062500 0.098632812500 0.069824218750 +0.063964843750 0.062988281250 0.054199218750 0.059082031250 +0.060791015625 0.068847656250 0.082519531250 0.119628906250 +0.128906250000 0.134765625000 0.142578125000 0.146484375000 +0.118652343750 0.083496093750 0.033691406250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.026733398438 0.082519531250 +0.101562500000 0.116210937500 0.157226562500 0.130859375000 +0.097656250000 0.023315429688 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.035156250000 0.014404296875 +0.000793457031 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.045654296875 0.046142578125 0.040771484375 +0.017944335938 0.024536132812 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.017944335938 0.021118164062 0.012512207031 0.000228881836 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.060058593750 0.111328125000 +0.127929687500 0.125976562500 0.079589843750 0.006774902344 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.012268066406 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.034179687500 +0.080566406250 0.106445312500 0.123535156250 0.150390625000 +0.154296875000 0.136718750000 0.148437500000 0.133789062500 +0.126953125000 0.089843750000 0.066406250000 0.007934570312 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.026977539062 0.069335937500 +0.118164062500 0.087890625000 0.052978515625 0.030151367188 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.068847656250 +0.161132812500 0.251953125000 0.320312500000 0.357421875000 +0.326171875000 0.261718750000 0.226562500000 0.154296875000 +0.092773437500 0.044921875000 0.013916015625 0.001953125000 +0.000000000000 0.000000000000 0.011047363281 0.028442382812 +0.037353515625 0.054443359375 0.077636718750 0.083984375000 +0.074707031250 0.056640625000 0.014160156250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.021484375000 +0.191406250000 0.298828125000 0.390625000000 0.435546875000 +0.437500000000 0.408203125000 0.304687500000 0.230468750000 +0.101074218750 0.012939453125 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.049804687500 +0.198242187500 0.291015625000 0.357421875000 0.380859375000 +0.375000000000 0.314453125000 0.275390625000 0.215820312500 +0.133789062500 0.061523437500 0.003509521484 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.059570312500 0.119140625000 +0.169921875000 0.195312500000 0.209960937500 0.135742187500 +0.061767578125 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.085449218750 +0.181640625000 0.248046875000 0.306640625000 0.330078125000 +0.330078125000 0.324218750000 0.277343750000 0.208007812500 +0.139648437500 0.048095703125 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.083007812500 +0.154296875000 0.193359375000 0.184570312500 0.141601562500 +0.087890625000 0.027099609375 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.063964843750 0.109375000000 +0.132812500000 0.140625000000 0.131835937500 0.155273437500 +0.133789062500 0.150390625000 0.113769531250 0.101074218750 +0.035156250000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.028320312500 0.113281250000 +0.208007812500 0.259765625000 0.318359375000 0.304687500000 +0.228515625000 0.171875000000 0.069335937500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.062255859375 0.157226562500 +0.204101562500 0.190429687500 0.119140625000 0.006500244141 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.100097656250 0.044189453125 0.000000000000 0.000000000000 +0.052978515625 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.041503906250 +0.134765625000 0.223632812500 0.265625000000 0.330078125000 +0.289062500000 0.238281250000 0.166015625000 0.058105468750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.053955078125 0.123046875000 0.195312500000 0.231445312500 +0.281250000000 0.306640625000 0.291015625000 0.259765625000 +0.212890625000 0.134765625000 0.054687500000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.042724609375 0.100097656250 0.101562500000 0.117187500000 +0.090332031250 0.059814453125 0.003417968750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.008483886719 +0.006011962891 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.012145996094 0.030273437500 +0.064941406250 0.063964843750 0.066894531250 0.025878906250 +0.015319824219 0.028198242188 0.012878417969 0.030883789062 +0.034667968750 0.001113891602 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.109863281250 +0.151367187500 0.169921875000 0.161132812500 0.144531250000 +0.068359375000 0.000526428223 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.042724609375 0.114746093750 0.139648437500 0.160156250000 +0.174804687500 0.168945312500 0.129882812500 0.081542968750 +0.035156250000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.038330078125 0.091308593750 +0.170898437500 0.236328125000 0.287109375000 0.271484375000 +0.217773437500 0.168945312500 0.063964843750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.025146484375 0.098632812500 0.104492187500 +0.138671875000 0.098632812500 0.005920410156 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.050537109375 0.137695312500 0.160156250000 0.198242187500 +0.204101562500 0.198242187500 0.169921875000 0.155273437500 +0.113769531250 0.048583984375 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.019287109375 0.069335937500 0.111816406250 +0.125000000000 0.105468750000 0.118652343750 0.051269531250 +0.028442382812 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.032958984375 0.008483886719 0.008483886719 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.048828125000 0.109863281250 0.149414062500 0.147460937500 +0.125976562500 0.106445312500 0.031982421875 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.038330078125 +0.059082031250 0.064453125000 0.081054687500 0.070800781250 +0.086425781250 0.114257812500 0.140625000000 0.115722656250 +0.089843750000 0.068847656250 0.060058593750 0.047119140625 +0.040039062500 0.042968750000 0.008422851562 0.000000000000 +0.018676757812 0.025878906250 0.010620117188 0.011901855469 +0.000000000000 0.005065917969 0.029541015625 0.030517578125 +0.049804687500 0.056884765625 0.013610839844 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.005523681641 0.052978515625 +0.082031250000 0.094238281250 0.086914062500 0.024169921875 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.110351562500 0.189453125000 0.257812500000 +0.261718750000 0.243164062500 0.209960937500 0.154296875000 +0.067382812500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.062011718750 0.077636718750 0.087890625000 0.102050781250 +0.083984375000 0.052734375000 0.052978515625 0.015869140625 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.020996093750 0.084472656250 0.112304687500 0.164062500000 +0.128906250000 0.136718750000 0.104003906250 0.009277343750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.014404296875 0.085449218750 0.126953125000 0.183593750000 +0.185546875000 0.215820312500 0.190429687500 0.153320312500 +0.113281250000 0.052246093750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.052246093750 0.121582031250 +0.183593750000 0.248046875000 0.238281250000 0.176757812500 +0.101074218750 0.010437011719 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.049560546875 0.141601562500 0.195312500000 +0.221679687500 0.190429687500 0.110351562500 0.061523437500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.068847656250 0.167968750000 0.189453125000 +0.200195312500 0.141601562500 0.049560546875 0.003814697266 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.020751953125 0.058349609375 0.070800781250 0.113281250000 +0.076171875000 0.049804687500 0.017211914062 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.051513671875 0.116210937500 0.113281250000 0.144531250000 +0.149414062500 0.166015625000 0.113281250000 0.075683593750 +0.027221679688 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.102050781250 +0.174804687500 0.261718750000 0.253906250000 0.217773437500 +0.128906250000 0.002731323242 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.017089843750 0.158203125000 0.232421875000 0.263671875000 +0.261718750000 0.208007812500 0.127929687500 0.020019531250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.005249023438 0.020507812500 +0.023925781250 0.033691406250 0.004577636719 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.027221679688 0.039550781250 0.026245117188 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.011596679688 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.031738281250 0.094726562500 0.146484375000 0.160156250000 +0.190429687500 0.228515625000 0.224609375000 0.185546875000 +0.160156250000 0.091796875000 0.030273437500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.014099121094 0.110351562500 0.188476562500 +0.255859375000 0.292968750000 0.328125000000 0.339843750000 +0.316406250000 0.269531250000 0.211914062500 0.151367187500 +0.059082031250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.054931640625 0.155273437500 0.239257812500 0.248046875000 +0.259765625000 0.207031250000 0.115722656250 0.030517578125 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.036376953125 0.097167968750 +0.150390625000 0.205078125000 0.248046875000 0.255859375000 +0.238281250000 0.221679687500 0.189453125000 0.125976562500 +0.060791015625 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.060546875000 0.133789062500 +0.177734375000 0.203125000000 0.218750000000 0.196289062500 +0.158203125000 0.107421875000 0.069824218750 0.026367187500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.016845703125 0.041503906250 +0.077636718750 0.117187500000 0.125976562500 0.116210937500 +0.110351562500 0.086425781250 0.066406250000 0.049804687500 +0.009887695312 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.027832031250 +0.088378906250 0.138671875000 0.173828125000 0.177734375000 +0.162109375000 0.143554687500 0.091308593750 0.027954101562 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.005828857422 +0.079101562500 0.148437500000 0.208007812500 0.257812500000 +0.302734375000 0.337890625000 0.371093750000 0.375000000000 +0.375000000000 0.365234375000 0.357421875000 0.343750000000 +0.324218750000 0.294921875000 0.255859375000 0.222656250000 +0.200195312500 0.180664062500 0.191406250000 0.195312500000 +0.198242187500 0.226562500000 0.255859375000 0.257812500000 +0.271484375000 0.277343750000 0.296875000000 0.304687500000 +0.285156250000 0.251953125000 0.227539062500 0.188476562500 +0.160156250000 0.126953125000 0.109863281250 0.089355468750 +0.067871093750 0.062255859375 0.076171875000 0.117187500000 +0.125000000000 0.158203125000 0.171875000000 0.186523437500 +0.211914062500 0.209960937500 0.212890625000 0.239257812500 +0.217773437500 0.213867187500 0.208007812500 0.196289062500 +0.180664062500 0.162109375000 0.160156250000 0.139648437500 +0.098144531250 0.076660156250 0.042480468750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.030761718750 0.080566406250 0.135742187500 0.147460937500 +0.141601562500 0.139648437500 0.113281250000 0.043457031250 +0.000177383423 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.023681640625 0.049560546875 0.061767578125 +0.072265625000 0.088378906250 0.083007812500 0.070800781250 +0.063964843750 0.045898437500 0.035400390625 0.038818359375 +0.043701171875 0.070800781250 0.105957031250 0.131835937500 +0.171875000000 0.196289062500 0.240234375000 0.279296875000 +0.308593750000 0.316406250000 0.318359375000 0.296875000000 +0.279296875000 0.263671875000 0.220703125000 0.181640625000 +0.140625000000 0.078125000000 0.025146484375 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.029296875000 +0.063964843750 0.084472656250 0.098632812500 0.110351562500 +0.093261718750 0.081054687500 0.044433593750 0.013244628906 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.011108398438 0.041748046875 +0.090332031250 0.091796875000 0.083007812500 0.086425781250 +0.076660156250 0.063476562500 0.058105468750 0.033447265625 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.009033203125 +0.047119140625 0.070312500000 0.105468750000 0.157226562500 +0.187500000000 0.199218750000 0.207031250000 0.202148437500 +0.173828125000 0.148437500000 0.119628906250 0.070800781250 +0.022460937500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.033203125000 0.080566406250 +0.109863281250 0.111328125000 0.121093750000 0.127929687500 +0.107910156250 0.097167968750 0.085937500000 0.058349609375 +0.026611328125 0.020263671875 0.026489257812 0.046142578125 +0.067871093750 0.103515625000 0.163085937500 0.193359375000 +0.211914062500 0.237304687500 0.242187500000 0.241210937500 +0.229492187500 0.193359375000 0.172851562500 0.132812500000 +0.077148437500 0.055175781250 0.029296875000 0.000000000000 +0.002014160156 0.012268066406 0.018798828125 0.017456054688 +0.034179687500 0.038085937500 0.022460937500 0.000253677368 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.004974365234 0.055419921875 0.082519531250 0.110839843750 +0.145507812500 0.126953125000 0.093750000000 0.048339843750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.029785156250 0.064941406250 +0.096191406250 0.107421875000 0.088867187500 0.041748046875 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.011291503906 0.023437500000 +0.043457031250 0.035156250000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.040283203125 +0.088867187500 0.127929687500 0.139648437500 0.125000000000 +0.125976562500 0.089843750000 0.059326171875 0.056640625000 +0.031494140625 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.011047363281 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.007781982422 0.036376953125 +0.055175781250 0.095703125000 0.173828125000 0.225585937500 +0.259765625000 0.300781250000 0.337890625000 0.375000000000 +0.390625000000 0.386718750000 0.384765625000 0.380859375000 +0.363281250000 0.339843750000 0.291015625000 0.241210937500 +0.186523437500 0.165039062500 0.181640625000 0.169921875000 +0.143554687500 0.147460937500 0.159179687500 0.178710937500 +0.159179687500 0.122070312500 0.117187500000 0.065429687500 +0.000073909760 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.032470703125 0.056152343750 0.052001953125 +0.037109375000 0.018798828125 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.057861328125 0.136718750000 +0.205078125000 0.257812500000 0.275390625000 0.283203125000 +0.269531250000 0.217773437500 0.136718750000 0.060058593750 +0.005798339844 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.079589843750 0.159179687500 0.218750000000 0.251953125000 +0.273437500000 0.271484375000 0.277343750000 0.292968750000 +0.287109375000 0.279296875000 0.257812500000 0.237304687500 +0.236328125000 0.224609375000 0.219726562500 0.233398437500 +0.243164062500 0.250000000000 0.265625000000 0.273437500000 +0.265625000000 0.249023437500 0.229492187500 0.200195312500 +0.147460937500 0.091796875000 0.048583984375 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.058349609375 0.122070312500 0.203125000000 +0.239257812500 0.245117187500 0.283203125000 0.287109375000 +0.277343750000 0.265625000000 0.243164062500 0.186523437500 +0.112792968750 0.051025390625 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.025756835938 0.090820312500 +0.152343750000 0.188476562500 0.235351562500 0.273437500000 +0.257812500000 0.259765625000 0.245117187500 0.213867187500 +0.201171875000 0.179687500000 0.138671875000 0.108886718750 +0.093261718750 0.088867187500 0.074707031250 0.079101562500 +0.089843750000 0.106933593750 0.122558593750 0.107421875000 +0.096191406250 0.078613281250 0.061767578125 0.036132812500 +0.039306640625 0.036132812500 0.026367187500 0.023681640625 +0.046142578125 0.082031250000 0.093750000000 0.121093750000 +0.153320312500 0.184570312500 0.203125000000 0.217773437500 +0.209960937500 0.210937500000 0.174804687500 0.116210937500 +0.072753906250 0.022583007812 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.057861328125 0.127929687500 0.200195312500 +0.263671875000 0.310546875000 0.337890625000 0.347656250000 +0.339843750000 0.326171875000 0.279296875000 0.225585937500 +0.175781250000 0.121093750000 0.067871093750 0.018676757812 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.019409179688 0.075195312500 +0.104492187500 0.112304687500 0.122558593750 0.115234375000 +0.096679687500 0.058349609375 0.006072998047 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.079101562500 0.160156250000 0.247070312500 +0.292968750000 0.316406250000 0.312500000000 0.279296875000 +0.209960937500 0.124023437500 0.024536132812 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.023803710938 0.088867187500 +0.119628906250 0.135742187500 0.170898437500 0.183593750000 +0.190429687500 0.178710937500 0.166992187500 0.149414062500 +0.161132812500 0.147460937500 0.137695312500 0.127929687500 +0.096191406250 0.080078125000 0.059326171875 0.025390625000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.042480468750 0.077636718750 0.115722656250 +0.114746093750 0.104980468750 0.085449218750 0.041503906250 +0.004486083984 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.086425781250 0.170898437500 0.265625000000 +0.333984375000 0.371093750000 0.396484375000 0.384765625000 +0.367187500000 0.320312500000 0.253906250000 0.194335937500 +0.114257812500 0.018798828125 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.004486083984 0.079101562500 +0.143554687500 0.186523437500 0.230468750000 0.253906250000 +0.223632812500 0.186523437500 0.160156250000 0.102050781250 +0.026367187500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.057617187500 0.076660156250 0.076660156250 0.069335937500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.028930664062 0.163085937500 0.251953125000 0.324218750000 +0.287109375000 0.253906250000 0.140625000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.062011718750 +0.176757812500 0.267578125000 0.326171875000 0.333984375000 +0.332031250000 0.281250000000 0.181640625000 0.057128906250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.038330078125 0.119628906250 +0.161132812500 0.135742187500 0.123535156250 0.059326171875 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.010192871094 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.059814453125 0.166992187500 0.245117187500 0.277343750000 +0.271484375000 0.232421875000 0.183593750000 0.113281250000 +0.050537109375 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.003448486328 0.020019531250 0.024414062500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.072753906250 +0.086425781250 0.079101562500 0.098632812500 0.092773437500 +0.045410156250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.035156250000 0.101074218750 0.145507812500 +0.174804687500 0.192382812500 0.205078125000 0.135742187500 +0.061279296875 0.013061523438 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.060791015625 0.075683593750 +0.085937500000 0.071289062500 0.042968750000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.002746582031 0.055175781250 +0.079101562500 0.102539062500 0.069335937500 0.032470703125 +0.012145996094 0.026733398438 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.021240234375 0.023315429688 +0.007324218750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.012756347656 0.129882812500 +0.182617187500 0.187500000000 0.165039062500 0.095214843750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.023437500000 0.076660156250 0.100097656250 +0.124023437500 0.119140625000 0.112792968750 0.039794921875 +0.002090454102 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.007659912109 0.100097656250 +0.158203125000 0.202148437500 0.199218750000 0.171875000000 +0.174804687500 0.105957031250 0.044677734375 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.051757812500 0.038330078125 0.020385742188 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.007812500000 0.112792968750 0.217773437500 +0.261718750000 0.300781250000 0.267578125000 0.195312500000 +0.124023437500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.030639648438 +0.055908203125 0.043945312500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.014404296875 +0.063476562500 0.091796875000 0.115234375000 0.072265625000 +0.013488769531 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.117675781250 0.167968750000 0.162109375000 +0.112304687500 0.002029418945 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.146484375000 0.308593750000 +0.386718750000 0.400390625000 0.332031250000 0.193359375000 +0.013000488281 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.049316406250 0.106933593750 +0.176757812500 0.176757812500 0.165039062500 0.062500000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.024902343750 0.166992187500 0.296875000000 +0.410156250000 0.503906250000 0.578125000000 0.535156250000 +0.431640625000 0.312500000000 0.171875000000 0.038574218750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.125976562500 0.233398437500 0.273437500000 +0.328125000000 0.273437500000 0.195312500000 0.097167968750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.028076171875 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.035644531250 0.062011718750 0.062988281250 +0.062988281250 0.008483886719 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.047851562500 0.067382812500 +0.057617187500 0.052978515625 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.028808593750 0.121582031250 0.166015625000 0.194335937500 +0.201171875000 0.173828125000 0.080078125000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.097167968750 0.296875000000 0.417968750000 +0.478515625000 0.472656250000 0.406250000000 0.257812500000 +0.113281250000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.050537109375 0.059326171875 +0.004852294922 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.026611328125 0.056640625000 0.068847656250 0.065429687500 +0.044433593750 0.029663085938 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.022338867188 0.060058593750 +0.097656250000 0.150390625000 0.210937500000 0.277343750000 +0.347656250000 0.427734375000 0.486328125000 0.527343750000 +0.574218750000 0.609375000000 0.613281250000 0.601562500000 +0.562500000000 0.519531250000 0.492187500000 0.482421875000 +0.472656250000 0.474609375000 0.492187500000 0.515625000000 +0.519531250000 0.527343750000 0.527343750000 0.535156250000 +0.519531250000 0.458984375000 0.400390625000 0.312500000000 +0.211914062500 0.121093750000 0.042968750000 0.011901855469 +0.000000000000 0.000000000000 0.002471923828 0.052978515625 +0.137695312500 0.186523437500 0.269531250000 0.306640625000 +0.314453125000 0.326171875000 0.263671875000 0.176757812500 +0.081054687500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.029663085938 0.103515625000 0.154296875000 0.178710937500 +0.195312500000 0.197265625000 0.209960937500 0.200195312500 +0.190429687500 0.168945312500 0.130859375000 0.113281250000 +0.063476562500 0.038818359375 0.018432617188 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.080078125000 +0.109375000000 0.135742187500 0.128906250000 0.052978515625 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.044189453125 +0.191406250000 0.316406250000 0.406250000000 0.490234375000 +0.503906250000 0.500000000000 0.490234375000 0.447265625000 +0.376953125000 0.283203125000 0.186523437500 0.083984375000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000804901123 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.012145996094 0.026855468750 0.031494140625 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.029785156250 +0.058349609375 0.093750000000 0.102050781250 0.085449218750 +0.075195312500 0.029174804688 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.027954101562 +0.124511718750 0.176757812500 0.210937500000 0.245117187500 +0.228515625000 0.183593750000 0.126953125000 0.023315429688 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.029418945312 +0.105468750000 0.159179687500 0.195312500000 0.255859375000 +0.296875000000 0.304687500000 0.279296875000 0.242187500000 +0.198242187500 0.133789062500 0.074707031250 0.035156250000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.037841796875 0.110839843750 +0.171875000000 0.226562500000 0.267578125000 0.281250000000 +0.294921875000 0.267578125000 0.212890625000 0.137695312500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.117187500000 0.231445312500 +0.347656250000 0.457031250000 0.515625000000 0.550781250000 +0.523437500000 0.498046875000 0.455078125000 0.417968750000 +0.390625000000 0.361328125000 0.349609375000 0.341796875000 +0.320312500000 0.328125000000 0.320312500000 0.324218750000 +0.357421875000 0.365234375000 0.388671875000 0.392578125000 +0.375000000000 0.328125000000 0.269531250000 0.200195312500 +0.106933593750 0.006286621094 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.042236328125 0.098632812500 0.144531250000 +0.137695312500 0.077148437500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.034179687500 0.209960937500 0.384765625000 0.550781250000 +0.675781250000 0.765625000000 0.785156250000 0.804687500000 +0.757812500000 0.675781250000 0.554687500000 0.419921875000 +0.253906250000 0.104003906250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.064453125000 +0.164062500000 0.253906250000 0.304687500000 0.283203125000 +0.218750000000 0.101074218750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.082519531250 0.304687500000 +0.498046875000 0.636718750000 0.746093750000 0.847656250000 +0.882812500000 0.875000000000 0.835937500000 0.746093750000 +0.644531250000 0.566406250000 0.445312500000 0.308593750000 +0.160156250000 0.052734375000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.063476562500 0.191406250000 0.292968750000 0.339843750000 +0.343750000000 0.322265625000 0.267578125000 0.171875000000 +0.083496093750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.114746093750 +0.208984375000 0.318359375000 0.384765625000 0.443359375000 +0.498046875000 0.539062500000 0.558593750000 0.562500000000 +0.554687500000 0.542968750000 0.500000000000 0.478515625000 +0.460937500000 0.447265625000 0.466796875000 0.443359375000 +0.449218750000 0.439453125000 0.431640625000 0.406250000000 +0.388671875000 0.357421875000 0.302734375000 0.233398437500 +0.132812500000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.047851562500 +0.120605468750 0.145507812500 0.128906250000 0.083007812500 +0.060058593750 0.005584716797 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.091796875000 +0.170898437500 0.265625000000 0.310546875000 0.386718750000 +0.466796875000 0.535156250000 0.582031250000 0.609375000000 +0.613281250000 0.585937500000 0.542968750000 0.457031250000 +0.335937500000 0.229492187500 0.098144531250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.006134033203 0.083007812500 +0.135742187500 0.202148437500 0.231445312500 0.251953125000 +0.206054687500 0.120605468750 0.020996093750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.117675781250 0.064453125000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.006744384766 +0.041259765625 0.018676757812 0.002593994141 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.043945312500 +0.124511718750 0.214843750000 0.250000000000 0.267578125000 +0.250000000000 0.181640625000 0.093261718750 0.009094238281 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.067382812500 0.139648437500 +0.165039062500 0.178710937500 0.147460937500 0.052001953125 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.037841796875 0.045654296875 0.058837890625 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.070800781250 0.063476562500 0.086425781250 +0.083496093750 0.093750000000 0.073242187500 0.056152343750 +0.002853393555 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.029785156250 0.055175781250 0.090332031250 0.072753906250 +0.077148437500 0.036621093750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.013793945312 +0.101562500000 0.189453125000 0.186523437500 0.211914062500 +0.176757812500 0.140625000000 0.077636718750 0.006103515625 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.039794921875 0.026000976562 0.088867187500 0.112304687500 +0.122070312500 0.087890625000 0.069824218750 0.009643554688 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.031127929688 0.098632812500 0.133789062500 +0.163085937500 0.173828125000 0.185546875000 0.184570312500 +0.181640625000 0.169921875000 0.149414062500 0.078125000000 +0.033935546875 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.014648437500 0.058837890625 0.056152343750 +0.073242187500 0.074218750000 0.067871093750 0.010314941406 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.069335937500 +0.099609375000 0.097167968750 0.036376953125 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.046142578125 +0.140625000000 0.229492187500 0.257812500000 0.314453125000 +0.312500000000 0.306640625000 0.267578125000 0.204101562500 +0.136718750000 0.030273437500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.111816406250 0.182617187500 0.204101562500 0.248046875000 +0.225585937500 0.207031250000 0.147460937500 0.090820312500 +0.045410156250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.007934570312 0.053222656250 +0.079589843750 0.080078125000 0.093750000000 0.101562500000 +0.092773437500 0.057617187500 0.001869201660 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.044433593750 0.076171875000 0.134765625000 +0.111816406250 0.104980468750 0.038085937500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.030883789062 0.063964843750 0.092285156250 +0.093750000000 0.070312500000 0.007080078125 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.033447265625 +0.087890625000 0.075683593750 0.091308593750 0.012207031250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.098144531250 0.150390625000 +0.163085937500 0.146484375000 0.085937500000 0.006256103516 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.002517700195 0.039550781250 0.030273437500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.072753906250 0.124511718750 +0.207031250000 0.220703125000 0.239257812500 0.203125000000 +0.173828125000 0.100097656250 0.028442382812 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.060302734375 0.130859375000 0.159179687500 +0.169921875000 0.128906250000 0.064941406250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.058105468750 0.125000000000 +0.143554687500 0.176757812500 0.168945312500 0.146484375000 +0.118652343750 0.087890625000 0.100097656250 0.109863281250 +0.095214843750 0.088867187500 0.067382812500 0.083496093750 +0.069824218750 0.056640625000 0.049072265625 0.026367187500 +0.014160156250 0.000000000000 0.000000000000 0.000000000000 +0.010192871094 0.022949218750 0.064453125000 0.083984375000 +0.082031250000 0.077636718750 0.088378906250 0.099609375000 +0.105957031250 0.081542968750 0.030029296875 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.001327514648 0.047607421875 0.107421875000 +0.116699218750 0.134765625000 0.126953125000 0.159179687500 +0.155273437500 0.152343750000 0.092773437500 0.080566406250 +0.045166015625 0.031005859375 0.026977539062 0.038085937500 +0.040527343750 0.076171875000 0.123535156250 0.105468750000 +0.073242187500 0.030395507812 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.046142578125 0.089843750000 0.130859375000 +0.109375000000 0.097656250000 0.058837890625 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.091308593750 0.179687500000 0.231445312500 0.291015625000 +0.343750000000 0.369140625000 0.322265625000 0.273437500000 +0.164062500000 0.054443359375 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.001258850098 +0.101074218750 0.167968750000 0.223632812500 0.223632812500 +0.166992187500 0.056396484375 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.072265625000 +0.122070312500 0.130859375000 0.086914062500 0.014892578125 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.151367187500 0.101562500000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.009521484375 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.038330078125 0.106933593750 0.148437500000 0.208007812500 +0.226562500000 0.253906250000 0.253906250000 0.238281250000 +0.222656250000 0.199218750000 0.149414062500 0.104980468750 +0.051025390625 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.057617187500 0.157226562500 0.240234375000 0.314453125000 +0.380859375000 0.412109375000 0.414062500000 0.392578125000 +0.341796875000 0.247070312500 0.145507812500 0.043701171875 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.065429687500 0.144531250000 +0.211914062500 0.251953125000 0.281250000000 0.269531250000 +0.251953125000 0.208984375000 0.150390625000 0.098632812500 +0.047851562500 0.014526367188 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.004211425781 0.039062500000 +0.101562500000 0.152343750000 0.194335937500 0.248046875000 +0.291015625000 0.314453125000 0.318359375000 0.345703125000 +0.326171875000 0.298828125000 0.267578125000 0.242187500000 +0.226562500000 0.208984375000 0.195312500000 0.192382812500 +0.208984375000 0.199218750000 0.208007812500 0.227539062500 +0.218750000000 0.209960937500 0.203125000000 0.162109375000 +0.112792968750 0.067382812500 0.012145996094 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.037597656250 0.118652343750 +0.181640625000 0.247070312500 0.291015625000 0.330078125000 +0.349609375000 0.367187500000 0.349609375000 0.347656250000 +0.310546875000 0.253906250000 0.215820312500 0.167968750000 +0.123535156250 0.099609375000 0.071777343750 0.024047851562 +0.007934570312 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.018066406250 0.049804687500 +0.101562500000 0.148437500000 0.218750000000 0.259765625000 +0.277343750000 0.277343750000 0.291015625000 0.265625000000 +0.227539062500 0.196289062500 0.161132812500 0.089843750000 +0.020263671875 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.036865234375 0.092773437500 +0.163085937500 0.219726562500 0.255859375000 0.265625000000 +0.269531250000 0.251953125000 0.207031250000 0.173828125000 +0.136718750000 0.088867187500 0.044921875000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.018432617188 +0.055908203125 0.083984375000 0.106933593750 0.113281250000 +0.120605468750 0.125000000000 0.111328125000 0.097656250000 +0.076660156250 0.047851562500 0.005554199219 0.004699707031 +0.000000000000 0.019775390625 0.051269531250 0.070312500000 +0.089843750000 0.113769531250 0.153320312500 0.173828125000 +0.172851562500 0.163085937500 0.131835937500 0.107910156250 +0.065429687500 0.023681640625 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.015075683594 0.030029296875 +0.045654296875 0.045654296875 0.048095703125 0.060058593750 +0.045410156250 0.048583984375 0.043945312500 0.044921875000 +0.037353515625 0.053710937500 0.067382812500 0.086914062500 +0.106445312500 0.128906250000 0.154296875000 0.204101562500 +0.232421875000 0.242187500000 0.246093750000 0.225585937500 +0.193359375000 0.148437500000 0.106933593750 0.037597656250 +0.010070800781 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.041748046875 +0.063476562500 0.059814453125 0.062255859375 0.069335937500 +0.027221679688 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.007659912109 0.040039062500 +0.050781250000 0.060791015625 0.066894531250 0.054443359375 +0.047119140625 0.026611328125 0.005065917969 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.007598876953 +0.032226562500 0.060302734375 0.082519531250 0.104492187500 +0.116699218750 0.137695312500 0.163085937500 0.161132812500 +0.153320312500 0.150390625000 0.150390625000 0.131835937500 +0.142578125000 0.169921875000 0.189453125000 0.190429687500 +0.206054687500 0.204101562500 0.194335937500 0.179687500000 +0.155273437500 0.124511718750 0.067871093750 0.022705078125 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.008666992188 +0.054931640625 0.083007812500 0.092285156250 0.097167968750 +0.085449218750 0.071289062500 0.029541015625 0.013305664062 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.004425048828 0.059570312500 +0.104980468750 0.123046875000 0.138671875000 0.163085937500 +0.156250000000 0.159179687500 0.137695312500 0.128906250000 +0.108398437500 0.088378906250 0.069824218750 0.065917968750 +0.046630859375 0.030029296875 0.014770507812 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.024414062500 +0.084472656250 0.139648437500 0.191406250000 0.251953125000 +0.277343750000 0.302734375000 0.298828125000 0.306640625000 +0.285156250000 0.253906250000 0.207031250000 0.161132812500 +0.116210937500 0.062011718750 0.011291503906 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.007934570312 0.026489257812 0.034179687500 0.075195312500 +0.084472656250 0.080566406250 0.101562500000 0.138671875000 +0.149414062500 0.166992187500 0.191406250000 0.206054687500 +0.200195312500 0.203125000000 0.191406250000 0.171875000000 +0.150390625000 0.124023437500 0.104980468750 0.081054687500 +0.072265625000 0.056640625000 0.066894531250 0.057128906250 +0.053222656250 0.045166015625 0.055908203125 0.042968750000 +0.005371093750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.035400390625 0.107421875000 0.163085937500 +0.201171875000 0.223632812500 0.255859375000 0.241210937500 +0.229492187500 0.208984375000 0.178710937500 0.123535156250 +0.081542968750 0.043457031250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.019897460938 0.046630859375 0.043212890625 +0.053955078125 0.059326171875 0.033447265625 0.015625000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000728607178 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.053222656250 0.087402343750 +0.121582031250 0.157226562500 0.157226562500 0.130859375000 +0.107421875000 0.068847656250 0.011047363281 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.013305664062 0.052978515625 0.096679687500 +0.149414062500 0.173828125000 0.187500000000 0.200195312500 +0.198242187500 0.173828125000 0.126953125000 0.109863281250 +0.060302734375 0.014160156250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.010864257812 0.020751953125 0.017822265625 0.015869140625 +0.015563964844 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.030883789062 0.061767578125 0.097656250000 +0.123535156250 0.146484375000 0.161132812500 0.178710937500 +0.152343750000 0.123046875000 0.070800781250 0.024780273438 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.016845703125 +0.047851562500 0.079589843750 0.085449218750 0.084960937500 +0.050048828125 0.021606445312 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.026367187500 0.068359375000 0.097167968750 0.092285156250 +0.092285156250 0.056884765625 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.009765625000 0.051269531250 +0.106933593750 0.109863281250 0.087890625000 0.063476562500 +0.017944335938 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.081542968750 0.150390625000 0.215820312500 0.259765625000 +0.275390625000 0.259765625000 0.214843750000 0.149414062500 +0.058593750000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.043212890625 +0.112304687500 0.166015625000 0.187500000000 0.220703125000 +0.232421875000 0.225585937500 0.196289062500 0.166015625000 +0.116210937500 0.041503906250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.029663085938 0.084472656250 +0.125976562500 0.154296875000 0.165039062500 0.175781250000 +0.168945312500 0.131835937500 0.091796875000 0.040527343750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.028198242188 0.099609375000 +0.165039062500 0.220703125000 0.246093750000 0.253906250000 +0.234375000000 0.187500000000 0.136718750000 0.070800781250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.009338378906 0.032714843750 +0.045654296875 0.053222656250 0.060791015625 0.060791015625 +0.046386718750 0.051513671875 0.055175781250 0.062500000000 +0.069824218750 0.083984375000 0.093261718750 0.131835937500 +0.133789062500 0.141601562500 0.137695312500 0.134765625000 +0.102539062500 0.091796875000 0.067871093750 0.047119140625 +0.028808593750 0.036621093750 0.054443359375 0.073242187500 +0.111328125000 0.159179687500 0.222656250000 0.267578125000 +0.308593750000 0.337890625000 0.367187500000 0.365234375000 +0.355468750000 0.345703125000 0.318359375000 0.285156250000 +0.242187500000 0.194335937500 0.175781250000 0.157226562500 +0.143554687500 0.127929687500 0.139648437500 0.149414062500 +0.160156250000 0.168945312500 0.179687500000 0.178710937500 +0.153320312500 0.135742187500 0.131835937500 0.120117187500 +0.089355468750 0.090332031250 0.082519531250 0.073242187500 +0.064453125000 0.072265625000 0.079589843750 0.098632812500 +0.120117187500 0.144531250000 0.174804687500 0.182617187500 +0.172851562500 0.167968750000 0.131835937500 0.118164062500 +0.108398437500 0.087402343750 0.040771484375 0.018554687500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.031005859375 0.113281250000 0.173828125000 0.210937500000 +0.250000000000 0.250000000000 0.240234375000 0.217773437500 +0.188476562500 0.142578125000 0.108886718750 0.086425781250 +0.046630859375 0.039794921875 0.039550781250 0.057128906250 +0.088378906250 0.142578125000 0.176757812500 0.215820312500 +0.267578125000 0.302734375000 0.328125000000 0.357421875000 +0.363281250000 0.355468750000 0.335937500000 0.296875000000 +0.244140625000 0.166992187500 0.084960937500 0.010925292969 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.043945312500 0.093750000000 0.156250000000 0.208007812500 +0.245117187500 0.273437500000 0.306640625000 0.314453125000 +0.296875000000 0.267578125000 0.235351562500 0.175781250000 +0.120117187500 0.078125000000 0.016479492188 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.008605957031 0.081054687500 0.153320312500 0.207031250000 +0.261718750000 0.271484375000 0.257812500000 0.238281250000 +0.181640625000 0.130859375000 0.084472656250 0.030029296875 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.140625000000 0.164062500000 0.073242187500 0.125000000000 +0.094726562500 0.078125000000 0.077148437500 0.049804687500 +0.072753906250 0.072265625000 0.062255859375 0.098632812500 +0.106933593750 0.103027343750 0.119140625000 0.123046875000 +0.110351562500 0.118652343750 0.109375000000 0.100097656250 +0.083984375000 0.069335937500 0.068847656250 0.072265625000 +0.062500000000 0.066406250000 0.058593750000 0.043701171875 +0.033935546875 0.018066406250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.028320312500 0.083496093750 0.133789062500 0.145507812500 +0.187500000000 0.195312500000 0.186523437500 0.186523437500 +0.167968750000 0.100097656250 0.057373046875 0.012084960938 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.021484375000 0.086914062500 0.118652343750 0.149414062500 +0.153320312500 0.161132812500 0.127929687500 0.089355468750 +0.035888671875 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.035400390625 0.063964843750 0.104980468750 +0.102050781250 0.126953125000 0.122558593750 0.090332031250 +0.086914062500 0.038818359375 0.027587890625 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.026977539062 0.028442382812 0.052001953125 +0.107910156250 0.106933593750 0.133789062500 0.142578125000 +0.137695312500 0.135742187500 0.133789062500 0.122070312500 +0.111328125000 0.101074218750 0.099609375000 0.087890625000 +0.103027343750 0.102050781250 0.084472656250 0.137695312500 +0.115234375000 0.124511718750 0.129882812500 0.092773437500 +0.071289062500 0.053466796875 0.009765625000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.032226562500 0.063964843750 +0.113281250000 0.133789062500 0.148437500000 0.165039062500 +0.166992187500 0.147460937500 0.135742187500 0.132812500000 +0.085449218750 0.084960937500 0.069824218750 0.024902343750 +0.043212890625 0.014404296875 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.016967773438 0.000000000000 0.081542968750 +0.089843750000 0.130859375000 0.159179687500 0.188476562500 +0.182617187500 0.192382812500 0.208007812500 0.178710937500 +0.148437500000 0.117675781250 0.065917968750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.057373046875 0.093261718750 +0.146484375000 0.195312500000 0.204101562500 0.236328125000 +0.251953125000 0.242187500000 0.237304687500 0.210937500000 +0.171875000000 0.179687500000 0.146484375000 0.087890625000 +0.087890625000 0.056152343750 0.042236328125 0.037353515625 +0.011474609375 0.000000000000 0.003295898438 0.000000000000 +0.000000000000 0.001838684082 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.028198242188 0.068359375000 0.073242187500 0.080078125000 +0.093750000000 0.105957031250 0.089843750000 0.076660156250 +0.071777343750 0.041503906250 0.004608154297 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.002410888672 0.019287109375 +0.031250000000 0.028930664062 0.060302734375 0.062011718750 +0.055908203125 0.061279296875 0.051025390625 0.022583007812 +0.012634277344 0.016723632812 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.004425048828 0.000000000000 0.000000000000 0.050537109375 +0.033203125000 0.014526367188 0.045898437500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.003753662109 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.025756835938 0.025390625000 0.042968750000 0.064453125000 +0.064453125000 0.054931640625 0.047851562500 0.032470703125 +0.038818359375 0.010803222656 0.004669189453 0.000000000000 +0.000000000000 0.008422851562 0.003219604492 0.006103515625 +0.012939453125 0.001091003418 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.026977539062 +0.079101562500 0.116699218750 0.188476562500 0.199218750000 +0.259765625000 0.259765625000 0.275390625000 0.271484375000 +0.246093750000 0.235351562500 0.186523437500 0.158203125000 +0.127929687500 0.078125000000 0.041503906250 0.013671875000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.004913330078 0.022827148438 +0.062500000000 0.084472656250 0.094726562500 0.115234375000 +0.151367187500 0.122070312500 0.139648437500 0.141601562500 +0.122070312500 0.124511718750 0.110839843750 0.115234375000 +0.087402343750 0.050537109375 0.057373046875 0.012756347656 +0.028320312500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000474929810 0.009887695312 0.015991210938 0.041748046875 +0.047363281250 0.007629394531 0.050048828125 0.023437500000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.003494262695 0.023193359375 0.053710937500 0.098144531250 +0.064941406250 0.125976562500 0.107910156250 0.094726562500 +0.099609375000 0.065429687500 0.061523437500 0.053710937500 +0.040283203125 0.010375976562 0.035644531250 0.020751953125 +0.006988525391 0.040771484375 0.037597656250 0.049804687500 +0.041503906250 0.065917968750 0.052490234375 0.046142578125 +0.053222656250 0.003860473633 0.027221679688 0.018554687500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.012634277344 0.051025390625 +0.057617187500 0.070800781250 0.050537109375 0.035888671875 +0.037353515625 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.045654296875 0.047851562500 0.080078125000 +0.109863281250 0.115234375000 0.144531250000 0.153320312500 +0.168945312500 0.145507812500 0.146484375000 0.169921875000 +0.128906250000 0.114746093750 0.126953125000 0.063476562500 +0.072265625000 0.031005859375 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.014404296875 0.000000000000 +0.057128906250 0.062500000000 0.074707031250 0.101562500000 +0.091308593750 0.085449218750 0.065917968750 0.008972167969 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.033447265625 +0.069824218750 0.091796875000 0.115722656250 0.117675781250 +0.116210937500 0.106933593750 0.098144531250 0.070312500000 +0.042724609375 0.017333984375 0.004333496094 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.005310058594 +0.020996093750 0.088867187500 0.083007812500 0.119140625000 +0.114257812500 0.117187500000 0.083007812500 0.066894531250 +0.034667968750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.058837890625 0.110351562500 0.130859375000 0.157226562500 +0.152343750000 0.140625000000 0.127929687500 0.073242187500 +0.036376953125 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000088691711 0.014648437500 0.061035156250 +0.086425781250 0.084472656250 0.098632812500 0.098144531250 +0.044921875000 0.031250000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.011108398438 0.030639648438 0.028564453125 0.032226562500 +0.030151367188 0.001266479492 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.016967773438 +0.068359375000 0.127929687500 0.151367187500 0.191406250000 +0.212890625000 0.214843750000 0.210937500000 0.180664062500 +0.138671875000 0.107910156250 0.033691406250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.026611328125 0.067382812500 0.117187500000 +0.150390625000 0.153320312500 0.154296875000 0.125000000000 +0.081542968750 0.025268554688 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.005981445312 0.030517578125 +0.063476562500 0.079101562500 0.111328125000 0.106933593750 +0.136718750000 0.166015625000 0.164062500000 0.198242187500 +0.201171875000 0.192382812500 0.240234375000 0.217773437500 +0.220703125000 0.193359375000 0.192382812500 0.168945312500 +0.127929687500 0.120605468750 0.098144531250 0.095214843750 +0.089843750000 0.085449218750 0.094726562500 0.118164062500 +0.130859375000 0.151367187500 0.174804687500 0.183593750000 +0.185546875000 0.191406250000 0.168945312500 0.157226562500 +0.151367187500 0.116210937500 0.107910156250 0.096679687500 +0.061035156250 0.059082031250 0.049072265625 0.082031250000 +0.088378906250 0.105957031250 0.126953125000 0.144531250000 +0.166015625000 0.160156250000 0.189453125000 0.191406250000 +0.192382812500 0.184570312500 0.185546875000 0.168945312500 +0.188476562500 0.168945312500 0.153320312500 0.167968750000 +0.165039062500 0.176757812500 0.199218750000 0.187500000000 +0.166015625000 0.190429687500 0.177734375000 0.149414062500 +0.148437500000 0.108398437500 0.094726562500 0.079589843750 +0.050048828125 0.003356933594 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.026977539062 +0.086425781250 0.096679687500 0.098632812500 0.104003906250 +0.068847656250 0.065917968750 0.028808593750 0.018066406250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.022949218750 0.090332031250 0.105957031250 0.175781250000 +0.233398437500 0.245117187500 0.279296875000 0.283203125000 +0.287109375000 0.269531250000 0.227539062500 0.174804687500 +0.100585937500 0.061767578125 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000965118408 0.043701171875 0.089843750000 +0.095214843750 0.108398437500 0.116210937500 0.101562500000 +0.048339843750 0.004302978516 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.033935546875 0.049072265625 0.077148437500 +0.079101562500 0.039550781250 0.039306640625 0.010559082031 +0.000000000000 0.000000000000 0.014526367188 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.052490234375 +0.235351562500 0.382812500000 0.511718750000 0.593750000000 +0.609375000000 0.582031250000 0.494140625000 0.339843750000 +0.180664062500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.035400390625 +0.233398437500 0.384765625000 0.523437500000 0.625000000000 +0.683593750000 0.675781250000 0.640625000000 0.566406250000 +0.478515625000 0.359375000000 0.226562500000 0.092773437500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.011718750000 0.073730468750 0.118652343750 0.128906250000 +0.127929687500 0.098144531250 0.031738281250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.083496093750 0.174804687500 0.255859375000 +0.341796875000 0.351562500000 0.337890625000 0.312500000000 +0.271484375000 0.174804687500 0.101562500000 0.040039062500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.017578125000 0.062500000000 0.071777343750 +0.020385742188 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.010009765625 0.187500000000 0.339843750000 0.447265625000 +0.519531250000 0.554687500000 0.554687500000 0.523437500000 +0.472656250000 0.365234375000 0.269531250000 0.171875000000 +0.058105468750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.001106262207 0.037109375000 0.016357421875 0.060791015625 +0.041992187500 0.066406250000 0.062988281250 0.105468750000 +0.172851562500 0.236328125000 0.267578125000 0.339843750000 +0.392578125000 0.445312500000 0.437500000000 0.406250000000 +0.375000000000 0.287109375000 0.129882812500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.107910156250 0.183593750000 0.205078125000 0.197265625000 +0.160156250000 0.081054687500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.023193359375 0.151367187500 +0.287109375000 0.382812500000 0.503906250000 0.597656250000 +0.671875000000 0.683593750000 0.710937500000 0.675781250000 +0.609375000000 0.511718750000 0.425781250000 0.322265625000 +0.202148437500 0.091796875000 0.001205444336 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.032470703125 +0.090820312500 0.113769531250 0.131835937500 0.115722656250 +0.086425781250 0.050537109375 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.018798828125 0.142578125000 0.251953125000 0.337890625000 +0.378906250000 0.378906250000 0.357421875000 0.312500000000 +0.235351562500 0.131835937500 0.025390625000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.031738281250 +0.143554687500 0.244140625000 0.339843750000 0.392578125000 +0.427734375000 0.482421875000 0.511718750000 0.503906250000 +0.478515625000 0.480468750000 0.447265625000 0.412109375000 +0.361328125000 0.333984375000 0.283203125000 0.259765625000 +0.265625000000 0.287109375000 0.292968750000 0.322265625000 +0.349609375000 0.349609375000 0.376953125000 0.380859375000 +0.359375000000 0.326171875000 0.296875000000 0.246093750000 +0.187500000000 0.102050781250 0.030517578125 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.010070800781 0.056640625000 0.046630859375 +0.011779785156 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.092285156250 0.245117187500 +0.320312500000 0.351562500000 0.333984375000 0.263671875000 +0.133789062500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.081542968750 0.166992187500 +0.227539062500 0.263671875000 0.277343750000 0.245117187500 +0.169921875000 0.107910156250 0.031494140625 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.053710937500 0.110839843750 +0.135742187500 0.152343750000 0.141601562500 0.085937500000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.102539062500 0.250000000000 0.359375000000 0.478515625000 +0.585937500000 0.667968750000 0.699218750000 0.691406250000 +0.683593750000 0.648437500000 0.582031250000 0.490234375000 +0.414062500000 0.332031250000 0.259765625000 0.217773437500 +0.202148437500 0.194335937500 0.208007812500 0.265625000000 +0.349609375000 0.378906250000 0.373046875000 0.361328125000 +0.310546875000 0.221679687500 0.087890625000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.034912109375 0.089355468750 0.067382812500 0.012145996094 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.072753906250 0.234375000000 +0.355468750000 0.435546875000 0.458984375000 0.404296875000 +0.333984375000 0.251953125000 0.109863281250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.017822265625 0.020385742188 0.016235351562 0.031982421875 +0.060302734375 0.069335937500 0.051757812500 0.050292968750 +0.043701171875 0.036865234375 0.031738281250 0.042724609375 +0.051025390625 0.054687500000 0.035644531250 0.031982421875 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.106933593750 0.235351562500 0.324218750000 0.380859375000 +0.410156250000 0.427734375000 0.392578125000 0.314453125000 +0.257812500000 0.172851562500 0.104980468750 0.034912109375 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.006164550781 0.012512207031 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.050781250000 0.080078125000 +0.036132812500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.094726562500 0.248046875000 0.324218750000 0.312500000000 +0.265625000000 0.169921875000 0.022949218750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.165039062500 0.351562500000 +0.445312500000 0.486328125000 0.460937500000 0.380859375000 +0.211914062500 0.010131835938 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.009277343750 +0.004455566406 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.051757812500 0.166992187500 0.285156250000 0.347656250000 +0.410156250000 0.445312500000 0.439453125000 0.359375000000 +0.271484375000 0.144531250000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.206054687500 0.451171875000 +0.656250000000 0.839843750000 0.953125000000 1.007812500000 +0.992187500000 0.917968750000 0.832031250000 0.707031250000 +0.539062500000 0.361328125000 0.185546875000 0.017456054688 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.083496093750 +0.227539062500 0.367187500000 0.503906250000 0.570312500000 +0.621093750000 0.597656250000 0.539062500000 0.445312500000 +0.318359375000 0.167968750000 0.001792907715 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000419616699 0.000000000000 +0.291015625000 0.333984375000 0.251953125000 0.156250000000 +0.156250000000 0.162109375000 0.137695312500 0.112792968750 +0.100585937500 0.079589843750 0.066894531250 0.048339843750 +0.042480468750 0.014831542969 0.005065917969 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.148437500000 0.273437500000 +0.351562500000 0.357421875000 0.306640625000 0.224609375000 +0.078613281250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.026367187500 +0.013244628906 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.034912109375 0.025512695312 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.046630859375 0.104980468750 0.177734375000 0.188476562500 +0.145507812500 0.058349609375 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.040771484375 +0.133789062500 0.222656250000 0.296875000000 0.359375000000 +0.412109375000 0.441406250000 0.417968750000 0.369140625000 +0.279296875000 0.192382812500 0.118164062500 0.070312500000 +0.046630859375 0.072753906250 0.083984375000 0.125976562500 +0.165039062500 0.208984375000 0.248046875000 0.300781250000 +0.320312500000 0.330078125000 0.273437500000 0.192382812500 +0.078125000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.028930664062 +0.049072265625 0.026977539062 0.018066406250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.038818359375 0.155273437500 0.224609375000 0.277343750000 +0.326171875000 0.339843750000 0.298828125000 0.212890625000 +0.106933593750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.069824218750 0.049072265625 0.027221679688 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.021240234375 0.096191406250 0.125000000000 +0.136718750000 0.140625000000 0.126953125000 0.113769531250 +0.072753906250 0.007110595703 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.086914062500 0.165039062500 +0.240234375000 0.255859375000 0.267578125000 0.222656250000 +0.133789062500 0.004486083984 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.144531250000 0.277343750000 0.390625000000 0.478515625000 +0.496093750000 0.498046875000 0.490234375000 0.437500000000 +0.347656250000 0.206054687500 0.032226562500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.013793945312 0.022338867188 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.048583984375 0.142578125000 0.230468750000 0.277343750000 +0.250000000000 0.183593750000 0.112304687500 0.012634277344 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.016723632812 +0.063964843750 0.101562500000 0.087890625000 0.063964843750 +0.032470703125 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.012145996094 +0.093261718750 0.132812500000 0.156250000000 0.153320312500 +0.112304687500 0.035888671875 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.044677734375 0.087890625000 +0.122558593750 0.207031250000 0.234375000000 0.238281250000 +0.212890625000 0.187500000000 0.104003906250 0.016967773438 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.038085937500 0.072753906250 +0.075195312500 0.064941406250 0.014587402344 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.045898437500 0.112792968750 0.147460937500 0.205078125000 +0.245117187500 0.250000000000 0.251953125000 0.196289062500 +0.096679687500 0.010009765625 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.075683593750 0.119628906250 +0.153320312500 0.161132812500 0.123535156250 0.016113281250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.040039062500 0.106445312500 +0.167968750000 0.200195312500 0.131835937500 0.020751953125 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.093261718750 0.225585937500 0.300781250000 0.392578125000 +0.414062500000 0.390625000000 0.306640625000 0.214843750000 +0.102050781250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.002471923828 +0.085449218750 0.099609375000 0.072265625000 0.001571655273 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.067871093750 0.181640625000 0.263671875000 +0.277343750000 0.223632812500 0.184570312500 0.134765625000 +0.108398437500 0.101562500000 0.079101562500 0.057373046875 +0.026000976562 0.000000000000 0.000000000000 0.000823974609 +0.022338867188 0.063964843750 0.131835937500 0.194335937500 +0.235351562500 0.281250000000 0.296875000000 0.287109375000 +0.255859375000 0.226562500000 0.184570312500 0.097167968750 +0.026611328125 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.034912109375 0.114257812500 +0.160156250000 0.179687500000 0.174804687500 0.133789062500 +0.057861328125 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.053466796875 0.148437500000 +0.246093750000 0.316406250000 0.349609375000 0.382812500000 +0.355468750000 0.330078125000 0.273437500000 0.179687500000 +0.107421875000 0.068847656250 0.048828125000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.004272460938 0.060058593750 0.100097656250 0.161132812500 +0.232421875000 0.283203125000 0.298828125000 0.308593750000 +0.231445312500 0.121582031250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.026123046875 +0.237304687500 0.421875000000 0.566406250000 0.644531250000 +0.695312500000 0.699218750000 0.652343750000 0.546875000000 +0.451171875000 0.328125000000 0.195312500000 0.050781250000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.039062500000 0.083984375000 +0.115234375000 0.093750000000 0.095703125000 0.066406250000 +0.056396484375 0.039550781250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.015563964844 0.034423828125 +0.051025390625 0.009155273438 0.007812500000 0.000000000000 +0.000000000000 0.000000000000 0.042724609375 0.085449218750 +0.133789062500 0.179687500000 0.241210937500 0.287109375000 +0.353515625000 0.398437500000 0.439453125000 0.472656250000 +0.472656250000 0.453125000000 0.402343750000 0.353515625000 +0.261718750000 0.149414062500 0.048828125000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.048828125000 0.061035156250 0.048095703125 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.090332031250 +0.171875000000 0.208007812500 0.207031250000 0.168945312500 +0.090820312500 0.006927490234 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.010070800781 +0.025756835938 0.032470703125 0.041015625000 0.034423828125 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.006225585938 0.071289062500 0.152343750000 +0.210937500000 0.285156250000 0.345703125000 0.382812500000 +0.378906250000 0.375000000000 0.302734375000 0.228515625000 +0.127929687500 0.028564453125 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.005249023438 0.037109375000 0.013916015625 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.032958984375 0.040527343750 0.093261718750 0.083984375000 +0.093750000000 0.128906250000 0.135742187500 0.147460937500 +0.159179687500 0.141601562500 0.119140625000 0.105957031250 +0.102050781250 0.115722656250 0.147460937500 0.150390625000 +0.173828125000 0.193359375000 0.183593750000 0.188476562500 +0.189453125000 0.169921875000 0.211914062500 0.225585937500 +0.178710937500 0.157226562500 0.123046875000 0.079101562500 +0.088867187500 0.060546875000 0.040283203125 0.019653320312 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.016235351562 0.015380859375 +0.000000000000 0.024047851562 0.000000000000 0.000000000000 +0.004150390625 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.001472473145 0.030761718750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.050048828125 +0.044189453125 0.075683593750 0.050048828125 0.098144531250 +0.079589843750 0.087402343750 0.042236328125 0.000000000000 +0.000000000000 0.000000000000 0.015563964844 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.002731323242 +0.000000000000 0.041015625000 0.106445312500 0.160156250000 +0.187500000000 0.176757812500 0.161132812500 0.115234375000 +0.139648437500 0.094238281250 0.114257812500 0.124023437500 +0.092773437500 0.144531250000 0.159179687500 0.119140625000 +0.147460937500 0.115234375000 0.105957031250 0.102050781250 +0.039062500000 0.052734375000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.038085937500 +0.099121093750 0.124023437500 0.204101562500 0.180664062500 +0.253906250000 0.249023437500 0.207031250000 0.136718750000 +0.087890625000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.026977539062 +0.057128906250 0.146484375000 0.124511718750 0.166992187500 +0.214843750000 0.177734375000 0.177734375000 0.125976562500 +0.095703125000 0.052001953125 0.044921875000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.019042968750 +0.032958984375 0.075195312500 0.019897460938 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.010192871094 0.035888671875 +0.142578125000 0.167968750000 0.230468750000 0.229492187500 +0.259765625000 0.257812500000 0.230468750000 0.191406250000 +0.161132812500 0.086425781250 0.075195312500 0.031250000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.041503906250 0.105468750000 0.057617187500 0.031494140625 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.067871093750 0.030395507812 +0.101562500000 0.068359375000 0.062988281250 0.084960937500 +0.100585937500 0.080566406250 0.103515625000 0.060058593750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.061767578125 0.073242187500 0.077148437500 0.018188476562 +0.022338867188 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.142578125000 0.198242187500 +0.200195312500 0.211914062500 0.206054687500 0.182617187500 +0.151367187500 0.141601562500 0.116699218750 0.087890625000 +0.087890625000 0.092773437500 0.094238281250 0.093261718750 +0.102050781250 0.105468750000 0.092773437500 0.087890625000 +0.083984375000 0.080078125000 0.076171875000 0.066894531250 +0.062500000000 0.055419921875 0.040039062500 0.051025390625 +0.058593750000 0.039062500000 0.059814453125 0.070312500000 +0.059814453125 0.086425781250 0.073730468750 0.040039062500 +0.011291503906 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.041259765625 +0.080566406250 0.139648437500 0.163085937500 0.161132812500 +0.183593750000 0.171875000000 0.131835937500 0.104003906250 +0.054931640625 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.023437500000 0.117675781250 +0.192382812500 0.250000000000 0.281250000000 0.265625000000 +0.235351562500 0.169921875000 0.064453125000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.014770507812 +0.039306640625 0.048339843750 0.036621093750 0.033447265625 +0.010253906250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.040283203125 0.073730468750 +0.073730468750 0.059570312500 0.049316406250 0.008666992188 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.002914428711 0.039794921875 +0.034667968750 0.034423828125 0.043701171875 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.003250122070 0.071777343750 +0.125000000000 0.148437500000 0.169921875000 0.177734375000 +0.152343750000 0.125000000000 0.104980468750 0.066406250000 +0.028564453125 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.003448486328 0.040039062500 0.072265625000 0.096679687500 +0.141601562500 0.190429687500 0.206054687500 0.210937500000 +0.228515625000 0.215820312500 0.201171875000 0.192382812500 +0.162109375000 0.142578125000 0.145507812500 0.143554687500 +0.150390625000 0.156250000000 0.162109375000 0.176757812500 +0.184570312500 0.183593750000 0.192382812500 0.177734375000 +0.144531250000 0.118652343750 0.087890625000 0.047607421875 +0.004730224609 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.008239746094 0.047119140625 0.060058593750 +0.083496093750 0.112304687500 0.110351562500 0.117187500000 +0.085449218750 0.041748046875 0.008666992188 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.011657714844 +0.048339843750 0.108886718750 0.145507812500 0.175781250000 +0.200195312500 0.188476562500 0.185546875000 0.159179687500 +0.091308593750 0.068359375000 0.038085937500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.004577636719 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.017333984375 0.057617187500 0.097167968750 0.112792968750 +0.117187500000 0.129882812500 0.133789062500 0.120117187500 +0.123046875000 0.118652343750 0.098144531250 0.089843750000 +0.064941406250 0.038818359375 0.028564453125 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.040771484375 +0.067871093750 0.086425781250 0.120605468750 0.126953125000 +0.129882812500 0.121582031250 0.087890625000 0.041748046875 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.039306640625 0.092285156250 0.117187500000 0.178710937500 +0.234375000000 0.259765625000 0.292968750000 0.306640625000 +0.283203125000 0.255859375000 0.231445312500 0.171875000000 +0.117675781250 0.084960937500 0.025390625000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.016113281250 +0.031005859375 0.047363281250 0.060058593750 0.045410156250 +0.009826660156 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.004425048828 0.023681640625 0.048095703125 +0.061035156250 0.075683593750 0.089843750000 0.098144531250 +0.100097656250 0.092773437500 0.092773437500 0.061035156250 +0.002304077148 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.032714843750 +0.077636718750 0.113769531250 0.150390625000 0.175781250000 +0.191406250000 0.202148437500 0.191406250000 0.174804687500 +0.159179687500 0.138671875000 0.121093750000 0.093261718750 +0.074707031250 0.070312500000 0.042968750000 0.030273437500 +0.022583007812 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.008239746094 +0.038574218750 0.090820312500 0.141601562500 0.170898437500 +0.200195312500 0.206054687500 0.188476562500 0.180664062500 +0.158203125000 0.102539062500 0.035156250000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.011047363281 0.038574218750 0.068359375000 0.064453125000 +0.053955078125 0.058349609375 0.031250000000 0.018066406250 +0.024780273438 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.025634765625 0.053222656250 +0.069335937500 0.110351562500 0.125976562500 0.145507812500 +0.186523437500 0.188476562500 0.186523437500 0.208007812500 +0.205078125000 0.167968750000 0.139648437500 0.115234375000 +0.071289062500 0.041503906250 0.013916015625 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.012451171875 +0.030639648438 0.058105468750 0.073730468750 0.073242187500 +0.044677734375 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.008789062500 0.051513671875 0.053466796875 +0.057373046875 0.059326171875 0.026123046875 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.035888671875 +0.078613281250 0.125976562500 0.134765625000 0.146484375000 +0.166992187500 0.150390625000 0.123535156250 0.119140625000 +0.105468750000 0.076171875000 0.051025390625 0.025634765625 +0.010498046875 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.006591796875 0.061279296875 +0.096191406250 0.131835937500 0.171875000000 0.197265625000 +0.213867187500 0.209960937500 0.195312500000 0.168945312500 +0.129882812500 0.113769531250 0.111328125000 0.091796875000 +0.078125000000 0.079589843750 0.081542968750 0.081054687500 +0.083496093750 0.083984375000 0.096191406250 0.111816406250 +0.122070312500 0.139648437500 0.146484375000 0.146484375000 +0.129882812500 0.104003906250 0.099609375000 0.074707031250 +0.029418945312 0.024902343750 0.002212524414 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.007690429688 +0.045898437500 0.090332031250 0.121093750000 0.153320312500 +0.176757812500 0.176757812500 0.180664062500 0.171875000000 +0.135742187500 0.081542968750 0.032470703125 0.000356674194 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.051513671875 0.126953125000 0.183593750000 +0.242187500000 0.308593750000 0.328125000000 0.351562500000 +0.371093750000 0.333984375000 0.302734375000 0.259765625000 +0.191406250000 0.136718750000 0.088867187500 0.029052734375 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.006408691406 0.063476562500 +0.128906250000 0.196289062500 0.236328125000 0.277343750000 +0.298828125000 0.281250000000 0.247070312500 0.199218750000 +0.124023437500 0.038085937500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.076171875000 0.162109375000 0.226562500000 0.308593750000 +0.337890625000 0.351562500000 0.384765625000 0.365234375000 +0.337890625000 0.318359375000 0.273437500000 0.215820312500 +0.162109375000 0.118164062500 0.055908203125 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.011474609375 0.063476562500 0.097656250000 +0.136718750000 0.160156250000 0.164062500000 0.145507812500 +0.111328125000 0.083007812500 0.047119140625 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.026489257812 0.072753906250 0.117675781250 +0.169921875000 0.207031250000 0.233398437500 0.251953125000 +0.253906250000 0.250000000000 0.245117187500 0.230468750000 +0.222656250000 0.210937500000 0.190429687500 0.176757812500 +0.164062500000 0.157226562500 0.153320312500 0.153320312500 +0.168945312500 0.192382812500 0.208007812500 0.215820312500 +0.224609375000 0.225585937500 0.205078125000 0.199218750000 +0.175781250000 0.130859375000 0.082031250000 0.026977539062 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.040771484375 +0.097167968750 0.137695312500 0.160156250000 0.156250000000 +0.135742187500 0.093750000000 0.029785156250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.004211425781 0.000000000000 +0.000000000000 0.004119873047 0.005096435547 0.028930664062 +0.060302734375 0.057373046875 0.058349609375 0.065917968750 +0.059570312500 0.023681640625 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.010070800781 +0.037597656250 0.030883789062 0.031494140625 0.045898437500 +0.037597656250 0.030395507812 0.026855468750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.007720947266 +0.000000000000 0.016967773438 0.051513671875 0.068847656250 +0.102050781250 0.127929687500 0.132812500000 0.162109375000 +0.193359375000 0.195312500000 0.214843750000 0.229492187500 +0.242187500000 0.263671875000 0.273437500000 0.247070312500 +0.215820312500 0.185546875000 0.147460937500 0.106933593750 +0.039550781250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.048583984375 0.120605468750 0.155273437500 +0.188476562500 0.196289062500 0.187500000000 0.185546875000 +0.151367187500 0.123046875000 0.091796875000 0.030517578125 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.013244628906 +0.015014648438 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.016357421875 +0.062988281250 0.048828125000 0.004425048828 0.000000000000 +0.000000000000 0.000000000000 0.060791015625 0.000000000000 +0.021118164062 0.012145996094 0.000000000000 0.000000000000 +0.000000000000 0.012268066406 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.001541137695 0.000000000000 +0.016357421875 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.010925292969 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.011291503906 0.000000000000 +0.000000000000 0.040283203125 0.000000000000 0.001296997070 +0.019287109375 0.000000000000 0.000000000000 0.009094238281 +0.000000000000 0.000000000000 0.000000000000 0.012451171875 +0.000000000000 0.010986328125 0.000000000000 0.042236328125 +0.000000000000 0.017578125000 0.000000000000 0.000000000000 +0.000000000000 0.022338867188 0.000000000000 0.000000000000 +0.013671875000 0.000000000000 0.000000000000 0.013854980469 +0.000000000000 0.038330078125 0.000000000000 0.000000000000 +0.010009765625 0.000314712524 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.005981445312 0.000000000000 +0.000000000000 0.000000000000 0.025146484375 0.000368118286 +0.000000000000 0.000000000000 0.004302978516 0.000000000000 +0.024169921875 0.000000000000 0.000000000000 0.021362304688 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.007873535156 0.002410888672 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.012207031250 0.017211914062 +0.000000000000 0.000000000000 0.000000000000 0.007934570312 +0.000000000000 0.000000000000 0.011596679688 0.000000000000 +0.035400390625 0.000000000000 0.010437011719 0.001831054688 +0.000000000000 0.019897460938 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.060302734375 +0.000000000000 0.000000000000 0.000000000000 0.017822265625 +0.000000000000 0.000000000000 0.011413574219 0.000000000000 +0.046875000000 0.000000000000 0.000000000000 0.008605957031 +0.000000000000 0.000000000000 0.024902343750 0.000000000000 +0.000000000000 0.000000000000 0.028320312500 0.000000000000 +0.000000000000 0.050292968750 0.000000000000 0.000000000000 +0.000000000000 0.032714843750 0.000000000000 0.000000000000 +0.000000000000 0.015197753906 0.000000000000 0.000000000000 +0.006835937500 0.016845703125 0.000000000000 0.000530242920 +0.004699707031 0.000000000000 0.000000000000 0.003402709961 +0.000000000000 0.026855468750 0.013610839844 0.000000000000 +0.006774902344 0.000000000000 0.000000000000 0.028930664062 +0.000000000000 0.000000000000 0.050048828125 0.000000000000 +0.031982421875 0.004425048828 0.019653320312 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.001029968262 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.006988525391 0.000000000000 0.000000000000 0.011413574219 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.002883911133 0.000000000000 0.000000000000 +0.000000000000 0.023437500000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.015014648438 +0.000000000000 0.000000000000 0.000000000000 0.001312255859 +0.000000000000 0.000000000000 0.000000000000 0.002227783203 +0.000000000000 0.034667968750 0.000000000000 0.000000000000 +0.000000000000 0.016479492188 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.025878906250 0.000000000000 0.026977539062 0.000000000000 +0.031250000000 0.000000000000 0.032958984375 0.000000000000 +0.000000000000 0.034423828125 0.000000000000 0.000000000000 +0.005645751953 0.000000000000 0.025634765625 0.000000000000 +0.000000000000 0.017211914062 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.014770507812 0.000000000000 +0.000000000000 0.026977539062 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.033203125000 0.028076171875 +0.000000000000 0.000000000000 0.006683349609 0.034912109375 +0.000755310059 0.000000000000 0.000000000000 0.045898437500 +0.000000000000 0.000000000000 0.002380371094 0.000000000000 +0.000000000000 0.016479492188 0.000000000000 0.000000000000 +0.052734375000 0.000000000000 0.000000000000 0.017822265625 +0.000000000000 0.007812500000 0.027709960938 0.000000000000 +0.000000000000 0.000000000000 0.043212890625 0.000000000000 +0.000000000000 0.034667968750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.002441406250 +0.000000000000 0.002944946289 0.000000000000 0.034667968750 +0.000000000000 0.021850585938 0.000000000000 0.000000000000 +0.000345230103 0.034423828125 0.000000000000 0.000000000000 +0.000000000000 0.019775390625 0.000000000000 0.000000000000 +0.004516601562 0.000000000000 0.000000000000 0.003723144531 +0.000000000000 0.011169433594 0.000000000000 0.013977050781 +0.000000000000 0.039794921875 0.006408691406 0.000000000000 +0.000000000000 0.017333984375 0.006256103516 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.025756835938 +0.000000000000 0.000000000000 0.000793457031 0.000000000000 +0.000000000000 0.000000000000 0.058105468750 0.000000000000 +0.007659912109 0.000000000000 0.037109375000 0.000000000000 +0.000000000000 0.004974365234 0.000000000000 0.027221679688 +0.000000000000 0.000000000000 0.013122558594 0.000000000000 +0.010803222656 0.004150390625 0.000000000000 0.036621093750 +0.000000000000 0.000000000000 0.022583007812 0.000000000000 +0.000000000000 0.000000000000 0.026367187500 0.000000000000 +0.012512207031 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.002136230469 0.000000000000 0.000000000000 +0.000000000000 0.026855468750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.033935546875 0.000000000000 0.000000000000 0.003250122070 +0.000000000000 0.000000000000 0.015075683594 0.000000000000 +0.000000000000 0.035400390625 0.000000000000 0.000000000000 +0.012817382812 0.000000000000 0.010375976562 0.000000000000 +0.004241943359 0.000000000000 0.000000000000 0.000000000000 +0.003875732422 0.000000000000 0.001838684082 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.011352539062 0.029785156250 0.000000000000 0.000000000000 +0.028808593750 0.000000000000 0.000000000000 0.005157470703 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.022827148438 0.000000000000 0.000000000000 0.032714843750 +0.000000000000 0.000231742859 0.026367187500 0.000000000000 +0.000000000000 0.065917968750 0.001327514648 0.000000000000 +0.000000000000 0.012145996094 0.000000000000 0.000000000000 +0.026855468750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.049804687500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.021972656250 0.000000000000 +0.000000000000 0.020629882812 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.032226562500 0.000000000000 +0.000000000000 0.021118164062 0.000000000000 0.000000000000 +0.028686523438 0.000000000000 0.031127929688 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.047607421875 +0.000000000000 0.039306640625 0.000000000000 0.007781982422 +0.000000000000 0.000000000000 0.004364013672 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.010803222656 0.000000000000 0.004028320312 0.028442382812 +0.000000000000 0.000000000000 0.042236328125 0.000000000000 +0.000000000000 0.046142578125 0.000000000000 0.019775390625 +0.000000000000 0.000000000000 0.020751953125 0.002639770508 +0.000000000000 0.004791259766 0.000000000000 0.021362304688 +0.000000000000 0.028198242188 0.000000000000 0.000000000000 +0.039794921875 0.000000000000 0.023803710938 0.000000000000 +0.000000000000 0.001907348633 0.025024414062 0.000000000000 +0.000000000000 0.035156250000 0.000000000000 0.000637054443 +0.048828125000 0.000000000000 0.000000000000 0.056396484375 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.006744384766 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.003662109375 0.000000000000 0.000000000000 +0.035888671875 0.000000000000 0.029174804688 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.010864257812 0.005310058594 0.000000000000 0.035888671875 +0.016357421875 0.000000000000 0.003570556641 0.000000000000 +0.000000000000 0.000000000000 0.006072998047 0.000000000000 +0.000000000000 0.022216796875 0.000000000000 0.011108398438 +0.014831542969 0.000000000000 0.000000000000 0.006835937500 +0.000000000000 0.002593994141 0.000000000000 0.000000000000 +0.000000000000 0.020385742188 0.000000000000 0.000000000000 +0.048583984375 0.000000000000 0.000000000000 0.000000000000 +0.001808166504 0.014587402344 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.015869140625 0.000000000000 +0.000000000000 0.031127929688 0.000000000000 0.011230468750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.064941406250 0.000000000000 0.000000000000 +0.049804687500 0.000000000000 0.000000000000 0.000000000000 +0.040527343750 0.004882812500 0.000000000000 0.000000000000 +0.000000000000 0.013854980469 0.000000000000 0.026977539062 +0.000000000000 0.013427734375 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.048339843750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000191688538 +0.000000000000 0.006805419922 0.000000000000 0.006408691406 +0.000000000000 0.000000000000 0.000000000000 0.060546875000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.012390136719 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.036621093750 +0.000000000000 0.000000000000 0.077636718750 0.000000000000 +0.017211914062 0.000000000000 0.000000000000 0.050048828125 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.015075683594 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.031982421875 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.022583007812 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.003143310547 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.009399414062 0.000000000000 +0.000000000000 0.053222656250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.006011962891 0.000000000000 0.010131835938 +0.000000000000 0.004730224609 0.000000000000 0.000000000000 +0.000000000000 0.013977050781 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.046142578125 0.000000000000 +0.010986328125 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.039794921875 0.000000000000 0.036621093750 +0.000000000000 0.005096435547 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.002807617188 0.000000000000 +0.067871093750 0.000000000000 0.009399414062 0.000000000000 +0.003341674805 0.000000000000 0.037597656250 0.000000000000 +0.002304077148 0.000000000000 0.000000000000 0.052490234375 +0.000000000000 0.000000000000 0.000000000000 0.033203125000 +0.000000000000 0.000000000000 0.000000000000 0.012817382812 +0.000000000000 0.000000000000 0.011291503906 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.036865234375 0.000000000000 0.000000000000 0.020263671875 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000518798828 0.000000000000 +0.000000000000 0.008605957031 0.000000000000 0.006195068359 +0.009155273438 0.000000000000 0.012939453125 0.044677734375 +0.000000000000 0.000000000000 0.022949218750 0.000000000000 +0.000000000000 0.000000000000 0.000972747803 0.000000000000 +0.000000000000 0.005645751953 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.010864257812 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.008911132812 0.000000000000 0.000000000000 0.028198242188 +0.000000000000 0.000000000000 0.014709472656 0.000000000000 +0.000000000000 0.003082275391 0.000000000000 0.006896972656 +0.000000000000 0.000000000000 0.030151367188 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.004699707031 0.000000000000 0.000000000000 0.000000000000 +0.000289916992 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.013366699219 0.000000000000 +0.010131835938 0.000000000000 0.000000000000 0.006408691406 +0.000000000000 0.020141601562 0.000000000000 0.000000000000 +0.003799438477 0.000000000000 0.016357421875 0.000000000000 +0.000000000000 0.000000000000 0.010009765625 0.000000000000 +0.000000000000 0.026367187500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.007812500000 0.000000000000 +0.000000000000 0.000167846680 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.008544921875 0.000000000000 +0.026733398438 0.011108398438 0.000000000000 0.000000000000 +0.000000000000 0.024291992188 0.000000000000 0.000000000000 +0.000000000000 0.006561279297 0.037597656250 0.000000000000 +0.000000000000 0.010925292969 0.000000000000 0.075683593750 +0.000000000000 0.000000000000 0.000000000000 0.028808593750 +0.000000000000 0.000000000000 0.000000000000 0.006958007812 +0.000123977661 0.018920898438 0.000000000000 0.000000000000 +0.001670837402 0.005340576172 0.011230468750 0.000000000000 +0.000000000000 0.000000000000 0.016967773438 0.000000000000 +0.000000000000 0.023071289062 0.000000000000 0.000000000000 +0.009948730469 0.000000000000 0.002502441406 0.000000000000 +0.009643554688 0.000000000000 0.002624511719 0.000000000000 +0.000000000000 0.006622314453 0.000000000000 0.012939453125 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.054199218750 0.000000000000 0.000000000000 +0.012634277344 0.022705078125 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.032470703125 0.025268554688 +0.000000000000 0.000000000000 0.000000000000 0.022460937500 +0.000000000000 0.000000000000 0.000000000000 0.020141601562 +0.000000000000 0.018798828125 0.000000000000 0.000000000000 +0.000000000000 0.020019531250 0.004913330078 0.000000000000 +0.000000000000 0.000000000000 0.018676757812 0.000000000000 +0.000000000000 0.026367187500 0.000000000000 0.000000000000 +0.060058593750 0.000000000000 0.000000000000 0.000000000000 +0.011230468750 0.037109375000 0.000000000000 0.000000000000 +0.028930664062 0.000000000000 0.029907226562 0.000000000000 +0.019042968750 0.000000000000 0.000000000000 0.082031250000 +0.000000000000 0.001663208008 0.000000000000 0.019042968750 +0.000000000000 0.000000000000 0.033447265625 0.000000000000 +0.000000000000 0.028686523438 0.000000000000 0.000000000000 +0.000000000000 0.013671875000 0.006896972656 0.000000000000 +0.009094238281 0.000000000000 0.021362304688 0.000000000000 +0.000000000000 0.046630859375 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.012207031250 0.000000000000 +0.020019531250 0.011474609375 0.000000000000 0.000000000000 +0.000352859497 0.007202148438 0.002456665039 0.000000000000 +0.001693725586 0.000000000000 0.000000000000 0.004516601562 +0.013671875000 0.000000000000 0.000000000000 0.008911132812 +0.007110595703 0.021118164062 0.000000000000 0.009399414062 +0.000000000000 0.010986328125 0.000000000000 0.000000000000 +0.008300781250 0.006744384766 0.000000000000 0.000000000000 +0.015258789062 0.010620117188 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.126953125000 +0.228515625000 0.168945312500 0.033203125000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.024047851562 0.050781250000 0.076660156250 +0.087402343750 0.053955078125 0.012268066406 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.019653320312 0.139648437500 0.237304687500 0.292968750000 +0.328125000000 0.345703125000 0.328125000000 0.283203125000 +0.211914062500 0.122558593750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.058593750000 +0.193359375000 0.273437500000 0.322265625000 0.322265625000 +0.277343750000 0.208007812500 0.125976562500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.044677734375 0.128906250000 +0.168945312500 0.188476562500 0.219726562500 0.189453125000 +0.168945312500 0.135742187500 0.083984375000 0.016845703125 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.006256103516 +0.052734375000 0.089843750000 0.082519531250 0.052490234375 +0.014160156250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000858306885 0.026733398438 0.056884765625 0.027221679688 +0.016601562500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.102539062500 0.174804687500 0.275390625000 +0.324218750000 0.322265625000 0.267578125000 0.210937500000 +0.132812500000 0.016967773438 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.004821777344 0.006317138672 +0.048583984375 0.031982421875 0.034423828125 0.072265625000 +0.060791015625 0.046630859375 0.003265380859 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.009948730469 0.032470703125 +0.065917968750 0.066894531250 0.080078125000 0.077636718750 +0.098144531250 0.061523437500 0.005584716797 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.027587890625 +0.090820312500 0.117187500000 0.140625000000 0.147460937500 +0.180664062500 0.233398437500 0.232421875000 0.236328125000 +0.223632812500 0.183593750000 0.153320312500 0.120605468750 +0.111328125000 0.085937500000 0.044189453125 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.031738281250 +0.118164062500 0.181640625000 0.238281250000 0.213867187500 +0.152343750000 0.101562500000 0.047607421875 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.013793945312 +0.049316406250 0.062011718750 0.081054687500 0.103515625000 +0.103515625000 0.128906250000 0.108886718750 0.101074218750 +0.087890625000 0.064453125000 0.053710937500 0.016845703125 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.014343261719 0.022216796875 0.055175781250 +0.064941406250 0.052734375000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.001266479492 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.004608154297 0.027099609375 0.029052734375 +0.035156250000 0.062988281250 0.078613281250 0.094238281250 +0.058593750000 0.010681152344 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.043212890625 0.049560546875 +0.022827148438 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.001007080078 0.083496093750 0.162109375000 +0.185546875000 0.176757812500 0.145507812500 0.065429687500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.013061523438 0.095214843750 0.122070312500 0.209960937500 +0.226562500000 0.162109375000 0.059814453125 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.003311157227 0.055175781250 +0.105957031250 0.117675781250 0.086914062500 0.039550781250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.118652343750 0.187500000000 +0.239257812500 0.285156250000 0.263671875000 0.265625000000 +0.223632812500 0.184570312500 0.112304687500 0.021240234375 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.045410156250 0.131835937500 0.200195312500 +0.257812500000 0.304687500000 0.287109375000 0.255859375000 +0.194335937500 0.116210937500 0.013366699219 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.052246093750 0.041748046875 +0.049560546875 0.062988281250 0.024780273438 0.043457031250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.023193359375 0.020385742188 0.025878906250 0.009887695312 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.027221679688 0.037597656250 0.032470703125 0.048095703125 +0.055175781250 0.068359375000 0.048583984375 0.076171875000 +0.097656250000 0.073242187500 0.118164062500 0.124023437500 +0.115234375000 0.078613281250 0.058837890625 0.045898437500 +0.002700805664 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.009033203125 0.063964843750 0.079589843750 0.107910156250 +0.135742187500 0.130859375000 0.128906250000 0.112792968750 +0.077148437500 0.037841796875 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.063476562500 0.124511718750 0.168945312500 +0.251953125000 0.277343750000 0.267578125000 0.259765625000 +0.176757812500 0.114746093750 0.025512695312 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.015136718750 0.015197753906 0.023925781250 +0.039062500000 0.000911712646 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.005401611328 0.049560546875 +0.124023437500 0.172851562500 0.210937500000 0.251953125000 +0.267578125000 0.275390625000 0.236328125000 0.222656250000 +0.174804687500 0.088867187500 0.004882812500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.082519531250 0.162109375000 0.188476562500 +0.208007812500 0.161132812500 0.115234375000 0.011779785156 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.063476562500 0.177734375000 0.255859375000 +0.337890625000 0.390625000000 0.427734375000 0.412109375000 +0.337890625000 0.261718750000 0.146484375000 0.010864257812 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.011230468750 0.073242187500 0.087402343750 +0.105957031250 0.103515625000 0.053222656250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.012451171875 0.035400390625 0.073730468750 +0.067382812500 0.055419921875 0.030029296875 0.030029296875 +0.007751464844 0.008178710938 0.040771484375 0.046142578125 +0.079101562500 0.119628906250 0.130859375000 0.066406250000 +0.051757812500 0.007781982422 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.087890625000 0.182617187500 +0.240234375000 0.291015625000 0.333984375000 0.332031250000 +0.322265625000 0.283203125000 0.233398437500 0.152343750000 +0.074707031250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.079101562500 0.145507812500 0.182617187500 +0.196289062500 0.174804687500 0.151367187500 0.101074218750 +0.076660156250 0.018554687500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.066406250000 0.122558593750 +0.196289062500 0.251953125000 0.261718750000 0.246093750000 +0.208984375000 0.146484375000 0.040039062500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.024780273438 0.135742187500 +0.228515625000 0.294921875000 0.324218750000 0.359375000000 +0.322265625000 0.279296875000 0.217773437500 0.151367187500 +0.084472656250 0.011474609375 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.029541015625 0.067871093750 0.109375000000 +0.099609375000 0.103515625000 0.084960937500 0.084472656250 +0.063964843750 0.035888671875 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.028198242188 +0.085449218750 0.123535156250 0.139648437500 0.185546875000 +0.223632812500 0.238281250000 0.241210937500 0.225585937500 +0.153320312500 0.077636718750 0.003967285156 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.016357421875 0.105468750000 0.147460937500 +0.207031250000 0.243164062500 0.261718750000 0.250000000000 +0.257812500000 0.228515625000 0.145507812500 0.078125000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.012084960938 +0.111816406250 0.183593750000 0.255859375000 0.330078125000 +0.359375000000 0.353515625000 0.335937500000 0.277343750000 +0.172851562500 0.023681640625 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.122070312500 0.255859375000 0.333984375000 +0.339843750000 0.275390625000 0.167968750000 0.054443359375 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.011291503906 0.054931640625 0.091308593750 +0.106933593750 0.097167968750 0.046386718750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.040039062500 0.062500000000 +0.072753906250 0.117187500000 0.110351562500 0.121582031250 +0.113769531250 0.108398437500 0.074707031250 0.040039062500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.063964843750 +0.130859375000 0.147460937500 0.106445312500 0.055419921875 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000534057617 0.062500000000 0.042480468750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.020263671875 0.086425781250 0.095703125000 +0.056396484375 0.024414062500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.073242187500 0.104003906250 0.110839843750 +0.116210937500 0.082519531250 0.040527343750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.046386718750 +0.090820312500 0.041259765625 0.015319824219 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.013061523438 0.082519531250 0.131835937500 +0.131835937500 0.154296875000 0.135742187500 0.023925781250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.035400390625 0.070312500000 0.101074218750 +0.073730468750 0.117675781250 0.100585937500 0.075195312500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.024169921875 0.054443359375 0.046630859375 0.038085937500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.043701171875 0.104980468750 0.166992187500 0.150390625000 +0.135742187500 0.125976562500 0.087402343750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.028320312500 0.097656250000 0.126953125000 0.120117187500 +0.104492187500 0.084960937500 0.018432617188 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.017822265625 0.108886718750 +0.179687500000 0.189453125000 0.148437500000 0.094238281250 +0.008789062500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.059570312500 +0.100097656250 0.169921875000 0.143554687500 0.067871093750 +0.042480468750 0.022705078125 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.038818359375 0.131835937500 +0.173828125000 0.178710937500 0.135742187500 0.068359375000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.007507324219 0.063476562500 0.122070312500 +0.172851562500 0.163085937500 0.155273437500 0.105957031250 +0.037353515625 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.069335937500 0.092773437500 +0.055175781250 0.024780273438 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.021728515625 +0.062500000000 0.119140625000 0.113281250000 0.104003906250 +0.002517700195 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.094726562500 0.142578125000 0.150390625000 +0.140625000000 0.145507812500 0.086425781250 0.028686523438 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000092983246 0.057617187500 0.129882812500 +0.144531250000 0.131835937500 0.111328125000 0.011840820312 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.065917968750 0.135742187500 0.168945312500 +0.217773437500 0.192382812500 0.122558593750 0.073242187500 +0.008972167969 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.097167968750 0.141601562500 0.183593750000 +0.169921875000 0.079101562500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.048339843750 +0.121582031250 0.152343750000 0.118164062500 0.019287109375 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.010131835938 +0.055908203125 0.090332031250 0.105957031250 0.082519531250 +0.042724609375 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.035644531250 +0.122070312500 0.186523437500 0.227539062500 0.248046875000 +0.222656250000 0.161132812500 0.092773437500 0.010375976562 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.040039062500 0.060791015625 0.000000000000 +0.012756347656 0.021484375000 0.000000000000 0.005676269531 +0.000000000000 0.001625061035 0.040039062500 0.033447265625 +0.053710937500 0.050292968750 0.078125000000 0.044433593750 +0.072753906250 0.010498046875 0.034179687500 0.006378173828 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.051025390625 +0.017700195312 0.102539062500 0.064453125000 0.041503906250 +0.034423828125 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.029663085938 0.020996093750 0.019165039062 +0.006805419922 0.007354736328 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.017456054688 0.037353515625 0.066894531250 +0.106933593750 0.156250000000 0.128906250000 0.142578125000 +0.140625000000 0.121582031250 0.090332031250 0.091308593750 +0.041259765625 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.007598876953 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.095214843750 +0.039550781250 0.155273437500 0.128906250000 0.161132812500 +0.139648437500 0.101074218750 0.093750000000 0.044677734375 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.020385742188 0.085937500000 0.129882812500 +0.094726562500 0.118164062500 0.091308593750 0.104980468750 +0.006286621094 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.020019531250 +0.000000000000 0.065429687500 0.072265625000 0.138671875000 +0.085449218750 0.128906250000 0.067382812500 0.120117187500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.004058837891 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.012268066406 +0.041259765625 0.043212890625 0.024536132812 0.018188476562 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.020141601562 0.012817382812 0.064453125000 0.000000000000 +0.030517578125 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.066894531250 0.000000000000 0.096191406250 0.061035156250 +0.053222656250 0.000000000000 0.000000000000 0.013610839844 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.010192871094 +0.000000000000 0.054687500000 0.070312500000 0.125000000000 +0.087402343750 0.111816406250 0.072753906250 0.074707031250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.026000976562 0.002761840820 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.068847656250 0.052490234375 0.081542968750 +0.068359375000 0.104492187500 0.093261718750 0.102050781250 +0.035156250000 0.105468750000 0.045898437500 0.145507812500 +0.021728515625 0.086425781250 0.049804687500 0.082031250000 +0.022583007812 0.032714843750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.027709960938 0.073730468750 0.090820312500 +0.075195312500 0.110839843750 0.094726562500 0.078613281250 +0.078125000000 0.108398437500 0.034423828125 0.008239746094 +0.061523437500 0.052001953125 0.034179687500 0.038818359375 +0.029907226562 0.021118164062 0.012023925781 0.024658203125 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.038085937500 0.099121093750 0.094726562500 0.090820312500 +0.142578125000 0.094238281250 0.066406250000 0.001815795898 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.142578125000 0.382812500000 0.519531250000 0.632812500000 +0.628906250000 0.593750000000 0.601562500000 0.570312500000 +0.554687500000 0.558593750000 0.574218750000 0.578125000000 +0.601562500000 0.625000000000 0.628906250000 0.644531250000 +0.625000000000 0.601562500000 0.554687500000 0.511718750000 +0.462890625000 0.398437500000 0.318359375000 0.251953125000 +0.188476562500 0.166015625000 0.169921875000 0.175781250000 +0.190429687500 0.189453125000 0.155273437500 0.098632812500 +0.015075683594 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.023193359375 +0.207031250000 0.337890625000 0.421875000000 0.480468750000 +0.498046875000 0.466796875000 0.396484375000 0.281250000000 +0.125976562500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.013732910156 0.063476562500 0.077148437500 +0.069824218750 0.042236328125 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.051269531250 0.092285156250 0.125000000000 +0.079101562500 0.012451171875 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.099609375000 0.255859375000 0.384765625000 +0.507812500000 0.574218750000 0.589843750000 0.523437500000 +0.394531250000 0.207031250000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.132812500000 0.333984375000 +0.531250000000 0.699218750000 0.867187500000 0.984375000000 +1.031250000000 1.023437500000 0.988281250000 0.902343750000 +0.773437500000 0.585937500000 0.417968750000 0.245117187500 +0.035156250000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.046386718750 0.085449218750 +0.104492187500 0.107910156250 0.075195312500 0.022216796875 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.065917968750 +0.135742187500 0.208984375000 0.227539062500 0.199218750000 +0.133789062500 0.037353515625 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.003448486328 +0.114746093750 0.224609375000 0.296875000000 0.373046875000 +0.416015625000 0.468750000000 0.441406250000 0.388671875000 +0.269531250000 0.123535156250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.023803710938 +0.047851562500 0.064941406250 0.033691406250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.025756835938 0.176757812500 0.289062500000 0.367187500000 +0.371093750000 0.347656250000 0.236328125000 0.081054687500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.182617187500 0.371093750000 0.550781250000 0.699218750000 +0.769531250000 0.812500000000 0.792968750000 0.726562500000 +0.632812500000 0.519531250000 0.394531250000 0.275390625000 +0.162109375000 0.069824218750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.060058593750 0.162109375000 +0.291015625000 0.427734375000 0.546875000000 0.625000000000 +0.679687500000 0.675781250000 0.632812500000 0.523437500000 +0.355468750000 0.190429687500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.057617187500 0.110351562500 0.160156250000 0.250000000000 +0.283203125000 0.300781250000 0.306640625000 0.289062500000 +0.265625000000 0.213867187500 0.109375000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.076660156250 0.154296875000 0.198242187500 +0.243164062500 0.225585937500 0.221679687500 0.194335937500 +0.139648437500 0.107421875000 0.050292968750 0.027343750000 +0.016601562500 0.007385253906 0.025878906250 0.029052734375 +0.067382812500 0.055908203125 0.075195312500 0.104003906250 +0.127929687500 0.169921875000 0.205078125000 0.221679687500 +0.255859375000 0.229492187500 0.179687500000 0.115722656250 +0.044189453125 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.151367187500 0.263671875000 +0.345703125000 0.345703125000 0.320312500000 0.209960937500 +0.083496093750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.122558593750 +0.341796875000 0.550781250000 0.722656250000 0.843750000000 +0.945312500000 0.945312500000 0.945312500000 0.851562500000 +0.734375000000 0.558593750000 0.326171875000 0.103515625000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.027832031250 0.074218750000 +0.116210937500 0.114257812500 0.068359375000 0.008178710938 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.016723632812 0.107421875000 0.183593750000 +0.275390625000 0.330078125000 0.386718750000 0.392578125000 +0.376953125000 0.369140625000 0.343750000000 0.320312500000 +0.292968750000 0.250000000000 0.219726562500 0.183593750000 +0.182617187500 0.183593750000 0.199218750000 0.218750000000 +0.249023437500 0.279296875000 0.294921875000 0.324218750000 +0.304687500000 0.318359375000 0.298828125000 0.312500000000 +0.294921875000 0.263671875000 0.231445312500 0.167968750000 +0.165039062500 0.090332031250 0.068847656250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.075195312500 +0.168945312500 0.283203125000 0.380859375000 0.480468750000 +0.535156250000 0.570312500000 0.621093750000 0.632812500000 +0.652343750000 0.613281250000 0.550781250000 0.462890625000 +0.353515625000 0.242187500000 0.141601562500 0.032714843750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.011535644531 0.106933593750 0.189453125000 +0.211914062500 0.229492187500 0.227539062500 0.181640625000 +0.124023437500 0.022827148438 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.029663085938 +0.124023437500 0.224609375000 0.320312500000 0.398437500000 +0.482421875000 0.531250000000 0.593750000000 0.609375000000 +0.582031250000 0.546875000000 0.466796875000 0.337890625000 +0.208984375000 0.057617187500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.029296875000 0.177734375000 0.277343750000 0.365234375000 +0.427734375000 0.439453125000 0.425781250000 0.339843750000 +0.257812500000 0.097656250000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.082031250000 0.255859375000 0.365234375000 +0.410156250000 0.394531250000 0.277343750000 0.093750000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.048583984375 +0.255859375000 0.406250000000 0.523437500000 0.570312500000 +0.566406250000 0.558593750000 0.523437500000 0.490234375000 +0.474609375000 0.429687500000 0.460937500000 0.466796875000 +0.527343750000 0.562500000000 0.585937500000 0.609375000000 +0.597656250000 0.542968750000 0.449218750000 0.324218750000 +0.208007812500 0.076660156250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.007141113281 +0.148437500000 0.265625000000 0.384765625000 0.486328125000 +0.582031250000 0.648437500000 0.660156250000 0.640625000000 +0.617187500000 0.582031250000 0.507812500000 0.447265625000 +0.371093750000 0.312500000000 0.289062500000 0.294921875000 +0.283203125000 0.283203125000 0.283203125000 0.255859375000 +0.238281250000 0.165039062500 0.120117187500 0.066406250000 +0.026611328125 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.014587402344 0.047851562500 0.065429687500 +0.025756835938 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.030761718750 0.196289062500 0.335937500000 +0.447265625000 0.546875000000 0.597656250000 0.625000000000 +0.550781250000 0.466796875000 0.320312500000 0.107421875000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.296875000000 0.447265625000 0.550781250000 0.542968750000 +0.527343750000 0.523437500000 0.472656250000 0.441406250000 +0.425781250000 0.396484375000 0.371093750000 0.382812500000 +0.384765625000 0.398437500000 0.390625000000 0.376953125000 +0.371093750000 0.335937500000 0.306640625000 0.279296875000 +0.247070312500 0.223632812500 0.191406250000 0.172851562500 +0.174804687500 0.148437500000 0.156250000000 0.166992187500 +0.123046875000 0.113281250000 0.105957031250 0.039062500000 +0.004730224609 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.034423828125 +0.107910156250 0.215820312500 0.294921875000 0.312500000000 +0.351562500000 0.337890625000 0.281250000000 0.216796875000 +0.141601562500 0.010009765625 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.043701171875 0.179687500000 0.292968750000 +0.365234375000 0.402343750000 0.355468750000 0.267578125000 +0.138671875000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.042724609375 0.094238281250 +0.104492187500 0.081054687500 0.079589843750 0.024902343750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.010498046875 0.083007812500 0.095703125000 +0.095214843750 0.080566406250 0.018188476562 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.009582519531 +0.099121093750 0.228515625000 0.330078125000 0.425781250000 +0.439453125000 0.416015625000 0.361328125000 0.263671875000 +0.150390625000 0.044677734375 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.048095703125 0.138671875000 +0.229492187500 0.279296875000 0.296875000000 0.302734375000 +0.289062500000 0.243164062500 0.207031250000 0.148437500000 +0.112792968750 0.109375000000 0.111816406250 0.109863281250 +0.130859375000 0.137695312500 0.183593750000 0.214843750000 +0.225585937500 0.226562500000 0.221679687500 0.166992187500 +0.120117187500 0.052001953125 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.025024414062 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.147460937500 0.296875000000 0.410156250000 +0.523437500000 0.613281250000 0.644531250000 0.671875000000 +0.628906250000 0.574218750000 0.466796875000 0.316406250000 +0.227539062500 0.119140625000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.006256103516 +0.043701171875 0.110351562500 0.132812500000 0.155273437500 +0.157226562500 0.196289062500 0.164062500000 0.171875000000 +0.150390625000 0.104492187500 0.059082031250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.009887695312 0.089843750000 +0.158203125000 0.209960937500 0.251953125000 0.269531250000 +0.246093750000 0.161132812500 0.078125000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.041992187500 +0.158203125000 0.243164062500 0.351562500000 0.455078125000 +0.535156250000 0.562500000000 0.589843750000 0.562500000000 +0.492187500000 0.417968750000 0.298828125000 0.169921875000 +0.059814453125 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.019287109375 +0.042480468750 0.047119140625 0.042724609375 0.024291992188 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.030151367188 0.126953125000 0.191406250000 +0.240234375000 0.259765625000 0.273437500000 0.257812500000 +0.202148437500 0.122070312500 0.018188476562 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.045410156250 +0.180664062500 0.296875000000 0.382812500000 0.441406250000 +0.486328125000 0.503906250000 0.498046875000 0.478515625000 +0.435546875000 0.375000000000 0.314453125000 0.255859375000 +0.200195312500 0.175781250000 0.134765625000 0.121582031250 +0.159179687500 0.169921875000 0.172851562500 0.216796875000 +0.218750000000 0.230468750000 0.224609375000 0.182617187500 +0.173828125000 0.091308593750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.092773437500 0.155273437500 +0.244140625000 0.339843750000 0.398437500000 0.386718750000 +0.417968750000 0.378906250000 0.335937500000 0.263671875000 +0.140625000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.011901855469 0.110351562500 +0.130859375000 0.201171875000 0.201171875000 0.168945312500 +0.161132812500 0.135742187500 0.086914062500 0.077636718750 +0.032226562500 0.000000000000 0.009765625000 0.039062500000 +0.033447265625 0.099121093750 0.133789062500 0.171875000000 +0.221679687500 0.273437500000 0.294921875000 0.345703125000 +0.371093750000 0.375000000000 0.382812500000 0.369140625000 +0.281250000000 0.213867187500 0.163085937500 0.058837890625 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.104980468750 0.207031250000 0.213867187500 0.204101562500 +0.172851562500 0.089843750000 0.013000488281 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.134765625000 0.255859375000 0.373046875000 +0.490234375000 0.546875000000 0.566406250000 0.582031250000 +0.542968750000 0.488281250000 0.408203125000 0.318359375000 +0.209960937500 0.080078125000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.007049560547 0.045166015625 +0.083984375000 0.126953125000 0.169921875000 0.190429687500 +0.169921875000 0.128906250000 0.095703125000 0.063476562500 +0.041748046875 0.026855468750 0.013427734375 0.000000000000 +0.001686096191 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.022338867188 0.064941406250 0.101074218750 +0.144531250000 0.173828125000 0.199218750000 0.217773437500 +0.197265625000 0.214843750000 0.216796875000 0.183593750000 +0.167968750000 0.147460937500 0.102050781250 0.095703125000 +0.108886718750 0.123046875000 0.170898437500 0.207031250000 +0.259765625000 0.287109375000 0.324218750000 0.357421875000 +0.355468750000 0.349609375000 0.339843750000 0.292968750000 +0.224609375000 0.148437500000 0.111816406250 0.079101562500 +0.047851562500 0.079101562500 0.109375000000 0.157226562500 +0.203125000000 0.312500000000 0.376953125000 0.429687500000 +0.482421875000 0.490234375000 0.503906250000 0.478515625000 +0.423828125000 0.318359375000 0.271484375000 0.153320312500 +0.083984375000 0.027099609375 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.035644531250 +0.137695312500 0.257812500000 0.357421875000 0.451171875000 +0.566406250000 0.621093750000 0.648437500000 0.640625000000 +0.585937500000 0.486328125000 0.371093750000 0.213867187500 +0.065429687500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.048828125000 +0.200195312500 0.322265625000 0.443359375000 0.535156250000 +0.558593750000 0.605468750000 0.589843750000 0.546875000000 +0.498046875000 0.408203125000 0.304687500000 0.189453125000 +0.084472656250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.019775390625 0.053222656250 0.110351562500 +0.114257812500 0.117187500000 0.078613281250 0.040283203125 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.008178710938 0.084472656250 0.143554687500 0.227539062500 +0.302734375000 0.386718750000 0.410156250000 0.474609375000 +0.486328125000 0.466796875000 0.425781250000 0.384765625000 +0.318359375000 0.273437500000 0.224609375000 0.174804687500 +0.158203125000 0.132812500000 0.134765625000 0.140625000000 +0.173828125000 0.220703125000 0.269531250000 0.337890625000 +0.404296875000 0.447265625000 0.472656250000 0.484375000000 +0.449218750000 0.402343750000 0.332031250000 0.255859375000 +0.111816406250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.048828125000 0.169921875000 0.234375000000 0.292968750000 +0.291015625000 0.242187500000 0.150390625000 0.035644531250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.070800781250 0.148437500000 +0.196289062500 0.208007812500 0.220703125000 0.228515625000 +0.221679687500 0.211914062500 0.186523437500 0.182617187500 +0.221679687500 0.251953125000 0.275390625000 0.320312500000 +0.333984375000 0.326171875000 0.314453125000 0.267578125000 +0.181640625000 0.081054687500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.003524780273 0.090332031250 +0.173828125000 0.218750000000 0.271484375000 0.308593750000 +0.314453125000 0.291015625000 0.322265625000 0.287109375000 +0.242187500000 0.195312500000 0.155273437500 0.090332031250 +0.075683593750 0.051513671875 0.032470703125 0.066406250000 +0.087890625000 0.101562500000 0.111328125000 0.092773437500 +0.100585937500 0.146484375000 0.150390625000 0.160156250000 +0.190429687500 0.188476562500 0.232421875000 0.269531250000 +0.279296875000 0.291015625000 0.359375000000 0.371093750000 +0.410156250000 0.386718750000 0.341796875000 0.285156250000 +0.226562500000 0.132812500000 0.059814453125 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.118652343750 0.227539062500 +0.351562500000 0.427734375000 0.441406250000 0.433593750000 +0.382812500000 0.273437500000 0.186523437500 0.074707031250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.017089843750 0.032226562500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.097656250000 0.227539062500 0.369140625000 +0.486328125000 0.550781250000 0.570312500000 0.546875000000 +0.468750000000 0.330078125000 0.146484375000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.083984375000 +0.209960937500 0.273437500000 0.330078125000 0.316406250000 +0.289062500000 0.215820312500 0.108398437500 0.004272460938 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.016845703125 +0.125976562500 0.239257812500 0.339843750000 0.486328125000 +0.570312500000 0.625000000000 0.667968750000 0.679687500000 +0.664062500000 0.640625000000 0.578125000000 0.519531250000 +0.445312500000 0.367187500000 0.292968750000 0.253906250000 +0.238281250000 0.213867187500 0.251953125000 0.265625000000 +0.283203125000 0.312500000000 0.316406250000 0.304687500000 +0.294921875000 0.234375000000 0.160156250000 0.065917968750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.050537109375 0.204101562500 0.339843750000 0.486328125000 +0.589843750000 0.671875000000 0.699218750000 0.687500000000 +0.621093750000 0.535156250000 0.421875000000 0.267578125000 +0.130859375000 0.011047363281 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.087402343750 0.178710937500 +0.273437500000 0.294921875000 0.355468750000 0.353515625000 +0.324218750000 0.271484375000 0.228515625000 0.125000000000 +0.040283203125 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.030883789062 0.031738281250 0.003448486328 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.021240234375 0.125976562500 0.222656250000 +0.302734375000 0.375000000000 0.392578125000 0.406250000000 +0.363281250000 0.263671875000 0.140625000000 0.033447265625 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.071777343750 0.171875000000 0.253906250000 +0.310546875000 0.314453125000 0.289062500000 0.216796875000 +0.094238281250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.095214843750 +0.201171875000 0.296875000000 0.384765625000 0.441406250000 +0.468750000000 0.486328125000 0.462890625000 0.386718750000 +0.285156250000 0.146484375000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.020996093750 0.003845214844 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.017578125000 +0.005584716797 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.100097656250 0.233398437500 0.335937500000 +0.371093750000 0.412109375000 0.427734375000 0.390625000000 +0.363281250000 0.335937500000 0.296875000000 0.259765625000 +0.237304687500 0.228515625000 0.224609375000 0.236328125000 +0.283203125000 0.310546875000 0.320312500000 0.328125000000 +0.302734375000 0.243164062500 0.177734375000 0.078125000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.037353515625 0.177734375000 0.291015625000 +0.367187500000 0.423828125000 0.419921875000 0.394531250000 +0.302734375000 0.203125000000 0.072753906250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.014160156250 0.084960937500 0.104492187500 +0.149414062500 0.137695312500 0.114746093750 0.110351562500 +0.095703125000 0.089843750000 0.058593750000 0.047119140625 +0.017456054688 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.025268554688 0.203125000000 0.357421875000 +0.503906250000 0.605468750000 0.675781250000 0.710937500000 +0.683593750000 0.667968750000 0.582031250000 0.503906250000 +0.371093750000 0.243164062500 0.119140625000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.056396484375 0.187500000000 0.281250000000 +0.339843750000 0.345703125000 0.355468750000 0.269531250000 +0.219726562500 0.122070312500 0.010803222656 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.012451171875 0.028320312500 +0.013793945312 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.059082031250 0.158203125000 0.230468750000 0.275390625000 +0.308593750000 0.271484375000 0.189453125000 0.096191406250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.039550781250 0.135742187500 0.205078125000 +0.227539062500 0.245117187500 0.217773437500 0.149414062500 +0.076171875000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.115722656250 0.228515625000 0.304687500000 +0.318359375000 0.298828125000 0.210937500000 0.120117187500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.113281250000 0.257812500000 0.388671875000 0.486328125000 +0.507812500000 0.482421875000 0.400390625000 0.201171875000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.073242187500 0.123535156250 0.176757812500 0.236328125000 +0.253906250000 0.223632812500 0.195312500000 0.144531250000 +0.063476562500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.035156250000 0.076660156250 +0.066894531250 0.084960937500 0.057861328125 0.023071289062 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.009887695312 0.078125000000 0.162109375000 0.255859375000 +0.355468750000 0.457031250000 0.570312500000 0.648437500000 +0.699218750000 0.734375000000 0.746093750000 0.722656250000 +0.695312500000 0.640625000000 0.589843750000 0.558593750000 +0.498046875000 0.441406250000 0.388671875000 0.308593750000 +0.259765625000 0.215820312500 0.190429687500 0.140625000000 +0.075683593750 0.016845703125 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.032958984375 0.070800781250 0.119140625000 0.150390625000 +0.163085937500 0.197265625000 0.200195312500 0.181640625000 +0.209960937500 0.220703125000 0.200195312500 0.198242187500 +0.165039062500 0.120117187500 0.078613281250 0.011779785156 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.040283203125 0.159179687500 +0.243164062500 0.312500000000 0.376953125000 0.404296875000 +0.433593750000 0.429687500000 0.408203125000 0.353515625000 +0.294921875000 0.273437500000 0.208984375000 0.180664062500 +0.157226562500 0.148437500000 0.143554687500 0.177734375000 +0.219726562500 0.226562500000 0.240234375000 0.277343750000 +0.259765625000 0.257812500000 0.246093750000 0.224609375000 +0.186523437500 0.141601562500 0.086425781250 0.017944335938 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.027465820312 0.094238281250 0.179687500000 0.247070312500 +0.316406250000 0.380859375000 0.421875000000 0.416015625000 +0.396484375000 0.367187500000 0.302734375000 0.229492187500 +0.131835937500 0.045166015625 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.053955078125 0.122558593750 0.186523437500 0.229492187500 +0.226562500000 0.229492187500 0.200195312500 0.114746093750 +0.017578125000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.125000000000 +0.187500000000 0.224609375000 0.261718750000 0.202148437500 +0.197265625000 0.121582031250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.070312500000 0.212890625000 +0.255859375000 0.330078125000 0.322265625000 0.283203125000 +0.193359375000 0.093750000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.081054687500 0.168945312500 +0.261718750000 0.269531250000 0.226562500000 0.189453125000 +0.085449218750 0.006042480469 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.072753906250 0.155273437500 0.204101562500 +0.188476562500 0.156250000000 0.054931640625 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.066406250000 0.133789062500 0.178710937500 0.222656250000 +0.247070312500 0.279296875000 0.285156250000 0.306640625000 +0.296875000000 0.308593750000 0.306640625000 0.287109375000 +0.273437500000 0.292968750000 0.291015625000 0.316406250000 +0.322265625000 0.316406250000 0.304687500000 0.298828125000 +0.285156250000 0.310546875000 0.279296875000 0.289062500000 +0.304687500000 0.328125000000 0.298828125000 0.318359375000 +0.296875000000 0.328125000000 0.326171875000 0.322265625000 +0.259765625000 0.257812500000 0.187500000000 0.164062500000 +0.098144531250 0.063476562500 0.048583984375 0.000000000000 +0.000000000000 0.000000000000 0.095703125000 0.081054687500 +0.184570312500 0.192382812500 0.261718750000 0.328125000000 +0.343750000000 0.341796875000 0.371093750000 0.296875000000 +0.261718750000 0.188476562500 0.104003906250 0.000865936279 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.033447265625 0.047851562500 0.043457031250 0.104980468750 +0.067382812500 0.126953125000 0.144531250000 0.174804687500 +0.215820312500 0.259765625000 0.275390625000 0.306640625000 +0.255859375000 0.296875000000 0.269531250000 0.245117187500 +0.203125000000 0.154296875000 0.099121093750 0.030517578125 +0.010314941406 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.019653320312 0.036376953125 0.069824218750 0.024536132812 +0.025878906250 0.000086784363 0.020874023438 0.034179687500 +0.031250000000 0.009582519531 0.040039062500 0.041992187500 +0.006591796875 0.011535644531 0.030395507812 0.029174804688 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.023559570312 +0.076171875000 0.192382812500 0.205078125000 0.214843750000 +0.222656250000 0.183593750000 0.138671875000 0.069335937500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.042968750000 0.038818359375 0.038330078125 +0.090332031250 0.101074218750 0.163085937500 0.131835937500 +0.197265625000 0.271484375000 0.273437500000 0.302734375000 +0.302734375000 0.326171875000 0.359375000000 0.347656250000 +0.349609375000 0.341796875000 0.357421875000 0.396484375000 +0.373046875000 0.337890625000 0.287109375000 0.201171875000 +0.161132812500 0.160156250000 0.060058593750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.046386718750 0.107910156250 0.105468750000 0.132812500000 +0.119628906250 0.092773437500 0.062011718750 0.002136230469 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.038574218750 0.198242187500 +0.296875000000 0.353515625000 0.404296875000 0.402343750000 +0.376953125000 0.361328125000 0.347656250000 0.339843750000 +0.302734375000 0.281250000000 0.267578125000 0.261718750000 +0.257812500000 0.215820312500 0.257812500000 0.231445312500 +0.226562500000 0.240234375000 0.209960937500 0.192382812500 +0.130859375000 0.061035156250 0.013854980469 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.030029296875 0.202148437500 +0.271484375000 0.417968750000 0.476562500000 0.503906250000 +0.447265625000 0.431640625000 0.347656250000 0.217773437500 +0.143554687500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.002731323242 0.121093750000 +0.177734375000 0.283203125000 0.353515625000 0.351562500000 +0.386718750000 0.353515625000 0.349609375000 0.347656250000 +0.324218750000 0.285156250000 0.233398437500 0.217773437500 +0.202148437500 0.138671875000 0.089843750000 0.025390625000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.078613281250 0.123535156250 0.210937500000 0.227539062500 +0.259765625000 0.219726562500 0.195312500000 0.099609375000 +0.030273437500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.112304687500 0.203125000000 +0.296875000000 0.341796875000 0.386718750000 0.386718750000 +0.378906250000 0.314453125000 0.277343750000 0.199218750000 +0.162109375000 0.081542968750 0.036376953125 0.006958007812 +0.000000000000 0.000000000000 0.000000000000 0.020263671875 +0.042236328125 0.109375000000 0.132812500000 0.120117187500 +0.105957031250 0.087402343750 0.056152343750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.067871093750 0.174804687500 0.226562500000 +0.207031250000 0.193359375000 0.192382812500 0.089355468750 +0.031982421875 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.016479492188 0.088378906250 0.135742187500 +0.148437500000 0.216796875000 0.247070312500 0.289062500000 +0.292968750000 0.271484375000 0.250000000000 0.255859375000 +0.190429687500 0.149414062500 0.083496093750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.012268066406 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.010437011719 0.175781250000 0.312500000000 0.392578125000 +0.431640625000 0.466796875000 0.500000000000 0.443359375000 +0.378906250000 0.287109375000 0.171875000000 0.051757812500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.051269531250 0.187500000000 0.220703125000 0.275390625000 +0.192382812500 0.152343750000 0.052001953125 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.008117675781 0.071289062500 0.155273437500 +0.205078125000 0.245117187500 0.269531250000 0.271484375000 +0.257812500000 0.194335937500 0.147460937500 0.030273437500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.079589843750 0.175781250000 +0.279296875000 0.349609375000 0.408203125000 0.429687500000 +0.416015625000 0.345703125000 0.251953125000 0.122070312500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.097656250000 +0.250000000000 0.349609375000 0.400390625000 0.419921875000 +0.390625000000 0.310546875000 0.229492187500 0.115722656250 +0.011413574219 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.014465332031 0.034667968750 +0.021362304688 0.003234863281 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.037109375000 0.132812500000 0.216796875000 +0.267578125000 0.292968750000 0.285156250000 0.238281250000 +0.177734375000 0.080078125000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.021972656250 0.035400390625 0.028320312500 0.017456054688 +0.015869140625 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.031005859375 0.088378906250 +0.126953125000 0.159179687500 0.180664062500 0.176757812500 +0.177734375000 0.158203125000 0.152343750000 0.144531250000 +0.148437500000 0.142578125000 0.134765625000 0.125976562500 +0.130859375000 0.151367187500 0.191406250000 0.224609375000 +0.269531250000 0.285156250000 0.306640625000 0.314453125000 +0.306640625000 0.271484375000 0.265625000000 0.237304687500 +0.237304687500 0.225585937500 0.217773437500 0.210937500000 +0.232421875000 0.238281250000 0.285156250000 0.302734375000 +0.332031250000 0.332031250000 0.322265625000 0.314453125000 +0.273437500000 0.245117187500 0.148437500000 0.121582031250 +0.046630859375 0.029418945312 0.033203125000 0.036132812500 +0.073730468750 0.140625000000 0.166015625000 0.253906250000 +0.310546875000 0.359375000000 0.402343750000 0.412109375000 +0.392578125000 0.335937500000 0.263671875000 0.202148437500 +0.102539062500 0.002380371094 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.037353515625 0.055419921875 0.030639648438 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.024414062500 0.046142578125 +0.090820312500 0.120117187500 0.151367187500 0.180664062500 +0.203125000000 0.213867187500 0.231445312500 0.230468750000 +0.267578125000 0.267578125000 0.283203125000 0.265625000000 +0.267578125000 0.239257812500 0.236328125000 0.219726562500 +0.178710937500 0.156250000000 0.122558593750 0.082519531250 +0.077148437500 0.060546875000 0.048095703125 0.023071289062 +0.038085937500 0.023559570312 0.026611328125 0.014648437500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.018188476562 0.073242187500 0.122558593750 0.123046875000 +0.095703125000 0.059570312500 0.013977050781 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.030395507812 +0.099609375000 0.166992187500 0.224609375000 0.251953125000 +0.253906250000 0.261718750000 0.236328125000 0.218750000000 +0.213867187500 0.195312500000 0.146484375000 0.100097656250 +0.067382812500 0.032958984375 0.011962890625 0.014648437500 +0.009826660156 0.003662109375 0.012451171875 0.034423828125 +0.050781250000 0.106445312500 0.123046875000 0.115234375000 +0.101562500000 0.062255859375 0.022583007812 0.000138282776 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.008361816406 0.057861328125 +0.074707031250 0.071777343750 0.055175781250 0.039550781250 +0.001358032227 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.007354736328 0.073730468750 0.131835937500 0.168945312500 +0.214843750000 0.222656250000 0.224609375000 0.212890625000 +0.153320312500 0.083007812500 0.025878906250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.004333496094 +0.026489257812 0.065429687500 0.060791015625 0.048339843750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.002868652344 0.044189453125 0.095214843750 +0.115722656250 0.127929687500 0.136718750000 0.127929687500 +0.104492187500 0.073730468750 0.031738281250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.013366699219 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.042236328125 +0.123535156250 0.175781250000 0.219726562500 0.222656250000 +0.202148437500 0.157226562500 0.088867187500 0.009826660156 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000705718994 +0.071777343750 0.106445312500 0.131835937500 0.168945312500 +0.180664062500 0.193359375000 0.195312500000 0.215820312500 +0.218750000000 0.195312500000 0.188476562500 0.176757812500 +0.168945312500 0.160156250000 0.166015625000 0.159179687500 +0.160156250000 0.164062500000 0.166015625000 0.177734375000 +0.190429687500 0.218750000000 0.263671875000 0.330078125000 +0.386718750000 0.396484375000 0.384765625000 0.369140625000 +0.320312500000 0.265625000000 0.181640625000 0.104003906250 +0.033203125000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000255584717 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.020385742188 +0.014526367188 0.040283203125 0.049072265625 0.046386718750 +0.055419921875 0.085449218750 0.103515625000 0.120605468750 +0.117187500000 0.084960937500 0.042236328125 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.095214843750 0.208007812500 0.273437500000 0.322265625000 +0.330078125000 0.330078125000 0.333984375000 0.314453125000 +0.298828125000 0.289062500000 0.253906250000 0.242187500000 +0.225585937500 0.199218750000 0.177734375000 0.161132812500 +0.161132812500 0.164062500000 0.170898437500 0.185546875000 +0.194335937500 0.175781250000 0.160156250000 0.145507812500 +0.095214843750 0.071777343750 0.018554687500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.015869140625 0.043457031250 0.033691406250 0.012756347656 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.136718750000 0.241210937500 0.341796875000 0.421875000000 +0.447265625000 0.447265625000 0.417968750000 0.402343750000 +0.312500000000 0.248046875000 0.124511718750 0.021484375000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.002380371094 0.079101562500 +0.136718750000 0.168945312500 0.174804687500 0.157226562500 +0.103027343750 0.033935546875 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.066894531250 0.171875000000 0.255859375000 +0.316406250000 0.380859375000 0.416015625000 0.443359375000 +0.441406250000 0.453125000000 0.431640625000 0.419921875000 +0.376953125000 0.324218750000 0.292968750000 0.233398437500 +0.186523437500 0.118164062500 0.067382812500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.040283203125 0.103515625000 0.186523437500 +0.223632812500 0.249023437500 0.271484375000 0.245117187500 +0.205078125000 0.149414062500 0.084472656250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.030151367188 0.103027343750 +0.159179687500 0.213867187500 0.238281250000 0.271484375000 +0.257812500000 0.257812500000 0.234375000000 0.192382812500 +0.166992187500 0.135742187500 0.125000000000 0.105468750000 +0.122558593750 0.135742187500 0.139648437500 0.176757812500 +0.213867187500 0.250000000000 0.277343750000 0.294921875000 +0.292968750000 0.257812500000 0.222656250000 0.145507812500 +0.064453125000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.050048828125 0.129882812500 0.166992187500 0.199218750000 +0.194335937500 0.176757812500 0.133789062500 0.105468750000 +0.066406250000 0.032958984375 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.002731323242 0.031494140625 +0.080078125000 0.129882812500 0.214843750000 0.250000000000 +0.300781250000 0.332031250000 0.337890625000 0.365234375000 +0.355468750000 0.333984375000 0.291015625000 0.263671875000 +0.209960937500 0.129882812500 0.030151367188 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.045166015625 0.091308593750 +0.117675781250 0.108886718750 0.094726562500 0.042480468750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.047363281250 0.162109375000 0.251953125000 0.341796875000 +0.404296875000 0.419921875000 0.429687500000 0.414062500000 +0.386718750000 0.349609375000 0.279296875000 0.200195312500 +0.119628906250 0.039550781250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.024658203125 0.111816406250 0.183593750000 0.255859375000 +0.292968750000 0.277343750000 0.219726562500 0.143554687500 +0.020629882812 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.015991210938 0.060791015625 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.026000976562 +0.062011718750 0.008850097656 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.044189453125 0.173828125000 0.267578125000 0.289062500000 +0.255859375000 0.156250000000 0.036376953125 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.024414062500 0.010131835938 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.050292968750 0.125976562500 +0.171875000000 0.177734375000 0.201171875000 0.190429687500 +0.178710937500 0.116699218750 0.085449218750 0.056152343750 +0.042236328125 0.014282226562 0.040527343750 0.029785156250 +0.077148437500 0.116699218750 0.166992187500 0.200195312500 +0.253906250000 0.250000000000 0.239257812500 0.203125000000 +0.158203125000 0.108886718750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.074218750000 0.068847656250 0.127929687500 +0.104003906250 0.029907226562 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.021484375000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.019409179688 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.027343750000 0.080566406250 0.063964843750 +0.043701171875 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.031250000000 +0.123046875000 0.229492187500 0.246093750000 0.253906250000 +0.224609375000 0.162109375000 0.077636718750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.046875000000 0.046630859375 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.036376953125 0.075195312500 0.093750000000 0.069335937500 +0.032470703125 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.053955078125 0.049316406250 0.053222656250 +0.068359375000 0.019042968750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.067382812500 +0.133789062500 0.156250000000 0.130859375000 0.084960937500 +0.053222656250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.034423828125 0.055664062500 0.030639648438 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.019653320312 0.088378906250 +0.132812500000 0.163085937500 0.155273437500 0.149414062500 +0.121582031250 0.104003906250 0.064453125000 0.013671875000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.032958984375 0.083007812500 +0.139648437500 0.187500000000 0.196289062500 0.203125000000 +0.208984375000 0.170898437500 0.115722656250 0.046875000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.052490234375 0.070312500000 0.065429687500 +0.010864257812 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.018798828125 0.135742187500 0.236328125000 +0.320312500000 0.343750000000 0.318359375000 0.371093750000 +0.322265625000 0.275390625000 0.191406250000 0.144531250000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.034912109375 +0.094726562500 0.103515625000 0.107910156250 0.056884765625 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.068847656250 0.219726562500 +0.306640625000 0.390625000000 0.449218750000 0.449218750000 +0.417968750000 0.376953125000 0.308593750000 0.255859375000 +0.143554687500 0.036132812500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.057373046875 0.100585937500 0.150390625000 +0.143554687500 0.103027343750 0.110351562500 0.037353515625 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.043457031250 +0.086425781250 0.146484375000 0.181640625000 0.210937500000 +0.195312500000 0.210937500000 0.218750000000 0.192382812500 +0.208007812500 0.192382812500 0.172851562500 0.135742187500 +0.122558593750 0.087402343750 0.033203125000 0.025146484375 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.002014160156 0.101074218750 0.158203125000 +0.195312500000 0.225585937500 0.251953125000 0.228515625000 +0.237304687500 0.224609375000 0.130859375000 0.121093750000 +0.080078125000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.057861328125 0.185546875000 +0.261718750000 0.337890625000 0.345703125000 0.308593750000 +0.199218750000 0.127929687500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.136718750000 0.247070312500 +0.310546875000 0.322265625000 0.281250000000 0.190429687500 +0.122070312500 0.001083374023 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000297546387 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.097656250000 0.174804687500 0.172851562500 0.177734375000 +0.132812500000 0.024291992188 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.079101562500 0.114746093750 0.163085937500 0.223632812500 +0.255859375000 0.231445312500 0.197265625000 0.193359375000 +0.134765625000 0.086914062500 0.066894531250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.005676269531 0.051269531250 0.042724609375 0.065917968750 +0.074218750000 0.075195312500 0.047363281250 0.011779785156 +0.008361816406 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.025878906250 0.107910156250 0.099121093750 +0.149414062500 0.183593750000 0.156250000000 0.179687500000 +0.176757812500 0.184570312500 0.123046875000 0.012329101562 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.083984375000 +0.156250000000 0.203125000000 0.269531250000 0.291015625000 +0.267578125000 0.251953125000 0.196289062500 0.190429687500 +0.104980468750 0.055419921875 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.015991210938 0.058593750000 0.073730468750 +0.088378906250 0.032958984375 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.015869140625 0.050048828125 0.057861328125 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.035888671875 0.079589843750 +0.107421875000 0.151367187500 0.160156250000 0.164062500000 +0.119628906250 0.026367187500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.075195312500 0.119140625000 0.152343750000 +0.079101562500 0.056884765625 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.008361816406 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.078125000000 0.141601562500 0.168945312500 +0.228515625000 0.267578125000 0.237304687500 0.259765625000 +0.215820312500 0.209960937500 0.162109375000 0.103027343750 +0.092773437500 0.071777343750 0.019042968750 0.073730468750 +0.080566406250 0.077636718750 0.118164062500 0.101074218750 +0.148437500000 0.099121093750 0.083007812500 0.008544921875 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.019775390625 0.107421875000 0.138671875000 +0.228515625000 0.151367187500 0.163085937500 0.124511718750 +0.023193359375 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.007019042969 0.072753906250 +0.108886718750 0.115722656250 0.124023437500 0.073242187500 +0.083984375000 0.018188476562 0.001625061035 0.006072998047 +0.016845703125 0.025756835938 0.034667968750 0.048828125000 +0.055175781250 0.070800781250 0.074707031250 0.060546875000 +0.078613281250 0.057128906250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.019287109375 +0.138671875000 0.158203125000 0.269531250000 0.241210937500 +0.240234375000 0.201171875000 0.121582031250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.041992187500 0.041992187500 +0.096191406250 0.091308593750 0.037353515625 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.023193359375 0.081054687500 0.116699218750 0.143554687500 +0.114746093750 0.093261718750 0.011779785156 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.066406250000 0.155273437500 +0.226562500000 0.250000000000 0.234375000000 0.167968750000 +0.115234375000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.009277343750 0.095703125000 0.148437500000 +0.169921875000 0.167968750000 0.062988281250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.112304687500 0.214843750000 0.300781250000 0.365234375000 +0.328125000000 0.261718750000 0.128906250000 0.003051757812 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.019042968750 0.006072998047 +0.009277343750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.085449218750 0.130859375000 0.087402343750 +0.121582031250 0.052246093750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.079101562500 0.205078125000 0.351562500000 0.455078125000 +0.494140625000 0.507812500000 0.492187500000 0.445312500000 +0.357421875000 0.215820312500 0.089355468750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.113281250000 +0.253906250000 0.326171875000 0.353515625000 0.287109375000 +0.195312500000 0.019042968750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.028686523438 0.032470703125 0.027343750000 +0.008728027344 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.013671875000 +0.148437500000 0.240234375000 0.253906250000 0.269531250000 +0.237304687500 0.135742187500 0.009521484375 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.052978515625 0.085937500000 0.043457031250 +0.013732910156 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.039062500000 0.080078125000 0.063476562500 0.082031250000 +0.074707031250 0.018798828125 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.005645751953 +0.052734375000 0.070800781250 0.100585937500 0.083984375000 +0.049316406250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.039062500000 +0.126953125000 0.188476562500 0.170898437500 0.152343750000 +0.086914062500 0.010986328125 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.018554687500 0.020751953125 0.018920898438 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.049804687500 0.104492187500 +0.096679687500 0.066406250000 0.055908203125 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.044433593750 +0.099121093750 0.105957031250 0.089355468750 0.057617187500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.004180908203 0.069824218750 0.055908203125 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.003372192383 0.047363281250 +0.069335937500 0.068847656250 0.028930664062 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.019409179688 +0.034179687500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.036132812500 +0.055419921875 0.072265625000 0.115234375000 0.104003906250 +0.099609375000 0.080078125000 0.033935546875 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.047851562500 0.104492187500 0.151367187500 +0.163085937500 0.099609375000 0.053466796875 0.019165039062 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.008056640625 0.026611328125 0.018310546875 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.068847656250 0.106933593750 +0.127929687500 0.104980468750 0.080566406250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.059814453125 0.189453125000 0.231445312500 +0.251953125000 0.273437500000 0.213867187500 0.101562500000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.048828125000 0.040771484375 0.026489257812 0.020507812500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.058837890625 0.050048828125 0.023925781250 0.039794921875 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.039062500000 +0.036865234375 0.026367187500 0.045654296875 0.083496093750 +0.095703125000 0.081054687500 0.046142578125 0.011047363281 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.002075195312 0.026611328125 0.022949218750 +0.045654296875 0.016967773438 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.045898437500 0.039550781250 0.049072265625 +0.033203125000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.035888671875 0.105957031250 0.110839843750 0.095703125000 +0.089843750000 0.043212890625 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.041748046875 +0.054443359375 0.094726562500 0.123535156250 0.083496093750 +0.042724609375 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.060546875000 0.082519531250 +0.050537109375 0.018188476562 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.074707031250 +0.197265625000 0.271484375000 0.312500000000 0.298828125000 +0.237304687500 0.117187500000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.081054687500 0.145507812500 0.166015625000 0.145507812500 +0.095214843750 0.035156250000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.042480468750 +0.124023437500 0.194335937500 0.233398437500 0.250000000000 +0.223632812500 0.163085937500 0.141601562500 0.085449218750 +0.026367187500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.003051757812 0.105957031250 +0.194335937500 0.229492187500 0.249023437500 0.251953125000 +0.255859375000 0.160156250000 0.080566406250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.008178710938 0.077148437500 0.073730468750 +0.102050781250 0.093261718750 0.046630859375 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.055664062500 0.095703125000 +0.095214843750 0.097167968750 0.032470703125 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.047851562500 0.033447265625 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.056396484375 +0.124511718750 0.136718750000 0.142578125000 0.138671875000 +0.081542968750 0.004791259766 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.073242187500 0.134765625000 0.136718750000 0.102539062500 +0.083007812500 0.057617187500 0.026489257812 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.003326416016 +0.012939453125 0.013732910156 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.029418945312 0.062255859375 0.081054687500 0.073730468750 +0.062500000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.049560546875 0.169921875000 0.214843750000 +0.240234375000 0.220703125000 0.175781250000 0.117675781250 +0.058837890625 0.008544921875 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.057861328125 +0.127929687500 0.164062500000 0.167968750000 0.121093750000 +0.031250000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.049072265625 0.078125000000 0.077148437500 0.025878906250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.039794921875 0.045654296875 0.046630859375 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.064941406250 0.176757812500 +0.253906250000 0.273437500000 0.208007812500 0.117187500000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.004180908203 0.038085937500 0.052734375000 0.036132812500 +0.043457031250 0.033447265625 0.040039062500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.040527343750 0.106445312500 +0.170898437500 0.253906250000 0.289062500000 0.281250000000 +0.208984375000 0.155273437500 0.101074218750 0.058837890625 +0.012329101562 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.036132812500 0.077636718750 0.068359375000 0.065429687500 +0.028930664062 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.001701354980 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.008911132812 0.030883789062 0.028686523438 +0.001045227051 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.172851562500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.164062500000 0.000000000000 0.000000000000 0.085449218750 +0.000000000000 0.129882812500 0.000000000000 0.000000000000 +0.257812500000 0.000000000000 0.000000000000 0.006378173828 +0.146484375000 0.000000000000 0.000000000000 0.000000000000 +0.012390136719 0.000000000000 0.000000000000 0.316406250000 +0.000000000000 0.014831542969 0.000000000000 0.000000000000 +0.318359375000 0.152343750000 0.000000000000 0.104492187500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.144531250000 0.000000000000 0.110351562500 +0.000000000000 0.159179687500 0.005981445312 0.355468750000 +0.000000000000 0.212890625000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.191406250000 0.000000000000 +0.000000000000 0.000000000000 0.007232666016 0.000000000000 +0.031250000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.192382812500 0.000000000000 +0.275390625000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.219726562500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.137695312500 0.000000000000 +0.000000000000 0.000000000000 0.088378906250 0.000000000000 +0.000000000000 0.115234375000 0.000000000000 0.000000000000 +0.024536132812 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.183593750000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.100585937500 0.000000000000 0.178710937500 0.000000000000 +0.000000000000 0.000000000000 0.092285156250 0.000000000000 +0.000000000000 0.000000000000 0.086425781250 0.000000000000 +0.000000000000 0.114257812500 0.000858306885 0.000000000000 +0.000000000000 0.000000000000 0.531250000000 0.000000000000 +0.000000000000 0.000000000000 0.130859375000 0.388671875000 +0.000000000000 0.000000000000 0.119628906250 0.000000000000 +0.000000000000 0.169921875000 0.000000000000 0.000000000000 +0.000000000000 0.143554687500 0.000000000000 0.000000000000 +0.032470703125 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.104003906250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.076660156250 +0.000000000000 0.000000000000 0.000000000000 0.125976562500 +0.107910156250 0.000000000000 0.000000000000 0.000000000000 +0.431640625000 0.000000000000 0.000000000000 0.000000000000 +0.163085937500 0.178710937500 0.000000000000 0.147460937500 +0.000000000000 0.002517700195 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.167968750000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.050537109375 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.028808593750 0.000000000000 0.165039062500 0.014099121094 +0.231445312500 0.000000000000 0.125976562500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.050292968750 0.000000000000 0.000000000000 0.136718750000 +0.092285156250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.031982421875 0.043701171875 +0.000000000000 0.000000000000 0.000000000000 0.152343750000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.052978515625 0.043945312500 0.055908203125 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.172851562500 +0.025756835938 0.223632812500 0.000000000000 0.000000000000 +0.000000000000 0.007049560547 0.226562500000 0.000000000000 +0.000000000000 0.000000000000 0.054443359375 0.017700195312 +0.000000000000 0.000000000000 0.087402343750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.139648437500 0.000000000000 +0.000000000000 0.138671875000 0.011291503906 0.000000000000 +0.110839843750 0.000000000000 0.020019531250 0.000000000000 +0.320312500000 0.219726562500 0.000000000000 0.000000000000 +0.000000000000 0.149414062500 0.000000000000 0.000000000000 +0.081542968750 0.255859375000 0.015319824219 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.129882812500 0.000000000000 +0.000000000000 0.001129150391 0.016113281250 0.019775390625 +0.000000000000 0.000000000000 0.000000000000 0.032958984375 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.095703125000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.200195312500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.007141113281 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.085449218750 0.140625000000 0.000000000000 +0.103515625000 0.000000000000 0.058349609375 0.189453125000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.127929687500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.232421875000 0.043945312500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.011291503906 +0.000425338745 0.023681640625 0.118164062500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.146484375000 0.000000000000 +0.000000000000 0.000000000000 0.114257812500 0.000000000000 +0.000000000000 0.000000000000 0.081542968750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.492187500000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.094238281250 0.012756347656 0.000000000000 0.219726562500 +0.000000000000 0.000000000000 0.000000000000 0.188476562500 +0.234375000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.460937500000 0.000000000000 +0.000000000000 0.000000000000 0.333984375000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.174804687500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.056152343750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.004821777344 0.000000000000 +0.000000000000 0.000000000000 0.132812500000 0.000000000000 +0.000000000000 0.000000000000 0.047119140625 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.045898437500 0.000000000000 0.053222656250 +0.000000000000 0.212890625000 0.000000000000 0.000000000000 +0.000000000000 0.125976562500 0.000000000000 0.096191406250 +0.000000000000 0.281250000000 0.000000000000 0.039306640625 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.039550781250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.068359375000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.188476562500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.047119140625 +0.000000000000 0.000000000000 0.000000000000 0.118164062500 +0.045410156250 0.000000000000 0.000000000000 0.215820312500 +0.000000000000 0.000000000000 0.169921875000 0.000000000000 +0.160156250000 0.000000000000 0.052490234375 0.000000000000 +0.000000000000 0.285156250000 0.000000000000 0.000000000000 +0.000000000000 0.060546875000 0.425781250000 0.000000000000 +0.000000000000 0.061279296875 0.099121093750 0.000000000000 +0.000000000000 0.063964843750 0.121093750000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.071777343750 0.000000000000 0.000000000000 0.000000000000 +0.033691406250 0.078613281250 0.000000000000 0.000000000000 +0.000000000000 0.066894531250 0.318359375000 0.000000000000 +0.000000000000 0.000000000000 0.078613281250 0.147460937500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.004272460938 0.013977050781 +0.000000000000 0.000000000000 0.000000000000 0.017333984375 +0.048583984375 0.000000000000 0.000000000000 0.036132812500 +0.435546875000 0.000000000000 0.000000000000 0.000000000000 +0.149414062500 0.343750000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.087890625000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.149414062500 0.179687500000 0.000000000000 0.000000000000 +0.011596679688 0.000000000000 0.251953125000 0.120605468750 +0.000000000000 0.000000000000 0.000000000000 0.231445312500 +0.320312500000 0.000000000000 0.000000000000 0.000000000000 +0.011901855469 0.124511718750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.177734375000 +0.000000000000 0.000000000000 0.000000000000 0.134765625000 +0.144531250000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.117187500000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.049560546875 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.054687500000 +0.000000000000 0.000000000000 0.000000000000 0.107421875000 +0.000000000000 0.000000000000 0.085937500000 0.000000000000 +0.157226562500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.081054687500 0.079101562500 0.101562500000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.016235351562 0.000000000000 0.000000000000 0.060791015625 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.034423828125 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.128906250000 0.108886718750 0.123535156250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.036865234375 +0.180664062500 0.102050781250 0.000000000000 0.000000000000 +0.013671875000 0.038818359375 0.000000000000 0.055419921875 +0.000000000000 0.167968750000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.261718750000 0.000000000000 +0.000000000000 0.000000000000 0.163085937500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.016113281250 +0.000000000000 0.033203125000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.110351562500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.211914062500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.197265625000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.176757812500 0.066894531250 0.000000000000 0.000000000000 +0.150390625000 0.000000000000 0.079101562500 0.018676757812 +0.375000000000 0.028808593750 0.000000000000 0.127929687500 +0.000000000000 0.060058593750 0.000000000000 0.000000000000 +0.000000000000 0.179687500000 0.353515625000 0.074707031250 +0.000000000000 0.287109375000 0.117675781250 0.124023437500 +0.000000000000 0.000000000000 0.106933593750 0.000000000000 +0.320312500000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.191406250000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.188476562500 0.000000000000 +0.000000000000 0.000000000000 0.128906250000 0.000000000000 +0.118652343750 0.000000000000 0.002380371094 0.004516601562 +0.157226562500 0.000000000000 0.000000000000 0.000000000000 +0.073730468750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.205078125000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.095703125000 0.112792968750 0.010620117188 0.000000000000 +0.000000000000 0.015869140625 0.101074218750 0.148437500000 +0.000000000000 0.025390625000 0.000000000000 0.000000000000 +0.060302734375 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.031005859375 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.240234375000 +0.000000000000 0.211914062500 0.000000000000 0.050048828125 +0.000000000000 0.059814453125 0.302734375000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.091308593750 +0.335937500000 0.154296875000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.070312500000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.061523437500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.081542968750 +0.211914062500 0.051757812500 0.168945312500 0.000000000000 +0.184570312500 0.000000000000 0.147460937500 0.000000000000 +0.000000000000 0.117675781250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.034423828125 +0.000000000000 0.000000000000 0.000000000000 0.148437500000 +0.000000000000 0.000000000000 0.000000000000 0.052978515625 +0.357421875000 0.000000000000 0.025390625000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.052001953125 +0.000000000000 0.000000000000 0.011901855469 0.130859375000 +0.108886718750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.263671875000 0.000000000000 0.000000000000 +0.028076171875 0.000000000000 0.000000000000 0.000000000000 +0.169921875000 0.000000000000 0.000000000000 0.000000000000 +0.042968750000 0.000000000000 0.138671875000 0.000000000000 +0.000000000000 0.244140625000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.039550781250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.116210937500 0.000000000000 0.000000000000 0.000000000000 +0.267578125000 0.000000000000 0.000000000000 0.096679687500 +0.058837890625 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.080566406250 0.000000000000 +0.014343261719 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.107910156250 0.219726562500 +0.076660156250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.035400390625 0.105957031250 +0.084472656250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.023925781250 0.257812500000 +0.000000000000 0.000000000000 0.005035400391 0.000000000000 +0.063964843750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.014770507812 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.036376953125 0.000000000000 0.000000000000 +0.000000000000 0.036132812500 0.000000000000 0.000000000000 +0.036865234375 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.197265625000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.115234375000 +0.245117187500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.007934570312 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.028442382812 0.253906250000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.057861328125 0.158203125000 0.020996093750 0.304687500000 +0.037841796875 0.105957031250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.075683593750 0.094726562500 0.000000000000 0.082519531250 +0.052734375000 0.063476562500 0.137695312500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.054931640625 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.009948730469 0.061523437500 +0.000000000000 0.000000000000 0.000000000000 0.137695312500 +0.014709472656 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.102539062500 +0.000000000000 0.000000000000 0.150390625000 0.000000000000 +0.058105468750 0.002914428711 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.018798828125 +0.296875000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.004333496094 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.132812500000 0.289062500000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.041748046875 +0.060546875000 0.034912109375 0.000000000000 0.028564453125 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.144531250000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.119140625000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.062011718750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.003265380859 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.009582519531 0.000000000000 0.057373046875 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.025146484375 0.233398437500 0.004455566406 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.094726562500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.041992187500 0.000000000000 0.000000000000 0.000000000000 +0.045410156250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.017822265625 +0.000000000000 0.137695312500 0.084472656250 0.069335937500 +0.251953125000 0.120605468750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.004394531250 +0.000000000000 0.003005981445 0.000000000000 0.000000000000 +0.000000000000 0.016845703125 0.018310546875 0.000000000000 +0.064453125000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.018676757812 +0.390625000000 0.304687500000 0.239257812500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.218750000000 0.306640625000 0.167968750000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.003265380859 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.079589843750 0.154296875000 0.038818359375 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.238281250000 0.117187500000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.134765625000 +0.296875000000 0.166992187500 0.180664062500 0.050537109375 +0.000000000000 0.000000000000 0.011474609375 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.057128906250 +0.176757812500 0.294921875000 0.220703125000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.086425781250 0.149414062500 0.135742187500 0.207031250000 +0.117187500000 0.207031250000 0.116210937500 0.000000000000 +0.037109375000 0.037841796875 0.114746093750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.029052734375 +0.094726562500 0.192382812500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.029418945312 0.140625000000 0.189453125000 0.049072265625 +0.000000000000 0.000000000000 0.030273437500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.024536132812 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.022949218750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.227539062500 +0.294921875000 0.063476562500 0.000000000000 0.036376953125 +0.044921875000 0.000000000000 0.000000000000 0.000000000000 +0.134765625000 0.124023437500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.052246093750 0.000000000000 0.000000000000 0.000000000000 +0.040283203125 0.044921875000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.010498046875 0.000000000000 0.000000000000 0.140625000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.038574218750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.092773437500 0.071289062500 0.291015625000 +0.031982421875 0.009277343750 0.111328125000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.057373046875 0.168945312500 0.049072265625 0.083984375000 +0.158203125000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.126953125000 0.034667968750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.054443359375 0.000000000000 +0.014343261719 0.000000000000 0.133789062500 0.074707031250 +0.117187500000 0.161132812500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.058837890625 0.143554687500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.084472656250 +0.039062500000 0.147460937500 0.198242187500 0.091796875000 +0.082519531250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.007934570312 0.083007812500 0.000000000000 +0.000000000000 0.033935546875 0.152343750000 0.376953125000 +0.441406250000 0.484375000000 0.386718750000 0.114257812500 +0.135742187500 0.027099609375 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.084472656250 0.184570312500 0.263671875000 0.335937500000 +0.103515625000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.087890625000 +0.251953125000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.121093750000 +0.224609375000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.052246093750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.019042968750 +0.000000000000 0.208984375000 0.156250000000 0.044677734375 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.068359375000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.017456054688 0.000000000000 0.000000000000 0.000000000000 +0.072265625000 0.134765625000 0.000000000000 0.072753906250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.007598876953 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.144531250000 +0.004882812500 0.000000000000 0.000000000000 0.000000000000 +0.124023437500 0.000000000000 0.000000000000 0.000000000000 +0.075683593750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.095214843750 0.000000000000 0.000000000000 +0.014587402344 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.273437500000 0.000000000000 +0.011474609375 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.134765625000 0.000000000000 0.000000000000 +0.000000000000 0.071777343750 0.000000000000 0.118164062500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.197265625000 0.285156250000 0.000000000000 0.000000000000 +0.000000000000 0.164062500000 0.006561279297 0.000000000000 +0.267578125000 0.000000000000 0.041748046875 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.190429687500 +0.045898437500 0.222656250000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.121582031250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.063476562500 0.124511718750 0.000000000000 0.000000000000 +0.142578125000 0.000000000000 0.079101562500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.009765625000 0.058837890625 0.000000000000 0.028686523438 +0.000000000000 0.092285156250 0.000000000000 0.093261718750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.065429687500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.060546875000 0.150390625000 0.046630859375 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.210937500000 0.091796875000 0.067871093750 0.000000000000 +0.000000000000 0.000000000000 0.121582031250 0.000000000000 +0.008911132812 0.079589843750 0.000000000000 0.000000000000 +0.000000000000 0.044189453125 0.111328125000 0.201171875000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.082519531250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.044921875000 0.004302978516 0.000000000000 +0.000000000000 0.121093750000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.171875000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.080078125000 0.000000000000 0.077148437500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000625610352 +0.000000000000 0.000000000000 0.172851562500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.267578125000 +0.209960937500 0.000000000000 0.000000000000 0.000000000000 +0.022338867188 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.003356933594 0.253906250000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.056396484375 0.000000000000 +0.107910156250 0.000000000000 0.000000000000 0.000000000000 +0.140625000000 0.000000000000 0.175781250000 0.000000000000 +0.040527343750 0.000000000000 0.000000000000 0.000000000000 +0.177734375000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.113769531250 0.000000000000 +0.000000000000 0.036621093750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.229492187500 0.062988281250 0.058349609375 0.000000000000 +0.000000000000 0.000000000000 0.128906250000 0.000000000000 +0.000000000000 0.159179687500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.012207031250 0.117675781250 0.038574218750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.320312500000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.259765625000 0.000000000000 0.196289062500 +0.000000000000 0.100585937500 0.000000000000 0.000000000000 +0.000000000000 0.166015625000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.064941406250 0.000000000000 +0.000000000000 0.108398437500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.175781250000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.113281250000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.197265625000 0.000000000000 0.210937500000 +0.000000000000 0.034423828125 0.006927490234 0.000000000000 +0.000000000000 0.017456054688 0.000000000000 0.137695312500 +0.000000000000 0.010253906250 0.000000000000 0.166015625000 +0.000000000000 0.000000000000 0.083496093750 0.195312500000 +0.000000000000 0.000000000000 0.000000000000 0.025268554688 +0.097656250000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.057373046875 +0.000000000000 0.068847656250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.066894531250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.223632812500 0.115234375000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.177734375000 0.125000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.020996093750 +0.000000000000 0.106445312500 0.146484375000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.191406250000 0.049072265625 0.000000000000 0.000000000000 +0.269531250000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.049560546875 0.163085937500 0.000000000000 +0.000000000000 0.047607421875 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.012207031250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.060791015625 0.141601562500 +0.000000000000 0.000000000000 0.108398437500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.144531250000 +0.000000000000 0.000000000000 0.000000000000 0.281250000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.125976562500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.261718750000 0.000000000000 0.082519531250 +0.000000000000 0.259765625000 0.000000000000 0.000000000000 +0.000000000000 0.020996093750 0.000000000000 0.167968750000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.149414062500 0.000000000000 0.000000000000 +0.170898437500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.236328125000 0.000000000000 +0.000000000000 0.000000000000 0.133789062500 0.000000000000 +0.000000000000 0.000000000000 0.001876831055 0.000000000000 +0.000000000000 0.000000000000 0.003845214844 0.000000000000 +0.000000000000 0.000000000000 0.050292968750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.060058593750 0.000000000000 0.027221679688 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.096191406250 +0.000000000000 0.238281250000 0.000000000000 0.000000000000 +0.000000000000 0.145507812500 0.000000000000 0.009948730469 +0.000000000000 0.000000000000 0.000000000000 0.166015625000 +0.000000000000 0.057373046875 0.109863281250 0.000000000000 +0.000000000000 0.000000000000 0.150390625000 0.243164062500 +0.134765625000 0.000000000000 0.000000000000 0.016357421875 +0.000000000000 0.000000000000 0.009216308594 0.000000000000 +0.000000000000 0.000000000000 0.114257812500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.006683349609 0.016113281250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.006317138672 0.062011718750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.083007812500 0.021606445312 0.127929687500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.388671875000 0.066894531250 0.049560546875 +0.000000000000 0.001014709473 0.090332031250 0.000000000000 +0.000000000000 0.000000000000 0.008483886719 0.000000000000 +0.000000000000 0.000000000000 0.137695312500 0.255859375000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.117675781250 0.141601562500 0.000000000000 0.000000000000 +0.090820312500 0.000000000000 0.100097656250 0.144531250000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.233398437500 0.296875000000 0.000000000000 0.000000000000 +0.000000000000 0.068359375000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.123046875000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.015380859375 +0.000000000000 0.000000000000 0.000000000000 0.007324218750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.118652343750 0.000000000000 +0.000000000000 0.000000000000 0.255859375000 0.224609375000 +0.000000000000 0.000000000000 0.000000000000 0.242187500000 +0.470703125000 0.036132812500 0.000000000000 0.000000000000 +0.093261718750 0.000000000000 0.241210937500 0.000000000000 +0.000000000000 0.000000000000 0.001388549805 0.000000000000 +0.000000000000 0.000000000000 0.546875000000 0.196289062500 +0.000000000000 0.000000000000 0.000000000000 0.122558593750 +0.265625000000 0.063964843750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.036621093750 +0.138671875000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.002746582031 0.000000000000 0.000000000000 +0.000000000000 0.023315429688 0.000000000000 0.000000000000 +0.000000000000 0.008972167969 0.077148437500 0.283203125000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.070312500000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.209960937500 0.308593750000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.339843750000 0.084472656250 +0.000000000000 0.000000000000 0.000000000000 0.101074218750 +0.126953125000 0.000000000000 0.000000000000 0.000000000000 +0.445312500000 0.000000000000 0.000000000000 0.000000000000 +0.191406250000 0.076660156250 0.153320312500 0.000000000000 +0.000000000000 0.324218750000 0.000000000000 0.000000000000 +0.000000000000 0.421875000000 0.177734375000 0.000000000000 +0.000000000000 0.000000000000 0.038330078125 0.000000000000 +0.000000000000 0.109375000000 0.046386718750 0.110351562500 +0.000000000000 0.000000000000 0.031127929688 0.120605468750 +0.000000000000 0.008361816406 0.000000000000 0.005645751953 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.130859375000 0.000000000000 0.000000000000 +0.072753906250 0.000000000000 0.176757812500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.055419921875 +0.170898437500 0.061523437500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.318359375000 0.000000000000 +0.097656250000 0.000000000000 0.000000000000 0.033203125000 +0.008178710938 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.089355468750 0.000000000000 0.172851562500 +0.000000000000 0.000000000000 0.000000000000 0.073730468750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.050048828125 0.000000000000 +0.038574218750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.016235351562 0.000000000000 +0.072265625000 0.000000000000 0.071289062500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.146484375000 0.110351562500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.077148437500 0.060791015625 0.000000000000 0.000000000000 +0.000000000000 0.016479492188 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.040527343750 +0.002822875977 0.000000000000 0.000000000000 0.070800781250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.002044677734 0.000000000000 0.030761718750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.123535156250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.031494140625 0.092773437500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.007812500000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.021972656250 +0.000000000000 0.000000000000 0.000000000000 0.128906250000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.153320312500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.020751953125 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.209960937500 0.059082031250 0.095214843750 0.000000000000 +0.000000000000 0.000000000000 0.000747680664 0.055175781250 +0.249023437500 0.000000000000 0.000000000000 0.000000000000 +0.012145996094 0.214843750000 0.144531250000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.230468750000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.174804687500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.104980468750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.113769531250 0.000000000000 +0.296875000000 0.000000000000 0.204101562500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.234375000000 +0.294921875000 0.000000000000 0.000000000000 0.000000000000 +0.216796875000 0.125976562500 0.000000000000 0.002273559570 +0.000000000000 0.000000000000 0.000000000000 0.253906250000 +0.000000000000 0.186523437500 0.000000000000 0.000000000000 +0.047363281250 0.000000000000 0.000000000000 0.000000000000 +0.087402343750 0.012512207031 0.000000000000 0.038574218750 +0.000000000000 0.000000000000 0.089355468750 0.000000000000 +0.125976562500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.016845703125 0.000000000000 0.000000000000 +0.000000000000 0.018920898438 0.138671875000 0.204101562500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.279296875000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.250000000000 0.000000000000 0.000000000000 +0.000000000000 0.127929687500 0.125976562500 0.049316406250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.053955078125 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.043457031250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.240234375000 0.267578125000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.135742187500 0.000000000000 +0.001472473145 0.090820312500 0.000000000000 0.000000000000 +0.000000000000 0.009765625000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.273437500000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.047851562500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.025512695312 +0.000000000000 0.000000000000 0.000000000000 0.063964843750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.012451171875 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.007049560547 0.071289062500 0.263671875000 +0.146484375000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.152343750000 +0.322265625000 0.051513671875 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.337890625000 +0.127929687500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.008605957031 0.241210937500 +0.159179687500 0.281250000000 0.098144531250 0.100097656250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.255859375000 0.339843750000 0.029663085938 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.026489257812 0.068359375000 0.292968750000 0.053710937500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.012878417969 0.167968750000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.088867187500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.014465332031 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.053710937500 +0.229492187500 0.211914062500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.112792968750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.048339843750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.029296875000 0.259765625000 +0.083007812500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.162109375000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.175781250000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.176757812500 0.316406250000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.045654296875 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.140625000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.036376953125 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.080566406250 +0.052001953125 0.151367187500 0.007476806641 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.012329101562 0.000000000000 0.000000000000 0.000000000000 +0.033935546875 0.000000000000 0.000000000000 0.000000000000 +0.024169921875 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.112304687500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.086914062500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.002838134766 0.000000000000 0.056884765625 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.113281250000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000255584717 0.116210937500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.041748046875 +0.186523437500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000036239624 +0.044189453125 0.013671875000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.310546875000 0.219726562500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.097656250000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.020019531250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.138671875000 0.000000000000 0.000000000000 +0.013366699219 0.072753906250 0.065429687500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.069824218750 0.228515625000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.124023437500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.044677734375 0.178710937500 +0.085937500000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.208007812500 0.038330078125 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.192382812500 0.291015625000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.086914062500 +0.388671875000 0.207031250000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.023437500000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.077148437500 0.212890625000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.075683593750 +0.071777343750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.082031250000 0.250000000000 0.324218750000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.243164062500 0.388671875000 0.067871093750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.108886718750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.024658203125 0.000000000000 0.000000000000 +0.042236328125 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.099121093750 0.021118164062 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000385284424 0.192382812500 0.090332031250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.029296875000 +0.012268066406 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.028564453125 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.105957031250 0.245117187500 0.224609375000 0.148437500000 +0.090820312500 0.056396484375 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.111328125000 0.123046875000 0.062988281250 +0.032958984375 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.137695312500 0.455078125000 +0.292968750000 0.092773437500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.048095703125 0.209960937500 0.032714843750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.138671875000 0.062988281250 +0.028076171875 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.106445312500 +0.062255859375 0.048828125000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.142578125000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.246093750000 0.002731323242 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.339843750000 0.570312500000 +0.014892578125 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.103515625000 0.133789062500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.182617187500 +0.093261718750 0.014709472656 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.028442382812 0.000000000000 0.000000000000 0.000000000000 +0.020996093750 0.099609375000 0.247070312500 0.000000000000 +0.069824218750 0.000000000000 0.000000000000 0.006805419922 +0.126953125000 0.054687500000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.034667968750 0.263671875000 +0.223632812500 0.322265625000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.034423828125 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.063476562500 0.127929687500 0.145507812500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.004058837891 0.086425781250 0.000000000000 0.000659942627 +0.034179687500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.045410156250 0.043701171875 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.055664062500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.019531250000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.017578125000 0.039062500000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.279296875000 0.214843750000 +0.117187500000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.177734375000 +0.102539062500 0.022583007812 0.110351562500 0.076171875000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.118652343750 +0.186523437500 0.224609375000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.035888671875 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.109375000000 0.064941406250 0.113281250000 0.047607421875 +0.000000000000 0.041503906250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.015991210938 +0.153320312500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.124023437500 0.081542968750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.005035400391 0.220703125000 0.474609375000 0.328125000000 +0.161132812500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.008483886719 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.082031250000 0.061035156250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.061523437500 0.107421875000 0.110351562500 0.050781250000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.038818359375 0.006164550781 +0.061523437500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.104492187500 +0.111816406250 0.116210937500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.097656250000 0.161132812500 0.118164062500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.039794921875 0.093261718750 +0.043945312500 0.102050781250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.171875000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.090332031250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.098632812500 0.108886718750 +0.099121093750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.193359375000 0.215820312500 0.017578125000 +0.053955078125 0.000000000000 0.014404296875 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.112792968750 +0.192382812500 0.125976562500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.016967773438 0.082519531250 0.074707031250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.106933593750 0.267578125000 0.259765625000 0.057373046875 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.035888671875 0.000000000000 0.035400390625 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.015991210938 0.083496093750 0.089355468750 +0.012512207031 0.000000000000 0.022338867188 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.058349609375 0.015380859375 0.021728515625 0.098632812500 +0.011657714844 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.092773437500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.098632812500 0.080566406250 +0.062988281250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.112304687500 0.083496093750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.149414062500 0.190429687500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.176757812500 0.179687500000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.070312500000 0.077636718750 +0.002838134766 0.019287109375 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.070312500000 +0.229492187500 0.025878906250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.089843750000 +0.096191406250 0.088378906250 0.077148437500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.121582031250 +0.291015625000 0.198242187500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.094726562500 0.078125000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.133789062500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.121093750000 0.194335937500 +0.149414062500 0.117187500000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.085937500000 +0.133789062500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.026000976562 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.160156250000 +0.018920898438 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.037109375000 0.224609375000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.057128906250 0.000000000000 0.052246093750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.009338378906 +0.216796875000 0.096679687500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.294921875000 0.402343750000 0.128906250000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.172851562500 0.146484375000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.051513671875 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.074218750000 +0.000000000000 0.076660156250 0.051025390625 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.026000976562 +0.126953125000 0.230468750000 0.078613281250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.006378173828 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.005065917969 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.091796875000 0.029418945312 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.008728027344 +0.000000000000 0.000000000000 0.079101562500 0.148437500000 +0.101074218750 0.052978515625 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.092773437500 +0.039794921875 0.021484375000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.024902343750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.003616333008 0.156250000000 +0.251953125000 0.153320312500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.017089843750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.016601562500 0.244140625000 0.386718750000 +0.132812500000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.008911132812 0.036132812500 0.000000000000 +0.000000000000 0.000000000000 0.077636718750 0.150390625000 +0.038330078125 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.104003906250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.142578125000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.102050781250 0.195312500000 +0.158203125000 0.013854980469 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.028320312500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.039062500000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.170898437500 0.061035156250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.211914062500 +0.093750000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.002059936523 0.021850585938 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.029418945312 0.182617187500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.064453125000 +0.314453125000 0.298828125000 0.157226562500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.043701171875 0.053710937500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.115234375000 +0.219726562500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.149414062500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.263671875000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.011474609375 +0.067871093750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.064941406250 0.000000000000 +0.032958984375 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.164062500000 0.000000000000 0.194335937500 +0.244140625000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.116699218750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.041015625000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.109375000000 0.038330078125 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.375000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.166015625000 0.093261718750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.188476562500 0.092285156250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.085449218750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.055419921875 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.044677734375 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.029174804688 0.000000000000 0.000000000000 0.191406250000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.216796875000 +0.330078125000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.054443359375 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.234375000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.086914062500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.061767578125 0.106445312500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.065917968750 +0.000000000000 0.000000000000 0.114257812500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.084472656250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.091796875000 0.176757812500 0.003585815430 +0.000000000000 0.185546875000 0.000000000000 0.000000000000 +0.060546875000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000139236450 +0.021118164062 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.106933593750 +0.126953125000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.212890625000 0.090332031250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.009094238281 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.102539062500 0.116699218750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.119628906250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.043212890625 +0.001373291016 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.009704589844 0.000000000000 0.000000000000 +0.091308593750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.097167968750 0.044189453125 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.043701171875 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.373046875000 0.243164062500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.154296875000 0.192382812500 0.021606445312 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.055175781250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.146484375000 0.000000000000 +0.014648437500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.169921875000 0.105468750000 +0.029663085938 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.070800781250 0.208007812500 0.000865936279 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.074218750000 0.162109375000 0.016967773438 +0.000000000000 0.025878906250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.207031250000 0.134765625000 0.032958984375 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.124511718750 0.000000000000 0.000000000000 0.242187500000 +0.300781250000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.001342773438 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.043457031250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.206054687500 0.199218750000 +0.154296875000 0.158203125000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.275390625000 0.165039062500 0.189453125000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.023437500000 0.000000000000 +0.000000000000 0.000000000000 0.000326156616 0.000000000000 +0.195312500000 0.111328125000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.216796875000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.024291992188 0.145507812500 0.166015625000 0.069824218750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.069824218750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.253906250000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.259765625000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.202148437500 0.011413574219 0.046630859375 0.066406250000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.187500000000 0.173828125000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.136718750000 0.095703125000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.289062500000 0.059570312500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.035156250000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.026000976562 0.000000000000 0.045898437500 +0.265625000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.132812500000 0.048828125000 +0.061035156250 0.343750000000 0.065429687500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.029418945312 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.138671875000 0.087890625000 +0.165039062500 0.316406250000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.406250000000 +0.388671875000 0.161132812500 0.021484375000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.003097534180 0.000000000000 0.206054687500 +0.100097656250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.056640625000 0.472656250000 0.353515625000 +0.188476562500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.312500000000 +0.099609375000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.052734375000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.057617187500 0.150390625000 +0.084960937500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.070312500000 0.011291503906 +0.000000000000 0.174804687500 0.130859375000 0.000000000000 +0.007110595703 0.000000000000 0.000000000000 0.000000000000 +0.078613281250 0.367187500000 0.000000000000 0.201171875000 +0.000000000000 0.000000000000 0.000000000000 0.019775390625 +0.000000000000 0.146484375000 0.000000000000 0.000000000000 +0.000000000000 0.128906250000 0.035156250000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.126953125000 +0.324218750000 0.093750000000 0.098632812500 0.000000000000 +0.071777343750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.049316406250 0.000000000000 +0.000000000000 0.000000000000 0.378906250000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.020874023438 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.167968750000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.251953125000 0.088378906250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.139648437500 +0.000000000000 0.000000000000 0.000000000000 0.003524780273 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.001548767090 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.167968750000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.221679687500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.073242187500 0.006347656250 +0.000000000000 0.096191406250 0.000000000000 0.000000000000 +0.166015625000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.037597656250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.053222656250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.008850097656 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.016723632812 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.132812500000 +0.000000000000 0.000000000000 0.000000000000 0.179687500000 +0.029174804688 0.059326171875 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.184570312500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.084472656250 +0.011901855469 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.213867187500 0.077636718750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.008422851562 0.000000000000 0.076171875000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.054687500000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.302734375000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.024291992188 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.029296875000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.056640625000 0.000000000000 +0.037841796875 0.000000000000 0.055664062500 0.326171875000 +0.046142578125 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.023437500000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.204101562500 0.287109375000 0.371093750000 +0.174804687500 0.177734375000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.103027343750 0.000000000000 0.021362304688 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.078613281250 0.137695312500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.054687500000 0.000000000000 0.107421875000 0.291015625000 +0.224609375000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.088378906250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.161132812500 +0.121093750000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.009338378906 0.000000000000 0.046875000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.049316406250 0.074218750000 0.032958984375 0.077148437500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.038574218750 0.000000000000 +0.314453125000 0.226562500000 0.072265625000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.173828125000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.030029296875 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.169921875000 0.052001953125 +0.147460937500 0.500000000000 0.000000000000 0.000000000000 +0.179687500000 0.000000000000 0.000000000000 0.093750000000 +0.000000000000 0.000000000000 0.322265625000 0.421875000000 +0.135742187500 0.382812500000 0.223632812500 0.086425781250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.257812500000 0.212890625000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.062988281250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.148437500000 0.137695312500 0.037841796875 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.002334594727 0.000000000000 +0.000000000000 0.000000000000 0.054199218750 0.000000000000 +0.002899169922 0.199218750000 0.104003906250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.014770507812 0.143554687500 0.082519531250 +0.000000000000 0.082031250000 0.175781250000 0.000000000000 +0.219726562500 0.197265625000 0.023559570312 0.177734375000 +0.148437500000 0.103515625000 0.263671875000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.037841796875 0.000000000000 0.020019531250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.049804687500 0.044189453125 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.040039062500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.170898437500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.090820312500 +0.298828125000 0.050781250000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.184570312500 0.158203125000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.093750000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.051513671875 0.000000000000 0.076171875000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.075195312500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.150390625000 0.000318527222 0.000000000000 0.000000000000 +0.000000000000 0.051025390625 0.000000000000 0.145507812500 +0.000000000000 0.000000000000 0.131835937500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.160156250000 0.079101562500 0.085449218750 +0.081542968750 0.009826660156 0.092285156250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.053222656250 +0.084472656250 0.243164062500 0.074707031250 0.138671875000 +0.140625000000 0.271484375000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.008850097656 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.208007812500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.186523437500 0.000000000000 0.000000000000 +0.000000000000 0.035644531250 0.115234375000 0.249023437500 +0.419921875000 0.283203125000 0.273437500000 0.492187500000 +0.191406250000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.106933593750 0.042480468750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.030883789062 +0.004516601562 0.227539062500 0.096679687500 0.110839843750 +0.000000000000 0.082031250000 0.168945312500 0.087402343750 +0.122070312500 0.248046875000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.028564453125 0.238281250000 +0.000000000000 0.269531250000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.073242187500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.184570312500 0.215820312500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.051269531250 0.042968750000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.267578125000 0.210937500000 0.071289062500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.090332031250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.012756347656 0.193359375000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.044189453125 0.000000000000 0.118652343750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.159179687500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.241210937500 0.066894531250 +0.000000000000 0.000000000000 0.332031250000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.253906250000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.005950927734 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.141601562500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.120605468750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.012084960938 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.060546875000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.042480468750 0.000000000000 0.000000000000 0.000000000000 +0.314453125000 0.122070312500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.417968750000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.127929687500 0.000000000000 0.000000000000 0.109375000000 +0.050048828125 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.098632812500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.093750000000 +0.000000000000 0.079589843750 0.000000000000 0.000000000000 +0.076171875000 0.028564453125 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.236328125000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.193359375000 0.000000000000 +0.240234375000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.003692626953 +0.000000000000 0.000000000000 0.030517578125 0.000000000000 +0.000000000000 0.000000000000 0.128906250000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.028442382812 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.004333496094 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.014526367188 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.057128906250 0.000000000000 0.000000000000 0.054687500000 +0.079589843750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.097656250000 0.000000000000 0.000000000000 +0.063476562500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.034912109375 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.148437500000 +0.000000000000 0.000000000000 0.000000000000 0.127929687500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.283203125000 0.167968750000 0.000000000000 0.147460937500 +0.000000000000 0.121093750000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.211914062500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.041748046875 0.000000000000 0.203125000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.076660156250 0.000000000000 0.000000000000 +0.000000000000 0.045898437500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.086425781250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.011840820312 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.101562500000 +0.000000000000 0.217773437500 0.242187500000 0.125976562500 +0.240234375000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.095214843750 0.318359375000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.185546875000 0.000000000000 0.185546875000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.038818359375 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.104980468750 0.000000000000 0.000000000000 0.000000000000 +0.159179687500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.109863281250 0.094238281250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.033691406250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.102539062500 0.000000000000 +0.012451171875 0.010253906250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.059326171875 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.127929687500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.096679687500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.013854980469 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.048583984375 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.069335937500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.166992187500 0.026000976562 0.000000000000 0.000000000000 +0.000000000000 0.138671875000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.084960937500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.039550781250 +0.189453125000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.078125000000 +0.104003906250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.186523437500 +0.000000000000 0.000000000000 0.000000000000 0.123535156250 +0.159179687500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.037109375000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.164062500000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.246093750000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.019287109375 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.121093750000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.025634765625 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.034423828125 +0.000000000000 0.114257812500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.012023925781 0.000000000000 0.000000000000 +0.000000000000 0.004699707031 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.160156250000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.066406250000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.050537109375 0.149414062500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.126953125000 0.000000000000 0.000000000000 0.000000000000 +0.077636718750 0.000000000000 0.000000000000 0.079101562500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.124023437500 0.160156250000 0.068359375000 0.170898437500 +0.197265625000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.130859375000 +0.075683593750 0.204101562500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.010681152344 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.057861328125 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.096191406250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.065917968750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.103515625000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.221679687500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.296875000000 0.240234375000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.140625000000 0.084960937500 +0.053466796875 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.020385742188 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.248046875000 +0.000000000000 0.248046875000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.265625000000 0.000000000000 +0.000000000000 0.166015625000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.080566406250 0.000000000000 +0.000000000000 0.281250000000 0.439453125000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.367187500000 0.000000000000 0.261718750000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.100585937500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.169921875000 0.026855468750 +0.166015625000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.470703125000 0.275390625000 0.044921875000 0.003936767578 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.414062500000 0.011657714844 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.182617187500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.005615234375 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.118652343750 0.000000000000 0.035400390625 0.000000000000 +0.133789062500 0.243164062500 0.000000000000 0.104003906250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.080566406250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.023437500000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.034179687500 0.119628906250 0.000000000000 +0.246093750000 0.000000000000 0.000000000000 0.039794921875 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.117187500000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.073730468750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.009460449219 0.000000000000 +0.101562500000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.188476562500 0.000000000000 +0.000000000000 0.453125000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.277343750000 0.000000000000 0.000000000000 +0.328125000000 0.137695312500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.121582031250 0.167968750000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.261718750000 0.025512695312 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.118652343750 +0.000000000000 0.000000000000 0.205078125000 0.000000000000 +0.000000000000 0.000000000000 0.089355468750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.033935546875 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.218750000000 0.048095703125 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.023803710938 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.100585937500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.004516601562 0.174804687500 0.049316406250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.121582031250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.188476562500 0.000000000000 +0.000000000000 0.017211914062 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.063476562500 0.000000000000 0.000000000000 +0.048339843750 0.000000000000 0.000000000000 0.000000000000 +0.090332031250 0.000000000000 0.000000000000 0.000000000000 +0.202148437500 0.316406250000 0.000000000000 0.257812500000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.081542968750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.112304687500 0.000000000000 +0.060302734375 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.283203125000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.032470703125 +0.000000000000 0.000000000000 0.386718750000 0.000000000000 +0.023437500000 0.000000000000 0.000000000000 0.000000000000 +0.014343261719 0.314453125000 0.000000000000 0.029296875000 +0.058593750000 0.183593750000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.037841796875 0.000000000000 0.431640625000 0.000000000000 +0.016235351562 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.161132812500 0.153320312500 0.170898437500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.024047851562 0.079101562500 0.000000000000 0.000000000000 +0.000000000000 0.048583984375 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.016113281250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.102050781250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.150390625000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.106933593750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.064453125000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.060302734375 0.003005981445 0.000000000000 +0.232421875000 0.000000000000 0.008361816406 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.050292968750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.150390625000 0.000000000000 0.000000000000 +0.129882812500 0.048339843750 0.057128906250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.020751953125 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.002838134766 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.213867187500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.107421875000 0.194335937500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.240234375000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.088867187500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.124023437500 0.100097656250 0.120605468750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.170898437500 0.243164062500 0.066894531250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.419921875000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.179687500000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.093750000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.216796875000 0.196289062500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.188476562500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.195312500000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.133789062500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.163085937500 0.000000000000 +0.000000000000 0.000000000000 0.201171875000 0.076660156250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.150390625000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.026855468750 0.000000000000 0.026367187500 +0.000000000000 0.000000000000 0.079589843750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.018676757812 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.168945312500 +0.002655029297 0.000000000000 0.000000000000 0.016113281250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.167968750000 0.000000000000 0.000000000000 +0.000000000000 0.265625000000 0.000000000000 0.000000000000 +0.000000000000 0.291015625000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.051269531250 0.000000000000 +0.119628906250 0.000000000000 0.036621093750 0.072753906250 +0.044433593750 0.018920898438 0.082031250000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.281250000000 0.275390625000 0.000000000000 0.170898437500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.034912109375 0.114746093750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.084472656250 +0.000000000000 0.000000000000 0.065429687500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.023925781250 0.000000000000 0.259765625000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.115722656250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.059570312500 0.160156250000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.004180908203 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.080078125000 +0.000000000000 0.000000000000 0.000000000000 0.144531250000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.110839843750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.009826660156 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.068359375000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000083446503 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.189453125000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.037353515625 0.000000000000 0.085937500000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.318359375000 0.101074218750 0.217773437500 0.198242187500 +0.000000000000 0.175781250000 0.000000000000 0.151367187500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.025146484375 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.285156250000 +0.092285156250 0.000000000000 0.112792968750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.058593750000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.012329101562 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.246093750000 0.000000000000 0.051269531250 +0.078613281250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.020507812500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.042480468750 0.000000000000 0.049316406250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.061279296875 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.096679687500 0.048828125000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.028076171875 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.068847656250 0.185546875000 0.122070312500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.292968750000 0.000000000000 0.039062500000 +0.000000000000 0.000000000000 0.019775390625 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.068359375000 +0.059082031250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.099121093750 0.000000000000 0.155273437500 0.069824218750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.143554687500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.091796875000 +0.000000000000 0.120605468750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.058349609375 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.075195312500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.191406250000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.002105712891 0.000000000000 0.119628906250 0.058837890625 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.114257812500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.007507324219 0.000000000000 0.100097656250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.162109375000 0.000000000000 +0.182617187500 0.000000000000 0.094726562500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.235351562500 0.100097656250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.171875000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.098144531250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.155273437500 0.103027343750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.008178710938 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.018066406250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.112304687500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.174804687500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.133789062500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.054931640625 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.012695312500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.033691406250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.020141601562 0.076660156250 0.392578125000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.002716064453 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.106445312500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.057861328125 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.072265625000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.064941406250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.129882812500 0.144531250000 +0.211914062500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.171875000000 +0.016967773438 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.084960937500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.074707031250 0.000000000000 0.000000000000 +0.000000000000 0.048339843750 0.000000000000 0.101562500000 +0.000000000000 0.000000000000 0.205078125000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.030273437500 0.000000000000 0.186523437500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.186523437500 0.000000000000 0.002822875977 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.292968750000 +0.178710937500 0.174804687500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.449218750000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.112304687500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.022460937500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.020874023438 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.283203125000 0.101562500000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.035400390625 +0.000000000000 0.000000000000 0.000000000000 0.026733398438 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.060546875000 0.078125000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.010742187500 +0.000000000000 0.000000000000 0.425781250000 0.052001953125 +0.390625000000 0.221679687500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.026611328125 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.163085937500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.050292968750 +0.339843750000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.214843750000 0.000000000000 +0.088867187500 0.000000000000 0.353515625000 0.562500000000 +0.001983642578 0.000000000000 0.000000000000 0.000000000000 +0.036621093750 0.097656250000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.027221679688 0.247070312500 +0.237304687500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.016357421875 0.000000000000 0.125976562500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.287109375000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.163085937500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.026611328125 0.000000000000 0.000000000000 0.000000000000 +0.263671875000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.060058593750 0.000000000000 +0.000000000000 0.289062500000 0.112304687500 0.000000000000 +0.000000000000 0.000000000000 0.198242187500 0.000000000000 +0.000000000000 0.000000000000 0.029907226562 0.028076171875 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.137695312500 0.154296875000 0.000000000000 +0.029663085938 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.009521484375 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.224609375000 0.287109375000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.060546875000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.041015625000 +0.062988281250 0.025390625000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.091796875000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.062011718750 0.000000000000 0.098144531250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.187500000000 0.000000000000 0.176757812500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.233398437500 +0.071289062500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.048828125000 0.228515625000 0.283203125000 +0.000211715698 0.034912109375 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.038818359375 0.000000000000 +0.069824218750 0.155273437500 0.283203125000 0.398437500000 +0.100097656250 0.000000000000 0.086425781250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.007812500000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.027343750000 0.000000000000 +0.000000000000 0.231445312500 0.261718750000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.068359375000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.074707031250 0.076171875000 +0.000000000000 0.000000000000 0.000000000000 0.153320312500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.017822265625 +0.247070312500 0.086914062500 0.249023437500 0.000000000000 +0.136718750000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.126953125000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.310546875000 0.055908203125 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.002136230469 0.000000000000 0.142578125000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.083007812500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.092773437500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.025024414062 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.006439208984 +0.161132812500 0.275390625000 0.000000000000 0.000000000000 +0.000000000000 0.106445312500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.038085937500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.058105468750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.040527343750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.161132812500 +0.008422851562 0.000000000000 0.000000000000 0.058593750000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.057373046875 0.000000000000 0.005584716797 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.022216796875 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.198242187500 +0.412109375000 0.230468750000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.355468750000 0.137695312500 0.296875000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.100585937500 0.043701171875 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.111816406250 +0.083496093750 0.000000000000 0.080566406250 0.017944335938 +0.165039062500 0.107910156250 0.020019531250 0.029785156250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.088378906250 0.000000000000 0.000000000000 +0.000000000000 0.126953125000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.016479492188 0.000000000000 +0.000000000000 0.134765625000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.086425781250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.043945312500 0.285156250000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.012573242188 +0.195312500000 0.063964843750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.259765625000 +0.300781250000 0.061279296875 0.000000000000 0.000000000000 +0.000000000000 0.066406250000 0.000000000000 0.018798828125 +0.232421875000 0.000000000000 0.018310546875 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.049072265625 0.000000000000 0.000000000000 +0.110351562500 0.093261718750 0.101562500000 0.104980468750 +0.000000000000 0.000000000000 0.038330078125 0.151367187500 +0.154296875000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.065429687500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.150390625000 0.000000000000 0.000000000000 0.000000000000 +0.083007812500 0.019775390625 0.119628906250 0.110351562500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.113281250000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.162109375000 0.000000000000 0.000000000000 0.039794921875 +0.000000000000 0.069824218750 0.076660156250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.108886718750 0.410156250000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.187500000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.007934570312 0.046386718750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.143554687500 0.148437500000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.112792968750 0.000000000000 0.207031250000 +0.100585937500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.062988281250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.017211914062 0.320312500000 +0.033203125000 0.027709960938 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.046630859375 0.000000000000 0.000000000000 +0.000000000000 0.095703125000 0.086914062500 0.031250000000 +0.000000000000 0.031738281250 0.006011962891 0.000000000000 +0.000000000000 0.000000000000 0.156250000000 0.012695312500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.042480468750 +0.000000000000 0.000000000000 0.014099121094 0.000000000000 +0.251953125000 0.032470703125 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.073730468750 0.000000000000 +0.000000000000 0.000000000000 0.001045227051 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.026733398438 +0.156250000000 0.230468750000 0.227539062500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.054443359375 0.066406250000 +0.287109375000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.022583007812 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.302734375000 +0.228515625000 0.009643554688 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.079589843750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.103027343750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.119140625000 +0.000000000000 0.105468750000 0.000000000000 0.000000000000 +0.067382812500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000103473663 0.000000000000 0.023071289062 0.049072265625 +0.056152343750 0.243164062500 0.056884765625 0.000000000000 +0.054687500000 0.000000000000 0.088867187500 0.000000000000 +0.177734375000 0.133789062500 0.145507812500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.038330078125 0.050292968750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.059326171875 0.146484375000 0.275390625000 0.294921875000 +0.050048828125 0.000180244446 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.189453125000 0.188476562500 0.330078125000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.082519531250 0.060791015625 0.016113281250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.038330078125 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.251953125000 0.156250000000 +0.257812500000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.183593750000 0.243164062500 0.085937500000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.033447265625 0.208984375000 +0.000000000000 0.000000000000 0.000000000000 0.112792968750 +0.006195068359 0.000000000000 0.000000000000 0.000000000000 +0.137695312500 0.351562500000 0.328125000000 0.447265625000 +0.000000000000 0.000000000000 0.000000000000 0.098632812500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.045654296875 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.404296875000 0.585937500000 0.316406250000 +0.000000000000 0.000000000000 0.000000000000 0.129882812500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.142578125000 0.177734375000 +0.231445312500 0.414062500000 0.117675781250 0.000000000000 +0.053710937500 0.388671875000 0.296875000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.154296875000 0.157226562500 0.259765625000 0.106445312500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.011840820312 +0.176757812500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.112304687500 0.253906250000 +0.107910156250 0.000000000000 0.147460937500 0.053955078125 +0.000000000000 0.000000000000 0.022094726562 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.141601562500 +0.104003906250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.075683593750 0.004302978516 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.005432128906 +0.000000000000 0.000000000000 0.085937500000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.314453125000 0.084472656250 0.000000000000 0.159179687500 +0.291015625000 0.180664062500 0.000000000000 0.000000000000 +0.000000000000 0.312500000000 0.050048828125 0.000000000000 +0.063964843750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.090820312500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.041748046875 0.078613281250 0.000000000000 0.029052734375 +0.108886718750 0.000000000000 0.057861328125 0.000000000000 +0.052246093750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.064453125000 0.380859375000 +0.263671875000 0.157226562500 0.000000000000 0.000000000000 +0.075683593750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.049072265625 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.146484375000 0.000000000000 0.146484375000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.146484375000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.086914062500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.107910156250 0.000000000000 +0.011901855469 0.004730224609 0.000000000000 0.011901855469 +0.040283203125 0.228515625000 0.291015625000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.039062500000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.143554687500 0.211914062500 0.060302734375 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.061035156250 0.044189453125 0.165039062500 0.281250000000 +0.470703125000 0.219726562500 0.105468750000 0.000000000000 +0.000000000000 0.012573242188 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.032958984375 0.088867187500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.003036499023 +0.232421875000 0.384765625000 0.523437500000 0.361328125000 +0.292968750000 0.298828125000 0.131835937500 0.015136718750 +0.000000000000 0.000000000000 0.000000000000 0.023437500000 +0.000000000000 0.000000000000 0.047119140625 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.225585937500 0.265625000000 +0.294921875000 0.000000000000 0.086914062500 0.032226562500 +0.178710937500 0.109863281250 0.007446289062 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.277343750000 0.408203125000 0.125976562500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.351562500000 0.640625000000 0.201171875000 0.296875000000 +0.000000000000 0.000000000000 0.147460937500 0.000000000000 +0.010437011719 0.000000000000 0.000000000000 0.156250000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.195312500000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.065429687500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.195312500000 0.004180908203 0.050292968750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.007202148438 0.000000000000 0.484375000000 0.221679687500 +0.128906250000 0.000000000000 0.000000000000 0.043212890625 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.067382812500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.047363281250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.002502441406 0.388671875000 0.060546875000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.028686523438 0.000000000000 0.005645751953 0.089843750000 +0.000000000000 0.119628906250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.115234375000 +0.105468750000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.040283203125 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.271484375000 0.104492187500 0.146484375000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.109375000000 0.000000000000 0.083496093750 0.257812500000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.022338867188 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.125976562500 +0.059326171875 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.135742187500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.026000976562 0.190429687500 0.000000000000 +0.000000000000 0.084960937500 0.093261718750 0.062988281250 +0.000000000000 0.000000000000 0.087890625000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.378906250000 0.468750000000 0.000331878662 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.185546875000 0.225585937500 0.271484375000 +0.065917968750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.121093750000 +0.061279296875 0.092773437500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.416015625000 0.194335937500 0.090332031250 0.208007812500 +0.046386718750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.055908203125 0.208007812500 0.016601562500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.023559570312 +0.015625000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.107910156250 0.000000000000 0.104003906250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.001358032227 0.039794921875 0.125976562500 +0.425781250000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.191406250000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.077148437500 0.339843750000 0.376953125000 +0.279296875000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.082519531250 0.169921875000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.019165039062 0.004577636719 0.069824218750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.077148437500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.296875000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.123046875000 0.155273437500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.067871093750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.042968750000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.355468750000 +0.281250000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.092773437500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.118164062500 0.114257812500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.087402343750 0.000000000000 +0.000000000000 0.000000000000 0.079101562500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.049072265625 +0.130859375000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.051513671875 0.316406250000 0.353515625000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.037353515625 +0.000000000000 0.027221679688 0.271484375000 0.077636718750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.027954101562 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.095214843750 0.000000000000 0.006103515625 +0.000000000000 0.043945312500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.116699218750 0.164062500000 0.291015625000 0.082031250000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.253906250000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.205078125000 0.138671875000 0.037841796875 +0.000000000000 0.009643554688 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.039550781250 +0.404296875000 0.400390625000 0.165039062500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.279296875000 +0.396484375000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.235351562500 0.146484375000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.027954101562 +0.000000000000 0.000000000000 0.211914062500 0.035400390625 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.089355468750 0.097656250000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.037597656250 0.170898437500 0.000000000000 +0.057373046875 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.140625000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.396484375000 +0.237304687500 0.414062500000 0.057617187500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.193359375000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.154296875000 +0.067382812500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.154296875000 0.322265625000 +0.094238281250 0.000000000000 0.000000000000 0.097656250000 +0.085449218750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.241210937500 +0.000000000000 0.226562500000 0.219726562500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.105468750000 +0.441406250000 0.175781250000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.033691406250 0.000000000000 0.133789062500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.010742187500 0.190429687500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.033203125000 +0.000000000000 0.000000000000 0.000000000000 0.122070312500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.089843750000 +0.194335937500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.155273437500 0.132812500000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.163085937500 0.088378906250 0.000000000000 +0.080078125000 0.330078125000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.055908203125 0.143554687500 0.096679687500 0.000000000000 +0.030761718750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.015319824219 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.053222656250 +0.224609375000 0.145507812500 0.107421875000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.121582031250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.488281250000 0.671875000000 +0.097167968750 0.014526367188 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.447265625000 0.345703125000 0.243164062500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.092773437500 0.120117187500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.166992187500 0.507812500000 0.142578125000 +0.208984375000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.088867187500 +0.320312500000 0.199218750000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.015625000000 +0.221679687500 0.240234375000 0.069335937500 0.000000000000 +0.000000000000 0.000000000000 0.034667968750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.199218750000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.169921875000 0.423828125000 +0.302734375000 0.279296875000 0.337890625000 0.137695312500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.070312500000 0.247070312500 0.318359375000 +0.000000000000 0.031005859375 0.098632812500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.153320312500 +0.066894531250 0.000000000000 0.086425781250 0.092773437500 +0.236328125000 0.059082031250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.148437500000 0.133789062500 0.018432617188 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.174804687500 0.061035156250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.117187500000 0.186523437500 0.190429687500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.287109375000 +0.113769531250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.243164062500 0.421875000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.106445312500 +0.197265625000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.158203125000 0.108398437500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.267578125000 0.271484375000 0.060546875000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.241210937500 0.257812500000 +0.097167968750 0.000000000000 0.000000000000 0.000000000000 +0.058349609375 0.000000000000 0.000000000000 0.000000000000 +0.057861328125 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.173828125000 +0.000000000000 0.000000000000 0.016235351562 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.031738281250 +0.000000000000 0.000000000000 0.134765625000 0.000000000000 +0.259765625000 0.000000000000 0.000000000000 0.164062500000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.008972167969 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.220703125000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.044189453125 +0.000000000000 0.000000000000 0.000000000000 0.048095703125 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.207031250000 0.000000000000 +0.249023437500 0.000000000000 0.000000000000 0.024536132812 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.132812500000 0.000000000000 +0.079101562500 0.000000000000 0.000000000000 0.182617187500 +0.000000000000 0.158203125000 0.000000000000 0.000000000000 +0.333984375000 0.000000000000 0.012268066406 0.355468750000 +0.000000000000 0.000000000000 0.155273437500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.093750000000 0.000000000000 0.000000000000 0.230468750000 +0.000000000000 0.000000000000 0.000000000000 0.110839843750 +0.058349609375 0.000000000000 0.060791015625 0.000000000000 +0.000000000000 0.000000000000 0.093261718750 0.000000000000 +0.149414062500 0.000000000000 0.000000000000 0.116210937500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.064941406250 0.000000000000 0.058593750000 0.000000000000 +0.000000000000 0.386718750000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.296875000000 0.000000000000 +0.000000000000 0.279296875000 0.000000000000 0.004150390625 +0.086914062500 0.000000000000 0.000000000000 0.000000000000 +0.306640625000 0.000000000000 0.000000000000 0.355468750000 +0.000000000000 0.000000000000 0.013671875000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.026611328125 +0.060546875000 0.000000000000 0.000000000000 0.000000000000 +0.040771484375 0.000000000000 0.000000000000 0.028198242188 +0.000000000000 0.124023437500 0.127929687500 0.000000000000 +0.000000000000 0.000000000000 0.236328125000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.068359375000 +0.000000000000 0.171875000000 0.000000000000 0.193359375000 +0.000000000000 0.000000000000 0.193359375000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.265625000000 0.000000000000 0.000000000000 +0.071777343750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.065429687500 0.000000000000 0.000000000000 +0.077148437500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.073242187500 0.000000000000 0.000000000000 +0.056640625000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.200195312500 +0.000000000000 0.000000000000 0.151367187500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.104980468750 0.000000000000 0.000000000000 +0.000000000000 0.106445312500 0.000000000000 0.000000000000 +0.028686523438 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.111816406250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.190429687500 0.000000000000 +0.153320312500 0.000000000000 0.000000000000 0.000000000000 +0.062255859375 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.003067016602 0.000000000000 +0.000000000000 0.239257812500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.041259765625 0.000000000000 0.000000000000 +0.347656250000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.126953125000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.044189453125 0.000000000000 0.000000000000 0.073730468750 +0.159179687500 0.000000000000 0.000000000000 0.078613281250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.142578125000 0.000000000000 0.000000000000 +0.250000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.180664062500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.023315429688 +0.000000000000 0.000000000000 0.060791015625 0.000000000000 +0.065917968750 0.000000000000 0.000000000000 0.353515625000 +0.000000000000 0.000000000000 0.216796875000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.067871093750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.177734375000 0.000000000000 0.000000000000 0.067382812500 +0.000000000000 0.125000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.154296875000 0.000000000000 +0.163085937500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.330078125000 0.116699218750 0.000000000000 +0.000000000000 0.184570312500 0.000000000000 0.000000000000 +0.130859375000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.143554687500 0.000000000000 0.000000000000 +0.198242187500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.110351562500 0.000000000000 0.150390625000 +0.000000000000 0.054443359375 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.166015625000 0.000000000000 +0.000000000000 0.078613281250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.068359375000 0.000000000000 +0.000000000000 0.000000000000 0.281250000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.001014709473 0.139648437500 0.000000000000 0.000000000000 +0.000000000000 0.204101562500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.031250000000 0.000000000000 0.000000000000 +0.000000000000 0.008544921875 0.000000000000 0.223632812500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.139648437500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.085937500000 0.000000000000 0.000000000000 +0.083007812500 0.000000000000 0.000000000000 0.166015625000 +0.000000000000 0.111328125000 0.000000000000 0.000000000000 +0.000000000000 0.102050781250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.142578125000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.043701171875 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.160156250000 0.000000000000 +0.000000000000 0.000000000000 0.037353515625 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.116699218750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.322265625000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.037353515625 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.068847656250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.060791015625 0.000000000000 0.000000000000 +0.016357421875 0.000000000000 0.000000000000 0.083496093750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.030761718750 0.000000000000 +0.000000000000 0.134765625000 0.000000000000 0.107910156250 +0.000000000000 0.000000000000 0.003936767578 0.000000000000 +0.000000000000 0.000000000000 0.009826660156 0.000000000000 +0.000000000000 0.202148437500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.019287109375 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.016235351562 +0.000000000000 0.000000000000 0.000000000000 0.160156250000 +0.000000000000 0.382812500000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.143554687500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.147460937500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.036376953125 0.153320312500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.106933593750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000432968140 0.000000000000 +0.000000000000 0.000000000000 0.175781250000 0.063964843750 +0.000000000000 0.289062500000 0.000000000000 0.000000000000 +0.020507812500 0.000000000000 0.402343750000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.211914062500 0.000000000000 +0.000000000000 0.174804687500 0.000000000000 0.095214843750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.019287109375 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.104980468750 +0.000000000000 0.000000000000 0.220703125000 0.000000000000 +0.000000000000 0.000000000000 0.022949218750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.064453125000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.550781250000 +0.000000000000 0.000000000000 0.045654296875 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.020751953125 0.000000000000 0.000000000000 0.000000000000 +0.205078125000 0.071777343750 0.000000000000 0.013977050781 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.074707031250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.004974365234 0.000000000000 0.031738281250 +0.000000000000 0.036376953125 0.000000000000 0.000000000000 +0.000000000000 0.008117675781 0.000000000000 0.000000000000 +0.000000000000 0.063964843750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.335937500000 0.000000000000 0.000000000000 0.243164062500 +0.000000000000 0.076660156250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.226562500000 0.000000000000 +0.000000000000 0.000000000000 0.026855468750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.187500000000 0.000000000000 0.000000000000 0.048095703125 +0.000000000000 0.050537109375 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.018676757812 0.000000000000 0.000000000000 +0.261718750000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.312500000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.388671875000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.166015625000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.040527343750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.057861328125 +0.000000000000 0.000000000000 0.068359375000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.220703125000 +0.000000000000 0.000000000000 0.047607421875 0.000000000000 +0.006317138672 0.000000000000 0.106933593750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.216796875000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.145507812500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.145507812500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.161132812500 +0.000000000000 0.000000000000 0.148437500000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.140625000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.004211425781 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.044433593750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.055175781250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.182617187500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.130859375000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.015197753906 0.000000000000 0.039306640625 +0.000000000000 0.000000000000 0.176757812500 0.000000000000 +0.086914062500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.225585937500 0.009643554688 +0.000000000000 0.095703125000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.056152343750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.088867187500 0.000000000000 0.000000000000 +0.285156250000 0.000000000000 0.000000000000 0.166992187500 +0.000000000000 0.000000000000 0.157226562500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.147460937500 0.000000000000 0.000000000000 +0.160156250000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.049072265625 0.000000000000 +0.036621093750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.090332031250 +0.000000000000 0.000000000000 0.178710937500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.019897460938 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.025024414062 0.000000000000 0.000000000000 0.060546875000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.077148437500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.128906250000 0.123535156250 +0.238281250000 0.195312500000 0.298828125000 0.308593750000 +0.138671875000 0.012878417969 0.103515625000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.024780273438 0.000000000000 +0.281250000000 0.036865234375 0.000000000000 0.015258789062 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.007110595703 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.041992187500 0.040039062500 0.083984375000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.070800781250 0.118652343750 0.347656250000 +0.294921875000 0.000000000000 0.048583984375 0.000434875488 +0.000000000000 0.000000000000 0.113281250000 0.000000000000 +0.041259765625 0.102539062500 0.000000000000 0.118164062500 +0.107421875000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.058105468750 +0.000000000000 0.000000000000 0.068847656250 0.058837890625 +0.028198242188 0.000000000000 0.142578125000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.011901855469 +0.041503906250 0.069824218750 0.000000000000 0.183593750000 +0.000000000000 0.192382812500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.100097656250 0.267578125000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.020874023438 0.000000000000 0.000000000000 0.000000000000 +0.137695312500 0.125976562500 0.185546875000 0.167968750000 +0.188476562500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.108886718750 0.016601562500 +0.251953125000 0.144531250000 0.000000000000 0.174804687500 +0.142578125000 0.172851562500 0.206054687500 0.192382812500 +0.000000000000 0.050048828125 0.065429687500 0.000000000000 +0.000000000000 0.265625000000 0.212890625000 0.000000000000 +0.007080078125 0.000000000000 0.000000000000 0.013061523438 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.115234375000 0.000000000000 +0.003067016602 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.072753906250 0.000000000000 0.081054687500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.111328125000 0.080078125000 0.178710937500 +0.201171875000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.095703125000 +0.040527343750 0.000000000000 0.242187500000 0.000000000000 +0.000000000000 0.049316406250 0.020629882812 0.000000000000 +0.053710937500 0.000000000000 0.128906250000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.014282226562 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.010437011719 0.201171875000 +0.273437500000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.133789062500 +0.102050781250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.055908203125 +0.117187500000 0.156250000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.020996093750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.084960937500 +0.000000000000 0.000000000000 0.000000000000 0.061523437500 +0.000000000000 0.000000000000 0.000000000000 0.207031250000 +0.037597656250 0.116210937500 0.178710937500 0.205078125000 +0.310546875000 0.079101562500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.200195312500 0.023071289062 0.170898437500 0.125976562500 +0.000000000000 0.004089355469 0.000000000000 0.000000000000 +0.000000000000 0.053955078125 0.001068115234 0.205078125000 +0.000000000000 0.123535156250 0.072265625000 0.079589843750 +0.101562500000 0.034912109375 0.000000000000 0.109863281250 +0.000000000000 0.000000000000 0.093750000000 0.100585937500 +0.099609375000 0.312500000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.045410156250 0.117187500000 0.173828125000 0.164062500000 +0.205078125000 0.132812500000 0.000000000000 0.000000000000 +0.092773437500 0.032714843750 0.208984375000 0.382812500000 +0.300781250000 0.242187500000 0.277343750000 0.042480468750 +0.055419921875 0.000000000000 0.022216796875 0.000000000000 +0.062255859375 0.075195312500 0.054443359375 0.090332031250 +0.144531250000 0.275390625000 0.050048828125 0.099121093750 +0.000000000000 0.238281250000 0.166015625000 0.098632812500 +0.392578125000 0.216796875000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.027465820312 0.000000000000 0.107910156250 0.042236328125 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.212890625000 0.019653320312 0.099609375000 0.000000000000 +0.000000000000 0.007873535156 0.000000000000 0.000000000000 +0.021484375000 0.130859375000 0.000000000000 0.160156250000 +0.065917968750 0.228515625000 0.365234375000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.069824218750 0.000000000000 +0.001274108887 0.000000000000 0.169921875000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.118652343750 0.031494140625 0.000000000000 +0.000000000000 0.105957031250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.051025390625 0.013793945312 0.044433593750 0.066894531250 +0.046875000000 0.084472656250 0.000000000000 0.207031250000 +0.127929687500 0.037109375000 0.175781250000 0.012451171875 +0.056152343750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.206054687500 0.179687500000 0.137695312500 +0.215820312500 0.041503906250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.088867187500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.145507812500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.071289062500 +0.088867187500 0.080078125000 0.000000000000 0.022827148438 +0.000000000000 0.000000000000 0.043945312500 0.076171875000 +0.000000000000 0.079589843750 0.000000000000 0.000000000000 +0.000000000000 0.058593750000 0.021728515625 0.113769531250 +0.040283203125 0.115234375000 0.121093750000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.011596679688 0.020629882812 0.000000000000 +0.133789062500 0.084960937500 0.000000000000 0.125976562500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.021362304688 0.077148437500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.104492187500 +0.150390625000 0.154296875000 0.242187500000 0.109375000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.007995605469 0.079101562500 0.367187500000 +0.250000000000 0.055419921875 0.049072265625 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.137695312500 0.000000000000 0.062988281250 +0.087402343750 0.000000000000 0.026123046875 0.000000000000 +0.045410156250 0.000000000000 0.141601562500 0.376953125000 +0.106933593750 0.189453125000 0.243164062500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.031005859375 0.000000000000 0.000000000000 0.012634277344 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.164062500000 0.148437500000 +0.159179687500 0.000000000000 0.061035156250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.015197753906 0.011108398438 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.108398437500 0.208984375000 +0.156250000000 0.248046875000 0.041992187500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.081054687500 0.053466796875 +0.058593750000 0.130859375000 0.279296875000 0.052734375000 +0.000000000000 0.020629882812 0.061767578125 0.000000000000 +0.057128906250 0.000000000000 0.002548217773 0.000000000000 +0.000000000000 0.150390625000 0.000000000000 0.207031250000 +0.197265625000 0.161132812500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.079101562500 0.114746093750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.092773437500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.008911132812 0.000000000000 0.220703125000 0.108886718750 +0.000000000000 0.122070312500 0.151367187500 0.000000000000 +0.000000000000 0.081542968750 0.021362304688 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.133789062500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.016479492188 0.040771484375 0.000000000000 0.117187500000 +0.000000000000 0.000000000000 0.092773437500 0.000000000000 +0.000000000000 0.000000000000 0.041748046875 0.000000000000 +0.000000000000 0.057373046875 0.000000000000 0.000000000000 +0.077148437500 0.000000000000 0.000000000000 0.235351562500 +0.249023437500 0.062011718750 0.041259765625 0.085937500000 +0.000000000000 0.000000000000 0.000000000000 0.010498046875 +0.119628906250 0.000000000000 0.098632812500 0.022338867188 +0.159179687500 0.204101562500 0.142578125000 0.148437500000 +0.291015625000 0.324218750000 0.304687500000 0.176757812500 +0.235351562500 0.100585937500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.038085937500 0.000000000000 0.000000000000 0.017089843750 +0.154296875000 0.145507812500 0.246093750000 0.417968750000 +0.171875000000 0.062011718750 0.154296875000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.035156250000 0.068847656250 0.022094726562 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.075683593750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.119140625000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.129882812500 0.000000000000 +0.000000000000 0.000000000000 0.054687500000 0.000000000000 +0.032714843750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.076171875000 0.110351562500 0.235351562500 +0.188476562500 0.182617187500 0.005371093750 0.034912109375 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.107421875000 0.217773437500 0.273437500000 +0.119140625000 0.316406250000 0.306640625000 0.082031250000 +0.028442382812 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.016479492188 0.066894531250 +0.000000000000 0.065917968750 0.021484375000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.118652343750 0.033691406250 0.000000000000 +0.019897460938 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.133789062500 +0.141601562500 0.000000000000 0.071289062500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.062255859375 0.000000000000 0.000000000000 0.000000000000 +0.025756835938 0.000000000000 0.062255859375 0.000000000000 +0.011108398438 0.163085937500 0.259765625000 0.225585937500 +0.159179687500 0.009765625000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.021118164062 0.160156250000 0.029418945312 0.064941406250 +0.173828125000 0.000000000000 0.000000000000 0.098632812500 +0.050781250000 0.316406250000 0.398437500000 0.636718750000 +0.494140625000 0.225585937500 0.265625000000 0.000000000000 +0.255859375000 0.050781250000 0.067871093750 0.083007812500 +0.000000000000 0.000000000000 0.016113281250 0.000000000000 +0.000000000000 0.000000000000 0.133789062500 0.238281250000 +0.000000000000 0.141601562500 0.105957031250 0.000000000000 +0.000000000000 0.178710937500 0.000000000000 0.065429687500 +0.000000000000 0.003173828125 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.147460937500 0.000000000000 0.000000000000 +0.128906250000 0.000000000000 0.000000000000 0.166992187500 +0.000000000000 0.000000000000 0.002716064453 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.090332031250 +0.000000000000 0.083007812500 0.000000000000 0.000000000000 +0.131835937500 0.000000000000 0.133789062500 0.176757812500 +0.114257812500 0.111328125000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.131835937500 +0.000000000000 0.079101562500 0.123046875000 0.051025390625 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.055175781250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.123046875000 +0.000000000000 0.074707031250 0.000000000000 0.000000000000 +0.000000000000 0.064453125000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.119628906250 +0.086425781250 0.070800781250 0.000000000000 0.000000000000 +0.000000000000 0.294921875000 0.077148437500 0.000000000000 +0.012756347656 0.000000000000 0.000000000000 0.000000000000 +0.061767578125 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.011962890625 0.000000000000 0.221679687500 0.228515625000 +0.253906250000 0.000000000000 0.010375976562 0.000000000000 +0.000000000000 0.000000000000 0.102050781250 0.090820312500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.075195312500 0.000000000000 0.021972656250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.015197753906 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.038574218750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.001968383789 0.000000000000 0.000000000000 +0.000000000000 0.013793945312 0.094726562500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.035888671875 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.010864257812 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.052978515625 +0.000000000000 0.000000000000 0.016723632812 0.000000000000 +0.000000000000 0.000000000000 0.218750000000 0.193359375000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.237304687500 0.000000000000 0.000000000000 0.263671875000 +0.012329101562 0.000000000000 0.038330078125 0.091308593750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.078125000000 0.015747070312 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.104980468750 0.000000000000 0.000000000000 +0.015747070312 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.312500000000 0.000000000000 0.000000000000 +0.000000000000 0.257812500000 0.094238281250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.277343750000 +0.056152343750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.139648437500 +0.171875000000 0.347656250000 0.163085937500 0.128906250000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.069824218750 0.026489257812 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.046142578125 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.096191406250 0.020507812500 0.000000000000 +0.089355468750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.022216796875 0.000000000000 +0.000000000000 0.000000000000 0.053466796875 0.094726562500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000656127930 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.154296875000 0.174804687500 +0.076171875000 0.000000000000 0.047363281250 0.000000000000 +0.000000000000 0.066406250000 0.002761840820 0.001495361328 +0.000000000000 0.337890625000 0.081054687500 0.000000000000 +0.000000000000 0.000000000000 0.112304687500 0.000000000000 +0.000000000000 0.000000000000 0.337890625000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.031982421875 +0.027221679688 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.024414062500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.150390625000 0.153320312500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.069824218750 +0.000000000000 0.271484375000 0.000000000000 0.070800781250 +0.058349609375 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.040771484375 +0.082519531250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.012817382812 +0.115234375000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.035888671875 +0.142578125000 0.067871093750 0.092773437500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.004730224609 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.257812500000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.141601562500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.111328125000 0.065917968750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.241210937500 +0.000000000000 0.000000000000 0.000000000000 0.275390625000 +0.000000000000 0.000000000000 0.000000000000 0.139648437500 +0.005004882812 0.000000000000 0.000000000000 0.240234375000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.032226562500 0.147460937500 +0.071289062500 0.000000000000 0.000000000000 0.034423828125 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.179687500000 +0.000000000000 0.000000000000 0.094726562500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.014526367188 0.175781250000 0.000000000000 +0.104492187500 0.000000000000 0.000000000000 0.000000000000 +0.004913330078 0.058349609375 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.061767578125 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.038818359375 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.105468750000 0.000000000000 0.021240234375 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.090332031250 0.232421875000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.016601562500 0.233398437500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.138671875000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.215820312500 0.208984375000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.014587402344 0.000000000000 0.000000000000 0.000000000000 +0.029296875000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.093750000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.120605468750 0.145507812500 0.000000000000 0.000000000000 +0.000000000000 0.191406250000 0.257812500000 0.085449218750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.025146484375 0.041992187500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.029052734375 0.172851562500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.141601562500 0.002471923828 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.053955078125 0.012878417969 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.084472656250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.045898437500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.036621093750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.090820312500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.012573242188 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.078125000000 0.312500000000 0.163085937500 0.049560546875 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.124511718750 0.074707031250 0.039794921875 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.125976562500 0.138671875000 +0.111328125000 0.000000000000 0.001670837402 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.023925781250 +0.000000000000 0.000000000000 0.013366699219 0.000000000000 +0.053466796875 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.177734375000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.142578125000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.010375976562 0.008850097656 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.095214843750 0.439453125000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.173828125000 0.458984375000 +0.000000000000 0.000000000000 0.175781250000 0.200195312500 +0.114257812500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.157226562500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.030029296875 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.237304687500 0.000877380371 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.013671875000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.039062500000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.018920898438 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.032470703125 0.062011718750 0.000000000000 +0.000000000000 0.000000000000 0.095214843750 0.249023437500 +0.137695312500 0.017089843750 0.000000000000 0.000000000000 +0.000000000000 0.019775390625 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.094726562500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.097167968750 0.204101562500 0.232421875000 0.034423828125 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.049560546875 0.339843750000 0.173828125000 0.000000000000 +0.000000000000 0.000000000000 0.109375000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.081542968750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.012023925781 0.052001953125 0.222656250000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.068359375000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.308593750000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.043457031250 0.000000000000 0.000000000000 0.079589843750 +0.086914062500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.110839843750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.180664062500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.005737304688 0.184570312500 +0.000000000000 0.102050781250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.165039062500 0.000000000000 0.081542968750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.035400390625 0.048583984375 0.000000000000 0.000000000000 +0.000000000000 0.082519531250 0.000000000000 0.000000000000 +0.000000000000 0.044433593750 0.069335937500 0.000000000000 +0.085449218750 0.025268554688 0.000000000000 0.024169921875 +0.000000000000 0.000000000000 0.021484375000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.221679687500 +0.000000000000 0.103515625000 0.148437500000 0.000000000000 +0.000000000000 0.000000000000 0.063964843750 0.107421875000 +0.076660156250 0.057128906250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.001014709473 +0.000000000000 0.000000000000 0.120605468750 0.000000000000 +0.221679687500 0.146484375000 0.038574218750 0.192382812500 +0.142578125000 0.196289062500 0.150390625000 0.135742187500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.195312500000 0.079101562500 0.343750000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.061523437500 0.072265625000 0.013000488281 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.006225585938 0.000000000000 0.015258789062 0.042724609375 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.132812500000 0.000000000000 0.190429687500 0.116210937500 +0.000000000000 0.056640625000 0.000000000000 0.000000000000 +0.046630859375 0.000000000000 0.000000000000 0.277343750000 +0.127929687500 0.000000000000 0.024047851562 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.086914062500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.166992187500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.014282226562 0.147460937500 +0.098144531250 0.009216308594 0.025268554688 0.000000000000 +0.186523437500 0.009521484375 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.122070312500 +0.330078125000 0.099609375000 0.054931640625 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.222656250000 +0.000000000000 0.000000000000 0.000000000000 0.178710937500 +0.182617187500 0.208984375000 0.140625000000 0.029541015625 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.175781250000 0.380859375000 0.208984375000 0.257812500000 +0.060302734375 0.000000000000 0.121093750000 0.032226562500 +0.251953125000 0.164062500000 0.028564453125 0.000000000000 +0.000000000000 0.000000000000 0.007019042969 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.269531250000 0.000000000000 0.078613281250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.075683593750 0.018676757812 0.030029296875 +0.051269531250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.047119140625 0.154296875000 +0.335937500000 0.040039062500 0.046386718750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.070312500000 0.015747070312 +0.070312500000 0.249023437500 0.000000000000 0.000000000000 +0.106933593750 0.026733398438 0.000000000000 0.142578125000 +0.000000000000 0.000000000000 0.000000000000 0.015014648438 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.073730468750 0.125000000000 0.247070312500 0.281250000000 +0.022827148438 0.000000000000 0.000000000000 0.000000000000 +0.017578125000 0.000000000000 0.084960937500 0.000000000000 +0.000000000000 0.032470703125 0.000000000000 0.000000000000 +0.000000000000 0.016967773438 0.055908203125 0.169921875000 +0.170898437500 0.000000000000 0.005310058594 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.056884765625 0.000000000000 0.023681640625 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.085449218750 0.000000000000 0.126953125000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.043945312500 0.000000000000 0.076171875000 0.000000000000 +0.118652343750 0.291015625000 0.198242187500 0.141601562500 +0.093261718750 0.000000000000 0.000000000000 0.000000000000 +0.037597656250 0.000000000000 0.077148437500 0.065917968750 +0.000000000000 0.175781250000 0.139648437500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.067382812500 0.000000000000 0.177734375000 0.079101562500 +0.199218750000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.138671875000 0.198242187500 0.097656250000 0.008850097656 +0.083496093750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.037109375000 0.058837890625 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.142578125000 0.144531250000 0.000000000000 +0.090332031250 0.069824218750 0.035644531250 0.097167968750 +0.109375000000 0.000000000000 0.000000000000 0.086914062500 +0.099121093750 0.251953125000 0.275390625000 0.277343750000 +0.271484375000 0.155273437500 0.000000000000 0.063476562500 +0.000000000000 0.000000000000 0.000000000000 0.001953125000 +0.125000000000 0.175781250000 0.164062500000 0.106445312500 +0.129882812500 0.014404296875 0.000000000000 0.000000000000 +0.024536132812 0.000000000000 0.053222656250 0.332031250000 +0.136718750000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.012084960938 +0.000000000000 0.077636718750 0.033447265625 0.106445312500 +0.123046875000 0.000000000000 0.000000000000 0.141601562500 +0.000000000000 0.220703125000 0.000000000000 0.000000000000 +0.089843750000 0.000000000000 0.000000000000 0.040527343750 +0.056152343750 0.000000000000 0.207031250000 0.041503906250 +0.110351562500 0.118652343750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.040527343750 +0.017089843750 0.000000000000 0.010742187500 0.026123046875 +0.000000000000 0.162109375000 0.000000000000 0.000000000000 +0.000000000000 0.020751953125 0.000000000000 0.093261718750 +0.269531250000 0.000000000000 0.000000000000 0.005767822266 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.144531250000 +0.024047851562 0.001296997070 0.079101562500 0.026123046875 +0.051025390625 0.000000000000 0.099609375000 0.000000000000 +0.108398437500 0.048828125000 0.000000000000 0.076171875000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.171875000000 0.041259765625 0.104492187500 0.062988281250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.031982421875 +0.000000000000 0.000000000000 0.000000000000 0.070800781250 +0.000000000000 0.042480468750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.083007812500 +0.033935546875 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.086425781250 0.050048828125 +0.152343750000 0.000000000000 0.000000000000 0.000000000000 +0.019897460938 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.030151367188 0.128906250000 0.000000000000 +0.086425781250 0.000000000000 0.000000000000 0.000000000000 +0.066406250000 0.241210937500 0.242187500000 0.085449218750 +0.047851562500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.102050781250 0.141601562500 0.122070312500 0.261718750000 +0.104980468750 0.000000000000 0.067382812500 0.000000000000 +0.034423828125 0.015197753906 0.000000000000 0.022460937500 +0.000000000000 0.158203125000 0.061523437500 0.121582031250 +0.065917968750 0.000000000000 0.109375000000 0.066406250000 +0.000000000000 0.000000000000 0.022338867188 0.000000000000 +0.163085937500 0.234375000000 0.168945312500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.066894531250 0.180664062500 0.347656250000 0.059570312500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.207031250000 0.196289062500 0.247070312500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.040039062500 +0.030029296875 0.000000000000 0.044921875000 0.079101562500 +0.045166015625 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.044921875000 0.250000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.005249023438 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.031982421875 +0.100097656250 0.314453125000 0.167968750000 0.125976562500 +0.000000000000 0.045166015625 0.000000000000 0.047119140625 +0.000000000000 0.000000000000 0.000000000000 0.025146484375 +0.170898437500 0.187500000000 0.064453125000 0.000000000000 +0.000000000000 0.000000000000 0.031738281250 0.110839843750 +0.000000000000 0.153320312500 0.000000000000 0.010925292969 +0.154296875000 0.003799438477 0.000000000000 0.000000000000 +0.000000000000 0.004943847656 0.099121093750 0.000000000000 +0.000000000000 0.000000000000 0.027832031250 0.096679687500 +0.029052734375 0.061523437500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.150390625000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.190429687500 0.118164062500 +0.191406250000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.059082031250 0.166992187500 +0.174804687500 0.032226562500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.005462646484 0.023071289062 +0.060058593750 0.091796875000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.018310546875 0.204101562500 0.075195312500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.013122558594 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.047851562500 0.104492187500 +0.129882812500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.008728027344 0.024536132812 0.138671875000 +0.000082492828 0.008972167969 0.107910156250 0.000000000000 +0.000000000000 0.111328125000 0.000000000000 0.149414062500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.026611328125 +0.000000000000 0.000000000000 0.010803222656 0.000000000000 +0.160156250000 0.138671875000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.030761718750 +0.017944335938 0.122558593750 0.000000000000 0.134765625000 +0.101074218750 0.135742187500 0.173828125000 0.154296875000 +0.166992187500 0.209960937500 0.082031250000 0.017822265625 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.047607421875 0.000000000000 0.086425781250 +0.000000000000 0.000000000000 0.000000000000 0.059326171875 +0.044433593750 0.185546875000 0.203125000000 0.074218750000 +0.024780273438 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.063964843750 0.000000000000 0.106445312500 +0.166015625000 0.049804687500 0.016967773438 0.013000488281 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.100097656250 0.008056640625 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.033691406250 0.000000000000 0.066406250000 +0.075195312500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.194335937500 0.222656250000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.042968750000 0.044433593750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.042480468750 0.081054687500 0.235351562500 0.000000000000 +0.000000000000 0.000000000000 0.077636718750 0.019287109375 +0.244140625000 0.094238281250 0.127929687500 0.150390625000 +0.125000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.051513671875 0.163085937500 +0.088867187500 0.166015625000 0.186523437500 0.000000000000 +0.108398437500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.078125000000 0.100585937500 0.001579284668 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.047607421875 0.000000000000 0.045166015625 0.008728027344 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.215820312500 +0.142578125000 0.140625000000 0.050537109375 0.000000000000 +0.109863281250 0.154296875000 0.302734375000 0.073242187500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.044677734375 +0.000553131104 0.083007812500 0.000000000000 0.000000000000 +0.000000000000 0.158203125000 0.052734375000 0.213867187500 +0.131835937500 0.000000000000 0.000000000000 0.055419921875 +0.008056640625 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.096191406250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.046386718750 +0.247070312500 0.131835937500 0.251953125000 0.121582031250 +0.108398437500 0.029907226562 0.089843750000 0.135742187500 +0.000000000000 0.000000000000 0.092285156250 0.000000000000 +0.267578125000 0.241210937500 0.277343750000 0.095214843750 +0.000000000000 0.009216308594 0.000000000000 0.037841796875 +0.000000000000 0.017700195312 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.135742187500 +0.045166015625 0.110351562500 0.147460937500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.055664062500 +0.267578125000 0.021240234375 0.162109375000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.008056640625 +0.000000000000 0.098632812500 0.050781250000 0.000000000000 +0.098144531250 0.000000000000 0.006134033203 0.222656250000 +0.000000000000 0.000000000000 0.017944335938 0.000000000000 +0.000000000000 0.130859375000 0.000000000000 0.068847656250 +0.078613281250 0.000000000000 0.000000000000 0.000000000000 +0.127929687500 0.029541015625 0.172851562500 0.190429687500 +0.053955078125 0.133789062500 0.062500000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.001861572266 +0.000000000000 0.000000000000 0.090332031250 0.000000000000 +0.204101562500 0.263671875000 0.147460937500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.020751953125 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.061767578125 +0.125000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.224609375000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.165039062500 +0.000000000000 0.000000000000 0.006561279297 0.170898437500 +0.000000000000 0.000000000000 0.000000000000 0.134765625000 +0.000000000000 0.000000000000 0.000000000000 0.222656250000 +0.000000000000 0.107910156250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.125976562500 0.023925781250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.096679687500 0.255859375000 0.171875000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.019531250000 +0.117187500000 0.000000000000 0.110839843750 0.000000000000 +0.000000000000 0.000000000000 0.129882812500 0.000000000000 +0.265625000000 0.000000000000 0.000051021576 0.088867187500 +0.000000000000 0.000000000000 0.000000000000 0.068847656250 +0.318359375000 0.000000000000 0.145507812500 0.000000000000 +0.000000000000 0.174804687500 0.000000000000 0.000000000000 +0.021606445312 0.000000000000 0.080078125000 0.000000000000 +0.000000000000 0.047607421875 0.000000000000 0.000000000000 +0.051513671875 0.054199218750 0.000000000000 0.023925781250 +0.000000000000 0.235351562500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.006164550781 +0.168945312500 0.000000000000 0.000000000000 0.000000000000 +0.291015625000 0.148437500000 0.199218750000 0.000000000000 +0.000000000000 0.000000000000 0.002182006836 0.002502441406 +0.000000000000 0.000000000000 0.000130653381 0.000000000000 +0.015563964844 0.121093750000 0.000000000000 0.000000000000 +0.030395507812 0.109375000000 0.158203125000 0.000000000000 +0.000000000000 0.000000000000 0.017822265625 0.369140625000 +0.000000000000 0.000000000000 0.015502929688 0.000000000000 +0.000000000000 0.542968750000 0.092285156250 0.000000000000 +0.000000000000 0.048828125000 0.000000000000 0.000000000000 +0.135742187500 0.052001953125 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.139648437500 0.035156250000 0.000770568848 0.000000000000 +0.000000000000 0.000000000000 0.462890625000 0.000000000000 +0.000000000000 0.000000000000 0.016479492188 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.236328125000 +0.376953125000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.030883789062 0.000000000000 0.006072998047 +0.067871093750 0.054199218750 0.000000000000 0.159179687500 +0.089843750000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.184570312500 0.069824218750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.343750000000 +0.000000000000 0.000000000000 0.000000000000 0.045654296875 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.050292968750 +0.000000000000 0.071289062500 0.032958984375 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.009826660156 0.000000000000 0.052734375000 +0.009521484375 0.000000000000 0.000000000000 0.105957031250 +0.064941406250 0.000000000000 0.000000000000 0.163085937500 +0.000000000000 0.000000000000 0.163085937500 0.132812500000 +0.000000000000 0.151367187500 0.038330078125 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.140625000000 0.000000000000 0.174804687500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.099609375000 0.312500000000 0.000000000000 0.000000000000 +0.056884765625 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.208984375000 +0.000000000000 0.000000000000 0.060791015625 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.125000000000 0.185546875000 0.000000000000 +0.000000000000 0.000000000000 0.087402343750 0.000000000000 +0.304687500000 0.000000000000 0.000000000000 0.000000000000 +0.161132812500 0.073730468750 0.000000000000 0.000000000000 +0.103515625000 0.000000000000 0.000000000000 0.000000000000 +0.078613281250 0.170898437500 0.000000000000 0.000000000000 +0.211914062500 0.000000000000 0.000000000000 0.006439208984 +0.000000000000 0.159179687500 0.225585937500 0.000000000000 +0.000000000000 0.008361816406 0.013061523438 0.000000000000 +0.019042968750 0.000000000000 0.021606445312 0.008300781250 +0.000000000000 0.000000000000 0.000000000000 0.110839843750 +0.000000000000 0.000000000000 0.176757812500 0.000000000000 +0.004974365234 0.015014648438 0.000000000000 0.000000000000 +0.214843750000 0.082031250000 0.118652343750 0.084960937500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.031005859375 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.382812500000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.040527343750 0.000000000000 0.000000000000 0.060546875000 +0.000000000000 0.000000000000 0.000000000000 0.090820312500 +0.000000000000 0.022827148438 0.000000000000 0.000000000000 +0.000000000000 0.037109375000 0.000000000000 0.000000000000 +0.064941406250 0.000000000000 0.089843750000 0.000000000000 +0.000000000000 0.000000000000 0.339843750000 0.279296875000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.128906250000 0.000000000000 0.000000000000 +0.008728027344 0.000000000000 0.000000000000 0.118164062500 +0.000000000000 0.000000000000 0.075195312500 0.000000000000 +0.000000000000 0.031005859375 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.076171875000 0.009704589844 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.229492187500 0.133789062500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.507812500000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.316406250000 0.000000000000 0.022827148438 +0.000000000000 0.000000000000 0.000000000000 0.306640625000 +0.310546875000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.006225585938 0.207031250000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.079101562500 +0.000000000000 0.000000000000 0.000000000000 0.062988281250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.343750000000 0.000000000000 0.130859375000 +0.000000000000 0.000000000000 0.026733398438 0.110839843750 +0.000000000000 0.064941406250 0.002380371094 0.000000000000 +0.206054687500 0.155273437500 0.000000000000 0.000000000000 +0.120605468750 0.000000000000 0.074218750000 0.031494140625 +0.000000000000 0.153320312500 0.382812500000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.099609375000 0.020751953125 0.000000000000 0.110839843750 +0.000000000000 0.128906250000 0.000000000000 0.011047363281 +0.000000000000 0.419921875000 0.000000000000 0.000000000000 +0.000000000000 0.125976562500 0.000000000000 0.109375000000 +0.000000000000 0.025512695312 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.142578125000 0.004425048828 +0.193359375000 0.000000000000 0.000000000000 0.000000000000 +0.156250000000 0.019653320312 0.000000000000 0.000000000000 +0.002517700195 0.000000000000 0.335937500000 0.151367187500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.031738281250 0.000000000000 0.038085937500 0.000000000000 +0.034912109375 0.000000000000 0.116699218750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.080078125000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.007629394531 0.000000000000 +0.000000000000 0.078125000000 0.000000000000 0.000000000000 +0.000000000000 0.212890625000 0.068847656250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.056396484375 0.180664062500 0.033203125000 0.000000000000 +0.000000000000 0.037109375000 0.000000000000 0.000000000000 +0.312500000000 0.000000000000 0.000000000000 0.000000000000 +0.147460937500 0.072753906250 0.240234375000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.242187500000 +0.003784179688 0.000000000000 0.033447265625 0.498046875000 +0.000000000000 0.000000000000 0.000843048096 0.000000000000 +0.000000000000 0.066406250000 0.038818359375 0.180664062500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.224609375000 +0.058837890625 0.000000000000 0.000000000000 0.000000000000 +0.021118164062 0.267578125000 0.000000000000 0.016967773438 +0.000000000000 0.000000000000 0.000000000000 0.018432617188 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.009277343750 0.127929687500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.141601562500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.112792968750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.037597656250 0.242187500000 +0.000000000000 0.000000000000 0.000000000000 0.062988281250 +0.031250000000 0.000000000000 0.188476562500 0.000000000000 +0.000000000000 0.200195312500 0.059326171875 0.000000000000 +0.036865234375 0.000000000000 0.000000000000 0.043945312500 +0.337890625000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.157226562500 0.148437500000 +0.091796875000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.240234375000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.036132812500 0.000000000000 0.016235351562 +0.000000000000 0.013366699219 0.000000000000 0.000000000000 +0.000000000000 0.017578125000 0.000000000000 0.116699218750 +0.000000000000 0.000000000000 0.000000000000 0.081542968750 +0.000000000000 0.000000000000 0.062988281250 0.075683593750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.152343750000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.022338867188 0.000000000000 +0.000000000000 0.181640625000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.412109375000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.203125000000 0.000000000000 +0.237304687500 0.023803710938 0.000000000000 0.000000000000 +0.380859375000 0.079101562500 0.000000000000 0.000000000000 +0.000000000000 0.216796875000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.134765625000 +0.000000000000 0.178710937500 0.000000000000 0.000000000000 +0.000000000000 0.310546875000 0.000000000000 0.118164062500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.095214843750 0.000000000000 0.015258789062 +0.000000000000 0.006927490234 0.058837890625 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.139648437500 0.017456054688 0.000000000000 0.000000000000 +0.150390625000 0.124511718750 0.000000000000 0.000000000000 +0.000000000000 0.067871093750 0.000000000000 0.065917968750 +0.228515625000 0.000000000000 0.039794921875 0.000000000000 +0.000000000000 0.000000000000 0.048339843750 0.000000000000 +0.375000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.308593750000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.019653320312 0.000000000000 0.000000000000 +0.000000000000 0.419921875000 0.122558593750 0.000000000000 +0.000000000000 0.000000000000 0.051269531250 0.000000000000 +0.002441406250 0.068359375000 0.000000000000 0.124023437500 +0.000000000000 0.000000000000 0.107421875000 0.000000000000 +0.038574218750 0.000000000000 0.034179687500 0.000000000000 +0.000000000000 0.000000000000 0.478515625000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.177734375000 0.000000000000 0.041259765625 0.000000000000 +0.077636718750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.172851562500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.244140625000 0.000000000000 0.000000000000 0.000000000000 +0.002243041992 0.000000000000 0.000000000000 0.210937500000 +0.125976562500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.192382812500 0.000000000000 0.000000000000 +0.000000000000 0.061035156250 0.000000000000 0.061279296875 +0.000000000000 0.047607421875 0.000000000000 0.082031250000 +0.174804687500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.122070312500 0.067871093750 0.000000000000 +0.000000000000 0.000000000000 0.228515625000 0.000000000000 +0.000000000000 0.090820312500 0.000000000000 0.067382812500 +0.000000000000 0.000000000000 0.000000000000 0.023315429688 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.014526367188 0.201171875000 0.003494262695 +0.000000000000 0.000000000000 0.000000000000 0.099121093750 +0.049316406250 0.090820312500 0.000000000000 0.000000000000 +0.000000000000 0.114257812500 0.031250000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.259765625000 +0.096679687500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.141601562500 0.000000000000 +0.000000000000 0.000000000000 0.210937500000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.151367187500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.026245117188 0.482421875000 0.036132812500 0.001144409180 +0.000000000000 0.000000000000 0.023071289062 0.052978515625 +0.250000000000 0.198242187500 0.000000000000 0.098144531250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.314453125000 0.359375000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.196289062500 0.225585937500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.231445312500 0.148437500000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.075195312500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.353515625000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.015869140625 0.429687500000 0.124511718750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.289062500000 0.000000000000 0.164062500000 0.000000000000 +0.006378173828 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.037109375000 +0.030273437500 0.000000000000 0.000000000000 0.233398437500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.085449218750 0.135742187500 0.007202148438 0.050781250000 +0.000000000000 0.089355468750 0.000000000000 0.000000000000 +0.185546875000 0.000000000000 0.000000000000 0.231445312500 +0.000000000000 0.000000000000 0.225585937500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.227539062500 0.318359375000 0.000000000000 0.000000000000 +0.087402343750 0.000000000000 0.000000000000 0.189453125000 +0.000000000000 0.076171875000 0.077148437500 0.000000000000 +0.000000000000 0.011474609375 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.218750000000 0.015258789062 0.163085937500 +0.000000000000 0.320312500000 0.000000000000 0.109863281250 +0.000000000000 0.000000000000 0.000000000000 0.261718750000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.079589843750 0.033691406250 +0.050048828125 0.000000000000 0.035888671875 0.000000000000 +0.163085937500 0.000000000000 0.154296875000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.032226562500 0.000000000000 0.121582031250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.112792968750 +0.009887695312 0.000000000000 0.175781250000 0.000000000000 +0.000000000000 0.000000000000 0.108886718750 0.000000000000 +0.000000000000 0.002319335938 0.162109375000 0.011047363281 +0.000000000000 0.032714843750 0.000000000000 0.000000000000 +0.000000000000 0.083496093750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.025634765625 0.000000000000 0.000000000000 0.000000000000 +0.076171875000 0.000000000000 0.095214843750 0.020263671875 +0.094726562500 0.000000000000 0.041503906250 0.063476562500 +0.102539062500 0.000000000000 0.026733398438 0.000000000000 +0.042968750000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.099609375000 0.081054687500 +0.000000000000 0.000000000000 0.000000000000 0.453125000000 +0.004730224609 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.173828125000 0.244140625000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.044189453125 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.172851562500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.410156250000 0.143554687500 0.113281250000 0.094726562500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.111816406250 0.000000000000 0.102050781250 +0.209960937500 0.151367187500 0.006744384766 0.028686523438 +0.000000000000 0.000000000000 0.057373046875 0.000000000000 +0.000000000000 0.036376953125 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.070312500000 0.126953125000 +0.010314941406 0.263671875000 0.394531250000 0.067382812500 +0.161132812500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.027709960938 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.027221679688 0.000000000000 +0.000000000000 0.255859375000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.072753906250 +0.000000000000 0.000000000000 0.000000000000 0.118164062500 +0.000000000000 0.000000000000 0.000000000000 0.163085937500 +0.000000000000 0.112304687500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.078613281250 0.287109375000 +0.095214843750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.245117187500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.159179687500 +0.003082275391 0.000000000000 0.020629882812 0.000000000000 +0.000000000000 0.269531250000 0.000000000000 0.093750000000 +0.197265625000 0.000000000000 0.171875000000 0.186523437500 +0.000000000000 0.000000000000 0.212890625000 0.002700805664 +0.210937500000 0.000000000000 0.202148437500 0.000000000000 +0.000000000000 0.000000000000 0.043945312500 0.018676757812 +0.000000000000 0.000000000000 0.010498046875 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.186523437500 0.173828125000 +0.000000000000 0.062988281250 0.044189453125 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.033935546875 0.000000000000 0.000000000000 0.016113281250 +0.042968750000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.100097656250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.001243591309 +0.000000000000 0.000000000000 0.127929687500 0.101562500000 +0.141601562500 0.177734375000 0.172851562500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.030761718750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.037597656250 0.000000000000 0.000000000000 0.038330078125 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.291015625000 0.235351562500 +0.000000000000 0.116699218750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.073730468750 +0.000000000000 0.000000000000 0.002075195312 0.000000000000 +0.000000000000 0.147460937500 0.000000000000 0.022583007812 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.057128906250 0.044677734375 0.000000000000 0.000000000000 +0.000000000000 0.228515625000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.283203125000 0.088378906250 0.077636718750 0.139648437500 +0.000000000000 0.000000000000 0.087402343750 0.032714843750 +0.000000000000 0.000000000000 0.006866455078 0.190429687500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.001632690430 +0.000000000000 0.000000000000 0.052734375000 0.003723144531 +0.099121093750 0.034423828125 0.228515625000 0.035644531250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.027954101562 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.043457031250 0.082519531250 0.000000000000 0.318359375000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.005462646484 0.000000000000 0.162109375000 +0.024169921875 0.245117187500 0.068847656250 0.359375000000 +0.128906250000 0.079101562500 0.125976562500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.146484375000 0.000000000000 0.106933593750 0.080078125000 +0.138671875000 0.003646850586 0.173828125000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.296875000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.099609375000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.216796875000 0.000000000000 0.000000000000 0.184570312500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.238281250000 0.164062500000 0.170898437500 +0.067382812500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.134765625000 0.000000000000 +0.000000000000 0.039794921875 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.108886718750 0.082031250000 0.000000000000 0.000000000000 +0.115722656250 0.000000000000 0.215820312500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.029296875000 0.208984375000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.153320312500 +0.000000000000 0.000000000000 0.134765625000 0.000000000000 +0.000000000000 0.083984375000 0.000000000000 0.013732910156 +0.241210937500 0.179687500000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.138671875000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.199218750000 +0.034667968750 0.332031250000 0.000000000000 0.000000000000 +0.212890625000 0.026123046875 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.125976562500 +0.140625000000 0.240234375000 0.000000000000 0.000000000000 +0.103515625000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.010620117188 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.226562500000 0.152343750000 0.000000000000 0.024291992188 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.130859375000 0.157226562500 0.000000000000 0.187500000000 +0.000000000000 0.000000000000 0.081054687500 0.011657714844 +0.000000000000 0.194335937500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.116210937500 0.000000000000 0.045898437500 0.330078125000 +0.044677734375 0.000000000000 0.089355468750 0.000000000000 +0.000000000000 0.018188476562 0.131835937500 0.002136230469 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.112304687500 0.160156250000 0.000000000000 +0.000000000000 0.068359375000 0.000000000000 0.083984375000 +0.000000000000 0.142578125000 0.056396484375 0.312500000000 +0.089355468750 0.000000000000 0.000000000000 0.111816406250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.072265625000 +0.026245117188 0.000000000000 0.000000000000 0.183593750000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.269531250000 +0.000000000000 0.000000000000 0.047119140625 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.106445312500 0.016113281250 0.035888671875 0.148437500000 +0.084960937500 0.000000000000 0.164062500000 0.000000000000 +0.014953613281 0.433593750000 0.410156250000 0.000000000000 +0.408203125000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.060791015625 0.000000000000 0.291015625000 +0.468750000000 0.308593750000 0.206054687500 0.161132812500 +0.073730468750 0.000000000000 0.000000000000 0.048583984375 +0.000000000000 0.074707031250 0.285156250000 0.103027343750 +0.009948730469 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.181640625000 0.000000000000 0.000000000000 +0.086425781250 0.037597656250 0.000000000000 0.136718750000 +0.146484375000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.164062500000 0.000000000000 +0.000000000000 0.000000000000 0.004333496094 0.000000000000 +0.204101562500 0.000000000000 0.038818359375 0.001342773438 +0.052246093750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.046386718750 0.023925781250 0.000000000000 +0.124023437500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.117675781250 0.000000000000 0.008361816406 0.005798339844 +0.089355468750 0.241210937500 0.156250000000 0.037841796875 +0.000000000000 0.000000000000 0.000000000000 0.043945312500 +0.000000000000 0.275390625000 0.121093750000 0.070800781250 +0.269531250000 0.074707031250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.011108398438 +0.000000000000 0.089355468750 0.059570312500 0.000000000000 +0.222656250000 0.009948730469 0.000000000000 0.008422851562 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.009216308594 0.488281250000 0.421875000000 +0.250000000000 0.343750000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.046142578125 0.000000000000 0.029418945312 0.017211914062 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.196289062500 0.000000000000 +0.144531250000 0.025512695312 0.000000000000 0.000000000000 +0.021972656250 0.000000000000 0.000000000000 0.000000000000 +0.040283203125 0.000000000000 0.047607421875 0.035400390625 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.155273437500 0.000000000000 +0.292968750000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.007720947266 0.017089843750 +0.043701171875 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.182617187500 0.000000000000 0.000000000000 0.192382812500 +0.000000000000 0.055664062500 0.261718750000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.200195312500 0.049316406250 0.098632812500 0.000000000000 +0.058349609375 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.034912109375 0.250000000000 0.145507812500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.008728027344 +0.000000000000 0.000000000000 0.025756835938 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.151367187500 0.059082031250 0.000000000000 0.000000000000 +0.007873535156 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.069335937500 0.000000000000 0.003128051758 +0.012023925781 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.332031250000 0.000000000000 0.087890625000 +0.116210937500 0.000000000000 0.003692626953 0.006286621094 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.410156250000 0.059814453125 +0.223632812500 0.000000000000 0.000000000000 0.000000000000 +0.333984375000 0.000000000000 0.072265625000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.197265625000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.220703125000 0.000000000000 +0.107910156250 0.000000000000 0.287109375000 0.000000000000 +0.000000000000 0.000000000000 0.314453125000 0.000000000000 +0.000000000000 0.181640625000 0.000000000000 0.000000000000 +0.000000000000 0.211914062500 0.269531250000 0.020141601562 +0.000000000000 0.000000000000 0.000000000000 0.097656250000 +0.269531250000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.341796875000 0.000000000000 0.423828125000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.186523437500 0.000000000000 0.000000000000 0.396484375000 +0.033691406250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.298828125000 0.306640625000 0.000000000000 +0.000000000000 0.100097656250 0.000000000000 0.141601562500 +0.159179687500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.142578125000 0.000000000000 0.000000000000 +0.214843750000 0.000000000000 0.051025390625 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.069335937500 0.172851562500 0.000000000000 0.018066406250 +0.000000000000 0.156250000000 0.043212890625 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.070312500000 +0.022216796875 0.141601562500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.038818359375 0.000000000000 +0.000000000000 0.324218750000 0.000000000000 0.097167968750 +0.000000000000 0.000000000000 0.000000000000 0.183593750000 +0.000000000000 0.000000000000 0.071289062500 0.013916015625 +0.028564453125 0.000000000000 0.333984375000 0.000000000000 +0.000000000000 0.059326171875 0.000000000000 0.000000000000 +0.196289062500 0.000000000000 0.000000000000 0.030029296875 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.239257812500 0.038818359375 0.000000000000 0.005432128906 +0.000000000000 0.000000000000 0.000000000000 0.443359375000 +0.000000000000 0.000000000000 0.071289062500 0.000000000000 +0.133789062500 0.000000000000 0.000000000000 0.077148437500 +0.041015625000 0.000000000000 0.000000000000 0.215820312500 +0.000000000000 0.000000000000 0.109375000000 0.000000000000 +0.300781250000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.466796875000 0.015319824219 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.233398437500 0.000000000000 0.185546875000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.008789062500 +0.000000000000 0.046142578125 0.000000000000 0.041503906250 +0.000000000000 0.019897460938 0.239257812500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.075683593750 +0.204101562500 0.102539062500 0.000000000000 0.000000000000 +0.041015625000 0.000000000000 0.000000000000 0.131835937500 +0.108886718750 0.000000000000 0.088378906250 0.000000000000 +0.000000000000 0.000000000000 0.081054687500 0.000000000000 +0.000000000000 0.000000000000 0.462890625000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.294921875000 0.000000000000 0.017333984375 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.136718750000 +0.091796875000 0.041015625000 0.000000000000 0.000000000000 +0.000000000000 0.205078125000 0.000000000000 0.211914062500 +0.061035156250 0.000000000000 0.009887695312 0.000000000000 +0.000000000000 0.000000000000 0.028320312500 0.046875000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.359375000000 0.000000000000 +0.000000000000 0.273437500000 0.000000000000 0.013305664062 +0.000000000000 0.125976562500 0.000000000000 0.000000000000 +0.087890625000 0.128906250000 0.000000000000 0.000000000000 +0.000000000000 0.054443359375 0.000000000000 0.000000000000 +0.000000000000 0.142578125000 0.000000000000 0.055664062500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.011535644531 0.000000000000 0.237304687500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.048583984375 +0.156250000000 0.000000000000 0.000000000000 0.050781250000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.068359375000 0.000000000000 0.000000000000 0.001510620117 +0.000000000000 0.065917968750 0.000000000000 0.000000000000 +0.246093750000 0.186523437500 0.000000000000 0.172851562500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.031005859375 0.263671875000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.014770507812 0.000000000000 +0.000000000000 0.106445312500 0.000000000000 0.000000000000 +0.111816406250 0.000000000000 0.075683593750 0.000000000000 +0.126953125000 0.000000000000 0.000000000000 0.032470703125 +0.000000000000 0.040771484375 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.251953125000 0.000000000000 +0.000000000000 0.000000000000 0.121582031250 0.000000000000 +0.000000000000 0.000000000000 0.328125000000 0.000000000000 +0.000000000000 0.010375976562 0.000000000000 0.129882812500 +0.000000000000 0.000000000000 0.070312500000 0.279296875000 +0.000000000000 0.000000000000 0.127929687500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.169921875000 0.000000000000 0.369140625000 0.000000000000 +0.000000000000 0.000000000000 0.011779785156 0.000000000000 +0.000000000000 0.000000000000 0.156250000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.060546875000 +0.000000000000 0.000000000000 0.044189453125 0.000000000000 +0.000000000000 0.000000000000 0.404296875000 0.144531250000 +0.246093750000 0.000000000000 0.000000000000 0.000000000000 +0.182617187500 0.000000000000 0.098144531250 0.000000000000 +0.164062500000 0.000000000000 0.000000000000 0.320312500000 +0.211914062500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.183593750000 0.312500000000 0.015869140625 +0.000000000000 0.112304687500 0.166992187500 0.000000000000 +0.000000000000 0.000000000000 0.166992187500 0.000000000000 +0.000000000000 0.000000000000 0.132812500000 0.000000000000 +0.000000000000 0.000000000000 0.155273437500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.011169433594 +0.000000000000 0.000000000000 0.004974365234 0.000000000000 +0.000000000000 0.255859375000 0.000000000000 0.000000000000 +0.000000000000 0.169921875000 0.000000000000 0.353515625000 +0.000000000000 0.000000000000 0.255859375000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.010314941406 +0.000000000000 0.000000000000 0.018066406250 0.000000000000 +0.000000000000 0.000000000000 0.226562500000 0.000000000000 +0.231445312500 0.000000000000 0.139648437500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.217773437500 0.000000000000 0.021362304688 0.013610839844 +0.000000000000 0.000000000000 0.000000000000 0.300781250000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.096679687500 0.000000000000 0.076660156250 +0.000000000000 0.000000000000 0.000000000000 0.375000000000 +0.000000000000 0.000000000000 0.000000000000 0.024658203125 +0.000000000000 0.209960937500 0.000000000000 0.053710937500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.230468750000 0.015075683594 +0.010192871094 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.390625000000 0.000000000000 0.000000000000 +0.031494140625 0.038085937500 0.000000000000 0.095703125000 +0.000000000000 0.000000000000 0.122558593750 0.000000000000 +0.000000000000 0.228515625000 0.113769531250 0.000000000000 +0.000000000000 0.269531250000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.187500000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.330078125000 0.000000000000 0.000000000000 +0.222656250000 0.000000000000 0.000000000000 0.000000000000 +0.302734375000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.162109375000 0.000000000000 0.084472656250 +0.000000000000 0.000000000000 0.000000000000 0.011291503906 +0.021850585938 0.000000000000 0.000000000000 0.000000000000 +0.034179687500 0.000000000000 0.000000000000 0.179687500000 +0.000000000000 0.000000000000 0.574218750000 0.000000000000 +0.079101562500 0.031738281250 0.000000000000 0.000000000000 +0.115722656250 0.000000000000 0.000000000000 0.310546875000 +0.081542968750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.232421875000 0.285156250000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.129882812500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.234375000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.008056640625 0.206054687500 0.000000000000 +0.054443359375 0.000000000000 0.000000000000 0.214843750000 +0.189453125000 0.000000000000 0.000000000000 0.017578125000 +0.193359375000 0.194335937500 0.000000000000 0.000000000000 +0.026489257812 0.000000000000 0.098632812500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.267578125000 +0.000000000000 0.000000000000 0.098144531250 0.000000000000 +0.022460937500 0.000000000000 0.031738281250 0.165039062500 +0.029296875000 0.000000000000 0.000000000000 0.000000000000 +0.231445312500 0.287109375000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.351562500000 +0.019653320312 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.054443359375 0.023803710938 0.000000000000 +0.043212890625 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.367187500000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.169921875000 +0.111816406250 0.000000000000 0.094238281250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.129882812500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.137695312500 0.324218750000 0.133789062500 0.000000000000 +0.000000000000 0.000000000000 0.006347656250 0.507812500000 +0.016113281250 0.218750000000 0.000000000000 0.000000000000 +0.176757812500 0.000000000000 0.125000000000 0.000000000000 +0.188476562500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.164062500000 0.423828125000 0.098632812500 +0.000000000000 0.316406250000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.095214843750 +0.000000000000 0.000000000000 0.000000000000 0.055419921875 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.210937500000 0.000000000000 0.009887695312 0.000000000000 +0.000000000000 0.000000000000 0.019653320312 0.000000000000 +0.000000000000 0.000000000000 0.019897460938 0.000000000000 +0.000000000000 0.019287109375 0.166015625000 0.000000000000 +0.040527343750 0.000000000000 0.035888671875 0.121582031250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.167968750000 0.119628906250 0.000000000000 0.000000000000 +0.000000000000 0.089843750000 0.068359375000 0.000000000000 +0.000000000000 0.000000000000 0.246093750000 0.261718750000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.047363281250 +0.000000000000 0.353515625000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.269531250000 +0.070800781250 0.239257812500 0.000000000000 0.000000000000 +0.051757812500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.077148437500 0.423828125000 0.000000000000 +0.000000000000 0.000000000000 0.085937500000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.318359375000 +0.164062500000 0.000000000000 0.069335937500 0.000000000000 +0.002227783203 0.000000000000 0.000000000000 0.042480468750 +0.000000000000 0.050048828125 0.000000000000 0.000000000000 +0.016113281250 0.267578125000 0.000000000000 0.084960937500 +0.000000000000 0.125000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.103027343750 +0.000000000000 0.000000000000 0.000000000000 0.080078125000 +0.000000000000 0.000000000000 0.000000000000 0.223632812500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.002105712891 0.243164062500 +0.000000000000 0.000000000000 0.000000000000 0.005432128906 +0.000000000000 0.066894531250 0.070800781250 0.000000000000 +0.000000000000 0.000000000000 0.236328125000 0.033447265625 +0.225585937500 0.000000000000 0.000000000000 0.000000000000 +0.032470703125 0.000000000000 0.023925781250 0.000000000000 +0.023681640625 0.059082031250 0.000000000000 0.005950927734 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.073242187500 0.000000000000 0.000000000000 0.000000000000 +0.088378906250 0.100585937500 0.080566406250 0.000000000000 +0.000000000000 0.004180908203 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.096679687500 +0.490234375000 0.147460937500 0.167968750000 0.000000000000 +0.000000000000 0.160156250000 0.096679687500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.036376953125 +0.083007812500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.396484375000 0.337890625000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.088867187500 0.320312500000 0.000000000000 0.060791015625 +0.000000000000 0.019165039062 0.000000000000 0.000000000000 +0.000000000000 0.285156250000 0.000000000000 0.000000000000 +0.044677734375 0.000000000000 0.036376953125 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.369140625000 +0.152343750000 0.000000000000 0.000000000000 0.000000000000 +0.111816406250 0.000000000000 0.068359375000 0.164062500000 +0.000000000000 0.061767578125 0.000000000000 0.023193359375 +0.000000000000 0.000000000000 0.000000000000 0.294921875000 +0.000000000000 0.617187500000 0.241210937500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.141601562500 +0.000000000000 0.126953125000 0.000000000000 0.464843750000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.054443359375 0.519531250000 0.000000000000 0.000000000000 +0.043701171875 0.000000000000 0.000000000000 0.367187500000 +0.000000000000 0.038818359375 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.050781250000 0.214843750000 +0.130859375000 0.124023437500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.148437500000 +0.261718750000 0.378906250000 0.000000000000 0.000000000000 +0.000000000000 0.046875000000 0.008117675781 0.012939453125 +0.000000000000 0.000000000000 0.000000000000 0.431640625000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.228515625000 0.000000000000 0.038330078125 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.020874023438 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.120117187500 0.143554687500 0.081054687500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.092285156250 0.118164062500 0.119140625000 +0.000000000000 0.125976562500 0.041015625000 0.141601562500 +0.023803710938 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.158203125000 +0.106933593750 0.118164062500 0.093750000000 0.279296875000 +0.099609375000 0.251953125000 0.208007812500 0.142578125000 +0.002792358398 0.000000000000 0.000000000000 0.000000000000 +0.088867187500 0.051269531250 0.066894531250 0.000000000000 +0.022949218750 0.063964843750 0.000000000000 0.021850585938 +0.112792968750 0.027465820312 0.032226562500 0.130859375000 +0.294921875000 0.177734375000 0.080566406250 0.000000000000 +0.000000000000 0.078613281250 0.118164062500 0.065429687500 +0.099121093750 0.000000000000 0.007324218750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.104492187500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.106933593750 +0.092773437500 0.000000000000 0.038574218750 0.157226562500 +0.126953125000 0.127929687500 0.027221679688 0.102539062500 +0.093750000000 0.125000000000 0.089843750000 0.129882812500 +0.000000000000 0.008178710938 0.055175781250 0.058593750000 +0.128906250000 0.062500000000 0.075195312500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.039306640625 0.086914062500 +0.259765625000 0.279296875000 0.167968750000 0.206054687500 +0.079101562500 0.082519531250 0.081054687500 0.008178710938 +0.212890625000 0.109863281250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.355468750000 0.318359375000 0.208007812500 0.104492187500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.090332031250 0.172851562500 0.117187500000 0.109863281250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.051269531250 0.136718750000 0.000000000000 +0.016845703125 0.224609375000 0.094238281250 0.000000000000 +0.000000000000 0.062988281250 0.156250000000 0.194335937500 +0.157226562500 0.208984375000 0.345703125000 0.322265625000 +0.212890625000 0.247070312500 0.065429687500 0.101562500000 +0.000000000000 0.000000000000 0.000000000000 0.022216796875 +0.088378906250 0.187500000000 0.261718750000 0.251953125000 +0.062988281250 0.197265625000 0.007873535156 0.201171875000 +0.222656250000 0.007629394531 0.000000000000 0.000000000000 +0.000000000000 0.027709960938 0.020385742188 0.082519531250 +0.128906250000 0.073242187500 0.169921875000 0.269531250000 +0.351562500000 0.239257812500 0.080078125000 0.000000000000 +0.000000000000 0.000000000000 0.011230468750 0.084472656250 +0.103027343750 0.008728027344 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.038085937500 0.009155273438 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.007476806641 0.039794921875 0.000000000000 +0.000000000000 0.257812500000 0.184570312500 0.133789062500 +0.177734375000 0.121582031250 0.061767578125 0.092285156250 +0.068847656250 0.091308593750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.115722656250 0.017822265625 +0.099609375000 0.050048828125 0.000000000000 0.000000000000 +0.050781250000 0.000000000000 0.000000000000 0.000000000000 +0.078125000000 0.058105468750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.103515625000 +0.134765625000 0.216796875000 0.347656250000 0.211914062500 +0.137695312500 0.097167968750 0.006896972656 0.000000000000 +0.289062500000 0.169921875000 0.241210937500 0.209960937500 +0.082031250000 0.000000000000 0.000000000000 0.011962890625 +0.086425781250 0.048583984375 0.023559570312 0.112792968750 +0.044921875000 0.000000000000 0.000000000000 0.012084960938 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.092285156250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.048583984375 0.064453125000 0.004852294922 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.083984375000 0.079101562500 +0.107910156250 0.129882812500 0.112792968750 0.070312500000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.009704589844 +0.057861328125 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.053222656250 0.045410156250 +0.071289062500 0.073242187500 0.000000000000 0.000000000000 +0.000000000000 0.031982421875 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.142578125000 0.101074218750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.090332031250 0.107421875000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.095214843750 0.075195312500 0.000000000000 0.075683593750 +0.194335937500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.134765625000 0.097167968750 0.000000000000 +0.094726562500 0.257812500000 0.121093750000 0.109863281250 +0.000000000000 0.024902343750 0.064941406250 0.000000000000 +0.000000000000 0.030761718750 0.048828125000 0.034667968750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.104003906250 0.195312500000 0.000000000000 0.021240234375 +0.138671875000 0.164062500000 0.060546875000 0.183593750000 +0.170898437500 0.243164062500 0.000000000000 0.052246093750 +0.000000000000 0.014282226562 0.000000000000 0.000000000000 +0.000000000000 0.019653320312 0.000000000000 0.062255859375 +0.000000000000 0.000000000000 0.000000000000 0.020019531250 +0.006500244141 0.101074218750 0.062255859375 0.043945312500 +0.318359375000 0.261718750000 0.115722656250 0.245117187500 +0.273437500000 0.063964843750 0.149414062500 0.013549804688 +0.000000000000 0.000000000000 0.023071289062 0.000000000000 +0.034667968750 0.101074218750 0.104980468750 0.154296875000 +0.150390625000 0.141601562500 0.079101562500 0.191406250000 +0.109375000000 0.150390625000 0.012207031250 0.016357421875 +0.000000000000 0.044677734375 0.000000000000 0.018432617188 +0.122070312500 0.185546875000 0.062988281250 0.094726562500 +0.111328125000 0.064941406250 0.104492187500 0.237304687500 +0.279296875000 0.098632812500 0.013305664062 0.000000000000 +0.000000000000 0.032714843750 0.113769531250 0.116210937500 +0.136718750000 0.075683593750 0.067871093750 0.123535156250 +0.137695312500 0.098632812500 0.143554687500 0.000000000000 +0.000000000000 0.058105468750 0.215820312500 0.081054687500 +0.029785156250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.150390625000 0.000000000000 +0.000000000000 0.060058593750 0.068359375000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.074707031250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.065429687500 0.304687500000 0.219726562500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.093261718750 0.086425781250 +0.161132812500 0.100585937500 0.198242187500 0.182617187500 +0.079101562500 0.000000000000 0.000000000000 0.000000000000 +0.139648437500 0.150390625000 0.000000000000 0.007781982422 +0.032226562500 0.000000000000 0.100097656250 0.169921875000 +0.000000000000 0.079589843750 0.236328125000 0.244140625000 +0.238281250000 0.310546875000 0.000000000000 0.000000000000 +0.000000000000 0.048339843750 0.114257812500 0.113769531250 +0.000000000000 0.000000000000 0.043945312500 0.139648437500 +0.015075683594 0.072265625000 0.030761718750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.032226562500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.208007812500 0.161132812500 +0.000000000000 0.000000000000 0.018432617188 0.211914062500 +0.267578125000 0.058105468750 0.000000000000 0.000000000000 +0.000000000000 0.008056640625 0.093750000000 0.000000000000 +0.000000000000 0.057373046875 0.183593750000 0.125976562500 +0.052978515625 0.287109375000 0.445312500000 0.184570312500 +0.000000000000 0.000000000000 0.104003906250 0.019287109375 +0.178710937500 0.112304687500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.071777343750 0.186523437500 +0.182617187500 0.050048828125 0.052734375000 0.000000000000 +0.000000000000 0.000000000000 0.085937500000 0.031982421875 +0.072753906250 0.162109375000 0.000000000000 0.043945312500 +0.059082031250 0.039306640625 0.000000000000 0.000000000000 +0.039062500000 0.208984375000 0.142578125000 0.209960937500 +0.000000000000 0.000000000000 0.000000000000 0.011901855469 +0.003097534180 0.115722656250 0.104003906250 0.015563964844 +0.004760742188 0.046386718750 0.024047851562 0.000000000000 +0.000000000000 0.032958984375 0.130859375000 0.206054687500 +0.320312500000 0.188476562500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.178710937500 0.168945312500 +0.000000000000 0.000000000000 0.000000000000 0.025390625000 +0.000000000000 0.000000000000 0.000000000000 0.140625000000 +0.044433593750 0.000000000000 0.000000000000 0.000000000000 +0.146484375000 0.124511718750 0.154296875000 0.005035400391 +0.228515625000 0.226562500000 0.083496093750 0.000000000000 +0.195312500000 0.173828125000 0.030517578125 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.140625000000 0.000000000000 0.000511169434 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.073242187500 0.261718750000 0.134765625000 0.214843750000 +0.277343750000 0.194335937500 0.060546875000 0.076171875000 +0.002029418945 0.048583984375 0.037841796875 0.000000000000 +0.116210937500 0.000000000000 0.085449218750 0.143554687500 +0.114746093750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.050781250000 0.183593750000 0.071777343750 +0.019531250000 0.014648437500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.007385253906 0.000000000000 +0.015441894531 0.094238281250 0.180664062500 0.083496093750 +0.170898437500 0.000000000000 0.231445312500 0.316406250000 +0.041259765625 0.304687500000 0.206054687500 0.058593750000 +0.053710937500 0.000000000000 0.000000000000 0.073242187500 +0.011962890625 0.164062500000 0.152343750000 0.300781250000 +0.205078125000 0.253906250000 0.149414062500 0.000000000000 +0.105468750000 0.000888824463 0.000000000000 0.000000000000 +0.016235351562 0.131835937500 0.200195312500 0.114746093750 +0.000000000000 0.050048828125 0.077636718750 0.033203125000 +0.061035156250 0.173828125000 0.267578125000 0.110839843750 +0.241210937500 0.023803710938 0.203125000000 0.121582031250 +0.013122558594 0.000000000000 0.000000000000 0.000000000000 +0.012634277344 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.105468750000 0.156250000000 +0.048339843750 0.000000000000 0.031494140625 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.023559570312 0.159179687500 0.166992187500 0.055419921875 +0.147460937500 0.114746093750 0.203125000000 0.242187500000 +0.160156250000 0.053466796875 0.148437500000 0.122558593750 +0.109863281250 0.229492187500 0.194335937500 0.124023437500 +0.000000000000 0.000000000000 0.000000000000 0.040771484375 +0.117675781250 0.227539062500 0.298828125000 0.345703125000 +0.277343750000 0.283203125000 0.314453125000 0.281250000000 +0.234375000000 0.175781250000 0.104492187500 0.062011718750 +0.009826660156 0.037353515625 0.000000000000 0.000000000000 +0.000000000000 0.148437500000 0.126953125000 0.271484375000 +0.158203125000 0.236328125000 0.192382812500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.032714843750 +0.024658203125 0.045166015625 0.166015625000 0.244140625000 +0.269531250000 0.275390625000 0.130859375000 0.052734375000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.066406250000 0.056884765625 0.000000000000 +0.000000000000 0.000000000000 0.128906250000 0.068359375000 +0.000000000000 0.023559570312 0.057617187500 0.000000000000 +0.059326171875 0.000000000000 0.031005859375 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.054443359375 0.072265625000 +0.128906250000 0.000000000000 0.000000000000 0.105468750000 +0.077148437500 0.058593750000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.049072265625 0.070312500000 +0.000000000000 0.012084960938 0.048828125000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.103515625000 0.154296875000 0.099121093750 0.000000000000 +0.000000000000 0.000000000000 0.020385742188 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.025634765625 0.000000000000 0.063964843750 0.113281250000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.035400390625 0.147460937500 0.212890625000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.026367187500 0.125976562500 +0.225585937500 0.143554687500 0.037109375000 0.101562500000 +0.191406250000 0.109863281250 0.112304687500 0.000000000000 +0.069824218750 0.052490234375 0.050292968750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.098632812500 0.179687500000 0.124511718750 +0.000000000000 0.037109375000 0.118652343750 0.039306640625 +0.000000000000 0.198242187500 0.202148437500 0.064453125000 +0.000000000000 0.142578125000 0.042236328125 0.287109375000 +0.000000000000 0.152343750000 0.000000000000 0.062500000000 +0.259765625000 0.000000000000 0.164062500000 0.121093750000 +0.017578125000 0.000000000000 0.118164062500 0.077636718750 +0.238281250000 0.115234375000 0.160156250000 0.000000000000 +0.170898437500 0.092773437500 0.251953125000 0.000000000000 +0.221679687500 0.000000000000 0.194335937500 0.217773437500 +0.046630859375 0.000000000000 0.000000000000 0.050048828125 +0.000000000000 0.000000000000 0.000000000000 0.056396484375 +0.000000000000 0.000000000000 0.050781250000 0.054199218750 +0.097167968750 0.000000000000 0.199218750000 0.195312500000 +0.127929687500 0.231445312500 0.070800781250 0.120605468750 +0.000000000000 0.121093750000 0.106933593750 0.039062500000 +0.123046875000 0.000000000000 0.000000000000 0.000000000000 +0.022827148438 0.017211914062 0.062988281250 0.000000000000 +0.090820312500 0.012084960938 0.142578125000 0.124511718750 +0.048339843750 0.000000000000 0.000000000000 0.058105468750 +0.152343750000 0.000000000000 0.000000000000 0.040771484375 +0.000000000000 0.027954101562 0.000000000000 0.017089843750 +0.000000000000 0.000000000000 0.000000000000 0.026611328125 +0.000000000000 0.000000000000 0.000000000000 0.075195312500 +0.220703125000 0.109863281250 0.000000000000 0.015197753906 +0.001564025879 0.051025390625 0.158203125000 0.053710937500 +0.000000000000 0.000000000000 0.086425781250 0.162109375000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.040527343750 0.000000000000 +0.000450134277 0.000000000000 0.000000000000 0.000000000000 +0.125000000000 0.000000000000 0.000000000000 0.000000000000 +0.025024414062 0.067871093750 0.088867187500 0.000000000000 +0.094726562500 0.014831542969 0.042968750000 0.000000000000 +0.105468750000 0.050537109375 0.073242187500 0.080078125000 +0.156250000000 0.000000000000 0.000000000000 0.000000000000 +0.058349609375 0.210937500000 0.000000000000 0.275390625000 +0.004638671875 0.029418945312 0.000000000000 0.085449218750 +0.145507812500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.042968750000 0.055908203125 +0.161132812500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.012817382812 0.150390625000 0.000000000000 +0.117187500000 0.000000000000 0.000000000000 0.005889892578 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000247955322 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.076660156250 0.000000000000 0.000000000000 0.000000000000 +0.178710937500 0.105468750000 0.037353515625 0.097167968750 +0.006378173828 0.064941406250 0.000000000000 0.082031250000 +0.000000000000 0.000000000000 0.087890625000 0.000000000000 +0.253906250000 0.051513671875 0.020507812500 0.000000000000 +0.014831542969 0.084472656250 0.099121093750 0.000000000000 +0.000000000000 0.000000000000 0.150390625000 0.073730468750 +0.000000000000 0.000000000000 0.042480468750 0.235351562500 +0.163085937500 0.052734375000 0.355468750000 0.275390625000 +0.141601562500 0.000000000000 0.000000000000 0.075195312500 +0.084960937500 0.055175781250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.071289062500 +0.000000000000 0.022583007812 0.000000000000 0.122070312500 +0.000000000000 0.071289062500 0.050048828125 0.000000000000 +0.000000000000 0.000457763672 0.000000000000 0.086425781250 +0.029663085938 0.000000000000 0.000000000000 0.083007812500 +0.020019531250 0.031494140625 0.005035400391 0.000000000000 +0.113769531250 0.000000000000 0.091796875000 0.051269531250 +0.013366699219 0.084472656250 0.000000000000 0.147460937500 +0.169921875000 0.031127929688 0.000000000000 0.000000000000 +0.124023437500 0.040283203125 0.000000000000 0.015747070312 +0.083496093750 0.000000000000 0.036621093750 0.000000000000 +0.083984375000 0.000000000000 0.003143310547 0.000000000000 +0.090820312500 0.077148437500 0.000000000000 0.092773437500 +0.073730468750 0.125976562500 0.065429687500 0.000000000000 +0.000000000000 0.223632812500 0.061523437500 0.131835937500 +0.159179687500 0.000000000000 0.093750000000 0.036865234375 +0.128906250000 0.000000000000 0.056884765625 0.065429687500 +0.131835937500 0.000000000000 0.000000000000 0.039306640625 +0.123535156250 0.003936767578 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.038330078125 0.184570312500 0.052490234375 0.130859375000 +0.000000000000 0.000000000000 0.072265625000 0.000000000000 +0.000000000000 0.000000000000 0.054443359375 0.000000000000 +0.073730468750 0.000000000000 0.000000000000 0.000000000000 +0.081542968750 0.000000000000 0.077148437500 0.000000000000 +0.099609375000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.045654296875 0.032958984375 0.000000000000 +0.000000000000 0.100097656250 0.013122558594 0.000000000000 +0.000000000000 0.000000000000 0.019897460938 0.143554687500 +0.176757812500 0.226562500000 0.188476562500 0.140625000000 +0.187500000000 0.121093750000 0.159179687500 0.023559570312 +0.055419921875 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.077636718750 +0.000000000000 0.000000000000 0.000000000000 0.049804687500 +0.105957031250 0.000000000000 0.021606445312 0.000000000000 +0.039550781250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.010009765625 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.059814453125 +0.000000000000 0.050048828125 0.160156250000 0.300781250000 +0.000000000000 0.000000000000 0.000000000000 0.159179687500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.054931640625 0.000000000000 0.045410156250 0.000000000000 +0.122070312500 0.000000000000 0.050781250000 0.000000000000 +0.067871093750 0.000000000000 0.000000000000 0.087402343750 +0.000000000000 0.021484375000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.061279296875 0.133789062500 0.025268554688 0.000000000000 +0.000747680664 0.083984375000 0.057128906250 0.000000000000 +0.000000000000 0.057861328125 0.133789062500 0.000000000000 +0.016967773438 0.115722656250 0.193359375000 0.122070312500 +0.064453125000 0.000000000000 0.000000000000 0.117675781250 +0.017333984375 0.028808593750 0.045166015625 0.054443359375 +0.104003906250 0.000000000000 0.070800781250 0.000000000000 +0.159179687500 0.000000000000 0.027221679688 0.000000000000 +0.093750000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.067871093750 0.000000000000 +0.040283203125 0.000000000000 0.054687500000 0.110839843750 +0.077636718750 0.026245117188 0.000000000000 0.079101562500 +0.001396179199 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.021728515625 0.000000000000 0.000000000000 +0.000000000000 0.056396484375 0.000000000000 0.000000000000 +0.000000000000 0.167968750000 0.013427734375 0.000016212463 +0.023925781250 0.000000000000 0.000000000000 0.000000000000 +0.022583007812 0.054687500000 0.131835937500 0.170898437500 +0.224609375000 0.119140625000 0.088867187500 0.078125000000 +0.197265625000 0.025146484375 0.041748046875 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.096191406250 +0.176757812500 0.008483886719 0.000000000000 0.000000000000 +0.139648437500 0.000000000000 0.027221679688 0.000000000000 +0.000000000000 0.000000000000 0.006744384766 0.000000000000 +0.067382812500 0.224609375000 0.000000000000 0.000000000000 +0.000000000000 0.123046875000 0.068359375000 0.021972656250 +0.000000000000 0.049316406250 0.062011718750 0.000000000000 +0.062988281250 0.169921875000 0.132812500000 0.029785156250 +0.044677734375 0.176757812500 0.085937500000 0.062011718750 +0.134765625000 0.099121093750 0.000000000000 0.123046875000 +0.000000000000 0.189453125000 0.152343750000 0.201171875000 +0.143554687500 0.087890625000 0.273437500000 0.082519531250 +0.142578125000 0.000000000000 0.000000000000 0.066406250000 +0.173828125000 0.005371093750 0.031982421875 0.000000000000 +0.000000000000 0.000000000000 0.069335937500 0.014831542969 +0.012451171875 0.000000000000 0.000000000000 0.000000000000 +0.080566406250 0.024902343750 0.000000000000 0.000000000000 +0.029418945312 0.030029296875 0.000000000000 0.000000000000 +0.159179687500 0.183593750000 0.001075744629 0.000000000000 +0.004028320312 0.171875000000 0.028686523438 0.091796875000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.048583984375 0.000000000000 +0.000000000000 0.000000000000 0.006774902344 0.000000000000 +0.306640625000 0.000000000000 0.129882812500 0.005462646484 +0.104980468750 0.114257812500 0.150390625000 0.205078125000 +0.025878906250 0.186523437500 0.000000000000 0.059570312500 +0.000000000000 0.000000000000 0.000000000000 0.034667968750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.085937500000 0.000000000000 0.090332031250 0.000000000000 +0.079589843750 0.087890625000 0.098144531250 0.141601562500 +0.084960937500 0.219726562500 0.000000000000 0.114257812500 +0.259765625000 0.253906250000 0.073242187500 0.000000000000 +0.000000000000 0.156250000000 0.095214843750 0.000000000000 +0.000000000000 0.000000000000 0.045654296875 0.160156250000 +0.000000000000 0.000000000000 0.000000000000 0.116210937500 +0.020385742188 0.090820312500 0.000000000000 0.000000000000 +0.000000000000 0.151367187500 0.000000000000 0.000000000000 +0.000000000000 0.059326171875 0.138671875000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.026611328125 +0.000000000000 0.103515625000 0.000000000000 0.021606445312 +0.000000000000 0.000000000000 0.050048828125 0.068359375000 +0.065917968750 0.104003906250 0.155273437500 0.024780273438 +0.011352539062 0.051757812500 0.000000000000 0.168945312500 +0.125000000000 0.002105712891 0.066894531250 0.039550781250 +0.267578125000 0.018920898438 0.000000000000 0.000000000000 +0.024169921875 0.000000000000 0.101562500000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.145507812500 0.182617187500 0.186523437500 +0.118164062500 0.000000000000 0.002380371094 0.244140625000 +0.236328125000 0.030151367188 0.000000000000 0.000000000000 +0.000000000000 0.054931640625 0.096191406250 0.000000000000 +0.000000000000 0.039550781250 0.104003906250 0.123535156250 +0.000000000000 0.000000000000 0.146484375000 0.227539062500 +0.054931640625 0.000000000000 0.000000000000 0.236328125000 +0.100585937500 0.000000000000 0.000000000000 0.066894531250 +0.170898437500 0.000000000000 0.000000000000 0.000000000000 +0.101074218750 0.000000000000 0.000000000000 0.000000000000 +0.024291992188 0.000000000000 0.000000000000 0.000000000000 +0.036132812500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.112792968750 0.000000000000 0.000000000000 0.000000000000 +0.096191406250 0.000000000000 0.000000000000 0.152343750000 +0.000000000000 0.100097656250 0.000000000000 0.151367187500 +0.089355468750 0.040771484375 0.000000000000 0.035888671875 +0.000000000000 0.000000000000 0.000000000000 0.018798828125 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.027954101562 0.032714843750 0.024902343750 +0.000000000000 0.169921875000 0.061035156250 0.177734375000 +0.089843750000 0.074707031250 0.071289062500 0.036865234375 +0.151367187500 0.145507812500 0.361328125000 0.070312500000 +0.000000000000 0.163085937500 0.127929687500 0.000000000000 +0.118652343750 0.072265625000 0.291015625000 0.141601562500 +0.332031250000 0.267578125000 0.123535156250 0.110839843750 +0.144531250000 0.134765625000 0.070800781250 0.000000000000 +0.119628906250 0.074218750000 0.179687500000 0.081054687500 +0.004669189453 0.037109375000 0.000000000000 0.000000000000 +0.000000000000 0.111328125000 0.014099121094 0.000000000000 +0.000000000000 0.075683593750 0.000000000000 0.000000000000 +0.015502929688 0.062500000000 0.000000000000 0.000000000000 +0.000000000000 0.039550781250 0.075683593750 0.182617187500 +0.000000000000 0.006530761719 0.118164062500 0.146484375000 +0.132812500000 0.058837890625 0.026123046875 0.000000000000 +0.068847656250 0.007720947266 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.063476562500 0.000000000000 +0.000000000000 0.000000000000 0.069335937500 0.053710937500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.069335937500 0.047851562500 0.156250000000 +0.202148437500 0.154296875000 0.076171875000 0.000000000000 +0.012573242188 0.100585937500 0.114746093750 0.011291503906 +0.067871093750 0.033691406250 0.045654296875 0.008972167969 +0.000000000000 0.027832031250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.026611328125 0.000000000000 +0.064941406250 0.043212890625 0.154296875000 0.126953125000 +0.025390625000 0.112792968750 0.017822265625 0.000000000000 +0.183593750000 0.118652343750 0.118164062500 0.030029296875 +0.152343750000 0.291015625000 0.322265625000 0.275390625000 +0.107910156250 0.073730468750 0.147460937500 0.101562500000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.082031250000 0.152343750000 +0.086425781250 0.000000000000 0.000000000000 0.000000000000 +0.077148437500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.094238281250 0.221679687500 0.059570312500 +0.078613281250 0.139648437500 0.175781250000 0.000000000000 +0.000000000000 0.180664062500 0.140625000000 0.134765625000 +0.036376953125 0.001403808594 0.068847656250 0.015869140625 +0.127929687500 0.000000000000 0.000000000000 0.000093460083 +0.000000000000 0.023071289062 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.048828125000 0.039550781250 +0.000000000000 0.000000000000 0.000000000000 0.013854980469 +0.000000000000 0.000000000000 0.240234375000 0.031250000000 +0.000000000000 0.000000000000 0.126953125000 0.000000000000 +0.000000000000 0.000000000000 0.019287109375 0.147460937500 +0.031494140625 0.046630859375 0.000000000000 0.000000000000 +0.020629882812 0.049072265625 0.031982421875 0.050781250000 +0.000000000000 0.080566406250 0.000000000000 0.151367187500 +0.122070312500 0.000000000000 0.000000000000 0.097167968750 +0.000000000000 0.000000000000 0.107421875000 0.042480468750 +0.248046875000 0.108398437500 0.034667968750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.056152343750 0.000000000000 0.193359375000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.104980468750 +0.000000000000 0.000000000000 0.000000000000 0.066406250000 +0.189453125000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.084472656250 0.100097656250 0.031982421875 +0.069335937500 0.041748046875 0.070800781250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.072753906250 0.234375000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.008972167969 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.060791015625 0.223632812500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.018554687500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.084960937500 0.000000000000 0.145507812500 +0.000000000000 0.134765625000 0.000000000000 0.060058593750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.073730468750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.053222656250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.003448486328 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.047607421875 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.097167968750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.076171875000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.099121093750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.123046875000 +0.203125000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.259765625000 +0.291015625000 0.000000000000 0.148437500000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.215820312500 0.016479492188 0.000000000000 0.136718750000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.100097656250 0.192382812500 0.084960937500 +0.000000000000 0.202148437500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.125976562500 0.229492187500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.167968750000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.137695312500 0.000000000000 0.000000000000 +0.086425781250 0.000000000000 0.196289062500 0.000000000000 +0.167968750000 0.028076171875 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.111816406250 0.000000000000 0.000000000000 +0.134765625000 0.000000000000 0.000000000000 0.002212524414 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.240234375000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.073242187500 0.000000000000 0.265625000000 0.078125000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.503906250000 0.000000000000 0.136718750000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.191406250000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.083496093750 0.000000000000 0.000000000000 0.008300781250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.056640625000 0.000000000000 +0.020141601562 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.004913330078 0.017456054688 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.067871093750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.053955078125 0.000000000000 0.000000000000 0.000000000000 +0.004943847656 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.105957031250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.011047363281 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000495910645 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.027954101562 0.000000000000 0.000000000000 0.054199218750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.017700195312 +0.000000000000 0.036865234375 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.202148437500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.121582031250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.005401611328 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.039062500000 0.033447265625 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.006744384766 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.097656250000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.057128906250 0.053955078125 0.171875000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.384765625000 0.015869140625 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.066894531250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.030761718750 0.234375000000 +0.000000000000 0.096679687500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.008972167969 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.106933593750 0.007812500000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.099609375000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.088378906250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.093261718750 0.001365661621 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.157226562500 +0.171875000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.094726562500 0.000000000000 +0.000000000000 0.161132812500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.281250000000 0.121582031250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.118652343750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.229492187500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.253906250000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.106933593750 0.066406250000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.143554687500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.030395507812 0.095214843750 0.000000000000 +0.063964843750 0.000000000000 0.000000000000 0.298828125000 +0.000000000000 0.316406250000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.126953125000 0.032470703125 0.318359375000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.091308593750 0.024780273438 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.146484375000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.138671875000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.125000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.123046875000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.100585937500 0.000000000000 0.000000000000 0.114746093750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.009643554688 0.000000000000 0.000000000000 0.316406250000 +0.000000000000 0.226562500000 0.011108398438 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.153320312500 0.052490234375 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.011047363281 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.050292968750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.032470703125 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.030151367188 +0.000000000000 0.000000000000 0.029296875000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.169921875000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.065429687500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.204101562500 0.123535156250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.161132812500 +0.177734375000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.107910156250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.146484375000 0.130859375000 0.000000000000 +0.047607421875 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.083007812500 +0.007141113281 0.000000000000 0.164062500000 0.074218750000 +0.058105468750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.045654296875 0.000000000000 0.000000000000 +0.000000000000 0.052246093750 0.062988281250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.094238281250 +0.000000000000 0.000000000000 0.074218750000 0.000000000000 +0.155273437500 0.000000000000 0.000000000000 0.108886718750 +0.188476562500 0.092285156250 0.067382812500 0.000000000000 +0.029418945312 0.000000000000 0.029663085938 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.015441894531 0.000000000000 0.000000000000 +0.109863281250 0.000000000000 0.000000000000 0.024291992188 +0.000000000000 0.123046875000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.104980468750 0.034667968750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.304687500000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.004577636719 +0.000000000000 0.000000000000 0.345703125000 0.000000000000 +0.000000000000 0.300781250000 0.000000000000 0.000000000000 +0.000000000000 0.038085937500 0.000000000000 0.000000000000 +0.004638671875 0.117675781250 0.000000000000 0.015258789062 +0.000000000000 0.000000000000 0.046142578125 0.000000000000 +0.000000000000 0.000000000000 0.097167968750 0.078613281250 +0.000000000000 0.000000000000 0.066894531250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.328125000000 +0.109863281250 0.000000000000 0.000000000000 0.013305664062 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.112792968750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.027099609375 0.000000000000 0.030151367188 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.022094726562 0.000000000000 0.050781250000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.027465820312 0.076660156250 0.000000000000 0.000000000000 +0.185546875000 0.000000000000 0.000000000000 0.000000000000 +0.077148437500 0.000000000000 0.000000000000 0.066894531250 +0.000000000000 0.000000000000 0.051269531250 0.048583984375 +0.000000000000 0.000000000000 0.161132812500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.013061523438 0.000000000000 0.000000000000 +0.000000000000 0.016845703125 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.013061523438 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.019897460938 +0.000000000000 0.000000000000 0.025146484375 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.011169433594 0.000000000000 0.000000000000 +0.000000000000 0.148437500000 0.000000000000 0.000000000000 +0.000000000000 0.022094726562 0.000000000000 0.000000000000 +0.113769531250 0.275390625000 0.145507812500 0.000000000000 +0.076171875000 0.063964843750 0.151367187500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.099609375000 +0.000000000000 0.000000000000 0.000000000000 0.142578125000 +0.000000000000 0.000000000000 0.000000000000 0.092285156250 +0.000000000000 0.100097656250 0.000000000000 0.000000000000 +0.000000000000 0.028930664062 0.000000000000 0.002380371094 +0.187500000000 0.025512695312 0.000000000000 0.028686523438 +0.041259765625 0.000000000000 0.040771484375 0.000000000000 +0.000000000000 0.000000000000 0.047607421875 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.275390625000 +0.071777343750 0.112792968750 0.170898437500 0.130859375000 +0.000081539154 0.000000000000 0.265625000000 0.040039062500 +0.052001953125 0.000000000000 0.107421875000 0.003417968750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.112792968750 0.000000000000 0.202148437500 +0.000000000000 0.000000000000 0.165039062500 0.000000000000 +0.000000000000 0.000000000000 0.300781250000 0.166015625000 +0.045410156250 0.092773437500 0.238281250000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.169921875000 0.000000000000 +0.000000000000 0.000000000000 0.081542968750 0.000000000000 +0.000000000000 0.072265625000 0.000000000000 0.099121093750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.199218750000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.142578125000 +0.000000000000 0.000000000000 0.000000000000 0.122558593750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.011718750000 0.000000000000 0.000000000000 0.200195312500 +0.178710937500 0.000000000000 0.000000000000 0.005737304688 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.188476562500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.010437011719 0.000000000000 0.094726562500 +0.000000000000 0.208007812500 0.000000000000 0.104980468750 +0.000000000000 0.092285156250 0.000000000000 0.024169921875 +0.000000000000 0.038574218750 0.000000000000 0.000000000000 +0.000000000000 0.166015625000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.267578125000 0.000000000000 +0.000000000000 0.000000000000 0.165039062500 0.000000000000 +0.011840820312 0.000000000000 0.099609375000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.038574218750 0.033935546875 0.000000000000 +0.000000000000 0.100097656250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.031738281250 +0.000000000000 0.009155273438 0.050781250000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.078613281250 +0.000000000000 0.000000000000 0.000000000000 0.060791015625 +0.017700195312 0.000000000000 0.000000000000 0.000000000000 +0.054931640625 0.000000000000 0.000000000000 0.031494140625 +0.000000000000 0.000000000000 0.000000000000 0.063964843750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.011840820312 0.000000000000 0.109375000000 0.000000000000 +0.026977539062 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.041015625000 0.050292968750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.065917968750 0.036376953125 0.000000000000 +0.000000000000 0.061767578125 0.000000000000 0.000000000000 +0.101074218750 0.000000000000 0.000000000000 0.000000000000 +0.210937500000 0.087402343750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.099609375000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.172851562500 +0.001075744629 0.000000000000 0.011840820312 0.082031250000 +0.000000000000 0.000000000000 0.091308593750 0.000000000000 +0.014526367188 0.063476562500 0.000000000000 0.200195312500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.005523681641 0.000000000000 0.020385742188 0.111816406250 +0.023315429688 0.000000000000 0.000000000000 0.027221679688 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.026245117188 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.136718750000 0.044677734375 0.000000000000 0.000000000000 +0.026000976562 0.065917968750 0.097167968750 0.012817382812 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.127929687500 0.000000000000 0.000000000000 0.132812500000 +0.014099121094 0.235351562500 0.000000000000 0.000000000000 +0.105468750000 0.000000000000 0.000000000000 0.000000000000 +0.156250000000 0.000000000000 0.027587890625 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.058349609375 +0.017822265625 0.000000000000 0.000000000000 0.249023437500 +0.000000000000 0.000000000000 0.015319824219 0.046142578125 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.088378906250 0.000000000000 0.000000000000 +0.135742187500 0.000000000000 0.000000000000 0.000000000000 +0.095703125000 0.093261718750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.157226562500 0.000000000000 +0.000000000000 0.000000000000 0.085937500000 0.000000000000 +0.063964843750 0.004730224609 0.085449218750 0.022338867188 +0.000000000000 0.000000000000 0.000000000000 0.025390625000 +0.000000000000 0.027832031250 0.000000000000 0.121582031250 +0.000000000000 0.251953125000 0.090332031250 0.085937500000 +0.000000000000 0.122558593750 0.000000000000 0.040771484375 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.090820312500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.183593750000 0.226562500000 0.000000000000 +0.160156250000 0.000000000000 0.080566406250 0.000000000000 +0.013366699219 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.083984375000 0.000000000000 0.000000000000 0.048095703125 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.129882812500 0.000000000000 +0.000000000000 0.071777343750 0.111328125000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.011535644531 0.000000000000 +0.053466796875 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.076171875000 0.000000000000 0.000000000000 0.206054687500 +0.103027343750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.118652343750 +0.000000000000 0.091796875000 0.120117187500 0.032226562500 +0.000000000000 0.000000000000 0.000000000000 0.066894531250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.030761718750 +0.000000000000 0.076660156250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.021484375000 0.025024414062 +0.084960937500 0.000000000000 0.098144531250 0.009582519531 +0.020751953125 0.046386718750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.079589843750 +0.000000000000 0.083984375000 0.008728027344 0.024902343750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.032714843750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.094726562500 0.093261718750 0.000000000000 +0.099609375000 0.000000000000 0.125976562500 0.035400390625 +0.283203125000 0.175781250000 0.134765625000 0.163085937500 +0.112304687500 0.046630859375 0.033203125000 0.003890991211 +0.000000000000 0.001853942871 0.041259765625 0.238281250000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.077148437500 0.000000000000 0.000000000000 +0.146484375000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.172851562500 +0.000000000000 0.000000000000 0.063476562500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.037353515625 0.101562500000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.139648437500 0.168945312500 0.027832031250 +0.000000000000 0.095703125000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.031982421875 +0.155273437500 0.000000000000 0.000000000000 0.009765625000 +0.000000000000 0.000000000000 0.000000000000 0.024169921875 +0.046386718750 0.233398437500 0.050537109375 0.017944335938 +0.189453125000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.041748046875 0.000000000000 0.171875000000 +0.000000000000 0.000000000000 0.061523437500 0.000000000000 +0.000000000000 0.028076171875 0.068359375000 0.000000000000 +0.026977539062 0.000000000000 0.043457031250 0.000000000000 +0.168945312500 0.000000000000 0.000000000000 0.000000000000 +0.041503906250 0.000000000000 0.230468750000 0.016113281250 +0.000000000000 0.000000000000 0.000000000000 0.029907226562 +0.000000000000 0.030883789062 0.000000000000 0.000000000000 +0.000000000000 0.034179687500 0.134765625000 0.000000000000 +0.030761718750 0.000000000000 0.128906250000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.022949218750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.017700195312 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.193359375000 0.000000000000 0.042236328125 0.000000000000 +0.000000000000 0.000000000000 0.048095703125 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.131835937500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.292968750000 0.000000000000 0.046386718750 +0.302734375000 0.000000000000 0.000000000000 0.214843750000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.019531250000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000205039978 0.009338378906 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.277343750000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.103027343750 +0.000000000000 0.056396484375 0.140625000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.136718750000 0.042236328125 +0.080566406250 0.050048828125 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.324218750000 0.000000000000 0.182617187500 0.094726562500 +0.000000000000 0.000000000000 0.047363281250 0.046630859375 +0.000000000000 0.119140625000 0.000000000000 0.000000000000 +0.005401611328 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.048828125000 +0.000000000000 0.000000000000 0.032714843750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.006561279297 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.140625000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.046875000000 +0.000000000000 0.074707031250 0.135742187500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.120605468750 +0.051513671875 0.182617187500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.163085937500 +0.000000000000 0.006835937500 0.113281250000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.209960937500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.275390625000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.144531250000 0.000000000000 +0.055175781250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.031738281250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.028198242188 0.000000000000 +0.036376953125 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.082031250000 0.008483886719 0.151367187500 0.000000000000 +0.139648437500 0.133789062500 0.000000000000 0.210937500000 +0.000000000000 0.174804687500 0.032958984375 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.092285156250 0.000000000000 0.109375000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.207031250000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.316406250000 0.141601562500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.070800781250 0.013671875000 0.147460937500 +0.116699218750 0.101074218750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.114746093750 +0.000000000000 0.000000000000 0.263671875000 0.217773437500 +0.009277343750 0.201171875000 0.153320312500 0.028686523438 +0.032958984375 0.118652343750 0.172851562500 0.035156250000 +0.042724609375 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.151367187500 +0.000000000000 0.026489257812 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.086914062500 0.156250000000 0.199218750000 +0.000000000000 0.196289062500 0.057128906250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.112792968750 +0.042236328125 0.086425781250 0.115234375000 0.000000000000 +0.000000000000 0.000000000000 0.022460937500 0.000000000000 +0.122558593750 0.000000000000 0.113769531250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.042236328125 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.029907226562 0.120117187500 +0.035400390625 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.002044677734 0.068847656250 0.160156250000 0.199218750000 +0.108398437500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.003082275391 0.000000000000 +0.000000000000 0.000000000000 0.003692626953 0.000000000000 +0.000000000000 0.000000000000 0.052246093750 0.000000000000 +0.000000000000 0.000000000000 0.072265625000 0.000000000000 +0.000000000000 0.074218750000 0.047363281250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.025146484375 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.015075683594 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.054199218750 0.138671875000 0.087402343750 0.076660156250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.168945312500 0.122070312500 +0.130859375000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.054931640625 0.000000000000 0.000000000000 0.036621093750 +0.023437500000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.026977539062 0.018676757812 0.000000000000 +0.089355468750 0.000000000000 0.000000000000 0.000000000000 +0.036865234375 0.123535156250 0.000000000000 0.131835937500 +0.059814453125 0.000000000000 0.000000000000 0.233398437500 +0.000000000000 0.011901855469 0.075195312500 0.000000000000 +0.163085937500 0.243164062500 0.242187500000 0.012023925781 +0.109863281250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.241210937500 0.040527343750 +0.104492187500 0.009643554688 0.000000000000 0.000000000000 +0.000000000000 0.008422851562 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.081054687500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.165039062500 +0.075683593750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.039550781250 0.000000000000 +0.000000000000 0.000000000000 0.065429687500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.326171875000 0.086914062500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.096191406250 0.000000000000 0.056640625000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.075683593750 0.000000000000 0.083984375000 +0.000000000000 0.000000000000 0.137695312500 0.000000000000 +0.007110595703 0.013977050781 0.000000000000 0.049804687500 +0.143554687500 0.003417968750 0.000000000000 0.134765625000 +0.117675781250 0.000000000000 0.078125000000 0.058349609375 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.042236328125 0.069824218750 0.097167968750 +0.000000000000 0.137695312500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.037597656250 0.000000000000 0.000000000000 0.157226562500 +0.000000000000 0.000000000000 0.000000000000 0.009277343750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.116699218750 0.068847656250 0.000000000000 +0.027221679688 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.156250000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.028930664062 +0.026611328125 0.000000000000 0.119628906250 0.000000000000 +0.000000000000 0.000000000000 0.030883789062 0.017822265625 +0.088378906250 0.113769531250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.001205444336 0.091308593750 0.000000000000 0.000000000000 +0.000000000000 0.166015625000 0.045898437500 0.265625000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.045410156250 +0.000000000000 0.000000000000 0.019775390625 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.017822265625 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.018920898438 0.000000000000 0.000000000000 0.000000000000 +0.053955078125 0.014038085938 0.075683593750 0.035400390625 +0.126953125000 0.000000000000 0.022705078125 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.001052856445 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.067382812500 0.026367187500 0.000000000000 0.000000000000 +0.000000000000 0.178710937500 0.008239746094 0.221679687500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.049072265625 0.000000000000 +0.104003906250 0.070800781250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.199218750000 0.085937500000 0.000000000000 0.055908203125 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.109863281250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.025756835938 0.178710937500 0.229492187500 0.000000000000 +0.089355468750 0.064941406250 0.090820312500 0.052490234375 +0.053710937500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.018310546875 0.060791015625 0.121093750000 0.031494140625 +0.012390136719 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.050292968750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.015380859375 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.051269531250 0.000000000000 0.015991210938 0.000000000000 +0.000000000000 0.016479492188 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.120605468750 +0.123046875000 0.164062500000 0.198242187500 0.292968750000 +0.324218750000 0.281250000000 0.132812500000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.146484375000 0.045410156250 0.000000000000 +0.000000000000 0.120117187500 0.228515625000 0.247070312500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.160156250000 0.037109375000 0.019897460938 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.047851562500 +0.225585937500 0.116699218750 0.197265625000 0.015197753906 +0.057617187500 0.000000000000 0.031738281250 0.000000000000 +0.000000000000 0.010437011719 0.000000000000 0.181640625000 +0.000000000000 0.070312500000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.095703125000 0.007720947266 +0.000000000000 0.138671875000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.183593750000 0.000000000000 +0.137695312500 0.353515625000 0.035400390625 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.093261718750 +0.203125000000 0.127929687500 0.005157470703 0.055664062500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.034179687500 0.147460937500 0.058105468750 0.133789062500 +0.000000000000 0.000000000000 0.047607421875 0.069824218750 +0.000000000000 0.088867187500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.098632812500 0.243164062500 +0.190429687500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.233398437500 0.044189453125 +0.353515625000 0.225585937500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.037109375000 0.022460937500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.122558593750 0.002563476562 0.155273437500 0.000000000000 +0.004058837891 0.000000000000 0.000000000000 0.000000000000 +0.077636718750 0.051269531250 0.014221191406 0.020263671875 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.148437500000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.131835937500 0.000000000000 0.000000000000 +0.022460937500 0.000000000000 0.053955078125 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.253906250000 0.000000000000 +0.000000000000 0.000000000000 0.085937500000 0.000000000000 +0.049804687500 0.000000000000 0.000000000000 0.000000000000 +0.114746093750 0.332031250000 0.000000000000 0.073242187500 +0.126953125000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.009338378906 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.056152343750 0.056396484375 +0.000000000000 0.000000000000 0.000000000000 0.151367187500 +0.083496093750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.188476562500 0.255859375000 0.000000000000 0.000000000000 +0.000000000000 0.106933593750 0.000000000000 0.000000000000 +0.101074218750 0.408203125000 0.000000000000 0.183593750000 +0.000000000000 0.000000000000 0.000000000000 0.248046875000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.070312500000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.036376953125 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.103515625000 0.000000000000 0.026000976562 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.016723632812 0.150390625000 +0.015502929688 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.017211914062 +0.000000000000 0.000000000000 0.003417968750 0.000000000000 +0.000000000000 0.345703125000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.059814453125 0.236328125000 0.000000000000 0.233398437500 +0.205078125000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.281250000000 0.000000000000 +0.000000000000 0.000000000000 0.122070312500 0.000000000000 +0.075683593750 0.048583984375 0.000000000000 0.000000000000 +0.155273437500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.165039062500 0.000000000000 +0.004547119141 0.124511718750 0.174804687500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.059814453125 0.059814453125 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.063476562500 0.000000000000 0.064941406250 0.000000000000 +0.000000000000 0.000000000000 0.079589843750 0.000000000000 +0.304687500000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.240234375000 0.100097656250 0.000000000000 0.000000000000 +0.000000000000 0.003967285156 0.087890625000 0.131835937500 +0.000000000000 0.047851562500 0.000000000000 0.000000000000 +0.000000000000 0.081542968750 0.115234375000 0.113281250000 +0.000000000000 0.091308593750 0.000000000000 0.000000000000 +0.102539062500 0.000000000000 0.000000000000 0.000000000000 +0.118164062500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.152343750000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.215820312500 0.066894531250 0.025756835938 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.079589843750 0.075195312500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.115722656250 0.117187500000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.020263671875 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.123535156250 0.034667968750 +0.033447265625 0.000000000000 0.035644531250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.158203125000 +0.044433593750 0.065917968750 0.190429687500 0.320312500000 +0.000000000000 0.013793945312 0.013671875000 0.000000000000 +0.087402343750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.128906250000 +0.124511718750 0.000000000000 0.000000000000 0.000000000000 +0.002624511719 0.000000000000 0.077148437500 0.000000000000 +0.251953125000 0.000000000000 0.015625000000 0.000000000000 +0.000000000000 0.000000000000 0.110839843750 0.117187500000 +0.095214843750 0.053222656250 0.141601562500 0.000000000000 +0.000000000000 0.000000000000 0.058837890625 0.113769531250 +0.000000000000 0.000000000000 0.000000000000 0.061767578125 +0.007659912109 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.003067016602 0.000000000000 +0.000000000000 0.037597656250 0.247070312500 0.000000000000 +0.152343750000 0.285156250000 0.165039062500 0.025390625000 +0.085449218750 0.183593750000 0.000000000000 0.040039062500 +0.296875000000 0.240234375000 0.000000000000 0.000000000000 +0.015869140625 0.000000000000 0.000000000000 0.000000000000 +0.008422851562 0.008300781250 0.333984375000 0.019287109375 +0.039062500000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.141601562500 0.000000000000 0.076660156250 +0.200195312500 0.257812500000 0.002410888672 0.032958984375 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.235351562500 +0.324218750000 0.147460937500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.098144531250 0.000000000000 +0.120605468750 0.000000000000 0.000000000000 0.000000000000 +0.048339843750 0.000000000000 0.000000000000 0.109863281250 +0.058105468750 0.000000000000 0.000000000000 0.000000000000 +0.018066406250 0.000000000000 0.162109375000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.151367187500 0.000000000000 +0.000000000000 0.226562500000 0.207031250000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.114257812500 0.000000000000 0.000000000000 0.017456054688 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.041259765625 0.000000000000 0.000000000000 0.000000000000 +0.337890625000 0.000000000000 0.194335937500 0.000000000000 +0.345703125000 0.000000000000 0.192382812500 0.000000000000 +0.035400390625 0.009216308594 0.000000000000 0.000000000000 +0.155273437500 0.000000000000 0.000000000000 0.024291992188 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.226562500000 0.000000000000 0.102050781250 +0.144531250000 0.018676757812 0.000000000000 0.157226562500 +0.000000000000 0.000000000000 0.000000000000 0.099121093750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.075683593750 +0.166992187500 0.000000000000 0.062988281250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.064453125000 0.000000000000 0.028320312500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.118164062500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.047119140625 0.042968750000 0.066406250000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.108886718750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.060058593750 0.085937500000 +0.000000000000 0.255859375000 0.000000000000 0.000000000000 +0.000000000000 0.209960937500 0.000000000000 0.082031250000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.116210937500 0.055664062500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.014099121094 0.000000000000 0.028930664062 0.097656250000 +0.006256103516 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.022705078125 0.194335937500 0.000000000000 +0.000000000000 0.000000000000 0.306640625000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.078125000000 0.000000000000 0.039306640625 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.025024414062 0.219726562500 0.000000000000 0.000000000000 +0.208984375000 0.000000000000 0.000000000000 0.136718750000 +0.000000000000 0.000000000000 0.257812500000 0.000000000000 +0.087402343750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.021850585938 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.108886718750 +0.000000000000 0.155273437500 0.048583984375 0.000000000000 +0.040039062500 0.197265625000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.135742187500 +0.000000000000 0.010620117188 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.006774902344 0.233398437500 0.167968750000 +0.000000000000 0.000000000000 0.000000000000 0.106933593750 +0.148437500000 0.026489257812 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.039062500000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.400390625000 0.030395507812 +0.000000000000 0.000000000000 0.104980468750 0.023803710938 +0.000000000000 0.224609375000 0.000000000000 0.000000000000 +0.000000000000 0.105468750000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.119628906250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.022338867188 0.035156250000 +0.105468750000 0.000000000000 0.038574218750 0.000000000000 +0.002288818359 0.000705718994 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.045410156250 +0.231445312500 0.036621093750 0.000000000000 0.000000000000 +0.000000000000 0.034423828125 0.125976562500 0.195312500000 +0.000000000000 0.000000000000 0.000000000000 0.049072265625 +0.000000000000 0.000000000000 0.091308593750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.022338867188 0.000000000000 0.162109375000 +0.000000000000 0.177734375000 0.000000000000 0.000000000000 +0.000000000000 0.240234375000 0.122070312500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.047851562500 0.189453125000 0.000000000000 +0.234375000000 0.000000000000 0.304687500000 0.155273437500 +0.160156250000 0.000000000000 0.134765625000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.019409179688 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.035644531250 0.039306640625 0.312500000000 +0.206054687500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.139648437500 0.000000000000 +0.000000000000 0.114257812500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.028930664062 0.121093750000 +0.000000000000 0.000000000000 0.119628906250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.023437500000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.075195312500 0.000000000000 0.138671875000 +0.022583007812 0.039550781250 0.000000000000 0.388671875000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.041259765625 0.000000000000 0.000000000000 +0.000000000000 0.033935546875 0.000000000000 0.000000000000 +0.000000000000 0.012756347656 0.000000000000 0.010681152344 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.237304687500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000541687012 0.230468750000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.055419921875 0.000000000000 0.000000000000 0.018554687500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.032714843750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.155273437500 0.000000000000 0.211914062500 0.103027343750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.037841796875 +0.000000000000 0.000000000000 0.000000000000 0.048095703125 +0.094726562500 0.273437500000 0.000000000000 0.000000000000 +0.000000000000 0.075683593750 0.133789062500 0.011352539062 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.257812500000 0.126953125000 0.018676757812 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.033203125000 0.000000000000 +0.021972656250 0.041748046875 0.000000000000 0.222656250000 +0.000000000000 0.000000000000 0.007934570312 0.000000000000 +0.056152343750 0.000000000000 0.050048828125 0.087890625000 +0.000000000000 0.019531250000 0.000000000000 0.041015625000 +0.000000000000 0.425781250000 0.172851562500 0.154296875000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.124511718750 0.000000000000 0.000000000000 0.045654296875 +0.308593750000 0.186523437500 0.000000000000 0.000000000000 +0.006958007812 0.000000000000 0.134765625000 0.355468750000 +0.090820312500 0.000000000000 0.065429687500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.130859375000 0.326171875000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.021484375000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.031982421875 0.191406250000 0.071289062500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.119140625000 0.345703125000 0.330078125000 +0.281250000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.074218750000 0.159179687500 +0.000000000000 0.068359375000 0.000000000000 0.000000000000 +0.000000000000 0.038574218750 0.000000000000 0.000000000000 +0.051757812500 0.237304687500 0.150390625000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.075195312500 0.015747070312 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.073242187500 0.000000000000 0.000000000000 0.013122558594 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.065429687500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.112304687500 0.000000000000 +0.084960937500 0.000000000000 0.211914062500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.004852294922 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.052246093750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.209960937500 +0.103515625000 0.000000000000 0.093261718750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.170898437500 +0.000000000000 0.072265625000 0.263671875000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.009826660156 0.145507812500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.131835937500 +0.058837890625 0.000000000000 0.080078125000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.044433593750 0.048828125000 0.000000000000 0.000000000000 +0.000000000000 0.151367187500 0.000000000000 0.000000000000 +0.160156250000 0.000000000000 0.000000000000 0.046142578125 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.030639648438 0.213867187500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.171875000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.308593750000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.049072265625 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.137695312500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.462890625000 +0.000000000000 0.000000000000 0.000000000000 0.096191406250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.079589843750 0.000000000000 0.000000000000 0.103027343750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.088378906250 0.158203125000 0.000000000000 +0.000000000000 0.000000000000 0.151367187500 0.032226562500 +0.000000000000 0.008239746094 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.085449218750 0.224609375000 +0.112792968750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.216796875000 0.000000000000 +0.000000000000 0.000000000000 0.090820312500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.044921875000 0.090332031250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.025512695312 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.125976562500 0.000000000000 0.139648437500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.186523437500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.049804687500 0.000000000000 0.000000000000 0.213867187500 +0.091796875000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.103515625000 0.000000000000 0.006988525391 0.000000000000 +0.000000000000 0.232421875000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.031982421875 0.070800781250 +0.000000000000 0.000000000000 0.164062500000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.109863281250 +0.000000000000 0.083984375000 0.000000000000 0.000000000000 +0.000000000000 0.040771484375 0.106445312500 0.000000000000 +0.000000000000 0.027709960938 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.024780273438 +0.000000000000 0.112792968750 0.030639648438 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.161132812500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.083496093750 0.000000000000 +0.000000000000 0.000000000000 0.063964843750 0.000000000000 +0.000000000000 0.472656250000 0.000000000000 0.001022338867 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.028564453125 +0.071289062500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.062500000000 0.000000000000 +0.000000000000 0.183593750000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.138671875000 0.000000000000 +0.000000000000 0.083984375000 0.188476562500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.021118164062 +0.000000000000 0.000000000000 0.000000000000 0.091796875000 +0.000000000000 0.000000000000 0.277343750000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.145507812500 0.000000000000 +0.000000000000 0.000000000000 0.057617187500 0.000000000000 +0.000000000000 0.000000000000 0.051757812500 0.000000000000 +0.001869201660 0.000000000000 0.000000000000 0.015869140625 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.005279541016 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.031494140625 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.017456054688 0.000000000000 0.000000000000 +0.000000000000 0.142578125000 0.000000000000 0.000000000000 +0.022460937500 0.000000000000 0.253906250000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.053222656250 0.000000000000 0.000000000000 0.000000000000 +0.240234375000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.047607421875 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.010070800781 0.121093750000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.042236328125 +0.000000000000 0.000000000000 0.000000000000 0.096191406250 +0.000000000000 0.062500000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.042236328125 0.000000000000 +0.000000000000 0.000000000000 0.005126953125 0.000000000000 +0.000000000000 0.037109375000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.275390625000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.042724609375 0.000000000000 0.000000000000 +0.124511718750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.021850585938 0.000000000000 0.179687500000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.101074218750 0.000000000000 0.000000000000 0.019409179688 +0.086914062500 0.000000000000 0.000000000000 0.382812500000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.193359375000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.527343750000 0.000000000000 +0.000000000000 0.000000000000 0.178710937500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.214843750000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.166015625000 0.240234375000 0.000000000000 +0.000000000000 0.000000000000 0.231445312500 0.087890625000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.086425781250 0.000000000000 +0.326171875000 0.000000000000 0.000000000000 0.000000000000 +0.056640625000 0.241210937500 0.093750000000 0.001434326172 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.063476562500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.064453125000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.003067016602 0.000000000000 +0.000000000000 0.004577636719 0.039550781250 0.061279296875 +0.000000000000 0.000000000000 0.242187500000 0.000000000000 +0.000000000000 0.032470703125 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.092285156250 +0.036865234375 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.093261718750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.157226562500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.028320312500 +0.316406250000 0.000000000000 0.000000000000 0.000000000000 +0.164062500000 0.000000000000 0.000000000000 0.000000000000 +0.059082031250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.115722656250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.365234375000 0.000000000000 0.000000000000 0.296875000000 +0.000000000000 0.000000000000 0.022583007812 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.355468750000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.221679687500 0.147460937500 0.000000000000 0.000000000000 +0.000000000000 0.031982421875 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.134765625000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.562500000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.072753906250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.382812500000 +0.000000000000 0.195312500000 0.043945312500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.044677734375 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.013122558594 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.044433593750 0.000000000000 0.087890625000 +0.193359375000 0.125976562500 0.206054687500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.201171875000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.192382812500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.219726562500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.228515625000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.015747070312 0.306640625000 0.000000000000 0.000000000000 +0.067382812500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.008117675781 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.024902343750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.247070312500 0.000000000000 0.488281250000 0.000000000000 +0.000000000000 0.073242187500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.300781250000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.197265625000 0.000000000000 +0.000000000000 0.005126953125 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.026977539062 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.089355468750 0.000000000000 0.000000000000 0.031982421875 +0.000000000000 0.000000000000 0.000000000000 0.131835937500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.140625000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.082519531250 0.073730468750 0.198242187500 +0.000000000000 0.000000000000 0.000000000000 0.013671875000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.215820312500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.107910156250 0.123535156250 0.059082031250 +0.222656250000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.335937500000 0.000000000000 0.025024414062 0.045654296875 +0.000000000000 0.000000000000 0.067871093750 0.000000000000 +0.101562500000 0.041503906250 0.000000000000 0.010192871094 +0.027709960938 0.000000000000 0.000000000000 0.000000000000 +0.017211914062 0.059326171875 0.145507812500 0.427734375000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.061279296875 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.034912109375 0.000000000000 0.093261718750 0.043701171875 +0.011596679688 0.097656250000 0.000000000000 0.110839843750 +0.003677368164 0.167968750000 0.055664062500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.080078125000 0.120605468750 0.022827148438 0.000000000000 +0.000000000000 0.000000000000 0.067382812500 0.182617187500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.031494140625 0.306640625000 0.000000000000 +0.147460937500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.054199218750 0.146484375000 +0.443359375000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.045166015625 0.049560546875 0.000000000000 +0.000000000000 0.000000000000 0.023681640625 0.017944335938 +0.000000000000 0.028930664062 0.000000000000 0.000000000000 +0.009704589844 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.094238281250 0.000000000000 0.106933593750 +0.059570312500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.052490234375 0.000000000000 0.002059936523 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.136718750000 0.043701171875 +0.031127929688 0.155273437500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.300781250000 0.000000000000 +0.087402343750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.271484375000 0.000000000000 +0.000000000000 0.082031250000 0.000000000000 0.000000000000 +0.000000000000 0.259765625000 0.164062500000 0.000000000000 +0.166015625000 0.000000000000 0.000000000000 0.020874023438 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.142578125000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.122558593750 0.000000000000 0.261718750000 +0.077636718750 0.000000000000 0.000000000000 0.000000000000 +0.055664062500 0.000000000000 0.007080078125 0.000000000000 +0.037841796875 0.049072265625 0.000000000000 0.140625000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.148437500000 0.029296875000 +0.000000000000 0.000000000000 0.000000000000 0.054199218750 +0.000000000000 0.083007812500 0.192382812500 0.108886718750 +0.000000000000 0.122558593750 0.000000000000 0.014404296875 +0.048095703125 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.067382812500 +0.294921875000 0.147460937500 0.088378906250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.111816406250 +0.138671875000 0.000000000000 0.046875000000 0.039062500000 +0.000000000000 0.000000000000 0.017456054688 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.098632812500 0.000000000000 0.275390625000 +0.287109375000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.267578125000 +0.062988281250 0.110351562500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.099609375000 0.077636718750 +0.146484375000 0.069335937500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.128906250000 0.000000000000 +0.038330078125 0.212890625000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.220703125000 0.051757812500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.112792968750 0.281250000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.060302734375 0.066406250000 0.034667968750 0.173828125000 +0.000000000000 0.122070312500 0.201171875000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.024414062500 0.017333984375 0.004974365234 0.156250000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.006927490234 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.100097656250 0.073242187500 0.000000000000 0.026245117188 +0.000000000000 0.000000000000 0.006835937500 0.013549804688 +0.096679687500 0.024536132812 0.073730468750 0.056396484375 +0.073730468750 0.296875000000 0.207031250000 0.004089355469 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.011169433594 +0.000000000000 0.000000000000 0.124511718750 0.206054687500 +0.050781250000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.089843750000 0.054199218750 +0.028442382812 0.144531250000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.110351562500 +0.000000000000 0.000000000000 0.013854980469 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.243164062500 0.287109375000 +0.172851562500 0.320312500000 0.167968750000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.064941406250 0.075683593750 0.251953125000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.010314941406 0.071289062500 0.095703125000 0.140625000000 +0.000000000000 0.000000000000 0.015258789062 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.103027343750 0.096679687500 0.287109375000 +0.055664062500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.001884460449 0.000000000000 0.011474609375 +0.007049560547 0.000000000000 0.085937500000 0.361328125000 +0.135742187500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.118652343750 0.000000000000 +0.000000000000 0.000000000000 0.130859375000 0.020141601562 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.006988525391 +0.000000000000 0.151367187500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.032226562500 +0.000000000000 0.134765625000 0.000000000000 0.000000000000 +0.043945312500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.022949218750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.129882812500 0.000000000000 +0.229492187500 0.000000000000 0.006866455078 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.261718750000 0.131835937500 0.135742187500 +0.173828125000 0.051269531250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.025634765625 0.073242187500 0.015625000000 +0.142578125000 0.039794921875 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.020996093750 0.089355468750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.076171875000 0.136718750000 +0.020629882812 0.000000000000 0.000000000000 0.000000000000 +0.002441406250 0.000000000000 0.000000000000 0.089355468750 +0.000000000000 0.181640625000 0.246093750000 0.184570312500 +0.087890625000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.168945312500 0.000000000000 +0.157226562500 0.016479492188 0.386718750000 0.104003906250 +0.086914062500 0.173828125000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.096191406250 0.020019531250 +0.086425781250 0.188476562500 0.052246093750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.201171875000 0.026733398438 0.000000000000 +0.029663085938 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.199218750000 +0.218750000000 0.225585937500 0.000000000000 0.009948730469 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.032958984375 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.202148437500 0.000000000000 0.003997802734 0.194335937500 +0.000000000000 0.179687500000 0.000000000000 0.021606445312 +0.000000000000 0.082031250000 0.000000000000 0.077148437500 +0.184570312500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.064941406250 0.077148437500 +0.030639648438 0.068359375000 0.008300781250 0.094726562500 +0.000000000000 0.016601562500 0.000000000000 0.000000000000 +0.292968750000 0.054687500000 0.154296875000 0.083007812500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.115722656250 +0.097167968750 0.013610839844 0.000000000000 0.000000000000 +0.150390625000 0.104003906250 0.010681152344 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.082519531250 0.000000000000 0.002578735352 0.000000000000 +0.000000000000 0.075195312500 0.000000000000 0.316406250000 +0.117675781250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.052490234375 0.014160156250 +0.143554687500 0.103027343750 0.106445312500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.058837890625 +0.011779785156 0.000000000000 0.226562500000 0.000000000000 +0.071777343750 0.000000000000 0.000000000000 0.003387451172 +0.000000000000 0.194335937500 0.166992187500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.104003906250 +0.000000000000 0.000000000000 0.000000000000 0.051513671875 +0.125976562500 0.000000000000 0.210937500000 0.259765625000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.092285156250 0.196289062500 0.052246093750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.011047363281 +0.050537109375 0.000000000000 0.000000000000 0.000000000000 +0.031738281250 0.000000000000 0.000000000000 0.296875000000 +0.044921875000 0.053222656250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.082519531250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.005798339844 +0.010192871094 0.075683593750 0.062500000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.029052734375 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.076660156250 +0.000000000000 0.019165039062 0.073242187500 0.000000000000 +0.000000000000 0.041748046875 0.048583984375 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.059814453125 0.033203125000 0.092773437500 0.000000000000 +0.000000000000 0.217773437500 0.000000000000 0.191406250000 +0.097656250000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.163085937500 0.000000000000 +0.093261718750 0.139648437500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.081054687500 0.120605468750 +0.267578125000 0.267578125000 0.000000000000 0.205078125000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.077148437500 0.127929687500 0.122558593750 +0.000000000000 0.110839843750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.099609375000 0.000000000000 +0.098632812500 0.000000000000 0.000000000000 0.003845214844 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.070800781250 0.006011962891 +0.000000000000 0.000000000000 0.200195312500 0.000000000000 +0.238281250000 0.158203125000 0.023315429688 0.014526367188 +0.058837890625 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.140625000000 0.083496093750 0.111816406250 0.092285156250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.057128906250 0.115234375000 0.173828125000 +0.094238281250 0.000000000000 0.110351562500 0.000000000000 +0.126953125000 0.131835937500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.118652343750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.066406250000 0.055908203125 0.000000000000 +0.022094726562 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.084472656250 0.081542968750 0.058837890625 +0.212890625000 0.000000000000 0.000000000000 0.103515625000 +0.000000000000 0.146484375000 0.111816406250 0.228515625000 +0.275390625000 0.153320312500 0.136718750000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.026245117188 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.177734375000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.175781250000 +0.067382812500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.092773437500 0.161132812500 +0.090820312500 0.128906250000 0.136718750000 0.000000000000 +0.064941406250 0.077148437500 0.000000000000 0.117187500000 +0.035644531250 0.000000000000 0.147460937500 0.000000000000 +0.066894531250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.052978515625 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.051513671875 0.134765625000 +0.049560546875 0.033691406250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.033203125000 +0.025634765625 0.130859375000 0.084960937500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.149414062500 0.025512695312 0.000000000000 0.034179687500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.008239746094 0.211914062500 0.073242187500 +0.064941406250 0.000000000000 0.000000000000 0.002182006836 +0.000000000000 0.097656250000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.170898437500 +0.240234375000 0.097167968750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.072753906250 0.316406250000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.205078125000 0.000000000000 0.049072265625 0.029541015625 +0.000000000000 0.064453125000 0.019409179688 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.042968750000 +0.171875000000 0.000000000000 0.000000000000 0.135742187500 +0.077148437500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.175781250000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.102539062500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.025634765625 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.169921875000 +0.092285156250 0.000000000000 0.000000000000 0.075683593750 +0.020751953125 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.079101562500 +0.000000000000 0.330078125000 0.041992187500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.030883789062 0.018798828125 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.089355468750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.036376953125 +0.000000000000 0.000000000000 0.232421875000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.038330078125 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.007171630859 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.056396484375 0.123535156250 0.000000000000 +0.127929687500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.014953613281 0.000000000000 +0.000000000000 0.000000000000 0.207031250000 0.071777343750 +0.000000000000 0.275390625000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.120605468750 +0.326171875000 0.361328125000 0.102539062500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.031982421875 +0.020385742188 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.006103515625 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.174804687500 +0.033935546875 0.023071289062 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.081542968750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.020629882812 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.242187500000 0.209960937500 +0.080078125000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.110839843750 0.000000000000 0.000000000000 0.106933593750 +0.000101089478 0.000000000000 0.000000000000 0.083496093750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.020507812500 +0.160156250000 0.158203125000 0.003799438477 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.071289062500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.072265625000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.141601562500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.131835937500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.079589843750 0.000000000000 0.000000000000 0.000000000000 +0.245117187500 0.232421875000 0.034179687500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.094726562500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.056884765625 0.122558593750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.235351562500 0.000000000000 0.001159667969 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.045898437500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.016113281250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.032714843750 +0.000000000000 0.000000000000 0.000000000000 0.053466796875 +0.222656250000 0.130859375000 0.139648437500 0.099121093750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.026733398438 +0.000000000000 0.187500000000 0.015747070312 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.296875000000 0.006378173828 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.042724609375 0.094238281250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.056152343750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.017089843750 0.172851562500 +0.000000000000 0.000000000000 0.000000000000 0.022583007812 +0.000000000000 0.000000000000 0.000000000000 0.017211914062 +0.000000000000 0.000000000000 0.068359375000 0.226562500000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.035644531250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.021606445312 +0.000000000000 0.025268554688 0.000000000000 0.000000000000 +0.000000000000 0.003448486328 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.099121093750 0.014648437500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.058105468750 0.000000000000 0.000000000000 +0.000000000000 0.133789062500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.215820312500 0.032226562500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.139648437500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.208984375000 0.096191406250 0.073242187500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.095214843750 0.087890625000 +0.000000000000 0.111816406250 0.181640625000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.106445312500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.055419921875 0.000000000000 0.000000000000 +0.000000000000 0.031494140625 0.066894531250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.035156250000 0.072753906250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.255859375000 0.148437500000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.246093750000 0.117675781250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.044189453125 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.245117187500 0.079589843750 0.043457031250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.035400390625 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.069335937500 +0.227539062500 0.217773437500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.113281250000 +0.128906250000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.022949218750 0.000000000000 0.026733398438 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.029296875000 0.054443359375 0.018066406250 +0.000000000000 0.000000000000 0.000000000000 0.022583007812 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.031982421875 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.050537109375 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.174804687500 0.230468750000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.005950927734 0.009460449219 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.003875732422 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.070312500000 0.107421875000 +0.091308593750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.043701171875 0.000000000000 +0.073730468750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.047363281250 0.000000000000 0.022705078125 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.134765625000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.056884765625 +0.000000000000 0.153320312500 0.027587890625 0.000000000000 +0.000000000000 0.003677368164 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.001602172852 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.132812500000 0.021118164062 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.091308593750 0.072753906250 0.122558593750 +0.002624511719 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.188476562500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.063476562500 +0.059082031250 0.078125000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.066406250000 0.006042480469 0.000000000000 +0.000000000000 0.211914062500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.169921875000 0.152343750000 0.110839843750 0.000000000000 +0.000000000000 0.000000000000 0.056884765625 0.075683593750 +0.070312500000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.002304077148 0.140625000000 0.100097656250 +0.080566406250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.162109375000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000675201416 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.103515625000 0.345703125000 +0.119140625000 0.187500000000 0.113769531250 0.000000000000 +0.164062500000 0.094726562500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.055175781250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.086425781250 0.109375000000 0.056396484375 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.072753906250 0.203125000000 +0.263671875000 0.073242187500 0.210937500000 0.000000000000 +0.000000000000 0.005981445312 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.152343750000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.059082031250 0.202148437500 +0.099609375000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.128906250000 0.064941406250 +0.194335937500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.021240234375 +0.076171875000 0.000000000000 0.155273437500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.052490234375 0.005371093750 0.010864257812 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.045654296875 0.211914062500 0.147460937500 0.009582519531 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.088378906250 +0.251953125000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.097167968750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.023681640625 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.047363281250 0.000000000000 0.071289062500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.003875732422 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.188476562500 0.000000000000 0.000000000000 +0.101074218750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.172851562500 +0.003402709961 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.126953125000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.013427734375 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.092773437500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.160156250000 +0.000000000000 0.000000000000 0.142578125000 0.000000000000 +0.000000000000 0.150390625000 0.000000000000 0.000000000000 +0.007202148438 0.000000000000 0.000000000000 0.000579833984 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.028808593750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.006347656250 0.051513671875 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.165039062500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.328125000000 0.000000000000 +0.000000000000 0.083984375000 0.000000000000 0.000000000000 +0.160156250000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.294921875000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.173828125000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.292968750000 +0.000000000000 0.000000000000 0.147460937500 0.000000000000 +0.025268554688 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.166015625000 0.000000000000 0.000000000000 +0.088867187500 0.000000000000 0.066406250000 0.000000000000 +0.000000000000 0.117675781250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.145507812500 0.078125000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.015869140625 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.119140625000 0.000000000000 0.000000000000 +0.000000000000 0.033447265625 0.000000000000 0.000000000000 +0.000000000000 0.125000000000 0.000000000000 0.000000000000 +0.192382812500 0.000000000000 0.000000000000 0.308593750000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.123046875000 0.072265625000 +0.036376953125 0.006988525391 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.159179687500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.045654296875 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.038330078125 0.000000000000 0.000000000000 +0.051269531250 0.000000000000 0.032958984375 0.302734375000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.131835937500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.053466796875 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.027832031250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.165039062500 0.000000000000 0.000000000000 0.180664062500 +0.018432617188 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.085449218750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.023681640625 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.193359375000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.065917968750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.265625000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.019653320312 0.000000000000 0.229492187500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.013305664062 0.000000000000 0.000000000000 0.170898437500 +0.000000000000 0.000000000000 0.057617187500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.390625000000 0.000000000000 0.000000000000 +0.110839843750 0.000000000000 0.004608154297 0.000000000000 +0.000000000000 0.035888671875 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.120117187500 0.000000000000 +0.000000000000 0.141601562500 0.000000000000 0.000000000000 +0.150390625000 0.000000000000 0.000000000000 0.124511718750 +0.000000000000 0.000000000000 0.378906250000 0.000000000000 +0.000000000000 0.213867187500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.189453125000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.019409179688 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.021972656250 +0.000000000000 0.000000000000 0.000000000000 0.012573242188 +0.000000000000 0.182617187500 0.210937500000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.223632812500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.015136718750 +0.242187500000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.077148437500 0.000000000000 +0.000000000000 0.073242187500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.241210937500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.026123046875 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.083984375000 0.000000000000 0.097656250000 +0.053222656250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.247070312500 +0.000000000000 0.000000000000 0.000000000000 0.088378906250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.230468750000 0.000000000000 +0.000000000000 0.000000000000 0.046386718750 0.000000000000 +0.000000000000 0.136718750000 0.000000000000 0.000000000000 +0.507812500000 0.180664062500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.009094238281 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.091796875000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.048339843750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.320312500000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.006500244141 0.000000000000 0.000000000000 +0.125976562500 0.000000000000 0.000000000000 0.117187500000 +0.000000000000 0.000000000000 0.000000000000 0.157226562500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.194335937500 0.069335937500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.133789062500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.168945312500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.014831542969 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.030151367188 0.000000000000 +0.000000000000 0.083496093750 0.000000000000 0.000000000000 +0.088867187500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.082031250000 0.000000000000 0.000000000000 +0.000000000000 0.250000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.206054687500 +0.000000000000 0.000000000000 0.056152343750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.018432617188 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.141601562500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.138671875000 0.000000000000 0.000000000000 +0.199218750000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.238281250000 0.097656250000 0.000000000000 +0.613281250000 0.000000000000 0.000000000000 0.002548217773 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.341796875000 0.109863281250 0.001670837402 0.000000000000 +0.110839843750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.285156250000 0.000000000000 +0.022583007812 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.125000000000 +0.000000000000 0.032470703125 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.059326171875 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.067871093750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.024169921875 0.033935546875 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.035400390625 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.091308593750 +0.000000000000 0.000000000000 0.022949218750 0.000000000000 +0.111816406250 0.101562500000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.028076171875 +0.000000000000 0.000000000000 0.144531250000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.106445312500 0.087890625000 +0.151367187500 0.167968750000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.033935546875 0.000000000000 0.000000000000 +0.001838684082 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.080078125000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.031738281250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.166992187500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.126953125000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.061767578125 0.000000000000 0.000000000000 +0.570312500000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.118164062500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.009887695312 0.000000000000 0.000000000000 0.035644531250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.104492187500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.173828125000 +0.000000000000 0.000000000000 0.046630859375 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.118652343750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.072753906250 0.000000000000 0.017944335938 0.000000000000 +0.102539062500 0.000000000000 0.000000000000 0.000000000000 +0.253906250000 0.000000000000 0.435546875000 0.000000000000 +0.000000000000 0.412109375000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.009704589844 +0.000000000000 0.142578125000 0.000000000000 0.402343750000 +0.000000000000 0.028442382812 0.000000000000 0.269531250000 +0.000000000000 0.235351562500 0.000000000000 0.104492187500 +0.000000000000 0.000000000000 0.106933593750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.115722656250 0.000000000000 0.281250000000 +0.000000000000 0.228515625000 0.000000000000 0.000000000000 +0.000000000000 0.136718750000 0.000000000000 0.000000000000 +0.082519531250 0.000000000000 0.228515625000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.071777343750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.114257812500 0.000000000000 0.217773437500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.222656250000 +0.000000000000 0.000000000000 0.089843750000 0.000000000000 +0.042724609375 0.000000000000 0.000000000000 0.000000000000 +0.155273437500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.010498046875 0.000000000000 +0.000000000000 0.000000000000 0.009155273438 0.000000000000 +0.000000000000 0.041992187500 0.000000000000 0.018676757812 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.028320312500 +0.000000000000 0.000000000000 0.148437500000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.070800781250 0.000000000000 +0.000000000000 0.221679687500 0.000000000000 0.000000000000 +0.240234375000 0.000000000000 0.263671875000 0.000000000000 +0.000000000000 0.000000000000 0.014831542969 0.000000000000 +0.000000000000 0.000000000000 0.441406250000 0.000000000000 +0.000000000000 0.218750000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.104980468750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.149414062500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.231445312500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.170898437500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.078125000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.084472656250 +0.000000000000 0.003753662109 0.000000000000 0.000000000000 +0.076171875000 0.000000000000 0.000000000000 0.085937500000 +0.000000000000 0.132812500000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.100585937500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.170898437500 0.000000000000 +0.144531250000 0.000000000000 0.000000000000 0.003784179688 +0.000000000000 0.039550781250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.121093750000 0.000000000000 0.000000000000 +0.129882812500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.151367187500 0.000000000000 +0.000000000000 0.188476562500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.128906250000 +0.048828125000 0.000000000000 0.032470703125 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.102539062500 0.000000000000 0.070800781250 0.000000000000 +0.000000000000 0.038574218750 0.000000000000 0.164062500000 +0.000000000000 0.000000000000 0.007720947266 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.008178710938 0.000000000000 0.308593750000 0.000000000000 +0.086425781250 0.000000000000 0.022216796875 0.000000000000 +0.000000000000 0.247070312500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.031494140625 0.000000000000 0.000000000000 0.080078125000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.233398437500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.241210937500 +0.000000000000 0.044921875000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.007934570312 0.000000000000 +0.165039062500 0.000000000000 0.093261718750 0.000000000000 +0.000000000000 0.143554687500 0.000000000000 0.283203125000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.035644531250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.178710937500 0.000000000000 0.084472656250 +0.000000000000 0.000000000000 0.105468750000 0.000000000000 +0.053710937500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.040527343750 0.000000000000 +0.123046875000 0.000000000000 0.111816406250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.036865234375 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.136718750000 +0.000000000000 0.000000000000 0.140625000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.210937500000 +0.000000000000 0.267578125000 0.000000000000 0.000000000000 +0.018554687500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.259765625000 +0.000000000000 0.000000000000 0.168945312500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.066894531250 +0.000000000000 0.054199218750 0.000000000000 0.006561279297 +0.000000000000 0.057861328125 0.000000000000 0.204101562500 +0.000000000000 0.353515625000 0.000000000000 0.015380859375 +0.000000000000 0.000000000000 0.000000000000 0.019287109375 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.057617187500 0.000000000000 0.183593750000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.135742187500 0.000000000000 +0.008483886719 0.000000000000 0.000000000000 0.117675781250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.160156250000 0.000000000000 0.000000000000 +0.000000000000 0.168945312500 0.000000000000 0.376953125000 +0.000000000000 0.041748046875 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.040771484375 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.117187500000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.036621093750 0.000000000000 0.023681640625 +0.373046875000 0.000000000000 0.167968750000 0.000000000000 +0.000000000000 0.000000000000 0.273437500000 0.000000000000 +0.000000000000 0.246093750000 0.000000000000 0.000000000000 +0.223632812500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.300781250000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.098632812500 0.000000000000 0.000000000000 0.056884765625 +0.000000000000 0.156250000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.275390625000 0.000000000000 0.174804687500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.013427734375 +0.000000000000 0.000000000000 0.018676757812 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.221679687500 +0.000000000000 0.000000000000 0.000000000000 0.192382812500 +0.000000000000 0.308593750000 0.000000000000 0.000000000000 +0.031982421875 0.000000000000 0.000000000000 0.000000000000 +0.142578125000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.052734375000 0.000000000000 0.000000000000 +0.196289062500 0.000000000000 0.000000000000 0.118164062500 +0.000000000000 0.000000000000 0.169921875000 0.000000000000 +0.072753906250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.110351562500 0.000000000000 +0.265625000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.007049560547 0.000000000000 0.000000000000 0.072753906250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.076660156250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.189453125000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.024169921875 0.026611328125 0.000000000000 +0.000000000000 0.065429687500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.044921875000 +0.000000000000 0.000000000000 0.153320312500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.162109375000 0.023803710938 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.292968750000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.066894531250 0.000000000000 0.224609375000 0.000000000000 +0.097656250000 0.000000000000 0.146484375000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.080566406250 +0.000000000000 0.025756835938 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.022338867188 +0.000000000000 0.000000000000 0.000000000000 0.016723632812 +0.000000000000 0.000000000000 0.000000000000 0.019165039062 +0.000000000000 0.000000000000 0.087402343750 0.000000000000 +0.130859375000 0.000000000000 0.033447265625 0.000000000000 +0.000000000000 0.000000000000 0.184570312500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.138671875000 0.000000000000 0.000000000000 +0.294921875000 0.000000000000 0.076660156250 0.011169433594 +0.000000000000 0.000000000000 0.222656250000 0.000000000000 +0.089355468750 0.000000000000 0.000000000000 0.000000000000 +0.020996093750 0.115722656250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.419921875000 +0.000000000000 0.000000000000 0.062500000000 0.101074218750 +0.000000000000 0.053466796875 0.000000000000 0.000000000000 +0.000000000000 0.203125000000 0.000000000000 0.000000000000 +0.083984375000 0.000000000000 0.261718750000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.113281250000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.139648437500 0.000000000000 0.000093460083 0.000000000000 +0.000000000000 0.000000000000 0.412109375000 0.000000000000 +0.188476562500 0.000000000000 0.000000000000 0.000000000000 +0.183593750000 0.000000000000 0.000000000000 0.021240234375 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.005523681641 0.000000000000 +0.031127929688 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.149414062500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.227539062500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.002120971680 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.053466796875 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.224609375000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.088378906250 +0.000000000000 0.189453125000 0.117675781250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.096679687500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.148437500000 0.000000000000 0.020751953125 +0.147460937500 0.000000000000 0.240234375000 0.000000000000 +0.054443359375 0.000000000000 0.000000000000 0.058349609375 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.017089843750 0.000000000000 0.000000000000 +0.142578125000 0.000000000000 0.021362304688 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.092285156250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.133789062500 0.000000000000 0.000000000000 +0.055664062500 0.000000000000 0.000000000000 0.332031250000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.110351562500 0.000000000000 0.199218750000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.166015625000 +0.000000000000 0.000000000000 0.159179687500 0.000000000000 +0.000000000000 0.112792968750 0.000000000000 0.000000000000 +0.146484375000 0.000000000000 0.000000000000 0.083007812500 +0.005981445312 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.316406250000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.020751953125 0.000000000000 +0.115722656250 0.000000000000 0.020507812500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.289062500000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.156250000000 0.000000000000 0.217773437500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.069824218750 0.000000000000 0.369140625000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.289062500000 0.000000000000 +0.000000000000 0.101562500000 0.000000000000 0.057861328125 +0.000000000000 0.211914062500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.107421875000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.164062500000 0.131835937500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.161132812500 0.000000000000 +0.181640625000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.143554687500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.031494140625 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.006561279297 0.000000000000 +0.016723632812 0.000000000000 0.261718750000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.046142578125 0.000000000000 0.000000000000 +0.054931640625 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.507812500000 +0.000000000000 0.000000000000 0.000000000000 0.074218750000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.147460937500 0.265625000000 0.000000000000 +0.000000000000 0.000000000000 0.192382812500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.040283203125 0.000000000000 0.096679687500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.173828125000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.394531250000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.298828125000 +0.144531250000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.018554687500 +0.000000000000 0.020385742188 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.093261718750 0.209960937500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.143554687500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.250000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.014831542969 0.125976562500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.052978515625 0.014465332031 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.017944335938 0.043212890625 0.000000000000 0.000000000000 +0.097656250000 0.199218750000 0.012817382812 0.000000000000 +0.102050781250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.004699707031 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.026245117188 0.000000000000 +0.013671875000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.063476562500 +0.292968750000 0.259765625000 0.192382812500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.185546875000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.129882812500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.091796875000 0.092773437500 0.037597656250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.188476562500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.048339843750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.032958984375 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.011779785156 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.089843750000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.306640625000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.054443359375 0.000000000000 0.000000000000 0.085937500000 +0.236328125000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.031005859375 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.402343750000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.139648437500 0.000000000000 0.237304687500 0.000000000000 +0.153320312500 0.105468750000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.053466796875 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.085449218750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.482421875000 +0.332031250000 0.000000000000 0.000000000000 0.006866455078 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.012512207031 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.075683593750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.339843750000 +0.000000000000 0.000000000000 0.000000000000 0.108886718750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.099121093750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.085937500000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.136718750000 0.000000000000 0.046875000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.009948730469 0.022827148438 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.109863281250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.103027343750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.002990722656 0.000000000000 +0.065917968750 0.000000000000 0.207031250000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.134765625000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.066894531250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.312500000000 0.055419921875 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.006195068359 0.000000000000 +0.000000000000 0.004699707031 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.034179687500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.047851562500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.014587402344 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.101562500000 0.000000000000 +0.000000000000 0.030029296875 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.113769531250 0.156250000000 0.000000000000 0.146484375000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.137695312500 0.067382812500 0.000000000000 0.000000000000 +0.000000000000 0.022583007812 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.019165039062 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.111816406250 0.013122558594 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.034912109375 0.011901855469 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.129882812500 0.109863281250 +0.000000000000 0.000000000000 0.038330078125 0.000000000000 +0.141601562500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.093750000000 0.035888671875 0.005035400391 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.059082031250 +0.240234375000 0.115234375000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.127929687500 0.176757812500 0.000000000000 0.000000000000 +0.000000000000 0.103515625000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.039794921875 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.141601562500 0.000000000000 +0.000000000000 0.111328125000 0.135742187500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.004394531250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.027343750000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.124023437500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.011413574219 0.185546875000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.152343750000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.074707031250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.170898437500 +0.098144531250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.004486083984 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.038330078125 0.062255859375 +0.009521484375 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.168945312500 +0.000000000000 0.361328125000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.149414062500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.010131835938 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.028198242188 0.000000000000 0.107910156250 0.000000000000 +0.221679687500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.224609375000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.265625000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.009582519531 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.067382812500 0.000000000000 0.000000000000 0.152343750000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.099609375000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.061523437500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.376953125000 0.245117187500 +0.143554687500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.118164062500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.029174804688 0.137695312500 0.000000000000 0.206054687500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.024658203125 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.093750000000 0.265625000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.026733398438 +0.196289062500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.184570312500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.036865234375 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.001243591309 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.017456054688 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.339843750000 0.018554687500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.114257812500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.125000000000 +0.065429687500 0.000000000000 0.069824218750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.102050781250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.038085937500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.003082275391 0.000000000000 0.094238281250 +0.228515625000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.139648437500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.164062500000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.027709960938 0.105468750000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.154296875000 0.166992187500 0.000000000000 +0.026977539062 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.146484375000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.068359375000 0.011047363281 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.061035156250 0.144531250000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.333984375000 0.361328125000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.071777343750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.024658203125 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.086914062500 +0.091308593750 0.061035156250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000991821289 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.037597656250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.068359375000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.010314941406 0.082519531250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.133789062500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.034912109375 +0.026000976562 0.083007812500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.038085937500 0.209960937500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.071777343750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.071777343750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.148437500000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.037353515625 0.000000000000 0.216796875000 0.000000000000 +0.000000000000 0.052490234375 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.032958984375 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.164062500000 0.000000000000 0.000000000000 +0.205078125000 0.026855468750 0.119628906250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.026489257812 0.137695312500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.087402343750 0.130859375000 +0.096679687500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.214843750000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.098144531250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.124511718750 0.197265625000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.088867187500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.037597656250 0.000000000000 0.088378906250 +0.000000000000 0.000000000000 0.099609375000 0.000000000000 +0.000000000000 0.088867187500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.059082031250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.082519531250 0.000000000000 0.339843750000 0.000000000000 +0.000000000000 0.000000000000 0.008789062500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.069824218750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.068359375000 +0.000000000000 0.000000000000 0.127929687500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.013000488281 +0.320312500000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.016357421875 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.079589843750 0.000000000000 0.034667968750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.406250000000 0.000000000000 0.000000000000 +0.143554687500 0.000000000000 0.000000000000 0.363281250000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.068847656250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.109863281250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.075195312500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.292968750000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.060791015625 0.000000000000 +0.045410156250 0.000000000000 0.000000000000 0.118652343750 +0.000000000000 0.000000000000 0.000000000000 0.107421875000 +0.000000000000 0.118164062500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.324218750000 +0.061279296875 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.343750000000 0.000000000000 0.078613281250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.106933593750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.093750000000 0.000000000000 +0.000000000000 0.076171875000 0.166992187500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.024291992188 +0.000000000000 0.091308593750 0.077636718750 0.000000000000 +0.000345230103 0.000452041626 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.096191406250 0.000000000000 0.285156250000 0.000000000000 +0.000000000000 0.090820312500 0.000000000000 0.032226562500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.261718750000 +0.101562500000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.081542968750 0.092773437500 +0.000000000000 0.096191406250 0.000000000000 0.000000000000 +0.000000000000 0.017089843750 0.000000000000 0.005096435547 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.003936767578 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.188476562500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.371093750000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.034179687500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.242187500000 +0.000000000000 0.000000000000 0.141601562500 0.000000000000 +0.000000000000 0.000000000000 0.162109375000 0.000000000000 +0.000000000000 0.000000000000 0.246093750000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.121582031250 0.000000000000 0.059326171875 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.009765625000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.068847656250 0.000000000000 0.035400390625 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.142578125000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.416015625000 0.112792968750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.096191406250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.001258850098 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.065429687500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.036621093750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.045898437500 +0.000000000000 0.000000000000 0.000000000000 0.000467300415 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.024536132812 0.000000000000 0.296875000000 +0.106933593750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.056396484375 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.083496093750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.224609375000 0.135742187500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.011657714844 0.000000000000 0.000000000000 +0.000000000000 0.156250000000 0.086914062500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.142578125000 0.000000000000 +0.176757812500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.081542968750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.039062500000 0.180664062500 0.000000000000 0.186523437500 +0.072265625000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.227539062500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.074707031250 0.242187500000 0.115234375000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.287109375000 0.155273437500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.113281250000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.002761840820 0.003936767578 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.096679687500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.043212890625 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.211914062500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.025878906250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.045898437500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.011657714844 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.047607421875 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.092773437500 0.000000000000 +0.000000000000 0.172851562500 0.000000000000 0.000000000000 +0.187500000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.609375000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.141601562500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.190429687500 +0.000000000000 0.178710937500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.004791259766 0.000000000000 +0.000000000000 0.039794921875 0.000000000000 0.000000000000 +0.000000000000 0.035400390625 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.005859375000 0.000000000000 0.000000000000 0.000000000000 +0.202148437500 0.031738281250 0.101562500000 0.000000000000 +0.000000000000 0.000000000000 0.075195312500 0.015747070312 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.277343750000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.213867187500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.296875000000 0.161132812500 +0.115722656250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.122558593750 0.061035156250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.196289062500 0.000000000000 0.120117187500 +0.000000000000 0.000000000000 0.000000000000 0.097656250000 +0.000000000000 0.000000000000 0.120605468750 0.194335937500 +0.000000000000 0.000000000000 0.059326171875 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.220703125000 0.000000000000 0.011169433594 +0.014587402344 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000083446503 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.194335937500 0.073242187500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.175781250000 0.000000000000 +0.061279296875 0.116210937500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.375000000000 0.181640625000 +0.000000000000 0.017578125000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.211914062500 0.000000000000 0.000000000000 0.175781250000 +0.000000000000 0.108398437500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.090820312500 +0.225585937500 0.000000000000 0.052734375000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.046142578125 0.015258789062 0.112792968750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.216796875000 0.007812500000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.083496093750 +0.052978515625 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.145507812500 0.205078125000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.037109375000 +0.203125000000 0.073242187500 0.000000000000 0.000000000000 +0.088867187500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.023559570312 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.324218750000 +0.160156250000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.204101562500 +0.000000000000 0.000000000000 0.000000000000 0.132812500000 +0.060546875000 0.226562500000 0.000000000000 0.000000000000 +0.000000000000 0.098632812500 0.069335937500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.129882812500 0.000000000000 0.000000000000 0.000000000000 +0.049316406250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.208984375000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.166015625000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.139648437500 0.000000000000 +0.000000000000 0.080566406250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.118652343750 0.000000000000 +0.076660156250 0.277343750000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.083496093750 0.373046875000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.243164062500 0.257812500000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.150390625000 0.033935546875 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.232421875000 0.071289062500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.020507812500 0.000000000000 0.330078125000 0.062011718750 +0.138671875000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.006317138672 0.045410156250 0.073242187500 +0.048339843750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.062255859375 0.045898437500 0.055664062500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.046386718750 0.000000000000 0.000000000000 +0.000000000000 0.059814453125 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.111328125000 0.000000000000 +0.038818359375 0.000000000000 0.000000000000 0.107910156250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.216796875000 0.086914062500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.006164550781 0.000000000000 +0.000000000000 0.000000000000 0.347656250000 0.000000000000 +0.000000000000 0.120605468750 0.084960937500 0.188476562500 +0.000000000000 0.093261718750 0.049804687500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.190429687500 0.002532958984 0.000000000000 0.026245117188 +0.000000000000 0.000000000000 0.000000000000 0.006744384766 +0.159179687500 0.071289062500 0.000000000000 0.043457031250 +0.000000000000 0.142578125000 0.029418945312 0.056884765625 +0.000000000000 0.000000000000 0.000000000000 0.040039062500 +0.000000000000 0.000000000000 0.000000000000 0.121582031250 +0.000000000000 0.000000000000 0.051757812500 0.000000000000 +0.000000000000 0.000000000000 0.078613281250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.116699218750 +0.229492187500 0.000000000000 0.000000000000 0.002578735352 +0.000000000000 0.059570312500 0.040039062500 0.000000000000 +0.000000000000 0.000000000000 0.030029296875 0.005279541016 +0.000000000000 0.000000000000 0.048828125000 0.000000000000 +0.017333984375 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.170898437500 +0.208984375000 0.310546875000 0.000000000000 0.000000000000 +0.051513671875 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.064941406250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.014648437500 +0.257812500000 0.041015625000 0.198242187500 0.000000000000 +0.051513671875 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.143554687500 +0.231445312500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.011657714844 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.121093750000 0.000000000000 +0.030395507812 0.144531250000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.318359375000 +0.088378906250 0.059570312500 0.246093750000 0.285156250000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.047363281250 0.000000000000 +0.101562500000 0.081542968750 0.103515625000 0.216796875000 +0.000000000000 0.006439208984 0.000000000000 0.000000000000 +0.062988281250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.044677734375 0.045410156250 0.033447265625 +0.000000000000 0.000000000000 0.369140625000 0.091796875000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.140625000000 +0.105957031250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.034179687500 0.000000000000 +0.000000000000 0.000000000000 0.052978515625 0.000000000000 +0.000000000000 0.000000000000 0.043945312500 0.000000000000 +0.000000000000 0.000000000000 0.141601562500 0.000000000000 +0.000000000000 0.081542968750 0.068847656250 0.000000000000 +0.216796875000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.082031250000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.081054687500 +0.169921875000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.141601562500 0.146484375000 0.110351562500 0.000000000000 +0.000000000000 0.074218750000 0.000000000000 0.000000000000 +0.300781250000 0.000000000000 0.000000000000 0.062255859375 +0.000000000000 0.000000000000 0.000000000000 0.109863281250 +0.000000000000 0.000000000000 0.000000000000 0.341796875000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.012878417969 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.152343750000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.044921875000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.096679687500 +0.183593750000 0.158203125000 0.000000000000 0.005737304688 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.003372192383 0.199218750000 0.000000000000 0.000000000000 +0.002899169922 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.137695312500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.039306640625 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.016235351562 0.000000000000 +0.043945312500 0.000000000000 0.092773437500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.041259765625 0.003387451172 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.088867187500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.024414062500 0.000000000000 +0.045410156250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.035888671875 +0.000000000000 0.017700195312 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.306640625000 0.000000000000 +0.065429687500 0.061523437500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.145507812500 0.004821777344 0.000000000000 +0.000000000000 0.169921875000 0.000000000000 0.000000000000 +0.087402343750 0.000000000000 0.036132812500 0.000000000000 +0.020385742188 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.047119140625 +0.000000000000 0.018310546875 0.000000000000 0.010437011719 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.137695312500 0.000000000000 0.042236328125 +0.000000000000 0.172851562500 0.000000000000 0.213867187500 +0.089843750000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.196289062500 0.000000000000 0.025390625000 0.000000000000 +0.242187500000 0.000000000000 0.026489257812 0.000000000000 +0.212890625000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.166015625000 0.000000000000 0.000000000000 0.144531250000 +0.000000000000 0.000000000000 0.000000000000 0.147460937500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.231445312500 +0.054443359375 0.000000000000 0.000000000000 0.076171875000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.267578125000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.013671875000 0.143554687500 0.000000000000 +0.000000000000 0.126953125000 0.000000000000 0.000000000000 +0.000000000000 0.002502441406 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.005432128906 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.014709472656 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.009033203125 0.150390625000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.088867187500 +0.013122558594 0.000000000000 0.000000000000 0.171875000000 +0.170898437500 0.000000000000 0.000000000000 0.025390625000 +0.019409179688 0.000000000000 0.000000000000 0.000000000000 +0.003128051758 0.000000000000 0.028930664062 0.000000000000 +0.000000000000 0.000000000000 0.011596679688 0.065429687500 +0.000000000000 0.114746093750 0.472656250000 0.000000000000 +0.000000000000 0.085937500000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.419921875000 +0.000000000000 0.000000000000 0.000000000000 0.000499725342 +0.000000000000 0.000000000000 0.115234375000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.001602172852 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.044189453125 0.000000000000 0.000000000000 0.000000000000 +0.055664062500 0.066406250000 0.000000000000 0.000000000000 +0.000000000000 0.038330078125 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.055419921875 0.013244628906 +0.000000000000 0.000000000000 0.232421875000 0.000000000000 +0.189453125000 0.000000000000 0.062255859375 0.000000000000 +0.149414062500 0.000000000000 0.000000000000 0.000000000000 +0.074707031250 0.197265625000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.153320312500 0.084472656250 +0.006378173828 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.068359375000 0.086914062500 0.000000000000 +0.000000000000 0.008972167969 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.098632812500 0.083984375000 +0.000000000000 0.000000000000 0.000000000000 0.086914062500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.154296875000 0.000000000000 0.000000000000 +0.000000000000 0.029785156250 0.000000000000 0.000000000000 +0.000000000000 0.048095703125 0.074218750000 0.000000000000 +0.047851562500 0.000732421875 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.022460937500 0.349609375000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.004211425781 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.116699218750 0.298828125000 0.117187500000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.167968750000 0.000000000000 0.000000000000 0.188476562500 +0.033935546875 0.000000000000 0.000000000000 0.194335937500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.040283203125 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.009765625000 +0.135742187500 0.190429687500 0.073730468750 0.192382812500 +0.014038085938 0.000000000000 0.000000000000 0.061767578125 +0.000000000000 0.000000000000 0.045654296875 0.000000000000 +0.166015625000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.177734375000 0.167968750000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.012390136719 +0.015747070312 0.000000000000 0.124511718750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.308593750000 +0.000000000000 0.269531250000 0.027954101562 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.050292968750 +0.000000000000 0.222656250000 0.129882812500 0.079589843750 +0.211914062500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.004516601562 +0.095703125000 0.000000000000 0.102050781250 0.000000000000 +0.000000000000 0.016479492188 0.000000000000 0.000000000000 +0.000000000000 0.078125000000 0.060302734375 0.000000000000 +0.197265625000 0.150390625000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.007629394531 0.004699707031 0.102539062500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.091308593750 0.142578125000 0.170898437500 +0.000000000000 0.000000000000 0.000000000000 0.084472656250 +0.102539062500 0.000000000000 0.090820312500 0.000000000000 +0.000000000000 0.000000000000 0.007720947266 0.015136718750 +0.005432128906 0.000000000000 0.000000000000 0.000000000000 +0.070312500000 0.130859375000 0.201171875000 0.206054687500 +0.132812500000 0.154296875000 0.058349609375 0.000000000000 +0.033691406250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.144531250000 0.027465820312 0.082519531250 +0.031494140625 0.082519531250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.071289062500 +0.208984375000 0.203125000000 0.209960937500 0.000000000000 +0.000000000000 0.082519531250 0.028930664062 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.215820312500 0.105468750000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.009704589844 0.000000000000 0.000000000000 +0.000000000000 0.178710937500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.025512695312 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.255859375000 0.000000000000 0.152343750000 0.000000000000 +0.007263183594 0.000000000000 0.000000000000 0.121093750000 +0.000000000000 0.000000000000 0.082031250000 0.000000000000 +0.000000000000 0.000000000000 0.041259765625 0.027832031250 +0.000000000000 0.265625000000 0.084960937500 0.000000000000 +0.000000000000 0.038085937500 0.000000000000 0.188476562500 +0.000000000000 0.055175781250 0.113281250000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.125000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.065917968750 0.208007812500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.027343750000 0.000000000000 0.255859375000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.384765625000 +0.044433593750 0.398437500000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.216796875000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.038330078125 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000984191895 0.124511718750 0.064941406250 0.030273437500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.131835937500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.048583984375 0.000000000000 0.076171875000 0.000000000000 +0.271484375000 0.185546875000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.010986328125 +0.188476562500 0.003356933594 0.197265625000 0.004089355469 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.008117675781 0.126953125000 0.296875000000 0.146484375000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.220703125000 0.292968750000 0.120605468750 +0.328125000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.031127929688 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.174804687500 +0.000000000000 0.008483886719 0.099609375000 0.000000000000 +0.083984375000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.020751953125 0.002624511719 +0.054931640625 0.075683593750 0.000000000000 0.083496093750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.198242187500 0.078613281250 +0.053955078125 0.208984375000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.150390625000 +0.112792968750 0.083984375000 0.000000000000 0.000000000000 +0.052734375000 0.000000000000 0.166015625000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.053710937500 0.087890625000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.135742187500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.118164062500 +0.000000000000 0.136718750000 0.320312500000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.067871093750 0.000000000000 0.006408691406 +0.000000000000 0.061523437500 0.005523681641 0.000000000000 +0.056152343750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.044189453125 +0.041992187500 0.000000000000 0.000000000000 0.000000000000 +0.074218750000 0.074707031250 0.050537109375 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.107421875000 0.145507812500 0.285156250000 +0.164062500000 0.000000000000 0.000000000000 0.000000000000 +0.065429687500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.015563964844 +0.245117187500 0.028930664062 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.031250000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.042480468750 0.267578125000 0.241210937500 +0.151367187500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.015380859375 0.068359375000 +0.000000000000 0.105957031250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.084960937500 0.088378906250 +0.139648437500 0.009643554688 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.004882812500 +0.081054687500 0.068359375000 0.136718750000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.156250000000 +0.027465820312 0.349609375000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.055175781250 0.002151489258 0.000000000000 0.062011718750 +0.044921875000 0.159179687500 0.000000000000 0.007324218750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.138671875000 0.229492187500 0.130859375000 0.073242187500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.016723632812 0.043212890625 0.047363281250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.036621093750 0.041992187500 0.068847656250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.253906250000 0.188476562500 0.161132812500 +0.084960937500 0.111816406250 0.216796875000 0.000000000000 +0.084960937500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.033447265625 0.000000000000 0.091796875000 +0.059570312500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.204101562500 0.024414062500 0.170898437500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.163085937500 0.134765625000 0.255859375000 +0.114257812500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.228515625000 0.306640625000 0.166015625000 0.023803710938 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.022583007812 0.077148437500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.045898437500 0.062500000000 0.000000000000 0.082031250000 +0.000000000000 0.045166015625 0.065429687500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.034423828125 0.000000000000 +0.062988281250 0.000000000000 0.130859375000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.072753906250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.004364013672 0.079101562500 +0.073730468750 0.018920898438 0.016967773438 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.066406250000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.029296875000 0.004516601562 +0.065429687500 0.116210937500 0.000000000000 0.048095703125 +0.093261718750 0.000000000000 0.123046875000 0.033447265625 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.045410156250 0.000000000000 0.041015625000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.227539062500 0.037841796875 +0.376953125000 0.159179687500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.032470703125 +0.155273437500 0.235351562500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.012023925781 0.057861328125 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.175781250000 0.055664062500 0.089355468750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.283203125000 0.013244628906 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.147460937500 0.188476562500 +0.023193359375 0.022583007812 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.121093750000 +0.296875000000 0.185546875000 0.205078125000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.218750000000 0.251953125000 0.102050781250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.052734375000 0.447265625000 0.083496093750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.072265625000 0.000000000000 0.000000000000 0.171875000000 +0.253906250000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.057861328125 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.044189453125 0.118652343750 0.151367187500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.125976562500 0.392578125000 +0.326171875000 0.122558593750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.227539062500 0.127929687500 0.095214843750 0.193359375000 +0.000000000000 0.000000000000 0.050292968750 0.091796875000 +0.078613281250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.042968750000 0.222656250000 0.153320312500 +0.088378906250 0.040283203125 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.042480468750 +0.050781250000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.084960937500 0.077148437500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.242187500000 0.279296875000 0.154296875000 0.077636718750 +0.000000000000 0.000000000000 0.011474609375 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.195312500000 0.068847656250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.208984375000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.067871093750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.031738281250 0.049316406250 +0.127929687500 0.195312500000 0.071289062500 0.000000000000 +0.000000000000 0.107910156250 0.000000000000 0.048583984375 +0.064453125000 0.175781250000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.019775390625 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.020629882812 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.026611328125 +0.308593750000 0.398437500000 0.111328125000 0.177734375000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.160156250000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.003005981445 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.050048828125 0.000000000000 0.199218750000 0.062011718750 +0.000000000000 0.000000000000 0.000000000000 0.033935546875 +0.000000000000 0.000000000000 0.103515625000 0.000000000000 +0.000000000000 0.000000000000 0.051757812500 0.035400390625 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.120605468750 0.079101562500 0.169921875000 +0.125976562500 0.029296875000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.098144531250 0.063964843750 0.144531250000 +0.035888671875 0.128906250000 0.203125000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.008972167969 0.151367187500 +0.099121093750 0.007385253906 0.050781250000 0.000000000000 +0.000000000000 0.000000000000 0.048583984375 0.227539062500 +0.212890625000 0.178710937500 0.184570312500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.015258789062 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.066894531250 0.000000000000 +0.024291992188 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.075195312500 +0.230468750000 0.169921875000 0.092773437500 0.000000000000 +0.014038085938 0.000000000000 0.129882812500 0.059326171875 +0.014709472656 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.143554687500 0.225585937500 +0.178710937500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.069824218750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.064453125000 0.146484375000 0.343750000000 0.363281250000 +0.127929687500 0.052978515625 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.012634277344 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.054931640625 +0.098144531250 0.000000000000 0.000000000000 0.070312500000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.023803710938 0.025390625000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.058837890625 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.163085937500 +0.205078125000 0.289062500000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.209960937500 0.053955078125 0.088378906250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.065429687500 +0.004333496094 0.094726562500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.061035156250 0.000000000000 +0.114746093750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.213867187500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.062988281250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.304687500000 +0.000000000000 0.018554687500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.425781250000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.064453125000 0.067382812500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.247070312500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.126953125000 0.000000000000 0.023193359375 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.269531250000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.145507812500 0.000000000000 0.006286621094 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.527343750000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.025878906250 0.191406250000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.213867187500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.153320312500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.061523437500 0.000000000000 0.000000000000 0.000000000000 +0.088867187500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.177734375000 0.455078125000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.056152343750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.165039062500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.259765625000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.139648437500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.248046875000 0.000000000000 +0.000000000000 0.000000000000 0.146484375000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.067871093750 +0.000000000000 0.000000000000 0.000000000000 0.071289062500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.022094726562 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.108398437500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.050781250000 0.000000000000 0.000000000000 0.000000000000 +0.154296875000 0.160156250000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.363281250000 0.000000000000 0.072753906250 0.000000000000 +0.050292968750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.183593750000 +0.000000000000 0.000000000000 0.000000000000 0.091308593750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.271484375000 0.000000000000 0.036376953125 0.080566406250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.028076171875 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.039062500000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.022583007812 +0.267578125000 0.000000000000 0.000000000000 0.000000000000 +0.081054687500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.239257812500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.296875000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.029541015625 0.000000000000 0.070312500000 0.000000000000 +0.052246093750 0.000000000000 0.007171630859 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.265625000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.162109375000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.045654296875 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.083496093750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.206054687500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.003890991211 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.200195312500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.013427734375 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.010253906250 0.000000000000 +0.000000000000 0.000000000000 0.000213623047 0.291015625000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.029296875000 0.318359375000 0.010864257812 0.000000000000 +0.000000000000 0.151367187500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.212890625000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.140625000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.263671875000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.139648437500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.155273437500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.010192871094 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.190429687500 0.000000000000 +0.016601562500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.171875000000 0.207031250000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.147460937500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.091308593750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.083007812500 0.000000000000 0.084472656250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.033691406250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.037109375000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.041992187500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.068847656250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.367187500000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.007507324219 +0.000000000000 0.000000000000 0.000000000000 0.029907226562 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.117187500000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.018066406250 0.000000000000 +0.000000000000 0.000000000000 0.310546875000 0.000000000000 +0.000000000000 0.000000000000 0.108398437500 0.000000000000 +0.082031250000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.053955078125 0.000000000000 +0.062255859375 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.003372192383 0.000000000000 0.000972747803 +0.000000000000 0.021240234375 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.109863281250 +0.020629882812 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.067382812500 0.000000000000 0.078125000000 +0.000000000000 0.000000000000 0.000000000000 0.386718750000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.047119140625 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.065917968750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.044677734375 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.095703125000 +0.138671875000 0.373046875000 0.013977050781 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.007476806641 +0.146484375000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.126953125000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.073730468750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.065429687500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.218750000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.127929687500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.035888671875 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.171875000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.030395507812 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.255859375000 0.128906250000 0.421875000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.029296875000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.148437500000 0.236328125000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.464843750000 0.474609375000 0.285156250000 +0.055175781250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.042236328125 0.169921875000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.019042968750 0.085937500000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.316406250000 0.500000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.048828125000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.320312500000 0.306640625000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.021606445312 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.155273437500 +0.199218750000 0.108886718750 0.059326171875 0.145507812500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.024291992188 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.267578125000 0.026367187500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.261718750000 +0.193359375000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.111328125000 +0.000000000000 0.000000000000 0.023925781250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.187500000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.109375000000 0.204101562500 0.162109375000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.215820312500 0.118164062500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.098144531250 0.023681640625 +0.183593750000 0.147460937500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.089355468750 +0.135742187500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.152343750000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.129882812500 0.211914062500 0.203125000000 0.064453125000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.208007812500 0.000000000000 0.157226562500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.013916015625 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.036865234375 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.020629882812 0.101562500000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.160156250000 0.404296875000 0.184570312500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.310546875000 0.084960937500 +0.294921875000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.070800781250 +0.000000000000 0.000000000000 0.018920898438 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.474609375000 0.625000000000 0.558593750000 +0.150390625000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.250000000000 0.011657714844 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.099121093750 +0.255859375000 0.042724609375 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.174804687500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.083984375000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.069824218750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.092773437500 0.227539062500 0.166015625000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.105468750000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.089355468750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.032226562500 +0.059814453125 0.000000000000 0.000000000000 0.000000000000 +0.025390625000 0.229492187500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.020996093750 0.000000000000 +0.128906250000 0.120605468750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.060791015625 0.122558593750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.009704589844 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.249023437500 +0.531250000000 0.246093750000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.097167968750 0.042968750000 0.023925781250 0.511718750000 +0.205078125000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.152343750000 0.388671875000 0.181640625000 +0.304687500000 0.000000000000 0.000000000000 0.000000000000 +0.021728515625 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.061767578125 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.055664062500 +0.103027343750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.292968750000 0.308593750000 +0.028930664062 0.000000000000 0.000000000000 0.034179687500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.226562500000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.419921875000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.045166015625 0.425781250000 0.390625000000 +0.042968750000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.008422851562 0.000000000000 0.000000000000 0.061279296875 +0.000000000000 0.000000000000 0.000000000000 0.006500244141 +0.000000000000 0.040771484375 0.158203125000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.009460449219 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000099182129 0.098144531250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.051513671875 +0.048339843750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.144531250000 0.296875000000 +0.142578125000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.065429687500 +0.094726562500 0.000000000000 0.165039062500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.378906250000 0.449218750000 0.212890625000 0.231445312500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.023193359375 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.172851562500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.041503906250 +0.130859375000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.148437500000 0.172851562500 +0.092285156250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.249023437500 +0.076171875000 0.296875000000 0.250000000000 0.065917968750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.041503906250 0.054931640625 0.085449218750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.027343750000 0.011230468750 0.065429687500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.010742187500 0.158203125000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.269531250000 0.269531250000 0.103515625000 +0.185546875000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.007171630859 0.215820312500 0.703125000000 0.257812500000 +0.086425781250 0.003005981445 0.115234375000 0.057861328125 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.017333984375 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.177734375000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.004486083984 +0.044433593750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.250000000000 0.053222656250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.190429687500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.107421875000 +0.151367187500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.029907226562 0.000000000000 +0.000000000000 0.000000000000 0.190429687500 0.138671875000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.263671875000 0.000000000000 0.228515625000 +0.000000000000 0.000000000000 0.000000000000 0.052001953125 +0.124511718750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.125976562500 +0.070312500000 0.000000000000 0.000000000000 0.000000000000 +0.026977539062 0.000000000000 0.008728027344 0.235351562500 +0.140625000000 0.000000000000 0.000000000000 0.018920898438 +0.000000000000 0.000000000000 0.006164550781 0.000000000000 +0.111328125000 0.000000000000 0.074218750000 0.000000000000 +0.000000000000 0.000000000000 0.267578125000 0.000000000000 +0.000000000000 0.216796875000 0.000000000000 0.000000000000 +0.000000000000 0.097656250000 0.000000000000 0.000000000000 +0.000000000000 0.052978515625 0.000000000000 0.034423828125 +0.000000000000 0.000000000000 0.000000000000 0.365234375000 +0.201171875000 0.083007812500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.003128051758 +0.431640625000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.089843750000 0.250000000000 0.000000000000 0.000000000000 +0.000000000000 0.326171875000 0.007354736328 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.140625000000 +0.178710937500 0.000000000000 0.000000000000 0.000000000000 +0.236328125000 0.000000000000 0.025024414062 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.087890625000 0.343750000000 0.000000000000 0.000000000000 +0.000000000000 0.433593750000 0.106445312500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.245117187500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.355468750000 0.480468750000 0.020263671875 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.074218750000 0.294921875000 0.000000000000 0.000000000000 +0.000000000000 0.158203125000 0.099121093750 0.000000000000 +0.227539062500 0.024169921875 0.000000000000 0.000000000000 +0.000000000000 0.011474609375 0.096191406250 0.097167968750 +0.000000000000 0.007720947266 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.171875000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.183593750000 +0.000000000000 0.000000000000 0.000000000000 0.316406250000 +0.118164062500 0.000000000000 0.000000000000 0.051757812500 +0.005676269531 0.000000000000 0.000000000000 0.000000000000 +0.166015625000 0.000000000000 0.000000000000 0.000000000000 +0.277343750000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.134765625000 0.000000000000 0.000000000000 +0.000000000000 0.011047363281 0.267578125000 0.000000000000 +0.000000000000 0.000000000000 0.139648437500 0.320312500000 +0.038818359375 0.000000000000 0.000000000000 0.000000000000 +0.062988281250 0.000000000000 0.000000000000 0.261718750000 +0.000000000000 0.000000000000 0.000000000000 0.104492187500 +0.269531250000 0.099609375000 0.000000000000 0.000000000000 +0.059326171875 0.000000000000 0.000000000000 0.056884765625 +0.136718750000 0.000000000000 0.000000000000 0.000000000000 +0.199218750000 0.000000000000 0.250000000000 0.030639648438 +0.000000000000 0.000000000000 0.223632812500 0.000000000000 +0.000000000000 0.000000000000 0.018432617188 0.000000000000 +0.137695312500 0.000000000000 0.000000000000 0.000000000000 +0.066894531250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.023681640625 +0.519531250000 0.300781250000 0.000000000000 0.000000000000 +0.000000000000 0.189453125000 0.000000000000 0.000000000000 +0.000000000000 0.308593750000 0.000000000000 0.028198242188 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.036621093750 0.122558593750 0.073242187500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.115234375000 0.357421875000 0.021484375000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.351562500000 0.000000000000 0.140625000000 +0.195312500000 0.000000000000 0.000000000000 0.000000000000 +0.216796875000 0.283203125000 0.000000000000 0.000000000000 +0.003601074219 0.086914062500 0.000000000000 0.000000000000 +0.000000000000 0.218750000000 0.071777343750 0.000000000000 +0.000000000000 0.000000000000 0.097167968750 0.000000000000 +0.000000000000 0.000000000000 0.103515625000 0.468750000000 +0.000000000000 0.000000000000 0.000000000000 0.163085937500 +0.000000000000 0.000000000000 0.000000000000 0.011718750000 +0.158203125000 0.147460937500 0.000000000000 0.000000000000 +0.000000000000 0.152343750000 0.000000000000 0.000000000000 +0.000000000000 0.084472656250 0.091308593750 0.000000000000 +0.000000000000 0.086425781250 0.230468750000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.116699218750 0.014221191406 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.232421875000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.180664062500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.152343750000 0.000000000000 0.111328125000 0.000000000000 +0.059570312500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.049316406250 0.176757812500 0.000000000000 +0.000000000000 0.000000000000 0.136718750000 0.047851562500 +0.000000000000 0.000000000000 0.010925292969 0.000000000000 +0.030517578125 0.273437500000 0.180664062500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.079589843750 0.088378906250 +0.281250000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.001480102539 0.062988281250 0.088867187500 +0.000000000000 0.116210937500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.070800781250 0.000000000000 +0.000000000000 0.000000000000 0.253906250000 0.196289062500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.183593750000 0.000000000000 0.096191406250 0.040039062500 +0.000000000000 0.000000000000 0.019653320312 0.000000000000 +0.000000000000 0.095703125000 0.210937500000 0.000000000000 +0.000000000000 0.000000000000 0.110839843750 0.000000000000 +0.000000000000 0.000000000000 0.184570312500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.102539062500 0.000000000000 0.000000000000 +0.013854980469 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.061767578125 0.022216796875 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.088867187500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.163085937500 0.000000000000 +0.015625000000 0.000000000000 0.019775390625 0.000000000000 +0.000000000000 0.000000000000 0.253906250000 0.000000000000 +0.000000000000 0.000000000000 0.059570312500 0.000000000000 +0.213867187500 0.000000000000 0.073242187500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.176757812500 0.193359375000 0.116210937500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.289062500000 +0.133789062500 0.011535644531 0.000000000000 0.000000000000 +0.000000000000 0.324218750000 0.000000000000 0.100097656250 +0.000000000000 0.000000000000 0.000000000000 0.283203125000 +0.043212890625 0.056884765625 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.322265625000 0.238281250000 +0.000000000000 0.000000000000 0.007873535156 0.001533508301 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.053466796875 0.100585937500 +0.001556396484 0.173828125000 0.000000000000 0.000000000000 +0.025512695312 0.239257812500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.026000976562 0.000000000000 +0.000000000000 0.283203125000 0.000000000000 0.000000000000 +0.000000000000 0.154296875000 0.000000000000 0.000000000000 +0.000000000000 0.163085937500 0.396484375000 0.131835937500 +0.051269531250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.091308593750 0.000000000000 0.000000000000 +0.484375000000 0.071777343750 0.000000000000 0.000000000000 +0.085449218750 0.180664062500 0.000000000000 0.000000000000 +0.000000000000 0.337890625000 0.367187500000 0.217773437500 +0.000000000000 0.000000000000 0.000000000000 0.231445312500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.154296875000 0.031738281250 0.179687500000 0.036132812500 +0.000000000000 0.000000000000 0.001159667969 0.197265625000 +0.201171875000 0.000000000000 0.000000000000 0.018920898438 +0.198242187500 0.000000000000 0.000000000000 0.000000000000 +0.182617187500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.116699218750 0.000000000000 +0.205078125000 0.000000000000 0.000000000000 0.000000000000 +0.072265625000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.063964843750 0.096191406250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.213867187500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.369140625000 0.419921875000 0.000000000000 +0.000000000000 0.000000000000 0.165039062500 0.396484375000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.183593750000 0.000000000000 0.000000000000 0.000000000000 +0.014282226562 0.030029296875 0.000000000000 0.000000000000 +0.000000000000 0.139648437500 0.229492187500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.229492187500 0.198242187500 0.124023437500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.222656250000 +0.000000000000 0.000000000000 0.050537109375 0.084472656250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.108398437500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.132812500000 0.230468750000 +0.000000000000 0.000000000000 0.075683593750 0.054199218750 +0.000000000000 0.000000000000 0.067382812500 0.148437500000 +0.000000000000 0.000000000000 0.011291503906 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.308593750000 +0.353515625000 0.000000000000 0.000000000000 0.000000000000 +0.059326171875 0.077148437500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.034179687500 0.000000000000 +0.000000000000 0.000000000000 0.378906250000 0.028076171875 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.078613281250 0.027709960938 0.000000000000 0.000000000000 +0.181640625000 0.173828125000 0.000000000000 0.000000000000 +0.133789062500 0.466796875000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.104003906250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.052246093750 0.000000000000 +0.000000000000 0.000000000000 0.206054687500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.117187500000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.002807617188 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.201171875000 +0.175781250000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.046386718750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.016723632812 +0.169921875000 0.003265380859 0.000000000000 0.000000000000 +0.000000000000 0.088867187500 0.000000000000 0.146484375000 +0.000000000000 0.000000000000 0.000000000000 0.093750000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.006835937500 0.191406250000 0.055419921875 0.000000000000 +0.000000000000 0.177734375000 0.029785156250 0.000000000000 +0.000000000000 0.000000000000 0.302734375000 0.176757812500 +0.000000000000 0.000000000000 0.000000000000 0.021118164062 +0.000000000000 0.000000000000 0.218750000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.361328125000 0.000000000000 0.000000000000 +0.000000000000 0.144531250000 0.029052734375 0.363281250000 +0.000000000000 0.000000000000 0.000000000000 0.187500000000 +0.000000000000 0.000000000000 0.000000000000 0.113281250000 +0.045898437500 0.194335937500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.040283203125 +0.000000000000 0.000000000000 0.000000000000 0.261718750000 +0.020751953125 0.000000000000 0.000000000000 0.032226562500 +0.092773437500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.036376953125 0.000000000000 0.000000000000 +0.007720947266 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.035156250000 0.149414062500 0.000000000000 +0.000013887882 0.000000000000 0.000000000000 0.000000000000 +0.000862121582 0.016967773438 0.082519531250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.081542968750 0.051757812500 +0.000000000000 0.000000000000 0.077636718750 0.064941406250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.074218750000 0.291015625000 0.061035156250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.096679687500 +0.041015625000 0.000000000000 0.000000000000 0.000000000000 +0.100097656250 0.039794921875 0.055908203125 0.000000000000 +0.000000000000 0.000000000000 0.164062500000 0.206054687500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.138671875000 0.289062500000 0.000000000000 0.000000000000 +0.000000000000 0.009582519531 0.000000000000 0.161132812500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.197265625000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.009033203125 0.128906250000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.074218750000 0.000000000000 +0.296875000000 0.035644531250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.174804687500 0.000000000000 +0.000000000000 0.000000000000 0.042724609375 0.345703125000 +0.000000000000 0.000000000000 0.000000000000 0.265625000000 +0.000000000000 0.000000000000 0.000000000000 0.205078125000 +0.000000000000 0.018920898438 0.158203125000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.016113281250 0.000000000000 0.009887695312 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.302734375000 0.000000000000 0.000000000000 0.000000000000 +0.069335937500 0.000000000000 0.000000000000 0.292968750000 +0.000000000000 0.060058593750 0.000000000000 0.000000000000 +0.000000000000 0.361328125000 0.000000000000 0.000000000000 +0.000000000000 0.136718750000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.189453125000 0.081054687500 +0.000000000000 0.000000000000 0.000000000000 0.141601562500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.013732910156 0.390625000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.078613281250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.171875000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.104492187500 0.235351562500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.041259765625 0.000000000000 +0.000000000000 0.139648437500 0.000000000000 0.000000000000 +0.000000000000 0.066894531250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.065917968750 +0.000000000000 0.000000000000 0.000000000000 0.240234375000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.004394531250 0.000000000000 +0.012573242188 0.000000000000 0.000000000000 0.000000000000 +0.070800781250 0.000000000000 0.123535156250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.042968750000 0.113769531250 0.000000000000 +0.000000000000 0.003341674805 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.154296875000 +0.000000000000 0.000000000000 0.197265625000 0.042236328125 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.015502929688 0.000000000000 +0.000000000000 0.043212890625 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.017822265625 0.000000000000 0.070800781250 0.000000000000 +0.011657714844 0.000000000000 0.011291503906 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.139648437500 +0.000000000000 0.000000000000 0.000000000000 0.150390625000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.345703125000 0.339843750000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.009582519531 0.083007812500 +0.010864257812 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.104980468750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.109375000000 0.006835937500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.106445312500 0.000000000000 0.000000000000 +0.106445312500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.089355468750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.022705078125 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.020385742188 0.000000000000 0.000000000000 +0.000000000000 0.466796875000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.123046875000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.341796875000 +0.020385742188 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.328125000000 0.040283203125 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.062255859375 +0.125000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.022460937500 +0.000000000000 0.000000000000 0.100585937500 0.000000000000 +0.000000000000 0.000000000000 0.300781250000 0.000000000000 +0.000000000000 0.000000000000 0.215820312500 0.000000000000 +0.000000000000 0.000000000000 0.101074218750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.328125000000 +0.000000000000 0.008728027344 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.045654296875 0.000000000000 0.000000000000 0.000000000000 +0.105957031250 0.000000000000 0.115722656250 0.000000000000 +0.000000000000 0.000000000000 0.074218750000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.221679687500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.131835937500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.107910156250 +0.000000000000 0.104003906250 0.000000000000 0.056152343750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.127929687500 0.000000000000 0.000000000000 0.000000000000 +0.040771484375 0.000000000000 0.000000000000 0.144531250000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.121093750000 +0.000000000000 0.183593750000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.091308593750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.048583984375 0.000000000000 0.000000000000 0.000000000000 +0.091308593750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.181640625000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.119140625000 0.000000000000 0.000000000000 +0.000000000000 0.191406250000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.332031250000 0.046142578125 0.000000000000 0.063476562500 +0.140625000000 0.000000000000 0.000000000000 0.063476562500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.074218750000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.183593750000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.294921875000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.076660156250 +0.000000000000 0.036376953125 0.000000000000 0.158203125000 +0.000000000000 0.000000000000 0.002334594727 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.166015625000 0.000000000000 +0.007019042969 0.000000000000 0.107910156250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.294921875000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.180664062500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.132812500000 0.000000000000 0.000000000000 0.136718750000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.216796875000 0.174804687500 +0.153320312500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.112304687500 0.004699707031 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.182617187500 0.042236328125 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.035156250000 0.035400390625 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.121582031250 0.121582031250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.192382812500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.187500000000 0.000000000000 0.000000000000 +0.000000000000 0.006072998047 0.000000000000 0.036132812500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.012329101562 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.052978515625 +0.000000000000 0.298828125000 0.000000000000 0.000000000000 +0.135742187500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.004943847656 0.000000000000 0.000000000000 +0.149414062500 0.332031250000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.088867187500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.292968750000 0.135742187500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.113769531250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.149414062500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.003036499023 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.029663085938 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.081542968750 0.008605957031 0.000000000000 +0.000000000000 0.125976562500 0.000000000000 0.000000000000 +0.000000000000 0.020263671875 0.000000000000 0.199218750000 +0.000000000000 0.000000000000 0.000000000000 0.043457031250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.119140625000 +0.032958984375 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.191406250000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.065429687500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.031738281250 0.150390625000 0.000000000000 0.009277343750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.040039062500 0.269531250000 0.000000000000 +0.178710937500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.343750000000 0.047363281250 0.000000000000 0.056640625000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.253906250000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.166992187500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.011962890625 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.182617187500 0.022705078125 0.159179687500 0.000000000000 +0.158203125000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.129882812500 0.142578125000 0.000000000000 +0.022583007812 0.104492187500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.075195312500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.400390625000 0.416015625000 +0.267578125000 0.357421875000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.088867187500 0.095703125000 0.000119209290 0.003051757812 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.023071289062 0.000000000000 0.000000000000 0.105957031250 +0.039306640625 0.000000000000 0.172851562500 0.031494140625 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.143554687500 0.097656250000 0.281250000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.023193359375 0.003784179688 0.000000000000 +0.523437500000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.018676757812 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.088867187500 0.000000000000 0.000000000000 0.097167968750 +0.000000000000 0.000000000000 0.226562500000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.018188476562 0.000000000000 0.137695312500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.333984375000 0.070800781250 +0.010131835938 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.003906250000 0.000000000000 +0.000000000000 0.083007812500 0.000000000000 0.000000000000 +0.005981445312 0.072265625000 0.000000000000 0.000000000000 +0.042724609375 0.008361816406 0.088378906250 0.102050781250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.026489257812 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.104492187500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.156250000000 0.199218750000 0.040771484375 +0.000000000000 0.000000000000 0.000000000000 0.027343750000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.056640625000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000463485718 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.250000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.063476562500 0.291015625000 +0.166015625000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.041015625000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.310546875000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.071289062500 0.097656250000 0.146484375000 +0.164062500000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.031250000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.078125000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.091796875000 +0.406250000000 0.077148437500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.201171875000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.077636718750 0.408203125000 +0.267578125000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.051513671875 0.116210937500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.059570312500 0.116210937500 +0.006835937500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.073730468750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.078613281250 0.125000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.088867187500 0.001350402832 +0.000000000000 0.100585937500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.146484375000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.022094726562 0.000000000000 0.000000000000 +0.018554687500 0.170898437500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.008911132812 0.237304687500 0.226562500000 +0.134765625000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.151367187500 0.187500000000 +0.158203125000 0.179687500000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.009033203125 0.182617187500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.008911132812 0.057128906250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.051025390625 0.218750000000 0.071289062500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.398437500000 0.337890625000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.023193359375 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.013122558594 0.160156250000 0.000000000000 0.033203125000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.025878906250 0.103027343750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.123046875000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.060058593750 0.143554687500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.023803710938 0.126953125000 0.259765625000 0.296875000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.097167968750 0.000000000000 +0.101562500000 0.247070312500 0.239257812500 0.194335937500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.132812500000 0.000000000000 +0.043457031250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.053710937500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.056396484375 +0.000000000000 0.000000000000 0.002349853516 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.035400390625 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.004821777344 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.075683593750 0.000000000000 0.043945312500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.190429687500 0.148437500000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.044433593750 +0.000000000000 0.000000000000 0.000000000000 0.077636718750 +0.134765625000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.089355468750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.202148437500 0.147460937500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.134765625000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.131835937500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.122558593750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.180664062500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.022827148438 0.165039062500 0.116210937500 0.165039062500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.072753906250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.072753906250 0.369140625000 +0.255859375000 0.159179687500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.109375000000 0.073730468750 0.126953125000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.072265625000 0.000000000000 +0.080078125000 0.000000000000 0.000000000000 0.000000000000 +0.243164062500 0.000000000000 0.014038085938 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.145507812500 0.177734375000 0.071777343750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.046386718750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.138671875000 +0.000000000000 0.182617187500 0.378906250000 0.371093750000 +0.398437500000 0.061279296875 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.070312500000 0.056640625000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.034912109375 0.000000000000 +0.130859375000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.060546875000 0.098632812500 +0.134765625000 0.000000000000 0.099609375000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.006164550781 0.035400390625 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.137695312500 +0.208007812500 0.004608154297 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.120605468750 +0.134765625000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.002227783203 0.000000000000 0.171875000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.105957031250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.093750000000 0.039306640625 +0.097656250000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.021484375000 0.000000000000 0.000000000000 0.000000000000 +0.001792907715 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.074218750000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.064941406250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.086914062500 0.061767578125 0.208007812500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.092285156250 0.071289062500 +0.237304687500 0.050048828125 0.226562500000 0.000000000000 +0.043212890625 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.104003906250 +0.226562500000 0.019531250000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.089355468750 0.060058593750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.083007812500 +0.000000000000 0.030151367188 0.034912109375 0.000000000000 +0.000000000000 0.051269531250 0.000000000000 0.000000000000 +0.146484375000 0.048095703125 0.039550781250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.004394531250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.071289062500 0.009399414062 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.156250000000 0.208984375000 0.145507812500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.058105468750 0.480468750000 0.296875000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.045166015625 0.057617187500 0.414062500000 +0.221679687500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.122070312500 +0.180664062500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.269531250000 0.081542968750 0.039062500000 +0.000000000000 0.000000000000 0.073730468750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.062988281250 +0.000000000000 0.000000000000 0.012695312500 0.218750000000 +0.027099609375 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.136718750000 0.121093750000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.010437011719 0.000000000000 0.000000000000 0.032226562500 +0.000000000000 0.032714843750 0.013610839844 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.063476562500 0.177734375000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.080566406250 0.041992187500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.132812500000 0.000000000000 0.000000000000 0.029052734375 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.121582031250 0.103515625000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.055664062500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.092773437500 0.103027343750 +0.091308593750 0.095214843750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.249023437500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.164062500000 0.291015625000 0.035644531250 0.000000000000 +0.016723632812 0.025390625000 0.000000000000 0.026000976562 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.091308593750 0.088867187500 0.000000000000 0.228515625000 +0.115722656250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.012268066406 +0.079589843750 0.016357421875 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.097656250000 0.067871093750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.055664062500 0.000000000000 +0.105957031250 0.166015625000 0.326171875000 0.177734375000 +0.320312500000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.062500000000 +0.000000000000 0.291015625000 0.251953125000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.110839843750 0.184570312500 0.047119140625 0.137695312500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.044189453125 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.038818359375 0.000000000000 +0.000000000000 0.101562500000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.007171630859 0.116210937500 0.277343750000 0.046142578125 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.007141113281 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.043701171875 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.367187500000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.005310058594 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.120117187500 0.000000000000 +0.000000000000 0.055664062500 0.000000000000 0.000000000000 +0.121582031250 0.000000000000 0.000000000000 0.020385742188 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.006103515625 0.000000000000 0.206054687500 +0.047119140625 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000461578369 0.000000000000 0.081542968750 0.000000000000 +0.008300781250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.084472656250 0.088867187500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.006805419922 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.139648437500 0.104492187500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.077636718750 0.215820312500 0.002365112305 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.079101562500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.002441406250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.129882812500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.008178710938 0.277343750000 +0.230468750000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.162109375000 +0.193359375000 0.000000000000 0.000000000000 0.185546875000 +0.000000000000 0.082519531250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.063476562500 0.132812500000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.047119140625 0.281250000000 0.198242187500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.071289062500 0.000000000000 0.032714843750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.034423828125 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.083496093750 +0.000000000000 0.000000000000 0.044433593750 0.081542968750 +0.033935546875 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.065917968750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.063964843750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.057128906250 +0.000000000000 0.016357421875 0.000000000000 0.000000000000 +0.100585937500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.162109375000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.241210937500 0.281250000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.240234375000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.065429687500 0.000000000000 0.032470703125 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.099609375000 0.067871093750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.093261718750 0.000000000000 0.200195312500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.065429687500 0.277343750000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.004180908203 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.104003906250 0.027221679688 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.058593750000 0.045410156250 0.306640625000 0.205078125000 +0.318359375000 0.081054687500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000446319580 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.216796875000 0.213867187500 0.186523437500 0.017700195312 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.117187500000 0.000000000000 0.140625000000 +0.123046875000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.105468750000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.164062500000 0.087402343750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.161132812500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.015441894531 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.251953125000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.138671875000 0.129882812500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.012145996094 0.019653320312 +0.066894531250 0.020751953125 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.187500000000 +0.057373046875 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.074218750000 +0.000000000000 0.000000000000 0.230468750000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.225585937500 0.279296875000 +0.064941406250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.098632812500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.166992187500 0.163085937500 0.000000000000 0.000000000000 +0.000000000000 0.027832031250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.066894531250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.140625000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.088378906250 0.134765625000 +0.060058593750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.050781250000 0.221679687500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.026123046875 0.205078125000 0.097167968750 +0.119628906250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.208007812500 0.208984375000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.119140625000 0.000000000000 0.000000000000 0.024658203125 +0.000000000000 0.000000000000 0.047607421875 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.018432617188 +0.149414062500 0.192382812500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.129882812500 0.237304687500 0.332031250000 0.300781250000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.302734375000 0.269531250000 +0.183593750000 0.000000000000 0.000000000000 0.000000000000 +0.067382812500 0.176757812500 0.212890625000 0.150390625000 +0.040527343750 0.156250000000 0.120605468750 0.000000000000 +0.000000000000 0.000000000000 0.082519531250 0.148437500000 +0.094238281250 0.000000000000 0.000000000000 0.002395629883 +0.031738281250 0.017822265625 0.055664062500 0.157226562500 +0.062011718750 0.047119140625 0.051025390625 0.119140625000 +0.086425781250 0.028808593750 0.000000000000 0.000000000000 +0.000000000000 0.126953125000 0.071289062500 0.056640625000 +0.023803710938 0.000000000000 0.029785156250 0.218750000000 +0.066894531250 0.000000000000 0.090332031250 0.042480468750 +0.000000000000 0.000000000000 0.109375000000 0.174804687500 +0.022583007812 0.039550781250 0.082031250000 0.115722656250 +0.000000000000 0.000000000000 0.084472656250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.064941406250 0.000000000000 +0.006958007812 0.000000000000 0.000000000000 0.000000000000 +0.042480468750 0.065917968750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.069335937500 0.097167968750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.080566406250 0.021972656250 0.000000000000 0.107421875000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.273437500000 0.173828125000 +0.000000000000 0.117187500000 0.070312500000 0.014404296875 +0.247070312500 0.131835937500 0.000000000000 0.000000000000 +0.000000000000 0.023071289062 0.114746093750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.011108398438 0.003906250000 +0.002502441406 0.000000000000 0.000000000000 0.000000000000 +0.003524780273 0.037353515625 0.000000000000 0.000000000000 +0.000000000000 0.148437500000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.060791015625 0.000000000000 0.028808593750 +0.071289062500 0.000000000000 0.000000000000 0.000000000000 +0.038818359375 0.047607421875 0.090332031250 0.243164062500 +0.003219604492 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.027465820312 0.012878417969 0.000000000000 +0.037597656250 0.055419921875 0.000000000000 0.000000000000 +0.154296875000 0.032958984375 0.000000000000 0.000000000000 +0.000000000000 0.119628906250 0.114746093750 0.157226562500 +0.156250000000 0.064941406250 0.083007812500 0.145507812500 +0.021362304688 0.000000000000 0.133789062500 0.030761718750 +0.009338378906 0.095214843750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.179687500000 0.000000000000 0.000000000000 0.050292968750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.035156250000 0.000000000000 0.082031250000 0.072753906250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.076171875000 0.114746093750 +0.000000000000 0.036376953125 0.132812500000 0.099121093750 +0.000000000000 0.000000000000 0.057373046875 0.070312500000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.002731323242 0.043945312500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.132812500000 +0.166992187500 0.040283203125 0.000000000000 0.000017523766 +0.000000000000 0.000000000000 0.169921875000 0.134765625000 +0.000000000000 0.000000000000 0.191406250000 0.121093750000 +0.000000000000 0.000000000000 0.024047851562 0.000000000000 +0.000000000000 0.018310546875 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.016967773438 0.121093750000 +0.091796875000 0.000000000000 0.000000000000 0.000000000000 +0.043701171875 0.085449218750 0.044921875000 0.000000000000 +0.159179687500 0.018310546875 0.000000000000 0.000000000000 +0.000000000000 0.001670837402 0.030273437500 0.212890625000 +0.064453125000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.064941406250 0.046630859375 0.027221679688 +0.003417968750 0.022216796875 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.094238281250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.104003906250 +0.105468750000 0.000000000000 0.000000000000 0.000000000000 +0.009460449219 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.061523437500 0.021484375000 0.179687500000 +0.122558593750 0.148437500000 0.253906250000 0.089355468750 +0.152343750000 0.216796875000 0.096679687500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.069335937500 +0.000000000000 0.014221191406 0.016479492188 0.080078125000 +0.000000000000 0.000000000000 0.000000000000 0.008911132812 +0.088867187500 0.222656250000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.139648437500 0.091308593750 0.000000000000 +0.000000000000 0.115234375000 0.084960937500 0.039550781250 +0.000000000000 0.076171875000 0.141601562500 0.080566406250 +0.245117187500 0.275390625000 0.112792968750 0.014465332031 +0.008483886719 0.000000000000 0.000000000000 0.031494140625 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.039062500000 0.006744384766 0.146484375000 0.257812500000 +0.143554687500 0.000000000000 0.145507812500 0.222656250000 +0.118164062500 0.164062500000 0.235351562500 0.186523437500 +0.166015625000 0.087402343750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.087402343750 0.077636718750 +0.082031250000 0.006103515625 0.061767578125 0.047851562500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.126953125000 0.237304687500 0.151367187500 +0.184570312500 0.071289062500 0.081054687500 0.058105468750 +0.000000000000 0.000000000000 0.005310058594 0.077148437500 +0.102050781250 0.133789062500 0.067382812500 0.026123046875 +0.053466796875 0.000000000000 0.052246093750 0.170898437500 +0.082031250000 0.139648437500 0.138671875000 0.014831542969 +0.000000000000 0.000000000000 0.040283203125 0.067871093750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.024536132812 0.000000000000 0.000000000000 0.000000000000 +0.005859375000 0.093261718750 0.000000000000 0.000000000000 +0.099609375000 0.000000000000 0.000000000000 0.000000000000 +0.000537872314 0.098632812500 0.298828125000 0.181640625000 +0.000000000000 0.066894531250 0.188476562500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.009948730469 +0.000000000000 0.000000000000 0.002716064453 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.041748046875 +0.125976562500 0.019653320312 0.027099609375 0.083984375000 +0.000000000000 0.039550781250 0.121582031250 0.000000000000 +0.000000000000 0.033447265625 0.000000000000 0.002578735352 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000713348389 0.000000000000 0.000000000000 +0.020996093750 0.010498046875 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.135742187500 0.162109375000 0.100097656250 0.173828125000 +0.155273437500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.145507812500 +0.125976562500 0.069824218750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.061767578125 0.194335937500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.074218750000 0.115722656250 +0.000000000000 0.083007812500 0.049804687500 0.000000000000 +0.058105468750 0.240234375000 0.138671875000 0.032958984375 +0.077148437500 0.058349609375 0.000000000000 0.040039062500 +0.211914062500 0.066894531250 0.083496093750 0.131835937500 +0.059326171875 0.320312500000 0.351562500000 0.206054687500 +0.125000000000 0.068359375000 0.060546875000 0.000000000000 +0.000000000000 0.086914062500 0.049072265625 0.152343750000 +0.167968750000 0.140625000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.048339843750 0.000000000000 +0.109375000000 0.033447265625 0.000000000000 0.000000000000 +0.088378906250 0.040771484375 0.000000000000 0.000000000000 +0.155273437500 0.075195312500 0.000000000000 0.000000000000 +0.192382812500 0.049804687500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.085449218750 +0.000000000000 0.000000000000 0.000000000000 0.085449218750 +0.000000000000 0.000000000000 0.011230468750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.143554687500 +0.186523437500 0.000000000000 0.000000000000 0.009887695312 +0.052490234375 0.038818359375 0.089355468750 0.039306640625 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.048095703125 0.000000000000 0.014099121094 0.106445312500 +0.179687500000 0.068847656250 0.058593750000 0.125000000000 +0.112304687500 0.134765625000 0.139648437500 0.051269531250 +0.097656250000 0.098144531250 0.064941406250 0.211914062500 +0.287109375000 0.174804687500 0.013854980469 0.074707031250 +0.212890625000 0.063476562500 0.000000000000 0.000000000000 +0.000000000000 0.036865234375 0.082519531250 0.000000000000 +0.000000000000 0.000000000000 0.074218750000 0.243164062500 +0.140625000000 0.022216796875 0.042480468750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.003189086914 0.000000000000 0.000000000000 +0.000000000000 0.096191406250 0.026367187500 0.000000000000 +0.021118164062 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.029785156250 0.048828125000 +0.000000000000 0.000000000000 0.068847656250 0.051513671875 +0.000000000000 0.024169921875 0.071289062500 0.000000000000 +0.003219604492 0.005035400391 0.000000000000 0.122070312500 +0.000000000000 0.000000000000 0.000000000000 0.008544921875 +0.138671875000 0.021362304688 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.026123046875 0.060546875000 +0.000000000000 0.110351562500 0.134765625000 0.033447265625 +0.000000000000 0.000000000000 0.000000000000 0.205078125000 +0.159179687500 0.041015625000 0.000000000000 0.000000000000 +0.000000000000 0.079101562500 0.099609375000 0.000000000000 +0.000000000000 0.077636718750 0.052001953125 0.037353515625 +0.000000000000 0.000000000000 0.308593750000 0.208007812500 +0.026367187500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.179687500000 0.000000000000 0.000000000000 0.000000000000 +0.023437500000 0.000000000000 0.000000000000 0.036865234375 +0.139648437500 0.018310546875 0.000000000000 0.000000000000 +0.000000000000 0.079101562500 0.068847656250 0.000000000000 +0.031127929688 0.137695312500 0.086425781250 0.104003906250 +0.093750000000 0.070312500000 0.067871093750 0.083984375000 +0.016967773438 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.022216796875 0.000000000000 0.000210762024 0.000000000000 +0.021606445312 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.079101562500 +0.000000000000 0.043457031250 0.000000000000 0.000000000000 +0.081542968750 0.008056640625 0.122558593750 0.124511718750 +0.044433593750 0.043212890625 0.104003906250 0.000000000000 +0.045166015625 0.076660156250 0.000000000000 0.039062500000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.028930664062 0.000000000000 0.005310058594 +0.097656250000 0.077636718750 0.153320312500 0.038574218750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.037353515625 0.000000000000 0.000000000000 +0.039062500000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.143554687500 0.122070312500 0.242187500000 +0.213867187500 0.082031250000 0.110839843750 0.224609375000 +0.083007812500 0.020629882812 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.078613281250 0.096679687500 0.039306640625 +0.046630859375 0.005432128906 0.000000000000 0.032958984375 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.035400390625 0.011901855469 0.000000000000 0.000000000000 +0.000000000000 0.003967285156 0.001266479492 0.000000000000 +0.030151367188 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.027099609375 0.000000000000 0.000000000000 +0.046142578125 0.000000000000 0.025024414062 0.033935546875 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.139648437500 0.253906250000 0.263671875000 0.308593750000 +0.351562500000 0.332031250000 0.172851562500 0.021240234375 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.018798828125 0.075195312500 0.054687500000 +0.000000000000 0.000000000000 0.255859375000 0.294921875000 +0.071777343750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.065917968750 0.036132812500 0.000000000000 +0.041992187500 0.205078125000 0.023193359375 0.043457031250 +0.033203125000 0.056884765625 0.130859375000 0.000000000000 +0.031127929688 0.306640625000 0.221679687500 0.183593750000 +0.107910156250 0.085449218750 0.000000000000 0.066894531250 +0.075683593750 0.031738281250 0.034667968750 0.073730468750 +0.111816406250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.133789062500 0.060546875000 +0.000000000000 0.000000000000 0.079589843750 0.224609375000 +0.074707031250 0.135742187500 0.257812500000 0.000000000000 +0.000000000000 0.035888671875 0.000000000000 0.006347656250 +0.063476562500 0.098632812500 0.113281250000 0.157226562500 +0.047363281250 0.000000000000 0.000000000000 0.000000000000 +0.007598876953 0.130859375000 0.154296875000 0.051513671875 +0.010559082031 0.032226562500 0.000000000000 0.061035156250 +0.156250000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.067871093750 0.210937500000 +0.223632812500 0.084960937500 0.000000000000 0.000000000000 +0.000000000000 0.029052734375 0.019775390625 0.138671875000 +0.189453125000 0.216796875000 0.054931640625 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.013183593750 +0.000000000000 0.000000000000 0.000000000000 0.079589843750 +0.153320312500 0.000000000000 0.000000000000 0.013366699219 +0.067871093750 0.112304687500 0.082031250000 0.221679687500 +0.076660156250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.031494140625 +0.000000000000 0.085937500000 0.000000000000 0.000000000000 +0.018798828125 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.150390625000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.017822265625 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.011779785156 0.101074218750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.059326171875 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.094238281250 0.003250122070 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.032958984375 0.375000000000 0.163085937500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.004821777344 0.165039062500 +0.378906250000 0.263671875000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.041748046875 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.122070312500 0.000000000000 +0.002746582031 0.062255859375 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.006866455078 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.142578125000 0.036865234375 +0.096191406250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.105957031250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.039062500000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.300781250000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.023681640625 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.011169433594 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.205078125000 0.211914062500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.032714843750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.112304687500 +0.371093750000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.006439208984 0.000000000000 +0.000000000000 0.000000000000 0.123535156250 0.083496093750 +0.131835937500 0.199218750000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.009704589844 0.018432617188 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.150390625000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.082519531250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.149414062500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.234375000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.020874023438 +0.000000000000 0.048583984375 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.056152343750 0.000000000000 +0.097167968750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.022216796875 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.353515625000 0.154296875000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.071289062500 0.094238281250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.131835937500 +0.149414062500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.037841796875 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.058349609375 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.103515625000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.152343750000 +0.000000000000 0.019409179688 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.001548767090 +0.011718750000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.038574218750 0.141601562500 0.133789062500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.122558593750 +0.189453125000 0.100097656250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.009033203125 0.004119873047 0.000000000000 0.000000000000 +0.028442382812 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.044677734375 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.162109375000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.028442382812 0.257812500000 0.000000000000 0.000310897827 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.078613281250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.056884765625 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.104492187500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.067382812500 0.121582031250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.052734375000 +0.000000000000 0.000000000000 0.015747070312 0.023559570312 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.034423828125 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.082519531250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.056152343750 0.082031250000 0.029418945312 0.086914062500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.328125000000 +0.009582519531 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.145507812500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.114746093750 0.072753906250 +0.245117187500 0.094726562500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.100097656250 0.094726562500 0.000000000000 0.071777343750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.009033203125 0.000000000000 0.053710937500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.089355468750 0.455078125000 +0.009155273438 0.043701171875 0.049316406250 0.085937500000 +0.021850585938 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.020751953125 +0.056640625000 0.000000000000 0.000000000000 0.000000000000 +0.002685546875 0.154296875000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.003250122070 0.269531250000 +0.193359375000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.097656250000 0.000000000000 +0.196289062500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.177734375000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.192382812500 +0.121582031250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.478515625000 +0.237304687500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.033203125000 +0.000000000000 0.080566406250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.214843750000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.138671875000 0.294921875000 0.238281250000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.169921875000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.035156250000 +0.031982421875 0.000000000000 0.036621093750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.136718750000 0.066894531250 +0.095703125000 0.255859375000 0.000000000000 0.000000000000 +0.022583007812 0.000000000000 0.104003906250 0.115234375000 +0.035156250000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.143554687500 0.271484375000 0.157226562500 +0.022949218750 0.175781250000 0.110839843750 0.287109375000 +0.265625000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.015869140625 +0.060546875000 0.047607421875 0.053710937500 0.184570312500 +0.136718750000 0.083496093750 0.225585937500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.013427734375 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.177734375000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.033447265625 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.011230468750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.037353515625 +0.086914062500 0.000000000000 0.086914062500 0.000000000000 +0.039550781250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.140625000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.011169433594 +0.330078125000 0.277343750000 0.120117187500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.100585937500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.014465332031 0.000000000000 0.000000000000 0.019653320312 +0.067871093750 0.025024414062 0.066406250000 0.259765625000 +0.089355468750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.067382812500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.143554687500 +0.333984375000 0.275390625000 0.110351562500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.012023925781 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.016235351562 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.041015625000 +0.000000000000 0.000000000000 0.084960937500 0.000000000000 +0.000000000000 0.000000000000 0.070312500000 0.015869140625 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.005187988281 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.035400390625 0.104492187500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.019897460938 0.036376953125 +0.074707031250 0.041015625000 0.187500000000 0.123046875000 +0.158203125000 0.257812500000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.035644531250 0.035888671875 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.031982421875 0.154296875000 0.060058593750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.025390625000 0.052001953125 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.108398437500 0.298828125000 +0.060058593750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000211715698 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.043457031250 0.000000000000 0.078613281250 +0.000000000000 0.144531250000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.133789062500 +0.028564453125 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.069824218750 0.118652343750 0.062988281250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.054199218750 0.253906250000 0.250000000000 +0.235351562500 0.066894531250 0.292968750000 0.001045227051 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.057617187500 0.159179687500 0.106933593750 0.285156250000 +0.253906250000 0.149414062500 0.143554687500 0.000000000000 +0.000000000000 0.000000000000 0.037597656250 0.000000000000 +0.000000000000 0.011535644531 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.004394531250 0.224609375000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.162109375000 0.170898437500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.137695312500 0.048339843750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.087890625000 0.047119140625 0.074218750000 0.057617187500 +0.000000000000 0.000000000000 0.000000000000 0.125976562500 +0.141601562500 0.145507812500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.135742187500 +0.251953125000 0.000000000000 0.000000000000 0.000000000000 +0.001594543457 0.194335937500 0.221679687500 0.024902343750 +0.123046875000 0.133789062500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.007110595703 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.085449218750 0.149414062500 0.212890625000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.098144531250 0.155273437500 +0.026855468750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.022583007812 0.229492187500 +0.215820312500 0.003158569336 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.065917968750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.125976562500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.093750000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.211914062500 0.132812500000 +0.014221191406 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.175781250000 0.184570312500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.036865234375 0.285156250000 +0.125976562500 0.318359375000 0.306640625000 0.198242187500 +0.015747070312 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.101074218750 0.123046875000 0.146484375000 +0.149414062500 0.188476562500 0.113281250000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.069335937500 0.000000000000 0.093750000000 0.000000000000 +0.000000000000 0.041992187500 0.189453125000 0.213867187500 +0.224609375000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.204101562500 0.133789062500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.087890625000 +0.110351562500 0.046386718750 0.000000000000 0.000000000000 +0.000000000000 0.089843750000 0.051513671875 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.172851562500 0.351562500000 +0.289062500000 0.214843750000 0.231445312500 0.223632812500 +0.333984375000 0.523437500000 0.333984375000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.037353515625 0.158203125000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.030273437500 0.064941406250 0.000000000000 +0.000000000000 0.000000000000 0.308593750000 0.239257812500 +0.341796875000 0.209960937500 0.227539062500 0.133789062500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.030151367188 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.045898437500 +0.006042480469 0.039306640625 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.205078125000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.080566406250 0.000000000000 0.029052734375 +0.000000000000 0.000000000000 0.070800781250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.124023437500 +0.006469726562 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.028320312500 0.000000000000 0.000000000000 +0.112304687500 0.039550781250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.018554687500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.152343750000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.202148437500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.257812500000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.156250000000 0.135742187500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.041992187500 +0.000000000000 0.024169921875 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.019653320312 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.099609375000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.173828125000 0.096191406250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.041992187500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.089355468750 0.010681152344 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.007812500000 +0.165039062500 0.000000000000 0.000000000000 0.024291992188 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.107421875000 0.055908203125 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.014465332031 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.139648437500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.001762390137 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.296875000000 +0.072753906250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.031982421875 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.015380859375 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.013183593750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.030883789062 0.000797271729 +0.178710937500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.032226562500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000455856323 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.012512207031 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.369140625000 0.259765625000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.003997802734 0.000000000000 0.010131835938 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.047363281250 0.050048828125 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.038085937500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.003173828125 0.000000000000 0.059082031250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.132812500000 +0.186523437500 0.000000000000 0.045166015625 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.041015625000 +0.212890625000 0.035644531250 0.006042480469 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.028320312500 0.032714843750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.177734375000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.050781250000 0.169921875000 +0.089843750000 0.326171875000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.027587890625 0.250000000000 +0.225585937500 0.018920898438 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.055419921875 +0.095703125000 0.195312500000 0.020019531250 0.043212890625 +0.000000000000 0.042236328125 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.007690429688 +0.046142578125 0.033935546875 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.058105468750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.057617187500 0.104492187500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.076171875000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.046386718750 0.122558593750 0.000000000000 +0.015014648438 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.009033203125 0.000000000000 0.109863281250 +0.118164062500 0.017944335938 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.023315429688 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.243164062500 0.172851562500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.122070312500 0.235351562500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.083496093750 0.065429687500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.026000976562 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.025756835938 0.000000000000 +0.184570312500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.051513671875 0.022094726562 +0.097167968750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.054443359375 +0.150390625000 0.267578125000 0.161132812500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.135742187500 0.136718750000 0.308593750000 +0.269531250000 0.193359375000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.055664062500 0.419921875000 +0.302734375000 0.196289062500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.123535156250 0.263671875000 0.060546875000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.197265625000 0.237304687500 0.453125000000 +0.052246093750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.161132812500 0.085449218750 +0.041748046875 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.003570556641 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.085449218750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.269531250000 0.255859375000 +0.175781250000 0.041015625000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.052001953125 0.000000000000 0.030029296875 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.023193359375 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.062500000000 0.057861328125 0.118164062500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.125976562500 0.156250000000 0.083984375000 +0.181640625000 0.166992187500 0.173828125000 0.000000000000 +0.029907226562 0.106445312500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.089843750000 +0.170898437500 0.106445312500 0.078613281250 0.000000000000 +0.000000000000 0.000000000000 0.104492187500 0.086914062500 +0.060546875000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.071777343750 0.069824218750 +0.018188476562 0.000000000000 0.034179687500 0.000000000000 +0.000000000000 0.000000000000 0.109863281250 0.126953125000 +0.041503906250 0.287109375000 0.032958984375 0.000000000000 +0.042236328125 0.000000000000 0.000000000000 0.006774902344 +0.000000000000 0.000000000000 0.104980468750 0.038574218750 +0.000000000000 0.003204345703 0.023437500000 0.012023925781 +0.001876831055 0.000000000000 0.001380920410 0.041992187500 +0.036621093750 0.128906250000 0.088378906250 0.014953613281 +0.034667968750 0.090332031250 0.112792968750 0.087402343750 +0.025390625000 0.000000000000 0.000000000000 0.000000000000 +0.039794921875 0.018066406250 0.064453125000 0.000000000000 +0.122070312500 0.043212890625 0.173828125000 0.202148437500 +0.104492187500 0.000000000000 0.000000000000 0.000000000000 +0.037841796875 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.092285156250 0.191406250000 0.193359375000 +0.002746582031 0.000000000000 0.000000000000 0.000000000000 +0.020507812500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.222656250000 0.310546875000 +0.119140625000 0.001228332520 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.060302734375 +0.041259765625 0.021972656250 0.003692626953 0.000000000000 +0.000000000000 0.158203125000 0.131835937500 0.083496093750 +0.110351562500 0.052246093750 0.024536132812 0.072753906250 +0.168945312500 0.000000000000 0.118652343750 0.159179687500 +0.048095703125 0.018554687500 0.115722656250 0.059814453125 +0.097656250000 0.076660156250 0.058105468750 0.036865234375 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.062988281250 0.000000000000 +0.131835937500 0.107910156250 0.033691406250 0.036376953125 +0.000000000000 0.000000000000 0.044433593750 0.000000000000 +0.000000000000 0.033935546875 0.000000000000 0.000000000000 +0.006072998047 0.067382812500 0.011108398438 0.000000000000 +0.000000000000 0.042480468750 0.050048828125 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.068847656250 0.159179687500 0.209960937500 +0.079101562500 0.097656250000 0.056640625000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.135742187500 0.000000000000 0.000000000000 +0.000000000000 0.063964843750 0.006042480469 0.000000000000 +0.032226562500 0.091308593750 0.000000000000 0.097167968750 +0.131835937500 0.000000000000 0.080566406250 0.090332031250 +0.046386718750 0.008117675781 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.081542968750 +0.176757812500 0.082519531250 0.000000000000 0.022216796875 +0.000000000000 0.000000000000 0.087402343750 0.052001953125 +0.000000000000 0.000000000000 0.071289062500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.012268066406 +0.036132812500 0.095214843750 0.117187500000 0.094726562500 +0.130859375000 0.064941406250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.039306640625 0.125976562500 +0.003036499023 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.129882812500 0.012573242188 +0.000000000000 0.000000000000 0.026855468750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.096191406250 0.081542968750 +0.118164062500 0.124511718750 0.000000000000 0.029785156250 +0.000000000000 0.000000000000 0.000000000000 0.002029418945 +0.000000000000 0.019165039062 0.091796875000 0.016601562500 +0.150390625000 0.032470703125 0.067871093750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.129882812500 0.001113891602 0.129882812500 0.165039062500 +0.155273437500 0.051513671875 0.054199218750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.124511718750 +0.196289062500 0.084960937500 0.009948730469 0.016845703125 +0.011230468750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.021728515625 0.073242187500 0.137695312500 +0.064453125000 0.076171875000 0.053710937500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.051513671875 0.152343750000 0.149414062500 0.103027343750 +0.134765625000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.062500000000 +0.071777343750 0.201171875000 0.116699218750 0.074707031250 +0.077148437500 0.000000000000 0.000000000000 0.125000000000 +0.194335937500 0.197265625000 0.083984375000 0.083984375000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.063964843750 0.000000000000 0.000000000000 +0.000000000000 0.012939453125 0.007629394531 0.000000000000 +0.000000000000 0.000000000000 0.074218750000 0.000000000000 +0.049560546875 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.136718750000 0.174804687500 0.239257812500 0.224609375000 +0.083984375000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.007812500000 +0.000000000000 0.060302734375 0.057861328125 0.029663085938 +0.020263671875 0.000000000000 0.000000000000 0.000000000000 +0.015136718750 0.083007812500 0.000000000000 0.023071289062 +0.036865234375 0.004760742188 0.010498046875 0.012817382812 +0.050292968750 0.025146484375 0.046142578125 0.000000000000 +0.027832031250 0.000000000000 0.000537872314 0.000000000000 +0.067382812500 0.000000000000 0.088378906250 0.049072265625 +0.000000000000 0.020019531250 0.071777343750 0.000000000000 +0.083007812500 0.084960937500 0.067871093750 0.092773437500 +0.152343750000 0.035644531250 0.042236328125 0.102050781250 +0.000000000000 0.055419921875 0.137695312500 0.008911132812 +0.000000000000 0.042480468750 0.000000000000 0.000000000000 +0.006439208984 0.082519531250 0.062500000000 0.283203125000 +0.193359375000 0.147460937500 0.007995605469 0.028076171875 +0.049560546875 0.000000000000 0.000000000000 0.067382812500 +0.049560546875 0.000000000000 0.000000000000 0.002380371094 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.116699218750 0.233398437500 0.056396484375 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.008605957031 0.000000000000 0.067871093750 0.035888671875 +0.045654296875 0.088378906250 0.226562500000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.096679687500 +0.194335937500 0.055664062500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.213867187500 0.131835937500 0.032470703125 0.012817382812 +0.023437500000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.074218750000 +0.000000000000 0.013244628906 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.016967773438 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.071777343750 0.124511718750 0.265625000000 +0.234375000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.059814453125 0.229492187500 +0.177734375000 0.105957031250 0.139648437500 0.146484375000 +0.024536132812 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.119628906250 0.145507812500 +0.060546875000 0.038330078125 0.095214843750 0.000000000000 +0.000000000000 0.172851562500 0.073242187500 0.022338867188 +0.318359375000 0.373046875000 0.186523437500 0.099121093750 +0.055908203125 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.072265625000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.037597656250 0.116699218750 +0.027954101562 0.018920898438 0.087402343750 0.002151489258 +0.000659942627 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.028930664062 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.047851562500 +0.214843750000 0.186523437500 0.121093750000 0.051513671875 +0.008300781250 0.025024414062 0.000000000000 0.000000000000 +0.000000000000 0.023193359375 0.000000000000 0.017456054688 +0.076171875000 0.207031250000 0.091308593750 0.176757812500 +0.226562500000 0.118652343750 0.050292968750 0.106445312500 +0.155273437500 0.000000000000 0.000000000000 0.139648437500 +0.020141601562 0.000000000000 0.000000000000 0.091796875000 +0.073730468750 0.287109375000 0.251953125000 0.050781250000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.069335937500 0.124511718750 0.033691406250 0.082031250000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.093261718750 0.069824218750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.041992187500 0.092773437500 0.080078125000 +0.166992187500 0.144531250000 0.071289062500 0.052978515625 +0.074707031250 0.092285156250 0.001571655273 0.012878417969 +0.085449218750 0.010803222656 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.048583984375 0.044677734375 0.000000000000 +0.000629425049 0.000000000000 0.000000000000 0.000000000000 +0.003707885742 0.114746093750 0.081054687500 0.000000000000 +0.000000000000 0.081542968750 0.000000000000 0.000000000000 +0.000000000000 0.145507812500 0.000000000000 0.097656250000 +0.000000000000 0.000000000000 0.106445312500 0.194335937500 +0.000000000000 0.000000000000 0.130859375000 0.062011718750 +0.000000000000 0.060546875000 0.192382812500 0.179687500000 +0.000000000000 0.000000000000 0.022705078125 0.000000000000 +0.031982421875 0.000000000000 0.000000000000 0.000000000000 +0.059082031250 0.000000000000 0.010498046875 0.023071289062 +0.089843750000 0.087890625000 0.206054687500 0.250000000000 +0.261718750000 0.134765625000 0.154296875000 0.088867187500 +0.000000000000 0.009155273438 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.054199218750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.088867187500 0.178710937500 0.140625000000 +0.198242187500 0.281250000000 0.179687500000 0.113769531250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.046630859375 0.000000000000 0.109863281250 +0.093750000000 0.000000000000 0.007751464844 0.000000000000 +0.000000000000 0.013977050781 0.000000000000 0.031738281250 +0.165039062500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.026000976562 0.060546875000 0.011352539062 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.024536132812 0.123535156250 +0.126953125000 0.057617187500 0.000000000000 0.000000000000 +0.000000000000 0.086914062500 0.000000000000 0.070312500000 +0.126953125000 0.051513671875 0.029785156250 0.145507812500 +0.118652343750 0.072753906250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.029785156250 0.049072265625 +0.131835937500 0.244140625000 0.162109375000 0.040527343750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.015441894531 0.063476562500 0.117675781250 +0.185546875000 0.243164062500 0.263671875000 0.233398437500 +0.067871093750 0.107421875000 0.073730468750 0.038574218750 +0.044677734375 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.084472656250 +0.087402343750 0.120117187500 0.076171875000 0.122558593750 +0.169921875000 0.196289062500 0.143554687500 0.110839843750 +0.090332031250 0.036132812500 0.000000000000 0.000000000000 +0.069335937500 0.000000000000 0.078125000000 0.109863281250 +0.084960937500 0.112304687500 0.039062500000 0.000000000000 +0.008483886719 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.026000976562 +0.125000000000 0.171875000000 0.025146484375 0.038818359375 +0.032226562500 0.096679687500 0.008728027344 0.023193359375 +0.000000000000 0.056152343750 0.070312500000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.040771484375 0.121093750000 0.132812500000 0.097167968750 +0.155273437500 0.081542968750 0.054199218750 0.022827148438 +0.030029296875 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.014343261719 0.000000000000 0.064453125000 0.030883789062 +0.000877380371 0.000000000000 0.000000000000 0.006317138672 +0.000000000000 0.127929687500 0.184570312500 0.335937500000 +0.339843750000 0.215820312500 0.205078125000 0.081542968750 +0.083496093750 0.206054687500 0.144531250000 0.043457031250 +0.000000000000 0.021850585938 0.000000000000 0.000000000000 +0.000000000000 0.054687500000 0.000000000000 0.000000000000 +0.281250000000 0.034667968750 0.000000000000 0.000000000000 +0.000000000000 0.028686523438 0.060302734375 0.134765625000 +0.010375976562 0.055175781250 0.024047851562 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.031005859375 +0.034423828125 0.000000000000 0.000000000000 0.019287109375 +0.000000000000 0.065429687500 0.113281250000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.005859375000 0.010681152344 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.049804687500 0.063476562500 0.168945312500 0.240234375000 +0.085449218750 0.158203125000 0.008605957031 0.012390136719 +0.021606445312 0.006866455078 0.055175781250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.104980468750 0.070800781250 +0.142578125000 0.055175781250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.015869140625 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.031005859375 0.000000000000 +0.261718750000 0.000000000000 0.000000000000 0.158203125000 +0.000000000000 0.000000000000 0.052978515625 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.146484375000 0.000000000000 0.000000000000 +0.023437500000 0.000000000000 0.000000000000 0.162109375000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.043457031250 0.000000000000 +0.000000000000 0.025512695312 0.076660156250 0.048828125000 +0.000000000000 0.029907226562 0.018920898438 0.000000000000 +0.061767578125 0.000000000000 0.009094238281 0.000000000000 +0.000854492188 0.000000000000 0.000000000000 0.259765625000 +0.000000000000 0.000568389893 0.000000000000 0.000000000000 +0.044433593750 0.081054687500 0.000000000000 0.058349609375 +0.000000000000 0.000000000000 0.015380859375 0.010192871094 +0.057128906250 0.008422851562 0.000000000000 0.069335937500 +0.000000000000 0.110839843750 0.089843750000 0.000000000000 +0.078125000000 0.000000000000 0.131835937500 0.000000000000 +0.000000000000 0.113281250000 0.137695312500 0.000000000000 +0.121093750000 0.000000000000 0.000000000000 0.022094726562 +0.000000000000 0.000000000000 0.019653320312 0.000000000000 +0.000000000000 0.000000000000 0.022583007812 0.131835937500 +0.000000000000 0.000000000000 0.048095703125 0.000000000000 +0.085449218750 0.000000000000 0.162109375000 0.000000000000 +0.000000000000 0.182617187500 0.000000000000 0.050537109375 +0.030029296875 0.000000000000 0.000000000000 0.111816406250 +0.000000000000 0.003372192383 0.000000000000 0.000000000000 +0.091308593750 0.074707031250 0.000000000000 0.093750000000 +0.064453125000 0.040771484375 0.000000000000 0.088867187500 +0.006652832031 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.006835937500 0.000000000000 0.000000000000 +0.022705078125 0.000000000000 0.173828125000 0.000000000000 +0.212890625000 0.078125000000 0.000000000000 0.082031250000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.056396484375 0.000000000000 0.000000000000 0.243164062500 +0.000000000000 0.008728027344 0.099609375000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.055419921875 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.161132812500 0.055419921875 0.000000000000 +0.113281250000 0.000000000000 0.000000000000 0.050537109375 +0.000000000000 0.166992187500 0.103027343750 0.156250000000 +0.000000000000 0.079589843750 0.047363281250 0.034912109375 +0.102050781250 0.000000000000 0.239257812500 0.000000000000 +0.000000000000 0.058349609375 0.000000000000 0.115722656250 +0.005310058594 0.128906250000 0.000000000000 0.000000000000 +0.115234375000 0.000000000000 0.114257812500 0.081054687500 +0.000000000000 0.073242187500 0.000000000000 0.000000000000 +0.085449218750 0.000000000000 0.087402343750 0.049560546875 +0.000000000000 0.104980468750 0.000000000000 0.033203125000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.008850097656 0.000000000000 0.135742187500 0.055908203125 +0.000000000000 0.000000000000 0.027465820312 0.016845703125 +0.000000000000 0.000000000000 0.194335937500 0.000000000000 +0.000000000000 0.006896972656 0.000000000000 0.000000000000 +0.101562500000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.002426147461 0.000000000000 +0.130859375000 0.000000000000 0.091796875000 0.145507812500 +0.000000000000 0.111328125000 0.000000000000 0.000000000000 +0.036376953125 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.192382812500 +0.027221679688 0.000000000000 0.000000000000 0.003341674805 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.016723632812 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.169921875000 0.019409179688 +0.034179687500 0.189453125000 0.000000000000 0.000000000000 +0.178710937500 0.000000000000 0.000000000000 0.217773437500 +0.000000000000 0.094238281250 0.000000000000 0.123535156250 +0.000000000000 0.000000000000 0.015136718750 0.065429687500 +0.000000000000 0.000000000000 0.000000000000 0.117675781250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.029907226562 0.000000000000 0.000000000000 0.000000000000 +0.075683593750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.180664062500 0.000000000000 0.038330078125 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.263671875000 +0.000000000000 0.021362304688 0.049316406250 0.000000000000 +0.000000000000 0.124023437500 0.000000000000 0.000000000000 +0.032226562500 0.000000000000 0.000000000000 0.006469726562 +0.041748046875 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.010070800781 0.000000000000 0.000000000000 0.012268066406 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.018310546875 0.000000000000 +0.000000000000 0.048583984375 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.033447265625 +0.000000000000 0.134765625000 0.000000000000 0.000000000000 +0.162109375000 0.000000000000 0.000000000000 0.000000000000 +0.076660156250 0.000000000000 0.061035156250 0.103027343750 +0.000000000000 0.000000000000 0.000698089600 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.155273437500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.012207031250 0.000000000000 0.000000000000 +0.021362304688 0.000000000000 0.000000000000 0.063476562500 +0.000000000000 0.000000000000 0.002487182617 0.000000000000 +0.136718750000 0.120117187500 0.008483886719 0.000000000000 +0.002014160156 0.137695312500 0.003250122070 0.000000000000 +0.000000000000 0.000000000000 0.048583984375 0.000000000000 +0.000000000000 0.073242187500 0.063964843750 0.000000000000 +0.000000000000 0.037353515625 0.000000000000 0.000000000000 +0.043701171875 0.000000000000 0.000000000000 0.020019531250 +0.028076171875 0.000000000000 0.000000000000 0.000000000000 +0.163085937500 0.000000000000 0.027343750000 0.028930664062 +0.014099121094 0.000000000000 0.000000000000 0.049804687500 +0.000000000000 0.000000000000 0.000000000000 0.058837890625 +0.000000000000 0.000000000000 0.036132812500 0.000000000000 +0.004821777344 0.000000000000 0.000000000000 0.161132812500 +0.000000000000 0.041015625000 0.000000000000 0.086425781250 +0.134765625000 0.000000000000 0.031982421875 0.041748046875 +0.000000000000 0.051269531250 0.000000000000 0.000000000000 +0.128906250000 0.000000000000 0.007568359375 0.056396484375 +0.011352539062 0.075683593750 0.079589843750 0.000000000000 +0.265625000000 0.000000000000 0.000000000000 0.055419921875 +0.038085937500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.014953613281 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.020507812500 0.036865234375 0.180664062500 +0.000000000000 0.042480468750 0.000000000000 0.000000000000 +0.030639648438 0.000000000000 0.000000000000 0.097656250000 +0.000000000000 0.023315429688 0.058593750000 0.000000000000 +0.000000000000 0.235351562500 0.000000000000 0.000000000000 +0.060546875000 0.004150390625 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.044433593750 0.124511718750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.040283203125 +0.000000000000 0.000000000000 0.031982421875 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.097167968750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.051269531250 +0.101562500000 0.125000000000 0.000000000000 0.020385742188 +0.000000000000 0.000000000000 0.071289062500 0.000000000000 +0.000000000000 0.000000000000 0.078613281250 0.136718750000 +0.023437500000 0.098632812500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.026733398438 0.000000000000 +0.000000000000 0.076660156250 0.000000000000 0.017333984375 +0.000000000000 0.000000000000 0.141601562500 0.000000000000 +0.000000000000 0.285156250000 0.067382812500 0.000000000000 +0.277343750000 0.000000000000 0.000000000000 0.158203125000 +0.000000000000 0.076171875000 0.052978515625 0.000000000000 +0.000000000000 0.000000000000 0.069335937500 0.000000000000 +0.058837890625 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.015625000000 0.023681640625 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.075683593750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.033935546875 0.000000000000 0.000000000000 +0.003997802734 0.000000000000 0.042968750000 0.170898437500 +0.008911132812 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.062255859375 0.000000000000 +0.000000000000 0.143554687500 0.000000000000 0.000000000000 +0.294921875000 0.025756835938 0.214843750000 0.000000000000 +0.000000000000 0.229492187500 0.000000000000 0.183593750000 +0.016967773438 0.000000000000 0.000000000000 0.000000000000 +0.068359375000 0.000000000000 0.198242187500 0.000000000000 +0.000000000000 0.027832031250 0.000000000000 0.000000000000 +0.000000000000 0.108886718750 0.000000000000 0.050537109375 +0.020996093750 0.000000000000 0.074707031250 0.000000000000 +0.033447265625 0.000000000000 0.000000000000 0.056396484375 +0.000000000000 0.000000000000 0.079589843750 0.000000000000 +0.000000000000 0.007293701172 0.014831542969 0.000000000000 +0.073730468750 0.152343750000 0.000000000000 0.006134033203 +0.000000000000 0.130859375000 0.000000000000 0.000000000000 +0.129882812500 0.000000000000 0.000000000000 0.184570312500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.027709960938 0.105468750000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.127929687500 +0.000000000000 0.000000000000 0.229492187500 0.000000000000 +0.001998901367 0.000000000000 0.000000000000 0.040527343750 +0.101074218750 0.022216796875 0.000000000000 0.000000000000 +0.129882812500 0.000000000000 0.000000000000 0.198242187500 +0.027465820312 0.000000000000 0.038085937500 0.000000000000 +0.000000000000 0.000000000000 0.002258300781 0.027343750000 +0.034667968750 0.000000000000 0.023193359375 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.049072265625 +0.157226562500 0.070800781250 0.000000000000 0.176757812500 +0.052001953125 0.000000000000 0.098144531250 0.000000000000 +0.025024414062 0.000000000000 0.000000000000 0.039550781250 +0.000000000000 0.000000000000 0.000000000000 0.095214843750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.150390625000 0.069824218750 0.232421875000 0.000000000000 +0.000000000000 0.060546875000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.029052734375 +0.000000000000 0.000000000000 0.024291992188 0.055419921875 +0.000000000000 0.238281250000 0.038085937500 0.000000000000 +0.098144531250 0.000000000000 0.009521484375 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.019775390625 +0.018066406250 0.000000000000 0.000000000000 0.000000000000 +0.163085937500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.006622314453 0.000000000000 0.008483886719 +0.000000000000 0.016601562500 0.149414062500 0.000000000000 +0.079589843750 0.001449584961 0.021850585938 0.000000000000 +0.076171875000 0.178710937500 0.000000000000 0.176757812500 +0.059326171875 0.000000000000 0.000000000000 0.035400390625 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000762939453 +0.000000000000 0.052490234375 0.141601562500 0.000000000000 +0.004699707031 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.136718750000 0.047119140625 0.060302734375 0.077636718750 +0.019775390625 0.164062500000 0.124023437500 0.120117187500 +0.044189453125 0.000000000000 0.000000000000 0.020629882812 +0.016723632812 0.025268554688 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.030029296875 0.139648437500 +0.000000000000 0.145507812500 0.113281250000 0.000000000000 +0.233398437500 0.037353515625 0.089355468750 0.159179687500 +0.057617187500 0.188476562500 0.000000000000 0.000000000000 +0.109863281250 0.000000000000 0.000000000000 0.078613281250 +0.000000000000 0.147460937500 0.186523437500 0.000000000000 +0.150390625000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.014099121094 0.000000000000 +0.000000000000 0.000000000000 0.049560546875 0.000000000000 +0.214843750000 0.012329101562 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.146484375000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.066894531250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.122070312500 0.000000000000 0.102050781250 +0.000000000000 0.000000000000 0.046875000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.075195312500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.127929687500 0.000000000000 +0.059814453125 0.035644531250 0.046142578125 0.220703125000 +0.016845703125 0.034423828125 0.080566406250 0.000000000000 +0.006286621094 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.081054687500 0.099609375000 0.000000000000 +0.000000000000 0.080566406250 0.000000000000 0.000000000000 +0.020507812500 0.000000000000 0.028930664062 0.000000000000 +0.089843750000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.101074218750 0.000000000000 0.000000000000 +0.144531250000 0.000000000000 0.000000000000 0.172851562500 +0.000000000000 0.000000000000 0.204101562500 0.000000000000 +0.000000000000 0.008422851562 0.000000000000 0.041748046875 +0.000000000000 0.031494140625 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.019287109375 +0.000000000000 0.102050781250 0.026733398438 0.048339843750 +0.000000000000 0.000000000000 0.067382812500 0.000000000000 +0.179687500000 0.031738281250 0.000000000000 0.084960937500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.080566406250 0.000000000000 +0.009277343750 0.053466796875 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.021606445312 0.000000000000 +0.047363281250 0.028442382812 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.060546875000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.105468750000 0.060791015625 0.000000000000 +0.117187500000 0.100585937500 0.169921875000 0.000000000000 +0.123046875000 0.167968750000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.097656250000 0.000000000000 +0.052978515625 0.043457031250 0.045898437500 0.000000000000 +0.000000000000 0.000000000000 0.004241943359 0.006195068359 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.003967285156 0.074218750000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.015869140625 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.068359375000 +0.000000000000 0.000000000000 0.069824218750 0.159179687500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.055419921875 0.263671875000 +0.196289062500 0.216796875000 0.104492187500 0.199218750000 +0.063476562500 0.043701171875 0.088378906250 0.059570312500 +0.111816406250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.008911132812 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.100585937500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.119628906250 0.044433593750 0.000000000000 0.000000000000 +0.102539062500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.275390625000 0.292968750000 +0.217773437500 0.166992187500 0.108886718750 0.294921875000 +0.121093750000 0.000000000000 0.000000000000 0.002243041992 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.063964843750 0.000000000000 0.000000000000 +0.000000000000 0.077636718750 0.000000000000 0.010498046875 +0.000000000000 0.104492187500 0.016601562500 0.000157356262 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.094726562500 +0.135742187500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.036621093750 0.125000000000 0.161132812500 +0.251953125000 0.261718750000 0.390625000000 0.359375000000 +0.406250000000 0.365234375000 0.322265625000 0.218750000000 +0.098632812500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.144531250000 +0.214843750000 0.044433593750 0.000000000000 0.000000000000 +0.052734375000 0.000000000000 0.000000000000 0.000000000000 +0.103515625000 0.000000000000 0.000000000000 0.104492187500 +0.027343750000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.166015625000 0.070800781250 +0.030639648438 0.000000000000 0.000000000000 0.065917968750 +0.046630859375 0.041015625000 0.000000000000 0.132812500000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.028320312500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.150390625000 0.039794921875 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.140625000000 +0.000000000000 0.103027343750 0.000000000000 0.092285156250 +0.000000000000 0.000000000000 0.000000000000 0.000736236572 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.175781250000 0.010925292969 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.076660156250 0.000000000000 0.094726562500 0.035156250000 +0.016113281250 0.000000000000 0.135742187500 0.143554687500 +0.029907226562 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.089355468750 +0.000000000000 0.000000000000 0.000000000000 0.080566406250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.007263183594 0.065917968750 +0.000000000000 0.000000000000 0.025268554688 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.029541015625 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.062500000000 0.050781250000 +0.153320312500 0.095703125000 0.123535156250 0.000000000000 +0.000000000000 0.000000000000 0.015441894531 0.000000000000 +0.000000000000 0.002243041992 0.054199218750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.029052734375 0.153320312500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.024536132812 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000350952148 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.097167968750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.164062500000 +0.057861328125 0.129882812500 0.137695312500 0.369140625000 +0.283203125000 0.281250000000 0.101562500000 0.176757812500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000717163086 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.145507812500 0.025268554688 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.005401611328 +0.105468750000 0.100097656250 0.000000000000 0.000000000000 +0.000000000000 0.136718750000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.005706787109 0.140625000000 0.049316406250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.080078125000 0.308593750000 +0.294921875000 0.180664062500 0.073242187500 0.018310546875 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.068847656250 0.043701171875 0.000000000000 0.000000000000 +0.195312500000 0.146484375000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.132812500000 0.237304687500 +0.204101562500 0.114257812500 0.003753662109 0.062500000000 +0.000000000000 0.000000000000 0.048339843750 0.138671875000 +0.016845703125 0.051269531250 0.224609375000 0.000000000000 +0.070800781250 0.000000000000 0.012390136719 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.132812500000 0.283203125000 0.010742187500 0.000000000000 +0.000000000000 0.020263671875 0.000000000000 0.000000000000 +0.000000000000 0.148437500000 0.000000000000 0.066894531250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.030273437500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.024902343750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.021240234375 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.232421875000 +0.090332031250 0.143554687500 0.047119140625 0.050292968750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.103027343750 0.051757812500 0.000000000000 +0.000000000000 0.078125000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.051513671875 +0.046142578125 0.041992187500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.170898437500 +0.136718750000 0.180664062500 0.045166015625 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.102050781250 0.000000000000 +0.000000000000 0.000000000000 0.171875000000 0.209960937500 +0.112304687500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000347137451 0.164062500000 0.000000000000 +0.039306640625 0.190429687500 0.154296875000 0.082031250000 +0.106933593750 0.365234375000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.035644531250 0.093261718750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.186523437500 0.054199218750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.002120971680 +0.095214843750 0.056640625000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.009094238281 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.080078125000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.054687500000 +0.024902343750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.003311157227 0.157226562500 +0.140625000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.095703125000 +0.025024414062 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.033203125000 0.423828125000 +0.142578125000 0.169921875000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.172851562500 0.120117187500 0.085937500000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.160156250000 0.200195312500 +0.093261718750 0.000000000000 0.054199218750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.019409179688 0.068359375000 0.044677734375 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.245117187500 0.108398437500 0.059326171875 +0.083496093750 0.207031250000 0.351562500000 0.162109375000 +0.142578125000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.019165039062 0.072265625000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.090332031250 0.215820312500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.029907226562 +0.005249023438 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.073730468750 +0.004730224609 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.063476562500 +0.246093750000 0.371093750000 0.063476562500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.090332031250 +0.296875000000 0.075683593750 0.098144531250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.011901855469 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.031494140625 0.014465332031 +0.000000000000 0.135742187500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.076171875000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.038818359375 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.212890625000 0.367187500000 0.289062500000 0.200195312500 +0.076171875000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.224609375000 0.166992187500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.292968750000 +0.337890625000 0.310546875000 0.125976562500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.113281250000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.069824218750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.065917968750 0.000000000000 +0.000000000000 0.032226562500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.038330078125 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.004028320312 0.000000000000 0.000000000000 0.052246093750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.088378906250 0.380859375000 +0.277343750000 0.038330078125 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.086425781250 0.016967773438 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.103515625000 0.052001953125 0.068847656250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.123535156250 0.157226562500 0.035156250000 0.185546875000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.116210937500 0.184570312500 0.185546875000 +0.222656250000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.124023437500 0.089355468750 0.009094238281 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.257812500000 0.176757812500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.292968750000 +0.202148437500 0.179687500000 0.228515625000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.088378906250 0.000000000000 0.000000000000 0.000000000000 +0.020996093750 0.029174804688 0.140625000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.113281250000 +0.032470703125 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.031982421875 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.065917968750 +0.107421875000 0.095214843750 0.019531250000 0.082031250000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.008605957031 +0.000339508057 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.166992187500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.211914062500 +0.145507812500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.114257812500 0.212890625000 +0.021484375000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.076660156250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.114746093750 0.126953125000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.170898437500 0.302734375000 0.265625000000 +0.121582031250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.191406250000 0.179687500000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.061767578125 0.318359375000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.005706787109 0.074707031250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.054687500000 0.004455566406 0.106933593750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.088378906250 0.123535156250 0.125976562500 0.004882812500 +0.008911132812 0.000000000000 0.056640625000 0.000000000000 +0.082031250000 0.000000000000 0.000000000000 0.005035400391 +0.131835937500 0.000000000000 0.069824218750 0.000762939453 +0.021728515625 0.100585937500 0.052246093750 0.000000000000 +0.008728027344 0.038574218750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.058837890625 +0.267578125000 0.020507812500 0.013427734375 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.113281250000 0.067382812500 +0.010803222656 0.059082031250 0.027465820312 0.000000000000 +0.174804687500 0.096191406250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.026733398438 +0.133789062500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.185546875000 0.279296875000 +0.216796875000 0.147460937500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.007873535156 0.179687500000 +0.196289062500 0.065429687500 0.069824218750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.168945312500 0.000000000000 0.000000000000 0.168945312500 +0.147460937500 0.042968750000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.005065917969 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.027221679688 0.041015625000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.169921875000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.182617187500 0.200195312500 0.165039062500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.004547119141 0.024291992188 0.073242187500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.095214843750 +0.163085937500 0.118164062500 0.043945312500 0.000000000000 +0.000000000000 0.032714843750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.009521484375 0.193359375000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.400390625000 0.000000000000 0.000000000000 +0.031982421875 0.000000000000 0.000000000000 0.000000000000 +0.111816406250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.231445312500 0.000000000000 +0.000000000000 0.000000000000 0.139648437500 0.000000000000 +0.016113281250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.001457214355 0.000000000000 +0.298828125000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.008361816406 0.101074218750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.100097656250 +0.000000000000 0.031494140625 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.089355468750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.345703125000 +0.115722656250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.275390625000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.031738281250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.042724609375 0.000000000000 0.000000000000 +0.000000000000 0.021118164062 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.033935546875 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.300781250000 0.208984375000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.209960937500 0.000000000000 0.000000000000 +0.055419921875 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.139648437500 0.175781250000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.011352539062 +0.000000000000 0.000000000000 0.000000000000 0.072753906250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.022949218750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.197265625000 0.000000000000 +0.000000000000 0.000000000000 0.029174804688 0.000000000000 +0.173828125000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.242187500000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.103515625000 0.000000000000 +0.000000000000 0.000000000000 0.009033203125 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.326171875000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.026855468750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.169921875000 0.250000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.108886718750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.061035156250 0.000350952148 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.102050781250 0.225585937500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.066406250000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.025634765625 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.154296875000 +0.000000000000 0.093750000000 0.000000000000 0.000000000000 +0.142578125000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.111816406250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.330078125000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.343750000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.086914062500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.156250000000 0.000000000000 0.000000000000 0.000000000000 +0.143554687500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.167968750000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.081542968750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.316406250000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.034423828125 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.010925292969 0.000000000000 0.000000000000 0.000000000000 +0.034667968750 0.000000000000 0.135742187500 0.000000000000 +0.000000000000 0.000000000000 0.054199218750 0.000000000000 +0.000000000000 0.229492187500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.103515625000 0.000000000000 0.181640625000 0.000000000000 +0.000000000000 0.031250000000 0.000000000000 0.000000000000 +0.077148437500 0.000000000000 0.000000000000 0.127929687500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.171875000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.312500000000 0.000000000000 0.200195312500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.124023437500 +0.119628906250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.128906250000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.193359375000 0.014465332031 +0.000000000000 0.037353515625 0.000000000000 0.000000000000 +0.003509521484 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.394531250000 +0.000000000000 0.129882812500 0.000000000000 0.000000000000 +0.000000000000 0.515625000000 0.000000000000 0.009826660156 +0.000000000000 0.000000000000 0.000000000000 0.014831542969 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.059326171875 0.000000000000 +0.085937500000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.083984375000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.110351562500 0.134765625000 0.114257812500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.115234375000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.078125000000 0.035156250000 +0.020996093750 0.000000000000 0.000000000000 0.000000000000 +0.092773437500 0.000000000000 0.005737304688 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.093750000000 0.000000000000 +0.001251220703 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.075195312500 0.000000000000 0.000000000000 +0.058593750000 0.000000000000 0.027832031250 0.283203125000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.012634277344 0.042480468750 0.000000000000 0.000000000000 +0.000000000000 0.021972656250 0.080078125000 0.000000000000 +0.000000000000 0.000000000000 0.015625000000 0.151367187500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.077636718750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.139648437500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.010620117188 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.115234375000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.153320312500 +0.181640625000 0.120605468750 0.000000000000 0.000000000000 +0.003601074219 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.287109375000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.208007812500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.189453125000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.008666992188 0.000000000000 0.007873535156 0.000000000000 +0.000000000000 0.000000000000 0.130859375000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.097167968750 0.000000000000 0.000000000000 0.036132812500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.056640625000 0.000000000000 +0.000000000000 0.214843750000 0.000000000000 0.000000000000 +0.069824218750 0.000000000000 0.000000000000 0.090820312500 +0.000000000000 0.223632812500 0.000000000000 0.000000000000 +0.020751953125 0.000000000000 0.000000000000 0.194335937500 +0.000000000000 0.000000000000 0.251953125000 0.000000000000 +0.129882812500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.253906250000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.147460937500 0.000000000000 0.000000000000 +0.000000000000 0.029052734375 0.000000000000 0.699218750000 +0.000000000000 0.000000000000 0.000000000000 0.102050781250 +0.000000000000 0.011352539062 0.000000000000 0.000000000000 +0.000000000000 0.083984375000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.017578125000 +0.000000000000 0.000000000000 0.000000000000 0.025146484375 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.051513671875 0.000000000000 0.000000000000 +0.047851562500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.170898437500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.042480468750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.221679687500 0.143554687500 0.187500000000 0.125000000000 +0.000000000000 0.050292968750 0.161132812500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.147460937500 0.070312500000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.054931640625 0.050781250000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.164062500000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.267578125000 0.000000000000 0.287109375000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.076171875000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.036865234375 +0.000000000000 0.172851562500 0.000000000000 0.000000000000 +0.163085937500 0.000000000000 0.000000000000 0.251953125000 +0.000000000000 0.000000000000 0.292968750000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.322265625000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.005737304688 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.345703125000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.036865234375 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.194335937500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.115234375000 0.116210937500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.026977539062 0.008239746094 0.028564453125 0.144531250000 +0.022338867188 0.000000000000 0.023681640625 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.099609375000 +0.029174804688 0.107910156250 0.134765625000 0.041503906250 +0.087890625000 0.000182151794 0.000000000000 0.036865234375 +0.096191406250 0.049316406250 0.013305664062 0.082031250000 +0.000000000000 0.000000000000 0.000000000000 0.021850585938 +0.053955078125 0.165039062500 0.249023437500 0.159179687500 +0.142578125000 0.047607421875 0.000000000000 0.156250000000 +0.099121093750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.020507812500 +0.050048828125 0.000000000000 0.078125000000 0.131835937500 +0.096679687500 0.180664062500 0.203125000000 0.123535156250 +0.030639648438 0.081542968750 0.009826660156 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.103515625000 0.092773437500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.092285156250 0.141601562500 +0.029174804688 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.070312500000 0.062500000000 0.114746093750 +0.068359375000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.277343750000 +0.031005859375 0.013916015625 0.121093750000 0.000000000000 +0.000000000000 0.065429687500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.006683349609 0.000000000000 +0.042968750000 0.086425781250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.025268554688 0.000000000000 0.000000000000 0.007934570312 +0.032470703125 0.070312500000 0.070800781250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.121093750000 0.111816406250 0.043945312500 +0.000000000000 0.112792968750 0.108886718750 0.038085937500 +0.190429687500 0.112304687500 0.031127929688 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.052001953125 0.222656250000 0.000000000000 +0.000000000000 0.092773437500 0.197265625000 0.000000000000 +0.010498046875 0.013549804688 0.000000000000 0.000000000000 +0.000000000000 0.167968750000 0.062011718750 0.241210937500 +0.201171875000 0.032958984375 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.003189086914 0.015747070312 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.007385253906 0.000000000000 0.000000000000 0.144531250000 +0.000000000000 0.000000000000 0.000000000000 0.069335937500 +0.144531250000 0.093750000000 0.000000000000 0.135742187500 +0.143554687500 0.000000000000 0.000000000000 0.007049560547 +0.000000000000 0.000000000000 0.031982421875 0.000000000000 +0.000000000000 0.153320312500 0.033203125000 0.021240234375 +0.062255859375 0.000000000000 0.000000000000 0.017333984375 +0.000000000000 0.049804687500 0.072753906250 0.049316406250 +0.049316406250 0.000000000000 0.007873535156 0.176757812500 +0.191406250000 0.112792968750 0.130859375000 0.031005859375 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.087402343750 +0.209960937500 0.083496093750 0.000000000000 0.046142578125 +0.000000000000 0.000000000000 0.000000000000 0.132812500000 +0.000000000000 0.000000000000 0.047607421875 0.000000000000 +0.000000000000 0.000000000000 0.037841796875 0.000000000000 +0.000000000000 0.071777343750 0.000000000000 0.000000000000 +0.076660156250 0.000000000000 0.098144531250 0.316406250000 +0.275390625000 0.131835937500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.104003906250 0.043945312500 +0.128906250000 0.148437500000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.084960937500 +0.135742187500 0.038574218750 0.060058593750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.044677734375 0.203125000000 0.081542968750 +0.000000000000 0.113281250000 0.000000000000 0.000000000000 +0.123046875000 0.213867187500 0.107421875000 0.080566406250 +0.018310546875 0.000000000000 0.000000000000 0.000000000000 +0.182617187500 0.092285156250 0.000000000000 0.000000000000 +0.059570312500 0.016479492188 0.000000000000 0.000000000000 +0.030761718750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.040771484375 0.000000000000 +0.000000000000 0.196289062500 0.002120971680 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.065429687500 0.089355468750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.078125000000 +0.108398437500 0.000000000000 0.001235961914 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.020385742188 0.068359375000 0.102539062500 0.000000000000 +0.029663085938 0.209960937500 0.117187500000 0.080078125000 +0.142578125000 0.051513671875 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.010009765625 0.081054687500 +0.101562500000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.026977539062 0.052734375000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.078125000000 0.000000000000 +0.000000000000 0.000000000000 0.031738281250 0.000000000000 +0.157226562500 0.242187500000 0.028442382812 0.011352539062 +0.016723632812 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.088867187500 0.052978515625 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.014831542969 0.134765625000 0.000000000000 +0.000000000000 0.015747070312 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.095703125000 0.235351562500 0.215820312500 +0.000000000000 0.000000000000 0.001434326172 0.000000000000 +0.021850585938 0.000000000000 0.000000000000 0.074707031250 +0.000000000000 0.000000000000 0.208007812500 0.300781250000 +0.000000000000 0.000000000000 0.021362304688 0.000000000000 +0.000000000000 0.116699218750 0.002914428711 0.000000000000 +0.000000000000 0.015197753906 0.093750000000 0.000000000000 +0.000000000000 0.100585937500 0.073242187500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.015563964844 0.000000000000 0.009399414062 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.070800781250 0.000000000000 0.000000000000 +0.090820312500 0.003890991211 0.000000000000 0.014099121094 +0.000000000000 0.000000000000 0.133789062500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.006225585938 0.080078125000 +0.009704589844 0.000000000000 0.066406250000 0.000000000000 +0.000000000000 0.101562500000 0.080078125000 0.000000000000 +0.071289062500 0.169921875000 0.010803222656 0.053466796875 +0.186523437500 0.068359375000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.099609375000 0.135742187500 0.119628906250 0.067871093750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.014831542969 +0.125000000000 0.036376953125 0.076171875000 0.000000000000 +0.000000000000 0.000000000000 0.135742187500 0.181640625000 +0.123046875000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.087402343750 0.000000000000 +0.000000000000 0.189453125000 0.261718750000 0.201171875000 +0.060791015625 0.033203125000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.070312500000 +0.013427734375 0.087402343750 0.157226562500 0.081542968750 +0.152343750000 0.068359375000 0.000000000000 0.000000000000 +0.000000000000 0.076660156250 0.022460937500 0.000000000000 +0.081542968750 0.115234375000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.160156250000 0.113281250000 0.060791015625 +0.135742187500 0.038818359375 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.045654296875 +0.155273437500 0.065917968750 0.114257812500 0.176757812500 +0.043945312500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.025512695312 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.005737304688 +0.089843750000 0.216796875000 0.109863281250 0.000000000000 +0.050292968750 0.000000000000 0.000000000000 0.085449218750 +0.115234375000 0.007659912109 0.033691406250 0.171875000000 +0.014831542969 0.000000000000 0.009765625000 0.086914062500 +0.164062500000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.001968383789 +0.021362304688 0.000000000000 0.099609375000 0.121093750000 +0.072265625000 0.000000000000 0.000000000000 0.000000000000 +0.107421875000 0.167968750000 0.097656250000 0.031982421875 +0.032226562500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.028686523438 +0.131835937500 0.024414062500 0.000000000000 0.036132812500 +0.043701171875 0.005340576172 0.039550781250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.038330078125 0.000000000000 +0.000000000000 0.000000000000 0.028442382812 0.021728515625 +0.057373046875 0.023559570312 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.075195312500 +0.185546875000 0.152343750000 0.182617187500 0.101562500000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.170898437500 0.097656250000 0.132812500000 +0.028320312500 0.000000000000 0.000000000000 0.000000000000 +0.034179687500 0.200195312500 0.104492187500 0.073242187500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.017456054688 +0.000000000000 0.000000000000 0.019897460938 0.075195312500 +0.000000000000 0.000000000000 0.166015625000 0.074218750000 +0.080078125000 0.085449218750 0.000000000000 0.066406250000 +0.116210937500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.011718750000 0.058837890625 0.000000000000 +0.022216796875 0.000000000000 0.000000000000 0.000000000000 +0.066894531250 0.000000000000 0.049072265625 0.089843750000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.098632812500 0.000000000000 0.000000000000 +0.072265625000 0.138671875000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.027709960938 0.110839843750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.023315429688 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.003662109375 0.000000000000 +0.075683593750 0.104980468750 0.079101562500 0.070800781250 +0.033935546875 0.110351562500 0.046142578125 0.000000000000 +0.000000000000 0.024169921875 0.006835937500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.136718750000 0.120605468750 0.110839843750 0.181640625000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.120117187500 0.044677734375 0.140625000000 +0.271484375000 0.000000000000 0.000000000000 0.018554687500 +0.000000000000 0.100097656250 0.197265625000 0.221679687500 +0.322265625000 0.118652343750 0.145507812500 0.086914062500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.054931640625 0.271484375000 0.277343750000 0.045898437500 +0.167968750000 0.094238281250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.070800781250 0.102050781250 +0.026367187500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.025756835938 0.000000000000 +0.000000000000 0.003112792969 0.150390625000 0.095214843750 +0.048095703125 0.167968750000 0.000000000000 0.000000000000 +0.167968750000 0.086425781250 0.056884765625 0.151367187500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.058349609375 +0.080566406250 0.149414062500 0.171875000000 0.074707031250 +0.003311157227 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.054687500000 0.137695312500 +0.000000000000 0.024780273438 0.125976562500 0.092285156250 +0.146484375000 0.134765625000 0.001083374023 0.000000000000 +0.034423828125 0.050537109375 0.000000000000 0.000000000000 +0.002807617188 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.018432617188 0.061279296875 0.077636718750 0.046630859375 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.173828125000 +0.050048828125 0.107910156250 0.304687500000 0.132812500000 +0.057128906250 0.112304687500 0.088867187500 0.123046875000 +0.184570312500 0.155273437500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.027832031250 +0.029052734375 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.004028320312 +0.040771484375 0.000000000000 0.034179687500 0.054199218750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.064453125000 0.029296875000 +0.055419921875 0.152343750000 0.031250000000 0.028808593750 +0.105468750000 0.037597656250 0.184570312500 0.228515625000 +0.015991210938 0.081054687500 0.015625000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.015625000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.043457031250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.009582519531 0.029785156250 0.095214843750 +0.036376953125 0.000000000000 0.030883789062 0.000000000000 +0.000000000000 0.000000000000 0.059326171875 0.068847656250 +0.087402343750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.036376953125 +0.000000000000 0.007446289062 0.155273437500 0.021728515625 +0.000000000000 0.005462646484 0.000000000000 0.000000000000 +0.084472656250 0.000000000000 0.000000000000 0.023437500000 +0.102050781250 0.000000000000 0.007171630859 0.079589843750 +0.063964843750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.022705078125 0.000000000000 0.000000000000 +0.044921875000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.122558593750 +0.012756347656 0.026123046875 0.057861328125 0.000000000000 +0.114746093750 0.090820312500 0.003433227539 0.056640625000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.111328125000 0.145507812500 +0.108398437500 0.000000000000 0.126953125000 0.470703125000 +0.000000000000 0.000000000000 0.132812500000 0.000000000000 +0.080566406250 0.000000000000 0.000000000000 0.484375000000 +0.000000000000 0.804687500000 0.000000000000 0.000000000000 +0.443359375000 0.000000000000 0.000000000000 0.112792968750 +0.031982421875 0.000000000000 0.158203125000 0.037841796875 +0.000000000000 0.000000000000 0.447265625000 0.000000000000 +0.000000000000 0.005828857422 0.593750000000 0.000000000000 +0.511718750000 0.000000000000 0.011596679688 0.117675781250 +0.000000000000 0.121093750000 0.000000000000 0.000000000000 +0.095703125000 0.190429687500 0.000000000000 0.221679687500 +0.000000000000 0.121582031250 0.000000000000 0.018432617188 +0.283203125000 0.000000000000 0.061279296875 0.000000000000 +0.191406250000 0.058349609375 0.000000000000 0.396484375000 +0.000000000000 0.150390625000 0.000000000000 0.000000000000 +0.519531250000 0.000000000000 0.000000000000 0.082031250000 +0.061523437500 0.000000000000 0.219726562500 0.000000000000 +0.038574218750 0.000000000000 0.115234375000 0.000000000000 +0.333984375000 0.077148437500 0.000000000000 0.000000000000 +0.312500000000 0.224609375000 0.019409179688 0.124511718750 +0.000000000000 0.474609375000 0.000000000000 0.000136375427 +0.105468750000 0.000000000000 0.000000000000 0.738281250000 +0.000000000000 0.232421875000 0.000000000000 0.000000000000 +0.365234375000 0.059082031250 0.000000000000 0.212890625000 +0.000000000000 0.000000000000 0.000000000000 0.044189453125 +0.546875000000 0.000000000000 0.000000000000 0.468750000000 +0.000000000000 0.021728515625 0.000000000000 0.308593750000 +0.000000000000 0.000000000000 0.326171875000 0.000000000000 +0.000000000000 0.019531250000 0.203125000000 0.000000000000 +0.326171875000 0.000000000000 0.089355468750 0.085937500000 +0.000000000000 0.000000000000 0.191406250000 0.000000000000 +0.200195312500 0.000000000000 0.206054687500 0.000000000000 +0.037109375000 0.058593750000 0.000000000000 0.036621093750 +0.367187500000 0.000000000000 0.337890625000 0.000000000000 +0.000000000000 0.769531250000 0.000000000000 0.218750000000 +0.000000000000 0.773437500000 0.000000000000 0.000000000000 +0.096679687500 0.585937500000 0.000000000000 0.158203125000 +0.447265625000 0.000000000000 0.000000000000 0.000000000000 +0.667968750000 0.000000000000 0.000000000000 0.515625000000 +0.000000000000 0.000000000000 0.302734375000 0.000000000000 +0.376953125000 0.000000000000 0.000000000000 0.000000000000 +0.200195312500 0.017822265625 0.000000000000 0.000000000000 +0.116699218750 0.153320312500 0.000000000000 0.223632812500 +0.000000000000 0.165039062500 0.375000000000 0.000000000000 +0.000000000000 0.000000000000 0.804687500000 0.000000000000 +0.000000000000 0.000000000000 0.211914062500 0.000000000000 +0.000000000000 0.322265625000 0.000000000000 0.494140625000 +0.000000000000 0.000000000000 0.312500000000 0.000000000000 +0.146484375000 0.000000000000 0.197265625000 0.000000000000 +0.000000000000 0.195312500000 0.000000000000 0.166015625000 +0.337890625000 0.000000000000 0.196289062500 0.000000000000 +0.335937500000 0.247070312500 0.000000000000 0.000000000000 +0.382812500000 0.000000000000 0.000000000000 0.015075683594 +0.302734375000 0.000000000000 0.021240234375 0.000000000000 +0.000000000000 0.292968750000 0.000000000000 0.106445312500 +0.000000000000 0.000000000000 0.000000000000 0.205078125000 +0.000000000000 0.167968750000 0.000000000000 0.542968750000 +0.000000000000 0.000000000000 0.253906250000 0.145507812500 +0.000000000000 0.437500000000 0.000000000000 0.000000000000 +0.188476562500 0.339843750000 0.000000000000 0.000000000000 +0.000000000000 0.228515625000 0.000000000000 0.022338867188 +0.094238281250 0.000000000000 0.480468750000 0.000000000000 +0.000000000000 0.507812500000 0.000000000000 0.000000000000 +0.000000000000 0.210937500000 0.294921875000 0.000000000000 +0.373046875000 0.000000000000 0.000000000000 0.006652832031 +0.027221679688 0.000000000000 0.000000000000 0.000000000000 +0.161132812500 0.021362304688 0.322265625000 0.000000000000 +0.052001953125 0.365234375000 0.000000000000 0.244140625000 +0.043212890625 0.000000000000 0.265625000000 0.006561279297 +0.000000000000 0.289062500000 0.000000000000 0.000000000000 +0.339843750000 0.000000000000 0.192382812500 0.000000000000 +0.142578125000 0.000000000000 0.000000000000 0.083007812500 +0.466796875000 0.000000000000 0.255859375000 0.000000000000 +0.330078125000 0.000000000000 0.000000000000 0.425781250000 +0.000000000000 0.000000000000 0.000000000000 0.294921875000 +0.000000000000 0.000000000000 0.124511718750 0.000000000000 +0.214843750000 0.390625000000 0.000000000000 0.251953125000 +0.219726562500 0.000000000000 0.000000000000 0.121093750000 +0.000000000000 0.000000000000 0.460937500000 0.000000000000 +0.177734375000 0.000000000000 0.273437500000 0.000000000000 +0.000000000000 0.000000000000 0.369140625000 0.000000000000 +0.353515625000 0.000000000000 0.255859375000 0.333984375000 +0.000000000000 0.000000000000 0.691406250000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.216796875000 +0.000000000000 0.050048828125 0.000000000000 0.000000000000 +0.160156250000 0.000000000000 0.000000000000 0.191406250000 +0.000000000000 0.000000000000 0.021484375000 0.000000000000 +0.000000000000 0.060546875000 0.435546875000 0.000000000000 +0.000000000000 0.312500000000 0.000000000000 0.000000000000 +0.330078125000 0.170898437500 0.000000000000 0.000000000000 +0.000000000000 0.421875000000 0.000000000000 0.016967773438 +0.110351562500 0.000000000000 0.164062500000 0.000000000000 +0.066406250000 0.000000000000 0.433593750000 0.000000000000 +0.291015625000 0.000000000000 0.000000000000 0.056396484375 +0.000000000000 0.757812500000 0.000000000000 0.000000000000 +0.000000000000 0.302734375000 0.000000000000 0.017578125000 +0.400390625000 0.025756835938 0.000000000000 0.308593750000 +0.095214843750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.714843750000 0.000000000000 0.068359375000 +0.120605468750 0.000000000000 0.119628906250 0.000000000000 +0.131835937500 0.128906250000 0.281250000000 0.000000000000 +0.566406250000 0.000000000000 0.000000000000 0.367187500000 +0.000000000000 0.349609375000 0.000000000000 0.000000000000 +0.000000000000 0.035156250000 0.589843750000 0.000000000000 +0.000000000000 0.259765625000 0.000000000000 0.135742187500 +0.000000000000 0.000000000000 0.578125000000 0.152343750000 +0.000000000000 0.000000000000 0.527343750000 0.062988281250 +0.000000000000 0.032958984375 0.000000000000 0.000000000000 +0.636718750000 0.202148437500 0.000000000000 0.124023437500 +0.000000000000 0.443359375000 0.000000000000 0.000000000000 +0.376953125000 0.019775390625 0.000000000000 0.000000000000 +0.566406250000 0.000000000000 0.238281250000 0.000000000000 +0.730468750000 0.000000000000 0.110839843750 0.068359375000 +0.000000000000 0.046386718750 0.000659942627 0.000000000000 +0.675781250000 0.000000000000 0.000000000000 0.074218750000 +0.178710937500 0.010681152344 0.000000000000 0.000000000000 +0.000000000000 0.271484375000 0.000000000000 0.000000000000 +0.000000000000 0.312500000000 0.000000000000 0.068847656250 +0.000000000000 0.054199218750 0.000000000000 0.554687500000 +0.000000000000 0.494140625000 0.000000000000 0.000000000000 +0.195312500000 0.042236328125 0.000000000000 0.057373046875 +0.180664062500 0.000000000000 0.000000000000 0.244140625000 +0.000000000000 0.017944335938 0.198242187500 0.000000000000 +0.142578125000 0.000000000000 0.000000000000 0.000000000000 +0.376953125000 0.000000000000 0.000000000000 0.000000000000 +0.090332031250 0.045654296875 0.116699218750 0.000000000000 +0.230468750000 0.000000000000 0.000000000000 0.001022338867 +0.147460937500 0.000000000000 0.605468750000 0.000000000000 +0.000000000000 0.027832031250 0.390625000000 0.145507812500 +0.000000000000 0.000000000000 0.000000000000 0.228515625000 +0.000000000000 0.227539062500 0.251953125000 0.000000000000 +0.086425781250 0.000000000000 0.241210937500 0.221679687500 +0.000000000000 0.000000000000 0.353515625000 0.000000000000 +0.079589843750 0.281250000000 0.000000000000 0.351562500000 +0.000000000000 0.341796875000 0.000000000000 0.451171875000 +0.357421875000 0.000000000000 0.156250000000 0.000000000000 +0.255859375000 0.071289062500 0.000000000000 0.000000000000 +0.482421875000 0.000000000000 0.000000000000 0.169921875000 +0.112304687500 0.000000000000 0.000000000000 0.000000000000 +0.193359375000 0.000000000000 0.185546875000 0.000000000000 +0.000000000000 0.045654296875 0.155273437500 0.086914062500 +0.000000000000 0.000000000000 0.531250000000 0.056152343750 +0.000000000000 0.000000000000 0.558593750000 0.000000000000 +0.000000000000 0.333984375000 0.000000000000 0.125000000000 +0.093261718750 0.116699218750 0.085449218750 0.000000000000 +0.123535156250 0.124023437500 0.000000000000 0.035644531250 +0.029296875000 0.000000000000 0.000000000000 0.333984375000 +0.000000000000 0.259765625000 0.000000000000 0.000000000000 +0.527343750000 0.000000000000 0.464843750000 0.000000000000 +0.062988281250 0.000000000000 0.359375000000 0.394531250000 +0.000000000000 0.194335937500 0.000000000000 0.217773437500 +0.000000000000 0.192382812500 0.000000000000 0.000000000000 +0.000000000000 0.332031250000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.207031250000 0.001884460449 +0.233398437500 0.000000000000 0.041992187500 0.113281250000 +0.000000000000 0.605468750000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.570312500000 0.275390625000 +0.000000000000 0.000000000000 0.059082031250 0.408203125000 +0.283203125000 0.000000000000 0.000000000000 0.000000000000 +0.013122558594 0.322265625000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.229492187500 0.169921875000 +0.000000000000 0.648437500000 0.000000000000 0.193359375000 +0.000000000000 0.000000000000 0.929687500000 0.000000000000 +0.000000000000 0.000000000000 0.099121093750 0.019653320312 +0.000000000000 0.347656250000 0.000000000000 0.275390625000 +0.000000000000 0.131835937500 0.000000000000 0.096679687500 +0.000000000000 0.000000000000 0.404296875000 0.000000000000 +0.020507812500 0.296875000000 0.000000000000 0.375000000000 +0.000000000000 0.146484375000 0.091308593750 0.000000000000 +0.412109375000 0.167968750000 0.051025390625 0.000000000000 +0.000000000000 0.000000000000 0.100097656250 0.125000000000 +0.000000000000 0.000000000000 0.406250000000 0.000000000000 +0.000000000000 0.000000000000 0.236328125000 0.000000000000 +0.000000000000 0.396484375000 0.000000000000 0.000000000000 +0.462890625000 0.000000000000 0.000000000000 0.000000000000 +0.285156250000 0.195312500000 0.034912109375 0.000000000000 +0.000000000000 0.000000000000 0.115234375000 0.316406250000 +0.176757812500 0.000000000000 0.000000000000 0.984375000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.384765625000 0.191406250000 0.000000000000 0.000000000000 +0.149414062500 0.648437500000 0.000000000000 0.000000000000 +0.136718750000 0.546875000000 0.000000000000 0.000000000000 +0.000000000000 0.170898437500 0.083496093750 0.000000000000 +0.063964843750 0.229492187500 0.000000000000 0.040283203125 +0.000000000000 0.000000000000 0.339843750000 0.000000000000 +0.247070312500 0.000000000000 0.027587890625 0.041259765625 +0.097167968750 0.000000000000 0.102050781250 0.000000000000 +0.137695312500 0.178710937500 0.052246093750 0.000000000000 +0.408203125000 0.178710937500 0.000000000000 0.021362304688 +0.000000000000 0.380859375000 0.000000000000 0.012878417969 +0.000000000000 0.117675781250 0.000000000000 0.084472656250 +0.406250000000 0.000000000000 0.000000000000 0.292968750000 +0.020751953125 0.208984375000 0.000000000000 0.154296875000 +0.000000000000 0.000000000000 0.390625000000 0.119140625000 +0.000000000000 0.246093750000 0.000000000000 0.000000000000 +0.000000000000 0.146484375000 0.000000000000 0.306640625000 +0.246093750000 0.000000000000 0.582031250000 0.056396484375 +0.000000000000 0.097167968750 0.000000000000 0.294921875000 +0.000000000000 0.000000000000 0.687500000000 0.000000000000 +0.126953125000 0.061767578125 0.000000000000 0.097656250000 +0.000000000000 0.203125000000 0.000000000000 0.000000000000 +0.519531250000 0.000000000000 0.196289062500 0.000000000000 +0.000000000000 0.143554687500 0.000000000000 0.462890625000 +0.000000000000 0.000000000000 0.187500000000 0.018920898438 +0.000000000000 0.087890625000 0.410156250000 0.000000000000 +0.000000000000 0.031738281250 0.000000000000 0.084472656250 +0.161132812500 0.010131835938 0.000000000000 0.500000000000 +0.048095703125 0.000000000000 0.192382812500 0.000000000000 +0.000000000000 0.210937500000 0.171875000000 0.000000000000 +0.118164062500 0.000000000000 0.018432617188 0.213867187500 +0.000000000000 0.015319824219 0.051269531250 0.072265625000 +0.078613281250 0.000000000000 0.096191406250 0.251953125000 +0.000000000000 0.188476562500 0.133789062500 0.000000000000 +0.000000000000 0.097656250000 0.267578125000 0.000000000000 +0.000000000000 0.199218750000 0.000000000000 0.115722656250 +0.192382812500 0.000000000000 0.000000000000 0.069824218750 +0.000000000000 0.000000000000 0.192382812500 0.017089843750 +0.137695312500 0.000000000000 0.228515625000 0.249023437500 +0.000000000000 0.168945312500 0.000379562378 0.000000000000 +0.091796875000 0.000000000000 0.095214843750 0.000000000000 +0.000000000000 0.180664062500 0.014892578125 0.000000000000 +0.332031250000 0.000000000000 0.183593750000 0.277343750000 +0.000000000000 0.271484375000 0.207031250000 0.000000000000 +0.145507812500 0.000000000000 0.195312500000 0.000000000000 +0.016357421875 0.137695312500 0.000000000000 0.164062500000 +0.000000000000 0.000000000000 0.017456054688 0.302734375000 +0.000000000000 0.099609375000 0.000000000000 0.000000000000 +0.000000000000 0.300781250000 0.000000000000 0.337890625000 +0.000000000000 0.000000000000 0.002197265625 0.000000000000 +0.136718750000 0.388671875000 0.000000000000 0.000000000000 +0.107421875000 0.000000000000 0.285156250000 0.000000000000 +0.112792968750 0.000000000000 0.069335937500 0.245117187500 +0.000000000000 0.000000000000 0.582031250000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.388671875000 +0.000000000000 0.018676757812 0.000000000000 0.000000000000 +0.503906250000 0.000000000000 0.054443359375 0.000000000000 +0.130859375000 0.223632812500 0.000000000000 0.445312500000 +0.000000000000 0.458984375000 0.000000000000 0.150390625000 +0.242187500000 0.000000000000 0.000000000000 0.000000000000 +0.222656250000 0.108886718750 0.000000000000 0.000000000000 +0.205078125000 0.000000000000 0.216796875000 0.019287109375 +0.000000000000 0.000000000000 0.421875000000 0.000000000000 +0.185546875000 0.000000000000 0.067871093750 0.000000000000 +0.000000000000 0.396484375000 0.000000000000 0.000000000000 +0.000000000000 0.093261718750 0.238281250000 0.052734375000 +0.000000000000 0.369140625000 0.000000000000 0.000000000000 +0.441406250000 0.000000000000 0.000000000000 0.515625000000 +0.000000000000 0.000000000000 0.326171875000 0.000000000000 +0.058837890625 0.000000000000 0.365234375000 0.000000000000 +0.000000000000 0.117675781250 0.000000000000 0.106445312500 +0.503906250000 0.000000000000 0.247070312500 0.000000000000 +0.265625000000 0.000000000000 0.000000000000 0.330078125000 +0.000000000000 0.546875000000 0.000000000000 0.000000000000 +0.277343750000 0.086425781250 0.130859375000 0.000000000000 +0.000000000000 0.020507812500 0.234375000000 0.197265625000 +0.000000000000 0.000000000000 0.589843750000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.163085937500 0.239257812500 0.020019531250 +0.062988281250 0.083984375000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.046142578125 0.000000000000 0.000000000000 0.047119140625 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.122558593750 0.439453125000 0.287109375000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.054687500000 0.021728515625 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.143554687500 0.110839843750 +0.104003906250 0.000000000000 0.000000000000 0.064453125000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000705718994 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.027221679688 0.027832031250 +0.371093750000 0.064941406250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.154296875000 +0.174804687500 0.000000000000 0.000000000000 0.000000000000 +0.084960937500 0.100585937500 0.285156250000 0.036621093750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.173828125000 0.231445312500 0.239257812500 +0.027465820312 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.001091003418 0.000000000000 +0.078613281250 0.059814453125 0.038818359375 0.292968750000 +0.045898437500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.070312500000 0.201171875000 +0.000000000000 0.110839843750 0.016357421875 0.000000000000 +0.000000000000 0.000000000000 0.007812500000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.107421875000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.087890625000 0.110839843750 0.137695312500 +0.112304687500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.023437500000 0.115722656250 0.000000000000 0.195312500000 +0.115722656250 0.000000000000 0.000000000000 0.145507812500 +0.187500000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.453125000000 0.419921875000 +0.085937500000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.026611328125 0.061035156250 +0.208984375000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.034179687500 0.257812500000 0.064453125000 +0.000000000000 0.000000000000 0.000000000000 0.090820312500 +0.093261718750 0.289062500000 0.023437500000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.230468750000 0.365234375000 0.050781250000 0.032470703125 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.041503906250 0.000000000000 +0.273437500000 0.241210937500 0.111328125000 0.088867187500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.027221679688 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.100097656250 0.000000000000 0.223632812500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.028442382812 0.099609375000 0.231445312500 +0.108398437500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.001419067383 0.139648437500 +0.111328125000 0.181640625000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.031494140625 +0.095703125000 0.049560546875 0.041748046875 0.199218750000 +0.000000000000 0.000000000000 0.006164550781 0.000000000000 +0.088867187500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.139648437500 0.486328125000 +0.466796875000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.153320312500 0.285156250000 +0.013671875000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.229492187500 +0.219726562500 0.066894531250 0.000000000000 0.041259765625 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.018554687500 0.023925781250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.081542968750 +0.029663085938 0.118652343750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.065917968750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.078613281250 0.300781250000 +0.267578125000 0.071289062500 0.177734375000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.141601562500 0.118164062500 +0.225585937500 0.156250000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.187500000000 0.191406250000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.007324218750 +0.064453125000 0.250000000000 0.179687500000 0.136718750000 +0.040283203125 0.014282226562 0.000000000000 0.000000000000 +0.005462646484 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.265625000000 +0.008117675781 0.018920898438 0.000000000000 0.040039062500 +0.015563964844 0.000000000000 0.045410156250 0.000000000000 +0.041503906250 0.000000000000 0.000000000000 0.000000000000 +0.094238281250 0.131835937500 0.033691406250 0.094726562500 +0.000000000000 0.004089355469 0.000000000000 0.041015625000 +0.132812500000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.073730468750 0.306640625000 +0.289062500000 0.158203125000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.153320312500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.052246093750 +0.136718750000 0.018188476562 0.000000000000 0.121582031250 +0.000000000000 0.359375000000 0.343750000000 0.034179687500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.163085937500 0.030151367188 0.000000000000 +0.000000000000 0.093261718750 0.162109375000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.120117187500 0.353515625000 0.312500000000 0.175781250000 +0.104492187500 0.000000000000 0.000000000000 0.134765625000 +0.000000000000 0.000000000000 0.000000000000 0.038085937500 +0.039062500000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.092285156250 +0.032470703125 0.000000000000 0.086914062500 0.000000000000 +0.036621093750 0.000000000000 0.000000000000 0.000000000000 +0.020996093750 0.124511718750 0.107421875000 0.137695312500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.084960937500 0.150390625000 +0.093261718750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.091308593750 0.000000000000 0.145507812500 +0.062011718750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.016479492188 0.089355468750 0.244140625000 0.236328125000 +0.443359375000 0.105957031250 0.133789062500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.044189453125 0.158203125000 0.233398437500 +0.281250000000 0.178710937500 0.090332031250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.080566406250 0.084472656250 0.000000000000 0.000000000000 +0.000000000000 0.031982421875 0.000000000000 0.053222656250 +0.119628906250 0.166992187500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.124023437500 0.126953125000 0.000000000000 +0.215820312500 0.000000000000 0.000000000000 0.021484375000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.086425781250 0.449218750000 0.310546875000 +0.202148437500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.048828125000 0.261718750000 +0.065429687500 0.104980468750 0.247070312500 0.055664062500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.051513671875 0.285156250000 +0.137695312500 0.033935546875 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.173828125000 0.070312500000 0.200195312500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.026123046875 0.173828125000 +0.156250000000 0.316406250000 0.061523437500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.029296875000 0.000000000000 0.130859375000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.013427734375 0.292968750000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.040527343750 0.074218750000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.187500000000 0.123535156250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.020019531250 +0.234375000000 0.173828125000 0.326171875000 0.291015625000 +0.308593750000 0.285156250000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.093261718750 0.189453125000 +0.421875000000 0.417968750000 0.177734375000 0.000000000000 +0.000000000000 0.100585937500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.072265625000 0.000000000000 0.074218750000 +0.124511718750 0.201171875000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.207031250000 0.302734375000 0.219726562500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.065429687500 0.218750000000 0.218750000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.088378906250 +0.129882812500 0.215820312500 0.189453125000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.194335937500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.196289062500 0.310546875000 +0.074707031250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.204101562500 0.134765625000 0.144531250000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.098144531250 0.123535156250 0.347656250000 0.242187500000 +0.206054687500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.108886718750 +0.019287109375 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.023071289062 +0.009521484375 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.098632812500 0.146484375000 0.245117187500 +0.326171875000 0.080078125000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.070312500000 +0.183593750000 0.000000000000 0.000000000000 0.017456054688 +0.033203125000 0.003158569336 0.084960937500 0.098632812500 +0.000000000000 0.000000000000 0.014892578125 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.088378906250 0.205078125000 0.222656250000 0.196289062500 +0.107910156250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.065429687500 0.435546875000 0.398437500000 +0.000000000000 0.102539062500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.096679687500 +0.431640625000 0.523437500000 0.187500000000 0.162109375000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.285156250000 0.357421875000 +0.139648437500 0.022949218750 0.000000000000 0.000000000000 +0.000000000000 0.138671875000 0.064453125000 0.000000000000 +0.106933593750 0.022949218750 0.067382812500 0.000000000000 +0.232421875000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.052978515625 0.207031250000 0.219726562500 0.261718750000 +0.296875000000 0.208007812500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.239257812500 0.261718750000 0.238281250000 +0.209960937500 0.419921875000 0.204101562500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.049560546875 0.182617187500 0.141601562500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.113769531250 0.247070312500 0.294921875000 0.275390625000 +0.203125000000 0.238281250000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.001510620117 +0.007995605469 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.361328125000 0.835937500000 +0.746093750000 0.531250000000 0.189453125000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.139648437500 0.339843750000 0.406250000000 0.306640625000 +0.115722656250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.073730468750 +0.093261718750 0.191406250000 0.188476562500 0.146484375000 +0.052246093750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.234375000000 0.427734375000 0.582031250000 +0.210937500000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.049560546875 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.208007812500 0.326171875000 +0.341796875000 0.261718750000 0.000000000000 0.000000000000 +0.000000000000 0.001861572266 0.000000000000 0.155273437500 +0.192382812500 0.097167968750 0.041259765625 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.100097656250 0.149414062500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.215820312500 0.110839843750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.182617187500 0.179687500000 0.291015625000 +0.031738281250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.492187500000 0.519531250000 +0.392578125000 0.117675781250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.028930664062 0.000000000000 0.010559082031 +0.115234375000 0.177734375000 0.000000000000 0.000000000000 +0.056152343750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.108398437500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.064453125000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.153320312500 0.184570312500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.058593750000 +0.000000000000 0.283203125000 0.126953125000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.084472656250 0.243164062500 +0.140625000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.077636718750 0.000000000000 0.076660156250 +0.304687500000 0.137695312500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.088867187500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.083984375000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.054443359375 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.211914062500 0.080566406250 +0.014831542969 0.022949218750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.003265380859 +0.098144531250 0.047851562500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.147460937500 0.250000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.062011718750 0.062500000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.174804687500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.170898437500 0.353515625000 +0.316406250000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.008605957031 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.068359375000 0.147460937500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.010986328125 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.185546875000 +0.090332031250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.110351562500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.105957031250 0.008056640625 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.094726562500 0.106933593750 0.170898437500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.070312500000 0.000000000000 0.000000000000 +0.035644531250 0.221679687500 0.199218750000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.065429687500 0.107910156250 0.098632812500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.100585937500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.138671875000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.227539062500 0.019531250000 +0.000000000000 0.000000000000 0.020629882812 0.000000000000 +0.006103515625 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.160156250000 +0.071289062500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.059326171875 0.178710937500 0.199218750000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.083496093750 0.298828125000 +0.014770507812 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.194335937500 0.222656250000 0.345703125000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.092773437500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.036132812500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.083496093750 0.000000000000 +0.102050781250 0.000000000000 0.150390625000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.094726562500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.059814453125 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.136718750000 0.112792968750 0.006561279297 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.238281250000 0.053955078125 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.050048828125 0.000000000000 +0.000000000000 0.000000000000 0.090332031250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.069824218750 0.209960937500 0.093750000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.061523437500 0.005493164062 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.310546875000 0.175781250000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.113281250000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.148437500000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.155273437500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.041748046875 +0.000000000000 0.194335937500 0.000000000000 0.018432617188 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.004913330078 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.211914062500 0.277343750000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.096679687500 0.049560546875 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.034179687500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.118652343750 0.015991210938 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.063964843750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.137695312500 0.073242187500 0.050781250000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.292968750000 0.162109375000 +0.007202148438 0.000000000000 0.000000000000 0.000000000000 +0.162109375000 0.155273437500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.054687500000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.051513671875 +0.000000000000 0.000000000000 0.032958984375 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.086914062500 0.146484375000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.179687500000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.023071289062 0.322265625000 0.296875000000 0.048583984375 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.015747070312 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.016601562500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.086425781250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.050048828125 0.178710937500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.196289062500 +0.155273437500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.100585937500 +0.023437500000 0.010864257812 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.160156250000 +0.199218750000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.094726562500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.035400390625 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.196289062500 +0.010559082031 0.122070312500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.096679687500 +0.050292968750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.192382812500 0.018676757812 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.103027343750 +0.169921875000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.011047363281 0.012817382812 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.234375000000 0.447265625000 0.408203125000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.032470703125 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.363281250000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000686645508 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.343750000000 +0.000000000000 0.306640625000 0.000000000000 0.000000000000 +0.072265625000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.007263183594 0.000000000000 +0.000000000000 0.000000000000 0.443359375000 0.000000000000 +0.000000000000 0.000000000000 0.486328125000 0.000000000000 +0.149414062500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.164062500000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.294921875000 0.000000000000 0.000000000000 0.000000000000 +0.147460937500 0.000000000000 0.000000000000 0.182617187500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.163085937500 0.000000000000 0.000000000000 0.007995605469 +0.000000000000 0.000000000000 0.102050781250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.002853393555 0.101562500000 0.000000000000 0.000000000000 +0.000000000000 0.173828125000 0.000000000000 0.000000000000 +0.000000000000 0.332031250000 0.000000000000 0.000000000000 +0.000000000000 0.051757812500 0.000000000000 0.191406250000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.172851562500 0.000000000000 0.000000000000 0.208007812500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.153320312500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.065917968750 0.000000000000 +0.029785156250 0.000000000000 0.000000000000 0.000000000000 +0.044677734375 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.609375000000 0.000000000000 0.000000000000 +0.000000000000 0.542968750000 0.000000000000 0.000000000000 +0.145507812500 0.084960937500 0.000000000000 0.000000000000 +0.181640625000 0.000000000000 0.000000000000 0.000000000000 +0.181640625000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.155273437500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.023071289062 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.019165039062 +0.000000000000 0.000000000000 0.460937500000 0.000000000000 +0.000000000000 0.000000000000 0.412109375000 0.000000000000 +0.000000000000 0.085937500000 0.141601562500 0.019653320312 +0.000000000000 0.169921875000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.194335937500 0.000000000000 +0.166015625000 0.000000000000 0.000000000000 0.000000000000 +0.037597656250 0.000000000000 0.000000000000 0.000000000000 +0.328125000000 0.000000000000 0.000000000000 0.000000000000 +0.117187500000 0.000000000000 0.000000000000 0.000000000000 +0.125976562500 0.000000000000 0.000000000000 0.000000000000 +0.107910156250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.021240234375 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.212890625000 0.000000000000 0.000000000000 +0.200195312500 0.046630859375 0.000000000000 0.000000000000 +0.065917968750 0.000000000000 0.142578125000 0.000000000000 +0.000000000000 0.000000000000 0.161132812500 0.000000000000 +0.000000000000 0.161132812500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.121093750000 0.000000000000 0.000000000000 +0.084960937500 0.000000000000 0.000000000000 0.214843750000 +0.000000000000 0.000000000000 0.000000000000 0.023193359375 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.054443359375 0.000000000000 +0.043457031250 0.000000000000 0.125000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.281250000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.037841796875 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.205078125000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.243164062500 0.000000000000 +0.014892578125 0.000000000000 0.155273437500 0.014892578125 +0.000000000000 0.000000000000 0.025756835938 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.173828125000 0.000000000000 +0.000000000000 0.000000000000 0.208007812500 0.000000000000 +0.000000000000 0.048095703125 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.121582031250 0.000000000000 0.100585937500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.147460937500 0.000000000000 0.000000000000 +0.000000000000 0.335937500000 0.000000000000 0.000000000000 +0.000000000000 0.007812500000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.115722656250 0.000000000000 0.000000000000 +0.000000000000 0.116210937500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.041992187500 0.000000000000 0.000000000000 0.000000000000 +0.097167968750 0.000000000000 0.000000000000 0.006835937500 +0.000000000000 0.000000000000 0.004669189453 0.000000000000 +0.000000000000 0.000000000000 0.160156250000 0.000000000000 +0.000000000000 0.000000000000 0.002136230469 0.000000000000 +0.000000000000 0.000000000000 0.339843750000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.285156250000 0.012512207031 0.000000000000 0.000000000000 +0.004730224609 0.043945312500 0.000000000000 0.000000000000 +0.457031250000 0.000000000000 0.092773437500 0.000000000000 +0.656250000000 0.000000000000 0.261718750000 0.000000000000 +0.263671875000 0.000000000000 0.000000000000 0.000000000000 +0.012939453125 0.000000000000 0.000000000000 0.000000000000 +0.398437500000 0.000000000000 0.000000000000 0.130859375000 +0.000000000000 0.114746093750 0.000000000000 0.000000000000 +0.000000000000 0.253906250000 0.000000000000 0.000000000000 +0.000000000000 0.057861328125 0.000000000000 0.285156250000 +0.000000000000 0.022338867188 0.000000000000 0.247070312500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.298828125000 0.000000000000 0.000000000000 0.000000000000 +0.018310546875 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.227539062500 0.000000000000 +0.024047851562 0.046386718750 0.029418945312 0.000000000000 +0.097167968750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.008789062500 0.000000000000 +0.000000000000 0.000000000000 0.035644531250 0.000000000000 +0.031982421875 0.000000000000 0.026977539062 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.011718750000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.343750000000 0.000000000000 0.037353515625 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.073242187500 0.000000000000 0.000000000000 0.000000000000 +0.015625000000 0.000000000000 0.000000000000 0.000000000000 +0.035400390625 0.000000000000 0.000000000000 0.000000000000 +0.075683593750 0.000000000000 0.000000000000 0.029663085938 +0.000000000000 0.000000000000 0.015319824219 0.000000000000 +0.000000000000 0.000000000000 0.181640625000 0.000000000000 +0.000000000000 0.000000000000 0.441406250000 0.000000000000 +0.000000000000 0.000000000000 0.047119140625 0.000000000000 +0.000000000000 0.106445312500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.243164062500 0.000000000000 0.000000000000 +0.279296875000 0.000000000000 0.000000000000 0.131835937500 +0.000000000000 0.000000000000 0.237304687500 0.000000000000 +0.275390625000 0.000000000000 0.326171875000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.128906250000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.036132812500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.107421875000 0.192382812500 +0.000000000000 0.000000000000 0.000000000000 0.041259765625 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.106933593750 0.000000000000 0.000000000000 +0.000000000000 0.160156250000 0.000000000000 0.196289062500 +0.000000000000 0.161132812500 0.000000000000 0.067871093750 +0.000000000000 0.000000000000 0.466796875000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.014099121094 +0.000000000000 0.429687500000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.054199218750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.148437500000 0.000000000000 +0.115722656250 0.000000000000 0.000000000000 0.000000000000 +0.036376953125 0.000000000000 0.044189453125 0.000000000000 +0.000000000000 0.000000000000 0.092285156250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.073242187500 0.000000000000 0.000000000000 +0.088867187500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.024291992188 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.126953125000 +0.000000000000 0.000000000000 0.000000000000 0.263671875000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.067871093750 0.132812500000 0.000000000000 0.092773437500 +0.000000000000 0.373046875000 0.000000000000 0.000000000000 +0.000000000000 0.199218750000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.084960937500 0.000000000000 +0.092285156250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.063964843750 0.000000000000 +0.162109375000 0.000000000000 0.132812500000 0.000000000000 +0.084472656250 0.136718750000 0.000000000000 0.000000000000 +0.000000000000 0.025634765625 0.000000000000 0.000000000000 +0.000000000000 0.013305664062 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.030517578125 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.220703125000 0.000000000000 0.054443359375 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.014892578125 0.132812500000 +0.000000000000 0.000000000000 0.116210937500 0.000000000000 +0.000000000000 0.000000000000 0.250000000000 0.000000000000 +0.055908203125 0.000000000000 0.000000000000 0.026123046875 +0.196289062500 0.000000000000 0.000000000000 0.000000000000 +0.037353515625 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.075683593750 0.000000000000 0.062500000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.091796875000 0.000000000000 +0.000000000000 0.181640625000 0.000000000000 0.240234375000 +0.000000000000 0.000000000000 0.000000000000 0.240234375000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.006622314453 0.000000000000 0.000000000000 +0.000000000000 0.029907226562 0.000000000000 0.003067016602 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.023315429688 +0.000000000000 0.106933593750 0.167968750000 0.000000000000 +0.000000000000 0.191406250000 0.000000000000 0.000000000000 +0.000000000000 0.045654296875 0.000000000000 0.000000000000 +0.005554199219 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.121093750000 0.000000000000 +0.000000000000 0.000000000000 0.110351562500 0.205078125000 +0.000000000000 0.159179687500 0.041503906250 0.000000000000 +0.018676757812 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.099609375000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.038085937500 0.000000000000 0.000000000000 0.190429687500 +0.000000000000 0.014343261719 0.000000000000 0.000000000000 +0.000000000000 0.060791015625 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.088378906250 0.000000000000 0.000000000000 +0.140625000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.079589843750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.118652343750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.246093750000 0.000000000000 0.347656250000 +0.000000000000 0.076660156250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.043212890625 0.000000000000 0.000000000000 0.000000000000 +0.005462646484 0.000000000000 0.000000000000 0.000000000000 +0.230468750000 0.000000000000 0.180664062500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.287109375000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.099609375000 +0.000000000000 0.000000000000 0.096191406250 0.000000000000 +0.000000000000 0.000000000000 0.013305664062 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.238281250000 0.000000000000 0.054443359375 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.182617187500 +0.000000000000 0.240234375000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.103027343750 0.000000000000 +0.000000000000 0.000000000000 0.271484375000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.010681152344 0.000000000000 0.109375000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.085449218750 +0.000000000000 0.030639648438 0.000000000000 0.005096435547 +0.000000000000 0.033691406250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.108398437500 +0.118652343750 0.063476562500 0.300781250000 0.267578125000 +0.119140625000 0.119628906250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.250000000000 0.140625000000 0.022216796875 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.046142578125 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.004180908203 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.071777343750 0.000000000000 +0.027221679688 0.000000000000 0.000000000000 0.031494140625 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.171875000000 0.142578125000 0.074218750000 +0.133789062500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.186523437500 0.052978515625 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.210937500000 0.177734375000 0.194335937500 +0.212890625000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.008850097656 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000881195068 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.033447265625 0.048339843750 0.310546875000 0.215820312500 +0.468750000000 0.126953125000 0.166992187500 0.026245117188 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.148437500000 0.225585937500 +0.205078125000 0.034912109375 0.000000000000 0.000000000000 +0.000000000000 0.158203125000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.004821777344 0.015869140625 0.198242187500 +0.355468750000 0.416015625000 0.392578125000 0.059082031250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.125976562500 +0.000000000000 0.133789062500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.214843750000 0.212890625000 +0.263671875000 0.170898437500 0.000000000000 0.000000000000 +0.000000000000 0.098144531250 0.074707031250 0.119628906250 +0.294921875000 0.043212890625 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.020141601562 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.110351562500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.044921875000 0.133789062500 0.114746093750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.056884765625 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.179687500000 0.160156250000 0.004028320312 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.109863281250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.040283203125 +0.000000000000 0.235351562500 0.000000000000 0.049804687500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.149414062500 0.180664062500 0.130859375000 +0.281250000000 0.072753906250 0.051269531250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.066894531250 +0.041015625000 0.091796875000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.176757812500 0.061523437500 0.229492187500 +0.096679687500 0.151367187500 0.000000000000 0.043945312500 +0.091796875000 0.026367187500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.007110595703 +0.068847656250 0.045166015625 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.034179687500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.036621093750 0.030639648438 +0.281250000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.160156250000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.065429687500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.027343750000 0.000000000000 0.096679687500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.100097656250 +0.101074218750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.076660156250 0.000000000000 +0.000000000000 0.000000000000 0.105957031250 0.345703125000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.029174804688 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.012329101562 0.000000000000 +0.000000000000 0.057373046875 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.132812500000 +0.104980468750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.209960937500 0.380859375000 0.216796875000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.117675781250 +0.079101562500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.082519531250 0.057617187500 +0.122070312500 0.149414062500 0.106445312500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.006958007812 +0.121093750000 0.080078125000 0.078125000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.007873535156 +0.083496093750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.074218750000 +0.000000000000 0.000000000000 0.082031250000 0.174804687500 +0.365234375000 0.150390625000 0.261718750000 0.125000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.030029296875 0.271484375000 0.238281250000 +0.255859375000 0.300781250000 0.104980468750 0.171875000000 +0.000000000000 0.031005859375 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.096191406250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.045166015625 +0.111328125000 0.017700195312 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.090820312500 0.000000000000 0.003799438477 0.000000000000 +0.000000000000 0.023681640625 0.246093750000 0.253906250000 +0.146484375000 0.010986328125 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.228515625000 0.213867187500 +0.369140625000 0.318359375000 0.201171875000 0.236328125000 +0.010009765625 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.111816406250 0.263671875000 0.167968750000 0.227539062500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.068359375000 0.128906250000 0.161132812500 0.076171875000 +0.090820312500 0.153320312500 0.137695312500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.034423828125 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.010620117188 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.013549804688 0.036621093750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.089843750000 +0.277343750000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.079101562500 0.152343750000 0.124023437500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.104980468750 +0.000000000000 0.005645751953 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.050048828125 0.201171875000 +0.119140625000 0.102050781250 0.101562500000 0.008728027344 +0.000000000000 0.000000000000 0.000000000000 0.080566406250 +0.068847656250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.029296875000 0.181640625000 +0.306640625000 0.265625000000 0.269531250000 0.065917968750 +0.080566406250 0.000000000000 0.095214843750 0.037597656250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.071777343750 0.000000000000 +0.018798828125 0.098632812500 0.410156250000 0.116210937500 +0.423828125000 0.275390625000 0.283203125000 0.000000000000 +0.027221679688 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.136718750000 +0.000255584717 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.164062500000 0.225585937500 0.181640625000 +0.000000000000 0.000000000000 0.000000000000 0.006652832031 +0.016357421875 0.137695312500 0.000000000000 0.135742187500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.180664062500 0.004638671875 +0.000000000000 0.027832031250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.105957031250 0.002258300781 0.000000000000 +0.099121093750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.090332031250 +0.035888671875 0.071777343750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.125000000000 +0.177734375000 0.202148437500 0.118652343750 0.000000000000 +0.083496093750 0.269531250000 0.063964843750 0.283203125000 +0.078613281250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.265625000000 +0.110839843750 0.097167968750 0.154296875000 0.000000000000 +0.000000000000 0.267578125000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.300781250000 0.218750000000 0.153320312500 0.099609375000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.023681640625 +0.033935546875 0.000000000000 0.019775390625 0.090820312500 +0.000000000000 0.186523437500 0.147460937500 0.279296875000 +0.245117187500 0.000000000000 0.139648437500 0.016601562500 +0.000000000000 0.000000000000 0.029052734375 0.000000000000 +0.000000000000 0.107421875000 0.081542968750 0.000000000000 +0.206054687500 0.036376953125 0.128906250000 0.005889892578 +0.000000000000 0.000000000000 0.034179687500 0.000000000000 +0.000000000000 0.069335937500 0.118164062500 0.028442382812 +0.068847656250 0.188476562500 0.355468750000 0.492187500000 +0.164062500000 0.141601562500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.035644531250 0.155273437500 +0.120117187500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.099121093750 0.000000000000 +0.000000000000 0.000000000000 0.052978515625 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.209960937500 0.000000000000 0.000000000000 0.047607421875 +0.166015625000 0.130859375000 0.425781250000 0.396484375000 +0.086914062500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.142578125000 0.067382812500 0.046386718750 +0.012817382812 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.041748046875 0.232421875000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.237304687500 0.335937500000 0.218750000000 0.002105712891 +0.048095703125 0.000000000000 0.000000000000 0.251953125000 +0.318359375000 0.335937500000 0.008056640625 0.006805419922 +0.000000000000 0.000000000000 0.000000000000 0.166015625000 +0.088378906250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.035644531250 0.000000000000 +0.048339843750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.070312500000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.041503906250 0.000000000000 0.000000000000 +0.251953125000 0.233398437500 0.105957031250 0.164062500000 +0.051513671875 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.006164550781 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.115722656250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.088378906250 0.066406250000 +0.255859375000 0.036621093750 0.042724609375 0.003845214844 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.037109375000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.079589843750 +0.304687500000 0.110839843750 0.212890625000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.016235351562 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.112792968750 0.255859375000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.004211425781 +0.000000000000 0.053955078125 0.184570312500 0.000000000000 +0.139648437500 0.000000000000 0.022827148438 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.036376953125 0.015502929688 0.000000000000 0.222656250000 +0.006744384766 0.000000000000 0.125976562500 0.125000000000 +0.000000000000 0.153320312500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.016723632812 0.097656250000 0.041992187500 +0.000000000000 0.000000000000 0.088867187500 0.000000000000 +0.157226562500 0.035888671875 0.000000000000 0.000000000000 +0.281250000000 0.000000000000 0.137695312500 0.203125000000 +0.225585937500 0.000000000000 0.007568359375 0.000000000000 +0.000000000000 0.000000000000 0.115722656250 0.219726562500 +0.084960937500 0.125976562500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.263671875000 +0.010253906250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.253906250000 0.125976562500 0.089843750000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.025512695312 0.000000000000 0.000000000000 +0.277343750000 0.318359375000 0.120117187500 0.052734375000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.218750000000 0.096679687500 0.041503906250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.037597656250 0.000000000000 0.000000000000 +0.006256103516 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.291015625000 0.161132812500 0.000000000000 0.075683593750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.205078125000 +0.188476562500 0.237304687500 0.235351562500 0.045410156250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.097656250000 0.235351562500 +0.250000000000 0.000000000000 0.000000000000 0.000000000000 +0.025390625000 0.000000000000 0.000000000000 0.083984375000 +0.134765625000 0.056152343750 0.124511718750 0.000000000000 +0.026977539062 0.000000000000 0.118164062500 0.062500000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.145507812500 0.003341674805 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.179687500000 +0.201171875000 0.000000000000 0.000000000000 0.000000000000 +0.030883789062 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.122558593750 0.078613281250 +0.000000000000 0.000000000000 0.000000000000 0.034179687500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.034423828125 0.106933593750 0.000000000000 0.000000000000 +0.098632812500 0.000000000000 0.000000000000 0.120605468750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.159179687500 0.277343750000 +0.202148437500 0.098632812500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.085937500000 +0.189453125000 0.125000000000 0.116210937500 0.007324218750 +0.000000000000 0.000000000000 0.000000000000 0.089843750000 +0.316406250000 0.157226562500 0.071777343750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.229492187500 0.267578125000 0.180664062500 +0.072265625000 0.000000000000 0.023681640625 0.120605468750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.116699218750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.235351562500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.001853942871 0.000000000000 0.000000000000 0.166015625000 +0.062988281250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.125976562500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.175781250000 0.147460937500 +0.125000000000 0.069824218750 0.161132812500 0.000000000000 +0.135742187500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.096679687500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.086425781250 +0.253906250000 0.000000000000 0.033691406250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.149414062500 0.292968750000 0.086425781250 0.369140625000 +0.000000000000 0.056884765625 0.000000000000 0.000000000000 +0.298828125000 0.384765625000 0.251953125000 0.388671875000 +0.195312500000 0.058837890625 0.153320312500 0.000000000000 +0.000000000000 0.111816406250 0.245117187500 0.166015625000 +0.416015625000 0.388671875000 0.182617187500 0.128906250000 +0.019531250000 0.000000000000 0.000000000000 0.000000000000 +0.004486083984 0.167968750000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.375000000000 0.107910156250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.225585937500 +0.021728515625 0.000000000000 0.000000000000 0.006103515625 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.010437011719 0.126953125000 +0.134765625000 0.157226562500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.030029296875 +0.020629882812 0.061035156250 0.145507812500 0.034179687500 +0.000000000000 0.310546875000 0.186523437500 0.184570312500 +0.255859375000 0.075195312500 0.000000000000 0.001846313477 +0.075195312500 0.000000000000 0.000000000000 0.000000000000 +0.049072265625 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.098632812500 0.019287109375 +0.073730468750 0.030151367188 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.064941406250 0.012084960938 0.253906250000 0.236328125000 +0.296875000000 0.320312500000 0.148437500000 0.000000000000 +0.000000000000 0.000000000000 0.000850677490 0.107421875000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.128906250000 0.087890625000 +0.039062500000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.094726562500 0.000000000000 0.001853942871 +0.124511718750 0.123046875000 0.000000000000 0.189453125000 +0.080078125000 0.241210937500 0.151367187500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.030639648438 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.078125000000 0.000000000000 0.015625000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.091796875000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.041992187500 +0.000000000000 0.000000000000 0.000000000000 0.092773437500 +0.000000000000 0.032714843750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.139648437500 0.120117187500 +0.000000000000 0.019409179688 0.000000000000 0.210937500000 +0.046875000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.070800781250 0.181640625000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.166992187500 0.137695312500 0.073242187500 +0.026367187500 0.072265625000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.109863281250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.038085937500 0.099121093750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.039794921875 0.000000000000 +0.185546875000 0.416015625000 0.074218750000 0.023803710938 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.015258789062 0.014160156250 0.051757812500 +0.201171875000 0.090332031250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.049316406250 +0.118652343750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.066894531250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.004974365234 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.031250000000 0.044433593750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.138671875000 0.111328125000 +0.182617187500 0.045410156250 0.001106262207 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.017456054688 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.119628906250 0.090332031250 0.023681640625 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.057617187500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.119140625000 0.016113281250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.016601562500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.025024414062 0.062255859375 0.016845703125 0.097656250000 +0.062988281250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.186523437500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.049804687500 +0.324218750000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.110351562500 0.218750000000 +0.052490234375 0.118652343750 0.201171875000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.041748046875 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.041015625000 0.000000000000 +0.016357421875 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.139648437500 0.265625000000 +0.112792968750 0.213867187500 0.208984375000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.151367187500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.101074218750 0.062500000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.011657714844 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.068359375000 0.000000000000 +0.000000000000 0.035888671875 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.034179687500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.012268066406 0.013854980469 0.102539062500 +0.071289062500 0.026123046875 0.083007812500 0.030395507812 +0.073730468750 0.138671875000 0.000000000000 0.072265625000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.054931640625 0.000000000000 +0.011901855469 0.073242187500 0.007049560547 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.006256103516 0.000000000000 +0.238281250000 0.042480468750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.002929687500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.024658203125 0.017211914062 +0.042236328125 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.020263671875 0.029785156250 0.083496093750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.012512207031 0.036865234375 0.018554687500 0.000000000000 +0.000000000000 0.069335937500 0.094238281250 0.000000000000 +0.183593750000 0.221679687500 0.000000000000 0.227539062500 +0.131835937500 0.000000000000 0.078125000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000103950500 0.060302734375 0.196289062500 0.167968750000 +0.104003906250 0.070800781250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.302734375000 +0.103515625000 0.066406250000 0.084472656250 0.080078125000 +0.361328125000 0.108398437500 0.035400390625 0.027954101562 +0.000000000000 0.000000000000 0.000000000000 0.055175781250 +0.000000000000 0.053710937500 0.010681152344 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.075683593750 +0.255859375000 0.111328125000 0.070312500000 0.049316406250 +0.089843750000 0.026855468750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.225585937500 0.098632812500 +0.000000000000 0.000000000000 0.087402343750 0.015747070312 +0.000000000000 0.021240234375 0.107421875000 0.085937500000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.006164550781 +0.000000000000 0.005432128906 0.000000000000 0.072265625000 +0.052246093750 0.000000000000 0.000000000000 0.034912109375 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.154296875000 0.201171875000 0.332031250000 +0.275390625000 0.263671875000 0.002670288086 0.000000000000 +0.032958984375 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.085937500000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.033203125000 0.000000000000 0.000000000000 +0.024658203125 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.018066406250 0.002304077148 0.208984375000 0.259765625000 +0.300781250000 0.206054687500 0.094726562500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.019042968750 0.042724609375 0.287109375000 0.335937500000 +0.359375000000 0.246093750000 0.049072265625 0.119140625000 +0.022583007812 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.053222656250 +0.028808593750 0.000000000000 0.031250000000 0.186523437500 +0.076660156250 0.193359375000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.148437500000 0.126953125000 0.141601562500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.183593750000 +0.382812500000 0.474609375000 0.546875000000 0.400390625000 +0.178710937500 0.111816406250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.131835937500 +0.003967285156 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.193359375000 0.070312500000 +0.018676757812 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.032470703125 0.057128906250 0.146484375000 +0.073730468750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.043212890625 0.000000000000 0.000000000000 0.045166015625 +0.156250000000 0.143554687500 0.000000000000 0.000000000000 +0.124511718750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.248046875000 0.000000000000 0.192382812500 +0.000000000000 0.000000000000 0.129882812500 0.000000000000 +0.138671875000 0.062988281250 0.037353515625 0.012634277344 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.328125000000 0.000000000000 0.238281250000 0.000000000000 +0.000000000000 0.097167968750 0.175781250000 0.000000000000 +0.000000000000 0.076171875000 0.000000000000 0.000000000000 +0.000000000000 0.033447265625 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.006805419922 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.101074218750 +0.000000000000 0.195312500000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.542968750000 0.091796875000 0.000000000000 +0.034179687500 0.000000000000 0.000000000000 0.150390625000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.013977050781 0.000165939331 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.014648437500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.031738281250 0.000000000000 0.289062500000 0.086425781250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000402450562 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.004394531250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.250000000000 +0.111816406250 0.110351562500 0.000000000000 0.000000000000 +0.162109375000 0.000000000000 0.269531250000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.099121093750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.031005859375 0.000000000000 +0.000000000000 0.058105468750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.265625000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.061035156250 0.000000000000 0.194335937500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.112304687500 0.000000000000 0.000000000000 +0.000000000000 0.037109375000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.050537109375 0.131835937500 0.057617187500 0.111328125000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.005676269531 0.000000000000 0.000000000000 0.087890625000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.006896972656 0.000000000000 0.330078125000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.216796875000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.077636718750 0.000000000000 0.010192871094 +0.000000000000 0.000000000000 0.267578125000 0.000000000000 +0.007141113281 0.201171875000 0.000000000000 0.134765625000 +0.007873535156 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.091796875000 0.000000000000 0.224609375000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.035400390625 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.081542968750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.055664062500 0.003601074219 0.000000000000 +0.000000000000 0.088867187500 0.000000000000 0.249023437500 +0.206054687500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.051025390625 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.092773437500 +0.000000000000 0.281250000000 0.400390625000 0.062011718750 +0.000000000000 0.116210937500 0.000000000000 0.000000000000 +0.000000000000 0.000071048737 0.000000000000 0.022705078125 +0.111328125000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.271484375000 0.000000000000 0.044921875000 +0.000000000000 0.000000000000 0.037597656250 0.000000000000 +0.000000000000 0.184570312500 0.000000000000 0.235351562500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.259765625000 0.000000000000 +0.168945312500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.035644531250 0.000000000000 0.000000000000 0.044433593750 +0.000000000000 0.000000000000 0.000000000000 0.042480468750 +0.044433593750 0.140625000000 0.069335937500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.137695312500 0.000000000000 +0.137695312500 0.000000000000 0.061035156250 0.015747070312 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.106933593750 +0.000000000000 0.000000000000 0.085449218750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.060302734375 0.000000000000 +0.000000000000 0.000000000000 0.052490234375 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.184570312500 +0.246093750000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.124511718750 0.000000000000 0.000000000000 0.195312500000 +0.324218750000 0.199218750000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.074707031250 0.224609375000 +0.000000000000 0.355468750000 0.000000000000 0.146484375000 +0.312500000000 0.267578125000 0.128906250000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.153320312500 0.056640625000 +0.016967773438 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.109375000000 +0.083496093750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.057373046875 0.230468750000 +0.002746582031 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.247070312500 0.000000000000 +0.069335937500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.099609375000 0.000000000000 0.127929687500 +0.000000000000 0.000000000000 0.000000000000 0.025512695312 +0.000000000000 0.000000000000 0.000000000000 0.023193359375 +0.000000000000 0.000000000000 0.211914062500 0.000000000000 +0.225585937500 0.000000000000 0.000000000000 0.038574218750 +0.000000000000 0.027587890625 0.044433593750 0.427734375000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.032226562500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.109863281250 0.057861328125 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.279296875000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.151367187500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.092285156250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.082519531250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.102539062500 0.115234375000 0.000000000000 +0.000000000000 0.000000000000 0.184570312500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.180664062500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.142578125000 0.000000000000 0.000000000000 +0.000000000000 0.161132812500 0.038085937500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.095214843750 0.168945312500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.190429687500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.168945312500 0.000000000000 0.000000000000 0.000000000000 +0.072753906250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.108886718750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.241210937500 +0.000000000000 0.044677734375 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.024780273438 +0.043945312500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.187500000000 0.000000000000 0.291015625000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.279296875000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.205078125000 0.000000000000 0.000000000000 +0.195312500000 0.097656250000 0.253906250000 0.174804687500 +0.016723632812 0.061279296875 0.114257812500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.087890625000 0.000000000000 0.000000000000 +0.218750000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.058837890625 0.000000000000 0.016723632812 +0.090820312500 0.000000000000 0.144531250000 0.353515625000 +0.507812500000 0.228515625000 0.068359375000 0.038085937500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.015869140625 +0.000789642334 0.176757812500 0.000000000000 0.000000000000 +0.000000000000 0.074218750000 0.087402343750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.145507812500 0.000000000000 0.000000000000 0.000000000000 +0.228515625000 0.000000000000 0.140625000000 0.078613281250 +0.248046875000 0.279296875000 0.000000000000 0.067382812500 +0.199218750000 0.141601562500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.253906250000 0.000000000000 +0.056640625000 0.000000000000 0.000000000000 0.010925292969 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.181640625000 0.000000000000 0.000000000000 +0.000000000000 0.045654296875 0.104492187500 0.000000000000 +0.000000000000 0.086914062500 0.000000000000 0.000000000000 +0.277343750000 0.000000000000 0.050781250000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.060302734375 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.083984375000 0.173828125000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.035400390625 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.237304687500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.030273437500 0.000000000000 0.000000000000 0.000000000000 +0.042724609375 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.072265625000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.224609375000 0.160156250000 +0.020263671875 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.078125000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.066406250000 +0.096191406250 0.079589843750 0.232421875000 0.053466796875 +0.108886718750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.002471923828 0.210937500000 +0.091796875000 0.120117187500 0.000000000000 0.012573242188 +0.000000000000 0.088867187500 0.089355468750 0.199218750000 +0.002853393555 0.156250000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.068359375000 +0.152343750000 0.228515625000 0.072265625000 0.104980468750 +0.296875000000 0.128906250000 0.228515625000 0.211914062500 +0.283203125000 0.062500000000 0.000000000000 0.007293701172 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.153320312500 0.068359375000 +0.226562500000 0.125976562500 0.184570312500 0.052246093750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.064453125000 0.000000000000 0.004425048828 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.148437500000 0.144531250000 0.140625000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.204101562500 0.136718750000 0.222656250000 0.015869140625 +0.023803710938 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.101562500000 0.265625000000 0.062011718750 +0.040527343750 0.083007812500 0.000000000000 0.088867187500 +0.026123046875 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.066894531250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.071777343750 0.143554687500 +0.025268554688 0.078613281250 0.000000000000 0.026733398438 +0.000000000000 0.011596679688 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.023437500000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.081542968750 0.134765625000 0.213867187500 0.146484375000 +0.217773437500 0.039062500000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.041259765625 0.213867187500 +0.000000000000 0.000000000000 0.000000000000 0.059326171875 +0.160156250000 0.221679687500 0.135742187500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.050292968750 +0.163085937500 0.392578125000 0.193359375000 0.154296875000 +0.102050781250 0.039794921875 0.016235351562 0.077636718750 +0.291015625000 0.013732910156 0.062988281250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.007629394531 +0.000000000000 0.126953125000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.087890625000 0.000000000000 0.000000000000 0.024047851562 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.059326171875 0.021728515625 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.145507812500 0.189453125000 0.214843750000 +0.091308593750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.180664062500 0.208007812500 +0.306640625000 0.000000000000 0.000000000000 0.000000000000 +0.087402343750 0.000000000000 0.000000000000 0.157226562500 +0.010314941406 0.000000000000 0.100585937500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.148437500000 0.353515625000 0.427734375000 0.292968750000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.020385742188 0.192382812500 0.059082031250 0.078613281250 +0.000000000000 0.005249023438 0.000000000000 0.000000000000 +0.000000000000 0.145507812500 0.228515625000 0.265625000000 +0.079101562500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.016723632812 0.000000000000 +0.104980468750 0.041503906250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.261718750000 +0.043212890625 0.215820312500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.034179687500 +0.118164062500 0.000000000000 0.068847656250 0.061767578125 +0.075683593750 0.255859375000 0.000000000000 0.019897460938 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.013977050781 0.039794921875 0.195312500000 0.145507812500 +0.221679687500 0.182617187500 0.003280639648 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.064453125000 +0.000000000000 0.115234375000 0.126953125000 0.155273437500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.090820312500 0.071289062500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.105957031250 0.000000000000 +0.000000000000 0.000000000000 0.039794921875 0.149414062500 +0.174804687500 0.484375000000 0.137695312500 0.097167968750 +0.094726562500 0.049316406250 0.010559082031 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.220703125000 0.273437500000 0.277343750000 0.322265625000 +0.156250000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.069335937500 0.102050781250 +0.228515625000 0.084472656250 0.086425781250 0.000000000000 +0.056884765625 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.048339843750 0.121093750000 0.120117187500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.087890625000 0.228515625000 +0.378906250000 0.116210937500 0.084472656250 0.000000000000 +0.000000000000 0.000000000000 0.028564453125 0.101074218750 +0.157226562500 0.199218750000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.019897460938 0.134765625000 +0.150390625000 0.111816406250 0.065917968750 0.117187500000 +0.000000000000 0.071777343750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.082519531250 +0.000000000000 0.107910156250 0.160156250000 0.000000000000 +0.068847656250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.193359375000 +0.277343750000 0.100585937500 0.154296875000 0.006958007812 +0.000000000000 0.009216308594 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.032958984375 0.000000000000 0.175781250000 +0.000000000000 0.093750000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.168945312500 +0.067382812500 0.000000000000 0.000564575195 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.023437500000 0.000000000000 0.150390625000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.068847656250 0.166992187500 0.237304687500 0.132812500000 +0.201171875000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.002365112305 +0.000000000000 0.014099121094 0.025390625000 0.107910156250 +0.055664062500 0.003677368164 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.111816406250 0.001106262207 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.227539062500 0.265625000000 0.115234375000 0.142578125000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.056884765625 0.042724609375 +0.275390625000 0.369140625000 0.371093750000 0.062255859375 +0.157226562500 0.000000000000 0.000000000000 0.125000000000 +0.000000000000 0.000000000000 0.005676269531 0.085937500000 +0.237304687500 0.363281250000 0.367187500000 0.255859375000 +0.033447265625 0.036132812500 0.000000000000 0.000000000000 +0.000000000000 0.083496093750 0.093261718750 0.298828125000 +0.271484375000 0.108886718750 0.060791015625 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.004486083984 +0.026367187500 0.339843750000 0.247070312500 0.018554687500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.132812500000 +0.275390625000 0.328125000000 0.006439208984 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.002273559570 +0.053955078125 0.000000000000 0.027832031250 0.180664062500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.009887695312 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.008666992188 0.000000000000 0.000904083252 0.013183593750 +0.072753906250 0.062011718750 0.012512207031 0.000000000000 +0.255859375000 0.205078125000 0.193359375000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.019531250000 +0.000000000000 0.000000000000 0.045410156250 0.147460937500 +0.202148437500 0.292968750000 0.081054687500 0.000000000000 +0.000000000000 0.061767578125 0.214843750000 0.165039062500 +0.176757812500 0.115722656250 0.294921875000 0.310546875000 +0.077636718750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.012451171875 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.267578125000 0.151367187500 +0.175781250000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.136718750000 0.142578125000 0.054931640625 +0.082519531250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.137695312500 0.239257812500 +0.160156250000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.114746093750 +0.147460937500 0.159179687500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.251953125000 +0.182617187500 0.163085937500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.091796875000 0.206054687500 0.000000000000 0.009582519531 +0.000000000000 0.000000000000 0.120117187500 0.164062500000 +0.026245117188 0.000000000000 0.000000000000 0.064453125000 +0.007476806641 0.067382812500 0.000000000000 0.000000000000 +0.083007812500 0.000000000000 0.000000000000 0.000000000000 +0.085937500000 0.000000000000 0.184570312500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.014343261719 0.000000000000 0.069824218750 +0.069824218750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.144531250000 +0.018798828125 0.006378173828 0.031250000000 0.107910156250 +0.021728515625 0.155273437500 0.046630859375 0.084960937500 +0.083984375000 0.163085937500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.056640625000 0.000000000000 +0.039794921875 0.000000000000 0.000000000000 0.117187500000 +0.248046875000 0.187500000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.020507812500 0.104003906250 +0.269531250000 0.056396484375 0.164062500000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.024291992188 0.035644531250 0.060546875000 0.070800781250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.046386718750 0.127929687500 0.235351562500 +0.123535156250 0.039794921875 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.225585937500 0.214843750000 0.179687500000 0.058105468750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000949859619 0.000000000000 0.038574218750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.100097656250 0.016601562500 0.000000000000 +0.000000000000 0.112304687500 0.119140625000 0.253906250000 +0.271484375000 0.298828125000 0.216796875000 0.229492187500 +0.034179687500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.070800781250 0.177734375000 +0.189453125000 0.283203125000 0.128906250000 0.037841796875 +0.010314941406 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.078125000000 0.110839843750 0.061035156250 +0.018432617188 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.034179687500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.155273437500 0.132812500000 +0.117675781250 0.100585937500 0.007873535156 0.050781250000 +0.171875000000 0.359375000000 0.396484375000 0.447265625000 +0.219726562500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.087402343750 0.026855468750 0.000000000000 0.069335937500 +0.123046875000 0.151367187500 0.199218750000 0.086425781250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.012756347656 0.000000000000 0.000000000000 +0.018066406250 0.000000000000 0.122070312500 0.251953125000 +0.156250000000 0.271484375000 0.191406250000 0.197265625000 +0.170898437500 0.296875000000 0.118652343750 0.088378906250 +0.000000000000 0.000000000000 0.051513671875 0.000000000000 +0.324218750000 0.232421875000 0.318359375000 0.060302734375 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.079589843750 +0.000000000000 0.000000000000 0.185546875000 0.339843750000 +0.000000000000 0.040771484375 0.000000000000 0.000000000000 +0.022949218750 0.062011718750 0.020141601562 0.000000000000 +0.068359375000 0.000000000000 0.000000000000 0.025512695312 +0.000000000000 0.000000000000 0.009887695312 0.039794921875 +0.110351562500 0.082031250000 0.062988281250 0.000000000000 +0.038574218750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.037353515625 0.000000000000 0.000000000000 +0.000000000000 0.023803710938 0.058837890625 0.281250000000 +0.093750000000 0.130859375000 0.000000000000 0.000000000000 +0.000000000000 0.040771484375 0.113769531250 0.000000000000 +0.083984375000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.044677734375 0.100585937500 0.207031250000 +0.115234375000 0.185546875000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.051025390625 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.077148437500 0.069824218750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.087890625000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.148437500000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.029174804688 0.083984375000 0.000000000000 0.000000000000 +0.001800537109 0.068359375000 0.000000000000 0.000000000000 +0.237304687500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.053955078125 0.013488769531 +0.036865234375 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.013793945312 0.194335937500 0.007476806641 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.179687500000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.114746093750 0.151367187500 0.000000000000 +0.084960937500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.267578125000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.002304077148 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.110351562500 0.008239746094 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.018066406250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.016357421875 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.015747070312 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.047363281250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.079101562500 0.000000000000 0.029052734375 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.106445312500 +0.126953125000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.066894531250 0.000000000000 0.000000000000 0.000161170959 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.153320312500 0.398437500000 0.165039062500 +0.091308593750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.001983642578 0.111328125000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.065917968750 0.000000000000 0.000000000000 +0.134765625000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.083496093750 +0.126953125000 0.144531250000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.066406250000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.033935546875 0.153320312500 +0.102050781250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.029296875000 +0.000000000000 0.369140625000 0.296875000000 0.034179687500 +0.000000000000 0.089355468750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.001518249512 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.170898437500 +0.416015625000 0.184570312500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.018066406250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.093750000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.039062500000 +0.000000000000 0.000000000000 0.082031250000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.118164062500 0.216796875000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.027221679688 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.250000000000 0.190429687500 0.061767578125 +0.240234375000 0.039550781250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.025390625000 0.031494140625 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.124023437500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.211914062500 0.363281250000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.203125000000 0.378906250000 0.241210937500 +0.004852294922 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.150390625000 +0.065917968750 0.008239746094 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.099121093750 0.156250000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.110351562500 0.257812500000 0.027099609375 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.020751953125 +0.021362304688 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.076660156250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.065429687500 0.018066406250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.010070800781 0.155273437500 0.000000000000 +0.000000000000 0.000000000000 0.007995605469 0.000000000000 +0.018432617188 0.010559082031 0.320312500000 0.304687500000 +0.042480468750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.104980468750 +0.205078125000 0.000000000000 0.012695312500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.047607421875 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.101074218750 +0.015136718750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.320312500000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.040039062500 +0.143554687500 0.049316406250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.163085937500 0.117675781250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.127929687500 +0.024902343750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.055175781250 0.000000000000 0.000000000000 0.000000000000 +0.086425781250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.032470703125 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.242187500000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.035156250000 0.044677734375 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.031982421875 0.142578125000 0.244140625000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.016967773438 +0.326171875000 0.181640625000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.059814453125 0.300781250000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.071289062500 0.261718750000 0.007629394531 0.084960937500 +0.005035400391 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.089843750000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.192382812500 0.090332031250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.055419921875 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.028686523438 0.347656250000 0.671875000000 +0.488281250000 0.008300781250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.023071289062 0.152343750000 0.000000000000 0.013671875000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.039794921875 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.008972167969 0.000000000000 0.000000000000 0.052246093750 +0.000000000000 0.144531250000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.423828125000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.492187500000 +0.066894531250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.051757812500 0.000000000000 0.046875000000 +0.118652343750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.170898437500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.104003906250 0.077148437500 0.031250000000 0.000000000000 +0.000000000000 0.117675781250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.201171875000 0.190429687500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.054931640625 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.076171875000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.084960937500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.024536132812 +0.000000000000 0.000000000000 0.170898437500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.078613281250 +0.000000000000 0.016845703125 0.000000000000 0.014343261719 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.050781250000 +0.000000000000 0.236328125000 0.000000000000 0.000000000000 +0.049316406250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.183593750000 0.000000000000 0.371093750000 0.111328125000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.098144531250 0.176757812500 +0.028198242188 0.000000000000 0.000000000000 0.000000000000 +0.072265625000 0.083984375000 0.000000000000 0.000000000000 +0.000000000000 0.148437500000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.065917968750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.154296875000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.079101562500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.094238281250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.194335937500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.004364013672 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.016845703125 0.154296875000 0.076660156250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.106445312500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.029174804688 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.097167968750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.193359375000 0.000000000000 0.000000000000 0.068359375000 +0.000000000000 0.000000000000 0.158203125000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.232421875000 0.067871093750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.068847656250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.116699218750 0.017456054688 0.162109375000 +0.038085937500 0.029785156250 0.221679687500 0.000000000000 +0.166992187500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.416015625000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.107421875000 0.008789062500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.028564453125 0.000000000000 +0.104492187500 0.000000000000 0.000000000000 0.000000000000 +0.079101562500 0.000000000000 0.000000000000 0.104492187500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.151367187500 0.151367187500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.041259765625 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.478515625000 0.124511718750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.053466796875 0.000000000000 0.039306640625 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.179687500000 0.000000000000 0.021606445312 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.020019531250 0.012084960938 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.051513671875 0.000000000000 0.000000000000 +0.169921875000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.200195312500 0.000000000000 0.000000000000 0.174804687500 +0.000000000000 0.000000000000 0.000000000000 0.142578125000 +0.000000000000 0.000000000000 0.006835937500 0.000000000000 +0.431640625000 0.097656250000 0.005401611328 0.087402343750 +0.000000000000 0.000000000000 0.000000000000 0.004852294922 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.097656250000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.025390625000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.158203125000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.074707031250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.076171875000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.263671875000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.207031250000 0.000000000000 +0.000000000000 0.113769531250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.060058593750 0.251953125000 0.000000000000 +0.000000000000 0.120117187500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.032958984375 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.208984375000 0.085937500000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.208984375000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.209960937500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.193359375000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.224609375000 0.043457031250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.226562500000 0.044921875000 0.124511718750 0.063964843750 +0.208007812500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.069335937500 0.094238281250 0.016113281250 0.124511718750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.257812500000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.304687500000 +0.208984375000 0.029663085938 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.042724609375 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.048828125000 0.000000000000 0.000000000000 +0.008605957031 0.048339843750 0.114746093750 0.071777343750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.255859375000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.066894531250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.053222656250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.024169921875 0.455078125000 0.773437500000 0.523437500000 +0.079589843750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.021972656250 +0.316406250000 0.183593750000 0.060058593750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.052734375000 0.000000000000 0.213867187500 +0.308593750000 0.000000000000 0.110351562500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.433593750000 0.054199218750 0.043457031250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.206054687500 0.519531250000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.090332031250 0.000000000000 0.074707031250 +0.023437500000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.159179687500 +0.009887695312 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.078613281250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.100097656250 0.123046875000 0.000000000000 0.015747070312 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.155273437500 0.193359375000 0.500000000000 0.119140625000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.112792968750 0.110839843750 0.000000000000 +0.128906250000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.048828125000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.055175781250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.091308593750 0.000000000000 0.000000000000 0.020874023438 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.079589843750 0.161132812500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.026611328125 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.216796875000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.060302734375 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.014953613281 0.217773437500 0.070800781250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.098632812500 0.406250000000 0.040283203125 +0.038818359375 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.048095703125 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.032226562500 +0.007934570312 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.065429687500 0.000000000000 0.000000000000 0.000000000000 +0.078613281250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.026000976562 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.016967773438 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.267578125000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.138671875000 0.094726562500 0.054687500000 +0.055419921875 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.188476562500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.034912109375 0.000000000000 0.083984375000 0.146484375000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.027709960938 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.101074218750 0.231445312500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.029296875000 0.140625000000 +0.056884765625 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.018676757812 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.316406250000 +0.077148437500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.148437500000 0.345703125000 +0.063476562500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.095703125000 +0.022460937500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.120605468750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.049072265625 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.020141601562 0.027343750000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.110351562500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.257812500000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.031982421875 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.302734375000 0.296875000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.017700195312 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.304687500000 0.177734375000 +0.158203125000 0.100585937500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.016967773438 0.054931640625 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.195312500000 0.237304687500 0.108398437500 0.022827148438 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.059326171875 0.146484375000 0.012695312500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.115722656250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.100097656250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.029418945312 0.000000000000 0.036376953125 +0.124511718750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.045654296875 0.066406250000 0.000000000000 0.016113281250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.048339843750 +0.000000000000 0.204101562500 0.167968750000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.004760742188 +0.153320312500 0.180664062500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.074218750000 +0.041503906250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.097656250000 0.263671875000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.102539062500 0.000000000000 +0.000000000000 0.000000000000 0.068359375000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.143554687500 0.251953125000 0.000000000000 0.113769531250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.402343750000 +0.186523437500 0.000000000000 0.000000000000 0.121582031250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.188476562500 0.000000000000 +0.000000000000 0.076660156250 0.000000000000 0.000000000000 +0.535156250000 0.140625000000 0.000000000000 0.003448486328 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.049072265625 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.208007812500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.124023437500 +0.231445312500 0.100585937500 0.000000000000 0.000000000000 +0.000000000000 0.010070800781 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.038085937500 0.000000000000 0.000000000000 0.000000000000 +0.241210937500 0.118652343750 0.000000000000 0.149414062500 +0.238281250000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.072753906250 0.113769531250 +0.152343750000 0.265625000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.035400390625 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.033691406250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.056396484375 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.002975463867 0.026733398438 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.149414062500 +0.000000000000 0.000000000000 0.000000000000 0.138671875000 +0.000000000000 0.000000000000 0.000000000000 0.166992187500 +0.102050781250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.185546875000 +0.000000000000 0.000000000000 0.083984375000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.044189453125 0.078613281250 0.000000000000 +0.263671875000 0.163085937500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.068847656250 0.000000000000 0.058593750000 +0.193359375000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.008911132812 0.013916015625 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.167968750000 0.000000000000 +0.021118164062 0.004699707031 0.000000000000 0.000000000000 +0.141601562500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.193359375000 0.255859375000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.063964843750 +0.023193359375 0.023071289062 0.265625000000 0.113281250000 +0.000000000000 0.000000000000 0.086425781250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.094238281250 +0.126953125000 0.170898437500 0.000000000000 0.000000000000 +0.039794921875 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.046386718750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.078613281250 +0.081054687500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.011474609375 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.016479492188 0.019653320312 0.078613281250 +0.188476562500 0.108398437500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.232421875000 0.351562500000 +0.039306640625 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.100585937500 0.008483886719 0.000000000000 +0.000000000000 0.148437500000 0.000000000000 0.000000000000 +0.000000000000 0.079589843750 0.000000000000 0.000000000000 +0.117187500000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.073730468750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.010925292969 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000339508057 +0.014343261719 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.011840820312 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.204101562500 0.122558593750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.063476562500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.209960937500 0.002395629883 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.061523437500 0.269531250000 0.031738281250 +0.140625000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.025268554688 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.010620117188 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.070312500000 +0.092773437500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.014953613281 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.019653320312 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.008728027344 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.155273437500 0.159179687500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.087890625000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.184570312500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.069824218750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.144531250000 0.097167968750 +0.013732910156 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.065917968750 +0.019042968750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.092285156250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.022094726562 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.047119140625 0.167968750000 0.037841796875 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.060302734375 0.000000000000 0.000000000000 +0.000000000000 0.108886718750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.073242187500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.075195312500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.020874023438 0.000000000000 0.230468750000 +0.101074218750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.055664062500 0.198242187500 0.067871093750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.006988525391 0.000000000000 0.002975463867 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.174804687500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.079101562500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.066406250000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.064941406250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.107421875000 +0.229492187500 0.088378906250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.047363281250 0.167968750000 0.039794921875 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.057861328125 0.161132812500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.109863281250 +0.088867187500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.267578125000 +0.320312500000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.058593750000 0.044189453125 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.118652343750 0.021850585938 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.087402343750 0.203125000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.019409179688 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.016967773438 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.040527343750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.079589843750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.143554687500 0.300781250000 0.206054687500 0.084960937500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.068359375000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.066894531250 0.015869140625 0.000000000000 +0.000000000000 0.079101562500 0.108886718750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.064453125000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.008789062500 0.102050781250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.001953125000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.072265625000 0.251953125000 +0.054687500000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.072753906250 0.386718750000 0.291015625000 +0.249023437500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.140625000000 +0.118164062500 0.041503906250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000968933105 0.058349609375 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.024536132812 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 diff --git a/AI_Engine_Development/AIE-MLv2/Design_Tutorials/01-Radio-ML/aie/conv1d_w1/data/weights-rtp.txt b/AI_Engine_Development/AIE-MLv2/Design_Tutorials/01-Radio-ML/aie/conv1d_w1/data/weights-rtp.txt new file mode 100644 index 0000000000..1f1f731141 --- /dev/null +++ b/AI_Engine_Development/AIE-MLv2/Design_Tutorials/01-Radio-ML/aie/conv1d_w1/data/weights-rtp.txt @@ -0,0 +1,896 @@ +-0.002853393555 +-0.031494140625 +0.049804687500 +-0.090332031250 +0.011840820312 +-0.110351562500 +-0.109863281250 +-0.064941406250 +0.024291992188 +0.016113281250 +0.011291503906 +0.162109375000 +-0.083496093750 +-0.104980468750 +-0.068847656250 +0.040283203125 +0.176757812500 +0.018798828125 +-0.063476562500 +0.030761718750 +-0.061767578125 +-0.098144531250 +0.099121093750 +0.089843750000 +-0.025512695312 +0.049072265625 +0.125976562500 +0.095214843750 +0.000564575195 +0.041015625000 +0.077148437500 +0.012512207031 +0.103027343750 +-0.066406250000 +-0.051269531250 +-0.112304687500 +0.074707031250 +-0.044677734375 +-0.069335937500 +0.134765625000 +-0.046875000000 +-0.036132812500 +0.161132812500 +0.039794921875 +-0.042968750000 +-0.011535644531 +0.050781250000 +-0.091308593750 +0.004669189453 +-0.080566406250 +0.052978515625 +-0.111816406250 +-0.167968750000 +0.005462646484 +-0.104003906250 +0.056640625000 +-0.016113281250 +0.086425781250 +-0.009277343750 +-0.034912109375 +-0.100097656250 +-0.091308593750 +0.118164062500 +-0.064453125000 +-0.044189453125 +-0.079101562500 +0.074707031250 +0.109375000000 +-0.105468750000 +-0.121093750000 +0.038818359375 +0.110839843750 +-0.143554687500 +0.116210937500 +-0.080566406250 +-0.073730468750 +0.062011718750 +0.075195312500 +-0.090820312500 +-0.071777343750 +0.059814453125 +-0.046875000000 +0.125000000000 +0.046142578125 +-0.047363281250 +0.134765625000 +0.051513671875 +0.011840820312 +-0.131835937500 +0.043945312500 +0.061035156250 +-0.021606445312 +-0.105468750000 +-0.018310546875 +0.200195312500 +-0.126953125000 +-0.099609375000 +0.171875000000 +-0.103515625000 +-0.044921875000 +0.146484375000 +-0.107910156250 +-0.078613281250 +0.013183593750 +0.054199218750 +0.019287109375 +-0.089843750000 +-0.116210937500 +0.054443359375 +0.028686523438 +0.015563964844 +0.106445312500 +0.095703125000 +-0.198242187500 +0.016113281250 +-0.094726562500 +0.009704589844 +-0.178710937500 +-0.110839843750 +-0.058349609375 +-0.006896972656 +0.030639648438 +0.022460937500 +-0.027587890625 +-0.104980468750 +0.057617187500 +0.130859375000 +-0.051269531250 +-0.125000000000 +0.049560546875 +0.054687500000 +-0.048095703125 +0.002273559570 +-0.091796875000 +-0.119628906250 +-0.000167846680 +0.092285156250 +0.061279296875 +0.102050781250 +0.190429687500 +0.214843750000 +0.011108398438 +-0.023437500000 +-0.086425781250 +-0.042968750000 +-0.158203125000 +-0.063476562500 +0.064941406250 +-0.026245117188 +0.046630859375 +-0.031005859375 +-0.017822265625 +0.083984375000 +0.121582031250 +-0.012939453125 +0.017822265625 +-0.084960937500 +0.025878906250 +0.073242187500 +-0.001670837402 +0.077636718750 +0.004943847656 +0.021606445312 +-0.097656250000 +0.074707031250 +0.053710937500 +-0.223632812500 +0.074707031250 +-0.086425781250 +-0.009094238281 +0.090820312500 +0.003036499023 +-0.085937500000 +-0.030029296875 +-0.006652832031 +-0.110839843750 +-0.009643554688 +0.015747070312 +0.071777343750 +0.176757812500 +-0.130859375000 +-0.022949218750 +0.131835937500 +0.019409179688 +0.092773437500 +0.096191406250 +-0.076660156250 +-0.057128906250 +-0.101562500000 +-0.111816406250 +0.088378906250 +-0.021728515625 +-0.077148437500 +-0.091796875000 +0.064453125000 +0.069335937500 +-0.106933593750 +-0.081054687500 +-0.022094726562 +0.023803710938 +0.066406250000 +0.024902343750 +0.028320312500 +-0.060058593750 +-0.016845703125 +0.011535644531 +-0.086425781250 +-0.016845703125 +-0.103027343750 +-0.033447265625 +-0.048095703125 +-0.016723632812 +-0.037353515625 +0.017333984375 +-0.007812500000 +0.019042968750 +0.088867187500 +-0.055175781250 +0.014404296875 +-0.110839843750 +0.071777343750 +-0.005645751953 +-0.029052734375 +-0.143554687500 +-0.047119140625 +-0.071289062500 +-0.055664062500 +0.091308593750 +0.194335937500 +-0.064941406250 +0.064941406250 +0.020019531250 +0.135742187500 +0.014709472656 +-0.017333984375 +-0.124511718750 +-0.014648437500 +0.066406250000 +0.040527343750 +0.099609375000 +0.114257812500 +0.066894531250 +-0.036865234375 +0.162109375000 +-0.022827148438 +-0.106445312500 +0.132812500000 +-0.144531250000 +0.016113281250 +0.064941406250 +0.103027343750 +-0.072753906250 +-0.125000000000 +0.067871093750 +0.094726562500 +-0.088867187500 +-0.007812500000 +0.046630859375 +-0.056152343750 +-0.010375976562 +0.030029296875 +0.025512695312 +-0.042236328125 +-0.020996093750 +-0.088867187500 +0.091308593750 +0.111328125000 +0.142578125000 +0.007293701172 +-0.023681640625 +0.071289062500 +-0.034912109375 +-0.062988281250 +-0.008056640625 +-0.024780273438 +0.061767578125 +0.005096435547 +0.054931640625 +-0.017456054688 +-0.062988281250 +0.048583984375 +0.084960937500 +-0.042480468750 +-0.030273437500 +-0.001075744629 +-0.121582031250 +-0.034912109375 +0.027221679688 +0.070800781250 +0.040527343750 +-0.034912109375 +0.059326171875 +0.054199218750 +-0.104003906250 +0.012512207031 +0.005798339844 +-0.053222656250 +-0.037353515625 +0.003677368164 +-0.075195312500 +-0.024902343750 +0.010620117188 +0.039306640625 +-0.054199218750 +-0.010559082031 +-0.090820312500 +-0.020874023438 +0.083007812500 +-0.041748046875 +0.013793945312 +0.053710937500 +0.091796875000 +0.056152343750 +0.064453125000 +-0.077636718750 +-0.109375000000 +-0.084472656250 +-0.188476562500 +0.066894531250 +0.004547119141 +-0.033203125000 +0.015747070312 +-0.018798828125 +0.024169921875 +-0.101074218750 +0.083496093750 +-0.064453125000 +0.106445312500 +0.020019531250 +-0.030273437500 +0.100097656250 +0.020996093750 +0.011535644531 +0.043701171875 +-0.063476562500 +0.012512207031 +0.058349609375 +-0.062011718750 +-0.129882812500 +-0.040527343750 +-0.041259765625 +-0.044921875000 +0.038085937500 +0.034423828125 +0.078125000000 +0.062500000000 +0.036621093750 +-0.032714843750 +0.011840820312 +0.026611328125 +-0.048339843750 +-0.154296875000 +0.032714843750 +-0.062011718750 +-0.027465820312 +0.110351562500 +0.128906250000 +0.116699218750 +-0.030883789062 +0.031494140625 +0.080566406250 +0.023315429688 +-0.012329101562 +-0.034912109375 +-0.035644531250 +0.043212890625 +0.023559570312 +0.118164062500 +-0.024169921875 +0.074218750000 +-0.052490234375 +-0.043457031250 +-0.025878906250 +-0.006164550781 +-0.028442382812 +-0.124023437500 +-0.061767578125 +0.083496093750 +-0.186523437500 +-0.049560546875 +0.016479492188 +0.003967285156 +-0.061279296875 +-0.015014648438 +-0.011047363281 +0.082519531250 +0.000576019287 +0.038818359375 +0.019165039062 +-0.007812500000 +-0.055419921875 +-0.122070312500 +-0.116699218750 +0.145507812500 +0.112304687500 +0.030029296875 +-0.166992187500 +-0.009216308594 +0.139648437500 +-0.053710937500 +-0.067382812500 +0.025756835938 +0.110839843750 +0.023559570312 +-0.043212890625 +0.016723632812 +0.047119140625 +-0.050292968750 +-0.032958984375 +-0.023193359375 +-0.011718750000 +-0.104980468750 +-0.009948730469 +-0.040039062500 +-0.041015625000 +-0.093261718750 +-0.012573242188 +0.062988281250 +0.026977539062 +0.148437500000 +0.071289062500 +0.017456054688 +-0.017089843750 +-0.091308593750 +-0.029663085938 +-0.048583984375 +-0.028442382812 +-0.119628906250 +0.012451171875 +0.049072265625 +0.056884765625 +-0.063964843750 +-0.039550781250 +-0.027343750000 +-0.033203125000 +-0.250000000000 +0.014953613281 +0.014709472656 +-0.061523437500 +0.060791015625 +0.058837890625 +0.097656250000 +-0.112304687500 +-0.070312500000 +-0.097656250000 +-0.048095703125 +0.059570312500 +0.059814453125 +-0.017944335938 +0.034423828125 +-0.076660156250 +-0.056640625000 +-0.027221679688 +0.029907226562 +-0.059082031250 +0.126953125000 +0.058593750000 +-0.060302734375 +0.086425781250 +-0.006378173828 +0.039550781250 +0.117675781250 +-0.099121093750 +0.058593750000 +0.108398437500 +-0.047607421875 +0.050048828125 +-0.061523437500 +0.052490234375 +-0.124023437500 +0.073730468750 +0.051269531250 +0.072753906250 +0.099609375000 +-0.022705078125 +0.055664062500 +-0.099121093750 +-0.144531250000 +-0.095214843750 +0.036865234375 +-0.009094238281 +-0.034912109375 +0.003936767578 +0.145507812500 +0.109863281250 +0.123046875000 +-0.019042968750 +0.006561279297 +0.065917968750 +0.072265625000 +-0.020507812500 +-0.055419921875 +0.025024414062 +0.022338867188 +-0.021118164062 +0.020385742188 +-0.095214843750 +0.030029296875 +-0.014038085938 +0.049072265625 +0.013183593750 +0.116699218750 +0.005279541016 +-0.143554687500 +-0.077148437500 +0.095703125000 +-0.038330078125 +-0.011596679688 +-0.098144531250 +0.035644531250 +-0.021972656250 +-0.000682830811 +0.187500000000 +0.101562500000 +-0.021362304688 +0.064941406250 +-0.014709472656 +0.112792968750 +-0.108886718750 +-0.058837890625 +0.042480468750 +0.083984375000 +0.082519531250 +0.011047363281 +0.121582031250 +0.037109375000 +-0.002716064453 +-0.073730468750 +0.027954101562 +0.012512207031 +0.078613281250 +0.045898437500 +-0.011840820312 +0.150390625000 +0.024291992188 +-0.087402343750 +-0.046386718750 +0.035400390625 +-0.083984375000 +-0.033935546875 +0.080566406250 +0.068359375000 +-0.088867187500 +0.017700195312 +-0.080566406250 +0.050781250000 +0.058837890625 +-0.056152343750 +0.015502929688 +0.076660156250 +0.019165039062 +-0.085937500000 +0.010986328125 +-0.048339843750 +-0.118164062500 +-0.108398437500 +0.123046875000 +0.053710937500 +-0.063964843750 +-0.104003906250 +0.005706787109 +-0.035888671875 +-0.021972656250 +0.089355468750 +0.090332031250 +0.060302734375 +0.056884765625 +0.078613281250 +0.011596679688 +0.043212890625 +-0.025756835938 +-0.048583984375 +0.023925781250 +-0.115722656250 +-0.077636718750 +0.024047851562 +-0.044433593750 +0.006744384766 +-0.057128906250 +-0.100097656250 +0.033935546875 +0.013366699219 +-0.125976562500 +0.050292968750 +0.116210937500 +-0.040527343750 +0.089355468750 +-0.022216796875 +0.013427734375 +0.077148437500 +-0.036376953125 +0.083984375000 +-0.025512695312 +-0.022705078125 +-0.062988281250 +-0.096191406250 +-0.053955078125 +-0.156250000000 +0.092773437500 +0.046142578125 +0.048828125000 +0.066894531250 +-0.052246093750 +0.038818359375 +0.082031250000 +0.094238281250 +-0.009521484375 +0.030029296875 +0.054931640625 +-0.031982421875 +0.062500000000 +-0.043212890625 +-0.013061523438 +0.090332031250 +0.012695312500 +-0.041503906250 +0.013488769531 +0.028320312500 +0.091308593750 +-0.011413574219 +0.004943847656 +0.027343750000 +0.020996093750 +0.059326171875 +-0.147460937500 +0.111816406250 +-0.060302734375 +-0.130859375000 +-0.003570556641 +0.108398437500 +-0.148437500000 +-0.058349609375 +-0.050537109375 +0.107910156250 +0.011291503906 +0.017578125000 +-0.015991210938 +-0.015136718750 +0.061279296875 +0.120605468750 +-0.074707031250 +0.119140625000 +0.046875000000 +0.174804687500 +-0.031250000000 +0.152343750000 +0.007751464844 +-0.007415771484 +0.000907897949 +0.094238281250 +0.044921875000 +-0.121582031250 +-0.074707031250 +0.078125000000 +-0.092285156250 +-0.004547119141 +0.013305664062 +0.044921875000 +0.081542968750 +0.047363281250 +-0.006958007812 +-0.052490234375 +-0.009216308594 +-0.104003906250 +-0.062500000000 +0.080078125000 +-0.040527343750 +-0.082519531250 +0.133789062500 +-0.148437500000 +-0.015747070312 +-0.009033203125 +-0.102050781250 +0.091308593750 +0.054199218750 +0.035156250000 +-0.055419921875 +0.062988281250 +-0.001235961914 +-0.168945312500 +0.124023437500 +-0.064453125000 +-0.134765625000 +-0.118652343750 +0.128906250000 +0.047607421875 +0.075683593750 +-0.049072265625 +-0.023071289062 +0.005950927734 +-0.055175781250 +0.001281738281 +0.110839843750 +-0.056884765625 +0.057861328125 +0.099121093750 +-0.027709960938 +-0.048583984375 +-0.099609375000 +0.001953125000 +0.129882812500 +0.032470703125 +-0.103027343750 +0.053710937500 +-0.050048828125 +0.014465332031 +-0.042480468750 +-0.093750000000 +0.111816406250 +0.055908203125 +-0.108398437500 +0.021240234375 +0.076660156250 +0.062255859375 +-0.093261718750 +-0.016235351562 +0.027221679688 +0.073730468750 +-0.018798828125 +0.053710937500 +0.013000488281 +-0.043212890625 +0.016967773438 +-0.052978515625 +-0.061279296875 +-0.053466796875 +0.014892578125 +0.047363281250 +0.105957031250 +0.026611328125 +-0.074707031250 +0.064941406250 +0.043212890625 +-0.148437500000 +-0.104980468750 +-0.005157470703 +0.148437500000 +-0.021606445312 +0.101074218750 +0.032958984375 +-0.092773437500 +-0.113769531250 +0.057373046875 +-0.042480468750 +-0.057128906250 +-0.086914062500 +0.098632812500 +-0.027587890625 +0.018432617188 +0.033447265625 +-0.045898437500 +0.049560546875 +-0.146484375000 +-0.063476562500 +-0.045654296875 +0.012512207031 +-0.001197814941 +0.179687500000 +0.146484375000 +0.000349044800 +-0.142578125000 +0.098632812500 +0.036376953125 +0.028076171875 +0.040283203125 +0.024658203125 +-0.075195312500 +0.178710937500 +-0.121093750000 +0.097656250000 +-0.018920898438 +0.132812500000 +-0.053466796875 +0.094726562500 +-0.059814453125 +0.128906250000 +0.021484375000 +-0.127929687500 +-0.013366699219 +-0.179687500000 +0.050048828125 +0.033935546875 +0.005889892578 +0.033935546875 +0.128906250000 +0.110351562500 +-0.157226562500 +0.060058593750 +0.026733398438 +0.021972656250 +-0.080078125000 +-0.024291992188 +-0.044677734375 +-0.136718750000 +-0.029541015625 +-0.069335937500 +0.017333984375 +0.062255859375 +-0.040039062500 +0.038330078125 +0.017944335938 +0.023681640625 +0.047363281250 +-0.140625000000 +-0.092285156250 +-0.070800781250 +0.137695312500 +-0.158203125000 +-0.007446289062 +-0.033935546875 +-0.119140625000 +-0.009094238281 +0.175781250000 +0.040771484375 +0.045654296875 +-0.009216308594 +-0.032226562500 +-0.071777343750 +-0.035156250000 +0.015869140625 +0.124511718750 +-0.074218750000 +0.051513671875 +-0.015258789062 +-0.081542968750 +0.045166015625 +-0.073242187500 +0.033691406250 +0.039306640625 +0.180664062500 +-0.035888671875 +0.081542968750 +-0.009765625000 +-0.039062500000 +0.199218750000 +-0.107910156250 +0.093261718750 +0.089843750000 +0.092773437500 +-0.207031250000 +0.098144531250 +0.096679687500 +0.003082275391 +0.050781250000 +0.067382812500 +0.057373046875 +0.100585937500 +0.032714843750 +0.020751953125 +-0.082519531250 +0.057373046875 +0.031494140625 +-0.074218750000 +0.006317138672 +0.062988281250 +-0.116699218750 +-0.019775390625 +-0.170898437500 +-0.052490234375 +0.074707031250 +-0.153320312500 +0.007049560547 +-0.146484375000 +0.110839843750 +-0.125976562500 +-0.057861328125 +0.096679687500 +-0.005584716797 +-0.192382812500 +-0.063964843750 +-0.045166015625 +-0.044677734375 +-0.121093750000 +-0.037841796875 +0.119628906250 +-0.014099121094 +0.002868652344 +-0.049560546875 +-0.023071289062 +0.036376953125 +-0.137695312500 +-0.153320312500 +0.010131835938 +0.048828125000 +0.011047363281 +0.037109375000 +-0.064941406250 +0.048828125000 +-0.111816406250 +0.019531250000 +0.054687500000 +0.118652343750 +0.091308593750 +-0.067871093750 +-0.048339843750 +0.134765625000 diff --git a/AI_Engine_Development/AIE-MLv2/Design_Tutorials/01-Radio-ML/aie/conv1d_w1/gen_vectors.ipynb b/AI_Engine_Development/AIE-MLv2/Design_Tutorials/01-Radio-ML/aie/conv1d_w1/gen_vectors.ipynb new file mode 100755 index 0000000000..3e269fc764 --- /dev/null +++ b/AI_Engine_Development/AIE-MLv2/Design_Tutorials/01-Radio-ML/aie/conv1d_w1/gen_vectors.ipynb @@ -0,0 +1,428 @@ +{ + "cells": [ + { + "cell_type": "markdown", + "id": "bcdf2452-4c3b-4ce0-b019-cbe980967a1c", + "metadata": {}, + "source": [ + "# Testbench for `conv1d_w1()`" + ] + }, + { + "cell_type": "code", + "execution_count": 1, + "id": "946f566a-c3f6-446f-aeb6-cb0055910900", + "metadata": {}, + "outputs": [], + "source": [ + "#\n", + "# Copyright (C) 2024, Advanced Micro Devices, Inc. All rights reserved.\n", + "# SPDX-License-Identifier: MIT\n", + "#\n", + "# Author: Faisal El-Shabani" + ] + }, + { + "cell_type": "code", + "execution_count": 2, + "id": "934e0796-0306-4ce9-9a92-598027c75f38", + "metadata": {}, + "outputs": [ + { + "name": "stderr", + "output_type": "stream", + "text": [ + "2025-09-03 12:27:57.423569: I external/local_xla/xla/tsl/cuda/cudart_stub.cc:32] Could not find cuda drivers on your machine, GPU will not be used.\n", + "2025-09-03 12:27:57.428078: I external/local_xla/xla/tsl/cuda/cudart_stub.cc:32] Could not find cuda drivers on your machine, GPU will not be used.\n", + "2025-09-03 12:27:57.437626: E external/local_xla/xla/stream_executor/cuda/cuda_fft.cc:467] Unable to register cuFFT factory: Attempting to register factory for plugin cuFFT when one has already been registered\n", + "WARNING: All log messages before absl::InitializeLog() is called are written to STDERR\n", + "E0000 00:00:1756924077.452971 2366580 cuda_dnn.cc:8579] Unable to register cuDNN factory: Attempting to register factory for plugin cuDNN when one has already been registered\n", + "E0000 00:00:1756924077.457569 2366580 cuda_blas.cc:1407] Unable to register cuBLAS factory: Attempting to register factory for plugin cuBLAS when one has already been registered\n", + "W0000 00:00:1756924077.471135 2366580 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\n", + "W0000 00:00:1756924077.471153 2366580 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\n", + "W0000 00:00:1756924077.471156 2366580 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\n", + "W0000 00:00:1756924077.471159 2366580 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\n", + "2025-09-03 12:27:57.475557: I tensorflow/core/platform/cpu_feature_guard.cc:210] This TensorFlow binary is optimized to use available CPU instructions in performance-critical operations.\n", + "To enable the following instructions: AVX2 FMA, in other operations, rebuild TensorFlow with the appropriate compiler flags.\n" + ] + } + ], + "source": [ + "from tensorflow import keras\n", + "from tensorflow.keras.layers import Conv1D\n", + "import matplotlib.pyplot as plt\n", + "from sklearn.model_selection import train_test_split\n", + "import h5py as h5\n", + "import numpy as np\n", + "import os.path\n", + "import vfs\n", + "import varray as va\n", + "\n", + "NITERATIONS = 4 # Number of AI Engine graph iterations" + ] + }, + { + "cell_type": "markdown", + "id": "5bdc7e83-3fd0-4fd0-99b5-7938816f0df2", + "metadata": {}, + "source": [ + "## Layer Definition" + ] + }, + { + "cell_type": "code", + "execution_count": 3, + "id": "0c57f98d-1999-4b61-a129-e3dd1bd92677", + "metadata": {}, + "outputs": [ + { + "name": "stderr", + "output_type": "stream", + "text": [ + "2025-09-03 12:28:01.528909: E external/local_xla/xla/stream_executor/cuda/cuda_platform.cc:51] failed call to cuInit: INTERNAL: CUDA error: Failed call to cuInit: UNKNOWN ERROR (303)\n" + ] + } + ], + "source": [ + "inputs = keras.Input(shape=(1024,2),name=\"input\")\n", + "outputs = Conv1D(filters=64,kernel_size=7,strides=1,padding=\"same\",name=\"conv1D_w1\",activation='relu')(inputs)\n", + "model = keras.Model(inputs=inputs,outputs=outputs)\n", + "model.compile(optimizer=\"rmsprop\",\n", + " loss=\"sparse_categorical_crossentropy\",\n", + " metrics=[\"accuracy\"])\n", + "w_weights = np.loadtxt('w1_weights_trained.txt')\n", + "w_weights = (w_weights.astype(\"bfloat16\")).astype(\"float32\")\n", + "w_weights = np.reshape(w_weights,(7,2,64))\n", + "w_bias = np.loadtxt('w1_bias_trained.txt')\n", + "w_bias = (w_bias.astype(\"bfloat16\")).astype(\"float32\")\n", + "model.set_weights((w_weights,w_bias))" + ] + }, + { + "cell_type": "code", + "execution_count": 4, + "id": "cd15a0ca-2889-4d90-bd0f-2e76c63c6c19", + "metadata": {}, + "outputs": [ + { + "data": { + "text/html": [ + "
Model: \"functional\"\n",
+       "
\n" + ], + "text/plain": [ + "\u001b[1mModel: \"functional\"\u001b[0m\n" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/html": [ + "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━┓\n",
+       "┃ Layer (type)                     Output Shape                  Param # ┃\n",
+       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━┩\n",
+       "│ input (InputLayer)              │ (None, 1024, 2)        │             0 │\n",
+       "├─────────────────────────────────┼────────────────────────┼───────────────┤\n",
+       "│ conv1D_w1 (Conv1D)              │ (None, 1024, 64)       │           960 │\n",
+       "└─────────────────────────────────┴────────────────────────┴───────────────┘\n",
+       "
\n" + ], + "text/plain": [ + "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━┓\n", + "┃\u001b[1m \u001b[0m\u001b[1mLayer (type) \u001b[0m\u001b[1m \u001b[0m┃\u001b[1m \u001b[0m\u001b[1mOutput Shape \u001b[0m\u001b[1m \u001b[0m┃\u001b[1m \u001b[0m\u001b[1m Param #\u001b[0m\u001b[1m \u001b[0m┃\n", + "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━┩\n", + "│ input (\u001b[38;5;33mInputLayer\u001b[0m) │ (\u001b[38;5;45mNone\u001b[0m, \u001b[38;5;34m1024\u001b[0m, \u001b[38;5;34m2\u001b[0m) │ \u001b[38;5;34m0\u001b[0m │\n", + "├─────────────────────────────────┼────────────────────────┼───────────────┤\n", + "│ conv1D_w1 (\u001b[38;5;33mConv1D\u001b[0m) │ (\u001b[38;5;45mNone\u001b[0m, \u001b[38;5;34m1024\u001b[0m, \u001b[38;5;34m64\u001b[0m) │ \u001b[38;5;34m960\u001b[0m │\n", + "└─────────────────────────────────┴────────────────────────┴───────────────┘\n" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/html": [ + "
 Total params: 960 (3.75 KB)\n",
+       "
\n" + ], + "text/plain": [ + "\u001b[1m Total params: \u001b[0m\u001b[38;5;34m960\u001b[0m (3.75 KB)\n" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/html": [ + "
 Trainable params: 960 (3.75 KB)\n",
+       "
\n" + ], + "text/plain": [ + "\u001b[1m Trainable params: \u001b[0m\u001b[38;5;34m960\u001b[0m (3.75 KB)\n" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/html": [ + "
 Non-trainable params: 0 (0.00 B)\n",
+       "
\n" + ], + "text/plain": [ + "\u001b[1m Non-trainable params: \u001b[0m\u001b[38;5;34m0\u001b[0m (0.00 B)\n" + ] + }, + "metadata": {}, + "output_type": "display_data" + } + ], + "source": [ + "model.summary()" + ] + }, + { + "cell_type": "markdown", + "id": "0905bc81-af38-4280-ae38-072b9530e565", + "metadata": {}, + "source": [ + "### Read training and test data" + ] + }, + { + "cell_type": "code", + "execution_count": 5, + "id": "841caa23-3f4f-455a-b21b-06a3b7cece28", + "metadata": {}, + "outputs": [], + "source": [ + "if not(\"RADIOML_DATA\" in os.environ):\n", + " print(\"Please set environment variable RADIOML_DATA to point to dataset found in https://www.kaggle.com/datasets/pinxau1000/radioml2018\")\n", + "data_file = os.environ[\"RADIOML_DATA\"] + 'GOLD_XYZ_OSC.0001_1024.hdf5'\n", + "file_handle = h5.File(data_file,'r')\n", + "myData = file_handle['X'][:] #1024x2 samples \n", + "myMods = file_handle['Y'][:] #mods \n", + "mySNRs = file_handle['Z'][:] #snrs \n", + "file_handle.close()\n", + "X_train ,X_predict ,Y_train ,Y_test, Z_train, Z_test =train_test_split(myData, myMods, mySNRs, test_size=0.2, random_state=0)\n", + "X_predict = X_predict[:NITERATIONS]\n", + "X_predict = (X_predict.astype(\"bfloat16\")).astype(\"float32\")\n" + ] + }, + { + "cell_type": "markdown", + "id": "53bf2899-8424-4f34-b305-dea322001c7c", + "metadata": {}, + "source": [ + "## Compute Golden Outputs" + ] + }, + { + "cell_type": "code", + "execution_count": 6, + "id": "532b9d20-6698-420d-842a-b5c2ee89c114", + "metadata": {}, + "outputs": [ + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\u001b[1m1/1\u001b[0m \u001b[32m━━━━━━━━━━━━━━━━━━━━\u001b[0m\u001b[37m\u001b[0m \u001b[1m0s\u001b[0m 73ms/step\n" + ] + } + ], + "source": [ + "predict = model.predict(X_predict, batch_size=1024)\n", + "predict = predict.astype(\"bfloat16\").astype(\"float32\")\n" + ] + }, + { + "cell_type": "markdown", + "id": "b588f848-eb35-409a-94c0-9b9bf986383f", + "metadata": {}, + "source": [ + "## Store Layer Inputs" + ] + }, + { + "cell_type": "code", + "execution_count": 7, + "id": "84a1f04f-7eca-4694-906f-245a9001fd25", + "metadata": {}, + "outputs": [ + { + "name": "stdout", + "output_type": "stream", + "text": [ + "(4, 1024, 2)\n", + "(8192, 1)\n" + ] + } + ], + "source": [ + "# Create directory if it doesn't exist\n", + "if not os.path.exists('data'):\n", + " os.makedirs('data')\n", + "data_iq = np.reshape(X_predict,(-1,1))\n", + "np.savetxt('data/data_iq.txt',np.reshape(data_iq,(-1,4)),fmt='%.12f %.12f %.12f %.12f')\n", + "print(X_predict.shape)\n", + "print(data_iq.shape)" + ] + }, + { + "cell_type": "markdown", + "id": "33ae9119-15e3-49ce-9ef8-ffab0c9ec411", + "metadata": {}, + "source": [ + "## Store Layer Outputs" + ] + }, + { + "cell_type": "code", + "execution_count": 8, + "id": "de799f89-ecbe-4480-9dcf-3bb4e5402546", + "metadata": {}, + "outputs": [ + { + "name": "stdout", + "output_type": "stream", + "text": [ + "(262144,)\n" + ] + } + ], + "source": [ + "data_o = np.array([],dtype='float32')\n", + "for i in range(NITERATIONS):\n", + " data_o = np.concat((data_o,np.reshape(np.transpose(predict[i,:,:]),(-1))))\n", + "np.savetxt('data/data_o.txt',np.reshape(data_o,(-1,4)),fmt='%.12f %.12f %.12f %.12f')\n", + "print(data_o.shape)" + ] + }, + { + "cell_type": "markdown", + "id": "b08e73ab", + "metadata": {}, + "source": [ + "## Store Model weights and biases" + ] + }, + { + "cell_type": "code", + "execution_count": 9, + "id": "1ee293d3", + "metadata": {}, + "outputs": [ + { + "name": "stdout", + "output_type": "stream", + "text": [ + "(7, 2, 64)\n", + "(64,)\n", + "(896, 1)\n", + "(64, 1)\n" + ] + } + ], + "source": [ + "print(w_weights.shape)\n", + "print(w_bias.shape)\n", + "weights = np.reshape(w_weights,(-1,1))\n", + "biases = np.reshape(w_bias,(-1,1))\n", + "np.savetxt('data/weights-rtp.txt',weights,fmt='%.12f')\n", + "np.savetxt('data/biases-rtp.txt',biases,fmt='%.12f')\n", + "print(weights.shape)\n", + "print(biases.shape)\n" + ] + }, + { + "cell_type": "markdown", + "id": "06a8af86", + "metadata": {}, + "source": [ + "## Run Vitis Functional Simulation" + ] + }, + { + "cell_type": "code", + "execution_count": 10, + "id": "9986c78f", + "metadata": {}, + "outputs": [ + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n", + "Compiling AIE Graph\n", + "Compilation directory: /group/fndprod/faisale/repo/internal/designs/radio-ml/aie/conv1d_w1/vfs_work/conv1d_w1_app_f436b85d\n", + "Compilation command: v++ -c --mode aie --config vfs_work/conv1d_w1_app_f436b85d/conv1d_w1_app.cfg --work_dir vfs_work/conv1d_w1_app_f436b85d/Work --output vfs_work/conv1d_w1_app_f436b85d/libadf.a --target x86sim\n", + "Writing log to: /group/fndprod/faisale/repo/internal/designs/radio-ml/aie/conv1d_w1/vfs_work/conv1d_w1_app_f436b85d/Work/logs/aie_x86sim.log\n", + "Please wait ...\n", + "\n", + "Compilation finished successfully.\n", + "Loaded AIEGraph\n" + ] + } + ], + "source": [ + "conv1d_w1_graph = vfs.aieGraph(\n", + " input_file='conv1d_w1_app.cpp',\n", + " part=\"xc2ve3858-ssva2112-2MP-e-S\",\n", + " include_paths=['./','../utility'])\n", + "act_o = conv1d_w1_graph.run(va.array(data_iq, dtype=va.bfloat16),va.array(weights, dtype=va.bfloat16),va.array(biases, dtype=va.bfloat16))\n", + "act_o = np.array(act_o)\n" + ] + }, + { + "cell_type": "code", + "execution_count": 11, + "id": "66a9c0d5", + "metadata": {}, + "outputs": [ + { + "data": { + "image/png": "iVBORw0KGgoAAAANSUhEUgAAAkkAAAGzCAYAAAA7YYPWAAAAOnRFWHRTb2Z0d2FyZQBNYXRwbG90bGliIHZlcnNpb24zLjEwLjMsIGh0dHBzOi8vbWF0cGxvdGxpYi5vcmcvZiW1igAAAAlwSFlzAAAPYQAAD2EBqD+naQAAOZJJREFUeJzt3Xt8VNW9///3JCSTRJiEQJIhlUsQJSAIEmoYRYolXwLGniJpC5h6oRGKhlYuh1tL8XYs1or21KJU7SGcb0UL36O2cjXleoRwMQWUQFKpaBCYxBqTAYVc1+8Pf9llYBOCyZDb6/l4zENnr89as/ZKJvNmz94zDmOMEQAAAPwENfcEAAAAWiJCEgAAgA1CEgAAgA1CEgAAgA1CEgAAgA1CEgAAgA1CEgAAgA1CEgAAgA1CEgAAgA1CEgAAgA1CEoA2JTs7Ww6H46K3Xbt2NfcUAbQSHZp7AgAQCI899pgSEhIu2N6nT59mmA2A1oiQBKBNGjt2rIYOHdrg+urqatXW1io0NPSCti+++EJXXXXV156LMUZnz55VeHj41x4DwJXH220A2p2PPvpIDodDTz/9tH7zm9/ommuukdPp1KFDh/TII4/I4XDo0KFDuuuuu9S5c2cNHz5c0ldB6vHHH7fqe/XqpZ/97GeqqKjwG79Xr1664447tHHjRg0dOlTh4eH6/e9/3xy7CqAROJIEoE0qLy/XP//5T79tDodDXbp0se4vX75cZ8+e1dSpU+V0OhUdHW21ff/739e1116rX/7ylzLGSJLuv/9+rVixQt/73vc0e/Zs7d69W4sXL9bhw4f1xhtv+D1WYWGhJk2apB//+MeaMmWK+vbtG8C9BRAIhCQAbVJKSsoF25xOp86ePWvd/+STT3TkyBHFxMRcUDto0CCtXLnSun/gwAGtWLFC999/v1566SVJ0oMPPqjY2Fg9/fTT2rJli2677Tar/siRI9qwYYNSU1ObcrcAXEGEJABt0tKlS3Xdddf5bQsODva7n56ebhuQJGnatGl+99etWydJmjVrlt/22bNn6+mnn9batWv9QlJCQgIBCWjlCEkA2qSbbrrpkidu2139drG2jz/+WEFBQRdcHed2uxUVFaWPP/64wWMDaB04cRtAu1Xf1WYXa3M4HI0eG0DrQEgCgAbo2bOnamtr9cEHH/htLy4uVllZmXr27NlMMwMQKIQkAGiA22+/XZL0m9/8xm/7M888I0lKS0u70lMCEGCckwSgTVq/fr0KCgou2H7zzTcrKOjy/304aNAg3XvvvXrxxRdVVlamb33rW9qzZ49WrFihcePG+Z20DaBtICQBaJMWLVpku3358uUaOXLk1xrz5ZdfVu/evZWdna033nhDbrdbCxYs0MMPP9yImQJoqRym7lPSAAAAYOGcJAAAABuEJAAAABuEJAAAABuEJAAAABuEJAAAABuEJAAAABt8TlIj1NbW6sSJE+rUqVODv88JAAA0L2OMTp06pfj4+Ho/XJaQ1AgnTpxQ9+7dm3saAADgazh27Jiuvvrqi7YTkhqhU6dOkr5aZJfL1cyzAQAADeHz+dS9e3frdfxiCEmNUPcWm8vlIiQBANDKXOpUGU7cBgAAsEFIAgAAsEFIAgAAsEFIAgAAsEFIAgAAsEFIAgAAsEFIAgAAsEFIAgAAsEFIAgAAsEFIAgAAsEFIAgAAsEFIAgAAsHFFQtLSpUvVq1cvhYWFKTk5WXv27Km3fvXq1UpMTFRYWJgGDhyodevW+bUbY7Ro0SJ169ZN4eHhSklJ0QcffOBXU1paqoyMDLlcLkVFRSkzM1OnT5/2q3nvvfd06623KiwsTN27d9dTTz3VNDsMnMcYo/+762PlfVza3FMBADRQwEPSn/70J82aNUsPP/yw/va3v2nQoEFKTU1VSUmJbf3OnTs1adIkZWZmat++fRo3bpzGjRungwcPWjVPPfWUfvvb32rZsmXavXu3rrrqKqWmpurs2bNWTUZGhvLz85WTk6M1a9Zo+/btmjp1qtXu8/k0evRo9ezZU3l5efr1r3+tRx55RC+++GLgFgPt1jtH/qlfvHlQ6S/kNvdUAAANZQLspptuMllZWdb9mpoaEx8fbxYvXmxb/4Mf/MCkpaX5bUtOTjY//vGPjTHG1NbWGrfbbX79619b7WVlZcbpdJpXX33VGGPMoUOHjCSzd+9eq2b9+vXG4XCY48ePG2OMef75503nzp1NRUWFVTNv3jzTt2/fBu9beXm5kWTKy8sb3Aft06u7PzY9560xPeetae6pAEC719DX7w6BDGCVlZXKy8vTggULrG1BQUFKSUlRbq79v6hzc3M1a9Ysv22pqal68803JUlHjx6V1+tVSkqK1R4ZGank5GTl5uZq4sSJys3NVVRUlIYOHWrVpKSkKCgoSLt379add96p3NxcjRgxQqGhoX6P86tf/Uqff/65OnfufMHcKioqVFFRYd33+XyXtyANdOtTm3Ws9Ix1PyykZZ46draqVpIU2iFIQY5mnkwTqdsn6V/rXrfN2SFIDodUU2tUVWOsmvPbLzZencRfrP9a87ic+XcIcqhDcMv8oZy/JsFBDoX8/3M9v+1S+26MVFFd26BaO1U1RjW1//pZNofG7oMk1Rqpsvpfa2f3uwh8Hec+R+pc6efK9rm3KbZT2BV9zDoBDUn//Oc/VVNTo7i4OL/tcXFxKigosO3j9Xpt671er9Vet62+mtjYWL/2Dh06KDo62q8mISHhgjHq2uxC0uLFi/Xoo49efIebSMV5LxR2L7Qtybl/nNuS89e9wmY/z62xa2/IuE1dL0nVtUbV5/1ha6lqai/8I1zncva9sc+TlvA8a6o5NPR3Efg6WsJz5UoJaEhqaxYsWOB3lMvn86l79+5N/jhvZt2ib/16i3W04n/n3tbkj9EUbn1qiyRp0R399X/6x12iunWo2yfpq3WvrjW67emtkqTnJt2owd2jVFNrtOgv+Rp0daS+OzheKc9slyStnJKs7p0jbMebPzZRo/vHKSS4Yf8Cq+v3nxMHa0iPCwP7pfr99Nt99P2hTf+72RTOXWNJ+umoa/X9pKtt2y71u3/gkzJNX7lPkrRtzkgFXebhk91HS/Xvqw806LECZd+xMv301a/2Yfuc277WEaCN+V79x9rD1v1lP0zS9fGuppoi2rHcf3ymuf/zniQpqWdnLbqjv6KvCr1Er6bV5SrnFX28cwU0JHXt2lXBwcEqLi72215cXCy3223bx+1211tf99/i4mJ169bNr2bw4MFWzfknhldXV6u0tNRvHLvHOfcxzud0OuV0Bv6HFR8Vrlv6dNXWwk8lSd2jIy7Ro3nFucJa/By/ju7REaqq+de/mLpF/ms///tHN0mSvqysttr7xnVSl472vx/xUeHqHdOxwY+95d9H6ljplxpxXczXmbpiWvDP5O2ZI/TZ6UpNemmXJCk+8uJzvdQ+fPL5v96W7tnlqsuey9Wdw9XlqlD1ie3YbOt1rPRL6/97dPl6czj/RatbPWsKXI6rO4crppOzWZ8jzSmgbyyGhoYqKSlJmzZtsrbV1tZq06ZN8ng8tn08Ho9fvSTl5ORY9QkJCXK73X41Pp9Pu3fvtmo8Ho/KysqUl5dn1WzevFm1tbVKTk62arZv366qqiq/x+nbt6/tW21X2pPjb1D6kKv1l+m3NPdU2qXgBp5kFRHaQfPGJGrumL4XDUiSFHqZ5wcldL3qaweklu66uE7yXNPFut/Qo2t2qmsbd9jf4XDotsTYZv3jX9UEb4tW17SOt1bR+rSE50hzCvjZV7NmzdJLL72kFStW6PDhw3rggQf0xRdfaPLkyZKke+65x+/E7oceekgbNmzQkiVLVFBQoEceeUTvvvuupk+fLumrH9iMGTP0H//xH/rLX/6i999/X/fcc4/i4+M1btw4SVK/fv00ZswYTZkyRXv27NGOHTs0ffp0TZw4UfHx8ZKku+66S6GhocrMzFR+fr7+9Kc/6T//8z8vOGm8ubgjw7TkB4N0w9VRzT2VdqnDZZyJ/sDIa/TgyD6XGK9lnnzfEjTmBPNzj/S1VlVNcP5QZRtYB6AlCvg5SRMmTNCnn36qRYsWyev1avDgwdqwYYN1knRRUZGCznkBufnmm7Vy5UotXLhQP/vZz3TttdfqzTff1IABA6yauXPn6osvvtDUqVNVVlam4cOHa8OGDQoL+9fZ76+88oqmT5+uUaNGKSgoSOnp6frtb39rtUdGRurtt99WVlaWkpKS1LVrVy1atMjvs5TQ/owd4Nb6g15NHdG7Scftz/khFzW4e9TX7tvX3frXtV8T/G58s1e0332ubAOahsMYw3Har8nn8ykyMlLl5eVyuVr/H+vL1Wv+WknS0ruGKO2Gbpeobh0qqmv0/iflurFHZwUHOVRVU6trf/7VJfv/b5pHQ897MbqUYt9ZlZ+p0nVxnQIx3QvU/UweHzdAdw/reUUe8+sqOXVWpV9UKvGcoFM3/zofPZl2yXH+XnxKkeEhinM1zyXCTaHQe0pREY3bh78Vfa7xz++UJP1l+i0chQbq0dDXb65uA87h7BB82UGoPnGusFb94h1IsZ3CmuSzT65UAA2kvu7G70P/bu3vH2pAoHGiBBqtvRzaby/7idbPIX5ZgaZASAIAALBBSALQYnwjKry5p9AmcNQTaBqEJAAtxv97wKNJN3VX9FWhenvmiOaeDoB2jhO3AbQY3SLDtXj8DVo8vrlnAgAcSUIT4Mg+AKAtIiQBDdZ64mDrmSkAtFyEJAAAABuEJABoY7i6DWgahCQAAAAbhCQAAAAbhCQ0Gof2gZaFryUBmgYhCWggwiAAtC+EJAAAABuEJABoYzjqCTQNQhIAAIANQhIAAIANQhKaAMf2gZaEt9uApkFIAhqoNb3u8CIJAI1HSAIAALBBSAKANoYPkwSaBiEJAADABiEJAADABiEJjcZJwkDLwnMSaBqEJKCBHLzyAEC7QkgCAACwQUgCgDaGY55A0yAkAQAA2CAkAQAA2CAkodE4tA+0LFxjADQNQhLQQLzuAED7QkgC2iC+lgIAGo+QBABtDiEZaAqEJAAAABuEJAAAABuEJDQaX9cBtCw8JYGmQUgCAACwQUgCGoh/nQNA+0JIAoA2hjwPNA1CEgAAgA1CEgAAgA1CEhqNQ/tAy8IVp0DTICQBAADYICQBDdSavg+NAwkA0HiEJABoY8jIQNMgJAEAANggJAEAANggJKHROP8FaFl4TgJNg5AEAABgg5AENBD/Okdr0ZquxARaMkISAACADUISALQBxjT3DIC2h5AEAG0Mbw0DTYOQhEbjDzIAoC0iJAFAG2DE+21AUyMkAW0QB/cAoPEISQAAADYCGpJKS0uVkZEhl8ulqKgoZWZm6vTp0/X2OXv2rLKystSlSxd17NhR6enpKi4u9qspKipSWlqaIiIiFBsbqzlz5qi6utqvZuvWrRoyZIicTqf69Omj7Oxsv/bFixfrm9/8pjp16qTY2FiNGzdOhYWFTbLfAHClcXUb0PQCGpIyMjKUn5+vnJwcrVmzRtu3b9fUqVPr7TNz5ky99dZbWr16tbZt26YTJ05o/PjxVntNTY3S0tJUWVmpnTt3asWKFcrOztaiRYusmqNHjyotLU233Xab9u/frxkzZuj+++/Xxo0brZpt27YpKytLu3btUk5OjqqqqjR69Gh98cUXTb8QAHAFcTEF0DQ6BGrgw4cPa8OGDdq7d6+GDh0qSXruued0++236+mnn1Z8fPwFfcrLy/WHP/xBK1eu1Le//W1J0vLly9WvXz/t2rVLw4YN09tvv61Dhw7pr3/9q+Li4jR48GA9/vjjmjdvnh555BGFhoZq2bJlSkhI0JIlSyRJ/fr10zvvvKNnn31WqampkqQNGzb4PXZ2drZiY2OVl5enESNG2O5TRUWFKioqrPs+n6/xC9UG8Om+AIC2KGBHknJzcxUVFWUFJElKSUlRUFCQdu/ebdsnLy9PVVVVSklJsbYlJiaqR48eys3NtcYdOHCg4uLirJrU1FT5fD7l5+dbNeeOUVdTN4ad8vJySVJ0dPRFaxYvXqzIyEjr1r1794vWAsCVxLttQNMLWEjyer2KjY3129ahQwdFR0fL6/VetE9oaKiioqL8tsfFxVl9vF6vX0Cqa69rq6/G5/PpzJkzFzxubW2tZsyYoVtuuUUDBgy46D4tWLBA5eXl1u3YsWMXrUXbw1sYaC0c/LICTeKyQ9L8+fPlcDjqvRUUFARirgGTlZWlgwcP6rXXXqu3zul0yuVy+d0AAEDbdNnnJM2ePVv33XdfvTW9e/eW2+1WSUmJ3/bq6mqVlpbK7Xbb9nO73aqsrFRZWZnf0aTi4mKrj9vt1p49e/z61V39dm7N+VfEFRcXy+VyKTw83G/79OnTrZPKr7766nr3CwBaKsPlbUCTu+yQFBMTo5iYmEvWeTwelZWVKS8vT0lJSZKkzZs3q7a2VsnJybZ9kpKSFBISok2bNik9PV2SVFhYqKKiInk8HmvcJ554QiUlJdbbeTk5OXK5XOrfv79Vs27dOr+xc3JyrDGkr/6g/OQnP9Ebb7yhrVu3KiEh4TJXAgBaJt5sA5pGwM5J6tevn8aMGaMpU6Zoz5492rFjh6ZPn66JEydaV7YdP35ciYmJ1pGhyMhIZWZmatasWdqyZYvy8vI0efJkeTweDRs2TJI0evRo9e/fX3fffbcOHDigjRs3auHChcrKypLT6ZQkTZs2TR9++KHmzp2rgoICPf/881q1apVmzpxpzS8rK0t//OMftXLlSnXq1Eler1der9f2nCVcAn+RAQBtUEA/J+mVV15RYmKiRo0apdtvv13Dhw/Xiy++aLVXVVWpsLBQX375pbXt2Wef1R133KH09HSNGDFCbrdbr7/+utUeHBysNWvWKDg4WB6PRz/84Q91zz336LHHHrNqEhIStHbtWuXk5GjQoEFasmSJXn75Zevyf0l64YUXVF5erpEjR6pbt27W7U9/+lMglwQAAoI324CmF7DPSZK+upx+5cqVF23v1avXBe+jh4WFaenSpVq6dOlF+/Xs2fOCt9PON3LkSO3bt++i7bx/j8vVmj4Pioub2jd+/kDT4LvbAAAAbBCSAKAN4OA40PQISQDQxrSmt4aBloyQhEbjzzEAoC0iJAFAW8DbbUCTIyQBDcQVQ2gt+F0FmgYhCQAAwAYhCQDaAGfIv/6cd3QG9CPwgHaDZxIazcGxfaDZhYUEa9WPPao1RlcRkoAmwTMJANqImxKim3sKQJvC220AAAA2CEkAAAA2CElAA7WmU6/4xGUAaDxCEgAAgA1CEhqNYxYAgLaIkAQAAGCDkAQAAGCDkAQAAGCDkAQ0EFeMAUD7QkgCAACwQUhCo7Wmzw8CAKChCEkAAAA2CEkAAAA2CEkAAAA2CElAA7Wqc69a01wBoIUiJAEAANggJKHR+PwgAEBbREgCAACwQUgCAACwQUgCAACwQUgCGogzrwCgfSEkAQAA2CAkodFa1ecHAQDQQIQkAAAAG4QkAAAAG4QkAAAAG4QkoIFa07lXrWiqANBiEZIAAABsEJLQaBy1AAC0RYQkAAAAG4QkAAAAG4QkAAAAG4QkoME4+woA2hNCEgAAgA1CEhqPAywAgDaIkAQAAGCDkAQAAGCDkAQAAGCDkAQ0UGv67jYAQOMRkoA2yEGiA4BGIySh0Rxc3gYAaIMISQAAADYISQAAADYISQAAADYISUADceYVALQvhCQAAAAbhCQ0GlebAwDaooCGpNLSUmVkZMjlcikqKkqZmZk6ffp0vX3Onj2rrKwsdenSRR07dlR6erqKi4v9aoqKipSWlqaIiAjFxsZqzpw5qq6u9qvZunWrhgwZIqfTqT59+ig7O/uij/nkk0/K4XBoxowZX3dXAQBAGxPQkJSRkaH8/Hzl5ORozZo12r59u6ZOnVpvn5kzZ+qtt97S6tWrtW3bNp04cULjx4+32mtqapSWlqbKykrt3LlTK1asUHZ2thYtWmTVHD16VGlpabrtttu0f/9+zZgxQ/fff782btx4wePt3btXv//973XDDTc03Y4DAIBWL2Ah6fDhw9qwYYNefvllJScna/jw4Xruuef02muv6cSJE7Z9ysvL9Yc//EHPPPOMvv3tbyspKUnLly/Xzp07tWvXLknS22+/rUOHDumPf/yjBg8erLFjx+rxxx/X0qVLVVlZKUlatmyZEhIStGTJEvXr10/Tp0/X9773PT377LN+j3f69GllZGTopZdeUufOnQO1FAAAoBUKWEjKzc1VVFSUhg4dam1LSUlRUFCQdu/ebdsnLy9PVVVVSklJsbYlJiaqR48eys3NtcYdOHCg4uLirJrU1FT5fD7l5+dbNeeOUVdTN0adrKwspaWlXVB7MRUVFfL5fH43AADQNnUI1MBer1exsbH+D9ahg6Kjo+X1ei/aJzQ0VFFRUX7b4+LirD5er9cvINW117XVV+Pz+XTmzBmFh4frtdde09/+9jft3bu3wfu0ePFiPfroow2uR+tnzL/+vzV9H1rrmSkAtFyXfSRp/vz5cjgc9d4KCgoCMdcmc+zYMT300EN65ZVXFBYW1uB+CxYsUHl5uXU7duxYAGfZevCCDABoiy77SNLs2bN133331VvTu3dvud1ulZSU+G2vrq5WaWmp3G63bT+3263KykqVlZX5HU0qLi62+rjdbu3Zs8evX93Vb+fWnH9FXHFxsVwul8LDw5WXl6eSkhINGTLEaq+pqdH27dv1u9/9ThUVFQoODr5gfk6nU06ns959BwAAbcNlh6SYmBjFxMRcss7j8aisrEx5eXlKSkqSJG3evFm1tbVKTk627ZOUlKSQkBBt2rRJ6enpkqTCwkIVFRXJ4/FY4z7xxBMqKSmx3s7LycmRy+VS//79rZp169b5jZ2Tk2ONMWrUKL3//vt+7ZMnT1ZiYqLmzZtnG5AAAED7ErBzkvr166cxY8ZoypQpWrZsmaqqqjR9+nRNnDhR8fHxkqTjx49r1KhR+u///m/ddNNNioyMVGZmpmbNmqXo6Gi5XC795Cc/kcfj0bBhwyRJo0ePVv/+/XX33Xfrqaeektfr1cKFC5WVlWUd5Zk2bZp+97vfae7cufrRj36kzZs3a9WqVVq7dq0kqVOnThowYIDffK+66ip16dLlgu0AAKB9CujnJL3yyitKTEzUqFGjdPvtt2v48OF68cUXrfaqqioVFhbqyy+/tLY9++yzuuOOO5Senq4RI0bI7Xbr9ddft9qDg4O1Zs0aBQcHy+Px6Ic//KHuuecePfbYY1ZNQkKC1q5dq5ycHA0aNEhLlizRyy+/rNTU1EDuLtogI3PpIgBAmxSwI0mSFB0drZUrV160vVevXjLG/0UoLCxMS5cu1dKlSy/ar2fPnhe8nXa+kSNHat++fQ2e69atWxtci/aJE9QBoH3hu9vQaK3p0ngAABqKkAQAAGCDkAQAAGCDkAQAAGCDkATUw3BxGwC0W4QkoIFa0/nprWmuANBSEZLQaLwgAwDaIkISAACADUISAACADUISAACADUISAACADUISGq29nLftaDd7CgCQCEkAAAC2CEkAAAA2CEkAAAA2CEkAAAA2CElAPfjuNgBovwhJaLT28rUk7WU/AQBfISQBbRCBDgAaj5AEAABgg5AEAABgg5AEAABgg5CERnN2CG7uKQTMuef2dAjmRB8AaE86NPcE0HrNTLlOJ8vP6Pp4V3NPJWDCQoI17VvX6GxVjbpFhjf3dAAAVxAhCV/bQynXNvcUroj5YxObewoAgGbA220AAAA2CEkAAAA2CEkAAAA2CEkAAAA2CEkAAAA2CElAG+QQn+kEAI1FSAIAALBBSAIAALBBSAIAALBBSAIAALBBSAIAALBBSAIAALBBSAIAALBBSAIAALBBSAIAALBBSAIAALBBSAIAALBBSALaIAdf3QYAjUZIAgAAsEFIAgAAsEFIAgAAsEFIAgAAsEFIAgAAsEFIAgAAsEFIAgAAsEFIAgAAsEFIAgAAsEFIAgAAsEFIAgAAsEFIAgAAsEFIAgAAsEFIAgAAsBGwkFRaWqqMjAy5XC5FRUUpMzNTp0+frrfP2bNnlZWVpS5duqhjx45KT09XcXGxX01RUZHS0tIUERGh2NhYzZkzR9XV1X41W7du1ZAhQ+R0OtWnTx9lZ2df8FjHjx/XD3/4Q3Xp0kXh4eEaOHCg3n333UbvNwAAaBsCFpIyMjKUn5+vnJwcrVmzRtu3b9fUqVPr7TNz5ky99dZbWr16tbZt26YTJ05o/PjxVntNTY3S0tJUWVmpnTt3asWKFcrOztaiRYusmqNHjyotLU233Xab9u/frxkzZuj+++/Xxo0brZrPP/9ct9xyi0JCQrR+/XodOnRIS5YsUefOnZt+IQAAQOtkAuDQoUNGktm7d6+1bf369cbhcJjjx4/b9ikrKzMhISFm9erV1rbDhw8bSSY3N9cYY8y6detMUFCQ8Xq9Vs0LL7xgXC6XqaioMMYYM3fuXHP99df7jT1hwgSTmppq3Z83b54ZPnx4o/ezvLzcSDLl5eWNHgtoCj3nrTE9560xb+77pLmnAgAtVkNfvwNyJCk3N1dRUVEaOnSotS0lJUVBQUHavXu3bZ+8vDxVVVUpJSXF2paYmKgePXooNzfXGnfgwIGKi4uzalJTU+Xz+ZSfn2/VnDtGXU3dGJL0l7/8RUOHDtX3v/99xcbG6sYbb9RLL710yf2qqKiQz+fzuwEAgLYpICHJ6/UqNjbWb1uHDh0UHR0tr9d70T6hoaGKiory2x4XF2f18Xq9fgGprr2urb4an8+nM2fOSJI+/PBDvfDCC7r22mu1ceNGPfDAA/rpT3+qFStW1LtfixcvVmRkpHXr3r17vfUAAKD1uqyQNH/+fDkcjnpvBQUFgZprk6mtrdWQIUP0y1/+UjfeeKOmTp2qKVOmaNmyZfX2W7BggcrLy63bsWPHrtCMAQDAldbhcopnz56t++67r96a3r17y+12q6SkxG97dXW1SktL5Xa7bfu53W5VVlaqrKzM72hScXGx1cftdmvPnj1+/equfju35vwr4oqLi+VyuRQeHi5J6tatm/r37+9X069fP/3P//xPvfvmdDrldDrrrQEAAG3DZYWkmJgYxcTEXLLO4/GorKxMeXl5SkpKkiRt3rxZtbW1Sk5Otu2TlJSkkJAQbdq0Senp6ZKkwsJCFRUVyePxWOM+8cQTKikpsd7Oy8nJkcvlskKPx+PRunXr/MbOycmxxpCkW265RYWFhX41f//739WzZ8+GLAMAAGgHAnJOUr9+/TRmzBhNmTJFe/bs0Y4dOzR9+nRNnDhR8fHxkr76nKLExETryFBkZKQyMzM1a9YsbdmyRXl5eZo8ebI8Ho+GDRsmSRo9erT69++vu+++WwcOHNDGjRu1cOFCZWVlWUd4pk2bpg8//FBz585VQUGBnn/+ea1atUozZ8605jdz5kzt2rVLv/zlL3XkyBGtXLlSL774orKysgKxHAAAoDUK1OV1n332mZk0aZLp2LGjcblcZvLkyebUqVNW+9GjR40ks2XLFmvbmTNnzIMPPmg6d+5sIiIizJ133mlOnjzpN+5HH31kxo4da8LDw03Xrl3N7NmzTVVVlV/Nli1bzODBg01oaKjp3bu3Wb58+QXze+utt8yAAQOM0+k0iYmJ5sUXX7zsfeQjANDS8BEAAHBpDX39dhhjTDPntFbL5/MpMjJS5eXlcrlczT0dQL3mr5Uk/XbSjfq3QfHNPBsAaJka+vrNd7cBAADYICQBAADYICQBAADYICQBAADYICQBAADYICQBAADYICQBAADYICQBAADYICQBAADYICQBAADYICQBAADYICQBbZCjuScAAG0AIQkAAMAGIQkAAMAGIQkAAMAGIQkAAMAGIQkAAMAGIQkAAMAGIQkAAMAGIQkAAMAGIQkAAMAGIQkAAMAGIQkAAMAGIQkAAMAGIQlogxx8wy0ANBohCQAAwAYhCQAAwAYhCQAAwAYhCQAAwAYhCQAAwAYhCQAAwAYhCQAAwAYhCQAAwAYhCQAAwAYhCQAAwAYhCQAAwAYhCWiDHOLL2wCgsQhJAAAANghJAAAANghJAAAANghJAAAANghJAAAANghJAAAANghJAAAANghJAAAANghJAAAANghJAAAANghJAAAANghJQBvk4KvbAKDRCEkAAAA2CEkAAAA2CEkAAAA2CEkAAAA2CEkAAAA2CEkAAAA2CEkAAAA2CEkAAAA2AhaSSktLlZGRIZfLpaioKGVmZur06dP19jl79qyysrLUpUsXdezYUenp6SouLvarKSoqUlpamiIiIhQbG6s5c+aourrar2br1q0aMmSInE6n+vTpo+zsbL/2mpoa/eIXv1BCQoLCw8N1zTXX6PHHH5cxpkn2HQAAtH4BC0kZGRnKz89XTk6O1qxZo+3bt2vq1Kn19pk5c6beeustrV69Wtu2bdOJEyc0fvx4q72mpkZpaWmqrKzUzp07tWLFCmVnZ2vRokVWzdGjR5WWlqbbbrtN+/fv14wZM3T//fdr48aNVs2vfvUrvfDCC/rd736nw4cP61e/+pWeeuopPffcc02/EAAAoHUyAXDo0CEjyezdu9fatn79euNwOMzx48dt+5SVlZmQkBCzevVqa9vhw4eNJJObm2uMMWbdunUmKCjIeL1eq+aFF14wLpfLVFRUGGOMmTt3rrn++uv9xp4wYYJJTU217qelpZkf/ehHfjXjx483GRkZl7Wf5eXlRpIpLy+/rH5AoPSct8b0nLfGrH3vRHNPBQBarIa+fgfkSFJubq6ioqI0dOhQa1tKSoqCgoK0e/du2z55eXmqqqpSSkqKtS0xMVE9evRQbm6uNe7AgQMVFxdn1aSmpsrn8yk/P9+qOXeMupq6MSTp5ptv1qZNm/T3v/9dknTgwAG98847Gjt2bL37VVFRIZ/P53cDWiK+ug0AGq9DIAb1er2KjY31f6AOHRQdHS2v13vRPqGhoYqKivLbHhcXZ/Xxer1+Aamuva6tvhqfz6czZ84oPDxc8+fPl8/nU2JiooKDg1VTU6MnnnhCGRkZ9e7X4sWL9eijj9a/8wAAoE24rCNJ8+fPl8PhqPdWUFAQqLk2mVWrVumVV17RypUr9be//U0rVqzQ008/rRUrVtTbb8GCBSovL7dux44du0IzBgAAV9plHUmaPXu27rvvvnprevfuLbfbrZKSEr/t1dXVKi0tldvttu3ndrtVWVmpsrIyv6NJxcXFVh+32609e/b49au7+u3cmvOviCsuLpbL5VJ4eLgkac6cOZo/f74mTpwoSRo4cKA+/vhjLV68WPfee+9F983pdMrpdNa7/wAAoG24rJAUExOjmJiYS9Z5PB6VlZUpLy9PSUlJkqTNmzertrZWycnJtn2SkpIUEhKiTZs2KT09XZJUWFiooqIieTwea9wnnnhCJSUl1tt5OTk5crlc6t+/v1Wzbt06v7FzcnKsMSTpyy+/VFCQ/0G04OBg1dbWNmQZAABAOxCQE7f79eunMWPGaMqUKdqzZ4927Nih6dOna+LEiYqPj5ckHT9+XImJidaRocjISGVmZmrWrFnasmWL8vLyNHnyZHk8Hg0bNkySNHr0aPXv31933323Dhw4oI0bN2rhwoXKysqyjvBMmzZNH374oebOnauCggI9//zzWrVqlWbOnGnN7zvf+Y6eeOIJrV27Vh999JHeeOMNPfPMM7rzzjsDsRwAAKA1CtTldZ999pmZNGmS6dixo3G5XGby5Mnm1KlTVvvRo0eNJLNlyxZr25kzZ8yDDz5oOnfubCIiIsydd95pTp486TfuRx99ZMaOHWvCw8NN165dzezZs01VVZVfzZYtW8zgwYNNaGio6d27t1m+fLlfu8/nMw899JDp0aOHCQsLM7179zY///nPrY8RaCg+AgAtTd1HAKzjIwAA4KIa+vrtMIaPmf66fD6fIiMjVV5eLpfL1dzTAdRr/lpJ0gsZQzR2YLdmng0AtEwNff3mu9sAAABsEJIAAABsEJIAAABsEJIAAABsEJIAAABsEJKANsjBN9wCQKMRkgAAAGwQkgAAAGwQkgAAAGwQkgAAAGwQkgAAAGwQkgAAAGwQkgAAAGwQkgAAAGwQkgAAAGwQkgAAAGwQkgAAAGwQkoA2iS9vA4DGIiQBAADYICQBAADYICQBAADYICQBAADYICQBAADYICQBAADYICQBAADYICQBAADYICQBAADYICQBAADYICQBAADYICQBbZCDr24DgEYjJAEAANggJAEAANggJAEAANggJAEAANggJAEAANggJAEAANggJAEAANggJAEAANggJAEAANggJAEAANggJAEAANggJAEAANggJAFtEN9vCwCNR0gCAACwQUgCAACwQUgCAACwQUgCAACwQUgCAACwQUgCAACwQUgCAACwQUgCAACwQUgCAACwQUgCAACwQUgC2qDu0RHNPQUAaPU6NPcEADSd/3nAo5PlZ9Wvm6u5pwIArR4hCWhDknpGN/cUAKDN4O02AAAAG4QkAAAAGwELSaWlpcrIyJDL5VJUVJQyMzN1+vTpevucPXtWWVlZ6tKlizp27Kj09HQVFxf71RQVFSktLU0RERGKjY3VnDlzVF1dbbWfPHlSd911l6677joFBQVpxowZto+1evVqJSYmKiwsTAMHDtS6desavc8AAKDtCFhIysjIUH5+vnJycrRmzRpt375dU6dOrbfPzJkz9dZbb2n16tXatm2bTpw4ofHjx1vtNTU1SktLU2VlpXbu3KkVK1YoOztbixYtsmoqKioUExOjhQsXatCgQbaPs3PnTk2aNEmZmZnat2+fxo0bp3HjxungwYNNs/MAAKDVcxhjTFMPevjwYfXv31979+7V0KFDJUkbNmzQ7bffrk8++UTx8fEX9CkvL1dMTIxWrlyp733ve5KkgoIC9evXT7m5uRo2bJjWr1+vO+64QydOnFBcXJwkadmyZZo3b54+/fRThYaG+o05cuRIDR48WL/5zW/8tk+YMEFffPGF1qxZY20bNmyYBg8erGXLll10vyoqKlRRUWHd9/l86t69u8rLy+VycTURAACtgc/nU2Rk5CVfvwNyJCk3N1dRUVFWQJKklJQUBQUFaffu3bZ98vLyVFVVpZSUFGtbYmKievToodzcXGvcgQMHWgFJklJTU+Xz+ZSfn39Z8zv3cerGqXuci1m8eLEiIyOtW/fu3Rv8mAAAoHUJSEjyer2KjY3129ahQwdFR0fL6/VetE9oaKiioqL8tsfFxVl9vF6vX0Cqa69ru5z52Y1zqTEWLFig8vJy63bs2LEGPyYAAGhdLiskzZ8/Xw6Ho95bQUFBoOba7JxOp1wul98NAAC0TZf1YZKzZ8/WfffdV29N79695Xa7VVJS4re9urpapaWlcrvdtv3cbrcqKytVVlbmdzSpuLjY6uN2u7Vnzx6/fnVXv11s3Is91vlXzZ37OAAAAJd1JCkmJkaJiYn13kJDQ+XxeFRWVqa8vDyr7+bNm1VbW6vk5GTbsZOSkhQSEqJNmzZZ2woLC1VUVCSPxyNJ8ng8ev/99/0CWE5Ojlwul/r379/g/fB4PH6PUzdO3eMAAAAE5Jykfv36acyYMZoyZYr27NmjHTt2aPr06Zo4caJ1Zdvx48eVmJhoHRmKjIxUZmamZs2apS1btigvL0+TJ0+Wx+PRsGHDJEmjR49W//79dffdd+vAgQPauHGjFi5cqKysLDmdTuvx9+/fr/379+v06dP69NNPtX//fh06dMhqf+ihh7RhwwYtWbJEBQUFeuSRR/Tuu+9q+vTpgVgOAADQGpkA+eyzz8ykSZNMx44djcvlMpMnTzanTp2y2o8ePWokmS1btljbzpw5Yx588EHTuXNnExERYe68805z8uRJv3E/+ugjM3bsWBMeHm66du1qZs+ebaqqqvxqJF1w69mzp1/NqlWrzHXXXWdCQ0PN9ddfb9auXXvZ+1heXm4kmfLy8svuCwAAmkdDX78D8jlJ7UVDP2cBAAC0HA19/b6sE7fhry5f+ny+Zp4JAABoqLrX7UsdJyIkNcKpU6ckiQ+VBACgFTp16pQiIyMv2s7bbY1QW1urEydOqFOnTnI4HE02bt3XnRw7doy38ZoQ6xoYrGtgsK6BwboGRmtbV2OMTp06pfj4eAUFXfwaNo4kNUJQUJCuvvrqgI3PB1YGBusaGKxrYLCugcG6BkZrWtf6jiDVCchHAAAAALR2hCQAAAAbhKQWyOl06uGHH/b7gEw0HusaGKxrYLCugcG6BkZbXVdO3AYAALDBkSQAAAAbhCQAAAAbhCQAAAAbhCQAAAAbhCQAAAAbhKQWaOnSperVq5fCwsKUnJysPXv2NPeUmsUjjzwih8Phd0tMTLTaz549q6ysLHXp0kUdO3ZUenq6iouL/cYoKipSWlqaIiIiFBsbqzlz5qi6utqvZuvWrRoyZIicTqf69Omj7OzsC+bSmn8m27dv13e+8x3Fx8fL4XDozTff9Gs3xmjRokXq1q2bwsPDlZKSog8++MCvprS0VBkZGXK5XIqKilJmZqZOnz7tV/Pee+/p1ltvVVhYmLp3766nnnrqgrmsXr1aiYmJCgsL08CBA7Vu3brLnktLcal1ve+++y74/R0zZoxfDet6ocWLF+ub3/ymOnXqpNjYWI0bN06FhYV+NS3pud+QubQEDVnXkSNHXvA7O23aNL+adreuBi3Ka6+9ZkJDQ81//dd/mfz8fDNlyhQTFRVliouLm3tqV9zDDz9srr/+enPy5Enr9umnn1rt06ZNM927dzebNm0y7777rhk2bJi5+eabrfbq6mozYMAAk5KSYvbt22fWrVtnunbtahYsWGDVfPjhhyYiIsLMmjXLHDp0yDz33HMmODjYbNiwwapp7T+TdevWmZ///Ofm9ddfN5LMG2+84df+5JNPmsjISPPmm2+aAwcOmH/7t38zCQkJ5syZM1bNmDFjzKBBg8yuXbvM//7v/5o+ffqYSZMmWe3l5eUmLi7OZGRkmIMHD5pXX33VhIeHm9///vdWzY4dO0xwcLB56qmnzKFDh8zChQtNSEiIef/99y9rLi3Fpdb13nvvNWPGjPH7/S0tLfWrYV0vlJqaapYvX24OHjxo9u/fb26//XbTo0cPc/r0aaumJT33LzWXlqIh6/qtb33LTJkyxe93try83Gpvj+tKSGphbrrpJpOVlWXdr6mpMfHx8Wbx4sXNOKvm8fDDD5tBgwbZtpWVlZmQkBCzevVqa9vhw4eNJJObm2uM+epFLCgoyHi9XqvmhRdeMC6Xy1RUVBhjjJk7d665/vrr/caeMGGCSU1Nte63pZ/J+S/mtbW1xu12m1//+tfWtrKyMuN0Os2rr75qjDHm0KFDRpLZu3evVbN+/XrjcDjM8ePHjTHGPP/886Zz587WuhpjzLx580zfvn2t+z/4wQ9MWlqa33ySk5PNj3/84wbPpaW6WEj67ne/e9E+rGvDlJSUGElm27ZtxpiW9dxvyFxaqvPX1ZivQtJDDz100T7tcV15u60FqaysVF5enlJSUqxtQUFBSklJUW5ubjPOrPl88MEHio+PV+/evZWRkaGioiJJUl5enqqqqvzWKjExUT169LDWKjc3VwMHDlRcXJxVk5qaKp/Pp/z8fKvm3DHqaurGaOs/k6NHj8rr9frtX2RkpJKTk/3WMSoqSkOHDrVqUlJSFBQUpN27d1s1I0aMUGhoqFWTmpqqwsJCff7551ZNfWvdkLm0Nlu3blVsbKz69u2rBx54QJ999pnVxro2THl5uSQpOjpaUst67jdkLi3V+eta55VXXlHXrl01YMAALViwQF9++aXV1h7XtcMVfTTU65///Kdqamr8fgElKS4uTgUFBc00q+aTnJys7Oxs9e3bVydPntSjjz6qW2+9VQcPHpTX61VoaKiioqL8+sTFxcnr9UqSvF6v7VrWtdVX4/P5dObMGX3++edt+mdStw52+3fuGsXGxvq1d+jQQdHR0X41CQkJF4xR19a5c+eLrvW5Y1xqLq3JmDFjNH78eCUkJOgf//iHfvazn2ns2LHKzc1VcHAw69oAtbW1mjFjhm655RYNGDBAklrUc78hc2mJ7NZVku666y717NlT8fHxeu+99zRv3jwVFhbq9ddfl9Q+15WQhBZr7Nix1v/fcMMNSk5OVs+ePbVq1SqFh4c348yAS5s4caL1/wMHDtQNN9yga665Rlu3btWoUaOacWatR1ZWlg4ePKh33nmnuafSplxsXadOnWr9/8CBA9WtWzeNGjVK//jHP3TNNddc6Wm2CLzd1oJ07dpVwcHBF5zBX1xcLLfb3UyzajmioqJ03XXX6ciRI3K73aqsrFRZWZlfzblr5Xa7bdeyrq2+GpfLpfDw8Db/M6nbh/r2z+12q6SkxK+9urpapaWlTbLW57Zfai6tWe/evdW1a1cdOXJEEut6KdOnT9eaNWu0ZcsWXX311db2lvTcb8hcWpqLraud5ORkSfL7nW1v60pIakFCQ0OVlJSkTZs2Wdtqa2u1adMmeTyeZpxZy3D69Gn94x//ULdu3ZSUlKSQkBC/tSosLFRRUZG1Vh6PR++//77fC1FOTo5cLpf69+9v1Zw7Rl1N3Rht/WeSkJAgt9vtt38+n0+7d+/2W8eysjLl5eVZNZs3b1Ztba31R9Tj8Wj79u2qqqqyanJyctS3b1917tzZqqlvrRsyl9bsk08+0WeffaZu3bpJYl0vxhij6dOn64033tDmzZsveLuxJT33GzKXluJS62pn//79kuT3O9vu1vWKniaOS3rttdeM0+k02dnZ5tChQ2bq1KkmKirK72qC9mL27Nlm69at5ujRo2bHjh0mJSXFdO3a1ZSUlBhjvrpEtEePHmbz5s3m3XffNR6Px3g8Hqt/3eWqo0ePNvv37zcbNmwwMTExtperzpkzxxw+fNgsXbrU9nLV1vwzOXXqlNm3b5/Zt2+fkWSeeeYZs2/fPvPxxx8bY766PDwqKsr8+c9/Nu+995757ne/a/sRADfeeKPZvXu3eeedd8y1117rd6l6WVmZiYuLM3fffbc5ePCgee2110xERMQFl6p36NDBPP300+bw4cPm4Ycftr1U/VJzaSnqW9dTp06Zf//3fze5ubnm6NGj5q9//asZMmSIufbaa83Zs2etMVjXCz3wwAMmMjLSbN261e9S9C+//NKqaUnP/UvNpaW41LoeOXLEPPbYY+bdd981R48eNX/+859N7969zYgRI6wx2uO6EpJaoOeee8706NHDhIaGmptuusns2rWruafULCZMmGC6detmQkNDzTe+8Q0zYcIEc+TIEav9zJkz5sEHHzSdO3c2ERER5s477zQnT570G+Ojjz4yY8eONeHh4aZr165m9uzZpqqqyq9my5YtZvDgwSY0NNT07t3bLF++/IK5tOafyZYtW4ykC2733nuvMearS8R/8YtfmLi4OON0Os2oUaNMYWGh3xifffaZmTRpkunYsaNxuVxm8uTJ5tSpU341Bw4cMMOHDzdOp9N84xvfME8++eQFc1m1apW57rrrTGhoqLn++uvN2rVr/dobMpeWor51/fLLL83o0aNNTEyMCQkJMT179jRTpky5IFizrheyW1NJfs/LlvTcb8hcWoJLrWtRUZEZMWKEiY6ONk6n0/Tp08fMmTPH73OSjGl/6+owxpgrd9wKAACgdeCcJAAAABuEJAAAABuEJAAAABuEJAAAABuEJAAAABuEJAAAABuEJAAAABuEJAAAABuEJAAAABuEJAAAABuEJAAAABv/H8/MjTUgTrxBAAAAAElFTkSuQmCC", + "text/plain": [ + "
" + ] + }, + "metadata": {}, + "output_type": "display_data" + } + ], + "source": [ + "err = data_o-act_o\n", + "plt.plot(err)\n", + "plt.title(\"Error\")\n", + "plt.show()\n" + ] + } + ], + "metadata": { + "kernelspec": { + "display_name": "my-venv", + "language": "python", + "name": "python3" + }, + "language_info": { + "codemirror_mode": { + "name": "ipython", + "version": 3 + }, + "file_extension": ".py", + "mimetype": "text/x-python", + "name": "python", + "nbconvert_exporter": "python", + "pygments_lexer": "ipython3", + "version": "3.12.3" + } + }, + "nbformat": 4, + "nbformat_minor": 5 +} diff --git a/AI_Engine_Development/AIE-MLv2/Design_Tutorials/01-Radio-ML/aie/conv1d_w1/w1_bias_trained.txt b/AI_Engine_Development/AIE-MLv2/Design_Tutorials/01-Radio-ML/aie/conv1d_w1/w1_bias_trained.txt new file mode 100755 index 0000000000..779cd9c0c1 --- /dev/null +++ b/AI_Engine_Development/AIE-MLv2/Design_Tutorials/01-Radio-ML/aie/conv1d_w1/w1_bias_trained.txt @@ -0,0 +1,64 @@ +-0.132812500000 +-0.166992187500 +-0.103027343750 +-0.257812500000 +-0.132812500000 +-0.269531250000 +-0.203125000000 +-0.257812500000 +-0.201171875000 +-0.218750000000 +-0.133789062500 +-0.226562500000 +-0.208007812500 +-0.060058593750 +-0.174804687500 +-0.032226562500 +-0.102539062500 +-0.081542968750 +-0.091308593750 +0.002380371094 +0.004211425781 +-0.259765625000 +-0.096191406250 +-0.097167968750 +-0.093750000000 +-0.209960937500 +-0.057373046875 +-0.149414062500 +-0.203125000000 +-0.180664062500 +-0.269531250000 +-0.265625000000 +-0.175781250000 +-0.106933593750 +-0.089355468750 +-0.296875000000 +-0.269531250000 +-0.104003906250 +-0.204101562500 +-0.250000000000 +-0.145507812500 +-0.009033203125 +-0.283203125000 +-0.185546875000 +-0.240234375000 +0.000999450684 +-0.037841796875 +-0.203125000000 +-0.188476562500 +-0.226562500000 +-0.020385742188 +-0.012878417969 +-0.068359375000 +-0.253906250000 +-0.187500000000 +-0.207031250000 +-0.082519531250 +-0.185546875000 +-0.173828125000 +-0.032226562500 +-0.250000000000 +-0.259765625000 +-0.210937500000 +-0.306640625000 diff --git a/AI_Engine_Development/AIE-MLv2/Design_Tutorials/01-Radio-ML/aie/conv1d_w1/w1_weights_trained.txt b/AI_Engine_Development/AIE-MLv2/Design_Tutorials/01-Radio-ML/aie/conv1d_w1/w1_weights_trained.txt new file mode 100755 index 0000000000..1f1f731141 --- /dev/null +++ b/AI_Engine_Development/AIE-MLv2/Design_Tutorials/01-Radio-ML/aie/conv1d_w1/w1_weights_trained.txt @@ -0,0 +1,896 @@ +-0.002853393555 +-0.031494140625 +0.049804687500 +-0.090332031250 +0.011840820312 +-0.110351562500 +-0.109863281250 +-0.064941406250 +0.024291992188 +0.016113281250 +0.011291503906 +0.162109375000 +-0.083496093750 +-0.104980468750 +-0.068847656250 +0.040283203125 +0.176757812500 +0.018798828125 +-0.063476562500 +0.030761718750 +-0.061767578125 +-0.098144531250 +0.099121093750 +0.089843750000 +-0.025512695312 +0.049072265625 +0.125976562500 +0.095214843750 +0.000564575195 +0.041015625000 +0.077148437500 +0.012512207031 +0.103027343750 +-0.066406250000 +-0.051269531250 +-0.112304687500 +0.074707031250 +-0.044677734375 +-0.069335937500 +0.134765625000 +-0.046875000000 +-0.036132812500 +0.161132812500 +0.039794921875 +-0.042968750000 +-0.011535644531 +0.050781250000 +-0.091308593750 +0.004669189453 +-0.080566406250 +0.052978515625 +-0.111816406250 +-0.167968750000 +0.005462646484 +-0.104003906250 +0.056640625000 +-0.016113281250 +0.086425781250 +-0.009277343750 +-0.034912109375 +-0.100097656250 +-0.091308593750 +0.118164062500 +-0.064453125000 +-0.044189453125 +-0.079101562500 +0.074707031250 +0.109375000000 +-0.105468750000 +-0.121093750000 +0.038818359375 +0.110839843750 +-0.143554687500 +0.116210937500 +-0.080566406250 +-0.073730468750 +0.062011718750 +0.075195312500 +-0.090820312500 +-0.071777343750 +0.059814453125 +-0.046875000000 +0.125000000000 +0.046142578125 +-0.047363281250 +0.134765625000 +0.051513671875 +0.011840820312 +-0.131835937500 +0.043945312500 +0.061035156250 +-0.021606445312 +-0.105468750000 +-0.018310546875 +0.200195312500 +-0.126953125000 +-0.099609375000 +0.171875000000 +-0.103515625000 +-0.044921875000 +0.146484375000 +-0.107910156250 +-0.078613281250 +0.013183593750 +0.054199218750 +0.019287109375 +-0.089843750000 +-0.116210937500 +0.054443359375 +0.028686523438 +0.015563964844 +0.106445312500 +0.095703125000 +-0.198242187500 +0.016113281250 +-0.094726562500 +0.009704589844 +-0.178710937500 +-0.110839843750 +-0.058349609375 +-0.006896972656 +0.030639648438 +0.022460937500 +-0.027587890625 +-0.104980468750 +0.057617187500 +0.130859375000 +-0.051269531250 +-0.125000000000 +0.049560546875 +0.054687500000 +-0.048095703125 +0.002273559570 +-0.091796875000 +-0.119628906250 +-0.000167846680 +0.092285156250 +0.061279296875 +0.102050781250 +0.190429687500 +0.214843750000 +0.011108398438 +-0.023437500000 +-0.086425781250 +-0.042968750000 +-0.158203125000 +-0.063476562500 +0.064941406250 +-0.026245117188 +0.046630859375 +-0.031005859375 +-0.017822265625 +0.083984375000 +0.121582031250 +-0.012939453125 +0.017822265625 +-0.084960937500 +0.025878906250 +0.073242187500 +-0.001670837402 +0.077636718750 +0.004943847656 +0.021606445312 +-0.097656250000 +0.074707031250 +0.053710937500 +-0.223632812500 +0.074707031250 +-0.086425781250 +-0.009094238281 +0.090820312500 +0.003036499023 +-0.085937500000 +-0.030029296875 +-0.006652832031 +-0.110839843750 +-0.009643554688 +0.015747070312 +0.071777343750 +0.176757812500 +-0.130859375000 +-0.022949218750 +0.131835937500 +0.019409179688 +0.092773437500 +0.096191406250 +-0.076660156250 +-0.057128906250 +-0.101562500000 +-0.111816406250 +0.088378906250 +-0.021728515625 +-0.077148437500 +-0.091796875000 +0.064453125000 +0.069335937500 +-0.106933593750 +-0.081054687500 +-0.022094726562 +0.023803710938 +0.066406250000 +0.024902343750 +0.028320312500 +-0.060058593750 +-0.016845703125 +0.011535644531 +-0.086425781250 +-0.016845703125 +-0.103027343750 +-0.033447265625 +-0.048095703125 +-0.016723632812 +-0.037353515625 +0.017333984375 +-0.007812500000 +0.019042968750 +0.088867187500 +-0.055175781250 +0.014404296875 +-0.110839843750 +0.071777343750 +-0.005645751953 +-0.029052734375 +-0.143554687500 +-0.047119140625 +-0.071289062500 +-0.055664062500 +0.091308593750 +0.194335937500 +-0.064941406250 +0.064941406250 +0.020019531250 +0.135742187500 +0.014709472656 +-0.017333984375 +-0.124511718750 +-0.014648437500 +0.066406250000 +0.040527343750 +0.099609375000 +0.114257812500 +0.066894531250 +-0.036865234375 +0.162109375000 +-0.022827148438 +-0.106445312500 +0.132812500000 +-0.144531250000 +0.016113281250 +0.064941406250 +0.103027343750 +-0.072753906250 +-0.125000000000 +0.067871093750 +0.094726562500 +-0.088867187500 +-0.007812500000 +0.046630859375 +-0.056152343750 +-0.010375976562 +0.030029296875 +0.025512695312 +-0.042236328125 +-0.020996093750 +-0.088867187500 +0.091308593750 +0.111328125000 +0.142578125000 +0.007293701172 +-0.023681640625 +0.071289062500 +-0.034912109375 +-0.062988281250 +-0.008056640625 +-0.024780273438 +0.061767578125 +0.005096435547 +0.054931640625 +-0.017456054688 +-0.062988281250 +0.048583984375 +0.084960937500 +-0.042480468750 +-0.030273437500 +-0.001075744629 +-0.121582031250 +-0.034912109375 +0.027221679688 +0.070800781250 +0.040527343750 +-0.034912109375 +0.059326171875 +0.054199218750 +-0.104003906250 +0.012512207031 +0.005798339844 +-0.053222656250 +-0.037353515625 +0.003677368164 +-0.075195312500 +-0.024902343750 +0.010620117188 +0.039306640625 +-0.054199218750 +-0.010559082031 +-0.090820312500 +-0.020874023438 +0.083007812500 +-0.041748046875 +0.013793945312 +0.053710937500 +0.091796875000 +0.056152343750 +0.064453125000 +-0.077636718750 +-0.109375000000 +-0.084472656250 +-0.188476562500 +0.066894531250 +0.004547119141 +-0.033203125000 +0.015747070312 +-0.018798828125 +0.024169921875 +-0.101074218750 +0.083496093750 +-0.064453125000 +0.106445312500 +0.020019531250 +-0.030273437500 +0.100097656250 +0.020996093750 +0.011535644531 +0.043701171875 +-0.063476562500 +0.012512207031 +0.058349609375 +-0.062011718750 +-0.129882812500 +-0.040527343750 +-0.041259765625 +-0.044921875000 +0.038085937500 +0.034423828125 +0.078125000000 +0.062500000000 +0.036621093750 +-0.032714843750 +0.011840820312 +0.026611328125 +-0.048339843750 +-0.154296875000 +0.032714843750 +-0.062011718750 +-0.027465820312 +0.110351562500 +0.128906250000 +0.116699218750 +-0.030883789062 +0.031494140625 +0.080566406250 +0.023315429688 +-0.012329101562 +-0.034912109375 +-0.035644531250 +0.043212890625 +0.023559570312 +0.118164062500 +-0.024169921875 +0.074218750000 +-0.052490234375 +-0.043457031250 +-0.025878906250 +-0.006164550781 +-0.028442382812 +-0.124023437500 +-0.061767578125 +0.083496093750 +-0.186523437500 +-0.049560546875 +0.016479492188 +0.003967285156 +-0.061279296875 +-0.015014648438 +-0.011047363281 +0.082519531250 +0.000576019287 +0.038818359375 +0.019165039062 +-0.007812500000 +-0.055419921875 +-0.122070312500 +-0.116699218750 +0.145507812500 +0.112304687500 +0.030029296875 +-0.166992187500 +-0.009216308594 +0.139648437500 +-0.053710937500 +-0.067382812500 +0.025756835938 +0.110839843750 +0.023559570312 +-0.043212890625 +0.016723632812 +0.047119140625 +-0.050292968750 +-0.032958984375 +-0.023193359375 +-0.011718750000 +-0.104980468750 +-0.009948730469 +-0.040039062500 +-0.041015625000 +-0.093261718750 +-0.012573242188 +0.062988281250 +0.026977539062 +0.148437500000 +0.071289062500 +0.017456054688 +-0.017089843750 +-0.091308593750 +-0.029663085938 +-0.048583984375 +-0.028442382812 +-0.119628906250 +0.012451171875 +0.049072265625 +0.056884765625 +-0.063964843750 +-0.039550781250 +-0.027343750000 +-0.033203125000 +-0.250000000000 +0.014953613281 +0.014709472656 +-0.061523437500 +0.060791015625 +0.058837890625 +0.097656250000 +-0.112304687500 +-0.070312500000 +-0.097656250000 +-0.048095703125 +0.059570312500 +0.059814453125 +-0.017944335938 +0.034423828125 +-0.076660156250 +-0.056640625000 +-0.027221679688 +0.029907226562 +-0.059082031250 +0.126953125000 +0.058593750000 +-0.060302734375 +0.086425781250 +-0.006378173828 +0.039550781250 +0.117675781250 +-0.099121093750 +0.058593750000 +0.108398437500 +-0.047607421875 +0.050048828125 +-0.061523437500 +0.052490234375 +-0.124023437500 +0.073730468750 +0.051269531250 +0.072753906250 +0.099609375000 +-0.022705078125 +0.055664062500 +-0.099121093750 +-0.144531250000 +-0.095214843750 +0.036865234375 +-0.009094238281 +-0.034912109375 +0.003936767578 +0.145507812500 +0.109863281250 +0.123046875000 +-0.019042968750 +0.006561279297 +0.065917968750 +0.072265625000 +-0.020507812500 +-0.055419921875 +0.025024414062 +0.022338867188 +-0.021118164062 +0.020385742188 +-0.095214843750 +0.030029296875 +-0.014038085938 +0.049072265625 +0.013183593750 +0.116699218750 +0.005279541016 +-0.143554687500 +-0.077148437500 +0.095703125000 +-0.038330078125 +-0.011596679688 +-0.098144531250 +0.035644531250 +-0.021972656250 +-0.000682830811 +0.187500000000 +0.101562500000 +-0.021362304688 +0.064941406250 +-0.014709472656 +0.112792968750 +-0.108886718750 +-0.058837890625 +0.042480468750 +0.083984375000 +0.082519531250 +0.011047363281 +0.121582031250 +0.037109375000 +-0.002716064453 +-0.073730468750 +0.027954101562 +0.012512207031 +0.078613281250 +0.045898437500 +-0.011840820312 +0.150390625000 +0.024291992188 +-0.087402343750 +-0.046386718750 +0.035400390625 +-0.083984375000 +-0.033935546875 +0.080566406250 +0.068359375000 +-0.088867187500 +0.017700195312 +-0.080566406250 +0.050781250000 +0.058837890625 +-0.056152343750 +0.015502929688 +0.076660156250 +0.019165039062 +-0.085937500000 +0.010986328125 +-0.048339843750 +-0.118164062500 +-0.108398437500 +0.123046875000 +0.053710937500 +-0.063964843750 +-0.104003906250 +0.005706787109 +-0.035888671875 +-0.021972656250 +0.089355468750 +0.090332031250 +0.060302734375 +0.056884765625 +0.078613281250 +0.011596679688 +0.043212890625 +-0.025756835938 +-0.048583984375 +0.023925781250 +-0.115722656250 +-0.077636718750 +0.024047851562 +-0.044433593750 +0.006744384766 +-0.057128906250 +-0.100097656250 +0.033935546875 +0.013366699219 +-0.125976562500 +0.050292968750 +0.116210937500 +-0.040527343750 +0.089355468750 +-0.022216796875 +0.013427734375 +0.077148437500 +-0.036376953125 +0.083984375000 +-0.025512695312 +-0.022705078125 +-0.062988281250 +-0.096191406250 +-0.053955078125 +-0.156250000000 +0.092773437500 +0.046142578125 +0.048828125000 +0.066894531250 +-0.052246093750 +0.038818359375 +0.082031250000 +0.094238281250 +-0.009521484375 +0.030029296875 +0.054931640625 +-0.031982421875 +0.062500000000 +-0.043212890625 +-0.013061523438 +0.090332031250 +0.012695312500 +-0.041503906250 +0.013488769531 +0.028320312500 +0.091308593750 +-0.011413574219 +0.004943847656 +0.027343750000 +0.020996093750 +0.059326171875 +-0.147460937500 +0.111816406250 +-0.060302734375 +-0.130859375000 +-0.003570556641 +0.108398437500 +-0.148437500000 +-0.058349609375 +-0.050537109375 +0.107910156250 +0.011291503906 +0.017578125000 +-0.015991210938 +-0.015136718750 +0.061279296875 +0.120605468750 +-0.074707031250 +0.119140625000 +0.046875000000 +0.174804687500 +-0.031250000000 +0.152343750000 +0.007751464844 +-0.007415771484 +0.000907897949 +0.094238281250 +0.044921875000 +-0.121582031250 +-0.074707031250 +0.078125000000 +-0.092285156250 +-0.004547119141 +0.013305664062 +0.044921875000 +0.081542968750 +0.047363281250 +-0.006958007812 +-0.052490234375 +-0.009216308594 +-0.104003906250 +-0.062500000000 +0.080078125000 +-0.040527343750 +-0.082519531250 +0.133789062500 +-0.148437500000 +-0.015747070312 +-0.009033203125 +-0.102050781250 +0.091308593750 +0.054199218750 +0.035156250000 +-0.055419921875 +0.062988281250 +-0.001235961914 +-0.168945312500 +0.124023437500 +-0.064453125000 +-0.134765625000 +-0.118652343750 +0.128906250000 +0.047607421875 +0.075683593750 +-0.049072265625 +-0.023071289062 +0.005950927734 +-0.055175781250 +0.001281738281 +0.110839843750 +-0.056884765625 +0.057861328125 +0.099121093750 +-0.027709960938 +-0.048583984375 +-0.099609375000 +0.001953125000 +0.129882812500 +0.032470703125 +-0.103027343750 +0.053710937500 +-0.050048828125 +0.014465332031 +-0.042480468750 +-0.093750000000 +0.111816406250 +0.055908203125 +-0.108398437500 +0.021240234375 +0.076660156250 +0.062255859375 +-0.093261718750 +-0.016235351562 +0.027221679688 +0.073730468750 +-0.018798828125 +0.053710937500 +0.013000488281 +-0.043212890625 +0.016967773438 +-0.052978515625 +-0.061279296875 +-0.053466796875 +0.014892578125 +0.047363281250 +0.105957031250 +0.026611328125 +-0.074707031250 +0.064941406250 +0.043212890625 +-0.148437500000 +-0.104980468750 +-0.005157470703 +0.148437500000 +-0.021606445312 +0.101074218750 +0.032958984375 +-0.092773437500 +-0.113769531250 +0.057373046875 +-0.042480468750 +-0.057128906250 +-0.086914062500 +0.098632812500 +-0.027587890625 +0.018432617188 +0.033447265625 +-0.045898437500 +0.049560546875 +-0.146484375000 +-0.063476562500 +-0.045654296875 +0.012512207031 +-0.001197814941 +0.179687500000 +0.146484375000 +0.000349044800 +-0.142578125000 +0.098632812500 +0.036376953125 +0.028076171875 +0.040283203125 +0.024658203125 +-0.075195312500 +0.178710937500 +-0.121093750000 +0.097656250000 +-0.018920898438 +0.132812500000 +-0.053466796875 +0.094726562500 +-0.059814453125 +0.128906250000 +0.021484375000 +-0.127929687500 +-0.013366699219 +-0.179687500000 +0.050048828125 +0.033935546875 +0.005889892578 +0.033935546875 +0.128906250000 +0.110351562500 +-0.157226562500 +0.060058593750 +0.026733398438 +0.021972656250 +-0.080078125000 +-0.024291992188 +-0.044677734375 +-0.136718750000 +-0.029541015625 +-0.069335937500 +0.017333984375 +0.062255859375 +-0.040039062500 +0.038330078125 +0.017944335938 +0.023681640625 +0.047363281250 +-0.140625000000 +-0.092285156250 +-0.070800781250 +0.137695312500 +-0.158203125000 +-0.007446289062 +-0.033935546875 +-0.119140625000 +-0.009094238281 +0.175781250000 +0.040771484375 +0.045654296875 +-0.009216308594 +-0.032226562500 +-0.071777343750 +-0.035156250000 +0.015869140625 +0.124511718750 +-0.074218750000 +0.051513671875 +-0.015258789062 +-0.081542968750 +0.045166015625 +-0.073242187500 +0.033691406250 +0.039306640625 +0.180664062500 +-0.035888671875 +0.081542968750 +-0.009765625000 +-0.039062500000 +0.199218750000 +-0.107910156250 +0.093261718750 +0.089843750000 +0.092773437500 +-0.207031250000 +0.098144531250 +0.096679687500 +0.003082275391 +0.050781250000 +0.067382812500 +0.057373046875 +0.100585937500 +0.032714843750 +0.020751953125 +-0.082519531250 +0.057373046875 +0.031494140625 +-0.074218750000 +0.006317138672 +0.062988281250 +-0.116699218750 +-0.019775390625 +-0.170898437500 +-0.052490234375 +0.074707031250 +-0.153320312500 +0.007049560547 +-0.146484375000 +0.110839843750 +-0.125976562500 +-0.057861328125 +0.096679687500 +-0.005584716797 +-0.192382812500 +-0.063964843750 +-0.045166015625 +-0.044677734375 +-0.121093750000 +-0.037841796875 +0.119628906250 +-0.014099121094 +0.002868652344 +-0.049560546875 +-0.023071289062 +0.036376953125 +-0.137695312500 +-0.153320312500 +0.010131835938 +0.048828125000 +0.011047363281 +0.037109375000 +-0.064941406250 +0.048828125000 +-0.111816406250 +0.019531250000 +0.054687500000 +0.118652343750 +0.091308593750 +-0.067871093750 +-0.048339843750 +0.134765625000 diff --git a/AI_Engine_Development/AIE-MLv2/Design_Tutorials/01-Radio-ML/aie/dense_w16/Makefile b/AI_Engine_Development/AIE-MLv2/Design_Tutorials/01-Radio-ML/aie/dense_w16/Makefile new file mode 100644 index 0000000000..3d8cef6fc7 --- /dev/null +++ b/AI_Engine_Development/AIE-MLv2/Design_Tutorials/01-Radio-ML/aie/dense_w16/Makefile @@ -0,0 +1,69 @@ +# +# Copyright (C) 2024, Advanced Micro Devices, Inc. All rights reserved. +# SPDX-License-Identifier: MIT +# +# Author: Faisal El-Shabani + +MY_APP := dense_w16_app +MY_SOURCES := ${MY_APP}.cpp dense_w16_graph.h dense_w16.h dense_w16.cpp + +PART ?= xc2ve3858-ssva2112-2MP-e-S + +AIE_OUTPUT := libadf.a + +AIE_FLAGS := --part=${PART} ${MY_APP}.cpp --aie.output-archive=${AIE_OUTPUT} --include=../utility + +.PHONY: help clean x86com x86sim sim profile throughput + +help:: + @echo "Makefile Usage:" + @echo " make all" + @echo " Command to generate everything for this design" + @echo "" + @echo " make compile" + @echo " Run AIE compiler and build the design" + @echo "" + @echo " make profile" + @echo " Run AIE simulator with profiling and generate outputs suitable for Vitis Analyzer" + @echo "" + @echo " make analyze" + @echo " Run Vitis Analyzer to inspect results" + @echo "" + @echo " make throughput" + @echo " Evaluate the achieved throughput at the output" + @echo "" + @echo " make clean" + @echo " Command to remove all the generated files." + +all: ${AIE_OUTPUT} + +x86all: clean x86com x86sim + +${AIE_OUTPUT}: ${MY_SOURCES} + v++ --compile --config aie.cfg --mode aie --target=hw ${AIE_FLAGS} 2>&1 | tee log + +x86com: + v++ --compile --config aie.cfg --mode aie --target=x86sim ${AIE_FLAGS} 2>&1 | tee log + +sim: + aiesimulator 2>&1 | tee -a log + +x86sim: + x86simulator 2>&1 | tee -a log + +profile: + aiesimulator --online -wdb -text --profile 2>&1 | tee -a log + +trace: + aiesimulator --hang-detect-time=5000 --online -wdb -text 2>&1 | tee -a log + +clean: + rm -rf .Xil Work libadf.a + rm -rf aiesimulator_output* aiesimulator*.log + rm -rf x86simulator_output* + rm -rf log log* + rm -rf *.xpe *.elf *.db *.soln Map_* xnw* *.lp *.log .xil .Xil *.lp *.db *.log *.exe *.vcd *.json + rm -rf vitis_analyzer* pl_sample_counts* pl_sample_count_* + rm -rf temp ISS_RPC_SERVER_PORT .crashReporter .AIE_SIM_CMD_LINE_OPTIONS + rm -rf system*.* trdata.aiesim function_wdb_dir .wsdata _ide vfs_work .ipynb_checkpoints _ide + diff --git a/AI_Engine_Development/AIE-MLv2/Design_Tutorials/01-Radio-ML/aie/dense_w16/aie.cfg b/AI_Engine_Development/AIE-MLv2/Design_Tutorials/01-Radio-ML/aie/dense_w16/aie.cfg new file mode 100644 index 0000000000..bd3d1e8a37 --- /dev/null +++ b/AI_Engine_Development/AIE-MLv2/Design_Tutorials/01-Radio-ML/aie/dense_w16/aie.cfg @@ -0,0 +1,13 @@ +# +# Copyright (C) 2024, Advanced Micro Devices, Inc. All rights reserved. +# SPDX-License-Identifier: MIT +# +# Author: Faisal El-Shabani + +[aie] + +kernel-linting=true +xlopt=1 +verbose=true +pl-freq=625 +Xmapper=BufferOptLevel0 \ No newline at end of file diff --git a/AI_Engine_Development/AIE-MLv2/Design_Tutorials/01-Radio-ML/aie/dense_w16/data/biases-rtp.txt b/AI_Engine_Development/AIE-MLv2/Design_Tutorials/01-Radio-ML/aie/dense_w16/data/biases-rtp.txt new file mode 100644 index 0000000000..974efedc32 --- /dev/null +++ b/AI_Engine_Development/AIE-MLv2/Design_Tutorials/01-Radio-ML/aie/dense_w16/data/biases-rtp.txt @@ -0,0 +1,128 @@ +0.151367187500 +0.104980468750 +0.099609375000 +0.083984375000 +0.031738281250 +0.106933593750 +0.017333984375 +0.030517578125 +-0.016845703125 +0.011535644531 +0.155273437500 +0.183593750000 +0.024658203125 +0.116210937500 +0.095214843750 +0.065429687500 +-0.037597656250 +0.132812500000 +-0.105957031250 +0.147460937500 +0.099609375000 +0.066406250000 +0.240234375000 +0.100097656250 +0.037109375000 +0.073242187500 +0.222656250000 +0.037841796875 +-0.020996093750 +0.190429687500 +0.027221679688 +0.044189453125 +-0.016967773438 +0.283203125000 +-0.018310546875 +0.030273437500 +0.187500000000 +0.072265625000 +0.184570312500 +-0.042968750000 +0.320312500000 +0.184570312500 +-0.037597656250 +-0.275390625000 +0.119628906250 +0.230468750000 +0.057861328125 +0.108398437500 +0.134765625000 +0.007232666016 +0.178710937500 +0.095214843750 +0.094726562500 +-0.060302734375 +0.045410156250 +0.130859375000 +0.066406250000 +0.168945312500 +0.137695312500 +0.034912109375 +0.007781982422 +0.037841796875 +-0.125976562500 +0.024414062500 +-0.002410888672 +-0.055908203125 +-0.029174804688 +-0.024414062500 +-0.184570312500 +-0.030761718750 +0.020751953125 +-0.006713867188 +0.251953125000 +0.207031250000 +0.396484375000 +0.141601562500 +0.073242187500 +-0.052978515625 +0.084960937500 +-0.060058593750 +0.032470703125 +-0.003494262695 +0.208984375000 +0.004760742188 +0.162109375000 +0.171875000000 +0.044921875000 +0.182617187500 +0.096679687500 +0.000476837158 +0.023803710938 +0.162109375000 +0.133789062500 +0.164062500000 +0.090820312500 +0.103027343750 +0.126953125000 +-0.084472656250 +0.025268554688 +0.202148437500 +0.191406250000 +0.079589843750 +-0.111816406250 +-0.037841796875 +-0.173828125000 +0.111816406250 +0.076660156250 +0.017211914062 +0.038818359375 +0.019287109375 +-0.125976562500 +0.174804687500 +-0.001213073730 +0.021484375000 +0.165039062500 +0.101562500000 +0.016235351562 +0.051025390625 +0.131835937500 +0.197265625000 +0.330078125000 +0.174804687500 +0.131835937500 +0.103027343750 +-0.056640625000 +0.120605468750 +0.296875000000 +0.043701171875 diff --git a/AI_Engine_Development/AIE-MLv2/Design_Tutorials/01-Radio-ML/aie/dense_w16/data/data_i.txt b/AI_Engine_Development/AIE-MLv2/Design_Tutorials/01-Radio-ML/aie/dense_w16/data/data_i.txt new file mode 100644 index 0000000000..0d0ab6fb02 --- /dev/null +++ b/AI_Engine_Development/AIE-MLv2/Design_Tutorials/01-Radio-ML/aie/dense_w16/data/data_i.txt @@ -0,0 +1,512 @@ +0.000000000000 0.000000000000 0.605468750000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 1.289062500000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 2.312500000000 4.656250000000 +0.043945312500 0.000000000000 0.000000000000 0.178710937500 +0.000000000000 0.906250000000 1.164062500000 1.726562500000 +3.000000000000 3.343750000000 0.574218750000 0.388671875000 +2.546875000000 0.023925781250 0.000000000000 0.000000000000 +0.000000000000 0.111328125000 2.562500000000 0.000000000000 +1.210937500000 4.312500000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 1.937500000000 0.937500000000 +0.000000000000 0.000000000000 0.470703125000 0.000000000000 +0.000000000000 0.000000000000 0.020874023438 0.000000000000 +3.140625000000 0.451171875000 0.000000000000 0.066894531250 +0.000000000000 0.000000000000 1.468750000000 1.406250000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +1.492187500000 0.000000000000 0.000000000000 0.000000000000 +0.835937500000 0.742187500000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 2.953125000000 3.890625000000 +0.000000000000 0.000000000000 0.000000000000 0.675781250000 +0.000000000000 0.855468750000 0.000000000000 1.195312500000 +5.718750000000 5.250000000000 0.000000000000 0.000000000000 +2.234375000000 1.976562500000 1.179687500000 0.255859375000 +0.000000000000 0.742187500000 2.984375000000 0.000000000000 +0.445312500000 5.500000000000 0.000000000000 0.000000000000 +0.000000000000 0.781250000000 3.546875000000 0.071289062500 +0.000000000000 0.000000000000 0.523437500000 0.000000000000 +0.742187500000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.237304687500 +0.000000000000 0.000000000000 0.851562500000 0.000000000000 +0.558593750000 0.000000000000 0.000000000000 0.000000000000 +1.281250000000 0.000000000000 0.000000000000 0.000000000000 +1.523437500000 0.000000000000 0.000000000000 0.099609375000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 3.109375000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 1.437500000000 0.000000000000 0.259765625000 +5.468750000000 4.531250000000 0.000000000000 0.000000000000 +2.812500000000 2.406250000000 2.843750000000 1.210937500000 +0.000000000000 0.349609375000 3.343750000000 0.000000000000 +0.000000000000 3.921875000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 3.296875000000 0.177734375000 +0.281250000000 0.882812500000 0.141601562500 0.000000000000 +0.953125000000 0.000000000000 0.000000000000 0.000000000000 +1.500000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.882812500000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.462890625000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 2.140625000000 4.875000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 2.140625000000 0.000000000000 0.000000000000 +8.375000000000 6.437500000000 0.292968750000 0.000000000000 +2.046875000000 0.000000000000 3.328125000000 1.203125000000 +0.000000000000 0.322265625000 3.734375000000 0.091308593750 +0.000000000000 2.734375000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 3.031250000000 0.105957031250 +0.000000000000 0.605468750000 0.773437500000 0.000000000000 +1.593750000000 0.000000000000 0.703125000000 0.000000000000 +1.890625000000 1.460937500000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.882812500000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 1.406250000000 8.250000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 1.171875000000 0.116699218750 0.253906250000 +8.750000000000 7.187500000000 0.194335937500 0.000000000000 +1.539062500000 0.000000000000 1.164062500000 1.250000000000 +0.000000000000 1.148437500000 3.156250000000 2.406250000000 +0.000000000000 3.812500000000 0.000000000000 0.773437500000 +0.000000000000 0.000000000000 2.578125000000 1.312500000000 +0.000000000000 0.000000000000 1.187500000000 0.000000000000 +0.730468750000 0.000000000000 2.218750000000 0.000000000000 +5.218750000000 2.453125000000 1.476562500000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.750000000000 0.000000000000 0.185546875000 0.000000000000 +0.753906250000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.068359375000 0.000000000000 +0.000000000000 0.000000000000 0.003265380859 7.781250000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.863281250000 0.482421875000 2.187500000000 +8.125000000000 11.437500000000 0.000000000000 0.000000000000 +2.875000000000 1.085937500000 0.000000000000 1.742187500000 +0.000000000000 2.093750000000 3.687500000000 2.703125000000 +1.835937500000 5.281250000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 2.828125000000 0.120117187500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.115722656250 0.000000000000 2.578125000000 0.000000000000 +6.437500000000 2.437500000000 1.585937500000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.053710937500 +0.933593750000 0.000000000000 0.277343750000 0.000000000000 +2.156250000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.601562500000 6.500000000000 +0.000000000000 0.914062500000 0.000000000000 0.000000000000 +0.000000000000 1.203125000000 0.476562500000 2.093750000000 +6.906250000000 12.312500000000 0.000000000000 0.000000000000 +4.031250000000 2.828125000000 0.000000000000 0.996093750000 +0.000000000000 1.453125000000 4.312500000000 2.171875000000 +1.570312500000 5.906250000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 2.609375000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +1.093750000000 0.000000000000 1.296875000000 0.000000000000 +4.562500000000 0.000000000000 0.157226562500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.347656250000 +0.200195312500 0.000000000000 0.000000000000 0.000000000000 +0.546875000000 0.000000000000 0.000000000000 0.281250000000 +0.000000000000 0.000000000000 0.496093750000 0.138671875000 +0.000000000000 1.382812500000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.480468750000 2.406250000000 +0.000000000000 1.257812500000 0.000000000000 0.000000000000 +0.000000000000 0.478515625000 0.542968750000 2.343750000000 +5.187500000000 9.250000000000 0.000000000000 0.000000000000 +2.671875000000 3.296875000000 1.890625000000 0.683593750000 +0.000000000000 1.250000000000 3.500000000000 0.679687500000 +0.008239746094 4.250000000000 0.000000000000 0.000000000000 +0.000000000000 0.111328125000 1.992187500000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +1.812500000000 0.000000000000 0.800781250000 1.367187500000 +2.406250000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 1.093750000000 +1.625000000000 0.000000000000 0.000000000000 0.000000000000 +2.000000000000 0.000000000000 0.000000000000 0.412109375000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.648437500000 +0.000000000000 0.000000000000 0.546875000000 3.000000000000 +0.000000000000 0.273437500000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 1.226562500000 0.000000000000 +4.312500000000 3.062500000000 0.054443359375 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.168945312500 +0.910156250000 0.138671875000 0.000000000000 5.937500000000 +1.406250000000 0.808593750000 0.000000000000 0.000000000000 +0.000000000000 0.992187500000 0.000000000000 0.000000000000 +0.002975463867 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 1.570312500000 0.000000000000 0.000000000000 +3.500000000000 1.531250000000 4.656250000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 3.125000000000 +2.609375000000 0.000000000000 0.000000000000 0.000000000000 +3.609375000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 1.007812500000 +0.000000000000 0.000000000000 0.972656250000 2.265625000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 1.656250000000 0.000000000000 +6.250000000000 4.406250000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.137695312500 2.218750000000 9.812500000000 +3.453125000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 2.484375000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 1.890625000000 0.000000000000 0.000000000000 +4.687500000000 1.468750000000 7.125000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 3.234375000000 +2.937500000000 0.000000000000 0.000000000000 0.000000000000 +5.093750000000 0.000000000000 0.085449218750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 1.914062500000 +0.000000000000 0.000000000000 0.000000000000 0.519531250000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 2.250000000000 0.000000000000 +6.656250000000 5.031250000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 1.070312500000 3.750000000000 12.062500000000 +1.937500000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 1.742187500000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 1.031250000000 +0.000000000000 2.062500000000 0.000000000000 0.000000000000 +5.062500000000 2.546875000000 7.343750000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 4.281250000000 +2.953125000000 0.000000000000 0.000000000000 0.000000000000 +4.218750000000 0.000000000000 0.578125000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.233398437500 +0.000000000000 0.000000000000 0.000000000000 1.671875000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 2.937500000000 0.000000000000 +7.812500000000 5.031250000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 1.593750000000 4.250000000000 12.187500000000 +1.578125000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 1.335937500000 0.000000000000 0.000000000000 +0.000000000000 0.265625000000 0.000000000000 0.824218750000 +0.365234375000 1.617187500000 0.000000000000 0.000000000000 +4.312500000000 1.929687500000 8.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 3.875000000000 +3.484375000000 0.000000000000 0.000000000000 0.000000000000 +3.453125000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.032470703125 +0.000000000000 0.000000000000 0.000000000000 1.367187500000 +0.000000000000 0.000000000000 0.000000000000 0.585937500000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 3.375000000000 0.000000000000 +8.875000000000 4.531250000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.855468750000 3.968750000000 12.625000000000 +1.937500000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.972656250000 0.000000000000 0.000000000000 +0.000000000000 0.542968750000 0.000000000000 1.429687500000 +0.527343750000 1.632812500000 0.000000000000 0.000000000000 +4.468750000000 2.140625000000 7.906250000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 3.796875000000 +4.093750000000 0.000000000000 0.000000000000 0.000000000000 +3.953125000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 1.601562500000 +0.000000000000 0.000000000000 0.000000000000 0.380859375000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 2.687500000000 0.000000000000 +9.812500000000 4.093750000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.006530761719 3.937500000000 12.062500000000 +1.781250000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.964843750000 0.000000000000 0.000000000000 +0.000000000000 0.022583007812 0.000000000000 1.578125000000 +0.132812500000 0.515625000000 0.000000000000 0.000000000000 +5.343750000000 1.875000000000 7.531250000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 3.765625000000 +3.265625000000 0.000000000000 0.000000000000 0.000000000000 +4.093750000000 0.000000000000 0.000000000000 0.000000000000 +0.027832031250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 1.593750000000 +0.000000000000 0.000000000000 0.000000000000 1.132812500000 +0.000000000000 0.000000000000 0.734375000000 0.000000000000 +0.000000000000 0.000000000000 2.781250000000 0.000000000000 +9.937500000000 3.984375000000 0.000000000000 0.000000000000 +0.000000000000 0.691406250000 0.000000000000 0.000000000000 +0.000000000000 1.328125000000 4.468750000000 10.250000000000 +1.867187500000 0.000000000000 0.000000000000 0.496093750000 +0.000000000000 0.789062500000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 1.164062500000 +0.867187500000 0.562500000000 0.000000000000 0.000000000000 +5.625000000000 2.328125000000 7.125000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 3.828125000000 +3.140625000000 0.000000000000 0.000000000000 0.000000000000 +1.468750000000 0.000000000000 0.742187500000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 1.125000000000 +0.000000000000 0.000000000000 0.000000000000 0.092285156250 +0.000000000000 0.000000000000 1.296875000000 0.000000000000 +0.000000000000 0.000000000000 2.265625000000 0.000000000000 +6.750000000000 3.062500000000 0.000000000000 0.000000000000 +0.000000000000 1.093750000000 0.000000000000 0.000000000000 +0.000000000000 0.781250000000 4.156250000000 8.500000000000 +3.734375000000 0.000000000000 0.000000000000 2.234375000000 +0.000000000000 0.894531250000 0.000000000000 0.000000000000 +0.000000000000 1.421875000000 0.000000000000 1.640625000000 +0.628906250000 0.000000000000 1.062500000000 0.000000000000 +4.062500000000 0.507812500000 5.750000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 2.234375000000 +1.757812500000 0.291015625000 0.800781250000 0.000000000000 +0.671875000000 3.593750000000 1.500000000000 0.000000000000 +1.867187500000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 2.718750000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.310546875000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +2.375000000000 2.156250000000 0.209960937500 1.164062500000 +0.000000000000 0.492187500000 1.820312500000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +1.453125000000 0.000000000000 0.000000000000 0.108886718750 +0.000000000000 0.000000000000 1.062500000000 4.125000000000 +5.062500000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 2.046875000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.152343750000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +3.484375000000 0.101562500000 1.835937500000 0.000000000000 +0.000000000000 4.937500000000 0.000000000000 0.000000000000 +1.960937500000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 2.203125000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 3.015625000000 +0.000000000000 0.718750000000 1.101562500000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +7.375000000000 2.718750000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 1.890625000000 0.910156250000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +4.562500000000 0.000000000000 0.000000000000 0.330078125000 +0.000000000000 0.000000000000 1.257812500000 4.781250000000 +9.500000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.523437500000 4.843750000000 0.000000000000 +0.000000000000 0.000000000000 1.625000000000 0.396484375000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +3.062500000000 0.000000000000 3.859375000000 0.000000000000 +0.000000000000 5.218750000000 0.314453125000 0.000000000000 +4.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.117187500000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 2.281250000000 5.218750000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 1.945312500000 +9.187500000000 2.031250000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 1.726562500000 0.855468750000 +0.014404296875 0.000000000000 0.000000000000 0.000000000000 +7.062500000000 0.000000000000 0.000000000000 1.046875000000 +0.000000000000 0.000000000000 0.000000000000 3.578125000000 +8.062500000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 1.609375000000 5.656250000000 0.000000000000 +0.000000000000 1.500000000000 2.265625000000 0.507812500000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +3.046875000000 0.000000000000 4.593750000000 0.000000000000 +1.898437500000 4.062500000000 0.000000000000 0.000000000000 +3.609375000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 1.132812500000 0.170898437500 0.000000000000 +0.000000000000 0.000000000000 1.804687500000 6.750000000000 +0.000000000000 2.453125000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 2.156250000000 +10.000000000000 6.656250000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.906250000000 +0.177734375000 0.000000000000 0.088378906250 0.000000000000 +7.437500000000 0.000000000000 0.000000000000 3.562500000000 +0.000000000000 0.000000000000 0.000000000000 1.609375000000 +6.718750000000 0.000000000000 0.000000000000 0.000000000000 +1.117187500000 0.000000000000 5.218750000000 0.000000000000 +0.000000000000 1.570312500000 3.343750000000 2.734375000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.468750000000 0.000000000000 2.546875000000 0.000000000000 +0.820312500000 1.265625000000 0.000000000000 0.000000000000 +1.375000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.996093750000 1.273437500000 0.000000000000 +0.000000000000 0.000000000000 1.085937500000 5.281250000000 +0.000000000000 1.664062500000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 3.515625000000 +9.687500000000 5.937500000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 1.148437500000 +2.281250000000 0.000000000000 1.281250000000 0.000000000000 +6.718750000000 0.000000000000 0.000000000000 2.171875000000 +0.339843750000 0.000000000000 0.000000000000 2.593750000000 +4.906250000000 0.000000000000 0.000000000000 0.000000000000 +2.281250000000 0.000000000000 3.031250000000 0.000000000000 +0.000000000000 3.250000000000 2.687500000000 1.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +2.562500000000 0.000000000000 1.781250000000 0.000000000000 +2.078125000000 0.816406250000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 3.250000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 2.296875000000 3.328125000000 +0.000000000000 2.515625000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 2.328125000000 +4.687500000000 6.875000000000 0.000000000000 0.000000000000 +0.000000000000 2.656250000000 0.000000000000 0.613281250000 +1.117187500000 0.000000000000 0.126953125000 0.107421875000 +5.781250000000 0.000000000000 0.000000000000 2.062500000000 +0.000000000000 0.000000000000 0.546875000000 0.851562500000 +3.562500000000 0.000000000000 0.000000000000 0.000000000000 +1.703125000000 0.000000000000 2.312500000000 0.000000000000 +0.000000000000 0.000000000000 2.625000000000 1.359375000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +3.906250000000 0.000000000000 0.000000000000 0.000000000000 +3.312500000000 0.964843750000 0.000000000000 0.000000000000 +0.980468750000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 3.406250000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.237304687500 3.343750000000 +0.000000000000 1.906250000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.435546875000 +4.218750000000 6.406250000000 0.194335937500 0.000000000000 +0.000000000000 2.890625000000 2.906250000000 2.953125000000 +0.585937500000 0.000000000000 2.593750000000 1.484375000000 +4.250000000000 0.000000000000 0.000000000000 0.835937500000 +0.000000000000 0.000000000000 0.000000000000 1.757812500000 +2.484375000000 0.000000000000 0.000000000000 0.000000000000 +0.468750000000 0.000000000000 3.343750000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 1.273437500000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +4.468750000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.464843750000 0.000000000000 0.000000000000 +0.847656250000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.941406250000 3.328125000000 +0.000000000000 0.000000000000 0.000000000000 0.361328125000 +0.000000000000 0.000000000000 0.115234375000 1.585937500000 +4.781250000000 2.218750000000 0.000000000000 0.000000000000 +0.134765625000 0.132812500000 1.500000000000 1.781250000000 +0.000000000000 0.000000000000 2.000000000000 2.359375000000 +2.031250000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.217773437500 +2.218750000000 0.000000000000 0.000000000000 0.750000000000 +0.695312500000 0.048095703125 3.000000000000 0.000000000000 +0.078125000000 0.220703125000 0.000000000000 0.000000000000 +0.000000000000 0.722656250000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.566406250000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.328125000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.800781250000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.045898437500 +0.000000000000 0.000000000000 0.015625000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.523437500000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 diff --git a/AI_Engine_Development/AIE-MLv2/Design_Tutorials/01-Radio-ML/aie/dense_w16/data/data_o.txt b/AI_Engine_Development/AIE-MLv2/Design_Tutorials/01-Radio-ML/aie/dense_w16/data/data_o.txt new file mode 100644 index 0000000000..274622b8a0 --- /dev/null +++ b/AI_Engine_Development/AIE-MLv2/Design_Tutorials/01-Radio-ML/aie/dense_w16/data/data_o.txt @@ -0,0 +1,128 @@ +-1.757812500000 -1.757812500000 -1.757812500000 -1.757812500000 +2.687500000000 3.796875000000 2.437500000000 6.812500000000 +2.906250000000 -0.119140625000 -1.757812500000 -1.742187500000 +2.734375000000 -1.757812500000 2.031250000000 -1.757812500000 +-1.750000000000 -1.640625000000 1.296875000000 4.093750000000 +-1.500000000000 -1.757812500000 1.812500000000 0.925781250000 +-1.406250000000 -1.750000000000 10.250000000000 13.187500000000 +2.046875000000 -1.757812500000 5.281250000000 -1.445312500000 +2.562500000000 -1.367187500000 -1.500000000000 2.640625000000 +0.906250000000 -1.273437500000 -1.757812500000 7.218750000000 +-1.609375000000 -1.710937500000 -1.734375000000 5.593750000000 +9.500000000000 -1.742187500000 3.234375000000 4.718750000000 +-1.687500000000 6.093750000000 -1.726562500000 -1.695312500000 +-0.061767578125 4.531250000000 -1.757812500000 -1.757812500000 +10.375000000000 16.250000000000 -1.679687500000 0.769531250000 +6.218750000000 11.937500000000 -1.703125000000 -1.406250000000 +-1.757812500000 4.156250000000 9.250000000000 2.625000000000 +1.257812500000 4.625000000000 19.250000000000 -1.757812500000 +39.500000000000 8.625000000000 -1.757812500000 -1.695312500000 +-1.742187500000 -1.757812500000 -1.757812500000 -1.664062500000 +-1.757812500000 6.687500000000 14.437500000000 -1.757812500000 +-1.757812500000 -0.143554687500 -1.734375000000 14.250000000000 +-1.757812500000 2.406250000000 0.263671875000 9.250000000000 +2.453125000000 -1.437500000000 7.843750000000 -1.757812500000 +-1.757812500000 9.062500000000 -1.757812500000 -1.671875000000 +-1.203125000000 5.281250000000 12.437500000000 -1.757812500000 +-1.734375000000 -0.243164062500 -1.757812500000 2.062500000000 +11.437500000000 -1.453125000000 3.250000000000 -1.757812500000 +1.726562500000 -1.453125000000 -1.757812500000 -1.687500000000 +-1.750000000000 -1.015625000000 0.365234375000 -0.910156250000 +-1.570312500000 8.562500000000 10.687500000000 4.343750000000 +8.625000000000 4.750000000000 9.000000000000 5.468750000000 +3.765625000000 -1.710937500000 29.625000000000 -1.757812500000 +-1.757812500000 0.945312500000 8.500000000000 -1.601562500000 +11.750000000000 -1.445312500000 -1.757812500000 -1.757812500000 +-1.570312500000 -1.757812500000 -1.695312500000 11.687500000000 +-1.757812500000 1.382812500000 -1.757812500000 -1.718750000000 +4.281250000000 -1.757812500000 -1.757812500000 -1.289062500000 +-1.757812500000 -1.726562500000 -1.757812500000 4.937500000000 +-1.757812500000 -1.757812500000 0.347656250000 0.664062500000 +12.187500000000 15.875000000000 -1.757812500000 -1.570312500000 +10.687500000000 7.750000000000 18.875000000000 5.250000000000 +-1.757812500000 12.875000000000 -1.664062500000 -1.757812500000 +0.750000000000 10.312500000000 -1.750000000000 4.031250000000 +-1.757812500000 5.187500000000 -1.757812500000 -1.445312500000 +-1.750000000000 1.359375000000 -1.750000000000 6.656250000000 +4.437500000000 -1.757812500000 -1.039062500000 16.625000000000 +-1.757812500000 -1.750000000000 15.000000000000 -1.757812500000 +-1.664062500000 11.250000000000 -1.296875000000 -1.742187500000 +-1.625000000000 2.734375000000 11.250000000000 -1.757812500000 +20.000000000000 0.734375000000 -1.390625000000 -1.750000000000 +12.500000000000 -1.757812500000 -1.757812500000 -1.757812500000 +-1.750000000000 0.539062500000 24.625000000000 2.187500000000 +-1.710937500000 3.890625000000 8.062500000000 19.875000000000 +-1.757812500000 14.375000000000 -1.664062500000 2.937500000000 +17.250000000000 1.710937500000 -1.742187500000 -1.757812500000 +-1.757812500000 -1.757812500000 10.437500000000 3.359375000000 +-1.757812500000 8.250000000000 14.250000000000 -1.742187500000 +-1.718750000000 3.000000000000 7.031250000000 -1.750000000000 +23.375000000000 5.281250000000 -1.757812500000 -1.750000000000 +1.640625000000 4.343750000000 -1.757812500000 10.500000000000 +-1.679687500000 -1.757812500000 23.875000000000 4.156250000000 +-1.757812500000 6.312500000000 8.812500000000 11.687500000000 +12.687500000000 8.562500000000 4.093750000000 -1.757812500000 +1.414062500000 -1.757812500000 -1.757812500000 -1.757812500000 +-1.710937500000 6.562500000000 -1.757812500000 -1.750000000000 +-0.597656250000 2.593750000000 -1.757812500000 -1.640625000000 +-0.316406250000 -1.710937500000 3.093750000000 -1.757812500000 +-1.757812500000 4.937500000000 -1.757812500000 -1.757812500000 +-1.750000000000 -1.757812500000 -1.562500000000 0.578125000000 +-1.757812500000 0.597656250000 -1.750000000000 14.312500000000 +-1.750000000000 4.437500000000 8.937500000000 -1.757812500000 +9.250000000000 -1.757812500000 -1.757812500000 -1.757812500000 +4.968750000000 -1.562500000000 -1.757812500000 -1.757812500000 +2.421875000000 5.468750000000 -1.757812500000 10.375000000000 +-1.390625000000 14.875000000000 8.562500000000 2.296875000000 +9.875000000000 8.062500000000 -1.757812500000 13.437500000000 +-1.437500000000 -0.451171875000 -1.757812500000 -1.585937500000 +-1.750000000000 -1.757812500000 3.000000000000 1.539062500000 +-1.500000000000 -1.687500000000 2.609375000000 -1.726562500000 +2.062500000000 10.187500000000 -1.750000000000 -1.757812500000 +-1.757812500000 1.437500000000 2.812500000000 -1.757812500000 +10.562500000000 11.312500000000 -1.757812500000 2.312500000000 +-1.734375000000 -1.695312500000 -1.757812500000 0.781250000000 +-1.617187500000 7.687500000000 -1.093750000000 3.796875000000 +-1.757812500000 8.250000000000 -1.703125000000 -1.757812500000 +-1.757812500000 10.875000000000 1.312500000000 -1.257812500000 +-1.625000000000 3.906250000000 5.093750000000 11.687500000000 +-1.757812500000 12.500000000000 -1.695312500000 20.750000000000 +2.984375000000 -1.710937500000 8.812500000000 -1.757812500000 +-1.757812500000 -1.757812500000 3.546875000000 -1.671875000000 +23.375000000000 0.578125000000 -1.500000000000 -1.476562500000 +5.437500000000 7.281250000000 -1.757812500000 14.312500000000 +-1.757812500000 -1.445312500000 1.101562500000 -1.734375000000 +0.519531250000 -1.726562500000 9.000000000000 -1.742187500000 +10.125000000000 8.500000000000 4.062500000000 -1.585937500000 +0.101074218750 0.145507812500 0.065429687500 -0.182617187500 +0.058837890625 -0.019287109375 0.102539062500 0.104980468750 +0.010742187500 -0.111816406250 0.141601562500 0.250000000000 +0.156250000000 0.128906250000 0.115722656250 0.028564453125 +-0.169921875000 0.151367187500 -0.044189453125 0.208984375000 +0.197265625000 0.144531250000 0.251953125000 0.113281250000 +0.032958984375 -0.057128906250 -0.038330078125 0.091796875000 +0.014892578125 0.248046875000 0.160156250000 0.041503906250 +-0.013549804688 0.367187500000 -0.062988281250 -0.001983642578 +0.113281250000 -0.122070312500 0.291015625000 -0.100097656250 +0.326171875000 0.137695312500 -0.168945312500 -0.371093750000 +-0.185546875000 0.146484375000 -0.024902343750 0.261718750000 +0.107910156250 0.116210937500 0.184570312500 0.077636718750 +0.131835937500 -0.312500000000 -0.087402343750 0.029785156250 +0.105957031250 0.203125000000 -0.013549804688 0.137695312500 +-0.198242187500 -0.209960937500 -0.181640625000 -0.031982421875 +-0.046875000000 -0.208984375000 0.036132812500 -0.011047363281 +-0.222656250000 0.204101562500 0.316406250000 0.013488769531 +0.306640625000 0.205078125000 0.261718750000 0.146484375000 +-0.277343750000 -0.156250000000 0.131835937500 -0.203125000000 +0.046875000000 -0.157226562500 0.269531250000 -0.390625000000 +0.235351562500 0.337890625000 0.126953125000 0.189453125000 +0.203125000000 -0.092773437500 -0.064453125000 0.063964843750 +0.192382812500 0.040039062500 0.050537109375 -0.001289367676 +0.025024414062 -0.064453125000 0.013366699219 0.394531250000 +0.176757812500 0.044921875000 -0.062011718750 -0.531250000000 +-0.310546875000 0.227539062500 -0.484375000000 -0.094726562500 +0.178710937500 -0.081054687500 -0.355468750000 -0.082519531250 +-0.203125000000 -0.143554687500 0.123046875000 -0.149414062500 +0.000280380249 0.074218750000 0.165039062500 0.217773437500 +0.416015625000 0.437500000000 0.139648437500 0.005615234375 +-0.589843750000 0.203125000000 0.214843750000 0.069335937500 diff --git a/AI_Engine_Development/AIE-MLv2/Design_Tutorials/01-Radio-ML/aie/dense_w16/data/weights_0-rtp.txt b/AI_Engine_Development/AIE-MLv2/Design_Tutorials/01-Radio-ML/aie/dense_w16/data/weights_0-rtp.txt new file mode 100644 index 0000000000..c332476bc6 --- /dev/null +++ b/AI_Engine_Development/AIE-MLv2/Design_Tutorials/01-Radio-ML/aie/dense_w16/data/weights_0-rtp.txt @@ -0,0 +1,32768 @@ +-0.008483886719 +0.008178710938 +0.127929687500 +0.038085937500 +0.007598876953 +-0.001373291016 +0.030273437500 +-0.014404296875 +-0.054199218750 +-0.010742187500 +0.041503906250 +0.115234375000 +0.030883789062 +-0.137695312500 +0.129882812500 +0.123535156250 +-0.105468750000 +-0.015075683594 +-0.125000000000 +-0.087402343750 +0.058837890625 +-0.129882812500 +0.000907897949 +0.105957031250 +0.001869201660 +-0.030883789062 +0.157226562500 +0.046386718750 +0.006347656250 +0.052246093750 +0.096679687500 +-0.025146484375 +-0.104003906250 +-0.104003906250 +0.044433593750 +0.057373046875 +-0.056884765625 +0.083007812500 +0.035156250000 +0.095214843750 +-0.020507812500 +0.070800781250 +0.143554687500 +0.114746093750 +0.008300781250 +-0.181640625000 +0.112304687500 +0.049316406250 +0.063964843750 +-0.023315429688 +0.129882812500 +-0.042236328125 +-0.058593750000 +-0.059326171875 +-0.188476562500 +-0.070800781250 +-0.328125000000 +0.157226562500 +0.154296875000 +-0.013305664062 +-0.068359375000 +0.136718750000 +-0.006408691406 +-0.149414062500 +0.027221679688 +0.003540039062 +0.141601562500 +-0.081542968750 +0.175781250000 +-0.047119140625 +0.045654296875 +-0.104980468750 +0.008911132812 +0.000440597534 +-0.090820312500 +-0.011657714844 +0.078125000000 +-0.085937500000 +-0.000667572021 +0.002044677734 +0.151367187500 +-0.098144531250 +-0.056396484375 +0.080566406250 +-0.027343750000 +-0.054687500000 +0.067382812500 +0.122558593750 +0.217773437500 +0.028442382812 +-0.130859375000 +0.073730468750 +0.035644531250 +-0.084472656250 +0.015869140625 +-0.066894531250 +0.038085937500 +-0.209960937500 +-0.077148437500 +-0.025878906250 +0.038818359375 +0.006988525391 +-0.029052734375 +-0.080566406250 +0.194335937500 +0.060302734375 +0.014587402344 +-0.075195312500 +0.152343750000 +-0.281250000000 +0.195312500000 +-0.000379562378 +0.016845703125 +-0.134765625000 +0.136718750000 +0.041015625000 +-0.092285156250 +0.110839843750 +-0.136718750000 +-0.190429687500 +0.006896972656 +-0.085449218750 +0.025634765625 +-0.032714843750 +0.136718750000 +0.152343750000 +0.086914062500 +-0.042724609375 +-0.339843750000 +-0.011352539062 +-0.084472656250 +0.083007812500 +0.019653320312 +0.029663085938 +0.028808593750 +0.004272460938 +0.087402343750 +-0.047851562500 +0.113281250000 +0.199218750000 +-0.182617187500 +0.061523437500 +0.191406250000 +-0.005371093750 +0.054199218750 +0.068359375000 +-0.063964843750 +0.062500000000 +0.455078125000 +-0.161132812500 +-0.025146484375 +0.052734375000 +0.031127929688 +-0.088867187500 +-0.032714843750 +0.190429687500 +0.026611328125 +-0.130859375000 +-0.014953613281 +0.126953125000 +-0.056640625000 +-0.039794921875 +-0.222656250000 +0.015563964844 +-0.000942230225 +-0.081542968750 +-0.345703125000 +-0.011718750000 +0.054199218750 +0.068359375000 +-0.104980468750 +0.086914062500 +0.247070312500 +0.015502929688 +-0.095703125000 +-0.016479492188 +-0.103515625000 +0.000320434570 +-0.110839843750 +0.006988525391 +-0.067871093750 +0.074218750000 +0.065917968750 +-0.058837890625 +-0.072265625000 +-0.144531250000 +0.032714843750 +0.014587402344 +-0.048583984375 +0.095703125000 +-0.012329101562 +-0.017456054688 +0.059326171875 +-0.083496093750 +-0.093261718750 +0.162109375000 +0.079101562500 +0.010742187500 +-0.049560546875 +0.043457031250 +-0.142578125000 +0.075195312500 +-0.078613281250 +0.068847656250 +0.002624511719 +-0.042480468750 +0.169921875000 +-0.006317138672 +-0.082031250000 +-0.039062500000 +-0.034667968750 +-0.096191406250 +-0.062500000000 +0.035644531250 +0.065429687500 +0.039550781250 +-0.004028320312 +-0.070312500000 +0.076171875000 +-0.199218750000 +0.189453125000 +0.094238281250 +0.002212524414 +-0.145507812500 +0.130859375000 +0.060791015625 +0.131835937500 +0.006042480469 +-0.009399414062 +0.037353515625 +-0.019531250000 +-0.089843750000 +0.010009765625 +-0.110351562500 +0.023437500000 +0.082519531250 +0.086425781250 +0.192382812500 +-0.058837890625 +-0.110839843750 +0.008911132812 +-0.031738281250 +-0.009582519531 +0.121582031250 +0.008361816406 +-0.044433593750 +0.012817382812 +0.062011718750 +0.077636718750 +-0.214843750000 +0.006591796875 +-0.046386718750 +-0.117187500000 +-0.169921875000 +-0.011840820312 +-0.026733398438 +0.067871093750 +0.085937500000 +-0.039062500000 +-0.045166015625 +0.169921875000 +0.069335937500 +0.027954101562 +0.042236328125 +-0.026733398438 +0.024414062500 +-0.122070312500 +0.091796875000 +-0.066894531250 +-0.016113281250 +-0.071289062500 +0.106445312500 +0.011291503906 +-0.065429687500 +0.101074218750 +-0.077636718750 +0.079101562500 +-0.208984375000 +0.145507812500 +-0.164062500000 +-0.096191406250 +-0.122558593750 +0.013793945312 +0.144531250000 +0.041748046875 +0.002624511719 +-0.072265625000 +-0.112792968750 +0.010742187500 +-0.067382812500 +0.110351562500 +0.111816406250 +-0.074707031250 +-0.075683593750 +0.004638671875 +-0.071289062500 +0.060058593750 +-0.130859375000 +-0.089355468750 +0.036621093750 +-0.072265625000 +-0.080566406250 +-0.130859375000 +0.000471115112 +-0.139648437500 +0.084960937500 +-0.088378906250 +-0.137695312500 +-0.005218505859 +-0.093261718750 +-0.181640625000 +-0.047851562500 +-0.012390136719 +0.088867187500 +0.128906250000 +0.014770507812 +-0.159179687500 +-0.088378906250 +0.023803710938 +0.031250000000 +0.249023437500 +0.001586914062 +0.089843750000 +0.071777343750 +0.107910156250 +-0.013244628906 +-0.044921875000 +0.056152343750 +0.233398437500 +0.077636718750 +0.074707031250 +-0.216796875000 +0.078613281250 +0.031494140625 +0.014770507812 +0.112304687500 +0.151367187500 +-0.016479492188 +0.080078125000 +0.051513671875 +-0.197265625000 +-0.091308593750 +-0.130859375000 +-0.135742187500 +-0.054199218750 +0.046630859375 +0.044433593750 +-0.107910156250 +0.124511718750 +0.016357421875 +0.024291992188 +0.023071289062 +0.004272460938 +0.178710937500 +0.050537109375 +-0.019042968750 +0.008117675781 +0.090332031250 +0.011108398438 +0.002227783203 +0.085937500000 +-0.229492187500 +-0.059814453125 +-0.071289062500 +-0.085449218750 +-0.238281250000 +-0.010925292969 +0.091308593750 +0.038818359375 +0.103515625000 +0.041748046875 +-0.240234375000 +-0.021728515625 +0.233398437500 +0.014343261719 +-0.000816345215 +0.004425048828 +0.048583984375 +-0.054687500000 +-0.123535156250 +0.011291503906 +-0.109375000000 +0.065429687500 +-0.004486083984 +-0.126953125000 +-0.025390625000 +-0.158203125000 +0.025146484375 +0.007873535156 +-0.140625000000 +-0.064941406250 +-0.008117675781 +-0.010742187500 +0.116210937500 +-0.029785156250 +0.079589843750 +0.055419921875 +-0.036132812500 +0.009826660156 +-0.060546875000 +-0.308593750000 +0.059326171875 +-0.014770507812 +0.062500000000 +-0.116210937500 +0.009338378906 +-0.144531250000 +-0.025024414062 +-0.148437500000 +-0.154296875000 +0.000564575195 +-0.094238281250 +-0.000526428223 +-0.150390625000 +-0.119140625000 +-0.125000000000 +-0.145507812500 +0.125000000000 +-0.133789062500 +0.046386718750 +-0.024536132812 +0.030883789062 +0.015258789062 +0.022583007812 +-0.066406250000 +-0.144531250000 +-0.020507812500 +-0.025268554688 +-0.158203125000 +0.021240234375 +-0.022094726562 +-0.269531250000 +0.093261718750 +-0.005920410156 +0.047607421875 +-0.056640625000 +-0.182617187500 +-0.035400390625 +0.084960937500 +-0.101074218750 +0.042236328125 +-0.019897460938 +0.030883789062 +-0.007598876953 +0.110839843750 +0.032714843750 +-0.007934570312 +0.105957031250 +0.016113281250 +-0.191406250000 +0.081542968750 +-0.187500000000 +-0.050537109375 +0.056884765625 +-0.056152343750 +0.034667968750 +-0.063964843750 +0.018188476562 +-0.036621093750 +-0.024780273438 +-0.007293701172 +-0.048583984375 +0.183593750000 +0.052246093750 +0.109375000000 +-0.016357421875 +-0.161132812500 +0.064941406250 +-0.062988281250 +-0.241210937500 +0.172851562500 +0.106445312500 +-0.191406250000 +0.068847656250 +0.100097656250 +0.073730468750 +-0.037353515625 +-0.022583007812 +0.052001953125 +0.074707031250 +0.092773437500 +-0.349609375000 +0.091308593750 +0.121582031250 +0.066406250000 +-0.015197753906 +0.030761718750 +-0.048583984375 +0.027343750000 +0.175781250000 +0.082519531250 +0.043457031250 +0.085449218750 +0.036376953125 +-0.157226562500 +0.132812500000 +0.021240234375 +0.230468750000 +-0.070800781250 +0.000088691711 +-0.032226562500 +0.096191406250 +-0.157226562500 +-0.132812500000 +-0.043945312500 +0.036865234375 +-0.040039062500 +-0.045654296875 +-0.081542968750 +0.005432128906 +0.021118164062 +0.206054687500 +-0.151367187500 +-0.031250000000 +-0.015075683594 +0.039062500000 +0.144531250000 +-0.173828125000 +-0.029663085938 +-0.056152343750 +-0.081542968750 +0.025390625000 +-0.005584716797 +0.022338867188 +-0.042480468750 +-0.070800781250 +0.208984375000 +-0.190429687500 +0.081542968750 +-0.096679687500 +-0.077636718750 +-0.096191406250 +0.009216308594 +-0.010925292969 +-0.030639648438 +-0.152343750000 +-0.002502441406 +0.105957031250 +0.050781250000 +0.154296875000 +-0.047119140625 +-0.039062500000 +-0.106445312500 +-0.033935546875 +0.052978515625 +0.008728027344 +-0.038085937500 +0.074218750000 +0.107421875000 +0.044189453125 +-0.177734375000 +-0.120605468750 +-0.031494140625 +0.185546875000 +0.082031250000 +0.024414062500 +0.005004882812 +-0.070800781250 +0.204101562500 +0.070312500000 +-0.127929687500 +0.074218750000 +-0.086914062500 +0.065429687500 +0.060058593750 +0.024414062500 +0.101562500000 +-0.025024414062 +-0.041992187500 +0.076660156250 +0.089355468750 +-0.061523437500 +0.037109375000 +-0.024169921875 +-0.174804687500 +-0.037841796875 +0.107421875000 +0.048339843750 +0.062255859375 +0.005187988281 +-0.013977050781 +-0.034912109375 +0.079101562500 +0.146484375000 +-0.001937866211 +0.018310546875 +0.013610839844 +-0.013610839844 +-0.039794921875 +-0.218750000000 +0.075195312500 +-0.003128051758 +0.095703125000 +0.020385742188 +-0.010620117188 +0.046875000000 +-0.073730468750 +0.032714843750 +-0.046142578125 +-0.022094726562 +-0.110839843750 +-0.039550781250 +-0.406250000000 +-0.031127929688 +-0.027832031250 +-0.089355468750 +-0.034912109375 +0.071777343750 +-0.064453125000 +0.074707031250 +0.012084960938 +0.135742187500 +-0.130859375000 +0.110839843750 +-0.094238281250 +-0.168945312500 +-0.245117187500 +0.002929687500 +-0.003326416016 +-0.012573242188 +-0.124023437500 +0.067871093750 +0.077148437500 +0.002685546875 +-0.014404296875 +-0.182617187500 +-0.051513671875 +0.046386718750 +0.143554687500 +0.071777343750 +0.066406250000 +-0.026611328125 +0.101074218750 +-0.111328125000 +0.056152343750 +0.144531250000 +-0.181640625000 +-0.076171875000 +0.330078125000 +-0.109375000000 +0.032470703125 +-0.104492187500 +0.119140625000 +0.233398437500 +-0.019897460938 +-0.025756835938 +0.043457031250 +0.038085937500 +-0.108886718750 +-0.075683593750 +-0.070800781250 +0.103027343750 +-0.046386718750 +0.112792968750 +0.015136718750 +0.016601562500 +0.023437500000 +0.130859375000 +-0.033935546875 +0.075195312500 +-0.248046875000 +0.022705078125 +-0.091796875000 +-0.090332031250 +-0.147460937500 +0.002578735352 +-0.005065917969 +0.013122558594 +-0.050781250000 +0.002716064453 +0.019165039062 +0.063476562500 +0.034179687500 +-0.039062500000 +0.000553131104 +0.019531250000 +-0.086914062500 +-0.070800781250 +-0.067382812500 +-0.095703125000 +0.025756835938 +0.033447265625 +0.051269531250 +-0.040283203125 +0.011779785156 +0.067871093750 +0.064941406250 +-0.053710937500 +0.161132812500 +-0.057617187500 +-0.077636718750 +-0.052734375000 +0.016845703125 +0.066406250000 +-0.133789062500 +-0.069335937500 +-0.090332031250 +0.081542968750 +0.271484375000 +0.114746093750 +-0.089843750000 +0.003845214844 +-0.091308593750 +-0.007934570312 +-0.120605468750 +0.029052734375 +-0.074707031250 +-0.005828857422 +0.045898437500 +-0.083007812500 +-0.114746093750 +0.116210937500 +-0.032958984375 +0.047363281250 +0.064453125000 +0.000713348389 +-0.082031250000 +-0.001403808594 +-0.110351562500 +-0.015319824219 +-0.034423828125 +-0.003875732422 +0.123535156250 +-0.082031250000 +0.020141601562 +0.028930664062 +-0.043457031250 +-0.281250000000 +-0.124023437500 +-0.050048828125 +0.008544921875 +0.114746093750 +-0.090820312500 +-0.022583007812 +0.120605468750 +0.009643554688 +0.035156250000 +-0.038818359375 +0.000103473663 +0.259765625000 +0.075683593750 +-0.005371093750 +-0.032714843750 +-0.039306640625 +-0.078613281250 +-0.051269531250 +0.108886718750 +0.127929687500 +0.046875000000 +0.082031250000 +-0.098144531250 +-0.038330078125 +0.072265625000 +0.047363281250 +0.020751953125 +0.032226562500 +-0.065429687500 +0.211914062500 +0.092285156250 +-0.073730468750 +-0.087890625000 +0.017944335938 +-0.198242187500 +0.112304687500 +0.082519531250 +-0.050537109375 +-0.134765625000 +-0.116210937500 +0.177734375000 +0.167968750000 +0.066406250000 +0.249023437500 +0.035644531250 +-0.308593750000 +0.088378906250 +0.135742187500 +0.049316406250 +-0.019409179688 +0.353515625000 +0.075683593750 +0.018798828125 +-0.125000000000 +0.047851562500 +-0.029663085938 +0.129882812500 +0.135742187500 +0.105468750000 +-0.088867187500 +-0.322265625000 +0.140625000000 +-0.008483886719 +-0.140625000000 +-0.025390625000 +-0.070312500000 +-0.084960937500 +-0.008605957031 +0.186523437500 +-0.047851562500 +-0.111328125000 +0.009887695312 +-0.011962890625 +-0.082031250000 +-0.007659912109 +0.233398437500 +0.005340576172 +-0.168945312500 +0.097656250000 +0.018310546875 +0.036376953125 +-0.091308593750 +-0.018310546875 +0.145507812500 +0.132812500000 +0.050292968750 +-0.032470703125 +0.138671875000 +0.029907226562 +-0.145507812500 +0.199218750000 +-0.098144531250 +0.011352539062 +-0.038330078125 +-0.009338378906 +-0.153320312500 +-0.146484375000 +-0.057861328125 +-0.135742187500 +-0.026611328125 +-0.019897460938 +0.017089843750 +-0.020507812500 +0.158203125000 +-0.084472656250 +0.052734375000 +-0.004119873047 +0.103027343750 +-0.041748046875 +0.018798828125 +-0.167968750000 +-0.092773437500 +0.015625000000 +0.488281250000 +0.014221191406 +-0.046630859375 +-0.198242187500 +0.104980468750 +0.050292968750 +-0.107910156250 +-0.244140625000 +0.019653320312 +-0.060546875000 +-0.106933593750 +-0.168945312500 +0.119140625000 +-0.218750000000 +0.001770019531 +-0.015869140625 +-0.119628906250 +-0.120605468750 +0.031982421875 +0.059570312500 +0.093750000000 +-0.056152343750 +-0.038085937500 +-0.009643554688 +-0.011352539062 +0.008728027344 +-0.016235351562 +-0.061523437500 +-0.086425781250 +-0.069824218750 +0.009399414062 +-0.116699218750 +0.061767578125 +-0.102050781250 +-0.164062500000 +0.029418945312 +-0.094238281250 +0.018920898438 +-0.002716064453 +0.029296875000 +-0.049560546875 +-0.155273437500 +0.032958984375 +0.001296997070 +-0.091308593750 +0.169921875000 +-0.039062500000 +-0.026000976562 +-0.039062500000 +0.032958984375 +-0.042480468750 +0.020874023438 +-0.008117675781 +0.218750000000 +0.206054687500 +-0.042480468750 +-0.090820312500 +-0.041259765625 +-0.259765625000 +0.052978515625 +0.110351562500 +-0.043212890625 +-0.095703125000 +0.211914062500 +0.079589843750 +0.052978515625 +0.172851562500 +-0.045654296875 +-0.132812500000 +-0.050292968750 +-0.200195312500 +-0.105957031250 +0.034667968750 +0.135742187500 +-0.029541015625 +0.002883911133 +-0.130859375000 +0.055908203125 +-0.089355468750 +-0.108398437500 +-0.207031250000 +-0.143554687500 +0.106445312500 +0.000808715820 +0.048828125000 +0.033447265625 +-0.019897460938 +0.010070800781 +-0.259765625000 +-0.222656250000 +0.051513671875 +-0.081054687500 +0.041259765625 +0.022827148438 +-0.056396484375 +0.107421875000 +-0.009155273438 +0.112304687500 +0.038330078125 +-0.193359375000 +0.014892578125 +0.115234375000 +-0.104980468750 +0.019409179688 +-0.071289062500 +-0.054199218750 +0.040039062500 +0.052246093750 +0.040039062500 +-0.076171875000 +-0.104492187500 +0.009765625000 +-0.021484375000 +-0.042236328125 +-0.027587890625 +0.010131835938 +-0.060058593750 +0.267578125000 +-0.118164062500 +-0.072753906250 +-0.028320312500 +0.083984375000 +-0.099121093750 +-0.021850585938 +-0.093261718750 +-0.114257812500 +0.241210937500 +-0.009094238281 +-0.062011718750 +0.136718750000 +0.002517700195 +-0.083984375000 +0.023193359375 +-0.075195312500 +-0.194335937500 +-0.137695312500 +-0.088867187500 +0.134765625000 +-0.033935546875 +0.161132812500 +-0.002075195312 +0.068359375000 +0.062255859375 +0.063476562500 +0.076171875000 +0.003631591797 +-0.120605468750 +-0.014465332031 +0.081054687500 +0.037353515625 +-0.140625000000 +-0.125976562500 +-0.028198242188 +0.041259765625 +0.009277343750 +0.113769531250 +-0.010009765625 +0.040283203125 +0.079101562500 +-0.085937500000 +0.062500000000 +-0.089843750000 +0.041015625000 +-0.020507812500 +0.025024414062 +-0.116699218750 +0.070800781250 +-0.051025390625 +0.015991210938 +-0.124023437500 +-0.050537109375 +0.043701171875 +0.096191406250 +-0.337890625000 +0.031127929688 +-0.021606445312 +0.062988281250 +-0.017456054688 +-0.010559082031 +-0.109863281250 +0.015197753906 +-0.064941406250 +0.025024414062 +-0.378906250000 +0.121093750000 +0.026245117188 +-0.034912109375 +0.037109375000 +0.048095703125 +-0.029907226562 +0.009765625000 +0.157226562500 +-0.129882812500 +-0.041748046875 +-0.066894531250 +-0.064941406250 +0.185546875000 +0.200195312500 +0.001815795898 +-0.078125000000 +0.023803710938 +-0.135742187500 +0.083007812500 +-0.028564453125 +0.026733398438 +-0.036865234375 +0.095703125000 +-0.049072265625 +0.018066406250 +0.051513671875 +0.052978515625 +0.028320312500 +-0.232421875000 +-0.023437500000 +-0.063964843750 +-0.043701171875 +-0.096191406250 +-0.034912109375 +0.104980468750 +-0.128906250000 +-0.000065803528 +0.178710937500 +0.061523437500 +-0.067871093750 +0.172851562500 +-0.039062500000 +0.012023925781 +-0.132812500000 +0.033447265625 +-0.099609375000 +0.153320312500 +0.000370025635 +-0.055908203125 +0.158203125000 +-0.133789062500 +-0.019165039062 +0.095703125000 +-0.010375976562 +0.029418945312 +0.072265625000 +-0.035400390625 +-0.110351562500 +-0.036376953125 +-0.207031250000 +0.147460937500 +-0.023681640625 +0.006469726562 +0.000705718994 +0.027954101562 +0.075683593750 +0.044433593750 +0.017089843750 +0.063476562500 +0.029541015625 +0.094238281250 +-0.043457031250 +-0.039794921875 +-0.129882812500 +0.167968750000 +0.242187500000 +0.053222656250 +-0.056152343750 +-0.147460937500 +-0.017822265625 +0.046142578125 +-0.248046875000 +0.076660156250 +-0.045898437500 +0.102539062500 +-0.132812500000 +-0.130859375000 +0.045654296875 +0.058105468750 +-0.135742187500 +0.058349609375 +-0.178710937500 +0.160156250000 +0.027832031250 +-0.198242187500 +0.061035156250 +0.220703125000 +0.040771484375 +0.073242187500 +-0.034179687500 +-0.031738281250 +-0.091796875000 +0.169921875000 +0.110839843750 +0.328125000000 +-0.145507812500 +0.061523437500 +0.164062500000 +-0.126953125000 +0.073730468750 +-0.033447265625 +0.008117675781 +0.057373046875 +0.021972656250 +-0.060302734375 +-0.018310546875 +0.234375000000 +-0.017578125000 +-0.003372192383 +-0.102050781250 +0.152343750000 +-0.053466796875 +-0.098144531250 +-0.061279296875 +0.118652343750 +-0.009948730469 +-0.002014160156 +0.078125000000 +-0.121582031250 +-0.011108398438 +-0.022094726562 +-0.070312500000 +0.171875000000 +0.094238281250 +0.168945312500 +0.007751464844 +-0.044433593750 +-0.205078125000 +-0.148437500000 +0.057861328125 +-0.000488281250 +-0.045654296875 +-0.184570312500 +0.053710937500 +-0.081054687500 +-0.002899169922 +-0.041992187500 +-0.053955078125 +-0.197265625000 +0.128906250000 +0.151367187500 +-0.032470703125 +0.069824218750 +0.070312500000 +-0.199218750000 +0.074707031250 +-0.056152343750 +0.045898437500 +0.054687500000 +-0.000694274902 +-0.010070800781 +-0.019287109375 +-0.263671875000 +0.027343750000 +-0.062011718750 +0.208007812500 +0.110839843750 +-0.055664062500 +0.036132812500 +-0.080078125000 +0.120117187500 +0.092285156250 +0.108398437500 +0.010192871094 +-0.015991210938 +0.109863281250 +0.000020861626 +0.039306640625 +0.085937500000 +-0.009033203125 +0.085937500000 +0.067382812500 +-0.153320312500 +0.157226562500 +-0.035156250000 +0.002777099609 +-0.185546875000 +0.071777343750 +0.018432617188 +-0.020751953125 +-0.009704589844 +-0.165039062500 +-0.149414062500 +0.038330078125 +-0.100097656250 +-0.032226562500 +0.107910156250 +-0.355468750000 +0.010986328125 +-0.034423828125 +0.102050781250 +0.090332031250 +-0.125976562500 +0.013000488281 +-0.129882812500 +-0.181640625000 +-0.246093750000 +-0.010742187500 +0.089843750000 +0.024902343750 +0.129882812500 +0.087402343750 +0.172851562500 +0.078125000000 +-0.126953125000 +0.116210937500 +0.017333984375 +0.168945312500 +-0.057861328125 +0.000514984131 +0.072753906250 +-0.073730468750 +-0.116210937500 +-0.088378906250 +0.040527343750 +0.096679687500 +-0.231445312500 +-0.125976562500 +-0.071289062500 +0.104003906250 +-0.104980468750 +0.044433593750 +0.099609375000 +0.014038085938 +-0.009765625000 +-0.020385742188 +0.169921875000 +0.007537841797 +-0.219726562500 +-0.090820312500 +-0.027832031250 +-0.039550781250 +-0.186523437500 +0.046386718750 +0.072265625000 +0.061035156250 +-0.032958984375 +0.166015625000 +0.016357421875 +0.010314941406 +0.039306640625 +-0.072265625000 +0.179687500000 +-0.055419921875 +-0.233398437500 +0.019531250000 +0.174804687500 +-0.022094726562 +0.078125000000 +-0.136718750000 +0.263671875000 +-0.066406250000 +-0.022827148438 +0.022705078125 +0.022216796875 +0.112304687500 +-0.279296875000 +-0.046386718750 +-0.055419921875 +-0.004333496094 +0.086425781250 +0.163085937500 +0.019653320312 +0.199218750000 +-0.071289062500 +-0.020019531250 +-0.061767578125 +-0.117675781250 +-0.010131835938 +0.122070312500 +-0.039550781250 +-0.107910156250 +-0.008911132812 +-0.011657714844 +-0.057861328125 +0.024902343750 +0.059814453125 +0.012084960938 +-0.004180908203 +-0.221679687500 +0.175781250000 +0.179687500000 +-0.217773437500 +0.152343750000 +0.097167968750 +0.027221679688 +0.075195312500 +-0.117675781250 +0.079101562500 +-0.075683593750 +0.033691406250 +0.091796875000 +-0.064453125000 +-0.052246093750 +-0.078613281250 +-0.042724609375 +-0.063964843750 +-0.034423828125 +0.073730468750 +0.074218750000 +0.166992187500 +0.104980468750 +-0.089355468750 +-0.129882812500 +-0.024658203125 +0.144531250000 +-0.133789062500 +0.120605468750 +0.173828125000 +-0.010131835938 +-0.049316406250 +0.051025390625 +0.201171875000 +-0.106445312500 +-0.014038085938 +0.013183593750 +-0.118652343750 +0.027709960938 +0.009460449219 +-0.060302734375 +-0.119628906250 +-0.002334594727 +0.001922607422 +0.060546875000 +0.042724609375 +0.045410156250 +-0.253906250000 +-0.053466796875 +-0.047851562500 +0.184570312500 +0.036865234375 +0.004760742188 +0.114746093750 +0.083496093750 +-0.200195312500 +-0.120117187500 +0.023071289062 +-0.050048828125 +0.014892578125 +-0.019042968750 +0.015380859375 +0.109375000000 +-0.011901855469 +-0.005371093750 +0.175781250000 +0.011291503906 +-0.024536132812 +-0.030883789062 +0.170898437500 +-0.026611328125 +-0.162109375000 +-0.040771484375 +0.042480468750 +0.037109375000 +0.070800781250 +-0.076171875000 +0.136718750000 +0.109863281250 +-0.156250000000 +0.008850097656 +-0.094726562500 +-0.045654296875 +-0.076660156250 +-0.096679687500 +-0.161132812500 +-0.109375000000 +-0.062011718750 +0.065429687500 +-0.096679687500 +-0.110839843750 +-0.199218750000 +-0.006072998047 +0.042480468750 +-0.134765625000 +0.006927490234 +-0.055175781250 +-0.030517578125 +-0.157226562500 +0.069335937500 +0.049804687500 +-0.062255859375 +-0.080566406250 +0.098144531250 +0.141601562500 +0.024169921875 +0.035888671875 +-0.066894531250 +0.005432128906 +-0.052734375000 +-0.019897460938 +-0.000200271606 +-0.116699218750 +-0.062988281250 +0.024536132812 +-0.035156250000 +-0.062988281250 +-0.059326171875 +0.108886718750 +0.008972167969 +-0.060302734375 +0.040039062500 +-0.099609375000 +-0.044433593750 +0.033203125000 +0.026977539062 +-0.130859375000 +-0.029907226562 +0.010986328125 +-0.053955078125 +0.106445312500 +-0.043701171875 +-0.157226562500 +0.034179687500 +-0.086914062500 +-0.054931640625 +0.028320312500 +0.025146484375 +-0.085449218750 +0.035400390625 +0.143554687500 +0.296875000000 +0.145507812500 +-0.059570312500 +-0.175781250000 +0.013793945312 +0.027832031250 +0.117675781250 +0.057861328125 +-0.152343750000 +-0.083007812500 +-0.006042480469 +0.144531250000 +-0.083984375000 +0.065429687500 +0.100585937500 +0.052734375000 +0.045166015625 +0.047119140625 +-0.024414062500 +-0.102050781250 +0.109863281250 +-0.076660156250 +0.200195312500 +0.053710937500 +0.007202148438 +0.071777343750 +0.067871093750 +-0.114746093750 +-0.111816406250 +-0.105468750000 +0.200195312500 +0.011962890625 +0.033447265625 +-0.251953125000 +0.016479492188 +0.000823974609 +-0.194335937500 +0.062255859375 +-0.020263671875 +-0.058593750000 +0.123046875000 +0.077636718750 +0.026245117188 +-0.039306640625 +-0.229492187500 +0.015197753906 +0.057373046875 +0.093261718750 +0.077636718750 +-0.039794921875 +0.097656250000 +0.005218505859 +-0.124511718750 +-0.053466796875 +0.127929687500 +-0.019531250000 +-0.020019531250 +-0.090332031250 +-0.023071289062 +0.103515625000 +-0.138671875000 +0.057128906250 +0.079101562500 +0.103027343750 +-0.024780273438 +-0.101562500000 +0.092773437500 +-0.046875000000 +-0.001617431641 +-0.151367187500 +0.112304687500 +0.053955078125 +0.090332031250 +-0.053466796875 +0.079101562500 +-0.016113281250 +0.078613281250 +0.005401611328 +-0.022827148438 +-0.047851562500 +-0.023803710938 +0.088378906250 +-0.162109375000 +0.031738281250 +-0.171875000000 +-0.065429687500 +-0.053466796875 +0.120605468750 +0.152343750000 +-0.060058593750 +0.212890625000 +0.017578125000 +0.130859375000 +-0.039062500000 +0.007629394531 +-0.028808593750 +0.158203125000 +-0.062500000000 +0.029541015625 +0.071777343750 +-0.056884765625 +0.125000000000 +-0.125976562500 +0.005737304688 +0.048828125000 +-0.022216796875 +0.097656250000 +-0.022460937500 +0.021362304688 +0.060302734375 +-0.251953125000 +-0.045898437500 +0.176757812500 +-0.115722656250 +0.201171875000 +-0.066894531250 +0.015380859375 +0.049804687500 +0.069335937500 +0.054199218750 +0.081542968750 +0.046875000000 +0.061035156250 +0.056640625000 +0.118652343750 +-0.074218750000 +-0.123535156250 +0.189453125000 +-0.065917968750 +0.015380859375 +-0.102539062500 +-0.032714843750 +0.010559082031 +0.065429687500 +-0.083496093750 +-0.103027343750 +0.164062500000 +-0.096679687500 +0.110839843750 +-0.122070312500 +-0.159179687500 +-0.039062500000 +-0.058837890625 +-0.019531250000 +0.090332031250 +-0.235351562500 +0.059570312500 +0.026733398438 +-0.146484375000 +0.180664062500 +-0.187500000000 +0.149414062500 +0.067382812500 +-0.053466796875 +-0.074707031250 +-0.045166015625 +0.015869140625 +-0.028686523438 +-0.036865234375 +-0.202148437500 +-0.111328125000 +0.107421875000 +0.073242187500 +-0.047607421875 +0.073242187500 +-0.040771484375 +0.208984375000 +-0.004058837891 +0.085937500000 +-0.051025390625 +-0.023803710938 +-0.130859375000 +-0.080566406250 +-0.209960937500 +-0.000113487244 +0.165039062500 +0.127929687500 +-0.094726562500 +0.009033203125 +-0.052490234375 +0.017822265625 +0.006469726562 +0.011169433594 +-0.019165039062 +-0.101074218750 +0.047851562500 +-0.031494140625 +0.059814453125 +0.199218750000 +0.062500000000 +0.006835937500 +0.069824218750 +-0.044921875000 +0.115722656250 +-0.091308593750 +-0.174804687500 +-0.145507812500 +0.090332031250 +-0.094726562500 +-0.125000000000 +-0.027221679688 +-0.063476562500 +-0.023559570312 +0.094238281250 +0.109863281250 +0.012145996094 +0.039550781250 +-0.145507812500 +0.069824218750 +0.004882812500 +-0.024291992188 +0.050781250000 +0.047607421875 +0.120117187500 +-0.097167968750 +0.197265625000 +0.161132812500 +-0.030517578125 +-0.001350402832 +-0.073242187500 +-0.022583007812 +-0.006286621094 +-0.068847656250 +0.171875000000 +-0.110351562500 +-0.088867187500 +0.028198242188 +0.094238281250 +-0.041748046875 +0.049072265625 +-0.147460937500 +-0.065429687500 +-0.065917968750 +0.193359375000 +0.151367187500 +0.066406250000 +0.058837890625 +-0.083007812500 +-0.073730468750 +0.106445312500 +0.066406250000 +-0.012695312500 +-0.141601562500 +0.000694274902 +0.022949218750 +0.044433593750 +-0.104492187500 +0.028564453125 +-0.061035156250 +0.011108398438 +-0.079101562500 +-0.144531250000 +0.012573242188 +-0.012084960938 +-0.093750000000 +-0.171875000000 +-0.034912109375 +0.154296875000 +0.046630859375 +-0.036132812500 +0.111816406250 +-0.094238281250 +-0.080078125000 +0.164062500000 +0.048583984375 +0.144531250000 +0.144531250000 +-0.070312500000 +-0.003677368164 +0.289062500000 +0.108398437500 +-0.111328125000 +-0.109375000000 +-0.177734375000 +-0.136718750000 +-0.316406250000 +0.008972167969 +-0.019531250000 +0.071289062500 +-0.021240234375 +-0.187500000000 +0.002914428711 +-0.116699218750 +-0.010925292969 +0.030883789062 +0.103515625000 +0.231445312500 +0.025146484375 +-0.232421875000 +0.057128906250 +-0.110839843750 +0.063964843750 +0.312500000000 +-0.114257812500 +-0.086425781250 +-0.221679687500 +-0.103515625000 +0.067382812500 +-0.143554687500 +0.049316406250 +0.039794921875 +0.244140625000 +-0.057617187500 +-0.061523437500 +-0.054443359375 +-0.008666992188 +-0.069335937500 +-0.019897460938 +-0.005401611328 +-0.043701171875 +0.041015625000 +-0.050537109375 +-0.155273437500 +-0.020263671875 +0.060546875000 +-0.133789062500 +0.188476562500 +0.004608154297 +0.036376953125 +0.075195312500 +-0.013916015625 +0.076171875000 +-0.068359375000 +0.029296875000 +-0.080078125000 +0.000690460205 +0.168945312500 +-0.039062500000 +0.092285156250 +0.119628906250 +0.073242187500 +0.096679687500 +-0.166015625000 +-0.150390625000 +-0.009948730469 +-0.021728515625 +0.068359375000 +0.056396484375 +0.051269531250 +-0.347656250000 +0.044921875000 +0.047607421875 +0.010498046875 +-0.324218750000 +-0.202148437500 +-0.067382812500 +0.049804687500 +0.049316406250 +-0.126953125000 +-0.005035400391 +-0.097656250000 +0.106445312500 +-0.037841796875 +0.135742187500 +0.082031250000 +0.092285156250 +-0.106445312500 +-0.071289062500 +0.022094726562 +-0.004302978516 +0.101562500000 +0.006652832031 +0.050048828125 +-0.100585937500 +0.131835937500 +-0.187500000000 +0.086914062500 +-0.009155273438 +-0.012145996094 +-0.057373046875 +0.043945312500 +0.165039062500 +0.011413574219 +-0.029785156250 +0.024414062500 +-0.219726562500 +0.031250000000 +0.165039062500 +0.050292968750 +0.015625000000 +-0.243164062500 +-0.054931640625 +-0.001655578613 +-0.044189453125 +-0.081054687500 +0.069335937500 +-0.049560546875 +0.004180908203 +0.034667968750 +-0.143554687500 +-0.036621093750 +0.127929687500 +0.062255859375 +-0.110839843750 +0.196289062500 +0.281250000000 +0.074707031250 +-0.128906250000 +0.208007812500 +-0.012329101562 +-0.052734375000 +0.083984375000 +0.242187500000 +-0.127929687500 +-0.080566406250 +0.051757812500 +0.128906250000 +-0.134765625000 +0.045654296875 +0.052246093750 +0.123046875000 +0.109375000000 +-0.079101562500 +0.035644531250 +0.160156250000 +0.102539062500 +-0.064453125000 +-0.069335937500 +-0.102539062500 +-0.124023437500 +-0.162109375000 +0.033691406250 +-0.004180908203 +0.035156250000 +0.229492187500 +-0.056396484375 +-0.218750000000 +-0.127929687500 +-0.187500000000 +-0.101562500000 +-0.096679687500 +-0.033447265625 +0.365234375000 +-0.044189453125 +-0.102539062500 +-0.087890625000 +0.039306640625 +0.001228332520 +0.095214843750 +-0.040527343750 +-0.042968750000 +0.157226562500 +0.053710937500 +-0.027954101562 +0.136718750000 +-0.080078125000 +-0.048095703125 +-0.064941406250 +-0.033447265625 +-0.104492187500 +0.170898437500 +0.083984375000 +-0.050781250000 +0.029907226562 +-0.022460937500 +-0.106933593750 +-0.126953125000 +0.071777343750 +-0.137695312500 +-0.045898437500 +0.074218750000 +0.060791015625 +-0.048095703125 +-0.083984375000 +-0.053710937500 +0.038818359375 +0.114746093750 +-0.204101562500 +0.155273437500 +-0.229492187500 +-0.263671875000 +0.005584716797 +0.047607421875 +-0.061523437500 +0.027099609375 +0.147460937500 +0.172851562500 +0.051513671875 +-0.010803222656 +0.089355468750 +0.048095703125 +0.035156250000 +-0.111328125000 +-0.063476562500 +0.132812500000 +-0.037597656250 +-0.088867187500 +0.086914062500 +-0.089843750000 +-0.012756347656 +-0.127929687500 +-0.053955078125 +0.013183593750 +-0.043701171875 +-0.104003906250 +0.100097656250 +0.120117187500 +-0.070312500000 +0.147460937500 +-0.071777343750 +-0.150390625000 +-0.162109375000 +0.006835937500 +-0.056396484375 +-0.009399414062 +0.060302734375 +-0.051025390625 +-0.031738281250 +0.006591796875 +-0.108398437500 +0.136718750000 +-0.069824218750 +-0.183593750000 +0.129882812500 +0.129882812500 +0.064453125000 +-0.065917968750 +-0.047363281250 +0.056396484375 +-0.000074386597 +-0.072753906250 +-0.061279296875 +-0.037109375000 +-0.075195312500 +-0.122070312500 +0.023925781250 +0.022338867188 +-0.002105712891 +-0.130859375000 +-0.171875000000 +0.054687500000 +-0.125000000000 +0.089843750000 +-0.021362304688 +0.053710937500 +-0.025512695312 +0.096191406250 +-0.050292968750 +0.032714843750 +-0.068359375000 +0.066406250000 +-0.026489257812 +-0.020141601562 +-0.005126953125 +0.056152343750 +0.109375000000 +0.138671875000 +-0.025024414062 +0.096679687500 +0.085937500000 +-0.045654296875 +0.037841796875 +0.012573242188 +-0.022094726562 +-0.273437500000 +0.017822265625 +0.074218750000 +0.074218750000 +0.112792968750 +0.051025390625 +0.114746093750 +0.086425781250 +0.050537109375 +-0.022094726562 +-0.220703125000 +-0.064453125000 +0.105957031250 +0.067382812500 +0.015625000000 +0.031127929688 +-0.087890625000 +-0.009277343750 +-0.010009765625 +0.109863281250 +0.104980468750 +0.047363281250 +0.233398437500 +-0.072265625000 +-0.084960937500 +0.055664062500 +-0.128906250000 +-0.053466796875 +-0.117187500000 +0.104492187500 +0.047363281250 +-0.099609375000 +0.016235351562 +-0.046142578125 +-0.011535644531 +0.120117187500 +-0.052246093750 +0.023681640625 +-0.124023437500 +0.166992187500 +0.022583007812 +-0.341796875000 +-0.160156250000 +-0.038330078125 +-0.043945312500 +0.019653320312 +-0.115234375000 +0.034179687500 +0.001556396484 +0.113769531250 +0.033203125000 +-0.007049560547 +-0.044921875000 +-0.001243591309 +0.083496093750 +0.060791015625 +0.046142578125 +0.085449218750 +0.167968750000 +0.020141601562 +-0.039794921875 +0.029174804688 +-0.085937500000 +-0.121093750000 +-0.012268066406 +-0.051025390625 +0.063476562500 +0.144531250000 +-0.004302978516 +0.068359375000 +0.070800781250 +0.164062500000 +0.124511718750 +0.046386718750 +-0.125976562500 +-0.015991210938 +0.090332031250 +-0.191406250000 +-0.036621093750 +-0.025878906250 +-0.039062500000 +0.052490234375 +-0.067382812500 +0.131835937500 +-0.233398437500 +0.003906250000 +0.013183593750 +-0.134765625000 +-0.062988281250 +-0.273437500000 +-0.058593750000 +-0.078613281250 +0.113281250000 +0.103027343750 +-0.031005859375 +-0.019165039062 +0.096191406250 +-0.010375976562 +-0.009094238281 +0.122558593750 +0.060302734375 +0.014038085938 +-0.089843750000 +-0.136718750000 +0.269531250000 +0.046875000000 +0.129882812500 +0.081054687500 +-0.102539062500 +0.127929687500 +-0.185546875000 +0.126953125000 +0.071289062500 +0.116210937500 +0.034179687500 +-0.008483886719 +0.098144531250 +0.019653320312 +-0.040527343750 +0.005767822266 +0.046630859375 +0.036621093750 +-0.075195312500 +0.119628906250 +-0.084472656250 +-0.148437500000 +0.084472656250 +-0.083007812500 +0.055419921875 +0.030029296875 +0.072753906250 +0.034423828125 +0.167968750000 +-0.010437011719 +-0.137695312500 +-0.113769531250 +0.144531250000 +0.013916015625 +0.177734375000 +0.030273437500 +0.061279296875 +0.038574218750 +0.118164062500 +-0.059326171875 +-0.043457031250 +-0.026489257812 +0.125000000000 +-0.139648437500 +-0.168945312500 +-0.067871093750 +0.004028320312 +-0.131835937500 +0.012329101562 +-0.000633239746 +0.056884765625 +-0.038330078125 +0.125976562500 +-0.017211914062 +0.123535156250 +0.074707031250 +-0.165039062500 +-0.043457031250 +0.050781250000 +0.008666992188 +-0.173828125000 +0.035400390625 +-0.002716064453 +0.246093750000 +0.020751953125 +0.007598876953 +0.000214576721 +0.053466796875 +-0.218750000000 +0.217773437500 +0.248046875000 +0.025024414062 +-0.031005859375 +-0.200195312500 +0.125000000000 +0.150390625000 +0.112304687500 +0.002960205078 +-0.103515625000 +-0.047607421875 +0.022216796875 +0.116210937500 +0.150390625000 +-0.047119140625 +0.035888671875 +-0.164062500000 +0.108398437500 +0.230468750000 +-0.044921875000 +-0.080566406250 +-0.026611328125 +0.078125000000 +-0.017700195312 +0.157226562500 +0.093261718750 +0.052978515625 +0.057128906250 +-0.269531250000 +-0.050781250000 +-0.033447265625 +0.005157470703 +-0.081542968750 +0.043945312500 +-0.112304687500 +-0.056884765625 +-0.023803710938 +0.065917968750 +0.053466796875 +0.129882812500 +-0.008544921875 +0.052490234375 +-0.007781982422 +0.047363281250 +-0.029052734375 +0.134765625000 +-0.080078125000 +0.019775390625 +-0.088867187500 +-0.033935546875 +-0.074707031250 +-0.094726562500 +0.046875000000 +-0.116699218750 +-0.006042480469 +-0.037597656250 +0.062255859375 +-0.014587402344 +-0.134765625000 +-0.038330078125 +0.077148437500 +0.068847656250 +-0.102539062500 +-0.150390625000 +-0.038330078125 +-0.125976562500 +-0.034667968750 +0.024291992188 +0.033447265625 +0.083496093750 +0.167968750000 +0.131835937500 +0.190429687500 +-0.055175781250 +0.010864257812 +0.007720947266 +0.145507812500 +-0.077636718750 +-0.039794921875 +-0.190429687500 +-0.053222656250 +0.001396179199 +0.010742187500 +0.039062500000 +-0.045898437500 +-0.079101562500 +-0.051757812500 +0.063964843750 +0.006378173828 +-0.047607421875 +-0.025756835938 +-0.084960937500 +-0.127929687500 +-0.004852294922 +-0.038085937500 +-0.112792968750 +-0.112304687500 +0.056884765625 +0.102539062500 +-0.165039062500 +0.012268066406 +0.001007080078 +-0.061279296875 +0.029785156250 +-0.022705078125 +-0.010864257812 +0.083007812500 +-0.031494140625 +0.092285156250 +0.056396484375 +-0.086914062500 +0.114257812500 +0.049560546875 +0.109375000000 +0.056640625000 +0.038330078125 +-0.015075683594 +0.002044677734 +0.016113281250 +-0.088867187500 +-0.040039062500 +-0.017089843750 +0.006805419922 +-0.063964843750 +0.038818359375 +-0.157226562500 +0.070800781250 +0.073730468750 +-0.150390625000 +0.123046875000 +0.109863281250 +0.022094726562 +-0.211914062500 +0.018554687500 +0.045166015625 +-0.143554687500 +-0.008666992188 +0.016357421875 +-0.048339843750 +-0.049804687500 +-0.040039062500 +-0.103515625000 +0.049316406250 +-0.019897460938 +0.026367187500 +0.002929687500 +-0.096191406250 +-0.110351562500 +0.054443359375 +-0.145507812500 +-0.069824218750 +-0.005676269531 +-0.004943847656 +-0.110839843750 +-0.057617187500 +-0.116210937500 +-0.042236328125 +0.057373046875 +-0.149414062500 +-0.140625000000 +-0.052978515625 +-0.150390625000 +0.076660156250 +-0.082519531250 +0.056152343750 +0.053955078125 +-0.085449218750 +-0.175781250000 +0.050048828125 +-0.063476562500 +-0.097167968750 +-0.057373046875 +0.005035400391 +-0.043212890625 +0.068847656250 +-0.190429687500 +-0.175781250000 +-0.108398437500 +0.104003906250 +0.044433593750 +-0.225585937500 +-0.043457031250 +0.151367187500 +-0.016357421875 +0.008056640625 +-0.149414062500 +-0.000142097473 +-0.050537109375 +0.210937500000 +-0.138671875000 +0.068847656250 +-0.114746093750 +0.055419921875 +0.024169921875 +-0.022338867188 +-0.322265625000 +-0.015258789062 +0.093261718750 +-0.146484375000 +-0.062988281250 +-0.012573242188 +0.204101562500 +0.111816406250 +0.076660156250 +0.160156250000 +0.004699707031 +0.077148437500 +-0.139648437500 +0.166992187500 +0.146484375000 +-0.103515625000 +0.004577636719 +-0.046142578125 +0.182617187500 +-0.066894531250 +0.081054687500 +-0.048828125000 +0.191406250000 +-0.041015625000 +-0.017944335938 +-0.109863281250 +0.004333496094 +0.005249023438 +-0.132812500000 +-0.141601562500 +-0.170898437500 +0.022460937500 +0.118652343750 +-0.014587402344 +0.010925292969 +-0.163085937500 +0.251953125000 +0.171875000000 +0.023559570312 +-0.139648437500 +-0.107910156250 +0.087890625000 +0.045654296875 +-0.192382812500 +-0.095703125000 +0.040283203125 +0.126953125000 +0.027343750000 +0.171875000000 +0.023193359375 +0.013366699219 +0.112304687500 +-0.127929687500 +0.196289062500 +0.061035156250 +-0.214843750000 +-0.067382812500 +-0.113281250000 +-0.200195312500 +-0.098144531250 +-0.125976562500 +-0.028442382812 +-0.087402343750 +0.017578125000 +-0.071777343750 +0.103515625000 +0.138671875000 +0.016235351562 +-0.043457031250 +-0.159179687500 +-0.193359375000 +0.065429687500 +-0.162109375000 +-0.100097656250 +0.052001953125 +0.115722656250 +0.007293701172 +0.035400390625 +-0.012634277344 +0.114746093750 +-0.156250000000 +-0.071777343750 +-0.082031250000 +-0.148437500000 +-0.105957031250 +0.271484375000 +0.147460937500 +0.102539062500 +-0.031127929688 +-0.051757812500 +-0.016601562500 +0.067382812500 +0.016357421875 +-0.136718750000 +-0.009765625000 +-0.025390625000 +0.073242187500 +0.016479492188 +0.158203125000 +0.118164062500 +0.070800781250 +-0.178710937500 +-0.155273437500 +-0.091796875000 +-0.008483886719 +-0.083007812500 +0.107421875000 +-0.081542968750 +0.067871093750 +0.005950927734 +0.023925781250 +-0.076660156250 +-0.130859375000 +-0.164062500000 +-0.166992187500 +0.237304687500 +-0.302734375000 +0.103027343750 +-0.023681640625 +0.142578125000 +0.039062500000 +0.047607421875 +0.070800781250 +-0.095214843750 +0.019042968750 +-0.281250000000 +-0.055419921875 +-0.106933593750 +-0.020507812500 +0.066406250000 +0.052490234375 +-0.009094238281 +0.064453125000 +-0.042724609375 +-0.121093750000 +-0.134765625000 +-0.013244628906 +-0.063964843750 +0.013488769531 +0.038574218750 +0.240234375000 +-0.070800781250 +0.030761718750 +0.043701171875 +0.094726562500 +0.196289062500 +0.174804687500 +-0.003112792969 +0.143554687500 +-0.165039062500 +0.176757812500 +-0.076660156250 +-0.030517578125 +0.061523437500 +-0.089355468750 +-0.062988281250 +-0.093750000000 +0.154296875000 +-0.014282226562 +-0.068847656250 +0.122558593750 +-0.037841796875 +0.124511718750 +-0.057861328125 +-0.065917968750 +-0.117187500000 +0.174804687500 +0.028442382812 +0.019775390625 +-0.223632812500 +0.176757812500 +-0.064453125000 +0.126953125000 +-0.107910156250 +-0.020996093750 +0.026123046875 +0.253906250000 +0.034667968750 +0.069335937500 +0.228515625000 +-0.054931640625 +-0.057373046875 +-0.009521484375 +0.240234375000 +-0.063476562500 +-0.066894531250 +0.043457031250 +0.103515625000 +0.115722656250 +-0.107421875000 +-0.002563476562 +-0.138671875000 +-0.006225585938 +0.087402343750 +0.033203125000 +-0.153320312500 +-0.108398437500 +-0.039062500000 +-0.208007812500 +-0.011535644531 +-0.005279541016 +-0.202148437500 +0.002716064453 +0.091308593750 +0.003936767578 +0.058837890625 +0.094238281250 +-0.163085937500 +-0.006896972656 +-0.055175781250 +-0.108398437500 +0.232421875000 +0.200195312500 +0.004669189453 +-0.011474609375 +0.015014648438 +0.109863281250 +-0.093750000000 +0.027832031250 +-0.054199218750 +0.005676269531 +-0.102050781250 +-0.090820312500 +-0.095214843750 +-0.102539062500 +-0.053710937500 +0.092285156250 +0.012573242188 +-0.003860473633 +0.047607421875 +-0.010620117188 +-0.052734375000 +-0.011108398438 +0.030151367188 +0.089355468750 +-0.104980468750 +-0.028442382812 +-0.042480468750 +-0.027465820312 +0.044677734375 +0.038330078125 +-0.166015625000 +0.062255859375 +0.134765625000 +0.098632812500 +-0.091796875000 +-0.007537841797 +-0.068847656250 +-0.041015625000 +-0.011535644531 +-0.150390625000 +-0.052978515625 +-0.172851562500 +-0.083496093750 +-0.165039062500 +-0.061767578125 +-0.109375000000 +-0.058349609375 +-0.121093750000 +-0.102050781250 +0.062988281250 +0.025146484375 +-0.000976562500 +-0.111328125000 +0.122558593750 +0.107910156250 +0.117675781250 +-0.017211914062 +0.071289062500 +0.018188476562 +-0.032226562500 +0.015625000000 +-0.070312500000 +0.289062500000 +0.064941406250 +-0.085449218750 +0.105957031250 +0.050537109375 +-0.036376953125 +-0.036132812500 +-0.125976562500 +-0.027465820312 +-0.176757812500 +-0.001792907715 +-0.123535156250 +-0.194335937500 +0.000029444695 +0.054199218750 +-0.008178710938 +-0.054931640625 +0.016479492188 +0.085937500000 +-0.077148437500 +-0.060302734375 +-0.012695312500 +0.028442382812 +-0.090820312500 +0.087402343750 +0.086914062500 +0.064453125000 +0.036865234375 +-0.094238281250 +-0.078125000000 +0.163085937500 +-0.092773437500 +0.091796875000 +0.037597656250 +-0.066406250000 +0.212890625000 +0.177734375000 +-0.066894531250 +0.059570312500 +0.090820312500 +0.128906250000 +-0.326171875000 +0.021362304688 +-0.015136718750 +-0.149414062500 +-0.009765625000 +0.076171875000 +-0.004150390625 +0.154296875000 +0.076171875000 +0.029418945312 +-0.064941406250 +-0.037597656250 +-0.099609375000 +-0.029174804688 +0.051025390625 +0.145507812500 +-0.034667968750 +-0.101562500000 +-0.102050781250 +0.023071289062 +0.054687500000 +0.146484375000 +-0.003295898438 +-0.166992187500 +0.000942230225 +0.134765625000 +-0.003662109375 +-0.177734375000 +0.067382812500 +-0.020141601562 +-0.008728027344 +-0.225585937500 +-0.094726562500 +0.018676757812 +0.119628906250 +-0.132812500000 +-0.071777343750 +-0.203125000000 +0.232421875000 +0.146484375000 +0.140625000000 +-0.208984375000 +0.229492187500 +0.008300781250 +-0.000846862793 +-0.010620117188 +-0.015869140625 +-0.085449218750 +0.052734375000 +0.026977539062 +-0.044189453125 +0.068847656250 +0.070312500000 +-0.115722656250 +-0.042968750000 +0.073242187500 +0.024169921875 +-0.124023437500 +0.046142578125 +0.015869140625 +0.114257812500 +-0.050048828125 +-0.126953125000 +0.221679687500 +0.034667968750 +-0.002273559570 +0.061035156250 +-0.171875000000 +-0.001922607422 +0.021484375000 +0.040039062500 +-0.013305664062 +-0.026245117188 +0.022705078125 +-0.189453125000 +-0.085937500000 +-0.049804687500 +0.046875000000 +0.163085937500 +-0.072753906250 +0.002609252930 +-0.079101562500 +0.174804687500 +-0.123535156250 +-0.177734375000 +-0.009521484375 +-0.055664062500 +-0.049560546875 +-0.086914062500 +-0.086914062500 +-0.139648437500 +-0.062988281250 +-0.082031250000 +-0.070800781250 +-0.003860473633 +-0.119628906250 +0.125000000000 +-0.065917968750 +-0.100585937500 +0.029541015625 +0.060546875000 +0.136718750000 +0.000214576721 +0.105957031250 +0.153320312500 +0.015991210938 +-0.125976562500 +-0.066406250000 +0.202148437500 +-0.185546875000 +0.003845214844 +0.004791259766 +-0.098144531250 +-0.067382812500 +0.032958984375 +0.039550781250 +-0.082519531250 +0.088867187500 +-0.047119140625 +-0.018066406250 +-0.055908203125 +-0.055908203125 +-0.170898437500 +-0.025512695312 +0.031250000000 +0.097656250000 +-0.039794921875 +0.104980468750 +-0.001564025879 +0.021972656250 +0.109375000000 +-0.026733398438 +0.012512207031 +-0.098632812500 +0.099609375000 +-0.181640625000 +-0.146484375000 +-0.070800781250 +-0.030395507812 +-0.036621093750 +0.098144531250 +-0.007690429688 +-0.041015625000 +0.147460937500 +-0.128906250000 +-0.128906250000 +0.068359375000 +0.037841796875 +0.019531250000 +0.139648437500 +-0.086914062500 +0.083007812500 +-0.023437500000 +0.070800781250 +-0.006896972656 +0.164062500000 +0.001060485840 +-0.045898437500 +0.065917968750 +0.049560546875 +0.068359375000 +0.009765625000 +0.051025390625 +-0.333984375000 +0.049560546875 +0.134765625000 +0.038818359375 +-0.173828125000 +0.236328125000 +-0.021606445312 +0.007354736328 +-0.091796875000 +-0.116699218750 +-0.063476562500 +0.083496093750 +0.118164062500 +0.104980468750 +-0.036376953125 +-0.005920410156 +0.045166015625 +-0.141601562500 +0.066406250000 +0.018432617188 +-0.071289062500 +0.059326171875 +-0.064453125000 +0.201171875000 +0.034912109375 +-0.056152343750 +0.137695312500 +-0.073242187500 +0.098632812500 +0.005065917969 +0.040039062500 +0.062988281250 +0.085937500000 +0.013061523438 +0.028686523438 +0.109863281250 +-0.072265625000 +-0.068359375000 +0.067871093750 +0.056396484375 +0.011535644531 +-0.214843750000 +-0.000606536865 +0.067871093750 +0.014831542969 +-0.166992187500 +0.160156250000 +0.073242187500 +0.017456054688 +0.020874023438 +0.092285156250 +-0.066894531250 +0.267578125000 +0.119140625000 +-0.027954101562 +0.117187500000 +-0.082519531250 +-0.017944335938 +0.050781250000 +0.067382812500 +0.032470703125 +-0.028442382812 +-0.025024414062 +-0.054443359375 +-0.110839843750 +0.079589843750 +0.031982421875 +0.170898437500 +-0.085937500000 +0.018798828125 +0.175781250000 +0.159179687500 +-0.197265625000 +0.042724609375 +-0.029907226562 +0.167968750000 +0.133789062500 +-0.063964843750 +0.079589843750 +0.158203125000 +0.141601562500 +0.016967773438 +-0.086914062500 +0.081542968750 +-0.020629882812 +-0.024291992188 +0.096191406250 +0.069335937500 +-0.054687500000 +0.079589843750 +-0.032226562500 +0.001342773438 +-0.079101562500 +-0.033203125000 +-0.025268554688 +0.015869140625 +-0.029174804688 +0.043701171875 +-0.170898437500 +-0.022460937500 +-0.285156250000 +0.039794921875 +0.089843750000 +-0.096191406250 +0.043457031250 +-0.174804687500 +-0.015380859375 +0.068847656250 +-0.071777343750 +-0.039550781250 +0.014038085938 +-0.036621093750 +-0.132812500000 +0.103515625000 +-0.008300781250 +-0.080078125000 +-0.109863281250 +-0.071289062500 +0.014160156250 +-0.028808593750 +-0.066406250000 +0.028564453125 +-0.039794921875 +0.017944335938 +0.002838134766 +0.021240234375 +-0.124511718750 +-0.109375000000 +0.079589843750 +-0.130859375000 +0.136718750000 +-0.039062500000 +-0.097167968750 +-0.038330078125 +-0.030273437500 +-0.159179687500 +0.104003906250 +0.119140625000 +-0.130859375000 +-0.115234375000 +0.110839843750 +0.056152343750 +0.052978515625 +-0.067382812500 +0.012634277344 +-0.133789062500 +0.204101562500 +-0.217773437500 +0.064941406250 +-0.118164062500 +-0.010559082031 +-0.062011718750 +-0.016601562500 +-0.083984375000 +0.091308593750 +-0.038574218750 +-0.120117187500 +-0.055908203125 +0.140625000000 +-0.017700195312 +-0.182617187500 +0.036865234375 +0.006896972656 +-0.027465820312 +-0.070800781250 +0.162109375000 +-0.122558593750 +0.078125000000 +0.057617187500 +-0.133789062500 +-0.054687500000 +0.037109375000 +-0.041992187500 +0.052001953125 +-0.041992187500 +0.002136230469 +0.053955078125 +0.002548217773 +-0.028930664062 +0.152343750000 +0.039794921875 +0.121093750000 +0.039306640625 +0.002227783203 +-0.051025390625 +-0.007507324219 +0.000957489014 +-0.056396484375 +-0.032470703125 +0.010986328125 +-0.046142578125 +-0.018798828125 +0.041503906250 +-0.205078125000 +-0.107910156250 +-0.035400390625 +-0.004089355469 +0.048828125000 +0.021484375000 +0.031494140625 +0.064453125000 +-0.122070312500 +-0.118164062500 +-0.007110595703 +0.158203125000 +-0.173828125000 +0.009155273438 +0.004241943359 +-0.071777343750 +0.101074218750 +0.122558593750 +-0.012695312500 +-0.039062500000 +0.069335937500 +-0.030029296875 +-0.099121093750 +0.117675781250 +-0.075683593750 +0.175781250000 +0.093261718750 +-0.113281250000 +0.002883911133 +-0.046142578125 +0.050292968750 +-0.038085937500 +0.013427734375 +0.000957489014 +-0.042480468750 +0.006958007812 +0.077636718750 +0.070312500000 +-0.052001953125 +0.057128906250 +0.125000000000 +-0.171875000000 +0.069335937500 +0.066406250000 +-0.038818359375 +0.117187500000 +0.013793945312 +0.053222656250 +0.113769531250 +-0.050781250000 +-0.117675781250 +-0.116210937500 +-0.019042968750 +-0.079101562500 +-0.048583984375 +0.030395507812 +0.075683593750 +0.016601562500 +-0.079101562500 +-0.145507812500 +-0.047607421875 +0.037109375000 +0.125976562500 +-0.107910156250 +0.073242187500 +-0.129882812500 +-0.010620117188 +0.014282226562 +-0.030883789062 +0.002105712891 +-0.021240234375 +0.182617187500 +-0.073242187500 +-0.208984375000 +0.078125000000 +-0.199218750000 +0.051757812500 +-0.029418945312 +0.002868652344 +0.085937500000 +-0.011474609375 +-0.032226562500 +0.051513671875 +-0.100585937500 +0.052734375000 +-0.123535156250 +-0.149414062500 +0.095214843750 +0.052734375000 +-0.149414062500 +-0.002746582031 +0.120117187500 +0.002075195312 +-0.126953125000 +0.021118164062 +0.038330078125 +0.105957031250 +-0.083496093750 +-0.170898437500 +0.057617187500 +-0.088867187500 +0.061523437500 +-0.079101562500 +0.037841796875 +-0.109863281250 +-0.048583984375 +0.060302734375 +-0.012207031250 +-0.255859375000 +0.041259765625 +0.133789062500 +-0.052734375000 +-0.101074218750 +0.101562500000 +0.079101562500 +0.068359375000 +0.019409179688 +-0.149414062500 +0.057373046875 +0.010681152344 +0.185546875000 +0.122070312500 +0.036132812500 +-0.041748046875 +0.016723632812 +-0.151367187500 +0.039550781250 +-0.177734375000 +-0.041748046875 +0.021850585938 +-0.022094726562 +-0.155273437500 +-0.110351562500 +-0.013977050781 +-0.141601562500 +-0.110839843750 +-0.203125000000 +0.008361816406 +0.152343750000 +0.087890625000 +-0.007415771484 +0.002883911133 +0.006225585938 +0.031127929688 +0.066894531250 +0.166015625000 +0.039306640625 +0.043945312500 +0.015502929688 +-0.171875000000 +0.056640625000 +-0.041748046875 +-0.100585937500 +0.129882812500 +0.021972656250 +0.148437500000 +0.078613281250 +-0.044677734375 +-0.071777343750 +0.021484375000 +-0.111328125000 +0.107910156250 +-0.100585937500 +-0.033935546875 +-0.098632812500 +-0.093750000000 +-0.027221679688 +-0.016967773438 +-0.021240234375 +0.083007812500 +0.041503906250 +0.051513671875 +-0.063964843750 +0.236328125000 +0.021728515625 +0.015014648438 +0.032958984375 +0.004150390625 +0.073730468750 +-0.191406250000 +0.066894531250 +0.219726562500 +-0.145507812500 +0.134765625000 +-0.182617187500 +0.071289062500 +-0.154296875000 +0.005340576172 +-0.104980468750 +0.009338378906 +-0.026977539062 +0.115234375000 +0.037353515625 +-0.014099121094 +0.005828857422 +-0.005004882812 +0.227539062500 +0.215820312500 +0.009948730469 +-0.138671875000 +0.048095703125 +-0.069824218750 +0.041992187500 +0.013427734375 +0.032958984375 +-0.083496093750 +0.074707031250 +-0.198242187500 +-0.077148437500 +0.146484375000 +-0.103027343750 +0.029907226562 +0.083007812500 +0.048095703125 +0.157226562500 +0.009155273438 +-0.015502929688 +-0.034179687500 +0.011047363281 +-0.100585937500 +0.059814453125 +-0.024658203125 +0.183593750000 +-0.066894531250 +0.019775390625 +-0.018920898438 +0.032226562500 +-0.023559570312 +0.071777343750 +0.084472656250 +-0.043945312500 +0.057128906250 +-0.048095703125 +0.063964843750 +0.105468750000 +0.031982421875 +0.306640625000 +0.104980468750 +0.129882812500 +-0.002151489258 +-0.079101562500 +0.141601562500 +-0.050292968750 +0.060791015625 +0.125976562500 +-0.001586914062 +-0.122558593750 +-0.081054687500 +-0.000736236572 +-0.069824218750 +-0.040771484375 +-0.171875000000 +0.159179687500 +0.207031250000 +0.060546875000 +0.238281250000 +-0.045410156250 +-0.026123046875 +0.142578125000 +-0.211914062500 +0.104980468750 +-0.051025390625 +-0.197265625000 +0.165039062500 +-0.206054687500 +0.161132812500 +-0.004821777344 +-0.005157470703 +-0.109863281250 +-0.089355468750 +-0.075195312500 +-0.015319824219 +0.009399414062 +-0.019165039062 +-0.073242187500 +0.014221191406 +-0.033447265625 +0.042724609375 +-0.177734375000 +0.104492187500 +0.040039062500 +0.128906250000 +-0.036132812500 +-0.040039062500 +0.021484375000 +0.027832031250 +0.189453125000 +0.139648437500 +-0.032226562500 +0.004882812500 +-0.120605468750 +-0.013732910156 +-0.103515625000 +0.068359375000 +-0.010620117188 +-0.126953125000 +0.215820312500 +-0.080566406250 +-0.068847656250 +0.030029296875 +-0.056152343750 +0.085937500000 +-0.092773437500 +0.020263671875 +-0.117187500000 +0.098632812500 +-0.172851562500 +-0.165039062500 +0.061767578125 +0.148437500000 +0.004913330078 +-0.012756347656 +-0.106933593750 +-0.020019531250 +0.125976562500 +0.012390136719 +-0.110839843750 +-0.005737304688 +-0.075683593750 +0.044921875000 +0.042724609375 +-0.091308593750 +-0.130859375000 +0.096679687500 +-0.015563964844 +0.242187500000 +0.062988281250 +0.081054687500 +-0.197265625000 +-0.046386718750 +-0.063964843750 +-0.026855468750 +-0.069335937500 +0.051513671875 +-0.027343750000 +0.107421875000 +-0.030761718750 +-0.058837890625 +0.080078125000 +0.057617187500 +-0.019165039062 +-0.069335937500 +0.025512695312 +0.134765625000 +0.024169921875 +-0.086425781250 +-0.087402343750 +-0.128906250000 +-0.141601562500 +-0.081054687500 +-0.023681640625 +-0.064453125000 +0.100097656250 +-0.036865234375 +-0.190429687500 +0.030517578125 +-0.167968750000 +0.054931640625 +-0.152343750000 +0.039794921875 +0.014831542969 +-0.047363281250 +0.061767578125 +0.156250000000 +-0.009277343750 +0.053222656250 +-0.074218750000 +-0.016967773438 +0.010803222656 +0.184570312500 +-0.012512207031 +-0.165039062500 +0.306640625000 +-0.294921875000 +0.077636718750 +0.179687500000 +0.062500000000 +-0.116699218750 +-0.233398437500 +0.032958984375 +0.043945312500 +0.150390625000 +-0.058837890625 +0.020751953125 +-0.197265625000 +0.097656250000 +0.032226562500 +-0.074707031250 +-0.023437500000 +-0.033447265625 +-0.018920898438 +-0.007080078125 +-0.059326171875 +-0.115722656250 +0.078125000000 +0.041748046875 +0.194335937500 +0.070800781250 +-0.089843750000 +0.062988281250 +-0.144531250000 +0.051757812500 +-0.081542968750 +0.042236328125 +0.047851562500 +0.025024414062 +-0.093261718750 +-0.068847656250 +0.075683593750 +0.000724792480 +-0.097656250000 +0.069335937500 +-0.142578125000 +-0.151367187500 +0.042724609375 +0.083496093750 +-0.086425781250 +0.097167968750 +-0.146484375000 +-0.093750000000 +0.107421875000 +0.085937500000 +-0.030517578125 +0.118164062500 +-0.129882812500 +0.048583984375 +-0.060058593750 +-0.053222656250 +-0.158203125000 +-0.056640625000 +0.011474609375 +0.176757812500 +0.007476806641 +0.057617187500 +0.017211914062 +-0.007507324219 +-0.015380859375 +-0.102539062500 +-0.055175781250 +0.040527343750 +-0.092773437500 +-0.021606445312 +0.017944335938 +0.038330078125 +-0.053222656250 +-0.059326171875 +-0.126953125000 +0.085937500000 +0.023803710938 +0.130859375000 +0.142578125000 +-0.118164062500 +-0.029541015625 +0.096191406250 +-0.013488769531 +-0.103515625000 +-0.126953125000 +-0.027587890625 +0.069824218750 +-0.145507812500 +-0.029418945312 +-0.108886718750 +-0.083007812500 +-0.232421875000 +0.063964843750 +0.017089843750 +-0.110839843750 +0.104003906250 +-0.079101562500 +0.135742187500 +0.061035156250 +0.018676757812 +0.139648437500 +-0.022949218750 +0.039550781250 +0.024536132812 +-0.124023437500 +-0.001304626465 +-0.154296875000 +0.141601562500 +0.037109375000 +-0.028686523438 +-0.086425781250 +0.068847656250 +-0.052978515625 +-0.004119873047 +0.036132812500 +-0.108398437500 +0.115234375000 +-0.028564453125 +-0.144531250000 +-0.075683593750 +-0.072753906250 +-0.022583007812 +0.060058593750 +-0.059814453125 +0.044921875000 +0.052246093750 +-0.093750000000 +0.008117675781 +-0.031127929688 +0.108398437500 +0.014526367188 +-0.023071289062 +0.088378906250 +-0.046630859375 +0.021728515625 +0.160156250000 +0.061279296875 +0.037109375000 +0.057617187500 +0.054443359375 +0.022583007812 +-0.036376953125 +-0.128906250000 +-0.022583007812 +0.083984375000 +-0.177734375000 +0.110839843750 +-0.104003906250 +0.043945312500 +-0.001945495605 +0.213867187500 +0.005767822266 +0.044677734375 +-0.026123046875 +0.012878417969 +-0.166992187500 +0.126953125000 +-0.050537109375 +0.076660156250 +0.017456054688 +-0.133789062500 +-0.026245117188 +0.003082275391 +-0.008056640625 +0.104492187500 +-0.045410156250 +0.045410156250 +0.045654296875 +-0.090332031250 +-0.002990722656 +0.003173828125 +0.085449218750 +-0.025390625000 +-0.011108398438 +-0.065917968750 +-0.041259765625 +-0.092773437500 +0.052001953125 +0.285156250000 +0.194335937500 +0.157226562500 +0.051269531250 +-0.029907226562 +0.010131835938 +0.046386718750 +0.037597656250 +-0.335937500000 +-0.029296875000 +0.104492187500 +-0.026977539062 +0.039062500000 +0.067382812500 +0.057861328125 +-0.024902343750 +-0.041259765625 +0.239257812500 +0.152343750000 +0.072265625000 +-0.016601562500 +0.090332031250 +-0.028686523438 +0.043212890625 +-0.084960937500 +0.129882812500 +-0.098632812500 +-0.085449218750 +-0.008422851562 +0.003753662109 +-0.050048828125 +0.101562500000 +0.022216796875 +-0.071289062500 +0.122558593750 +0.109863281250 +-0.050048828125 +-0.037597656250 +0.101562500000 +0.031494140625 +-0.063964843750 +-0.039794921875 +0.125000000000 +-0.055664062500 +0.051269531250 +0.002807617188 +0.010131835938 +-0.083496093750 +0.054199218750 +-0.006042480469 +-0.069824218750 +0.083007812500 +0.133789062500 +-0.044433593750 +0.174804687500 +0.076171875000 +0.033935546875 +0.110351562500 +-0.199218750000 +-0.006652832031 +0.142578125000 +-0.013366699219 +0.051757812500 +-0.076171875000 +0.251953125000 +-0.087402343750 +0.139648437500 +0.171875000000 +-0.082031250000 +0.204101562500 +-0.145507812500 +0.143554687500 +-0.209960937500 +0.009033203125 +0.030029296875 +0.030639648438 +-0.121093750000 +-0.032470703125 +-0.051513671875 +-0.019653320312 +0.058105468750 +0.048339843750 +0.058593750000 +-0.211914062500 +0.170898437500 +0.099121093750 +-0.086425781250 +-0.020141601562 +-0.211914062500 +0.077636718750 +-0.013793945312 +-0.007110595703 +0.002014160156 +-0.125000000000 +0.090820312500 +0.083007812500 +0.066406250000 +0.003021240234 +-0.118652343750 +0.057861328125 +0.046630859375 +-0.070800781250 +0.023559570312 +-0.011413574219 +0.155273437500 +-0.147460937500 +0.125976562500 +0.013793945312 +0.071777343750 +0.110351562500 +-0.045898437500 +0.100585937500 +0.298828125000 +0.087890625000 +-0.040527343750 +0.515625000000 +0.043212890625 +-0.087402343750 +-0.031982421875 +0.021972656250 +0.029418945312 +0.183593750000 +0.060546875000 +-0.052490234375 +0.068847656250 +0.239257812500 +-0.025512695312 +0.179687500000 +-0.049316406250 +-0.079589843750 +-0.073242187500 +-0.014526367188 +0.015991210938 +0.077636718750 +-0.031127929688 +0.180664062500 +0.048828125000 +0.166015625000 +0.091308593750 +-0.178710937500 +0.016723632812 +0.035400390625 +-0.267578125000 +0.231445312500 +-0.067382812500 +0.103027343750 +0.125976562500 +0.047119140625 +0.054199218750 +0.081542968750 +-0.075195312500 +0.043701171875 +0.009460449219 +-0.043945312500 +0.031738281250 +0.096679687500 +-0.001770019531 +-0.039794921875 +0.062500000000 +-0.025024414062 +-0.005828857422 +-0.075683593750 +0.096191406250 +0.025512695312 +-0.032226562500 +-0.038818359375 +-0.082519531250 +-0.143554687500 +-0.055664062500 +-0.234375000000 +-0.027709960938 +-0.073730468750 +-0.039306640625 +-0.227539062500 +-0.020507812500 +-0.178710937500 +-0.042968750000 +-0.044677734375 +0.010070800781 +-0.095703125000 +0.166015625000 +0.007995605469 +-0.052246093750 +-0.058349609375 +0.094238281250 +-0.124511718750 +-0.146484375000 +0.039550781250 +0.163085937500 +-0.073242187500 +0.041259765625 +-0.006256103516 +0.056152343750 +-0.051269531250 +0.006011962891 +-0.051757812500 +0.067871093750 +0.171875000000 +-0.181640625000 +0.037841796875 +-0.012390136719 +0.140625000000 +0.013732910156 +0.006072998047 +0.004333496094 +-0.086914062500 +0.143554687500 +0.016845703125 +0.000762939453 +-0.129882812500 +-0.103515625000 +-0.166015625000 +0.014221191406 +-0.107421875000 +-0.026367187500 +0.128906250000 +-0.218750000000 +-0.117187500000 +0.053466796875 +-0.082031250000 +-0.017089843750 +-0.092773437500 +-0.054443359375 +0.044189453125 +0.196289062500 +0.016845703125 +-0.084960937500 +-0.010925292969 +-0.010437011719 +0.013366699219 +-0.241210937500 +0.053466796875 +-0.082519531250 +0.070312500000 +0.049316406250 +-0.072265625000 +0.057861328125 +0.182617187500 +0.026855468750 +0.082519531250 +0.139648437500 +0.030029296875 +-0.132812500000 +-0.007995605469 +-0.051269531250 +0.036132812500 +0.031982421875 +-0.050048828125 +0.039306640625 +-0.065429687500 +-0.030029296875 +0.067871093750 +-0.122070312500 +-0.137695312500 +0.011901855469 +0.090332031250 +-0.035156250000 +0.088378906250 +0.087890625000 +-0.077636718750 +0.123046875000 +0.025390625000 +-0.022216796875 +0.330078125000 +-0.279296875000 +-0.108398437500 +-0.122558593750 +-0.045410156250 +0.118164062500 +-0.052978515625 +-0.064941406250 +0.079101562500 +-0.070312500000 +-0.082519531250 +0.033935546875 +0.141601562500 +0.038085937500 +-0.111816406250 +0.033447265625 +-0.042724609375 +-0.206054687500 +0.170898437500 +-0.181640625000 +0.048339843750 +-0.002243041992 +-0.023193359375 +-0.109863281250 +0.098144531250 +-0.198242187500 +-0.041748046875 +-0.038330078125 +0.070800781250 +-0.097167968750 +0.054931640625 +0.049560546875 +-0.026611328125 +-0.036376953125 +-0.059570312500 +0.003356933594 +0.064941406250 +-0.515625000000 +-0.072753906250 +0.019165039062 +0.051513671875 +-0.056396484375 +0.261718750000 +-0.021606445312 +-0.009155273438 +-0.024902343750 +0.012634277344 +0.114746093750 +0.083984375000 +-0.169921875000 +0.125000000000 +0.169921875000 +-0.066894531250 +-0.048095703125 +-0.005828857422 +0.074707031250 +-0.108886718750 +0.060302734375 +0.044677734375 +-0.194335937500 +0.131835937500 +0.074218750000 +-0.067871093750 +-0.035400390625 +0.084960937500 +0.027099609375 +-0.011291503906 +-0.057861328125 +-0.125976562500 +0.180664062500 +-0.118652343750 +-0.012695312500 +-0.046630859375 +-0.040771484375 +-0.077636718750 +0.130859375000 +0.104980468750 +0.116210937500 +-0.061523437500 +0.226562500000 +0.010803222656 +-0.055175781250 +0.046386718750 +0.158203125000 +0.091308593750 +-0.142578125000 +-0.032226562500 +-0.001983642578 +-0.135742187500 +-0.101562500000 +-0.125976562500 +-0.023803710938 +0.052490234375 +-0.204101562500 +0.020141601562 +-0.107421875000 +-0.078613281250 +0.036132812500 +-0.099609375000 +0.018310546875 +-0.008117675781 +-0.279296875000 +0.135742187500 +-0.020019531250 +-0.170898437500 +-0.125000000000 +0.173828125000 +0.062988281250 +0.076171875000 +-0.058105468750 +-0.172851562500 +-0.036865234375 +0.048583984375 +0.306640625000 +-0.077148437500 +0.021240234375 +-0.077636718750 +-0.001037597656 +0.139648437500 +-0.020751953125 +-0.070800781250 +0.070800781250 +-0.042968750000 +0.115722656250 +0.009094238281 +0.042480468750 +0.047119140625 +-0.149414062500 +-0.137695312500 +0.083984375000 +0.010314941406 +-0.027954101562 +0.210937500000 +-0.131835937500 +-0.012268066406 +-0.130859375000 +0.076660156250 +0.015197753906 +-0.111328125000 +-0.007476806641 +0.017944335938 +-0.003936767578 +0.109375000000 +0.073242187500 +0.102050781250 +0.091308593750 +-0.090332031250 +-0.063964843750 +-0.062500000000 +0.096679687500 +0.022460937500 +0.032958984375 +-0.073242187500 +0.074218750000 +-0.002258300781 +0.104980468750 +-0.067382812500 +0.166015625000 +0.055175781250 +-0.101562500000 +0.127929687500 +-0.019897460938 +-0.080566406250 +0.069824218750 +-0.239257812500 +0.033447265625 +0.117675781250 +-0.039550781250 +0.005798339844 +-0.079589843750 +0.000457763672 +-0.050781250000 +0.003341674805 +0.065429687500 +0.148437500000 +0.075195312500 +-0.093261718750 +0.028442382812 +-0.026367187500 +-0.022705078125 +-0.028686523438 +-0.213867187500 +0.020141601562 +0.004302978516 +-0.079589843750 +-0.236328125000 +-0.035644531250 +0.013671875000 +-0.027832031250 +-0.210937500000 +-0.031738281250 +0.071289062500 +0.026489257812 +0.096191406250 +0.265625000000 +-0.016235351562 +0.087890625000 +0.025756835938 +0.021850585938 +0.023071289062 +-0.009887695312 +-0.126953125000 +-0.072753906250 +-0.009704589844 +0.011535644531 +0.154296875000 +0.048339843750 +0.074707031250 +0.102050781250 +0.057373046875 +0.022705078125 +0.033935546875 +-0.079589843750 +-0.022949218750 +0.093750000000 +0.089843750000 +0.202148437500 +-0.098144531250 +-0.123535156250 +-0.049804687500 +0.084960937500 +-0.018798828125 +0.065429687500 +-0.024658203125 +0.086425781250 +0.127929687500 +0.217773437500 +-0.190429687500 +0.021240234375 +0.078613281250 +-0.054443359375 +0.061035156250 +0.059082031250 +0.176757812500 +0.071777343750 +-0.069335937500 +0.190429687500 +-0.002578735352 +0.056396484375 +-0.184570312500 +-0.035400390625 +-0.004974365234 +-0.001815795898 +-0.007629394531 +-0.023925781250 +-0.040527343750 +-0.046142578125 +0.047363281250 +-0.044433593750 +-0.162109375000 +-0.169921875000 +0.176757812500 +-0.193359375000 +-0.000392913818 +-0.169921875000 +0.000888824463 +0.074707031250 +-0.033691406250 +0.138671875000 +0.122558593750 +-0.035156250000 +-0.029418945312 +0.004333496094 +-0.006408691406 +-0.122070312500 +0.061767578125 +-0.000602722168 +0.211914062500 +-0.047119140625 +-0.059082031250 +0.223632812500 +0.066406250000 +0.060546875000 +-0.041259765625 +-0.063964843750 +0.012084960938 +0.015014648438 +-0.005767822266 +0.080566406250 +-0.003646850586 +0.086914062500 +-0.078125000000 +0.006835937500 +-0.109863281250 +-0.032470703125 +0.010253906250 +0.068847656250 +-0.136718750000 +-0.084472656250 +-0.051025390625 +0.000307083130 +0.003082275391 +-0.199218750000 +-0.089843750000 +0.096679687500 +0.095214843750 +-0.041259765625 +-0.138671875000 +0.060302734375 +0.092285156250 +-0.023803710938 +0.019165039062 +0.120117187500 +0.090820312500 +0.049560546875 +0.019775390625 +-0.087890625000 +-0.011108398438 +0.005767822266 +0.046630859375 +-0.132812500000 +-0.067871093750 +-0.206054687500 +-0.122558593750 +0.040527343750 +0.109375000000 +0.039062500000 +-0.220703125000 +0.172851562500 +-0.020507812500 +0.027954101562 +0.085449218750 +0.050537109375 +0.017700195312 +0.105468750000 +0.021606445312 +-0.090820312500 +-0.008911132812 +-0.075195312500 +-0.053466796875 +0.105957031250 +0.034912109375 +0.087890625000 +0.101562500000 +0.070312500000 +0.012268066406 +-0.073242187500 +0.216796875000 +0.131835937500 +-0.171875000000 +0.028320312500 +-0.052734375000 +0.016113281250 +-0.013854980469 +-0.109375000000 +-0.287109375000 +0.138671875000 +0.072265625000 +-0.180664062500 +-0.135742187500 +-0.038085937500 +-0.157226562500 +0.171875000000 +0.005554199219 +-0.251953125000 +-0.159179687500 +-0.001869201660 +0.133789062500 +0.078125000000 +-0.048339843750 +0.042724609375 +0.004516601562 +-0.021728515625 +-0.038085937500 +-0.104492187500 +0.060058593750 +0.086425781250 +0.152343750000 +0.166015625000 +-0.013122558594 +0.158203125000 +0.082519531250 +0.078613281250 +-0.057861328125 +0.041503906250 +0.163085937500 +0.084960937500 +-0.066406250000 +0.120117187500 +0.081054687500 +0.090820312500 +0.076660156250 +0.159179687500 +-0.062500000000 +0.369140625000 +0.088867187500 +0.063476562500 +0.098632812500 +0.028564453125 +-0.112792968750 +0.084960937500 +-0.060546875000 +0.023681640625 +0.006500244141 +0.066406250000 +0.145507812500 +-0.175781250000 +-0.111328125000 +-0.068847656250 +0.039306640625 +0.038574218750 +0.043212890625 +-0.189453125000 +-0.089843750000 +0.085937500000 +-0.065917968750 +-0.116699218750 +0.078125000000 +0.298828125000 +0.024902343750 +-0.193359375000 +0.002075195312 +0.024414062500 +0.026367187500 +0.005828857422 +-0.046875000000 +0.017089843750 +0.003707885742 +0.123535156250 +0.022338867188 +0.053466796875 +0.177734375000 +-0.031738281250 +0.028686523438 +-0.082519531250 +-0.002990722656 +-0.040039062500 +-0.084960937500 +0.023559570312 +-0.030883789062 +-0.085937500000 +0.187500000000 +0.021972656250 +-0.167968750000 +0.048095703125 +-0.039306640625 +-0.121582031250 +0.140625000000 +-0.096679687500 +-0.018554687500 +0.004455566406 +-0.224609375000 +-0.040039062500 +-0.209960937500 +-0.055664062500 +-0.090820312500 +0.129882812500 +0.013366699219 +-0.052246093750 +0.040283203125 +0.054687500000 +0.036865234375 +0.125976562500 +0.100097656250 +0.166015625000 +-0.110839843750 +0.235351562500 +0.060058593750 +0.045166015625 +0.055908203125 +-0.073730468750 +-0.023315429688 +-0.082519531250 +-0.086425781250 +0.129882812500 +-0.018798828125 +-0.000888824463 +0.006683349609 +-0.008178710938 +-0.171875000000 +-0.022216796875 +0.059082031250 +-0.093750000000 +0.116699218750 +-0.144531250000 +-0.043457031250 +-0.133789062500 +0.049072265625 +0.004547119141 +0.000900268555 +0.013305664062 +-0.022583007812 +-0.088378906250 +0.016967773438 +-0.016601562500 +-0.075683593750 +0.036865234375 +0.057373046875 +-0.160156250000 +-0.036132812500 +-0.049072265625 +-0.031982421875 +-0.060302734375 +0.053955078125 +-0.164062500000 +0.029785156250 +0.031738281250 +-0.044677734375 +-0.131835937500 +-0.114257812500 +-0.039550781250 +0.068847656250 +-0.156250000000 +-0.034667968750 +0.019653320312 +0.006805419922 +0.033691406250 +-0.041015625000 +-0.090820312500 +-0.119628906250 +0.075683593750 +-0.043457031250 +0.015136718750 +-0.207031250000 +0.025268554688 +-0.078613281250 +-0.054199218750 +-0.011047363281 +0.062255859375 +0.259765625000 +0.009765625000 +-0.028564453125 +0.072753906250 +0.015319824219 +-0.056396484375 +0.048828125000 +0.072753906250 +0.023559570312 +0.178710937500 +-0.151367187500 +-0.067382812500 +-0.028808593750 +0.061523437500 +-0.047851562500 +0.065917968750 +0.110351562500 +0.072265625000 +0.119628906250 +0.030151367188 +-0.091796875000 +-0.038085937500 +0.103515625000 +-0.049804687500 +-0.117187500000 +0.012756347656 +0.106933593750 +-0.022460937500 +-0.006042480469 +-0.038085937500 +-0.037353515625 +-0.041015625000 +0.105957031250 +-0.069824218750 +0.013244628906 +0.015625000000 +0.053222656250 +0.208984375000 +0.052490234375 +0.052246093750 +0.092285156250 +0.040039062500 +-0.098632812500 +-0.080078125000 +-0.111816406250 +0.024536132812 +-0.086914062500 +0.139648437500 +-0.175781250000 +-0.034667968750 +-0.103027343750 +0.073730468750 +0.117675781250 +-0.051025390625 +-0.022460937500 +0.047119140625 +0.003509521484 +-0.097167968750 +-0.115722656250 +-0.008361816406 +-0.038085937500 +0.127929687500 +-0.066406250000 +-0.094726562500 +-0.071289062500 +0.059570312500 +-0.197265625000 +0.118164062500 +0.026245117188 +-0.002441406250 +0.104980468750 +0.105957031250 +-0.053710937500 +-0.125976562500 +-0.058105468750 +-0.098144531250 +0.089355468750 +0.003570556641 +-0.161132812500 +0.121093750000 +0.042480468750 +-0.029174804688 +-0.104492187500 +-0.087402343750 +-0.029418945312 +0.024414062500 +0.002044677734 +-0.062500000000 +-0.108886718750 +-0.111328125000 +0.273437500000 +-0.111328125000 +0.035400390625 +-0.030761718750 +0.071777343750 +0.104980468750 +-0.003631591797 +-0.055664062500 +-0.108886718750 +0.040771484375 +0.109375000000 +-0.061767578125 +0.008972167969 +-0.060302734375 +-0.045654296875 +-0.178710937500 +-0.046875000000 +-0.114257812500 +-0.079101562500 +-0.036376953125 +0.062988281250 +0.193359375000 +0.000074386597 +-0.020507812500 +-0.059814453125 +-0.028564453125 +-0.006866455078 +-0.042724609375 +0.036865234375 +0.008483886719 +-0.077148437500 +0.026000976562 +-0.080566406250 +-0.151367187500 +0.102050781250 +-0.032470703125 +-0.124511718750 +0.048828125000 +0.142578125000 +-0.094238281250 +-0.161132812500 +-0.012207031250 +0.028564453125 +0.234375000000 +0.121093750000 +-0.363281250000 +-0.020263671875 +0.025512695312 +0.005218505859 +-0.209960937500 +-0.071777343750 +0.016235351562 +-0.130859375000 +-0.008300781250 +0.000679016113 +0.006500244141 +0.105468750000 +-0.117675781250 +-0.269531250000 +0.150390625000 +0.041015625000 +0.153320312500 +-0.123535156250 +-0.101562500000 +-0.024291992188 +0.005645751953 +-0.041015625000 +0.022216796875 +-0.197265625000 +0.019287109375 +-0.101074218750 +0.054443359375 +0.073242187500 +0.073730468750 +-0.035400390625 +-0.108398437500 +-0.118652343750 +0.095214843750 +-0.107910156250 +0.019165039062 +-0.059326171875 +-0.236328125000 +0.086425781250 +0.112792968750 +0.129882812500 +0.033203125000 +-0.061279296875 +0.005523681641 +0.042968750000 +0.212890625000 +0.101562500000 +0.046875000000 +-0.030761718750 +0.002624511719 +-0.055664062500 +-0.009094238281 +-0.259765625000 +0.253906250000 +-0.035888671875 +-0.045410156250 +-0.058105468750 +0.076171875000 +0.084960937500 +-0.007324218750 +-0.081054687500 +-0.018432617188 +0.117187500000 +0.043212890625 +-0.142578125000 +-0.001632690430 +0.063964843750 +-0.022949218750 +0.218750000000 +0.221679687500 +-0.047119140625 +-0.031738281250 +0.100585937500 +-0.204101562500 +0.125000000000 +0.101562500000 +-0.041992187500 +0.098632812500 +0.132812500000 +-0.200195312500 +0.039306640625 +-0.018432617188 +-0.048828125000 +0.215820312500 +-0.094726562500 +0.014221191406 +-0.092285156250 +-0.042236328125 +-0.070312500000 +0.014526367188 +0.072265625000 +-0.170898437500 +0.195312500000 +-0.052001953125 +-0.086425781250 +0.101562500000 +-0.025512695312 +0.004211425781 +-0.115234375000 +0.038818359375 +-0.031738281250 +-0.133789062500 +0.005615234375 +0.251953125000 +-0.001449584961 +0.056152343750 +0.039062500000 +-0.088867187500 +-0.005279541016 +0.156250000000 +-0.098144531250 +0.091796875000 +0.018554687500 +-0.046142578125 +-0.129882812500 +0.068359375000 +-0.443359375000 +0.020874023438 +-0.067382812500 +0.080078125000 +0.135742187500 +0.081542968750 +0.024047851562 +-0.079589843750 +0.050537109375 +-0.014526367188 +0.144531250000 +0.130859375000 +-0.076660156250 +0.048828125000 +-0.027954101562 +-0.054199218750 +-0.126953125000 +-0.188476562500 +-0.076660156250 +-0.077636718750 +0.273437500000 +-0.063964843750 +0.023437500000 +-0.052246093750 +0.073242187500 +0.208984375000 +-0.081542968750 +-0.101074218750 +-0.040771484375 +-0.137695312500 +-0.176757812500 +-0.090332031250 +0.021850585938 +0.011474609375 +0.131835937500 +0.060546875000 +0.194335937500 +0.035888671875 +-0.032226562500 +-0.133789062500 +0.145507812500 +-0.121582031250 +0.034667968750 +0.107910156250 +-0.019409179688 +-0.001274108887 +-0.135742187500 +-0.132812500000 +0.010314941406 +0.139648437500 +0.289062500000 +-0.015014648438 +0.168945312500 +-0.003936767578 +0.044433593750 +0.053955078125 +-0.110351562500 +-0.015136718750 +0.019531250000 +-0.039550781250 +-0.046142578125 +0.030151367188 +0.066406250000 +-0.000467300415 +0.063964843750 +-0.018432617188 +0.108886718750 +-0.001777648926 +-0.050537109375 +0.058349609375 +0.005249023438 +-0.080078125000 +-0.054199218750 +0.089355468750 +-0.443359375000 +0.125976562500 +0.005798339844 +-0.016357421875 +0.147460937500 +-0.006286621094 +0.107910156250 +-0.227539062500 +-0.133789062500 +0.063964843750 +0.108886718750 +-0.002304077148 +-0.013854980469 +-0.103515625000 +-0.167968750000 +0.035400390625 +-0.122558593750 +0.053222656250 +-0.076660156250 +0.113281250000 +0.058105468750 +-0.130859375000 +0.157226562500 +-0.016967773438 +0.148437500000 +0.018554687500 +-0.210937500000 +-0.123046875000 +0.238281250000 +-0.056640625000 +0.096679687500 +0.289062500000 +-0.087890625000 +0.035644531250 +-0.074707031250 +0.164062500000 +-0.119140625000 +-0.000843048096 +-0.170898437500 +-0.194335937500 +-0.233398437500 +-0.029785156250 +0.070312500000 +-0.019409179688 +0.081054687500 +0.050781250000 +0.091308593750 +-0.013000488281 +-0.059814453125 +-0.016235351562 +0.089843750000 +-0.042968750000 +-0.164062500000 +-0.326171875000 +0.031738281250 +0.078613281250 +0.002792358398 +0.020141601562 +0.178710937500 +-0.026855468750 +-0.075195312500 +0.014282226562 +-0.089355468750 +-0.009399414062 +-0.134765625000 +0.057617187500 +0.074707031250 +-0.015502929688 +0.074218750000 +-0.144531250000 +-0.204101562500 +-0.118652343750 +-0.191406250000 +-0.018920898438 +-0.048095703125 +0.098632812500 +-0.170898437500 +0.079589843750 +-0.113281250000 +-0.039794921875 +0.076171875000 +-0.058105468750 +-0.034423828125 +0.052246093750 +-0.019042968750 +-0.005035400391 +-0.084960937500 +-0.038818359375 +-0.052734375000 +-0.100585937500 +0.038330078125 +0.181640625000 +0.122070312500 +0.135742187500 +-0.121582031250 +0.084960937500 +-0.083984375000 +-0.049072265625 +0.055908203125 +0.153320312500 +0.006530761719 +0.076660156250 +-0.057861328125 +-0.028442382812 +-0.075683593750 +-0.094726562500 +-0.017822265625 +0.026611328125 +0.143554687500 +-0.114257812500 +0.067382812500 +-0.007049560547 +0.011291503906 +-0.229492187500 +0.033203125000 +0.018188476562 +-0.076660156250 +0.113769531250 +0.080078125000 +0.034179687500 +0.027954101562 +-0.087402343750 +-0.013000488281 +-0.045166015625 +-0.059326171875 +0.039062500000 +0.182617187500 +-0.054931640625 +0.025268554688 +-0.044189453125 +-0.104492187500 +-0.079101562500 +0.081542968750 +0.042480468750 +0.102050781250 +0.035644531250 +0.110351562500 +-0.014465332031 +-0.027832031250 +0.026733398438 +0.023559570312 +0.030395507812 +-0.020874023438 +0.018798828125 +-0.010192871094 +0.052246093750 +-0.153320312500 +0.003448486328 +-0.181640625000 +0.076171875000 +0.014648437500 +-0.045654296875 +-0.076660156250 +-0.056640625000 +-0.075195312500 +-0.141601562500 +0.126953125000 +-0.002349853516 +-0.087402343750 +-0.096679687500 +-0.084960937500 +0.216796875000 +-0.083984375000 +0.285156250000 +0.174804687500 +-0.048339843750 +-0.106933593750 +-0.289062500000 +0.064941406250 +-0.112304687500 +0.044921875000 +0.294921875000 +-0.078125000000 +0.062255859375 +-0.062255859375 +-0.181640625000 +-0.055664062500 +0.060058593750 +0.015625000000 +-0.007385253906 +-0.149414062500 +-0.279296875000 +0.003341674805 +-0.037109375000 +-0.058593750000 +0.018554687500 +0.003295898438 +0.018920898438 +0.003616333008 +-0.445312500000 +0.099609375000 +0.008117675781 +-0.024169921875 +-0.045410156250 +0.099609375000 +0.147460937500 +0.112304687500 +-0.014099121094 +-0.130859375000 +-0.100585937500 +-0.057617187500 +-0.053222656250 +-0.265625000000 +-0.065429687500 +0.006042480469 +0.135742187500 +-0.001724243164 +-0.022705078125 +-0.041015625000 +0.018066406250 +0.074218750000 +0.035400390625 +0.019409179688 +0.031494140625 +-0.063964843750 +0.113281250000 +-0.110351562500 +-0.229492187500 +-0.108398437500 +-0.093261718750 +0.089843750000 +0.036376953125 +0.037841796875 +-0.044677734375 +0.110351562500 +-0.030883789062 +0.042236328125 +0.125976562500 +-0.064941406250 +0.087402343750 +-0.120605468750 +0.057617187500 +-0.033691406250 +-0.094238281250 +0.316406250000 +0.044921875000 +-0.046875000000 +-0.090820312500 +0.002395629883 +-0.170898437500 +-0.357421875000 +-0.143554687500 +-0.014953613281 +-0.002716064453 +-0.006652832031 +0.050292968750 +-0.115722656250 +-0.013732910156 +-0.034423828125 +0.063476562500 +0.088867187500 +-0.004943847656 +0.056396484375 +0.040039062500 +0.044189453125 +-0.099609375000 +-0.172851562500 +0.217773437500 +0.161132812500 +-0.019653320312 +0.017333984375 +0.164062500000 +-0.228515625000 +-0.142578125000 +0.014404296875 +-0.219726562500 +-0.040771484375 +-0.074218750000 +-0.119628906250 +0.086425781250 +-0.165039062500 +-0.062500000000 +0.002593994141 +-0.063476562500 +-0.103027343750 +-0.047607421875 +0.033935546875 +0.032714843750 +-0.055175781250 +-0.097656250000 +-0.149414062500 +-0.023437500000 +-0.020874023438 +0.028930664062 +0.022705078125 +-0.061767578125 +-0.053710937500 +0.096191406250 +0.053466796875 +-0.047851562500 +-0.120117187500 +-0.124511718750 +-0.265625000000 +0.140625000000 +-0.023925781250 +0.008666992188 +-0.101562500000 +0.185546875000 +-0.028198242188 +-0.064941406250 +0.103515625000 +-0.112792968750 +-0.075195312500 +-0.012451171875 +0.033691406250 +-0.135742187500 +0.070312500000 +0.105957031250 +-0.066406250000 +0.032958984375 +0.027954101562 +0.057617187500 +0.090332031250 +-0.279296875000 +-0.070312500000 +-0.111816406250 +0.021606445312 +0.050048828125 +0.015136718750 +0.016113281250 +-0.151367187500 +-0.119628906250 +-0.265625000000 +-0.263671875000 +-0.131835937500 +-0.033691406250 +-0.037597656250 +-0.195312500000 +0.035888671875 +0.187500000000 +0.057128906250 +0.044677734375 +0.234375000000 +-0.090332031250 +0.039306640625 +0.089843750000 +-0.164062500000 +0.141601562500 +-0.083007812500 +-0.173828125000 +-0.114257812500 +0.026733398438 +-0.080078125000 +-0.298828125000 +-0.043945312500 +0.005218505859 +0.024658203125 +-0.194335937500 +-0.033935546875 +0.089355468750 +-0.083496093750 +0.013793945312 +0.098632812500 +-0.012207031250 +-0.163085937500 +0.022705078125 +-0.259765625000 +-0.011108398438 +-0.019897460938 +-0.115722656250 +0.304687500000 +-0.120117187500 +-0.026977539062 +0.069335937500 +-0.014343261719 +0.080078125000 +-0.048828125000 +0.013183593750 +-0.098632812500 +-0.028686523438 +-0.134765625000 +0.078613281250 +0.125976562500 +-0.261718750000 +0.103515625000 +0.039062500000 +0.026245117188 +0.032958984375 +0.199218750000 +0.087890625000 +-0.123535156250 +-0.049072265625 +-0.027465820312 +-0.020996093750 +-0.218750000000 +-0.109375000000 +-0.165039062500 +0.037597656250 +-0.187500000000 +0.055419921875 +0.009399414062 +0.018310546875 +-0.059814453125 +-0.032470703125 +0.022338867188 +0.209960937500 +-0.087890625000 +-0.103027343750 +0.050781250000 +-0.102050781250 +0.204101562500 +-0.076660156250 +0.033447265625 +-0.000549316406 +-0.096679687500 +0.008544921875 +0.044433593750 +-0.221679687500 +-0.146484375000 +0.061279296875 +0.257812500000 +0.014526367188 +0.097167968750 +-0.118164062500 +-0.011901855469 +0.060302734375 +0.046386718750 +-0.243164062500 +0.029296875000 +-0.378906250000 +0.009826660156 +0.092285156250 +0.136718750000 +-0.065429687500 +0.098144531250 +0.060302734375 +0.063964843750 +0.040771484375 +0.005615234375 +-0.131835937500 +-0.138671875000 +0.037841796875 +-0.116210937500 +-0.045654296875 +-0.015869140625 +-0.146484375000 +-0.031250000000 +-0.050292968750 +-0.075195312500 +-0.111328125000 +-0.100585937500 +-0.113769531250 +0.064453125000 +0.070800781250 +-0.024658203125 +-0.084472656250 +0.050292968750 +0.036621093750 +-0.093750000000 +0.137695312500 +-0.012451171875 +-0.049560546875 +0.175781250000 +0.001968383789 +0.171875000000 +0.144531250000 +0.035400390625 +-0.208007812500 +-0.222656250000 +-0.142578125000 +0.224609375000 +-0.107421875000 +-0.045166015625 +-0.025756835938 +0.125976562500 +-0.131835937500 +-0.031005859375 +0.009582519531 +0.131835937500 +-0.086914062500 +0.145507812500 +-0.222656250000 +-0.140625000000 +-0.091796875000 +0.014831542969 +0.052001953125 +0.011596679688 +-0.146484375000 +0.047851562500 +0.093750000000 +-0.042236328125 +-0.075683593750 +0.025024414062 +0.097656250000 +0.066894531250 +-0.044921875000 +-0.034912109375 +0.074707031250 +0.013549804688 +0.050781250000 +-0.079101562500 +0.013671875000 +0.029418945312 +-0.168945312500 +0.039794921875 +0.013854980469 +-0.081542968750 +-0.020874023438 +-0.228515625000 +-0.059814453125 +-0.013977050781 +-0.059814453125 +-0.116210937500 +-0.166015625000 +0.060791015625 +0.091796875000 +-0.186523437500 +-0.141601562500 +-0.148437500000 +-0.128906250000 +-0.053466796875 +0.115722656250 +0.064453125000 +0.029052734375 +-0.013183593750 +0.003448486328 +0.138671875000 +-0.112304687500 +-0.020751953125 +-0.034912109375 +0.148437500000 +-0.002563476562 +0.253906250000 +-0.041992187500 +0.022583007812 +-0.006896972656 +-0.125000000000 +-0.086914062500 +0.022460937500 +0.026855468750 +-0.014038085938 +-0.017456054688 +-0.146484375000 +-0.070312500000 +-0.066406250000 +0.001876831055 +-0.036621093750 +-0.072265625000 +0.115234375000 +-0.017700195312 +0.041503906250 +0.046875000000 +0.074707031250 +-0.048583984375 +0.074707031250 +-0.129882812500 +0.014221191406 +-0.012573242188 +-0.172851562500 +0.141601562500 +-0.119140625000 +-0.024902343750 +0.208984375000 +-0.000002682209 +0.178710937500 +-0.123535156250 +-0.067382812500 +-0.038330078125 +0.014038085938 +-0.128906250000 +-0.035156250000 +0.095703125000 +-0.005432128906 +0.018554687500 +0.049072265625 +-0.100097656250 +-0.184570312500 +0.171875000000 +0.015441894531 +-0.043701171875 +0.014465332031 +-0.049804687500 +0.008178710938 +0.062988281250 +0.078125000000 +0.045898437500 +0.181640625000 +-0.019165039062 +0.026977539062 +-0.028686523438 +-0.523437500000 +0.025390625000 +-0.028076171875 +0.144531250000 +0.041748046875 +-0.154296875000 +-0.005401611328 +-0.113281250000 +-0.026000976562 +0.117187500000 +0.060791015625 +0.017822265625 +-0.130859375000 +0.153320312500 +0.059326171875 +-0.125000000000 +0.005767822266 +0.029296875000 +-0.085449218750 +0.030151367188 +-0.065429687500 +0.065429687500 +-0.051269531250 +0.000231742859 +-0.074218750000 +0.084472656250 +0.027709960938 +0.207031250000 +-0.107910156250 +-0.040527343750 +0.069335937500 +0.137695312500 +0.008239746094 +0.170898437500 +-0.052001953125 +-0.118652343750 +0.020263671875 +-0.058593750000 +0.121093750000 +-0.039550781250 +0.053955078125 +-0.015075683594 +-0.116210937500 +-0.049804687500 +-0.219726562500 +-0.190429687500 +-0.040283203125 +-0.048583984375 +-0.033203125000 +0.001640319824 +-0.400390625000 +-0.062988281250 +-0.085449218750 +-0.003524780273 +0.093750000000 +0.003723144531 +0.138671875000 +0.185546875000 +0.104003906250 +-0.131835937500 +-0.042968750000 +-0.010009765625 +0.030273437500 +-0.008422851562 +-0.192382812500 +0.014831542969 +-0.014465332031 +-0.010253906250 +-0.055175781250 +0.139648437500 +-0.009399414062 +0.118164062500 +0.162109375000 +-0.049560546875 +-0.008361816406 +0.057128906250 +-0.194335937500 +0.073730468750 +0.265625000000 +-0.077148437500 +0.072265625000 +-0.086425781250 +0.076171875000 +-0.028320312500 +-0.021728515625 +0.123535156250 +0.069824218750 +0.056396484375 +-0.046142578125 +-0.058837890625 +0.122558593750 +-0.045166015625 +-0.085449218750 +0.028930664062 +0.017089843750 +-0.000556945801 +0.109375000000 +-0.059570312500 +0.140625000000 +-0.058349609375 +-0.031250000000 +0.054687500000 +0.068847656250 +0.029541015625 +-0.068847656250 +0.093261718750 +-0.018554687500 +0.039794921875 +0.039062500000 +-0.155273437500 +0.088867187500 +0.071289062500 +0.053955078125 +-0.010375976562 +-0.283203125000 +0.043945312500 +0.020996093750 +0.036132812500 +-0.023803710938 +-0.040283203125 +0.106933593750 +0.125000000000 +-0.021606445312 +-0.016235351562 +-0.019042968750 +-0.092773437500 +0.044677734375 +-0.073730468750 +0.180664062500 +0.049316406250 +0.044921875000 +0.455078125000 +0.031738281250 +0.024658203125 +-0.037109375000 +-0.141601562500 +-0.017211914062 +0.113769531250 +-0.030029296875 +0.093750000000 +-0.014648437500 +0.087402343750 +0.025512695312 +-0.091308593750 +-0.006011962891 +0.010314941406 +-0.087890625000 +0.010925292969 +0.060302734375 +0.004821777344 +-0.115722656250 +-0.218750000000 +0.056640625000 +-0.082031250000 +-0.141601562500 +0.034179687500 +-0.079589843750 +0.110839843750 +-0.159179687500 +-0.016967773438 +-0.052001953125 +-0.044433593750 +0.126953125000 +0.039062500000 +-0.087402343750 +0.002563476562 +0.044921875000 +0.189453125000 +-0.012390136719 +-0.012451171875 +-0.105957031250 +0.010009765625 +-0.027221679688 +-0.083007812500 +0.059570312500 +0.011962890625 +-0.039062500000 +-0.060058593750 +0.141601562500 +-0.039306640625 +0.004241943359 +0.067382812500 +-0.048339843750 +-0.091796875000 +0.105957031250 +-0.084472656250 +0.057373046875 +-0.035156250000 +-0.011047363281 +-0.021240234375 +-0.028564453125 +-0.147460937500 +0.017333984375 +0.002807617188 +-0.235351562500 +-0.079101562500 +0.066406250000 +0.117187500000 +-0.104003906250 +-0.136718750000 +0.023559570312 +-0.061523437500 +0.051269531250 +-0.144531250000 +0.136718750000 +0.075683593750 +-0.054443359375 +-0.099121093750 +-0.034667968750 +-0.042236328125 +0.075683593750 +-0.046142578125 +-0.042480468750 +-0.153320312500 +-0.062988281250 +0.094726562500 +-0.136718750000 +0.068359375000 +-0.058837890625 +-0.028442382812 +-0.041992187500 +-0.125976562500 +0.030395507812 +0.031738281250 +-0.045654296875 +-0.237304687500 +-0.052490234375 +0.003326416016 +0.055419921875 +0.048095703125 +-0.033935546875 +0.065917968750 +-0.146484375000 +0.151367187500 +0.054687500000 +-0.026245117188 +0.079589843750 +-0.026611328125 +-0.052490234375 +-0.402343750000 +0.038085937500 +-0.065429687500 +0.041015625000 +0.154296875000 +0.130859375000 +-0.079589843750 +-0.052246093750 +-0.115234375000 +0.022583007812 +-0.115234375000 +-0.002166748047 +0.006408691406 +-0.115234375000 +-0.002090454102 +-0.005859375000 +0.076660156250 +-0.139648437500 +0.067382812500 +-0.169921875000 +-0.205078125000 +0.034667968750 +-0.078125000000 +-0.048828125000 +0.092285156250 +0.115234375000 +-0.083007812500 +-0.029663085938 +0.049316406250 +0.181640625000 +0.035400390625 +-0.023803710938 +0.050537109375 +-0.047607421875 +0.028076171875 +-0.102050781250 +-0.034423828125 +-0.022705078125 +-0.083984375000 +-0.064941406250 +-0.052734375000 +0.078125000000 +0.078125000000 +0.122558593750 +-0.052978515625 +-0.075683593750 +-0.112792968750 +0.064453125000 +-0.171875000000 +0.028442382812 +0.058593750000 +0.183593750000 +-0.004852294922 +0.091308593750 +0.018554687500 +0.128906250000 +-0.000235557556 +0.017089843750 +0.130859375000 +0.008056640625 +-0.001670837402 +0.246093750000 +-0.095703125000 +0.207031250000 +0.008666992188 +-0.070800781250 +-0.116699218750 +-0.099609375000 +0.114257812500 +0.059082031250 +0.039306640625 +0.046142578125 +-0.028930664062 +-0.036376953125 +0.049560546875 +-0.221679687500 +-0.056884765625 +0.069335937500 +-0.090332031250 +0.108398437500 +0.062011718750 +-0.003753662109 +-0.003479003906 +-0.098632812500 +-0.023559570312 +-0.077636718750 +-0.078613281250 +-0.111328125000 +0.017211914062 +-0.003082275391 +-0.048339843750 +-0.065917968750 +0.055664062500 +-0.096679687500 +-0.105957031250 +0.008361816406 +0.036376953125 +0.104492187500 +-0.020751953125 +-0.042480468750 +-0.045654296875 +0.012084960938 +-0.083007812500 +-0.031494140625 +-0.038818359375 +-0.101562500000 +0.005401611328 +0.019409179688 +-0.083984375000 +-0.138671875000 +-0.016479492188 +-0.168945312500 +0.058349609375 +-0.091796875000 +0.000507354736 +0.261718750000 +-0.013549804688 +0.160156250000 +0.048095703125 +0.078125000000 +0.009338378906 +-0.267578125000 +-0.074218750000 +0.022094726562 +0.103027343750 +0.050537109375 +0.001556396484 +-0.077636718750 +0.029296875000 +0.028930664062 +-0.076660156250 +-0.189453125000 +-0.059326171875 +0.036376953125 +-0.077636718750 +0.100097656250 +-0.008422851562 +-0.120117187500 +0.099609375000 +-0.116210937500 +0.016113281250 +0.115234375000 +-0.255859375000 +0.092773437500 +-0.068359375000 +-0.142578125000 +-0.081542968750 +-0.080078125000 +0.099609375000 +0.095703125000 +-0.007324218750 +0.011718750000 +0.161132812500 +-0.088378906250 +0.024780273438 +-0.083984375000 +0.018554687500 +0.002578735352 +0.000174522400 +0.025024414062 +-0.096191406250 +0.013793945312 +0.066894531250 +0.131835937500 +-0.003784179688 +0.037353515625 +-0.044677734375 +0.099121093750 +0.004272460938 +0.062255859375 +-0.147460937500 +0.024658203125 +0.094238281250 +-0.094238281250 +-0.066894531250 +0.013061523438 +0.022094726562 +-0.267578125000 +-0.114746093750 +0.002685546875 +0.003585815430 +0.021484375000 +-0.087402343750 +-0.016601562500 +-0.047607421875 +-0.042236328125 +-0.034179687500 +-0.040527343750 +-0.207031250000 +0.169921875000 +-0.152343750000 +-0.003387451172 +-0.013977050781 +-0.053222656250 +-0.040283203125 +0.141601562500 +0.131835937500 +0.104980468750 +-0.008178710938 +-0.093750000000 +-0.170898437500 +-0.030395507812 +-0.200195312500 +0.149414062500 +0.088378906250 +0.123046875000 +-0.034912109375 +0.011352539062 +0.098144531250 +-0.065429687500 +-0.018554687500 +0.074707031250 +0.138671875000 +-0.091308593750 +0.124511718750 +-0.180664062500 +0.091796875000 +0.040771484375 +0.112792968750 +-0.099121093750 +-0.077148437500 +-0.105957031250 +-0.008483886719 +-0.134765625000 +-0.127929687500 +-0.113281250000 +0.125976562500 +0.073730468750 +0.009582519531 +0.052246093750 +0.012390136719 +0.104980468750 +0.073730468750 +0.026489257812 +0.004638671875 +-0.060058593750 +-0.035400390625 +-0.130859375000 +0.036621093750 +0.050537109375 +-0.196289062500 +-0.199218750000 +0.025756835938 +-0.011596679688 +0.226562500000 +0.033691406250 +0.022827148438 +-0.058105468750 +0.019531250000 +-0.021972656250 +0.115722656250 +0.074707031250 +-0.004608154297 +-0.164062500000 +-0.121582031250 +-0.000214576721 +0.119140625000 +-0.092285156250 +0.078613281250 +-0.038574218750 +-0.166015625000 +0.106445312500 +-0.003555297852 +-0.001739501953 +0.070800781250 +-0.018798828125 +-0.106445312500 +-0.082519531250 +0.094726562500 +-0.181640625000 +-0.014282226562 +0.076171875000 +0.082031250000 +-0.135742187500 +0.007293701172 +-0.086914062500 +-0.002807617188 +-0.079101562500 +-0.063476562500 +-0.025390625000 +0.019897460938 +-0.000473022461 +0.010864257812 +-0.036132812500 +-0.088378906250 +-0.014465332031 +-0.004547119141 +-0.061767578125 +0.055664062500 +0.089843750000 +-0.088867187500 +-0.017578125000 +-0.226562500000 +-0.011779785156 +-0.018188476562 +0.038330078125 +-0.083496093750 +0.002334594727 +-0.092285156250 +0.149414062500 +-0.036376953125 +-0.039062500000 +0.016723632812 +0.007781982422 +0.029296875000 +0.050537109375 +-0.023437500000 +-0.039794921875 +0.028930664062 +-0.190429687500 +-0.141601562500 +0.067382812500 +0.101074218750 +-0.140625000000 +-0.205078125000 +-0.152343750000 +0.094726562500 +-0.192382812500 +-0.038085937500 +0.066406250000 +0.114257812500 +0.275390625000 +0.183593750000 +-0.033935546875 +-0.112304687500 +0.089843750000 +-0.081054687500 +-0.140625000000 +-0.122558593750 +-0.040283203125 +0.062011718750 +-0.100585937500 +0.094238281250 +-0.003829956055 +-0.013610839844 +-0.101074218750 +0.050048828125 +0.055664062500 +0.032714843750 +-0.042236328125 +-0.037109375000 +-0.034912109375 +0.014709472656 +0.053466796875 +-0.099121093750 +0.062988281250 +0.104980468750 +-0.079101562500 +0.131835937500 +-0.001060485840 +0.122558593750 +-0.087402343750 +-0.086914062500 +0.025878906250 +-0.094238281250 +0.084960937500 +-0.106933593750 +0.134765625000 +0.015747070312 +0.035644531250 +0.025512695312 +-0.126953125000 +-0.146484375000 +-0.090820312500 +0.064453125000 +0.065429687500 +0.125000000000 +-0.241210937500 +-0.192382812500 +0.077148437500 +0.050781250000 +-0.064941406250 +-0.156250000000 +-0.281250000000 +-0.083007812500 +-0.036621093750 +0.051757812500 +-0.158203125000 +-0.055175781250 +-0.013183593750 +0.009033203125 +-0.015014648438 +0.088867187500 +0.059326171875 +0.160156250000 +0.077148437500 +-0.059814453125 +-0.103027343750 +0.185546875000 +-0.101562500000 +-0.193359375000 +-0.086425781250 +-0.045898437500 +0.131835937500 +0.067871093750 +-0.138671875000 +0.101562500000 +0.012817382812 +-0.050292968750 +-0.012329101562 +0.053710937500 +0.040039062500 +-0.042480468750 +-0.052490234375 +-0.233398437500 +0.074218750000 +0.057128906250 +0.132812500000 +0.039794921875 +-0.110839843750 +-0.057373046875 +0.054687500000 +-0.130859375000 +-0.008361816406 +-0.087402343750 +-0.146484375000 +-0.091796875000 +0.154296875000 +-0.054931640625 +-0.061035156250 +0.099609375000 +-0.144531250000 +-0.058349609375 +0.038330078125 +0.143554687500 +-0.104492187500 +-0.080078125000 +0.177734375000 +0.052490234375 +-0.235351562500 +-0.012451171875 +0.144531250000 +-0.040283203125 +-0.183593750000 +-0.013610839844 +-0.014831542969 +-0.135742187500 +0.047363281250 +0.005371093750 +0.108398437500 +-0.002243041992 +0.224609375000 +-0.131835937500 +0.071777343750 +-0.087890625000 +0.035400390625 +-0.140625000000 +-0.199218750000 +-0.088867187500 +-0.183593750000 +0.084960937500 +0.009399414062 +0.108886718750 +-0.044677734375 +0.056152343750 +-0.222656250000 +0.077636718750 +0.036376953125 +-0.168945312500 +-0.047607421875 +0.074707031250 +0.121582031250 +-0.085937500000 +-0.073242187500 +-0.073242187500 +0.056152343750 +-0.035888671875 +0.092285156250 +-0.004730224609 +0.211914062500 +0.059570312500 +-0.111816406250 +0.024902343750 +0.103515625000 +-0.095703125000 +-0.074707031250 +-0.040283203125 +-0.104492187500 +-0.058349609375 +0.117675781250 +-0.113281250000 +0.182617187500 +-0.008422851562 +0.064453125000 +-0.086425781250 +-0.011840820312 +-0.036621093750 +-0.111328125000 +-0.125976562500 +-0.049072265625 +-0.031127929688 +-0.083984375000 +-0.005798339844 +0.035400390625 +-0.002441406250 +-0.077148437500 +-0.162109375000 +-0.185546875000 +-0.018554687500 +-0.224609375000 +-0.078613281250 +0.082519531250 +0.137695312500 +0.034667968750 +-0.146484375000 +0.113281250000 +-0.016235351562 +0.046386718750 +0.048339843750 +0.170898437500 +0.097167968750 +-0.182617187500 +-0.066406250000 +-0.035644531250 +0.010192871094 +-0.012939453125 +-0.162109375000 +-0.251953125000 +0.105957031250 +0.013916015625 +-0.174804687500 +0.200195312500 +-0.023681640625 +-0.004028320312 +-0.015258789062 +-0.042724609375 +0.021728515625 +0.136718750000 +-0.038330078125 +-0.002639770508 +-0.019897460938 +0.019897460938 +0.100585937500 +-0.140625000000 +-0.026977539062 +0.015136718750 +-0.023315429688 +0.030273437500 +-0.242187500000 +0.143554687500 +-0.069824218750 +0.002258300781 +0.084472656250 +0.080078125000 +0.090332031250 +-0.000865936279 +-0.074218750000 +-0.100097656250 +0.093261718750 +-0.040039062500 +-0.160156250000 +-0.057617187500 +-0.038574218750 +-0.074218750000 +-0.043701171875 +0.057128906250 +-0.026245117188 +-0.106445312500 +-0.142578125000 +0.012573242188 +-0.081542968750 +-0.053222656250 +0.106445312500 +-0.003692626953 +0.026000976562 +0.124023437500 +0.025268554688 +0.250000000000 +-0.204101562500 +-0.038818359375 +-0.016357421875 +0.103027343750 +-0.041259765625 +0.077636718750 +0.083496093750 +0.035644531250 +-0.023437500000 +0.057617187500 +-0.032714843750 +-0.006103515625 +-0.173828125000 +-0.001808166504 +0.016113281250 +-0.193359375000 +0.060546875000 +0.130859375000 +0.163085937500 +0.012145996094 +-0.103027343750 +-0.021972656250 +0.163085937500 +0.034912109375 +-0.062255859375 +0.083496093750 +0.109375000000 +0.076660156250 +0.054687500000 +-0.019531250000 +0.052734375000 +-0.088867187500 +-0.059814453125 +0.029418945312 +0.148437500000 +0.003173828125 +0.104003906250 +0.141601562500 +0.045898437500 +-0.051269531250 +-0.101074218750 +0.094238281250 +0.006134033203 +-0.162109375000 +0.052490234375 +-0.112304687500 +-0.055908203125 +0.085937500000 +-0.081542968750 +0.101074218750 +-0.019409179688 +0.101562500000 +0.031738281250 +-0.060058593750 +0.090332031250 +0.079101562500 +-0.166992187500 +-0.035400390625 +0.114257812500 +0.062988281250 +0.053222656250 +-0.050292968750 +0.067871093750 +-0.069824218750 +0.000137329102 +-0.056396484375 +0.055419921875 +-0.039794921875 +0.069335937500 +0.066406250000 +-0.106933593750 +0.213867187500 +0.017211914062 +-0.058837890625 +0.020263671875 +0.051025390625 +-0.021972656250 +-0.076660156250 +-0.047363281250 +-0.225585937500 +-0.137695312500 +0.092773437500 +0.184570312500 +-0.043212890625 +-0.044921875000 +-0.075683593750 +0.050781250000 +-0.092773437500 +0.006896972656 +-0.147460937500 +0.141601562500 +0.036621093750 +-0.028198242188 +0.034179687500 +-0.082031250000 +-0.034912109375 +0.016723632812 +-0.146484375000 +-0.019409179688 +-0.196289062500 +0.065429687500 +-0.004669189453 +0.034423828125 +-0.158203125000 +0.037353515625 +-0.066406250000 +0.027587890625 +0.022583007812 +-0.337890625000 +-0.166992187500 +0.100585937500 +-0.066406250000 +-0.056640625000 +-0.040527343750 +0.112792968750 +-0.078613281250 +0.062500000000 +0.062011718750 +-0.186523437500 +0.143554687500 +-0.125000000000 +0.021606445312 +-0.031494140625 +-0.168945312500 +0.085449218750 +-0.271484375000 +0.094238281250 +-0.039306640625 +0.026367187500 +0.000255584717 +0.060058593750 +-0.143554687500 +0.085937500000 +-0.156250000000 +-0.068847656250 +-0.007080078125 +0.057861328125 +0.029541015625 +0.182617187500 +-0.216796875000 +-0.067871093750 +0.048339843750 +-0.109863281250 +-0.195312500000 +-0.062500000000 +0.005645751953 +0.003173828125 +0.243164062500 +0.001091003418 +-0.082031250000 +0.096191406250 +0.165039062500 +0.013061523438 +0.105957031250 +-0.061035156250 +0.091796875000 +0.004943847656 +0.052734375000 +-0.096191406250 +-0.018920898438 +0.073242187500 +0.066894531250 +-0.057373046875 +0.045898437500 +-0.095214843750 +-0.093750000000 +-0.129882812500 +-0.153320312500 +0.101562500000 +-0.030151367188 +0.002517700195 +0.025024414062 +0.030639648438 +-0.094238281250 +0.052001953125 +-0.172851562500 +0.063964843750 +-0.042724609375 +0.042968750000 +-0.117675781250 +-0.020751953125 +0.013488769531 +0.029541015625 +0.109863281250 +0.011108398438 +-0.040283203125 +0.057128906250 +-0.077148437500 +-0.180664062500 +0.164062500000 +-0.041992187500 +0.000698089600 +-0.014709472656 +0.053222656250 +0.040527343750 +-0.023437500000 +0.049316406250 +-0.045654296875 +-0.177734375000 +0.038574218750 +-0.100585937500 +0.182617187500 +0.043212890625 +0.040283203125 +-0.086425781250 +-0.185546875000 +0.103027343750 +-0.116699218750 +0.082031250000 +-0.023071289062 +0.083984375000 +0.012023925781 +-0.012634277344 +-0.054687500000 +0.110351562500 +-0.030273437500 +-0.127929687500 +-0.132812500000 +-0.084960937500 +0.010070800781 +-0.086914062500 +-0.033691406250 +0.024658203125 +-0.015380859375 +-0.123046875000 +0.062988281250 +-0.085937500000 +0.042724609375 +-0.040771484375 +-0.057617187500 +0.021728515625 +0.000272750854 +0.014221191406 +0.093261718750 +-0.148437500000 +-0.099609375000 +-0.030761718750 +-0.086914062500 +0.125976562500 +0.027465820312 +0.157226562500 +0.020141601562 +0.108886718750 +0.060058593750 +-0.037597656250 +0.053710937500 +0.096679687500 +-0.093261718750 +-0.067871093750 +0.170898437500 +-0.208007812500 +0.239257812500 +0.021728515625 +-0.077636718750 +-0.062988281250 +-0.010070800781 +0.052001953125 +0.042968750000 +0.042724609375 +0.185546875000 +-0.076171875000 +-0.097167968750 +0.031738281250 +-0.044677734375 +0.174804687500 +0.032470703125 +0.067382812500 +-0.009338378906 +0.011230468750 +-0.036376953125 +-0.155273437500 +0.074218750000 +0.023437500000 +-0.075195312500 +-0.007446289062 +-0.054199218750 +0.090332031250 +-0.048339843750 +-0.055175781250 +0.081542968750 +-0.028930664062 +0.018676757812 +-0.002838134766 +-0.111816406250 +-0.120605468750 +0.048828125000 +0.098144531250 +-0.079101562500 +0.054443359375 +0.002502441406 +-0.110839843750 +0.012939453125 +0.023071289062 +0.085937500000 +-0.060546875000 +-0.125000000000 +0.049560546875 +-0.139648437500 +-0.042236328125 +-0.064453125000 +0.050537109375 +0.030517578125 +0.021118164062 +0.089843750000 +-0.121582031250 +-0.124023437500 +-0.071777343750 +-0.077148437500 +0.063476562500 +0.012878417969 +-0.094238281250 +-0.028808593750 +-0.015319824219 +0.020263671875 +-0.053222656250 +0.067382812500 +-0.019897460938 +-0.015869140625 +-0.027099609375 +0.022583007812 +-0.192382812500 +0.008361816406 +-0.020996093750 +-0.207031250000 +0.102539062500 +0.054199218750 +0.044921875000 +-0.104003906250 +0.076171875000 +-0.062255859375 +0.006134033203 +-0.156250000000 +-0.147460937500 +-0.097656250000 +-0.003158569336 +-0.082519531250 +0.114746093750 +-0.047119140625 +-0.119628906250 +0.028320312500 +0.044677734375 +-0.064453125000 +0.087890625000 +-0.122070312500 +0.039550781250 +0.025512695312 +-0.093750000000 +0.104492187500 +-0.071777343750 +-0.053222656250 +0.079101562500 +-0.147460937500 +0.145507812500 +0.141601562500 +-0.134765625000 +-0.067871093750 +0.024780273438 +-0.121093750000 +0.037597656250 +-0.116699218750 +0.014587402344 +0.062255859375 +0.010925292969 +-0.100097656250 +0.060058593750 +-0.158203125000 +0.012084960938 +-0.066406250000 +-0.075195312500 +0.028564453125 +0.021850585938 +-0.171875000000 +0.015747070312 +0.006713867188 +0.104492187500 +-0.168945312500 +0.168945312500 +-0.052978515625 +0.083496093750 +-0.094238281250 +0.057617187500 +-0.046630859375 +0.056884765625 +-0.151367187500 +0.047119140625 +-0.125976562500 +-0.047607421875 +0.018432617188 +-0.061767578125 +0.175781250000 +0.039550781250 +0.099121093750 +0.184570312500 +0.175781250000 +0.044677734375 +-0.011108398438 +0.103027343750 +0.015136718750 +0.028808593750 +-0.101074218750 +0.009643554688 +0.119628906250 +-0.112792968750 +0.062011718750 +0.004669189453 +0.028564453125 +-0.024414062500 +-0.025024414062 +-0.010375976562 +0.107421875000 +-0.005767822266 +-0.017333984375 +0.012878417969 +-0.111328125000 +-0.068847656250 +0.143554687500 +-0.050537109375 +0.033935546875 +-0.157226562500 +0.166015625000 +0.125000000000 +-0.126953125000 +-0.223632812500 +0.094726562500 +0.115234375000 +-0.116699218750 +-0.104492187500 +-0.212890625000 +0.148437500000 +-0.029785156250 +0.043457031250 +0.069335937500 +-0.092285156250 +0.004669189453 +0.144531250000 +-0.033935546875 +0.096679687500 +0.079101562500 +-0.089355468750 +-0.149414062500 +0.199218750000 +-0.095214843750 +0.007263183594 +-0.046142578125 +0.039550781250 +0.057861328125 +0.128906250000 +0.036132812500 +-0.175781250000 +0.039306640625 +0.049560546875 +0.079101562500 +-0.164062500000 +0.202148437500 +0.133789062500 +-0.141601562500 +0.108886718750 +0.164062500000 +-0.089843750000 +0.058593750000 +-0.022094726562 +0.032226562500 +0.115234375000 +-0.018188476562 +-0.044433593750 +-0.070312500000 +-0.185546875000 +-0.003906250000 +0.085937500000 +0.033203125000 +-0.033935546875 +-0.051757812500 +-0.000270843506 +0.076660156250 +0.053955078125 +-0.085937500000 +-0.037597656250 +0.189453125000 +-0.062988281250 +0.028320312500 +0.027832031250 +0.041503906250 +-0.000495910645 +0.135742187500 +0.049560546875 +-0.019165039062 +-0.057861328125 +0.035644531250 +0.039062500000 +0.025024414062 +-0.043457031250 +0.028320312500 +0.042480468750 +-0.058593750000 +-0.045410156250 +-0.072265625000 +-0.092285156250 +-0.110839843750 +0.100097656250 +-0.205078125000 +0.069335937500 +0.095703125000 +-0.020751953125 +-0.123046875000 +-0.140625000000 +-0.038330078125 +-0.062500000000 +-0.045898437500 +-0.050048828125 +-0.075683593750 +-0.111816406250 +0.067382812500 +-0.015625000000 +0.081054687500 +0.006469726562 +-0.050292968750 +-0.058105468750 +-0.108886718750 +-0.112304687500 +0.059082031250 +0.011291503906 +0.009155273438 +0.068847656250 +0.275390625000 +-0.017578125000 +0.056396484375 +-0.021240234375 +0.119140625000 +-0.134765625000 +0.123046875000 +0.146484375000 +0.017089843750 +-0.149414062500 +0.023193359375 +0.004119873047 +-0.147460937500 +-0.085937500000 +-0.116699218750 +0.023803710938 +-0.055419921875 +-0.058837890625 +0.101074218750 +0.017456054688 +0.083496093750 +0.083496093750 +0.097167968750 +-0.005065917969 +-0.031738281250 +-0.013671875000 +0.114257812500 +-0.070312500000 +0.053466796875 +-0.166992187500 +-0.030029296875 +0.030639648438 +0.038330078125 +-0.107910156250 +0.104492187500 +-0.052246093750 +0.168945312500 +-0.049316406250 +-0.180664062500 +0.071289062500 +0.034423828125 +-0.022827148438 +-0.081054687500 +0.095214843750 +0.072265625000 +-0.125976562500 +0.079101562500 +-0.140625000000 +0.010681152344 +-0.038818359375 +-0.046875000000 +-0.041748046875 +0.090820312500 +0.125000000000 +-0.126953125000 +0.048095703125 +-0.192382812500 +-0.065917968750 +-0.227539062500 +0.088867187500 +-0.060791015625 +-0.238281250000 +0.059570312500 +-0.096679687500 +-0.020507812500 +-0.131835937500 +0.007415771484 +0.018432617188 +-0.061279296875 +-0.036621093750 +-0.058105468750 +0.051513671875 +0.007446289062 +-0.171875000000 +0.009277343750 +-0.016357421875 +-0.007873535156 +-0.036132812500 +0.045166015625 +0.033203125000 +0.014648437500 +-0.169921875000 +0.057128906250 +-0.014221191406 +-0.055908203125 +0.014343261719 +-0.144531250000 +0.057128906250 +0.064453125000 +-0.082519531250 +-0.006652832031 +0.114746093750 +-0.068847656250 +0.012817382812 +0.097656250000 +0.031127929688 +-0.048095703125 +-0.040039062500 +-0.112792968750 +0.066894531250 +-0.035156250000 +-0.144531250000 +0.151367187500 +0.199218750000 +0.027832031250 +-0.133789062500 +0.117187500000 +-0.026733398438 +-0.116699218750 +-0.053710937500 +-0.004211425781 +-0.125000000000 +-0.100097656250 +-0.102539062500 +0.073242187500 +0.040771484375 +0.107421875000 +0.133789062500 +0.083496093750 +0.042968750000 +0.001327514648 +0.125976562500 +-0.013183593750 +0.137695312500 +0.002914428711 +-0.002593994141 +0.328125000000 +-0.087402343750 +0.128906250000 +0.009033203125 +-0.104492187500 +-0.060302734375 +-0.091796875000 +0.392578125000 +-0.126953125000 +-0.062500000000 +-0.003158569336 +0.040527343750 +-0.062500000000 +-0.061035156250 +0.001968383789 +-0.130859375000 +-0.054443359375 +0.038574218750 +0.019897460938 +-0.161132812500 +-0.044433593750 +-0.038818359375 +-0.017822265625 +-0.024902343750 +0.018188476562 +0.139648437500 +-0.097167968750 +-0.047119140625 +-0.066894531250 +0.010253906250 +-0.017700195312 +0.071777343750 +0.077636718750 +0.007415771484 +0.069335937500 +0.011962890625 +-0.130859375000 +0.017822265625 +-0.023559570312 +0.112304687500 +-0.087402343750 +0.141601562500 +0.161132812500 +0.076660156250 +0.139648437500 +0.105957031250 +-0.032958984375 +0.157226562500 +-0.241210937500 +0.033447265625 +-0.111328125000 +-0.265625000000 +0.039550781250 +0.024047851562 +0.071777343750 +0.045898437500 +0.057373046875 +0.193359375000 +-0.011535644531 +0.032958984375 +-0.090332031250 +-0.126953125000 +0.030395507812 +0.183593750000 +-0.043945312500 +-0.130859375000 +-0.089843750000 +-0.208007812500 +0.159179687500 +-0.036865234375 +-0.119140625000 +-0.084960937500 +0.033447265625 +0.007720947266 +-0.001983642578 +-0.080566406250 +0.007446289062 +0.045898437500 +0.176757812500 +-0.079589843750 +0.092285156250 +0.021850585938 +0.029541015625 +-0.003265380859 +0.087402343750 +0.006958007812 +0.098144531250 +-0.048828125000 +0.060302734375 +-0.042724609375 +0.068847656250 +-0.020019531250 +-0.020996093750 +0.072265625000 +0.027832031250 +-0.034179687500 +-0.013916015625 +-0.105468750000 +0.080566406250 +0.020141601562 +-0.051757812500 +-0.042236328125 +-0.046142578125 +-0.068359375000 +-0.077148437500 +0.013488769531 +-0.074218750000 +-0.009521484375 +0.102050781250 +0.004943847656 +-0.166992187500 +0.207031250000 +-0.062500000000 +-0.063476562500 +0.050781250000 +-0.086425781250 +-0.036132812500 +0.014526367188 +0.113769531250 +-0.129882812500 +0.158203125000 +0.074707031250 +-0.166992187500 +-0.038085937500 +-0.027709960938 +0.014526367188 +0.031982421875 +-0.032470703125 +-0.128906250000 +0.049316406250 +0.109863281250 +-0.017578125000 +-0.138671875000 +-0.009460449219 +0.063476562500 +0.097656250000 +0.116210937500 +-0.028808593750 +-0.129882812500 +-0.163085937500 +-0.114746093750 +0.058349609375 +0.026855468750 +-0.042724609375 +0.064453125000 +0.030395507812 +-0.004333496094 +0.042968750000 +0.071289062500 +0.157226562500 +-0.017578125000 +0.110839843750 +0.357421875000 +0.094726562500 +-0.093750000000 +0.023437500000 +0.084472656250 +-0.069824218750 +-0.024414062500 +-0.016113281250 +-0.101074218750 +-0.178710937500 +-0.057617187500 +0.048583984375 +-0.073242187500 +-0.135742187500 +-0.177734375000 +-0.001525878906 +0.042724609375 +0.087402343750 +-0.146484375000 +-0.154296875000 +0.076660156250 +-0.026977539062 +-0.020996093750 +0.058105468750 +0.112792968750 +-0.013977050781 +0.051269531250 +0.017700195312 +-0.003906250000 +0.087402343750 +0.039062500000 +-0.167968750000 +0.117675781250 +0.164062500000 +-0.038574218750 +0.096191406250 +-0.066894531250 +-0.098632812500 +0.071289062500 +0.022460937500 +-0.239257812500 +-0.157226562500 +0.030639648438 +0.155273437500 +0.048095703125 +0.246093750000 +-0.145507812500 +0.087402343750 +-0.040039062500 +0.034179687500 +0.010620117188 +-0.022705078125 +-0.099121093750 +-0.019409179688 +0.166015625000 +0.007141113281 +-0.005554199219 +0.051269531250 +0.100585937500 +-0.108398437500 +0.090332031250 +-0.030273437500 +-0.068847656250 +-0.069335937500 +-0.017822265625 +-0.094238281250 +-0.032226562500 +-0.044921875000 +-0.086425781250 +-0.035888671875 +0.059570312500 +-0.125976562500 +0.152343750000 +-0.083496093750 +-0.064453125000 +0.175781250000 +-0.094238281250 +0.015380859375 +-0.180664062500 +0.064941406250 +0.044921875000 +-0.034423828125 +0.194335937500 +-0.114257812500 +0.081542968750 +-0.051757812500 +-0.010314941406 +0.136718750000 +-0.148437500000 +-0.062011718750 +0.019653320312 +-0.047363281250 +-0.109863281250 +-0.015747070312 +0.006896972656 +0.010803222656 +-0.062988281250 +0.054931640625 +-0.085449218750 +0.146484375000 +-0.050048828125 +-0.017944335938 +0.034667968750 +-0.185546875000 +-0.007995605469 +0.076660156250 +0.010192871094 +-0.010437011719 +-0.015747070312 +-0.004241943359 +0.073730468750 +0.070800781250 +0.149414062500 +-0.081054687500 +0.034179687500 +-0.015869140625 +0.010498046875 +-0.095214843750 +-0.034179687500 +0.051513671875 +0.009582519531 +0.047607421875 +0.069824218750 +-0.043212890625 +-0.045410156250 +-0.060058593750 +0.058593750000 +-0.185546875000 +0.067382812500 +0.173828125000 +0.070800781250 +-0.051757812500 +0.132812500000 +0.030639648438 +0.041748046875 +0.088378906250 +0.017944335938 +-0.002731323242 +-0.094726562500 +-0.195312500000 +0.016845703125 +0.024169921875 +-0.026245117188 +-0.069824218750 +-0.028808593750 +0.124023437500 +0.043945312500 +0.114257812500 +-0.100097656250 +-0.122558593750 +0.102539062500 +0.015380859375 +-0.092773437500 +-0.075683593750 +0.001853942871 +-0.031738281250 +0.154296875000 +-0.036376953125 +-0.049316406250 +-0.023681640625 +0.144531250000 +-0.032226562500 +-0.029174804688 +-0.041015625000 +-0.084472656250 +-0.079589843750 +0.009948730469 +-0.084960937500 +0.038330078125 +0.045898437500 +-0.079101562500 +-0.069335937500 +0.046142578125 +-0.001426696777 +0.025268554688 +-0.129882812500 +0.060546875000 +-0.069335937500 +-0.131835937500 +0.090332031250 +-0.101074218750 +-0.098632812500 +0.060302734375 +-0.125976562500 +-0.001609802246 +-0.090332031250 +0.034179687500 +-0.048339843750 +-0.073242187500 +0.070800781250 +-0.137695312500 +0.036132812500 +0.000299453735 +-0.077636718750 +0.091796875000 +-0.072265625000 +-0.032470703125 +-0.032226562500 +0.127929687500 +0.066894531250 +0.088867187500 +-0.005279541016 +0.039062500000 +0.062500000000 +-0.001014709473 +0.039062500000 +-0.092285156250 +-0.036865234375 +-0.005371093750 +-0.058105468750 +-0.006072998047 +0.079589843750 +-0.120605468750 +0.004241943359 +-0.099121093750 +-0.090820312500 +-0.203125000000 +-0.005462646484 +0.105468750000 +0.088378906250 +0.003448486328 +0.012207031250 +-0.115234375000 +-0.129882812500 +-0.165039062500 +0.000968933105 +0.086425781250 +0.013061523438 +0.032226562500 +0.050781250000 +0.009887695312 +-0.084472656250 +0.090820312500 +0.024902343750 +0.046630859375 +0.005371093750 +-0.015869140625 +0.115722656250 +-0.029418945312 +0.009643554688 +-0.097656250000 +-0.041015625000 +-0.066406250000 +-0.051025390625 +0.133789062500 +0.061523437500 +-0.122070312500 +-0.088378906250 +-0.014648437500 +-0.055908203125 +-0.093261718750 +0.042724609375 +-0.169921875000 +0.107910156250 +-0.003997802734 +0.155273437500 +-0.080078125000 +0.044677734375 +-0.048828125000 +0.067871093750 +-0.213867187500 +0.171875000000 +-0.083984375000 +0.020629882812 +-0.106933593750 +0.044189453125 +0.049316406250 +-0.002792358398 +0.073730468750 +0.026367187500 +0.036376953125 +-0.016479492188 +0.051025390625 +0.050781250000 +0.139648437500 +0.083007812500 +0.029663085938 +-0.233398437500 +0.061279296875 +-0.162109375000 +0.024047851562 +0.012573242188 +0.113281250000 +-0.062988281250 +0.075195312500 +0.036132812500 +0.000423431396 +-0.091308593750 +0.158203125000 +0.033935546875 +0.047607421875 +-0.059082031250 +0.176757812500 +-0.116210937500 +-0.020751953125 +0.009460449219 +-0.124511718750 +-0.099121093750 +0.100097656250 +0.088378906250 +0.005462646484 +-0.097656250000 +0.025146484375 +-0.026367187500 +0.007812500000 +0.028686523438 +-0.147460937500 +-0.045410156250 +0.086425781250 +-0.091796875000 +0.024169921875 +0.004547119141 +0.108886718750 +-0.007995605469 +0.098632812500 +-0.166015625000 +0.000556945801 +-0.032714843750 +0.018066406250 +0.029052734375 +-0.055419921875 +0.035644531250 +0.056152343750 +0.011413574219 +0.055175781250 +-0.032714843750 +0.179687500000 +-0.157226562500 +-0.052246093750 +-0.046386718750 +0.118652343750 +0.162109375000 +0.088378906250 +-0.170898437500 +0.145507812500 +-0.166992187500 +-0.016967773438 +-0.005096435547 +-0.148437500000 +0.012878417969 +0.120605468750 +-0.026489257812 +-0.137695312500 +0.175781250000 +0.028808593750 +-0.125976562500 +0.058837890625 +-0.005584716797 +0.094238281250 +0.122558593750 +-0.106445312500 +0.098144531250 +-0.134765625000 +0.009704589844 +0.166015625000 +-0.029663085938 +-0.150390625000 +0.036621093750 +0.031250000000 +-0.061767578125 +-0.122070312500 +0.088378906250 +0.187500000000 +0.084960937500 +0.065429687500 +-0.017333984375 +-0.084472656250 +0.085937500000 +-0.098632812500 +-0.171875000000 +0.055419921875 +-0.086914062500 +-0.055419921875 +0.073242187500 +-0.012145996094 +0.072753906250 +0.008789062500 +-0.125000000000 +0.038085937500 +-0.102539062500 +-0.122070312500 +-0.086914062500 +0.058105468750 +0.035400390625 +0.090820312500 +0.112304687500 +0.122558593750 +0.035888671875 +-0.150390625000 +0.035888671875 +0.060791015625 +-0.120605468750 +-0.008422851562 +-0.038818359375 +-0.055175781250 +-0.074218750000 +0.012573242188 +0.029663085938 +0.051269531250 +0.075683593750 +0.041259765625 +-0.300781250000 +-0.058837890625 +-0.085449218750 +0.088378906250 +0.079101562500 +-0.014099121094 +0.166992187500 +0.161132812500 +-0.072753906250 +0.004943847656 +0.095214843750 +0.012695312500 +-0.006988525391 +-0.071777343750 +0.005615234375 +0.077148437500 +-0.034667968750 +-0.014099121094 +0.056396484375 +-0.117187500000 +0.107910156250 +-0.104003906250 +-0.026855468750 +-0.070800781250 +0.120605468750 +0.088378906250 +-0.055419921875 +0.062500000000 +0.010375976562 +0.052734375000 +0.090332031250 +0.076660156250 +-0.018066406250 +0.029663085938 +0.059570312500 +-0.105468750000 +-0.034667968750 +-0.038818359375 +-0.039062500000 +0.047607421875 +-0.187500000000 +-0.157226562500 +0.084960937500 +0.053222656250 +0.077148437500 +0.045898437500 +0.021728515625 +-0.028442382812 +0.148437500000 +0.040527343750 +-0.163085937500 +0.013183593750 +-0.039306640625 +0.073242187500 +-0.043945312500 +0.016845703125 +0.146484375000 +0.004608154297 +-0.306640625000 +-0.089843750000 +-0.021972656250 +-0.110351562500 +0.008789062500 +-0.029296875000 +-0.037109375000 +0.111328125000 +-0.073730468750 +-0.122558593750 +-0.064941406250 +-0.002899169922 +0.125000000000 +0.168945312500 +-0.011962890625 +-0.122070312500 +-0.209960937500 +0.028320312500 +-0.096191406250 +-0.023803710938 +0.079101562500 +-0.002548217773 +0.076171875000 +0.105957031250 +0.072265625000 +-0.033691406250 +-0.025634765625 +0.056152343750 +-0.062988281250 +0.085937500000 +-0.061523437500 +0.015625000000 +-0.023925781250 +-0.016235351562 +-0.069335937500 +-0.214843750000 +-0.089843750000 +-0.053466796875 +0.029296875000 +-0.106445312500 +0.093750000000 +-0.036865234375 +-0.031982421875 +-0.016967773438 +0.026611328125 +0.074218750000 +0.011901855469 +0.050292968750 +0.125000000000 +0.112304687500 +0.190429687500 +0.015869140625 +-0.001998901367 +0.076171875000 +-0.106933593750 +-0.079101562500 +0.189453125000 +-0.043212890625 +-0.029663085938 +-0.032226562500 +-0.009887695312 +-0.014526367188 +-0.017089843750 +-0.068359375000 +-0.130859375000 +0.035644531250 +0.046142578125 +0.015075683594 +-0.216796875000 +0.065429687500 +-0.020996093750 +-0.046386718750 +0.015991210938 +-0.032470703125 +-0.057128906250 +-0.000124931335 +-0.054931640625 +-0.050537109375 +0.147460937500 +0.069824218750 +0.069824218750 +0.080078125000 +-0.005401611328 +0.127929687500 +0.033691406250 +-0.135742187500 +0.015319824219 +-0.042236328125 +0.029174804688 +0.285156250000 +0.091308593750 +0.116699218750 +0.044189453125 +-0.033691406250 +0.083984375000 +-0.159179687500 +0.039306640625 +-0.040039062500 +-0.021118164062 +0.011535644531 +-0.062500000000 +-0.060546875000 +0.217773437500 +0.187500000000 +0.008361816406 +-0.075195312500 +-0.033203125000 +-0.087402343750 +-0.086425781250 +-0.124023437500 +0.003219604492 +-0.021118164062 +0.105957031250 +0.034667968750 +0.009704589844 +0.049804687500 +0.114257812500 +-0.130859375000 +0.051025390625 +0.047119140625 +-0.063964843750 +-0.010131835938 +0.022827148438 +0.040527343750 +0.147460937500 +-0.054199218750 +0.065429687500 +0.091308593750 +-0.045410156250 +0.138671875000 +-0.023803710938 +-0.052734375000 +0.114746093750 +0.060791015625 +0.027709960938 +-0.153320312500 +0.121582031250 +0.016723632812 +-0.167968750000 +0.031738281250 +-0.048339843750 +-0.061767578125 +-0.037597656250 +0.049316406250 +0.062255859375 +-0.056640625000 +-0.089355468750 +-0.176757812500 +0.010803222656 +0.062988281250 +-0.064941406250 +-0.081542968750 +0.020141601562 +0.007080078125 +-0.092285156250 +0.014526367188 +0.090332031250 +0.062011718750 +-0.127929687500 +-0.038818359375 +0.035888671875 +-0.010986328125 +0.153320312500 +-0.030517578125 +-0.240234375000 +0.073730468750 +-0.122070312500 +0.041503906250 +0.245117187500 +0.010253906250 +-0.056884765625 +-0.118652343750 +0.113281250000 +-0.172851562500 +0.077636718750 +0.071289062500 +0.060058593750 +-0.178710937500 +0.079101562500 +0.053955078125 +-0.055908203125 +0.009643554688 +0.116699218750 +-0.065429687500 +-0.067382812500 +0.012695312500 +0.010742187500 +0.132812500000 +-0.001266479492 +0.135742187500 +-0.059814453125 +-0.015197753906 +-0.019775390625 +0.077148437500 +-0.024780273438 +0.045654296875 +0.116699218750 +-0.065429687500 +-0.088867187500 +-0.126953125000 +0.058593750000 +0.042480468750 +0.136718750000 +-0.178710937500 +0.059814453125 +-0.099609375000 +-0.015075683594 +-0.102050781250 +0.177734375000 +-0.090332031250 +0.037841796875 +-0.144531250000 +-0.128906250000 +-0.043212890625 +-0.002212524414 +0.009216308594 +0.046630859375 +-0.220703125000 +0.124511718750 +0.041259765625 +-0.087402343750 +-0.052001953125 +-0.007446289062 +0.093261718750 +-0.017578125000 +0.051513671875 +-0.023315429688 +-0.000782012939 +0.039062500000 +-0.025756835938 +-0.001640319824 +-0.026000976562 +0.079589843750 +0.096679687500 +0.071777343750 +0.033691406250 +0.024902343750 +0.006439208984 +0.004547119141 +-0.122070312500 +0.085449218750 +-0.009460449219 +0.082519531250 +-0.084472656250 +-0.057128906250 +-0.027221679688 +0.106445312500 +-0.153320312500 +-0.091796875000 +0.014038085938 +-0.032714843750 +0.000713348389 +0.023681640625 +0.085449218750 +-0.054687500000 +0.167968750000 +-0.197265625000 +0.010498046875 +-0.074707031250 +-0.025268554688 +-0.024780273438 +0.083984375000 +0.155273437500 +-0.099609375000 +-0.197265625000 +0.113281250000 +0.027221679688 +0.200195312500 +0.007354736328 +-0.215820312500 +-0.047363281250 +-0.129882812500 +0.013793945312 +-0.002044677734 +0.009704589844 +-0.037353515625 +-0.029296875000 +-0.035888671875 +-0.059814453125 +0.096679687500 +-0.101074218750 +0.047119140625 +-0.029418945312 +-0.081542968750 +-0.040039062500 +0.038085937500 +-0.163085937500 +-0.070800781250 +0.032226562500 +0.164062500000 +0.031494140625 +-0.199218750000 +-0.055419921875 +-0.122558593750 +0.010192871094 +-0.040039062500 +-0.138671875000 +0.067871093750 +-0.057861328125 +-0.000797271729 +0.026733398438 +-0.014587402344 +0.075195312500 +0.098144531250 +-0.049560546875 +0.070800781250 +-0.175781250000 +0.093261718750 +0.093261718750 +0.152343750000 +-0.026489257812 +0.054443359375 +-0.090820312500 +-0.032470703125 +0.056884765625 +0.046875000000 +0.088378906250 +0.058105468750 +-0.046875000000 +0.023681640625 +0.053466796875 +0.076660156250 +-0.049804687500 +0.070312500000 +0.077148437500 +-0.076171875000 +0.060302734375 +0.059326171875 +0.118652343750 +0.024414062500 +-0.034912109375 +-0.122070312500 +-0.105468750000 +-0.118652343750 +0.185546875000 +-0.120117187500 +0.127929687500 +-0.119628906250 +0.006774902344 +0.048095703125 +-0.156250000000 +-0.056640625000 +0.044921875000 +0.107910156250 +0.062988281250 +0.065917968750 +0.097656250000 +0.052978515625 +0.134765625000 +-0.114746093750 +-0.144531250000 +-0.255859375000 +-0.064941406250 +-0.047119140625 +-0.119628906250 +-0.030395507812 +-0.035888671875 +0.078125000000 +-0.006164550781 +0.011291503906 +0.072753906250 +0.057373046875 +-0.098144531250 +-0.018676757812 +-0.091796875000 +-0.007324218750 +0.015502929688 +-0.119628906250 +-0.047363281250 +0.032470703125 +-0.093261718750 +-0.071777343750 +-0.049804687500 +-0.032470703125 +0.003677368164 +-0.003524780273 +-0.069335937500 +-0.002914428711 +0.145507812500 +0.058105468750 +-0.099609375000 +0.026733398438 +-0.173828125000 +-0.018066406250 +-0.035400390625 +0.035888671875 +-0.100585937500 +0.050292968750 +-0.012878417969 +-0.033935546875 +-0.048828125000 +0.229492187500 +-0.157226562500 +0.039062500000 +-0.217773437500 +0.237304687500 +0.052490234375 +-0.019653320312 +-0.007781982422 +-0.136718750000 +0.110351562500 +-0.187500000000 +-0.097656250000 +0.009643554688 +-0.039550781250 +-0.187500000000 +0.018676757812 +0.084960937500 +-0.013183593750 +0.057373046875 +0.119140625000 +-0.015136718750 +-0.014709472656 +-0.166015625000 +0.060546875000 +-0.142578125000 +-0.148437500000 +0.063964843750 +0.063964843750 +0.026489257812 +0.083496093750 +-0.015747070312 +-0.065917968750 +-0.069824218750 +0.135742187500 +0.083984375000 +-0.087402343750 +0.229492187500 +0.149414062500 +-0.005126953125 +0.119140625000 +-0.052490234375 +-0.061767578125 +0.043701171875 +0.097167968750 +0.107421875000 +0.033447265625 +-0.047851562500 +-0.035400390625 +-0.105468750000 +-0.070800781250 +-0.204101562500 +0.060302734375 +-0.035888671875 +-0.003387451172 +0.090332031250 +-0.061279296875 +0.087402343750 +0.066894531250 +-0.035156250000 +-0.056152343750 +0.096191406250 +0.096679687500 +0.026367187500 +0.022460937500 +0.135742187500 +0.025756835938 +0.017333984375 +-0.076660156250 +0.102539062500 +-0.109375000000 +-0.006042480469 +0.079589843750 +0.114257812500 +0.156250000000 +0.003234863281 +-0.058105468750 +0.002716064453 +-0.197265625000 +-0.071777343750 +-0.106933593750 +0.021972656250 +0.098144531250 +-0.010009765625 +0.050048828125 +-0.001831054688 +0.042724609375 +0.063476562500 +0.166015625000 +0.033935546875 +-0.078613281250 +-0.021728515625 +0.047607421875 +0.006347656250 +0.033935546875 +-0.253906250000 +0.036621093750 +-0.021850585938 +0.231445312500 +-0.015747070312 +0.043457031250 +0.148437500000 +-0.149414062500 +0.007202148438 +-0.010375976562 +0.037109375000 +0.059570312500 +0.001853942871 +0.020263671875 +-0.110839843750 +-0.042480468750 +0.025146484375 +-0.105957031250 +-0.057373046875 +0.069824218750 +0.094726562500 +-0.045410156250 +0.008544921875 +-0.054443359375 +-0.036621093750 +0.048828125000 +-0.031494140625 +-0.081542968750 +-0.029785156250 +0.069335937500 +-0.015625000000 +-0.345703125000 +-0.184570312500 +-0.127929687500 +-0.126953125000 +-0.140625000000 +0.066894531250 +0.133789062500 +0.065429687500 +-0.005584716797 +-0.015441894531 +-0.180664062500 +-0.018798828125 +0.041503906250 +-0.004486083984 +-0.109863281250 +0.024902343750 +-0.196289062500 +0.024902343750 +-0.049072265625 +0.020263671875 +0.027709960938 +-0.045410156250 +-0.048583984375 +0.016723632812 +0.046875000000 +-0.240234375000 +0.094238281250 +0.048828125000 +0.002944946289 +0.086425781250 +0.063476562500 +-0.043945312500 +-0.125000000000 +-0.180664062500 +-0.035644531250 +0.065429687500 +-0.055175781250 +-0.046142578125 +0.012756347656 +-0.126953125000 +-0.160156250000 +0.020507812500 +0.135742187500 +-0.038330078125 +-0.152343750000 +-0.018920898438 +-0.013244628906 +-0.030761718750 +0.024658203125 +-0.136718750000 +0.070312500000 +0.163085937500 +0.006500244141 +0.016235351562 +0.060302734375 +-0.011230468750 +-0.004821777344 +-0.162109375000 +-0.068359375000 +-0.074707031250 +-0.002441406250 +0.141601562500 +0.030517578125 +-0.036132812500 +-0.144531250000 +-0.046142578125 +-0.072265625000 +0.003829956055 +0.062011718750 +-0.116210937500 +0.030029296875 +0.052734375000 +-0.065917968750 +0.003936767578 +0.017089843750 +0.037841796875 +0.014465332031 +0.065917968750 +-0.246093750000 +-0.071289062500 +-0.058837890625 +0.030883789062 +0.045654296875 +0.014892578125 +-0.056640625000 +-0.098632812500 +-0.014038085938 +-0.102539062500 +-0.037841796875 +0.131835937500 +0.127929687500 +-0.170898437500 +0.004730224609 +0.000080585480 +0.114746093750 +0.046142578125 +0.022216796875 +-0.018554687500 +-0.061523437500 +-0.132812500000 +-0.121582031250 +0.143554687500 +0.015563964844 +-0.105957031250 +0.068359375000 +-0.225585937500 +-0.045898437500 +-0.064453125000 +0.078613281250 +0.046386718750 +-0.092773437500 +-0.129882812500 +-0.043701171875 +-0.025634765625 +0.062011718750 +-0.196289062500 +0.025878906250 +-0.053466796875 +-0.029663085938 +-0.113281250000 +-0.028930664062 +0.003509521484 +-0.098144531250 +0.184570312500 +0.127929687500 +0.001426696777 +0.033203125000 +-0.322265625000 +-0.176757812500 +0.017333984375 +-0.038574218750 +-0.129882812500 +0.106445312500 +-0.018798828125 +0.027343750000 +-0.056640625000 +0.181640625000 +0.081054687500 +0.072265625000 +-0.069824218750 +0.039794921875 +0.056884765625 +-0.049316406250 +-0.069824218750 +0.036376953125 +0.060302734375 +-0.023193359375 +0.022338867188 +-0.008361816406 +-0.107421875000 +-0.016967773438 +-0.035400390625 +-0.024414062500 +0.024169921875 +0.127929687500 +-0.037109375000 +-0.081054687500 +-0.101074218750 +0.080078125000 +0.022705078125 +0.045166015625 +0.057617187500 +-0.095214843750 +0.002548217773 +0.028076171875 +0.035400390625 +-0.031494140625 +0.052490234375 +0.071289062500 +-0.059326171875 +0.020263671875 +-0.141601562500 +-0.093261718750 +0.246093750000 +-0.016235351562 +-0.109863281250 +-0.050292968750 +0.142578125000 +-0.082519531250 +0.012756347656 +-0.004669189453 +0.069824218750 +-0.033203125000 +-0.128906250000 +-0.029296875000 +0.121582031250 +-0.088867187500 +-0.086425781250 +0.052490234375 +-0.133789062500 +-0.166992187500 +-0.243164062500 +-0.064453125000 +0.012207031250 +-0.189453125000 +-0.018798828125 +0.015197753906 +0.041748046875 +0.220703125000 +-0.100585937500 +-0.186523437500 +-0.166992187500 +-0.058593750000 +0.318359375000 +0.041259765625 +0.090820312500 +0.090820312500 +-0.037109375000 +0.127929687500 +0.014709472656 +0.068847656250 +-0.109863281250 +0.091796875000 +0.098632812500 +0.021362304688 +-0.031738281250 +-0.146484375000 +-0.078613281250 +-0.027709960938 +0.004577636719 +0.031250000000 +-0.013977050781 +0.238281250000 +-0.037353515625 +0.033691406250 +-0.211914062500 +0.110839843750 +-0.032958984375 +0.005859375000 +0.040283203125 +0.060302734375 +0.005432128906 +0.115722656250 +-0.097656250000 +0.067382812500 +0.158203125000 +-0.026733398438 +0.221679687500 +-0.144531250000 +0.056396484375 +-0.100585937500 +0.078613281250 +0.022094726562 +0.141601562500 +0.069335937500 +-0.018920898438 +0.104003906250 +0.005279541016 +-0.205078125000 +-0.100585937500 +-0.004638671875 +0.098632812500 +0.098632812500 +0.073242187500 +-0.041748046875 +-0.077148437500 +0.102539062500 +-0.022094726562 +-0.060791015625 +-0.071777343750 +-0.102539062500 +0.042236328125 +0.047363281250 +-0.041992187500 +0.073730468750 +-0.040283203125 +-0.104492187500 +-0.056884765625 +-0.065429687500 +-0.032226562500 +0.081542968750 +-0.082031250000 +-0.070800781250 +-0.030151367188 +-0.124023437500 +-0.124023437500 +0.057617187500 +-0.021484375000 +-0.006958007812 +-0.131835937500 +-0.053466796875 +0.094238281250 +-0.022216796875 +0.004608154297 +0.084472656250 +-0.040283203125 +-0.002746582031 +0.076660156250 +-0.026367187500 +-0.011779785156 +-0.100585937500 +0.030517578125 +-0.021362304688 +-0.087402343750 +-0.075195312500 +0.080078125000 +-0.075683593750 +0.011291503906 +-0.046875000000 +-0.082031250000 +-0.013427734375 +0.026123046875 +-0.097167968750 +0.049316406250 +0.161132812500 +0.100585937500 +0.100585937500 +0.102539062500 +-0.084960937500 +-0.020141601562 +0.090820312500 +-0.035644531250 +-0.090332031250 +0.018432617188 +-0.023315429688 +-0.078613281250 +0.127929687500 +-0.157226562500 +0.084472656250 +0.171875000000 +-0.101074218750 +0.060058593750 +-0.078125000000 +-0.007171630859 +-0.021362304688 +-0.196289062500 +0.070312500000 +0.125000000000 +0.030151367188 +-0.104980468750 +0.036376953125 +0.070800781250 +-0.015563964844 +-0.085449218750 +0.078613281250 +-0.055664062500 +0.076660156250 +0.024047851562 +-0.025390625000 +-0.042236328125 +0.085937500000 +0.162109375000 +-0.109375000000 +-0.052978515625 +-0.032226562500 +-0.012573242188 +0.020385742188 +0.153320312500 +-0.207031250000 +-0.023925781250 +-0.089843750000 +-0.115234375000 +0.087890625000 +0.168945312500 +-0.009155273438 +-0.141601562500 +0.004943847656 +0.001701354980 +0.010559082031 +0.016967773438 +0.122558593750 +-0.105957031250 +0.066406250000 +0.029785156250 +-0.159179687500 +0.079589843750 +-0.133789062500 +-0.124023437500 +-0.077636718750 +0.034667968750 +0.041015625000 +-0.067871093750 +0.133789062500 +0.073730468750 +0.006530761719 +0.085937500000 +0.021484375000 +-0.029907226562 +-0.114257812500 +-0.092773437500 +0.015747070312 +0.047363281250 +-0.112792968750 +-0.078613281250 +-0.088378906250 +0.094726562500 +0.199218750000 +-0.046386718750 +-0.008850097656 +-0.024291992188 +0.102050781250 +-0.134765625000 +0.218750000000 +0.121093750000 +0.143554687500 +-0.037597656250 +-0.056640625000 +0.093750000000 +0.034912109375 +-0.053955078125 +-0.120117187500 +-0.089843750000 +0.000751495361 +-0.010070800781 +-0.061523437500 +-0.003540039062 +0.052246093750 +0.024902343750 +0.076660156250 +0.003280639648 +-0.006195068359 +-0.164062500000 +0.036621093750 +-0.036376953125 +0.113769531250 +0.017456054688 +0.038330078125 +-0.138671875000 +-0.025878906250 +-0.106445312500 +-0.035644531250 +0.095703125000 +0.004150390625 +0.069335937500 +0.049560546875 +0.072265625000 +0.056884765625 +0.209960937500 +-0.063964843750 +-0.012878417969 +0.011718750000 +0.066406250000 +0.014343261719 +0.142578125000 +0.060791015625 +-0.182617187500 +0.081542968750 +0.122070312500 +-0.079101562500 +-0.080078125000 +-0.070312500000 +-0.012695312500 +-0.051513671875 +-0.022583007812 +-0.213867187500 +-0.148437500000 +0.094238281250 +0.078125000000 +0.069335937500 +-0.102539062500 +0.103027343750 +0.031494140625 +-0.096191406250 +0.003112792969 +-0.172851562500 +-0.041015625000 +0.044677734375 +0.078613281250 +0.023071289062 +0.078125000000 +0.071777343750 +0.073242187500 +-0.025390625000 +-0.030517578125 +-0.001220703125 +0.062988281250 +0.098632812500 +0.005859375000 +-0.034667968750 +-0.076660156250 +-0.063476562500 +0.047851562500 +-0.005584716797 +-0.125976562500 +-0.165039062500 +-0.072753906250 +0.044189453125 +0.034423828125 +0.043701171875 +-0.083496093750 +0.171875000000 +0.091796875000 +-0.037353515625 +0.095214843750 +0.026245117188 +0.165039062500 +-0.116210937500 +0.147460937500 +0.016601562500 +0.054931640625 +-0.026855468750 +0.094726562500 +-0.103027343750 +0.135742187500 +-0.052734375000 +-0.050537109375 +0.019897460938 +0.060546875000 +0.205078125000 +-0.000843048096 +-0.127929687500 +0.022216796875 +-0.051513671875 +0.079589843750 +-0.000339508057 +0.040283203125 +0.028930664062 +-0.126953125000 +0.182617187500 +-0.039794921875 +0.018798828125 +-0.100097656250 +-0.117675781250 +0.001403808594 +-0.044189453125 +0.067871093750 +0.064941406250 +-0.053710937500 +-0.006530761719 +-0.135742187500 +-0.045654296875 +0.066894531250 +0.089843750000 +-0.018188476562 +-0.014221191406 +-0.036132812500 +-0.014709472656 +-0.063964843750 +-0.189453125000 +-0.082519531250 +0.000474929810 +-0.094238281250 +-0.090820312500 +-0.068359375000 +0.027221679688 +-0.027343750000 +0.159179687500 +0.019653320312 +-0.020019531250 +0.089355468750 +0.052978515625 +0.056640625000 +0.125000000000 +0.046875000000 +0.059082031250 +-0.021728515625 +0.004211425781 +-0.085449218750 +0.018432617188 +-0.000972747803 +0.099609375000 +-0.078613281250 +0.023925781250 +0.074218750000 +-0.019042968750 +-0.057373046875 +0.089843750000 +0.038085937500 +-0.115722656250 +-0.016357421875 +0.016479492188 +-0.001121520996 +-0.038574218750 +0.253906250000 +-0.121582031250 +0.042724609375 +0.008911132812 +0.172851562500 +-0.175781250000 +0.134765625000 +-0.012878417969 +-0.079101562500 +-0.012634277344 +0.039062500000 +0.111328125000 +-0.146484375000 +-0.076660156250 +0.093750000000 +-0.196289062500 +-0.125000000000 +-0.104492187500 +-0.135742187500 +0.042968750000 +0.014587402344 +-0.132812500000 +-0.002044677734 +-0.001914978027 +-0.001266479492 +-0.024902343750 +-0.056640625000 +-0.022583007812 +0.172851562500 +-0.134765625000 +0.011047363281 +0.092773437500 +-0.094238281250 +-0.001274108887 +-0.019653320312 +0.011413574219 +-0.091308593750 +0.204101562500 +-0.052490234375 +-0.050292968750 +-0.133789062500 +-0.090820312500 +-0.057373046875 +0.023925781250 +0.089843750000 +-0.033447265625 +-0.043212890625 +-0.115722656250 +-0.099609375000 +0.092285156250 +-0.150390625000 +-0.035400390625 +-0.090820312500 +-0.068359375000 +0.014038085938 +0.098144531250 +-0.159179687500 +0.041992187500 +-0.016113281250 +-0.041259765625 +-0.065917968750 +0.051757812500 +-0.024169921875 +0.003906250000 +-0.015258789062 +0.007385253906 +0.053710937500 +-0.041503906250 +0.042480468750 +-0.065429687500 +-0.063964843750 +-0.007598876953 +-0.013732910156 +0.083984375000 +-0.014404296875 +0.070800781250 +0.006134033203 +-0.038574218750 +0.118164062500 +-0.116699218750 +-0.053955078125 +0.143554687500 +-0.106445312500 +0.174804687500 +0.016845703125 +-0.040283203125 +-0.005035400391 +0.094238281250 +0.052490234375 +-0.035400390625 +-0.090820312500 +0.091308593750 +0.181640625000 +0.036621093750 +0.044433593750 +0.131835937500 +0.036865234375 +-0.058593750000 +-0.062500000000 +-0.058837890625 +0.025146484375 +0.011169433594 +0.110839843750 +-0.227539062500 +0.030639648438 +-0.054687500000 +-0.029296875000 +0.054931640625 +-0.069335937500 +-0.094726562500 +0.100097656250 +0.035156250000 +-0.271484375000 +-0.087402343750 +0.027099609375 +0.031738281250 +-0.089843750000 +-0.046630859375 +0.006683349609 +-0.109863281250 +0.000556945801 +-0.085937500000 +-0.050537109375 +0.077148437500 +-0.139648437500 +0.002761840820 +-0.128906250000 +-0.018554687500 +-0.051269531250 +-0.032470703125 +0.055908203125 +-0.033935546875 +0.144531250000 +-0.011291503906 +-0.057373046875 +0.014831542969 +0.072265625000 +-0.083496093750 +0.098632812500 +-0.044189453125 +0.167968750000 +0.064453125000 +0.018554687500 +0.017578125000 +-0.058349609375 +0.017333984375 +-0.043945312500 +0.083007812500 +0.008789062500 +-0.013916015625 +-0.020263671875 +0.031982421875 +-0.072265625000 +-0.096679687500 +-0.191406250000 +-0.050292968750 +0.055419921875 +0.075195312500 +0.032226562500 +0.089843750000 +-0.018188476562 +0.069824218750 +0.052734375000 +0.087402343750 +0.018554687500 +0.029174804688 +-0.028076171875 +0.005584716797 +-0.156250000000 +0.047119140625 +0.037841796875 +-0.054199218750 +-0.005096435547 +0.088867187500 +-0.021484375000 +0.089843750000 +-0.084472656250 +-0.080078125000 +0.032470703125 +0.042724609375 +0.058593750000 +-0.281250000000 +0.002838134766 +-0.181640625000 +0.076171875000 +-0.001251220703 +0.073730468750 +0.028320312500 +-0.105957031250 +0.042724609375 +0.000461578369 +-0.078613281250 +0.047119140625 +-0.006469726562 +-0.275390625000 +-0.035888671875 +-0.036865234375 +0.043457031250 +-0.052978515625 +0.035644531250 +-0.046875000000 +0.084472656250 +-0.029296875000 +0.189453125000 +-0.070800781250 +0.142578125000 +0.003021240234 +0.221679687500 +-0.026977539062 +0.052001953125 +0.128906250000 +-0.119140625000 +0.036621093750 +0.041503906250 +-0.084960937500 +0.001052856445 +0.016113281250 +0.002441406250 +0.060058593750 +0.004394531250 +-0.130859375000 +-0.108886718750 +-0.090332031250 +0.112304687500 +0.069824218750 +0.075683593750 +-0.285156250000 +-0.067871093750 +0.043945312500 +-0.030761718750 +-0.035400390625 +-0.083496093750 +-0.087402343750 +0.071777343750 +-0.050292968750 +0.131835937500 +0.088867187500 +0.082519531250 +-0.076660156250 +-0.059814453125 +-0.015014648438 +0.027465820312 +0.007293701172 +0.104492187500 +-0.188476562500 +0.051513671875 +0.059326171875 +0.027465820312 +0.083496093750 +0.019653320312 +0.058349609375 +0.105957031250 +0.170898437500 +-0.104003906250 +0.133789062500 +-0.081054687500 +0.086425781250 +-0.020263671875 +0.066894531250 +-0.133789062500 +0.108398437500 +-0.009033203125 +-0.054443359375 +0.042724609375 +-0.033691406250 +-0.113281250000 +0.055419921875 +0.088378906250 +-0.064453125000 +0.010925292969 +-0.048828125000 +-0.137695312500 +0.181640625000 +-0.080078125000 +0.101074218750 +0.150390625000 +-0.023315429688 +0.109375000000 +0.026245117188 +-0.190429687500 +0.022827148438 +0.006530761719 +0.084960937500 +0.241210937500 +0.067871093750 +0.135742187500 +0.085449218750 +-0.030883789062 +0.046142578125 +-0.017456054688 +-0.104003906250 +-0.041015625000 +-0.003494262695 +-0.218750000000 +-0.110839843750 +0.048828125000 +-0.111328125000 +-0.022094726562 +0.074218750000 +0.031738281250 +0.004241943359 +-0.019042968750 +0.070800781250 +0.090820312500 +-0.068359375000 +0.072265625000 +0.000839233398 +0.008056640625 +-0.161132812500 +-0.078125000000 +-0.101074218750 +-0.086914062500 +-0.010559082031 +-0.116699218750 +-0.124023437500 +-0.036621093750 +0.162109375000 +-0.089355468750 +0.090820312500 +0.003128051758 +-0.016113281250 +0.135742187500 +-0.080566406250 +0.007080078125 +-0.069335937500 +-0.149414062500 +-0.053955078125 +-0.005798339844 +0.032958984375 +0.009155273438 +0.093750000000 +0.049072265625 +0.072753906250 +0.097656250000 +0.016113281250 +-0.074218750000 +0.014282226562 +-0.117187500000 +0.025756835938 +-0.027465820312 +0.090820312500 +-0.069824218750 +-0.098144531250 +-0.044189453125 +-0.047607421875 +-0.053710937500 +0.209960937500 +0.009460449219 +-0.036865234375 +-0.059082031250 +0.055664062500 +0.111328125000 +0.082031250000 +0.128906250000 +-0.058349609375 +-0.031494140625 +0.031494140625 +0.082519531250 +0.006164550781 +-0.106445312500 +0.089355468750 +0.008361816406 +-0.015869140625 +-0.040771484375 +-0.053955078125 +-0.041748046875 +-0.034423828125 +-0.013427734375 +-0.078613281250 +-0.016845703125 +-0.016967773438 +0.026855468750 +0.119628906250 +0.033935546875 +-0.011413574219 +-0.162109375000 +0.110839843750 +-0.129882812500 +-0.036865234375 +-0.085449218750 +-0.001762390137 +0.100097656250 +0.157226562500 +-0.126953125000 +-0.198242187500 +-0.062988281250 +0.098632812500 +0.003845214844 +-0.013610839844 +-0.106445312500 +0.097167968750 +0.054687500000 +0.078125000000 +0.048339843750 +0.058105468750 +0.005584716797 +-0.213867187500 +0.134765625000 +0.098632812500 +-0.089355468750 +-0.140625000000 +0.304687500000 +0.001136779785 +-0.067382812500 +0.013610839844 +0.037841796875 +-0.130859375000 +0.003341674805 +-0.050781250000 +0.027221679688 +-0.191406250000 +-0.022583007812 +-0.003097534180 +-0.141601562500 +0.010192871094 +0.046630859375 +-0.026245117188 +0.039794921875 +-0.165039062500 +0.135742187500 +0.047607421875 +-0.094238281250 +0.008117675781 +-0.231445312500 +0.061279296875 +-0.039794921875 +-0.127929687500 +-0.009826660156 +0.104003906250 +-0.114746093750 +0.025634765625 +-0.059326171875 +-0.232421875000 +0.141601562500 +0.012329101562 +0.041992187500 +-0.023559570312 +-0.012023925781 +0.047607421875 +-0.235351562500 +-0.132812500000 +0.027587890625 +-0.104492187500 +-0.049072265625 +0.013488769531 +-0.012695312500 +-0.058105468750 +0.016723632812 +0.044433593750 +-0.100585937500 +0.002120971680 +0.025146484375 +-0.084960937500 +-0.085937500000 +-0.018676757812 +-0.044921875000 +-0.053955078125 +-0.048828125000 +-0.075683593750 +-0.009399414062 +0.057861328125 +0.175781250000 +0.112792968750 +0.020751953125 +-0.084960937500 +0.145507812500 +-0.043701171875 +-0.016723632812 +-0.112792968750 +0.094238281250 +-0.031005859375 +0.130859375000 +-0.069335937500 +-0.006195068359 +-0.018554687500 +-0.053222656250 +0.117187500000 +-0.055908203125 +0.150390625000 +0.021118164062 +0.001045227051 +-0.068359375000 +-0.078125000000 +-0.160156250000 +0.072753906250 +0.138671875000 +-0.103027343750 +0.214843750000 +0.044433593750 +0.034667968750 +0.037109375000 +-0.001342773438 +-0.052490234375 +-0.012756347656 +0.140625000000 +-0.017456054688 +-0.029907226562 +-0.028930664062 +0.001373291016 +0.119628906250 +-0.062011718750 +0.013000488281 +0.163085937500 +0.093261718750 +0.113769531250 +0.051025390625 +0.025268554688 +-0.062988281250 +0.108886718750 +0.035156250000 +-0.009765625000 +-0.039062500000 +-0.023803710938 +0.057861328125 +-0.103515625000 +-0.024291992188 +-0.048095703125 +-0.008666992188 +-0.164062500000 +-0.096191406250 +0.040527343750 +0.045410156250 +-0.022827148438 +-0.004943847656 +0.072753906250 +-0.178710937500 +0.091308593750 +0.019775390625 +-0.114257812500 +-0.048583984375 +-0.022705078125 +0.022216796875 +-0.242187500000 +0.255859375000 +0.095214843750 +0.023315429688 +-0.009948730469 +-0.079101562500 +-0.110351562500 +-0.106445312500 +-0.093750000000 +0.068847656250 +0.139648437500 +0.052490234375 +-0.009094238281 +-0.217773437500 +0.003204345703 +-0.082519531250 +-0.103515625000 +-0.096191406250 +-0.083007812500 +-0.158203125000 +0.114746093750 +0.085449218750 +-0.086425781250 +-0.005218505859 +-0.006317138672 +0.203125000000 +0.011108398438 +0.062500000000 +-0.010681152344 +-0.112792968750 +-0.007415771484 +-0.009582519531 +0.075683593750 +0.156250000000 +0.007812500000 +-0.019531250000 +0.021728515625 +-0.080566406250 +-0.084472656250 +-0.040283203125 +-0.144531250000 +-0.036376953125 +0.080566406250 +0.122070312500 +0.159179687500 +-0.087890625000 +-0.035156250000 +0.044433593750 +0.013977050781 +-0.087890625000 +-0.053955078125 +0.057617187500 +0.008972167969 +-0.074707031250 +-0.059570312500 +-0.096191406250 +0.023071289062 +-0.020019531250 +-0.030517578125 +-0.030639648438 +0.130859375000 +-0.086914062500 +0.117675781250 +-0.090820312500 +0.034423828125 +0.104003906250 +-0.097167968750 +0.014343261719 +-0.038085937500 +-0.041503906250 +0.044433593750 +-0.057861328125 +-0.248046875000 +-0.033447265625 +0.029174804688 +0.006103515625 +0.144531250000 +-0.082519531250 +-0.091796875000 +-0.112792968750 +-0.027465820312 +0.021850585938 +-0.027343750000 +-0.104003906250 +-0.074707031250 +0.002029418945 +-0.076171875000 +-0.002777099609 +0.125000000000 +-0.019165039062 +0.193359375000 +0.007629394531 +0.157226562500 +-0.101562500000 +-0.049072265625 +0.060546875000 +0.138671875000 +-0.045166015625 +-0.051025390625 +-0.001686096191 +-0.101074218750 +-0.083496093750 +0.005798339844 +-0.104003906250 +-0.009216308594 +0.016845703125 +-0.083496093750 +0.104980468750 +-0.100097656250 +-0.003250122070 +-0.134765625000 +0.088867187500 +-0.033935546875 +0.047851562500 +0.153320312500 +-0.007049560547 +0.039062500000 +-0.060058593750 +0.014953613281 +-0.028320312500 +-0.004852294922 +0.082519531250 +-0.000235557556 +-0.077636718750 +0.098632812500 +0.063476562500 +-0.014892578125 +0.014404296875 +-0.067382812500 +-0.277343750000 +-0.172851562500 +0.041992187500 +0.029907226562 +0.093261718750 +0.071289062500 +-0.122070312500 +0.052734375000 +0.057617187500 +0.031982421875 +-0.052246093750 +0.008789062500 +-0.002502441406 +-0.039794921875 +-0.073242187500 +0.012268066406 +0.036621093750 +-0.019653320312 +-0.067382812500 +-0.004791259766 +-0.114257812500 +-0.141601562500 +-0.040283203125 +0.039794921875 +-0.104492187500 +-0.011108398438 +-0.004058837891 +0.004791259766 +-0.042968750000 +-0.053466796875 +-0.108398437500 +-0.205078125000 +-0.149414062500 +0.061279296875 +-0.067871093750 +0.012878417969 +-0.118164062500 +-0.050537109375 +0.135742187500 +0.044433593750 +-0.013122558594 +0.026000976562 +-0.164062500000 +-0.121582031250 +0.180664062500 +-0.010314941406 +0.101562500000 +-0.048339843750 +-0.051025390625 +0.021972656250 +-0.073242187500 +-0.130859375000 +0.002426147461 +0.028442382812 +-0.032714843750 +0.087890625000 +-0.241210937500 +0.086425781250 +-0.036132812500 +-0.015380859375 +0.049316406250 +0.077148437500 +-0.009887695312 +-0.159179687500 +0.024169921875 +-0.004974365234 +0.020751953125 +0.024291992188 +0.020385742188 +0.046630859375 +0.104492187500 +-0.098144531250 +0.188476562500 +-0.066894531250 +-0.118652343750 +-0.127929687500 +0.088378906250 +-0.180664062500 +0.022949218750 +-0.072753906250 +0.024536132812 +0.084960937500 +-0.125976562500 +0.072265625000 +0.053222656250 +-0.076171875000 +-0.062988281250 +0.000202178955 +0.031738281250 +-0.081542968750 +-0.003860473633 +-0.131835937500 +-0.074218750000 +-0.146484375000 +0.052978515625 +0.082031250000 +0.064941406250 +0.065917968750 +-0.015380859375 +-0.073242187500 +0.055664062500 +-0.007934570312 +0.060302734375 +0.135742187500 +0.108886718750 +-0.030517578125 +-0.009948730469 +-0.137695312500 +-0.081054687500 +0.158203125000 +-0.144531250000 +-0.008483886719 +-0.133789062500 +-0.046142578125 +-0.012084960938 +-0.010192871094 +-0.055664062500 +0.072265625000 +0.061767578125 +0.128906250000 +0.066406250000 +0.067382812500 +-0.064941406250 +-0.013366699219 +0.121093750000 +0.029418945312 +0.157226562500 +-0.026855468750 +-0.108886718750 +-0.014099121094 +-0.012390136719 +0.041503906250 +0.043945312500 +0.035156250000 +0.048583984375 +-0.010437011719 +0.080566406250 +-0.083496093750 +-0.072265625000 +-0.000324249268 +-0.146484375000 +0.049804687500 +-0.114257812500 +-0.015991210938 +-0.050781250000 +-0.036865234375 +-0.024291992188 +0.021118164062 +0.011657714844 +-0.080078125000 +-0.271484375000 +-0.099609375000 +-0.037353515625 +-0.111328125000 +0.078613281250 +-0.034667968750 +0.012329101562 +-0.115234375000 +0.118652343750 +-0.217773437500 +0.102539062500 +-0.050292968750 +0.017456054688 +-0.073242187500 +0.139648437500 +-0.057128906250 +-0.255859375000 +0.039550781250 +-0.019409179688 +0.176757812500 +0.114257812500 +0.022216796875 +0.013000488281 +0.058349609375 +-0.025756835938 +-0.026855468750 +0.035156250000 +0.147460937500 +-0.005157470703 +0.041259765625 +-0.069335937500 +-0.066894531250 +-0.011901855469 +-0.086425781250 +-0.082031250000 +-0.002655029297 +-0.133789062500 +0.139648437500 +-0.023315429688 +-0.051757812500 +0.043457031250 +0.046386718750 +-0.051025390625 +-0.010070800781 +-0.118164062500 +-0.140625000000 +0.134765625000 +-0.038818359375 +0.002288818359 +-0.016967773438 +-0.182617187500 +-0.002838134766 +0.112304687500 +0.051025390625 +-0.179687500000 +-0.122558593750 +0.046142578125 +-0.000055313110 +0.006591796875 +-0.011779785156 +-0.005676269531 +-0.175781250000 +-0.121582031250 +-0.076660156250 +-0.007476806641 +-0.102539062500 +-0.068847656250 +-0.169921875000 +-0.337890625000 +0.012634277344 +0.126953125000 +-0.182617187500 +-0.120117187500 +0.086914062500 +-0.036132812500 +0.034912109375 +-0.015014648438 +-0.148437500000 +-0.056396484375 +0.064453125000 +0.036376953125 +0.126953125000 +0.029663085938 +0.059082031250 +0.066894531250 +-0.011840820312 +-0.068847656250 +0.033203125000 +-0.050048828125 +0.072265625000 +0.074707031250 +-0.090820312500 +-0.031982421875 +0.012207031250 +0.023437500000 +-0.066406250000 +0.009582519531 +-0.072265625000 +-0.047363281250 +-0.035156250000 +-0.093261718750 +0.102539062500 +-0.044433593750 +0.013366699219 +0.005523681641 +0.008056640625 +0.030151367188 +-0.028930664062 +-0.108398437500 +0.003067016602 +-0.015991210938 +0.047363281250 +0.025634765625 +-0.049072265625 +-0.056152343750 +-0.060791015625 +-0.055908203125 +-0.041259765625 +-0.024536132812 +-0.043212890625 +0.084960937500 +0.072753906250 +0.062988281250 +-0.100585937500 +-0.099609375000 +-0.141601562500 +0.014831542969 +-0.166015625000 +0.096191406250 +0.082519531250 +-0.033203125000 +-0.069824218750 +0.130859375000 +0.086425781250 +0.057373046875 +0.081054687500 +-0.034179687500 +-0.093261718750 +0.085449218750 +-0.197265625000 +0.120117187500 +0.021240234375 +0.073730468750 +0.049316406250 +0.026367187500 +0.100097656250 +0.109375000000 +0.068359375000 +-0.012451171875 +0.152343750000 +0.007049560547 +0.039062500000 +0.042724609375 +0.088867187500 +-0.042968750000 +0.123535156250 +0.006561279297 +0.044921875000 +0.101562500000 +0.024902343750 +-0.024414062500 +0.076171875000 +-0.105957031250 +-0.040527343750 +0.041748046875 +0.087402343750 +0.228515625000 +-0.080078125000 +-0.023559570312 +0.086914062500 +0.205078125000 +-0.004669189453 +0.049804687500 +0.042968750000 +-0.069824218750 +0.065917968750 +-0.001640319824 +0.087402343750 +-0.082519531250 +-0.069335937500 +0.104980468750 +-0.122558593750 +-0.014587402344 +-0.128906250000 +-0.030029296875 +-0.112792968750 +0.041259765625 +-0.005859375000 +-0.064453125000 +-0.191406250000 +-0.037109375000 +-0.015991210938 +0.015991210938 +-0.048339843750 +-0.040283203125 +0.111328125000 +0.002502441406 +0.039062500000 +-0.103515625000 +-0.014648437500 +0.019653320312 +0.055175781250 +0.073730468750 +-0.107910156250 +-0.046875000000 +0.048095703125 +0.172851562500 +-0.006042480469 +0.166992187500 +-0.040527343750 +-0.113281250000 +0.045898437500 +-0.086425781250 +-0.000039577484 +-0.011901855469 +-0.151367187500 +-0.066894531250 +0.105468750000 +-0.004730224609 +-0.118164062500 +0.046630859375 +-0.065429687500 +0.042480468750 +-0.027587890625 +-0.010864257812 +0.134765625000 +-0.064941406250 +-0.051757812500 +-0.107421875000 +0.090820312500 +-0.016967773438 +-0.084472656250 +-0.049560546875 +0.004425048828 +-0.055419921875 +-0.037597656250 +-0.111816406250 +0.053955078125 +-0.003677368164 +-0.067871093750 +0.037353515625 +-0.081542968750 +0.142578125000 +-0.030273437500 +0.000123977661 +0.024169921875 +0.004638671875 +-0.018310546875 +-0.018676757812 +-0.000862121582 +0.136718750000 +0.026977539062 +-0.162109375000 +-0.011047363281 +-0.067382812500 +-0.062011718750 +0.114746093750 +-0.000530242920 +-0.121093750000 +0.050048828125 +-0.245117187500 +-0.023193359375 +-0.003967285156 +0.054931640625 +-0.031250000000 +-0.099121093750 +-0.167968750000 +-0.080566406250 +-0.022216796875 +-0.159179687500 +0.195312500000 +0.016723632812 +0.140625000000 +-0.006805419922 +-0.157226562500 +0.039794921875 +0.017578125000 +-0.020507812500 +0.100585937500 +0.002716064453 +-0.040039062500 +0.049804687500 +-0.210937500000 +0.056396484375 +0.016357421875 +0.077148437500 +0.070800781250 +0.084960937500 +-0.033447265625 +-0.119628906250 +-0.238281250000 +0.042480468750 +-0.086425781250 +0.036865234375 +-0.032470703125 +0.078125000000 +0.068847656250 +-0.140625000000 +-0.059570312500 +-0.102539062500 +0.010681152344 +-0.054687500000 +0.027221679688 +0.082519531250 +0.043945312500 +0.073242187500 +0.168945312500 +0.024536132812 +0.096679687500 +-0.144531250000 +-0.062255859375 +0.046630859375 +-0.085937500000 +-0.009094238281 +0.085937500000 +-0.072265625000 +-0.047363281250 +0.058593750000 +-0.038085937500 +0.089843750000 +0.047363281250 +-0.174804687500 +0.031127929688 +-0.127929687500 +-0.158203125000 +0.022583007812 +0.002212524414 +0.073242187500 +0.010620117188 +-0.121093750000 +0.030395507812 +0.028076171875 +0.188476562500 +-0.004028320312 +-0.090820312500 +0.063964843750 +-0.030761718750 +-0.025878906250 +-0.037109375000 +-0.004241943359 +-0.113769531250 +-0.112792968750 +0.006683349609 +0.088378906250 +0.145507812500 +0.016113281250 +0.031127929688 +0.013305664062 +0.013244628906 +0.149414062500 +-0.048583984375 +-0.133789062500 +-0.038330078125 +-0.089843750000 +0.115722656250 +-0.035400390625 +-0.023925781250 +-0.113281250000 +-0.074707031250 +0.006378173828 +0.229492187500 +0.098144531250 +0.017822265625 +-0.053466796875 +-0.092285156250 +-0.052978515625 +0.018676757812 +0.067382812500 +-0.029052734375 +-0.172851562500 +0.037353515625 +-0.065429687500 +-0.039306640625 +-0.083007812500 +-0.080566406250 +0.036376953125 +0.050537109375 +0.055175781250 +-0.296875000000 +0.062011718750 +0.049316406250 +0.058349609375 +0.007812500000 +-0.005554199219 +-0.014038085938 +0.025512695312 +-0.032226562500 +-0.131835937500 +-0.084472656250 +-0.040527343750 +-0.073730468750 +-0.144531250000 +-0.101562500000 +-0.056396484375 +-0.061035156250 +-0.228515625000 +0.035156250000 +-0.083984375000 +-0.063964843750 +0.129882812500 +-0.050292968750 +-0.028076171875 +0.011413574219 +0.009948730469 +-0.126953125000 +-0.021240234375 +0.110351562500 +0.052001953125 +-0.056884765625 +-0.027954101562 +-0.084472656250 +0.038330078125 +-0.037597656250 +0.063476562500 +-0.022094726562 +0.061523437500 +-0.011657714844 +0.038330078125 +-0.135742187500 +0.043701171875 +0.052001953125 +0.076660156250 +-0.024414062500 +0.090820312500 +-0.079101562500 +0.054931640625 +-0.056640625000 +-0.018310546875 +0.135742187500 +0.089843750000 +0.018554687500 +0.045166015625 +0.009277343750 +0.007537841797 +0.022338867188 +-0.179687500000 +-0.057861328125 +-0.127929687500 +-0.037353515625 +0.211914062500 +-0.043945312500 +0.118164062500 +0.194335937500 +-0.008789062500 +-0.065917968750 +-0.010559082031 +0.072265625000 +0.071289062500 +0.095214843750 +0.269531250000 +-0.040771484375 +0.144531250000 +0.052001953125 +-0.023437500000 +-0.084960937500 +0.033203125000 +-0.070800781250 +-0.150390625000 +0.083496093750 +0.035644531250 +0.179687500000 +0.113281250000 +-0.021850585938 +-0.068359375000 +-0.281250000000 +-0.015625000000 +0.021972656250 +0.082031250000 +-0.013366699219 +-0.028320312500 +-0.022338867188 +0.040771484375 +-0.135742187500 +-0.035888671875 +-0.090332031250 +-0.054931640625 +-0.152343750000 +-0.137695312500 +-0.099121093750 +-0.061767578125 +-0.032470703125 +-0.117675781250 +-0.096679687500 +0.024536132812 +0.050781250000 +0.075683593750 +-0.125976562500 +-0.077148437500 +-0.085937500000 +-0.144531250000 +0.146484375000 +-0.153320312500 +-0.141601562500 +0.214843750000 +0.008300781250 +0.085937500000 +0.055419921875 +-0.053710937500 +0.132812500000 +-0.061767578125 +0.011474609375 +-0.038085937500 +0.030029296875 +0.092285156250 +-0.014282226562 +-0.089843750000 +0.004943847656 +-0.045654296875 +-0.090332031250 +-0.289062500000 +0.025268554688 +-0.069824218750 +-0.098632812500 +0.073730468750 +-0.044433593750 +0.007110595703 +0.057128906250 +-0.051025390625 +-0.087402343750 +0.016845703125 +-0.246093750000 +0.210937500000 +-0.053710937500 +0.029174804688 +-0.015991210938 +0.075683593750 +0.012756347656 +-0.076171875000 +0.028930664062 +0.034667968750 +0.030883789062 +0.103027343750 +-0.031738281250 +-0.056884765625 +-0.066894531250 +-0.101074218750 +0.073730468750 +-0.017211914062 +-0.034179687500 +0.049804687500 +-0.125000000000 +-0.021484375000 +0.079589843750 +-0.013671875000 +0.037109375000 +0.068847656250 +-0.082519531250 +-0.100585937500 +-0.113769531250 +-0.052001953125 +0.140625000000 +0.092285156250 +-0.131835937500 +0.019653320312 +0.102050781250 +-0.249023437500 +-0.058105468750 +-0.098632812500 +0.197265625000 +-0.062500000000 +-0.119140625000 +0.024414062500 +0.009704589844 +-0.051269531250 +-0.063964843750 +-0.084472656250 +-0.113281250000 +0.095703125000 +-0.077148437500 +0.031494140625 +-0.012023925781 +-0.137695312500 +0.114257812500 +0.070312500000 +0.010925292969 +0.060791015625 +-0.108398437500 +-0.091796875000 +-0.058593750000 +0.014770507812 +-0.024658203125 +0.044433593750 +0.131835937500 +0.108886718750 +0.090820312500 +0.028198242188 +0.004394531250 +-0.002685546875 +0.042968750000 +0.049560546875 +0.109863281250 +-0.009460449219 +-0.041503906250 +-0.166015625000 +-0.008666992188 +0.142578125000 +0.067871093750 +-0.025634765625 +0.095703125000 +0.037109375000 +0.023315429688 +-0.005615234375 +0.005950927734 +-0.125976562500 +0.115234375000 +-0.071289062500 +-0.167968750000 +0.042968750000 +-0.174804687500 +-0.015136718750 +-0.014953613281 +-0.000185966492 +-0.003768920898 +-0.170898437500 +-0.117187500000 +-0.090332031250 +-0.125976562500 +-0.015747070312 +-0.000402450562 +-0.045410156250 +-0.050048828125 +-0.033935546875 +0.152343750000 +0.001411437988 +0.064453125000 +0.047363281250 +-0.013671875000 +-0.017578125000 +0.081542968750 +-0.047607421875 +0.064453125000 +-0.023071289062 +-0.128906250000 +-0.054687500000 +0.124511718750 +-0.131835937500 +0.042236328125 +0.007690429688 +-0.012695312500 +-0.011840820312 +-0.064941406250 +0.009155273438 +0.011596679688 +0.028808593750 +-0.082519531250 +0.049560546875 +0.060058593750 +-0.010803222656 +-0.036621093750 +0.071777343750 +-0.067871093750 +0.090332031250 +-0.033203125000 +0.065917968750 +0.033935546875 +-0.141601562500 +-0.005706787109 +-0.150390625000 +-0.077148437500 +0.041503906250 +-0.095703125000 +-0.046386718750 +-0.084472656250 +0.067382812500 +0.066406250000 +0.006530761719 +-0.012512207031 +0.021972656250 +-0.033447265625 +0.072265625000 +-0.249023437500 +-0.047607421875 +0.040527343750 +0.002517700195 +-0.083496093750 +-0.122558593750 +-0.250000000000 +0.090820312500 +-0.044189453125 +0.008361816406 +-0.049316406250 +-0.032714843750 +-0.017211914062 +0.064453125000 +0.035888671875 +-0.003616333008 +-0.154296875000 +0.019165039062 +0.117675781250 +0.036621093750 +-0.027832031250 +-0.077636718750 +-0.037841796875 +-0.138671875000 +0.161132812500 +-0.139648437500 +-0.012207031250 +0.148437500000 +-0.019042968750 +0.208984375000 +0.088867187500 +-0.050048828125 +-0.052978515625 +-0.060791015625 +-0.136718750000 +0.020385742188 +-0.173828125000 +-0.043701171875 +0.135742187500 +-0.042724609375 +0.159179687500 +-0.006988525391 +-0.039794921875 +-0.125000000000 +-0.023925781250 +0.061523437500 +0.032470703125 +0.082519531250 +0.040283203125 +0.047363281250 +0.075195312500 +-0.064453125000 +0.004089355469 +-0.021362304688 +0.147460937500 +-0.146484375000 +0.050781250000 +0.031494140625 +0.076171875000 +0.129882812500 +-0.103515625000 +-0.015380859375 +-0.044189453125 +0.141601562500 +0.123535156250 +0.065917968750 +-0.106445312500 +0.096191406250 +0.180664062500 +-0.090820312500 +-0.071289062500 +0.056640625000 +0.074707031250 +0.048095703125 +0.076171875000 +-0.041992187500 +-0.253906250000 +0.049072265625 +0.030273437500 +-0.027954101562 +0.041992187500 +0.050292968750 +0.027832031250 +0.054199218750 +0.092285156250 +-0.129882812500 +-0.078125000000 +0.038330078125 +-0.054199218750 +0.026245117188 +0.136718750000 +0.027832031250 +0.118652343750 +-0.068847656250 +-0.122558593750 +-0.056884765625 +-0.035156250000 +0.063964843750 +0.002166748047 +-0.068359375000 +0.016845703125 +0.065917968750 +0.028320312500 +-0.062255859375 +0.025512695312 +0.156250000000 +-0.104003906250 +0.039794921875 +-0.086425781250 +0.076660156250 +0.010559082031 +0.030273437500 +-0.037109375000 +-0.045654296875 +0.046142578125 +0.119628906250 +-0.012939453125 +-0.066406250000 +-0.097656250000 +-0.041015625000 +-0.090820312500 +-0.071289062500 +0.130859375000 +-0.081542968750 +0.012023925781 +-0.014892578125 +-0.100585937500 +0.056396484375 +0.149414062500 +-0.132812500000 +-0.009033203125 +0.087890625000 +-0.043212890625 +-0.033691406250 +-0.021728515625 +0.095703125000 +0.071777343750 +-0.119628906250 +-0.063964843750 +-0.023925781250 +0.014526367188 +-0.108398437500 +0.051025390625 +0.196289062500 +-0.103515625000 +0.101074218750 +0.000919342041 +0.047607421875 +-0.152343750000 +-0.084472656250 +-0.045410156250 +0.067382812500 +-0.044921875000 +-0.053710937500 +0.019165039062 +-0.113281250000 +-0.094238281250 +-0.029907226562 +0.007995605469 +0.117675781250 +-0.147460937500 +0.009277343750 +-0.182617187500 +-0.164062500000 +-0.031127929688 +0.126953125000 +-0.048828125000 +-0.080078125000 +0.014221191406 +0.168945312500 +-0.036376953125 +-0.255859375000 +-0.060791015625 +-0.023315429688 +-0.007080078125 +0.055175781250 +-0.140625000000 +-0.029907226562 +0.055908203125 +0.098144531250 +0.000145912170 +-0.023681640625 +-0.138671875000 +-0.081054687500 +0.028564453125 +0.082519531250 +0.015869140625 +0.059570312500 +0.082031250000 +0.031127929688 +0.006103515625 +-0.076660156250 +-0.029296875000 +-0.055908203125 +-0.117187500000 +-0.045898437500 +-0.014160156250 +0.004272460938 +0.130859375000 +-0.142578125000 +0.002380371094 +0.034912109375 +-0.051757812500 +0.112304687500 +-0.176757812500 +-0.043945312500 +-0.011291503906 +-0.030029296875 +-0.031005859375 +-0.024780273438 +-0.096191406250 +0.048828125000 +-0.011718750000 +-0.046875000000 +0.053222656250 +0.079589843750 +0.083496093750 +0.119140625000 +0.042480468750 +-0.037109375000 +-0.067382812500 +-0.024169921875 +-0.082519531250 +0.089843750000 +-0.130859375000 +-0.247070312500 +0.094726562500 +0.053955078125 +-0.249023437500 +0.081054687500 +-0.000923156738 +0.012939453125 +-0.086914062500 +-0.024780273438 +0.041015625000 +0.077636718750 +-0.035400390625 +-0.055908203125 +-0.087402343750 +0.025268554688 +-0.104003906250 +-0.029663085938 +0.045654296875 +0.008728027344 +0.021972656250 +-0.039550781250 +-0.034423828125 +0.091308593750 +0.100585937500 +-0.030639648438 +0.020019531250 +0.095214843750 +0.090332031250 +-0.113281250000 +-0.076660156250 +0.041259765625 +-0.015319824219 +-0.076171875000 +0.079101562500 +-0.035156250000 +0.015563964844 +-0.063964843750 +0.035888671875 +0.007934570312 +-0.013061523438 +-0.113769531250 +0.431640625000 +0.051513671875 +-0.026245117188 +-0.047119140625 +0.074218750000 +0.010192871094 +0.010986328125 +0.062500000000 +0.011352539062 +-0.040283203125 +-0.085449218750 +0.056396484375 +0.033203125000 +0.052246093750 +-0.033691406250 +0.138671875000 +0.087890625000 +0.077148437500 +-0.027587890625 +-0.080078125000 +0.048095703125 +0.123046875000 +0.009704589844 +0.087890625000 +0.114257812500 +0.004089355469 +0.147460937500 +0.000270843506 +0.098632812500 +-0.030517578125 +0.105468750000 +0.193359375000 +0.034423828125 +0.047363281250 +-0.023803710938 +0.025024414062 +-0.054931640625 +0.061279296875 +-0.039550781250 +0.149414062500 +0.100097656250 +-0.060302734375 +0.078125000000 +-0.000119209290 +0.129882812500 +0.091796875000 +-0.014831542969 +0.059570312500 +0.005126953125 +-0.090332031250 +0.209960937500 +-0.002487182617 +-0.041503906250 +-0.082519531250 +0.159179687500 +-0.004394531250 +0.021850585938 +0.075683593750 +-0.125000000000 +0.077636718750 +-0.014953613281 +-0.163085937500 +-0.028320312500 +-0.117675781250 +0.098144531250 +-0.052978515625 +-0.166015625000 +0.094238281250 +0.075683593750 +-0.092773437500 +-0.071289062500 +0.007293701172 +0.139648437500 +-0.154296875000 +0.080566406250 +-0.022460937500 +-0.047607421875 +0.018310546875 +0.162109375000 +0.043701171875 +-0.048095703125 +0.034912109375 +0.040527343750 +0.017944335938 +-0.011413574219 +0.140625000000 +-0.012695312500 +-0.095214843750 +-0.120605468750 +-0.049560546875 +-0.109863281250 +-0.050048828125 +0.103515625000 +0.033203125000 +-0.107910156250 +-0.086425781250 +0.106445312500 +0.052001953125 +-0.077636718750 +-0.030395507812 +0.007812500000 +0.009277343750 +0.055664062500 +-0.048095703125 +0.036621093750 +-0.020629882812 +-0.083007812500 +-0.029785156250 +0.060791015625 +-0.031127929688 +0.073242187500 +-0.064941406250 +0.086914062500 +0.138671875000 +0.000205993652 +0.042968750000 +0.042724609375 +0.113281250000 +-0.216796875000 +0.057617187500 +0.010131835938 +0.055419921875 +0.031005859375 +-0.125976562500 +0.030151367188 +0.083007812500 +-0.074707031250 +-0.008728027344 +-0.064941406250 +0.085449218750 +-0.005798339844 +0.169921875000 +-0.094726562500 +-0.039062500000 +0.026000976562 +0.029663085938 +-0.001327514648 +-0.076171875000 +0.002227783203 +-0.058349609375 +-0.003356933594 +0.034179687500 +0.047363281250 +0.067871093750 +-0.139648437500 +0.093750000000 +-0.002532958984 +-0.039794921875 +0.113769531250 +-0.055419921875 +-0.128906250000 +-0.102050781250 +-0.066894531250 +-0.067382812500 +0.091796875000 +-0.052246093750 +0.040527343750 +0.205078125000 +-0.012023925781 +-0.233398437500 +-0.221679687500 +-0.003005981445 +0.005249023438 +0.125976562500 +-0.026855468750 +0.029418945312 +0.074218750000 +0.042480468750 +-0.018676757812 +-0.057617187500 +-0.025024414062 +0.133789062500 +0.031738281250 +-0.011596679688 +-0.072265625000 +-0.019165039062 +-0.040039062500 +0.041259765625 +0.029907226562 +0.060546875000 +0.005371093750 +0.076171875000 +0.109863281250 +0.060302734375 +0.029541015625 +-0.091796875000 +0.067871093750 +0.128906250000 +0.065429687500 +-0.235351562500 +0.048828125000 +0.063476562500 +-0.074707031250 +0.030761718750 +0.028320312500 +0.172851562500 +-0.095703125000 +-0.093750000000 +-0.105468750000 +0.143554687500 +-0.043701171875 +0.016357421875 +0.093261718750 +0.007812500000 +0.063476562500 +-0.036621093750 +0.039062500000 +0.028076171875 +0.009460449219 +0.150390625000 +-0.068847656250 +0.014465332031 +0.135742187500 +-0.094726562500 +-0.148437500000 +-0.071289062500 +-0.075195312500 +-0.090332031250 +-0.042480468750 +-0.075195312500 +0.098632812500 +-0.048339843750 +0.094726562500 +0.066406250000 +0.157226562500 +-0.021240234375 +-0.183593750000 +-0.003448486328 +-0.082031250000 +-0.019409179688 +0.016601562500 +-0.035644531250 +0.096679687500 +0.036865234375 +0.097656250000 +-0.137695312500 +0.022460937500 +0.078613281250 +0.001953125000 +-0.090332031250 +0.139648437500 +0.067871093750 +0.038085937500 +-0.007751464844 +-0.079101562500 +-0.057373046875 +-0.024047851562 +-0.017944335938 +0.121582031250 +0.044677734375 +0.014648437500 +-0.027709960938 +-0.059326171875 +-0.100585937500 +0.066406250000 +0.122070312500 +-0.076660156250 +-0.003936767578 +-0.127929687500 +0.028442382812 +0.032470703125 +0.017822265625 +0.123046875000 +0.047363281250 +-0.041503906250 +-0.069335937500 +0.140625000000 +0.165039062500 +0.064941406250 +0.069824218750 +0.073730468750 +-0.049804687500 +0.018432617188 +-0.036865234375 +0.004058837891 +0.088378906250 +-0.105957031250 +0.045410156250 +0.070800781250 +0.083984375000 +0.000307083130 +-0.037841796875 +0.023925781250 +0.146484375000 +-0.131835937500 +0.090332031250 +0.180664062500 +0.121093750000 +-0.033447265625 +-0.145507812500 +-0.110839843750 +0.002136230469 +0.043212890625 +-0.091308593750 +0.019165039062 +0.152343750000 +0.012817382812 +0.030395507812 +-0.010864257812 +0.080078125000 +0.013732910156 +-0.027465820312 +0.042968750000 +0.210937500000 +0.079589843750 +0.015991210938 +0.169921875000 +-0.201171875000 +0.078125000000 +-0.090820312500 +0.008911132812 +0.141601562500 +-0.076171875000 +-0.119140625000 +0.024780273438 +-0.079101562500 +-0.006805419922 +-0.073242187500 +0.062011718750 +-0.072753906250 +0.038818359375 +-0.019897460938 +0.139648437500 +-0.021362304688 +-0.051513671875 +0.055175781250 +-0.136718750000 +0.080078125000 +0.145507812500 +-0.052490234375 +-0.088378906250 +-0.035400390625 +-0.092773437500 +-0.088867187500 +-0.106933593750 +-0.061523437500 +0.055664062500 +0.099121093750 +0.020019531250 +-0.094238281250 +-0.044433593750 +-0.300781250000 +0.153320312500 +-0.040771484375 +0.058837890625 +0.042236328125 +-0.104492187500 +-0.150390625000 +0.076171875000 +0.048828125000 +-0.090332031250 +-0.107421875000 +0.095214843750 +-0.177734375000 +-0.056884765625 +-0.066406250000 +-0.017456054688 +0.010009765625 +0.069335937500 +0.074218750000 +0.060546875000 +-0.144531250000 +-0.011535644531 +0.067871093750 +-0.015625000000 +-0.078125000000 +0.019165039062 +0.044189453125 +-0.086914062500 +-0.065429687500 +-0.073730468750 +0.051269531250 +0.033447265625 +-0.181640625000 +0.000463485718 +0.024291992188 +0.036376953125 +0.152343750000 +-0.089355468750 +0.115234375000 +0.015136718750 +-0.111816406250 +0.047851562500 +0.214843750000 +0.014648437500 +-0.086914062500 +0.186523437500 +-0.014404296875 +-0.060546875000 +-0.124511718750 +0.092773437500 +-0.047119140625 +0.051513671875 +-0.104492187500 +-0.059326171875 +0.120117187500 +-0.057128906250 +0.005035400391 +0.013061523438 +0.082031250000 +0.019409179688 +0.149414062500 +0.075683593750 +0.000415802002 +0.316406250000 +0.093261718750 +-0.123535156250 +-0.144531250000 +-0.060302734375 +-0.072753906250 +-0.003311157227 +0.028808593750 +0.076171875000 +-0.045898437500 +0.021240234375 +-0.016235351562 +0.128906250000 +0.044921875000 +0.011535644531 +0.123535156250 +0.024536132812 +-0.070312500000 +-0.121093750000 +-0.102050781250 +-0.203125000000 +0.024902343750 +0.083984375000 +0.020385742188 +-0.066894531250 +0.048095703125 +0.118652343750 +-0.047607421875 +-0.045654296875 +-0.059570312500 +0.102539062500 +0.015991210938 +-0.133789062500 +-0.097656250000 +0.005004882812 +0.066406250000 +0.019042968750 +0.043212890625 +0.141601562500 +0.043457031250 +0.337890625000 +-0.173828125000 +0.094726562500 +0.098144531250 +-0.082519531250 +-0.037841796875 +-0.022583007812 +-0.059570312500 +-0.098632812500 +-0.056884765625 +0.040283203125 +-0.013061523438 +0.102050781250 +0.120605468750 +-0.130859375000 +-0.097167968750 +-0.135742187500 +-0.125976562500 +-0.037841796875 +0.034912109375 +0.032714843750 +-0.105468750000 +-0.026733398438 +0.045654296875 +0.004669189453 +-0.255859375000 +0.041259765625 +-0.059814453125 +-0.112792968750 +-0.098144531250 +-0.141601562500 +0.041748046875 +-0.063476562500 +-0.004638671875 +0.032226562500 +-0.039306640625 +0.100097656250 +0.004364013672 +0.056152343750 +-0.039062500000 +-0.179687500000 +-0.018432617188 +0.001441955566 +0.090820312500 +0.075683593750 +0.126953125000 +-0.077148437500 +0.054443359375 +-0.043457031250 +-0.002243041992 +-0.144531250000 +-0.057373046875 +-0.024169921875 +0.089843750000 +-0.093750000000 +0.023803710938 +-0.026245117188 +0.101562500000 +-0.032226562500 +0.045410156250 +-0.045166015625 +-0.013427734375 +-0.110839843750 +0.011657714844 +0.131835937500 +-0.046386718750 +0.105468750000 +0.031738281250 +-0.075683593750 +0.065429687500 +0.075195312500 +0.021240234375 +-0.014465332031 +-0.058105468750 +-0.206054687500 +0.073730468750 +-0.115234375000 +-0.035400390625 +-0.106933593750 +0.015014648438 +-0.123535156250 +-0.051513671875 +0.135742187500 +-0.121582031250 +-0.019042968750 +0.128906250000 +-0.098144531250 +0.031494140625 +0.039794921875 +0.136718750000 +0.001678466797 +0.000492095947 +-0.047119140625 +-0.019287109375 +0.044677734375 +0.018188476562 +0.023925781250 +0.098144531250 +-0.118164062500 +0.109375000000 +-0.027709960938 +-0.097167968750 +-0.047119140625 +-0.113281250000 +-0.117187500000 +0.037109375000 +0.073730468750 +0.013610839844 +0.036621093750 +0.010559082031 +0.132812500000 +0.019409179688 +-0.058105468750 +-0.096679687500 +0.061523437500 +0.169921875000 +0.063476562500 +0.023925781250 +-0.109375000000 +0.110351562500 +-0.073730468750 +-0.042968750000 +-0.022094726562 +0.085937500000 +-0.027343750000 +0.217773437500 +0.010742187500 +-0.118164062500 +0.031250000000 +0.019287109375 +0.047119140625 +-0.040771484375 +-0.316406250000 +0.165039062500 +-0.136718750000 +0.091308593750 +-0.025512695312 +-0.129882812500 +-0.015258789062 +-0.063964843750 +0.039550781250 +0.119628906250 +0.137695312500 +-0.005523681641 +0.072753906250 +-0.208984375000 +-0.177734375000 +-0.153320312500 +0.163085937500 +-0.109375000000 +-0.106445312500 +0.103515625000 +-0.104492187500 +-0.013916015625 +-0.157226562500 +-0.000743865967 +-0.042968750000 +-0.114746093750 +-0.107421875000 +0.076171875000 +0.097656250000 +-0.074218750000 +-0.037353515625 +-0.050781250000 +-0.016723632812 +0.001281738281 +0.023315429688 +-0.020751953125 +-0.031982421875 +-0.093261718750 +-0.021850585938 +0.027099609375 +-0.110839843750 +0.023681640625 +-0.000417709351 +0.005767822266 +-0.033203125000 +-0.023925781250 +-0.013549804688 +0.045654296875 +0.157226562500 +-0.104980468750 +0.083496093750 +0.036132812500 +0.001281738281 +-0.063964843750 +-0.028198242188 +-0.085449218750 +0.139648437500 +-0.017456054688 +-0.003158569336 +0.009582519531 +0.170898437500 +-0.069824218750 +-0.107421875000 +-0.058349609375 +0.112792968750 +-0.123046875000 +0.002700805664 +-0.045898437500 +-0.005615234375 +-0.044433593750 +-0.074218750000 +-0.025634765625 +0.007171630859 +0.007171630859 +0.111328125000 +0.160156250000 +-0.011230468750 +-0.047851562500 +0.097656250000 +-0.028198242188 +0.001770019531 +-0.115234375000 +-0.069335937500 +0.263671875000 +-0.093750000000 +0.150390625000 +0.052001953125 +-0.023559570312 +0.003295898438 +0.026245117188 +0.316406250000 +-0.090332031250 +-0.012634277344 +-0.043945312500 +0.039306640625 +0.023681640625 +-0.041748046875 +-0.029663085938 +-0.006408691406 +-0.049072265625 +-0.014465332031 +-0.052246093750 +-0.012268066406 +0.009948730469 +-0.148437500000 +0.011535644531 +-0.028198242188 +-0.113769531250 +0.112304687500 +-0.102539062500 +-0.041015625000 +-0.102050781250 +0.092285156250 +-0.032958984375 +0.191406250000 +-0.049316406250 +-0.046875000000 +0.047851562500 +-0.121093750000 +-0.016357421875 +-0.082519531250 +-0.058349609375 +-0.024291992188 +0.072753906250 +0.104980468750 +0.005371093750 +0.069824218750 +-0.028198242188 +-0.012207031250 +0.000312805176 +-0.025634765625 +-0.503906250000 +0.017822265625 +-0.047119140625 +-0.137695312500 +-0.019409179688 +0.107421875000 +0.119628906250 +0.049560546875 +0.000280380249 +0.144531250000 +-0.166015625000 +0.007690429688 +0.042480468750 +-0.095214843750 +0.234375000000 +0.055664062500 +-0.032714843750 +-0.111328125000 +-0.046875000000 +-0.206054687500 +0.049316406250 +0.011474609375 +0.031127929688 +-0.138671875000 +0.104003906250 +-0.005920410156 +0.002273559570 +-0.024902343750 +0.034667968750 +-0.044433593750 +0.154296875000 +-0.012634277344 +-0.072753906250 +-0.169921875000 +0.101562500000 +0.017700195312 +0.015441894531 +-0.179687500000 +0.121582031250 +0.004760742188 +0.080566406250 +0.079589843750 +-0.083007812500 +0.080078125000 +0.101562500000 +0.078613281250 +-0.053710937500 +-0.128906250000 +0.120605468750 +-0.106933593750 +0.127929687500 +-0.116699218750 +-0.060791015625 +-0.069335937500 +-0.057128906250 +-0.051025390625 +-0.021240234375 +-0.031005859375 +-0.197265625000 +0.033935546875 +0.080078125000 +0.044921875000 +-0.051025390625 +0.223632812500 +-0.047851562500 +-0.031127929688 +0.154296875000 +-0.014770507812 +-0.149414062500 +-0.056640625000 +-0.105957031250 +-0.025268554688 +0.086425781250 +0.010925292969 +-0.192382812500 +0.120117187500 +0.018188476562 +0.081054687500 +0.143554687500 +0.087402343750 +-0.066406250000 +-0.033203125000 +0.263671875000 +-0.074707031250 +-0.109863281250 +0.037597656250 +-0.054931640625 +-0.013854980469 +-0.123046875000 +0.034179687500 +0.022338867188 +-0.065429687500 +-0.065429687500 +0.050048828125 +-0.040039062500 +0.093261718750 +0.040283203125 +0.059570312500 +-0.119628906250 +-0.079589843750 +0.104492187500 +0.120605468750 +0.118652343750 +0.002059936523 +0.174804687500 +-0.023681640625 +-0.047119140625 +0.081054687500 +0.038330078125 +-0.146484375000 +-0.132812500000 +-0.054687500000 +-0.110839843750 +-0.008666992188 +-0.017333984375 +0.044921875000 +-0.066406250000 +-0.063964843750 +-0.141601562500 +-0.095703125000 +0.015441894531 +0.036621093750 +-0.018554687500 +-0.058593750000 +0.079101562500 +0.060058593750 +0.001739501953 +-0.049804687500 +0.024902343750 +0.088378906250 +0.017333984375 +-0.059082031250 +0.030273437500 +-0.066406250000 +0.062255859375 +-0.193359375000 +-0.001502990723 +0.143554687500 +-0.115234375000 +-0.005737304688 +-0.157226562500 +0.043701171875 +-0.042724609375 +0.167968750000 +0.020385742188 +-0.208007812500 +-0.011169433594 +-0.010986328125 +0.011230468750 +0.151367187500 +0.023559570312 +-0.037353515625 +0.079101562500 +0.026489257812 +-0.037597656250 +0.232421875000 +-0.100585937500 +-0.077636718750 +0.085449218750 +0.104003906250 +-0.060791015625 +-0.037353515625 +0.012573242188 +-0.205078125000 +-0.029785156250 +0.094726562500 +0.041748046875 +-0.137695312500 +-0.079101562500 +-0.040771484375 +-0.044189453125 +0.071777343750 +-0.004302978516 +-0.051513671875 +0.100097656250 +-0.084960937500 +0.135742187500 +-0.133789062500 +-0.083984375000 +0.013793945312 +-0.005126953125 +-0.031738281250 +-0.050048828125 +0.062988281250 +0.052246093750 +-0.014709472656 +0.217773437500 +-0.043701171875 +0.037109375000 +0.058349609375 +-0.044189453125 +0.136718750000 +0.102050781250 +0.093750000000 +-0.159179687500 +0.123535156250 +-0.037353515625 +0.212890625000 +-0.121582031250 +-0.101074218750 +0.009643554688 +-0.068847656250 +-0.003692626953 +-0.002059936523 +-0.157226562500 +-0.012207031250 +0.003143310547 +0.059326171875 +0.062988281250 +0.089355468750 +-0.062988281250 +-0.051757812500 +-0.048583984375 +-0.069824218750 +0.106445312500 +0.085449218750 +-0.036376953125 +-0.000104904175 +0.094238281250 +-0.150390625000 +-0.074218750000 +-0.035644531250 +0.029296875000 +-0.058349609375 +-0.006927490234 +-0.017700195312 +-0.016357421875 +-0.101074218750 +0.049560546875 +0.025024414062 +-0.044677734375 +-0.005096435547 +0.095214843750 +0.126953125000 +-0.007568359375 +-0.020996093750 +0.113769531250 +-0.012145996094 +0.058105468750 +-0.056152343750 +0.134765625000 +0.023437500000 +-0.101074218750 +-0.086425781250 +0.066894531250 +-0.017333984375 +-0.021728515625 +-0.131835937500 +0.068359375000 +-0.040283203125 +0.009094238281 +-0.031127929688 +-0.061035156250 +-0.051025390625 +-0.070800781250 +-0.013610839844 +-0.091308593750 +-0.226562500000 +-0.069824218750 +-0.067871093750 +0.084472656250 +-0.089355468750 +-0.053955078125 +-0.105957031250 +0.273437500000 +-0.001510620117 +0.007568359375 +0.053955078125 +-0.009033203125 +0.020263671875 +0.122070312500 +-0.009399414062 +-0.009643554688 +-0.076660156250 +0.072265625000 +0.107421875000 +-0.057617187500 +-0.087890625000 +-0.010925292969 +-0.125976562500 +0.022827148438 +-0.018432617188 +-0.001281738281 +-0.063476562500 +-0.016967773438 +-0.187500000000 +0.010192871094 +-0.057128906250 +0.071289062500 +0.108886718750 +-0.029541015625 +0.047119140625 +0.046875000000 +-0.045410156250 +-0.083984375000 +0.021850585938 +-0.014343261719 +-0.098632812500 +-0.017700195312 +0.026123046875 +-0.033691406250 +-0.104003906250 +0.030273437500 +-0.062988281250 +0.173828125000 +0.001724243164 +0.034179687500 +0.018066406250 +0.031005859375 +0.003112792969 +-0.048095703125 +0.149414062500 +-0.131835937500 +0.022827148438 +-0.049804687500 +0.077148437500 +-0.074707031250 +-0.006713867188 +0.038574218750 +0.055908203125 +-0.146484375000 +0.003433227539 +-0.014282226562 +0.067382812500 +0.021606445312 +-0.001899719238 +-0.039062500000 +0.067382812500 +0.017089843750 +0.073242187500 +0.195312500000 +0.051269531250 +-0.178710937500 +0.099121093750 +-0.054687500000 +-0.045654296875 +-0.154296875000 +-0.027221679688 +-0.017700195312 +-0.125976562500 +0.104003906250 +0.003906250000 +0.081054687500 +0.017944335938 +0.055908203125 +-0.034667968750 +-0.092773437500 +-0.001541137695 +0.108886718750 +0.081542968750 +-0.014343261719 +0.022094726562 +0.127929687500 +0.017211914062 +0.001251220703 +0.026733398438 +-0.184570312500 +-0.167968750000 +-0.007141113281 +-0.040039062500 +-0.121582031250 +0.022216796875 +-0.022094726562 +-0.039550781250 +-0.183593750000 +0.080078125000 +-0.003372192383 +0.063964843750 +-0.030029296875 +-0.012268066406 +0.090332031250 +0.049316406250 +-0.070800781250 +-0.008056640625 +0.016967773438 +-0.017944335938 +-0.122558593750 +0.066406250000 +0.042236328125 +0.125976562500 +-0.079589843750 +0.160156250000 +0.013549804688 +-0.233398437500 +0.106445312500 +0.112304687500 +-0.016235351562 +0.084472656250 +-0.120117187500 +-0.198242187500 +0.019042968750 +0.025512695312 +-0.003906250000 +-0.013732910156 +0.147460937500 +0.020507812500 +0.007476806641 +-0.125976562500 +0.056884765625 +0.104492187500 +-0.098632812500 +-0.024780273438 +-0.052490234375 +-0.015502929688 +-0.060302734375 +-0.204101562500 +-0.024047851562 +-0.170898437500 +0.176757812500 +-0.015014648438 +-0.076171875000 +-0.014526367188 +-0.006896972656 +-0.049560546875 +-0.118652343750 +0.067382812500 +-0.101562500000 +0.044433593750 +0.191406250000 +-0.078125000000 +0.039062500000 +-0.029296875000 +0.003646850586 +-0.090820312500 +-0.100097656250 +-0.093750000000 +0.046630859375 +0.052490234375 +-0.027343750000 +-0.185546875000 +0.108886718750 +-0.107910156250 +-0.005554199219 +-0.031738281250 +0.018188476562 +0.025024414062 +-0.043701171875 +-0.147460937500 +0.255859375000 +-0.137695312500 +-0.031127929688 +-0.057861328125 +-0.208984375000 +-0.063964843750 +-0.008605957031 +0.007324218750 +0.013488769531 +0.040527343750 +0.110839843750 +-0.024169921875 +-0.087402343750 +0.044189453125 +-0.032226562500 +0.117675781250 +-0.045898437500 +0.000572204590 +-0.007568359375 +-0.004425048828 +0.178710937500 +0.051269531250 +-0.002944946289 +-0.017944335938 +-0.086914062500 +-0.055175781250 +-0.107910156250 +0.001892089844 +0.125000000000 +0.008300781250 +-0.097656250000 +0.011657714844 +-0.081542968750 +0.012329101562 +-0.150390625000 +-0.013305664062 +-0.057617187500 +-0.059570312500 +0.006378173828 +-0.085937500000 +0.072753906250 +-0.057128906250 +0.060302734375 +-0.148437500000 +-0.091308593750 +-0.190429687500 +-0.127929687500 +-0.146484375000 +-0.206054687500 +-0.128906250000 +0.165039062500 +0.050292968750 +0.014343261719 +-0.037597656250 +-0.013122558594 +-0.021240234375 +0.154296875000 +-0.281250000000 +-0.012634277344 +0.081054687500 +0.025512695312 +-0.069335937500 +-0.035156250000 +-0.139648437500 +0.102539062500 +-0.056396484375 +0.096679687500 +-0.241210937500 +-0.053466796875 +0.071289062500 +-0.093261718750 +0.064941406250 +0.092285156250 +0.046386718750 +0.238281250000 +-0.109863281250 +0.008361816406 +-0.037109375000 +0.068847656250 +0.094238281250 +0.176757812500 +-0.046875000000 +0.013183593750 +-0.069335937500 +0.003463745117 +-0.030029296875 +0.027954101562 +-0.054931640625 +-0.078613281250 +0.000576019287 +0.013183593750 +0.171875000000 +0.017822265625 +-0.074707031250 +0.025268554688 +-0.045654296875 +-0.013244628906 +-0.032958984375 +0.084960937500 +0.060546875000 +-0.047363281250 +-0.004272460938 +0.055419921875 +0.022460937500 +-0.151367187500 +-0.018920898438 +-0.001304626465 +-0.126953125000 +-0.105468750000 +0.043945312500 +-0.007690429688 +-0.036376953125 +0.136718750000 +0.104003906250 +0.004791259766 +0.132812500000 +0.035888671875 +-0.053955078125 +-0.087402343750 +0.022705078125 +0.055908203125 +0.045410156250 +-0.021972656250 +0.170898437500 +-0.004943847656 +-0.326171875000 +0.050292968750 +0.016357421875 +-0.024169921875 +0.031982421875 +0.051757812500 +0.035156250000 +0.085449218750 +0.012023925781 +0.049804687500 +0.113281250000 +-0.037841796875 +0.027221679688 +0.165039062500 +-0.089355468750 +-0.078125000000 +-0.040771484375 +0.044921875000 +-0.153320312500 +0.006530761719 +-0.002029418945 +0.111816406250 +-0.097656250000 +-0.008789062500 +0.071777343750 +-0.043457031250 +0.084472656250 +0.004394531250 +-0.044921875000 +0.069824218750 +0.041503906250 +0.039306640625 +0.011535644531 +0.038085937500 +-0.077148437500 +-0.140625000000 +-0.012145996094 +0.059082031250 +0.030395507812 +-0.092285156250 +-0.024047851562 +0.006958007812 +-0.082519531250 +-0.013793945312 +0.024902343750 +0.123535156250 +0.083496093750 +0.065429687500 +0.012023925781 +0.043701171875 +-0.043945312500 +-0.020263671875 +-0.130859375000 +0.108886718750 +0.044921875000 +-0.048583984375 +0.173828125000 +-0.005645751953 +0.057861328125 +0.027221679688 +-0.017333984375 +0.013916015625 +-0.032714843750 +-0.070312500000 +-0.176757812500 +0.013671875000 +0.013610839844 +0.028198242188 +-0.071289062500 +0.030273437500 +0.032470703125 +-0.094238281250 +-0.010498046875 +-0.013488769531 +0.060058593750 +0.080566406250 +-0.091796875000 +-0.028442382812 +0.031127929688 +0.173828125000 +-0.079101562500 +-0.028076171875 +-0.115234375000 +-0.083496093750 +-0.046630859375 +-0.080078125000 +-0.015563964844 +-0.050781250000 +-0.015014648438 +0.185546875000 +-0.027099609375 +0.007202148438 +0.127929687500 +0.007720947266 +0.014648437500 +-0.073730468750 +-0.100097656250 +0.042724609375 +-0.069824218750 +-0.046875000000 +0.009582519531 +0.034912109375 +0.017089843750 +0.098144531250 +0.042480468750 +-0.110839843750 +-0.039794921875 +-0.132812500000 +-0.104492187500 +-0.071777343750 +0.024291992188 +0.082519531250 +-0.088867187500 +0.004882812500 +-0.060791015625 +-0.054687500000 +-0.018066406250 +0.014770507812 +0.172851562500 +0.124023437500 +0.013732910156 +-0.114257812500 +0.019775390625 +-0.027099609375 +0.031250000000 +0.070312500000 +0.066406250000 +-0.023559570312 +-0.006561279297 +0.010131835938 +0.027709960938 +0.040527343750 +0.137695312500 +0.072265625000 +-0.050048828125 +-0.019287109375 +0.050781250000 +-0.067871093750 +0.006683349609 +-0.109863281250 +-0.182617187500 +0.039062500000 +-0.147460937500 +-0.116699218750 +-0.091308593750 +0.033203125000 +-0.041748046875 +-0.009216308594 +0.027099609375 +-0.056640625000 +-0.106445312500 +-0.022705078125 +0.086914062500 +0.214843750000 +0.086914062500 +0.089843750000 +0.008605957031 +0.042480468750 +0.019897460938 +0.012817382812 +0.067382812500 +-0.204101562500 +0.075195312500 +0.003372192383 +-0.171875000000 +0.050781250000 +-0.085937500000 +0.006164550781 +0.198242187500 +-0.078613281250 +-0.153320312500 +-0.198242187500 +0.098144531250 +-0.018676757812 +0.092285156250 +0.125976562500 +-0.099609375000 +-0.069335937500 +0.049072265625 +0.096679687500 +-0.012390136719 +-0.007263183594 +-0.021118164062 +0.002639770508 +-0.011413574219 +-0.040771484375 +-0.000144004822 +0.002990722656 +-0.030151367188 +0.133789062500 +0.092285156250 +-0.005645751953 +-0.014770507812 +-0.043457031250 +-0.013427734375 +0.086914062500 +-0.042236328125 +-0.028808593750 +-0.053710937500 +0.012878417969 +0.044433593750 +0.049072265625 +-0.042724609375 +-0.070312500000 +0.040771484375 +-0.135742187500 +-0.120117187500 +0.017333984375 +0.096191406250 +0.025146484375 +0.045654296875 +-0.142578125000 +-0.079589843750 +-0.103027343750 +-0.064453125000 +0.027343750000 +-0.063964843750 +-0.019531250000 +0.128906250000 +-0.056152343750 +-0.000436782837 +0.060058593750 +-0.034423828125 +0.084960937500 +-0.080078125000 +0.064453125000 +0.079589843750 +0.038085937500 +0.024536132812 +0.025634765625 +0.042968750000 +0.057128906250 +0.074218750000 +-0.047363281250 +0.038818359375 +-0.041015625000 +0.034667968750 +-0.117675781250 +0.035400390625 +-0.058837890625 +0.050292968750 +-0.087402343750 +0.052978515625 +0.113281250000 +-0.021728515625 +-0.159179687500 +0.037353515625 +0.077636718750 +-0.146484375000 +-0.064941406250 +-0.063476562500 +0.020385742188 +-0.062500000000 +0.096191406250 +-0.156250000000 +0.065429687500 +-0.081542968750 +-0.017333984375 +0.062500000000 +-0.184570312500 +0.257812500000 +0.064941406250 +0.170898437500 +0.016967773438 +0.086425781250 +0.185546875000 +-0.037841796875 +0.067382812500 +0.115234375000 +-0.068847656250 +0.071289062500 +-0.195312500000 +-0.070800781250 +-0.028930664062 +-0.029541015625 +-0.089843750000 +0.019531250000 +-0.085449218750 +-0.009216308594 +0.104003906250 +-0.084960937500 +0.005615234375 +-0.110839843750 +-0.106445312500 +0.028930664062 +-0.073730468750 +-0.020263671875 +-0.098632812500 +-0.034423828125 +0.031738281250 +0.083984375000 +-0.100097656250 +0.019775390625 +0.093261718750 +0.070800781250 +-0.053466796875 +-0.068359375000 +-0.069824218750 +-0.052734375000 +0.011291503906 +0.143554687500 +0.000207901001 +-0.120605468750 +-0.045166015625 +0.019775390625 +0.051513671875 +0.002975463867 +0.075195312500 +-0.022827148438 +0.170898437500 +-0.110351562500 +-0.013244628906 +-0.079589843750 +0.069335937500 +-0.104003906250 +0.035644531250 +0.269531250000 +0.114746093750 +-0.049804687500 +-0.021362304688 +0.004730224609 +0.068847656250 +0.124023437500 +0.122558593750 +-0.023071289062 +-0.095214843750 +-0.087402343750 +0.001930236816 +0.025390625000 +-0.073730468750 +0.021240234375 +-0.071289062500 +0.086425781250 +-0.062988281250 +0.075683593750 +-0.017456054688 +0.142578125000 +0.003768920898 +0.122558593750 +-0.035644531250 +-0.004333496094 +-0.009582519531 +-0.101562500000 +-0.020507812500 +-0.020019531250 +0.070800781250 +0.023193359375 +-0.029296875000 +-0.073730468750 +-0.059082031250 +-0.101074218750 +-0.106445312500 +-0.013977050781 +0.013305664062 +0.034667968750 +0.075195312500 +-0.055175781250 +0.019897460938 +-0.010559082031 +-0.111328125000 +-0.097656250000 +0.225585937500 +-0.069824218750 +-0.020751953125 +0.026123046875 +0.036865234375 +0.052490234375 +-0.009216308594 +0.011657714844 +-0.016357421875 +-0.091308593750 +0.082031250000 +-0.013977050781 +0.016845703125 +0.045898437500 +0.050292968750 +0.000381469727 +-0.131835937500 +0.089843750000 +0.081542968750 +-0.116699218750 +-0.112792968750 +0.090332031250 +-0.125976562500 +0.044921875000 +0.038574218750 +0.021240234375 +0.184570312500 +-0.088867187500 +0.008666992188 +0.012573242188 +0.102539062500 +0.056640625000 +-0.055175781250 +-0.102050781250 +0.221679687500 +0.025512695312 +-0.134765625000 +0.080078125000 +-0.089355468750 +0.015136718750 +-0.095214843750 +-0.076660156250 +-0.007934570312 +-0.058349609375 +-0.125976562500 +0.028320312500 +0.013122558594 +-0.031982421875 +-0.108398437500 +0.082031250000 +-0.083496093750 +0.104492187500 +-0.132812500000 +0.029663085938 +-0.154296875000 +-0.091308593750 +-0.038330078125 +-0.090820312500 +-0.015502929688 +0.014770507812 +0.041259765625 +-0.117187500000 +-0.032958984375 +-0.004913330078 +0.017333984375 +-0.131835937500 +0.126953125000 +0.049316406250 +0.073730468750 +0.011840820312 +-0.029418945312 +-0.081054687500 +-0.044433593750 +0.010925292969 +0.120605468750 +0.038330078125 +-0.003387451172 +0.074707031250 +-0.105957031250 +-0.046630859375 +-0.097167968750 +0.064941406250 +-0.074218750000 +0.074707031250 +-0.002593994141 +-0.052978515625 +0.147460937500 +0.177734375000 +0.064453125000 +0.079101562500 +-0.009399414062 +0.054931640625 +0.000141143799 +-0.034179687500 +0.186523437500 +0.081054687500 +0.028808593750 +0.043457031250 +0.023559570312 +-0.130859375000 +0.132812500000 +-0.156250000000 +0.139648437500 +0.145507812500 +-0.036132812500 +-0.145507812500 +0.010131835938 +-0.061279296875 +-0.053222656250 +-0.022949218750 +-0.056152343750 +-0.042236328125 +-0.074707031250 +-0.091308593750 +-0.086425781250 +-0.128906250000 +0.062988281250 +0.172851562500 +0.064453125000 +-0.180664062500 +0.113769531250 +-0.121093750000 +0.014953613281 +0.171875000000 +-0.193359375000 +-0.009521484375 +-0.008361816406 +0.204101562500 +-0.020751953125 +0.121093750000 +0.169921875000 +-0.042968750000 +-0.109375000000 +0.013183593750 +0.062255859375 +0.101562500000 +0.034423828125 +-0.094238281250 +-0.001655578613 +0.045410156250 +0.027465820312 +-0.189453125000 +0.103027343750 +0.037597656250 +0.005035400391 +-0.073242187500 +-0.083007812500 +-0.088867187500 +0.059326171875 +0.196289062500 +-0.125976562500 +-0.108886718750 +-0.092773437500 +-0.028808593750 +-0.106933593750 +-0.148437500000 +-0.103515625000 +-0.202148437500 +-0.069335937500 +-0.037109375000 +-0.084960937500 +0.010070800781 +-0.085449218750 +-0.033691406250 +-0.015441894531 +-0.008789062500 +-0.140625000000 +-0.056396484375 +-0.078125000000 +-0.094726562500 +-0.038330078125 +0.015014648438 +-0.014709472656 +0.114746093750 +-0.032714843750 +-0.003631591797 +-0.097656250000 +-0.017578125000 +0.031127929688 +-0.007629394531 +-0.027587890625 +-0.007476806641 +0.001754760742 +-0.058593750000 +0.143554687500 +-0.096679687500 +0.005737304688 +0.067382812500 +-0.188476562500 +0.013183593750 +0.019287109375 +-0.122070312500 +-0.010925292969 +-0.022705078125 +-0.178710937500 +-0.014648437500 +0.068847656250 +0.019531250000 +-0.092773437500 +-0.113281250000 +-0.053955078125 +-0.070312500000 +-0.024169921875 +0.035888671875 +-0.104980468750 +0.067382812500 +0.038330078125 +-0.122558593750 +-0.016967773438 +-0.057861328125 +0.005126953125 +0.031982421875 +-0.159179687500 +-0.043701171875 +-0.071777343750 +-0.000360488892 +0.113281250000 +0.088378906250 +0.115234375000 +-0.115722656250 +0.033203125000 +-0.036865234375 +0.071777343750 +-0.173828125000 +-0.045410156250 +0.056152343750 +-0.069824218750 +-0.176757812500 +0.052001953125 +-0.087402343750 +0.041259765625 +0.059570312500 +0.045410156250 +-0.003463745117 +-0.115234375000 +-0.042968750000 +-0.053222656250 +-0.002029418945 +0.010498046875 +-0.040771484375 +0.080566406250 +0.039550781250 +-0.101074218750 +0.090820312500 +0.025878906250 +0.133789062500 +-0.070800781250 +0.042724609375 +-0.060546875000 +0.076660156250 +0.007415771484 +0.091308593750 +-0.059082031250 +0.034423828125 +-0.050048828125 +0.016601562500 +0.082519531250 +0.008239746094 +0.057861328125 +0.037841796875 +-0.109863281250 +0.038574218750 +-0.166992187500 +-0.003707885742 +-0.121093750000 +-0.071777343750 +0.098632812500 +0.046630859375 +0.020996093750 +0.032714843750 +-0.013793945312 +-0.004943847656 +0.061035156250 +0.154296875000 +-0.025146484375 +0.029541015625 +-0.091796875000 +0.031738281250 +0.028198242188 +0.081542968750 +-0.056152343750 +-0.113769531250 +-0.292968750000 +-0.168945312500 +-0.083496093750 +-0.090820312500 +-0.055175781250 +0.088867187500 +-0.080078125000 +-0.078613281250 +0.053222656250 +0.077148437500 +-0.001617431641 +-0.009704589844 +0.041992187500 +0.011047363281 +-0.033447265625 +0.063964843750 +-0.067871093750 +0.010803222656 +-0.082031250000 +0.004089355469 +0.010559082031 +-0.085449218750 +-0.248046875000 +0.100097656250 +0.079101562500 +0.063476562500 +0.140625000000 +0.088378906250 +-0.040527343750 +-0.044921875000 +0.016479492188 +0.051757812500 +-0.094726562500 +-0.027099609375 +0.103515625000 +-0.059082031250 +-0.048583984375 +-0.064453125000 +-0.103027343750 +0.127929687500 +0.135742187500 +0.067871093750 +0.192382812500 +-0.032958984375 +-0.187500000000 +-0.014099121094 +0.139648437500 +0.017944335938 +-0.023071289062 +0.027709960938 +-0.057128906250 +-0.021362304688 +0.008789062500 +-0.053466796875 +0.070312500000 +0.035644531250 +-0.109863281250 +-0.158203125000 +0.109863281250 +0.028930664062 +0.039306640625 +-0.050292968750 +-0.138671875000 +0.018432617188 +-0.095214843750 +-0.007171630859 +0.048583984375 +-0.068359375000 +0.011169433594 +-0.035156250000 +-0.065429687500 +0.124023437500 +-0.082519531250 +-0.005584716797 +-0.012268066406 +-0.076660156250 +0.106445312500 +-0.006683349609 +-0.011657714844 +-0.052246093750 +-0.003494262695 +-0.039306640625 +-0.050048828125 +-0.047119140625 +-0.057617187500 +-0.029296875000 +0.190429687500 +-0.054443359375 +0.031005859375 +-0.070800781250 +0.025878906250 +-0.102050781250 +-0.033447265625 +0.049316406250 +0.033447265625 +0.123535156250 +0.036376953125 +0.050781250000 +-0.025146484375 +0.038330078125 +-0.130859375000 +-0.039306640625 +0.056884765625 +0.021484375000 +0.075195312500 +0.040283203125 +0.095214843750 +0.010375976562 +-0.071289062500 +0.038330078125 +0.228515625000 +-0.151367187500 +0.127929687500 +-0.056152343750 +0.104003906250 +-0.113281250000 +0.067871093750 +0.111328125000 +0.063476562500 +-0.022949218750 +0.045654296875 +-0.110839843750 +-0.051757812500 +-0.079589843750 +-0.049804687500 +-0.105468750000 +0.080566406250 +-0.061767578125 +0.071777343750 +-0.067871093750 +-0.040283203125 +-0.023315429688 +-0.141601562500 +0.087890625000 +-0.146484375000 +0.031982421875 +0.044677734375 +0.114257812500 +0.050048828125 +0.066406250000 +-0.088867187500 +-0.059570312500 +-0.066894531250 +-0.017578125000 +0.011474609375 +-0.060058593750 +-0.050781250000 +0.081542968750 +-0.152343750000 +0.111328125000 +0.025268554688 +-0.069824218750 +-0.093261718750 +-0.024658203125 +0.120117187500 +-0.072753906250 +-0.026367187500 +0.133789062500 +-0.023437500000 +0.037841796875 +-0.043701171875 +0.026489257812 +0.041992187500 +0.026489257812 +0.037109375000 +-0.027465820312 +-0.058837890625 +-0.014892578125 +-0.018920898438 +0.031738281250 +-0.057617187500 +0.030151367188 +-0.051757812500 +-0.033935546875 +0.164062500000 +0.024169921875 +0.064941406250 +0.026000976562 +0.069824218750 +0.036621093750 +0.069824218750 +-0.019287109375 +-0.036132812500 +0.162109375000 +0.115234375000 +-0.051513671875 +0.010009765625 +0.027343750000 +0.045166015625 +0.069335937500 +-0.135742187500 +-0.014831542969 +0.057861328125 +-0.092773437500 +0.062988281250 +-0.090820312500 +0.056152343750 +-0.038818359375 +-0.002578735352 +0.113769531250 +0.103515625000 +-0.017822265625 +-0.006591796875 +0.038085937500 +0.090820312500 +-0.118164062500 +0.013122558594 +0.009033203125 +-0.040527343750 +0.056884765625 +-0.064453125000 +-0.051757812500 +-0.149414062500 +-0.035888671875 +0.235351562500 +-0.027954101562 +-0.009155273438 +-0.018432617188 +0.000150680542 +0.093750000000 +0.008911132812 +-0.212890625000 +-0.054931640625 +-0.105957031250 +-0.046875000000 +0.016235351562 +0.113769531250 +0.085449218750 +-0.131835937500 +0.105468750000 +-0.098632812500 +0.052734375000 +0.008422851562 +0.005676269531 +0.119628906250 +-0.061767578125 +-0.048828125000 +-0.016113281250 +0.007446289062 +-0.018432617188 +0.061279296875 +0.008483886719 +0.065429687500 +-0.038574218750 +-0.072753906250 +0.026000976562 +0.083007812500 +0.070312500000 +0.052246093750 +0.005859375000 +-0.082031250000 +0.057617187500 +0.052734375000 +0.038574218750 +-0.072753906250 +-0.085937500000 +0.031738281250 +0.085937500000 +-0.062500000000 +-0.007354736328 +-0.005554199219 +0.002685546875 +-0.018554687500 +0.068847656250 +-0.032714843750 +0.165039062500 +-0.070312500000 +0.047119140625 +0.011901855469 +-0.008850097656 +-0.055908203125 +-0.086425781250 +-0.138671875000 +0.092285156250 +-0.074707031250 +-0.005676269531 +-0.062011718750 +0.045166015625 +-0.066406250000 +0.180664062500 +-0.038085937500 +-0.036376953125 +0.069335937500 +0.013610839844 +-0.153320312500 +0.022949218750 +-0.074707031250 +0.157226562500 +-0.077148437500 +-0.046386718750 +0.006896972656 +-0.037109375000 +0.027954101562 +-0.014404296875 +-0.040039062500 +-0.030883789062 +-0.043701171875 +-0.000724792480 +-0.056640625000 +0.018676757812 +0.158203125000 +-0.009155273438 +-0.177734375000 +0.075683593750 +0.060546875000 +-0.078125000000 +-0.092773437500 +0.012023925781 +-0.271484375000 +0.205078125000 +0.118164062500 +-0.221679687500 +-0.114257812500 +0.003723144531 +0.074218750000 +0.083984375000 +-0.061035156250 +-0.077636718750 +-0.147460937500 +-0.004547119141 +0.033447265625 +-0.105957031250 +0.020507812500 +0.084960937500 +-0.030761718750 +0.034912109375 +-0.021972656250 +-0.095214843750 +0.002258300781 +-0.049560546875 +0.203125000000 +0.016601562500 +-0.001586914062 +0.083496093750 +-0.092285156250 +-0.072265625000 +0.057617187500 +-0.062500000000 +0.095703125000 +-0.021850585938 +-0.083496093750 +-0.152343750000 +-0.111816406250 +-0.137695312500 +0.034667968750 +-0.134765625000 +-0.055664062500 +-0.092285156250 +-0.053955078125 +0.038085937500 +0.004577636719 +0.007934570312 +-0.104492187500 +0.192382812500 +0.040771484375 +0.030761718750 +0.090332031250 +-0.070800781250 +0.035156250000 +0.100097656250 +-0.087890625000 +0.043457031250 +0.036376953125 +-0.004119873047 +-0.094726562500 +-0.063476562500 +0.077636718750 +-0.009582519531 +-0.044677734375 +-0.181640625000 +-0.002578735352 +0.121093750000 +0.121093750000 +-0.088378906250 +0.091308593750 +-0.144531250000 +0.075683593750 +0.033691406250 +0.038085937500 +0.093261718750 +-0.114257812500 +0.173828125000 +0.030517578125 +0.051757812500 +0.194335937500 +-0.106933593750 +-0.067871093750 +-0.036865234375 +-0.094238281250 +0.071777343750 +-0.035644531250 +0.081542968750 +0.005340576172 +-0.105468750000 +0.077636718750 +-0.022460937500 +-0.070312500000 +-0.032470703125 +0.026245117188 +0.069335937500 +-0.094238281250 +-0.097656250000 +0.005096435547 +-0.098144531250 +0.021728515625 +0.025878906250 +-0.094726562500 +0.135742187500 +-0.038818359375 +0.094238281250 +-0.212890625000 +0.043457031250 +0.074707031250 +0.118652343750 +0.007415771484 +0.020507812500 +-0.153320312500 +0.124511718750 +-0.082519531250 +0.025390625000 +0.008239746094 +0.005218505859 +-0.047607421875 +-0.123046875000 +0.102539062500 +0.090820312500 +0.131835937500 +-0.014404296875 +0.083984375000 +0.042968750000 +-0.022216796875 +0.051513671875 +0.065429687500 +0.025024414062 +0.137695312500 +-0.006011962891 +0.158203125000 +-0.129882812500 +0.053955078125 +-0.040527343750 +-0.033935546875 +-0.058593750000 +0.134765625000 +-0.156250000000 +-0.005187988281 +0.097656250000 +0.065917968750 +0.019775390625 +-0.025634765625 +0.018066406250 +-0.071289062500 +-0.095703125000 +-0.036621093750 +-0.072265625000 +-0.166992187500 +-0.156250000000 +0.096679687500 +-0.093750000000 +-0.005523681641 +0.043945312500 +-0.015747070312 +0.073242187500 +0.027343750000 +-0.084472656250 +0.172851562500 +0.030029296875 +0.059814453125 +0.001571655273 +-0.018920898438 +-0.058837890625 +-0.022827148438 +-0.019165039062 +-0.110839843750 +0.080078125000 +-0.067871093750 +0.101562500000 +-0.273437500000 +0.030151367188 +-0.134765625000 +-0.076660156250 +0.113769531250 +-0.029541015625 +-0.083984375000 +0.036376953125 +-0.138671875000 +0.004089355469 +0.059082031250 +0.027709960938 +0.042480468750 +0.028198242188 +-0.063476562500 +0.059082031250 +-0.003494262695 +-0.158203125000 +0.019775390625 +0.017089843750 +0.122558593750 +-0.095214843750 +0.019653320312 +-0.120117187500 +-0.035156250000 +-0.004302978516 +0.123046875000 +-0.085937500000 +0.005645751953 +-0.182617187500 +-0.115722656250 +-0.041503906250 +0.009521484375 +0.112304687500 +0.002746582031 +0.057373046875 +-0.075683593750 +-0.010253906250 +0.036621093750 +0.064453125000 +-0.049316406250 +0.054443359375 +-0.055175781250 +0.057128906250 +-0.036376953125 +-0.011962890625 +0.089843750000 +0.004028320312 +-0.141601562500 +-0.017089843750 +0.028686523438 +0.009826660156 +0.115234375000 +0.012023925781 +-0.026977539062 +-0.018432617188 +-0.213867187500 +-0.080566406250 +0.039794921875 +0.070800781250 +0.138671875000 +-0.006866455078 +-0.021606445312 +-0.042724609375 +-0.012756347656 +-0.107421875000 +0.065429687500 +-0.007995605469 +-0.100585937500 +0.022338867188 +0.028564453125 +0.023803710938 +-0.004486083984 +-0.000991821289 +0.050292968750 +0.009094238281 +-0.062011718750 +0.030883789062 +-0.009948730469 +-0.064941406250 +0.000637054443 +-0.051269531250 +-0.012878417969 +0.123046875000 +-0.038085937500 +0.102050781250 +0.007385253906 +-0.135742187500 +0.118164062500 +0.004425048828 +0.034912109375 +-0.021362304688 +-0.023193359375 +-0.141601562500 +-0.026245117188 +-0.041748046875 +-0.011779785156 +0.077636718750 +-0.058349609375 +0.035400390625 +0.093261718750 +0.012023925781 +-0.037841796875 +-0.066894531250 +0.016723632812 +0.052246093750 +0.005371093750 +-0.047119140625 +0.032470703125 +-0.027465820312 +-0.016357421875 +-0.041992187500 +-0.094238281250 +0.048095703125 +-0.253906250000 +0.089843750000 +-0.031738281250 +0.048095703125 +-0.006164550781 +-0.069335937500 +0.018310546875 +-0.083007812500 +0.100585937500 +0.080078125000 +0.041992187500 +-0.005187988281 +-0.001472473145 +-0.074218750000 +-0.079589843750 +-0.088867187500 +0.109863281250 +0.007690429688 +0.000896453857 +0.026000976562 +-0.070800781250 +-0.060058593750 +-0.136718750000 +-0.073730468750 +-0.028198242188 +0.119628906250 +0.052246093750 +-0.177734375000 +-0.045898437500 +-0.075195312500 +-0.053955078125 +-0.019165039062 +-0.031494140625 +0.005371093750 +-0.087402343750 +-0.057373046875 +-0.094726562500 +-0.031982421875 +0.040039062500 +-0.089843750000 +-0.204101562500 +0.070312500000 +-0.109375000000 +0.078125000000 +-0.097167968750 +0.034423828125 +0.053222656250 +0.044433593750 +0.008972167969 +0.152343750000 +-0.109863281250 +-0.014770507812 +-0.062500000000 +-0.005432128906 +0.055175781250 +0.056884765625 +0.002670288086 +0.029541015625 +0.066406250000 +-0.034179687500 +-0.091796875000 +0.011413574219 +-0.066406250000 +-0.168945312500 +0.008056640625 +0.076660156250 +-0.184570312500 +-0.134765625000 +-0.198242187500 +0.004394531250 +-0.082519531250 +0.079101562500 +-0.047851562500 +-0.079101562500 +0.019897460938 +-0.013061523438 +-0.004211425781 +-0.047851562500 +-0.072265625000 +0.123535156250 +0.014099121094 +0.078125000000 +0.119628906250 +0.006988525391 +0.062500000000 +-0.096191406250 +-0.018798828125 +-0.052734375000 +-0.064941406250 +0.112792968750 +-0.074218750000 +0.082519531250 +-0.000360488892 +0.050537109375 +-0.060058593750 +0.151367187500 +0.024169921875 +-0.052001953125 +0.166992187500 +-0.080078125000 +0.062500000000 +-0.007812500000 +0.053955078125 +0.098144531250 +0.074707031250 +0.034912109375 +0.071289062500 +0.022338867188 +-0.106933593750 +-0.089843750000 +0.020141601562 +0.055908203125 +-0.039550781250 +0.043701171875 +-0.048095703125 +0.002960205078 +0.021850585938 +-0.075195312500 +0.026489257812 +0.063476562500 +-0.044433593750 +0.022949218750 +-0.039062500000 +0.055908203125 +0.002777099609 +-0.010375976562 +-0.091796875000 +0.030761718750 +0.054931640625 +0.143554687500 +0.013366699219 +0.094726562500 +0.171875000000 +-0.040283203125 +-0.013732910156 +0.051025390625 +-0.109863281250 +-0.013488769531 +0.014770507812 +-0.127929687500 +-0.101562500000 +0.073730468750 +-0.244140625000 +0.082519531250 +-0.057861328125 +0.106933593750 +0.083984375000 +0.125976562500 +-0.120117187500 +-0.026977539062 +-0.058105468750 +0.095214843750 +0.064453125000 +0.076660156250 +-0.017578125000 +0.014099121094 +-0.003326416016 +0.052978515625 +0.105957031250 +-0.149414062500 +-0.182617187500 +-0.063476562500 +0.116210937500 +0.058593750000 +0.007751464844 +-0.113281250000 +-0.014892578125 +0.169921875000 +0.007080078125 +-0.028686523438 +-0.110839843750 +-0.120605468750 +0.035888671875 +-0.035400390625 +0.121093750000 +0.066406250000 +-0.040527343750 +0.015747070312 +0.100097656250 +-0.009399414062 +-0.080566406250 +-0.019531250000 +0.038574218750 +-0.023681640625 +-0.039306640625 +0.001052856445 +0.015319824219 +-0.051269531250 +-0.104492187500 +0.095703125000 +-0.059326171875 +-0.028198242188 +0.079101562500 +-0.051269531250 +0.048828125000 +0.019409179688 +-0.032714843750 +0.068359375000 +0.018798828125 +0.004547119141 +-0.021362304688 +0.088867187500 +-0.063476562500 +-0.097656250000 +0.021240234375 +0.016723632812 +0.024658203125 +-0.115722656250 +-0.094238281250 +-0.038574218750 +-0.057861328125 +-0.223632812500 +-0.072265625000 +-0.000102043152 +-0.067382812500 +0.015869140625 +0.028076171875 +0.053222656250 +0.109375000000 +-0.021972656250 +0.111816406250 +-0.129882812500 +0.090332031250 +-0.120117187500 +-0.043457031250 +-0.126953125000 +-0.023315429688 +0.092285156250 +0.041259765625 +-0.169921875000 +-0.098144531250 +-0.044921875000 +0.083496093750 +0.013854980469 +-0.032958984375 +0.060058593750 +0.011962890625 +-0.009399414062 +-0.028320312500 +0.043945312500 +0.108398437500 +-0.058349609375 +-0.100097656250 +-0.039794921875 +0.191406250000 +0.038574218750 +-0.218750000000 +0.183593750000 +-0.068359375000 +-0.109863281250 +-0.069824218750 +-0.084472656250 +-0.033447265625 +0.023315429688 +-0.162109375000 +-0.106445312500 +-0.119628906250 +-0.089843750000 +-0.045410156250 +0.037353515625 +0.117675781250 +-0.027343750000 +-0.000514984131 +-0.067871093750 +-0.226562500000 +0.114257812500 +-0.102539062500 +-0.166015625000 +-0.000436782837 +-0.170898437500 +-0.062255859375 +-0.076171875000 +-0.168945312500 +0.005462646484 +0.052490234375 +-0.006103515625 +0.049072265625 +0.129882812500 +-0.021606445312 +0.121582031250 +-0.124023437500 +-0.000957489014 +-0.061523437500 +0.052490234375 +0.036621093750 +-0.185546875000 +-0.005859375000 +-0.107910156250 +-0.053466796875 +-0.007720947266 +0.108398437500 +-0.126953125000 +0.081054687500 +0.002136230469 +-0.138671875000 +-0.098144531250 +-0.057861328125 +-0.004760742188 +0.108398437500 +0.138671875000 +0.035156250000 +-0.009643554688 +0.041259765625 +-0.006103515625 +-0.051757812500 +0.057373046875 +-0.056396484375 +0.098632812500 +0.042968750000 +0.006683349609 +-0.055664062500 +-0.047851562500 +0.085937500000 +0.018554687500 +0.031494140625 +0.080566406250 +-0.096679687500 +0.014709472656 +-0.029785156250 +-0.029541015625 +-0.035156250000 +0.060302734375 +0.068847656250 +-0.051513671875 +-0.189453125000 +-0.118652343750 +0.039062500000 +-0.079589843750 +0.072265625000 +-0.100097656250 +0.010498046875 +0.148437500000 +-0.140625000000 +0.141601562500 +0.001686096191 +-0.022094726562 +0.040283203125 +0.074218750000 +0.092285156250 +0.008239746094 +-0.010070800781 +0.032226562500 +-0.021240234375 +-0.052734375000 +-0.028320312500 +-0.067871093750 +-0.104492187500 +0.036132812500 +0.220703125000 +-0.025512695312 +0.141601562500 +-0.008605957031 +-0.008300781250 +-0.012390136719 +0.104003906250 +0.065429687500 +0.003677368164 +0.170898437500 +0.013244628906 +0.014038085938 +-0.009582519531 +0.114257812500 +0.062255859375 +-0.042724609375 +-0.088867187500 +0.001411437988 +0.085937500000 +-0.029052734375 +-0.049316406250 +0.062988281250 +-0.168945312500 +-0.142578125000 +0.108398437500 +0.053710937500 +-0.088867187500 +-0.093261718750 +-0.149414062500 +-0.068359375000 +-0.170898437500 +0.186523437500 +0.160156250000 +-0.056640625000 +-0.148437500000 +0.038330078125 +0.005249023438 +-0.088378906250 +-0.094238281250 +0.038085937500 +-0.068359375000 +-0.040039062500 +-0.077636718750 +-0.084960937500 +-0.010681152344 +0.076171875000 +0.030395507812 +0.081054687500 +0.057617187500 +-0.123046875000 +-0.030395507812 +-0.011535644531 +-0.004852294922 +0.091308593750 +0.017822265625 +0.045898437500 +-0.106445312500 +0.002960205078 +-0.132812500000 +-0.044189453125 +-0.032958984375 +0.090820312500 +-0.056884765625 +0.079101562500 +0.005401611328 +0.012573242188 +-0.106445312500 +-0.015869140625 +-0.055664062500 +0.035156250000 +-0.035400390625 +0.015869140625 +0.075195312500 +0.023803710938 +0.098144531250 +-0.054931640625 +0.050781250000 +-0.006622314453 +0.030029296875 +0.021362304688 +-0.007019042969 +-0.057861328125 +-0.123046875000 +-0.030395507812 +-0.042724609375 +-0.116210937500 +-0.134765625000 +-0.141601562500 +-0.001380920410 +0.059326171875 +0.087890625000 +0.040283203125 +0.082031250000 +-0.335937500000 +0.088378906250 +0.118652343750 +-0.076171875000 +0.147460937500 +0.049804687500 +-0.069824218750 +0.036376953125 +-0.131835937500 +-0.093261718750 +0.026367187500 +0.029907226562 +-0.087402343750 +0.109375000000 +0.061279296875 +-0.073730468750 +-0.234375000000 +-0.145507812500 +-0.129882812500 +-0.061767578125 +-0.131835937500 +-0.137695312500 +0.004302978516 +0.057373046875 +-0.018432617188 +0.013732910156 +0.075683593750 +0.025634765625 +-0.062500000000 +0.156250000000 +-0.127929687500 +0.003616333008 +0.069824218750 +0.038574218750 +-0.065429687500 +0.038085937500 +0.084960937500 +-0.185546875000 +0.037597656250 +-0.064453125000 +-0.120605468750 +0.023071289062 +-0.048339843750 +-0.056396484375 +0.005645751953 +0.042236328125 +-0.194335937500 +0.030151367188 +-0.081542968750 +-0.117675781250 +-0.013977050781 +0.008789062500 +0.046386718750 +-0.063476562500 +-0.012817382812 +-0.135742187500 +-0.051269531250 +0.044921875000 +0.191406250000 +-0.132812500000 +-0.040283203125 +0.082519531250 +-0.001472473145 +-0.061035156250 +0.052001953125 +-0.023925781250 +-0.296875000000 +-0.217773437500 +0.023925781250 +0.040771484375 +-0.062255859375 +-0.122558593750 +-0.244140625000 +0.070312500000 +-0.035888671875 +0.090820312500 +-0.051025390625 +0.021606445312 +0.137695312500 +0.096679687500 +-0.004333496094 +0.120117187500 +0.154296875000 +0.094238281250 +-0.101562500000 +-0.043212890625 +0.022705078125 +0.047363281250 +-0.049316406250 +-0.037597656250 +-0.180664062500 +-0.017700195312 +0.002426147461 +0.046630859375 +-0.082519531250 +-0.024169921875 +-0.070800781250 +-0.162109375000 +-0.177734375000 +0.024780273438 +0.032470703125 +-0.085449218750 +0.052490234375 +0.050048828125 +0.036376953125 +0.066894531250 +0.015502929688 +0.141601562500 +0.026611328125 +0.022827148438 +-0.021606445312 +-0.067382812500 +0.113769531250 +0.071289062500 +-0.154296875000 +-0.047607421875 +0.037841796875 +-0.078125000000 +0.188476562500 +-0.036621093750 +-0.030151367188 +-0.013610839844 +-0.221679687500 +-0.010498046875 +0.000486373901 +0.078613281250 +0.022094726562 +-0.000617980957 +0.123046875000 +0.002426147461 +0.055175781250 +-0.176757812500 +-0.040771484375 +-0.015625000000 +-0.030761718750 +-0.140625000000 +-0.008911132812 +0.042480468750 +0.176757812500 +-0.014221191406 +-0.056640625000 +0.028686523438 +-0.034912109375 +-0.096191406250 +-0.092285156250 +0.069824218750 +0.034179687500 +0.062988281250 +-0.027832031250 +0.089843750000 +-0.051025390625 +0.051513671875 +0.006408691406 +0.037597656250 +0.003402709961 +-0.084960937500 +0.072265625000 +0.020263671875 +0.053955078125 +-0.063964843750 +0.006530761719 +0.097656250000 +0.011657714844 +-0.019775390625 +-0.032958984375 +0.007568359375 +-0.059814453125 +-0.151367187500 +-0.035644531250 +0.129882812500 +0.176757812500 +0.038818359375 +0.043457031250 +-0.017822265625 +-0.059814453125 +0.105957031250 +-0.033935546875 +0.132812500000 +0.007324218750 +-0.019042968750 +-0.040283203125 +-0.113281250000 +-0.153320312500 +-0.090332031250 +-0.016723632812 +0.108886718750 +-0.038330078125 +0.003677368164 +0.036865234375 +0.058349609375 +-0.008728027344 +-0.060058593750 +0.068359375000 +0.174804687500 +-0.033691406250 +0.040283203125 +0.144531250000 +0.160156250000 +0.080078125000 +0.070312500000 +-0.016967773438 +-0.002136230469 +0.081542968750 +-0.133789062500 +0.032470703125 +-0.065917968750 +0.049560546875 +0.021484375000 +-0.099609375000 +-0.001274108887 +-0.025390625000 +0.062988281250 +0.016235351562 +-0.017944335938 +0.065429687500 +-0.010192871094 +-0.031982421875 +0.077636718750 +0.090820312500 +0.026123046875 +0.086914062500 +-0.017089843750 +0.039306640625 +-0.028198242188 +-0.011779785156 +-0.109863281250 +0.008850097656 +-0.011169433594 +0.075683593750 +-0.041503906250 +0.232421875000 +-0.023071289062 +-0.214843750000 +0.004333496094 +-0.113769531250 +0.205078125000 +-0.002929687500 +-0.021606445312 +0.012023925781 +0.052734375000 +0.059326171875 +0.048583984375 +-0.027465820312 +-0.117675781250 +0.083984375000 +-0.109863281250 +-0.103515625000 +0.104980468750 +0.078125000000 +0.081054687500 +-0.020141601562 +0.048339843750 +-0.096679687500 +0.110839843750 +0.132812500000 +0.055908203125 +0.002182006836 +-0.045654296875 +0.031738281250 +-0.074218750000 +-0.036132812500 +0.030639648438 +0.020996093750 +0.023925781250 +0.028442382812 +-0.081542968750 +0.035400390625 +-0.067382812500 +0.014648437500 +0.098632812500 +0.013061523438 +-0.281250000000 +0.018920898438 +-0.065429687500 +-0.171875000000 +-0.042480468750 +-0.021362304688 +-0.085937500000 +-0.065429687500 +-0.020874023438 +0.022094726562 +0.004821777344 +0.031494140625 +0.010742187500 +-0.269531250000 +0.023193359375 +0.015747070312 +-0.181640625000 +-0.064453125000 +0.167968750000 +0.094726562500 +0.027465820312 +-0.005004882812 +-0.187500000000 +-0.040771484375 +-0.005798339844 +0.143554687500 +0.116699218750 +0.062500000000 +0.075683593750 +0.053466796875 +0.031494140625 +-0.060546875000 +-0.035400390625 +0.029785156250 +-0.034912109375 +-0.027954101562 +0.006835937500 +0.073730468750 +0.074218750000 +-0.093750000000 +0.124023437500 +0.055175781250 +0.049316406250 +0.040039062500 +0.120605468750 +-0.029418945312 +0.196289062500 +-0.047607421875 +0.072753906250 +-0.132812500000 +-0.109375000000 +-0.084960937500 +-0.187500000000 +-0.072753906250 +0.055664062500 +0.095214843750 +0.132812500000 +-0.081542968750 +0.044189453125 +-0.173828125000 +-0.052734375000 +-0.043945312500 +-0.074218750000 +-0.145507812500 +-0.091796875000 +-0.021118164062 +-0.054199218750 +0.064453125000 +-0.050292968750 +0.016357421875 +-0.038330078125 +-0.047607421875 +-0.051269531250 +-0.132812500000 +0.059082031250 +-0.108398437500 +0.064941406250 +0.119140625000 +0.100097656250 +0.089355468750 +0.051025390625 +0.027832031250 +0.033691406250 +-0.030029296875 +-0.235351562500 +-0.036865234375 +-0.075195312500 +0.002502441406 +0.163085937500 +0.045410156250 +0.076660156250 +-0.061279296875 +0.047851562500 +0.087402343750 +0.085937500000 +0.019531250000 +-0.045410156250 +0.001029968262 +0.061279296875 +0.005096435547 +0.140625000000 +0.067382812500 +0.031738281250 +-0.040039062500 +-0.056152343750 +0.017333984375 +-0.030151367188 +-0.103515625000 +-0.081054687500 +0.088378906250 +0.057128906250 +0.041015625000 +-0.107421875000 +0.039794921875 +0.115234375000 +0.088378906250 +-0.242187500000 +-0.030883789062 +0.025390625000 +-0.040527343750 +-0.090820312500 +-0.048339843750 +-0.091308593750 +-0.092773437500 +0.061767578125 +-0.052490234375 +0.034912109375 +-0.186523437500 +-0.222656250000 +0.104003906250 +-0.011535644531 +-0.035888671875 +0.032470703125 +-0.018188476562 +-0.134765625000 +0.118164062500 +-0.081054687500 +0.016845703125 +0.071289062500 +-0.067382812500 +0.042236328125 +0.068847656250 +0.121582031250 +0.008300781250 +-0.008178710938 +-0.077636718750 +0.000911712646 +0.070800781250 +-0.165039062500 +0.028564453125 +-0.048339843750 +0.028930664062 +-0.122070312500 +0.046630859375 +0.027587890625 +-0.013610839844 +0.005279541016 +-0.039062500000 +-0.020996093750 +0.005310058594 +-0.157226562500 +0.031982421875 +0.129882812500 +-0.026977539062 +-0.037841796875 +-0.034912109375 +0.030395507812 +-0.044189453125 +0.053710937500 +-0.014465332031 +0.008605957031 +0.084960937500 +-0.059570312500 +0.053955078125 +-0.071777343750 +0.035888671875 +-0.143554687500 +-0.074218750000 +0.061523437500 +-0.067382812500 +-0.029541015625 +-0.067871093750 +0.124023437500 +-0.122558593750 +0.141601562500 +-0.045654296875 +0.016967773438 +0.007019042969 +-0.072265625000 +-0.068359375000 +-0.016967773438 +-0.022705078125 +-0.134765625000 +0.031982421875 +-0.027343750000 +0.121582031250 +-0.101562500000 +-0.061279296875 +-0.129882812500 +-0.145507812500 +-0.035888671875 +-0.036132812500 +-0.048583984375 +-0.138671875000 +0.027221679688 +-0.086425781250 +-0.052001953125 +-0.065917968750 +0.177734375000 +-0.089355468750 +0.016723632812 +-0.111816406250 +0.012817382812 +0.058837890625 +-0.046630859375 +0.121093750000 +0.091796875000 +0.087890625000 +-0.025024414062 +-0.128906250000 +0.075683593750 +0.018676757812 +0.014221191406 +0.160156250000 +-0.096679687500 +0.021728515625 +0.197265625000 +0.003906250000 +0.016357421875 +0.079589843750 +-0.039306640625 +0.026977539062 +0.045166015625 +0.059082031250 +-0.140625000000 +-0.249023437500 +0.057373046875 +-0.057128906250 +-0.046386718750 +0.125976562500 +0.109375000000 +0.113281250000 +0.011169433594 +0.108886718750 +0.110839843750 +-0.036132812500 +0.127929687500 +0.007873535156 +-0.031005859375 +-0.048583984375 +-0.011230468750 +-0.101074218750 +-0.130859375000 +-0.052490234375 +-0.053222656250 +0.004394531250 +-0.022827148438 +-0.002090454102 +0.049072265625 +0.116210937500 +-0.007781982422 +0.054199218750 +0.055419921875 +0.053466796875 +0.019897460938 +-0.052978515625 +-0.202148437500 +0.018188476562 +0.099121093750 +-0.019897460938 +-0.061767578125 +0.014465332031 +-0.008972167969 +0.230468750000 +-0.098632812500 +-0.126953125000 +-0.019165039062 +0.041503906250 +0.065429687500 +-0.036376953125 +0.020019531250 +0.043945312500 +0.072265625000 +-0.019165039062 +-0.004089355469 +0.010864257812 +-0.016845703125 +-0.141601562500 +0.102050781250 +0.026123046875 +-0.015197753906 +-0.029663085938 +-0.058593750000 +0.024047851562 +-0.094726562500 +-0.069335937500 +-0.048095703125 +-0.119628906250 +-0.108398437500 +0.057373046875 +-0.055419921875 +0.005187988281 +0.015991210938 +0.012817382812 +-0.057617187500 +-0.030029296875 +-0.083984375000 +0.049072265625 +-0.159179687500 +0.001037597656 +-0.114257812500 +-0.112792968750 +0.030761718750 +0.046875000000 +-0.061523437500 +-0.058593750000 +0.022460937500 +0.089843750000 +0.025756835938 +-0.071777343750 +-0.024780273438 +0.080566406250 +-0.103515625000 +-0.193359375000 +0.024780273438 +0.062255859375 +0.050537109375 +0.004669189453 +0.068359375000 +-0.071289062500 +-0.135742187500 +-0.064941406250 +-0.009338378906 +-0.016235351562 +-0.011230468750 +-0.034423828125 +-0.072265625000 +0.038574218750 +0.039794921875 +0.003219604492 +-0.188476562500 +-0.035644531250 +-0.083496093750 +-0.058837890625 +0.111816406250 +-0.043212890625 +-0.020263671875 +0.120117187500 +-0.079101562500 +-0.051513671875 +-0.142578125000 +0.187500000000 +0.061767578125 +0.001533508301 +-0.048095703125 +-0.056152343750 +-0.066406250000 +-0.041259765625 +-0.029174804688 +-0.094726562500 +0.010620117188 +0.007934570312 +-0.108398437500 +-0.028564453125 +0.036132812500 +0.177734375000 +0.103027343750 +-0.111328125000 +-0.007324218750 +-0.147460937500 +0.035644531250 +-0.175781250000 +-0.015869140625 +0.104003906250 +0.083496093750 +0.055175781250 +0.049316406250 +0.031250000000 +0.048095703125 +0.020751953125 +-0.106933593750 +0.028198242188 +0.031494140625 +0.032958984375 +0.162109375000 +-0.060546875000 +0.267578125000 +0.060058593750 +-0.042236328125 +-0.074707031250 +0.055908203125 +0.001113891602 +0.125976562500 +-0.073730468750 +-0.004394531250 +0.033447265625 +-0.049316406250 +0.066894531250 +-0.098632812500 +0.115234375000 +0.026855468750 +-0.096679687500 +-0.070800781250 +-0.012451171875 +0.084472656250 +-0.061767578125 +0.042724609375 +0.009216308594 +0.010375976562 +-0.158203125000 +-0.013854980469 +0.053710937500 +0.003936767578 +0.165039062500 +-0.132812500000 +0.041259765625 +0.045410156250 +-0.076660156250 +0.050292968750 +-0.070312500000 +0.013244628906 +-0.088378906250 +-0.088378906250 +-0.057128906250 +0.065917968750 +0.038330078125 +0.032958984375 +-0.122070312500 +0.080078125000 +0.051513671875 +0.014282226562 +-0.070800781250 +-0.152343750000 +-0.011657714844 +-0.134765625000 +0.082519531250 +-0.125000000000 +0.000724792480 +0.192382812500 +0.104492187500 +0.137695312500 +-0.057617187500 +0.013671875000 +0.009216308594 +-0.061767578125 +0.031127929688 +0.046142578125 +0.106933593750 +0.064941406250 +0.115234375000 +-0.055175781250 +0.042724609375 +0.031250000000 +0.047851562500 +0.005584716797 +0.074218750000 +-0.060791015625 +-0.063476562500 +0.158203125000 +-0.054199218750 +-0.035644531250 +-0.093261718750 +-0.009887695312 +-0.009338378906 +-0.020629882812 +-0.267578125000 +0.047119140625 +-0.054687500000 +-0.040771484375 +0.012023925781 +0.014892578125 +0.010498046875 +-0.000129699707 +-0.008972167969 +0.064941406250 +0.058593750000 +-0.041503906250 +-0.017578125000 +0.007324218750 +-0.054687500000 +-0.045166015625 +0.010314941406 +-0.040771484375 +0.032714843750 +-0.075683593750 +-0.074707031250 +-0.018188476562 +0.070800781250 +0.017211914062 +0.110351562500 +0.125976562500 +-0.016723632812 +0.098144531250 +-0.137695312500 +0.025512695312 +0.095703125000 +0.067382812500 +-0.166992187500 +0.085937500000 +0.032226562500 +-0.175781250000 +0.027832031250 +-0.082519531250 +0.098632812500 +-0.011718750000 +-0.174804687500 +0.042724609375 +-0.018554687500 +0.019775390625 +0.008422851562 +0.065429687500 +-0.051513671875 +-0.096679687500 +0.121093750000 +0.018676757812 +0.035156250000 +-0.166015625000 +0.080566406250 +0.123046875000 +0.051757812500 +0.098632812500 +-0.064453125000 +-0.006683349609 +-0.155273437500 +0.056884765625 +-0.073242187500 +0.097167968750 +0.086425781250 +0.111328125000 +0.031005859375 +-0.054199218750 +0.128906250000 +0.022705078125 +0.013427734375 +0.003890991211 +0.018066406250 +-0.019287109375 +-0.011718750000 +-0.124023437500 +0.058105468750 +0.052978515625 +0.032226562500 +-0.027587890625 +-0.042236328125 +0.045898437500 +-0.051025390625 +0.102539062500 +0.006011962891 +-0.130859375000 +-0.071289062500 +-0.020263671875 +-0.057373046875 +0.041503906250 +-0.121093750000 +0.117675781250 +-0.003509521484 +-0.000263214111 +0.086425781250 +-0.071777343750 +-0.275390625000 +0.018432617188 +-0.009216308594 +-0.037597656250 +-0.134765625000 +-0.101562500000 +-0.104492187500 +-0.036132812500 +0.117187500000 +0.030151367188 +0.038330078125 +-0.090820312500 +-0.070800781250 +0.023071289062 +0.052246093750 +-0.041259765625 +0.049804687500 +-0.114257812500 +-0.060302734375 +0.011474609375 +0.041748046875 +-0.088867187500 +-0.015197753906 +0.037109375000 +-0.083007812500 +-0.098632812500 +-0.001266479492 +0.164062500000 +-0.007446289062 +0.040527343750 +0.056884765625 +-0.081542968750 +0.083496093750 +-0.101074218750 +-0.102539062500 +0.143554687500 +0.003524780273 +0.062255859375 +-0.003219604492 +-0.033691406250 +-0.087890625000 +-0.083496093750 +0.086425781250 +-0.023559570312 +-0.019897460938 +0.053222656250 +-0.039550781250 +-0.009216308594 +-0.065917968750 +0.104003906250 +0.020385742188 +0.098144531250 +-0.035400390625 +-0.081542968750 +0.019409179688 +0.019409179688 +-0.123046875000 +-0.041992187500 +0.202148437500 +-0.014404296875 +-0.003967285156 +0.008483886719 +-0.231445312500 +0.159179687500 +-0.185546875000 +0.061279296875 +0.032470703125 +-0.065917968750 +-0.045410156250 +0.000789642334 +0.064453125000 +0.051025390625 +0.002059936523 +-0.171875000000 +-0.077148437500 +0.016113281250 +-0.008544921875 +-0.179687500000 +0.031494140625 +-0.161132812500 +0.116210937500 +-0.209960937500 +0.034912109375 +0.173828125000 +0.104980468750 +0.194335937500 +0.026733398438 +0.041748046875 +-0.158203125000 +-0.100585937500 +0.109375000000 +-0.047119140625 +-0.036132812500 +-0.018798828125 +0.117675781250 +-0.057617187500 +0.006958007812 +0.127929687500 +0.075683593750 +-0.001258850098 +-0.049560546875 +0.078613281250 +0.031982421875 +-0.072265625000 +-0.071289062500 +-0.130859375000 +-0.010986328125 +0.057861328125 +-0.115722656250 +0.098632812500 +0.044677734375 +0.116210937500 +-0.048828125000 +0.079589843750 +0.108398437500 +0.032958984375 +-0.098144531250 +-0.078125000000 +-0.026611328125 +0.070312500000 +-0.027221679688 +0.079101562500 +0.054199218750 +-0.090820312500 +0.110839843750 +-0.038818359375 +-0.034179687500 +-0.046386718750 +0.015197753906 +-0.094238281250 +0.076171875000 +-0.132812500000 +-0.208007812500 +0.008300781250 +0.090820312500 +0.056396484375 +-0.011413574219 +0.045654296875 +0.074707031250 +-0.022094726562 +0.008056640625 +-0.090820312500 +0.015441894531 +0.036621093750 +0.120605468750 +-0.081054687500 +0.013732910156 +0.101074218750 +0.081542968750 +-0.081542968750 +-0.127929687500 +0.021484375000 +0.015380859375 +0.055419921875 +0.083007812500 +0.068847656250 +-0.023437500000 +-0.081542968750 +0.005859375000 +-0.139648437500 +-0.106445312500 +-0.050781250000 +0.012512207031 +-0.002197265625 +-0.051513671875 +-0.059326171875 +0.030273437500 +-0.032958984375 +-0.114746093750 +0.061767578125 +-0.104492187500 +0.074218750000 +-0.092773437500 +0.048828125000 +-0.005035400391 +-0.072265625000 +-0.078125000000 +-0.045654296875 +0.071289062500 +-0.148437500000 +-0.018432617188 +-0.045410156250 +-0.147460937500 +0.002975463867 +0.074218750000 +-0.181640625000 +-0.013122558594 +0.070800781250 +-0.178710937500 +0.018798828125 +-0.041992187500 +0.089843750000 +-0.039794921875 +-0.127929687500 +-0.050781250000 +0.128906250000 +0.143554687500 +-0.096679687500 +0.053466796875 +0.109375000000 +-0.119140625000 +-0.010559082031 +-0.010131835938 +-0.054931640625 +-0.023071289062 +-0.222656250000 +0.024902343750 +0.212890625000 +0.001266479492 +0.074707031250 +0.027343750000 +-0.146484375000 +-0.126953125000 +-0.154296875000 +-0.008605957031 +-0.006805419922 +-0.113281250000 +0.034912109375 +-0.188476562500 +-0.031127929688 +0.067382812500 +0.014953613281 +0.050781250000 +0.017211914062 +0.073242187500 +0.108398437500 +0.017333984375 +-0.208007812500 +0.046630859375 +-0.032470703125 +-0.007537841797 +-0.103027343750 +0.091308593750 +0.079101562500 +0.172851562500 +0.044921875000 +0.108398437500 +0.163085937500 +0.014465332031 +-0.139648437500 +0.029907226562 +-0.171875000000 +-0.009521484375 +-0.042724609375 +-0.054931640625 +-0.100585937500 +-0.077636718750 +0.054443359375 +-0.072265625000 +-0.125976562500 +-0.011291503906 +-0.107910156250 +0.050292968750 +-0.005981445312 +0.144531250000 +-0.062255859375 +-0.152343750000 +0.100585937500 +0.105468750000 +0.042968750000 +-0.255859375000 +0.094726562500 +-0.078125000000 +0.026733398438 +0.067871093750 +0.090332031250 +-0.090332031250 +-0.050781250000 +-0.117675781250 +-0.004791259766 +-0.061523437500 +0.099121093750 +-0.072265625000 +-0.047119140625 +-0.008972167969 +0.020385742188 +-0.172851562500 +-0.040283203125 +0.014343261719 +0.003784179688 +-0.144531250000 +-0.257812500000 +0.050781250000 +0.001441955566 +-0.079101562500 +0.125000000000 +0.076171875000 +-0.037597656250 +0.200195312500 +0.066894531250 +-0.054443359375 +-0.110839843750 +-0.106933593750 +0.098144531250 +0.038574218750 +-0.006439208984 +0.042724609375 +0.041015625000 +0.014404296875 +0.057861328125 +-0.006072998047 +-0.016601562500 +-0.062988281250 +0.017456054688 +0.046142578125 +-0.093750000000 +0.117187500000 +0.123046875000 +-0.125976562500 +-0.109375000000 +-0.124023437500 +0.013305664062 +0.117675781250 +-0.082519531250 +-0.043212890625 +-0.170898437500 +0.007934570312 +0.036132812500 +0.067871093750 +0.029541015625 +0.086914062500 +-0.045654296875 +0.006896972656 +0.056152343750 +-0.128906250000 +-0.047607421875 +-0.056152343750 +-0.029296875000 +-0.062255859375 +0.053955078125 +-0.011962890625 +0.058837890625 +-0.000892639160 +0.025634765625 +-0.012939453125 +-0.039062500000 +-0.035888671875 +0.027954101562 +0.090820312500 +0.012634277344 +0.049560546875 +0.017456054688 +0.161132812500 +0.156250000000 +0.084960937500 +-0.035888671875 +0.091796875000 +-0.071777343750 +0.110839843750 +0.033447265625 +-0.025878906250 +-0.063964843750 +-0.101074218750 +0.104980468750 +-0.017578125000 +0.063476562500 +-0.086914062500 +-0.063476562500 +-0.004364013672 +0.103515625000 +0.013244628906 +0.078613281250 +-0.011474609375 +-0.080078125000 +0.001632690430 +0.083007812500 +-0.019287109375 +0.038085937500 +0.059570312500 +0.033691406250 +-0.085937500000 +0.015380859375 +0.055419921875 +-0.026611328125 +-0.047607421875 +-0.059326171875 +0.018798828125 +-0.147460937500 +0.014831542969 +0.035644531250 +0.000212669373 +0.100585937500 +-0.030395507812 +0.031738281250 +-0.041748046875 +0.010009765625 +0.191406250000 +0.048339843750 +-0.212890625000 +0.047851562500 +0.043212890625 +-0.005004882812 +0.021606445312 +-0.046875000000 +0.045898437500 +-0.063964843750 +0.098632812500 +-0.007354736328 +0.086914062500 +-0.130859375000 +0.154296875000 +-0.024902343750 +-0.087402343750 +0.142578125000 +-0.029541015625 +0.007415771484 +0.037353515625 +0.082031250000 +-0.017089843750 +-0.058837890625 +-0.064941406250 +-0.061523437500 +-0.146484375000 +0.116699218750 +0.176757812500 +-0.014038085938 +0.000740051270 +-0.058837890625 +-0.049560546875 +0.053222656250 +0.091308593750 +0.043945312500 +0.087402343750 +-0.026977539062 +-0.046142578125 +-0.120117187500 +0.004791259766 +0.028076171875 +-0.029174804688 +-0.007934570312 +0.053222656250 +0.084960937500 +0.026489257812 +0.077148437500 +-0.030273437500 +-0.008789062500 +-0.061523437500 +0.006134033203 +0.057128906250 +0.072265625000 +0.127929687500 +0.027832031250 +0.007141113281 +-0.037597656250 +0.050048828125 +-0.125000000000 +0.030517578125 +0.038330078125 +-0.014770507812 +0.061523437500 +-0.035644531250 +0.099609375000 +-0.061523437500 +0.068847656250 +-0.033935546875 +-0.069335937500 +0.149414062500 +0.083007812500 +0.099121093750 +-0.042480468750 +-0.068847656250 +-0.096191406250 +-0.013183593750 +-0.068359375000 +-0.071289062500 +-0.064453125000 +0.065917968750 +0.040771484375 +-0.045166015625 +-0.046142578125 +0.087402343750 +0.020507812500 +-0.092773437500 +0.017578125000 +-0.003082275391 +-0.072265625000 +0.078613281250 +0.083496093750 +-0.000770568848 +0.065429687500 +-0.061035156250 +-0.065917968750 +-0.012451171875 +-0.107421875000 +0.059326171875 +0.063964843750 +0.026489257812 +0.024169921875 +-0.003768920898 +0.108886718750 +-0.082519531250 +-0.083496093750 +-0.028198242188 +0.019165039062 +-0.055419921875 +0.007293701172 +-0.057373046875 +0.028442382812 +-0.073730468750 +-0.203125000000 +-0.065429687500 +0.026489257812 +-0.051513671875 +0.016845703125 +-0.006103515625 +-0.030151367188 +0.046630859375 +-0.031982421875 +0.031250000000 +0.168945312500 +0.075195312500 +-0.215820312500 +0.041503906250 +0.024536132812 +-0.021240234375 +0.032714843750 +-0.103027343750 +0.164062500000 +0.066406250000 +-0.101562500000 +-0.024658203125 +0.049804687500 +0.034912109375 +0.000762939453 +-0.068847656250 +-0.025756835938 +-0.034667968750 +-0.032958984375 +0.134765625000 +0.137695312500 +-0.044921875000 +0.057373046875 +-0.179687500000 +0.095703125000 +0.031494140625 +-0.028198242188 +-0.121093750000 +0.097656250000 +-0.058837890625 +-0.093261718750 +-0.019409179688 +0.121093750000 +0.005035400391 +-0.039794921875 +0.168945312500 +-0.056396484375 +0.057617187500 +0.044921875000 +-0.123046875000 +-0.128906250000 +-0.012329101562 +0.035644531250 +-0.104003906250 +0.081542968750 +-0.111816406250 +-0.103515625000 +-0.012817382812 +-0.025756835938 +0.008911132812 +0.147460937500 +0.091796875000 +-0.193359375000 +0.079589843750 +-0.126953125000 +0.030273437500 +0.110351562500 +-0.103515625000 +-0.105957031250 +-0.060302734375 +-0.016479492188 +0.078613281250 +0.113769531250 +0.097167968750 +0.025146484375 +-0.053710937500 +0.015563964844 +0.064941406250 +-0.106933593750 +-0.208007812500 +-0.024902343750 +-0.002136230469 +0.084472656250 +-0.064453125000 +0.040527343750 +0.042236328125 +-0.121093750000 +0.002166748047 +-0.035400390625 +-0.002029418945 +0.111328125000 +0.074218750000 +-0.003997802734 +0.034912109375 +0.110839843750 +-0.034912109375 +-0.003936767578 +0.042724609375 +-0.070312500000 +-0.156250000000 +0.002075195312 +0.189453125000 +-0.032714843750 +-0.141601562500 +-0.013183593750 +0.012023925781 +0.094726562500 +-0.082031250000 +0.060546875000 +0.158203125000 +-0.017944335938 +-0.022216796875 +-0.049316406250 +-0.138671875000 +-0.068359375000 +-0.014282226562 +-0.182617187500 +0.033203125000 +0.062988281250 +-0.062988281250 +0.039306640625 +0.039550781250 +0.057128906250 +-0.090332031250 +-0.132812500000 +0.052001953125 +0.018310546875 +0.078613281250 +-0.040283203125 +0.036621093750 +-0.116699218750 +-0.113281250000 +0.011047363281 +0.072265625000 +0.052978515625 +-0.099121093750 +-0.038330078125 +-0.161132812500 +0.033935546875 +-0.030761718750 +0.049072265625 +-0.025268554688 +-0.027954101562 +-0.023193359375 +-0.042724609375 +0.097167968750 +-0.059570312500 +0.040039062500 +-0.105957031250 +-0.050537109375 +0.072753906250 +0.011169433594 +-0.045410156250 +0.054687500000 +0.095214843750 +0.027832031250 +-0.149414062500 +-0.031982421875 +0.005310058594 +0.085937500000 +0.102539062500 +-0.086425781250 +-0.002487182617 +-0.064453125000 +-0.153320312500 +0.001312255859 +-0.007995605469 +-0.061035156250 +0.086425781250 +0.055175781250 +0.065429687500 +-0.069335937500 +0.009704589844 +-0.197265625000 +-0.034667968750 +0.028442382812 +-0.203125000000 +0.025634765625 +0.074707031250 +0.071289062500 +-0.041992187500 +-0.101562500000 +0.125976562500 +-0.108886718750 +-0.101562500000 +0.038818359375 +-0.034667968750 +-0.078613281250 +-0.084472656250 +-0.020385742188 +0.008300781250 +0.058105468750 +0.062988281250 +-0.062988281250 +-0.008483886719 +-0.034179687500 +-0.026123046875 +0.084472656250 +-0.178710937500 +-0.137695312500 +0.029052734375 +-0.171875000000 +-0.076660156250 +0.101074218750 +0.031005859375 +-0.053222656250 +0.071777343750 +-0.030883789062 +-0.103515625000 +0.119628906250 +-0.096679687500 +0.054931640625 +-0.120117187500 +-0.036865234375 +-0.098632812500 +0.054199218750 +-0.199218750000 +0.052001953125 +-0.053710937500 +-0.074707031250 +-0.095214843750 +-0.006622314453 +0.023559570312 +-0.009948730469 +0.218750000000 +0.009460449219 +0.095703125000 +0.133789062500 +0.034667968750 +0.090820312500 +0.005310058594 +0.054199218750 +-0.104492187500 +0.040771484375 +0.001083374023 +-0.031005859375 +-0.002838134766 +0.046386718750 +-0.060302734375 +0.003799438477 +-0.022705078125 +0.023315429688 +0.102539062500 +0.014465332031 +-0.127929687500 +-0.098632812500 +0.062255859375 +-0.079101562500 +0.020507812500 +0.042236328125 +0.087890625000 +-0.066894531250 +0.149414062500 +0.098632812500 +0.001556396484 +-0.219726562500 +-0.099121093750 +-0.001129150391 +0.031494140625 +-0.195312500000 +0.000633239746 +0.110351562500 +0.013305664062 +0.151367187500 +0.125976562500 +0.113769531250 +-0.087890625000 +0.166992187500 +-0.281250000000 +0.122070312500 +-0.031005859375 +-0.100097656250 +-0.012756347656 +-0.037597656250 +-0.101074218750 +-0.020019531250 +-0.089355468750 +-0.169921875000 +0.016601562500 +0.064453125000 +0.083007812500 +0.071777343750 +0.018310546875 +0.022705078125 +-0.082031250000 +-0.104003906250 +0.052734375000 +0.003097534180 +-0.008422851562 +0.126953125000 +0.026611328125 +0.031494140625 +-0.049804687500 +-0.003753662109 +-0.070800781250 +-0.069335937500 +0.027587890625 +-0.035644531250 +-0.112304687500 +-0.079589843750 +0.054199218750 +0.045654296875 +0.112792968750 +0.071289062500 +-0.003646850586 +-0.000740051270 +0.033935546875 +0.049804687500 +0.003555297852 +-0.119140625000 +0.116210937500 +0.038818359375 +-0.003707885742 +-0.032470703125 +0.136718750000 +-0.011291503906 +0.097656250000 +0.057128906250 +-0.001945495605 +-0.090332031250 +-0.000486373901 +0.056884765625 +-0.028198242188 +-0.003295898438 +0.212890625000 +-0.107421875000 +0.056152343750 +-0.010559082031 +0.000843048096 +-0.111328125000 +-0.096679687500 +0.121582031250 +-0.130859375000 +-0.073242187500 +-0.087890625000 +-0.025634765625 +-0.013061523438 +0.069824218750 +-0.041015625000 +-0.008056640625 +-0.017822265625 +-0.140625000000 +0.028930664062 +-0.206054687500 +0.085937500000 +0.118164062500 +0.083007812500 +0.010681152344 +-0.041015625000 +0.088867187500 +-0.197265625000 +-0.085937500000 +0.020385742188 +-0.069335937500 +-0.046142578125 +0.111328125000 +0.181640625000 +-0.008605957031 +-0.045898437500 +-0.046875000000 +-0.004333496094 +-0.190429687500 +-0.141601562500 +-0.070800781250 +0.063964843750 +-0.040283203125 +0.072753906250 +0.147460937500 +-0.125000000000 +0.063476562500 +-0.123535156250 +-0.014831542969 +0.046875000000 +-0.016235351562 +-0.005676269531 +-0.057128906250 +-0.070312500000 +0.034912109375 +-0.079589843750 +-0.098144531250 +-0.012207031250 +-0.028198242188 +-0.016479492188 +-0.064453125000 +0.002487182617 +-0.113769531250 +0.085937500000 +-0.107421875000 +0.001480102539 +-0.150390625000 +0.091308593750 +-0.046142578125 +0.140625000000 +0.005767822266 +-0.142578125000 +0.112792968750 +-0.042480468750 +-0.069824218750 +-0.113281250000 +-0.063476562500 +0.058593750000 +-0.047607421875 +0.121582031250 +-0.039794921875 +0.020874023438 +-0.062500000000 +0.091308593750 +0.069824218750 +0.056152343750 +0.018066406250 +-0.044921875000 +0.082519531250 +-0.139648437500 +-0.063476562500 +-0.040527343750 +0.061523437500 +0.056640625000 +-0.021484375000 +-0.074218750000 +0.038574218750 +0.067382812500 +-0.096191406250 +-0.062011718750 +-0.108398437500 +-0.046630859375 +-0.139648437500 +0.011657714844 +-0.028076171875 +-0.065917968750 +-0.016723632812 +-0.070312500000 +-0.101074218750 +-0.047607421875 +-0.049316406250 +0.120605468750 +-0.006988525391 +-0.002731323242 +0.064453125000 +0.021484375000 +0.061767578125 +-0.000823974609 +0.069335937500 +-0.130859375000 +-0.024414062500 +0.100097656250 +-0.072265625000 +0.088867187500 +0.022827148438 +0.020996093750 +-0.001884460449 +0.066894531250 +0.030761718750 +-0.017700195312 +-0.017578125000 +0.051513671875 +0.008361816406 +-0.124023437500 +-0.111328125000 +0.220703125000 +-0.032470703125 +0.056152343750 +0.008911132812 +-0.019409179688 +0.024414062500 +0.019409179688 +-0.104980468750 +-0.127929687500 +0.002944946289 +-0.081542968750 +-0.261718750000 +-0.001136779785 +-0.030395507812 +0.073730468750 +-0.033447265625 +0.003326416016 +-0.004089355469 +-0.142578125000 +0.033203125000 +-0.012023925781 +0.205078125000 +0.036621093750 +0.116210937500 +0.116699218750 +-0.014038085938 +0.090332031250 +-0.054443359375 +-0.022460937500 +0.008911132812 +0.159179687500 +0.186523437500 +-0.073242187500 +0.014831542969 +0.090820312500 +-0.104003906250 +0.009033203125 +0.093750000000 +0.026123046875 +0.011962890625 +-0.081542968750 +0.045166015625 +-0.041992187500 +-0.146484375000 +-0.072753906250 +0.018066406250 +-0.113281250000 +-0.065917968750 +0.043945312500 +0.047607421875 +-0.029418945312 +-0.066406250000 +-0.063476562500 +-0.026733398438 +-0.041503906250 +0.238281250000 +0.136718750000 +-0.040771484375 +0.134765625000 +-0.043701171875 +-0.053466796875 +-0.096191406250 +0.038330078125 +0.020019531250 +-0.002410888672 +0.007873535156 +0.211914062500 +0.054443359375 +0.041503906250 +0.049072265625 +-0.084960937500 +-0.083007812500 +-0.255859375000 +-0.026489257812 +-0.009826660156 +-0.114257812500 +0.036132812500 +-0.092773437500 +0.053710937500 +0.036865234375 +-0.154296875000 +-0.023437500000 +0.007598876953 +-0.042968750000 +-0.146484375000 +-0.017211914062 +0.066894531250 +0.057373046875 +0.021240234375 +-0.036376953125 +-0.071777343750 +-0.164062500000 +-0.009582519531 +-0.004211425781 +0.030029296875 +0.033935546875 +-0.096679687500 +0.062988281250 +-0.023559570312 +-0.069824218750 +-0.113281250000 +-0.020629882812 +-0.014831542969 +-0.075195312500 +-0.185546875000 +-0.071777343750 +-0.028076171875 +0.080566406250 +-0.016601562500 +-0.061523437500 +0.104980468750 +-0.015441894531 +0.001853942871 +-0.020629882812 +0.141601562500 +-0.112792968750 +0.100097656250 +-0.080078125000 +-0.179687500000 +-0.167968750000 +-0.051513671875 +-0.075683593750 +0.101074218750 +0.053955078125 +-0.050048828125 +-0.006866455078 +0.001251220703 +0.064941406250 +-0.027221679688 +-0.050048828125 +-0.083007812500 +0.021240234375 +0.128906250000 +0.022705078125 +0.019531250000 +0.125000000000 +-0.158203125000 +0.049316406250 +-0.106933593750 +-0.089843750000 +-0.091308593750 +-0.094238281250 +0.096679687500 +-0.030273437500 +0.165039062500 +-0.028320312500 +-0.232421875000 +0.212890625000 +0.067382812500 +-0.076660156250 +0.129882812500 +0.057617187500 +-0.007873535156 +-0.047607421875 +0.162109375000 +-0.133789062500 +-0.126953125000 +0.005889892578 +-0.152343750000 +-0.039794921875 +-0.029174804688 +-0.051757812500 +-0.173828125000 +-0.114257812500 +-0.025512695312 +0.122070312500 +0.025024414062 +0.041015625000 +-0.060546875000 +-0.039306640625 +-0.000694274902 +0.036621093750 +0.066894531250 +0.062988281250 +0.014892578125 +0.074707031250 +0.107421875000 +0.008056640625 +-0.058349609375 +0.024047851562 +-0.032958984375 +-0.177734375000 +-0.140625000000 +-0.037109375000 +-0.120117187500 +-0.024536132812 +0.080566406250 +0.030273437500 +0.009399414062 +-0.007781982422 +-0.036132812500 +0.003784179688 +0.028808593750 +0.185546875000 +-0.156250000000 +-0.052490234375 +0.004638671875 +0.037597656250 +0.058593750000 +-0.014099121094 +0.018920898438 +-0.046630859375 +0.068359375000 +-0.098144531250 +0.039306640625 +-0.103027343750 +-0.112304687500 +-0.207031250000 +-0.128906250000 +0.166992187500 +0.007415771484 +0.030517578125 +-0.068359375000 +0.142578125000 +0.003204345703 +-0.028198242188 +-0.029418945312 +-0.105957031250 +-0.138671875000 +0.079589843750 +-0.047607421875 +-0.149414062500 +-0.049316406250 +0.013488769531 +0.052490234375 +0.000705718994 +-0.095214843750 +0.206054687500 +0.057373046875 +0.003036499023 +0.089355468750 +-0.041503906250 +0.046142578125 +-0.017822265625 +0.001312255859 +-0.091796875000 +0.015747070312 +0.027709960938 +-0.064941406250 +-0.014831542969 +0.066894531250 +-0.076171875000 +-0.090332031250 +-0.013732910156 +-0.093261718750 +0.006927490234 +0.061035156250 +-0.152343750000 +-0.008544921875 +-0.075683593750 +-0.055664062500 +0.118652343750 +-0.020874023438 +-0.018432617188 +0.015014648438 +-0.024902343750 +-0.053466796875 +0.084472656250 +0.032226562500 +0.085449218750 +-0.020385742188 +0.097167968750 +-0.049804687500 +0.187500000000 +0.005096435547 +0.041992187500 +0.047363281250 +0.012023925781 +-0.077636718750 +0.003784179688 +-0.052734375000 +0.019287109375 +-0.029296875000 +-0.112792968750 +-0.124023437500 +0.089355468750 +-0.152343750000 +0.011535644531 +-0.009094238281 +0.049072265625 +-0.033203125000 +-0.036132812500 +-0.043212890625 +-0.080078125000 +-0.028930664062 +-0.017944335938 +0.012451171875 +0.136718750000 +-0.062988281250 +0.071777343750 +0.166015625000 +-0.063476562500 +0.000606536865 +-0.135742187500 +-0.003646850586 +-0.007720947266 +0.005004882812 +0.066894531250 +0.053466796875 +-0.233398437500 +0.027587890625 +0.126953125000 +-0.096191406250 +-0.015563964844 +-0.019165039062 +0.211914062500 +-0.042480468750 +-0.141601562500 +0.124023437500 +0.025024414062 +0.105468750000 +-0.035156250000 +0.000625610352 +-0.009887695312 +-0.028076171875 +0.136718750000 +-0.022094726562 +0.005187988281 +0.096191406250 +-0.002899169922 +-0.150390625000 +0.043457031250 +0.143554687500 +0.012512207031 +-0.006500244141 +0.004302978516 +-0.063964843750 +-0.097656250000 +-0.075195312500 +0.053222656250 +-0.107910156250 +-0.134765625000 +0.061523437500 +-0.104003906250 +-0.070312500000 +-0.062500000000 +0.234375000000 +-0.062500000000 +0.151367187500 +0.025878906250 +0.012390136719 +0.099121093750 +0.042724609375 +-0.038085937500 +0.083007812500 +-0.115234375000 +-0.150390625000 +-0.007720947266 +0.133789062500 +-0.114746093750 +-0.070800781250 +-0.077148437500 +-0.026245117188 +0.024658203125 +-0.131835937500 +-0.110351562500 +-0.063964843750 +-0.079589843750 +0.081542968750 +-0.030395507812 +-0.057617187500 +0.052246093750 +-0.107910156250 +0.104492187500 +0.042236328125 +-0.063476562500 +-0.020019531250 +-0.062988281250 +0.036376953125 +-0.034667968750 +-0.053222656250 +0.122558593750 +-0.004852294922 +-0.116210937500 +-0.019042968750 +0.076171875000 +0.206054687500 +0.020751953125 +0.065429687500 +0.032958984375 +-0.038085937500 +0.013671875000 +0.064453125000 +0.151367187500 +-0.063476562500 +0.068359375000 +-0.061035156250 +-0.071289062500 +0.024169921875 +0.043701171875 +-0.051757812500 +0.123535156250 +-0.124511718750 +-0.015441894531 +-0.030517578125 +0.141601562500 +-0.090820312500 +-0.102050781250 +0.054443359375 +-0.031250000000 +0.083007812500 +-0.024536132812 +0.159179687500 +-0.019653320312 +-0.125976562500 +0.016723632812 +-0.093261718750 +-0.090332031250 +-0.050048828125 +-0.111816406250 +0.101562500000 +-0.029907226562 +-0.143554687500 +-0.110351562500 +-0.043701171875 +0.006652832031 +0.012390136719 +0.014831542969 +-0.008422851562 +0.191406250000 +0.200195312500 +-0.141601562500 +0.016479492188 +-0.133789062500 +-0.138671875000 +0.034179687500 +0.036865234375 +0.012329101562 +-0.098632812500 +-0.269531250000 +-0.036132812500 +-0.006011962891 +-0.158203125000 +0.082519531250 +0.110839843750 +-0.020141601562 +0.034667968750 +0.078613281250 +-0.099121093750 +0.107910156250 +0.020141601562 +0.149414062500 +0.072265625000 +0.039550781250 +-0.079589843750 +0.093750000000 +-0.042968750000 +-0.028198242188 +-0.062255859375 +0.118652343750 +-0.006774902344 +0.033935546875 +-0.058105468750 +0.152343750000 +0.042968750000 +-0.075195312500 +-0.010009765625 +0.089355468750 +-0.045166015625 +-0.036132812500 +0.021972656250 +-0.078613281250 +0.031982421875 +0.091308593750 +0.049560546875 +0.023925781250 +-0.059814453125 +0.033203125000 +0.081054687500 +-0.055175781250 +-0.091308593750 +0.112304687500 +-0.105957031250 +-0.064453125000 +0.052246093750 +0.000816345215 +-0.076660156250 +-0.080078125000 +0.053955078125 +-0.222656250000 +0.178710937500 +0.097656250000 +-0.238281250000 +0.000448226929 +0.081054687500 +-0.087402343750 +0.016967773438 +0.008789062500 +-0.023437500000 +0.095703125000 +0.163085937500 +-0.042480468750 +-0.010498046875 +-0.109863281250 +-0.053955078125 +0.019165039062 +-0.111816406250 +0.022827148438 +0.043945312500 +0.019409179688 +-0.012634277344 +-0.064941406250 +0.032470703125 +-0.031738281250 +0.100097656250 +-0.008361816406 +0.063964843750 +0.000755310059 +0.078613281250 +-0.144531250000 +0.213867187500 +-0.164062500000 +-0.012878417969 +-0.098144531250 +-0.145507812500 +-0.063964843750 +0.020019531250 +0.014526367188 +-0.137695312500 +0.058837890625 +0.006652832031 +-0.058593750000 +-0.024047851562 +-0.096191406250 +0.047607421875 +-0.060302734375 +-0.159179687500 +0.099121093750 +0.057373046875 +-0.002212524414 +-0.060058593750 +0.041503906250 +-0.112304687500 +0.055664062500 +0.040283203125 +0.078125000000 +0.000214576721 +-0.145507812500 +0.187500000000 +-0.015380859375 +-0.076660156250 +-0.017578125000 +0.053222656250 +0.045166015625 +-0.029174804688 +-0.094726562500 +0.034423828125 +0.021118164062 +-0.023559570312 +-0.082519531250 +-0.035156250000 +-0.195312500000 +0.067871093750 +0.018310546875 +-0.098144531250 +-0.114746093750 +-0.067871093750 +-0.133789062500 +-0.062255859375 +-0.038818359375 +0.130859375000 +-0.003051757812 +0.052490234375 +-0.041015625000 +-0.047851562500 +-0.130859375000 +0.105468750000 +0.091308593750 +0.096191406250 +0.064941406250 +0.062500000000 +0.046875000000 +-0.094726562500 +-0.005432128906 +-0.022094726562 +0.018920898438 +0.020141601562 +-0.116210937500 +-0.074218750000 +0.062500000000 +0.113769531250 +-0.051757812500 +-0.083007812500 +0.081054687500 +0.160156250000 +-0.006011962891 +-0.016601562500 +-0.075195312500 +0.016235351562 +0.108886718750 +0.004547119141 +-0.062988281250 +-0.030273437500 +-0.160156250000 +0.019531250000 +0.047851562500 +-0.058349609375 +0.069824218750 +-0.000295639038 +-0.167968750000 +-0.084960937500 +0.126953125000 +-0.065429687500 +0.059082031250 +-0.042236328125 +0.086914062500 +0.042236328125 +-0.043945312500 +-0.133789062500 +0.153320312500 +-0.060791015625 +-0.066894531250 +0.005126953125 +-0.008789062500 +-0.085449218750 +-0.025024414062 +-0.098632812500 +-0.130859375000 +-0.027709960938 +-0.001167297363 +0.116699218750 +0.000415802002 +0.027954101562 +-0.075195312500 +0.149414062500 +0.237304687500 +-0.098144531250 +-0.190429687500 +-0.085449218750 +0.058349609375 +0.076171875000 +-0.076171875000 +-0.030883789062 +0.045898437500 +0.069335937500 +-0.273437500000 +0.022216796875 +-0.066406250000 +-0.041748046875 +0.013183593750 +-0.001693725586 +-0.045654296875 +0.171875000000 +-0.041748046875 +0.105957031250 +-0.018432617188 +0.042480468750 +-0.062011718750 +0.029663085938 +0.007385253906 +0.000448226929 +-0.128906250000 +0.050781250000 +-0.173828125000 +0.059570312500 +-0.000713348389 +0.117675781250 +-0.037841796875 +0.021972656250 +0.080566406250 +-0.135742187500 +-0.012329101562 +0.028320312500 +-0.101074218750 +0.046875000000 +0.105957031250 +0.161132812500 +0.085449218750 +0.025146484375 +0.018676757812 +0.025146484375 +-0.093750000000 +-0.038818359375 +0.019287109375 +-0.083496093750 +0.086425781250 +-0.025878906250 +0.034179687500 +-0.106933593750 +-0.101562500000 +-0.038818359375 +-0.051757812500 +-0.096191406250 +0.105957031250 +-0.040771484375 +0.137695312500 +-0.002166748047 +-0.082519531250 +0.033691406250 +0.075683593750 +-0.025634765625 +0.083496093750 +-0.091796875000 +0.052734375000 +-0.026733398438 +0.035156250000 +0.027099609375 +-0.039550781250 +-0.077636718750 +-0.064453125000 +0.096191406250 +-0.005157470703 +-0.022705078125 +-0.104492187500 +-0.054687500000 +0.073242187500 +0.030029296875 +-0.093261718750 +-0.135742187500 +0.070312500000 +0.034423828125 +0.010131835938 +-0.062988281250 +-0.053466796875 +0.190429687500 +0.015563964844 +-0.017578125000 +-0.039062500000 +-0.026733398438 +-0.048828125000 +-0.009033203125 +-0.048339843750 +0.033691406250 +-0.044433593750 +0.182617187500 +0.071289062500 +0.044677734375 +0.021606445312 +-0.081542968750 +-0.151367187500 +0.070800781250 +0.053466796875 +-0.027954101562 +0.029418945312 +-0.007873535156 +-0.084960937500 +0.041992187500 +-0.045166015625 +0.052001953125 +0.053955078125 +-0.181640625000 +-0.002868652344 +0.085449218750 +-0.091308593750 +-0.088867187500 +-0.076660156250 +0.035888671875 +0.029785156250 +0.127929687500 +-0.027099609375 +-0.051269531250 +-0.012573242188 +0.091796875000 +0.019653320312 +0.009643554688 +-0.044921875000 +0.035156250000 +-0.090332031250 +-0.010009765625 +0.041992187500 +-0.047607421875 +0.084472656250 +0.007629394531 +-0.044189453125 +0.023559570312 +-0.036132812500 +0.038085937500 +0.208984375000 +0.170898437500 +0.062988281250 +0.048095703125 +-0.031250000000 +0.076171875000 +-0.150390625000 +-0.029052734375 +-0.191406250000 +-0.042724609375 +-0.104980468750 +0.079101562500 +0.089355468750 +0.036376953125 +-0.034667968750 +0.048339843750 +0.059570312500 +-0.122558593750 +0.013244628906 +-0.170898437500 +0.012145996094 +0.363281250000 +0.032958984375 +0.103027343750 +-0.052734375000 +0.032470703125 +0.079101562500 +-0.055175781250 +0.021362304688 +-0.143554687500 +0.130859375000 +-0.017944335938 +-0.056152343750 +-0.134765625000 +-0.220703125000 +0.025024414062 +0.145507812500 +-0.006988525391 +-0.047363281250 +-0.099609375000 +0.037353515625 +-0.078125000000 +-0.119140625000 +0.004272460938 +0.034179687500 +-0.030883789062 +0.057617187500 +-0.198242187500 +0.049072265625 +-0.125976562500 +0.057861328125 +-0.054443359375 +0.010253906250 +0.068359375000 +0.023193359375 +0.120117187500 +-0.117675781250 +-0.165039062500 +-0.021362304688 +-0.011901855469 +0.093750000000 +0.025024414062 +0.038574218750 +0.125976562500 +0.078613281250 +0.043945312500 +-0.180664062500 +-0.200195312500 +-0.184570312500 +-0.031982421875 +-0.000171661377 +-0.023071289062 +-0.001182556152 +-0.117187500000 +-0.095703125000 +-0.063964843750 +0.025756835938 +0.031250000000 +-0.105468750000 +-0.083496093750 +0.001632690430 +0.058593750000 +0.027832031250 +0.001617431641 +0.163085937500 +-0.151367187500 +0.132812500000 +-0.020996093750 +0.117187500000 +-0.007019042969 +0.100585937500 +0.099121093750 +-0.115234375000 +0.165039062500 +-0.053466796875 +0.116210937500 +-0.072753906250 +-0.071777343750 +0.043457031250 +0.104003906250 +0.088867187500 +-0.007476806641 +0.086914062500 +-0.014282226562 +-0.016479492188 +-0.018188476562 +0.056884765625 +-0.169921875000 +0.025146484375 +0.034423828125 +-0.013366699219 +-0.041748046875 +0.080566406250 +-0.075683593750 +0.139648437500 +-0.013305664062 +0.045410156250 +0.030273437500 +0.007934570312 +-0.137695312500 +0.112304687500 +0.015136718750 +-0.075195312500 +-0.008178710938 +-0.144531250000 +-0.066406250000 +0.078125000000 +0.032226562500 +0.132812500000 +0.091308593750 +0.103027343750 +0.083496093750 +0.068359375000 +0.081542968750 +0.014770507812 +0.128906250000 +-0.042236328125 +-0.008239746094 +0.149414062500 +-0.008239746094 +-0.034667968750 +0.007720947266 +-0.046142578125 +0.051269531250 +0.029785156250 +-0.051513671875 +-0.035156250000 +0.005859375000 +-0.012756347656 +0.156250000000 +-0.013854980469 +-0.139648437500 +-0.005859375000 +0.041259765625 +-0.040283203125 +-0.178710937500 +0.087890625000 +-0.063476562500 +-0.034912109375 +0.014160156250 +-0.050781250000 +0.003067016602 +0.113281250000 +0.089843750000 +-0.024658203125 +0.030029296875 +0.001884460449 +-0.055419921875 +-0.006469726562 +-0.034912109375 +-0.105957031250 +0.011779785156 +0.000961303711 +-0.100585937500 +0.102539062500 +-0.020507812500 +0.002212524414 +0.176757812500 +-0.095703125000 +0.110839843750 +0.095214843750 +-0.027099609375 +-0.132812500000 +0.099121093750 +0.144531250000 +0.047119140625 +0.044189453125 +0.038085937500 +0.012145996094 +-0.004669189453 +-0.067871093750 +0.143554687500 +-0.003768920898 +-0.121093750000 +0.074218750000 +-0.011718750000 +0.011352539062 +-0.009399414062 +0.073242187500 +-0.026977539062 +0.069335937500 +0.007232666016 +0.079589843750 +0.050048828125 +-0.032226562500 +-0.012329101562 +0.072265625000 +-0.064453125000 +-0.125000000000 +0.006896972656 +-0.032470703125 +0.106445312500 +0.077636718750 +0.058593750000 +-0.128906250000 +0.043945312500 +0.018432617188 +-0.099121093750 +0.068359375000 +-0.170898437500 +-0.140625000000 +-0.014892578125 +0.037353515625 +0.110839843750 +0.124023437500 +0.120117187500 +0.090332031250 +-0.064941406250 +-0.020874023438 +0.107910156250 +0.006134033203 +0.037841796875 +0.028686523438 +0.026000976562 +-0.008239746094 +-0.018920898438 +0.009460449219 +-0.117187500000 +-0.116210937500 +0.028442382812 +0.046386718750 +-0.064453125000 +-0.019897460938 +0.143554687500 +-0.024047851562 +-0.038330078125 +0.111328125000 +0.037841796875 +-0.031982421875 +-0.031738281250 +-0.042480468750 +-0.095703125000 +0.042480468750 +-0.115234375000 +-0.002395629883 +0.051513671875 +0.022583007812 +0.008178710938 +-0.084960937500 +0.076171875000 +0.153320312500 +0.033691406250 +-0.057128906250 +0.102050781250 +0.056396484375 +-0.111328125000 +-0.035156250000 +0.074218750000 +0.118164062500 +-0.025512695312 +-0.081542968750 +0.153320312500 +0.033935546875 +-0.017700195312 +0.038330078125 +0.051757812500 +0.055419921875 +0.056152343750 +-0.055908203125 +-0.014770507812 +0.018676757812 +-0.094726562500 +0.018920898438 +-0.163085937500 +0.032226562500 +0.047119140625 +-0.039794921875 +-0.050292968750 +-0.064453125000 +-0.018432617188 +-0.047851562500 +-0.109863281250 +0.015991210938 +0.066406250000 +-0.170898437500 +0.076171875000 +0.174804687500 +0.027343750000 +-0.040039062500 +0.009033203125 +-0.014831542969 +0.094238281250 +0.093750000000 +0.143554687500 +0.025756835938 +-0.068847656250 +0.113769531250 +0.019409179688 +-0.149414062500 +-0.139648437500 +0.018920898438 +0.028564453125 +-0.032470703125 +0.031982421875 +-0.014831542969 +0.204101562500 +0.039794921875 +-0.010498046875 +-0.035156250000 +0.019409179688 +0.130859375000 +0.097656250000 +0.135742187500 +0.157226562500 +-0.027954101562 +0.043945312500 +0.004730224609 +0.161132812500 +0.044189453125 +0.002044677734 +-0.049804687500 +0.040039062500 +0.230468750000 +-0.040039062500 +0.083007812500 +-0.041015625000 +-0.243164062500 +0.015869140625 +-0.070800781250 +-0.060058593750 +0.081542968750 +-0.015991210938 +-0.044433593750 +-0.037353515625 +-0.098632812500 +0.068359375000 +0.123535156250 +-0.026977539062 +-0.172851562500 +-0.010742187500 +-0.090820312500 +-0.009155273438 +0.031738281250 +-0.039306640625 +-0.075683593750 +0.040771484375 +0.041259765625 +0.041992187500 +0.126953125000 +0.079101562500 +-0.041992187500 +-0.110351562500 +0.058837890625 +-0.081542968750 +0.070800781250 +-0.083984375000 +0.003356933594 +-0.021606445312 +0.044433593750 +0.023071289062 +0.023193359375 +0.085937500000 +-0.073730468750 +0.136718750000 +-0.008789062500 +-0.005737304688 +0.012207031250 +0.111816406250 +0.185546875000 +-0.072265625000 +0.012329101562 +0.032226562500 +0.086914062500 +-0.083984375000 +-0.094726562500 +-0.069824218750 +-0.166992187500 +-0.094726562500 +-0.121093750000 +0.018798828125 +-0.155273437500 +0.019897460938 +0.032714843750 +-0.067871093750 +-0.063476562500 +-0.038574218750 +0.026123046875 +-0.106933593750 +0.037109375000 +0.100585937500 +-0.051513671875 +-0.147460937500 +-0.021484375000 +0.090820312500 +-0.026611328125 +-0.101562500000 +0.069335937500 +0.022216796875 +0.033447265625 +-0.217773437500 +0.090820312500 +-0.140625000000 +0.039794921875 +0.029663085938 +-0.127929687500 +-0.218750000000 +0.009887695312 +-0.042480468750 +0.036132812500 +0.069824218750 +-0.016723632812 +-0.167968750000 +-0.192382812500 +0.010070800781 +-0.139648437500 +0.110839843750 +0.012817382812 +-0.006439208984 +-0.164062500000 +0.027587890625 +-0.074707031250 +-0.028320312500 +-0.092773437500 +-0.090332031250 +-0.025146484375 +0.176757812500 +-0.067382812500 +0.049316406250 +0.046875000000 +-0.074218750000 +0.144531250000 +-0.197265625000 +0.010620117188 +-0.097167968750 +-0.031127929688 +0.054443359375 +-0.105468750000 +-0.025390625000 +0.147460937500 +0.127929687500 +-0.257812500000 +0.080078125000 +-0.029174804688 +-0.031738281250 +-0.098632812500 +0.010070800781 +-0.174804687500 +0.045898437500 +-0.064453125000 +-0.036132812500 +0.120605468750 +0.129882812500 +0.044921875000 +-0.028442382812 +-0.141601562500 +0.069824218750 +0.054931640625 +0.011657714844 +-0.065917968750 +0.091308593750 +0.058593750000 +-0.081054687500 +0.082031250000 +0.008300781250 +-0.086914062500 +-0.176757812500 +0.053222656250 +-0.107421875000 +-0.038085937500 +-0.068359375000 +-0.023193359375 +-0.062255859375 +-0.017089843750 +-0.085937500000 +-0.074707031250 +0.009033203125 +0.040283203125 +0.055175781250 +-0.132812500000 +-0.041259765625 +0.022949218750 +-0.064941406250 +-0.026855468750 +-0.127929687500 +-0.076171875000 +-0.034423828125 +-0.031494140625 +-0.105468750000 +-0.017211914062 +0.006744384766 +-0.182617187500 +-0.038330078125 +0.206054687500 +-0.094238281250 +0.023681640625 +0.069824218750 +-0.120605468750 +0.045898437500 +-0.005798339844 +0.053955078125 +-0.005401611328 +-0.152343750000 +-0.182617187500 +-0.074707031250 +0.007232666016 +-0.026000976562 +0.112792968750 +-0.133789062500 +0.008483886719 +-0.052978515625 +0.205078125000 +-0.014038085938 +0.017333984375 +-0.051025390625 +0.187500000000 +-0.135742187500 +-0.045898437500 +0.050537109375 +-0.008972167969 +0.050048828125 +0.057373046875 +-0.025146484375 +0.066406250000 +-0.090332031250 +0.110839843750 +0.000999450684 +0.011596679688 +-0.030395507812 +0.002120971680 +0.039550781250 +-0.098144531250 +0.033203125000 +-0.029174804688 +-0.128906250000 +-0.065429687500 +0.004699707031 +-0.052246093750 +-0.050292968750 +-0.097656250000 +0.057861328125 +0.146484375000 +0.109863281250 +0.005432128906 +0.094726562500 +-0.006622314453 +-0.092773437500 +-0.225585937500 +0.119628906250 +-0.003097534180 +-0.073242187500 +0.102050781250 +0.300781250000 +-0.111816406250 +-0.072265625000 +-0.026611328125 +0.046386718750 +0.105468750000 +-0.111816406250 +-0.072265625000 +0.153320312500 +-0.055664062500 +0.104492187500 +0.009399414062 +0.060302734375 +-0.107910156250 +-0.182617187500 +-0.131835937500 +0.049316406250 +-0.071289062500 +-0.095703125000 +-0.018798828125 +-0.016113281250 +0.120605468750 +-0.007629394531 +-0.123046875000 +-0.127929687500 +0.018920898438 +0.238281250000 +-0.074707031250 +-0.166015625000 +-0.029174804688 +-0.030151367188 +0.092285156250 +0.043945312500 +0.144531250000 +0.003524780273 +-0.226562500000 +0.081054687500 +0.099121093750 +0.049560546875 +-0.054443359375 +-0.015502929688 +-0.027832031250 +-0.098632812500 +-0.113769531250 +0.128906250000 +-0.013977050781 +-0.076660156250 +-0.042480468750 +-0.148437500000 +-0.071289062500 +0.003097534180 +0.057373046875 +-0.048095703125 +0.100097656250 +0.154296875000 +0.031738281250 +0.112792968750 +-0.009948730469 +-0.111816406250 +-0.072265625000 +0.174804687500 +-0.140625000000 +0.110351562500 +-0.025634765625 +0.076171875000 +-0.011596679688 +-0.041259765625 +0.105468750000 +0.085449218750 +0.067382812500 +-0.003997802734 +-0.221679687500 +-0.082519531250 +0.006072998047 +-0.085937500000 +-0.085937500000 +0.026977539062 +0.006347656250 +-0.063964843750 +-0.082031250000 +-0.063476562500 +0.062500000000 +-0.081054687500 +0.070312500000 +0.070312500000 +-0.036865234375 +-0.029418945312 +-0.000698089600 +-0.036376953125 +0.054199218750 +-0.048339843750 +0.102050781250 +-0.151367187500 +0.025390625000 +-0.014099121094 +0.023437500000 +0.008422851562 +-0.092773437500 +-0.107910156250 +0.078125000000 +0.078613281250 +-0.030883789062 +-0.108886718750 +0.062988281250 +0.102539062500 +0.092285156250 +0.079101562500 +0.225585937500 +-0.127929687500 +-0.009338378906 +0.024902343750 +0.104492187500 +-0.015869140625 +0.050781250000 +0.055664062500 +-0.107910156250 +-0.012084960938 +0.062500000000 +0.049072265625 +0.048095703125 +0.083984375000 +-0.053955078125 +0.063476562500 +-0.008117675781 +-0.031982421875 +0.075683593750 +0.151367187500 +0.147460937500 +-0.112304687500 +0.017578125000 +-0.089355468750 +-0.133789062500 +0.014465332031 +0.154296875000 +-0.083007812500 +0.074707031250 +0.131835937500 +0.070800781250 +0.072265625000 +0.062011718750 +-0.083007812500 +0.075195312500 +0.019775390625 +-0.083007812500 +0.025268554688 +-0.134765625000 +0.105468750000 +0.013061523438 +-0.021484375000 +0.046142578125 +0.218750000000 +0.097656250000 +-0.166992187500 +0.179687500000 +-0.041259765625 +-0.103027343750 +0.005126953125 +0.019287109375 +-0.018432617188 +0.048583984375 +-0.055175781250 +0.035156250000 +-0.156250000000 +-0.108886718750 +0.043945312500 +0.042236328125 +-0.045166015625 +-0.037597656250 +0.017089843750 +-0.033447265625 +0.061035156250 +-0.292968750000 +0.002426147461 +-0.023071289062 +-0.106445312500 +0.011535644531 +-0.044677734375 +-0.016967773438 +-0.155273437500 +0.158203125000 +-0.062500000000 +-0.007995605469 +0.066894531250 +0.165039062500 +-0.066406250000 +0.030639648438 +-0.027221679688 +0.012939453125 +0.057861328125 +-0.104492187500 +-0.059082031250 +0.050048828125 +-0.047607421875 +0.079101562500 +-0.083007812500 +0.074218750000 +0.067871093750 +0.014038085938 +0.087890625000 +0.074218750000 +-0.093261718750 +0.058837890625 +0.048583984375 +-0.026977539062 +0.015441894531 +-0.189453125000 +-0.160156250000 +-0.148437500000 +-0.068847656250 +-0.011291503906 +0.005310058594 +0.150390625000 +-0.103027343750 +-0.064453125000 +0.062500000000 +0.051513671875 +0.134765625000 +0.040039062500 +0.120605468750 +0.100585937500 +-0.025146484375 +0.084472656250 +0.041748046875 +0.102050781250 +-0.062500000000 +-0.122070312500 +-0.030639648438 +-0.104492187500 +-0.033691406250 +0.071777343750 +-0.067871093750 +-0.112304687500 +-0.005737304688 +0.036376953125 +-0.181640625000 +-0.103515625000 +0.054687500000 +0.210937500000 +0.093261718750 +0.008728027344 +0.011169433594 +0.030151367188 +-0.103515625000 +-0.104492187500 +0.048828125000 +-0.044189453125 +0.075683593750 +0.022094726562 +0.071777343750 +0.056640625000 +0.069335937500 +0.079101562500 +-0.125976562500 +0.155273437500 +0.055175781250 +-0.063964843750 +-0.014282226562 +0.214843750000 +-0.145507812500 +0.120605468750 +0.120605468750 +0.051513671875 +-0.114746093750 +0.173828125000 +-0.087402343750 +0.125976562500 +-0.015319824219 +-0.128906250000 +-0.087890625000 +-0.000843048096 +0.079101562500 +-0.019531250000 +-0.163085937500 +0.047851562500 +0.003524780273 +0.010559082031 +-0.051513671875 +-0.080078125000 +-0.008850097656 +-0.073730468750 +0.071777343750 +-0.070800781250 +-0.108886718750 +0.025634765625 +0.065429687500 +0.024658203125 +0.024536132812 +-0.010314941406 +0.136718750000 +-0.095703125000 +-0.057617187500 +-0.105468750000 +0.083007812500 +0.219726562500 +0.089843750000 +-0.084960937500 +0.126953125000 +-0.333984375000 +0.099121093750 +0.035888671875 +-0.069335937500 +-0.014038085938 +0.035156250000 +0.044921875000 +0.102539062500 +0.087402343750 +0.141601562500 +-0.023681640625 +0.087890625000 +0.000312805176 +-0.041748046875 +0.009582519531 +-0.038085937500 +0.011413574219 +0.104980468750 +-0.166992187500 +0.025146484375 +-0.031738281250 +-0.093261718750 +-0.030517578125 +0.067382812500 +0.281250000000 +0.018188476562 +-0.055664062500 +0.011840820312 +0.031982421875 +0.024536132812 +-0.015747070312 +0.074707031250 +0.089355468750 +-0.127929687500 +0.028564453125 +-0.015747070312 +-0.016235351562 +-0.102050781250 +0.145507812500 +-0.017578125000 +-0.090332031250 +-0.077636718750 +0.035400390625 +-0.024536132812 +-0.054931640625 +-0.126953125000 +-0.039062500000 +-0.126953125000 +0.112304687500 +-0.164062500000 +0.070312500000 +-0.023559570312 +0.054199218750 +-0.042724609375 +-0.070800781250 +0.082519531250 +0.097656250000 +0.128906250000 +0.071289062500 +-0.024047851562 +-0.034423828125 +0.062255859375 +-0.066406250000 +-0.078125000000 +-0.002517700195 +0.004394531250 +-0.000976562500 +-0.102050781250 +0.068359375000 +-0.090820312500 +0.026123046875 +-0.147460937500 +0.005615234375 +0.018310546875 +0.010437011719 +0.165039062500 +-0.108886718750 +-0.005767822266 +0.014953613281 +0.001190185547 +0.066406250000 +-0.107910156250 +-0.143554687500 +-0.004150390625 +-0.031250000000 +-0.027221679688 +-0.072265625000 +-0.034179687500 +-0.088378906250 +0.165039062500 +-0.060546875000 +-0.077148437500 +-0.032958984375 +0.026367187500 +0.177734375000 +0.160156250000 +-0.174804687500 +0.027709960938 +-0.028930664062 +0.020263671875 +0.059814453125 +0.010620117188 +0.010131835938 +0.104980468750 +-0.105957031250 +-0.050537109375 +-0.126953125000 +0.048828125000 +-0.221679687500 +0.099609375000 +-0.009155273438 +-0.068359375000 +-0.082031250000 +-0.007263183594 +-0.025268554688 +-0.098632812500 +-0.002746582031 +-0.028686523438 +0.050292968750 +-0.081054687500 +-0.066406250000 +0.020263671875 +-0.025390625000 +0.106445312500 +0.111328125000 +0.003051757812 +0.095214843750 +0.023071289062 +0.008422851562 +-0.126953125000 +-0.074707031250 +-0.075683593750 +-0.025146484375 +-0.031738281250 +-0.016601562500 +-0.036376953125 +-0.067871093750 +-0.044921875000 +0.112304687500 +0.088378906250 +-0.058349609375 +-0.020141601562 +0.090332031250 +-0.031250000000 +0.064453125000 +-0.030883789062 +0.067871093750 +0.092773437500 +0.064941406250 +-0.017333984375 +0.063476562500 +0.004760742188 +-0.093261718750 +0.019775390625 +0.038818359375 +-0.072265625000 +-0.052734375000 +0.091796875000 +-0.053222656250 +-0.140625000000 +0.057373046875 +-0.039062500000 +-0.081542968750 +-0.030761718750 +0.208984375000 +-0.013366699219 +0.001632690430 +0.074707031250 +0.020263671875 +-0.151367187500 +0.044921875000 +-0.080078125000 +0.045410156250 +-0.034667968750 +0.052001953125 +0.088378906250 +0.059814453125 +-0.150390625000 +-0.170898437500 +-0.107910156250 +0.005187988281 +0.087402343750 +-0.059326171875 +-0.083984375000 +0.069824218750 +0.044677734375 +-0.145507812500 +0.024291992188 +-0.103515625000 +0.039794921875 +0.017822265625 +-0.042968750000 +-0.059326171875 +-0.101562500000 +-0.073242187500 +0.042724609375 +-0.017333984375 +0.014221191406 +-0.154296875000 +0.105468750000 +-0.014221191406 +-0.234375000000 +-0.075195312500 +-0.014160156250 +-0.054443359375 +0.005310058594 +-0.017211914062 +-0.008666992188 +-0.014709472656 +0.005798339844 +0.034423828125 +-0.037597656250 +0.041748046875 +-0.257812500000 +0.090820312500 +-0.003646850586 +-0.030273437500 +-0.129882812500 +-0.049072265625 +-0.116210937500 +0.030883789062 +0.067871093750 +0.018920898438 +-0.032470703125 +0.077636718750 +0.063476562500 +0.030395507812 +0.115234375000 +0.009521484375 +0.153320312500 +-0.042724609375 +0.095703125000 +-0.110351562500 +-0.039794921875 +0.020141601562 +0.130859375000 +0.002761840820 +0.038818359375 +-0.133789062500 +-0.043945312500 +-0.075683593750 +0.029418945312 +-0.112792968750 +-0.138671875000 +0.004730224609 +0.104492187500 +-0.044677734375 +0.067382812500 +0.140625000000 +-0.003387451172 +0.018066406250 +-0.036621093750 +0.036621093750 +0.147460937500 +-0.101074218750 +-0.007781982422 +-0.060791015625 +-0.041748046875 +-0.133789062500 +-0.077636718750 +0.038818359375 +-0.232421875000 +-0.062500000000 +-0.179687500000 +0.010498046875 +-0.121093750000 +-0.001411437988 +-0.049072265625 +0.049804687500 +0.143554687500 +-0.089843750000 +0.061523437500 +-0.084960937500 +0.007720947266 +0.000976562500 +-0.052490234375 +0.084472656250 +-0.011169433594 +0.055175781250 +0.172851562500 +-0.056884765625 +-0.002304077148 +-0.110351562500 +-0.310546875000 +0.025146484375 +-0.007171630859 +0.035156250000 +0.011230468750 +-0.033691406250 +-0.048583984375 +-0.148437500000 +0.000046968460 +0.110839843750 +-0.048339843750 +0.102050781250 +0.080566406250 +0.061279296875 +0.040039062500 +0.043457031250 +-0.002761840820 +-0.060302734375 +-0.001121520996 +-0.020996093750 +-0.100585937500 +-0.083496093750 +0.013610839844 +-0.197265625000 +-0.055664062500 +-0.064453125000 +-0.102539062500 +-0.066894531250 +-0.192382812500 +0.044189453125 +0.039306640625 +0.103027343750 +0.108398437500 +-0.039062500000 +0.133789062500 +0.090820312500 +0.005676269531 +0.022460937500 +-0.257812500000 +0.143554687500 +-0.029174804688 +0.310546875000 +0.104492187500 +0.047607421875 +0.020996093750 +-0.031494140625 +-0.001640319824 +-0.071777343750 +0.083007812500 +-0.094726562500 +-0.199218750000 +-0.040527343750 +0.058105468750 +0.025024414062 +0.082031250000 +-0.011047363281 +0.023925781250 +-0.060058593750 +0.166015625000 +-0.049560546875 +0.233398437500 +0.031494140625 +0.208007812500 +0.023681640625 +0.129882812500 +0.060791015625 +0.142578125000 +-0.071289062500 +0.050048828125 +-0.115234375000 +0.035644531250 +-0.002304077148 +0.051757812500 +0.030273437500 +0.001251220703 +-0.001800537109 +0.100097656250 +0.016845703125 +0.185546875000 +-0.077148437500 +0.083496093750 +0.015441894531 +0.009338378906 +-0.047119140625 +0.035888671875 +-0.038574218750 +0.014404296875 +-0.059326171875 +0.006225585938 +-0.176757812500 +0.093750000000 +-0.034667968750 +-0.013122558594 +0.097656250000 +-0.072753906250 +-0.003417968750 +-0.025634765625 +0.010559082031 +-0.021728515625 +-0.036376953125 +-0.235351562500 +0.104980468750 +-0.137695312500 +0.139648437500 +0.068359375000 +-0.019531250000 +0.056884765625 +0.085449218750 +0.135742187500 +0.047119140625 +-0.075683593750 +-0.077636718750 +0.087402343750 +0.028564453125 +0.039550781250 +-0.064941406250 +0.012939453125 +0.013061523438 +0.128906250000 +-0.047607421875 +-0.087402343750 +-0.016113281250 +0.195312500000 +0.013793945312 +0.139648437500 +0.015441894531 +-0.138671875000 +0.219726562500 +0.024658203125 +-0.021362304688 +-0.073730468750 +-0.009521484375 +-0.039062500000 +0.045410156250 +-0.006042480469 +0.033935546875 +-0.026977539062 +-0.118652343750 +0.138671875000 +0.102539062500 +0.068847656250 +-0.071289062500 +0.092285156250 +-0.078125000000 +-0.053955078125 +0.022460937500 +-0.014221191406 +-0.169921875000 +-0.026733398438 +0.098632812500 +-0.046142578125 +0.035156250000 +0.013671875000 +0.024047851562 +-0.075195312500 +-0.073242187500 +-0.033203125000 +0.020263671875 +0.136718750000 +-0.125000000000 +-0.076660156250 +-0.024658203125 +-0.053710937500 +-0.039794921875 +-0.037597656250 +-0.009887695312 +0.013061523438 +-0.052490234375 +-0.134765625000 +0.039306640625 +-0.085937500000 +-0.062255859375 +0.030883789062 +0.054199218750 +-0.000511169434 +0.055419921875 +0.062988281250 +0.121093750000 +0.102050781250 +0.046630859375 +-0.054443359375 +-0.062255859375 +0.025634765625 +-0.085937500000 +-0.035644531250 +-0.226562500000 +0.049316406250 +-0.016357421875 +0.143554687500 +-0.192382812500 +-0.175781250000 +0.081054687500 +-0.146484375000 +0.105957031250 +0.058837890625 +0.042480468750 +0.108886718750 +-0.029296875000 +0.012145996094 +0.063964843750 +0.008422851562 +-0.132812500000 +0.047607421875 +-0.005676269531 +0.073242187500 +0.125000000000 +-0.202148437500 +0.292968750000 +0.172851562500 +0.038330078125 +0.022094726562 +-0.032714843750 +-0.180664062500 +0.141601562500 +-0.022094726562 +0.001312255859 +-0.167968750000 +0.052246093750 +-0.071777343750 +0.126953125000 +-0.001113891602 +-0.051269531250 +0.051025390625 +0.047363281250 +-0.215820312500 +0.129882812500 +-0.135742187500 +-0.159179687500 +0.043212890625 +-0.190429687500 +-0.025024414062 +0.074218750000 +-0.081542968750 +0.005767822266 +0.063964843750 +0.026977539062 +0.002517700195 +0.060546875000 +0.008300781250 +0.119628906250 +-0.171875000000 +-0.123046875000 +0.048828125000 +-0.026123046875 +0.000560760498 +-0.115234375000 +0.046630859375 +-0.001251220703 +-0.001060485840 +0.071289062500 +-0.142578125000 +0.158203125000 +-0.019897460938 +0.075683593750 +-0.142578125000 +-0.109375000000 +-0.014831542969 +-0.021972656250 +0.013061523438 +-0.098632812500 +0.075195312500 +-0.037597656250 +0.017822265625 +0.040283203125 +-0.105468750000 +-0.073242187500 +0.038818359375 +-0.012817382812 +0.085449218750 +-0.033691406250 +-0.088378906250 +0.104003906250 +0.131835937500 +-0.020874023438 +-0.101562500000 +-0.020751953125 +-0.024047851562 +0.091796875000 +-0.016357421875 +0.004882812500 +-0.118652343750 +0.130859375000 +0.083496093750 +0.106445312500 +-0.078125000000 +-0.162109375000 +-0.056152343750 +-0.041748046875 +0.008911132812 +-0.118164062500 +-0.036132812500 +-0.087890625000 +-0.120605468750 +0.120605468750 +0.056152343750 +-0.105468750000 +0.145507812500 +-0.020019531250 +0.078125000000 +-0.069824218750 +-0.076171875000 +0.054687500000 +-0.004394531250 +-0.028930664062 +0.051757812500 +0.001136779785 +-0.070312500000 +-0.084472656250 +0.234375000000 +-0.064941406250 +0.074218750000 +0.045898437500 +-0.074218750000 +0.059814453125 +0.038330078125 +-0.038330078125 +-0.078613281250 +0.161132812500 +-0.046875000000 +-0.000965118408 +0.038085937500 +0.064941406250 +0.007781982422 +-0.033203125000 +0.021850585938 +0.025756835938 +0.162109375000 +-0.023315429688 +-0.102050781250 +-0.071777343750 +-0.166992187500 +-0.165039062500 +0.134765625000 +0.117675781250 +-0.204101562500 +-0.074707031250 +-0.075195312500 +0.035400390625 +-0.253906250000 +0.184570312500 +0.161132812500 +0.063964843750 +-0.170898437500 +-0.062500000000 +0.001983642578 +-0.030151367188 +0.090332031250 +-0.195312500000 +0.024902343750 +0.044921875000 +-0.024291992188 +-0.078125000000 +-0.090332031250 +0.028686523438 +-0.098144531250 +0.047851562500 +-0.082031250000 +-0.142578125000 +0.006347656250 +0.057617187500 +-0.205078125000 +-0.010070800781 +0.089355468750 +0.171875000000 +0.113769531250 +0.036132812500 +-0.049072265625 +-0.054687500000 +0.011352539062 +-0.063964843750 +-0.070800781250 +0.054443359375 +-0.019897460938 +0.050292968750 +-0.053466796875 +-0.106933593750 +0.019165039062 +-0.066406250000 +-0.056396484375 +0.089843750000 +0.043457031250 +-0.045898437500 +0.015991210938 +-0.040039062500 +-0.044921875000 +-0.052978515625 +0.046875000000 +0.020141601562 +-0.056152343750 +0.003768920898 +-0.085937500000 +-0.033203125000 +0.035156250000 +-0.203125000000 +-0.130859375000 +-0.261718750000 +-0.051025390625 +-0.044921875000 +0.068359375000 +0.082519531250 +-0.036132812500 +-0.200195312500 +0.002471923828 +0.025024414062 +-0.076171875000 +0.037841796875 +-0.124023437500 +-0.002059936523 +-0.000583648682 +0.068359375000 +-0.112304687500 +-0.005310058594 +0.107910156250 +-0.015869140625 +0.095214843750 +-0.101074218750 +-0.132812500000 +-0.074707031250 +-0.130859375000 +-0.155273437500 +-0.108398437500 +-0.214843750000 +0.013732910156 +0.066406250000 +0.017822265625 +-0.077148437500 +0.065429687500 +0.007080078125 +0.041992187500 +0.056884765625 +-0.045166015625 +-0.039794921875 +-0.098144531250 +0.030395507812 +0.023193359375 +-0.170898437500 +-0.113769531250 +0.060058593750 +-0.218750000000 +-0.033447265625 +-0.029174804688 +-0.020629882812 +0.070312500000 +-0.122070312500 +-0.104003906250 +-0.008056640625 +0.126953125000 +-0.110839843750 +-0.046386718750 +-0.013061523438 +-0.037353515625 +0.028320312500 +0.169921875000 +0.032470703125 +0.112792968750 +-0.098632812500 +0.064453125000 +-0.048583984375 +0.008544921875 +0.265625000000 +0.007110595703 +0.018554687500 +0.010009765625 +0.048095703125 +0.003845214844 +-0.059814453125 +-0.122558593750 +-0.152343750000 +-0.108398437500 +-0.015502929688 +-0.031250000000 +0.056640625000 +0.027099609375 +-0.114257812500 +0.161132812500 +0.030151367188 +0.002502441406 +-0.177734375000 +-0.008178710938 +0.068847656250 +-0.064941406250 +-0.108886718750 +-0.010620117188 +0.015014648438 +-0.076660156250 +-0.004821777344 +-0.005310058594 +0.083007812500 +0.047119140625 +-0.083496093750 +-0.020874023438 +-0.250000000000 +-0.001953125000 +-0.013671875000 +-0.145507812500 +-0.098144531250 +-0.088867187500 +-0.082031250000 +-0.070312500000 +-0.162109375000 +-0.086425781250 +0.012512207031 +-0.000031709671 +-0.125000000000 +0.122558593750 +0.090820312500 +-0.149414062500 +0.022094726562 +0.082031250000 +0.007873535156 +0.064453125000 +0.014709472656 +-0.037353515625 +0.018920898438 +-0.092773437500 +-0.025268554688 +0.010803222656 +0.047363281250 +-0.061523437500 +-0.065917968750 +-0.105468750000 +-0.079101562500 +0.060058593750 +-0.121582031250 +0.080078125000 +-0.024291992188 +0.057128906250 +0.016845703125 +-0.004119873047 +-0.013610839844 +-0.119628906250 +-0.029663085938 +0.121582031250 +-0.087890625000 +-0.020996093750 +-0.093750000000 +0.001266479492 +0.051025390625 +-0.096679687500 +0.013549804688 +0.026123046875 +-0.043701171875 +0.005462646484 +0.014953613281 +-0.027465820312 +-0.028686523438 +0.029785156250 +0.013305664062 +0.103027343750 +-0.103027343750 +-0.047119140625 +-0.108886718750 +-0.080566406250 +-0.031494140625 +0.010498046875 +0.060546875000 +0.101562500000 +0.044433593750 +0.000556945801 +0.015319824219 +-0.107421875000 +-0.142578125000 +0.076171875000 +-0.033935546875 +0.057617187500 +-0.108886718750 +-0.016479492188 +0.009643554688 +-0.064941406250 +0.037109375000 +0.150390625000 +-0.177734375000 +-0.057373046875 +-0.034912109375 +0.007751464844 +-0.027587890625 +0.189453125000 +-0.020263671875 +0.034423828125 +0.039550781250 +0.033691406250 +0.057861328125 +-0.027587890625 +-0.088378906250 +-0.043457031250 +-0.055175781250 +0.018920898438 +0.076660156250 +0.047119140625 +0.037841796875 +-0.011840820312 +-0.121093750000 +-0.082519531250 +0.171875000000 +-0.043701171875 +-0.083007812500 +0.023559570312 +-0.058105468750 +0.002883911133 +-0.043457031250 +0.012268066406 +0.038330078125 +0.043457031250 +0.017089843750 +-0.022827148438 +-0.007598876953 +0.045166015625 +0.139648437500 +-0.095214843750 +-0.015014648438 +-0.050048828125 +-0.020507812500 +0.028930664062 +-0.089355468750 +0.004547119141 +0.029541015625 +0.057861328125 +-0.041015625000 +-0.087890625000 +0.029907226562 +0.045410156250 +0.063476562500 +0.009277343750 +0.135742187500 +0.062255859375 +0.125976562500 +-0.132812500000 +0.036621093750 +-0.063476562500 +-0.082519531250 +-0.035400390625 +0.117675781250 +-0.014343261719 +0.021972656250 +0.024169921875 +-0.074218750000 +0.244140625000 +-0.007995605469 +0.018798828125 +-0.023681640625 +0.220703125000 +-0.171875000000 +0.121093750000 +0.031127929688 +0.074218750000 +0.028564453125 +0.037353515625 +-0.042480468750 +-0.113769531250 +-0.024047851562 +-0.038085937500 +-0.019775390625 +0.002212524414 +-0.139648437500 +-0.088867187500 +0.052978515625 +0.058593750000 +0.060546875000 +0.162109375000 +0.064453125000 +-0.128906250000 +-0.147460937500 +-0.152343750000 +0.023803710938 +0.043945312500 +0.045654296875 +-0.022705078125 +0.068847656250 +0.029296875000 +-0.123535156250 +-0.026733398438 +-0.042968750000 +-0.208984375000 +-0.238281250000 +-0.094726562500 +-0.003417968750 +0.068847656250 +-0.027343750000 +-0.194335937500 +-0.113769531250 +0.060546875000 +0.029663085938 +-0.012451171875 +-0.040771484375 +-0.015869140625 +-0.161132812500 +0.056396484375 +-0.075683593750 +-0.251953125000 +-0.016967773438 +0.035156250000 +0.084472656250 +-0.066894531250 +0.092285156250 +-0.168945312500 +0.082031250000 +-0.031494140625 +0.062255859375 +0.174804687500 +-0.020996093750 +0.091308593750 +0.017822265625 +-0.098632812500 +-0.145507812500 +0.049316406250 +-0.073730468750 +0.082031250000 +-0.031494140625 +0.062988281250 +0.053222656250 +0.095214843750 +0.036376953125 +0.117187500000 +-0.037353515625 +0.069335937500 +-0.009582519531 +0.090332031250 +0.001472473145 +0.037109375000 +0.055664062500 +0.034912109375 +0.137695312500 +-0.052001953125 +-0.014160156250 +-0.206054687500 +-0.088867187500 +-0.032470703125 +-0.029052734375 +0.214843750000 +0.078125000000 +-0.041992187500 +-0.020751953125 +-0.016357421875 +-0.018432617188 +0.162109375000 +-0.067871093750 +-0.162109375000 +-0.124023437500 +0.058837890625 +0.004730224609 +0.030639648438 +0.094238281250 +-0.091308593750 +0.071289062500 +-0.006317138672 +0.036132812500 +0.023803710938 +-0.126953125000 +0.082519531250 +0.062988281250 +0.103515625000 +0.162109375000 +0.200195312500 +-0.012207031250 +0.002075195312 +-0.034912109375 +-0.308593750000 +-0.065429687500 +-0.074218750000 +0.108886718750 +0.143554687500 +-0.117187500000 +-0.063964843750 +0.004394531250 +-0.060791015625 +0.006988525391 +0.010803222656 +-0.035156250000 +0.125976562500 +0.017089843750 +0.129882812500 +-0.030029296875 +0.045654296875 +-0.048095703125 +0.076660156250 +-0.042968750000 +0.099609375000 +-0.070800781250 +0.172851562500 +-0.098632812500 +-0.058593750000 +0.113281250000 +-0.114746093750 +0.041503906250 +-0.064941406250 +-0.091796875000 +0.028442382812 +0.062011718750 +-0.129882812500 +-0.127929687500 +0.023193359375 +-0.083984375000 +-0.001167297363 +-0.086425781250 +0.030883789062 +-0.113281250000 +-0.055175781250 +0.029174804688 +0.001434326172 +0.022583007812 +-0.208984375000 +0.122070312500 +-0.022216796875 +-0.036865234375 +-0.049072265625 +-0.016479492188 +-0.063964843750 +0.039062500000 +0.019897460938 +-0.051513671875 +-0.070800781250 +-0.023681640625 +0.088378906250 +-0.021362304688 +0.052246093750 +-0.149414062500 +-0.009887695312 +0.083984375000 +-0.014221191406 +-0.083007812500 +-0.204101562500 +-0.033935546875 +0.013916015625 +0.068359375000 +0.065917968750 +-0.010559082031 +0.009094238281 +-0.036865234375 +-0.032226562500 +-0.088867187500 +0.012878417969 +-0.077636718750 +-0.209960937500 +-0.037841796875 +0.162109375000 +-0.157226562500 +0.006469726562 +0.073242187500 +0.182617187500 +0.007080078125 +0.006378173828 +-0.035888671875 +0.032958984375 +0.199218750000 +0.006927490234 +0.041503906250 +0.097167968750 +-0.021240234375 +-0.058105468750 +0.091796875000 +0.052734375000 +-0.122070312500 +0.006347656250 +-0.045898437500 +0.154296875000 +-0.008239746094 +-0.021118164062 +-0.018066406250 +0.079101562500 +-0.000092506409 +-0.049316406250 +0.093261718750 +-0.043945312500 +0.041015625000 +-0.041748046875 +-0.014648437500 +0.012390136719 +0.201171875000 +-0.031127929688 +-0.091796875000 +-0.041259765625 +-0.103027343750 +0.017822265625 +0.033447265625 +-0.001205444336 +-0.146484375000 +0.070800781250 +-0.104980468750 +0.005371093750 +-0.009460449219 +-0.082031250000 +-0.096679687500 +-0.005493164062 +-0.096191406250 +-0.141601562500 +-0.038574218750 +-0.108398437500 +0.209960937500 +0.077148437500 +-0.041992187500 +0.021240234375 +0.018554687500 +0.071777343750 +0.041259765625 +-0.030273437500 +-0.026245117188 +-0.006622314453 +0.156250000000 +0.080078125000 +-0.067382812500 +0.012268066406 +-0.027221679688 +-0.041748046875 +-0.046386718750 +0.048583984375 +0.007934570312 +-0.201171875000 +-0.259765625000 +0.001571655273 +-0.157226562500 +0.032958984375 +-0.093261718750 +0.062011718750 +0.004089355469 +0.031982421875 +0.054443359375 +-0.004852294922 +-0.046386718750 +0.092285156250 +0.020874023438 +-0.011169433594 +0.000041961670 +0.041992187500 +-0.076171875000 +-0.060058593750 +-0.077636718750 +-0.131835937500 +-0.068847656250 +-0.083984375000 +-0.127929687500 +-0.025756835938 +0.001716613770 +-0.107421875000 +-0.125000000000 +0.203125000000 +-0.054687500000 +0.024169921875 +0.060302734375 +-0.170898437500 +0.060546875000 +0.020751953125 +-0.121093750000 +-0.023193359375 +-0.064941406250 +0.056884765625 +-0.006774902344 +-0.043212890625 +-0.003143310547 +0.138671875000 +0.190429687500 +-0.018676757812 +-0.045166015625 +-0.106933593750 +0.050292968750 +-0.082031250000 +0.005767822266 +-0.154296875000 +-0.107421875000 +-0.026855468750 +-0.062011718750 +-0.027832031250 +0.160156250000 +-0.132812500000 +-0.102050781250 +-0.045166015625 +-0.053710937500 +-0.138671875000 +-0.122070312500 +-0.075195312500 +0.019165039062 +-0.160156250000 +0.141601562500 +-0.040039062500 +0.035156250000 +-0.106933593750 +0.023803710938 +0.047363281250 +-0.013854980469 +-0.005157470703 +0.063476562500 +0.012634277344 +-0.067382812500 +-0.119140625000 +-0.057617187500 +-0.010131835938 +0.019287109375 +-0.084472656250 +-0.028442382812 +-0.076660156250 +-0.099609375000 +0.062988281250 +0.027954101562 +0.020874023438 +-0.029052734375 +-0.176757812500 +-0.169921875000 +-0.025756835938 +0.034179687500 +0.002960205078 +0.015563964844 +-0.154296875000 +-0.018676757812 +-0.070800781250 +0.043457031250 +-0.057373046875 +-0.128906250000 +-0.076171875000 +-0.005187988281 +0.068847656250 +-0.016235351562 +0.008911132812 +0.006622314453 +-0.122558593750 +-0.007049560547 +0.038330078125 +-0.121093750000 +0.074218750000 +-0.160156250000 +-0.017700195312 +0.095703125000 +-0.030639648438 +-0.179687500000 +-0.021606445312 +0.104980468750 +0.115722656250 +0.053710937500 +0.066406250000 +-0.092285156250 +-0.066406250000 +-0.022949218750 +0.012756347656 +-0.002853393555 +-0.007934570312 +-0.112792968750 +-0.096679687500 +-0.079589843750 +0.055419921875 +0.098632812500 +0.073242187500 +-0.040771484375 +0.049560546875 +-0.065917968750 +-0.024414062500 +-0.011535644531 +0.042480468750 +0.126953125000 +0.010009765625 +0.086914062500 +0.016723632812 +0.032470703125 +-0.061279296875 +-0.051513671875 +-0.240234375000 +-0.019409179688 +-0.078125000000 +-0.049560546875 +0.163085937500 +-0.108398437500 +0.009948730469 +0.031250000000 +-0.069335937500 +0.025024414062 +-0.023925781250 +-0.009826660156 +0.025268554688 +0.082031250000 +0.143554687500 +-0.124023437500 +0.046875000000 +0.001426696777 +0.023315429688 +0.099609375000 +0.114746093750 +-0.120605468750 +-0.008666992188 +0.113281250000 +-0.017822265625 +-0.063964843750 +-0.044677734375 +-0.055664062500 +-0.008789062500 +-0.089843750000 +-0.126953125000 +0.029418945312 +-0.051269531250 +-0.022827148438 +-0.037841796875 +0.066406250000 +-0.076171875000 +-0.128906250000 +-0.027343750000 +-0.004791259766 +-0.124023437500 +0.052246093750 +-0.119628906250 +-0.045654296875 +-0.055419921875 +0.069824218750 +0.054443359375 +-0.019531250000 +-0.104003906250 +0.055175781250 +-0.001174926758 +-0.051513671875 +0.026123046875 +-0.002105712891 +-0.208984375000 +0.210937500000 +-0.144531250000 +-0.168945312500 +0.047851562500 +0.088867187500 +0.012695312500 +0.052978515625 +-0.017700195312 +0.047363281250 +-0.066406250000 +-0.002792358398 +0.018432617188 +0.126953125000 +0.066406250000 +-0.071289062500 +-0.031005859375 +-0.001846313477 +0.028320312500 +-0.002502441406 +-0.040039062500 +0.166015625000 +0.126953125000 +0.078613281250 +-0.034667968750 +0.009338378906 +-0.030029296875 +0.125976562500 +-0.058105468750 +-0.084960937500 +-0.079101562500 +-0.166015625000 +0.140625000000 +-0.014099121094 +-0.014099121094 +-0.000762939453 +0.006134033203 +-0.008178710938 +-0.049560546875 +-0.059082031250 +0.125000000000 +0.022460937500 +-0.068359375000 +-0.156250000000 +-0.054199218750 +0.115722656250 +-0.043212890625 +-0.020263671875 +-0.019775390625 +0.053466796875 +0.014526367188 +-0.051025390625 +0.092285156250 +-0.081054687500 +0.008361816406 +0.106933593750 +0.033203125000 +0.070312500000 +0.003005981445 +-0.096679687500 +-0.073730468750 +-0.053222656250 +-0.021728515625 +-0.026489257812 +-0.055664062500 +0.001380920410 +-0.251953125000 +0.039794921875 +0.012939453125 +-0.031982421875 +-0.120117187500 +-0.181640625000 +-0.089843750000 +-0.009155273438 +0.031494140625 +-0.040527343750 +-0.018066406250 +-0.061523437500 +-0.220703125000 +0.015502929688 +-0.062255859375 +0.039306640625 +-0.117675781250 +0.045410156250 +0.070800781250 +0.060546875000 +0.060546875000 +0.026245117188 +0.024902343750 +-0.186523437500 +-0.017822265625 +-0.122558593750 +0.012817382812 +-0.108398437500 +0.098632812500 +0.071289062500 +0.121093750000 +-0.080566406250 +0.036621093750 +-0.006927490234 +0.017700195312 +-0.027465820312 +-0.090332031250 +0.076171875000 +-0.057617187500 +0.048095703125 +-0.061523437500 +-0.014038085938 +-0.086425781250 +0.079101562500 +0.128906250000 +-0.132812500000 +0.032226562500 +-0.046875000000 +-0.167968750000 +-0.080078125000 +-0.025146484375 +0.139648437500 +0.028442382812 +-0.045410156250 +0.008300781250 +-0.019042968750 +-0.001075744629 +-0.025390625000 +0.121093750000 +-0.137695312500 +-0.033935546875 +0.084960937500 +-0.150390625000 +-0.025146484375 +-0.103027343750 +-0.002731323242 +-0.108886718750 +0.163085937500 +0.049804687500 +0.051757812500 +-0.009765625000 +0.054931640625 +-0.034912109375 +0.030395507812 +0.147460937500 +0.128906250000 +-0.081054687500 +-0.029663085938 +0.011291503906 +-0.044677734375 +-0.083007812500 +0.143554687500 +-0.016967773438 +0.025390625000 +-0.075195312500 +0.014099121094 +-0.048828125000 +-0.030761718750 +-0.073730468750 +-0.034423828125 +-0.024414062500 +-0.026855468750 +0.103515625000 +-0.037109375000 +0.111328125000 +0.069335937500 +-0.008789062500 +-0.034423828125 +-0.054199218750 +0.036376953125 +-0.128906250000 +-0.061279296875 +-0.134765625000 +0.011230468750 +0.090332031250 +-0.104003906250 +-0.060058593750 +-0.135742187500 +0.207031250000 +-0.006958007812 +-0.009521484375 +-0.088867187500 +0.037841796875 +-0.059814453125 +-0.082519531250 +0.020141601562 +-0.005828857422 +0.043945312500 +-0.030761718750 +-0.091796875000 +-0.044189453125 +-0.460937500000 +0.016235351562 +-0.115722656250 +0.098632812500 +0.251953125000 +-0.065429687500 +0.010986328125 +0.057373046875 +0.105468750000 +-0.125000000000 +-0.005340576172 +-0.103027343750 +0.111328125000 +-0.114257812500 +0.016967773438 +-0.079589843750 +0.094726562500 +0.046630859375 +0.040039062500 +-0.208984375000 +-0.088378906250 +0.002944946289 +0.049560546875 +0.257812500000 +0.214843750000 +-0.029785156250 +-0.129882812500 +0.000675201416 +0.031250000000 +-0.078125000000 +-0.017456054688 +0.066894531250 +0.054199218750 +-0.100585937500 +-0.003356933594 +0.042968750000 +-0.098144531250 +0.036132812500 +0.004760742188 +0.116210937500 +-0.078613281250 +-0.031005859375 +-0.004547119141 +-0.125000000000 +0.047607421875 +-0.231445312500 +-0.142578125000 +0.215820312500 +0.075195312500 +-0.006958007812 +-0.078125000000 +0.072265625000 +-0.054443359375 +-0.030273437500 +0.011474609375 +0.048339843750 +-0.052490234375 +0.071777343750 +-0.010986328125 +0.112792968750 +0.120605468750 +0.016845703125 +0.003570556641 +0.043212890625 +-0.030029296875 +-0.003555297852 +0.046875000000 +0.023193359375 +0.089843750000 +-0.188476562500 +-0.139648437500 +-0.060302734375 +-0.125000000000 +0.085449218750 +-0.010131835938 +-0.046630859375 +0.032958984375 +0.011474609375 +0.010803222656 +-0.028442382812 +-0.067871093750 +0.050048828125 +0.147460937500 +0.054687500000 +0.017333984375 +0.051513671875 +-0.009155273438 +-0.024780273438 +-0.225585937500 +-0.123046875000 +0.071289062500 +0.115722656250 +-0.058349609375 +-0.096191406250 +0.049316406250 +-0.096679687500 +-0.023559570312 +-0.063476562500 +-0.202148437500 +0.093750000000 +-0.078125000000 +0.010253906250 +0.076660156250 +-0.086425781250 +-0.150390625000 +-0.084960937500 +-0.027587890625 +0.051757812500 +-0.079589843750 +0.052978515625 +-0.092773437500 +-0.174804687500 +-0.006072998047 +-0.075683593750 +-0.007995605469 +-0.082031250000 +0.113281250000 +-0.059326171875 +0.039306640625 +-0.125976562500 +-0.161132812500 +0.112304687500 +-0.002960205078 +-0.111328125000 +0.104492187500 +0.085937500000 +-0.211914062500 +0.164062500000 +-0.137695312500 +0.104980468750 +-0.127929687500 +-0.053710937500 +-0.112304687500 +0.000320434570 +0.177734375000 +-0.102050781250 +-0.058593750000 +0.032714843750 +0.046142578125 +-0.033447265625 +0.048583984375 +0.124023437500 +-0.123535156250 +-0.166992187500 +-0.015014648438 +0.098144531250 +-0.054687500000 +0.006835937500 +0.042236328125 +-0.080078125000 +-0.110839843750 +-0.071289062500 +0.068847656250 +0.059082031250 +-0.060302734375 +0.134765625000 +0.015197753906 +-0.183593750000 +0.062500000000 +0.093750000000 +-0.095703125000 +-0.123535156250 +0.010681152344 +0.099121093750 +-0.080078125000 +-0.273437500000 +0.019287109375 +0.078613281250 +0.010253906250 +0.007476806641 +-0.024902343750 +0.017822265625 +0.035888671875 +0.083007812500 +0.012634277344 +0.235351562500 +-0.027099609375 +-0.144531250000 +0.042480468750 +-0.058593750000 +-0.099609375000 +-0.046630859375 +0.026611328125 +-0.098632812500 +0.177734375000 +-0.009582519531 +-0.066406250000 +0.009643554688 +0.020874023438 +-0.070800781250 +-0.173828125000 +0.083496093750 +-0.018188476562 +-0.066894531250 +-0.006317138672 +-0.097656250000 +0.078125000000 +0.036621093750 +-0.246093750000 +-0.069335937500 +0.031982421875 +-0.069335937500 +-0.019042968750 +0.036865234375 +0.026000976562 +-0.056884765625 +-0.120605468750 +-0.109375000000 +-0.008544921875 +-0.072265625000 +-0.009033203125 +0.126953125000 +0.046386718750 +-0.108886718750 +-0.063476562500 +-0.024291992188 +-0.018432617188 +-0.083984375000 +0.021118164062 +-0.162109375000 +-0.052001953125 +0.005645751953 +-0.096679687500 +0.161132812500 +0.102539062500 +0.068359375000 +0.001396179199 +-0.047607421875 +0.001869201660 +0.110351562500 +0.017456054688 +-0.003219604492 +0.034179687500 +-0.000740051270 +0.024169921875 +0.011291503906 +0.040283203125 +-0.082519531250 +-0.125976562500 +0.152343750000 +-0.326171875000 +-0.110839843750 +0.149414062500 +0.012084960938 +-0.115722656250 +0.281250000000 +-0.048583984375 +0.005645751953 +-0.119140625000 +-0.094726562500 +0.083007812500 +0.079589843750 +-0.100097656250 +0.055419921875 +-0.016967773438 +-0.052734375000 +0.079589843750 +0.013183593750 +0.046875000000 +0.024291992188 +0.045898437500 +0.093261718750 +-0.112792968750 +-0.110839843750 +0.007019042969 +-0.032714843750 +0.049072265625 +0.069824218750 +-0.000434875488 +0.006011962891 +-0.112792968750 +0.078613281250 +0.012145996094 +0.069824218750 +0.109375000000 +0.192382812500 +-0.008972167969 +0.038330078125 +-0.036865234375 +0.033691406250 +0.003494262695 +0.061035156250 +0.039062500000 +0.016845703125 +0.095214843750 +0.022338867188 +0.110351562500 +0.068847656250 +0.080566406250 +-0.036376953125 +0.005645751953 +0.180664062500 +0.033935546875 +0.033691406250 +-0.059570312500 +-0.139648437500 +0.005950927734 +0.082519531250 +0.039794921875 +-0.049072265625 +-0.027343750000 +-0.169921875000 +-0.021240234375 +-0.026977539062 +-0.054443359375 +-0.236328125000 +0.000103473663 +-0.018554687500 +-0.009338378906 +-0.053710937500 +0.141601562500 +-0.036376953125 +-0.125976562500 +-0.130859375000 +-0.056152343750 +-0.025634765625 +-0.014099121094 +-0.002014160156 +-0.130859375000 +-0.019409179688 +-0.034667968750 +-0.063476562500 +0.076660156250 +-0.047851562500 +0.167968750000 +0.057373046875 +-0.300781250000 +0.076660156250 +0.006713867188 +-0.025390625000 +-0.007385253906 +-0.123046875000 +-0.086425781250 +-0.054443359375 +0.057617187500 +-0.001533508301 +0.025512695312 +-0.023315429688 +0.108886718750 +-0.111816406250 +-0.018432617188 +0.106933593750 +0.006561279297 +0.034912109375 +-0.013305664062 +0.156250000000 +-0.065429687500 +0.086425781250 +-0.104003906250 +-0.020629882812 +-0.038574218750 +0.041748046875 +0.115722656250 +-0.084472656250 +0.021728515625 +-0.045166015625 +0.058349609375 +0.112792968750 +-0.046875000000 +0.020141601562 +0.061035156250 +0.139648437500 +0.099121093750 +0.110351562500 +-0.063964843750 +0.023071289062 +0.023559570312 +-0.019531250000 +0.069824218750 +-0.034912109375 +0.104003906250 +-0.018432617188 +0.125976562500 +-0.096191406250 +-0.020263671875 +0.048583984375 +0.093750000000 +0.043212890625 +0.063964843750 +-0.027832031250 +-0.061767578125 +0.103515625000 +-0.012023925781 +-0.049560546875 +-0.084960937500 +0.114257812500 +-0.000854492188 +-0.091308593750 +0.011657714844 +-0.019165039062 +-0.112304687500 +0.131835937500 +0.012695312500 +-0.002456665039 +0.055419921875 +-0.041992187500 +-0.040527343750 +0.050781250000 +-0.092773437500 +0.020629882812 +0.078613281250 +-0.175781250000 +0.008483886719 +0.009460449219 +-0.171875000000 +-0.042236328125 +-0.131835937500 +0.142578125000 +-0.008117675781 +0.024291992188 +0.047851562500 +-0.018920898438 +-0.008361816406 +0.102050781250 +-0.041503906250 +0.131835937500 +0.009643554688 +0.249023437500 +-0.012634277344 +-0.271484375000 +-0.033447265625 +-0.107910156250 +-0.034179687500 +0.018310546875 +0.080078125000 +0.091308593750 +-0.097167968750 +0.030151367188 +-0.011535644531 +-0.049316406250 +-0.036865234375 +0.151367187500 +-0.173828125000 +0.088378906250 +-0.135742187500 +-0.049072265625 +-0.083984375000 +-0.066894531250 +0.025878906250 +-0.083496093750 +-0.050781250000 +-0.212890625000 +0.126953125000 +0.006805419922 +-0.041992187500 +-0.202148437500 +0.065429687500 +0.051025390625 +-0.041503906250 +-0.060546875000 +0.032470703125 +-0.029663085938 +-0.004333496094 +0.041992187500 +-0.013244628906 +0.067382812500 +-0.041992187500 +-0.002807617188 +0.172851562500 +0.017944335938 +-0.032470703125 +0.019531250000 +-0.083496093750 +0.037841796875 +0.168945312500 +0.097167968750 +0.146484375000 +0.052490234375 +-0.250000000000 +-0.000705718994 +-0.014587402344 +-0.110839843750 +0.117187500000 +-0.077636718750 +-0.112304687500 +0.057128906250 +-0.055419921875 +-0.138671875000 +0.107421875000 +0.060058593750 +0.062255859375 +0.024169921875 +0.047851562500 +0.019775390625 +0.053222656250 +-0.125000000000 +-0.163085937500 +-0.121582031250 +-0.032470703125 +0.034423828125 +0.050292968750 +-0.021728515625 +0.073242187500 +0.081054687500 +-0.019042968750 +0.072265625000 +0.020874023438 +0.077148437500 +-0.020263671875 +-0.011962890625 +0.043457031250 +-0.057128906250 +-0.011230468750 +0.014892578125 +0.040527343750 +-0.059814453125 +-0.168945312500 +0.049560546875 +0.015258789062 +-0.031982421875 +0.046142578125 +0.032226562500 +0.033691406250 +-0.061767578125 +0.011779785156 +0.157226562500 +-0.008605957031 +-0.077636718750 +0.016235351562 +-0.037109375000 +-0.013671875000 +0.007446289062 +0.054443359375 +0.008666992188 +-0.047119140625 +-0.047851562500 +-0.015869140625 +-0.047607421875 +0.057861328125 +-0.026977539062 +0.060791015625 +-0.047607421875 +-0.065429687500 +-0.029052734375 +-0.150390625000 +0.043457031250 +-0.161132812500 +0.121582031250 +0.008361816406 +0.007415771484 +0.049072265625 +0.000907897949 +0.022705078125 +0.161132812500 +-0.085449218750 +-0.023437500000 +0.083984375000 +-0.078125000000 +-0.107421875000 +-0.052734375000 +-0.247070312500 +-0.087402343750 +0.042724609375 +-0.104003906250 +-0.030517578125 +0.017089843750 +0.008483886719 +-0.035644531250 +-0.063964843750 +-0.072753906250 +0.062011718750 +-0.063476562500 +0.006713867188 +-0.080078125000 +-0.091308593750 +0.011047363281 +0.058593750000 +0.209960937500 +-0.030517578125 +-0.074218750000 +0.000587463379 +0.073242187500 +-0.043701171875 +-0.031982421875 +0.006561279297 +-0.019165039062 +-0.086914062500 +-0.010437011719 +0.036621093750 +-0.095703125000 +-0.010375976562 +-0.028076171875 +-0.025146484375 +0.002700805664 +0.046386718750 +-0.227539062500 +-0.054931640625 +-0.034912109375 +0.075195312500 +-0.006561279297 +-0.030883789062 +0.029296875000 +0.022460937500 +-0.018676757812 +-0.097167968750 +0.076171875000 +0.046630859375 +0.046630859375 +-0.015014648438 +0.008972167969 +0.026245117188 +-0.339843750000 +-0.067871093750 +0.123046875000 +0.020751953125 +0.124511718750 +-0.082519531250 +-0.034179687500 +-0.055908203125 +0.054199218750 +0.039062500000 +-0.071777343750 +0.083007812500 +-0.019165039062 +-0.023193359375 +0.073242187500 +-0.114746093750 +0.068847656250 +0.027343750000 +-0.034912109375 +0.014465332031 +-0.080566406250 +0.002426147461 +0.083984375000 +0.150390625000 +-0.053955078125 +0.018432617188 +0.007934570312 +-0.062255859375 +-0.018798828125 +0.076660156250 +-0.005950927734 +0.100097656250 +-0.069335937500 +0.019042968750 +0.041259765625 +0.184570312500 +0.030029296875 +-0.124023437500 +0.018310546875 +0.039550781250 +0.037841796875 +0.076660156250 +0.065429687500 +-0.025756835938 +-0.031982421875 +0.300781250000 +-0.049804687500 +0.032714843750 +-0.185546875000 +0.000377655029 +0.054687500000 +0.005035400391 +0.022827148438 +0.062255859375 +-0.098144531250 +-0.019897460938 +-0.060546875000 +-0.137695312500 +0.123046875000 +0.048583984375 +0.204101562500 +0.129882812500 +0.068359375000 +0.061523437500 +-0.041259765625 +0.133789062500 +-0.065429687500 +0.026611328125 +-0.075683593750 +-0.011291503906 +0.058105468750 +0.031494140625 +0.035888671875 +0.016357421875 +-0.014892578125 +0.054931640625 +0.002258300781 +-0.028930664062 +0.091308593750 +0.061035156250 +-0.084472656250 +-0.083984375000 +-0.093261718750 +-0.022949218750 +0.094726562500 +-0.053222656250 +0.052734375000 +-0.169921875000 +0.137695312500 +0.159179687500 +-0.137695312500 +-0.105957031250 +-0.210937500000 +-0.066894531250 +-0.021606445312 +-0.147460937500 +-0.016479492188 +-0.110839843750 +-0.085449218750 +-0.006134033203 +-0.016113281250 +0.082519531250 +-0.012023925781 +0.131835937500 +-0.212890625000 +-0.107421875000 +-0.041015625000 +-0.097656250000 +-0.019775390625 +0.028564453125 +-0.115234375000 +-0.026855468750 +-0.031127929688 +-0.062255859375 +-0.149414062500 +0.104003906250 +0.131835937500 +-0.044677734375 +0.119140625000 +-0.070312500000 +-0.145507812500 +0.079589843750 +0.027954101562 +0.102050781250 +-0.111816406250 +0.020263671875 +0.081054687500 +0.009643554688 +-0.059326171875 +0.080078125000 +-0.021728515625 +-0.003997802734 +-0.062500000000 +0.042724609375 +-0.140625000000 +-0.011779785156 +-0.038818359375 +-0.161132812500 +0.087402343750 +0.139648437500 +-0.047119140625 +-0.033691406250 +-0.076171875000 +0.079589843750 +0.034423828125 +-0.088378906250 +0.202148437500 +-0.043457031250 +0.173828125000 +0.059814453125 +0.169921875000 +-0.004089355469 +0.121093750000 +-0.185546875000 +-0.075195312500 +0.259765625000 +-0.037109375000 +0.009094238281 +0.010742187500 +-0.108886718750 +0.206054687500 +-0.051513671875 +-0.112792968750 +0.028442382812 +0.112304687500 +-0.054199218750 +-0.098632812500 +0.144531250000 +-0.139648437500 +0.046386718750 +0.037353515625 +-0.052734375000 +-0.009704589844 +-0.073730468750 +-0.039062500000 +0.065429687500 +-0.091796875000 +-0.162109375000 +-0.020263671875 +-0.059570312500 +-0.071289062500 +0.107421875000 +0.048095703125 +-0.001289367676 +-0.044677734375 +0.052734375000 +-0.151367187500 +-0.114257812500 +0.166015625000 +-0.097656250000 +0.093261718750 +0.004241943359 +0.154296875000 +-0.010131835938 +-0.022094726562 +-0.025634765625 +-0.012878417969 +-0.109863281250 +-0.074218750000 +0.088867187500 +0.134765625000 +-0.076660156250 +0.034912109375 +0.094238281250 +0.000713348389 +-0.008056640625 +-0.157226562500 +-0.042724609375 +0.065917968750 +-0.000961303711 +0.087402343750 +-0.148437500000 +-0.104980468750 +0.117675781250 +0.084960937500 +-0.013793945312 +-0.037597656250 +0.003463745117 +-0.007354736328 +-0.053466796875 +-0.008972167969 +-0.194335937500 +0.024536132812 +-0.016723632812 +0.057617187500 +-0.078613281250 +0.144531250000 +0.102539062500 +0.279296875000 +-0.125976562500 +-0.065917968750 +0.005432128906 +-0.049804687500 +0.105957031250 +0.045410156250 +-0.244140625000 +-0.003463745117 +0.020751953125 +0.098144531250 +-0.044921875000 +-0.115234375000 +-0.080078125000 +0.068359375000 +0.044921875000 +-0.001289367676 +0.023193359375 +0.019165039062 +-0.016967773438 +-0.119140625000 +-0.105468750000 +-0.123046875000 +0.122070312500 +0.061523437500 +-0.181640625000 +-0.027343750000 +-0.048583984375 +-0.021972656250 +-0.038330078125 +-0.014160156250 +-0.107421875000 +-0.136718750000 +-0.004730224609 +-0.043945312500 +0.008056640625 +0.097656250000 +-0.057373046875 +0.116699218750 +-0.021362304688 +-0.059814453125 +-0.083007812500 +0.192382812500 +0.022705078125 +-0.064941406250 +-0.069335937500 +-0.111328125000 +0.129882812500 +-0.000368118286 +0.020751953125 +0.014282226562 +0.028808593750 +0.000204086304 +-0.022827148438 +0.033935546875 +0.062255859375 +-0.074218750000 +0.107910156250 +0.083984375000 +0.025756835938 +-0.037841796875 +0.094726562500 +-0.137695312500 +0.017089843750 +0.052001953125 +-0.000701904297 +0.072265625000 +-0.022705078125 +-0.019653320312 +-0.088867187500 +0.024780273438 +-0.017333984375 +-0.038818359375 +-0.052246093750 +-0.100097656250 +0.070800781250 +-0.069335937500 +-0.055664062500 +0.018920898438 +-0.051513671875 +0.032226562500 +-0.106933593750 +0.105468750000 +-0.032714843750 +-0.026123046875 +0.017822265625 +0.061279296875 +-0.068359375000 +-0.079101562500 +0.005340576172 +0.163085937500 +-0.048095703125 +0.209960937500 +0.076171875000 +-0.158203125000 +0.001113891602 +0.066406250000 +0.367187500000 +0.059082031250 +0.027709960938 +0.125976562500 +0.064941406250 +0.003509521484 +0.072753906250 +-0.061279296875 +-0.123535156250 +-0.032470703125 +0.051513671875 +-0.040283203125 +-0.046386718750 +0.030273437500 +0.104003906250 +-0.108886718750 +-0.132812500000 +0.019042968750 +0.005554199219 +-0.239257812500 +-0.064453125000 +-0.155273437500 +0.068847656250 +-0.053466796875 +0.188476562500 +-0.007720947266 +0.032226562500 +0.035644531250 +0.188476562500 +-0.000131607056 +-0.061767578125 +-0.014038085938 +-0.134765625000 +0.028320312500 +0.182617187500 +0.064453125000 +-0.000907897949 +-0.090820312500 +0.027587890625 +-0.050292968750 +-0.005462646484 +-0.324218750000 +0.098632812500 +0.025024414062 +-0.004272460938 +0.006958007812 +-0.010498046875 +0.104980468750 +0.085937500000 +-0.116699218750 +0.050048828125 +-0.007171630859 +-0.065429687500 +0.073730468750 +0.037109375000 +0.199218750000 +0.003067016602 +-0.083984375000 +0.020629882812 +-0.058105468750 +-0.219726562500 +0.102050781250 +0.170898437500 +0.059814453125 +-0.131835937500 +-0.075683593750 +0.073242187500 +-0.014770507812 +0.028808593750 +-0.067382812500 +0.018066406250 +0.105957031250 +0.031738281250 +-0.113281250000 +-0.029907226562 +0.003311157227 +-0.010742187500 +-0.098144531250 +-0.099609375000 +0.104492187500 +0.078125000000 +0.032226562500 +0.037841796875 +-0.007720947266 +-0.188476562500 +-0.029785156250 +0.100585937500 +-0.089843750000 +-0.089355468750 +-0.012573242188 +-0.048339843750 +0.054443359375 +0.063476562500 +-0.021484375000 +-0.050048828125 +-0.101074218750 +0.010681152344 +0.051513671875 +0.055908203125 +-0.025390625000 +-0.024780273438 +-0.089843750000 +-0.050537109375 +0.071289062500 +0.119140625000 +-0.107910156250 +-0.131835937500 +0.087890625000 +0.030273437500 +0.026489257812 +-0.034179687500 +-0.052490234375 +-0.100097656250 +0.099609375000 +0.080566406250 +-0.041748046875 +0.042480468750 +0.048095703125 +-0.039062500000 +0.007446289062 +0.035156250000 +0.059326171875 +0.109375000000 +0.090820312500 +-0.055419921875 +-0.144531250000 +0.013061523438 +0.142578125000 +0.114746093750 +-0.060058593750 +0.097167968750 +-0.005645751953 +-0.017578125000 +-0.064941406250 +0.086914062500 +-0.146484375000 +0.006042480469 +0.039306640625 +0.084472656250 +-0.041259765625 +0.012634277344 +0.062255859375 +-0.004058837891 +0.009826660156 +0.015869140625 +-0.082031250000 +-0.023071289062 +-0.162109375000 +0.008361816406 +-0.053710937500 +-0.029785156250 +0.048828125000 +-0.037841796875 +-0.082031250000 +0.018066406250 +0.052490234375 +-0.100585937500 +0.068359375000 +0.047119140625 +-0.028320312500 +-0.003875732422 +0.115234375000 +0.078125000000 +0.042968750000 +-0.082031250000 +-0.059326171875 +0.061767578125 +0.053955078125 +0.041015625000 +0.005004882812 +0.007659912109 +0.074218750000 +0.080078125000 +-0.062988281250 +-0.063964843750 +-0.011230468750 +-0.109375000000 +0.057373046875 +-0.020507812500 +-0.105957031250 +0.060302734375 +-0.207031250000 +0.033691406250 +-0.088867187500 +0.223632812500 +-0.093261718750 +-0.068847656250 +0.043701171875 +0.027099609375 +0.009155273438 +-0.228515625000 +-0.253906250000 +0.003524780273 +-0.021240234375 +-0.062011718750 +0.015747070312 +0.154296875000 +-0.101074218750 +0.098632812500 +0.232421875000 +0.025146484375 +0.129882812500 +0.030639648438 +0.021484375000 +-0.198242187500 +0.095214843750 +0.085937500000 +0.019165039062 +-0.055908203125 +0.072265625000 +0.057373046875 +-0.107910156250 +0.114746093750 +-0.085937500000 +0.097167968750 +0.184570312500 +0.001708984375 +-0.025268554688 +-0.036865234375 +-0.039550781250 +0.012329101562 +-0.002639770508 +0.021118164062 +-0.066406250000 +-0.162109375000 +0.027099609375 +-0.120605468750 +0.021484375000 +-0.004089355469 +0.009155273438 +0.003540039062 +-0.036132812500 +0.183593750000 +-0.122070312500 +-0.063964843750 +-0.021118164062 +-0.103515625000 +-0.016357421875 +0.122558593750 +-0.006347656250 +-0.147460937500 +0.070312500000 +-0.019409179688 +0.029541015625 +0.098144531250 +-0.174804687500 +0.056640625000 +0.008972167969 +-0.105468750000 +0.062500000000 +0.027343750000 +-0.035644531250 +-0.112792968750 +-0.059814453125 +-0.019409179688 +-0.138671875000 +0.109863281250 +0.059814453125 +0.084960937500 +0.074218750000 +-0.064941406250 +-0.099121093750 +0.134765625000 +-0.003417968750 +-0.064453125000 +0.024536132812 +0.018920898438 +0.093750000000 +-0.037109375000 +0.046630859375 +0.073730468750 +-0.175781250000 +-0.000568389893 +-0.106445312500 +0.145507812500 +0.098632812500 +-0.198242187500 +0.088867187500 +-0.060058593750 +0.014404296875 +-0.211914062500 +-0.034912109375 +0.057617187500 +-0.035400390625 +-0.017944335938 +0.048095703125 +-0.032226562500 +-0.134765625000 +-0.005310058594 +-0.030029296875 +-0.047363281250 +0.092285156250 +0.002380371094 +-0.053955078125 +0.047363281250 +0.112304687500 +-0.053222656250 +-0.094726562500 +-0.014526367188 +0.007751464844 +0.008361816406 +0.186523437500 +-0.106933593750 +-0.195312500000 +-0.146484375000 +0.143554687500 +0.091308593750 +0.020507812500 +0.125000000000 +0.050292968750 +-0.060058593750 +-0.011657714844 +0.011108398438 +0.104980468750 +-0.076171875000 +-0.061279296875 +0.077636718750 +0.108398437500 +-0.038574218750 +0.032958984375 +0.010925292969 +0.008972167969 +0.070800781250 +-0.025024414062 +-0.115234375000 +-0.142578125000 +-0.004089355469 +0.094238281250 +-0.100585937500 +0.044677734375 +-0.082519531250 +0.010437011719 +0.108886718750 +0.055664062500 +-0.250000000000 +-0.105957031250 +-0.031494140625 +-0.039794921875 +0.071777343750 +-0.125976562500 +-0.010314941406 +-0.021728515625 +-0.076171875000 +-0.019409179688 +-0.145507812500 +0.202148437500 +0.045166015625 +-0.062011718750 +-0.054687500000 +0.031982421875 +0.047119140625 +-0.043457031250 +0.265625000000 +0.002593994141 +-0.000224113464 +-0.014221191406 +-0.080078125000 +-0.066894531250 +0.132812500000 +0.020385742188 +0.136718750000 +-0.126953125000 +0.000268936157 +0.054931640625 +0.093261718750 +-0.084472656250 +-0.076660156250 +-0.075195312500 +-0.052246093750 +0.143554687500 +0.067382812500 +0.123046875000 +-0.015869140625 +-0.187500000000 +0.022949218750 +0.004760742188 +0.055419921875 +-0.049804687500 +-0.034179687500 +0.019409179688 +0.008300781250 +-0.017944335938 +0.038818359375 +0.030273437500 +-0.083007812500 +-0.113769531250 +0.123535156250 +-0.007995605469 +0.131835937500 +0.014343261719 +-0.042236328125 +0.055908203125 +0.107421875000 +-0.017578125000 +-0.011230468750 +-0.069335937500 +0.030395507812 +-0.222656250000 +0.070800781250 +0.050781250000 +0.080078125000 +-0.073730468750 +-0.031494140625 +0.084472656250 +-0.100585937500 +-0.078613281250 +-0.149414062500 +0.070312500000 +0.190429687500 +0.011047363281 +-0.049804687500 +0.059082031250 +-0.027709960938 +0.017578125000 +0.035400390625 +-0.048095703125 +-0.131835937500 +0.073242187500 +0.063964843750 +0.061035156250 +0.060302734375 +-0.143554687500 +0.045410156250 +0.011779785156 +-0.091796875000 +0.040283203125 +0.003067016602 +-0.053222656250 +0.060546875000 +-0.107910156250 +-0.065917968750 +0.120117187500 +0.056396484375 +0.008422851562 +0.084472656250 +-0.054443359375 +-0.005737304688 +0.092773437500 +-0.137695312500 +0.067871093750 +0.217773437500 +-0.100097656250 +0.082519531250 +0.043701171875 +0.040527343750 +-0.015197753906 +0.015869140625 +-0.071289062500 +-0.155273437500 +0.019653320312 +0.031250000000 +-0.136718750000 +0.012329101562 +-0.044433593750 +-0.014221191406 +-0.017211914062 +0.133789062500 +0.006500244141 +-0.102050781250 +0.017456054688 +-0.102050781250 +0.007507324219 +-0.006774902344 +0.118164062500 +-0.045654296875 +-0.135742187500 +0.016479492188 +-0.007995605469 +0.065917968750 +-0.126953125000 +-0.082519531250 +0.041015625000 +-0.126953125000 +0.051757812500 +-0.104003906250 +0.070800781250 +0.078613281250 +0.137695312500 +-0.119628906250 +0.012634277344 +0.033935546875 +0.006896972656 +0.039062500000 +-0.073730468750 +-0.045654296875 +0.052001953125 +0.034912109375 +-0.013427734375 +0.015991210938 +-0.049560546875 +-0.018432617188 +-0.018066406250 +-0.062988281250 +-0.013488769531 +0.105468750000 +-0.160156250000 +0.119628906250 +-0.066406250000 +-0.083496093750 +0.157226562500 +-0.035644531250 +-0.077148437500 +0.062988281250 +0.131835937500 +-0.033691406250 +-0.094238281250 +-0.091308593750 +0.163085937500 +-0.035400390625 +0.009948730469 +-0.081054687500 +0.092285156250 +0.017578125000 +-0.197265625000 +-0.145507812500 +-0.107421875000 +-0.098632812500 +-0.122070312500 +0.053222656250 +0.050292968750 +0.007324218750 +-0.044189453125 +-0.170898437500 +-0.023803710938 +-0.072753906250 +-0.068359375000 +-0.028930664062 +-0.139648437500 +-0.001167297363 +0.070800781250 +0.085449218750 +-0.077148437500 +-0.098632812500 +0.022949218750 +-0.039550781250 +0.013305664062 +-0.049804687500 +-0.019165039062 +0.044677734375 +0.085937500000 +0.025024414062 +0.020019531250 +0.063964843750 +-0.126953125000 +0.011169433594 +0.034423828125 +-0.145507812500 +0.099609375000 +0.018920898438 +-0.096191406250 +-0.007934570312 +0.063964843750 +0.098144531250 +0.134765625000 +-0.045654296875 +0.021850585938 +-0.008483886719 +0.014587402344 +0.145507812500 +-0.136718750000 +0.014282226562 +-0.061279296875 +-0.077148437500 +0.115234375000 +0.096191406250 +0.006469726562 +0.070312500000 +-0.052734375000 +-0.160156250000 +-0.025390625000 +0.018066406250 +0.030029296875 +0.012084960938 +-0.017333984375 +0.034179687500 +0.166015625000 +0.058593750000 +-0.192382812500 +0.115234375000 +-0.033691406250 +-0.073730468750 +0.020751953125 +-0.040771484375 +-0.046386718750 +-0.078125000000 +0.026000976562 +-0.230468750000 +-0.133789062500 +0.112792968750 +-0.003265380859 +0.087402343750 +-0.021118164062 +-0.018188476562 +0.064941406250 +0.154296875000 +0.041259765625 +-0.111328125000 +-0.171875000000 +0.052490234375 +0.019775390625 +-0.026855468750 +-0.002914428711 +-0.084472656250 +-0.145507812500 +-0.279296875000 +-0.050537109375 +0.017089843750 +0.009887695312 +0.000238418579 +-0.073730468750 +-0.024169921875 +0.119140625000 +0.058837890625 +0.001937866211 +-0.001663208008 +-0.039306640625 +0.082031250000 +0.183593750000 +-0.107421875000 +-0.007934570312 +-0.175781250000 +0.092285156250 +-0.100585937500 +0.063476562500 +0.052246093750 +0.114746093750 +-0.141601562500 +0.032470703125 +0.125000000000 +-0.148437500000 +0.058105468750 +0.001220703125 +-0.091308593750 +0.089843750000 +0.037353515625 +0.074218750000 +-0.143554687500 +0.155273437500 +0.085449218750 +0.020019531250 +-0.004394531250 +0.000373840332 +-0.080078125000 +-0.142578125000 +0.195312500000 +0.011352539062 +0.034912109375 +-0.020629882812 +-0.111816406250 +-0.040771484375 +0.104003906250 +-0.027709960938 +0.150390625000 +-0.114257812500 +0.055664062500 +-0.013366699219 +-0.006378173828 +-0.042480468750 +0.031982421875 +-0.039550781250 +0.138671875000 +-0.122558593750 +-0.014404296875 +-0.000068664551 +0.011474609375 +-0.070800781250 +-0.078125000000 +0.007507324219 +0.017333984375 +-0.020385742188 +-0.015014648438 +0.000288009644 +0.038818359375 +0.029663085938 +0.100585937500 +-0.000377655029 +0.085449218750 +-0.022583007812 +0.033691406250 +0.069335937500 +-0.113281250000 +-0.045166015625 +-0.023559570312 +0.178710937500 +-0.091796875000 +-0.057617187500 +0.007141113281 +-0.035888671875 +-0.143554687500 +0.029174804688 +-0.101074218750 +-0.044189453125 +0.007812500000 +0.306640625000 +0.066406250000 +-0.030883789062 +-0.066406250000 +-0.062988281250 +0.049316406250 +0.019409179688 +-0.028198242188 +-0.022705078125 +-0.043945312500 +-0.016845703125 +-0.115234375000 +-0.085449218750 +-0.013793945312 +-0.061767578125 +0.107421875000 +-0.066406250000 +0.069335937500 +-0.012573242188 +-0.025756835938 +-0.147460937500 +-0.051513671875 +0.056884765625 +0.012329101562 +0.054199218750 +0.044433593750 +0.055175781250 +0.157226562500 +0.092285156250 +0.244140625000 +0.093750000000 +-0.083007812500 +0.020507812500 +-0.070312500000 +-0.117187500000 +0.185546875000 +0.055175781250 +0.037597656250 +0.095703125000 +0.004058837891 +-0.050048828125 +-0.076171875000 +0.068847656250 +0.117187500000 +-0.057373046875 +-0.029663085938 +-0.031982421875 +0.119628906250 +0.007781982422 +0.060058593750 +-0.139648437500 +-0.023803710938 +0.104003906250 +0.044189453125 +-0.018676757812 +-0.006347656250 +0.105468750000 +0.103515625000 +-0.165039062500 +0.040039062500 +-0.037109375000 +0.056152343750 +-0.116699218750 +-0.044677734375 +0.296875000000 +0.109863281250 +0.031494140625 +0.029418945312 +0.021240234375 +0.070800781250 +-0.011169433594 +0.040283203125 +-0.035888671875 +0.176757812500 +0.015075683594 +-0.174804687500 +-0.152343750000 +0.018310546875 +0.083007812500 +0.111328125000 +-0.027099609375 +-0.159179687500 +-0.202148437500 +-0.004516601562 +-0.124511718750 +-0.033203125000 +0.085937500000 +-0.035156250000 +0.054931640625 +0.060302734375 +-0.015319824219 +-0.060058593750 +-0.065917968750 +-0.114746093750 +0.075683593750 +-0.117675781250 +0.004089355469 +0.002365112305 +-0.050537109375 +-0.145507812500 +-0.238281250000 +0.068359375000 +0.012023925781 +0.088867187500 +0.049072265625 +0.039306640625 +0.158203125000 +0.040527343750 +0.000394821167 +-0.070800781250 +-0.133789062500 +-0.151367187500 +-0.062011718750 +0.033935546875 +-0.114746093750 +0.173828125000 +-0.246093750000 +0.054199218750 +-0.052734375000 +-0.005065917969 +-0.002441406250 +0.047607421875 +-0.101074218750 +-0.158203125000 +0.055664062500 +-0.068359375000 +0.055175781250 +0.082519531250 +-0.169921875000 +0.016601562500 +0.034667968750 +0.109863281250 +-0.059814453125 +0.073730468750 +-0.006439208984 +-0.140625000000 +0.114746093750 +-0.014953613281 +-0.028564453125 +-0.067382812500 +-0.002273559570 +0.059082031250 +0.114257812500 +0.126953125000 +0.018676757812 +0.025756835938 +0.042480468750 +-0.017944335938 +0.020141601562 +-0.097656250000 +-0.138671875000 +0.045654296875 +0.023193359375 +-0.058593750000 +0.077148437500 +0.050781250000 +-0.152343750000 +0.070312500000 +0.083007812500 +-0.100097656250 +-0.143554687500 +0.013610839844 +-0.095214843750 +-0.150390625000 +-0.040771484375 +0.013061523438 +0.036132812500 +-0.036621093750 +0.149414062500 +0.028076171875 +-0.054443359375 +0.248046875000 +-0.030639648438 +0.164062500000 +-0.020874023438 +-0.062988281250 +0.123535156250 +0.275390625000 +0.088378906250 +-0.006225585938 +-0.083007812500 +0.021118164062 +0.145507812500 +0.043457031250 +-0.075195312500 +0.090332031250 +0.032226562500 +0.037109375000 +-0.002944946289 +0.008789062500 +-0.093261718750 +-0.016845703125 +-0.029418945312 +-0.039306640625 +0.000671386719 +-0.014526367188 +0.014892578125 +0.019775390625 +-0.116699218750 +0.098144531250 +-0.106933593750 +-0.036621093750 +0.050048828125 +-0.074218750000 +-0.018310546875 +0.121582031250 +0.020141601562 +-0.080566406250 +-0.135742187500 +-0.032226562500 +-0.053466796875 +0.113769531250 +0.015869140625 +-0.052734375000 +0.118164062500 +0.004882812500 +-0.021362304688 +0.174804687500 +-0.058593750000 +0.126953125000 +0.100585937500 +0.019897460938 +-0.051513671875 +-0.023681640625 +-0.067382812500 +-0.134765625000 +0.070800781250 +-0.005493164062 +0.114257812500 +0.003616333008 +-0.090332031250 +-0.030395507812 +0.063476562500 +-0.090820312500 +0.013061523438 +-0.137695312500 +-0.089355468750 +0.029541015625 +-0.039306640625 +0.063476562500 +-0.084472656250 +0.042968750000 +0.048095703125 +0.109375000000 +-0.186523437500 +-0.014953613281 +-0.014587402344 +0.041259765625 +-0.045654296875 +0.098632812500 +0.007080078125 +-0.090820312500 +0.012084960938 +0.072265625000 +0.064453125000 +0.102050781250 +0.227539062500 +0.028198242188 +-0.001922607422 +-0.047851562500 +0.006805419922 +-0.115234375000 +-0.171875000000 +-0.130859375000 +-0.020507812500 +0.302734375000 +-0.027221679688 +-0.007476806641 +0.209960937500 +-0.135742187500 +-0.086914062500 +-0.107421875000 +0.085449218750 +-0.050781250000 +-0.085937500000 +-0.015625000000 +-0.114257812500 +-0.094238281250 +0.027221679688 +-0.038085937500 +0.041748046875 +0.001731872559 +-0.083007812500 +0.085937500000 +0.052246093750 +0.013488769531 +0.078125000000 +-0.165039062500 +0.090332031250 +0.098144531250 +-0.041503906250 +-0.022827148438 +-0.020751953125 +0.101562500000 +0.039794921875 +0.127929687500 +0.068847656250 +-0.089355468750 +0.170898437500 +0.030761718750 +-0.010314941406 +-0.068359375000 +0.047607421875 +-0.035888671875 +0.050781250000 +-0.157226562500 +0.062988281250 +0.078125000000 +0.006347656250 +-0.050292968750 +-0.085449218750 +-0.072753906250 +0.065917968750 +-0.076660156250 +0.111328125000 +-0.031127929688 +0.029174804688 +0.030639648438 +0.047363281250 +0.038085937500 +0.059570312500 +0.125000000000 +-0.098144531250 +0.033447265625 +-0.041015625000 +-0.018188476562 +-0.131835937500 +-0.053955078125 +0.070312500000 +0.029052734375 +-0.106933593750 +0.057128906250 +-0.003890991211 +0.028076171875 +0.038330078125 +-0.021484375000 +-0.040527343750 +-0.174804687500 +0.193359375000 +0.021606445312 +0.095214843750 +0.028686523438 +-0.014770507812 +-0.001998901367 +0.041748046875 +0.012573242188 +0.163085937500 +-0.035888671875 +0.009582519531 +0.113769531250 +-0.160156250000 +0.066406250000 +-0.056884765625 +0.098144531250 +0.009521484375 +0.063476562500 +-0.032470703125 +-0.080078125000 +0.115722656250 +-0.059814453125 +0.089355468750 +-0.117675781250 +0.035644531250 +-0.083007812500 +-0.083984375000 +0.174804687500 +0.333984375000 +0.037597656250 +0.046630859375 +0.146484375000 +0.086425781250 +-0.046630859375 +0.103515625000 +-0.037841796875 +-0.016479492188 +0.160156250000 +-0.103027343750 +-0.068359375000 +0.091308593750 +-0.199218750000 +0.014282226562 +-0.056640625000 +-0.027221679688 +-0.093750000000 +-0.098144531250 +0.004211425781 +-0.117187500000 +0.002258300781 +0.054931640625 +0.135742187500 +-0.056152343750 +-0.043457031250 +0.026611328125 +-0.064453125000 +0.124023437500 +0.085449218750 +-0.188476562500 +-0.223632812500 +0.041259765625 +0.186523437500 +-0.029174804688 +0.067871093750 +0.082031250000 +-0.009094238281 +-0.173828125000 +-0.017822265625 +-0.093750000000 +-0.038085937500 +0.090820312500 +0.070800781250 +-0.041015625000 +-0.006134033203 +-0.048583984375 +-0.015502929688 +-0.020507812500 +-0.031494140625 +0.094238281250 +-0.025512695312 +0.058105468750 +-0.109375000000 +0.049560546875 +-0.008605957031 +-0.139648437500 +-0.016601562500 +-0.147460937500 +-0.064941406250 +0.147460937500 +-0.179687500000 +0.015014648438 +-0.013732910156 +-0.032958984375 +-0.101074218750 +0.179687500000 +0.012939453125 +-0.107910156250 +-0.045410156250 +-0.004272460938 +0.039550781250 +0.000081062317 +0.029541015625 +0.046630859375 +-0.063964843750 +0.058105468750 +-0.065429687500 +-0.093750000000 +0.031738281250 +0.052734375000 +-0.029174804688 +-0.100097656250 +0.096191406250 +-0.025878906250 +0.089355468750 +-0.113281250000 +0.100097656250 +-0.043945312500 +0.088867187500 +0.070800781250 +0.004577636719 +0.010131835938 +0.126953125000 +0.089355468750 +0.047363281250 +0.103027343750 +-0.096679687500 +-0.109375000000 +-0.088867187500 +-0.072265625000 +-0.017333984375 +-0.016357421875 +0.019531250000 +0.025268554688 +-0.277343750000 +-0.143554687500 +-0.085449218750 +-0.058105468750 +0.023071289062 +-0.192382812500 +0.057617187500 +0.104003906250 +0.174804687500 +0.032226562500 +-0.098144531250 +-0.080078125000 +0.038330078125 +-0.175781250000 +0.148437500000 +0.058837890625 +-0.032226562500 +0.002563476562 +-0.078613281250 +0.020751953125 +0.085449218750 +0.006744384766 +-0.212890625000 +0.072753906250 +-0.024047851562 +-0.083496093750 +-0.079101562500 +-0.051269531250 +-0.083984375000 +-0.024658203125 +-0.054687500000 +-0.033447265625 +-0.072753906250 +-0.129882812500 +0.189453125000 +-0.102050781250 +-0.077636718750 +0.032470703125 +0.079101562500 +0.000907897949 +0.083496093750 +-0.016357421875 +-0.056396484375 +-0.135742187500 +-0.052978515625 +0.243164062500 +-0.051513671875 +0.047363281250 +0.148437500000 +-0.000926971436 +0.009338378906 +0.037353515625 +-0.008728027344 +-0.101562500000 +0.033447265625 +-0.138671875000 +-0.184570312500 +-0.067871093750 +0.082519531250 +0.026611328125 +0.030639648438 +-0.201171875000 +0.066894531250 +-0.030395507812 +0.026977539062 +-0.073242187500 +0.041015625000 +-0.048339843750 +0.151367187500 +-0.027709960938 +0.049804687500 +-0.030029296875 +-0.065429687500 +0.039062500000 +0.002395629883 +0.057373046875 +0.055664062500 +-0.095214843750 +-0.061035156250 +0.022216796875 +0.140625000000 +0.046386718750 +0.069335937500 +-0.357421875000 +-0.081054687500 +0.080078125000 +0.038085937500 +0.081542968750 +0.107421875000 +-0.179687500000 +-0.039550781250 +-0.044433593750 +0.066406250000 +0.050537109375 +0.015869140625 +0.007781982422 +-0.044189453125 +0.129882812500 +-0.089355468750 +-0.046386718750 +-0.082519531250 +-0.086914062500 +0.016845703125 +0.081054687500 +0.166015625000 +-0.441406250000 +0.184570312500 +-0.112792968750 +-0.040527343750 +0.026489257812 +0.067382812500 +0.048339843750 +-0.025756835938 +0.005554199219 +-0.039062500000 +-0.205078125000 +-0.079101562500 +-0.041015625000 +-0.074218750000 +0.032958984375 +-0.107910156250 +-0.020996093750 +-0.052246093750 +0.005706787109 +0.077148437500 +0.125976562500 +0.006896972656 +-0.150390625000 +-0.226562500000 +-0.011657714844 +-0.126953125000 +-0.136718750000 +0.015136718750 +0.198242187500 +-0.069335937500 +-0.056396484375 +-0.136718750000 +0.122558593750 +0.098632812500 +-0.042968750000 +0.078613281250 +0.096679687500 +-0.086425781250 +0.031005859375 +0.054199218750 +-0.014709472656 +-0.133789062500 +-0.069824218750 +-0.160156250000 +-0.089843750000 +-0.081054687500 +-0.104003906250 +0.026367187500 +-0.064453125000 +0.140625000000 +0.028320312500 +-0.041503906250 +-0.102539062500 +-0.025878906250 +0.202148437500 +-0.019287109375 +-0.040039062500 +0.086425781250 +0.029052734375 +0.019042968750 +-0.071777343750 +0.033203125000 +-0.085937500000 +0.020019531250 +0.141601562500 +0.005889892578 +-0.033203125000 +-0.040771484375 +0.056152343750 +0.039306640625 +-0.141601562500 +0.119628906250 +0.025268554688 +-0.185546875000 +0.105957031250 +0.114257812500 +-0.001419067383 +-0.052734375000 +0.014160156250 +0.094238281250 +0.065917968750 +-0.086914062500 +0.151367187500 +0.042724609375 +-0.107421875000 +0.154296875000 +-0.096191406250 +0.012573242188 +0.065429687500 +-0.090820312500 +0.031494140625 +-0.132812500000 +0.131835937500 +-0.020263671875 +0.033935546875 +0.115722656250 +0.060546875000 +0.097167968750 +0.046142578125 +-0.220703125000 +-0.056396484375 +-0.023559570312 +0.066894531250 +-0.029296875000 +0.125976562500 +-0.031250000000 +0.051025390625 +0.031494140625 +-0.047607421875 +-0.089355468750 +-0.192382812500 +0.062988281250 +0.063476562500 +-0.129882812500 +0.071777343750 +-0.067871093750 +0.051269531250 +0.047363281250 +0.031005859375 +-0.066406250000 +-0.058349609375 +-0.020507812500 +-0.031494140625 +-0.028442382812 +0.060546875000 +-0.077636718750 +0.095214843750 +-0.044433593750 +0.027954101562 +0.211914062500 +-0.045166015625 +0.066894531250 +0.025146484375 +0.004302978516 +-0.080566406250 +0.100585937500 +-0.041503906250 +-0.029052734375 +-0.052978515625 +0.083007812500 +0.015563964844 +0.035644531250 +0.007507324219 +-0.012817382812 +-0.023925781250 +-0.064453125000 +0.095703125000 +0.002349853516 +0.030395507812 +0.003860473633 +-0.078125000000 +-0.009643554688 +-0.010314941406 +-0.061523437500 +0.055419921875 +-0.039794921875 +0.062988281250 +0.065917968750 +-0.158203125000 +0.021118164062 +-0.056396484375 +0.093261718750 +0.099609375000 +-0.104492187500 +0.023193359375 +-0.012145996094 +-0.089843750000 +-0.104492187500 +-0.053466796875 +0.058593750000 +0.129882812500 +-0.051757812500 +0.141601562500 +-0.020263671875 +0.009277343750 +-0.060791015625 +-0.008972167969 +0.158203125000 +0.050292968750 +0.070800781250 +-0.102050781250 +-0.004486083984 +0.088867187500 +-0.047851562500 +-0.029907226562 +0.000576019287 +0.047607421875 +-0.023071289062 +0.079589843750 +0.012390136719 +-0.046386718750 +0.012084960938 +0.164062500000 +-0.080566406250 +-0.152343750000 +0.023437500000 +0.046142578125 +0.102050781250 +0.081054687500 +-0.142578125000 +-0.035156250000 +-0.010253906250 +-0.021728515625 +-0.033447265625 +-0.051025390625 +-0.016113281250 +-0.006866455078 +-0.034912109375 +-0.021118164062 +0.028320312500 +0.000070095062 +0.101074218750 +0.050292968750 +-0.029907226562 +0.131835937500 +0.015075683594 +-0.001945495605 +-0.093750000000 +-0.016723632812 +0.063476562500 +-0.056152343750 +-0.069824218750 +0.107421875000 +0.084960937500 +0.107421875000 +0.013244628906 +0.076171875000 +0.040527343750 +-0.046142578125 +0.012573242188 +-0.023803710938 +-0.081542968750 +-0.108398437500 +-0.125000000000 +-0.121093750000 +-0.040771484375 +-0.076171875000 +0.008605957031 +0.035156250000 +-0.016235351562 +-0.101074218750 +0.056640625000 +0.076660156250 +0.115234375000 +-0.036376953125 +0.038330078125 +0.009216308594 +-0.037597656250 +0.086425781250 +-0.092285156250 +0.107421875000 +0.133789062500 +-0.024169921875 +-0.126953125000 +-0.120117187500 +-0.042724609375 +-0.108398437500 +0.016967773438 +-0.095703125000 +-0.016723632812 +0.036376953125 +0.045166015625 +-0.063476562500 +0.053955078125 +-0.100097656250 +-0.008178710938 +0.051757812500 +-0.107421875000 +0.001014709473 +0.002548217773 +-0.204101562500 +0.196289062500 +-0.041259765625 +-0.001983642578 +-0.007019042969 +0.011657714844 +-0.018554687500 +0.070312500000 +0.095703125000 +-0.016113281250 +-0.037109375000 +-0.038574218750 +0.010498046875 +-0.006469726562 +0.127929687500 +-0.028808593750 +-0.183593750000 +0.076660156250 +0.132812500000 +0.029052734375 +-0.087402343750 +0.063476562500 +0.012023925781 +0.049072265625 +-0.003936767578 +0.017333984375 +-0.017944335938 +-0.155273437500 +-0.058349609375 +0.033691406250 +0.150390625000 +0.002075195312 +0.002319335938 +0.049804687500 +-0.041748046875 +-0.011230468750 +-0.003005981445 +-0.142578125000 +0.152343750000 +-0.074218750000 +0.046142578125 +0.008361816406 +0.012939453125 +-0.046142578125 +0.038574218750 +-0.053222656250 +0.095703125000 +-0.057861328125 +-0.081054687500 +-0.166015625000 +0.054687500000 +-0.065429687500 +-0.012634277344 +0.001533508301 +0.064453125000 +-0.302734375000 +-0.005279541016 +0.125976562500 +0.013488769531 +0.006683349609 +0.152343750000 +0.083007812500 +0.121093750000 +0.102050781250 +-0.053466796875 +0.080078125000 +0.054443359375 +0.056884765625 +-0.158203125000 +0.064941406250 +0.050292968750 +-0.008361816406 +0.081054687500 +-0.125976562500 +0.072265625000 +-0.083984375000 +0.002258300781 +-0.125976562500 +-0.009399414062 +0.153320312500 +-0.004974365234 +0.013854980469 +-0.074218750000 +-0.041259765625 +0.138671875000 +0.080078125000 +-0.042480468750 +-0.086914062500 +0.017211914062 +-0.072265625000 +-0.120117187500 +0.038818359375 +0.163085937500 +0.027832031250 +-0.039550781250 +-0.100097656250 +-0.165039062500 +0.001411437988 +-0.172851562500 +0.036865234375 +-0.013366699219 +-0.113769531250 +0.087890625000 +-0.006011962891 +-0.038330078125 +0.133789062500 +0.074707031250 +0.051757812500 +-0.115722656250 +-0.091308593750 +-0.044677734375 +-0.065917968750 +0.089355468750 +0.076660156250 +0.088867187500 +0.041503906250 +-0.016845703125 +0.059814453125 +-0.029541015625 +0.021972656250 +0.056884765625 +0.126953125000 +-0.120117187500 +0.194335937500 +0.017822265625 +-0.034912109375 +0.011840820312 +0.075195312500 +-0.089355468750 +0.030517578125 +-0.023193359375 +-0.022827148438 +0.077636718750 +0.024047851562 +0.035156250000 +0.020629882812 +-0.166015625000 +-0.113769531250 +-0.051269531250 +0.021606445312 +-0.152343750000 +0.009216308594 +0.069335937500 +-0.106933593750 +0.183593750000 +0.083984375000 +-0.132812500000 +0.079589843750 +0.185546875000 +-0.149414062500 +0.118164062500 +0.015747070312 +-0.081054687500 +0.130859375000 +-0.085449218750 +0.008483886719 +-0.090332031250 +0.040771484375 +-0.068359375000 +-0.052978515625 +-0.098632812500 +-0.035644531250 +-0.088867187500 +0.097167968750 +0.033447265625 +0.013916015625 +-0.102050781250 +0.001831054688 +0.099121093750 +-0.012817382812 +0.070312500000 +-0.086425781250 +-0.098632812500 +-0.153320312500 +-0.001373291016 +-0.014526367188 +-0.018554687500 +0.168945312500 +0.150390625000 +0.066406250000 +-0.016845703125 +-0.166992187500 +0.060058593750 +-0.045166015625 +-0.159179687500 +-0.100585937500 +-0.048095703125 +-0.054199218750 +0.033203125000 +0.104003906250 +-0.287109375000 +-0.057861328125 +-0.089355468750 +0.024047851562 +0.017456054688 +-0.055908203125 +-0.074707031250 +0.139648437500 +-0.118164062500 +-0.056152343750 +0.016479492188 +-0.065429687500 +0.177734375000 +0.056640625000 +-0.049560546875 +-0.095703125000 +0.009155273438 +-0.155273437500 +0.003189086914 +-0.065429687500 +0.121093750000 +0.057861328125 +0.074218750000 +-0.145507812500 +-0.165039062500 +0.116210937500 +0.062255859375 +-0.075195312500 +-0.210937500000 +-0.004455566406 +-0.036376953125 +-0.103515625000 +-0.019165039062 +-0.175781250000 +-0.031982421875 +0.105468750000 +0.103027343750 +0.030273437500 +-0.081542968750 +0.124023437500 +0.081542968750 +-0.083984375000 +-0.008666992188 +-0.062500000000 +-0.109863281250 +-0.117675781250 +0.063476562500 +0.000709533691 +0.084960937500 +0.127929687500 +0.025878906250 +-0.096679687500 +0.089355468750 +-0.134765625000 +0.022338867188 +0.015136718750 +0.018798828125 +0.064941406250 +0.041015625000 +-0.041503906250 +-0.082519531250 +0.051757812500 +-0.003646850586 +0.035644531250 +0.121093750000 +0.050537109375 +-0.279296875000 +-0.122558593750 +-0.082031250000 +0.056640625000 +0.028076171875 +0.041015625000 +0.139648437500 +-0.026489257812 +-0.005004882812 +0.029663085938 +0.057617187500 +-0.091308593750 +-0.220703125000 +0.186523437500 +0.027099609375 +-0.003158569336 +-0.102050781250 +-0.151367187500 +0.155273437500 +-0.024902343750 +0.032958984375 +0.075195312500 +-0.079101562500 +0.100585937500 +-0.035644531250 +0.068359375000 +0.098632812500 +-0.072265625000 +0.228515625000 +-0.010009765625 +-0.081542968750 +-0.084960937500 +-0.144531250000 +0.083984375000 +-0.166992187500 +-0.126953125000 +0.015991210938 +0.001937866211 +-0.030883789062 +-0.053955078125 +0.032714843750 +-0.064453125000 +-0.067382812500 +0.020141601562 +0.127929687500 +-0.057861328125 +-0.036132812500 +0.051513671875 +-0.173828125000 +0.033691406250 +0.102050781250 +0.089843750000 +-0.011535644531 +0.107421875000 +-0.034667968750 +-0.109375000000 +-0.101562500000 +0.030639648438 +0.000087261200 +0.041992187500 +-0.044677734375 +0.137695312500 +-0.080566406250 +-0.144531250000 +0.057617187500 +-0.058837890625 +0.100097656250 +-0.014587402344 +0.137695312500 +-0.138671875000 +-0.024169921875 +-0.014892578125 +0.039794921875 +-0.017700195312 +0.017822265625 +-0.087402343750 +-0.086425781250 +0.032226562500 +0.151367187500 +-0.044189453125 +0.040527343750 +-0.201171875000 +-0.233398437500 +0.150390625000 +-0.086914062500 +0.030151367188 +-0.153320312500 +0.036865234375 +0.022583007812 +-0.054199218750 +0.129882812500 +0.153320312500 +-0.054687500000 +0.001571655273 +0.105468750000 +0.021118164062 +0.113769531250 +-0.152343750000 +-0.052490234375 +-0.103027343750 +0.031005859375 +-0.116210937500 +-0.125976562500 +-0.128906250000 +0.058349609375 +-0.139648437500 +0.086914062500 +-0.037841796875 +-0.109375000000 +0.007629394531 +-0.046630859375 +-0.080078125000 +-0.085449218750 +0.041015625000 +0.239257812500 +0.106445312500 +0.194335937500 +0.038574218750 +0.018188476562 +0.088867187500 +-0.241210937500 +0.089355468750 +-0.116210937500 +0.024414062500 +0.023681640625 +0.147460937500 +-0.007934570312 +0.019165039062 +-0.030151367188 +-0.117675781250 +0.128906250000 +0.101074218750 +-0.000766754150 +-0.088867187500 +0.141601562500 +-0.020019531250 +0.082519531250 +0.049804687500 +-0.064941406250 +-0.028442382812 +0.158203125000 +0.006286621094 +0.121582031250 +-0.031982421875 +0.180664062500 +0.015441894531 +-0.000016927719 +0.020751953125 +0.105468750000 +0.047363281250 +-0.000356674194 +-0.192382812500 +0.059570312500 +0.083984375000 +0.081054687500 +-0.012084960938 +-0.037841796875 +-0.014770507812 +0.017211914062 +-0.051269531250 +0.020263671875 +-0.100097656250 +0.079589843750 +0.058837890625 +0.041503906250 +-0.030151367188 +0.022216796875 +-0.068359375000 +-0.151367187500 +-0.021484375000 +0.010009765625 +-0.263671875000 +-0.070800781250 +-0.009765625000 +-0.157226562500 +-0.057373046875 +0.143554687500 +0.001312255859 +-0.071289062500 +0.035888671875 +0.002990722656 +-0.105468750000 +-0.063964843750 +0.140625000000 +-0.187500000000 +0.157226562500 +-0.066894531250 +0.017944335938 +0.119140625000 +0.143554687500 +-0.028808593750 +0.007476806641 +0.075683593750 +-0.041503906250 +0.038574218750 +0.093750000000 +-0.162109375000 +-0.160156250000 +0.027465820312 +0.052734375000 +-0.000507354736 +-0.107421875000 +-0.123046875000 +0.021118164062 +0.089843750000 +-0.057617187500 +0.047363281250 +-0.032714843750 +-0.024536132812 +0.177734375000 +0.027221679688 +-0.104980468750 +-0.084472656250 +-0.032470703125 +0.140625000000 +0.038085937500 +0.120605468750 +0.002410888672 +-0.122558593750 +-0.038574218750 +0.104980468750 +0.035888671875 +0.000823974609 +-0.328125000000 +-0.023193359375 +0.083496093750 +0.016967773438 +-0.092773437500 +0.028808593750 +-0.106445312500 +-0.129882812500 +-0.015991210938 +-0.130859375000 +0.000140190125 +-0.073730468750 +-0.058593750000 +0.007232666016 +-0.040771484375 +-0.023315429688 +0.000629425049 +0.052978515625 +0.026733398438 +0.031982421875 +0.076660156250 +-0.050292968750 +-0.112304687500 +-0.020141601562 +0.000854492188 +-0.043945312500 +-0.164062500000 +0.034912109375 +-0.097656250000 +-0.105957031250 +-0.149414062500 +0.081054687500 +0.041503906250 +-0.058837890625 +-0.067871093750 +-0.017456054688 +0.031127929688 +-0.019287109375 +0.136718750000 +-0.028320312500 +-0.119628906250 +0.159179687500 +-0.093261718750 +-0.099121093750 +-0.032958984375 +0.074707031250 +0.036865234375 +0.077148437500 +-0.182617187500 +-0.098632812500 +-0.071289062500 +-0.065917968750 +0.077636718750 +0.012329101562 +0.068847656250 +-0.021728515625 +-0.106445312500 +0.008239746094 +0.186523437500 +0.114746093750 +0.136718750000 +-0.185546875000 +0.060546875000 +0.130859375000 +-0.028198242188 +-0.054931640625 +0.324218750000 +0.088378906250 +-0.074218750000 +-0.061279296875 +-0.074218750000 +-0.044677734375 +0.102050781250 +-0.073242187500 +-0.060058593750 +-0.233398437500 +0.112792968750 +-0.064453125000 +-0.001800537109 +-0.075683593750 +-0.007507324219 +0.044677734375 +-0.038818359375 +-0.168945312500 +0.009704589844 +-0.003799438477 +-0.035400390625 +0.034667968750 +-0.023681640625 +0.018432617188 +0.080078125000 +-0.078613281250 +0.023315429688 +0.130859375000 +-0.126953125000 +0.005462646484 +-0.083496093750 +-0.167968750000 +0.314453125000 +-0.033935546875 +-0.088378906250 +-0.041015625000 +0.016845703125 +0.025634765625 +-0.105957031250 +-0.130859375000 +0.013916015625 +-0.063964843750 +-0.065429687500 +-0.063476562500 +0.103515625000 +0.149414062500 +0.020263671875 +-0.049316406250 +0.001312255859 +0.021362304688 +-0.006042480469 +0.057128906250 +0.058593750000 +0.109375000000 +-0.016845703125 +-0.072265625000 +-0.026611328125 +-0.087402343750 +-0.055419921875 +0.027465820312 +-0.140625000000 +0.179687500000 +0.048339843750 +-0.016967773438 +-0.103515625000 +0.077148437500 +0.034912109375 +-0.142578125000 +-0.118652343750 +-0.098144531250 +0.088867187500 +0.011291503906 +0.074218750000 +-0.081542968750 +-0.017456054688 +-0.059570312500 +0.107421875000 +0.016845703125 +-0.053955078125 +0.079101562500 +-0.026245117188 +-0.056640625000 +-0.073730468750 +0.005981445312 +-0.016845703125 +-0.045166015625 +-0.078613281250 +0.053710937500 +-0.065429687500 +0.062255859375 +-0.118164062500 +0.118652343750 +-0.055664062500 +-0.138671875000 +0.111816406250 +0.031250000000 +-0.097167968750 +-0.068359375000 +-0.054443359375 +-0.006774902344 +-0.107421875000 +0.087890625000 +0.052001953125 +-0.008850097656 +0.088378906250 +-0.007202148438 +-0.072265625000 +0.122558593750 +0.037353515625 +-0.034912109375 +0.031738281250 +-0.041259765625 +0.054687500000 +0.043701171875 +0.062500000000 +-0.138671875000 +0.067871093750 +-0.073730468750 +-0.046630859375 +0.064941406250 +0.099609375000 +0.037841796875 +-0.032958984375 +-0.047119140625 +-0.156250000000 +0.183593750000 +0.014221191406 +-0.166015625000 +-0.071777343750 +-0.071777343750 +0.018676757812 +-0.178710937500 +0.180664062500 +-0.001724243164 +-0.118652343750 +-0.159179687500 +0.143554687500 +0.171875000000 +-0.081054687500 +-0.047363281250 +-0.251953125000 +-0.010375976562 +-0.084960937500 +-0.069335937500 +0.004547119141 +-0.129882812500 +0.102539062500 +-0.004180908203 +0.025024414062 +0.051269531250 +-0.189453125000 +0.208007812500 +0.045166015625 +0.018310546875 +0.030395507812 +0.146484375000 +0.012023925781 +-0.062500000000 +0.186523437500 +0.068847656250 +0.019653320312 +0.018676757812 +-0.047363281250 +-0.046630859375 +0.092285156250 +0.052246093750 +0.098632812500 +-0.072753906250 +-0.005432128906 +-0.015319824219 +0.058105468750 +-0.135742187500 +-0.029418945312 +-0.068847656250 +0.009948730469 +-0.114746093750 +-0.077636718750 +0.083984375000 +-0.088378906250 +-0.010314941406 +0.170898437500 +-0.031127929688 +-0.150390625000 +-0.014648437500 +-0.116210937500 +-0.037109375000 +0.034912109375 +-0.029418945312 +-0.227539062500 +0.005859375000 +0.069824218750 +0.106933593750 +0.135742187500 +0.040527343750 +-0.204101562500 +0.153320312500 +0.054199218750 +-0.105957031250 +0.112304687500 +0.085937500000 +0.039062500000 +0.062500000000 +-0.171875000000 +-0.330078125000 +-0.054443359375 +-0.148437500000 +0.015625000000 +0.028198242188 +-0.063476562500 +-0.124023437500 +-0.135742187500 +-0.011230468750 +0.203125000000 +0.013244628906 +-0.068359375000 +-0.213867187500 +-0.046875000000 +-0.019042968750 +0.034179687500 +0.095703125000 +-0.140625000000 +-0.161132812500 +0.026489257812 +-0.030273437500 +0.060302734375 +-0.071777343750 +0.026611328125 +0.110351562500 +-0.159179687500 +0.103515625000 +0.063476562500 +-0.079589843750 +-0.149414062500 +0.042968750000 +-0.032226562500 +0.042968750000 +0.053466796875 +-0.061279296875 +0.000881195068 +0.096679687500 +-0.135742187500 +-0.037109375000 +-0.042968750000 +0.007171630859 +-0.120117187500 +0.065429687500 +0.025146484375 +-0.121093750000 +0.040039062500 +0.066894531250 +-0.107421875000 +-0.156250000000 +0.099609375000 +0.046142578125 +-0.033691406250 +-0.008789062500 +0.114746093750 +-0.207031250000 +0.027587890625 +-0.045410156250 +-0.041992187500 +-0.084960937500 +0.137695312500 +-0.090332031250 +-0.031250000000 +0.012207031250 +0.074707031250 +0.072265625000 +0.015502929688 +-0.016601562500 +-0.094238281250 +0.039306640625 +0.112792968750 +-0.071777343750 +0.037597656250 +0.022338867188 +0.218750000000 +-0.094726562500 +-0.083007812500 +-0.093261718750 +-0.069335937500 +-0.084960937500 +0.010437011719 +-0.045898437500 +-0.144531250000 +0.025024414062 +0.091308593750 +-0.018554687500 +0.076171875000 +-0.020507812500 +-0.006561279297 +-0.205078125000 +-0.032958984375 +-0.101562500000 +0.030517578125 +0.143554687500 +-0.128906250000 +0.112792968750 +0.042480468750 +-0.167968750000 +0.001411437988 +-0.017456054688 +0.096191406250 +-0.102539062500 +0.141601562500 +-0.036376953125 +0.117675781250 +0.104492187500 +-0.165039062500 +-0.125000000000 +0.053222656250 +-0.140625000000 +0.128906250000 +0.045410156250 +0.077636718750 +-0.017944335938 +-0.124023437500 +-0.064453125000 +0.038085937500 +0.038818359375 +-0.088867187500 +0.092773437500 +0.186523437500 +-0.093750000000 +0.029663085938 +0.075195312500 +-0.032226562500 +-0.031982421875 +0.035888671875 +-0.186523437500 +-0.007293701172 +0.025512695312 +0.125976562500 +0.006561279297 +0.051757812500 +-0.103515625000 +0.069824218750 +-0.133789062500 +0.033447265625 +-0.030517578125 +0.045898437500 +0.001510620117 +-0.062988281250 +0.041748046875 +0.055175781250 +-0.087890625000 +-0.060546875000 +0.241210937500 +-0.005187988281 +-0.068359375000 +0.160156250000 +0.116210937500 +-0.000576019287 +-0.153320312500 +-0.125000000000 +0.035400390625 +-0.040039062500 +0.061035156250 +-0.117675781250 +0.054443359375 +0.161132812500 +-0.098144531250 +0.083984375000 +0.104980468750 +-0.003692626953 +-0.085937500000 +0.014282226562 +-0.152343750000 +0.114746093750 +0.184570312500 +0.025390625000 +0.086914062500 +-0.047851562500 +0.094726562500 +-0.000410079956 +-0.001083374023 +-0.217773437500 +-0.043457031250 +-0.023071289062 +-0.027709960938 +0.075195312500 +0.022216796875 +-0.011169433594 +0.080078125000 +0.038330078125 +0.123046875000 +0.146484375000 +0.015380859375 +-0.029541015625 +-0.069335937500 +0.121093750000 +-0.025878906250 +-0.013183593750 +0.144531250000 +0.056152343750 +0.068847656250 +0.028198242188 +-0.108886718750 +0.037597656250 +0.064453125000 +-0.034667968750 +0.245117187500 +-0.041748046875 +-0.161132812500 +-0.199218750000 +-0.019653320312 +-0.117675781250 +0.015991210938 +-0.024414062500 +0.069335937500 +0.165039062500 +-0.116210937500 +0.009338378906 +0.015014648438 +0.086425781250 +-0.123535156250 +0.028686523438 +0.109375000000 +0.157226562500 +-0.375000000000 +0.078613281250 +-0.004486083984 +-0.048583984375 +0.015380859375 +0.197265625000 +0.018066406250 +-0.003784179688 +0.100097656250 +-0.014709472656 +0.014953613281 +0.089355468750 +0.085937500000 +-0.042968750000 +0.117675781250 +-0.016601562500 +0.070800781250 +-0.048583984375 +0.001815795898 +-0.083984375000 +-0.072753906250 +-0.204101562500 +-0.060791015625 +-0.102539062500 +-0.043457031250 +-0.052490234375 +-0.139648437500 +-0.163085937500 +0.103515625000 +-0.051757812500 +-0.053466796875 +-0.054199218750 +0.013305664062 +0.105468750000 +-0.095214843750 +-0.031127929688 +-0.207031250000 +-0.020507812500 +0.018310546875 +-0.050048828125 +-0.130859375000 +0.046875000000 +-0.075683593750 +-0.082519531250 +0.104980468750 +0.056152343750 +-0.144531250000 +-0.222656250000 +-0.077148437500 +-0.021484375000 +-0.038085937500 +-0.062255859375 +-0.064453125000 +-0.045898437500 +0.078125000000 +-0.043701171875 +-0.045898437500 +0.111328125000 +0.035156250000 +-0.269531250000 +-0.031738281250 +0.082519531250 +-0.165039062500 +-0.095214843750 +-0.052978515625 +-0.035156250000 +0.011047363281 +-0.133789062500 +-0.112792968750 +0.030639648438 +-0.060302734375 +-0.002456665039 +0.126953125000 +-0.065917968750 +0.090332031250 +0.010498046875 +0.051757812500 +0.124511718750 +0.042236328125 +-0.195312500000 +-0.013000488281 +0.076171875000 +0.068359375000 +0.119628906250 +0.124023437500 +-0.040771484375 +0.076660156250 +-0.039306640625 +-0.084960937500 +0.041259765625 +0.161132812500 +-0.040039062500 +0.126953125000 +-0.175781250000 +-0.044433593750 +0.076171875000 +-0.010986328125 +0.068847656250 +-0.175781250000 +0.005126953125 +0.026733398438 +0.110351562500 +0.125976562500 +-0.036132812500 +0.117187500000 +0.031005859375 +0.045654296875 +-0.137695312500 +0.062011718750 +-0.218750000000 +0.023437500000 +0.028808593750 +0.121582031250 +0.009704589844 +-0.084472656250 +-0.017456054688 +-0.082519531250 +0.020141601562 +-0.052734375000 +-0.020019531250 +-0.065917968750 +-0.154296875000 +-0.097656250000 +0.042724609375 +0.067871093750 +0.097656250000 +0.114257812500 +-0.055664062500 +0.063964843750 +0.073242187500 +-0.392578125000 +-0.037109375000 +-0.075683593750 +0.009582519531 +0.036865234375 +-0.017700195312 +0.038330078125 +-0.018066406250 +-0.005523681641 +-0.022827148438 +0.124023437500 +-0.015869140625 +-0.042724609375 +0.075683593750 +-0.052246093750 +-0.064453125000 +-0.049560546875 +-0.039062500000 +-0.052734375000 +-0.053955078125 +0.003601074219 +0.123535156250 +0.025634765625 +0.082519531250 +0.063476562500 +0.137695312500 +0.204101562500 +0.092285156250 +-0.097167968750 +0.097656250000 +0.065429687500 +0.034912109375 +-0.022460937500 +0.050537109375 +0.120117187500 +-0.031127929688 +0.010070800781 +-0.012207031250 +0.072753906250 +-0.157226562500 +-0.010498046875 +0.020141601562 +0.024536132812 +-0.061767578125 +-0.310546875000 +-0.059570312500 +-0.019165039062 +0.052246093750 +0.021850585938 +-0.007019042969 +-0.173828125000 +-0.103027343750 +-0.015563964844 +0.082519531250 +-0.089843750000 +-0.078613281250 +-0.048828125000 +0.177734375000 +0.134765625000 +-0.078125000000 +-0.036621093750 +-0.052490234375 +0.053710937500 +-0.014404296875 +-0.016235351562 +0.033203125000 +0.055175781250 +-0.026245117188 +0.027221679688 +0.116210937500 +-0.193359375000 +-0.007568359375 +0.100097656250 +0.048583984375 +0.103027343750 +-0.051757812500 +-0.138671875000 +-0.027587890625 +0.129882812500 +0.026123046875 +-0.065429687500 +-0.091796875000 +0.075683593750 +0.052978515625 +-0.067382812500 +0.122070312500 +0.110839843750 +-0.099609375000 +0.017700195312 +0.063476562500 +0.072753906250 +-0.009338378906 +0.005340576172 +0.074707031250 +-0.019409179688 +-0.124511718750 +-0.071289062500 +-0.188476562500 +0.033203125000 +-0.099121093750 +0.103027343750 +0.087890625000 +-0.096191406250 +0.039306640625 +0.167968750000 +-0.018432617188 +-0.062988281250 +0.128906250000 +-0.055908203125 +0.100097656250 +-0.054687500000 +0.318359375000 +-0.180664062500 +-0.162109375000 +-0.128906250000 +0.049804687500 +-0.005187988281 +-0.091796875000 +0.052734375000 +0.023681640625 +0.140625000000 +-0.222656250000 +0.031494140625 +0.098632812500 +-0.005645751953 +0.159179687500 +-0.108398437500 +-0.091796875000 +-0.120117187500 +-0.015258789062 +0.125000000000 +0.237304687500 +-0.061035156250 +0.094726562500 +-0.024658203125 +-0.007263183594 +0.096191406250 +0.013916015625 +-0.114746093750 +-0.041992187500 +-0.041748046875 +0.249023437500 +-0.019897460938 +0.023315429688 +-0.101562500000 +0.065917968750 +-0.157226562500 +-0.058349609375 +0.034912109375 +0.240234375000 +-0.250000000000 +-0.202148437500 +0.011718750000 +-0.112792968750 +-0.050781250000 +0.131835937500 +0.022705078125 +0.033447265625 +-0.026611328125 +0.069824218750 +-0.045166015625 +-0.030151367188 +-0.022583007812 +0.104003906250 +0.027099609375 +-0.012817382812 +0.001373291016 +0.047851562500 +-0.009704589844 +0.018920898438 +-0.141601562500 +-0.056152343750 +-0.011535644531 +0.033447265625 +0.043945312500 +0.054687500000 +0.062500000000 +-0.160156250000 +0.050781250000 +0.063476562500 +0.130859375000 +-0.011413574219 +-0.146484375000 +-0.142578125000 +0.156250000000 +-0.173828125000 +-0.043212890625 +0.005065917969 +0.046630859375 +-0.047119140625 +-0.106445312500 +-0.052246093750 +0.040527343750 +0.178710937500 +-0.083007812500 +-0.057617187500 +0.071289062500 +-0.065917968750 +-0.010986328125 +0.052490234375 +-0.072265625000 +0.011169433594 +-0.034912109375 +-0.069335937500 +-0.019165039062 +0.193359375000 +-0.013977050781 +-0.018554687500 +-0.127929687500 +0.049560546875 +-0.126953125000 +-0.029296875000 +-0.091308593750 +-0.095214843750 +0.065917968750 +0.024169921875 +-0.059082031250 +0.086425781250 +0.002487182617 +-0.062988281250 +-0.011108398438 +0.048828125000 +0.049560546875 +-0.002822875977 +-0.111816406250 +-0.040283203125 +-0.127929687500 +-0.038330078125 +-0.018920898438 +0.083007812500 +0.047851562500 +0.122558593750 +-0.049316406250 +-0.041015625000 +0.018066406250 +-0.031494140625 +-0.026611328125 +0.009826660156 +0.026000976562 +-0.201171875000 +-0.079101562500 +0.023681640625 +0.020751953125 +0.004241943359 +-0.136718750000 +0.124023437500 +0.023071289062 +0.011474609375 +0.127929687500 +-0.102050781250 +-0.055664062500 +-0.025878906250 +-0.045898437500 +-0.189453125000 +0.015625000000 +0.028076171875 +-0.173828125000 +0.116210937500 +-0.105468750000 +-0.086914062500 +-0.013366699219 +-0.166015625000 +0.024414062500 +0.016113281250 +0.056152343750 +-0.054443359375 +-0.115722656250 +0.138671875000 +0.230468750000 +0.073242187500 +0.137695312500 +-0.191406250000 +0.088867187500 +-0.005126953125 +0.171875000000 +0.053955078125 +0.076660156250 +0.004425048828 +-0.121093750000 +-0.199218750000 +-0.057128906250 +0.040039062500 +0.028442382812 +-0.056152343750 +-0.034179687500 +-0.044921875000 +-0.049316406250 +-0.070800781250 +-0.037597656250 +0.046142578125 +0.086914062500 +-0.064941406250 +0.098144531250 +-0.065917968750 +0.051513671875 +0.119140625000 +-0.157226562500 +0.050292968750 +-0.039062500000 +0.011535644531 +0.123535156250 +-0.069335937500 +-0.110839843750 +-0.070312500000 +-0.048828125000 +-0.109375000000 +0.058349609375 +0.041503906250 +0.077636718750 +0.072265625000 +-0.031738281250 +-0.088867187500 +0.083496093750 +0.115722656250 +0.005096435547 +0.027343750000 +0.215820312500 +-0.078125000000 +-0.061767578125 +-0.074707031250 +0.031982421875 +-0.033447265625 +-0.012817382812 +-0.021606445312 +-0.108886718750 +0.142578125000 +-0.111816406250 +0.046142578125 +0.063964843750 +0.130859375000 +-0.022460937500 +0.070312500000 +-0.081054687500 +-0.136718750000 +0.014099121094 +0.013183593750 +0.041259765625 +0.022949218750 +0.084960937500 +-0.151367187500 +0.163085937500 +-0.115234375000 +-0.080078125000 +-0.076171875000 +-0.105468750000 +-0.024291992188 +-0.052246093750 +-0.065917968750 +0.051757812500 +0.038818359375 +-0.131835937500 +0.113281250000 +-0.050537109375 +0.028686523438 +0.047363281250 +0.081542968750 +0.030151367188 +-0.015258789062 +0.072753906250 +-0.010986328125 +-0.197265625000 +-0.064941406250 +0.080078125000 +0.049804687500 +0.049072265625 +-0.050781250000 +0.023559570312 +0.078125000000 +-0.121582031250 +-0.071289062500 +-0.142578125000 +0.159179687500 +0.067871093750 +0.048095703125 +0.102539062500 +-0.081542968750 +-0.003326416016 +0.038574218750 +-0.079101562500 +-0.032226562500 +-0.048339843750 +-0.117675781250 +-0.063964843750 +-0.094726562500 +-0.033935546875 +-0.012084960938 +-0.041503906250 +-0.098632812500 +-0.091796875000 +-0.044189453125 +0.010925292969 +0.030029296875 +-0.086425781250 +0.154296875000 +-0.251953125000 +-0.060302734375 +-0.106445312500 +0.056640625000 +-0.049316406250 +0.033935546875 +-0.179687500000 +0.118164062500 +-0.054443359375 +0.021606445312 +0.110351562500 +0.049316406250 +0.094238281250 +0.129882812500 +-0.039794921875 +-0.054443359375 +-0.035156250000 +-0.078125000000 +0.073730468750 +-0.100097656250 +-0.037109375000 +0.037353515625 +-0.186523437500 +-0.040039062500 +0.037109375000 +0.071289062500 +0.029541015625 +-0.139648437500 +-0.085449218750 +-0.009460449219 +-0.003128051758 +0.059082031250 +-0.104492187500 +-0.094238281250 +-0.002868652344 +0.050537109375 +-0.078125000000 +0.131835937500 +-0.136718750000 +0.018066406250 +0.011230468750 +0.061523437500 +0.166015625000 +0.003799438477 +-0.047607421875 +-0.218750000000 +0.019775390625 +-0.035888671875 +-0.025878906250 +-0.145507812500 +-0.022583007812 +-0.063964843750 +0.105957031250 +0.022094726562 +0.014587402344 +-0.025024414062 +-0.042480468750 +0.177734375000 +-0.062988281250 +0.041259765625 +-0.131835937500 +-0.001029968262 +-0.353515625000 +0.075683593750 +0.058593750000 +-0.117675781250 +0.080078125000 +-0.017944335938 +0.061279296875 +-0.054931640625 +-0.167968750000 +0.120117187500 +0.019287109375 +-0.025756835938 +0.004699707031 +-0.073730468750 +0.048828125000 +0.135742187500 +0.104980468750 +0.049560546875 +0.009094238281 +-0.054931640625 +-0.140625000000 +-0.012329101562 +-0.153320312500 +-0.048828125000 +0.037841796875 +0.009826660156 +-0.005889892578 +0.183593750000 +0.054687500000 +0.059570312500 +-0.002700805664 +0.014648437500 +-0.098144531250 +0.096191406250 +0.084472656250 +0.056396484375 +-0.018676757812 +0.030273437500 +-0.046630859375 +0.021362304688 +0.004821777344 +0.018066406250 +0.015625000000 +-0.063964843750 +0.027221679688 +-0.009826660156 +0.035644531250 +0.042480468750 +-0.183593750000 +0.089843750000 +-0.009704589844 +0.018798828125 +-0.157226562500 +0.048095703125 +0.062011718750 +0.140625000000 +0.025146484375 +-0.127929687500 +0.077148437500 +-0.153320312500 +-0.015991210938 +-0.062255859375 +-0.149414062500 +-0.011718750000 +-0.029541015625 +-0.033935546875 +0.011230468750 +-0.225585937500 +0.157226562500 +0.017700195312 +-0.044921875000 +-0.072265625000 +-0.021728515625 +-0.133789062500 +-0.062500000000 +-0.060058593750 +0.062255859375 +-0.059326171875 +0.169921875000 +0.054443359375 +0.004394531250 +-0.245117187500 +0.004364013672 +0.114746093750 +0.029907226562 +0.212890625000 +-0.006652832031 +-0.132812500000 +0.056884765625 +0.062255859375 +0.035156250000 +0.032714843750 +-0.127929687500 +-0.019165039062 +-0.004455566406 +0.109863281250 +-0.153320312500 +-0.061279296875 +0.035644531250 +0.116699218750 +-0.212890625000 +-0.086914062500 +0.017944335938 +-0.020996093750 +0.253906250000 +0.216796875000 +-0.138671875000 +-0.181640625000 +0.050781250000 +0.064941406250 +-0.193359375000 +-0.046386718750 +0.071777343750 +0.140625000000 +-0.096191406250 +0.121582031250 +-0.067871093750 +-0.116210937500 +0.137695312500 +0.025634765625 +0.089843750000 +-0.083007812500 +0.116699218750 +-0.060302734375 +-0.075683593750 +0.053222656250 +-0.143554687500 +-0.103027343750 +0.078613281250 +0.289062500000 +0.098144531250 +0.022216796875 +0.110839843750 +-0.017456054688 +-0.155273437500 +-0.137695312500 +-0.017700195312 +-0.070312500000 +-0.073730468750 +-0.024536132812 +0.178710937500 +0.031494140625 +0.107421875000 +0.060302734375 +-0.277343750000 +-0.164062500000 +0.022094726562 +-0.085449218750 +0.320312500000 +0.016479492188 +-0.027587890625 +-0.151367187500 +-0.108398437500 +-0.018554687500 +-0.061767578125 +-0.169921875000 +-0.107910156250 +0.009521484375 +-0.000082015991 +-0.062011718750 +0.005737304688 +-0.071289062500 +0.112792968750 +0.040771484375 +-0.014404296875 +0.080566406250 +0.029907226562 +0.057128906250 +-0.138671875000 +-0.068847656250 +-0.080566406250 +-0.001945495605 +0.053955078125 +-0.247070312500 +0.143554687500 +0.002960205078 +-0.089355468750 +0.035644531250 +-0.176757812500 +-0.053222656250 +-0.126953125000 +-0.111328125000 +-0.099121093750 +-0.027709960938 +-0.200195312500 +0.038818359375 +0.065429687500 +-0.146484375000 +-0.058593750000 +-0.227539062500 +0.114746093750 +-0.056640625000 +0.002365112305 +-0.030395507812 +-0.087402343750 +0.030883789062 +-0.050781250000 +0.039306640625 +-0.052734375000 +-0.001037597656 +-0.125000000000 +-0.080566406250 +-0.054199218750 +-0.122558593750 +0.074218750000 +-0.050292968750 +0.213867187500 +-0.059326171875 +-0.083007812500 +-0.036621093750 +0.243164062500 +0.028198242188 +0.002853393555 +-0.104492187500 +0.016967773438 +-0.120117187500 +-0.021728515625 +0.028320312500 +0.088867187500 +-0.095703125000 +0.117187500000 +0.097167968750 +0.031250000000 +0.015319824219 +-0.064941406250 +-0.022460937500 +0.119140625000 +0.061767578125 +-0.091796875000 +0.048828125000 +-0.006652832031 +-0.106445312500 +-0.138671875000 +-0.022338867188 +-0.025024414062 +-0.076660156250 +0.105468750000 +0.182617187500 +-0.170898437500 +0.034179687500 +-0.055908203125 +-0.095214843750 +0.041259765625 +-0.067382812500 +0.198242187500 +0.076171875000 +-0.271484375000 +-0.200195312500 +0.095703125000 +-0.071289062500 +0.008728027344 +0.088378906250 +-0.032958984375 +0.093750000000 +0.110351562500 +0.085449218750 +0.160156250000 +0.001937866211 +-0.029785156250 +0.050048828125 +-0.003250122070 +0.106933593750 +0.190429687500 +0.035400390625 +0.060302734375 +0.013671875000 +-0.101562500000 +-0.205078125000 +-0.095703125000 +-0.085449218750 +-0.004302978516 +-0.106445312500 +-0.076171875000 +0.117187500000 +0.098144531250 +-0.019042968750 +-0.021728515625 +0.122558593750 +0.089355468750 +-0.246093750000 +0.027221679688 +-0.084960937500 +0.113281250000 +0.111328125000 +0.041015625000 +-0.058593750000 +0.034667968750 +-0.119628906250 +0.041503906250 +-0.033935546875 +-0.145507812500 +-0.031250000000 +0.162109375000 +-0.017578125000 +-0.157226562500 +-0.193359375000 +-0.046142578125 +-0.059082031250 +-0.011474609375 +-0.142578125000 +-0.163085937500 +-0.197265625000 +-0.050048828125 +-0.195312500000 +0.066406250000 +-0.102539062500 +0.079589843750 +-0.029174804688 +0.000291824341 +0.032714843750 +-0.066894531250 +-0.112304687500 +0.057617187500 +-0.123046875000 +-0.108886718750 +-0.074707031250 +0.093261718750 +-0.038818359375 +-0.030761718750 +-0.015991210938 +-0.023681640625 +-0.159179687500 +-0.096679687500 +-0.107910156250 +-0.062988281250 +0.020141601562 +-0.009521484375 +0.000149726868 +0.131835937500 +-0.046630859375 +0.034667968750 +0.192382812500 +-0.036865234375 +-0.048095703125 +-0.061279296875 +-0.099121093750 +-0.004089355469 +0.209960937500 +0.084472656250 +0.091308593750 +-0.057128906250 +0.019409179688 +0.104980468750 +-0.133789062500 +-0.184570312500 +0.184570312500 +-0.052246093750 +0.099121093750 +0.091796875000 +0.071777343750 +-0.083496093750 +-0.064453125000 +0.077636718750 +-0.026611328125 +0.146484375000 +0.079101562500 +0.227539062500 +0.097167968750 +0.102050781250 +0.115234375000 +-0.010192871094 +0.047851562500 +-0.075683593750 +-0.021484375000 +-0.000911712646 +-0.143554687500 +-0.128906250000 +0.208984375000 +0.037597656250 +0.173828125000 +-0.106445312500 +-0.104003906250 +0.098632812500 +-0.053466796875 +0.085937500000 +-0.006134033203 +-0.161132812500 +0.061767578125 +-0.015319824219 +0.069824218750 +0.070800781250 +0.031982421875 +0.190429687500 +0.070312500000 +-0.042236328125 +0.004760742188 +-0.077148437500 +0.026977539062 +0.074218750000 +0.137695312500 +0.116699218750 +0.145507812500 +-0.194335937500 +0.147460937500 +0.045898437500 +0.046875000000 +-0.076171875000 +-0.040039062500 +-0.071777343750 +0.008972167969 +-0.049804687500 +-0.070800781250 +-0.095703125000 +0.014160156250 +0.100097656250 +0.113281250000 +0.072753906250 +-0.259765625000 +0.098144531250 +-0.032714843750 +0.075683593750 +0.085449218750 +-0.075683593750 +-0.094238281250 +0.031738281250 +-0.072265625000 +-0.069335937500 +0.125976562500 +-0.102539062500 +-0.011840820312 +-0.007507324219 +-0.222656250000 +0.054199218750 +-0.013244628906 +0.104003906250 +0.090332031250 +-0.011291503906 +-0.003646850586 +0.024780273438 +-0.058593750000 +-0.101074218750 +-0.154296875000 +-0.047119140625 +0.180664062500 +-0.022094726562 +-0.043701171875 +-0.064453125000 +0.087402343750 +0.148437500000 +0.065917968750 +-0.050048828125 +-0.082519531250 +-0.076660156250 +0.012878417969 +-0.101562500000 +-0.109863281250 +-0.045166015625 +-0.050292968750 +-0.000968933105 +0.002227783203 +0.010742187500 +0.139648437500 +-0.050048828125 +-0.065917968750 +-0.049072265625 +-0.115234375000 +0.018066406250 +-0.049316406250 +0.107421875000 +0.003784179688 +0.026855468750 +0.009216308594 +0.070312500000 +0.170898437500 +-0.102050781250 +-0.048339843750 +0.108886718750 +-0.027221679688 +-0.091796875000 +-0.214843750000 +0.065429687500 +-0.031494140625 +0.151367187500 +0.044921875000 +0.011657714844 +0.102539062500 +0.071289062500 +-0.106445312500 +0.029418945312 +-0.013732910156 +-0.064941406250 +-0.070800781250 +0.003341674805 +-0.041259765625 +-0.056152343750 +-0.021362304688 +0.062988281250 +0.007049560547 +0.053710937500 +-0.106445312500 +-0.107421875000 +0.047363281250 +-0.070312500000 +-0.016967773438 +0.062988281250 +0.210937500000 +0.038085937500 +-0.027709960938 +0.143554687500 +0.055664062500 +-0.118164062500 +-0.069824218750 +-0.183593750000 +-0.116210937500 +0.153320312500 +0.037109375000 +-0.125976562500 +-0.018676757812 +0.032226562500 +-0.036376953125 +-0.091796875000 +0.053710937500 +0.113769531250 +-0.118652343750 +-0.062500000000 +-0.007293701172 +-0.015380859375 +-0.075683593750 +-0.084472656250 +0.033203125000 +0.043945312500 +0.031250000000 +-0.152343750000 +0.123535156250 +0.010864257812 +0.143554687500 +-0.094726562500 +0.292968750000 +-0.089355468750 +-0.039062500000 +-0.096679687500 +-0.019531250000 +-0.093750000000 +-0.191406250000 +0.020019531250 +-0.094726562500 +0.119628906250 +-0.092285156250 +-0.173828125000 +0.104003906250 +0.112792968750 +0.012939453125 +-0.069335937500 +0.082031250000 +-0.085449218750 +0.092285156250 +-0.075683593750 +-0.093261718750 +0.150390625000 +-0.085449218750 +0.005310058594 +-0.130859375000 +0.033935546875 +-0.098632812500 +-0.003021240234 +0.076660156250 +-0.117675781250 +0.011657714844 +-0.073242187500 +0.063476562500 +0.002563476562 +0.113281250000 +0.000088214874 +0.133789062500 +-0.043457031250 +0.011962890625 +-0.017822265625 +-0.148437500000 +-0.062500000000 +0.003799438477 +0.033691406250 +-0.080078125000 +-0.021118164062 +-0.053466796875 +-0.031250000000 +-0.073242187500 +0.055908203125 +0.066894531250 +0.108886718750 +0.091796875000 +-0.124511718750 +-0.220703125000 +0.070312500000 +0.120605468750 +0.034423828125 +0.050292968750 +-0.107910156250 +0.049072265625 +-0.074218750000 +-0.039550781250 +-0.089843750000 +0.029174804688 +0.119140625000 +0.057128906250 +0.011901855469 +0.130859375000 +-0.031982421875 +0.038085937500 +-0.028808593750 +0.039062500000 +-0.059082031250 +0.096679687500 +0.036132812500 +0.064453125000 +-0.152343750000 +0.105468750000 +-0.172851562500 +-0.031250000000 +0.111328125000 +0.130859375000 +-0.050781250000 +0.056640625000 +-0.116210937500 +0.041259765625 +-0.042236328125 +-0.056640625000 +-0.064453125000 +-0.106445312500 +0.093261718750 +-0.152343750000 +-0.020019531250 +-0.103027343750 +0.025878906250 +-0.045654296875 +0.109375000000 +-0.006286621094 +0.132812500000 +0.000816345215 +-0.092285156250 +-0.027465820312 +-0.078613281250 +-0.182617187500 +-0.026123046875 +-0.103027343750 +-0.097656250000 +-0.019042968750 +0.135742187500 +0.144531250000 +-0.139648437500 +-0.027832031250 +0.062500000000 +-0.099609375000 +-0.030273437500 +0.181640625000 +-0.023193359375 +0.080566406250 +0.053710937500 +0.170898437500 +0.097656250000 +-0.148437500000 +0.135742187500 +0.135742187500 +-0.023193359375 +0.020507812500 +0.166992187500 +0.014953613281 +-0.179687500000 +-0.136718750000 +-0.037109375000 +-0.098144531250 +-0.010498046875 +-0.007415771484 +-0.085449218750 +0.065429687500 +0.024414062500 +-0.008544921875 +-0.101562500000 +-0.143554687500 +-0.033691406250 +-0.052734375000 +0.038574218750 +-0.039062500000 +0.104003906250 +-0.048095703125 +-0.215820312500 +-0.076171875000 +0.094726562500 +-0.191406250000 +0.090820312500 +0.033691406250 +-0.006164550781 +0.158203125000 +-0.269531250000 +-0.021484375000 +0.008728027344 +0.127929687500 +0.069824218750 +-0.133789062500 +0.017822265625 +-0.027221679688 +0.112792968750 +0.028930664062 +-0.049560546875 +0.000778198242 +-0.155273437500 +-0.089355468750 +0.031494140625 +0.087890625000 +0.018554687500 +0.063964843750 +-0.154296875000 +0.017456054688 +-0.152343750000 +0.140625000000 +-0.107910156250 +0.166992187500 +-0.184570312500 +-0.011962890625 +0.024169921875 +0.094726562500 +0.031738281250 +0.075683593750 +0.052490234375 +-0.019653320312 +-0.095703125000 +-0.371093750000 +-0.015136718750 +0.105468750000 +0.092773437500 +-0.232421875000 +0.001655578613 +-0.002197265625 +-0.020629882812 +-0.069824218750 +-0.080078125000 +0.032714843750 +-0.072265625000 +0.237304687500 +-0.019042968750 +0.016235351562 +-0.035888671875 +-0.036865234375 +-0.134765625000 +-0.121582031250 +-0.119628906250 +0.041992187500 +0.042724609375 +-0.022583007812 +0.038330078125 +-0.001945495605 +0.102539062500 +0.096191406250 +0.227539062500 +0.071289062500 +0.054687500000 +0.077148437500 +-0.108398437500 +0.128906250000 +-0.029663085938 +0.010131835938 +-0.079101562500 +-0.118652343750 +0.114257812500 +0.038818359375 +-0.018676757812 +-0.038330078125 +-0.059814453125 +0.034179687500 +0.023925781250 +-0.102050781250 +-0.060791015625 +-0.000125885010 +-0.082519531250 +-0.009948730469 +-0.281250000000 +-0.195312500000 +0.096191406250 +-0.056152343750 +-0.061035156250 +-0.010498046875 +-0.001464843750 +0.135742187500 +-0.013916015625 +-0.102539062500 +-0.129882812500 +0.078125000000 +0.055664062500 +-0.077148437500 +-0.206054687500 +-0.066894531250 +0.026733398438 +0.151367187500 +-0.023315429688 +-0.171875000000 +0.007141113281 +0.139648437500 +-0.178710937500 +0.046875000000 +0.047851562500 +-0.006072998047 +-0.042968750000 +0.092773437500 +0.068847656250 +-0.059814453125 +0.085449218750 +-0.094726562500 +0.046875000000 +-0.024780273438 +0.236328125000 +0.016235351562 +-0.110351562500 +0.011657714844 +0.100585937500 +-0.054199218750 +-0.027954101562 +-0.007080078125 +-0.013854980469 +0.030151367188 +0.091796875000 +0.044433593750 +-0.035888671875 +-0.077148437500 +0.030029296875 +0.023315429688 +-0.000368118286 +0.092773437500 +-0.026123046875 +-0.076171875000 +-0.092773437500 +-0.241210937500 +0.040771484375 +0.031005859375 +0.144531250000 +-0.038085937500 +-0.115722656250 +-0.045410156250 +0.034667968750 +0.047607421875 +0.079589843750 +-0.049316406250 +0.006378173828 +-0.063964843750 +-0.031127929688 +0.037109375000 +-0.031005859375 +-0.052734375000 +-0.119140625000 +0.225585937500 +-0.033935546875 +0.010864257812 +-0.063476562500 +-0.013610839844 +0.253906250000 +0.061523437500 +0.033447265625 +-0.004486083984 +-0.060546875000 +0.039550781250 +-0.077148437500 +0.091308593750 +-0.241210937500 +-0.055419921875 +-0.077636718750 +0.018920898438 +-0.083007812500 +-0.164062500000 +-0.152343750000 +0.025390625000 +-0.037353515625 +-0.124511718750 +0.081054687500 +0.073242187500 +0.055419921875 +-0.016235351562 +0.081542968750 +-0.180664062500 +-0.112792968750 +-0.068359375000 +-0.045898437500 +-0.076171875000 +0.068359375000 +-0.156250000000 +0.008666992188 +0.018798828125 +0.257812500000 +0.043945312500 +0.032958984375 +-0.121093750000 +-0.050048828125 +-0.075195312500 +-0.188476562500 +0.002395629883 +0.163085937500 +-0.060058593750 +0.146484375000 +0.073242187500 +0.032958984375 +-0.011352539062 +-0.051757812500 +-0.054687500000 +-0.029052734375 +-0.003616333008 +0.131835937500 +0.048828125000 +-0.197265625000 +0.054931640625 +0.036376953125 +-0.156250000000 +-0.029052734375 +-0.086425781250 +-0.077148437500 +0.060546875000 +0.039794921875 +-0.032226562500 +0.183593750000 +0.026611328125 +-0.104003906250 +-0.138671875000 +0.151367187500 +0.053466796875 +0.283203125000 +-0.208007812500 +-0.103027343750 +0.122558593750 +0.029785156250 +0.067382812500 +-0.015563964844 +-0.200195312500 +0.086425781250 +-0.071289062500 +0.087402343750 +0.008789062500 +-0.038818359375 +-0.132812500000 +-0.047363281250 +-0.026245117188 +0.131835937500 +-0.075683593750 +0.038085937500 +0.003479003906 +-0.255859375000 +0.019653320312 +0.016113281250 +0.129882812500 +0.023803710938 +-0.091796875000 +-0.145507812500 +-0.081054687500 +-0.000534057617 +-0.056152343750 +0.082519531250 +0.011352539062 +-0.170898437500 +-0.030761718750 +-0.086425781250 +-0.269531250000 +0.028564453125 +-0.087402343750 +-0.045898437500 +0.141601562500 +0.034179687500 +-0.006835937500 +0.056152343750 +-0.096679687500 +0.017578125000 +-0.113281250000 +-0.020385742188 +0.060791015625 +0.108398437500 +0.087402343750 +-0.049316406250 +0.054931640625 +0.015991210938 +-0.092773437500 +0.054931640625 +-0.031250000000 +-0.115722656250 +0.269531250000 +-0.018188476562 +0.060546875000 +-0.018676757812 +-0.070312500000 +-0.083007812500 +0.002990722656 +-0.106933593750 +-0.038330078125 +0.229492187500 +-0.135742187500 +0.005798339844 +-0.087402343750 +0.031250000000 +-0.053710937500 +-0.041748046875 +-0.103515625000 +-0.028686523438 +0.059326171875 +-0.147460937500 +-0.125976562500 +-0.162109375000 +0.038574218750 +0.023803710938 +0.180664062500 +0.035644531250 +-0.006042480469 +-0.081054687500 +0.024169921875 +0.108398437500 +0.205078125000 +0.111328125000 +0.119628906250 +0.135742187500 +-0.010437011719 +0.253906250000 +-0.083007812500 +-0.001136779785 +-0.061035156250 +0.121093750000 +0.279296875000 +0.161132812500 +-0.047851562500 +0.072265625000 +-0.058105468750 +-0.053222656250 +0.097656250000 +0.011901855469 +-0.027221679688 +-0.096191406250 +-0.011718750000 +-0.141601562500 +0.011596679688 +-0.106933593750 +0.012207031250 +0.005401611328 +-0.056884765625 +-0.087402343750 +0.055908203125 +-0.146484375000 +-0.239257812500 +-0.101562500000 +-0.055175781250 +-0.134765625000 +0.198242187500 +0.013549804688 +0.053222656250 +0.011718750000 +0.153320312500 +-0.084960937500 +0.182617187500 +0.031982421875 +-0.028442382812 +-0.057128906250 +-0.076171875000 +0.065429687500 +0.184570312500 +0.058105468750 +0.081542968750 +-0.006561279297 +-0.038330078125 +-0.429687500000 +-0.016357421875 +-0.034423828125 +-0.108886718750 +0.066406250000 +-0.108886718750 +0.007263183594 +0.050537109375 +-0.086425781250 +0.067871093750 +0.056396484375 +0.027465820312 +0.031494140625 +-0.028442382812 +0.001243591309 +0.061767578125 +0.013793945312 +-0.134765625000 +-0.024047851562 +-0.195312500000 +0.033203125000 +0.015380859375 +0.056884765625 +-0.111328125000 +-0.068847656250 +0.021118164062 +0.019409179688 +-0.040771484375 +-0.002944946289 +0.027832031250 +0.088378906250 +0.030151367188 +-0.201171875000 +0.042724609375 +-0.095214843750 +0.040283203125 +-0.064941406250 +0.023803710938 +0.020874023438 +0.037353515625 +0.018066406250 +0.213867187500 +-0.054443359375 +0.009033203125 +0.004364013672 +0.210937500000 +-0.116699218750 +-0.093261718750 +0.087402343750 +-0.109375000000 +0.007629394531 +0.019775390625 +-0.136718750000 +-0.076660156250 +-0.121582031250 +-0.026977539062 +-0.057617187500 +0.094726562500 +0.017822265625 +0.004241943359 +-0.042236328125 +-0.075195312500 +-0.034667968750 +0.243164062500 +-0.196289062500 +0.069824218750 +0.059326171875 +0.067382812500 +0.078613281250 +-0.051757812500 +-0.020629882812 +-0.027221679688 +0.028808593750 +0.045654296875 +-0.002975463867 +0.017578125000 +0.056640625000 +-0.115722656250 +-0.049316406250 +0.102050781250 +0.083007812500 +0.104980468750 +0.146484375000 +-0.098144531250 +-0.073730468750 +-0.030517578125 +-0.022583007812 +-0.020751953125 +-0.010437011719 +-0.134765625000 +-0.235351562500 +0.101562500000 +-0.049072265625 +0.061767578125 +-0.287109375000 +-0.054199218750 +0.026123046875 +0.052246093750 +-0.103027343750 +-0.030639648438 +-0.034912109375 +-0.093750000000 +0.016113281250 +0.027099609375 +-0.137695312500 +-0.000104904175 +-0.025756835938 +0.049072265625 +0.058593750000 +-0.144531250000 +-0.118164062500 +-0.005615234375 +0.058837890625 +0.007019042969 +0.210937500000 +0.041015625000 +-0.056640625000 +0.052978515625 +0.108886718750 +-0.020263671875 +-0.019531250000 +-0.031738281250 +-0.115722656250 +0.043945312500 +-0.004425048828 +0.007080078125 +-0.091308593750 +0.063476562500 +-0.113769531250 +-0.124511718750 +0.086914062500 +0.003021240234 +-0.069335937500 +0.067871093750 +-0.011230468750 +-0.117675781250 +0.040039062500 +0.132812500000 +0.070800781250 +0.041748046875 +-0.134765625000 +0.076660156250 +-0.004241943359 +0.193359375000 +-0.064941406250 +-0.126953125000 +-0.044921875000 +-0.071289062500 +-0.024291992188 +-0.104980468750 +-0.071777343750 +-0.013061523438 +-0.211914062500 +0.103515625000 +-0.011291503906 +0.094726562500 +-0.006469726562 +-0.093261718750 +0.131835937500 +-0.021362304688 +0.183593750000 +-0.042724609375 +-0.020385742188 +0.016113281250 +0.137695312500 +-0.085937500000 +-0.029174804688 +0.085449218750 +0.215820312500 +-0.108398437500 +-0.164062500000 +0.038085937500 +-0.083007812500 +0.015014648438 +0.076171875000 +-0.112304687500 +0.183593750000 +-0.017944335938 +-0.055664062500 +-0.008483886719 +-0.066894531250 +-0.074218750000 +0.042968750000 +0.032470703125 +0.073730468750 +-0.042968750000 +0.117187500000 +0.135742187500 +-0.013183593750 +0.053466796875 +-0.065429687500 +0.075195312500 +-0.153320312500 +0.129882812500 +-0.104492187500 +0.059326171875 +0.079101562500 +-0.019165039062 +-0.114257812500 +-0.140625000000 +0.040771484375 +-0.167968750000 +0.004089355469 +0.056884765625 +-0.215820312500 +0.023437500000 +0.020874023438 +-0.021972656250 +0.007385253906 +0.163085937500 +0.033935546875 +-0.009521484375 +0.015991210938 +0.048828125000 +0.073730468750 +0.100097656250 +0.037841796875 +0.087890625000 +0.040771484375 +0.058837890625 +-0.044433593750 +0.128906250000 +-0.064941406250 +-0.041748046875 +0.221679687500 +-0.131835937500 +0.104003906250 +-0.159179687500 +0.020141601562 +0.003189086914 +-0.162109375000 +0.006469726562 +0.077148437500 +0.215820312500 +-0.060546875000 +-0.243164062500 +0.092285156250 +-0.001251220703 +0.099121093750 +-0.023071289062 +-0.071777343750 +0.086914062500 +-0.146484375000 +0.050781250000 +0.031494140625 +0.077636718750 +0.086914062500 +-0.034912109375 +-0.086914062500 +-0.092285156250 +-0.024291992188 +0.032470703125 +0.008666992188 +-0.068847656250 +-0.082519531250 +-0.024536132812 +-0.020141601562 +-0.027099609375 +-0.150390625000 +0.043945312500 +0.088378906250 +-0.079101562500 +-0.046386718750 +-0.019775390625 +0.118652343750 +0.081054687500 +-0.099121093750 +-0.000042200089 +0.035156250000 +0.043212890625 +0.028076171875 +-0.059082031250 +0.101562500000 +-0.205078125000 +-0.117187500000 +0.145507812500 +0.004913330078 +-0.073242187500 +-0.111328125000 +-0.125976562500 +0.024780273438 +-0.013244628906 +-0.084472656250 +0.001937866211 +-0.119628906250 +0.104492187500 +0.016845703125 +-0.018310546875 +-0.089355468750 +-0.145507812500 +-0.071777343750 +0.002868652344 +-0.068847656250 +-0.199218750000 +-0.096679687500 +-0.046142578125 +-0.010925292969 +-0.067382812500 +-0.178710937500 +0.095703125000 +0.078613281250 +0.009094238281 +0.047607421875 +-0.053710937500 +0.063964843750 +-0.072265625000 +0.023803710938 +-0.014953613281 +0.013427734375 +0.118652343750 +-0.173828125000 +-0.089355468750 +-0.088378906250 +0.125000000000 +-0.125976562500 +0.164062500000 +0.034912109375 +-0.004974365234 +0.026367187500 +0.077148437500 +-0.035888671875 +0.073730468750 +-0.026367187500 +0.136718750000 +0.030761718750 +-0.095703125000 +0.096191406250 +0.009643554688 +0.086914062500 +-0.105468750000 +0.105957031250 +-0.077636718750 +-0.172851562500 +0.057617187500 +0.092285156250 +-0.083007812500 +-0.086914062500 +-0.156250000000 +0.213867187500 +0.065429687500 +0.084472656250 +-0.154296875000 +0.061523437500 +0.016235351562 +0.107910156250 +0.059814453125 +-0.033691406250 +0.104003906250 +0.112304687500 +0.017822265625 +-0.039794921875 +-0.066406250000 +0.034179687500 +0.131835937500 +0.004028320312 +-0.008911132812 +-0.156250000000 +-0.115234375000 +0.001014709473 +0.131835937500 +-0.182617187500 +0.044189453125 +-0.025634765625 +-0.050292968750 +-0.238281250000 +-0.007598876953 +-0.053710937500 +-0.013427734375 +0.043945312500 +0.005401611328 +-0.004852294922 +0.034667968750 +-0.063964843750 +0.188476562500 +-0.039306640625 +-0.045654296875 +0.050048828125 +0.117675781250 +-0.047363281250 +0.099609375000 +-0.014831542969 +0.103027343750 +0.068847656250 +-0.198242187500 +0.123046875000 +0.055908203125 +-0.056152343750 +-0.024902343750 +-0.202148437500 +0.009094238281 +0.112792968750 +0.028442382812 +-0.033691406250 +0.112792968750 +-0.072753906250 +-0.005462646484 +0.047851562500 +-0.150390625000 +0.034912109375 +0.115234375000 +-0.039550781250 +-0.172851562500 +0.136718750000 +-0.115722656250 +-0.086914062500 +-0.169921875000 +0.068847656250 +-0.257812500000 +0.162109375000 +0.259765625000 +-0.084472656250 +-0.112792968750 +-0.098144531250 +-0.090820312500 +-0.104003906250 +0.082031250000 +0.068359375000 +0.003250122070 +-0.008666992188 +-0.029907226562 +0.001296997070 +0.032470703125 +-0.073730468750 +-0.080566406250 +-0.053710937500 +0.023559570312 +0.016235351562 +-0.007080078125 +-0.033691406250 +-0.122070312500 +0.083984375000 +-0.019042968750 +0.055419921875 +-0.044677734375 +0.073242187500 +0.178710937500 +0.199218750000 +0.132812500000 +0.242187500000 +-0.027587890625 +-0.035644531250 +0.092285156250 +-0.300781250000 +0.028198242188 +0.156250000000 +-0.019165039062 +-0.035644531250 +0.152343750000 +0.018066406250 +0.098632812500 +-0.060302734375 +-0.041992187500 +0.046630859375 +0.192382812500 +-0.032226562500 +-0.003234863281 +-0.125976562500 +0.003341674805 +0.043945312500 +0.154296875000 +-0.206054687500 +0.029785156250 +0.002746582031 +-0.043457031250 +0.069824218750 +-0.026977539062 +0.222656250000 +-0.169921875000 +0.089355468750 +0.040527343750 +-0.020019531250 +0.008544921875 +0.220703125000 +-0.188476562500 +0.022949218750 +0.013732910156 +0.011352539062 +-0.011230468750 +-0.083984375000 +-0.137695312500 +0.026489257812 +-0.186523437500 +-0.052978515625 +-0.204101562500 +-0.021118164062 +-0.128906250000 +-0.054199218750 +-0.045898437500 +0.017944335938 +0.088867187500 +0.006988525391 +0.015991210938 +-0.015563964844 +-0.067382812500 +0.199218750000 +-0.083984375000 +-0.039550781250 +0.041992187500 +0.075683593750 +-0.186523437500 +-0.040527343750 +0.093750000000 +0.062988281250 +0.010009765625 +0.017333984375 +-0.137695312500 +-0.127929687500 +-0.079589843750 +-0.043457031250 +0.073730468750 +0.090820312500 +0.117187500000 +0.235351562500 +-0.074218750000 +-0.091796875000 +0.134765625000 +-0.104980468750 +0.125976562500 +0.145507812500 +-0.021728515625 +-0.016967773438 +-0.027465820312 +0.064941406250 +0.080566406250 +-0.095703125000 +0.105957031250 +-0.038574218750 +-0.296875000000 +-0.070312500000 +0.080078125000 +0.004760742188 +-0.098632812500 +-0.022827148438 +0.049072265625 +0.034667968750 +-0.091796875000 +-0.166015625000 +0.149414062500 +-0.149414062500 +0.000128746033 +-0.049316406250 +-0.119628906250 +0.019409179688 +0.043945312500 +0.001640319824 +-0.175781250000 +0.160156250000 +0.011901855469 +-0.076171875000 +0.178710937500 +0.079101562500 +0.078613281250 +0.127929687500 +0.269531250000 +-0.187500000000 +-0.025512695312 +-0.218750000000 +-0.158203125000 +-0.031982421875 +-0.046875000000 +-0.031982421875 +-0.125976562500 +-0.122558593750 +-0.050292968750 +-0.087402343750 +0.003829956055 +-0.037353515625 +0.094726562500 +0.086425781250 +-0.081542968750 +0.125976562500 +0.096679687500 +-0.021972656250 +0.000652313232 +-0.055664062500 +0.132812500000 +0.111816406250 +0.051757812500 +-0.085449218750 +-0.326171875000 +0.003662109375 +0.012084960938 +0.059570312500 +0.073730468750 +0.060791015625 +-0.085937500000 +0.079589843750 +0.103027343750 +-0.144531250000 +-0.010925292969 +-0.038085937500 +-0.142578125000 +0.113769531250 +-0.104492187500 +0.027099609375 +-0.085937500000 +-0.054199218750 +-0.002059936523 +-0.082519531250 +-0.038330078125 +-0.038085937500 +0.088378906250 +-0.027343750000 +0.058837890625 +-0.091308593750 +0.002365112305 +-0.028076171875 +-0.131835937500 +-0.032226562500 +-0.016723632812 +0.104003906250 +0.189453125000 +-0.089355468750 +0.064941406250 +-0.041503906250 +-0.180664062500 +0.057617187500 +0.257812500000 +-0.006011962891 +0.204101562500 +-0.117187500000 +-0.086425781250 +0.051269531250 +-0.021850585938 +0.083984375000 +-0.164062500000 +-0.059326171875 +-0.125976562500 +0.093750000000 +0.010070800781 +0.015747070312 +-0.018676757812 +0.166992187500 +0.037353515625 +-0.121582031250 +0.109863281250 +0.110839843750 +-0.018310546875 +0.160156250000 +-0.138671875000 +-0.117675781250 +0.087402343750 +0.217773437500 +0.027465820312 +-0.117187500000 +-0.041503906250 +0.066406250000 +-0.027099609375 +0.025878906250 +-0.090820312500 +0.080078125000 +-0.135742187500 +0.243164062500 +0.083984375000 +-0.032226562500 +-0.065429687500 +-0.070800781250 +-0.126953125000 +-0.068847656250 +0.043457031250 +-0.089843750000 +0.110839843750 +-0.126953125000 +-0.180664062500 +0.048339843750 +-0.066406250000 +-0.001159667969 +0.042724609375 +-0.157226562500 +0.067871093750 +0.039062500000 +-0.049804687500 +-0.079101562500 +-0.020507812500 +0.020141601562 +-0.049560546875 +0.083984375000 +-0.040283203125 +-0.168945312500 +-0.011718750000 +-0.030273437500 +0.171875000000 +0.175781250000 +0.009948730469 +-0.025634765625 +0.084472656250 +-0.011535644531 +0.079589843750 +-0.036621093750 +0.077636718750 +0.056884765625 +0.020629882812 +-0.064453125000 +-0.099609375000 +0.040039062500 +-0.054199218750 +-0.139648437500 +-0.108398437500 +-0.138671875000 +-0.037597656250 +0.020874023438 +0.036865234375 +0.016235351562 +-0.157226562500 +-0.060058593750 +-0.043457031250 +0.004791259766 +-0.065917968750 +0.006317138672 +0.109375000000 +-0.161132812500 +0.055908203125 +-0.180664062500 +0.082519531250 +-0.043212890625 +-0.079101562500 +0.171875000000 +-0.022583007812 +-0.092285156250 +0.139648437500 +0.038085937500 +-0.044921875000 +-0.001686096191 +-0.003387451172 +-0.067382812500 +0.057128906250 +-0.000314712524 +-0.122558593750 +-0.101074218750 +-0.059814453125 +-0.158203125000 +0.046142578125 +0.039550781250 +-0.144531250000 +-0.088867187500 +0.127929687500 +0.022094726562 +0.107421875000 +-0.166015625000 +0.091308593750 +-0.035644531250 +0.162109375000 +-0.092773437500 +-0.059570312500 +0.101562500000 +-0.142578125000 +-0.076171875000 +-0.010803222656 +0.021240234375 +-0.052001953125 +-0.040039062500 +-0.037597656250 +-0.001022338867 +-0.052734375000 +-0.079101562500 +0.034667968750 +0.029663085938 +0.007171630859 +0.014465332031 +0.092773437500 +0.002822875977 +0.060546875000 +0.085937500000 +0.055908203125 +0.010253906250 +-0.041015625000 +-0.066894531250 +0.101074218750 +-0.197265625000 +0.039062500000 +0.082031250000 +0.104980468750 +0.050292968750 +0.061279296875 +-0.092773437500 +-0.119140625000 +0.012023925781 +-0.078613281250 +-0.001556396484 +-0.208984375000 +-0.184570312500 +-0.016479492188 +0.117187500000 +-0.050292968750 +0.055175781250 +0.079101562500 +0.148437500000 +0.059326171875 +0.098632812500 +-0.077148437500 +0.005615234375 +0.008422851562 +0.031494140625 +0.046386718750 +0.086914062500 +-0.002426147461 +0.052001953125 +-0.046875000000 +0.157226562500 +0.065917968750 +-0.076660156250 +-0.010375976562 +0.011596679688 +0.075195312500 +0.125000000000 +0.153320312500 +0.028198242188 +-0.095703125000 +-0.014282226562 +0.047119140625 +-0.026367187500 +-0.108886718750 +-0.108886718750 +-0.098632812500 +0.069335937500 +-0.063964843750 +0.048095703125 +-0.004119873047 +-0.087402343750 +-0.101562500000 +-0.007568359375 +0.058349609375 +-0.058593750000 +0.188476562500 +-0.000957489014 +0.199218750000 +-0.036376953125 +-0.008117675781 +0.233398437500 +0.088867187500 +0.074218750000 +-0.083496093750 +-0.081542968750 +0.049072265625 +0.174804687500 +0.072265625000 +-0.157226562500 +0.021240234375 +-0.002532958984 +-0.031494140625 +0.138671875000 +-0.039062500000 +-0.032958984375 +-0.169921875000 +0.046630859375 +-0.004760742188 +-0.050292968750 +-0.031738281250 +0.016601562500 +-0.009704589844 +0.014465332031 +-0.065429687500 +0.025756835938 +-0.020141601562 +-0.058837890625 +-0.104980468750 +-0.005706787109 +0.059082031250 +0.041748046875 +-0.000968933105 +-0.137695312500 +0.193359375000 +0.010314941406 +0.077148437500 +0.184570312500 +0.053710937500 +0.003723144531 +-0.017578125000 +-0.035400390625 +0.185546875000 +0.033691406250 +0.082031250000 +0.161132812500 +0.090820312500 +-0.022583007812 +-0.068847656250 +-0.130859375000 +-0.131835937500 +0.056884765625 +0.039062500000 +-0.015747070312 +-0.048583984375 +-0.108398437500 +0.166015625000 +0.020141601562 +-0.113281250000 +0.030517578125 +-0.149414062500 +-0.065917968750 +0.015319824219 +0.128906250000 +-0.076171875000 +-0.009155273438 +-0.014709472656 +-0.095703125000 +-0.004577636719 +-0.061279296875 +0.147460937500 +-0.055908203125 +-0.035888671875 +-0.184570312500 +0.054443359375 +-0.035888671875 +0.067382812500 +-0.052490234375 +0.108886718750 +0.186523437500 +-0.192382812500 +0.198242187500 +0.120117187500 +-0.063964843750 +0.013610839844 +0.053466796875 +0.009216308594 +-0.036621093750 +-0.001251220703 +0.084960937500 +0.029541015625 +0.028198242188 +-0.038330078125 +0.201171875000 +-0.022827148438 +-0.122558593750 +-0.184570312500 +0.067382812500 +0.121093750000 +0.070312500000 +0.143554687500 +-0.027709960938 +0.069824218750 +0.070800781250 +-0.140625000000 +-0.119140625000 +0.060791015625 +0.025146484375 +0.074707031250 +-0.166015625000 +-0.026733398438 +-0.038574218750 +-0.108398437500 +0.092285156250 +0.024169921875 +0.029174804688 +-0.214843750000 +0.002532958984 +-0.000522613525 +0.084960937500 +0.047851562500 +0.066894531250 +-0.025634765625 +0.335937500000 +-0.002868652344 +0.044189453125 +0.044677734375 +0.201171875000 +-0.123535156250 +-0.089355468750 +-0.247070312500 +0.103515625000 +-0.002395629883 +-0.126953125000 +-0.016357421875 +-0.030395507812 +0.076660156250 +0.103027343750 +0.000434875488 +0.053955078125 +-0.009765625000 +-0.246093750000 +-0.087890625000 +0.171875000000 +-0.025756835938 +0.010253906250 +-0.049072265625 +-0.008850097656 +-0.052734375000 +-0.174804687500 +-0.102050781250 +-0.057128906250 +-0.119140625000 +-0.044921875000 +0.139648437500 +0.029785156250 +-0.043701171875 +-0.099121093750 +-0.120605468750 +-0.149414062500 +0.105957031250 +0.120117187500 +-0.007781982422 +0.205078125000 +0.078613281250 +0.044677734375 +0.051513671875 +-0.045898437500 +0.071777343750 +0.110839843750 +-0.128906250000 +0.095214843750 +0.006591796875 +0.015441894531 +0.094726562500 +-0.055419921875 +-0.013427734375 +-0.112792968750 +0.109375000000 +0.032226562500 +-0.075195312500 +0.074218750000 +-0.080566406250 +0.324218750000 +-0.145507812500 +0.038818359375 +-0.067871093750 +0.047363281250 +0.059814453125 +0.050292968750 +0.210937500000 +0.285156250000 +-0.018310546875 +0.201171875000 +0.239257812500 +0.175781250000 +-0.015625000000 +0.181640625000 +0.092285156250 +0.109863281250 +0.105468750000 +-0.011474609375 +0.022949218750 +0.003280639648 +-0.531250000000 +-0.007873535156 +-0.002365112305 +0.079101562500 +-0.043212890625 +-0.053710937500 +-0.142578125000 +-0.120605468750 +0.102539062500 +0.084960937500 +0.259765625000 +0.049316406250 +-0.213867187500 +-0.006469726562 +-0.005310058594 +0.115722656250 +0.085937500000 +-0.102050781250 +-0.171875000000 +-0.093261718750 +0.011230468750 +-0.041503906250 +0.006134033203 +-0.032470703125 +0.009460449219 +-0.090332031250 +0.017578125000 +-0.084960937500 +0.032958984375 +0.030761718750 +0.160156250000 +-0.071777343750 +0.048339843750 +0.033935546875 +0.004058837891 +0.168945312500 +-0.000080585480 +0.134765625000 +-0.050781250000 +0.079589843750 +-0.040039062500 +0.149414062500 +-0.073730468750 +-0.046142578125 +-0.125976562500 +-0.031982421875 +0.046630859375 +-0.050292968750 +-0.281250000000 +-0.174804687500 +-0.166992187500 +-0.093261718750 +-0.079589843750 +-0.064453125000 +-0.056884765625 +-0.077148437500 +-0.012573242188 +-0.131835937500 +-0.068359375000 +0.037109375000 +0.060058593750 +-0.179687500000 +0.000122070312 +-0.121093750000 +-0.050537109375 +-0.033203125000 +-0.082519531250 +0.018188476562 +-0.015380859375 +-0.076171875000 +-0.040527343750 +-0.205078125000 +0.063476562500 +0.013549804688 +0.059814453125 +-0.107910156250 +-0.023071289062 +-0.029052734375 +0.052490234375 +0.077148437500 +0.011657714844 +-0.009094238281 +0.022216796875 +0.022338867188 +-0.149414062500 +-0.216796875000 +-0.125000000000 +-0.006591796875 +-0.093261718750 +0.095214843750 +-0.015747070312 +0.067382812500 +-0.248046875000 +0.065917968750 +-0.062988281250 +-0.034423828125 +-0.028930664062 +-0.129882812500 +0.022094726562 +0.026245117188 +-0.115722656250 +0.053710937500 +0.041992187500 +0.007354736328 +0.056152343750 +-0.416015625000 +0.021728515625 +-0.064453125000 +0.166015625000 +0.069824218750 +-0.041992187500 +-0.164062500000 +0.025512695312 +-0.051513671875 +-0.124023437500 +0.152343750000 +0.052246093750 +-0.083007812500 +0.096191406250 +-0.075195312500 +-0.045410156250 +0.024536132812 +-0.057617187500 +0.027465820312 +-0.136718750000 +0.162109375000 +-0.039306640625 +-0.075195312500 +-0.090332031250 +-0.014404296875 +-0.138671875000 +0.009094238281 +-0.016479492188 +-0.006469726562 +0.006408691406 +-0.047363281250 +0.064941406250 +0.000106811523 +-0.304687500000 +-0.208984375000 +0.084960937500 +0.113281250000 +-0.020629882812 +0.030151367188 +-0.039062500000 +-0.089355468750 +0.027709960938 +-0.102050781250 +-0.180664062500 +0.045654296875 +0.001754760742 +0.107421875000 +-0.136718750000 +0.051513671875 +-0.128906250000 +-0.028808593750 +0.059326171875 +-0.025268554688 +-0.068847656250 +0.064453125000 +0.197265625000 +-0.025146484375 +0.150390625000 +-0.040527343750 +0.026855468750 +-0.013122558594 +-0.021728515625 +-0.012268066406 +-0.147460937500 +0.045898437500 +-0.057373046875 +0.106933593750 +-0.017578125000 +0.020507812500 +-0.062011718750 +-0.386718750000 +-0.055908203125 +-0.096191406250 +-0.037353515625 +-0.153320312500 +0.079589843750 +-0.154296875000 +-0.035644531250 +-0.055908203125 +0.157226562500 +0.082519531250 +0.041259765625 +-0.023559570312 +0.041015625000 +-0.174804687500 +-0.058349609375 +-0.151367187500 +-0.080078125000 +-0.004791259766 +-0.008239746094 +0.027832031250 +0.102050781250 +-0.248046875000 +0.255859375000 +-0.000362396240 +-0.034667968750 +0.069824218750 +0.061767578125 +0.020996093750 +0.133789062500 +-0.040283203125 +-0.021484375000 +-0.128906250000 +0.061523437500 +-0.057128906250 +-0.083496093750 +-0.143554687500 +-0.136718750000 +0.041015625000 +0.207031250000 +-0.076171875000 +0.111816406250 +0.053222656250 +-0.031127929688 +-0.053710937500 +-0.190429687500 +-0.039306640625 +0.034423828125 +-0.199218750000 +-0.072753906250 +0.044433593750 +-0.034179687500 +0.027099609375 +-0.001701354980 +-0.008728027344 +-0.017578125000 +-0.245117187500 +0.065429687500 +0.191406250000 +0.125976562500 +-0.013305664062 +0.037841796875 +0.138671875000 +-0.123535156250 +-0.347656250000 +-0.155273437500 +0.010559082031 +-0.072265625000 +-0.108886718750 +-0.094238281250 +0.056396484375 +0.054443359375 +-0.027587890625 +-0.269531250000 +-0.118652343750 +-0.181640625000 +0.335937500000 +0.079101562500 +-0.069335937500 +0.025146484375 +0.031494140625 +0.051757812500 +0.009155273438 +0.034179687500 +-0.013305664062 +-0.098632812500 +0.269531250000 +-0.025268554688 +0.087890625000 +-0.014343261719 +0.038085937500 +-0.112304687500 +-0.074707031250 +-0.068847656250 +-0.008850097656 +-0.122558593750 +-0.092773437500 +-0.072753906250 +-0.062011718750 +-0.143554687500 +-0.027709960938 +0.038574218750 +0.030395507812 +0.177734375000 +-0.082031250000 +0.214843750000 +-0.079589843750 +0.287109375000 +-0.024047851562 +-0.122070312500 +-0.077148437500 +0.004425048828 +0.024780273438 +-0.049560546875 +0.142578125000 +-0.072753906250 +-0.051269531250 +-0.052978515625 +-0.011962890625 +0.112304687500 +0.133789062500 +-0.235351562500 +0.044189453125 +-0.023559570312 +-0.062988281250 +-0.010681152344 +0.096679687500 +-0.120117187500 +-0.005523681641 +0.035400390625 +-0.058593750000 +-0.139648437500 +-0.179687500000 +-0.037109375000 +0.099609375000 +-0.028808593750 +-0.028930664062 +0.099121093750 +-0.094726562500 +-0.028930664062 +-0.173828125000 +-0.040283203125 +0.023803710938 +-0.161132812500 +0.028320312500 +-0.016479492188 +0.113769531250 +-0.081542968750 +-0.068847656250 +-0.124511718750 +0.160156250000 +0.070800781250 +-0.165039062500 +-0.014831542969 +-0.105957031250 +0.098632812500 +0.035156250000 +0.235351562500 +0.125976562500 +-0.096191406250 +-0.013610839844 +0.046142578125 +-0.133789062500 +0.075195312500 +0.006072998047 +0.001388549805 +-0.131835937500 +0.136718750000 +-0.064941406250 +0.062988281250 +0.146484375000 +-0.085449218750 +-0.086914062500 +-0.076171875000 +0.069824218750 +-0.108886718750 +-0.040039062500 +0.037841796875 +0.090820312500 +-0.049316406250 +-0.052246093750 +0.014892578125 +0.125976562500 +0.169921875000 +-0.186523437500 +-0.050048828125 +-0.030761718750 +-0.056884765625 +0.078125000000 +-0.029785156250 +-0.103515625000 +-0.041015625000 +0.089843750000 +-0.044677734375 +0.194335937500 +-0.106445312500 +0.005493164062 +-0.145507812500 +-0.068359375000 +0.212890625000 +-0.009216308594 +-0.005645751953 +-0.124511718750 +-0.054443359375 +0.052978515625 +0.054687500000 +0.091796875000 +-0.045166015625 +0.016723632812 +0.011474609375 +0.060302734375 +-0.200195312500 +-0.070800781250 +0.040771484375 +0.154296875000 +-0.084960937500 +-0.047119140625 +0.203125000000 +-0.078125000000 +-0.029907226562 +0.075683593750 +-0.085937500000 +-0.030883789062 +0.007202148438 +-0.019775390625 +0.055419921875 +0.000595092773 +-0.132812500000 +0.118652343750 +0.113281250000 +-0.034912109375 +0.040771484375 +-0.041992187500 +0.187500000000 +0.043457031250 +0.011413574219 +-0.064453125000 +-0.052734375000 +0.100585937500 +0.042480468750 +-0.010253906250 +-0.023071289062 +-0.123046875000 +0.028930664062 +-0.076171875000 +0.098144531250 +0.011962890625 +-0.069824218750 +0.039550781250 +0.154296875000 +0.038085937500 +-0.170898437500 +0.105468750000 +-0.251953125000 +-0.024658203125 +-0.132812500000 +0.220703125000 +-0.045654296875 +-0.047851562500 +0.008544921875 +0.102050781250 +0.209960937500 +0.053955078125 +0.238281250000 +0.004943847656 +0.175781250000 +-0.016723632812 +-0.013732910156 +0.143554687500 +-0.097167968750 +-0.086914062500 +-0.063964843750 +-0.087402343750 +0.135742187500 +-0.036865234375 +0.022338867188 +0.023803710938 +-0.120117187500 +0.134765625000 +0.120605468750 +-0.023193359375 +0.016479492188 +0.063476562500 +-0.024780273438 +-0.185546875000 +0.061767578125 +-0.003479003906 +0.120605468750 +0.255859375000 +-0.050292968750 +0.036865234375 +-0.154296875000 +-0.140625000000 +-0.087402343750 +0.075195312500 +0.074218750000 +0.018676757812 +0.076660156250 +-0.016845703125 +0.052001953125 +0.129882812500 +0.170898437500 +0.029785156250 +0.023193359375 +-0.002990722656 +-0.002868652344 +0.097167968750 +-0.188476562500 +-0.208984375000 +0.156250000000 +0.085937500000 +-0.097167968750 +-0.078613281250 +-0.056640625000 +-0.073730468750 +0.087890625000 +0.096191406250 +-0.027587890625 +-0.005920410156 +-0.018066406250 +0.103515625000 +-0.008117675781 +0.033203125000 +0.057861328125 +-0.008911132812 +0.078613281250 +-0.003372192383 +0.009826660156 +0.032714843750 +0.174804687500 +0.075683593750 +-0.034179687500 +0.059814453125 +-0.028686523438 +-0.007354736328 +0.105468750000 +-0.001487731934 +0.137695312500 +0.140625000000 +-0.035400390625 +-0.010681152344 +-0.001525878906 +-0.145507812500 +-0.059082031250 +0.099609375000 +0.023193359375 +-0.058837890625 +-0.113281250000 +-0.023803710938 +0.064941406250 +0.120117187500 +0.250000000000 +0.013122558594 +0.125976562500 +0.125976562500 +-0.091308593750 +-0.047607421875 +0.052978515625 +0.263671875000 +-0.076171875000 +-0.015869140625 +-0.047363281250 +0.000885009766 +-0.134765625000 +0.087402343750 +-0.225585937500 +-0.113281250000 +-0.015747070312 +-0.024414062500 +-0.029418945312 +0.202148437500 +0.275390625000 +0.119628906250 +0.008789062500 +-0.078125000000 +0.070800781250 +-0.078125000000 +-0.001487731934 +-0.032226562500 +0.059326171875 +-0.057617187500 +0.043701171875 +0.010253906250 +0.112304687500 +0.079101562500 +-0.021484375000 +-0.007690429688 +-0.120117187500 +0.001190185547 +-0.001609802246 +0.044189453125 +-0.004852294922 +0.130859375000 +-0.090332031250 +-0.004150390625 +0.056884765625 +-0.059814453125 +-0.002288818359 +0.141601562500 +-0.029663085938 +0.160156250000 +-0.106933593750 +-0.079101562500 +0.038330078125 +0.170898437500 +0.032226562500 +-0.011047363281 +0.081054687500 +-0.030151367188 +0.033447265625 +0.015747070312 +0.138671875000 +-0.036865234375 +0.058349609375 +0.083496093750 +0.298828125000 +0.002899169922 +0.190429687500 +-0.049072265625 +-0.131835937500 +-0.104492187500 +0.233398437500 +0.019287109375 +0.034423828125 +0.029296875000 +-0.113281250000 +0.002456665039 +-0.030883789062 +-0.095214843750 +-0.074707031250 +-0.076660156250 +-0.074707031250 +-0.071777343750 +-0.051513671875 +0.240234375000 +0.023925781250 +0.312500000000 +-0.040039062500 +0.039550781250 +0.025390625000 +0.093261718750 +0.009704589844 +-0.158203125000 +0.069335937500 +0.004730224609 +0.102539062500 +0.012390136719 +0.092773437500 +0.006958007812 +0.009277343750 +-0.159179687500 +-0.085449218750 +-0.054199218750 +0.087402343750 +-0.001495361328 +0.086425781250 +0.108886718750 +0.005889892578 +-0.027099609375 +-0.031738281250 +-0.050781250000 +0.094238281250 +-0.028442382812 +0.149414062500 +0.073242187500 +0.017578125000 +-0.027465820312 +0.034667968750 +-0.001564025879 +0.011291503906 +0.084472656250 +0.066894531250 +-0.116210937500 +-0.110839843750 +0.031982421875 +0.095214843750 +-0.177734375000 +0.029785156250 +-0.112792968750 +-0.099121093750 +-0.014709472656 +-0.037353515625 +-0.251953125000 +0.077636718750 +0.084472656250 +-0.012573242188 +-0.019409179688 +0.034667968750 +0.057373046875 +0.083007812500 +0.009643554688 +-0.015197753906 +-0.109375000000 +-0.144531250000 +0.105957031250 +0.048583984375 +0.000976562500 +0.007232666016 +0.138671875000 +-0.212890625000 +0.087890625000 +0.010314941406 +-0.066894531250 +-0.076660156250 +0.049560546875 +-0.016479492188 +0.003067016602 +-0.075683593750 +-0.063964843750 +0.092773437500 +-0.044433593750 +-0.000125885010 +0.081054687500 +-0.061035156250 +0.017089843750 +-0.133789062500 +0.072753906250 +-0.039062500000 +-0.099609375000 +0.201171875000 +0.032714843750 +0.016479492188 +0.139648437500 +-0.012573242188 +-0.171875000000 +-0.218750000000 +0.069335937500 +0.023925781250 +-0.083496093750 +0.068847656250 +0.018676757812 +0.056152343750 +-0.053710937500 +-0.013671875000 +-0.025756835938 +-0.117675781250 +-0.135742187500 +0.089355468750 +-0.075683593750 +-0.015319824219 +-0.014892578125 +0.076660156250 +-0.126953125000 +0.048095703125 +-0.069824218750 +0.009521484375 +0.233398437500 +0.078125000000 +-0.049316406250 +-0.043457031250 +-0.062988281250 +-0.105957031250 +0.032226562500 +0.061035156250 +-0.010742187500 +-0.030273437500 +0.070800781250 +-0.033447265625 +-0.229492187500 +-0.023437500000 +-0.081542968750 +0.083496093750 +-0.142578125000 +-0.188476562500 +-0.014404296875 +-0.082519531250 +-0.098144531250 +-0.052001953125 +0.076171875000 +0.056640625000 +-0.164062500000 +0.133789062500 +0.214843750000 +-0.142578125000 +-0.057861328125 +0.005523681641 +0.099609375000 +0.184570312500 +-0.132812500000 +-0.040527343750 +-0.097167968750 +0.008728027344 +-0.091308593750 +0.079589843750 +0.014465332031 +-0.172851562500 +-0.008544921875 +0.045898437500 +-0.065917968750 +-0.202148437500 +-0.037841796875 +-0.156250000000 +0.024414062500 +-0.222656250000 +0.108398437500 +0.126953125000 +-0.163085937500 +-0.002609252930 +-0.029785156250 +0.159179687500 +0.103515625000 +-0.014282226562 +0.059326171875 +0.210937500000 +-0.021850585938 +-0.041015625000 +0.061035156250 +-0.088867187500 +0.038330078125 +0.057373046875 +0.188476562500 +-0.158203125000 +-0.104003906250 +-0.106445312500 +-0.020507812500 +-0.012634277344 +0.209960937500 +-0.092285156250 +0.054687500000 +-0.049072265625 +0.082031250000 +-0.114257812500 +-0.050781250000 +-0.052246093750 +-0.132812500000 +0.058837890625 +-0.099121093750 +-0.184570312500 +0.096191406250 +-0.137695312500 +-0.339843750000 +0.058837890625 +-0.083007812500 +0.026367187500 +0.004241943359 +-0.151367187500 +0.020385742188 +0.012634277344 +0.030273437500 +0.217773437500 +-0.138671875000 +0.113769531250 +-0.033203125000 +0.125000000000 +0.023681640625 +-0.059326171875 +0.023559570312 +0.057373046875 +0.015747070312 +-0.026611328125 +-0.118164062500 +0.004516601562 +0.059326171875 +-0.060791015625 +0.023681640625 +-0.021606445312 +-0.201171875000 +-0.023071289062 +-0.069824218750 +0.007598876953 +0.036865234375 +0.042236328125 +0.088378906250 +0.122558593750 +-0.030639648438 +-0.044921875000 +-0.127929687500 +-0.009887695312 +-0.408203125000 +0.186523437500 +-0.083496093750 +-0.078125000000 +0.075683593750 +-0.008056640625 +-0.005615234375 +-0.066406250000 +-0.060791015625 +-0.112792968750 +0.119140625000 +0.069335937500 +-0.062988281250 +0.044433593750 +0.103027343750 +-0.023437500000 +-0.076171875000 +0.044433593750 +0.017089843750 +0.101562500000 +0.115234375000 +-0.094238281250 +0.234375000000 +-0.109863281250 +0.032226562500 +0.074707031250 +0.116699218750 +0.115722656250 +0.028442382812 +0.080078125000 +-0.062011718750 +0.093750000000 +-0.031005859375 +0.099121093750 +-0.098632812500 +-0.110839843750 +-0.002456665039 +-0.106933593750 +-0.050781250000 +-0.039306640625 +0.062988281250 +-0.055664062500 +0.164062500000 +-0.158203125000 +0.031005859375 +-0.030273437500 +-0.158203125000 +-0.152343750000 +0.068359375000 +-0.178710937500 +-0.016845703125 +-0.189453125000 +-0.005310058594 +-0.076660156250 +-0.049072265625 +-0.031250000000 +0.159179687500 +-0.020751953125 +0.033691406250 +-0.022583007812 +0.003662109375 +-0.108886718750 +-0.164062500000 +0.058105468750 +-0.157226562500 +0.080566406250 +0.041992187500 +0.107910156250 +-0.017211914062 +0.099609375000 +-0.088378906250 +-0.019775390625 +-0.021362304688 +0.079101562500 +0.084472656250 +0.064941406250 +-0.078613281250 +-0.139648437500 +0.004913330078 +-0.099121093750 +0.025146484375 +-0.114746093750 +-0.203125000000 +-0.183593750000 +0.191406250000 +0.065429687500 +0.048828125000 +-0.035400390625 +0.000145912170 +0.271484375000 +-0.010498046875 +-0.057861328125 +-0.019042968750 +-0.080078125000 +-0.059570312500 +0.120117187500 +-0.144531250000 +0.063964843750 +-0.052978515625 +0.016723632812 +-0.183593750000 +-0.020751953125 +-0.003097534180 +-0.221679687500 +-0.067871093750 +0.027832031250 +0.068359375000 +0.064453125000 +-0.032226562500 +-0.255859375000 +-0.164062500000 +0.075683593750 +-0.025268554688 +0.083007812500 +-0.079589843750 +-0.126953125000 +-0.124511718750 +0.000690460205 +0.046630859375 +-0.143554687500 +0.115722656250 +-0.025756835938 +0.041015625000 +0.030029296875 +-0.122070312500 +-0.034423828125 +-0.038085937500 +-0.023559570312 +-0.016479492188 +0.049560546875 +0.063476562500 +-0.147460937500 +-0.096679687500 +-0.197265625000 +-0.082031250000 +0.129882812500 +-0.094726562500 +0.010131835938 +-0.015136718750 +0.108398437500 +-0.038085937500 +0.011291503906 +0.159179687500 +-0.071289062500 +0.200195312500 +-0.135742187500 +-0.094726562500 +-0.039062500000 +0.002014160156 +0.010131835938 +-0.001693725586 +-0.056396484375 +-0.176757812500 +0.027343750000 +-0.047119140625 +-0.160156250000 +-0.067382812500 +0.077636718750 +-0.053955078125 +-0.052978515625 +-0.013916015625 +-0.163085937500 +-0.024169921875 +0.037841796875 +0.009643554688 +-0.072265625000 +0.044677734375 +-0.135742187500 +0.004089355469 +0.300781250000 +0.004119873047 +-0.079101562500 +-0.006042480469 +0.209960937500 +-0.097167968750 +0.107421875000 +-0.033935546875 +-0.098632812500 +0.072753906250 +0.006347656250 +-0.026611328125 +-0.017700195312 +0.025390625000 +0.088378906250 +0.177734375000 +0.077636718750 +-0.230468750000 +-0.067871093750 +0.063476562500 +-0.069824218750 +-0.092285156250 +-0.173828125000 +-0.024291992188 +0.002792358398 +-0.196289062500 +0.103027343750 +-0.001342773438 +0.004852294922 +0.018920898438 +-0.050048828125 +-0.164062500000 +-0.067871093750 +0.056884765625 +-0.041015625000 +-0.033935546875 +-0.026977539062 +-0.055175781250 +-0.187500000000 +-0.163085937500 +0.008056640625 +-0.118652343750 +-0.106933593750 +0.074218750000 +-0.044921875000 +0.056884765625 +0.058593750000 +-0.131835937500 +-0.052734375000 +-0.047851562500 +0.043945312500 +0.092285156250 +-0.083007812500 +-0.031982421875 +-0.123046875000 +-0.048583984375 +-0.159179687500 +0.044677734375 +0.016723632812 +0.007080078125 +-0.118652343750 +0.118652343750 +-0.053955078125 +-0.015380859375 +-0.090820312500 +-0.008728027344 +-0.047363281250 +-0.042968750000 +-0.057617187500 +0.010925292969 +-0.002761840820 +0.060302734375 +-0.060546875000 +0.037841796875 +0.022094726562 +0.066894531250 +-0.014160156250 +-0.066406250000 +-0.143554687500 +0.024047851562 +-0.049804687500 +0.062988281250 +-0.083007812500 +-0.049560546875 +-0.046630859375 +-0.120117187500 +-0.060546875000 +0.132812500000 +-0.071777343750 +0.062011718750 +-0.080078125000 +-0.037841796875 +0.013854980469 +-0.255859375000 +0.168945312500 +0.019775390625 +0.063476562500 +-0.030517578125 +-0.081054687500 +-0.071289062500 +-0.101562500000 +0.171875000000 +0.016479492188 +0.047851562500 +0.117187500000 +0.055175781250 +-0.008422851562 +0.065429687500 +-0.015747070312 +0.033691406250 +-0.050781250000 +-0.109863281250 +-0.011596679688 +-0.065429687500 +-0.009094238281 +-0.022949218750 +0.071777343750 +-0.078613281250 +-0.066894531250 +0.163085937500 +-0.035644531250 +0.014648437500 +0.104980468750 +-0.070800781250 +0.012268066406 +0.070312500000 +-0.020996093750 +0.033447265625 +-0.211914062500 +-0.041748046875 +0.013061523438 +-0.300781250000 +0.163085937500 +0.079101562500 +-0.091796875000 +-0.125976562500 +-0.005462646484 +-0.083984375000 +-0.025390625000 +-0.020996093750 +-0.211914062500 +-0.048095703125 +-0.003967285156 +-0.055664062500 +-0.111328125000 +-0.097167968750 +0.060302734375 +-0.058837890625 +-0.112304687500 +-0.064941406250 +-0.007995605469 +0.206054687500 +0.066894531250 +-0.068359375000 +-0.084960937500 +0.030151367188 +0.125976562500 +-0.007690429688 +-0.068359375000 +0.015502929688 +0.003601074219 +0.078125000000 +0.141601562500 +0.050048828125 +0.069824218750 +0.236328125000 +0.070312500000 +-0.037353515625 +0.070312500000 +-0.085449218750 +0.001541137695 +-0.202148437500 +-0.149414062500 +-0.035400390625 +0.107910156250 +-0.132812500000 +-0.130859375000 +-0.127929687500 +-0.081054687500 +0.146484375000 +0.113769531250 +0.059814453125 +-0.089355468750 +0.092285156250 +-0.121582031250 +-0.037597656250 +0.014099121094 +-0.025878906250 +-0.166015625000 +0.067871093750 +-0.068847656250 +0.111816406250 +-0.071777343750 +-0.061523437500 +-0.128906250000 +-0.016235351562 +-0.053222656250 +-0.067382812500 +0.124023437500 +-0.018676757812 +-0.150390625000 +-0.062988281250 +-0.125000000000 +-0.357421875000 +0.065917968750 +-0.077636718750 +-0.095703125000 +-0.044189453125 +-0.011840820312 +-0.136718750000 +-0.127929687500 +-0.110839843750 +0.051269531250 +-0.009826660156 +-0.174804687500 +-0.121093750000 +-0.095703125000 +-0.091308593750 +0.003433227539 +-0.009216308594 +0.058837890625 +-0.134765625000 +0.185546875000 +0.104003906250 +-0.104980468750 +0.037353515625 +0.094238281250 +0.086425781250 +-0.100585937500 +-0.007171630859 +0.104492187500 +0.112304687500 +-0.073242187500 +-0.030639648438 +-0.359375000000 +-0.102050781250 +-0.011779785156 +-0.070312500000 +0.039306640625 +0.099609375000 +-0.126953125000 +-0.074218750000 +-0.063476562500 +-0.026489257812 +0.219726562500 +0.002593994141 +0.039550781250 +-0.104003906250 +0.051269531250 +-0.084960937500 +-0.028808593750 +0.033447265625 +0.140625000000 +-0.023681640625 +-0.058837890625 +-0.133789062500 +0.277343750000 +0.032958984375 +0.062255859375 +0.065917968750 +-0.064453125000 +-0.244140625000 +0.142578125000 +-0.008483886719 +-0.030639648438 +0.041503906250 +0.024414062500 +0.052246093750 +0.016479492188 +-0.023803710938 +0.007415771484 +0.015747070312 +0.029541015625 +-0.105468750000 +0.050537109375 +-0.024902343750 +0.226562500000 +0.035888671875 +0.079101562500 +-0.007934570312 +-0.281250000000 +0.036865234375 +0.141601562500 +-0.084960937500 +-0.238281250000 +-0.163085937500 +-0.015502929688 +-0.051513671875 +-0.001235961914 +-0.090332031250 +-0.137695312500 +-0.117675781250 +-0.337890625000 +-0.007934570312 +-0.010559082031 +0.037353515625 +-0.001167297363 +0.123046875000 +0.056884765625 +-0.029663085938 +0.077148437500 +0.083007812500 +-0.173828125000 +-0.187500000000 +0.046630859375 +-0.152343750000 +0.078125000000 +-0.140625000000 +-0.219726562500 +0.104492187500 +0.135742187500 +0.154296875000 +0.041503906250 +-0.034667968750 +0.013916015625 +0.018188476562 +-0.154296875000 +-0.055419921875 +-0.048583984375 +-0.042968750000 +0.002029418945 +-0.019287109375 +-0.015869140625 +-0.136718750000 +0.049072265625 +0.132812500000 +0.018432617188 +0.109375000000 +-0.087890625000 +-0.261718750000 +0.036621093750 +-0.022949218750 +0.150390625000 +-0.062500000000 +-0.116210937500 +0.040283203125 +-0.040039062500 +-0.118164062500 +0.100585937500 +-0.017333984375 +0.130859375000 +0.030151367188 +-0.045654296875 +-0.080078125000 +0.041748046875 +-0.019897460938 +-0.096191406250 +0.200195312500 +0.034912109375 +-0.084960937500 +0.004852294922 +0.097656250000 +-0.017700195312 +-0.149414062500 +-0.182617187500 +0.021606445312 +-0.098632812500 +0.001029968262 +0.053955078125 +0.076660156250 +-0.071289062500 +0.098144531250 +-0.103027343750 +0.037597656250 +-0.012634277344 +-0.116210937500 +0.043945312500 +0.010986328125 +0.003570556641 +0.255859375000 +-0.122070312500 +-0.026733398438 +0.045654296875 +0.146484375000 +0.007507324219 +0.045654296875 +-0.193359375000 +0.034912109375 +0.014343261719 +0.055175781250 +0.092773437500 +-0.048095703125 +-0.106933593750 +-0.048339843750 +-0.071777343750 +0.048583984375 +0.069824218750 +-0.000062942505 +-0.134765625000 +-0.136718750000 +0.016845703125 +0.108398437500 +0.179687500000 +0.047363281250 +0.033203125000 +-0.012207031250 +0.159179687500 +-0.146484375000 +-0.009948730469 +-0.003448486328 +-0.021118164062 +0.210937500000 +-0.051269531250 +-0.013183593750 +-0.232421875000 +0.081054687500 +0.030151367188 +-0.025390625000 +-0.018188476562 +0.035156250000 +0.137695312500 +-0.171875000000 +0.083984375000 +0.050048828125 +0.171875000000 +-0.046386718750 +0.053955078125 +0.003463745117 +0.153320312500 +-0.176757812500 +0.035400390625 +0.015319824219 +0.062255859375 +-0.058349609375 +0.236328125000 +-0.081054687500 +-0.055175781250 +-0.125976562500 +0.037353515625 +0.239257812500 +-0.059082031250 +-0.026611328125 +-0.085937500000 +0.149414062500 +-0.072265625000 +-0.075195312500 +0.077148437500 +-0.006652832031 +-0.138671875000 +0.037353515625 +-0.131835937500 +-0.121093750000 +-0.131835937500 +-0.120117187500 +0.004608154297 +-0.023925781250 +-0.060302734375 +0.111816406250 +-0.023803710938 +-0.010192871094 +-0.054199218750 +-0.068359375000 +0.099609375000 +0.023803710938 +-0.042968750000 +-0.174804687500 +0.075683593750 +-0.023925781250 +-0.011535644531 +-0.128906250000 +0.031738281250 +0.041259765625 +0.018432617188 +-0.028076171875 +-0.036865234375 +-0.277343750000 +-0.155273437500 +-0.217773437500 +-0.098632812500 +0.087402343750 +-0.048828125000 +-0.052734375000 +-0.265625000000 +-0.083007812500 +0.021484375000 +0.015869140625 +-0.109863281250 +-0.106445312500 +-0.177734375000 +0.104980468750 +0.007415771484 +-0.239257812500 +0.009216308594 +0.101562500000 +0.122558593750 +0.087890625000 +-0.141601562500 +-0.160156250000 +-0.010925292969 +0.068847656250 +0.138671875000 +0.308593750000 +0.002395629883 +-0.000885009766 +0.060546875000 +-0.167968750000 +0.007049560547 +0.130859375000 +0.050292968750 +-0.065917968750 +-0.015869140625 +-0.091308593750 +-0.017456054688 +-0.052246093750 +-0.023437500000 +-0.172851562500 +-0.070312500000 +0.110351562500 +-0.037353515625 +0.089355468750 +-0.259765625000 +-0.018920898438 +-0.040283203125 +0.023803710938 +-0.021118164062 +-0.166015625000 +-0.058593750000 +-0.196289062500 +0.126953125000 +-0.021484375000 +-0.004821777344 +0.078613281250 +0.073730468750 +0.005859375000 +-0.022094726562 +0.020629882812 +-0.205078125000 +0.157226562500 +-0.075683593750 +-0.212890625000 +-0.178710937500 +-0.041748046875 +-0.001098632812 +-0.002273559570 +-0.004089355469 +-0.183593750000 +0.022583007812 +0.098144531250 +-0.003677368164 +-0.081542968750 +0.028930664062 +-0.040283203125 +0.158203125000 +0.074707031250 +0.127929687500 +0.126953125000 +-0.053955078125 +0.060058593750 +-0.113769531250 +-0.162109375000 +-0.019287109375 +-0.106445312500 +-0.028320312500 +0.033203125000 +0.028686523438 +-0.052246093750 +-0.038818359375 +-0.166992187500 +0.178710937500 +-0.092285156250 +0.028442382812 +-0.058593750000 +0.012756347656 +0.005035400391 +-0.139648437500 +0.048583984375 +0.111816406250 +-0.066406250000 +0.003173828125 +-0.048095703125 +0.066406250000 +-0.062988281250 +-0.078613281250 +0.091308593750 +-0.071777343750 +0.044677734375 +0.011718750000 +-0.085937500000 +-0.210937500000 +0.148437500000 +0.145507812500 +-0.071289062500 +-0.076660156250 +0.032714843750 +-0.080078125000 +0.195312500000 +0.058837890625 +0.031982421875 +-0.046875000000 +-0.109863281250 +0.081054687500 +-0.026000976562 +0.021362304688 +-0.024414062500 +-0.057861328125 +0.009826660156 +0.033935546875 +0.075683593750 +0.109375000000 +-0.083007812500 +-0.042724609375 +-0.029785156250 +0.008056640625 +-0.066406250000 +-0.056640625000 +0.076171875000 +0.186523437500 +0.030883789062 +0.046875000000 +0.019287109375 +-0.065429687500 +0.049560546875 +-0.005493164062 +-0.048339843750 +-0.023925781250 +0.056884765625 +0.092773437500 +-0.109863281250 +0.171875000000 +0.028198242188 +-0.013183593750 +-0.016479492188 +-0.044433593750 +0.030273437500 +-0.013488769531 +-0.263671875000 +-0.045654296875 +0.023437500000 +-0.076171875000 +-0.006958007812 +-0.031738281250 +0.001953125000 +0.073730468750 +-0.129882812500 +0.058593750000 +-0.036376953125 +-0.235351562500 +0.129882812500 +-0.017333984375 +-0.118652343750 +0.000056505203 +-0.085937500000 +0.001510620117 +0.078613281250 +-0.021362304688 +0.113281250000 +-0.126953125000 +0.150390625000 +0.216796875000 +0.047363281250 +0.048828125000 +0.073730468750 +0.100585937500 +0.250000000000 +0.014343261719 +0.009704589844 +0.067871093750 +0.024291992188 +-0.008666992188 +-0.060058593750 +0.196289062500 +0.026000976562 +-0.160156250000 +0.030273437500 +0.017944335938 +0.004699707031 +-0.010437011719 +-0.008422851562 +-0.113769531250 +-0.074707031250 +-0.188476562500 +-0.069824218750 +-0.042724609375 +-0.063476562500 +-0.045898437500 +0.037597656250 +-0.098144531250 +-0.042480468750 +0.000413894653 +-0.097656250000 +0.357421875000 +-0.074707031250 +0.018920898438 +-0.105468750000 +-0.060791015625 +-0.015869140625 +0.065917968750 +0.156250000000 +-0.032958984375 +0.008117675781 +-0.162109375000 +-0.061523437500 +-0.132812500000 +-0.009948730469 +-0.152343750000 +-0.045410156250 +-0.002212524414 +0.087402343750 +-0.015319824219 +-0.017333984375 +-0.032226562500 +-0.065917968750 +0.069335937500 +-0.167968750000 +-0.238281250000 +0.166015625000 +0.166992187500 +-0.094726562500 +-0.016235351562 +0.055908203125 +-0.110839843750 +0.162109375000 +0.098632812500 +-0.078613281250 +0.010070800781 +0.075195312500 +0.017944335938 +-0.128906250000 +-0.136718750000 +-0.208007812500 +-0.109375000000 +0.001342773438 +-0.066894531250 +-0.071289062500 +-0.104980468750 +0.084472656250 +-0.133789062500 +0.067382812500 +0.112792968750 +0.064941406250 +0.090332031250 +-0.292968750000 +-0.069335937500 +0.119628906250 +0.017700195312 +-0.138671875000 +0.077148437500 +-0.133789062500 +-0.076171875000 +-0.027709960938 +-0.049316406250 +0.094238281250 +-0.029907226562 +-0.032714843750 +-0.008361816406 +-0.063476562500 +-0.127929687500 +0.041503906250 +0.010925292969 +0.040039062500 +0.042724609375 +-0.066406250000 +0.006286621094 +0.035888671875 +0.164062500000 +-0.063964843750 +0.009826660156 +-0.099121093750 +-0.063476562500 +0.125976562500 +-0.139648437500 +-0.018310546875 +-0.071289062500 +0.044921875000 +0.051513671875 +-0.136718750000 +0.113769531250 +-0.230468750000 +-0.074707031250 +0.137695312500 +0.061035156250 +0.061279296875 +0.035156250000 +-0.179687500000 +0.168945312500 +-0.068359375000 +-0.121093750000 +0.005310058594 +0.018310546875 +-0.088378906250 +0.183593750000 +0.018066406250 +-0.035400390625 +-0.047363281250 +0.024291992188 +0.000104904175 +-0.073242187500 +0.001022338867 +-0.151367187500 +-0.004486083984 +-0.130859375000 +-0.187500000000 +0.044921875000 +-0.038818359375 +0.023803710938 +-0.040283203125 +-0.072265625000 +-0.041992187500 +-0.087890625000 +0.007232666016 +-0.052978515625 +-0.022705078125 +-0.138671875000 +0.054443359375 +-0.042236328125 +-0.249023437500 +0.087402343750 +-0.081542968750 +-0.102539062500 +0.002075195312 +-0.057373046875 +0.050537109375 +-0.094726562500 +0.053710937500 +0.048828125000 +-0.049560546875 +0.051025390625 +0.057373046875 +-0.026977539062 +-0.039062500000 +0.077148437500 +-0.007751464844 +0.014953613281 +0.026977539062 +-0.050537109375 +-0.006011962891 +0.019042968750 +-0.101074218750 +-0.178710937500 +-0.029541015625 +-0.009338378906 +0.050048828125 +0.049560546875 +0.084960937500 +-0.189453125000 +0.039062500000 +-0.088867187500 +-0.113769531250 +-0.039550781250 +0.093750000000 +0.002151489258 +-0.016967773438 +-0.000130653381 +-0.038818359375 +-0.171875000000 +-0.118652343750 +0.166992187500 +0.050292968750 +-0.140625000000 +0.085937500000 +-0.098632812500 +-0.007537841797 +0.148437500000 +-0.091796875000 +0.001953125000 +0.032714843750 +-0.034423828125 +-0.120117187500 +0.107910156250 +-0.062988281250 +-0.094238281250 +-0.097656250000 +0.047119140625 +-0.060546875000 +0.095703125000 +0.099121093750 +-0.084960937500 +-0.048095703125 +0.016845703125 +-0.206054687500 +-0.062255859375 +0.105957031250 +-0.040283203125 +-0.006072998047 +0.197265625000 +0.007598876953 +0.067382812500 +0.019409179688 +0.067382812500 +-0.068847656250 +0.060791015625 +-0.076171875000 +-0.078125000000 +-0.032958984375 +-0.029296875000 +-0.088378906250 +0.006103515625 +-0.006164550781 +-0.005737304688 +-0.037109375000 +-0.121093750000 +0.053222656250 +0.141601562500 +-0.107421875000 +0.010742187500 +-0.024414062500 +-0.159179687500 +-0.220703125000 +-0.024658203125 +-0.207031250000 +0.464843750000 +-0.157226562500 +0.109375000000 +0.064941406250 +0.091796875000 +-0.063476562500 +-0.009399414062 +0.230468750000 +0.052734375000 +-0.005065917969 +0.044189453125 +-0.052490234375 +-0.050048828125 +0.137695312500 +-0.057373046875 +0.059570312500 +-0.027587890625 +-0.018066406250 +-0.114746093750 +-0.072265625000 +-0.046142578125 +0.021484375000 +-0.033691406250 +-0.010314941406 +0.066894531250 +0.066894531250 +0.021362304688 +-0.145507812500 +0.099609375000 +0.026489257812 +-0.251953125000 +0.070800781250 +-0.011413574219 +0.100097656250 +0.120117187500 +0.012756347656 +-0.013793945312 +-0.137695312500 +0.209960937500 +0.025390625000 +0.017700195312 +0.110839843750 +0.097656250000 +-0.114257812500 +-0.052978515625 +0.048583984375 +0.090332031250 +-0.042724609375 +0.022338867188 +-0.120117187500 +0.067871093750 +0.076171875000 +-0.074218750000 +0.069824218750 +0.231445312500 +0.164062500000 +0.133789062500 +-0.026000976562 +-0.189453125000 +-0.024902343750 +-0.135742187500 +0.039794921875 +-0.032958984375 +-0.153320312500 +0.103515625000 +-0.095214843750 +0.040527343750 +0.089843750000 +0.117187500000 +-0.034912109375 +-0.088378906250 +0.054931640625 +0.007873535156 +0.048339843750 +-0.085937500000 +-0.064453125000 +-0.184570312500 +0.289062500000 +0.060791015625 +-0.044921875000 +-0.044677734375 +-0.134765625000 +-0.034667968750 +0.279296875000 +0.121093750000 +-0.007232666016 +0.013305664062 +-0.026245117188 +-0.251953125000 +-0.167968750000 +-0.127929687500 +0.188476562500 +-0.081054687500 +0.128906250000 +0.007263183594 +0.180664062500 +0.129882812500 +0.122070312500 +0.042724609375 +0.012817382812 +0.164062500000 +0.048339843750 +-0.062011718750 +-0.224609375000 +-0.057617187500 +-0.090332031250 +0.110839843750 +0.017822265625 +-0.084472656250 +0.037841796875 +-0.096679687500 +0.028076171875 +-0.073730468750 +-0.021362304688 +-0.089355468750 +0.185546875000 +0.064453125000 +0.055664062500 +0.022460937500 +0.024169921875 +0.049316406250 +0.092773437500 +0.076171875000 +-0.177734375000 +-0.073242187500 +-0.058349609375 +0.170898437500 +-0.070800781250 +-0.039794921875 +-0.138671875000 +-0.022705078125 +-0.027343750000 +0.269531250000 +0.181640625000 +0.257812500000 +0.061767578125 +0.012390136719 +0.113281250000 +0.069335937500 +-0.014953613281 +0.039550781250 +-0.090820312500 +-0.133789062500 +-0.022583007812 +-0.025512695312 +-0.059814453125 +0.194335937500 +-0.010253906250 +-0.310546875000 +-0.083007812500 +0.080078125000 +-0.036621093750 +0.048583984375 +-0.257812500000 +0.083496093750 +-0.055664062500 +0.028564453125 +-0.197265625000 +0.084472656250 +0.056152343750 +0.004058837891 +0.000459671021 +-0.144531250000 +0.021606445312 +-0.014099121094 +-0.069335937500 +-0.097167968750 +-0.073242187500 +-0.126953125000 +0.055908203125 +-0.056152343750 +-0.061523437500 +-0.049316406250 +0.175781250000 +-0.027343750000 +-0.176757812500 +-0.160156250000 +-0.232421875000 +0.062500000000 +0.015136718750 +0.165039062500 +0.062988281250 +-0.107910156250 +-0.057617187500 +-0.046386718750 +0.031005859375 +-0.257812500000 +0.152343750000 +-0.126953125000 +0.053222656250 +0.116210937500 +-0.062255859375 +-0.088867187500 +-0.093750000000 +0.042480468750 +-0.097167968750 +0.035156250000 +-0.047851562500 +0.090332031250 +0.051025390625 +-0.095214843750 +-0.030029296875 +-0.045898437500 +0.138671875000 +0.032226562500 +-0.205078125000 +0.019775390625 +0.054199218750 +0.114746093750 +0.482421875000 +0.156250000000 +0.047607421875 +-0.113281250000 +0.071777343750 +0.063964843750 +-0.119140625000 +-0.117675781250 +-0.007171630859 +0.108398437500 +-0.148437500000 +0.081054687500 +-0.011962890625 +-0.113281250000 +-0.076171875000 +-0.018554687500 +-0.145507812500 +-0.056396484375 +0.008483886719 +-0.044921875000 +-0.209960937500 +0.135742187500 +-0.102050781250 +-0.008300781250 +0.083496093750 +0.089843750000 +0.082519531250 +-0.011230468750 +-0.023315429688 +0.127929687500 +-0.037841796875 +-0.101562500000 +-0.139648437500 +-0.005859375000 +-0.053466796875 +-0.063476562500 +-0.064941406250 +0.052246093750 +0.079101562500 +0.086425781250 +0.076171875000 +-0.098144531250 +-0.004608154297 +-0.030029296875 +0.069335937500 +-0.106445312500 +-0.186523437500 +-0.118164062500 +-0.023803710938 +0.216796875000 +-0.057617187500 +-0.052246093750 +0.028320312500 +-0.006042480469 +0.056396484375 +-0.142578125000 +-0.054199218750 +-0.011779785156 +0.168945312500 +0.151367187500 +-0.007812500000 +-0.060546875000 +-0.035400390625 +0.091308593750 +-0.107421875000 +-0.152343750000 +-0.156250000000 +0.062500000000 +0.012817382812 +-0.009765625000 +0.083496093750 +0.046630859375 +0.128906250000 +-0.059814453125 +-0.158203125000 +0.042480468750 +-0.152343750000 +-0.094238281250 +-0.050048828125 +0.052490234375 +-0.095214843750 +0.086425781250 +0.094238281250 +-0.265625000000 +0.048095703125 +-0.024902343750 +-0.026977539062 +-0.092285156250 +-0.061035156250 +-0.232421875000 +0.154296875000 +-0.143554687500 +-0.091796875000 +0.149414062500 +0.083984375000 +0.094238281250 +-0.167968750000 +-0.175781250000 +-0.019531250000 +0.139648437500 +0.135742187500 +-0.077636718750 +0.198242187500 +-0.267578125000 +-0.059570312500 +-0.151367187500 +0.189453125000 +0.005432128906 +-0.190429687500 +-0.119140625000 +0.008422851562 +0.064453125000 +-0.138671875000 +0.153320312500 +0.169921875000 +-0.019165039062 +-0.000560760498 +-0.050781250000 +-0.021606445312 +-0.012023925781 +0.190429687500 +0.063476562500 +0.186523437500 +-0.089843750000 +-0.060546875000 +0.023803710938 +-0.209960937500 +-0.222656250000 +-0.073730468750 +-0.004852294922 +0.017578125000 +-0.081542968750 +0.031250000000 +0.154296875000 +-0.204101562500 +0.022949218750 +-0.081542968750 +-0.216796875000 +-0.058593750000 +0.057861328125 +0.113769531250 +-0.057617187500 +-0.197265625000 +0.037597656250 +0.134765625000 +-0.038085937500 +0.017456054688 +-0.229492187500 +-0.031005859375 +0.071289062500 +0.048095703125 +0.034179687500 +-0.147460937500 +-0.033935546875 +-0.172851562500 +-0.029541015625 +-0.085937500000 +0.057128906250 +-0.009826660156 +-0.104980468750 +0.200195312500 +0.101074218750 +-0.035888671875 +-0.117187500000 +-0.242187500000 +-0.214843750000 +0.121582031250 +-0.095214843750 +0.054199218750 +0.106445312500 +-0.036376953125 +0.003738403320 +0.086914062500 +0.047607421875 +0.127929687500 +-0.283203125000 +-0.008361816406 +-0.040039062500 +-0.101074218750 +-0.010742187500 +-0.107421875000 +-0.047851562500 +-0.115722656250 +-0.071289062500 +-0.062011718750 +0.013000488281 +-0.003311157227 +-0.138671875000 +0.207031250000 +0.151367187500 +-0.109863281250 +-0.229492187500 +-0.116699218750 +0.053466796875 +0.012329101562 +-0.060058593750 +-0.119140625000 +0.016723632812 +0.002258300781 +-0.016235351562 +-0.125976562500 +-0.129882812500 +0.034667968750 +-0.001136779785 +-0.182617187500 +0.068847656250 +0.157226562500 +-0.116210937500 +0.099609375000 +-0.163085937500 +-0.010437011719 +0.118164062500 +0.027465820312 +0.103515625000 +-0.012145996094 +0.106933593750 +0.133789062500 +-0.209960937500 +-0.032958984375 +-0.035888671875 +-0.047119140625 +-0.046142578125 +-0.056152343750 +-0.138671875000 +-0.031982421875 +-0.050292968750 +-0.103027343750 +0.051269531250 +-0.139648437500 +0.145507812500 +-0.088378906250 +-0.131835937500 +-0.176757812500 +0.158203125000 +-0.019531250000 +0.089355468750 +-0.053955078125 +0.123535156250 +0.133789062500 +-0.353515625000 +-0.106445312500 +0.044921875000 +0.003555297852 +-0.049072265625 +0.009704589844 +0.068847656250 +-0.026489257812 +-0.002670288086 +0.004272460938 +0.054199218750 +0.132812500000 +0.068847656250 +0.083007812500 +-0.039550781250 +-0.024780273438 +-0.019653320312 +0.050537109375 +0.055664062500 +0.032958984375 +-0.164062500000 +0.158203125000 +-0.191406250000 +-0.052001953125 +0.105957031250 +0.134765625000 +0.071777343750 +-0.079589843750 +-0.125976562500 +0.102050781250 +-0.063476562500 +0.085937500000 +0.105468750000 +-0.013854980469 +0.001304626465 +-0.087890625000 +0.006652832031 +0.046875000000 +0.085449218750 +-0.056396484375 +-0.001449584961 +0.118652343750 +0.249023437500 +-0.279296875000 +-0.052001953125 +-0.118652343750 +-0.056152343750 +-0.014099121094 +0.182617187500 +-0.115234375000 +0.107421875000 +0.051269531250 +0.115234375000 +-0.156250000000 +-0.055175781250 +0.009460449219 +-0.190429687500 +0.068359375000 +-0.187500000000 +0.027099609375 +0.040771484375 +0.035156250000 +0.105957031250 +0.073730468750 +-0.131835937500 +0.000560760498 +-0.041259765625 +0.013610839844 +0.116210937500 +0.014160156250 +0.014709472656 +0.003631591797 +0.141601562500 +0.043212890625 +-0.097167968750 +-0.062500000000 +0.030883789062 +0.039062500000 +-0.070800781250 +-0.095214843750 +0.104980468750 +-0.081542968750 +0.052246093750 +0.058105468750 +-0.070312500000 +0.041015625000 +0.103027343750 +-0.193359375000 +-0.128906250000 +-0.027465820312 +0.171875000000 +-0.137695312500 +-0.010314941406 +-0.273437500000 +0.104492187500 +-0.059326171875 +-0.028686523438 +0.046875000000 +-0.030273437500 +0.028808593750 +0.026123046875 +-0.021484375000 +-0.021606445312 +-0.019897460938 +0.035400390625 +0.052246093750 +0.014221191406 +-0.052001953125 +-0.049560546875 +-0.078613281250 +0.004852294922 +0.027221679688 +0.174804687500 +0.091308593750 +0.059082031250 +0.100585937500 +0.036865234375 +0.019409179688 +0.032226562500 +-0.091308593750 +-0.091796875000 +-0.198242187500 +0.074218750000 +-0.029785156250 +0.012329101562 +0.122558593750 +-0.186523437500 +0.035888671875 +-0.015991210938 +0.108398437500 +0.056396484375 +-0.106933593750 +0.160156250000 +-0.111328125000 +-0.025268554688 +0.121093750000 +0.114746093750 +0.045898437500 +0.023803710938 +0.052978515625 +0.173828125000 +-0.084472656250 +-0.118164062500 +0.122558593750 +-0.089355468750 +-0.026855468750 +-0.271484375000 +-0.026489257812 +-0.014282226562 +-0.093750000000 +0.071289062500 +-0.066406250000 +-0.006347656250 +0.024780273438 +0.009033203125 +0.192382812500 +-0.224609375000 +-0.211914062500 +0.017700195312 +-0.148437500000 +0.113769531250 +-0.130859375000 +0.114257812500 +0.145507812500 +-0.056884765625 +0.046386718750 +-0.074707031250 +0.050292968750 +0.024780273438 +0.061767578125 +0.131835937500 +0.104492187500 +-0.007873535156 +-0.099609375000 +-0.060546875000 +0.147460937500 +0.053710937500 +0.019531250000 +0.010070800781 +-0.073730468750 +-0.059082031250 +-0.037597656250 +0.174804687500 +0.039062500000 +0.086914062500 +-0.001853942871 +-0.057617187500 +-0.079589843750 +0.124023437500 +0.059814453125 +-0.083984375000 +0.070312500000 +-0.105468750000 +-0.134765625000 +0.105957031250 +-0.004364013672 +-0.219726562500 +0.005828857422 +-0.057617187500 +0.038330078125 +0.070312500000 +0.040527343750 +0.026245117188 +0.089843750000 +0.109375000000 +0.125000000000 +-0.148437500000 +0.073730468750 +0.080078125000 +-0.048095703125 +-0.076171875000 +0.081542968750 +-0.086914062500 +0.165039062500 +0.188476562500 +0.024169921875 +-0.113769531250 +0.136718750000 +0.212890625000 +-0.175781250000 +-0.017578125000 +0.044433593750 +0.044921875000 +-0.059082031250 +-0.041259765625 +-0.053222656250 +0.051269531250 +0.041015625000 +0.033203125000 +-0.116699218750 +-0.006683349609 +-0.052490234375 +-0.129882812500 +0.091796875000 +0.102050781250 +-0.063476562500 +-0.121093750000 +-0.049804687500 +-0.095703125000 +0.124511718750 +-0.031738281250 +0.070312500000 +0.050537109375 +-0.061035156250 +-0.040527343750 +0.018798828125 +-0.107910156250 +0.008728027344 +-0.107910156250 +-0.059570312500 +-0.109863281250 +-0.006164550781 +0.093261718750 +-0.092285156250 +0.074707031250 +-0.019165039062 +0.017944335938 +0.034912109375 +-0.136718750000 +-0.030029296875 +0.150390625000 +-0.063964843750 +0.132812500000 +-0.042724609375 +0.026123046875 +0.063476562500 +0.130859375000 +0.101562500000 +0.143554687500 +-0.006927490234 +0.061523437500 +-0.039550781250 +0.005889892578 +-0.093261718750 +-0.030883789062 +0.088867187500 +0.194335937500 +0.005676269531 +0.065429687500 +0.033447265625 +-0.018310546875 +0.012023925781 +-0.166992187500 +0.031494140625 +-0.161132812500 +-0.208984375000 +0.006927490234 +0.081054687500 +-0.205078125000 +-0.114257812500 +-0.062011718750 +-0.110351562500 +0.058593750000 +-0.064941406250 +0.038330078125 +-0.110351562500 +-0.080078125000 +0.044921875000 +0.012512207031 +0.081054687500 +0.069824218750 +-0.148437500000 +-0.002182006836 +0.165039062500 +0.104003906250 +0.064453125000 +0.029663085938 +-0.084960937500 +0.140625000000 +0.046386718750 +0.105957031250 +-0.124023437500 +-0.129882812500 +-0.166992187500 +-0.054931640625 +0.016357421875 +-0.110839843750 +0.052734375000 +-0.085937500000 +0.051513671875 +0.024902343750 +0.082031250000 +-0.206054687500 +-0.108398437500 +-0.017578125000 +-0.028564453125 +-0.082519531250 +-0.060058593750 +-0.215820312500 +0.054931640625 +-0.065917968750 +-0.093261718750 +-0.041992187500 +0.073242187500 +-0.020141601562 +-0.000220298767 +-0.052246093750 +-0.117187500000 +0.147460937500 +-0.178710937500 +-0.102539062500 +0.068359375000 +-0.038330078125 +-0.127929687500 +-0.065917968750 +-0.196289062500 +0.021728515625 +-0.088378906250 +-0.086914062500 +0.061279296875 +-0.080078125000 +-0.091308593750 +-0.057128906250 +0.017089843750 +-0.120605468750 +-0.071777343750 +0.052246093750 +-0.143554687500 +-0.212890625000 +0.083496093750 +-0.064453125000 +0.064941406250 +0.246093750000 +-0.145507812500 +-0.082031250000 +-0.089843750000 +0.028930664062 +-0.102050781250 +-0.027099609375 +0.098144531250 +0.051025390625 +-0.177734375000 +-0.099609375000 +-0.121582031250 +0.120605468750 +0.059326171875 +-0.152343750000 +0.116210937500 +0.141601562500 +0.156250000000 +-0.015258789062 +-0.049316406250 +-0.143554687500 +-0.148437500000 +0.212890625000 +0.107910156250 +-0.035156250000 +0.013488769531 +0.052490234375 +-0.069335937500 +0.024658203125 +-0.113769531250 +0.006378173828 +-0.017211914062 +-0.032470703125 +-0.021240234375 +0.051513671875 +0.237304687500 +0.089355468750 +0.197265625000 +-0.096679687500 +0.047119140625 +-0.031127929688 +-0.036132812500 +0.046630859375 +-0.034912109375 +-0.047851562500 +0.056884765625 +0.104492187500 +0.166015625000 +0.126953125000 +-0.067382812500 +-0.092285156250 +0.065429687500 +-0.065917968750 +0.001434326172 +-0.022094726562 +-0.046875000000 +0.074218750000 +-0.109863281250 +0.102050781250 +0.020507812500 +-0.208007812500 +0.014587402344 +-0.032470703125 +-0.109375000000 +-0.257812500000 +0.019409179688 +0.047363281250 +-0.062500000000 +-0.212890625000 +0.061767578125 +-0.043212890625 +-0.083984375000 +-0.324218750000 +-0.007446289062 +0.015136718750 +0.127929687500 +0.160156250000 +-0.003631591797 +-0.148437500000 +-0.186523437500 +0.049560546875 +-0.402343750000 +-0.110351562500 +0.020874023438 +0.006042480469 +-0.045654296875 +0.037841796875 +-0.027099609375 +-0.163085937500 +-0.012023925781 +0.057128906250 +0.046875000000 +0.177734375000 +0.141601562500 +-0.011962890625 +-0.036621093750 +-0.090820312500 +-0.038574218750 +0.052001953125 +-0.096679687500 +0.090820312500 +-0.182617187500 +-0.065429687500 +0.100585937500 +0.020019531250 +-0.028930664062 +-0.086425781250 +0.022460937500 +0.032226562500 +0.134765625000 +0.091308593750 +0.057617187500 +-0.212890625000 +-0.082031250000 +-0.043701171875 +0.036376953125 +0.125976562500 +-0.028320312500 +0.019897460938 +0.004608154297 +-0.129882812500 +0.085449218750 +-0.090820312500 +-0.049804687500 +0.115234375000 +0.020996093750 +-0.059570312500 +0.138671875000 +-0.080078125000 +0.128906250000 +-0.056152343750 +-0.223632812500 +0.343750000000 +-0.071289062500 +-0.044189453125 +-0.198242187500 +-0.054687500000 +-0.002944946289 +-0.013488769531 +-0.109375000000 +0.101562500000 +-0.176757812500 +0.145507812500 +-0.148437500000 +0.333984375000 +-0.034667968750 +-0.085937500000 +-0.063964843750 +-0.098144531250 +-0.025634765625 +-0.200195312500 +-0.061767578125 +-0.008728027344 +-0.058349609375 +-0.181640625000 +-0.052978515625 +0.087890625000 +0.063964843750 +0.104980468750 +0.041015625000 +0.092285156250 +0.145507812500 +0.121582031250 +-0.209960937500 +-0.041259765625 +0.040283203125 +-0.029296875000 +-0.044677734375 +-0.094238281250 +0.188476562500 +0.046630859375 +0.050781250000 +0.316406250000 +0.133789062500 +-0.072265625000 +-0.200195312500 +0.197265625000 +-0.103515625000 +-0.031250000000 +0.015441894531 +0.170898437500 +0.036621093750 +-0.020019531250 +-0.022460937500 +-0.036132812500 +-0.054931640625 +-0.050048828125 +0.011169433594 +0.012390136719 +-0.041259765625 +-0.002716064453 +-0.031127929688 +-0.106933593750 +-0.016601562500 +-0.029418945312 +-0.030395507812 +0.012084960938 +-0.007476806641 +-0.410156250000 +0.152343750000 +-0.036621093750 +-0.149414062500 +-0.129882812500 +0.080078125000 +0.083496093750 +0.169921875000 +-0.016845703125 +0.097656250000 +0.273437500000 +-0.014282226562 +-0.045654296875 +-0.159179687500 +0.055908203125 +0.067382812500 +-0.178710937500 +0.126953125000 +-0.084960937500 +-0.118164062500 +0.010070800781 +0.147460937500 +0.009704589844 +0.112304687500 +0.086914062500 +-0.031982421875 +0.038330078125 +0.049804687500 +-0.044677734375 +0.055664062500 +0.054931640625 +-0.086425781250 +-0.125976562500 +0.000534057617 +-0.005126953125 +-0.000434875488 +-0.186523437500 +0.124023437500 +-0.084960937500 +0.214843750000 +0.009277343750 +0.109863281250 +-0.076660156250 +0.063964843750 +-0.094238281250 +-0.009216308594 +0.054931640625 +-0.029907226562 +-0.056640625000 +0.054687500000 +-0.104003906250 +0.073730468750 +-0.130859375000 +0.009216308594 +0.380859375000 +0.005828857422 +-0.088378906250 +-0.197265625000 +0.024536132812 +0.035400390625 +-0.106933593750 +0.038085937500 +0.011840820312 +0.023071289062 +-0.018310546875 +0.107421875000 +0.158203125000 +0.007202148438 +0.033691406250 +0.167968750000 +-0.043701171875 +0.187500000000 +-0.074218750000 +0.010375976562 +-0.103027343750 +-0.048583984375 +0.011169433594 +-0.057617187500 +-0.110351562500 +-0.029663085938 +0.041992187500 +-0.176757812500 +0.065429687500 +-0.101074218750 +-0.072753906250 +-0.035400390625 +-0.031982421875 +0.022827148438 +0.041015625000 +0.026000976562 +-0.031250000000 +-0.139648437500 +-0.045410156250 +0.108398437500 +0.106445312500 +0.111328125000 +0.148437500000 +0.096679687500 +0.097167968750 +0.253906250000 +0.070800781250 +0.012451171875 +0.067382812500 +0.080566406250 +0.087890625000 +-0.069335937500 +0.034912109375 +0.047851562500 +-0.062988281250 +-0.088378906250 +0.006500244141 +-0.147460937500 +-0.085449218750 +-0.020751953125 +-0.016235351562 +-0.180664062500 +-0.064453125000 +-0.134765625000 +0.058837890625 +0.052978515625 +0.011352539062 +-0.104003906250 +-0.049560546875 +0.003936767578 +-0.065429687500 +-0.121093750000 +0.079589843750 +-0.157226562500 +0.109863281250 +-0.021362304688 +-0.046142578125 +0.100097656250 +0.012390136719 +-0.052246093750 +-0.134765625000 +0.032226562500 +0.154296875000 +-0.022460937500 +-0.083496093750 +0.265625000000 +0.153320312500 +-0.046142578125 +0.109863281250 +0.068359375000 +-0.035400390625 +-0.335937500000 +0.134765625000 +-0.054687500000 +-0.259765625000 +0.092773437500 +-0.013427734375 +-0.017456054688 +0.028198242188 +-0.045654296875 +0.155273437500 +-0.091796875000 +0.022338867188 +0.057861328125 +0.050048828125 +-0.087890625000 +0.015747070312 +-0.076660156250 +-0.022949218750 +-0.187500000000 +-0.059570312500 +-0.073730468750 +-0.044189453125 +-0.019165039062 +0.005249023438 +0.033203125000 +0.017333984375 +0.024169921875 +-0.047119140625 +0.034667968750 +0.015869140625 +-0.073730468750 +0.026367187500 +-0.136718750000 +0.041503906250 +0.032226562500 +0.034423828125 +-0.019653320312 +-0.171875000000 +0.206054687500 +-0.031494140625 +0.072753906250 +0.141601562500 +0.055664062500 +-0.004180908203 +0.075683593750 +0.113281250000 +-0.269531250000 +-0.359375000000 +0.028930664062 +-0.155273437500 +-0.064453125000 +-0.030639648438 +-0.230468750000 +0.014892578125 +-0.065917968750 +0.073242187500 +0.127929687500 +0.201171875000 +0.012512207031 +-0.002822875977 +-0.036376953125 +-0.030883789062 +-0.118164062500 +0.178710937500 +-0.021484375000 +0.057128906250 +0.167968750000 +-0.068847656250 +0.104492187500 +0.043212890625 +-0.040527343750 +-0.215820312500 +0.065917968750 +0.042968750000 +0.005554199219 +-0.074707031250 +-0.146484375000 +0.049072265625 +-0.132812500000 +-0.113281250000 +-0.036865234375 +0.021240234375 +0.169921875000 +-0.015319824219 +-0.198242187500 +-0.074707031250 +0.032958984375 +-0.023071289062 +0.073730468750 +-0.033935546875 +-0.115234375000 +-0.029907226562 +-0.160156250000 +0.024047851562 +-0.163085937500 +-0.133789062500 +0.077148437500 +-0.074707031250 +-0.191406250000 +0.118164062500 +0.023559570312 +-0.056152343750 +0.085449218750 +0.024658203125 +-0.139648437500 +0.101562500000 +-0.081054687500 +0.111328125000 +0.079101562500 +-0.060058593750 +0.078125000000 +0.079589843750 +-0.103027343750 +0.178710937500 +0.057617187500 +-0.034912109375 +-0.037597656250 +0.069824218750 +-0.022705078125 +-0.083496093750 +0.120605468750 +0.060791015625 +-0.066894531250 +-0.083007812500 +0.048583984375 +-0.035400390625 +-0.100097656250 +-0.054199218750 +-0.017456054688 +-0.062500000000 +0.001182556152 +0.039062500000 +0.098632812500 +-0.028564453125 +-0.017456054688 +-0.216796875000 +-0.017211914062 +-0.042480468750 +-0.044921875000 +0.063964843750 +-0.083984375000 +-0.046386718750 +-0.000142097473 +0.159179687500 +0.036376953125 +-0.002777099609 +0.040771484375 +-0.034423828125 +0.054443359375 +-0.012573242188 +-0.122558593750 +-0.008789062500 +-0.049804687500 +0.100585937500 +0.074707031250 +0.157226562500 +0.026855468750 +0.012268066406 +-0.020629882812 +-0.085449218750 +0.164062500000 +0.069335937500 +-0.154296875000 +-0.123535156250 +0.018798828125 +0.176757812500 +-0.108886718750 +-0.024536132812 +-0.074707031250 +-0.079101562500 +-0.153320312500 +0.025634765625 +-0.137695312500 +0.085937500000 +0.091308593750 +-0.219726562500 +-0.150390625000 +-0.026367187500 +-0.075195312500 +0.208984375000 +-0.134765625000 +0.000392913818 +0.039062500000 +0.023193359375 +0.118652343750 +0.026123046875 +0.121582031250 +0.031250000000 +-0.072753906250 +0.064453125000 +-0.157226562500 +0.138671875000 +0.041015625000 +0.111816406250 +-0.048828125000 +-0.023315429688 +-0.017333984375 +-0.183593750000 +-0.070312500000 +-0.034423828125 +-0.000991821289 +-0.157226562500 +-0.223632812500 +-0.088378906250 +-0.238281250000 +-0.078613281250 +-0.103027343750 +-0.066894531250 +-0.049804687500 +-0.137695312500 +0.045898437500 +-0.071289062500 +0.086914062500 +-0.104003906250 +0.003326416016 +0.064941406250 +0.032714843750 +0.127929687500 +0.053222656250 +-0.012756347656 +0.038574218750 +0.086425781250 +0.100097656250 +0.105468750000 +0.205078125000 +-0.134765625000 +-0.082031250000 +-0.032470703125 +-0.088378906250 +0.005096435547 +-0.118652343750 +0.012390136719 +0.026000976562 +0.347656250000 +0.004211425781 +-0.216796875000 +0.063964843750 +-0.113769531250 +0.087890625000 +0.029541015625 +-0.024047851562 +0.166992187500 +0.074707031250 +0.163085937500 +-0.026245117188 +-0.105468750000 +-0.047119140625 +-0.065917968750 +-0.164062500000 +-0.047607421875 +-0.077636718750 +0.000595092773 +0.083007812500 +-0.068847656250 +0.109863281250 +-0.033203125000 +-0.230468750000 +-0.127929687500 +-0.160156250000 +0.117675781250 +-0.058593750000 +-0.063964843750 +-0.103027343750 +-0.097167968750 +0.015747070312 +-0.172851562500 +-0.053955078125 +0.114746093750 +-0.062500000000 +0.037841796875 +0.010009765625 +-0.092773437500 +-0.155273437500 +-0.130859375000 +0.175781250000 +-0.088867187500 +-0.084960937500 +-0.133789062500 +-0.040283203125 +0.190429687500 +-0.021118164062 +-0.066894531250 +-0.154296875000 +-0.081542968750 +0.023315429688 +0.052978515625 +0.097656250000 +0.003738403320 +0.011779785156 +-0.085449218750 +-0.214843750000 +0.049316406250 +-0.007110595703 +-0.052246093750 +-0.096679687500 +-0.000659942627 +0.044677734375 +0.053466796875 +-0.021240234375 +0.202148437500 +0.058105468750 +0.036132812500 +-0.222656250000 +-0.045410156250 +0.263671875000 +-0.024780273438 +-0.244140625000 +0.097656250000 +-0.103515625000 +0.066406250000 +0.039062500000 +-0.026733398438 +-0.221679687500 +0.123535156250 +0.076171875000 +-0.155273437500 +-0.074218750000 +0.092773437500 +0.014099121094 +0.096679687500 +-0.038330078125 +-0.015319824219 +-0.026367187500 +0.025268554688 +0.124023437500 +0.109863281250 +0.049316406250 +0.062255859375 +0.050292968750 +-0.002090454102 +0.294921875000 +-0.111328125000 +-0.168945312500 +-0.099609375000 +0.074218750000 +0.189453125000 +-0.127929687500 +-0.112792968750 +-0.168945312500 +0.015258789062 +-0.074218750000 +-0.048339843750 +-0.133789062500 +-0.044189453125 +-0.022094726562 +0.042236328125 +0.052246093750 +-0.204101562500 +0.124023437500 +-0.004333496094 +-0.051025390625 +-0.012756347656 +0.124023437500 +0.018920898438 +-0.073730468750 +-0.023803710938 +-0.130859375000 +-0.170898437500 +0.008728027344 +0.180664062500 +-0.093261718750 +-0.005371093750 +0.148437500000 +-0.055908203125 +-0.019897460938 +0.121582031250 +-0.000480651855 +0.240234375000 +0.072265625000 +0.093750000000 +0.001441955566 +-0.105468750000 +0.101074218750 +0.019897460938 +0.001922607422 +-0.019287109375 +-0.047363281250 +0.121582031250 +0.093261718750 +-0.066894531250 +0.019409179688 +0.024780273438 +0.060302734375 +-0.183593750000 +-0.014221191406 +-0.023437500000 +-0.059326171875 +-0.070312500000 +-0.021972656250 +-0.017456054688 +0.082519531250 +0.013000488281 +-0.139648437500 +0.105468750000 +-0.031494140625 +0.015258789062 +0.093750000000 +-0.058593750000 +-0.139648437500 +-0.050537109375 +-0.099121093750 +0.073242187500 +0.144531250000 +0.065917968750 +0.007781982422 +-0.130859375000 +-0.045898437500 +-0.122070312500 +-0.062011718750 +-0.023803710938 +-0.033935546875 +0.162109375000 +-0.130859375000 +-0.080566406250 +0.045410156250 +0.064941406250 +0.140625000000 +0.047119140625 +0.130859375000 +0.232421875000 +0.053466796875 +0.012817382812 +-0.021240234375 +0.034667968750 +-0.031982421875 +-0.035400390625 +-0.029907226562 +0.022460937500 +-0.059082031250 +-0.163085937500 +0.253906250000 +-0.002853393555 +-0.053955078125 +0.025268554688 +-0.032714843750 +0.101074218750 +0.057617187500 +0.097656250000 +0.191406250000 +-0.044433593750 +0.009521484375 +0.111816406250 +-0.200195312500 +-0.038085937500 +0.084960937500 +0.114746093750 +-0.076171875000 +0.038574218750 +0.185546875000 +0.081054687500 +-0.064941406250 +-0.078613281250 +0.050781250000 +0.125976562500 +0.021240234375 +0.078613281250 +-0.126953125000 +0.028442382812 +0.130859375000 +0.079589843750 +-0.106445312500 +0.049560546875 +0.090820312500 +-0.019165039062 +0.019409179688 +-0.035644531250 +0.138671875000 +0.032714843750 +0.031005859375 +0.147460937500 +0.039550781250 +0.011230468750 +-0.095214843750 +-0.135742187500 +-0.028930664062 +-0.108886718750 +-0.068359375000 +0.111328125000 +-0.083007812500 +-0.190429687500 +-0.017333984375 +-0.163085937500 +-0.067382812500 +-0.141601562500 +-0.113281250000 +-0.143554687500 +0.007995605469 +-0.142578125000 +0.130859375000 +0.121582031250 +0.020141601562 +0.074218750000 +-0.112792968750 +-0.138671875000 +0.196289062500 +-0.062500000000 +0.000923156738 +-0.003265380859 +0.010192871094 +-0.028686523438 +-0.053710937500 +-0.004638671875 +0.012695312500 +0.025878906250 +0.088867187500 +0.001838684082 +-0.180664062500 +-0.077636718750 +0.058593750000 +0.085937500000 +0.014587402344 +0.116699218750 +0.059082031250 +0.109863281250 +-0.036865234375 +0.017944335938 +-0.109863281250 +0.241210937500 +-0.080078125000 +-0.122070312500 +-0.015380859375 +-0.069335937500 +-0.012023925781 +0.098144531250 +0.004516601562 +-0.005706787109 +-0.172851562500 +-0.107421875000 +-0.230468750000 +0.067871093750 +0.075195312500 +-0.137695312500 +-0.054931640625 +0.024536132812 +-0.004272460938 +0.072265625000 +-0.034667968750 +0.113281250000 +-0.083007812500 +-0.150390625000 +-0.159179687500 +0.018554687500 +-0.098632812500 +-0.135742187500 +-0.079589843750 +0.001899719238 +-0.027465820312 +0.057128906250 +0.039062500000 +-0.017578125000 +-0.049560546875 +0.005310058594 +0.083984375000 +0.222656250000 +0.003890991211 +-0.041992187500 +-0.010009765625 +-0.039550781250 +0.341796875000 +0.019409179688 +0.024780273438 +0.003829956055 +-0.082519531250 +0.332031250000 +-0.196289062500 +-0.028076171875 +-0.005187988281 +0.277343750000 +0.114746093750 +0.010070800781 +0.018188476562 +0.133789062500 +-0.028930664062 +0.038574218750 +-0.107910156250 +-0.066406250000 +0.083496093750 +-0.060302734375 +0.096191406250 +-0.127929687500 +0.113769531250 +0.029785156250 +0.085449218750 +-0.042968750000 +0.091308593750 +-0.015991210938 +0.092773437500 +0.001075744629 +-0.097167968750 +0.035644531250 +0.013000488281 +-0.019042968750 +0.126953125000 +0.028076171875 +-0.037353515625 +-0.045654296875 +-0.107421875000 +-0.086425781250 +-0.015625000000 +-0.060791015625 +0.078613281250 +-0.037353515625 +-0.011474609375 +-0.053222656250 +-0.157226562500 +-0.062011718750 +0.036376953125 +-0.047119140625 +-0.114257812500 +0.244140625000 +0.007354736328 +0.188476562500 +-0.074707031250 +-0.030639648438 +0.009826660156 +-0.006713867188 +-0.014282226562 +0.275390625000 +-0.019287109375 +0.098144531250 +-0.030639648438 +0.006256103516 +-0.071777343750 +-0.031738281250 +-0.017822265625 +-0.047363281250 +-0.003112792969 +-0.068359375000 +0.024047851562 +0.028564453125 +0.062500000000 +0.090820312500 +0.083007812500 +0.038330078125 +-0.130859375000 +0.126953125000 +-0.127929687500 +-0.038085937500 +0.007934570312 +-0.042724609375 +-0.073730468750 +0.065429687500 +0.058593750000 +-0.067871093750 +0.084960937500 +-0.109863281250 +0.082031250000 +0.117675781250 +0.110839843750 +0.085937500000 +-0.096191406250 +-0.053222656250 +0.233398437500 +-0.004486083984 +0.046875000000 +-0.134765625000 +0.082031250000 +0.024536132812 +-0.066406250000 +0.018432617188 +0.028930664062 +0.047363281250 +-0.115234375000 +-0.277343750000 +-0.133789062500 +-0.231445312500 +0.042724609375 +0.080566406250 +0.027465820312 +-0.114257812500 +-0.084472656250 +-0.165039062500 +0.027221679688 +-0.012878417969 +0.163085937500 +0.045166015625 +-0.032714843750 +-0.160156250000 +-0.072753906250 +0.044921875000 +0.008239746094 +0.093750000000 +0.103515625000 +0.080566406250 +-0.006835937500 +0.047607421875 +-0.044921875000 +-0.013427734375 +-0.055664062500 +0.117187500000 +0.055908203125 +-0.057373046875 +-0.024658203125 +-0.024780273438 +-0.027954101562 +0.037109375000 +-0.053466796875 +0.059814453125 +-0.064453125000 +0.103515625000 +0.003509521484 +-0.343750000000 +-0.074707031250 +-0.144531250000 +0.072265625000 +-0.167968750000 +-0.085449218750 +0.106933593750 +-0.091308593750 +0.080566406250 +-0.071289062500 +0.121582031250 +-0.181640625000 +-0.010925292969 +0.143554687500 +-0.044921875000 +-0.030395507812 +-0.018920898438 +0.050781250000 +-0.026855468750 +0.005340576172 +-0.027343750000 +0.094238281250 +-0.058837890625 +-0.041503906250 +0.082031250000 +-0.072753906250 +-0.188476562500 +-0.085937500000 +-0.061035156250 +-0.090820312500 +0.111816406250 +-0.012695312500 +-0.055664062500 +-0.219726562500 +0.176757812500 +-0.035400390625 +0.118652343750 +-0.072753906250 +-0.083496093750 +0.135742187500 +0.086425781250 +0.138671875000 +-0.080566406250 +-0.119140625000 +-0.185546875000 +0.053955078125 +-0.061523437500 +-0.061035156250 +-0.031738281250 +0.111328125000 +0.000873565674 +0.326171875000 +0.066894531250 +0.077148437500 +-0.083984375000 +-0.038574218750 +-0.102539062500 +0.153320312500 +0.069335937500 +-0.096679687500 +0.129882812500 +-0.265625000000 +-0.051513671875 +0.028442382812 +0.009582519531 +-0.147460937500 +0.077148437500 +-0.255859375000 +-0.044921875000 +-0.016845703125 +0.014099121094 +-0.107910156250 +0.115722656250 +-0.086425781250 +-0.028442382812 +0.134765625000 +-0.062988281250 +-0.060302734375 +-0.064453125000 +-0.069824218750 +0.108398437500 +-0.042480468750 +-0.102539062500 +0.003219604492 +0.095214843750 +0.094238281250 +-0.123046875000 +0.078613281250 +0.009643554688 +-0.048095703125 +0.086425781250 +0.036621093750 +0.000272750854 +0.168945312500 +0.014892578125 +-0.092285156250 +0.012329101562 +-0.160156250000 +0.064941406250 +0.018920898438 +0.007934570312 +-0.061767578125 +-0.068847656250 +0.034667968750 +0.102050781250 +0.070312500000 +0.137695312500 +-0.208984375000 +0.105468750000 +-0.010437011719 +-0.050781250000 +-0.057861328125 +-0.092773437500 +-0.010681152344 +-0.120605468750 +0.073242187500 +-0.041259765625 +0.031982421875 +-0.197265625000 +-0.038330078125 +0.100097656250 +0.035888671875 +-0.094238281250 +-0.024291992188 +0.103515625000 +-0.000732421875 +-0.083984375000 +0.150390625000 +0.175781250000 +0.020629882812 +0.104003906250 +-0.125976562500 +0.110839843750 +0.058349609375 +-0.016479492188 +-0.051757812500 +0.226562500000 +0.010009765625 +0.098144531250 +0.086425781250 +-0.019775390625 +-0.084960937500 +-0.058837890625 +-0.020996093750 +-0.095703125000 +0.046142578125 +0.055419921875 +0.007171630859 +-0.182617187500 +0.089843750000 +-0.056640625000 +0.023193359375 +0.014831542969 +0.103515625000 +0.005523681641 +0.105468750000 +0.157226562500 +-0.128906250000 +-0.039062500000 +-0.133789062500 +-0.084472656250 +-0.006134033203 +0.099121093750 +0.064453125000 +-0.001571655273 +0.235351562500 +-0.087890625000 +0.075683593750 +0.020019531250 +-0.104980468750 +0.110839843750 +0.112792968750 +-0.041992187500 +0.096191406250 +-0.139648437500 +-0.217773437500 +-0.221679687500 +-0.096679687500 +0.213867187500 +0.004425048828 +0.116699218750 +-0.190429687500 +0.003082275391 +-0.019165039062 +-0.040039062500 +0.158203125000 +-0.257812500000 +0.004669189453 +0.089843750000 +-0.016967773438 +0.166015625000 +-0.166015625000 +0.039794921875 +-0.003463745117 +-0.016601562500 +-0.118164062500 +0.000762939453 +0.013183593750 +0.136718750000 +-0.007385253906 +0.106445312500 +-0.069824218750 +-0.004119873047 +-0.033935546875 +-0.032226562500 +0.135742187500 +-0.076171875000 +0.046386718750 +0.140625000000 +0.054199218750 +0.049560546875 +-0.033935546875 +-0.255859375000 +-0.094726562500 +0.086914062500 +0.140625000000 +0.056640625000 +-0.010009765625 +-0.205078125000 +0.124023437500 +-0.117187500000 +-0.110351562500 +-0.192382812500 +-0.053466796875 +0.009155273438 +0.041015625000 +0.152343750000 +0.062255859375 +0.261718750000 +0.001388549805 +-0.010620117188 +0.112304687500 +0.091308593750 +-0.003936767578 +-0.043457031250 +-0.097656250000 +-0.028686523438 +-0.014587402344 +0.030517578125 +-0.113281250000 +0.102050781250 +0.094238281250 +-0.165039062500 +0.056396484375 +0.084472656250 +0.017700195312 +-0.107910156250 +0.041259765625 +0.047363281250 +0.059326171875 +0.080566406250 +0.105957031250 +0.056152343750 +-0.017456054688 +-0.055175781250 +-0.049804687500 +0.026977539062 +0.228515625000 +0.050537109375 +-0.029052734375 +-0.012573242188 +0.032470703125 +0.359375000000 +-0.013488769531 +0.100585937500 +-0.131835937500 +-0.048828125000 +0.058349609375 +-0.040527343750 +0.146484375000 +-0.049560546875 +-0.033691406250 +-0.086425781250 +0.046630859375 +-0.001899719238 +-0.093261718750 +-0.061279296875 +-0.228515625000 +0.002151489258 +0.006134033203 +0.140625000000 +0.107421875000 +0.002059936523 +-0.034423828125 +-0.203125000000 +-0.144531250000 +-0.106445312500 +0.048095703125 +-0.088867187500 +0.173828125000 +0.083984375000 +-0.168945312500 +0.085449218750 +-0.084960937500 +0.015625000000 +-0.011535644531 +0.036621093750 +0.048339843750 +-0.094726562500 +0.072265625000 +-0.008178710938 +-0.040771484375 +0.045898437500 +-0.129882812500 +-0.032714843750 +-0.122070312500 +-0.020507812500 +0.052734375000 +0.096191406250 +0.014099121094 +-0.055908203125 +0.026855468750 +-0.001586914062 +0.180664062500 +0.091796875000 +-0.047851562500 +0.099609375000 +0.181640625000 +-0.066894531250 +-0.066894531250 +0.219726562500 +0.166015625000 +-0.125976562500 +-0.004547119141 +0.008422851562 +0.090820312500 +0.096679687500 +-0.029663085938 +-0.061767578125 +-0.004730224609 +-0.109863281250 +0.082519531250 +0.227539062500 +-0.098632812500 +-0.076660156250 +-0.091308593750 +0.027099609375 +-0.176757812500 +0.055664062500 +0.161132812500 +0.253906250000 +0.065917968750 +0.099609375000 +0.094238281250 +0.071777343750 +0.183593750000 +0.161132812500 +-0.242187500000 +-0.192382812500 +-0.086914062500 +-0.013000488281 +0.028320312500 +-0.034423828125 +0.095703125000 +-0.016601562500 +-0.126953125000 +0.036621093750 +0.129882812500 +-0.047851562500 +0.111328125000 +0.160156250000 +0.020019531250 +0.005676269531 +-0.065917968750 +0.026123046875 +-0.095703125000 +-0.069824218750 +-0.039306640625 +-0.068847656250 +-0.016479492188 +-0.076660156250 +0.096679687500 +0.094238281250 +-0.042968750000 +0.063964843750 +0.055175781250 +0.074218750000 +-0.037841796875 +-0.228515625000 +-0.110839843750 +0.025878906250 +-0.023193359375 +-0.086914062500 +0.054687500000 +0.157226562500 +0.108886718750 +-0.021484375000 +-0.020874023438 +0.049560546875 +-0.009521484375 +0.156250000000 +-0.212890625000 +0.041503906250 +0.072753906250 +0.003601074219 +-0.166992187500 +0.106933593750 +-0.089355468750 +-0.097656250000 +-0.073730468750 +0.127929687500 +-0.066406250000 +0.018188476562 +-0.010131835938 +-0.034912109375 +-0.163085937500 +0.143554687500 +0.054443359375 +-0.132812500000 +-0.078125000000 +0.081542968750 +0.037841796875 +-0.111328125000 +-0.034179687500 +-0.094726562500 +-0.106933593750 +-0.182617187500 +-0.022827148438 +-0.086914062500 +0.062011718750 +0.062500000000 +0.113769531250 +-0.078125000000 +-0.015747070312 +-0.045654296875 +0.026367187500 +0.028442382812 +-0.269531250000 +0.030517578125 +0.111816406250 +-0.090820312500 +0.101562500000 +0.018676757812 +-0.047607421875 +-0.017944335938 +-0.214843750000 +0.004943847656 +-0.188476562500 +0.063964843750 +-0.094238281250 +-0.071777343750 +0.028198242188 +-0.257812500000 +0.019042968750 +-0.249023437500 +0.108398437500 +-0.007232666016 +-0.093750000000 +0.123535156250 +-0.003265380859 +-0.062255859375 +-0.035644531250 +-0.077148437500 +-0.111816406250 +-0.112792968750 +-0.063476562500 +0.079101562500 +0.034667968750 +0.002273559570 +-0.017700195312 +-0.042480468750 +-0.031250000000 +0.018676757812 +0.048828125000 +-0.041259765625 +0.010192871094 +-0.052490234375 +0.140625000000 +-0.062500000000 +-0.220703125000 +-0.037597656250 +0.100585937500 +-0.052001953125 +0.044921875000 +-0.140625000000 +0.053710937500 +0.097167968750 +-0.247070312500 +-0.122558593750 +-0.036621093750 +0.082519531250 +0.002243041992 +-0.028320312500 +0.039550781250 +0.015441894531 +-0.146484375000 +-0.208007812500 +-0.037841796875 +0.043701171875 +-0.036376953125 +-0.024414062500 +-0.128906250000 +0.277343750000 +-0.292968750000 +-0.093261718750 +-0.077636718750 +0.150390625000 +-0.100097656250 +0.004302978516 +-0.012329101562 +-0.212890625000 +-0.022460937500 +0.007049560547 +0.029052734375 +0.050781250000 +-0.439453125000 +0.039794921875 +0.000013172626 +-0.073730468750 +-0.216796875000 +0.134765625000 +-0.207031250000 +0.036621093750 +0.033447265625 +0.227539062500 +0.040039062500 +0.056396484375 +0.047607421875 +-0.014099121094 +0.095214843750 +-0.151367187500 +-0.129882812500 +-0.073242187500 +-0.038818359375 +0.007537841797 +0.126953125000 +-0.051025390625 +-0.009765625000 +0.083007812500 +-0.146484375000 +-0.160156250000 +0.035156250000 +0.158203125000 +0.062255859375 +-0.223632812500 +-0.020751953125 +-0.002655029297 +-0.138671875000 +0.148437500000 +0.049316406250 +-0.125000000000 +0.104003906250 +0.008850097656 +0.188476562500 +0.111328125000 +0.137695312500 +0.171875000000 +0.155273437500 +-0.053466796875 +0.093750000000 +-0.101562500000 +-0.124023437500 +-0.045654296875 +-0.118652343750 +0.030761718750 +-0.140625000000 +0.030761718750 +-0.039550781250 +-0.009521484375 +-0.129882812500 +-0.100097656250 +-0.144531250000 +0.092285156250 +0.067871093750 +-0.016235351562 +0.253906250000 +-0.094238281250 +-0.023437500000 +0.070800781250 +-0.296875000000 +-0.015014648438 +0.133789062500 +-0.129882812500 +-0.066894531250 +0.026611328125 +0.160156250000 +0.150390625000 +-0.074218750000 +0.040283203125 +0.182617187500 +-0.265625000000 +0.243164062500 +0.028076171875 +-0.002502441406 +-0.013000488281 +0.035644531250 +-0.026000976562 +-0.071777343750 +0.072265625000 +0.090332031250 +-0.024902343750 +-0.304687500000 +0.128906250000 +0.029174804688 +0.068847656250 +-0.204101562500 +-0.028320312500 +-0.155273437500 +-0.041748046875 +-0.077148437500 +-0.164062500000 +0.107910156250 +0.036865234375 +-0.186523437500 +0.067382812500 +-0.098144531250 +0.106933593750 +-0.014221191406 +0.071289062500 +-0.009887695312 +0.086425781250 +0.047607421875 +0.033691406250 +-0.038330078125 +-0.072753906250 +-0.140625000000 +-0.222656250000 +0.222656250000 +-0.090820312500 +0.093750000000 +0.052978515625 +0.001495361328 +-0.128906250000 +-0.085449218750 +0.088867187500 +0.127929687500 +-0.333984375000 +-0.026367187500 +-0.011596679688 +-0.058105468750 +-0.003082275391 +0.129882812500 +-0.108398437500 +0.020507812500 +-0.106445312500 +0.175781250000 +-0.179687500000 +0.057861328125 +0.060791015625 +-0.048095703125 +0.010437011719 +0.110351562500 +-0.070800781250 +0.027465820312 +0.106933593750 +-0.120605468750 +-0.051025390625 +-0.003631591797 +0.038330078125 +0.121093750000 +-0.032714843750 +0.148437500000 +0.025268554688 +0.015075683594 +-0.070312500000 +-0.029296875000 +-0.097167968750 +-0.091796875000 +-0.129882812500 +0.152343750000 +-0.020996093750 +0.120117187500 +0.279296875000 +0.182617187500 +-0.049804687500 +-0.041015625000 +-0.025634765625 +-0.002365112305 +0.130859375000 +0.142578125000 +-0.046630859375 +0.090332031250 +-0.048095703125 +-0.015991210938 +-0.088867187500 +-0.058349609375 +-0.010681152344 +0.004699707031 +-0.066894531250 +0.090332031250 +0.034423828125 +-0.110351562500 +-0.053222656250 +0.030151367188 +0.006958007812 +-0.074218750000 +-0.210937500000 +0.107421875000 +-0.009582519531 +-0.105468750000 +-0.130859375000 +-0.004882812500 +-0.107421875000 +0.041748046875 +0.172851562500 +-0.073730468750 +0.186523437500 +-0.006225585938 +-0.294921875000 +0.105957031250 +-0.279296875000 +0.128906250000 +0.037841796875 +-0.148437500000 +0.231445312500 +0.005187988281 +0.263671875000 +0.025512695312 +0.101074218750 +0.065429687500 +-0.053222656250 +-0.056884765625 +0.042968750000 +-0.014160156250 +0.079589843750 +0.023681640625 +0.007934570312 +0.122070312500 +0.124023437500 +0.095703125000 +-0.150390625000 +-0.072753906250 +-0.086425781250 +-0.140625000000 +0.028686523438 +-0.052246093750 +0.100585937500 +-0.046875000000 +-0.093750000000 +-0.029174804688 +-0.046386718750 +-0.117187500000 +-0.032958984375 +0.005798339844 +0.081542968750 +0.002456665039 +-0.052001953125 +-0.152343750000 +0.144531250000 +-0.107910156250 +-0.005340576172 +0.064453125000 +0.045166015625 +0.164062500000 +0.263671875000 +-0.036376953125 +-0.016357421875 +-0.026611328125 +-0.045654296875 +0.006561279297 +0.024902343750 +-0.167968750000 +0.031127929688 +-0.060058593750 +0.214843750000 +-0.089355468750 +-0.138671875000 +-0.079589843750 +-0.131835937500 +0.081054687500 +-0.142578125000 +-0.142578125000 +-0.241210937500 +-0.027221679688 +0.054931640625 +0.143554687500 +0.147460937500 +-0.138671875000 +-0.016235351562 +-0.114257812500 +0.010986328125 +-0.123046875000 +0.117675781250 +0.208007812500 +0.004699707031 +-0.107421875000 +0.003936767578 +0.058593750000 +-0.115722656250 +0.035400390625 +-0.032958984375 +-0.010131835938 +-0.059570312500 +0.215820312500 +-0.087890625000 +0.032958984375 +-0.148437500000 +0.072265625000 +-0.046630859375 +-0.142578125000 +0.080566406250 +-0.016113281250 +0.239257812500 +0.061523437500 +-0.058837890625 +0.244140625000 +0.008850097656 +-0.084472656250 +-0.029296875000 +-0.175781250000 +-0.007629394531 +0.000778198242 +0.161132812500 +0.082519531250 +-0.005493164062 +0.144531250000 +0.042236328125 +-0.006530761719 +0.015136718750 +0.117675781250 +0.059082031250 +-0.151367187500 +-0.008361816406 +-0.234375000000 +0.049072265625 +0.109863281250 +-0.075195312500 +-0.119628906250 +0.013916015625 +-0.077636718750 +0.039306640625 +-0.220703125000 +-0.261718750000 +-0.164062500000 +0.026977539062 +-0.056640625000 +-0.068847656250 +-0.011047363281 +-0.054931640625 +0.084472656250 +-0.042236328125 +-0.015136718750 +0.110839843750 +0.054931640625 +-0.100097656250 +0.191406250000 +0.029907226562 +-0.026977539062 +0.019775390625 +0.051513671875 +0.108398437500 +-0.119140625000 +0.034667968750 +-0.152343750000 +-0.085449218750 +0.043945312500 +-0.030639648438 +-0.080078125000 +0.127929687500 +0.066406250000 +-0.099121093750 +0.106445312500 +-0.211914062500 +-0.138671875000 +-0.019775390625 +0.103027343750 +0.048828125000 +-0.147460937500 +0.174804687500 +0.208984375000 +0.013488769531 +0.054687500000 +-0.018920898438 +-0.136718750000 +0.067382812500 +-0.089355468750 +0.094238281250 +-0.079589843750 +0.029785156250 +0.028564453125 +-0.332031250000 +0.049072265625 +-0.025634765625 +-0.021118164062 +-0.036132812500 +-0.017944335938 +-0.004089355469 +0.216796875000 +0.009582519531 +0.015991210938 +-0.033447265625 +0.052001953125 +0.036621093750 +0.122070312500 +0.095214843750 +0.008300781250 +0.378906250000 +0.008300781250 +0.015747070312 +-0.067382812500 +0.018066406250 +0.029296875000 +-0.149414062500 +-0.044189453125 +-0.041748046875 +-0.099609375000 +-0.070312500000 +0.043457031250 +-0.101074218750 +0.089843750000 +-0.117675781250 +-0.001472473145 +0.017456054688 +-0.038818359375 +-0.064453125000 +-0.010375976562 +-0.238281250000 +0.076171875000 +0.113281250000 +0.174804687500 +0.048828125000 +0.052490234375 +-0.067382812500 +-0.075195312500 +0.019531250000 +-0.103515625000 +-0.279296875000 +0.034667968750 +0.059814453125 +-0.084472656250 +0.099121093750 +-0.030029296875 +0.016235351562 +-0.114257812500 +0.015991210938 +-0.126953125000 +-0.105468750000 +0.044433593750 +-0.020629882812 +0.006713867188 +-0.057861328125 +-0.087890625000 +0.086914062500 +0.003448486328 +-0.021972656250 +-0.359375000000 +0.040527343750 +-0.063476562500 +0.083496093750 +0.111816406250 +-0.094726562500 +0.147460937500 +-0.073242187500 +-0.007598876953 +-0.110351562500 +0.080566406250 +0.131835937500 +-0.004180908203 +-0.002395629883 +0.116699218750 +0.047607421875 +0.044921875000 +0.067382812500 +-0.161132812500 +0.021728515625 +-0.024291992188 +-0.108886718750 +-0.176757812500 +-0.035644531250 +0.176757812500 +-0.013793945312 +0.077148437500 +0.005310058594 +-0.025878906250 +-0.047119140625 +-0.007537841797 +-0.121582031250 +-0.058105468750 +0.058837890625 +-0.092773437500 +-0.073730468750 +0.078613281250 +0.076660156250 +0.122558593750 +0.057373046875 +0.050781250000 +-0.094726562500 +-0.173828125000 +-0.152343750000 +-0.034179687500 +-0.017578125000 +-0.194335937500 +0.044921875000 +-0.151367187500 +-0.073242187500 +-0.049072265625 +-0.021240234375 +-0.032226562500 +-0.172851562500 +-0.043945312500 +0.069824218750 +0.026855468750 +0.104003906250 +0.058105468750 +0.149414062500 +0.080078125000 +-0.073730468750 +-0.204101562500 +-0.066894531250 +0.261718750000 +-0.025390625000 +-0.077148437500 +-0.046630859375 +0.053710937500 +-0.328125000000 +0.019531250000 +-0.019409179688 +0.020385742188 +-0.083496093750 +-0.014282226562 +-0.116210937500 +-0.116210937500 +-0.067871093750 +-0.043945312500 +0.029052734375 +-0.027343750000 +0.010742187500 +-0.144531250000 +-0.043457031250 +0.053222656250 +-0.265625000000 +-0.007476806641 +0.032226562500 +-0.095214843750 +0.259765625000 +-0.019653320312 +-0.077636718750 +0.151367187500 +-0.034667968750 +-0.146484375000 +0.028198242188 +-0.049804687500 +-0.084960937500 +0.024780273438 +0.102050781250 +0.273437500000 +0.190429687500 +-0.086914062500 +-0.117187500000 +-0.007171630859 +-0.044433593750 +0.171875000000 +0.039794921875 +-0.061035156250 +-0.132812500000 +0.154296875000 +-0.100097656250 +0.126953125000 +-0.114257812500 +-0.017944335938 +-0.005126953125 +0.001785278320 +0.078613281250 +-0.070312500000 +-0.017333984375 +0.067871093750 +-0.048095703125 +0.159179687500 +0.082519531250 +0.103515625000 +-0.136718750000 +-0.125976562500 +0.049072265625 +-0.017089843750 +-0.059082031250 +-0.123535156250 +0.117675781250 +0.046142578125 +-0.131835937500 +-0.169921875000 +-0.212890625000 +0.027221679688 +0.046386718750 +0.034423828125 +0.070800781250 +-0.237304687500 +-0.024658203125 +0.034667968750 +0.126953125000 +0.135742187500 +-0.136718750000 +0.281250000000 +-0.028320312500 +-0.085449218750 +-0.027343750000 +-0.033447265625 +0.107910156250 +0.098144531250 +-0.103515625000 +-0.007537841797 +-0.050781250000 +-0.075195312500 +-0.000237464905 +-0.085937500000 +0.024780273438 +-0.130859375000 +0.079589843750 +-0.011962890625 +-0.105957031250 +0.135742187500 +0.078125000000 +-0.081054687500 +-0.026855468750 +-0.009033203125 +0.061523437500 +-0.019653320312 +0.005065917969 +0.103515625000 +-0.126953125000 +-0.146484375000 +0.055664062500 +-0.037109375000 +0.053222656250 +-0.051025390625 +0.177734375000 +-0.023803710938 +-0.183593750000 +-0.221679687500 +-0.036865234375 +-0.028808593750 +0.127929687500 +0.211914062500 +-0.251953125000 +-0.031494140625 +-0.097656250000 +-0.001647949219 +-0.099121093750 +0.039794921875 +-0.009460449219 +0.049804687500 +0.124023437500 +-0.142578125000 +0.102539062500 +0.014038085938 +-0.203125000000 +-0.168945312500 +0.089355468750 +-0.063964843750 +-0.018188476562 +-0.163085937500 +0.006072998047 +-0.029663085938 +-0.208007812500 +0.002639770508 +0.170898437500 +0.015380859375 +-0.071289062500 +-0.012329101562 +0.025878906250 +0.067871093750 +0.132812500000 +-0.058593750000 +0.056152343750 +-0.096191406250 +0.031982421875 +-0.051025390625 +-0.111816406250 +0.031127929688 +-0.127929687500 +0.083007812500 +0.069335937500 +-0.147460937500 +-0.087402343750 +0.081054687500 +-0.044433593750 +0.090332031250 +0.203125000000 +0.075195312500 +0.091796875000 +-0.036376953125 +0.127929687500 +-0.086425781250 +-0.000526428223 +-0.091796875000 +0.233398437500 +0.038330078125 +-0.077636718750 +0.066894531250 +0.174804687500 +0.112792968750 +-0.010803222656 +-0.005493164062 +-0.087890625000 +0.135742187500 +0.122070312500 +-0.148437500000 +0.153320312500 +0.156250000000 +-0.065429687500 +0.168945312500 +0.094238281250 +-0.009704589844 +-0.072753906250 +0.224609375000 +0.137695312500 +0.219726562500 +-0.000816345215 +0.068359375000 +0.082519531250 +0.034423828125 +0.070312500000 +0.088867187500 +-0.099609375000 +0.062011718750 +0.120117187500 +0.077636718750 +-0.010070800781 +-0.092773437500 +-0.071777343750 +0.043945312500 +0.121093750000 +-0.033447265625 +-0.092285156250 +-0.023071289062 +0.094238281250 +0.030517578125 +-0.155273437500 +-0.042968750000 +-0.083007812500 +0.080566406250 +0.178710937500 +-0.000067234039 +-0.020019531250 +0.035400390625 +-0.107910156250 +-0.104492187500 +-0.009216308594 +-0.110351562500 +0.101562500000 +-0.001953125000 +-0.133789062500 +-0.016235351562 +0.017211914062 +-0.085937500000 +0.052246093750 +-0.161132812500 +-0.037109375000 +-0.113769531250 +-0.025268554688 +0.005706787109 +0.236328125000 +0.113769531250 +-0.013977050781 +-0.099609375000 +0.037353515625 +0.105957031250 +0.133789062500 +-0.054931640625 +-0.209960937500 +-0.107910156250 +0.013427734375 +0.045654296875 +-0.033447265625 +-0.072753906250 +-0.084472656250 +-0.104003906250 +-0.055908203125 +0.101074218750 +-0.106933593750 +0.043212890625 +-0.052978515625 +-0.027832031250 +0.191406250000 +-0.066406250000 +-0.149414062500 +0.194335937500 +0.032714843750 +-0.205078125000 +0.168945312500 +0.138671875000 +-0.067871093750 +0.007324218750 +-0.103515625000 +-0.116210937500 +-0.008728027344 +-0.056640625000 +-0.005554199219 +0.064941406250 +0.116210937500 +0.021240234375 +0.075683593750 +-0.065917968750 +-0.113281250000 +-0.064941406250 +0.085449218750 +-0.162109375000 +0.040771484375 +-0.158203125000 +-0.101562500000 +-0.056884765625 +-0.045410156250 +-0.109375000000 +-0.003677368164 +0.207031250000 +-0.153320312500 +-0.002700805664 +-0.025024414062 +-0.033447265625 +-0.032470703125 +0.182617187500 +0.132812500000 +0.190429687500 +0.101074218750 +0.005645751953 +0.063964843750 +0.009887695312 +-0.000507354736 +0.008117675781 +0.005615234375 +-0.209960937500 +-0.204101562500 +-0.224609375000 +-0.000965118408 +-0.089843750000 +-0.040039062500 +0.130859375000 +-0.072753906250 +0.135742187500 +0.009582519531 +-0.012756347656 +-0.136718750000 +-0.009094238281 +0.005157470703 +-0.043701171875 +0.034667968750 +-0.007080078125 +-0.127929687500 +-0.148437500000 +-0.024414062500 +-0.177734375000 +0.068847656250 +-0.044433593750 +-0.041992187500 +0.079101562500 +-0.133789062500 +0.088867187500 +0.055175781250 +-0.073730468750 +-0.019653320312 +-0.070800781250 +-0.052246093750 +0.011962890625 +0.367187500000 +0.095214843750 +-0.140625000000 +-0.071289062500 +-0.002563476562 +-0.036865234375 +-0.054687500000 +-0.154296875000 +-0.095214843750 +0.134765625000 +0.109863281250 +0.034667968750 +0.064941406250 +0.031982421875 +-0.060791015625 +0.056884765625 +-0.018798828125 +-0.213867187500 +-0.012634277344 +0.109375000000 +-0.170898437500 +-0.071289062500 +-0.076171875000 +-0.064941406250 +-0.165039062500 +-0.012023925781 +-0.129882812500 +0.147460937500 +0.011108398438 +-0.118164062500 +-0.119140625000 +-0.200195312500 +-0.197265625000 +0.000383377075 +-0.063476562500 +-0.022949218750 +0.075195312500 +0.004119873047 +-0.091308593750 +-0.163085937500 +-0.113281250000 +0.036865234375 +0.082519531250 +0.048095703125 +-0.014465332031 +0.063476562500 +-0.172851562500 +-0.029663085938 +0.036376953125 +-0.127929687500 +-0.024414062500 +-0.079589843750 +-0.042968750000 +0.040283203125 +0.029174804688 +-0.086914062500 +-0.057373046875 +-0.075683593750 +-0.014160156250 +-0.050048828125 +0.124023437500 +0.047363281250 +-0.002014160156 +0.051269531250 +0.050537109375 +-0.053466796875 +0.011474609375 +0.042968750000 +0.003768920898 +-0.145507812500 +0.012512207031 +-0.037109375000 +-0.150390625000 +-0.033203125000 +-0.095703125000 +0.039306640625 +-0.003036499023 +-0.071289062500 +-0.027465820312 +-0.010559082031 +-0.024047851562 +0.020507812500 +-0.165039062500 +-0.127929687500 +0.068359375000 +-0.028320312500 +-0.184570312500 +0.049560546875 +-0.061279296875 +-0.151367187500 +0.068359375000 +0.035644531250 +0.031250000000 +-0.225585937500 +0.071777343750 +-0.042968750000 +0.037841796875 +-0.074707031250 +0.006561279297 +-0.116210937500 +0.001754760742 +0.192382812500 +0.116699218750 +0.198242187500 +0.154296875000 +-0.051269531250 +0.052490234375 +-0.054199218750 +0.023437500000 +-0.121093750000 +0.192382812500 +0.006805419922 +0.108398437500 +-0.041992187500 +0.062988281250 +0.058593750000 +-0.112792968750 +-0.037109375000 +0.002975463867 +0.145507812500 +-0.125976562500 +-0.033447265625 +0.009948730469 +-0.105957031250 +-0.210937500000 +0.055419921875 +0.095214843750 +-0.167968750000 +-0.018066406250 +-0.108886718750 +0.023193359375 +-0.226562500000 +0.141601562500 +0.028930664062 +0.018066406250 +-0.306640625000 +0.159179687500 +0.008666992188 +-0.085937500000 +0.012878417969 +-0.155273437500 +-0.083984375000 +0.062255859375 +0.000560760498 +-0.147460937500 +0.064941406250 +0.062988281250 +-0.005279541016 +0.125000000000 +-0.166992187500 +-0.125976562500 +-0.029418945312 +-0.058349609375 +-0.133789062500 +0.035644531250 +-0.085937500000 +0.057128906250 +0.011840820312 +-0.255859375000 +0.018920898438 +-0.105957031250 +0.010681152344 +-0.015197753906 +0.085937500000 +0.058837890625 +-0.046875000000 +-0.090820312500 +-0.159179687500 +0.050537109375 +0.031005859375 +-0.187500000000 +-0.174804687500 +-0.091796875000 +-0.215820312500 +0.063476562500 +0.002838134766 +-0.044433593750 +-0.175781250000 +-0.084472656250 +-0.046142578125 +0.175781250000 +-0.011230468750 +0.076171875000 +0.042236328125 +0.076171875000 +0.029541015625 +0.055419921875 +-0.109863281250 +-0.157226562500 +-0.062011718750 +0.013305664062 +0.078125000000 +0.063476562500 +0.045898437500 +0.152343750000 +0.014709472656 +0.068359375000 +-0.219726562500 +-0.011291503906 +-0.104980468750 +0.026611328125 +-0.104980468750 +0.015197753906 +-0.163085937500 +-0.126953125000 +-0.077148437500 +-0.096679687500 +0.067382812500 +-0.082031250000 +-0.277343750000 +-0.054931640625 +-0.067871093750 +-0.044189453125 +0.006744384766 +0.025024414062 +-0.027465820312 +-0.080078125000 +0.081054687500 +-0.072753906250 +-0.031005859375 +-0.078613281250 +-0.166015625000 +0.042724609375 +0.151367187500 +0.036132812500 +-0.151367187500 +-0.054687500000 +-0.052490234375 +0.063476562500 +-0.067871093750 +0.071289062500 +0.073242187500 +-0.055664062500 +0.163085937500 +0.103027343750 +-0.055664062500 +-0.061279296875 +-0.140625000000 +-0.243164062500 +-0.020263671875 +-0.030883789062 +-0.167968750000 +-0.045410156250 +-0.146484375000 +0.118164062500 +0.059570312500 +0.051513671875 +-0.063964843750 +-0.014282226562 +-0.074707031250 +-0.083496093750 +-0.181640625000 +-0.036132812500 +0.051757812500 +-0.043945312500 +-0.102050781250 +-0.037109375000 +0.113281250000 +-0.037597656250 +-0.005584716797 +0.092773437500 +-0.141601562500 +0.117675781250 +-0.056640625000 +-0.034423828125 +0.024291992188 +0.047851562500 +-0.141601562500 +-0.104003906250 +0.217773437500 +-0.028320312500 +0.188476562500 +-0.040771484375 +-0.028686523438 +-0.099121093750 +-0.002288818359 +0.004119873047 +-0.081542968750 +-0.014953613281 +0.056884765625 +-0.198242187500 +-0.004638671875 +-0.072753906250 +0.137695312500 +-0.287109375000 +0.061767578125 +0.078613281250 +-0.042236328125 +0.069824218750 +-0.079589843750 +0.061279296875 +0.017700195312 +-0.043457031250 +-0.063964843750 +-0.158203125000 +0.027099609375 +-0.018798828125 +-0.008728027344 +0.007934570312 +0.008789062500 +0.209960937500 +0.168945312500 +-0.036865234375 +-0.083007812500 +0.208007812500 +-0.121582031250 +-0.017822265625 +0.045410156250 +-0.050292968750 +-0.025146484375 +0.103027343750 +-0.090332031250 +-0.160156250000 +0.029663085938 +-0.015625000000 +-0.084960937500 +0.065429687500 +0.026977539062 +-0.078125000000 +0.064941406250 +-0.036376953125 +0.022705078125 +0.188476562500 +-0.055664062500 +0.084472656250 +0.023681640625 +-0.140625000000 +-0.019287109375 +-0.013793945312 +-0.283203125000 +0.009704589844 +-0.006622314453 +0.269531250000 +-0.142578125000 +-0.060302734375 +0.003143310547 +0.070312500000 +-0.210937500000 +-0.013488769531 +-0.261718750000 +0.154296875000 +0.058349609375 +-0.082031250000 +-0.055664062500 +-0.119140625000 +0.180664062500 +-0.160156250000 +0.125976562500 +0.066406250000 +0.132812500000 +0.096191406250 +0.238281250000 +-0.070312500000 +-0.136718750000 +-0.080566406250 +-0.136718750000 +-0.055419921875 +-0.014465332031 +0.090820312500 +-0.067382812500 +-0.101074218750 +-0.119140625000 +0.030517578125 +0.261718750000 +0.108886718750 +-0.006927490234 +0.176757812500 +-0.093750000000 +-0.082519531250 +0.115234375000 +0.088867187500 +0.149414062500 +-0.018554687500 +-0.037841796875 +-0.063476562500 +0.100585937500 +-0.183593750000 +0.073242187500 +-0.009033203125 +0.128906250000 +0.059570312500 +-0.055419921875 +-0.126953125000 +-0.019287109375 +0.151367187500 +-0.081542968750 +0.085449218750 +0.047607421875 +-0.132812500000 +0.001739501953 +-0.084472656250 +0.035644531250 +-0.046630859375 +-0.117675781250 +-0.033691406250 +0.025024414062 +0.072265625000 +-0.045410156250 +0.119140625000 +-0.012268066406 +-0.086914062500 +-0.159179687500 +-0.125976562500 +0.069335937500 +-0.070312500000 +-0.092773437500 +0.013366699219 +-0.021484375000 +-0.199218750000 +0.055664062500 +0.024780273438 +0.043212890625 +0.024414062500 +-0.050781250000 +0.021606445312 +-0.164062500000 +-0.047607421875 +-0.062500000000 +0.137695312500 +-0.117187500000 +0.044921875000 +-0.006744384766 +0.048828125000 +-0.255859375000 +0.056152343750 +-0.022216796875 +-0.087890625000 +0.103027343750 +-0.009033203125 +0.126953125000 +0.045166015625 +0.003250122070 +-0.208007812500 +0.228515625000 +-0.110351562500 +-0.123046875000 +0.090332031250 +-0.070800781250 +0.162109375000 +0.006256103516 +-0.176757812500 +-0.003158569336 +-0.065429687500 +0.083007812500 +-0.038574218750 +-0.022460937500 +-0.008056640625 +-0.020629882812 +0.005187988281 +0.094238281250 +0.062500000000 +0.009521484375 +0.083007812500 +-0.166992187500 +-0.141601562500 +-0.116210937500 +0.130859375000 +-0.020263671875 +0.038574218750 +-0.092773437500 +-0.186523437500 +0.122558593750 +0.011535644531 +0.201171875000 +-0.026489257812 +-0.010986328125 +-0.132812500000 +0.034667968750 +-0.094726562500 +0.061767578125 +0.011108398438 +-0.240234375000 +-0.026000976562 +-0.092773437500 +0.098632812500 +0.035888671875 +0.009887695312 +0.232421875000 +-0.207031250000 +0.132812500000 +0.035156250000 +0.022094726562 +-0.046386718750 +0.190429687500 +0.070800781250 +-0.012939453125 +0.078613281250 +-0.006500244141 +-0.014709472656 +0.118164062500 +0.014404296875 +0.028564453125 +-0.108398437500 +-0.026611328125 +-0.198242187500 +-0.182617187500 +-0.100585937500 +-0.099121093750 +-0.024291992188 +-0.061279296875 +0.079589843750 +0.062988281250 +-0.067871093750 +0.054931640625 +-0.024291992188 +0.011657714844 +0.063476562500 +-0.078613281250 +0.066894531250 +-0.037597656250 +0.026489257812 +-0.008850097656 +0.023071289062 +0.090332031250 +-0.181640625000 +-0.003967285156 +-0.022705078125 +-0.149414062500 +0.013671875000 +0.035644531250 +-0.024658203125 +0.092285156250 +-0.042968750000 +-0.033203125000 +-0.093750000000 +0.001213073730 +-0.080078125000 +0.080566406250 +-0.027954101562 +-0.064453125000 +-0.182617187500 +0.065917968750 +0.023559570312 +-0.015441894531 +-0.210937500000 +-0.135742187500 +0.289062500000 +0.142578125000 +-0.029907226562 +-0.001525878906 +0.116210937500 +0.052734375000 +0.013427734375 +0.020507812500 +0.070800781250 +0.153320312500 +0.052978515625 +0.088378906250 +0.031982421875 +-0.144531250000 +0.010314941406 +-0.093261718750 +0.187500000000 +-0.107421875000 +-0.089355468750 +-0.023925781250 +-0.018432617188 +0.008422851562 +0.132812500000 +-0.201171875000 +0.054931640625 +-0.086914062500 +0.019409179688 +-0.030883789062 +0.142578125000 +0.156250000000 +-0.007720947266 +-0.007354736328 +-0.192382812500 +-0.042480468750 +0.164062500000 +-0.052490234375 +0.145507812500 +0.064453125000 +-0.052246093750 +-0.020629882812 +-0.064941406250 +-0.110351562500 +-0.118652343750 +0.072753906250 +0.068847656250 +-0.009765625000 +-0.111816406250 +0.104492187500 +-0.245117187500 +0.051757812500 +-0.141601562500 +0.142578125000 +-0.077636718750 +-0.147460937500 +-0.061035156250 +-0.218750000000 +0.040527343750 +-0.283203125000 +0.056640625000 +-0.149414062500 +-0.090820312500 +0.003799438477 +-0.092773437500 +-0.065917968750 +0.106933593750 +-0.025024414062 +0.100097656250 +0.041503906250 +0.155273437500 +0.196289062500 +0.148437500000 +0.124023437500 +-0.057373046875 +-0.210937500000 +-0.094238281250 +0.061279296875 +0.167968750000 +-0.263671875000 +0.102539062500 +-0.050292968750 +-0.055664062500 +0.051757812500 +-0.163085937500 +-0.066406250000 +0.070312500000 +0.130859375000 +0.000801086426 +0.059814453125 +-0.072265625000 +-0.161132812500 +-0.031250000000 +-0.106933593750 +-0.127929687500 +-0.112304687500 +-0.015869140625 +0.014099121094 +0.011047363281 +-0.079589843750 +0.049804687500 +0.069824218750 +-0.182617187500 +-0.094726562500 +-0.007934570312 +-0.057861328125 +-0.123046875000 +0.075195312500 +0.153320312500 +0.092773437500 +-0.024169921875 +-0.001663208008 +-0.031738281250 +0.118164062500 +-0.082519531250 +-0.106445312500 +0.104003906250 +0.009826660156 +0.129882812500 +-0.059326171875 +0.093261718750 +-0.115234375000 +0.031494140625 +0.027099609375 +-0.100585937500 +0.115722656250 +0.195312500000 +-0.084472656250 +0.052246093750 +-0.180664062500 +-0.073730468750 +0.032226562500 +0.041259765625 +0.081054687500 +0.030883789062 +-0.094238281250 +0.108398437500 +-0.037841796875 +0.004791259766 +0.116210937500 +-0.158203125000 +-0.079101562500 +-0.279296875000 +0.208984375000 +0.080566406250 +-0.074218750000 +0.255859375000 +0.036621093750 +-0.105957031250 +-0.078125000000 +-0.084472656250 +-0.060302734375 +-0.046386718750 +0.059082031250 +-0.146484375000 +-0.022827148438 +-0.034423828125 +0.071289062500 +0.021362304688 +-0.046386718750 +0.038574218750 +0.037353515625 +-0.034423828125 +0.118652343750 +-0.006347656250 +-0.181640625000 +-0.367187500000 +-0.090820312500 +-0.022949218750 +-0.183593750000 +-0.166015625000 +0.122558593750 +0.076171875000 +0.102539062500 +0.002304077148 +-0.125976562500 +-0.060791015625 +0.039062500000 +0.110351562500 +-0.133789062500 +0.068847656250 +0.147460937500 +-0.015441894531 +-0.087402343750 +0.118164062500 +0.067871093750 +-0.090332031250 +0.038085937500 +0.096191406250 +-0.134765625000 +-0.080566406250 +-0.183593750000 +0.048339843750 +0.033447265625 +-0.048339843750 +0.012878417969 +-0.061279296875 +0.007934570312 +0.055664062500 +-0.020874023438 +-0.037353515625 +-0.067871093750 +-0.112304687500 +-0.146484375000 +0.112792968750 +-0.083496093750 +-0.077636718750 +-0.083496093750 +-0.022094726562 +0.002487182617 +-0.017211914062 +-0.000759124756 +-0.028808593750 +0.074218750000 +0.082031250000 +0.023803710938 +-0.046386718750 +0.124023437500 +-0.022338867188 +-0.108398437500 +0.200195312500 +-0.116699218750 +-0.002731323242 +-0.014831542969 +0.038085937500 +-0.192382812500 +0.090820312500 +-0.030029296875 +-0.004547119141 +0.034912109375 +0.037597656250 +0.052490234375 +-0.234375000000 +0.091308593750 +-0.145507812500 +-0.013977050781 +0.269531250000 +-0.121093750000 +0.056396484375 +-0.022216796875 +0.090820312500 +0.010192871094 +0.118652343750 +0.008300781250 +-0.025756835938 +0.044921875000 +0.174804687500 +0.022460937500 +-0.131835937500 +-0.102050781250 +0.008972167969 +-0.072753906250 +-0.071777343750 +0.012878417969 +0.060546875000 +-0.070800781250 +0.091308593750 +-0.056640625000 +0.145507812500 +0.179687500000 +-0.045166015625 +0.012207031250 +-0.096191406250 +0.085937500000 +-0.133789062500 +-0.188476562500 +-0.010864257812 +-0.104492187500 +-0.101074218750 +0.052001953125 +0.045654296875 +-0.062011718750 +0.114746093750 +-0.021362304688 +-0.226562500000 +0.010986328125 +0.141601562500 +-0.006652832031 +-0.173828125000 +-0.025634765625 +-0.112792968750 +-0.091796875000 +-0.100097656250 +0.168945312500 +0.035644531250 +-0.013671875000 +0.072265625000 +0.093261718750 +-0.046386718750 +0.020629882812 +-0.096191406250 +0.063964843750 +-0.090820312500 +-0.023437500000 +-0.065429687500 +0.000549316406 +0.070800781250 +0.069335937500 +-0.029785156250 +0.129882812500 +0.067871093750 +0.042724609375 +-0.242187500000 +-0.072265625000 +-0.089843750000 +0.033935546875 +-0.000957489014 +0.129882812500 +-0.076171875000 +0.084472656250 +0.031494140625 +-0.146484375000 +-0.275390625000 +-0.011596679688 +-0.061523437500 +0.246093750000 +-0.051757812500 +-0.081542968750 +0.151367187500 +-0.058837890625 +-0.034179687500 +0.181640625000 +-0.001403808594 +0.009216308594 +0.197265625000 +0.059814453125 +-0.016967773438 +0.048095703125 +0.071289062500 +-0.011779785156 +-0.182617187500 +0.148437500000 +-0.022094726562 +0.082519531250 +0.009460449219 +0.041748046875 +0.061523437500 +0.022949218750 +-0.013732910156 +-0.029663085938 +0.016601562500 +-0.151367187500 +-0.017089843750 +0.052001953125 +-0.028442382812 +-0.105957031250 +-0.009948730469 +-0.202148437500 +-0.157226562500 +-0.028686523438 +-0.049560546875 +0.025512695312 +0.010070800781 +0.112304687500 +-0.077636718750 +-0.041015625000 +-0.042968750000 +-0.005065917969 +-0.130859375000 +-0.219726562500 +0.045654296875 +0.067382812500 +0.024780273438 +-0.028686523438 +-0.083496093750 +-0.201171875000 +0.082031250000 +-0.224609375000 +0.054687500000 +0.086425781250 +0.104980468750 +-0.149414062500 +0.033447265625 +-0.029663085938 +0.164062500000 +-0.155273437500 +-0.024291992188 +0.009155273438 +-0.102050781250 +0.071777343750 +-0.072753906250 +0.075683593750 +-0.036865234375 +-0.072753906250 +0.042480468750 +-0.089355468750 +0.015319824219 +0.204101562500 +-0.105957031250 +-0.059570312500 +0.220703125000 +-0.033691406250 +0.042236328125 +-0.073730468750 +0.125976562500 +-0.066894531250 +-0.194335937500 +-0.076660156250 +-0.113769531250 +-0.192382812500 +0.046630859375 +-0.028686523438 +0.203125000000 +-0.077148437500 +0.074707031250 +-0.011901855469 +0.015441894531 +-0.068359375000 +0.024780273438 +-0.015380859375 +0.010070800781 +-0.054931640625 +0.014404296875 +-0.024658203125 +0.080566406250 +-0.077636718750 +-0.017944335938 +0.102539062500 +-0.001869201660 +0.037109375000 +-0.029052734375 +0.246093750000 +0.138671875000 +0.083496093750 +0.010009765625 +-0.009338378906 +0.023315429688 +-0.078613281250 +-0.125976562500 +0.023925781250 +0.115722656250 +0.234375000000 +-0.011474609375 +0.076660156250 +0.007873535156 +0.067382812500 +-0.035400390625 +0.066406250000 +-0.110351562500 +-0.005584716797 +0.041503906250 +-0.154296875000 +-0.059326171875 +0.183593750000 +-0.085937500000 +-0.090332031250 +0.098144531250 +0.033203125000 +-0.104003906250 +-0.035400390625 +0.048828125000 +-0.149414062500 +-0.134765625000 +-0.139648437500 +-0.291015625000 +0.013671875000 +-0.144531250000 +0.233398437500 +-0.235351562500 +0.147460937500 +0.142578125000 +-0.005981445312 +-0.040771484375 +0.010375976562 +-0.038330078125 +0.061767578125 +0.203125000000 +-0.099609375000 +-0.090332031250 +-0.149414062500 +0.073242187500 +0.010192871094 +0.106933593750 +-0.022705078125 +-0.063476562500 +-0.179687500000 +0.023071289062 +-0.136718750000 +0.059326171875 +0.001159667969 +0.023437500000 +0.118164062500 +0.100097656250 +0.013244628906 +-0.064453125000 +-0.053955078125 +0.136718750000 +-0.044189453125 +0.036132812500 +0.097656250000 +-0.186523437500 +-0.083496093750 +0.201171875000 +0.010925292969 +0.001808166504 +-0.002624511719 +0.070312500000 +0.043945312500 +0.166015625000 +0.020996093750 +-0.021850585938 +0.063476562500 +0.072265625000 +-0.045654296875 +-0.025512695312 +-0.008728027344 +-0.196289062500 +-0.130859375000 +-0.037353515625 +0.027709960938 +0.070312500000 +0.004425048828 +0.079589843750 +-0.126953125000 +-0.086914062500 +-0.002090454102 +0.174804687500 +0.079101562500 +-0.104003906250 +-0.273437500000 +0.001983642578 +-0.059082031250 +0.043212890625 +0.195312500000 +0.082519531250 +0.061279296875 +-0.062255859375 +-0.091796875000 +0.000766754150 +0.047119140625 +-0.157226562500 +-0.064453125000 +-0.170898437500 +-0.062988281250 +-0.040283203125 +-0.006195068359 +-0.068847656250 +-0.008483886719 +-0.200195312500 +-0.055175781250 +0.089843750000 +-0.023559570312 +-0.113281250000 +-0.124023437500 +0.015991210938 +0.053466796875 +0.102050781250 +-0.149414062500 +-0.025512695312 +-0.010620117188 +-0.079101562500 +0.041259765625 +0.304687500000 +0.100097656250 +0.020996093750 +0.161132812500 +0.097656250000 +-0.085449218750 +0.039550781250 +0.143554687500 +0.008789062500 +0.014526367188 +0.083007812500 +-0.255859375000 +0.059570312500 +0.009277343750 +0.026855468750 +0.004302978516 +0.072753906250 +0.221679687500 +0.141601562500 +-0.148437500000 +0.046142578125 +0.154296875000 +0.179687500000 +0.128906250000 +0.165039062500 +0.259765625000 +-0.322265625000 +0.092285156250 +0.109375000000 +0.113281250000 +-0.044921875000 +-0.036132812500 +-0.180664062500 +-0.060546875000 +-0.036621093750 +0.134765625000 +-0.068359375000 +-0.180664062500 +0.033691406250 +-0.009155273438 +-0.106445312500 +-0.080078125000 +-0.028930664062 +-0.172851562500 +-0.034912109375 +0.119628906250 +-0.106445312500 +0.039062500000 +0.056152343750 +0.113769531250 +0.134765625000 +0.127929687500 +0.050537109375 +0.101562500000 +-0.127929687500 +-0.082031250000 +-0.070312500000 +-0.115234375000 +-0.070800781250 +-0.065429687500 +-0.045654296875 +0.039062500000 +0.104980468750 +-0.108398437500 +-0.013183593750 +0.001869201660 +-0.002166748047 +-0.033203125000 +-0.066894531250 +-0.111816406250 +-0.104980468750 +0.187500000000 +0.071289062500 +-0.189453125000 +-0.143554687500 +0.021118164062 +-0.055664062500 +-0.030517578125 +-0.038085937500 +-0.057373046875 +-0.107421875000 +-0.044433593750 +-0.052978515625 +0.027221679688 +-0.079589843750 +-0.039306640625 +0.007049560547 +-0.108398437500 +-0.318359375000 +-0.118652343750 +-0.034912109375 +0.101074218750 +0.074707031250 +0.157226562500 +-0.124023437500 +-0.029785156250 +-0.029296875000 +0.052490234375 +0.009399414062 +-0.078125000000 +-0.099609375000 +-0.013488769531 +0.115722656250 +0.008239746094 +-0.035400390625 +-0.090820312500 +-0.192382812500 +-0.056884765625 +0.055664062500 +0.044433593750 +-0.051025390625 +-0.089843750000 +-0.045410156250 +-0.108398437500 +-0.015747070312 +0.017822265625 +-0.052490234375 +0.051269531250 +0.111328125000 +0.059082031250 +-0.080566406250 +0.031738281250 +0.036132812500 +0.041015625000 +0.002334594727 +0.190429687500 +0.208984375000 +-0.039306640625 +-0.058105468750 +0.306640625000 +-0.045898437500 +0.166992187500 +-0.188476562500 +0.246093750000 +-0.043457031250 +-0.184570312500 +0.168945312500 +-0.038574218750 +0.040771484375 +0.077148437500 +-0.094238281250 +0.057617187500 +-0.044921875000 +0.243164062500 +0.038330078125 +0.123535156250 +-0.052978515625 +0.214843750000 +0.088378906250 +-0.033203125000 +-0.037353515625 +-0.011474609375 +-0.036621093750 +-0.042480468750 +0.031738281250 +0.012207031250 +0.034423828125 +-0.054931640625 +0.046875000000 +0.052734375000 +-0.032226562500 +-0.002868652344 +-0.102050781250 +0.182617187500 +0.053710937500 +-0.001983642578 +-0.011901855469 +-0.003479003906 +0.006652832031 +0.016601562500 +-0.092285156250 +0.031494140625 +-0.034667968750 +0.036621093750 +0.017211914062 +0.195312500000 +-0.021850585938 +-0.091796875000 +-0.071777343750 +-0.190429687500 +0.024658203125 +0.105468750000 +-0.074218750000 +-0.247070312500 +0.116699218750 +-0.018676757812 +-0.089355468750 +-0.026977539062 +-0.118652343750 +-0.337890625000 +-0.162109375000 +0.064941406250 +0.179687500000 +0.001510620117 +-0.121582031250 +0.010131835938 +0.176757812500 +-0.154296875000 +0.035156250000 +-0.147460937500 +-0.031738281250 +0.030761718750 +0.072753906250 +-0.062255859375 +-0.048095703125 +0.076171875000 +0.011413574219 +-0.024047851562 +-0.087890625000 +-0.056152343750 +-0.103515625000 +0.226562500000 +0.105468750000 +-0.034667968750 +0.057128906250 +0.209960937500 +-0.148437500000 +-0.014709472656 +-0.127929687500 +0.012817382812 +-0.062011718750 +-0.100097656250 +-0.135742187500 +-0.026245117188 +-0.108398437500 +-0.001647949219 +-0.052490234375 +0.042968750000 +0.026245117188 +0.066894531250 +-0.135742187500 +0.081542968750 +0.127929687500 +-0.017578125000 +-0.163085937500 +-0.046630859375 +0.014709472656 +-0.031494140625 +-0.005615234375 +0.039306640625 +-0.124023437500 +0.067871093750 +-0.154296875000 +-0.111328125000 +-0.014404296875 +0.007232666016 +0.076660156250 +-0.166015625000 +0.040527343750 +-0.082519531250 +0.035156250000 +-0.077148437500 +-0.036865234375 +-0.065429687500 +-0.049316406250 +0.126953125000 +-0.073730468750 +0.005950927734 +0.081054687500 +-0.062988281250 +0.010559082031 +0.089355468750 +-0.113769531250 +-0.061035156250 +-0.048828125000 +-0.101074218750 +0.002288818359 +0.004089355469 +0.000709533691 +0.230468750000 +-0.083984375000 +0.036376953125 +-0.000446319580 +-0.002944946289 +-0.185546875000 +0.057861328125 +0.182617187500 +0.076660156250 +-0.078613281250 +0.118164062500 +-0.055908203125 +0.103027343750 +0.109375000000 +0.054687500000 +0.021606445312 +-0.062988281250 +-0.199218750000 +-0.124511718750 +-0.060546875000 +0.007385253906 +-0.093261718750 +-0.021362304688 +0.057861328125 +-0.058349609375 +-0.048339843750 +-0.015319824219 +-0.008361816406 +-0.066894531250 +0.099121093750 +0.042724609375 +0.041748046875 +0.046386718750 +0.011413574219 +-0.002670288086 +0.120117187500 +0.085937500000 +0.175781250000 +0.003967285156 +0.050292968750 +-0.028930664062 +0.078125000000 +0.032958984375 +-0.091308593750 +-0.010925292969 +0.162109375000 +0.043212890625 +-0.093750000000 +-0.024536132812 +0.016601562500 +-0.096679687500 +0.085937500000 +0.045166015625 +-0.108886718750 +-0.002685546875 +0.104492187500 +-0.102539062500 +-0.380859375000 +0.124023437500 +-0.055419921875 +0.106933593750 +0.008056640625 +0.109375000000 +-0.125000000000 +-0.120605468750 +0.059814453125 +0.023681640625 +-0.084472656250 +-0.137695312500 +-0.029541015625 +0.117187500000 +-0.041992187500 +-0.042236328125 +0.079101562500 +0.014831542969 +0.061035156250 +-0.060302734375 +0.036865234375 +0.132812500000 +-0.030639648438 +-0.008483886719 +-0.129882812500 +-0.131835937500 +0.203125000000 +0.083496093750 +-0.002609252930 +-0.265625000000 +0.177734375000 +-0.069335937500 +-0.081054687500 +0.021240234375 +0.016357421875 +0.109863281250 +0.033935546875 +-0.027099609375 +-0.038330078125 +0.010803222656 +0.072265625000 +-0.007324218750 +0.166015625000 +-0.142578125000 +0.007019042969 +-0.199218750000 +-0.097656250000 +-0.005828857422 +0.015502929688 +0.017578125000 +-0.087402343750 +0.120605468750 +0.227539062500 +-0.045654296875 +0.005950927734 +0.093261718750 +0.044189453125 +-0.224609375000 +0.019775390625 +-0.251953125000 +0.062500000000 +0.029418945312 +-0.112792968750 +0.093750000000 +-0.029907226562 +0.073242187500 +0.044921875000 +-0.127929687500 +-0.058837890625 +-0.114746093750 +0.028320312500 +-0.032958984375 +-0.017944335938 +-0.137695312500 +-0.084960937500 +0.074707031250 +0.051757812500 +-0.136718750000 +0.137695312500 +0.168945312500 +0.051513671875 +0.062988281250 +-0.296875000000 +-0.085937500000 +-0.003723144531 +-0.072753906250 +-0.168945312500 +0.093750000000 +-0.101074218750 +-0.126953125000 +0.016723632812 +0.082031250000 +-0.194335937500 +-0.306640625000 +0.050781250000 +-0.052978515625 +-0.003067016602 +0.245117187500 +-0.043945312500 +0.054199218750 +0.000324249268 +0.028442382812 +-0.077148437500 +0.107421875000 +0.062988281250 +-0.030151367188 +-0.009155273438 +-0.061767578125 +0.065429687500 +-0.004241943359 +0.019165039062 +0.002105712891 +0.006561279297 +-0.115234375000 +-0.015441894531 +0.130859375000 +0.103515625000 +0.089843750000 +0.057373046875 +-0.104980468750 +0.115234375000 +0.162109375000 +0.062988281250 +-0.249023437500 +0.021484375000 +0.084472656250 +-0.044677734375 +0.108398437500 +0.060791015625 +-0.078125000000 +-0.009948730469 +-0.031738281250 +-0.208984375000 +0.285156250000 +-0.056884765625 +-0.040039062500 +-0.015319824219 +0.004364013672 +0.125976562500 +0.009826660156 +0.052734375000 +-0.039550781250 +-0.105957031250 +-0.163085937500 +-0.034179687500 +-0.083984375000 +-0.091796875000 +-0.093261718750 +-0.153320312500 +-0.053955078125 +-0.097167968750 +-0.219726562500 +-0.207031250000 +-0.041503906250 +0.084960937500 +0.004455566406 +0.227539062500 +-0.018554687500 +0.123046875000 +-0.075195312500 +0.150390625000 +-0.032714843750 +0.015319824219 +-0.000147819519 +0.065429687500 +-0.026123046875 +-0.016235351562 +-0.102050781250 +-0.010253906250 +0.195312500000 +0.059326171875 +0.172851562500 +0.027221679688 +-0.036132812500 +0.008422851562 +0.049072265625 +-0.138671875000 +0.075683593750 +-0.071777343750 +-0.020751953125 +0.041259765625 +0.075195312500 +0.031250000000 +0.015441894531 +0.106933593750 +-0.087890625000 +-0.039306640625 +0.092773437500 +-0.031494140625 +-0.003265380859 +-0.149414062500 +0.051269531250 +-0.043212890625 +0.080566406250 +-0.057617187500 +-0.013610839844 +0.019042968750 +0.020874023438 +-0.008422851562 +-0.112792968750 +0.065917968750 +-0.009765625000 +0.062011718750 +0.259765625000 +-0.083496093750 +-0.011047363281 +-0.084472656250 +-0.026855468750 +0.072265625000 +-0.136718750000 +-0.092773437500 +-0.076171875000 +-0.123046875000 +0.146484375000 +0.024902343750 +0.144531250000 +0.118164062500 +-0.022094726562 +-0.206054687500 +0.135742187500 +0.124511718750 +-0.042480468750 +0.014709472656 +0.023925781250 +-0.154296875000 +0.047119140625 +-0.024291992188 +-0.008850097656 +0.105957031250 +0.004669189453 +-0.015136718750 +0.081054687500 +0.067871093750 +0.074707031250 +0.018066406250 +0.033447265625 +0.041503906250 +0.039062500000 +0.088378906250 +0.002044677734 +0.090820312500 +0.084960937500 +-0.029663085938 +0.069335937500 +0.055908203125 +0.120117187500 +0.017333984375 +-0.023559570312 +-0.139648437500 +-0.125000000000 +0.062988281250 +-0.090820312500 +-0.034912109375 +0.062011718750 +-0.094726562500 +0.125000000000 +-0.062500000000 +0.136718750000 +-0.100585937500 +-0.239257812500 +-0.179687500000 +-0.029541015625 +-0.008544921875 +0.142578125000 +0.023681640625 +0.026245117188 +0.093261718750 +-0.156250000000 +0.031982421875 +0.145507812500 +0.026000976562 +-0.112792968750 +-0.115234375000 +-0.062255859375 +0.152343750000 +0.263671875000 +-0.049072265625 +0.086425781250 +0.052978515625 +0.033203125000 +0.133789062500 +-0.100097656250 +-0.075683593750 +0.092285156250 +0.119628906250 +0.041748046875 +-0.036865234375 +-0.004760742188 +0.017333984375 +-0.024780273438 +-0.060791015625 +0.014648437500 +-0.034912109375 +0.021118164062 +-0.095703125000 +-0.090332031250 +-0.036132812500 +0.047607421875 +-0.085937500000 +-0.267578125000 +-0.105468750000 +0.018676757812 +-0.092773437500 +-0.018676757812 +0.013732910156 +-0.153320312500 +-0.060791015625 +-0.097656250000 +0.033691406250 +-0.132812500000 +0.179687500000 +-0.068359375000 +-0.199218750000 +-0.036865234375 +0.048583984375 +-0.009338378906 +0.159179687500 +0.079589843750 +-0.048095703125 +-0.205078125000 +0.191406250000 +-0.187500000000 +0.071777343750 +-0.077148437500 +0.000556945801 +-0.228515625000 +-0.037109375000 +-0.195312500000 +0.077636718750 +0.033691406250 +0.004913330078 +-0.072265625000 +0.052978515625 +0.208007812500 +-0.073730468750 +0.102050781250 +-0.207031250000 +0.141601562500 +0.013793945312 +-0.029907226562 +-0.063476562500 +0.021972656250 +0.037841796875 +0.102539062500 +-0.009948730469 +0.216796875000 +-0.140625000000 +0.022705078125 +-0.012512207031 +0.086914062500 +-0.058105468750 +0.073730468750 +-0.023193359375 +-0.067382812500 +-0.010375976562 +-0.109863281250 +-0.011047363281 +-0.042968750000 +0.135742187500 +0.076660156250 +0.005432128906 +-0.042724609375 +-0.078613281250 +-0.098144531250 +0.126953125000 +-0.154296875000 +-0.125976562500 +-0.057861328125 +-0.056396484375 +-0.038818359375 +-0.187500000000 +0.069824218750 +0.080566406250 +0.194335937500 +0.067871093750 +0.123535156250 +-0.138671875000 +-0.093750000000 +0.128906250000 +-0.353515625000 +-0.117675781250 +-0.132812500000 +-0.163085937500 +0.054443359375 +0.380859375000 +-0.105957031250 +-0.007812500000 +0.034912109375 +-0.003158569336 +0.196289062500 +0.020751953125 +0.129882812500 +0.210937500000 +-0.064941406250 +0.047607421875 +-0.139648437500 +-0.066894531250 +0.141601562500 +-0.048828125000 +-0.174804687500 +0.023559570312 +0.194335937500 +0.090332031250 +-0.066894531250 +0.044921875000 +0.030883789062 +0.110839843750 +0.052246093750 +0.103027343750 +0.032714843750 +0.125000000000 +-0.081542968750 +0.027832031250 +0.017333984375 +0.035156250000 +-0.051269531250 +-0.050537109375 +0.082031250000 +-0.050781250000 +0.102050781250 +-0.186523437500 +-0.212890625000 +0.179687500000 +0.114257812500 +-0.005615234375 +0.214843750000 +0.034423828125 +0.099121093750 +-0.113281250000 +-0.090332031250 +-0.125976562500 +0.008911132812 +0.047607421875 +0.043212890625 +-0.070312500000 +-0.114746093750 +-0.028198242188 +-0.127929687500 +0.035888671875 +0.087402343750 +0.003433227539 +-0.016357421875 +0.298828125000 +-0.253906250000 +-0.149414062500 +0.179687500000 +0.059326171875 +0.047119140625 +-0.067382812500 +-0.028564453125 +0.059082031250 +-0.094726562500 +-0.066894531250 +0.028686523438 +-0.071289062500 +-0.122070312500 +0.036132812500 +0.020263671875 +0.124023437500 +-0.014343261719 +-0.067382812500 +-0.238281250000 +-0.158203125000 +0.069335937500 +-0.004974365234 +0.068847656250 +-0.110839843750 +0.265625000000 +0.041259765625 +0.172851562500 +0.279296875000 +0.146484375000 +0.069335937500 +0.203125000000 +-0.031494140625 +0.175781250000 +0.020629882812 +0.173828125000 +-0.024536132812 +0.115722656250 +0.053466796875 +0.015747070312 +-0.128906250000 +0.010559082031 +0.224609375000 +0.010620117188 +-0.049560546875 +-0.008117675781 +-0.075195312500 +-0.011596679688 +-0.071777343750 +0.030517578125 +-0.127929687500 +-0.000421524048 +-0.038818359375 +0.083007812500 +-0.298828125000 +0.034179687500 +-0.106445312500 +-0.004913330078 +-0.034423828125 +-0.126953125000 +0.078125000000 +0.212890625000 +-0.107910156250 +-0.123535156250 +-0.020874023438 +0.011840820312 +0.157226562500 +-0.021728515625 +0.220703125000 +0.013549804688 +-0.150390625000 +0.033203125000 +-0.151367187500 +0.114257812500 +0.026367187500 +0.062988281250 +0.063476562500 +0.039550781250 +0.133789062500 +0.029296875000 +0.132812500000 +-0.024047851562 +-0.008239746094 +-0.191406250000 +0.031005859375 +0.035888671875 +-0.178710937500 +0.016845703125 +0.128906250000 +0.022583007812 +-0.015075683594 +0.046386718750 +-0.108886718750 +-0.078613281250 +-0.094726562500 +0.036865234375 +0.073730468750 +0.030639648438 +-0.077148437500 +-0.013244628906 +-0.057128906250 +-0.027221679688 +-0.029785156250 +-0.110351562500 +0.052978515625 +0.125000000000 +-0.166992187500 +0.103027343750 +-0.298828125000 +-0.024658203125 +0.006164550781 +-0.131835937500 +0.041992187500 +0.082031250000 +-0.031738281250 +-0.070312500000 +0.066406250000 +-0.062500000000 +0.094726562500 +0.050537109375 +-0.091308593750 +0.175781250000 +0.005035400391 +-0.032714843750 +0.098144531250 +-0.094238281250 +-0.015502929688 +0.037597656250 +-0.100097656250 +0.018676757812 +-0.019775390625 +-0.089843750000 +-0.025024414062 +-0.064941406250 +0.001396179199 +-0.077636718750 +-0.110351562500 +-0.153320312500 +0.104492187500 +-0.110839843750 +-0.015869140625 +0.031738281250 +0.013977050781 +-0.027832031250 +-0.139648437500 +-0.109375000000 +-0.077636718750 +0.093261718750 +0.018798828125 +-0.112792968750 +0.008666992188 +0.138671875000 +-0.107910156250 +-0.036132812500 +0.011779785156 +0.009582519531 +-0.012084960938 +-0.343750000000 +0.304687500000 +0.024414062500 +0.001670837402 +0.016357421875 +-0.007141113281 +0.030395507812 +-0.029418945312 +-0.101562500000 +0.023681640625 +-0.148437500000 +-0.091308593750 +-0.028564453125 +-0.091308593750 +0.054687500000 +0.070800781250 +-0.263671875000 +-0.048095703125 +-0.133789062500 +0.065917968750 +0.149414062500 +-0.075683593750 +-0.085937500000 +-0.051025390625 +0.112792968750 +0.239257812500 +0.003768920898 +0.047363281250 +0.136718750000 +0.144531250000 +0.031494140625 +-0.052734375000 +-0.283203125000 +-0.376953125000 +0.031494140625 +0.000595092773 +0.092285156250 +0.221679687500 +0.056884765625 +-0.074707031250 +-0.028564453125 +-0.041259765625 +-0.294921875000 +0.099609375000 +-0.021484375000 +0.005065917969 +-0.057128906250 +0.046630859375 +0.011535644531 +0.088867187500 +0.116210937500 +0.054199218750 +0.012756347656 +-0.057128906250 +-0.222656250000 +-0.084960937500 +-0.100585937500 +0.104980468750 +0.054443359375 +0.015869140625 +-0.076171875000 +-0.033691406250 +-0.074218750000 +-0.049072265625 +0.032226562500 +-0.037109375000 +-0.111328125000 +0.025268554688 +-0.126953125000 +0.073242187500 +-0.009033203125 +-0.001197814941 +-0.031250000000 +0.039794921875 +-0.209960937500 +-0.031738281250 +0.153320312500 +0.029907226562 +0.034667968750 +-0.015502929688 +-0.105957031250 +0.065917968750 +0.086914062500 +-0.028198242188 +-0.045410156250 +-0.037353515625 +-0.014587402344 +-0.053955078125 +-0.131835937500 +-0.082519531250 +-0.025268554688 +-0.151367187500 +-0.097656250000 +0.076660156250 +-0.205078125000 +0.043945312500 +0.067382812500 +0.026611328125 +0.007995605469 +0.044677734375 +0.023559570312 +0.208984375000 +0.079589843750 +0.023193359375 +-0.139648437500 +0.163085937500 +-0.179687500000 +0.043457031250 +0.069824218750 +-0.090332031250 +-0.166992187500 +0.051757812500 +0.053710937500 +-0.177734375000 +0.193359375000 +-0.038818359375 +-0.127929687500 +0.013061523438 +0.105468750000 +0.111328125000 +-0.141601562500 +0.026855468750 +-0.022338867188 +-0.057373046875 +-0.011413574219 +0.070800781250 +-0.037841796875 +-0.127929687500 +0.081542968750 +-0.016235351562 +0.046875000000 +-0.028198242188 +-0.089355468750 +-0.051757812500 +0.010803222656 +-0.101562500000 +-0.115722656250 +0.043212890625 +0.010009765625 +0.018310546875 +0.081542968750 +0.062011718750 +0.054931640625 +0.051513671875 +0.094726562500 +0.004272460938 +0.017944335938 +-0.084472656250 +-0.056640625000 +0.066894531250 +-0.007293701172 +-0.149414062500 +-0.131835937500 +0.007232666016 +-0.016967773438 +0.099609375000 +0.062988281250 +0.044433593750 +0.132812500000 +-0.042236328125 +0.150390625000 +-0.017700195312 +0.084472656250 +-0.191406250000 +-0.071289062500 +-0.077148437500 +0.118164062500 +-0.140625000000 +0.146484375000 +-0.024536132812 +0.061767578125 +-0.024536132812 +0.018188476562 +0.131835937500 +-0.092285156250 +-0.055175781250 +-0.125976562500 +-0.248046875000 +-0.066894531250 +-0.095214843750 +0.152343750000 +0.026977539062 +-0.241210937500 +0.099609375000 +0.003860473633 +0.086425781250 +-0.075683593750 +-0.172851562500 +0.027832031250 +0.008544921875 +0.031127929688 +-0.050048828125 +-0.116699218750 +-0.183593750000 +-0.005157470703 +0.079589843750 +0.002304077148 +0.093261718750 +-0.066406250000 +0.034667968750 +0.049804687500 +0.080566406250 +-0.050292968750 +-0.013305664062 +-0.099121093750 +-0.142578125000 +0.104003906250 +-0.007507324219 +-0.114257812500 +-0.306640625000 +0.041259765625 +0.112792968750 +-0.114257812500 +-0.085449218750 +-0.026245117188 +-0.047119140625 +0.000614166260 +0.126953125000 +0.042480468750 +-0.209960937500 +0.016235351562 +-0.010070800781 +0.024291992188 +-0.095703125000 +-0.008178710938 +-0.008422851562 +0.107421875000 +-0.097656250000 +0.069335937500 +0.142578125000 +0.111328125000 +0.029785156250 +0.003631591797 +0.164062500000 +0.170898437500 +-0.120605468750 +-0.086914062500 +0.035400390625 +0.131835937500 +0.078125000000 +0.111328125000 +-0.227539062500 +-0.089355468750 +0.198242187500 +0.077148437500 +-0.055419921875 +-0.103027343750 +-0.044189453125 +0.016357421875 +-0.052490234375 +-0.066406250000 +0.049072265625 +-0.058349609375 +-0.032714843750 +0.064453125000 +0.075683593750 +-0.038330078125 +0.055664062500 +0.059082031250 +-0.061767578125 +0.160156250000 +-0.111328125000 +-0.113281250000 +0.022583007812 +0.072753906250 +0.104980468750 +0.006713867188 +-0.223632812500 +0.051757812500 +-0.251953125000 +-0.005462646484 +0.111816406250 +0.246093750000 +-0.064453125000 +0.015441894531 +0.269531250000 +0.042724609375 +-0.139648437500 +0.104980468750 +0.180664062500 +0.275390625000 +0.291015625000 +-0.098632812500 +0.057861328125 +-0.049804687500 +0.158203125000 +-0.091308593750 +-0.012084960938 +-0.044189453125 +-0.181640625000 +-0.082031250000 +0.151367187500 +0.031494140625 +0.011108398438 +-0.016845703125 +0.085449218750 +0.105468750000 +-0.367187500000 +-0.080078125000 +-0.107421875000 +-0.127929687500 +0.027221679688 +-0.190429687500 +0.037109375000 +-0.261718750000 +-0.202148437500 +0.077636718750 +-0.010437011719 +0.067382812500 +0.054931640625 +-0.051269531250 +0.023559570312 +0.017700195312 +-0.306640625000 +0.004302978516 +0.110351562500 +0.047851562500 +0.033935546875 +-0.047363281250 +-0.052001953125 +-0.069824218750 +0.019531250000 +0.014587402344 +-0.011657714844 +0.012634277344 +-0.104980468750 +0.044189453125 +0.037597656250 +0.122558593750 +-0.017578125000 +-0.089843750000 +-0.012512207031 +-0.038818359375 +-0.101562500000 +0.035888671875 +0.176757812500 +-0.057373046875 +0.035400390625 +0.070312500000 +-0.009155273438 +-0.069335937500 +0.088378906250 +0.054687500000 +0.054443359375 +-0.124023437500 +0.020996093750 +0.112792968750 +-0.187500000000 +0.090332031250 +0.024780273438 +-0.058593750000 +-0.040527343750 +-0.046875000000 +0.083007812500 +-0.099121093750 +0.118652343750 +-0.042236328125 +-0.003234863281 +-0.008850097656 +-0.054687500000 +0.059082031250 +0.044433593750 +-0.039550781250 +0.154296875000 +0.045410156250 +0.161132812500 +-0.039794921875 +-0.164062500000 +0.179687500000 +-0.231445312500 +0.130859375000 +-0.125000000000 +0.173828125000 +0.071777343750 +0.092773437500 +-0.057617187500 +-0.003601074219 +-0.072265625000 +0.054687500000 +-0.063964843750 +0.086914062500 +-0.001998901367 +-0.110351562500 +0.010925292969 +0.047119140625 +-0.003494262695 +-0.017578125000 +-0.028808593750 +0.031982421875 +-0.117187500000 +-0.002655029297 +-0.044433593750 +-0.123046875000 +0.001197814941 +0.155273437500 +-0.049072265625 +-0.080078125000 +0.063964843750 +0.009033203125 +-0.116699218750 +0.085449218750 +-0.000560760498 +-0.041503906250 +0.043701171875 +0.154296875000 +0.165039062500 +-0.162109375000 +-0.029907226562 +-0.014404296875 +-0.086425781250 +0.201171875000 +-0.149414062500 +-0.159179687500 +0.100585937500 +0.073730468750 +-0.011413574219 +-0.081054687500 +0.055175781250 +0.092285156250 +-0.032226562500 +-0.113281250000 +0.021362304688 +0.008789062500 +0.157226562500 +0.075195312500 +-0.246093750000 +-0.055664062500 +0.191406250000 +0.119140625000 +-0.110351562500 +-0.271484375000 +0.069335937500 +-0.072753906250 +-0.050292968750 +-0.182617187500 +-0.054687500000 +0.031250000000 +0.024902343750 +-0.064453125000 +0.000503540039 +0.023071289062 +-0.060791015625 +-0.201171875000 +0.138671875000 +0.152343750000 +-0.053710937500 +0.044189453125 +0.015136718750 +0.034179687500 +-0.135742187500 +-0.060546875000 +-0.008789062500 +-0.047363281250 +0.016479492188 +0.002471923828 +0.028808593750 +-0.026000976562 +0.191406250000 +0.088378906250 +-0.035156250000 +0.052246093750 +-0.041992187500 +0.062500000000 +-0.066894531250 +-0.145507812500 +-0.067382812500 +-0.049560546875 +-0.093750000000 +-0.018432617188 +0.112792968750 +-0.055664062500 +-0.137695312500 +0.160156250000 +-0.219726562500 +-0.209960937500 +-0.084960937500 +0.040283203125 +0.102539062500 +0.049316406250 +-0.017822265625 +0.302734375000 +-0.263671875000 +-0.027954101562 +-0.026245117188 +-0.002716064453 +-0.135742187500 +0.045166015625 +-0.192382812500 +-0.069335937500 +0.145507812500 +-0.006225585938 +-0.168945312500 +-0.040283203125 +0.013793945312 +0.027587890625 +-0.024780273438 +-0.137695312500 +-0.082031250000 +-0.016723632812 +-0.049072265625 +0.008789062500 +-0.112792968750 +-0.119628906250 +-0.034423828125 +-0.081542968750 +-0.020751953125 +-0.027832031250 +-0.105468750000 +0.129882812500 +0.082031250000 +-0.140625000000 +0.130859375000 +-0.055175781250 +0.022583007812 +0.077148437500 +0.003768920898 +-0.101562500000 +0.022705078125 +0.043457031250 +0.005004882812 +-0.015319824219 +-0.062500000000 +-0.135742187500 +-0.104980468750 +-0.010192871094 +-0.121093750000 +-0.016845703125 +-0.221679687500 +0.076660156250 +0.094238281250 +-0.038818359375 +0.073242187500 +-0.089355468750 +-0.144531250000 +0.023925781250 +-0.004211425781 +-0.025024414062 +0.004608154297 +0.167968750000 +-0.015991210938 +0.072753906250 +-0.005004882812 +0.001052856445 +-0.004547119141 +0.083984375000 +0.001930236816 +-0.058349609375 +0.002197265625 +-0.149414062500 +0.014465332031 +-0.039062500000 +0.155273437500 +-0.046630859375 +0.033935546875 +0.202148437500 +-0.036376953125 +-0.010559082031 +-0.090332031250 +-0.107910156250 +-0.010070800781 +-0.031982421875 +-0.058837890625 +0.073730468750 +-0.149414062500 +-0.042236328125 +0.150390625000 +0.028686523438 +-0.023071289062 +-0.056640625000 +0.094238281250 +-0.079101562500 +0.047119140625 +0.002929687500 +-0.269531250000 +0.045410156250 +0.089843750000 +0.009765625000 +-0.091308593750 +0.177734375000 +0.042968750000 +-0.098632812500 +0.035156250000 +-0.182617187500 +0.062011718750 +0.058593750000 +0.033447265625 +-0.106933593750 +-0.042724609375 +-0.095214843750 +0.098632812500 +0.060302734375 +-0.126953125000 +-0.077148437500 +0.027099609375 +0.162109375000 +0.238281250000 +-0.088378906250 +-0.038574218750 +-0.020263671875 +0.142578125000 +0.294921875000 +-0.031982421875 +0.021240234375 +0.047607421875 +0.005310058594 +-0.255859375000 +-0.190429687500 +0.225585937500 +-0.062500000000 +-0.008605957031 +-0.023925781250 +-0.185546875000 +0.124023437500 +0.049804687500 +-0.065429687500 +0.010559082031 +-0.152343750000 +0.168945312500 +0.090820312500 +-0.076660156250 +0.083984375000 +-0.006774902344 +-0.207031250000 +-0.175781250000 +-0.081054687500 +-0.026245117188 +0.251953125000 +0.085937500000 +0.013061523438 +-0.075683593750 +-0.016845703125 +0.136718750000 +-0.110839843750 +-0.019287109375 +0.002609252930 +0.026367187500 +-0.018188476562 +-0.082519531250 +0.067871093750 +0.002197265625 +0.125000000000 +-0.056152343750 +0.020507812500 +-0.017333984375 +0.037353515625 +-0.061767578125 +-0.213867187500 +-0.065429687500 +-0.012329101562 +-0.067382812500 +0.130859375000 +0.033935546875 +0.022094726562 +0.180664062500 +0.056640625000 +-0.235351562500 +-0.079101562500 +-0.157226562500 +0.101074218750 +-0.085449218750 +0.033935546875 +0.130859375000 +-0.117675781250 +-0.035644531250 +0.060302734375 +0.055419921875 +-0.193359375000 +0.005767822266 +0.015136718750 +-0.018920898438 +0.108398437500 +0.028442382812 +-0.115234375000 +0.008728027344 +0.263671875000 +-0.090820312500 +-0.234375000000 +0.139648437500 +0.006713867188 +0.087890625000 +0.070312500000 +0.063964843750 +-0.162109375000 +-0.014526367188 +-0.018920898438 +0.044433593750 +-0.085937500000 +-0.012573242188 +0.006744384766 +0.071777343750 +0.053466796875 +-0.108886718750 +-0.054199218750 +-0.056884765625 +0.209960937500 +0.038574218750 +0.017822265625 +0.075195312500 +-0.010620117188 +-0.128906250000 +-0.057373046875 +-0.028320312500 +-0.077636718750 +0.114746093750 +-0.031494140625 +-0.055175781250 +0.074707031250 +0.099609375000 +0.201171875000 +-0.006835937500 +-0.086425781250 +0.050537109375 +0.015625000000 +-0.134765625000 +-0.096679687500 +-0.125000000000 +-0.033935546875 +0.055664062500 +-0.035156250000 +-0.014221191406 +0.031982421875 +0.078125000000 +-0.072265625000 +0.090332031250 +-0.050048828125 +0.083984375000 +-0.237304687500 +-0.019531250000 +-0.001220703125 +-0.069824218750 +-0.099121093750 +-0.066406250000 +-0.014282226562 +0.059326171875 +0.082031250000 +0.089355468750 +0.207031250000 +0.113769531250 +-0.094238281250 +0.021240234375 +0.005279541016 +0.183593750000 +0.087890625000 +-0.049072265625 +-0.040039062500 +-0.024780273438 +-0.068847656250 +0.075195312500 +-0.106933593750 +0.015136718750 +-0.057128906250 +0.030517578125 +-0.201171875000 +0.178710937500 +-0.012451171875 +-0.094726562500 +-0.169921875000 +-0.101074218750 +-0.194335937500 +-0.115722656250 +-0.089355468750 +0.004211425781 +-0.054443359375 +0.022460937500 +-0.015991210938 +0.032714843750 +-0.027221679688 +-0.041503906250 +-0.054931640625 +-0.149414062500 +0.150390625000 +0.065429687500 +-0.020141601562 +0.120117187500 +0.044677734375 +-0.083984375000 +-0.027832031250 +0.060546875000 +-0.012756347656 +0.149414062500 +-0.082519531250 +-0.166015625000 +0.031982421875 +0.122070312500 +-0.124511718750 +-0.094726562500 +-0.021606445312 +-0.168945312500 +0.143554687500 +-0.022705078125 +-0.079101562500 +-0.029174804688 +0.009582519531 +-0.189453125000 +0.222656250000 +0.174804687500 +-0.059570312500 +-0.014709472656 +-0.103515625000 +0.030883789062 +0.050537109375 +0.042480468750 +0.006134033203 +0.020507812500 +-0.152343750000 +-0.063964843750 +-0.081054687500 +0.054931640625 +-0.153320312500 +-0.060791015625 +0.259765625000 +-0.099121093750 +0.047607421875 +0.028564453125 +0.133789062500 +0.127929687500 +-0.095214843750 +0.069335937500 +0.096679687500 +0.029785156250 +0.017700195312 +0.011596679688 +-0.077636718750 +-0.029174804688 +-0.046875000000 +0.034912109375 +0.015441894531 +0.068359375000 +0.021484375000 +0.070312500000 +-0.143554687500 +-0.205078125000 +-0.039306640625 +0.018920898438 +0.054199218750 +-0.039062500000 +-0.029052734375 +-0.048095703125 +-0.006225585938 +-0.081542968750 +-0.105957031250 +0.046630859375 +-0.178710937500 +-0.086914062500 +-0.026367187500 +-0.011840820312 +0.015258789062 +0.204101562500 +-0.174804687500 +0.016845703125 +-0.003509521484 +-0.007385253906 +0.071777343750 +0.124511718750 +-0.125976562500 +-0.133789062500 +-0.019897460938 +-0.126953125000 +0.053466796875 +-0.162109375000 +0.086425781250 +-0.041259765625 +-0.093261718750 +-0.138671875000 +-0.127929687500 +0.143554687500 +-0.058837890625 +-0.023437500000 +0.138671875000 +-0.066894531250 +0.043212890625 +0.085937500000 +0.271484375000 +-0.072753906250 +-0.088378906250 +-0.038330078125 +-0.019165039062 +0.054199218750 +-0.010253906250 +0.052001953125 +-0.124023437500 +-0.095214843750 +-0.217773437500 +0.075195312500 +0.015502929688 +-0.050537109375 +-0.024169921875 +-0.015869140625 +0.060058593750 +-0.091796875000 +0.055908203125 +0.000568389893 +0.067871093750 +0.061035156250 +0.132812500000 +-0.139648437500 +-0.263671875000 +-0.253906250000 +-0.050537109375 +0.111328125000 +-0.097167968750 +0.036132812500 +0.219726562500 +-0.047119140625 +-0.012145996094 +0.020751953125 +0.066406250000 +-0.071777343750 +0.162109375000 +-0.165039062500 +-0.099121093750 +-0.294921875000 +0.122070312500 +0.148437500000 +0.208984375000 +-0.128906250000 +0.052734375000 +0.053466796875 +-0.043945312500 +-0.021850585938 +-0.279296875000 +0.180664062500 +0.171875000000 +0.023925781250 +0.098144531250 +0.159179687500 +-0.022094726562 +0.004058837891 +-0.000759124756 +0.049072265625 +0.067382812500 +0.050292968750 +0.040527343750 +0.005584716797 +-0.040039062500 +-0.174804687500 +0.004089355469 +0.135742187500 +-0.155273437500 +0.102050781250 +-0.010192871094 +0.136718750000 +0.042480468750 +-0.100585937500 +0.098144531250 +-0.121582031250 +-0.050781250000 +-0.041992187500 +0.169921875000 +-0.033203125000 +0.090332031250 +0.094238281250 +0.018676757812 +-0.102050781250 +0.017944335938 +-0.070800781250 +0.076660156250 +0.109375000000 +-0.057373046875 +0.004821777344 +-0.104980468750 +0.122558593750 +-0.002212524414 +-0.118652343750 +-0.071289062500 +0.326171875000 +0.103027343750 +0.042236328125 +-0.005249023438 +-0.008300781250 +-0.024780273438 +0.108886718750 +-0.104003906250 +0.056152343750 +0.145507812500 +-0.123535156250 +-0.137695312500 +0.137695312500 +0.203125000000 +0.007232666016 +0.025634765625 +-0.050781250000 +0.074218750000 +0.083007812500 +0.094726562500 +-0.141601562500 +0.057128906250 +0.045410156250 +0.170898437500 +-0.238281250000 +0.088867187500 +0.130859375000 +0.108886718750 +0.120117187500 +0.022094726562 +0.041503906250 +0.083007812500 +-0.041015625000 +0.029663085938 +-0.024536132812 +0.087890625000 +-0.125000000000 +0.119628906250 +-0.121093750000 +-0.037109375000 +0.146484375000 +-0.084472656250 +-0.009216308594 +-0.056640625000 +-0.119628906250 +0.021972656250 +-0.096191406250 +0.071777343750 +-0.054199218750 +0.068847656250 +0.167968750000 +-0.089843750000 +0.093261718750 +-0.068847656250 +0.251953125000 +-0.046875000000 +-0.068359375000 +0.047119140625 +-0.025756835938 +0.004821777344 +0.030761718750 +0.010314941406 +-0.074707031250 +-0.167968750000 +0.025512695312 +0.060302734375 +-0.257812500000 +0.020751953125 +0.096679687500 +0.055664062500 +0.172851562500 +-0.091796875000 +-0.144531250000 +0.106933593750 +0.097656250000 +0.230468750000 +-0.097656250000 +-0.065429687500 +0.080566406250 +0.101074218750 +-0.229492187500 +0.057617187500 +-0.120117187500 +-0.032714843750 +0.107910156250 +-0.085449218750 +0.041992187500 +0.194335937500 +-0.058105468750 +0.225585937500 +0.057128906250 +0.213867187500 +-0.141601562500 +-0.164062500000 +0.193359375000 +0.273437500000 +0.093261718750 +-0.030761718750 +-0.027709960938 +0.085449218750 +-0.062500000000 +0.146484375000 +0.084472656250 +-0.073242187500 +0.091796875000 +0.016235351562 +-0.015563964844 +0.146484375000 +0.190429687500 +-0.128906250000 +-0.055664062500 +-0.095214843750 +-0.101562500000 +-0.028320312500 +0.020629882812 +0.058349609375 +0.131835937500 +0.255859375000 +0.195312500000 +0.139648437500 +-0.075195312500 +-0.114746093750 +0.174804687500 +-0.069824218750 +0.141601562500 +-0.201171875000 +0.273437500000 +-0.037353515625 +0.124511718750 +-0.133789062500 +0.011108398438 +0.026489257812 +-0.050781250000 +-0.054931640625 +-0.084472656250 +-0.038330078125 +-0.076660156250 +-0.074707031250 +-0.013916015625 +0.057373046875 +-0.001701354980 +-0.067871093750 +-0.025634765625 +0.119140625000 +0.027465820312 +0.113769531250 +-0.032714843750 +-0.036376953125 +-0.080566406250 +0.057617187500 +0.072265625000 +-0.051269531250 +-0.034179687500 +0.034912109375 +-0.075195312500 +0.152343750000 +-0.063476562500 +-0.051513671875 +-0.169921875000 +-0.073730468750 +-0.023071289062 +0.003204345703 +0.183593750000 +-0.074707031250 +-0.179687500000 +-0.144531250000 +0.050537109375 +-0.175781250000 +0.023681640625 +0.045166015625 +-0.060058593750 +0.016113281250 +-0.008544921875 +-0.084472656250 +-0.017456054688 +0.044921875000 +0.063476562500 +-0.131835937500 +-0.084472656250 +0.029663085938 +0.228515625000 +-0.078613281250 +0.120117187500 +0.072753906250 +0.066894531250 +0.063964843750 +0.010192871094 +0.099609375000 +0.065429687500 +0.154296875000 +0.080566406250 +0.118164062500 +-0.041992187500 +0.007934570312 +-0.153320312500 +-0.037353515625 +0.033203125000 +0.203125000000 +-0.044921875000 +-0.023437500000 +-0.101562500000 +-0.162109375000 +-0.120605468750 +-0.047363281250 +0.009643554688 +-0.015502929688 +-0.075195312500 +0.162109375000 +-0.114746093750 +0.035156250000 +-0.022216796875 +0.038574218750 +-0.023437500000 +-0.361328125000 +-0.091308593750 +0.041503906250 +-0.044189453125 +-0.102539062500 +-0.002807617188 +-0.044189453125 +0.017089843750 +-0.019531250000 +-0.097656250000 +0.144531250000 +-0.008911132812 +-0.097167968750 +-0.048583984375 +-0.003936767578 +0.097656250000 +-0.052246093750 +-0.072753906250 +0.017944335938 +-0.029663085938 +0.038818359375 +0.102050781250 +-0.072753906250 +-0.105468750000 +-0.005737304688 +0.030883789062 +0.031982421875 +0.000328063965 +0.084472656250 +0.094238281250 +-0.156250000000 +0.044921875000 +-0.004241943359 +0.190429687500 +-0.240234375000 +0.048828125000 +0.035156250000 +-0.009460449219 +0.127929687500 +-0.093750000000 +-0.028320312500 +0.035644531250 +-0.141601562500 +-0.026000976562 +-0.026367187500 +0.251953125000 +-0.028320312500 +-0.019165039062 +-0.008483886719 +0.091796875000 +0.182617187500 +0.003234863281 +-0.113281250000 +0.014526367188 +0.010437011719 +-0.070800781250 +-0.065917968750 +-0.110839843750 +-0.061767578125 +-0.170898437500 +-0.011413574219 +0.133789062500 +0.102050781250 +-0.013732910156 +0.027099609375 +-0.127929687500 +-0.116210937500 +0.180664062500 +-0.031250000000 +-0.057861328125 +-0.172851562500 +-0.188476562500 +0.053955078125 +-0.067382812500 +-0.056396484375 +0.144531250000 +0.036865234375 +-0.064941406250 +-0.052734375000 +0.296875000000 +0.021484375000 +0.064941406250 +-0.080566406250 +0.055664062500 +0.202148437500 +-0.092285156250 +-0.095703125000 +-0.008544921875 +-0.100585937500 +0.049560546875 +0.092773437500 +-0.089843750000 +-0.150390625000 +0.042480468750 +-0.140625000000 +-0.053955078125 +0.147460937500 +0.189453125000 +-0.120117187500 +0.057617187500 +0.130859375000 +-0.090332031250 +0.248046875000 +0.080078125000 +0.079589843750 +-0.096679687500 +-0.007232666016 +0.084960937500 +0.016967773438 +0.122070312500 +-0.030273437500 +0.223632812500 +0.117187500000 +-0.076171875000 +0.186523437500 +0.127929687500 +0.015563964844 +-0.063476562500 +-0.044189453125 +-0.034912109375 +-0.070312500000 +-0.063964843750 +0.055175781250 +0.011657714844 +-0.020751953125 +-0.022338867188 +-0.094238281250 +-0.029907226562 +0.110839843750 +-0.123046875000 +0.191406250000 +0.057128906250 +0.054687500000 +-0.028442382812 +-0.195312500000 +0.028808593750 +0.176757812500 +-0.045410156250 +-0.154296875000 +-0.044189453125 +0.008972167969 +-0.000073909760 +0.055908203125 +-0.111328125000 +0.003158569336 +-0.104003906250 +0.186523437500 +0.013854980469 +0.139648437500 +0.075683593750 +0.119628906250 +-0.011779785156 +-0.054199218750 +0.015991210938 +-0.048339843750 +0.025146484375 +-0.177734375000 +-0.053222656250 +0.049072265625 +0.060791015625 +-0.201171875000 +-0.066894531250 +-0.052978515625 +-0.070800781250 +0.082519531250 +0.025146484375 +0.053222656250 +-0.084472656250 +-0.165039062500 +0.079101562500 +-0.081054687500 +-0.061767578125 +0.053955078125 +-0.043945312500 +0.020263671875 +0.195312500000 +-0.105468750000 +0.022583007812 +-0.079101562500 +-0.089355468750 +-0.003265380859 +-0.161132812500 +-0.010864257812 +0.073242187500 +0.018188476562 +-0.012207031250 +0.074218750000 +0.079589843750 +-0.018920898438 +0.253906250000 +0.128906250000 +-0.259765625000 +-0.118652343750 +-0.104492187500 +-0.131835937500 +-0.140625000000 +-0.026489257812 +-0.155273437500 +-0.006469726562 +-0.095703125000 +0.074218750000 +-0.177734375000 +-0.029663085938 +0.055175781250 +0.062988281250 +0.191406250000 +0.116699218750 +-0.020263671875 +-0.059814453125 +-0.073242187500 +-0.207031250000 +-0.119140625000 +0.021972656250 +0.038574218750 +0.093750000000 +-0.044189453125 +-0.083007812500 +0.088378906250 +0.004333496094 +0.081054687500 +-0.009338378906 +0.043701171875 +-0.097656250000 +-0.121093750000 +-0.024658203125 +0.045898437500 +-0.060791015625 +0.084472656250 +-0.149414062500 +0.010009765625 +0.047119140625 +0.085937500000 +-0.048828125000 +0.077636718750 +-0.125976562500 +0.077636718750 +0.024658203125 +-0.116699218750 +0.230468750000 +0.104003906250 +-0.097656250000 +-0.136718750000 +0.031494140625 +0.013671875000 +0.052734375000 +-0.063964843750 +0.016723632812 +0.017456054688 +-0.035400390625 +0.026977539062 +-0.092285156250 +0.057128906250 +0.188476562500 +0.222656250000 +-0.070312500000 +-0.065429687500 +-0.253906250000 +-0.052001953125 +0.010253906250 +-0.039550781250 +-0.164062500000 +-0.053222656250 +0.064453125000 +-0.100097656250 +0.004730224609 +0.122558593750 +-0.014038085938 +0.162109375000 +-0.126953125000 diff --git a/AI_Engine_Development/AIE-MLv2/Design_Tutorials/01-Radio-ML/aie/dense_w16/data/weights_1-rtp.txt b/AI_Engine_Development/AIE-MLv2/Design_Tutorials/01-Radio-ML/aie/dense_w16/data/weights_1-rtp.txt new file mode 100644 index 0000000000..d29392414b --- /dev/null +++ b/AI_Engine_Development/AIE-MLv2/Design_Tutorials/01-Radio-ML/aie/dense_w16/data/weights_1-rtp.txt @@ -0,0 +1,32768 @@ +-0.112304687500 +0.144531250000 +-0.046142578125 +0.101074218750 +-0.142578125000 +-0.033447265625 +-0.061767578125 +-0.102539062500 +-0.132812500000 +0.061523437500 +-0.017211914062 +-0.070312500000 +0.012634277344 +0.101562500000 +-0.130859375000 +0.041748046875 +-0.030029296875 +0.168945312500 +0.004425048828 +0.005340576172 +0.076171875000 +-0.040039062500 +-0.221679687500 +-0.013305664062 +0.083496093750 +-0.234375000000 +0.083496093750 +-0.013854980469 +0.175781250000 +0.100585937500 +0.002410888672 +-0.267578125000 +0.035400390625 +0.054687500000 +-0.233398437500 +-0.061767578125 +0.025512695312 +-0.027221679688 +0.094726562500 +0.090820312500 +-0.039062500000 +0.017822265625 +0.096679687500 +-0.054687500000 +-0.050048828125 +-0.049804687500 +0.208984375000 +0.285156250000 +0.110839843750 +0.241210937500 +-0.050537109375 +0.037841796875 +0.038330078125 +0.022827148438 +-0.037841796875 +-0.053955078125 +0.169921875000 +-0.036376953125 +0.044433593750 +0.047607421875 +-0.207031250000 +-0.071777343750 +-0.018798828125 +0.033203125000 +0.050537109375 +0.019287109375 +-0.076660156250 +0.147460937500 +-0.149414062500 +-0.096679687500 +0.007995605469 +-0.036132812500 +0.032714843750 +0.049804687500 +-0.029296875000 +0.103515625000 +-0.208007812500 +-0.187500000000 +0.112304687500 +0.098144531250 +-0.126953125000 +0.032470703125 +-0.039306640625 +-0.150390625000 +-0.139648437500 +-0.083984375000 +-0.020874023438 +0.085937500000 +0.075195312500 +-0.027099609375 +0.130859375000 +0.147460937500 +0.067382812500 +0.009094238281 +0.109375000000 +-0.028930664062 +-0.064453125000 +-0.020141601562 +0.027465820312 +0.055664062500 +-0.049560546875 +0.060546875000 +-0.089355468750 +0.143554687500 +-0.025390625000 +-0.015258789062 +0.236328125000 +0.026977539062 +0.053955078125 +0.167968750000 +-0.169921875000 +0.092285156250 +-0.034423828125 +-0.176757812500 +-0.005584716797 +-0.168945312500 +0.135742187500 +0.062988281250 +0.086425781250 +0.115234375000 +0.020996093750 +0.155273437500 +-0.050048828125 +-0.009887695312 +0.060546875000 +-0.087890625000 +0.041503906250 +-0.042968750000 +0.071777343750 +0.130859375000 +-0.039550781250 +-0.038330078125 +-0.065429687500 +0.012207031250 +-0.107910156250 +0.188476562500 +-0.017211914062 +0.030273437500 +0.040283203125 +-0.174804687500 +0.019165039062 +0.019775390625 +0.041503906250 +0.033691406250 +-0.105957031250 +0.061523437500 +-0.051757812500 +-0.024658203125 +0.039794921875 +0.030883789062 +-0.008300781250 +0.296875000000 +-0.064941406250 +0.087402343750 +0.036865234375 +0.051025390625 +0.048583984375 +-0.149414062500 +0.061035156250 +0.027709960938 +-0.041015625000 +-0.167968750000 +0.062500000000 +-0.066406250000 +-0.198242187500 +0.003265380859 +-0.220703125000 +-0.140625000000 +0.037597656250 +-0.003997802734 +-0.367187500000 +-0.124023437500 +-0.093750000000 +-0.051757812500 +-0.099121093750 +-0.104003906250 +-0.057617187500 +-0.041748046875 +-0.030761718750 +-0.052490234375 +0.076660156250 +-0.093261718750 +0.098144531250 +-0.072265625000 +0.084472656250 +-0.170898437500 +0.041503906250 +-0.069335937500 +0.185546875000 +0.012695312500 +0.046875000000 +-0.036132812500 +0.004180908203 +0.083496093750 +0.004486083984 +-0.082031250000 +0.049560546875 +-0.037597656250 +0.118164062500 +-0.046875000000 +-0.066406250000 +0.058593750000 +-0.147460937500 +0.296875000000 +-0.163085937500 +0.170898437500 +-0.020141601562 +-0.048828125000 +0.035156250000 +-0.102050781250 +-0.277343750000 +-0.180664062500 +-0.009826660156 +-0.150390625000 +-0.085937500000 +0.069824218750 +-0.022705078125 +0.049072265625 +-0.089843750000 +-0.019897460938 +-0.125976562500 +-0.152343750000 +0.078613281250 +0.208984375000 +-0.106933593750 +-0.016113281250 +0.048828125000 +0.023559570312 +-0.033691406250 +0.029541015625 +-0.035156250000 +0.184570312500 +-0.043457031250 +0.043701171875 +0.168945312500 +-0.030029296875 +-0.005889892578 +0.002532958984 +0.190429687500 +-0.253906250000 +0.049560546875 +0.012756347656 +-0.012878417969 +-0.105957031250 +-0.074218750000 +0.019653320312 +0.085937500000 +0.070312500000 +0.000793457031 +0.213867187500 +-0.050292968750 +0.005950927734 +0.019897460938 +0.032958984375 +-0.000225067139 +-0.184570312500 +-0.086914062500 +0.099609375000 +-0.072265625000 +-0.008666992188 +-0.118652343750 +0.043701171875 +0.116699218750 +-0.016479492188 +0.140625000000 +0.196289062500 +-0.084472656250 +0.148437500000 +-0.166015625000 +-0.302734375000 +-0.058593750000 +-0.061035156250 +0.056884765625 +0.182617187500 +0.011352539062 +0.081054687500 +-0.083007812500 +-0.220703125000 +-0.139648437500 +0.125000000000 +-0.218750000000 +-0.058593750000 +0.053466796875 +0.172851562500 +-0.035156250000 +0.004425048828 +-0.126953125000 +0.050048828125 +0.007110595703 +-0.003662109375 +-0.072265625000 +-0.105468750000 +0.069824218750 +-0.103027343750 +0.140625000000 +0.058105468750 +0.084472656250 +0.035156250000 +-0.269531250000 +0.019409179688 +0.076171875000 +-0.028198242188 +0.222656250000 +0.006225585938 +0.012329101562 +0.189453125000 +-0.073730468750 +0.047851562500 +0.231445312500 +-0.145507812500 +0.212890625000 +-0.090820312500 +-0.048583984375 +-0.059814453125 +-0.214843750000 +0.077148437500 +-0.131835937500 +0.088378906250 +-0.042480468750 +-0.017822265625 +0.127929687500 +0.210937500000 +0.020263671875 +-0.069335937500 +-0.015502929688 +-0.079101562500 +-0.001953125000 +0.045898437500 +-0.183593750000 +-0.064941406250 +-0.044433593750 +-0.069824218750 +-0.026977539062 +-0.116699218750 +0.035156250000 +0.058349609375 +0.109375000000 +0.034667968750 +-0.101562500000 +0.241210937500 +0.053710937500 +-0.000324249268 +-0.094238281250 +0.029296875000 +-0.031494140625 +-0.320312500000 +0.062255859375 +0.029785156250 +-0.074218750000 +0.049560546875 +0.101562500000 +-0.052978515625 +0.035156250000 +-0.250000000000 +0.143554687500 +0.049316406250 +-0.289062500000 +-0.093750000000 +0.025512695312 +0.029052734375 +0.149414062500 +-0.082031250000 +-0.012268066406 +0.108398437500 +0.030517578125 +0.004364013672 +-0.116210937500 +-0.097656250000 +-0.050537109375 +0.023315429688 +-0.002136230469 +0.223632812500 +-0.103515625000 +0.071777343750 +0.003433227539 +-0.024414062500 +-0.037841796875 +-0.031005859375 +-0.147460937500 +-0.031982421875 +-0.072753906250 +-0.032958984375 +-0.095214843750 +0.033691406250 +0.006042480469 +-0.055664062500 +0.006011962891 +0.002090454102 +0.044677734375 +-0.098632812500 +-0.099121093750 +-0.112304687500 +-0.010070800781 +-0.107910156250 +-0.203125000000 +0.053955078125 +-0.065429687500 +-0.192382812500 +0.064453125000 +-0.026245117188 +-0.076171875000 +0.065917968750 +-0.128906250000 +-0.062988281250 +-0.014282226562 +0.070312500000 +0.185546875000 +0.105468750000 +0.001373291016 +-0.027343750000 +-0.189453125000 +-0.004150390625 +-0.089355468750 +0.213867187500 +-0.005828857422 +-0.082031250000 +-0.143554687500 +0.025024414062 +-0.062011718750 +-0.271484375000 +-0.000216484070 +0.020874023438 +-0.043701171875 +-0.149414062500 +-0.017089843750 +0.002578735352 +-0.161132812500 +0.070312500000 +-0.090820312500 +-0.010070800781 +-0.075683593750 +-0.032470703125 +-0.020019531250 +-0.023437500000 +-0.265625000000 +-0.037597656250 +0.157226562500 +0.207031250000 +-0.086914062500 +0.044677734375 +-0.090332031250 +0.130859375000 +0.099609375000 +-0.097167968750 +-0.040039062500 +-0.032958984375 +0.007934570312 +0.216796875000 +0.103027343750 +0.113769531250 +0.029418945312 +0.130859375000 +0.038085937500 +-0.083496093750 +0.141601562500 +-0.048095703125 +-0.096191406250 +-0.118164062500 +-0.166015625000 +-0.153320312500 +0.002319335938 +-0.120605468750 +0.077636718750 +-0.145507812500 +-0.020263671875 +-0.073730468750 +-0.079101562500 +-0.013549804688 +-0.091308593750 +-0.066406250000 +-0.033447265625 +-0.312500000000 +0.050292968750 +-0.093750000000 +-0.116699218750 +-0.045410156250 +0.115722656250 +0.165039062500 +-0.074218750000 +-0.083007812500 +0.004394531250 +0.143554687500 +-0.070312500000 +-0.229492187500 +-0.015563964844 +-0.003524780273 +-0.032226562500 +0.127929687500 +-0.215820312500 +0.017333984375 +-0.173828125000 +-0.044433593750 +0.116210937500 +0.030273437500 +0.094238281250 +-0.070312500000 +-0.090332031250 +0.076171875000 +0.015441894531 +0.002700805664 +-0.043945312500 +0.031494140625 +-0.045410156250 +0.020019531250 +-0.091308593750 +0.017089843750 +-0.012512207031 +-0.073242187500 +0.018310546875 +-0.023803710938 +0.009460449219 +0.210937500000 +0.113769531250 +0.082031250000 +-0.185546875000 +0.132812500000 +0.152343750000 +-0.218750000000 +0.105957031250 +0.071289062500 +-0.054199218750 +0.144531250000 +-0.172851562500 +0.098632812500 +-0.003936767578 +-0.068847656250 +-0.193359375000 +-0.001716613770 +0.030761718750 +0.021728515625 +0.020385742188 +-0.062988281250 +0.042968750000 +-0.041259765625 +0.038818359375 +0.105468750000 +0.047607421875 +0.052734375000 +-0.080566406250 +-0.119140625000 +0.021728515625 +-0.031982421875 +-0.044677734375 +-0.062011718750 +0.021850585938 +0.092773437500 +-0.105468750000 +0.102539062500 +0.027221679688 +0.012145996094 +0.081054687500 +0.104003906250 +0.082519531250 +-0.037109375000 +-0.158203125000 +-0.065917968750 +0.123046875000 +-0.200195312500 +0.012756347656 +-0.096679687500 +-0.035644531250 +-0.025024414062 +0.053466796875 +-0.020141601562 +0.046386718750 +0.071289062500 +0.022705078125 +-0.040283203125 +-0.255859375000 +0.212890625000 +-0.121582031250 +-0.029418945312 +0.051513671875 +0.023803710938 +-0.140625000000 +-0.029296875000 +-0.061767578125 +0.025878906250 +-0.144531250000 +0.073242187500 +0.135742187500 +-0.146484375000 +-0.042724609375 +-0.137695312500 +0.087890625000 +0.058105468750 +-0.073242187500 +0.012817382812 +0.110839843750 +0.165039062500 +-0.000976562500 +0.014648437500 +-0.042968750000 +-0.028076171875 +-0.012512207031 +0.160156250000 +0.133789062500 +0.281250000000 +-0.084472656250 +0.033447265625 +-0.080566406250 +-0.022949218750 +-0.186523437500 +-0.119628906250 +0.063964843750 +-0.056396484375 +-0.053466796875 +0.165039062500 +-0.077148437500 +-0.006835937500 +0.013610839844 +-0.011657714844 +0.006408691406 +0.021240234375 +-0.133789062500 +-0.015136718750 +0.123535156250 +0.064453125000 +-0.204101562500 +0.067871093750 +-0.099609375000 +-0.052246093750 +0.186523437500 +-0.166992187500 +0.152343750000 +0.208984375000 +-0.003692626953 +0.009155273438 +-0.042968750000 +-0.011596679688 +0.085449218750 +-0.005401611328 +-0.056884765625 +-0.086425781250 +-0.050292968750 +-0.026489257812 +0.087402343750 +0.076171875000 +0.036376953125 +0.153320312500 +-0.093261718750 +0.114257812500 +-0.023071289062 +0.053222656250 +0.071289062500 +-0.014038085938 +0.007659912109 +0.029052734375 +0.094726562500 +-0.074707031250 +0.047607421875 +-0.151367187500 +0.072265625000 +0.120117187500 +-0.089843750000 +-0.063964843750 +0.101074218750 +0.056152343750 +0.031005859375 +-0.064941406250 +0.106933593750 +0.087890625000 +-0.068847656250 +-0.130859375000 +0.107421875000 +0.133789062500 +-0.007812500000 +0.047851562500 +0.005187988281 +-0.008666992188 +0.001167297363 +-0.065917968750 +0.060058593750 +0.095214843750 +0.223632812500 +-0.014526367188 +0.102539062500 +-0.088867187500 +-0.095703125000 +0.055419921875 +-0.148437500000 +0.050781250000 +0.039306640625 +-0.087890625000 +0.109375000000 +-0.083496093750 +-0.129882812500 +0.053222656250 +0.087402343750 +0.091308593750 +-0.034179687500 +-0.029785156250 +0.012878417969 +-0.076660156250 +0.066406250000 +0.061279296875 +-0.023193359375 +0.143554687500 +0.006195068359 +0.072265625000 +-0.269531250000 +0.044677734375 +-0.094726562500 +0.009826660156 +0.079101562500 +0.019042968750 +-0.058593750000 +0.086914062500 +-0.021728515625 +-0.246093750000 +-0.038574218750 +0.041503906250 +0.163085937500 +-0.027587890625 +0.009338378906 +0.031250000000 +0.017578125000 +0.134765625000 +0.177734375000 +0.022460937500 +-0.077148437500 +0.052490234375 +0.083496093750 +-0.091308593750 +-0.021728515625 +0.018798828125 +-0.041748046875 +0.066894531250 +0.208984375000 +-0.074218750000 +-0.054687500000 +-0.002090454102 +0.079101562500 +-0.076171875000 +0.046630859375 +0.161132812500 +0.028198242188 +-0.040039062500 +0.039550781250 +0.078613281250 +-0.043212890625 +0.083496093750 +-0.074218750000 +-0.233398437500 +-0.056884765625 +-0.056152343750 +0.127929687500 +0.074218750000 +-0.083984375000 +-0.078125000000 +0.004058837891 +-0.049804687500 +0.102539062500 +0.007934570312 +-0.028808593750 +-0.067382812500 +-0.019531250000 +-0.124023437500 +0.036865234375 +-0.044921875000 +0.023193359375 +-0.233398437500 +-0.055908203125 +-0.002578735352 +0.059326171875 +0.125000000000 +-0.052978515625 +0.117187500000 +-0.104003906250 +-0.104980468750 +0.103027343750 +0.098632812500 +0.113769531250 +0.082031250000 +-0.052978515625 +0.096679687500 +-0.034423828125 +-0.052246093750 +0.217773437500 +0.041992187500 +0.070312500000 +0.104492187500 +0.001594543457 +0.034423828125 +0.105957031250 +-0.103515625000 +0.027709960938 +-0.218750000000 +0.004547119141 +0.031982421875 +0.020507812500 +0.008422851562 +0.037597656250 +0.017700195312 +0.017089843750 +-0.041992187500 +-0.151367187500 +-0.028442382812 +-0.013427734375 +0.019897460938 +-0.110839843750 +-0.014770507812 +0.164062500000 +0.050537109375 +0.134765625000 +-0.004852294922 +0.117187500000 +0.104003906250 +0.063964843750 +-0.083984375000 +-0.103027343750 +0.011840820312 +0.185546875000 +-0.047363281250 +-0.106445312500 +-0.077148437500 +-0.198242187500 +0.099609375000 +-0.112792968750 +-0.090332031250 +-0.008544921875 +0.034179687500 +-0.061035156250 +0.013000488281 +-0.149414062500 +-0.141601562500 +0.016357421875 +-0.098632812500 +-0.189453125000 +-0.044677734375 +-0.010803222656 +-0.089355468750 +0.028686523438 +-0.143554687500 +0.100585937500 +0.117675781250 +0.037353515625 +-0.058105468750 +0.022216796875 +-0.132812500000 +0.020996093750 +0.037109375000 +-0.291015625000 +-0.006134033203 +0.089843750000 +-0.067382812500 +-0.070800781250 +-0.076171875000 +-0.096679687500 +-0.053710937500 +0.127929687500 +0.092285156250 +-0.007019042969 +-0.061767578125 +0.028198242188 +0.024047851562 +-0.018676757812 +0.011779785156 +-0.189453125000 +-0.006774902344 +0.007995605469 +0.016113281250 +0.040283203125 +-0.019042968750 +0.095703125000 +0.169921875000 +0.041748046875 +0.101074218750 +-0.126953125000 +0.028320312500 +0.005065917969 +0.087890625000 +-0.005371093750 +-0.115722656250 +-0.127929687500 +0.014282226562 +0.135742187500 +-0.041015625000 +0.019287109375 +0.050781250000 +-0.017578125000 +0.078125000000 +-0.110839843750 +0.021484375000 +-0.030395507812 +0.084472656250 +0.047363281250 +-0.087402343750 +0.119628906250 +0.239257812500 +0.006622314453 +0.047851562500 +-0.094726562500 +-0.075683593750 +-0.107910156250 +-0.188476562500 +-0.018676757812 +-0.063964843750 +-0.001983642578 +-0.121582031250 +-0.032226562500 +-0.045410156250 +-0.042968750000 +-0.131835937500 +0.158203125000 +-0.049072265625 +-0.160156250000 +-0.052001953125 +0.069824218750 +0.201171875000 +0.039306640625 +-0.173828125000 +0.002716064453 +0.106445312500 +0.141601562500 +0.041503906250 +0.019897460938 +-0.113281250000 +0.003784179688 +0.038330078125 +-0.104492187500 +0.197265625000 +0.020019531250 +0.007720947266 +-0.061767578125 +0.081054687500 +-0.094238281250 +-0.013916015625 +-0.070312500000 +0.074707031250 +0.031982421875 +0.018188476562 +-0.058593750000 +0.011352539062 +0.059326171875 +0.061035156250 +0.068359375000 +-0.138671875000 +-0.182617187500 +-0.006408691406 +-0.095703125000 +-0.070312500000 +-0.138671875000 +-0.059082031250 +-0.096191406250 +-0.078125000000 +0.002044677734 +-0.017700195312 +0.033935546875 +-0.129882812500 +0.116210937500 +0.159179687500 +-0.029907226562 +-0.060791015625 +0.141601562500 +0.028564453125 +0.052978515625 +0.069824218750 +0.049072265625 +0.007141113281 +-0.010986328125 +0.048828125000 +-0.096679687500 +0.112304687500 +-0.058837890625 +-0.067382812500 +-0.066406250000 +-0.166015625000 +0.025878906250 +-0.084960937500 +0.114257812500 +0.098632812500 +-0.124023437500 +0.018432617188 +-0.126953125000 +0.109375000000 +0.207031250000 +0.051757812500 +-0.106445312500 +-0.105957031250 +-0.122558593750 +-0.000793457031 +0.000976562500 +0.077148437500 +-0.070800781250 +0.178710937500 +-0.055175781250 +0.043457031250 +0.046142578125 +0.155273437500 +0.008666992188 +0.139648437500 +-0.000499725342 +0.122558593750 +0.083496093750 +-0.155273437500 +-0.159179687500 +-0.012084960938 +0.033691406250 +-0.220703125000 +0.161132812500 +0.145507812500 +0.011657714844 +-0.147460937500 +-0.196289062500 +-0.059082031250 +0.154296875000 +-0.134765625000 +-0.017578125000 +0.098632812500 +0.067871093750 +0.072265625000 +-0.026123046875 +0.042724609375 +0.004180908203 +-0.010742187500 +-0.036865234375 +0.050048828125 +-0.016967773438 +0.061523437500 +0.118164062500 +-0.148437500000 +-0.025268554688 +-0.205078125000 +0.213867187500 +-0.227539062500 +-0.029296875000 +0.041015625000 +-0.040527343750 +-0.089355468750 +-0.004211425781 +0.160156250000 +-0.008056640625 +-0.333984375000 +0.002441406250 +0.112304687500 +0.084472656250 +-0.188476562500 +-0.004119873047 +0.102050781250 +-0.035888671875 +-0.082519531250 +0.006408691406 +-0.000808715820 +0.085937500000 +0.015747070312 +-0.233398437500 +0.223632812500 +0.169921875000 +-0.073730468750 +-0.119140625000 +-0.017211914062 +-0.052978515625 +-0.038085937500 +0.156250000000 +0.059570312500 +0.023437500000 +-0.061767578125 +-0.035156250000 +-0.092285156250 +-0.029052734375 +0.042968750000 +0.001213073730 +0.041503906250 +0.103515625000 +-0.103027343750 +0.067382812500 +-0.011352539062 +0.069335937500 +0.072265625000 +-0.038085937500 +0.053955078125 +0.122558593750 +-0.159179687500 +0.096679687500 +-0.098144531250 +0.083984375000 +0.037353515625 +-0.235351562500 +0.040527343750 +0.038574218750 +-0.075683593750 +-0.030639648438 +0.220703125000 +0.119628906250 +-0.075195312500 +0.128906250000 +-0.157226562500 +0.139648437500 +0.078125000000 +-0.118652343750 +-0.061767578125 +0.168945312500 +0.308593750000 +0.021606445312 +0.075195312500 +-0.306640625000 +0.059814453125 +-0.056396484375 +0.025756835938 +0.022460937500 +-0.210937500000 +0.047119140625 +-0.112304687500 +-0.209960937500 +-0.176757812500 +-0.007598876953 +-0.136718750000 +-0.030517578125 +-0.152343750000 +-0.080078125000 +-0.283203125000 +-0.209960937500 +-0.109375000000 +-0.007720947266 +0.096191406250 +-0.124023437500 +0.001060485840 +-0.167968750000 +0.149414062500 +-0.077636718750 +-0.326171875000 +0.000139236450 +-0.031738281250 +-0.157226562500 +-0.173828125000 +-0.216796875000 +-0.279296875000 +0.075195312500 +0.064941406250 +0.228515625000 +-0.000782012939 +-0.261718750000 +-0.027099609375 +-0.041992187500 +0.155273437500 +0.053710937500 +0.047119140625 +0.014282226562 +0.212890625000 +-0.136718750000 +0.049316406250 +0.068359375000 +-0.034179687500 +-0.097656250000 +-0.029541015625 +0.027832031250 +0.080566406250 +0.027221679688 +-0.062255859375 +0.122070312500 +-0.118652343750 +-0.012023925781 +0.007141113281 +0.020385742188 +0.002151489258 +-0.094726562500 +0.041015625000 +0.042724609375 +0.232421875000 +-0.100585937500 +-0.102539062500 +0.206054687500 +-0.074218750000 +-0.182617187500 +0.114257812500 +0.068847656250 +-0.021362304688 +0.017456054688 +0.133789062500 +-0.128906250000 +0.150390625000 +0.124511718750 +0.121582031250 +0.057861328125 +0.129882812500 +0.287109375000 +0.019531250000 +-0.006805419922 +0.122070312500 +-0.298828125000 +-0.076660156250 +0.032470703125 +-0.065917968750 +0.069824218750 +-0.032470703125 +-0.009277343750 +0.006378173828 +-0.029541015625 +-0.072265625000 +-0.083984375000 +-0.124511718750 +0.111816406250 +0.023681640625 +-0.222656250000 +0.001640319824 +-0.207031250000 +0.081054687500 +-0.308593750000 +-0.085449218750 +0.071777343750 +0.034423828125 +0.064941406250 +-0.175781250000 +-0.095214843750 +-0.089355468750 +0.015747070312 +-0.015441894531 +0.127929687500 +-0.024536132812 +-0.051269531250 +-0.179687500000 +0.132812500000 +0.061035156250 +-0.127929687500 +-0.057128906250 +-0.175781250000 +0.135742187500 +0.171875000000 +-0.052001953125 +0.062011718750 +-0.018432617188 +-0.145507812500 +0.072753906250 +-0.071289062500 +0.140625000000 +-0.042480468750 +0.037353515625 +-0.267578125000 +-0.004943847656 +-0.175781250000 +-0.181640625000 +-0.038574218750 +-0.096191406250 +0.047851562500 +0.047851562500 +0.194335937500 +0.085937500000 +-0.151367187500 +0.030029296875 +0.064941406250 +-0.002014160156 +0.189453125000 +0.189453125000 +-0.194335937500 +-0.027954101562 +0.073242187500 +0.010437011719 +-0.035888671875 +0.090332031250 +-0.112792968750 +0.130859375000 +-0.059326171875 +0.091308593750 +0.198242187500 +0.079589843750 +0.136718750000 +0.008850097656 +0.119140625000 +-0.010742187500 +-0.108398437500 +0.129882812500 +-0.085449218750 +-0.191406250000 +0.087402343750 +-0.113281250000 +0.151367187500 +-0.043945312500 +0.016723632812 +0.155273437500 +-0.083984375000 +0.051757812500 +-0.159179687500 +-0.221679687500 +-0.064941406250 +0.015136718750 +-0.014221191406 +-0.151367187500 +-0.030883789062 +0.004882812500 +0.062988281250 +0.073730468750 +0.096679687500 +0.017700195312 +0.006195068359 +0.019531250000 +0.017333984375 +-0.055908203125 +0.148437500000 +0.063964843750 +-0.048095703125 +0.019409179688 +-0.046386718750 +-0.283203125000 +-0.243164062500 +-0.082031250000 +0.093750000000 +0.028076171875 +-0.126953125000 +-0.041992187500 +-0.160156250000 +0.085937500000 +-0.072753906250 +0.020996093750 +-0.044433593750 +-0.174804687500 +-0.107421875000 +-0.253906250000 +0.069824218750 +0.012756347656 +-0.053222656250 +-0.118652343750 +0.006713867188 +0.126953125000 +-0.130859375000 +-0.029052734375 +0.035644531250 +0.081542968750 +-0.066894531250 +0.041259765625 +-0.035400390625 +-0.039062500000 +0.054199218750 +-0.065917968750 +-0.009338378906 +0.035400390625 +-0.029296875000 +-0.241210937500 +-0.049316406250 +-0.045654296875 +0.075683593750 +-0.064453125000 +0.047851562500 +-0.043945312500 +0.061767578125 +-0.028320312500 +-0.110839843750 +-0.146484375000 +-0.183593750000 +0.085937500000 +0.056884765625 +0.103027343750 +-0.060302734375 +-0.062011718750 +0.029663085938 +-0.051269531250 +-0.129882812500 +0.032714843750 +0.162109375000 +-0.110351562500 +0.169921875000 +-0.112304687500 +0.052001953125 +-0.028076171875 +-0.253906250000 +0.131835937500 +-0.175781250000 +-0.032958984375 +-0.118652343750 +0.044677734375 +0.011535644531 +0.190429687500 +0.122070312500 +0.132812500000 +-0.008544921875 +-0.114257812500 +-0.010131835938 +-0.190429687500 +-0.078613281250 +-0.324218750000 +-0.052734375000 +-0.110351562500 +0.149414062500 +0.076660156250 +0.028564453125 +-0.131835937500 +0.041992187500 +0.060058593750 +-0.042480468750 +-0.060546875000 +0.070312500000 +-0.109375000000 +0.017456054688 +0.098144531250 +0.072265625000 +-0.011657714844 +0.271484375000 +0.027954101562 +0.097167968750 +-0.099609375000 +0.089843750000 +0.060791015625 +0.040283203125 +0.133789062500 +0.074218750000 +-0.130859375000 +0.024169921875 +0.088378906250 +-0.033447265625 +-0.047119140625 +-0.064941406250 +-0.030395507812 +0.006591796875 +-0.238281250000 +0.176757812500 +-0.227539062500 +0.193359375000 +-0.121582031250 +0.142578125000 +-0.075683593750 +-0.000682830811 +0.035156250000 +-0.043457031250 +0.004364013672 +0.041503906250 +-0.084472656250 +0.123046875000 +-0.096679687500 +0.168945312500 +-0.100585937500 +-0.020629882812 +-0.004180908203 +-0.045166015625 +-0.002975463867 +0.044921875000 +-0.105957031250 +-0.115234375000 +-0.150390625000 +-0.051025390625 +0.023559570312 +-0.104980468750 +0.007171630859 +-0.030151367188 +0.035644531250 +0.017089843750 +0.121582031250 +-0.097167968750 +-0.009887695312 +-0.025756835938 +0.099121093750 +0.088378906250 +0.245117187500 +0.173828125000 +-0.071777343750 +-0.035400390625 +0.029418945312 +-0.021728515625 +0.092285156250 +-0.024291992188 +0.053955078125 +0.018554687500 +0.052246093750 +-0.104492187500 +0.067871093750 +-0.059570312500 +-0.075195312500 +-0.060058593750 +-0.097656250000 +-0.130859375000 +-0.031127929688 +-0.141601562500 +0.016601562500 +-0.102539062500 +0.038574218750 +0.240234375000 +0.314453125000 +-0.092773437500 +0.050537109375 +0.160156250000 +-0.042968750000 +-0.041503906250 +-0.218750000000 +-0.023681640625 +-0.035156250000 +-0.084960937500 +-0.034667968750 +-0.027954101562 +0.110351562500 +0.181640625000 +-0.079589843750 +-0.060791015625 +-0.142578125000 +-0.052734375000 +-0.030395507812 +-0.041503906250 +0.023071289062 +-0.065917968750 +0.024780273438 +0.026855468750 +0.008178710938 +0.003234863281 +-0.084960937500 +0.003326416016 +0.122558593750 +0.027465820312 +0.185546875000 +-0.233398437500 +0.152343750000 +0.087402343750 +-0.036132812500 +0.080078125000 +0.069335937500 +-0.014160156250 +0.100585937500 +0.069335937500 +-0.051513671875 +0.071777343750 +0.142578125000 +0.034423828125 +-0.111816406250 +-0.031494140625 +0.058105468750 +0.042480468750 +-0.056396484375 +-0.160156250000 +0.155273437500 +-0.133789062500 +0.024047851562 +-0.062988281250 +-0.195312500000 +0.011108398438 +0.057861328125 +0.086425781250 +-0.111328125000 +0.090332031250 +-0.202148437500 +0.023681640625 +0.038818359375 +-0.090820312500 +0.145507812500 +0.070312500000 +0.112792968750 +-0.010620117188 +0.187500000000 +-0.025390625000 +0.208007812500 +0.015014648438 +-0.101074218750 +0.049560546875 +-0.156250000000 +0.018188476562 +0.139648437500 +0.070800781250 +-0.081054687500 +0.090332031250 +-0.024047851562 +-0.076171875000 +-0.183593750000 +-0.129882812500 +0.203125000000 +0.122558593750 +-0.026000976562 +-0.157226562500 +0.031982421875 +0.031494140625 +0.014587402344 +-0.066894531250 +-0.011047363281 +0.153320312500 +-0.322265625000 +0.161132812500 +-0.087890625000 +0.024658203125 +-0.056396484375 +0.005889892578 +-0.027832031250 +-0.001541137695 +-0.055908203125 +-0.097656250000 +-0.065429687500 +-0.031982421875 +-0.048095703125 +-0.241210937500 +-0.055664062500 +-0.133789062500 +-0.045166015625 +-0.127929687500 +-0.020751953125 +0.141601562500 +-0.055908203125 +0.036132812500 +0.045166015625 +0.150390625000 +-0.043701171875 +0.033447265625 +0.022949218750 +0.042968750000 +-0.083007812500 +0.122070312500 +0.094726562500 +-0.045898437500 +-0.159179687500 +-0.086914062500 +0.044677734375 +0.081542968750 +-0.089355468750 +-0.060058593750 +-0.031738281250 +0.001823425293 +-0.024047851562 +-0.267578125000 +-0.018310546875 +0.115234375000 +-0.124511718750 +-0.102539062500 +0.080566406250 +0.058105468750 +0.188476562500 +0.078125000000 +-0.112304687500 +0.053710937500 +0.114746093750 +0.202148437500 +-0.015747070312 +-0.186523437500 +0.047607421875 +0.024414062500 +0.042724609375 +-0.006713867188 +-0.069335937500 +0.046875000000 +0.074707031250 +-0.023803710938 +-0.157226562500 +0.198242187500 +-0.200195312500 +0.052978515625 +0.020385742188 +-0.200195312500 +-0.051025390625 +-0.107421875000 +-0.212890625000 +0.050781250000 +-0.308593750000 +0.050781250000 +-0.009399414062 +0.046386718750 +0.057617187500 +0.083496093750 +-0.037109375000 +-0.023559570312 +-0.020263671875 +0.143554687500 +-0.031982421875 +-0.124511718750 +0.140625000000 +-0.058105468750 +-0.040039062500 +0.006011962891 +-0.027587890625 +0.097656250000 +0.085449218750 +0.033447265625 +-0.058593750000 +-0.166992187500 +-0.170898437500 +-0.088867187500 +0.236328125000 +0.065917968750 +-0.042968750000 +0.076660156250 +-0.206054687500 +-0.000923156738 +-0.059814453125 +-0.157226562500 +0.080566406250 +0.178710937500 +-0.055175781250 +0.035888671875 +-0.162109375000 +0.147460937500 +-0.070800781250 +-0.494140625000 +-0.000476837158 +-0.029907226562 +-0.031494140625 +-0.030517578125 +-0.159179687500 +0.075195312500 +0.010986328125 +-0.021606445312 +-0.029663085938 +0.124023437500 +-0.159179687500 +0.055419921875 +0.104980468750 +0.002136230469 +-0.004394531250 +-0.119628906250 +-0.144531250000 +-0.128906250000 +-0.094726562500 +0.006256103516 +-0.124511718750 +-0.061523437500 +0.108398437500 +0.124511718750 +0.025024414062 +-0.255859375000 +-0.051269531250 +-0.106445312500 +0.200195312500 +0.027709960938 +-0.084960937500 +0.080566406250 +0.043701171875 +0.101074218750 +-0.086425781250 +0.194335937500 +0.015991210938 +0.005523681641 +0.104492187500 +-0.080078125000 +-0.012756347656 +-0.163085937500 +0.001022338867 +0.039550781250 +-0.054687500000 +0.138671875000 +0.178710937500 +-0.224609375000 +0.233398437500 +-0.009216308594 +0.120117187500 +-0.003158569336 +0.157226562500 +0.005615234375 +0.001785278320 +0.096679687500 +0.030761718750 +0.030639648438 +0.052001953125 +0.061035156250 +-0.030395507812 +0.104492187500 +0.060302734375 +-0.086914062500 +-0.026611328125 +0.018676757812 +-0.326171875000 +0.097656250000 +0.213867187500 +0.020263671875 +-0.157226562500 +0.015991210938 +-0.060791015625 +-0.028198242188 +-0.298828125000 +-0.027709960938 +0.023193359375 +-0.116699218750 +0.154296875000 +0.017822265625 +-0.065917968750 +-0.073242187500 +-0.019409179688 +-0.084960937500 +-0.018310546875 +0.033935546875 +0.057128906250 +-0.043701171875 +-0.098144531250 +0.020996093750 +-0.138671875000 +0.014282226562 +0.171875000000 +0.005828857422 +-0.136718750000 +0.053710937500 +0.020507812500 +0.124511718750 +0.048828125000 +0.066894531250 +0.117675781250 +-0.120117187500 +-0.043212890625 +-0.140625000000 +-0.042724609375 +-0.052246093750 +0.107910156250 +-0.024291992188 +-0.037353515625 +0.090820312500 +0.062011718750 +0.277343750000 +0.261718750000 +0.159179687500 +-0.166992187500 +-0.069335937500 +-0.031127929688 +0.160156250000 +-0.146484375000 +-0.043212890625 +0.097656250000 +0.215820312500 +-0.042724609375 +0.024536132812 +-0.008178710938 +-0.172851562500 +-0.102050781250 +-0.142578125000 +-0.011962890625 +-0.148437500000 +-0.034667968750 +-0.031494140625 +-0.277343750000 +-0.134765625000 +-0.026977539062 +0.015380859375 +0.053955078125 +0.197265625000 +0.129882812500 +-0.023681640625 +-0.128906250000 +-0.025268554688 +-0.004699707031 +-0.020019531250 +0.033447265625 +0.083984375000 +0.076171875000 +0.002212524414 +0.045654296875 +-0.031494140625 +-0.046386718750 +0.016357421875 +0.012451171875 +-0.036865234375 +-0.100097656250 +0.193359375000 +0.128906250000 +0.067871093750 +-0.032714843750 +0.120605468750 +0.001762390137 +-0.239257812500 +-0.039794921875 +-0.130859375000 +-0.119628906250 +0.101074218750 +0.071289062500 +-0.246093750000 +-0.113769531250 +-0.086914062500 +-0.050537109375 +0.042968750000 +0.119140625000 +0.022338867188 +-0.003387451172 +0.023437500000 +0.053710937500 +-0.173828125000 +-0.050781250000 +-0.065429687500 +0.025634765625 +0.157226562500 +-0.043212890625 +-0.176757812500 +-0.179687500000 +-0.034912109375 +-0.010437011719 +0.155273437500 +-0.068847656250 +-0.157226562500 +-0.063476562500 +0.016845703125 +-0.062988281250 +0.095703125000 +-0.069335937500 +-0.081542968750 +0.376953125000 +0.007171630859 +0.023437500000 +0.065429687500 +-0.058349609375 +-0.045410156250 +0.142578125000 +-0.062988281250 +0.039062500000 +-0.083984375000 +-0.125976562500 +-0.087402343750 +0.023437500000 +-0.126953125000 +-0.020996093750 +0.026733398438 +0.144531250000 +-0.040527343750 +-0.109375000000 +-0.037353515625 +-0.055908203125 +0.026733398438 +0.004089355469 +-0.001655578613 +-0.032958984375 +0.088378906250 +0.097167968750 +-0.072265625000 +-0.074707031250 +-0.147460937500 +0.117675781250 +-0.000846862793 +0.034912109375 +0.029541015625 +-0.077148437500 +-0.109863281250 +0.087402343750 +-0.232421875000 +0.147460937500 +-0.129882812500 +-0.059082031250 +-0.170898437500 +-0.048828125000 +0.203125000000 +-0.162109375000 +0.003189086914 +0.071289062500 +0.157226562500 +0.041259765625 +-0.024780273438 +-0.039550781250 +0.158203125000 +0.098632812500 +-0.024780273438 +0.020751953125 +0.032226562500 +-0.010986328125 +-0.004943847656 +0.078125000000 +-0.082519531250 +0.036132812500 +-0.030517578125 +0.001342773438 +-0.139648437500 +0.052978515625 +-0.047851562500 +0.030883789062 +0.141601562500 +0.126953125000 +0.039062500000 +-0.024536132812 +0.050292968750 +0.134765625000 +0.037109375000 +0.069824218750 +-0.208984375000 +0.127929687500 +0.204101562500 +0.164062500000 +-0.026611328125 +-0.054931640625 +0.072753906250 +-0.031005859375 +0.055419921875 +-0.215820312500 +0.074707031250 +0.033935546875 +-0.135742187500 +0.094238281250 +-0.066406250000 +0.108886718750 +-0.088378906250 +-0.029174804688 +0.117675781250 +-0.145507812500 +0.036132812500 +-0.037353515625 +0.098144531250 +-0.212890625000 +-0.204101562500 +0.029663085938 +-0.043457031250 +0.046386718750 +0.077636718750 +-0.184570312500 +0.045654296875 +0.080078125000 +-0.202148437500 +-0.047607421875 +-0.027221679688 +0.017944335938 +0.036865234375 +0.062988281250 +-0.047119140625 +-0.230468750000 +0.061035156250 +-0.118164062500 +-0.105468750000 +-0.042480468750 +0.155273437500 +0.129882812500 +0.020263671875 +0.058105468750 +-0.032226562500 +-0.087890625000 +-0.054687500000 +-0.052001953125 +0.238281250000 +-0.061035156250 +0.105957031250 +-0.032714843750 +-0.022460937500 +0.031982421875 +-0.159179687500 +-0.026123046875 +-0.018798828125 +0.056884765625 +-0.170898437500 +-0.077148437500 +-0.060058593750 +-0.082519531250 +0.210937500000 +-0.077148437500 +-0.129882812500 +0.021850585938 +0.009887695312 +-0.033935546875 +0.117675781250 +0.029785156250 +0.045166015625 +-0.110839843750 +0.087402343750 +-0.014648437500 +-0.100097656250 +-0.020141601562 +0.007263183594 +0.035400390625 +-0.155273437500 +-0.131835937500 +0.018188476562 +-0.092773437500 +0.058105468750 +0.073730468750 +0.034423828125 +-0.250000000000 +0.027343750000 +-0.210937500000 +0.075683593750 +-0.011047363281 +0.040771484375 +-0.073242187500 +-0.112792968750 +0.033935546875 +0.179687500000 +-0.068847656250 +0.257812500000 +0.014465332031 +0.061767578125 +-0.023681640625 +0.056884765625 +0.090820312500 +0.048339843750 +0.061523437500 +0.062011718750 +0.030273437500 +-0.027587890625 +-0.028686523438 +-0.072753906250 +-0.141601562500 +0.060058593750 +0.125000000000 +-0.186523437500 +-0.010681152344 +0.031005859375 +0.208984375000 +0.078125000000 +0.080566406250 +0.045166015625 +0.051757812500 +0.093750000000 +-0.201171875000 +0.145507812500 +-0.064941406250 +-0.353515625000 +0.046630859375 +0.103027343750 +0.014465332031 +0.006469726562 +0.036376953125 +0.006317138672 +-0.101562500000 +0.102050781250 +-0.048583984375 +0.034423828125 +-0.040039062500 +-0.068847656250 +0.024902343750 +-0.068847656250 +0.271484375000 +-0.112304687500 +0.063964843750 +-0.062255859375 +-0.039550781250 +-0.120605468750 +0.147460937500 +-0.091796875000 +-0.017822265625 +-0.092773437500 +-0.067871093750 +0.059082031250 +-0.007080078125 +0.045898437500 +-0.055664062500 +0.126953125000 +-0.059570312500 +-0.126953125000 +0.145507812500 +0.008056640625 +0.023559570312 +0.038330078125 +0.070800781250 +-0.017822265625 +-0.058105468750 +0.060302734375 +0.027587890625 +0.122558593750 +0.055664062500 +-0.075683593750 +-0.240234375000 +0.001197814941 +0.194335937500 +0.337890625000 +0.036865234375 +-0.042968750000 +0.039794921875 +0.185546875000 +0.143554687500 +0.037597656250 +-0.019165039062 +0.079101562500 +0.065429687500 +0.135742187500 +-0.261718750000 +-0.145507812500 +0.047119140625 +-0.194335937500 +-0.083007812500 +-0.015991210938 +-0.111816406250 +-0.014953613281 +-0.102050781250 +-0.016113281250 +-0.054687500000 +-0.009704589844 +0.127929687500 +0.065917968750 +0.094726562500 +0.018676757812 +-0.034179687500 +-0.183593750000 +-0.161132812500 +0.035156250000 +-0.059082031250 +0.017944335938 +-0.027832031250 +-0.160156250000 +-0.009094238281 +0.077636718750 +0.027709960938 +-0.105957031250 +0.044433593750 +0.095214843750 +0.203125000000 +-0.021972656250 +-0.018554687500 +0.012207031250 +0.195312500000 +0.089843750000 +0.100585937500 +-0.085937500000 +-0.065917968750 +0.046875000000 +0.055664062500 +0.141601562500 +-0.017089843750 +-0.217773437500 +-0.072753906250 +-0.026245117188 +-0.202148437500 +-0.157226562500 +-0.006591796875 +0.037597656250 +-0.086425781250 +-0.071289062500 +0.035888671875 +-0.232421875000 +-0.034179687500 +-0.146484375000 +-0.169921875000 +-0.042724609375 +-0.007720947266 +0.021606445312 +-0.130859375000 +0.131835937500 +-0.022705078125 +0.028442382812 +-0.046630859375 +-0.073730468750 +0.036621093750 +0.002197265625 +0.104980468750 +-0.039306640625 +0.072265625000 +-0.115722656250 +0.038085937500 +-0.055908203125 +-0.016113281250 +0.142578125000 +-0.112792968750 +-0.166015625000 +-0.062988281250 +0.133789062500 +0.008361816406 +-0.187500000000 +-0.026000976562 +0.053955078125 +-0.054687500000 +0.070312500000 +0.005096435547 +-0.077148437500 +0.027709960938 +-0.300781250000 +-0.044433593750 +0.079101562500 +-0.052978515625 +0.090332031250 +0.102539062500 +-0.000247955322 +0.035888671875 +0.051269531250 +-0.125000000000 +-0.058837890625 +0.005371093750 +-0.104492187500 +-0.158203125000 +0.096191406250 +0.155273437500 +0.063476562500 +-0.020385742188 +0.037353515625 +0.134765625000 +0.012817382812 +0.100097656250 +0.020263671875 +0.108398437500 +-0.137695312500 +-0.140625000000 +0.132812500000 +0.237304687500 +0.013427734375 +-0.009155273438 +-0.020141601562 +0.208007812500 +0.100097656250 +0.098632812500 +0.185546875000 +0.051513671875 +-0.090820312500 +-0.095214843750 +-0.112304687500 +-0.177734375000 +-0.031250000000 +0.188476562500 +-0.002075195312 +-0.167968750000 +0.081054687500 +0.155273437500 +-0.039794921875 +0.018432617188 +0.038330078125 +0.083984375000 +0.026000976562 +0.026245117188 +0.015747070312 +-0.098144531250 +0.033935546875 +0.058837890625 +-0.032714843750 +0.042480468750 +-0.058349609375 +-0.384765625000 +-0.070312500000 +0.151367187500 +0.053222656250 +0.132812500000 +0.014648437500 +-0.051025390625 +0.036865234375 +0.104980468750 +0.083984375000 +-0.144531250000 +0.024414062500 +0.291015625000 +-0.025390625000 +-0.005035400391 +-0.029663085938 +0.115234375000 +0.033935546875 +-0.086425781250 +0.300781250000 +0.092285156250 +0.094726562500 +0.012756347656 +0.049560546875 +0.015319824219 +-0.090820312500 +0.029663085938 +0.209960937500 +0.121582031250 +-0.122558593750 +-0.088867187500 +-0.003356933594 +-0.138671875000 +0.007995605469 +0.015014648438 +0.107910156250 +0.179687500000 +-0.021972656250 +0.094238281250 +0.183593750000 +-0.033691406250 +-0.060791015625 +-0.086425781250 +-0.078613281250 +0.050537109375 +-0.198242187500 +-0.009765625000 +0.208007812500 +-0.085937500000 +0.116210937500 +0.051757812500 +0.089843750000 +0.010375976562 +-0.048095703125 +0.079101562500 +-0.099121093750 +0.060302734375 +0.012390136719 +0.143554687500 +-0.109863281250 +0.002944946289 +-0.032958984375 +-0.010498046875 +0.094726562500 +0.047363281250 +0.063476562500 +-0.082519531250 +-0.009155273438 +-0.030761718750 +-0.102539062500 +0.127929687500 +-0.042236328125 +-0.128906250000 +-0.051757812500 +0.030151367188 +0.263671875000 +-0.102539062500 +0.070312500000 +-0.040527343750 +0.039550781250 +0.144531250000 +-0.143554687500 +0.034667968750 +0.060302734375 +-0.172851562500 +-0.183593750000 +0.130859375000 +-0.087402343750 +-0.026123046875 +0.066406250000 +0.041503906250 +-0.197265625000 +0.125976562500 +0.136718750000 +-0.119140625000 +0.072265625000 +0.120117187500 +0.013793945312 +0.226562500000 +-0.114746093750 +-0.007873535156 +-0.065429687500 +-0.144531250000 +0.121582031250 +0.035888671875 +-0.127929687500 +0.146484375000 +0.025268554688 +-0.113769531250 +0.013488769531 +0.125000000000 +0.016357421875 +-0.015747070312 +0.024047851562 +-0.255859375000 +0.205078125000 +0.003616333008 +-0.080566406250 +0.050537109375 +-0.026245117188 +0.085937500000 +0.045166015625 +-0.111816406250 +0.000163078308 +-0.042480468750 +0.035156250000 +0.104003906250 +-0.119140625000 +-0.025634765625 +0.077148437500 +-0.072753906250 +-0.001708984375 +0.378906250000 +0.115722656250 +0.076660156250 +0.065429687500 +-0.070312500000 +0.025756835938 +-0.125976562500 +-0.122558593750 +-0.062011718750 +0.152343750000 +-0.050048828125 +0.061035156250 +0.232421875000 +0.221679687500 +0.148437500000 +-0.024291992188 +0.089355468750 +-0.071777343750 +-0.104492187500 +-0.013549804688 +-0.022094726562 +0.228515625000 +-0.093261718750 +-0.257812500000 +0.125976562500 +0.242187500000 +0.023315429688 +-0.011535644531 +-0.179687500000 +-0.215820312500 +-0.067382812500 +-0.063476562500 +-0.018554687500 +0.066894531250 +-0.025024414062 +-0.107910156250 +-0.052978515625 +0.004882812500 +0.078613281250 +0.000751495361 +-0.110839843750 +-0.058837890625 +-0.083984375000 +0.081542968750 +-0.063476562500 +-0.030029296875 +0.067871093750 +-0.113769531250 +0.068359375000 +-0.248046875000 +-0.125000000000 +0.022338867188 +0.339843750000 +0.152343750000 +-0.001205444336 +-0.042724609375 +-0.064453125000 +-0.068847656250 +-0.048339843750 +-0.055175781250 +-0.031250000000 +-0.047363281250 +-0.027099609375 +-0.220703125000 +-0.201171875000 +0.373046875000 +-0.139648437500 +0.026611328125 +0.061035156250 +-0.186523437500 +0.010925292969 +-0.085449218750 +-0.126953125000 +-0.031494140625 +-0.092773437500 +-0.040283203125 +0.082031250000 +-0.189453125000 +0.035156250000 +-0.160156250000 +-0.160156250000 +-0.108398437500 +0.129882812500 +-0.155273437500 +-0.029418945312 +0.057861328125 +-0.152343750000 +-0.197265625000 +-0.125000000000 +0.098632812500 +-0.051757812500 +0.016601562500 +-0.104980468750 +-0.091308593750 +0.056152343750 +0.106933593750 +-0.208007812500 +-0.085937500000 +0.047119140625 +-0.098632812500 +0.140625000000 +-0.039062500000 +0.157226562500 +0.044677734375 +-0.105957031250 +-0.011535644531 +-0.095214843750 +-0.107421875000 +0.077636718750 +-0.060058593750 +0.108398437500 +0.134765625000 +0.070312500000 +0.090332031250 +-0.094726562500 +-0.147460937500 +0.367187500000 +-0.030639648438 +0.115234375000 +0.269531250000 +0.012207031250 +-0.110839843750 +-0.053710937500 +0.103027343750 +0.197265625000 +-0.103515625000 +-0.164062500000 +-0.119628906250 +0.071289062500 +-0.031738281250 +0.016357421875 +0.115722656250 +0.009582519531 +0.094726562500 +0.060791015625 +-0.160156250000 +0.222656250000 +0.058593750000 +0.099609375000 +-0.030151367188 +0.001144409180 +0.067871093750 +0.023437500000 +0.075683593750 +-0.017944335938 +-0.186523437500 +-0.045166015625 +-0.046142578125 +0.007293701172 +0.231445312500 +-0.100585937500 +-0.002990722656 +0.016601562500 +0.126953125000 +-0.025634765625 +-0.205078125000 +-0.036865234375 +-0.032958984375 +-0.066894531250 +0.118652343750 +0.107910156250 +-0.119628906250 +0.156250000000 +-0.162109375000 +0.005065917969 +0.064453125000 +0.019409179688 +0.032714843750 +0.087402343750 +0.027954101562 +0.027954101562 +-0.101074218750 +-0.027709960938 +0.056640625000 +-0.021240234375 +0.006958007812 +-0.004699707031 +-0.033935546875 +0.186523437500 +0.053466796875 +0.141601562500 +-0.085937500000 +-0.044189453125 +0.018188476562 +-0.145507812500 +0.006652832031 +0.059814453125 +-0.211914062500 +0.189453125000 +0.200195312500 +0.037841796875 +-0.132812500000 +0.080078125000 +0.093261718750 +0.060546875000 +0.116699218750 +0.157226562500 +-0.061767578125 +-0.184570312500 +0.049560546875 +0.090332031250 +-0.034912109375 +-0.127929687500 +0.060058593750 +-0.087890625000 +-0.230468750000 +0.152343750000 +-0.045654296875 +0.135742187500 +0.067871093750 +0.063476562500 +0.014587402344 +0.032714843750 +0.080566406250 +-0.050292968750 +0.112792968750 +0.135742187500 +-0.010925292969 +-0.047119140625 +-0.053222656250 +0.166992187500 +-0.027221679688 +-0.012329101562 +-0.168945312500 +0.034912109375 +0.021362304688 +0.019409179688 +0.007720947266 +0.079101562500 +0.103027343750 +-0.180664062500 +-0.172851562500 +0.047119140625 +0.064941406250 +-0.168945312500 +0.113281250000 +-0.298828125000 +0.004974365234 +-0.062988281250 +0.222656250000 +-0.188476562500 +0.179687500000 +-0.080566406250 +0.003753662109 +0.069335937500 +-0.006958007812 +0.151367187500 +0.086425781250 +0.041503906250 +-0.151367187500 +-0.125000000000 +-0.121093750000 +0.237304687500 +0.009582519531 +-0.249023437500 +-0.059814453125 +0.079101562500 +-0.121093750000 +-0.098632812500 +0.084472656250 +-0.036865234375 +0.042480468750 +-0.095214843750 +-0.136718750000 +0.217773437500 +-0.277343750000 +-0.035644531250 +0.038085937500 +-0.046386718750 +0.131835937500 +0.172851562500 +0.049804687500 +0.043457031250 +0.100585937500 +0.067871093750 +-0.026733398438 +-0.277343750000 +-0.085449218750 +0.092773437500 +0.137695312500 +-0.038330078125 +-0.098632812500 +0.139648437500 +-0.006988525391 +0.314453125000 +0.011230468750 +-0.041992187500 +0.076660156250 +-0.119628906250 +-0.006134033203 +0.111328125000 +0.132812500000 +0.032714843750 +0.099121093750 +0.049316406250 +-0.098144531250 +-0.008483886719 +-0.034667968750 +-0.049804687500 +0.151367187500 +0.053222656250 +0.112792968750 +-0.130859375000 +-0.072265625000 +-0.005279541016 +0.133789062500 +0.011047363281 +0.050292968750 +-0.107910156250 +0.087890625000 +0.083496093750 +0.005767822266 +0.110351562500 +0.074218750000 +0.054443359375 +-0.318359375000 +-0.208984375000 +-0.035400390625 +0.044677734375 +-0.045410156250 +-0.098144531250 +-0.154296875000 +-0.193359375000 +-0.009887695312 +-0.165039062500 +-0.055908203125 +-0.041748046875 +0.189453125000 +-0.084960937500 +0.082519531250 +-0.093261718750 +0.054931640625 +-0.011901855469 +-0.011718750000 +0.086425781250 +-0.064941406250 +-0.010925292969 +-0.314453125000 +-0.081054687500 +0.095703125000 +0.169921875000 +0.018676757812 +-0.100585937500 +0.106445312500 +0.016601562500 +-0.096679687500 +0.083984375000 +-0.083007812500 +-0.029418945312 +-0.034912109375 +0.042236328125 +-0.066406250000 +-0.028808593750 +0.023193359375 +-0.020874023438 +-0.015869140625 +0.068359375000 +0.048095703125 +0.123535156250 +-0.063476562500 +-0.026000976562 +0.025634765625 +0.035644531250 +-0.093261718750 +0.115722656250 +0.038330078125 +-0.000085830688 +0.027099609375 +0.003372192383 +-0.112792968750 +-0.064941406250 +-0.099121093750 +0.058349609375 +-0.060546875000 +0.090820312500 +0.043945312500 +-0.180664062500 +0.029418945312 +-0.031250000000 +0.006103515625 +0.047851562500 +-0.158203125000 +0.036865234375 +-0.048095703125 +0.071777343750 +0.011840820312 +-0.075683593750 +-0.074218750000 +0.125976562500 +-0.021118164062 +0.071777343750 +0.058105468750 +-0.175781250000 +-0.204101562500 +0.067382812500 +-0.267578125000 +-0.113769531250 +-0.108398437500 +-0.120117187500 +0.023925781250 +-0.078613281250 +0.088378906250 +0.106933593750 +0.001640319824 +-0.143554687500 +0.042480468750 +-0.094238281250 +0.058593750000 +0.058349609375 +0.029785156250 +-0.105468750000 +-0.067382812500 +0.089843750000 +-0.031494140625 +0.054931640625 +-0.023803710938 +0.000345230103 +0.167968750000 +-0.057128906250 +-0.032958984375 +-0.007659912109 +-0.083007812500 +0.056152343750 +-0.098144531250 +-0.103027343750 +-0.160156250000 +0.036132812500 +-0.011901855469 +-0.064941406250 +-0.239257812500 +-0.129882812500 +0.033935546875 +0.031005859375 +0.084472656250 +0.011718750000 +-0.119628906250 +0.078613281250 +-0.099121093750 +-0.021728515625 +0.080078125000 +-0.002151489258 +0.038818359375 +-0.026367187500 +0.098144531250 +-0.071289062500 +-0.057128906250 +0.034179687500 +-0.032714843750 +-0.004455566406 +0.041015625000 +-0.174804687500 +-0.139648437500 +-0.193359375000 +-0.002258300781 +-0.180664062500 +0.036865234375 +0.117187500000 +0.030273437500 +-0.127929687500 +-0.159179687500 +-0.062500000000 +-0.034423828125 +-0.075195312500 +0.021118164062 +0.013183593750 +0.108398437500 +0.025634765625 +0.062988281250 +-0.037841796875 +0.094726562500 +-0.298828125000 +-0.078125000000 +0.042236328125 +-0.162109375000 +0.015991210938 +-0.109375000000 +-0.080566406250 +-0.228515625000 +0.166992187500 +-0.304687500000 +-0.015625000000 +-0.085449218750 +0.024047851562 +-0.100585937500 +-0.012451171875 +0.017700195312 +0.075683593750 +0.162109375000 +0.089843750000 +0.177734375000 +-0.281250000000 +-0.083007812500 +-0.259765625000 +0.052978515625 +-0.128906250000 +0.012573242188 +-0.058349609375 +-0.103027343750 +0.069335937500 +-0.155273437500 +-0.061279296875 +-0.138671875000 +0.071289062500 +-0.035888671875 +-0.131835937500 +-0.154296875000 +-0.128906250000 +0.075195312500 +-0.018554687500 +0.076171875000 +0.084472656250 +0.037109375000 +0.053955078125 +0.001747131348 +0.001571655273 +0.044433593750 +0.062500000000 +0.149414062500 +0.116210937500 +-0.027832031250 +-0.144531250000 +0.079101562500 +-0.031982421875 +-0.201171875000 +0.011535644531 +0.001930236816 +0.155273437500 +-0.084472656250 +-0.214843750000 +0.075195312500 +-0.005950927734 +-0.083984375000 +0.094726562500 +-0.001007080078 +-0.117187500000 +0.024291992188 +0.009033203125 +-0.058593750000 +-0.001525878906 +0.041259765625 +-0.037597656250 +-0.083984375000 +0.000341415405 +-0.021118164062 +-0.134765625000 +0.124023437500 +0.197265625000 +0.103027343750 +0.006469726562 +0.130859375000 +0.071289062500 +0.053466796875 +-0.032958984375 +-0.161132812500 +0.000499725342 +-0.135742187500 +-0.136718750000 +0.065429687500 +-0.093750000000 +0.052978515625 +-0.011901855469 +-0.092773437500 +0.029907226562 +0.013061523438 +0.028198242188 +-0.136718750000 +-0.006958007812 +-0.023559570312 +-0.143554687500 +0.213867187500 +-0.118652343750 +0.066894531250 +-0.002014160156 +0.222656250000 +-0.013244628906 +-0.020019531250 +-0.085449218750 +-0.030029296875 +-0.043457031250 +0.058105468750 +-0.191406250000 +-0.009033203125 +-0.090332031250 +-0.024902343750 +-0.166015625000 +0.058349609375 +-0.255859375000 +-0.123535156250 +-0.026489257812 +-0.086425781250 +0.242187500000 +0.161132812500 +0.040039062500 +0.005340576172 +0.070800781250 +0.009643554688 +-0.038330078125 +0.118164062500 +0.125000000000 +-0.121582031250 +-0.300781250000 +0.050537109375 +-0.016601562500 +0.037109375000 +-0.386718750000 +-0.068359375000 +-0.039062500000 +0.127929687500 +0.006286621094 +0.172851562500 +-0.059082031250 +-0.066894531250 +0.016723632812 +0.100097656250 +-0.050292968750 +0.134765625000 +0.032958984375 +-0.077636718750 +0.204101562500 +-0.014526367188 +0.036132812500 +-0.072753906250 +-0.077148437500 +0.081542968750 +0.071777343750 +-0.080078125000 +-0.050537109375 +-0.112304687500 +-0.042724609375 +-0.067382812500 +0.021240234375 +-0.037353515625 +0.330078125000 +0.005218505859 +-0.055664062500 +0.046142578125 +0.177734375000 +0.076171875000 +0.093750000000 +-0.206054687500 +0.093750000000 +-0.115722656250 +-0.051757812500 +0.039062500000 +-0.012023925781 +-0.139648437500 +-0.040039062500 +-0.087890625000 +-0.236328125000 +0.055419921875 +-0.007995605469 +0.004974365234 +0.237304687500 +-0.212890625000 +-0.184570312500 +-0.027709960938 +-0.052978515625 +0.077148437500 +-0.066406250000 +-0.152343750000 +0.049072265625 +0.061279296875 +-0.103515625000 +0.173828125000 +0.035888671875 +-0.075683593750 +-0.084960937500 +-0.122558593750 +0.042724609375 +0.137695312500 +-0.070312500000 +-0.010253906250 +0.118652343750 +-0.306640625000 +0.179687500000 +0.000915527344 +0.125000000000 +-0.027099609375 +-0.000082492828 +-0.036621093750 +0.024169921875 +0.018066406250 +-0.079589843750 +-0.043701171875 +0.005249023438 +0.020385742188 +-0.020996093750 +-0.036376953125 +-0.108398437500 +-0.007263183594 +-0.056640625000 +-0.045898437500 +-0.155273437500 +0.147460937500 +-0.158203125000 +-0.049560546875 +-0.045898437500 +-0.005371093750 +0.019409179688 +-0.153320312500 +0.078125000000 +0.094726562500 +-0.034423828125 +0.122070312500 +-0.099609375000 +0.183593750000 +0.101562500000 +-0.048095703125 +-0.094726562500 +-0.021118164062 +-0.005615234375 +-0.127929687500 +0.038330078125 +-0.060302734375 +-0.149414062500 +0.128906250000 +0.095703125000 +0.218750000000 +-0.046386718750 +-0.116210937500 +0.029785156250 +-0.064453125000 +-0.051757812500 +-0.206054687500 +-0.077636718750 +-0.023315429688 +-0.001029968262 +0.049316406250 +-0.005462646484 +0.005554199219 +-0.055175781250 +-0.045654296875 +-0.458984375000 +-0.068847656250 +-0.104492187500 +0.167968750000 +-0.109863281250 +0.079101562500 +0.024169921875 +-0.056152343750 +0.054687500000 +0.009643554688 +0.091796875000 +-0.101074218750 +-0.033691406250 +0.011108398438 +-0.017700195312 +-0.021972656250 +-0.080078125000 +-0.004577636719 +-0.069824218750 +-0.049560546875 +-0.027709960938 +-0.279296875000 +-0.064453125000 +0.024047851562 +-0.186523437500 +-0.125000000000 +0.018676757812 +-0.016845703125 +-0.046142578125 +0.083496093750 +-0.045166015625 +0.016235351562 +-0.111328125000 +0.094238281250 +-0.039550781250 +0.308593750000 +0.039062500000 +0.137695312500 +0.035400390625 +0.070312500000 +-0.045898437500 +0.153320312500 +-0.105957031250 +-0.025756835938 +0.006958007812 +0.024414062500 +0.171875000000 +0.032226562500 +-0.011352539062 +0.006927490234 +-0.004516601562 +0.004272460938 +-0.091308593750 +0.212890625000 +-0.018432617188 +-0.012634277344 +-0.158203125000 +0.004791259766 +0.010375976562 +0.028808593750 +-0.081542968750 +-0.133789062500 +-0.259765625000 +-0.058105468750 +-0.127929687500 +-0.077148437500 +0.086425781250 +-0.090332031250 +0.093750000000 +-0.053222656250 +0.016845703125 +-0.048583984375 +0.054687500000 +-0.041992187500 +-0.100585937500 +-0.031982421875 +-0.138671875000 +-0.061523437500 +-0.046630859375 +0.116210937500 +0.036132812500 +0.047119140625 +0.036132812500 +0.072265625000 +0.014953613281 +0.047119140625 +-0.033447265625 +0.001640319824 +0.014892578125 +0.030639648438 +0.148437500000 +0.058105468750 +-0.115722656250 +-0.204101562500 +0.098632812500 +0.168945312500 +0.045410156250 +0.010009765625 +0.140625000000 +-0.184570312500 +-0.005645751953 +-0.056640625000 +0.074218750000 +-0.073242187500 +-0.059814453125 +0.130859375000 +0.069824218750 +-0.104003906250 +-0.091796875000 +0.052734375000 +-0.173828125000 +0.152343750000 +0.060302734375 +-0.072265625000 +-0.104492187500 +0.075195312500 +0.042724609375 +-0.095703125000 +-0.152343750000 +-0.106445312500 +-0.032958984375 +-0.011779785156 +0.108398437500 +-0.058837890625 +-0.095214843750 +-0.120605468750 +-0.057128906250 +0.210937500000 +-0.166992187500 +-0.076171875000 +0.027221679688 +-0.148437500000 +-0.150390625000 +0.148437500000 +-0.062255859375 +0.104492187500 +-0.172851562500 +0.029052734375 +-0.063964843750 +0.124511718750 +-0.073730468750 +0.001052856445 +-0.043701171875 +-0.090332031250 +-0.097656250000 +-0.129882812500 +-0.000797271729 +0.086914062500 +-0.041259765625 +-0.011291503906 +-0.004058837891 +0.097656250000 +-0.026611328125 +-0.035888671875 +0.193359375000 +-0.109375000000 +0.021484375000 +0.034912109375 +0.006561279297 +0.058349609375 +0.083984375000 +0.081542968750 +0.026611328125 +0.044433593750 +-0.073730468750 +-0.039062500000 +0.008056640625 +0.013549804688 +0.088378906250 +0.033203125000 +0.199218750000 +-0.016845703125 +0.035400390625 +0.018920898438 +0.015747070312 +-0.041992187500 +0.130859375000 +-0.135742187500 +0.097656250000 +-0.002029418945 +0.018310546875 +-0.267578125000 +-0.052978515625 +-0.031494140625 +-0.091308593750 +-0.101562500000 +-0.107421875000 +-0.050048828125 +0.019165039062 +0.130859375000 +0.129882812500 +0.016479492188 +0.002624511719 +0.052978515625 +0.020996093750 +0.034912109375 +-0.160156250000 +0.074218750000 +-0.011901855469 +-0.152343750000 +-0.003906250000 +0.161132812500 +0.177734375000 +-0.037841796875 +-0.048095703125 +-0.058837890625 +-0.000812530518 +-0.101074218750 +-0.029174804688 +-0.000789642334 +-0.036376953125 +-0.020263671875 +-0.084960937500 +0.104003906250 +0.147460937500 +0.267578125000 +0.018066406250 +-0.011962890625 +-0.003402709961 +0.183593750000 +0.023681640625 +-0.016723632812 +-0.122070312500 +0.108886718750 +-0.135742187500 +0.004272460938 +-0.110839843750 +0.098144531250 +0.112304687500 +-0.171875000000 +-0.073730468750 +0.160156250000 +0.106445312500 +0.015991210938 +0.186523437500 +0.020874023438 +0.014038085938 +-0.330078125000 +0.025390625000 +0.149414062500 +0.029907226562 +-0.101074218750 +-0.043457031250 +-0.033935546875 +0.019531250000 +0.114746093750 +0.030883789062 +0.024780273438 +-0.225585937500 +0.057861328125 +0.066406250000 +0.056152343750 +0.004333496094 +0.156250000000 +0.098632812500 +-0.033935546875 +0.009155273438 +-0.055908203125 +-0.024536132812 +-0.062011718750 +0.020263671875 +-0.105468750000 +0.142578125000 +0.054687500000 +-0.253906250000 +-0.072753906250 +-0.096191406250 +0.150390625000 +-0.240234375000 +0.137695312500 +0.043457031250 +0.046386718750 +0.042968750000 +-0.196289062500 +0.241210937500 +-0.076171875000 +0.077148437500 +-0.024414062500 +-0.026611328125 +0.091308593750 +0.024291992188 +-0.092285156250 +-0.170898437500 +0.082519531250 +0.015380859375 +0.124511718750 +0.072753906250 +0.245117187500 +-0.015625000000 +-0.074707031250 +-0.058593750000 +0.086425781250 +-0.124023437500 +0.046630859375 +-0.053710937500 +0.007598876953 +-0.096679687500 +0.077636718750 +-0.015991210938 +0.138671875000 +0.090332031250 +-0.104980468750 +-0.051025390625 +0.050537109375 +-0.046630859375 +-0.002502441406 +0.170898437500 +-0.146484375000 +-0.048583984375 +0.104003906250 +-0.002761840820 +0.089843750000 +-0.092773437500 +0.166015625000 +-0.104492187500 +0.250000000000 +0.115234375000 +0.035888671875 +-0.005737304688 +0.061279296875 +0.007141113281 +0.173828125000 +0.001052856445 +0.085937500000 +0.027343750000 +-0.031005859375 +-0.001632690430 +-0.277343750000 +0.018920898438 +-0.085449218750 +-0.014953613281 +0.102539062500 +0.058837890625 +0.016845703125 +0.044677734375 +0.126953125000 +0.156250000000 +-0.063476562500 +-0.179687500000 +-0.005462646484 +-0.065429687500 +0.016723632812 +-0.013854980469 +0.032714843750 +-0.083984375000 +0.107421875000 +-0.041503906250 +0.083984375000 +-0.085937500000 +0.049804687500 +-0.026000976562 +-0.082031250000 +-0.345703125000 +-0.013244628906 +-0.105468750000 +0.099121093750 +0.030029296875 +0.200195312500 +0.100585937500 +0.040771484375 +-0.000156402588 +-0.039794921875 +0.004302978516 +-0.054199218750 +0.065917968750 +0.035156250000 +0.038574218750 +0.006622314453 +0.059326171875 +0.024780273438 +-0.075195312500 +-0.017211914062 +-0.124511718750 +0.087402343750 +0.027221679688 +-0.096679687500 +-0.062988281250 +0.008972167969 +-0.069824218750 +-0.074218750000 +-0.011840820312 +-0.246093750000 +-0.030029296875 +-0.000652313232 +0.087402343750 +-0.064941406250 +0.145507812500 +0.032226562500 +-0.016235351562 +-0.018066406250 +0.082031250000 +-0.202148437500 +-0.049072265625 +0.045898437500 +-0.178710937500 +0.086425781250 +0.048583984375 +0.084960937500 +0.032226562500 +0.007751464844 +0.033935546875 +0.016601562500 +-0.052490234375 +0.139648437500 +-0.012451171875 +0.054687500000 +-0.008178710938 +-0.086425781250 +-0.072753906250 +0.122070312500 +0.073242187500 +0.016113281250 +0.075195312500 +-0.024414062500 +0.063476562500 +0.103027343750 +-0.104980468750 +0.140625000000 +0.171875000000 +0.062255859375 +-0.039306640625 +0.080566406250 +-0.033447265625 +0.047119140625 +0.084960937500 +-0.018554687500 +0.124023437500 +0.158203125000 +-0.185546875000 +-0.036132812500 +-0.138671875000 +0.048583984375 +-0.057128906250 +0.207031250000 +0.089843750000 +0.033935546875 +0.039062500000 +-0.022827148438 +0.090820312500 +0.158203125000 +0.062988281250 +0.052978515625 +0.038085937500 +-0.359375000000 +-0.002731323242 +-0.008117675781 +-0.129882812500 +0.089843750000 +-0.076660156250 +0.058349609375 +0.132812500000 +0.087890625000 +-0.100585937500 +0.091796875000 +0.078125000000 +0.110839843750 +0.056640625000 +0.125976562500 +-0.022460937500 +-0.091796875000 +0.135742187500 +-0.119628906250 +0.033203125000 +0.099609375000 +-0.126953125000 +-0.053466796875 +-0.120605468750 +0.094238281250 +-0.026245117188 +-0.148437500000 +0.043945312500 +-0.181640625000 +-0.061035156250 +-0.059570312500 +-0.024780273438 +0.052978515625 +-0.042968750000 +-0.147460937500 +0.047363281250 +0.085449218750 +0.080566406250 +-0.097167968750 +-0.083007812500 +-0.343750000000 +-0.059326171875 +-0.089843750000 +-0.081542968750 +-0.010070800781 +0.063964843750 +0.098632812500 +0.132812500000 +0.041748046875 +-0.036376953125 +0.021484375000 +0.055175781250 +0.077148437500 +-0.033203125000 +-0.130859375000 +-0.037353515625 +0.020385742188 +-0.017333984375 +-0.132812500000 +-0.079589843750 +0.134765625000 +0.003082275391 +-0.033203125000 +-0.040771484375 +0.054199218750 +0.095214843750 +-0.185546875000 +-0.102539062500 +0.031982421875 +0.007110595703 +-0.038330078125 +0.098632812500 +-0.123046875000 +0.054199218750 +-0.062011718750 +-0.141601562500 +-0.136718750000 +0.040527343750 +-0.112792968750 +-0.087402343750 +0.105468750000 +0.226562500000 +0.050292968750 +0.061523437500 +-0.020629882812 +0.054687500000 +0.153320312500 +0.012573242188 +0.071777343750 +0.023437500000 +0.020507812500 +-0.116210937500 +-0.037109375000 +-0.035400390625 +-0.083496093750 +-0.073730468750 +-0.120117187500 +0.154296875000 +-0.065429687500 +0.057373046875 +-0.093261718750 +0.102539062500 +-0.029663085938 +-0.083007812500 +0.017822265625 +-0.054931640625 +0.019531250000 +-0.273437500000 +-0.043945312500 +0.015502929688 +-0.048339843750 +-0.031005859375 +-0.063476562500 +-0.032958984375 +-0.104492187500 +0.116699218750 +-0.183593750000 +-0.010498046875 +-0.045654296875 +0.027343750000 +0.105957031250 +-0.024047851562 +0.028320312500 +0.207031250000 +-0.101074218750 +-0.041992187500 +-0.057128906250 +-0.017211914062 +0.031494140625 +-0.015747070312 +-0.100097656250 +0.027954101562 +0.080078125000 +-0.018798828125 +-0.092773437500 +0.068847656250 +0.040039062500 +0.000820159912 +-0.277343750000 +0.032470703125 +-0.101562500000 +-0.004699707031 +-0.036376953125 +-0.097656250000 +0.051025390625 +0.001533508301 +-0.048339843750 +0.002975463867 +-0.218750000000 +-0.021972656250 +0.078125000000 +0.119140625000 +0.063964843750 +-0.104492187500 +-0.139648437500 +-0.257812500000 +-0.049804687500 +-0.172851562500 +-0.092285156250 +-0.024047851562 +0.084472656250 +-0.106933593750 +0.095703125000 +-0.065429687500 +-0.001502990723 +-0.111816406250 +0.009155273438 +-0.039062500000 +0.261718750000 +0.028076171875 +0.140625000000 +-0.119628906250 +-0.110351562500 +-0.023803710938 +-0.105468750000 +0.181640625000 +-0.031738281250 +0.095703125000 +0.085937500000 +-0.046875000000 +0.037353515625 +0.172851562500 +-0.225585937500 +0.343750000000 +-0.076171875000 +-0.083496093750 +-0.014770507812 +0.007568359375 +0.049316406250 +-0.130859375000 +0.008605957031 +-0.015625000000 +0.014709472656 +0.090332031250 +0.052246093750 +0.028686523438 +0.109863281250 +-0.005004882812 +0.054687500000 +-0.166015625000 +0.125000000000 +-0.009277343750 +-0.055908203125 +0.052978515625 +0.069824218750 +0.078613281250 +-0.053466796875 +0.180664062500 +-0.062500000000 +0.093750000000 +-0.085937500000 +0.060791015625 +-0.047119140625 +-0.070312500000 +0.021972656250 +-0.108398437500 +0.001304626465 +-0.259765625000 +0.000854492188 +0.033691406250 +0.002807617188 +-0.102539062500 +0.230468750000 +-0.089355468750 +-0.021118164062 +-0.176757812500 +0.017944335938 +0.198242187500 +0.087402343750 +-0.261718750000 +-0.087402343750 +0.063964843750 +0.163085937500 +-0.094238281250 +0.074707031250 +-0.053466796875 +0.038085937500 +0.076171875000 +-0.018432617188 +0.015991210938 +0.057128906250 +-0.173828125000 +0.007629394531 +-0.229492187500 +-0.090332031250 +0.102539062500 +0.026611328125 +0.314453125000 +-0.044921875000 +0.084472656250 +0.137695312500 +-0.022949218750 +-0.037597656250 +-0.058105468750 +-0.041015625000 +0.070312500000 +-0.251953125000 +0.136718750000 +-0.024291992188 +-0.044677734375 +0.059570312500 +-0.080078125000 +-0.040771484375 +0.143554687500 +0.013610839844 +-0.021118164062 +-0.136718750000 +-0.062255859375 +-0.116699218750 +0.064941406250 +-0.074707031250 +-0.023315429688 +0.109375000000 +-0.063476562500 +0.010864257812 +-0.005554199219 +-0.029052734375 +-0.107910156250 +0.006286621094 +-0.222656250000 +-0.113281250000 +-0.085937500000 +0.094238281250 +-0.041015625000 +-0.097656250000 +-0.086914062500 +-0.291015625000 +0.133789062500 +-0.114257812500 +-0.238281250000 +0.188476562500 +0.040283203125 +0.150390625000 +-0.112304687500 +0.016113281250 +-0.028930664062 +0.061279296875 +-0.072753906250 +0.203125000000 +-0.103515625000 +-0.047851562500 +-0.043457031250 +0.059814453125 +0.097167968750 +-0.064941406250 +0.113281250000 +-0.109375000000 +-0.020019531250 +0.048339843750 +0.066406250000 +-0.014648437500 +-0.080078125000 +0.148437500000 +0.018798828125 +0.058837890625 +0.019165039062 +-0.018554687500 +-0.189453125000 +-0.029541015625 +-0.043701171875 +0.011413574219 +-0.080566406250 +0.053710937500 +0.017089843750 +0.120605468750 +-0.093750000000 +-0.073242187500 +0.208007812500 +0.255859375000 +-0.050537109375 +-0.058349609375 +0.006683349609 +-0.100585937500 +0.123535156250 +-0.015563964844 +0.150390625000 +0.069335937500 +-0.166992187500 +-0.080078125000 +-0.085937500000 +-0.086914062500 +0.038574218750 +0.062500000000 +-0.029296875000 +0.087890625000 +-0.024414062500 +0.064453125000 +0.016113281250 +-0.075195312500 +-0.077636718750 +-0.139648437500 +-0.112304687500 +-0.076660156250 +-0.176757812500 +-0.060546875000 +0.109375000000 +-0.044433593750 +0.060791015625 +-0.083496093750 +0.158203125000 +0.090332031250 +-0.026367187500 +-0.166992187500 +0.071289062500 +0.035888671875 +-0.046875000000 +-0.007659912109 +-0.057617187500 +-0.064453125000 +0.273437500000 +0.093261718750 +-0.032958984375 +0.050292968750 +-0.128906250000 +-0.071289062500 +-0.120605468750 +0.035644531250 +-0.091796875000 +0.036132812500 +0.061523437500 +-0.034667968750 +0.133789062500 +-0.080566406250 +-0.005798339844 +0.000888824463 +-0.064453125000 +-0.049072265625 +0.059326171875 +-0.104492187500 +-0.073242187500 +-0.302734375000 +0.028564453125 +0.128906250000 +0.043212890625 +0.056396484375 +0.043457031250 +-0.283203125000 +0.130859375000 +-0.130859375000 +-0.020019531250 +-0.009765625000 +-0.117187500000 +-0.000221252441 +-0.170898437500 +-0.072265625000 +-0.018188476562 +-0.067871093750 +0.138671875000 +0.057128906250 +-0.026000976562 +-0.061035156250 +-0.123535156250 +0.241210937500 +0.007110595703 +-0.003555297852 +-0.149414062500 +-0.106933593750 +0.015991210938 +0.045654296875 +-0.045898437500 +-0.016113281250 +0.063964843750 +-0.111328125000 +-0.074707031250 +-0.078613281250 +-0.103027343750 +-0.111816406250 +-0.010498046875 +0.052734375000 +-0.103515625000 +-0.057373046875 +-0.040527343750 +0.007598876953 +-0.081542968750 +-0.049072265625 +-0.132812500000 +0.119628906250 +-0.029052734375 +0.056640625000 +-0.060546875000 +-0.020874023438 +0.050781250000 +0.291015625000 +0.065917968750 +-0.042480468750 +-0.019409179688 +0.169921875000 +0.026123046875 +-0.093261718750 +-0.187500000000 +0.126953125000 +0.269531250000 +-0.145507812500 +-0.165039062500 +-0.018920898438 +0.171875000000 +-0.096679687500 +-0.043212890625 +0.134765625000 +-0.106933593750 +-0.051757812500 +-0.015747070312 +-0.037597656250 +0.042724609375 +0.038085937500 +-0.073730468750 +-0.009887695312 +0.062988281250 +-0.025634765625 +-0.067382812500 +0.096679687500 +-0.058837890625 +0.056640625000 +-0.026367187500 +-0.056884765625 +0.027832031250 +0.036132812500 +0.111816406250 +-0.199218750000 +0.049804687500 +-0.177734375000 +0.050048828125 +0.031982421875 +0.038574218750 +0.050048828125 +0.042236328125 +-0.056640625000 +-0.179687500000 +0.059570312500 +-0.098632812500 +0.021728515625 +-0.096191406250 +0.084960937500 +0.039306640625 +-0.126953125000 +-0.056640625000 +0.022094726562 +-0.079101562500 +-0.001792907715 +0.023559570312 +0.155273437500 +0.177734375000 +-0.124511718750 +-0.039062500000 +0.043945312500 +0.077636718750 +0.103027343750 +-0.000808715820 +-0.106933593750 +0.182617187500 +0.026367187500 +-0.164062500000 +-0.040771484375 +-0.020019531250 +-0.144531250000 +-0.060058593750 +-0.154296875000 +-0.192382812500 +-0.040039062500 +-0.073730468750 +0.209960937500 +-0.031127929688 +0.261718750000 +0.085937500000 +-0.096191406250 +-0.051025390625 +-0.137695312500 +0.053955078125 +-0.144531250000 +0.089843750000 +-0.086914062500 +0.050292968750 +-0.083984375000 +0.018310546875 +0.007629394531 +-0.105468750000 +-0.125000000000 +-0.028442382812 +0.028808593750 +0.052734375000 +0.130859375000 +-0.179687500000 +-0.080078125000 +0.207031250000 +0.127929687500 +-0.141601562500 +0.039794921875 +0.073242187500 +-0.044921875000 +0.147460937500 +0.068359375000 +-0.010925292969 +0.025512695312 +0.048095703125 +0.002288818359 +0.000999450684 +0.198242187500 +0.392578125000 +0.109863281250 +0.198242187500 +-0.026977539062 +0.020507812500 +0.040527343750 +0.134765625000 +-0.038085937500 +-0.090332031250 +0.207031250000 +-0.087890625000 +0.013000488281 +-0.016479492188 +-0.070312500000 +0.051513671875 +-0.062988281250 +-0.104980468750 +-0.070312500000 +0.075683593750 +0.048828125000 +-0.016723632812 +-0.017211914062 +-0.115234375000 +0.008422851562 +-0.005676269531 +-0.066406250000 +0.036865234375 +0.140625000000 +-0.091308593750 +-0.044189453125 +-0.194335937500 +-0.037109375000 +-0.011962890625 +0.063964843750 +-0.153320312500 +0.175781250000 +-0.198242187500 +-0.195312500000 +0.037597656250 +-0.155273437500 +-0.079101562500 +-0.071777343750 +0.159179687500 +-0.046386718750 +0.051269531250 +0.125976562500 +-0.124511718750 +0.017578125000 +-0.112304687500 +-0.125976562500 +-0.060791015625 +-0.046875000000 +-0.031494140625 +-0.073242187500 +-0.019653320312 +0.058837890625 +-0.061035156250 +-0.062255859375 +0.147460937500 +0.124023437500 +-0.080078125000 +-0.120605468750 +0.105957031250 +-0.013427734375 +-0.006408691406 +0.003570556641 +-0.093261718750 +0.038574218750 +-0.120117187500 +0.214843750000 +0.064453125000 +0.116699218750 +-0.005432128906 +0.005920410156 +0.029174804688 +0.045654296875 +0.034179687500 +-0.080566406250 +0.034667968750 +-0.017211914062 +-0.031982421875 +0.082031250000 +0.113281250000 +0.089843750000 +-0.041503906250 +-0.196289062500 +0.021484375000 +-0.030517578125 +0.223632812500 +-0.014038085938 +0.037353515625 +-0.085449218750 +-0.041015625000 +0.088867187500 +-0.060302734375 +-0.013854980469 +0.054687500000 +0.193359375000 +0.150390625000 +0.118652343750 +-0.006683349609 +0.164062500000 +-0.023071289062 +-0.036376953125 +0.202148437500 +-0.062988281250 +-0.043212890625 +0.118652343750 +0.105468750000 +0.038574218750 +-0.101074218750 +-0.009704589844 +0.021240234375 +0.005676269531 +0.034912109375 +0.037109375000 +0.016113281250 +-0.019653320312 +-0.043701171875 +-0.014953613281 +-0.277343750000 +0.002563476562 +-0.085449218750 +-0.032958984375 +-0.111328125000 +-0.068359375000 +0.016723632812 +0.077636718750 +-0.034179687500 +0.104003906250 +-0.159179687500 +-0.048583984375 +0.140625000000 +-0.070800781250 +-0.114257812500 +-0.075195312500 +-0.063476562500 +0.058105468750 +0.062988281250 +0.097656250000 +0.012878417969 +0.003417968750 +0.071289062500 +-0.046386718750 +-0.009887695312 +-0.018798828125 +-0.212890625000 +-0.056396484375 +-0.169921875000 +-0.041992187500 +0.096679687500 +0.087402343750 +-0.083984375000 +0.093261718750 +-0.029296875000 +-0.059570312500 +0.279296875000 +-0.209960937500 +0.083007812500 +0.062255859375 +0.003082275391 +-0.080078125000 +-0.094238281250 +0.043457031250 +-0.165039062500 +0.083007812500 +-0.021972656250 +-0.035156250000 +0.087890625000 +-0.124023437500 +0.069335937500 +0.004302978516 +-0.087890625000 +-0.070312500000 +-0.176757812500 +0.106445312500 +0.116210937500 +0.053466796875 +0.083007812500 +0.084472656250 +0.042724609375 +-0.126953125000 +-0.074218750000 +0.064453125000 +0.255859375000 +0.067382812500 +-0.066894531250 +0.094238281250 +0.181640625000 +-0.066894531250 +0.086425781250 +0.068847656250 +-0.194335937500 +-0.009704589844 +-0.090820312500 +0.041992187500 +-0.179687500000 +-0.065429687500 +0.024414062500 +-0.004150390625 +0.064453125000 +0.105468750000 +0.057373046875 +0.040039062500 +-0.016113281250 +-0.012390136719 +0.056152343750 +-0.140625000000 +-0.075195312500 +0.083984375000 +0.078613281250 +0.109375000000 +0.029663085938 +0.027709960938 +0.038330078125 +0.149414062500 +-0.154296875000 +0.111816406250 +0.200195312500 +-0.065429687500 +0.105468750000 +-0.115722656250 +-0.070312500000 +-0.145507812500 +0.020629882812 +0.041503906250 +-0.002151489258 +-0.132812500000 +-0.027587890625 +0.041503906250 +-0.090820312500 +0.097656250000 +0.022216796875 +-0.273437500000 +0.144531250000 +0.101074218750 +0.051513671875 +0.064941406250 +-0.095703125000 +0.031494140625 +-0.020141601562 +-0.059814453125 +-0.029663085938 +-0.141601562500 +-0.237304687500 +0.094726562500 +-0.093750000000 +-0.083007812500 +-0.044921875000 +-0.036132812500 +0.094238281250 +-0.213867187500 +0.016357421875 +0.039306640625 +-0.041503906250 +-0.096191406250 +0.089843750000 +0.008605957031 +0.212890625000 +-0.035400390625 +0.105957031250 +0.102050781250 +0.082519531250 +0.151367187500 +-0.047363281250 +-0.149414062500 +-0.055908203125 +-0.105468750000 +0.043212890625 +-0.069335937500 +0.077148437500 +-0.012817382812 +-0.035888671875 +0.152343750000 +0.086425781250 +0.018920898438 +0.091796875000 +0.076660156250 +0.072753906250 +-0.106445312500 +0.013427734375 +-0.112792968750 +-0.089355468750 +-0.071289062500 +-0.157226562500 +0.042480468750 +-0.137695312500 +0.048095703125 +0.065429687500 +0.149414062500 +0.073242187500 +-0.125976562500 +-0.178710937500 +0.103027343750 +-0.041015625000 +0.084960937500 +-0.022338867188 +-0.230468750000 +-0.199218750000 +-0.044189453125 +-0.073242187500 +0.064941406250 +-0.029663085938 +0.048339843750 +-0.111816406250 +-0.027221679688 +-0.080078125000 +0.013000488281 +0.194335937500 +-0.199218750000 +0.082031250000 +-0.024536132812 +-0.002441406250 +0.138671875000 +0.032958984375 +0.005065917969 +0.067382812500 +0.107910156250 +0.165039062500 +-0.034667968750 +-0.059082031250 +-0.054443359375 +-0.136718750000 +-0.014038085938 +0.077636718750 +0.018066406250 +-0.028442382812 +-0.075195312500 +-0.060791015625 +-0.008178710938 +-0.026123046875 +0.017944335938 +0.002105712891 +-0.166015625000 +-0.041748046875 +-0.026855468750 +0.053955078125 +0.091308593750 +-0.001525878906 +0.028320312500 +0.099609375000 +0.197265625000 +-0.147460937500 +-0.147460937500 +-0.255859375000 +0.098144531250 +0.045898437500 +-0.160156250000 +-0.013061523438 +0.040527343750 +-0.162109375000 +0.064941406250 +0.041992187500 +-0.004547119141 +0.061767578125 +-0.038330078125 +-0.135742187500 +0.021362304688 +-0.031982421875 +-0.022949218750 +0.289062500000 +-0.050292968750 +0.023803710938 +-0.160156250000 +0.128906250000 +-0.152343750000 +-0.020629882812 +0.014709472656 +-0.073242187500 +-0.062255859375 +-0.137695312500 +0.107421875000 +-0.306640625000 +-0.044677734375 +-0.024536132812 +-0.106933593750 +-0.236328125000 +-0.088867187500 +-0.020019531250 +0.005371093750 +0.008117675781 +-0.019653320312 +-0.128906250000 +0.198242187500 +-0.028320312500 +0.060302734375 +-0.148437500000 +-0.183593750000 +-0.050292968750 +-0.144531250000 +0.178710937500 +-0.277343750000 +0.039794921875 +-0.036621093750 +0.008300781250 +0.009338378906 +0.030883789062 +-0.066894531250 +-0.023437500000 +-0.101562500000 +0.058593750000 +0.106933593750 +0.079101562500 +0.038818359375 +0.051025390625 +0.134765625000 +-0.135742187500 +-0.076660156250 +0.206054687500 +0.108398437500 +-0.063964843750 +0.017822265625 +-0.042724609375 +-0.102539062500 +-0.071289062500 +0.000288009644 +-0.234375000000 +0.103027343750 +0.018432617188 +-0.043212890625 +0.026611328125 +-0.059570312500 +0.062500000000 +0.054687500000 +-0.143554687500 +0.021362304688 +-0.001594543457 +-0.062988281250 +0.037841796875 +0.042968750000 +-0.012573242188 +-0.078613281250 +-0.165039062500 +0.114257812500 +0.341796875000 +-0.257812500000 +-0.085449218750 +-0.014160156250 +-0.051269531250 +0.054687500000 +0.009948730469 +-0.072265625000 +-0.129882812500 +0.032470703125 +-0.180664062500 +0.048095703125 +-0.033447265625 +-0.020385742188 +-0.150390625000 +-0.079589843750 +0.048583984375 +-0.122558593750 +0.150390625000 +-0.117187500000 +0.041748046875 +0.016601562500 +-0.081054687500 +0.006103515625 +0.088378906250 +0.083007812500 +0.082031250000 +-0.082031250000 +0.121582031250 +0.015991210938 +0.078125000000 +0.170898437500 +0.084472656250 +-0.028320312500 +0.018798828125 +0.175781250000 +-0.163085937500 +-0.055664062500 +-0.130859375000 +0.216796875000 +0.065429687500 +0.121582031250 +0.132812500000 +-0.128906250000 +-0.142578125000 +-0.061767578125 +-0.034423828125 +0.042968750000 +-0.032958984375 +0.121093750000 +-0.027954101562 +0.021362304688 +-0.052001953125 +0.026611328125 +0.016479492188 +-0.063476562500 +0.211914062500 +0.026977539062 +0.016357421875 +0.007598876953 +0.070312500000 +-0.083007812500 +0.024902343750 +-0.078613281250 +-0.047851562500 +-0.142578125000 +-0.026367187500 +-0.070312500000 +0.068359375000 +-0.013732910156 +0.180664062500 +-0.034423828125 +0.057373046875 +-0.054687500000 +0.090332031250 +-0.015258789062 +-0.133789062500 +-0.128906250000 +-0.087402343750 +-0.087890625000 +-0.063476562500 +-0.228515625000 +0.100585937500 +0.072753906250 +0.017089843750 +0.078613281250 +0.100585937500 +-0.227539062500 +0.345703125000 +-0.005981445312 +0.030639648438 +-0.148437500000 +0.003875732422 +0.025634765625 +0.032958984375 +-0.116699218750 +-0.125976562500 +-0.110839843750 +0.086914062500 +-0.069335937500 +-0.019653320312 +-0.124023437500 +-0.211914062500 +-0.055419921875 +-0.044189453125 +-0.127929687500 +-0.033935546875 +0.091308593750 +0.102050781250 +-0.129882812500 +-0.010498046875 +-0.060546875000 +-0.033447265625 +-0.081054687500 +0.143554687500 +0.032958984375 +0.097167968750 +-0.148437500000 +-0.091308593750 +-0.117675781250 +-0.168945312500 +0.064941406250 +0.017578125000 +-0.055908203125 +-0.170898437500 +0.081054687500 +-0.001533508301 +-0.091308593750 +0.060791015625 +0.058105468750 +0.105468750000 +-0.009277343750 +0.110351562500 +-0.072265625000 +0.016357421875 +-0.006378173828 +0.001853942871 +-0.225585937500 +0.197265625000 +-0.070800781250 +-0.003250122070 +0.066406250000 +-0.121582031250 +-0.010498046875 +0.030029296875 +0.114257812500 +-0.093750000000 +-0.083007812500 +0.083496093750 +0.032226562500 +0.071289062500 +0.012573242188 +-0.110839843750 +-0.117187500000 +0.168945312500 +0.031982421875 +0.027832031250 +-0.033203125000 +0.021484375000 +-0.040771484375 +-0.060791015625 +-0.037841796875 +-0.145507812500 +-0.036376953125 +-0.031738281250 +-0.136718750000 +-0.182617187500 +-0.043212890625 +-0.138671875000 +0.041992187500 +-0.133789062500 +0.065429687500 +0.088867187500 +-0.033447265625 +0.094726562500 +-0.095703125000 +-0.033203125000 +0.031494140625 +0.102539062500 +0.066894531250 +0.010803222656 +0.162109375000 +-0.000747680664 +-0.050292968750 +0.131835937500 +0.018676757812 +-0.022705078125 +0.153320312500 +-0.091796875000 +0.129882812500 +-0.000206947327 +-0.083984375000 +-0.060058593750 +0.015075683594 +0.049316406250 +0.044677734375 +-0.059814453125 +0.059570312500 +-0.079101562500 +0.113281250000 +-0.047607421875 +0.020874023438 +0.086425781250 +0.165039062500 +0.038085937500 +0.022705078125 +-0.045410156250 +-0.097656250000 +0.117187500000 +-0.098144531250 +-0.015625000000 +-0.051513671875 +0.054443359375 +0.062988281250 +0.042968750000 +0.036865234375 +0.180664062500 +0.053222656250 +0.066406250000 +-0.202148437500 +0.038574218750 +-0.004638671875 +0.018920898438 +0.061767578125 +-0.093261718750 +-0.006195068359 +0.022827148438 +-0.117675781250 +0.021362304688 +-0.066406250000 +-0.010253906250 +0.189453125000 +0.040527343750 +-0.042724609375 +0.051025390625 +0.133789062500 +0.045654296875 +0.208007812500 +0.104492187500 +0.031005859375 +0.092285156250 +0.039550781250 +-0.082031250000 +0.080566406250 +0.093750000000 +-0.012634277344 +0.090820312500 +0.021850585938 +0.017089843750 +0.111328125000 +-0.116699218750 +0.073730468750 +0.136718750000 +-0.087890625000 +0.213867187500 +-0.098144531250 +-0.125976562500 +0.028198242188 +0.148437500000 +-0.019531250000 +-0.020141601562 +-0.014587402344 +-0.271484375000 +0.091796875000 +0.072753906250 +0.328125000000 +-0.151367187500 +-0.055908203125 +-0.028442382812 +0.130859375000 +-0.075683593750 +-0.004608154297 +-0.041748046875 +-0.096191406250 +0.003448486328 +0.019287109375 +-0.077148437500 +-0.040039062500 +-0.101074218750 +-0.131835937500 +0.045166015625 +0.006256103516 +0.017089843750 +-0.094238281250 +-0.071289062500 +0.005584716797 +-0.083007812500 +0.027587890625 +-0.009582519531 +-0.103027343750 +0.054443359375 +-0.036621093750 +-0.037109375000 +-0.039550781250 +0.132812500000 +0.016479492188 +0.000804901123 +0.124511718750 +-0.161132812500 +0.045654296875 +-0.165039062500 +0.027099609375 +0.077148437500 +-0.060058593750 +0.047119140625 +0.120117187500 +-0.134765625000 +-0.009277343750 +0.119140625000 +0.005340576172 +-0.084472656250 +-0.016601562500 +-0.034423828125 +-0.063964843750 +0.003204345703 +-0.074707031250 +0.070800781250 +-0.145507812500 +-0.075683593750 +-0.164062500000 +0.024169921875 +-0.002029418945 +0.119628906250 +0.228515625000 +0.119628906250 +0.127929687500 +0.072753906250 +0.078613281250 +0.189453125000 +-0.002029418945 +0.096679687500 +-0.146484375000 +-0.023437500000 +-0.004913330078 +-0.091308593750 +0.015625000000 +0.201171875000 +-0.033447265625 +0.199218750000 +-0.032714843750 +-0.014404296875 +-0.042236328125 +-0.031127929688 +-0.003143310547 +-0.001686096191 +0.067382812500 +0.020263671875 +-0.029296875000 +0.019775390625 +-0.022949218750 +-0.030273437500 +0.070312500000 +-0.026367187500 +0.104003906250 +-0.030273437500 +-0.010559082031 +0.079589843750 +0.130859375000 +-0.032470703125 +-0.079101562500 +-0.061035156250 +0.025756835938 +-0.055908203125 +-0.019287109375 +0.074218750000 +-0.241210937500 +0.004486083984 +-0.101562500000 +-0.020385742188 +-0.066894531250 +0.044189453125 +-0.141601562500 +-0.006805419922 +-0.024902343750 +0.035888671875 +-0.033691406250 +0.100585937500 +-0.163085937500 +0.011657714844 +0.010681152344 +0.054199218750 +-0.032714843750 +-0.029907226562 +0.107910156250 +0.052001953125 +0.131835937500 +0.121582031250 +0.015075683594 +0.147460937500 +-0.102050781250 +0.169921875000 +-0.083007812500 +0.048583984375 +0.046875000000 +-0.023071289062 +0.162109375000 +-0.030151367188 +0.142578125000 +0.148437500000 +-0.068359375000 +0.086914062500 +0.025756835938 +0.009033203125 +-0.033203125000 +-0.061523437500 +0.053466796875 +0.099609375000 +-0.019042968750 +0.166015625000 +-0.038330078125 +0.051757812500 +-0.041259765625 +-0.027343750000 +-0.036132812500 +-0.279296875000 +-0.005493164062 +0.095214843750 +-0.093261718750 +0.039062500000 +0.182617187500 +-0.056152343750 +0.107421875000 +0.004241943359 +0.085449218750 +-0.134765625000 +-0.171875000000 +0.051269531250 +0.069335937500 +0.312500000000 +-0.177734375000 +-0.098632812500 +0.054931640625 +0.110351562500 +0.160156250000 +-0.007629394531 +-0.002914428711 +0.083007812500 +0.123046875000 +0.027832031250 +0.054443359375 +0.055664062500 +-0.055908203125 +-0.052001953125 +0.007385253906 +-0.044189453125 +-0.010070800781 +-0.045166015625 +-0.008117675781 +0.099121093750 +0.080078125000 +0.167968750000 +-0.012084960938 +0.006195068359 +-0.012695312500 +-0.079101562500 +-0.028198242188 +-0.050292968750 +-0.077636718750 +0.119628906250 +-0.034423828125 +-0.005157470703 +-0.073730468750 +-0.044921875000 +0.054931640625 +-0.019775390625 +-0.036132812500 +-0.130859375000 +0.012451171875 +0.004821777344 +0.029174804688 +0.015502929688 +-0.006408691406 +-0.093261718750 +0.074218750000 +0.044189453125 +-0.175781250000 +-0.007324218750 +-0.190429687500 +0.132812500000 +-0.057861328125 +-0.121093750000 +0.062988281250 +-0.032714843750 +-0.005523681641 +0.062011718750 +0.075683593750 +-0.067382812500 +-0.062255859375 +-0.112792968750 +0.045898437500 +0.166015625000 +-0.143554687500 +0.025756835938 +0.081542968750 +-0.011962890625 +0.023925781250 +-0.090820312500 +-0.057373046875 +0.006225585938 +0.080566406250 +-0.054931640625 +-0.054931640625 +0.047851562500 +-0.106445312500 +0.067382812500 +-0.010925292969 +-0.056396484375 +-0.026489257812 +0.200195312500 +-0.090820312500 +0.079101562500 +0.078613281250 +0.117187500000 +0.085449218750 +-0.058837890625 +-0.103515625000 +0.005035400391 +-0.003784179688 +-0.166015625000 +0.084472656250 +0.086425781250 +0.081542968750 +-0.127929687500 +-0.177734375000 +-0.088867187500 +0.058593750000 +-0.053466796875 +-0.080566406250 +-0.001792907715 +0.078125000000 +0.073730468750 +-0.079589843750 +-0.010986328125 +0.037841796875 +0.108886718750 +-0.031250000000 +0.148437500000 +0.044921875000 +-0.022094726562 +0.172851562500 +-0.137695312500 +-0.176757812500 +-0.215820312500 +0.335937500000 +0.055908203125 +0.429687500000 +0.055419921875 +-0.063476562500 +-0.030273437500 +-0.188476562500 +0.076660156250 +0.059814453125 +-0.163085937500 +0.011657714844 +-0.053466796875 +0.052246093750 +-0.145507812500 +0.010192871094 +-0.137695312500 +-0.076171875000 +0.008422851562 +0.214843750000 +-0.071289062500 +-0.031127929688 +-0.011596679688 +-0.171875000000 +0.269531250000 +-0.054931640625 +-0.232421875000 +-0.159179687500 +0.047851562500 +-0.209960937500 +-0.047363281250 +0.062011718750 +-0.150390625000 +0.000297546387 +-0.151367187500 +0.046630859375 +-0.001159667969 +-0.088867187500 +0.025878906250 +0.010681152344 +0.071289062500 +0.016113281250 +-0.095214843750 +-0.076171875000 +0.042724609375 +-0.091308593750 +-0.107421875000 +0.148437500000 +0.079101562500 +0.030151367188 +-0.328125000000 +0.086425781250 +-0.100097656250 +0.061035156250 +0.077148437500 +-0.123535156250 +-0.098632812500 +0.087890625000 +-0.047607421875 +-0.130859375000 +0.035644531250 +-0.075195312500 +0.096191406250 +-0.010986328125 +-0.198242187500 +-0.048583984375 +-0.238281250000 +-0.095214843750 +-0.019775390625 +0.021850585938 +0.186523437500 +-0.049072265625 +0.023315429688 +-0.131835937500 +-0.004486083984 +0.118164062500 +-0.031982421875 +0.163085937500 +-0.073730468750 +-0.022583007812 +0.044677734375 +0.007476806641 +-0.071289062500 +-0.067382812500 +0.037353515625 +-0.009460449219 +-0.011779785156 +0.047607421875 +-0.126953125000 +-0.149414062500 +-0.000143051147 +-0.018432617188 +0.035888671875 +0.009765625000 +-0.153320312500 +0.049804687500 +0.019531250000 +-0.022827148438 +0.013183593750 +-0.114257812500 +0.007507324219 +-0.161132812500 +-0.116210937500 +-0.089355468750 +-0.269531250000 +0.059082031250 +0.155273437500 +0.039062500000 +-0.061767578125 +0.073242187500 +0.046630859375 +-0.127929687500 +0.128906250000 +-0.033935546875 +0.174804687500 +0.085449218750 +0.096679687500 +-0.082519531250 +-0.105468750000 +0.009643554688 +0.007934570312 +-0.060058593750 +0.096679687500 +-0.101562500000 +0.009460449219 +0.084960937500 +0.038085937500 +0.000854492188 +0.057373046875 +0.017089843750 +0.024291992188 +-0.148437500000 +0.021362304688 +-0.084960937500 +-0.070312500000 +-0.048095703125 +0.082519531250 +-0.236328125000 +0.156250000000 +0.194335937500 +-0.194335937500 +-0.136718750000 +0.102050781250 +0.079589843750 +-0.069335937500 +0.044921875000 +-0.040283203125 +-0.086425781250 +0.075683593750 +-0.070312500000 +-0.152343750000 +0.047119140625 +-0.109375000000 +0.207031250000 +0.033935546875 +-0.071777343750 +0.037353515625 +-0.176757812500 +-0.156250000000 +-0.051757812500 +-0.206054687500 +0.023803710938 +-0.051757812500 +-0.029418945312 +-0.034912109375 +-0.089355468750 +0.004943847656 +-0.028442382812 +-0.040283203125 +0.024414062500 +0.040283203125 +-0.134765625000 +-0.141601562500 +-0.312500000000 +0.113281250000 +-0.145507812500 +0.041503906250 +0.107910156250 +-0.164062500000 +-0.088378906250 +-0.151367187500 +-0.032714843750 +-0.020751953125 +-0.057861328125 +0.047851562500 +0.074218750000 +-0.040283203125 +-0.094726562500 +-0.081054687500 +0.193359375000 +-0.045410156250 +-0.269531250000 +0.083496093750 +-0.014343261719 +-0.009399414062 +-0.029174804688 +0.116699218750 +-0.130859375000 +-0.009094238281 +0.057373046875 +0.043212890625 +0.200195312500 +0.024658203125 +-0.068847656250 +0.169921875000 +0.153320312500 +0.021362304688 +-0.076171875000 +-0.197265625000 +0.086914062500 +0.087890625000 +-0.028564453125 +0.049316406250 +0.052734375000 +0.112304687500 +0.074218750000 +-0.011535644531 +0.003494262695 +-0.057617187500 +0.247070312500 +0.191406250000 +-0.176757812500 +0.029296875000 +0.197265625000 +0.045898437500 +-0.192382812500 +-0.005126953125 +-0.217773437500 +-0.003585815430 +0.008239746094 +0.087402343750 +0.152343750000 +-0.048095703125 +0.024291992188 +0.162109375000 +0.213867187500 +0.086425781250 +-0.173828125000 +0.081542968750 +-0.141601562500 +-0.126953125000 +-0.071777343750 +-0.011840820312 +0.131835937500 +-0.174804687500 +0.047851562500 +0.116210937500 +-0.070800781250 +0.020141601562 +-0.169921875000 +-0.128906250000 +0.083984375000 +-0.031738281250 +-0.279296875000 +-0.143554687500 +-0.026245117188 +0.066406250000 +-0.052246093750 +0.010620117188 +-0.101074218750 +0.020263671875 +-0.022827148438 +0.031494140625 +0.078613281250 +-0.087402343750 +0.070312500000 +0.009277343750 +-0.170898437500 +0.061767578125 +0.050292968750 +-0.217773437500 +-0.081542968750 +0.117675781250 +-0.078125000000 +-0.013183593750 +-0.059814453125 +0.083984375000 +-0.253906250000 +0.063476562500 +-0.143554687500 +0.038085937500 +0.050537109375 +0.082031250000 +0.028808593750 +-0.054199218750 +-0.008911132812 +-0.074218750000 +-0.048583984375 +-0.220703125000 +-0.016601562500 +-0.059814453125 +-0.014160156250 +-0.101074218750 +0.053222656250 +0.048339843750 +-0.060058593750 +-0.149414062500 +0.026855468750 +-0.037353515625 +0.141601562500 +0.049804687500 +0.085449218750 +-0.051513671875 +-0.098144531250 +-0.050048828125 +0.010986328125 +-0.003234863281 +-0.005371093750 +0.004821777344 +-0.008789062500 +0.012634277344 +0.093261718750 +0.114746093750 +0.101562500000 +-0.094726562500 +-0.031005859375 +0.041503906250 +0.113281250000 +-0.011352539062 +-0.154296875000 +0.174804687500 +-0.083496093750 +-0.060302734375 +-0.089843750000 +-0.055908203125 +0.050292968750 +0.023193359375 +0.210937500000 +-0.103027343750 +0.365234375000 +-0.041015625000 +-0.292968750000 +0.124023437500 +-0.042236328125 +-0.108886718750 +-0.109863281250 +0.043457031250 +0.083496093750 +0.091796875000 +0.132812500000 +0.106933593750 +-0.082519531250 +-0.038818359375 +-0.049316406250 +-0.030029296875 +0.012756347656 +-0.118164062500 +-0.066406250000 +-0.043212890625 +0.151367187500 +0.141601562500 +-0.028198242188 +-0.105957031250 +0.215820312500 +0.011169433594 +0.020507812500 +0.013793945312 +-0.250000000000 +-0.091308593750 +0.234375000000 +0.316406250000 +0.065917968750 +-0.021728515625 +0.158203125000 +-0.114746093750 +0.042236328125 +0.084960937500 +0.211914062500 +0.066406250000 +-0.134765625000 +0.079101562500 +0.059082031250 +0.075195312500 +0.010742187500 +0.017822265625 +-0.065429687500 +-0.084960937500 +0.006347656250 +0.083984375000 +0.000526428223 +-0.137695312500 +-0.017456054688 +-0.148437500000 +0.227539062500 +-0.026000976562 +0.129882812500 +-0.125976562500 +0.112792968750 +0.200195312500 +-0.069824218750 +0.092773437500 +0.056396484375 +-0.048095703125 +-0.046875000000 +-0.167968750000 +0.060302734375 +-0.028564453125 +-0.156250000000 +-0.145507812500 +-0.070312500000 +-0.032470703125 +-0.001525878906 +-0.123046875000 +-0.207031250000 +-0.154296875000 +-0.030273437500 +0.006469726562 +-0.210937500000 +-0.081542968750 +-0.052734375000 +0.072265625000 +-0.051025390625 +-0.006042480469 +-0.020507812500 +-0.019042968750 +-0.000831604004 +0.111816406250 +0.001602172852 +0.166015625000 +0.094238281250 +0.170898437500 +-0.086914062500 +-0.117187500000 +0.023803710938 +0.011657714844 +-0.078613281250 +0.104492187500 +0.074218750000 +0.089355468750 +0.030761718750 +0.017578125000 +-0.062988281250 +-0.160156250000 +-0.068847656250 +-0.058105468750 +-0.044189453125 +-0.059814453125 +-0.072753906250 +-0.056884765625 +0.116210937500 +0.072265625000 +0.185546875000 +0.177734375000 +-0.100097656250 +0.012268066406 +-0.169921875000 +0.070800781250 +0.022827148438 +0.002563476562 +0.025390625000 +-0.040527343750 +0.036621093750 +-0.014404296875 +0.131835937500 +0.022827148438 +0.216796875000 +-0.017822265625 +-0.054443359375 +-0.029052734375 +-0.006866455078 +-0.019897460938 +0.030517578125 +0.156250000000 +0.051757812500 +-0.149414062500 +-0.055419921875 +0.212890625000 +0.054199218750 +-0.016113281250 +0.064941406250 +-0.096191406250 +0.005859375000 +0.017822265625 +-0.124511718750 +0.261718750000 +0.035888671875 +0.091308593750 +0.081542968750 +0.022338867188 +0.004638671875 +0.180664062500 +0.119140625000 +0.004791259766 +-0.230468750000 +0.146484375000 +-0.089843750000 +0.005950927734 +-0.000957489014 +-0.050292968750 +0.080078125000 +0.046386718750 +-0.291015625000 +0.201171875000 +0.009948730469 +0.028198242188 +-0.068359375000 +-0.124511718750 +-0.051269531250 +0.255859375000 +0.073242187500 +-0.052734375000 +0.152343750000 +-0.102539062500 +0.038574218750 +-0.023437500000 +-0.051025390625 +-0.015502929688 +0.022705078125 +0.101562500000 +-0.004974365234 +-0.005462646484 +-0.014160156250 +0.054199218750 +0.077636718750 +-0.073242187500 +-0.166015625000 +-0.139648437500 +-0.060058593750 +0.016357421875 +0.003845214844 +-0.152343750000 +0.237304687500 +0.107421875000 +-0.104492187500 +-0.097167968750 +0.115722656250 +0.095703125000 +-0.038574218750 +-0.014770507812 +0.031982421875 +0.090332031250 +0.093261718750 +0.012756347656 +0.074707031250 +-0.024780273438 +-0.129882812500 +-0.246093750000 +0.132812500000 +-0.093750000000 +-0.023315429688 +0.042968750000 +0.073242187500 +-0.041503906250 +0.015625000000 +-0.097656250000 +0.011779785156 +-0.120605468750 +-0.074707031250 +0.014465332031 +-0.207031250000 +0.031494140625 +-0.056396484375 +0.043212890625 +-0.091308593750 +-0.061035156250 +0.188476562500 +-0.010314941406 +0.239257812500 +-0.004577636719 +0.092285156250 +-0.059570312500 +-0.020751953125 +-0.011474609375 +0.134765625000 +-0.109863281250 +0.025146484375 +0.209960937500 +0.083496093750 +0.001220703125 +-0.004699707031 +-0.012207031250 +-0.025512695312 +-0.093261718750 +-0.216796875000 +-0.009460449219 +-0.195312500000 +0.019897460938 +-0.150390625000 +0.101074218750 +-0.081054687500 +0.019409179688 +-0.099121093750 +0.042236328125 +-0.049560546875 +0.199218750000 +0.158203125000 +-0.117675781250 +0.106933593750 +-0.039062500000 +-0.074707031250 +-0.112304687500 +-0.006042480469 +0.271484375000 +-0.115722656250 +0.063964843750 +-0.068847656250 +-0.060791015625 +-0.026977539062 +0.028686523438 +0.082031250000 +-0.166015625000 +-0.026977539062 +-0.367187500000 +0.007537841797 +0.068847656250 +-0.068359375000 +0.066894531250 +-0.062500000000 +-0.165039062500 +-0.005432128906 +-0.220703125000 +0.014343261719 +0.164062500000 +-0.015075683594 +-0.035400390625 +0.109863281250 +0.064941406250 +-0.102050781250 +-0.102539062500 +-0.022949218750 +-0.271484375000 +0.004486083984 +0.104980468750 +-0.001548767090 +-0.093750000000 +0.042724609375 +-0.128906250000 +-0.002883911133 +0.042968750000 +0.027465820312 +-0.181640625000 +0.016845703125 +-0.226562500000 +0.007659912109 +0.145507812500 +-0.095214843750 +-0.052490234375 +0.145507812500 +-0.087402343750 +-0.054199218750 +0.065429687500 +-0.076171875000 +0.128906250000 +0.251953125000 +-0.013793945312 +0.014587402344 +-0.071777343750 +0.110839843750 +-0.038574218750 +-0.203125000000 +0.033203125000 +-0.062011718750 +-0.024658203125 +-0.039306640625 +-0.166015625000 +-0.038818359375 +0.064941406250 +-0.030639648438 +-0.015258789062 +-0.040527343750 +0.014221191406 +0.057373046875 +0.006683349609 +0.006530761719 +-0.220703125000 +-0.076171875000 +-0.026977539062 +0.171875000000 +-0.051025390625 +0.150390625000 +-0.038574218750 +-0.062255859375 +0.144531250000 +0.020141601562 +-0.104980468750 +-0.273437500000 +-0.055419921875 +-0.101074218750 +-0.000444412231 +0.124511718750 +-0.096191406250 +-0.147460937500 +-0.138671875000 +-0.035644531250 +-0.048828125000 +0.048828125000 +-0.042480468750 +-0.011169433594 +0.171875000000 +0.056640625000 +-0.038330078125 +-0.063476562500 +0.035644531250 +-0.053955078125 +-0.173828125000 +0.247070312500 +-0.021362304688 +-0.292968750000 +0.065917968750 +0.040527343750 +0.034667968750 +0.016723632812 +0.082031250000 +0.078613281250 +-0.075195312500 +-0.029541015625 +-0.030151367188 +-0.232421875000 +0.040283203125 +-0.081542968750 +0.074707031250 +-0.017089843750 +-0.153320312500 +-0.052978515625 +-0.080078125000 +-0.101562500000 +-0.326171875000 +-0.014831542969 +-0.109863281250 +-0.100097656250 +0.005126953125 +-0.032226562500 +-0.048095703125 +-0.073242187500 +-0.193359375000 +-0.075683593750 +0.118164062500 +-0.082519531250 +-0.004455566406 +0.042236328125 +-0.213867187500 +0.020019531250 +-0.110839843750 +0.051269531250 +-0.074218750000 +0.161132812500 +0.052734375000 +-0.164062500000 +-0.001899719238 +-0.074707031250 +-0.196289062500 +0.023315429688 +0.179687500000 +-0.108398437500 +-0.014770507812 +0.034423828125 +-0.003646850586 +0.059814453125 +0.027954101562 +-0.008911132812 +-0.004882812500 +-0.003860473633 +-0.051757812500 +-0.062988281250 +-0.052001953125 +-0.093750000000 +0.030029296875 +-0.041015625000 +-0.017456054688 +0.005401611328 +-0.039794921875 +0.122558593750 +0.326171875000 +0.029418945312 +0.062988281250 +0.025512695312 +-0.036376953125 +0.163085937500 +0.027343750000 +0.015441894531 +0.092773437500 +0.216796875000 +-0.164062500000 +-0.035156250000 +0.080566406250 +0.093750000000 +-0.041259765625 +0.065429687500 +-0.021118164062 +-0.265625000000 +-0.036132812500 +0.231445312500 +-0.028686523438 +-0.077636718750 +-0.015014648438 +0.073730468750 +0.119140625000 +0.016235351562 +0.281250000000 +-0.023559570312 +0.075195312500 +0.000438690186 +0.038574218750 +0.046386718750 +-0.102539062500 +0.069824218750 +-0.007476806641 +-0.078613281250 +0.094726562500 +-0.070312500000 +0.000877380371 +0.002578735352 +0.069824218750 +-0.038330078125 +-0.117187500000 +0.150390625000 +-0.016723632812 +-0.031982421875 +-0.039306640625 +0.118164062500 +-0.069335937500 +-0.039550781250 +-0.034667968750 +0.095214843750 +-0.030517578125 +0.029541015625 +0.067382812500 +-0.101074218750 +-0.081542968750 +0.052001953125 +0.006317138672 +-0.034423828125 +0.071289062500 +-0.117187500000 +-0.068359375000 +0.048583984375 +0.015014648438 +0.066406250000 +-0.081054687500 +0.058837890625 +0.083007812500 +0.138671875000 +-0.044677734375 +-0.087402343750 +-0.145507812500 +0.092773437500 +0.070312500000 +0.076660156250 +0.009094238281 +0.044921875000 +0.005371093750 +-0.038085937500 +0.079589843750 +0.058349609375 +0.077148437500 +-0.130859375000 +0.247070312500 +-0.093261718750 +0.052246093750 +-0.021118164062 +-0.112792968750 +-0.082519531250 +0.083007812500 +-0.027832031250 +0.177734375000 +-0.090332031250 +0.102050781250 +-0.046142578125 +-0.213867187500 +-0.105957031250 +0.088378906250 +-0.126953125000 +0.107910156250 +-0.035644531250 +-0.141601562500 +0.106933593750 +0.107910156250 +0.122558593750 +-0.091308593750 +0.022460937500 +-0.030395507812 +0.059082031250 +0.210937500000 +0.110839843750 +-0.042968750000 +-0.030517578125 +-0.000167846680 +-0.029174804688 +0.092773437500 +-0.042968750000 +0.037109375000 +-0.167968750000 +0.090332031250 +-0.131835937500 +-0.034179687500 +-0.080566406250 +0.085449218750 +-0.132812500000 +0.111816406250 +0.072265625000 +-0.125000000000 +-0.063476562500 +-0.080566406250 +0.035400390625 +0.044433593750 +0.091308593750 +0.162109375000 +0.130859375000 +-0.084472656250 +0.011596679688 +-0.133789062500 +0.008483886719 +-0.007934570312 +-0.034667968750 +-0.004608154297 +0.214843750000 +-0.053710937500 +-0.054443359375 +-0.000579833984 +-0.050781250000 +0.062988281250 +0.068359375000 +0.009521484375 +-0.017333984375 +0.239257812500 +-0.122558593750 +0.022949218750 +-0.008666992188 +-0.011413574219 +-0.155273437500 +0.073730468750 +-0.247070312500 +0.143554687500 +-0.110351562500 +0.160156250000 +0.238281250000 +-0.076660156250 +0.078613281250 +-0.090332031250 +0.049072265625 +-0.171875000000 +0.075683593750 +0.225585937500 +-0.146484375000 +-0.011291503906 +-0.023559570312 +-0.032958984375 +-0.125976562500 +-0.054443359375 +-0.010437011719 +0.055175781250 +0.022949218750 +0.071777343750 +-0.044433593750 +-0.221679687500 +0.006530761719 +-0.145507812500 +-0.083007812500 +0.047851562500 +-0.004486083984 +0.057373046875 +-0.047851562500 +0.047363281250 +-0.197265625000 +0.078125000000 +0.068847656250 +-0.107910156250 +0.084472656250 +0.150390625000 +0.054931640625 +-0.004425048828 +0.112792968750 +-0.094726562500 +-0.066894531250 +0.128906250000 +-0.028930664062 +-0.053955078125 +-0.049804687500 +-0.244140625000 +0.045898437500 +0.157226562500 +-0.024047851562 +-0.042480468750 +0.051513671875 +0.161132812500 +0.017211914062 +0.009826660156 +-0.074707031250 +-0.042968750000 +-0.142578125000 +-0.170898437500 +0.024169921875 +-0.174804687500 +0.040771484375 +-0.055908203125 +-0.038818359375 +-0.133789062500 +0.043945312500 +-0.033447265625 +-0.034179687500 +-0.054443359375 +0.063476562500 +0.148437500000 +0.014648437500 +0.004760742188 +-0.056640625000 +-0.040039062500 +0.010681152344 +-0.018676757812 +0.038085937500 +-0.093261718750 +-0.080078125000 +0.001869201660 +-0.139648437500 +0.119140625000 +0.002639770508 +-0.089355468750 +0.089843750000 +0.117675781250 +0.038574218750 +-0.053710937500 +0.059814453125 +0.045898437500 +-0.033935546875 +-0.083984375000 +0.081054687500 +-0.027099609375 +-0.131835937500 +0.104980468750 +0.010681152344 +-0.023559570312 +0.156250000000 +-0.071777343750 +0.083496093750 +-0.016235351562 +0.071289062500 +0.077636718750 +0.099121093750 +-0.058593750000 +-0.160156250000 +0.050537109375 +0.015502929688 +-0.020019531250 +-0.067871093750 +0.102050781250 +-0.116699218750 +0.014526367188 +0.191406250000 +0.027099609375 +0.028320312500 +0.166992187500 +-0.076660156250 +0.149414062500 +0.020141601562 +0.084472656250 +0.080078125000 +-0.367187500000 +-0.016845703125 +-0.092773437500 +-0.161132812500 +-0.059326171875 +0.173828125000 +0.003311157227 +0.043945312500 +0.063476562500 +-0.054931640625 +-0.006866455078 +0.052978515625 +-0.063476562500 +0.064941406250 +0.056884765625 +0.046142578125 +-0.030273437500 +0.086914062500 +0.308593750000 +-0.038330078125 +-0.023681640625 +-0.227539062500 +-0.072265625000 +-0.109375000000 +0.128906250000 +0.083496093750 +-0.037109375000 +-0.146484375000 +-0.008605957031 +0.114746093750 +0.121093750000 +0.138671875000 +-0.054931640625 +-0.072753906250 +0.007354736328 +0.025390625000 +0.032470703125 +-0.175781250000 +0.129882812500 +0.153320312500 +0.002182006836 +-0.006317138672 +0.129882812500 +0.068359375000 +-0.000522613525 +-0.054931640625 +0.062988281250 +-0.107910156250 +-0.091796875000 +0.006042480469 +-0.094238281250 +0.233398437500 +-0.101562500000 +-0.001014709473 +-0.043945312500 +0.181640625000 +0.159179687500 +0.054687500000 +-0.046386718750 +-0.096679687500 +0.012084960938 +-0.076171875000 +0.021362304688 +-0.165039062500 +0.009033203125 +-0.200195312500 +0.032470703125 +-0.188476562500 +0.041259765625 +0.059814453125 +-0.121582031250 +-0.048583984375 +0.033935546875 +-0.080566406250 +0.174804687500 +-0.178710937500 +-0.052001953125 +-0.061035156250 +0.096679687500 +0.024780273438 +0.010803222656 +0.033935546875 +0.019775390625 +0.042968750000 +0.034912109375 +-0.245117187500 +-0.018310546875 +0.078125000000 +-0.130859375000 +-0.037841796875 +0.086914062500 +-0.022216796875 +-0.049316406250 +0.023071289062 +-0.045166015625 +0.027465820312 +0.003540039062 +-0.129882812500 +-0.070312500000 +-0.238281250000 +-0.039062500000 +-0.122558593750 +0.122558593750 +-0.052001953125 +0.076171875000 +-0.185546875000 +-0.042968750000 +-0.149414062500 +-0.014587402344 +-0.074218750000 +-0.092285156250 +0.093750000000 +0.030273437500 +-0.034179687500 +-0.116210937500 +-0.142578125000 +0.041015625000 +0.005767822266 +-0.013610839844 +0.025634765625 +0.039550781250 +-0.138671875000 +0.102539062500 +0.092773437500 +-0.024414062500 +0.146484375000 +-0.198242187500 +0.100585937500 +-0.007080078125 +-0.029907226562 +0.065917968750 +-0.146484375000 +-0.023681640625 +-0.120605468750 +-0.016967773438 +0.008178710938 +-0.078125000000 +0.040039062500 +-0.026489257812 +-0.117675781250 +0.158203125000 +0.201171875000 +-0.062011718750 +-0.156250000000 +0.081542968750 +0.039550781250 +0.114746093750 +0.028320312500 +-0.195312500000 +-0.118164062500 +0.069335937500 +-0.000556945801 +-0.064941406250 +-0.076660156250 +-0.087402343750 +0.121093750000 +0.113769531250 +0.019042968750 +0.075195312500 +0.072753906250 +-0.056152343750 +-0.150390625000 +0.045410156250 +-0.037353515625 +-0.287109375000 +0.146484375000 +0.115234375000 +0.176757812500 +0.042480468750 +0.068359375000 +0.261718750000 +0.113281250000 +-0.014038085938 +-0.041748046875 +-0.047119140625 +-0.186523437500 +-0.047363281250 +0.063476562500 +0.164062500000 +0.054199218750 +0.060791015625 +0.095703125000 +0.095703125000 +0.083984375000 +-0.015319824219 +0.073242187500 +0.215820312500 +0.032226562500 +0.040771484375 +-0.394531250000 +-0.031494140625 +-0.020751953125 +0.040527343750 +-0.137695312500 +-0.042236328125 +-0.006744384766 +0.040527343750 +0.070800781250 +0.009887695312 +0.004638671875 +-0.097167968750 +0.064453125000 +0.153320312500 +0.123535156250 +-0.149414062500 +-0.008728027344 +0.054199218750 +-0.048583984375 +0.037353515625 +0.056396484375 +-0.353515625000 +0.070800781250 +-0.057128906250 +0.077148437500 +0.067871093750 +0.077636718750 +-0.147460937500 +-0.119140625000 +-0.067382812500 +-0.048095703125 +-0.180664062500 +-0.044677734375 +0.012451171875 +-0.174804687500 +-0.017944335938 +0.084472656250 +0.143554687500 +-0.080078125000 +-0.052490234375 +0.072265625000 +-0.025634765625 +0.133789062500 +-0.014404296875 +-0.061767578125 +-0.173828125000 +-0.033203125000 +0.000812530518 +0.047607421875 +0.054687500000 +0.066894531250 +0.097167968750 +0.036621093750 +0.125976562500 +-0.098144531250 +0.094726562500 +0.016601562500 +0.157226562500 +-0.012939453125 +-0.023559570312 +0.125976562500 +0.138671875000 +0.026855468750 +-0.077148437500 +-0.035400390625 +-0.016845703125 +-0.096191406250 +0.012390136719 +0.291015625000 +-0.105468750000 +0.141601562500 +-0.035888671875 +-0.033935546875 +-0.151367187500 +-0.061523437500 +-0.096191406250 +-0.035156250000 +0.098144531250 +0.083007812500 +0.072753906250 +0.009826660156 +-0.116210937500 +-0.221679687500 +-0.115722656250 +0.129882812500 +0.221679687500 +0.051757812500 +-0.126953125000 +-0.149414062500 +-0.037109375000 +-0.074218750000 +-0.098144531250 +-0.091796875000 +0.004333496094 +0.004882812500 +-0.014892578125 +0.097167968750 +0.003494262695 +-0.000239372253 +-0.049072265625 +-0.120117187500 +-0.045410156250 +-0.166992187500 +-0.093750000000 +-0.033203125000 +0.097656250000 +-0.040283203125 +0.006164550781 +-0.001808166504 +-0.132812500000 +-0.073242187500 +0.072265625000 +-0.163085937500 +-0.189453125000 +0.029907226562 +-0.040771484375 +-0.010803222656 +-0.034912109375 +0.014953613281 +0.174804687500 +-0.324218750000 +-0.007781982422 +-0.073730468750 +-0.101074218750 +0.051025390625 +-0.039306640625 +0.089843750000 +0.065429687500 +0.056884765625 +-0.003890991211 +-0.082519531250 +0.077636718750 +0.032714843750 +-0.191406250000 +-0.089843750000 +-0.255859375000 +0.061523437500 +-0.066406250000 +-0.046386718750 +-0.020385742188 +0.029541015625 +-0.068359375000 +-0.018310546875 +-0.017333984375 +-0.129882812500 +0.136718750000 +0.064453125000 +-0.094238281250 +-0.142578125000 +0.077148437500 +0.148437500000 +-0.092285156250 +-0.039550781250 +0.121093750000 +-0.032226562500 +-0.164062500000 +-0.001167297363 +-0.242187500000 +0.076171875000 +0.076660156250 +0.013244628906 +0.004974365234 +0.133789062500 +-0.045898437500 +0.306640625000 +0.036865234375 +0.128906250000 +0.158203125000 +-0.089355468750 +-0.106933593750 +-0.097167968750 +-0.076660156250 +0.029052734375 +-0.157226562500 +0.073730468750 +0.060302734375 +-0.036865234375 +0.077636718750 +0.147460937500 +-0.054931640625 +-0.019531250000 +-0.074218750000 +-0.212890625000 +-0.131835937500 +-0.037597656250 +0.046142578125 +0.133789062500 +0.070312500000 +-0.002624511719 +-0.008544921875 +-0.140625000000 +-0.102050781250 +0.098632812500 +-0.194335937500 +-0.061279296875 +0.067382812500 +0.086914062500 +0.062500000000 +0.032470703125 +0.109375000000 +0.021972656250 +-0.056640625000 +-0.183593750000 +0.065429687500 +-0.136718750000 +0.257812500000 +-0.061035156250 +0.029907226562 +-0.079589843750 +0.035400390625 +-0.010986328125 +-0.010986328125 +-0.123046875000 +-0.070800781250 +0.053222656250 +0.099609375000 +0.185546875000 +-0.006713867188 +0.039306640625 +-0.051269531250 +0.002700805664 +-0.076660156250 +-0.008605957031 +0.022705078125 +-0.039550781250 +-0.191406250000 +0.116210937500 +-0.103027343750 +0.043945312500 +0.031494140625 +-0.211914062500 +0.008056640625 +-0.087402343750 +0.061767578125 +-0.110839843750 +0.025634765625 +-0.039062500000 +-0.042724609375 +-0.022705078125 +0.128906250000 +0.105957031250 +-0.202148437500 +0.056884765625 +0.007812500000 +0.027343750000 +-0.037841796875 +0.058837890625 +-0.039794921875 +0.008544921875 +-0.063964843750 +-0.061035156250 +0.224609375000 +-0.050292968750 +0.123535156250 +-0.123046875000 +0.063476562500 +-0.218750000000 +-0.099609375000 +0.010253906250 +0.105468750000 +-0.083496093750 +-0.003417968750 +-0.062500000000 +0.097656250000 +-0.078125000000 +0.014160156250 +-0.015136718750 +-0.037841796875 +-0.088867187500 +0.160156250000 +0.011047363281 +-0.022338867188 +0.157226562500 +-0.155273437500 +-0.015869140625 +-0.122070312500 +0.171875000000 +0.099121093750 +-0.031738281250 +0.037841796875 +-0.016967773438 +0.014282226562 +-0.025512695312 +0.069824218750 +0.048828125000 +0.084472656250 +0.081542968750 +0.038085937500 +-0.071777343750 +0.077636718750 +0.025268554688 +-0.034423828125 +-0.016113281250 +0.059570312500 +0.033203125000 +0.007629394531 +-0.120117187500 +0.060546875000 +-0.095703125000 +-0.119628906250 +-0.032714843750 +0.259765625000 +-0.048339843750 +0.040283203125 +-0.115722656250 +-0.069335937500 +-0.087402343750 +-0.014587402344 +-0.186523437500 +0.063964843750 +-0.185546875000 +0.073730468750 +0.143554687500 +0.085449218750 +-0.091796875000 +0.102050781250 +-0.097656250000 +-0.145507812500 +-0.156250000000 +0.165039062500 +0.048339843750 +0.127929687500 +-0.121582031250 +-0.071777343750 +-0.090332031250 +0.128906250000 +0.033935546875 +-0.061035156250 +-0.030029296875 +0.131835937500 +-0.039062500000 +0.215820312500 +-0.001899719238 +0.052246093750 +-0.024047851562 +-0.059570312500 +0.002044677734 +-0.101562500000 +0.002929687500 +-0.033691406250 +0.044189453125 +0.247070312500 +0.158203125000 +-0.060546875000 +-0.132812500000 +0.026367187500 +0.141601562500 +-0.075195312500 +-0.090332031250 +0.088867187500 +-0.044921875000 +-0.298828125000 +0.000446319580 +-0.003372192383 +-0.092773437500 +-0.077148437500 +-0.062255859375 +-0.028930664062 +-0.219726562500 +0.204101562500 +-0.146484375000 +0.004028320312 +0.076171875000 +-0.035400390625 +0.019531250000 +0.080566406250 +-0.075683593750 +-0.151367187500 +0.063476562500 +0.001914978027 +-0.080078125000 +-0.032470703125 +-0.194335937500 +0.156250000000 +0.019897460938 +-0.108398437500 +0.070312500000 +0.091308593750 +-0.020507812500 +-0.001342773438 +-0.131835937500 +-0.061523437500 +0.117187500000 +0.030761718750 +-0.012512207031 +-0.014160156250 +0.007202148438 +-0.123535156250 +0.040771484375 +-0.106445312500 +-0.040527343750 +-0.013061523438 +0.045654296875 +-0.230468750000 +0.118652343750 +0.025512695312 +0.050292968750 +0.055664062500 +-0.105468750000 +0.025146484375 +-0.111328125000 +0.074707031250 +-0.091308593750 +-0.075195312500 +-0.107421875000 +0.174804687500 +-0.119628906250 +0.020263671875 +-0.041503906250 +-0.057861328125 +-0.109375000000 +0.034423828125 +-0.080078125000 +-0.131835937500 +0.005737304688 +0.037109375000 +-0.230468750000 +0.166015625000 +-0.180664062500 +-0.051757812500 +0.094726562500 +-0.026489257812 +0.008605957031 +0.076660156250 +0.051513671875 +0.010925292969 +0.025756835938 +-0.020629882812 +-0.018066406250 +-0.086914062500 +0.091796875000 +0.163085937500 +0.112304687500 +-0.103027343750 +0.050048828125 +-0.057861328125 +-0.121093750000 +0.211914062500 +-0.021362304688 +-0.053466796875 +-0.043945312500 +0.007659912109 +-0.100097656250 +0.093261718750 +0.217773437500 +0.219726562500 +-0.113281250000 +-0.051513671875 +0.008666992188 +0.028442382812 +-0.045898437500 +0.035644531250 +-0.004730224609 +0.025268554688 +-0.020507812500 +-0.031005859375 +-0.008850097656 +0.014526367188 +-0.003112792969 +-0.053466796875 +0.069824218750 +-0.019897460938 +0.044189453125 +0.074218750000 +-0.065917968750 +0.298828125000 +-0.066406250000 +-0.140625000000 +-0.345703125000 +-0.098144531250 +-0.103027343750 +0.034423828125 +-0.153320312500 +-0.116210937500 +0.017944335938 +-0.156250000000 +0.058105468750 +-0.148437500000 +-0.075195312500 +-0.073730468750 +0.072265625000 +-0.017211914062 +0.013977050781 +0.084472656250 +0.075683593750 +0.164062500000 +-0.182617187500 +0.032714843750 +-0.026611328125 +0.052246093750 +-0.115234375000 +0.013427734375 +-0.247070312500 +0.099609375000 +0.016357421875 +0.007232666016 +-0.067871093750 +-0.051025390625 +0.046630859375 +-0.257812500000 +-0.166015625000 +-0.101562500000 +-0.041748046875 +0.013916015625 +0.007049560547 +-0.094726562500 +0.033203125000 +0.092285156250 +-0.060546875000 +-0.125976562500 +0.111816406250 +0.179687500000 +-0.144531250000 +-0.047119140625 +0.011779785156 +-0.070312500000 +-0.012023925781 +-0.011413574219 +0.048828125000 +-0.105468750000 +0.111816406250 +0.030395507812 +-0.056152343750 +-0.005279541016 +0.011169433594 +-0.044677734375 +-0.140625000000 +0.158203125000 +-0.042724609375 +0.079589843750 +-0.053710937500 +-0.106445312500 +0.075683593750 +0.065917968750 +-0.094238281250 +0.099609375000 +0.029052734375 +-0.134765625000 +-0.066894531250 +0.027465820312 +-0.050781250000 +0.101562500000 +0.111816406250 +0.075195312500 +-0.008544921875 +-0.304687500000 +0.076171875000 +0.013305664062 +-0.082031250000 +-0.104492187500 +-0.018432617188 +-0.160156250000 +-0.056396484375 +-0.022583007812 +0.064453125000 +0.096191406250 +-0.012878417969 +0.055419921875 +0.137695312500 +0.017089843750 +0.090820312500 +0.180664062500 +0.050292968750 +0.086425781250 +0.040771484375 +-0.010253906250 +-0.044677734375 +-0.004211425781 +-0.085937500000 +-0.056152343750 +0.104003906250 +-0.075683593750 +-0.103027343750 +0.033447265625 +0.007141113281 +-0.104003906250 +0.091796875000 +-0.025634765625 +-0.104980468750 +0.163085937500 +0.013427734375 +-0.083496093750 +-0.035888671875 +-0.113769531250 +0.010070800781 +0.039550781250 +0.204101562500 +0.032226562500 +-0.037597656250 +0.041748046875 +0.121582031250 +-0.036621093750 +-0.106445312500 +0.002090454102 +-0.018920898438 +-0.058349609375 +-0.001716613770 +-0.081542968750 +-0.058105468750 +0.123535156250 +0.051025390625 +-0.017211914062 +-0.006652832031 +-0.080078125000 +-0.085449218750 +-0.023925781250 +0.068359375000 +-0.105957031250 +-0.011291503906 +-0.010559082031 +-0.077636718750 +-0.031982421875 +-0.083496093750 +0.058837890625 +-0.030639648438 +-0.167968750000 +-0.013000488281 +-0.012939453125 +-0.050781250000 +-0.006591796875 +-0.061523437500 +-0.092773437500 +-0.025634765625 +-0.197265625000 +-0.063476562500 +-0.086425781250 +-0.017700195312 +-0.040283203125 +0.080566406250 +-0.145507812500 +-0.279296875000 +0.012451171875 +-0.118652343750 +0.047119140625 +0.015502929688 +0.300781250000 +-0.013854980469 +0.158203125000 +-0.059570312500 +0.012756347656 +0.192382812500 +-0.001716613770 +0.059326171875 +-0.246093750000 +0.004730224609 +0.041259765625 +0.012451171875 +-0.128906250000 +-0.027343750000 +-0.015991210938 +0.064453125000 +0.003585815430 +-0.105468750000 +-0.206054687500 +-0.004272460938 +0.120605468750 +-0.054443359375 +-0.040039062500 +0.049560546875 +-0.055175781250 +-0.071289062500 +-0.018310546875 +0.085449218750 +-0.193359375000 +-0.184570312500 +-0.027587890625 +-0.072753906250 +0.097656250000 +0.018798828125 +0.179687500000 +0.021240234375 +0.078125000000 +-0.052246093750 +-0.070800781250 +0.035156250000 +-0.107910156250 +-0.212890625000 +0.086425781250 +0.066406250000 +0.135742187500 +-0.030395507812 +-0.386718750000 +0.002075195312 +-0.145507812500 +0.001441955566 +-0.084960937500 +-0.008544921875 +-0.000793457031 +-0.067382812500 +-0.021850585938 +0.177734375000 +0.092773437500 +-0.179687500000 +-0.085937500000 +0.154296875000 +-0.084960937500 +-0.116699218750 +-0.234375000000 +0.075683593750 +0.037841796875 +-0.022094726562 +-0.051025390625 +0.124023437500 +0.139648437500 +-0.008728027344 +-0.059570312500 +-0.023437500000 +0.036865234375 +-0.027221679688 +0.059570312500 +0.051513671875 +-0.052734375000 +0.061523437500 +-0.051269531250 +-0.022583007812 +-0.040527343750 +-0.214843750000 +0.091796875000 +-0.087402343750 +-0.048339843750 +-0.312500000000 +-0.188476562500 +-0.033691406250 +-0.022460937500 +0.008483886719 +-0.074707031250 +0.077148437500 +-0.013122558594 +-0.135742187500 +-0.045166015625 +-0.027221679688 +-0.062988281250 +-0.132812500000 +-0.075195312500 +0.028564453125 +-0.005462646484 +-0.077148437500 +-0.219726562500 +0.006713867188 +-0.104980468750 +-0.055419921875 +-0.044677734375 +-0.040527343750 +0.004364013672 +-0.052001953125 +0.119140625000 +0.043701171875 +-0.060791015625 +0.064941406250 +0.040283203125 +0.157226562500 +0.045166015625 +-0.197265625000 +-0.141601562500 +-0.017700195312 +-0.048095703125 +0.039306640625 +-0.468750000000 +0.014282226562 +-0.133789062500 +-0.125976562500 +0.062988281250 +0.029907226562 +-0.019653320312 +0.043212890625 +-0.009948730469 +0.030273437500 +-0.045410156250 +-0.049804687500 +0.117187500000 +-0.159179687500 +0.064453125000 +-0.131835937500 +0.021972656250 +0.086425781250 +-0.144531250000 +0.088867187500 +0.002792358398 +-0.136718750000 +-0.043457031250 +-0.039794921875 +0.061279296875 +-0.144531250000 +-0.023193359375 +0.061279296875 +-0.004516601562 +-0.000846862793 +-0.000835418701 +-0.090820312500 +0.059082031250 +-0.034667968750 +-0.054443359375 +-0.128906250000 +0.130859375000 +-0.091796875000 +-0.045898437500 +0.055908203125 +-0.129882812500 +-0.004974365234 +-0.056640625000 +0.030639648438 +-0.087402343750 +-0.023803710938 +0.042968750000 +-0.005554199219 +0.085937500000 +0.024536132812 +-0.111328125000 +-0.010620117188 +0.036376953125 +0.128906250000 +-0.076171875000 +0.014099121094 +0.110351562500 +-0.078613281250 +-0.097656250000 +-0.015380859375 +0.062500000000 +-0.012695312500 +0.010681152344 +0.107421875000 +-0.043457031250 +0.125976562500 +0.180664062500 +-0.037841796875 +0.081542968750 +-0.180664062500 +0.091308593750 +-0.116210937500 +-0.014465332031 +0.083984375000 +0.032470703125 +-0.279296875000 +0.065917968750 +-0.003433227539 +-0.108398437500 +-0.029418945312 +0.043212890625 +0.008911132812 +-0.057861328125 +-0.042724609375 +0.044433593750 +0.055664062500 +-0.124023437500 +0.035644531250 +-0.078613281250 +0.090820312500 +-0.178710937500 +0.024658203125 +0.050537109375 +0.004119873047 +-0.103515625000 +-0.086914062500 +0.048339843750 +-0.070312500000 +0.067382812500 +0.054931640625 +-0.083007812500 +0.183593750000 +-0.077636718750 +-0.060302734375 +-0.110839843750 +-0.021362304688 +0.161132812500 +-0.056396484375 +0.018188476562 +0.024658203125 +0.096191406250 +0.164062500000 +-0.029541015625 +0.089355468750 +-0.122070312500 +0.077148437500 +-0.067382812500 +0.079589843750 +-0.028442382812 +0.016967773438 +-0.140625000000 +0.130859375000 +0.039062500000 +-0.030029296875 +0.100585937500 +0.215820312500 +0.114257812500 +-0.105468750000 +-0.181640625000 +-0.069824218750 +-0.043457031250 +0.078613281250 +-0.151367187500 +0.079589843750 +0.040527343750 +0.081054687500 +-0.131835937500 +0.067382812500 +0.092285156250 +-0.149414062500 +-0.020263671875 +0.006164550781 +-0.050781250000 +-0.075195312500 +-0.085937500000 +-0.039550781250 +0.053955078125 +-0.014953613281 +0.065429687500 +-0.050292968750 +-0.164062500000 +0.043212890625 +-0.072753906250 +-0.022827148438 +0.027343750000 +-0.017944335938 +0.064453125000 +0.074707031250 +-0.001281738281 +-0.146484375000 +-0.200195312500 +0.060058593750 +0.069824218750 +0.111816406250 +-0.082031250000 +0.045166015625 +-0.015075683594 +-0.144531250000 +0.084472656250 +-0.106445312500 +-0.013732910156 +-0.047607421875 +0.003936767578 +0.060546875000 +0.006958007812 +0.110351562500 +-0.351562500000 +-0.200195312500 +0.029663085938 +0.026245117188 +-0.090820312500 +0.085937500000 +-0.016357421875 +0.005187988281 +0.008056640625 +0.062255859375 +-0.052978515625 +0.006042480469 +0.071777343750 +0.037353515625 +-0.095703125000 +-0.025878906250 +-0.221679687500 +0.015991210938 +0.208007812500 +-0.152343750000 +0.002136230469 +-0.117675781250 +0.032714843750 +-0.034423828125 +-0.049316406250 +0.110839843750 +-0.153320312500 +-0.073242187500 +-0.130859375000 +0.099609375000 +-0.085937500000 +0.097167968750 +0.020996093750 +0.096679687500 +-0.005798339844 +-0.126953125000 +-0.052978515625 +0.031494140625 +-0.016113281250 +-0.214843750000 +0.034179687500 +-0.095214843750 +0.089355468750 +-0.119140625000 +-0.117675781250 +-0.079589843750 +-0.025024414062 +0.122558593750 +-0.002273559570 +0.095703125000 +0.166015625000 +-0.124023437500 +-0.083984375000 +-0.094238281250 +0.100097656250 +0.033203125000 +-0.087890625000 +0.022460937500 +0.074218750000 +-0.000717163086 +-0.157226562500 +0.021850585938 +-0.123046875000 +0.281250000000 +-0.026977539062 +-0.241210937500 +-0.103515625000 +0.049804687500 +-0.045898437500 +0.008117675781 +-0.008056640625 +-0.017578125000 +0.094726562500 +0.027465820312 +0.223632812500 +-0.263671875000 +-0.082519531250 +-0.112792968750 +0.020263671875 +0.183593750000 +-0.232421875000 +0.067382812500 +-0.014953613281 +0.023437500000 +-0.150390625000 +0.083007812500 +-0.056884765625 +0.063964843750 +-0.169921875000 +-0.050048828125 +-0.177734375000 +0.125976562500 +-0.273437500000 +-0.010192871094 +-0.093261718750 +0.038085937500 +-0.030517578125 +-0.206054687500 +-0.014648437500 +-0.069335937500 +0.147460937500 +0.050048828125 +-0.178710937500 +0.006561279297 +-0.078125000000 +-0.134765625000 +-0.103515625000 +0.100097656250 +-0.006500244141 +-0.072753906250 +0.050537109375 +0.001480102539 +0.101562500000 +-0.057373046875 +0.013732910156 +0.004577636719 +0.025878906250 +-0.128906250000 +0.052001953125 +0.003265380859 +0.028198242188 +0.033691406250 +0.181640625000 +-0.051025390625 +-0.003112792969 +-0.022216796875 +-0.118164062500 +-0.006774902344 +0.095703125000 +0.016723632812 +-0.150390625000 +0.027221679688 +-0.082519531250 +0.006866455078 +0.017700195312 +-0.094726562500 +0.089355468750 +0.014343261719 +0.059326171875 +0.044433593750 +-0.048339843750 +0.078125000000 +0.027709960938 +-0.076171875000 +0.010437011719 +0.050048828125 +0.033691406250 +0.135742187500 +-0.029296875000 +-0.130859375000 +-0.137695312500 +-0.018798828125 +0.027099609375 +0.114746093750 +-0.004272460938 +0.030517578125 +-0.014465332031 +-0.087402343750 +0.014221191406 +0.100585937500 +-0.067871093750 +-0.108886718750 +0.042480468750 +-0.081542968750 +-0.022827148438 +0.120117187500 +0.022583007812 +0.032714843750 +-0.156250000000 +0.072753906250 +0.053222656250 +0.090332031250 +0.028930664062 +0.067871093750 +-0.010192871094 +0.081054687500 +-0.236328125000 +0.110351562500 +-0.144531250000 +0.065429687500 +-0.054199218750 +-0.137695312500 +0.062011718750 +-0.042724609375 +0.069824218750 +0.028442382812 +0.332031250000 +-0.021850585938 +-0.060791015625 +-0.196289062500 +0.057617187500 +0.033935546875 +0.038085937500 +-0.027832031250 +-0.102539062500 +0.013061523438 +0.030883789062 +-0.108398437500 +-0.017089843750 +0.076660156250 +-0.099121093750 +0.018798828125 +0.085449218750 +-0.002700805664 +0.059082031250 +0.052734375000 +0.059570312500 +-0.031494140625 +0.027709960938 +-0.113769531250 +0.174804687500 +0.044921875000 +-0.140625000000 +-0.208007812500 +0.103515625000 +-0.084960937500 +-0.294921875000 +-0.018310546875 +-0.002685546875 +0.099121093750 +-0.041748046875 +-0.092773437500 +-0.020507812500 +0.064941406250 +-0.091308593750 +-0.277343750000 +0.104003906250 +-0.018066406250 +0.032226562500 +0.017822265625 +-0.135742187500 +0.012145996094 +-0.122558593750 +-0.058837890625 +-0.245117187500 +0.003753662109 +0.073242187500 +0.150390625000 +-0.012634277344 +0.253906250000 +0.075683593750 +0.023803710938 +0.077636718750 +0.200195312500 +-0.041259765625 +-0.068847656250 +-0.048828125000 +0.140625000000 +-0.136718750000 +0.010131835938 +0.125976562500 +0.024169921875 +0.118652343750 +0.048095703125 +-0.037841796875 +0.003524780273 +0.092285156250 +-0.021850585938 +0.161132812500 +-0.150390625000 +-0.026000976562 +0.013305664062 +0.015319824219 +0.052246093750 +-0.007263183594 +0.104003906250 +-0.122070312500 +0.214843750000 +-0.012084960938 +-0.113769531250 +-0.217773437500 +0.126953125000 +0.096679687500 +0.106445312500 +-0.031127929688 +0.056884765625 +-0.075195312500 +0.030883789062 +0.023071289062 +0.125000000000 +0.012512207031 +-0.143554687500 +0.066406250000 +-0.068847656250 +0.038818359375 +0.020507812500 +0.055908203125 +-0.010009765625 +0.215820312500 +0.095703125000 +0.042968750000 +0.025756835938 +0.003204345703 +-0.006134033203 +0.107421875000 +-0.014282226562 +0.044433593750 +0.202148437500 +-0.020019531250 +0.014099121094 +0.000652313232 +0.080566406250 +-0.117675781250 +-0.083007812500 +-0.169921875000 +0.115234375000 +-0.128906250000 +-0.073242187500 +0.182617187500 +0.038818359375 +-0.006530761719 +0.049560546875 +-0.109375000000 +0.011596679688 +-0.012756347656 +-0.030883789062 +-0.027343750000 +-0.026855468750 +-0.065917968750 +-0.048828125000 +-0.153320312500 +-0.004669189453 +0.061767578125 +-0.006927490234 +-0.062500000000 +-0.003341674805 +0.101074218750 +0.041992187500 +-0.078613281250 +0.031738281250 +-0.068359375000 +-0.027954101562 +0.002380371094 +-0.063476562500 +0.082031250000 +0.086425781250 +-0.043212890625 +-0.055664062500 +0.115234375000 +-0.065917968750 +-0.038085937500 +-0.032226562500 +-0.012939453125 +-0.095703125000 +0.028198242188 +-0.068847656250 +0.119140625000 +-0.132812500000 +0.097167968750 +-0.018920898438 +0.196289062500 +0.001068115234 +0.059814453125 +-0.072753906250 +-0.088867187500 +0.021606445312 +-0.007781982422 +-0.176757812500 +-0.070312500000 +-0.008117675781 +-0.161132812500 +0.127929687500 +0.000762939453 +-0.092285156250 +-0.061279296875 +-0.068847656250 +0.048828125000 +0.159179687500 +-0.103027343750 +-0.172851562500 +-0.017333984375 +0.145507812500 +0.035156250000 +0.089843750000 +-0.036621093750 +-0.089843750000 +-0.057373046875 +0.040283203125 +-0.010498046875 +0.000728607178 +-0.061279296875 +0.041992187500 +0.019409179688 +0.097656250000 +-0.084960937500 +0.233398437500 +0.163085937500 +-0.106933593750 +-0.132812500000 +-0.166992187500 +0.019653320312 +0.066894531250 +0.029541015625 +-0.015747070312 +-0.054199218750 +0.011596679688 +-0.118164062500 +0.079101562500 +0.064941406250 +-0.105957031250 +-0.030761718750 +0.088378906250 +0.118652343750 +0.046875000000 +-0.080078125000 +0.002685546875 +-0.002746582031 +0.036132812500 +-0.012268066406 +-0.152343750000 +-0.008483886719 +-0.121093750000 +0.059326171875 +-0.041992187500 +-0.024902343750 +0.001129150391 +-0.095214843750 +-0.005462646484 +-0.130859375000 +-0.006439208984 +0.010986328125 +0.076660156250 +-0.082031250000 +-0.120117187500 +-0.125000000000 +-0.042236328125 +-0.075683593750 +-0.032226562500 +-0.177734375000 +0.028564453125 +-0.016479492188 +0.088867187500 +-0.058105468750 +0.048828125000 +-0.041748046875 +-0.134765625000 +-0.005920410156 +-0.086914062500 +-0.156250000000 +0.105468750000 +-0.065917968750 +-0.053955078125 +0.115234375000 +0.106445312500 +-0.097167968750 +-0.066894531250 +0.140625000000 +0.013427734375 +-0.122070312500 +-0.110839843750 +0.126953125000 +-0.069335937500 +0.079101562500 +-0.236328125000 +0.141601562500 +0.170898437500 +-0.163085937500 +0.023925781250 +-0.120605468750 +-0.019165039062 +0.043212890625 +0.030273437500 +-0.130859375000 +0.026000976562 +-0.093750000000 +0.115722656250 +0.204101562500 +-0.040039062500 +-0.094726562500 +0.022338867188 +-0.139648437500 +0.008300781250 +0.028198242188 +-0.012817382812 +-0.077636718750 +0.044433593750 +0.096191406250 +-0.001777648926 +-0.107421875000 +-0.066406250000 +0.018920898438 +-0.135742187500 +-0.013916015625 +-0.036132812500 +-0.166015625000 +0.009765625000 +-0.039306640625 +0.016479492188 +-0.081054687500 +0.001983642578 +-0.075195312500 +0.088378906250 +0.083496093750 +0.024291992188 +-0.091308593750 +0.000354766846 +0.106933593750 +0.008544921875 +-0.061279296875 +0.021850585938 +-0.042236328125 +0.031494140625 +0.081054687500 +0.063476562500 +0.028198242188 +-0.086425781250 +-0.056640625000 +-0.007202148438 +-0.011718750000 +-0.016601562500 +0.198242187500 +-0.132812500000 +0.059814453125 +0.118164062500 +0.134765625000 +-0.149414062500 +0.113281250000 +0.003967285156 +0.079101562500 +-0.116699218750 +-0.008056640625 +-0.146484375000 +-0.037597656250 +-0.126953125000 +0.070800781250 +0.012512207031 +-0.073730468750 +0.051269531250 +-0.007507324219 +-0.117187500000 +0.124511718750 +-0.083007812500 +0.042236328125 +-0.108398437500 +0.012268066406 +0.052246093750 +0.030517578125 +-0.136718750000 +0.039306640625 +-0.042968750000 +-0.105468750000 +0.007415771484 +-0.138671875000 +-0.096191406250 +-0.072753906250 +0.046142578125 +0.103515625000 +0.029785156250 +-0.014343261719 +-0.041259765625 +-0.109375000000 +0.075195312500 +-0.022949218750 +-0.010498046875 +-0.126953125000 +0.046630859375 +-0.012756347656 +0.122070312500 +0.136718750000 +0.104492187500 +-0.050292968750 +-0.039306640625 +0.010131835938 +0.247070312500 +0.020996093750 +0.027709960938 +0.078613281250 +0.096679687500 +-0.065917968750 +-0.111328125000 +0.298828125000 +0.009399414062 +0.236328125000 +0.029174804688 +-0.044433593750 +-0.072753906250 +-0.143554687500 +-0.281250000000 +0.236328125000 +-0.042968750000 +-0.146484375000 +0.043701171875 +-0.021362304688 +0.071289062500 +-0.194335937500 +0.065917968750 +-0.027709960938 +0.012023925781 +-0.055175781250 +-0.033447265625 +0.045898437500 +0.244140625000 +-0.150390625000 +0.016113281250 +-0.240234375000 +0.125976562500 +-0.169921875000 +-0.062500000000 +0.049316406250 +0.084472656250 +-0.025268554688 +-0.110351562500 +-0.089355468750 +-0.078125000000 +0.053222656250 +-0.006408691406 +-0.031494140625 +0.014892578125 +0.045166015625 +-0.083007812500 +-0.086914062500 +-0.103515625000 +-0.168945312500 +-0.109375000000 +-0.048095703125 +-0.064941406250 +-0.126953125000 +-0.033203125000 +0.019287109375 +0.102539062500 +-0.137695312500 +-0.000232696533 +0.033691406250 +0.033691406250 +-0.310546875000 +-0.000972747803 +0.009033203125 +0.206054687500 +0.028930664062 +0.096679687500 +0.015014648438 +-0.121093750000 +0.113281250000 +0.025268554688 +0.048095703125 +0.048339843750 +-0.129882812500 +0.015258789062 +-0.066894531250 +0.046386718750 +-0.000633239746 +-0.062988281250 +0.185546875000 +0.076171875000 +-0.041503906250 +0.061279296875 +-0.034179687500 +0.132812500000 +-0.168945312500 +-0.067382812500 +0.044921875000 +-0.219726562500 +0.043212890625 +-0.120605468750 +-0.031494140625 +0.050537109375 +-0.065429687500 +-0.109375000000 +0.088867187500 +-0.006347656250 +0.019897460938 +-0.062500000000 +-0.103027343750 +-0.052978515625 +0.093750000000 +-0.065917968750 +0.097656250000 +-0.091796875000 +-0.212890625000 +0.073730468750 +-0.065429687500 +0.072265625000 +-0.143554687500 +-0.027221679688 +-0.144531250000 +0.006561279297 +-0.059570312500 +-0.050537109375 +-0.031982421875 +-0.206054687500 +-0.211914062500 +-0.132812500000 +0.125976562500 +-0.085449218750 +-0.091796875000 +0.132812500000 +0.031494140625 +0.075195312500 +-0.165039062500 +0.114746093750 +0.045898437500 +0.099609375000 +0.050781250000 +0.044677734375 +0.072265625000 +0.092773437500 +-0.024047851562 +0.139648437500 +-0.097167968750 +-0.076660156250 +0.161132812500 +0.037353515625 +-0.011413574219 +-0.092773437500 +-0.087890625000 +0.010864257812 +-0.066406250000 +0.051513671875 +0.061035156250 +0.153320312500 +0.070312500000 +0.067871093750 +-0.134765625000 +-0.067871093750 +-0.114746093750 +-0.107421875000 +-0.037597656250 +0.165039062500 +-0.053222656250 +-0.027099609375 +-0.061523437500 +-0.000648498535 +0.139648437500 +0.054443359375 +-0.020874023438 +0.003417968750 +-0.120605468750 +-0.066894531250 +0.075683593750 +0.074707031250 +0.039062500000 +0.163085937500 +-0.129882812500 +-0.013732910156 +-0.156250000000 +-0.006408691406 +0.004241943359 +0.001266479492 +-0.242187500000 +0.083496093750 +-0.007537841797 +-0.023437500000 +-0.003204345703 +0.109863281250 +-0.049072265625 +0.070312500000 +0.008178710938 +-0.144531250000 +-0.117675781250 +-0.070800781250 +0.087890625000 +0.166992187500 +0.080078125000 +0.011169433594 +0.166015625000 +-0.016113281250 +-0.096679687500 +-0.159179687500 +0.101562500000 +0.053710937500 +0.111328125000 +0.155273437500 +-0.090820312500 +-0.028198242188 +0.232421875000 +-0.097167968750 +-0.053955078125 +0.013427734375 +0.065917968750 +0.033935546875 +-0.147460937500 +-0.092285156250 +-0.169921875000 +0.120117187500 +0.212890625000 +-0.082031250000 +0.106445312500 +0.060791015625 +0.009155273438 +0.017822265625 +0.093261718750 +-0.064941406250 +-0.017333984375 +-0.066406250000 +-0.157226562500 +-0.061279296875 +-0.016845703125 +-0.024658203125 +-0.005249023438 +0.021240234375 +0.023193359375 +-0.186523437500 +0.191406250000 +0.157226562500 +-0.003555297852 +-0.049072265625 +-0.149414062500 +0.114746093750 +-0.075195312500 +-0.039550781250 +-0.036376953125 +0.004364013672 +0.023681640625 +-0.109375000000 +0.084960937500 +-0.059814453125 +-0.066406250000 +0.107910156250 +0.155273437500 +0.084960937500 +-0.106933593750 +-0.033203125000 +-0.107910156250 +0.014831542969 +0.047363281250 +0.034179687500 +0.042480468750 +0.004180908203 +-0.041748046875 +-0.005432128906 +0.064941406250 +-0.246093750000 +-0.043457031250 +0.025146484375 +-0.117187500000 +0.028076171875 +-0.015075683594 +0.067871093750 +0.068847656250 +0.020874023438 +-0.037597656250 +-0.046386718750 +-0.122558593750 +0.114746093750 +-0.040527343750 +-0.018432617188 +-0.012023925781 +-0.024780273438 +0.098144531250 +0.044677734375 +-0.105468750000 +0.100585937500 +0.120117187500 +-0.084960937500 +-0.132812500000 +0.155273437500 +0.078125000000 +0.009582519531 +0.000434875488 +-0.093261718750 +0.123535156250 +0.018432617188 +-0.001419067383 +0.015258789062 +-0.087890625000 +0.127929687500 +-0.016235351562 +0.045898437500 +-0.127929687500 +-0.079589843750 +0.038085937500 +0.040039062500 +0.089843750000 +-0.020996093750 +-0.118652343750 +-0.017944335938 +-0.141601562500 +0.108886718750 +0.083496093750 +-0.071289062500 +0.063476562500 +0.052490234375 +0.081542968750 +-0.060302734375 +-0.057617187500 +-0.176757812500 +0.028564453125 +-0.127929687500 +0.002914428711 +0.038330078125 +-0.085449218750 +-0.073730468750 +-0.180664062500 +0.117187500000 +-0.038330078125 +-0.099121093750 +-0.018676757812 +-0.082031250000 +-0.018188476562 +-0.253906250000 +0.200195312500 +-0.087890625000 +-0.004211425781 +-0.083984375000 +-0.023681640625 +0.255859375000 +0.215820312500 +0.034667968750 +-0.135742187500 +0.091308593750 +0.170898437500 +0.039794921875 +-0.091796875000 +-0.056884765625 +0.235351562500 +0.019531250000 +0.025268554688 +-0.067871093750 +0.063964843750 +-0.351562500000 +0.116210937500 +0.042724609375 +-0.046386718750 +-0.043457031250 +0.017211914062 +0.066894531250 +-0.001945495605 +0.137695312500 +0.124511718750 +0.039550781250 +-0.025634765625 +-0.180664062500 +-0.009399414062 +-0.018554687500 +-0.120117187500 +0.119140625000 +-0.091308593750 +-0.020141601562 +0.099609375000 +0.040039062500 +-0.095214843750 +-0.027954101562 +-0.058837890625 +-0.010803222656 +-0.012451171875 +-0.065917968750 +0.076660156250 +0.086425781250 +0.064453125000 +-0.026367187500 +-0.095703125000 +-0.100097656250 +-0.122558593750 +-0.038085937500 +0.037353515625 +0.022705078125 +-0.040771484375 +-0.110351562500 +-0.059570312500 +-0.066894531250 +-0.043212890625 +0.016235351562 +0.210937500000 +0.093261718750 +0.087890625000 +-0.067871093750 +-0.049316406250 +-0.007324218750 +0.104003906250 +0.009704589844 +-0.167968750000 +0.070312500000 +-0.132812500000 +0.052978515625 +0.020263671875 +-0.133789062500 +0.054443359375 +-0.048339843750 +0.046630859375 +-0.051269531250 +0.024902343750 +-0.097167968750 +-0.030883789062 +-0.052246093750 +-0.093750000000 +-0.110351562500 +-0.116210937500 +0.050292968750 +0.003479003906 +0.161132812500 +-0.045898437500 +0.022705078125 +-0.119628906250 +0.034423828125 +-0.092285156250 +-0.038818359375 +-0.014465332031 +-0.044921875000 +-0.052490234375 +-0.073730468750 +-0.208007812500 +-0.034667968750 +-0.037109375000 +-0.137695312500 +0.130859375000 +-0.055175781250 +0.034667968750 +0.039062500000 +-0.122558593750 +0.020751953125 +-0.052001953125 +0.080566406250 +-0.016357421875 +0.007202148438 +-0.027954101562 +0.019042968750 +0.181640625000 +0.035888671875 +0.204101562500 +-0.093750000000 +0.029785156250 +0.205078125000 +0.021240234375 +-0.118164062500 +-0.051269531250 +0.114257812500 +0.127929687500 +0.045654296875 +-0.061035156250 +-0.064941406250 +0.112304687500 +0.131835937500 +-0.057373046875 +0.205078125000 +-0.131835937500 +0.151367187500 +0.073730468750 +0.072265625000 +0.066894531250 +0.137695312500 +-0.080078125000 +-0.066406250000 +-0.062011718750 +0.116699218750 +0.100585937500 +-0.034912109375 +-0.019775390625 +-0.039062500000 +0.019287109375 +0.043701171875 +0.196289062500 +-0.003631591797 +0.093261718750 +-0.080078125000 +-0.125976562500 +-0.039062500000 +-0.127929687500 +-0.076171875000 +-0.087890625000 +0.054443359375 +0.135742187500 +-0.104492187500 +-0.044433593750 +-0.009338378906 +0.039306640625 +0.001152038574 +0.176757812500 +0.062988281250 +-0.087890625000 +0.093261718750 +-0.022460937500 +0.049804687500 +-0.041503906250 +0.025024414062 +-0.012084960938 +-0.057128906250 +0.042480468750 +-0.011047363281 +-0.127929687500 +-0.089843750000 +0.173828125000 +-0.017333984375 +-0.000747680664 +-0.004821777344 +-0.077148437500 +-0.042236328125 +0.097656250000 +-0.214843750000 +0.042236328125 +-0.044921875000 +-0.096191406250 +0.032226562500 +-0.111816406250 +0.000804901123 +0.004089355469 +0.012817382812 +-0.136718750000 +0.042968750000 +0.083496093750 +0.050537109375 +0.146484375000 +-0.054199218750 +-0.023803710938 +-0.060791015625 +0.032226562500 +-0.031738281250 +0.096679687500 +0.021240234375 +0.092285156250 +0.046630859375 +-0.070800781250 +0.001396179199 +-0.051757812500 +0.003082275391 +-0.048095703125 +0.006896972656 +-0.002746582031 +0.071777343750 +0.237304687500 +-0.312500000000 +0.002990722656 +-0.022949218750 +-0.102050781250 +0.032714843750 +0.050537109375 +-0.069824218750 +-0.039306640625 +-0.032226562500 +0.048095703125 +0.108886718750 +-0.022827148438 +-0.152343750000 +-0.012451171875 +0.027587890625 +0.036621093750 +-0.058593750000 +-0.043945312500 +-0.004852294922 +0.206054687500 +-0.079589843750 +0.110839843750 +0.031738281250 +0.025390625000 +-0.079101562500 +-0.077636718750 +0.100585937500 +0.114746093750 +-0.057861328125 +0.120605468750 +0.103515625000 +0.088378906250 +0.078613281250 +0.056640625000 +0.085937500000 +-0.187500000000 +-0.043701171875 +-0.026977539062 +-0.062255859375 +-0.138671875000 +-0.027343750000 +0.049560546875 +0.122558593750 +0.025634765625 +-0.013122558594 +0.090820312500 +-0.003616333008 +0.043212890625 +0.026123046875 +-0.033203125000 +-0.080566406250 +0.154296875000 +0.033691406250 +-0.067871093750 +0.090332031250 +0.142578125000 +-0.088378906250 +-0.040039062500 +0.104980468750 +0.001228332520 +-0.035156250000 +0.055664062500 +-0.026977539062 +0.183593750000 +0.014587402344 +-0.079589843750 +-0.032714843750 +-0.065429687500 +0.109863281250 +-0.065917968750 +-0.069824218750 +0.038330078125 +0.026000976562 +-0.117187500000 +0.100585937500 +-0.021850585938 +-0.148437500000 +0.151367187500 +0.114257812500 +-0.011840820312 +0.011657714844 +-0.107421875000 +-0.142578125000 +-0.024414062500 +0.028442382812 +-0.003555297852 +0.043945312500 +-0.128906250000 +0.214843750000 +-0.013183593750 +-0.086425781250 +0.025878906250 +0.133789062500 +-0.013000488281 +-0.076660156250 +0.180664062500 +0.102050781250 +-0.073730468750 +-0.063964843750 +0.036865234375 +-0.029785156250 +0.255859375000 +-0.139648437500 +0.054687500000 +0.168945312500 +0.147460937500 +0.171875000000 +0.039062500000 +-0.060546875000 +-0.125976562500 +-0.077636718750 +-0.112304687500 +-0.114257812500 +0.106933593750 +0.130859375000 +-0.023315429688 +0.007934570312 +0.037597656250 +-0.049804687500 +0.239257812500 +-0.040039062500 +-0.049804687500 +-0.203125000000 +-0.027343750000 +-0.253906250000 +0.063964843750 +-0.095214843750 +-0.089355468750 +-0.020507812500 +-0.061279296875 +0.102539062500 +-0.038330078125 +0.149414062500 +-0.173828125000 +0.020019531250 +-0.059814453125 +0.119628906250 +0.079589843750 +0.081054687500 +0.008178710938 +-0.285156250000 +-0.083007812500 +0.004302978516 +-0.019042968750 +-0.113769531250 +-0.024047851562 +-0.059570312500 +-0.126953125000 +-0.054687500000 +0.029174804688 +0.019531250000 +-0.030151367188 +-0.173828125000 +-0.144531250000 +-0.034423828125 +0.050048828125 +0.005798339844 +0.085937500000 +-0.109375000000 +-0.136718750000 +0.025268554688 +0.036132812500 +-0.101562500000 +-0.091308593750 +0.006347656250 +-0.095703125000 +-0.000850677490 +-0.022827148438 +-0.008911132812 +0.087890625000 +-0.188476562500 +-0.029296875000 +-0.029785156250 +0.071777343750 +0.031982421875 +-0.010925292969 +-0.127929687500 +-0.024780273438 +-0.010437011719 +0.014465332031 +0.005493164062 +-0.005676269531 +-0.095214843750 +-0.029541015625 +0.053955078125 +-0.088378906250 +-0.142578125000 +-0.102539062500 +0.010986328125 +-0.088867187500 +-0.141601562500 +-0.184570312500 +-0.022460937500 +-0.050781250000 +0.152343750000 +-0.082519531250 +-0.070800781250 +-0.060302734375 +-0.148437500000 +-0.002304077148 +0.022216796875 +-0.021240234375 +0.086425781250 +0.095214843750 +0.026000976562 +-0.181640625000 +0.024047851562 +-0.043212890625 +-0.083496093750 +0.041992187500 +0.024291992188 +-0.137695312500 +0.020507812500 +-0.083007812500 +-0.076171875000 +-0.279296875000 +-0.065917968750 +-0.044433593750 +-0.100097656250 +-0.102539062500 +-0.107421875000 +0.055175781250 +0.014526367188 +0.014709472656 +0.035400390625 +0.030639648438 +-0.174804687500 +-0.008239746094 +-0.077636718750 +-0.138671875000 +-0.162109375000 +-0.086425781250 +0.065429687500 +0.106445312500 +-0.135742187500 +0.026000976562 +-0.044677734375 +0.101074218750 +0.129882812500 +-0.044921875000 +0.064941406250 +-0.010742187500 +0.006103515625 +-0.031738281250 +-0.037353515625 +0.020141601562 +0.054687500000 +0.109863281250 +0.031738281250 +-0.249023437500 +-0.219726562500 +0.020141601562 +-0.168945312500 +-0.167968750000 +-0.006652832031 +-0.045166015625 +-0.157226562500 +-0.021728515625 +-0.038574218750 +-0.234375000000 +0.071777343750 +0.079589843750 +-0.088378906250 +-0.100585937500 +-0.159179687500 +-0.001731872559 +-0.032958984375 +-0.110839843750 +0.118164062500 +0.099609375000 +-0.008789062500 +0.057861328125 +0.088867187500 +-0.040771484375 +-0.045898437500 +-0.087890625000 +0.012451171875 +0.094726562500 +-0.177734375000 +-0.026489257812 +0.003509521484 +-0.103027343750 +-0.047119140625 +0.053466796875 +-0.148437500000 +0.011352539062 +0.020019531250 +0.091308593750 +-0.057861328125 +0.087890625000 +0.145507812500 +-0.110351562500 +0.000518798828 +0.052246093750 +-0.183593750000 +0.123535156250 +-0.053710937500 +0.047363281250 +-0.119628906250 +-0.058593750000 +-0.042724609375 +0.013305664062 +0.027221679688 +0.053710937500 +-0.001968383789 +-0.040283203125 +0.080566406250 +0.000942230225 +-0.062011718750 +0.018066406250 +-0.061767578125 +0.021240234375 +0.013366699219 +-0.082519531250 +-0.017333984375 +-0.033935546875 +-0.088378906250 +-0.113281250000 +0.105957031250 +0.120605468750 +-0.067871093750 +-0.011779785156 +-0.046386718750 +0.070800781250 +-0.027832031250 +-0.041015625000 +0.168945312500 +-0.012817382812 +-0.143554687500 +0.068359375000 +-0.031127929688 +-0.125000000000 +0.084960937500 +0.069824218750 +0.125000000000 +0.120605468750 +-0.004486083984 +-0.005310058594 +-0.082031250000 +-0.066894531250 +-0.139648437500 +0.024291992188 +-0.138671875000 +-0.081054687500 +-0.061523437500 +-0.036376953125 +-0.086914062500 +0.190429687500 +0.015563964844 +-0.052490234375 +0.076660156250 +0.032714843750 +0.223632812500 +-0.057617187500 +-0.065917968750 +0.041259765625 +0.011962890625 +-0.071289062500 +-0.075195312500 +-0.133789062500 +0.062500000000 +-0.047119140625 +0.084960937500 +0.095214843750 +-0.237304687500 +0.253906250000 +0.060546875000 +0.035156250000 +0.028320312500 +-0.017700195312 +-0.151367187500 +-0.060791015625 +-0.046875000000 +-0.098632812500 +-0.033691406250 +-0.033447265625 +0.122558593750 +0.048828125000 +-0.214843750000 +-0.235351562500 +0.020019531250 +-0.048828125000 +0.119140625000 +-0.085449218750 +0.036132812500 +0.052001953125 +-0.150390625000 +-0.046630859375 +-0.011291503906 +0.034179687500 +-0.097656250000 +0.081054687500 +0.016479492188 +-0.010253906250 +0.055908203125 +0.077636718750 +0.064453125000 +0.070800781250 +0.127929687500 +-0.038085937500 +-0.004028320312 +-0.104980468750 +0.117187500000 +0.095214843750 +-0.109863281250 +0.085937500000 +0.022216796875 +-0.011352539062 +0.055175781250 +-0.082031250000 +-0.168945312500 +0.003463745117 +0.089355468750 +0.021362304688 +-0.208007812500 +-0.023803710938 +-0.080566406250 +-0.083496093750 +0.070312500000 +-0.007629394531 +0.062988281250 +0.031738281250 +-0.108398437500 +-0.084960937500 +-0.067382812500 +0.033691406250 +-0.011291503906 +0.048828125000 +-0.015869140625 +-0.047363281250 +-0.160156250000 +0.112304687500 +0.127929687500 +-0.063964843750 +-0.049560546875 +0.099121093750 +0.083984375000 +0.004333496094 +-0.211914062500 +0.100097656250 +0.019653320312 +0.003433227539 +-0.143554687500 +-0.085937500000 +-0.155273437500 +0.100585937500 +0.024414062500 +-0.151367187500 +0.193359375000 +-0.141601562500 +0.000873565674 +-0.036621093750 +0.016845703125 +0.013183593750 +0.096191406250 +-0.040771484375 +0.024780273438 +-0.021240234375 +-0.036132812500 +-0.056640625000 +-0.104492187500 +0.079589843750 +-0.089843750000 +-0.056640625000 +0.035156250000 +-0.028442382812 +-0.076660156250 +0.130859375000 +-0.081542968750 +0.002273559570 +-0.050048828125 +0.075195312500 +0.089843750000 +-0.030639648438 +0.027832031250 +-0.006195068359 +0.004791259766 +-0.025268554688 +-0.230468750000 +-0.038818359375 +0.142578125000 +-0.050292968750 +0.033691406250 +-0.206054687500 +-0.081542968750 +-0.166015625000 +0.038330078125 +0.066406250000 +-0.073730468750 +-0.095214843750 +0.089355468750 +0.014282226562 +0.004638671875 +0.136718750000 +0.070800781250 +0.056884765625 +-0.061767578125 +0.037353515625 +-0.031494140625 +-0.012573242188 +-0.006103515625 +-0.052246093750 +-0.026611328125 +-0.140625000000 +-0.025146484375 +0.051025390625 +0.086425781250 +0.181640625000 +0.132812500000 +0.055664062500 +0.017578125000 +-0.135742187500 +-0.038818359375 +-0.144531250000 +0.208007812500 +0.119140625000 +-0.132812500000 +-0.044433593750 +0.083496093750 +-0.110839843750 +-0.076171875000 +-0.015380859375 +0.066894531250 +-0.001289367676 +0.037353515625 +0.047607421875 +-0.025390625000 +0.100585937500 +0.047851562500 +-0.049072265625 +-0.017089843750 +0.190429687500 +0.068847656250 +-0.101562500000 +0.058105468750 +0.021118164062 +0.023193359375 +0.010803222656 +-0.029907226562 +-0.092285156250 +-0.083984375000 +-0.062988281250 +0.185546875000 +0.031005859375 +-0.013732910156 +-0.070312500000 +0.124023437500 +-0.194335937500 +-0.052734375000 +0.186523437500 +-0.008605957031 +-0.119628906250 +0.034179687500 +0.059326171875 +0.090332031250 +-0.076171875000 +0.026733398438 +-0.104492187500 +0.039794921875 +-0.047607421875 +0.072265625000 +0.069335937500 +0.036376953125 +0.113281250000 +0.022094726562 +-0.012817382812 +-0.067382812500 +0.035888671875 +0.182617187500 +-0.017089843750 +-0.039550781250 +-0.094238281250 +0.049316406250 +0.012207031250 +-0.176757812500 +-0.022094726562 +-0.020263671875 +-0.024536132812 +0.068847656250 +0.045898437500 +-0.073242187500 +0.010375976562 +0.086914062500 +-0.179687500000 +-0.026489257812 +-0.038330078125 +0.073242187500 +0.065429687500 +-0.029052734375 +0.061035156250 +-0.168945312500 +-0.052978515625 +-0.114257812500 +0.049560546875 +-0.078125000000 +-0.052246093750 +-0.109863281250 +0.083007812500 +0.000751495361 +-0.030273437500 +0.233398437500 +0.116210937500 +0.159179687500 +0.114257812500 +-0.077148437500 +0.019287109375 +-0.011901855469 +0.040527343750 +-0.087402343750 +-0.108398437500 +0.024291992188 +-0.150390625000 +0.143554687500 +0.244140625000 +0.015441894531 +-0.029296875000 +-0.041015625000 +0.013610839844 +-0.151367187500 +-0.075195312500 +-0.077148437500 +0.005218505859 +0.043212890625 +-0.038818359375 +-0.133789062500 +-0.000865936279 +-0.068847656250 +0.121582031250 +-0.033935546875 +0.062988281250 +-0.068847656250 +0.016601562500 +-0.124023437500 +-0.005462646484 +0.186523437500 +-0.139648437500 +-0.107910156250 +-0.144531250000 +-0.130859375000 +0.061523437500 +0.063476562500 +0.119628906250 +-0.114746093750 +0.059326171875 +-0.127929687500 +0.020874023438 +0.044189453125 +-0.019042968750 +-0.045898437500 +0.056396484375 +-0.094238281250 +-0.037109375000 +-0.078125000000 +0.024291992188 +-0.052246093750 +-0.070800781250 +0.107421875000 +0.002471923828 +-0.016601562500 +-0.186523437500 +-0.015380859375 +-0.166992187500 +-0.021484375000 +0.089843750000 +0.097167968750 +0.011047363281 +-0.053222656250 +0.125000000000 +-0.035888671875 +0.008117675781 +-0.071777343750 +0.032470703125 +0.046386718750 +0.081054687500 +-0.102050781250 +0.109863281250 +-0.062255859375 +-0.048828125000 +-0.099609375000 +-0.122558593750 +-0.026855468750 +-0.050292968750 +-0.009399414062 +-0.041503906250 +0.052246093750 +0.248046875000 +-0.067382812500 +-0.003753662109 +-0.069824218750 +0.135742187500 +-0.161132812500 +0.010620117188 +0.001792907715 +0.081054687500 +-0.197265625000 +0.019409179688 +0.031005859375 +0.024536132812 +-0.030883789062 +-0.147460937500 +-0.119628906250 +-0.199218750000 +-0.056884765625 +0.026977539062 +-0.027465820312 +0.125976562500 +-0.129882812500 +-0.061767578125 +0.125976562500 +-0.168945312500 +0.124511718750 +0.013061523438 +-0.022705078125 +-0.110351562500 +0.014648437500 +-0.127929687500 +0.063964843750 +0.148437500000 +0.001457214355 +-0.039306640625 +0.020019531250 +-0.024047851562 +-0.164062500000 +0.052490234375 +-0.025512695312 +0.084472656250 +-0.019042968750 +0.086914062500 +-0.096191406250 +-0.107421875000 +-0.059326171875 +0.144531250000 +-0.059570312500 +-0.089843750000 +-0.027954101562 +0.119140625000 +0.074707031250 +0.079101562500 +-0.080566406250 +0.050537109375 +0.036865234375 +-0.060302734375 +0.088378906250 +-0.016845703125 +0.022949218750 +-0.039550781250 +0.003387451172 +0.037841796875 +0.070312500000 +0.009277343750 +0.050292968750 +-0.048095703125 +-0.043457031250 +-0.015625000000 +-0.159179687500 +0.103027343750 +-0.001586914062 +-0.075195312500 +0.089843750000 +0.060791015625 +-0.069824218750 +0.098632812500 +-0.004760742188 +0.134765625000 +0.105468750000 +-0.036865234375 +-0.019897460938 +-0.006622314453 +0.059082031250 +-0.040283203125 +-0.099121093750 +0.062011718750 +0.108886718750 +0.038330078125 +-0.069335937500 +-0.120605468750 +-0.025878906250 +-0.039062500000 +0.000892639160 +0.067871093750 +0.061279296875 +0.077636718750 +-0.050537109375 +-0.036865234375 +0.001464843750 +-0.006408691406 +-0.003173828125 +0.158203125000 +-0.088378906250 +-0.091308593750 +0.094238281250 +-0.052246093750 +-0.107910156250 +0.021118164062 +0.021484375000 +-0.154296875000 +0.077148437500 +0.103027343750 +-0.137695312500 +0.031738281250 +-0.152343750000 +-0.172851562500 +0.028686523438 +-0.013977050781 +-0.042480468750 +-0.015075683594 +0.101074218750 +0.040039062500 +0.002914428711 +-0.084472656250 +0.044433593750 +-0.021362304688 +-0.060302734375 +-0.010986328125 +-0.052978515625 +-0.030761718750 +0.060791015625 +0.083007812500 +-0.058105468750 +0.015869140625 +0.052490234375 +-0.099121093750 +0.015625000000 +-0.021118164062 +0.060791015625 +-0.039794921875 +-0.160156250000 +0.153320312500 +-0.006774902344 +-0.096679687500 +0.060058593750 +0.143554687500 +0.023193359375 +-0.044921875000 +0.024902343750 +-0.000949859619 +-0.051513671875 +0.066894531250 +0.064453125000 +-0.135742187500 +-0.059814453125 +-0.110839843750 +0.007537841797 +0.145507812500 +0.061767578125 +-0.298828125000 +-0.096679687500 +-0.005401611328 +-0.010253906250 +0.084472656250 +0.051025390625 +-0.163085937500 +-0.090820312500 +-0.024658203125 +0.097656250000 +-0.054687500000 +-0.077636718750 +0.031250000000 +0.035888671875 +0.041259765625 +-0.028442382812 +-0.046386718750 +-0.106933593750 +0.016723632812 +-0.051025390625 +-0.075683593750 +0.081542968750 +-0.011108398438 +0.127929687500 +-0.136718750000 +0.063476562500 +-0.092773437500 +-0.000694274902 +-0.083007812500 +-0.148437500000 +0.013244628906 +-0.057373046875 +-0.056396484375 +0.044921875000 +-0.115234375000 +-0.051513671875 +0.135742187500 +-0.015441894531 +0.014160156250 +-0.075195312500 +0.109375000000 +-0.157226562500 +-0.069335937500 +0.151367187500 +-0.030883789062 +0.020019531250 +0.028564453125 +-0.201171875000 +-0.082519531250 +0.124511718750 +0.022216796875 +0.044433593750 +-0.101562500000 +-0.056152343750 +-0.045654296875 +0.066406250000 +-0.055419921875 +-0.062988281250 +0.120605468750 +-0.005004882812 +-0.204101562500 +-0.156250000000 +-0.062988281250 +-0.055175781250 +-0.069824218750 +-0.002822875977 +-0.060546875000 +-0.013122558594 +-0.086425781250 +0.028808593750 +0.172851562500 +0.010681152344 +-0.037597656250 +0.031494140625 +-0.050537109375 +-0.086425781250 +-0.073242187500 +-0.209960937500 +-0.174804687500 +0.014709472656 +0.128906250000 +-0.078613281250 +0.077148437500 +-0.090332031250 +0.029663085938 +0.081054687500 +0.049072265625 +-0.088867187500 +0.019775390625 +0.100097656250 +0.002563476562 +0.019897460938 +-0.065917968750 +0.005584716797 +0.018188476562 +-0.081542968750 +0.014343261719 +-0.101074218750 +0.008178710938 +-0.015441894531 +0.046630859375 +0.010314941406 +0.007781982422 +0.057373046875 +0.015625000000 +-0.036132812500 +-0.089355468750 +-0.202148437500 +-0.025756835938 +0.145507812500 +0.144531250000 +-0.021240234375 +0.063476562500 +0.067871093750 +-0.052246093750 +-0.109863281250 +-0.048583984375 +0.097167968750 +0.026367187500 +-0.052734375000 +-0.080566406250 +-0.105957031250 +0.074218750000 +-0.000232696533 +-0.139648437500 +-0.349609375000 +0.063476562500 +0.200195312500 +0.145507812500 +-0.027221679688 +0.112792968750 +-0.043945312500 +0.015747070312 +-0.032470703125 +0.034423828125 +0.035156250000 +0.003723144531 +-0.042968750000 +-0.147460937500 +-0.062500000000 +-0.074707031250 +0.020263671875 +-0.121093750000 +-0.088867187500 +0.029174804688 +0.034423828125 +0.043212890625 +-0.092285156250 +0.032714843750 +-0.120605468750 +-0.116210937500 +0.058349609375 +-0.063964843750 +-0.179687500000 +-0.201171875000 +-0.050292968750 +-0.022338867188 +0.075195312500 +-0.034423828125 +0.057861328125 +-0.102539062500 +0.019042968750 +-0.053710937500 +0.143554687500 +0.002807617188 +-0.180664062500 +0.011474609375 +-0.024536132812 +-0.033691406250 +0.126953125000 +-0.051269531250 +0.078613281250 +0.080078125000 +0.067382812500 +0.125976562500 +0.285156250000 +0.113281250000 +-0.083984375000 +0.208984375000 +0.065917968750 +-0.044677734375 +-0.249023437500 +0.018554687500 +0.082519531250 +0.022827148438 +-0.115722656250 +0.033203125000 +0.036865234375 +0.067382812500 +-0.105468750000 +0.138671875000 +-0.013183593750 +0.038330078125 +-0.027587890625 +0.056396484375 +0.048583984375 +-0.032470703125 +-0.001548767090 +-0.007690429688 +-0.107421875000 +-0.135742187500 +-0.396484375000 +0.002838134766 +0.034667968750 +0.141601562500 +0.185546875000 +-0.075195312500 +0.000190734863 +0.077636718750 +0.259765625000 +0.044189453125 +-0.059814453125 +0.090332031250 +-0.096679687500 +-0.203125000000 +0.040527343750 +-0.033203125000 +0.098632812500 +-0.117675781250 +-0.034667968750 +0.135742187500 +-0.013427734375 +-0.008728027344 +-0.058349609375 +-0.040527343750 +0.091308593750 +0.076660156250 +0.007598876953 +0.013183593750 +0.013000488281 +-0.029907226562 +-0.024414062500 +-0.232421875000 +-0.150390625000 +0.062255859375 +0.096191406250 +0.001564025879 +0.138671875000 +-0.056152343750 +0.228515625000 +0.104980468750 +0.007080078125 +0.119140625000 +0.041992187500 +-0.265625000000 +-0.114257812500 +-0.044189453125 +0.036621093750 +0.096191406250 +-0.135742187500 +-0.019897460938 +-0.108398437500 +-0.007202148438 +-0.109375000000 +-0.077636718750 +-0.082031250000 +-0.056152343750 +0.044677734375 +-0.056884765625 +0.039550781250 +0.029907226562 +-0.128906250000 +-0.037353515625 +0.047851562500 +-0.134765625000 +-0.037841796875 +-0.033935546875 +0.094726562500 +-0.002624511719 +0.059814453125 +-0.089355468750 +0.026245117188 +-0.043945312500 +-0.036865234375 +-0.033447265625 +-0.009399414062 +0.147460937500 +0.073242187500 +-0.201171875000 +0.072753906250 +-0.013244628906 +0.208007812500 +0.076171875000 +-0.063476562500 +0.058349609375 +-0.086914062500 +-0.087402343750 +-0.014648437500 +-0.102050781250 +-0.110839843750 +-0.002105712891 +0.093261718750 +-0.088867187500 +0.036621093750 +0.082031250000 +-0.094726562500 +-0.002304077148 +-0.183593750000 +-0.006683349609 +-0.000394821167 +0.045410156250 +0.148437500000 +-0.040039062500 +0.269531250000 +-0.032714843750 +-0.179687500000 +0.033935546875 +-0.090332031250 +-0.089355468750 +0.105957031250 +0.089843750000 +0.021484375000 +-0.017456054688 +0.128906250000 +-0.127929687500 +-0.019409179688 +-0.067382812500 +0.055664062500 +0.015869140625 +0.109863281250 +-0.235351562500 +-0.008666992188 +-0.131835937500 +0.171875000000 +-0.010986328125 +0.107421875000 +-0.051269531250 +0.099609375000 +-0.053466796875 +0.071289062500 +0.005706787109 +-0.124023437500 +0.021850585938 +0.050048828125 +0.257812500000 +0.001380920410 +-0.027832031250 +0.188476562500 +0.060546875000 +0.084960937500 +0.034423828125 +0.139648437500 +0.261718750000 +-0.039794921875 +-0.033447265625 +0.081054687500 +0.144531250000 +-0.055908203125 +-0.031982421875 +0.026977539062 +-0.006774902344 +-0.041259765625 +-0.026733398438 +0.002273559570 +0.084960937500 +0.087402343750 +-0.063964843750 +0.141601562500 +-0.015991210938 +-0.080566406250 +-0.020507812500 +0.106445312500 +0.125976562500 +0.039306640625 +0.064941406250 +0.062500000000 +-0.155273437500 +-0.113281250000 +-0.035400390625 +-0.044433593750 +0.099121093750 +-0.143554687500 +-0.040283203125 +0.031005859375 +-0.024902343750 +0.119140625000 +-0.048095703125 +-0.079101562500 +-0.032470703125 +-0.071777343750 +0.077148437500 +0.104980468750 +0.102539062500 +-0.035156250000 +-0.021972656250 +0.079589843750 +0.050537109375 +0.016113281250 +0.094726562500 +-0.035400390625 +0.131835937500 +0.037841796875 +0.023803710938 +0.076660156250 +0.213867187500 +-0.169921875000 +-0.067871093750 +-0.082519531250 +0.090332031250 +-0.004394531250 +0.051269531250 +0.050048828125 +-0.035644531250 +-0.111328125000 +0.043701171875 +-0.207031250000 +-0.027954101562 +-0.055419921875 +-0.089355468750 +-0.027465820312 +-0.019409179688 +-0.085449218750 +0.073730468750 +0.109375000000 +0.053466796875 +0.153320312500 +0.172851562500 +-0.037353515625 +-0.129882812500 +0.135742187500 +-0.045410156250 +-0.047607421875 +-0.033935546875 +0.121582031250 +-0.060791015625 +-0.108886718750 +0.039794921875 +0.192382812500 +0.076171875000 +0.178710937500 +0.058105468750 +0.019165039062 +-0.029907226562 +0.166992187500 +-0.073730468750 +0.056884765625 +0.250000000000 +0.043212890625 +-0.029541015625 +-0.029907226562 +0.020874023438 +-0.054443359375 +-0.131835937500 +-0.032470703125 +-0.034912109375 +0.038574218750 +0.122070312500 +-0.117187500000 +0.123535156250 +-0.037353515625 +0.020751953125 +0.122070312500 +0.138671875000 +-0.024902343750 +0.047851562500 +0.235351562500 +-0.063476562500 +-0.126953125000 +0.163085937500 +-0.003616333008 +-0.129882812500 +-0.015380859375 +0.019531250000 +0.175781250000 +-0.074707031250 +-0.300781250000 +0.027099609375 +-0.079101562500 +0.045654296875 +-0.007598876953 +-0.030883789062 +-0.013610839844 +0.140625000000 +0.066894531250 +0.033935546875 +0.041503906250 +-0.041503906250 +-0.028930664062 +-0.004028320312 +-0.047607421875 +-0.006408691406 +0.073730468750 +0.034667968750 +0.047607421875 +0.119140625000 +0.069824218750 +0.012145996094 +-0.047851562500 +-0.078125000000 +-0.107421875000 +-0.215820312500 +-0.129882812500 +0.133789062500 +-0.032714843750 +-0.088378906250 +0.108886718750 +0.006744384766 +0.013549804688 +-0.084472656250 +0.089843750000 +0.222656250000 +0.023071289062 +-0.035400390625 +0.013549804688 +-0.113281250000 +0.149414062500 +0.067382812500 +0.015747070312 +0.033691406250 +-0.052734375000 +0.006286621094 +0.116210937500 +-0.015991210938 +0.073242187500 +-0.019409179688 +-0.061523437500 +-0.004028320312 +-0.018676757812 +-0.021728515625 +-0.004394531250 +-0.123046875000 +0.173828125000 +-0.040771484375 +-0.172851562500 +-0.017089843750 +-0.074707031250 +-0.059082031250 +-0.115722656250 +-0.075683593750 +0.133789062500 +-0.044189453125 +0.124511718750 +-0.085449218750 +0.152343750000 +-0.038085937500 +-0.110839843750 +-0.046875000000 +0.007415771484 +-0.193359375000 +0.024902343750 +0.188476562500 +-0.024536132812 +0.049316406250 +-0.106445312500 +0.029052734375 +-0.065429687500 +-0.081542968750 +-0.096679687500 +-0.008117675781 +-0.021362304688 +-0.027832031250 +-0.153320312500 +0.106445312500 +-0.096679687500 +0.013061523438 +-0.095214843750 +0.007995605469 +-0.107421875000 +0.229492187500 +0.126953125000 +-0.240234375000 +-0.020263671875 +-0.041015625000 +0.108398437500 +0.267578125000 +0.071289062500 +-0.039062500000 +-0.092773437500 +0.029663085938 +0.002761840820 +0.007629394531 +0.085937500000 +0.037353515625 +0.011535644531 +-0.023315429688 +0.040527343750 +-0.133789062500 +-0.076660156250 +-0.214843750000 +-0.014526367188 +0.035400390625 +-0.156250000000 +-0.138671875000 +0.003463745117 +-0.238281250000 +0.058593750000 +0.070800781250 +-0.056396484375 +0.026611328125 +0.024047851562 +-0.072753906250 +-0.083007812500 +0.040039062500 +0.125000000000 +-0.178710937500 +-0.041748046875 +-0.015747070312 +0.054931640625 +-0.067382812500 +-0.039306640625 +0.040527343750 +0.107910156250 +-0.030639648438 +0.163085937500 +-0.076171875000 +-0.178710937500 +-0.179687500000 +0.052490234375 +0.216796875000 +-0.015747070312 +-0.054931640625 +0.207031250000 +-0.026123046875 +-0.030639648438 +0.008850097656 +-0.091796875000 +0.014892578125 +0.156250000000 +0.123535156250 +0.069335937500 +0.088378906250 +0.094238281250 +0.017944335938 +-0.179687500000 +0.042968750000 +0.067871093750 +-0.014526367188 +0.190429687500 +-0.085937500000 +-0.036621093750 +0.027832031250 +0.039306640625 +0.154296875000 +0.033935546875 +-0.125976562500 +0.061767578125 +0.184570312500 +-0.117675781250 +-0.059814453125 +-0.110351562500 +-0.172851562500 +-0.046142578125 +-0.098632812500 +0.003189086914 +-0.089843750000 +-0.068359375000 +0.142578125000 +0.228515625000 +-0.059570312500 +-0.123535156250 +0.004272460938 +-0.060058593750 +0.067382812500 +0.042480468750 +-0.124511718750 +-0.026367187500 +-0.008544921875 +0.158203125000 +0.034179687500 +0.036621093750 +0.090332031250 +0.210937500000 +0.015625000000 +-0.031494140625 +-0.052001953125 +-0.015625000000 +-0.084960937500 +-0.067382812500 +-0.169921875000 +0.168945312500 +-0.050537109375 +-0.247070312500 +0.116699218750 +-0.042724609375 +0.014770507812 +-0.012268066406 +-0.142578125000 +0.049560546875 +-0.146484375000 +-0.022460937500 +-0.022338867188 +-0.057617187500 +0.063476562500 +0.025390625000 +0.120605468750 +-0.105468750000 +-0.128906250000 +-0.045410156250 +-0.055664062500 +-0.001434326172 +-0.125976562500 +-0.075195312500 +0.068847656250 +0.080566406250 +-0.032226562500 +-0.005432128906 +0.144531250000 +-0.102050781250 +-0.133789062500 +-0.111816406250 +0.059570312500 +-0.085937500000 +0.033691406250 +-0.023681640625 +0.008850097656 +0.042480468750 +-0.073242187500 +0.058837890625 +-0.087890625000 +-0.075683593750 +-0.129882812500 +-0.059570312500 +-0.104492187500 +0.076171875000 +-0.178710937500 +-0.051025390625 +0.181640625000 +-0.093261718750 +-0.147460937500 +0.103027343750 +-0.015747070312 +0.027954101562 +0.123535156250 +0.157226562500 +-0.008239746094 +-0.127929687500 +-0.071289062500 +-0.023803710938 +-0.141601562500 +-0.287109375000 +0.017578125000 +0.017578125000 +0.030151367188 +-0.056396484375 +-0.123046875000 +0.265625000000 +0.339843750000 +0.154296875000 +0.039062500000 +0.199218750000 +0.047119140625 +0.083007812500 +0.001060485840 +-0.004486083984 +0.038330078125 +0.122558593750 +-0.087402343750 +-0.010253906250 +-0.046386718750 +0.055175781250 +0.099609375000 +-0.058593750000 +-0.050292968750 +-0.196289062500 +-0.107421875000 +-0.021484375000 +-0.098144531250 +0.069824218750 +0.056152343750 +0.071289062500 +0.162109375000 +0.088378906250 +0.131835937500 +0.114257812500 +0.074218750000 +-0.065917968750 +-0.162109375000 +0.038574218750 +-0.104980468750 +0.115234375000 +0.030395507812 +-0.025756835938 +0.128906250000 +-0.003890991211 +-0.039306640625 +-0.035400390625 +0.108886718750 +-0.125976562500 +-0.029785156250 +0.156250000000 +0.081054687500 +0.140625000000 +-0.085937500000 +-0.044433593750 +0.099609375000 +-0.162109375000 +0.051025390625 +0.057861328125 +-0.038818359375 +0.028808593750 +-0.059082031250 +-0.004150390625 +-0.054687500000 +0.084472656250 +-0.112792968750 +0.126953125000 +-0.033691406250 +-0.151367187500 +-0.032958984375 +-0.103515625000 +0.033447265625 +0.014831542969 +-0.003509521484 +-0.057861328125 +-0.080078125000 +-0.032226562500 +-0.006439208984 +-0.112304687500 +-0.006988525391 +-0.267578125000 +0.031982421875 +-0.027709960938 +0.084472656250 +0.066406250000 +0.095214843750 +0.084472656250 +0.132812500000 +0.023437500000 +0.022705078125 +-0.164062500000 +0.150390625000 +-0.055664062500 +-0.019653320312 +-0.053710937500 +-0.004028320312 +0.008300781250 +0.217773437500 +-0.041015625000 +-0.074707031250 +0.034912109375 +-0.017089843750 +0.031738281250 +-0.070312500000 +0.048339843750 +-0.011535644531 +0.004302978516 +0.088867187500 +0.055419921875 +0.157226562500 +0.022094726562 +0.104003906250 +-0.034912109375 +0.043212890625 +0.075195312500 +0.023803710938 +-0.020996093750 +0.138671875000 +-0.013610839844 +-0.111816406250 +-0.090820312500 +-0.049560546875 +0.058837890625 +-0.039306640625 +-0.062255859375 +-0.033203125000 +-0.054687500000 +-0.048583984375 +-0.066894531250 +0.037597656250 +-0.026123046875 +0.115722656250 +-0.004119873047 +-0.028564453125 +0.069335937500 +-0.234375000000 +-0.040039062500 +0.023559570312 +0.140625000000 +-0.003997802734 +0.027343750000 +0.049072265625 +0.122558593750 +0.108398437500 +0.157226562500 +0.077636718750 +0.084960937500 +-0.018066406250 +-0.056884765625 +0.145507812500 +0.199218750000 +-0.050048828125 +-0.292968750000 +0.027465820312 +-0.163085937500 +0.243164062500 +-0.127929687500 +0.101562500000 +0.062500000000 +0.050292968750 +0.036621093750 +0.011352539062 +0.107421875000 +-0.055419921875 +-0.146484375000 +-0.106933593750 +-0.191406250000 +-0.076171875000 +-0.128906250000 +0.017333984375 +0.198242187500 +-0.007720947266 +0.126953125000 +-0.096191406250 +0.063964843750 +-0.203125000000 +-0.007293701172 +0.116210937500 +-0.046875000000 +0.008850097656 +-0.069335937500 +0.070312500000 +0.002166748047 +0.040771484375 +0.222656250000 +-0.046142578125 +0.144531250000 +-0.116210937500 +-0.036376953125 +-0.253906250000 +0.042236328125 +-0.009765625000 +-0.070800781250 +0.067871093750 +0.007019042969 +-0.032226562500 +-0.077636718750 +-0.040039062500 +-0.177734375000 +-0.048095703125 +0.000682830811 +-0.029296875000 +0.104980468750 +0.094726562500 +0.013488769531 +0.070312500000 +-0.041503906250 +-0.016845703125 +-0.011901855469 +0.044433593750 +-0.002777099609 +0.052246093750 +-0.120605468750 +0.024047851562 +-0.006164550781 +-0.273437500000 +-0.037353515625 +0.055175781250 +0.106933593750 +0.092773437500 +0.031127929688 +-0.040771484375 +0.062500000000 +-0.027954101562 +-0.028808593750 +-0.114257812500 +0.052001953125 +-0.122070312500 +0.070312500000 +-0.051513671875 +-0.021850585938 +-0.084472656250 +0.236328125000 +-0.031005859375 +0.058105468750 +-0.055664062500 +-0.092773437500 +0.140625000000 +0.104003906250 +-0.003677368164 +0.042236328125 +-0.029296875000 +-0.058593750000 +0.026977539062 +-0.103515625000 +0.111816406250 +0.016845703125 +0.028686523438 +-0.013366699219 +-0.002349853516 +0.097656250000 +-0.024169921875 +0.059082031250 +-0.009155273438 +0.156250000000 +-0.166015625000 +0.083007812500 +-0.062988281250 +0.199218750000 +-0.088378906250 +0.141601562500 +0.042236328125 +0.030639648438 +0.111328125000 +-0.107910156250 +0.025756835938 +0.038574218750 +-0.031494140625 +0.161132812500 +-0.004394531250 +0.046630859375 +0.059082031250 +0.152343750000 +0.014770507812 +-0.271484375000 +0.021972656250 +-0.008117675781 +0.047119140625 +-0.116210937500 +0.089843750000 +0.167968750000 +-0.004821777344 +0.130859375000 +0.184570312500 +0.017089843750 +0.053710937500 +0.070312500000 +0.044189453125 +0.006622314453 +0.283203125000 +-0.090820312500 +-0.010070800781 +0.004760742188 +-0.137695312500 +-0.005828857422 +-0.138671875000 +-0.007476806641 +-0.127929687500 +0.088867187500 +0.083984375000 +-0.017822265625 +-0.027832031250 +0.152343750000 +0.056884765625 +-0.070312500000 +-0.020874023438 +0.119140625000 +-0.006256103516 +0.030761718750 +0.275390625000 +-0.049804687500 +0.036376953125 +-0.134765625000 +-0.028076171875 +-0.002258300781 +0.181640625000 +0.041748046875 +0.040283203125 +-0.115722656250 +-0.064941406250 +0.063476562500 +0.072753906250 +-0.016601562500 +-0.049560546875 +-0.031738281250 +0.034912109375 +-0.015258789062 +0.154296875000 +-0.025634765625 +-0.008850097656 +0.093261718750 +0.080566406250 +0.042968750000 +0.047119140625 +0.089843750000 +-0.033203125000 +-0.009033203125 +-0.095214843750 +-0.208984375000 +0.070312500000 +-0.006195068359 +-0.103027343750 +0.294921875000 +0.015197753906 +0.089355468750 +0.024902343750 +0.117187500000 +0.172851562500 +0.081542968750 +-0.006500244141 +0.177734375000 +-0.019042968750 +0.132812500000 +0.033203125000 +-0.060058593750 +0.082519531250 +0.027099609375 +0.090820312500 +-0.167968750000 +-0.051269531250 +-0.048339843750 +-0.097167968750 +-0.084472656250 +0.055175781250 +0.051757812500 +0.224609375000 +0.150390625000 +0.008789062500 +0.053955078125 +-0.032470703125 +-0.076660156250 +-0.085937500000 +-0.033691406250 +-0.028198242188 +-0.002319335938 +-0.014587402344 +0.040527343750 +-0.026733398438 +0.045654296875 +0.153320312500 +-0.004638671875 +-0.033935546875 +0.018310546875 +-0.128906250000 +-0.001945495605 +0.041015625000 +0.037841796875 +0.066894531250 +-0.004821777344 +0.010864257812 +-0.098144531250 +0.051025390625 +-0.052001953125 +-0.076171875000 +0.099609375000 +0.039550781250 +-0.088867187500 +0.029296875000 +-0.049072265625 +0.083007812500 +-0.138671875000 +-0.032714843750 +0.159179687500 +0.012084960938 +-0.146484375000 +-0.093261718750 +-0.144531250000 +0.006469726562 +0.018310546875 +-0.079101562500 +0.025512695312 +-0.162109375000 +0.060791015625 +0.108398437500 +-0.031127929688 +-0.030273437500 +0.239257812500 +-0.210937500000 +0.068847656250 +-0.045410156250 +-0.056640625000 +0.065917968750 +-0.012145996094 +0.032714843750 +-0.034912109375 +-0.002700805664 +-0.132812500000 +0.093261718750 +0.087402343750 +-0.092773437500 +0.017333984375 +0.171875000000 +0.137695312500 +0.009216308594 +-0.010375976562 +-0.002456665039 +0.052246093750 +0.128906250000 +0.012084960938 +0.006286621094 +0.026611328125 +0.140625000000 +-0.179687500000 +-0.018798828125 +-0.145507812500 +-0.077636718750 +0.099121093750 +0.167968750000 +-0.023437500000 +0.091796875000 +-0.101562500000 +-0.029785156250 +0.104003906250 +-0.182617187500 +-0.064453125000 +-0.104003906250 +0.016357421875 +0.033447265625 +0.070800781250 +0.002105712891 +-0.095214843750 +0.173828125000 +0.019409179688 +0.015075683594 +-0.006286621094 +-0.044433593750 +-0.128906250000 +-0.036132812500 +0.164062500000 +0.113281250000 +0.000976562500 +-0.065429687500 +-0.050537109375 +0.049072265625 +0.128906250000 +-0.099121093750 +0.052001953125 +-0.055908203125 +0.124023437500 +0.029541015625 +-0.175781250000 +-0.082519531250 +-0.035156250000 +0.037841796875 +-0.019653320312 +-0.021850585938 +0.044433593750 +-0.049560546875 +0.043945312500 +0.107421875000 +-0.017089843750 +-0.036621093750 +-0.043945312500 +0.021606445312 +-0.043212890625 +0.127929687500 +-0.073242187500 +-0.016479492188 +-0.014465332031 +0.005554199219 +-0.094238281250 +-0.281250000000 +0.068847656250 +-0.229492187500 +-0.096679687500 +0.065917968750 +0.006408691406 +-0.091796875000 +0.078125000000 +0.064453125000 +0.011291503906 +-0.151367187500 +0.090332031250 +0.049072265625 +0.040527343750 +-0.036132812500 +0.168945312500 +0.118652343750 +-0.079101562500 +-0.041259765625 +0.077636718750 +0.044189453125 +-0.017211914062 +-0.110839843750 +-0.103027343750 +-0.148437500000 +-0.033691406250 +-0.086914062500 +-0.022216796875 +-0.085449218750 +0.065917968750 +0.067382812500 +-0.001281738281 +-0.050048828125 +-0.139648437500 +0.052001953125 +-0.007537841797 +0.088378906250 +-0.068847656250 +0.002212524414 +0.036621093750 +-0.055419921875 +-0.015991210938 +0.149414062500 +0.078613281250 +0.054687500000 +-0.042236328125 +0.125976562500 +0.275390625000 +-0.124511718750 +0.056640625000 +0.092285156250 +-0.083496093750 +-0.057861328125 +-0.057373046875 +0.000888824463 +-0.169921875000 +0.059570312500 +0.335937500000 +0.045898437500 +0.151367187500 +0.120605468750 +-0.113281250000 +-0.064453125000 +0.106933593750 +0.043701171875 +0.032958984375 +0.033203125000 +-0.105468750000 +0.062500000000 +0.087890625000 +0.062500000000 +-0.050537109375 +0.049560546875 +0.046386718750 +-0.057861328125 +-0.022583007812 +-0.039062500000 +0.052246093750 +-0.088867187500 +-0.085937500000 +0.017822265625 +-0.066894531250 +-0.035400390625 +0.073730468750 +-0.030639648438 +-0.106933593750 +0.177734375000 +-0.087402343750 +-0.067382812500 +0.050048828125 +0.108886718750 +-0.038330078125 +-0.069824218750 +0.081542968750 +-0.043457031250 +-0.111328125000 +0.141601562500 +-0.065917968750 +0.121093750000 +-0.135742187500 +-0.166992187500 +0.070312500000 +-0.115722656250 +-0.167968750000 +0.005645751953 +-0.053466796875 +-0.027465820312 +0.076660156250 +-0.174804687500 +-0.085937500000 +0.139648437500 +0.132812500000 +0.126953125000 +-0.021850585938 +0.031982421875 +0.061279296875 +0.056640625000 +-0.062988281250 +0.044921875000 +-0.043212890625 +-0.149414062500 +-0.022705078125 +-0.032714843750 +0.008911132812 +0.112304687500 +-0.043212890625 +0.102050781250 +-0.107910156250 +0.057128906250 +0.030761718750 +0.025390625000 +-0.021850585938 +-0.160156250000 +-0.043701171875 +0.082519531250 +0.000518798828 +-0.098632812500 +0.034423828125 +0.110839843750 +0.032714843750 +-0.075683593750 +0.115234375000 +-0.053710937500 +0.243164062500 +-0.106933593750 +0.132812500000 +0.180664062500 +0.087402343750 +-0.073730468750 +-0.213867187500 +-0.042724609375 +-0.092285156250 +-0.030883789062 +0.094238281250 +0.064453125000 +0.013000488281 +0.165039062500 +-0.022094726562 +-0.088378906250 +-0.031738281250 +0.069824218750 +-0.017822265625 +-0.135742187500 +0.158203125000 +-0.070312500000 +-0.078613281250 +-0.021240234375 +0.028564453125 +0.072265625000 +-0.164062500000 +-0.175781250000 +0.080078125000 +-0.168945312500 +0.012756347656 +0.134765625000 +-0.077148437500 +-0.009216308594 +0.040283203125 +0.099609375000 +-0.096191406250 +0.099609375000 +-0.128906250000 +-0.052246093750 +-0.065917968750 +0.175781250000 +-0.031494140625 +0.096679687500 +-0.128906250000 +0.002563476562 +0.059814453125 +0.094726562500 +-0.126953125000 +-0.059326171875 +-0.030395507812 +-0.032958984375 +0.197265625000 +0.056640625000 +0.240234375000 +-0.177734375000 +0.043457031250 +-0.077636718750 +0.055664062500 +0.027221679688 +-0.084960937500 +-0.251953125000 +0.076171875000 +-0.045166015625 +0.102050781250 +0.073242187500 +-0.253906250000 +0.100097656250 +-0.043212890625 +0.068359375000 +-0.086425781250 +0.008728027344 +-0.030151367188 +0.111816406250 +-0.044433593750 +-0.034179687500 +0.070312500000 +-0.187500000000 +0.020141601562 +0.072265625000 +-0.041259765625 +-0.125976562500 +-0.086914062500 +0.138671875000 +0.089843750000 +-0.359375000000 +-0.155273437500 +0.006317138672 +0.020019531250 +0.114257812500 +-0.162109375000 +0.125976562500 +-0.039550781250 +-0.031127929688 +0.023071289062 +0.016357421875 +-0.037353515625 +0.026000976562 +0.016723632812 +0.054443359375 +-0.015869140625 +-0.028564453125 +-0.157226562500 +-0.100585937500 +-0.043945312500 +0.259765625000 +-0.017456054688 +0.044433593750 +-0.018432617188 +-0.031982421875 +-0.109375000000 +-0.172851562500 +0.118164062500 +0.019409179688 +0.016357421875 +-0.062988281250 +-0.120605468750 +-0.169921875000 +0.014953613281 +-0.020874023438 +-0.014282226562 +0.015747070312 +0.023437500000 +-0.057373046875 +0.001045227051 +-0.068359375000 +-0.050292968750 +0.104492187500 +0.076171875000 +-0.039794921875 +-0.042724609375 +0.017700195312 +0.080078125000 +0.055908203125 +-0.244140625000 +-0.027343750000 +-0.020141601562 +0.111816406250 +0.207031250000 +0.209960937500 +-0.007537841797 +-0.081542968750 +0.051757812500 +0.019287109375 +-0.212890625000 +0.098632812500 +0.113281250000 +0.063964843750 +-0.128906250000 +0.069335937500 +-0.165039062500 +-0.035888671875 +-0.027343750000 +0.063964843750 +-0.053222656250 +-0.004455566406 +0.056152343750 +0.120605468750 +-0.004302978516 +-0.023193359375 +-0.079101562500 +-0.054931640625 +0.138671875000 +-0.198242187500 +-0.084472656250 +-0.045166015625 +-0.039306640625 +-0.078125000000 +-0.045410156250 +0.091796875000 +0.053466796875 +0.045654296875 +0.072265625000 +0.013916015625 +-0.169921875000 +0.107910156250 +-0.026733398438 +0.208984375000 +0.186523437500 +0.002868652344 +-0.096191406250 +0.002838134766 +-0.099121093750 +-0.109863281250 +-0.020507812500 +0.052734375000 +0.012817382812 +-0.205078125000 +0.106933593750 +0.020385742188 +-0.034667968750 +-0.021240234375 +0.080566406250 +-0.074707031250 +-0.190429687500 +0.078125000000 +-0.015197753906 +-0.006805419922 +0.058349609375 +0.054931640625 +-0.161132812500 +0.007507324219 +-0.137695312500 +-0.047119140625 +0.001358032227 +-0.005249023438 +-0.014221191406 +-0.041992187500 +-0.068359375000 +0.100097656250 +-0.080566406250 +-0.071289062500 +-0.092285156250 +-0.059570312500 +0.214843750000 +-0.063964843750 +-0.024047851562 +0.047607421875 +0.148437500000 +-0.071777343750 +0.020996093750 +0.000747680664 +-0.062500000000 +-0.197265625000 +-0.025878906250 +-0.099609375000 +-0.047363281250 +-0.157226562500 +0.133789062500 +-0.164062500000 +0.002227783203 +-0.091796875000 +0.012878417969 +0.055664062500 +0.010986328125 +0.035644531250 +-0.027832031250 +-0.051269531250 +-0.341796875000 +0.112792968750 +-0.017211914062 +0.001998901367 +-0.012695312500 +-0.147460937500 +-0.047119140625 +0.032714843750 +-0.038574218750 +0.015747070312 +0.048095703125 +-0.111328125000 +-0.041992187500 +-0.093261718750 +-0.127929687500 +0.152343750000 +-0.192382812500 +0.121582031250 +0.296875000000 +0.031250000000 +0.160156250000 +0.160156250000 +-0.006378173828 +0.148437500000 +0.034423828125 +0.023315429688 +0.045410156250 +-0.120605468750 +0.031250000000 +0.029663085938 +0.097656250000 +-0.037109375000 +0.176757812500 +-0.033935546875 +0.047363281250 +0.163085937500 +0.173828125000 +0.100097656250 +-0.236328125000 +0.115234375000 +-0.103027343750 +0.001983642578 +0.127929687500 +0.132812500000 +0.004211425781 +-0.053222656250 +-0.016113281250 +0.028320312500 +0.062255859375 +-0.112304687500 +-0.048095703125 +0.050781250000 +-0.068359375000 +0.027099609375 +-0.073242187500 +-0.027587890625 +0.109375000000 +-0.049316406250 +-0.070800781250 +0.077636718750 +0.098632812500 +-0.074218750000 +0.025756835938 +0.349609375000 +0.018188476562 +-0.038574218750 +-0.218750000000 +0.015014648438 +-0.062500000000 +0.138671875000 +-0.144531250000 +-0.051513671875 +0.043945312500 +-0.070312500000 +0.003204345703 +-0.259765625000 +-0.114257812500 +-0.031982421875 +0.112304687500 +-0.098144531250 +0.028564453125 +0.062988281250 +0.191406250000 +0.174804687500 +-0.165039062500 +0.089355468750 +-0.048095703125 +-0.112304687500 +-0.152343750000 +-0.008422851562 +-0.199218750000 +-0.029785156250 +0.010986328125 +-0.012939453125 +-0.067871093750 +0.084960937500 +0.009765625000 +0.052001953125 +-0.146484375000 +0.058105468750 +-0.033447265625 +0.115722656250 +-0.086914062500 +0.030273437500 +-0.033447265625 +0.123046875000 +-0.097167968750 +0.120117187500 +-0.061279296875 +0.068359375000 +0.056152343750 +-0.123535156250 +0.013183593750 +0.059570312500 +-0.000492095947 +0.058593750000 +-0.019775390625 +-0.067871093750 +0.105468750000 +-0.079101562500 +0.008850097656 +-0.083496093750 +0.082031250000 +0.093261718750 +0.081054687500 +0.040039062500 +0.165039062500 +-0.084472656250 +0.045410156250 +-0.145507812500 +-0.120117187500 +-0.051757812500 +-0.087402343750 +-0.004180908203 +-0.045898437500 +-0.006683349609 +0.002380371094 +0.016479492188 +-0.073242187500 +0.052246093750 +0.000270843506 +-0.000364303589 +-0.005493164062 +-0.117675781250 +-0.033447265625 +-0.032226562500 +-0.082519531250 +-0.028076171875 +0.055908203125 +-0.034423828125 +0.047363281250 +0.103027343750 +0.105957031250 +0.048828125000 +0.081054687500 +-0.051513671875 +0.022338867188 +-0.141601562500 +0.143554687500 +-0.086425781250 +-0.044677734375 +-0.013793945312 +-0.118164062500 +-0.049560546875 +0.032958984375 +0.006378173828 +-0.131835937500 +-0.024414062500 +0.025268554688 +-0.070800781250 +-0.112304687500 +0.065429687500 +-0.129882812500 +0.002624511719 +-0.003677368164 +-0.067382812500 +0.019653320312 +-0.074218750000 +-0.048095703125 +0.112304687500 +-0.200195312500 +-0.216796875000 +-0.003936767578 +0.056152343750 +0.093261718750 +0.057861328125 +0.031250000000 +-0.005554199219 +-0.007019042969 +0.029052734375 +-0.105957031250 +-0.028564453125 +0.080078125000 +0.031005859375 +0.008483886719 +-0.038330078125 +-0.019775390625 +0.049560546875 +0.062500000000 +0.035888671875 +0.003036499023 +0.013854980469 +-0.038330078125 +0.052246093750 +-0.000961303711 +-0.003845214844 +0.002517700195 +0.114746093750 +-0.030029296875 +-0.172851562500 +-0.048095703125 +-0.083984375000 +0.007781982422 +-0.033447265625 +-0.114746093750 +0.055664062500 +-0.048095703125 +-0.014038085938 +-0.107421875000 +0.062255859375 +0.093750000000 +-0.175781250000 +-0.104003906250 +0.033203125000 +-0.054443359375 +-0.118652343750 +-0.126953125000 +-0.182617187500 +-0.126953125000 +0.034179687500 +-0.001274108887 +0.183593750000 +0.066406250000 +0.006347656250 +0.003540039062 +-0.016113281250 +-0.004119873047 +-0.019042968750 +0.023315429688 +0.110351562500 +0.079101562500 +-0.138671875000 +-0.048339843750 +-0.098144531250 +0.081054687500 +-0.016357421875 +0.004180908203 +0.147460937500 +-0.046386718750 +-0.075683593750 +-0.168945312500 +-0.048583984375 +-0.195312500000 +-0.085937500000 +0.020874023438 +-0.009277343750 +-0.086914062500 +-0.062988281250 +0.011596679688 +-0.066406250000 +-0.035644531250 +-0.051025390625 +-0.025512695312 +-0.046386718750 +-0.012512207031 +0.123535156250 +0.207031250000 +0.125976562500 +0.021484375000 +-0.068847656250 +-0.095214843750 +-0.014038085938 +0.002304077148 +0.007995605469 +-0.051513671875 +0.001998901367 +0.018310546875 +-0.006072998047 +0.008239746094 +-0.316406250000 +0.114257812500 +-0.008361816406 +-0.065429687500 +-0.018798828125 +-0.037841796875 +0.008056640625 +-0.145507812500 +-0.083984375000 +0.081054687500 +-0.127929687500 +-0.107910156250 +-0.026367187500 +0.038818359375 +0.014770507812 +-0.145507812500 +-0.232421875000 +0.052001953125 +-0.023681640625 +-0.009460449219 +-0.063476562500 +0.188476562500 +0.018676757812 +0.077636718750 +-0.130859375000 +-0.135742187500 +-0.109375000000 +0.149414062500 +0.012329101562 +0.076171875000 +0.076660156250 +-0.036132812500 +0.028686523438 +-0.099609375000 +-0.042236328125 +-0.116699218750 +0.101074218750 +0.045166015625 +-0.134765625000 +-0.090820312500 +-0.129882812500 +0.027343750000 +0.006256103516 +0.045410156250 +-0.104492187500 +0.008483886719 +-0.018432617188 +-0.181640625000 +0.084472656250 +0.058349609375 +-0.028076171875 +-0.124023437500 +-0.135742187500 +0.078613281250 +-0.137695312500 +-0.031494140625 +-0.132812500000 +-0.067382812500 +-0.069335937500 +0.052978515625 +-0.027587890625 +0.058105468750 +0.183593750000 +-0.001586914062 +0.003967285156 +0.156250000000 +0.045654296875 +-0.103027343750 +-0.073242187500 +-0.024780273438 +0.043945312500 +0.001449584961 +-0.037109375000 +-0.100585937500 +0.092773437500 +0.103027343750 +-0.237304687500 +-0.033691406250 +-0.082519531250 +-0.071289062500 +0.017211914062 +0.082519531250 +-0.079589843750 +-0.093750000000 +-0.019531250000 +0.093261718750 +-0.064453125000 +0.099609375000 +-0.003234863281 +0.003768920898 +0.102539062500 +-0.183593750000 +0.061279296875 +-0.037597656250 +0.006835937500 +0.019165039062 +0.065429687500 +-0.111328125000 +-0.030639648438 +-0.037597656250 +-0.193359375000 +0.009216308594 +-0.008117675781 +-0.078125000000 +0.053466796875 +0.128906250000 +0.045654296875 +0.024536132812 +-0.049316406250 +0.033203125000 +-0.082031250000 +-0.271484375000 +0.071289062500 +-0.104980468750 +0.021606445312 +0.085937500000 +-0.060791015625 +0.073242187500 +-0.146484375000 +0.092773437500 +-0.176757812500 +0.007171630859 +0.007598876953 +0.026977539062 +0.075683593750 +-0.149414062500 +-0.084960937500 +0.108398437500 +0.027343750000 +0.146484375000 +0.021850585938 +-0.068359375000 +0.092285156250 +-0.167968750000 +-0.107421875000 +-0.037109375000 +0.001571655273 +-0.091796875000 +-0.023193359375 +-0.017822265625 +-0.114257812500 +0.050537109375 +0.140625000000 +0.120117187500 +0.114257812500 +-0.128906250000 +0.255859375000 +-0.071777343750 +0.050781250000 +0.030517578125 +0.015197753906 +-0.046875000000 +-0.031250000000 +0.064941406250 +0.078613281250 +0.025390625000 +-0.059326171875 +-0.049560546875 +0.139648437500 +-0.182617187500 +0.000140190125 +0.006652832031 +-0.077636718750 +-0.106445312500 +-0.003036499023 +0.019287109375 +-0.056640625000 +0.035400390625 +0.008911132812 +-0.055419921875 +0.036376953125 +0.018310546875 +-0.015014648438 +0.044677734375 +0.019897460938 +0.143554687500 +-0.021118164062 +0.168945312500 +-0.080078125000 +-0.099609375000 +-0.113769531250 +0.036376953125 +-0.013122558594 +-0.028686523438 +0.165039062500 +0.005645751953 +0.028564453125 +0.038574218750 +-0.167968750000 +0.166992187500 +-0.096191406250 +-0.076660156250 +0.049072265625 +-0.073242187500 +-0.025268554688 +-0.093261718750 +-0.102539062500 +0.095214843750 +0.083496093750 +-0.043212890625 +0.018432617188 +0.400390625000 +0.009826660156 +-0.038085937500 +-0.108886718750 +-0.073730468750 +0.080566406250 +0.082519531250 +-0.066406250000 +0.020263671875 +0.014953613281 +0.163085937500 +-0.023803710938 +0.024780273438 +0.103515625000 +-0.147460937500 +-0.002243041992 +-0.039550781250 +-0.070800781250 +-0.008422851562 +-0.068359375000 +-0.026489257812 +0.039794921875 +-0.038330078125 +0.089843750000 +-0.098632812500 +-0.072753906250 +0.008728027344 +-0.092285156250 +0.007690429688 +0.251953125000 +-0.156250000000 +-0.012878417969 +0.011230468750 +-0.075683593750 +-0.017822265625 +-0.180664062500 +0.148437500000 +-0.020019531250 +0.176757812500 +0.039062500000 +0.044189453125 +-0.053710937500 +0.091796875000 +0.073242187500 +0.023559570312 +-0.083984375000 +-0.085449218750 +0.120117187500 +0.104980468750 +0.042724609375 +0.040771484375 +-0.227539062500 +0.000101566315 +0.062988281250 +-0.018920898438 +-0.052734375000 +0.005828857422 +-0.112792968750 +0.047363281250 +-0.020874023438 +0.097656250000 +-0.038574218750 +0.028808593750 +-0.020751953125 +-0.009765625000 +-0.053222656250 +0.011291503906 +-0.217773437500 +0.003814697266 +0.208984375000 +-0.079101562500 +-0.046630859375 +-0.092285156250 +-0.024047851562 +-0.150390625000 +0.100097656250 +0.028564453125 +-0.114257812500 +0.044677734375 +-0.076171875000 +-0.012634277344 +0.070800781250 +0.016479492188 +-0.041503906250 +-0.008666992188 +0.038574218750 +-0.021972656250 +-0.084472656250 +0.062011718750 +0.050048828125 +-0.070312500000 +0.004058837891 +0.009887695312 +-0.061523437500 +-0.027099609375 +-0.204101562500 +-0.020874023438 +-0.012817382812 +0.114746093750 +0.077636718750 +0.092773437500 +-0.002029418945 +-0.198242187500 +-0.149414062500 +-0.172851562500 +-0.013916015625 +-0.121093750000 +0.039062500000 +0.107421875000 +0.112792968750 +-0.078125000000 +0.023315429688 +0.001472473145 +-0.215820312500 +0.273437500000 +-0.033447265625 +-0.075683593750 +-0.112792968750 +0.089355468750 +0.000961303711 +0.041992187500 +-0.131835937500 +-0.151367187500 +0.062500000000 +0.071777343750 +0.066894531250 +-0.168945312500 +0.032714843750 +0.043701171875 +-0.129882812500 +0.060546875000 +0.019653320312 +0.177734375000 +-0.163085937500 +-0.091796875000 +-0.078125000000 +0.121093750000 +0.028686523438 +0.021240234375 +-0.011291503906 +0.060791015625 +0.008361816406 +-0.002166748047 +-0.016235351562 +-0.015991210938 +-0.133789062500 +0.000976562500 +-0.015380859375 +-0.133789062500 +0.075195312500 +0.020507812500 +0.128906250000 +0.080566406250 +0.005493164062 +0.088378906250 +-0.092285156250 +-0.025146484375 +-0.050537109375 +0.071289062500 +-0.081054687500 +-0.035156250000 +-0.103515625000 +0.014953613281 +-0.039306640625 +-0.039062500000 +0.016113281250 +0.105468750000 +-0.034667968750 +0.042724609375 +-0.167968750000 +0.072753906250 +0.120117187500 +-0.062988281250 +0.091308593750 +-0.016601562500 +-0.129882812500 +0.035156250000 +0.035400390625 +-0.055664062500 +0.013244628906 +0.001121520996 +-0.062500000000 +0.031250000000 +0.071289062500 +-0.116699218750 +0.080566406250 +-0.067382812500 +0.001953125000 +0.113769531250 +-0.058837890625 +0.078125000000 +0.006286621094 +0.037597656250 +0.049072265625 +0.065429687500 +-0.022094726562 +-0.055175781250 +-0.108886718750 +0.019531250000 +-0.110351562500 +0.014831542969 +-0.106933593750 +0.011962890625 +0.045898437500 +0.060546875000 +-0.007537841797 +0.033447265625 +0.004852294922 +-0.013854980469 +0.142578125000 +-0.020141601562 +-0.044921875000 +-0.049560546875 +0.018432617188 +-0.045654296875 +-0.013610839844 +0.062988281250 +-0.016845703125 +0.143554687500 +-0.074218750000 +-0.056640625000 +0.010192871094 +0.098632812500 +0.075195312500 +-0.000219345093 +-0.044921875000 +0.038330078125 +-0.062988281250 +0.028320312500 +-0.146484375000 +0.011291503906 +0.107910156250 +-0.094238281250 +-0.136718750000 +0.022583007812 +0.053710937500 +-0.034912109375 +0.074218750000 +0.017944335938 +-0.071289062500 +-0.040283203125 +-0.070800781250 +0.132812500000 +0.008422851562 +-0.037597656250 +-0.190429687500 +0.009643554688 +-0.084472656250 +0.072265625000 +0.049072265625 +0.168945312500 +-0.145507812500 +0.080566406250 +-0.012451171875 +-0.064453125000 +0.042236328125 +0.164062500000 +-0.034423828125 +0.026733398438 +0.071777343750 +0.010681152344 +0.229492187500 +0.058349609375 +-0.027954101562 +-0.121093750000 +0.047607421875 +0.004516601562 +0.060058593750 +-0.062011718750 +-0.016723632812 +0.140625000000 +0.005950927734 +0.003402709961 +0.046875000000 +-0.109863281250 +0.083496093750 +-0.273437500000 +-0.007873535156 +-0.015258789062 +0.064453125000 +-0.049804687500 +0.097656250000 +-0.007141113281 +-0.078125000000 +-0.126953125000 +0.067382812500 +-0.022583007812 +0.087402343750 +0.072265625000 +0.086914062500 +0.275390625000 +0.066406250000 +-0.084960937500 +0.085937500000 +0.154296875000 +-0.154296875000 +-0.006896972656 +-0.021240234375 +-0.015625000000 +0.054687500000 +-0.056396484375 +0.061035156250 +0.109375000000 +0.059326171875 +0.066406250000 +0.039550781250 +-0.071777343750 +0.026977539062 +-0.013427734375 +0.081542968750 +-0.217773437500 +-0.056640625000 +0.097656250000 +0.027587890625 +-0.039550781250 +-0.035400390625 +0.066894531250 +-0.006347656250 +0.034912109375 +-0.103515625000 +0.168945312500 +-0.128906250000 +-0.004608154297 +0.010131835938 +0.087890625000 +-0.003707885742 +0.036132812500 +0.159179687500 +0.017578125000 +0.075683593750 +-0.077636718750 +-0.014404296875 +-0.138671875000 +-0.053466796875 +-0.048828125000 +0.000976562500 +-0.021728515625 +-0.049316406250 +0.003479003906 +0.063476562500 +0.140625000000 +-0.095703125000 +-0.000896453857 +-0.062255859375 +0.125000000000 +0.087890625000 +0.047119140625 +-0.028930664062 +0.296875000000 +0.111816406250 +-0.006561279297 +-0.131835937500 +0.007019042969 +-0.039550781250 +-0.043701171875 +-0.101074218750 +0.123046875000 +-0.061767578125 +0.006896972656 +-0.031494140625 +0.155273437500 +0.027343750000 +0.183593750000 +0.034667968750 +0.056640625000 +-0.077148437500 +-0.273437500000 +-0.027587890625 +-0.083007812500 +-0.055908203125 +-0.131835937500 +0.015747070312 +0.000465393066 +-0.033691406250 +-0.020996093750 +-0.040771484375 +-0.046142578125 +-0.042968750000 +0.013854980469 +-0.082519531250 +-0.110839843750 +-0.128906250000 +0.008300781250 +-0.075683593750 +-0.230468750000 +-0.032958984375 +-0.018432617188 +0.142578125000 +-0.014465332031 +0.195312500000 +0.031738281250 +0.004882812500 +0.007629394531 +0.209960937500 +-0.202148437500 +0.047119140625 +-0.038085937500 +0.028564453125 +0.064941406250 +0.047363281250 +0.055664062500 +-0.061035156250 +0.131835937500 +-0.082031250000 +-0.080078125000 +-0.101074218750 +-0.041259765625 +0.041259765625 +-0.052490234375 +-0.033935546875 +0.072753906250 +-0.102050781250 +0.030517578125 +-0.021728515625 +-0.076171875000 +-0.106445312500 +0.017456054688 +0.018920898438 +0.098144531250 +-0.075683593750 +-0.126953125000 +0.092773437500 +0.191406250000 +-0.032226562500 +0.110351562500 +-0.105957031250 +0.117187500000 +0.061035156250 +0.005615234375 +-0.012878417969 +-0.020385742188 +-0.122558593750 +-0.020385742188 +-0.002059936523 +0.092285156250 +-0.065917968750 +0.139648437500 +0.133789062500 +-0.019531250000 +0.002288818359 +-0.110839843750 +-0.066406250000 +0.014221191406 +0.078613281250 +0.148437500000 +-0.065917968750 +-0.052734375000 +-0.085449218750 +-0.037597656250 +-0.074707031250 +0.065917968750 +-0.008178710938 +0.028320312500 +0.009155273438 +-0.110351562500 +-0.024902343750 +-0.007324218750 +-0.026977539062 +0.110839843750 +-0.022583007812 +0.032714843750 +0.035156250000 +-0.107910156250 +-0.046875000000 +-0.031005859375 +0.061523437500 +0.033203125000 +0.077636718750 +0.003616333008 +-0.101562500000 +0.059814453125 +0.059082031250 +-0.065917968750 +0.096191406250 +-0.026855468750 +-0.082519531250 +-0.074218750000 +-0.160156250000 +0.004119873047 +0.007659912109 +-0.034423828125 +0.017944335938 +0.142578125000 +-0.010864257812 +-0.044189453125 +0.048828125000 +0.003112792969 +-0.023193359375 +-0.073242187500 +-0.008056640625 +-0.021484375000 +-0.039794921875 +0.004333496094 +0.127929687500 +0.066894531250 +-0.009094238281 +-0.048339843750 +-0.019653320312 +0.186523437500 +-0.018554687500 +0.013854980469 +0.125000000000 +0.008056640625 +0.090820312500 +-0.146484375000 +0.062255859375 +0.020996093750 +-0.028076171875 +-0.013000488281 +0.023071289062 +0.010742187500 +-0.016845703125 +-0.251953125000 +-0.136718750000 +-0.093261718750 +-0.105468750000 +0.075683593750 +-0.118164062500 +0.079101562500 +-0.040039062500 +-0.004272460938 +-0.079589843750 +-0.029907226562 +0.117187500000 +-0.049316406250 +0.047119140625 +0.105468750000 +0.010803222656 +-0.047607421875 +-0.113281250000 +-0.068847656250 +-0.042236328125 +0.048339843750 +-0.083984375000 +0.038818359375 +0.001518249512 +-0.091308593750 +-0.137695312500 +-0.040283203125 +-0.104492187500 +-0.106445312500 +-0.058837890625 +0.006530761719 +0.224609375000 +-0.005889892578 +0.057128906250 +-0.062988281250 +0.066406250000 +-0.155273437500 +-0.038330078125 +0.024047851562 +0.070800781250 +0.018432617188 +0.161132812500 +-0.001472473145 +-0.156250000000 +0.050292968750 +0.079101562500 +-0.053222656250 +0.050537109375 +0.023925781250 +0.063476562500 +0.012268066406 +0.000211715698 +-0.063476562500 +0.012695312500 +-0.203125000000 +0.059326171875 +0.072753906250 +0.084472656250 +-0.033203125000 +0.005645751953 +0.031738281250 +0.089355468750 +0.047607421875 +-0.068359375000 +0.120117187500 +-0.044921875000 +0.077148437500 +-0.059814453125 +-0.052001953125 +-0.040283203125 +-0.023437500000 +0.003967285156 +-0.241210937500 +-0.026489257812 +0.000427246094 +0.117187500000 +-0.161132812500 +0.035156250000 +0.036621093750 +-0.090820312500 +0.000003293157 +-0.074218750000 +-0.111816406250 +-0.013916015625 +-0.001502990723 +0.114746093750 +-0.087402343750 +0.019531250000 +-0.105957031250 +-0.190429687500 +0.104980468750 +-0.118164062500 +-0.040527343750 +0.072265625000 +-0.081542968750 +-0.128906250000 +0.036621093750 +-0.053955078125 +0.057861328125 +-0.031127929688 +0.041015625000 +0.110839843750 +0.130859375000 +0.004760742188 +0.072265625000 +0.092773437500 +-0.001640319824 +-0.024169921875 +-0.174804687500 +0.096191406250 +0.091308593750 +0.102539062500 +-0.041015625000 +-0.004760742188 +-0.008300781250 +-0.083007812500 +-0.205078125000 +0.136718750000 +-0.063964843750 +0.043945312500 +0.112792968750 +-0.123535156250 +0.069335937500 +0.091796875000 +0.062500000000 +-0.007690429688 +-0.057617187500 +-0.040039062500 +0.097167968750 +-0.046386718750 +0.191406250000 +-0.009521484375 +-0.085937500000 +-0.108886718750 +0.139648437500 +0.194335937500 +-0.039550781250 +0.030151367188 +-0.030273437500 +-0.051757812500 +-0.038818359375 +0.050537109375 +-0.032470703125 +-0.021606445312 +-0.021606445312 +-0.047851562500 +-0.085449218750 +-0.167968750000 +-0.062255859375 +-0.029174804688 +-0.060302734375 +-0.145507812500 +-0.021362304688 +0.041259765625 +-0.196289062500 +-0.058349609375 +0.047607421875 +0.015319824219 +0.075683593750 +-0.039550781250 +-0.046630859375 +0.015441894531 +0.075195312500 +-0.181640625000 +0.078613281250 +-0.004791259766 +0.271484375000 +0.065429687500 +0.040527343750 +-0.044189453125 +0.023803710938 +0.002334594727 +-0.043945312500 +0.032958984375 +0.122070312500 +-0.261718750000 +0.076660156250 +0.033691406250 +-0.024169921875 +0.078125000000 +0.018188476562 +0.208984375000 +-0.076171875000 +-0.010009765625 +-0.011230468750 +0.043457031250 +-0.023681640625 +0.034179687500 +0.003601074219 +-0.010742187500 +-0.245117187500 +-0.023193359375 +-0.055419921875 +-0.000431060791 +0.004241943359 +0.031250000000 +-0.058593750000 +0.170898437500 +-0.020507812500 +0.003936767578 +-0.090332031250 +-0.047363281250 +-0.022827148438 +-0.001167297363 +-0.021484375000 +0.190429687500 +-0.016235351562 +-0.090820312500 +0.007354736328 +-0.008544921875 +0.082031250000 +-0.100097656250 +0.021850585938 +-0.198242187500 +0.150390625000 +0.006378173828 +-0.057617187500 +-0.191406250000 +-0.139648437500 +-0.121582031250 +-0.138671875000 +0.078125000000 +-0.170898437500 +0.046386718750 +0.158203125000 +0.062988281250 +0.117187500000 +-0.146484375000 +0.033447265625 +0.054443359375 +0.144531250000 +-0.077148437500 +0.012145996094 +0.019775390625 +-0.014221191406 +-0.019653320312 +0.067871093750 +-0.177734375000 +0.031982421875 +-0.032226562500 +-0.169921875000 +-0.032470703125 +0.073730468750 +-0.096679687500 +-0.063476562500 +-0.061767578125 +0.027832031250 +0.075683593750 +-0.103027343750 +0.056396484375 +-0.016357421875 +0.123535156250 +0.015502929688 +-0.085449218750 +-0.037841796875 +-0.027343750000 +0.116699218750 +0.147460937500 +0.090820312500 +0.019775390625 +-0.099121093750 +0.000206947327 +0.149414062500 +-0.142578125000 +-0.070312500000 +-0.205078125000 +-0.098144531250 +0.006408691406 +0.044189453125 +0.055419921875 +0.281250000000 +-0.047119140625 +-0.103027343750 +-0.006256103516 +-0.105468750000 +0.133789062500 +0.173828125000 +-0.084960937500 +0.105468750000 +-0.144531250000 +0.070312500000 +0.031982421875 +0.051025390625 +-0.073242187500 +-0.009704589844 +0.007446289062 +-0.161132812500 +-0.100097656250 +-0.091308593750 +0.091308593750 +-0.045654296875 +0.019409179688 +-0.052246093750 +0.076171875000 +0.039550781250 +-0.121093750000 +-0.143554687500 +0.054199218750 +-0.024414062500 +0.120117187500 +0.059814453125 +-0.037597656250 +0.059814453125 +0.275390625000 +0.141601562500 +-0.149414062500 +0.073242187500 +-0.058349609375 +0.044921875000 +-0.153320312500 +0.064941406250 +-0.205078125000 +0.145507812500 +0.057373046875 +-0.090820312500 +0.236328125000 +-0.056396484375 +0.020874023438 +0.083007812500 +-0.027099609375 +0.051025390625 +-0.067871093750 +0.031738281250 +0.046386718750 +-0.104003906250 +0.085449218750 +-0.039062500000 +0.033447265625 +-0.026489257812 +-0.110839843750 +-0.110351562500 +0.251953125000 +0.035400390625 +-0.030883789062 +0.066406250000 +-0.176757812500 +0.062988281250 +-0.011718750000 +0.006256103516 +-0.025512695312 +-0.029052734375 +-0.025756835938 +-0.032226562500 +-0.013793945312 +0.038818359375 +0.007385253906 +0.027465820312 +-0.110839843750 +0.041748046875 +-0.047119140625 +-0.109863281250 +0.000499725342 +-0.021240234375 +-0.091796875000 +-0.074707031250 +-0.013366699219 +-0.056884765625 +0.054199218750 +0.215820312500 +-0.035888671875 +-0.087402343750 +0.014160156250 +0.039794921875 +-0.121582031250 +-0.081542968750 +-0.069824218750 +0.099609375000 +0.094238281250 +0.024536132812 +-0.095214843750 +-0.010925292969 +-0.162109375000 +0.148437500000 +-0.098632812500 +-0.030761718750 +-0.039550781250 +0.048828125000 +0.066894531250 +-0.070312500000 +-0.027465820312 +0.000029087067 +0.207031250000 +0.064453125000 +0.077148437500 +0.046875000000 +0.105468750000 +-0.119628906250 +-0.026000976562 +-0.048828125000 +0.001800537109 +0.002975463867 +-0.026977539062 +0.079101562500 +-0.109863281250 +0.193359375000 +0.000713348389 +-0.043945312500 +-0.051025390625 +-0.095703125000 +-0.062988281250 +0.076171875000 +0.104492187500 +-0.177734375000 +-0.269531250000 +0.059570312500 +0.007812500000 +0.005767822266 +-0.054687500000 +-0.059082031250 +-0.020385742188 +-0.129882812500 +-0.035888671875 +0.204101562500 +0.072265625000 +-0.144531250000 +-0.007690429688 +-0.137695312500 +0.010742187500 +-0.041015625000 +0.034179687500 +-0.106445312500 +-0.181640625000 +-0.025024414062 +-0.093750000000 +-0.067382812500 +-0.017211914062 +0.003524780273 +-0.032470703125 +-0.232421875000 +0.146484375000 +-0.082031250000 +-0.023071289062 +0.034423828125 +-0.018188476562 +0.187500000000 +-0.061279296875 +-0.041259765625 +-0.027709960938 +0.112792968750 +0.091308593750 +-0.075195312500 +-0.000865936279 +0.022338867188 +0.133789062500 +-0.141601562500 +-0.071289062500 +-0.140625000000 +-0.131835937500 +-0.085449218750 +0.090820312500 +-0.044433593750 +-0.077636718750 +0.104492187500 +0.087402343750 +-0.116210937500 +-0.069824218750 +-0.012695312500 +0.086914062500 +0.118652343750 +-0.008911132812 +-0.203125000000 +-0.002593994141 +0.017578125000 +-0.055175781250 +0.006652832031 +-0.054199218750 +0.170898437500 +-0.049560546875 +-0.068847656250 +-0.210937500000 +0.041015625000 +-0.006011962891 +-0.030395507812 +0.097167968750 +0.076660156250 +-0.074707031250 +0.033691406250 +0.158203125000 +0.052490234375 +-0.027343750000 +0.065917968750 +0.015502929688 +0.047119140625 +0.028320312500 +-0.012817382812 +0.060058593750 +-0.008361816406 +0.012756347656 +0.071777343750 +-0.096679687500 +0.096679687500 +0.203125000000 +0.056640625000 +0.082519531250 +-0.012634277344 +-0.004394531250 +0.174804687500 +-0.019165039062 +-0.084960937500 +-0.190429687500 +0.082031250000 +0.050292968750 +-0.101074218750 +-0.013244628906 +-0.237304687500 +-0.071289062500 +0.081542968750 +-0.090332031250 +0.088867187500 +0.048828125000 +-0.066406250000 +-0.064453125000 +-0.165039062500 +0.044677734375 +-0.012817382812 +-0.035888671875 +0.009338378906 +0.128906250000 +0.147460937500 +-0.029174804688 +0.011535644531 +-0.212890625000 +0.007415771484 +-0.027587890625 +-0.071777343750 +0.117675781250 +0.020263671875 +-0.112792968750 +-0.143554687500 +0.061767578125 +-0.019531250000 +-0.012756347656 +-0.052490234375 +-0.023071289062 +-0.175781250000 +0.051269531250 +0.090332031250 +-0.134765625000 +-0.053710937500 +-0.114746093750 +0.015991210938 +-0.029052734375 +-0.090820312500 +-0.103515625000 +0.022705078125 +0.174804687500 +0.107910156250 +0.143554687500 +0.033691406250 +0.054931640625 +0.251953125000 +0.090820312500 +-0.068847656250 +0.075683593750 +0.081054687500 +0.013000488281 +-0.006103515625 +-0.054443359375 +0.022460937500 +-0.059814453125 +0.110839843750 +-0.001937866211 +0.067871093750 +-0.005249023438 +0.017333984375 +0.166015625000 +0.027221679688 +0.011047363281 +0.044433593750 +0.038085937500 +-0.004364013672 +-0.052734375000 +0.177734375000 +0.067871093750 +-0.101074218750 +-0.070312500000 +-0.047851562500 +-0.012634277344 +0.029785156250 +0.027954101562 +-0.040771484375 +0.039794921875 +-0.062500000000 +-0.116699218750 +-0.050781250000 +-0.132812500000 +0.013244628906 +0.010681152344 +0.072265625000 +-0.025512695312 +-0.017333984375 +-0.027832031250 +0.002777099609 +0.013610839844 +-0.015869140625 +0.181640625000 +-0.111328125000 +-0.052246093750 +-0.101074218750 +0.012878417969 +-0.041259765625 +0.065917968750 +-0.040771484375 +-0.049316406250 +-0.049316406250 +0.114257812500 +-0.045898437500 +-0.012390136719 +-0.005340576172 +-0.054443359375 +-0.048828125000 +-0.078613281250 +0.049072265625 +-0.022949218750 +0.014465332031 +-0.072753906250 +-0.171875000000 +0.076660156250 +-0.026611328125 +-0.003143310547 +0.094238281250 +-0.012817382812 +-0.027099609375 +0.095214843750 +-0.029785156250 +-0.112304687500 +-0.114257812500 +0.093750000000 +-0.082519531250 +0.063964843750 +-0.024780273438 +0.036865234375 +0.127929687500 +0.010864257812 +-0.005584716797 +0.104492187500 +0.015563964844 +0.068847656250 +-0.071777343750 +-0.054199218750 +-0.005554199219 +-0.072265625000 +0.075195312500 +-0.075195312500 +-0.020263671875 +-0.069335937500 +0.106445312500 +0.101562500000 +-0.127929687500 +0.022705078125 +-0.019531250000 +-0.029541015625 +-0.013427734375 +-0.051025390625 +-0.012207031250 +-0.092773437500 +-0.015319824219 +0.013671875000 +-0.033691406250 +0.099609375000 +-0.180664062500 +0.113281250000 +-0.013244628906 +-0.173828125000 +0.099121093750 +-0.017944335938 +-0.003051757812 +0.112792968750 +-0.181640625000 +-0.025756835938 +0.052490234375 +0.050537109375 +-0.011474609375 +0.028930664062 +0.083007812500 +0.072265625000 +0.059814453125 +-0.023681640625 +0.042724609375 +0.091796875000 +0.123046875000 +-0.006500244141 +0.196289062500 +-0.163085937500 +-0.072753906250 +-0.049560546875 +0.016967773438 +-0.151367187500 +0.036132812500 +0.041748046875 +-0.063476562500 +-0.067382812500 +0.089355468750 +0.003662109375 +0.063476562500 +0.059326171875 +0.011047363281 +-0.052490234375 +-0.087890625000 +0.149414062500 +-0.074218750000 +0.031127929688 +-0.005462646484 +-0.066406250000 +-0.134765625000 +0.074218750000 +0.183593750000 +-0.127929687500 +-0.036865234375 +-0.009155273438 +-0.017944335938 +-0.023193359375 +0.005889892578 +-0.208007812500 +-0.237304687500 +-0.045654296875 +0.069824218750 +0.036865234375 +-0.171875000000 +0.047607421875 +0.024902343750 +-0.045654296875 +0.016967773438 +-0.143554687500 +-0.090332031250 +0.107910156250 +-0.014526367188 +-0.046630859375 +0.058105468750 +0.039306640625 +-0.044189453125 +0.100585937500 +-0.051757812500 +-0.050537109375 +-0.074218750000 +-0.142578125000 +0.139648437500 +-0.011535644531 +0.006439208984 +0.038574218750 +0.085937500000 +-0.023437500000 +-0.142578125000 +0.045410156250 +0.089355468750 +-0.030517578125 +-0.033447265625 +0.037109375000 +-0.033935546875 +0.139648437500 +-0.103027343750 +0.011047363281 +0.165039062500 +0.057861328125 +0.133789062500 +-0.049560546875 +-0.008666992188 +-0.085937500000 +-0.152343750000 +-0.078613281250 +-0.034179687500 +0.033203125000 +-0.011901855469 +-0.034179687500 +-0.034423828125 +0.025756835938 +0.056640625000 +-0.004852294922 +0.106933593750 +0.116699218750 +-0.052978515625 +0.078613281250 +-0.197265625000 +-0.056396484375 +-0.014953613281 +-0.108398437500 +-0.115722656250 +-0.109863281250 +-0.089843750000 +-0.071777343750 +0.170898437500 +0.026245117188 +-0.136718750000 +-0.024414062500 +0.113281250000 +0.097167968750 +0.101074218750 +0.062500000000 +-0.196289062500 +-0.027343750000 +-0.108886718750 +-0.096679687500 +-0.029418945312 +-0.069824218750 +-0.015625000000 +-0.031494140625 +-0.043701171875 +-0.099121093750 +0.041259765625 +0.084472656250 +0.015869140625 +-0.145507812500 +-0.068359375000 +0.175781250000 +0.057617187500 +0.142578125000 +-0.105468750000 +-0.055664062500 +-0.037353515625 +0.015869140625 +-0.100585937500 +0.007934570312 +-0.028808593750 +-0.111328125000 +-0.112792968750 +0.014648437500 +-0.057373046875 +0.077148437500 +0.045898437500 +-0.099609375000 +-0.004272460938 +0.027832031250 +-0.054199218750 +-0.093750000000 +-0.097167968750 +-0.064453125000 +0.106445312500 +0.025024414062 +-0.002716064453 +-0.040771484375 +-0.142578125000 +-0.073242187500 +0.125976562500 +-0.018920898438 +0.001586914062 +-0.217773437500 +0.072753906250 +-0.141601562500 +-0.118652343750 +-0.050781250000 +-0.086425781250 +-0.180664062500 +0.087890625000 +-0.002868652344 +-0.078125000000 +0.066406250000 +0.012329101562 +-0.137695312500 +0.008850097656 +0.097656250000 +0.081054687500 +0.210937500000 +-0.022705078125 +-0.158203125000 +-0.050048828125 +-0.033691406250 +-0.124023437500 +-0.161132812500 +0.023681640625 +-0.036621093750 +0.042724609375 +-0.025024414062 +-0.039794921875 +-0.107910156250 +0.069824218750 +-0.032714843750 +0.014221191406 +-0.019042968750 +-0.026977539062 +0.035888671875 +-0.105468750000 +0.111816406250 +-0.052246093750 +0.023315429688 +0.109863281250 +0.160156250000 +-0.100585937500 +0.003250122070 +-0.170898437500 +-0.022827148438 +-0.088867187500 +0.161132812500 +-0.010192871094 +-0.038330078125 +-0.007263183594 +-0.025756835938 +0.031738281250 +0.092773437500 +0.003753662109 +0.036865234375 +-0.205078125000 +0.062988281250 +-0.004547119141 +0.091796875000 +0.010253906250 +0.029418945312 +0.066894531250 +-0.101074218750 +-0.104492187500 +-0.081054687500 +-0.083496093750 +-0.184570312500 +-0.058349609375 +0.013916015625 +-0.020996093750 +-0.159179687500 +0.026855468750 +0.008422851562 +-0.046386718750 +-0.006500244141 +-0.056884765625 +0.044921875000 +0.001968383789 +0.005920410156 +-0.071289062500 +-0.164062500000 +0.124511718750 +0.003601074219 +0.125000000000 +0.013671875000 +0.140625000000 +-0.014404296875 +-0.029052734375 +0.021484375000 +-0.027099609375 +0.026733398438 +0.087890625000 +-0.150390625000 +-0.075195312500 +-0.063964843750 +-0.081542968750 +-0.000507354736 +-0.076660156250 +0.002792358398 +-0.013061523438 +0.009521484375 +-0.091308593750 +0.013000488281 +0.091308593750 +0.013732910156 +0.052490234375 +0.038818359375 +-0.170898437500 +-0.098632812500 +-0.182617187500 +0.054443359375 +0.036132812500 +0.054443359375 +-0.124511718750 +-0.077148437500 +0.041992187500 +-0.035888671875 +0.092285156250 +0.070312500000 +-0.024291992188 +0.099121093750 +-0.057861328125 +0.006286621094 +0.012817382812 +-0.031738281250 +0.134765625000 +-0.032714843750 +0.051757812500 +-0.035400390625 +-0.146484375000 +-0.049804687500 +-0.010192871094 +0.044677734375 +-0.123535156250 +-0.178710937500 +0.125000000000 +-0.058593750000 +0.042724609375 +0.060546875000 +-0.013244628906 +-0.006988525391 +-0.057373046875 +0.066406250000 +0.119140625000 +0.093261718750 +-0.081054687500 +0.138671875000 +0.096679687500 +-0.040771484375 +-0.018920898438 +0.011291503906 +-0.014038085938 +-0.033447265625 +0.010192871094 +-0.025512695312 +-0.208007812500 +-0.036621093750 +-0.115234375000 +-0.022216796875 +0.058349609375 +0.125000000000 +0.028320312500 +-0.034912109375 +-0.052246093750 +-0.065429687500 +-0.004608154297 +0.038330078125 +-0.070800781250 +-0.083984375000 +-0.039306640625 +-0.138671875000 +-0.025634765625 +0.031738281250 +0.214843750000 +0.003189086914 +0.088378906250 +-0.017211914062 +-0.357421875000 +0.251953125000 +-0.153320312500 +0.035644531250 +-0.027587890625 +-0.008911132812 +-0.046630859375 +0.031738281250 +0.039550781250 +-0.093750000000 +-0.041748046875 +-0.107910156250 +0.119140625000 +0.113769531250 +-0.170898437500 +-0.142578125000 +0.088378906250 +-0.106933593750 +-0.010803222656 +-0.029052734375 +0.137695312500 +0.099121093750 +0.001663208008 +-0.067871093750 +-0.126953125000 +-0.057373046875 +-0.117187500000 +0.176757812500 +-0.103515625000 +0.034179687500 +0.055664062500 +-0.076660156250 +0.040039062500 +-0.006561279297 +0.129882812500 +0.033447265625 +-0.019531250000 +-0.157226562500 +0.066406250000 +0.010192871094 +-0.064453125000 +0.052490234375 +0.039306640625 +-0.060058593750 +0.097167968750 +-0.010192871094 +-0.061035156250 +-0.102539062500 +-0.067382812500 +-0.038574218750 +-0.162109375000 +0.021850585938 +-0.008728027344 +-0.079101562500 +-0.065917968750 +-0.006072998047 +0.031250000000 +0.106445312500 +0.042724609375 +-0.100585937500 +0.011718750000 +0.064453125000 +-0.022827148438 +-0.030151367188 +-0.038574218750 +-0.074218750000 +-0.013916015625 +0.209960937500 +0.048095703125 +0.080078125000 +0.061035156250 +0.020263671875 +0.045654296875 +0.072753906250 +-0.089843750000 +-0.003173828125 +0.082031250000 +0.046875000000 +-0.069335937500 +-0.111816406250 +-0.029541015625 +-0.111816406250 +0.091308593750 +-0.043457031250 +-0.061035156250 +0.013671875000 +-0.001655578613 +-0.133789062500 +0.025878906250 +-0.020751953125 +0.113281250000 +-0.128906250000 +-0.052978515625 +-0.008361816406 +0.022338867188 +-0.100585937500 +-0.111816406250 +0.158203125000 +-0.061279296875 +0.023193359375 +-0.038574218750 +0.054443359375 +0.050537109375 +-0.109863281250 +0.052001953125 +-0.003662109375 +-0.081054687500 +0.102539062500 +0.202148437500 +-0.092285156250 +-0.035644531250 +-0.067382812500 +-0.065917968750 +0.046386718750 +0.125000000000 +0.104492187500 +0.100097656250 +-0.092773437500 +-0.003265380859 +-0.093261718750 +-0.079589843750 +-0.123046875000 +-0.041503906250 +0.010803222656 +-0.083007812500 +-0.035400390625 +-0.057617187500 +0.066406250000 +0.118652343750 +0.122070312500 +-0.066894531250 +-0.083007812500 +-0.147460937500 +-0.063964843750 +0.026733398438 +0.047851562500 +0.020385742188 +0.115234375000 +0.023315429688 +0.082031250000 +-0.051513671875 +-0.013122558594 +0.077148437500 +0.110351562500 +0.156250000000 +-0.109375000000 +0.062988281250 +-0.106933593750 +0.068847656250 +0.069335937500 +0.239257812500 +-0.035400390625 +0.075683593750 +-0.004974365234 +0.147460937500 +-0.126953125000 +0.068359375000 +0.058349609375 +0.124511718750 +-0.054199218750 +0.067871093750 +0.053955078125 +-0.041015625000 +-0.173828125000 +0.039062500000 +0.023925781250 +0.035888671875 +0.113769531250 +-0.009277343750 +0.068359375000 +-0.038330078125 +0.088378906250 +-0.035888671875 +-0.059326171875 +0.030395507812 +-0.173828125000 +0.028930664062 +0.035644531250 +0.196289062500 +0.068359375000 +-0.078613281250 +-0.103027343750 +0.100585937500 +-0.184570312500 +-0.014282226562 +0.005371093750 +-0.063964843750 +-0.072753906250 +-0.036621093750 +-0.037841796875 +-0.011718750000 +0.052734375000 +-0.064941406250 +-0.054199218750 +-0.068359375000 +0.047607421875 +-0.017211914062 +0.129882812500 +0.011352539062 +-0.079589843750 +-0.068847656250 +-0.098144531250 +-0.008972167969 +-0.010498046875 +0.005462646484 +0.145507812500 +-0.136718750000 +-0.093750000000 +0.006835937500 +-0.132812500000 +-0.003158569336 +-0.061523437500 +0.011413574219 +0.028564453125 +-0.041259765625 +0.121582031250 +0.012695312500 +0.083007812500 +0.178710937500 +-0.035888671875 +0.036376953125 +-0.115234375000 +0.040527343750 +0.017089843750 +-0.072265625000 +0.062500000000 +-0.128906250000 +-0.022460937500 +-0.079589843750 +0.028198242188 +-0.033203125000 +-0.118652343750 +-0.099121093750 +-0.014587402344 +-0.074218750000 +-0.054687500000 +0.170898437500 +-0.071289062500 +0.154296875000 +0.177734375000 +-0.061523437500 +-0.037841796875 +0.037597656250 +0.068847656250 +-0.025146484375 +-0.041748046875 +0.249023437500 +-0.066406250000 +-0.061279296875 +0.139648437500 +-0.102050781250 +0.112792968750 +-0.071777343750 +-0.104980468750 +-0.040283203125 +-0.028076171875 +0.085937500000 +-0.171875000000 +-0.006256103516 +0.049316406250 +-0.031494140625 +0.041015625000 +-0.001144409180 +-0.036865234375 +0.013244628906 +0.015625000000 +-0.058105468750 +0.069824218750 +0.054931640625 +0.020385742188 +0.147460937500 +-0.125976562500 +-0.209960937500 +-0.059082031250 +-0.004150390625 +0.036865234375 +-0.054687500000 +0.075683593750 +-0.075683593750 +0.054687500000 +-0.057373046875 +0.019531250000 +-0.043212890625 +-0.024536132812 +-0.062255859375 +0.039794921875 +0.004058837891 +0.016723632812 +0.050537109375 +-0.029541015625 +0.016113281250 +0.012268066406 +-0.039550781250 +0.030517578125 +0.002426147461 +-0.125976562500 +0.066406250000 +-0.034912109375 +-0.021362304688 +0.039794921875 +0.088867187500 +-0.010253906250 +-0.023925781250 +0.104980468750 +-0.148437500000 +0.064941406250 +0.070312500000 +-0.008605957031 +0.183593750000 +0.050537109375 +-0.066406250000 +0.187500000000 +0.036376953125 +0.076171875000 +-0.051513671875 +-0.091308593750 +-0.040771484375 +-0.078613281250 +0.098144531250 +-0.046142578125 +-0.009033203125 +0.100097656250 +0.074707031250 +0.082519531250 +0.047119140625 +-0.100585937500 +-0.059082031250 +-0.005371093750 +-0.123535156250 +0.013000488281 +-0.127929687500 +-0.103515625000 +0.074707031250 +0.060058593750 +0.084472656250 +-0.118164062500 +-0.208007812500 +-0.235351562500 +-0.136718750000 +0.109375000000 +0.125976562500 +0.176757812500 +-0.012084960938 +-0.133789062500 +-0.011718750000 +0.035156250000 +0.142578125000 +-0.074707031250 +-0.023193359375 +0.038330078125 +0.099121093750 +-0.097656250000 +0.006866455078 +0.018676757812 +-0.096679687500 +-0.026977539062 +0.012451171875 +-0.034667968750 +-0.057617187500 +-0.045166015625 +-0.052001953125 +-0.011657714844 +-0.078125000000 +0.113281250000 +-0.122070312500 +0.001724243164 +-0.053710937500 +-0.093750000000 +-0.000265121460 +0.060791015625 +-0.043212890625 +0.151367187500 +0.015625000000 +-0.017822265625 +0.035156250000 +-0.018188476562 +0.026733398438 +-0.106445312500 +0.022460937500 +-0.025390625000 +-0.070312500000 +0.080566406250 +0.230468750000 +0.009338378906 +-0.069335937500 +-0.041992187500 +0.063476562500 +0.007110595703 +0.047119140625 +0.045410156250 +-0.023193359375 +-0.049072265625 +-0.003067016602 +-0.077148437500 +0.125976562500 +0.108398437500 +0.013488769531 +-0.068359375000 +-0.129882812500 +0.122070312500 +-0.056152343750 +-0.005706787109 +0.034912109375 +0.057861328125 +-0.010925292969 +-0.097656250000 +-0.015625000000 +-0.070312500000 +-0.061523437500 +-0.085937500000 +-0.093750000000 +-0.036376953125 +-0.085449218750 +-0.163085937500 +0.097167968750 +0.142578125000 +0.030151367188 +-0.053222656250 +0.018676757812 +0.050537109375 +-0.005737304688 +-0.009094238281 +0.062500000000 +0.035644531250 +-0.102050781250 +0.057373046875 +0.030029296875 +-0.059814453125 +-0.166015625000 +-0.015563964844 +0.073242187500 +-0.177734375000 +0.106445312500 +-0.026123046875 +0.005432128906 +-0.099609375000 +-0.007019042969 +0.007598876953 +0.011474609375 +0.113281250000 +0.076660156250 +0.052978515625 +0.079101562500 +0.045166015625 +-0.040039062500 +0.092285156250 +-0.111328125000 +-0.059814453125 +-0.032958984375 +-0.033447265625 +0.073242187500 +-0.009765625000 +-0.079101562500 +0.048339843750 +0.033203125000 +0.049804687500 +-0.040527343750 +-0.072265625000 +0.121093750000 +0.005004882812 +0.043457031250 +-0.031982421875 +-0.048339843750 +0.021972656250 +0.015991210938 +-0.133789062500 +-0.069824218750 +0.079101562500 +0.102539062500 +-0.089355468750 +-0.106445312500 +-0.192382812500 +-0.059082031250 +-0.028198242188 +0.070312500000 +-0.067871093750 +-0.014099121094 +0.025390625000 +0.008300781250 +0.066894531250 +-0.075683593750 +-0.070312500000 +-0.078125000000 +0.046875000000 +-0.125976562500 +-0.024536132812 +0.005310058594 +-0.087402343750 +-0.150390625000 +0.004821777344 +0.100097656250 +-0.062500000000 +-0.060791015625 +-0.049072265625 +-0.085449218750 +0.121582031250 +0.095214843750 +0.013610839844 +-0.267578125000 +-0.000232696533 +-0.027343750000 +0.060546875000 +0.074707031250 +0.072753906250 +-0.012329101562 +-0.186523437500 +-0.038085937500 +0.112792968750 +-0.031982421875 +-0.107421875000 +-0.048583984375 +0.116210937500 +0.211914062500 +0.014160156250 +-0.050292968750 +-0.020507812500 +0.018554687500 +-0.036621093750 +0.042236328125 +-0.148437500000 +-0.108398437500 +-0.039794921875 +-0.034667968750 +-0.066406250000 +0.057617187500 +0.031127929688 +0.079101562500 +0.083496093750 +-0.141601562500 +-0.085449218750 +0.143554687500 +0.029541015625 +-0.065917968750 +-0.082031250000 +0.021850585938 +0.051513671875 +-0.141601562500 +-0.043701171875 +-0.081054687500 +0.097167968750 +-0.068359375000 +-0.222656250000 +-0.011169433594 +-0.089355468750 +0.029174804688 +-0.042236328125 +-0.028564453125 +0.078125000000 +0.026855468750 +-0.047363281250 +0.028442382812 +0.253906250000 +0.002731323242 +0.033935546875 +0.039062500000 +0.019287109375 +-0.113281250000 +-0.025634765625 +-0.046630859375 +-0.099121093750 +-0.016967773438 +-0.007385253906 +0.052734375000 +0.071289062500 +-0.066894531250 +0.047851562500 +0.018920898438 +0.014343261719 +-0.095703125000 +0.137695312500 +0.001075744629 +-0.086914062500 +-0.062988281250 +0.028076171875 +0.113769531250 +0.065917968750 +-0.014526367188 +0.081542968750 +-0.052734375000 +0.084960937500 +0.053710937500 +-0.025634765625 +-0.053466796875 +-0.099609375000 +-0.008911132812 +-0.049072265625 +0.048583984375 +-0.051513671875 +-0.038330078125 +-0.032470703125 +0.050048828125 +0.135742187500 +-0.041259765625 +0.011596679688 +0.078613281250 +-0.059326171875 +-0.061279296875 +0.020874023438 +0.093261718750 +0.064453125000 +0.069824218750 +-0.013183593750 +-0.107421875000 +0.085937500000 +-0.009643554688 +-0.065917968750 +-0.271484375000 +0.033935546875 +0.134765625000 +0.122070312500 +-0.001449584961 +0.075683593750 +-0.047363281250 +-0.126953125000 +-0.025512695312 +-0.247070312500 +-0.038818359375 +0.075195312500 +-0.046875000000 +-0.014892578125 +0.055419921875 +-0.108886718750 +0.019287109375 +-0.239257812500 +0.099609375000 +-0.043457031250 +0.022827148438 +-0.032470703125 +-0.086914062500 +-0.029541015625 +-0.057861328125 +-0.037841796875 +0.001884460449 +-0.063476562500 +-0.134765625000 +-0.141601562500 +-0.097167968750 +0.034423828125 +0.059814453125 +-0.022949218750 +0.075683593750 +-0.094726562500 +-0.104492187500 +0.084472656250 +0.113769531250 +-0.074218750000 +0.005004882812 +-0.041748046875 +-0.028564453125 +0.002685546875 +0.036621093750 +-0.155273437500 +0.058593750000 +0.023193359375 +-0.074218750000 +0.018188476562 +0.079589843750 +0.205078125000 +-0.137695312500 +0.142578125000 +-0.083496093750 +0.001144409180 +-0.243164062500 +-0.036376953125 +-0.008789062500 +0.081054687500 +-0.127929687500 +0.004211425781 +0.034912109375 +0.137695312500 +-0.033203125000 +-0.061767578125 +-0.033935546875 +0.133789062500 +-0.045410156250 +-0.030883789062 +-0.111816406250 +-0.083984375000 +-0.040039062500 +0.100097656250 +0.063964843750 +-0.001167297363 +-0.220703125000 +0.110839843750 +0.017089843750 +-0.018676757812 +0.172851562500 +0.009582519531 +0.039306640625 +0.086425781250 +0.192382812500 +-0.040527343750 +0.004180908203 +0.053955078125 +-0.180664062500 +-0.166015625000 +0.076660156250 +-0.122558593750 +0.134765625000 +-0.095214843750 +0.062011718750 +0.151367187500 +0.051513671875 +-0.073730468750 +-0.127929687500 +-0.026733398438 +-0.083496093750 +0.008789062500 +-0.071777343750 +-0.124023437500 +-0.008483886719 +0.040771484375 +0.027709960938 +-0.108886718750 +-0.058349609375 +0.109375000000 +0.071289062500 +-0.101562500000 +0.001998901367 +-0.110351562500 +0.067871093750 +0.051513671875 +-0.066406250000 +0.118164062500 +-0.095703125000 +-0.228515625000 +-0.010314941406 +-0.140625000000 +-0.034667968750 +0.153320312500 +-0.003204345703 +0.056396484375 +0.046875000000 +0.037597656250 +-0.010437011719 +-0.015502929688 +0.084472656250 +-0.220703125000 +-0.047119140625 +-0.151367187500 +0.100097656250 +-0.049804687500 +-0.101562500000 +-0.086425781250 +-0.050292968750 +-0.117187500000 +-0.136718750000 +0.004486083984 +0.010742187500 +0.033691406250 +-0.011291503906 +-0.064453125000 +0.031250000000 +0.110351562500 +-0.002319335938 +0.000495910645 +-0.062011718750 +0.139648437500 +0.012451171875 +-0.213867187500 +0.015563964844 +-0.078613281250 +-0.018310546875 +-0.082031250000 +0.004211425781 +0.134765625000 +0.014465332031 +-0.140625000000 +0.063964843750 +-0.065429687500 +-0.064941406250 +0.102050781250 +0.043457031250 +-0.026123046875 +-0.013488769531 +0.045654296875 +-0.018676757812 +-0.034423828125 +-0.200195312500 +-0.101562500000 +-0.000341415405 +-0.031494140625 +0.037109375000 +-0.091308593750 +0.308593750000 +-0.062255859375 +-0.047363281250 +-0.057128906250 +-0.114257812500 +-0.125976562500 +-0.166015625000 +0.007873535156 +0.007141113281 +0.118652343750 +0.209960937500 +-0.110839843750 +0.021362304688 +-0.173828125000 +-0.080566406250 +-0.106445312500 +0.088378906250 +-0.137695312500 +-0.045654296875 +-0.000438690186 +-0.012756347656 +0.104003906250 +-0.095214843750 +-0.136718750000 +0.025634765625 +-0.121582031250 +-0.078125000000 +0.021118164062 +-0.069824218750 +0.039794921875 +-0.035156250000 +0.235351562500 +0.009033203125 +-0.048095703125 +0.067382812500 +0.033691406250 +0.088378906250 +0.033203125000 +-0.048583984375 +0.083984375000 +-0.010803222656 +0.087402343750 +0.021972656250 +-0.138671875000 +0.024169921875 +0.053710937500 +0.038818359375 +-0.153320312500 +0.050292968750 +0.053955078125 +0.108886718750 +0.153320312500 +0.071289062500 +-0.089843750000 +0.168945312500 +-0.048339843750 +0.004486083984 +-0.130859375000 +-0.005889892578 +0.055419921875 +0.043457031250 +0.023437500000 +-0.048828125000 +-0.069335937500 +-0.113281250000 +0.047363281250 +-0.002029418945 +0.131835937500 +-0.028686523438 +-0.175781250000 +-0.065917968750 +-0.024902343750 +0.040527343750 +0.085449218750 +-0.147460937500 +-0.166015625000 +-0.046630859375 +0.032958984375 +-0.087890625000 +0.028320312500 +0.054199218750 +0.155273437500 +-0.003234863281 +0.021484375000 +-0.086914062500 +0.087890625000 +0.015625000000 +0.064453125000 +0.094726562500 +0.009277343750 +0.212890625000 +0.230468750000 +-0.066406250000 +-0.128906250000 +-0.133789062500 +-0.018432617188 +-0.118164062500 +-0.107910156250 +0.107910156250 +-0.020507812500 +-0.069824218750 +0.079589843750 +-0.020874023438 +-0.133789062500 +0.050537109375 +-0.143554687500 +-0.029785156250 +-0.105957031250 +0.105957031250 +-0.064941406250 +-0.044433593750 +0.185546875000 +0.263671875000 +0.150390625000 +0.024291992188 +-0.038818359375 +0.088378906250 +-0.012329101562 +0.010009765625 +0.012756347656 +-0.011047363281 +0.041503906250 +-0.038574218750 +-0.073730468750 +0.185546875000 +0.074218750000 +0.072265625000 +0.049804687500 +0.061767578125 +0.060546875000 +-0.035644531250 +0.070800781250 +-0.121582031250 +0.084472656250 +-0.088867187500 +-0.013183593750 +-0.116210937500 +0.027465820312 +-0.118652343750 +-0.088867187500 +0.063476562500 +-0.071289062500 +0.208007812500 +0.093750000000 +-0.099121093750 +0.202148437500 +-0.026855468750 +0.021118164062 +-0.052490234375 +0.019653320312 +0.006500244141 +0.201171875000 +0.128906250000 +-0.042236328125 +-0.225585937500 +0.104492187500 +-0.029541015625 +-0.065917968750 +0.053466796875 +-0.046386718750 +0.064941406250 +-0.072753906250 +-0.361328125000 +-0.064453125000 +-0.021606445312 +0.023193359375 +-0.110351562500 +0.025512695312 +0.033447265625 +0.204101562500 +0.065917968750 +-0.058837890625 +0.112304687500 +-0.088867187500 +-0.206054687500 +-0.158203125000 +-0.105957031250 +-0.066894531250 +0.113769531250 +-0.067871093750 +-0.106445312500 +-0.020996093750 +0.031127929688 +-0.115234375000 +0.084472656250 +-0.054199218750 +-0.081542968750 +-0.055419921875 +0.061767578125 +0.008361816406 +-0.035644531250 +-0.099609375000 +0.261718750000 +0.142578125000 +-0.111328125000 +0.049560546875 +0.037597656250 +0.259765625000 +-0.010925292969 +-0.103515625000 +0.009521484375 +-0.031982421875 +-0.052246093750 +-0.050292968750 +-0.052978515625 +-0.031494140625 +-0.054931640625 +-0.192382812500 +0.011291503906 +-0.010192871094 +0.071777343750 +0.035400390625 +0.054931640625 +0.043701171875 +-0.030517578125 +-0.129882812500 +-0.104492187500 +-0.120117187500 +0.065429687500 +0.206054687500 +-0.170898437500 +-0.003189086914 +-0.099609375000 +-0.092285156250 +-0.069335937500 +-0.037597656250 +0.122558593750 +0.040771484375 +0.231445312500 +-0.008239746094 +0.027954101562 +-0.059326171875 +0.029174804688 +-0.125000000000 +0.060791015625 +-0.125000000000 +0.184570312500 +0.142578125000 +-0.058105468750 +-0.062500000000 +0.050048828125 +0.125976562500 +-0.026489257812 +-0.153320312500 +-0.143554687500 +-0.129882812500 +0.044921875000 +-0.019897460938 +-0.034912109375 +0.073730468750 +-0.129882812500 +0.054199218750 +-0.026733398438 +-0.031738281250 +-0.064453125000 +0.126953125000 +0.014770507812 +-0.122558593750 +0.028198242188 +-0.039306640625 +0.033203125000 +0.125976562500 +-0.092773437500 +-0.132812500000 +0.067871093750 +-0.039306640625 +-0.119140625000 +0.091796875000 +-0.064941406250 +0.075683593750 +0.020874023438 +-0.149414062500 +0.168945312500 +-0.028930664062 +-0.107421875000 +-0.032226562500 +0.062255859375 +-0.105957031250 +-0.054443359375 +-0.208007812500 +-0.047607421875 +-0.207031250000 +-0.028686523438 +0.076171875000 +0.039062500000 +-0.086914062500 +-0.112792968750 +-0.019287109375 +0.001907348633 +-0.034912109375 +-0.003158569336 +-0.080566406250 +-0.008972167969 +0.092285156250 +-0.054931640625 +0.015502929688 +0.074218750000 +-0.125000000000 +0.030273437500 +-0.001220703125 +0.113769531250 +-0.143554687500 +0.075195312500 +0.075195312500 +0.097656250000 +0.149414062500 +-0.060302734375 +0.046875000000 +0.159179687500 +-0.143554687500 +-0.048339843750 +0.074218750000 +-0.092285156250 +0.073242187500 +0.148437500000 +0.070312500000 +-0.073730468750 +-0.010620117188 +0.022094726562 +-0.073730468750 +-0.161132812500 +0.054931640625 +-0.033203125000 +-0.053466796875 +0.106933593750 +-0.108886718750 +-0.030029296875 +0.056884765625 +0.119628906250 +0.084960937500 +0.019775390625 +-0.133789062500 +-0.006896972656 +0.159179687500 +-0.109863281250 +-0.062500000000 +-0.004150390625 +-0.188476562500 +-0.023071289062 +-0.040527343750 +0.013061523438 +0.014831542969 +-0.117675781250 +0.041015625000 +0.163085937500 +-0.044189453125 +-0.024169921875 +0.000785827637 +-0.075683593750 +0.018066406250 +0.039794921875 +-0.010131835938 +0.023315429688 +0.009460449219 +0.067382812500 +-0.086425781250 +0.044677734375 +-0.046875000000 +0.055175781250 +-0.006683349609 +-0.104492187500 +-0.075195312500 +-0.059082031250 +0.054931640625 +0.156250000000 +0.009033203125 +0.079589843750 +-0.070312500000 +-0.166992187500 +0.095703125000 +0.002334594727 +0.111328125000 +-0.158203125000 +0.039550781250 +0.157226562500 +-0.081054687500 +-0.039306640625 +-0.017333984375 +-0.010498046875 +-0.125000000000 +0.012817382812 +0.165039062500 +0.042968750000 +-0.081542968750 +-0.265625000000 +0.051757812500 +0.011169433594 +-0.069335937500 +-0.040527343750 +0.087890625000 +0.013122558594 +-0.040283203125 +-0.002868652344 +0.027465820312 +0.103027343750 +-0.275390625000 +-0.090820312500 +-0.022949218750 +0.076660156250 +0.010742187500 +0.050537109375 +-0.078125000000 +0.091308593750 +-0.115234375000 +0.077148437500 +0.024047851562 +-0.081054687500 +0.011962890625 +0.050292968750 +0.020507812500 +0.057617187500 +-0.114746093750 +-0.018432617188 +0.159179687500 +-0.115722656250 +-0.004638671875 +0.054443359375 +0.067382812500 +0.184570312500 +0.107910156250 +0.066406250000 +0.052001953125 +-0.050781250000 +-0.056396484375 +-0.144531250000 +-0.042236328125 +-0.176757812500 +0.017700195312 +0.086914062500 +0.011840820312 +0.148437500000 +-0.074707031250 +0.177734375000 +0.333984375000 +0.070800781250 +0.132812500000 +-0.030151367188 +-0.043701171875 +0.173828125000 +0.083007812500 +0.029296875000 +0.091308593750 +0.139648437500 +0.023193359375 +0.002639770508 +0.054443359375 +-0.032714843750 +-0.001152038574 +0.086425781250 +-0.070800781250 +-0.081542968750 +0.050048828125 +0.123535156250 +-0.133789062500 +-0.074218750000 +-0.040283203125 +0.081054687500 +0.213867187500 +0.046142578125 +-0.011718750000 +0.066894531250 +-0.020019531250 +0.147460937500 +0.032958984375 +-0.008972167969 +-0.121582031250 +-0.019897460938 +-0.012451171875 +0.077148437500 +0.118164062500 +-0.037841796875 +-0.026367187500 +0.185546875000 +-0.021728515625 +-0.099121093750 +-0.030151367188 +-0.029541015625 +0.078125000000 +0.040771484375 +-0.145507812500 +0.131835937500 +0.105957031250 +-0.098632812500 +-0.009399414062 +0.005584716797 +0.081054687500 +0.017700195312 +-0.029052734375 +-0.095703125000 +-0.147460937500 +0.017700195312 +-0.117187500000 +0.150390625000 +0.021240234375 +-0.046386718750 +-0.052246093750 +-0.066894531250 +0.078613281250 +-0.000511169434 +-0.035400390625 +0.080566406250 +0.023437500000 +-0.024902343750 +0.069824218750 +-0.078125000000 +-0.204101562500 +-0.123535156250 +-0.047363281250 +0.108886718750 +-0.032958984375 +-0.048583984375 +-0.050781250000 +-0.055664062500 +0.083007812500 +0.031494140625 +0.157226562500 +-0.037353515625 +0.261718750000 +-0.018920898438 +-0.065917968750 +-0.055419921875 +-0.037841796875 +-0.090332031250 +0.059570312500 +-0.114746093750 +-0.058837890625 +-0.040771484375 +0.007019042969 +-0.004608154297 +-0.077148437500 +-0.017333984375 +0.032714843750 +-0.064453125000 +-0.000846862793 +0.038574218750 +0.062255859375 +0.051513671875 +0.183593750000 +0.039550781250 +-0.083007812500 +0.021484375000 +0.149414062500 +0.159179687500 +0.020751953125 +-0.010253906250 +-0.011779785156 +-0.161132812500 +0.101562500000 +0.047607421875 +0.028808593750 +-0.019287109375 +-0.043457031250 +-0.005310058594 +0.005493164062 +-0.029785156250 +0.053710937500 +0.030639648438 +0.048339843750 +0.050537109375 +0.044921875000 +0.130859375000 +-0.177734375000 +-0.101074218750 +-0.067871093750 +0.140625000000 +-0.007202148438 +0.137695312500 +-0.098144531250 +0.145507812500 +0.112792968750 +0.002349853516 +0.085449218750 +0.038330078125 +-0.001914978027 +-0.018310546875 +-0.002929687500 +0.160156250000 +-0.133789062500 +-0.161132812500 +-0.161132812500 +-0.059814453125 +0.107421875000 +-0.058837890625 +-0.033203125000 +0.087402343750 +0.060302734375 +-0.158203125000 +-0.090820312500 +0.004608154297 +0.044921875000 +-0.105957031250 +-0.054443359375 +-0.068847656250 +-0.093261718750 +0.056884765625 +0.142578125000 +0.194335937500 +0.000046014786 +0.036621093750 +-0.040527343750 +0.178710937500 +-0.103515625000 +0.036376953125 +0.205078125000 +-0.025268554688 +0.109375000000 +-0.110351562500 +-0.028808593750 +-0.026000976562 +0.045410156250 +0.149414062500 +0.013427734375 +-0.009887695312 +0.046142578125 +-0.014038085938 +-0.198242187500 +-0.077636718750 +0.139648437500 +-0.190429687500 +-0.003494262695 +0.123046875000 +-0.002120971680 +-0.067382812500 +0.004882812500 +-0.277343750000 +0.011901855469 +0.121093750000 +0.101562500000 +0.000854492188 +0.177734375000 +-0.083007812500 +-0.044433593750 +-0.041015625000 +-0.014953613281 +-0.029296875000 +-0.109375000000 +-0.042724609375 +0.028442382812 +-0.107910156250 +-0.088378906250 +-0.166992187500 +-0.259765625000 +-0.133789062500 +-0.053710937500 +-0.036376953125 +0.025512695312 +-0.143554687500 +-0.178710937500 +0.108886718750 +0.173828125000 +-0.128906250000 +0.021728515625 +-0.134765625000 +-0.018066406250 +-0.096191406250 +-0.045898437500 +-0.055664062500 +-0.069824218750 +0.279296875000 +-0.040771484375 +-0.043701171875 +-0.000060081482 +0.051757812500 +0.005187988281 +0.106933593750 +0.051513671875 +0.013549804688 +-0.100097656250 +-0.022705078125 +-0.068847656250 +-0.169921875000 +0.136718750000 +0.008911132812 +0.004302978516 +-0.068359375000 +0.137695312500 +-0.066894531250 +-0.036376953125 +0.049072265625 +0.142578125000 +-0.127929687500 +-0.079589843750 +0.026611328125 +-0.060546875000 +0.057128906250 +0.006164550781 +0.071777343750 +0.013122558594 +-0.162109375000 +0.107421875000 +0.054687500000 +-0.003677368164 +0.104003906250 +-0.002639770508 +0.017333984375 +0.050048828125 +-0.126953125000 +0.157226562500 +0.098144531250 +0.054443359375 +-0.150390625000 +-0.018188476562 +0.131835937500 +0.001968383789 +-0.157226562500 +0.065429687500 +-0.019409179688 +0.107910156250 +0.083496093750 +0.001678466797 +0.086425781250 +0.040039062500 +-0.084960937500 +0.040771484375 +0.041748046875 +0.170898437500 +0.045410156250 +-0.044921875000 +0.024780273438 +0.022460937500 +-0.121582031250 +-0.146484375000 +0.036621093750 +0.041748046875 +-0.017944335938 +-0.105468750000 +-0.098144531250 +0.050048828125 +0.035156250000 +-0.169921875000 +-0.084960937500 +0.065429687500 +0.030761718750 +0.001373291016 +-0.054443359375 +0.285156250000 +-0.032958984375 +0.045410156250 +-0.231445312500 +-0.096679687500 +0.042480468750 +0.022216796875 +-0.058105468750 +0.022094726562 +-0.110351562500 +-0.046875000000 +0.010192871094 +0.111328125000 +0.123046875000 +-0.126953125000 +-0.182617187500 +0.015747070312 +0.026000976562 +0.037597656250 +0.024047851562 +0.121582031250 +0.031738281250 +0.141601562500 +0.000808715820 +-0.053222656250 +-0.010681152344 +-0.028198242188 +-0.031250000000 +0.050781250000 +-0.077148437500 +0.093750000000 +0.024658203125 +-0.114746093750 +0.251953125000 +0.046386718750 +-0.036376953125 +0.074218750000 +0.101562500000 +0.073730468750 +-0.013549804688 +-0.030639648438 +0.083007812500 +0.076660156250 +0.054199218750 +0.025878906250 +-0.136718750000 +0.122558593750 +-0.055664062500 +0.082031250000 +-0.045898437500 +0.159179687500 +-0.104980468750 +-0.107421875000 +0.090820312500 +-0.055664062500 +-0.053466796875 +0.140625000000 +-0.147460937500 +0.123046875000 +-0.064941406250 +-0.014221191406 +0.059326171875 +-0.123535156250 +-0.049072265625 +-0.107421875000 +0.004516601562 +-0.074218750000 +-0.005310058594 +-0.066406250000 +-0.032470703125 +-0.028564453125 +-0.041259765625 +0.121093750000 +-0.000896453857 +-0.211914062500 +-0.023559570312 +0.011718750000 +-0.079101562500 +0.145507812500 +0.096679687500 +0.046142578125 +-0.130859375000 +0.009643554688 +-0.116210937500 +0.075683593750 +0.040039062500 +-0.004302978516 +-0.075683593750 +-0.048095703125 +-0.046142578125 +0.005432128906 +0.054199218750 +0.047119140625 +0.013244628906 +0.103515625000 +-0.054931640625 +0.044189453125 +-0.239257812500 +0.048095703125 +0.023315429688 +-0.087890625000 +0.003768920898 +-0.175781250000 +0.072753906250 +0.067382812500 +0.061523437500 +0.020385742188 +0.071289062500 +-0.233398437500 +-0.055175781250 +-0.034423828125 +-0.097167968750 +0.033203125000 +0.162109375000 +-0.013610839844 +-0.015441894531 +0.062500000000 +0.055664062500 +-0.050048828125 +0.063476562500 +-0.073242187500 +0.027832031250 +-0.104492187500 +0.165039062500 +0.113769531250 +0.094238281250 +0.000591278076 +0.025146484375 +0.070312500000 +0.061523437500 +-0.117675781250 +0.037841796875 +-0.071289062500 +0.064941406250 +0.044189453125 +-0.073730468750 +-0.038818359375 +0.086425781250 +0.015747070312 +0.028808593750 +-0.002593994141 +-0.207031250000 +-0.002731323242 +-0.016113281250 +-0.037841796875 +0.076660156250 +-0.061767578125 +0.111328125000 +0.122070312500 +0.007080078125 +0.098632812500 +-0.083496093750 +0.062500000000 +0.046386718750 +0.052978515625 +-0.024169921875 +0.023803710938 +0.062988281250 +-0.069824218750 +0.060791015625 +0.117675781250 +0.018310546875 +-0.001235961914 +0.045654296875 +0.038574218750 +0.020874023438 +0.079589843750 +-0.021606445312 +-0.042480468750 +0.042236328125 +0.054443359375 +-0.292968750000 +-0.166992187500 +0.082031250000 +0.048828125000 +-0.053710937500 +0.198242187500 +0.035888671875 +0.027709960938 +0.066406250000 +-0.047851562500 +-0.017333984375 +-0.097656250000 +0.146484375000 +-0.024291992188 +-0.083007812500 +-0.119140625000 +-0.062500000000 +0.039062500000 +0.051513671875 +-0.001335144043 +-0.066894531250 +-0.339843750000 +0.066894531250 +0.011474609375 +-0.070312500000 +-0.033935546875 +-0.028076171875 +-0.082519531250 +-0.163085937500 +0.115234375000 +-0.021606445312 +-0.125000000000 +0.107910156250 +-0.120605468750 +0.060546875000 +-0.065917968750 +0.232421875000 +0.069824218750 +0.005493164062 +0.000999450684 +0.166992187500 +-0.020263671875 +0.063476562500 +0.019287109375 +0.159179687500 +-0.139648437500 +-0.012451171875 +-0.001403808594 +-0.147460937500 +0.104980468750 +-0.082519531250 +-0.116210937500 +0.012573242188 +0.064453125000 +-0.026611328125 +0.027832031250 +0.042968750000 +0.036621093750 +-0.152343750000 +-0.007049560547 +0.053222656250 +-0.002334594727 +0.013732910156 +0.020751953125 +0.127929687500 +0.104492187500 +-0.071289062500 +0.062255859375 +0.174804687500 +-0.065429687500 +0.059570312500 +-0.020385742188 +0.034912109375 +0.052978515625 +-0.038574218750 +-0.027587890625 +-0.166015625000 +0.009765625000 +0.304687500000 +-0.043945312500 +0.062011718750 +-0.004241943359 +-0.198242187500 +0.066406250000 +-0.008972167969 +0.149414062500 +-0.056640625000 +-0.045410156250 +-0.147460937500 +0.010742187500 +-0.087890625000 +0.051025390625 +-0.047119140625 +0.116210937500 +0.005004882812 +0.082031250000 +-0.047119140625 +-0.034423828125 +0.040039062500 +0.044433593750 +0.090820312500 +-0.028198242188 +-0.100585937500 +0.016601562500 +-0.013610839844 +0.012573242188 +-0.056884765625 +0.026733398438 +-0.156250000000 +0.124511718750 +-0.063476562500 +0.112792968750 +0.032470703125 +-0.039306640625 +0.080078125000 +0.008728027344 +-0.003738403320 +0.162109375000 +-0.257812500000 +-0.036132812500 +-0.039794921875 +-0.164062500000 +-0.043701171875 +-0.136718750000 +-0.109863281250 +-0.073730468750 +-0.042724609375 +0.031494140625 +0.043701171875 +-0.036132812500 +-0.000362396240 +-0.015991210938 +0.057373046875 +-0.200195312500 +-0.003326416016 +-0.019653320312 +-0.034179687500 +-0.077148437500 +-0.049560546875 +0.100097656250 +-0.006134033203 +0.004852294922 +0.029174804688 +-0.015991210938 +-0.010620117188 +0.006408691406 +0.005004882812 +0.010681152344 +-0.184570312500 +-0.093750000000 +-0.114257812500 +0.064453125000 +-0.015747070312 +-0.122558593750 +-0.034667968750 +-0.043457031250 +0.044433593750 +-0.103515625000 +-0.015563964844 +0.107910156250 +-0.116699218750 +0.006347656250 +0.078613281250 +-0.089355468750 +0.129882812500 +0.049560546875 +0.156250000000 +0.062988281250 +-0.027099609375 +0.030395507812 +-0.045898437500 +-0.029174804688 +-0.022949218750 +0.063964843750 +0.083984375000 +0.115722656250 +-0.116210937500 +0.045410156250 +0.204101562500 +0.000492095947 +0.011596679688 +0.000463485718 +-0.075683593750 +-0.105957031250 +0.116210937500 +-0.112304687500 +-0.050537109375 +0.007354736328 +-0.054931640625 +-0.055908203125 +-0.099609375000 +-0.137695312500 +-0.075683593750 +-0.175781250000 +-0.023803710938 +0.160156250000 +-0.035400390625 +-0.036376953125 +0.005401611328 +0.143554687500 +0.060791015625 +-0.005981445312 +-0.085937500000 +-0.049804687500 +0.012817382812 +0.232421875000 +0.106445312500 +-0.026367187500 +0.008544921875 +-0.004180908203 +0.099609375000 +0.144531250000 +0.013977050781 +-0.017822265625 +0.029418945312 +-0.009582519531 +0.077636718750 +0.036865234375 +0.223632812500 +-0.155273437500 +0.007812500000 +-0.058349609375 +0.058593750000 +-0.033447265625 +-0.068359375000 +-0.245117187500 +0.092285156250 +-0.072753906250 +-0.053466796875 +-0.117187500000 +-0.115722656250 +0.035156250000 +0.036376953125 +-0.033935546875 +-0.169921875000 +0.067382812500 +-0.028808593750 +-0.028198242188 +0.091796875000 +0.030029296875 +-0.007324218750 +-0.031738281250 +0.032958984375 +-0.028564453125 +0.029052734375 +-0.028930664062 +-0.086914062500 +0.135742187500 +-0.050292968750 +-0.122070312500 +-0.152343750000 +0.028076171875 +-0.117675781250 +0.147460937500 +-0.120605468750 +0.062500000000 +-0.105957031250 +-0.076171875000 +0.118652343750 +0.000011920929 +0.090332031250 +-0.082031250000 +0.103027343750 +-0.024658203125 +0.123046875000 +-0.032470703125 +-0.004638671875 +-0.121582031250 +0.060058593750 +0.197265625000 +-0.001441955566 +0.030517578125 +-0.001930236816 +-0.036132812500 +-0.106445312500 +0.002975463867 +0.099121093750 +-0.011230468750 +-0.144531250000 +0.058349609375 +-0.139648437500 +0.119140625000 +-0.078613281250 +0.011901855469 +0.130859375000 +0.146484375000 +0.097656250000 +0.098632812500 +-0.187500000000 +-0.028808593750 +-0.044433593750 +-0.001327514648 +0.007598876953 +0.055908203125 +0.028808593750 +-0.104980468750 +0.049316406250 +0.063964843750 +-0.285156250000 +-0.048828125000 +-0.029296875000 +0.203125000000 +0.125000000000 +-0.046142578125 +-0.038574218750 +-0.121093750000 +0.025268554688 +0.007263183594 +-0.121582031250 +-0.056640625000 +0.056152343750 +0.086425781250 +-0.033447265625 +0.041748046875 +-0.181640625000 +-0.035400390625 +-0.083984375000 +-0.087402343750 +-0.060791015625 +-0.081542968750 +0.126953125000 +-0.040283203125 +0.007507324219 +-0.033447265625 +0.036132812500 +0.109375000000 +-0.018554687500 +-0.144531250000 +0.070312500000 +0.081054687500 +0.004638671875 +0.129882812500 +0.106445312500 +0.054443359375 +-0.061035156250 +0.001350402832 +0.052001953125 +0.072265625000 +-0.141601562500 +0.065917968750 +0.002349853516 +0.131835937500 +-0.042968750000 +0.018554687500 +-0.002090454102 +-0.039062500000 +0.064941406250 +-0.059082031250 +0.035400390625 +0.035400390625 +-0.031738281250 +-0.143554687500 +-0.019531250000 +-0.101562500000 +-0.012817382812 +-0.158203125000 +0.000854492188 +0.017822265625 +-0.228515625000 +0.129882812500 +-0.045654296875 +0.017944335938 +0.116210937500 +-0.040527343750 +0.011718750000 +-0.002014160156 +-0.101074218750 +0.071289062500 +-0.050292968750 +-0.029785156250 +0.124511718750 +0.035888671875 +-0.027343750000 +0.032714843750 +0.125000000000 +-0.064453125000 +0.092285156250 +-0.017700195312 +0.142578125000 +0.038330078125 +-0.016479492188 +0.011047363281 +-0.044921875000 +-0.058349609375 +-0.026977539062 +-0.043945312500 +-0.024780273438 +-0.197265625000 +-0.058105468750 +-0.171875000000 +0.003707885742 +0.001419067383 +0.007598876953 +-0.113281250000 +0.112304687500 +0.072753906250 +0.003417968750 +0.047607421875 +-0.104003906250 +0.068359375000 +0.096679687500 +0.020385742188 +-0.184570312500 +0.061035156250 +0.033203125000 +-0.079589843750 +0.004699707031 +-0.062255859375 +-0.025146484375 +0.044677734375 +-0.050537109375 +-0.171875000000 +0.005798339844 +-0.167968750000 +0.032470703125 +0.009338378906 +-0.178710937500 +0.212890625000 +-0.156250000000 +-0.029907226562 +0.134765625000 +-0.021240234375 +-0.015991210938 +0.076171875000 +-0.087890625000 +-0.039794921875 +0.095703125000 +-0.041259765625 +0.019409179688 +-0.118652343750 +0.028808593750 +0.019653320312 +0.037353515625 +0.117675781250 +0.170898437500 +-0.163085937500 +0.009277343750 +0.222656250000 +0.015319824219 +-0.122558593750 +0.048583984375 +0.125976562500 +-0.074707031250 +0.115234375000 +0.094726562500 +0.057861328125 +0.075683593750 +-0.003021240234 +-0.075683593750 +0.011657714844 +-0.041992187500 +-0.085449218750 +-0.017578125000 +0.113769531250 +0.127929687500 +0.145507812500 +-0.072265625000 +-0.080566406250 +0.171875000000 +0.073730468750 +0.063476562500 +-0.042480468750 +0.055419921875 +0.069335937500 +0.014892578125 +0.263671875000 +-0.079101562500 +0.052001953125 +-0.036621093750 +-0.110839843750 +0.004028320312 +0.037597656250 +-0.154296875000 +-0.030761718750 +-0.120605468750 +-0.035400390625 +-0.185546875000 +-0.118652343750 +0.066894531250 +-0.063964843750 +-0.049804687500 +0.003997802734 +0.021240234375 +0.081054687500 +0.177734375000 +0.003997802734 +-0.152343750000 +-0.101562500000 +-0.051757812500 +0.056884765625 +-0.109863281250 +0.055664062500 +-0.103027343750 +0.093261718750 +-0.006805419922 +-0.023559570312 +-0.037841796875 +0.066406250000 +0.238281250000 +-0.055175781250 +0.005523681641 +-0.025024414062 +-0.095214843750 +0.031494140625 +-0.037109375000 +0.056396484375 +0.081542968750 +0.025024414062 +-0.074218750000 +0.058349609375 +-0.034667968750 +0.069335937500 +-0.070800781250 +-0.050048828125 +0.026855468750 +-0.081542968750 +-0.042968750000 +0.042236328125 +-0.052978515625 +0.054443359375 +-0.063964843750 +0.129882812500 +-0.147460937500 +0.019042968750 +0.062255859375 +0.005065917969 +-0.094726562500 +0.078613281250 +0.231445312500 +0.175781250000 +0.013854980469 +-0.157226562500 +0.082519531250 +0.090332031250 +-0.056152343750 +-0.021728515625 +-0.032714843750 +0.054443359375 +0.121582031250 +0.002365112305 +-0.074707031250 +0.029418945312 +-0.036132812500 +0.002593994141 +-0.062988281250 +-0.098632812500 +-0.056884765625 +0.058837890625 +-0.277343750000 +-0.012207031250 +-0.185546875000 +-0.174804687500 +-0.046386718750 +0.072265625000 +-0.002487182617 +0.053710937500 +0.065429687500 +-0.002243041992 +0.076171875000 +-0.041748046875 +0.032714843750 +0.070800781250 +-0.053222656250 +-0.002151489258 +-0.029296875000 +-0.192382812500 +-0.158203125000 +-0.091308593750 +-0.067871093750 +-0.023681640625 +0.025024414062 +-0.055664062500 +-0.031494140625 +0.041992187500 +-0.068359375000 +0.035644531250 +-0.036865234375 +0.028564453125 +0.062500000000 +0.013183593750 +0.013732910156 +0.119140625000 +-0.097656250000 +-0.057861328125 +-0.071289062500 +-0.048339843750 +0.072753906250 +-0.080078125000 +0.060302734375 +0.047119140625 +0.145507812500 +0.070312500000 +-0.053466796875 +-0.036376953125 +0.013427734375 +-0.070312500000 +-0.116699218750 +-0.085449218750 +0.046630859375 +0.098144531250 +-0.011657714844 +-0.123535156250 +-0.083007812500 +0.003936767578 +-0.040527343750 +-0.130859375000 +-0.054931640625 +-0.058837890625 +0.030273437500 +0.156250000000 +-0.045654296875 +-0.165039062500 +-0.063476562500 +-0.101074218750 +0.003906250000 +-0.221679687500 +-0.113281250000 +-0.015380859375 +0.052246093750 +0.033691406250 +-0.002380371094 +-0.032958984375 +-0.026367187500 +-0.177734375000 +-0.057617187500 +0.127929687500 +-0.028320312500 +-0.068847656250 +-0.031494140625 +0.044189453125 +-0.091796875000 +0.085937500000 +-0.077636718750 +-0.028320312500 +0.117187500000 +0.013916015625 +0.137695312500 +-0.076171875000 +0.058105468750 +0.000115871429 +0.076660156250 +0.148437500000 +0.104980468750 +-0.221679687500 +-0.075195312500 +0.047607421875 +0.083007812500 +-0.050781250000 +-0.024780273438 +0.019287109375 +-0.076171875000 +0.035156250000 +-0.013671875000 +-0.263671875000 +-0.007812500000 +-0.050292968750 +-0.005004882812 +0.041015625000 +-0.074218750000 +-0.167968750000 +-0.061035156250 +-0.046386718750 +0.044677734375 +-0.047119140625 +-0.097656250000 +-0.099609375000 +-0.130859375000 +-0.015075683594 +0.065429687500 +0.023315429688 +0.073242187500 +-0.166992187500 +-0.089843750000 +-0.206054687500 +0.112304687500 +-0.067382812500 +-0.124511718750 +-0.032226562500 +-0.048828125000 +-0.082031250000 +0.004852294922 +-0.212890625000 +-0.055664062500 +0.124023437500 +0.008850097656 +-0.076171875000 +0.036132812500 +-0.163085937500 +-0.230468750000 +-0.154296875000 +0.084472656250 +0.031127929688 +-0.044433593750 +-0.032470703125 +0.113769531250 +-0.087402343750 +-0.011413574219 +-0.259765625000 +0.090820312500 +0.204101562500 +-0.024291992188 +0.075195312500 +0.003814697266 +-0.071777343750 +0.065917968750 +-0.095214843750 +-0.090332031250 +-0.014648437500 +0.095214843750 +-0.110351562500 +-0.067382812500 +-0.078125000000 +-0.044189453125 +-0.072265625000 +-0.109863281250 +-0.007934570312 +-0.114746093750 +0.059570312500 +-0.040283203125 +0.093261718750 +-0.009887695312 +-0.125000000000 +0.094726562500 +-0.072753906250 +0.030029296875 +-0.056884765625 +0.093261718750 +-0.109863281250 +-0.265625000000 +-0.000560760498 +-0.047363281250 +0.024414062500 +-0.028564453125 +-0.020874023438 +-0.057861328125 +-0.203125000000 +0.086425781250 +-0.131835937500 +-0.056152343750 +-0.083984375000 +-0.028320312500 +0.042968750000 +-0.099609375000 +0.056884765625 +0.097656250000 +-0.048095703125 +0.080566406250 +-0.027099609375 +-0.003280639648 +0.098632812500 +0.103027343750 +0.037109375000 +0.043945312500 +-0.052490234375 +-0.031250000000 +0.028198242188 +0.062988281250 +-0.312500000000 +-0.071777343750 +-0.088378906250 +-0.079101562500 +0.027221679688 +-0.005645751953 +-0.134765625000 +0.023803710938 +-0.030883789062 +0.164062500000 +-0.070800781250 +0.047851562500 +0.074707031250 +0.038574218750 +0.146484375000 +-0.220703125000 +0.021850585938 +-0.118164062500 +0.103027343750 +-0.045898437500 +-0.034912109375 +-0.107421875000 +-0.135742187500 +0.034179687500 +-0.019042968750 +-0.025390625000 +0.114257812500 +0.072753906250 +0.073242187500 +0.110351562500 +0.096191406250 +-0.093261718750 +-0.061523437500 +0.008605957031 +0.125976562500 +-0.233398437500 +0.093261718750 +-0.066406250000 +0.060058593750 +0.125976562500 +0.086914062500 +0.043945312500 +0.005371093750 +-0.012268066406 +-0.193359375000 +0.035400390625 +-0.080566406250 +-0.015380859375 +-0.035644531250 +-0.013305664062 +-0.109863281250 +0.015319824219 +0.063476562500 +0.154296875000 +-0.045898437500 +-0.022216796875 +0.086425781250 +-0.021972656250 +-0.055908203125 +0.076171875000 +0.062255859375 +-0.020141601562 +-0.107421875000 +0.016601562500 +0.008361816406 +0.009948730469 +0.045898437500 +-0.080566406250 +0.113281250000 +-0.129882812500 +0.203125000000 +-0.040527343750 +-0.072753906250 +-0.001487731934 +-0.038574218750 +0.039550781250 +0.049072265625 +0.052490234375 +0.085449218750 +-0.008789062500 +-0.020019531250 +-0.083007812500 +-0.066406250000 +-0.075683593750 +0.106933593750 +-0.120117187500 +-0.111328125000 +-0.090332031250 +-0.031494140625 +0.024047851562 +-0.057617187500 +-0.104980468750 +0.056884765625 +-0.043701171875 +-0.058349609375 +-0.048339843750 +0.038818359375 +-0.007080078125 +0.044433593750 +0.119628906250 +-0.091308593750 +0.101074218750 +0.143554687500 +-0.106445312500 +-0.156250000000 +-0.009887695312 +-0.041015625000 +0.084472656250 +0.011047363281 +0.046142578125 +-0.031005859375 +0.064453125000 +-0.025878906250 +-0.018798828125 +0.028808593750 +-0.060302734375 +0.037841796875 +-0.166015625000 +0.126953125000 +-0.149414062500 +-0.058593750000 +0.020141601562 +0.107910156250 +-0.050537109375 +-0.011047363281 +0.239257812500 +-0.011352539062 +-0.115234375000 +-0.151367187500 +-0.105957031250 +0.003356933594 +0.190429687500 +0.104003906250 +0.031127929688 +-0.029663085938 +0.158203125000 +-0.004272460938 +0.118652343750 +0.094238281250 +-0.057617187500 +-0.144531250000 +-0.006622314453 +-0.036865234375 +0.062011718750 +0.054931640625 +-0.025390625000 +0.007080078125 +-0.026733398438 +-0.007507324219 +-0.151367187500 +-0.060546875000 +-0.001586914062 +-0.006958007812 +-0.054687500000 +-0.096679687500 +-0.014770507812 +-0.032714843750 +-0.034667968750 +-0.134765625000 +-0.048583984375 +-0.109863281250 +0.093261718750 +0.076171875000 +0.216796875000 +0.065429687500 +0.071289062500 +-0.001777648926 +-0.057617187500 +-0.060546875000 +0.093261718750 +-0.117675781250 +-0.036865234375 +-0.076171875000 +0.071289062500 +0.083984375000 +0.072265625000 +-0.128906250000 +-0.018554687500 +0.007751464844 +-0.064453125000 +-0.111328125000 +0.080566406250 +0.011535644531 +0.050781250000 +-0.082519531250 +0.126953125000 +0.008361816406 +-0.017089843750 +0.005279541016 +0.015869140625 +-0.031738281250 +-0.094238281250 +-0.031127929688 +0.116210937500 +0.109375000000 +-0.035156250000 +0.015136718750 +-0.123046875000 +-0.108398437500 +-0.176757812500 +0.080078125000 +0.045654296875 +-0.085937500000 +-0.012695312500 +-0.125000000000 +-0.055908203125 +-0.027587890625 +0.126953125000 +0.122070312500 +-0.039062500000 +-0.108398437500 +-0.117675781250 +-0.150390625000 +-0.027587890625 +0.020263671875 +-0.145507812500 +0.028564453125 +0.052734375000 +-0.005004882812 +-0.002639770508 +-0.061767578125 +-0.212890625000 +0.101074218750 +-0.005676269531 +0.031982421875 +-0.035156250000 +0.103027343750 +-0.271484375000 +-0.037597656250 +0.034912109375 +0.015869140625 +-0.013854980469 +0.003906250000 +0.039794921875 +0.025634765625 +-0.017456054688 +-0.035888671875 +0.099609375000 +0.030029296875 +0.229492187500 +0.028564453125 +-0.070312500000 +-0.143554687500 +0.009338378906 +-0.026123046875 +-0.114746093750 +-0.093261718750 +0.002578735352 +0.044433593750 +-0.099609375000 +0.079589843750 +-0.084960937500 +-0.029541015625 +0.127929687500 +0.039306640625 +0.186523437500 +-0.063476562500 +0.040771484375 +-0.062988281250 +-0.046630859375 +-0.013793945312 +0.084472656250 +-0.027465820312 +0.071289062500 +-0.002212524414 +-0.099121093750 +-0.018066406250 +0.121582031250 +0.095703125000 +-0.059814453125 +-0.002792358398 +0.111816406250 +-0.067382812500 +-0.106933593750 +0.010314941406 +-0.104003906250 +-0.090332031250 +0.135742187500 +0.050292968750 +0.090820312500 +-0.076660156250 +-0.034179687500 +-0.002151489258 +-0.001449584961 +0.076660156250 +-0.097167968750 +0.010498046875 +-0.106933593750 +-0.009094238281 +-0.087890625000 +-0.009216308594 +0.010009765625 +-0.013000488281 +0.012512207031 +0.019409179688 +-0.026245117188 +0.002807617188 +0.031005859375 +0.132812500000 +-0.041992187500 +-0.012084960938 +0.021240234375 +-0.091796875000 +-0.088867187500 +0.023925781250 +-0.054443359375 +-0.010498046875 +0.079101562500 +0.028686523438 +-0.039550781250 +-0.086425781250 +0.041015625000 +-0.072265625000 +0.031738281250 +0.044433593750 +0.014770507812 +0.013793945312 +0.045898437500 +0.102539062500 +-0.007202148438 +0.099609375000 +0.071289062500 +-0.041503906250 +-0.045166015625 +-0.033691406250 +-0.146484375000 +0.011535644531 +0.098632812500 +0.085937500000 +-0.023803710938 +0.006927490234 +0.094238281250 +-0.046142578125 +-0.013549804688 +0.074707031250 +0.046875000000 +-0.097167968750 +-0.016113281250 +0.208007812500 +0.081542968750 +-0.102050781250 +0.003280639648 +0.052246093750 +0.158203125000 +-0.040771484375 +-0.032226562500 +0.014160156250 +0.004211425781 +-0.011596679688 +0.010925292969 +-0.078613281250 +-0.102050781250 +-0.096191406250 +0.066894531250 +-0.084960937500 +0.075683593750 +-0.049072265625 +-0.248046875000 +0.028076171875 +0.072753906250 +-0.069335937500 +-0.089355468750 +0.100097656250 +-0.065429687500 +-0.054443359375 +-0.215820312500 +-0.016845703125 +-0.028076171875 +0.012329101562 +0.128906250000 +-0.188476562500 +-0.088378906250 +0.015869140625 +0.111328125000 +0.015197753906 +0.012756347656 +-0.197265625000 +0.091308593750 +0.133789062500 +0.020996093750 +-0.019531250000 +-0.037109375000 +0.036865234375 +0.020996093750 +-0.060546875000 +-0.027587890625 +0.150390625000 +0.061523437500 +0.021362304688 +-0.038085937500 +0.099609375000 +0.009704589844 +0.140625000000 +-0.044677734375 +-0.183593750000 +0.176757812500 +0.036865234375 +0.030395507812 +0.020019531250 +-0.129882812500 +0.062011718750 +-0.236328125000 +0.030883789062 +-0.052734375000 +0.042968750000 +0.008850097656 +0.060302734375 +0.191406250000 +0.063476562500 +0.039550781250 +-0.034667968750 +0.002716064453 +-0.085937500000 +0.095214843750 +-0.065429687500 +0.229492187500 +0.139648437500 +-0.046142578125 +0.039306640625 +0.162109375000 +-0.041259765625 +-0.040527343750 +0.017822265625 +0.028442382812 +-0.099121093750 +-0.000093936920 +-0.021240234375 +0.128906250000 +0.217773437500 +0.046875000000 +-0.086914062500 +-0.015991210938 +-0.047363281250 +-0.099121093750 +0.183593750000 +-0.092773437500 +-0.132812500000 +0.149414062500 +-0.000197410583 +0.003234863281 +-0.084960937500 +0.168945312500 +-0.014770507812 +0.032470703125 +0.013488769531 +0.075683593750 +-0.041259765625 +0.117675781250 +-0.019653320312 +-0.000743865967 +0.058593750000 +0.000812530518 +0.024047851562 +0.032714843750 +0.066406250000 +-0.050292968750 +0.065429687500 +-0.104980468750 +-0.090332031250 +0.031982421875 +0.006591796875 +-0.034423828125 +0.019653320312 +-0.061767578125 +0.129882812500 +-0.034667968750 +-0.013549804688 +-0.020507812500 +-0.062500000000 +0.118164062500 +-0.097656250000 +0.028686523438 +0.004394531250 +0.139648437500 +-0.046386718750 +-0.076660156250 +-0.073730468750 +-0.097656250000 +-0.011169433594 +-0.046142578125 +-0.175781250000 +-0.007934570312 +0.104980468750 +-0.060791015625 +0.059082031250 +0.101562500000 +0.000417709351 +0.076660156250 +0.031982421875 +0.051269531250 +-0.123535156250 +-0.097167968750 +-0.039306640625 +0.071289062500 +0.004821777344 +-0.075195312500 +-0.043457031250 +0.129882812500 +-0.059814453125 +-0.054931640625 +0.048583984375 +0.053955078125 +0.027709960938 +0.096191406250 +-0.000082969666 +-0.195312500000 +0.039306640625 +-0.052246093750 +-0.021972656250 +-0.086914062500 +0.099609375000 +-0.021240234375 +0.024536132812 +-0.041259765625 +0.199218750000 +0.023681640625 +0.043945312500 +0.018920898438 +0.141601562500 +-0.128906250000 +0.061523437500 +-0.046142578125 +-0.046142578125 +0.045898437500 +-0.153320312500 +-0.114746093750 +-0.090332031250 +0.020385742188 +-0.054931640625 +0.087402343750 +-0.053222656250 +-0.097656250000 +0.037597656250 +-0.081054687500 +0.115722656250 +0.082031250000 +-0.304687500000 +0.136718750000 +-0.034912109375 +-0.038818359375 +0.039550781250 +-0.162109375000 +-0.091796875000 +0.059570312500 +-0.027343750000 +-0.118652343750 +-0.146484375000 +0.088378906250 +0.000865936279 +0.105957031250 +0.024902343750 +0.050048828125 +-0.057617187500 +0.052001953125 +-0.003692626953 +0.093261718750 +0.012023925781 +-0.075683593750 +-0.055175781250 +0.121582031250 +-0.176757812500 +0.229492187500 +0.082031250000 +-0.129882812500 +0.165039062500 +-0.190429687500 +-0.082519531250 +0.083496093750 +0.056152343750 +-0.022705078125 +-0.034912109375 +-0.020996093750 +-0.173828125000 +-0.034179687500 +0.035156250000 +0.003723144531 +0.025878906250 +0.088378906250 +-0.026489257812 +-0.087402343750 +-0.148437500000 +0.068847656250 +-0.082031250000 +0.099121093750 +0.071289062500 +-0.133789062500 +-0.016845703125 +-0.028442382812 +0.054931640625 +-0.037841796875 +-0.017089843750 +0.141601562500 +0.027954101562 +-0.011047363281 +-0.096191406250 +0.091308593750 +-0.083984375000 +0.035400390625 +0.005493164062 +-0.004516601562 +-0.006500244141 +0.022583007812 +-0.057617187500 +0.073242187500 +-0.083007812500 +-0.058349609375 +0.068359375000 +0.115722656250 +-0.067382812500 +0.032470703125 +-0.049560546875 +-0.161132812500 +-0.025634765625 +0.020996093750 +-0.051513671875 +0.088378906250 +0.054199218750 +-0.018554687500 +-0.104980468750 +-0.000305175781 +-0.033935546875 +-0.007385253906 +0.040771484375 +0.095703125000 +0.080566406250 +-0.054931640625 +0.075683593750 +-0.031494140625 +0.165039062500 +-0.072753906250 +-0.041503906250 +-0.029663085938 +-0.001205444336 +-0.040039062500 +0.013183593750 +0.047363281250 +0.006561279297 +-0.125000000000 +-0.072265625000 +-0.031250000000 +-0.172851562500 +0.008178710938 +0.024536132812 +0.138671875000 +-0.062500000000 +-0.067382812500 +0.021484375000 +0.033203125000 +-0.018310546875 +0.021972656250 +-0.063476562500 +-0.089843750000 +0.041748046875 +-0.042724609375 +-0.108398437500 +-0.044921875000 +-0.079101562500 +-0.018676757812 +-0.117187500000 +0.169921875000 +-0.016967773438 +-0.045654296875 +-0.062011718750 +-0.057617187500 +-0.032714843750 +-0.126953125000 +0.100585937500 +0.117675781250 +0.162109375000 +-0.016479492188 +-0.045166015625 +0.095703125000 +0.203125000000 +-0.000785827637 +-0.001243591309 +0.116210937500 +0.007232666016 +-0.008178710938 +-0.072753906250 +-0.065429687500 +-0.077148437500 +0.162109375000 +0.006103515625 +-0.068847656250 +0.104003906250 +-0.056152343750 +-0.037841796875 +-0.084960937500 +0.050292968750 +0.045410156250 +0.071289062500 +0.115722656250 +-0.057861328125 +0.074218750000 +0.193359375000 +-0.033691406250 +-0.025024414062 +0.158203125000 +-0.068847656250 +-0.090332031250 +0.054687500000 +-0.068359375000 +0.068847656250 +0.159179687500 +0.019409179688 +-0.145507812500 +0.052490234375 +-0.059570312500 +-0.121093750000 +-0.173828125000 +-0.044677734375 +0.065917968750 +-0.013610839844 +-0.083496093750 +-0.114257812500 +0.045898437500 +0.010681152344 +-0.060546875000 +-0.107910156250 +0.174804687500 +-0.174804687500 +0.107910156250 +0.164062500000 +0.167968750000 +-0.095703125000 +-0.093261718750 +-0.085449218750 +-0.004241943359 +-0.054931640625 +0.097656250000 +-0.031738281250 +-0.044921875000 +-0.195312500000 +-0.047119140625 +-0.140625000000 +0.097167968750 +-0.094726562500 +0.070312500000 +-0.028442382812 +0.363281250000 +0.022094726562 +0.092285156250 +0.048828125000 +-0.019897460938 +0.051757812500 +0.001853942871 +0.057128906250 +0.071777343750 +-0.014648437500 +-0.087890625000 +0.006134033203 +-0.156250000000 +-0.047851562500 +-0.261718750000 +0.275390625000 +0.069335937500 +-0.024414062500 +0.144531250000 +-0.024169921875 +-0.004089355469 +-0.027954101562 +-0.009155273438 +-0.139648437500 +-0.020507812500 +-0.093750000000 +-0.002929687500 +0.014160156250 +0.201171875000 +-0.026733398438 +0.118652343750 +-0.008361816406 +-0.006591796875 +0.068847656250 +-0.064941406250 +0.102050781250 +0.054931640625 +-0.027221679688 +-0.035400390625 +-0.121093750000 +-0.218750000000 +-0.111816406250 +-0.149414062500 +-0.055664062500 +0.070800781250 +-0.197265625000 +-0.087890625000 +0.013549804688 +0.021362304688 +-0.232421875000 +-0.166992187500 +-0.017578125000 +-0.213867187500 +-0.038818359375 +0.095703125000 +-0.110839843750 +0.086425781250 +-0.019775390625 +0.027221679688 +-0.046875000000 +0.064941406250 +-0.261718750000 +0.030639648438 +0.038085937500 +0.135742187500 +-0.043945312500 +0.035888671875 +-0.028320312500 +-0.135742187500 +0.042724609375 +0.019042968750 +0.049316406250 +-0.057861328125 +-0.188476562500 +0.060546875000 +0.028442382812 +0.062988281250 +0.027465820312 +-0.048828125000 +0.168945312500 +-0.055419921875 +0.057617187500 +0.001632690430 +0.073730468750 +-0.079101562500 +0.116210937500 +-0.025878906250 +-0.006988525391 +-0.173828125000 +-0.097656250000 +-0.043457031250 +-0.145507812500 +-0.115722656250 +-0.075683593750 +-0.084960937500 +0.136718750000 +-0.027221679688 +0.103515625000 +-0.003555297852 +-0.067382812500 +0.034667968750 +-0.033691406250 +-0.036865234375 +0.222656250000 +0.009826660156 +-0.104003906250 +0.023559570312 +0.129882812500 +0.051025390625 +-0.157226562500 +-0.064453125000 +-0.242187500000 +0.061279296875 +-0.078613281250 +-0.078125000000 +-0.087890625000 +0.061035156250 +-0.166992187500 +-0.220703125000 +0.202148437500 +-0.116210937500 +0.012756347656 +0.062500000000 +0.079589843750 +0.026000976562 +-0.102539062500 +-0.054199218750 +-0.040771484375 +0.126953125000 +-0.042968750000 +0.041015625000 +0.021728515625 +0.128906250000 +0.046142578125 +0.012207031250 +-0.134765625000 +-0.038330078125 +0.086425781250 +0.012329101562 +-0.088867187500 +-0.061035156250 +0.132812500000 +0.033691406250 +-0.132812500000 +0.015747070312 +0.230468750000 +-0.073242187500 +0.188476562500 +-0.068847656250 +0.115722656250 +-0.010192871094 +-0.103027343750 +-0.025512695312 +-0.074707031250 +0.017456054688 +-0.011718750000 +0.125976562500 +-0.221679687500 +0.151367187500 +-0.035156250000 +0.183593750000 +-0.027832031250 +-0.121582031250 +-0.173828125000 +-0.134765625000 +-0.052734375000 +0.065429687500 +0.011047363281 +0.166015625000 +-0.048095703125 +-0.094726562500 +-0.038574218750 +-0.139648437500 +0.080078125000 +0.109375000000 +0.037109375000 +-0.057128906250 +-0.127929687500 +0.074707031250 +-0.008850097656 +0.022949218750 +0.041015625000 +0.036376953125 +-0.059082031250 +0.061767578125 +-0.069335937500 +-0.112304687500 +-0.053466796875 +0.046386718750 +0.027343750000 +0.000293731689 +0.124511718750 +0.070312500000 +0.043701171875 +-0.033935546875 +-0.073242187500 +-0.078613281250 +0.089355468750 +-0.038574218750 +-0.083496093750 +-0.080078125000 +0.167968750000 +0.045166015625 +-0.190429687500 +0.111328125000 +-0.031250000000 +0.059326171875 +-0.079589843750 +-0.022216796875 +-0.153320312500 +-0.045654296875 +-0.011230468750 +-0.013488769531 +0.109375000000 +0.074218750000 +-0.017822265625 +0.120605468750 +-0.021362304688 +-0.069335937500 +0.109375000000 +0.119140625000 +0.042480468750 +-0.162109375000 +-0.028930664062 +-0.229492187500 +0.062500000000 +0.097167968750 +-0.071289062500 +-0.074218750000 +0.229492187500 +0.092773437500 +-0.013793945312 +0.087890625000 +-0.145507812500 +0.162109375000 +-0.041992187500 +-0.018920898438 +-0.085449218750 +0.045654296875 +0.106445312500 +-0.002349853516 +0.099121093750 +0.067382812500 +-0.057128906250 +0.100585937500 +0.026367187500 +0.137695312500 +-0.074707031250 +0.017700195312 +-0.104003906250 +-0.045166015625 +0.026000976562 +0.006317138672 +0.043212890625 +0.058593750000 +0.117187500000 +0.177734375000 +0.018432617188 +-0.205078125000 +0.001716613770 +0.023681640625 +-0.145507812500 +-0.028808593750 +0.077148437500 +0.162109375000 +0.052978515625 +-0.045166015625 +-0.112792968750 +-0.130859375000 +-0.042236328125 +0.143554687500 +-0.029418945312 +-0.079101562500 +0.032226562500 +0.058837890625 +0.131835937500 +0.021728515625 +0.050048828125 +0.034667968750 +0.131835937500 +0.043457031250 +0.065917968750 +-0.028564453125 +0.043457031250 +0.014526367188 +-0.114257812500 +-0.031494140625 +-0.203125000000 +-0.118164062500 +-0.039062500000 +0.100585937500 +-0.059326171875 +0.263671875000 +0.036865234375 +0.052734375000 +-0.019409179688 +-0.044677734375 +0.006347656250 +-0.098632812500 +-0.020874023438 +-0.138671875000 +-0.100585937500 +0.097656250000 +-0.051757812500 +0.027587890625 +-0.070800781250 +-0.092285156250 +0.028320312500 +0.094726562500 +0.011779785156 +0.188476562500 +0.011108398438 +-0.216796875000 +-0.037353515625 +0.035888671875 +0.022583007812 +-0.018310546875 +0.010864257812 +0.011718750000 +-0.175781250000 +0.009399414062 +0.134765625000 +-0.017822265625 +-0.069824218750 +-0.093750000000 +0.085937500000 +-0.111328125000 +0.081542968750 +-0.209960937500 +-0.094726562500 +-0.097656250000 +0.061523437500 +0.124023437500 +0.083496093750 +0.009338378906 +0.011596679688 +-0.085937500000 +0.292968750000 +-0.031982421875 +-0.022705078125 +0.077636718750 +0.131835937500 +-0.040283203125 +-0.053222656250 +-0.040527343750 +0.004943847656 +0.124023437500 +0.112304687500 +-0.006774902344 +-0.099121093750 +0.199218750000 +-0.110351562500 +-0.024536132812 +-0.048828125000 +0.065917968750 +0.068847656250 +-0.000465393066 +0.057617187500 +-0.158203125000 +0.115722656250 +-0.034179687500 +0.052246093750 +0.122558593750 +-0.049560546875 +0.105957031250 +0.057128906250 +0.053466796875 +-0.083496093750 +0.168945312500 +-0.096191406250 +-0.067382812500 +0.076171875000 +0.083007812500 +0.016601562500 +-0.060791015625 +0.071289062500 +-0.029541015625 +-0.108398437500 +-0.011779785156 +0.015747070312 +0.053222656250 +0.010864257812 +-0.087402343750 +-0.077636718750 +0.074707031250 +0.052001953125 +-0.069824218750 +-0.026367187500 +0.165039062500 +0.217773437500 +0.166015625000 +0.122558593750 +0.055908203125 +-0.153320312500 +0.039306640625 +-0.088378906250 +0.020996093750 +0.038818359375 +0.112304687500 +0.092773437500 +-0.084472656250 +0.147460937500 +0.014648437500 +-0.003997802734 +-0.052978515625 +-0.139648437500 +-0.023071289062 +-0.019287109375 +-0.030761718750 +0.059570312500 +-0.148437500000 +0.008300781250 +0.027099609375 +-0.143554687500 +0.019775390625 +0.036865234375 +0.194335937500 +-0.174804687500 +0.045898437500 +-0.084472656250 +-0.019287109375 +-0.101074218750 +0.021118164062 +0.036621093750 +-0.018798828125 +-0.020385742188 +-0.018920898438 +0.088867187500 +0.035644531250 +-0.121093750000 +0.006469726562 +0.073242187500 +-0.086914062500 +0.032226562500 +0.039794921875 +-0.020263671875 +-0.030273437500 +-0.047119140625 +0.070312500000 +-0.057617187500 +0.120605468750 +0.042724609375 +-0.010009765625 +0.129882812500 +-0.006439208984 +0.037597656250 +-0.009277343750 +0.071777343750 +0.161132812500 +-0.001945495605 +-0.033447265625 +0.099609375000 +-0.053466796875 +-0.029174804688 +-0.008544921875 +-0.166992187500 +-0.062500000000 +0.034423828125 +0.162109375000 +0.086425781250 +-0.141601562500 +0.125976562500 +0.065917968750 +0.054443359375 +0.125976562500 +0.044921875000 +0.118164062500 +-0.073242187500 +0.020263671875 +-0.143554687500 +0.034667968750 +-0.051269531250 +0.000364303589 +-0.010803222656 +0.119628906250 +-0.012390136719 +0.011291503906 +0.007751464844 +0.061035156250 +-0.038085937500 +-0.028198242188 +-0.013916015625 +0.042236328125 +-0.050781250000 +0.094726562500 +0.101562500000 +-0.043212890625 +0.044677734375 +-0.111816406250 +-0.047607421875 +-0.000747680664 +-0.075683593750 +-0.033935546875 +0.180664062500 +-0.237304687500 +0.068847656250 +-0.104980468750 +0.191406250000 +-0.031982421875 +-0.096191406250 +-0.058105468750 +-0.030761718750 +-0.115722656250 +0.027832031250 +-0.060058593750 +-0.055664062500 +-0.116699218750 +-0.147460937500 +-0.024047851562 +-0.014343261719 +-0.015380859375 +0.051025390625 +-0.088378906250 +0.029052734375 +-0.116210937500 +-0.091308593750 +0.063964843750 +-0.230468750000 +0.060791015625 +-0.076660156250 +-0.228515625000 +0.131835937500 +-0.088867187500 +-0.078613281250 +-0.019653320312 +-0.061767578125 +-0.048583984375 +0.170898437500 +0.015563964844 +0.122070312500 +-0.004913330078 +-0.032470703125 +-0.034667968750 +0.004577636719 +-0.122070312500 +0.088867187500 +-0.043701171875 +-0.149414062500 +-0.016235351562 +0.085449218750 +-0.014160156250 +-0.020629882812 +0.128906250000 +0.047607421875 +0.091796875000 +0.194335937500 +-0.136718750000 +-0.069824218750 +-0.107421875000 +0.052978515625 +-0.087890625000 +-0.065429687500 +0.068847656250 +-0.043212890625 +0.029541015625 +0.079101562500 +0.054931640625 +0.013916015625 +-0.037353515625 +0.123046875000 +0.091308593750 +-0.158203125000 +-0.036132812500 +-0.071777343750 +-0.200195312500 +0.218750000000 +0.005371093750 +0.032226562500 +-0.085449218750 +-0.064453125000 +-0.081542968750 +-0.010925292969 +0.088867187500 +0.121093750000 +0.013916015625 +0.076171875000 +0.053710937500 +0.073242187500 +-0.002212524414 +0.045410156250 +0.009338378906 +-0.152343750000 +0.145507812500 +-0.028808593750 +-0.080566406250 +-0.045654296875 +-0.019653320312 +-0.075683593750 +-0.052246093750 +0.101562500000 +-0.088378906250 +0.154296875000 +-0.167968750000 +0.040527343750 +0.063964843750 +0.058837890625 +0.004974365234 +0.190429687500 +0.131835937500 +0.011596679688 +0.070800781250 +0.122558593750 +-0.051025390625 +0.010925292969 +0.019531250000 +-0.017456054688 +0.089843750000 +-0.052246093750 +0.003723144531 +0.059814453125 +0.053710937500 +-0.180664062500 +0.035400390625 +-0.010559082031 +0.132812500000 +-0.053466796875 +-0.081542968750 +0.000968933105 +0.030029296875 +-0.160156250000 +-0.033691406250 +-0.015747070312 +-0.101074218750 +0.079589843750 +-0.059326171875 +0.076171875000 +-0.093750000000 +0.050537109375 +0.038574218750 +-0.012756347656 +0.056152343750 +0.085937500000 +0.034912109375 +-0.133789062500 +0.151367187500 +-0.126953125000 +0.180664062500 +0.083984375000 +0.037353515625 +0.040771484375 +-0.075683593750 +0.052490234375 +0.047363281250 +-0.042236328125 +0.055908203125 +0.051025390625 +-0.048339843750 +0.015380859375 +-0.059326171875 +-0.133789062500 +0.166992187500 +0.122070312500 +0.207031250000 +0.071289062500 +-0.119628906250 +-0.145507812500 +-0.082519531250 +-0.116699218750 +-0.083984375000 +0.097167968750 +-0.011718750000 +-0.011413574219 +-0.023315429688 +-0.028198242188 +0.057617187500 +0.038085937500 +-0.014831542969 +0.007049560547 +-0.181640625000 +0.133789062500 +-0.036621093750 +-0.005187988281 +-0.102050781250 +-0.165039062500 +-0.088378906250 +-0.084472656250 +-0.136718750000 +0.059570312500 +0.063964843750 +-0.087890625000 +-0.015014648438 +-0.060546875000 +-0.093261718750 +0.099609375000 +0.008789062500 +0.107421875000 +-0.197265625000 +-0.069824218750 +-0.115722656250 +0.010620117188 +-0.033691406250 +-0.040283203125 +-0.118652343750 +-0.044677734375 +0.035888671875 +-0.028564453125 +-0.101074218750 +0.177734375000 +0.046875000000 +-0.034423828125 +0.063476562500 +-0.009094238281 +0.001289367676 +0.085449218750 +-0.046875000000 +-0.013366699219 +-0.099609375000 +0.033203125000 +0.051513671875 +-0.064453125000 +-0.063476562500 +-0.069824218750 +-0.031127929688 +0.088378906250 +0.109863281250 +-0.057617187500 +-0.123535156250 +-0.083496093750 +0.009521484375 +0.072753906250 +0.081054687500 +-0.089355468750 +-0.220703125000 +-0.029296875000 +-0.066894531250 +0.169921875000 +-0.135742187500 +0.007812500000 +0.133789062500 +0.048095703125 +0.148437500000 +0.111328125000 +-0.041748046875 +-0.086425781250 +0.104003906250 +0.022949218750 +-0.077636718750 +-0.118652343750 +-0.062011718750 +0.031494140625 +0.001762390137 +-0.020019531250 +-0.150390625000 +-0.059570312500 +-0.172851562500 +-0.044189453125 +0.029052734375 +-0.050048828125 +0.090332031250 +0.077148437500 +-0.138671875000 +-0.151367187500 +-0.118652343750 +-0.092285156250 +-0.108398437500 +-0.125000000000 +-0.041015625000 +-0.061523437500 +0.095214843750 +-0.090332031250 +-0.051513671875 +-0.030151367188 +-0.107421875000 +0.021240234375 +0.002639770508 +-0.074218750000 +0.035888671875 +0.051757812500 +0.075683593750 +-0.036865234375 +0.059326171875 +0.048095703125 +-0.030151367188 +0.007324218750 +-0.038574218750 +0.048095703125 +-0.097167968750 +0.060058593750 +-0.074218750000 +0.066894531250 +0.057373046875 +-0.075683593750 +0.023559570312 +-0.023681640625 +0.025878906250 +-0.094726562500 +-0.012084960938 +0.113769531250 +-0.048828125000 +-0.049316406250 +0.083984375000 +0.038574218750 +-0.101562500000 +-0.031250000000 +0.150390625000 +-0.046142578125 +-0.187500000000 +0.104980468750 +-0.025756835938 +0.054687500000 +-0.070800781250 +-0.052490234375 +-0.005218505859 +-0.038085937500 +-0.004302978516 +0.001983642578 +-0.091308593750 +-0.085937500000 +-0.074218750000 +0.074218750000 +-0.105957031250 +-0.051269531250 +0.052246093750 +-0.322265625000 +-0.067871093750 +0.088867187500 +0.015991210938 +0.101074218750 +0.061523437500 +-0.037353515625 +-0.022216796875 +0.028930664062 +-0.065429687500 +0.098632812500 +-0.074707031250 +-0.108398437500 +0.013671875000 +-0.150390625000 +-0.020751953125 +0.030517578125 +-0.089843750000 +-0.004211425781 +0.072265625000 +0.000020980835 +0.017944335938 +-0.039306640625 +0.023803710938 +-0.024169921875 +-0.153320312500 +0.104492187500 +-0.126953125000 +-0.112304687500 +-0.110351562500 +0.025268554688 +0.046630859375 +-0.022949218750 +0.020996093750 +-0.047607421875 +0.071777343750 +0.029663085938 +-0.155273437500 +-0.058349609375 +0.083984375000 +0.009582519531 +-0.039306640625 +0.025634765625 +-0.063476562500 +0.065917968750 +0.124511718750 +-0.096679687500 +0.000438690186 +-0.021240234375 +-0.096679687500 +-0.073242187500 +0.230468750000 +0.055908203125 +-0.159179687500 +-0.170898437500 +-0.042724609375 +-0.036621093750 +-0.039794921875 +0.015869140625 +0.122558593750 +0.057373046875 +0.073730468750 +0.019287109375 +0.179687500000 +0.132812500000 +0.058593750000 +0.097656250000 +0.053955078125 +0.041748046875 +0.009033203125 +-0.042236328125 +-0.054443359375 +-0.150390625000 +0.049316406250 +0.081054687500 +-0.061523437500 +-0.058105468750 +-0.040527343750 +-0.137695312500 +-0.080078125000 +0.087402343750 +-0.100585937500 +0.123046875000 +0.059570312500 +-0.100097656250 +-0.079101562500 +0.179687500000 +-0.085449218750 +0.041992187500 +0.026245117188 +0.039062500000 +-0.040771484375 +0.011169433594 +-0.028198242188 +0.024169921875 +0.076171875000 +0.104492187500 +-0.328125000000 +0.373046875000 +-0.128906250000 +-0.111816406250 +0.067382812500 +-0.090820312500 +-0.096191406250 +0.032958984375 +-0.091796875000 +0.015747070312 +-0.115722656250 +-0.066406250000 +0.093750000000 +-0.033691406250 +-0.108886718750 +0.124023437500 +0.020141601562 +0.061523437500 +0.071289062500 +0.068847656250 +0.042236328125 +0.163085937500 +-0.044677734375 +0.053466796875 +-0.098144531250 +-0.089843750000 +0.019409179688 +0.175781250000 +-0.069824218750 +0.176757812500 +0.353515625000 +0.007690429688 +-0.085937500000 +0.038574218750 +0.059570312500 +-0.009277343750 +-0.095214843750 +-0.190429687500 +-0.043212890625 +0.057861328125 +-0.069335937500 +-0.008361816406 +-0.062500000000 +-0.032958984375 +0.072753906250 +0.002441406250 +-0.155273437500 +-0.034667968750 +-0.013549804688 +-0.006072998047 +-0.072753906250 +0.068359375000 +-0.034912109375 +-0.051269531250 +-0.142578125000 +-0.061035156250 +0.012634277344 +0.106445312500 +0.051513671875 +-0.130859375000 +-0.057617187500 +0.028930664062 +-0.073242187500 +-0.083984375000 +-0.058349609375 +-0.125976562500 +-0.125976562500 +0.186523437500 +0.150390625000 +-0.054687500000 +-0.058593750000 +0.008300781250 +0.120117187500 +0.115234375000 +-0.135742187500 +0.000476837158 +0.010559082031 +0.046875000000 +-0.015502929688 +-0.074218750000 +-0.114257812500 +0.086914062500 +-0.053710937500 +-0.018432617188 +-0.017944335938 +-0.029052734375 +-0.034423828125 +-0.174804687500 +0.101562500000 +-0.029907226562 +0.103027343750 +-0.078125000000 +0.145507812500 +0.106933593750 +0.064453125000 +0.000310897827 +-0.052490234375 +0.031738281250 +-0.032958984375 +0.017700195312 +0.075195312500 +-0.008239746094 +0.044677734375 +-0.000232696533 +-0.085449218750 +-0.065429687500 +-0.064941406250 +0.067871093750 +0.009277343750 +-0.078125000000 +0.018676757812 +-0.048339843750 +-0.059570312500 +-0.002456665039 +-0.041748046875 +0.078613281250 +0.104492187500 +-0.061279296875 +-0.020019531250 +-0.000774383545 +0.058837890625 +-0.059814453125 +0.009582519531 +0.013000488281 +-0.060546875000 +-0.158203125000 +0.010314941406 +-0.015869140625 +0.233398437500 +0.065429687500 +0.095214843750 +-0.011596679688 +-0.211914062500 +0.028320312500 +-0.208984375000 +-0.010375976562 +-0.020996093750 +0.080566406250 +-0.113281250000 +0.103515625000 +0.052246093750 +-0.000946044922 +0.015991210938 +0.099121093750 +0.022705078125 +-0.031738281250 +0.018920898438 +-0.083007812500 +-0.034179687500 +-0.106933593750 +0.145507812500 +-0.052490234375 +0.119140625000 +-0.015747070312 +0.195312500000 +-0.092773437500 +0.044921875000 +0.056396484375 +-0.079589843750 +0.050781250000 +0.040771484375 +0.019897460938 +0.001945495605 +-0.161132812500 +0.018676757812 +0.039306640625 +0.061767578125 +0.152343750000 +0.040039062500 +-0.052734375000 +0.084472656250 +0.075195312500 +0.009887695312 +-0.125976562500 +-0.021118164062 +-0.165039062500 +0.029785156250 +-0.065429687500 +0.265625000000 +0.006408691406 +-0.066406250000 +-0.125000000000 +0.030151367188 +-0.103515625000 +-0.001266479492 +0.111816406250 +0.039550781250 +-0.125000000000 +0.000751495361 +-0.048828125000 +-0.014282226562 +0.047851562500 +-0.125976562500 +-0.094726562500 +0.069824218750 +-0.046142578125 +0.036621093750 +0.039794921875 +-0.078125000000 +0.079101562500 +-0.065917968750 +0.039794921875 +-0.123046875000 +0.027954101562 +0.104492187500 +0.110351562500 +-0.004730224609 +-0.086914062500 +0.022094726562 +0.092285156250 +0.031250000000 +-0.134765625000 +-0.106445312500 +-0.130859375000 +0.112304687500 +0.044433593750 +0.033203125000 +0.006011962891 +0.033691406250 +-0.066406250000 +-0.044433593750 +0.014587402344 +0.045166015625 +0.068359375000 +0.014343261719 +0.057861328125 +-0.012756347656 +0.087890625000 +-0.173828125000 +-0.005126953125 +-0.092773437500 +-0.049316406250 +-0.043457031250 +0.010986328125 +0.032226562500 +-0.016113281250 +0.161132812500 +0.066894531250 +0.034179687500 +0.061767578125 +0.131835937500 +0.005401611328 +0.009155273438 +-0.046386718750 +-0.160156250000 +-0.060302734375 +0.008544921875 +0.016479492188 +-0.025756835938 +0.077148437500 +-0.005645751953 +-0.035644531250 +0.050048828125 +-0.059082031250 +0.018798828125 +-0.010681152344 +-0.040527343750 +-0.176757812500 +0.021240234375 +-0.107421875000 +-0.016113281250 +-0.168945312500 +-0.165039062500 +0.072753906250 +-0.105957031250 +-0.117187500000 +0.017089843750 +-0.025390625000 +0.055664062500 +-0.104492187500 +0.090332031250 +-0.063476562500 +-0.130859375000 +-0.103027343750 +-0.192382812500 +-0.042724609375 +-0.129882812500 +0.009948730469 +-0.062988281250 +0.001350402832 +0.018676757812 +-0.076171875000 +-0.030883789062 +-0.000984191895 +0.053955078125 +0.112792968750 +-0.031494140625 +-0.017211914062 +0.061279296875 +0.104980468750 +-0.128906250000 +0.029418945312 +0.108398437500 +-0.038330078125 +-0.030151367188 +-0.003646850586 +-0.036621093750 +0.084960937500 +-0.054443359375 +0.183593750000 +-0.024536132812 +0.062988281250 +-0.014343261719 +0.140625000000 +0.011901855469 +0.051513671875 +0.145507812500 +-0.013610839844 +0.086914062500 +0.046875000000 +0.010375976562 +0.105468750000 +0.007354736328 +-0.123535156250 +-0.072753906250 +-0.017456054688 +-0.026123046875 +-0.041992187500 +-0.024780273438 +-0.084960937500 +-0.047851562500 +0.084960937500 +-0.176757812500 +-0.009033203125 +-0.075683593750 +0.060058593750 +-0.044921875000 +0.193359375000 +0.070312500000 +0.058837890625 +-0.046142578125 +-0.097656250000 +0.160156250000 +0.119140625000 +0.009521484375 +-0.083007812500 +-0.146484375000 +0.032714843750 +-0.041503906250 +0.104980468750 +0.122070312500 +0.146484375000 +-0.079589843750 +-0.138671875000 +0.111328125000 +0.006622314453 +0.053466796875 +-0.007202148438 +0.005187988281 +-0.066406250000 +-0.046875000000 +-0.054931640625 +0.087890625000 +0.096191406250 +-0.051757812500 +-0.094726562500 +0.044921875000 +-0.123535156250 +-0.126953125000 +0.058349609375 +0.044189453125 +0.009643554688 +0.028198242188 +-0.079589843750 +-0.067871093750 +0.032958984375 +-0.101074218750 +-0.001968383789 +-0.084960937500 +0.107421875000 +-0.083984375000 +0.035400390625 +0.096679687500 +0.036376953125 +0.020019531250 +0.054443359375 +0.025146484375 +-0.092285156250 +-0.073242187500 +-0.055419921875 +-0.058349609375 +0.006591796875 +0.396484375000 +0.110839843750 +-0.067871093750 +-0.111816406250 +0.013183593750 +-0.024169921875 +-0.027221679688 +-0.015869140625 +-0.078125000000 +0.005584716797 +0.045410156250 +-0.038085937500 +0.150390625000 +0.104492187500 +0.045898437500 +-0.178710937500 +0.064941406250 +0.142578125000 +-0.055664062500 +-0.123535156250 +0.003906250000 +-0.086914062500 +0.012390136719 +-0.074707031250 +-0.057617187500 +0.058837890625 +-0.094726562500 +-0.136718750000 +0.043457031250 +0.051025390625 +-0.027221679688 +-0.004364013672 +0.002075195312 +0.163085937500 +0.054199218750 +0.011840820312 +-0.044433593750 +-0.060791015625 +-0.001037597656 +0.028930664062 +-0.061767578125 +0.049316406250 +-0.003295898438 +0.042724609375 +0.157226562500 +0.015502929688 +0.060546875000 +-0.023193359375 +0.020996093750 +-0.104003906250 +-0.154296875000 +0.123535156250 +0.006439208984 +-0.018432617188 +0.016235351562 +0.083007812500 +-0.028808593750 +-0.076660156250 +-0.069824218750 +0.022094726562 +-0.022583007812 +-0.000587463379 +0.007354736328 +0.010192871094 +-0.004150390625 +-0.081542968750 +-0.070312500000 +0.005523681641 +0.005889892578 +0.027465820312 +0.069824218750 +-0.072265625000 +-0.093750000000 +0.099121093750 +-0.269531250000 +-0.099609375000 +0.093750000000 +-0.093261718750 +-0.055419921875 +-0.044677734375 +-0.151367187500 +0.049316406250 +-0.040039062500 +0.001037597656 +-0.061279296875 +0.137695312500 +0.031494140625 +-0.027343750000 +-0.119140625000 +0.058593750000 +0.068847656250 +-0.109863281250 +0.124023437500 +0.008972167969 +-0.007568359375 +-0.109863281250 +0.009582519531 +0.057373046875 +-0.041503906250 +0.088867187500 +-0.082519531250 +0.035644531250 +-0.138671875000 +0.004638671875 +0.100585937500 +-0.085449218750 +-0.150390625000 +0.052734375000 +0.049316406250 +-0.066894531250 +0.133789062500 +0.138671875000 +0.053710937500 +0.008544921875 +-0.013305664062 +-0.063964843750 +-0.115722656250 +0.020019531250 +0.047607421875 +-0.067871093750 +-0.019409179688 +0.017944335938 +0.043457031250 +-0.251953125000 +0.119140625000 +0.049560546875 +-0.109863281250 +0.035156250000 +-0.064941406250 +-0.138671875000 +0.098144531250 +0.010314941406 +0.020385742188 +-0.052734375000 +0.012023925781 +0.104003906250 +-0.018920898438 +-0.250000000000 +0.023559570312 +-0.245117187500 +-0.071289062500 +-0.031982421875 +0.036376953125 +-0.023803710938 +0.040283203125 +0.034912109375 +-0.114746093750 +0.046386718750 +0.066894531250 +-0.085449218750 +0.059326171875 +-0.152343750000 +-0.050537109375 +-0.038330078125 +-0.063476562500 +-0.113281250000 +-0.132812500000 +-0.064453125000 +-0.038085937500 +-0.179687500000 +0.011047363281 +-0.178710937500 +-0.034423828125 +0.114257812500 +0.077636718750 +-0.088378906250 +-0.063476562500 +-0.130859375000 +0.040039062500 +0.102539062500 +-0.048828125000 +-0.049560546875 +0.043701171875 +-0.053710937500 +-0.061035156250 +-0.038085937500 +-0.093261718750 +-0.198242187500 +-0.020751953125 +-0.076660156250 +0.071289062500 +-0.051025390625 +0.042968750000 +-0.083007812500 +-0.022338867188 +0.192382812500 +-0.084960937500 +-0.063476562500 +-0.073242187500 +-0.076660156250 +0.006317138672 +-0.043457031250 +-0.026977539062 +0.010620117188 +-0.011901855469 +0.118164062500 +-0.066406250000 +0.022705078125 +0.182617187500 +-0.038085937500 +0.050781250000 +-0.104003906250 +0.011596679688 +-0.000434875488 +0.033691406250 +0.064941406250 +0.065917968750 +-0.037841796875 +0.016967773438 +0.133789062500 +0.101074218750 +0.080078125000 +0.011047363281 +-0.024902343750 +-0.013000488281 +-0.053955078125 +0.079589843750 +0.118164062500 +0.169921875000 +0.041015625000 +0.014038085938 +-0.020385742188 +-0.174804687500 +0.093261718750 +-0.104003906250 +-0.208007812500 +0.134765625000 +0.010742187500 +-0.026123046875 +0.070312500000 +-0.029174804688 +-0.019409179688 +-0.059570312500 +-0.092285156250 +0.138671875000 +-0.045654296875 +0.066406250000 +-0.041015625000 +-0.125976562500 +0.009887695312 +0.078613281250 +-0.259765625000 +0.056640625000 +-0.037841796875 +-0.098632812500 +-0.070312500000 +-0.141601562500 +0.082031250000 +-0.041992187500 +-0.122558593750 +0.096191406250 +-0.111816406250 +0.016479492188 +-0.100585937500 +0.134765625000 +0.103515625000 +-0.078613281250 +0.012390136719 +-0.011352539062 +-0.202148437500 +-0.150390625000 +-0.191406250000 +0.088867187500 +-0.031982421875 +-0.006469726562 +0.027832031250 +-0.066406250000 +-0.049316406250 +0.030517578125 +-0.044189453125 +-0.081054687500 +-0.054931640625 +0.095703125000 +-0.125000000000 +0.072265625000 +0.076171875000 +-0.169921875000 +0.310546875000 +-0.070800781250 +-0.007873535156 +-0.093750000000 +0.004516601562 +0.061767578125 +-0.048583984375 +-0.016113281250 +0.072753906250 +-0.005981445312 +0.144531250000 +0.107421875000 +0.107910156250 +-0.054443359375 +-0.049316406250 +0.020874023438 +0.143554687500 +-0.053466796875 +-0.065429687500 +0.071777343750 +0.013000488281 +-0.150390625000 +-0.011962890625 +-0.208984375000 +0.032470703125 +0.005920410156 +-0.072753906250 +0.104980468750 +-0.095214843750 +0.003082275391 +-0.061523437500 +0.170898437500 +-0.056884765625 +-0.057861328125 +0.170898437500 +-0.103027343750 +-0.153320312500 +0.160156250000 +-0.019653320312 +0.066406250000 +-0.152343750000 +-0.138671875000 +0.025512695312 +-0.067382812500 +0.125000000000 +-0.004974365234 +-0.114746093750 +-0.027832031250 +-0.098632812500 +-0.237304687500 +-0.144531250000 +0.006225585938 +0.173828125000 +0.056152343750 +-0.186523437500 +0.025268554688 +0.020751953125 +0.024414062500 +-0.031494140625 +-0.041503906250 +-0.100585937500 +0.030517578125 +0.073730468750 +-0.003860473633 +0.110839843750 +0.002609252930 +-0.145507812500 +-0.104492187500 +-0.127929687500 +0.032226562500 +-0.065917968750 +-0.042724609375 +0.094238281250 +-0.094726562500 +0.024902343750 +-0.036132812500 +-0.013488769531 +0.027343750000 +-0.216796875000 +-0.045166015625 +-0.158203125000 +0.012695312500 +0.088867187500 +-0.080566406250 +-0.088867187500 +0.065917968750 +-0.144531250000 +-0.049804687500 +0.054931640625 +0.092773437500 +-0.012634277344 +0.085449218750 +-0.147460937500 +-0.104003906250 +-0.001167297363 +-0.050048828125 +-0.048339843750 +-0.089843750000 +-0.045654296875 +-0.129882812500 +-0.090332031250 +0.003051757812 +0.061523437500 +-0.034423828125 +0.113769531250 +-0.036132812500 +0.142578125000 +0.055175781250 +-0.024902343750 +-0.049804687500 +-0.050781250000 +-0.059326171875 +0.093750000000 +0.166015625000 +0.009643554688 +0.023071289062 +0.139648437500 +-0.007537841797 +-0.100585937500 +-0.070800781250 +-0.021972656250 +0.082519531250 +-0.102539062500 +0.015502929688 +0.067382812500 +0.245117187500 +-0.077148437500 +0.087402343750 +0.079589843750 +-0.079589843750 +-0.232421875000 +0.074218750000 +0.057128906250 +-0.039062500000 +0.052001953125 +0.142578125000 +-0.140625000000 +0.052734375000 +-0.139648437500 +-0.009338378906 +0.096191406250 +0.017089843750 +-0.098632812500 +-0.003555297852 +-0.011840820312 +0.144531250000 +-0.034179687500 +0.092285156250 +-0.128906250000 +0.040771484375 +-0.130859375000 +0.000576019287 +-0.020874023438 +-0.269531250000 +0.037597656250 +0.097167968750 +0.237304687500 +0.026123046875 +-0.040771484375 +0.018310546875 +-0.000122070312 +0.020141601562 +0.087402343750 +0.153320312500 +0.051513671875 +-0.064453125000 +0.056640625000 +0.085449218750 +-0.093261718750 +-0.053710937500 +0.022949218750 +-0.036376953125 +0.074707031250 +-0.028564453125 +0.033203125000 +0.032470703125 +0.146484375000 +0.116699218750 +-0.095703125000 +0.138671875000 +-0.023681640625 +-0.027587890625 +0.125000000000 +0.101562500000 +-0.013549804688 +0.031127929688 +0.070312500000 +-0.000488281250 +-0.073730468750 +-0.077636718750 +-0.011169433594 +0.053710937500 +0.285156250000 +-0.261718750000 +-0.144531250000 +0.041992187500 +0.012329101562 +-0.094726562500 +-0.022216796875 +-0.194335937500 +-0.162109375000 +0.052490234375 +-0.030761718750 +-0.089843750000 +-0.146484375000 +0.073242187500 +0.031250000000 +0.010925292969 +-0.115722656250 +-0.059814453125 +-0.067871093750 +0.006195068359 +0.118652343750 +-0.014770507812 +0.018554687500 +0.171875000000 +0.176757812500 +-0.107421875000 +-0.166992187500 +0.102539062500 +-0.000270843506 +0.020385742188 +-0.100097656250 +0.070312500000 +-0.018188476562 +0.002212524414 +0.078613281250 +0.049804687500 +-0.023925781250 +0.001419067383 +-0.007720947266 +-0.144531250000 +0.014343261719 +0.007080078125 +-0.003097534180 +-0.124511718750 +0.023559570312 +0.159179687500 +0.349609375000 +0.044189453125 +0.135742187500 +0.013061523438 +0.038330078125 +0.065917968750 +-0.087890625000 +-0.114746093750 +-0.064453125000 +-0.119140625000 +-0.048828125000 +0.001281738281 +-0.008911132812 +0.166015625000 +0.022338867188 +0.084472656250 +0.156250000000 +0.010375976562 +0.098144531250 +-0.174804687500 +0.177734375000 +-0.063964843750 +0.004272460938 +-0.041015625000 +0.029174804688 +-0.047119140625 +-0.015991210938 +-0.069824218750 +0.133789062500 +0.037597656250 +0.016601562500 +-0.052001953125 +0.017700195312 +0.077636718750 +0.070312500000 +-0.001647949219 +-0.015380859375 +-0.035644531250 +0.228515625000 +0.203125000000 +-0.048583984375 +-0.127929687500 +0.120117187500 +-0.004028320312 +-0.016113281250 +0.001953125000 +0.084472656250 +-0.041992187500 +-0.004119873047 +-0.341796875000 +0.051025390625 +0.021850585938 +0.019409179688 +0.037109375000 +0.014648437500 +-0.077148437500 +0.117187500000 +-0.040039062500 +0.072265625000 +0.027954101562 +0.045166015625 +-0.193359375000 +-0.099121093750 +-0.005676269531 +-0.012451171875 +0.180664062500 +0.046142578125 +0.070800781250 +0.047851562500 +0.020874023438 +0.083007812500 +0.041259765625 +-0.123046875000 +-0.017944335938 +-0.036132812500 +-0.059326171875 +-0.024536132812 +-0.009155273438 +-0.066406250000 +0.105957031250 +-0.026733398438 +-0.045166015625 +0.071289062500 +0.055908203125 +0.086425781250 +0.138671875000 +-0.073242187500 +0.025268554688 +-0.086425781250 +0.127929687500 +0.105957031250 +0.081542968750 +0.012817382812 +-0.119140625000 +-0.162109375000 +0.149414062500 +-0.017700195312 +0.052246093750 +0.024780273438 +-0.029907226562 +0.090332031250 +0.018432617188 +-0.146484375000 +0.030883789062 +-0.214843750000 +0.083984375000 +0.208984375000 +-0.144531250000 +0.060058593750 +-0.143554687500 +0.051513671875 +-0.130859375000 +-0.040039062500 +0.257812500000 +-0.074218750000 +0.170898437500 +0.021362304688 +0.068359375000 +-0.109863281250 +-0.003494262695 +-0.056884765625 +0.036621093750 +0.024414062500 +0.049072265625 +0.080078125000 +0.052978515625 +0.124511718750 +-0.057617187500 +0.012023925781 +0.003692626953 +-0.106933593750 +-0.227539062500 +-0.013549804688 +-0.094238281250 +0.061035156250 +-0.061523437500 +-0.050048828125 +-0.007415771484 +-0.009033203125 +-0.135742187500 +0.050537109375 +0.082031250000 +0.212890625000 +0.107910156250 +-0.083496093750 +0.116210937500 +-0.077148437500 +0.156250000000 +0.088867187500 +-0.077636718750 +-0.156250000000 +-0.106445312500 +-0.164062500000 +0.024414062500 +-0.125000000000 +0.014831542969 +0.125976562500 +0.012451171875 +-0.087890625000 +0.159179687500 +-0.076660156250 +-0.005462646484 +-0.044677734375 +0.129882812500 +0.040039062500 +-0.003723144531 +-0.201171875000 +-0.067382812500 +-0.106445312500 +0.053466796875 +0.045166015625 +-0.014160156250 +0.007598876953 +0.076660156250 +0.075683593750 +-0.018554687500 +-0.002349853516 +0.124023437500 +-0.189453125000 +-0.001869201660 +0.021972656250 +-0.047851562500 +-0.062988281250 +-0.070800781250 +0.005371093750 +0.107910156250 +-0.095703125000 +0.056152343750 +-0.031494140625 +0.073242187500 +-0.003845214844 +-0.082031250000 +0.234375000000 +0.008666992188 +0.007110595703 +0.016479492188 +-0.271484375000 +-0.028808593750 +0.025024414062 +0.015625000000 +0.067871093750 +0.095214843750 +-0.096679687500 +-0.050781250000 +-0.095214843750 +0.174804687500 +-0.143554687500 +-0.242187500000 +0.004211425781 +-0.114746093750 +-0.011535644531 +0.055664062500 +-0.077636718750 +-0.057128906250 +0.034912109375 +0.062255859375 +0.035400390625 +0.004913330078 +-0.193359375000 +-0.051269531250 +-0.059082031250 +-0.088378906250 +-0.027709960938 +-0.112304687500 +-0.072753906250 +0.016723632812 +0.095214843750 +0.104003906250 +-0.050048828125 +-0.096679687500 +-0.002761840820 +0.035400390625 +-0.073730468750 +-0.127929687500 +0.015991210938 +-0.036865234375 +0.118652343750 +0.020141601562 +-0.113769531250 +0.011474609375 +-0.096679687500 +0.141601562500 +-0.068847656250 +0.068847656250 +0.060302734375 +0.136718750000 +-0.074707031250 +0.117675781250 +-0.036865234375 +0.025146484375 +-0.078125000000 +0.038574218750 +-0.143554687500 +-0.024902343750 +0.016235351562 +-0.151367187500 +0.227539062500 +0.099609375000 +-0.053222656250 +-0.097656250000 +0.101074218750 +0.019165039062 +-0.139648437500 +-0.066894531250 +0.092773437500 +-0.051269531250 +-0.090332031250 +-0.103027343750 +0.135742187500 +0.011657714844 +-0.114257812500 +-0.059082031250 +-0.019775390625 +0.023071289062 +-0.188476562500 +0.015869140625 +0.056884765625 +-0.115234375000 +-0.024169921875 +0.022094726562 +-0.033447265625 +-0.036865234375 +-0.181640625000 +-0.047607421875 +0.086425781250 +0.052490234375 +0.017578125000 +-0.043945312500 +-0.146484375000 +-0.084960937500 +-0.029663085938 +0.012023925781 +-0.059570312500 +-0.031738281250 +-0.096679687500 +-0.104980468750 +-0.104003906250 +0.064941406250 +-0.021972656250 +-0.072265625000 +0.103515625000 +-0.094726562500 +0.040527343750 +-0.100097656250 +0.093261718750 +-0.037597656250 +-0.042724609375 +-0.075683593750 +-0.018554687500 +-0.027465820312 +-0.077148437500 +-0.043945312500 +-0.015197753906 +-0.145507812500 +0.138671875000 +0.080078125000 +-0.008666992188 +0.066894531250 +-0.157226562500 +0.083496093750 +0.414062500000 +0.097167968750 +0.267578125000 +-0.031982421875 +-0.097167968750 +0.162109375000 +0.036132812500 +-0.100097656250 +0.005828857422 +0.069824218750 +-0.054443359375 +-0.026123046875 +-0.019775390625 +0.006103515625 +-0.033447265625 +-0.044189453125 +-0.037109375000 +-0.088867187500 +-0.046875000000 +0.011901855469 +-0.010192871094 +0.066406250000 +0.075683593750 +0.029418945312 +0.089843750000 +0.093750000000 +0.166015625000 +0.127929687500 +-0.011596679688 +0.042968750000 +0.117675781250 +-0.008300781250 +-0.281250000000 +-0.022338867188 +-0.026123046875 +-0.093261718750 +0.049560546875 +0.001121520996 +-0.196289062500 +0.129882812500 +-0.015991210938 +-0.167968750000 +-0.158203125000 +0.140625000000 +-0.004943847656 +0.103515625000 +-0.070312500000 +0.131835937500 +0.046875000000 +0.012268066406 +-0.096191406250 +0.143554687500 +-0.035644531250 +0.130859375000 +-0.025024414062 +-0.108398437500 +-0.016601562500 +-0.015869140625 +0.081054687500 +0.059570312500 +-0.063476562500 +-0.070800781250 +-0.054687500000 +0.005004882812 +0.112792968750 +-0.125000000000 +-0.101074218750 +0.011657714844 +-0.007446289062 +-0.069824218750 +0.069335937500 +-0.091796875000 +-0.200195312500 +-0.076660156250 +-0.057861328125 +0.010742187500 +-0.015380859375 +0.065429687500 +-0.065917968750 +-0.021606445312 +-0.143554687500 +0.041992187500 +0.097656250000 +-0.032226562500 +0.204101562500 +0.071289062500 +-0.016479492188 +0.082519531250 +-0.084960937500 +0.095703125000 +0.140625000000 +-0.075195312500 +-0.173828125000 +0.023315429688 +0.012451171875 +-0.061523437500 +-0.019409179688 +-0.006256103516 +-0.021362304688 +0.036376953125 +0.112792968750 +0.066894531250 +-0.062500000000 +-0.003814697266 +0.181640625000 +-0.043945312500 +0.000492095947 +-0.061523437500 +0.020385742188 +0.094238281250 +-0.003051757812 +0.175781250000 +0.080078125000 +-0.105957031250 +-0.030151367188 +-0.050537109375 +-0.036865234375 +-0.062255859375 +-0.025512695312 +0.031738281250 +0.035400390625 +-0.209960937500 +-0.053466796875 +-0.048095703125 +0.137695312500 +-0.064453125000 +0.058349609375 +0.128906250000 +-0.294921875000 +-0.064453125000 +-0.050292968750 +0.170898437500 +-0.024658203125 +0.070312500000 +-0.019409179688 +-0.036376953125 +0.129882812500 +0.001174926758 +0.076660156250 +0.142578125000 +-0.014282226562 +-0.051025390625 +-0.027343750000 +0.191406250000 +0.068359375000 +-0.228515625000 +-0.053466796875 +-0.064453125000 +0.210937500000 +-0.133789062500 +0.079101562500 +-0.082519531250 +0.002975463867 +0.002212524414 +-0.055664062500 +0.083984375000 +0.070312500000 +-0.076660156250 +-0.042724609375 +-0.195312500000 +-0.086914062500 +0.018676757812 +-0.087890625000 +0.023437500000 +-0.113769531250 +0.014526367188 +-0.061767578125 +0.030029296875 +0.029907226562 +0.046630859375 +0.250000000000 +-0.092285156250 +-0.070800781250 +-0.031494140625 +0.050292968750 +-0.066406250000 +0.045166015625 +0.102539062500 +-0.022705078125 +0.038818359375 +0.006866455078 +0.035888671875 +-0.115234375000 +0.004882812500 +0.112304687500 +0.014221191406 +0.140625000000 +0.083007812500 +-0.095703125000 +-0.021850585938 +0.089843750000 +-0.185546875000 +-0.003280639648 +-0.000839233398 +0.048095703125 +0.110839843750 +0.038330078125 +-0.002151489258 +-0.092773437500 +-0.043701171875 +-0.150390625000 +-0.082031250000 +0.083984375000 +-0.148437500000 +0.056152343750 +-0.023925781250 +-0.125976562500 +-0.173828125000 +-0.244140625000 +-0.053466796875 +-0.107421875000 +0.044921875000 +-0.046386718750 +-0.057128906250 +-0.038574218750 +-0.039794921875 +0.063476562500 +-0.142578125000 +0.051269531250 +0.018310546875 +-0.190429687500 +-0.028930664062 +0.125976562500 +0.048583984375 +-0.049072265625 +0.060791015625 +0.015075683594 +-0.119140625000 +-0.141601562500 +-0.021484375000 +0.083007812500 +-0.017333984375 +0.017456054688 +-0.038818359375 +-0.229492187500 +0.019531250000 +0.026611328125 +-0.036132812500 +0.047119140625 +0.038330078125 +-0.029541015625 +-0.133789062500 +0.034912109375 +0.034179687500 +0.046630859375 +0.114746093750 +0.010803222656 +0.038085937500 +-0.031005859375 +-0.040039062500 +-0.112304687500 +0.128906250000 +-0.003387451172 +0.024169921875 +0.092285156250 +-0.091796875000 +0.231445312500 +0.071289062500 +-0.046386718750 +0.147460937500 +-0.012878417969 +0.060791015625 +-0.066406250000 +-0.050292968750 +0.005676269531 +0.057861328125 +0.019897460938 +0.001701354980 +-0.007110595703 +0.075195312500 +-0.118652343750 +-0.204101562500 +0.024047851562 +-0.024658203125 +-0.030883789062 +-0.029541015625 +0.018798828125 +-0.123046875000 +0.080566406250 +-0.119140625000 +0.065429687500 +0.091796875000 +0.232421875000 +0.067382812500 +-0.125000000000 +-0.064941406250 +-0.052734375000 +-0.073242187500 +-0.154296875000 +0.116699218750 +-0.007446289062 +-0.015197753906 +-0.070800781250 +-0.174804687500 +0.121093750000 +-0.002120971680 +0.020996093750 +0.199218750000 +-0.019042968750 +0.034667968750 +-0.180664062500 +0.002044677734 +0.269531250000 +0.122558593750 +-0.061035156250 +-0.361328125000 +0.007537841797 +0.122070312500 +0.139648437500 +0.009643554688 +-0.111328125000 +-0.098632812500 +-0.038818359375 +0.000576019287 +0.107910156250 +-0.069824218750 +-0.080566406250 +0.091796875000 +-0.066894531250 +0.018066406250 +0.065917968750 +-0.043457031250 +0.025878906250 +0.026855468750 +0.204101562500 +-0.066894531250 +-0.014892578125 +-0.080078125000 +-0.074707031250 +-0.077148437500 +-0.040527343750 +-0.094238281250 +-0.067871093750 +0.012512207031 +0.072265625000 +0.245117187500 +0.008544921875 +-0.004241943359 +0.078125000000 +0.075195312500 +-0.005828857422 +0.049804687500 +0.014160156250 +0.095703125000 +0.045898437500 +0.052001953125 +-0.048828125000 +-0.140625000000 +0.120117187500 +0.077636718750 +-0.023315429688 +-0.122070312500 +-0.018432617188 +0.065429687500 +-0.044433593750 +0.012817382812 +-0.118164062500 +-0.107421875000 +0.216796875000 +-0.001869201660 +0.026855468750 +-0.041992187500 +-0.015747070312 +-0.020874023438 +-0.109863281250 +0.014831542969 +0.017089843750 +0.027832031250 +-0.057617187500 +-0.085937500000 +-0.020385742188 +0.138671875000 +-0.011779785156 +0.039306640625 +0.036621093750 +-0.113281250000 +0.018920898438 +-0.045654296875 +-0.023559570312 +0.082519531250 +0.153320312500 +-0.037597656250 +0.156250000000 +-0.106933593750 +0.103515625000 +-0.150390625000 +0.038574218750 +0.187500000000 +0.010986328125 +-0.079589843750 +-0.028686523438 +-0.059326171875 +0.119140625000 +-0.050781250000 +0.019531250000 +-0.015258789062 +-0.098144531250 +0.026489257812 +-0.005096435547 +-0.133789062500 +-0.027099609375 +0.026367187500 +-0.233398437500 +0.034667968750 +-0.086914062500 +0.032958984375 +-0.023925781250 +-0.008300781250 +-0.005279541016 +0.039550781250 +-0.189453125000 +0.035156250000 +-0.006530761719 +-0.094238281250 +0.040527343750 +-0.008483886719 +0.035400390625 +0.086914062500 +-0.049560546875 +-0.000999450684 +-0.092285156250 +-0.025878906250 +-0.156250000000 +0.127929687500 +0.106445312500 +-0.093750000000 +0.015441894531 +-0.073730468750 +0.061279296875 +0.037597656250 +0.098632812500 +0.059814453125 +0.025756835938 +0.028320312500 +-0.098632812500 +0.038818359375 +-0.039794921875 +-0.149414062500 +-0.185546875000 +0.083984375000 +-0.044921875000 +0.057128906250 +0.035644531250 +-0.157226562500 +0.063964843750 +0.096191406250 +0.017211914062 +0.048339843750 +-0.206054687500 +0.052734375000 +0.103027343750 +0.057373046875 +-0.024902343750 +0.017700195312 +0.104492187500 +-0.032470703125 +-0.020507812500 +0.003677368164 +-0.119140625000 +0.070800781250 +-0.199218750000 +0.005432128906 +0.273437500000 +-0.023925781250 +0.042480468750 +-0.022094726562 +0.107421875000 +0.015197753906 +0.087402343750 +0.078613281250 +0.143554687500 +0.008483886719 +0.061767578125 +-0.198242187500 +-0.020385742188 +-0.019897460938 +0.165039062500 +0.074707031250 +0.082519531250 +-0.023559570312 +0.057861328125 +0.023437500000 +0.033935546875 +0.089355468750 +-0.075195312500 +0.037841796875 +0.005035400391 +-0.002716064453 +0.001152038574 +0.031494140625 +0.129882812500 +0.033935546875 +-0.018676757812 +-0.077636718750 +-0.269531250000 +0.040527343750 +-0.024536132812 +0.023925781250 +-0.109863281250 +0.074707031250 +0.036132812500 +-0.073242187500 +0.049072265625 +-0.045898437500 +-0.113769531250 +0.112792968750 +-0.376953125000 +-0.053955078125 +-0.027954101562 +0.169921875000 +-0.036132812500 +-0.072265625000 +-0.031250000000 +0.087402343750 +0.106933593750 +0.023315429688 +-0.033447265625 +0.154296875000 +-0.086425781250 +0.012268066406 +0.062500000000 +-0.176757812500 +-0.089843750000 +-0.310546875000 +0.059570312500 +0.013000488281 +0.007415771484 +-0.092285156250 +0.023925781250 +-0.063964843750 +0.163085937500 +-0.147460937500 +-0.064941406250 +-0.084960937500 +-0.066894531250 +0.114257812500 +0.070312500000 +0.001823425293 +0.175781250000 +-0.019897460938 +0.129882812500 +0.122558593750 +-0.131835937500 +-0.001228332520 +0.016113281250 +-0.054931640625 +0.083007812500 +-0.118164062500 +-0.024169921875 +-0.043212890625 +0.033447265625 +0.071289062500 +-0.000999450684 +0.216796875000 +-0.138671875000 +-0.160156250000 +-0.069335937500 +0.033935546875 +0.235351562500 +-0.053222656250 +0.063964843750 +-0.263671875000 +0.065917968750 +-0.087890625000 +-0.018798828125 +-0.013793945312 +0.016967773438 +0.015991210938 +0.041748046875 +-0.009948730469 +-0.011474609375 +0.036376953125 +-0.062988281250 +0.093261718750 +-0.042480468750 +-0.124511718750 +-0.063964843750 +-0.062500000000 +0.191406250000 +-0.055419921875 +-0.120605468750 +-0.035400390625 +-0.167968750000 +-0.025024414062 +0.144531250000 +-0.105468750000 +-0.030029296875 +0.136718750000 +-0.146484375000 +-0.005401611328 +-0.127929687500 +-0.248046875000 +0.048828125000 +-0.075683593750 +0.062011718750 +0.078613281250 +-0.150390625000 +0.034423828125 +-0.001876831055 +0.138671875000 +0.152343750000 +0.067382812500 +-0.079589843750 +-0.072265625000 +0.093261718750 +0.064941406250 +-0.152343750000 +0.000436782837 +0.031982421875 +0.021118164062 +0.034912109375 +-0.068359375000 +0.060791015625 +0.016723632812 +-0.106445312500 +-0.008239746094 +-0.169921875000 +-0.029052734375 +0.153320312500 +-0.024658203125 +-0.077148437500 +-0.110351562500 +-0.044433593750 +-0.049316406250 +-0.025390625000 +-0.132812500000 +-0.125000000000 +0.033691406250 +-0.002319335938 +0.009643554688 +-0.182617187500 +0.016601562500 +-0.026611328125 +-0.066894531250 +0.009155273438 +0.118164062500 +0.005096435547 +0.316406250000 +0.024169921875 +0.165039062500 +0.184570312500 +-0.002120971680 +-0.104492187500 +-0.055908203125 +-0.081054687500 +0.130859375000 +0.106445312500 +-0.067871093750 +-0.057128906250 +-0.093750000000 +0.048583984375 +0.177734375000 +0.003768920898 +0.065917968750 +0.065429687500 +-0.160156250000 +-0.059570312500 +0.050292968750 +0.033203125000 +0.193359375000 +0.034179687500 +-0.144531250000 +0.096679687500 +-0.077148437500 +-0.109375000000 +-0.051513671875 +-0.251953125000 +0.091796875000 +0.024414062500 +0.021606445312 +0.052490234375 +0.013305664062 +0.054199218750 +-0.109863281250 +-0.024047851562 +-0.158203125000 +0.039062500000 +0.057373046875 +0.330078125000 +0.086914062500 +0.016723632812 +0.018066406250 +0.031494140625 +-0.065917968750 +-0.014648437500 +-0.035888671875 +0.016967773438 +-0.001937866211 +0.067382812500 +0.115722656250 +-0.026733398438 +0.220703125000 +-0.106445312500 +0.047363281250 +0.031250000000 +-0.069335937500 +-0.129882812500 +-0.106445312500 +-0.128906250000 +0.009643554688 +-0.104492187500 +0.017333984375 +0.065917968750 +-0.140625000000 +0.092773437500 +-0.050048828125 +-0.139648437500 +-0.078613281250 +-0.002761840820 +-0.003372192383 +-0.054443359375 +-0.011718750000 +0.200195312500 +0.060791015625 +-0.141601562500 +-0.146484375000 +0.006591796875 +-0.045898437500 +-0.071289062500 +0.065429687500 +-0.007202148438 +0.000127792358 +-0.135742187500 +-0.084960937500 +0.014343261719 +0.039062500000 +0.137695312500 +-0.168945312500 +0.008239746094 +-0.175781250000 +-0.046142578125 +0.070312500000 +0.010742187500 +0.078613281250 +0.043212890625 +-0.080566406250 +0.051025390625 +0.048095703125 +0.071777343750 +0.024169921875 +-0.078125000000 +0.077148437500 +0.105468750000 +-0.077636718750 +-0.047851562500 +-0.044433593750 +0.108398437500 +-0.104003906250 +0.060791015625 +0.121093750000 +0.113769531250 +0.018188476562 +0.051025390625 +-0.045166015625 +-0.009094238281 +-0.169921875000 +0.021118164062 +-0.018066406250 +0.067382812500 +0.053466796875 +-0.084960937500 +-0.109375000000 +-0.169921875000 +-0.084472656250 +0.076660156250 +0.059814453125 +-0.030639648438 +0.073730468750 +0.067382812500 +0.030883789062 +-0.015441894531 +-0.088867187500 +-0.052978515625 +-0.039550781250 +0.024291992188 +-0.006988525391 +-0.027221679688 +-0.058105468750 +0.074218750000 +0.083984375000 +0.052246093750 +-0.009216308594 +0.012207031250 +0.105468750000 +0.130859375000 +-0.122558593750 +0.083007812500 +-0.115234375000 +-0.040039062500 +-0.005218505859 +0.019409179688 +0.012451171875 +0.019775390625 +0.099121093750 +0.021484375000 +-0.045898437500 +-0.104492187500 +-0.053955078125 +0.106445312500 +0.011779785156 +-0.110351562500 +-0.110839843750 +0.025390625000 +-0.002838134766 +0.178710937500 +0.017700195312 +0.148437500000 +-0.157226562500 +-0.104492187500 +0.060546875000 +0.012084960938 +-0.050781250000 +-0.067871093750 +-0.124511718750 +0.155273437500 +0.072753906250 +-0.009826660156 +-0.155273437500 +0.017456054688 +-0.077148437500 +0.050292968750 +0.021118164062 +0.041992187500 +0.093750000000 +-0.230468750000 +-0.054443359375 +-0.121582031250 +-0.147460937500 +0.024658203125 +-0.020874023438 +-0.265625000000 +-0.306640625000 +0.171875000000 +-0.015991210938 +0.018920898438 +0.090820312500 +-0.061767578125 +-0.065429687500 +-0.150390625000 +-0.068359375000 +-0.106933593750 +0.032226562500 +-0.075683593750 +0.006225585938 +-0.040527343750 +-0.049316406250 +0.119140625000 +0.017700195312 +0.026855468750 +-0.050537109375 +0.123535156250 +0.198242187500 +0.056640625000 +-0.120117187500 +-0.035156250000 +0.118652343750 +-0.202148437500 +0.051757812500 +0.148437500000 +-0.039062500000 +-0.181640625000 +0.054687500000 +-0.112792968750 +0.094238281250 +-0.045166015625 +0.097167968750 +-0.148437500000 +0.049316406250 +-0.074707031250 +-0.023437500000 +-0.010009765625 +0.035400390625 +0.025390625000 +0.031982421875 +-0.050781250000 +-0.230468750000 +-0.015625000000 +-0.152343750000 +0.066894531250 +0.006195068359 +-0.008972167969 +-0.133789062500 +-0.000904083252 +-0.131835937500 +-0.100585937500 +-0.114257812500 +-0.125000000000 +0.004119873047 +-0.012817382812 +-0.322265625000 +0.244140625000 +-0.090332031250 +-0.059326171875 +0.271484375000 +0.143554687500 +0.080566406250 +0.024414062500 +0.104003906250 +-0.003646850586 +0.156250000000 +-0.050781250000 +0.044677734375 +-0.197265625000 +0.006072998047 +-0.037841796875 +0.016479492188 +-0.011657714844 +0.034912109375 +-0.026367187500 +-0.124511718750 +0.257812500000 +0.020019531250 +-0.005523681641 +0.042724609375 +0.067382812500 +-0.018066406250 +0.104980468750 +-0.016845703125 +0.029174804688 +-0.052246093750 +-0.010070800781 +-0.044677734375 +0.009826660156 +0.063964843750 +-0.035156250000 +-0.008178710938 +0.020019531250 +0.064453125000 +0.093261718750 +-0.107910156250 +0.044921875000 +0.044921875000 +0.000239372253 +0.007263183594 +-0.036865234375 +-0.091796875000 +0.100585937500 +0.005706787109 +0.175781250000 +-0.046630859375 +-0.033935546875 +0.004486083984 +-0.135742187500 +0.070800781250 +0.032470703125 +-0.164062500000 +-0.106445312500 +-0.169921875000 +0.014343261719 +0.037841796875 +-0.084960937500 +-0.092285156250 +-0.172851562500 +0.060058593750 +0.026000976562 +-0.000740051270 +-0.116210937500 +0.092285156250 +0.087402343750 +-0.150390625000 +0.184570312500 +-0.038085937500 +0.049316406250 +-0.175781250000 +-0.058105468750 +-0.166992187500 +0.116210937500 +-0.065429687500 +-0.026855468750 +0.003997802734 +0.145507812500 +0.116210937500 +0.071289062500 +-0.081054687500 +-0.098144531250 +-0.137695312500 +0.035888671875 +-0.055664062500 +-0.100585937500 +0.132812500000 +-0.015991210938 +-0.110839843750 +-0.017700195312 +0.098632812500 +-0.070800781250 +-0.031250000000 +-0.166015625000 +0.098144531250 +0.142578125000 +-0.015747070312 +-0.019531250000 +-0.002944946289 +-0.034179687500 +0.017822265625 +-0.079589843750 +0.011596679688 +-0.170898437500 +-0.040527343750 +0.050292968750 +0.053222656250 +0.211914062500 +0.324218750000 +-0.041992187500 +-0.008056640625 +-0.050048828125 +-0.011840820312 +-0.030639648438 +0.088867187500 +-0.073242187500 +0.057128906250 +-0.072753906250 +0.017700195312 +0.002334594727 +0.028198242188 +-0.025512695312 +0.155273437500 +0.162109375000 +-0.146484375000 +-0.184570312500 +-0.131835937500 +0.018554687500 +-0.380859375000 +0.019531250000 +-0.095703125000 +-0.122558593750 +-0.139648437500 +0.054931640625 +0.038574218750 +0.095703125000 +-0.062255859375 +-0.026000976562 +-0.032958984375 +0.029907226562 +0.052246093750 +-0.091308593750 +0.016235351562 +0.098632812500 +-0.111328125000 +-0.025268554688 +-0.079589843750 +-0.026123046875 +-0.081054687500 +0.019165039062 +0.148437500000 +-0.151367187500 +-0.007690429688 +-0.044189453125 +-0.162109375000 +0.031494140625 +-0.063964843750 +-0.051025390625 +-0.050781250000 +0.158203125000 +-0.114257812500 +-0.033447265625 +0.005950927734 +-0.204101562500 +-0.041503906250 +0.025634765625 +0.089355468750 +0.037353515625 +0.027465820312 +0.030029296875 +-0.032958984375 +0.066894531250 +-0.030029296875 +-0.004119873047 +-0.115722656250 +-0.100097656250 +-0.006958007812 +-0.042968750000 +0.004455566406 +0.058105468750 +-0.063964843750 +0.014709472656 +0.024658203125 +-0.136718750000 +-0.166015625000 +-0.104980468750 +-0.066894531250 +0.000249862671 +-0.037353515625 +-0.014587402344 +-0.022094726562 +0.059570312500 +-0.079101562500 +-0.038085937500 +0.000991821289 +-0.242187500000 +-0.176757812500 +0.052001953125 +-0.087890625000 +-0.151367187500 +-0.017456054688 +0.081542968750 +-0.031494140625 +-0.180664062500 +-0.130859375000 +0.077636718750 +0.093750000000 +0.020507812500 +-0.021606445312 +-0.009826660156 +0.016723632812 +-0.030151367188 +-0.038818359375 +0.091308593750 +0.082519531250 +0.016235351562 +0.092285156250 +0.073242187500 +-0.044189453125 +-0.098144531250 +0.156250000000 +0.110839843750 +0.074218750000 +-0.085937500000 +-0.023803710938 +-0.089843750000 +0.099121093750 +-0.043212890625 +-0.008300781250 +-0.020629882812 +0.061035156250 +0.156250000000 +-0.134765625000 +-0.123535156250 +-0.033203125000 +-0.065917968750 +-0.020141601562 +-0.012695312500 +-0.183593750000 +-0.049804687500 +-0.081054687500 +0.002792358398 +-0.083984375000 +-0.111328125000 +-0.304687500000 +-0.093750000000 +0.020874023438 +0.165039062500 +0.027343750000 +0.040283203125 +-0.091308593750 +-0.037353515625 +-0.052001953125 +-0.067382812500 +-0.011779785156 +-0.126953125000 +-0.141601562500 +0.012145996094 +-0.041748046875 +0.226562500000 +0.038085937500 +-0.114257812500 +0.020751953125 +-0.074707031250 +-0.009033203125 +0.006317138672 +-0.034423828125 +-0.067382812500 +-0.146484375000 +-0.144531250000 +-0.004425048828 +0.041992187500 +-0.026123046875 +0.088378906250 +0.021850585938 +0.121093750000 +-0.193359375000 +-0.265625000000 +0.001571655273 +0.137695312500 +0.023803710938 +0.029296875000 +0.029541015625 +0.035400390625 +-0.084472656250 +-0.183593750000 +-0.193359375000 +-0.040771484375 +0.023437500000 +0.053955078125 +0.096191406250 +0.029907226562 +-0.096191406250 +0.007293701172 +-0.146484375000 +-0.060058593750 +-0.077636718750 +0.138671875000 +-0.103027343750 +-0.187500000000 +-0.072265625000 +-0.112304687500 +0.038574218750 +0.065429687500 +0.033935546875 +-0.093261718750 +0.073730468750 +0.099121093750 +-0.224609375000 +-0.027221679688 +0.049072265625 +-0.006866455078 +-0.001022338867 +-0.079101562500 +0.004394531250 +0.008422851562 +0.015991210938 +-0.099121093750 +0.014221191406 +-0.128906250000 +0.058593750000 +0.003601074219 +0.146484375000 +-0.007873535156 +0.067382812500 +-0.007751464844 +0.049560546875 +0.016357421875 +-0.047363281250 +0.048339843750 +0.069824218750 +0.033447265625 +-0.147460937500 +-0.032470703125 +0.082031250000 +0.005767822266 +0.048095703125 +-0.322265625000 +0.008483886719 +-0.185546875000 +0.125976562500 +-0.024291992188 +-0.038818359375 +-0.136718750000 +0.008483886719 +-0.062500000000 +0.038818359375 +-0.171875000000 +0.231445312500 +0.015319824219 +0.083984375000 +0.053710937500 +-0.105468750000 +0.013671875000 +-0.070312500000 +-0.034423828125 +0.098632812500 +0.107910156250 +0.017089843750 +0.000709533691 +0.159179687500 +-0.178710937500 +-0.118652343750 +0.140625000000 +0.065429687500 +0.201171875000 +-0.004669189453 +0.014953613281 +0.104492187500 +0.026367187500 +0.017333984375 +0.030273437500 +-0.150390625000 +0.005462646484 +-0.059082031250 +0.101562500000 +0.162109375000 +0.003356933594 +0.143554687500 +-0.185546875000 +-0.032470703125 +-0.208984375000 +0.000263214111 +-0.037597656250 +0.064453125000 +-0.020874023438 +-0.109375000000 +-0.134765625000 +-0.035644531250 +0.039306640625 +0.123535156250 +-0.009094238281 +0.023803710938 +0.080566406250 +-0.029174804688 +-0.173828125000 +0.084472656250 +-0.044677734375 +-0.025756835938 +-0.063964843750 +0.009643554688 +-0.078613281250 +0.091308593750 +-0.123046875000 +-0.022094726562 +0.073730468750 +-0.076171875000 +0.126953125000 +-0.079101562500 +-0.051025390625 +0.033203125000 +-0.000158309937 +-0.153320312500 +-0.072265625000 +0.042480468750 +-0.017089843750 +0.008239746094 +0.067382812500 +-0.034912109375 +0.061523437500 +0.031494140625 +-0.004974365234 +-0.060302734375 +0.017578125000 +0.084960937500 +-0.079589843750 +0.131835937500 +0.029785156250 +-0.027709960938 +-0.087402343750 +-0.007324218750 +-0.068359375000 +-0.060791015625 +0.111328125000 +0.059814453125 +-0.003417968750 +0.017578125000 +0.056884765625 +0.246093750000 +0.024414062500 +-0.007385253906 +-0.076660156250 +-0.113281250000 +-0.078613281250 +-0.142578125000 +-0.098144531250 +0.035888671875 +-0.008178710938 +-0.082519531250 +-0.093261718750 +0.113769531250 +0.003341674805 +-0.101562500000 +0.034667968750 +0.036376953125 +-0.005035400391 +-0.158203125000 +0.013916015625 +0.112304687500 +0.141601562500 +-0.094238281250 +0.076171875000 +0.217773437500 +-0.073730468750 +-0.103515625000 +-0.103027343750 +-0.099121093750 +-0.034179687500 +0.048339843750 +-0.045898437500 +0.095703125000 +0.149414062500 +0.044677734375 +0.006866455078 +0.100097656250 +-0.067871093750 +-0.100097656250 +0.011413574219 +-0.063964843750 +0.021362304688 +-0.040527343750 +-0.051513671875 +0.035400390625 +-0.107910156250 +-0.040283203125 +0.042480468750 +-0.300781250000 +0.033935546875 +0.033691406250 +-0.062988281250 +-0.138671875000 +0.007873535156 +-0.147460937500 +-0.119628906250 +-0.014953613281 +-0.159179687500 +-0.042480468750 +-0.122070312500 +0.129882812500 +-0.004699707031 +0.182617187500 +0.078125000000 +0.009094238281 +0.058105468750 +-0.041748046875 +0.070312500000 +0.092773437500 +-0.057617187500 +0.083984375000 +-0.078613281250 +-0.007598876953 +0.016479492188 +0.059082031250 +-0.292968750000 +-0.128906250000 +0.028686523438 +-0.175781250000 +0.029052734375 +0.158203125000 +-0.131835937500 +-0.151367187500 +-0.114257812500 +-0.057617187500 +0.142578125000 +0.052734375000 +0.135742187500 +0.097656250000 +-0.128906250000 +-0.026245117188 +-0.184570312500 +-0.054687500000 +0.052490234375 +-0.094726562500 +-0.001884460449 +-0.033935546875 +-0.076171875000 +-0.322265625000 +-0.029907226562 +-0.089355468750 +-0.025268554688 +-0.120117187500 +-0.265625000000 +-0.014526367188 +-0.068847656250 +0.073242187500 +-0.039062500000 +-0.011779785156 +-0.006103515625 +-0.051025390625 +-0.104980468750 +-0.026977539062 +0.126953125000 +-0.065429687500 +-0.020507812500 +0.117187500000 +0.034667968750 +0.056884765625 +-0.168945312500 +-0.193359375000 +-0.015747070312 +0.180664062500 +0.003234863281 +-0.022460937500 +0.046875000000 +-0.145507812500 +0.027954101562 +-0.179687500000 +-0.008789062500 +-0.003540039062 +-0.166992187500 +-0.069335937500 +0.088867187500 +-0.020996093750 +0.055175781250 +-0.026611328125 +-0.028930664062 +0.119140625000 +-0.087402343750 +-0.181640625000 +-0.093750000000 +0.162109375000 +0.061035156250 +0.087402343750 +-0.135742187500 +0.070800781250 +0.031005859375 +-0.068847656250 +-0.036865234375 +-0.162109375000 +-0.016723632812 +0.079589843750 +0.100097656250 +0.088378906250 +-0.078125000000 +0.013793945312 +-0.022460937500 +0.050292968750 +-0.051025390625 +0.080566406250 +0.014709472656 +0.037597656250 +-0.028442382812 +0.029907226562 +-0.016601562500 +0.107421875000 +0.060302734375 +0.030639648438 +-0.002471923828 +0.231445312500 +0.087890625000 +-0.108398437500 +0.050048828125 +0.001380920410 +-0.036132812500 +0.261718750000 +-0.024902343750 +0.137695312500 +-0.151367187500 +-0.143554687500 +0.111328125000 +0.024536132812 +-0.012451171875 +-0.074707031250 +-0.066406250000 +0.005798339844 +0.016235351562 +0.067871093750 +-0.020141601562 +0.079101562500 +-0.016601562500 +-0.054931640625 +0.072265625000 +-0.081054687500 +-0.015991210938 +-0.021850585938 +0.152343750000 +-0.131835937500 +0.140625000000 +0.070312500000 +-0.024414062500 +-0.067382812500 +0.143554687500 +0.086914062500 +-0.049072265625 +0.020263671875 +-0.041015625000 +-0.124511718750 +0.109375000000 +-0.083984375000 +0.058105468750 +0.046386718750 +0.018066406250 +0.010131835938 +-0.068359375000 +0.045166015625 +0.073730468750 +0.068847656250 +0.024780273438 +-0.028808593750 +-0.047119140625 +0.047363281250 +-0.177734375000 +0.020874023438 +-0.059814453125 +0.089355468750 +-0.129882812500 +0.173828125000 +0.111328125000 +-0.114257812500 +-0.056884765625 +-0.029296875000 +0.012878417969 +-0.058593750000 +-0.165039062500 +-0.047607421875 +-0.002670288086 +0.145507812500 +0.059326171875 +0.087890625000 +0.128906250000 +0.040283203125 +-0.034667968750 +-0.028198242188 +0.119628906250 +-0.251953125000 +0.022460937500 +-0.008728027344 +-0.052246093750 +-0.013854980469 +0.003433227539 +-0.014831542969 +0.035888671875 +-0.088378906250 +-0.060302734375 +-0.038574218750 +-0.062011718750 +0.094726562500 +0.098632812500 +0.136718750000 +0.026733398438 +-0.124511718750 +0.014648437500 +-0.248046875000 +0.071777343750 +0.063964843750 +-0.129882812500 +-0.121093750000 +-0.184570312500 +-0.035400390625 +0.045410156250 +0.100097656250 +0.017333984375 +0.048095703125 +-0.051025390625 +0.000698089600 +0.131835937500 +0.001426696777 +0.017089843750 +0.108398437500 +-0.030761718750 +0.005798339844 +0.080078125000 +0.001136779785 +0.269531250000 +0.036132812500 +0.005249023438 +-0.271484375000 +0.129882812500 +0.104492187500 +0.099609375000 +0.020263671875 +-0.182617187500 +0.273437500000 +0.034179687500 +0.058105468750 +0.011718750000 +-0.160156250000 +-0.158203125000 +-0.255859375000 +0.090332031250 +0.007751464844 +-0.065917968750 +0.082519531250 +-0.082519531250 +0.055175781250 +0.060546875000 +-0.025390625000 +-0.125000000000 +-0.004852294922 +-0.015014648438 +0.065429687500 +-0.056884765625 +0.139648437500 +0.139648437500 +0.063964843750 +0.024780273438 +-0.212890625000 +0.095703125000 +0.098144531250 +0.087890625000 +0.051757812500 +-0.053710937500 +0.054687500000 +0.039550781250 +0.062255859375 +0.140625000000 +0.104492187500 +0.000732421875 +0.000820159912 +0.069824218750 +-0.069824218750 +0.042236328125 +-0.015075683594 +-0.151367187500 +-0.019165039062 +-0.045654296875 +0.002471923828 +0.048339843750 +0.162109375000 +-0.073242187500 +0.120605468750 +0.041748046875 +0.245117187500 +-0.233398437500 +0.089355468750 +0.023803710938 +0.026855468750 +0.034423828125 +-0.065917968750 +0.106933593750 +0.170898437500 +0.007141113281 +-0.023681640625 +-0.013793945312 +-0.033203125000 +0.006958007812 +0.015563964844 +0.168945312500 +-0.151367187500 +-0.168945312500 +-0.046875000000 +0.136718750000 +-0.099609375000 +-0.181640625000 +-0.055908203125 +-0.020629882812 +0.003616333008 +-0.006896972656 +-0.011901855469 +-0.027343750000 +0.156250000000 +-0.088867187500 +-0.071777343750 +-0.036132812500 +0.079101562500 +0.045898437500 +-0.116210937500 +-0.200195312500 +0.097167968750 +0.047607421875 +-0.043701171875 +0.041015625000 +0.132812500000 +0.038818359375 +0.058349609375 +0.034423828125 +-0.042236328125 +-0.061523437500 +-0.072753906250 +-0.147460937500 +0.023559570312 +-0.039306640625 +-0.113769531250 +-0.067382812500 +-0.036132812500 +-0.025024414062 +0.007293701172 +-0.038085937500 +0.033935546875 +-0.060302734375 +0.070312500000 +-0.077148437500 +-0.152343750000 +0.116210937500 +-0.092285156250 +-0.060546875000 +-0.090820312500 +-0.014587402344 +-0.071777343750 +0.210937500000 +0.014343261719 +0.015869140625 +-0.154296875000 +0.052978515625 +-0.044921875000 +0.051757812500 +-0.024902343750 +-0.095214843750 +0.097656250000 +-0.148437500000 +0.013610839844 +-0.096679687500 +-0.088867187500 +-0.111328125000 +0.073242187500 +-0.001541137695 +-0.018310546875 +-0.159179687500 +-0.004638671875 +0.021240234375 +-0.064941406250 +0.072265625000 +-0.086914062500 +-0.096679687500 +0.036376953125 +-0.059082031250 +-0.054199218750 +0.092773437500 +-0.135742187500 +0.010437011719 +0.036376953125 +-0.026000976562 +0.053710937500 +0.080566406250 +0.030883789062 +0.066894531250 +-0.013549804688 +-0.026733398438 +0.096679687500 +0.051269531250 +0.075683593750 +0.009399414062 +0.020751953125 +-0.162109375000 +0.059326171875 +-0.009948730469 +0.117675781250 +-0.136718750000 +0.125000000000 +0.206054687500 +-0.093750000000 +0.077636718750 +-0.138671875000 +0.022949218750 +0.125000000000 +0.107421875000 +0.017089843750 +0.042968750000 +-0.104003906250 +-0.059082031250 +0.086425781250 +0.021240234375 +0.032470703125 +-0.027343750000 +0.168945312500 +0.104492187500 +-0.100097656250 +-0.105957031250 +0.039794921875 +-0.070800781250 +0.070312500000 +0.013732910156 +0.106933593750 +-0.025634765625 +0.000410079956 +-0.019897460938 +-0.032958984375 +0.036132812500 +0.069335937500 +-0.016357421875 +-0.104980468750 +-0.089843750000 +0.210937500000 +0.011718750000 +-0.097656250000 +-0.073730468750 +-0.112792968750 +-0.119628906250 +0.064941406250 +-0.064941406250 +-0.004272460938 +-0.122558593750 +0.015869140625 +0.077148437500 +0.177734375000 +0.041015625000 +-0.007934570312 +-0.080566406250 +0.138671875000 +-0.042236328125 +-0.051513671875 +0.031494140625 +0.174804687500 +-0.132812500000 +0.052978515625 +-0.005157470703 +0.083984375000 +0.086425781250 +-0.009399414062 +0.045898437500 +0.149414062500 +-0.109863281250 +-0.053222656250 +0.005493164062 +0.037841796875 +0.008239746094 +-0.200195312500 +0.014892578125 +0.132812500000 +0.091308593750 +-0.109863281250 +0.025756835938 +-0.098144531250 +0.043212890625 +-0.010131835938 +-0.113281250000 +0.153320312500 +-0.086914062500 +-0.012939453125 +-0.267578125000 +-0.053710937500 +-0.051025390625 +-0.102539062500 +-0.200195312500 +-0.042724609375 +-0.085937500000 +0.016723632812 +-0.033691406250 +-0.051269531250 +0.197265625000 +0.089355468750 +-0.102050781250 +-0.206054687500 +-0.176757812500 +0.090820312500 +-0.133789062500 +0.058349609375 +0.025390625000 +-0.020385742188 +-0.026367187500 +0.069335937500 +-0.110839843750 +0.018066406250 +0.113281250000 +-0.043212890625 +0.210937500000 +0.079589843750 +0.114746093750 +-0.051025390625 +0.170898437500 +-0.000595092773 +-0.167968750000 +0.086425781250 +0.068359375000 +-0.061523437500 +-0.049804687500 +-0.094726562500 +-0.133789062500 +0.001953125000 +-0.092285156250 +0.093750000000 +0.136718750000 +-0.024536132812 +0.121093750000 +-0.083007812500 +0.060058593750 +0.025390625000 +0.102050781250 +-0.012390136719 +0.093261718750 +0.084960937500 +0.100585937500 +-0.062988281250 +-0.034912109375 +0.048339843750 +-0.041503906250 +-0.017456054688 +0.016967773438 +0.069824218750 +-0.010925292969 +0.036621093750 +-0.009948730469 +-0.084472656250 +-0.005706787109 +-0.012329101562 +-0.046875000000 +-0.052734375000 +-0.073730468750 +0.120605468750 +-0.079589843750 +-0.019409179688 +-0.051757812500 +0.085937500000 +-0.012573242188 +0.007080078125 +-0.034179687500 +0.242187500000 +0.006317138672 +0.083496093750 +0.183593750000 +0.064453125000 +-0.004211425781 +-0.332031250000 +-0.047607421875 +-0.048583984375 +-0.020385742188 +-0.027099609375 +-0.066406250000 +-0.168945312500 +-0.134765625000 +-0.017700195312 +-0.010742187500 +-0.012268066406 +-0.112792968750 +0.091308593750 +-0.069335937500 +0.312500000000 +-0.023925781250 +0.005645751953 +0.022338867188 +0.016235351562 +0.075683593750 +0.039306640625 +-0.008361816406 +0.023437500000 +0.002578735352 +0.000478744507 +0.085937500000 +-0.097656250000 +-0.148437500000 +-0.218750000000 +0.133789062500 +0.069335937500 +0.003112792969 +0.141601562500 +0.014465332031 +-0.047119140625 +-0.004608154297 +-0.064453125000 +0.105468750000 +0.020996093750 +-0.008422851562 +-0.036132812500 +-0.079589843750 +0.091796875000 +-0.208984375000 +-0.059570312500 +-0.142578125000 +0.134765625000 +-0.065429687500 +-0.124511718750 +0.072753906250 +0.103515625000 +0.037597656250 +-0.054931640625 +-0.136718750000 +-0.078613281250 +-0.095703125000 +0.010803222656 +-0.126953125000 +0.080566406250 +-0.050781250000 +-0.120605468750 +-0.071289062500 +-0.164062500000 +-0.057861328125 +-0.028442382812 +-0.113281250000 +-0.100097656250 +0.034667968750 +0.079101562500 +0.019653320312 +-0.102539062500 +-0.162109375000 +0.064453125000 +0.112304687500 +-0.005615234375 +-0.298828125000 +0.112792968750 +0.020141601562 +0.265625000000 +-0.022705078125 +0.071289062500 +0.068847656250 +-0.149414062500 +-0.024780273438 +0.004333496094 +-0.006774902344 +-0.024536132812 +-0.120605468750 +-0.008911132812 +0.078125000000 +0.110839843750 +-0.054687500000 +-0.054931640625 +0.322265625000 +-0.086914062500 +0.018798828125 +0.108886718750 +0.099121093750 +-0.156250000000 +0.030273437500 +-0.079101562500 +-0.022949218750 +-0.131835937500 +-0.147460937500 +-0.007507324219 +0.055664062500 +-0.068847656250 +-0.040039062500 +-0.172851562500 +0.156250000000 +-0.158203125000 +0.017333984375 +0.043212890625 +-0.057373046875 +0.090332031250 +0.010314941406 +-0.026489257812 +0.141601562500 +0.006469726562 +-0.102539062500 +0.055175781250 +-0.124511718750 +0.010498046875 +-0.014038085938 +0.057373046875 +-0.213867187500 +-0.011169433594 +0.006256103516 +-0.016845703125 +-0.059814453125 +0.061767578125 +-0.246093750000 +-0.251953125000 +0.050048828125 +-0.057128906250 +0.035888671875 +0.198242187500 +0.046142578125 +0.259765625000 +-0.035644531250 +0.056884765625 +0.018920898438 +0.097167968750 +0.118652343750 +-0.005981445312 +0.006866455078 +-0.022460937500 +0.030883789062 +0.083984375000 +-0.195312500000 +-0.093261718750 +0.079589843750 +-0.113281250000 +0.091796875000 +0.075195312500 +-0.128906250000 +-0.031250000000 +-0.031738281250 +0.044189453125 +0.156250000000 +0.083984375000 +0.229492187500 +0.048339843750 +0.055664062500 +0.018432617188 +-0.017211914062 +-0.095703125000 +0.076171875000 +0.009765625000 +0.072753906250 +-0.045410156250 +-0.117675781250 +-0.037109375000 +-0.005157470703 +0.208984375000 +0.081542968750 +-0.086914062500 +-0.127929687500 +0.035888671875 +-0.052490234375 +0.130859375000 +0.072753906250 +0.162109375000 +0.137695312500 +-0.025756835938 +-0.000621795654 +-0.172851562500 +-0.007415771484 +0.068847656250 +-0.008422851562 +-0.025878906250 +0.110839843750 +0.028930664062 +0.007537841797 +0.012756347656 +-0.069335937500 +-0.073242187500 +-0.068359375000 +0.024414062500 +-0.212890625000 +-0.152343750000 +0.032226562500 +0.104980468750 +0.031494140625 +0.011474609375 +0.104980468750 +0.094726562500 +-0.212890625000 +-0.007141113281 +-0.086425781250 +0.054443359375 +0.192382812500 +-0.019897460938 +0.075195312500 +0.036376953125 +0.231445312500 +-0.069335937500 +0.047363281250 +-0.115722656250 +-0.142578125000 +-0.020629882812 +-0.132812500000 +0.031250000000 +-0.118652343750 +-0.017700195312 +-0.051757812500 +-0.106933593750 +0.140625000000 +-0.003524780273 +-0.029052734375 +0.125000000000 +-0.026123046875 +-0.178710937500 +-0.029052734375 +0.016723632812 +-0.092285156250 +-0.160156250000 +-0.019653320312 +-0.046142578125 +0.005035400391 +0.019165039062 +0.004974365234 +0.076171875000 +0.027221679688 +-0.041748046875 +0.155273437500 +0.013671875000 +-0.115234375000 +0.177734375000 +-0.170898437500 +-0.121582031250 +0.086425781250 +0.110351562500 +0.076171875000 +-0.002349853516 +-0.012268066406 +0.062011718750 +-0.177734375000 +0.107421875000 +-0.069824218750 +-0.019531250000 +-0.206054687500 +-0.211914062500 +-0.152343750000 +-0.101562500000 +0.015502929688 +-0.083007812500 +0.166015625000 +0.104003906250 +-0.016723632812 +0.082031250000 +-0.021972656250 +-0.117675781250 +-0.053466796875 +-0.042236328125 +-0.054199218750 +-0.001670837402 +0.056396484375 +0.052978515625 +0.091796875000 +-0.008728027344 +-0.083496093750 +-0.210937500000 +0.058105468750 +0.121093750000 +0.006225585938 +-0.020019531250 +0.025146484375 +0.107910156250 +0.078613281250 +0.025756835938 +0.072753906250 +-0.147460937500 +0.119628906250 +-0.056640625000 +-0.031738281250 +0.138671875000 +0.105957031250 +-0.020385742188 +-0.127929687500 +0.013977050781 +-0.341796875000 +-0.017578125000 +-0.044433593750 +0.131835937500 +-0.161132812500 +0.210937500000 +0.164062500000 +0.057617187500 +0.041992187500 +-0.121582031250 +-0.099121093750 +-0.163085937500 +0.006530761719 +-0.133789062500 +0.014282226562 +0.040771484375 +-0.100097656250 +0.069824218750 +0.129882812500 +0.033203125000 +0.149414062500 +-0.035156250000 +0.009582519531 +0.466796875000 +0.085937500000 +-0.124023437500 +0.120605468750 +-0.067871093750 +-0.009704589844 +0.060546875000 +-0.015747070312 +-0.080078125000 +-0.166992187500 +-0.019409179688 +-0.131835937500 +-0.000598907471 +-0.115234375000 +0.043212890625 +-0.111328125000 +-0.227539062500 +0.092773437500 +-0.129882812500 +0.037353515625 +-0.014892578125 +0.048583984375 +0.212890625000 +-0.034667968750 +0.053466796875 +-0.094726562500 +0.113769531250 +0.166992187500 +-0.009094238281 +-0.018066406250 +-0.045410156250 +0.273437500000 +-0.032226562500 +0.052246093750 +-0.098632812500 +0.036132812500 +0.318359375000 +-0.046630859375 +-0.071777343750 +-0.086425781250 +0.134765625000 +-0.033935546875 +0.010986328125 +-0.097167968750 +-0.003112792969 +0.139648437500 +-0.060302734375 +-0.226562500000 +-0.036376953125 +0.052734375000 +-0.169921875000 +0.054443359375 +0.012634277344 +0.064941406250 +0.240234375000 +-0.000193595886 +-0.070800781250 +-0.102539062500 +0.027465820312 +0.003814697266 +0.063964843750 +0.099609375000 +-0.045898437500 +0.021728515625 +-0.005187988281 +0.138671875000 +-0.050048828125 +-0.130859375000 +-0.058349609375 +0.005187988281 +0.034912109375 +0.130859375000 +0.049072265625 +-0.016113281250 +-0.020385742188 +0.032226562500 +-0.132812500000 +0.105957031250 +0.118164062500 +0.285156250000 +0.200195312500 +-0.026000976562 +-0.149414062500 +-0.104980468750 +-0.058349609375 +-0.142578125000 +-0.110351562500 +-0.176757812500 +0.070312500000 +0.023437500000 +0.028564453125 +-0.075683593750 +-0.127929687500 +-0.036376953125 +-0.016357421875 +-0.086914062500 +-0.090332031250 +0.033447265625 +0.057617187500 +-0.013549804688 +-0.007202148438 +0.042480468750 +-0.087402343750 +0.004364013672 +-0.047119140625 +0.042968750000 +0.183593750000 +-0.052490234375 +0.146484375000 +-0.142578125000 +-0.166015625000 +0.040283203125 +0.105957031250 +-0.176757812500 +-0.054199218750 +-0.033203125000 +-0.041992187500 +-0.108886718750 +0.024780273438 +0.078125000000 +-0.102539062500 +0.095214843750 +-0.215820312500 +0.174804687500 +0.093750000000 +0.020507812500 +-0.024536132812 +-0.089843750000 +-0.134765625000 +-0.004608154297 +0.058593750000 +-0.035400390625 +-0.018310546875 +0.173828125000 +0.143554687500 +0.174804687500 +-0.049804687500 +-0.000200271606 +0.306640625000 +-0.077636718750 +-0.128906250000 +0.186523437500 +-0.038085937500 +-0.037597656250 +0.059326171875 +-0.140625000000 +-0.115234375000 +0.029052734375 +0.182617187500 +0.044189453125 +-0.097656250000 +-0.000368118286 +-0.114257812500 +0.044921875000 +-0.095214843750 +-0.014282226562 +0.060058593750 +-0.074218750000 +-0.103515625000 +0.009094238281 +0.041992187500 +0.115234375000 +0.000640869141 +-0.076660156250 +-0.027709960938 +0.031494140625 +0.072265625000 +-0.020263671875 +-0.003829956055 +0.051269531250 +-0.067871093750 +-0.134765625000 +-0.099121093750 +-0.021118164062 +-0.012451171875 +-0.069824218750 +0.076171875000 +0.163085937500 +0.084960937500 +-0.031982421875 +-0.066894531250 +0.086425781250 +0.116699218750 +0.157226562500 +-0.140625000000 +-0.057373046875 +0.034179687500 +0.150390625000 +-0.038330078125 +0.024536132812 +0.002868652344 +0.046142578125 +-0.017456054688 +0.106933593750 +0.003768920898 +-0.001571655273 +-0.007202148438 +-0.133789062500 +0.129882812500 +-0.080566406250 +-0.029296875000 +0.096679687500 +-0.142578125000 +-0.003585815430 +-0.074218750000 +-0.026245117188 +-0.019409179688 +-0.152343750000 +0.080078125000 +-0.036376953125 +-0.211914062500 +0.269531250000 +-0.012695312500 +-0.045898437500 +0.148437500000 +-0.124023437500 +0.006561279297 +-0.060058593750 +0.023559570312 +-0.038574218750 +-0.188476562500 +0.025878906250 +0.002960205078 +-0.012451171875 +0.046630859375 +0.037109375000 +0.026245117188 +-0.035644531250 +0.078125000000 +0.121093750000 +-0.018554687500 +-0.068847656250 +0.040039062500 +-0.041748046875 +0.011840820312 +0.081054687500 +-0.333984375000 +-0.106933593750 +-0.096191406250 +0.088867187500 +-0.038574218750 +-0.065429687500 +0.032714843750 +0.066406250000 +-0.052734375000 +0.094238281250 +0.070800781250 +-0.001213073730 +0.017456054688 +-0.003036499023 +-0.000106334686 +-0.086914062500 +-0.061767578125 +-0.114746093750 +0.038330078125 +0.012451171875 +-0.000492095947 +0.113281250000 +-0.062988281250 +0.025390625000 +-0.203125000000 +-0.060302734375 +-0.127929687500 +0.153320312500 +0.117675781250 +0.035400390625 +0.015136718750 +0.026733398438 +0.153320312500 +0.011779785156 +0.122558593750 +0.007293701172 +0.007720947266 +-0.016357421875 +-0.020385742188 +-0.195312500000 +0.060791015625 +-0.070312500000 +-0.068847656250 +-0.039550781250 +0.011291503906 +0.039306640625 +-0.218750000000 +-0.123046875000 +-0.005279541016 +0.122558593750 +-0.046142578125 +0.036132812500 +0.180664062500 +0.023681640625 +0.044921875000 +-0.044189453125 +-0.113281250000 +0.022094726562 +0.073730468750 +0.065429687500 +0.058593750000 +-0.028564453125 +-0.016601562500 +-0.023437500000 +0.006988525391 +-0.203125000000 +-0.068847656250 +-0.021850585938 +0.049560546875 +-0.014526367188 +-0.114746093750 +0.133789062500 +-0.042236328125 +-0.052246093750 +0.026977539062 +-0.008911132812 +-0.143554687500 +0.074218750000 +-0.004211425781 +0.089355468750 +0.009582519531 +-0.051513671875 +-0.035400390625 +0.057617187500 +0.082031250000 +0.050781250000 +0.130859375000 +-0.071777343750 +0.217773437500 +-0.059326171875 +-0.094726562500 +0.006347656250 +-0.136718750000 +-0.067871093750 +-0.132812500000 +-0.010559082031 +0.144531250000 +-0.058837890625 +0.027221679688 +0.020629882812 +-0.062988281250 +0.083496093750 +-0.107910156250 +-0.277343750000 +0.125000000000 +-0.007720947266 +0.241210937500 +-0.158203125000 +-0.182617187500 +-0.156250000000 +-0.107421875000 +0.030151367188 +0.009399414062 +-0.017456054688 +-0.100097656250 +-0.062011718750 +-0.062011718750 +-0.047119140625 +-0.041015625000 +0.110839843750 +0.033935546875 +0.062500000000 +-0.158203125000 +0.115234375000 +-0.083984375000 +-0.084472656250 +-0.123535156250 +-0.027954101562 +-0.022338867188 +-0.222656250000 +-0.141601562500 +0.018676757812 +0.103027343750 +0.082031250000 +-0.053222656250 +-0.071777343750 +0.022705078125 +0.032714843750 +0.018798828125 +0.045654296875 +-0.145507812500 +-0.137695312500 +0.007415771484 +0.096679687500 +-0.013183593750 +-0.201171875000 +-0.106445312500 +-0.135742187500 +0.096191406250 +-0.017211914062 +-0.008422851562 +0.199218750000 +-0.021606445312 +-0.053710937500 +0.056396484375 +0.110351562500 +-0.005432128906 +0.105957031250 +-0.201171875000 +-0.104003906250 +0.015441894531 +-0.020385742188 +-0.087402343750 +-0.149414062500 +-0.136718750000 +-0.182617187500 +0.050781250000 +0.016845703125 +0.109863281250 +-0.017089843750 +-0.138671875000 +-0.108886718750 +-0.059082031250 +-0.044189453125 +0.029174804688 +-0.018310546875 +0.002304077148 +-0.183593750000 +-0.046875000000 +0.018676757812 +-0.046875000000 +-0.145507812500 +-0.048828125000 +-0.045898437500 +0.259765625000 +-0.062500000000 +-0.158203125000 +-0.188476562500 +-0.094238281250 +-0.022216796875 +-0.001045227051 +-0.150390625000 +-0.054443359375 +-0.104003906250 +-0.089843750000 +-0.122558593750 +0.031494140625 +-0.025756835938 +-0.118164062500 +-0.039550781250 +-0.000253677368 +0.085449218750 +0.109863281250 +0.163085937500 +0.037841796875 +-0.125976562500 +-0.056152343750 +0.012145996094 +-0.033447265625 +-0.003585815430 +0.035156250000 +-0.028442382812 +-0.025756835938 +0.003860473633 +0.170898437500 +0.045410156250 +-0.159179687500 +-0.012268066406 +-0.174804687500 +-0.012817382812 +-0.027465820312 +-0.019531250000 +-0.070312500000 +-0.047119140625 +0.005432128906 +-0.040527343750 +0.046142578125 +0.059326171875 +0.032958984375 +0.010437011719 +-0.261718750000 +-0.104492187500 +-0.096191406250 +0.017700195312 +-0.070800781250 +-0.041015625000 +-0.030639648438 +-0.048828125000 +-0.046386718750 +-0.024047851562 +-0.057617187500 +-0.018798828125 +0.218750000000 +0.033935546875 +0.059326171875 +-0.084960937500 +-0.027099609375 +0.027465820312 +0.175781250000 +-0.096191406250 +-0.078125000000 +-0.023437500000 +-0.077636718750 +-0.012695312500 +-0.054199218750 +0.083496093750 +-0.098144531250 +-0.171875000000 +-0.033691406250 +0.287109375000 +-0.008972167969 +-0.120605468750 +-0.061767578125 +-0.039062500000 +-0.031982421875 +-0.005035400391 +-0.155273437500 +0.042236328125 +0.044677734375 +0.143554687500 +0.038330078125 +-0.026977539062 +0.117187500000 +-0.126953125000 +-0.036865234375 +0.035888671875 +0.013977050781 +0.235351562500 +-0.065917968750 +-0.044433593750 +-0.010375976562 +-0.089355468750 +-0.012329101562 +-0.019531250000 +0.011718750000 +-0.163085937500 +0.027465820312 +-0.054199218750 +-0.062988281250 +-0.056152343750 +-0.038330078125 +-0.057373046875 +-0.095214843750 +0.058837890625 +-0.215820312500 +-0.151367187500 +-0.124023437500 +0.210937500000 +-0.000358581543 +0.045898437500 +-0.036621093750 +-0.046386718750 +0.060058593750 +0.108886718750 +-0.023193359375 +-0.061523437500 +0.015747070312 +-0.078125000000 +0.003860473633 +-0.003875732422 +-0.013061523438 +0.006683349609 +0.016845703125 +0.047363281250 +0.008178710938 +-0.209960937500 +0.035400390625 +-0.045654296875 +-0.079589843750 +0.047607421875 +0.008300781250 +-0.126953125000 +0.098144531250 +0.015869140625 +0.045410156250 +0.017089843750 +0.067382812500 +-0.162109375000 +0.045166015625 +0.065429687500 +-0.026000976562 +-0.021972656250 +0.032226562500 +0.012451171875 +0.065917968750 +-0.093261718750 +0.120605468750 +-0.076171875000 +-0.064453125000 +-0.151367187500 +0.193359375000 +-0.039794921875 +0.039794921875 +-0.040039062500 +-0.111816406250 +0.050781250000 +0.050537109375 +0.267578125000 +0.007690429688 +0.193359375000 +-0.053466796875 +0.076660156250 +-0.083496093750 +0.034179687500 +-0.027709960938 +-0.021606445312 +0.021362304688 +-0.175781250000 +-0.043701171875 +-0.084960937500 +-0.051025390625 +0.008056640625 +0.060058593750 +0.051025390625 +-0.255859375000 +0.283203125000 +-0.037841796875 +-0.132812500000 +0.049316406250 +0.037597656250 +-0.062011718750 +0.096679687500 +0.054931640625 +-0.000190734863 +-0.087402343750 +0.029296875000 +-0.037597656250 +0.090332031250 +-0.121093750000 +0.113281250000 +0.091796875000 +0.015991210938 +-0.094238281250 +0.102539062500 +-0.019653320312 +0.080078125000 +0.082031250000 +0.108398437500 +-0.081542968750 +-0.026733398438 +-0.080566406250 +0.131835937500 +-0.092773437500 +-0.063964843750 +0.088378906250 +0.118164062500 +0.024414062500 +-0.062500000000 +-0.015075683594 +0.037841796875 +0.044433593750 +-0.182617187500 +-0.159179687500 +-0.027587890625 +-0.114746093750 +0.018066406250 +-0.061523437500 +0.104003906250 +-0.033447265625 +0.084472656250 +-0.069335937500 +0.083496093750 +0.049560546875 +0.216796875000 +-0.190429687500 +0.094238281250 +-0.073242187500 +0.014648437500 +-0.114257812500 +-0.062500000000 +0.024169921875 +0.184570312500 +0.022338867188 +-0.053222656250 +0.066406250000 +0.027221679688 +-0.060058593750 +-0.090332031250 +-0.004486083984 +-0.318359375000 +-0.151367187500 +0.261718750000 +0.039794921875 +-0.138671875000 +0.130859375000 +0.006042480469 +0.026489257812 +0.080078125000 +-0.041992187500 +-0.051025390625 +0.162109375000 +-0.035156250000 +-0.036132812500 +0.024536132812 +-0.045654296875 +0.063964843750 +-0.022583007812 +-0.092773437500 +0.042480468750 +-0.033203125000 +0.009094238281 +-0.169921875000 +0.082031250000 +-0.255859375000 +0.144531250000 +-0.091796875000 +0.056640625000 +-0.029052734375 +0.031250000000 +0.030639648438 +-0.088867187500 +0.171875000000 +0.058349609375 +-0.091796875000 +0.036621093750 +0.042236328125 +-0.123046875000 +0.118652343750 +-0.029907226562 +0.164062500000 +0.104492187500 +0.038085937500 +-0.020996093750 +-0.090820312500 +0.005767822266 +-0.035644531250 +-0.025512695312 +-0.046386718750 +-0.076171875000 +-0.104980468750 +0.074218750000 +-0.088867187500 +0.030883789062 +-0.101562500000 +-0.060058593750 +-0.011901855469 +-0.082519531250 +-0.094238281250 +-0.091796875000 +-0.186523437500 +0.152343750000 +-0.030273437500 +0.075195312500 +0.075195312500 +0.020507812500 +0.037353515625 +-0.149414062500 +0.103515625000 +-0.065917968750 +-0.073242187500 +0.000034809113 +-0.136718750000 +-0.028686523438 +0.098632812500 +-0.083007812500 +-0.052490234375 +-0.032714843750 +0.068847656250 +0.068847656250 +0.018798828125 +-0.159179687500 +-0.119628906250 +-0.005035400391 +-0.007720947266 +0.156250000000 +0.056152343750 +-0.024291992188 +-0.060302734375 +0.204101562500 +-0.065429687500 +0.068847656250 +0.114257812500 +-0.001060485840 +0.130859375000 +0.110839843750 +0.116699218750 +0.031982421875 +-0.038330078125 +0.138671875000 +0.056396484375 +0.073242187500 +0.201171875000 +0.061767578125 +-0.092285156250 +0.109375000000 +0.041992187500 +0.037109375000 +0.096679687500 +-0.013549804688 +-0.077148437500 +-0.016113281250 +0.024169921875 +0.275390625000 +-0.052001953125 +0.008666992188 +-0.041748046875 +0.081542968750 +-0.122070312500 +0.013244628906 +-0.101562500000 +0.052734375000 +-0.036865234375 +0.089843750000 +0.059814453125 +0.047119140625 +0.092285156250 +0.076171875000 +-0.222656250000 +0.037597656250 +0.054687500000 +0.089843750000 +0.052978515625 +-0.160156250000 +0.071777343750 +0.020141601562 +0.042968750000 +0.102539062500 +-0.045166015625 +-0.038574218750 +-0.074218750000 +0.098632812500 +0.064941406250 +-0.031494140625 +0.021240234375 +-0.154296875000 +-0.138671875000 +-0.073730468750 +-0.043945312500 +-0.000314712524 +-0.035888671875 +0.078125000000 +0.111816406250 +0.120605468750 +-0.126953125000 +-0.061767578125 +-0.079101562500 +0.052490234375 +-0.028686523438 +0.013366699219 +-0.003555297852 +-0.120605468750 +-0.016479492188 +0.006683349609 +0.068359375000 +-0.051025390625 +-0.096191406250 +-0.097656250000 +-0.056152343750 +0.059082031250 +-0.068359375000 +0.099609375000 +0.083984375000 +-0.021118164062 +0.100585937500 +-0.094726562500 +0.207031250000 +-0.004882812500 +-0.126953125000 +-0.008483886719 +0.101562500000 +-0.068359375000 +-0.231445312500 +-0.119628906250 +0.172851562500 +0.065429687500 +0.083984375000 +-0.016845703125 +0.091796875000 +-0.161132812500 +0.062988281250 +-0.001457214355 +-0.124511718750 +-0.073242187500 +0.046630859375 +0.136718750000 +0.002731323242 +-0.051025390625 +0.125000000000 +0.017944335938 +-0.069824218750 +0.049072265625 +0.095703125000 +-0.023803710938 +-0.019897460938 +0.006683349609 +0.083007812500 +-0.107421875000 +-0.047607421875 +-0.045166015625 +0.032714843750 +-0.015075683594 +0.063476562500 +-0.179687500000 +0.083496093750 +-0.041259765625 +-0.038330078125 +-0.040527343750 +-0.088867187500 +-0.111816406250 +0.087402343750 +-0.092285156250 +0.025146484375 +-0.017822265625 +0.078613281250 +-0.157226562500 +-0.034423828125 +0.026611328125 +-0.011657714844 +-0.045654296875 +0.031127929688 +0.050537109375 +-0.043212890625 +0.014770507812 +0.094238281250 +-0.014099121094 +0.124511718750 +-0.125976562500 +0.173828125000 +-0.076171875000 +0.056152343750 +0.024902343750 +-0.031494140625 +0.187500000000 +0.090332031250 +0.138671875000 +0.006591796875 +0.044677734375 +-0.048828125000 +-0.167968750000 +-0.090820312500 +-0.167968750000 +-0.228515625000 +0.078613281250 +0.169921875000 +0.015075683594 +0.166015625000 +0.032470703125 +-0.139648437500 +-0.142578125000 +0.012390136719 +-0.005950927734 +0.095703125000 +-0.135742187500 +0.009033203125 +-0.026489257812 +-0.022949218750 +0.125976562500 +0.007019042969 +0.069335937500 +-0.034179687500 +-0.152343750000 +0.007385253906 +-0.077148437500 +0.081542968750 +-0.112304687500 +0.093261718750 +-0.088378906250 +-0.028686523438 +0.141601562500 +-0.154296875000 +0.198242187500 +-0.090820312500 +0.057373046875 +-0.058349609375 +0.007354736328 +-0.050292968750 +0.047119140625 +0.106933593750 +-0.011779785156 +-0.058105468750 +0.055664062500 +-0.009643554688 +0.030517578125 +-0.095214843750 +-0.020019531250 +0.073730468750 +-0.011413574219 +-0.002059936523 +-0.048583984375 +-0.201171875000 +-0.004516601562 +-0.038574218750 +-0.016357421875 +-0.004089355469 +-0.001403808594 +0.115722656250 +0.083984375000 +0.089355468750 +0.065917968750 +0.026367187500 +-0.039306640625 +-0.059082031250 +-0.040283203125 +0.034179687500 +-0.074707031250 +-0.009765625000 +-0.071289062500 +0.094238281250 +0.020996093750 +-0.097167968750 +0.089355468750 +-0.030395507812 +-0.111816406250 +-0.091796875000 +-0.059326171875 +0.118164062500 +-0.004364013672 +-0.094726562500 +-0.114746093750 +0.101074218750 +0.126953125000 +0.042968750000 +0.016723632812 +0.050292968750 +-0.064941406250 +-0.108886718750 +0.046386718750 +-0.009582519531 +0.077636718750 +0.085449218750 +-0.125976562500 +-0.021850585938 +-0.116210937500 +-0.015502929688 +0.011657714844 +0.059082031250 +-0.034667968750 +-0.049316406250 +0.086425781250 +0.069824218750 +0.015319824219 +-0.005035400391 +0.005554199219 +-0.077148437500 +-0.041015625000 +0.011657714844 +0.014282226562 +0.056640625000 +-0.083007812500 +0.021972656250 +-0.025146484375 +-0.156250000000 +0.033935546875 +-0.061279296875 +0.022949218750 +-0.242187500000 +0.025756835938 +0.034179687500 +-0.087402343750 +-0.004943847656 +0.013610839844 +-0.012512207031 +0.054687500000 +-0.093261718750 +0.036376953125 +0.049072265625 +0.205078125000 +-0.032470703125 +-0.014099121094 +0.034423828125 +0.105957031250 +-0.081542968750 +-0.060791015625 +-0.054199218750 +-0.003692626953 +-0.046386718750 +0.029907226562 +-0.012512207031 +-0.166015625000 +-0.083496093750 +-0.178710937500 +-0.109375000000 +0.169921875000 +-0.001533508301 +0.051513671875 +-0.057617187500 +-0.143554687500 +0.072265625000 +0.039306640625 +-0.100097656250 +0.009399414062 +0.046630859375 +-0.064941406250 +-0.121582031250 +-0.210937500000 +0.049804687500 +0.099609375000 +0.135742187500 +0.035156250000 +0.094238281250 +-0.012390136719 +-0.079101562500 +-0.074218750000 +0.149414062500 +-0.138671875000 +-0.054443359375 +-0.077636718750 +-0.045410156250 +0.019897460938 +-0.013549804688 +0.011230468750 +-0.006713867188 +-0.146484375000 +0.079589843750 +0.075195312500 +-0.088867187500 +0.066406250000 +0.164062500000 +-0.094726562500 +0.058349609375 +-0.096679687500 +-0.057617187500 +0.021484375000 +-0.067382812500 +0.036132812500 +-0.055664062500 +0.030273437500 +0.044189453125 +0.077148437500 +-0.098144531250 +0.019042968750 +-0.051025390625 +0.180664062500 +-0.031738281250 +-0.132812500000 +-0.007019042969 +0.030639648438 +-0.104003906250 +-0.042724609375 +-0.111328125000 +0.193359375000 +-0.125000000000 +0.067382812500 +0.108398437500 +-0.009216308594 +-0.097167968750 +-0.112304687500 +0.019531250000 +0.087402343750 +0.022338867188 +-0.098632812500 +-0.062988281250 +-0.027954101562 +0.033447265625 +0.046630859375 +-0.066406250000 +0.131835937500 +-0.080078125000 +0.067382812500 +0.133789062500 +-0.035888671875 +-0.072265625000 +-0.099121093750 +0.099121093750 +0.055908203125 +-0.259765625000 +-0.002593994141 +-0.314453125000 +-0.105468750000 +-0.100585937500 +-0.041748046875 +0.073730468750 +-0.006927490234 +-0.136718750000 +0.058593750000 +0.130859375000 +0.005310058594 +-0.156250000000 +0.080566406250 +-0.009277343750 +-0.037353515625 +-0.074707031250 +0.011169433594 +-0.118164062500 +-0.057373046875 +-0.030395507812 +0.166015625000 +0.075195312500 +-0.003616333008 +0.058593750000 +0.025390625000 +0.097656250000 +-0.174804687500 +-0.053222656250 +-0.143554687500 +-0.326171875000 +-0.016845703125 +-0.062255859375 +-0.143554687500 +0.125000000000 +-0.117187500000 +-0.091308593750 +-0.050537109375 +-0.103027343750 +0.191406250000 +0.024902343750 +-0.009704589844 +0.046875000000 +-0.022338867188 +0.035888671875 +0.057617187500 +0.121582031250 +0.249023437500 +0.103027343750 +0.066406250000 +0.215820312500 +-0.123046875000 +0.041503906250 +-0.000368118286 +-0.040283203125 +-0.034667968750 +-0.006134033203 +-0.033447265625 +-0.005218505859 +0.006042480469 +0.144531250000 +-0.153320312500 +0.153320312500 +-0.120605468750 +-0.176757812500 +-0.017211914062 +-0.089843750000 +0.178710937500 +0.053222656250 +-0.054931640625 +-0.089843750000 +-0.161132812500 +0.022338867188 +0.090820312500 +-0.238281250000 +0.089355468750 +-0.015136718750 +-0.068847656250 +-0.085449218750 +0.032714843750 +0.025268554688 +0.101562500000 +-0.136718750000 +-0.080078125000 +-0.020629882812 +-0.166992187500 +0.076660156250 +-0.250000000000 +-0.019775390625 +-0.111816406250 +-0.134765625000 +-0.070312500000 +-0.011901855469 +-0.166015625000 +-0.188476562500 +0.138671875000 +-0.075195312500 +-0.006286621094 +0.009582519531 +0.026489257812 +0.008178710938 +-0.237304687500 +-0.018066406250 +0.093261718750 +-0.005615234375 +-0.198242187500 +0.093750000000 +0.014587402344 +-0.043945312500 +-0.071289062500 +0.046386718750 +-0.028930664062 +0.005065917969 +0.132812500000 +0.107910156250 +0.114746093750 +0.115234375000 +-0.094238281250 +0.111816406250 +0.041503906250 +-0.137695312500 +-0.025512695312 +0.067871093750 +0.123046875000 +0.009094238281 +-0.129882812500 +-0.027465820312 +0.106445312500 +0.127929687500 +0.033203125000 +0.039306640625 +-0.015502929688 +-0.034423828125 +-0.103515625000 +-0.050781250000 +-0.152343750000 +0.010375976562 +0.136718750000 +0.020874023438 +0.023803710938 +-0.116210937500 +0.095703125000 +0.077636718750 +0.027343750000 +-0.038330078125 +0.175781250000 +-0.068359375000 +0.091308593750 +-0.207031250000 +0.200195312500 +0.036132812500 +0.096679687500 +0.175781250000 +-0.184570312500 +-0.214843750000 +0.010314941406 +-0.010498046875 +0.084960937500 +-0.134765625000 +0.059082031250 +-0.110351562500 +-0.060302734375 +0.066406250000 +-0.136718750000 +-0.291015625000 +-0.070312500000 +-0.017822265625 +-0.127929687500 +0.013122558594 +0.104980468750 +0.057861328125 +-0.038330078125 +-0.005615234375 +-0.055419921875 +-0.064453125000 +0.227539062500 +-0.013732910156 +-0.060058593750 +-0.082031250000 +0.152343750000 +0.020141601562 +-0.053222656250 +-0.107910156250 +-0.132812500000 +-0.265625000000 +0.063964843750 +-0.031738281250 +0.039306640625 +0.028442382812 +-0.041259765625 +0.006103515625 +-0.086914062500 +0.071777343750 +0.085937500000 +-0.081542968750 +0.052978515625 +-0.053222656250 +-0.048583984375 +-0.221679687500 +0.193359375000 +0.060302734375 +-0.005126953125 +-0.135742187500 +-0.072753906250 +-0.063476562500 +-0.044189453125 +-0.062988281250 +0.036865234375 +0.070312500000 +0.095703125000 +0.036621093750 +-0.003585815430 +0.033203125000 +0.040527343750 +-0.069824218750 +0.000345230103 +0.216796875000 +-0.068359375000 +-0.191406250000 +-0.148437500000 +-0.165039062500 +0.097656250000 +-0.034912109375 +-0.029663085938 +0.191406250000 +0.056640625000 +-0.157226562500 +0.112304687500 +-0.040283203125 +-0.093261718750 +-0.058105468750 +0.015869140625 +0.073242187500 +-0.057617187500 +0.107421875000 +-0.053955078125 +0.054443359375 +-0.078125000000 +-0.138671875000 +0.124511718750 +0.008239746094 +0.081542968750 +-0.108886718750 +0.213867187500 +0.036376953125 +0.080566406250 +-0.014648437500 +-0.184570312500 +-0.135742187500 +0.165039062500 +-0.015441894531 +-0.003494262695 +0.039794921875 +0.167968750000 +-0.142578125000 +-0.019287109375 +0.011413574219 +0.004089355469 +-0.077636718750 +-0.016113281250 +-0.222656250000 +-0.087402343750 +-0.001609802246 +0.142578125000 +0.034179687500 +0.010498046875 +-0.039306640625 +0.183593750000 +-0.099121093750 +0.019287109375 +-0.143554687500 +-0.246093750000 +-0.056640625000 +-0.094726562500 +0.155273437500 +0.032226562500 +-0.177734375000 +0.127929687500 +0.041015625000 +0.001296997070 +0.078125000000 +0.057617187500 +0.137695312500 +0.010925292969 +0.045410156250 +-0.125976562500 +0.015380859375 +-0.034912109375 +0.112792968750 +0.104980468750 +-0.045654296875 +-0.135742187500 +-0.081054687500 +0.068847656250 +0.292968750000 +-0.005584716797 +-0.018310546875 +0.115722656250 +0.033935546875 +-0.077148437500 +-0.024047851562 +0.004455566406 +0.033935546875 +-0.116699218750 +-0.015991210938 +0.016357421875 +-0.132812500000 +-0.077148437500 +-0.219726562500 +0.066894531250 +0.151367187500 +-0.140625000000 +-0.101562500000 +-0.063964843750 +0.062500000000 +-0.007354736328 +-0.047607421875 +-0.125976562500 +-0.145507812500 +-0.061035156250 +-0.111328125000 +-0.037109375000 +-0.145507812500 +0.002639770508 +-0.064941406250 +0.200195312500 +0.070800781250 +-0.137695312500 +-0.039306640625 +-0.083007812500 +0.039550781250 +0.123535156250 +-0.008239746094 +0.115722656250 +0.283203125000 +-0.104003906250 +-0.020141601562 +0.124511718750 +0.062500000000 +-0.048095703125 +-0.021484375000 +0.043701171875 +-0.042236328125 +-0.000934600830 +0.113769531250 +-0.156250000000 +-0.075683593750 +0.028808593750 +-0.013610839844 +0.011230468750 +0.031982421875 +0.044921875000 +0.005493164062 +0.155273437500 +0.065429687500 +0.406250000000 +0.033935546875 +0.063964843750 +-0.113769531250 +0.062988281250 +0.096191406250 +-0.115722656250 +-0.016845703125 +-0.065429687500 +0.050048828125 +0.024902343750 +-0.121582031250 +0.172851562500 +-0.087402343750 +-0.054199218750 +-0.014465332031 +-0.042724609375 +0.112304687500 +-0.057861328125 +0.075683593750 +-0.201171875000 +0.263671875000 +0.000782012939 +0.003768920898 +-0.016845703125 +-0.135742187500 +-0.020996093750 +-0.054199218750 +0.016479492188 +0.023559570312 +0.107421875000 +0.078613281250 +-0.038330078125 +0.237304687500 +0.104003906250 +-0.077636718750 +-0.009521484375 +0.056884765625 +-0.091308593750 +0.090332031250 +0.165039062500 +0.021484375000 +-0.136718750000 +0.083496093750 +-0.000648498535 +0.041259765625 +0.091796875000 +-0.006652832031 +0.126953125000 +-0.059570312500 +-0.257812500000 +-0.009521484375 +-0.068847656250 +-0.089355468750 +-0.060058593750 +0.091796875000 +0.012451171875 +0.086425781250 +0.011352539062 +-0.126953125000 +0.069824218750 +-0.114257812500 +0.048828125000 +-0.071777343750 +-0.048583984375 +0.066894531250 +0.107421875000 +0.142578125000 +0.122070312500 +0.128906250000 +0.109375000000 +-0.009643554688 +-0.021850585938 +-0.060302734375 +0.027709960938 +-0.197265625000 +-0.153320312500 +0.053222656250 +0.038330078125 +0.153320312500 +0.204101562500 +0.003158569336 +-0.018432617188 +0.114257812500 +0.116210937500 +0.208984375000 +0.142578125000 +-0.078613281250 +0.040039062500 +-0.041503906250 +0.017822265625 +0.133789062500 +0.027099609375 +0.000850677490 +-0.011901855469 +-0.066406250000 +0.062255859375 +-0.050781250000 +0.056640625000 +-0.036132812500 +-0.038330078125 +0.014282226562 +-0.064453125000 +-0.062255859375 +0.094726562500 +-0.069824218750 +-0.009887695312 +-0.047363281250 +-0.048339843750 +0.053955078125 +-0.153320312500 +0.034667968750 +-0.022094726562 +-0.011230468750 +0.224609375000 +0.012756347656 +0.145507812500 +0.098632812500 +0.209960937500 +-0.097167968750 +-0.145507812500 +-0.072753906250 +0.053955078125 +-0.140625000000 +-0.087890625000 +0.261718750000 +-0.028564453125 +0.010070800781 +-0.055175781250 +-0.059570312500 +0.024902343750 +-0.035888671875 +-0.031250000000 +-0.104003906250 +0.138671875000 +-0.126953125000 +-0.055175781250 +0.055175781250 +-0.213867187500 +-0.006042480469 +-0.054687500000 +0.062255859375 +0.048095703125 +0.259765625000 +0.039062500000 +-0.187500000000 +-0.010314941406 +-0.024169921875 +0.094726562500 +0.001899719238 +-0.137695312500 +-0.104980468750 +-0.133789062500 +0.086914062500 +-0.031738281250 +0.061767578125 +-0.126953125000 +-0.025756835938 +-0.056640625000 +-0.044433593750 +0.040771484375 +-0.119140625000 +0.046142578125 +-0.115722656250 +-0.024047851562 +-0.031250000000 +-0.061767578125 +-0.056152343750 +-0.239257812500 +-0.185546875000 +0.009033203125 +-0.039306640625 +-0.013244628906 +-0.109375000000 +0.079589843750 +0.036621093750 +-0.194335937500 +-0.104003906250 +0.213867187500 +-0.046875000000 +-0.067871093750 +-0.069824218750 +0.232421875000 +-0.028320312500 +-0.035156250000 +0.075683593750 +0.089843750000 +-0.061279296875 +0.087402343750 +-0.153320312500 +-0.085937500000 +0.011657714844 +-0.049316406250 +0.131835937500 +0.152343750000 +0.023437500000 +0.118164062500 +-0.113281250000 +0.042724609375 +0.022705078125 +0.093261718750 +-0.055175781250 +0.279296875000 +-0.086914062500 +-0.018676757812 +-0.019042968750 +0.137695312500 +-0.045166015625 +-0.096679687500 +0.037841796875 +-0.004669189453 +-0.073242187500 +0.184570312500 +-0.024780273438 +0.053222656250 +0.108886718750 +0.096191406250 +0.061279296875 +-0.008117675781 +-0.176757812500 +-0.017700195312 +-0.022949218750 +-0.020751953125 +-0.185546875000 +-0.087890625000 +-0.081054687500 +-0.052490234375 +-0.101074218750 +0.124511718750 +0.040283203125 +0.053955078125 +0.054687500000 +-0.098144531250 +-0.118164062500 +-0.208007812500 +-0.043701171875 +0.036865234375 +0.012084960938 +0.133789062500 +-0.062500000000 +0.017211914062 +0.037841796875 +0.060302734375 +-0.068847656250 +-0.046386718750 +-0.004058837891 +0.080566406250 +-0.032226562500 +-0.099121093750 +-0.021728515625 +-0.160156250000 +-0.049560546875 +-0.028564453125 +0.016967773438 +-0.226562500000 +-0.023925781250 +-0.259765625000 +0.048828125000 +-0.032470703125 +-0.031982421875 +-0.057128906250 +0.006805419922 +-0.073730468750 +-0.167968750000 +-0.034912109375 +0.034912109375 +-0.011047363281 +0.040039062500 +-0.113769531250 +-0.006256103516 +0.036865234375 +-0.026123046875 +-0.195312500000 +-0.050781250000 +-0.015136718750 +0.100097656250 +-0.012634277344 +0.041015625000 +0.010620117188 +0.133789062500 +-0.030883789062 +0.083984375000 +-0.059326171875 +-0.269531250000 +-0.057861328125 +0.148437500000 +0.023071289062 +-0.097656250000 +0.102539062500 +-0.096191406250 +0.090332031250 +-0.088378906250 +0.108398437500 +-0.036621093750 +0.071289062500 +0.064941406250 +-0.153320312500 +-0.080078125000 +-0.010925292969 +-0.072753906250 +-0.021362304688 +0.078613281250 +-0.057617187500 +-0.099121093750 +0.136718750000 +-0.007873535156 +0.115722656250 +-0.075195312500 +0.016357421875 +-0.017456054688 +-0.062988281250 +-0.123046875000 +-0.089843750000 +-0.017578125000 +-0.174804687500 +0.081542968750 +0.135742187500 +-0.030883789062 +0.162109375000 +0.089355468750 +0.194335937500 +0.221679687500 +0.190429687500 +0.139648437500 +-0.145507812500 +-0.046142578125 +0.191406250000 +-0.161132812500 +-0.125000000000 +0.042480468750 +0.084472656250 +0.065429687500 +-0.025024414062 +-0.000189781189 +0.082519531250 +-0.074707031250 +0.020629882812 +-0.063964843750 +-0.026855468750 +0.125000000000 +-0.019531250000 +-0.043457031250 +0.001159667969 +-0.108886718750 +0.027954101562 +0.114257812500 +0.069824218750 +0.146484375000 +0.052246093750 +0.124023437500 +-0.069335937500 +-0.034423828125 +0.098632812500 +-0.181640625000 +0.119140625000 +-0.053222656250 +-0.220703125000 +0.152343750000 +-0.048339843750 +0.124023437500 +0.048339843750 +-0.018920898438 +-0.062011718750 +0.029541015625 +0.147460937500 +-0.008300781250 +0.179687500000 +-0.164062500000 +-0.470703125000 +0.049804687500 +0.006164550781 +-0.119628906250 +0.185546875000 +0.040527343750 +-0.088867187500 +-0.073242187500 +0.081542968750 +-0.110839843750 +-0.006652832031 +0.015075683594 +-0.182617187500 +-0.024414062500 +0.190429687500 +-0.006317138672 +-0.000457763672 +0.048339843750 +0.009399414062 +0.059082031250 +-0.022705078125 +-0.073242187500 +-0.023681640625 +0.103027343750 +-0.079101562500 +-0.271484375000 +-0.213867187500 +0.042724609375 +0.076171875000 +0.094726562500 +0.036621093750 +-0.061279296875 +-0.104003906250 +-0.140625000000 +0.185546875000 +0.045654296875 +-0.133789062500 +0.298828125000 +0.079589843750 +-0.041992187500 +-0.124511718750 +-0.127929687500 +-0.050537109375 +0.251953125000 +-0.152343750000 +0.044189453125 +-0.067871093750 +0.080566406250 +0.037353515625 +-0.011840820312 +0.005523681641 +-0.013488769531 +-0.105468750000 +0.040527343750 +-0.044677734375 +-0.120117187500 +-0.004821777344 +0.287109375000 +-0.000534057617 +-0.149414062500 +0.037353515625 +-0.023681640625 +0.036621093750 +-0.085937500000 +0.075683593750 +0.096191406250 +-0.054199218750 +0.049316406250 +-0.010253906250 +-0.048095703125 +-0.047363281250 +-0.279296875000 +-0.048339843750 +0.053710937500 +-0.120117187500 +-0.242187500000 +0.019287109375 +0.166992187500 +0.000293731689 +0.023437500000 +0.163085937500 +-0.108398437500 +-0.023071289062 +-0.033691406250 +0.213867187500 +-0.002883911133 +0.038818359375 +0.047119140625 +0.007141113281 +0.022583007812 +0.113769531250 +-0.013427734375 +0.114746093750 +-0.020385742188 +-0.032226562500 +-0.028686523438 +0.118164062500 +0.103515625000 +-0.265625000000 +-0.005126953125 +-0.169921875000 +0.187500000000 +0.077636718750 +-0.064941406250 +-0.031494140625 +0.027099609375 +0.045166015625 +-0.079101562500 +0.102050781250 +-0.058837890625 +-0.168945312500 +0.006622314453 +-0.263671875000 +0.029663085938 +-0.033691406250 +0.091796875000 +0.168945312500 +-0.022583007812 +0.103027343750 +-0.072753906250 +0.018310546875 +0.030761718750 +-0.204101562500 +0.217773437500 +-0.125976562500 +0.077636718750 +0.030029296875 +-0.058593750000 +-0.132812500000 +0.063964843750 +0.133789062500 +-0.022460937500 +0.054931640625 +0.057617187500 +0.032226562500 +-0.177734375000 +-0.211914062500 +0.083007812500 +0.040039062500 +0.121582031250 +-0.111328125000 +0.001968383789 +-0.026489257812 +-0.016967773438 +-0.211914062500 +0.155273437500 +0.086425781250 +-0.158203125000 +-0.131835937500 +0.056396484375 +0.104492187500 +0.008117675781 +-0.279296875000 +0.034423828125 +-0.001251220703 +-0.040771484375 +0.003967285156 +0.006317138672 +-0.072753906250 +-0.009826660156 +0.034423828125 +-0.141601562500 +0.032226562500 +-0.014343261719 +0.100585937500 +0.077636718750 +-0.076171875000 +0.099121093750 +0.058837890625 +-0.029541015625 +-0.085937500000 +-0.192382812500 +-0.016601562500 +-0.064941406250 +-0.102539062500 +-0.060546875000 +-0.005126953125 +-0.147460937500 +0.056152343750 +0.037109375000 +-0.185546875000 +-0.056640625000 +-0.026611328125 +-0.048828125000 +-0.073730468750 +-0.090332031250 +-0.052978515625 +0.015563964844 +0.143554687500 +-0.049072265625 +-0.068359375000 +0.141601562500 +-0.083007812500 +-0.058349609375 +-0.202148437500 +-0.051513671875 +-0.140625000000 +0.041015625000 +0.193359375000 +0.055175781250 +-0.072753906250 +0.024658203125 +0.012084960938 +-0.081542968750 +-0.038574218750 +-0.097656250000 +0.070800781250 +0.051513671875 +-0.196289062500 +0.002380371094 +-0.052001953125 +0.053955078125 +0.015563964844 +-0.037353515625 +0.193359375000 +-0.040527343750 +-0.129882812500 +0.137695312500 +0.137695312500 +0.246093750000 +-0.024780273438 +0.108398437500 +0.079589843750 +-0.114257812500 +-0.170898437500 +0.163085937500 +-0.042724609375 +-0.057128906250 +0.028808593750 +0.051757812500 +-0.019042968750 +0.102050781250 +0.064453125000 +0.094726562500 +-0.096191406250 +0.235351562500 +-0.073242187500 +-0.183593750000 +-0.033691406250 +0.040283203125 +-0.029663085938 +-0.169921875000 +0.059570312500 +0.035156250000 +0.040527343750 +-0.034667968750 +-0.158203125000 +-0.005584716797 +0.050292968750 +0.062500000000 +0.036621093750 +-0.009887695312 +0.049804687500 +-0.099609375000 +-0.021606445312 +0.337890625000 +0.059082031250 +0.014282226562 +-0.088867187500 +-0.129882812500 +0.162109375000 +0.040283203125 +-0.146484375000 +-0.098144531250 +-0.115234375000 +-0.145507812500 +-0.143554687500 +0.203125000000 +-0.013793945312 +-0.172851562500 +-0.166992187500 +-0.012756347656 +0.005767822266 +0.028564453125 +-0.246093750000 +-0.046142578125 +0.191406250000 +0.150390625000 +0.137695312500 +0.235351562500 +0.104492187500 +0.016845703125 +-0.008911132812 +-0.039062500000 +0.089843750000 +0.002426147461 +0.136718750000 +0.048095703125 +0.267578125000 +-0.023315429688 +-0.075683593750 +-0.165039062500 +-0.028930664062 +0.083007812500 +-0.023193359375 +-0.113769531250 +0.084472656250 +-0.097167968750 +0.061035156250 +-0.071289062500 +-0.246093750000 +0.179687500000 +-0.057128906250 +0.114746093750 +-0.088867187500 +-0.023315429688 +-0.107421875000 +0.035888671875 +0.054687500000 +0.003173828125 +-0.086914062500 +0.217773437500 +-0.017578125000 +0.031982421875 +0.036865234375 +-0.126953125000 +-0.123046875000 +-0.113281250000 +0.080078125000 +-0.066406250000 +0.064941406250 +0.158203125000 +-0.218750000000 +0.244140625000 +-0.000511169434 +0.142578125000 +0.064453125000 +-0.008422851562 +-0.069335937500 +-0.171875000000 +-0.070312500000 +0.027343750000 +0.010131835938 +0.134765625000 +0.059570312500 +0.022827148438 +-0.014892578125 +-0.101562500000 +-0.082519531250 +-0.066406250000 +0.095214843750 +0.071777343750 +0.099121093750 +0.056884765625 +-0.089843750000 +0.046630859375 +0.085937500000 +-0.006347656250 +0.051513671875 +-0.021728515625 +-0.083007812500 +0.036376953125 +-0.178710937500 +-0.005767822266 +0.085937500000 +-0.215820312500 +-0.090820312500 +-0.059814453125 +-0.054443359375 +-0.080566406250 +0.035888671875 +0.005004882812 +0.137695312500 +-0.250000000000 +0.120605468750 +-0.098632812500 +-0.047851562500 +0.156250000000 +0.002166748047 +-0.123535156250 +-0.083007812500 +-0.014892578125 +0.064941406250 +-0.006042480469 +-0.005645751953 +-0.118164062500 +-0.056640625000 +0.048583984375 +-0.281250000000 +-0.028564453125 +-0.132812500000 +0.109863281250 +0.103027343750 +0.191406250000 +-0.017456054688 +-0.118164062500 +-0.071777343750 +-0.035156250000 +-0.077148437500 +-0.026489257812 +-0.049316406250 +-0.009399414062 +0.015075683594 +0.029541015625 +-0.039550781250 +0.033935546875 +0.013732910156 +0.013061523438 +0.108886718750 +-0.047607421875 +0.029907226562 +-0.030761718750 +0.079101562500 +0.117675781250 +0.142578125000 +0.005523681641 +-0.095214843750 +0.232421875000 +0.139648437500 +-0.041992187500 +0.005401611328 +-0.053222656250 +0.024047851562 +-0.064941406250 +0.052001953125 +0.139648437500 +-0.005950927734 +0.073730468750 +0.034423828125 +0.154296875000 +0.054687500000 +0.038574218750 +0.052734375000 +0.185546875000 +-0.101562500000 +0.054687500000 +-0.162109375000 +-0.104980468750 +0.076171875000 +-0.055664062500 +0.200195312500 +0.071289062500 +0.083984375000 +-0.027709960938 +-0.135742187500 +0.023559570312 +-0.033691406250 +-0.129882812500 +0.141601562500 +-0.074218750000 +-0.008178710938 +0.149414062500 +0.022949218750 +-0.030639648438 +-0.006713867188 +-0.117187500000 +-0.055664062500 +-0.279296875000 +0.178710937500 +-0.015502929688 +-0.088867187500 +0.090820312500 +-0.180664062500 +-0.006317138672 +-0.008911132812 +0.088867187500 +0.003799438477 +-0.172851562500 +-0.090820312500 +-0.332031250000 +0.007934570312 +-0.042236328125 +0.007629394531 +-0.119628906250 +-0.033203125000 +-0.023925781250 +0.119628906250 +-0.012695312500 +-0.056152343750 +-0.063964843750 +-0.031982421875 +-0.140625000000 +-0.049072265625 +0.066406250000 +-0.009826660156 +0.007629394531 +-0.271484375000 +-0.034179687500 +0.040527343750 +-0.009582519531 +-0.199218750000 +0.068847656250 +0.153320312500 +0.101074218750 +0.134765625000 +0.036865234375 +0.009216308594 +-0.032226562500 +-0.096679687500 +-0.068847656250 +-0.011352539062 +0.119628906250 +-0.063964843750 +0.021606445312 +0.078125000000 +-0.076171875000 +0.037597656250 +0.104003906250 +0.020263671875 +0.129882812500 +-0.049804687500 +0.104003906250 +-0.056396484375 +0.109863281250 +-0.462890625000 +0.092773437500 +0.070312500000 +-0.069824218750 +-0.132812500000 +-0.079589843750 +0.132812500000 +0.294921875000 +0.104492187500 +-0.151367187500 +-0.224609375000 +0.132812500000 +0.049072265625 +-0.119140625000 +-0.020751953125 +-0.283203125000 +0.007934570312 +-0.030273437500 +-0.169921875000 +-0.057128906250 +-0.069824218750 +0.016113281250 +-0.031494140625 +-0.066894531250 +-0.105957031250 +0.056884765625 +0.037841796875 +0.246093750000 +0.052001953125 +0.042480468750 +0.017211914062 +-0.132812500000 +-0.009704589844 +0.107910156250 +0.026367187500 +-0.085449218750 +0.104492187500 +0.002624511719 +0.000606536865 +0.141601562500 +-0.075683593750 +-0.080566406250 +-0.167968750000 +-0.021606445312 +0.072265625000 +0.083984375000 +-0.029418945312 +-0.117187500000 +0.068359375000 +0.080078125000 +0.008544921875 +-0.103027343750 +-0.067871093750 +0.123046875000 +0.054687500000 +-0.023559570312 +0.040771484375 +-0.004150390625 +0.123535156250 +0.032226562500 +0.109863281250 +0.176757812500 +-0.090332031250 +0.008178710938 +0.041015625000 +0.083496093750 +0.045166015625 +0.255859375000 +0.019775390625 +-0.043212890625 +-0.217773437500 +0.057861328125 +0.071289062500 +0.004852294922 +0.068359375000 +-0.326171875000 +-0.083007812500 +-0.020507812500 +0.030517578125 +0.004852294922 +0.102050781250 +-0.047119140625 +-0.104492187500 +-0.004180908203 +0.051025390625 +0.096679687500 +0.176757812500 +-0.050537109375 +0.083496093750 +0.102050781250 +0.039550781250 +-0.036865234375 +0.121582031250 +0.029907226562 +-0.029907226562 +0.060546875000 +-0.029663085938 +-0.002502441406 +-0.129882812500 +0.094238281250 +0.090332031250 +0.028930664062 +-0.079101562500 +-0.033447265625 +-0.066894531250 +-0.199218750000 +0.031738281250 +0.001472473145 +0.031005859375 +-0.133789062500 +-0.005676269531 +-0.053466796875 +-0.187500000000 +-0.031127929688 +-0.007934570312 +-0.160156250000 +0.048828125000 +0.126953125000 +0.114746093750 +-0.109375000000 +0.142578125000 +0.132812500000 +-0.014099121094 +0.138671875000 +-0.183593750000 +-0.085937500000 +0.075683593750 +0.275390625000 +-0.098144531250 +-0.086914062500 +-0.045166015625 +0.059814453125 +0.059082031250 +0.011291503906 +-0.157226562500 +-0.082519531250 +0.147460937500 +-0.001228332520 +-0.079101562500 +-0.035888671875 +0.027343750000 +0.064941406250 +0.059082031250 +-0.048339843750 +-0.049072265625 +-0.132812500000 +-0.031127929688 +-0.216796875000 +-0.030151367188 +-0.184570312500 +-0.037841796875 +0.017822265625 +-0.242187500000 +-0.110351562500 +-0.080078125000 +-0.125976562500 +-0.015380859375 +0.059570312500 +-0.062255859375 +0.006622314453 +-0.061279296875 +-0.079101562500 +0.131835937500 +-0.156250000000 +-0.269531250000 +0.058837890625 +0.127929687500 +-0.097167968750 +-0.077148437500 +0.034423828125 +-0.069335937500 +-0.076171875000 +-0.113281250000 +0.042968750000 +0.203125000000 +0.111328125000 +-0.079589843750 +0.163085937500 +-0.109375000000 +-0.023437500000 +-0.139648437500 +-0.067382812500 +-0.000759124756 +-0.075683593750 +0.083984375000 +0.056396484375 +0.037841796875 +0.025268554688 +-0.061035156250 +-0.150390625000 +0.021484375000 +0.160156250000 +0.019897460938 +-0.029418945312 +-0.060791015625 +-0.071289062500 +0.008911132812 +0.027099609375 +0.161132812500 +0.054931640625 +0.060546875000 +0.090820312500 +-0.204101562500 +0.015319824219 +-0.019897460938 +0.010742187500 +0.004028320312 +-0.031738281250 +-0.023315429688 +0.032470703125 +-0.165039062500 +0.104003906250 +-0.145507812500 +0.142578125000 +-0.040283203125 +0.109375000000 +-0.069824218750 +0.125976562500 +0.032470703125 +-0.085449218750 +-0.166015625000 +0.003204345703 +0.022460937500 +0.061767578125 +-0.096679687500 +-0.022949218750 +-0.024536132812 +0.047119140625 +0.072753906250 +-0.061523437500 +-0.101074218750 +0.164062500000 +0.114257812500 +0.125976562500 +-0.093750000000 +0.135742187500 +-0.155273437500 +0.008422851562 +-0.087890625000 +0.076171875000 +-0.218750000000 +-0.069824218750 +-0.015014648438 +0.092285156250 +0.036376953125 +-0.064453125000 +0.034423828125 +0.065917968750 +0.064941406250 +-0.085449218750 +-0.216796875000 +-0.084960937500 +-0.003845214844 +0.141601562500 +0.019409179688 +0.019042968750 +-0.112304687500 +0.095703125000 +0.000112533569 +0.010253906250 +-0.155273437500 +-0.023559570312 +-0.005187988281 +0.011596679688 +0.016601562500 +-0.040527343750 +0.046386718750 +0.202148437500 +0.108398437500 +-0.056396484375 +0.094238281250 +-0.059814453125 +-0.075683593750 +-0.083984375000 +0.026733398438 +0.144531250000 +-0.158203125000 +-0.079589843750 +0.154296875000 +0.150390625000 +-0.302734375000 +0.037841796875 +0.099609375000 +0.025634765625 +0.056152343750 +-0.059570312500 +0.046630859375 +-0.160156250000 +-0.127929687500 +-0.138671875000 +-0.053710937500 +-0.016601562500 +-0.060302734375 +0.042968750000 +-0.023071289062 +0.010986328125 +0.137695312500 +-0.116699218750 +-0.063476562500 +0.031494140625 +0.050537109375 +0.051757812500 +-0.069335937500 +0.066894531250 +0.085449218750 +-0.140625000000 +0.051269531250 +-0.018432617188 +-0.070800781250 +-0.183593750000 +0.095703125000 +-0.291015625000 +0.043945312500 +0.012084960938 +0.138671875000 +-0.140625000000 +0.070800781250 +-0.129882812500 +-0.092773437500 +0.082519531250 +-0.051757812500 +0.066894531250 +-0.051025390625 +-0.076660156250 +-0.320312500000 +-0.048339843750 +-0.061279296875 +0.000345230103 +-0.024414062500 +-0.067871093750 +-0.097656250000 +0.069335937500 +-0.083496093750 +-0.021728515625 +-0.186523437500 +-0.176757812500 +-0.047363281250 +-0.164062500000 +-0.171875000000 +0.126953125000 +-0.139648437500 +0.021728515625 +-0.199218750000 +-0.141601562500 +-0.104492187500 +0.100097656250 +0.096191406250 +-0.049072265625 +0.114746093750 +-0.090820312500 +-0.033691406250 +-0.049804687500 +0.050537109375 +0.000629425049 +0.035644531250 +-0.024902343750 +0.109863281250 +-0.204101562500 +-0.062988281250 +0.101074218750 +-0.034912109375 +-0.017089843750 +-0.094726562500 +-0.007598876953 +-0.171875000000 +0.008789062500 +-0.013549804688 +0.107421875000 +-0.145507812500 +0.001884460449 +-0.034912109375 +0.100585937500 +-0.019897460938 +0.109863281250 +0.085449218750 +-0.062011718750 +0.057861328125 +0.006805419922 +-0.122070312500 +0.074218750000 +0.125976562500 +-0.078613281250 +0.143554687500 +0.009521484375 +-0.020507812500 +0.090332031250 +0.174804687500 +0.355468750000 +0.068359375000 +-0.121582031250 +-0.020629882812 +-0.019775390625 +0.050781250000 +-0.151367187500 +-0.222656250000 +-0.037597656250 +-0.161132812500 +-0.003265380859 +-0.130859375000 +-0.175781250000 +-0.183593750000 +-0.132812500000 +0.081542968750 +-0.023803710938 +-0.015197753906 +-0.048828125000 +0.024536132812 +0.081054687500 +-0.091796875000 +0.125000000000 +-0.072753906250 +0.069335937500 +-0.219726562500 +0.043212890625 +-0.062255859375 +0.087890625000 +0.049072265625 +-0.054199218750 +0.100097656250 +0.093750000000 +0.191406250000 +0.036865234375 +-0.169921875000 +0.048095703125 +0.025390625000 +-0.057861328125 +-0.068847656250 +0.095214843750 +-0.005096435547 +0.013732910156 +0.076171875000 +-0.039794921875 +0.111328125000 +-0.052490234375 +-0.035156250000 +-0.196289062500 +-0.066894531250 +0.132812500000 +-0.166992187500 +0.109375000000 +-0.143554687500 +-0.039062500000 +-0.021972656250 +0.002014160156 +0.039794921875 +-0.058105468750 +0.013122558594 +-0.028320312500 +-0.010742187500 +0.150390625000 +0.283203125000 +-0.148437500000 +-0.143554687500 +-0.021972656250 +0.073242187500 +-0.052734375000 +-0.068359375000 +0.040771484375 +-0.042968750000 +-0.099121093750 +0.160156250000 +0.072265625000 +-0.041503906250 +-0.195312500000 +0.125000000000 +0.035644531250 +-0.075195312500 +-0.235351562500 +-0.116699218750 +0.065429687500 +-0.248046875000 +-0.008178710938 +0.021972656250 +-0.166015625000 +-0.154296875000 +0.053466796875 +-0.021850585938 +0.106445312500 +0.009643554688 +0.125000000000 +0.017456054688 +-0.024780273438 +0.035644531250 +0.083984375000 +-0.062988281250 +0.023803710938 +-0.120117187500 +-0.126953125000 +-0.021972656250 +-0.259765625000 +0.065429687500 +-0.136718750000 +0.069335937500 +-0.080078125000 +-0.082519531250 +0.018066406250 +-0.220703125000 +0.083496093750 +-0.055908203125 +-0.178710937500 +0.008789062500 +0.182617187500 +-0.005889892578 +0.057373046875 +-0.116699218750 +-0.101074218750 +-0.114746093750 +-0.103027343750 +0.302734375000 +0.029663085938 +-0.052978515625 +0.040527343750 +-0.041992187500 +-0.056396484375 +-0.049072265625 +-0.039794921875 +0.009765625000 +-0.062255859375 +0.082031250000 +-0.112792968750 +0.050537109375 +0.019897460938 +-0.012084960938 +-0.172851562500 +0.012145996094 +-0.221679687500 +-0.176757812500 +0.057373046875 +-0.126953125000 +-0.068359375000 +-0.096679687500 +-0.201171875000 +0.002761840820 +-0.060546875000 +-0.192382812500 +-0.051269531250 +-0.042968750000 +-0.140625000000 +0.042236328125 +0.093750000000 +-0.012695312500 +-0.035644531250 +-0.036132812500 +0.001968383789 +-0.058837890625 +-0.227539062500 +-0.203125000000 +0.062500000000 +-0.043945312500 +-0.057373046875 +-0.033203125000 +-0.145507812500 +-0.198242187500 +0.010437011719 +-0.018554687500 +-0.001579284668 +-0.015441894531 +-0.059814453125 +-0.050292968750 +-0.025024414062 +0.072753906250 +-0.119140625000 +0.086914062500 +0.040771484375 +0.207031250000 +-0.283203125000 +0.007873535156 +-0.316406250000 +0.117675781250 +0.005035400391 +-0.043701171875 +-0.089843750000 +-0.082031250000 +-0.110351562500 +-0.068359375000 +-0.230468750000 +0.056640625000 +0.091308593750 +-0.041503906250 +-0.068359375000 +-0.048095703125 +-0.111816406250 +-0.001640319824 +-0.049072265625 +0.098632812500 +0.079101562500 +-0.080566406250 +-0.074707031250 +0.104003906250 +-0.102539062500 +-0.005798339844 +0.145507812500 +0.080078125000 +0.032470703125 +0.092285156250 +-0.209960937500 +0.067382812500 +-0.025146484375 +-0.084472656250 +-0.051757812500 +-0.023193359375 +0.097656250000 +-0.004333496094 +0.194335937500 +0.283203125000 +0.065429687500 +-0.114257812500 +0.080566406250 +-0.079589843750 +-0.099609375000 +-0.048583984375 +-0.182617187500 +0.101074218750 +0.007781982422 +-0.076660156250 +0.057861328125 +0.121093750000 +0.007080078125 +-0.125000000000 +-0.308593750000 +0.042480468750 +0.226562500000 +0.283203125000 +-0.038085937500 +0.160156250000 +-0.056152343750 +0.046875000000 +-0.153320312500 +-0.088867187500 +-0.090820312500 +0.129882812500 +0.000002592802 +0.049560546875 +-0.009216308594 +-0.018432617188 +-0.007629394531 +0.010437011719 +-0.034912109375 +-0.000614166260 +-0.009460449219 +0.085449218750 +0.080078125000 +0.080078125000 +-0.024291992188 +0.156250000000 +0.073730468750 +0.029663085938 +-0.136718750000 +-0.041748046875 +-0.095214843750 +-0.153320312500 +-0.024047851562 +-0.188476562500 +-0.138671875000 +-0.083007812500 +-0.101562500000 +0.097656250000 +-0.050781250000 +0.084960937500 +-0.141601562500 +-0.094238281250 +-0.227539062500 +-0.000419616699 +0.121582031250 +-0.061523437500 +-0.000255584717 +0.064941406250 +0.035888671875 +0.169921875000 +0.096191406250 +-0.084960937500 +-0.033935546875 +0.081054687500 +0.010803222656 +-0.025390625000 +0.086425781250 +0.019653320312 +-0.185546875000 +0.034912109375 +-0.417968750000 +-0.014221191406 +-0.186523437500 +0.129882812500 +0.046875000000 +0.055664062500 +-0.220703125000 +0.012573242188 +-0.111816406250 +0.073242187500 +-0.190429687500 +0.056396484375 +0.027343750000 +-0.159179687500 +0.183593750000 +-0.047607421875 +0.142578125000 +0.045410156250 +0.121093750000 +-0.055908203125 +-0.053466796875 +-0.020141601562 +0.039794921875 +0.101562500000 +-0.011352539062 +0.006500244141 +0.030273437500 +-0.126953125000 +0.025390625000 +-0.189453125000 +0.001777648926 +-0.058837890625 +-0.010375976562 +0.007934570312 +-0.074707031250 +-0.161132812500 +-0.009765625000 +-0.026733398438 +0.111816406250 +0.050781250000 +-0.083984375000 +0.052001953125 +-0.128906250000 +0.035400390625 +-0.062500000000 +0.114257812500 +0.025146484375 +-0.107421875000 +0.122070312500 +-0.059570312500 +-0.117675781250 +-0.030151367188 +0.008972167969 +0.042724609375 +-0.046875000000 +-0.040771484375 +0.184570312500 +0.022827148438 +-0.172851562500 +0.030395507812 +0.015136718750 +0.019531250000 +0.006317138672 +-0.040527343750 +0.043945312500 +0.148437500000 +-0.134765625000 +-0.038574218750 +0.236328125000 +-0.027709960938 +0.255859375000 +-0.113769531250 +0.090820312500 +0.022094726562 +-0.098144531250 +-0.119140625000 +-0.004333496094 +0.053466796875 +-0.053222656250 +-0.263671875000 +0.143554687500 +-0.002883911133 +0.047851562500 +-0.104003906250 +0.085449218750 +-0.021240234375 +0.067871093750 +-0.038085937500 +-0.157226562500 +0.049560546875 +-0.132812500000 +-0.120117187500 +0.040283203125 +-0.056884765625 +0.003173828125 +0.063476562500 +0.043701171875 +-0.043701171875 +0.039062500000 +0.241210937500 +0.088867187500 +0.146484375000 +-0.144531250000 +-0.082031250000 +-0.166992187500 +-0.122558593750 +-0.011962890625 +-0.210937500000 +-0.135742187500 +0.099121093750 +-0.062500000000 +0.089843750000 +0.028442382812 +0.164062500000 +-0.008911132812 +-0.067871093750 +-0.037353515625 +-0.017333984375 +-0.035400390625 +-0.259765625000 +-0.138671875000 +0.101074218750 +0.050292968750 +0.096679687500 +-0.030883789062 +0.177734375000 +0.130859375000 +-0.042236328125 +-0.078125000000 +-0.249023437500 +-0.130859375000 +0.005035400391 +-0.042968750000 +0.145507812500 +0.068359375000 +0.033691406250 +0.093750000000 +0.064941406250 +0.018676757812 +-0.030517578125 +0.168945312500 +0.084960937500 +-0.002166748047 +-0.073242187500 +-0.104980468750 +-0.085449218750 +0.105957031250 +-0.186523437500 +-0.048583984375 +-0.116699218750 +0.019165039062 +-0.066406250000 +-0.018310546875 +-0.202148437500 +0.093750000000 +-0.075683593750 +0.009216308594 +0.073242187500 +-0.032470703125 +-0.057861328125 +-0.221679687500 +0.083496093750 +0.055175781250 +0.179687500000 +-0.003967285156 +0.125000000000 +-0.102539062500 +0.015991210938 +-0.066894531250 +-0.039794921875 +-0.002914428711 +-0.089843750000 +-0.089355468750 +-0.109375000000 +0.096679687500 +-0.072753906250 +0.111328125000 +-0.163085937500 +-0.089355468750 +-0.091308593750 +-0.053222656250 +0.129882812500 +-0.073242187500 +0.000736236572 +-0.279296875000 +0.030761718750 +-0.008850097656 +0.010498046875 +0.141601562500 +0.023315429688 +-0.032958984375 +0.001556396484 +-0.191406250000 +0.131835937500 +0.022460937500 +-0.124023437500 +0.033935546875 +-0.062988281250 +-0.010864257812 +-0.333984375000 +0.064453125000 +-0.081054687500 +0.087890625000 +-0.154296875000 +-0.097656250000 +-0.166015625000 +-0.171875000000 +0.105468750000 +-0.062988281250 +0.078613281250 +0.100097656250 +-0.087402343750 +-0.117675781250 +0.044189453125 +-0.067871093750 +-0.098144531250 +-0.037109375000 +-0.000789642334 +0.125976562500 +0.008117675781 +-0.192382812500 +-0.136718750000 +-0.024047851562 +0.074707031250 +-0.019653320312 +0.158203125000 +0.146484375000 +-0.064941406250 +0.000804901123 +-0.060546875000 +0.051757812500 +-0.016723632812 +-0.041748046875 +0.142578125000 +0.193359375000 +-0.034667968750 +-0.029174804688 +0.049072265625 +0.004028320312 +-0.166015625000 +0.020263671875 +-0.144531250000 +-0.206054687500 +-0.038574218750 +0.046386718750 +-0.199218750000 +-0.099609375000 +-0.092285156250 +-0.114746093750 +0.116699218750 +0.095214843750 +-0.300781250000 +-0.135742187500 +0.071289062500 +-0.020019531250 +0.002212524414 +0.047851562500 +0.104003906250 +0.056152343750 +-0.039550781250 +-0.135742187500 +0.026000976562 +-0.032958984375 +0.017456054688 +-0.116699218750 +0.103027343750 +0.111328125000 +0.151367187500 +0.224609375000 +-0.092285156250 +-0.092773437500 +0.202148437500 +0.004516601562 +0.034179687500 +0.065429687500 +-0.154296875000 +-0.031982421875 +-0.033691406250 +0.079101562500 +0.045898437500 +-0.163085937500 +-0.201171875000 +0.010314941406 +-0.027587890625 +-0.175781250000 +-0.082519531250 +0.041015625000 +-0.022583007812 +0.078613281250 +-0.012084960938 +-0.007781982422 +-0.002426147461 +-0.078125000000 +-0.029785156250 +-0.042724609375 +0.007995605469 +0.067382812500 +-0.020385742188 +0.141601562500 +-0.076171875000 +0.041259765625 +0.032470703125 +-0.221679687500 +-0.031494140625 +-0.134765625000 +-0.105957031250 +0.031738281250 +-0.013854980469 +-0.106933593750 +-0.112304687500 +-0.166015625000 +-0.025024414062 +0.066406250000 +-0.042236328125 +0.111816406250 +0.109863281250 +0.077636718750 +0.046386718750 +0.088378906250 +0.109375000000 +0.035644531250 +-0.083984375000 +-0.070800781250 +0.023803710938 +-0.055908203125 +-0.022705078125 +-0.168945312500 +0.202148437500 +0.057617187500 +0.181640625000 +-0.017211914062 +-0.001403808594 +0.030029296875 +-0.022705078125 +0.198242187500 +0.107421875000 +-0.133789062500 +0.081542968750 +-0.064453125000 +-0.018188476562 +-0.046630859375 +0.093261718750 +0.066406250000 +-0.009338378906 +-0.147460937500 +0.053466796875 +-0.008544921875 +-0.055908203125 +-0.067382812500 +0.041503906250 +0.003829956055 +-0.052490234375 +-0.062011718750 +0.039550781250 +-0.048828125000 +-0.020751953125 +-0.213867187500 +-0.123535156250 +0.104492187500 +-0.079101562500 +0.060546875000 +-0.038330078125 +0.087402343750 +-0.007415771484 +0.027954101562 +-0.104980468750 +0.004577636719 +0.144531250000 +0.030395507812 +-0.029663085938 +-0.061767578125 +-0.058349609375 +0.115722656250 +0.168945312500 +0.019531250000 +-0.057373046875 +0.050537109375 +-0.206054687500 +0.086425781250 +0.017822265625 +-0.008422851562 +-0.015319824219 +-0.048583984375 +0.089843750000 +0.014526367188 +-0.023681640625 +0.138671875000 +-0.021606445312 +-0.037841796875 +-0.159179687500 +0.024902343750 +0.075195312500 +0.169921875000 +0.009948730469 +-0.257812500000 +0.201171875000 +-0.068359375000 +-0.024902343750 +0.013061523438 +-0.083984375000 +-0.121093750000 +-0.180664062500 +0.139648437500 +0.024047851562 +-0.112304687500 +0.136718750000 +-0.162109375000 +0.126953125000 +0.045166015625 +-0.044677734375 +-0.054687500000 +0.039794921875 +0.000415802002 +-0.012695312500 +0.171875000000 +0.129882812500 +0.027587890625 +-0.066406250000 +-0.151367187500 +0.014160156250 +0.047363281250 +0.145507812500 +-0.128906250000 +0.037841796875 +-0.149414062500 +-0.005493164062 +0.062988281250 +-0.005767822266 +-0.068359375000 +-0.048583984375 +0.097656250000 +0.013854980469 +-0.061767578125 +-0.019775390625 +0.103515625000 +-0.028564453125 +-0.131835937500 +0.125976562500 +-0.040527343750 +0.074218750000 +-0.129882812500 +0.072753906250 +-0.021728515625 +0.126953125000 +-0.024414062500 +0.152343750000 +-0.065917968750 +0.047851562500 +-0.035644531250 +0.121093750000 +-0.053466796875 +0.076171875000 +0.039550781250 +-0.049560546875 +0.125976562500 +-0.157226562500 +-0.032226562500 +0.195312500000 +0.068359375000 +0.034179687500 +-0.017700195312 +0.069824218750 +-0.088867187500 +-0.004730224609 +0.194335937500 +-0.074707031250 +-0.104492187500 +-0.006469726562 +-0.103027343750 +-0.050292968750 +-0.009521484375 +0.015625000000 +0.099121093750 +-0.287109375000 +-0.044433593750 +0.101562500000 +-0.029174804688 +0.198242187500 +0.010559082031 +-0.064941406250 +-0.054443359375 +0.157226562500 +0.018920898438 +-0.017700195312 +0.144531250000 +0.121093750000 +0.008361816406 +-0.032470703125 +0.083496093750 +0.003707885742 +0.025512695312 +-0.065429687500 +-0.161132812500 +0.086914062500 +-0.054687500000 +-0.036132812500 +-0.081542968750 +0.017944335938 +-0.164062500000 +0.058349609375 +0.047851562500 +0.049560546875 +0.071289062500 +0.002166748047 +-0.012756347656 +-0.080078125000 +0.062500000000 +-0.089355468750 +-0.110839843750 +-0.057373046875 +0.139648437500 +-0.066406250000 +0.163085937500 +-0.086425781250 +0.131835937500 +-0.045410156250 +-0.056640625000 +-0.075683593750 +-0.229492187500 +-0.076660156250 +-0.073242187500 +0.019042968750 +-0.006500244141 +0.082519531250 +-0.125000000000 +0.038574218750 +-0.072265625000 +0.154296875000 +0.176757812500 +0.028198242188 +0.029418945312 +-0.037841796875 +-0.041748046875 +-0.045898437500 +0.008544921875 +0.084960937500 +-0.172851562500 +-0.017211914062 +0.086914062500 +-0.031738281250 +-0.187500000000 +-0.073242187500 +0.073730468750 +0.030883789062 +-0.064941406250 +-0.067382812500 +0.083496093750 +-0.103027343750 +-0.080078125000 +0.040039062500 +-0.062255859375 +0.067382812500 +0.020385742188 +-0.058349609375 +0.176757812500 +0.149414062500 +-0.119628906250 +-0.062255859375 +-0.054199218750 +0.114746093750 +-0.128906250000 +0.126953125000 +0.061279296875 +-0.065917968750 +0.093750000000 +-0.113281250000 +0.020385742188 +0.035400390625 +0.020996093750 +0.036865234375 +0.015319824219 +-0.162109375000 +0.056152343750 +-0.106445312500 +0.056884765625 +0.053710937500 +0.006164550781 +0.118164062500 +0.181640625000 +-0.163085937500 +-0.154296875000 +-0.086425781250 +0.036621093750 +0.062255859375 +-0.001899719238 +0.147460937500 +-0.010864257812 +-0.189453125000 +0.016479492188 +-0.140625000000 +-0.057617187500 +-0.033935546875 +-0.111816406250 +0.022827148438 +-0.006347656250 +0.092773437500 +0.004882812500 +0.084960937500 +0.028930664062 +0.074218750000 +-0.133789062500 +-0.081054687500 +-0.134765625000 +0.237304687500 +0.025146484375 +0.054687500000 +-0.030517578125 +0.063476562500 +-0.143554687500 +-0.034667968750 +-0.011230468750 +0.007812500000 +-0.134765625000 +0.135742187500 +0.012023925781 +0.072753906250 +-0.042480468750 +0.187500000000 +0.028564453125 +0.037841796875 +-0.018310546875 +-0.027221679688 +0.025512695312 +0.022216796875 +-0.220703125000 +-0.075195312500 +-0.042724609375 +-0.038574218750 +0.210937500000 +-0.223632812500 +-0.043945312500 +0.074707031250 +0.036132812500 +-0.105468750000 +-0.083007812500 +-0.096679687500 +-0.074218750000 +0.036132812500 +-0.021240234375 +-0.066894531250 +-0.088867187500 +0.033203125000 +-0.191406250000 +0.108886718750 +-0.040039062500 +-0.041259765625 +-0.124511718750 +0.025878906250 +-0.040039062500 +-0.023559570312 +-0.024291992188 +0.015869140625 +0.106933593750 +0.097656250000 +-0.127929687500 +-0.015563964844 +0.016845703125 +0.011108398438 +-0.012390136719 +0.002822875977 +-0.028442382812 +0.035644531250 +-0.081054687500 +0.030273437500 +-0.044189453125 +-0.020507812500 +0.105957031250 +0.083984375000 +0.271484375000 +0.016967773438 +0.116210937500 +0.289062500000 +0.070800781250 +-0.186523437500 +-0.015747070312 +0.217773437500 +0.017456054688 +-0.072753906250 +-0.004913330078 +-0.028320312500 +-0.054687500000 +-0.038818359375 +-0.073242187500 +-0.082519531250 +-0.012817382812 +-0.031982421875 +0.166015625000 +-0.115722656250 +0.016723632812 +0.005493164062 +0.125000000000 +0.126953125000 +-0.152343750000 +0.146484375000 +-0.138671875000 +-0.012634277344 +0.017700195312 +-0.067871093750 +-0.164062500000 +-0.045898437500 +-0.064941406250 +-0.040283203125 +-0.079589843750 +0.102539062500 +0.026611328125 +-0.217773437500 +-0.100585937500 +0.005676269531 +0.056884765625 +-0.191406250000 +-0.081542968750 +0.100097656250 +0.064941406250 +-0.098144531250 +0.015991210938 +0.191406250000 +-0.145507812500 +-0.014709472656 +-0.001075744629 +0.159179687500 +-0.071777343750 +0.036376953125 +0.098632812500 +0.001426696777 +0.041748046875 +-0.245117187500 +-0.052734375000 +0.087890625000 +-0.059326171875 +-0.119628906250 +-0.090820312500 +0.103027343750 +-0.063476562500 +0.079589843750 +0.068359375000 +0.179687500000 +-0.131835937500 +0.118164062500 +0.080078125000 +0.112792968750 +-0.019287109375 +0.024291992188 +0.004058837891 +0.016601562500 +-0.010742187500 +0.152343750000 +0.097167968750 +0.215820312500 +0.215820312500 +0.064453125000 +0.018676757812 +-0.061767578125 +0.004058837891 +-0.228515625000 +0.156250000000 +0.008789062500 +-0.124023437500 +0.006469726562 +-0.030761718750 +0.108886718750 +-0.111816406250 +-0.090332031250 +0.060791015625 +-0.021728515625 +-0.017211914062 +0.085449218750 +0.025390625000 +0.289062500000 +-0.061767578125 +-0.023803710938 +0.353515625000 +0.132812500000 +-0.108398437500 +-0.038818359375 +0.161132812500 +0.128906250000 +0.021972656250 +-0.087890625000 +-0.003479003906 +-0.169921875000 +-0.149414062500 +-0.092285156250 +-0.160156250000 +-0.158203125000 +-0.062988281250 +-0.196289062500 +0.079101562500 +-0.018554687500 +-0.133789062500 +-0.044433593750 +0.062988281250 +-0.086914062500 +-0.076660156250 +0.104003906250 +-0.059814453125 +-0.137695312500 +-0.125976562500 +-0.132812500000 +0.002395629883 +0.038574218750 +-0.217773437500 +-0.025390625000 +-0.024780273438 +0.312500000000 +-0.202148437500 +0.158203125000 +0.019531250000 +0.071777343750 +0.032226562500 +0.099609375000 +-0.053222656250 +-0.088378906250 +-0.113281250000 +-0.065917968750 +0.085937500000 +0.000088214874 +-0.020019531250 +-0.205078125000 +0.168945312500 +-0.008239746094 +-0.051757812500 +-0.058349609375 +-0.025756835938 +-0.104980468750 +-0.104492187500 +0.008483886719 +-0.024536132812 +-0.267578125000 +-0.177734375000 +-0.164062500000 +-0.017456054688 +0.019775390625 +-0.066406250000 +0.180664062500 +0.161132812500 +0.056152343750 +-0.000518798828 +-0.121582031250 +-0.033447265625 +-0.038330078125 +0.008789062500 +0.004730224609 +0.115722656250 +0.144531250000 +-0.165039062500 +0.003433227539 +0.194335937500 +0.181640625000 +-0.028320312500 +-0.078125000000 +-0.215820312500 +0.085937500000 +-0.138671875000 +-0.052001953125 +-0.119140625000 +-0.117675781250 +-0.298828125000 +-0.167968750000 +0.257812500000 +-0.234375000000 +0.078125000000 +0.139648437500 +0.026000976562 +0.043701171875 +-0.097167968750 +-0.039550781250 +-0.101562500000 +-0.020385742188 +-0.023071289062 +0.037109375000 +0.091308593750 +-0.070800781250 +0.082031250000 +0.046386718750 +-0.237304687500 +-0.043945312500 +0.061523437500 +-0.025024414062 +0.114746093750 +-0.097656250000 +-0.007507324219 +0.026489257812 +-0.122558593750 +-0.017089843750 +0.080566406250 +0.005249023438 +0.155273437500 +0.055908203125 +0.107421875000 +-0.045898437500 +0.001136779785 +-0.068847656250 +0.081542968750 +0.041259765625 +0.147460937500 +0.055175781250 +-0.030029296875 +-0.044433593750 +-0.000209808350 +0.215820312500 +-0.099121093750 +-0.047851562500 +-0.012817382812 +-0.123046875000 +-0.095703125000 +0.044921875000 +-0.026611328125 +-0.047363281250 +0.024780273438 +0.090820312500 +-0.085937500000 +-0.084960937500 +0.012756347656 +0.062500000000 +-0.056396484375 +0.090332031250 +0.060058593750 +0.000991821289 +-0.161132812500 +-0.047607421875 +-0.080078125000 +-0.089355468750 +-0.181640625000 +0.037597656250 +-0.112792968750 +-0.075195312500 +0.000199317932 +0.159179687500 +0.024414062500 +0.016235351562 +0.212890625000 +0.201171875000 +-0.118652343750 +0.043212890625 +-0.081542968750 +0.165039062500 +0.197265625000 +0.015747070312 +0.051025390625 +0.004821777344 +0.447265625000 +0.026977539062 +-0.056152343750 +-0.232421875000 +0.080566406250 +-0.042724609375 +-0.291015625000 +-0.119140625000 +0.024414062500 +0.245117187500 +0.117187500000 +-0.106933593750 +0.253906250000 +-0.065429687500 +-0.101562500000 +0.066894531250 +-0.073242187500 +-0.013549804688 +0.200195312500 +0.087402343750 +-0.134765625000 +-0.108886718750 +-0.187500000000 +-0.060546875000 +0.082031250000 +-0.041503906250 +0.108886718750 +-0.045166015625 +0.042480468750 +-0.093261718750 +0.068359375000 +0.001831054688 +-0.066894531250 +0.172851562500 +-0.009582519531 +-0.041259765625 +-0.007812500000 +0.056884765625 +0.217773437500 +-0.018188476562 +0.069824218750 +0.015747070312 +0.003097534180 +-0.038085937500 +-0.135742187500 +-0.104492187500 +-0.166992187500 +-0.221679687500 +0.225585937500 +-0.071777343750 +-0.017333984375 +-0.036621093750 +-0.041503906250 +0.172851562500 +-0.078125000000 +-0.004302978516 +-0.115722656250 +-0.155273437500 +-0.046630859375 +-0.034179687500 +0.025512695312 +0.064453125000 +-0.057617187500 +0.224609375000 +0.257812500000 +0.097656250000 +-0.072753906250 +-0.021484375000 +-0.034179687500 +-0.062988281250 +0.071289062500 +0.072753906250 +0.070800781250 +0.224609375000 +0.017578125000 +0.094726562500 +0.047851562500 +0.061035156250 +0.065429687500 +-0.153320312500 +-0.008483886719 +0.079101562500 +-0.213867187500 +-0.185546875000 +-0.060546875000 +-0.072753906250 +-0.121093750000 +0.000839233398 +-0.105468750000 +0.137695312500 +0.011230468750 +0.147460937500 +-0.000690460205 +-0.097167968750 +-0.057617187500 +0.030151367188 +0.008056640625 +-0.013916015625 +0.095214843750 +-0.171875000000 +-0.024414062500 +0.069335937500 +-0.020874023438 +0.054931640625 +0.008544921875 +-0.009338378906 +0.174804687500 +0.000126838684 +-0.018432617188 +-0.075683593750 +0.040771484375 +-0.306640625000 +0.027343750000 +-0.065429687500 +-0.101562500000 +-0.028930664062 +-0.010253906250 +-0.020996093750 +0.108886718750 +-0.021362304688 +0.073242187500 +0.049560546875 +0.007934570312 +-0.050048828125 +0.022216796875 +-0.175781250000 +0.117187500000 +-0.208984375000 +-0.083984375000 +0.072753906250 +0.111328125000 +-0.043212890625 +-0.039062500000 +0.003112792969 +-0.007934570312 +0.088378906250 +-0.103515625000 +0.030029296875 +-0.052001953125 +-0.008544921875 +0.053955078125 +-0.151367187500 +-0.144531250000 +0.010986328125 +0.027099609375 +0.292968750000 +0.109375000000 +-0.092773437500 +0.039794921875 +-0.062011718750 +-0.028564453125 +0.060791015625 +-0.139648437500 +0.259765625000 +0.191406250000 +0.103515625000 +-0.002166748047 +-0.111816406250 +0.022583007812 +-0.125976562500 +0.052490234375 +-0.020996093750 +0.161132812500 +0.117675781250 +0.021240234375 +-0.068359375000 +-0.175781250000 +-0.005859375000 +-0.017333984375 +0.116210937500 +0.087890625000 +0.082519531250 +0.046142578125 +0.053955078125 +0.198242187500 +-0.027465820312 +0.044677734375 +-0.125976562500 +0.056884765625 +-0.003601074219 +0.076660156250 +-0.060791015625 +-0.014282226562 +0.042968750000 +-0.007873535156 +-0.218750000000 +0.057373046875 +0.236328125000 +0.226562500000 +0.122070312500 +0.021850585938 +0.114257812500 +-0.034423828125 +0.011718750000 +-0.137695312500 +0.084960937500 +-0.119628906250 +0.091796875000 +0.090820312500 +-0.064453125000 +-0.007354736328 +-0.205078125000 +-0.006835937500 +-0.160156250000 +-0.168945312500 +-0.093261718750 +-0.055908203125 +-0.053710937500 +-0.100585937500 +-0.134765625000 +0.030273437500 +-0.042480468750 +-0.030395507812 +-0.023803710938 +0.026245117188 +0.148437500000 +-0.156250000000 +0.010375976562 +-0.251953125000 +-0.058593750000 +0.088378906250 +-0.120605468750 +0.047119140625 +0.025024414062 +-0.172851562500 +-0.115234375000 +-0.093750000000 +-0.064453125000 +-0.012512207031 +-0.054199218750 +-0.033203125000 +-0.080078125000 +0.302734375000 +0.013916015625 +0.049804687500 +0.095703125000 +-0.055908203125 +0.007812500000 +-0.078125000000 +0.186523437500 +0.052978515625 +-0.062255859375 +0.255859375000 +0.183593750000 +0.064453125000 +-0.008178710938 +0.086425781250 +0.209960937500 +0.048095703125 +-0.031494140625 +0.145507812500 +0.114257812500 +0.183593750000 +-0.040283203125 +-0.188476562500 +-0.083984375000 +0.007659912109 +-0.096191406250 +0.007659912109 +0.140625000000 +0.070800781250 +0.158203125000 +0.070800781250 +0.042480468750 +-0.013244628906 +-0.013732910156 +0.021728515625 +-0.123535156250 +-0.019042968750 +-0.173828125000 +0.188476562500 +0.320312500000 +-0.062988281250 +0.107910156250 +-0.010925292969 +-0.005798339844 +0.061523437500 +-0.049560546875 +0.021240234375 +0.135742187500 +-0.151367187500 +-0.075683593750 +-0.055908203125 +0.076660156250 +-0.037597656250 +0.079589843750 +0.139648437500 +-0.004913330078 +0.039794921875 +-0.039062500000 +-0.012817382812 +0.094726562500 +0.199218750000 +-0.077636718750 +0.018798828125 +0.085937500000 +0.134765625000 +0.106445312500 +0.036865234375 +0.102050781250 +-0.014099121094 +-0.056884765625 +-0.009826660156 +-0.019775390625 +-0.030761718750 +0.051269531250 +0.024169921875 +0.030151367188 +-0.142578125000 +0.028930664062 +0.083007812500 +-0.082031250000 +-0.168945312500 +-0.133789062500 +-0.020507812500 +-0.048095703125 +-0.086914062500 +0.062500000000 +0.028076171875 +0.017822265625 +0.029663085938 +0.011962890625 +-0.000587463379 +0.144531250000 +0.002807617188 +-0.159179687500 +0.016601562500 +0.035156250000 +-0.015075683594 +-0.157226562500 +0.112792968750 +-0.207031250000 +0.017456054688 +0.053466796875 +-0.103027343750 +-0.058105468750 +-0.065429687500 +0.060546875000 +0.169921875000 +0.040771484375 +0.010314941406 +-0.112792968750 +-0.125000000000 +0.011413574219 +0.271484375000 +-0.174804687500 +-0.033935546875 +0.001510620117 +0.002838134766 +-0.155273437500 +-0.000071525574 +-0.075683593750 +0.152343750000 +0.020996093750 +-0.021362304688 +-0.025634765625 +0.345703125000 +0.042480468750 +-0.004608154297 +0.000659942627 +-0.130859375000 +-0.109863281250 +-0.074218750000 +0.158203125000 +0.055175781250 +-0.132812500000 +-0.000537872314 +-0.069335937500 +0.020751953125 +-0.133789062500 +-0.024047851562 +0.062500000000 +0.135742187500 +0.124023437500 +-0.068359375000 +-0.013427734375 +0.196289062500 +0.006500244141 +0.052246093750 +0.019775390625 +-0.187500000000 +-0.087402343750 +0.014648437500 +-0.142578125000 +-0.138671875000 +-0.062011718750 +0.023925781250 +0.017211914062 +0.093750000000 +0.068359375000 +0.088867187500 +-0.134765625000 +-0.077636718750 +-0.212890625000 +0.203125000000 +0.051757812500 +-0.115234375000 +-0.048583984375 +0.041259765625 +0.006072998047 +-0.011718750000 +-0.052001953125 +-0.002166748047 +0.255859375000 +-0.109863281250 +-0.039550781250 +-0.030761718750 +-0.010253906250 +0.071289062500 +0.071289062500 +-0.130859375000 +-0.157226562500 +0.121582031250 +-0.026611328125 +-0.095214843750 +-0.128906250000 +-0.137695312500 +0.065429687500 +-0.087402343750 +-0.031127929688 +0.150390625000 +-0.145507812500 +-0.015075683594 +0.060791015625 +-0.033935546875 +-0.002975463867 +-0.059570312500 +0.026489257812 +0.008422851562 +-0.032470703125 +0.125000000000 +0.310546875000 +-0.105468750000 +0.022583007812 +0.044677734375 +0.041748046875 +0.071289062500 +-0.064453125000 +0.065429687500 +-0.143554687500 +0.062255859375 +0.126953125000 +-0.115234375000 +0.018066406250 +0.228515625000 +0.194335937500 +0.193359375000 +-0.142578125000 +-0.180664062500 +0.218750000000 +0.066894531250 +0.486328125000 +-0.265625000000 +-0.112304687500 +-0.093261718750 +-0.169921875000 +0.054687500000 +-0.103515625000 +-0.047851562500 +-0.046875000000 +0.074218750000 +0.007202148438 +0.010070800781 +0.059326171875 +0.122558593750 +0.089843750000 +0.133789062500 +-0.144531250000 +-0.031738281250 +-0.337890625000 +-0.134765625000 +-0.126953125000 +-0.009643554688 +0.001281738281 +0.107910156250 +-0.053466796875 +0.045654296875 +0.072265625000 +0.218750000000 +-0.132812500000 +-0.067871093750 +-0.008483886719 +0.096191406250 +-0.065429687500 +0.005645751953 +-0.171875000000 +-0.227539062500 +-0.011657714844 +0.253906250000 +0.074707031250 +-0.063476562500 +0.060302734375 +-0.048339843750 +0.030029296875 +0.111816406250 +0.057617187500 +0.031494140625 +-0.013427734375 +0.060546875000 +0.075683593750 +0.071777343750 +0.039306640625 +-0.128906250000 +0.061523437500 +0.220703125000 +0.053466796875 +0.030151367188 +-0.196289062500 +-0.047119140625 +-0.059082031250 +-0.202148437500 +-0.129882812500 +0.119140625000 +0.027954101562 +-0.067382812500 +-0.052246093750 +-0.221679687500 +-0.048339843750 +-0.032714843750 +-0.109375000000 +-0.051513671875 +0.186523437500 +-0.134765625000 +-0.083496093750 +-0.019165039062 +-0.050048828125 +0.029296875000 +0.003036499023 +-0.009826660156 +-0.009216308594 +-0.083984375000 +-0.136718750000 +-0.283203125000 +-0.056396484375 +-0.125000000000 +-0.124511718750 +0.046142578125 +-0.005126953125 +-0.187500000000 +0.109863281250 +0.014587402344 +0.092285156250 +-0.035644531250 +-0.080078125000 +-0.076660156250 +0.115234375000 +0.035400390625 +0.089355468750 +0.176757812500 +-0.010925292969 +0.160156250000 +-0.099121093750 +-0.007293701172 +0.004577636719 +0.031250000000 +-0.064941406250 +-0.117675781250 +0.119628906250 +-0.085937500000 +0.101562500000 +0.025146484375 +0.101562500000 +0.084960937500 +-0.065917968750 +-0.155273437500 +0.063964843750 +0.012390136719 +-0.045166015625 +0.107421875000 +-0.036376953125 +0.001060485840 +0.032958984375 +-0.028442382812 +0.085449218750 +-0.093750000000 +-0.265625000000 +0.151367187500 +0.151367187500 +0.183593750000 +0.032226562500 +-0.083984375000 +-0.059082031250 +0.046386718750 +0.063964843750 +0.003646850586 +0.140625000000 +-0.113769531250 +0.101074218750 +0.053466796875 +-0.070312500000 +0.020019531250 +-0.046142578125 +-0.043945312500 +0.008117675781 +0.078125000000 +-0.087890625000 +0.159179687500 +-0.006408691406 +0.096191406250 +-0.083984375000 +0.024169921875 +-0.066894531250 +-0.082519531250 +0.089843750000 +0.265625000000 +-0.015563964844 +-0.170898437500 +-0.009460449219 +0.067382812500 +-0.024169921875 +0.143554687500 +-0.045410156250 +-0.124023437500 +0.132812500000 +0.131835937500 +0.011718750000 +0.003555297852 +0.057373046875 +-0.015747070312 +0.009216308594 +-0.106933593750 +-0.120605468750 +0.061523437500 +-0.004364013672 +-0.064941406250 +-0.019042968750 +-0.077148437500 +0.041259765625 +-0.003219604492 +0.073730468750 +-0.152343750000 +-0.061279296875 +-0.086914062500 +0.031738281250 +-0.060791015625 +0.031494140625 +-0.038818359375 +-0.082519531250 +0.069824218750 +-0.078613281250 +0.242187500000 +-0.033935546875 +0.180664062500 +-0.022460937500 +-0.154296875000 +-0.208984375000 +0.039550781250 +-0.212890625000 +0.219726562500 +0.026000976562 +-0.189453125000 +-0.082519531250 +0.040771484375 +0.115722656250 +0.030517578125 +0.055908203125 +0.000247955322 +-0.125976562500 +-0.071777343750 +-0.099121093750 +0.097656250000 +-0.066894531250 +-0.099121093750 +-0.116210937500 +0.099609375000 +0.015563964844 +-0.187500000000 +0.042968750000 +0.004547119141 +0.008300781250 +0.109375000000 +0.102050781250 +0.049072265625 +-0.062500000000 +0.004211425781 +0.056152343750 +0.178710937500 +-0.013549804688 +0.072753906250 +0.179687500000 +-0.114746093750 +0.079589843750 +-0.000938415527 +0.056884765625 +0.046386718750 +-0.148437500000 +0.013610839844 +-0.133789062500 +-0.005493164062 +-0.099609375000 +0.039062500000 +0.048828125000 +0.155273437500 +0.018798828125 +0.094238281250 +-0.046875000000 +0.020141601562 +0.077148437500 +0.208984375000 +-0.017578125000 +-0.043212890625 +-0.100585937500 +-0.097656250000 +-0.085937500000 +-0.113769531250 +0.015014648438 +-0.102539062500 +0.042480468750 +-0.052978515625 +-0.312500000000 +-0.228515625000 +-0.102050781250 +-0.073242187500 +-0.068359375000 +-0.034912109375 +-0.046875000000 +0.060058593750 +-0.007232666016 +-0.074218750000 +0.014831542969 +-0.026245117188 +0.098632812500 +0.097656250000 +0.090332031250 +0.067871093750 +-0.026489257812 +-0.105468750000 +-0.032958984375 +0.034179687500 +-0.045654296875 +-0.135742187500 +0.081542968750 +0.169921875000 +-0.194335937500 +0.182617187500 +-0.068847656250 +0.186523437500 +-0.078125000000 +0.046386718750 +0.197265625000 +-0.104492187500 +0.050537109375 +0.025878906250 +0.092285156250 +0.080566406250 +0.004577636719 +-0.057373046875 +-0.231445312500 +0.039062500000 +-0.011596679688 +-0.033203125000 +0.066894531250 +0.021118164062 +0.172851562500 +-0.023437500000 +-0.140625000000 +-0.014160156250 +-0.029052734375 +-0.076660156250 +-0.080078125000 +-0.021728515625 +-0.039062500000 +-0.068359375000 +-0.036376953125 +-0.100097656250 +0.107910156250 +0.122070312500 +0.039794921875 +-0.121582031250 +0.099121093750 +0.129882812500 +-0.028442382812 +-0.157226562500 +-0.151367187500 +-0.285156250000 +0.001968383789 +-0.166992187500 +0.109375000000 +-0.078125000000 +-0.067871093750 +-0.038574218750 +0.033691406250 +-0.067382812500 +-0.114746093750 +0.064453125000 +-0.000314712524 +-0.043212890625 +0.059082031250 +-0.095214843750 +0.013305664062 +0.051269531250 +-0.025390625000 +-0.155273437500 +-0.026000976562 +-0.088378906250 +-0.052490234375 +-0.047851562500 +-0.148437500000 +-0.060546875000 +0.060791015625 +0.020263671875 +0.108398437500 +0.042236328125 +0.102539062500 +-0.155273437500 +-0.185546875000 +0.104003906250 +-0.000644683838 +0.001823425293 +-0.052490234375 +0.008361816406 +0.135742187500 +0.056884765625 +-0.060302734375 +-0.012756347656 +0.055664062500 +-0.159179687500 +-0.027954101562 +-0.102539062500 +0.032958984375 +-0.026977539062 +0.016723632812 +0.008117675781 +0.043457031250 +-0.163085937500 +0.130859375000 +0.047119140625 +-0.083984375000 +-0.066406250000 +-0.075683593750 +-0.083007812500 +0.072753906250 +-0.072265625000 +-0.035644531250 +0.058105468750 +0.137695312500 +-0.109375000000 +0.083984375000 +0.104980468750 +-0.086425781250 +-0.000417709351 +0.041748046875 +0.069824218750 +-0.095703125000 +-0.093261718750 +-0.034423828125 +-0.219726562500 +-0.139648437500 +0.040039062500 +0.001609802246 +0.067871093750 +-0.021606445312 +0.064941406250 +0.204101562500 +-0.021118164062 +-0.137695312500 +-0.115234375000 +-0.093750000000 +0.038330078125 +0.233398437500 +-0.024780273438 +-0.026733398438 +0.172851562500 +0.123046875000 +-0.021362304688 +0.028930664062 +0.035156250000 +-0.046386718750 +0.100097656250 +0.044189453125 +0.019409179688 +-0.074218750000 +-0.077636718750 +0.121582031250 +0.064453125000 +0.033203125000 +0.158203125000 +-0.003219604492 +-0.034179687500 +0.150390625000 +0.119140625000 +-0.017089843750 +0.031982421875 +-0.198242187500 +-0.044433593750 +0.018432617188 +0.096679687500 +0.059570312500 +0.007690429688 +-0.050048828125 +-0.003326416016 +0.088867187500 +-0.178710937500 +0.134765625000 +-0.060791015625 +0.026000976562 +-0.065429687500 +0.020996093750 +-0.000206947327 +-0.029052734375 +0.123535156250 +0.019409179688 +0.095703125000 +-0.099121093750 +0.059082031250 +-0.090820312500 +-0.081542968750 +0.086425781250 +0.019897460938 +0.055908203125 +-0.007446289062 +0.023315429688 +0.038085937500 +-0.158203125000 +0.097656250000 +0.060791015625 +-0.139648437500 +-0.015380859375 +-0.151367187500 +-0.114257812500 +-0.213867187500 +0.085937500000 +0.041748046875 +0.030273437500 +-0.070800781250 +0.016601562500 +0.033203125000 +0.146484375000 +0.159179687500 +0.072265625000 +-0.007324218750 +0.007019042969 +0.106933593750 +0.058349609375 +-0.120117187500 +-0.006591796875 +-0.030395507812 +-0.039794921875 +0.025268554688 +-0.104980468750 +-0.020385742188 +-0.056884765625 +-0.010070800781 +0.021850585938 +-0.030029296875 +0.249023437500 +0.110839843750 +0.039550781250 +0.122558593750 +0.096679687500 +0.174804687500 +-0.103515625000 +-0.051269531250 +-0.144531250000 +0.028198242188 +-0.138671875000 +-0.056884765625 +-0.126953125000 +0.209960937500 +-0.054931640625 +0.119628906250 +-0.031982421875 +0.019287109375 +-0.209960937500 +-0.075195312500 +-0.104980468750 +-0.164062500000 +0.085937500000 +-0.081542968750 +-0.096191406250 +-0.110351562500 +-0.056152343750 +0.062988281250 +0.100097656250 +-0.067382812500 +0.014099121094 +0.028930664062 +0.020629882812 +0.091308593750 +0.147460937500 +-0.074707031250 +0.027221679688 +0.137695312500 +-0.195312500000 +-0.049316406250 +-0.013305664062 +0.147460937500 +0.072753906250 +-0.026000976562 +-0.172851562500 +0.026611328125 +0.107421875000 +0.056640625000 +-0.188476562500 +0.076171875000 +-0.004028320312 +-0.028076171875 +0.002304077148 +0.064941406250 +0.070312500000 +-0.078125000000 +0.161132812500 +0.135742187500 +-0.021972656250 +-0.141601562500 +-0.080566406250 +-0.008728027344 +0.016357421875 +0.126953125000 +0.088867187500 +0.100097656250 +-0.106933593750 +0.026123046875 +-0.135742187500 +0.023193359375 +0.066894531250 +-0.003890991211 +0.227539062500 +-0.092285156250 +0.154296875000 +0.068847656250 +0.059814453125 +-0.074218750000 +-0.031494140625 +0.155273437500 +-0.081542968750 +-0.204101562500 +-0.113769531250 +-0.020385742188 +0.025390625000 +0.064453125000 +0.053466796875 +-0.175781250000 +0.068847656250 +0.069335937500 +-0.219726562500 +0.157226562500 +-0.199218750000 +0.100585937500 +0.144531250000 +-0.062500000000 +-0.048339843750 +0.169921875000 +-0.085937500000 +-0.145507812500 +0.125976562500 +-0.106933593750 +-0.057617187500 +0.042724609375 +-0.063476562500 +0.079589843750 +-0.156250000000 +0.033935546875 +-0.038818359375 +-0.066406250000 +0.179687500000 +-0.058349609375 +0.174804687500 +0.013549804688 +-0.090820312500 +0.106933593750 +0.069335937500 +0.225585937500 +0.056152343750 +0.009399414062 +0.020385742188 +0.033935546875 +-0.114746093750 +0.052246093750 +0.035156250000 +0.085937500000 +-0.046142578125 +0.129882812500 +-0.158203125000 +-0.066406250000 +-0.046142578125 +-0.010498046875 +0.064453125000 +-0.019653320312 +0.040283203125 +-0.021850585938 +-0.046386718750 +0.085449218750 +-0.205078125000 +0.051757812500 +-0.098632812500 +-0.124511718750 +-0.011596679688 +-0.011474609375 +-0.005981445312 +-0.199218750000 +0.014404296875 +0.007934570312 +0.011779785156 +0.041992187500 +0.107910156250 +-0.045410156250 +-0.221679687500 +-0.165039062500 +-0.102050781250 +-0.023559570312 +-0.050292968750 +0.015014648438 +-0.093750000000 +-0.089355468750 +0.001968383789 +-0.077636718750 +0.008300781250 +0.165039062500 +0.059326171875 +0.006439208984 +0.180664062500 +0.227539062500 +0.076171875000 +-0.044189453125 +-0.115234375000 +0.115722656250 +-0.041992187500 +0.043701171875 +-0.172851562500 +-0.020751953125 +0.003570556641 +0.052734375000 +-0.169921875000 +0.138671875000 +-0.017456054688 +0.063476562500 +0.105468750000 +-0.036132812500 +0.033447265625 +-0.059326171875 +-0.043945312500 +0.219726562500 +0.122558593750 +0.114257812500 +0.107421875000 +0.001098632812 +-0.102539062500 +-0.004760742188 +0.128906250000 +-0.239257812500 +0.102539062500 +0.253906250000 +0.098632812500 +0.050048828125 +-0.004974365234 +0.053955078125 +0.039062500000 +-0.003906250000 +-0.054199218750 +-0.031738281250 +0.076660156250 +-0.097656250000 +0.010070800781 +-0.026855468750 +0.023925781250 +0.040771484375 +-0.023315429688 +-0.007995605469 +0.061523437500 +-0.177734375000 +0.025390625000 +0.007263183594 +-0.057128906250 +-0.046875000000 +-0.208984375000 +-0.103027343750 +0.127929687500 +0.069824218750 +0.060302734375 +0.061767578125 +-0.184570312500 +0.142578125000 +-0.026977539062 +-0.093261718750 +0.031127929688 +0.055908203125 +0.035888671875 +0.016845703125 +-0.265625000000 +0.068359375000 +0.060546875000 +-0.193359375000 +0.005432128906 +0.082519531250 +0.038085937500 +-0.047607421875 +-0.077636718750 +0.153320312500 +-0.054931640625 +-0.021728515625 +-0.018310546875 +-0.062500000000 +-0.128906250000 +-0.085449218750 +0.180664062500 +-0.017456054688 +-0.161132812500 +0.005035400391 +-0.062988281250 +-0.013122558594 +0.027465820312 +0.129882812500 +0.053466796875 +0.014770507812 +0.046386718750 +-0.028320312500 +-0.120605468750 +-0.073730468750 +0.084472656250 +-0.050537109375 +-0.023559570312 +-0.044677734375 +0.200195312500 +0.359375000000 +0.092773437500 +-0.160156250000 +0.194335937500 +-0.084960937500 +0.017211914062 +-0.166992187500 +-0.039550781250 +-0.031982421875 +0.181640625000 +0.168945312500 +-0.075683593750 +-0.056884765625 +0.041015625000 +-0.057128906250 +-0.071777343750 +0.030151367188 +-0.120605468750 +0.065429687500 +0.130859375000 +-0.102050781250 +0.083007812500 +0.135742187500 +-0.161132812500 +-0.255859375000 +0.009399414062 +0.017822265625 +-0.110839843750 +-0.137695312500 +-0.053222656250 +-0.026123046875 +-0.082519531250 +-0.174804687500 +-0.148437500000 +0.055175781250 +-0.091796875000 +-0.086425781250 +-0.128906250000 +-0.235351562500 +-0.125000000000 +-0.047851562500 +-0.021728515625 +-0.054931640625 +0.038574218750 +0.123535156250 +-0.083496093750 +0.175781250000 +-0.135742187500 +-0.029785156250 +-0.038574218750 +0.054687500000 +-0.015869140625 +-0.069824218750 +-0.008911132812 +-0.165039062500 +0.027954101562 +-0.032226562500 +0.034667968750 +0.025512695312 +-0.057128906250 +0.003448486328 +-0.031982421875 +0.106445312500 +0.006988525391 +-0.049804687500 +-0.054443359375 +-0.083984375000 +-0.053222656250 +-0.046142578125 +0.037597656250 +-0.098632812500 +-0.106933593750 +0.053710937500 +0.002990722656 +-0.001846313477 +-0.053710937500 +-0.107421875000 +-0.006622314453 +-0.052246093750 +0.053710937500 +0.172851562500 +0.036376953125 +-0.149414062500 +0.223632812500 +-0.032714843750 +0.036621093750 +0.247070312500 +0.159179687500 +-0.040283203125 +0.161132812500 +-0.061279296875 +-0.145507812500 +-0.273437500000 +-0.066894531250 +0.043457031250 +0.107421875000 +-0.052978515625 +0.006072998047 +-0.018798828125 +-0.127929687500 +-0.086425781250 +0.117187500000 +-0.140625000000 +0.300781250000 +0.045654296875 +-0.019531250000 +-0.102050781250 +-0.069335937500 +-0.067871093750 +-0.033691406250 +-0.200195312500 +0.008300781250 +-0.030273437500 +-0.050292968750 +-0.027954101562 +-0.069335937500 +0.109863281250 +0.043212890625 +-0.314453125000 +-0.056884765625 +-0.089355468750 +-0.091308593750 +0.124511718750 +-0.271484375000 +0.019897460938 +-0.014404296875 +-0.060546875000 +0.042236328125 +-0.031494140625 +-0.034423828125 +-0.101074218750 +-0.057128906250 +0.023437500000 +-0.104003906250 +-0.156250000000 +0.203125000000 +-0.224609375000 +-0.146484375000 +0.105957031250 +0.241210937500 +0.097167968750 +0.228515625000 +-0.116210937500 +0.069824218750 +-0.036865234375 +0.023803710938 +-0.033203125000 +-0.056884765625 +-0.115722656250 +0.080566406250 +0.296875000000 +0.053955078125 +0.085937500000 +-0.127929687500 +0.066406250000 +0.096191406250 +-0.097167968750 +-0.143554687500 +0.035888671875 +0.043212890625 +0.053466796875 +0.001266479492 +0.036865234375 +0.059082031250 +-0.009948730469 +0.004364013672 +-0.034912109375 +-0.013977050781 +0.040771484375 +0.081054687500 +-0.084472656250 +-0.078125000000 +0.086425781250 +0.076171875000 +0.083984375000 +-0.128906250000 +-0.078125000000 +0.098632812500 +0.068359375000 +-0.104492187500 +0.136718750000 +0.253906250000 +-0.024536132812 +-0.069824218750 +-0.036132812500 +0.248046875000 +-0.068847656250 +-0.210937500000 +0.121582031250 +0.045166015625 +-0.154296875000 +-0.025756835938 +-0.066894531250 +0.042968750000 +-0.224609375000 +-0.008117675781 +-0.129882812500 +-0.004241943359 +-0.077148437500 +-0.048583984375 +-0.197265625000 +0.021362304688 +0.055175781250 +-0.129882812500 +-0.041015625000 +0.058837890625 +0.114746093750 +-0.008056640625 +-0.236328125000 +0.062255859375 +0.188476562500 +0.062500000000 +0.050292968750 +-0.142578125000 +-0.094726562500 +0.176757812500 +0.182617187500 +-0.062011718750 +0.108398437500 +-0.109863281250 +-0.124023437500 +-0.151367187500 +-0.031982421875 +0.009277343750 +-0.036621093750 +-0.018188476562 +0.079101562500 +-0.121093750000 +0.001998901367 +-0.177734375000 +-0.051269531250 +-0.023803710938 +-0.046875000000 +-0.151367187500 +-0.147460937500 +0.103027343750 +-0.075683593750 +-0.220703125000 +-0.019287109375 +-0.040527343750 +0.005126953125 +-0.036132812500 +-0.058105468750 +0.081542968750 +0.031982421875 +-0.159179687500 +0.046142578125 +-0.098144531250 +-0.021728515625 +0.081054687500 +-0.071289062500 +-0.012390136719 +-0.062988281250 +0.106445312500 +-0.093261718750 +-0.023193359375 +-0.042968750000 +0.044189453125 +0.111816406250 +-0.037841796875 +0.140625000000 +-0.092285156250 +-0.091308593750 +-0.186523437500 +0.006683349609 +-0.040771484375 +0.040527343750 +0.018310546875 +0.132812500000 +-0.263671875000 +-0.066894531250 +-0.029907226562 +-0.010192871094 +-0.357421875000 +0.030395507812 +0.101074218750 +-0.054443359375 +0.190429687500 +-0.172851562500 +0.257812500000 +-0.108886718750 +0.045166015625 +0.099609375000 +-0.271484375000 +-0.253906250000 +0.138671875000 +-0.112304687500 +-0.001693725586 +0.057861328125 +0.302734375000 +0.136718750000 +0.020629882812 +0.054687500000 +0.046142578125 +0.056152343750 +0.054443359375 +-0.180664062500 +-0.059814453125 +0.159179687500 +0.149414062500 +0.068847656250 +-0.009399414062 +-0.023559570312 +0.110839843750 +-0.035400390625 +0.013671875000 +-0.009155273438 +-0.138671875000 +0.054199218750 +0.251953125000 +0.149414062500 +0.059082031250 +-0.043457031250 +0.179687500000 +-0.046875000000 +-0.089355468750 +0.061279296875 +0.086914062500 +0.050292968750 +0.133789062500 +-0.035156250000 +-0.081542968750 +-0.027221679688 +0.035644531250 +-0.008422851562 +-0.136718750000 +-0.129882812500 +-0.001243591309 +-0.122070312500 +0.067382812500 +0.225585937500 +0.125976562500 +0.038574218750 +0.222656250000 +0.036865234375 +0.065429687500 +0.079589843750 +-0.033691406250 +0.016601562500 +-0.320312500000 +-0.107910156250 +-0.027954101562 +-0.167968750000 +-0.035156250000 +0.187500000000 +0.026000976562 +0.154296875000 +-0.110351562500 +0.021118164062 +0.082519531250 +0.108886718750 +-0.050537109375 +-0.019653320312 +-0.175781250000 +-0.160156250000 +-0.004028320312 +-0.037109375000 +-0.018676757812 +-0.000242233276 +-0.139648437500 +-0.109375000000 +0.011352539062 +-0.034179687500 +-0.112792968750 +0.063476562500 +0.029418945312 +0.031738281250 +0.100585937500 +0.026367187500 +0.062988281250 +0.130859375000 +-0.044189453125 +0.115234375000 +0.027343750000 +-0.067871093750 +0.052001953125 +0.005310058594 +0.003799438477 +0.036376953125 +-0.032714843750 +-0.006134033203 +0.048828125000 +-0.073730468750 +-0.034912109375 +0.023437500000 +0.045654296875 +-0.088867187500 +0.008422851562 +0.038574218750 +-0.000492095947 +0.000461578369 +0.234375000000 +0.300781250000 +0.048339843750 +0.043701171875 +0.101074218750 +-0.069335937500 +0.074707031250 +-0.043457031250 +-0.038330078125 +-0.008117675781 +-0.059814453125 +0.106933593750 +0.072753906250 +-0.206054687500 +0.235351562500 +0.149414062500 +0.051757812500 +0.030517578125 +-0.128906250000 +0.041503906250 +-0.083984375000 +0.014648437500 +-0.040283203125 +-0.067382812500 +-0.084960937500 +0.093750000000 +-0.029052734375 +-0.165039062500 +-0.056152343750 +-0.095214843750 +0.057128906250 +0.259765625000 +-0.061523437500 +0.111328125000 +-0.098144531250 +0.026977539062 +-0.034912109375 +-0.015747070312 +0.026855468750 +0.127929687500 +0.013305664062 +-0.125976562500 +0.068359375000 +0.057373046875 +-0.012207031250 +-0.066406250000 +-0.155273437500 +-0.072753906250 +0.060546875000 +0.023193359375 +0.210937500000 +-0.092773437500 +0.022827148438 +-0.002639770508 +-0.041503906250 +-0.036865234375 +0.026855468750 +0.169921875000 +-0.083496093750 +-0.000105857849 +-0.086425781250 +-0.148437500000 +-0.021118164062 +-0.085449218750 +-0.045410156250 +0.048339843750 +0.163085937500 +-0.036621093750 +-0.030395507812 +0.045898437500 +-0.036621093750 +-0.017089843750 +0.003051757812 +-0.038330078125 +-0.139648437500 +-0.025878906250 +-0.106445312500 +-0.003890991211 +0.030029296875 +-0.030517578125 +0.177734375000 +0.166015625000 +-0.016845703125 +0.019897460938 +-0.050537109375 +0.101074218750 +-0.035888671875 +-0.088867187500 +0.053466796875 +-0.063476562500 +0.109863281250 +0.169921875000 +-0.008056640625 +0.126953125000 +0.110351562500 +-0.048828125000 +0.073242187500 +-0.150390625000 +0.057617187500 +-0.108886718750 +0.018310546875 +-0.009277343750 +-0.130859375000 +-0.151367187500 +0.082031250000 +-0.183593750000 +0.022705078125 +0.099121093750 +-0.048583984375 +0.044433593750 +-0.058105468750 +0.093261718750 +-0.118652343750 +0.126953125000 +0.166992187500 +0.183593750000 +0.143554687500 +-0.005279541016 +0.073242187500 +0.010070800781 +0.004760742188 +-0.077148437500 +-0.114257812500 +-0.121582031250 +-0.175781250000 +0.105468750000 +-0.120117187500 +-0.063476562500 +-0.087402343750 +-0.143554687500 +0.048583984375 +-0.086914062500 +-0.030517578125 +-0.046875000000 +0.239257812500 +-0.165039062500 +-0.040527343750 +0.230468750000 +-0.012756347656 +-0.062500000000 +-0.082519531250 +0.032958984375 +-0.036621093750 +0.161132812500 +0.057128906250 +-0.271484375000 +-0.092773437500 +-0.015991210938 +0.066406250000 +0.125976562500 +-0.242187500000 +0.050781250000 +-0.083984375000 +-0.084472656250 +-0.033691406250 +0.070800781250 +-0.054443359375 +-0.038574218750 +-0.058105468750 +-0.109375000000 +-0.001510620117 +-0.112304687500 +0.082519531250 +-0.070312500000 +0.028076171875 +0.022827148438 +0.029052734375 +-0.081542968750 +-0.076660156250 +-0.125976562500 +0.173828125000 +-0.051269531250 +0.150390625000 +-0.036621093750 +0.207031250000 +-0.042724609375 +0.069824218750 +-0.108398437500 +0.059570312500 +-0.029418945312 +-0.088867187500 +0.141601562500 +-0.080566406250 +0.181640625000 +-0.001922607422 +-0.053222656250 +0.059082031250 +-0.157226562500 +0.221679687500 +-0.027954101562 +0.056396484375 +0.177734375000 +0.020385742188 +0.124511718750 +0.014709472656 +-0.006927490234 +0.089843750000 +-0.019409179688 +-0.021362304688 +-0.083496093750 +-0.027954101562 +0.023925781250 +0.063476562500 +0.056640625000 +-0.046142578125 +-0.115234375000 +0.265625000000 +-0.166015625000 +-0.103027343750 +0.058593750000 +0.002075195312 +0.086914062500 +0.033447265625 +-0.088378906250 +-0.023437500000 +0.222656250000 +0.024291992188 +-0.090820312500 +0.008972167969 +-0.215820312500 +0.086914062500 +0.104003906250 +-0.026000976562 +-0.267578125000 +0.096679687500 +-0.058837890625 +0.033447265625 +0.065429687500 +0.058105468750 +0.012512207031 +0.039306640625 +0.047119140625 +0.011779785156 +-0.118164062500 +-0.187500000000 +-0.019042968750 +-0.099121093750 +0.057617187500 +0.185546875000 +0.120605468750 +-0.090820312500 +-0.086914062500 +-0.045898437500 +0.069335937500 +0.010620117188 +0.033691406250 +0.071289062500 +-0.003082275391 +0.112304687500 +-0.073242187500 +-0.044677734375 +-0.013671875000 +0.118164062500 +-0.068847656250 +-0.168945312500 +0.024047851562 +-0.191406250000 +0.018554687500 +-0.050048828125 +-0.055175781250 +0.076660156250 +-0.015380859375 +0.035644531250 +-0.263671875000 +-0.048583984375 +0.059082031250 +-0.173828125000 +-0.008972167969 +0.034912109375 +-0.007781982422 +0.094238281250 +-0.122558593750 +-0.224609375000 +-0.176757812500 +-0.060058593750 +-0.027343750000 +-0.017578125000 +-0.071777343750 +0.026855468750 +0.161132812500 +0.102050781250 +0.004882812500 +-0.036865234375 +-0.153320312500 +0.048583984375 +-0.012390136719 +-0.068847656250 +-0.044921875000 +0.068359375000 +0.032470703125 +0.013671875000 +-0.105957031250 +0.114746093750 +-0.123046875000 +-0.079101562500 +-0.115722656250 +-0.004028320312 +-0.136718750000 +-0.011169433594 +-0.051757812500 +0.082031250000 +0.013977050781 +0.112304687500 +-0.104980468750 +0.018188476562 +-0.080566406250 +0.040039062500 +0.166992187500 +-0.053222656250 +-0.081054687500 +0.080566406250 +-0.213867187500 +-0.212890625000 +-0.160156250000 +-0.339843750000 +0.042724609375 +-0.104003906250 +-0.211914062500 +-0.003082275391 +-0.097656250000 +0.101562500000 +0.236328125000 +0.015197753906 +0.172851562500 +0.119140625000 +-0.019165039062 +0.127929687500 +0.050048828125 +-0.042724609375 +0.081542968750 +0.210937500000 +-0.020141601562 +0.028686523438 +0.148437500000 +-0.019287109375 +-0.083496093750 +-0.036376953125 +-0.057373046875 +-0.103515625000 +0.073730468750 +-0.070800781250 +-0.124023437500 +0.109863281250 +0.073242187500 +0.118164062500 +0.219726562500 +0.100097656250 +0.101562500000 +-0.131835937500 +0.085937500000 +-0.132812500000 +-0.046142578125 +-0.108398437500 +0.017089843750 +-0.009216308594 +0.035888671875 +0.115234375000 +-0.018310546875 +-0.044921875000 +-0.036132812500 +0.175781250000 +0.050537109375 +-0.047607421875 +-0.065429687500 +0.174804687500 +0.061767578125 +0.113769531250 +-0.065429687500 +-0.060546875000 +0.034912109375 +0.005340576172 +-0.032470703125 +-0.026000976562 +-0.181640625000 +0.022949218750 +-0.048339843750 +-0.026977539062 +0.058349609375 +0.060058593750 +0.138671875000 +0.055175781250 +-0.009460449219 +0.060058593750 +-0.081542968750 +-0.008117675781 +-0.062988281250 +0.008850097656 +0.036621093750 +-0.235351562500 +-0.169921875000 +-0.020507812500 +0.032226562500 +-0.083007812500 +-0.115722656250 +0.121582031250 +-0.035888671875 +0.031127929688 +0.062500000000 +-0.084472656250 +0.129882812500 +0.005065917969 +0.046386718750 +0.147460937500 +-0.017456054688 +-0.067871093750 +0.259765625000 +-0.059814453125 +-0.049072265625 +-0.068359375000 +-0.129882812500 +0.084960937500 +0.102539062500 +-0.073242187500 +-0.137695312500 +-0.049560546875 +-0.066406250000 +-0.095214843750 +-0.107910156250 +-0.052734375000 +-0.108398437500 +-0.027221679688 +0.088378906250 +0.208984375000 +0.106933593750 +-0.079101562500 +0.033203125000 +0.077636718750 +-0.025268554688 +-0.011901855469 +-0.038085937500 +-0.036621093750 +0.143554687500 +0.114257812500 +-0.041748046875 +-0.119140625000 +-0.077636718750 +-0.064941406250 +-0.095703125000 +0.087890625000 +-0.114257812500 +-0.117675781250 +0.110351562500 +-0.064941406250 +-0.091308593750 +-0.167968750000 +-0.015747070312 +-0.200195312500 +-0.031738281250 +0.241210937500 +-0.113281250000 +-0.090820312500 +0.004943847656 +0.166015625000 +0.015319824219 +0.098632812500 +0.142578125000 +0.211914062500 +0.102050781250 +0.119628906250 +0.055664062500 +-0.013305664062 +0.048095703125 +-0.097167968750 +-0.087890625000 +0.165039062500 +0.031127929688 +0.030395507812 +-0.116210937500 +0.035156250000 +0.209960937500 +-0.077636718750 +0.009765625000 +0.012939453125 +0.166992187500 +-0.084472656250 +-0.037109375000 +0.174804687500 +0.126953125000 +-0.041503906250 +0.058593750000 +-0.257812500000 +-0.104492187500 +0.052490234375 +0.020141601562 +0.221679687500 +-0.009460449219 +0.116210937500 +-0.125976562500 +0.152343750000 +-0.094726562500 +-0.034179687500 +-0.078125000000 +-0.030761718750 +-0.077148437500 +-0.017822265625 +-0.071289062500 +-0.062255859375 +-0.051757812500 +-0.076171875000 +0.030761718750 +0.043457031250 +-0.021728515625 +0.011657714844 +-0.146484375000 +-0.007812500000 +-0.044921875000 +0.257812500000 +0.193359375000 +-0.103515625000 +-0.027465820312 +-0.004669189453 +-0.026855468750 +-0.244140625000 +-0.226562500000 +-0.028076171875 +0.104003906250 +-0.070312500000 +0.090820312500 +-0.158203125000 +-0.142578125000 +-0.069824218750 +-0.068847656250 +0.057128906250 +-0.099609375000 +-0.013610839844 +0.006072998047 +0.029174804688 +-0.105957031250 +-0.015380859375 +0.023315429688 +-0.007080078125 +-0.074218750000 +0.118652343750 +0.034912109375 +-0.187500000000 +-0.142578125000 +-0.154296875000 +0.038818359375 +-0.027832031250 +-0.269531250000 +-0.004547119141 +-0.025024414062 +-0.052246093750 +-0.011596679688 +-0.089843750000 +-0.155273437500 +0.277343750000 +-0.098144531250 +0.077148437500 +-0.127929687500 +-0.020019531250 +0.158203125000 +-0.053466796875 +-0.039550781250 +0.012939453125 +-0.105468750000 +-0.104492187500 +-0.022216796875 +-0.103027343750 +-0.066894531250 +0.048583984375 +-0.029174804688 +-0.243164062500 +-0.081054687500 +-0.161132812500 +0.004364013672 +-0.003372192383 +-0.041503906250 +-0.108398437500 +0.124511718750 +-0.003448486328 +0.036376953125 +-0.135742187500 +-0.090820312500 +0.068359375000 +0.207031250000 +-0.053222656250 +0.188476562500 +-0.128906250000 +0.073242187500 +0.092285156250 +0.061035156250 +0.071777343750 +0.084472656250 +0.075195312500 +-0.034423828125 +0.233398437500 +-0.006134033203 +-0.021850585938 +-0.063476562500 +0.038818359375 +-0.024658203125 +-0.017333984375 +-0.000858306885 +0.014038085938 +0.052978515625 +0.027099609375 +0.108886718750 +0.016723632812 +0.102050781250 +0.054199218750 +0.154296875000 +-0.004943847656 +0.143554687500 +0.082031250000 +-0.156250000000 +0.125976562500 +-0.003814697266 +-0.152343750000 +-0.224609375000 +0.028198242188 +-0.079589843750 +0.049316406250 +-0.142578125000 +-0.210937500000 +-0.027343750000 +0.263671875000 +-0.002365112305 +-0.030761718750 +-0.064453125000 +0.065917968750 +-0.166015625000 +0.107421875000 +0.183593750000 +-0.135742187500 +0.018798828125 +-0.064453125000 +-0.229492187500 +-0.035644531250 +-0.107421875000 +0.071289062500 +-0.017333984375 +-0.014465332031 +-0.067382812500 +0.009887695312 +0.075195312500 +0.072265625000 +-0.094238281250 +-0.226562500000 +0.155273437500 +0.084472656250 +0.203125000000 +0.006530761719 +0.049072265625 +-0.151367187500 +0.160156250000 +0.003189086914 +-0.045654296875 +0.121582031250 +-0.045654296875 +0.002182006836 +-0.014770507812 +0.013549804688 +0.000373840332 +-0.021362304688 +0.222656250000 +0.165039062500 +-0.004699707031 +-0.079101562500 +-0.041748046875 +0.115722656250 +0.198242187500 +0.073730468750 +0.041992187500 +0.082519531250 +-0.126953125000 +-0.012817382812 +-0.056152343750 +-0.118164062500 +0.068359375000 +0.063476562500 +0.043212890625 +-0.106933593750 +-0.168945312500 +0.014526367188 +-0.056640625000 +-0.056152343750 +-0.139648437500 +-0.279296875000 +0.231445312500 +0.131835937500 +0.063964843750 +-0.081054687500 +0.230468750000 +0.026000976562 +-0.047363281250 +0.019897460938 +0.113769531250 +0.059082031250 +0.074218750000 +-0.064453125000 +-0.156250000000 +0.083984375000 +0.104003906250 +0.002304077148 +0.017211914062 +0.024902343750 +0.156250000000 +0.061767578125 +-0.114746093750 +0.099121093750 +0.035400390625 +-0.155273437500 +-0.054443359375 +-0.071289062500 +-0.033447265625 +-0.057861328125 +-0.147460937500 +0.128906250000 +0.002120971680 +0.098144531250 +0.019775390625 +0.079101562500 +0.014892578125 +-0.073242187500 +0.078125000000 +0.133789062500 +0.038818359375 +-0.120117187500 +0.001647949219 +-0.208984375000 +-0.104980468750 +0.065429687500 +-0.223632812500 +-0.047363281250 +-0.048583984375 +0.020019531250 +0.020751953125 +-0.002182006836 +0.142578125000 +0.143554687500 +-0.145507812500 +0.050781250000 +-0.106445312500 +0.009216308594 +0.028808593750 +0.055664062500 +-0.104003906250 +-0.045898437500 +0.056396484375 +-0.052001953125 +-0.279296875000 +-0.010253906250 +-0.003768920898 +-0.135742187500 +0.125000000000 +-0.055664062500 +0.048095703125 +-0.145507812500 +0.003829956055 +-0.014526367188 +0.059570312500 +0.079101562500 +-0.167968750000 +0.131835937500 +-0.038085937500 +0.006561279297 +-0.091796875000 +0.030761718750 +0.035156250000 +-0.086914062500 +0.083984375000 +0.116699218750 +0.113281250000 +0.240234375000 +-0.081542968750 +0.025878906250 +0.066894531250 +0.067382812500 +-0.227539062500 +0.080566406250 +0.181640625000 +-0.000633239746 +-0.088378906250 +-0.007263183594 +0.053955078125 +0.114257812500 +0.046630859375 +-0.067382812500 +-0.021728515625 +-0.095214843750 +0.198242187500 +0.263671875000 +0.150390625000 +0.002227783203 +0.062500000000 +0.034912109375 +0.094726562500 +0.141601562500 +0.294921875000 +0.038574218750 +0.013916015625 +0.052978515625 +-0.029785156250 +-0.423828125000 +-0.146484375000 +0.019653320312 +0.141601562500 +0.240234375000 +-0.064941406250 +0.022460937500 +0.066894531250 +0.090332031250 +-0.009826660156 +0.080566406250 +0.003311157227 +0.060058593750 +0.035888671875 +-0.004241943359 +-0.136718750000 +-0.145507812500 +0.038330078125 +0.022827148438 +-0.204101562500 +-0.020385742188 +-0.365234375000 +0.163085937500 +-0.046630859375 +-0.144531250000 +0.000862121582 +-0.033447265625 +-0.020996093750 +-0.146484375000 +-0.160156250000 +-0.079101562500 +-0.306640625000 +-0.137695312500 +-0.142578125000 +0.167968750000 +-0.088867187500 +0.146484375000 +-0.010803222656 +-0.188476562500 +-0.026733398438 +0.221679687500 +-0.044189453125 +0.071289062500 +-0.056396484375 +0.015258789062 +-0.004821777344 +0.027832031250 +0.085937500000 +-0.008850097656 +0.229492187500 +0.041259765625 +0.053466796875 +0.091796875000 +0.043701171875 +-0.018676757812 +0.104980468750 +0.104003906250 +0.110839843750 +-0.103515625000 +0.062500000000 +0.097656250000 +-0.177734375000 +-0.033691406250 +0.141601562500 +0.031738281250 +-0.012390136719 +-0.062255859375 +0.058837890625 +0.083007812500 +-0.146484375000 +-0.011718750000 +-0.159179687500 +0.163085937500 +0.041259765625 +-0.080566406250 +-0.161132812500 +-0.019653320312 +-0.026245117188 +0.077148437500 +0.106445312500 +-0.113281250000 +0.047851562500 +-0.181640625000 +0.068359375000 +0.100585937500 +0.292968750000 +0.075195312500 +-0.065429687500 +-0.265625000000 +0.173828125000 +-0.003845214844 +0.136718750000 +0.119628906250 +0.138671875000 +-0.000701904297 +-0.077148437500 +-0.190429687500 +0.006988525391 +-0.047851562500 +-0.054199218750 +0.040039062500 +0.104980468750 +-0.223632812500 +0.050292968750 +-0.142578125000 +0.111328125000 +-0.047851562500 +0.015136718750 +0.131835937500 +-0.041748046875 +0.026123046875 +-0.007049560547 +0.075683593750 +-0.073242187500 +0.020874023438 +-0.079101562500 +-0.019897460938 +0.090332031250 +-0.012268066406 +0.237304687500 +-0.062011718750 +-0.012329101562 +0.007812500000 +0.056152343750 +-0.092773437500 +0.071777343750 +0.048095703125 +0.016845703125 +0.038574218750 +-0.052001953125 +0.019531250000 +0.041748046875 +0.115234375000 +-0.289062500000 +-0.043212890625 +-0.069335937500 +0.056640625000 +0.042480468750 +-0.047363281250 +0.027832031250 +-0.047851562500 +-0.067382812500 +0.101074218750 +0.092773437500 +-0.102050781250 +0.195312500000 +-0.094238281250 +0.042968750000 +-0.168945312500 +-0.081054687500 +-0.093261718750 +-0.018920898438 +-0.242187500000 +-0.236328125000 +-0.059570312500 +-0.097167968750 +-0.080078125000 +-0.246093750000 +0.114746093750 +0.105468750000 +-0.129882812500 +-0.061279296875 +0.166992187500 +0.133789062500 +-0.013244628906 +-0.042480468750 +0.190429687500 +0.116210937500 +-0.308593750000 +0.108886718750 +0.079589843750 +0.028076171875 +0.137695312500 +-0.022705078125 +0.016479492188 +-0.013732910156 +0.181640625000 +0.078125000000 +0.086425781250 +0.069335937500 +0.100097656250 +0.080078125000 +-0.287109375000 +-0.310546875000 +0.041259765625 +-0.101562500000 +0.074218750000 +0.056884765625 +0.133789062500 +0.074707031250 +-0.115234375000 +-0.190429687500 +0.060546875000 +-0.187500000000 +0.041015625000 +0.053222656250 +-0.033203125000 +-0.015625000000 +0.001167297363 +0.090820312500 +-0.056884765625 +-0.072265625000 +-0.240234375000 +0.078125000000 +0.013366699219 +0.271484375000 +-0.030151367188 +-0.010742187500 +0.056884765625 +0.001525878906 +-0.029907226562 +-0.016723632812 +-0.200195312500 +0.045166015625 +-0.013488769531 +-0.003143310547 +-0.013305664062 +-0.114257812500 +0.006591796875 +0.014953613281 +-0.040527343750 +-0.083984375000 +0.069824218750 +0.052246093750 +-0.048828125000 +-0.310546875000 +-0.046386718750 +-0.129882812500 +-0.153320312500 +0.024169921875 +-0.097167968750 +-0.186523437500 +-0.066406250000 +-0.103027343750 +-0.074707031250 +0.041748046875 +-0.030151367188 +0.062988281250 +0.102050781250 +-0.008544921875 +0.125000000000 +-0.092773437500 +-0.119628906250 +0.001266479492 +-0.043945312500 +-0.281250000000 +0.025146484375 +0.203125000000 +0.089843750000 +-0.243164062500 +-0.148437500000 +0.018310546875 +0.100585937500 +0.038818359375 +0.004577636719 +0.154296875000 +-0.149414062500 +-0.081054687500 +-0.055664062500 +0.048583984375 +0.026977539062 +0.066406250000 +-0.012695312500 +0.128906250000 +0.031127929688 +0.078613281250 +-0.006591796875 +-0.071777343750 +-0.075683593750 +0.125976562500 +-0.004364013672 +-0.243164062500 +0.071289062500 +-0.180664062500 +0.040283203125 +-0.051025390625 +0.050048828125 +-0.053955078125 +0.003387451172 +0.225585937500 +0.028930664062 +0.008850097656 +0.021606445312 +0.003234863281 +0.019531250000 +0.110351562500 +0.057128906250 +-0.121093750000 +-0.087402343750 +-0.078125000000 +-0.023437500000 +0.196289062500 +-0.029907226562 +-0.023559570312 +0.136718750000 +0.122070312500 +0.089843750000 +-0.035888671875 +-0.216796875000 +0.031127929688 +-0.044921875000 +0.112304687500 +-0.040283203125 +-0.003814697266 +-0.208007812500 +0.062500000000 +0.162109375000 +0.056640625000 +-0.020507812500 +-0.007141113281 +0.019165039062 +0.080078125000 +0.088867187500 +0.093261718750 +-0.092285156250 +0.083984375000 +-0.027587890625 +0.041259765625 +-0.247070312500 +0.105468750000 +0.026367187500 +0.037841796875 +0.151367187500 +-0.118164062500 +-0.060302734375 +0.308593750000 +0.017700195312 +0.195312500000 +-0.251953125000 +-0.064453125000 +0.118652343750 +0.145507812500 +0.032714843750 +0.185546875000 +0.041015625000 +-0.083496093750 +0.110839843750 +-0.071289062500 +0.148437500000 +0.018432617188 +-0.055664062500 +0.210937500000 +-0.064453125000 +-0.074218750000 +0.114746093750 +0.063476562500 +-0.032470703125 +-0.036621093750 +-0.144531250000 +0.179687500000 +0.007232666016 +-0.113281250000 +-0.041503906250 +-0.141601562500 +-0.039306640625 +-0.164062500000 +-0.017089843750 +0.059570312500 +-0.294921875000 +0.015991210938 +-0.028198242188 +-0.058105468750 +0.085449218750 +0.013244628906 +-0.038574218750 +-0.232421875000 +0.085937500000 +-0.131835937500 +0.026367187500 +0.013000488281 +-0.014221191406 +-0.022949218750 +-0.075195312500 +0.124023437500 +0.186523437500 +-0.043945312500 +-0.037597656250 +0.009582519531 +-0.088867187500 +-0.065917968750 +-0.085937500000 +-0.028564453125 +0.183593750000 +-0.134765625000 +-0.003051757812 +0.058837890625 +0.135742187500 +-0.160156250000 +0.022705078125 +-0.104003906250 +0.018066406250 +0.043212890625 +0.071289062500 +0.092285156250 +0.142578125000 +0.032714843750 +-0.004302978516 +0.017700195312 +-0.232421875000 +0.115234375000 +-0.034423828125 +-0.016479492188 +-0.154296875000 +0.027954101562 +-0.096679687500 +0.043945312500 +0.090332031250 +-0.078613281250 +0.052001953125 +-0.085937500000 +-0.107910156250 +-0.125000000000 +-0.064453125000 +-0.059814453125 +-0.097656250000 +-0.055419921875 +-0.208007812500 +-0.005249023438 +-0.224609375000 +-0.086914062500 +-0.175781250000 +0.006622314453 +0.148437500000 +0.128906250000 +0.115234375000 +-0.028198242188 +-0.076660156250 +-0.054687500000 +0.173828125000 +-0.018310546875 +0.053710937500 +-0.047607421875 +0.043701171875 +0.006896972656 +0.003295898438 +-0.112304687500 +-0.022216796875 +0.102539062500 +0.030761718750 +-0.007873535156 +-0.096679687500 +0.193359375000 +-0.024291992188 +0.121093750000 +0.038818359375 +0.124023437500 +-0.140625000000 +-0.050781250000 +-0.040039062500 +0.120605468750 +0.059814453125 +0.092285156250 +0.033935546875 +-0.019042968750 +0.049804687500 +0.060302734375 +-0.101562500000 +-0.050292968750 +0.017822265625 +0.067871093750 +0.163085937500 +-0.220703125000 +0.005279541016 +-0.031127929688 +0.077636718750 +0.257812500000 +-0.121582031250 +-0.010925292969 +0.167968750000 +-0.144531250000 +-0.084960937500 +-0.050292968750 +0.045898437500 +-0.045898437500 +-0.137695312500 +-0.162109375000 +-0.022338867188 +-0.174804687500 +0.084472656250 +-0.130859375000 +0.066894531250 +-0.037597656250 +-0.043701171875 +0.097656250000 +0.150390625000 +0.142578125000 +-0.104003906250 +-0.042480468750 +-0.141601562500 +-0.035644531250 +-0.126953125000 +0.035400390625 +0.355468750000 +-0.018432617188 +-0.007751464844 +-0.039306640625 +-0.030883789062 +0.076171875000 +-0.053955078125 +0.082031250000 +-0.205078125000 +0.061767578125 +-0.078125000000 +-0.155273437500 +-0.150390625000 +0.078125000000 +0.206054687500 +0.049316406250 +-0.024780273438 +-0.004272460938 +0.051025390625 +-0.072753906250 +-0.102539062500 +-0.190429687500 +0.155273437500 +0.113281250000 +0.052246093750 +0.093261718750 +0.064453125000 +0.066406250000 +-0.005981445312 +0.002227783203 +0.007110595703 +-0.039550781250 +0.053222656250 +0.112304687500 +-0.086914062500 +-0.160156250000 +-0.045410156250 +-0.005615234375 +-0.094238281250 +-0.137695312500 +0.110351562500 +-0.079101562500 +-0.001434326172 +0.007873535156 +0.006713867188 +0.025146484375 +-0.003646850586 +0.007568359375 +0.122070312500 +0.029174804688 +0.085937500000 +0.056884765625 +-0.057617187500 +-0.298828125000 +0.009277343750 +-0.037597656250 +-0.204101562500 +0.008300781250 +-0.139648437500 +-0.059814453125 +0.035400390625 +0.113281250000 +0.009765625000 +-0.123535156250 +-0.062255859375 +0.003128051758 +0.081054687500 +-0.142578125000 +0.047363281250 +0.026489257812 +0.024902343750 +0.114257812500 +-0.058105468750 +-0.119140625000 +0.061767578125 +-0.392578125000 +0.001548767090 +-0.161132812500 +0.075683593750 +-0.142578125000 +-0.076660156250 +-0.045654296875 +-0.304687500000 +-0.061767578125 +-0.188476562500 +-0.022949218750 +0.163085937500 +-0.105468750000 +0.056884765625 +-0.046875000000 +-0.059082031250 +-0.151367187500 +-0.148437500000 +-0.013244628906 +0.060546875000 +0.032958984375 +0.104003906250 +0.109863281250 +0.208007812500 +0.034667968750 +-0.033691406250 +-0.121582031250 +-0.028442382812 +-0.189453125000 +0.084960937500 +-0.091308593750 +0.066894531250 +-0.031982421875 +0.136718750000 +0.007598876953 +0.058105468750 +-0.198242187500 +-0.134765625000 +-0.031738281250 +0.025634765625 +0.072753906250 +0.027709960938 +-0.145507812500 +-0.042236328125 +-0.135742187500 +-0.043945312500 +-0.159179687500 +-0.058349609375 +0.008361816406 +-0.036376953125 +-0.036621093750 +0.113281250000 +-0.044433593750 +-0.122558593750 +-0.026611328125 +-0.116210937500 +-0.145507812500 +-0.127929687500 +0.131835937500 +0.079589843750 +-0.066406250000 +-0.041503906250 +-0.088378906250 +-0.376953125000 +-0.014404296875 +0.045410156250 +0.045410156250 +0.145507812500 +-0.025146484375 +0.005065917969 +0.041015625000 +-0.051757812500 +0.049804687500 +0.069335937500 +-0.032714843750 +0.001792907715 +-0.410156250000 +0.001113891602 +0.058593750000 +0.018798828125 +0.069335937500 +-0.015991210938 +-0.083984375000 +-0.063964843750 +0.103027343750 +-0.102050781250 +-0.139648437500 +-0.265625000000 +0.181640625000 +-0.039550781250 +-0.136718750000 +-0.059814453125 +0.007446289062 +0.112304687500 +-0.017578125000 +0.074218750000 +-0.249023437500 +0.137695312500 +-0.016235351562 +-0.138671875000 +0.190429687500 +0.006958007812 +0.157226562500 +-0.119140625000 +0.026367187500 +-0.123046875000 +-0.132812500000 +0.044189453125 +-0.090820312500 +-0.166992187500 +-0.049804687500 +-0.092285156250 +0.039306640625 +0.119628906250 +0.328125000000 +0.228515625000 +0.061279296875 +0.087890625000 +0.084960937500 +0.023925781250 +-0.066894531250 +-0.182617187500 +-0.088378906250 +0.246093750000 +0.030883789062 +-0.058105468750 +0.059082031250 +0.175781250000 +-0.077636718750 +-0.172851562500 +-0.273437500000 +0.023071289062 +0.140625000000 +0.005462646484 +0.049560546875 +0.099609375000 +0.213867187500 +0.053222656250 +0.190429687500 +-0.089355468750 +0.006469726562 +0.112304687500 +-0.164062500000 +0.107421875000 +-0.014038085938 +0.077148437500 +-0.000984191895 +-0.133789062500 +-0.001655578613 +-0.147460937500 +-0.041259765625 +-0.020996093750 +-0.007537841797 +0.043212890625 +-0.326171875000 +0.074218750000 +-0.063476562500 +0.161132812500 +-0.080078125000 +-0.335937500000 +-0.050537109375 +-0.308593750000 +-0.064941406250 +-0.039550781250 +-0.101074218750 +-0.046386718750 +-0.195312500000 +0.026489257812 +0.088378906250 +-0.080566406250 +0.022949218750 +-0.032958984375 +-0.205078125000 +0.006652832031 +0.032470703125 +-0.070312500000 +0.168945312500 +-0.122070312500 +-0.067871093750 +0.124511718750 +-0.083984375000 +0.087890625000 +-0.071289062500 +0.064941406250 +0.070312500000 +0.039062500000 +-0.032226562500 +-0.089355468750 +0.059570312500 +0.159179687500 +-0.498046875000 +-0.058349609375 +-0.388671875000 +0.100585937500 +0.014709472656 +0.091796875000 +-0.060791015625 +-0.026855468750 +0.014160156250 +-0.079589843750 +-0.318359375000 +-0.240234375000 +0.032226562500 +0.078125000000 +0.123535156250 +0.009460449219 +0.087890625000 +0.003906250000 +-0.057861328125 +0.032714843750 +-0.010681152344 +0.009399414062 +0.071777343750 +-0.018310546875 +0.042236328125 +-0.014770507812 +0.016723632812 +0.111328125000 +0.097167968750 +0.115234375000 +0.095703125000 +-0.017578125000 +-0.249023437500 +-0.076171875000 +0.022094726562 +-0.237304687500 +-0.101074218750 +-0.113281250000 +0.094726562500 +-0.096679687500 +0.089843750000 +0.072265625000 +-0.121582031250 +0.082519531250 +-0.080078125000 +0.111328125000 +0.002227783203 +0.084960937500 +0.178710937500 +-0.077148437500 +-0.421875000000 +0.183593750000 +-0.014587402344 +0.146484375000 +-0.077636718750 +-0.042480468750 +-0.015991210938 +0.059326171875 +-0.130859375000 +0.081542968750 +0.162109375000 +0.023803710938 +0.090332031250 +-0.064453125000 +-0.201171875000 +0.117675781250 +-0.045410156250 +0.080566406250 +0.117187500000 +-0.190429687500 +0.104980468750 +-0.041015625000 +-0.060791015625 +0.037109375000 +-0.010314941406 +-0.359375000000 +0.049316406250 +-0.043457031250 +0.106933593750 +0.043945312500 +0.011352539062 +0.003799438477 +0.038574218750 +-0.082519531250 +-0.016967773438 +-0.048095703125 +-0.041748046875 +0.078125000000 +-0.161132812500 +-0.146484375000 +-0.046875000000 +0.079589843750 +0.179687500000 +-0.062011718750 +0.105468750000 +0.224609375000 +-0.022583007812 +-0.077148437500 +-0.072753906250 +0.181640625000 +-0.087402343750 +0.170898437500 +0.071289062500 +-0.225585937500 +-0.087890625000 +-0.043701171875 +-0.033447265625 +0.213867187500 +0.079589843750 +-0.091308593750 +-0.057617187500 +-0.068359375000 +0.226562500000 +-0.001922607422 +-0.142578125000 +-0.107421875000 +-0.026245117188 +-0.053710937500 +-0.101562500000 +-0.005981445312 +0.037353515625 +0.109375000000 +0.014892578125 +-0.083984375000 +-0.007934570312 +-0.361328125000 +0.098632812500 +-0.076660156250 +-0.147460937500 +0.043945312500 +0.044433593750 +0.014465332031 +0.137695312500 +0.041992187500 +0.121093750000 +0.041503906250 +-0.036376953125 +0.042724609375 +0.016357421875 +-0.044677734375 +-0.146484375000 +0.019531250000 +0.057128906250 +-0.025756835938 +-0.174804687500 +-0.068359375000 +-0.172851562500 +-0.064941406250 +-0.028930664062 +-0.125000000000 +-0.104003906250 +-0.044677734375 +-0.095703125000 +-0.055908203125 +0.014343261719 +-0.119628906250 +-0.002456665039 +-0.049560546875 +0.050781250000 +0.128906250000 +-0.082519531250 +0.197265625000 +-0.019653320312 +0.064941406250 +-0.044433593750 +0.064453125000 +-0.001449584961 +0.126953125000 +-0.038818359375 +0.097167968750 +-0.007232666016 +-0.119628906250 +-0.140625000000 +0.036865234375 +0.115234375000 +0.144531250000 +0.263671875000 +0.042236328125 +-0.086425781250 +-0.159179687500 +-0.193359375000 +0.160156250000 +-0.105957031250 +0.195312500000 +0.138671875000 +0.091308593750 +-0.013305664062 +0.201171875000 +0.033203125000 +-0.066406250000 +-0.087402343750 +-0.084960937500 +-0.108398437500 +0.273437500000 +0.074707031250 +-0.121582031250 +-0.082519531250 +-0.082519531250 +0.144531250000 +-0.445312500000 +0.125976562500 +0.075683593750 +-0.150390625000 +-0.000591278076 +-0.123046875000 +-0.023193359375 +-0.039062500000 +0.047851562500 +-0.011413574219 +0.046142578125 +-0.015197753906 +-0.046142578125 +-0.115234375000 +-0.006011962891 +-0.170898437500 +0.137695312500 +-0.015747070312 +0.150390625000 +0.115722656250 +0.097656250000 +-0.053710937500 +-0.071289062500 +-0.043212890625 +0.016113281250 +0.040771484375 +0.172851562500 +0.100585937500 +-0.141601562500 +0.073730468750 +-0.154296875000 +0.080566406250 +0.010864257812 +-0.097167968750 +0.046386718750 +0.047607421875 +-0.053466796875 +0.014221191406 +0.005462646484 +-0.150390625000 +-0.232421875000 +-0.096191406250 +-0.040771484375 +-0.087890625000 +0.089355468750 +-0.038330078125 +-0.184570312500 +-0.220703125000 +-0.133789062500 +-0.059326171875 +-0.023071289062 +0.123535156250 +-0.069824218750 +-0.141601562500 +0.028320312500 +0.034667968750 +0.206054687500 +-0.056396484375 +0.154296875000 +0.091796875000 +-0.137695312500 +-0.166015625000 +0.105957031250 +-0.030517578125 +0.006103515625 +0.096679687500 +0.067382812500 +-0.006225585938 +0.132812500000 +-0.063964843750 +0.009033203125 +-0.081542968750 +0.151367187500 +-0.053466796875 +0.100585937500 +0.136718750000 +-0.074218750000 +0.068359375000 +0.124511718750 +-0.006317138672 +-0.185546875000 +0.053710937500 +-0.014465332031 +-0.077636718750 +-0.095214843750 +0.039062500000 +-0.091796875000 +0.011169433594 +-0.000349044800 +-0.004058837891 +0.085449218750 +-0.206054687500 +0.070800781250 +-0.175781250000 +-0.211914062500 +-0.090820312500 +-0.045410156250 +0.076171875000 +-0.150390625000 +0.059326171875 +-0.011718750000 +-0.053710937500 +-0.022094726562 +-0.181640625000 +-0.185546875000 +0.059814453125 +0.014099121094 +0.100097656250 +-0.126953125000 +-0.093750000000 +-0.302734375000 +0.073242187500 +0.031738281250 +0.038574218750 +0.013244628906 +0.079589843750 +0.042236328125 +0.005035400391 +0.104492187500 +0.127929687500 +0.091796875000 +0.017089843750 +0.009582519531 +-0.101074218750 +0.007507324219 +-0.037353515625 +0.034667968750 +0.154296875000 +0.055908203125 +-0.064941406250 +-0.018310546875 +0.023925781250 +-0.020019531250 +-0.030517578125 +-0.093261718750 +-0.060058593750 +-0.099121093750 +0.042480468750 +-0.020996093750 +-0.015014648438 +-0.055419921875 +-0.070800781250 +-0.018676757812 +0.112792968750 +0.156250000000 +-0.094238281250 +0.021118164062 +0.037353515625 +-0.210937500000 +-0.178710937500 +0.030639648438 +-0.162109375000 +-0.036621093750 +-0.096679687500 +-0.083496093750 +-0.120117187500 +0.019409179688 +-0.160156250000 +-0.038574218750 +0.052001953125 +-0.010925292969 +0.085449218750 +0.035888671875 +-0.068847656250 +-0.070800781250 +-0.163085937500 +0.029663085938 +-0.015625000000 +-0.002822875977 +-0.024414062500 +-0.012756347656 +0.062988281250 +0.004882812500 +0.082031250000 +-0.069335937500 +-0.033447265625 +-0.033203125000 +0.027709960938 +-0.180664062500 +-0.076660156250 +-0.028320312500 +0.064941406250 +0.088378906250 +0.049072265625 +0.110839843750 +0.072265625000 +0.020874023438 +0.116210937500 +-0.012512207031 +0.096191406250 +0.232421875000 +0.084960937500 +0.068359375000 +0.034912109375 +0.061035156250 +-0.095214843750 +0.218750000000 +0.064941406250 +-0.097167968750 +0.032470703125 +0.098144531250 +0.053955078125 +-0.094238281250 +0.098632812500 +0.036376953125 +0.005065917969 +0.086425781250 +0.015136718750 +0.094726562500 +0.028564453125 +0.105957031250 +-0.030761718750 +0.038574218750 +0.075195312500 +-0.018188476562 +0.127929687500 +0.173828125000 +-0.160156250000 +0.030517578125 +-0.038818359375 +0.363281250000 +-0.096679687500 +-0.180664062500 +0.228515625000 +-0.035156250000 +-0.079589843750 +0.040039062500 +-0.119140625000 +-0.075195312500 +0.011535644531 +-0.122558593750 +0.073730468750 +0.006988525391 +-0.005615234375 +-0.007690429688 +0.011108398438 +-0.075683593750 +-0.046142578125 +0.079589843750 +0.109375000000 +0.059326171875 +0.030517578125 +0.191406250000 +-0.082519531250 +0.020751953125 +-0.126953125000 +0.120605468750 +-0.127929687500 +0.050048828125 +0.024047851562 +-0.022094726562 +-0.089843750000 +0.016723632812 +0.042480468750 +0.013671875000 +0.077636718750 +-0.083007812500 +0.058105468750 +0.037109375000 +0.026367187500 +0.040527343750 +0.194335937500 +-0.096679687500 +-0.095703125000 +0.070800781250 +-0.000140190125 +-0.113769531250 +0.040527343750 +0.013305664062 +-0.203125000000 +0.082031250000 +-0.126953125000 +0.008300781250 +-0.005493164062 +-0.376953125000 +0.136718750000 +0.012207031250 +-0.176757812500 +-0.001243591309 +0.009643554688 +0.070800781250 +-0.080078125000 +-0.100585937500 +-0.002395629883 +0.068359375000 +0.082031250000 +0.123535156250 +-0.060302734375 +0.017089843750 +-0.060546875000 +0.152343750000 +0.005950927734 +0.122558593750 +-0.112304687500 +0.091796875000 +0.053710937500 +0.034667968750 +-0.108398437500 +-0.136718750000 +-0.117187500000 +-0.182617187500 +0.006103515625 +-0.168945312500 +-0.069335937500 +-0.056396484375 +0.092773437500 +-0.034179687500 +-0.046875000000 +-0.106933593750 +-0.001586914062 +-0.065429687500 +0.024902343750 +-0.101074218750 +0.082031250000 +0.012573242188 +0.167968750000 +0.016235351562 +0.052246093750 +0.032226562500 +0.088378906250 +-0.085937500000 +0.092773437500 +0.022827148438 +0.097656250000 +0.122558593750 +0.029907226562 +-0.030883789062 +0.010437011719 +0.100585937500 +-0.147460937500 +0.066406250000 +0.112304687500 +-0.093261718750 +0.101562500000 +-0.166015625000 +0.061279296875 +-0.060058593750 +-0.037109375000 +-0.086425781250 +-0.007659912109 +-0.073242187500 +0.030151367188 +-0.123535156250 +-0.073730468750 +0.139648437500 +0.031250000000 +0.007354736328 +0.070800781250 +-0.049316406250 +0.061279296875 +0.057373046875 +0.071289062500 +0.054687500000 +-0.071777343750 +0.183593750000 +-0.021484375000 +0.149414062500 +-0.040039062500 +0.036621093750 +0.052734375000 +0.145507812500 +-0.296875000000 +0.155273437500 +0.217773437500 +-0.053466796875 +0.062500000000 +-0.230468750000 +0.001777648926 +0.016479492188 +-0.037109375000 +0.076171875000 +0.079589843750 +-0.222656250000 +-0.079589843750 +-0.034179687500 +0.063964843750 +-0.088378906250 +-0.011108398438 +0.166992187500 +-0.143554687500 +0.085449218750 +-0.044921875000 +-0.017578125000 +0.106933593750 +0.028686523438 +-0.014831542969 +0.024780273438 +0.012451171875 +-0.090820312500 +0.082519531250 +0.031494140625 +-0.032226562500 +-0.119628906250 +-0.030029296875 +-0.087890625000 +-0.016845703125 +0.072265625000 +-0.071777343750 +-0.170898437500 +0.152343750000 +-0.065429687500 +-0.221679687500 +-0.064941406250 +-0.168945312500 +0.126953125000 +-0.170898437500 +-0.116699218750 +-0.037841796875 +0.123046875000 +0.147460937500 +0.034179687500 +-0.011230468750 +-0.092773437500 +-0.075683593750 +0.054931640625 +0.061767578125 +0.125000000000 +-0.055908203125 +0.051025390625 +-0.151367187500 +0.155273437500 +0.030029296875 +-0.011230468750 +-0.011230468750 +-0.047363281250 +-0.048339843750 +-0.203125000000 +0.065917968750 +0.046630859375 +0.089843750000 +-0.057128906250 +-0.134765625000 +0.188476562500 +-0.100097656250 +-0.058593750000 +0.017822265625 +-0.130859375000 +0.016113281250 +0.013305664062 +-0.086425781250 +0.059814453125 +-0.119140625000 +-0.048828125000 +0.122070312500 +-0.073730468750 +0.015258789062 +-0.052978515625 +-0.110351562500 +-0.024658203125 +-0.060546875000 +-0.014831542969 +0.051757812500 +0.168945312500 +-0.134765625000 +-0.162109375000 +-0.019165039062 +-0.130859375000 +-0.127929687500 +-0.067871093750 +-0.120117187500 +-0.163085937500 +0.106445312500 +0.014160156250 +-0.137695312500 +-0.119140625000 +0.000827789307 +-0.059082031250 +0.034179687500 +-0.011962890625 +0.160156250000 +-0.000280380249 +0.045898437500 +0.226562500000 +0.105957031250 +0.025878906250 +-0.073730468750 +0.062255859375 +0.091796875000 +-0.090332031250 +-0.140625000000 +-0.248046875000 +-0.143554687500 +0.080566406250 +-0.081054687500 +0.029907226562 +0.102539062500 +0.012939453125 +0.163085937500 +0.005432128906 +-0.084960937500 +0.090820312500 +-0.034912109375 +-0.055419921875 +0.020629882812 +0.205078125000 +-0.184570312500 +0.199218750000 +-0.057617187500 +0.114257812500 +-0.053222656250 +-0.163085937500 +-0.028076171875 +-0.105957031250 +-0.057373046875 +0.112304687500 +0.166992187500 +-0.180664062500 +-0.011047363281 +0.011291503906 +0.070312500000 +-0.052734375000 +-0.070312500000 +-0.149414062500 +-0.162109375000 +-0.041015625000 +-0.077636718750 +0.172851562500 +0.053466796875 +-0.057128906250 +0.039794921875 +0.159179687500 +-0.014160156250 +0.024291992188 +0.369140625000 +0.107421875000 +0.039306640625 +-0.057861328125 +-0.087402343750 +-0.048583984375 +0.087890625000 +0.081054687500 +-0.005279541016 +0.062255859375 +-0.082031250000 +0.081542968750 +-0.010131835938 +0.079589843750 +0.051513671875 +-0.082031250000 +0.001617431641 +0.180664062500 +-0.104492187500 +0.210937500000 +-0.187500000000 +0.008728027344 +-0.197265625000 +0.079589843750 +0.000892639160 +-0.004791259766 +0.116210937500 +-0.170898437500 +-0.056396484375 +-0.076171875000 +0.044189453125 +-0.373046875000 +0.186523437500 +0.006805419922 +0.153320312500 +0.080566406250 +-0.148437500000 +-0.010009765625 +0.049316406250 +-0.002655029297 +0.125976562500 +-0.022460937500 +0.079101562500 +-0.124023437500 +0.054687500000 +-0.108886718750 +0.238281250000 +-0.147460937500 +-0.093261718750 +0.177734375000 +-0.040771484375 +-0.041748046875 +0.023437500000 +0.095214843750 +-0.030029296875 +-0.049804687500 +-0.024414062500 +-0.195312500000 +-0.002075195312 +0.026855468750 +-0.153320312500 +-0.204101562500 +-0.074218750000 +0.051757812500 +-0.193359375000 +0.125976562500 +-0.122070312500 +-0.075683593750 +0.052490234375 +-0.169921875000 +-0.021850585938 +-0.044677734375 +-0.034179687500 +-0.271484375000 +-0.333984375000 +0.104492187500 +0.148437500000 +-0.037353515625 +-0.161132812500 +-0.052246093750 +-0.082519531250 +0.005798339844 +-0.125000000000 +0.033203125000 +-0.026245117188 +-0.008117675781 +-0.039794921875 +0.087402343750 +-0.000904083252 +-0.198242187500 +-0.089843750000 +0.056396484375 +-0.066894531250 +0.048339843750 +0.064453125000 +-0.047119140625 +0.184570312500 +-0.143554687500 +-0.057861328125 +0.107421875000 +-0.080078125000 +-0.048583984375 +-0.004852294922 +0.004730224609 +0.010925292969 +-0.322265625000 +-0.026855468750 +-0.238281250000 +-0.009155273438 +0.032714843750 +0.022949218750 +0.096191406250 +0.093750000000 +0.185546875000 +0.046630859375 +-0.225585937500 +0.033447265625 +-0.098144531250 +0.006256103516 +0.115234375000 +0.232421875000 +0.082519531250 +-0.267578125000 +0.038330078125 +0.187500000000 +0.025634765625 +-0.194335937500 +-0.068847656250 +-0.314453125000 +0.161132812500 +0.135742187500 +0.100097656250 +0.052001953125 +-0.153320312500 +-0.337890625000 +-0.107421875000 +0.251953125000 +-0.206054687500 +-0.135742187500 +0.277343750000 +0.006896972656 +0.156250000000 +-0.007873535156 +0.006225585938 +-0.130859375000 +0.031250000000 +0.138671875000 +-0.091796875000 +0.074707031250 +0.009033203125 +0.041748046875 +-0.015869140625 +-0.163085937500 +0.028442382812 +-0.006896972656 +0.005523681641 +-0.027465820312 +0.082031250000 +-0.042480468750 +-0.083496093750 +-0.251953125000 +-0.009765625000 +0.179687500000 +0.072753906250 +0.094726562500 +-0.040527343750 +0.066894531250 +0.045410156250 +-0.059326171875 +-0.273437500000 +-0.095214843750 +-0.075195312500 +0.048583984375 +-0.052001953125 +0.129882812500 +-0.084960937500 +0.113769531250 +0.190429687500 +-0.006439208984 +-0.089843750000 +-0.195312500000 +-0.036621093750 +0.085937500000 +0.014831542969 +0.068847656250 +0.075195312500 +0.115722656250 +0.048339843750 +-0.173828125000 +0.031738281250 +0.045166015625 +0.193359375000 +0.044921875000 +0.104003906250 +-0.070800781250 +0.153320312500 +-0.010681152344 +0.008178710938 +0.095703125000 +-0.088867187500 +-0.070800781250 +-0.115722656250 +-0.096191406250 +0.087402343750 +-0.209960937500 +0.015625000000 +0.059570312500 +-0.031982421875 +0.075195312500 +-0.090332031250 +0.063964843750 +-0.018310546875 +-0.091308593750 +0.000235557556 +-0.041992187500 +0.036132812500 +-0.115234375000 +-0.034912109375 +0.088378906250 +0.021606445312 +0.051513671875 +-0.077636718750 +-0.164062500000 +-0.108398437500 +-0.298828125000 +-0.001228332520 +-0.061767578125 +-0.269531250000 +0.021240234375 +-0.043457031250 +0.202148437500 +-0.099609375000 +0.104492187500 +0.155273437500 +-0.078613281250 +0.045410156250 +-0.062255859375 +0.065429687500 +-0.042968750000 +-0.143554687500 +0.044677734375 +-0.047851562500 +0.085937500000 +-0.103515625000 +-0.153320312500 +-0.061279296875 +0.037353515625 +-0.121582031250 +0.031982421875 +0.082031250000 +-0.137695312500 +0.016479492188 +0.010009765625 +0.015625000000 +-0.114746093750 +0.067871093750 +0.208984375000 +0.054199218750 +-0.034912109375 +-0.074707031250 +-0.074218750000 +-0.009155273438 +0.008117675781 +0.153320312500 +0.027343750000 +-0.127929687500 +-0.232421875000 +0.037109375000 +0.020263671875 +-0.090820312500 +0.022460937500 +0.049804687500 +0.124023437500 +0.308593750000 +-0.156250000000 +-0.137695312500 +-0.035644531250 +0.030639648438 +-0.119140625000 +-0.027465820312 +0.024658203125 +0.291015625000 +0.014343261719 +-0.038574218750 +0.000720977783 +-0.033935546875 +0.118164062500 +-0.097167968750 +-0.058105468750 +0.022705078125 +-0.028320312500 +0.053466796875 +-0.022216796875 +-0.095703125000 +0.025878906250 +-0.060302734375 +0.067871093750 +0.009582519531 +0.031250000000 +-0.024047851562 +-0.030639648438 +-0.130859375000 +0.037841796875 +-0.002090454102 +0.061279296875 +-0.104492187500 +-0.025878906250 +0.027832031250 +0.038818359375 +0.043212890625 +-0.133789062500 +-0.011230468750 +0.017822265625 +-0.028686523438 +-0.025390625000 +-0.044433593750 +0.111328125000 +-0.149414062500 +-0.287109375000 +-0.023803710938 +-0.119140625000 +-0.018554687500 +0.060791015625 +-0.030517578125 +0.224609375000 +0.072265625000 +0.015441894531 +-0.200195312500 +-0.043945312500 +-0.245117187500 +0.068847656250 +-0.103515625000 +-0.026611328125 +-0.117187500000 +-0.019287109375 +-0.005615234375 +0.221679687500 +-0.059570312500 +-0.009826660156 +-0.018066406250 +-0.038574218750 +0.056396484375 +-0.067382812500 +-0.002609252930 +0.022583007812 +-0.071777343750 +-0.165039062500 +0.006225585938 +-0.003158569336 +-0.253906250000 +0.071777343750 +0.047363281250 +-0.009826660156 +-0.099121093750 +0.055175781250 +0.074218750000 +-0.180664062500 +-0.186523437500 +0.091308593750 +0.010253906250 +-0.001754760742 +0.013244628906 +0.023071289062 +0.123535156250 +0.029785156250 +-0.016235351562 +-0.101074218750 +0.127929687500 +0.066406250000 +-0.038085937500 +-0.127929687500 +0.080078125000 +0.001029968262 +-0.008728027344 +-0.057373046875 +-0.092773437500 +0.119140625000 +-0.114257812500 +0.068359375000 +-0.013793945312 +0.059326171875 +0.122558593750 +-0.056396484375 +-0.016845703125 +-0.300781250000 +-0.030029296875 +0.135742187500 +0.116699218750 +0.003738403320 +-0.032226562500 +-0.232421875000 +0.063476562500 +0.002731323242 +0.081054687500 +-0.246093750000 +-0.010864257812 +-0.007720947266 +0.114746093750 +0.032958984375 +-0.108886718750 +0.042724609375 +0.077636718750 +-0.040283203125 +-0.209960937500 +-0.003768920898 +-0.040039062500 +0.092285156250 +0.181640625000 +0.058593750000 +-0.011291503906 +-0.035156250000 +0.047851562500 +-0.173828125000 +-0.145507812500 +0.075195312500 +0.126953125000 +0.250000000000 +0.033691406250 +0.007110595703 +-0.166992187500 +0.036865234375 +-0.118164062500 +-0.003051757812 +0.141601562500 +-0.095214843750 +0.009399414062 +0.057861328125 +-0.032714843750 +-0.041992187500 +0.046142578125 +-0.042480468750 +-0.053466796875 +0.066894531250 +0.122558593750 +-0.151367187500 +-0.134765625000 +-0.179687500000 +0.046875000000 +0.151367187500 +-0.026367187500 +-0.056396484375 +-0.028686523438 +-0.283203125000 +-0.107910156250 +0.011596679688 +0.057373046875 +-0.000247955322 +-0.075195312500 +0.019287109375 +0.023803710938 +0.184570312500 +0.102539062500 +0.077148437500 +0.076660156250 +-0.287109375000 +-0.046142578125 +-0.065917968750 +0.079101562500 +0.131835937500 +-0.029418945312 +0.170898437500 +0.044677734375 +-0.091796875000 +0.083496093750 +0.008605957031 +0.216796875000 +0.121582031250 +-0.067871093750 +0.131835937500 +-0.075195312500 +0.243164062500 +0.030883789062 +-0.208984375000 +-0.062988281250 +-0.038574218750 +-0.092773437500 +0.065429687500 +-0.253906250000 +-0.007751464844 +0.083984375000 +-0.018066406250 +-0.129882812500 +-0.024902343750 +0.057617187500 +-0.047363281250 +-0.055664062500 +-0.041748046875 +-0.215820312500 +-0.038574218750 +0.035400390625 +-0.063476562500 +0.239257812500 +0.064453125000 +-0.032470703125 +0.015136718750 +-0.018920898438 +-0.046386718750 +0.011596679688 +-0.118652343750 +-0.002349853516 +-0.146484375000 +0.042724609375 +-0.077636718750 +0.096191406250 +0.102539062500 +0.080566406250 +-0.050537109375 +-0.162109375000 +0.110839843750 +-0.042968750000 +0.253906250000 +-0.037353515625 +-0.040283203125 +-0.020019531250 +0.068847656250 +-0.012145996094 +0.004272460938 +-0.074707031250 +-0.197265625000 +0.005554199219 +0.163085937500 +-0.126953125000 +0.073242187500 +-0.099121093750 +-0.186523437500 +0.292968750000 +-0.206054687500 +0.060791015625 +-0.002746582031 +0.093750000000 +-0.104980468750 +0.007934570312 +-0.219726562500 +-0.221679687500 +0.037109375000 +0.223632812500 +-0.117675781250 +-0.191406250000 +0.000495910645 +-0.217773437500 +-0.114746093750 +0.042968750000 +0.049316406250 +-0.044677734375 +-0.012084960938 +0.105468750000 +-0.119140625000 +0.004089355469 +-0.058837890625 +0.014038085938 +0.002639770508 +-0.083496093750 +0.046142578125 +-0.134765625000 +-0.049560546875 +0.048828125000 +0.067382812500 +0.029418945312 +-0.125976562500 +-0.205078125000 +-0.257812500000 +-0.170898437500 +0.119628906250 +-0.120117187500 +-0.234375000000 +0.177734375000 +0.068847656250 +-0.011108398438 +-0.047851562500 +-0.117187500000 +0.111816406250 +-0.036132812500 +0.099121093750 +-0.106933593750 +-0.008178710938 +-0.149414062500 +0.002136230469 +-0.062255859375 +-0.110351562500 +0.062011718750 +-0.111816406250 +-0.109863281250 +0.119628906250 +0.066894531250 +0.018676757812 +0.041992187500 +0.031494140625 +0.045410156250 +0.058593750000 +-0.052978515625 +0.155273437500 +0.086425781250 +-0.089843750000 +0.130859375000 +0.017578125000 +0.018066406250 +-0.111816406250 +0.146484375000 +-0.429687500000 +0.010681152344 +-0.082031250000 +0.037597656250 +-0.098632812500 +0.083496093750 +-0.014282226562 +-0.137695312500 +0.019775390625 +0.129882812500 +0.059082031250 +0.019042968750 +0.130859375000 +0.014770507812 +0.083496093750 +-0.058593750000 +-0.251953125000 +0.149414062500 +-0.059570312500 +-0.106445312500 +0.054199218750 +0.006164550781 +-0.012634277344 +0.151367187500 +0.102539062500 +-0.111328125000 +0.065917968750 +-0.011962890625 +0.131835937500 +0.083984375000 +-0.259765625000 +0.093261718750 +-0.060058593750 +0.050781250000 +0.007293701172 +-0.164062500000 +0.111328125000 +-0.047851562500 +-0.128906250000 +0.097656250000 +-0.034423828125 +-0.054199218750 +0.093750000000 +0.048095703125 +0.023315429688 +0.028564453125 +-0.040527343750 +0.153320312500 +-0.040527343750 +0.138671875000 +-0.071289062500 +0.314453125000 +-0.269531250000 +-0.076171875000 +-0.001594543457 +0.063964843750 +-0.051513671875 +-0.057861328125 +0.049072265625 +-0.333984375000 +-0.061767578125 +-0.020019531250 +-0.012268066406 +0.022583007812 +0.040527343750 +0.061279296875 +0.204101562500 +-0.043945312500 +-0.257812500000 +0.164062500000 +-0.088867187500 +0.020019531250 +-0.029907226562 +-0.055664062500 +-0.001358032227 +-0.152343750000 +0.052978515625 +-0.109375000000 +-0.031494140625 +-0.017944335938 +-0.022094726562 +0.065429687500 +0.033691406250 +0.034423828125 +-0.031005859375 +0.079589843750 +0.055175781250 +-0.161132812500 +0.017089843750 +0.058349609375 +-0.092773437500 +-0.089355468750 +-0.031982421875 +-0.013549804688 +-0.165039062500 +-0.006256103516 +0.038818359375 +0.032958984375 +0.304687500000 +-0.185546875000 +-0.120117187500 +0.002441406250 +0.184570312500 +0.152343750000 +0.108398437500 +-0.215820312500 +-0.143554687500 +-0.129882812500 +0.026855468750 +0.024047851562 +-0.000633239746 +0.035644531250 +0.021118164062 +0.019897460938 +-0.069335937500 +-0.051513671875 +0.193359375000 +0.025634765625 +-0.073730468750 +0.024047851562 +0.046875000000 +0.089355468750 +-0.176757812500 +-0.097656250000 +-0.074707031250 +0.095214843750 +0.152343750000 +0.013610839844 +-0.091796875000 +-0.071777343750 +-0.003265380859 +-0.102050781250 +0.076171875000 +-0.072753906250 +-0.029785156250 +-0.090332031250 +-0.168945312500 +-0.052978515625 +-0.068847656250 +-0.181640625000 +-0.004058837891 +0.080078125000 +-0.202148437500 +-0.049072265625 +0.065429687500 +0.103027343750 +-0.013000488281 +0.207031250000 +0.112304687500 +0.142578125000 +-0.071289062500 +-0.005889892578 +0.123535156250 +0.008911132812 +0.080078125000 +0.135742187500 +0.103027343750 +-0.191406250000 +-0.043945312500 +0.002700805664 +0.075195312500 +-0.035888671875 +-0.032714843750 +0.102539062500 +-0.123535156250 +0.115234375000 +-0.038818359375 +0.060302734375 +0.202148437500 +0.123535156250 +0.259765625000 +-0.104980468750 +-0.043457031250 +-0.073242187500 +0.031005859375 +-0.047363281250 +0.103027343750 +0.005249023438 +-0.054443359375 +0.035156250000 +-0.153320312500 +-0.007476806641 +-0.073242187500 +-0.004180908203 +-0.081054687500 +-0.014038085938 +0.041015625000 +-0.251953125000 +0.212890625000 +0.030517578125 +-0.063964843750 +0.053222656250 +0.105468750000 +0.089843750000 +-0.020629882812 +-0.228515625000 +-0.037597656250 +-0.231445312500 +0.045166015625 +-0.046875000000 +0.041259765625 +-0.027832031250 +-0.046875000000 +0.106445312500 +0.095703125000 +0.044433593750 +-0.098144531250 +-0.110351562500 +-0.037841796875 +0.073242187500 +0.071777343750 +0.070800781250 +-0.017211914062 +0.045166015625 +0.087402343750 +-0.089843750000 +-0.014099121094 +-0.055664062500 +0.244140625000 +-0.019409179688 +0.080078125000 +0.008544921875 +-0.099121093750 +0.189453125000 +0.242187500000 +-0.053710937500 +-0.045898437500 +0.008605957031 +-0.065917968750 +0.024658203125 +-0.014892578125 +0.010986328125 +-0.234375000000 +0.044433593750 +-0.079589843750 +-0.159179687500 +0.125976562500 +0.033935546875 +-0.083007812500 +0.078613281250 +-0.287109375000 +-0.116210937500 +0.148437500000 +-0.061279296875 +-0.181640625000 +-0.003417968750 +0.043701171875 +0.101074218750 +0.102539062500 +0.067871093750 +-0.122558593750 +0.006408691406 +0.001861572266 +-0.096679687500 +0.049804687500 +-0.004211425781 +-0.126953125000 +-0.036621093750 +0.103515625000 +0.004821777344 +-0.155273437500 +0.070312500000 +0.039794921875 +0.076660156250 +0.063964843750 +-0.117187500000 +-0.079101562500 +-0.044677734375 +-0.308593750000 +-0.086425781250 +-0.097167968750 +0.186523437500 +0.030273437500 +0.089355468750 +0.050781250000 +-0.003967285156 +0.093750000000 +-0.067871093750 +-0.326171875000 +0.129882812500 +0.037841796875 +0.148437500000 +-0.013305664062 +0.096191406250 +0.113281250000 +-0.234375000000 +-0.176757812500 +-0.067382812500 +0.118164062500 +-0.002746582031 +-0.011108398438 +0.128906250000 +0.013793945312 +0.094238281250 +-0.046386718750 +-0.003738403320 +-0.040771484375 +0.033203125000 +-0.059326171875 +0.028198242188 +0.106933593750 +0.068359375000 +0.056152343750 +-0.085449218750 +-0.152343750000 +-0.098632812500 +0.096679687500 +-0.017700195312 +-0.078613281250 +0.047363281250 +0.098632812500 +-0.067871093750 +0.078613281250 +-0.012207031250 +-0.070800781250 +0.014953613281 +0.032226562500 +0.055664062500 +0.060302734375 +-0.166992187500 +0.022338867188 +-0.095214843750 +0.006927490234 +-0.076171875000 +-0.041748046875 +0.003967285156 +-0.026733398438 +0.177734375000 +-0.070312500000 +-0.265625000000 +-0.039306640625 +-0.077148437500 +-0.039306640625 +0.111328125000 +0.015502929688 +-0.038085937500 +-0.056152343750 +0.112792968750 +-0.047607421875 +0.137695312500 +0.066894531250 +0.096191406250 +-0.034423828125 +0.001121520996 +0.137695312500 +-0.052001953125 +-0.183593750000 +0.140625000000 +-0.036621093750 +0.135742187500 +-0.250000000000 +0.013549804688 +-0.064941406250 +-0.013427734375 +0.015991210938 +0.065429687500 +0.164062500000 +-0.070312500000 +0.036132812500 +-0.102539062500 +0.093261718750 +-0.152343750000 +-0.109863281250 +0.042236328125 +-0.012817382812 +-0.062988281250 +-0.095703125000 +-0.373046875000 +-0.054931640625 +-0.035156250000 +0.048583984375 +-0.089843750000 +0.057373046875 +0.164062500000 +0.006256103516 +-0.121093750000 +0.269531250000 +0.003036499023 +-0.053222656250 +-0.308593750000 +0.059082031250 +-0.020263671875 +0.045410156250 +-0.179687500000 +-0.006744384766 +-0.015319824219 +0.023315429688 +-0.116699218750 +-0.023803710938 +0.048095703125 +0.052734375000 +0.015075683594 +-0.125976562500 +-0.057373046875 +-0.247070312500 +-0.046630859375 +-0.112792968750 +0.095214843750 +-0.001266479492 +-0.056884765625 +-0.145507812500 +-0.071289062500 +0.046386718750 +0.017700195312 +-0.108398437500 +-0.142578125000 +-0.021728515625 +-0.112792968750 +-0.269531250000 +-0.044677734375 +-0.103515625000 +0.000160217285 +-0.201171875000 +-0.105957031250 +0.081054687500 +0.024169921875 +-0.088378906250 +-0.098632812500 +0.017211914062 +0.014038085938 +0.032470703125 +0.190429687500 +-0.104980468750 +0.052001953125 +0.081054687500 +0.067382812500 +-0.069335937500 +0.061035156250 +-0.074707031250 +-0.015625000000 +0.012329101562 +0.224609375000 +0.003387451172 +0.065429687500 +0.018310546875 +-0.027099609375 +-0.062255859375 +0.025390625000 +-0.039794921875 +-0.261718750000 +-0.046386718750 +-0.052734375000 +0.038085937500 +-0.086914062500 +-0.259765625000 +0.125976562500 +-0.156250000000 +-0.067382812500 +-0.020141601562 +0.018066406250 +0.015014648438 +0.086914062500 +0.016113281250 +-0.011901855469 +0.024902343750 +0.020385742188 +0.059082031250 +-0.194335937500 +0.149414062500 +-0.032714843750 +-0.013916015625 +-0.089843750000 +0.034423828125 +-0.141601562500 +0.034912109375 +-0.132812500000 +-0.115722656250 +-0.012145996094 +0.033691406250 +-0.060302734375 +0.166015625000 +0.198242187500 +-0.005493164062 +-0.023681640625 +0.075683593750 +-0.025024414062 +-0.031494140625 +-0.057373046875 +-0.025390625000 +0.211914062500 +-0.065429687500 +-0.042724609375 +-0.083007812500 +0.066406250000 +-0.022949218750 +-0.039306640625 +0.026245117188 +-0.062988281250 +0.042724609375 +0.022094726562 +-0.121093750000 +0.057128906250 +-0.110839843750 +0.125976562500 +-0.178710937500 +0.064941406250 +0.165039062500 +-0.040039062500 +0.106445312500 +0.187500000000 +-0.005432128906 +0.076660156250 +-0.139648437500 +0.080078125000 +-0.363281250000 +-0.108398437500 +0.122070312500 +0.189453125000 +0.002639770508 +-0.022460937500 +-0.000299453735 +-0.093750000000 +-0.049560546875 +-0.056884765625 +0.148437500000 +-0.111816406250 +-0.057861328125 +0.101074218750 +0.069335937500 +0.085449218750 +-0.078125000000 +-0.142578125000 +-0.277343750000 +-0.125976562500 +-0.037841796875 +-0.006744384766 +0.001358032227 +-0.049072265625 +-0.046386718750 +-0.173828125000 +-0.153320312500 +0.048828125000 +-0.014221191406 +0.145507812500 +-0.019165039062 +0.102050781250 +0.182617187500 +0.026611328125 +-0.012756347656 +0.110839843750 +0.013732910156 +-0.129882812500 +0.066894531250 +0.057861328125 +0.070800781250 +-0.029174804688 +-0.115234375000 +0.173828125000 +0.219726562500 +0.050292968750 +-0.020141601562 +0.158203125000 +0.118652343750 +-0.054687500000 +-0.018554687500 +0.051269531250 +-0.032470703125 +-0.075195312500 +0.048583984375 +-0.115722656250 +-0.066894531250 +-0.028930664062 +-0.125976562500 +0.058837890625 +-0.009948730469 +0.314453125000 +-0.032470703125 +0.105957031250 +0.249023437500 +-0.078125000000 +0.089355468750 +0.189453125000 +0.001174926758 +0.077148437500 +0.021240234375 +0.103515625000 +-0.119628906250 +-0.261718750000 +0.158203125000 +-0.037597656250 +-0.080078125000 +-0.210937500000 +0.036376953125 +0.189453125000 +-0.122558593750 +-0.148437500000 +0.000305175781 +-0.030761718750 +-0.112792968750 +-0.023681640625 +-0.025512695312 +-0.048583984375 +-0.081054687500 +0.046630859375 +-0.223632812500 +0.068847656250 +-0.063476562500 +-0.048583984375 +0.087890625000 +0.030395507812 +0.001831054688 +-0.018798828125 +0.253906250000 +-0.073242187500 +-0.013488769531 +-0.118164062500 +0.023071289062 +-0.111328125000 +-0.115234375000 +0.023925781250 +-0.122558593750 +-0.043945312500 +-0.157226562500 +-0.145507812500 +-0.046142578125 +-0.112792968750 +-0.012878417969 +-0.123535156250 +0.070312500000 +-0.075683593750 +-0.011657714844 +-0.088867187500 +0.029541015625 +0.019531250000 +-0.184570312500 +0.172851562500 +0.004302978516 +0.056884765625 +0.062988281250 +-0.033447265625 +0.086425781250 +-0.078613281250 +-0.054687500000 +0.027954101562 +-0.011352539062 +-0.026123046875 +-0.003799438477 +0.125976562500 +0.073242187500 +-0.005157470703 +0.000231742859 +0.059082031250 +-0.129882812500 +-0.092773437500 +0.030761718750 +-0.053955078125 +0.078125000000 +0.127929687500 +-0.047119140625 +-0.086425781250 +-0.034423828125 +0.142578125000 +-0.114257812500 +-0.006561279297 +0.060546875000 +-0.039306640625 +-0.076660156250 +-0.052734375000 +0.131835937500 +0.248046875000 +-0.025756835938 +-0.035400390625 +0.104492187500 +-0.011657714844 +-0.349609375000 +0.265625000000 +-0.143554687500 +-0.194335937500 +-0.003692626953 +-0.092285156250 +0.080078125000 +0.008178710938 +-0.091796875000 +-0.026245117188 +0.049072265625 +0.066894531250 +-0.090332031250 +-0.046142578125 +-0.039306640625 +-0.028930664062 +0.083496093750 +-0.103515625000 +0.192382812500 +-0.140625000000 +-0.041015625000 +-0.077148437500 +0.005920410156 +-0.165039062500 +-0.050781250000 +-0.067871093750 +-0.080566406250 +-0.136718750000 +0.147460937500 +0.031005859375 +-0.034667968750 +-0.102539062500 +0.014953613281 +-0.041503906250 +0.083496093750 +-0.021728515625 +0.000579833984 +0.046386718750 +-0.040283203125 +-0.033203125000 +0.078613281250 +-0.005157470703 +-0.162109375000 +-0.006591796875 +-0.117187500000 +-0.233398437500 +0.026123046875 +0.054931640625 +-0.046386718750 +0.064453125000 +-0.034423828125 +0.096679687500 +0.070800781250 +-0.167968750000 +-0.043212890625 +0.055664062500 +-0.041748046875 +0.087402343750 +-0.079589843750 +-0.300781250000 +-0.043212890625 +-0.059082031250 +-0.153320312500 +-0.019409179688 +0.029418945312 +0.054443359375 +0.032226562500 +0.186523437500 +0.063476562500 +0.172851562500 +-0.165039062500 +-0.030883789062 +0.094238281250 +-0.060791015625 +-0.056396484375 +0.032226562500 +-0.101562500000 +-0.001937866211 +-0.003173828125 +-0.150390625000 +0.187500000000 +-0.042480468750 +0.118164062500 +0.083496093750 +-0.112792968750 +-0.033203125000 +0.006317138672 +-0.195312500000 +0.034179687500 +-0.026855468750 +0.231445312500 +-0.027832031250 +-0.141601562500 +-0.007720947266 +0.039306640625 +0.188476562500 +-0.197265625000 +-0.199218750000 +0.135742187500 +-0.333984375000 +-0.198242187500 +0.027343750000 +-0.042480468750 +-0.206054687500 +-0.190429687500 +-0.063964843750 +-0.050537109375 +0.015747070312 +-0.062988281250 +-0.000463485718 +0.088378906250 +0.053955078125 +0.037353515625 +-0.020629882812 +0.057128906250 +-0.009216308594 +-0.131835937500 +-0.033691406250 +-0.066894531250 +-0.079101562500 +-0.045654296875 +-0.160156250000 +0.014587402344 +-0.147460937500 +-0.033935546875 +-0.053466796875 +-0.042724609375 +-0.207031250000 +0.205078125000 +0.082031250000 +-0.251953125000 +0.050537109375 +0.078613281250 +-0.170898437500 +-0.253906250000 +-0.312500000000 +0.031738281250 +0.028564453125 +0.032714843750 +0.036621093750 +-0.147460937500 +-0.104003906250 +0.053710937500 +-0.108886718750 +0.255859375000 +0.004425048828 +-0.125976562500 +-0.082519531250 +-0.016235351562 +-0.257812500000 +-0.006042480469 +0.099609375000 +-0.080566406250 +0.068847656250 +-0.075195312500 +0.001045227051 +-0.042480468750 +0.103027343750 +-0.010070800781 +0.020141601562 +0.001152038574 +0.001800537109 +-0.056640625000 +-0.087890625000 +-0.202148437500 +-0.028808593750 +-0.086914062500 +0.059326171875 +-0.204101562500 +0.172851562500 +-0.147460937500 +-0.005737304688 +0.059570312500 +-0.006134033203 +-0.109375000000 +0.028686523438 +-0.079101562500 +-0.051025390625 +-0.000007033348 +0.120605468750 +-0.117675781250 +0.092285156250 +-0.023071289062 +0.121582031250 +0.082031250000 +-0.132812500000 +0.001014709473 +0.000762939453 +0.025024414062 +0.136718750000 +-0.151367187500 +-0.081542968750 +0.042236328125 +-0.248046875000 +-0.063476562500 +0.053466796875 +-0.127929687500 +0.006958007812 +-0.108398437500 +0.005065917969 +0.087890625000 +-0.122070312500 +-0.177734375000 +0.148437500000 +0.047851562500 +0.025878906250 +-0.265625000000 +-0.148437500000 +-0.384765625000 +-0.141601562500 +-0.062988281250 +-0.017211914062 +-0.113281250000 +-0.065917968750 +0.071289062500 +-0.102539062500 +0.204101562500 +-0.058837890625 +-0.157226562500 +-0.019165039062 +-0.039794921875 +-0.231445312500 +-0.100097656250 +0.160156250000 +-0.226562500000 +-0.110351562500 +0.081054687500 +0.121093750000 +0.107910156250 +0.073730468750 +-0.092773437500 +-0.017578125000 +0.082519531250 +-0.135742187500 +-0.007751464844 +0.060302734375 +0.071289062500 +-0.125976562500 +-0.118164062500 +-0.125000000000 +-0.097656250000 +-0.101562500000 +0.097656250000 +0.020385742188 +0.179687500000 +-0.095703125000 +0.004089355469 +0.068359375000 +-0.072753906250 +0.043457031250 +0.034179687500 +-0.087890625000 +-0.043701171875 +0.209960937500 +-0.051269531250 +-0.007873535156 +0.155273437500 +-0.015258789062 +-0.089355468750 +0.014526367188 +0.049316406250 +-0.141601562500 +0.072753906250 +-0.026733398438 +-0.050781250000 +0.127929687500 +-0.126953125000 +-0.016723632812 +-0.077148437500 +-0.040039062500 +-0.026611328125 +0.294921875000 +-0.001136779785 +0.154296875000 +-0.079589843750 +-0.049316406250 +0.056884765625 +-0.052734375000 +-0.145507812500 +-0.237304687500 +-0.098144531250 +0.031005859375 +-0.024780273438 +0.048583984375 +-0.203125000000 +-0.014221191406 +0.108398437500 +-0.053466796875 +0.066406250000 +0.023193359375 +-0.040039062500 +-0.130859375000 +0.012756347656 +-0.185546875000 +0.020385742188 +-0.087890625000 +-0.156250000000 +0.061279296875 +-0.203125000000 +0.077636718750 +-0.138671875000 +0.013122558594 +0.025024414062 +-0.066406250000 +0.038085937500 +0.046142578125 +-0.093261718750 +-0.097656250000 +-0.220703125000 +0.198242187500 +-0.046875000000 +-0.028076171875 +-0.021240234375 +0.022827148438 +-0.032714843750 +-0.056640625000 +-0.099609375000 +0.059326171875 +0.081542968750 +-0.046142578125 +0.002975463867 +-0.033447265625 +0.110351562500 +-0.052734375000 +0.136718750000 +0.271484375000 +-0.045898437500 +0.119628906250 +-0.150390625000 +-0.015991210938 +-0.034667968750 +0.029052734375 +0.036132812500 +0.047119140625 +0.015319824219 +-0.028930664062 +-0.025756835938 +0.054199218750 +-0.045410156250 +0.250000000000 +0.067382812500 +0.008056640625 +0.016113281250 +0.170898437500 +-0.024780273438 +-0.077148437500 +-0.116699218750 +0.068359375000 +0.035400390625 +-0.022216796875 +0.136718750000 +-0.103515625000 +0.116699218750 +-0.068847656250 +0.075683593750 +0.097167968750 +-0.170898437500 +-0.193359375000 +0.204101562500 +0.019165039062 +0.037109375000 +0.009216308594 +0.009216308594 +0.085449218750 +-0.027709960938 +-0.034912109375 +0.156250000000 +-0.009399414062 +-0.041503906250 +-0.083496093750 +-0.054931640625 +0.087890625000 +0.076171875000 +-0.059814453125 +0.003677368164 +-0.082519531250 +-0.082519531250 +0.069824218750 +-0.036376953125 +0.234375000000 +0.117187500000 +0.160156250000 +-0.054687500000 +-0.070312500000 +0.069824218750 +0.019897460938 +0.044677734375 +0.121093750000 +-0.025268554688 +0.097656250000 +-0.217773437500 +-0.131835937500 +-0.058349609375 +-0.046875000000 +-0.121582031250 +-0.069824218750 +0.089843750000 +-0.217773437500 +-0.018066406250 +-0.084472656250 +-0.046630859375 +0.071777343750 +0.063964843750 +-0.062988281250 +0.055664062500 +-0.021484375000 +-0.014892578125 +-0.023071289062 +-0.120117187500 +0.034423828125 +-0.080078125000 +0.140625000000 +-0.112792968750 +0.000854492188 +-0.048828125000 +0.162109375000 +0.013671875000 +0.104003906250 +-0.068847656250 +0.054931640625 +-0.080078125000 +0.085449218750 +0.166015625000 +0.045166015625 +-0.174804687500 +-0.011779785156 +-0.059814453125 +0.047363281250 +-0.024780273438 +-0.045654296875 +-0.087402343750 +-0.076171875000 +0.024414062500 +-0.030029296875 +-0.093750000000 +0.141601562500 +-0.104003906250 +-0.031005859375 +0.014465332031 +-0.141601562500 +-0.032470703125 +0.140625000000 +0.003204345703 +-0.024169921875 +0.056396484375 +0.135742187500 +0.010620117188 +0.104980468750 +-0.183593750000 +0.166992187500 +-0.062500000000 +0.050048828125 +-0.005645751953 +-0.076660156250 +-0.169921875000 +0.000044345856 +-0.095703125000 +-0.070312500000 +-0.024047851562 +0.183593750000 +0.151367187500 +-0.041503906250 +-0.025512695312 +0.076171875000 +-0.047851562500 +0.084472656250 +-0.108886718750 +0.021484375000 +-0.073242187500 +0.107910156250 +-0.001098632812 +0.000637054443 +-0.129882812500 +0.143554687500 +0.107421875000 +-0.090820312500 +0.136718750000 +-0.248046875000 +0.038818359375 +-0.045898437500 +0.018920898438 +-0.010314941406 +0.160156250000 +0.201171875000 +0.058349609375 +-0.007659912109 +-0.049316406250 +-0.037597656250 +-0.173828125000 +-0.104003906250 +0.177734375000 +0.166992187500 +-0.079101562500 +0.014282226562 +0.023925781250 +0.039306640625 +0.048828125000 +-0.080566406250 +-0.008666992188 +-0.128906250000 +-0.166015625000 +0.049072265625 +0.027954101562 +0.142578125000 +-0.123046875000 +0.039550781250 +0.021972656250 +0.125000000000 +0.079589843750 +0.020874023438 +0.190429687500 +-0.057128906250 +-0.089843750000 +-0.041015625000 +0.127929687500 +-0.016357421875 +-0.131835937500 +-0.249023437500 +-0.104003906250 +-0.039550781250 +-0.010498046875 +0.111816406250 +-0.109863281250 +-0.298828125000 +-0.151367187500 +-0.037597656250 +-0.049804687500 +-0.189453125000 +-0.142578125000 +-0.056640625000 +-0.015563964844 +0.091308593750 +0.090820312500 +-0.024047851562 +0.007690429688 +0.007629394531 +-0.069335937500 +0.093261718750 +0.214843750000 +0.129882812500 +0.075195312500 +-0.100097656250 +0.119140625000 +0.051025390625 +0.045654296875 +-0.083007812500 +-0.034912109375 +0.054199218750 +0.128906250000 +-0.161132812500 +-0.031005859375 +0.102539062500 +-0.120117187500 +-0.120117187500 +-0.009582519531 +-0.153320312500 +0.055419921875 +-0.059082031250 +-0.001457214355 +-0.036621093750 +-0.105468750000 +0.130859375000 +0.173828125000 +-0.087890625000 +0.049560546875 +-0.159179687500 +-0.015869140625 +0.106933593750 +-0.080078125000 +-0.267578125000 +-0.022338867188 +-0.103515625000 +-0.085449218750 +-0.105957031250 +-0.047363281250 +0.169921875000 +0.011474609375 +-0.085449218750 +-0.065917968750 +-0.026855468750 +0.038574218750 +-0.147460937500 +-0.128906250000 +0.103515625000 +-0.092285156250 +-0.047607421875 +0.123535156250 +0.036376953125 +0.032958984375 +0.062988281250 +0.045166015625 +-0.119140625000 +0.047851562500 +0.065429687500 +0.108886718750 +-0.007873535156 +0.140625000000 +0.124511718750 +-0.030761718750 +0.128906250000 +0.003936767578 +-0.427734375000 +-0.032470703125 +0.027343750000 +0.108398437500 +-0.105468750000 +-0.148437500000 +-0.122558593750 +-0.044189453125 +0.019653320312 +-0.004333496094 +-0.022216796875 +0.171875000000 +0.116210937500 +0.056152343750 +-0.031494140625 +0.013183593750 +0.061279296875 +0.192382812500 +0.210937500000 +0.061523437500 +0.166992187500 +-0.064453125000 +-0.136718750000 +-0.001937866211 +-0.059814453125 +0.036376953125 +0.204101562500 +-0.021972656250 +-0.053466796875 +0.019165039062 +-0.055908203125 +0.136718750000 +-0.007476806641 +-0.207031250000 +-0.045898437500 +-0.124511718750 +-0.152343750000 +-0.109375000000 +0.000042915344 +0.042968750000 +0.172851562500 +0.056152343750 +-0.051513671875 +0.161132812500 +0.069824218750 +0.000028491020 +0.144531250000 +-0.153320312500 +-0.073730468750 +0.053466796875 +0.043945312500 +0.159179687500 +0.036376953125 +-0.100097656250 +0.088867187500 +-0.021728515625 +0.335937500000 +-0.125976562500 +0.267578125000 +0.072753906250 +-0.039794921875 +-0.045898437500 +-0.064941406250 +-0.148437500000 +0.094726562500 +0.036376953125 +0.087402343750 +-0.015991210938 +-0.169921875000 +-0.007385253906 +-0.188476562500 +-0.053222656250 +-0.138671875000 +-0.075683593750 +0.132812500000 +0.049560546875 +-0.001693725586 +0.031494140625 +0.155273437500 +-0.044433593750 +0.212890625000 +0.025634765625 +-0.046875000000 +-0.176757812500 +-0.060302734375 +0.147460937500 +-0.066406250000 +0.058105468750 +0.065429687500 +-0.123046875000 +0.141601562500 +0.019165039062 +-0.136718750000 +-0.080566406250 +0.129882812500 +-0.194335937500 +-0.161132812500 +0.183593750000 +0.082031250000 +-0.074218750000 +-0.136718750000 +0.155273437500 +-0.047851562500 +0.128906250000 +0.228515625000 +-0.090332031250 +0.014221191406 +0.106445312500 +-0.000717163086 +-0.015502929688 +-0.134765625000 +0.275390625000 +-0.096191406250 +0.028686523438 +0.020385742188 +0.079101562500 +0.011413574219 +0.191406250000 +-0.122558593750 +-0.034667968750 +-0.016967773438 +-0.253906250000 +-0.166992187500 +-0.146484375000 +-0.081542968750 +-0.010742187500 +0.088378906250 +-0.119140625000 +-0.131835937500 +-0.029174804688 +0.130859375000 +-0.033203125000 +0.135742187500 +0.100097656250 +-0.021728515625 +-0.120605468750 +-0.005493164062 +0.056152343750 +-0.030639648438 +-0.001380920410 +-0.244140625000 +-0.055664062500 +0.085937500000 +-0.155273437500 +-0.041015625000 +-0.110839843750 +-0.047607421875 +0.044189453125 +0.035644531250 +-0.131835937500 +-0.070800781250 +-0.019775390625 +0.074218750000 +-0.105957031250 +0.163085937500 +-0.019165039062 +0.125000000000 +-0.106445312500 +-0.002517700195 +-0.056884765625 +0.019775390625 +-0.005859375000 +0.077636718750 +-0.019409179688 +-0.051269531250 +-0.176757812500 +-0.077148437500 +-0.073242187500 +-0.204101562500 +-0.112792968750 +0.003936767578 +0.032714843750 +-0.025146484375 +-0.104492187500 +-0.164062500000 +0.017822265625 +-0.070800781250 +-0.089355468750 +-0.045898437500 +-0.140625000000 +0.044189453125 +0.122070312500 +-0.018432617188 +-0.061035156250 +-0.130859375000 +-0.279296875000 +-0.077636718750 +0.044433593750 +-0.042724609375 +0.035644531250 +0.211914062500 +0.154296875000 +-0.000257492065 +-0.044189453125 +-0.219726562500 +0.029785156250 +0.129882812500 +0.096191406250 +0.017822265625 +0.037841796875 +0.039794921875 +-0.140625000000 +0.143554687500 +-0.021118164062 +-0.102050781250 +0.051025390625 +0.084960937500 +0.248046875000 +0.042968750000 +0.037353515625 +0.052001953125 +-0.025878906250 +-0.000436782837 +0.069335937500 +0.052978515625 +-0.006408691406 +-0.073242187500 +0.095214843750 +-0.005676269531 +-0.097656250000 +0.080078125000 +-0.053222656250 +0.021362304688 +-0.373046875000 +-0.107421875000 +0.134765625000 +-0.136718750000 +-0.053222656250 +0.041748046875 +0.003555297852 +0.018554687500 +0.025146484375 +0.035888671875 +0.025512695312 +-0.022216796875 +-0.232421875000 +0.008056640625 +0.010742187500 +0.001998901367 +0.104980468750 +-0.030517578125 +0.131835937500 +-0.109375000000 +-0.204101562500 +0.126953125000 +-0.093750000000 +-0.095703125000 +0.077636718750 +0.010314941406 +-0.230468750000 +-0.071777343750 +0.096679687500 +0.142578125000 +-0.063964843750 +0.128906250000 +-0.074707031250 +0.084960937500 +0.115722656250 +0.041503906250 +-0.195312500000 +0.038818359375 +0.128906250000 +-0.062988281250 +0.124511718750 +0.046630859375 +-0.019653320312 +0.099121093750 +0.002380371094 +-0.052734375000 +-0.085937500000 +-0.031494140625 +-0.153320312500 +-0.092285156250 +-0.044189453125 +0.056884765625 +0.211914062500 +0.169921875000 +-0.117187500000 +0.083984375000 +0.052734375000 +0.275390625000 +0.210937500000 +0.147460937500 +-0.214843750000 +-0.013366699219 +0.088378906250 +0.126953125000 +0.080078125000 +-0.095214843750 +0.028442382812 +0.161132812500 +-0.012207031250 +-0.210937500000 +0.089843750000 +0.019287109375 +-0.170898437500 +0.013305664062 +0.113769531250 +-0.193359375000 +0.118652343750 +-0.038818359375 +-0.351562500000 +-0.166015625000 +-0.010192871094 +-0.000831604004 +0.121093750000 +0.160156250000 +-0.160156250000 +-0.046630859375 +-0.057861328125 +0.024291992188 +0.115722656250 +-0.131835937500 +0.049316406250 +-0.078125000000 +0.041748046875 +0.158203125000 +0.300781250000 +-0.060791015625 +-0.159179687500 +-0.036621093750 +-0.151367187500 +0.066894531250 +-0.130859375000 +0.242187500000 +-0.052978515625 +-0.052246093750 +0.012451171875 +0.089843750000 +0.101074218750 +0.202148437500 +0.026123046875 +0.066406250000 +0.110351562500 +0.072753906250 +0.067871093750 +-0.081542968750 +-0.104003906250 +-0.005889892578 +0.026245117188 +-0.041748046875 +0.023681640625 +-0.089843750000 +-0.034179687500 +-0.030273437500 +0.065917968750 +-0.242187500000 +-0.005249023438 +-0.172851562500 +-0.149414062500 +0.032226562500 +-0.186523437500 +-0.211914062500 +-0.142578125000 +0.094238281250 +0.082519531250 +0.091796875000 +-0.122558593750 +0.011657714844 +-0.026000976562 +0.074218750000 +0.012512207031 +-0.020874023438 +0.102050781250 +-0.024902343750 +0.165039062500 +0.008056640625 +-0.030883789062 +0.153320312500 +-0.071777343750 +-0.028564453125 +0.057861328125 +-0.200195312500 +0.079589843750 +-0.117675781250 +0.026123046875 +0.052001953125 +0.003219604492 +-0.108886718750 +0.040283203125 +0.018066406250 +-0.008666992188 +0.049804687500 +0.026855468750 +0.036621093750 +-0.052490234375 +0.161132812500 +0.056640625000 +0.004150390625 +-0.140625000000 +0.084472656250 +-0.020996093750 +0.090820312500 +-0.087890625000 +-0.046142578125 +-0.074218750000 +0.083984375000 +-0.010559082031 +0.015869140625 +-0.096679687500 +-0.156250000000 +0.111816406250 +-0.034912109375 +-0.049316406250 +-0.043457031250 +0.160156250000 +0.037109375000 +-0.062988281250 +0.164062500000 +-0.099121093750 +-0.017456054688 +0.053222656250 +0.265625000000 +-0.048095703125 +-0.211914062500 +0.128906250000 +0.038085937500 +-0.062988281250 +-0.058593750000 +-0.067871093750 +0.089843750000 +-0.019653320312 +0.034912109375 +-0.126953125000 +0.107910156250 +0.107421875000 +0.408203125000 +-0.048339843750 +0.082031250000 +0.178710937500 +0.104980468750 +0.097167968750 +-0.062988281250 +0.028686523438 +-0.189453125000 +0.008850097656 +0.145507812500 +-0.046386718750 +0.036865234375 +-0.129882812500 +-0.229492187500 +0.114257812500 +-0.066894531250 +0.015197753906 +0.120117187500 +-0.027465820312 +0.173828125000 +-0.002990722656 +0.005157470703 +-0.151367187500 +0.098632812500 +0.026977539062 +0.117675781250 +-0.056640625000 +-0.018554687500 +0.050537109375 +0.038330078125 +-0.054931640625 +0.166992187500 +0.088867187500 +-0.112304687500 +-0.026611328125 +-0.067871093750 +0.193359375000 +0.003250122070 +0.038574218750 +-0.201171875000 +0.086914062500 +-0.107421875000 +-0.188476562500 +-0.122558593750 +0.005889892578 +-0.296875000000 +0.040771484375 +0.042724609375 +0.138671875000 +-0.017211914062 +0.004913330078 +-0.220703125000 +0.067871093750 +-0.007507324219 +-0.061035156250 +0.096679687500 +-0.155273437500 +-0.202148437500 +0.032714843750 +0.113769531250 +-0.174804687500 +0.110839843750 +0.332031250000 +0.035888671875 +0.095703125000 +-0.005737304688 +0.092773437500 +0.014404296875 +0.063964843750 +-0.038085937500 +-0.228515625000 +-0.181640625000 +-0.047363281250 +0.024047851562 +-0.001228332520 +0.168945312500 +-0.044677734375 +-0.107910156250 +0.002502441406 +-0.048828125000 +0.044677734375 +-0.006317138672 +-0.167968750000 +-0.073730468750 +-0.012390136719 +-0.119140625000 +0.139648437500 +-0.076660156250 +-0.112304687500 +0.047119140625 +0.061523437500 +0.037841796875 +0.103515625000 +0.050292968750 +-0.072265625000 +-0.179687500000 +-0.067382812500 +-0.058837890625 +-0.014709472656 +0.105957031250 +0.176757812500 +-0.031738281250 +-0.086914062500 +0.107910156250 +-0.011474609375 +-0.179687500000 +-0.124511718750 +0.028320312500 +-0.073730468750 +0.018310546875 +0.131835937500 +-0.006378173828 +-0.015991210938 +0.048583984375 +-0.061035156250 +-0.037841796875 +0.066406250000 +-0.067871093750 +0.152343750000 +0.241210937500 +0.052490234375 +0.146484375000 +-0.036621093750 +0.051513671875 +-0.038574218750 +0.150390625000 +0.112792968750 +0.029052734375 +-0.070312500000 +0.114746093750 +0.051269531250 +0.046142578125 +-0.077636718750 +-0.052490234375 +0.058349609375 +0.184570312500 +0.074218750000 +-0.016479492188 +-0.287109375000 +-0.036132812500 +-0.084472656250 +-0.296875000000 +0.033203125000 +-0.040771484375 +0.076171875000 +0.118652343750 +-0.094238281250 +-0.208984375000 +-0.130859375000 +0.088378906250 +0.090820312500 +-0.202148437500 +0.064453125000 +0.005187988281 +-0.125000000000 +0.133789062500 +0.201171875000 +0.041015625000 +-0.031982421875 +-0.189453125000 +0.085449218750 +-0.189453125000 +-0.060302734375 +-0.111328125000 +0.015319824219 +-0.132812500000 +-0.161132812500 +0.121093750000 +0.176757812500 +0.010253906250 +-0.040283203125 +0.259765625000 +0.100097656250 +0.076171875000 +0.071777343750 +-0.100097656250 +-0.103027343750 +-0.015747070312 +0.046142578125 +-0.050537109375 +-0.109375000000 +-0.025268554688 +-0.079589843750 +-0.007934570312 +-0.002761840820 +0.112792968750 +0.099609375000 +-0.048339843750 +0.226562500000 +0.224609375000 +-0.000075817108 +-0.026611328125 +-0.113769531250 +0.125976562500 +-0.094726562500 +-0.015380859375 +-0.124023437500 +0.131835937500 +-0.130859375000 +0.095703125000 +-0.160156250000 +-0.126953125000 +-0.016357421875 +0.033691406250 +-0.083496093750 +0.047851562500 +0.183593750000 +-0.031127929688 +-0.034423828125 +-0.070800781250 +-0.056396484375 +-0.257812500000 +0.072753906250 +0.064453125000 +0.116210937500 +-0.014160156250 +-0.083984375000 +0.047607421875 +-0.008239746094 +0.041992187500 +-0.011962890625 +-0.015136718750 +-0.132812500000 +-0.289062500000 +-0.030395507812 +0.059570312500 +0.017333984375 +0.034423828125 +0.110839843750 +0.087402343750 +-0.201171875000 +0.087890625000 +0.018310546875 +-0.037109375000 +-0.018920898438 +-0.092285156250 +-0.053466796875 +-0.107421875000 +-0.112792968750 +-0.077636718750 +0.074218750000 +-0.016967773438 +0.064453125000 +-0.111816406250 +-0.070312500000 +-0.194335937500 +0.017578125000 +0.044189453125 +-0.029418945312 +0.012207031250 +0.024414062500 +-0.238281250000 +-0.122070312500 +-0.153320312500 +-0.048095703125 +-0.054199218750 +-0.051269531250 +-0.034667968750 +-0.121093750000 +0.099121093750 +-0.051269531250 +0.129882812500 +-0.050292968750 +0.107421875000 +0.160156250000 +0.051025390625 +-0.062500000000 +-0.029541015625 +0.166015625000 +0.031982421875 +-0.113769531250 +-0.275390625000 +-0.066406250000 +0.125000000000 +-0.174804687500 +0.122558593750 +-0.029174804688 +0.078125000000 +0.105957031250 +0.083984375000 +-0.034179687500 +-0.136718750000 +0.026245117188 +0.121093750000 +0.054199218750 +0.016723632812 +-0.117675781250 +-0.066894531250 +0.115722656250 +-0.027709960938 +0.045654296875 +0.122558593750 +-0.001884460449 +0.035644531250 +-0.038330078125 +-0.044677734375 +0.162109375000 +0.198242187500 +-0.014587402344 +0.051269531250 +0.094726562500 +-0.119628906250 +-0.005340576172 +0.156250000000 +0.138671875000 +-0.073730468750 +0.063964843750 +-0.022460937500 +0.147460937500 +-0.047363281250 +0.087402343750 +-0.097167968750 +-0.035888671875 +0.014587402344 +0.172851562500 +0.235351562500 +0.209960937500 +-0.043212890625 +0.172851562500 +0.126953125000 +-0.014282226562 +0.000261306763 +-0.041503906250 +0.153320312500 +0.204101562500 +0.006195068359 +-0.010559082031 +-0.347656250000 +-0.028564453125 +0.043212890625 +0.114257812500 +-0.135742187500 +-0.084960937500 +0.052001953125 +-0.082031250000 +-0.029174804688 +0.056884765625 +-0.026611328125 +-0.087402343750 +0.016113281250 +0.081054687500 +-0.033203125000 +-0.017822265625 +-0.066894531250 +-0.016601562500 +0.137695312500 +0.123046875000 +-0.006500244141 +-0.273437500000 +-0.097656250000 +-0.026000976562 +0.057373046875 +0.073242187500 +-0.057861328125 +0.043457031250 +-0.016601562500 +0.095703125000 +0.061767578125 +0.058593750000 +0.134765625000 +0.181640625000 +0.016479492188 +-0.108886718750 +0.161132812500 +0.164062500000 +-0.097167968750 +0.012878417969 +0.018554687500 +0.050048828125 +0.170898437500 +0.079589843750 +0.000087261200 +-0.175781250000 +-0.053710937500 +0.114746093750 +0.134765625000 +0.114746093750 +0.137695312500 +0.032470703125 +-0.088867187500 +0.011962890625 +-0.174804687500 +0.017333984375 +-0.033447265625 +0.084960937500 +-0.179687500000 +0.117187500000 +-0.099121093750 +-0.199218750000 +0.008911132812 +0.086425781250 +-0.152343750000 +0.232421875000 +-0.069335937500 +-0.063476562500 +0.156250000000 +-0.033691406250 +-0.008666992188 +0.027587890625 +0.154296875000 +0.023071289062 +-0.064453125000 +-0.063476562500 +-0.049072265625 +-0.041015625000 +0.057861328125 +0.045166015625 +-0.026977539062 +-0.000335693359 +-0.014404296875 +-0.038330078125 +0.129882812500 +0.040527343750 +-0.095214843750 +-0.123046875000 +-0.197265625000 +0.078125000000 +0.000431060791 +0.117675781250 +-0.015747070312 +0.026611328125 +0.020141601562 +0.021362304688 +0.174804687500 +-0.060546875000 +-0.034179687500 +-0.016967773438 +-0.068847656250 +-0.148437500000 +-0.092773437500 +0.018188476562 +-0.024169921875 +-0.105468750000 +-0.057373046875 +-0.111816406250 +0.125000000000 +-0.127929687500 +-0.034179687500 +0.046875000000 +-0.021728515625 +-0.242187500000 +-0.088867187500 +0.022827148438 +0.061279296875 +-0.080078125000 +0.036132812500 +0.094238281250 +-0.298828125000 +-0.003173828125 +0.015502929688 +-0.027465820312 +-0.051269531250 +-0.170898437500 +0.026367187500 +0.233398437500 +0.069824218750 +-0.035400390625 +0.010070800781 +0.097656250000 +0.049316406250 +0.064453125000 +0.055908203125 +-0.045410156250 +0.050781250000 +-0.035888671875 +-0.064453125000 +-0.023681640625 +-0.078613281250 +0.042724609375 +-0.049804687500 +-0.074707031250 +0.025390625000 +0.238281250000 +0.008850097656 +-0.063964843750 +0.015441894531 +-0.167968750000 +-0.075683593750 +-0.109375000000 +0.103027343750 +0.279296875000 +-0.134765625000 +0.043457031250 +-0.020507812500 +-0.156250000000 +0.014709472656 +-0.048095703125 +0.064453125000 +0.029785156250 +0.002853393555 +-0.031494140625 +0.071289062500 +0.086914062500 +-0.008117675781 +0.046142578125 +-0.096191406250 +0.105468750000 +-0.207031250000 +-0.001266479492 +0.231445312500 +-0.023803710938 +-0.051513671875 +-0.017822265625 +0.139648437500 +0.177734375000 +0.086425781250 +0.033447265625 +0.056396484375 +-0.106933593750 +-0.077148437500 +-0.194335937500 +-0.057617187500 +0.042236328125 +0.013732910156 +0.037109375000 +0.051025390625 +0.096191406250 +-0.056396484375 +0.137695312500 +0.026489257812 +-0.223632812500 +0.083496093750 +-0.052001953125 +0.065429687500 +0.024291992188 +0.024780273438 +0.068359375000 +-0.006988525391 +0.114746093750 +-0.218750000000 +0.006866455078 +0.101562500000 +0.292968750000 +0.068359375000 +0.073242187500 +-0.158203125000 +0.025878906250 +-0.095214843750 +0.039306640625 +0.012878417969 +-0.048339843750 +-0.089843750000 +-0.003570556641 +-0.184570312500 +0.022583007812 +-0.013183593750 +-0.081542968750 +0.085449218750 +0.058593750000 +-0.004852294922 +-0.097167968750 +-0.176757812500 +-0.316406250000 +0.094238281250 +0.025878906250 +-0.026245117188 +-0.042480468750 +-0.312500000000 +-0.099609375000 +-0.062988281250 +-0.153320312500 +-0.017333984375 +0.007415771484 +-0.166015625000 +-0.008850097656 +-0.006408691406 +-0.275390625000 +0.094238281250 +-0.022827148438 +-0.275390625000 +0.004028320312 +-0.047607421875 +-0.129882812500 +0.022705078125 +0.032958984375 +0.100585937500 +-0.162109375000 +-0.104003906250 +0.134765625000 +0.074707031250 +0.060302734375 +-0.076171875000 +-0.027465820312 +0.074707031250 +0.014221191406 +0.047607421875 +0.022338867188 +-0.078613281250 +0.099609375000 +-0.128906250000 +-0.090820312500 +-0.129882812500 +0.109863281250 +-0.058837890625 +-0.002136230469 +0.032714843750 +0.024291992188 +-0.053222656250 +-0.023559570312 +0.132812500000 +-0.019897460938 +0.021484375000 +-0.041015625000 +0.175781250000 +0.048828125000 +0.020263671875 +-0.144531250000 +-0.104980468750 +-0.154296875000 +0.022460937500 +-0.063964843750 +0.203125000000 +-0.024902343750 +0.130859375000 +0.046875000000 +-0.147460937500 +0.064453125000 +-0.070312500000 +0.122558593750 +-0.294921875000 +0.139648437500 +-0.052001953125 +0.111816406250 +-0.121582031250 +-0.054443359375 +-0.119628906250 +0.015014648438 +0.042724609375 +0.024291992188 +-0.117675781250 +-0.082519531250 +-0.111328125000 +0.000621795654 +0.135742187500 +0.046142578125 +-0.017822265625 +0.059326171875 +-0.185546875000 +0.071777343750 +0.039062500000 +0.021850585938 +-0.104980468750 +-0.037109375000 +-0.081542968750 +0.086425781250 +-0.157226562500 +-0.150390625000 +0.043701171875 +0.129882812500 +-0.104980468750 +0.040527343750 +-0.037109375000 +0.088867187500 +0.083496093750 +-0.152343750000 +0.020263671875 +0.041259765625 +-0.108398437500 +0.095214843750 +-0.116210937500 +0.044433593750 +-0.022583007812 +-0.029907226562 +0.019409179688 +-0.222656250000 +0.129882812500 +-0.165039062500 +-0.030151367188 +-0.019287109375 +-0.098632812500 +-0.131835937500 +0.068359375000 +0.146484375000 +0.177734375000 +-0.016479492188 +-0.004608154297 +0.208007812500 +-0.009948730469 +0.069335937500 +0.059814453125 +-0.129882812500 +-0.015380859375 +-0.069824218750 +-0.083496093750 +-0.067871093750 +-0.287109375000 +0.007385253906 +-0.213867187500 +-0.079101562500 +0.037109375000 +-0.062255859375 +-0.064453125000 +0.016601562500 +0.058105468750 +-0.125976562500 +-0.052490234375 +0.078125000000 +0.040771484375 +0.009704589844 +0.062500000000 +0.253906250000 +-0.062011718750 +0.271484375000 +0.015991210938 +-0.047363281250 +-0.002532958984 +-0.002258300781 +0.064941406250 +-0.166015625000 +-0.144531250000 +0.090820312500 +-0.155273437500 +0.069335937500 +-0.062011718750 +-0.151367187500 +-0.069335937500 +-0.236328125000 +-0.072265625000 +-0.038574218750 +0.033935546875 +0.052978515625 +0.049560546875 +-0.092285156250 +-0.082519531250 +-0.032470703125 +0.057617187500 +0.099609375000 +0.072265625000 +0.064941406250 +-0.285156250000 +-0.111328125000 +-0.107421875000 +0.000713348389 +0.074707031250 +-0.035888671875 +0.083984375000 +-0.021362304688 +0.051757812500 +-0.105468750000 +0.064941406250 +-0.120117187500 +-0.115722656250 +0.005859375000 +-0.174804687500 +0.031127929688 +-0.222656250000 +-0.059570312500 +0.143554687500 +-0.099121093750 +0.067871093750 +0.055419921875 +-0.018920898438 +-0.149414062500 +0.175781250000 +-0.091796875000 +0.108398437500 +0.206054687500 +0.136718750000 +-0.026733398438 +0.029052734375 +-0.024169921875 +-0.021850585938 +0.056396484375 +-0.152343750000 +0.212890625000 +0.094238281250 +-0.019287109375 +-0.204101562500 +-0.062988281250 +0.131835937500 +-0.170898437500 +-0.072265625000 +-0.159179687500 +-0.018798828125 +0.051757812500 +0.064941406250 +0.011840820312 +0.133789062500 +-0.074218750000 +0.239257812500 +0.191406250000 +-0.088867187500 +0.055175781250 +0.101562500000 +0.000511169434 +0.131835937500 +0.034423828125 +-0.002075195312 +0.070800781250 +-0.173828125000 +0.060546875000 +0.066406250000 +0.171875000000 +0.055908203125 +0.044433593750 +-0.183593750000 +-0.146484375000 +-0.035400390625 +-0.101562500000 +-0.056152343750 +-0.151367187500 +-0.015869140625 +-0.046630859375 +-0.005828857422 +-0.175781250000 +0.089355468750 +0.078125000000 +0.124023437500 +-0.181640625000 +0.010925292969 +0.013916015625 +0.098632812500 +0.078613281250 +-0.275390625000 +0.111328125000 +0.193359375000 +-0.024047851562 +-0.136718750000 +-0.033691406250 +-0.072265625000 +-0.051269531250 +0.012939453125 +0.117675781250 +0.010131835938 +0.151367187500 +0.064941406250 +0.006530761719 +-0.025024414062 +-0.180664062500 +-0.031738281250 +-0.085937500000 +0.079589843750 +0.113281250000 +-0.075683593750 +-0.025512695312 +-0.044677734375 +0.140625000000 +-0.043945312500 +-0.113769531250 +-0.009704589844 +-0.109863281250 +0.162109375000 +0.166992187500 +0.104003906250 +0.091308593750 +-0.037841796875 +-0.074707031250 +-0.060546875000 +-0.032226562500 +0.005645751953 +-0.098144531250 +0.021850585938 +-0.038818359375 +0.033691406250 +0.205078125000 +-0.093750000000 +-0.065429687500 +-0.107910156250 +-0.002914428711 +-0.089843750000 +0.115722656250 +-0.018066406250 +-0.063476562500 +-0.022583007812 +0.180664062500 +-0.016967773438 +-0.087402343750 +-0.014465332031 +0.186523437500 +0.092773437500 +0.081054687500 +0.108398437500 +-0.273437500000 +-0.125976562500 +-0.016479492188 +-0.261718750000 +0.080566406250 +0.300781250000 +0.050537109375 +-0.142578125000 +-0.109863281250 +0.040283203125 +0.057861328125 +0.104980468750 +-0.036621093750 +0.136718750000 +0.162109375000 +0.147460937500 +-0.055419921875 +-0.018676757812 +0.132812500000 +-0.081542968750 +-0.089355468750 +0.108398437500 +-0.127929687500 +-0.117187500000 +-0.203125000000 +0.036621093750 +-0.259765625000 +0.002639770508 +0.027587890625 +-0.239257812500 +0.102050781250 +-0.104003906250 +0.041992187500 +-0.039550781250 +0.162109375000 +0.088378906250 +-0.077148437500 +-0.062011718750 +-0.183593750000 +0.000473022461 +0.015991210938 +0.019287109375 +0.015441894531 +-0.117187500000 +0.091796875000 +-0.062011718750 +-0.118164062500 +-0.153320312500 +-0.020996093750 +-0.058105468750 +-0.034179687500 +-0.061279296875 +-0.114746093750 +-0.079589843750 +0.103515625000 +0.077636718750 +-0.059814453125 +-0.039550781250 +-0.039306640625 +-0.006072998047 +-0.134765625000 +-0.041992187500 +-0.243164062500 +0.098144531250 +-0.070312500000 +0.058349609375 +0.066406250000 +0.003128051758 +0.053466796875 +-0.062500000000 +-0.092773437500 +0.000452041626 +0.038330078125 +-0.048339843750 +0.067871093750 +0.061035156250 +-0.097167968750 +0.082031250000 +-0.042480468750 +0.015380859375 +0.123535156250 +0.146484375000 +-0.120605468750 +0.001609802246 +-0.069824218750 +-0.009216308594 +0.032226562500 +-0.010192871094 +0.002044677734 +-0.188476562500 +-0.009216308594 +0.115722656250 +0.094238281250 +-0.103027343750 +-0.000185966492 +0.209960937500 +0.053710937500 +-0.010009765625 +-0.173828125000 +-0.092285156250 +0.023559570312 +0.077148437500 +0.072753906250 +-0.019531250000 +0.001083374023 +0.051513671875 +0.030273437500 +-0.031494140625 +-0.124511718750 +-0.085937500000 +0.156250000000 +0.039550781250 +-0.022705078125 +-0.151367187500 +0.055175781250 +0.070800781250 +-0.034667968750 +0.122558593750 +0.046875000000 +-0.089843750000 +0.054443359375 +0.036865234375 +0.108398437500 +0.121093750000 +0.025268554688 +0.084960937500 +0.058349609375 +-0.101562500000 +-0.100097656250 +-0.009582519531 +-0.251953125000 +-0.014221191406 +-0.088867187500 +-0.091308593750 +0.098632812500 +-0.021606445312 +-0.062500000000 +0.267578125000 +0.024780273438 +-0.012390136719 +0.002502441406 +-0.061279296875 +-0.121582031250 +-0.267578125000 +-0.106933593750 +0.058105468750 +0.003829956055 +-0.058105468750 +0.161132812500 +0.020141601562 +0.285156250000 +-0.133789062500 +-0.007202148438 +0.240234375000 +0.039550781250 +0.172851562500 +0.031250000000 +0.051269531250 +0.128906250000 +0.029907226562 +-0.056152343750 +0.086425781250 +0.094726562500 +-0.194335937500 +-0.146484375000 +0.052734375000 +0.004241943359 +0.116210937500 +-0.037109375000 +-0.070800781250 +-0.081054687500 +0.030395507812 +0.039550781250 +-0.051025390625 +0.016235351562 +-0.084960937500 +-0.171875000000 +-0.038818359375 +-0.095703125000 +0.184570312500 +-0.044921875000 +0.105468750000 +-0.017700195312 +-0.119628906250 +0.015380859375 +-0.076660156250 +0.094726562500 +0.063476562500 +0.056152343750 +0.089355468750 +-0.060791015625 +0.003280639648 +-0.095214843750 +-0.063476562500 +-0.218750000000 +-0.023315429688 +0.067871093750 +-0.102050781250 +0.072753906250 +-0.099609375000 +-0.016723632812 +0.197265625000 +-0.052734375000 +0.006683349609 +-0.030639648438 +0.101562500000 +-0.012878417969 +-0.045166015625 +0.033935546875 +0.030761718750 +0.147460937500 +-0.079589843750 +-0.246093750000 +0.135742187500 +-0.078613281250 +-0.116210937500 +-0.041748046875 +-0.114746093750 +-0.090332031250 +0.042236328125 +0.109863281250 +0.003723144531 +-0.015380859375 +-0.046142578125 +-0.085449218750 +-0.028564453125 +0.203125000000 +-0.062255859375 +0.033691406250 +-0.008789062500 +0.062255859375 +0.025512695312 +0.104980468750 +-0.137695312500 +0.127929687500 +0.031250000000 +0.095214843750 +-0.005493164062 +0.109375000000 +0.087890625000 +-0.174804687500 +0.035644531250 +0.038330078125 +-0.091796875000 +0.073242187500 +0.132812500000 +-0.056640625000 +-0.126953125000 +0.085937500000 +0.087890625000 +0.088378906250 +-0.047363281250 +0.003875732422 +0.130859375000 +0.035156250000 +0.027587890625 +-0.002914428711 +0.046630859375 +-0.052978515625 +0.038818359375 +-0.043457031250 +-0.040283203125 +-0.182617187500 +0.143554687500 +-0.078125000000 +0.093750000000 +-0.104492187500 +-0.052490234375 +0.166992187500 +0.106933593750 +0.016967773438 +0.153320312500 +0.092773437500 +-0.030395507812 +0.158203125000 +0.030395507812 +0.081542968750 +-0.006866455078 +-0.014404296875 +0.001647949219 +0.059082031250 +-0.192382812500 +0.140625000000 +-0.062500000000 +0.068359375000 +0.175781250000 +-0.069335937500 +-0.075683593750 +-0.047607421875 +-0.001716613770 +0.065917968750 +0.007568359375 +0.080566406250 +-0.005615234375 +0.043457031250 +0.062011718750 +-0.073730468750 +-0.105957031250 +0.150390625000 +0.180664062500 +-0.065917968750 +0.061035156250 +-0.104003906250 +0.068359375000 +-0.091796875000 +0.100097656250 +-0.115234375000 +-0.173828125000 +-0.197265625000 +0.036621093750 +-0.029052734375 +-0.098144531250 +0.139648437500 +0.375000000000 +-0.041015625000 +-0.214843750000 +0.041259765625 +-0.039550781250 +0.084960937500 +0.116699218750 +0.151367187500 +-0.060058593750 +0.046630859375 +0.118652343750 +-0.138671875000 +-0.114746093750 +-0.061035156250 +-0.032958984375 +0.017333984375 +0.069824218750 +0.109863281250 +-0.107421875000 +0.014343261719 +0.006256103516 +0.225585937500 +0.039306640625 +0.076660156250 +-0.010559082031 +0.119628906250 +-0.023803710938 +-0.310546875000 +-0.160156250000 +-0.175781250000 +-0.085449218750 +0.215820312500 +0.070312500000 +0.095214843750 +0.026123046875 +0.056640625000 +-0.014099121094 +0.017456054688 +-0.191406250000 +-0.012207031250 +0.006713867188 +-0.134765625000 +-0.051025390625 +-0.043457031250 +-0.032958984375 +-0.169921875000 +-0.126953125000 +-0.059082031250 +-0.046386718750 +0.178710937500 +-0.023315429688 +0.057373046875 +-0.142578125000 +-0.054443359375 +-0.038330078125 +0.116210937500 +-0.013793945312 +0.096191406250 +-0.104003906250 +-0.131835937500 +0.220703125000 +0.065917968750 +0.125976562500 +0.112792968750 +0.199218750000 +-0.057128906250 +0.094238281250 +-0.022216796875 +-0.007781982422 +0.060058593750 +-0.047119140625 +0.055664062500 +-0.002044677734 +0.119628906250 +0.205078125000 +-0.052246093750 +0.250000000000 +-0.008850097656 +-0.038330078125 +0.078613281250 +0.151367187500 +-0.289062500000 +0.157226562500 +-0.149414062500 +-0.054687500000 +-0.116210937500 +-0.026733398438 +0.022460937500 +0.065917968750 +-0.378906250000 +-0.008422851562 +0.024902343750 +-0.183593750000 +-0.007537841797 +-0.099121093750 +-0.163085937500 +-0.022338867188 +0.090332031250 +-0.006408691406 +0.188476562500 +0.003387451172 +-0.102050781250 +-0.012695312500 +-0.163085937500 +0.009277343750 +-0.052490234375 +-0.045410156250 +-0.005645751953 +0.091796875000 +-0.104492187500 +0.033447265625 +0.021362304688 +0.034912109375 +0.166992187500 +0.018920898438 +-0.113281250000 +-0.102050781250 +0.172851562500 +-0.062255859375 +-0.147460937500 +0.009399414062 +0.000093460083 +0.147460937500 +0.171875000000 +-0.014160156250 +0.006469726562 +-0.041015625000 +-0.033447265625 +-0.172851562500 +0.142578125000 +-0.039550781250 +-0.110839843750 +-0.067871093750 +0.107910156250 +0.026977539062 +0.001205444336 +0.216796875000 +-0.076660156250 +-0.065429687500 +-0.025146484375 +-0.113281250000 +-0.040527343750 +-0.107910156250 +-0.069824218750 +-0.166992187500 +-0.129882812500 +-0.095703125000 +-0.006927490234 +-0.021850585938 +0.251953125000 +-0.017211914062 +-0.198242187500 +0.073730468750 +0.154296875000 +0.028808593750 +0.206054687500 +0.112304687500 +-0.008483886719 +-0.208984375000 +-0.163085937500 +0.084960937500 +-0.051269531250 +0.018554687500 +0.075195312500 +0.043212890625 +0.017822265625 +0.031494140625 +-0.033447265625 +-0.093261718750 +-0.169921875000 +-0.020996093750 +0.182617187500 +0.025634765625 +0.037353515625 +0.032958984375 +0.110351562500 +-0.032226562500 +-0.010437011719 +-0.009460449219 +-0.269531250000 +-0.019897460938 +0.013427734375 +0.017333984375 +0.028076171875 +0.012695312500 +0.009704589844 +0.032470703125 +0.176757812500 +-0.031494140625 +-0.090820312500 +0.089355468750 +-0.129882812500 +0.111328125000 +-0.016113281250 +-0.103515625000 +0.044189453125 +-0.074707031250 +0.166992187500 +0.026977539062 +0.060791015625 +0.022094726562 +0.217773437500 +-0.012084960938 +0.132812500000 +0.040527343750 +-0.164062500000 +-0.069824218750 +-0.111328125000 +-0.086425781250 +-0.043945312500 +-0.238281250000 +-0.109863281250 +-0.106445312500 +-0.006439208984 +0.032470703125 +-0.024902343750 +0.109375000000 +-0.118164062500 +0.059570312500 +0.074707031250 +-0.026977539062 +-0.050292968750 +0.063476562500 +0.042236328125 +-0.018310546875 +-0.062011718750 +-0.250000000000 +0.106445312500 +0.151367187500 +0.049804687500 +-0.077636718750 +0.009338378906 +-0.062255859375 +0.030639648438 +-0.103027343750 +0.151367187500 +-0.027832031250 +-0.005767822266 +-0.048828125000 +-0.098632812500 +0.059326171875 +0.122070312500 +-0.135742187500 +-0.149414062500 +0.096191406250 +-0.013916015625 +0.166992187500 +-0.055419921875 +0.064941406250 +-0.195312500000 +-0.091796875000 +-0.002609252930 +-0.033447265625 +-0.269531250000 +-0.024658203125 +0.199218750000 +-0.089843750000 +-0.101562500000 +-0.090820312500 +-0.032714843750 +0.057617187500 +0.145507812500 +-0.220703125000 +0.099121093750 +0.035400390625 +0.057861328125 +0.126953125000 +-0.006317138672 +-0.112792968750 +0.093750000000 +0.005035400391 +-0.082031250000 +0.058593750000 +-0.025024414062 +0.000625610352 +-0.101562500000 +-0.273437500000 +0.055419921875 +0.239257812500 +-0.065917968750 +-0.077636718750 +-0.100585937500 +-0.014404296875 +0.116210937500 +0.000068187714 +0.019165039062 +0.065917968750 +0.068359375000 +-0.024414062500 +0.220703125000 +0.064453125000 +-0.180664062500 +-0.009094238281 +0.062255859375 +0.115234375000 +-0.066406250000 +-0.019531250000 +-0.007995605469 +-0.017456054688 +-0.038330078125 +-0.078613281250 +-0.012512207031 +0.134765625000 +0.106445312500 +-0.119628906250 +-0.073730468750 +0.015014648438 +-0.080078125000 +0.009338378906 +-0.120117187500 +0.062988281250 +-0.031494140625 +0.151367187500 +0.082031250000 +-0.011291503906 +0.084960937500 +-0.152343750000 +-0.152343750000 +0.058837890625 +-0.000377655029 +0.074218750000 +-0.227539062500 +0.008117675781 +0.034667968750 +-0.002563476562 +0.038818359375 +-0.001922607422 +0.007415771484 +0.181640625000 +-0.094238281250 +0.031982421875 +-0.045654296875 +-0.058837890625 +-0.215820312500 +-0.070312500000 +0.112304687500 +0.127929687500 +-0.019531250000 +0.040527343750 +-0.074707031250 +0.133789062500 +-0.125976562500 +0.367187500000 +0.055664062500 +-0.025146484375 +-0.147460937500 +0.120605468750 +-0.109863281250 +0.236328125000 +-0.228515625000 +-0.012329101562 +0.195312500000 +0.038574218750 +0.055175781250 +-0.038574218750 +-0.034179687500 +-0.056396484375 +0.009643554688 +-0.051513671875 +-0.025512695312 +0.087402343750 +-0.047607421875 +0.091796875000 +-0.085449218750 +0.125976562500 +-0.005340576172 +-0.059570312500 +-0.136718750000 +-0.126953125000 +0.056396484375 +-0.040771484375 +0.110351562500 +0.084472656250 +0.049560546875 +-0.017211914062 +-0.016235351562 +-0.144531250000 +0.026245117188 +0.120605468750 +-0.275390625000 +-0.123046875000 +-0.167968750000 +0.031127929688 +0.024047851562 +-0.042968750000 +0.007019042969 +-0.071289062500 +0.061523437500 +0.062988281250 +-0.033203125000 +0.152343750000 +0.145507812500 +0.069335937500 +0.010131835938 +-0.063964843750 +0.001449584961 +-0.025146484375 +-0.006011962891 +-0.022094726562 +-0.004852294922 +-0.110351562500 +0.108886718750 +-0.000820159912 +0.008300781250 +0.053466796875 +-0.138671875000 +0.077636718750 +-0.064941406250 +0.050537109375 +0.065429687500 +0.039550781250 +0.006866455078 +0.078125000000 +0.067871093750 +0.034667968750 +0.033935546875 +0.015441894531 +0.145507812500 +-0.092773437500 +-0.071289062500 +0.050537109375 +0.020507812500 +0.065429687500 +-0.117675781250 +0.022949218750 +0.090332031250 +0.005157470703 +-0.220703125000 +0.052490234375 +0.076171875000 +-0.042968750000 +-0.116210937500 +-0.085937500000 +-0.020996093750 +0.177734375000 +0.002395629883 +0.042968750000 +-0.050781250000 +-0.125000000000 +0.092773437500 +0.009033203125 +0.073242187500 +0.219726562500 +-0.095214843750 +0.013000488281 +0.034667968750 +0.092285156250 +0.007751464844 +0.120117187500 +0.072753906250 +0.048095703125 +0.210937500000 +-0.114257812500 +0.171875000000 +0.030639648438 +-0.067871093750 +0.020507812500 +0.034912109375 +0.131835937500 +-0.111816406250 +0.119140625000 +0.215820312500 +-0.160156250000 +-0.067382812500 +-0.123046875000 +-0.075195312500 +-0.064941406250 +0.026977539062 +0.125000000000 +-0.089355468750 +0.100585937500 +-0.088867187500 +-0.154296875000 +0.149414062500 +-0.112792968750 +0.119140625000 +0.141601562500 +0.104980468750 +0.137695312500 +-0.007873535156 +0.086425781250 +0.019897460938 +-0.226562500000 +0.046875000000 +0.234375000000 +-0.011169433594 +0.113281250000 +0.029174804688 +-0.061035156250 +0.125976562500 +0.053955078125 +0.018554687500 +-0.002548217773 +-0.128906250000 +-0.171875000000 +-0.007080078125 +0.034667968750 +0.095703125000 +-0.008789062500 +-0.200195312500 +0.121093750000 +-0.177734375000 +-0.104492187500 +-0.190429687500 +-0.158203125000 +-0.130859375000 +0.129882812500 +0.010009765625 +0.015991210938 +-0.012023925781 +-0.023681640625 +0.102050781250 +-0.058837890625 +-0.008422851562 +0.251953125000 +0.081054687500 +-0.150390625000 +0.006561279297 +0.168945312500 +-0.111816406250 +-0.021362304688 +-0.016723632812 +0.019775390625 +-0.019531250000 +-0.058349609375 +0.050781250000 +0.043457031250 +0.020751953125 +0.009643554688 +-0.109863281250 +0.067871093750 +-0.159179687500 +0.043945312500 +0.062500000000 +-0.097656250000 +0.062988281250 +0.028198242188 +-0.171875000000 +0.018310546875 +-0.145507812500 +0.054931640625 +0.109863281250 +-0.057861328125 +-0.002197265625 +-0.021850585938 +0.099121093750 +-0.062988281250 +-0.030883789062 +0.009948730469 +-0.114746093750 +0.077148437500 +-0.009338378906 +0.006958007812 +0.080566406250 +-0.231445312500 +-0.003967285156 +0.083496093750 +0.014160156250 +-0.106445312500 +-0.058593750000 +-0.173828125000 +-0.054443359375 +-0.025268554688 +0.041015625000 +-0.157226562500 +-0.056396484375 +-0.065429687500 +0.294921875000 +-0.100585937500 +0.003967285156 +-0.132812500000 +0.113769531250 +-0.097167968750 +-0.137695312500 +-0.150390625000 +-0.102050781250 +-0.007537841797 +-0.204101562500 +-0.097167968750 +0.291015625000 +0.128906250000 +-0.060302734375 +-0.060058593750 +-0.005065917969 +0.017944335938 +0.187500000000 +-0.047851562500 +0.086425781250 +0.018310546875 +0.093261718750 +0.047119140625 +-0.037353515625 +0.083007812500 +0.138671875000 +-0.166992187500 +-0.087402343750 +0.011230468750 +-0.086425781250 +-0.141601562500 +-0.056640625000 +-0.005310058594 +-0.023681640625 +0.059326171875 +0.076660156250 +0.068847656250 +-0.054199218750 +-0.038574218750 +0.126953125000 +0.072265625000 +-0.025146484375 +-0.182617187500 +-0.004669189453 +-0.062988281250 +0.080566406250 +0.100097656250 +0.010620117188 +-0.129882812500 +-0.217773437500 +-0.071777343750 +-0.066894531250 +-0.095703125000 +0.117675781250 +0.025268554688 +0.066894531250 +0.079589843750 +0.013854980469 +0.086914062500 +0.041992187500 +-0.220703125000 +0.007751464844 +0.075683593750 +0.078613281250 +0.228515625000 +-0.039550781250 +0.207031250000 +-0.039550781250 +-0.029052734375 +0.040771484375 +0.117675781250 +0.054687500000 +0.084472656250 +-0.077148437500 +-0.283203125000 +-0.006439208984 +-0.023681640625 +0.240234375000 +0.116699218750 +-0.104003906250 +-0.142578125000 +0.080566406250 +0.072265625000 +0.064941406250 +-0.271484375000 +0.133789062500 +0.112792968750 +-0.108886718750 +0.074707031250 +-0.140625000000 +0.158203125000 +-0.082031250000 +-0.039306640625 +0.040527343750 +-0.077636718750 +0.018920898438 +-0.061767578125 +-0.004547119141 +0.168945312500 +-0.191406250000 +-0.009826660156 +-0.235351562500 +0.061035156250 +-0.253906250000 +-0.016113281250 +0.030761718750 +-0.034179687500 +0.072753906250 +-0.071289062500 +-0.148437500000 +0.024780273438 +-0.011413574219 +0.058105468750 +-0.073242187500 +0.044921875000 +0.156250000000 +-0.093750000000 +0.005126953125 +0.043945312500 +-0.003097534180 +-0.162109375000 +-0.087890625000 +-0.026123046875 +-0.102050781250 +0.031127929688 +-0.028076171875 +0.023437500000 +-0.189453125000 +0.055175781250 +0.051025390625 +0.053710937500 +0.032958984375 +0.022583007812 +0.054687500000 +0.136718750000 +0.114746093750 +-0.110351562500 +-0.106933593750 +0.130859375000 +0.038085937500 +0.056152343750 +-0.114257812500 +-0.032958984375 +-0.201171875000 +-0.022705078125 +0.060791015625 +0.005187988281 +-0.003341674805 +-0.055419921875 +0.032958984375 +-0.120117187500 +0.011352539062 +0.020263671875 +-0.006439208984 +-0.059570312500 +0.032226562500 +0.021850585938 +0.065917968750 +-0.373046875000 +0.021118164062 +-0.122558593750 +-0.025756835938 +-0.123535156250 +-0.135742187500 +-0.011413574219 +0.101074218750 +-0.197265625000 +0.021484375000 +0.014221191406 +-0.043945312500 +0.062988281250 +0.060546875000 +0.059326171875 +-0.095214843750 +-0.008422851562 +-0.132812500000 +0.025634765625 +0.029541015625 +0.097656250000 +0.016479492188 +0.019775390625 +-0.124023437500 +0.009765625000 +0.066894531250 +0.010253906250 +0.056640625000 +-0.106933593750 +-0.151367187500 +-0.265625000000 +0.277343750000 +-0.225585937500 +-0.134765625000 +0.314453125000 +0.041503906250 +0.056640625000 +-0.131835937500 +-0.063964843750 +-0.005950927734 +0.041992187500 +0.007415771484 +0.044189453125 +-0.063964843750 +-0.018798828125 +-0.037841796875 +-0.046386718750 +-0.080566406250 +0.081542968750 +0.029052734375 +-0.154296875000 +0.023437500000 +0.049560546875 +0.077148437500 +-0.043701171875 +-0.042480468750 +0.078613281250 +-0.166992187500 +-0.009887695312 +-0.056152343750 +-0.123535156250 +0.007049560547 +0.006744384766 +-0.138671875000 +-0.108886718750 +-0.069824218750 +0.140625000000 +-0.170898437500 +0.072265625000 +0.062988281250 +-0.020385742188 +-0.048339843750 +0.158203125000 +-0.052490234375 +-0.051269531250 +-0.232421875000 +-0.061767578125 +0.037597656250 +-0.060302734375 +0.075195312500 +-0.054199218750 +-0.097167968750 +-0.175781250000 +0.040283203125 +-0.091308593750 +-0.016967773438 +0.129882812500 +0.079589843750 +0.046386718750 +-0.052978515625 +0.173828125000 +0.070312500000 +-0.045898437500 +-0.033447265625 +0.059570312500 +-0.069824218750 +-0.215820312500 +-0.243164062500 +-0.194335937500 +-0.038818359375 +0.075195312500 +-0.001754760742 +0.150390625000 +-0.001251220703 +0.042480468750 +-0.134765625000 +-0.120605468750 +-0.083496093750 +0.167968750000 +0.123046875000 +0.079101562500 +-0.265625000000 +-0.181640625000 +0.259765625000 +-0.112304687500 +-0.062500000000 +-0.081054687500 +0.001190185547 +0.099121093750 +-0.104492187500 +-0.072265625000 +-0.045654296875 +0.023803710938 +0.081054687500 +-0.111328125000 +0.250000000000 +-0.081542968750 +0.030273437500 +0.118652343750 +0.027832031250 +0.041259765625 +0.041748046875 +0.034667968750 +0.006958007812 +-0.289062500000 +0.061279296875 +-0.076660156250 +-0.022460937500 +0.010986328125 +-0.101074218750 +-0.039306640625 +0.002700805664 +-0.098144531250 +-0.119140625000 +0.042724609375 +-0.105957031250 +-0.057617187500 +-0.063476562500 +0.080078125000 +-0.125976562500 +-0.204101562500 +-0.043701171875 +-0.188476562500 +-0.054687500000 +-0.150390625000 +-0.126953125000 +0.190429687500 +0.150390625000 +0.043212890625 +0.059814453125 +-0.129882812500 +0.048095703125 +0.152343750000 +0.072753906250 +-0.019165039062 +0.065429687500 +-0.031738281250 +-0.050292968750 +0.049804687500 +0.127929687500 +-0.152343750000 +0.031250000000 +0.028320312500 +-0.072265625000 +-0.195312500000 +-0.057128906250 +0.031250000000 +-0.005950927734 +0.103515625000 +-0.083984375000 +-0.092773437500 +0.045410156250 +0.085937500000 +0.029174804688 +-0.019897460938 +-0.053222656250 +0.181640625000 +0.058593750000 +-0.046386718750 +-0.091308593750 +0.075683593750 +0.095703125000 +-0.135742187500 +-0.143554687500 +0.056884765625 +0.077636718750 +-0.132812500000 +0.043457031250 +-0.073730468750 +-0.038330078125 +-0.068847656250 +0.016723632812 +-0.025634765625 +-0.021484375000 +0.035400390625 +0.022460937500 +0.090820312500 +0.114257812500 +0.025512695312 +0.144531250000 +-0.109863281250 +0.053955078125 +-0.153320312500 +-0.175781250000 +0.006652832031 +-0.074707031250 +0.198242187500 +0.027221679688 +-0.202148437500 +0.149414062500 +0.089843750000 +0.021972656250 +0.028564453125 +0.078125000000 +-0.145507812500 +0.075195312500 +-0.052490234375 +-0.049804687500 +0.041748046875 +0.031494140625 +-0.140625000000 +-0.136718750000 +-0.050292968750 +0.017211914062 +-0.102539062500 +-0.150390625000 +0.126953125000 +-0.094238281250 +-0.129882812500 +-0.038085937500 +-0.087890625000 +0.111328125000 +-0.123535156250 +-0.038574218750 +-0.048583984375 +0.198242187500 +0.005767822266 +-0.046630859375 +0.041259765625 +0.174804687500 +0.190429687500 +0.019653320312 +-0.108398437500 +0.122070312500 diff --git a/AI_Engine_Development/AIE-MLv2/Design_Tutorials/01-Radio-ML/aie/dense_w16/dense1_model.m b/AI_Engine_Development/AIE-MLv2/Design_Tutorials/01-Radio-ML/aie/dense_w16/dense1_model.m new file mode 100644 index 0000000000..4e0c038296 --- /dev/null +++ b/AI_Engine_Development/AIE-MLv2/Design_Tutorials/01-Radio-ML/aie/dense_w16/dense1_model.m @@ -0,0 +1,43 @@ +% +% Copyright (C) 2024, Advanced Micro Devices, Inc. All rights reserved. +% SPDX-License-Identifier: MIT +% +% Author: Faisal El-Shabani +%% +formatSpec = '%f'; +fileID = fopen('data/data_i.txt','r'); +data_i = fscanf(fileID,formatSpec); +fclose(fileID); +NITER = length(data_i)/512; +data_i = reshape(data_i,512,NITER); + +dense1_golden_output = zeros(128,NITER); +fileID = fopen('data/data_o.txt','r'); +dense1_golden_output = reshape(fscanf(fileID,formatSpec),size(dense1_golden_output)); +fclose(fileID); + + +fileID = fopen('w16_weights_trained.txt','r'); +weights = fscanf(fileID,formatSpec); +fclose(fileID); +weights = reshape(weights,128,512); +fileID = fopen('w16_bias_trained.txt','r'); +biases = fscanf(fileID,formatSpec); +fclose(fileID); +%% +dense1_actual_output = zeros(128,NITER); +for j=1:NITER + dense1_actual_output(:,j) = selu(weights*data_i(:,j) +biases); +end +figure(1);plot(dense1_actual_output(:));hold on;plot(dense1_golden_output(:));hold off;legend('Actual','Golden');grid on; +figure(2);plot(reshape(dense1_actual_output,1,[])-reshape(dense1_golden_output,1,[]));grid on;title('error'); +error = max(abs(reshape(dense1_actual_output,1,[])-reshape(dense1_golden_output,1,[]))) + +function [sig_o] = selu(sig_i) + idx_p = find(sig_i > 0); + idx_n = find(sig_i <= 0); + sig_o = zeros(size(sig_i)); + sig_o(idx_p) = 1.05070098*sig_i(idx_p); + sig_o(idx_n) = 1.05070098*1.67326324*(exp(sig_i(idx_n))-1); + sig_o = varray.bfloat16(sig_o); +end \ No newline at end of file diff --git a/AI_Engine_Development/AIE-MLv2/Design_Tutorials/01-Radio-ML/aie/dense_w16/dense_w16.cpp b/AI_Engine_Development/AIE-MLv2/Design_Tutorials/01-Radio-ML/aie/dense_w16/dense_w16.cpp new file mode 100644 index 0000000000..fce9eb6166 --- /dev/null +++ b/AI_Engine_Development/AIE-MLv2/Design_Tutorials/01-Radio-ML/aie/dense_w16/dense_w16.cpp @@ -0,0 +1,114 @@ +// +// Copyright (C) 2024, Advanced Micro Devices, Inc. All rights reserved. +// SPDX-License-Identifier: MIT +// +// Author: Faisal El-Shabani + +#include +#include +#include +#include "dense_w16.h" + + +// ------------------------------------------------------------ +// Constructor +// ------------------------------------------------------------ + +template +dense_w16::dense_w16(void) +{ + aie::set_rounding(aie::rounding_mode::symmetric_inf); + aie::set_saturation(aie::saturation_mode::saturate); +} + +// ------------------------------------------------------------ +// SeLu +// ------------------------------------------------------------ + +template +aie::vector::TT_DATA,64> dense_w16::SeLu( aie::vector data_i ) +{ + aie::accum accB; + accB.from_vector(aie::broadcast(exp_B)); + + // Compute 'pos': + auto pos = aie::mul(data_i,Cpos).to_vector(); + + // Compute 'neg' -- first part is exp(x) approximation + auto data_t = (aie::mac(accB,data_i,exp_S)).to_vector(); + // Integer values should be in the range [0,16256], find outliers and set to zero: + aie::vector exp_i = aie::to_fixed(data_t,0); + aie::mask<64> msk_neg = aie::lt(exp_i,int16(0)); + aie::vector exp_bnd = aie::select(exp_i, aie::zeros(), msk_neg); + aie::mask<64> msk_pos = aie::gt(exp_bnd, int16(16256)); + exp_bnd = aie::select(exp_bnd, aie::zeros(), msk_pos); + auto neg_tmp = exp_bnd.cast_to(); + + // Compute 'neg' -- second part is remaining math + auto neg = (aie::mul(aie::sub(neg_tmp,TT_DATA(1.0f)),Cneg)).to_vector(); + + // Select between 'pos' and 'neg': + return aie::select(pos,neg,aie::le(data_i,aie::broadcast(0.0f))); +} +// ------------------------------------------------------------ +// Run +// ------------------------------------------------------------ + +template +void dense_w16::run( input_buffer& __restrict data_i, + const TT_DATA (&weights_0)[NWEIGHTS/2], + const TT_DATA (&weights_1)[NWEIGHTS/2], + const TT_DATA (&biases)[NBIASES], + output_buffer& __restrict data_o) +{ + auto p_data_i = aie::begin_vector_circular<64>(data_i); + auto p_data_o = aie::begin_restrict_vector<64>(data_o); + auto p_weights_0 = aie::begin_restrict_vector<64>(weights_0); + auto p_weights_1 = aie::begin_restrict_vector<64>(weights_1); + auto p_biases = aie::begin_restrict_vector<64>(biases); + + aie::vector data_reg0,data_reg1,data_reg2; + aie::vector weights_reg0,weights_reg1; + aie::accum acc_reg0,acc_reg1; + aie::accum bias_acc0,bias_acc1; + + acc_reg0 = aie::zeros(); + acc_reg1 = aie::zeros(); + for ( unsigned iter=0; iter < NSAMP/64; iter++) + { + data_reg0 = *p_data_i++; + data_reg1 = *p_data_i; + // Loop over samples + // Had to break into two loops due to CR-1242134 + for ( unsigned n=0; n < 32; n++) + chess_loop_range(32,) + chess_prepare_for_pipelining + { + data_reg2 = aie::shuffle_down_fill(data_reg0,data_reg1,n); + + weights_reg0 = *p_weights_0++; + acc_reg0 = mac_elem_64(data_reg2,weights_reg0,acc_reg0); + weights_reg1 = *p_weights_1++; + acc_reg1 = mac_elem_64(data_reg2,weights_reg1,acc_reg1); + } + for ( unsigned n=0; n < 32; n++) + chess_loop_range(32,) + chess_prepare_for_pipelining + { + data_reg2 = aie::shuffle_down_fill(data_reg0,data_reg1,n+32); + + weights_reg0 = *p_weights_0++; + acc_reg0 = mac_elem_64(data_reg2,weights_reg0,acc_reg0); + weights_reg1 = *p_weights_1++; + acc_reg1 = mac_elem_64(data_reg2,weights_reg1,acc_reg1); + } + } + + bias_acc0.from_vector(*p_biases++); + acc_reg0 = aie::add(acc_reg0,bias_acc0); + *p_data_o++ = SeLu(acc_reg0.to_vector()); + + bias_acc1.from_vector(*p_biases++); + acc_reg1 = aie::add(acc_reg1,bias_acc1); + *p_data_o++ = SeLu(acc_reg1.to_vector()); +} \ No newline at end of file diff --git a/AI_Engine_Development/AIE-MLv2/Design_Tutorials/01-Radio-ML/aie/dense_w16/dense_w16.h b/AI_Engine_Development/AIE-MLv2/Design_Tutorials/01-Radio-ML/aie/dense_w16/dense_w16.h new file mode 100644 index 0000000000..3d0811cff6 --- /dev/null +++ b/AI_Engine_Development/AIE-MLv2/Design_Tutorials/01-Radio-ML/aie/dense_w16/dense_w16.h @@ -0,0 +1,46 @@ +// +// Copyright (C) 2024, Advanced Micro Devices, Inc. All rights reserved. +// SPDX-License-Identifier: MIT +// +// Author: Faisal El-Shabani + +#pragma once + +#include +#include + +using namespace adf; + +template +class dense_w16 { +public: + typedef bfloat16 TT_DATA; + + // SeLu Parameters + const TT_DATA exp_S = 185.0f; + const float exp_B = 16256.0f; + const TT_DATA Cpos = 1.0507f; + const TT_DATA Cneg = 1.7581f; + +private: + +public: + // SeLu + aie::vector SeLu( aie::vector data_i); + + // Constructor: + dense_w16( void ); + + // Run: + void run( input_buffer& __restrict data_i, + const TT_DATA (&weights_0)[NWEIGHTS/2], + const TT_DATA (&weights_1)[NWEIGHTS/2], + const TT_DATA (&biases)[NBIASES], + output_buffer& __restrict data_o); + + static void registerKernelClass( void ) + { + REGISTER_FUNCTION( dense_w16::run ); + } +}; + diff --git a/AI_Engine_Development/AIE-MLv2/Design_Tutorials/01-Radio-ML/aie/dense_w16/dense_w16_app.cpp b/AI_Engine_Development/AIE-MLv2/Design_Tutorials/01-Radio-ML/aie/dense_w16/dense_w16_app.cpp new file mode 100644 index 0000000000..c0c23e4461 --- /dev/null +++ b/AI_Engine_Development/AIE-MLv2/Design_Tutorials/01-Radio-ML/aie/dense_w16/dense_w16_app.cpp @@ -0,0 +1,61 @@ +// +// Copyright (C) 2024, Advanced Micro Devices, Inc. All rights reserved. +// SPDX-License-Identifier: MIT +// +// Author: Faisal El-Shabani + +#include +#include +#include "dense_w16_graph.h" +#include "read_file.h" + +class dut_graph : public graph { +public: + dense_w16_graph dut; + input_plio data_i; + output_plio data_o; + port weights_0; + port weights_1; + port biases; + + dut_graph( void ) + { + data_i = input_plio::create("PLIO_i_0",plio_64_bits,"data/data_i.txt"); + connect<>(data_i.out[0],dut.data_i); + + connect<>(weights_0,dut.weights_0); + connect<>(weights_1,dut.weights_1); + connect<>(biases,dut.biases); + + data_o = output_plio::create("PLIO_o_0",plio_64_bits,"data/data_o.txt"); + connect<>(dut.data_o,data_o.in[0]); + } +}; + +// Instantiate AIE graph: +dut_graph aie_dut; + +bfloat16 weights0_array[65536/2]; +bfloat16 weights1_array[65536/2]; +bfloat16 biases_array[128]; + + +// Initialize and run the graph: +int main(void) +{ + aie_dut.init(); + + // Read layer RTPs + read_file("data/weights_0-rtp.txt",weights0_array); + read_file("data/weights_1-rtp.txt",weights1_array); + read_file ("data/biases-rtp.txt", biases_array); + + aie_dut.update(aie_dut.weights_0,weights0_array,65536/2); + aie_dut.update(aie_dut.weights_1,weights1_array,65536/2); + aie_dut.update(aie_dut.biases,biases_array,128); + + aie_dut.run(4); + aie_dut.end(); + + return 0; +} diff --git a/AI_Engine_Development/AIE-MLv2/Design_Tutorials/01-Radio-ML/aie/dense_w16/dense_w16_graph.h b/AI_Engine_Development/AIE-MLv2/Design_Tutorials/01-Radio-ML/aie/dense_w16/dense_w16_graph.h new file mode 100644 index 0000000000..2002446ced --- /dev/null +++ b/AI_Engine_Development/AIE-MLv2/Design_Tutorials/01-Radio-ML/aie/dense_w16/dense_w16_graph.h @@ -0,0 +1,57 @@ +// +// Copyright (C) 2024, Advanced Micro Devices, Inc. All rights reserved. +// SPDX-License-Identifier: MIT +// +// Author: Faisal El-Shabani + +#pragma once + +#include +#include "dense_w16.h" + +using namespace adf; + +// ------------------------------------------------------------ +// Top Level Graph +// ------------------------------------------------------------ + +class dense_w16_graph : public graph { +public: + // Declare Kernels + kernel kk; + + // Declare IOs + port data_i; + port data_o; + + port weights_0; + port weights_1; + port biases; + + static constexpr unsigned NSAMP = 512; + static constexpr unsigned NNODES = 128; + static constexpr unsigned NWEIGHTS = NSAMP*NNODES; + static constexpr unsigned NBIASES = NNODES; + + dense_w16_graph( void ) + { + + kk = kernel::create_object>(); + source(kk) = "dense_w16.cpp"; + runtime(kk) = 0.9; + repetition_count(kk) = 1; + + single_buffer(kk.in[1]); + single_buffer(kk.in[2]); + single_buffer(kk.in[3]); + + // Connect inputs: + connect<> ( data_i, kk.in[0] ); dimensions(kk.in[0]) = {NSAMP}; + connect ( weights_0, async(kk.in[1]) ); + connect ( weights_1, async(kk.in[2]) ); + connect ( biases, async(kk.in[3]) ); + connect<> ( kk.out[0], data_o ); dimensions(kk.out[0]) = {NNODES}; + + } +}; + diff --git a/AI_Engine_Development/AIE-MLv2/Design_Tutorials/01-Radio-ML/aie/dense_w16/gen_vectors.ipynb b/AI_Engine_Development/AIE-MLv2/Design_Tutorials/01-Radio-ML/aie/dense_w16/gen_vectors.ipynb new file mode 100644 index 0000000000..b5b6c574af --- /dev/null +++ b/AI_Engine_Development/AIE-MLv2/Design_Tutorials/01-Radio-ML/aie/dense_w16/gen_vectors.ipynb @@ -0,0 +1,673 @@ +{ + "cells": [ + { + "cell_type": "markdown", + "id": "bcdf2452-4c3b-4ce0-b019-cbe980967a1c", + "metadata": {}, + "source": [ + "# Testbench for `dense_w16()`" + ] + }, + { + "cell_type": "code", + "execution_count": 1, + "id": "946f566a-c3f6-446f-aeb6-cb0055910900", + "metadata": {}, + "outputs": [], + "source": [ + "#\n", + "# Copyright (C) 2024, Advanced Micro Devices, Inc. All rights reserved.\n", + "# SPDX-License-Identifier: MIT\n", + "#\n", + "# Author: Faisal El-Shabani" + ] + }, + { + "cell_type": "code", + "execution_count": 2, + "id": "934e0796-0306-4ce9-9a92-598027c75f38", + "metadata": {}, + "outputs": [ + { + "name": "stderr", + "output_type": "stream", + "text": [ + "2025-08-22 07:48:44.939997: I external/local_xla/xla/tsl/cuda/cudart_stub.cc:32] Could not find cuda drivers on your machine, GPU will not be used.\n", + "2025-08-22 07:48:44.944854: I external/local_xla/xla/tsl/cuda/cudart_stub.cc:32] Could not find cuda drivers on your machine, GPU will not be used.\n", + "2025-08-22 07:48:44.954938: E external/local_xla/xla/stream_executor/cuda/cuda_fft.cc:467] Unable to register cuFFT factory: Attempting to register factory for plugin cuFFT when one has already been registered\n", + "WARNING: All log messages before absl::InitializeLog() is called are written to STDERR\n", + "E0000 00:00:1755870524.969739 3985025 cuda_dnn.cc:8579] Unable to register cuDNN factory: Attempting to register factory for plugin cuDNN when one has already been registered\n", + "E0000 00:00:1755870524.974036 3985025 cuda_blas.cc:1407] Unable to register cuBLAS factory: Attempting to register factory for plugin cuBLAS when one has already been registered\n", + "W0000 00:00:1755870524.988866 3985025 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\n", + "W0000 00:00:1755870524.988880 3985025 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\n", + "W0000 00:00:1755870524.988883 3985025 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\n", + "W0000 00:00:1755870524.988886 3985025 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\n", + "2025-08-22 07:48:44.993744: I tensorflow/core/platform/cpu_feature_guard.cc:210] This TensorFlow binary is optimized to use available CPU instructions in performance-critical operations.\n", + "To enable the following instructions: AVX2 FMA, in other operations, rebuild TensorFlow with the appropriate compiler flags.\n" + ] + } + ], + "source": [ + "from tensorflow import keras\n", + "from tensorflow.keras.layers import Conv1D, MaxPooling1D, Flatten, Dense\n", + "import matplotlib.pyplot as plt\n", + "from sklearn.model_selection import train_test_split\n", + "import h5py as h5\n", + "import numpy as np\n", + "import os.path\n", + "import vfs\n", + "import varray as va\n", + "\n", + "NITERATIONS = 4 # Number of AI Engine graph iterations" + ] + }, + { + "cell_type": "markdown", + "id": "5bdc7e83-3fd0-4fd0-99b5-7938816f0df2", + "metadata": {}, + "source": [ + "## Layer Definition" + ] + }, + { + "cell_type": "code", + "execution_count": 3, + "id": "0c57f98d-1999-4b61-a129-e3dd1bd92677", + "metadata": {}, + "outputs": [ + { + "name": "stderr", + "output_type": "stream", + "text": [ + "2025-08-22 07:48:51.364215: E external/local_xla/xla/stream_executor/cuda/cuda_platform.cc:51] failed call to cuInit: INTERNAL: CUDA error: Failed call to cuInit: UNKNOWN ERROR (303)\n" + ] + } + ], + "source": [ + "inputs = keras.Input(shape=(1024,2),name=\"input\")\n", + "x1 = Conv1D(filters=64,kernel_size=7,strides=1,padding=\"same\",name=\"conv1D_w1\",activation='relu')(inputs)\n", + "x2 = MaxPooling1D(pool_size=2,strides=2,padding=\"valid\",name=\"max_pool1d_w2\")(x1)\n", + "x3 = Conv1D(filters=64,kernel_size=7,strides=1,padding=\"same\",name=\"conv1D_w3\",activation='relu')(x2)\n", + "x4 = MaxPooling1D(pool_size=2,strides=2,padding=\"valid\",name=\"max_pool1d_w4\")(x3)\n", + "x5 = Conv1D(filters=64,kernel_size=7,strides=1,padding=\"same\",name=\"conv1D_w5\",activation='relu')(x4)\n", + "x6 = MaxPooling1D(pool_size=2,strides=2,padding=\"valid\",name=\"max_pool1d_w6\")(x5)\n", + "x7 = Conv1D(filters=64,kernel_size=7,strides=1,padding=\"same\",name=\"conv1D_w7\",activation='relu')(x6)\n", + "x8 = MaxPooling1D(pool_size=2,strides=2,padding=\"valid\",name=\"max_pool1d_w8\")(x7)\n", + "x9 = Conv1D(filters=64,kernel_size=7,strides=1,padding=\"same\",name=\"conv1D_w9\",activation='relu')(x8)\n", + "x10 = MaxPooling1D(pool_size=2,strides=2,padding=\"valid\",name=\"max_pool1d_w10\")(x9)\n", + "x11 = Conv1D(filters=64,kernel_size=7,strides=1,padding=\"same\",name=\"conv1D_w11\",activation='relu')(x10)\n", + "x12 = MaxPooling1D(pool_size=2,strides=2,padding=\"valid\",name=\"max_pool1d_w12\")(x11)\n", + "x13 = Conv1D(filters=64,kernel_size=7,strides=1,padding=\"same\",name=\"conv1D_w13\",activation='relu')(x12)\n", + "x14 = MaxPooling1D(pool_size=2,strides=2,padding=\"valid\",name=\"MaxPool1D_w14\")(x13)\n", + "outputs = Flatten(name=\"flatten_w15\")(x14)\n", + "model_stim = keras.Model(inputs=inputs,outputs=outputs)\n", + "model_stim.compile(optimizer=\"rmsprop\",\n", + " loss=\"sparse_categorical_crossentropy\",\n", + " metrics=[\"accuracy\"])\n", + "w1_weights = np.loadtxt('../conv1d_w1/w1_weights_trained.txt')\n", + "w1_weights = (w1_weights.astype(\"bfloat16\")).astype(\"float32\")\n", + "w1_weights = np.reshape(w1_weights,(7,2,64))\n", + "w1_bias = np.loadtxt('../conv1d_w1/w1_bias_trained.txt')\n", + "w1_bias = (w1_bias.astype(\"bfloat16\")).astype(\"float32\")\n", + "\n", + "w3_weights = np.loadtxt('../conv1d_template/w3_weights_trained.txt')\n", + "w3_weights = (w3_weights.astype(\"bfloat16\")).astype(\"float32\")\n", + "w3_weights = np.reshape(w3_weights,(7,64,64))\n", + "w3_bias = np.loadtxt('../conv1d_template/w3_bias_trained.txt')\n", + "w3_bias = (w3_bias.astype(\"bfloat16\")).astype(\"float32\")\n", + "\n", + "w5_weights = np.loadtxt('../conv1d_template/w5_weights_trained.txt')\n", + "w5_weights = (w5_weights.astype(\"bfloat16\")).astype(\"float32\")\n", + "w5_weights = np.reshape(w5_weights,(7,64,64))\n", + "w5_bias = np.loadtxt('../conv1d_template/w5_bias_trained.txt')\n", + "w5_bias = (w5_bias.astype(\"bfloat16\")).astype(\"float32\")\n", + "\n", + "w7_weights = np.loadtxt('../conv1d_template/w7_weights_trained.txt')\n", + "w7_weights = (w7_weights.astype(\"bfloat16\")).astype(\"float32\")\n", + "w7_weights = np.reshape(w7_weights,(7,64,64))\n", + "w7_bias = np.loadtxt('../conv1d_template/w7_bias_trained.txt')\n", + "w7_bias = (w7_bias.astype(\"bfloat16\")).astype(\"float32\")\n", + "\n", + "w9_weights = np.loadtxt('../conv1d_template/w9_weights_trained.txt')\n", + "w9_weights = (w9_weights.astype(\"bfloat16\")).astype(\"float32\")\n", + "w9_weights = np.reshape(w9_weights,(7,64,64))\n", + "w9_bias = np.loadtxt('../conv1d_template/w9_bias_trained.txt')\n", + "w9_bias = (w9_bias.astype(\"bfloat16\")).astype(\"float32\")\n", + "\n", + "w11_weights = np.loadtxt('../conv1d_template/w11_weights_trained.txt')\n", + "w11_weights = (w11_weights.astype(\"bfloat16\")).astype(\"float32\")\n", + "w11_weights = np.reshape(w11_weights,(7,64,64))\n", + "w11_bias = np.loadtxt('../conv1d_template/w11_bias_trained.txt')\n", + "w11_bias = (w11_bias.astype(\"bfloat16\")).astype(\"float32\")\n", + "\n", + "w13_weights = np.loadtxt('../conv1d_template/w13_weights_trained.txt')\n", + "w13_weights = (w13_weights.astype(\"bfloat16\")).astype(\"float32\")\n", + "w13_weights = np.reshape(w13_weights,(7,64,64))\n", + "w13_bias = np.loadtxt('../conv1d_template/w13_bias_trained.txt')\n", + "w13_bias = (w13_bias.astype(\"bfloat16\")).astype(\"float32\")\n", + "\n", + "model_stim.get_layer(\"conv1D_w1\").set_weights((w1_weights,w1_bias))\n", + "model_stim.get_layer(\"conv1D_w3\").set_weights((w3_weights,w3_bias))\n", + "model_stim.get_layer(\"conv1D_w5\").set_weights((w5_weights,w5_bias))\n", + "model_stim.get_layer(\"conv1D_w7\").set_weights((w7_weights,w7_bias))\n", + "model_stim.get_layer(\"conv1D_w9\").set_weights((w9_weights,w9_bias))\n", + "model_stim.get_layer(\"conv1D_w11\").set_weights((w11_weights,w11_bias))\n", + "model_stim.get_layer(\"conv1D_w13\").set_weights((w13_weights,w13_bias))" + ] + }, + { + "cell_type": "code", + "execution_count": 4, + "id": "cd15a0ca-2889-4d90-bd0f-2e76c63c6c19", + "metadata": {}, + "outputs": [ + { + "data": { + "text/html": [ + "
Model: \"functional\"\n",
+       "
\n" + ], + "text/plain": [ + "\u001b[1mModel: \"functional\"\u001b[0m\n" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/html": [ + "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━┓\n",
+       "┃ Layer (type)                     Output Shape                  Param # ┃\n",
+       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━┩\n",
+       "│ input (InputLayer)              │ (None, 1024, 2)        │             0 │\n",
+       "├─────────────────────────────────┼────────────────────────┼───────────────┤\n",
+       "│ conv1D_w1 (Conv1D)              │ (None, 1024, 64)       │           960 │\n",
+       "├─────────────────────────────────┼────────────────────────┼───────────────┤\n",
+       "│ max_pool1d_w2 (MaxPooling1D)    │ (None, 512, 64)        │             0 │\n",
+       "├─────────────────────────────────┼────────────────────────┼───────────────┤\n",
+       "│ conv1D_w3 (Conv1D)              │ (None, 512, 64)        │        28,736 │\n",
+       "├─────────────────────────────────┼────────────────────────┼───────────────┤\n",
+       "│ max_pool1d_w4 (MaxPooling1D)    │ (None, 256, 64)        │             0 │\n",
+       "├─────────────────────────────────┼────────────────────────┼───────────────┤\n",
+       "│ conv1D_w5 (Conv1D)              │ (None, 256, 64)        │        28,736 │\n",
+       "├─────────────────────────────────┼────────────────────────┼───────────────┤\n",
+       "│ max_pool1d_w6 (MaxPooling1D)    │ (None, 128, 64)        │             0 │\n",
+       "├─────────────────────────────────┼────────────────────────┼───────────────┤\n",
+       "│ conv1D_w7 (Conv1D)              │ (None, 128, 64)        │        28,736 │\n",
+       "├─────────────────────────────────┼────────────────────────┼───────────────┤\n",
+       "│ max_pool1d_w8 (MaxPooling1D)    │ (None, 64, 64)         │             0 │\n",
+       "├─────────────────────────────────┼────────────────────────┼───────────────┤\n",
+       "│ conv1D_w9 (Conv1D)              │ (None, 64, 64)         │        28,736 │\n",
+       "├─────────────────────────────────┼────────────────────────┼───────────────┤\n",
+       "│ max_pool1d_w10 (MaxPooling1D)   │ (None, 32, 64)         │             0 │\n",
+       "├─────────────────────────────────┼────────────────────────┼───────────────┤\n",
+       "│ conv1D_w11 (Conv1D)             │ (None, 32, 64)         │        28,736 │\n",
+       "├─────────────────────────────────┼────────────────────────┼───────────────┤\n",
+       "│ max_pool1d_w12 (MaxPooling1D)   │ (None, 16, 64)         │             0 │\n",
+       "├─────────────────────────────────┼────────────────────────┼───────────────┤\n",
+       "│ conv1D_w13 (Conv1D)             │ (None, 16, 64)         │        28,736 │\n",
+       "├─────────────────────────────────┼────────────────────────┼───────────────┤\n",
+       "│ MaxPool1D_w14 (MaxPooling1D)    │ (None, 8, 64)          │             0 │\n",
+       "├─────────────────────────────────┼────────────────────────┼───────────────┤\n",
+       "│ flatten_w15 (Flatten)           │ (None, 512)            │             0 │\n",
+       "└─────────────────────────────────┴────────────────────────┴───────────────┘\n",
+       "
\n" + ], + "text/plain": [ + "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━┓\n", + "┃\u001b[1m \u001b[0m\u001b[1mLayer (type) \u001b[0m\u001b[1m \u001b[0m┃\u001b[1m \u001b[0m\u001b[1mOutput Shape \u001b[0m\u001b[1m \u001b[0m┃\u001b[1m \u001b[0m\u001b[1m Param #\u001b[0m\u001b[1m \u001b[0m┃\n", + "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━┩\n", + "│ input (\u001b[38;5;33mInputLayer\u001b[0m) │ (\u001b[38;5;45mNone\u001b[0m, \u001b[38;5;34m1024\u001b[0m, \u001b[38;5;34m2\u001b[0m) │ \u001b[38;5;34m0\u001b[0m │\n", + "├─────────────────────────────────┼────────────────────────┼───────────────┤\n", + "│ conv1D_w1 (\u001b[38;5;33mConv1D\u001b[0m) │ (\u001b[38;5;45mNone\u001b[0m, \u001b[38;5;34m1024\u001b[0m, \u001b[38;5;34m64\u001b[0m) │ \u001b[38;5;34m960\u001b[0m │\n", + "├─────────────────────────────────┼────────────────────────┼───────────────┤\n", + "│ max_pool1d_w2 (\u001b[38;5;33mMaxPooling1D\u001b[0m) │ (\u001b[38;5;45mNone\u001b[0m, \u001b[38;5;34m512\u001b[0m, \u001b[38;5;34m64\u001b[0m) │ \u001b[38;5;34m0\u001b[0m │\n", + "├─────────────────────────────────┼────────────────────────┼───────────────┤\n", + "│ conv1D_w3 (\u001b[38;5;33mConv1D\u001b[0m) │ (\u001b[38;5;45mNone\u001b[0m, \u001b[38;5;34m512\u001b[0m, \u001b[38;5;34m64\u001b[0m) │ \u001b[38;5;34m28,736\u001b[0m │\n", + "├─────────────────────────────────┼────────────────────────┼───────────────┤\n", + "│ max_pool1d_w4 (\u001b[38;5;33mMaxPooling1D\u001b[0m) │ (\u001b[38;5;45mNone\u001b[0m, \u001b[38;5;34m256\u001b[0m, \u001b[38;5;34m64\u001b[0m) │ \u001b[38;5;34m0\u001b[0m │\n", + "├─────────────────────────────────┼────────────────────────┼───────────────┤\n", + "│ conv1D_w5 (\u001b[38;5;33mConv1D\u001b[0m) │ (\u001b[38;5;45mNone\u001b[0m, \u001b[38;5;34m256\u001b[0m, \u001b[38;5;34m64\u001b[0m) │ \u001b[38;5;34m28,736\u001b[0m │\n", + "├─────────────────────────────────┼────────────────────────┼───────────────┤\n", + "│ max_pool1d_w6 (\u001b[38;5;33mMaxPooling1D\u001b[0m) │ (\u001b[38;5;45mNone\u001b[0m, \u001b[38;5;34m128\u001b[0m, \u001b[38;5;34m64\u001b[0m) │ \u001b[38;5;34m0\u001b[0m │\n", + "├─────────────────────────────────┼────────────────────────┼───────────────┤\n", + "│ conv1D_w7 (\u001b[38;5;33mConv1D\u001b[0m) │ (\u001b[38;5;45mNone\u001b[0m, \u001b[38;5;34m128\u001b[0m, \u001b[38;5;34m64\u001b[0m) │ \u001b[38;5;34m28,736\u001b[0m │\n", + "├─────────────────────────────────┼────────────────────────┼───────────────┤\n", + "│ max_pool1d_w8 (\u001b[38;5;33mMaxPooling1D\u001b[0m) │ (\u001b[38;5;45mNone\u001b[0m, \u001b[38;5;34m64\u001b[0m, \u001b[38;5;34m64\u001b[0m) │ \u001b[38;5;34m0\u001b[0m │\n", + "├─────────────────────────────────┼────────────────────────┼───────────────┤\n", + "│ conv1D_w9 (\u001b[38;5;33mConv1D\u001b[0m) │ (\u001b[38;5;45mNone\u001b[0m, \u001b[38;5;34m64\u001b[0m, \u001b[38;5;34m64\u001b[0m) │ \u001b[38;5;34m28,736\u001b[0m │\n", + "├─────────────────────────────────┼────────────────────────┼───────────────┤\n", + "│ max_pool1d_w10 (\u001b[38;5;33mMaxPooling1D\u001b[0m) │ (\u001b[38;5;45mNone\u001b[0m, \u001b[38;5;34m32\u001b[0m, \u001b[38;5;34m64\u001b[0m) │ \u001b[38;5;34m0\u001b[0m │\n", + "├─────────────────────────────────┼────────────────────────┼───────────────┤\n", + "│ conv1D_w11 (\u001b[38;5;33mConv1D\u001b[0m) │ (\u001b[38;5;45mNone\u001b[0m, \u001b[38;5;34m32\u001b[0m, \u001b[38;5;34m64\u001b[0m) │ \u001b[38;5;34m28,736\u001b[0m │\n", + "├─────────────────────────────────┼────────────────────────┼───────────────┤\n", + "│ max_pool1d_w12 (\u001b[38;5;33mMaxPooling1D\u001b[0m) │ (\u001b[38;5;45mNone\u001b[0m, \u001b[38;5;34m16\u001b[0m, \u001b[38;5;34m64\u001b[0m) │ \u001b[38;5;34m0\u001b[0m │\n", + "├─────────────────────────────────┼────────────────────────┼───────────────┤\n", + "│ conv1D_w13 (\u001b[38;5;33mConv1D\u001b[0m) │ (\u001b[38;5;45mNone\u001b[0m, \u001b[38;5;34m16\u001b[0m, \u001b[38;5;34m64\u001b[0m) │ \u001b[38;5;34m28,736\u001b[0m │\n", + "├─────────────────────────────────┼────────────────────────┼───────────────┤\n", + "│ MaxPool1D_w14 (\u001b[38;5;33mMaxPooling1D\u001b[0m) │ (\u001b[38;5;45mNone\u001b[0m, \u001b[38;5;34m8\u001b[0m, \u001b[38;5;34m64\u001b[0m) │ \u001b[38;5;34m0\u001b[0m │\n", + "├─────────────────────────────────┼────────────────────────┼───────────────┤\n", + "│ flatten_w15 (\u001b[38;5;33mFlatten\u001b[0m) │ (\u001b[38;5;45mNone\u001b[0m, \u001b[38;5;34m512\u001b[0m) │ \u001b[38;5;34m0\u001b[0m │\n", + "└─────────────────────────────────┴────────────────────────┴───────────────┘\n" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/html": [ + "
 Total params: 173,376 (677.25 KB)\n",
+       "
\n" + ], + "text/plain": [ + "\u001b[1m Total params: \u001b[0m\u001b[38;5;34m173,376\u001b[0m (677.25 KB)\n" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/html": [ + "
 Trainable params: 173,376 (677.25 KB)\n",
+       "
\n" + ], + "text/plain": [ + "\u001b[1m Trainable params: \u001b[0m\u001b[38;5;34m173,376\u001b[0m (677.25 KB)\n" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/html": [ + "
 Non-trainable params: 0 (0.00 B)\n",
+       "
\n" + ], + "text/plain": [ + "\u001b[1m Non-trainable params: \u001b[0m\u001b[38;5;34m0\u001b[0m (0.00 B)\n" + ] + }, + "metadata": {}, + "output_type": "display_data" + } + ], + "source": [ + "model_stim.summary()" + ] + }, + { + "cell_type": "code", + "execution_count": 5, + "id": "53441463", + "metadata": {}, + "outputs": [], + "source": [ + "from keras import activations\n", + "inputs = keras.Input(shape=([512]),name=\"input_layer\")\n", + "outputs = Dense(128, activation=activations.selu,name=\"dense_w16\")(inputs)\n", + "model = keras.Model(inputs=inputs,outputs=outputs)\n", + "model.compile(optimizer=\"rmsprop\",\n", + " loss=\"sparse_categorical_crossentropy\",\n", + " metrics=[\"accuracy\"])\n", + "w_weights = np.loadtxt('w16_weights_trained.txt')\n", + "w_weights = (w_weights.astype(\"bfloat16\")).astype(\"float32\")\n", + "w_weights = np.reshape(w_weights,(512,128))\n", + "w_bias = np.loadtxt('w16_bias_trained.txt')\n", + "w_bias = (w_bias.astype(\"bfloat16\")).astype(\"float32\")\n", + "model.set_weights((w_weights,w_bias))" + ] + }, + { + "cell_type": "code", + "execution_count": 6, + "id": "1f5d4822", + "metadata": {}, + "outputs": [ + { + "data": { + "text/html": [ + "
Model: \"functional_1\"\n",
+       "
\n" + ], + "text/plain": [ + "\u001b[1mModel: \"functional_1\"\u001b[0m\n" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/html": [ + "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━┓\n",
+       "┃ Layer (type)                     Output Shape                  Param # ┃\n",
+       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━┩\n",
+       "│ input_layer (InputLayer)        │ (None, 512)            │             0 │\n",
+       "├─────────────────────────────────┼────────────────────────┼───────────────┤\n",
+       "│ dense_w16 (Dense)               │ (None, 128)            │        65,664 │\n",
+       "└─────────────────────────────────┴────────────────────────┴───────────────┘\n",
+       "
\n" + ], + "text/plain": [ + "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━┓\n", + "┃\u001b[1m \u001b[0m\u001b[1mLayer (type) \u001b[0m\u001b[1m \u001b[0m┃\u001b[1m \u001b[0m\u001b[1mOutput Shape \u001b[0m\u001b[1m \u001b[0m┃\u001b[1m \u001b[0m\u001b[1m Param #\u001b[0m\u001b[1m \u001b[0m┃\n", + "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━┩\n", + "│ input_layer (\u001b[38;5;33mInputLayer\u001b[0m) │ (\u001b[38;5;45mNone\u001b[0m, \u001b[38;5;34m512\u001b[0m) │ \u001b[38;5;34m0\u001b[0m │\n", + "├─────────────────────────────────┼────────────────────────┼───────────────┤\n", + "│ dense_w16 (\u001b[38;5;33mDense\u001b[0m) │ (\u001b[38;5;45mNone\u001b[0m, \u001b[38;5;34m128\u001b[0m) │ \u001b[38;5;34m65,664\u001b[0m │\n", + "└─────────────────────────────────┴────────────────────────┴───────────────┘\n" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/html": [ + "
 Total params: 65,664 (256.50 KB)\n",
+       "
\n" + ], + "text/plain": [ + "\u001b[1m Total params: \u001b[0m\u001b[38;5;34m65,664\u001b[0m (256.50 KB)\n" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/html": [ + "
 Trainable params: 65,664 (256.50 KB)\n",
+       "
\n" + ], + "text/plain": [ + "\u001b[1m Trainable params: \u001b[0m\u001b[38;5;34m65,664\u001b[0m (256.50 KB)\n" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/html": [ + "
 Non-trainable params: 0 (0.00 B)\n",
+       "
\n" + ], + "text/plain": [ + "\u001b[1m Non-trainable params: \u001b[0m\u001b[38;5;34m0\u001b[0m (0.00 B)\n" + ] + }, + "metadata": {}, + "output_type": "display_data" + } + ], + "source": [ + "model.summary()" + ] + }, + { + "cell_type": "markdown", + "id": "0905bc81-af38-4280-ae38-072b9530e565", + "metadata": {}, + "source": [ + "### Read training and test data" + ] + }, + { + "cell_type": "code", + "execution_count": 7, + "id": "841caa23-3f4f-455a-b21b-06a3b7cece28", + "metadata": {}, + "outputs": [ + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\u001b[1m1/1\u001b[0m \u001b[32m━━━━━━━━━━━━━━━━━━━━\u001b[0m\u001b[37m\u001b[0m \u001b[1m0s\u001b[0m 138ms/step\n" + ] + } + ], + "source": [ + "if not(\"RADIOML_DATA\" in os.environ):\n", + " print(\"Please set environment variable RADIOML_DATA to point to dataset found in https://www.kaggle.com/datasets/pinxau1000/radioml2018\")\n", + "data_file = os.environ[\"RADIOML_DATA\"] + 'GOLD_XYZ_OSC.0001_1024.hdf5'\n", + "file_handle = h5.File(data_file,'r')\n", + "myData = file_handle['X'][:] #1024x2 samples \n", + "myMods = file_handle['Y'][:] #mods \n", + "mySNRs = file_handle['Z'][:] #snrs \n", + "file_handle.close()\n", + "X_train ,X_predict ,Y_train ,Y_test, Z_train, Z_test =train_test_split(myData, myMods, mySNRs, test_size=0.2, random_state=0)\n", + "X_predict = X_predict[:NITERATIONS]\n", + "X_predict = (X_predict.astype(\"bfloat16\")).astype(\"float32\")\n", + "X_inputs = model_stim.predict(X_predict,batch_size=1024)\n", + "X_inputs = (X_inputs.astype(\"bfloat16\")).astype(\"float32\")\n" + ] + }, + { + "cell_type": "markdown", + "id": "53bf2899-8424-4f34-b305-dea322001c7c", + "metadata": {}, + "source": [ + "## Compute Golden Outputs" + ] + }, + { + "cell_type": "code", + "execution_count": 8, + "id": "532b9d20-6698-420d-842a-b5c2ee89c114", + "metadata": {}, + "outputs": [ + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\u001b[1m1/1\u001b[0m \u001b[32m━━━━━━━━━━━━━━━━━━━━\u001b[0m\u001b[37m\u001b[0m \u001b[1m0s\u001b[0m 39ms/step\n" + ] + } + ], + "source": [ + "predict = model.predict(X_inputs,1024)\n", + "predict = (predict.astype(\"bfloat16\")).astype(\"float32\")\n" + ] + }, + { + "cell_type": "markdown", + "id": "b588f848-eb35-409a-94c0-9b9bf986383f", + "metadata": {}, + "source": [ + "## Store Layer Inputs" + ] + }, + { + "cell_type": "code", + "execution_count": 9, + "id": "84a1f04f-7eca-4694-906f-245a9001fd25", + "metadata": {}, + "outputs": [ + { + "name": "stdout", + "output_type": "stream", + "text": [ + "(4, 512)\n", + "(4, 512)\n" + ] + } + ], + "source": [ + "# Create directory if it doesn't exist\n", + "data_i = X_inputs\n", + "if not os.path.exists('data'):\n", + " os.makedirs('data')\n", + "np.savetxt('data/data_i.txt',np.reshape(data_i,(-1,4)),fmt='%.12f %.12f %.12f %.12f')\n", + "print(X_inputs.shape)\n", + "print(data_i.shape)\n" + ] + }, + { + "cell_type": "markdown", + "id": "33ae9119-15e3-49ce-9ef8-ffab0c9ec411", + "metadata": {}, + "source": [ + "## Store Layer Outputs" + ] + }, + { + "cell_type": "code", + "execution_count": 10, + "id": "de799f89-ecbe-4480-9dcf-3bb4e5402546", + "metadata": {}, + "outputs": [ + { + "name": "stdout", + "output_type": "stream", + "text": [ + "(4, 128)\n" + ] + } + ], + "source": [ + "data_o = predict\n", + "\n", + "np.savetxt('data/data_o.txt',np.reshape(data_o,(-1,4)),fmt='%.12f %.12f %.12f %.12f')\n", + "print(data_o.shape)" + ] + }, + { + "cell_type": "markdown", + "id": "a078889b", + "metadata": {}, + "source": [ + "## Store Model weights and biases" + ] + }, + { + "cell_type": "code", + "execution_count": 11, + "id": "61671230", + "metadata": {}, + "outputs": [ + { + "name": "stdout", + "output_type": "stream", + "text": [ + "(512, 128)\n", + "(32768,)\n", + "(32768,)\n", + "(128, 1)\n" + ] + } + ], + "source": [ + "print(w_weights.shape)\n", + "\n", + "# Munge weights to make compute more efficient\n", + "tmp = np.transpose(w_weights[:,:64])\n", + "weights_0 = []\n", + "for i in range(tmp.shape[1]):\n", + " weights_0 = np.concat((weights_0,np.diag(np.roll(tmp,-i,axis=1))))\n", + "np.savetxt('data/weights_0-rtp.txt',weights_0,fmt='%.12f')\n", + "print(weights_0.shape)\n", + "\n", + "tmp = np.transpose(w_weights[:,64:])\n", + "weights_1 = []\n", + "for i in range(tmp.shape[1]):\n", + " weights_1 = np.concat((weights_1,np.diag(np.roll(tmp,-i,axis=1))))\n", + "np.savetxt('data/weights_1-rtp.txt',weights_1,fmt='%.12f')\n", + "print(weights_1.shape)\n", + "\n", + "biases = np.reshape(w_bias,(-1,1))\n", + "np.savetxt('data/biases-rtp.txt',biases,fmt='%.12f')\n", + "print(biases.shape)\n" + ] + }, + { + "cell_type": "markdown", + "id": "06a8af86", + "metadata": {}, + "source": [ + "## Run Vitis Functional Simulation" + ] + }, + { + "cell_type": "code", + "execution_count": 12, + "id": "9986c78f", + "metadata": {}, + "outputs": [ + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n", + "Compiling AIE Graph\n", + "Compilation directory: /group/fndprod/faisale/repo/internal/designs/radio-ml/aie/dense_w16/vfs_work/dense_w16_app_17c64d52\n", + "Compilation command: v++ -c --mode aie --config vfs_work/dense_w16_app_17c64d52/dense_w16_app.cfg --work_dir vfs_work/dense_w16_app_17c64d52/Work --output vfs_work/dense_w16_app_17c64d52/libadf.a --target x86sim\n", + "Writing log to: /group/fndprod/faisale/repo/internal/designs/radio-ml/aie/dense_w16/vfs_work/dense_w16_app_17c64d52/Work/logs/aie_x86sim.log\n", + "Please wait ...\n", + "\n", + "Compilation finished successfully.\n", + "Loaded AIEGraph\n" + ] + } + ], + "source": [ + "dense_w16_graph = vfs.aieGraph(\n", + " input_file='dense_w16_app.cpp',\n", + " part=\"xc2ve3858-ssva2112-2MP-e-S\",\n", + " include_paths=['./','../utility'])\n", + "act_o = dense_w16_graph.run(va.array(np.reshape(data_i,(1,-1)),dtype=va.bfloat16),va.array(weights_0,dtype=va.bfloat16),va.array(weights_1,dtype=va.bfloat16),va.array(biases,dtype=va.bfloat16))\n", + "act_o = np.array(act_o)\n" + ] + }, + { + "cell_type": "code", + "execution_count": 13, + "id": "66a9c0d5", + "metadata": {}, + "outputs": [ + { + "data": { + "image/png": "iVBORw0KGgoAAAANSUhEUgAAAjgAAAGzCAYAAAAi6m1wAAAAOnRFWHRTb2Z0d2FyZQBNYXRwbG90bGliIHZlcnNpb24zLjEwLjMsIGh0dHBzOi8vbWF0cGxvdGxpYi5vcmcvZiW1igAAAAlwSFlzAAAPYQAAD2EBqD+naQAAnD9JREFUeJztnXl8FdX5/z93SW4SIAmBQABZBVlEEUEwLnWBCsW22vr1pxbrUgt1waVYW7FVqX5bbKXWammptm7fam1tq7XWUhHFFdkUlbWibAIJYkhCEpLcZX5/3Mzcc86cWe82c/O8X6+8cu+dMzNnzsyceeZZA4qiKCAIgiAIgigggvnuAEEQBEEQRKYhAYcgCIIgiIKDBByCIAiCIAoOEnAIgiAIgig4SMAhCIIgCKLgIAGHIAiCIIiCgwQcgiAIgiAKDhJwCIIgCIIoOEjAIQiCIAii4CABhyAIgiCIgoMEHIIgPMFjjz2GQCBg+PfOO+/ku4sEQfiIcL47QBAEwXLXXXdh+PDhut9HjhyZh94QBOFXSMAhCMJTfOlLX8LkyZNtt4/FYkgkEiguLtYta21tRY8ePVz3RVEUtLe3o7S01PU2CILID2SiIgjCN+zcuROBQACLFy/G/fffj6OPPhqRSASbN2/GwoULEQgEsHnzZnzjG99A7969cdpppwFICkF333231n7YsGG47bbb0NHRwW1/2LBh+PKXv4z//Oc/mDx5MkpLS/G73/0uH4dKEESakAaHIAhP0dTUhIMHD3K/BQIB9OnTR/v+6KOPor29HXPnzkUkEkFVVZW27MILL8SoUaPw05/+FIqiAAC+/e1v4/HHH8f//M//4Oabb8bq1auxaNEibNmyBc8++yy3r23btuGSSy7Bd77zHcyZMwejR4/O4tESBJEtSMAhCMJTTJ8+XfdbJBJBe3u79v3TTz/F9u3bUV1drWs7YcIEPPXUU9r3999/H48//ji+/e1v4+GHHwYAXHvttejXrx8WL16MV199FWeddZbWfvv27Vi2bBlmzJiRycMiCCLHkIBDEISnWLJkCY455hjut1AoxH2/4IILpMINAFx99dXc9xdffBEAMH/+fO73m2++GYsXL8a//vUvTsAZPnw4CTcEUQCQgEMQhKeYMmWKpZOxLMrKaNmuXbsQDAZ1UVg1NTWorKzErl27bG+bIAj/QE7GBEH4DrOoJqNlgUAg7W0TBOEfSMAhCKKgGTp0KBKJBD766CPu9/r6ejQ2NmLo0KF56hlBENmEBByCIAqaWbNmAQDuv/9+7vf77rsPAHDuuefmuksEQeQA8sEhCMJT/Pvf/8bWrVt1v59yyikIBp2/k02YMAGXX345HnroITQ2NuKMM87AmjVr8Pjjj+P888/nHIwJgigcSMAhCMJT3HHHHdLfH330UZx55pmutvn73/8eI0aMwGOPPYZnn30WNTU1WLBgAe688840ekoQhJcJKGomLIIgCIIgiAKBfHAIgiAIgig4SMAhCIIgCKLgIAGHIAiCIIiCgwQcgiAIgiAKDhJwCIIgCIIoOEjAIQiCIAii4OiWeXASiQT27duHXr162a5PQxAEQRBEflEUBYcPH8bAgQMtE392SwFn3759GDx4cL67QRAEQRCEC/bs2YOjjjrKtE23FHB69eoFIDlA5eXlee4NQRAEQRB2aG5uxuDBg7XnuBndUsBRzVLl5eUk4BAEQRCEz7DjXkJOxgRBEARBFBwk4BAEQRAEUXCQgEMQBEEQRMFBAg5BEARBEAUHCTgEQRAEQRQcJOAQBEEQBFFwkIBDEARBEETBQQIOQRAEQRAFBwk4BEEQBEEUHCTgEARBEARRcJCAQxAEQRBEwUECDkEQBEEQBQcJOARBEATRjdm4twl/eHMH4gkl313JKN2ymjhBEARBEEm+/OCbAIBIOIhLTx6a595kDtLgEARBEESGePj1TzDjl6/j85aOfHfFMZv2Nee7CxmFBBxCyvYDLdjbeCTf3cgbbZ0xrN91CAmfq2wTCQXrdx1Ca0fMVvsDze3YVnfYtM3Hn/HXhmysPvy0CY1tnY77+9/6w6hvbne8HpE7rM7R5n3N+Oyw/x7umeInL27BtvrD+PWr2/PdlW4PCTiEjtaOGL7y4Jv4f0tX5bsreeMbD6/GBb99G0+t2Z3vrqTFyv8ewAW/fRs/eXGLrfZTfroCM+5/HXsa2qTLm9qimPaL13DqPa9ov136++RYPdk1Vu988jm+8us3cfrPX3XU108PteGcX76OqT9d4Wg9Infsazxieo621R3GrAfewEk/eTnHPfMe0Xgi311wgb9f6ERIwCF0NB6J4kg0jrpu/Ca9YU8jAOAv6/bktyNpsq8xeQ7rm5ydy417m6S/7zmkF3ze3d0IAHima6xWbKkHABxut6c1UtmcB/X439Z/ikUvboGiFNbEni221pmfozU7G3LUE+8TQCDfXXBMod0G5GRM6Ih1vXkkCu1q74ao5zLu8Fzaaa0oCgKB1CSe7nSej6vt5mfeBwCccUw1ThnZNw89KDBoztAI+E++KbjTRxocQkesy5dCUUBvtj5HPZfZcCUSQ0oDfpzRuzjUFs13F3yBH7US+YJGKv+QgEPoYB9cJN/4m7gmrDo7kUaTMyvDiEJTKJjelE4PBB9gdZJ8LOQSgEI+OEShwzrHkZnK36Q0OJk/j+I2VfnGj5cMPZeJTONHjabPg0Z1kIBD6GA1OIV2wTvFf1MUTyzeJeA4DOiwc9r1Ao7fR4uwgj3DZL4uPArtlJKAQ+iIcQJOgV3x3Yx4InsO46IPjirg+PGKIdHMHqxWotDS+mcakvfzDwk4hA71rR8gAcfvRDNsomKdTMXnWzCDswlpB7yP08i87oYfHbLJB4coeGIJ1gcnjx0h0ibuMorKztQsZnnOpImKnp3ehD3DTs2e3Q1fanAK7L4jAYfQQRqcwkHzwbFxHlmtiVFr9g1P3GYmnSrpuvM+pMExh+Sb/EMCDqGDCxOntzRfE9N8cKzb2mnDPtPEB1wmo6hyoTkkM1h6kBBaeBTaPUECDqGDnIwZfKlnThFzkAfHnpZH/hkAQj7T4JD51TlcHiQaQFP8OHUU2hklAYfQEaM8OAWDVqrBxsPIVhvmeshmJuNcXHbste3Hh1G+oSgqc/yYB6fQpnsScAgdMcqDUzA4KdVgZ3JjhQKjRH+ZIBf+HfSAdo6ZiZLg8Z94QxocohvAl2ootEu+e+GkVINTR2QxiiaVByf9ayYXmkN+F358HOWehMn5F+n2c4cPL6lCO2ck4BA6+FINeewIkTZOoqjstTFun9E8ODlwbifzq3PYMbPS4HT3ucOPeXAKDRJwCB1xcjIuGNxGURmddvba0EdRBUzXdUIurjsysTiH1dpYORl397nDhy44ZKJyw5IlSzBs2DCUlJRg6tSpWLNmjWHbTZs24YILLsCwYcMQCARw//33p71NwhlREnA0fDhHcWiJ/mxIOLbasLlyMpwHh91aTkxUzMPajw+jfMBpcGTXi9VywtsU2CnLuoDz5z//GfPnz8edd96Jd999FxMmTMCMGTNw4MABafu2tjaMGDEC99xzD2pqajKyTcIZccZE1c3lG9/f79EMm6g4J9MELxSl62ScawfW7i68u8GJiaq7D68fZWYq1eCQ++67D3PmzMGVV16JcePGYenSpSgrK8MjjzwibX/SSSfh3nvvxcUXX4xIJJKRbXZ0dKC5uZn7I4yhPDiFg5NSDZyJymCiE6Oo2Gsl3Tw4XCblHFx28RzvrxDgfLBkF1WArVXWvQc1k6VLckWhnbKsCjidnZ1Yv349pk+fntphMIjp06dj1apVOdvmokWLUFFRof0NHjzY1b67CxQmnsJ/UxRPzEE1ccWGeYHzwUko3Pd0TVRmDszZwMzcRshx5mTcvcfUh/INCThOOHjwIOLxOPr378/93r9/f9TV1eVsmwsWLEBTU5P2t2fPHlf77i6Qk3HhoEZR2ctxk/ps1F7MZBxlvE5Dac4mvHYovW3Z2h/rMEuXuS1EAdcMGlP/UWgmqnC+O5ALIpGIobmL0MMW26Q3W3+TSvTnzAfHqL34Bh9nrpVUFBV//djV7PA5VnKrwSFB3h5mpTr0bbv3mPpQgUMaHCf07dsXoVAI9fX13O/19fWGDsT52CbBE0tQHhwVP6qZWdRz6bRUg1Fz0YwUs9iuk0ga3mRkezXXkIDjHIqiMocT6vw+eRQAWRVwiouLMWnSJKxYsUL7LZFIYMWKFaitrfXMNgmemAM1dKHj9+deKtGfdVv2WI00KJwQlFAEYVi/jpPLhzUZ5SSKitmf389zrmDPp+wcKQZtuwt+P2afd19H1k1U8+fPx+WXX47JkydjypQpuP/++9Ha2oorr7wSAHDZZZdh0KBBWLRoEYCkE/HmzZu1z3v37sWGDRvQs2dPjBw50tY2ifSgYpuFg9tSDUbnnSvVoPDmTNnk7uT6ybVGhTQ4zkkIAq7Z8u5oomKvo0zWZssVhXbKsi7gXHTRRfjss89wxx13oK6uDieccAKWLVumOQnv3r0bQSbH+759+zBx4kTt++LFi7F48WKcccYZWLlypa1tEukR4yapPHbEA/hdy+zeB8eoTeqzGEWlrs+u6uT64f07ci3gZH13BYGViYo3YeaiR96Ciyr0oRdOoQmlOXEynjdvHubNmyddpgotKsOGDbM1yGbbJNKDoqgKB7elGuw4GSsKb6KSreJeg2N7NdeQBsc5Viaq7j6m5ILjLagWFaEjamF2IPyDGuXktAyD3SgqK38tJ7408Rw/HPmweLrQ7cCdI0lBVEsn5ALH70Kdv3uvhwQcQkfcwnGU8A9RtyYqg4eTqGXhfXAkTqcOqoKL5q9sYydqjOBRBAFXxE4upUKGvQf8qMApNEGfBBxCR6ybOwoWEo5KNdhIfCdWk5b5a3HRWA6un1yXauju5hQ3WDoZd/MxZYfEjyaqQjtjJOAQOqwiYwj/oEbEZSPRX0JRpNo+NhuqIx+cHPt+2QmLJ3iYqUGqZXMr3BYKrJCebumSfFBop4wEHEKHmOukO+O/KYpH1bDYmbjsPJxEHwuZicptJE2uI3DIROUcSxNVNx9Tvx8z2/32aBwvbapDS0csb/1JFxJwCB3ROGUyLhSyGSaeUOSFWRWXZgrKg+N9rAqUdnfHbb87VrPn7K4XNmPu/63HNX9cn8cepQcJOISOeMJ8Eit0CklrpZqo7EQz2YliEoWCmETb5zbNQK6re3f3nC1uiCfkn7XfLDQ8hU4hzZdPr9kNAHjjo4N57ol7SMAhdMjeyrsThfI2n0gojFbFevK14+Qr+snIsl5nwkQle3hmmlwLVIWAmCZAhNPe5eAceg3u2vfh5FlotwEJOIQOq/pChY4P5yUp4gPI6lTaCdMW28iEYatIG+P959hERQktHcMLMBRFJcIJzXnsB5GEBBxCh1Vuk0KnUI6ZPY+A9XHZeeCLFb9l5ii3VcFzHYHDm+SyvruCgDdRWfng5KBDHsPtte8VlAITy0jAIXTwPjh57Eie4JJ1+TDUUyUm2AisHuJ2TEuiBod1SFeHjQsldhkmnovrrruHNLvBykTV3TU47CH7UVgotFOWk1pUhL+IdnPVfaG8zYtv2JYaHBs+KaKWR/ZG7/Yhl/tSDd1bkHeDpYkqYS4AFTp+L+BaaKeMBBxCB5+8LY8dyRN+D/VUiTo1UQk5bqzaJBSFK8WgmahcRuHlNQ9OgZzzbGMVJUVh4v6z0XHBBT7UOplBAg6hg/XdKJSHvRMKZWLWa3DM2zs1USUUQJGYldy+xVppBzKNkmOBqhCwihLyuwYjXTj5Jn/dcITiP5nMNiTgEDq6ey2qQpmY9T44GTBRCVoeWVK/uESrY4d8JvrrjuYUN1hp+RQLAajQyXU9tUygGHwuBMjJmNDR3VPYF0qiQzGKyqqyt50MxKL5iQ8TV/TbcVlNPNcmKj+f51zC+9hIlpMGh/nsjwHgrn1/dNk2JOAQOqKS5G3dCd4m7V9iwhPGSkthlaUWkOTBiesfeG6dhXOdl8aPD6N8Y2WicpvFulDwYx4cv/TTDSTgEDpokpJ/9hvpmKjslWqQmzPdCg65L9XQvbUNbrC6RgpdaDzY0oE/r92Ntk55AUo/RubxQplPOm0T8sEhdPAPrTx2JE9wGggfP/mcJvpTbAgYohkrLsl67baidD5LNRTiwzgbWIWBKwUuNM5+eDW21R/Gup2HcO+FE3TL2XcKv5g9jZyM/dF7c0iDQ+iQ1RfqThRKCn/RCdTqUOxorkTzExuKrk7ubgWH3DsZpz77+DTnFGdRVIU3qNvqDwMAlm2sky73o4mKxY99NoMEHEJHdy+2WSjhw+mYqIz8dUQti8yc6dZ5N9eZhd3WzOrO8FFUsuWpz37RYGQSPxZwVQzOmX9zuKcgAYfQ0d19cOI+nKRk6E1U5u3tPJzEN3SZOVMRhCC75Np/gXxwnOOoVEM3rybul6nDSOvkk+6bQj44PuHzlg48sOIjxBUF1589Cv3LSxytv/vzNvxx9S5cddpwy3XZB6PTB/w/NuxFY1sUl58yTLr8z2t3AwAuOmkIAGD7gRY8s24PvnPG0ajqUSxdZ9XHn+Ptjw/ixmmjEA4F0dwexW9e/RhfmTAAxw6scNQ/FXW/c78wAm9uP4iG1k4cbo/h+KMqMLiqTGun3vy/e+1j9O0ZwUcHWnT7VRQFD76yHccfVYEzR/dz1A9FUfCrFR9hT8MRzD55CErCITz//j5ce9bRKC8pQiyewK9WfIRTju6L2qP74L3dh7B8cz1umDYKJUUh022LJqp3dx3CH9/ZhRvOHoW/rNuDyrIinHfCIADA5n3NWPTiltRxJ4DD7VEsEcZZzHPCmjO31R/Gb1d+bBhF9fz7+9DQ0oGLpwzBL5f/F41tUcz5wnCM7NdL11+7gvXqTz7Hn9ft0TQwM8fXYOb4AbbWdesQu3lfM/7x/l5ce+ZI/GdjHeKKgkumDLFcb09DG/7vnV04dmA5XvvvZxjZryfCwQCGVJXhxCG98Yc3d2D21KEY0qfMclsA8PDrn2BwVan0eJ9YtRO9SsL42sSjTLdxoLkdv39zB2ZPHYKhfXoASF6Tv35lO8YPqsBZY/phy/5mPLdhL47p1wt/WrNHW7e+qR2LXtyCbzDrmvno/GXdHsQT+rF6/b+f4d3dh1DVo9hWn72MH32QOKHGJ322Cwk4PuH59/fh8VW7AAA15SWYd/YoR+tf8vA72Nt4BGt3NuDZa081bRtLo1TDjU9vAACcNbqfbqI+0hnHgr9/iEAggPNOGISSohBmPfAGOmMJfHKwFQ9fNtmw7wDQv7wEl548FIte3Io/rdmNpa99jJ33nOusg12c+8Ab6Igl8PFnLXhz+0G0R1PH/PL8L2ifEwrw7u5DWPTvrdpv4n5f2lyP+5b/FwAc92fz/mbc//JHAIADh9tRUVqEFz7Yj6Ore+DCyYPx9No9ePCV7Xjwle3Yec+5+Npv3gYAhIMBzD9ntOm2o8LJu/5P7wFIPpj+/t5eAMBXJwxEIBDArAfe4NrGFQU/W7YVf3yHH2cxR5IYiv6zZVu576zgcEPX/qNxBb97/ZPUOv9zvLY9dtt2uGfZVry3u1H7/ub2z+0LOC5NaepY1Te1458f7IeiKDj/hEEoLTYXOK94dA0+/qxVuuykYb2xduch/GPDPrxz2zTLPry/pxE/6RJIxWtub+MR3PGPTQCA808YZFow9rqn3u3a716svm06AOCVrQfwC+Z6/tKv3pCu++d1SWHnOWZdIy1gezSO7//1AwDAl8bXoLIs9TJz2SNruO1a9dkTGHSPz2TsD2nBKC1GAP7X4pCJyie0dqTCEls64o7X39t4BAC4h4GMREJxH+bLrNh4pFO3vLUzhoSSfEh2xJICRWfXf6t+AcCOg8mHw8a9Tbb7ZIS6/9WfNHDCDSBk4k0oONDcbrqtPQ1trvvRypzLts44jnQmvze3J8+3eswiqrOjGXEDG8HaXQ3aZ1FAUUkoCjbubZb+rm1f4auJy0iZrVLrfXooNV5t0TjT1rlPTPORKICkoAbAMHxXRromqjU7GhDvul86Ytb3pJFwAwBrdx4CANRZXGsq9Sbt1DEBrEutqPutb+7QflPnCruw6xqNqXq/AcCRqPlYGV2TfsCPYeJcN33uJC1CAo5PYG96q4dKpvYDOJv4rSYmdpLzSo0r2WSby0gQVlsWSyiaWr+9q1/p7F70wVEJMm/HnTH5tWS0X9Eh0epalDked3K1zuQRe3bHXRVOZxxbA8DZw9GqcKTlvmP8ucsldnfnpl/pOFwbOYo70ZB5ZW4wxaCLfnRW94sg5gYScHxCPEcCjj602N3EFJDocNsZYUKM8LGjkVabZFJ7LXsAiG+h2ZwA2DGLJxLad1UYNFJzy8ZXxOjhFrIh4CQURTrOYi0isWK5iHo8bF9Yvx1WCHNjolLHqWdJmNufHdKN+OlgrufcP5SN98eeNzf9SudIjDQ4Tvrhbw0O+9kfx2FmovI7JOD4BPZBkk0BJyqGFjuYbMR1RTgBx+LBmE/4h252LensvmJxRZsUOzKhwTExP6l0GlxLRg8k0QfHaH0VdVdGGkhuey6cjNVx6hkJaduzK6y4rZmlwmpwsnlPyhCdvY2WubnP0rnmjM4nL+Ca7yCW47HMJL40URlp3fLQl0xDAo5PYFX5Vm/Nae3HYWix2boirK+Ll9XQbZ2sX4h1+0wJIbGEoo1Lu4Wfgq1tGzwo2OvHqYlKfEO1ehhpJipWQDeItHFj0mjv8n3pEUnFS9jVAKSbDoHXvlmvHw5m7p2Y3ZvZ8YqaUjuko3kw0mDEHIyVvzU4rIDgj+Nge+kXocwuJOD4hPz54LhTLcvWYx0xvTyJHYmmHFXtPLjSmchYwTWeUDRNQoeB4OEEozFmH3pG+zE676IjsJWwrXaB3WengS+WU5MGayLrURzmfreDG5OYEXau50g4c9OtaCpkcSp4ZRKjMGlWwLUaKy+//GgYyKp+TBKq+FDrZJecCDhLlizBsGHDUFJSgqlTp2LNmjWm7Z955hmMGTMGJSUlOO644/Diiy9yy6+44goEAgHub+bMmdk8hLwTy5GJymn2W6N1ZZNYR5T1vfCuGprV4CQUJas3vWh61DsZpyM8GQg4NjQ4dopt2omiUtuz14ORqdJpVBMrMPdkNDh27w87tbfsYscUVJxRASf1WTQNcy9Dbnxw0hgKI0fxKDc3mJ+fXJv7MokfTVR8aHthkXUB589//jPmz5+PO++8E++++y4mTJiAGTNm4MCBA9L2b7/9Ni655BJcddVVeO+993D++efj/PPPx8aNG7l2M2fOxP79+7W/P/3pT9k+lLzCTlqdsexdhk6z3xqtK3u48k7G3r2VeAHHur2ZP4QV4tt2ykSlOhm7x9hExWhTDH1w5Ntkf1cUYwEp1cZcwOHLOqTWsyNYsyZP1kRlVwOQyYzddkxBmRRwWIFMNA1zWkEX5uxMmagUAy2TlTDoCw2OAXzX/XEcrAbaz5nbZWRdwLnvvvswZ84cXHnllRg3bhyWLl2KsrIyPPLII9L2v/rVrzBz5kzccsstGDt2LO6++26ceOKJ+PWvf821i0QiqKmp0f569+6d7UPJK+zDyqsmKm4Sk0z47TFjJ2Nbvi4O2qbDkU55bhYj7PpDyIhy5zXlZKyOlWG4to3J09hEZa3BUQw0V+JDy+paVBezD9ojBtF0RsKOEaqgVBwKoiiUshnY9VHLqIkq5xocY5MPpxV05YOT+uz0gWdUq4q9TjhTtmTgvfzyY4XTa9gTOHyx8BNZFXA6Ozuxfv16TJ8+PbXDYBDTp0/HqlWrpOusWrWKaw8AM2bM0LVfuXIl+vXrh9GjR+Oaa67B559/btiPjo4ONDc3c39+I3dh4vy2nVzvnIlKMuFzJioPF6rRmagcvIk5ffsUw8RTUVTmYeLp9CVTJiqxmrhZe/ZBywqQRloUOxOt6j8UCQcRCAQ0J177PjiZ1OBYrx8Jm2c6dkKU82kRE1Waa1Kt4ExLDjVARmMqXufa9iXzgJcjLK1QMnhN2dnXhj2NaGISO7raDvPZx7KllKwKOAcPHkQ8Hkf//v253/v374+6Onm5+bq6Osv2M2fOxBNPPIEVK1bgZz/7GV577TV86UtfQjwujzxZtGgRKioqtL/BgweneWS5x0mYZab2AzgzuVhFShiZJgDj3Day6rbZzuJ+hMmGm1CsHxJcWK5DwU0fRZX8bKXBsZMHx+jhxD5UOg3umYQiH2d2kwmXif7aowZv8w41Kur1FOmqyRXqEnDsnoNEBt+27QgSxaHMTbdRg1xCQGbnCquswyLs0CsGWiYrU7aXX36s4LVf2d3Xy1sO4Pwlb+HcB+SlNOzCF0jVz7d+xpe1qC6++GLt83HHHYfjjz8eRx99NFauXIlp0/R1XBYsWID58+dr35ubm30n5HBRKCYPlbe2H8QLH+zDj84dx/kl2N5PhnxwZG+0fN4Q534SuYLT4CQURw8Jpw8UMemdOsFkwgfHqFQDO/GmpcFJWGsT1eZsO7acAq/Sd/b2qwo4JUVJwaEoFERHLGH7HBiFNLvBjtN8Jk1UUZMsytw15UJYYM8Dq22zg5GjuNHcIJsn/O2Dw1zPWd7Xix/uBwB8eshZaQ2RQs6Dk1UBp2/fvgiFQqivr+d+r6+vR01NjXSdmpoaR+0BYMSIEejbty+2b98uFXAikQgikYiLI/AOdqOoZv9+NQCgsqwYP5g5xvl+MhQmLpvwO1zkwcmHPZ6tj5RQFMu+mvlDWCFqvdQoqmwm+mNJJ0w87sBExY7hEQNnc6M3SSNUIbBEp8GxKTzn2ESVySs5ymlBjKOoXJVqYFZpdVDbCzB+WBpFWMqE0Wzm+coURtqNXJZ5yZRDMJmoXFJcXIxJkyZhxYoV2m+JRAIrVqxAbW2tdJ3a2lquPQAsX77csD0AfPrpp/j8888xYIC9KsJ+xKkPzm6XBSD1Pjj2r/i4RZg452Rs880yLxqcDt5EZfWQiKbxxiw6ZqsPdpngwadUtx4XO5qMzlhCOsZGh8H+bsdEJSvVwJqo+OzFkH42Qg0TV/PLOPXB4R2mba1iiJ3znsnUCJ0GTrtA+j447C2fKQ2OkQ+ObNz8rMHhpkufHIaR5rQQTFRZj6KaP38+Hn74YTz++OPYsmULrrnmGrS2tuLKK68EAFx22WVYsGCB1v7GG2/EsmXL8Itf/AJbt27FwoULsW7dOsybNw8A0NLSgltuuQXvvPMOdu7ciRUrVuC8887DyJEjMWPGjGwfTt6IcgKO9Z3j9uIUt+1krola2NbdlGrIh8PhEUGDY/XwEsstOEH0QVH9Y1JjlRntkBGd8YRUSDF6+4wLWha7JiqjcTHU4DgIE1c1OOGuSCq7Tvhui0HKsHPeM/ngNrvmomlGXLLj0trhTIMjXh8qvAbafJ7wgw+O0ZnMpYknU9tnL33uc4a2n0+y7oNz0UUX4bPPPsMdd9yBuro6nHDCCVi2bJnmSLx7924Egyk565RTTsFTTz2FH/3oR7jtttswatQoPPfccxg/fjwAIBQK4YMPPsDjjz+OxsZGDBw4EOeccw7uvvtu35uhzGDfeqxyj6S3H/cmKistk5FzqRnsZJerG04s1WD18GKddp0+xMRtq+dWVk2c1erYcTI28sER9+dEwBEz1Vpdi6lEf0b5duRCjR2BQ9XgqD444a55xH4eHH0/3WJnn5k0txqFXYt9SbfYZptjDQ77WS6cW+XE8XMUlZFPmZdxmn/KT+TEyXjevHmaBkZk5cqVut8uvPBCXHjhhdL2paWl+M9//pPJ7vkCs7BQGQGXoUbiw86Rk7HFxNphYqIyuq9k28z2PSiGiVvWznF4brh1hfaagKNWE2cFHEazZMdEZUfT12nglJtQ5OPMmR0UxfKhrS42DFlnjp83f5luFgATRRV2F0VlVFbADXYyBmfSRMUXLBV8cNLQKALgTrxTAcdoTI3yeBWakzEvLGR3X5kyIbFziWii8u+ZSEK1qDxIezSOnQdbud947Yj+svvks5aM5McRJxcnbyHcJCYTcNJ0MpY9uLLxlsRO6nFFsUyWFrOYsE3XFdqrWpp4IlnIkp18nNansjPGRhqcfY1H0MKYJ9RxFrUstks1GDxojTQ4cVsaHNVE1aXB6TJR2Y+icmYSM8OOtiwdDU4ioWD7gRbtPHRyAgO/3XSdjNmxd+pkzI7j9gMtUh8sXoOjH7eCKdWQ5X1lw0TFZSrP0PbzCQk4HuSbf1iNMxevxJodDdpvXH0Z4UH3jw17cfYvXsPV/7c+7X1nKooqLjVRGfvgGCmc4hJ7Pds2G297bB4ceyYq92/MYv9Zk097LGEY0m3HRGVHk9EZT0jTDuxvasf2Ay3MthRdf2Nx+1FUdrIqO1WVa2HiXRocp07GYtkJOxhFd2XbB+eeZVsx/b7X8KsVHwEQNTiiicpYu2MHdlzaHPrgsLv727uf4ua/bND1sbDDxFOf/WKiyqQvmtcgAceDrN15CADw3Ia92m/sm474QHrkzR0AgBVbU/W93Kov08mDYzSJqZhFURndV6z2RH2Y8on1sqvBAaxNC+locMS3VbFmE7s1VoNjRwCwG0Vlx5QlMw+a5WNSSWiCkYEPDivAchOt5aY1n65Uor/kdGa3wKQbDY4dQc0IdZyre0XwxXH9LVrzPPT6JwCA+19OCjhmOaeiBg69dmGv59Y0oqgA4LkN+7r6IU9MKHcy9v5D1k6YeNY1OBnaAbuZQvPBIQHHY7ATwYDyEu2zmQNvMKi/3dxm+02nmriVbb3DhZOxlcNkNiZDMTS2w1LAYfuYOTNSezTOLWd9mOy85dpp02FgohJR27DXQ7uNLLdqF4wetOnlweHDxNV6VHbPgTsBR75tO9eh2q+nvj0Vg3uX2dqfEVyYuHD+0nUyZo8lnTBx4z6ZR3n5IYrKiExWqM8VufQbyjUk4HiMfY2prJSVPYq1z2I4MTthhGUCjsv9631w3K0rDRMXHtBcWnCDDsveVDkTVRYiLtqEB3fUonq70xB+FrMHY0cswS1nNTh2tBR22nTGE7ai8tTzyT7A7PgEyRL9cds1cEq1M9GmfHAEJ2NXPji2VjHW4NgQEtV+hYXioG6Immhw0vXBYQWMdKKo7PRJ+tJSMFFUudtvesKUc0HfL5CA4zF2fZ5K0MelYxcmUPbNJyQRcNyiN1HZv+CtojfYMPFo3Np5FxAyoMb1kUXZeNvT+cVI6jXxOT7SCRM37n97NM4t55207Qgl9sLEnZhX2E2y/TFCPVdGWqKMlmroMlHZfai78Zew4yxtuG5Xm3Aw4PqeVYV7fm4QBBwT7Y4d2GNpS8PJ2LhP5gJY4fjg5G6/6WR/NsqDUwiQgOMxdjEZiM2ylbIPjHAwc6cxY6UaJA9X3sQiz6Brvk29NiAX9nqZhoPVPJi9TVth1r49KmpwnCVKtO+D41aDY8dEZaHBSSjSCC03if6clmowyqJsRnomKlWDE0DYZeFNVVtrlj3brQZHPQ/sdWNXg6Ouayfdg2WpBl8LOPnRhqTzosdrTv079jJIwMkBnbEEbvjTe/jTmt2WbXd/ngoP7zR5S2MfqrK3wec27MPC5zcB0Psz/OHNHfj+X9/nfl+7swHffnwddn4uhqfr+3jPv7fiZ8u26n63LNUgaHCMImgAYPfnbfj24+uw6uPPU9uMp0KozfaTaWRvR2KJBe1zVx//sWEvrn1yPVo7Yvj+X9/H799IOokmx3ktdndp6syEkA6dDw4/vtF4Ajc9/R6eWq2/rn6+bCte2lyv+12kM5bQReXJUI+R98FJ/mZmblEFQbPzFE8oeOTNHdi4t1n7zZaAI5Zq0MLE9cez8PlNeKArAkm2D3Wctx84jG8/vhYffNpo2FcZ7D6Xb67Hd/5vHRrbOrk2qsYyFAxIzcp2UO91VggQ+yS7Hlnu/c9WLPr3Ft3v6mbYc2VXg6OuIjtvz7+/D//7r9T+rIqByiIw/UIuMwGz27cyo5tvx9xk6Gd8WU3cbzz//j7t75IpQ0zb1jd3aJ87Y3Y1OPLJ8rG3d+LSk4diSBXv0Hj/8v/icEcM3znjaBxd3RMAcOHSVcmFwrwnqu4b2zqx9LWPAQBXn3E0KkqLmD6Z3yisU2oyz4vxzXTTn9/Du7sb8fKW1ENaHQMuc3AO7PVSDY7BW6jaxxuf3gAAaDoSxVvbk0Lat08foY3z562dePbaU00nFNEBmE+UqOBfH+zHcxv24bkN+/CNqanrqrk9it+s/NjesRmEiYuox8h2VxW4IuEQonH5gzBVqsF4H7GEgrte2Mz9ZssHRyzVYKDB+eSzFjz29k4AwLyzRmpO+TITVVLIb8OKrQewY9G5+r7acJae88Q6AEC/Xv/F3ecnM7AnEoo2FuFg0LWJKtRlozI1UZm8ABzpjGPJq8lr46pTh3PLovEEQsEQt05zuz0BR11Xdj3f8Kf3DPvn2ygqA6dBPuQ6u31g92XnHjaCTFREWjS0dlg36oJ9Y+rkfDv4C5h96MqiqFSicb0p6HBXbgs7PhTiG5nd6A2Z2UOMouLKMAj72XPoCETU7XP7yUHEhWzyiBkcq/iw2XlQXvR0T5cp0ky1LEZRdQo+WaKGQOuPg4SAdsPE1ePlTFRCFJMMVUtopcERcVOqIWRQqoE9f+xnmYlqZ5dmzY6phftdMoYHW1L3PXudhkMB107GIamJit+3LHdUqq2xA7GWlI/Z9qFW+TUm4iTLuFXSUj8IOEbwXc/ucVhpwuxSyKUaSMDJMVb+DuykY26istbgAMkJ0UgIsON7Ic41rJDSLjxIzd7MEglFJxzxBfj4bcmOSG1vlUcj00hrNRn5FJhMNOw6Kc2Gcf/bY3HDKKp4wrhYg3hezEjPB0fV4JgIOAq/vgxpqQgbh2CU6E8UvNmkiO1CIVXZZzOMHLdlD2X2xUOMegyZ+M2ZhcirvjumpRpMNDjsWIuCe0wijDbYFHBkArARVrXb/GwmcROZ5xYu31EaJqp8+Q3lAhJwcgB7oTcdiZq2ZRNriT4XLOx3M3V3QlEMzTj2BBx+XdZMIuZBMUt4J4YUxxN8jSdxUgtKVMCq8MAKEblI6y4zUfGOksYTtiIRCIy2I9IeTRhGUZmvZz+0t8OgmriIlgeHaao+IItNBRxrDU5bVG8GsVOqIZXoT/DBETUazHfWD4y9Lew+jIy0XTLBh33xEO9Xs5cSs7FS7/VOk2R+vA+O8GLELBNz3Mh83BoMtIS6PkvyJBkR50y6knvCB2HiRhpG/iUmu8fBVY3PkCbbx7KlFBJwckALY8e2EnDY1OidMeMHJ7vMdLKMGxdEtGO3Fe9R9gEhmriMHvrJ9eK6tmZvmrJDkpmocvG2JxNw2Imci6IycxqWRB2Z+uCYJPoTx9dIEALkY6niNJOx7AFWZBIRZFWLCgBaOyRh+E5MVBalGtjrnB1DNynqjc6XbAzZFw/2+IuCQU0Yc7IPIOWDYyZUGyXVE/txWPCvUddjH5x2n9Gp68O6rVUUlZ8T/XF+XVneFyfgZMgHJ/m9cKQcEnByQOOR1FtQY5uFgMOaqLou2o17m7TPqjmAz4NjfBqj8YRxaKuNBxv7EGhs68TanQ3a9/aY3IYP6AUWsW3SRGWskZA58akPkXTCst0gz7aq4GBLBzbubeLfmE00baxwqOUzMcuDY5LoTz++rOmQH2szDUtnLG5rcjQzQdgRcMxy8sgiddIq1SBc11x9ryj78Haumje63mRCCa/BSe43EEiarsw1OMZjZccHhzNdmJiomtv5uUiWhsEu2vVhY92YhYnK3z44rNCc3X1lykQlGrt9PPw6KIoqBzQdSU3gzVYaHNbJOBbH5n3N+PKDb2q/lRaHuqJrWJW38faiceNoJbMHWzgYQCyhcBf79Pte5xwnRa2MmW1dpu0RfXYURdEEG1mQgkyD40ad7fQNRWZaSiQUnLLoFZ0WLJ7gTT7sGLGf1S5YlWpgj0/ng6PwbXtGwrr9AEkBpN3AobzTpokqZYLQLzNzmFXbm+U2aZEUdHSV6M+gVAMv4MjLXdid1I2iwWQP5ZDEB0dNRmiWu8rMzKlqfnitobGzv7gt9h4V5yLNx82NgKNF2dnXBhrty88+OG6EZrdkykQlDndCURBynQvfW5AGJwew0S6sNkdGq+Bk/PbHB7nlpV1vq040OMZqdeObQn0rZ29SVrgB9EJL3MRUI9P2mKnW7frguFFnO513jDQ4MhNfNK4IQo2xZkXdjhHJUg1MBBBbqiGucAIP91k4L8UmEnBH1H2pBhV7GhynJirLLnFh6oBxoj82EzXvZKzvpxVWpRrYB5zMRKX+ZmaiMvNfU01UZklAzUxA5hqcBHcsTkjlSbJuy2tgZfeQ901UxmHiuesDNx84CCwQEV/4/CxgipCAkwPYN6UmExNVTKgLJHuAlhaHdMtMfSxMTFSdJtoP1axhpu0QfUrMoolEDUI0rphW0pYdkxblkWYUlR0HVhbZeTDLzMseayenzZEJSiYmKtNimwlD7ZB4XsxMVO3RuK03djMThJmAYydaTGaiclJsM6XBCUr31WkgCCouzAlm5x3gH96sloYt0wBYBAaYaD9lJipdKLhJ+DC7XvMRuQ+Oq3vKRAA2apvsa2FpcHJrorIXdGCFuGYBueCQgJMLGlkB54hx4iyxyKPszVrV4LATg9m1HTWpNWQm9WsaHJMXA/GBbRa9IZpNZKUa2H7K3pBi8aQZy8pJ0QqzCVSm7bBK9McSTSQMSxh0SKKbTMPEo7wpkouiEjQ4RlojwFwAaXecyVi/rMhEgNJyq5hcSG5MVIqSOn6rUg1G48SbqOxdR0baBdUEx557VgupCh2q5sbMRGXlvwbw965onjANE2e+ixocmY8bYG6CFNe1M4xWaRXSqauUb9xoBd3CjmOmEv0BhRUqTgJODmAjp8xMVG0d9gUcdqI1e9uNJYx9cMweOsUhNdurOnHpt6EXWownVtGPJZpQ9OGtzDHJNMAxC6HILmY3cJ+exbrfZBNuq0EK+3hcMfR3keWnUfsvE6ysSjXwWhv5QxywcjJ2mslYPxbFpj441n4drS4EHPZ4dZmMhePhfHCYz2yX7GoNjDU4ye2y555V0qjHH9J8cOxHUcnSA3ClGhwU24xxGhxewDHS4PTpETHsq9W6MsyCC5Lb8L6JyoicanCyZKIiAYewTSKhcAKOWZi4qKrviCV0F5ua84NTUZtckMkoKvlyOyYqdVXZQ1DnZGxiOtIJQ3G9Dw5votI/AOIJfci7m8nQbBKWCTgyQdPIWVwUPFhkD3K1L+p5ZRF9cHgTlWKYk0gUJs18cAB9uLAMddxll5qZNsJOqYYWFz447ENfV4tK54MjF/7cPIyMtAuqAMhuX5b4UjNROfDBYTU40XgCiqKYmifMNDhRzgeHP+9RiY8bIL8nRKKahs++uROQl1rxdRQV03fjVJyZoTNufJ6dIK7p4+HXQQJOlvn+3z7gJk/VB+f/Vu3EJQ+9g+ueehcL/v4BAH3q9M54wtDc0BlLajO+/fg6/HX9p4b7T7YzUKszD0JRnlD3o0r3onYJkCfv07ZtKw8O32b2w6u1dkY+OLqokK6b/O4XNuP6P72Hzw534P/9bhX+/q7xmJjJRLK3VZlwZyQUxExMVDLhVh0DVQvBIvrHdAhmCaOcRLooKhMNDuBMwJEJh2bbN9PgqIJXm0Tws4p0Ux/6oWBAu1YNSzUIPjjrdjbg6795Cxv2NOr6adUHw2KbEhOVLCGlKoQVmUZRpdY72NKB8379lvb900NH8P9+t4qbU9T9/P3dT3Hh0rexv6ndsL9sn17ZekB6bOK56tPTngbnpy9ukUYcytqqyKLr/JDozwj2cHLpg0N5cORQmHgWicYTOuFDNW3c/o9N3O8/mDlG94bfGUvohB41qdmRaBwrtx3gilHK+6A3BbH9UykKBrkHeUqDo3D9ZtH74BhrcMSJL5ZI6CaybfWH8fyGffh/Jw2W9jcmCXlPFu1M4A9v7gAA1De3Y82OBqzZ0YCvn3iUdDtmGq/+5frJXDZ5GAs4xiYqVsBRe6AeT4lEg9Mei3NvuLyDLK/xM/PBMTMhAUBLh3nqAiD10JWbqNxFUUXCyWuutdO5BidVpiG171SxTWMTVUc0jm88vFontMqOqyOW0AmehjmlEqoGR+6HptPg2Mxk/PAbn+CIILCu3XmI+65u+7G3d+KDT5v4bZlEUen2KymFAgCVTEFdI6KxBB56/RPLdoB5mYnkb95/wBoEUeXNyTgdvyW9icr1pjwHaXCyCGvG+NkFxwEwvugPt8c0J2N17ksKOPyDtLIsOdk0tUWlzpkidsPERUfCVJh48ruY1h2QJ+/TPuv8CPT+OrK3erUQqFGGU1lUCKtqNypAKe7biBFd1dVZZOfscLtcKIjHFVsaHPWhq46BKriytEcTnAOpKCS2GZT1cJLoD5A7+YpENR8c/bIeEX3fVdRLQnY+1QR9ZqY7I8QkfwBjojJN9BeXauQSin6il5kajQQE9UHdwZmT9CYEtZaUmeMuu492yX0nou5n1+f6wq5mUVRGbcWxlwnfIocsEpiyWOXB8XMmYy4yL8smqkxpcMRT4AcB0y4k4GQRNXqqV0kY5SVJwUSRTKRAMsOxagbqXZa0eXfGE7ocIRVdb1NNR6K2VLl2fXBEM4NegyMRcCRmp9Rn0USV/K5Fukh8cFhkqm6j3DmsUGPn5hTf1tm36RF9e1iuD7jT4LBZrNWxM/fBEZyMhfFmBRPOB8dBFBVgz0SVqhatH9+yYmNFsKKZqPRjovrOuHMyNtbgmJVqaI8mpNoTRdHnNTK6BllSYdsSDY4kqtCOBofdR68Sa+1JPKGgqS0qNYE6ccpPFdt0dv0AwOetHZZttP1YlDYhE5U1ST8sY5cAR9sSBLFCMlGRgJNF1AmnorRIC3tOKIpO5ay2Vc1AqpamM5bAEaEQYUXXssYjUVsP82QmYwO1OqfB4S+FiCDgyPwkzHxwjMLE1Wy7Mm1MchvJ34yS6OlSzwtO3Ox6RjeqOG5qnwBgmG0Bx8jJOGHoZNzERNDFukxr6sRkpMHhQkGF8WZrnHEmKlGDk0EnY5l5r0exvu9qtJ+piapLqJOZP63mWFWQYE1IWqkGUx+cOHqV6AWyhKI37Uk1OAbXjnp8nJOxJKGdlujPZpi4bK6Qtd/V0CpdJpouzB6EqjlUPEZbAk6LvaKcye2zJiqZBsf7D1ij65MzUWVx/2bO444RVvXB8NuGBJwsojoUV5YVaWanhKJI61E1HunUzECVqgYnZq7BsZOe20yDw/vgGJioupqIvkCALIrKeOJShaGUgCMPX1eTjxll1xV/j8UTXJ4hVnsh67Osb6yAUypx9pUhRqCk+mPPBwdIjonaF5mT8ZHOODeRigIlq/lwEyau+hEYCWssWqkGybVUKhFwhvYpS7bvai6bgFWhzk2xTfUYWROVUakGfmwSmjZV3J+oIbOTmFG7nuP6MHEu0knV4IT4iC8ZfP03e+dGZp4CZEkAzTQ4CWkbO3lwnGhweBOVP31wjGDPXTbDrUVBNT0NDg+FiRO2YDU4QU2DI4+maWjtxF/W7QEA9O7S0sQSCt746DOunSbgtNnV4OideVPLUr+Hhbe04pC1k3FbRxwvbapDQ2vy7Y3tz0cHWrDr89RbpfpAUv01klXO9TelOjZGAo7MLMb6OrFmG6OQfPEGZgUcM9MBi7EGx54PDsDXmopIhBBxH+J2eROVPKIKMNbgqMftzESlX9YjoteIDK5SBRxjDU6xhYmq6UgUyzbWScdTE3CYcVPP3eH2GJZt3K+NjxgmXl4q0eAkFJ0AaccHhxXYATGKSuKDo2lwzH1wttUdxvpdDaZpJdht726QCzjReAKtHTEs21iHI51xU/+WtExUDjQ4UQsT1ZFoHMs21plmffcq7NBlU04Qi2u6Ka+hQon+CFeoviGVpcVQNdKKgQbnT2v2YNO+ZgBAda9UJI/4XKgsTWp3mo5EbaklzUs1mISJa6Uakt9l2pBlm+ow9//W48rH1gLQq03PuHel9lk1m/RgNTiSh56qjTFKPidLLsg+BNh+Gr39irtlnWTDwYAmRJphpMERSzWwiP1pZ/LcyDQ44piLggvrF8WapeyWaujVdS7shPaaVRMvk2hwhneZ+rQ8OJJrUNUMyDMZA9/98wZc/cf1WPLqx7rlqSzGeh+cNz46iKv/+C5u+/uHAPSJ/mQaHEXRX1t2fHDUaydlopJrcNTlIVtRVAnMuP91XPDbVfjowGHDduy22ZcJcdnC5zfh6j+uxx3/2Gg6Zxgl65MJOOJ84UTAsXIyXr/rEK7+43pc99S7trfpFXJlohLnR7OcZlaI93QByTck4GQTtSxDOeeDI9csbNnfrH3+1qnDDbepPnwbj3TaSnIXjRk787J5cMQ2ogbHyNwDAO935RORvUWIqvuUz4I8uqupy7fIqM/6cHO5wKhuS4a4bdZJNhwK4rnrTsXltUNNfVeMtB7RuIkPjtDPI51xTdhinYwNSw6YVI12U6phUO9S6e8y1PMo88ERnYzvOu9Y9C8v4fooe1NXj1N2bSUSipan5dGuFAAsqTpUrHDKH+fz7+8DoA8TNzJR2fHBEc3CqsAe1a5zcx8cVagz04rsb0zlsVFNT4Mqjc9V1MREFUsoeKYrVcUz6z81fdOPdpVCEYWgYsGRe+FXxqFPDz7530EnTsYWPjgqb24/aLgs3xiHiac+Z9NZN9cmKr86HpOAk0XUsgxJH5yUk3GTSbmGH507FiP76UOVVVQH5Ma2qC1nPHMTFZ9XhaU4nOxvc3sUsXhC6mTMoihyoURNOqYKJj2KVZ8FeX6eprZO0+rWOhNVXDEUZIzGWbyBSwThYnjfHvjxeeNxlIkAYBgmnlCktYOAVAi8CpsCIMI4GZcZ+AGZjYuZD47Rw1RmWjIipcHp6iOjtWGdjC8+aTAuqx3G+Zyx6xdLTEpualGpJRdY52wjvxZRgyM77oSid86WCThi5l2dk7FBor9UNXE1KaGxBufjgy263379jYmG7eMmJipRc6aeh/NPGCjZTkJea4wZ19lTh+CKU4frMo07czJWzZ0KPjtsXzDyA24KuLpBn98oHRMVvy3ZPO5T+SY3As6SJUswbNgwlJSUYOrUqVizZo1p+2eeeQZjxoxBSUkJjjvuOLz44ovcckVRcMcdd2DAgAEoLS3F9OnT8dFHH2XzEFzB++AkfxNNKiJD+/SQFppUKe/S4HTEElLfBZFktJKBgMP8bqSW/m99C+58fpM0TJzlYEunVGBR3yxTPjgpE5VMA9V0JGoh4IhajETaGhyZoyoABE0eQsYaHEVnSjKCjYJihawyk7wyRphFUcmcRAdUlEgjt4yIxRUkGM0a67dUxnxWr131AS6aqNikcSGTSCIzjSGQCpmPcCYq/fbiCUXngyO7veKKvsSGrHaYGKGV0uDITFQSDY7qg2PiuPvJZ3pzU19JNuFSJo9QXXO7bjmQPG9s1FiUcXYWHeqTSUFlpkT9uIoCmh1fIbZPAPDQ659YamkOtdoXnLwAb6LKnlQgmqjSSvQnfJc9Lvzql5N1AefPf/4z5s+fjzvvvBPvvvsuJkyYgBkzZuDAgQPS9m+//TYuueQSXHXVVXjvvfdw/vnn4/zzz8fGjRu1Nj//+c/xwAMPYOnSpVi9ejV69OiBGTNmoL1dfpPnCy2KinEyVhTzyAg1+sSIXpGwJiwdaLZ+++mM6QUJ1fTCmaiEC5g1zzy5ereu8rDI7oZWqeSvhq+mwsRTPgtGPjgdceOHm+hfEjURGMVxjicUPPLmDs2kpsI+6NmJ28zfWBwPNX9O3KRUg8g/P9iX6gPzsDHLK2NEh4mTsUxgHlRZaiuBm0osoWDz/mbEEwp6FIcwpCp1nbLaHHXM2LQIQOqhpmogAXNHW1Yj0RaN6x68HRINjkwrUtfcrjNRGangxXGTVX8X7yVRg2NUqiFVbNM6TPyTz/QaHHbcVFTBZcfBViiK3FE9nlA4n7KGLlNSUSiAnkK4vJFpWAxAAOS14uyijsuif2+1bLvDwLfICYqi4C9r9+DVrfJnjkpLRwxLX/sYewRtWCKh4NG3dmDdzgbdOv/6YD+Wb05lk083D877exrxf+/swn821eHv736KR97cgbWS/aZjolIUBc+s24NVH3+ufReX69Yx2d62usN47K0d0mSw+SbrpRruu+8+zJkzB1deeSUAYOnSpfjXv/6FRx55BLfeequu/a9+9SvMnDkTt9xyCwDg7rvvxvLly/HrX/8aS5cuhaIouP/++/GjH/0I5513HgDgiSeeQP/+/fHcc8/h4osvzvYh2YbPg5P8TY0OMYJ9cMgIBgMoLy1CY1sU9TbUu9F4Qifd9+1ZjH1N7aYVycXEf+rNYMSuz9ukjqS7uzQ4Wph4ScpnQR4mHjXVgIjLkhox+VueOM7/2LAXd72wWdeuxEALYDaJi3PAoN6l+ORgq2miP5E/rdmT6kOY1yIVhQKO3sq4wpuCgCWTIwb1LuXMYixzTh+OeAJ45K2U70s8kcAbHyXftmuP7sMdPy/gBLh9ilFUFZwGx3h8WQ1OPKFgX+MRDO2TylGU8sHROxmz7Pq8VVeLSvbgkZqoTKq/q+iiqKxKNYT48ZHxyUH+oR4KBjiNmUp5aREOHO7QHN5HVPfEx5+1cMcbS/BaGVU7FA4G0TMS5kxERo7/slIfdqMNZcQTCuqa7L2MvrSpHomEgsnDqgAA63c1oLpnCYb0KcNr//0Mz6zbg6JQEHsPHcFJw3vj+rNH6Rz2X95yAN//2wcIBoBfXnQCvjphIJqPxLB+dwNW72hAW0cct35pDO78xyb87d1P8ehbO/DSTWdgx+etOGFwJTZ82ogf/1M/bzQdiWqO0Dd/8Rhs2teMzYwvZWcsgX9/uB8vfLAf08b2Mywdo/LmRwdx5WNrdPd9KBjAQ9+chKJQEH9791Pc9dXxurnzXx/uR+ORKErCIZQWB3HXV8cjGAwgkVDw6aEjCIcCGFhZikRCwT/e34tb/pqsf/iDmWN0LhEdsQS+98z73H2SUBTsaWhDS0cMYweUa7+3dcZw6R9W47PDHfjnB/vx20tPxM+XbcPIfj1RFArijGOqTV0usk1WBZzOzk6sX78eCxYs0H4LBoOYPn06Vq1aJV1n1apVmD9/PvfbjBkz8NxzzwEAduzYgbq6OkyfPl1bXlFRgalTp2LVqlVSAaejowMdHakbubm5WdcmE/xl3R78+PlUjSm19EIF44Pz0YEWfHRA/4YGJOsgyaJpRCq7BJzX//uZZdtdn7dqzpYq1b0i2NfUjle3fYbj7vwPrjnraFMNDpB8SzTj1r99KI18+sObO/Dchr2o79I2qSr9A4c7sOTV7br2CQU4/eevGu7n+3/7gPtu5oPzm5UfY2vdYew9dAQVZUVYs0P/JgSIyeJSE7eZqVBkQEXSqfat7QcdrafC+qYEAwGUhEOIxq1NkCovbzmAyf/7Mo50xnTmRJmgNrCy1NCvKqHoH8CPvrVT+3z6qGqs3pESeHswGid1/NR9vrzlAI69Y1nqXihNOaeaaXBEZtz/Okb374WOWAJ7Gtq0a61EUqqB5YpH13IP/K11h7G1LhWZ1KM4hNbOZMbo+X95n1v37n9uxj0vbsExNb3QEU1g1+etOid39Xo+2NKBY+9Yxi3fWncYx96xDABjGuoSoAOwLzyziULF31mGVpXh85YOHGCEFvG+XdGlxQiHAroSGz/791b84qVtuv3YMVE54WBLJ05etMJW26WvfYylr32sOVnvbTwCIClYir5ba3Y2YMmrH2PKsCocbOnAiOoeWL2jQdMsJBTgxqc3YPP+Zuw9dAQvfLBfW/f/3tmlfa5v7sAp96xAa2ccR1f3wKeHjuj61dgWxReYeeoXy/+ra/PRgRZc82RSAPrXh/vx4CvbcfuXx+LsMf2ZfbXj0t+vxsVThmDDnkbpS008oeBPa/ZodQf/sWGfTuBtbIviX8zxfG3iIPzw2Y345CAv4Ff3inDlP362bCvGDyrntvXHd3bpaigqzLw8sKJEm3PjjHP++l2HMOUn/HndNvko/Px/JuiOKVdk1UR18OBBxONx9O/fn/u9f//+qKurk65TV1dn2l7972SbixYtQkVFhfY3eLC8mGO6xOIKWjvj2p+iJG/E0f17SR8y6gSv+kicNrJaWzbj2NTxqXPJ7KlDAACThlYZ9uHHXz0Wp4/qq31/nym+V1FahFAwoL0NAUnH1+fe28uppntGwhhRrc/oy05qap/VB7P6wCkOB7XfwsEAYglFE24A4Jh+vbTP4sPCaM5MVoyWLzzU1mma7fWVrQewrf6woXBTHAri/BMGoUwwuwDA8YMqDLerEgkH0bdnMS49ORl1lVCSE1IoGLCdNHDikEqd8+0JQyoN2/cycA4+2NKhCTfqeE04qkKbwAKB5LpFoQC+efJQnTCtCmmXnjwU36wdCiB5TgKB1Nt9WXEIXxzXn3tAlxaHcO5xAwBAW2/sgHKEgwHEEwp3L9x8zjEAgLNGVxs+JFnhWjW7tEcTeP/TJmytO4zWzrj2IDjuqNQ5GtW/l6bRUf+b+XMBwL0XpiZftW15l5ZRLQT63u5GbN7fjNbOVHX38pIwIuEgzh7TD317JoU2drmKOheo98fxXf3tVRLW/GqsEumdOKS39PcJR1VyGqzTRvXF5GHJtjJzFUtRKIg7vnwsgJQGrjOuL+6rtv3y8cnze9kpwwDI71UnAiu//dR66rk/aVhv7s1/b+MRTbgB9I7pX5s4SPu8ZmcDPjnYipe3HMDh9hhiCYW7Z7bsP4x6A58lFfU++vgzvVCrwr5YBQLJa84sMGHHwVZ867F13G9/eHMHPjrQgrtf2My5DFT3iuCxK0/C97ruF1E7zh6/7D5au/MQttYd1l3/nx3u0IIdvnBM8nnzUT3/wr1Pol1jhe59Te3ada0KN7fMGK1bZ0TfHtyzJh90i2riCxYs4LRCzc3NWRFyvjJhAE4d2Yf7rU/PCHpGwro3qStOGYbbvzwOnbEEFCj4vKWTuzl+O3sSOmIJBALJC7gzltAmosUXHo8XPtinu/GWXnoiZo4fgG+ePBRPrtmN259L+S2de9wALJl9Ilo7Ynhr+0Gt+jaQNAeoJqqnvj0VEwZXYgPjp3L3ecfiC8dUo7ykCOWlRbo+H2zp1CKC+vaMIBQMIBwMoLUjjl+/+hEefiO1r4GVpXjom5Mw9//Wa79deeowfO+c0SgOB7HzYCu++MvXASQn3pXfOxNFoSBKi0MYc/sy3Zjv+rwVsmh59c3cjOF9e+CF609Dj0gY797+Rd0Efc8Fx2He2SORUJK+O4+v2sUtX/iVcZh98lDEEwpKikJY+6PpWu4jdaw+PdSGUDCA036Wettb9PXjcPqovigvLUJxKIjiUBBPrdmtLQ8GAnjsyin49FDSvPfY2zs1DcqVpw7D7eeOw6eHjkCBgr2HjuAbv1+trXvjtFH4+omDUN0rggACKA4HEQoGsPaH0xEMJOuctcfiKCsOc87VAPDwZZMxvG8PTSux6cczUFYc4s5vVY9iXX2kSDiIX39jIn7eeby27gmDK7HuR9O5h4B6L2y5ayYi4SDm/2WDtuzxb01B7Yg+UKCgM5ZAQ2snSopC6Ncrgr2NR/Dtx9dpmpfTR/XF/54/HmXFYS5n1KDKUqz94XQ0t8cwsKIE9c0duPXvH2DltqSm88JJR2kh0wDwvXOOQe2I1P06YXAlfjv7RAysLEVdUzs6YnGcv+QtrZDkyH498YfLJ6OsOIy+PYvR1hlHj0gYb3z/bBw4nHoofPxZC/cgW3bT6SgtCiESDqGmS4gMBgN4+9azteM93B7DHf/YiJe3pPxEXrvlTAQQMHxoHt2vB9b+cLo2Vv3LS/CNKUPw6cwj6FcewfYDLfjyg28m9xdIBjCo81A4GMCU4VXY9OMZ6BEJo765nXOy/vUr27WxKgoF8eAlE/GzC1Lnl32orr5tGtqjcfTpGUFRKIBgIIC2jjgm3PWS1uZnFxyHs8b0497wzzimGo9deRLaOuOIhINdgQcKGlqT84qiALMeeIPTuMlYfOEE/M+ko3DWmH644U/v6Zb/8qIJmHnsALy0uQ43Pr0BsXhCyxvz29knYvygClOtsRWDKkvx4o2na0LUS5vrcfUf11uslYQV5lVz7v+ePx6XTBmCUDCAg13RaUb+PEOqyvDcdacilkigumcEJ9y1nAvUKC8JY/3tX8Q1f1zPXVvhYABfHNcfr//3M53/jiwiS/Rb618ewV++UwsgqcXsXVaMe/+T0v4d1bsUL88/wzRQIxdkVcDp27cvQqEQ6uvrud/r6+tRU1MjXaempsa0vfq/vr4eAwYM4NqccMIJ0m1GIhFEIvoohEzTq6TIsDieqGLu06M4+ZbfJbSUVfGnIsgsA3g1cSAQwPhBFVi/6xC3jprfIyhJVndS15tdj0hY519zpDOumagGV5WhRyTMRZqMrinn/B/EPicfMvrxrSgL6rQilWVFONTGH2soENAmzlH9Uxqets44+nXlUxFvOtVHZXdDm9SXZER1T3y4t0n3O0swkDIxyEyDgUBAy8grU9MP6VOGolAQ6qoVpUV6s0GfHlAUBaVFIU3TNLSqDEf15seF3X8wGEAoGNDGnJ0ER/TtgWAwgCFdzuiiv8/wvj24c6XCCgKqE7P4ll8cDnIh1Opno/Orol7bYvh1ZVmxVnaERb1+WG3HsQPLNS1WJBzi7qOjepfh6H49tQfdMf17SY8R4O/BmooSjO7fSxNwqnryfekRCXOa1aOre2BglylEFUR6loQ1AaeytIjbr3q8pcUh7ncxwu6Yfr2kE714vOKb+MDKUtN8OWXFId2cw14bxzD3UkJJCmiagNO1XfUY1LxFYt+SnwMIMPcowJs9xXUBoGcJfyyRcAjVXS8/qrZ4dE0vbrvqbax+DwTkZUB0++oytZUYaK2O6l2G0uIQl19KFQB6RMLS/juhpCjI3fflklpnRrD3pTouwUBA66s6ikbeeIFA8qVDpVdJmBNwhlcnfWF+e+kkTP3pCi3rfCgY0CL6RLcrmW+kKOAUh4PcNS86JleUFuVduAGybKIqLi7GpEmTsGJFSmpPJBJYsWIFamtrpevU1tZy7QFg+fLlWvvhw4ejpqaGa9Pc3IzVq1cbbtMLiJNXuie/UpJtl92H6BjIXoyif01rZ0zTgqj9Yicw9iZ0SoXwgGMdrlXsjIVo4hvWdTwHWzqleVRkUSci6fgRALw/iRmBQIBLqjdEEinH5eIRusX2UxxP8TgrbBx3ap/8w8NOSv5Msp9RhYuJ40SGMoKyVaQhCzvWYlh8MBBAgDnkwb3122X9i8oMTIMi7DiWFoVs3+usg3vvsiLL82EWZg/oM1izzuBi7Tn9tlPLZRFfVveOuLgoFEQgwL942ckYbidaSxWwjdqq46geRyyeQGeXQ7lqUjcy+9pBJ4QJ3WDPg3jM7P17sCVpymfHTj0ko0R74jGr50U1iabcIIIYzMxBRaGg4TmU1TgU9y7uV3yBTyfKLpNkfUabP38+Hn74YTz++OPYsmULrrnmGrS2tmpRVZdddhnnhHzjjTdi2bJl+MUvfoGtW7di4cKFWLduHebNmwcgOZA33XQT/vd//xfPP/88PvzwQ1x22WUYOHAgzj///GwfjmvEaynd8y+bHHgfGf7UshO9aIppjya0izrU1THW/NW3p70HuVU/i0IBlBWHJDcHv45sf+JDorKsSKvZJXMylmkOdNt0cBJk04udCVqFFSoHVOhNDhGTcGdOwBH2afXdDDFM3E5RxUyyl3HetHLMZoUaq0hDFrZtRDjeYIC/BmSmIPbhZZSAUYR1dhYdec1gr3FZ3pt0ETN2m/YlYDyXANYCToDRQiS3kfxc6VDAsXNFqnOWkbyXyh7NaHAYn0FAr91zguhrJ84rrPDeW3gBYa971VeRXd1qihKXq2OhanDYcyB+NsrFJNXgCGoe2dzJXhIeUN4AyIEPzkUXXYTPPvsMd9xxB+rq6nDCCSdg2bJlmpPw7t27EWSuzFNOOQVPPfUUfvSjH+G2227DqFGj8Nxzz2H8+PFam+9///tobW3F3Llz0djYiNNOOw3Lli1DSUl6qsZsopO005RwZG/q7AQZ5kxa/OQtmqiAlI1XPRUNTOp1WYiqXcQJLRAI6MZC/F5TUaLZnllY9XYwEMCQPj1wqK1Rul9xIpGR7luGHS2RDNnDgRU2jN7KAL3mrqQohEg4qAmkMs2eEaJGw4kGJxNJzIyS08kYzGlw5OYpGUOrjDWXCAS4iXiwRHDiNTj2hJUiZj6zY2JRCTsUcOykzy8OB1PmGM7kbaWBYbTBYX1bO9rPUCCAeNd1os455cz1aef+kd2jZcUhzhlaHW6jyDT1vKtzYjSeMlGpy3qXFRuWu7BC1ISyvQh0+b2p2krxxYs9h/VdflzscaifjU61eMTqM0CdD8IGz4RwMGCYi0mWU0c0Y8lGOhAIaB11E0maDXKik543bx527dqFjo4OrF69GlOnTtWWrVy5Eo899hjX/sILL8S2bdvQ0dGBjRs3YtasWdzyQCCAu+66C3V1dWhvb8fLL7+MY445JheH4hqdWSZdAUemweHeulKfB1bwOU/Maiyp2+jTIzXBpnOxylTS4twofmfDKI3aBQMBTuUqYkeD48REdUx/fS4HJ9oSNbLNKLrFKFQd4M+rbJ9splpnGhz3As5xgypttzViSleExQQmEsoIVhNjVpdJZGBl6qVHFDaCAd78cnS1/hzzJSnsCfqcBsdB0kb2vuxrwyxsFrGjMmt80mdxUGUpdyxWEU/spSC7LiYZRHaxsM9P9dhYocbWtSrpplhLTJ1LjaYpVUujmuXiiYQm4Kj3o9uXFUBfbJadL0OBAHd/mu1HE2JkJiqDFwqjF2c1LxZvahQ0OEYmKomAIyaAlI21zLSWb7pFFJUXsDLLOMXaByc1u4gqfbMHmbqN00f1xY/OHYtjB1o/fEz7ydzQKedBcw3OvLNGIhwM4Owx/STtUhlhZT4G6pudHU2GEz+o/5k0GA2tUSx5dbvm8+NEILhh2iiUFocw67gB0uVmGXnZqUU+QZoLQEaIE7MTE9W3ThuGeCKBM0f3s25swK8uOQFPr9mDS08eatn2qN5l+PkFx6NXSdiwOrqMcCiIh745CQ2tnZrjsIoaZfari08AIPc1Y8dIVjVdvs/UODrR4Bw/uAJ/XpdM/lhtocH58VePNU0XobU7bzyG9umB8ycOwn82pdJoWJqoTMzdADD/nGNQUVqEGePlwSIAL5irD1P2+qy04cMmu0XLS8Ooa2bbqAKOuQ+O5mTManBU4ScN/zPRRMV2IxgMcN/F+1OWVVv28mukwdFpw1UfnJha3FVf+0393egakCV7FAUcWR8DzPzsFR8cEnByhJnZwQ0yE5WRD47olGn2IFNvkEAggG+fPiKtPgLgIjzUvYrXvtib4nAQN0wbpdsWV0YhGNCppHtEwpqA07uHDSdjB6cgFAzgmjOPxkub6/De7kb7KzJ9u2m6sZYxYmKiYmuOyaL02OZWDy4W8eHrZJKPhEOYd7b+HDlhQEUpvvtF+5rX/3eSu9QO5xybfAiLiTHVy+m8EwaJq2iwjsV2S2iwJion9b6+MCqVB8usjMagylJc3pWPxoqK0iJtjJ2YqHhtsL4vZcVhXC+5R7ltsPORqilx7IOj76eowUkll5Rvo0g0USUSOh+cdKZjmWZQ61sgwAknomuCTHDhTVwWJirRB6frVMl8cGxrcCR5f8REsH7xwclt2EQ3Rm+WSdP/Q/L2YyTgiL4FphqcDEveMkHOygPfCHY9NQEdC+srlGkTlUqLQZHNdDHT4By2SOrlFtF8kusoqlzjRovKCgV2HYZZDY7M380I9j41E1TdXgOlrJOxRQSWzEHYKTKNcgkznnYi/mTdLBcEI/U8Gs2p6r7V44jGFC1RZLGg3XGDPsUEL0iwooGosZEKOKypR21nYKIS507NyThu7YNjHEUl0eDE7ZioAsxyb0g4hT2jeQi9WSa97Yk3eXKbzITCOAaKGhwzFX8uVItuhT3xzUjcDvsAsmWicnGsspD0TGDmZJwtoYp1mg0GMis8eRGd5tDG+WeFArvmJlZQNPN3k/G7b07CF8f1x7dPH27Yxm3GYFZYM6tmDlhHUdlB9sLFamTshGbLNDii5kczURlso6hrLlSFOjVpJcBqcNxf+2YmqlAwwNmYRdFBJrbIoqiMTVTCd8FEZarBMbgGZD44YiZlqYnKpF/5ggScHKEPE0/TRGXhg8O+obGRJMllqXZi/hGLF7uMoI+isreelYmKNSH09pkGh80qLEbHZEuoKjNIJFmouHH07+HGyZi5rqxKJojMOLYGD182WWeGYXGbQ4s1t1nn2ElfwOGFJIkm18ZxyE6RmEhPS4pnocFRH+hsBJYq4JxvYqa0wixMPBQM4CLGtCoqR2Q+ONIoKoN9GzsZm/vghENBQy2eqK2R9dNSg2MrwD/7FP6s5hEy7YMjc3hkzUuszVRMLGeWxC/TJioWVUWqe9DYHAsrExX7tpytRH9GdWnShX0QikVL201qbQHOtQQqdn1KCgWdicrGOrwPjj0NDmeacSjg2MGtBsdJFBX7PHN7fcmEJKd9t1NkVN2kbOoKMJpJdd+sE616bNPG9sMdXx7nqG8qomaP12QE8LWJg3BuVy0vXWi/lYkqYNxObAvY1+CEzTQ4kkR/ouOx3MmY7Ye8v7nGI90ofNxqLYyoKS/RhdeyF9WQqjKM7NcTpxzdR5o9c8LgSpwwuFJnvsqGmeKHs8aiZySMH381WdzPbUQZKwiFhOgEgH9LtFOV3Y1a+neXTUKP4hAeuGSi43XNYAUcUUX8w3PHolckjB/OGitd95cXnYAexSH89GvHOdon+8CTqaULDX3EifU6bHI/uwJhwEJz4ZY7vzIOvSJh3OuyOrMTjR37glQkyYNjB5mZ67JThqKqRzEur7WOnEtuQ/+baJ5X9yO7n9UMymwfVIqZZYFAsjaXG3QCDmeiSs5bakoEvYlKosHhNCHG7cS2QGq8ohIfHDbztXmYuH5fYvI/2ars/ExRVN0MN/Z/M4LBAJ677lRc9fg6vLI1WUSNVTkWhYJ46aYvGLzVBPDsNacgEAC+98wHXB+z4Rw25wsj8K3ThjPRDuJNaW+frHYpuQ6/npHvw/FHVWDHZ62csy7gTpg7a3Q/fLBwRsYFQXbcxQnm2IEV2HDnOYb7nDK8ylWf2PGS+BUWHProPRsmKsZPyW6iP5ZManCuPHU4Lqsd5vra68FlMjbfBpu51rWJisulk9xfv14lWPvD6baPQdaql2CiSgk4+rbsPCAes3hurMbECJ0PDutkLOToETU4svuO7YVTH5yQiQaHFbbNnIzFkPBkP0UTlcTk6EEnYxJwcoRohsmEKSgQCHAXrfhGamb6UZexb3XZNE9x/jOiWtWuBod7M5JocJgJSzx22eTl9i0j2864Mm2K1T4L3UE4E+j94KzXYZ2M7ZqoWIpDztcxI53zzN3rFtthNThuTWLsM5G9N50cg+weFbWzKR8c/frs/CjuVyfguI1Os8iDAzCaGNFCZWGigkMfHPW7tQ9OwJHgqjdRyfpivjwfkIkqR+i93TO1Xf3bghO4SJocXZVuC7OJKlCxu2a+AlZ5G7xEZ5b8fLo74nVn5y3TjZMxi1vzTjZg/YkkbhYc7Fu827fxhMTXxSnirs8cXS05j+p/fT9ZIaYoqDdRsVgVLzWixNRElTKBARIBRyK6yBP9GZiohO/q/josfXCMi23KEGtRya8JvWkt35CAkyPcmmWcbNfN2x07aWdTg8PiNqIsJAg4oonByN8hYLAPr2o9uoM/TD4Qz7ad01/C+eA418ZEPBSdxmoaOuPmjuviA80NnB+PawEndZKKQ0E8esVJunnKLEy8yImJyq3ztgMTlWjqsW2iMti3URSVWi3djQ+ODH0mY1lfjPuVL7xz9xU4bkJU7W2Y2aaLG9SJ2jpT6N7AbK7HC3P6MTWbRK2c4ryELFU6kT5uXjLYJm6izrIRReUW9v7ujJlfY2LmWjewcrrbuYVdqygU6CrWy7cx8u0DeC2Nzsk4Qz444noyE5XaN92oysLEmfWNTFuytuz+1EhMMx8cJ1nP9bWozE3+XvHB8c7dV+BkS4PDbsWNBoaNAMjV8z4TPjhJDQ6PWDdLdUY8fVS1dLxzpbFyiixVOpE+bsLE2ZpQZuUTjDh2UHq13LKFVaHOTGhwZDlenCJ7aIovJupX2T0eNvPB0Zmo3M0H4mGy/VC1JClBRchkLN2i/piNRlI85JQGpyuKysQHx4kGx68+OORknCMyHSauwlWudbHRiEmJgGxhVCDOCl2iP2E7p4/qi19cOAHH9O8FAHjxhtOx8r+f4cJJR+Hv735quj0v0SkJ0yTSx00kY7/yEjz0zUnoGQk7eit94frTsLXuMM48ptq6cQ75+7WnYE9DG8ZbCF6Z0OBkQsCR5YQxelmUnR6ZsKGiN1G5e9/vIWRk5jQ4uigqfl2ZICnT4BipcIzyq6mbFXPfpD4HnZmobNSiYu8Pr5ioSMDJEW79TqzgNDguHtjFLqMb0sFtyLwdh+oLJh2lfR5cVYZvdlWqtlKpegnywckO+uvO3npqsU4njB9UYSlE5IMTh/TGiUN6W7bLxCWYCS0Qnx03iWhZMRNwWAKBpNZC1UaIAo6b+e/rEwdh7IByfj+SbRppYmQjxGutjNuJbQFJtK6pD44DE5UuD45MwJF/zidkosoRuqJoGRImOI99F1cVq6bN1QPfrTZLzGTsJGGg7F72kP8nRyyHAo5bx0o/ki0zcSGSGRNVBjoi8Wcxmkvt5DViTVZiGQ0398L3Z47R/cZpMgQTla1im9y2jNuxy1VENyK+2CavzQk58DkSNThW2jKv3FseneILD7d+J9bb1d9MTojkQYPjOtGfzkTFLzfTBEl9cDz6cJdlEs0W3aEGlYobH5zuSibMS7KEcU6RanAMXmzsKCRYrYXog+PGyVg2hfAvnepvXRoc60oNgolK1fzYzGSsy//FVxDX+pVmFJVcI84ut73prNJ9Zrc8kwsnYzewAk7uNDjm3w3XY29QiZOx2WbkeXA8chcKiLWoskkmSwl4nWzloipEMhJFlQkfHOazUUkGs1INIqwQkxEfHJmAw3xORXglv+tMVBZRVOrGbGcyFsZAFGq030POfHDsORl7T4NDPjg5wq1jrSVpbiY/PjjiG5hdHxzmczCgmxzMbirZIq9qcNwmRXNDeWkRmrNUId1ruPX96o6ISfHcYJSczgkyrYBRmLids8lpcAQBx810IDOLyZxtU6am5Jis29mAxraoQSZjvdbKWMAxf3E2K7Ypzn9FoYCh9lg0WVoW2/TIrUXvMDlCl68gY/JNehsq5jQ46fbGHnoNjk0TlTBxGGU0le+TX9irJIwzR3srwuWRKyZjUGUpHv/WlJzt87ezJ2FQZSl+dfEJOdtnvnCbf6k7ctMXR2FonzLDAq92yIQPDvewNwgTV5vYEVhZjaX4IuFG4LUKlxZz9KiCyv8sXYVvP7EOOz5v1a3PKXCswsTFfYsmKlaDI4SMq07XKmYvVvYS/ZEGp9uSNRNVBjU4uUp859rJmFO3AoqQjNXcRJX6/M2Th+Lu88fb22kOOXtMf5x9a/+c7vO4oyrw1q1n53Sf+YKcjO0zoKIUr91yVlrbyIQPjixk2ih7r53TaWaicoNMKOIyGQuTm+jb9FH9YdNtpjQ49nxwRBmFS/Qn0eaEhKiy1k55hms7Pjgy01q+IQ1OjtCHiWdmu+luhpXac1eqwd2DhnszCgT0B29Tg+MV9SmRW3SXC10HnocVFtR72ChM3JYPDmOiYnOAucXSyVgMExfklMa2qH59g23Z2b84hxsX2wzqlpsFHOiiqKR98Z4GhwScHGH01pHp7TolHz444t1h9xDY/iVTtosmBzMfHL2qm+hekAbHf8h8cIyK9dqZvjiTTCY0OBavmCGhb2I0VNMRiYDDaa3kgpGKkzw4Ypi4uDxikqlb72Qs0+B47yWSBJwcofPByUIeHDcUeyCKylWiv6AkispUgyPfDtF90DkZ56cbhAMCkvtWV2yzawqzlwfH2MnYVf8km2Dn9lQenOR/0WrXKBFw5In+jExU/HfzKCr9y6yZTxJLXIjslPmge3GOJQEnRwQCAeFmzdR201ufVdNmIveFHTKR6C8ky4Njc12vvF0QuUXvnEoXgtexk97BbiZjgH+gi4n+3CDbJfubzj9I4f1pOiV152SuLHY1OKIW3o4PjkqxiclODK6iYpuEjuzYKNPbDnuTZ8Ip0A6ZSPSXdMGx/8ASQ8yJ7od41uky8D7cS2GQ/6+iRSrZOKHsHFJWnAkfHJmpRtK3rt8SimIorKQ2oP9st9imOAZWPjh84kPj8YsnBA2OxXF7RL4hASeXZEOFl7aJKpR7AcdtyLxYi8rJdmSRCUT3Ql/ag64Er8Pft6qwIJ5Hdbk1bH6fnpH0g4hll5A8u3yXLw2sNeXsi1vKB8dmFJWJRkfmg2M3qsxOoj/ywenmZKPaaroXEivxixdxtnD7oBHzS+h8cEymON5Z0SN3H5FTslUuhcge7ClSz5dRwIbTTMa9SorS7p9Uk8H1TW2X/K8oimV+IJkmxLjYpvDdLA+OxAeHN1EZiwNioj/ZSJMPTjeHN5NkZpvpJvpjyVWRR9eJ/oQoKp2gYrIZ8sEhnCSGJLyBzK/DbTVxgHcy7lWSpTRwEnO42veEYq3BkdXfMpJwrKJzDX1wuiQv+4n+zPcr/kYCTjckGxdAJq+jfGlw3NWikkTF2BZwvHHzEblFf73QdeB1ZNoMI0FVdjrH1PTivrMP9EwIOHINDm9KT/6WRIGxw7C2vkTbbNsHR/geNvLBCUp8cEw0OPpq4jIBx7hf+YIEnBySFQEnI1tJkj8fHLsmKlbdGtA7GdvcJ2lwuidUTdx/WFUTDwZSD1vx/A6uKsWdXzmW+40VcLLng5P6nHKA7vpBUWz44Oi3b+iDI1zFZiYqax8ckygqnZOxpC8Sf6l8k1UBp6GhAbNnz0Z5eTkqKytx1VVXoaWlxXSd9vZ2XHfddejTpw969uyJCy64APX19Vwb1TzB/j399NPZPJSMEMzCQ7ZHBm5SlVxpcMSQebuyXohbRxImbhpFpVd1E90Lt6ZRIj0yVbFelrFYas7p4q7zxqN3j2LutxCnwcmSD45krmHz4FgGUbHznOX++e9mYeIyHxy7Jipbif5M+pUvsirgzJ49G5s2bcLy5cvxwgsv4PXXX8fcuXNN1/nud7+Lf/7zn3jmmWfw2muvYd++ffj617+ua/foo49i//792t/555+fpaPIHLIEUOnynTOOxolDKrHwK+PS3lauNDiA+JZiU4PD3awyJ2OzdZnP9GDrlujeduk6yCp/nnsyxg8qx5+/U+t6G7Kkd9y9HJQLO7LvAJ93JhMmKtkVJH3Qq5oY2NDgSI7Z2MnY3AdHprVhf7drotJVE5cm+sv88y1dslZsc8uWLVi2bBnWrl2LyZMnAwAefPBBzJo1C4sXL8bAgQN16zQ1NeEPf/gDnnrqKZx9drIA4KOPPoqxY8finXfewcknn6y1raysRE1Nja2+dHR0oKOjQ/ve3NyczqG5JhsmqorSIvz92lMzsq1YIjdOxkDy+NUbPVNh4vZ9cGx3kyggxKyzJN9kl6kj+uCF609Paxu8aVmmwZG3BeTCx5FoqphkRhL9SU01+s9qnxMJQLGYZmWGVKOXT525X2eiSh0jL+wkf+c1PMnvsn3ptfsSHxxmOL1yb2VNg7Nq1SpUVlZqwg0ATJ8+HcFgEKtXr5aus379ekSjUUyfPl37bcyYMRgyZAhWrVrFtb3uuuvQt29fTJkyBY888oihjRIAFi1ahIqKCu1v8ODBaR6dO7JhosokMTFdZRZxI+yFhDcEo5o0MgIefLsgcotR/hTCu8huVe6hbGJ6ls0H7YyAkwlTtbyqtn5uU3+xlQdHosERNShG+xetgZzWRtCAA7zQE0CAa8MiCj2yZl4M5MiagFNXV4d+/fpxv4XDYVRVVaGurs5wneLiYlRWVnK/9+/fn1vnrrvuwl/+8hcsX74cF1xwAa699lo8+OCDhn1ZsGABmpqatL89e/a4P7A0yEYenEySKx8cwF3WS14d7ewB5UUPfyK36GqgecQRkjBGKixItDrJz+K6+u0diWZOS200j5hpnRSnTsZd/42mZrc+OJqTsTCnGvnh6AUcc8HOK3eWYxPVrbfeip/97GembbZs2eK6Q3a4/fbbtc8TJ05Ea2sr7r33Xtxwww3S9pFIBJFIJKt9sgOVC0jhRtrXJ/qz/0buxbcLIrfoI07y1BHCNmbmHv1y6/mA1eCki9E8wgkoAf6/ohgLK+I6yc9dJioDociqmriRD05I9cFhBJpAIICicBBIeXNo2NHgBLjl3phjHQs4N998M6644grTNiNGjEBNTQ0OHDjA/R6LxdDQ0GDoO1NTU4POzk40NjZyWpz6+npTf5upU6fi7rvvRkdHhycEGSPIDySFm6yXoSAvpOht7sbb8bp5kMg+Tq4Xwhuw50hWTdysPIBsXjnSmTkBx+jq4SO7RBOVYlgZXL5+EmMTFf9dX01c7oNTpOXBEdvbM1FZ5cHxyhzrWMCprq5GdXW1Zbva2lo0NjZi/fr1mDRpEgDglVdeQSKRwNSpU6XrTJo0CUVFRVixYgUuuOACAMC2bduwe/du1NYae+Jv2LABvXv39rRwA5AWgcWNsCeOn7ia2ZB63TxIZB+3CSaJ/CEzLRtrTgQNjqRNeywHGhzJg15L2KdYJ/qTbcu1Bkfid8N+FgsYFxmZqBRrE5UXU3FkLYpq7NixmDlzJubMmYOlS5ciGo1i3rx5uPjii7UIqr1792LatGl44oknMGXKFFRUVOCqq67C/PnzUVVVhfLyclx//fWora3VIqj++c9/or6+HieffDJKSkqwfPly/PSnP8X3vve9bB1KxjCyHXdHzFTLRvCJ/uxFTaTWdb4/orDQ+2jQdeB1ZPOEkWnRKqIIyKwGx2jC4bROWqmG5PeEHR8c9pjV/DkuNTghSeQUkLoXWIEmGAgYhorrNTiyvnjvJTJrAg4APPnkk5g3bx6mTZuGYDCICy64AA888IC2PBqNYtu2bWhra9N+++Uvf6m17ejowIwZM/Cb3/xGW15UVIQlS5bgu9/9LhRFwciRI3Hfffdhzpw52TyUjCCT7LsrosOwHUJCLhsnRTvJPEhQLSr/ITPXsL+x0bN2NHSXnjwUf3hzB6aP7Z+Bvsl/N3Uyhg0fHLaauCYYWbcF9E7GRhqcVF0vfnyNkjLai6Ji+uWReyurAk5VVRWeeuopw+XDhg3ThXeXlJRgyZIlWLJkiXSdmTNnYubMmRntZz7wioSbL1w5GZsk9QKsNDjee7sgcgtlMvYf7BlSz5/4ENfa6n7Wt/v+zNE4fVRfTBlelYG+WfdD6mRsIeHINFRGeXCsIse4YpsS4YX9LRDgtTxm+5dHURn3K19kVcAhjOnuUVTs0dsOE+dMVPo8OOY+OOx27O2PKCx010ue+kHYR1r2wODE2dHgRMIhnDm6n36BCww1OJxjtPpbEkVRrIttSjQ4hj44JmHhQMqZWLZM/E2LopIgphCROxl7zweHAiXzRHd/yLqx1+oS/ZlsU8SLNx+Re8gPzl/IXkzshGcn183u+TXavuwaY6uCW0VRyXxwDIttmvjgBAK8ACTTzrC/BQJAsYGJSleqQWqi8p6WnAScHMJeo165AABgwZfGAADmnTUyZ/t0Y681S/RntQ03YelE4WGUQ4XwJrKQa6MwcZ2TcZbPrx1NUkBom3QyttiuZB+GpRpMqomLId/sV1VgKtJlMrarwZH0xYNachJw8oSRHTkfzP3CCLz5g7Nw8znH5Gyf6ZZqCAlh4lZbICdjAvCmIyRhjOxhb3TeAoFA2hq6689OvuSNqenlqG9Gv6eqiSdJJvpzoMHRBCN5W10mY8GMz29X3+NIOMTty8hEZccHx4svDyTg5AmvXABA8sI/qndZTk03bjQqYibooGA/NsOLIYxE7qHrwF/w97j63/i8pXtG53/xGLzx/bNw47RRjvrG9UEyt6VKNRibm1Lr67VWhn0Qw8JZp2KTVN2Dq8oAACVFjIkKxiYq54n+vHFvkZNxnvDKBZAvzDKQGiFGUTnT4LD7trc/ovCQaQQIfyCbM0VhIRgIaBoSN3NsIBDA4KoybN7fbN3WZBup/qi/pfrrxkRlhC4ykPmhpDgEkX/dcBqajkQxsLI02aZI0ODYrkUl6bcH/RxJwMkhXvXByQfsy4Xdm4HPxAnu7reeCOjNnaDrwG84NXs48cuzu1/jfVm3UQUONg+OZRSVxIfHpDH3lTVRsdoZlWMHVnDfWQEnGAhwtalY7GQyJh8cQsMrF0C+cFeqgV+f1+BYqHKD8s9E94LT5OWvG4RNnPrUZMoEaWdOstNG7IKtTMYm61v1gZ3bSov0GhwRToODdBP9ee/lgab6POEVFV6+cFdNnHegc/K2Rr4XBEDpAvyG0xfBTBV8tDdH2NDgaGHiye92nIz5fTv0wWG+2xNwOFU6im2aqKx8cLxya5GAQ+QFN9EOumrikoRYRlAtKgIA97ygy8D7yKqJ222fzvm1s64TLY8zE5X9foiL2TkyYkfACfManLCBBsdOmLgXXx5IwCHygpuQQl01cc7cYP9Np7ubB4kkpMnzPk59ajL1ImMnjYctnyCIGhxrExW/vjliJBf73amJKhgIGDoZ6xP9kQ8OQRjixM6sEuScjAOOVKJetA8T+cUrkzBhjJVpWRRiZEn23GBnjrDnE6T2pUuDo9gotulASBMXs31yaqIKBGBoooolEsJ+ZH3x3hxLAk4Oscp/0J1IN9FfMCCooy3W9eLbBZFfrLR+RP6x8kbRzakuTN/S/drSzliTyoOT/J40UTnJg2Nv+ypWUVQieidjAw2O0GV5oj/553xCAg6RF9z44IiJ/nh/CvsmKq/Yh4n8EqDZz/M4NTllSlObqTBxTYPT9d9OqQYnmmlxMRdFJcmDIyLmwTH2weE1OH4ptkl5cIi84CpMnDVR6cLErfYn3zfRfaGrwPuY1ZqSt5d/dkqmfHB0xTbtZDLmNNP2X9wAwck47NREFTAOE48LTsYWffHKvUXvMERecJXoT+dkzHkZm++PnIwJ8JcJCbrex6nZI1P1kJzuy2o7aktbxTadaHCE5VyYuEMNDmDsg6NP9GfeF6/cWyTg5BDywEnBh3/aW0dM1ufkYeVFBzgiv9Bl4AM4rYB9gSK5ajo+OBnS4AR5DQ7sFNu03izTB8HJOo0oqs5YwtBEFectVNI6XNyc7hHJwiPdILob7nxwGBNVMCBogazWtd+W6B6QoOt9eL87O2tkRlObsSgq6J2MrauJ29dCmVUTt+VkzFQP74glTGpR2fHBYT97494iAYfIOxlJ9OdgH15xgCPyC10G3seJPwqQuYdsyJbwYk3KRJX8kFAUS1W+kzBxMx8cOxoctvZURyxuO5OxtFRD0HtzLAk4OYSixOXYjWYxTfRnORHIPxPdFwoT9z5ONa8O3PJsbyedNvJSDRbbNfgs377wna0mbkPAYRFNVG98/yz8v8lHAdBnMrZK9OeVO4sEHCLv2H3TYluJUQ5WWyAfHEKEBF3v4+QlBsicpja7YeKZM1GZVxN3JuC0R3kTVZ+exdo8q6tFJVnfi8lUScAh8o6bWyEkRFFZ26ozE11BFA5eUaMTxvAvJjbaM5/T8sHJ0JMxoGlwkv9t+eBwn+1rpgE4ribO0hGLcwIOG6lqS4Nj0q98QQIOkXfcSPuBoCgYOTFReeTuI3KO0wcmkV+cmGsAUfuRXQ2Ove3w/6FYuyo4eRkT+xlMQ4PTEUugOMxrYVSNkL6auHlfvPLyQAJODlEoUFyKm3shFAg4mwgEB2WC8MokTBiTjtkj21FUdjY/bmB5V9uUk7FlsU0HvizictZEFbERRcXSGUsgzKiAxHp/LH4p1UCZjIm840bgCAV5J2OrG8pJW4IgvAE3NTi8b9NxIk93jnjl5jNQ19SOMTVdAo7qZAxrDY6TY9ZpcJiOG4V8G6E3URm/BMhMeJnSnmUSEnByCEVtyHEzmQQCTm3V3rv5CIIwJx0NTjq1xpxUCpcxoronRlT31LVV7DgZc5/N+6HLZMxMpkYh30a0R1MmKlW4MRoHuQbHe+ZfMlHlEDJRyXGlwdGFiVvtQ/6ZIAjvkk7ocbaLbTohZaKyESaehg8Oa6IqDrs3UamCkhMZyU3y1mxDAg6Rd1z54AQDYKc8q014MYSRIAhz0knvkM5dbieKyolGnu26lQYn6ECoE4eE7bedTMYAsPAr49ArEsairx+nmajUsXamwTHuV74gExWRd9yYjAIOE/1RHhyC8B+cucbhbeslDQ67PWsTlf19i/2MhEO4rHYo2qNxHNW7zNY2rjh1OL5ZOwyhYADbDxzmtmvogyNN9Oe9OZYEHMK3OLmJvPh2QeQeOvf+Ih3fuXTOdbo+OLq2zGcx5Npsu9Yvbvrf7jpvvP2OdaGapCpKixEIAL3LigAYm/OlpRo8mGssayaqhoYGzJ49G+Xl5aisrMRVV12FlpYW03UeeughnHnmmSgvL0cgEEBjY2NGtusVqFRDZnHydkcmKoLwH0787MzWdUqm/fScaHBYrE1Ume1oda8Ifn/ZZPz20kkA9BnjzfbrxVxjWRNwZs+ejU2bNmH58uV44YUX8Prrr2Pu3Lmm67S1tWHmzJm47bbbMrpdwntkQthz7WRMnmcE4QvSCQ5Iy0SVaQmH2VwsbuWD48TJOJ1OyZk2tj8mDK7s2r+RgCPri/c0OFkxUW3ZsgXLli3D2rVrMXnyZADAgw8+iFmzZmHx4sUYOHCgdL2bbroJALBy5cqMbpcoTJx47XvRPkwQhBVsIEEOnYwzHUXlwMmYjxwz70e25zInif66TRTVqlWrUFlZqQkhADB9+nQEg0GsXr0659vt6OhAc3Mz95cPyEKVIhPXf8B1FFX6+yYIIvvkTYOTRRNVPGHeNmD4RbZd112yhXEUlf43L75EZkXAqaurQ79+/bjfwuEwqqqqUFdXl/PtLlq0CBUVFdrf4MGDXfeB8BAOnPGCDtoSBOEN0smOm85tLu7rW6cOd78xCE7GmawmnuXksUY+OH4JE3ck4Nx6661d4bnGf1u3bs1WX12zYMECNDU1aX979uzJd5cIF5wysi8A4Niu+i6czddiXXIyJgj/kc5DM71im6nPv7r4BNzxlXFpbZ8zUVlFURl8lpFtDY7RIVr54HhFS+7IB+fmm2/GFVdcYdpmxIgRqKmpwYEDB7jfY7EYGhoaUFNT47iTKm63G4lEEIlEXO83U1AUVXpUlBZhy10ztQydTlS5vH04410jfAKden/hxB8lkxhpLtzCPvxjGQwTz74PjlsNjjfuNEcCTnV1Naqrqy3b1dbWorGxEevXr8ekSclws1deeQWJRAJTp05119MsbpfwD6XFIe2zkzTupMEhCP8RyJNWIJtzhKUGx4FmOttTmdGYS/frwTk2Kz44Y8eOxcyZMzFnzhysWbMGb731FubNm4eLL75Yi3Tau3cvxowZgzVr1mjr1dXVYcOGDdi+fTsA4MMPP8SGDRvQ0NBge7tE94FzMrZ602GudI/cewRBWMCZa3J439rZl5PucE7GTvLgWDoZe1OD4xUtedYygjz55JMYM2YMpk2bhlmzZuG0007DQw89pC2PRqPYtm0b2tratN+WLl2KiRMnYs6cOQCAL3zhC5g4cSKef/5529slug+kwSGIwiZf9202w8StMhlz6zmsJp5pjMbBMg+OR4zBWSvVUFVVhaeeespw+bBhw6AIkuzChQuxcOHCtLbrbcgJJ5OwtxDlwSGIwoO7VXN424ZszBFuSzVYmaic7MNLeXB8H0VFEJ7CwQ3lRfUpkXu84vxI2CNfGpxM78qticqKbA+JkzBxL75EkoBD+BZnxTbd59MgCCI/5EmBY2uOcKTBcWuiyrMGx7iauHlfvFIOxyPd6B5QmHhm4R0QLUxUzGfS4BCEPzDSClR2VbueMrwq531yA3scheqD48RlIFdkzQeHILKN23BKr9x8BEGYw+eESX3+x3Wn4q/rP8WVaWYYTgfHtbECyZfcTGpwsu3MaxwmLvHBYSNVs9Qfp5CAQ/gWo8nPChJwCMIfGJmWh/bpgZvPGZ2PLrkmgGSYiTMNjjlZr0XlqFSD99wAyERF+Ba3OTICdNUThC9wkgrC66gCgLM8OFb5vfKVB0f/W76SMppBU30OIReczOI2jTtpcAjCH3gx9Ngtav8dhYlbLM9+NXGj360S/XnjZJGAQ/gWZ1V3U3jl7YLIPXTq/Yb3Qo9VHBf/hBsNjvVWs4kzJ2PvnSsScHLI+EEVAOgBmymcRFGxeOXmIwjCHE6Dk79uZAR12oknnKxjYaLKkw+OTGPuRW0bORnnkF9cOAFLXt2Ob0wdku+uFAROoqj49TLfF4IgMg/n1+GxN0OnvUkJOA4kHAvylslYohpxq1HPJiTg5JDqXhEs/Oqx+e5GweDWyZg0OAThDzwm06SF5mTsUL5Rw8uNlmUT98U2vXHiyERF+Ba3ERbeuPWIfOCReZewST79Ok4f1Rc9ikM4a0y/jGxP7X3CYcZXs6POXy0q8754RcAhDQ7hW9jJj3xwCDtQNnF/4TbXVSZ44ltTEI0rKA4b6AEcdiigaXAcCjgmKpz8ZTI2T/TnFc0bCTiEb3GmwfGefZggCHP4DOS53ncAxeHM7VTzwfGVBse+icrtC2c2IRMV4Vvcvt155eYjcg+den/BZcf1mHHZsZNx1/943KkGx92yTGBUNFO223xq24wgAYfwLdwbg8cmP4Ig0seLD023aCYqxxoc4wP3lAbHgz44JOAQvqWQJj+CIPR4sb6RitPuqCY2J5mMkzuy3ma2cJLoj18vC51xAQk4hG8hAYcgChv2tvbKQ9Mt7jU47pemi6EGx+JkeEUYJQGH8C1koiKcQ9eJn3CbzNOLqDKB8ygq621mCydh4gojuHlFGCUBh/AtXkwNTngdihP3E1wUlVeemq5xGSaeTx8cgzG32i9pcAgiTchERRCFTdDDGhz3pRoyqcHJj4lKHkXFOhlnqUMOIQGHyAuZSbhGJirCKXSd+An2bHlFK+AWzck4gz442U/0Z7Rf8x1TFBVBpAlpcAiisOGjqPLYEQlOBa6AWxOVyX6yPSZG+7bS0HjlXJGAQ+SFTNwATjYxeVhvAEBlWVH6OyYIIifwmYw98tR0SSqTscP1TJZle0xCDnxweCdjb5wrKtVA+BYniaX69ozg3du/iLLiULa7RRBEhnBbUNeLpKqJOy0nbr3NbGEcRZXP4HX7kIBD+BanUVRVPYqz1xnCF3jkxZKwiRez46q47U08c/JN3optyjrlxXNFJirCt/B5cAjCGqom7i84DYLPb3K1rpPTTMb59cGR/04+OASRZXgnY4/cUQRBZAz2JcYrWgEVp91RjyXm0ESVzzBxJz44LF6Zj0nAIfJC77LMmou8cTsRXscj8y5hE84Mnb9uZAT12nOqRTQ1UbnujT2cFNv0IiTgEHnhp18/DlOGV+F335zkehsUJk4QBQ6XyTh/3ZDhNPeW5mTsNA+OyeSWLydjv8y3WbtkGhoaMHv2bJSXl6OyshJXXXUVWlpaTNd56KGHcOaZZ6K8vByBQACNjY26NsOGDUMgEOD+7rnnniwdBZEtBlWW4i/fqcWMY2tcb4O/8X1yxxEEYRs+k7G/73G19zGHceL5DBMnDY4Bs2fPxqZNm7B8+XK88MILeP311zF37lzTddra2jBz5kzcdtttpu3uuusu7N+/X/u7/vrrM9l1wifwWU7z1g2CILJEQd3jQibjsM16BmbHHciyVsuwVINPzkVWwsS3bNmCZcuWYe3atZg8eTIA4MEHH8SsWbOwePFiDBw4ULreTTfdBABYuXKl6fZ79eqFmhr3b/5EYcDefF6pfUJ4G7pM/IVfNAV2UI8l1hVFFQwGAFsRVSZRVJnomAmkwZGwatUqVFZWasINAEyfPh3BYBCrV69Oe/v33HMP+vTpg4kTJ+Lee+9FLBYzbd/R0YHm5mbuj/A/fBIwf9xwBEHYx9PPUcdRVEnUjL8hmweXzygqB2lwPElWNDh1dXXo168fv6NwGFVVVairq0tr2zfccANOPPFEVFVV4e2338aCBQuwf/9+3HfffYbrLFq0CD/+8Y/T2i/hPQpKfU0QhI5CenFJZTJ2aKKysc1sIYaJXzR5MMYNLE9qnwQGVZZmtS9ucCTg3HrrrfjZz35m2mbLli1pdciK+fPna5+PP/54FBcX4zvf+Q4WLVqESCQiXWfBggXces3NzRg8eHBW+0nkAIqiIoiCJts+JungdMpR5yjOROVgPafLMoEoQN0wfZShIDOyX08s+caJ6Fcufw7nA0cCzs0334wrrrjCtM2IESNQU1ODAwcOcL/HYjE0NDRk3Hdm6tSpiMVi2LlzJ0aPHi1tE4lEDIUfwr/wmYxJwiGIQqMQ7+qEYw1O/jIZi1206vO5xw/IYm+c40jAqa6uRnV1tWW72tpaNDY2Yv369Zg0KZnn5JVXXkEikcDUqVPd9dSADRs2IBgM6kxiROFDUeIEUdh42ZnVadfEPDhGWYKd7Cf7Pjj89u0KZV4hKz44Y8eOxcyZMzFnzhwsXboU0WgU8+bNw8UXX6xFUO3duxfTpk3DE088gSlTpgBI+u7U1dVh+/btAIAPP/wQvXr1wpAhQ1BVVYVVq1Zh9erVOOuss9CrVy+sWrUK3/3ud3HppZeid+/e2TgUwsN4efIjCCJ9CukWV49F9cGxLeCYLMu1D0445GGboYSs9fbJJ5/EmDFjMG3aNMyaNQunnXYaHnroIW15NBrFtm3b0NbWpv22dOlSTJw4EXPmzAEAfOELX8DEiRPx/PPPA0iamp5++mmcccYZOPbYY/GTn/wE3/3ud7ntEt2HApr7iBxRSA/M7kAhvcSITsZ2j8202Gb63TLFqYnKa2RFgwMAVVVVeOqppwyXDxs2TAuXU1m4cCEWLlxouM6JJ56Id955J1NdJHxOAc19RI6IhEP57gJRIDj1+1PnKzX1TTiU3gRWWhTKQTVxUYPjr0nXX/omgmDgnYwJwprfzD4RgypL8auLT8h3VwgbFJIGRzySdPLgzDtrJN6744tZr9qt1+D4S2TImgaHILJO4cx9RI4YP6gCb916dr67QdjEy/KN076Jwkg6TsalxSGUFGVfGyn20W6fvYK/xDGCYPDy5EcQRPoUlAZHOBT7Tsb5GwO/jz8JOIRvYW8+Z/V5CYLwA/5+vPKIx2LfyTjzfbGLz+UbEnAI/+Lze48gCAv8/oBlEQUau+4s+RwCu35CXoUEHMK3+PzeIwjCgmw70aaDcx8c/nsmwsSzDZmoCCJPUHkGgiD8giio2BVc8jnLsV30mX8xABJwCB/j85cLgiB8jOM8OMJ32yll8uqDk9q5H7U5JOAQBYH/bj2CIPxEda/0Cja7NVF5BbvVz70ECTiEb6EoKoIgWMYNLM/atp/41hScNCxV89BtsU2j70Z4Razwo8MxCTiEb/Hh/UYQRBa55+vH4YpThuHfN56e8W2PHVCOZ64+xfX64nxld/7yiqO1DxU4lMmY8C8+vN8IgsgifXpGsPCrx+a7G1JEnx2/aXD8ZlIDSIND+BivvNkQBEFY4TqTsUemOa/0wwkk4BC+xYf3G0EQ3RR9mLjN9Twy0/mtDhVAAg7hY/z4RkEQRGHgVIMsygd+KNXAQiYqgsghZKIiCMIv6GtR5aUbrvHjfEsCDkEQBEFkGVFA8EOpBpaQD6UFH3aZIAiCIPyFqLHxQ6kGFjJREQRBEEQ3wPnjnl/DrkbEK3IFCTgEQRAEQeigMPHcQwIOQRAE4VmG9+0BADh1ZN8894THeakG/ntJUcjefjxipPJjmDhlMiYKAypGRRAFyUvf/QKOROMoLynKd1fSQhRUSu0KOB6RK/xYi4oEHIIgCMKzFIWCKPJgCM9xgyoctQ8Kh1BWbFeD4w18KN+QgEMQBEEQdvn3jadjxZZ6fPv0EY7WEzU4dk1UXpEs/OhkTAIOURj4794jCMKHjB1QjrEDyp2v6NoHxxv4UcDxnt6PIAiCIAoMUUDwmw9O0IdOxiTgEARBEESWYcWD4nDQdqkGr4gVPpRvSMAhCgSKoiIIwsOwmhi72pvket6QLMhERRAEQRCEDlZAKC0K+a9Ugw9VOCTgEARBEESWYcWDkiL7j16vKE58KN+QgEMQBEEQ2YbV2NgOEYd3MhmTiUqgoaEBs2fPRnl5OSorK3HVVVehpaXFtP3111+P0aNHo7S0FEOGDMENN9yApqYmrt3u3btx7rnnoqysDP369cMtt9yCWCyWzUMhCIIgCNdwPjjFIfuaGY/IFX7U4GQ1D87s2bOxf/9+LF++HNFoFFdeeSXmzp2Lp556Stp+37592LdvHxYvXoxx48Zh165duPrqq7Fv3z789a9/BQDE43Gce+65qKmpwdtvv439+/fjsssuQ1FREX76059m83AIL+PDm48giO4DZ6IKO9HgeAM/anCyJuBs2bIFy5Ytw9q1azF58mQAwIMPPohZs2Zh8eLFGDhwoG6d8ePH429/+5v2/eijj8ZPfvITXHrppYjFYgiHw3jppZewefNmvPzyy+jfvz9OOOEE3H333fjBD36AhQsXori4OFuHRBAEQRCuKGVKM5TaLNMAeMkHxyMdcUDWTFSrVq1CZWWlJtwAwPTp0xEMBrF69Wrb22lqakJ5eTnC4bC23eOOOw79+/fX2syYMQPNzc3YtGmTdBsdHR1obm7m/ogCg8LECYLwMNU9I9rnkqKgbc2MZ3xwfOixm7Uu19XVoV+/ftxv4XAYVVVVqKurs7WNgwcP4u6778bcuXO57bLCDQDtu9F2Fy1ahIqKCu1v8ODBTg6FIAiCINKiby9WwCENTi5wLODceuutCAQCpn9bt25Nu2PNzc0499xzMW7cOCxcuDCtbS1YsABNTU3a3549e9LuH0EQBEHYpS+jwXGW6C8bvXGOHwUcxz44N998M6644grTNiNGjEBNTQ0OHDjA/R6LxdDQ0ICamhrT9Q8fPoyZM2eiV69eePbZZ1FUVKQtq6mpwZo1a7j29fX12jIZkUgEkUhEuowgCIIgsk21qMGxnegv1W5E3x745GArvjZxUMb7Z8SlJw/BH9/ZjZumj8rZPjOFYwGnuroa1dXVlu1qa2vR2NiI9evXY9KkSQCAV155BYlEAlOnTjVcr7m5GTNmzEAkEsHzzz+PkpIS3XZ/8pOf4MCBA5oJbPny5SgvL8e4ceOcHg5BEARBZJ2+PVMBMI58cJiGT1w1BVU9ilFWnNUAaI67zxuPBV8aix6R3O0zU2TNB2fs2LGYOXMm5syZgzVr1uCtt97CvHnzcPHFF2sRVHv37sWYMWM0jUxzczPOOecctLa24g9/+AOam5tRV1eHuro6xONxAMA555yDcePG4Zvf/Cbef/99/Oc//8GPfvQjXHfddaSlIQiCIDwJa6KKxd1FRYSCgZwKN0AyQaEfhRsgy3lwnnzyScybNw/Tpk1DMBjEBRdcgAceeEBbHo1GsW3bNrS1tQEA3n33XS3CauTIkdy2duzYgWHDhiEUCuGFF17ANddcg9raWvTo0QOXX3457rrrrmweCkEQBEG4hnUsPtxhPzEtmwE55EM/mHySVQGnqqrKMKkfAAwbNgyKkpJkzzzzTO67EUOHDsWLL76YkT4SBEEQRC5paY+hKOS82KZXKov7BR9GthMEQRCEf6nqUYyvThiEMTW9cNVpw03bsjKNH8sl5BN/GtYIgiAIwmf84fLJeGbdp7hh2iiUFoew7KYvJH9/c4fhOqxRw4+h2vmEBByCIAiCyAHTxvbHtLH9rRsyJBgJJ0gqHEeQiYogCIIgfADJN84gAYcoCBQqRkUQRAFCJir3kIBDEARBEB6FfXkjAccZJOAQBYFXKu4SBEFkkkQi9dmPFb3zCQ0XQRAEQXgU0uC4hwQcgiAIgvAo5IPjHhJwCIIgCMKjsOETFEXlDBJwiIKAoqgIgihE2PJFVKrBGSTgEARBEEQeueKUYQCAOafryzbYKM9IGECZjAmCIAgij9z+5XG4cPJRGFtTrltG8o17SMAhCIIgiDwSCgZw7MAK6TKFVDiuIRMVURBQHhyCIAqRBMk3riEBhyAIgiA8Csk37iEBhyAIgiC8CpmoXEMCDlEQUJg4QRCFCM1s7iEBhyAIgiA8SoI0OK4hAYcgCIIgPArJN+4hAYcgCIIgPAoJOO4hAYcgCIIgPArJN+4hAYcoCCgPDkEQhQgl+nMPCThEQUBRVARBFCIk37iHBByCIAiC8Cj08uYeEnAIgiAIwqOQBsc9JOAQBEEQhEehPDjuIQGHIAiCIDwKyTfuIQGH8DWThvYGAFx00pA894QgCCLzkHzjnnC+O0AQ6fD03JOxv7EdQ/qU5bsrBEEQGYdMVO7JqganoaEBs2fPRnl5OSorK3HVVVehpaXFtP3111+P0aNHo7S0FEOGDMENN9yApqYmrl0gEND9Pf3009k8FMKjFIWCJNwQBFGwkHzjnqxqcGbPno39+/dj+fLliEajuPLKKzF37lw89dRT0vb79u3Dvn37sHjxYowbNw67du3C1VdfjX379uGvf/0r1/bRRx/FzJkzte+VlZXZPBSCIAiCyDkUJu6erAk4W7ZswbJly7B27VpMnjwZAPDggw9i1qxZWLx4MQYOHKhbZ/z48fjb3/6mfT/66KPxk5/8BJdeeilisRjC4VR3KysrUVNTk63uEwRBEETeIQ2Oe7Jmolq1ahUqKys14QYApk+fjmAwiNWrV9veTlNTE8rLyznhBgCuu+469O3bF1OmTMEjjzxims66o6MDzc3N3B9BEARBeB0ScNyTNQ1OXV0d+vXrx+8sHEZVVRXq6upsbePgwYO4++67MXfuXO73u+66C2effTbKysrw0ksv4dprr0VLSwtuuOEG6XYWLVqEH//4x+4OhCAIgiDyBNWico9jDc6tt94qdfJl/7Zu3Zp2x5qbm3Huuedi3LhxWLhwIbfs9ttvx6mnnoqJEyfiBz/4Ab7//e/j3nvvNdzWggUL0NTUpP3t2bMn7f4RBEEQRLYh8cY9jjU4N998M6644grTNiNGjEBNTQ0OHDjA/R6LxdDQ0GDpO3P48GHMnDkTvXr1wrPPPouioiLT9lOnTsXdd9+Njo4ORCIR3fJIJCL9nSAIgiC8DClw3ONYwKmurkZ1dbVlu9raWjQ2NmL9+vWYNGkSAOCVV15BIpHA1KlTDddrbm7GjBkzEIlE8Pzzz6OkpMRyXxs2bEDv3r1JiCEIgiAKCsqD456s+eCMHTsWM2fOxJw5c7B06VJEo1HMmzcPF198sRZBtXfvXkybNg1PPPEEpkyZgubmZpxzzjloa2vDH//4R84huLq6GqFQCP/85z9RX1+Pk08+GSUlJVi+fDl++tOf4nvf+162DoUgCIIg8gKJN+7Jah6cJ598EvPmzcO0adMQDAZxwQUX4IEHHtCWR6NRbNu2DW1tbQCAd999V4uwGjlyJLetHTt2YNiwYSgqKsKSJUvw3e9+F4qiYOTIkbjvvvswZ86cbB4KQRAEQeQcUuC4J6B0Qxft5uZmVFRUaCHoBEEQBOFFJv/vchxs6QQA7Lzn3Dz3Jv84eX5TsU2CIAiC8CiJbqeCyBwk4BAEQRCER+mGRpaMQQIOQRAEQXgUEm/cQwIOQRAEQXgUUuC4hwQcgiAIgvAolAfHPSTgEARBEIRXIfnGNSTgEARBEIRHIfnGPSTgEARBEIRHoSgq95CAQxAEQRAehfLguIcEHIIgCILwKAoZqVxDAg5BEARBeBSyULmHBByCIAiC8Cgk37iHBByCIAiC8CjkZOweEnAIgiAIwqOQfOMeEnAIgiAIwqOQfOMeEnAIgiAIwqPMOLY/AGDsgPI898R/hPPdAYIgCIIg5NxzwfGoHdEHM8cPyHdXfAcJOARBEAThUcpLivDN2mH57oYvIRMVQRAEQRAFBwk4BEEQBEEUHCTgEARBEARRcJCAQxAEQRBEwUECDkEQBEEQBQcJOARBEARBFBwk4BAEQRAEUXCQgEMQBEEQRMFBAg5BEARBEAUHCTgEQRAEQRQcJOAQBEEQBFFwkIBDEARBEETBQQIOQRAEQRAFR7esJq4oCgCgubk5zz0hCIIgCMIu6nNbfY6b0S0FnMOHDwMABg8enOeeEARBEAThlMOHD6OiosK0TUCxIwYVGIlEAvv27UOvXr0QCAQyuu3m5mYMHjwYe/bsQXl5eUa3TdD4Zhsa3+xC45t9aIyzS77HV1EUHD58GAMHDkQwaO5l0y01OMFgEEcddVRW91FeXk43Vxah8c0uNL7ZhcY3+9AYZ5d8jq+V5kaFnIwJgiAIgig4SMAhCIIgCKLgIAEnw0QiEdx5552IRCL57kpBQuObXWh8swuNb/ahMc4ufhrfbulkTBAEQRBEYUMaHIIgCIIgCg4ScAiCIAiCKDhIwCEIgiAIouAgAYcgCIIgiIKDBByCIAiCIAoOEnAyyJIlSzBs2DCUlJRg6tSpWLNmTb675Atef/11fOUrX8HAgQMRCATw3HPPccsVRcEdd9yBAQMGoLS0FNOnT8dHH33EtWloaMDs2bNRXl6OyspKXHXVVWhpacnhUXiXRYsW4aSTTkKvXr3Qr18/nH/++di2bRvXpr29Hddddx369OmDnj174oILLkB9fT3XZvfu3Tj33HNRVlaGfv364ZZbbkEsFsvloXiS3/72tzj++OO1zK61tbX497//rS2nsc0s99xzDwKBAG666SbtNxrj9Fi4cCECgQD3N2bMGG25b8dXITLC008/rRQXFyuPPPKIsmnTJmXOnDlKZWWlUl9fn++ueZ4XX3xR+eEPf6j8/e9/VwAozz77LLf8nnvuUSoqKpTnnntOef/995WvfvWryvDhw5UjR45obWbOnKlMmDBBeeedd5Q33nhDGTlypHLJJZfk+Ei8yYwZM5RHH31U2bhxo7JhwwZl1qxZypAhQ5SWlhatzdVXX60MHjxYWbFihbJu3Trl5JNPVk455RRteSwWU8aPH69Mnz5dee+995QXX3xR6du3r7JgwYJ8HJKneP7555V//etfyn//+19l27Ztym233aYUFRUpGzduVBSFxjaTrFmzRhk2bJhy/PHHKzfeeKP2O41xetx5553Kscceq+zfv1/7++yzz7Tlfh1fEnAyxJQpU5TrrrtO+x6Px5WBAwcqixYtymOv/Ico4CQSCaWmpka59957td8aGxuVSCSi/OlPf1IURVE2b96sAFDWrl2rtfn3v/+tBAIBZe/evTnru184cOCAAkB57bXXFEVJjmdRUZHyzDPPaG22bNmiAFBWrVqlKEpSCA0Gg0pdXZ3W5re//a1SXl6udHR05PYAfEDv3r2V3//+9zS2GeTw4cPKqFGjlOXLlytnnHGGJuDQGKfPnXfeqUyYMEG6zM/jSyaqDNDZ2Yn169dj+vTp2m/BYBDTp0/HqlWr8tgz/7Njxw7U1dVxY1tRUYGpU6dqY7tq1SpUVlZi8uTJWpvp06cjGAxi9erVOe+z12lqagIAVFVVAQDWr1+PaDTKjfGYMWMwZMgQboyPO+449O/fX2szY8YMNDc3Y9OmTTnsvbeJx+N4+umn0draitraWhrbDHLdddfh3HPP5cYSoOs3U3z00UcYOHAgRowYgdmzZ2P37t0A/D2+3bKaeKY5ePAg4vE4d3IBoH///ti6dWueelUY1NXVAYB0bNVldXV16NevH7c8HA6jqqpKa0MkSSQSuOmmm3Dqqadi/PjxAJLjV1xcjMrKSq6tOMayc6Au6+58+OGHqK2tRXt7O3r27Ilnn30W48aNw4YNG2hsM8DTTz+Nd999F2vXrtUto+s3faZOnYrHHnsMo0ePxv79+/HjH/8Yp59+OjZu3Ojr8SUBhyC6Eddddx02btyIN998M99dKShGjx6NDRs2oKmpCX/9619x+eWX47XXXst3twqCPXv24MYbb8Ty5ctRUlKS7+4UJF/60pe0z8cffzymTp2KoUOH4i9/+QtKS0vz2LP0IBNVBujbty9CoZDOq7y+vh41NTV56lVhoI6f2djW1NTgwIED3PJYLIaGhgYaf4Z58+bhhRdewKuvvoqjjjpK+72mpgadnZ1obGzk2otjLDsH6rLuTnFxMUaOHIlJkyZh0aJFmDBhAn71q1/R2GaA9evX48CBAzjxxBMRDocRDofx2muv4YEHHkA4HEb//v1pjDNMZWUljjnmGGzfvt3X1zAJOBmguLgYkyZNwooVK7TfEokEVqxYgdra2jz2zP8MHz4cNTU13Ng2Nzdj9erV2tjW1taisbER69ev19q88sorSCQSmDp1as777DUURcG8efPw7LPP4pVXXsHw4cO55ZMmTUJRURE3xtu2bcPu3bu5Mf7www85QXL58uUoLy/HuHHjcnMgPiKRSKCjo4PGNgNMmzYNH374ITZs2KD9TZ48GbNnz9Y+0xhnlpaWFnz88ccYMGCAv6/hvLk3FxhPP/20EolElMcee0zZvHmzMnfuXKWyspLzKifkHD58WHnvvfeU9957TwGg3Hfffcp7772n7Nq1S1GUZJh4ZWWl8o9//EP54IMPlPPOO08aJj5x4kRl9erVyptvvqmMGjWKwsS7uOaaa5SKigpl5cqVXBhoW1ub1ubqq69WhgwZorzyyivKunXrlNraWqW2tlZbroaBnnPOOcqGDRuUZcuWKdXV1XkPA/UCt956q/Laa68pO3bsUD744APl1ltvVQKBgPLSSy8pikJjmw3YKCpFoTFOl5tvvllZuXKlsmPHDuWtt95Spk+frvTt21c5cOCAoij+HV8ScDLIgw8+qAwZMkQpLi5WpkyZorzzzjv57pIvePXVVxUAur/LL79cUZRkqPjtt9+u9O/fX4lEIsq0adOUbdu2cdv4/PPPlUsuuUTp2bOnUl5erlx55ZXK4cOH83A03kM2tgCURx99VGtz5MgR5dprr1V69+6tlJWVKV/72teU/fv3c9vZuXOn8qUvfUkpLS1V+vbtq9x8881KNBrN8dF4j29961vK0KFDleLiYqW6ulqZNm2aJtwoCo1tNhAFHBrj9LjooouUAQMGKMXFxcqgQYOUiy66SNm+fbu23K/jG1AURcmP7oggCIIgCCI7kA8OQRAEQRAFBwk4BEEQBEEUHCTgEARBEARRcJCAQxAEQRBEwUECDkEQBEEQBQcJOARBEARBFBwk4BAEQRAEUXCQgEMQBEEQRMFBAg5BEARBEAUHCTgEQRAEQRQcJOAQBEEQBFFw/H9yLZHGeboZSQAAAABJRU5ErkJggg==", + "text/plain": [ + "
" + ] + }, + "metadata": {}, + "output_type": "display_data" + } + ], + "source": [ + "data_o_reshaped = np.reshape(data_o,(-1))\n", + "err = data_o_reshaped-act_o\n", + "plt.plot(err)\n", + "plt.title(\"Error\")\n", + "plt.show()\n" + ] + } + ], + "metadata": { + "kernelspec": { + "display_name": "my-venv", + "language": "python", + "name": "python3" + }, + "language_info": { + "codemirror_mode": { + "name": "ipython", + "version": 3 + }, + "file_extension": ".py", + "mimetype": "text/x-python", + "name": "python", + "nbconvert_exporter": "python", + "pygments_lexer": "ipython3", + "version": "3.12.3" + } + }, + "nbformat": 4, + "nbformat_minor": 5 +} diff --git a/AI_Engine_Development/AIE-MLv2/Design_Tutorials/01-Radio-ML/aie/dense_w16/w16_bias_trained.txt b/AI_Engine_Development/AIE-MLv2/Design_Tutorials/01-Radio-ML/aie/dense_w16/w16_bias_trained.txt new file mode 100644 index 0000000000..974efedc32 --- /dev/null +++ b/AI_Engine_Development/AIE-MLv2/Design_Tutorials/01-Radio-ML/aie/dense_w16/w16_bias_trained.txt @@ -0,0 +1,128 @@ +0.151367187500 +0.104980468750 +0.099609375000 +0.083984375000 +0.031738281250 +0.106933593750 +0.017333984375 +0.030517578125 +-0.016845703125 +0.011535644531 +0.155273437500 +0.183593750000 +0.024658203125 +0.116210937500 +0.095214843750 +0.065429687500 +-0.037597656250 +0.132812500000 +-0.105957031250 +0.147460937500 +0.099609375000 +0.066406250000 +0.240234375000 +0.100097656250 +0.037109375000 +0.073242187500 +0.222656250000 +0.037841796875 +-0.020996093750 +0.190429687500 +0.027221679688 +0.044189453125 +-0.016967773438 +0.283203125000 +-0.018310546875 +0.030273437500 +0.187500000000 +0.072265625000 +0.184570312500 +-0.042968750000 +0.320312500000 +0.184570312500 +-0.037597656250 +-0.275390625000 +0.119628906250 +0.230468750000 +0.057861328125 +0.108398437500 +0.134765625000 +0.007232666016 +0.178710937500 +0.095214843750 +0.094726562500 +-0.060302734375 +0.045410156250 +0.130859375000 +0.066406250000 +0.168945312500 +0.137695312500 +0.034912109375 +0.007781982422 +0.037841796875 +-0.125976562500 +0.024414062500 +-0.002410888672 +-0.055908203125 +-0.029174804688 +-0.024414062500 +-0.184570312500 +-0.030761718750 +0.020751953125 +-0.006713867188 +0.251953125000 +0.207031250000 +0.396484375000 +0.141601562500 +0.073242187500 +-0.052978515625 +0.084960937500 +-0.060058593750 +0.032470703125 +-0.003494262695 +0.208984375000 +0.004760742188 +0.162109375000 +0.171875000000 +0.044921875000 +0.182617187500 +0.096679687500 +0.000476837158 +0.023803710938 +0.162109375000 +0.133789062500 +0.164062500000 +0.090820312500 +0.103027343750 +0.126953125000 +-0.084472656250 +0.025268554688 +0.202148437500 +0.191406250000 +0.079589843750 +-0.111816406250 +-0.037841796875 +-0.173828125000 +0.111816406250 +0.076660156250 +0.017211914062 +0.038818359375 +0.019287109375 +-0.125976562500 +0.174804687500 +-0.001213073730 +0.021484375000 +0.165039062500 +0.101562500000 +0.016235351562 +0.051025390625 +0.131835937500 +0.197265625000 +0.330078125000 +0.174804687500 +0.131835937500 +0.103027343750 +-0.056640625000 +0.120605468750 +0.296875000000 +0.043701171875 diff --git a/AI_Engine_Development/AIE-MLv2/Design_Tutorials/01-Radio-ML/aie/dense_w16/w16_weights_trained.txt b/AI_Engine_Development/AIE-MLv2/Design_Tutorials/01-Radio-ML/aie/dense_w16/w16_weights_trained.txt new file mode 100644 index 0000000000..698e4e93cc --- /dev/null +++ b/AI_Engine_Development/AIE-MLv2/Design_Tutorials/01-Radio-ML/aie/dense_w16/w16_weights_trained.txt @@ -0,0 +1,65536 @@ +-0.008483886719 +0.116699218750 +-0.111328125000 +0.021484375000 +-0.072753906250 +-0.175781250000 +0.091796875000 +-0.084472656250 +-0.100585937500 +-0.124023437500 +0.069335937500 +-0.012451171875 +-0.108886718750 +0.013061523438 +0.150390625000 +-0.119628906250 +0.000503540039 +-0.003601074219 +-0.306640625000 +-0.066406250000 +-0.172851562500 +-0.011413574219 +-0.033691406250 +0.009582519531 +-0.108886718750 +0.146484375000 +0.103027343750 +0.216796875000 +-0.075683593750 +0.135742187500 +0.227539062500 +-0.306640625000 +0.177734375000 +-0.058349609375 +-0.135742187500 +-0.003479003906 +-0.035400390625 +-0.080078125000 +-0.157226562500 +-0.099609375000 +0.074707031250 +-0.151367187500 +-0.173828125000 +0.023803710938 +-0.046386718750 +0.059814453125 +0.054931640625 +-0.099121093750 +-0.110351562500 +0.149414062500 +-0.050292968750 +0.059570312500 +0.076171875000 +0.145507812500 +-0.057373046875 +0.088867187500 +-0.103515625000 +0.043945312500 +-0.071289062500 +-0.085449218750 +-0.265625000000 +-0.176757812500 +-0.041748046875 +-0.015136718750 +-0.112304687500 +0.095703125000 +0.118652343750 +-0.069824218750 +-0.122558593750 +-0.004547119141 +0.059326171875 +-0.145507812500 +0.141601562500 +0.067871093750 +-0.012329101562 +0.068359375000 +-0.018310546875 +-0.051269531250 +-0.006408691406 +0.056640625000 +0.175781250000 +-0.015380859375 +0.029907226562 +0.053710937500 +-0.039550781250 +0.166992187500 +0.239257812500 +-0.236328125000 +0.083496093750 +-0.090820312500 +-0.006988525391 +-0.035888671875 +-0.064453125000 +-0.087402343750 +0.122558593750 +0.072753906250 +0.088378906250 +0.139648437500 +0.098632812500 +0.056640625000 +0.242187500000 +0.128906250000 +0.017822265625 +-0.120605468750 +-0.138671875000 +-0.004333496094 +0.054199218750 +0.058349609375 +0.085449218750 +0.204101562500 +-0.087890625000 +0.082519531250 +0.172851562500 +-0.050537109375 +-0.006591796875 +0.030761718750 +-0.210937500000 +0.069335937500 +0.020385742188 +-0.125976562500 +-0.265625000000 +-0.079101562500 +0.106445312500 +-0.004058837891 +-0.109375000000 +0.083496093750 +0.014038085938 +-0.041748046875 +0.027221679688 +0.008178710938 +-0.020263671875 +0.003158569336 +0.064941406250 +0.017944335938 +0.023681640625 +0.016235351562 +-0.009216308594 +0.098144531250 +-0.095214843750 +0.096679687500 +-0.094726562500 +-0.054199218750 +-0.075683593750 +0.028686523438 +-0.034423828125 +0.023071289062 +-0.072265625000 +0.004302978516 +0.049072265625 +0.027832031250 +0.070800781250 +-0.074218750000 +-0.012084960938 +-0.078613281250 +0.069335937500 +0.032714843750 +-0.140625000000 +0.092285156250 +0.124511718750 +-0.018554687500 +0.050781250000 +-0.069335937500 +-0.048339843750 +0.081542968750 +0.006652832031 +-0.090820312500 +-0.028930664062 +-0.064453125000 +-0.090332031250 +-0.011901855469 +-0.017089843750 +-0.025634765625 +-0.046386718750 +0.059082031250 +-0.072265625000 +-0.086914062500 +-0.024291992188 +-0.123046875000 +-0.018554687500 +-0.025146484375 +0.051513671875 +0.042236328125 +-0.125976562500 +-0.075683593750 +0.055175781250 +-0.116210937500 +0.121093750000 +-0.012329101562 +-0.027343750000 +-0.007476806641 +-0.035644531250 +-0.099609375000 +0.050537109375 +0.144531250000 +-0.135742187500 +0.027832031250 +0.140625000000 +-0.025756835938 +0.168945312500 +0.076660156250 +0.054931640625 +0.104980468750 +0.034667968750 +0.195312500000 +-0.024414062500 +-0.062011718750 +0.018554687500 +0.188476562500 +-0.014099121094 +-0.069335937500 +-0.046142578125 +-0.056152343750 +-0.010009765625 +0.162109375000 +0.104003906250 +0.191406250000 +-0.072265625000 +-0.152343750000 +-0.129882812500 +0.114746093750 +-0.064453125000 +-0.063476562500 +0.016113281250 +-0.029174804688 +0.064453125000 +0.090820312500 +-0.076660156250 +0.026977539062 +0.004150390625 +-0.052978515625 +-0.062988281250 +0.037841796875 +-0.005493164062 +-0.075683593750 +-0.022216796875 +0.128906250000 +-0.007659912109 +0.166015625000 +0.019165039062 +-0.156250000000 +-0.135742187500 +-0.147460937500 +0.015747070312 +-0.117187500000 +-0.053955078125 +0.036376953125 +0.085449218750 +0.059082031250 +-0.057373046875 +-0.039306640625 +-0.044677734375 +0.095703125000 +0.080078125000 +-0.031494140625 +-0.058593750000 +0.002639770508 +-0.339843750000 +0.003540039062 +0.127929687500 +-0.059814453125 +-0.104003906250 +-0.080566406250 +-0.029663085938 +0.045166015625 +-0.015563964844 +-0.056640625000 +-0.121582031250 +-0.217773437500 +0.029785156250 +-0.169921875000 +-0.056884765625 +-0.016845703125 +-0.023071289062 +-0.081542968750 +-0.060791015625 +0.054687500000 +0.110351562500 +-0.058349609375 +0.008544921875 +-0.037841796875 +-0.049072265625 +-0.343750000000 +-0.094726562500 +0.203125000000 +0.125000000000 +0.022705078125 +0.119628906250 +-0.042480468750 +0.123046875000 +-0.052978515625 +-0.081054687500 +-0.015319824219 +0.127929687500 +0.016601562500 +-0.192382812500 +-0.172851562500 +-0.170898437500 +-0.149414062500 +0.015441894531 +0.052001953125 +-0.112792968750 +0.124023437500 +-0.146484375000 +-0.161132812500 +0.019409179688 +-0.061279296875 +0.090332031250 +-0.037841796875 +0.103027343750 +-0.063964843750 +0.076171875000 +-0.033447265625 +-0.014160156250 +-0.073730468750 +-0.008728027344 +-0.033447265625 +0.025878906250 +-0.033447265625 +0.032226562500 +0.176757812500 +0.071777343750 +0.019287109375 +-0.046142578125 +-0.143554687500 +0.041259765625 +-0.170898437500 +-0.123535156250 +-0.191406250000 +0.068847656250 +0.109863281250 +0.137695312500 +0.033935546875 +0.038574218750 +0.220703125000 +-0.250000000000 +0.075195312500 +0.003387451172 +0.017456054688 +-0.075683593750 +-0.085449218750 +0.086425781250 +-0.173828125000 +0.088378906250 +0.091308593750 +-0.088867187500 +-0.038574218750 +0.020263671875 +0.109863281250 +-0.218750000000 +-0.023681640625 +-0.049072265625 +0.081054687500 +0.078125000000 +0.116210937500 +-0.202148437500 +-0.112304687500 +0.117675781250 +-0.140625000000 +-0.052246093750 +0.124511718750 +0.039794921875 +0.056152343750 +0.132812500000 +0.171875000000 +-0.161132812500 +-0.049316406250 +0.045166015625 +0.037109375000 +0.061279296875 +-0.007751464844 +-0.005737304688 +-0.062988281250 +-0.233398437500 +0.078125000000 +0.189453125000 +-0.078125000000 +-0.194335937500 +-0.247070312500 +-0.077148437500 +-0.308593750000 +0.044433593750 +-0.202148437500 +-0.017944335938 +-0.251953125000 +0.059326171875 +-0.011352539062 +0.141601562500 +0.038085937500 +-0.073242187500 +0.186523437500 +0.055664062500 +0.038818359375 +-0.060058593750 +0.146484375000 +-0.119628906250 +-0.050781250000 +0.075195312500 +0.017700195312 +-0.101074218750 +0.209960937500 +0.136718750000 +-0.056640625000 +-0.020751953125 +-0.201171875000 +-0.063964843750 +0.047851562500 +-0.032714843750 +0.031127929688 +-0.127929687500 +0.032226562500 +0.304687500000 +0.036865234375 +-0.031494140625 +-0.081542968750 +-0.012512207031 +0.041748046875 +0.014709472656 +-0.075195312500 +-0.003067016602 +0.021240234375 +-0.008361816406 +-0.017578125000 +-0.092285156250 +-0.056884765625 +-0.034912109375 +-0.062988281250 +0.073242187500 +-0.068359375000 +-0.028442382812 +-0.091796875000 +-0.022338867188 +-0.022827148438 +-0.031250000000 +-0.030883789062 +0.079589843750 +-0.070800781250 +-0.063476562500 +-0.090332031250 +-0.014282226562 +0.029541015625 +0.009948730469 +-0.050048828125 +-0.019653320312 +-0.056640625000 +-0.092285156250 +0.067871093750 +0.107910156250 +-0.095214843750 +0.004180908203 +0.130859375000 +-0.076660156250 +0.101074218750 +0.056884765625 +0.041748046875 +0.072265625000 +-0.135742187500 +-0.009826660156 +-0.054199218750 +-0.057861328125 +-0.007873535156 +0.015441894531 +0.055175781250 +0.064453125000 +0.106445312500 +0.043212890625 +-0.102050781250 +-0.191406250000 +-0.047607421875 +-0.028564453125 +0.094726562500 +-0.092285156250 +-0.077148437500 +-0.037841796875 +0.055175781250 +0.033935546875 +0.041259765625 +-0.058837890625 +0.006866455078 +-0.078613281250 +-0.041015625000 +-0.033203125000 +0.105957031250 +-0.014160156250 +0.064453125000 +0.047119140625 +-0.056640625000 +0.084472656250 +0.012451171875 +0.046630859375 +-0.140625000000 +-0.030639648438 +0.049560546875 +0.116210937500 +-0.031005859375 +-0.037597656250 +-0.174804687500 +0.009216308594 +-0.203125000000 +0.060302734375 +0.059570312500 +-0.000463485718 +0.026123046875 +0.127929687500 +-0.122558593750 +-0.142578125000 +0.149414062500 +-0.046630859375 +-0.039306640625 +-0.086425781250 +-0.098144531250 +-0.049072265625 +-0.022094726562 +0.067871093750 +-0.083496093750 +-0.084472656250 +-0.081542968750 +0.007598876953 +-0.207031250000 +0.013854980469 +0.202148437500 +0.102050781250 +0.016113281250 +0.190429687500 +0.021972656250 +-0.041992187500 +0.015502929688 +0.011596679688 +-0.194335937500 +0.038574218750 +-0.110839843750 +0.094238281250 +-0.027832031250 +0.138671875000 +0.086914062500 +0.033935546875 +0.064453125000 +-0.050048828125 +0.081542968750 +-0.037109375000 +0.024414062500 +0.073730468750 +0.175781250000 +0.027832031250 +0.086914062500 +-0.036865234375 +0.023925781250 +0.150390625000 +0.245117187500 +0.016357421875 +-0.066894531250 +-0.163085937500 +0.031494140625 +0.055664062500 +0.119628906250 +-0.040283203125 +0.010192871094 +0.024780273438 +-0.105957031250 +-0.100097656250 +-0.108398437500 +-0.034423828125 +-0.106933593750 +0.142578125000 +0.062988281250 +0.162109375000 +0.100585937500 +-0.160156250000 +-0.074707031250 +0.055419921875 +-0.105957031250 +0.124023437500 +-0.070800781250 +-0.005554199219 +-0.023071289062 +0.132812500000 +0.098144531250 +-0.086914062500 +0.083496093750 +-0.039550781250 +0.147460937500 +-0.142578125000 +0.077636718750 +0.034667968750 +0.062988281250 +-0.011413574219 +-0.235351562500 +-0.038574218750 +-0.002197265625 +0.086425781250 +0.145507812500 +-0.038574218750 +-0.180664062500 +0.151367187500 +0.017822265625 +-0.012695312500 +-0.012207031250 +-0.001716613770 +0.203125000000 +-0.194335937500 +0.023559570312 +-0.062011718750 +-0.074707031250 +0.101562500000 +0.052978515625 +-0.108398437500 +-0.002136230469 +0.101562500000 +0.042724609375 +0.057861328125 +-0.017822265625 +0.083984375000 +-0.083984375000 +0.005187988281 +0.061523437500 +-0.018554687500 +-0.020996093750 +0.089843750000 +-0.019653320312 +0.143554687500 +-0.001380920410 +-0.001693725586 +0.056152343750 +0.102539062500 +-0.173828125000 +-0.011779785156 +0.009216308594 +0.077636718750 +0.071289062500 +-0.006134033203 +0.088378906250 +0.054931640625 +-0.047119140625 +-0.148437500000 +-0.277343750000 +-0.032714843750 +-0.112792968750 +0.111328125000 +-0.097167968750 +-0.110351562500 +0.065429687500 +0.249023437500 +0.085937500000 +-0.093261718750 +0.083007812500 +0.175781250000 +-0.001373291016 +-0.119140625000 +0.139648437500 +-0.092285156250 +-0.072753906250 +-0.008544921875 +-0.128906250000 +-0.096191406250 +0.169921875000 +-0.050537109375 +-0.077636718750 +-0.115722656250 +0.017822265625 +-0.019287109375 +-0.079101562500 +-0.105468750000 +0.152343750000 +-0.001998901367 +-0.047363281250 +0.075683593750 +-0.116699218750 +-0.016235351562 +-0.111328125000 +0.001670837402 +0.030639648438 +0.020629882812 +0.017333984375 +-0.058105468750 +-0.004760742188 +-0.154296875000 +-0.032714843750 +-0.043945312500 +0.109863281250 +0.099121093750 +-0.046630859375 +-0.034667968750 +0.044433593750 +-0.106445312500 +-0.006195068359 +0.106933593750 +-0.015380859375 +-0.009948730469 +0.168945312500 +0.200195312500 +0.071289062500 +-0.127929687500 +0.156250000000 +-0.067871093750 +0.006256103516 +-0.183593750000 +0.029663085938 +-0.083496093750 +-0.109863281250 +-0.210937500000 +0.047363281250 +-0.052246093750 +0.064941406250 +0.094238281250 +-0.058593750000 +0.127929687500 +0.099609375000 +0.004486083984 +-0.038330078125 +-0.149414062500 +-0.033447265625 +-0.132812500000 +0.006958007812 +-0.020385742188 +0.101074218750 +0.061035156250 +0.126953125000 +-0.021850585938 +0.019897460938 +-0.092773437500 +-0.034179687500 +-0.009094238281 +0.049804687500 +0.031494140625 +-0.163085937500 +0.006713867188 +0.065917968750 +-0.062255859375 +-0.146484375000 +0.077148437500 +-0.183593750000 +-0.060546875000 +0.000511169434 +0.049560546875 +0.095214843750 +0.032714843750 +0.292968750000 +-0.049804687500 +0.045166015625 +-0.066894531250 +-0.034179687500 +0.047607421875 +-0.125000000000 +0.037841796875 +0.050537109375 +0.090820312500 +0.101074218750 +0.099121093750 +-0.021118164062 +-0.244140625000 +0.031494140625 +-0.031494140625 +-0.120117187500 +-0.104003906250 +-0.059814453125 +0.085449218750 +-0.138671875000 +-0.125976562500 +-0.109375000000 +0.053955078125 +-0.046386718750 +-0.086425781250 +0.000305175781 +-0.125976562500 +-0.013916015625 +0.095214843750 +0.015502929688 +0.186523437500 +-0.037841796875 +-0.126953125000 +0.001586914062 +-0.039062500000 +0.162109375000 +0.019653320312 +-0.047119140625 +0.030273437500 +0.021972656250 +0.075683593750 +-0.095703125000 +-0.105468750000 +-0.084472656250 +-0.055664062500 +0.071777343750 +-0.033203125000 +-0.024169921875 +-0.029174804688 +-0.089355468750 +0.075195312500 +0.002609252930 +0.047119140625 +0.129882812500 +-0.053710937500 +-0.110351562500 +-0.052001953125 +-0.038330078125 +-0.183593750000 +0.046875000000 +0.025268554688 +0.016357421875 +-0.077148437500 +0.173828125000 +0.035156250000 +0.073730468750 +0.017333984375 +0.047119140625 +0.015319824219 +0.054199218750 +0.033935546875 +0.042724609375 +0.014709472656 +0.036621093750 +-0.051025390625 +0.039062500000 +-0.068847656250 +-0.022705078125 +0.010070800781 +-0.202148437500 +0.035644531250 +-0.116699218750 +0.021362304688 +-0.112304687500 +-0.007720947266 +0.054931640625 +-0.176757812500 +0.073242187500 +-0.015625000000 +-0.181640625000 +-0.157226562500 +0.055419921875 +-0.002014160156 +0.011962890625 +0.116210937500 +0.030517578125 +0.006042480469 +0.210937500000 +-0.072265625000 +-0.082031250000 +-0.065429687500 +-0.096679687500 +-0.061767578125 +0.043457031250 +-0.289062500000 +-0.048339843750 +-0.197265625000 +-0.253906250000 +0.072265625000 +0.099121093750 +-0.226562500000 +-0.071289062500 +-0.056396484375 +0.062255859375 +-0.077636718750 +-0.033447265625 +0.009277343750 +-0.134765625000 +0.007568359375 +0.033691406250 +0.052734375000 +0.072753906250 +0.000473022461 +-0.032226562500 +0.131835937500 +-0.092285156250 +-0.116210937500 +0.024291992188 +0.068359375000 +-0.074707031250 +-0.026977539062 +-0.016601562500 +-0.136718750000 +-0.008239746094 +0.133789062500 +0.103515625000 +0.038330078125 +-0.087890625000 +0.202148437500 +0.002380371094 +-0.102050781250 +-0.055664062500 +0.155273437500 +0.013183593750 +-0.120117187500 +0.177734375000 +0.047363281250 +-0.027709960938 +0.013122558594 +-0.118164062500 +0.028686523438 +0.037353515625 +0.064453125000 +-0.034423828125 +-0.030761718750 +-0.037841796875 +-0.089843750000 +-0.001266479492 +-0.038085937500 +0.030273437500 +0.016113281250 +-0.025390625000 +0.089843750000 +-0.045166015625 +0.079101562500 +0.029663085938 +0.045654296875 +-0.014404296875 +0.038574218750 +0.119628906250 +-0.008544921875 +-0.005737304688 +-0.017456054688 +-0.095214843750 +-0.054199218750 +0.090332031250 +-0.015869140625 +-0.046875000000 +0.004211425781 +-0.010620117188 +0.026367187500 +0.002929687500 +0.082031250000 +0.044189453125 +0.010925292969 +-0.069824218750 +0.055664062500 +-0.005157470703 +-0.028198242188 +-0.126953125000 +-0.007141113281 +-0.013244628906 +-0.024536132812 +-0.051269531250 +-0.023193359375 +-0.024780273438 +-0.024291992188 +-0.000147819519 +0.000324249268 +-0.027099609375 +0.041748046875 +-0.031494140625 +0.017211914062 +-0.089843750000 +0.056152343750 +-0.008483886719 +-0.063476562500 +-0.054931640625 +-0.157226562500 +-0.013671875000 +-0.002731323242 +-0.046386718750 +-0.015869140625 +-0.007354736328 +-0.024291992188 +-0.003158569336 +-0.009033203125 +-0.084960937500 +-0.036132812500 +-0.062011718750 +0.095214843750 +0.051269531250 +0.367187500000 +0.021240234375 +0.103027343750 +-0.055664062500 +0.020263671875 +-0.008666992188 +0.049560546875 +0.012207031250 +0.007995605469 +-0.102539062500 +-0.073730468750 +0.061279296875 +0.158203125000 +0.021484375000 +-0.016113281250 +-0.025146484375 +-0.062988281250 +0.046875000000 +0.050537109375 +0.009643554688 +0.115234375000 +0.009338378906 +-0.093261718750 +-0.052490234375 +-0.051025390625 +0.080566406250 +-0.008789062500 +0.004241943359 +-0.019531250000 +0.015991210938 +0.005645751953 +0.034423828125 +-0.082519531250 +0.044433593750 +-0.053222656250 +0.073242187500 +0.025390625000 +-0.000335693359 +0.137695312500 +0.026245117188 +0.041992187500 +0.201171875000 +0.050292968750 +-0.054931640625 +-0.046142578125 +0.026123046875 +-0.052734375000 +0.051025390625 +0.085937500000 +-0.044433593750 +0.061279296875 +-0.009582519531 +0.166992187500 +-0.024780273438 +-0.034912109375 +0.025024414062 +-0.125000000000 +-0.079101562500 +-0.020629882812 +-0.034423828125 +0.142578125000 +-0.112792968750 +-0.006744384766 +0.034423828125 +-0.056884765625 +-0.056152343750 +-0.151367187500 +-0.191406250000 +-0.158203125000 +0.071777343750 +0.169921875000 +0.010742187500 +0.028808593750 +-0.104980468750 +-0.054199218750 +0.093750000000 +-0.011779785156 +-0.100585937500 +0.030883789062 +0.044921875000 +-0.101562500000 +0.068847656250 +0.094238281250 +0.060058593750 +0.034912109375 +-0.054443359375 +-0.128906250000 +-0.018188476562 +-0.269531250000 +-0.140625000000 +0.015136718750 +0.047119140625 +0.019531250000 +0.059082031250 +0.079589843750 +-0.089355468750 +0.073242187500 +0.030395507812 +-0.057128906250 +0.115722656250 +-0.050537109375 +-0.067382812500 +-0.060791015625 +-0.008850097656 +0.065429687500 +0.028442382812 +-0.038330078125 +0.046386718750 +-0.005615234375 +0.195312500000 +-0.045410156250 +0.113769531250 +-0.200195312500 +-0.179687500000 +0.014404296875 +-0.028686523438 +0.072265625000 +-0.014831542969 +0.038574218750 +0.014099121094 +-0.192382812500 +0.011657714844 +-0.065429687500 +0.128906250000 +0.065429687500 +0.051757812500 +0.013305664062 +-0.167968750000 +0.050537109375 +0.095214843750 +0.113769531250 +0.113769531250 +0.006011962891 +-0.069335937500 +-0.118652343750 +-0.037597656250 +-0.107910156250 +-0.036132812500 +-0.132812500000 +-0.038330078125 +-0.076660156250 +-0.052490234375 +0.014221191406 +0.030761718750 +-0.182617187500 +-0.030883789062 +0.234375000000 +0.020507812500 +-0.051513671875 +-0.066406250000 +-0.062255859375 +-0.169921875000 +-0.045410156250 +-0.043457031250 +-0.005615234375 +0.062255859375 +0.116210937500 +0.001083374023 +0.019287109375 +-0.098144531250 +-0.002075195312 +-0.032470703125 +-0.022583007812 +-0.023559570312 +-0.158203125000 +0.238281250000 +-0.014404296875 +0.123046875000 +0.121093750000 +-0.011962890625 +0.041015625000 +-0.072265625000 +0.166992187500 +-0.074218750000 +0.066406250000 +-0.085937500000 +0.084960937500 +-0.155273437500 +0.212890625000 +0.192382812500 +-0.153320312500 +-0.079101562500 +-0.045654296875 +0.156250000000 +-0.066406250000 +-0.097656250000 +-0.051025390625 +0.057128906250 +0.096679687500 +-0.114257812500 +-0.023681640625 +0.001358032227 +-0.141601562500 +-0.145507812500 +0.107421875000 +-0.031250000000 +0.081542968750 +0.025146484375 +0.107910156250 +0.069335937500 +-0.049560546875 +0.004272460938 +0.008911132812 +-0.010742187500 +-0.044189453125 +-0.054199218750 +0.049560546875 +0.031982421875 +0.063476562500 +-0.028320312500 +0.167968750000 +0.018676757812 +-0.091796875000 +0.015441894531 +0.022460937500 +-0.057373046875 +-0.082519531250 +0.045410156250 +0.130859375000 +0.034179687500 +-0.003494262695 +0.014587402344 +-0.061767578125 +0.002304077148 +-0.051757812500 +-0.009033203125 +-0.029418945312 +-0.027221679688 +0.053466796875 +0.082031250000 +-0.010375976562 +0.014648437500 +0.105957031250 +-0.026123046875 +-0.077148437500 +0.010803222656 +0.011413574219 +0.039306640625 +-0.021850585938 +-0.108398437500 +0.134765625000 +-0.055175781250 +0.023071289062 +-0.024658203125 +-0.049560546875 +0.093261718750 +0.038085937500 +0.037353515625 +0.011047363281 +-0.042480468750 +0.063476562500 +0.083007812500 +0.059570312500 +0.026977539062 +-0.043945312500 +0.078125000000 +-0.018066406250 +-0.053466796875 +-0.061767578125 +0.082031250000 +0.029418945312 +0.002090454102 +-0.015502929688 +0.043701171875 +0.118164062500 +0.188476562500 +0.032714843750 +0.061523437500 +-0.068847656250 +-0.022460937500 +-0.051269531250 +-0.043945312500 +-0.034179687500 +-0.004669189453 +0.009948730469 +-0.011169433594 +0.065429687500 +-0.025512695312 +-0.019531250000 +0.030639648438 +-0.020996093750 +-0.005645751953 +-0.032958984375 +0.043457031250 +0.025512695312 +-0.037109375000 +0.051513671875 +0.015441894531 +0.021850585938 +0.070800781250 +0.057617187500 +-0.029907226562 +0.132812500000 +0.025878906250 +0.008850097656 +-0.038330078125 +-0.006500244141 +0.054199218750 +-0.015136718750 +-0.031982421875 +-0.179687500000 +0.088867187500 +0.083984375000 +0.110351562500 +-0.031494140625 +0.248046875000 +-0.041015625000 +0.025634765625 +0.210937500000 +0.055419921875 +0.014282226562 +-0.087402343750 +-0.009399414062 +0.038085937500 +-0.101562500000 +-0.000007033348 +-0.009216308594 +0.070800781250 +-0.006561279297 +-0.025512695312 +-0.049072265625 +0.034912109375 +0.032470703125 +0.048339843750 +-0.015075683594 +-0.187500000000 +0.007873535156 +-0.013244628906 +0.027954101562 +0.043457031250 +0.087402343750 +0.000440597534 +0.041503906250 +-0.083007812500 +0.015991210938 +0.092773437500 +0.000328063965 +-0.131835937500 +0.020629882812 +-0.089843750000 +-0.102050781250 +0.055908203125 +0.068359375000 +-0.015991210938 +-0.028320312500 +0.067871093750 +0.089843750000 +-0.055175781250 +-0.135742187500 +-0.017578125000 +-0.011657714844 +0.160156250000 +0.093261718750 +0.010803222656 +-0.001197814941 +-0.101562500000 +-0.029785156250 +0.015747070312 +-0.050781250000 +-0.109863281250 +-0.034912109375 +0.004669189453 +-0.016235351562 +0.107421875000 +0.072265625000 +-0.002670288086 +-0.124023437500 +-0.091796875000 +-0.015747070312 +0.127929687500 +0.089843750000 +-0.136718750000 +0.080566406250 +0.025512695312 +-0.046386718750 +-0.192382812500 +-0.034423828125 +-0.079589843750 +0.164062500000 +-0.078613281250 +-0.038574218750 +-0.055419921875 +-0.078125000000 +-0.102050781250 +0.063476562500 +-0.108886718750 +-0.093261718750 +0.025878906250 +-0.185546875000 +0.130859375000 +0.044677734375 +-0.079101562500 +0.116699218750 +-0.046875000000 +-0.017211914062 +0.049804687500 +-0.017211914062 +0.016723632812 +0.010986328125 +-0.232421875000 +0.062988281250 +0.072753906250 +-0.062988281250 +-0.114746093750 +0.113281250000 +-0.117675781250 +0.087402343750 +-0.007995605469 +-0.103027343750 +0.182617187500 +0.091796875000 +-0.169921875000 +0.062011718750 +0.104980468750 +-0.070800781250 +0.030273437500 +-0.117187500000 +-0.038818359375 +-0.173828125000 +0.099609375000 +0.019409179688 +-0.019897460938 +-0.095214843750 +-0.063964843750 +0.129882812500 +-0.273437500000 +0.016723632812 +-0.132812500000 +-0.189453125000 +-0.067382812500 +-0.112304687500 +-0.010559082031 +0.072753906250 +-0.153320312500 +0.042968750000 +-0.110839843750 +-0.046875000000 +0.061523437500 +-0.059082031250 +0.023925781250 +-0.076171875000 +-0.041503906250 +0.046142578125 +0.097656250000 +0.120605468750 +-0.131835937500 +-0.167968750000 +0.060546875000 +-0.048583984375 +-0.046386718750 +-0.120605468750 +-0.104492187500 +0.062255859375 +0.039062500000 +-0.050537109375 +-0.140625000000 +-0.044921875000 +0.042236328125 +-0.142578125000 +-0.047851562500 +-0.090820312500 +0.115234375000 +0.088378906250 +-0.048339843750 +-0.089843750000 +0.084472656250 +-0.084472656250 +0.058349609375 +0.093261718750 +0.017944335938 +0.000568389893 +0.021484375000 +0.032714843750 +-0.077636718750 +0.002197265625 +0.009765625000 +0.022583007812 +-0.060546875000 +-0.028808593750 +0.012634277344 +-0.111328125000 +-0.066406250000 +-0.101562500000 +-0.031250000000 +0.023681640625 +-0.110351562500 +-0.128906250000 +0.102050781250 +-0.011047363281 +0.021118164062 +-0.015136718750 +-0.102050781250 +0.062988281250 +-0.007324218750 +0.120117187500 +0.067871093750 +-0.071777343750 +0.017822265625 +0.050537109375 +-0.023559570312 +0.059326171875 +-0.077636718750 +0.010070800781 +0.020629882812 +0.090820312500 +0.118652343750 +0.049804687500 +-0.052490234375 +0.066894531250 +-0.022460937500 +-0.126953125000 +0.064941406250 +-0.037109375000 +0.045898437500 +0.079101562500 +0.114257812500 +-0.144531250000 +0.132812500000 +0.038085937500 +-0.098632812500 +-0.001953125000 +-0.016479492188 +-0.066406250000 +0.030273437500 +-0.029296875000 +-0.070312500000 +-0.025634765625 +-0.101074218750 +-0.061767578125 +0.060546875000 +-0.071289062500 +0.080566406250 +0.077148437500 +0.029174804688 +0.022949218750 +-0.047607421875 +-0.017456054688 +0.151367187500 +0.025634765625 +-0.104492187500 +-0.126953125000 +-0.073730468750 +-0.137695312500 +-0.081054687500 +-0.031494140625 +0.091796875000 +0.033691406250 +0.060546875000 +0.072265625000 +-0.222656250000 +0.021484375000 +0.039306640625 +0.015441894531 +0.040527343750 +-0.097656250000 +-0.117675781250 +-0.289062500000 +0.085449218750 +-0.058837890625 +-0.026611328125 +0.015869140625 +0.067871093750 +-0.092285156250 +0.037353515625 +-0.047607421875 +-0.176757812500 +0.166992187500 +-0.001457214355 +0.039306640625 +0.024414062500 +-0.083496093750 +-0.093261718750 +0.020385742188 +-0.117675781250 +-0.033691406250 +-0.043212890625 +-0.039306640625 +-0.081054687500 +0.177734375000 +0.029052734375 +0.119140625000 +0.005187988281 +0.144531250000 +0.056884765625 +-0.064941406250 +0.056152343750 +-0.026733398438 +0.075195312500 +0.113281250000 +-0.011657714844 +0.030883789062 +0.004333496094 +0.025146484375 +-0.150390625000 +0.094238281250 +0.029663085938 +0.131835937500 +-0.068847656250 +-0.070800781250 +0.067871093750 +0.070312500000 +-0.027221679688 +0.114746093750 +0.125000000000 +-0.091308593750 +0.077148437500 +-0.008789062500 +0.031982421875 +-0.104980468750 +-0.113281250000 +0.034667968750 +-0.115722656250 +0.039794921875 +-0.148437500000 +0.052978515625 +0.010559082031 +-0.186523437500 +-0.042968750000 +-0.095703125000 +0.081054687500 +-0.010253906250 +-0.030151367188 +0.166015625000 +0.085937500000 +-0.154296875000 +-0.190429687500 +-0.052490234375 +0.101562500000 +-0.113281250000 +0.001159667969 +-0.017944335938 +0.112304687500 +-0.096191406250 +-0.030029296875 +-0.006347656250 +0.069824218750 +0.145507812500 +-0.037597656250 +-0.008056640625 +-0.019287109375 +-0.036376953125 +0.113281250000 +-0.104003906250 +0.019042968750 +-0.023071289062 +0.073242187500 +0.152343750000 +-0.083496093750 +-0.099121093750 +0.045898437500 +0.140625000000 +0.058593750000 +0.040283203125 +0.103515625000 +0.012634277344 +-0.021484375000 +-0.039306640625 +0.037597656250 +0.059326171875 +-0.148437500000 +0.100097656250 +-0.009338378906 +-0.061035156250 +0.090332031250 +0.091796875000 +-0.038330078125 +-0.027832031250 +0.037353515625 +0.033447265625 +-0.059082031250 +-0.105957031250 +0.127929687500 +0.030395507812 +-0.124511718750 +-0.062011718750 +0.205078125000 +0.066406250000 +0.064941406250 +0.129882812500 +-0.041015625000 +0.012878417969 +-0.167968750000 +-0.095214843750 +-0.026000976562 +-0.066894531250 +-0.030395507812 +-0.189453125000 +-0.014709472656 +-0.067871093750 +-0.096679687500 +-0.081542968750 +-0.044189453125 +0.052001953125 +0.044189453125 +-0.060302734375 +-0.064453125000 +-0.036621093750 +0.048828125000 +-0.030029296875 +-0.054931640625 +-0.097656250000 +0.179687500000 +0.092285156250 +-0.066894531250 +0.055664062500 +-0.076660156250 +-0.084472656250 +0.167968750000 +-0.074707031250 +0.233398437500 +-0.013977050781 +-0.173828125000 +-0.056152343750 +-0.008117675781 +0.233398437500 +0.024414062500 +-0.078613281250 +0.199218750000 +0.078125000000 +-0.137695312500 +0.081054687500 +-0.177734375000 +0.042480468750 +-0.156250000000 +0.228515625000 +0.255859375000 +0.251953125000 +0.076660156250 +0.061035156250 +-0.143554687500 +-0.041503906250 +-0.031494140625 +-0.056152343750 +0.177734375000 +0.003768920898 +-0.047363281250 +-0.117187500000 +0.044189453125 +0.022583007812 +0.049804687500 +0.043212890625 +-0.209960937500 +-0.091308593750 +0.125000000000 +0.224609375000 +-0.212890625000 +0.135742187500 +-0.090332031250 +0.067871093750 +0.195312500000 +-0.009155273438 +-0.142578125000 +0.175781250000 +-0.111328125000 +0.024658203125 +0.051269531250 +-0.127929687500 +-0.124023437500 +0.023437500000 +0.102539062500 +-0.077636718750 +0.063964843750 +-0.004547119141 +-0.181640625000 +-0.182617187500 +0.064453125000 +0.026489257812 +-0.020629882812 +0.151367187500 +0.022705078125 +0.028686523438 +-0.104980468750 +-0.058593750000 +0.053222656250 +0.135742187500 +-0.218750000000 +0.141601562500 +-0.112304687500 +-0.183593750000 +0.196289062500 +-0.147460937500 +-0.174804687500 +-0.208007812500 +0.101562500000 +0.035400390625 +0.002700805664 +-0.060302734375 +-0.095214843750 +0.024780273438 +0.010620117188 +0.006958007812 +0.125976562500 +0.005157470703 +-0.085449218750 +-0.078613281250 +-0.005767822266 +0.032958984375 +0.021362304688 +-0.046386718750 +0.150390625000 +0.031250000000 +0.039550781250 +-0.085937500000 +-0.118164062500 +-0.093750000000 +0.171875000000 +-0.285156250000 +-0.165039062500 +0.175781250000 +-0.048339843750 +-0.075683593750 +-0.123046875000 +0.057373046875 +0.115722656250 +0.059570312500 +-0.060302734375 +0.105957031250 +0.193359375000 +-0.156250000000 +-0.104003906250 +0.056884765625 +-0.025878906250 +0.035644531250 +0.147460937500 +-0.136718750000 +-0.105468750000 +-0.080566406250 +-0.093750000000 +0.087890625000 +-0.220703125000 +-0.095703125000 +-0.023071289062 +-0.079101562500 +-0.041748046875 +-0.042480468750 +0.052734375000 +0.066406250000 +-0.005828857422 +-0.019897460938 +-0.034912109375 +-0.029663085938 +0.034667968750 +-0.010742187500 +0.077636718750 +-0.122070312500 +0.068847656250 +-0.182617187500 +-0.085937500000 +0.129882812500 +-0.009338378906 +-0.053222656250 +-0.140625000000 +0.044921875000 +-0.078613281250 +0.195312500000 +-0.046875000000 +0.109375000000 +0.132812500000 +-0.205078125000 +-0.054931640625 +-0.055175781250 +0.020507812500 +0.042968750000 +-0.101562500000 +0.016479492188 +-0.002655029297 +0.037597656250 +0.072753906250 +0.080566406250 +0.010009765625 +-0.031738281250 +-0.028564453125 +-0.166992187500 +0.010620117188 +0.179687500000 +0.076660156250 +-0.036132812500 +0.074707031250 +0.059326171875 +-0.061767578125 +0.007019042969 +0.003967285156 +-0.014404296875 +0.105468750000 +0.111328125000 +-0.082031250000 +0.015991210938 +0.118164062500 +-0.001869201660 +-0.041015625000 +-0.090820312500 +0.034912109375 +-0.367187500000 +-0.094726562500 +-0.052246093750 +-0.008850097656 +0.005187988281 +-0.081542968750 +-0.018676757812 +-0.143554687500 +0.103027343750 +0.086914062500 +0.071289062500 +-0.146484375000 +0.105957031250 +-0.048095703125 +-0.010070800781 +-0.064941406250 +-0.084472656250 +0.296875000000 +0.019165039062 +-0.187500000000 +-0.130859375000 +0.022460937500 +-0.098144531250 +0.075195312500 +-0.008422851562 +-0.011413574219 +-0.129882812500 +0.080566406250 +0.053955078125 +-0.220703125000 +0.125976562500 +-0.012512207031 +-0.048828125000 +0.110351562500 +0.034912109375 +0.178710937500 +0.180664062500 +0.095214843750 +-0.051025390625 +0.156250000000 +-0.153320312500 +-0.065429687500 +0.055908203125 +-0.111328125000 +-0.030151367188 +0.048828125000 +-0.089843750000 +-0.109375000000 +-0.197265625000 +0.073242187500 +-0.027709960938 +0.017333984375 +-0.111328125000 +0.176757812500 +0.003250122070 +0.111816406250 +-0.005889892578 +0.211914062500 +-0.000436782837 +-0.131835937500 +-0.066406250000 +-0.001937866211 +0.130859375000 +-0.008666992188 +0.141601562500 +0.076171875000 +0.198242187500 +0.004089355469 +0.121582031250 +-0.045654296875 +-0.072753906250 +-0.090820312500 +-0.004119873047 +0.249023437500 +0.045898437500 +-0.025756835938 +0.079101562500 +-0.056152343750 +-0.063964843750 +0.116210937500 +0.074707031250 +0.091796875000 +0.002624511719 +0.061523437500 +-0.000667572021 +0.123535156250 +0.043701171875 +0.049072265625 +-0.053955078125 +-0.004241943359 +0.120117187500 +0.139648437500 +-0.068359375000 +-0.057373046875 +-0.139648437500 +-0.039306640625 +-0.149414062500 +0.074707031250 +-0.017333984375 +-0.098632812500 +0.022705078125 +0.002471923828 +-0.044433593750 +0.122558593750 +0.104980468750 +-0.050292968750 +0.018310546875 +0.153320312500 +-0.091308593750 +0.103027343750 +-0.049560546875 +0.114257812500 +0.005432128906 +0.047607421875 +0.018066406250 +0.172851562500 +0.065429687500 +-0.199218750000 +0.050292968750 +0.007232666016 +-0.074218750000 +0.059082031250 +-0.070312500000 +0.053466796875 +0.100097656250 +0.037109375000 +-0.042968750000 +-0.023437500000 +0.037597656250 +-0.090820312500 +-0.007934570312 +-0.020629882812 +0.023071289062 +0.094238281250 +-0.010986328125 +-0.063964843750 +0.100585937500 +0.098632812500 +-0.021728515625 +-0.014038085938 +-0.042724609375 +0.071289062500 +-0.096191406250 +-0.107910156250 +-0.044433593750 +0.148437500000 +-0.163085937500 +0.019775390625 +0.112304687500 +0.041748046875 +0.090820312500 +-0.119140625000 +-0.054199218750 +-0.132812500000 +0.058105468750 +-0.217773437500 +-0.231445312500 +0.018554687500 +0.052490234375 +-0.005340576172 +0.134765625000 +-0.098632812500 +-0.032226562500 +0.166992187500 +-0.023315429688 +-0.065917968750 +-0.005493164062 +0.016235351562 +0.039550781250 +-0.020996093750 +-0.107910156250 +0.044433593750 +-0.107421875000 +-0.019287109375 +0.020263671875 +-0.003570556641 +0.103027343750 +0.078125000000 +-0.057861328125 +0.045654296875 +0.034423828125 +0.015319824219 +-0.031738281250 +0.038574218750 +-0.034912109375 +0.026245117188 +0.169921875000 +0.069335937500 +-0.070800781250 +0.058105468750 +-0.059814453125 +0.173828125000 +-0.128906250000 +-0.104003906250 +-0.059814453125 +-0.046875000000 +0.068359375000 +0.082031250000 +-0.378906250000 +-0.028320312500 +-0.041259765625 +0.103027343750 +0.035644531250 +-0.083007812500 +0.043457031250 +0.146484375000 +-0.081542968750 +0.018188476562 +-0.029785156250 +-0.216796875000 +-0.066894531250 +-0.042480468750 +0.191406250000 +0.002044677734 +-0.105468750000 +-0.097656250000 +0.060791015625 +0.147460937500 +0.190429687500 +0.072753906250 +-0.075195312500 +0.047119140625 +0.004821777344 +-0.263671875000 +0.018920898438 +0.150390625000 +0.099609375000 +0.037353515625 +0.035156250000 +0.043457031250 +0.028808593750 +-0.123046875000 +-0.017578125000 +0.006713867188 +-0.013305664062 +0.081542968750 +0.029907226562 +0.054687500000 +-0.298828125000 +-0.008117675781 +-0.005615234375 +-0.042724609375 +-0.085937500000 +0.033447265625 +0.027221679688 +-0.004241943359 +-0.097656250000 +-0.028930664062 +0.076660156250 +-0.247070312500 +-0.080566406250 +-0.115234375000 +0.102050781250 +0.013244628906 +-0.029052734375 +-0.005065917969 +-0.065429687500 +0.052490234375 +-0.022949218750 +-0.057861328125 +-0.064941406250 +0.090332031250 +0.213867187500 +0.048828125000 +-0.001983642578 +0.117675781250 +0.113769531250 +-0.246093750000 +0.007659912109 +-0.137695312500 +-0.054199218750 +-0.118164062500 +-0.203125000000 +-0.069824218750 +-0.166015625000 +0.170898437500 +0.041503906250 +0.098144531250 +-0.030029296875 +0.114257812500 +0.042724609375 +-0.097167968750 +0.025634765625 +-0.073242187500 +-0.071777343750 +-0.003967285156 +-0.002548217773 +0.076171875000 +-0.059570312500 +0.106445312500 +0.059326171875 +-0.010437011719 +0.018920898438 +0.057373046875 +0.061035156250 +0.109375000000 +-0.084960937500 +-0.022705078125 +-0.058105468750 +-0.002914428711 +-0.183593750000 +0.000713348389 +-0.098632812500 +-0.144531250000 +-0.184570312500 +0.279296875000 +0.000431060791 +0.043457031250 +0.122558593750 +0.110839843750 +-0.132812500000 +-0.086914062500 +-0.201171875000 +-0.049316406250 +-0.041748046875 +-0.117187500000 +0.052978515625 +-0.019775390625 +0.065429687500 +0.036376953125 +-0.087890625000 +-0.166015625000 +-0.031005859375 +0.003677368164 +-0.028076171875 +-0.072753906250 +0.000705718994 +0.121093750000 +0.083984375000 +-0.259765625000 +-0.041748046875 +-0.308593750000 +-0.114746093750 +0.038085937500 +-0.001937866211 +0.025390625000 +-0.036621093750 +0.079589843750 +0.078613281250 +-0.016113281250 +0.169921875000 +-0.005371093750 +0.151367187500 +-0.015075683594 +-0.121093750000 +-0.201171875000 +0.189453125000 +-0.240234375000 +0.066894531250 +-0.114746093750 +-0.025756835938 +-0.104980468750 +-0.253906250000 +0.054199218750 +0.065429687500 +0.201171875000 +-0.061767578125 +-0.182617187500 +0.005004882812 +-0.026000976562 +0.001197814941 +-0.089843750000 +-0.223632812500 +-0.099121093750 +0.062011718750 +0.034667968750 +0.070800781250 +-0.024658203125 +-0.075195312500 +0.214843750000 +-0.078613281250 +-0.267578125000 +0.041503906250 +-0.036132812500 +0.019165039062 +-0.005828857422 +0.078125000000 +-0.166015625000 +0.116699218750 +0.031738281250 +-0.070800781250 +-0.149414062500 +-0.064453125000 +0.246093750000 +-0.130859375000 +0.000549316406 +-0.234375000000 +-0.183593750000 +-0.123046875000 +-0.110351562500 +0.139648437500 +-0.227539062500 +-0.096679687500 +-0.121582031250 +0.037353515625 +0.082031250000 +-0.038574218750 +0.029052734375 +0.087890625000 +0.144531250000 +-0.166015625000 +0.053955078125 +-0.026977539062 +-0.302734375000 +-0.020141601562 +0.033691406250 +-0.126953125000 +0.168945312500 +0.025512695312 +-0.105957031250 +-0.175781250000 +0.029541015625 +0.044921875000 +-0.066894531250 +0.083496093750 +-0.128906250000 +-0.042968750000 +-0.136718750000 +-0.119628906250 +0.122070312500 +-0.009460449219 +-0.113281250000 +-0.142578125000 +-0.104003906250 +0.087890625000 +-0.171875000000 +-0.151367187500 +-0.034179687500 +-0.089843750000 +-0.146484375000 +0.074707031250 +-0.131835937500 +-0.104980468750 +0.022583007812 +-0.134765625000 +0.117675781250 +-0.016601562500 +-0.001884460449 +0.087402343750 +-0.161132812500 +0.107910156250 +0.086914062500 +-0.043457031250 +0.023681640625 +0.083984375000 +-0.006408691406 +0.074218750000 +-0.123046875000 +0.204101562500 +0.049560546875 +0.049072265625 +0.014465332031 +-0.082519531250 +-0.021240234375 +0.078125000000 +0.027954101562 +0.026245117188 +-0.099121093750 +0.052978515625 +0.018798828125 +0.088378906250 +0.116210937500 +-0.108886718750 +0.018310546875 +-0.005584716797 +-0.024780273438 +0.055419921875 +0.031494140625 +-0.071289062500 +-0.006317138672 +0.054199218750 +-0.098144531250 +-0.125000000000 +-0.024658203125 +-0.066894531250 +-0.120117187500 +0.048828125000 +0.063964843750 +0.174804687500 +0.004821777344 +0.122558593750 +-0.050537109375 +-0.039062500000 +-0.020141601562 +-0.006835937500 +-0.213867187500 +0.062011718750 +-0.015319824219 +0.191406250000 +0.155273437500 +-0.012512207031 +0.051757812500 +-0.142578125000 +0.054931640625 +-0.015502929688 +-0.263671875000 +0.006164550781 +-0.011596679688 +0.034423828125 +-0.098144531250 +-0.105468750000 +0.039062500000 +0.008422851562 +0.002105712891 +0.015502929688 +0.032958984375 +0.040527343750 +-0.018676757812 +0.036132812500 +-0.065429687500 +-0.025512695312 +-0.053955078125 +0.138671875000 +-0.219726562500 +0.070800781250 +0.091308593750 +-0.166015625000 +0.075195312500 +-0.012023925781 +0.078125000000 +-0.029296875000 +0.112304687500 +-0.032226562500 +-0.058105468750 +-0.052978515625 +0.041503906250 +0.094726562500 +0.058105468750 +-0.172851562500 +-0.153320312500 +-0.065429687500 +-0.116699218750 +-0.058593750000 +-0.048828125000 +-0.105957031250 +0.032470703125 +0.004425048828 +0.144531250000 +-0.057617187500 +0.040283203125 +0.097656250000 +0.156250000000 +-0.095703125000 +0.014160156250 +-0.171875000000 +-0.116210937500 +-0.126953125000 +-0.073730468750 +-0.135742187500 +-0.269531250000 +-0.102050781250 +-0.054443359375 +0.068359375000 +-0.174804687500 +-0.038818359375 +0.055175781250 +-0.061279296875 +0.115722656250 +-0.035400390625 +-0.035888671875 +0.068359375000 +-0.154296875000 +-0.013183593750 +0.043457031250 +-0.015747070312 +0.095703125000 +0.035644531250 +-0.201171875000 +0.121093750000 +-0.011474609375 +-0.107421875000 +0.160156250000 +-0.089843750000 +0.052734375000 +-0.073242187500 +-0.105957031250 +0.141601562500 +-0.021972656250 +-0.159179687500 +0.027954101562 +-0.141601562500 +-0.082519531250 +-0.165039062500 +-0.121582031250 +0.075683593750 +-0.034912109375 +-0.021850585938 +0.110351562500 +-0.167968750000 +0.135742187500 +-0.032958984375 +-0.075683593750 +0.013610839844 +0.022338867188 +-0.007293701172 +-0.036132812500 +0.014770507812 +0.106445312500 +-0.082031250000 +0.068359375000 +-0.056396484375 +-0.087402343750 +0.045898437500 +-0.052978515625 +0.057617187500 +0.035156250000 +0.010192871094 +-0.069824218750 +0.030761718750 +-0.002212524414 +0.111328125000 +-0.029052734375 +0.120117187500 +-0.086425781250 +-0.065429687500 +0.058593750000 +-0.062500000000 +0.088378906250 +-0.049072265625 +-0.038818359375 +-0.251953125000 +0.104003906250 +0.051513671875 +-0.105957031250 +-0.048095703125 +-0.131835937500 +-0.071777343750 +0.099121093750 +0.126953125000 +0.018676757812 +0.088378906250 +0.049072265625 +0.006561279297 +0.017578125000 +-0.091308593750 +-0.082519531250 +-0.089355468750 +0.041015625000 +-0.045654296875 +-0.010620117188 +0.136718750000 +0.083496093750 +0.045654296875 +0.069335937500 +-0.145507812500 +0.122558593750 +-0.175781250000 +0.007141113281 +-0.118652343750 +0.041015625000 +-0.058837890625 +-0.045410156250 +0.022216796875 +0.096679687500 +0.163085937500 +-0.074707031250 +-0.073242187500 +0.098632812500 +0.002319335938 +-0.192382812500 +0.035156250000 +-0.061035156250 +0.035156250000 +0.061523437500 +-0.039306640625 +0.005340576172 +-0.109863281250 +-0.063476562500 +-0.091308593750 +0.016479492188 +-0.093750000000 +0.117675781250 +-0.106445312500 +-0.007080078125 +-0.085937500000 +0.056396484375 +0.015014648438 +-0.149414062500 +-0.019897460938 +0.172851562500 +-0.038330078125 +-0.091796875000 +0.035644531250 +-0.095703125000 +0.070800781250 +-0.114746093750 +-0.018066406250 +-0.101562500000 +0.083984375000 +0.146484375000 +0.022460937500 +-0.081542968750 +-0.020507812500 +0.026611328125 +0.061767578125 +-0.038330078125 +0.087890625000 +0.176757812500 +-0.179687500000 +-0.188476562500 +0.037109375000 +-0.034179687500 +0.275390625000 +0.095214843750 +0.163085937500 +0.019165039062 +-0.053466796875 +-0.015869140625 +0.142578125000 +-0.032470703125 +0.019531250000 +-0.149414062500 +-0.011108398438 +0.044433593750 +0.037109375000 +-0.093261718750 +-0.043212890625 +-0.092773437500 +0.049316406250 +0.047363281250 +-0.070800781250 +-0.013610839844 +-0.042480468750 +-0.048583984375 +0.009826660156 +0.112304687500 +0.011291503906 +-0.039062500000 +-0.063964843750 +0.080566406250 +0.058837890625 +-0.060791015625 +-0.070800781250 +0.130859375000 +-0.009460449219 +0.099609375000 +0.141601562500 +0.010314941406 +-0.118652343750 +-0.097167968750 +-0.048095703125 +0.044677734375 +0.050537109375 +-0.012329101562 +0.033447265625 +-0.135742187500 +-0.035156250000 +-0.080078125000 +-0.101562500000 +-0.005462646484 +-0.007507324219 +0.094726562500 +0.065917968750 +-0.133789062500 +0.041992187500 +0.030517578125 +-0.113281250000 +-0.154296875000 +-0.092773437500 +0.002044677734 +-0.138671875000 +-0.115234375000 +-0.087402343750 +-0.010925292969 +0.035156250000 +-0.026977539062 +0.002334594727 +0.039062500000 +-0.079101562500 +-0.044189453125 +0.010009765625 +0.067382812500 +-0.029785156250 +-0.013977050781 +0.062988281250 +0.135742187500 +0.020385742188 +-0.061767578125 +-0.040527343750 +-0.067382812500 +-0.042968750000 +-0.132812500000 +-0.034423828125 +-0.027587890625 +0.047607421875 +0.012817382812 +-0.003936767578 +-0.120605468750 +0.064453125000 +0.058349609375 +0.056884765625 +-0.102050781250 +-0.051757812500 +-0.150390625000 +0.076171875000 +0.053955078125 +0.080078125000 +-0.016967773438 +0.019775390625 +0.005126953125 +0.025268554688 +-0.058593750000 +0.034667968750 +-0.020996093750 +-0.040771484375 +-0.080078125000 +0.096191406250 +0.013427734375 +-0.062255859375 +0.116210937500 +0.100097656250 +0.038330078125 +0.184570312500 +-0.034667968750 +-0.079589843750 +-0.063476562500 +-0.056152343750 +-0.021362304688 +0.177734375000 +-0.063964843750 +0.085449218750 +-0.156250000000 +0.020141601562 +0.058593750000 +-0.044677734375 +0.018310546875 +0.010253906250 +-0.124511718750 +-0.122558593750 +-0.062988281250 +-0.030273437500 +0.210937500000 +-0.005676269531 +-0.019165039062 +-0.136718750000 +0.019165039062 +0.106933593750 +-0.123046875000 +-0.010131835938 +0.174804687500 +0.038330078125 +-0.022094726562 +0.017089843750 +0.048095703125 +-0.114257812500 +-0.095703125000 +0.015625000000 +-0.019409179688 +0.064453125000 +0.103027343750 +-0.039794921875 +-0.070800781250 +0.183593750000 +-0.060546875000 +0.151367187500 +-0.065429687500 +-0.034667968750 +0.062500000000 +-0.027343750000 +-0.129882812500 +0.084472656250 +0.082519531250 +-0.090332031250 +0.127929687500 +0.065429687500 +-0.201171875000 +-0.074707031250 +-0.071289062500 +0.036132812500 +-0.006225585938 +-0.083984375000 +0.015625000000 +-0.067382812500 +-0.106933593750 +-0.104980468750 +0.052246093750 +0.063964843750 +0.035888671875 +0.111816406250 +-0.114257812500 +0.004272460938 +0.086914062500 +0.065917968750 +0.082031250000 +-0.127929687500 +-0.090332031250 +-0.125976562500 +-0.018676757812 +0.090820312500 +0.075683593750 +-0.015441894531 +0.120605468750 +0.162109375000 +-0.077148437500 +-0.118652343750 +0.190429687500 +0.104980468750 +0.041259765625 +0.036132812500 +-0.009338378906 +0.024780273438 +0.129882812500 +0.029663085938 +0.073730468750 +0.171875000000 +0.002151489258 +0.168945312500 +-0.089355468750 +-0.066406250000 +-0.131835937500 +0.020996093750 +-0.052246093750 +0.009338378906 +-0.151367187500 +0.110839843750 +-0.068847656250 +0.077636718750 +-0.026245117188 +0.109375000000 +0.182617187500 +-0.277343750000 +-0.024658203125 +-0.139648437500 +-0.040039062500 +-0.153320312500 +-0.125976562500 +0.129882812500 +-0.124023437500 +0.043945312500 +0.066894531250 +-0.173828125000 +0.095703125000 +0.177734375000 +0.110351562500 +0.009338378906 +-0.013916015625 +0.017333984375 +-0.147460937500 +-0.013793945312 +-0.115234375000 +-0.091796875000 +-0.044921875000 +0.122558593750 +0.103515625000 +-0.022583007812 +-0.151367187500 +0.051757812500 +-0.016479492188 +0.203125000000 +0.058593750000 +0.014709472656 +0.021362304688 +0.134765625000 +0.162109375000 +-0.037109375000 +-0.040283203125 +0.028320312500 +0.005889892578 +0.164062500000 +0.065917968750 +0.147460937500 +-0.097656250000 +0.125000000000 +-0.080566406250 +-0.055908203125 +-0.080078125000 +-0.134765625000 +-0.049316406250 +-0.022094726562 +-0.100097656250 +-0.070312500000 +0.063476562500 +-0.029907226562 +0.241210937500 +0.211914062500 +0.488281250000 +0.353515625000 +0.000713348389 +-0.046386718750 +-0.218750000000 +0.208984375000 +0.052246093750 +-0.308593750000 +-0.016479492188 +0.101074218750 +-0.096191406250 +0.455078125000 +-0.054687500000 +0.000907897949 +-0.149414062500 +0.025146484375 +0.248046875000 +-0.093750000000 +0.154296875000 +0.273437500000 +-0.167968750000 +0.326171875000 +0.219726562500 +-0.081542968750 +-0.027832031250 +-0.134765625000 +0.130859375000 +-0.042724609375 +-0.010192871094 +-0.041992187500 +0.009033203125 +0.176757812500 +0.246093750000 +-0.306640625000 +0.017944335938 +-0.028198242188 +0.149414062500 +-0.031738281250 +-0.000421524048 +-0.125976562500 +-0.057861328125 +0.013732910156 +0.084960937500 +-0.071777343750 +0.130859375000 +0.227539062500 +0.043212890625 +-0.036865234375 +-0.337890625000 +0.208984375000 +-0.108398437500 +0.304687500000 +0.097656250000 +0.023315429688 +-0.028686523438 +0.142578125000 +-0.051269531250 +0.096679687500 +-0.052001953125 +-0.094726562500 +0.308593750000 +-0.004211425781 +-0.166015625000 +0.158203125000 +0.037109375000 +0.217773437500 +0.031250000000 +0.072265625000 +0.165039062500 +-0.193359375000 +-0.145507812500 +-0.076171875000 +0.034667968750 +0.011352539062 +-0.180664062500 +0.039794921875 +-0.083984375000 +-0.221679687500 +-0.175781250000 +-0.204101562500 +0.079589843750 +0.009765625000 +-0.003097534180 +0.079589843750 +-0.054443359375 +-0.008789062500 +0.002395629883 +0.084472656250 +-0.120117187500 +0.166992187500 +0.028076171875 +0.009399414062 +0.096191406250 +-0.173828125000 +0.073242187500 +0.105468750000 +0.046875000000 +0.077636718750 +0.180664062500 +-0.015869140625 +-0.105468750000 +-0.004608154297 +-0.024902343750 +-0.004852294922 +-0.048095703125 +0.174804687500 +0.181640625000 +0.198242187500 +-0.018920898438 +0.259765625000 +-0.073730468750 +-0.296875000000 +-0.099121093750 +-0.242187500000 +-0.214843750000 +0.080078125000 +-0.106445312500 +0.129882812500 +0.136718750000 +0.047119140625 +0.006927490234 +0.051025390625 +0.078125000000 +-0.032226562500 +0.171875000000 +0.029541015625 +0.009765625000 +-0.009094238281 +0.079589843750 +0.014221191406 +0.075683593750 +-0.082031250000 +0.112792968750 +0.075195312500 +-0.190429687500 +0.109375000000 +0.059326171875 +0.080078125000 +-0.077636718750 +-0.062500000000 +-0.161132812500 +0.067382812500 +0.105957031250 +0.010009765625 +0.053222656250 +0.080078125000 +-0.028320312500 +0.080566406250 +-0.037353515625 +0.025512695312 +0.103027343750 +-0.047119140625 +-0.105957031250 +0.060546875000 +-0.096679687500 +0.033935546875 +-0.095214843750 +-0.121093750000 +0.062500000000 +-0.116699218750 +-0.057373046875 +-0.064453125000 +0.041259765625 +-0.084472656250 +-0.045410156250 +-0.075683593750 +-0.070312500000 +-0.038818359375 +0.008911132812 +-0.056396484375 +-0.153320312500 +-0.029663085938 +-0.020751953125 +0.103515625000 +-0.045654296875 +-0.093750000000 +-0.065429687500 +-0.162109375000 +-0.039306640625 +-0.013183593750 +0.100097656250 +-0.186523437500 +-0.078613281250 +-0.023681640625 +-0.075683593750 +-0.129882812500 +0.017700195312 +0.062011718750 +0.041015625000 +0.021606445312 +0.160156250000 +0.025878906250 +-0.049072265625 +-0.291015625000 +0.041992187500 +0.017578125000 +0.120117187500 +-0.000976562500 +-0.001716613770 +-0.020263671875 +0.065917968750 +-0.101562500000 +0.081054687500 +-0.009826660156 +0.030883789062 +-0.020874023438 +-0.013305664062 +0.006652832031 +-0.043701171875 +0.046386718750 +0.066894531250 +-0.162109375000 +0.013854980469 +-0.025268554688 +-0.200195312500 +0.042968750000 +0.049560546875 +0.062988281250 +-0.055419921875 +0.012695312500 +0.000093460083 +-0.104003906250 +-0.197265625000 +0.132812500000 +-0.017700195312 +-0.089843750000 +-0.059814453125 +-0.016967773438 +-0.046630859375 +0.064941406250 +0.208007812500 +0.130859375000 +-0.097167968750 +0.064453125000 +-0.060546875000 +0.016479492188 +-0.014587402344 +-0.092285156250 +0.100097656250 +0.018310546875 +0.040771484375 +-0.017456054688 +-0.005249023438 +-0.013366699219 +-0.053222656250 +-0.002517700195 +-0.194335937500 +0.088378906250 +-0.024414062500 +-0.055175781250 +0.201171875000 +-0.136718750000 +0.107910156250 +0.094238281250 +0.094238281250 +0.157226562500 +-0.062011718750 +0.052978515625 +-0.046630859375 +0.018798828125 +-0.001403808594 +0.015136718750 +-0.003128051758 +0.081542968750 +-0.016357421875 +-0.014770507812 +0.051513671875 +0.079101562500 +0.035644531250 +-0.025146484375 +0.122558593750 +0.001869201660 +0.047119140625 +-0.084472656250 +0.079589843750 +0.035644531250 +0.118164062500 +0.124511718750 +0.060302734375 +0.042236328125 +-0.012145996094 +0.046630859375 +-0.012756347656 +-0.125000000000 +0.022094726562 +0.098632812500 +-0.016845703125 +-0.066894531250 +0.085449218750 +0.035400390625 +0.015441894531 +0.112792968750 +-0.056640625000 +-0.037353515625 +-0.085937500000 +0.066406250000 +0.083007812500 +0.047607421875 +-0.038818359375 +-0.060791015625 +0.069335937500 +0.041259765625 +0.089843750000 +0.005950927734 +-0.024536132812 +-0.049316406250 +0.064941406250 +-0.058105468750 +0.001869201660 +0.020996093750 +-0.083496093750 +0.015014648438 +-0.035156250000 +-0.000682830811 +0.032714843750 +0.006195068359 +-0.018432617188 +0.042724609375 +0.075195312500 +-0.008056640625 +-0.084960937500 +-0.160156250000 +-0.006134033203 +0.070312500000 +0.134765625000 +-0.089843750000 +0.014648437500 +0.030761718750 +-0.073730468750 +-0.128906250000 +0.241210937500 +-0.083007812500 +-0.150390625000 +-0.008300781250 +0.085937500000 +0.083496093750 +-0.074707031250 +-0.188476562500 +-0.052978515625 +0.010253906250 +-0.087890625000 +0.086914062500 +0.041015625000 +0.121093750000 +-0.050781250000 +-0.017211914062 +-0.031494140625 +0.064941406250 +0.009704589844 +0.147460937500 +-0.131835937500 +0.036621093750 +-0.056640625000 +-0.119628906250 +0.054443359375 +-0.039550781250 +-0.087402343750 +-0.005828857422 +-0.120117187500 +-0.009948730469 +0.046875000000 +-0.176757812500 +0.029785156250 +-0.034179687500 +-0.108886718750 +0.051269531250 +-0.053466796875 +0.076171875000 +0.131835937500 +0.042724609375 +0.053222656250 +-0.172851562500 +0.088378906250 +0.021362304688 +-0.056884765625 +-0.235351562500 +-0.162109375000 +-0.102050781250 +-0.030517578125 +-0.106445312500 +0.263671875000 +-0.355468750000 +0.168945312500 +-0.043457031250 +-0.129882812500 +0.136718750000 +0.172851562500 +-0.198242187500 +-0.125000000000 +-0.110351562500 +0.016601562500 +0.095703125000 +-0.096679687500 +-0.161132812500 +0.062500000000 +-0.197265625000 +-0.208984375000 +0.065429687500 +0.052734375000 +0.217773437500 +-0.030883789062 +0.085937500000 +-0.165039062500 +-0.096679687500 +-0.141601562500 +-0.041992187500 +-0.133789062500 +-0.257812500000 +-0.005249023438 +0.020751953125 +-0.178710937500 +0.149414062500 +-0.033935546875 +0.180664062500 +0.060302734375 +-0.221679687500 +-0.145507812500 +-0.000560760498 +0.070312500000 +0.269531250000 +-0.114257812500 +0.066894531250 +-0.014587402344 +-0.051025390625 +-0.062500000000 +-0.298828125000 +0.043212890625 +-0.187500000000 +-0.097656250000 +0.055908203125 +0.075195312500 +0.057373046875 +0.093261718750 +0.016601562500 +0.126953125000 +0.179687500000 +0.306640625000 +-0.002166748047 +0.161132812500 +-0.267578125000 +-0.101074218750 +-0.084960937500 +0.035156250000 +0.162109375000 +0.019531250000 +-0.145507812500 +0.232421875000 +-0.306640625000 +-0.333984375000 +0.114257812500 +-0.052001953125 +0.089843750000 +0.104492187500 +0.177734375000 +-0.063964843750 +-0.042968750000 +0.021728515625 +-0.079101562500 +-0.062988281250 +0.053710937500 +-0.220703125000 +-0.085937500000 +0.296875000000 +0.075195312500 +-0.234375000000 +0.198242187500 +-0.054687500000 +0.173828125000 +0.056640625000 +-0.026123046875 +0.041992187500 +-0.157226562500 +-0.177734375000 +-0.125000000000 +-0.016235351562 +0.151367187500 +-0.195312500000 +0.032470703125 +0.171875000000 +0.220703125000 +-0.029052734375 +-0.126953125000 +0.015380859375 +0.036865234375 +-0.039306640625 +-0.014465332031 +-0.175781250000 +-0.115722656250 +0.069335937500 +-0.147460937500 +-0.316406250000 +0.002853393555 +-0.016967773438 +0.161132812500 +0.094726562500 +-0.107421875000 +0.071777343750 +-0.006378173828 +0.138671875000 +0.265625000000 +-0.149414062500 +0.126953125000 +-0.373046875000 +0.004882812500 +0.059570312500 +0.031738281250 +0.109863281250 +-0.157226562500 +-0.014038085938 +-0.066406250000 +0.010986328125 +0.007751464844 +-0.039794921875 +-0.041748046875 +0.002517700195 +-0.045654296875 +0.104980468750 +0.047851562500 +-0.015319824219 +0.023437500000 +0.020385742188 +-0.077636718750 +0.064941406250 +-0.116210937500 +-0.091308593750 +0.145507812500 +0.039550781250 +0.031127929688 +0.028442382812 +0.157226562500 +-0.048828125000 +0.079101562500 +-0.007232666016 +-0.026000976562 +0.007934570312 +0.011108398438 +0.020751953125 +-0.008300781250 +0.066406250000 +-0.086914062500 +-0.082519531250 +0.055664062500 +0.056640625000 +-0.126953125000 +0.076660156250 +-0.067382812500 +-0.041503906250 +-0.009155273438 +0.042724609375 +-0.085449218750 +-0.007293701172 +-0.053955078125 +0.112792968750 +0.094726562500 +0.034179687500 +-0.070312500000 +0.069824218750 +0.033691406250 +0.120117187500 +0.031250000000 +-0.104980468750 +0.044189453125 +-0.096679687500 +-0.073730468750 +0.001510620117 +-0.045898437500 +-0.033203125000 +-0.157226562500 +-0.018310546875 +0.049560546875 +-0.034667968750 +-0.043457031250 +-0.110351562500 +0.017333984375 +0.072753906250 +-0.100585937500 +0.059814453125 +0.002441406250 +0.098632812500 +0.069824218750 +-0.067382812500 +0.001594543457 +0.022460937500 +0.101074218750 +-0.028076171875 +0.020385742188 +-0.013549804688 +-0.014282226562 +-0.000324249268 +-0.139648437500 +0.069824218750 +-0.064941406250 +-0.027099609375 +0.083496093750 +0.027221679688 +-0.150390625000 +0.070312500000 +-0.106933593750 +-0.102050781250 +-0.220703125000 +-0.056396484375 +-0.104492187500 +0.092773437500 +-0.144531250000 +0.082031250000 +-0.091796875000 +0.176757812500 +-0.014160156250 +0.065917968750 +-0.098144531250 +0.085937500000 +-0.076660156250 +0.108398437500 +-0.006072998047 +0.186523437500 +0.089355468750 +0.005859375000 +0.059814453125 +0.064453125000 +0.094238281250 +-0.031494140625 +-0.068847656250 +0.164062500000 +-0.119628906250 +-0.112792968750 +-0.100097656250 +-0.015991210938 +-0.017211914062 +-0.048095703125 +0.032226562500 +0.080078125000 +-0.177734375000 +-0.024291992188 +0.026733398438 +-0.171875000000 +-0.076660156250 +0.069335937500 +0.013183593750 +-0.022827148438 +-0.034423828125 +-0.044433593750 +-0.129882812500 +-0.066894531250 +-0.083984375000 +-0.132812500000 +0.050292968750 +-0.029663085938 +-0.034423828125 +0.130859375000 +-0.010620117188 +-0.096191406250 +-0.062988281250 +0.009338378906 +-0.130859375000 +-0.164062500000 +-0.004028320312 +-0.088867187500 +-0.130859375000 +0.046386718750 +0.077636718750 +-0.081054687500 +0.084960937500 +-0.026367187500 +-0.153320312500 +0.026489257812 +0.096679687500 +-0.024780273438 +-0.071777343750 +-0.026367187500 +-0.166015625000 +-0.035156250000 +-0.235351562500 +-0.077148437500 +0.094238281250 +-0.049560546875 +0.043701171875 +-0.069335937500 +-0.139648437500 +-0.026245117188 +-0.149414062500 +-0.131835937500 +0.239257812500 +0.050537109375 +-0.106445312500 +-0.114746093750 +0.080566406250 +-0.132812500000 +0.017333984375 +0.015441894531 +0.115234375000 +-0.224609375000 +0.085937500000 +0.005950927734 +-0.121582031250 +0.166992187500 +0.096679687500 +0.080566406250 +0.115234375000 +-0.156250000000 +-0.027954101562 +0.004364013672 +0.169921875000 +-0.055908203125 +-0.071289062500 +-0.102539062500 +-0.056396484375 +0.112304687500 +-0.124023437500 +0.201171875000 +-0.070800781250 +0.034423828125 +-0.077148437500 +0.056152343750 +-0.012512207031 +-0.062988281250 +-0.091308593750 +0.070312500000 +-0.094238281250 +0.125000000000 +-0.022705078125 +0.087402343750 +0.130859375000 +-0.013854980469 +-0.202148437500 +-0.126953125000 +-0.045898437500 +-0.151367187500 +0.031127929688 +0.007751464844 +-0.065429687500 +-0.190429687500 +0.009033203125 +0.026245117188 +-0.011291503906 +-0.002609252930 +-0.031494140625 +0.006469726562 +0.125976562500 +0.139648437500 +0.087890625000 +0.094726562500 +0.121093750000 +-0.134765625000 +0.092773437500 +0.078125000000 +-0.174804687500 +-0.129882812500 +-0.070312500000 +0.025878906250 +0.071289062500 +-0.148437500000 +-0.097167968750 +-0.005340576172 +-0.077636718750 +-0.103027343750 +0.048583984375 +0.004913330078 +-0.211914062500 +-0.186523437500 +0.056396484375 +-0.136718750000 +0.050781250000 +-0.146484375000 +-0.065429687500 +0.200195312500 +0.049804687500 +-0.118652343750 +0.022705078125 +0.102050781250 +-0.205078125000 +0.167968750000 +-0.064941406250 +0.023193359375 +-0.050292968750 +-0.107910156250 +0.129882812500 +-0.003875732422 +-0.033935546875 +0.046875000000 +0.009216308594 +-0.241210937500 +-0.144531250000 +-0.135742187500 +-0.096191406250 +-0.070312500000 +-0.032714843750 +0.073730468750 +0.006347656250 +-0.125976562500 +-0.061767578125 +0.016967773438 +0.251953125000 +-0.037353515625 +-0.050781250000 +0.055664062500 +0.108886718750 +0.162109375000 +-0.011840820312 +0.031982421875 +-0.014221191406 +-0.079101562500 +0.027099609375 +-0.038818359375 +-0.093750000000 +0.154296875000 +0.088378906250 +0.104980468750 +-0.047119140625 +-0.131835937500 +-0.082519531250 +0.003768920898 +-0.091308593750 +-0.004913330078 +-0.028198242188 +0.194335937500 +0.179687500000 +-0.023559570312 +0.106933593750 +0.162109375000 +0.019775390625 +0.045166015625 +0.081054687500 +0.010131835938 +-0.043212890625 +0.030761718750 +0.178710937500 +-0.124511718750 +0.018188476562 +0.110351562500 +0.041503906250 +-0.112304687500 +0.148437500000 +0.140625000000 +0.206054687500 +0.025756835938 +0.084472656250 +0.018432617188 +0.039306640625 +-0.076171875000 +0.105957031250 +0.052490234375 +0.031005859375 +0.160156250000 +0.042968750000 +-0.066406250000 +0.185546875000 +0.029296875000 +-0.218750000000 +0.049072265625 +0.036865234375 +0.147460937500 +0.175781250000 +0.149414062500 +0.190429687500 +-0.033447265625 +-0.265625000000 +-0.028076171875 +0.075683593750 +0.294921875000 +-0.158203125000 +0.073242187500 +0.120605468750 +0.084960937500 +-0.033447265625 +-0.090820312500 +-0.041015625000 +0.112792968750 +0.375000000000 +0.088378906250 +0.063476562500 +0.025268554688 +-0.041992187500 +0.081054687500 +0.124023437500 +0.031127929688 +-0.015380859375 +0.122558593750 +-0.026245117188 +0.086914062500 +-0.092773437500 +0.012878417969 +0.156250000000 +0.074218750000 +-0.015747070312 +-0.061035156250 +-0.220703125000 +0.128906250000 +0.083984375000 +0.051269531250 +-0.316406250000 +0.047607421875 +0.180664062500 +-0.053466796875 +0.053710937500 +-0.062255859375 +0.027709960938 +0.022216796875 +0.090332031250 +-0.148437500000 +0.242187500000 +0.185546875000 +-0.075195312500 +-0.200195312500 +-0.244140625000 +0.135742187500 +0.123535156250 +0.075195312500 +-0.073730468750 +-0.010925292969 +0.172851562500 +-0.025024414062 +-0.054199218750 +-0.122558593750 +0.076171875000 +0.190429687500 +0.035644531250 +0.052246093750 +0.077636718750 +0.053955078125 +0.122070312500 +-0.028320312500 +0.033203125000 +-0.054931640625 +0.172851562500 +-0.104003906250 +-0.165039062500 +0.015258789062 +0.122070312500 +0.031982421875 +-0.157226562500 +0.162109375000 +0.073242187500 +-0.018432617188 +0.165039062500 +0.054687500000 +0.180664062500 +0.000614166260 +0.007232666016 +-0.025268554688 +0.047363281250 +0.175781250000 +-0.034423828125 +-0.127929687500 +0.067871093750 +-0.068359375000 +-0.139648437500 +-0.087890625000 +0.062988281250 +-0.251953125000 +-0.108886718750 +-0.062988281250 +-0.176757812500 +0.097656250000 +0.030639648438 +-0.055175781250 +-0.102539062500 +0.139648437500 +0.181640625000 +-0.084472656250 +0.052001953125 +0.063964843750 +-0.042480468750 +-0.074218750000 +0.022460937500 +-0.188476562500 +-0.126953125000 +-0.173828125000 +-0.096679687500 +-0.103515625000 +0.083496093750 +-0.064941406250 +0.133789062500 +-0.041259765625 +-0.033447265625 +0.105468750000 +-0.031494140625 +-0.058593750000 +-0.089843750000 +0.051025390625 +0.067382812500 +0.100585937500 +0.089843750000 +0.150390625000 +0.059570312500 +0.277343750000 +0.023437500000 +0.078613281250 +-0.100585937500 +-0.130859375000 +0.219726562500 +-0.275390625000 +-0.152343750000 +-0.269531250000 +0.089355468750 +-0.033447265625 +0.199218750000 +-0.041015625000 +-0.047363281250 +0.056152343750 +0.084960937500 +-0.243164062500 +0.108398437500 +-0.181640625000 +-0.222656250000 +-0.069824218750 +-0.294921875000 +-0.042480468750 +-0.008117675781 +0.018188476562 +0.018554687500 +0.138671875000 +-0.016967773438 +0.046142578125 +-0.037841796875 +0.067871093750 +0.038818359375 +0.242187500000 +-0.347656250000 +0.008972167969 +0.120117187500 +-0.187500000000 +0.120605468750 +0.007202148438 +-0.080566406250 +0.009460449219 +0.112304687500 +-0.125976562500 +0.057861328125 +0.053222656250 +0.200195312500 +-0.194335937500 +-0.105957031250 +0.019653320312 +0.105468750000 +-0.082031250000 +-0.248046875000 +0.032714843750 +-0.030639648438 +0.106445312500 +-0.148437500000 +0.046630859375 +0.013793945312 +-0.199218750000 +0.026611328125 +-0.084472656250 +0.096679687500 +0.024658203125 +-0.043945312500 +-0.030273437500 +-0.019165039062 +0.203125000000 +-0.084472656250 +-0.091796875000 +0.056152343750 +-0.099121093750 +0.204101562500 +-0.124511718750 +0.078125000000 +0.101074218750 +0.238281250000 +-0.089355468750 +0.112792968750 +-0.162109375000 +0.054443359375 +0.275390625000 +0.126953125000 +-0.016967773438 +-0.151367187500 +0.136718750000 +0.005035400391 +-0.126953125000 +0.035888671875 +0.123535156250 +-0.199218750000 +-0.125000000000 +-0.039306640625 +-0.249023437500 +0.062500000000 +-0.002685546875 +0.158203125000 +-0.179687500000 +0.215820312500 +0.052001953125 +0.035888671875 +0.080566406250 +0.070800781250 +-0.079589843750 +0.123046875000 +-0.028076171875 +-0.048095703125 +0.037353515625 +-0.182617187500 +-0.210937500000 +-0.004119873047 +0.109375000000 +0.002716064453 +-0.053710937500 +0.027709960938 +-0.091308593750 +0.106933593750 +0.281250000000 +0.038818359375 +-0.312500000000 +0.001373291016 +-0.320312500000 +0.053466796875 +-0.019897460938 +0.048583984375 +0.009094238281 +0.002410888672 +0.021972656250 +0.043212890625 +-0.069824218750 +-0.225585937500 +-0.189453125000 +0.228515625000 +0.003967285156 +0.129882812500 +-0.095214843750 +-0.123046875000 +-0.152343750000 +-0.024658203125 +-0.129882812500 +-0.172851562500 +-0.057128906250 +-0.214843750000 +0.003875732422 +0.089355468750 +0.058349609375 +0.098144531250 +-0.273437500000 +0.010925292969 +-0.059570312500 +-0.083496093750 +0.139648437500 +-0.312500000000 +0.046142578125 +-0.024169921875 +0.050048828125 +-0.073730468750 +0.064453125000 +-0.050537109375 +0.066406250000 +-0.171875000000 +0.114746093750 +-0.127929687500 +0.044921875000 +-0.019531250000 +-0.097167968750 +0.149414062500 +0.152343750000 +0.071777343750 +0.098144531250 +-0.060302734375 +-0.279296875000 +0.013000488281 +-0.000488281250 +-0.056152343750 +0.001815795898 +-0.137695312500 +0.034667968750 +-0.060546875000 +-0.088867187500 +0.020141601562 +0.022705078125 +-0.046142578125 +-0.152343750000 +-0.191406250000 +-0.154296875000 +0.044433593750 +0.144531250000 +0.189453125000 +-0.130859375000 +0.015869140625 +-0.025146484375 +-0.116699218750 +0.020263671875 +0.223632812500 +-0.008483886719 +-0.044921875000 +-0.038330078125 +-0.144531250000 +0.145507812500 +-0.294921875000 +-0.174804687500 +-0.094726562500 +-0.072265625000 +-0.085449218750 +-0.088378906250 +-0.144531250000 +-0.055664062500 +-0.029907226562 +-0.124023437500 +0.291015625000 +0.042480468750 +0.099609375000 +-0.097656250000 +0.144531250000 +-0.032714843750 +0.078125000000 +0.087402343750 +-0.138671875000 +-0.036865234375 +0.062988281250 +0.092773437500 +0.021484375000 +0.029418945312 +0.061035156250 +0.098632812500 +-0.034912109375 +-0.042724609375 +0.061035156250 +-0.162109375000 +0.058105468750 +-0.081054687500 +-0.060791015625 +-0.096679687500 +-0.253906250000 +0.019409179688 +-0.267578125000 +0.114257812500 +0.047119140625 +0.102050781250 +0.207031250000 +0.106445312500 +0.127929687500 +-0.218750000000 +-0.021728515625 +0.087890625000 +-0.084472656250 +0.105468750000 +0.050292968750 +-0.027343750000 +0.062255859375 +0.172851562500 +-0.125976562500 +-0.149414062500 +0.109375000000 +-0.267578125000 +0.028564453125 +0.059814453125 +-0.215820312500 +-0.134765625000 +0.055175781250 +-0.039550781250 +-0.132812500000 +0.010009765625 +0.013000488281 +-0.167968750000 +0.058837890625 +0.199218750000 +0.111328125000 +0.142578125000 +0.094238281250 +0.041259765625 +0.130859375000 +-0.060791015625 +-0.101562500000 +-0.070312500000 +-0.125976562500 +0.013916015625 +0.143554687500 +-0.067871093750 +-0.052001953125 +-0.099609375000 +-0.096191406250 +-0.105468750000 +0.170898437500 +0.063964843750 +-0.111816406250 +-0.109375000000 +0.166992187500 +0.054687500000 +-0.204101562500 +-0.080566406250 +0.047607421875 +0.071289062500 +0.197265625000 +0.067382812500 +-0.060058593750 +0.067871093750 +0.141601562500 +-0.119628906250 +-0.046386718750 +-0.129882812500 +-0.045654296875 +-0.147460937500 +-0.078125000000 +-0.088867187500 +0.135742187500 +-0.106933593750 +-0.322265625000 +0.028930664062 +-0.091796875000 +-0.022094726562 +-0.002502441406 +0.068847656250 +0.000564575195 +-0.107910156250 +0.041748046875 +0.094238281250 +-0.014953613281 +-0.066894531250 +-0.104003906250 +0.230468750000 +0.195312500000 +0.117187500000 +0.091796875000 +-0.023437500000 +-0.076660156250 +0.106933593750 +-0.123535156250 +0.122070312500 +0.016845703125 +-0.021606445312 +0.090332031250 +0.033935546875 +-0.038574218750 +0.023925781250 +-0.137695312500 +-0.014404296875 +0.020996093750 +-0.098632812500 +-0.209960937500 +0.062988281250 +0.076660156250 +0.031494140625 +0.098144531250 +0.212890625000 +0.003433227539 +-0.093750000000 +0.048583984375 +-0.090820312500 +-0.031494140625 +0.084472656250 +0.056884765625 +-0.118164062500 +-0.024780273438 +-0.010437011719 +0.024536132812 +-0.030395507812 +0.147460937500 +0.188476562500 +0.090332031250 +-0.142578125000 +0.168945312500 +0.131835937500 +-0.046386718750 +-0.004943847656 +0.068847656250 +-0.112304687500 +-0.035888671875 +0.051757812500 +0.141601562500 +0.092285156250 +0.004547119141 +0.018798828125 +-0.068847656250 +0.033447265625 +0.047607421875 +-0.093750000000 +-0.189453125000 +0.029785156250 +-0.035156250000 +-0.152343750000 +0.061035156250 +-0.028930664062 +0.035400390625 +0.078125000000 +-0.129882812500 +-0.243164062500 +0.314453125000 +0.051025390625 +0.207031250000 +0.113769531250 +0.015991210938 +0.034667968750 +0.031127929688 +-0.000377655029 +-0.089843750000 +-0.016113281250 +-0.039550781250 +-0.022216796875 +-0.039550781250 +0.035156250000 +0.003280639648 +-0.100097656250 +0.058349609375 +-0.016479492188 +0.098632812500 +-0.099121093750 +-0.287109375000 +0.111816406250 +-0.062988281250 +0.105468750000 +-0.057373046875 +0.079589843750 +-0.022460937500 +-0.070312500000 +-0.136718750000 +0.022583007812 +-0.125000000000 +0.155273437500 +0.051757812500 +0.010498046875 +-0.021240234375 +0.161132812500 +-0.053466796875 +0.212890625000 +-0.114746093750 +0.024169921875 +-0.002334594727 +-0.055419921875 +-0.181640625000 +-0.184570312500 +-0.017822265625 +0.023803710938 +0.134765625000 +-0.029541015625 +-0.168945312500 +0.140625000000 +-0.043457031250 +-0.090332031250 +-0.110839843750 +0.105957031250 +0.100097656250 +-0.094238281250 +0.124511718750 +0.002624511719 +0.002212524414 +0.126953125000 +0.038085937500 +-0.104003906250 +0.104003906250 +-0.105468750000 +-0.076171875000 +0.182617187500 +-0.101562500000 +-0.074707031250 +0.097656250000 +-0.137695312500 +0.148437500000 +-0.003509521484 +-0.168945312500 +-0.050048828125 +0.130859375000 +-0.020263671875 +-0.004211425781 +0.160156250000 +-0.086425781250 +0.112792968750 +0.057861328125 +0.016235351562 +0.044433593750 +-0.205078125000 +-0.052734375000 +-0.094238281250 +-0.107910156250 +-0.016357421875 +0.128906250000 +-0.009338378906 +-0.034912109375 +-0.003265380859 +0.060302734375 +0.090820312500 +-0.105468750000 +0.020751953125 +0.155273437500 +-0.008178710938 +0.104492187500 +-0.070800781250 +0.078125000000 +-0.024047851562 +-0.052734375000 +-0.100585937500 +-0.175781250000 +-0.283203125000 +-0.175781250000 +-0.021362304688 +-0.209960937500 +-0.082519531250 +-0.106445312500 +0.041503906250 +-0.007019042969 +0.031982421875 +-0.041748046875 +-0.130859375000 +-0.080566406250 +0.052734375000 +-0.116699218750 +-0.004150390625 +-0.074218750000 +0.004425048828 +0.078613281250 +0.027709960938 +-0.064453125000 +0.054687500000 +-0.145507812500 +0.048095703125 +-0.194335937500 +0.041503906250 +0.053710937500 +-0.039550781250 +-0.097167968750 +-0.012023925781 +0.092285156250 +0.024047851562 +0.074218750000 +-0.101562500000 +-0.103515625000 +-0.110839843750 +-0.007781982422 +0.084960937500 +0.027587890625 +-0.095214843750 +-0.009582519531 +0.066406250000 +-0.261718750000 +0.078613281250 +0.067871093750 +0.007385253906 +-0.121582031250 +-0.153320312500 +-0.207031250000 +-0.111816406250 +0.000087261200 +0.147460937500 +0.246093750000 +0.269531250000 +-0.341796875000 +0.089843750000 +-0.229492187500 +0.128906250000 +-0.324218750000 +-0.187500000000 +-0.030517578125 +-0.074707031250 +0.017578125000 +-0.111816406250 +0.035888671875 +0.001922607422 +-0.004333496094 +-0.246093750000 +0.053710937500 +0.046142578125 +-0.135742187500 +-0.033935546875 +0.002883911133 +0.119140625000 +-0.008483886719 +-0.281250000000 +-0.147460937500 +-0.039550781250 +0.050781250000 +0.073730468750 +-0.000526428223 +0.016357421875 +-0.072265625000 +-0.145507812500 +-0.056640625000 +-0.209960937500 +0.044433593750 +-0.097656250000 +0.022583007812 +0.186523437500 +0.003234863281 +-0.162109375000 +-0.013916015625 +0.230468750000 +0.137695312500 +0.208984375000 +-0.007385253906 +0.143554687500 +0.083984375000 +-0.117675781250 +0.142578125000 +-0.025024414062 +-0.219726562500 +0.201171875000 +-0.187500000000 +-0.049804687500 +-0.010070800781 +0.132812500000 +0.043945312500 +-0.283203125000 +-0.015502929688 +-0.123535156250 +0.298828125000 +-0.353515625000 +0.159179687500 +0.062011718750 +-0.026245117188 +0.027587890625 +0.048339843750 +-0.042480468750 +0.032226562500 +-0.068847656250 +-0.172851562500 +0.060302734375 +-0.494140625000 +-0.112304687500 +-0.076171875000 +-0.030395507812 +-0.020629882812 +-0.032958984375 +-0.243164062500 +-0.181640625000 +0.017456054688 +-0.176757812500 +0.006408691406 +-0.105957031250 +0.019897460938 +-0.061767578125 +0.020507812500 +0.066894531250 +0.107421875000 +-0.022949218750 +-0.080566406250 +-0.045410156250 +-0.089355468750 +0.049560546875 +-0.126953125000 +0.208984375000 +-0.041015625000 +-0.020141601562 +-0.233398437500 +0.075195312500 +0.152343750000 +-0.038818359375 +0.056640625000 +0.032958984375 +-0.029052734375 +-0.137695312500 +-0.023681640625 +0.007751464844 +-0.042968750000 +-0.227539062500 +-0.090820312500 +0.044189453125 +-0.067871093750 +0.060058593750 +0.116699218750 +-0.002914428711 +-0.063476562500 +-0.251953125000 +0.003128051758 +0.080566406250 +-0.275390625000 +0.055419921875 +-0.213867187500 +-0.054443359375 +-0.017333984375 +-0.001266479492 +0.125000000000 +-0.175781250000 +-0.134765625000 +0.020751953125 +0.046875000000 +-0.160156250000 +-0.021362304688 +-0.263671875000 +-0.134765625000 +-0.202148437500 +0.002914428711 +-0.001350402832 +-0.045166015625 +0.130859375000 +-0.105468750000 +-0.066894531250 +0.060546875000 +0.086425781250 +-0.010742187500 +-0.081054687500 +-0.248046875000 +0.083007812500 +0.161132812500 +-0.130859375000 +-0.218750000000 +-0.140625000000 +-0.124023437500 +0.002578735352 +-0.406250000000 +0.154296875000 +-0.037353515625 +-0.150390625000 +0.024291992188 +-0.112792968750 +0.130859375000 +-0.039794921875 +-0.077148437500 +0.057373046875 +-0.136718750000 +-0.079101562500 +0.127929687500 +-0.113281250000 +-0.120605468750 +0.057373046875 +-0.097656250000 +0.203125000000 +-0.128906250000 +0.071777343750 +-0.022705078125 +-0.237304687500 +-0.035644531250 +0.294921875000 +0.004608154297 +-0.209960937500 +-0.149414062500 +0.090332031250 +0.158203125000 +0.024291992188 +-0.042236328125 +0.067382812500 +-0.376953125000 +0.037597656250 +-0.020874023438 +-0.253906250000 +-0.117675781250 +0.079589843750 +0.012817382812 +-0.202148437500 +0.122558593750 +0.061523437500 +0.155273437500 +-0.010986328125 +-0.157226562500 +-0.102050781250 +-0.086914062500 +-0.000476837158 +0.053710937500 +-0.183593750000 +-0.041503906250 +-0.004180908203 +-0.118652343750 +-0.082031250000 +-0.038574218750 +0.133789062500 +-0.007598876953 +-0.000808715820 +-0.122558593750 +-0.113281250000 +0.028198242188 +0.008422851562 +0.208984375000 +0.133789062500 +-0.186523437500 +-0.119140625000 +0.115722656250 +0.213867187500 +0.101562500000 +0.050048828125 +-0.106933593750 +-0.167968750000 +0.027465820312 +-0.061767578125 +-0.052490234375 +0.072753906250 +0.075195312500 +-0.131835937500 +0.022583007812 +0.040771484375 +-0.150390625000 +0.102050781250 +0.120117187500 +0.007019042969 +0.008117675781 +-0.032714843750 +-0.074707031250 +0.107910156250 +-0.047119140625 +0.151367187500 +0.046630859375 +-0.218750000000 +-0.014221191406 +0.053466796875 +0.300781250000 +0.111328125000 +-0.018920898438 +-0.079101562500 +-0.119628906250 +0.007415771484 +0.231445312500 +-0.127929687500 +0.006805419922 +-0.038330078125 +0.007598876953 +0.129882812500 +-0.038330078125 +0.053710937500 +0.005584716797 +0.045654296875 +-0.067382812500 +-0.116699218750 +-0.073242187500 +0.015869140625 +-0.039062500000 +0.200195312500 +0.005432128906 +0.042724609375 +0.163085937500 +0.089843750000 +-0.002899169922 +0.076660156250 +-0.028564453125 +-0.002075195312 +0.055908203125 +0.001770019531 +-0.025390625000 +-0.050048828125 +-0.005065917969 +-0.031127929688 +-0.047119140625 +-0.022583007812 +-0.119140625000 +0.023071289062 +0.010742187500 +0.060791015625 +-0.222656250000 +-0.025878906250 +-0.056884765625 +0.031494140625 +-0.089355468750 +0.015563964844 +0.014526367188 +-0.047363281250 +-0.001701354980 +-0.065429687500 +0.007232666016 +0.052734375000 +0.124511718750 +-0.079101562500 +-0.019531250000 +0.060302734375 +-0.031982421875 +0.167968750000 +-0.084960937500 +-0.159179687500 +0.024780273438 +-0.091308593750 +-0.095703125000 +0.150390625000 +0.026611328125 +0.031494140625 +-0.100097656250 +0.011840820312 +-0.149414062500 +-0.132812500000 +-0.090820312500 +0.100097656250 +-0.157226562500 +0.055664062500 +0.062011718750 +0.129882812500 +-0.004943847656 +-0.063476562500 +-0.142578125000 +-0.026611328125 +-0.029907226562 +0.114746093750 +-0.129882812500 +0.023071289062 +-0.045166015625 +0.044677734375 +0.093750000000 +-0.096191406250 +-0.128906250000 +-0.136718750000 +0.085937500000 +-0.000793457031 +0.003784179688 +0.024047851562 +0.037597656250 +-0.074218750000 +-0.007812500000 +-0.119628906250 +0.021728515625 +0.165039062500 +-0.005828857422 +-0.052978515625 +0.007110595703 +-0.016113281250 +0.062500000000 +0.055664062500 +0.025512695312 +-0.049804687500 +-0.019165039062 +-0.001754760742 +-0.063964843750 +0.054687500000 +0.117675781250 +-0.102050781250 +-0.058837890625 +0.072753906250 +-0.071289062500 +0.034667968750 +0.057617187500 +0.166992187500 +0.026977539062 +0.055664062500 +-0.060058593750 +-0.052978515625 +-0.023315429688 +-0.088867187500 +-0.062500000000 +0.050537109375 +0.193359375000 +-0.149414062500 +0.037109375000 +0.015014648438 +-0.166015625000 +-0.023803710938 +-0.000142097473 +-0.063964843750 +0.077148437500 +0.000214576721 +0.081054687500 +-0.043945312500 +-0.025512695312 +0.047607421875 +0.052246093750 +0.049804687500 +-0.010925292969 +-0.022583007812 +-0.028686523438 +0.007629394531 +0.011962890625 +-0.052734375000 +0.045410156250 +0.019653320312 +0.024902343750 +-0.041992187500 +-0.045898437500 +0.026733398438 +0.068359375000 +-0.089355468750 +-0.015869140625 +-0.070312500000 +0.008544921875 +0.013122558594 +-0.027832031250 +-0.039062500000 +0.052001953125 +-0.125000000000 +0.004272460938 +-0.067382812500 +0.131835937500 +0.015563964844 +0.038818359375 +0.083007812500 +0.013671875000 +-0.003265380859 +-0.063476562500 +0.010437011719 +0.009643554688 +-0.067871093750 +0.080566406250 +0.025634765625 +0.053466796875 +-0.125976562500 +-0.029174804688 +-0.001220703125 +0.055419921875 +0.021240234375 +-0.015991210938 +0.040283203125 +0.100585937500 +-0.058593750000 +-0.012084960938 +-0.008178710938 +-0.017700195312 +0.007995605469 +0.000595092773 +0.018676757812 +0.157226562500 +0.179687500000 +0.066406250000 +0.029663085938 +0.020263671875 +-0.006591796875 +-0.075683593750 +0.030273437500 +0.020263671875 +0.078125000000 +0.016845703125 +-0.011962890625 +0.018676757812 +-0.031494140625 +0.202148437500 +0.203125000000 +-0.065917968750 +-0.002975463867 +0.011535644531 +0.028076171875 +0.047851562500 +0.150390625000 +-0.030517578125 +0.015747070312 +0.000976562500 +0.038330078125 +-0.018676757812 +0.017700195312 +-0.054687500000 +0.047851562500 +0.063964843750 +-0.031982421875 +-0.074218750000 +-0.082031250000 +0.035156250000 +-0.003662109375 +0.048828125000 +-0.066406250000 +-0.049560546875 +-0.027221679688 +0.041748046875 +0.065429687500 +0.150390625000 +-0.005950927734 +0.136718750000 +0.054687500000 +-0.007537841797 +-0.008422851562 +0.048095703125 +0.061523437500 +-0.002563476562 +0.145507812500 +0.026977539062 +0.001205444336 +-0.002044677734 +0.046630859375 +0.038818359375 +0.067871093750 +-0.091308593750 +-0.092773437500 +-0.142578125000 +-0.024047851562 +0.175781250000 +-0.062255859375 +0.042724609375 +-0.008850097656 +-0.214843750000 +-0.050537109375 +0.038818359375 +0.068847656250 +0.053466796875 +-0.102539062500 +0.019653320312 +0.096191406250 +-0.061523437500 +0.123046875000 +0.049316406250 +0.030883789062 +-0.006286621094 +-0.036865234375 +-0.028808593750 +0.033447265625 +-0.019897460938 +-0.253906250000 +0.199218750000 +0.129882812500 +-0.053955078125 +0.102539062500 +-0.036865234375 +0.062255859375 +-0.108398437500 +-0.119628906250 +-0.084960937500 +0.114746093750 +-0.050781250000 +-0.089355468750 +-0.106445312500 +0.074707031250 +-0.145507812500 +0.178710937500 +0.110351562500 +0.006042480469 +-0.000942230225 +0.006988525391 +0.035156250000 +0.052734375000 +-0.161132812500 +-0.044189453125 +-0.070800781250 +-0.015502929688 +-0.025634765625 +0.101074218750 +-0.050781250000 +-0.043945312500 +-0.133789062500 +0.009582519531 +-0.069824218750 +-0.193359375000 +0.047607421875 +0.072753906250 +0.102539062500 +0.073730468750 +-0.040527343750 +-0.044189453125 +-0.008422851562 +0.084472656250 +0.044677734375 +0.092285156250 +-0.019775390625 +-0.021728515625 +0.228515625000 +0.041503906250 +0.209960937500 +0.108398437500 +0.037597656250 +-0.240234375000 +-0.027587890625 +0.058105468750 +-0.082519531250 +-0.062988281250 +-0.148437500000 +-0.326171875000 +-0.030517578125 +-0.015747070312 +0.122558593750 +0.024780273438 +0.044921875000 +0.190429687500 +-0.126953125000 +0.047851562500 +0.124511718750 +-0.152343750000 +-0.233398437500 +0.077148437500 +-0.104492187500 +0.011779785156 +0.017089843750 +-0.002090454102 +0.005187988281 +-0.056396484375 +-0.044677734375 +-0.083007812500 +-0.143554687500 +-0.250000000000 +-0.072265625000 +0.023559570312 +-0.198242187500 +0.060546875000 +0.094726562500 +0.031494140625 +-0.031738281250 +-0.001251220703 +0.041992187500 +0.114746093750 +0.084472656250 +-0.204101562500 +0.251953125000 +0.210937500000 +0.062988281250 +0.038818359375 +-0.220703125000 +0.060791015625 +0.216796875000 +0.119628906250 +0.118652343750 +-0.043457031250 +-0.102050781250 +0.098632812500 +0.000452041626 +-0.109863281250 +-0.136718750000 +-0.091796875000 +-0.064453125000 +0.024291992188 +0.142578125000 +-0.067382812500 +0.210937500000 +-0.157226562500 +-0.102539062500 +-0.218750000000 +0.127929687500 +-0.115234375000 +-0.050292968750 +0.027099609375 +0.109375000000 +-0.126953125000 +0.103515625000 +-0.068847656250 +-0.202148437500 +0.158203125000 +-0.251953125000 +-0.000200271606 +-0.053466796875 +-0.071289062500 +0.087402343750 +-0.197265625000 +-0.132812500000 +0.095703125000 +0.063476562500 +-0.207031250000 +-0.120605468750 +-0.008605957031 +-0.090820312500 +0.002716064453 +-0.034912109375 +-0.033935546875 +0.092773437500 +0.125000000000 +0.050537109375 +0.111816406250 +-0.009399414062 +-0.081542968750 +-0.029052734375 +0.095214843750 +-0.063964843750 +-0.010864257812 +-0.034912109375 +-0.065917968750 +-0.075195312500 +0.119140625000 +-0.229492187500 +0.074218750000 +-0.021850585938 +-0.019897460938 +-0.189453125000 +-0.099121093750 +0.005767822266 +0.005310058594 +-0.005004882812 +0.049316406250 +-0.011413574219 +-0.046875000000 +-0.181640625000 +0.107421875000 +-0.191406250000 +0.023559570312 +0.221679687500 +-0.089843750000 +0.057861328125 +-0.093261718750 +-0.197265625000 +0.121582031250 +-0.137695312500 +-0.086425781250 +0.001197814941 +-0.028686523438 +-0.032226562500 +0.036132812500 +0.095703125000 +-0.034667968750 +0.097656250000 +-0.159179687500 +-0.186523437500 +-0.026000976562 +0.026855468750 +-0.105957031250 +0.122070312500 +-0.041992187500 +0.194335937500 +0.121582031250 +-0.080078125000 +0.223632812500 +-0.070800781250 +0.197265625000 +-0.189453125000 +-0.041992187500 +0.079101562500 +-0.008666992188 +-0.053466796875 +-0.062011718750 +0.004394531250 +0.025024414062 +0.143554687500 +-0.105468750000 +-0.033691406250 +0.003265380859 +-0.089355468750 +0.090820312500 +-0.140625000000 +-0.050292968750 +0.042480468750 +0.007415771484 +-0.110351562500 +-0.077148437500 +-0.097167968750 +0.081054687500 +-0.114257812500 +-0.033203125000 +-0.001922607422 +0.099121093750 +0.022094726562 +-0.076660156250 +0.205078125000 +-0.138671875000 +-0.040283203125 +0.072753906250 +-0.021606445312 +0.038330078125 +0.040283203125 +-0.033691406250 +0.108398437500 +0.016601562500 +0.240234375000 +0.039062500000 +-0.113281250000 +-0.138671875000 +0.070800781250 +-0.150390625000 +0.217773437500 +-0.185546875000 +0.034179687500 +0.032714843750 +0.147460937500 +-0.079101562500 +-0.005035400391 +0.231445312500 +0.171875000000 +-0.111328125000 +-0.062500000000 +0.016479492188 +-0.116699218750 +-0.047851562500 +-0.020019531250 +0.172851562500 +0.128906250000 +-0.130859375000 +-0.049072265625 +0.076171875000 +-0.143554687500 +0.031982421875 +0.186523437500 +-0.022583007812 +0.019165039062 +0.071777343750 +0.052978515625 +-0.349609375000 +-0.133789062500 +-0.019042968750 +-0.074707031250 +0.037353515625 +-0.345703125000 +-0.080566406250 +-0.020507812500 +0.016723632812 +0.073242187500 +-0.070312500000 +-0.110839843750 +0.162109375000 +0.027465820312 +0.057617187500 +0.083007812500 +-0.279296875000 +-0.126953125000 +0.222656250000 +-0.066406250000 +0.015136718750 +-0.255859375000 +0.001052856445 +-0.017822265625 +-0.081054687500 +0.083007812500 +-0.082031250000 +-0.097656250000 +-0.071289062500 +0.208984375000 +0.056884765625 +0.231445312500 +-0.152343750000 +-0.257812500000 +0.125976562500 +-0.122558593750 +-0.140625000000 +-0.071289062500 +0.194335937500 +-0.072753906250 +-0.087890625000 +-0.030517578125 +-0.069335937500 +-0.031494140625 +0.213867187500 +0.075195312500 +0.047607421875 +-0.157226562500 +0.008178710938 +-0.115234375000 +0.132812500000 +-0.160156250000 +0.085937500000 +0.057861328125 +-0.283203125000 +0.169921875000 +0.178710937500 +0.020019531250 +-0.006774902344 +-0.151367187500 +-0.076171875000 +0.001167297363 +0.165039062500 +0.021850585938 +0.143554687500 +-0.062011718750 +0.049316406250 +0.069824218750 +0.029541015625 +-0.220703125000 +0.143554687500 +-0.039062500000 +-0.136718750000 +0.049804687500 +-0.134765625000 +0.044189453125 +-0.106933593750 +-0.283203125000 +0.291015625000 +-0.150390625000 +0.171875000000 +0.152343750000 +0.007415771484 +0.035400390625 +0.217773437500 +-0.065429687500 +-0.052246093750 +-0.114746093750 +-0.182617187500 +-0.099609375000 +-0.062500000000 +-0.048339843750 +0.057861328125 +-0.072265625000 +0.206054687500 +-0.068847656250 +-0.063476562500 +0.047607421875 +-0.200195312500 +0.068847656250 +0.073730468750 +-0.038330078125 +0.248046875000 +0.126953125000 +0.001556396484 +-0.068359375000 +0.172851562500 +0.035644531250 +-0.097656250000 +0.025146484375 +-0.110351562500 +0.107421875000 +0.029541015625 +0.000823974609 +-0.062988281250 +0.184570312500 +-0.061767578125 +0.078125000000 +0.151367187500 +0.045654296875 +0.018066406250 +0.003631591797 +0.106445312500 +0.059570312500 +-0.047851562500 +0.120605468750 +0.063476562500 +-0.064453125000 +0.008728027344 +0.091308593750 +0.046386718750 +0.008117675781 +-0.075683593750 +-0.019531250000 +-0.011718750000 +0.194335937500 +0.070800781250 +0.017456054688 +0.018188476562 +-0.063964843750 +-0.061767578125 +-0.114746093750 +0.113769531250 +-0.120117187500 +0.094726562500 +0.180664062500 +0.053466796875 +0.174804687500 +-0.014282226562 +-0.018920898438 +-0.190429687500 +-0.004547119141 +0.302734375000 +0.055175781250 +-0.099121093750 +0.151367187500 +0.069335937500 +-0.077148437500 +0.079589843750 +0.080566406250 +-0.100585937500 +-0.197265625000 +0.125976562500 +0.136718750000 +-0.088867187500 +0.132812500000 +0.035888671875 +0.337890625000 +-0.141601562500 +-0.054687500000 +0.001342773438 +-0.081542968750 +-0.277343750000 +0.020263671875 +0.010986328125 +0.024414062500 +0.031982421875 +0.003234863281 +-0.150390625000 +-0.008544921875 +0.085937500000 +-0.151367187500 +0.129882812500 +-0.209960937500 +-0.073730468750 +-0.055175781250 +0.007720947266 +0.007995605469 +-0.028442382812 +0.046630859375 +-0.065917968750 +-0.077148437500 +0.092773437500 +-0.070312500000 +-0.271484375000 +-0.289062500000 +-0.103027343750 +-0.035156250000 +-0.140625000000 +-0.025390625000 +0.017822265625 +-0.050292968750 +0.127929687500 +-0.120605468750 +-0.063964843750 +0.130859375000 +-0.006439208984 +0.128906250000 +0.006561279297 +0.030639648438 +0.145507812500 +0.181640625000 +0.057861328125 +-0.012084960938 +-0.025146484375 +0.250000000000 +-0.061035156250 +0.143554687500 +-0.016723632812 +0.267578125000 +0.067871093750 +0.104980468750 +-0.051269531250 +0.059570312500 +-0.041015625000 +-0.066894531250 +0.070800781250 +-0.098144531250 +-0.114746093750 +-0.150390625000 +-0.125976562500 +0.025024414062 +0.071289062500 +0.113769531250 +0.066406250000 +0.051513671875 +0.160156250000 +0.106445312500 +-0.232421875000 +-0.088867187500 +0.073242187500 +0.071777343750 +-0.194335937500 +0.024536132812 +0.036865234375 +-0.117675781250 +-0.126953125000 +-0.032470703125 +0.058105468750 +0.051513671875 +-0.120605468750 +0.000808715820 +0.093750000000 +-0.111328125000 +0.009643554688 +0.034179687500 +0.074707031250 +-0.038085937500 +0.121582031250 +-0.024536132812 +0.090332031250 +0.004638671875 +-0.089843750000 +0.054199218750 +0.060302734375 +0.143554687500 +-0.035400390625 +-0.012207031250 +0.055175781250 +-0.170898437500 +0.035156250000 +-0.032714843750 +-0.032714843750 +-0.141601562500 +0.171875000000 +-0.162109375000 +-0.059570312500 +0.059326171875 +0.108398437500 +0.225585937500 +0.083984375000 +-0.263671875000 +0.092285156250 +0.118652343750 +0.031494140625 +0.142578125000 +0.118164062500 +-0.085449218750 +-0.050292968750 +-0.002990722656 +-0.125000000000 +0.242187500000 +-0.119140625000 +-0.003356933594 +0.237304687500 +-0.232421875000 +0.036865234375 +0.060058593750 +-0.052001953125 +-0.139648437500 +0.376953125000 +-0.134765625000 +-0.157226562500 +-0.021606445312 +0.042724609375 +0.031494140625 +-0.084960937500 +-0.051025390625 +-0.114257812500 +-0.072753906250 +0.030029296875 +0.287109375000 +-0.109375000000 +-0.119140625000 +0.043457031250 +-0.061767578125 +0.016113281250 +-0.013427734375 +0.161132812500 +0.060058593750 +-0.006835937500 +-0.105468750000 +-0.229492187500 +-0.000216484070 +-0.093750000000 +0.140625000000 +0.184570312500 +0.037597656250 +-0.015258789062 +0.096679687500 +0.017211914062 +-0.152343750000 +-0.083496093750 +-0.018798828125 +0.038085937500 +-0.023681640625 +-0.060302734375 +0.168945312500 +-0.067871093750 +0.069335937500 +-0.094238281250 +0.126953125000 +0.132812500000 +-0.113281250000 +-0.008850097656 +-0.032958984375 +-0.078125000000 +0.197265625000 +0.024780273438 +0.061035156250 +-0.036621093750 +-0.050048828125 +0.090820312500 +-0.011535644531 +0.043457031250 +-0.095214843750 +-0.125976562500 +0.055419921875 +0.123046875000 +-0.034667968750 +-0.031005859375 +0.116210937500 +0.033203125000 +-0.026489257812 +-0.010803222656 +0.102539062500 +-0.037841796875 +0.057128906250 +0.028198242188 +-0.047607421875 +-0.056884765625 +0.062255859375 +-0.035156250000 +0.004760742188 +-0.010131835938 +0.116210937500 +0.069824218750 +-0.135742187500 +0.052978515625 +-0.014465332031 +0.048828125000 +-0.056152343750 +0.009887695312 +0.035156250000 +-0.039062500000 +0.012084960938 +0.074218750000 +0.066406250000 +0.030883789062 +0.011108398438 +-0.071289062500 +0.010009765625 +0.068359375000 +0.014587402344 +0.114746093750 +0.026977539062 +0.074218750000 +0.011657714844 +-0.011413574219 +-0.022216796875 +-0.036376953125 +0.107910156250 +0.057128906250 +0.023925781250 +0.086425781250 +-0.014709472656 +0.082031250000 +0.028442382812 +-0.062500000000 +0.001930236816 +-0.027954101562 +-0.032226562500 +-0.042236328125 +0.011108398438 +0.111328125000 +0.018676757812 +0.092773437500 +0.112792968750 +0.016601562500 +0.098632812500 +0.023315429688 +0.072265625000 +-0.138671875000 +0.013427734375 +-0.034179687500 +-0.042968750000 +0.125000000000 +0.238281250000 +0.052978515625 +0.007171630859 +-0.026977539062 +0.015991210938 +-0.029663085938 +-0.006713867188 +0.014587402344 +0.003326416016 +0.023559570312 +-0.010131835938 +0.020996093750 +0.064941406250 +0.019531250000 +-0.007720947266 +-0.017211914062 +0.046142578125 +0.081054687500 +0.040283203125 +0.019897460938 +0.028198242188 +0.095214843750 +0.013610839844 +0.102539062500 +-0.015563964844 +0.020874023438 +0.025512695312 +0.058105468750 +-0.043457031250 +-0.003997802734 +0.236328125000 +-0.054687500000 +-0.102539062500 +0.031250000000 +0.167968750000 +-0.037841796875 +0.056152343750 +0.240234375000 +-0.060058593750 +-0.111816406250 +0.020507812500 +0.010131835938 +0.031982421875 +-0.006317138672 +0.040527343750 +-0.040527343750 +-0.038330078125 +0.017333984375 +0.093750000000 +-0.052734375000 +-0.012390136719 +-0.097167968750 +0.097656250000 +-0.126953125000 +0.128906250000 +-0.150390625000 +0.103515625000 +0.019042968750 +-0.028442382812 +0.024169921875 +0.109863281250 +0.024291992188 +-0.200195312500 +0.034179687500 +-0.007049560547 +-0.020141601562 +0.089355468750 +-0.064453125000 +0.135742187500 +-0.110839843750 +0.094238281250 +0.073242187500 +0.125000000000 +-0.020263671875 +-0.062988281250 +0.114746093750 +0.122070312500 +0.017333984375 +0.070312500000 +0.058349609375 +0.028320312500 +0.081054687500 +0.033447265625 +-0.038085937500 +-0.011962890625 +-0.038818359375 +0.000553131104 +0.135742187500 +0.107421875000 +-0.015197753906 +0.015258789062 +0.002227783203 +0.060058593750 +-0.110351562500 +-0.104980468750 +-0.075195312500 +0.008300781250 +-0.092285156250 +0.079589843750 +-0.020751953125 +0.133789062500 +0.038574218750 +-0.080566406250 +-0.085449218750 +0.045410156250 +0.098144531250 +-0.041259765625 +-0.103515625000 +0.089355468750 +-0.115234375000 +-0.008605957031 +-0.058349609375 +-0.026245117188 +-0.113281250000 +-0.003234863281 +-0.016845703125 +0.042480468750 +-0.100585937500 +0.137695312500 +0.135742187500 +0.126953125000 +-0.051757812500 +-0.011535644531 +0.120117187500 +0.007995605469 +-0.009155273438 +-0.146484375000 +0.039794921875 +-0.186523437500 +-0.061035156250 +-0.047851562500 +0.023437500000 +0.015380859375 +-0.060791015625 +0.124023437500 +-0.069335937500 +-0.066894531250 +0.122558593750 +-0.104980468750 +-0.190429687500 +-0.044433593750 +-0.002014160156 +-0.006805419922 +0.096191406250 +-0.052978515625 +0.155273437500 +-0.094238281250 +-0.019042968750 +-0.110839843750 +-0.040039062500 +0.223632812500 +-0.011657714844 +0.027221679688 +-0.003524780273 +-0.043701171875 +0.029052734375 +0.084472656250 +0.043701171875 +-0.367187500000 +0.026977539062 +-0.050048828125 +-0.150390625000 +0.028320312500 +0.123046875000 +-0.046386718750 +-0.114257812500 +0.116699218750 +-0.005065917969 +-0.021362304688 +0.034912109375 +-0.063964843750 +-0.045654296875 +-0.112792968750 +-0.164062500000 +-0.107910156250 +0.078613281250 +0.069824218750 +-0.104492187500 +0.006683349609 +0.002502441406 +0.137695312500 +-0.039794921875 +0.221679687500 +-0.326171875000 +-0.052978515625 +0.115722656250 +-0.281250000000 +-0.087402343750 +-0.022338867188 +0.022094726562 +0.033447265625 +0.125000000000 +-0.008483886719 +-0.044921875000 +-0.005126953125 +0.048095703125 +-0.069335937500 +0.082031250000 +0.063964843750 +-0.041748046875 +-0.040771484375 +-0.125976562500 +-0.058593750000 +-0.059326171875 +0.083496093750 +-0.039550781250 +0.168945312500 +-0.199218750000 +-0.178710937500 +-0.232421875000 +0.037353515625 +-0.019897460938 +-0.009643554688 +-0.082031250000 +0.000103473663 +0.019531250000 +-0.130859375000 +0.044189453125 +0.030761718750 +0.022583007812 +0.085937500000 +-0.130859375000 +0.023437500000 +0.086914062500 +0.152343750000 +-0.181640625000 +0.057128906250 +-0.018920898438 +-0.022338867188 +0.102050781250 +-0.023437500000 +0.057617187500 +0.041992187500 +0.170898437500 +0.159179687500 +-0.093261718750 +0.030883789062 +0.207031250000 +0.008728027344 +-0.023925781250 +0.002197265625 +-0.002716064453 +0.021362304688 +-0.008850097656 +0.094726562500 +-0.094238281250 +0.106445312500 +-0.038330078125 +-0.010925292969 +-0.025634765625 +0.016601562500 +-0.179687500000 +0.013793945312 +0.015014648438 +-0.020141601562 +-0.169921875000 +0.185546875000 +-0.010681152344 +0.105957031250 +0.030883789062 +0.065429687500 +0.053955078125 +-0.028198242188 +-0.159179687500 +0.046875000000 +-0.011047363281 +0.027465820312 +0.007171630859 +-0.078613281250 +-0.174804687500 +0.189453125000 +0.122070312500 +-0.124023437500 +-0.038085937500 +0.008666992188 +-0.013916015625 +0.095703125000 +-0.014770507812 +0.039550781250 +-0.014526367188 +0.006408691406 +0.012145996094 +-0.032226562500 +-0.149414062500 +0.149414062500 +0.035156250000 +0.168945312500 +-0.124023437500 +0.053955078125 +-0.049804687500 +0.126953125000 +-0.072265625000 +0.079101562500 +-0.080566406250 +-0.032958984375 +-0.104003906250 +0.017944335938 +-0.016723632812 +0.131835937500 +0.001449584961 +-0.058837890625 +0.093750000000 +-0.069824218750 +-0.069824218750 +0.151367187500 +0.109863281250 +-0.052490234375 +-0.030639648438 +-0.032226562500 +-0.073242187500 +0.104980468750 +0.034667968750 +0.021362304688 +-0.172851562500 +-0.107421875000 +-0.055419921875 +0.017578125000 +-0.322265625000 +-0.211914062500 +0.083496093750 +0.150390625000 +0.098144531250 +-0.001243591309 +0.056152343750 +0.035156250000 +-0.102539062500 +0.092285156250 +0.312500000000 +0.049072265625 +0.208984375000 +0.005737304688 +0.123046875000 +0.108886718750 +-0.200195312500 +-0.107910156250 +-0.057861328125 +0.074707031250 +0.160156250000 +-0.023437500000 +-0.140625000000 +0.010070800781 +-0.011352539062 +-0.007659912109 +0.259765625000 +-0.086914062500 +0.110839843750 +-0.177734375000 +-0.048583984375 +-0.066406250000 +-0.229492187500 +-0.089355468750 +0.082519531250 +0.247070312500 +-0.281250000000 +0.112304687500 +0.188476562500 +0.253906250000 +-0.094238281250 +-0.013732910156 +-0.361328125000 +0.072265625000 +0.194335937500 +-0.238281250000 +-0.022094726562 +-0.138671875000 +0.050537109375 +0.113769531250 +0.263671875000 +-0.185546875000 +-0.149414062500 +-0.135742187500 +0.008789062500 +-0.001007080078 +-0.298828125000 +0.058593750000 +0.016601562500 +-0.098632812500 +-0.047119140625 +-0.205078125000 +-0.104980468750 +-0.215820312500 +0.226562500000 +0.107910156250 +0.208007812500 +-0.042724609375 +0.143554687500 +0.031005859375 +-0.032714843750 +0.141601562500 +-0.058349609375 +0.197265625000 +-0.298828125000 +0.055419921875 +0.074707031250 +0.153320312500 +0.185546875000 +-0.030151367188 +-0.324218750000 +-0.107421875000 +0.189453125000 +-0.298828125000 +0.001060485840 +0.156250000000 +0.139648437500 +-0.070312500000 +0.169921875000 +0.164062500000 +0.078613281250 +0.102539062500 +0.021240234375 +0.081054687500 +0.127929687500 +-0.017089843750 +-0.082031250000 +-0.269531250000 +-0.030029296875 +-0.093750000000 +0.167968750000 +0.208984375000 +-0.094238281250 +-0.195312500000 +-0.265625000000 +0.081542968750 +-0.201171875000 +-0.142578125000 +0.187500000000 +0.019775390625 +-0.111816406250 +-0.025146484375 +-0.215820312500 +0.005035400391 +-0.111328125000 +-0.166992187500 +-0.289062500000 +-0.107421875000 +0.166992187500 +0.091308593750 +0.001342773438 +0.098632812500 +-0.001564025879 +-0.002273559570 +-0.015136718750 +-0.083496093750 +-0.002563476562 +-0.106933593750 +-0.071777343750 +-0.015258789062 +0.018554687500 +0.167968750000 +0.112304687500 +0.019653320312 +0.083496093750 +0.109375000000 +-0.111328125000 +-0.124023437500 +-0.106445312500 +-0.114257812500 +-0.147460937500 +-0.004058837891 +0.048828125000 +0.077636718750 +0.008972167969 +-0.120117187500 +-0.008911132812 +0.000514984131 +-0.056152343750 +0.027832031250 +-0.063964843750 +-0.125976562500 +-0.259765625000 +0.008728027344 +0.233398437500 +0.075683593750 +-0.070800781250 +-0.094238281250 +-0.120605468750 +0.027343750000 +-0.144531250000 +-0.059814453125 +0.036621093750 +0.086425781250 +0.015502929688 +0.195312500000 +0.049316406250 +0.222656250000 +0.128906250000 +-0.029907226562 +0.027099609375 +-0.091308593750 +-0.051269531250 +-0.058105468750 +0.088867187500 +0.004058837891 +-0.127929687500 +0.042480468750 +-0.094238281250 +-0.090820312500 +0.124023437500 +0.014465332031 +0.045166015625 +0.118164062500 +-0.117187500000 +-0.078125000000 +0.058349609375 +-0.096679687500 +0.139648437500 +-0.053222656250 +-0.036865234375 +-0.091308593750 +-0.067382812500 +-0.114746093750 +0.179687500000 +0.100097656250 +-0.007720947266 +0.037597656250 +0.208984375000 +-0.022460937500 +0.126953125000 +-0.045410156250 +0.129882812500 +-0.027709960938 +0.104980468750 +-0.023803710938 +-0.322265625000 +-0.233398437500 +0.035644531250 +-0.052734375000 +-0.253906250000 +-0.194335937500 +-0.076660156250 +-0.167968750000 +0.059570312500 +-0.000499725342 +0.074707031250 +0.041748046875 +0.050537109375 +-0.043212890625 +-0.088867187500 +-0.133789062500 +0.104003906250 +-0.215820312500 +0.002578735352 +-0.012268066406 +0.019409179688 +-0.005889892578 +-0.051757812500 +-0.169921875000 +0.285156250000 +-0.129882812500 +-0.057128906250 +-0.181640625000 +0.029052734375 +-0.022705078125 +0.080566406250 +-0.047851562500 +-0.019531250000 +0.119140625000 +-0.006011962891 +-0.070312500000 +-0.082031250000 +-0.086425781250 +-0.129882812500 +0.157226562500 +0.014343261719 +0.175781250000 +-0.038574218750 +-0.079101562500 +0.005065917969 +0.021972656250 +0.061035156250 +-0.149414062500 +-0.165039062500 +-0.138671875000 +-0.020507812500 +0.103515625000 +0.093261718750 +0.045166015625 +0.131835937500 +0.002960205078 +-0.040527343750 +0.060791015625 +0.138671875000 +-0.063476562500 +-0.162109375000 +-0.071289062500 +-0.086425781250 +-0.065429687500 +0.085937500000 +-0.022216796875 +0.026245117188 +-0.060302734375 +0.023071289062 +-0.011657714844 +0.072753906250 +0.045898437500 +-0.198242187500 +-0.043701171875 +-0.028198242188 +-0.222656250000 +-0.016235351562 +0.005340576172 +-0.005371093750 +-0.067382812500 +-0.168945312500 +-0.031494140625 +0.175781250000 +-0.020507812500 +-0.071289062500 +-0.072265625000 +0.192382812500 +-0.095703125000 +-0.000379562378 +0.063964843750 +-0.070312500000 +-0.259765625000 +0.110839843750 +-0.127929687500 +0.041503906250 +-0.034179687500 +0.225585937500 +0.130859375000 +-0.000759124756 +0.143554687500 +0.006134033203 +0.021240234375 +-0.234375000000 +0.049804687500 +-0.039062500000 +0.061279296875 +0.125000000000 +0.024291992188 +0.042236328125 +0.029785156250 +0.083984375000 +-0.006988525391 +0.166992187500 +-0.032958984375 +0.056152343750 +-0.063476562500 +-0.007873535156 +-0.021972656250 +0.098632812500 +0.021606445312 +-0.019165039062 +0.078125000000 +0.031982421875 +0.039062500000 +0.142578125000 +-0.023681640625 +0.023193359375 +0.002136230469 +-0.157226562500 +0.161132812500 +0.152343750000 +0.017089843750 +-0.110351562500 +0.069824218750 +-0.027954101562 +0.032470703125 +0.149414062500 +0.023437500000 +0.122558593750 +0.031982421875 +0.101074218750 +0.134765625000 +0.083496093750 +-0.095703125000 +-0.015136718750 +0.082519531250 +0.017333984375 +-0.161132812500 +0.108398437500 +0.076171875000 +0.002532958984 +-0.099121093750 +0.092285156250 +0.110839843750 +-0.038085937500 +0.031250000000 +0.259765625000 +-0.154296875000 +0.060791015625 +0.072265625000 +0.086425781250 +-0.058349609375 +0.215820312500 +-0.022094726562 +0.112304687500 +0.058593750000 +-0.043945312500 +-0.095703125000 +-0.149414062500 +-0.149414062500 +0.093261718750 +-0.120117187500 +-0.033203125000 +0.040039062500 +0.109375000000 +-0.171875000000 +-0.009765625000 +-0.061767578125 +-0.006225585938 +0.066406250000 +0.138671875000 +-0.146484375000 +-0.143554687500 +0.190429687500 +-0.103515625000 +0.005767822266 +0.046142578125 +-0.025024414062 +0.132812500000 +0.033691406250 +0.022094726562 +-0.221679687500 +-0.065917968750 +-0.051025390625 +0.097656250000 +-0.039306640625 +0.040039062500 +-0.050048828125 +-0.057861328125 +-0.073730468750 +0.054687500000 +0.061035156250 +-0.096191406250 +0.041259765625 +0.051513671875 +-0.061523437500 +-0.168945312500 +-0.032714843750 +-0.095703125000 +-0.245117187500 +0.185546875000 +0.082519531250 +-0.025268554688 +-0.085449218750 +-0.080566406250 +-0.058837890625 +-0.016479492188 +0.016845703125 +-0.023315429688 +-0.065429687500 +-0.118652343750 +-0.123046875000 +-0.116210937500 +-0.044189453125 +0.034912109375 +0.057128906250 +0.108886718750 +0.049072265625 +-0.058837890625 +0.020507812500 +0.005279541016 +0.139648437500 +-0.065429687500 +-0.023315429688 +-0.103515625000 +-0.121582031250 +0.009033203125 +-0.162109375000 +-0.105468750000 +-0.083007812500 +0.314453125000 +-0.027221679688 +-0.066894531250 +0.106933593750 +-0.018554687500 +-0.065429687500 +0.094238281250 +0.185546875000 +-0.130859375000 +0.079101562500 +0.080566406250 +-0.159179687500 +-0.024536132812 +-0.062988281250 +-0.128906250000 +-0.116699218750 +-0.004394531250 +0.198242187500 +-0.087890625000 +0.087402343750 +0.121582031250 +0.149414062500 +0.012756347656 +0.073242187500 +-0.065917968750 +-0.077636718750 +-0.061767578125 +0.083496093750 +0.018188476562 +-0.126953125000 +-0.004852294922 +-0.074218750000 +0.055419921875 +0.123535156250 +-0.037109375000 +-0.173828125000 +0.070312500000 +0.030517578125 +-0.028198242188 +0.190429687500 +-0.104003906250 +-0.034423828125 +0.241210937500 +-0.087890625000 +-0.005950927734 +-0.112304687500 +0.023437500000 +0.005187988281 +0.064941406250 +0.018310546875 +0.050781250000 +-0.160156250000 +-0.004852294922 +0.127929687500 +-0.025024414062 +-0.238281250000 +-0.006927490234 +0.129882812500 +-0.002746582031 +-0.113281250000 +-0.055908203125 +-0.025268554688 +0.062988281250 +-0.026733398438 +-0.001922607422 +0.076171875000 +-0.109375000000 +0.087402343750 +0.052490234375 +0.016235351562 +-0.062988281250 +-0.008666992188 +-0.055175781250 +-0.047607421875 +0.046630859375 +0.085449218750 +0.096679687500 +-0.037597656250 +-0.004180908203 +-0.004302978516 +-0.103515625000 +0.193359375000 +-0.023803710938 +-0.022460937500 +-0.229492187500 +-0.099609375000 +0.014892578125 +0.024902343750 +-0.116210937500 +-0.000694274902 +0.220703125000 +-0.034912109375 +0.009277343750 +-0.081054687500 +-0.086425781250 +0.097656250000 +-0.039306640625 +0.025756835938 +0.002929687500 +0.082031250000 +0.043457031250 +-0.158203125000 +-0.238281250000 +-0.130859375000 +-0.110839843750 +-0.103515625000 +-0.134765625000 +0.129882812500 +-0.253906250000 +-0.104492187500 +0.191406250000 +0.180664062500 +-0.102539062500 +-0.075195312500 +0.213867187500 +0.120117187500 +0.067382812500 +-0.023437500000 +-0.152343750000 +0.183593750000 +0.006713867188 +0.004791259766 +-0.001029968262 +0.173828125000 +-0.300781250000 +-0.058593750000 +0.015991210938 +-0.067382812500 +-0.029418945312 +0.011230468750 +-0.012329101562 +0.118652343750 +-0.208007812500 +0.066894531250 +-0.144531250000 +0.183593750000 +0.051513671875 +0.131835937500 +0.065429687500 +0.045166015625 +-0.026123046875 +0.050292968750 +0.039062500000 +-0.025268554688 +0.154296875000 +-0.119628906250 +-0.200195312500 +0.024658203125 +-0.036132812500 +-0.097167968750 +0.076660156250 +-0.053222656250 +0.010437011719 +0.069824218750 +-0.326171875000 +-0.035156250000 +-0.155273437500 +-0.058593750000 +0.028320312500 +0.117187500000 +-0.233398437500 +-0.148437500000 +0.064453125000 +-0.158203125000 +-0.044433593750 +-0.090820312500 +0.004364013672 +0.222656250000 +-0.253906250000 +-0.057617187500 +-0.176757812500 +-0.050537109375 +0.111328125000 +0.103515625000 +-0.062500000000 +0.049560546875 +-0.003341674805 +-0.271484375000 +0.093261718750 +0.043457031250 +-0.067382812500 +-0.110351562500 +-0.019531250000 +0.000625610352 +-0.109863281250 +-0.034179687500 +0.021972656250 +0.120117187500 +0.002883911133 +0.140625000000 +0.015869140625 +0.085937500000 +0.012512207031 +0.021484375000 +-0.004150390625 +-0.058349609375 +0.033203125000 +-0.009094238281 +-0.043457031250 +-0.012573242188 +0.016357421875 +0.010864257812 +0.022216796875 +0.036621093750 +0.167968750000 +0.085937500000 +-0.088867187500 +0.035156250000 +0.101562500000 +0.067382812500 +0.151367187500 +-0.130859375000 +0.021362304688 +0.015197753906 +-0.044433593750 +-0.019042968750 +0.059814453125 +-0.088378906250 +-0.010070800781 +0.040771484375 +0.104980468750 +0.113769531250 +0.041259765625 +-0.069824218750 +0.018310546875 +-0.078613281250 +0.033447265625 +-0.003326416016 +0.024414062500 +0.085449218750 +0.021240234375 +-0.010925292969 +0.000471115112 +0.008911132812 +0.000320434570 +0.136718750000 +-0.042236328125 +-0.052001953125 +-0.131835937500 +0.057128906250 +-0.031250000000 +-0.002807617188 +0.152343750000 +-0.141601562500 +0.022094726562 +0.050292968750 +0.138671875000 +-0.063964843750 +0.087890625000 +-0.011779785156 +0.010375976562 +0.049316406250 +0.035888671875 +0.050537109375 +-0.001525878906 +-0.109375000000 +0.089843750000 +-0.034912109375 +-0.041992187500 +-0.168945312500 +0.107910156250 +-0.085937500000 +-0.025024414062 +0.121582031250 +-0.033691406250 +-0.090820312500 +-0.022705078125 +0.135742187500 +0.051757812500 +-0.018798828125 +0.134765625000 +-0.083984375000 +-0.004699707031 +0.017822265625 +-0.144531250000 +0.052978515625 +-0.056396484375 +0.080078125000 +-0.009887695312 +0.028564453125 +-0.118652343750 +-0.035888671875 +-0.032470703125 +0.000139236450 +-0.092285156250 +-0.159179687500 +0.011352539062 +0.005065917969 +0.104003906250 +-0.056884765625 +0.050781250000 +-0.204101562500 +-0.065917968750 +0.116210937500 +-0.010070800781 +-0.116210937500 +0.006225585938 +0.049560546875 +-0.041748046875 +-0.005584716797 +0.037841796875 +-0.123535156250 +-0.083984375000 +-0.081054687500 +0.077148437500 +-0.055419921875 +0.133789062500 +0.047119140625 +0.020751953125 +-0.123046875000 +0.108886718750 +0.040527343750 +-0.101562500000 +0.128906250000 +0.011047363281 +0.148437500000 +0.002075195312 +-0.046142578125 +-0.017700195312 +-0.029174804688 +0.013061523438 +-0.098632812500 +0.040039062500 +0.154296875000 +-0.121093750000 +-0.153320312500 +0.064453125000 +-0.159179687500 +0.204101562500 +-0.048339843750 +0.007720947266 +0.116210937500 +-0.075195312500 +0.020141601562 +-0.045654296875 +0.086914062500 +0.229492187500 +0.006652832031 +-0.143554687500 +0.066406250000 +-0.080566406250 +0.060302734375 +0.057373046875 +0.033203125000 +0.015380859375 +0.012084960938 +0.040527343750 +-0.019287109375 +0.073242187500 +-0.128906250000 +-0.010009765625 +0.022827148438 +0.009399414062 +0.036376953125 +-0.051269531250 +0.051269531250 +-0.012573242188 +0.005004882812 +0.036376953125 +-0.022094726562 +0.091308593750 +-0.139648437500 +-0.031738281250 +-0.110839843750 +0.041015625000 +-0.058593750000 +0.010253906250 +-0.140625000000 +0.054687500000 +-0.057861328125 +-0.044189453125 +-0.063476562500 +-0.164062500000 +0.041503906250 +0.040527343750 +-0.066894531250 +-0.081054687500 +-0.101562500000 +0.108398437500 +0.028808593750 +-0.005462646484 +-0.075683593750 +-0.016601562500 +0.041259765625 +-0.080566406250 +-0.031494140625 +0.042236328125 +0.076660156250 +0.034912109375 +-0.119628906250 +0.047119140625 +-0.107910156250 +0.035888671875 +-0.060791015625 +-0.095214843750 +0.028442382812 +-0.261718750000 +0.093750000000 +0.056884765625 +0.037109375000 +-0.125976562500 +-0.020019531250 +-0.065917968750 +-0.128906250000 +0.020385742188 +0.005889892578 +0.069335937500 +-0.025756835938 +-0.131835937500 +0.006713867188 +0.090332031250 +-0.009277343750 +-0.031738281250 +-0.029052734375 +-0.012084960938 +0.059326171875 +0.087890625000 +0.063964843750 +-0.056152343750 +0.039306640625 +0.067871093750 +0.123046875000 +0.030273437500 +-0.075683593750 +-0.097656250000 +0.012329101562 +0.012756347656 +-0.030761718750 +-0.168945312500 +0.038330078125 +-0.038574218750 +-0.092773437500 +0.001190185547 +-0.043701171875 +0.032958984375 +0.112792968750 +-0.037353515625 +0.009643554688 +-0.075195312500 +-0.000820159912 +-0.074707031250 +-0.086425781250 +-0.036132812500 +-0.100585937500 +0.078613281250 +-0.126953125000 +0.050292968750 +-0.182617187500 +0.043701171875 +0.028686523438 +0.099609375000 +-0.013305664062 +0.076171875000 +-0.102050781250 +-0.108398437500 +-0.042724609375 +-0.193359375000 +0.111816406250 +-0.049804687500 +0.145507812500 +0.150390625000 +0.119628906250 +-0.039794921875 +0.037841796875 +-0.089843750000 +-0.056396484375 +0.050048828125 +0.049316406250 +0.058837890625 +-0.209960937500 +-0.251953125000 +0.093261718750 +0.026977539062 +0.109375000000 +-0.004180908203 +0.096679687500 +-0.263671875000 +-0.034179687500 +-0.000065803528 +0.040283203125 +-0.056396484375 +-0.116699218750 +-0.091308593750 +0.108886718750 +-0.040283203125 +-0.124023437500 +-0.070800781250 +-0.157226562500 +-0.269531250000 +0.038818359375 +0.084960937500 +-0.009582519531 +0.006988525391 +-0.092285156250 +-0.059326171875 +-0.039550781250 +-0.026489257812 +-0.028442382812 +-0.172851562500 +0.017089843750 +-0.051513671875 +0.193359375000 +0.083007812500 +0.005584716797 +0.043212890625 +0.057861328125 +-0.107421875000 +-0.058837890625 +-0.081542968750 +0.005554199219 +-0.084960937500 +0.037109375000 +-0.037597656250 +-0.228515625000 +0.054931640625 +-0.066406250000 +-0.119628906250 +0.021362304688 +0.156250000000 +-0.098632812500 +-0.052978515625 +-0.127929687500 +-0.086425781250 +-0.112304687500 +-0.046630859375 +-0.145507812500 +-0.201171875000 +-0.170898437500 +0.069824218750 +-0.087402343750 +0.033447265625 +-0.073242187500 +-0.094726562500 +-0.200195312500 +-0.027832031250 +-0.014160156250 +0.099121093750 +0.041992187500 +0.126953125000 +-0.112792968750 +0.006378173828 +-0.157226562500 +0.042968750000 +0.033691406250 +0.061035156250 +-0.005371093750 +-0.083984375000 +0.127929687500 +-0.087890625000 +-0.099609375000 +-0.200195312500 +0.094238281250 +-0.032470703125 +-0.050537109375 +0.189453125000 +-0.012878417969 +-0.052490234375 +0.135742187500 +0.022827148438 +-0.048583984375 +0.045410156250 +0.099121093750 +-0.042480468750 +-0.120117187500 +-0.108886718750 +0.083007812500 +-0.109863281250 +-0.064941406250 +0.008300781250 +0.000724792480 +-0.087402343750 +-0.040039062500 +0.059814453125 +-0.044677734375 +0.021118164062 +-0.038085937500 +0.036865234375 +-0.170898437500 +0.109863281250 +-0.181640625000 +-0.026245117188 +0.029418945312 +0.062988281250 +-0.039062500000 +-0.121093750000 +0.065429687500 +0.076660156250 +-0.040039062500 +-0.077636718750 +-0.047119140625 +-0.084472656250 +0.029174804688 +0.012573242188 +-0.012756347656 +-0.218750000000 +-0.100585937500 +0.039794921875 +-0.083007812500 +-0.000113487244 +-0.045898437500 +0.077636718750 +-0.130859375000 +-0.011901855469 +-0.221679687500 +-0.231445312500 +0.027343750000 +-0.031738281250 +0.178710937500 +0.079101562500 +0.107421875000 +0.061767578125 +-0.018310546875 +0.127929687500 +0.011779785156 +0.067871093750 +0.204101562500 +0.132812500000 +0.093261718750 +0.103515625000 +-0.088378906250 +0.121582031250 +-0.067871093750 +0.110839843750 +-0.188476562500 +-0.164062500000 +-0.155273437500 +-0.195312500000 +-0.188476562500 +-0.019531250000 +-0.169921875000 +0.273437500000 +-0.041015625000 +-0.040039062500 +0.166015625000 +0.066406250000 +-0.050048828125 +-0.095214843750 +-0.133789062500 +-0.055175781250 +-0.122558593750 +-0.386718750000 +-0.083984375000 +0.166992187500 +-0.023803710938 +-0.028808593750 +-0.006134033203 +0.019409179688 +-0.162109375000 +0.140625000000 +0.004882812500 +0.146484375000 +-0.078613281250 +-0.177734375000 +-0.073730468750 +0.047119140625 +0.145507812500 +-0.077148437500 +-0.208984375000 +0.023437500000 +0.083984375000 +-0.019409179688 +0.006256103516 +-0.051025390625 +-0.001541137695 +0.100585937500 +0.088378906250 +0.060058593750 +-0.130859375000 +0.130859375000 +-0.029541015625 +-0.173828125000 +0.001213073730 +-0.220703125000 +0.068359375000 +-0.115722656250 +-0.103027343750 +0.074218750000 +0.109375000000 +-0.052246093750 +0.012756347656 +-0.070312500000 +-0.020019531250 +0.023315429688 +-0.073730468750 +-0.105957031250 +0.076660156250 +0.062988281250 +-0.037841796875 +0.198242187500 +0.085937500000 +-0.104492187500 +0.078613281250 +0.011352539062 +0.074707031250 +0.138671875000 +0.067871093750 +0.026977539062 +-0.022949218750 +-0.097656250000 +-0.128906250000 +0.021484375000 +-0.024658203125 +-0.071777343750 +0.038330078125 +0.013427734375 +0.006896972656 +-0.022460937500 +-0.072265625000 +-0.146484375000 +0.022705078125 +-0.064941406250 +0.025146484375 +-0.208007812500 +-0.134765625000 +-0.162109375000 +0.160156250000 +-0.103515625000 +-0.039794921875 +0.035888671875 +-0.148437500000 +-0.085937500000 +-0.022094726562 +-0.127929687500 +-0.127929687500 +0.131835937500 +0.244140625000 +-0.073730468750 +0.165039062500 +0.176757812500 +-0.039794921875 +-0.029907226562 +-0.005371093750 +0.175781250000 +-0.125976562500 +-0.062011718750 +-0.091796875000 +0.061523437500 +-0.085937500000 +-0.009155273438 +-0.102050781250 +0.145507812500 +0.046875000000 +0.067871093750 +0.077148437500 +0.070312500000 +0.021240234375 +-0.005920410156 +0.041748046875 +-0.137695312500 +0.008361816406 +0.074218750000 +-0.136718750000 +-0.070800781250 +-0.053222656250 +-0.006469726562 +0.028808593750 +0.053955078125 +-0.097656250000 +-0.073730468750 +0.093261718750 +0.029663085938 +0.008972167969 +-0.104492187500 +0.056152343750 +0.019165039062 +-0.120605468750 +-0.259765625000 +-0.045654296875 +0.042724609375 +-0.068359375000 +0.000341415405 +-0.304687500000 +0.000345230103 +0.023193359375 +0.111328125000 +0.007720947266 +0.005065917969 +-0.039062500000 +0.078613281250 +0.025268554688 +0.050537109375 +-0.031250000000 +0.036621093750 +-0.194335937500 +-0.064941406250 +-0.060058593750 +0.127929687500 +-0.126953125000 +0.076171875000 +-0.084960937500 +-0.124511718750 +-0.107421875000 +-0.055908203125 +0.069335937500 +0.245117187500 +-0.042480468750 +-0.029052734375 +-0.059326171875 +-0.072265625000 +-0.216796875000 +0.041503906250 +0.161132812500 +-0.138671875000 +-0.127929687500 +0.011840820312 +-0.083984375000 +-0.083496093750 +0.186523437500 +-0.096679687500 +-0.090332031250 +-0.023437500000 +-0.002136230469 +0.047851562500 +-0.074218750000 +-0.093261718750 +0.086425781250 +-0.053955078125 +0.005767822266 +0.029174804688 +-0.072265625000 +-0.166992187500 +0.020263671875 +-0.140625000000 +-0.166992187500 +-0.159179687500 +-0.045410156250 +0.039550781250 +0.069335937500 +-0.141601562500 +0.027832031250 +0.183593750000 +0.021484375000 +0.105957031250 +0.000957489014 +-0.027465820312 +-0.285156250000 +-0.068359375000 +-0.070800781250 +-0.189453125000 +-0.037597656250 +-0.000976562500 +-0.011535644531 +-0.013244628906 +-0.100097656250 +0.004699707031 +0.049316406250 +-0.190429687500 +-0.164062500000 +0.084472656250 +-0.121093750000 +-0.273437500000 +-0.053955078125 +-0.187500000000 +-0.187500000000 +-0.057617187500 +0.106445312500 +0.127929687500 +-0.115722656250 +0.097656250000 +0.010986328125 +0.175781250000 +0.179687500000 +-0.071289062500 +0.208007812500 +0.169921875000 +-0.067871093750 +0.062500000000 +0.112304687500 +-0.164062500000 +0.132812500000 +0.082031250000 +0.064941406250 +0.002685546875 +-0.127929687500 +0.230468750000 +0.047607421875 +-0.240234375000 +-0.005218505859 +-0.044433593750 +0.065917968750 +-0.190429687500 +-0.328125000000 +0.064453125000 +-0.095703125000 +0.176757812500 +-0.067382812500 +0.144531250000 +-0.023071289062 +-0.030761718750 +0.052978515625 +-0.069824218750 +0.250000000000 +0.004333496094 +0.130859375000 +-0.057128906250 +-0.058105468750 +-0.458984375000 +0.137695312500 +-0.039062500000 +-0.021118164062 +-0.015625000000 +0.167968750000 +-0.020874023438 +0.132812500000 +0.079101562500 +0.064453125000 +0.157226562500 +0.000751495361 +-0.113769531250 +-0.198242187500 +0.188476562500 +0.002197265625 +-0.083007812500 +-0.353515625000 +-0.082519531250 +0.204101562500 +-0.020996093750 +0.002212524414 +-0.018310546875 +-0.061523437500 +-0.212890625000 +-0.097656250000 +-0.051513671875 +0.173828125000 +-0.060546875000 +0.035644531250 +0.091308593750 +-0.083984375000 +-0.279296875000 +0.103515625000 +0.145507812500 +-0.182617187500 +0.014282226562 +0.185546875000 +-0.078125000000 +-0.129882812500 +-0.166992187500 +-0.035644531250 +0.076171875000 +-0.265625000000 +0.223632812500 +0.231445312500 +0.019653320312 +0.098144531250 +0.115234375000 +0.169921875000 +-0.046630859375 +-0.019897460938 +-0.045654296875 +-0.009887695312 +-0.006439208984 +0.158203125000 +-0.087402343750 +0.083007812500 +0.045410156250 +0.024536132812 +-0.142578125000 +-0.081054687500 +0.189453125000 +-0.066894531250 +-0.111328125000 +-0.083496093750 +-0.042480468750 +-0.070800781250 +0.039794921875 +0.067871093750 +-0.030395507812 +-0.085937500000 +-0.099609375000 +-0.111328125000 +-0.005279541016 +-0.063964843750 +0.052001953125 +0.077148437500 +-0.019897460938 +-0.053222656250 +0.108398437500 +-0.083007812500 +-0.012268066406 +0.017822265625 +0.013183593750 +-0.101562500000 +0.086914062500 +-0.061523437500 +0.066406250000 +-0.094726562500 +0.201171875000 +0.005218505859 +-0.053955078125 +0.011291503906 +-0.217773437500 +0.104003906250 +0.110839843750 +0.110839843750 +0.172851562500 +-0.089843750000 +0.038330078125 +0.029418945312 +0.050292968750 +-0.098144531250 +-0.053710937500 +-0.014404296875 +0.074218750000 +-0.070800781250 +-0.056640625000 +-0.021728515625 +-0.093261718750 +0.012817382812 +-0.058837890625 +0.006896972656 +0.157226562500 +-0.100097656250 +0.074218750000 +-0.045410156250 +-0.056396484375 +-0.008911132812 +0.003204345703 +-0.033203125000 +0.038085937500 +-0.074218750000 +0.115234375000 +0.156250000000 +0.129882812500 +0.210937500000 +-0.127929687500 +-0.068847656250 +-0.070312500000 +0.127929687500 +-0.134765625000 +-0.085449218750 +-0.057128906250 +-0.015869140625 +0.032714843750 +0.103027343750 +0.019409179688 +0.044677734375 +-0.110839843750 +0.013488769531 +-0.009765625000 +-0.002075195312 +0.104980468750 +-0.015991210938 +0.046630859375 +0.210937500000 +0.164062500000 +0.026733398438 +0.045654296875 +0.033935546875 +0.108398437500 +0.050781250000 +-0.065429687500 +0.071777343750 +-0.071777343750 +0.070312500000 +0.081542968750 +0.198242187500 +-0.124511718750 +0.075195312500 +-0.103027343750 +0.011657714844 +-0.006408691406 +0.135742187500 +-0.047363281250 +0.004058837891 +0.053222656250 +0.152343750000 +-0.025024414062 +0.015441894531 +-0.037597656250 +-0.103515625000 +-0.145507812500 +0.085937500000 +-0.072265625000 +0.020996093750 +-0.036376953125 +0.041259765625 +-0.053222656250 +0.023803710938 +-0.056152343750 +-0.059570312500 +-0.082031250000 +0.515625000000 +0.133789062500 +0.045654296875 +-0.124023437500 +-0.151367187500 +-0.023681640625 +0.139648437500 +0.019775390625 +0.107910156250 +-0.170898437500 +0.006958007812 +0.162109375000 +0.089843750000 +0.056396484375 +-0.036621093750 +-0.049804687500 +-0.029174804688 +0.122558593750 +-0.202148437500 +0.013488769531 +0.115722656250 +-0.139648437500 +0.026367187500 +0.001396179199 +0.230468750000 +0.055419921875 +-0.051025390625 +0.074218750000 +-0.043701171875 +-0.096679687500 +-0.009155273438 +-0.054443359375 +-0.012695312500 +0.009033203125 +-0.066894531250 +-0.124511718750 +0.106445312500 +-0.024536132812 +0.152343750000 +-0.104980468750 +-0.055664062500 +0.328125000000 +-0.039062500000 +0.041015625000 +-0.193359375000 +-0.094238281250 +-0.032470703125 +-0.038330078125 +0.161132812500 +-0.182617187500 +-0.086914062500 +0.000088691711 +-0.182617187500 +0.233398437500 +-0.181640625000 +0.062011718750 +-0.072265625000 +-0.085449218750 +0.154296875000 +0.004730224609 +-0.177734375000 +-0.154296875000 +0.144531250000 +-0.097167968750 +-0.057128906250 +-0.040771484375 +-0.359375000000 +-0.011840820312 +0.035888671875 +0.098632812500 +0.016479492188 +-0.166992187500 +-0.077148437500 +-0.104492187500 +-0.010253906250 +0.006286621094 +0.124023437500 +0.024047851562 +-0.032958984375 +0.068359375000 +0.099121093750 +-0.180664062500 +0.032714843750 +-0.105957031250 +-0.058837890625 +0.125000000000 +0.208007812500 +-0.167968750000 +-0.039306640625 +-0.111816406250 +0.103027343750 +-0.077148437500 +-0.026611328125 +0.144531250000 +-0.031494140625 +0.057128906250 +0.124511718750 +-0.308593750000 +-0.031982421875 +0.142578125000 +-0.035400390625 +-0.109375000000 +-0.066894531250 +0.079589843750 +0.111816406250 +0.064941406250 +0.067382812500 +-0.147460937500 +-0.095703125000 +-0.041015625000 +-0.106445312500 +-0.049804687500 +0.087402343750 +0.208984375000 +0.053466796875 +0.002700805664 +0.157226562500 +0.071777343750 +0.212890625000 +0.070312500000 +0.084472656250 +0.155273437500 +0.044433593750 +0.174804687500 +0.181640625000 +0.081054687500 +-0.123535156250 +0.032226562500 +-0.095703125000 +0.043212890625 +-0.044433593750 +-0.090332031250 +-0.001304626465 +0.042724609375 +-0.064453125000 +-0.032226562500 +-0.018920898438 +-0.100585937500 +0.057617187500 +0.077636718750 +-0.122558593750 +-0.096191406250 +0.011535644531 +0.098144531250 +0.046875000000 +0.051025390625 +0.107910156250 +0.002716064453 +0.038574218750 +0.007293701172 +0.166992187500 +0.002929687500 +0.010742187500 +-0.044921875000 +0.030029296875 +0.063476562500 +0.074218750000 +-0.104003906250 +-0.033447265625 +-0.012145996094 +-0.008666992188 +-0.141601562500 +-0.052490234375 +0.015380859375 +-0.053466796875 +-0.043701171875 +-0.030883789062 +0.097167968750 +0.044433593750 +0.036132812500 +-0.145507812500 +0.012023925781 +-0.020507812500 +0.014892578125 +0.018920898438 +0.138671875000 +0.072265625000 +-0.057617187500 +-0.051513671875 +0.065429687500 +-0.032226562500 +-0.035400390625 +0.014343261719 +-0.047851562500 +0.077636718750 +-0.144531250000 +0.025634765625 +-0.013305664062 +0.122558593750 +-0.029663085938 +-0.044189453125 +0.036865234375 +0.008605957031 +-0.017211914062 +0.054199218750 +-0.002731323242 +-0.246093750000 +-0.005737304688 +-0.033935546875 +0.002624511719 +-0.076171875000 +0.086425781250 +0.167968750000 +0.118652343750 +0.172851562500 +0.197265625000 +-0.100585937500 +-0.007659912109 +0.048095703125 +0.049316406250 +-0.172851562500 +0.087402343750 +-0.011535644531 +-0.083984375000 +0.016357421875 +-0.085937500000 +0.081054687500 +0.072265625000 +-0.014953613281 +0.014465332031 +-0.129882812500 +-0.054931640625 +-0.040527343750 +-0.046386718750 +-0.043701171875 +0.025024414062 +0.050781250000 +-0.048095703125 +0.034423828125 +0.029418945312 +0.017456054688 +0.041259765625 +0.136718750000 +0.023681640625 +0.228515625000 +-0.011352539062 +-0.196289062500 +-0.070312500000 +0.019287109375 +-0.077148437500 +0.102539062500 +0.091308593750 +-0.003692626953 +-0.020141601562 +-0.043945312500 +0.207031250000 +0.003433227539 +-0.090820312500 +0.000793457031 +-0.170898437500 +-0.050048828125 +0.047607421875 +0.190429687500 +0.058593750000 +-0.111328125000 +0.007049560547 +-0.007995605469 +0.166015625000 +-0.087402343750 +0.174804687500 +-0.002990722656 +-0.154296875000 +0.083496093750 +0.100097656250 +0.004882812500 +0.032226562500 +-0.033935546875 +-0.088867187500 +0.070312500000 +0.078125000000 +0.043457031250 +-0.214843750000 +-0.007690429688 +0.163085937500 +0.145507812500 +0.117675781250 +0.091308593750 +0.240234375000 +0.035400390625 +0.146484375000 +-0.096191406250 +0.039062500000 +-0.080566406250 +0.072753906250 +0.144531250000 +0.112792968750 +0.100097656250 +0.365234375000 +-0.057373046875 +-0.069335937500 +0.000694274902 +0.017822265625 +0.049804687500 +0.127929687500 +-0.157226562500 +0.170898437500 +0.027221679688 +0.099609375000 +-0.080078125000 +0.061523437500 +-0.132812500000 +0.025024414062 +0.115234375000 +-0.002716064453 +0.029907226562 +0.047363281250 +-0.077636718750 +0.046386718750 +0.060058593750 +0.096191406250 +0.084960937500 +-0.000816345215 +-0.012390136719 +-0.214843750000 +0.032714843750 +-0.032714843750 +-0.068359375000 +-0.014038085938 +0.055175781250 +0.008972167969 +-0.041015625000 +-0.015625000000 +0.031494140625 +0.095214843750 +-0.008117675781 +-0.030029296875 +0.061279296875 +0.009155273438 +0.052978515625 +0.027221679688 +-0.090332031250 +-0.109863281250 +-0.306640625000 +-0.059082031250 +0.103027343750 +-0.012451171875 +-0.083007812500 +0.123535156250 +-0.098144531250 +0.047119140625 +0.027954101562 +-0.095214843750 +0.081542968750 +-0.015747070312 +0.116210937500 +0.155273437500 +-0.115722656250 +-0.102050781250 +0.006469726562 +0.021850585938 +0.072753906250 +-0.109375000000 +0.016357421875 +-0.098144531250 +-0.255859375000 +-0.009399414062 +-0.241210937500 +-0.111816406250 +-0.021728515625 +0.098144531250 +-0.035400390625 +0.008850097656 +-0.222656250000 +-0.000782012939 +0.069335937500 +-0.059082031250 +-0.138671875000 +0.050781250000 +-0.198242187500 +0.007934570312 +-0.034179687500 +0.009155273438 +0.046386718750 +0.031494140625 +-0.086914062500 +-0.024414062500 +-0.048583984375 +0.213867187500 +0.041503906250 +-0.009887695312 +-0.207031250000 +0.019653320312 +-0.046386718750 +0.250000000000 +-0.009155273438 +-0.051269531250 +0.007995605469 +-0.031982421875 +0.076171875000 +0.003173828125 +0.141601562500 +-0.086425781250 +-0.036865234375 +-0.120605468750 +-0.023559570312 +-0.098632812500 +0.061523437500 +-0.052001953125 +0.057617187500 +-0.174804687500 +-0.000606536865 +-0.041015625000 +-0.072753906250 +-0.034667968750 +-0.017211914062 +0.003936767578 +-0.070800781250 +-0.012634277344 +-0.103515625000 +-0.110351562500 +-0.045898437500 +-0.026611328125 +0.034423828125 +-0.004302978516 +0.051025390625 +0.120117187500 +-0.044189453125 +0.043945312500 +-0.019897460938 +0.022949218750 +0.006469726562 +0.069335937500 +-0.019531250000 +0.034179687500 +-0.026611328125 +0.075195312500 +0.014038085938 +0.120117187500 +0.164062500000 +0.033447265625 +-0.116699218750 +-0.104980468750 +0.029296875000 +-0.145507812500 +0.020751953125 +-0.052734375000 +0.143554687500 +0.024414062500 +-0.157226562500 +-0.101074218750 +0.004425048828 +0.088867187500 +0.006591796875 +0.014587402344 +0.136718750000 +0.136718750000 +0.162109375000 +0.062988281250 +-0.029541015625 +0.070312500000 +0.014709472656 +-0.015747070312 +-0.185546875000 +-0.129882812500 +-0.000652313232 +0.007141113281 +-0.055908203125 +0.020996093750 +-0.148437500000 +0.093750000000 +0.079101562500 +0.179687500000 +-0.066894531250 +0.006469726562 +0.017700195312 +0.056152343750 +-0.063476562500 +-0.008483886719 +0.064941406250 +0.027954101562 +-0.107421875000 +-0.063476562500 +0.024047851562 +0.051757812500 +-0.039794921875 +0.038085937500 +-0.016113281250 +0.036376953125 +0.009887695312 +-0.031005859375 +-0.037353515625 +0.012451171875 +0.020996093750 +-0.051269531250 +0.046386718750 +-0.055664062500 +-0.031494140625 +0.092285156250 +0.072265625000 +-0.039062500000 +0.119140625000 +0.001640319824 +-0.261718750000 +0.072265625000 +0.154296875000 +-0.059082031250 +-0.017578125000 +0.099609375000 +-0.028808593750 +-0.029785156250 +-0.042968750000 +0.071289062500 +-0.045410156250 +0.044677734375 +-0.037841796875 +-0.059814453125 +-0.050292968750 +-0.069335937500 +0.060546875000 +-0.071777343750 +-0.108398437500 +-0.091308593750 +0.076171875000 +-0.024902343750 +0.036132812500 +-0.052246093750 +0.021972656250 +0.033935546875 +0.085449218750 +0.037109375000 +0.097167968750 +-0.190429687500 +-0.013732910156 +0.071777343750 +-0.093750000000 +-0.079101562500 +0.057128906250 +-0.133789062500 +-0.015380859375 +0.067871093750 +0.147460937500 +0.002609252930 +-0.101562500000 +0.071289062500 +0.058837890625 +0.030761718750 +0.114746093750 +0.004577636719 +0.054443359375 +-0.079101562500 +0.078125000000 +0.167968750000 +0.068359375000 +0.114746093750 +-0.070312500000 +-0.102539062500 +0.165039062500 +-0.005401611328 +0.044433593750 +0.011169433594 +0.054199218750 +-0.020019531250 +-0.086914062500 +-0.162109375000 +-0.117675781250 +-0.009765625000 +0.092285156250 +-0.126953125000 +-0.099609375000 +0.070800781250 +0.019409179688 +-0.049560546875 +0.199218750000 +0.032226562500 +0.016845703125 +0.071777343750 +0.101562500000 +-0.132812500000 +0.042236328125 +0.048583984375 +0.128906250000 +-0.046386718750 +-0.048583984375 +0.152343750000 +-0.006408691406 +-0.126953125000 +-0.080566406250 +-0.043701171875 +-0.251953125000 +0.090332031250 +-0.100097656250 +-0.102539062500 +0.089843750000 +0.087402343750 +0.173828125000 +-0.024536132812 +0.034912109375 +-0.150390625000 +-0.053222656250 +0.024169921875 +0.000915527344 +0.016723632812 +0.130859375000 +0.075683593750 +-0.098144531250 +-0.026000976562 +-0.034667968750 +-0.168945312500 +-0.101074218750 +0.077636718750 +-0.030029296875 +-0.255859375000 +0.089843750000 +0.018432617188 +-0.055908203125 +-0.054687500000 +0.006317138672 +-0.033935546875 +0.055419921875 +-0.055908203125 +-0.036865234375 +-0.138671875000 +-0.106445312500 +0.057617187500 +-0.133789062500 +0.058105468750 +-0.024291992188 +-0.011657714844 +0.054199218750 +-0.010742187500 +-0.207031250000 +-0.027099609375 +-0.038085937500 +-0.134765625000 +-0.096191406250 +0.078125000000 +-0.112792968750 +-0.067382812500 +0.012878417969 +-0.011596679688 +0.022705078125 +0.020019531250 +-0.090332031250 +-0.031005859375 +-0.214843750000 +0.005950927734 +0.185546875000 +-0.087890625000 +-0.018798828125 +0.122070312500 +0.003341674805 +-0.058105468750 +0.012634277344 +0.031982421875 +-0.058349609375 +0.029418945312 +0.110351562500 +-0.025390625000 +-0.028686523438 +-0.146484375000 +0.030517578125 +-0.103515625000 +0.084472656250 +-0.027221679688 +0.037841796875 +0.125000000000 +-0.054687500000 +0.068847656250 +0.014831542969 +-0.128906250000 +-0.079101562500 +-0.102050781250 +0.018188476562 +0.094238281250 +0.043701171875 +-0.156250000000 +-0.046142578125 +-0.145507812500 +-0.051757812500 +-0.017700195312 +-0.010437011719 +0.070800781250 +0.086425781250 +0.147460937500 +-0.087890625000 +0.011413574219 +-0.043701171875 +-0.104492187500 +-0.019165039062 +0.081542968750 +-0.090332031250 +-0.054931640625 +-0.040771484375 +0.079101562500 +-0.020385742188 +0.108398437500 +0.073730468750 +0.153320312500 +-0.051025390625 +-0.071289062500 +-0.155273437500 +-0.098144531250 +-0.065429687500 +0.066406250000 +0.066406250000 +-0.025024414062 +-0.043945312500 +-0.019897460938 +-0.054687500000 +0.014770507812 +-0.117187500000 +0.095703125000 +0.086914062500 +-0.149414062500 +0.169921875000 +-0.005798339844 +0.011413574219 +0.136718750000 +0.052246093750 +0.027954101562 +0.031982421875 +-0.076660156250 +-0.064941406250 +0.001052856445 +-0.062011718750 +-0.160156250000 +0.148437500000 +0.016845703125 +-0.056152343750 +0.125000000000 +0.100097656250 +0.071289062500 +0.162109375000 +-0.103027343750 +0.025634765625 +-0.049804687500 +0.113281250000 +-0.027709960938 +-0.060058593750 +0.067871093750 +0.205078125000 +0.010375976562 +0.038330078125 +-0.016113281250 +-0.009704589844 +-0.101562500000 +0.117675781250 +-0.215820312500 +0.026733398438 +-0.100097656250 +0.014282226562 +0.200195312500 +0.083496093750 +-0.045166015625 +0.042480468750 +0.053955078125 +0.271484375000 +-0.065917968750 +-0.108398437500 +0.081054687500 +-0.041992187500 +0.053955078125 +-0.017578125000 +-0.078125000000 +-0.110839843750 +-0.090332031250 +-0.019531250000 +-0.076660156250 +0.085449218750 +-0.040283203125 +-0.091308593750 +0.130859375000 +-0.147460937500 +0.077148437500 +0.019897460938 +0.012695312500 +0.041503906250 +0.033203125000 +0.190429687500 +0.065429687500 +-0.172851562500 +0.114746093750 +-0.050048828125 +0.094238281250 +0.183593750000 +-0.199218750000 +-0.011108398438 +-0.086425781250 +-0.093750000000 +-0.167968750000 +0.068359375000 +-0.043945312500 +-0.016967773438 +-0.109863281250 +-0.171875000000 +0.037109375000 +-0.071777343750 +-0.166992187500 +-0.128906250000 +0.174804687500 +0.023071289062 +-0.032226562500 +-0.163085937500 +0.094726562500 +-0.071777343750 +0.182617187500 +-0.069824218750 +0.063964843750 +0.157226562500 +-0.137695312500 +0.164062500000 +0.050537109375 +-0.071777343750 +0.039306640625 +-0.029785156250 +0.041015625000 +0.028564453125 +-0.101074218750 +0.046875000000 +-0.023071289062 +0.028320312500 +0.042480468750 +-0.075683593750 +0.169921875000 +0.010192871094 +-0.033447265625 +0.000370025635 +0.015991210938 +-0.054199218750 +0.032958984375 +0.011352539062 +0.211914062500 +-0.133789062500 +-0.026611328125 +-0.041992187500 +0.036865234375 +0.030883789062 +-0.123535156250 +-0.159179687500 +-0.169921875000 +-0.012329101562 +-0.042724609375 +0.026367187500 +0.026123046875 +0.000888824463 +-0.080566406250 +-0.024291992188 +0.028686523438 +0.080078125000 +0.007110595703 +0.058349609375 +0.145507812500 +0.085937500000 +0.020263671875 +0.074218750000 +-0.062255859375 +-0.048583984375 +0.054687500000 +-0.027099609375 +-0.050292968750 +0.053466796875 +0.089843750000 +-0.160156250000 +0.035644531250 +0.151367187500 +-0.298828125000 +0.056640625000 +0.108398437500 +-0.113769531250 +0.003616333008 +-0.048095703125 +0.083984375000 +0.142578125000 +0.127929687500 +0.102050781250 +0.029785156250 +0.074707031250 +0.004089355469 +0.193359375000 +0.171875000000 +0.027709960938 +-0.037109375000 +-0.127929687500 +-0.056396484375 +0.018554687500 +0.027954101562 +-0.009338378906 +0.129882812500 +-0.308593750000 +0.155273437500 +0.122558593750 +0.098632812500 +0.002044677734 +0.021484375000 +-0.008544921875 +-0.124023437500 +0.066406250000 +-0.005401611328 +-0.255859375000 +0.017089843750 +0.099609375000 +-0.031982421875 +-0.131835937500 +0.032958984375 +0.046875000000 +-0.042968750000 +-0.023803710938 +-0.002578735352 +0.148437500000 +-0.036865234375 +0.083984375000 +0.039306640625 +-0.124511718750 +0.060546875000 +-0.006652832031 +-0.065917968750 +0.068847656250 +0.107421875000 +0.054931640625 +-0.010620117188 +0.057128906250 +-0.021240234375 +-0.048583984375 +0.069335937500 +-0.041992187500 +-0.039550781250 +0.160156250000 +0.068359375000 +-0.123535156250 +0.054687500000 +0.015625000000 +-0.006896972656 +0.196289062500 +-0.082031250000 +-0.066894531250 +-0.005676269531 +0.006378173828 +0.093261718750 +-0.113769531250 +0.124511718750 +-0.022094726562 +-0.150390625000 +0.001228332520 +0.024414062500 +-0.050537109375 +-0.061035156250 +0.047851562500 +0.061035156250 +0.103515625000 +0.025146484375 +0.037109375000 +0.033691406250 +0.007537841797 +-0.015991210938 +0.008117675781 +-0.055908203125 +-0.124023437500 +0.040039062500 +0.001296997070 +-0.038330078125 +0.092285156250 +-0.069335937500 +0.101074218750 +0.076660156250 +-0.040039062500 +-0.007598876953 +0.011291503906 +-0.088378906250 +-0.011840820312 +-0.017456054688 +-0.070312500000 +-0.164062500000 +-0.093261718750 +-0.064453125000 +0.053710937500 +-0.044677734375 +0.109863281250 +-0.018798828125 +-0.038330078125 +0.132812500000 +0.032226562500 +0.027343750000 +-0.105468750000 +-0.011901855469 +0.104492187500 +0.054687500000 +0.009643554688 +-0.000082492828 +0.134765625000 +-0.032958984375 +0.177734375000 +0.036132812500 +-0.093261718750 +0.053222656250 +0.004974365234 +-0.021240234375 +0.134765625000 +0.068359375000 +-0.080566406250 +0.079101562500 +0.026000976562 +-0.112792968750 +0.065917968750 +-0.048583984375 +0.045166015625 +0.033935546875 +-0.001655578613 +0.128906250000 +0.005828857422 +-0.084960937500 +-0.023559570312 +-0.020751953125 +-0.160156250000 +0.052246093750 +0.097167968750 +0.035400390625 +-0.085449218750 +-0.085449218750 +0.053710937500 +-0.159179687500 +0.067871093750 +-0.017700195312 +-0.030395507812 +0.034179687500 +0.036865234375 +0.061279296875 +-0.056884765625 +0.212890625000 +-0.012512207031 +-0.097167968750 +-0.072753906250 +0.088378906250 +-0.000225067139 +-0.036132812500 +-0.104492187500 +0.019165039062 +0.056396484375 +0.075195312500 +0.048583984375 +-0.169921875000 +-0.065429687500 +-0.146484375000 +-0.052490234375 +0.142578125000 +-0.041259765625 +-0.052978515625 +0.085937500000 +-0.152343750000 +-0.126953125000 +-0.048095703125 +0.083007812500 +0.060302734375 +0.066406250000 +0.052001953125 +0.014038085938 +0.073242187500 +0.037841796875 +-0.177734375000 +0.146484375000 +-0.070312500000 +-0.055175781250 +0.174804687500 +-0.148437500000 +0.081054687500 +-0.004943847656 +-0.047607421875 +0.052978515625 +0.144531250000 +0.046386718750 +-0.220703125000 +-0.162109375000 +0.095214843750 +-0.219726562500 +-0.155273437500 +0.011108398438 +-0.031494140625 +0.056640625000 +-0.138671875000 +-0.085449218750 +0.070800781250 +0.091796875000 +-0.219726562500 +0.109863281250 +0.057373046875 +0.158203125000 +-0.050537109375 +0.052246093750 +-0.091308593750 +-0.009338378906 +-0.073730468750 +-0.090332031250 +-0.111328125000 +0.089355468750 +-0.045654296875 +0.110839843750 +-0.109375000000 +0.023803710938 +-0.026733398438 +0.082031250000 +0.075683593750 +-0.040771484375 +-0.187500000000 +-0.049072265625 +0.017089843750 +0.059570312500 +-0.005004882812 +-0.092773437500 +0.098632812500 +0.087890625000 +-0.016235351562 +-0.031005859375 +0.142578125000 +-0.152343750000 +-0.172851562500 +-0.041992187500 +0.091796875000 +-0.036621093750 +0.032958984375 +-0.161132812500 +-0.281250000000 +-0.011901855469 +0.115722656250 +0.112792968750 +-0.062988281250 +0.006958007812 +0.070312500000 +-0.248046875000 +0.050537109375 +-0.099121093750 +0.026245117188 +-0.166015625000 +0.094726562500 +0.034423828125 +-0.110839843750 +-0.135742187500 +-0.032958984375 +0.067871093750 +-0.136718750000 +0.080566406250 +-0.020263671875 +0.141601562500 +0.155273437500 +-0.104492187500 +-0.099609375000 +-0.029296875000 +-0.191406250000 +0.071777343750 +0.047119140625 +0.096679687500 +0.072265625000 +0.033935546875 +0.084472656250 +-0.061035156250 +-0.044921875000 +-0.023193359375 +-0.086425781250 +-0.121582031250 +-0.073242187500 +-0.040039062500 +-0.032958984375 +-0.042480468750 +-0.184570312500 +0.023559570312 +0.060058593750 +0.120117187500 +-0.184570312500 +-0.093261718750 +0.306640625000 +0.125000000000 +-0.030029296875 +0.039550781250 +0.068847656250 +-0.013366699219 +-0.092773437500 +-0.004119873047 +-0.030517578125 +0.039794921875 +0.215820312500 +0.063964843750 +0.041503906250 +-0.012207031250 +-0.038818359375 +-0.041992187500 +-0.036621093750 +0.017456054688 +0.019531250000 +-0.009521484375 +-0.003295898438 +0.289062500000 +-0.108398437500 +-0.003112792969 +-0.105957031250 +-0.048828125000 +-0.110839843750 +-0.025756835938 +0.057128906250 +0.013916015625 +-0.125976562500 +-0.064453125000 +0.006835937500 +-0.040527343750 +0.031250000000 +-0.020263671875 +-0.079101562500 +0.059814453125 +0.118652343750 +0.057128906250 +0.035400390625 +-0.076171875000 +-0.064453125000 +-0.090820312500 +0.000020861626 +0.021972656250 +-0.133789062500 +0.043701171875 +0.040039062500 +0.169921875000 +-0.153320312500 +-0.087890625000 +0.081542968750 +0.056152343750 +-0.061523437500 +-0.081542968750 +0.032714843750 +0.065429687500 +0.031250000000 +-0.018798828125 +0.113281250000 +0.048828125000 +-0.020019531250 +0.126953125000 +0.059326171875 +0.120605468750 +-0.080078125000 +0.054687500000 +0.068847656250 +-0.123046875000 +-0.100585937500 +-0.018066406250 +-0.001632690430 +0.054687500000 +-0.003906250000 +0.029052734375 +-0.100585937500 +-0.101074218750 +0.024169921875 +-0.077636718750 +0.000499725342 +-0.083007812500 +-0.064941406250 +0.038330078125 +-0.130859375000 +0.222656250000 +-0.004699707031 +0.090332031250 +-0.125000000000 +-0.026245117188 +0.060302734375 +0.015747070312 +-0.062988281250 +0.018676757812 +-0.040039062500 +0.087402343750 +0.094238281250 +0.088378906250 +-0.032714843750 +0.053710937500 +0.043701171875 +0.143554687500 +-0.055908203125 +-0.133789062500 +0.067871093750 +0.089843750000 +-0.241210937500 +0.087402343750 +0.034423828125 +0.014282226562 +-0.098144531250 +-0.026123046875 +-0.129882812500 +0.047363281250 +0.013000488281 +0.023193359375 +0.143554687500 +-0.050292968750 +-0.029418945312 +0.018310546875 +-0.032958984375 +-0.095214843750 +-0.017822265625 +-0.060302734375 +-0.030883789062 +0.086425781250 +0.090820312500 +-0.035400390625 +0.028442382812 +-0.077148437500 +0.169921875000 +0.067871093750 +0.163085937500 +0.239257812500 +0.051757812500 +0.052001953125 +0.036132812500 +0.118164062500 +0.014831542969 +-0.080566406250 +0.105468750000 +0.051513671875 +-0.255859375000 +0.117187500000 +0.002136230469 +-0.132812500000 +0.020874023438 +0.139648437500 +-0.055664062500 +-0.166992187500 +0.064941406250 +0.232421875000 +0.143554687500 +0.271484375000 +0.191406250000 +-0.057617187500 +-0.084960937500 +-0.269531250000 +0.177734375000 +-0.015991210938 +0.105957031250 +-0.056396484375 +-0.042968750000 +0.165039062500 +0.060546875000 +-0.144531250000 +0.199218750000 +-0.074218750000 +0.079101562500 +0.143554687500 +0.136718750000 +-0.052246093750 +-0.027832031250 +0.039306640625 +-0.060302734375 +-0.019165039062 +0.096191406250 +-0.076171875000 +-0.039062500000 +-0.146484375000 +0.017944335938 +0.271484375000 +0.144531250000 +0.037109375000 +0.005432128906 +-0.007934570312 +-0.004486083984 +0.083984375000 +-0.212890625000 +0.089843750000 +-0.016723632812 +-0.144531250000 +0.269531250000 +-0.104492187500 +-0.093750000000 +-0.040771484375 +-0.166015625000 +0.040039062500 +0.054199218750 +0.091796875000 +0.082031250000 +-0.277343750000 +-0.253906250000 +0.161132812500 +-0.063964843750 +-0.031982421875 +-0.033691406250 +0.018066406250 +0.204101562500 +-0.135742187500 +-0.259765625000 +-0.239257812500 +-0.000085830688 +-0.072265625000 +-0.188476562500 +-0.033935546875 +-0.094726562500 +0.022338867188 +0.085937500000 +0.012390136719 +-0.098144531250 +0.133789062500 +-0.034179687500 +-0.068847656250 +-0.014648437500 +-0.066406250000 +0.097167968750 +0.120605468750 +0.020507812500 +0.101074218750 +-0.031982421875 +0.036132812500 +0.024047851562 +-0.059570312500 +0.060791015625 +-0.049316406250 +-0.113281250000 +0.064941406250 +0.212890625000 +0.083984375000 +0.042724609375 +0.116210937500 +-0.087402343750 +-0.149414062500 +-0.233398437500 +0.006195068359 +-0.026489257812 +0.051513671875 +-0.023803710938 +0.007934570312 +0.033691406250 +0.208984375000 +0.053955078125 +-0.085937500000 +0.152343750000 +0.049560546875 +-0.004974365234 +-0.026367187500 +0.021240234375 +-0.066894531250 +-0.122070312500 +-0.073242187500 +-0.025512695312 +-0.076171875000 +0.285156250000 +-0.108398437500 +-0.129882812500 +-0.047363281250 +-0.068847656250 +0.031982421875 +-0.063964843750 +0.041259765625 +0.013793945312 +0.053955078125 +0.103515625000 +0.092285156250 +-0.086914062500 +-0.049560546875 +0.000942230225 +-0.085449218750 +0.200195312500 +-0.165039062500 +0.147460937500 +-0.041015625000 +-0.116210937500 +-0.127929687500 +-0.050781250000 +0.030273437500 +0.090332031250 +0.067382812500 +-0.009399414062 +0.157226562500 +0.050292968750 +-0.133789062500 +0.012573242188 +0.062500000000 +-0.123535156250 +0.103027343750 +0.296875000000 +0.109863281250 +-0.078613281250 +-0.039550781250 +0.085937500000 +-0.018310546875 +0.095703125000 +-0.337890625000 +-0.104492187500 +-0.026000976562 +-0.057861328125 +-0.198242187500 +0.114746093750 +-0.181640625000 +-0.024169921875 +0.021118164062 +0.105957031250 +0.152343750000 +0.078613281250 +-0.056396484375 +-0.041503906250 +-0.017211914062 +-0.060058593750 +-0.145507812500 +-0.073242187500 +-0.073242187500 +0.143554687500 +0.125000000000 +0.000820159912 +-0.062011718750 +0.078125000000 +-0.202148437500 +0.018920898438 +-0.072753906250 +0.177734375000 +0.124511718750 +-0.138671875000 +0.011108398438 +-0.079589843750 +-0.014526367188 +-0.136718750000 +0.052978515625 +-0.129882812500 +0.027099609375 +-0.005279541016 +0.179687500000 +0.186523437500 +-0.147460937500 +0.339843750000 +0.045166015625 +0.143554687500 +0.033935546875 +0.008361816406 +-0.183593750000 +0.024902343750 +-0.100097656250 +0.108886718750 +-0.072265625000 +0.001762390137 +0.124511718750 +-0.086425781250 +-0.124511718750 +0.045166015625 +-0.062988281250 +-0.075195312500 +0.040283203125 +-0.045654296875 +0.151367187500 +-0.175781250000 +-0.136718750000 +0.037353515625 +0.004180908203 +0.159179687500 +0.119628906250 +-0.141601562500 +-0.055908203125 +0.072265625000 +0.087402343750 +0.023803710938 +0.009460449219 +0.216796875000 +-0.061767578125 +0.052490234375 +-0.164062500000 +0.187500000000 +0.166015625000 +0.019775390625 +-0.001815795898 +-0.022705078125 +-0.077636718750 +-0.048095703125 +-0.137695312500 +0.041259765625 +0.179687500000 +0.251953125000 +0.194335937500 +0.115234375000 +0.048583984375 +0.061767578125 +0.030029296875 +0.306640625000 +0.236328125000 +0.133789062500 +0.053222656250 +0.002548217773 +-0.008300781250 +-0.066894531250 +0.083007812500 +-0.086914062500 +0.134765625000 +0.105957031250 +0.004669189453 +0.176757812500 +0.102539062500 +-0.017944335938 +-0.042236328125 +-0.004852294922 +-0.033447265625 +0.061279296875 +-0.191406250000 +0.015625000000 +0.060302734375 +0.053710937500 +0.015625000000 +0.188476562500 +-0.012084960938 +0.006835937500 +0.189453125000 +-0.024780273438 +0.145507812500 +-0.156250000000 +-0.042724609375 +-0.186523437500 +-0.009033203125 +0.234375000000 +-0.010375976562 +0.031127929688 +0.009765625000 +-0.039062500000 +-0.135742187500 +0.112304687500 +-0.089843750000 +-0.076171875000 +-0.174804687500 +0.206054687500 +0.091308593750 +0.086425781250 +0.109375000000 +-0.169921875000 +-0.196289062500 +-0.115234375000 +-0.154296875000 +-0.165039062500 +-0.302734375000 +0.208007812500 +0.013610839844 +-0.009277343750 +-0.277343750000 +-0.141601562500 +0.110839843750 +-0.049072265625 +-0.085449218750 +-0.096191406250 +-0.037841796875 +-0.073730468750 +-0.061523437500 +-0.017700195312 +-0.043701171875 +0.036132812500 +0.065429687500 +-0.128906250000 +0.033935546875 +0.003372192383 +0.133789062500 +-0.080566406250 +0.053466796875 +0.367187500000 +0.152343750000 +-0.111816406250 +-0.109863281250 +0.058837890625 +-0.187500000000 +-0.161132812500 +-0.068847656250 +-0.020141601562 +-0.088378906250 +-0.074707031250 +-0.239257812500 +0.048828125000 +0.194335937500 +0.140625000000 +0.150390625000 +-0.195312500000 +-0.060058593750 +0.133789062500 +0.075683593750 +-0.043945312500 +-0.095214843750 +0.049316406250 +-0.235351562500 +-0.010742187500 +-0.029907226562 +0.239257812500 +0.016357421875 +-0.002578735352 +-0.269531250000 +0.076171875000 +-0.140625000000 +0.210937500000 +-0.108398437500 +0.008972167969 +0.052246093750 +0.029785156250 +0.021972656250 +-0.013122558594 +-0.087890625000 +-0.007629394531 +-0.028686523438 +-0.001037597656 +-0.005828857422 +0.011901855469 +-0.006256103516 +-0.049316406250 +-0.087402343750 +0.157226562500 +-0.028564453125 +-0.060058593750 +0.156250000000 +-0.056152343750 +0.104980468750 +0.021728515625 +-0.052734375000 +0.113769531250 +-0.028930664062 +-0.080078125000 +0.267578125000 +-0.023437500000 +-0.086914062500 +-0.003662109375 +0.050537109375 +-0.011474609375 +-0.076660156250 +-0.031127929688 +-0.109863281250 +0.057373046875 +-0.038085937500 +0.005157470703 +0.038574218750 +-0.036621093750 +0.031127929688 +-0.051025390625 +-0.027954101562 +-0.243164062500 +0.004608154297 +-0.093750000000 +0.069824218750 +-0.065917968750 +-0.101562500000 +-0.059570312500 +0.008850097656 +-0.063964843750 +0.046386718750 +0.085937500000 +-0.017578125000 +0.029418945312 +-0.021606445312 +-0.021484375000 +0.032958984375 +-0.026611328125 +0.082519531250 +0.003845214844 +0.330078125000 +-0.037841796875 +0.106933593750 +-0.001525878906 +0.018920898438 +0.029663085938 +-0.041992187500 +0.021484375000 +0.008422851562 +-0.192382812500 +-0.018920898438 +0.028564453125 +0.255859375000 +-0.021118164062 +-0.055908203125 +0.032470703125 +-0.136718750000 +0.056640625000 +0.045898437500 +-0.014953613281 +0.150390625000 +-0.048095703125 +0.001052856445 +-0.046630859375 +-0.021972656250 +0.005249023438 +-0.072753906250 +-0.093750000000 +0.012573242188 +0.031005859375 +-0.112792968750 +0.011047363281 +0.003753662109 +0.141601562500 +-0.030639648438 +-0.001205444336 +0.000163078308 +0.002944946289 +-0.032714843750 +-0.026000976562 +0.035156250000 +0.271484375000 +0.007263183594 +-0.029174804688 +-0.147460937500 +-0.039794921875 +0.066894531250 +0.015991210938 +-0.058105468750 +-0.043701171875 +0.011108398438 +-0.097656250000 +0.074218750000 +-0.064453125000 +0.016723632812 +-0.089355468750 +0.068359375000 +0.040527343750 +-0.036865234375 +-0.060791015625 +0.006622314453 +-0.098632812500 +0.059326171875 +0.044677734375 +0.036376953125 +-0.029296875000 +0.101562500000 +-0.118652343750 +-0.060302734375 +0.092285156250 +0.031738281250 +-0.167968750000 +0.158203125000 +-0.011108398438 +-0.023925781250 +-0.213867187500 +0.139648437500 +0.074707031250 +0.090332031250 +0.056152343750 +-0.079589843750 +0.139648437500 +0.051269531250 +-0.144531250000 +-0.053222656250 +-0.009277343750 +0.085937500000 +0.129882812500 +0.015014648438 +-0.101074218750 +-0.050781250000 +0.152343750000 +-0.109863281250 +0.119140625000 +0.070800781250 +-0.139648437500 +-0.177734375000 +-0.036376953125 +0.015014648438 +-0.030517578125 +-0.051757812500 +0.004333496094 +-0.149414062500 +-0.112792968750 +-0.081542968750 +0.118164062500 +-0.025878906250 +-0.087890625000 +-0.031738281250 +0.136718750000 +-0.054931640625 +0.036376953125 +-0.171875000000 +-0.044921875000 +0.015380859375 +0.092773437500 +-0.175781250000 +-0.094726562500 +-0.034423828125 +0.072265625000 +0.067382812500 +-0.003372192383 +0.072265625000 +0.062988281250 +-0.042236328125 +-0.042480468750 +-0.019897460938 +-0.050537109375 +-0.091308593750 +-0.109375000000 +0.170898437500 +0.079101562500 +0.028320312500 +0.091796875000 +0.027709960938 +0.096679687500 +-0.030517578125 +-0.005676269531 +-0.040039062500 +0.171875000000 +0.128906250000 +-0.050537109375 +-0.136718750000 +0.052978515625 +-0.101562500000 +0.040527343750 +0.125976562500 +-0.178710937500 +0.102539062500 +-0.240234375000 +-0.058837890625 +-0.043701171875 +0.116210937500 +-0.080078125000 +0.020385742188 +-0.077148437500 +0.052978515625 +-0.058349609375 +0.084472656250 +-0.064941406250 +0.050292968750 +0.069335937500 +-0.085937500000 +0.115234375000 +-0.042724609375 +-0.042480468750 +-0.032958984375 +0.042480468750 +0.053955078125 +-0.059082031250 +-0.112304687500 +0.035400390625 +0.117675781250 +0.117675781250 +-0.130859375000 +0.117675781250 +0.005523681641 +-0.040039062500 +0.033447265625 +0.057861328125 +-0.130859375000 +-0.130859375000 +0.047851562500 +0.155273437500 +0.015747070312 +-0.034179687500 +0.038574218750 +0.050048828125 +0.141601562500 +0.047851562500 +-0.189453125000 +0.125000000000 +-0.094726562500 +0.153320312500 +0.107910156250 +-0.025512695312 +0.095214843750 +-0.045654296875 +0.040039062500 +-0.044677734375 +0.048095703125 +0.082519531250 +0.005767822266 +-0.040527343750 +0.020141601562 +-0.020751953125 +-0.108886718750 +-0.035156250000 +-0.051269531250 +-0.073242187500 +0.171875000000 +-0.029907226562 +-0.075683593750 +-0.158203125000 +0.053222656250 +-0.092773437500 +-0.002151489258 +0.032958984375 +0.101562500000 +-0.117675781250 +0.039794921875 +-0.071289062500 +-0.027954101562 +-0.006896972656 +-0.062988281250 +0.067382812500 +-0.036132812500 +0.109863281250 +0.061523437500 +-0.016601562500 +0.005249023438 +-0.140625000000 +-0.112304687500 +0.043945312500 +-0.059326171875 +-0.039062500000 +-0.009277343750 +0.006591796875 +-0.080078125000 +-0.001655578613 +0.075195312500 +-0.034912109375 +0.115722656250 +-0.102539062500 +-0.046875000000 +0.013793945312 +-0.045654296875 +0.073730468750 +0.061035156250 +-0.153320312500 +-0.102050781250 +-0.035400390625 +-0.017456054688 +-0.027587890625 +0.020874023438 +0.017089843750 +-0.134765625000 +-0.007934570312 +-0.116699218750 +0.084472656250 +0.038818359375 +0.099609375000 +0.076660156250 +0.038330078125 +0.087402343750 +0.223632812500 +-0.066406250000 +-0.073730468750 +-0.096679687500 +0.043212890625 +-0.058349609375 +-0.062255859375 +0.069824218750 +-0.004699707031 +-0.112792968750 +-0.022460937500 +0.086425781250 +0.058837890625 +0.137695312500 +-0.000812530518 +-0.090332031250 +0.036132812500 +-0.004577636719 +-0.020996093750 +0.081542968750 +-0.011901855469 +-0.103027343750 +0.011718750000 +-0.099121093750 +-0.107910156250 +-0.006958007812 +-0.044189453125 +0.269531250000 +-0.064453125000 +0.035156250000 +-0.010498046875 +-0.058349609375 +-0.054687500000 +0.017944335938 +0.063964843750 +-0.155273437500 +-0.145507812500 +-0.000846862793 +-0.119628906250 +-0.120117187500 +0.104492187500 +0.006011962891 +0.022949218750 +0.086425781250 +-0.031127929688 +0.024169921875 +-0.043945312500 +-0.083984375000 +-0.015441894531 +-0.097656250000 +-0.075683593750 +-0.016967773438 +0.028564453125 +-0.094726562500 +-0.044677734375 +-0.052978515625 +0.009826660156 +0.035644531250 +-0.019409179688 +0.004211425781 +-0.107910156250 +-0.178710937500 +-0.098632812500 +-0.131835937500 +-0.039306640625 +0.078613281250 +0.046630859375 +-0.046142578125 +0.004302978516 +-0.070800781250 +0.060302734375 +0.088378906250 +0.006011962891 +-0.014526367188 +-0.082031250000 +0.010131835938 +-0.072753906250 +-0.056640625000 +-0.074218750000 +0.020263671875 +-0.079101562500 +0.004150390625 +0.079101562500 +-0.116210937500 +0.121093750000 +0.014160156250 +0.117187500000 +0.164062500000 +-0.082031250000 +-0.020141601562 +-0.125976562500 +-0.093750000000 +-0.089355468750 +0.067382812500 +-0.132812500000 +-0.052978515625 +0.056884765625 +-0.112304687500 +-0.043457031250 +0.052490234375 +-0.010009765625 +-0.108398437500 +-0.048095703125 +-0.044189453125 +-0.013916015625 +0.154296875000 +-0.091308593750 +-0.032714843750 +-0.001617431641 +0.027832031250 +-0.076660156250 +0.074218750000 +-0.032958984375 +0.157226562500 +0.152343750000 +-0.110351562500 +-0.010559082031 +0.010131835938 +-0.008117675781 +-0.020507812500 +-0.116210937500 +-0.040771484375 +-0.125976562500 +-0.028320312500 +0.051025390625 +0.197265625000 +0.072753906250 +0.149414062500 +-0.083984375000 +-0.014038085938 +0.036865234375 +0.209960937500 +-0.043212890625 +0.056396484375 +0.006683349609 +-0.116699218750 +0.078613281250 +-0.036376953125 +-0.087402343750 +-0.091796875000 +0.048583984375 +0.016845703125 +0.043457031250 +-0.101074218750 +-0.097656250000 +0.047119140625 +-0.069824218750 +-0.036376953125 +0.071777343750 +-0.092773437500 +0.069335937500 +-0.119628906250 +0.058349609375 +0.087890625000 +0.151367187500 +0.018188476562 +0.012207031250 +-0.068847656250 +0.104003906250 +0.094726562500 +-0.384765625000 +0.070312500000 +-0.027832031250 +-0.062255859375 +-0.131835937500 +0.036132812500 +0.034912109375 +0.101074218750 +-0.043212890625 +-0.080078125000 +-0.027587890625 +0.042968750000 +-0.111328125000 +-0.141601562500 +0.088378906250 +0.061767578125 +0.051757812500 +0.127929687500 +-0.029541015625 +-0.030639648438 +0.061523437500 +0.052978515625 +-0.075683593750 +-0.010803222656 +0.117187500000 +-0.049072265625 +-0.074707031250 +-0.001274108887 +-0.115234375000 +0.019165039062 +-0.046875000000 +-0.080078125000 +-0.114257812500 +-0.121582031250 +-0.057861328125 +-0.132812500000 +0.047363281250 +-0.079589843750 +0.070800781250 +0.044677734375 +0.087890625000 +-0.051757812500 +0.015991210938 +0.204101562500 +0.046386718750 +-0.022583007812 +0.011474609375 +-0.016967773438 +-0.117187500000 +0.141601562500 +0.073730468750 +0.068359375000 +-0.019042968750 +0.039306640625 +-0.028808593750 +-0.082519531250 +0.001060485840 +-0.070800781250 +-0.008728027344 +-0.027465820312 +0.027832031250 +-0.062988281250 +0.016357421875 +-0.141601562500 +-0.150390625000 +0.102539062500 +-0.056884765625 +-0.026489257812 +-0.067382812500 +0.109863281250 +0.136718750000 +-0.064941406250 +-0.081054687500 +0.076171875000 +0.046630859375 +-0.174804687500 +0.010559082031 +-0.151367187500 +0.117675781250 +-0.096679687500 +0.166992187500 +0.166015625000 +-0.035156250000 +-0.053466796875 +-0.036376953125 +-0.109863281250 +-0.060058593750 +0.218750000000 +0.158203125000 +0.061767578125 +-0.060791015625 +-0.110839843750 +0.018798828125 +0.134765625000 +-0.147460937500 +-0.106445312500 +-0.154296875000 +0.093261718750 +0.037353515625 +0.140625000000 +-0.031127929688 +0.134765625000 +0.043457031250 +-0.100585937500 +0.064941406250 +-0.053466796875 +-0.097656250000 +0.105468750000 +0.135742187500 +0.084960937500 +0.044677734375 +0.046386718750 +-0.029174804688 +-0.129882812500 +0.036132812500 +-0.049560546875 +-0.108398437500 +-0.080078125000 +0.029907226562 +-0.155273437500 +0.078613281250 +-0.060546875000 +0.083496093750 +0.086425781250 +-0.145507812500 +-0.110839843750 +-0.048339843750 +-0.119140625000 +0.047363281250 +-0.070312500000 +0.005096435547 +-0.160156250000 +-0.039550781250 +0.018188476562 +-0.037353515625 +0.029541015625 +0.071289062500 +-0.140625000000 +-0.012756347656 +0.097656250000 +-0.083007812500 +0.090332031250 +0.016601562500 +-0.033447265625 +-0.028320312500 +-0.159179687500 +-0.024536132812 +0.027832031250 +0.220703125000 +0.118164062500 +0.069824218750 +-0.107910156250 +-0.089355468750 +0.216796875000 +0.055908203125 +0.164062500000 +-0.135742187500 +0.038818359375 +-0.059326171875 +-0.114257812500 +-0.111816406250 +-0.039550781250 +0.140625000000 +0.041503906250 +-0.067871093750 +-0.044433593750 +-0.236328125000 +-0.042968750000 +-0.194335937500 +-0.077636718750 +0.067871093750 +0.077636718750 +-0.145507812500 +0.037597656250 +0.060058593750 +0.176757812500 +0.010803222656 +0.098632812500 +-0.050292968750 +-0.191406250000 +0.019409179688 +-0.079101562500 +0.002227783203 +-0.066406250000 +-0.017944335938 +-0.045898437500 +-0.003860473633 +-0.225585937500 +-0.176757812500 +-0.054199218750 +-0.093750000000 +-0.136718750000 +-0.170898437500 +0.076660156250 +-0.165039062500 +-0.023803710938 +0.125000000000 +0.131835937500 +0.104980468750 +-0.069824218750 +-0.033447265625 +0.069335937500 +-0.068359375000 +-0.036132812500 +-0.145507812500 +0.065429687500 +0.112304687500 +0.057861328125 +-0.161132812500 +0.104980468750 +0.016357421875 +0.002777099609 +-0.098144531250 +-0.207031250000 +0.015197753906 +0.267578125000 +0.206054687500 +0.027587890625 +-0.093261718750 +-0.037841796875 +0.086914062500 +0.175781250000 +-0.135742187500 +-0.147460937500 +0.013427734375 +0.111816406250 +-0.029296875000 +-0.085449218750 +-0.091308593750 +0.261718750000 +-0.106933593750 +-0.283203125000 +0.123535156250 +-0.074707031250 +0.180664062500 +0.051025390625 +0.226562500000 +-0.119628906250 +0.032226562500 +0.126953125000 +0.042968750000 +-0.000789642334 +-0.000797271729 +0.072265625000 +-0.027709960938 +-0.007263183594 +-0.050537109375 +0.013061523438 +-0.061279296875 +-0.099121093750 +0.090820312500 +0.005767822266 +0.041503906250 +0.006652832031 +-0.053710937500 +-0.055175781250 +-0.025634765625 +0.063476562500 +0.151367187500 +-0.077148437500 +-0.009094238281 +-0.120605468750 +-0.092773437500 +0.098144531250 +-0.077148437500 +-0.246093750000 +-0.042724609375 +-0.163085937500 +0.085449218750 +0.122070312500 +-0.202148437500 +-0.102539062500 +-0.047119140625 +-0.110839843750 +-0.221679687500 +-0.051269531250 +0.080566406250 +0.119628906250 +-0.148437500000 +0.049072265625 +-0.188476562500 +-0.030883789062 +-0.083984375000 +0.153320312500 +-0.119140625000 +-0.132812500000 +-0.031738281250 +-0.236328125000 +-0.079101562500 +0.024536132812 +0.068847656250 +-0.096679687500 +0.163085937500 +-0.206054687500 +-0.162109375000 +-0.035644531250 +0.115722656250 +0.131835937500 +0.123046875000 +0.171875000000 +-0.031127929688 +0.143554687500 +-0.335937500000 +-0.059814453125 +0.007476806641 +0.184570312500 +-0.172851562500 +0.060791015625 +0.066894531250 +-0.149414062500 +-0.048583984375 +-0.051025390625 +0.028564453125 +0.050781250000 +0.065917968750 +-0.119628906250 +-0.094726562500 +-0.001792907715 +0.005676269531 +0.154296875000 +-0.009765625000 +0.022460937500 +-0.082519531250 +0.012268066406 +0.065917968750 +-0.139648437500 +-0.233398437500 +0.047363281250 +-0.183593750000 +-0.104492187500 +-0.049560546875 +0.029296875000 +0.111816406250 +0.090332031250 +-0.083496093750 +0.053955078125 +-0.152343750000 +-0.109375000000 +-0.089355468750 +0.010314941406 +-0.185546875000 +-0.061279296875 +0.147460937500 +-0.064941406250 +-0.118164062500 +0.070312500000 +-0.009582519531 +-0.006195068359 +-0.145507812500 +-0.069335937500 +-0.163085937500 +-0.076660156250 +-0.255859375000 +-0.112792968750 +0.200195312500 +-0.059570312500 +-0.041015625000 +-0.044189453125 +0.085937500000 +-0.051757812500 +0.130859375000 +-0.015563964844 +-0.023315429688 +-0.062500000000 +0.001533508301 +0.050292968750 +0.033203125000 +0.007751464844 +0.156250000000 +-0.196289062500 +-0.036376953125 +0.086914062500 +0.014953613281 +-0.279296875000 +-0.056640625000 +-0.112304687500 +0.028198242188 +-0.138671875000 +-0.021728515625 +0.043945312500 +0.110351562500 +-0.151367187500 +0.059814453125 +0.103027343750 +-0.031250000000 +0.077148437500 +-0.082519531250 +0.053222656250 +0.027709960938 +0.077636718750 +0.147460937500 +0.058105468750 +-0.212890625000 +-0.109863281250 +-0.113769531250 +-0.052246093750 +0.001022338867 +0.033447265625 +0.094726562500 +0.023681640625 +0.038574218750 +-0.064941406250 +-0.146484375000 +-0.064941406250 +-0.179687500000 +0.027221679688 +-0.075195312500 +-0.025268554688 +0.007141113281 +-0.047851562500 +0.042236328125 +0.285156250000 +0.006530761719 +-0.000843048096 +0.010314941406 +-0.133789062500 +0.086425781250 +-0.036376953125 +-0.086914062500 +-0.156250000000 +-0.018554687500 +0.084960937500 +-0.122558593750 +-0.169921875000 +0.013671875000 +0.009094238281 +0.074218750000 +0.025390625000 +-0.181640625000 +0.180664062500 +-0.209960937500 +-0.029296875000 +0.044921875000 +0.057617187500 +-0.012512207031 +-0.165039062500 +0.125976562500 +0.219726562500 +0.057373046875 +0.030395507812 +-0.007507324219 +-0.039794921875 +0.067382812500 +0.049560546875 +0.125000000000 +0.018676757812 +-0.123535156250 +-0.102050781250 +-0.014282226562 +-0.025390625000 +0.118652343750 +0.056152343750 +0.001007080078 +0.053466796875 +-0.168945312500 +0.003906250000 +0.233398437500 +0.129882812500 +0.170898437500 +0.004180908203 +-0.080078125000 +-0.094238281250 +-0.094726562500 +-0.103027343750 +0.090332031250 +-0.083007812500 +-0.062011718750 +-0.129882812500 +0.039306640625 +0.071777343750 +0.118652343750 +-0.023681640625 +0.025024414062 +-0.005493164062 +-0.026367187500 +-0.103027343750 +0.022827148438 +-0.036376953125 +-0.019653320312 +-0.055664062500 +0.206054687500 +0.098144531250 +-0.089355468750 +-0.065429687500 +0.279296875000 +0.088867187500 +-0.194335937500 +-0.096191406250 +-0.015747070312 +-0.130859375000 +0.150390625000 +0.109375000000 +0.093750000000 +-0.048339843750 +0.061523437500 +0.099609375000 +0.033935546875 +-0.063476562500 +0.241210937500 +-0.020263671875 +-0.041259765625 +0.047119140625 +-0.064453125000 +-0.045898437500 +-0.042724609375 +-0.136718750000 +0.071289062500 +0.080078125000 +-0.180664062500 +0.074218750000 +-0.125000000000 +-0.211914062500 +0.197265625000 +-0.047363281250 +-0.072753906250 +-0.009155273438 +0.132812500000 +-0.300781250000 +0.027709960938 +-0.091796875000 +0.073730468750 +-0.204101562500 +0.087402343750 +-0.086914062500 +0.107910156250 +0.039550781250 +-0.058593750000 +-0.045898437500 +0.038818359375 +0.240234375000 +-0.030395507812 +-0.183593750000 +0.015136718750 +0.132812500000 +-0.062255859375 +0.128906250000 +-0.205078125000 +-0.012207031250 +-0.120117187500 +0.125976562500 +0.174804687500 +0.076660156250 +-0.170898437500 +0.139648437500 +0.005615234375 +0.112792968750 +0.062988281250 +0.139648437500 +-0.034667968750 +0.004455566406 +-0.066406250000 +0.040527343750 +0.176757812500 +-0.027832031250 +0.042480468750 +-0.067871093750 +-0.022216796875 +0.037841796875 +0.048828125000 +0.009033203125 +0.104492187500 +0.052246093750 +0.017211914062 +-0.165039062500 +0.061767578125 +-0.001586914062 +-0.145507812500 +0.010681152344 +0.075683593750 +0.000957489014 +0.017944335938 +0.032470703125 +0.068359375000 +-0.065917968750 +0.119628906250 +-0.194335937500 +-0.090820312500 +-0.068847656250 +0.073242187500 +-0.014587402344 +0.053955078125 +-0.061279296875 +0.129882812500 +-0.067871093750 +0.013183593750 +-0.072265625000 +0.129882812500 +0.083984375000 +0.034667968750 +0.000690460205 +-0.080078125000 +-0.125000000000 +0.164062500000 +-0.053466796875 +-0.006042480469 +0.065429687500 +-0.024658203125 +-0.072265625000 +0.018432617188 +-0.009948730469 +0.006469726562 +-0.057861328125 +0.095214843750 +0.104003906250 +0.054443359375 +-0.117675781250 +-0.031738281250 +-0.124023437500 +-0.130859375000 +0.108398437500 +0.045898437500 +-0.071289062500 +0.105468750000 +-0.209960937500 +-0.060302734375 +-0.037109375000 +-0.051025390625 +-0.037597656250 +-0.020019531250 +0.069335937500 +-0.063476562500 +-0.085937500000 +0.002975463867 +-0.020629882812 +-0.126953125000 +0.016601562500 +-0.179687500000 +-0.076171875000 +-0.084960937500 +-0.011291503906 +-0.033447265625 +0.024047851562 +-0.155273437500 +-0.067382812500 +-0.006958007812 +-0.035888671875 +-0.002151489258 +0.029418945312 +0.054443359375 +-0.121093750000 +0.189453125000 +-0.103515625000 +-0.027099609375 +-0.001708984375 +-0.030761718750 +0.014648437500 +-0.044433593750 +-0.105957031250 +-0.017822265625 +0.034423828125 +0.029663085938 +-0.232421875000 +-0.050537109375 +-0.024291992188 +-0.054687500000 +-0.166992187500 +-0.159179687500 +-0.090820312500 +0.314453125000 +0.006591796875 +0.085937500000 +-0.014221191406 +0.061035156250 +0.122070312500 +-0.157226562500 +-0.243164062500 +-0.163085937500 +-0.124511718750 +-0.064941406250 +-0.048339843750 +-0.057861328125 +-0.194335937500 +0.289062500000 +0.251953125000 +0.129882812500 +0.193359375000 +-0.175781250000 +0.019653320312 +-0.224609375000 +0.120117187500 +0.109375000000 +-0.193359375000 +-0.210937500000 +0.047119140625 +-0.035400390625 +0.330078125000 +-0.012390136719 +0.166015625000 +0.030029296875 +-0.026977539062 +-0.093750000000 +-0.007507324219 +0.306640625000 +0.148437500000 +-0.122558593750 +0.134765625000 +0.185546875000 +0.016601562500 +-0.056396484375 +0.002838134766 +-0.028442382812 +0.009765625000 +-0.100585937500 +-0.132812500000 +0.000029444695 +-0.095214843750 +0.122558593750 +0.016479492188 +0.010925292969 +-0.085449218750 +0.029785156250 +-0.008544921875 +0.004028320312 +-0.134765625000 +-0.084960937500 +0.064453125000 +-0.050781250000 +-0.143554687500 +0.168945312500 +0.164062500000 +-0.027221679688 +-0.096679687500 +0.079101562500 +0.144531250000 +-0.096679687500 +0.144531250000 +0.179687500000 +-0.020751953125 +-0.002014160156 +0.335937500000 +-0.121093750000 +-0.093261718750 +-0.030273437500 +-0.036621093750 +0.021362304688 +-0.136718750000 +-0.211914062500 +0.216796875000 +-0.063964843750 +-0.160156250000 +-0.157226562500 +-0.115722656250 +0.083007812500 +-0.013854980469 +-0.011962890625 +-0.137695312500 +0.042724609375 +-0.009765625000 +-0.166992187500 +0.010864257812 +0.060791015625 +-0.218750000000 +0.054687500000 +-0.053466796875 +-0.052490234375 +-0.005462646484 +0.077148437500 +0.104003906250 +-0.004058837891 +0.001640319824 +-0.186523437500 +0.147460937500 +0.021240234375 +-0.023559570312 +-0.131835937500 +0.038818359375 +-0.031250000000 +-0.318359375000 +0.237304687500 +0.200195312500 +-0.164062500000 +-0.220703125000 +0.378906250000 +-0.102539062500 +-0.051025390625 +0.079101562500 +0.044433593750 +-0.092773437500 +-0.250000000000 +-0.043457031250 +0.147460937500 +0.042968750000 +-0.037353515625 +0.138671875000 +-0.170898437500 +-0.086914062500 +0.145507812500 +-0.092773437500 +-0.238281250000 +0.056884765625 +-0.151367187500 +-0.127929687500 +-0.118652343750 +-0.075683593750 +0.029296875000 +0.022705078125 +-0.265625000000 +0.087402343750 +-0.106933593750 +-0.028442382812 +-0.233398437500 +-0.015014648438 +-0.001449584961 +0.033203125000 +0.000074386597 +-0.034667968750 +0.006805419922 +-0.040039062500 +0.081054687500 +0.039062500000 +-0.000392913818 +-0.031738281250 +-0.149414062500 +0.084960937500 +-0.279296875000 +0.140625000000 +0.091308593750 +0.030639648438 +0.039062500000 +0.008117675781 +-0.015380859375 +-0.294921875000 +0.004913330078 +-0.081054687500 +-0.182617187500 +0.122070312500 +-0.079101562500 +-0.032470703125 +0.021240234375 +-0.025024414062 +0.051025390625 +0.029541015625 +-0.071777343750 +0.054199218750 +-0.102539062500 +-0.037841796875 +0.158203125000 +-0.163085937500 +-0.175781250000 +-0.022705078125 +0.052490234375 +-0.131835937500 +-0.062988281250 +0.055664062500 +-0.065917968750 +0.029907226562 +-0.036621093750 +-0.039062500000 +0.048583984375 +-0.063476562500 +0.110839843750 +-0.016113281250 +-0.083984375000 +-0.110839843750 +-0.133789062500 +-0.055419921875 +-0.009704589844 +-0.048583984375 +0.055908203125 +0.062988281250 +0.039062500000 +-0.010559082031 +-0.037109375000 +-0.066406250000 +-0.182617187500 +-0.055419921875 +0.065429687500 +0.017822265625 +-0.013061523438 +0.042480468750 +-0.070312500000 +0.062255859375 +0.054687500000 +0.063964843750 +0.053955078125 +0.038085937500 +-0.117187500000 +-0.080078125000 +-0.005554199219 +-0.047119140625 +-0.021972656250 +0.153320312500 +-0.120605468750 +0.139648437500 +-0.065429687500 +-0.024414062500 +0.147460937500 +0.097656250000 +0.014892578125 +-0.125000000000 +-0.158203125000 +-0.037353515625 +-0.143554687500 +-0.154296875000 +-0.026367187500 +0.006103515625 +-0.208984375000 +0.009582519531 +0.037841796875 +-0.119628906250 +-0.201171875000 +0.115722656250 +0.127929687500 +0.036865234375 +-0.052978515625 +0.095214843750 +-0.067871093750 +0.027343750000 +0.046386718750 +-0.129882812500 +0.119140625000 +0.090820312500 +0.178710937500 +-0.088867187500 +0.044677734375 +0.070312500000 +0.050537109375 +0.176757812500 +0.103027343750 +-0.030883789062 +-0.057128906250 +-0.129882812500 +0.025024414062 +-0.378906250000 +-0.259765625000 +0.140625000000 +-0.120605468750 +-0.289062500000 +-0.075683593750 +-0.029785156250 +0.168945312500 +0.056152343750 +-0.061279296875 +-0.020507812500 +-0.103027343750 +0.033691406250 +-0.209960937500 +0.090820312500 +-0.220703125000 +-0.169921875000 +0.071289062500 +-0.137695312500 +0.027099609375 +-0.108398437500 +0.013732910156 +-0.178710937500 +-0.121093750000 +0.067382812500 +-0.031127929688 +-0.102539062500 +0.077636718750 +-0.012756347656 +-0.000736236572 +0.071289062500 +0.036132812500 +-0.145507812500 +0.010986328125 +-0.124511718750 +-0.054443359375 +-0.333984375000 +0.060546875000 +-0.203125000000 +-0.008178710938 +-0.053710937500 +0.124511718750 +0.118164062500 +0.251953125000 +0.050048828125 +-0.010864257812 +-0.007781982422 +0.012329101562 +-0.273437500000 +-0.128906250000 +-0.047363281250 +-0.022460937500 +0.127929687500 +0.092285156250 +0.144531250000 +-0.023559570312 +-0.122070312500 +0.078613281250 +0.065429687500 +-0.199218750000 +0.120605468750 +-0.233398437500 +0.017089843750 +-0.238281250000 +0.429687500000 +-0.032714843750 +0.182617187500 +0.079589843750 +-0.039550781250 +-0.010253906250 +-0.043212890625 +-0.044189453125 +0.121582031250 +-0.042724609375 +0.040527343750 +-0.137695312500 +-0.145507812500 +0.003082275391 +0.193359375000 +-0.153320312500 +-0.144531250000 +-0.073730468750 +-0.000221252441 +-0.085937500000 +-0.029052734375 +-0.070312500000 +0.078125000000 +0.012573242188 +0.094238281250 +-0.012451171875 +0.016723632812 +-0.026611328125 +0.267578125000 +-0.026611328125 +0.030639648438 +0.018676757812 +-0.049560546875 +0.330078125000 +0.213867187500 +-0.128906250000 +0.098144531250 +0.047851562500 +-0.035400390625 +-0.249023437500 +-0.132812500000 +0.071289062500 +0.373046875000 +0.076660156250 +-0.042236328125 +0.104980468750 +0.090332031250 +0.203125000000 +0.059082031250 +-0.210937500000 +0.077636718750 +-0.059082031250 +0.022338867188 +0.062011718750 +-0.224609375000 +0.236328125000 +0.081542968750 +0.112792968750 +0.160156250000 +-0.227539062500 +-0.060302734375 +0.004882812500 +-0.040527343750 +0.014221191406 +0.097656250000 +0.009826660156 +-0.011108398438 +-0.023925781250 +0.057617187500 +0.064941406250 +-0.094726562500 +0.070312500000 +-0.003936767578 +0.039062500000 +0.005523681641 +-0.059814453125 +0.073730468750 +-0.041015625000 +-0.055664062500 +0.076660156250 +0.172851562500 +0.000888824463 +0.026489257812 +0.083984375000 +-0.011291503906 +-0.122558593750 +0.006072998047 +0.016723632812 +-0.032470703125 +0.057861328125 +0.108398437500 +-0.055175781250 +0.179687500000 +-0.106933593750 +-0.069824218750 +-0.154296875000 +-0.041748046875 +-0.047607421875 +-0.046142578125 +-0.109375000000 +-0.110839843750 +0.049560546875 +0.136718750000 +0.232421875000 +-0.054931640625 +0.092285156250 +-0.057861328125 +0.070800781250 +0.171875000000 +-0.063476562500 +0.083007812500 +0.047363281250 +-0.000633239746 +-0.058593750000 +-0.053466796875 +0.056396484375 +-0.106933593750 +0.062255859375 +0.119628906250 +0.144531250000 +0.094238281250 +-0.159179687500 +0.005401611328 +0.100585937500 +-0.006072998047 +0.173828125000 +-0.014343261719 +0.024291992188 +-0.095214843750 +0.055419921875 +-0.005523681641 +-0.056152343750 +0.130859375000 +0.132812500000 +0.189453125000 +-0.138671875000 +-0.127929687500 +0.132812500000 +-0.102539062500 +-0.162109375000 +0.048095703125 +0.020629882812 +-0.080078125000 +0.150390625000 +0.175781250000 +0.089843750000 +-0.009887695312 +-0.170898437500 +-0.086914062500 +-0.107910156250 +0.021972656250 +0.119140625000 +0.071777343750 +-0.026245117188 +0.054687500000 +-0.013854980469 +0.091308593750 +0.018066406250 +-0.035888671875 +0.148437500000 +-0.016845703125 +-0.045898437500 +0.005218505859 +-0.118652343750 +0.075195312500 +-0.071289062500 +-0.158203125000 +0.044677734375 +-0.059814453125 +0.080078125000 +-0.031738281250 +-0.139648437500 +0.065429687500 +-0.128906250000 +0.083984375000 +0.102539062500 +-0.021972656250 +-0.007080078125 +0.075683593750 +-0.184570312500 +-0.170898437500 +-0.003387451172 +0.277343750000 +0.233398437500 +0.065917968750 +-0.089355468750 +-0.010620117188 +-0.042968750000 +0.193359375000 +-0.062011718750 +0.028930664062 +0.069335937500 +-0.012573242188 +0.066894531250 +0.092285156250 +-0.019897460938 +0.008666992188 +-0.033691406250 +-0.112304687500 +-0.017822265625 +-0.019409179688 +0.044433593750 +-0.088867187500 +0.042968750000 +-0.028564453125 +0.117675781250 +-0.090820312500 +-0.090820312500 +0.159179687500 +-0.020507812500 +0.074707031250 +0.096191406250 +0.010314941406 +-0.057861328125 +-0.045410156250 +0.004333496094 +0.035400390625 +-0.051513671875 +-0.024902343750 +0.014526367188 +0.040527343750 +0.062500000000 +-0.020019531250 +-0.040771484375 +0.005340576172 +0.016723632812 +0.037109375000 +-0.018798828125 +0.079589843750 +0.079589843750 +0.134765625000 +0.000214576721 +0.146484375000 +0.016479492188 +0.012573242188 +-0.065917968750 +-0.178710937500 +0.023559570312 +-0.097167968750 +-0.031494140625 +-0.029052734375 +0.056884765625 +-0.078613281250 +-0.117187500000 +-0.000074386597 +-0.126953125000 +-0.110839843750 +0.073242187500 +-0.070312500000 +0.109863281250 +-0.039062500000 +-0.022827148438 +0.052734375000 +0.042480468750 +-0.052246093750 +-0.009399414062 +-0.148437500000 +-0.019775390625 +-0.063476562500 +0.062011718750 +0.107421875000 +-0.032470703125 +0.016479492188 +0.040527343750 +0.041992187500 +-0.033935546875 +-0.128906250000 +-0.071289062500 +0.064941406250 +0.065429687500 +0.041503906250 +-0.094238281250 +0.118652343750 +-0.198242187500 +-0.086914062500 +0.062988281250 +-0.072265625000 +0.038574218750 +0.006286621094 +-0.108398437500 +0.063964843750 +0.023437500000 +-0.148437500000 +-0.008178710938 +0.032714843750 +0.024291992188 +-0.011962890625 +0.193359375000 +0.058105468750 +-0.046142578125 +-0.005371093750 +-0.055664062500 +0.066894531250 +-0.018554687500 +-0.057128906250 +0.036865234375 +-0.045410156250 +0.079101562500 +0.093261718750 +0.016357421875 +0.026611328125 +-0.070312500000 +-0.051757812500 +-0.144531250000 +-0.000247955322 +-0.018554687500 +0.045898437500 +-0.011047363281 +0.045654296875 +-0.048828125000 +0.023437500000 +0.261718750000 +-0.009216308594 +-0.042968750000 +-0.060058593750 +0.187500000000 +-0.041503906250 +-0.121582031250 +0.110839843750 +0.017089843750 +0.137695312500 +-0.172851562500 +-0.044921875000 +0.136718750000 +-0.115722656250 +-0.101562500000 +-0.094238281250 +0.044921875000 +0.026611328125 +0.081054687500 +0.053955078125 +-0.005279541016 +0.212890625000 +-0.006866455078 +-0.051025390625 +-0.119628906250 +0.129882812500 +-0.062500000000 +0.027954101562 +-0.033691406250 +0.265625000000 +-0.027954101562 +-0.125976562500 +0.118164062500 +-0.086914062500 +-0.267578125000 +-0.019653320312 +-0.041259765625 +-0.023071289062 +-0.092773437500 +-0.116699218750 +0.125976562500 +-0.171875000000 +-0.104980468750 +-0.151367187500 +0.125976562500 +0.041503906250 +-0.130859375000 +0.031982421875 +0.038818359375 +0.105957031250 +0.140625000000 +0.085937500000 +-0.003860473633 +-0.117187500000 +-0.155273437500 +-0.139648437500 +-0.057373046875 +0.092285156250 +0.134765625000 +-0.038330078125 +0.113281250000 +0.104492187500 +-0.072753906250 +0.071777343750 +0.196289062500 +0.096679687500 +-0.003677368164 +0.012145996094 +-0.058837890625 +-0.047851562500 +0.045166015625 +-0.083496093750 +0.010620117188 +-0.029174804688 +0.021362304688 +0.021850585938 +-0.030273437500 +0.075683593750 +0.004241943359 +-0.079101562500 +0.000804901123 +-0.042724609375 +-0.133789062500 +0.091308593750 +-0.142578125000 +0.000288009644 +0.041992187500 +0.149414062500 +-0.002151489258 +0.043457031250 +-0.006683349609 +-0.195312500000 +0.050292968750 +-0.025634765625 +-0.018188476562 +0.062500000000 +-0.222656250000 +0.001304626465 +-0.104492187500 +0.020507812500 +0.043945312500 +-0.086425781250 +-0.083984375000 +-0.092285156250 +-0.003402709961 +-0.109375000000 +-0.115722656250 +0.083496093750 +0.019409179688 +0.046142578125 +-0.002014160156 +0.076171875000 +0.034179687500 +-0.048095703125 +-0.098144531250 +-0.121093750000 +0.060546875000 +0.115722656250 +0.061035156250 +0.025756835938 +0.030151367188 +0.024414062500 +0.035888671875 +0.012207031250 +-0.055664062500 +0.040771484375 +0.080078125000 +0.203125000000 +0.053710937500 +0.159179687500 +0.120117187500 +0.076660156250 +-0.031738281250 +-0.025390625000 +-0.218750000000 +-0.125976562500 +-0.159179687500 +-0.000556945801 +0.008239746094 +0.141601562500 +-0.034912109375 +-0.065429687500 +0.304687500000 +0.185546875000 +0.316406250000 +0.294921875000 +0.143554687500 +0.050781250000 +-0.110351562500 +0.156250000000 +0.101562500000 +-0.042724609375 +-0.022460937500 +0.075683593750 +0.013366699219 +0.369140625000 +0.085449218750 +0.138671875000 +-0.016235351562 +0.210937500000 +0.180664062500 +-0.052978515625 +0.143554687500 +0.231445312500 +0.058105468750 +0.239257812500 +0.088378906250 +-0.021606445312 +-0.233398437500 +0.012390136719 +0.159179687500 +0.009338378906 +0.039550781250 +-0.107910156250 +-0.205078125000 +0.136718750000 +0.170898437500 +-0.173828125000 +0.153320312500 +-0.208984375000 +-0.077148437500 +0.047607421875 +0.174804687500 +-0.091796875000 +-0.107910156250 +0.005035400391 +0.056396484375 +-0.080078125000 +0.125976562500 +0.103027343750 +0.047363281250 +-0.061279296875 +-0.137695312500 +0.281250000000 +-0.166015625000 +0.289062500000 +0.039550781250 +-0.019531250000 +-0.023803710938 +0.129882812500 +-0.060302734375 +-0.101074218750 +0.116699218750 +-0.084960937500 +0.186523437500 +-0.188476562500 +-0.067382812500 +0.085449218750 +-0.061035156250 +0.124511718750 +0.051025390625 +0.065429687500 +0.102050781250 +-0.061767578125 +-0.234375000000 +-0.004547119141 +0.073242187500 +-0.132812500000 +-0.165039062500 +0.164062500000 +0.037597656250 +-0.083984375000 +-0.067382812500 +-0.067871093750 +-0.029296875000 +-0.113281250000 +-0.259765625000 +-0.139648437500 +-0.116210937500 +-0.181640625000 +-0.072753906250 +0.107421875000 +-0.170898437500 +0.183593750000 +0.021484375000 +-0.204101562500 +-0.045166015625 +-0.153320312500 +0.177734375000 +0.222656250000 +0.084472656250 +-0.032714843750 +0.071777343750 +-0.154296875000 +-0.098632812500 +0.116699218750 +0.009582519531 +-0.186523437500 +-0.125976562500 +0.263671875000 +0.291015625000 +0.051269531250 +0.195312500000 +0.126953125000 +-0.073242187500 +-0.202148437500 +-0.162109375000 +-0.173828125000 +-0.166992187500 +-0.003158569336 +-0.206054687500 +0.001823425293 +0.208007812500 +-0.112792968750 +0.030395507812 +-0.016967773438 +0.109375000000 +0.170898437500 +-0.119140625000 +0.074707031250 +0.098144531250 +-0.120117187500 +-0.028198242188 +0.044921875000 +-0.078125000000 +-0.114257812500 +0.091308593750 +-0.015136718750 +-0.098144531250 +0.046875000000 +0.036865234375 +0.047119140625 +-0.043457031250 +-0.052246093750 +0.088867187500 +0.050537109375 +0.122558593750 +0.087890625000 +-0.131835937500 +-0.118652343750 +-0.064941406250 +0.016845703125 +-0.067382812500 +0.048339843750 +0.152343750000 +-0.046630859375 +0.017944335938 +0.032958984375 +-0.110839843750 +0.207031250000 +-0.026977539062 +-0.177734375000 +0.073242187500 +-0.107910156250 +-0.039062500000 +-0.085937500000 +0.236328125000 +0.015991210938 +0.229492187500 +-0.060302734375 +-0.010620117188 +0.028442382812 +-0.008483886719 +0.087890625000 +-0.043212890625 +-0.086914062500 +0.019775390625 +-0.017211914062 +-0.031005859375 +-0.099609375000 +-0.037109375000 +-0.045898437500 +0.074707031250 +-0.150390625000 +0.108398437500 +-0.145507812500 +0.090332031250 +0.025390625000 +-0.125976562500 +-0.089843750000 +0.020263671875 +-0.130859375000 +-0.070312500000 +-0.049072265625 +0.076660156250 +-0.062255859375 +-0.134765625000 +0.025756835938 +-0.161132812500 +0.133789062500 +0.088867187500 +-0.129882812500 +-0.034423828125 +0.103027343750 +0.061767578125 +-0.125976562500 +-0.027587890625 +0.083007812500 +-0.023071289062 +-0.155273437500 +0.018310546875 +0.096679687500 +0.138671875000 +0.087890625000 +-0.085937500000 +0.000854492188 +-0.257812500000 +-0.037109375000 +-0.061035156250 +0.122070312500 +-0.041503906250 +0.082519531250 +0.023681640625 +0.034912109375 +0.098632812500 +0.016235351562 +0.078125000000 +0.076171875000 +-0.013244628906 +0.037109375000 +-0.004455566406 +0.011840820312 +-0.193359375000 +0.084472656250 +0.157226562500 +0.094726562500 +0.010925292969 +-0.122558593750 +-0.102539062500 +-0.025390625000 +-0.125000000000 +0.089843750000 +-0.059570312500 +-0.112792968750 +-0.047607421875 +0.003189086914 +-0.050781250000 +-0.069335937500 +0.157226562500 +-0.000923156738 +-0.024047851562 +-0.016479492188 +0.064453125000 +0.031738281250 +-0.052001953125 +-0.059570312500 +-0.052001953125 +-0.024902343750 +0.013549804688 +0.060302734375 +-0.026977539062 +-0.064941406250 +-0.046875000000 +0.062255859375 +0.067382812500 +-0.013000488281 +0.019531250000 +0.091796875000 +-0.030761718750 +0.008483886719 +0.003509521484 +0.015136718750 +0.040283203125 +0.063476562500 +0.017700195312 +-0.035156250000 +0.025756835938 +-0.012268066406 +-0.012695312500 +0.079101562500 +0.000762939453 +0.103027343750 +0.058593750000 +0.072265625000 +0.021728515625 +0.038330078125 +0.043945312500 +-0.005737304688 +0.060546875000 +0.115234375000 +-0.041748046875 +-0.129882812500 +-0.035400390625 +-0.097167968750 +0.018798828125 +-0.021606445312 +-0.125976562500 +0.008300781250 +-0.012695312500 +-0.052734375000 +0.019775390625 +-0.083007812500 +0.045654296875 +0.068847656250 +0.114257812500 +-0.088867187500 +0.123535156250 +-0.019165039062 +0.016235351562 +-0.075195312500 +0.074218750000 +-0.128906250000 +-0.009948730469 +-0.111328125000 +0.069824218750 +0.077636718750 +-0.040527343750 +0.112792968750 +-0.055908203125 +-0.022827148438 +-0.009094238281 +-0.048095703125 +0.023315429688 +0.059814453125 +-0.112792968750 +-0.171875000000 +-0.055908203125 +0.045654296875 +0.045654296875 +-0.033447265625 +-0.010498046875 +0.042968750000 +0.018432617188 +-0.038330078125 +-0.178710937500 +0.041503906250 +-0.021972656250 +-0.036376953125 +-0.079101562500 +0.007629394531 +-0.058837890625 +0.057128906250 +-0.024414062500 +0.094238281250 +0.033691406250 +-0.049804687500 +-0.035400390625 +-0.059570312500 +0.073242187500 +0.083984375000 +0.015380859375 +-0.016723632812 +0.006561279297 +0.168945312500 +-0.111328125000 +0.094726562500 +0.093750000000 +-0.020019531250 +0.053955078125 +0.041015625000 +-0.075683593750 +-0.009887695312 +-0.036865234375 +-0.061767578125 +0.060791015625 +-0.085449218750 +-0.062011718750 +0.070312500000 +-0.005035400391 +-0.058837890625 +0.100585937500 +-0.126953125000 +0.033935546875 +-0.027221679688 +0.071289062500 +-0.065429687500 +-0.031127929688 +0.005615234375 +-0.059814453125 +-0.066894531250 +-0.168945312500 +-0.171875000000 +-0.045654296875 +-0.044433593750 +0.140625000000 +-0.118652343750 +0.208984375000 +0.050781250000 +0.063964843750 +0.069335937500 +0.103515625000 +-0.090820312500 +-0.062255859375 +-0.007049560547 +-0.059814453125 +-0.039550781250 +0.018554687500 +0.002624511719 +-0.077148437500 +-0.097167968750 +-0.207031250000 +0.054687500000 +0.098632812500 +0.105468750000 +-0.029418945312 +0.021850585938 +-0.130859375000 +-0.046630859375 +-0.070312500000 +-0.129882812500 +0.125976562500 +-0.211914062500 +-0.016601562500 +0.160156250000 +-0.053222656250 +0.150390625000 +-0.075683593750 +0.238281250000 +0.037353515625 +0.021850585938 +-0.010620117188 +-0.004089355469 +-0.038330078125 +0.175781250000 +0.007354736328 +-0.066406250000 +-0.000846862793 +0.028442382812 +-0.011108398438 +-0.223632812500 +0.107421875000 +-0.192382812500 +-0.190429687500 +0.049560546875 +-0.033935546875 +0.074707031250 +0.096191406250 +-0.046142578125 +-0.122070312500 +0.060791015625 +0.208007812500 +-0.021728515625 +-0.109375000000 +-0.150390625000 +-0.073242187500 +0.036621093750 +0.200195312500 +0.050292968750 +0.031494140625 +0.057373046875 +0.082519531250 +-0.131835937500 +-0.163085937500 +0.045898437500 +0.051269531250 +-0.019287109375 +-0.165039062500 +0.208007812500 +0.094726562500 +-0.060546875000 +-0.032958984375 +-0.043212890625 +-0.135742187500 +0.103027343750 +-0.090820312500 +-0.035156250000 +0.202148437500 +-0.071777343750 +-0.105468750000 +0.056640625000 +-0.026000976562 +0.064453125000 +-0.041015625000 +0.002807617188 +-0.172851562500 +-0.083496093750 +-0.024780273438 +0.016113281250 +-0.085937500000 +0.124511718750 +-0.122070312500 +0.058349609375 +0.045410156250 +0.094238281250 +-0.034423828125 +-0.206054687500 +-0.085449218750 +0.001747131348 +-0.174804687500 +-0.074218750000 +-0.165039062500 +0.042480468750 +-0.184570312500 +-0.160156250000 +-0.126953125000 +0.152343750000 +-0.040527343750 +-0.029663085938 +0.005371093750 +-0.085937500000 +0.145507812500 +0.179687500000 +0.017944335938 +0.157226562500 +0.025634765625 +0.160156250000 +0.001785278320 +0.036621093750 +0.013061523438 +0.058349609375 +0.028442382812 +-0.237304687500 +0.126953125000 +-0.058349609375 +0.020263671875 +-0.000002682209 +-0.079101562500 +0.040771484375 +-0.014343261719 +-0.112792968750 +0.002395629883 +-0.181640625000 +0.011291503906 +-0.016235351562 +-0.046142578125 +-0.046142578125 +-0.055664062500 +0.026000976562 +-0.115722656250 +0.025268554688 +0.036865234375 +0.028564453125 +0.021606445312 +0.004333496094 +0.023071289062 +0.076660156250 +-0.040771484375 +-0.082519531250 +-0.103515625000 +0.047119140625 +0.170898437500 +0.090332031250 +0.061279296875 +-0.059326171875 +-0.058837890625 +0.044921875000 +-0.045410156250 +-0.014099121094 +-0.022094726562 +0.014282226562 +0.048828125000 +-0.030273437500 +0.159179687500 +-0.091796875000 +0.202148437500 +-0.010620117188 +-0.090820312500 +0.030151367188 +0.176757812500 +-0.081542968750 +-0.095703125000 +-0.175781250000 +0.109375000000 +-0.074707031250 +-0.165039062500 +-0.010375976562 +-0.011535644531 +0.023925781250 +-0.048095703125 +-0.012329101562 +0.068359375000 +-0.076171875000 +0.101074218750 +-0.166015625000 +-0.014404296875 +-0.069824218750 +0.023193359375 +0.078613281250 +0.043212890625 +-0.236328125000 +-0.004486083984 +0.011657714844 +0.166015625000 +0.069335937500 +0.074218750000 +0.027099609375 +0.104492187500 +-0.095703125000 +-0.033447265625 +0.121093750000 +0.026611328125 +0.021362304688 +-0.041015625000 +0.097656250000 +0.087890625000 +-0.062988281250 +0.159179687500 +-0.125000000000 +-0.026367187500 +-0.061035156250 +0.016113281250 +-0.097656250000 +-0.102539062500 +-0.092285156250 +-0.073730468750 +0.052978515625 +0.075195312500 +0.049804687500 +0.072753906250 +0.108886718750 +0.083984375000 +0.010009765625 +-0.039550781250 +0.122070312500 +0.093750000000 +-0.030029296875 +0.001571655273 +-0.139648437500 +0.125976562500 +-0.055908203125 +-0.095214843750 +0.049560546875 +0.222656250000 +-0.031494140625 +-0.050048828125 +0.039550781250 +0.115234375000 +-0.104492187500 +-0.065917968750 +0.008056640625 +-0.068847656250 +0.036865234375 +0.041259765625 +0.157226562500 +-0.146484375000 +0.016723632812 +0.050537109375 +0.022094726562 +-0.091796875000 +0.058593750000 +-0.052490234375 +0.039062500000 +-0.031250000000 +-0.058593750000 +0.178710937500 +0.013671875000 +0.005615234375 +0.080078125000 +-0.075195312500 +-0.170898437500 +-0.055664062500 +-0.229492187500 +0.089843750000 +0.030151367188 +-0.129882812500 +-0.009094238281 +-0.080566406250 +-0.008361816406 +-0.078613281250 +0.125976562500 +-0.112792968750 +-0.090820312500 +-0.006408691406 +-0.009887695312 +0.015197753906 +-0.077636718750 +0.033935546875 +-0.166015625000 +0.054199218750 +0.099121093750 +-0.028686523438 +0.037109375000 +-0.126953125000 +0.020751953125 +0.042724609375 +-0.026123046875 +0.005828857422 +-0.155273437500 +-0.030883789062 +0.021484375000 +-0.159179687500 +-0.197265625000 +-0.116699218750 +-0.185546875000 +-0.015869140625 +0.087402343750 +0.089355468750 +-0.064453125000 +0.067871093750 +0.040283203125 +-0.108398437500 +0.056640625000 +-0.094726562500 +-0.043457031250 +-0.009094238281 +0.120117187500 +0.022338867188 +-0.083984375000 +-0.052734375000 +-0.029541015625 +0.128906250000 +-0.081054687500 +-0.139648437500 +0.131835937500 +0.092773437500 +0.210937500000 +-0.087402343750 +0.200195312500 +0.156250000000 +0.118164062500 +-0.053466796875 +-0.143554687500 +0.312500000000 +-0.241210937500 +0.077148437500 +0.031005859375 +-0.033203125000 +-0.081054687500 +-0.027954101562 +-0.059570312500 +-0.031982421875 +0.084960937500 +0.022216796875 +-0.124023437500 +-0.043212890625 +-0.046386718750 +-0.028442382812 +-0.056884765625 +-0.123535156250 +-0.075195312500 +-0.086914062500 +0.230468750000 +-0.024047851562 +-0.120117187500 +-0.042968750000 +-0.024414062500 +-0.026000976562 +0.245117187500 +-0.135742187500 +0.081542968750 +0.140625000000 +0.308593750000 +-0.099609375000 +-0.115722656250 +-0.043457031250 +0.044433593750 +-0.193359375000 +-0.021118164062 +-0.041748046875 +-0.136718750000 +0.090332031250 +0.058593750000 +-0.092773437500 +0.061035156250 +0.144531250000 +0.033935546875 +-0.158203125000 +0.046875000000 +0.023559570312 +0.257812500000 +0.062988281250 +-0.024780273438 +-0.043212890625 +0.125000000000 +0.007781982422 +-0.196289062500 +-0.267578125000 +0.000507354736 +0.183593750000 +0.003326416016 +-0.087402343750 +0.054687500000 +0.121093750000 +-0.123535156250 +0.029418945312 +-0.131835937500 +-0.048828125000 +-0.012451171875 +-0.357421875000 +0.060058593750 +0.033203125000 +-0.042968750000 +0.066406250000 +0.068359375000 +-0.259765625000 +-0.151367187500 +-0.038085937500 +-0.054199218750 +0.100097656250 +0.084960937500 +-0.008911132812 +-0.122070312500 +-0.126953125000 +-0.111328125000 +0.130859375000 +0.141601562500 +0.014221191406 +0.081542968750 +-0.086425781250 +0.043212890625 +0.057617187500 +0.085937500000 +-0.197265625000 +-0.091308593750 +0.142578125000 +-0.005004882812 +-0.110351562500 +0.002105712891 +0.031494140625 +0.104003906250 +0.042724609375 +-0.063476562500 +0.003845214844 +-0.085449218750 +0.086914062500 +-0.104980468750 +0.126953125000 +0.005950927734 +0.126953125000 +0.104003906250 +0.038330078125 +0.046875000000 +0.050781250000 +0.122558593750 +-0.052246093750 +-0.002105712891 +-0.053710937500 +0.015441894531 +-0.030151367188 +0.251953125000 +0.019409179688 +-0.060058593750 +0.022827148438 +0.056396484375 +-0.103027343750 +0.070312500000 +0.024658203125 +0.194335937500 +-0.031982421875 +0.052246093750 +0.025756835938 +-0.177734375000 +0.004486083984 +-0.060058593750 +0.092285156250 +0.031494140625 +0.143554687500 +0.021362304688 +0.062500000000 +-0.022949218750 +-0.022338867188 +-0.273437500000 +0.069335937500 +0.118652343750 +0.051269531250 +0.028808593750 +0.027832031250 +0.241210937500 +-0.077636718750 +-0.291015625000 +-0.089355468750 +0.084472656250 +0.154296875000 +-0.147460937500 +0.063476562500 +-0.082031250000 +-0.015625000000 +0.004272460938 +0.026611328125 +-0.184570312500 +0.039062500000 +0.183593750000 +-0.051757812500 +0.058105468750 +0.062500000000 +-0.002258300781 +0.071777343750 +0.189453125000 +0.217773437500 +-0.034912109375 +0.099609375000 +-0.040283203125 +0.232421875000 +-0.143554687500 +-0.086425781250 +0.096191406250 +0.055664062500 +0.038330078125 +0.014465332031 +-0.047119140625 +-0.039550781250 +-0.012451171875 +-0.241210937500 +0.029296875000 +-0.199218750000 +-0.114746093750 +0.261718750000 +-0.004852294922 +0.055419921875 +0.002563476562 +0.068847656250 +-0.039550781250 +-0.067382812500 +-0.168945312500 +-0.138671875000 +0.013183593750 +0.033691406250 +-0.143554687500 +0.015625000000 +0.018188476562 +-0.164062500000 +-0.000467300415 +-0.443359375000 +0.253906250000 +0.102050781250 +0.127929687500 +-0.011047363281 +0.166015625000 +-0.060546875000 +-0.075195312500 +0.061767578125 +-0.072753906250 +-0.007476806641 +0.104980468750 +0.038085937500 +-0.107421875000 +-0.075195312500 +-0.020141601562 +-0.084960937500 +0.054443359375 +0.023803710938 +0.097656250000 +-0.130859375000 +-0.211914062500 +0.227539062500 +-0.013977050781 +-0.021240234375 +0.064453125000 +0.119140625000 +-0.029907226562 +0.083496093750 +0.004791259766 +0.052734375000 +0.064453125000 +-0.028442382812 +-0.107910156250 +0.023925781250 +0.027343750000 +0.044433593750 +-0.015075683594 +-0.116699218750 +0.008666992188 +0.060302734375 +0.023681640625 +-0.130859375000 +-0.087402343750 +0.092773437500 +-0.232421875000 +-0.013793945312 +-0.099121093750 +0.016357421875 +0.216796875000 +-0.048095703125 +0.365234375000 +0.009277343750 +-0.068847656250 +-0.194335937500 +0.163085937500 +-0.145507812500 +0.081542968750 +-0.098632812500 +-0.101562500000 +0.047119140625 +0.039550781250 +0.102539062500 +0.032958984375 +-0.052001953125 +0.054687500000 +0.289062500000 +-0.230468750000 +0.144531250000 +0.004302978516 +0.105468750000 +0.125976562500 +0.052734375000 +0.036132812500 +0.007110595703 +-0.139648437500 +0.133789062500 +-0.021118164062 +-0.106933593750 +-0.065429687500 +0.047363281250 +0.103027343750 +-0.345703125000 +-0.074707031250 +-0.110839843750 +0.044433593750 +-0.005645751953 +0.137695312500 +0.101562500000 +0.039062500000 +-0.191406250000 +0.149414062500 +-0.180664062500 +0.058105468750 +-0.084960937500 +-0.277343750000 +-0.127929687500 +-0.030151367188 +0.082031250000 +0.221679687500 +0.034667968750 +0.300781250000 +0.155273437500 +0.141601562500 +0.070800781250 +0.061767578125 +-0.230468750000 +-0.002441406250 +0.144531250000 +-0.192382812500 +0.050537109375 +0.025756835938 +0.002685546875 +-0.013549804688 +0.091308593750 +0.048095703125 +0.044921875000 +0.029541015625 +0.053955078125 +-0.038330078125 +0.039794921875 +0.037841796875 +-0.098632812500 +-0.135742187500 +-0.014953613281 +-0.007385253906 +-0.076660156250 +-0.326171875000 +0.063964843750 +0.020874023438 +-0.035888671875 +-0.032470703125 +-0.066406250000 +0.062255859375 +-0.110839843750 +0.023681640625 +-0.053466796875 +-0.000602722168 +-0.009704589844 +0.017944335938 +0.116210937500 +-0.111816406250 +-0.026367187500 +0.043701171875 +-0.211914062500 +0.129882812500 +0.022583007812 +0.130859375000 +0.032226562500 +0.096679687500 +0.104980468750 +0.215820312500 +-0.141601562500 +0.182617187500 +-0.122070312500 +-0.130859375000 +0.167968750000 +0.118164062500 +-0.098144531250 +0.026977539062 +0.036865234375 +-0.042480468750 +-0.020996093750 +-0.076660156250 +0.171875000000 +-0.225585937500 +0.002044677734 +-0.006042480469 +-0.173828125000 +0.014038085938 +-0.124023437500 +0.130859375000 +-0.145507812500 +0.216796875000 +0.040283203125 +0.014587402344 +0.042236328125 +0.003845214844 +-0.017822265625 +-0.046875000000 +-0.041015625000 +-0.170898437500 +0.169921875000 +-0.136718750000 +-0.073730468750 +0.010192871094 +-0.011962890625 +0.054931640625 +-0.020385742188 +0.120117187500 +-0.082031250000 +0.066894531250 +0.097167968750 +0.026611328125 +-0.143554687500 +-0.050292968750 +-0.199218750000 +0.101074218750 +-0.087890625000 +0.038574218750 +-0.124511718750 +0.130859375000 +0.111816406250 +-0.003555297852 +-0.112304687500 +-0.114257812500 +-0.176757812500 +0.095703125000 +0.057373046875 +0.085449218750 +-0.104980468750 +-0.013244628906 +-0.058593750000 +0.098144531250 +-0.073730468750 +-0.056640625000 +0.035400390625 +-0.048095703125 +-0.012023925781 +-0.009033203125 +0.116210937500 +0.036865234375 +-0.175781250000 +0.082519531250 +-0.035644531250 +0.060058593750 +0.001144409180 +-0.189453125000 +0.148437500000 +0.060302734375 +0.092285156250 +0.063476562500 +-0.017089843750 +-0.017822265625 +-0.023681640625 +-0.142578125000 +-0.077148437500 +-0.040283203125 +0.077148437500 +-0.023437500000 +-0.011596679688 +0.003585815430 +0.160156250000 +0.018554687500 +-0.033935546875 +0.189453125000 +-0.068847656250 +-0.015075683594 +0.014038085938 +0.013854980469 +-0.116210937500 +-0.028686523438 +0.070312500000 +-0.002716064453 +-0.149414062500 +0.113769531250 +0.031738281250 +-0.018432617188 +-0.067382812500 +-0.045410156250 +-0.124511718750 +-0.094726562500 +0.259765625000 +0.235351562500 +0.006500244141 +0.105957031250 +0.211914062500 +0.011535644531 +-0.003936767578 +-0.061523437500 +0.033447265625 +0.128906250000 +0.009460449219 +0.077636718750 +-0.098632812500 +-0.036376953125 +0.142578125000 +-0.074707031250 +-0.015563964844 +-0.051025390625 +0.009948730469 +-0.110839843750 +-0.073242187500 +-0.118164062500 +-0.115234375000 +0.133789062500 +0.104980468750 +-0.067382812500 +-0.044189453125 +-0.094238281250 +-0.027465820312 +0.026123046875 +-0.130859375000 +0.023193359375 +-0.043457031250 +0.016113281250 +-0.037597656250 +0.035400390625 +-0.089843750000 +0.112792968750 +-0.084472656250 +0.092773437500 +-0.164062500000 +-0.081542968750 +-0.071777343750 +-0.049560546875 +-0.152343750000 +-0.054443359375 +-0.167968750000 +-0.292968750000 +0.061767578125 +0.153320312500 +0.102050781250 +-0.022583007812 +-0.137695312500 +0.023925781250 +0.110351562500 +-0.066894531250 +-0.134765625000 +0.080566406250 +0.010803222656 +-0.148437500000 +0.016479492188 +0.021362304688 +0.023803710938 +-0.044189453125 +0.051513671875 +-0.070312500000 +-0.101074218750 +0.017578125000 +-0.179687500000 +-0.199218750000 +-0.149414062500 +-0.076660156250 +-0.238281250000 +0.017944335938 +-0.065429687500 +-0.093261718750 +0.080566406250 +0.140625000000 +-0.105468750000 +0.086425781250 +0.112304687500 +-0.039062500000 +0.074218750000 +0.070312500000 +-0.094726562500 +-0.139648437500 +-0.090332031250 +-0.027832031250 +0.117187500000 +-0.204101562500 +-0.093261718750 +0.038085937500 +-0.087890625000 +0.067871093750 +0.035156250000 +-0.024291992188 +-0.172851562500 +0.094726562500 +-0.020385742188 +-0.217773437500 +-0.058105468750 +0.090332031250 +0.012573242188 +-0.162109375000 +-0.183593750000 +0.050781250000 +-0.039794921875 +0.226562500000 +0.021484375000 +0.048095703125 +0.128906250000 +0.065917968750 +-0.012390136719 +0.093261718750 +-0.116210937500 +-0.128906250000 +-0.081542968750 +-0.045654296875 +-0.134765625000 +0.105957031250 +-0.006652832031 +-0.279296875000 +0.080078125000 +0.078613281250 +0.108886718750 +0.080078125000 +-0.058105468750 +0.048828125000 +-0.071289062500 +0.009765625000 +0.060058593750 +0.066406250000 +0.034912109375 +-0.047119140625 +0.154296875000 +0.109375000000 +0.226562500000 +-0.042724609375 +-0.218750000000 +-0.043945312500 +-0.013793945312 +-0.085449218750 +-0.128906250000 +-0.118164062500 +-0.023437500000 +0.242187500000 +-0.197265625000 +-0.138671875000 +-0.203125000000 +-0.208984375000 +-0.007110595703 +0.110839843750 +-0.063964843750 +-0.036376953125 +0.032958984375 +0.068847656250 +-0.078125000000 +0.044677734375 +0.253906250000 +-0.164062500000 +0.013366699219 +0.151367187500 +-0.088867187500 +0.062255859375 +-0.002716064453 +0.071289062500 +-0.094726562500 +0.011596679688 +0.070312500000 +-0.035156250000 +0.074707031250 +0.110839843750 +0.199218750000 +0.237304687500 +-0.029052734375 +0.060302734375 +0.124023437500 +0.050292968750 +0.021362304688 +0.079589843750 +0.044677734375 +-0.076171875000 +-0.090820312500 +0.160156250000 +0.044189453125 +-0.009277343750 +0.093750000000 +0.162109375000 +-0.091308593750 +-0.063476562500 +-0.001594543457 +-0.160156250000 +-0.073242187500 +0.064941406250 +-0.176757812500 +-0.009704589844 +-0.112304687500 +-0.080078125000 +0.049804687500 +-0.106933593750 +-0.176757812500 +0.188476562500 +0.198242187500 +-0.001502990723 +0.102539062500 +-0.097167968750 +0.171875000000 +0.099121093750 +-0.124023437500 +-0.171875000000 +0.008056640625 +-0.073242187500 +-0.045898437500 +-0.021118164062 +-0.040039062500 +-0.024902343750 +-0.144531250000 +0.030273437500 +0.067382812500 +0.054931640625 +-0.046386718750 +-0.230468750000 +0.023437500000 +-0.160156250000 +0.089355468750 +-0.183593750000 +0.012756347656 +0.037353515625 +-0.072753906250 +-0.186523437500 +0.079101562500 +-0.081542968750 +-0.185546875000 +-0.013610839844 +-0.064941406250 +0.028930664062 +0.033691406250 +-0.087402343750 +0.078125000000 +-0.000235557556 +-0.146484375000 +-0.012451171875 +-0.018554687500 +-0.049804687500 +-0.035156250000 +-0.020874023438 +-0.015869140625 +0.078613281250 +-0.066406250000 +0.050292968750 +0.003341674805 +0.034179687500 +0.002792358398 +-0.001777648926 +0.135742187500 +0.076171875000 +0.142578125000 +0.059570312500 +-0.028564453125 +0.045166015625 +0.145507812500 +0.087890625000 +-0.059082031250 +0.048339843750 +0.073242187500 +0.010803222656 +-0.206054687500 +-0.117187500000 +0.031738281250 +-0.007110595703 +-0.008422851562 +-0.022583007812 +-0.029541015625 +-0.033447265625 +0.062988281250 +0.165039062500 +0.048095703125 +0.008361816406 +0.078125000000 +0.158203125000 +0.056152343750 +0.079589843750 +-0.005920410156 +0.039550781250 +0.070312500000 +0.163085937500 +0.038330078125 +0.034667968750 +-0.166992187500 +0.112304687500 +-0.016357421875 +-0.040039062500 +-0.014587402344 +0.068359375000 +0.077636718750 +-0.066894531250 +-0.133789062500 +0.076660156250 +0.080566406250 +-0.017089843750 +-0.038574218750 +0.158203125000 +0.107421875000 +-0.006866455078 +-0.028564453125 +-0.042236328125 +-0.217773437500 +-0.076171875000 +-0.069335937500 +0.007476806641 +0.008422851562 +-0.057373046875 +-0.007629394531 +-0.141601562500 +0.119140625000 +-0.012634277344 +-0.000747680664 +-0.117675781250 +0.211914062500 +-0.062988281250 +0.128906250000 +0.064941406250 +-0.095703125000 +0.106445312500 +0.021240234375 +-0.125976562500 +0.207031250000 +-0.177734375000 +0.015991210938 +-0.060546875000 +0.040283203125 +0.087402343750 +-0.111816406250 +-0.029663085938 +-0.083007812500 +0.062255859375 +0.030029296875 +0.046630859375 +-0.073730468750 +0.013549804688 +-0.059814453125 +0.153320312500 +-0.005615234375 +-0.087890625000 +-0.166015625000 +0.079101562500 +-0.127929687500 +-0.267578125000 +-0.011901855469 +0.131835937500 +0.152343750000 +0.075683593750 +-0.160156250000 +-0.071777343750 +0.130859375000 +0.049560546875 +0.134765625000 +0.029541015625 +0.143554687500 +-0.166992187500 +-0.053222656250 +-0.018554687500 +-0.014831542969 +-0.156250000000 +-0.190429687500 +0.022827148438 +-0.016601562500 +0.009338378906 +0.017089843750 +0.151367187500 +-0.105957031250 +0.039794921875 +-0.219726562500 +0.095703125000 +-0.228515625000 +-0.146484375000 +0.125976562500 +0.032958984375 +-0.115722656250 +-0.037109375000 +0.027954101562 +0.020141601562 +-0.050537109375 +0.081542968750 +0.084960937500 +-0.094238281250 +-0.197265625000 +0.072753906250 +0.055908203125 +-0.175781250000 +0.101562500000 +0.223632812500 +0.074707031250 +0.102050781250 +-0.055175781250 +0.170898437500 +0.053466796875 +0.096679687500 +0.002014160156 +0.003753662109 +0.083984375000 +0.096191406250 +-0.018920898438 +0.081054687500 +-0.206054687500 +-0.069824218750 +0.152343750000 +-0.199218750000 +-0.173828125000 +0.052978515625 +0.158203125000 +0.045166015625 +-0.082519531250 +-0.115722656250 +-0.092773437500 +-0.166015625000 +0.069335937500 +0.237304687500 +-0.127929687500 +0.008056640625 +-0.017089843750 +-0.149414062500 +-0.000522613525 +0.099121093750 +0.128906250000 +0.008483886719 +0.009094238281 +0.093750000000 +-0.153320312500 +-0.203125000000 +-0.117675781250 +-0.104492187500 +-0.019897460938 +-0.156250000000 +-0.108886718750 +-0.081542968750 +-0.197265625000 +0.044921875000 +-0.071289062500 +0.214843750000 +0.006225585938 +-0.002914428711 +-0.006805419922 +0.005340576172 +0.090820312500 +-0.050292968750 +-0.168945312500 +0.026977539062 +0.037841796875 +-0.152343750000 +-0.029663085938 +0.031494140625 +0.116210937500 +0.005676269531 +-0.060791015625 +0.127929687500 +0.050048828125 +0.045654296875 +0.109375000000 +0.150390625000 +-0.261718750000 +0.009155273438 +-0.083007812500 +-0.343750000000 +-0.039306640625 +0.200195312500 +-0.053710937500 +0.160156250000 +0.088378906250 +0.130859375000 +-0.105957031250 +-0.127929687500 +-0.236328125000 +0.058349609375 +-0.031982421875 +-0.159179687500 +-0.113769531250 +-0.011718750000 +0.172851562500 +-0.045654296875 +-0.017944335938 +-0.108398437500 +-0.104492187500 +-0.087402343750 +0.015319824219 +0.096679687500 +0.109863281250 +-0.125000000000 +-0.035400390625 +0.106445312500 +-0.224609375000 +-0.135742187500 +-0.281250000000 +-0.141601562500 +-0.058105468750 +-0.047607421875 +-0.267578125000 +0.130859375000 +0.054687500000 +0.010009765625 +0.039062500000 +-0.190429687500 +-0.005432128906 +-0.059814453125 +-0.031250000000 +-0.261718750000 +0.027954101562 +-0.013732910156 +-0.058593750000 +-0.087402343750 +0.178710937500 +0.058349609375 +0.024047851562 +-0.007324218750 +-0.161132812500 +0.118164062500 +0.015319824219 +-0.073730468750 +-0.111328125000 +0.070312500000 +0.066406250000 +0.102050781250 +0.091308593750 +0.046386718750 +-0.181640625000 +-0.082031250000 +-0.001770019531 +-0.125000000000 +-0.050048828125 +-0.177734375000 +-0.013488769531 +-0.007080078125 +-0.197265625000 +0.161132812500 +0.041992187500 +0.087890625000 +0.051757812500 +0.009155273438 +-0.067382812500 +0.141601562500 +-0.141601562500 +0.088867187500 +-0.042968750000 +0.091796875000 +0.062255859375 +0.228515625000 +-0.302734375000 +0.196289062500 +-0.149414062500 +0.113281250000 +-0.014587402344 +-0.054931640625 +-0.058593750000 +-0.028930664062 +-0.007934570312 +0.044921875000 +-0.041259765625 +-0.052978515625 +0.033203125000 +0.106933593750 +-0.097167968750 +0.030517578125 +-0.145507812500 +-0.109863281250 +0.117675781250 +0.086914062500 +-0.040283203125 +-0.067382812500 +-0.071289062500 +0.080566406250 +0.083007812500 +-0.024902343750 +-0.084472656250 +0.021850585938 +0.131835937500 +0.064941406250 +0.016357421875 +0.042968750000 +-0.020629882812 +0.048339843750 +-0.020141601562 +0.053466796875 +0.034912109375 +-0.046875000000 +-0.141601562500 +0.031982421875 +-0.045898437500 +-0.044433593750 +-0.112304687500 +-0.087402343750 +-0.039062500000 +0.017822265625 +-0.059326171875 +0.080566406250 +0.100585937500 +0.007598876953 +0.106445312500 +0.033203125000 +0.069824218750 +-0.025756835938 +0.038330078125 +0.055419921875 +-0.255859375000 +-0.201171875000 +-0.062500000000 +-0.108398437500 +0.086425781250 +0.049804687500 +0.135742187500 +-0.186523437500 +0.129882812500 +-0.013549804688 +-0.026123046875 +-0.094238281250 +-0.093261718750 +0.011108398438 +0.021606445312 +0.114257812500 +-0.003692626953 +-0.078613281250 +0.047363281250 +-0.083007812500 +0.067382812500 +0.019531250000 +-0.042236328125 +-0.074218750000 +0.008056640625 +-0.026245117188 +-0.027221679688 +-0.155273437500 +-0.040283203125 +0.018554687500 +-0.013977050781 +-0.050292968750 +0.103515625000 +0.057617187500 +-0.034423828125 +0.018554687500 +-0.013000488281 +-0.026855468750 +0.005249023438 +-0.079589843750 +-0.081054687500 +-0.012207031250 +0.026245117188 +-0.056396484375 +-0.023315429688 +-0.068847656250 +0.012268066406 +0.060546875000 +0.057373046875 +-0.090332031250 +0.158203125000 +0.048339843750 +-0.017089843750 +-0.039794921875 +0.090820312500 +0.101562500000 +0.110839843750 +-0.103515625000 +-0.059326171875 +-0.046386718750 +-0.004821777344 +0.013427734375 +-0.007415771484 +-0.029418945312 +0.004241943359 +0.012634277344 +0.016967773438 +0.066406250000 +-0.047119140625 +0.073242187500 +0.037597656250 +0.134765625000 +-0.054931640625 +0.103027343750 +0.061035156250 +-0.033203125000 +-0.014038085938 +-0.074218750000 +0.062988281250 +-0.160156250000 +-0.053955078125 +-0.034667968750 +0.005371093750 +0.065429687500 +-0.080078125000 +-0.062011718750 +-0.039062500000 +0.115722656250 +0.156250000000 +-0.070312500000 +0.043457031250 +-0.078125000000 +0.087890625000 +-0.086425781250 +0.037353515625 +-0.031127929688 +-0.054931640625 +0.123046875000 +0.035888671875 +-0.016601562500 +0.017089843750 +0.018676757812 +0.017578125000 +0.007598876953 +-0.012573242188 +0.014709472656 +-0.111816406250 +-0.059814453125 +0.083007812500 +0.037109375000 +-0.031494140625 +0.039794921875 +0.038574218750 +-0.016113281250 +0.060791015625 +0.016113281250 +0.063964843750 +0.261718750000 +-0.054931640625 +-0.089843750000 +-0.033447265625 +0.040771484375 +-0.096679687500 +0.015991210938 +0.199218750000 +-0.104003906250 +0.006958007812 +-0.060302734375 +-0.007995605469 +-0.123535156250 +0.011535644531 +-0.034423828125 +-0.120117187500 +-0.064941406250 +0.043457031250 +0.067871093750 +-0.045166015625 +-0.155273437500 +-0.022094726562 +0.104492187500 +-0.028808593750 +-0.067871093750 +-0.040283203125 +-0.031494140625 +0.062988281250 +0.026000976562 +0.082519531250 +0.005371093750 +-0.036621093750 +0.101074218750 +-0.021972656250 +-0.034179687500 +0.022094726562 +-0.001670837402 +0.079589843750 +-0.083007812500 +0.088867187500 +-0.048583984375 +0.049072265625 +-0.059814453125 +-0.075195312500 +0.039062500000 +0.090332031250 +0.063476562500 +0.003295898438 +-0.045166015625 +-0.075195312500 +-0.080078125000 +0.050537109375 +-0.018432617188 +0.028564453125 +-0.002441406250 +0.048828125000 +-0.082519531250 +0.039306640625 +-0.073242187500 +-0.041259765625 +0.022705078125 +-0.063964843750 +0.091308593750 +-0.002243041992 +-0.092773437500 +0.062500000000 +0.083007812500 +0.022216796875 +-0.104003906250 +-0.126953125000 +-0.115722656250 +-0.063964843750 +-0.005157470703 +0.032958984375 +0.002883911133 +0.002868652344 +-0.071777343750 +-0.133789062500 +-0.086914062500 +0.018432617188 +-0.018066406250 +0.024169921875 +-0.066406250000 +0.098632812500 +-0.057373046875 +-0.023681640625 +-0.073242187500 +0.000812530518 +-0.041748046875 +-0.092285156250 +-0.107910156250 +0.050537109375 +-0.049804687500 +-0.004608154297 +-0.038085937500 +-0.021118164062 +-0.101562500000 +-0.024658203125 +-0.074707031250 +0.095703125000 +0.051757812500 +-0.032470703125 +0.083496093750 +-0.013183593750 +-0.028564453125 +0.075683593750 +-0.009460449219 +-0.011596679688 +-0.054931640625 +0.027832031250 +-0.033691406250 +-0.034423828125 +0.111328125000 +-0.022705078125 +-0.055908203125 +0.070312500000 +-0.078613281250 +-0.073242187500 +-0.027221679688 +-0.029663085938 +0.084472656250 +0.016113281250 +-0.073242187500 +0.073242187500 +0.050048828125 +0.063964843750 +-0.083496093750 +-0.028930664062 +0.163085937500 +0.028076171875 +0.019531250000 +-0.081542968750 +0.047119140625 +-0.000156402588 +0.077636718750 +0.186523437500 +-0.016845703125 +-0.091796875000 +0.024414062500 +-0.149414062500 +0.004974365234 +-0.026489257812 +0.001930236816 +-0.075195312500 +0.023925781250 +-0.010925292969 +0.100585937500 +0.063476562500 +-0.046142578125 +-0.029418945312 +-0.089355468750 +-0.168945312500 +-0.015319824219 +0.170898437500 +0.057128906250 +-0.168945312500 +0.053222656250 +0.124023437500 +0.137695312500 +0.108398437500 +0.051757812500 +-0.140625000000 +0.115722656250 +-0.040527343750 +0.103027343750 +0.246093750000 +-0.026611328125 +0.059570312500 +0.071289062500 +-0.033203125000 +-0.100097656250 +-0.116210937500 +-0.111328125000 +0.026245117188 +-0.279296875000 +0.088867187500 +0.018920898438 +-0.059326171875 +0.014282226562 +-0.054199218750 +-0.014526367188 +0.117187500000 +0.234375000000 +0.104980468750 +0.072753906250 +-0.086425781250 +0.038574218750 +0.216796875000 +-0.063964843750 +0.033935546875 +-0.062500000000 +-0.142578125000 +-0.023193359375 +-0.054443359375 +-0.025024414062 +0.066406250000 +-0.071289062500 +0.043945312500 +-0.027587890625 +0.078125000000 +-0.026855468750 +-0.109863281250 +-0.083496093750 +0.006225585938 +0.085937500000 +0.101074218750 +0.204101562500 +0.081542968750 +-0.071289062500 +-0.055908203125 +-0.124023437500 +0.212890625000 +-0.091796875000 +-0.009521484375 +0.073730468750 +0.072265625000 +0.047607421875 +-0.047119140625 +0.093750000000 +-0.091796875000 +0.015502929688 +-0.244140625000 +0.214843750000 +0.079589843750 +-0.265625000000 +-0.326171875000 +-0.039306640625 +-0.112304687500 +-0.038574218750 +-0.149414062500 +-0.001525878906 +0.091796875000 +-0.059814453125 +0.049316406250 +-0.070312500000 +-0.011779785156 +-0.171875000000 +0.047851562500 +0.054443359375 +0.100585937500 +-0.063964843750 +-0.116699218750 +0.153320312500 +-0.170898437500 +-0.083007812500 +-0.165039062500 +-0.062255859375 +-0.080078125000 +-0.141601562500 +0.042724609375 +-0.019653320312 +-0.019653320312 +-0.044921875000 +0.042236328125 +-0.111328125000 +0.158203125000 +0.061279296875 +-0.094238281250 +0.140625000000 +-0.273437500000 +-0.010070800781 +0.084960937500 +-0.039794921875 +-0.015991210938 +0.020874023438 +0.035400390625 +0.052734375000 +0.171875000000 +0.128906250000 +0.237304687500 +-0.086425781250 +0.155273437500 +0.021118164062 +-0.078613281250 +-0.314453125000 +0.067871093750 +0.014587402344 +0.007293701172 +-0.020751953125 +-0.149414062500 +0.168945312500 +0.020263671875 +-0.208007812500 +-0.077148437500 +0.085449218750 +-0.050292968750 +0.025268554688 +0.034667968750 +-0.002243041992 +-0.158203125000 +-0.205078125000 +0.074707031250 +-0.207031250000 +0.050537109375 +-0.095703125000 +-0.052490234375 +0.011962890625 +0.053955078125 +0.001640319824 +-0.184570312500 +-0.166015625000 +-0.100585937500 +0.032958984375 +-0.070312500000 +-0.004943847656 +0.003616333008 +0.039062500000 +-0.089355468750 +0.089355468750 +0.144531250000 +0.043212890625 +0.121093750000 +0.105957031250 +0.023559570312 +0.129882812500 +0.043212890625 +0.131835937500 +0.012084960938 +-0.079589843750 +0.096679687500 +-0.032226562500 +-0.109863281250 +0.044189453125 +-0.005828857422 +0.003021240234 +0.122558593750 +-0.001945495605 +0.069824218750 +0.041748046875 +-0.069335937500 +-0.089355468750 +0.074707031250 +0.031127929688 +-0.011474609375 +0.122558593750 +-0.217773437500 +-0.020629882812 +0.059326171875 +-0.055908203125 +0.046142578125 +0.177734375000 +-0.007537841797 +-0.022705078125 +0.060302734375 +-0.163085937500 +0.054687500000 +-0.186523437500 +0.030273437500 +0.006042480469 +-0.020019531250 +0.045898437500 +-0.053710937500 +0.058349609375 +-0.036132812500 +-0.014831542969 +-0.166015625000 +-0.006042480469 +-0.014770507812 +-0.055419921875 +-0.123046875000 +0.132812500000 +0.083984375000 +0.052734375000 +-0.152343750000 +0.047607421875 +0.269531250000 +-0.106445312500 +0.055664062500 +-0.163085937500 +0.003204345703 +0.073730468750 +-0.091796875000 +0.081054687500 +0.024902343750 +0.114257812500 +-0.137695312500 +0.013000488281 +-0.237304687500 +-0.126953125000 +-0.043701171875 +0.058837890625 +0.147460937500 +-0.056640625000 +-0.074707031250 +0.090332031250 +-0.072753906250 +0.074707031250 +-0.119628906250 +-0.043945312500 +0.063964843750 +-0.018554687500 +0.004302978516 +0.138671875000 +0.014038085938 +0.018920898438 +-0.173828125000 +0.032226562500 +0.095703125000 +-0.212890625000 +0.242187500000 +-0.084472656250 +0.013183593750 +0.088378906250 +-0.081054687500 +-0.026733398438 +0.032714843750 +0.095214843750 +-0.123046875000 +0.199218750000 +-0.052978515625 +-0.053222656250 +0.239257812500 +-0.180664062500 +-0.271484375000 +0.067871093750 +0.250000000000 +-0.146484375000 +0.224609375000 +-0.055175781250 +-0.152343750000 +-0.004608154297 +0.169921875000 +0.001556396484 +0.207031250000 +-0.402343750000 +-0.039062500000 +-0.010375976562 +-0.400390625000 +0.171875000000 +0.060791015625 +-0.113769531250 +0.199218750000 +-0.111816406250 +0.056396484375 +-0.445312500000 +0.182617187500 +-0.009399414062 +-0.443359375000 +0.130859375000 +-0.142578125000 +-0.363281250000 +-0.053710937500 +0.178710937500 +-0.018798828125 +-0.189453125000 +-0.171875000000 +0.015014648438 +-0.022949218750 +0.022460937500 +-0.001983642578 +0.098144531250 +0.196289062500 +-0.075683593750 +-0.118652343750 +0.109863281250 +0.213867187500 +-0.145507812500 +0.194335937500 +0.051513671875 +-0.075195312500 +-0.198242187500 +0.066894531250 +-0.032226562500 +-0.012695312500 +0.064941406250 +-0.024291992188 +-0.064453125000 +-0.170898437500 +0.015869140625 +-0.066894531250 +-0.048339843750 +0.128906250000 +-0.036865234375 +-0.189453125000 +0.066894531250 +-0.047363281250 +-0.034179687500 +-0.094238281250 +-0.067871093750 +0.157226562500 +-0.054443359375 +0.077148437500 +0.231445312500 +-0.109863281250 +-0.038818359375 +0.271484375000 +0.031982421875 +0.212890625000 +-0.207031250000 +0.106933593750 +-0.253906250000 +0.112304687500 +0.047119140625 +-0.126953125000 +-0.054931640625 +0.067382812500 +-0.055908203125 +0.011657714844 +-0.074707031250 +0.136718750000 +0.129882812500 +-0.001533508301 +-0.078613281250 +0.341796875000 +0.107421875000 +0.194335937500 +0.094726562500 +-0.074218750000 +-0.014953613281 +-0.061035156250 +0.068359375000 +-0.179687500000 +-0.078613281250 +-0.026367187500 +0.203125000000 +-0.053466796875 +-0.110351562500 +0.015502929688 +0.098632812500 +0.124023437500 +-0.054199218750 +0.090332031250 +-0.330078125000 +0.015747070312 +0.152343750000 +-0.011352539062 +0.218750000000 +-0.184570312500 +0.161132812500 +-0.214843750000 +0.108398437500 +0.106933593750 +0.095703125000 +-0.277343750000 +-0.026733398438 +0.072265625000 +-0.140625000000 +-0.095214843750 +0.083496093750 +0.067382812500 +0.021728515625 +0.164062500000 +0.094238281250 +-0.069824218750 +-0.204101562500 +0.113281250000 +-0.131835937500 +-0.013183593750 +0.094726562500 +-0.164062500000 +-0.152343750000 +-0.077636718750 +0.008666992188 +0.038085937500 +-0.060058593750 +-0.283203125000 +-0.062988281250 +0.015441894531 +0.091796875000 +0.064453125000 +0.087890625000 +0.021606445312 +0.040039062500 +0.099609375000 +-0.054931640625 +-0.134765625000 +0.125976562500 +-0.076660156250 +-0.001632690430 +-0.020263671875 +-0.125976562500 +-0.151367187500 +-0.000888824463 +-0.089843750000 +0.028320312500 +-0.005767822266 +0.093750000000 +0.032958984375 +-0.135742187500 +-0.198242187500 +0.016845703125 +0.096191406250 +0.057861328125 +-0.050048828125 +0.005767822266 +-0.029418945312 +0.070800781250 +-0.027343750000 +-0.015319824219 +-0.077148437500 +0.166015625000 +0.051513671875 +-0.039062500000 +-0.118164062500 +0.096191406250 +0.201171875000 +-0.025512695312 +0.114257812500 +-0.075683593750 +0.040283203125 +0.105957031250 +0.077636718750 +0.029907226562 +0.097167968750 +0.063476562500 +-0.116210937500 +0.233398437500 +0.102050781250 +-0.024047851562 +-0.000579833984 +-0.130859375000 +-0.028686523438 +-0.100097656250 +0.064941406250 +-0.115722656250 +0.090332031250 +0.054199218750 +-0.154296875000 +-0.082519531250 +0.063476562500 +0.074218750000 +-0.109375000000 +-0.149414062500 +-0.232421875000 +-0.010925292969 +-0.052001953125 +0.010681152344 +0.070800781250 +-0.087890625000 +-0.000206947327 +-0.091308593750 +-0.047851562500 +-0.257812500000 +-0.306640625000 +-0.199218750000 +-0.093750000000 +0.064453125000 +-0.277343750000 +-0.062255859375 +-0.010925292969 +0.059570312500 +-0.103027343750 +-0.166992187500 +-0.103515625000 +0.038085937500 +-0.023803710938 +-0.048339843750 +0.132812500000 +0.158203125000 +0.065917968750 +-0.104980468750 +0.025390625000 +-0.041992187500 +0.060302734375 +0.006927490234 +-0.046386718750 +-0.027709960938 +0.040039062500 +0.075195312500 +0.025634765625 +0.001640319824 +0.169921875000 +0.105957031250 +-0.116699218750 +-0.125976562500 +-0.038330078125 +0.007263183594 +-0.094238281250 +-0.019897460938 +-0.077636718750 +-0.041992187500 +-0.039306640625 +0.000137329102 +-0.038818359375 +-0.016235351562 +0.071777343750 +0.009033203125 +-0.192382812500 +-0.121582031250 +-0.003387451172 +0.029296875000 +-0.070800781250 +-0.065429687500 +0.141601562500 +0.043945312500 +-0.085449218750 +-0.043701171875 +-0.186523437500 +0.070800781250 +-0.123535156250 +0.050048828125 +0.044189453125 +0.008117675781 +0.025268554688 +0.057617187500 +0.005798339844 +0.048828125000 +0.063964843750 +0.025512695312 +-0.058105468750 +-0.067382812500 +0.006683349609 +0.085937500000 +-0.052734375000 +0.080566406250 +0.089843750000 +-0.073242187500 +-0.101562500000 +-0.041748046875 +-0.084960937500 +0.025512695312 +0.046630859375 +-0.037597656250 +0.044677734375 +-0.108886718750 +-0.089843750000 +0.107421875000 +0.009399414062 +0.146484375000 +0.039306640625 +-0.100585937500 +0.069335937500 +-0.010559082031 +0.069335937500 +0.034912109375 +0.031250000000 +0.091796875000 +-0.151367187500 +-0.115722656250 +-0.202148437500 +0.147460937500 +-0.040771484375 +0.036621093750 +0.164062500000 +-0.142578125000 +-0.101562500000 +-0.116699218750 +-0.042480468750 +-0.050781250000 +0.247070312500 +-0.077636718750 +0.005126953125 +-0.030639648438 +0.063964843750 +0.093261718750 +-0.016113281250 +-0.030273437500 +-0.038818359375 +-0.143554687500 +-0.011535644531 +0.207031250000 +-0.000143051147 +-0.159179687500 +-0.056396484375 +0.007385253906 +0.054199218750 +-0.145507812500 +0.213867187500 +-0.083984375000 +0.060791015625 +-0.142578125000 +-0.085449218750 +-0.044677734375 +0.082031250000 +-0.083007812500 +0.255859375000 +0.002563476562 +0.147460937500 +0.025512695312 +-0.098632812500 +-0.111816406250 +0.071289062500 +-0.047851562500 +0.076171875000 +-0.105468750000 +-0.031005859375 +0.041748046875 +-0.185546875000 +0.035156250000 +-0.051025390625 +0.149414062500 +0.130859375000 +-0.072265625000 +-0.004516601562 +-0.116210937500 +-0.052978515625 +0.005340576172 +-0.005950927734 +0.062988281250 +-0.143554687500 +0.004943847656 +-0.032958984375 +-0.053710937500 +0.079101562500 +-0.062500000000 +-0.046142578125 +0.057617187500 +-0.015869140625 +-0.062988281250 +0.000698089600 +0.026367187500 +-0.056396484375 +-0.016357421875 +0.046386718750 +-0.087890625000 +-0.015014648438 +-0.038085937500 +-0.000214576721 +-0.013977050781 +0.028930664062 +-0.116699218750 +0.041015625000 +-0.039306640625 +0.020996093750 +-0.003524780273 +0.014465332031 +-0.141601562500 +-0.024658203125 +-0.049072265625 +0.015136718750 +-0.099609375000 +-0.024169921875 +-0.044189453125 +0.074707031250 +-0.016357421875 +-0.027954101562 +-0.022949218750 +0.005218505859 +-0.098144531250 +-0.028808593750 +-0.008178710938 +-0.065917968750 +0.016113281250 +-0.003646850586 +0.202148437500 +0.074218750000 +-0.125976562500 +-0.038330078125 +-0.010925292969 +-0.032226562500 +-0.070800781250 +0.101562500000 +-0.026123046875 +-0.083007812500 +0.062988281250 +-0.030761718750 +-0.019165039062 +-0.103027343750 +0.043945312500 +0.052734375000 +-0.030029296875 +-0.062011718750 +-0.054687500000 +-0.056152343750 +0.016357421875 +0.163085937500 +0.063476562500 +-0.069335937500 +0.056884765625 +-0.054931640625 +-0.010803222656 +0.125976562500 +0.054199218750 +0.041015625000 +-0.001014709473 +0.014526367188 +0.051513671875 +0.062988281250 +-0.093261718750 +-0.015014648438 +-0.032226562500 +-0.015258789062 +-0.068847656250 +0.012756347656 +0.064941406250 +0.006469726562 +-0.049316406250 +0.038085937500 +0.003494262695 +0.033935546875 +-0.018432617188 +0.047851562500 +-0.026489257812 +-0.044189453125 +-0.032714843750 +-0.075683593750 +-0.098144531250 +-0.060058593750 +0.058105468750 +-0.026367187500 +-0.014160156250 +-0.024536132812 +-0.024536132812 +-0.044921875000 +0.067382812500 +-0.085449218750 +0.124023437500 +0.048095703125 +0.021728515625 +-0.010498046875 +0.035888671875 +-0.043457031250 +-0.018432617188 +0.181640625000 +-0.063476562500 +-0.036376953125 +-0.036132812500 +0.038574218750 +0.050537109375 +0.029907226562 +-0.135742187500 +-0.104492187500 +0.004272460938 +0.029785156250 +0.077148437500 +0.070800781250 +-0.083984375000 +-0.037841796875 +-0.026977539062 +-0.166992187500 +0.157226562500 +-0.004211425781 +-0.140625000000 +-0.045898437500 +0.039550781250 +-0.046630859375 +-0.027099609375 +-0.010070800781 +-0.014709472656 +0.000255584717 +0.055419921875 +0.103027343750 +0.048339843750 +0.035400390625 +0.088867187500 +0.066406250000 +0.119140625000 +-0.053222656250 +-0.076660156250 +-0.099609375000 +0.154296875000 +0.004241943359 +0.036132812500 +0.093750000000 +-0.049804687500 +-0.148437500000 +-0.084472656250 +-0.027465820312 +0.016113281250 +-0.172851562500 +-0.045410156250 +-0.104492187500 +-0.015502929688 +0.147460937500 +-0.054199218750 +0.218750000000 +-0.209960937500 +0.089355468750 +0.061523437500 +-0.171875000000 +-0.116699218750 +-0.013854980469 +0.086914062500 +-0.098144531250 +-0.002258300781 +-0.023803710938 +0.070800781250 +-0.010437011719 +-0.038818359375 +0.023559570312 +0.031494140625 +0.012878417969 +-0.232421875000 +-0.144531250000 +-0.058837890625 +-0.073242187500 +0.029907226562 +0.015502929688 +-0.123535156250 +-0.099121093750 +-0.016601562500 +0.079589843750 +0.137695312500 +0.007232666016 +0.112304687500 +0.001914978027 +-0.087402343750 +0.007812500000 +-0.019531250000 +-0.034912109375 +-0.098144531250 +0.060791015625 +0.005767822266 +-0.043945312500 +0.191406250000 +0.161132812500 +0.068359375000 +0.052246093750 +0.073730468750 +-0.048095703125 +-0.040527343750 +-0.060791015625 +0.074707031250 +-0.096191406250 +-0.210937500000 +-0.030029296875 +0.050537109375 +-0.057617187500 +-0.071777343750 +0.035888671875 +-0.209960937500 +0.200195312500 +-0.010070800781 +-0.029907226562 +-0.164062500000 +-0.125976562500 +0.015075683594 +0.105468750000 +-0.070312500000 +-0.051269531250 +-0.106933593750 +-0.002441406250 +-0.036132812500 +-0.066894531250 +-0.032958984375 +-0.080078125000 +0.002288818359 +-0.096191406250 +0.052734375000 +-0.046875000000 +0.059814453125 +0.015991210938 +-0.031738281250 +-0.032958984375 +0.021484375000 +-0.138671875000 +0.006622314453 +-0.046630859375 +-0.101074218750 +0.097656250000 +0.075195312500 +-0.091308593750 +-0.064453125000 +-0.066406250000 +0.009643554688 +0.094726562500 +-0.051757812500 +-0.020996093750 +0.207031250000 +-0.241210937500 +-0.125000000000 +0.010681152344 +-0.050048828125 +0.057861328125 +0.056884765625 +0.022583007812 +0.052001953125 +0.053222656250 +0.060058593750 +-0.039794921875 +-0.041259765625 +0.170898437500 +-0.140625000000 +0.059326171875 +0.114257812500 +-0.092285156250 +-0.040283203125 +-0.189453125000 +0.114257812500 +0.130859375000 +0.067382812500 +-0.023803710938 +0.003723144531 +0.008178710938 +-0.128906250000 +0.050292968750 +-0.020996093750 +-0.151367187500 +0.217773437500 +0.099609375000 +-0.079101562500 +0.074218750000 +-0.006286621094 +-0.126953125000 +0.221679687500 +-0.071777343750 +0.003570556641 +-0.047851562500 +-0.022216796875 +0.078125000000 +-0.109375000000 +-0.078125000000 +-0.123535156250 +0.104980468750 +0.052490234375 +-0.097167968750 +0.013366699219 +-0.082519531250 +-0.011413574219 +-0.063964843750 +-0.166992187500 +0.063964843750 +0.051757812500 +0.080078125000 +0.014221191406 +0.083007812500 +-0.171875000000 +-0.149414062500 +0.117675781250 +-0.083984375000 +-0.025634765625 +0.017089843750 +-0.067871093750 +-0.103027343750 +-0.080078125000 +-0.014587402344 +0.027343750000 +-0.074218750000 +0.014953613281 +0.094726562500 +0.095703125000 +-0.013610839844 +0.181640625000 +0.027099609375 +0.017211914062 +0.009521484375 +-0.021118164062 +0.119140625000 +-0.073242187500 +0.014221191406 +-0.026977539062 +-0.024780273438 +0.005859375000 +-0.081542968750 +0.012756347656 +0.082031250000 +0.247070312500 +0.037353515625 +0.009765625000 +-0.047363281250 +-0.090820312500 +-0.045166015625 +0.107910156250 +0.024169921875 +0.028198242188 +0.049316406250 +-0.009277343750 +0.068359375000 +0.054687500000 +-0.236328125000 +0.138671875000 +0.094238281250 +0.094238281250 +-0.111328125000 +-0.120605468750 +0.000999450684 +0.084960937500 +-0.103515625000 +-0.007659912109 +0.097167968750 +0.057128906250 +0.095703125000 +-0.104492187500 +0.055175781250 +0.048583984375 +0.059326171875 +-0.002502441406 +-0.043457031250 +-0.002029418945 +0.042724609375 +0.212890625000 +-0.051757812500 +-0.152343750000 +-0.038330078125 +-0.122558593750 +-0.010314941406 +0.058105468750 +-0.062500000000 +0.033447265625 +-0.100097656250 +-0.038818359375 +-0.075683593750 +0.128906250000 +-0.151367187500 +-0.192382812500 +0.042968750000 +0.040527343750 +-0.143554687500 +0.069335937500 +0.077636718750 +0.097167968750 +-0.199218750000 +0.160156250000 +0.275390625000 +0.078613281250 +0.141601562500 +-0.059326171875 +0.059082031250 +-0.079589843750 +-0.048339843750 +-0.040283203125 +0.138671875000 +0.062988281250 +-0.053466796875 +0.036621093750 +-0.218750000000 +-0.119628906250 +0.161132812500 +0.147460937500 +0.081542968750 +-0.144531250000 +0.107910156250 +-0.188476562500 +-0.047119140625 +0.016235351562 +-0.161132812500 +0.065917968750 +0.059082031250 +0.298828125000 +-0.287109375000 +0.006835937500 +-0.049804687500 +-0.067382812500 +-0.204101562500 +0.054931640625 +-0.241210937500 +-0.143554687500 +0.155273437500 +-0.039794921875 +0.126953125000 +0.017089843750 +-0.081542968750 +0.057617187500 +-0.033447265625 +0.048095703125 +0.056640625000 +0.095214843750 +-0.075683593750 +-0.008544921875 +-0.197265625000 +0.090820312500 +-0.051025390625 +0.050048828125 +-0.032470703125 +-0.186523437500 +-0.037841796875 +-0.212890625000 +0.174804687500 +0.016601562500 +0.095703125000 +0.025634765625 +0.159179687500 +0.028320312500 +0.009826660156 +-0.017333984375 +-0.112792968750 +0.016235351562 +-0.193359375000 +0.057373046875 +0.028686523438 +-0.129882812500 +0.017822265625 +-0.052734375000 +-0.118164062500 +0.028808593750 +0.191406250000 +-0.176757812500 +-0.153320312500 +0.062011718750 +0.079101562500 +-0.008117675781 +0.052001953125 +-0.002029418945 +0.148437500000 +0.044677734375 +0.110351562500 +-0.013732910156 +0.009948730469 +-0.088867187500 +0.032958984375 +-0.213867187500 +0.181640625000 +-0.068359375000 +0.105957031250 +0.198242187500 +0.039306640625 +-0.057373046875 +-0.057617187500 +-0.064941406250 +-0.173828125000 +0.085937500000 +0.116699218750 +0.077148437500 +-0.057128906250 +0.024780273438 +0.170898437500 +-0.033935546875 +0.018310546875 +-0.095703125000 +-0.018432617188 +-0.206054687500 +0.049072265625 +0.004241943359 +0.102539062500 +0.136718750000 +0.112792968750 +-0.063476562500 +-0.111328125000 +-0.102539062500 +-0.046875000000 +-0.111816406250 +0.036132812500 +0.047119140625 +0.008361816406 +0.042724609375 +-0.023437500000 +0.085937500000 +0.066406250000 +0.083496093750 +-0.182617187500 +-0.088867187500 +0.077148437500 +0.183593750000 +-0.038574218750 +0.131835937500 +0.036376953125 +0.039306640625 +-0.052246093750 +-0.091796875000 +0.106933593750 +0.185546875000 +0.078125000000 +0.115722656250 +-0.093750000000 +-0.109375000000 +-0.265625000000 +-0.019653320312 +0.112304687500 +0.042480468750 +-0.204101562500 +-0.227539062500 +-0.076660156250 +-0.031738281250 +-0.130859375000 +0.121093750000 +0.110351562500 +-0.093750000000 +0.024902343750 +0.138671875000 +-0.109863281250 +0.084960937500 +0.166015625000 +0.020141601562 +0.049560546875 +0.053466796875 +-0.055664062500 +-0.147460937500 +0.125000000000 +-0.050537109375 +-0.110839843750 +0.042236328125 +-0.019165039062 +0.042724609375 +0.157226562500 +-0.041748046875 +0.052734375000 +0.157226562500 +-0.000793457031 +-0.063476562500 +0.180664062500 +0.046630859375 +-0.057861328125 +-0.194335937500 +0.063964843750 +0.058837890625 +-0.131835937500 +-0.324218750000 +0.157226562500 +0.083984375000 +0.039550781250 +0.054687500000 +0.166992187500 +-0.074707031250 +0.239257812500 +-0.082519531250 +0.281250000000 +-0.075683593750 +0.006683349609 +0.082031250000 +-0.246093750000 +-0.124511718750 +0.072265625000 +-0.066406250000 +-0.054199218750 +-0.176757812500 +-0.156250000000 +0.049804687500 +-0.150390625000 +0.078613281250 +0.099121093750 +0.131835937500 +0.119628906250 +-0.019531250000 +-0.059814453125 +-0.072265625000 +0.180664062500 +-0.072265625000 +-0.020019531250 +0.005065917969 +0.016357421875 +-0.066894531250 +0.016723632812 +-0.013427734375 +0.392578125000 +-0.126953125000 +-0.040527343750 +-0.064453125000 +0.113281250000 +0.007629394531 +-0.046875000000 +-0.183593750000 +-0.033203125000 +0.207031250000 +-0.075195312500 +-0.146484375000 +0.019531250000 +-0.267578125000 +-0.152343750000 +-0.012634277344 +-0.077636718750 +-0.233398437500 +-0.099121093750 +0.015380859375 +-0.148437500000 +-0.013977050781 +0.050781250000 +-0.265625000000 +0.073242187500 +-0.041748046875 +0.067382812500 +-0.175781250000 +-0.125976562500 +-0.020996093750 +0.185546875000 +0.049316406250 +-0.156250000000 +-0.106933593750 +0.035644531250 +-0.066406250000 +-0.183593750000 +-0.059814453125 +-0.033935546875 +-0.166015625000 +0.104980468750 +-0.077636718750 +0.046142578125 +-0.115234375000 +0.105957031250 +0.125000000000 +0.104003906250 +0.045898437500 +0.064453125000 +0.137695312500 +-0.165039062500 +-0.263671875000 +0.017333984375 +-0.014099121094 +0.102050781250 +-0.118652343750 +-0.133789062500 +-0.077636718750 +0.100585937500 +-0.008300781250 +0.042480468750 +0.072265625000 +0.116699218750 +-0.193359375000 +0.072265625000 +-0.032470703125 +-0.018798828125 +0.055175781250 +-0.107421875000 +-0.026611328125 +-0.082519531250 +-0.234375000000 +0.125976562500 +-0.055664062500 +0.076660156250 +0.104003906250 +0.047851562500 +-0.069335937500 +-0.177734375000 +0.009155273438 +-0.100585937500 +-0.078613281250 +0.045166015625 +-0.067382812500 +-0.086425781250 +0.050292968750 +-0.257812500000 +-0.121093750000 +0.156250000000 +-0.185546875000 +-0.039794921875 +-0.037597656250 +-0.007781982422 +-0.012939453125 +-0.015319824219 +-0.138671875000 +-0.046386718750 +-0.076660156250 +-0.042968750000 +-0.122558593750 +0.083007812500 +-0.023559570312 +0.118164062500 +0.006530761719 +-0.166015625000 +0.132812500000 +0.261718750000 +-0.051025390625 +-0.043212890625 +-0.008911132812 +0.029296875000 +-0.051757812500 +0.019531250000 +0.000297546387 +0.117187500000 +0.080078125000 +0.121582031250 +0.228515625000 +-0.020141601562 +0.059570312500 +0.016357421875 +-0.034423828125 +-0.129882812500 +0.005371093750 +0.067382812500 +0.039306640625 +0.086425781250 +0.077636718750 +-0.006408691406 +0.109863281250 +-0.056640625000 +0.007598876953 +0.273437500000 +-0.109375000000 +-0.229492187500 +0.037353515625 +-0.010498046875 +-0.130859375000 +0.089843750000 +-0.017211914062 +-0.048583984375 +0.114746093750 +-0.052978515625 +-0.106445312500 +-0.158203125000 +-0.026489257812 +0.061279296875 +-0.090820312500 +-0.092773437500 +-0.062011718750 +0.051269531250 +-0.086425781250 +0.039550781250 +0.040771484375 +0.090820312500 +-0.015625000000 +0.039306640625 +-0.047607421875 +-0.207031250000 +-0.076171875000 +-0.045654296875 +-0.068847656250 +0.213867187500 +-0.023437500000 +-0.035644531250 +0.084960937500 +-0.103027343750 +-0.112304687500 +0.106445312500 +-0.008178710938 +0.100097656250 +-0.028930664062 +0.022583007812 +-0.084472656250 +-0.021606445312 +-0.131835937500 +0.181640625000 +0.029052734375 +-0.012451171875 +0.037597656250 +-0.131835937500 +0.164062500000 +-0.130859375000 +0.035644531250 +-0.191406250000 +0.063964843750 +0.273437500000 +-0.204101562500 +0.000679016113 +-0.029174804688 +0.119628906250 +-0.144531250000 +0.002075195312 +-0.180664062500 +0.010253906250 +0.065429687500 +-0.101562500000 +-0.078613281250 +-0.036376953125 +0.070312500000 +-0.027709960938 +0.013793945312 +0.051269531250 +0.017456054688 +-0.079101562500 +0.025024414062 +0.025512695312 +0.104492187500 +-0.015502929688 +0.130859375000 +-0.097656250000 +-0.197265625000 +-0.021850585938 +-0.017700195312 +0.086425781250 +-0.166015625000 +0.211914062500 +0.019897460938 +0.073730468750 +0.008544921875 +0.046142578125 +-0.073730468750 +-0.023559570312 +0.073242187500 +0.102539062500 +-0.096679687500 +0.149414062500 +-0.142578125000 +0.022949218750 +-0.027832031250 +0.075195312500 +-0.082519531250 +-0.220703125000 +-0.026977539062 +-0.093750000000 +0.035888671875 +-0.006042480469 +0.151367187500 +-0.074218750000 +0.197265625000 +-0.206054687500 +-0.022827148438 +-0.151367187500 +0.085449218750 +0.167968750000 +0.015075683594 +0.119628906250 +-0.014587402344 +-0.079101562500 +-0.006378173828 +0.057373046875 +0.032470703125 +0.008117675781 +0.107910156250 +-0.041503906250 +0.068847656250 +-0.034179687500 +0.003570556641 +0.198242187500 +0.022094726562 +-0.081542968750 +0.093261718750 +-0.020019531250 +-0.090332031250 +0.172851562500 +-0.045654296875 +-0.037353515625 +0.033935546875 +-0.124511718750 +0.104003906250 +0.030883789062 +-0.031494140625 +-0.032958984375 +0.079101562500 +-0.137695312500 +-0.162109375000 +-0.203125000000 +-0.075683593750 +0.019653320312 +0.017700195312 +-0.036132812500 +0.024047851562 +0.107421875000 +0.125000000000 +0.081054687500 +0.049560546875 +0.018432617188 +0.102539062500 +-0.097167968750 +-0.177734375000 +-0.007080078125 +0.017211914062 +0.057617187500 +0.010192871094 +0.009399414062 +0.185546875000 +0.089843750000 +-0.003555297852 +-0.093750000000 +-0.008422851562 +-0.036376953125 +-0.115234375000 +0.057373046875 +-0.016235351562 +-0.042968750000 +-0.019165039062 +-0.013183593750 +-0.049560546875 +-0.187500000000 +-0.033691406250 +-0.228515625000 +-0.100585937500 +0.110351562500 +-0.018920898438 +0.108886718750 +-0.063964843750 +0.125000000000 +0.006500244141 +-0.104492187500 +0.030151367188 +-0.043457031250 +0.024414062500 +-0.135742187500 +0.068847656250 +-0.024658203125 +0.127929687500 +0.036132812500 +-0.059570312500 +0.049316406250 +-0.073730468750 +0.071777343750 +0.002807617188 +-0.133789062500 +0.135742187500 +-0.093261718750 +0.134765625000 +0.040039062500 +0.062255859375 +0.039062500000 +-0.015380859375 +-0.141601562500 +0.177734375000 +-0.040283203125 +0.040771484375 +-0.101562500000 +-0.021362304688 +-0.108398437500 +0.143554687500 +-0.063964843750 +0.133789062500 +-0.101074218750 +0.125976562500 +0.215820312500 +0.092773437500 +0.012084960938 +0.020141601562 +-0.170898437500 +-0.008666992188 +0.177734375000 +0.000438690186 +-0.004455566406 +-0.076171875000 +-0.367187500000 +-0.023315429688 +0.091308593750 +-0.020507812500 +0.141601562500 +-0.048583984375 +0.045898437500 +0.023803710938 +0.013183593750 +0.046630859375 +-0.058837890625 +-0.012084960938 +0.147460937500 +0.127929687500 +-0.271484375000 +0.113281250000 +0.001853942871 +-0.054687500000 +-0.180664062500 +-0.019653320312 +0.165039062500 +-0.096191406250 +-0.194335937500 +0.104003906250 +-0.093261718750 +-0.026977539062 +-0.079101562500 +-0.049072265625 +-0.032958984375 +0.048339843750 +0.102539062500 +-0.225585937500 +0.027343750000 +0.020385742188 +0.039062500000 +0.087402343750 +-0.002761840820 +0.024780273438 +-0.091308593750 +-0.064941406250 +-0.014099121094 +0.175781250000 +0.024047851562 +-0.005462646484 +0.001853942871 +-0.047363281250 +-0.003906250000 +0.014526367188 +0.071777343750 +0.133789062500 +-0.126953125000 +0.006469726562 +0.079101562500 +-0.061767578125 +0.054199218750 +0.031738281250 +0.038574218750 +0.057861328125 +-0.058837890625 +-0.032714843750 +-0.012939453125 +0.108886718750 +-0.101562500000 +-0.081054687500 +-0.001739501953 +-0.170898437500 +-0.120117187500 +0.049560546875 +-0.002166748047 +-0.035156250000 +-0.019042968750 +-0.010009765625 +0.026977539062 +0.003448486328 +0.175781250000 +0.055419921875 +-0.037597656250 +-0.142578125000 +-0.057617187500 +-0.014465332031 +-0.048095703125 +-0.002304077148 +0.023437500000 +0.101562500000 +0.105468750000 +-0.087402343750 +-0.091796875000 +-0.133789062500 +0.026367187500 +-0.038085937500 +-0.136718750000 +0.086425781250 +-0.019897460938 +-0.099609375000 +0.003356933594 +-0.072265625000 +-0.039306640625 +0.110351562500 +0.010131835938 +-0.026245117188 +0.061035156250 +-0.068847656250 +0.024169921875 +0.027465820312 +-0.052978515625 +-0.030029296875 +0.062500000000 +-0.017700195312 +0.092773437500 +0.080566406250 +-0.010253906250 +-0.041748046875 +-0.053466796875 +0.070312500000 +0.085449218750 +-0.061035156250 +0.070312500000 +0.051025390625 +0.138671875000 +0.032226562500 +-0.024414062500 +-0.076171875000 +0.084472656250 +0.024169921875 +-0.011413574219 +-0.090332031250 +0.038574218750 +0.042236328125 +-0.026977539062 +0.007537841797 +0.042968750000 +0.081542968750 +-0.019042968750 +-0.028198242188 +-0.220703125000 +-0.192382812500 +-0.051757812500 +-0.114257812500 +-0.001159667969 +-0.103515625000 +0.006195068359 +-0.102050781250 +0.072753906250 +0.091796875000 +-0.047607421875 +-0.225585937500 +0.090332031250 +0.048095703125 +-0.128906250000 +-0.034667968750 +0.089843750000 +-0.009704589844 +-0.159179687500 +0.038574218750 +0.020507812500 +-0.001792907715 +-0.132812500000 +0.050292968750 +0.066406250000 +0.026611328125 +0.343750000000 +0.105957031250 +-0.017333984375 +-0.022827148438 +0.027221679688 +0.089843750000 +-0.225585937500 +-0.057128906250 +-0.002899169922 +0.166992187500 +0.028808593750 +0.012573242188 +0.105468750000 +-0.031738281250 +-0.109863281250 +0.087402343750 +0.113769531250 +0.045898437500 +0.083496093750 +0.048095703125 +-0.050292968750 +-0.164062500000 +0.175781250000 +0.044921875000 +-0.044677734375 +-0.100585937500 +0.029541015625 +0.020263671875 +-0.006103515625 +-0.162109375000 +-0.044677734375 +-0.193359375000 +-0.140625000000 +0.070800781250 +-0.030395507812 +0.099609375000 +-0.221679687500 +0.006408691406 +-0.011047363281 +-0.092773437500 +0.030273437500 +-0.028686523438 +0.138671875000 +0.001968383789 +0.009399414062 +-0.195312500000 +0.014404296875 +-0.053222656250 +-0.027832031250 +0.098632812500 +-0.013854980469 +-0.052246093750 +-0.041992187500 +-0.117675781250 +-0.029418945312 +-0.038085937500 +0.049072265625 +0.005828857422 +-0.157226562500 +-0.084472656250 +0.127929687500 +-0.080566406250 +0.018310546875 +0.064941406250 +0.057861328125 +-0.227539062500 +-0.045898437500 +-0.083496093750 +0.003082275391 +0.018676757812 +0.075683593750 +0.014343261719 +0.223632812500 +0.006042480469 +0.100585937500 +-0.012695312500 +-0.048095703125 +-0.179687500000 +-0.145507812500 +-0.044677734375 +0.013916015625 +-0.043945312500 +0.091308593750 +-0.091796875000 +0.224609375000 +-0.002624511719 +-0.039306640625 +0.026855468750 +0.040771484375 +0.146484375000 +0.021362304688 +0.080078125000 +-0.174804687500 +-0.155273437500 +0.102050781250 +0.046386718750 +-0.213867187500 +0.171875000000 +0.068847656250 +0.073242187500 +0.022338867188 +-0.000831604004 +-0.105957031250 +-0.016601562500 +-0.005126953125 +-0.029418945312 +0.007507324219 +-0.088867187500 +0.005035400391 +-0.012695312500 +0.169921875000 +0.078613281250 +0.072753906250 +0.020874023438 +0.197265625000 +-0.015258789062 +-0.033447265625 +0.198242187500 +-0.059082031250 +0.008605957031 +-0.090820312500 +-0.048583984375 +-0.120117187500 +0.040527343750 +0.023559570312 +0.119628906250 +-0.128906250000 +-0.014648437500 +0.314453125000 +-0.076171875000 +-0.024047851562 +-0.132812500000 +0.090820312500 +-0.096679687500 +-0.092773437500 +-0.167968750000 +-0.000124931335 +0.125000000000 +0.161132812500 +-0.125976562500 +0.113281250000 +0.088378906250 +0.154296875000 +-0.015747070312 +0.039062500000 +-0.129882812500 +0.057373046875 +0.042968750000 +-0.192382812500 +-0.058105468750 +0.202148437500 +0.039550781250 +-0.104003906250 +0.174804687500 +0.182617187500 +0.182617187500 +0.051025390625 +-0.173828125000 +-0.251953125000 +0.056152343750 +-0.086425781250 +-0.122558593750 +-0.018798828125 +-0.200195312500 +-0.116210937500 +-0.056884765625 +-0.115234375000 +-0.021240234375 +0.044677734375 +-0.008422851562 +-0.523437500000 +-0.112304687500 +0.171875000000 +0.018310546875 +0.035888671875 +-0.219726562500 +-0.265625000000 +0.026733398438 +-0.170898437500 +-0.103515625000 +0.073242187500 +0.098632812500 +-0.269531250000 +0.024414062500 +0.103515625000 +0.004547119141 +-0.046875000000 +0.171875000000 +-0.051025390625 +0.217773437500 +0.069824218750 +-0.008117675781 +-0.515625000000 +0.182617187500 +-0.020507812500 +0.100585937500 +0.054199218750 +-0.008056640625 +0.139648437500 +0.018798828125 +0.059326171875 +-0.263671875000 +0.071777343750 +0.215820312500 +0.010681152344 +0.039306640625 +-0.085937500000 +-0.279296875000 +-0.004211425781 +0.007049560547 +0.007659912109 +-0.020507812500 +0.102050781250 +-0.050292968750 +-0.008544921875 +0.089843750000 +-0.077148437500 +-0.394531250000 +-0.198242187500 +-0.165039062500 +-0.367187500000 +0.040771484375 +0.073730468750 +-0.046142578125 +-0.102539062500 +0.020019531250 +-0.051025390625 +-0.068359375000 +-0.041503906250 +0.004638671875 +0.111816406250 +0.215820312500 +-0.059814453125 +-0.217773437500 +-0.034912109375 +-0.161132812500 +0.025878906250 +-0.003784179688 +-0.079101562500 +-0.083007812500 +0.189453125000 +0.328125000000 +0.086425781250 +-0.070800781250 +-0.133789062500 +-0.020385742188 +-0.028320312500 +-0.054443359375 +0.212890625000 +0.041992187500 +0.140625000000 +0.214843750000 +0.134765625000 +0.155273437500 +-0.029052734375 +-0.071289062500 +-0.080078125000 +-0.044921875000 +-0.083496093750 +0.028320312500 +-0.079589843750 +0.158203125000 +-0.062988281250 +0.136718750000 +0.031738281250 +-0.054931640625 +0.168945312500 +-0.072753906250 +0.058837890625 +-0.062988281250 +0.003448486328 +-0.036376953125 +0.006896972656 +-0.167968750000 +0.158203125000 +0.193359375000 +0.001327514648 +-0.065917968750 +-0.108886718750 +0.133789062500 +0.099121093750 +0.076171875000 +0.032470703125 +0.043212890625 +-0.216796875000 +-0.021972656250 +-0.001808166504 +0.105957031250 +-0.222656250000 +-0.045898437500 +-0.040283203125 +-0.106445312500 +0.149414062500 +0.016113281250 +0.069335937500 +-0.002090454102 +-0.028564453125 +-0.073730468750 +-0.192382812500 +0.025390625000 +-0.020751953125 +0.144531250000 +-0.059814453125 +0.187500000000 +-0.040771484375 +-0.065429687500 +0.023559570312 +0.079589843750 +-0.167968750000 +0.208984375000 +0.132812500000 +0.150390625000 +0.002044677734 +-0.049804687500 +0.000900268555 +0.017089843750 +0.005554199219 +0.000307083130 +-0.190429687500 +-0.239257812500 +-0.279296875000 +-0.072753906250 +0.026855468750 +-0.178710937500 +0.298828125000 +-0.006042480469 +0.104492187500 +0.104003906250 +0.085449218750 +0.044433593750 +-0.082519531250 +0.037353515625 +0.114257812500 +0.107421875000 +-0.468750000000 +0.154296875000 +0.012451171875 +-0.085937500000 +-0.094726562500 +-0.100097656250 +-0.001342773438 +-0.097656250000 +0.123535156250 +-0.140625000000 +0.065429687500 +-0.035400390625 +-0.031494140625 +0.100585937500 +0.009033203125 +-0.016845703125 +-0.055908203125 +-0.247070312500 +-0.213867187500 +0.069824218750 +-0.110839843750 +0.150390625000 +0.066894531250 +0.015625000000 +0.180664062500 +0.001602172852 +0.011169433594 +-0.014160156250 +-0.003585815430 +-0.089355468750 +-0.116210937500 +0.010681152344 +-0.166015625000 +-0.028198242188 +0.048583984375 +-0.002029418945 +-0.151367187500 +0.165039062500 +-0.003250122070 +-0.128906250000 +-0.150390625000 +0.060302734375 +-0.136718750000 +-0.035400390625 +-0.179687500000 +-0.070800781250 +0.064453125000 +-0.038085937500 +0.177734375000 +0.056640625000 +-0.120605468750 +0.148437500000 +0.084472656250 +-0.014770507812 +0.207031250000 +0.134765625000 +0.062988281250 +0.027221679688 +-0.178710937500 +-0.048339843750 +-0.050537109375 +-0.011962890625 +0.004943847656 +-0.005584716797 +0.075195312500 +0.012207031250 +-0.049316406250 +0.010803222656 +0.117675781250 +0.074707031250 +-0.011535644531 +0.125976562500 +-0.227539062500 +-0.112304687500 +-0.141601562500 +0.184570312500 +-0.062255859375 +0.067382812500 +0.040283203125 +-0.067871093750 +-0.076660156250 +0.016113281250 +0.013916015625 +0.077636718750 +0.131835937500 +0.062011718750 +-0.082519531250 +0.088378906250 +0.115234375000 +-0.090332031250 +-0.005859375000 +-0.147460937500 +0.180664062500 +0.014831542969 +-0.028076171875 +-0.034912109375 +0.035400390625 +-0.032470703125 +0.057128906250 +-0.074218750000 +0.006042480469 +0.030395507812 +-0.113281250000 +0.035400390625 +-0.081542968750 +-0.200195312500 +0.041015625000 +-0.062500000000 +-0.117187500000 +0.013305664062 +0.003707885742 +-0.251953125000 +0.003082275391 +0.021240234375 +0.033447265625 +0.135742187500 +0.019165039062 +0.082519531250 +-0.042968750000 +0.087890625000 +-0.069824218750 +0.031738281250 +-0.122070312500 +-0.002700805664 +-0.048339843750 +-0.112792968750 +-0.095703125000 +-0.105468750000 +-0.043457031250 +0.014282226562 +-0.084960937500 +-0.118652343750 +-0.056152343750 +0.033203125000 +0.093261718750 +-0.131835937500 +-0.145507812500 +-0.123046875000 +-0.102050781250 +0.056884765625 +-0.016845703125 +-0.020751953125 +-0.007080078125 +-0.200195312500 +-0.092773437500 +-0.038818359375 +0.143554687500 +-0.105957031250 +-0.007476806641 +0.051269531250 +-0.038574218750 +-0.062500000000 +-0.097656250000 +0.119140625000 +0.166015625000 +0.020507812500 +-0.101074218750 +0.008239746094 +0.004943847656 +-0.089355468750 +0.071289062500 +0.084472656250 +-0.050292968750 +0.046875000000 +0.096679687500 +-0.055908203125 +0.038085937500 +0.066406250000 +-0.087402343750 +-0.079589843750 +-0.148437500000 +-0.014038085938 +0.105957031250 +-0.065429687500 +-0.114257812500 +0.116699218750 +-0.090332031250 +-0.124511718750 +-0.060546875000 +0.035644531250 +0.018798828125 +0.137695312500 +0.007568359375 +-0.101074218750 +0.003082275391 +-0.034912109375 +0.200195312500 +0.059814453125 +-0.061767578125 +0.147460937500 +-0.122070312500 +0.095214843750 +0.094238281250 +0.036132812500 +-0.115234375000 +-0.023681640625 +-0.062988281250 +0.164062500000 +-0.166992187500 +0.032958984375 +-0.013183593750 +0.088867187500 +0.059082031250 +0.108886718750 +0.175781250000 +0.006134033203 +-0.009338378906 +-0.086425781250 +0.048339843750 +-0.047363281250 +-0.193359375000 +-0.174804687500 +0.036376953125 +0.067871093750 +-0.100585937500 +0.094726562500 +0.123046875000 +-0.255859375000 +0.108398437500 +0.076660156250 +0.017333984375 +0.049316406250 +-0.014465332031 +0.144531250000 +0.148437500000 +-0.208007812500 +0.022338867188 +0.044677734375 +-0.119628906250 +0.135742187500 +-0.020874023438 +-0.039794921875 +-0.122558593750 +-0.101074218750 +0.039306640625 +0.153320312500 +-0.108886718750 +0.012756347656 +-0.022583007812 +0.123535156250 +-0.159179687500 +-0.199218750000 +0.078613281250 +0.117675781250 +-0.020019531250 +0.051513671875 +0.139648437500 +-0.044677734375 +-0.040527343750 +-0.015747070312 +-0.068359375000 +0.214843750000 +0.059082031250 +0.078125000000 +0.020263671875 +-0.025878906250 +-0.181640625000 +0.125976562500 +-0.133789062500 +-0.116699218750 +0.047119140625 +0.104003906250 +0.092285156250 +0.217773437500 +-0.061523437500 +-0.156250000000 +0.063476562500 +0.098632812500 +-0.003890991211 +-0.096191406250 +0.040527343750 +-0.029907226562 +0.032470703125 +-0.161132812500 +-0.133789062500 +-0.110351562500 +0.088378906250 +-0.078613281250 +-0.074218750000 +-0.062255859375 +-0.165039062500 +0.011779785156 +0.004791259766 +0.094238281250 +0.013793945312 +0.053222656250 +0.087402343750 +-0.028442382812 +-0.269531250000 +0.016113281250 +0.086425781250 +-0.077636718750 +-0.023071289062 +-0.146484375000 +-0.028442382812 +0.022705078125 +-0.121582031250 +-0.087890625000 +0.048583984375 +-0.183593750000 +0.077636718750 +0.102050781250 +0.024414062500 +-0.075195312500 +-0.005432128906 +0.207031250000 +-0.039062500000 +-0.020874023438 +-0.091796875000 +0.058837890625 +-0.022949218750 +0.049316406250 +-0.041992187500 +-0.217773437500 +-0.122070312500 +0.007354736328 +-0.099609375000 +-0.037597656250 +0.069824218750 +-0.209960937500 +0.012695312500 +0.122558593750 +0.000423431396 +-0.129882812500 +0.144531250000 +0.054931640625 +-0.038574218750 +-0.038085937500 +-0.090332031250 +0.137695312500 +-0.060791015625 +0.011291503906 +0.164062500000 +0.044677734375 +-0.156250000000 +0.011230468750 +-0.185546875000 +-0.109863281250 +-0.225585937500 +0.060546875000 +0.200195312500 +-0.168945312500 +-0.138671875000 +0.094238281250 +-0.181640625000 +-0.034912109375 +0.092773437500 +0.062011718750 +-0.139648437500 +0.002807617188 +0.044921875000 +-0.010253906250 +0.041748046875 +-0.002563476562 +-0.222656250000 +0.209960937500 +0.234375000000 +0.086425781250 +-0.001724243164 +0.018798828125 +0.076171875000 +0.053222656250 +-0.040771484375 +-0.018432617188 +-0.123535156250 +-0.111328125000 +0.106933593750 +-0.088378906250 +0.022338867188 +-0.001869201660 +-0.089843750000 +-0.054443359375 +-0.039550781250 +-0.170898437500 +-0.056396484375 +0.030029296875 +0.010070800781 +0.023925781250 +-0.054199218750 +-0.027954101562 +-0.012084960938 +0.052734375000 +0.027709960938 +0.183593750000 +-0.221679687500 +-0.069824218750 +0.180664062500 +-0.125976562500 +-0.234375000000 +0.015502929688 +-0.075683593750 +-0.060546875000 +0.219726562500 +0.117187500000 +0.165039062500 +-0.218750000000 +-0.194335937500 +-0.082519531250 +0.012390136719 +-0.137695312500 +0.065917968750 +-0.188476562500 +-0.059326171875 +0.043945312500 +0.160156250000 +-0.126953125000 +0.094726562500 +0.161132812500 +0.144531250000 +-0.005432128906 +-0.120605468750 +-0.230468750000 +0.170898437500 +-0.250000000000 +0.048339843750 +0.152343750000 +-0.040283203125 +0.059082031250 +-0.095214843750 +0.081542968750 +0.119628906250 +0.162109375000 +-0.023437500000 +0.130859375000 +-0.045410156250 +-0.010498046875 +-0.063476562500 +-0.122558593750 +-0.050292968750 +0.018066406250 +0.082519531250 +-0.004150390625 +-0.063476562500 +0.005920410156 +-0.087890625000 +0.043945312500 +0.050781250000 +0.036132812500 +0.019165039062 +-0.037597656250 +-0.130859375000 +-0.076660156250 +0.237304687500 +-0.105468750000 +-0.215820312500 +-0.015075683594 +0.049316406250 +0.069824218750 +0.028320312500 +-0.006988525391 +-0.106445312500 +-0.091308593750 +-0.165039062500 +-0.032226562500 +-0.085449218750 +0.096191406250 +-0.027709960938 +-0.126953125000 +0.002914428711 +-0.238281250000 +0.009155273438 +-0.089843750000 +-0.011108398438 +-0.147460937500 +-0.036376953125 +0.103027343750 +-0.195312500000 +-0.137695312500 +0.130859375000 +-0.023681640625 +-0.047607421875 +0.101562500000 +-0.003829956055 +-0.014282226562 +0.011352539062 +-0.068359375000 +-0.003753662109 +0.067382812500 +-0.235351562500 +0.455078125000 +-0.055175781250 +-0.154296875000 +0.253906250000 +-0.142578125000 +-0.087890625000 +-0.090332031250 +-0.165039062500 +-0.022705078125 +-0.010192871094 +-0.058105468750 +-0.076660156250 +-0.137695312500 +-0.048828125000 +-0.101562500000 +0.273437500000 +-0.022460937500 +0.016967773438 +0.053466796875 +0.133789062500 +0.096679687500 +0.061035156250 +0.005798339844 +-0.125000000000 +0.261718750000 +-0.132812500000 +-0.146484375000 +-0.120605468750 +0.011596679688 +0.002380371094 +-0.113769531250 +0.059570312500 +-0.076171875000 +-0.232421875000 +0.015991210938 +-0.043457031250 +-0.037841796875 +0.062988281250 +0.075683593750 +0.300781250000 +-0.103027343750 +-0.125976562500 +-0.113281250000 +0.030761718750 +0.048339843750 +-0.099609375000 +-0.061279296875 +0.077636718750 +0.291015625000 +-0.042236328125 +-0.146484375000 +0.041259765625 +0.173828125000 +-0.033447265625 +0.238281250000 +0.107910156250 +-0.070312500000 +0.052734375000 +0.020141601562 +-0.220703125000 +-0.074707031250 +0.146484375000 +-0.086914062500 +-0.091308593750 +-0.060058593750 +-0.048095703125 +0.024414062500 +0.155273437500 +-0.076171875000 +-0.127929687500 +-0.034423828125 +-0.030151367188 +-0.004913330078 +-0.075683593750 +-0.097656250000 +0.030029296875 +-0.228515625000 +0.150390625000 +-0.144531250000 +-0.028442382812 +0.151367187500 +0.064453125000 +0.058105468750 +0.029174804688 +0.013000488281 +0.077636718750 +0.291015625000 +0.061523437500 +-0.018554687500 +-0.058105468750 +0.133789062500 +0.102539062500 +0.052490234375 +-0.118652343750 +-0.047363281250 +-0.102050781250 +0.062255859375 +0.080078125000 +-0.096191406250 +-0.071777343750 +0.098144531250 +0.158203125000 +0.000968933105 +-0.029174804688 +0.146484375000 +-0.066894531250 +0.014526367188 +0.030395507812 +-0.002593994141 +0.059570312500 +0.068847656250 +0.058593750000 +0.103027343750 +-0.097656250000 +-0.155273437500 +-0.116699218750 +-0.062500000000 +0.092773437500 +0.163085937500 +-0.004028320312 +0.074707031250 +0.012817382812 +-0.013610839844 +0.076171875000 +0.098144531250 +-0.142578125000 +-0.003479003906 +-0.169921875000 +-0.079101562500 +0.031738281250 +0.139648437500 +-0.005401611328 +-0.041992187500 +0.224609375000 +-0.103027343750 +0.039306640625 +-0.062500000000 +-0.041015625000 +0.052246093750 +-0.034423828125 +0.113281250000 +-0.176757812500 +0.215820312500 +-0.024291992188 +-0.111328125000 +-0.006042480469 +-0.016601562500 +0.177734375000 +0.078125000000 +0.095214843750 +0.059082031250 +-0.079589843750 +0.173828125000 +-0.021606445312 +0.065917968750 +-0.037597656250 +-0.019165039062 +-0.118164062500 +-0.063476562500 +-0.217773437500 +-0.031494140625 +0.010437011719 +0.067382812500 +0.208007812500 +0.078613281250 +0.081542968750 +0.029907226562 +0.037841796875 +-0.013854980469 +0.033447265625 +0.111816406250 +-0.051513671875 +-0.012512207031 +0.127929687500 +0.010253906250 +0.067382812500 +0.032714843750 +-0.105468750000 +-0.006744384766 +-0.023681640625 +0.059814453125 +0.003311157227 +-0.034179687500 +-0.076660156250 +-0.035644531250 +0.000877380371 +-0.164062500000 +-0.104980468750 +0.014343261719 +0.014465332031 +-0.089843750000 +-0.117187500000 +0.234375000000 +-0.149414062500 +0.024291992188 +0.040283203125 +0.039062500000 +0.042724609375 +-0.177734375000 +-0.005157470703 +0.142578125000 +-0.091308593750 +-0.004608154297 +0.117187500000 +0.114257812500 +0.100585937500 +-0.117187500000 +0.178710937500 +-0.075195312500 +-0.047363281250 +0.105468750000 +0.062988281250 +0.045654296875 +-0.016479492188 +0.103027343750 +0.065917968750 +-0.034667968750 +-0.189453125000 +0.030029296875 +0.065429687500 +-0.109375000000 +-0.019653320312 +0.185546875000 +-0.129882812500 +0.177734375000 +-0.056640625000 +-0.005401611328 +-0.023803710938 +0.005615234375 +-0.134765625000 +0.033935546875 +0.086425781250 +-0.041015625000 +-0.050048828125 +-0.098632812500 +0.031982421875 +0.183593750000 +0.328125000000 +-0.096679687500 +0.275390625000 +-0.022094726562 +0.015136718750 +-0.003158569336 +0.074218750000 +0.082031250000 +0.005645751953 +0.184570312500 +0.012145996094 +-0.015258789062 +0.121582031250 +-0.050292968750 +-0.101074218750 +0.082031250000 +-0.065429687500 +-0.081542968750 +-0.098632812500 +-0.205078125000 +0.066406250000 +0.024658203125 +-0.009399414062 +-0.113281250000 +0.022583007812 +-0.107421875000 +0.050781250000 +0.089843750000 +0.002593994141 +0.018066406250 +-0.153320312500 +0.052246093750 +0.058105468750 +-0.090332031250 +-0.094726562500 +0.005645751953 +0.035400390625 +-0.038085937500 +-0.075683593750 +-0.031738281250 +-0.048339843750 +-0.041259765625 +0.176757812500 +0.000457763672 +0.062988281250 +-0.067382812500 +-0.027709960938 +-0.126953125000 +0.043212890625 +0.079101562500 +0.082031250000 +0.126953125000 +0.027709960938 +0.050048828125 +-0.014953613281 +-0.152343750000 +-0.151367187500 +-0.180664062500 +-0.019653320312 +-0.022094726562 +0.158203125000 +0.007141113281 +0.179687500000 +0.008666992188 +-0.014160156250 +-0.121582031250 +0.105468750000 +0.086914062500 +-0.191406250000 +0.141601562500 +0.040527343750 +-0.120605468750 +-0.121582031250 +0.043945312500 +-0.054443359375 +0.078613281250 +-0.141601562500 +0.002578735352 +-0.001899719238 +-0.273437500000 +0.164062500000 +-0.207031250000 +0.005950927734 +0.023803710938 +0.316406250000 +0.026855468750 +0.162109375000 +-0.134765625000 +-0.061767578125 +-0.091308593750 +-0.088867187500 +-0.073730468750 +0.148437500000 +0.015625000000 +-0.041748046875 +-0.098144531250 +-0.093750000000 +0.072753906250 +0.041748046875 +-0.277343750000 +-0.060791015625 +-0.149414062500 +0.057373046875 +0.097656250000 +0.034179687500 +-0.070312500000 +-0.000808715820 +-0.042480468750 +0.133789062500 +0.027343750000 +0.052734375000 +-0.005584716797 +-0.006042480469 +-0.007781982422 +-0.120117187500 +0.013793945312 +-0.090332031250 +-0.089355468750 +0.127929687500 +0.079101562500 +0.077148437500 +0.009704589844 +0.047607421875 +0.013061523438 +-0.084472656250 +-0.017944335938 +0.071289062500 +-0.032470703125 +-0.043945312500 +-0.087402343750 +-0.020507812500 +-0.017578125000 +0.032226562500 +0.028808593750 +-0.082519531250 +0.023437500000 +-0.023071289062 +0.003173828125 +-0.043212890625 +-0.103027343750 +-0.042724609375 +-0.085937500000 +-0.012329101562 +0.050048828125 +-0.135742187500 +-0.018554687500 +-0.080078125000 +-0.023559570312 +0.034667968750 +0.117187500000 +-0.037109375000 +0.118164062500 +-0.026000976562 +-0.006896972656 +-0.045166015625 +-0.102050781250 +-0.164062500000 +-0.063476562500 +0.074218750000 +0.003448486328 +-0.019042968750 +-0.130859375000 +0.021850585938 +0.014221191406 +-0.041015625000 +-0.030761718750 +-0.037353515625 +0.036865234375 +0.028686523438 +0.042724609375 +-0.138671875000 +0.071777343750 +-0.050781250000 +-0.067871093750 +0.044921875000 +0.012023925781 +0.070800781250 +0.030273437500 +0.064941406250 +0.086425781250 +0.096679687500 +-0.113769531250 +0.033691406250 +0.023437500000 +0.002136230469 +0.079589843750 +0.091308593750 +0.043212890625 +-0.051025390625 +-0.059570312500 +-0.104003906250 +-0.144531250000 +0.028442382812 +0.007202148438 +-0.071777343750 +-0.083496093750 +0.062500000000 +-0.089843750000 +-0.035888671875 +0.070800781250 +-0.016967773438 +-0.048583984375 +0.063476562500 +0.063476562500 +-0.090332031250 +0.106933593750 +0.069824218750 +-0.074707031250 +-0.055419921875 +-0.015075683594 +0.031494140625 +-0.000957489014 +0.011657714844 +0.065917968750 +-0.037353515625 +0.213867187500 +-0.141601562500 +0.073242187500 +-0.107421875000 +0.058593750000 +-0.044921875000 +-0.068359375000 +0.201171875000 +-0.096191406250 +-0.015625000000 +-0.083007812500 +0.017089843750 +0.016601562500 +0.039794921875 +-0.008178710938 +-0.055908203125 +0.040039062500 +0.012878417969 +-0.080566406250 +0.051513671875 +-0.106933593750 +-0.019409179688 +0.220703125000 +-0.056640625000 +-0.065917968750 +-0.015441894531 +0.079589843750 +-0.136718750000 +0.127929687500 +-0.002044677734 +0.037841796875 +-0.176757812500 +0.033691406250 +-0.002548217773 +-0.034667968750 +0.166015625000 +-0.059082031250 +0.032226562500 +-0.079589843750 +0.034667968750 +0.022460937500 +-0.128906250000 +-0.130859375000 +0.128906250000 +-0.131835937500 +0.056396484375 +0.115234375000 +-0.101074218750 +0.114746093750 +-0.075195312500 +0.083984375000 +0.243164062500 +-0.044921875000 +-0.021972656250 +0.021728515625 +-0.073242187500 +0.053710937500 +0.055664062500 +0.007293701172 +0.074707031250 +0.099609375000 +-0.077636718750 +-0.078125000000 +-0.104003906250 +-0.141601562500 +0.162109375000 +0.117187500000 +-0.125000000000 +-0.025756835938 +0.204101562500 +0.141601562500 +-0.103027343750 +0.035400390625 +-0.181640625000 +-0.005035400391 +0.157226562500 +0.011474609375 +-0.092285156250 +0.022216796875 +0.071777343750 +-0.041015625000 +0.057373046875 +-0.082519531250 +0.004516601562 +0.060302734375 +-0.069335937500 +0.060791015625 +-0.114746093750 +-0.219726562500 +-0.055175781250 +0.012512207031 +-0.130859375000 +-0.105957031250 +-0.043212890625 +0.106445312500 +0.174804687500 +0.135742187500 +-0.150390625000 +-0.117675781250 +0.040527343750 +-0.116210937500 +-0.009948730469 +0.124023437500 +0.012756347656 +0.091796875000 +-0.047119140625 +-0.045898437500 +-0.123535156250 +-0.090332031250 +-0.003417968750 +0.032470703125 +-0.255859375000 +-0.033935546875 +0.009887695312 +0.008178710938 +0.033935546875 +-0.054931640625 +0.148437500000 +0.049072265625 +0.107910156250 +-0.038330078125 +-0.196289062500 +-0.101074218750 +-0.035400390625 +-0.056396484375 +-0.050292968750 +-0.078613281250 +-0.021728515625 +0.141601562500 +0.086425781250 +-0.312500000000 +0.046630859375 +0.148437500000 +-0.053466796875 +0.054931640625 +0.086914062500 +-0.033447265625 +0.003448486328 +-0.051513671875 +0.083496093750 +0.078613281250 +-0.081054687500 +-0.036621093750 +-0.026123046875 +-0.105468750000 +-0.016113281250 +0.003417968750 +0.034667968750 +-0.062988281250 +0.182617187500 +0.047363281250 +-0.100585937500 +0.181640625000 +0.003936767578 +-0.180664062500 +0.114257812500 +0.110351562500 +-0.119628906250 +0.009704589844 +-0.144531250000 +0.010803222656 +-0.135742187500 +0.076171875000 +-0.014099121094 +-0.029663085938 +0.176757812500 +0.050781250000 +0.009948730469 +-0.185546875000 +-0.239257812500 +0.049316406250 +-0.089843750000 +0.009033203125 +0.007415771484 +-0.021240234375 +-0.018188476562 +0.009643554688 +-0.047119140625 +-0.007446289062 +0.012023925781 +0.001091003418 +-0.075683593750 +0.163085937500 +0.136718750000 +-0.073242187500 +0.040039062500 +0.032714843750 +-0.086914062500 +0.138671875000 +0.095703125000 +-0.078613281250 +-0.048828125000 +-0.136718750000 +-0.017211914062 +-0.049560546875 +0.060791015625 +-0.086914062500 +0.125976562500 +-0.076660156250 +-0.083007812500 +-0.047607421875 +0.019409179688 +0.076171875000 +-0.084960937500 +-0.016967773438 +0.131835937500 +-0.042236328125 +-0.197265625000 +0.104980468750 +0.105957031250 +-0.160156250000 +-0.002990722656 +-0.021728515625 +0.092285156250 +0.100585937500 +0.009155273438 +-0.107421875000 +0.043212890625 +-0.033447265625 +-0.073730468750 +0.026000976562 +-0.030761718750 +-0.055664062500 +-0.031127929688 +0.044921875000 +-0.029296875000 +0.083007812500 +0.032714843750 +0.081054687500 +-0.014465332031 +0.030273437500 +0.139648437500 +0.192382812500 +-0.025634765625 +0.011779785156 +0.035644531250 +0.040771484375 +0.128906250000 +-0.062500000000 +0.109375000000 +0.061523437500 +-0.151367187500 +0.004638671875 +-0.078125000000 +-0.080566406250 +-0.006866455078 +0.014648437500 +-0.171875000000 +0.122558593750 +-0.117187500000 +0.023315429688 +-0.000444412231 +0.109863281250 +0.043212890625 +0.080078125000 +0.104492187500 +0.158203125000 +0.049804687500 +-0.173828125000 +0.113281250000 +-0.127929687500 +0.079101562500 +-0.080566406250 +-0.019775390625 +0.025756835938 +0.199218750000 +0.019287109375 +0.054443359375 +0.032226562500 +0.100585937500 +0.006103515625 +0.008300781250 +0.017944335938 +0.043212890625 +-0.012390136719 +0.071289062500 +-0.017211914062 +-0.104980468750 +0.070312500000 +-0.041992187500 +-0.186523437500 +0.081054687500 +0.017089843750 +-0.018798828125 +0.156250000000 +-0.187500000000 +0.006774902344 +-0.037353515625 +-0.128906250000 +0.062988281250 +0.015319824219 +0.105957031250 +0.056396484375 +-0.150390625000 +-0.116210937500 +0.009887695312 +-0.084960937500 +-0.007995605469 +-0.157226562500 +0.109863281250 +-0.208007812500 +-0.104492187500 +0.018432617188 +0.119140625000 +-0.044433593750 +0.119628906250 +-0.119628906250 +-0.054199218750 +-0.012634277344 +-0.082031250000 +0.050781250000 +0.034912109375 +-0.038330078125 +0.056152343750 +-0.042480468750 +-0.042236328125 +-0.002807617188 +-0.091308593750 +-0.007324218750 +-0.111328125000 +0.092285156250 +0.023559570312 +0.113769531250 +-0.008361816406 +0.017822265625 +0.022460937500 +-0.131835937500 +0.033447265625 +-0.173828125000 +0.033935546875 +0.031494140625 +0.014648437500 +-0.038818359375 +0.148437500000 +0.060546875000 +-0.070312500000 +0.019287109375 +-0.003631591797 +-0.069824218750 +-0.036132812500 +-0.040039062500 +-0.038085937500 +0.019531250000 +0.120117187500 +0.017822265625 +-0.037597656250 +-0.120605468750 +0.045898437500 +0.051269531250 +-0.093750000000 +0.088378906250 +0.115234375000 +0.056884765625 +-0.140625000000 +-0.130859375000 +-0.056884765625 +-0.034423828125 +-0.131835937500 +0.083984375000 +-0.045410156250 +-0.008728027344 +-0.001716613770 +-0.104980468750 +-0.070312500000 +-0.004730224609 +-0.106445312500 +0.033935546875 +0.097656250000 +0.021972656250 +-0.066406250000 +-0.061523437500 +-0.097167968750 +0.040039062500 +0.174804687500 +0.052978515625 +0.004760742188 +0.075683593750 +-0.091308593750 +0.150390625000 +0.179687500000 +0.124511718750 +0.064941406250 +-0.091308593750 +0.046386718750 +0.074218750000 +-0.114746093750 +0.085449218750 +0.081542968750 +-0.145507812500 +0.128906250000 +0.030151367188 +-0.001792907715 +-0.036132812500 +0.009033203125 +-0.032714843750 +-0.077148437500 +0.062988281250 +0.071289062500 +-0.227539062500 +0.088378906250 +0.009338378906 +0.002105712891 +-0.069335937500 +0.056152343750 +-0.046386718750 +-0.031982421875 +0.102050781250 +0.125000000000 +0.073730468750 +-0.166992187500 +0.072265625000 +0.037841796875 +0.041503906250 +0.003234863281 +-0.097656250000 +0.048095703125 +-0.029296875000 +-0.043212890625 +-0.064941406250 +-0.042236328125 +0.072265625000 +-0.117187500000 +0.036621093750 +-0.020751953125 +-0.084472656250 +0.038330078125 +0.076660156250 +0.030639648438 +-0.017578125000 +0.159179687500 +-0.060302734375 +-0.061279296875 +-0.134765625000 +-0.070312500000 +-0.112792968750 +0.028320312500 +0.090332031250 +-0.054687500000 +0.096191406250 +-0.092773437500 +-0.062255859375 +-0.002639770508 +-0.035888671875 +-0.052490234375 +-0.037109375000 +-0.079101562500 +0.124511718750 +0.011718750000 +0.017211914062 +0.115234375000 +-0.061523437500 +-0.030029296875 +0.057128906250 +-0.130859375000 +0.026855468750 +-0.031005859375 +-0.000549316406 +-0.114257812500 +0.032714843750 +-0.063964843750 +-0.045654296875 +-0.052734375000 +0.018554687500 +0.194335937500 +0.014526367188 +-0.101074218750 +-0.055664062500 +0.013244628906 +-0.049072265625 +-0.084960937500 +-0.051269531250 +0.025268554688 +-0.084960937500 +0.093261718750 +0.165039062500 +-0.031494140625 +0.244140625000 +-0.007507324219 +0.115722656250 +0.118652343750 +-0.065917968750 +-0.075195312500 +-0.208007812500 +-0.137695312500 +0.063964843750 +-0.049316406250 +0.067382812500 +0.032470703125 +-0.049804687500 +-0.059570312500 +0.059326171875 +0.163085937500 +-0.012023925781 +0.025268554688 +-0.040527343750 +-0.061035156250 +-0.078125000000 +-0.056640625000 +-0.046386718750 +-0.096191406250 +0.064453125000 +-0.026489257812 +-0.178710937500 +-0.063476562500 +-0.056640625000 +0.225585937500 +0.022460937500 +-0.016723632812 +-0.108398437500 +-0.096191406250 +-0.102050781250 +-0.061035156250 +-0.291015625000 +0.089355468750 +0.042236328125 +-0.051513671875 +-0.141601562500 +0.041503906250 +-0.033935546875 +-0.328125000000 +0.078125000000 +-0.130859375000 +-0.033203125000 +-0.014404296875 +-0.040039062500 +0.042968750000 +0.012573242188 +0.345703125000 +0.083007812500 +0.030883789062 +-0.166015625000 +0.077148437500 +-0.140625000000 +-0.009887695312 +-0.172851562500 +-0.134765625000 +0.030151367188 +-0.040283203125 +-0.058593750000 +-0.069824218750 +0.014465332031 +-0.004486083984 +-0.058105468750 +0.009643554688 +-0.156250000000 +-0.035888671875 +-0.002212524414 +-0.081542968750 +0.029174804688 +-0.033691406250 +0.107910156250 +0.031250000000 +0.009460449219 +0.090820312500 +0.045898437500 +0.010192871094 +0.155273437500 +-0.138671875000 +-0.036865234375 +-0.091796875000 +-0.036621093750 +0.123046875000 +-0.185546875000 +0.062011718750 +0.044677734375 +-0.048339843750 +0.110351562500 +0.165039062500 +0.006896972656 +0.083496093750 +-0.019897460938 +0.092285156250 +-0.233398437500 +-0.034912109375 +-0.063476562500 +-0.180664062500 +0.161132812500 +-0.003082275391 +-0.083007812500 +0.051269531250 +0.093750000000 +-0.194335937500 +0.153320312500 +-0.014038085938 +0.009582519531 +-0.096679687500 +0.026733398438 +-0.055175781250 +0.113281250000 +-0.076660156250 +-0.100585937500 +-0.210937500000 +0.035888671875 +0.072265625000 +0.054443359375 +-0.108886718750 +0.015625000000 +-0.031982421875 +0.116699218750 +0.024902343750 +-0.067871093750 +-0.132812500000 +-0.064941406250 +-0.053222656250 +0.050537109375 +-0.150390625000 +-0.117187500000 +0.204101562500 +0.046875000000 +-0.038085937500 +0.030883789062 +0.103515625000 +-0.018798828125 +-0.169921875000 +0.110839843750 +0.092285156250 +-0.279296875000 +0.117187500000 +-0.023437500000 +-0.246093750000 +0.013427734375 +-0.011413574219 +-0.020507812500 +-0.013061523438 +-0.030029296875 +0.014160156250 +-0.183593750000 +-0.020385742188 +-0.035156250000 +0.153320312500 +-0.117675781250 +-0.052001953125 +0.064941406250 +-0.040039062500 +-0.146484375000 +-0.030395507812 +-0.031982421875 +-0.014770507812 +-0.147460937500 +-0.102539062500 +0.188476562500 +0.201171875000 +0.030761718750 +0.084960937500 +-0.098144531250 +-0.126953125000 +0.107910156250 +0.174804687500 +0.086425781250 +0.073730468750 +0.012451171875 +-0.061523437500 +-0.042236328125 +-0.101074218750 +0.036865234375 +-0.110839843750 +-0.005981445312 +0.082031250000 +-0.066894531250 +-0.041748046875 +-0.012817382812 +-0.075195312500 +-0.006530761719 +-0.041015625000 +0.218750000000 +-0.104980468750 +-0.104492187500 +0.318359375000 +0.039794921875 +0.065917968750 +-0.109863281250 +0.002716064453 +-0.039550781250 +-0.056640625000 +-0.059814453125 +0.009216308594 +0.020141601562 +0.285156250000 +-0.025634765625 +-0.104003906250 +-0.061767578125 +-0.124511718750 +0.024902343750 +-0.079101562500 +-0.010437011719 +0.048095703125 +-0.009460449219 +-0.119140625000 +0.392578125000 +-0.058105468750 +0.146484375000 +-0.003906250000 +0.004669189453 +-0.064453125000 +-0.055175781250 +-0.030273437500 +0.013061523438 +-0.147460937500 +0.109375000000 +0.019897460938 +-0.004730224609 +0.074218750000 +0.014709472656 +-0.025390625000 +0.091796875000 +-0.088378906250 +-0.048339843750 +-0.029663085938 +-0.144531250000 +-0.014648437500 +0.073730468750 +0.059326171875 +-0.017456054688 +0.131835937500 +0.008544921875 +-0.080078125000 +-0.097656250000 +-0.110351562500 +-0.056640625000 +0.038330078125 +-0.123046875000 +-0.032226562500 +-0.170898437500 +0.073242187500 +0.040771484375 +0.053222656250 +0.021240234375 +0.100585937500 +-0.097167968750 +0.063964843750 +0.155273437500 +-0.017333984375 +-0.027099609375 +-0.065429687500 +0.016113281250 +0.124511718750 +-0.040039062500 +-0.080078125000 +-0.032226562500 +0.023071289062 +-0.084960937500 +0.027099609375 +-0.050048828125 +-0.153320312500 +-0.149414062500 +0.065917968750 +-0.159179687500 +0.036865234375 +0.004730224609 +-0.083496093750 +0.048828125000 +-0.031005859375 +0.045654296875 +0.131835937500 +-0.015136718750 +0.065429687500 +0.029541015625 +0.098144531250 +0.123535156250 +0.158203125000 +-0.061035156250 +0.056884765625 +0.010681152344 +-0.011291503906 +0.059082031250 +-0.039306640625 +0.034423828125 +-0.138671875000 +-0.022949218750 +-0.010314941406 +0.009948730469 +0.017578125000 +0.211914062500 +-0.050048828125 +-0.071777343750 +-0.164062500000 +0.085449218750 +-0.100097656250 +-0.079589843750 +0.004821777344 +0.053466796875 +-0.031127929688 +-0.131835937500 +0.180664062500 +-0.117187500000 +0.030639648438 +-0.082031250000 +-0.023437500000 +-0.026855468750 +-0.035888671875 +0.042968750000 +-0.135742187500 +0.044677734375 +0.121093750000 +0.036376953125 +-0.056884765625 +0.041259765625 +0.056884765625 +-0.246093750000 +0.024902343750 +-0.197265625000 +-0.187500000000 +0.044921875000 +0.096679687500 +0.046630859375 +0.007080078125 +0.091308593750 +0.056152343750 +-0.026855468750 +-0.122070312500 +-0.099121093750 +0.046630859375 +-0.069335937500 +-0.015747070312 +0.246093750000 +0.063476562500 +-0.084960937500 +-0.126953125000 +0.051513671875 +0.017089843750 +0.085937500000 +0.028564453125 +0.087890625000 +0.081542968750 +-0.127929687500 +0.105957031250 +0.141601562500 +0.076660156250 +0.100585937500 +0.211914062500 +0.057128906250 +0.053466796875 +0.019897460938 +0.040771484375 +0.024780273438 +-0.065917968750 +0.049316406250 +0.136718750000 +0.087402343750 +0.265625000000 +-0.125000000000 +-0.146484375000 +-0.086914062500 +0.044433593750 +-0.298828125000 +-0.149414062500 +-0.229492187500 +-0.075195312500 +0.181640625000 +0.238281250000 +-0.133789062500 +0.195312500000 +0.073730468750 +0.109375000000 +0.033691406250 +0.092285156250 +-0.034912109375 +-0.030883789062 +-0.351562500000 +0.078125000000 +-0.066406250000 +-0.061523437500 +-0.109375000000 +-0.240234375000 +-0.083007812500 +-0.094726562500 +0.002685546875 +-0.012939453125 +0.125000000000 +-0.294921875000 +0.114746093750 +-0.177734375000 +-0.073242187500 +-0.020263671875 +-0.003433227539 +0.064453125000 +-0.027221679688 +0.041259765625 +-0.035888671875 +-0.105468750000 +-0.008850097656 +-0.230468750000 +-0.039062500000 +-0.037841796875 +-0.136718750000 +-0.068359375000 +0.083007812500 +-0.149414062500 +0.201171875000 +0.096679687500 +0.046142578125 +-0.018676757812 +-0.023559570312 +0.210937500000 +0.118164062500 +-0.003646850586 +-0.035644531250 +-0.271484375000 +0.239257812500 +0.028198242188 +-0.062988281250 +0.066406250000 +0.010986328125 +-0.011840820312 +-0.088378906250 +0.096679687500 +0.061035156250 +-0.010986328125 +0.029174804688 +0.099609375000 +-0.003143310547 +0.045166015625 +0.053222656250 +0.168945312500 +-0.148437500000 +0.121582031250 +-0.101562500000 +0.053955078125 +0.174804687500 +0.014587402344 +-0.045654296875 +0.078613281250 +0.143554687500 +0.070800781250 +-0.065429687500 +0.090820312500 +-0.049316406250 +-0.071289062500 +-0.196289062500 +-0.071777343750 +0.018676757812 +0.107910156250 +-0.101074218750 +-0.220703125000 +-0.092285156250 +0.116699218750 +-0.062988281250 +-0.070800781250 +0.088378906250 +0.100097656250 +0.005371093750 +0.046142578125 +-0.004241943359 +-0.145507812500 +0.097656250000 +0.033447265625 +-0.062500000000 +0.007446289062 +-0.149414062500 +0.033203125000 +-0.024414062500 +-0.122070312500 +-0.028930664062 +-0.132812500000 +-0.061035156250 +0.036621093750 +0.054687500000 +-0.140625000000 +0.059570312500 +0.132812500000 +-0.099121093750 +-0.000473022461 +0.112792968750 +-0.083984375000 +0.055664062500 +0.181640625000 +0.075683593750 +0.025512695312 +-0.077148437500 +0.005767822266 +-0.070312500000 +0.145507812500 +-0.221679687500 +-0.043945312500 +-0.023437500000 +-0.108398437500 +-0.141601562500 +0.122070312500 +-0.056640625000 +0.145507812500 +-0.052001953125 +-0.035400390625 +0.007934570312 +-0.067871093750 +0.046630859375 +-0.019775390625 +-0.052246093750 +0.116210937500 +0.009582519531 +-0.157226562500 +-0.000648498535 +0.088867187500 +0.125976562500 +0.042236328125 +0.022338867188 +-0.002746582031 +-0.095703125000 +0.012512207031 +-0.018310546875 +-0.004272460938 +0.125976562500 +-0.130859375000 +0.006164550781 +-0.108398437500 +-0.131835937500 +0.059570312500 +0.012451171875 +-0.113769531250 +0.111816406250 +0.014526367188 +0.118652343750 +0.215820312500 +-0.088867187500 +0.257812500000 +-0.018310546875 +0.072753906250 +-0.008728027344 +-0.062011718750 +0.024780273438 +-0.030273437500 +0.038085937500 +-0.032958984375 +0.110839843750 +-0.069335937500 +0.059814453125 +-0.048828125000 +0.004486083984 +-0.004577636719 +-0.068359375000 +-0.160156250000 +-0.134765625000 +-0.003234863281 +0.131835937500 +-0.151367187500 +-0.082519531250 +0.077148437500 +0.037841796875 +0.015502929688 +-0.019042968750 +-0.001686096191 +0.006256103516 +0.066406250000 +0.031982421875 +0.003875732422 +0.015991210938 +0.058593750000 +0.083007812500 +0.016845703125 +-0.132812500000 +0.066894531250 +0.023071289062 +-0.037597656250 +-0.015563964844 +-0.032226562500 +0.090820312500 +-0.069824218750 +-0.058837890625 +0.024902343750 +-0.106933593750 +0.084960937500 +0.062988281250 +0.047119140625 +0.124511718750 +0.014526367188 +0.044189453125 +0.085937500000 +0.120605468750 +0.187500000000 +0.088378906250 +-0.015869140625 +-0.001426696777 +0.073730468750 +0.087402343750 +0.116210937500 +0.007720947266 +-0.003158569336 +-0.171875000000 +0.023193359375 +-0.033935546875 +-0.025024414062 +0.039550781250 +0.018676757812 +-0.084960937500 +0.091796875000 +-0.028198242188 +-0.019531250000 +-0.026977539062 +-0.111816406250 +0.039794921875 +0.062988281250 +0.010864257812 +-0.099121093750 +0.018554687500 +-0.096679687500 +0.035400390625 +-0.054443359375 +-0.091308593750 +0.072265625000 +0.029296875000 +-0.066406250000 +-0.222656250000 +-0.146484375000 +0.005218505859 +-0.020874023438 +-0.093261718750 +0.126953125000 +0.135742187500 +0.096679687500 +-0.121582031250 +-0.086425781250 +0.005493164062 +0.037597656250 +0.090332031250 +-0.070800781250 +-0.039062500000 +-0.093750000000 +0.042724609375 +0.000434875488 +-0.061279296875 +0.139648437500 +-0.006347656250 +-0.169921875000 +-0.108398437500 +-0.139648437500 +0.036132812500 +0.028198242188 +-0.143554687500 +-0.002685546875 +0.030517578125 +-0.273437500000 +0.099609375000 +-0.050781250000 +-0.029418945312 +0.021972656250 +0.051513671875 +-0.128906250000 +0.010070800781 +0.030395507812 +-0.003112792969 +0.025512695312 +-0.001899719238 +0.160156250000 +-0.061035156250 +-0.017333984375 +0.009826660156 +0.054199218750 +-0.156250000000 +0.010803222656 +0.086914062500 +-0.093261718750 +-0.125976562500 +-0.042968750000 +-0.039550781250 +0.027954101562 +0.048828125000 +0.104980468750 +0.092285156250 +-0.124511718750 +-0.068847656250 +0.079101562500 +-0.005371093750 +-0.174804687500 +-0.032714843750 +-0.105468750000 +-0.123535156250 +0.108886718750 +-0.006408691406 +0.166015625000 +0.067382812500 +0.017089843750 +-0.202148437500 +0.027832031250 +0.025634765625 +0.078125000000 +-0.119140625000 +0.008789062500 +-0.040283203125 +-0.002044677734 +0.089843750000 +0.078125000000 +-0.056640625000 +-0.085449218750 +0.081542968750 +-0.037109375000 +0.036376953125 +0.030883789062 +-0.049072265625 +0.021972656250 +-0.013183593750 +0.065917968750 +-0.029418945312 +0.041259765625 +0.090332031250 +-0.033691406250 +-0.061523437500 +0.088378906250 +0.084960937500 +0.005462646484 +0.115722656250 +0.025268554688 +0.070800781250 +-0.040039062500 +-0.028808593750 +-0.001983642578 +0.040527343750 +0.009277343750 +0.004119873047 +-0.051757812500 +-0.010375976562 +0.025512695312 +-0.002838134766 +0.010070800781 +0.004943847656 +0.034179687500 +0.052734375000 +0.015136718750 +0.024902343750 +-0.110839843750 +0.104980468750 +-0.036132812500 +-0.077148437500 +0.002578735352 +-0.105957031250 +-0.023803710938 +-0.099121093750 +-0.006011962891 +-0.086425781250 +-0.085449218750 +0.001876831055 +-0.140625000000 +0.061279296875 +0.024658203125 +0.028930664062 +0.089843750000 +-0.002349853516 +-0.121582031250 +0.289062500000 +0.034667968750 +-0.037353515625 +-0.005676269531 +-0.049804687500 +0.142578125000 +0.001396179199 +0.019287109375 +-0.110351562500 +-0.046386718750 +-0.093261718750 +-0.016845703125 +0.054443359375 +0.019897460938 +-0.062500000000 +0.012268066406 +0.008300781250 +-0.012268066406 +-0.068847656250 +0.066406250000 +0.099121093750 +-0.014465332031 +-0.010192871094 +-0.085937500000 +-0.075195312500 +0.043212890625 +0.086425781250 +-0.052734375000 +-0.027343750000 +0.039550781250 +-0.056152343750 +-0.053466796875 +0.050292968750 +0.052246093750 +0.011047363281 +0.029907226562 +-0.129882812500 +-0.116210937500 +-0.048583984375 +0.081542968750 +0.033935546875 +0.308593750000 +-0.080078125000 +-0.054443359375 +-0.030517578125 +-0.034667968750 +-0.008911132812 +-0.042480468750 +-0.001548767090 +-0.059570312500 +-0.051269531250 +-0.058105468750 +0.059082031250 +0.004821777344 +0.047851562500 +-0.020751953125 +0.009643554688 +-0.098632812500 +-0.031250000000 +-0.093261718750 +-0.038330078125 +0.020263671875 +-0.094238281250 +0.038574218750 +-0.033203125000 +0.032958984375 +0.150390625000 +0.036621093750 +-0.013916015625 +-0.005035400391 +-0.001914978027 +-0.018188476562 +0.071777343750 +0.093750000000 +0.078613281250 +-0.082031250000 +0.127929687500 +0.060302734375 +0.045654296875 +0.020263671875 +0.098144531250 +0.057373046875 +0.097656250000 +-0.081542968750 +-0.087402343750 +0.062011718750 +0.083984375000 +0.015625000000 +-0.055419921875 +0.065429687500 +-0.097656250000 +-0.029418945312 +-0.129882812500 +0.149414062500 +0.034179687500 +-0.129882812500 +-0.080566406250 +-0.062500000000 +-0.016357421875 +-0.147460937500 +-0.000270843506 +0.107421875000 +-0.093750000000 +-0.111816406250 +-0.086914062500 +0.052734375000 +-0.082031250000 +-0.088867187500 +-0.023315429688 +0.103515625000 +-0.057373046875 +-0.079101562500 +-0.088378906250 +-0.105957031250 +0.000174522400 +0.008361816406 +0.050537109375 +-0.034667968750 +0.010314941406 +0.076171875000 +0.030151367188 +-0.036621093750 +-0.091796875000 +0.257812500000 +-0.194335937500 +0.022705078125 +0.036376953125 +-0.087402343750 +0.084960937500 +-0.087890625000 +-0.062011718750 +0.020141601562 +-0.095214843750 +0.239257812500 +-0.088378906250 +-0.051757812500 +0.043701171875 +-0.116210937500 +-0.043457031250 +0.123535156250 +-0.024658203125 +-0.020874023438 +-0.062500000000 +0.049316406250 +0.052246093750 +0.028198242188 +-0.152343750000 +0.119140625000 +-0.068847656250 +-0.041748046875 +-0.087402343750 +-0.093261718750 +0.097167968750 +-0.085937500000 +0.008911132812 +-0.144531250000 +0.061523437500 +-0.015991210938 +0.204101562500 +-0.005279541016 +0.069824218750 +0.055664062500 +-0.024047851562 +-0.022338867188 +-0.079589843750 +0.136718750000 +-0.221679687500 +0.037353515625 +0.039550781250 +0.019775390625 +-0.038330078125 +0.001869201660 +-0.010437011719 +-0.000167846680 +0.095214843750 +-0.004882812500 +-0.011169433594 +-0.093750000000 +-0.020751953125 +0.255859375000 +-0.044189453125 +0.075195312500 +-0.008789062500 +0.116210937500 +-0.057861328125 +0.007934570312 +0.087890625000 +0.148437500000 +0.074218750000 +0.051757812500 +-0.029296875000 +-0.071289062500 +-0.004638671875 +0.021484375000 +-0.027465820312 +-0.023315429688 +0.041503906250 +-0.020263671875 +0.094238281250 +-0.001266479492 +-0.014221191406 +0.073242187500 +0.034912109375 +-0.055664062500 +-0.070800781250 +0.014709472656 +-0.023193359375 +0.014892578125 +0.027709960938 +-0.010009765625 +0.119140625000 +0.052978515625 +-0.040039062500 +-0.052001953125 +-0.127929687500 +-0.159179687500 +-0.023925781250 +0.062500000000 +-0.017333984375 +0.025146484375 +0.009643554688 +0.060546875000 +-0.081054687500 +0.010620117188 +-0.163085937500 +0.007446289062 +-0.061035156250 +-0.007873535156 +-0.085937500000 +0.076660156250 +-0.005767822266 +0.104492187500 +-0.120605468750 +-0.033691406250 +-0.096191406250 +-0.034912109375 +-0.059814453125 +0.030273437500 +-0.095703125000 +0.054687500000 +0.131835937500 +-0.014465332031 +-0.008483886719 +0.025024414062 +0.036376953125 +-0.047607421875 +-0.042236328125 +-0.087890625000 +-0.028320312500 +-0.065429687500 +-0.072265625000 +0.014831542969 +0.014526367188 +-0.033935546875 +-0.061767578125 +0.037841796875 +-0.096679687500 +-0.083984375000 +-0.046875000000 +0.018066406250 +0.054687500000 +-0.029541015625 +-0.040039062500 +-0.040039062500 +0.003082275391 +0.196289062500 +0.050292968750 +0.017211914062 +0.018432617188 +-0.005249023438 +0.003417968750 +-0.103027343750 +0.084472656250 +0.030517578125 +-0.012817382812 +-0.008483886719 +-0.132812500000 +0.038818359375 +-0.092773437500 +0.014221191406 +0.038085937500 +0.020996093750 +-0.039550781250 +-0.057861328125 +0.088867187500 +-0.051269531250 +0.064453125000 +0.032226562500 +0.011169433594 +-0.019897460938 +-0.105468750000 +-0.059570312500 +0.157226562500 +0.035400390625 +0.064453125000 +-0.115722656250 +0.056396484375 +0.114746093750 +0.042968750000 +-0.023681640625 +-0.139648437500 +0.055175781250 +-0.029174804688 +-0.030517578125 +-0.003860473633 +0.171875000000 +0.042724609375 +-0.011474609375 +0.073242187500 +-0.059814453125 +0.010742187500 +0.012634277344 +-0.070800781250 +0.047851562500 +-0.060058593750 +-0.047607421875 +0.044921875000 +0.044189453125 +-0.041259765625 +0.019775390625 +0.005584716797 +0.018920898438 +-0.067382812500 +0.090820312500 +0.109375000000 +-0.084960937500 +0.031982421875 +0.052490234375 +-0.024902343750 +-0.036132812500 +-0.025390625000 +-0.053955078125 +0.076660156250 +-0.030151367188 +0.068847656250 +0.022338867188 +-0.056640625000 +-0.045410156250 +0.050048828125 +-0.015136718750 +0.134765625000 +0.038085937500 +-0.007446289062 +-0.038818359375 +0.039306640625 +-0.016235351562 +0.010375976562 +-0.084472656250 +-0.026367187500 +-0.097656250000 +-0.069335937500 +0.034179687500 +-0.022705078125 +-0.114746093750 +0.045898437500 +0.001968383789 +-0.036132812500 +-0.116699218750 +0.053955078125 +-0.017333984375 +-0.071777343750 +0.048828125000 +0.024658203125 +-0.018920898438 +0.016723632812 +0.029418945312 +-0.242187500000 +-0.074707031250 +-0.130859375000 +-0.001060485840 +-0.004547119141 +-0.134765625000 +-0.096191406250 +0.104492187500 +0.028076171875 +0.075683593750 +0.010925292969 +-0.021728515625 +0.065429687500 +0.115234375000 +0.052001953125 +0.097167968750 +0.089355468750 +-0.053710937500 +-0.044677734375 +-0.084960937500 +0.083984375000 +-0.098632812500 +-0.061767578125 +0.109863281250 +0.053955078125 +-0.049804687500 +0.104980468750 +-0.048095703125 +-0.003631591797 +0.003479003906 +0.066894531250 +-0.001419067383 +0.021240234375 +-0.120605468750 +-0.052978515625 +-0.025268554688 +-0.136718750000 +-0.077636718750 +-0.121093750000 +0.097167968750 +0.020507812500 +-0.020507812500 +0.100585937500 +-0.030517578125 +0.096679687500 +0.053955078125 +-0.042724609375 +0.002792358398 +-0.022583007812 +0.003585815430 +-0.037597656250 +-0.044677734375 +0.044189453125 +0.025146484375 +0.002044677734 +-0.155273437500 +-0.010986328125 +-0.094238281250 +0.129882812500 +-0.353515625000 +0.028320312500 +0.034912109375 +-0.227539062500 +0.119140625000 +0.022949218750 +0.092773437500 +0.029541015625 +-0.051757812500 +0.056640625000 +-0.128906250000 +0.134765625000 +-0.052734375000 +-0.072753906250 +0.017822265625 +0.093261718750 +0.020141601562 +0.074218750000 +0.096679687500 +-0.130859375000 +-0.022094726562 +-0.175781250000 +-0.027343750000 +-0.022949218750 +-0.083007812500 +-0.016723632812 +0.013610839844 +-0.069824218750 +0.026245117188 +0.001052856445 +-0.072265625000 +-0.035400390625 +-0.056640625000 +-0.014709472656 +-0.030517578125 +-0.120117187500 +0.024047851562 +-0.124023437500 +-0.109863281250 +-0.008361816406 +-0.098632812500 +-0.048583984375 +-0.001831054688 +-0.014709472656 +-0.114746093750 +-0.163085937500 +0.093261718750 +0.035888671875 +-0.040039062500 +-0.069335937500 +0.052734375000 +0.085937500000 +0.007812500000 +-0.041015625000 +-0.131835937500 +-0.015869140625 +-0.099121093750 +0.058349609375 +0.176757812500 +-0.130859375000 +0.045166015625 +0.023803710938 +-0.085937500000 +0.012878417969 +-0.053222656250 +0.098144531250 +-0.015380859375 +0.073242187500 +-0.146484375000 +0.148437500000 +0.143554687500 +-0.040283203125 +-0.008361816406 +0.122558593750 +-0.061767578125 +-0.127929687500 +0.013793945312 +-0.020751953125 +-0.102050781250 +-0.046142578125 +0.060302734375 +0.123535156250 +-0.051269531250 +-0.017700195312 +0.011596679688 +-0.118164062500 +-0.083496093750 +0.096191406250 +0.110351562500 +-0.006103515625 +0.004333496094 +-0.033691406250 +0.021240234375 +0.031738281250 +-0.088378906250 +-0.203125000000 +0.001228332520 +0.006896972656 +0.093261718750 +0.161132812500 +-0.001945495605 +0.015258789062 +0.023193359375 +-0.066894531250 +0.093750000000 +-0.110351562500 +0.039306640625 +0.044433593750 +0.059326171875 +-0.018920898438 +0.055908203125 +0.064941406250 +-0.067871093750 +-0.206054687500 +-0.005798339844 +-0.014953613281 +0.044433593750 +-0.136718750000 +-0.040527343750 +-0.105468750000 +0.041748046875 +-0.140625000000 +0.074218750000 +-0.111328125000 +-0.101562500000 +-0.015869140625 +-0.010986328125 +-0.142578125000 +0.221679687500 +0.070800781250 +-0.195312500000 +-0.245117187500 +-0.072265625000 +0.002639770508 +0.071777343750 +-0.042968750000 +0.067382812500 +-0.062988281250 +-0.038330078125 +-0.002883911133 +-0.109863281250 +0.152343750000 +-0.056884765625 +-0.065429687500 +0.114746093750 +-0.169921875000 +-0.040283203125 +-0.101562500000 +0.035644531250 +0.172851562500 +-0.007324218750 +-0.036132812500 +-0.030273437500 +0.022216796875 +-0.112792968750 +0.037841796875 +-0.098144531250 +-0.190429687500 +0.016113281250 +-0.096679687500 +-0.090820312500 +-0.022583007812 +-0.063964843750 +-0.001220703125 +-0.089843750000 +-0.025390625000 +-0.124023437500 +0.091796875000 +-0.107421875000 +-0.014038085938 +0.016723632812 +0.042724609375 +-0.166015625000 +-0.144531250000 +-0.070800781250 +-0.017578125000 +-0.010986328125 +-0.021118164062 +-0.214843750000 +0.090332031250 +-0.098632812500 +0.028686523438 +-0.066406250000 +0.090332031250 +0.010498046875 +-0.019409179688 +0.026855468750 +-0.079589843750 +-0.054443359375 +0.033203125000 +-0.055419921875 +-0.037597656250 +-0.111328125000 +0.079101562500 +-0.079101562500 +-0.123046875000 +0.066894531250 +-0.019409179688 +0.003173828125 +-0.069824218750 +-0.104492187500 +-0.087402343750 +-0.087402343750 +0.055664062500 +-0.113281250000 +0.066894531250 +-0.042480468750 +-0.034423828125 +-0.042480468750 +0.004821777344 +0.069824218750 +0.000231742859 +0.041503906250 +-0.146484375000 +-0.011901855469 +0.013793945312 +0.053466796875 +0.022094726562 +-0.052246093750 +-0.211914062500 +-0.033447265625 +0.013366699219 +-0.249023437500 +-0.142578125000 +-0.027343750000 +-0.035156250000 +-0.002746582031 +-0.080078125000 +-0.045898437500 +0.137695312500 +-0.087890625000 +-0.186523437500 +0.075683593750 +-0.065917968750 +-0.089355468750 +-0.042968750000 +0.096191406250 +-0.041992187500 +0.196289062500 +-0.010009765625 +-0.091308593750 +-0.108886718750 +-0.014648437500 +-0.126953125000 +0.065429687500 +0.055664062500 +-0.043457031250 +-0.214843750000 +-0.206054687500 +0.121582031250 +0.158203125000 +-0.065917968750 +0.074707031250 +0.002929687500 +-0.122070312500 +-0.123046875000 +0.077148437500 +0.051757812500 +-0.057128906250 +-0.118164062500 +-0.018310546875 +-0.109375000000 +-0.089355468750 +-0.044433593750 +0.037109375000 +-0.101074218750 +-0.052001953125 +-0.063476562500 +0.042968750000 +0.025146484375 +-0.102539062500 +0.116210937500 +-0.084960937500 +0.101562500000 +-0.128906250000 +-0.094726562500 +0.009460449219 +-0.075195312500 +-0.137695312500 +-0.190429687500 +-0.279296875000 +-0.090820312500 +-0.242187500000 +0.094238281250 +-0.130859375000 +-0.044189453125 +0.022827148438 +0.002441406250 +-0.191406250000 +0.091308593750 +0.172851562500 +-0.189453125000 +0.062988281250 +0.000751495361 +-0.042236328125 +0.057617187500 +0.098632812500 +-0.016967773438 +-0.102539062500 +0.046875000000 +0.063476562500 +0.060546875000 +-0.255859375000 +0.032226562500 +0.051513671875 +0.153320312500 +0.011535644531 +-0.089843750000 +0.076660156250 +-0.171875000000 +-0.147460937500 +-0.051025390625 +-0.101074218750 +-0.095214843750 +0.166015625000 +-0.042724609375 +0.092285156250 +0.038574218750 +0.014648437500 +-0.058837890625 +0.189453125000 +-0.068847656250 +-0.147460937500 +0.054443359375 +0.062988281250 +-0.057373046875 +-0.196289062500 +0.104003906250 +0.002258300781 +-0.058349609375 +-0.146484375000 +-0.086914062500 +0.089843750000 +0.125976562500 +0.131835937500 +-0.045654296875 +-0.022705078125 +-0.153320312500 +-0.115722656250 +0.056396484375 +-0.074218750000 +0.046875000000 +0.047851562500 +0.060302734375 +0.098632812500 +-0.033935546875 +-0.012817382812 +-0.026611328125 +0.100097656250 +0.122558593750 +-0.082519531250 +-0.219726562500 +-0.102539062500 +-0.253906250000 +0.055664062500 +0.071777343750 +-0.125976562500 +0.022705078125 +0.124511718750 +0.127929687500 +0.191406250000 +0.074707031250 +0.097656250000 +-0.078125000000 +-0.105468750000 +-0.001777648926 +-0.024902343750 +0.001068115234 +0.215820312500 +-0.277343750000 +0.042480468750 +-0.069335937500 +-0.052978515625 +-0.050292968750 +-0.124023437500 +-0.039794921875 +0.091796875000 +-0.004272460938 +-0.036621093750 +-0.042724609375 +0.298828125000 +-0.091308593750 +-0.033691406250 +0.171875000000 +-0.070800781250 +0.148437500000 +-0.126953125000 +0.077148437500 +0.069335937500 +0.078125000000 +0.128906250000 +0.089843750000 +-0.221679687500 +-0.167968750000 +-0.081542968750 +-0.093750000000 +0.035644531250 +0.027465820312 +0.209960937500 +0.038574218750 +0.072265625000 +0.006347656250 +-0.094726562500 +0.083984375000 +-0.081054687500 +0.084960937500 +0.096191406250 +-0.176757812500 +0.132812500000 +0.014404296875 +0.034423828125 +0.255859375000 +-0.031005859375 +0.003341674805 +-0.047607421875 +0.006530761719 +0.060058593750 +-0.050292968750 +0.181640625000 +-0.134765625000 +-0.082519531250 +0.098632812500 +-0.010070800781 +0.085937500000 +-0.021484375000 +0.021362304688 +-0.035400390625 +-0.037841796875 +-0.240234375000 +0.166015625000 +-0.142578125000 +-0.064941406250 +0.164062500000 +-0.023315429688 +-0.030517578125 +-0.062500000000 +-0.053466796875 +-0.018066406250 +0.055419921875 +-0.045410156250 +0.133789062500 +-0.098632812500 +-0.034179687500 +0.007141113281 +0.064453125000 +0.021850585938 +0.019897460938 +-0.169921875000 +0.101074218750 +-0.062988281250 +0.143554687500 +0.145507812500 +0.002502441406 +-0.085937500000 +0.045898437500 +0.065429687500 +0.141601562500 +0.084472656250 +0.117675781250 +-0.091796875000 +0.025878906250 +-0.088867187500 +0.073730468750 +-0.003784179688 +0.012084960938 +-0.083984375000 +-0.062988281250 +-0.218750000000 +-0.046142578125 +0.084472656250 +0.074707031250 +0.093750000000 +0.046386718750 +0.001792907715 +0.062988281250 +-0.067382812500 +-0.140625000000 +0.019653320312 +0.048828125000 +-0.017333984375 +0.020141601562 +0.010986328125 +0.063964843750 +-0.026977539062 +0.237304687500 +-0.039062500000 +-0.119628906250 +0.039550781250 +-0.016235351562 +0.157226562500 +0.039062500000 +-0.091796875000 +0.053222656250 +0.007415771484 +-0.107421875000 +0.001129150391 +0.059814453125 +0.095703125000 +0.104003906250 +-0.081542968750 +0.147460937500 +0.031494140625 +-0.164062500000 +0.035644531250 +0.061279296875 +-0.087402343750 +0.120605468750 +-0.106445312500 +0.079589843750 +-0.066406250000 +-0.075195312500 +0.044189453125 +0.099121093750 +0.053222656250 +-0.092285156250 +-0.149414062500 +0.067871093750 +-0.000556945801 +-0.130859375000 +0.083496093750 +0.117675781250 +0.006530761719 +0.090332031250 +0.052001953125 +0.030029296875 +-0.053955078125 +-0.181640625000 +0.083496093750 +-0.023437500000 +0.185546875000 +0.083984375000 +-0.031005859375 +-0.031738281250 +0.193359375000 +0.038085937500 +-0.010986328125 +-0.215820312500 +-0.009887695312 +-0.067382812500 +0.104003906250 +0.095214843750 +0.130859375000 +-0.050781250000 +-0.053710937500 +0.084960937500 +0.004394531250 +0.055419921875 +0.036621093750 +0.011047363281 +0.000474929810 +0.005859375000 +-0.061523437500 +0.162109375000 +-0.006958007812 +-0.031738281250 +-0.024414062500 +0.131835937500 +0.094238281250 +0.033935546875 +-0.148437500000 +-0.047119140625 +0.031494140625 +-0.000782012939 +-0.240234375000 +-0.060546875000 +0.029296875000 +0.029663085938 +-0.086914062500 +0.086425781250 +0.061523437500 +0.060302734375 +0.051513671875 +-0.005554199219 +0.030395507812 +0.029541015625 +-0.161132812500 +0.057128906250 +0.017456054688 +0.028320312500 +-0.050537109375 +0.141601562500 +-0.110839843750 +0.042724609375 +-0.095214843750 +-0.004669189453 +0.045898437500 +0.080078125000 +-0.113281250000 +0.154296875000 +-0.094238281250 +-0.017578125000 +0.009582519531 +0.037353515625 +-0.083007812500 +-0.064941406250 +0.094726562500 +0.056640625000 +-0.058837890625 +0.027709960938 +-0.048583984375 +-0.042236328125 +-0.001586914062 +0.081054687500 +-0.068847656250 +0.035888671875 +-0.025146484375 +0.003433227539 +-0.214843750000 +-0.033935546875 +-0.168945312500 +-0.088867187500 +-0.095214843750 +0.183593750000 +-0.312500000000 +-0.127929687500 +0.034423828125 +-0.025634765625 +0.045898437500 +-0.003555297852 +0.163085937500 +-0.212890625000 +-0.006408691406 +-0.138671875000 +-0.066406250000 +-0.095214843750 +-0.072753906250 +0.042968750000 +-0.018066406250 +-0.022827148438 +0.050048828125 +-0.016113281250 +0.043212890625 +-0.078613281250 +-0.144531250000 +-0.048339843750 +-0.054443359375 +0.002090454102 +-0.053710937500 +-0.140625000000 +-0.107421875000 +0.247070312500 +-0.031738281250 +0.099609375000 +-0.039550781250 +-0.037109375000 +0.077636718750 +-0.064941406250 +-0.037841796875 +-0.037109375000 +0.038574218750 +-0.145507812500 +-0.131835937500 +0.006317138672 +-0.041015625000 +-0.173828125000 +0.016845703125 +0.001220703125 +-0.051025390625 +0.177734375000 +0.000526428223 +0.041503906250 +-0.279296875000 +-0.045410156250 +0.000854492188 +-0.198242187500 +0.157226562500 +-0.159179687500 +-0.277343750000 +-0.097167968750 +0.023315429688 +-0.069335937500 +0.027221679688 +0.209960937500 +0.241210937500 +-0.130859375000 +0.075195312500 +0.044433593750 +0.092773437500 +-0.094238281250 +-0.034667968750 +-0.003540039062 +-0.109375000000 +-0.131835937500 +-0.146484375000 +0.024169921875 +0.127929687500 +0.048828125000 +-0.078613281250 +0.063964843750 +-0.119628906250 +-0.199218750000 +0.039062500000 +0.073730468750 +0.217773437500 +-0.106445312500 +0.059570312500 +-0.055419921875 +-0.091796875000 +-0.122070312500 +-0.125976562500 +0.009582519531 +0.051269531250 +-0.004333496094 +-0.003265380859 +-0.044433593750 +-0.014221191406 +0.083496093750 +0.027832031250 +0.033935546875 +-0.134765625000 +0.012939453125 +-0.040771484375 +-0.093750000000 +0.034423828125 +-0.051269531250 +0.090332031250 +0.182617187500 +-0.054931640625 +0.084960937500 +-0.226562500000 +0.052246093750 +-0.044677734375 +-0.031494140625 +-0.052734375000 +-0.136718750000 +-0.082031250000 +0.122558593750 +0.207031250000 +0.074707031250 +0.052490234375 +-0.075195312500 +-0.197265625000 +0.016601562500 +0.182617187500 +0.051025390625 +-0.143554687500 +-0.235351562500 +-0.088378906250 +-0.167968750000 +-0.141601562500 +-0.089355468750 +0.014587402344 +0.002990722656 +-0.076171875000 +-0.092285156250 +-0.180664062500 +-0.127929687500 +-0.049072265625 +-0.129882812500 +0.073730468750 +-0.031494140625 +-0.096191406250 +0.018920898438 +-0.005462646484 +-0.088867187500 +0.025756835938 +0.032226562500 +0.120117187500 +-0.178710937500 +-0.214843750000 +-0.072753906250 +0.090820312500 +-0.023193359375 +-0.312500000000 +-0.040039062500 +-0.018920898438 +-0.106445312500 +-0.345703125000 +0.174804687500 +0.158203125000 +0.037841796875 +0.185546875000 +0.121093750000 +-0.074218750000 +-0.147460937500 +-0.076660156250 +0.086914062500 +-0.146484375000 +-0.053710937500 +-0.083007812500 +-0.034179687500 +-0.034423828125 +-0.017456054688 +0.247070312500 +-0.226562500000 +-0.004699707031 +-0.015502929688 +-0.100097656250 +-0.137695312500 +0.113281250000 +-0.143554687500 +-0.269531250000 +0.057373046875 +0.043457031250 +-0.026855468750 +0.024169921875 +-0.172851562500 +0.014343261719 +-0.009948730469 +-0.006195068359 +-0.191406250000 +0.009460449219 +0.067871093750 +-0.108886718750 +0.032226562500 +0.131835937500 +-0.094238281250 +-0.090820312500 +-0.076660156250 +0.052246093750 +-0.052978515625 +-0.053466796875 +-0.078613281250 +0.127929687500 +-0.170898437500 +0.002944946289 +-0.021728515625 +0.063964843750 +-0.030395507812 +-0.055419921875 +-0.025756835938 +-0.122070312500 +0.187500000000 +0.093750000000 +-0.105468750000 +0.073242187500 +0.024169921875 +-0.088378906250 +-0.001609802246 +0.047607421875 +0.100585937500 +0.042968750000 +0.087402343750 +-0.038818359375 +-0.055908203125 +0.083496093750 +0.041503906250 +-0.157226562500 +-0.067871093750 +0.023071289062 +-0.057617187500 +-0.129882812500 +-0.158203125000 +-0.101074218750 +-0.000865936279 +-0.008422851562 +-0.061035156250 +-0.106933593750 +-0.011779785156 +0.012390136719 +0.099121093750 +-0.038818359375 +0.078125000000 +0.068359375000 +-0.141601562500 +-0.045166015625 +-0.107910156250 +-0.075195312500 +-0.099121093750 +0.089843750000 +0.019409179688 +-0.124023437500 +-0.017089843750 +0.086425781250 +-0.085937500000 +0.020019531250 +-0.113281250000 +-0.006652832031 +-0.184570312500 +-0.020507812500 +-0.079589843750 +-0.022949218750 +-0.087890625000 +-0.038818359375 +-0.009399414062 +-0.079589843750 +-0.149414062500 +-0.013732910156 +-0.065429687500 +0.014892578125 +-0.072753906250 +-0.135742187500 +-0.130859375000 +0.021606445312 +0.003204345703 +0.017822265625 +0.022583007812 +0.006561279297 +0.034179687500 +-0.022827148438 +-0.178710937500 +0.061279296875 +-0.188476562500 +0.049560546875 +-0.058349609375 +0.075683593750 +-0.098144531250 +-0.119628906250 +-0.060546875000 +-0.016967773438 +-0.006713867188 +-0.032226562500 +-0.098144531250 +-0.119140625000 +-0.087402343750 +-0.022216796875 +-0.008605957031 +0.059814453125 +0.047851562500 +-0.080566406250 +0.071289062500 +0.005401611328 +-0.021362304688 +0.007659912109 +-0.012207031250 +0.022705078125 +0.012268066406 +-0.017456054688 +-0.011352539062 +-0.026245117188 +0.083496093750 +0.005523681641 +0.046386718750 +-0.108886718750 +-0.004974365234 +0.041992187500 +-0.038085937500 +-0.079101562500 +-0.018554687500 +-0.022583007812 +-0.036865234375 +0.135742187500 +-0.090332031250 +0.089843750000 +0.036865234375 +-0.001274108887 +-0.068359375000 +-0.063476562500 +0.024902343750 +-0.032226562500 +0.094238281250 +-0.027709960938 +-0.037109375000 +0.004730224609 +0.086425781250 +0.047607421875 +0.026489257812 +-0.035888671875 +-0.122558593750 +-0.001640319824 +0.041503906250 +0.008361816406 +-0.036865234375 +-0.034667968750 +-0.012145996094 +0.004547119141 +-0.014648437500 +-0.090332031250 +0.069824218750 +-0.108398437500 +0.071289062500 +0.006958007812 +-0.017822265625 +0.014343261719 +0.097167968750 +-0.000495910645 +0.166015625000 +0.024780273438 +0.085937500000 +0.021728515625 +-0.153320312500 +0.037353515625 +0.094238281250 +-0.074218750000 +0.064453125000 +0.099609375000 +0.134765625000 +-0.018188476562 +0.104980468750 +0.004272460938 +-0.101562500000 +0.078125000000 +-0.058837890625 +0.034179687500 +-0.085449218750 +0.057373046875 +0.109375000000 +0.015625000000 +0.060791015625 +0.031005859375 +-0.005462646484 +-0.039550781250 +0.181640625000 +-0.155273437500 +-0.048828125000 +0.105957031250 +-0.045166015625 +-0.022460937500 +-0.061279296875 +-0.032714843750 +-0.102050781250 +0.054443359375 +-0.014465332031 +-0.018554687500 +0.038085937500 +0.114746093750 +-0.156250000000 +0.072265625000 +0.045166015625 +0.046142578125 +-0.013916015625 +-0.006439208984 +-0.007781982422 +-0.006134033203 +-0.135742187500 +0.032714843750 +-0.078125000000 +-0.095214843750 +0.027343750000 +0.024658203125 +-0.004516601562 +-0.033691406250 +-0.055175781250 +-0.001716613770 +0.065917968750 +-0.103027343750 +0.020263671875 +-0.132812500000 +0.014282226562 +0.039306640625 +-0.164062500000 +-0.091796875000 +-0.067382812500 +0.121093750000 +-0.049316406250 +0.114746093750 +0.045898437500 +-0.004486083984 +0.085449218750 +-0.117187500000 +-0.039794921875 +-0.292968750000 +0.145507812500 +-0.025512695312 +0.101562500000 +-0.169921875000 +-0.148437500000 +-0.154296875000 +0.066406250000 +-0.023559570312 +0.008056640625 +-0.051025390625 +-0.014099121094 +0.020751953125 +0.029907226562 +-0.041503906250 +-0.110351562500 +-0.053222656250 +-0.003097534180 +-0.059082031250 +0.085449218750 +0.112304687500 +-0.018188476562 +-0.058593750000 +-0.019653320312 +0.027221679688 +0.047851562500 +0.076660156250 +-0.012573242188 +-0.022216796875 +0.004577636719 +-0.081054687500 +0.000080585480 +0.063476562500 +0.006347656250 +0.083496093750 +0.078125000000 +0.010192871094 +-0.026000976562 +0.245117187500 +-0.075195312500 +-0.031982421875 +-0.038818359375 +0.072753906250 +0.108886718750 +-0.055908203125 +0.034179687500 +-0.043212890625 +0.090332031250 +0.157226562500 +0.098144531250 +-0.024902343750 +-0.144531250000 +-0.005065917969 +0.135742187500 +0.125000000000 +-0.121093750000 +-0.060546875000 +0.000272750854 +0.101562500000 +-0.066406250000 +0.006134033203 +-0.100097656250 +-0.086425781250 +-0.144531250000 +0.015747070312 +0.038330078125 +0.073730468750 +0.062255859375 +0.005401611328 +0.122558593750 +-0.028442382812 +-0.079589843750 +-0.024536132812 +0.015625000000 +-0.157226562500 +-0.021118164062 +-0.069824218750 +0.024536132812 +0.186523437500 +-0.094238281250 +0.132812500000 +0.100585937500 +0.119140625000 +0.120605468750 +-0.157226562500 +-0.050781250000 +0.102539062500 +-0.065429687500 +0.032714843750 +0.135742187500 +-0.044921875000 +-0.120117187500 +0.040039062500 +-0.075195312500 +-0.006408691406 +-0.143554687500 +-0.083007812500 +0.103515625000 +-0.036132812500 +0.010986328125 +-0.176757812500 +0.107421875000 +0.012145996094 +-0.156250000000 +-0.134765625000 +0.089355468750 +-0.017944335938 +0.050537109375 +-0.000846862793 +-0.022460937500 +-0.071289062500 +-0.081542968750 +-0.094238281250 +0.034423828125 +-0.041503906250 +0.026367187500 +-0.025512695312 +-0.051269531250 +-0.001167297363 +0.004333496094 +-0.048095703125 +0.113769531250 +0.023071289062 +0.121093750000 +-0.033935546875 +0.057373046875 +-0.132812500000 +-0.068359375000 +0.122558593750 +0.065917968750 +-0.095214843750 +-0.093261718750 +-0.004974365234 +0.070800781250 +0.227539062500 +0.174804687500 +-0.049560546875 +0.086914062500 +0.030151367188 +-0.010070800781 +-0.012390136719 +0.024291992188 +0.093261718750 +0.044433593750 +-0.106445312500 +0.117187500000 +-0.141601562500 +0.055664062500 +-0.030883789062 +0.069824218750 +0.069824218750 +-0.062500000000 +0.011413574219 +-0.027343750000 +-0.005584716797 +0.003280639648 +0.020385742188 +0.004608154297 +0.031250000000 +-0.101074218750 +0.114746093750 +-0.043945312500 +0.033935546875 +-0.015747070312 +-0.006164550781 +-0.040039062500 +0.079589843750 +0.010253906250 +-0.033203125000 +-0.016967773438 +-0.039062500000 +0.008789062500 +-0.007995605469 +-0.093261718750 +-0.048339843750 +-0.045410156250 +-0.030273437500 +-0.017578125000 +-0.048828125000 +0.018188476562 +0.057128906250 +-0.031738281250 +0.049560546875 +-0.126953125000 +0.037597656250 +-0.125000000000 +0.014221191406 +-0.030151367188 +0.027587890625 +-0.162109375000 +0.093261718750 +-0.011840820312 +-0.058349609375 +0.035644531250 +-0.083496093750 +0.026489257812 +-0.147460937500 +0.019409179688 +-0.052978515625 +-0.041992187500 +-0.024414062500 +-0.033691406250 +-0.036132812500 +-0.069335937500 +0.060791015625 +0.098632812500 +-0.030883789062 +-0.139648437500 +0.049316406250 +0.055664062500 +0.024414062500 +-0.085449218750 +-0.067871093750 +-0.021728515625 +0.152343750000 +-0.038330078125 +0.109863281250 +0.050537109375 +-0.104492187500 +-0.052490234375 +0.119140625000 +0.089843750000 +-0.039550781250 +0.004241943359 +-0.027221679688 +-0.086914062500 +0.029785156250 +-0.166015625000 +0.076660156250 +-0.070312500000 +-0.014282226562 +-0.122558593750 +0.072753906250 +-0.103515625000 +-0.119140625000 +0.064453125000 +0.004119873047 +-0.000835418701 +0.008483886719 +-0.018310546875 +-0.058105468750 +0.099609375000 +-0.153320312500 +-0.057861328125 +0.141601562500 +0.069824218750 +0.002700805664 +-0.242187500000 +0.004882812500 +-0.180664062500 +0.019042968750 +-0.045166015625 +0.138671875000 +-0.083984375000 +-0.047851562500 +0.111816406250 +0.048583984375 +0.326171875000 +0.040527343750 +-0.052490234375 +-0.216796875000 +-0.005462646484 +0.022827148438 +-0.026000976562 +0.068847656250 +0.004425048828 +0.205078125000 +-0.028930664062 +-0.118164062500 +0.041503906250 +0.020385742188 +0.071289062500 +-0.057861328125 +-0.093750000000 +-0.055908203125 +0.010192871094 +0.111328125000 +0.046142578125 +0.075683593750 +0.052734375000 +-0.058837890625 +-0.091308593750 +0.159179687500 +-0.125976562500 +-0.006195068359 +0.153320312500 +0.084472656250 +-0.013977050781 +0.080078125000 +0.046142578125 +-0.125000000000 +-0.253906250000 +-0.065917968750 +0.011291503906 +-0.138671875000 +0.096679687500 +-0.056884765625 +-0.087402343750 +0.026611328125 +0.047607421875 +-0.125000000000 +0.098632812500 +0.042724609375 +-0.073242187500 +-0.060058593750 +-0.068847656250 +0.110839843750 +0.060302734375 +0.139648437500 +0.064453125000 +-0.013671875000 +-0.019165039062 +-0.223632812500 +-0.116699218750 +0.049560546875 +0.093261718750 +0.002517700195 +0.022583007812 +0.052490234375 +-0.040039062500 +-0.036621093750 +0.038330078125 +0.025512695312 +0.002334594727 +0.004638671875 +0.024658203125 +-0.083984375000 +-0.075683593750 +-0.094726562500 +-0.232421875000 +0.126953125000 +-0.089355468750 +0.151367187500 +-0.039794921875 +-0.004760742188 +-0.147460937500 +-0.107910156250 +0.012207031250 +0.017578125000 +-0.151367187500 +0.036132812500 +-0.011779785156 +-0.038574218750 +-0.082519531250 +0.149414062500 +-0.065917968750 +-0.069824218750 +-0.044433593750 +-0.073730468750 +-0.091308593750 +-0.020996093750 +-0.036376953125 +0.001266479492 +-0.144531250000 +-0.103515625000 +-0.014343261719 +0.009765625000 +-0.082031250000 +-0.008117675781 +0.044433593750 +-0.058837890625 +0.053222656250 +0.100097656250 +-0.117675781250 +0.074707031250 +-0.103515625000 +-0.090820312500 +-0.074707031250 +0.085449218750 +0.123535156250 +0.029052734375 +-0.116210937500 +-0.109375000000 +-0.075195312500 +0.048828125000 +-0.076660156250 +0.076171875000 +-0.014892578125 +-0.044677734375 +0.075195312500 +0.027465820312 +-0.054931640625 +0.081054687500 +0.047363281250 +0.072265625000 +0.015014648438 +0.029418945312 +0.034667968750 +0.145507812500 +-0.009460449219 +-0.014160156250 +0.002563476562 +0.229492187500 +-0.140625000000 +-0.055419921875 +-0.004669189453 +-0.108398437500 +-0.140625000000 +0.043945312500 +0.046630859375 +-0.122070312500 +-0.248046875000 +0.068847656250 +0.150390625000 +0.046630859375 +0.082031250000 +-0.017456054688 +-0.285156250000 +0.087402343750 +0.025146484375 +0.204101562500 +0.019653320312 +-0.165039062500 +-0.164062500000 +-0.207031250000 +-0.040283203125 +0.238281250000 +0.022705078125 +0.022216796875 +-0.180664062500 +0.036621093750 +-0.069824218750 +0.072753906250 +0.067871093750 +0.071777343750 +-0.118652343750 +-0.086425781250 +0.074218750000 +-0.187500000000 +0.038085937500 +-0.166015625000 +-0.169921875000 +0.070800781250 +0.058593750000 +-0.069335937500 +0.357421875000 +-0.042724609375 +-0.097167968750 +-0.082519531250 +0.114257812500 +-0.057861328125 +0.094726562500 +0.014587402344 +-0.139648437500 +-0.148437500000 +0.025024414062 +-0.337890625000 +-0.112304687500 +-0.160156250000 +-0.111328125000 +0.143554687500 +-0.126953125000 +-0.092285156250 +-0.060058593750 +0.094238281250 +-0.138671875000 +-0.080566406250 +-0.002304077148 +-0.150390625000 +-0.051269531250 +-0.202148437500 +-0.030883789062 +-0.160156250000 +0.134765625000 +-0.119628906250 +-0.144531250000 +-0.176757812500 +-0.135742187500 +0.193359375000 +0.052001953125 +-0.046386718750 +-0.234375000000 +-0.070800781250 +-0.173828125000 +-0.069824218750 +-0.039306640625 +-0.009338378906 +-0.208007812500 +-0.020141601562 +-0.118652343750 +0.004364013672 +-0.242187500000 +0.006561279297 +-0.168945312500 +-0.041259765625 +-0.039306640625 +-0.120117187500 +-0.161132812500 +0.202148437500 +-0.245117187500 +0.090332031250 +-0.006500244141 +-0.079589843750 +-0.001281738281 +-0.086914062500 +0.059082031250 +0.077148437500 +-0.193359375000 +0.051025390625 +-0.134765625000 +0.017944335938 +0.034423828125 +-0.090332031250 +0.084472656250 +-0.008605957031 +0.076660156250 +0.097167968750 +0.012451171875 +0.072753906250 +0.003540039062 +-0.072753906250 +-0.027099609375 +-0.197265625000 +-0.125000000000 +0.066406250000 +0.062988281250 +0.016723632812 +-0.087402343750 +-0.195312500000 +0.054199218750 +-0.079101562500 +0.098144531250 +-0.059570312500 +-0.037597656250 +0.049804687500 +0.003067016602 +0.134765625000 +0.035156250000 +0.104492187500 +0.052734375000 +-0.033447265625 +0.139648437500 +0.021118164062 +-0.026245117188 +0.128906250000 +-0.104003906250 +-0.067871093750 +0.018554687500 +0.011169433594 +-0.052490234375 +-0.020019531250 +-0.072753906250 +0.036621093750 +-0.023925781250 +-0.002746582031 +-0.037353515625 +0.045166015625 +-0.018554687500 +-0.035644531250 +-0.021850585938 +0.135742187500 +0.057373046875 +-0.057861328125 +0.033691406250 +0.113281250000 +-0.124023437500 +0.011901855469 +-0.157226562500 +-0.102539062500 +0.000556945801 +0.107910156250 +-0.137695312500 +-0.185546875000 +-0.017822265625 +0.094726562500 +0.068847656250 +-0.047119140625 +-0.006652832031 +-0.070312500000 +0.035644531250 +0.115234375000 +0.062255859375 +-0.042236328125 +-0.099609375000 +0.030639648438 +-0.166992187500 +-0.055908203125 +-0.057617187500 +-0.125976562500 +-0.104492187500 +-0.146484375000 +0.149414062500 +-0.035400390625 +-0.094238281250 +0.121582031250 +-0.020507812500 +-0.183593750000 +0.062255859375 +0.078613281250 +-0.025756835938 +0.020019531250 +0.153320312500 +0.105468750000 +-0.199218750000 +-0.130859375000 +-0.022094726562 +-0.038818359375 +-0.141601562500 +-0.150390625000 +0.070800781250 +0.071777343750 +-0.060302734375 +0.020019531250 +0.038330078125 +-0.032226562500 +0.039306640625 +-0.034667968750 +0.099609375000 +-0.017944335938 +0.023681640625 +0.083496093750 +-0.059570312500 +-0.109375000000 +-0.109375000000 +0.016479492188 +-0.125000000000 +0.127929687500 +-0.020019531250 +0.003753662109 +0.028930664062 +-0.072753906250 +-0.025024414062 +-0.146484375000 +0.048339843750 +-0.034667968750 +-0.013122558594 +-0.184570312500 +-0.017211914062 +-0.066894531250 +-0.156250000000 +-0.080078125000 +0.088867187500 +0.081542968750 +0.022705078125 +0.013244628906 +0.003494262695 +-0.174804687500 +-0.056152343750 +-0.129882812500 +0.007354736328 +-0.131835937500 +0.078125000000 +-0.063476562500 +-0.081054687500 +0.025512695312 +0.082031250000 +-0.054199218750 +0.019897460938 +-0.085937500000 +0.054931640625 +0.017822265625 +-0.102539062500 +-0.111816406250 +0.042968750000 +-0.015991210938 +-0.038818359375 +0.048583984375 +-0.098144531250 +0.057617187500 +0.029174804688 +0.052490234375 +0.001045227051 +0.039794921875 +-0.058349609375 +-0.041015625000 +0.043945312500 +0.029174804688 +0.110839843750 +-0.050292968750 +0.089355468750 +0.044189453125 +-0.036376953125 +-0.089843750000 +0.076660156250 +0.033691406250 +0.057617187500 +-0.061523437500 +0.065429687500 +0.231445312500 +0.083984375000 +-0.098144531250 +-0.000797271729 +0.024902343750 +-0.172851562500 +0.003219604492 +0.050292968750 +0.084960937500 +-0.122070312500 +-0.032714843750 +-0.003997802734 +0.036132812500 +0.067382812500 +-0.094238281250 +-0.093750000000 +-0.020019531250 +-0.066894531250 +0.114746093750 +0.053466796875 +0.039062500000 +-0.116699218750 +0.010925292969 +-0.064453125000 +-0.030761718750 +-0.094238281250 +0.100585937500 +0.085937500000 +-0.038574218750 +-0.049072265625 +-0.080078125000 +-0.090820312500 +-0.036376953125 +-0.130859375000 +-0.047851562500 +-0.060791015625 +0.106445312500 +-0.006683349609 +0.096191406250 +0.080078125000 +0.145507812500 +0.028564453125 +-0.006774902344 +-0.036865234375 +-0.056884765625 +0.061523437500 +-0.020263671875 +-0.144531250000 +0.000873565674 +-0.046630859375 +-0.027832031250 +0.079589843750 +-0.148437500000 +-0.059814453125 +0.026000976562 +0.048095703125 +0.001152038574 +-0.037109375000 +0.040039062500 +-0.141601562500 +-0.109375000000 +-0.007537841797 +-0.050537109375 +-0.048095703125 +0.075195312500 +-0.081054687500 +-0.042236328125 +0.000762939453 +0.014099121094 +0.073242187500 +0.067871093750 +0.050537109375 +0.122558593750 +-0.200195312500 +-0.070312500000 +-0.054443359375 +-0.135742187500 +-0.027587890625 +-0.006652832031 +0.027465820312 +0.058105468750 +-0.131835937500 +-0.044921875000 +0.038085937500 +-0.039550781250 +0.004974365234 +-0.000239372253 +-0.017944335938 +-0.150390625000 +-0.070312500000 +0.025390625000 +0.104980468750 +0.068847656250 +-0.080566406250 +0.058837890625 +-0.036376953125 +0.078613281250 +0.065429687500 +-0.131835937500 +-0.144531250000 +-0.056640625000 +-0.053466796875 +0.010681152344 +0.053955078125 +-0.069824218750 +0.047363281250 +0.002288818359 +-0.010437011719 +0.188476562500 +0.031982421875 +0.006103515625 +-0.009094238281 +-0.068359375000 +-0.165039062500 +-0.031494140625 +-0.003494262695 +-0.030761718750 +-0.028076171875 +-0.227539062500 +-0.133789062500 +0.052978515625 +0.034423828125 +0.113769531250 +-0.115234375000 +-0.026367187500 +-0.211914062500 +-0.095214843750 +-0.132812500000 +-0.055175781250 +-0.015747070312 +-0.087402343750 +-0.018676757812 +0.026733398438 +0.006439208984 +0.077636718750 +-0.021118164062 +0.125000000000 +0.053222656250 +-0.086914062500 +0.018066406250 +0.155273437500 +0.000299453735 +0.173828125000 +-0.032226562500 +0.023437500000 +-0.020996093750 +0.010253906250 +-0.068847656250 +-0.166992187500 +0.025024414062 +-0.104492187500 +-0.100097656250 +0.050537109375 +-0.086914062500 +0.052001953125 +-0.066406250000 +-0.081542968750 +-0.074218750000 +-0.031127929688 +0.177734375000 +0.064453125000 +-0.039062500000 +-0.153320312500 +-0.078125000000 +-0.108886718750 +0.125976562500 +-0.000394821167 +0.001564025879 +0.067382812500 +0.144531250000 +-0.201171875000 +-0.096679687500 +-0.019897460938 +0.026977539062 +0.063476562500 +-0.024536132812 +0.208007812500 +-0.036621093750 +-0.011291503906 +-0.041015625000 +-0.088378906250 +-0.002304077148 +0.119628906250 +-0.117187500000 +0.108886718750 +0.176757812500 +-0.137695312500 +-0.095214843750 +0.108886718750 +0.084960937500 +-0.023437500000 +-0.031982421875 +-0.064941406250 +-0.022949218750 +0.001983642578 +-0.075683593750 +-0.092285156250 +0.000652313232 +0.150390625000 +-0.010192871094 +0.001480102539 +-0.002273559570 +0.060058593750 +0.067382812500 +-0.128906250000 +-0.045166015625 +-0.072753906250 +-0.080078125000 +-0.050781250000 +-0.148437500000 +0.005737304688 +-0.298828125000 +-0.071777343750 +-0.191406250000 +0.133789062500 +-0.049072265625 +0.084472656250 +0.045410156250 +-0.238281250000 +0.032470703125 +0.010681152344 +-0.107910156250 +0.035400390625 +0.083007812500 +0.163085937500 +-0.075195312500 +-0.125976562500 +0.019653320312 +0.146484375000 +-0.018310546875 +-0.092285156250 +-0.054687500000 +-0.003677368164 +0.065917968750 +0.025634765625 +-0.016967773438 +0.080566406250 +-0.066894531250 +-0.052246093750 +0.144531250000 +-0.217773437500 +-0.078125000000 +0.135742187500 +0.031494140625 +-0.218750000000 +-0.035400390625 +0.005584716797 +0.030639648438 +-0.090820312500 +0.056640625000 +0.043701171875 +0.017456054688 +0.087890625000 +-0.011779785156 +0.110839843750 +0.002548217773 +-0.121582031250 +-0.046142578125 +0.043457031250 +0.229492187500 +-0.091796875000 +-0.014587402344 +0.004547119141 +0.071289062500 +0.105957031250 +0.112304687500 +0.077148437500 +0.058105468750 +0.029052734375 +-0.080078125000 +-0.077636718750 +0.070800781250 +-0.044921875000 +0.084472656250 +0.072265625000 +-0.017700195312 +0.012817382812 +-0.030029296875 +-0.043457031250 +-0.212890625000 +0.060058593750 +0.030517578125 +0.125976562500 +-0.172851562500 +-0.056640625000 +0.101074218750 +-0.043701171875 +-0.083984375000 +0.052490234375 +0.065429687500 +-0.091796875000 +0.106445312500 +-0.107421875000 +0.039794921875 +0.039306640625 +0.045410156250 +0.138671875000 +0.125976562500 +-0.021240234375 +-0.082519531250 +0.060058593750 +-0.006622314453 +-0.027465820312 +0.119628906250 +0.068847656250 +0.119140625000 +0.016845703125 +0.034179687500 +0.168945312500 +-0.100585937500 +0.022216796875 +0.079589843750 +0.100585937500 +-0.022827148438 +0.062988281250 +0.130859375000 +-0.027954101562 +0.083496093750 +-0.059814453125 +-0.003204345703 +-0.206054687500 +-0.126953125000 +-0.010498046875 +-0.075195312500 +-0.032226562500 +-0.061279296875 +0.080566406250 +-0.012634277344 +0.081054687500 +0.101562500000 +0.095703125000 +0.069824218750 +0.054931640625 +0.130859375000 +-0.027221679688 +0.097656250000 +-0.085449218750 +0.101562500000 +-0.075195312500 +0.037109375000 +0.000446319580 +0.077636718750 +0.116210937500 +-0.045898437500 +-0.120117187500 +0.143554687500 +-0.037353515625 +-0.039062500000 +-0.175781250000 +-0.023559570312 +0.084472656250 +0.044433593750 +0.138671875000 +0.027343750000 +-0.049316406250 +-0.015747070312 +0.102050781250 +-0.153320312500 +0.135742187500 +-0.052978515625 +0.027221679688 +-0.067871093750 +-0.001640319824 +-0.049072265625 +-0.182617187500 +-0.083496093750 +-0.118652343750 +0.008789062500 +-0.082519531250 +0.003204345703 +-0.160156250000 +0.047607421875 +0.082519531250 +-0.110839843750 +-0.083496093750 +-0.156250000000 +-0.054687500000 +-0.057373046875 +0.125000000000 +-0.083496093750 +0.038330078125 +0.168945312500 +-0.100585937500 +-0.032958984375 +0.028076171875 +0.143554687500 +0.012756347656 +0.148437500000 +0.149414062500 +-0.007324218750 +0.075195312500 +-0.122070312500 +0.060058593750 +0.034667968750 +0.190429687500 +0.045898437500 +0.035400390625 +-0.055419921875 +0.044677734375 +0.091796875000 +-0.051757812500 +-0.086425781250 +-0.069824218750 +0.027832031250 +0.071777343750 +0.097656250000 +0.030639648438 +0.028320312500 +0.148437500000 +-0.158203125000 +0.021118164062 +0.027465820312 +0.063964843750 +-0.040527343750 +-0.019409179688 +0.057128906250 +-0.005798339844 +-0.235351562500 +-0.022460937500 +0.014892578125 +-0.096679687500 +-0.215820312500 +0.192382812500 +0.064941406250 +0.148437500000 +-0.056152343750 +0.285156250000 +0.063476562500 +0.124511718750 +0.143554687500 +0.059082031250 +0.125976562500 +-0.114746093750 +0.045898437500 +-0.132812500000 +0.013183593750 +-0.097656250000 +-0.012817382812 +-0.159179687500 +-0.021240234375 +0.081054687500 +-0.021850585938 +-0.152343750000 +-0.087890625000 +-0.055175781250 +-0.058837890625 +-0.071289062500 +-0.066406250000 +0.109863281250 +-0.211914062500 +-0.033203125000 +-0.126953125000 +0.088378906250 +-0.177734375000 +-0.068847656250 +-0.117675781250 +0.253906250000 +-0.236328125000 +-0.057373046875 +0.166015625000 +0.111816406250 +-0.083007812500 +-0.091796875000 +-0.062988281250 +0.018798828125 +-0.023925781250 +0.111816406250 +-0.073730468750 +-0.230468750000 +-0.003372192383 +0.025268554688 +-0.103027343750 +0.306640625000 +-0.045410156250 +-0.080078125000 +-0.287109375000 +-0.122558593750 +0.129882812500 +0.156250000000 +0.150390625000 +0.091308593750 +-0.044677734375 +0.076171875000 +-0.032714843750 +-0.000402450562 +-0.249023437500 +-0.141601562500 +0.089843750000 +0.018676757812 +0.082519531250 +0.037353515625 +0.087402343750 +-0.056152343750 +-0.002838134766 +-0.072265625000 +-0.127929687500 +-0.002502441406 +-0.091796875000 +-0.082519531250 +0.072753906250 +-0.094238281250 +0.006164550781 +0.048828125000 +-0.087402343750 +0.047119140625 +-0.029296875000 +0.023925781250 +0.046875000000 +0.171875000000 +-0.138671875000 +-0.009155273438 +0.030517578125 +0.005859375000 +0.035400390625 +0.015563964844 +-0.126953125000 +-0.149414062500 +-0.005126953125 +0.015502929688 +0.098144531250 +0.085449218750 +-0.178710937500 +0.009704589844 +0.015869140625 +0.021728515625 +0.090820312500 +0.035644531250 +-0.048828125000 +-0.072265625000 +0.132812500000 +-0.035888671875 +-0.024414062500 +-0.034179687500 +0.077636718750 +0.031127929688 +0.038330078125 +0.042480468750 +-0.029785156250 +0.012084960938 +0.089843750000 +0.157226562500 +-0.042724609375 +0.112792968750 +0.101562500000 +-0.026245117188 +0.035400390625 +-0.004486083984 +-0.022338867188 +0.156250000000 +0.013061523438 +-0.129882812500 +0.076171875000 +0.062500000000 +-0.040039062500 +0.228515625000 +0.113281250000 +0.067871093750 +0.022216796875 +0.023193359375 +-0.040283203125 +-0.129882812500 +0.059326171875 +-0.073242187500 +-0.044433593750 +0.096191406250 +0.081054687500 +-0.143554687500 +-0.001731872559 +0.086425781250 +0.008178710938 +-0.148437500000 +-0.012451171875 +0.093261718750 +0.034667968750 +-0.010803222656 +0.063476562500 +0.107910156250 +-0.049072265625 +-0.132812500000 +0.019287109375 +0.046630859375 +0.083496093750 +0.028564453125 +0.048828125000 +-0.083007812500 +0.075683593750 +0.110351562500 +0.013732910156 +-0.124023437500 +-0.082031250000 +0.183593750000 +-0.045898437500 +-0.132812500000 +0.179687500000 +0.068359375000 +0.075195312500 +0.072265625000 +0.166015625000 +-0.092773437500 +-0.034423828125 +0.043945312500 +0.036865234375 +-0.166992187500 +-0.052490234375 +0.146484375000 +0.122558593750 +0.153320312500 +-0.071777343750 +0.054931640625 +0.162109375000 +-0.063964843750 +-0.041992187500 +-0.017211914062 +-0.045410156250 +-0.058105468750 +0.214843750000 +0.018554687500 +0.067382812500 +0.043945312500 +-0.081542968750 +-0.082519531250 +-0.060791015625 +0.112304687500 +-0.000324249268 +0.088378906250 +-0.039794921875 +-0.112792968750 +-0.103515625000 +0.138671875000 +0.008117675781 +-0.106445312500 +-0.111328125000 +0.071777343750 +0.037841796875 +0.054931640625 +0.089843750000 +0.059082031250 +0.091796875000 +-0.025878906250 +-0.141601562500 +-0.021362304688 +0.040283203125 +-0.031494140625 +-0.105957031250 +-0.160156250000 +0.007202148438 +0.119140625000 +-0.119628906250 +-0.049560546875 +-0.009460449219 +0.079101562500 +0.049804687500 +-0.001998901367 +-0.028442382812 +0.112304687500 +0.056152343750 +0.067871093750 +-0.032470703125 +0.030639648438 +0.059570312500 +-0.016113281250 +-0.013916015625 +0.007415771484 +-0.048095703125 +-0.107910156250 +-0.058593750000 +0.043457031250 +-0.066406250000 +-0.121582031250 +0.020141601562 +0.042968750000 +-0.078613281250 +0.031738281250 +-0.106445312500 +-0.112304687500 +0.038330078125 +-0.057617187500 +0.123535156250 +-0.095214843750 +0.133789062500 +0.178710937500 +-0.155273437500 +0.269531250000 +0.104980468750 +-0.083984375000 +-0.052246093750 +0.044433593750 +-0.044921875000 +-0.099121093750 +-0.061767578125 +-0.127929687500 +0.010375976562 +0.083496093750 +-0.040771484375 +0.016479492188 +0.068359375000 +-0.032958984375 +0.095214843750 +-0.285156250000 +0.151367187500 +0.027587890625 +-0.022460937500 +0.039062500000 +-0.012451171875 +0.052490234375 +0.155273437500 +0.070312500000 +0.125976562500 +0.102539062500 +-0.012756347656 +0.024291992188 +-0.016479492188 +0.159179687500 +-0.169921875000 +0.023803710938 +-0.144531250000 +0.004577636719 +-0.083984375000 +0.045166015625 +-0.077636718750 +0.055908203125 +-0.075195312500 +0.021240234375 +-0.105957031250 +-0.008544921875 +-0.017211914062 +-0.180664062500 +-0.077148437500 +-0.016113281250 +0.031494140625 +0.128906250000 +-0.093750000000 +0.072265625000 +0.115234375000 +-0.052001953125 +0.002182006836 +0.083496093750 +-0.004425048828 +-0.051757812500 +-0.023925781250 +-0.253906250000 +0.064453125000 +-0.050048828125 +-0.098632812500 +0.008300781250 +0.045166015625 +-0.029052734375 +0.073242187500 +0.142578125000 +-0.069335937500 +-0.055908203125 +0.051025390625 +-0.146484375000 +-0.180664062500 +-0.073242187500 +-0.027465820312 +-0.096191406250 +-0.103027343750 +-0.231445312500 +0.089355468750 +-0.022094726562 +-0.050292968750 +-0.054199218750 +-0.069335937500 +-0.033447265625 +-0.021728515625 +-0.037353515625 +-0.106445312500 +0.004943847656 +-0.087402343750 +0.060302734375 +0.052490234375 +0.068359375000 +0.020507812500 +-0.010375976562 +-0.052490234375 +-0.047363281250 +0.070800781250 +0.082519531250 +0.053955078125 +0.114257812500 +0.076171875000 +0.148437500000 +0.122558593750 +0.011413574219 +-0.213867187500 +-0.032226562500 +0.041748046875 +-0.125976562500 +-0.101074218750 +-0.105468750000 +0.069335937500 +-0.040039062500 +0.104492187500 +-0.045410156250 +0.069335937500 +-0.075195312500 +-0.124023437500 +0.108886718750 +-0.117675781250 +0.062500000000 +-0.060058593750 +0.122558593750 +-0.006988525391 +0.122558593750 +0.063476562500 +0.069335937500 +0.007995605469 +-0.032714843750 +0.058105468750 +-0.113281250000 +-0.032714843750 +0.007080078125 +0.208984375000 +-0.109863281250 +-0.101562500000 +0.024902343750 +0.062011718750 +0.125976562500 +0.020874023438 +0.086914062500 +-0.110839843750 +0.024780273438 +-0.010253906250 +-0.031127929688 +-0.110839843750 +0.026000976562 +-0.083007812500 +0.114257812500 +0.036621093750 +0.049804687500 +-0.122558593750 +-0.065917968750 +0.081542968750 +0.084960937500 +0.008178710938 +-0.085449218750 +-0.137695312500 +0.122070312500 +-0.091308593750 +0.088867187500 +-0.103027343750 +0.115234375000 +0.077636718750 +0.065429687500 +0.025878906250 +-0.094238281250 +-0.015075683594 +-0.060302734375 +-0.129882812500 +0.028564453125 +0.078125000000 +-0.011291503906 +-0.304687500000 +0.013977050781 +-0.051757812500 +-0.062255859375 +0.059570312500 +-0.211914062500 +0.158203125000 +-0.033203125000 +-0.025634765625 +0.176757812500 +0.076171875000 +-0.006317138672 +-0.016235351562 +0.431640625000 +0.112304687500 +0.014526367188 +0.049072265625 +0.035888671875 +-0.033935546875 +0.197265625000 +0.085937500000 +0.009277343750 +-0.172851562500 +0.168945312500 +-0.030273437500 +0.104980468750 +-0.041259765625 +-0.179687500000 +0.049804687500 +0.022949218750 +0.012268066406 +0.021850585938 +-0.083007812500 +0.214843750000 +0.061279296875 +0.008361816406 +0.074218750000 +0.131835937500 +-0.005096435547 +-0.094726562500 +-0.043212890625 +0.004211425781 +0.095214843750 +-0.035644531250 +0.001701354980 +-0.075195312500 +0.005432128906 +0.071289062500 +-0.225585937500 +0.135742187500 +0.037109375000 +-0.061767578125 +0.032470703125 +-0.175781250000 +-0.084472656250 +-0.055908203125 +-0.130859375000 +-0.106933593750 +0.040527343750 +0.035888671875 +0.055175781250 +0.171875000000 +0.127929687500 +0.088378906250 +0.152343750000 +-0.178710937500 +0.080566406250 +0.011962890625 +-0.112792968750 +-0.052246093750 +-0.072265625000 +-0.092285156250 +0.028564453125 +-0.071777343750 +0.060058593750 +-0.020751953125 +0.062011718750 +-0.041503906250 +0.108398437500 +-0.267578125000 +-0.087402343750 +0.025390625000 +0.088378906250 +-0.107421875000 +-0.088378906250 +0.019165039062 +-0.035400390625 +-0.179687500000 +0.119140625000 +0.065917968750 +-0.048583984375 +-0.056152343750 +-0.000949859619 +0.108886718750 +-0.168945312500 +0.044189453125 +-0.179687500000 +-0.076171875000 +-0.021240234375 +0.055908203125 +-0.125000000000 +0.118164062500 +-0.181640625000 +0.004302978516 +-0.011840820312 +-0.058593750000 +-0.041503906250 +0.020751953125 +0.076660156250 +-0.060302734375 +-0.106933593750 +-0.144531250000 +-0.091796875000 +-0.000232696533 +0.136718750000 +0.000354766846 +-0.058105468750 +-0.172851562500 +-0.128906250000 +0.200195312500 +-0.054199218750 +-0.128906250000 +0.100097656250 +-0.144531250000 +-0.110839843750 +-0.004974365234 +-0.005462646484 +-0.052246093750 +-0.010559082031 +0.076171875000 +0.084472656250 +0.094726562500 +-0.028930664062 +0.033203125000 +0.008056640625 +-0.089355468750 +0.097656250000 +0.133789062500 +0.042480468750 +-0.185546875000 +0.129882812500 +0.098144531250 +0.051513671875 +-0.176757812500 +-0.108398437500 +0.030273437500 +-0.003616333008 +0.152343750000 +-0.062500000000 +0.055419921875 +0.007537841797 +0.037353515625 +0.024536132812 +0.000123977661 +-0.122558593750 +-0.024536132812 +-0.122558593750 +-0.114257812500 +-0.072753906250 +0.036621093750 +-0.027343750000 +-0.158203125000 +0.044433593750 +-0.039794921875 +-0.015869140625 +0.031738281250 +0.088867187500 +0.088867187500 +0.100097656250 +-0.115722656250 +-0.085449218750 +0.026245117188 +0.095703125000 +0.010559082031 +0.080078125000 +0.115722656250 +-0.059326171875 +-0.045898437500 +-0.038330078125 +0.059570312500 +0.043701171875 +-0.093261718750 +0.093261718750 +-0.057128906250 +0.009643554688 +0.051025390625 +-0.079101562500 +-0.163085937500 +-0.150390625000 +-0.032714843750 +-0.083984375000 +0.066894531250 +0.017944335938 +-0.083496093750 +-0.057617187500 +0.020141601562 +-0.130859375000 +0.066894531250 +0.168945312500 +-0.092285156250 +0.004669189453 +0.021850585938 +-0.077148437500 +-0.037597656250 +0.013488769531 +0.046630859375 +-0.016845703125 +0.157226562500 +0.031982421875 +-0.010253906250 +0.120605468750 +0.094238281250 +0.229492187500 +0.108886718750 +-0.029907226562 +-0.044433593750 +0.033935546875 +0.041992187500 +-0.044677734375 +0.097167968750 +-0.045654296875 +-0.051513671875 +0.038330078125 +0.124511718750 +-0.019042968750 +-0.026489257812 +-0.015380859375 +-0.036132812500 +0.077636718750 +0.084960937500 +0.099609375000 +0.024047851562 +-0.019042968750 +0.011657714844 +-0.043945312500 +0.025024414062 +-0.052001953125 +0.086425781250 +-0.057617187500 +-0.033203125000 +-0.117675781250 +0.132812500000 +0.033691406250 +0.104492187500 +0.106933593750 +0.048828125000 +-0.017333984375 +-0.073242187500 +-0.041259765625 +-0.137695312500 +0.052001953125 +0.033203125000 +0.084472656250 +-0.021362304688 +-0.056640625000 +-0.077148437500 +-0.070800781250 +-0.077636718750 +0.013305664062 +0.075683593750 +-0.026489257812 +-0.219726562500 +0.007629394531 +-0.087402343750 +-0.106933593750 +-0.040283203125 +-0.014404296875 +0.068359375000 +-0.042968750000 +-0.064941406250 +-0.052978515625 +-0.026245117188 +-0.043945312500 +0.051025390625 +-0.027954101562 +-0.154296875000 +0.001411437988 +-0.119140625000 +-0.053710937500 +0.022338867188 +-0.065429687500 +0.096679687500 +0.024169921875 +-0.014587402344 +-0.043212890625 +0.046142578125 +-0.015991210938 +0.024536132812 +-0.019653320312 +-0.104003906250 +0.114746093750 +0.034667968750 +-0.127929687500 +-0.040771484375 +0.004241943359 +0.082519531250 +-0.021484375000 +0.035156250000 +-0.099609375000 +0.018432617188 +0.165039062500 +0.004150390625 +0.016967773438 +-0.075683593750 +-0.097656250000 +0.020263671875 +-0.064453125000 +-0.152343750000 +0.001853942871 +0.097167968750 +-0.071777343750 +0.093261718750 +-0.027221679688 +0.116699218750 +0.047119140625 +0.189453125000 +0.013183593750 +0.035888671875 +0.179687500000 +0.020629882812 +0.088867187500 +-0.002731323242 +-0.064453125000 +0.048583984375 +-0.051757812500 +0.017822265625 +-0.035156250000 +-0.049316406250 +-0.110839843750 +0.144531250000 +-0.171875000000 +0.063476562500 +0.053710937500 +0.089843750000 +0.059082031250 +-0.011901855469 +0.077636718750 +-0.027709960938 +-0.046386718750 +-0.105468750000 +0.017944335938 +0.126953125000 +0.006744384766 +0.166992187500 +0.099121093750 +-0.090332031250 +-0.265625000000 +-0.249023437500 +0.026367187500 +0.066406250000 +0.066894531250 +-0.069335937500 +0.013061523438 +-0.045898437500 +-0.038330078125 +0.066894531250 +-0.056640625000 +0.064453125000 +0.069824218750 +-0.008789062500 +-0.043212890625 +-0.113769531250 +-0.107421875000 +-0.004852294922 +-0.012084960938 +0.080566406250 +0.064453125000 +-0.176757812500 +-0.107910156250 +-0.070800781250 +0.031494140625 +0.033691406250 +-0.050292968750 +0.008544921875 +-0.041748046875 +0.145507812500 +0.182617187500 +-0.068847656250 +0.062011718750 +0.003265380859 +-0.087890625000 +-0.106445312500 +0.161132812500 +0.030639648438 +-0.219726562500 +0.035156250000 +-0.031982421875 +-0.082031250000 +0.164062500000 +0.008605957031 +0.204101562500 +-0.120117187500 +0.061767578125 +-0.097167968750 +0.006164550781 +-0.061767578125 +0.261718750000 +-0.074707031250 +0.085449218750 +-0.166015625000 +-0.047119140625 +-0.011291503906 +0.196289062500 +0.041992187500 +0.019165039062 +0.064453125000 +0.024414062500 +0.132812500000 +-0.179687500000 +-0.039306640625 +-0.144531250000 +0.004638671875 +-0.128906250000 +0.084960937500 +-0.000055313110 +-0.050781250000 +0.084960937500 +-0.067382812500 +-0.074707031250 +0.085449218750 +0.037109375000 +-0.009826660156 +-0.053955078125 +-0.019042968750 +-0.076660156250 +0.089843750000 +-0.271484375000 +0.092285156250 +-0.000972747803 +-0.116210937500 +0.069335937500 +0.122558593750 +0.011291503906 +0.067382812500 +-0.141601562500 +0.078613281250 +-0.018920898438 +0.020263671875 +0.107421875000 +-0.049804687500 +0.152343750000 +0.106445312500 +-0.065429687500 +-0.063964843750 +-0.043212890625 +-0.039306640625 +0.060791015625 +-0.157226562500 +-0.106933593750 +-0.005279541016 +-0.094726562500 +0.175781250000 +-0.073242187500 +-0.042236328125 +-0.023559570312 +-0.144531250000 +-0.180664062500 +0.100097656250 +-0.033935546875 +0.015747070312 +0.012878417969 +-0.049072265625 +-0.033203125000 +0.152343750000 +0.044433593750 +0.084960937500 +0.084472656250 +0.055175781250 +-0.128906250000 +-0.179687500000 +-0.240234375000 +0.013549804688 +-0.073730468750 +-0.143554687500 +-0.089355468750 +-0.114257812500 +0.018554687500 +-0.052734375000 +-0.055419921875 +0.064453125000 +-0.120605468750 +-0.022705078125 +0.056396484375 +0.073242187500 +-0.001289367676 +-0.104492187500 +0.070800781250 +0.125000000000 +0.057861328125 +-0.083496093750 +-0.024047851562 +-0.142578125000 +0.206054687500 +-0.057128906250 +-0.016357421875 +-0.026367187500 +0.028564453125 +0.014831542969 +0.087890625000 +0.075195312500 +-0.310546875000 +-0.039306640625 +-0.061279296875 +-0.134765625000 +0.035156250000 +0.038818359375 +-0.048828125000 +-0.042724609375 +0.028198242188 +0.022460937500 +-0.013732910156 +-0.056396484375 +-0.087402343750 +0.006713867188 +-0.107910156250 +-0.083496093750 +-0.104492187500 +-0.182617187500 +0.076660156250 +-0.146484375000 +0.060546875000 +-0.110839843750 +-0.076660156250 +-0.001808166504 +-0.173828125000 +-0.076660156250 +0.030761718750 +-0.005798339844 +0.094238281250 +0.074218750000 +-0.030029296875 +-0.103515625000 +0.050292968750 +0.117675781250 +0.047363281250 +0.009704589844 +-0.061767578125 +-0.057861328125 +-0.083007812500 +-0.062255859375 +-0.018310546875 +-0.030029296875 +0.072753906250 +0.006591796875 +-0.036865234375 +-0.125976562500 +-0.004791259766 +0.002029418945 +-0.086425781250 +-0.001342773438 +0.104003906250 +-0.041748046875 +0.070800781250 +-0.059814453125 +-0.084472656250 +-0.087402343750 +-0.150390625000 +0.099609375000 +0.147460937500 +0.049560546875 +-0.105957031250 +-0.046875000000 +0.158203125000 +-0.093261718750 +0.046386718750 +-0.013244628906 +-0.110839843750 +0.033447265625 +-0.032470703125 +-0.026489257812 +-0.153320312500 +-0.067382812500 +-0.010131835938 +-0.029663085938 +0.073242187500 +-0.120605468750 +-0.052246093750 +0.044189453125 +0.039062500000 +-0.195312500000 +-0.094238281250 +-0.135742187500 +-0.046142578125 +0.112304687500 +0.151367187500 +0.071289062500 +-0.205078125000 +0.096679687500 +0.006713867188 +0.019409179688 +0.083007812500 +-0.009033203125 +0.014770507812 +-0.002777099609 +-0.018066406250 +0.066406250000 +0.099609375000 +-0.045410156250 +0.042968750000 +-0.020263671875 +-0.084472656250 +0.056884765625 +-0.040283203125 +0.105957031250 +-0.044189453125 +0.082519531250 +-0.080566406250 +-0.062988281250 +-0.135742187500 +-0.025878906250 +-0.110351562500 +-0.094238281250 +0.065429687500 +0.037353515625 +0.079589843750 +0.127929687500 +0.120605468750 +0.088867187500 +0.041992187500 +-0.059570312500 +-0.024414062500 +-0.079589843750 +0.042480468750 +0.007202148438 +-0.095703125000 +-0.127929687500 +0.047363281250 +0.166992187500 +-0.165039062500 +-0.000972747803 +0.010131835938 +0.021850585938 +-0.005920410156 +0.089843750000 +-0.006530761719 +0.140625000000 +0.069824218750 +0.033691406250 +0.074218750000 +-0.047607421875 +0.018188476562 +-0.023803710938 +-0.104980468750 +-0.212890625000 +0.058837890625 +-0.018432617188 +0.032714843750 +0.051513671875 +0.004028320312 +-0.095703125000 +0.025634765625 +0.029052734375 +-0.132812500000 +0.038818359375 +-0.003936767578 +0.028320312500 +0.169921875000 +0.075683593750 +0.010192871094 +-0.031005859375 +0.101074218750 +0.027832031250 +0.036621093750 +-0.013671875000 +-0.051269531250 +0.011474609375 +-0.127929687500 +-0.080566406250 +0.046630859375 +-0.018676757812 +-0.112792968750 +0.062988281250 +-0.011779785156 +-0.024291992188 +0.072265625000 +-0.114257812500 +-0.076171875000 +-0.005218505859 +-0.052490234375 +-0.114746093750 +-0.034423828125 +0.090820312500 +-0.015014648438 +-0.080078125000 +0.027099609375 +-0.035400390625 +-0.078613281250 +0.016601562500 +0.072265625000 +0.066406250000 +-0.082031250000 +-0.026733398438 +0.246093750000 +-0.092773437500 +-0.030761718750 +-0.042480468750 +-0.047851562500 +0.003677368164 +0.054443359375 +-0.091796875000 +0.012695312500 +0.022827148438 +-0.032226562500 +-0.043945312500 +-0.008422851562 +-0.046386718750 +0.049316406250 +0.062500000000 +0.016845703125 +0.015380859375 +-0.177734375000 +-0.068359375000 +-0.087402343750 +0.199218750000 +0.034423828125 +0.069335937500 +0.079101562500 +-0.033691406250 +0.015075683594 +-0.138671875000 +-0.095214843750 +-0.271484375000 +0.052246093750 +-0.056884765625 +0.095214843750 +-0.058593750000 +-0.055664062500 +0.067871093750 +-0.041015625000 +0.089843750000 +0.250000000000 +0.031005859375 +0.089843750000 +0.036621093750 +0.022827148438 +-0.105957031250 +0.120605468750 +-0.059814453125 +-0.039062500000 +0.014648437500 +-0.037109375000 +-0.029052734375 +0.047607421875 +-0.089843750000 +-0.038085937500 +-0.004486083984 +-0.040771484375 +0.024291992188 +-0.126953125000 +0.028442382812 +0.110839843750 +-0.011047363281 +-0.027954101562 +-0.100097656250 +0.002914428711 +0.034179687500 +0.080078125000 +0.114746093750 +0.009033203125 +0.247070312500 +-0.042236328125 +-0.086914062500 +-0.036621093750 +0.049560546875 +-0.136718750000 +0.028442382812 +0.181640625000 +-0.000717163086 +0.003936767578 +0.024658203125 +0.042968750000 +-0.055419921875 +0.086425781250 +-0.030639648438 +-0.160156250000 +-0.026611328125 +0.010925292969 +0.076171875000 +-0.119628906250 +-0.039062500000 +-0.157226562500 +0.014648437500 +-0.019897460938 +-0.127929687500 +0.172851562500 +-0.094726562500 +-0.092773437500 +0.010986328125 +-0.024780273438 +0.000919342041 +0.054199218750 +-0.027832031250 +-0.017578125000 +-0.063964843750 +-0.038085937500 +-0.037353515625 +0.036376953125 +-0.085937500000 +-0.000862121582 +0.041259765625 +-0.100585937500 +-0.005676269531 +0.021118164062 +0.053222656250 +-0.141601562500 +-0.002777099609 +-0.006317138672 +-0.012756347656 +0.025634765625 +-0.013427734375 +-0.068359375000 +0.027465820312 +0.032470703125 +0.031738281250 +-0.090820312500 +0.023925781250 +0.054931640625 +0.056884765625 +0.029785156250 +-0.013427734375 +0.221679687500 +-0.016235351562 +-0.129882812500 +0.024658203125 +0.025146484375 +-0.035400390625 +-0.003524780273 +-0.090820312500 +0.014038085938 +0.010742187500 +0.040527343750 +-0.009887695312 +0.016845703125 +-0.038818359375 +0.118652343750 +-0.002792358398 +-0.001014709473 +0.024169921875 +-0.180664062500 +-0.001525878906 +-0.077148437500 +0.141601562500 +0.027832031250 +-0.022827148438 +0.095703125000 +0.050048828125 +-0.086914062500 +-0.006286621094 +-0.032714843750 +-0.208984375000 +0.021972656250 +-0.120605468750 +0.145507812500 +0.084472656250 +-0.050292968750 +-0.001434326172 +-0.014526367188 +0.108398437500 +0.222656250000 +0.043212890625 +-0.024902343750 +0.021484375000 +0.096191406250 +-0.115722656250 +0.074218750000 +-0.005004882812 +-0.110839843750 +0.000892639160 +-0.127929687500 +-0.078125000000 +0.061035156250 +-0.025390625000 +-0.056640625000 +-0.004028320312 +-0.005310058594 +-0.045898437500 +-0.137695312500 +-0.054687500000 +-0.003555297852 +0.031738281250 +-0.127929687500 +0.019042968750 +-0.122558593750 +0.038330078125 +0.042480468750 +0.011169433594 +0.045898437500 +0.206054687500 +0.020996093750 +0.031494140625 +-0.156250000000 +-0.089843750000 +-0.109375000000 +0.010131835938 +0.332031250000 +-0.051025390625 +-0.157226562500 +0.060546875000 +0.096191406250 +-0.005554199219 +-0.044677734375 +0.066406250000 +-0.167968750000 +-0.056396484375 +0.052246093750 +0.025756835938 +-0.035400390625 +-0.032714843750 +-0.042724609375 +-0.082519531250 +-0.086914062500 +0.139648437500 +0.028442382812 +-0.095703125000 +-0.039062500000 +-0.071289062500 +0.062500000000 +-0.096191406250 +0.047607421875 +0.092285156250 +-0.077636718750 +0.081542968750 +-0.084472656250 +0.030029296875 +0.211914062500 +0.050537109375 +-0.009094238281 +0.136718750000 +-0.005859375000 +-0.099609375000 +-0.175781250000 +0.011657714844 +-0.076171875000 +-0.040283203125 +0.125000000000 +0.203125000000 +0.140625000000 +-0.059326171875 +-0.078613281250 +0.072265625000 +0.007293701172 +0.042724609375 +-0.089843750000 +-0.068359375000 +0.074218750000 +-0.026855468750 +0.209960937500 +-0.159179687500 +0.026123046875 +-0.144531250000 +-0.109863281250 +-0.043701171875 +-0.136718750000 +-0.105957031250 +-0.105468750000 +-0.069335937500 +-0.032470703125 +-0.032714843750 +0.132812500000 +0.147460937500 +-0.014526367188 +0.146484375000 +-0.055175781250 +0.162109375000 +0.073730468750 +0.039062500000 +-0.026245117188 +0.064941406250 +0.042724609375 +0.013488769531 +0.161132812500 +-0.133789062500 +-0.081054687500 +0.094238281250 +0.108886718750 +-0.022216796875 +-0.044433593750 +0.159179687500 +0.070312500000 +-0.008117675781 +0.024047851562 +0.199218750000 +0.132812500000 +-0.196289062500 +-0.125976562500 +0.190429687500 +0.267578125000 +0.023071289062 +-0.029541015625 +0.119140625000 +-0.017456054688 +-0.135742187500 +0.033203125000 +-0.000232696533 +-0.204101562500 +0.007537841797 +0.067871093750 +0.063964843750 +0.024291992188 +-0.168945312500 +0.100585937500 +0.035156250000 +-0.104980468750 +-0.082031250000 +-0.087890625000 +0.020507812500 +0.029174804688 +0.043945312500 +0.025390625000 +-0.089843750000 +0.181640625000 +-0.038085937500 +-0.085449218750 +0.004180908203 +0.166015625000 +0.099609375000 +0.028930664062 +0.027709960938 +0.081054687500 +0.105468750000 +-0.057373046875 +0.011596679688 +0.125976562500 +-0.021850585938 +-0.003112792969 +0.021850585938 +0.006958007812 +0.164062500000 +0.085937500000 +-0.040527343750 +0.135742187500 +-0.013000488281 +-0.022583007812 +-0.115234375000 +-0.020629882812 +0.019531250000 +0.259765625000 +-0.075683593750 +-0.037841796875 +0.186523437500 +-0.021362304688 +0.032470703125 +-0.093750000000 +0.026000976562 +0.007293701172 +0.011352539062 +0.048828125000 +-0.152343750000 +-0.129882812500 +-0.037841796875 +-0.047607421875 +-0.113281250000 +0.092285156250 +-0.043945312500 +0.055175781250 +0.085937500000 +0.026977539062 +-0.064453125000 +-0.141601562500 +-0.121582031250 +-0.080078125000 +-0.062988281250 +0.039794921875 +-0.019165039062 +0.011108398438 +-0.017456054688 +-0.232421875000 +-0.016845703125 +0.000839233398 +0.104492187500 +0.058593750000 +-0.046630859375 +0.014038085938 +-0.019042968750 +0.094726562500 +-0.063964843750 +0.079589843750 +-0.097167968750 +0.056396484375 +-0.050292968750 +-0.025634765625 +0.070312500000 +-0.057373046875 +-0.070800781250 +-0.002914428711 +0.056884765625 +0.000713348389 +-0.001266479492 +-0.054199218750 +-0.017089843750 +0.004608154297 +-0.074218750000 +0.088378906250 +0.026367187500 +-0.092285156250 +-0.069824218750 +0.044921875000 +0.087402343750 +-0.074218750000 +0.076660156250 +0.117187500000 +-0.044433593750 +0.064453125000 +-0.038330078125 +-0.085449218750 +-0.128906250000 +0.012084960938 +-0.006195068359 +0.047119140625 +-0.006164550781 +-0.050048828125 +0.023437500000 +-0.107421875000 +-0.075195312500 +-0.085937500000 +0.071289062500 +-0.035400390625 +-0.029907226562 +-0.048095703125 +0.128906250000 +-0.019897460938 +0.036865234375 +-0.139648437500 +-0.156250000000 +0.145507812500 +0.061279296875 +0.148437500000 +-0.052246093750 +-0.052978515625 +0.047851562500 +-0.028442382812 +0.117187500000 +-0.066894531250 +0.012451171875 +-0.083007812500 +0.019531250000 +-0.128906250000 +-0.079101562500 +0.173828125000 +0.035888671875 +0.037353515625 +-0.073730468750 +-0.041748046875 +-0.016113281250 +0.050781250000 +0.096679687500 +0.078613281250 +0.063476562500 +-0.065917968750 +0.040283203125 +-0.012756347656 +0.024169921875 +-0.060791015625 +-0.022216796875 +-0.123046875000 +0.110351562500 +-0.029541015625 +0.024536132812 +0.004364013672 +-0.030395507812 +-0.012939453125 +0.064453125000 +0.013427734375 +-0.018066406250 +0.080566406250 +-0.316406250000 +0.065429687500 +-0.022583007812 +-0.014404296875 +-0.051513671875 +0.017822265625 +-0.105468750000 +0.029663085938 +0.139648437500 +-0.040283203125 +-0.011718750000 +-0.084472656250 +-0.078125000000 +-0.138671875000 +0.064453125000 +0.095703125000 +-0.014282226562 +0.118164062500 +-0.296875000000 +-0.072265625000 +-0.162109375000 +-0.191406250000 +0.014831542969 +-0.076660156250 +-0.271484375000 +0.000202178955 +-0.104492187500 +0.193359375000 +0.062500000000 +-0.029907226562 +0.141601562500 +-0.016967773438 +0.008056640625 +-0.188476562500 +-0.281250000000 +0.006683349609 +0.098144531250 +-0.057373046875 +-0.103027343750 +-0.012878417969 +-0.133789062500 +0.049316406250 +-0.100585937500 +0.142578125000 +0.062011718750 +0.163085937500 +0.069824218750 +-0.204101562500 +0.145507812500 +0.046875000000 +0.023681640625 +0.135742187500 +0.065429687500 +-0.068359375000 +-0.306640625000 +0.012573242188 +-0.170898437500 +0.036376953125 +-0.036865234375 +-0.028808593750 +-0.034423828125 +-0.146484375000 +-0.009521484375 +0.139648437500 +0.207031250000 +-0.034179687500 +0.013000488281 +-0.069824218750 +0.065917968750 +-0.036132812500 +-0.146484375000 +-0.103027343750 +-0.116210937500 +-0.273437500000 +-0.292968750000 +0.022705078125 +-0.021484375000 +0.068847656250 +-0.036621093750 +-0.039062500000 +0.013549804688 +0.020874023438 +-0.079101562500 +-0.127929687500 +-0.108398437500 +0.067382812500 +-0.349609375000 +-0.062988281250 +0.061767578125 +0.077636718750 +0.001457214355 +-0.070800781250 +-0.114257812500 +-0.049072265625 +-0.076660156250 +0.095214843750 +-0.139648437500 +0.094726562500 +-0.076171875000 +-0.030151367188 +0.214843750000 +-0.077636718750 +-0.017333984375 +0.204101562500 +0.022705078125 +-0.180664062500 +-0.005432128906 +-0.096679687500 +0.044677734375 +0.015014648438 +0.096679687500 +0.028198242188 +-0.053955078125 +-0.010498046875 +-0.030883789062 +0.118652343750 +-0.196289062500 +-0.118164062500 +0.281250000000 +-0.351562500000 +0.089355468750 +-0.111328125000 +-0.052001953125 +-0.386718750000 +-0.050781250000 +0.096191406250 +-0.247070312500 +-0.086914062500 +0.112792968750 +0.165039062500 +0.075195312500 +-0.059570312500 +-0.060546875000 +0.055175781250 +0.123046875000 +0.143554687500 +-0.001327514648 +-0.154296875000 +-0.085449218750 +-0.046875000000 +-0.045410156250 +0.038330078125 +0.161132812500 +-0.023071289062 +-0.077148437500 +-0.089843750000 +0.194335937500 +0.062011718750 +-0.047363281250 +-0.011047363281 +-0.037109375000 +-0.166015625000 +-0.007476806641 +-0.099609375000 +0.031738281250 +-0.011108398438 +0.007629394531 +-0.010681152344 +-0.028930664062 +0.012329101562 +0.026855468750 +-0.161132812500 +0.051513671875 +0.002838134766 +-0.109863281250 +-0.159179687500 +0.089843750000 +0.135742187500 +0.011718750000 +-0.124023437500 +0.161132812500 +0.078613281250 +-0.082519531250 +-0.196289062500 +0.006500244141 +0.094726562500 +0.060302734375 +0.058105468750 +0.088378906250 +0.085449218750 +-0.059814453125 +0.091308593750 +-0.130859375000 +-0.089843750000 +0.029663085938 +0.145507812500 +-0.016479492188 +-0.005371093750 +0.124023437500 +0.194335937500 +-0.154296875000 +0.102050781250 +-0.137695312500 +0.209960937500 +0.070312500000 +0.165039062500 +0.081542968750 +0.067382812500 +0.164062500000 +-0.093261718750 +0.294921875000 +0.089843750000 +-0.037353515625 +0.027465820312 +-0.164062500000 +-0.098144531250 +0.080566406250 +0.027832031250 +-0.092773437500 +-0.113281250000 +-0.054443359375 +-0.032470703125 +-0.019409179688 +-0.007202148438 +-0.105468750000 +0.063476562500 +-0.055175781250 +-0.298828125000 +-0.050537109375 +-0.039306640625 +0.107421875000 +0.049560546875 +-0.017089843750 +0.130859375000 +-0.109863281250 +0.024291992188 +-0.177734375000 +-0.279296875000 +-0.173828125000 +-0.013183593750 +0.100585937500 +-0.000747680664 +-0.093750000000 +-0.040771484375 +0.117187500000 +0.064941406250 +-0.159179687500 +0.072265625000 +-0.121093750000 +-0.065917968750 +-0.086425781250 +0.115234375000 +0.000728607178 +-0.027343750000 +0.048095703125 +0.057617187500 +-0.006774902344 +-0.026977539062 +-0.200195312500 +-0.122070312500 +-0.010620117188 +0.119140625000 +0.002075195312 +-0.006591796875 +-0.012878417969 +0.099609375000 +-0.012207031250 +-0.123046875000 +-0.136718750000 +0.021240234375 +-0.098632812500 +-0.124511718750 +-0.136718750000 +0.047363281250 +-0.043701171875 +-0.076171875000 +0.080566406250 +0.056396484375 +0.053222656250 +0.067382812500 +-0.054199218750 +-0.139648437500 +-0.128906250000 +0.031494140625 +0.004943847656 +-0.008789062500 +0.049316406250 +0.058593750000 +-0.067382812500 +-0.015991210938 +0.096191406250 +-0.102539062500 +-0.037353515625 +-0.081542968750 +-0.004058837891 +0.157226562500 +-0.112792968750 +0.001373291016 +0.041992187500 +0.119628906250 +-0.078125000000 +0.059326171875 +-0.181640625000 +0.000556945801 +0.041992187500 +0.038085937500 +-0.052734375000 +0.066406250000 +-0.077636718750 +0.100585937500 +0.022094726562 +0.012756347656 +0.025878906250 +0.016235351562 +-0.045410156250 +-0.035888671875 +-0.099609375000 +0.058105468750 +-0.054687500000 +-0.015197753906 +-0.045410156250 +0.035644531250 +-0.021972656250 +0.051269531250 +-0.166992187500 +0.051025390625 +-0.058105468750 +0.043945312500 +-0.114257812500 +0.076660156250 +0.031250000000 +-0.047119140625 +-0.007537841797 +-0.187500000000 +-0.022094726562 +-0.043457031250 +-0.001281738281 +0.113281250000 +-0.144531250000 +0.015197753906 +0.167968750000 +0.055175781250 +-0.163085937500 +0.150390625000 +0.069824218750 +-0.032226562500 +0.039306640625 +0.029663085938 +0.149414062500 +-0.131835937500 +-0.071777343750 +-0.067382812500 +-0.109375000000 +0.138671875000 +0.200195312500 +-0.069824218750 +-0.096679687500 +-0.036865234375 +0.020019531250 +0.002471923828 +-0.078125000000 +0.190429687500 +-0.081542968750 +0.085937500000 +-0.138671875000 +-0.026489257812 +-0.065917968750 +-0.144531250000 +-0.086425781250 +0.114746093750 +-0.004821777344 +0.029785156250 +-0.110351562500 +-0.038330078125 +-0.246093750000 +0.101562500000 +0.092773437500 +0.113281250000 +-0.111328125000 +-0.056640625000 +0.106445312500 +-0.061279296875 +-0.026855468750 +-0.037841796875 +0.033935546875 +0.095703125000 +-0.241210937500 +0.029663085938 +0.077148437500 +0.036376953125 +0.043701171875 +-0.145507812500 +-0.061523437500 +0.055419921875 +0.044921875000 +0.000312805176 +0.002700805664 +0.091308593750 +-0.014465332031 +-0.056884765625 +0.092773437500 +0.080078125000 +-0.041503906250 +0.016357421875 +0.002227783203 +-0.022460937500 +0.033203125000 +0.079589843750 +-0.044921875000 +0.026245117188 +-0.012207031250 +-0.054687500000 +-0.012023925781 +-0.045654296875 +-0.065917968750 +0.058349609375 +-0.038085937500 +-0.062011718750 +0.015991210938 +0.082519531250 +-0.068847656250 +-0.111328125000 +-0.003860473633 +0.004791259766 +-0.101562500000 +-0.007415771484 +0.119628906250 +-0.023559570312 +0.033935546875 +-0.101074218750 +0.027465820312 +0.076171875000 +-0.085937500000 +-0.016113281250 +-0.115722656250 +-0.050537109375 +0.014343261719 +0.034667968750 +0.100585937500 +0.141601562500 +-0.004669189453 +-0.053466796875 +0.060302734375 +0.008544921875 +-0.003387451172 +0.026733398438 +-0.046875000000 +0.167968750000 +-0.019775390625 +0.138671875000 +0.046142578125 +-0.110351562500 +0.075683593750 +-0.016967773438 +0.050781250000 +-0.006072998047 +0.114257812500 +0.081542968750 +0.010986328125 +0.029663085938 +0.001358032227 +-0.081542968750 +0.020141601562 +-0.088378906250 +-0.111328125000 +-0.050048828125 +0.000976562500 +0.006469726562 +0.089355468750 +-0.004821777344 +0.106933593750 +0.243164062500 +-0.055664062500 +0.056152343750 +-0.005432128906 +0.154296875000 +0.002761840820 +0.067382812500 +-0.032470703125 +0.077148437500 +0.055664062500 +-0.077636718750 +-0.013183593750 +0.145507812500 +-0.002822875977 +-0.005401611328 +0.001464843750 +-0.024047851562 +-0.016601562500 +-0.052246093750 +0.068847656250 +0.002273559570 +0.022216796875 +-0.081054687500 +0.003509521484 +-0.044433593750 +-0.034423828125 +0.025878906250 +-0.057861328125 +-0.077148437500 +0.205078125000 +-0.059570312500 +-0.099121093750 +-0.043457031250 +0.053710937500 +-0.024047851562 +0.025268554688 +0.298828125000 +-0.007202148438 +-0.097167968750 +0.041992187500 +-0.065917968750 +0.003524780273 +0.038085937500 +0.016723632812 +-0.103515625000 +0.026245117188 +-0.067382812500 +0.128906250000 +-0.060791015625 +0.001441955566 +-0.092773437500 +0.060058593750 +-0.051025390625 +-0.025634765625 +-0.045898437500 +-0.025512695312 +-0.058105468750 +0.040283203125 +-0.047119140625 +0.145507812500 +-0.069335937500 +0.093261718750 +-0.058349609375 +-0.047607421875 +0.052246093750 +0.083496093750 +-0.053710937500 +0.136718750000 +0.148437500000 +0.124511718750 +-0.137695312500 +-0.090332031250 +-0.010559082031 +0.007812500000 +0.089843750000 +0.114746093750 +-0.048339843750 +-0.033203125000 +-0.169921875000 +0.078613281250 +-0.131835937500 +-0.042968750000 +-0.049072265625 +-0.009582519531 +-0.062011718750 +-0.012023925781 +-0.011413574219 +-0.086914062500 +0.083496093750 +-0.001251220703 +-0.050537109375 +-0.041259765625 +-0.016357421875 +0.019897460938 +0.142578125000 +0.041015625000 +0.102539062500 +0.069335937500 +0.069824218750 +-0.029663085938 +-0.011230468750 +-0.054443359375 +0.090332031250 +-0.173828125000 +0.023681640625 +-0.197265625000 +0.077148437500 +-0.023803710938 +0.015075683594 +0.008789062500 +0.041259765625 +-0.005096435547 +0.139648437500 +0.079589843750 +-0.100097656250 +0.022338867188 +-0.012939453125 +0.097656250000 +-0.005249023438 +0.051757812500 +0.072265625000 +-0.031738281250 +0.141601562500 +-0.139648437500 +-0.065429687500 +0.018310546875 +0.024902343750 +0.130859375000 +0.092773437500 +-0.127929687500 +-0.019653320312 +0.071289062500 +0.144531250000 +0.033935546875 +0.007629394531 +0.015747070312 +-0.034912109375 +0.104980468750 +0.015869140625 +-0.082031250000 +0.038330078125 +-0.027221679688 +-0.060546875000 +-0.010253906250 +-0.006408691406 +-0.164062500000 +-0.186523437500 +-0.109863281250 +-0.101562500000 +-0.050048828125 +-0.011352539062 +-0.061523437500 +-0.103027343750 +-0.100097656250 +0.050048828125 +0.133789062500 +0.120605468750 +-0.042236328125 +0.021240234375 +-0.066894531250 +-0.018676757812 +0.025146484375 +0.111328125000 +0.139648437500 +0.048095703125 +0.009399414062 +-0.011718750000 +-0.066894531250 +0.019409179688 +-0.048828125000 +0.092285156250 +-0.027832031250 +-0.150390625000 +0.049804687500 +-0.090820312500 +0.079589843750 +-0.076171875000 +0.064941406250 +-0.084960937500 +0.058349609375 +0.001739501953 +0.223632812500 +-0.503906250000 +-0.005615234375 +-0.129882812500 +-0.206054687500 +-0.013061523438 +0.051513671875 +-0.052490234375 +0.140625000000 +0.007812500000 +-0.003356933594 +0.018310546875 +-0.033691406250 +0.119140625000 +0.019165039062 +0.027832031250 +-0.019042968750 +-0.131835937500 +0.114257812500 +-0.289062500000 +0.072265625000 +-0.005554199219 +0.047363281250 +-0.000530242920 +-0.040283203125 +-0.069824218750 +-0.337890625000 +-0.034667968750 +-0.074218750000 +-0.053466796875 +0.060546875000 +0.075683593750 +0.013000488281 +0.047607421875 +-0.162109375000 +-0.010559082031 +0.019653320312 +0.073730468750 +0.077148437500 +-0.065917968750 +0.016479492188 +0.060546875000 +0.060791015625 +-0.067871093750 +-0.084960937500 +-0.018920898438 +-0.033203125000 +-0.113281250000 +-0.004821777344 +-0.036621093750 +-0.061279296875 +-0.018066406250 +0.053466796875 +0.010498046875 +-0.024780273438 +-0.052734375000 +-0.216796875000 +-0.029296875000 +-0.300781250000 +-0.148437500000 +0.083007812500 +-0.120605468750 +0.093750000000 +-0.141601562500 +-0.067871093750 +-0.037109375000 +-0.014221191406 +0.019287109375 +-0.041259765625 +0.069824218750 +-0.065917968750 +0.052001953125 +-0.050537109375 +-0.079101562500 +0.117187500000 +0.184570312500 +0.031127929688 +0.101562500000 +-0.053710937500 +0.162109375000 +-0.102050781250 +-0.125976562500 +0.085937500000 +0.033691406250 +0.038574218750 +0.102539062500 +0.109863281250 +-0.056152343750 +-0.027587890625 +0.112792968750 +-0.013122558594 +0.084472656250 +-0.003173828125 +0.052490234375 +-0.015380859375 +0.083007812500 +0.058105468750 +0.075195312500 +0.055175781250 +-0.036376953125 +-0.047119140625 +-0.102539062500 +0.005798339844 +-0.013000488281 +0.103515625000 +0.097656250000 +-0.118164062500 +-0.043212890625 +-0.082031250000 +-0.117187500000 +0.155273437500 +-0.097167968750 +0.048339843750 +0.236328125000 +-0.016601562500 +0.140625000000 +0.097656250000 +-0.153320312500 +-0.021850585938 +-0.102539062500 +0.027221679688 +-0.045898437500 +0.085937500000 +-0.028442382812 +0.014099121094 +0.040283203125 +-0.051025390625 +-0.044189453125 +-0.049804687500 +-0.047851562500 +0.017822265625 +-0.044433593750 +-0.015258789062 +0.073730468750 +0.102050781250 +-0.104492187500 +-0.088378906250 +0.165039062500 +0.063476562500 +0.034179687500 +0.162109375000 +0.138671875000 +0.042480468750 +-0.113281250000 +0.118652343750 +0.208984375000 +0.042236328125 +0.070312500000 +0.025268554688 +0.071289062500 +-0.014038085938 +-0.174804687500 +-0.121093750000 +0.111328125000 +0.130859375000 +0.012634277344 +0.012329101562 +-0.146484375000 +-0.108398437500 +0.138671875000 +0.156250000000 +0.163085937500 +-0.235351562500 +0.110839843750 +-0.116699218750 +0.058349609375 +0.028320312500 +-0.139648437500 +0.051757812500 +-0.001121520996 +0.205078125000 +-0.182617187500 +0.133789062500 +-0.020141601562 +0.104003906250 +-0.128906250000 +-0.028930664062 +-0.162109375000 +0.048828125000 +0.087402343750 +-0.035400390625 +0.076660156250 +-0.074707031250 +0.045654296875 +0.114746093750 +0.065429687500 +-0.037109375000 +-0.058837890625 +0.012878417969 +0.029663085938 +-0.037841796875 +-0.175781250000 +0.143554687500 +0.084960937500 +0.176757812500 +-0.041992187500 +-0.212890625000 +-0.125976562500 +-0.017822265625 +0.121093750000 +-0.007537841797 +0.049072265625 +0.025512695312 +0.172851562500 +0.017089843750 +-0.040771484375 +0.062500000000 +-0.004028320312 +0.088378906250 +-0.133789062500 +0.061767578125 +0.037353515625 +-0.052734375000 +0.122070312500 +-0.035156250000 +-0.235351562500 +0.044677734375 +0.056396484375 +-0.043945312500 +-0.086425781250 +0.051025390625 +0.158203125000 +-0.025512695312 +-0.166992187500 +0.000751495361 +0.021118164062 +0.089843750000 +-0.082031250000 +-0.086914062500 +0.053466796875 +-0.107421875000 +0.085937500000 +-0.076660156250 +0.088378906250 +-0.214843750000 +-0.051269531250 +0.016235351562 +-0.018188476562 +0.028076171875 +-0.090820312500 +-0.076660156250 +-0.129882812500 +0.029174804688 +0.198242187500 +0.013427734375 +-0.084960937500 +-0.004669189453 +0.161132812500 +0.013061523438 +-0.082519531250 +0.008117675781 +-0.016357421875 +0.016967773438 +0.110351562500 +-0.006713867188 +-0.070800781250 +0.136718750000 +0.024902343750 +-0.031127929688 +-0.047119140625 +-0.074218750000 +-0.063964843750 +-0.115234375000 +0.120605468750 +-0.059326171875 +-0.035400390625 +0.064941406250 +-0.036621093750 +0.047363281250 +0.043701171875 +0.087890625000 +-0.037109375000 +-0.094238281250 +-0.068847656250 +0.088867187500 +0.007690429688 +0.010925292969 +-0.069824218750 +0.095214843750 +0.025512695312 +0.031127929688 +0.050048828125 +0.002502441406 +0.086425781250 +0.126953125000 +-0.115234375000 +0.052978515625 +-0.205078125000 +-0.045166015625 +0.007812500000 +0.093261718750 +-0.132812500000 +-0.129882812500 +-0.124023437500 +0.105957031250 +-0.105957031250 +0.002761840820 +-0.024169921875 +-0.038574218750 +-0.000843048096 +0.081542968750 +0.073730468750 +0.090820312500 +0.005279541016 +-0.029296875000 +0.003509521484 +-0.068359375000 +-0.031494140625 +0.066894531250 +0.035888671875 +-0.049804687500 +-0.025268554688 +0.116699218750 +0.060791015625 +-0.020996093750 +0.111328125000 +-0.085449218750 +0.120605468750 +-0.024780273438 +0.008056640625 +-0.104003906250 +-0.086425781250 +0.009765625000 +-0.033935546875 +-0.068359375000 +0.098632812500 +-0.086914062500 +-0.135742187500 +-0.135742187500 +0.088378906250 +0.128906250000 +-0.162109375000 +0.081542968750 +0.053710937500 +0.062500000000 +0.050292968750 +0.008300781250 +0.131835937500 +-0.111816406250 +0.184570312500 +0.011535644531 +0.006286621094 +-0.117187500000 +-0.021972656250 +-0.008666992188 +-0.056884765625 +0.048583984375 +0.015747070312 +0.028808593750 +-0.163085937500 +-0.088378906250 +0.084472656250 +-0.021484375000 +-0.030273437500 +0.023193359375 +-0.030639648438 +-0.168945312500 +0.190429687500 +-0.148437500000 +0.055175781250 +-0.109375000000 +0.180664062500 +0.078613281250 +0.042236328125 +0.114257812500 +0.210937500000 +-0.253906250000 +-0.015075683594 +-0.028198242188 +0.161132812500 +0.015258789062 +-0.044433593750 +-0.132812500000 +-0.122070312500 +0.233398437500 +0.061767578125 +-0.150390625000 +0.030883789062 +0.006866455078 +-0.008056640625 +0.005187988281 +-0.140625000000 +0.160156250000 +0.038574218750 +-0.013610839844 +0.102050781250 +0.088378906250 +0.154296875000 +-0.137695312500 +-0.025634765625 +0.039550781250 +-0.035400390625 +-0.130859375000 +0.120117187500 +-0.092773437500 +0.069824218750 +0.039062500000 +0.067871093750 +-0.048095703125 +0.077148437500 +-0.067382812500 +-0.029907226562 +-0.122558593750 +-0.050048828125 +-0.012695312500 +0.060791015625 +-0.098632812500 +0.269531250000 +-0.032226562500 +-0.127929687500 +-0.245117187500 +0.039062500000 +0.057373046875 +-0.182617187500 +0.118652343750 +0.082031250000 +-0.149414062500 +-0.051025390625 +-0.019531250000 +0.113769531250 +0.027587890625 +-0.036865234375 +-0.036621093750 +0.170898437500 +0.042724609375 +-0.128906250000 +0.003906250000 +0.253906250000 +-0.127929687500 +0.122070312500 +0.006530761719 +-0.035644531250 +-0.205078125000 +0.121582031250 +-0.098144531250 +-0.074707031250 +-0.081542968750 +-0.035156250000 +-0.100585937500 +0.070312500000 +-0.024780273438 +-0.065429687500 +0.027709960938 +-0.046386718750 +-0.073730468750 +0.088378906250 +-0.167968750000 +0.043945312500 +-0.145507812500 +0.033203125000 +-0.044677734375 +0.052001953125 +0.047363281250 +0.100097656250 +0.113281250000 +0.138671875000 +0.158203125000 +-0.166992187500 +-0.068847656250 +-0.099121093750 +0.060791015625 +-0.006500244141 +0.070312500000 +-0.027954101562 +0.036621093750 +0.217773437500 +0.114257812500 +0.059570312500 +-0.117675781250 +-0.023315429688 +0.116210937500 +0.123535156250 +0.079589843750 +-0.131835937500 +0.039550781250 +-0.032470703125 +-0.032470703125 +0.172851562500 +-0.090820312500 +-0.091308593750 +-0.019042968750 +0.089843750000 +0.233398437500 +0.010803222656 +0.027832031250 +0.003463745117 +0.015563964844 +0.011352539062 +0.014526367188 +-0.136718750000 +0.102050781250 +0.056640625000 +-0.044921875000 +0.127929687500 +0.093261718750 +0.200195312500 +0.067871093750 +0.232421875000 +0.037353515625 +-0.066894531250 +-0.072753906250 +0.059814453125 +-0.110839843750 +0.163085937500 +-0.006927490234 +-0.026000976562 +-0.108398437500 +0.017700195312 +-0.017578125000 +0.008056640625 +0.007324218750 +0.013549804688 +0.055908203125 +-0.091308593750 +0.093750000000 +0.017333984375 +-0.014770507812 +-0.019409179688 +0.007171630859 +0.119628906250 +-0.106933593750 +-0.097167968750 +-0.057128906250 +-0.088867187500 +0.073730468750 +0.028076171875 +-0.139648437500 +0.034912109375 +-0.027587890625 +-0.024169921875 +0.007995605469 +-0.056884765625 +-0.052978515625 +-0.011840820312 +-0.108398437500 +0.073730468750 +-0.040771484375 +-0.131835937500 +-0.158203125000 +-0.023193359375 +-0.103515625000 +0.081054687500 +-0.120117187500 +-0.217773437500 +0.064941406250 +0.061279296875 +-0.001686096191 +0.021728515625 +0.051025390625 +-0.104492187500 +-0.085449218750 +0.162109375000 +-0.104003906250 +0.000461578369 +-0.018554687500 +-0.015258789062 +-0.121582031250 +0.022216796875 +-0.079101562500 +0.085937500000 +-0.090332031250 +-0.100585937500 +-0.088867187500 +0.184570312500 +-0.002441406250 +-0.029785156250 +-0.056152343750 +0.050292968750 +0.077148437500 +0.083984375000 +-0.088867187500 +-0.153320312500 +0.015991210938 +-0.122558593750 +0.095214843750 +-0.107421875000 +0.001449584961 +-0.083984375000 +-0.054443359375 +-0.013793945312 +-0.146484375000 +0.163085937500 +-0.080566406250 +0.063964843750 +0.089843750000 +-0.070312500000 +0.070312500000 +0.002212524414 +0.052001953125 +0.108398437500 +0.177734375000 +0.044189453125 +-0.028808593750 +0.011352539062 +-0.041015625000 +0.074218750000 +-0.085937500000 +-0.059814453125 +0.040527343750 +-0.015991210938 +-0.037353515625 +0.050537109375 +0.171875000000 +0.029907226562 +-0.001548767090 +0.034423828125 +0.010681152344 +-0.024658203125 +0.094238281250 +0.086914062500 +0.097167968750 +0.116210937500 +-0.029907226562 +-0.006195068359 +0.089355468750 +-0.052490234375 +0.020019531250 +0.014709472656 +0.025268554688 +-0.073730468750 +0.085937500000 +-0.096191406250 +0.045654296875 +0.087890625000 +-0.087890625000 +0.068847656250 +-0.097167968750 +-0.011413574219 +0.046386718750 +-0.143554687500 +0.118164062500 +0.126953125000 +-0.106933593750 +-0.062500000000 +0.013305664062 +-0.017089843750 +-0.094726562500 +0.094726562500 +0.064941406250 +0.013488769531 +-0.233398437500 +-0.146484375000 +-0.226562500000 +-0.159179687500 +-0.059082031250 +-0.149414062500 +0.107421875000 +0.007171630859 +0.137695312500 +0.015014648438 +-0.135742187500 +0.005035400391 +-0.106933593750 +-0.049804687500 +0.009460449219 +0.093750000000 +0.040527343750 +-0.080078125000 +-0.082519531250 +0.117675781250 +-0.035156250000 +-0.060791015625 +-0.064941406250 +-0.091796875000 +-0.044433593750 +0.144531250000 +-0.084472656250 +0.022583007812 +-0.003967285156 +-0.014648437500 +-0.034179687500 +0.086914062500 +0.102539062500 +0.065917968750 +-0.067871093750 +-0.101074218750 +-0.080566406250 +0.025268554688 +-0.049072265625 +-0.001762390137 +-0.089355468750 +0.133789062500 +-0.078613281250 +-0.051269531250 +0.007385253906 +0.042724609375 +-0.051513671875 +-0.080078125000 +0.021484375000 +0.018432617188 +-0.004638671875 +-0.086425781250 +0.127929687500 +0.141601562500 +0.069335937500 +0.096191406250 +-0.012878417969 +-0.076171875000 +0.155273437500 +-0.126953125000 +0.121582031250 +-0.032470703125 +0.097656250000 +0.083496093750 +-0.037109375000 +-0.037109375000 +0.081054687500 +-0.118652343750 +-0.118164062500 +0.058105468750 +0.173828125000 +-0.071289062500 +-0.128906250000 +-0.359375000000 +-0.078613281250 +-0.115722656250 +0.036621093750 +-0.055908203125 +-0.031127929688 +-0.019042968750 +0.006622314453 +-0.114257812500 +0.107421875000 +-0.074707031250 +-0.065917968750 +0.033691406250 +-0.110351562500 +-0.133789062500 +0.073242187500 +0.020751953125 +0.016113281250 +-0.010986328125 +-0.128906250000 +-0.007690429688 +0.035156250000 +-0.037597656250 +0.097656250000 +-0.052246093750 +-0.096191406250 +0.011047363281 +0.159179687500 +-0.092285156250 +0.004791259766 +0.021362304688 +0.076660156250 +0.091308593750 +0.035400390625 +0.036132812500 +-0.063964843750 +-0.187500000000 +0.032226562500 +-0.061035156250 +-0.067871093750 +-0.004211425781 +0.020874023438 +-0.053955078125 +-0.092773437500 +-0.000633239746 +-0.281250000000 +0.134765625000 +-0.069335937500 +-0.132812500000 +-0.003341674805 +0.015319824219 +0.076660156250 +0.089355468750 +0.113281250000 +0.092285156250 +0.040527343750 +0.106445312500 +0.003433227539 +-0.069824218750 +0.123535156250 +0.030273437500 +-0.056640625000 +0.119628906250 +0.111328125000 +-0.005523681641 +-0.123535156250 +-0.125976562500 +0.013061523438 +-0.061523437500 +0.018432617188 +0.150390625000 +-0.002532958984 +0.017944335938 +0.048095703125 +0.089843750000 +-0.147460937500 +0.063964843750 +-0.136718750000 +0.009155273438 +-0.058593750000 +0.007110595703 +0.052001953125 +-0.040527343750 +0.002212524414 +0.054931640625 +0.019653320312 +-0.093261718750 +-0.036132812500 +-0.050292968750 +-0.015380859375 +0.012878417969 +-0.083496093750 +-0.084472656250 +-0.062988281250 +0.013488769531 +0.100097656250 +0.090820312500 +-0.081054687500 +0.047119140625 +-0.032470703125 +0.053710937500 +0.008911132812 +0.079589843750 +-0.070312500000 +-0.029907226562 +-0.023315429688 +0.098632812500 +0.052490234375 +0.001426696777 +0.030517578125 +-0.015625000000 +0.096679687500 +-0.033935546875 +0.060302734375 +-0.099609375000 +0.058593750000 +0.016723632812 +0.071777343750 +-0.038574218750 +-0.043212890625 +0.001571655273 +-0.100585937500 +-0.127929687500 +-0.126953125000 +-0.049560546875 +-0.033447265625 +0.100097656250 +-0.092285156250 +0.069335937500 +-0.155273437500 +-0.021240234375 +-0.167968750000 +-0.055419921875 +0.124023437500 +-0.030273437500 +0.132812500000 +0.283203125000 +0.052001953125 +-0.055419921875 +0.034912109375 +-0.162109375000 +-0.023681640625 +-0.172851562500 +-0.076660156250 +-0.019409179688 +0.122070312500 +0.094726562500 +0.107421875000 +-0.037353515625 +-0.107421875000 +0.003723144531 +0.031494140625 +-0.054687500000 +-0.107910156250 +-0.107421875000 +-0.053222656250 +0.114257812500 +-0.083984375000 +-0.025268554688 +-0.208007812500 +0.032714843750 +-0.057861328125 +0.030639648438 +-0.101562500000 +0.036865234375 +-0.043701171875 +-0.111816406250 +-0.064941406250 +-0.049316406250 +-0.083984375000 +-0.037597656250 +0.013427734375 +-0.087890625000 +-0.062988281250 +0.236328125000 +-0.149414062500 +0.079101562500 +-0.166992187500 +0.101074218750 +0.052246093750 +-0.099121093750 +0.060058593750 +-0.037841796875 +0.046386718750 +0.110839843750 +0.112304687500 +-0.014282226562 +-0.067871093750 +-0.037353515625 +-0.066406250000 +-0.105957031250 +0.049560546875 +0.160156250000 +0.072753906250 +-0.051513671875 +-0.037841796875 +0.082031250000 +0.055664062500 +-0.036865234375 +-0.068847656250 +-0.039794921875 +-0.011413574219 +0.123046875000 +-0.130859375000 +0.009277343750 +0.002166748047 +0.020385742188 +0.011596679688 +0.014770507812 +0.057128906250 +-0.023437500000 +-0.073730468750 +0.073242187500 +-0.031250000000 +0.055175781250 +0.085449218750 +0.034912109375 +0.017456054688 +-0.073242187500 +-0.118164062500 +0.005798339844 +-0.040283203125 +0.108886718750 +-0.012695312500 +0.157226562500 +0.003128051758 +0.086425781250 +-0.006469726562 +0.055908203125 +-0.041503906250 +0.172851562500 +-0.000339508057 +-0.012695312500 +-0.114257812500 +-0.078613281250 +0.098632812500 +-0.133789062500 +0.033203125000 +-0.036132812500 +-0.345703125000 +0.026367187500 +-0.048828125000 +0.059326171875 +-0.197265625000 +0.042480468750 +0.113769531250 +0.066894531250 +0.028808593750 +0.018432617188 +-0.091796875000 +0.092773437500 +-0.107910156250 +-0.182617187500 +0.032958984375 +0.115722656250 +-0.236328125000 +-0.059570312500 +-0.165039062500 +0.006317138672 +0.028564453125 +0.005645751953 +-0.015991210938 +0.029541015625 +0.239257812500 +0.033203125000 +-0.090820312500 +-0.122070312500 +-0.146484375000 +-0.017089843750 +0.038574218750 +0.008850097656 +-0.046142578125 +-0.214843750000 +-0.061523437500 +0.138671875000 +-0.035400390625 +-0.051269531250 +0.047851562500 +-0.135742187500 +-0.042968750000 +-0.050537109375 +-0.077636718750 +0.021118164062 +-0.059326171875 +0.125000000000 +-0.077148437500 +-0.062988281250 +-0.230468750000 +-0.023803710938 +0.223632812500 +0.087890625000 +-0.174804687500 +-0.091308593750 +-0.029785156250 +-0.026977539062 +0.000804901123 +0.112304687500 +-0.007324218750 +-0.023681640625 +-0.046386718750 +0.065917968750 +0.010864257812 +0.185546875000 +-0.042968750000 +0.113281250000 +-0.236328125000 +0.019653320312 +0.041992187500 +-0.007263183594 +0.006683349609 +0.080566406250 +0.027221679688 +0.238281250000 +-0.024169921875 +-0.016235351562 +0.067382812500 +0.084472656250 +0.212890625000 +0.062255859375 +-0.025268554688 +0.000280380249 +-0.011230468750 +-0.208984375000 +0.135742187500 +0.034912109375 +0.019409179688 +0.099121093750 +0.004058837891 +0.014465332031 +0.113769531250 +0.140625000000 +0.009704589844 +-0.247070312500 +-0.182617187500 +-0.068359375000 +-0.173828125000 +0.028808593750 +-0.024658203125 +-0.051025390625 +-0.084960937500 +-0.144531250000 +0.010620117188 +-0.099121093750 +0.073730468750 +-0.197265625000 +-0.015014648438 +-0.073242187500 +0.055664062500 +-0.050537109375 +-0.104003906250 +-0.144531250000 +0.035156250000 +-0.058105468750 +-0.126953125000 +-0.016113281250 +-0.020263671875 +-0.275390625000 +-0.033935546875 +0.042480468750 +-0.175781250000 +0.040283203125 +-0.051513671875 +-0.092773437500 +0.127929687500 +0.073242187500 +-0.166992187500 +-0.322265625000 +-0.144531250000 +-0.184570312500 +0.022460937500 +0.229492187500 +0.118652343750 +0.113281250000 +0.080566406250 +-0.058837890625 +-0.168945312500 +-0.020751953125 +0.400390625000 +-0.023193359375 +0.103027343750 +-0.026367187500 +-0.126953125000 +0.006378173828 +-0.086914062500 +0.115234375000 +0.214843750000 +-0.035888671875 +0.020019531250 +0.072265625000 +-0.053466796875 +0.149414062500 +-0.175781250000 +-0.210937500000 +-0.060058593750 +-0.010070800781 +0.070312500000 +-0.106933593750 +0.031738281250 +-0.104980468750 +0.042480468750 +-0.098632812500 +-0.014526367188 +-0.004028320312 +-0.024902343750 +0.131835937500 +0.099609375000 +-0.134765625000 +-0.396484375000 +-0.147460937500 +-0.086425781250 +0.031250000000 +0.021484375000 +0.144531250000 +-0.035888671875 +0.019287109375 +0.185546875000 +-0.038818359375 +-0.080566406250 +-0.057617187500 +0.145507812500 +-0.008239746094 +0.006347656250 +0.255859375000 +-0.062255859375 +0.004089355469 +0.131835937500 +0.104003906250 +0.255859375000 +-0.122558593750 +0.033935546875 +-0.066406250000 +0.076171875000 +-0.146484375000 +0.003967285156 +0.141601562500 +0.066894531250 +-0.078613281250 +-0.042724609375 +-0.109863281250 +-0.091796875000 +0.165039062500 +-0.109863281250 +-0.087402343750 +0.084472656250 +0.021606445312 +-0.089355468750 +-0.121582031250 +-0.193359375000 +0.086425781250 +0.144531250000 +-0.047851562500 +-0.177734375000 +-0.121582031250 +0.032714843750 +0.149414062500 +0.020019531250 +0.088378906250 +0.135742187500 +-0.055419921875 +-0.012695312500 +0.087890625000 +0.094726562500 +-0.164062500000 +0.016845703125 +-0.043701171875 +-0.082519531250 +0.044433593750 +-0.087402343750 +0.033203125000 +-0.101562500000 +-0.121093750000 +-0.167968750000 +-0.107910156250 +0.120117187500 +-0.148437500000 +0.139648437500 +-0.007934570312 +0.135742187500 +-0.009216308594 +-0.036376953125 +-0.009765625000 +0.016723632812 +-0.198242187500 +0.135742187500 +0.066894531250 +-0.035888671875 +0.144531250000 +-0.065429687500 +0.134765625000 +0.028930664062 +-0.022583007812 +0.015747070312 +-0.157226562500 +-0.041748046875 +-0.243164062500 +-0.176757812500 +-0.046142578125 +-0.127929687500 +0.135742187500 +-0.157226562500 +0.024414062500 +0.066894531250 +-0.012451171875 +0.078125000000 +0.032714843750 +-0.009765625000 +0.009826660156 +-0.017822265625 +-0.237304687500 +0.038818359375 +0.034179687500 +-0.131835937500 +0.030273437500 +-0.103027343750 +-0.063964843750 +-0.027343750000 +0.114257812500 +-0.164062500000 +-0.027465820312 +0.078613281250 +-0.082519531250 +0.068847656250 +0.082519531250 +0.004760742188 +-0.051513671875 +-0.191406250000 +-0.070312500000 +0.115234375000 +-0.073242187500 +0.003189086914 +0.035400390625 +-0.018676757812 +0.047851562500 +0.037841796875 +-0.053466796875 +-0.037841796875 +0.002838134766 +-0.062500000000 +-0.073242187500 +0.035888671875 +-0.154296875000 +-0.059570312500 +0.008117675781 +-0.011901855469 +0.031005859375 +0.142578125000 +-0.083496093750 +-0.065917968750 +-0.110351562500 +-0.077636718750 +-0.095703125000 +-0.139648437500 +-0.138671875000 +0.012817382812 +-0.057373046875 +0.009704589844 +0.215820312500 +0.114746093750 +-0.147460937500 +0.051513671875 +-0.041503906250 +0.043701171875 +0.079101562500 +0.170898437500 +0.029541015625 +-0.037841796875 +-0.070312500000 +-0.182617187500 +-0.028442382812 +-0.089355468750 +0.008361816406 +0.044189453125 +-0.120117187500 +-0.001899719238 +-0.053955078125 +-0.101074218750 +-0.001502990723 +0.010925292969 +-0.166015625000 +0.097656250000 +-0.153320312500 +-0.019042968750 +-0.105468750000 +0.075683593750 +-0.094238281250 +-0.105957031250 +-0.094726562500 +-0.128906250000 +-0.095214843750 +0.114257812500 +0.053955078125 +-0.031127929688 +0.065917968750 +0.135742187500 +0.049560546875 +0.131835937500 +0.016845703125 +-0.070800781250 +-0.056396484375 +0.030395507812 +-0.080566406250 +-0.046875000000 +0.021240234375 +-0.056396484375 +-0.057128906250 +0.060302734375 +0.044433593750 +0.016845703125 +0.080566406250 +-0.039062500000 +0.044433593750 +-0.062988281250 +-0.080566406250 +-0.133789062500 +-0.036865234375 +-0.011291503906 +-0.063964843750 +-0.012878417969 +-0.126953125000 +-0.213867187500 +0.047363281250 +0.084472656250 +-0.077148437500 +-0.064453125000 +0.017333984375 +-0.072265625000 +-0.126953125000 +0.025756835938 +0.039062500000 +-0.110839843750 +-0.006347656250 +-0.064453125000 +0.006286621094 +0.043701171875 +-0.053222656250 +-0.038085937500 +-0.114257812500 +-0.033691406250 +0.014770507812 +-0.001274108887 +-0.024414062500 +-0.033447265625 +0.001983642578 +-0.024047851562 +0.063964843750 +-0.162109375000 +-0.175781250000 +0.076660156250 +0.054687500000 +-0.035156250000 +-0.045410156250 +0.027099609375 +-0.137695312500 +-0.021850585938 +-0.076171875000 +0.048339843750 +0.030395507812 +0.058837890625 +-0.089843750000 +-0.156250000000 +-0.021728515625 +0.235351562500 +0.023803710938 +0.071289062500 +-0.033935546875 +0.034667968750 +-0.074707031250 +-0.209960937500 +0.041259765625 +0.077148437500 +-0.089843750000 +-0.071777343750 +0.040527343750 +-0.013732910156 +-0.050292968750 +0.070312500000 +0.041259765625 +0.000518798828 +-0.138671875000 +-0.000850677490 +0.054687500000 +-0.027343750000 +-0.136718750000 +0.205078125000 +-0.167968750000 +0.034667968750 +-0.040527343750 +-0.092285156250 +0.061035156250 +0.061279296875 +-0.021362304688 +-0.116699218750 +-0.163085937500 +0.021240234375 +0.067382812500 +0.040771484375 +0.039062500000 +0.031127929688 +-0.078125000000 +-0.037109375000 +-0.032226562500 +-0.198242187500 +-0.039062500000 +-0.105957031250 +0.009643554688 +0.143554687500 +-0.192382812500 +0.007690429688 +-0.028198242188 +0.163085937500 +0.128906250000 +-0.026733398438 +0.000415802002 +-0.044433593750 +0.045410156250 +-0.148437500000 +-0.102050781250 +-0.120605468750 +0.004089355469 +-0.249023437500 +0.126953125000 +0.028320312500 +-0.042724609375 +0.060058593750 +0.108886718750 +-0.246093750000 +-0.150390625000 +-0.061035156250 +0.028076171875 +-0.022216796875 +0.048095703125 +0.073730468750 +0.064453125000 +-0.255859375000 +0.135742187500 +-0.013122558594 +-0.083496093750 +0.122070312500 +-0.023803710938 +-0.100585937500 +0.098632812500 +0.007080078125 +0.108398437500 +0.043457031250 +-0.057373046875 +-0.007598876953 +-0.079101562500 +0.182617187500 +-0.148437500000 +-0.112792968750 +0.171875000000 +0.102539062500 +0.012207031250 +-0.038574218750 +0.003829956055 +-0.140625000000 +0.017333984375 +0.148437500000 +-0.128906250000 +0.034912109375 +0.042236328125 +0.037597656250 +-0.129882812500 +0.011291503906 +-0.108886718750 +0.050537109375 +-0.082519531250 +-0.145507812500 +0.183593750000 +0.025268554688 +0.123046875000 +0.127929687500 +0.047607421875 +-0.053222656250 +0.125976562500 +0.080078125000 +-0.174804687500 +-0.042236328125 +0.037841796875 +-0.056640625000 +0.090820312500 +-0.005828857422 +-0.084472656250 +-0.128906250000 +-0.011535644531 +-0.025756835938 +-0.087890625000 +-0.068359375000 +-0.138671875000 +-0.004394531250 +-0.063476562500 +0.076660156250 +0.005706787109 +0.094726562500 +0.141601562500 +0.020263671875 +-0.174804687500 +-0.028442382812 +0.103027343750 +-0.027954101562 +0.032470703125 +-0.087402343750 +-0.070312500000 +0.033691406250 +-0.007629394531 +0.011962890625 +0.052246093750 +-0.162109375000 +-0.022827148438 +0.168945312500 +0.049560546875 +0.042968750000 +-0.131835937500 +0.070312500000 +-0.135742187500 +-0.018432617188 +-0.169921875000 +0.153320312500 +-0.034179687500 +0.071289062500 +-0.008056640625 +-0.102050781250 +-0.071289062500 +0.115234375000 +-0.135742187500 +-0.147460937500 +0.173828125000 +-0.040771484375 +0.068847656250 +0.117675781250 +0.019042968750 +0.067382812500 +0.273437500000 +-0.068847656250 +-0.115234375000 +0.120117187500 +0.042480468750 +0.001770019531 +-0.109375000000 +-0.098144531250 +0.045654296875 +0.316406250000 +-0.300781250000 +0.070800781250 +-0.071289062500 +-0.066894531250 +-0.049560546875 +0.147460937500 +0.081054687500 +-0.048828125000 +-0.062255859375 +0.159179687500 +-0.010803222656 +0.090820312500 +0.210937500000 +0.083496093750 +-0.228515625000 +0.188476562500 +-0.159179687500 +0.172851562500 +0.049316406250 +0.036376953125 +0.039550781250 +0.108886718750 +0.026000976562 +0.104980468750 +0.159179687500 +0.057861328125 +0.002120971680 +0.003845214844 +-0.069335937500 +-0.009033203125 +-0.052978515625 +0.014831542969 +-0.013732910156 +-0.012634277344 +-0.039794921875 +0.094238281250 +-0.078613281250 +-0.101074218750 +-0.022094726562 +-0.189453125000 +-0.129882812500 +0.062011718750 +0.066894531250 +-0.013000488281 +-0.065917968750 +0.008300781250 +-0.103515625000 +0.164062500000 +0.049072265625 +0.060546875000 +-0.217773437500 +-0.073730468750 +0.140625000000 +-0.071289062500 +-0.232421875000 +0.066406250000 +-0.070800781250 +-0.097167968750 +0.132812500000 +0.148437500000 +-0.004455566406 +-0.039550781250 +-0.168945312500 +-0.085937500000 +0.125976562500 +-0.019653320312 +0.065917968750 +-0.167968750000 +-0.138671875000 +0.236328125000 +0.017333984375 +0.004302978516 +0.128906250000 +-0.075683593750 +0.142578125000 +0.003463745117 +-0.123046875000 +-0.126953125000 +0.213867187500 +-0.124023437500 +-0.002624511719 +0.185546875000 +-0.121093750000 +0.014709472656 +-0.046386718750 +-0.137695312500 +0.119140625000 +0.046386718750 +-0.108398437500 +0.124023437500 +-0.206054687500 +0.062988281250 +-0.071289062500 +-0.183593750000 +-0.086425781250 +-0.008911132812 +0.147460937500 +0.122558593750 +0.083496093750 +0.151367187500 +-0.132812500000 +0.091308593750 +-0.012023925781 +0.120117187500 +0.070312500000 +0.132812500000 +-0.194335937500 +0.043457031250 +0.221679687500 +0.086425781250 +-0.068847656250 +-0.120117187500 +-0.116699218750 +-0.079101562500 +0.044921875000 +0.094238281250 +-0.045898437500 +0.025512695312 +0.017089843750 +-0.001510620117 +-0.003692626953 +-0.005737304688 +0.018188476562 +-0.095214843750 +-0.115234375000 +-0.106445312500 +0.031494140625 +0.004669189453 +0.093261718750 +0.153320312500 +0.083984375000 +-0.075195312500 +-0.067382812500 +-0.109863281250 +0.000270843506 +-0.000923156738 +-0.080078125000 +0.025512695312 +-0.006988525391 +-0.036621093750 +0.028198242188 +-0.053710937500 +0.035644531250 +0.035156250000 +-0.004028320312 +0.195312500000 +-0.006042480469 +0.026367187500 +0.126953125000 +-0.019409179688 +-0.030517578125 +-0.164062500000 +-0.100097656250 +-0.087890625000 +-0.103515625000 +0.025146484375 +-0.013610839844 +-0.149414062500 +-0.054443359375 +0.035644531250 +0.072265625000 +0.083984375000 +0.039062500000 +0.018798828125 +0.078125000000 +-0.088378906250 +0.060058593750 +-0.060791015625 +-0.018798828125 +0.106445312500 +-0.116210937500 +0.031738281250 +0.023071289062 +-0.052734375000 +-0.075683593750 +0.168945312500 +-0.034423828125 +0.065429687500 +0.019653320312 +0.003814697266 +0.080566406250 +0.120117187500 +0.017211914062 +0.052001953125 +0.006347656250 +-0.112304687500 +0.120117187500 +0.004211425781 +-0.071777343750 +0.056152343750 +-0.031127929688 +0.012756347656 +0.139648437500 +0.275390625000 +-0.021850585938 +-0.012145996094 +-0.051269531250 +-0.007476806641 +-0.031005859375 +0.198242187500 +0.088867187500 +-0.003890991211 +-0.129882812500 +0.228515625000 +-0.238281250000 +0.173828125000 +0.163085937500 +-0.169921875000 +0.021850585938 +0.059814453125 +-0.075195312500 +-0.088867187500 +0.128906250000 +-0.106933593750 +0.031738281250 +0.074707031250 +0.081054687500 +0.024291992188 +-0.194335937500 +-0.081542968750 +0.031738281250 +-0.075195312500 +0.123535156250 +0.065429687500 +0.087890625000 +0.171875000000 +0.025634765625 +0.050537109375 +0.073730468750 +0.052978515625 +0.170898437500 +-0.024780273438 +0.212890625000 +0.067871093750 +-0.168945312500 +0.010070800781 +0.023559570312 +0.025512695312 +-0.062988281250 +0.071289062500 +0.017333984375 +-0.091308593750 +-0.028076171875 +-0.153320312500 +0.176757812500 +0.000572204590 +-0.003906250000 +0.073242187500 +0.007568359375 +-0.002059936523 +-0.157226562500 +0.081054687500 +0.234375000000 +-0.069335937500 +0.103515625000 +0.039794921875 +-0.255859375000 +-0.123535156250 +-0.040771484375 +0.000307083130 +-0.090332031250 +0.091796875000 +-0.050048828125 +0.098632812500 +0.012939453125 +0.014221191406 +0.156250000000 +-0.039794921875 +0.071777343750 +0.004394531250 +0.029174804688 +0.179687500000 +-0.083984375000 +-0.090820312500 +0.016723632812 +0.166992187500 +0.100097656250 +0.029663085938 +0.176757812500 +-0.009948730469 +-0.121582031250 +-0.003250122070 +-0.035156250000 +-0.024291992188 +-0.084960937500 +-0.106445312500 +-0.053955078125 +0.042724609375 +-0.046875000000 +-0.083496093750 +-0.014404296875 +0.111328125000 +-0.100097656250 +0.069335937500 +0.094726562500 +-0.078125000000 +-0.071777343750 +0.015197753906 +-0.018798828125 +0.062500000000 +0.089355468750 +0.010742187500 +-0.085449218750 +-0.230468750000 +-0.128906250000 +0.026733398438 +-0.022094726562 +0.177734375000 +0.208984375000 +0.082519531250 +0.114257812500 +0.082519531250 +-0.023681640625 +0.003540039062 +0.065429687500 +-0.061279296875 +-0.053222656250 +0.020996093750 +0.120605468750 +0.023071289062 +0.134765625000 +0.132812500000 +-0.124511718750 +0.044433593750 +0.032714843750 +-0.048339843750 +-0.127929687500 +0.058105468750 +-0.007720947266 +0.055419921875 +-0.039306640625 +-0.059570312500 +-0.059570312500 +0.058593750000 +-0.040771484375 +-0.003616333008 +-0.067871093750 +0.050048828125 +-0.089355468750 +0.000190734863 +0.029174804688 +-0.078613281250 +0.016723632812 +-0.152343750000 +0.079101562500 +-0.102050781250 +-0.150390625000 +-0.052734375000 +-0.166015625000 +-0.108398437500 +-0.133789062500 +-0.053710937500 +0.106445312500 +-0.188476562500 +0.039062500000 +-0.013122558594 +0.146484375000 +0.072265625000 +0.020263671875 +0.039794921875 +0.098144531250 +-0.082031250000 +-0.134765625000 +0.056152343750 +-0.085449218750 +-0.130859375000 +-0.134765625000 +0.075683593750 +-0.195312500000 +0.096191406250 +0.033203125000 +-0.115234375000 +0.006530761719 +-0.046875000000 +-0.007568359375 +-0.013732910156 +0.195312500000 +0.053955078125 +-0.157226562500 +0.043701171875 +0.143554687500 +0.055664062500 +0.263671875000 +-0.104492187500 +0.136718750000 +0.041259765625 +-0.144531250000 +0.058837890625 +-0.037841796875 +-0.042480468750 +-0.052246093750 +0.103515625000 +-0.030517578125 +-0.086914062500 +0.168945312500 +-0.104003906250 +-0.125000000000 +-0.067871093750 +-0.002685546875 +-0.015991210938 +0.113281250000 +-0.063964843750 +0.063964843750 +0.140625000000 +-0.040527343750 +0.109375000000 +0.059082031250 +0.114257812500 +-0.137695312500 +0.180664062500 +-0.134765625000 +0.044433593750 +-0.048095703125 +-0.085937500000 +0.097167968750 +-0.005798339844 +-0.033691406250 +0.084472656250 +0.098632812500 +0.070800781250 +-0.146484375000 +-0.117675781250 +-0.102539062500 +0.199218750000 +-0.007171630859 +-0.102539062500 +0.041748046875 +0.003601074219 +-0.007690429688 +0.047607421875 +-0.016845703125 +-0.037597656250 +-0.032958984375 +-0.004608154297 +0.071777343750 +-0.055175781250 +-0.163085937500 +-0.079101562500 +-0.066406250000 +-0.128906250000 +-0.079589843750 +-0.009460449219 +-0.016113281250 +-0.129882812500 +0.068359375000 +-0.016113281250 +0.000747680664 +-0.004302978516 +0.016357421875 +-0.077148437500 +0.126953125000 +0.056640625000 +-0.049560546875 +-0.034912109375 +-0.097167968750 +0.088867187500 +-0.055664062500 +0.126953125000 +0.157226562500 +-0.035400390625 +-0.104492187500 +-0.123535156250 +0.070800781250 +-0.172851562500 +-0.129882812500 +-0.082519531250 +0.257812500000 +0.026245117188 +0.077636718750 +0.034423828125 +0.077148437500 +-0.051025390625 +-0.172851562500 +-0.080566406250 +0.109863281250 +0.143554687500 +0.186523437500 +0.038330078125 +-0.084960937500 +0.062500000000 +0.047363281250 +-0.135742187500 +-0.029296875000 +-0.060546875000 +0.090820312500 +-0.054199218750 +0.066894531250 +-0.133789062500 +-0.091796875000 +0.044677734375 +0.106445312500 +-0.078613281250 +-0.069824218750 +-0.033691406250 +0.132812500000 +0.080078125000 +-0.017456054688 +-0.070800781250 +0.025146484375 +-0.041748046875 +-0.083496093750 +-0.002029418945 +0.013183593750 +-0.004425048828 +0.147460937500 +0.051269531250 +-0.009033203125 +-0.012207031250 +-0.042724609375 +0.087402343750 +-0.032714843750 +-0.093750000000 +-0.013916015625 +0.001678466797 +-0.059814453125 +-0.060302734375 +0.042236328125 +0.023925781250 +-0.075195312500 +0.040527343750 +0.033203125000 +0.105468750000 +-0.024780273438 +-0.036376953125 +0.039794921875 +-0.023925781250 +0.090332031250 +0.042968750000 +0.075683593750 +-0.021850585938 +0.129882812500 +-0.030761718750 +-0.006805419922 +-0.113281250000 +0.068359375000 +0.066894531250 +0.022216796875 +-0.081054687500 +-0.010314941406 +0.088867187500 +0.013977050781 +-0.008666992188 +-0.018676757812 +0.054687500000 +0.032958984375 +-0.113281250000 +-0.029296875000 +-0.044189453125 +0.006134033203 +-0.076660156250 +0.001403808594 +0.103027343750 +-0.046386718750 +-0.021362304688 +0.042236328125 +0.015502929688 +-0.010742187500 +-0.057617187500 +-0.068359375000 +-0.251953125000 +-0.074707031250 +-0.018432617188 +0.010131835938 +0.010681152344 +-0.108886718750 +-0.091796875000 +-0.046630859375 +0.020263671875 +0.255859375000 +-0.093750000000 +-0.063476562500 +-0.004119873047 +0.002624511719 +0.056152343750 +0.028320312500 +-0.062500000000 +-0.023193359375 +-0.037353515625 +-0.009216308594 +-0.021850585938 +0.092285156250 +0.043945312500 +-0.002700805664 +-0.084472656250 +0.083984375000 +-0.092773437500 +-0.096191406250 +0.022094726562 +0.108886718750 +0.076171875000 +0.004272460938 +-0.056396484375 +-0.017089843750 +-0.015380859375 +0.090332031250 +0.001380920410 +-0.043945312500 +0.259765625000 +0.043212890625 +-0.090332031250 +-0.075683593750 +0.028686523438 +0.050537109375 +-0.062255859375 +0.244140625000 +-0.008605957031 +0.066406250000 +-0.067382812500 +-0.047119140625 +-0.119628906250 +0.026000976562 +-0.029785156250 +-0.125976562500 +-0.003616333008 +-0.023803710938 +0.137695312500 +0.054443359375 +-0.056884765625 +-0.105468750000 +0.124023437500 +0.053222656250 +-0.176757812500 +-0.015441894531 +-0.156250000000 +-0.089355468750 +0.142578125000 +-0.028930664062 +0.045654296875 +-0.009216308594 +-0.046630859375 +0.111816406250 +-0.069335937500 +0.178710937500 +0.020507812500 +-0.178710937500 +0.020263671875 +0.003143310547 +0.167968750000 +-0.066406250000 +-0.111328125000 +0.150390625000 +-0.157226562500 +0.000492095947 +-0.112792968750 +-0.072753906250 +-0.104492187500 +0.146484375000 +0.098632812500 +0.205078125000 +-0.107910156250 +0.193359375000 +0.041015625000 +-0.255859375000 +-0.086425781250 +0.061523437500 +-0.033203125000 +0.049560546875 +0.012756347656 +-0.068359375000 +-0.050292968750 +-0.025878906250 +-0.157226562500 +0.045898437500 +-0.012451171875 +-0.011840820312 +0.013000488281 +0.158203125000 +0.101562500000 +-0.033935546875 +-0.087890625000 +-0.164062500000 +-0.044921875000 +0.078125000000 +0.009155273438 +0.055419921875 +0.189453125000 +0.167968750000 +-0.038574218750 +0.093750000000 +-0.044189453125 +0.031494140625 +-0.008850097656 +-0.196289062500 +-0.056396484375 +-0.085449218750 +-0.245117187500 +-0.040039062500 +0.120117187500 +-0.136718750000 +0.065917968750 +0.142578125000 +0.087890625000 +0.229492187500 +0.019531250000 +-0.078125000000 +-0.092285156250 +0.014953613281 +-0.071777343750 +-0.019531250000 +0.188476562500 +-0.019042968750 +-0.003677368164 +-0.123535156250 +0.062255859375 +-0.197265625000 +-0.079101562500 +0.026000976562 +0.040283203125 +0.031982421875 +-0.083496093750 +0.107421875000 +-0.132812500000 +0.055175781250 +-0.017822265625 +0.140625000000 +0.063964843750 +0.104003906250 +-0.125976562500 +-0.178710937500 +-0.060058593750 +0.026611328125 +-0.074707031250 +0.019531250000 +-0.004394531250 +-0.027832031250 +-0.036865234375 +0.044189453125 +-0.092285156250 +0.029663085938 +0.081542968750 +-0.013977050781 +0.036865234375 +-0.048828125000 +0.015441894531 +-0.119628906250 +-0.073730468750 +0.033691406250 +0.084960937500 +-0.058593750000 +-0.044677734375 +0.071777343750 +-0.077636718750 +0.043212890625 +-0.060791015625 +-0.080078125000 +-0.048339843750 +0.235351562500 +0.031982421875 +-0.082519531250 +0.077148437500 +0.052001953125 +-0.008789062500 +0.139648437500 +0.015136718750 +0.003768920898 +-0.029541015625 +-0.142578125000 +0.027099609375 +-0.080078125000 +-0.097656250000 +0.003463745117 +0.051269531250 +0.007476806641 +0.099121093750 +0.122070312500 +0.059326171875 +0.020385742188 +-0.033203125000 +-0.046875000000 +0.052001953125 +-0.000743865967 +-0.047119140625 +-0.098144531250 +-0.003311157227 +-0.150390625000 +-0.131835937500 +-0.048339843750 +-0.012023925781 +-0.086425781250 +0.034423828125 +0.077636718750 +-0.060791015625 +0.076660156250 +0.032470703125 +0.065917968750 +0.109863281250 +-0.076171875000 +-0.281250000000 +-0.028076171875 +-0.037109375000 +0.039794921875 +-0.086425781250 +0.152343750000 +-0.068847656250 +0.058349609375 +-0.144531250000 +-0.048339843750 +0.047851562500 +-0.053955078125 +-0.096191406250 +-0.053955078125 +0.048339843750 +0.093750000000 +0.088378906250 +-0.070800781250 +0.064453125000 +0.118164062500 +-0.196289062500 +0.067871093750 +-0.096191406250 +-0.024291992188 +0.000029087067 +0.020874023438 +-0.037841796875 +-0.023193359375 +0.097167968750 +-0.044921875000 +-0.093261718750 +-0.008178710938 +-0.014465332031 +-0.003707885742 +0.058349609375 +-0.110351562500 +0.121093750000 +-0.024047851562 +0.163085937500 +0.050781250000 +0.093261718750 +0.018676757812 +0.023315429688 +-0.067382812500 +0.013183593750 +-0.112304687500 +-0.025878906250 +-0.054931640625 +0.016723632812 +0.099609375000 +0.061279296875 +-0.057861328125 +-0.017089843750 +0.093261718750 +0.051757812500 +-0.027832031250 +0.104003906250 +-0.203125000000 +-0.034912109375 +-0.029785156250 +-0.051025390625 +0.067382812500 +0.024047851562 +-0.059082031250 +0.175781250000 +0.051269531250 +0.188476562500 +-0.033447265625 +-0.059814453125 +0.032714843750 +0.081054687500 +-0.011108398438 +-0.042480468750 +-0.060302734375 +-0.099609375000 +-0.029296875000 +0.034179687500 +-0.095214843750 +-0.011291503906 +0.095214843750 +-0.042724609375 +0.101074218750 +0.031982421875 +-0.112304687500 +0.026123046875 +0.032226562500 +-0.066406250000 +0.046630859375 +0.113769531250 +0.044677734375 +-0.005584716797 +-0.001617431641 +-0.087402343750 +-0.140625000000 +0.145507812500 +-0.095214843750 +0.122558593750 +-0.089843750000 +-0.079589843750 +-0.056640625000 +-0.015563964844 +-0.008789062500 +-0.030029296875 +-0.002944946289 +-0.125976562500 +-0.054687500000 +-0.009399414062 +0.062988281250 +-0.208007812500 +0.263671875000 +-0.206054687500 +-0.023559570312 +-0.042968750000 +-0.019287109375 +-0.141601562500 +0.028808593750 +0.076171875000 +0.090332031250 +0.094726562500 +-0.233398437500 +0.106445312500 +0.047363281250 +-0.035400390625 +-0.023315429688 +0.010559082031 +0.082519531250 +0.033935546875 +-0.009460449219 +0.028930664062 +-0.015625000000 +0.011413574219 +-0.004241943359 +0.017578125000 +-0.000039577484 +0.007049560547 +0.033203125000 +-0.025756835938 +-0.008483886719 +-0.051025390625 +0.153320312500 +0.057617187500 +0.040527343750 +-0.048828125000 +0.058105468750 +0.049072265625 +-0.064453125000 +0.142578125000 +0.018554687500 +-0.116699218750 +-0.125000000000 +0.064941406250 +0.003112792969 +-0.141601562500 +0.207031250000 +0.083007812500 +-0.027343750000 +-0.055419921875 +-0.046386718750 +0.077148437500 +-0.105468750000 +0.028320312500 +0.195312500000 +0.036132812500 +-0.027954101562 +0.014831542969 +0.028686523438 +-0.150390625000 +-0.023803710938 +0.030517578125 +-0.064453125000 +0.077636718750 +0.110351562500 +0.019653320312 +0.059570312500 +-0.048095703125 +-0.099609375000 +0.138671875000 +0.054443359375 +-0.096191406250 +0.056640625000 +-0.057373046875 +-0.036621093750 +0.087402343750 +0.224609375000 +0.152343750000 +-0.003677368164 +-0.007293701172 +0.043212890625 +0.156250000000 +0.181640625000 +0.042480468750 +-0.072753906250 +-0.115722656250 +-0.074707031250 +0.050048828125 +0.060546875000 +-0.009399414062 +0.090332031250 +-0.120605468750 +0.049072265625 +0.127929687500 +-0.015075683594 +0.088378906250 +-0.122558593750 +-0.041015625000 +0.059326171875 +0.089355468750 +0.048828125000 +-0.237304687500 +0.013305664062 +0.129882812500 +-0.010925292969 +-0.114257812500 +-0.033203125000 +-0.031738281250 +-0.062011718750 +0.068847656250 +0.103515625000 +0.114257812500 +-0.012268066406 +-0.009704589844 +0.041259765625 +-0.056396484375 +-0.036132812500 +-0.076660156250 +-0.035644531250 +0.019531250000 +-0.103027343750 +-0.106445312500 +-0.050781250000 +0.071777343750 +0.027954101562 +-0.017944335938 +0.056884765625 +-0.045654296875 +-0.009643554688 +0.089355468750 +-0.011169433594 +-0.074707031250 +0.049316406250 +0.003295898438 +-0.114746093750 +0.044677734375 +0.041748046875 +0.076171875000 +0.048828125000 +0.180664062500 +0.066406250000 +-0.221679687500 +0.052001953125 +-0.023803710938 +-0.055908203125 +-0.007080078125 +0.030273437500 +0.040283203125 +-0.141601562500 +-0.041503906250 +0.034667968750 +0.021972656250 +0.009948730469 +-0.113769531250 +-0.020507812500 +-0.011901855469 +0.039062500000 +-0.050048828125 +-0.026855468750 +-0.133789062500 +0.021972656250 +-0.007049560547 +0.008972167969 +0.045410156250 +-0.075683593750 +0.005584716797 +0.072753906250 +0.010925292969 +0.003021240234 +0.017578125000 +-0.053955078125 +-0.104492187500 +-0.053710937500 +0.088867187500 +-0.071289062500 +0.064453125000 +-0.027099609375 +0.116699218750 +-0.000431060791 +0.191406250000 +-0.059814453125 +0.075683593750 +0.009155273438 +0.031738281250 +0.159179687500 +-0.121093750000 +-0.106933593750 +0.021240234375 +0.100097656250 +0.024780273438 +0.015197753906 +0.099609375000 +-0.130859375000 +0.079101562500 +-0.074218750000 +-0.000492095947 +0.050781250000 +-0.047363281250 +-0.198242187500 +-0.015869140625 +0.099609375000 +-0.062988281250 +0.000888824463 +-0.043945312500 +-0.092773437500 +0.150390625000 +0.056884765625 +0.042236328125 +0.116210937500 +0.075195312500 +0.081054687500 +-0.093261718750 +-0.124511718750 +-0.083007812500 +-0.075683593750 +-0.300781250000 +-0.035644531250 +0.084960937500 +0.147460937500 +-0.096679687500 +-0.116210937500 +-0.088867187500 +-0.136718750000 +0.101074218750 +-0.016845703125 +-0.026855468750 +0.013610839844 +0.090332031250 +0.014282226562 +-0.015869140625 +0.253906250000 +0.027221679688 +-0.044921875000 +-0.127929687500 +0.106933593750 +-0.080566406250 +0.096679687500 +-0.095214843750 +-0.032714843750 +-0.017822265625 +0.050048828125 +-0.076660156250 +0.041992187500 +0.059570312500 +-0.078125000000 +-0.145507812500 +-0.007934570312 +-0.004333496094 +-0.085449218750 +-0.064453125000 +-0.022705078125 +-0.015014648438 +-0.043457031250 +-0.054931640625 +-0.086914062500 +0.104492187500 +-0.154296875000 +-0.076660156250 +-0.062988281250 +-0.010986328125 +-0.109863281250 +0.011474609375 +0.026245117188 +-0.107421875000 +0.018188476562 +-0.063476562500 +-0.045898437500 +-0.090332031250 +0.121093750000 +0.157226562500 +-0.003005981445 +-0.077636718750 +0.025024414062 +-0.087402343750 +0.055175781250 +-0.037109375000 +0.047363281250 +-0.005706787109 +-0.166015625000 +0.030883789062 +0.082031250000 +-0.126953125000 +-0.112792968750 +0.100585937500 +-0.151367187500 +0.042724609375 +0.072265625000 +0.035156250000 +-0.046142578125 +-0.073242187500 +0.039062500000 +-0.074707031250 +-0.022827148438 +-0.009399414062 +-0.213867187500 +0.097656250000 +-0.048828125000 +0.221679687500 +-0.058349609375 +0.143554687500 +-0.135742187500 +0.177734375000 +0.048828125000 +-0.140625000000 +0.077148437500 +0.051025390625 +0.147460937500 +0.004241943359 +-0.009521484375 +-0.052001953125 +-0.118164062500 +-0.110351562500 +0.004882812500 +0.017578125000 +0.047607421875 +0.011962890625 +-0.011291503906 +0.028564453125 +0.103515625000 +-0.046875000000 +-0.003234863281 +-0.135742187500 +-0.138671875000 +-0.048095703125 +0.058593750000 +-0.068359375000 +-0.157226562500 +-0.084472656250 +-0.028564453125 +-0.128906250000 +0.044921875000 +-0.169921875000 +0.021606445312 +0.017333984375 +0.008789062500 +-0.070312500000 +-0.029296875000 +-0.046875000000 +0.023803710938 +0.140625000000 +-0.147460937500 +-0.026367187500 +0.040039062500 +0.133789062500 +0.027099609375 +-0.111328125000 +0.034423828125 +0.073242187500 +-0.203125000000 +0.058349609375 +0.019775390625 +0.063476562500 +0.040039062500 +0.022949218750 +-0.050292968750 +-0.151367187500 +-0.076171875000 +0.004638671875 +-0.047363281250 +0.060546875000 +0.053710937500 +0.064941406250 +-0.024780273438 +0.130859375000 +0.154296875000 +0.081542968750 +0.002258300781 +0.165039062500 +-0.006591796875 +0.066406250000 +0.106445312500 +0.011047363281 +0.045410156250 +-0.094726562500 +0.010131835938 +-0.058349609375 +-0.009582519531 +-0.009216308594 +0.027343750000 +0.086914062500 +0.185546875000 +0.084472656250 +-0.078613281250 +-0.055175781250 +-0.098632812500 +-0.027221679688 +0.072265625000 +-0.051757812500 +0.011230468750 +0.037597656250 +0.031127929688 +0.316406250000 +0.076171875000 +0.023925781250 +-0.004638671875 +0.021240234375 +-0.107421875000 +-0.033447265625 +-0.021240234375 +0.005249023438 +-0.030395507812 +-0.054931640625 +0.025268554688 +-0.140625000000 +-0.045654296875 +0.075195312500 +-0.150390625000 +-0.008666992188 +0.103027343750 +-0.013366699219 +-0.021240234375 +0.006683349609 +0.002716064453 +-0.066894531250 +0.088867187500 +0.074707031250 +0.147460937500 +-0.012084960938 +-0.130859375000 +-0.060058593750 +-0.059570312500 +-0.004943847656 +0.057861328125 +0.134765625000 +0.016113281250 +-0.137695312500 +-0.026977539062 +0.017333984375 +-0.106445312500 +0.015563964844 +0.067871093750 +-0.066406250000 +-0.131835937500 +0.046875000000 +-0.067871093750 +0.090820312500 +0.031250000000 +-0.085937500000 +-0.040283203125 +0.079101562500 +-0.024902343750 +0.007629394531 +0.075683593750 +0.004516601562 +0.045898437500 +0.060791015625 +-0.114257812500 +-0.147460937500 +-0.031250000000 +0.003768920898 +-0.109375000000 +-0.048339843750 +0.112304687500 +-0.019775390625 +0.027099609375 +0.133789062500 +-0.045166015625 +-0.157226562500 +-0.052246093750 +-0.043212890625 +0.059570312500 +-0.043212890625 +0.171875000000 +0.053955078125 +-0.020874023438 +-0.058593750000 +0.008850097656 +-0.020996093750 +-0.085937500000 +0.103027343750 +-0.008544921875 +0.125000000000 +-0.044189453125 +-0.079101562500 +0.043701171875 +0.139648437500 +-0.201171875000 +0.040527343750 +-0.063964843750 +0.100097656250 +-0.092773437500 +0.002914428711 +-0.039550781250 +-0.009399414062 +-0.075195312500 +0.026733398438 +0.136718750000 +-0.160156250000 +0.035156250000 +-0.001968383789 +-0.010742187500 +-0.010437011719 +-0.023315429688 +-0.156250000000 +0.005340576172 +-0.049560546875 +-0.070312500000 +0.038085937500 +-0.088867187500 +-0.006683349609 +-0.033447265625 +-0.003463745117 +-0.038330078125 +-0.061279296875 +-0.125976562500 +-0.101562500000 +0.104003906250 +-0.063964843750 +0.214843750000 +-0.027099609375 +0.004394531250 +0.000576019287 +-0.107910156250 +-0.024780273438 +-0.017700195312 +0.107421875000 +-0.048583984375 +0.151367187500 +-0.054931640625 +-0.138671875000 +-0.090332031250 +0.097656250000 +0.098144531250 +0.032226562500 +-0.016235351562 +0.095214843750 +-0.145507812500 +-0.183593750000 +0.125976562500 +0.007812500000 +0.061279296875 +-0.104003906250 +-0.029907226562 +0.046142578125 +-0.064453125000 +-0.077148437500 +0.142578125000 +-0.031738281250 +-0.028320312500 +0.110351562500 +0.088378906250 +-0.040039062500 +0.105468750000 +-0.042968750000 +-0.090820312500 +-0.005157470703 +-0.010192871094 +0.002426147461 +0.014953613281 +-0.096191406250 +0.072753906250 +0.175781250000 +0.098632812500 +-0.074218750000 +0.181640625000 +0.052001953125 +-0.043945312500 +-0.074218750000 +0.068847656250 +-0.101074218750 +-0.064453125000 +-0.085449218750 +0.105468750000 +0.031738281250 +0.019775390625 +-0.058593750000 +-0.108886718750 +-0.023437500000 +-0.040039062500 +-0.007324218750 +0.209960937500 +-0.077636718750 +0.060058593750 +0.060546875000 +0.008361816406 +0.044677734375 +-0.002243041992 +0.064941406250 +0.102539062500 +0.149414062500 +-0.098144531250 +-0.200195312500 +-0.067871093750 +-0.073242187500 +-0.164062500000 +-0.039306640625 +-0.100585937500 +-0.065917968750 +-0.149414062500 +0.335937500000 +0.127929687500 +0.137695312500 +-0.032470703125 +0.119140625000 +0.026977539062 +-0.069335937500 +0.138671875000 +-0.044433593750 +-0.015747070312 +0.158203125000 +-0.178710937500 +0.124511718750 +0.045654296875 +-0.207031250000 +0.261718750000 +0.072753906250 +-0.033203125000 +-0.179687500000 +0.002563476562 +-0.000694274902 +-0.084472656250 +0.003387451172 +-0.041503906250 +-0.077148437500 +-0.104492187500 +0.070800781250 +0.112304687500 +0.028320312500 +-0.040283203125 +0.006103515625 +0.014465332031 +0.057128906250 +0.096679687500 +-0.105468750000 +0.203125000000 +0.047119140625 +0.090820312500 +-0.059570312500 +-0.011657714844 +0.063964843750 +-0.115234375000 +0.015014648438 +-0.053222656250 +0.028320312500 +-0.020507812500 +-0.084960937500 +-0.019531250000 +0.086914062500 +0.007202148438 +-0.044921875000 +0.013183593750 +0.001892089844 +-0.052490234375 +-0.125976562500 +-0.057617187500 +-0.069824218750 +0.023559570312 +-0.013854980469 +0.104003906250 +-0.012634277344 +-0.074218750000 +-0.118164062500 +-0.039306640625 +0.128906250000 +-0.177734375000 +-0.110839843750 +-0.003448486328 +-0.026855468750 +0.009277343750 +-0.039550781250 +-0.029663085938 +0.055908203125 +0.119628906250 +0.004089355469 +0.041503906250 +0.067871093750 +-0.056884765625 +-0.022338867188 +0.052001953125 +0.145507812500 +0.049804687500 +-0.004730224609 +0.123535156250 +-0.031982421875 +0.041259765625 +-0.055664062500 +0.028442382812 +-0.028320312500 +0.023071289062 +-0.178710937500 +0.112792968750 +-0.089355468750 +0.014282226562 +-0.080078125000 +0.128906250000 +-0.034423828125 +0.031127929688 +-0.071777343750 +-0.070312500000 +-0.165039062500 +0.090820312500 +-0.119628906250 +0.046386718750 +-0.099121093750 +0.170898437500 +0.139648437500 +0.003967285156 +-0.004272460938 +-0.026977539062 +-0.202148437500 +-0.014404296875 +-0.062011718750 +-0.007537841797 +-0.002166748047 +-0.076171875000 +-0.039550781250 +0.078613281250 +-0.183593750000 +0.012329101562 +0.081054687500 +-0.216796875000 +0.105468750000 +-0.027587890625 +0.002227783203 +-0.078125000000 +-0.043945312500 +0.175781250000 +-0.022705078125 +0.045898437500 +-0.073242187500 +0.009216308594 +-0.076660156250 +-0.006256103516 +-0.103515625000 +0.070312500000 +-0.013610839844 +0.099609375000 +0.027954101562 +0.034179687500 +-0.041748046875 +-0.085449218750 +-0.007598876953 +-0.027954101562 +-0.039794921875 +-0.013244628906 +0.098632812500 +-0.201171875000 +0.019897460938 +-0.083007812500 +0.044433593750 +0.037841796875 +0.052246093750 +0.005218505859 +0.039794921875 +0.056884765625 +0.127929687500 +-0.017700195312 +0.080566406250 +-0.031738281250 +-0.047119140625 +-0.036376953125 +-0.093750000000 +0.077636718750 +0.016601562500 +0.011901855469 +-0.118164062500 +-0.066894531250 +-0.052246093750 +-0.067871093750 +-0.042968750000 +-0.014709472656 +-0.022949218750 +0.013122558594 +-0.020019531250 +0.005615234375 +0.128906250000 +0.089843750000 +0.127929687500 +0.069824218750 +0.171875000000 +0.125000000000 +-0.015502929688 +0.104003906250 +-0.087890625000 +0.106445312500 +-0.037353515625 +-0.123046875000 +-0.005920410156 +-0.043945312500 +-0.037353515625 +0.109375000000 +0.100097656250 +0.044921875000 +-0.056884765625 +0.002136230469 +-0.082031250000 +0.029418945312 +0.055664062500 +0.149414062500 +0.045654296875 +0.098144531250 +-0.012939453125 +-0.021362304688 +-0.095703125000 +-0.025634765625 +-0.066894531250 +0.040771484375 +-0.056884765625 +0.016113281250 +-0.210937500000 +-0.118164062500 +0.006561279297 +0.012207031250 +-0.069335937500 +0.072265625000 +-0.032714843750 +-0.004852294922 +-0.020019531250 +0.091308593750 +0.020751953125 +-0.140625000000 +-0.117187500000 +0.101074218750 +-0.002716064453 +0.025756835938 +-0.005462646484 +-0.054199218750 +-0.047851562500 +0.044677734375 +-0.044433593750 +-0.026000976562 +-0.104003906250 +0.000206947327 +-0.020507812500 +0.194335937500 +-0.241210937500 +-0.079589843750 +0.110839843750 +0.047119140625 +-0.138671875000 +-0.016723632812 +0.033447265625 +-0.016235351562 +-0.012634277344 +-0.070800781250 +0.025390625000 +0.061279296875 +0.076171875000 +-0.016357421875 +-0.003936767578 +-0.079101562500 +0.109375000000 +-0.091796875000 +-0.045410156250 +0.259765625000 +-0.031494140625 +-0.032714843750 +0.151367187500 +-0.016479492188 +-0.010375976562 +-0.085937500000 +0.030761718750 +0.111816406250 +0.002166748047 +-0.111816406250 +-0.162109375000 +0.123535156250 +0.036621093750 +-0.015747070312 +0.152343750000 +-0.030883789062 +-0.055419921875 +-0.033447265625 +0.208007812500 +-0.117675781250 +-0.050292968750 +-0.065917968750 +-0.148437500000 +-0.021362304688 +0.070312500000 +0.248046875000 +0.043212890625 +-0.047607421875 +-0.061767578125 +-0.063964843750 +-0.151367187500 +0.000942230225 +0.029541015625 +0.032470703125 +-0.011962890625 +-0.005523681641 +-0.022460937500 +-0.001586914062 +-0.008850097656 +0.013122558594 +-0.017578125000 +-0.003494262695 +0.010803222656 +-0.053222656250 +0.114746093750 +-0.056152343750 +-0.031982421875 +0.070800781250 +-0.110839843750 +-0.056152343750 +0.008605957031 +0.007720947266 +0.041503906250 +0.017822265625 +0.008300781250 +-0.060302734375 +0.003906250000 +-0.010925292969 +0.085449218750 +0.079101562500 +0.034179687500 +0.002273559570 +0.039306640625 +-0.050781250000 +-0.027709960938 +0.004364013672 +0.011535644531 +-0.066406250000 +0.043212890625 +-0.019409179688 +0.074218750000 +-0.048095703125 +0.100097656250 +0.008728027344 +0.000145912170 +-0.066406250000 +0.147460937500 +-0.046386718750 +0.095703125000 +-0.101074218750 +-0.135742187500 +-0.027954101562 +0.031127929688 +0.056396484375 +0.046630859375 +0.044921875000 +0.023437500000 +-0.066894531250 +0.061767578125 +0.087890625000 +0.082519531250 +-0.030517578125 +0.019775390625 +-0.084960937500 +0.304687500000 +0.025756835938 +-0.004547119141 +-0.040771484375 +0.056640625000 +-0.066406250000 +-0.005554199219 +-0.012634277344 +-0.012817382812 +-0.077636718750 +-0.048828125000 +0.085449218750 +0.149414062500 +0.003936767578 +-0.039550781250 +-0.026489257812 +-0.029907226562 +-0.022583007812 +-0.038085937500 +-0.053466796875 +0.140625000000 +0.004852294922 +-0.015991210938 +0.070800781250 +-0.008422851562 +-0.059326171875 +-0.037597656250 +0.076660156250 +0.004180908203 +0.056152343750 +0.008850097656 +-0.049316406250 +0.012878417969 +0.091796875000 +-0.017456054688 +0.096679687500 +0.008911132812 +0.120605468750 +-0.014465332031 +-0.002456665039 +-0.033691406250 +0.275390625000 +0.016845703125 +0.040771484375 +-0.090820312500 +0.051025390625 +0.157226562500 +0.090332031250 +0.054931640625 +-0.038085937500 +-0.013610839844 +-0.089355468750 +0.081054687500 +0.076171875000 +-0.034667968750 +-0.022338867188 +0.005584716797 +0.013244628906 +-0.060302734375 +0.009277343750 +-0.067382812500 +-0.038818359375 +0.072265625000 +0.037353515625 +-0.049560546875 +-0.060791015625 +0.022949218750 +0.066406250000 +-0.027465820312 +0.089843750000 +0.043945312500 +-0.070312500000 +0.083496093750 +-0.055908203125 +0.009033203125 +0.011474609375 +-0.039306640625 +-0.082031250000 +-0.002029418945 +-0.032714843750 +-0.042236328125 +-0.108398437500 +0.023193359375 +-0.106445312500 +-0.000436782837 +0.042480468750 +0.014648437500 +0.039306640625 +-0.074707031250 +-0.097656250000 +-0.204101562500 +0.081054687500 +-0.125976562500 +-0.036376953125 +0.026489257812 +0.022338867188 +-0.024902343750 +0.023681640625 +-0.016723632812 +-0.097167968750 +0.056152343750 +0.123535156250 +-0.017456054688 +-0.091308593750 +0.016601562500 +0.042480468750 +0.036621093750 +-0.060302734375 +0.021972656250 +-0.023681640625 +-0.097656250000 +-0.146484375000 +-0.084472656250 +0.037109375000 +0.073730468750 +-0.035888671875 +-0.084472656250 +0.013305664062 +0.016357421875 +-0.065429687500 +0.101562500000 +-0.066406250000 +-0.011901855469 +0.128906250000 +-0.241210937500 +-0.000235557556 +-0.030639648438 +-0.114257812500 +0.145507812500 +0.001136779785 +-0.057861328125 +0.091796875000 +-0.142578125000 +-0.004852294922 +-0.134765625000 +-0.072265625000 +0.029785156250 +-0.035888671875 +0.104492187500 +0.001800537109 +-0.039062500000 +-0.142578125000 +-0.090332031250 +0.030151367188 +0.000427246094 +0.117187500000 +0.032714843750 +0.028564453125 +-0.048828125000 +0.005950927734 +-0.013854980469 +-0.133789062500 +0.016479492188 +-0.068359375000 +-0.049560546875 +0.006835937500 +-0.036132812500 +0.147460937500 +0.093261718750 +-0.083496093750 +-0.070800781250 +0.055664062500 +0.053466796875 +0.044433593750 +-0.128906250000 +0.112304687500 +-0.113281250000 +0.005554199219 +0.052246093750 +-0.028198242188 +-0.049804687500 +0.028686523438 +0.222656250000 +-0.049560546875 +0.057861328125 +-0.008239746094 +0.210937500000 +-0.067382812500 +-0.110839843750 +0.140625000000 +-0.027465820312 +0.144531250000 +-0.063476562500 +0.135742187500 +0.075195312500 +0.018188476562 +-0.057373046875 +-0.010986328125 +0.050292968750 +-0.003753662109 +-0.133789062500 +0.069335937500 +-0.031494140625 +0.099121093750 +0.001052856445 +-0.039062500000 +-0.034179687500 +-0.016357421875 +0.004028320312 +-0.015747070312 +-0.032470703125 +-0.092285156250 +-0.086425781250 +-0.040527343750 +-0.060058593750 +-0.050048828125 +0.004089355469 +0.010498046875 +-0.003631591797 +-0.074707031250 +0.082031250000 +-0.029296875000 +0.028930664062 +0.060058593750 +0.019897460938 +-0.073730468750 +0.011535644531 +0.025268554688 +0.011657714844 +-0.024047851562 +0.017944335938 +0.022827148438 +-0.000104904175 +-0.037597656250 +-0.065429687500 +0.034667968750 +-0.041748046875 +0.001281738281 +-0.047119140625 +-0.039062500000 +0.024536132812 +0.010009765625 +0.019165039062 +-0.035644531250 +-0.018676757812 +-0.020629882812 +0.078125000000 +-0.039550781250 +-0.138671875000 +-0.041015625000 +0.050781250000 +0.067382812500 +0.023315429688 +-0.017211914062 +-0.090332031250 +0.038330078125 +0.013244628906 +0.077148437500 +0.042480468750 +0.024902343750 +0.009582519531 +-0.086425781250 +0.066406250000 +0.086425781250 +-0.077636718750 +0.130859375000 +-0.048583984375 +-0.043701171875 +0.039550781250 +0.006286621094 +0.010253906250 +-0.073242187500 +0.106933593750 +0.074218750000 +0.075195312500 +0.027954101562 +0.009338378906 +0.087402343750 +0.002975463867 +0.033447265625 +-0.070312500000 +-0.047363281250 +-0.030273437500 +0.117187500000 +-0.049316406250 +0.035156250000 +0.064941406250 +0.000976562500 +0.003402709961 +0.142578125000 +0.000976562500 +-0.041503906250 +-0.026489257812 +0.139648437500 +0.019165039062 +0.028686523438 +-0.046386718750 +0.057861328125 +0.082031250000 +0.077636718750 +0.010986328125 +0.045654296875 +-0.018432617188 +0.002563476562 +-0.043212890625 +-0.064453125000 +-0.094238281250 +0.128906250000 +-0.002319335938 +0.036376953125 +-0.013366699219 +-0.046142578125 +0.058837890625 +-0.038818359375 +-0.127929687500 +0.015625000000 +-0.039306640625 +-0.046875000000 +0.066894531250 +-0.019409179688 +-0.055908203125 +0.058349609375 +-0.013427734375 +-0.034423828125 +-0.081542968750 +-0.056396484375 +-0.052978515625 +-0.048095703125 +-0.069824218750 +-0.000865936279 +0.036376953125 +-0.012573242188 +-0.109863281250 +0.015319824219 +0.055908203125 +-0.091796875000 +-0.041992187500 +-0.141601562500 +0.073242187500 +0.026245117188 +-0.072265625000 +-0.138671875000 +0.056884765625 +-0.050781250000 +-0.047119140625 +0.010559082031 +-0.040771484375 +-0.097656250000 +-0.091308593750 +-0.083496093750 +-0.073730468750 +-0.073730468750 +-0.034423828125 +0.012817382812 +-0.100097656250 +0.038085937500 +-0.045654296875 +-0.081542968750 +-0.170898437500 +0.055908203125 +-0.018432617188 +0.094238281250 +0.232421875000 +-0.065429687500 +-0.044433593750 +-0.029663085938 +0.023315429688 +-0.113281250000 +-0.179687500000 +-0.070312500000 +0.069335937500 +0.152343750000 +0.096679687500 +-0.057617187500 +-0.083007812500 +-0.000119209290 +-0.034423828125 +-0.081054687500 +-0.090820312500 +0.031494140625 +0.066406250000 +-0.005615234375 +-0.034179687500 +-0.054931640625 +-0.037597656250 +0.149414062500 +0.070800781250 +-0.027587890625 +-0.024414062500 +-0.072265625000 +-0.082031250000 +0.067382812500 +-0.036132812500 +0.098632812500 +-0.086914062500 +-0.022705078125 +0.045654296875 +-0.093750000000 +0.012817382812 +0.029418945312 +0.125976562500 +0.116699218750 +0.183593750000 +-0.075195312500 +-0.040771484375 +0.128906250000 +-0.116210937500 +-0.026977539062 +-0.026489257812 +-0.205078125000 +-0.022827148438 +-0.051757812500 +-0.161132812500 +0.047119140625 +-0.107910156250 +0.047363281250 +-0.021728515625 +0.046875000000 +-0.020141601562 +-0.015380859375 +-0.008666992188 +0.039794921875 +-0.182617187500 +0.065429687500 +-0.099609375000 +-0.075683593750 +0.031250000000 +0.093261718750 +0.098632812500 +0.035644531250 +0.072265625000 +-0.031982421875 +0.059814453125 +0.102050781250 +0.106933593750 +-0.281250000000 +0.012084960938 +-0.014587402344 +-0.134765625000 +-0.002349853516 +0.144531250000 +-0.039306640625 +0.028808593750 +-0.071289062500 +-0.031494140625 +0.040527343750 +0.007415771484 +0.033935546875 +-0.085449218750 +-0.031982421875 +-0.086914062500 +-0.008728027344 +0.057861328125 +0.014343261719 +0.044921875000 +-0.030761718750 +-0.043457031250 +0.135742187500 +-0.068847656250 +0.113281250000 +0.018554687500 +-0.069824218750 +-0.051269531250 +0.002777099609 +0.011413574219 +-0.094238281250 +-0.017089843750 +0.027343750000 +0.069335937500 +0.057617187500 +0.092285156250 +-0.064453125000 +0.081542968750 +-0.057617187500 +-0.085449218750 +0.080566406250 +-0.017578125000 +-0.086425781250 +0.104492187500 +-0.059082031250 +-0.020263671875 +0.084960937500 +0.067382812500 +0.042724609375 +-0.077148437500 +-0.013244628906 +0.012329101562 +0.176757812500 +-0.034667968750 +-0.001281738281 +-0.150390625000 +-0.100585937500 +0.050048828125 +0.154296875000 +-0.006408691406 +-0.020751953125 +-0.117187500000 +-0.018432617188 +-0.121093750000 +0.074218750000 +0.012817382812 +0.036865234375 +-0.025024414062 +-0.029785156250 +0.129882812500 +0.091308593750 +0.028564453125 +-0.071289062500 +0.076171875000 +0.006530761719 +0.005950927734 +0.049804687500 +-0.152343750000 +0.063476562500 +-0.048583984375 +0.084960937500 +-0.010864257812 +0.076171875000 +-0.047363281250 +-0.002655029297 +-0.064941406250 +-0.015380859375 +0.063476562500 +0.117675781250 +0.020385742188 +0.072753906250 +-0.041748046875 +-0.031738281250 +0.066894531250 +-0.018920898438 +-0.052978515625 +-0.127929687500 +-0.020263671875 +0.039794921875 +0.147460937500 +-0.069824218750 +0.079101562500 +-0.110839843750 +-0.098144531250 +-0.001167297363 +-0.038818359375 +0.035156250000 +0.105468750000 +-0.046875000000 +0.055664062500 +-0.049316406250 +-0.109863281250 +-0.044921875000 +-0.133789062500 +0.038574218750 +-0.038330078125 +0.000140190125 +-0.111328125000 +-0.042236328125 +-0.168945312500 +-0.005554199219 +0.081054687500 +-0.074218750000 +-0.027832031250 +0.013916015625 +-0.109375000000 +0.094726562500 +-0.107910156250 +0.043701171875 +0.068847656250 +0.006286621094 +0.040527343750 +-0.028076171875 +0.097656250000 +-0.116210937500 +-0.062255859375 +-0.059082031250 +-0.023803710938 +-0.052001953125 +0.107910156250 +-0.193359375000 +0.041503906250 +0.073730468750 +0.026977539062 +-0.087402343750 +-0.058349609375 +-0.102539062500 +-0.101074218750 +-0.115234375000 +0.060791015625 +-0.015625000000 +-0.161132812500 +0.121582031250 +-0.068359375000 +0.031494140625 +-0.084472656250 +-0.104492187500 +-0.010375976562 +-0.066406250000 +0.048095703125 +0.028686523438 +-0.084472656250 +-0.094238281250 +-0.062500000000 +-0.074707031250 +-0.051757812500 +-0.152343750000 +-0.029296875000 +-0.248046875000 +0.039550781250 +0.031127929688 +-0.128906250000 +-0.132812500000 +-0.101074218750 +-0.098632812500 +-0.080078125000 +-0.204101562500 +-0.069824218750 +-0.140625000000 +-0.032958984375 +-0.150390625000 +-0.015014648438 +-0.092773437500 +-0.063476562500 +-0.074218750000 +-0.077636718750 +-0.040039062500 +-0.012634277344 +-0.049072265625 +-0.031982421875 +0.037109375000 +0.001441955566 +-0.102050781250 +0.060546875000 +0.030395507812 +0.097656250000 +0.133789062500 +0.060791015625 +0.091796875000 +0.100585937500 +0.082519531250 +0.130859375000 +0.129882812500 +-0.012512207031 +-0.125976562500 +-0.125000000000 +-0.137695312500 +-0.022094726562 +-0.133789062500 +-0.033447265625 +0.134765625000 +-0.105957031250 +-0.035156250000 +-0.133789062500 +-0.013366699219 +0.049316406250 +-0.014892578125 +-0.068847656250 +0.115234375000 +-0.089843750000 +-0.107910156250 +0.134765625000 +-0.101074218750 +0.001586914062 +0.078613281250 +-0.036865234375 +-0.069335937500 +-0.062500000000 +-0.029174804688 +-0.012695312500 +-0.109863281250 +-0.110351562500 +0.006408691406 +-0.021484375000 +0.050537109375 +0.036621093750 +0.010803222656 +-0.031005859375 +-0.061035156250 +0.003479003906 +0.083496093750 +-0.049560546875 +0.075195312500 +-0.021972656250 +0.089843750000 +0.006652832031 +-0.030639648438 +-0.116699218750 +-0.048583984375 +-0.007019042969 +0.040039062500 +0.025756835938 +-0.051269531250 +-0.169921875000 +-0.172851562500 +-0.126953125000 +0.057128906250 +0.032958984375 +-0.229492187500 +0.026611328125 +-0.026733398438 +-0.002258300781 +-0.024169921875 +-0.036376953125 +-0.033203125000 +-0.004150390625 +-0.141601562500 +-0.015625000000 +-0.030639648438 +0.024902343750 +-0.041503906250 +0.109375000000 +-0.006774902344 +-0.014648437500 +-0.040527343750 +0.019042968750 +0.008178710938 +-0.051513671875 +0.083007812500 +-0.159179687500 +0.010620117188 +-0.335937500000 +-0.170898437500 +0.080566406250 +-0.033447265625 +0.095703125000 +-0.091796875000 +-0.168945312500 +-0.253906250000 +0.009826660156 +0.172851562500 +-0.097656250000 +0.095703125000 +-0.005676269531 +-0.149414062500 +0.111328125000 +0.190429687500 +0.100097656250 +-0.101074218750 +-0.007629394531 +0.062988281250 +0.029663085938 +-0.106445312500 +-0.034423828125 +0.064453125000 +0.075195312500 +-0.046875000000 +-0.012145996094 +0.084960937500 +-0.013305664062 +-0.076171875000 +-0.001541137695 +-0.016967773438 +-0.035644531250 +0.085449218750 +0.093261718750 +-0.072753906250 +-0.014465332031 +-0.093261718750 +0.073730468750 +0.090820312500 +-0.203125000000 +-0.144531250000 +-0.010864257812 +-0.137695312500 +0.031738281250 +-0.031127929688 +-0.014831542969 +-0.030639648438 +0.015869140625 +-0.081542968750 +-0.103515625000 +0.021972656250 +0.115234375000 +-0.021484375000 +-0.099121093750 +0.061523437500 +-0.038330078125 +-0.119628906250 +-0.064941406250 +-0.040527343750 +-0.093261718750 +0.139648437500 +0.121093750000 +0.077148437500 +0.013244628906 +-0.098144531250 +0.023315429688 +-0.003173828125 +0.119140625000 +-0.032714843750 +-0.104492187500 +-0.217773437500 +-0.197265625000 +-0.009155273438 +0.106445312500 +-0.116699218750 +0.011535644531 +0.086914062500 +0.193359375000 +0.251953125000 +0.044189453125 +0.190429687500 +-0.032470703125 +-0.090820312500 +-0.047607421875 +0.061523437500 +0.131835937500 +0.063476562500 +-0.273437500000 +0.018432617188 +0.020507812500 +-0.084472656250 +-0.098632812500 +-0.077636718750 +-0.037597656250 +0.101074218750 +-0.195312500000 +0.029052734375 +0.165039062500 +0.349609375000 +-0.341796875000 +0.107910156250 +0.118164062500 +-0.059326171875 +0.030761718750 +0.033203125000 +-0.096679687500 +0.140625000000 +0.045654296875 +0.181640625000 +0.059082031250 +-0.253906250000 +-0.054687500000 +-0.054687500000 +-0.287109375000 +-0.084960937500 +0.163085937500 +0.188476562500 +-0.028930664062 +0.053466796875 +-0.041259765625 +-0.102050781250 +0.091308593750 +-0.053710937500 +-0.015441894531 +0.135742187500 +-0.058105468750 +0.103027343750 +0.052001953125 +0.088378906250 +0.186523437500 +-0.096679687500 +0.023315429688 +-0.059326171875 +0.030761718750 +0.008056640625 +0.089843750000 +0.115234375000 +0.030029296875 +0.005096435547 +-0.021850585938 +-0.062011718750 +-0.035888671875 +0.025268554688 +-0.054443359375 +0.079101562500 +0.090820312500 +-0.027587890625 +0.172851562500 +-0.154296875000 +-0.013977050781 +0.031738281250 +0.079589843750 +0.003372192383 +0.009582519531 +0.059082031250 +0.060546875000 +-0.057617187500 +-0.014526367188 +0.108886718750 +-0.187500000000 +0.029296875000 +0.104003906250 +0.040283203125 +-0.169921875000 +-0.052246093750 +-0.021850585938 +0.013610839844 +0.075683593750 +0.024902343750 +-0.011535644531 +0.080078125000 +0.022460937500 +-0.011596679688 +0.073242187500 +0.059570312500 +0.020019531250 +0.059570312500 +0.012023925781 +-0.015380859375 +-0.033447265625 +-0.071289062500 +0.079589843750 +-0.061767578125 +-0.011657714844 +-0.089843750000 +-0.238281250000 +-0.051757812500 +0.041748046875 +0.102539062500 +-0.023315429688 +0.029418945312 +-0.123535156250 +0.015625000000 +-0.008972167969 +0.082031250000 +0.082031250000 +0.113769531250 +0.051757812500 +-0.081054687500 +0.072753906250 +-0.056396484375 +-0.017944335938 +0.101562500000 +-0.050781250000 +-0.212890625000 +0.118652343750 +0.000713348389 +0.035400390625 +0.055419921875 +-0.016235351562 +-0.021606445312 +0.000003293157 +-0.113281250000 +0.033203125000 +-0.082031250000 +0.140625000000 +-0.007873535156 +-0.045654296875 +0.128906250000 +0.062011718750 +-0.072753906250 +-0.106445312500 +-0.193359375000 +0.045166015625 +-0.085937500000 +-0.105957031250 +-0.084472656250 +0.018188476562 +0.112792968750 +-0.026733398438 +0.019409179688 +-0.030395507812 +0.025390625000 +-0.105468750000 +0.065917968750 +-0.179687500000 +0.153320312500 +0.041748046875 +-0.009155273438 +0.042236328125 +-0.048583984375 +0.084472656250 +0.017578125000 +-0.067382812500 +-0.076171875000 +-0.024536132812 +-0.004028320312 +0.153320312500 +-0.026733398438 +-0.110839843750 +0.076660156250 +0.143554687500 +0.046630859375 +-0.015441894531 +0.015869140625 +0.123046875000 +-0.023925781250 +0.118652343750 +0.160156250000 +0.014709472656 +-0.162109375000 +-0.028198242188 +0.054931640625 +0.076660156250 +-0.031738281250 +0.012023925781 +0.059814453125 +-0.098144531250 +-0.083496093750 +0.045166015625 +0.235351562500 +-0.069824218750 +0.031005859375 +0.063476562500 +0.025878906250 +-0.007476806641 +0.064453125000 +-0.091308593750 +0.013305664062 +0.083984375000 +0.038085937500 +-0.171875000000 +0.034912109375 +0.030395507812 +-0.047363281250 +-0.059570312500 +-0.006896972656 +0.081542968750 +0.010192871094 +-0.058349609375 +-0.060791015625 +0.059570312500 +0.101562500000 +-0.012268066406 +0.027099609375 +0.036621093750 +0.126953125000 +0.083984375000 +0.067871093750 +0.013732910156 +0.078613281250 +-0.072265625000 +-0.064941406250 +0.005126953125 +0.095214843750 +0.082031250000 +-0.014892578125 +-0.044189453125 +0.072265625000 +-0.167968750000 +-0.013671875000 +-0.032470703125 +0.038330078125 +0.115722656250 +0.042480468750 +-0.107421875000 +0.087402343750 +-0.044433593750 +-0.051757812500 +-0.003067016602 +0.013000488281 +-0.058105468750 +-0.010498046875 +-0.051513671875 +0.046875000000 +-0.170898437500 +-0.035400390625 +-0.083496093750 +-0.141601562500 +-0.014953613281 +-0.023193359375 +-0.127929687500 +-0.132812500000 +0.007415771484 +-0.008911132812 +-0.043945312500 +-0.030883789062 +0.281250000000 +-0.090820312500 +-0.021606445312 +-0.074218750000 +-0.068847656250 +0.077636718750 +-0.080078125000 +-0.095703125000 +-0.015258789062 +-0.013610839844 +0.080566406250 +0.050048828125 +0.008728027344 +-0.003036499023 +0.009216308594 +-0.134765625000 +0.020874023438 +-0.028564453125 +0.045410156250 +-0.038574218750 +-0.017211914062 +0.208984375000 +0.016357421875 +-0.032958984375 +-0.021850585938 +0.062500000000 +0.006408691406 +-0.018798828125 +-0.004638671875 +0.040283203125 +0.156250000000 +-0.009765625000 +-0.066894531250 +-0.112792968750 +0.017578125000 +-0.169921875000 +-0.178710937500 +0.049316406250 +-0.047607421875 +0.172851562500 +0.002273559570 +-0.002105712891 +0.007598876953 +0.002807617188 +0.010314941406 +0.014160156250 +0.068359375000 +0.002426147461 +-0.296875000000 +-0.076171875000 +-0.056640625000 +-0.029785156250 +-0.106445312500 +0.079101562500 +0.143554687500 +-0.184570312500 +0.048095703125 +-0.026977539062 +0.001571655273 +0.021728515625 +-0.152343750000 +-0.066406250000 +-0.027954101562 +-0.093261718750 +-0.070800781250 +0.140625000000 +0.133789062500 +0.001754760742 +-0.180664062500 +-0.038330078125 +0.034667968750 +-0.100097656250 +0.024536132812 +0.050781250000 +0.017089843750 +-0.092285156250 +-0.004272460938 +0.006378173828 +-0.049560546875 +-0.014343261719 +-0.057128906250 +-0.006927490234 +-0.037353515625 +-0.119628906250 +0.017700195312 +0.009948730469 +-0.110839843750 +0.010559082031 +-0.077148437500 +0.020385742188 +-0.015625000000 +-0.027465820312 +0.001953125000 +-0.019165039062 +0.086914062500 +-0.090332031250 +0.090332031250 +0.031127929688 +-0.100585937500 +0.141601562500 +-0.249023437500 +0.042968750000 +0.037109375000 +-0.117675781250 +-0.135742187500 +-0.035400390625 +-0.086425781250 +0.090820312500 +0.228515625000 +0.013366699219 +-0.040527343750 +-0.077148437500 +-0.127929687500 +0.069824218750 +0.005462646484 +-0.013122558594 +-0.069335937500 +-0.142578125000 +-0.146484375000 +-0.184570312500 +-0.118652343750 +-0.108398437500 +0.005889892578 +0.022705078125 +0.013244628906 +-0.027587890625 +-0.203125000000 +-0.051025390625 +0.066406250000 +-0.047119140625 +0.007354736328 +-0.047851562500 +-0.111816406250 +-0.042236328125 +0.003616333008 +-0.101074218750 +-0.000896453857 +0.064453125000 +0.062988281250 +0.005493164062 +-0.070312500000 +-0.092285156250 +0.019287109375 +-0.008117675781 +-0.090820312500 +-0.009277343750 +0.080078125000 +-0.145507812500 +-0.218750000000 +0.001998901367 +0.186523437500 +-0.062988281250 +0.197265625000 +-0.160156250000 +0.087890625000 +-0.091796875000 +-0.145507812500 +-0.033935546875 +-0.115722656250 +-0.166015625000 +-0.070800781250 +0.037597656250 +0.126953125000 +0.030151367188 +0.168945312500 +-0.179687500000 +-0.106445312500 +-0.006408691406 +-0.037353515625 +0.084960937500 +0.093261718750 +0.013183593750 +-0.180664062500 +0.007781982422 +0.002182006836 +0.174804687500 +0.055175781250 +-0.217773437500 +0.147460937500 +-0.148437500000 +-0.029541015625 +-0.119628906250 +-0.051269531250 +0.013366699219 +-0.134765625000 +-0.006164550781 +-0.018432617188 +-0.018920898438 +0.025878906250 +-0.111816406250 +0.180664062500 +-0.009155273438 +-0.024658203125 +0.025878906250 +0.088378906250 +-0.070800781250 +-0.058593750000 +0.113769531250 +-0.090820312500 +0.075195312500 +0.019775390625 +0.025634765625 +-0.085937500000 +0.098144531250 +-0.024047851562 +0.055419921875 +-0.085937500000 +-0.118652343750 +0.022094726562 +0.071289062500 +-0.017700195312 +0.012573242188 +-0.079589843750 +0.015441894531 +-0.148437500000 +0.023681640625 +0.132812500000 +0.054443359375 +-0.066894531250 +-0.078125000000 +0.042968750000 +-0.090332031250 +-0.040039062500 +0.138671875000 +0.209960937500 +-0.113281250000 +0.006103515625 +0.056396484375 +0.123535156250 +-0.047607421875 +-0.174804687500 +0.068847656250 +-0.096679687500 +0.043701171875 +-0.023925781250 +0.036865234375 +-0.016967773438 +-0.080078125000 +-0.108398437500 +-0.072265625000 +0.125976562500 +-0.103515625000 +0.054931640625 +0.145507812500 +0.077148437500 +-0.111816406250 +0.088378906250 +-0.049804687500 +-0.058349609375 +-0.050781250000 +-0.115722656250 +-0.208007812500 +-0.019531250000 +0.010681152344 +-0.071777343750 +-0.002593994141 +-0.095703125000 +-0.176757812500 +-0.103027343750 +-0.008544921875 +-0.085449218750 +-0.013916015625 +0.048339843750 +-0.101562500000 +-0.041259765625 +-0.062255859375 +-0.049804687500 +-0.016845703125 +0.088378906250 +0.004058837891 +0.007690429688 +-0.056640625000 +-0.078125000000 +-0.129882812500 +-0.086914062500 +0.031005859375 +-0.120117187500 +0.015014648438 +-0.012695312500 +0.002868652344 +-0.120605468750 +0.056640625000 +-0.043701171875 +0.062500000000 +0.078125000000 +-0.077636718750 +0.018310546875 +-0.064941406250 +0.083007812500 +0.067871093750 +-0.026123046875 +-0.033691406250 +-0.056396484375 +-0.050537109375 +0.052490234375 +0.029052734375 +0.073730468750 +-0.129882812500 +0.087402343750 +-0.088867187500 +0.013000488281 +0.011474609375 +-0.132812500000 +-0.045654296875 +-0.033691406250 +-0.176757812500 +0.023925781250 +0.049804687500 +0.038330078125 +-0.035156250000 +-0.089843750000 +0.048828125000 +0.094726562500 +-0.198242187500 +-0.069335937500 +-0.213867187500 +-0.058837890625 +-0.094726562500 +-0.137695312500 +-0.038085937500 +-0.018432617188 +0.120117187500 +-0.102050781250 +-0.040527343750 +0.042724609375 +0.143554687500 +-0.121093750000 +-0.015502929688 +-0.055175781250 +0.093261718750 +0.042968750000 +0.006164550781 +0.042480468750 +0.006958007812 +0.022460937500 +0.072753906250 +0.067382812500 +0.127929687500 +0.108886718750 +-0.016357421875 +-0.205078125000 +0.104492187500 +-0.179687500000 +0.011535644531 +-0.000417709351 +0.019409179688 +-0.043457031250 +0.048095703125 +0.019165039062 +0.210937500000 +0.139648437500 +0.041259765625 +0.000205993652 +-0.002487182617 +-0.076660156250 +-0.076660156250 +0.149414062500 +0.065917968750 +0.040527343750 +-0.015136718750 +-0.082519531250 +0.024536132812 +0.052001953125 +-0.113281250000 +-0.032470703125 +-0.084472656250 +-0.008911132812 +-0.039794921875 +0.121093750000 +0.108398437500 +0.074707031250 +0.020385742188 +-0.136718750000 +0.110351562500 +-0.029541015625 +-0.106933593750 +-0.010192871094 +0.013916015625 +-0.086425781250 +-0.109863281250 +-0.237304687500 +-0.029541015625 +0.072265625000 +0.117675781250 +0.017578125000 +-0.062988281250 +0.062988281250 +-0.006256103516 +0.082031250000 +-0.167968750000 +-0.001502990723 +-0.083984375000 +0.059814453125 +0.041259765625 +0.125000000000 +0.097656250000 +0.143554687500 +-0.092285156250 +0.009887695312 +0.251953125000 +0.035400390625 +0.053466796875 +0.027343750000 +-0.062988281250 +0.008483886719 +-0.051757812500 +-0.062500000000 +-0.147460937500 +-0.096191406250 +-0.169921875000 +0.240234375000 +0.082519531250 +-0.050537109375 +0.064453125000 +0.099121093750 +-0.128906250000 +0.063476562500 +-0.062988281250 +0.007019042969 +0.115722656250 +-0.151367187500 +-0.123046875000 +-0.247070312500 +0.216796875000 +-0.065429687500 +0.034667968750 +0.135742187500 +-0.063964843750 +0.036621093750 +-0.029907226562 +0.039794921875 +-0.109375000000 +0.031738281250 +0.040283203125 +-0.040771484375 +0.040771484375 +-0.069824218750 +0.005249023438 +0.060302734375 +-0.045410156250 +0.019409179688 +0.171875000000 +0.004394531250 +0.018310546875 +-0.080566406250 +-0.022827148438 +0.135742187500 +0.034667968750 +-0.036376953125 +0.000150680542 +-0.072753906250 +-0.033447265625 +-0.044921875000 +-0.060546875000 +-0.096679687500 +0.014953613281 +0.014770507812 +0.019897460938 +0.070800781250 +0.057128906250 +0.198242187500 +-0.110839843750 +-0.082519531250 +-0.151367187500 +-0.057128906250 +-0.101562500000 +0.017211914062 +-0.029541015625 +-0.101074218750 +-0.029785156250 +0.120605468750 +0.121582031250 +-0.028198242188 +0.005767822266 +-0.058105468750 +-0.002243041992 +0.118652343750 +0.044189453125 +0.079589843750 +0.067871093750 +0.029907226562 +0.042968750000 +-0.041503906250 +0.041259765625 +-0.029296875000 +-0.132812500000 +-0.106445312500 +0.002517700195 +-0.014953613281 +-0.100585937500 +0.050781250000 +0.076660156250 +-0.074707031250 +0.078125000000 +-0.028564453125 +-0.049072265625 +-0.034667968750 +0.005004882812 +0.013488769531 +0.060058593750 +0.147460937500 +-0.093750000000 +0.156250000000 +-0.111816406250 +-0.010803222656 +0.044677734375 +-0.020996093750 +-0.180664062500 +-0.089843750000 +-0.045654296875 +-0.013427734375 +-0.025512695312 +0.020263671875 +-0.055175781250 +0.076171875000 +-0.011718750000 +-0.105468750000 +-0.100097656250 +-0.062255859375 +0.114746093750 +0.038818359375 +0.059082031250 +-0.052490234375 +0.087890625000 +-0.007141113281 +-0.074218750000 +-0.025146484375 +-0.061523437500 +-0.156250000000 +0.008911132812 +0.128906250000 +0.006256103516 +0.011596679688 +-0.038330078125 +-0.087402343750 +0.138671875000 +-0.047119140625 +0.002838134766 +0.014953613281 +-0.177734375000 +0.000518798828 +0.049560546875 +0.011291503906 +0.167968750000 +-0.001945495605 +0.072753906250 +0.199218750000 +-0.032226562500 +-0.004119873047 +-0.032958984375 +0.265625000000 +0.116699218750 +-0.015747070312 +-0.081542968750 +0.047607421875 +-0.045410156250 +0.141601562500 +0.082031250000 +-0.074218750000 +0.115234375000 +-0.084960937500 +-0.074218750000 +0.144531250000 +-0.015625000000 +-0.062255859375 +0.036376953125 +-0.088378906250 +0.068847656250 +0.037353515625 +-0.032714843750 +-0.040283203125 +-0.082519531250 +-0.083007812500 +0.039794921875 +-0.019165039062 +-0.038818359375 +-0.134765625000 +0.069335937500 +0.093750000000 +-0.026367187500 +0.049316406250 +0.016479492188 +0.076660156250 +0.005737304688 +0.171875000000 +0.041259765625 +-0.010559082031 +-0.053466796875 +0.074218750000 +-0.078613281250 +-0.039794921875 +-0.013793945312 +-0.018920898438 +0.060302734375 +0.044433593750 +0.001251220703 +0.047119140625 +0.049560546875 +0.094726562500 +0.118652343750 +0.004760742188 +-0.113769531250 +-0.033203125000 +-0.096679687500 +-0.144531250000 +-0.047607421875 +-0.086914062500 +0.015991210938 +0.038085937500 +0.060546875000 +0.042724609375 +-0.082519531250 +-0.015319824219 +-0.055908203125 +-0.009033203125 +0.096191406250 +-0.083496093750 +-0.000185966492 +-0.113769531250 +0.075683593750 +-0.024414062500 +0.006378173828 +0.027709960938 +0.002685546875 +0.048583984375 +-0.066406250000 +0.043457031250 +-0.068359375000 +0.084472656250 +-0.125976562500 +0.006835937500 +-0.109375000000 +0.091308593750 +-0.029052734375 +-0.123535156250 +-0.159179687500 +0.087890625000 +-0.071777343750 +0.069824218750 +-0.051025390625 +-0.017333984375 +-0.112792968750 +0.006652832031 +0.104492187500 +0.006256103516 +0.133789062500 +0.021850585938 +-0.029174804688 +-0.087402343750 +0.001518249512 +-0.065917968750 +-0.033935546875 +0.047119140625 +-0.078125000000 +-0.056640625000 +-0.050537109375 +-0.027099609375 +-0.012878417969 +-0.055419921875 +0.045654296875 +0.045410156250 +-0.066406250000 +-0.019775390625 +-0.004180908203 +-0.144531250000 +0.032714843750 +-0.099121093750 +-0.020874023438 +0.043457031250 +-0.098632812500 +0.046386718750 +-0.151367187500 +-0.023437500000 +0.041015625000 +-0.016601562500 +-0.088378906250 +-0.077636718750 +-0.028564453125 +-0.103515625000 +0.339843750000 +-0.042724609375 +-0.054931640625 +-0.096679687500 +0.119140625000 +-0.047607421875 +-0.015991210938 +0.113281250000 +0.061523437500 +0.088378906250 +-0.187500000000 +-0.036132812500 +0.160156250000 +-0.030761718750 +-0.122558593750 +-0.131835937500 +-0.094238281250 +-0.051513671875 +0.117675781250 +0.068359375000 +-0.013732910156 +0.079101562500 +0.100585937500 +0.070800781250 +-0.110839843750 +0.094238281250 +-0.055664062500 +0.013610839844 +0.008911132812 +0.133789062500 +0.033447265625 +0.051757812500 +0.007415771484 +0.067382812500 +-0.193359375000 +-0.117187500000 +-0.111328125000 +-0.068359375000 +-0.047363281250 +-0.153320312500 +-0.132812500000 +0.024902343750 +-0.001304626465 +-0.148437500000 +0.191406250000 +0.026733398438 +0.046875000000 +0.025024414062 +0.041748046875 +0.002059936523 +0.080566406250 +0.112304687500 +-0.023925781250 +0.061523437500 +-0.057373046875 +-0.045654296875 +-0.065429687500 +0.169921875000 +-0.007751464844 +0.005371093750 +0.113281250000 +0.159179687500 +-0.076171875000 +-0.117187500000 +0.087890625000 +0.180664062500 +-0.122558593750 +-0.003768920898 +-0.052001953125 +-0.125976562500 +0.090820312500 +-0.018676757812 +-0.108886718750 +0.036621093750 +-0.051513671875 +0.057617187500 +-0.031982421875 +-0.129882812500 +-0.118164062500 +-0.209960937500 +-0.132812500000 +0.062988281250 +-0.043457031250 +0.137695312500 +-0.178710937500 +0.026855468750 +-0.002868652344 +0.170898437500 +0.036865234375 +-0.012207031250 +-0.027832031250 +-0.143554687500 +-0.054199218750 +-0.177734375000 +-0.025512695312 +0.173828125000 +-0.198242187500 +-0.060302734375 +0.019531250000 +-0.091308593750 +0.096191406250 +0.072753906250 +-0.028930664062 +-0.126953125000 +0.010192871094 +0.071289062500 +-0.204101562500 +0.011230468750 +0.036376953125 +0.024536132812 +-0.104492187500 +-0.035644531250 +0.049560546875 +-0.045898437500 +-0.051513671875 +-0.038574218750 +-0.109863281250 +-0.014282226562 +-0.077636718750 +0.034423828125 +-0.057861328125 +0.090332031250 +0.091796875000 +0.037841796875 +-0.049560546875 +0.141601562500 +-0.040039062500 +0.069335937500 +0.033447265625 +0.154296875000 +0.014770507812 +0.207031250000 +-0.008117675781 +0.069824218750 +-0.033935546875 +-0.030029296875 +0.011169433594 +-0.067382812500 +-0.242187500000 +-0.072753906250 +0.030639648438 +0.080078125000 +-0.140625000000 +-0.244140625000 +-0.093261718750 +0.038085937500 +-0.189453125000 +-0.027343750000 +0.018798828125 +0.051025390625 +-0.047851562500 +0.080078125000 +0.138671875000 +0.080078125000 +-0.212890625000 +-0.092285156250 +-0.153320312500 +-0.212890625000 +-0.023437500000 +0.123535156250 +-0.094726562500 +0.091308593750 +-0.188476562500 +-0.009521484375 +-0.032958984375 +-0.097656250000 +-0.069824218750 +0.038818359375 +-0.198242187500 +-0.104492187500 +0.123535156250 +-0.126953125000 +-0.091308593750 +-0.078125000000 +-0.184570312500 +-0.045410156250 +-0.044677734375 +-0.137695312500 +0.174804687500 +0.079589843750 +-0.102539062500 +-0.013549804688 +0.169921875000 +-0.024169921875 +-0.059570312500 +-0.073730468750 +-0.201171875000 +-0.079101562500 +0.076171875000 +-0.216796875000 +-0.004394531250 +0.079101562500 +-0.045898437500 +-0.043212890625 +-0.090820312500 +-0.250000000000 +-0.170898437500 +0.140625000000 +-0.077148437500 +0.004486083984 +-0.034423828125 +-0.058349609375 +-0.155273437500 +-0.038330078125 +0.031127929688 +-0.048339843750 +0.122070312500 +-0.208007812500 +-0.059082031250 +-0.003158569336 +-0.106933593750 +-0.061035156250 +0.099121093750 +0.125000000000 +0.008422851562 +-0.078125000000 +0.026245117188 +-0.171875000000 +-0.092773437500 +0.002777099609 +0.061767578125 +0.170898437500 +-0.269531250000 +-0.029052734375 +-0.084960937500 +0.150390625000 +-0.145507812500 +-0.105957031250 +-0.137695312500 +-0.026855468750 +-0.102050781250 +0.296875000000 +0.067382812500 +0.098632812500 +-0.081054687500 +-0.020874023438 +-0.075683593750 +0.018310546875 +-0.049316406250 +0.008483886719 +-0.051025390625 +0.062500000000 +-0.006683349609 +0.043945312500 +0.015747070312 +-0.020507812500 +0.015747070312 +0.055664062500 +0.110839843750 +-0.022583007812 +0.049072265625 +-0.101562500000 +0.066894531250 +-0.031738281250 +0.042236328125 +-0.177734375000 +-0.234375000000 +0.014831542969 +0.039062500000 +-0.012268066406 +-0.026123046875 +-0.021362304688 +0.012145996094 +-0.147460937500 +-0.083984375000 +0.108886718750 +-0.029541015625 +-0.030883789062 +0.055664062500 +0.020996093750 +0.070312500000 +-0.008911132812 +0.070312500000 +0.026367187500 +-0.068359375000 +-0.118652343750 +-0.000514984131 +0.004547119141 +-0.109863281250 +-0.079101562500 +0.041992187500 +-0.006866455078 +-0.067871093750 +0.043457031250 +-0.053955078125 +0.022949218750 +-0.054931640625 +0.037841796875 +0.036376953125 +-0.027099609375 +-0.059082031250 +0.013183593750 +-0.008361816406 +-0.004913330078 +0.225585937500 +-0.052734375000 +-0.041015625000 +0.098144531250 +-0.071777343750 +0.083496093750 +-0.105468750000 +-0.190429687500 +0.039062500000 +-0.167968750000 +-0.083984375000 +-0.005096435547 +-0.079101562500 +-0.023681640625 +-0.083007812500 +-0.041015625000 +0.045654296875 +0.063476562500 +0.089843750000 +0.102539062500 +0.051269531250 +0.078125000000 +-0.057373046875 +0.109863281250 +0.057617187500 +0.021850585938 +-0.035156250000 +-0.014160156250 +-0.033691406250 +-0.071289062500 +0.090820312500 +-0.117187500000 +0.092285156250 +-0.011047363281 +-0.130859375000 +-0.200195312500 +0.109375000000 +0.058593750000 +-0.032470703125 +0.079101562500 +0.021972656250 +-0.056152343750 +-0.235351562500 +-0.004150390625 +-0.061523437500 +0.068847656250 +0.013671875000 +0.001663208008 +-0.058593750000 +-0.046386718750 +0.066406250000 +-0.136718750000 +0.047607421875 +-0.015319824219 +0.013610839844 +-0.019531250000 +-0.049560546875 +0.059570312500 +-0.025756835938 +0.105468750000 +0.006378173828 +-0.021362304688 +-0.190429687500 +-0.040283203125 +-0.082519531250 +0.030517578125 +0.111816406250 +-0.022583007812 +0.075195312500 +-0.035156250000 +-0.012817382812 +-0.017822265625 +-0.015014648438 +0.033203125000 +-0.018432617188 +-0.025512695312 +0.035888671875 +0.002380371094 +-0.070312500000 +0.048095703125 +0.052734375000 +0.023437500000 +0.027221679688 +0.032714843750 +-0.039062500000 +0.040527343750 +-0.029785156250 +-0.004821777344 +0.034912109375 +0.030639648438 +-0.048095703125 +-0.040039062500 +-0.003509521484 +0.199218750000 +-0.142578125000 +-0.030639648438 +-0.027832031250 +-0.011657714844 +0.035644531250 +0.049072265625 +0.110839843750 +-0.067871093750 +0.025390625000 +0.095214843750 +0.023925781250 +-0.016967773438 +0.042480468750 +-0.035888671875 +0.029907226562 +-0.040039062500 +0.039062500000 +-0.067871093750 +-0.021362304688 +-0.013488769531 +0.019897460938 +-0.005187988281 +-0.021606445312 +0.101562500000 +0.074707031250 +0.038085937500 +-0.074707031250 +-0.105957031250 +-0.043701171875 +0.050781250000 +0.103515625000 +0.034423828125 +0.019287109375 +0.204101562500 +0.017333984375 +-0.069824218750 +0.011291503906 +0.034667968750 +-0.018676757812 +0.024291992188 +0.065429687500 +0.043945312500 +-0.127929687500 +-0.029296875000 +-0.007141113281 +0.021850585938 +0.095214843750 +-0.040771484375 +-0.047119140625 +0.080078125000 +-0.102050781250 +0.157226562500 +0.023925781250 +-0.093750000000 +0.015991210938 +0.033447265625 +-0.090820312500 +-0.024047851562 +0.060302734375 +0.010131835938 +0.075683593750 +0.015563964844 +0.004272460938 +-0.021728515625 +0.056640625000 +-0.044189453125 +-0.090332031250 +0.084472656250 +0.041503906250 +-0.005889892578 +-0.101562500000 +0.071289062500 +0.023193359375 +0.050048828125 +0.083496093750 +0.015991210938 +-0.005706787109 +-0.136718750000 +0.036865234375 +0.011413574219 +0.069335937500 +-0.001655578613 +-0.067871093750 +0.042724609375 +-0.006500244141 +0.012329101562 +-0.024414062500 +0.024902343750 +0.013671875000 +-0.015869140625 +-0.012756347656 +-0.068847656250 +0.007812500000 +-0.032226562500 +-0.144531250000 +-0.057617187500 +0.041259765625 +0.104980468750 +-0.104492187500 +-0.074218750000 +-0.021728515625 +-0.006561279297 +0.087402343750 +-0.000219345093 +-0.103515625000 +0.114746093750 +-0.180664062500 +0.044677734375 +-0.082031250000 +-0.181640625000 +-0.046386718750 +0.003036499023 +0.016479492188 +0.003204345703 +-0.111328125000 +0.012817382812 +-0.057373046875 +-0.084960937500 +-0.075683593750 +0.052246093750 +-0.036132812500 +0.104003906250 +0.010864257812 +-0.015258789062 +0.111328125000 +0.000682830811 +0.023559570312 +-0.057861328125 +0.047119140625 +0.049560546875 +0.008850097656 +-0.166992187500 +-0.134765625000 +-0.175781250000 +-0.159179687500 +-0.036132812500 +0.124023437500 +-0.040527343750 +0.132812500000 +0.028442382812 +-0.002136230469 +0.176757812500 +0.090820312500 +-0.087402343750 +-0.077636718750 +-0.079589843750 +-0.226562500000 +0.088867187500 +0.014770507812 +-0.013061523438 +-0.001472473145 +-0.042724609375 +-0.273437500000 +0.118652343750 +0.004577636719 +0.157226562500 +-0.046875000000 +0.026489257812 +-0.025146484375 +-0.059082031250 +-0.050048828125 +-0.122070312500 +-0.020751953125 +-0.131835937500 +-0.020751953125 +0.143554687500 +-0.117675781250 +0.092285156250 +0.082519531250 +0.012023925781 +-0.007690429688 +-0.146484375000 +0.003646850586 +-0.040039062500 +-0.014343261719 +0.126953125000 +-0.044189453125 +0.081054687500 +0.101562500000 +0.092285156250 +-0.104980468750 +-0.109375000000 +0.023803710938 +-0.133789062500 +-0.181640625000 +0.008911132812 +-0.017944335938 +0.029541015625 +0.055419921875 +-0.125000000000 +-0.063964843750 +0.130859375000 +0.095703125000 +0.074707031250 +0.008361816406 +-0.034912109375 +-0.054199218750 +-0.038574218750 +0.055419921875 +-0.000341415405 +-0.101562500000 +-0.074218750000 +0.135742187500 +-0.141601562500 +-0.133789062500 +0.034912109375 +0.109375000000 +-0.054687500000 +0.028564453125 +0.239257812500 +-0.133789062500 +-0.126953125000 +0.060546875000 +-0.056884765625 +-0.137695312500 +0.113281250000 +-0.045654296875 +-0.033691406250 +0.181640625000 +-0.052490234375 +-0.210937500000 +0.005767822266 +-0.013793945312 +0.070312500000 +-0.191406250000 +-0.196289062500 +-0.118164062500 +-0.106445312500 +-0.160156250000 +-0.076171875000 +-0.131835937500 +0.072265625000 +-0.044921875000 +0.014953613281 +0.077636718750 +0.148437500000 +0.019897460938 +-0.271484375000 +0.084472656250 +-0.012512207031 +0.013854980469 +-0.073242187500 +-0.259765625000 +-0.041992187500 +-0.205078125000 +0.001045227051 +-0.251953125000 +0.115234375000 +-0.088867187500 +0.168945312500 +-0.182617187500 +-0.098144531250 +0.154296875000 +-0.107910156250 +-0.029296875000 +0.140625000000 +-0.080078125000 +0.083007812500 +-0.146484375000 +-0.009216308594 +0.085937500000 +0.082519531250 +-0.015869140625 +0.001037597656 +0.127929687500 +-0.122558593750 +-0.090820312500 +-0.081542968750 +-0.081542968750 +0.081542968750 +-0.014221191406 +-0.051025390625 +0.109375000000 +-0.084960937500 +0.072265625000 +0.114257812500 +-0.063476562500 +-0.127929687500 +-0.004211425781 +-0.074218750000 +-0.012756347656 +0.030151367188 +0.007415771484 +0.007934570312 +-0.077148437500 +0.016235351562 +0.041992187500 +0.038330078125 +-0.048583984375 +0.016601562500 +-0.010925292969 +0.121093750000 +0.126953125000 +0.026123046875 +0.000207901001 +0.035400390625 +0.125976562500 +-0.088867187500 +0.043701171875 +-0.036376953125 +-0.206054687500 +-0.090820312500 +-0.121582031250 +-0.098632812500 +-0.007568359375 +0.071777343750 +0.038330078125 +0.078613281250 +-0.032958984375 +0.083496093750 +0.110351562500 +-0.026245117188 +-0.097656250000 +0.000463485718 +0.141601562500 +0.121582031250 +-0.091796875000 +0.031005859375 +0.077636718750 +0.035888671875 +-0.142578125000 +0.071777343750 +0.048095703125 +-0.092285156250 +0.073730468750 +-0.081542968750 +-0.073730468750 +0.043457031250 +-0.031494140625 +0.001998901367 +0.018188476562 +-0.041259765625 +-0.085449218750 +-0.069824218750 +0.057861328125 +0.125976562500 +0.075683593750 +-0.041259765625 +-0.035400390625 +0.025878906250 +-0.057373046875 +-0.013244628906 +0.044921875000 +0.008850097656 +0.097167968750 +0.016967773438 +0.099609375000 +-0.111328125000 +-0.023071289062 +0.041015625000 +-0.054687500000 +0.038818359375 +0.031982421875 +-0.139648437500 +-0.058349609375 +-0.040527343750 +-0.058837890625 +0.004119873047 +-0.106445312500 +0.007019042969 +0.086914062500 +0.038330078125 +-0.039306640625 +0.092773437500 +-0.020019531250 +0.143554687500 +0.071289062500 +0.058349609375 +0.123535156250 +-0.038330078125 +0.052246093750 +-0.114257812500 +-0.093261718750 +0.106933593750 +-0.068359375000 +0.076171875000 +-0.053710937500 +-0.085937500000 +0.118652343750 +-0.064453125000 +0.051025390625 +-0.025634765625 +0.025756835938 +0.104980468750 +-0.003997802734 +-0.032226562500 +0.001060485840 +0.032470703125 +-0.037597656250 +0.032226562500 +-0.125000000000 +0.104003906250 +-0.114257812500 +0.007873535156 +0.141601562500 +-0.048339843750 +0.044189453125 +0.035400390625 +-0.133789062500 +-0.056640625000 +0.021606445312 +0.061279296875 +-0.010681152344 +-0.100097656250 +-0.102539062500 +-0.097656250000 +-0.101562500000 +-0.047851562500 +-0.079589843750 +-0.107421875000 +-0.134765625000 +0.020507812500 +-0.104492187500 +-0.046386718750 +0.113769531250 +0.026489257812 +-0.130859375000 +-0.064453125000 +0.082519531250 +-0.022705078125 +0.169921875000 +0.049316406250 +0.036865234375 +-0.120605468750 +-0.058837890625 +-0.099609375000 +0.004882812500 +-0.043945312500 +0.136718750000 +-0.128906250000 +-0.100097656250 +0.022216796875 +-0.017700195312 +-0.020996093750 +-0.004302978516 +-0.146484375000 +-0.053710937500 +0.191406250000 +0.036132812500 +-0.073730468750 +0.101562500000 +0.005004882812 +0.024291992188 +-0.076171875000 +0.044677734375 +0.067871093750 +-0.125976562500 +-0.014953613281 +0.007934570312 +0.002380371094 +-0.119628906250 +-0.039306640625 +0.073242187500 +-0.129882812500 +-0.055419921875 +0.185546875000 +0.023437500000 +0.037109375000 +-0.110351562500 +0.079589843750 +0.011596679688 +0.143554687500 +0.079101562500 +-0.010925292969 +0.176757812500 +-0.075683593750 +0.121582031250 +0.075683593750 +-0.020751953125 +-0.117187500000 +-0.006988525391 +0.001968383789 +0.097656250000 +0.101074218750 +-0.143554687500 +-0.180664062500 +-0.052246093750 +-0.175781250000 +-0.006011962891 +-0.059082031250 +0.007385253906 +0.051025390625 +-0.121582031250 +0.047607421875 +0.072265625000 +0.006530761719 +0.007659912109 +0.017456054688 +-0.039550781250 +0.275390625000 +-0.062988281250 +-0.039062500000 +-0.002029418945 +0.176757812500 +-0.021118164062 +-0.104980468750 +-0.028076171875 +0.207031250000 +0.052246093750 +0.000270843506 +-0.031982421875 +-0.127929687500 +0.020385742188 +-0.050292968750 +-0.045166015625 +0.243164062500 +0.017822265625 +-0.079101562500 +-0.104003906250 +-0.052001953125 +-0.008850097656 +0.038574218750 +0.094726562500 +0.027343750000 +-0.006439208984 +0.076171875000 +-0.065917968750 +-0.134765625000 +-0.175781250000 +0.000724792480 +0.083496093750 +-0.112792968750 +-0.031005859375 +-0.045654296875 +-0.091308593750 +-0.173828125000 +-0.067382812500 +0.032470703125 +0.028686523438 +0.137695312500 +-0.073730468750 +0.076171875000 +0.010498046875 +-0.166015625000 +0.021240234375 +0.073730468750 +-0.072265625000 +-0.088867187500 +0.065429687500 +-0.076660156250 +-0.153320312500 +0.192382812500 +0.006896972656 +0.085449218750 +0.037109375000 +-0.039306640625 +-0.103027343750 +0.008239746094 +-0.178710937500 +-0.042968750000 +0.073730468750 +0.052490234375 +-0.045166015625 +0.050292968750 +-0.069335937500 +-0.060791015625 +-0.020263671875 +0.104003906250 +0.165039062500 +-0.093750000000 +-0.022094726562 +0.026123046875 +0.113769531250 +-0.051513671875 +-0.132812500000 +-0.128906250000 +-0.049316406250 +0.001281738281 +-0.042968750000 +-0.032226562500 +0.066406250000 +0.036376953125 +-0.119140625000 +0.014648437500 +0.128906250000 +0.030151367188 +-0.163085937500 +-0.013061523438 +0.034912109375 +0.029296875000 +-0.017333984375 +0.148437500000 +0.054199218750 +0.061767578125 +0.074218750000 +-0.048828125000 +-0.091308593750 +0.067871093750 +0.205078125000 +0.078613281250 +0.029541015625 +0.102539062500 +-0.097656250000 +-0.012084960938 +0.054687500000 +0.012695312500 +-0.004974365234 +0.113281250000 +0.176757812500 +-0.057373046875 +0.005920410156 +0.081054687500 +0.062500000000 +-0.090332031250 +0.113281250000 +-0.101074218750 +0.051269531250 +-0.030395507812 +-0.020385742188 +0.027465820312 +-0.073242187500 +-0.138671875000 +0.015319824219 +-0.081542968750 +0.224609375000 +-0.034423828125 +0.018920898438 +-0.043701171875 +0.066406250000 +0.028320312500 +0.016113281250 +-0.198242187500 +0.039062500000 +0.168945312500 +0.021606445312 +-0.124023437500 +0.125976562500 +-0.000961303711 +-0.000364303589 +0.112304687500 +0.152343750000 +-0.034667968750 +0.104492187500 +0.102050781250 +-0.106933593750 +-0.066894531250 +-0.041259765625 +0.016357421875 +-0.076171875000 +0.093261718750 +-0.031494140625 +0.013488769531 +0.049072265625 +-0.050781250000 +-0.132812500000 +-0.045410156250 +-0.101562500000 +0.027832031250 +0.192382812500 +0.055175781250 +0.030761718750 +-0.048583984375 +0.016967773438 +-0.092773437500 +-0.052734375000 +0.014648437500 +-0.065917968750 +-0.034912109375 +0.096679687500 +-0.234375000000 +0.030395507812 +0.148437500000 +-0.000436782837 +0.016723632812 +-0.244140625000 +0.123535156250 +0.109863281250 +-0.007995605469 +0.113769531250 +0.124511718750 +0.040771484375 +-0.037109375000 +-0.131835937500 +-0.027465820312 +0.056884765625 +0.127929687500 +0.057861328125 +-0.014648437500 +-0.109375000000 +0.011840820312 +-0.009216308594 +0.019775390625 +-0.087402343750 +0.049072265625 +-0.054687500000 +-0.130859375000 +0.004791259766 +0.050292968750 +0.046630859375 +-0.039550781250 +-0.033691406250 +-0.012145996094 +0.100097656250 +-0.054687500000 +0.120605468750 +-0.046875000000 +-0.063964843750 +-0.022094726562 +0.045410156250 +0.019042968750 +0.152343750000 +0.024780273438 +-0.027709960938 +0.065429687500 +0.083007812500 +-0.028320312500 +-0.113769531250 +-0.078125000000 +0.091308593750 +-0.010498046875 +0.070312500000 +-0.026733398438 +0.008361816406 +0.072265625000 +-0.069335937500 +0.308593750000 +0.051513671875 +-0.137695312500 +-0.059326171875 +-0.065917968750 +-0.089355468750 +-0.015625000000 +-0.133789062500 +-0.057373046875 +0.083007812500 +0.147460937500 +-0.128906250000 +-0.103515625000 +0.066406250000 +-0.071289062500 +0.210937500000 +-0.196289062500 +0.107910156250 +-0.013244628906 +0.012878417969 +0.090332031250 +0.097167968750 +-0.129882812500 +-0.110839843750 +-0.009704589844 +0.078125000000 +0.075683593750 +-0.128906250000 +-0.005889892578 +0.017944335938 +0.098144531250 +-0.101074218750 +-0.084960937500 +-0.146484375000 +0.105468750000 +-0.149414062500 +0.044189453125 +-0.080078125000 +0.085937500000 +-0.135742187500 +0.021484375000 +-0.003845214844 +-0.005493164062 +-0.098144531250 +-0.192382812500 +-0.021240234375 +0.076171875000 +0.073242187500 +0.132812500000 +-0.035400390625 +0.077636718750 +0.033447265625 +0.099609375000 +0.080566406250 +0.161132812500 +0.070312500000 +0.105468750000 +0.128906250000 +-0.208007812500 +0.000789642334 +-0.104492187500 +-0.082519531250 +0.104492187500 +0.049316406250 +0.046875000000 +-0.011230468750 +0.007019042969 +0.061767578125 +-0.043945312500 +0.098632812500 +0.049560546875 +-0.096191406250 +-0.004333496094 +-0.145507812500 +0.081054687500 +-0.140625000000 +-0.170898437500 +0.024658203125 +0.082519531250 +0.014099121094 +0.007690429688 +-0.100585937500 +-0.029541015625 +-0.082519531250 +0.030761718750 +0.027954101562 +0.105468750000 +-0.058837890625 +0.021484375000 +0.135742187500 +0.037841796875 +0.068847656250 +0.013183593750 +-0.029418945312 +0.011657714844 +0.051513671875 +0.052978515625 +0.096679687500 +-0.018066406250 +0.108886718750 +0.132812500000 +0.014343261719 +0.052490234375 +-0.183593750000 +-0.104003906250 +0.058105468750 +-0.084960937500 +-0.110839843750 +-0.106933593750 +0.047851562500 +-0.028198242188 +0.085937500000 +-0.045166015625 +0.043212890625 +-0.089355468750 +-0.079101562500 +-0.059326171875 +-0.235351562500 +-0.074707031250 +-0.117675781250 +0.145507812500 +-0.204101562500 +0.139648437500 +-0.125000000000 +-0.073730468750 +-0.031738281250 +-0.035644531250 +0.049804687500 +-0.113281250000 +-0.062255859375 +-0.066406250000 +0.142578125000 +-0.061279296875 +-0.082031250000 +-0.106445312500 +-0.070312500000 +-0.011718750000 +0.019531250000 +0.178710937500 +-0.126953125000 +-0.052978515625 +0.034179687500 +0.119140625000 +-0.164062500000 +-0.022705078125 +-0.027343750000 +-0.014526367188 +-0.173828125000 +-0.041259765625 +-0.134765625000 +0.076660156250 +-0.035888671875 +0.041748046875 +0.007446289062 +-0.170898437500 +-0.039550781250 +0.036621093750 +0.057128906250 +0.142578125000 +-0.075683593750 +0.123046875000 +0.085937500000 +0.011291503906 +-0.034667968750 +-0.172851562500 +-0.053710937500 +-0.099609375000 +-0.060791015625 +0.078613281250 +-0.068847656250 +0.002517700195 +-0.117675781250 +0.028564453125 +0.121582031250 +0.080566406250 +-0.039794921875 +-0.253906250000 +0.180664062500 +0.073730468750 +0.044189453125 +0.070800781250 +0.039550781250 +0.042968750000 +-0.004394531250 +0.006896972656 +0.042968750000 +0.143554687500 +0.008300781250 +0.064453125000 +-0.036132812500 +0.098632812500 +0.137695312500 +0.031250000000 +-0.061523437500 +-0.101074218750 +-0.072265625000 +-0.052490234375 +-0.074218750000 +0.013061523438 +0.021484375000 +-0.092285156250 +0.120117187500 +-0.129882812500 +0.057617187500 +0.141601562500 +-0.062255859375 +-0.115722656250 +-0.057861328125 +0.078125000000 +0.000896453857 +0.022338867188 +-0.083984375000 +0.025390625000 +0.090332031250 +-0.014404296875 +-0.098632812500 +-0.014892578125 +0.075195312500 +0.067871093750 +-0.109863281250 +0.019531250000 +0.062255859375 +-0.081054687500 +-0.016357421875 +0.002975463867 +0.113281250000 +-0.012390136719 +0.014770507812 +0.044921875000 +0.035888671875 +-0.037597656250 +-0.027343750000 +0.080078125000 +0.030273437500 +-0.056152343750 +0.135742187500 +-0.008666992188 +0.127929687500 +-0.121093750000 +-0.085449218750 +-0.027343750000 +-0.013427734375 +0.141601562500 +0.115234375000 +-0.006805419922 +-0.100585937500 +0.048828125000 +-0.008728027344 +-0.041015625000 +0.112792968750 +-0.123535156250 +0.023193359375 +0.012817382812 +-0.010620117188 +-0.064453125000 +-0.099609375000 +0.061767578125 +0.047363281250 +-0.047363281250 +0.118164062500 +-0.083496093750 +0.020874023438 +0.021850585938 +-0.192382812500 +-0.061523437500 +0.035156250000 +-0.043212890625 +-0.035888671875 +0.068359375000 +-0.008361816406 +0.055664062500 +0.093261718750 +0.124511718750 +-0.158203125000 +-0.108886718750 +-0.046630859375 +0.099121093750 +0.065917968750 +-0.053710937500 +-0.074707031250 +0.204101562500 +-0.047119140625 +-0.161132812500 +0.046386718750 +-0.046630859375 +-0.053955078125 +-0.062988281250 +-0.010864257812 +-0.126953125000 +-0.061767578125 +0.154296875000 +0.107910156250 +0.042724609375 +-0.013916015625 +0.091796875000 +-0.113769531250 +0.073242187500 +-0.137695312500 +-0.095214843750 +0.114746093750 +-0.033447265625 +0.062988281250 +0.296875000000 +-0.074707031250 +-0.042724609375 +0.100097656250 +0.087402343750 +-0.030639648438 +-0.017211914062 +0.002105712891 +-0.088867187500 +0.047119140625 +0.191406250000 +0.056152343750 +-0.255859375000 +-0.096679687500 +0.090820312500 +0.051025390625 +0.117187500000 +-0.011718750000 +-0.057617187500 +0.048095703125 +-0.058593750000 +-0.130859375000 +-0.068359375000 +0.034912109375 +-0.145507812500 +-0.281250000000 +-0.099609375000 +0.069824218750 +0.154296875000 +-0.061767578125 +-0.123046875000 +0.001686096191 +-0.076171875000 +-0.094238281250 +0.106933593750 +0.119628906250 +0.026000976562 +0.028564453125 +0.036376953125 +0.008239746094 +-0.070800781250 +-0.040039062500 +0.052734375000 +-0.018920898438 +0.040283203125 +0.192382812500 +0.038574218750 +-0.092773437500 +0.101562500000 +-0.044433593750 +-0.091308593750 +0.075195312500 +-0.021728515625 +-0.007263183594 +0.172851562500 +-0.048583984375 +-0.053955078125 +-0.013122558594 +-0.185546875000 +-0.003372192383 +-0.062988281250 +0.134765625000 +-0.133789062500 +-0.017333984375 +-0.116699218750 +-0.016357421875 +0.139648437500 +0.217773437500 +-0.110839843750 +0.043457031250 +0.015136718750 +-0.073242187500 +0.066406250000 +0.063476562500 +-0.126953125000 +-0.014953613281 +0.002349853516 +-0.047363281250 +0.002639770508 +0.165039062500 +0.022094726562 +0.126953125000 +0.261718750000 +0.060546875000 +-0.002029418945 +-0.057128906250 +-0.095703125000 +0.001144409180 +0.093261718750 +0.051513671875 +-0.059082031250 +-0.085937500000 +0.142578125000 +-0.024536132812 +0.036376953125 +0.058349609375 +0.022338867188 +-0.076660156250 +-0.081054687500 +0.003601074219 +-0.050048828125 +-0.096679687500 +0.058105468750 +-0.017944335938 +-0.040771484375 +-0.114746093750 +0.033691406250 +0.072265625000 +-0.109863281250 +-0.100097656250 +0.158203125000 +0.015441894531 +0.057861328125 +0.066406250000 +-0.044189453125 +0.092773437500 +0.006896972656 +-0.154296875000 +-0.094238281250 +-0.167968750000 +-0.121093750000 +0.073242187500 +0.036376953125 +-0.146484375000 +-0.031494140625 +-0.014038085938 +-0.030029296875 +-0.032226562500 +0.191406250000 +0.031250000000 +-0.190429687500 +0.017700195312 +-0.043212890625 +-0.073730468750 +-0.106933593750 +-0.110839843750 +-0.095214843750 +0.029296875000 +-0.035644531250 +0.048339843750 +-0.128906250000 +0.094726562500 +0.053466796875 +0.056396484375 +0.002059936523 +0.030151367188 +-0.174804687500 +0.013671875000 +0.020751953125 +0.022460937500 +-0.052490234375 +-0.016967773438 +-0.186523437500 +-0.091796875000 +0.018920898438 +-0.001274108887 +0.034179687500 +0.094238281250 +-0.131835937500 +-0.030395507812 +-0.022094726562 +-0.168945312500 +-0.038574218750 +0.083984375000 +0.006988525391 +-0.070800781250 +0.023803710938 +-0.138671875000 +0.005218505859 +0.035156250000 +-0.030883789062 +0.008422851562 +0.031738281250 +0.095214843750 +-0.032958984375 +-0.166992187500 +-0.113281250000 +0.034423828125 +0.010925292969 +0.082031250000 +-0.022827148438 +-0.159179687500 +-0.021118164062 +0.124023437500 +0.173828125000 +-0.087402343750 +-0.021240234375 +0.108886718750 +0.063964843750 +0.173828125000 +0.023437500000 +-0.083984375000 +0.044921875000 +-0.060791015625 +-0.082519531250 +-0.017456054688 +0.010742187500 +0.011657714844 +0.337890625000 +-0.111816406250 +0.062011718750 +0.122070312500 +-0.010681152344 +0.157226562500 +-0.029296875000 +0.085449218750 +0.108886718750 +0.054443359375 +0.042968750000 +-0.073730468750 +0.014770507812 +0.142578125000 +-0.035644531250 +0.131835937500 +-0.114257812500 +-0.228515625000 +-0.243164062500 +0.064453125000 +-0.141601562500 +-0.028198242188 +-0.093750000000 +-0.074707031250 +-0.062255859375 +-0.115234375000 +0.124511718750 +-0.100585937500 +0.040039062500 +0.138671875000 +0.125000000000 +-0.033691406250 +-0.029418945312 +0.039306640625 +-0.003051757812 +-0.049316406250 +0.015991210938 +0.158203125000 +-0.144531250000 +0.000499725342 +-0.091308593750 +0.062988281250 +0.075195312500 +-0.031127929688 +-0.155273437500 +0.048828125000 +0.191406250000 +-0.031494140625 +-0.006896972656 +-0.136718750000 +0.072753906250 +0.039062500000 +0.023559570312 +-0.013122558594 +0.092773437500 +-0.132812500000 +0.002304077148 +-0.172851562500 +-0.082519531250 +0.174804687500 +0.160156250000 +0.078125000000 +0.080078125000 +0.068359375000 +-0.213867187500 +0.177734375000 +-0.103027343750 +0.173828125000 +-0.021240234375 +0.099609375000 +-0.212890625000 +-0.047607421875 +-0.078125000000 +0.109375000000 +-0.011413574219 +-0.171875000000 +0.038330078125 +0.042724609375 +0.009216308594 +-0.106933593750 +0.089843750000 +-0.053222656250 +-0.022705078125 +-0.222656250000 +-0.021118164062 +-0.065429687500 +-0.025390625000 +0.062988281250 +-0.101562500000 +-0.137695312500 +-0.011535644531 +0.040283203125 +0.005462646484 +-0.057861328125 +0.125976562500 +0.062500000000 +-0.060058593750 +-0.004486083984 +0.004089355469 +-0.047607421875 +0.100097656250 +-0.043701171875 +0.005676269531 +-0.057617187500 +0.010375976562 +-0.187500000000 +-0.003707885742 +-0.053955078125 +-0.094238281250 +0.120605468750 +-0.013977050781 +0.170898437500 +0.037353515625 +0.002639770508 +0.013732910156 +-0.005645751953 +0.022705078125 +0.154296875000 +-0.107910156250 +-0.030029296875 +0.001724243164 +-0.101074218750 +0.013793945312 +-0.066406250000 +-0.069335937500 +-0.058349609375 +-0.003158569336 +-0.118164062500 +0.131835937500 +-0.173828125000 +0.047851562500 +-0.072753906250 +-0.046142578125 +-0.028198242188 +0.098144531250 +-0.109375000000 +0.038330078125 +-0.032958984375 +-0.032714843750 +-0.081542968750 +-0.161132812500 +-0.122558593750 +-0.111328125000 +0.070800781250 +-0.028686523438 +-0.125976562500 +-0.010314941406 +-0.036376953125 +0.069824218750 +-0.043701171875 +0.070312500000 +-0.036376953125 +-0.023193359375 +0.039794921875 +0.040527343750 +-0.054199218750 +-0.111816406250 +-0.006561279297 +0.096679687500 +0.013671875000 +-0.124023437500 +-0.069824218750 +-0.044189453125 +0.112792968750 +-0.049316406250 +-0.029052734375 +0.052490234375 +-0.007690429688 +-0.021240234375 +0.091308593750 +0.117187500000 +-0.181640625000 +0.041015625000 +-0.038330078125 +0.003112792969 +-0.032226562500 +0.155273437500 +-0.021240234375 +0.022583007812 +0.120117187500 +0.107421875000 +-0.083984375000 +-0.028686523438 +-0.176757812500 +-0.067382812500 +0.007995605469 +-0.048095703125 +-0.028076171875 +-0.165039062500 +0.160156250000 +-0.015197753906 +0.055908203125 +-0.086425781250 +-0.042724609375 +-0.087402343750 +-0.148437500000 +-0.208007812500 +0.032714843750 +-0.061523437500 +0.047851562500 +-0.056152343750 +0.026733398438 +-0.119140625000 +0.045654296875 +-0.077148437500 +-0.090820312500 +-0.018554687500 +-0.061767578125 +0.028198242188 +0.025756835938 +0.004394531250 +-0.134765625000 +0.104003906250 +-0.054199218750 +-0.171875000000 +0.062988281250 +-0.027832031250 +-0.043212890625 +0.004302978516 +-0.004852294922 +0.074218750000 +0.052490234375 +-0.223632812500 +-0.120117187500 +-0.096191406250 +-0.136718750000 +-0.000991821289 +0.059082031250 +-0.123046875000 +-0.087890625000 +-0.000724792480 +0.119628906250 +0.030151367188 +-0.071289062500 +-0.014099121094 +-0.121093750000 +-0.070312500000 +-0.001655578613 +0.038330078125 +0.016845703125 +-0.110351562500 +0.077636718750 +-0.011413574219 +-0.114257812500 +0.057861328125 +0.055908203125 +-0.281250000000 +-0.005554199219 +-0.012268066406 +0.034179687500 +-0.086425781250 +-0.005126953125 +-0.063964843750 +-0.057128906250 +-0.024291992188 +0.009582519531 +0.031250000000 +-0.046386718750 +0.094726562500 +0.214843750000 +0.046386718750 +0.005432128906 +-0.031250000000 +0.054443359375 +-0.042724609375 +-0.001914978027 +-0.048583984375 +-0.001152038574 +-0.265625000000 +0.054931640625 +0.028198242188 +0.049560546875 +-0.121582031250 +-0.175781250000 +-0.166015625000 +-0.140625000000 +-0.008789062500 +-0.013183593750 +-0.081054687500 +-0.067871093750 +-0.085449218750 +0.038330078125 +0.004058837891 +0.017089843750 +0.067871093750 +0.158203125000 +0.129882812500 +-0.040771484375 +0.140625000000 +-0.161132812500 +-0.015625000000 +0.100585937500 +-0.181640625000 +0.114257812500 +-0.090820312500 +-0.027343750000 +-0.137695312500 +-0.091796875000 +-0.045654296875 +-0.146484375000 +0.078613281250 +0.110839843750 +0.024047851562 +-0.023193359375 +0.110351562500 +0.027343750000 +-0.015625000000 +0.053710937500 +-0.062988281250 +0.112792968750 +-0.085449218750 +0.165039062500 +0.007171630859 +-0.069335937500 +-0.051513671875 +-0.083984375000 +0.055908203125 +0.089355468750 +-0.006378173828 +-0.006805419922 +-0.244140625000 +0.008728027344 +-0.092285156250 +-0.067382812500 +-0.023193359375 +-0.024902343750 +-0.103027343750 +0.068847656250 +0.043212890625 +-0.029296875000 +0.067871093750 +-0.010559082031 +0.074707031250 +0.016113281250 +-0.070800781250 +0.019775390625 +0.031127929688 +0.031494140625 +-0.071777343750 +-0.022827148438 +0.031982421875 +-0.011535644531 +0.064453125000 +-0.042480468750 +0.016235351562 +0.089843750000 +0.022705078125 +0.057373046875 +0.091308593750 +0.092285156250 +-0.006103515625 +-0.072265625000 +-0.026977539062 +-0.018798828125 +-0.073730468750 +0.050292968750 +0.027709960938 +0.102539062500 +0.043457031250 +-0.056640625000 +-0.061767578125 +-0.051757812500 +0.038330078125 +0.139648437500 +-0.071777343750 +-0.024169921875 +0.045410156250 +-0.003387451172 +0.045898437500 +-0.013244628906 +-0.146484375000 +-0.040771484375 +0.019775390625 +0.027221679688 +0.045410156250 +-0.012634277344 +-0.031738281250 +0.090332031250 +0.018066406250 +0.066894531250 +-0.031738281250 +-0.141601562500 +-0.051025390625 +0.072753906250 +0.170898437500 +0.019287109375 +0.105468750000 +0.098144531250 +-0.012451171875 +0.052978515625 +0.054199218750 +0.050781250000 +-0.150390625000 +0.028442382812 +-0.018310546875 +-0.050781250000 +0.086425781250 +0.051757812500 +-0.033203125000 +-0.039306640625 +0.037597656250 +0.084472656250 +-0.065917968750 +0.007873535156 +-0.034667968750 +0.081054687500 +-0.107421875000 +0.097167968750 +-0.014099121094 +-0.163085937500 +0.099121093750 +0.016723632812 +-0.072265625000 +0.053955078125 +-0.061279296875 +0.033447265625 +-0.018920898438 +-0.014404296875 +0.023681640625 +-0.031494140625 +-0.051757812500 +-0.025756835938 +-0.045898437500 +-0.103515625000 +0.065917968750 +0.010742187500 +-0.074707031250 +0.019409179688 +0.033447265625 +-0.004791259766 +0.130859375000 +0.070800781250 +-0.073242187500 +-0.105957031250 +0.183593750000 +0.054687500000 +-0.034912109375 +0.091308593750 +-0.078125000000 +0.120117187500 +0.005645751953 +0.007598876953 +0.052978515625 +0.001998901367 +0.007781982422 +-0.034423828125 +-0.048095703125 +0.148437500000 +0.058349609375 +-0.027343750000 +-0.030151367188 +-0.030883789062 +-0.030883789062 +-0.042724609375 +-0.002136230469 +0.164062500000 +-0.033935546875 +-0.005004882812 +-0.062255859375 +0.090332031250 +-0.010131835938 +-0.022094726562 +-0.008544921875 +0.023071289062 +0.008422851562 +0.046142578125 +0.032958984375 +-0.024780273438 +-0.002090454102 +-0.027343750000 +-0.035888671875 +-0.050292968750 +-0.021362304688 +-0.017944335938 +-0.051025390625 +0.047363281250 +-0.018432617188 +0.017822265625 +0.008239746094 +0.049072265625 +-0.000102043152 +-0.058105468750 +-0.052734375000 +-0.028198242188 +0.009094238281 +0.042480468750 +0.090820312500 +0.036376953125 +0.018676757812 +-0.048828125000 +-0.033935546875 +0.228515625000 +0.017944335938 +0.098632812500 +0.035888671875 +0.027465820312 +0.074707031250 +0.050292968750 +-0.079589843750 +-0.064941406250 +-0.000144004822 +-0.027099609375 +-0.017333984375 +-0.021972656250 +0.081054687500 +0.018188476562 +0.049316406250 +0.031005859375 +-0.017333984375 +-0.050048828125 +-0.095703125000 +-0.021240234375 +0.104980468750 +-0.069824218750 +0.047119140625 +0.031738281250 +-0.063476562500 +-0.001403808594 +-0.024169921875 +0.047119140625 +-0.077148437500 +-0.018188476562 +-0.107910156250 +-0.002929687500 +-0.055664062500 +-0.070800781250 +0.011169433594 +-0.053466796875 +0.033203125000 +0.259765625000 +-0.088867187500 +-0.024902343750 +0.007141113281 +0.153320312500 +-0.127929687500 +0.085937500000 +-0.068359375000 +0.025390625000 +0.097167968750 +-0.097656250000 +0.050537109375 +0.062500000000 +-0.041015625000 +0.023193359375 +-0.019531250000 +0.011291503906 +-0.029052734375 +-0.036621093750 +-0.043701171875 +-0.050537109375 +0.052490234375 +-0.012390136719 +0.022705078125 +0.015502929688 +-0.041015625000 +-0.013366699219 +-0.052246093750 +0.054443359375 +0.271484375000 +0.004760742188 +0.018432617188 +-0.008056640625 +0.117187500000 +0.034667968750 +-0.056396484375 +0.074218750000 +-0.016601562500 +0.023315429688 +0.104980468750 +0.028564453125 +0.026977539062 +-0.027587890625 +0.018310546875 +-0.033447265625 +0.047363281250 +-0.112304687500 +0.034423828125 +0.054931640625 +-0.020141601562 +0.111816406250 +-0.100097656250 +-0.103515625000 +0.097167968750 +0.084472656250 +0.066406250000 +-0.069335937500 +0.021606445312 +0.053955078125 +-0.090332031250 +-0.054931640625 +0.008056640625 +-0.179687500000 +0.052246093750 +0.065429687500 +0.106933593750 +0.162109375000 +0.080566406250 +0.049072265625 +0.121582031250 +0.032470703125 +0.016357421875 +-0.085937500000 +0.065429687500 +0.051513671875 +-0.049316406250 +0.013732910156 +0.045898437500 +-0.010070800781 +0.129882812500 +-0.067382812500 +0.095214843750 +-0.064941406250 +0.119628906250 +-0.062011718750 +0.028198242188 +0.131835937500 +-0.004119873047 +0.158203125000 +-0.016113281250 +0.164062500000 +-0.151367187500 +-0.023071289062 +0.046630859375 +-0.104980468750 +-0.189453125000 +-0.105957031250 +0.000381469727 +0.069335937500 +-0.063476562500 +0.002990722656 +0.031250000000 +0.013916015625 +0.170898437500 +0.025512695312 +0.025024414062 +-0.070800781250 +0.003112792969 +-0.021728515625 +0.062988281250 +0.015441894531 +-0.031005859375 +0.005371093750 +-0.107421875000 +-0.040771484375 +0.083984375000 +0.112792968750 +-0.147460937500 +0.023803710938 +0.013244628906 +0.093750000000 +0.131835937500 +-0.088378906250 +0.160156250000 +0.083007812500 +-0.081542968750 +-0.069335937500 +0.106933593750 +0.125976562500 +-0.010925292969 +-0.013183593750 +0.040527343750 +0.118652343750 +-0.003204345703 +0.004211425781 +-0.009643554688 +-0.222656250000 +0.008300781250 +0.142578125000 +0.006866455078 +-0.029541015625 +-0.128906250000 +-0.173828125000 +-0.038574218750 +-0.157226562500 +-0.014038085938 +0.021484375000 +0.042724609375 +-0.099121093750 +-0.074218750000 +0.050537109375 +-0.005340576172 +0.174804687500 +0.047119140625 +0.034179687500 +-0.056884765625 +0.076171875000 +0.144531250000 +0.065429687500 +0.072265625000 +0.161132812500 +-0.021484375000 +0.061035156250 +0.056640625000 +0.061035156250 +0.017944335938 +-0.129882812500 +0.001472473145 +0.042724609375 +0.038574218750 +0.075683593750 +0.058105468750 +-0.006072998047 +-0.114746093750 +0.103027343750 +-0.152343750000 +0.023315429688 +-0.161132812500 +0.111816406250 +-0.025634765625 +-0.012756347656 +0.119628906250 +-0.059570312500 +-0.064453125000 +-0.101562500000 +0.149414062500 +-0.046875000000 +-0.011962890625 +-0.050781250000 +-0.023071289062 +-0.090820312500 +0.031494140625 +-0.041259765625 +-0.051513671875 +0.064941406250 +-0.060546875000 +-0.103515625000 +0.116210937500 +-0.101562500000 +-0.018188476562 +-0.038330078125 +-0.065429687500 +-0.010192871094 +0.006408691406 +-0.037597656250 +0.075683593750 +-0.106445312500 +0.032226562500 +-0.021606445312 +0.015869140625 +0.064453125000 +0.112792968750 +0.052246093750 +0.030883789062 +-0.063476562500 +-0.014404296875 +-0.094726562500 +-0.009155273438 +0.007446289062 +0.024169921875 +0.127929687500 +0.027709960938 +0.020996093750 +0.067382812500 +0.103027343750 +-0.046630859375 +-0.131835937500 +-0.104003906250 +0.020385742188 +-0.030151367188 +0.070312500000 +-0.032714843750 +-0.004943847656 +-0.069335937500 +-0.043701171875 +-0.008056640625 +-0.048095703125 +-0.131835937500 +0.052246093750 +0.036621093750 +-0.197265625000 +0.069824218750 +-0.058349609375 +0.091796875000 +0.115722656250 +0.032470703125 +0.104980468750 +0.062988281250 +0.103515625000 +0.024658203125 +0.001968383789 +-0.166992187500 +-0.133789062500 +0.031494140625 +0.050048828125 +-0.040527343750 +-0.108886718750 +-0.092773437500 +-0.103515625000 +-0.116210937500 +0.085449218750 +0.209960937500 +0.056396484375 +0.034912109375 +-0.065917968750 +-0.011169433594 +0.066894531250 +0.030151367188 +0.018676757812 +0.016113281250 +-0.022460937500 +0.039062500000 +0.054443359375 +0.066406250000 +-0.033447265625 +-0.027099609375 +-0.025024414062 +0.041259765625 +-0.142578125000 +-0.011474609375 +-0.054443359375 +0.107910156250 +0.028320312500 +-0.106445312500 +0.054199218750 +0.039550781250 +-0.077148437500 +0.040527343750 +0.092773437500 +-0.001472473145 +-0.039794921875 +0.005615234375 +-0.077148437500 +0.109375000000 +-0.071289062500 +0.035156250000 +-0.215820312500 +0.040771484375 +-0.167968750000 +-0.149414062500 +0.183593750000 +0.008239746094 +0.055664062500 +0.105957031250 +-0.008422851562 +0.045410156250 +0.007507324219 +-0.063476562500 +-0.013061523438 +-0.037597656250 +-0.096679687500 +0.040039062500 +0.040527343750 +-0.024658203125 +0.083007812500 +0.045898437500 +0.058837890625 +-0.117675781250 +-0.222656250000 +0.015441894531 +-0.161132812500 +0.049804687500 +-0.096679687500 +0.115234375000 +0.267578125000 +-0.193359375000 +-0.007781982422 +-0.061279296875 +-0.134765625000 +-0.047607421875 +-0.020874023438 +-0.031982421875 +0.037597656250 +-0.180664062500 +0.025634765625 +0.002960205078 +-0.021240234375 +0.121582031250 +0.028076171875 +0.076660156250 +-0.074218750000 +-0.177734375000 +-0.009948730469 +0.059082031250 +0.083984375000 +-0.063476562500 +-0.177734375000 +-0.018432617188 +0.064941406250 +-0.056152343750 +-0.057128906250 +0.032714843750 +0.038330078125 +0.037597656250 +-0.097167968750 +0.089843750000 +0.035644531250 +-0.062500000000 +0.133789062500 +0.066406250000 +-0.070312500000 +-0.326171875000 +-0.035156250000 +-0.147460937500 +0.016967773438 +0.149414062500 +0.068359375000 +-0.014709472656 +-0.018554687500 +0.033935546875 +-0.028198242188 +0.125000000000 +0.030029296875 +-0.116210937500 +-0.039306640625 +-0.082519531250 +-0.069824218750 +-0.054931640625 +-0.114746093750 +-0.157226562500 +-0.259765625000 +-0.161132812500 +0.157226562500 +0.123535156250 +0.087890625000 +-0.030029296875 +-0.132812500000 +0.009521484375 +0.027465820312 +-0.147460937500 +-0.110839843750 +0.046875000000 +0.137695312500 +-0.271484375000 +-0.089355468750 +-0.075683593750 +-0.053222656250 +-0.096679687500 +0.012268066406 +-0.079589843750 +0.023925781250 +0.050537109375 +0.010192871094 +0.010192871094 +0.026733398438 +-0.039794921875 +0.084472656250 +0.139648437500 +0.028930664062 +-0.048828125000 +0.143554687500 +-0.012817382812 +-0.181640625000 +0.215820312500 +-0.121093750000 +0.012145996094 +-0.044189453125 +-0.001640319824 +-0.156250000000 +0.004333496094 +-0.012878417969 +-0.273437500000 +0.059326171875 +-0.040283203125 +0.035400390625 +0.273437500000 +-0.227539062500 +0.166992187500 +-0.084960937500 +-0.001586914062 +-0.316406250000 +-0.048095703125 +0.048828125000 +-0.199218750000 +-0.120605468750 +0.024414062500 +0.058593750000 +0.069824218750 +-0.101074218750 +0.054931640625 +-0.105957031250 +0.042236328125 +0.049804687500 +0.099121093750 +-0.063964843750 +-0.000892639160 +-0.004791259766 +0.024902343750 +0.036621093750 +0.116210937500 +-0.114257812500 +0.121093750000 +-0.055175781250 +0.060058593750 +0.024780273438 +0.054199218750 +-0.129882812500 +0.118164062500 +-0.051269531250 +0.022094726562 +0.077636718750 +0.003402709961 +-0.017700195312 +-0.062500000000 +-0.132812500000 +-0.052734375000 +-0.124023437500 +0.053222656250 +-0.017578125000 +0.082519531250 +-0.045898437500 +-0.064941406250 +-0.003494262695 +0.042968750000 +0.077636718750 +0.075683593750 +0.061279296875 +0.026000976562 +0.104003906250 +-0.021362304688 +-0.013793945312 +-0.122558593750 +0.005035400391 +0.064941406250 +0.081542968750 +0.269531250000 +0.096191406250 +0.092285156250 +-0.023559570312 +-0.176757812500 +0.050292968750 +-0.139648437500 +0.255859375000 +-0.017944335938 +-0.131835937500 +-0.040283203125 +0.217773437500 +-0.058593750000 +0.080078125000 +-0.101074218750 +-0.046142578125 +-0.007324218750 +0.045410156250 +0.080078125000 +-0.116210937500 +0.060791015625 +0.044189453125 +0.251953125000 +0.065429687500 +-0.133789062500 +-0.161132812500 +-0.037353515625 +-0.133789062500 +0.013122558594 +0.056884765625 +0.067871093750 +-0.031982421875 +-0.118652343750 +-0.166015625000 +0.021362304688 +0.037597656250 +-0.033203125000 +0.033935546875 +0.029174804688 +-0.070312500000 +0.018676757812 +-0.026977539062 +-0.039550781250 +0.028198242188 +0.035888671875 +-0.109863281250 +-0.064453125000 +-0.025512695312 +0.087890625000 +-0.107910156250 +0.015869140625 +-0.011535644531 +0.083007812500 +-0.078613281250 +0.033691406250 +0.060058593750 +-0.025024414062 +-0.035888671875 +-0.143554687500 +0.019775390625 +0.023803710938 +-0.024169921875 +0.050292968750 +0.127929687500 +-0.020385742188 +-0.027587890625 +0.066406250000 +-0.070800781250 +-0.055664062500 +-0.033447265625 +0.000101566315 +-0.096191406250 +0.108398437500 +0.003967285156 +0.114257812500 +-0.014038085938 +0.081054687500 +-0.029785156250 +0.049072265625 +0.019409179688 +-0.047607421875 +-0.041015625000 +-0.020019531250 +-0.120117187500 +-0.050537109375 +-0.121093750000 +0.034912109375 +-0.042480468750 +0.098632812500 +0.025634765625 +-0.061523437500 +0.212890625000 +0.120605468750 +-0.209960937500 +-0.060302734375 +0.018676757812 +0.042724609375 +-0.042236328125 +0.062255859375 +0.055419921875 +-0.145507812500 +-0.081054687500 +-0.132812500000 +0.004821777344 +0.090820312500 +-0.084960937500 +0.002426147461 +0.156250000000 +-0.044189453125 +-0.028320312500 +-0.000957489014 +0.109375000000 +0.014099121094 +-0.000360488892 +-0.075195312500 +0.000637054443 +-0.158203125000 +-0.022216796875 +-0.009582519531 +0.060546875000 +0.008483886719 +0.069824218750 +-0.113281250000 +0.008789062500 +-0.004943847656 +-0.016967773438 +-0.073242187500 +-0.074218750000 +-0.116699218750 +0.114746093750 +-0.156250000000 +-0.005645751953 +-0.006561279297 +0.013671875000 +0.016357421875 +0.102539062500 +-0.137695312500 +-0.122558593750 +0.022827148438 +0.009094238281 +-0.043701171875 +0.079101562500 +0.028808593750 +0.071289062500 +-0.038574218750 +-0.031738281250 +0.204101562500 +0.008728027344 +0.012573242188 +0.117675781250 +-0.239257812500 +0.046386718750 +-0.019409179688 +-0.053710937500 +-0.059814453125 +0.261718750000 +-0.074218750000 +-0.040283203125 +0.119628906250 +-0.039306640625 +-0.052246093750 +-0.088867187500 +-0.046630859375 +-0.173828125000 +-0.010437011719 +-0.061767578125 +0.134765625000 +-0.042236328125 +-0.078125000000 +0.050537109375 +0.012451171875 +0.030517578125 +-0.033203125000 +0.113769531250 +0.052001953125 +0.052490234375 +-0.208007812500 +-0.150390625000 +0.069824218750 +-0.145507812500 +0.006439208984 +0.072265625000 +0.049072265625 +0.054931640625 +-0.008361816406 +-0.093750000000 +-0.087402343750 +0.054199218750 +-0.014221191406 +0.002334594727 +-0.174804687500 +0.079101562500 +0.066894531250 +-0.122558593750 +-0.083007812500 +0.039550781250 +0.132812500000 +0.013244628906 +-0.075683593750 +0.062988281250 +-0.076660156250 +0.027343750000 +0.156250000000 +-0.008361816406 +-0.107421875000 +-0.051513671875 +0.022705078125 +-0.084960937500 +-0.104980468750 +0.121582031250 +-0.008056640625 +-0.089355468750 +-0.036865234375 +0.072753906250 +0.002166748047 +0.000762939453 +-0.068847656250 +-0.007354736328 +-0.012939453125 +0.099121093750 +0.001266479492 +-0.081054687500 +0.034912109375 +0.011474609375 +0.035156250000 +0.031250000000 +-0.074707031250 +0.050537109375 +0.053466796875 +-0.035888671875 +0.016845703125 +0.059082031250 +0.031494140625 +0.026123046875 +0.072265625000 +0.046630859375 +-0.127929687500 +-0.032958984375 +-0.067871093750 +-0.061523437500 +-0.021972656250 +-0.003326416016 +0.050537109375 +-0.053955078125 +-0.051269531250 +0.019775390625 +0.051513671875 +-0.044677734375 +-0.078125000000 +0.065429687500 +0.036621093750 +0.067871093750 +-0.053466796875 +0.061035156250 +-0.057861328125 +-0.083007812500 +0.074707031250 +-0.112792968750 +-0.049804687500 +0.065429687500 +-0.014770507812 +0.010131835938 +0.013610839844 +-0.024169921875 +-0.056396484375 +-0.031127929688 +0.066406250000 +-0.049804687500 +-0.031127929688 +0.037109375000 +-0.006805419922 +0.019653320312 +-0.050292968750 +-0.121093750000 +0.032958984375 +0.000492095947 +-0.003738403320 +0.064453125000 +0.018310546875 +0.048095703125 +-0.036376953125 +0.107910156250 +-0.036376953125 +0.107421875000 +-0.018920898438 +-0.040283203125 +-0.002868652344 +0.084960937500 +-0.119140625000 +-0.050292968750 +0.063476562500 +0.032958984375 +-0.080566406250 +-0.015502929688 +-0.033935546875 +0.122070312500 +-0.028564453125 +0.046875000000 +-0.005737304688 +-0.034667968750 +0.002426147461 +-0.118652343750 +-0.009277343750 +-0.003662109375 +0.039306640625 +-0.036621093750 +-0.075195312500 +-0.032714843750 +-0.068359375000 +0.038574218750 +0.059814453125 +-0.022949218750 +0.251953125000 +0.012756347656 +-0.067382812500 +0.014160156250 +-0.024414062500 +-0.019653320312 +-0.043945312500 +0.096191406250 +-0.053222656250 +-0.009094238281 +-0.020385742188 +-0.055908203125 +-0.071777343750 +0.008422851562 +0.001121520996 +-0.112792968750 +-0.018920898438 +0.049072265625 +0.146484375000 +0.045654296875 +-0.065429687500 +0.062255859375 +0.037597656250 +0.019531250000 +-0.083007812500 +-0.127929687500 +-0.039794921875 +-0.017822265625 +-0.169921875000 +-0.098632812500 +0.011169433594 +-0.035400390625 +-0.068847656250 +-0.096191406250 +0.086914062500 +-0.039062500000 +-0.072265625000 +0.074707031250 +0.013732910156 +0.173828125000 +0.041748046875 +-0.166015625000 +0.047851562500 +0.055908203125 +0.004669189453 +0.019897460938 +-0.036132812500 +0.071289062500 +-0.108398437500 +0.010742187500 +0.086914062500 +0.020263671875 +-0.082519531250 +0.003616333008 +0.090820312500 +-0.104492187500 +0.052490234375 +0.111816406250 +0.052978515625 +-0.060058593750 +-0.019165039062 +-0.012878417969 +0.017089843750 +0.065429687500 +-0.181640625000 +-0.092773437500 +-0.038574218750 +0.069824218750 +0.111328125000 +0.070312500000 +0.154296875000 +0.005126953125 +-0.088867187500 +-0.002593994141 +0.090332031250 +-0.021362304688 +-0.081542968750 +-0.043457031250 +0.027709960938 +0.028198242188 +0.031982421875 +0.096679687500 +-0.057861328125 +0.042236328125 +0.077148437500 +-0.061035156250 +0.076171875000 +-0.023559570312 +0.037353515625 +-0.029785156250 +0.025268554688 +-0.028564453125 +0.011596679688 +0.162109375000 +-0.026611328125 +-0.001235961914 +0.023315429688 +0.074218750000 +0.083496093750 +0.025512695312 +-0.058837890625 +-0.065917968750 +0.081054687500 +0.027465820312 +0.019775390625 +0.091796875000 +-0.052978515625 +-0.071289062500 +-0.087890625000 +-0.106445312500 +0.084472656250 +0.133789062500 +-0.001449584961 +0.078125000000 +-0.125976562500 +-0.009094238281 +-0.057617187500 +-0.125976562500 +-0.099121093750 +0.068359375000 +-0.081054687500 +-0.060058593750 +-0.115234375000 +-0.063964843750 +0.014221191406 +0.175781250000 +0.085937500000 +-0.023681640625 +0.014465332031 +0.090820312500 +0.071777343750 +-0.017211914062 +0.039794921875 +0.120117187500 +0.067871093750 +0.032958984375 +0.091308593750 +0.050537109375 +-0.048339843750 +-0.002059936523 +-0.131835937500 +0.026977539062 +-0.037597656250 +-0.062500000000 +0.089355468750 +-0.052734375000 +-0.073242187500 +0.021850585938 +-0.103027343750 +-0.018798828125 +0.097167968750 +0.058593750000 +0.125000000000 +-0.255859375000 +0.002944946289 +0.020874023438 +-0.140625000000 +0.016601562500 +0.054199218750 +-0.045410156250 +-0.002029418945 +-0.025756835938 +-0.013183593750 +-0.130859375000 +-0.035888671875 +-0.047119140625 +0.027343750000 +0.101074218750 +0.104980468750 +-0.088867187500 +0.080566406250 +0.005584716797 +0.001113891602 +0.068359375000 +-0.052978515625 +-0.048583984375 +-0.067382812500 +0.064941406250 +-0.269531250000 +-0.017089843750 +0.053955078125 +-0.024169921875 +0.069824218750 +-0.056884765625 +0.036132812500 +0.036621093750 +-0.129882812500 +0.105957031250 +0.151367187500 +-0.031494140625 +0.123046875000 +0.122558593750 +0.025024414062 +-0.002578735352 +0.012023925781 +-0.072753906250 +-0.019287109375 +0.063476562500 +0.035644531250 +-0.025146484375 +0.031982421875 +0.059326171875 +-0.052978515625 +-0.125976562500 +0.004730224609 +-0.017333984375 +-0.013427734375 +0.040527343750 +-0.071289062500 +0.051757812500 +-0.241210937500 +-0.208984375000 +0.125976562500 +-0.074707031250 +-0.026367187500 +-0.041748046875 +-0.037841796875 +0.117675781250 +0.124511718750 +0.007263183594 +0.029052734375 +0.000463485718 +-0.257812500000 +0.027832031250 +0.045654296875 +-0.087890625000 +0.101562500000 +0.001678466797 +-0.143554687500 +-0.033203125000 +-0.055419921875 +0.213867187500 +0.103027343750 +-0.133789062500 +-0.064941406250 +-0.031494140625 +0.208007812500 +0.028320312500 +0.088378906250 +-0.220703125000 +-0.045410156250 +0.075683593750 +0.026855468750 +-0.024536132812 +0.062500000000 +-0.045166015625 +0.066406250000 +-0.014587402344 +-0.038330078125 +0.102539062500 +0.097167968750 +-0.022216796875 +-0.081542968750 +-0.019042968750 +0.057617187500 +-0.023437500000 +0.042724609375 +-0.072753906250 +-0.068847656250 +-0.096679687500 +0.003524780273 +-0.121582031250 +0.059814453125 +-0.177734375000 +0.122070312500 +0.102539062500 +0.023925781250 +-0.019653320312 +0.092285156250 +0.015747070312 +-0.013427734375 +-0.190429687500 +0.031250000000 +0.000961303711 +0.005828857422 +-0.025268554688 +-0.068359375000 +-0.073242187500 +0.004302978516 +-0.049804687500 +-0.014099121094 +-0.158203125000 +-0.026489257812 +-0.081542968750 +-0.062500000000 +0.028930664062 +0.064453125000 +-0.199218750000 +0.054687500000 +0.111328125000 +-0.034667968750 +-0.068359375000 +0.154296875000 +0.027954101562 +-0.008972167969 +-0.146484375000 +0.081542968750 +0.194335937500 +-0.015197753906 +0.123046875000 +0.074218750000 +0.125976562500 +-0.071289062500 +-0.202148437500 +-0.138671875000 +0.042236328125 +0.119140625000 +0.023193359375 +0.039306640625 +-0.063964843750 +-0.070800781250 +0.038574218750 +0.079101562500 +0.220703125000 +-0.185546875000 +0.090332031250 +-0.149414062500 +0.024169921875 +0.005371093750 +-0.038085937500 +-0.095214843750 +0.137695312500 +0.121093750000 +-0.271484375000 +0.026000976562 +-0.036132812500 +-0.022949218750 +-0.109863281250 +0.029541015625 +-0.159179687500 +0.196289062500 +0.147460937500 +0.044921875000 +0.068847656250 +0.062500000000 +0.086914062500 +0.137695312500 +0.030273437500 +0.035156250000 +-0.053466796875 +-0.063964843750 +-0.079589843750 +0.036132812500 +-0.177734375000 +0.032714843750 +0.066406250000 +0.170898437500 +0.035888671875 +-0.121582031250 +-0.028930664062 +-0.075683593750 +-0.036132812500 +0.042968750000 +0.038574218750 +0.003768920898 +0.073730468750 +0.086425781250 +-0.178710937500 +0.087402343750 +-0.037841796875 +0.046142578125 +-0.275390625000 +-0.006896972656 +0.075683593750 +-0.054931640625 +0.093750000000 +0.054199218750 +-0.137695312500 +-0.047119140625 +-0.030883789062 +-0.047363281250 +-0.047363281250 +0.005310058594 +0.035644531250 +-0.052001953125 +-0.034912109375 +-0.074218750000 +0.088378906250 +0.202148437500 +-0.010192871094 +0.058349609375 +-0.000507354736 +-0.026977539062 +0.142578125000 +-0.142578125000 +0.091796875000 +-0.171875000000 +0.075683593750 +0.096679687500 +-0.032470703125 +-0.081542968750 +-0.037597656250 +0.031982421875 +-0.261718750000 +-0.041015625000 +0.063476562500 +0.186523437500 +-0.065917968750 +0.000465393066 +0.081542968750 +0.009643554688 +0.071289062500 +0.041992187500 +-0.112792968750 +-0.093261718750 +0.092285156250 +0.043701171875 +-0.063964843750 +0.187500000000 +0.018920898438 +0.049316406250 +-0.009826660156 +-0.261718750000 +0.091308593750 +-0.206054687500 +0.083007812500 +0.052001953125 +0.095214843750 +0.074218750000 +-0.032958984375 +-0.071289062500 +-0.024902343750 +0.090820312500 +0.020385742188 +-0.126953125000 +-0.081542968750 +0.026733398438 +0.037109375000 +0.051757812500 +-0.060791015625 +-0.073730468750 +-0.135742187500 +0.018188476562 +0.027221679688 +0.068847656250 +0.100097656250 +0.015747070312 +-0.028198242188 +0.006530761719 +-0.162109375000 +-0.065429687500 +0.005401611328 +-0.025512695312 +-0.005859375000 +-0.120117187500 +-0.182617187500 +-0.052001953125 +-0.087402343750 +0.102050781250 +0.019653320312 +-0.006011962891 +0.121093750000 +0.205078125000 +0.083007812500 +0.162109375000 +0.045654296875 +-0.158203125000 +-0.091796875000 +-0.043701171875 +-0.125976562500 +0.177734375000 +0.038574218750 +0.124023437500 +-0.184570312500 +-0.042236328125 +0.072265625000 +0.032470703125 +0.085449218750 +0.071289062500 +-0.008605957031 +0.103027343750 +-0.163085937500 +-0.057617187500 +0.070800781250 +0.238281250000 +-0.163085937500 +-0.027343750000 +-0.056640625000 +-0.086914062500 +-0.105957031250 +-0.039794921875 +0.036621093750 +0.020874023438 +-0.175781250000 +-0.013549804688 +0.040039062500 +0.108886718750 +0.060302734375 +-0.090332031250 +-0.011718750000 +-0.090820312500 +0.159179687500 +0.020874023438 +-0.192382812500 +-0.099121093750 +0.155273437500 +-0.045654296875 +-0.151367187500 +-0.111816406250 +-0.126953125000 +0.028442382812 +-0.087402343750 +-0.102050781250 +-0.011657714844 +-0.021362304688 +-0.054687500000 +-0.035888671875 +-0.092285156250 +-0.061035156250 +0.125000000000 +-0.076660156250 +0.035888671875 +-0.105468750000 +0.045410156250 +0.123046875000 +0.076660156250 +0.081054687500 +0.203125000000 +-0.232421875000 +-0.069824218750 +0.059814453125 +-0.032226562500 +0.076660156250 +-0.004760742188 +0.012268066406 +-0.018554687500 +0.139648437500 +-0.033691406250 +-0.217773437500 +-0.084472656250 +-0.116699218750 +-0.131835937500 +0.047363281250 +-0.102539062500 +0.152343750000 +-0.051757812500 +-0.097656250000 +0.005096435547 +-0.046630859375 +-0.106933593750 +-0.114257812500 +-0.001136779785 +0.069824218750 +0.085937500000 +0.071777343750 +-0.053710937500 +0.027832031250 +-0.003997802734 +0.134765625000 +-0.064453125000 +-0.087402343750 +0.012634277344 +-0.172851562500 +-0.154296875000 +-0.127929687500 +0.041748046875 +-0.083007812500 +0.098632812500 +-0.063476562500 +-0.004394531250 +-0.064941406250 +0.099121093750 +-0.086425781250 +0.121582031250 +0.089355468750 +-0.181640625000 +-0.011779785156 +0.097656250000 +-0.177734375000 +0.038085937500 +0.012573242188 +0.141601562500 +-0.107910156250 +-0.043457031250 +-0.063476562500 +0.166992187500 +-0.057373046875 +0.007385253906 +-0.120117187500 +0.158203125000 +-0.088378906250 +0.118164062500 +0.070312500000 +0.115234375000 +-0.110839843750 +0.109863281250 +0.031738281250 +-0.071777343750 +-0.108886718750 +0.064453125000 +0.021240234375 +0.122558593750 +0.257812500000 +-0.028808593750 +-0.050048828125 +-0.094238281250 +0.012023925781 +-0.093261718750 +-0.021972656250 +0.037109375000 +-0.230468750000 +0.127929687500 +-0.053222656250 +-0.055175781250 +0.009277343750 +0.032714843750 +0.056152343750 +0.135742187500 +0.116210937500 +-0.164062500000 +-0.152343750000 +0.079589843750 +0.072753906250 +-0.030639648438 +-0.084960937500 +0.173828125000 +-0.158203125000 +0.059570312500 +0.066894531250 +-0.022949218750 +-0.109863281250 +-0.149414062500 +0.011291503906 +0.202148437500 +-0.003234863281 +-0.000438690186 +0.100097656250 +-0.083984375000 +-0.025512695312 +0.253906250000 +-0.150390625000 +0.057373046875 +-0.078125000000 +0.039794921875 +0.170898437500 +-0.059326171875 +-0.035644531250 +-0.102539062500 +0.028320312500 +0.002792358398 +-0.105468750000 +-0.055664062500 +0.089355468750 +-0.006500244141 +-0.026611328125 +0.013000488281 +0.056640625000 +0.146484375000 +0.099609375000 +0.275390625000 +-0.169921875000 +0.033691406250 +-0.008300781250 +0.000211715698 +0.013854980469 +0.133789062500 +-0.020996093750 +-0.056640625000 +0.072265625000 +0.080566406250 +-0.151367187500 +-0.020874023438 +0.014526367188 +0.042968750000 +0.123535156250 +-0.075195312500 +0.041992187500 +0.068359375000 +-0.089843750000 +0.036132812500 +-0.030395507812 +0.056152343750 +0.118164062500 +0.018310546875 +-0.074707031250 +-0.149414062500 +0.034912109375 +0.137695312500 +0.065917968750 +0.142578125000 +0.049560546875 +-0.040283203125 +-0.008605957031 +0.021484375000 +-0.158203125000 +-0.098632812500 +-0.064453125000 +0.158203125000 +0.033447265625 +-0.009338378906 +-0.019897460938 +-0.052001953125 +0.008300781250 +0.051025390625 +-0.064453125000 +-0.109863281250 +0.011657714844 +0.024780273438 +0.084960937500 +-0.106445312500 +-0.008605957031 +-0.053466796875 +-0.126953125000 +0.116210937500 +-0.080078125000 +-0.094726562500 +-0.135742187500 +-0.035156250000 +-0.129882812500 +0.091308593750 +-0.221679687500 +0.052246093750 +-0.051513671875 +-0.051757812500 +0.028930664062 +0.028198242188 +-0.000360488892 +-0.092773437500 +0.079101562500 +0.184570312500 +-0.023071289062 +0.064941406250 +-0.053710937500 +-0.019287109375 +-0.010498046875 +0.049804687500 +0.020141601562 +-0.055908203125 +0.043945312500 +-0.154296875000 +-0.028320312500 +-0.002151489258 +0.005523681641 +0.222656250000 +0.125000000000 +0.086425781250 +-0.050292968750 +-0.112304687500 +-0.043701171875 +-0.007049560547 +-0.021606445312 +0.067382812500 +0.083007812500 +0.040771484375 +-0.128906250000 +-0.090820312500 +-0.114746093750 +-0.020019531250 +0.076660156250 +-0.062500000000 +0.168945312500 +-0.010192871094 +-0.026855468750 +0.021484375000 +-0.012756347656 +-0.049804687500 +-0.040039062500 +-0.247070312500 +0.002731323242 +0.004821777344 +0.030029296875 +0.113281250000 +0.088867187500 +-0.071289062500 +0.030395507812 +-0.067382812500 +-0.067382812500 +-0.034912109375 +-0.013061523438 +0.111816406250 +-0.037353515625 +-0.030517578125 +0.196289062500 +-0.003143310547 +-0.006103515625 +0.082519531250 +-0.082031250000 +0.094238281250 +0.141601562500 +-0.032470703125 +-0.024169921875 +-0.083007812500 +-0.063476562500 +0.125000000000 +-0.019531250000 +-0.040771484375 +0.097656250000 +0.049072265625 +-0.067382812500 +0.062500000000 +-0.051757812500 +-0.137695312500 +-0.075195312500 +-0.124511718750 +0.053222656250 +0.047363281250 +-0.098144531250 +-0.091308593750 +-0.092773437500 +0.073730468750 +0.018066406250 +0.083007812500 +0.022705078125 +-0.095214843750 +-0.031982421875 +0.110839843750 +-0.044921875000 +0.040771484375 +-0.029541015625 +0.017456054688 +0.014343261719 +-0.006805419922 +0.015380859375 +-0.100585937500 +-0.001266479492 +-0.006683349609 +-0.054199218750 +-0.049316406250 +-0.016235351562 +-0.061767578125 +-0.065917968750 +-0.008178710938 +0.027832031250 +0.167968750000 +0.008850097656 +-0.019775390625 +0.032470703125 +-0.185546875000 +-0.015869140625 +-0.008300781250 +-0.007720947266 +-0.023315429688 +0.058593750000 +0.062500000000 +-0.031982421875 +0.118164062500 +-0.004302978516 +0.053955078125 +-0.144531250000 +-0.114257812500 +0.005859375000 +0.010009765625 +-0.079589843750 +0.039306640625 +0.081542968750 +0.113281250000 +-0.028808593750 +-0.009399414062 +-0.088867187500 +-0.095214843750 +0.170898437500 +0.012878417969 +0.050781250000 +-0.013488769531 +0.126953125000 +0.107910156250 +0.076171875000 +-0.052490234375 +0.084472656250 +-0.068847656250 +-0.029296875000 +-0.025024414062 +0.015319824219 +-0.064453125000 +-0.033447265625 +-0.122070312500 +-0.050537109375 +-0.136718750000 +0.053222656250 +-0.042480468750 +0.061523437500 +0.076660156250 +0.041748046875 +0.021728515625 +0.004608154297 +-0.058837890625 +0.147460937500 +0.010742187500 +-0.004150390625 +-0.028930664062 +0.071777343750 +0.021118164062 +-0.086914062500 +0.104003906250 +-0.101562500000 +0.100097656250 +-0.038818359375 +0.033935546875 +0.100097656250 +-0.059814453125 +-0.122070312500 +-0.010253906250 +0.154296875000 +-0.173828125000 +-0.065917968750 +-0.038574218750 +-0.052246093750 +0.009521484375 +-0.052246093750 +0.015869140625 +-0.033447265625 +-0.163085937500 +0.094238281250 +-0.054443359375 +-0.012634277344 +-0.023071289062 +0.024536132812 +-0.149414062500 +0.073730468750 +0.078125000000 +-0.205078125000 +0.012695312500 +0.008056640625 +0.002288818359 +-0.046142578125 +0.027587890625 +0.168945312500 +0.001953125000 +-0.018432617188 +-0.083007812500 +0.058837890625 +-0.010009765625 +-0.015441894531 +-0.107910156250 +0.012023925781 +0.039306640625 +-0.094238281250 +0.053710937500 +-0.033447265625 +-0.044921875000 +0.010681152344 +-0.082031250000 +-0.006622314453 +0.005310058594 +-0.034912109375 +0.057373046875 +-0.045166015625 +0.007415771484 +0.161132812500 +0.003784179688 +-0.113281250000 +0.055419921875 +0.109375000000 +0.164062500000 +-0.155273437500 +-0.035644531250 +0.066894531250 +-0.011230468750 +0.014465332031 +0.177734375000 +-0.077636718750 +0.033691406250 +0.094726562500 +-0.011169433594 +-0.032958984375 +-0.085449218750 +0.037597656250 +-0.055664062500 +-0.012390136719 +0.108398437500 +0.092285156250 +0.007751464844 +-0.007812500000 +0.040039062500 +0.004425048828 +0.123046875000 +-0.040527343750 +0.075683593750 +0.003723144531 +-0.082031250000 +0.027343750000 +-0.049804687500 +-0.050292968750 +-0.056152343750 +0.088378906250 +-0.106933593750 +0.054931640625 +0.008666992188 +-0.087402343750 +0.016967773438 +0.044433593750 +-0.067871093750 +-0.099609375000 +0.008361816406 +-0.050537109375 +0.062255859375 +-0.031250000000 +0.031127929688 +-0.031494140625 +-0.192382812500 +-0.095214843750 +-0.122558593750 +0.092285156250 +0.041748046875 +-0.152343750000 +0.007354736328 +-0.109863281250 +-0.002334594727 +0.042236328125 +0.020385742188 +0.054199218750 +0.170898437500 +-0.134765625000 +0.044921875000 +-0.040771484375 +0.032958984375 +0.050537109375 +-0.188476562500 +-0.107421875000 +0.035400390625 +-0.052490234375 +0.087890625000 +-0.095214843750 +-0.086425781250 +0.063964843750 +0.075195312500 +0.039062500000 +-0.062500000000 +-0.166015625000 +0.001724243164 +-0.023925781250 +0.177734375000 +0.028930664062 +0.046386718750 +-0.162109375000 +-0.065429687500 +-0.091308593750 +0.023315429688 +-0.100585937500 +0.037109375000 +-0.072753906250 +-0.012817382812 +0.022460937500 +-0.004394531250 +0.034423828125 +-0.095214843750 +0.073242187500 +-0.096679687500 +0.018188476562 +0.136718750000 +-0.203125000000 +0.090820312500 +-0.110839843750 +-0.042968750000 +-0.039550781250 +-0.145507812500 +0.070312500000 +0.042480468750 +0.081054687500 +0.006652832031 +0.089355468750 +-0.030517578125 +-0.134765625000 +-0.077636718750 +-0.103027343750 +0.096679687500 +0.036865234375 +0.003326416016 +0.082519531250 +-0.041015625000 +-0.104003906250 +0.023559570312 +0.085937500000 +-0.003936767578 +-0.179687500000 +-0.046142578125 +0.037353515625 +0.156250000000 +-0.144531250000 +0.034912109375 +0.083007812500 +-0.047119140625 +-0.007446289062 +0.056884765625 +-0.093261718750 +-0.098632812500 +-0.034423828125 +-0.008972167969 +-0.089355468750 +0.000911712646 +-0.030029296875 +0.027465820312 +0.075683593750 +0.007568359375 +0.052490234375 +-0.064453125000 +0.035156250000 +0.104003906250 +-0.126953125000 +0.041259765625 +-0.113281250000 +0.053955078125 +-0.089843750000 +0.034912109375 +-0.085937500000 +-0.033935546875 +0.033691406250 +0.074218750000 +0.057617187500 +0.045166015625 +-0.105468750000 +-0.138671875000 +-0.113769531250 +0.115234375000 +-0.148437500000 +0.000141143799 +0.012573242188 +0.001930236816 +0.086425781250 +0.049072265625 +0.031738281250 +0.079589843750 +-0.017089843750 +-0.011047363281 +-0.020141601562 +0.028198242188 +-0.044433593750 +0.044189453125 +-0.158203125000 +0.031494140625 +0.048583984375 +-0.017700195312 +-0.181640625000 +0.028076171875 +-0.054931640625 +-0.073730468750 +0.013732910156 +0.054443359375 +0.071289062500 +0.025878906250 +0.045410156250 +-0.018066406250 +-0.105957031250 +0.007019042969 +-0.008972167969 +-0.078125000000 +-0.023071289062 +-0.032226562500 +0.054931640625 +0.019653320312 +0.015625000000 +-0.136718750000 +-0.050292968750 +-0.001167297363 +-0.046875000000 +0.019287109375 +-0.060791015625 +-0.015563964844 +-0.053710937500 +0.104980468750 +-0.061523437500 +0.035644531250 +0.125000000000 +0.021850585938 +-0.004608154297 +0.013000488281 +0.109863281250 +0.007934570312 +-0.033935546875 +-0.049560546875 +-0.027099609375 +-0.059814453125 +0.174804687500 +-0.018188476562 +-0.010925292969 +-0.058349609375 +-0.063476562500 +0.208984375000 +-0.063964843750 +0.059326171875 +-0.146484375000 +-0.066406250000 +0.013854980469 +-0.035400390625 +-0.150390625000 +0.034423828125 +-0.062011718750 +0.160156250000 +-0.058593750000 +-0.045166015625 +0.141601562500 +0.061523437500 +0.003784179688 +-0.112304687500 +-0.030273437500 +-0.154296875000 +-0.004089355469 +-0.139648437500 +0.088867187500 +0.052734375000 +-0.009948730469 +0.102539062500 +0.042724609375 +0.095703125000 +0.087402343750 +0.082031250000 +0.084960937500 +-0.257812500000 +-0.188476562500 +0.068847656250 +-0.036132812500 +0.040527343750 +-0.073242187500 +-0.009887695312 +0.115234375000 +-0.072265625000 +0.230468750000 +0.016723632812 +0.070800781250 +-0.235351562500 +-0.005004882812 +-0.041503906250 +-0.059814453125 +0.050048828125 +-0.120605468750 +-0.035400390625 +0.065429687500 +0.081054687500 +-0.169921875000 +-0.014892578125 +0.098144531250 +-0.204101562500 +-0.021362304688 +0.005645751953 +-0.058593750000 +0.038085937500 +0.083984375000 +0.052734375000 +0.069335937500 +0.080566406250 +0.018432617188 +-0.292968750000 +-0.115722656250 +-0.103515625000 +-0.034179687500 +0.102539062500 +0.025390625000 +0.185546875000 +0.091308593750 +0.044433593750 +-0.084960937500 +0.005279541016 +0.239257812500 +-0.107421875000 +0.062988281250 +-0.032470703125 +-0.091796875000 +-0.091308593750 +-0.037109375000 +0.125976562500 +0.142578125000 +-0.035400390625 +-0.117675781250 +-0.055908203125 +-0.042724609375 +0.020751953125 +-0.292968750000 +-0.233398437500 +-0.136718750000 +-0.044921875000 +-0.096191406250 +-0.054443359375 +-0.004608154297 +-0.121582031250 +0.091308593750 +-0.040527343750 +0.062255859375 +0.043701171875 +0.006500244141 +0.064453125000 +0.025634765625 +-0.117187500000 +-0.220703125000 +-0.014892578125 +-0.113281250000 +-0.049072265625 +0.073242187500 +-0.093750000000 +-0.148437500000 +-0.037841796875 +0.196289062500 +0.104492187500 +-0.008728027344 +0.038330078125 +0.091308593750 +0.160156250000 +-0.028808593750 +0.139648437500 +0.016967773438 +0.095214843750 +0.110839843750 +-0.019165039062 +0.187500000000 +-0.162109375000 +0.044921875000 +-0.061767578125 +-0.076171875000 +0.043945312500 +0.072753906250 +0.062255859375 +0.014221191406 +-0.082519531250 +-0.000171661377 +-0.029052734375 +0.010131835938 +0.029663085938 +-0.006011962891 +-0.024047851562 +-0.036132812500 +-0.090820312500 +-0.104003906250 +-0.052734375000 +-0.207031250000 +0.165039062500 +-0.023437500000 +-0.142578125000 +-0.063476562500 +-0.197265625000 +0.003097534180 +0.218750000000 +-0.086425781250 +-0.070312500000 +0.031494140625 +0.020507812500 +-0.017089843750 +-0.035888671875 +0.050781250000 +-0.031127929688 +-0.023437500000 +-0.018798828125 +0.056884765625 +0.097167968750 +-0.009338378906 +0.026855468750 +0.038574218750 +-0.098632812500 +-0.111816406250 +-0.165039062500 +-0.036865234375 +-0.187500000000 +0.232421875000 +-0.151367187500 +0.036376953125 +0.023071289062 +0.015869140625 +0.003677368164 +0.002136230469 +-0.098144531250 +0.169921875000 +0.074707031250 +0.070312500000 +-0.023193359375 +-0.182617187500 +0.134765625000 +0.093261718750 +-0.061035156250 +0.038574218750 +-0.135742187500 +-0.061767578125 +-0.095214843750 +-0.168945312500 +0.033203125000 +-0.202148437500 +0.186523437500 +0.056640625000 +-0.073730468750 +0.168945312500 +0.133789062500 +0.014770507812 +-0.029541015625 +0.015869140625 +-0.011352539062 +0.016601562500 +-0.312500000000 +0.113769531250 +0.085937500000 +-0.067871093750 +0.056396484375 +-0.074707031250 +0.038330078125 +-0.083984375000 +0.147460937500 +-0.099609375000 +0.031494140625 +0.127929687500 +-0.166992187500 +-0.055175781250 +0.122558593750 +0.024780273438 +-0.045898437500 +-0.068847656250 +-0.077148437500 +-0.019897460938 +-0.115234375000 +0.013061523438 +-0.105957031250 +-0.030517578125 +0.201171875000 +0.094726562500 +-0.121582031250 +-0.136718750000 +0.110839843750 +0.055419921875 +-0.025634765625 +-0.085449218750 +-0.177734375000 +-0.000265121460 +0.064941406250 +0.037597656250 +0.068359375000 +0.100097656250 +-0.079101562500 +-0.070800781250 +0.013732910156 +-0.100585937500 +-0.111328125000 +-0.103027343750 +-0.151367187500 +-0.029785156250 +-0.001937866211 +-0.084960937500 +-0.061279296875 +0.148437500000 +-0.153320312500 +0.027832031250 +-0.010009765625 +0.112792968750 +0.084472656250 +0.020996093750 +0.078613281250 +0.014770507812 +-0.023071289062 +-0.191406250000 +-0.062988281250 +0.007385253906 +-0.016601562500 +-0.096191406250 +0.021972656250 +-0.102050781250 +-0.070312500000 +0.019287109375 +-0.128906250000 +-0.028320312500 +0.007598876953 +0.033203125000 +-0.040527343750 +-0.085937500000 +-0.008422851562 +0.009460449219 +-0.002487182617 +-0.156250000000 +-0.028198242188 +-0.092773437500 +-0.058837890625 +0.091796875000 +0.001441955566 +0.067382812500 +-0.081542968750 +0.117675781250 +-0.081542968750 +0.086425781250 +-0.020629882812 +-0.096679687500 +0.039794921875 +-0.126953125000 +0.012817382812 +0.028564453125 +-0.075195312500 +-0.040771484375 +-0.023071289062 +-0.035644531250 +0.066894531250 +-0.048339843750 +0.075195312500 +0.170898437500 +-0.138671875000 +-0.044921875000 +0.007080078125 +0.034912109375 +-0.109375000000 +-0.141601562500 +-0.115722656250 +-0.156250000000 +-0.114257812500 +-0.077636718750 +-0.072753906250 +-0.014831542969 +0.071777343750 +-0.007171630859 +-0.083496093750 +-0.036865234375 +-0.069335937500 +0.081054687500 +-0.055175781250 +-0.195312500000 +-0.014770507812 +0.020996093750 +0.013793945312 +0.127929687500 +-0.031738281250 +-0.115234375000 +0.008361816406 +-0.071777343750 +-0.087402343750 +-0.077636718750 +-0.023681640625 +0.081542968750 +0.115234375000 +-0.016479492188 +-0.087402343750 +-0.120605468750 +-0.137695312500 +0.043701171875 +0.104492187500 +0.082031250000 +-0.034423828125 +-0.055664062500 +0.022460937500 +-0.055664062500 +-0.093261718750 +-0.017333984375 +-0.012451171875 +0.077148437500 +0.014831542969 +-0.054443359375 +-0.129882812500 +0.128906250000 +0.009277343750 +-0.078125000000 +0.004486083984 +0.017089843750 +-0.108886718750 +-0.046630859375 +0.121582031250 +0.106445312500 +0.060791015625 +0.070312500000 +0.068847656250 +-0.078613281250 +-0.092773437500 +-0.065917968750 +-0.083984375000 +0.052490234375 +0.003250122070 +-0.112792968750 +0.011047363281 +0.036132812500 +-0.112304687500 +0.067871093750 +-0.190429687500 +-0.041259765625 +-0.098632812500 +0.064941406250 +0.075683593750 +-0.011230468750 +-0.123535156250 +-0.033203125000 +-0.028076171875 +0.073242187500 +0.128906250000 +-0.001182556152 +-0.042724609375 +-0.053466796875 +0.000448226929 +-0.075195312500 +0.047607421875 +-0.078613281250 +0.054443359375 +-0.062500000000 +-0.029296875000 +0.166992187500 +-0.232421875000 +-0.042968750000 +-0.012023925781 +0.061523437500 +0.020385742188 +0.126953125000 +0.095703125000 +-0.064453125000 +0.002075195312 +-0.121093750000 +0.017578125000 +-0.064941406250 +-0.071777343750 +-0.079101562500 +0.014953613281 +0.005859375000 +-0.057617187500 +0.083496093750 +0.111328125000 +-0.267578125000 +-0.070800781250 +0.003219604492 +-0.019165039062 +0.058837890625 +-0.048339843750 +0.002502441406 +-0.005798339844 +-0.214843750000 +0.129882812500 +0.015502929688 +-0.056396484375 +0.023803710938 +0.013244628906 +-0.098144531250 +0.083496093750 +-0.028686523438 +0.071289062500 +0.078125000000 +-0.026245117188 +-0.041503906250 +-0.005187988281 +0.173828125000 +-0.147460937500 +-0.085937500000 +0.057861328125 +-0.067871093750 +0.048583984375 +-0.090820312500 +0.071777343750 +-0.037109375000 +0.028808593750 +-0.022705078125 +0.039306640625 +0.032470703125 +-0.019531250000 +0.045898437500 +0.039306640625 +-0.094238281250 +-0.151367187500 +0.009948730469 +-0.088378906250 +-0.011413574219 +-0.028320312500 +0.025024414062 +0.025024414062 +0.094726562500 +0.011047363281 +-0.060791015625 +0.062500000000 +-0.075683593750 +-0.036132812500 +-0.071289062500 +0.048828125000 +-0.097167968750 +0.082031250000 +-0.121582031250 +-0.069824218750 +0.056884765625 +0.032714843750 +0.077148437500 +0.024047851562 +-0.117675781250 +-0.208007812500 +-0.104492187500 +-0.042236328125 +0.212890625000 +0.021118164062 +0.010742187500 +-0.018676757812 +0.019287109375 +-0.099121093750 +0.095214843750 +-0.026123046875 +-0.043212890625 +-0.008605957031 +-0.025146484375 +-0.103027343750 +-0.003265380859 +-0.006072998047 +-0.039306640625 +0.038818359375 +-0.170898437500 +0.014648437500 +0.165039062500 +0.041748046875 +-0.114257812500 +-0.005249023438 +0.082031250000 +-0.027709960938 +-0.030761718750 +-0.205078125000 +-0.103027343750 +0.043457031250 +0.069335937500 +0.005645751953 +-0.057128906250 +-0.026977539062 +-0.042236328125 +-0.117187500000 +-0.104980468750 +0.190429687500 +-0.128906250000 +0.016235351562 +-0.060302734375 +0.031982421875 +-0.031250000000 +0.234375000000 +-0.112792968750 +0.007415771484 +0.212890625000 +-0.146484375000 +0.205078125000 +0.056640625000 +-0.069335937500 +0.026611328125 +0.133789062500 +-0.153320312500 +0.189453125000 +0.097656250000 +-0.003082275391 +-0.061523437500 +0.110839843750 +0.125000000000 +0.050781250000 +-0.139648437500 +0.006958007812 +-0.101074218750 +0.031005859375 +0.047119140625 +-0.012451171875 +-0.188476562500 +0.041503906250 +-0.046630859375 +0.028930664062 +0.163085937500 +0.143554687500 +0.004333496094 +0.176757812500 +0.141601562500 +0.005645751953 +0.098144531250 +0.014038085938 +-0.057861328125 +0.013854980469 +-0.110839843750 +0.022338867188 +-0.097167968750 +-0.041748046875 +0.009521484375 +0.097656250000 +0.030517578125 +-0.004547119141 +0.031738281250 +-0.092773437500 +-0.040283203125 +-0.068359375000 +-0.055175781250 +-0.173828125000 +-0.084960937500 +-0.040039062500 +-0.034912109375 +-0.052246093750 +0.013488769531 +-0.037109375000 +0.102539062500 +0.186523437500 +-0.031127929688 +-0.105957031250 +0.045898437500 +-0.079101562500 +-0.259765625000 +0.117187500000 +-0.055664062500 +-0.074218750000 +0.057861328125 +-0.044921875000 +-0.081542968750 +-0.105957031250 +-0.175781250000 +-0.000362396240 +0.062255859375 +-0.053710937500 +0.033203125000 +-0.045898437500 +-0.146484375000 +0.279296875000 +0.142578125000 +-0.064453125000 +0.118164062500 +-0.081054687500 +0.041015625000 +-0.047607421875 +-0.120117187500 +-0.225585937500 +0.230468750000 +-0.069824218750 +0.033691406250 +0.172851562500 +-0.239257812500 +-0.016967773438 +0.013610839844 +0.005432128906 +0.151367187500 +0.183593750000 +-0.041748046875 +0.100585937500 +-0.093261718750 +0.031250000000 +-0.138671875000 +-0.170898437500 +-0.022827148438 +-0.057373046875 +0.057861328125 +-0.063476562500 +0.093750000000 +0.017333984375 +0.050292968750 +0.112792968750 +-0.039550781250 +0.145507812500 +0.056396484375 +-0.023681640625 +0.091796875000 +0.004730224609 +0.102050781250 +0.069335937500 +-0.008239746094 +-0.095703125000 +0.079101562500 +0.015563964844 +0.050781250000 +0.108886718750 +-0.159179687500 +0.091308593750 +0.083007812500 +-0.062500000000 +-0.124023437500 +0.030517578125 +0.067382812500 +-0.017211914062 +0.036621093750 +-0.021484375000 +-0.046142578125 +0.031494140625 +0.034667968750 +0.001312255859 +-0.032714843750 +-0.058837890625 +-0.072265625000 +-0.146484375000 +0.033447265625 +0.076171875000 +0.017211914062 +-0.106445312500 +0.127929687500 +-0.102539062500 +-0.054199218750 +-0.054687500000 +0.084472656250 +-0.035644531250 +0.065429687500 +0.121093750000 +-0.122070312500 +0.045410156250 +0.116699218750 +-0.113769531250 +0.038818359375 +0.026611328125 +0.042236328125 +-0.054931640625 +-0.009582519531 +-0.004760742188 +-0.032958984375 +-0.120605468750 +-0.106933593750 +0.034423828125 +-0.011779785156 +0.112304687500 +0.065917968750 +0.051757812500 +0.033447265625 +0.085937500000 +0.062988281250 +-0.023315429688 +0.011169433594 +0.088867187500 +-0.045410156250 +0.158203125000 +0.013183593750 +-0.020996093750 +-0.021972656250 +0.075683593750 +0.036865234375 +-0.007202148438 +-0.063476562500 +0.116210937500 +0.003356933594 +-0.080566406250 +0.027221679688 +0.090820312500 +0.013916015625 +-0.031494140625 +0.058349609375 +0.075683593750 +-0.058349609375 +0.126953125000 +-0.076171875000 +-0.023803710938 +-0.015991210938 +0.174804687500 +0.198242187500 +0.162109375000 +0.159179687500 +0.036621093750 +-0.040771484375 +0.194335937500 +-0.000846862793 +-0.037841796875 +0.011962890625 +0.163085937500 +-0.207031250000 +0.065429687500 +0.104492187500 +-0.066406250000 +0.039794921875 +-0.011291503906 +0.009582519531 +0.099609375000 +-0.007385253906 +-0.267578125000 +-0.099609375000 +0.015625000000 +0.050537109375 +0.249023437500 +-0.184570312500 +-0.079589843750 +0.106445312500 +-0.025634765625 +-0.098632812500 +-0.088867187500 +0.077148437500 +0.133789062500 +-0.067382812500 +-0.082519531250 +0.166015625000 +-0.101074218750 +0.091308593750 +0.048828125000 +0.057373046875 +-0.016357421875 +0.034179687500 +-0.155273437500 +0.161132812500 +0.056396484375 +0.007232666016 +0.149414062500 +-0.063964843750 +0.089355468750 +-0.017578125000 +-0.173828125000 +0.004547119141 +0.099121093750 +0.049560546875 +-0.024536132812 +0.151367187500 +0.089355468750 +-0.068359375000 +-0.076660156250 +0.066894531250 +0.116210937500 +-0.074218750000 +0.111328125000 +-0.049804687500 +0.090820312500 +-0.007995605469 +-0.141601562500 +-0.093261718750 +0.078613281250 +0.116699218750 +-0.025878906250 +-0.037597656250 +0.073242187500 +-0.050781250000 +0.075683593750 +0.143554687500 +0.128906250000 +-0.040771484375 +-0.061767578125 +-0.083496093750 +-0.036376953125 +0.091796875000 +0.046630859375 +0.076660156250 +0.062500000000 +0.205078125000 +0.043457031250 +0.022827148438 +-0.194335937500 +0.050781250000 +0.114257812500 +0.108398437500 +0.060058593750 +0.035888671875 +-0.089843750000 +0.053222656250 +0.077636718750 +0.002746582031 +0.019775390625 +0.194335937500 +-0.105957031250 +-0.062500000000 +-0.090820312500 +-0.141601562500 +-0.035156250000 +-0.080078125000 +-0.009155273438 +-0.068847656250 +0.047363281250 +-0.173828125000 +-0.086914062500 +-0.041259765625 +0.020996093750 +0.099609375000 +0.040771484375 +0.109375000000 +0.190429687500 +0.113281250000 +-0.005645751953 +0.204101562500 +0.137695312500 +0.041992187500 +-0.034667968750 +-0.003021240234 +-0.026977539062 +-0.040283203125 +0.118652343750 +0.160156250000 +0.057373046875 +-0.065429687500 +0.035888671875 +-0.013610839844 +-0.104980468750 +0.041748046875 +-0.043701171875 +0.000046014786 +0.038574218750 +-0.026367187500 +0.050292968750 +-0.044189453125 +-0.028686523438 +0.206054687500 +-0.029541015625 +-0.128906250000 +-0.035156250000 +-0.064453125000 +0.039306640625 +-0.043457031250 +0.052734375000 +-0.000232696533 +-0.007019042969 +-0.017822265625 +-0.066406250000 +-0.066406250000 +-0.014282226562 +-0.123046875000 +0.042724609375 +0.031738281250 +-0.182617187500 +0.161132812500 +0.045898437500 +-0.049560546875 +0.089355468750 +0.063964843750 +0.027221679688 +-0.013244628906 +-0.075195312500 +0.066894531250 +-0.090820312500 +0.123535156250 +-0.098632812500 +0.019897460938 +0.044189453125 +-0.111328125000 +0.079589843750 +-0.008239746094 +0.025756835938 +0.036376953125 +-0.039062500000 +0.059570312500 +-0.062988281250 +0.057373046875 +0.023925781250 +0.159179687500 +0.025878906250 +-0.152343750000 +0.142578125000 +0.129882812500 +0.057373046875 +0.116699218750 +0.038574218750 +0.181640625000 +-0.003753662109 +0.005310058594 +-0.061035156250 +-0.013183593750 +-0.019409179688 +0.083496093750 +0.176757812500 +-0.063964843750 +0.200195312500 +0.108398437500 +0.012512207031 +-0.001258850098 +0.003524780273 +0.022705078125 +0.012023925781 +0.042724609375 +-0.058837890625 +0.020019531250 +0.087890625000 +0.027587890625 +-0.061279296875 +0.075683593750 +-0.002929687500 +-0.017822265625 +-0.021606445312 +0.030151367188 +-0.006622314453 +0.062255859375 +0.138671875000 +0.011962890625 +-0.035400390625 +0.020141601562 +0.044433593750 +-0.058349609375 +0.057373046875 +-0.025634765625 +-0.106933593750 +0.020507812500 +-0.007354736328 +0.056152343750 +0.087890625000 +-0.065429687500 +-0.025878906250 +-0.139648437500 +-0.090332031250 +0.006561279297 +-0.034179687500 +0.099609375000 +0.117675781250 +-0.060546875000 +0.071289062500 +-0.062988281250 +-0.035156250000 +0.104003906250 +-0.129882812500 +-0.134765625000 +-0.024291992188 +-0.076171875000 +-0.068359375000 +0.069335937500 +-0.075683593750 +-0.043945312500 +0.007507324219 +0.000011920929 +-0.035400390625 +-0.200195312500 +0.059570312500 +0.027709960938 +-0.015441894531 +-0.107421875000 +-0.017944335938 +-0.000060081482 +0.036621093750 +0.062255859375 +0.185546875000 +0.020507812500 +-0.024169921875 +0.076171875000 +-0.170898437500 +-0.065917968750 +-0.133789062500 +0.235351562500 +0.031250000000 +0.086425781250 +0.022827148438 +0.071289062500 +-0.027343750000 +0.007598876953 +0.035156250000 +0.187500000000 +-0.061279296875 +0.005371093750 +-0.041503906250 +-0.100585937500 +0.214843750000 +0.054443359375 +-0.010192871094 +-0.099609375000 +-0.008666992188 +0.003662109375 +-0.024780273438 +0.011047363281 +-0.237304687500 +-0.000865936279 +-0.070312500000 +0.236328125000 +0.008483886719 +0.010070800781 +0.032714843750 +0.002044677734 +-0.035156250000 +0.050048828125 +-0.034667968750 +0.031250000000 +-0.034667968750 +-0.026733398438 +-0.000713348389 +-0.030273437500 +-0.002212524414 +-0.059814453125 +-0.019653320312 +0.012390136719 +0.011535644531 +0.003204345703 +0.057617187500 +0.021240234375 +-0.014038085938 +0.067382812500 +-0.008605957031 +-0.070800781250 +0.054199218750 +0.086425781250 +0.012023925781 +0.121093750000 +-0.000770568848 +-0.014038085938 +-0.101074218750 +0.066894531250 +0.017333984375 +-0.002197265625 +-0.049560546875 +0.062255859375 +0.013427734375 +0.014892578125 +0.009216308594 +0.111816406250 +0.043945312500 +-0.025024414062 +-0.013610839844 +0.047851562500 +0.053466796875 +-0.021606445312 +-0.059814453125 +-0.067382812500 +-0.081542968750 +0.030029296875 +-0.042724609375 +0.035156250000 +-0.009399414062 +0.121093750000 +0.055908203125 +0.008972167969 +0.035400390625 +-0.075683593750 +0.018066406250 +-0.067871093750 +0.084960937500 +-0.005554199219 +-0.038818359375 +-0.146484375000 +-0.010192871094 +-0.006988525391 +-0.020507812500 +0.054687500000 +-0.125000000000 +0.035156250000 +-0.021240234375 +-0.019653320312 +-0.027587890625 +-0.041503906250 +-0.046630859375 +0.015136718750 +0.031127929688 +0.203125000000 +0.023803710938 +0.075195312500 +0.058105468750 +0.035644531250 +-0.070800781250 +0.011657714844 +-0.024780273438 +-0.033447265625 +0.090332031250 +-0.036376953125 +-0.003326416016 +-0.020385742188 +0.066406250000 +0.062500000000 +0.090820312500 +-0.105468750000 +0.051757812500 +-0.040527343750 +0.051513671875 +-0.021728515625 +0.057617187500 +0.000785827637 +0.039062500000 +-0.003189086914 +0.053466796875 +-0.018432617188 +0.009033203125 +0.110351562500 +0.192382812500 +-0.032470703125 +-0.066894531250 +0.060546875000 +0.011474609375 +-0.018188476562 +0.036376953125 +0.139648437500 +-0.063964843750 +0.010803222656 +0.011718750000 +0.003189086914 +0.036132812500 +-0.038330078125 +-0.004272460938 +-0.085937500000 +0.063476562500 +0.036865234375 +0.044433593750 +-0.071289062500 +0.022338867188 +-0.027465820312 +0.120605468750 +-0.052978515625 +-0.174804687500 +-0.067871093750 +-0.049804687500 +0.074218750000 +-0.032226562500 +0.007720947266 +-0.105468750000 +0.048339843750 +-0.048828125000 +0.117675781250 +-0.160156250000 +-0.060058593750 +0.033203125000 +-0.125976562500 +0.099121093750 +-0.009094238281 +-0.028198242188 +-0.007873535156 +-0.036376953125 +0.090332031250 +-0.096191406250 +-0.045898437500 +-0.069335937500 +-0.104492187500 +0.055175781250 +0.094726562500 +0.005035400391 +0.065429687500 +0.000740051270 +0.104980468750 +-0.054443359375 +-0.208007812500 +-0.051513671875 +0.078613281250 +-0.003219604492 +0.003890991211 +0.010498046875 +0.010375976562 +-0.043212890625 +0.072265625000 +-0.128906250000 +0.005279541016 +0.087402343750 +0.031494140625 +0.012023925781 +0.105957031250 +0.113769531250 +-0.117675781250 +0.021362304688 +-0.088867187500 +-0.009643554688 +-0.028320312500 +0.066406250000 +-0.039550781250 +0.152343750000 +0.093261718750 +-0.010253906250 +-0.071289062500 +-0.036865234375 +-0.030761718750 +0.002685546875 +-0.002578735352 +0.074218750000 +-0.103027343750 +-0.173828125000 +-0.093750000000 +-0.068359375000 +-0.072265625000 +0.003723144531 +0.024536132812 +-0.000743865967 +0.150390625000 +-0.045166015625 +-0.013793945312 +-0.123046875000 +-0.029663085938 +-0.040527343750 +-0.030883789062 +0.003814697266 +0.000115871429 +-0.036865234375 +-0.050048828125 +-0.041992187500 +-0.197265625000 +0.036132812500 +-0.082031250000 +0.005401611328 +-0.019653320312 +0.034912109375 +-0.047851562500 +0.055664062500 +-0.055664062500 +-0.098144531250 +0.005187988281 +0.178710937500 +0.183593750000 +-0.099121093750 +-0.114746093750 +-0.075683593750 +-0.086914062500 +-0.099609375000 +-0.046386718750 +-0.118164062500 +-0.048095703125 +-0.002319335938 +-0.040527343750 +-0.086914062500 +0.047851562500 +0.074707031250 +0.113281250000 +0.026733398438 +0.076171875000 +-0.102050781250 +-0.072753906250 +-0.083007812500 +0.064453125000 +0.088378906250 +0.054443359375 +-0.007263183594 +0.027832031250 +-0.152343750000 +0.059326171875 +0.127929687500 +0.038085937500 +0.081542968750 +0.133789062500 +-0.036865234375 +-0.007629394531 +0.205078125000 +0.045898437500 +-0.063476562500 +0.040039062500 +0.118164062500 +-0.012329101562 +-0.046142578125 +-0.083496093750 +0.059570312500 +-0.009033203125 +-0.037841796875 +0.019531250000 +0.041503906250 +0.081054687500 +0.016723632812 +0.042724609375 +0.049072265625 +-0.029418945312 +-0.047607421875 +-0.071777343750 +-0.054443359375 +-0.062011718750 +-0.046875000000 +0.027587890625 +0.040771484375 +0.065429687500 +-0.082031250000 +-0.039794921875 +-0.061035156250 +-0.058837890625 +-0.017578125000 +-0.110839843750 +0.046630859375 +-0.059326171875 +0.031982421875 +-0.033691406250 +0.018066406250 +-0.000129699707 +-0.158203125000 +-0.020263671875 +-0.019165039062 +0.075683593750 +-0.039062500000 +0.085937500000 +-0.060546875000 +0.052734375000 +-0.033935546875 +0.071289062500 +-0.013977050781 +-0.007019042969 +0.001411437988 +0.041259765625 +0.043945312500 +-0.040527343750 +0.043701171875 +-0.109863281250 +0.012023925781 +0.036621093750 +-0.095703125000 +-0.094238281250 +0.034912109375 +-0.018554687500 +0.034667968750 +-0.017822265625 +-0.025512695312 +-0.097656250000 +-0.002929687500 +0.068847656250 +-0.031250000000 +0.025878906250 +-0.041259765625 +0.058593750000 +0.061523437500 +-0.033691406250 +0.084472656250 +-0.108398437500 +0.158203125000 +-0.072753906250 +0.164062500000 +-0.071777343750 +0.076660156250 +0.028564453125 +0.026855468750 +-0.085449218750 +-0.058105468750 +0.109375000000 +0.103027343750 +0.143554687500 +-0.034179687500 +0.052978515625 +-0.017333984375 +-0.050048828125 +-0.053466796875 +0.050048828125 +0.106933593750 +-0.103515625000 +0.039550781250 +-0.030151367188 +-0.018432617188 +0.018066406250 +-0.112792968750 +-0.092285156250 +0.064941406250 +-0.107910156250 +0.067382812500 +0.000495910645 +0.004180908203 +-0.029541015625 +0.018920898438 +0.072753906250 +0.076660156250 +-0.106445312500 +-0.051513671875 +0.112792968750 +-0.036621093750 +-0.035400390625 +-0.022827148438 +-0.017211914062 +-0.124511718750 +-0.025756835938 +-0.054199218750 +-0.078613281250 +0.011047363281 +0.010864257812 +-0.004364013672 +-0.090332031250 +0.046142578125 +-0.029418945312 +-0.123046875000 +-0.014038085938 +-0.064453125000 +-0.038574218750 +0.230468750000 +-0.025512695312 +0.072265625000 +0.051269531250 +0.001632690430 +-0.122558593750 +-0.048339843750 +0.021972656250 +0.047851562500 +-0.112304687500 +-0.055175781250 +-0.093261718750 +-0.038085937500 +-0.033203125000 +-0.105957031250 +0.162109375000 +-0.164062500000 +-0.022460937500 +-0.108398437500 +-0.004333496094 +-0.035644531250 +0.001083374023 +-0.069335937500 +0.060546875000 +0.168945312500 +-0.065917968750 +-0.049560546875 +0.063476562500 +-0.106933593750 +-0.032470703125 +0.030273437500 +-0.072265625000 +-0.087890625000 +-0.019287109375 +-0.008972167969 +-0.013854980469 +0.120117187500 +-0.004089355469 +0.018676757812 +-0.020996093750 +0.019531250000 +-0.035400390625 +0.059326171875 +0.132812500000 +-0.154296875000 +0.008789062500 +-0.057861328125 +0.085937500000 +-0.006103515625 +0.108398437500 +0.015747070312 +-0.048095703125 +-0.014770507812 +-0.037841796875 +0.064453125000 +-0.036621093750 +0.071777343750 +-0.021972656250 +-0.040283203125 +0.131835937500 +0.120605468750 +-0.074707031250 +-0.043457031250 +0.014160156250 +0.159179687500 +-0.172851562500 +0.088378906250 +0.199218750000 +0.000812530518 +0.021362304688 +-0.146484375000 +-0.027465820312 +-0.176757812500 +-0.004272460938 +-0.001487731934 +-0.070800781250 +0.065917968750 +0.148437500000 +0.062500000000 +-0.081542968750 +-0.017578125000 +-0.171875000000 +-0.018554687500 +-0.024658203125 +0.060791015625 +-0.077148437500 +-0.038574218750 +-0.097656250000 +0.063476562500 +0.140625000000 +0.035156250000 +0.051513671875 +0.036376953125 +-0.083007812500 +-0.029541015625 +0.159179687500 +0.039794921875 +-0.019287109375 +-0.069335937500 +-0.072753906250 +0.107910156250 +0.033691406250 +-0.062011718750 +0.053955078125 +-0.057861328125 +0.014343261719 +-0.012329101562 +0.052978515625 +0.022460937500 +-0.091308593750 +-0.071777343750 +-0.037841796875 +-0.057617187500 +-0.030151367188 +-0.357421875000 +-0.077148437500 +0.031738281250 +-0.093750000000 +-0.034179687500 +-0.052490234375 +-0.005584716797 +-0.052734375000 +-0.064453125000 +0.218750000000 +-0.000698089600 +-0.127929687500 +0.017333984375 +-0.036132812500 +0.026123046875 +-0.040039062500 +-0.081542968750 +-0.064453125000 +0.029785156250 +0.058593750000 +0.013244628906 +0.033691406250 +0.080566406250 +-0.058349609375 +0.055664062500 +-0.091308593750 +-0.090332031250 +0.083007812500 +-0.036132812500 +-0.138671875000 +-0.133789062500 +-0.009582519531 +0.008911132812 +-0.046630859375 +-0.190429687500 +-0.112304687500 +-0.031005859375 +0.009704589844 +0.158203125000 +-0.056396484375 +-0.012451171875 +0.053222656250 +-0.086914062500 +0.098144531250 +-0.007537841797 +-0.032958984375 +-0.071289062500 +-0.083496093750 +-0.011718750000 +0.064941406250 +0.053710937500 +-0.079101562500 +0.010864257812 +0.014221191406 +0.005310058594 +-0.045410156250 +0.029785156250 +0.048583984375 +0.007324218750 +-0.047607421875 +0.046386718750 +-0.123046875000 +-0.029052734375 +-0.051757812500 +-0.058349609375 +0.100097656250 +0.002960205078 +-0.062500000000 +-0.066894531250 +-0.049316406250 +-0.072265625000 +-0.035644531250 +-0.023071289062 +-0.053222656250 +0.043457031250 +-0.021362304688 +0.017456054688 +-0.145507812500 +0.201171875000 +0.019409179688 +0.008178710938 +-0.026489257812 +0.023681640625 +0.024047851562 +-0.038085937500 +0.011535644531 +0.071289062500 +0.080078125000 +0.118652343750 +-0.038574218750 +0.047851562500 +-0.095214843750 +0.104980468750 +0.013183593750 +-0.042968750000 +0.113769531250 +0.003707885742 +-0.144531250000 +0.123046875000 +-0.005981445312 +-0.049560546875 +-0.027587890625 +0.146484375000 +-0.073242187500 +-0.147460937500 +-0.169921875000 +0.013549804688 +0.205078125000 +0.021484375000 +0.078125000000 +-0.115722656250 +-0.010131835938 +0.001907348633 +-0.037597656250 +-0.361328125000 +-0.020507812500 +0.088378906250 +0.139648437500 +-0.180664062500 +-0.037841796875 +-0.095703125000 +-0.186523437500 +0.079101562500 +-0.025390625000 +-0.040771484375 +-0.104980468750 +-0.011718750000 +0.066406250000 +-0.038574218750 +0.251953125000 +0.041992187500 +0.092773437500 +-0.097167968750 +0.033203125000 +-0.087890625000 +0.104492187500 +-0.080078125000 +0.062500000000 +0.097656250000 +-0.036376953125 +0.018920898438 +-0.051025390625 +0.120605468750 +-0.106933593750 +0.083007812500 +0.153320312500 +-0.125000000000 +-0.051513671875 +0.027832031250 +-0.170898437500 +-0.044433593750 +-0.135742187500 +0.069824218750 +0.040283203125 +0.112304687500 +-0.050048828125 +-0.115234375000 +-0.043212890625 +0.079589843750 +-0.126953125000 +-0.004211425781 +0.159179687500 +-0.139648437500 +-0.141601562500 +-0.079589843750 +-0.002838134766 +-0.197265625000 +-0.017944335938 +0.057617187500 +-0.107421875000 +0.091308593750 +-0.063476562500 +0.038574218750 +-0.103027343750 +-0.114746093750 +-0.130859375000 +0.086425781250 +-0.124023437500 +0.058593750000 +0.003936767578 +-0.051513671875 +-0.016845703125 +0.160156250000 +-0.157226562500 +0.001029968262 +-0.034912109375 +-0.027465820312 +-0.019042968750 +0.037841796875 +-0.063476562500 +-0.030395507812 +-0.049316406250 +0.057373046875 +-0.100097656250 +-0.009399414062 +0.021850585938 +-0.005432128906 +0.016723632812 +0.054443359375 +-0.166992187500 +0.034667968750 +-0.019287109375 +-0.040527343750 +0.065917968750 +-0.069335937500 +-0.011718750000 +-0.115722656250 +-0.026733398438 +-0.145507812500 +0.024536132812 +-0.087402343750 +0.043945312500 +0.032714843750 +0.099609375000 +0.098632812500 +-0.002212524414 +0.045654296875 +0.094238281250 +0.039550781250 +0.074707031250 +-0.090332031250 +-0.221679687500 +0.013732910156 +0.042236328125 +0.127929687500 +0.001419067383 +0.070312500000 +-0.032470703125 +-0.085937500000 +0.100097656250 +-0.166015625000 +-0.024291992188 +0.027832031250 +0.123046875000 +-0.084960937500 +-0.100097656250 +-0.025268554688 +0.149414062500 +0.040771484375 +-0.004638671875 +0.023315429688 +-0.034912109375 +0.122558593750 +-0.064453125000 +-0.069824218750 +0.033203125000 +0.012451171875 +-0.166015625000 +0.001884460449 +0.137695312500 +-0.038085937500 +0.045166015625 +-0.070312500000 +-0.078613281250 +-0.040283203125 +0.052734375000 +0.118652343750 +-0.074218750000 +-0.153320312500 +-0.035888671875 +0.003753662109 +-0.064453125000 +-0.011901855469 +0.149414062500 +-0.054931640625 +-0.008850097656 +0.051513671875 +-0.166992187500 +0.054199218750 +0.238281250000 +0.187500000000 +0.129882812500 +0.037109375000 +-0.041015625000 +0.033935546875 +0.006896972656 +-0.035156250000 +0.001617431641 +0.012145996094 +0.182617187500 +-0.012329101562 +-0.000295639038 +0.078125000000 +-0.105957031250 +-0.111816406250 +-0.150390625000 +-0.080078125000 +-0.047607421875 +0.005889892578 +0.030029296875 +0.186523437500 +0.011657714844 +-0.070800781250 +0.054199218750 +0.046386718750 +-0.034667968750 +-0.022216796875 +0.044921875000 +0.059326171875 +0.043945312500 +-0.004364013672 +-0.006439208984 +0.091308593750 +0.061767578125 +-0.010986328125 +-0.023559570312 +0.058105468750 +-0.041503906250 +0.165039062500 +-0.142578125000 +-0.141601562500 +-0.096679687500 +0.031982421875 +0.061279296875 +-0.027954101562 +-0.117675781250 +-0.040283203125 +-0.078125000000 +-0.012817382812 +-0.042724609375 +0.062988281250 +-0.056396484375 +-0.039794921875 +-0.080566406250 +-0.075195312500 +0.055175781250 +0.052246093750 +-0.055175781250 +-0.122070312500 +-0.051269531250 +-0.030761718750 +0.004943847656 +-0.028564453125 +0.109375000000 +0.125976562500 +-0.075683593750 +0.118652343750 +0.052490234375 +0.138671875000 +-0.148437500000 +0.018920898438 +0.066406250000 +0.009704589844 +0.085937500000 +-0.099121093750 +-0.085937500000 +-0.057617187500 +0.049072265625 +0.038574218750 +-0.014648437500 +-0.075195312500 +0.119140625000 +-0.052978515625 +0.145507812500 +0.007598876953 +0.081054687500 +-0.004638671875 +-0.049804687500 +-0.006134033203 +0.009765625000 +-0.083007812500 +-0.104492187500 +-0.064941406250 +0.065429687500 +-0.022705078125 +0.109375000000 +0.159179687500 +-0.145507812500 +0.054443359375 +0.009460449219 +-0.003158569336 +0.040771484375 +-0.021606445312 +0.079589843750 +-0.048583984375 +-0.213867187500 +0.076660156250 +-0.063476562500 +0.001075744629 +0.112792968750 +-0.040039062500 +0.080566406250 +0.098144531250 +-0.028076171875 +-0.064941406250 +0.122070312500 +-0.013916015625 +0.035644531250 +0.092285156250 +0.036865234375 +0.106445312500 +-0.034179687500 +-0.221679687500 +-0.126953125000 +-0.073730468750 +0.134765625000 +0.179687500000 +-0.048339843750 +-0.074707031250 +-0.135742187500 +0.044921875000 +0.100585937500 +-0.243164062500 +-0.017700195312 +-0.032470703125 +0.005859375000 +0.163085937500 +0.363281250000 +0.071289062500 +0.028320312500 +-0.167968750000 +0.000214576721 +-0.064453125000 +0.101562500000 +-0.007720947266 +-0.028930664062 +-0.149414062500 +-0.152343750000 +0.033935546875 +-0.073242187500 +-0.028076171875 +0.063964843750 +0.045654296875 +-0.060302734375 +0.028442382812 +-0.049316406250 +-0.123046875000 +0.063964843750 +0.087402343750 +0.103515625000 +0.042724609375 +0.079101562500 +-0.104492187500 +0.057861328125 +-0.019897460938 +0.052978515625 +-0.017578125000 +-0.132812500000 +0.187500000000 +0.102050781250 +0.021728515625 +0.129882812500 +0.005096435547 +0.006835937500 +0.083984375000 +-0.113281250000 +0.188476562500 +-0.135742187500 +-0.116210937500 +-0.168945312500 +0.098632812500 +0.191406250000 +-0.019531250000 +0.026489257812 +0.056884765625 +0.005371093750 +0.131835937500 +0.088867187500 +0.000364303589 +0.059570312500 +0.124023437500 +0.043457031250 +0.119140625000 +-0.221679687500 +-0.084960937500 +-0.008361816406 +-0.059570312500 +-0.062500000000 +0.068847656250 +0.141601562500 +-0.050292968750 +0.140625000000 +-0.023803710938 +-0.018066406250 +-0.012695312500 +-0.144531250000 +0.052490234375 +0.146484375000 +0.095214843750 +0.047607421875 +-0.097656250000 +0.054443359375 +-0.072265625000 +-0.113281250000 +0.004638671875 +-0.121582031250 +0.012817382812 +0.004852294922 +0.304687500000 +-0.119140625000 +0.165039062500 +-0.014221191406 +0.030761718750 +-0.068847656250 +-0.110351562500 +0.020751953125 +0.131835937500 +0.067382812500 +0.067382812500 +-0.080566406250 +0.231445312500 +0.023193359375 +-0.020874023438 +0.083984375000 +0.015563964844 +-0.122558593750 +-0.134765625000 +-0.086914062500 +-0.031982421875 +0.092285156250 +0.230468750000 +-0.046142578125 +0.085937500000 +-0.054199218750 +-0.066894531250 +0.209960937500 +-0.027587890625 +0.070312500000 +-0.205078125000 +0.025024414062 +0.045410156250 +0.099609375000 +-0.039062500000 +0.071777343750 +0.040039062500 +-0.041259765625 +0.102050781250 +-0.166015625000 +-0.045898437500 +-0.028442382812 +-0.051513671875 +0.015869140625 +0.038330078125 +0.106445312500 +-0.012756347656 +-0.151367187500 +0.032958984375 +0.044677734375 +-0.101074218750 +-0.084960937500 +-0.145507812500 +0.052246093750 +-0.029907226562 +0.133789062500 +-0.017944335938 +-0.049316406250 +-0.039794921875 +-0.096679687500 +0.014831542969 +-0.065917968750 +-0.040283203125 +0.112792968750 +0.003799438477 +-0.203125000000 +-0.138671875000 +-0.128906250000 +0.026489257812 +-0.026977539062 +0.013244628906 +0.041015625000 +0.172851562500 +0.074218750000 +-0.115722656250 +0.053222656250 +0.032226562500 +0.007324218750 +0.041259765625 +0.061767578125 +0.026123046875 +0.197265625000 +-0.026977539062 +0.140625000000 +0.073730468750 +-0.109863281250 +-0.153320312500 +-0.036621093750 +-0.051269531250 +-0.134765625000 +-0.142578125000 +0.042968750000 +0.038574218750 +0.038574218750 +0.063476562500 +0.002670288086 +-0.023315429688 +0.011596679688 +-0.043701171875 +-0.010803222656 +-0.148437500000 +0.112304687500 +0.014526367188 +0.042480468750 +0.151367187500 +0.136718750000 +-0.006591796875 +-0.121093750000 +-0.067382812500 +-0.082031250000 +-0.128906250000 +0.065429687500 +-0.044677734375 +0.006927490234 +0.121582031250 +-0.125000000000 +-0.006622314453 +0.085449218750 +-0.220703125000 +-0.110351562500 +0.083007812500 +-0.057861328125 +-0.063964843750 +-0.080566406250 +0.112304687500 +0.129882812500 +0.060058593750 +0.232421875000 +0.029174804688 +-0.043945312500 +-0.062500000000 +0.113769531250 +0.059326171875 +0.001373291016 +-0.169921875000 +-0.028808593750 +-0.010253906250 +0.105957031250 +0.184570312500 +-0.086425781250 +-0.008972167969 +-0.008239746094 +-0.110351562500 +-0.133789062500 +-0.010803222656 +-0.078613281250 +0.134765625000 +-0.141601562500 +-0.062988281250 +-0.107421875000 +-0.111328125000 +0.009338378906 +-0.009033203125 +-0.171875000000 +-0.068359375000 +-0.083007812500 +0.048095703125 +-0.008911132812 +-0.024291992188 +0.062988281250 +0.002761840820 +-0.034667968750 +-0.009155273438 +-0.126953125000 +-0.070800781250 +0.120605468750 +-0.103027343750 +-0.151367187500 +-0.029174804688 +0.050537109375 +-0.141601562500 +-0.147460937500 +-0.070800781250 +0.051757812500 +0.077636718750 +0.156250000000 +0.132812500000 +0.103027343750 +0.021606445312 +0.046875000000 +0.126953125000 +0.187500000000 +0.000816345215 +-0.143554687500 +-0.114746093750 +0.012451171875 +0.013488769531 +-0.029174804688 +0.062988281250 +0.090820312500 +-0.016723632812 +0.072753906250 +0.071289062500 +-0.022705078125 +0.025634765625 +-0.068359375000 +-0.012329101562 +0.024169921875 +-0.046142578125 +0.078613281250 +0.014404296875 +0.044921875000 +-0.092773437500 +0.098632812500 +-0.039550781250 +-0.027587890625 +-0.054687500000 +0.045410156250 +0.001533508301 +-0.015197753906 +0.003906250000 +-0.037841796875 +0.067382812500 +0.074218750000 +-0.103515625000 +-0.090332031250 +-0.030151367188 +0.044921875000 +-0.141601562500 +0.108398437500 +0.006683349609 +-0.218750000000 +-0.023681640625 +-0.044433593750 +-0.135742187500 +-0.028198242188 +0.070800781250 +-0.149414062500 +0.119628906250 +0.008300781250 +-0.006774902344 +-0.114257812500 +-0.162109375000 +-0.035156250000 +-0.027221679688 +0.068847656250 +-0.173828125000 +0.021484375000 +0.099121093750 +0.061523437500 +-0.104980468750 +-0.183593750000 +0.094238281250 +0.095703125000 +-0.055908203125 +-0.036865234375 +-0.008789062500 +0.021850585938 +-0.067382812500 +-0.050781250000 +-0.071289062500 +0.129882812500 +0.171875000000 +0.072753906250 +0.106445312500 +0.197265625000 +0.106445312500 +-0.015991210938 +0.062011718750 +0.039062500000 +0.094238281250 +-0.123535156250 +-0.054443359375 +0.136718750000 +-0.026000976562 +-0.011779785156 +-0.098632812500 +0.107910156250 +0.044677734375 +0.092285156250 +0.027954101562 +0.025512695312 +0.050537109375 +0.087402343750 +-0.018310546875 +-0.095214843750 +-0.097167968750 +0.028076171875 +-0.048583984375 +-0.059814453125 +-0.069335937500 +0.100097656250 +-0.006256103516 +0.047607421875 +-0.147460937500 +0.080078125000 +-0.046630859375 +0.099121093750 +-0.060302734375 +0.038818359375 +0.052001953125 +-0.068359375000 +0.112304687500 +-0.108886718750 +0.100585937500 +0.005126953125 +0.025390625000 +-0.030151367188 +-0.008972167969 +0.069824218750 +-0.021484375000 +-0.060058593750 +0.055419921875 +0.058593750000 +-0.013854980469 +-0.020996093750 +-0.052734375000 +-0.081542968750 +0.105957031250 +-0.065429687500 +-0.015380859375 +-0.076660156250 +-0.110351562500 +-0.070800781250 +0.136718750000 +0.052490234375 +-0.051757812500 +-0.023559570312 +-0.104003906250 +-0.070312500000 +0.147460937500 +-0.003646850586 +0.023315429688 +0.074707031250 +-0.014282226562 +0.035644531250 +-0.003768920898 +-0.120117187500 +-0.011474609375 +0.057861328125 +0.108398437500 +0.048828125000 +0.044677734375 +-0.009216308594 +-0.042236328125 +-0.045166015625 +-0.076660156250 +-0.048095703125 +-0.029663085938 +0.016357421875 +-0.034912109375 +0.031738281250 +-0.093750000000 +0.104980468750 +-0.016723632812 +-0.013610839844 +0.191406250000 +-0.001380920410 +0.053710937500 +-0.055664062500 +0.183593750000 +-0.039306640625 +0.083984375000 +0.007812500000 +0.057617187500 +0.122558593750 +-0.016235351562 +-0.012390136719 +0.027099609375 +-0.099121093750 +-0.031494140625 +-0.028930664062 +0.183593750000 +0.103515625000 +-0.064941406250 +-0.044677734375 +0.033203125000 +0.071289062500 +-0.046142578125 +-0.090332031250 +0.176757812500 +-0.046142578125 +-0.059814453125 +-0.027587890625 +0.062011718750 +-0.020019531250 +-0.118164062500 +-0.078125000000 +-0.024780273438 +-0.048339843750 +-0.147460937500 +0.073730468750 +0.003417968750 +0.054443359375 +-0.001441955566 +-0.026367187500 +-0.010620117188 +-0.004241943359 +0.051513671875 +0.000591278076 +-0.049072265625 +0.285156250000 +0.008911132812 +0.045410156250 +-0.161132812500 +-0.009399414062 +0.066406250000 +-0.046875000000 +-0.054931640625 +-0.059326171875 +0.033447265625 +-0.143554687500 +0.021972656250 +-0.082031250000 +0.062011718750 +0.034423828125 +0.113769531250 +0.116210937500 +-0.032958984375 +-0.041992187500 +0.074707031250 +0.049316406250 +-0.017211914062 +-0.063964843750 +0.061035156250 +0.031738281250 +0.015441894531 +-0.001121520996 +-0.133789062500 +0.088378906250 +-0.082031250000 +-0.164062500000 +0.025634765625 +-0.025146484375 +0.019287109375 +-0.014099121094 +0.092285156250 +0.050048828125 +0.054931640625 +0.090820312500 +0.081542968750 +0.056152343750 +-0.128906250000 +-0.139648437500 +0.117187500000 +0.032470703125 +-0.151367187500 +0.161132812500 +0.059082031250 +-0.076660156250 +-0.080078125000 +-0.043701171875 +-0.077148437500 +-0.062988281250 +0.000705718994 +-0.173828125000 +-0.069824218750 +0.009033203125 +-0.101074218750 +-0.125000000000 +-0.000740051270 +0.102539062500 +0.071289062500 +-0.182617187500 +-0.104003906250 +0.108886718750 +0.004791259766 +-0.080078125000 +-0.006072998047 +0.163085937500 +-0.005035400391 +0.116210937500 +-0.065917968750 +0.045898437500 +0.010314941406 +0.050292968750 +-0.056152343750 +-0.058593750000 +0.079589843750 +0.030395507812 +-0.040039062500 +0.124023437500 +0.078125000000 +0.108886718750 +-0.221679687500 +-0.132812500000 +0.059326171875 +-0.088867187500 +-0.047851562500 +-0.068359375000 +-0.039306640625 +0.038574218750 +0.133789062500 +0.038085937500 +-0.051025390625 +0.085449218750 +0.011291503906 +-0.143554687500 +0.199218750000 +-0.203125000000 +-0.229492187500 +-0.027832031250 +-0.003555297852 +0.102050781250 +0.065917968750 +-0.018310546875 +-0.133789062500 +-0.046142578125 +0.031982421875 +0.036865234375 +-0.013549804688 +-0.002792358398 +0.126953125000 +0.054931640625 +-0.083007812500 +0.103027343750 +-0.044189453125 +0.019287109375 +0.072753906250 +0.019042968750 +0.063476562500 +0.047607421875 +-0.061035156250 +0.030517578125 +0.008544921875 +0.006408691406 +-0.198242187500 +-0.001335144043 +0.025146484375 +-0.107421875000 +-0.032958984375 +0.004302978516 +0.149414062500 +0.101562500000 +0.005584716797 +0.052001953125 +0.055175781250 +0.015502929688 +0.029174804688 +0.204101562500 +-0.029785156250 +-0.138671875000 +0.004211425781 +0.151367187500 +0.059814453125 +0.065917968750 +0.211914062500 +-0.033447265625 +0.063476562500 +0.082519531250 +-0.031494140625 +0.129882812500 +0.026733398438 +0.020263671875 +0.022460937500 +0.009338378906 +-0.020996093750 +-0.043945312500 +0.059814453125 +-0.007263183594 +0.070312500000 +0.065429687500 +0.084472656250 +-0.018432617188 +0.023437500000 +0.043945312500 +0.057373046875 +0.011657714844 +-0.026611328125 +-0.015991210938 +-0.055908203125 +0.043945312500 +-0.005859375000 +-0.007019042969 +0.079101562500 +0.070800781250 +0.085449218750 +-0.042236328125 +-0.017578125000 +0.053955078125 +0.006652832031 +-0.026245117188 +0.071777343750 +-0.095214843750 +-0.114257812500 +-0.113281250000 +0.093750000000 +-0.047607421875 +0.063476562500 +0.033935546875 +0.014465332031 +-0.041992187500 +0.033203125000 +0.081542968750 +-0.082519531250 +0.028076171875 +0.001632690430 +-0.016601562500 +0.014465332031 +-0.072265625000 +-0.048828125000 +0.104003906250 +-0.051025390625 +-0.040771484375 +-0.070312500000 +-0.066406250000 +0.024047851562 +-0.039306640625 +-0.044189453125 +-0.056152343750 +0.055175781250 +0.081054687500 +-0.038330078125 +-0.010498046875 +-0.040283203125 +0.087890625000 +-0.093261718750 +0.085937500000 +-0.091796875000 +0.025634765625 +-0.101562500000 +0.048095703125 +-0.014831542969 +0.010925292969 +-0.014160156250 +0.007751464844 +0.019775390625 +-0.110351562500 +-0.118164062500 +0.062500000000 +-0.121582031250 +-0.067382812500 +0.054931640625 +-0.013610839844 +0.021972656250 +-0.016845703125 +0.045898437500 +0.006591796875 +0.030395507812 +0.074707031250 +0.111816406250 +0.122070312500 +-0.025390625000 +-0.066406250000 +-0.045898437500 +-0.072265625000 +-0.076171875000 +-0.080078125000 +0.062255859375 +-0.042480468750 +-0.104003906250 +0.001350402832 +-0.001930236816 +-0.004180908203 +0.005004882812 +0.066406250000 +-0.066894531250 +0.070312500000 +0.004516601562 +0.045410156250 +-0.068359375000 +0.013427734375 +0.047607421875 +0.081054687500 +-0.050781250000 +-0.006683349609 +0.074218750000 +-0.125000000000 +0.065917968750 +-0.105957031250 +0.024169921875 +0.134765625000 +0.051513671875 +-0.022949218750 +-0.014526367188 +0.014160156250 +0.073242187500 +0.007110595703 +0.047119140625 +0.041015625000 +0.011352539062 +0.047851562500 +0.038330078125 +-0.014221191406 +-0.047119140625 +-0.100585937500 +-0.075683593750 +-0.150390625000 +-0.025268554688 +-0.023559570312 +0.024658203125 +0.041748046875 +0.048583984375 +0.008422851562 +0.144531250000 +-0.025146484375 +-0.065917968750 +-0.101562500000 +-0.044433593750 +-0.014770507812 +0.018432617188 +0.041259765625 +0.100585937500 +-0.055175781250 +0.053466796875 +0.025146484375 +0.086914062500 +0.053222656250 +-0.222656250000 +0.012390136719 +0.024658203125 +0.166015625000 +0.206054687500 +-0.025512695312 +-0.020629882812 +0.026123046875 +-0.049316406250 +-0.123535156250 +0.049804687500 +-0.127929687500 +-0.101562500000 +0.062988281250 +-0.111816406250 +-0.083496093750 +-0.029174804688 +0.083007812500 +-0.062988281250 +-0.139648437500 +-0.078125000000 +0.079589843750 +0.020385742188 +0.102539062500 +0.032714843750 +0.013244628906 +-0.041259765625 +-0.094726562500 +0.026977539062 +0.053710937500 +0.017333984375 +0.049316406250 +-0.020141601562 +0.003677368164 +0.000486373901 +0.082519531250 +0.040283203125 +-0.149414062500 +0.120117187500 +0.015747070312 +-0.063476562500 +-0.031250000000 +0.148437500000 +0.007049560547 +0.019531250000 +-0.020629882812 +0.061035156250 +0.036865234375 +-0.024536132812 +-0.039062500000 +0.097167968750 +-0.173828125000 +0.034667968750 +-0.027221679688 +-0.083496093750 +-0.063476562500 +-0.028442382812 +-0.153320312500 +-0.034423828125 +0.020019531250 +0.046875000000 +-0.067382812500 +-0.039062500000 +0.007080078125 +-0.075683593750 +-0.034912109375 +-0.109863281250 +0.035156250000 +0.060302734375 +0.005065917969 +0.055419921875 +0.068359375000 +0.052001953125 +-0.036132812500 +0.099609375000 +0.010681152344 +-0.008972167969 +-0.339843750000 +0.061523437500 +-0.074218750000 +-0.231445312500 +0.137695312500 +-0.009887695312 +0.028808593750 +0.017700195312 +-0.056396484375 +-0.104492187500 +-0.125000000000 +0.060791015625 +-0.058837890625 +0.105957031250 +0.053710937500 +0.014465332031 +-0.073730468750 +0.075683593750 +0.081542968750 +-0.050292968750 +-0.009765625000 +0.047119140625 +-0.100585937500 +-0.001144409180 +-0.079589843750 +-0.020874023438 +0.022094726562 +-0.169921875000 +0.035888671875 +-0.083496093750 +0.029418945312 +-0.170898437500 +-0.098632812500 +0.054199218750 +0.024536132812 +0.102050781250 +-0.055175781250 +-0.092773437500 +0.003524780273 +0.066406250000 +0.091308593750 +0.069335937500 +-0.037353515625 +0.018676757812 +-0.099121093750 +-0.040283203125 +0.099121093750 +0.021362304688 +-0.027954101562 +0.018676757812 +0.042236328125 +0.045166015625 +0.178710937500 +0.014831542969 +-0.131835937500 +-0.063476562500 +0.057373046875 +0.122070312500 +-0.014831542969 +0.011962890625 +0.120605468750 +-0.014831542969 +0.003555297852 +-0.098632812500 +0.125976562500 +-0.062988281250 +-0.103515625000 +-0.028198242188 +-0.007934570312 +-0.019287109375 +0.017456054688 +0.029907226562 +-0.045654296875 +0.108398437500 +0.098144531250 +0.006011962891 +-0.075683593750 +-0.088378906250 +-0.029174804688 +-0.069335937500 +0.045166015625 +-0.014465332031 +-0.030151367188 +0.040039062500 +0.048339843750 +0.036865234375 +0.078613281250 +-0.001472473145 +0.082031250000 +-0.020996093750 +0.115234375000 +-0.115722656250 +0.065917968750 +0.150390625000 +0.111328125000 +-0.181640625000 +-0.017456054688 +0.128906250000 +-0.038085937500 +0.194335937500 +-0.048828125000 +0.100585937500 +-0.071289062500 +-0.134765625000 +-0.033691406250 +-0.035400390625 +-0.114257812500 +-0.089843750000 +0.054931640625 +-0.114746093750 +0.019653320312 +-0.129882812500 +-0.097167968750 +-0.106933593750 +-0.108398437500 +-0.026733398438 +0.106933593750 +-0.107421875000 +-0.007934570312 +-0.013671875000 +0.047119140625 +-0.094726562500 +0.069335937500 +0.096679687500 +0.072265625000 +-0.106445312500 +0.144531250000 +-0.184570312500 +0.149414062500 +0.066894531250 +-0.117675781250 +-0.005310058594 +-0.096679687500 +-0.066894531250 +0.046142578125 +-0.019287109375 +-0.029052734375 +-0.144531250000 +-0.075195312500 +0.030273437500 +-0.125000000000 +0.112304687500 +-0.064941406250 +0.038818359375 +-0.140625000000 +-0.127929687500 +-0.094726562500 +-0.052734375000 +-0.020507812500 +-0.079101562500 +0.045410156250 +-0.059082031250 +-0.036865234375 +0.035400390625 +-0.101562500000 +-0.032714843750 +-0.026733398438 +-0.038574218750 +0.013610839844 +-0.112792968750 +-0.107910156250 +-0.002746582031 +-0.042724609375 +-0.010314941406 +-0.062500000000 +0.035156250000 +-0.107910156250 +-0.226562500000 +-0.090332031250 +0.058593750000 +0.022216796875 +-0.098632812500 +-0.094726562500 +0.068359375000 +-0.178710937500 +-0.115234375000 +-0.143554687500 +0.029418945312 +0.025146484375 +-0.043945312500 +-0.029174804688 +0.097656250000 +-0.008422851562 +-0.110351562500 +0.000606536865 +0.003036499023 +0.025024414062 +-0.075195312500 +-0.081542968750 +-0.006988525391 +0.046875000000 +-0.119140625000 +0.062255859375 +-0.108886718750 +0.039306640625 +-0.012817382812 +0.019165039062 +0.053222656250 +0.038085937500 +0.046142578125 +-0.171875000000 +0.071289062500 +0.032958984375 +-0.035400390625 +-0.130859375000 +-0.074707031250 +-0.088378906250 +-0.094726562500 +-0.048095703125 +0.059082031250 +0.008605957031 +-0.103515625000 +0.120605468750 +-0.096679687500 +0.058349609375 +0.022094726562 +-0.061035156250 +-0.065917968750 +0.080566406250 +-0.135742187500 +-0.066406250000 +0.124511718750 +-0.046142578125 +-0.041748046875 +0.133789062500 +0.089843750000 +0.047607421875 +-0.028198242188 +-0.174804687500 +0.065917968750 +-0.059326171875 +-0.074218750000 +-0.052734375000 +-0.036865234375 +-0.121093750000 +0.045898437500 +0.041748046875 +-0.037841796875 +-0.090332031250 +-0.061767578125 +0.062011718750 +-0.016113281250 +0.010314941406 +-0.117675781250 +-0.007507324219 +-0.120117187500 +-0.135742187500 +-0.114746093750 +-0.263671875000 +0.145507812500 +0.078613281250 +0.014892578125 +0.020385742188 +-0.141601562500 +0.002975463867 +0.013977050781 +-0.093750000000 +-0.056640625000 +0.011474609375 +0.037841796875 +-0.066406250000 +0.042480468750 +-0.036376953125 +-0.014038085938 +-0.043457031250 +-0.095703125000 +-0.042236328125 +-0.059082031250 +-0.001220703125 +0.184570312500 +-0.088867187500 +-0.044433593750 +-0.153320312500 +0.063964843750 +-0.026733398438 +-0.104492187500 +0.084960937500 +0.018554687500 +0.048339843750 +-0.023193359375 +-0.005371093750 +-0.200195312500 +-0.253906250000 +-0.020751953125 +-0.180664062500 +0.098632812500 +0.014404296875 +-0.197265625000 +-0.138671875000 +0.005187988281 +-0.028686523438 +-0.070800781250 +0.136718750000 +-0.122070312500 +-0.156250000000 +0.078125000000 +0.081054687500 +0.110839843750 +-0.081054687500 +0.033447265625 +0.068359375000 +0.018920898438 +-0.170898437500 +0.087890625000 +0.165039062500 +0.130859375000 +-0.007873535156 +-0.093750000000 +-0.133789062500 +-0.094726562500 +-0.238281250000 +0.191406250000 +-0.063964843750 +-0.135742187500 +0.089355468750 +0.041015625000 +-0.185546875000 +0.045166015625 +-0.002731323242 +-0.016235351562 +0.116210937500 +-0.079101562500 +-0.101562500000 +0.039550781250 +-0.025756835938 +-0.055419921875 +0.084960937500 +0.059570312500 +-0.093750000000 +-0.009521484375 +-0.148437500000 +-0.098144531250 +-0.081542968750 +-0.071289062500 +-0.018188476562 +-0.057128906250 +0.010620117188 +-0.119628906250 +-0.140625000000 +0.084960937500 +-0.081054687500 +-0.029418945312 +0.110839843750 +-0.008728027344 +-0.000617980957 +-0.105957031250 +0.039794921875 +-0.113281250000 +0.000476837158 +0.093750000000 +-0.096679687500 +-0.187500000000 +-0.086425781250 +-0.036621093750 +-0.052246093750 +0.091796875000 +-0.013916015625 +0.045898437500 +0.068847656250 +0.263671875000 +0.229492187500 +0.065429687500 +0.222656250000 +-0.218750000000 +0.010681152344 +-0.042724609375 +-0.017089843750 +0.020385742188 +0.129882812500 +-0.236328125000 +0.208007812500 +-0.104003906250 +-0.150390625000 +-0.151367187500 +-0.111328125000 +0.034179687500 +0.059570312500 +-0.007812500000 +0.070312500000 +0.231445312500 +0.263671875000 +-0.184570312500 +0.065917968750 +0.099121093750 +-0.017822265625 +-0.114257812500 +-0.045410156250 +-0.070312500000 +-0.071289062500 +-0.032470703125 +0.022216796875 +0.049072265625 +-0.198242187500 +-0.005310058594 +-0.147460937500 +-0.176757812500 +0.054931640625 +0.113769531250 +0.142578125000 +-0.206054687500 +0.185546875000 +0.050292968750 +-0.065429687500 +-0.083496093750 +0.084472656250 +0.053710937500 +-0.036621093750 +0.033203125000 +-0.049072265625 +-0.059814453125 +0.002471923828 +0.184570312500 +-0.024047851562 +0.141601562500 +-0.046142578125 +-0.059326171875 +-0.055664062500 +0.004730224609 +0.087402343750 +0.050292968750 +0.082519531250 +-0.095703125000 +-0.030639648438 +-0.108886718750 +0.078613281250 +0.099121093750 +0.000999450684 +0.082031250000 +-0.217773437500 +0.123535156250 +-0.163085937500 +-0.140625000000 +-0.063476562500 +-0.053466796875 +-0.017944335938 +-0.084960937500 +-0.038818359375 +0.153320312500 +0.034423828125 +0.000448226929 +0.200195312500 +-0.079589843750 +-0.003646850586 +-0.041503906250 +-0.060546875000 +-0.071777343750 +-0.041992187500 +0.064453125000 +-0.005676269531 +0.038818359375 +0.020507812500 +0.038818359375 +0.057128906250 +0.008911132812 +0.007293701172 +0.026489257812 +0.033691406250 +0.117187500000 +-0.042724609375 +-0.018432617188 +-0.078125000000 +0.019409179688 +-0.020263671875 +0.070800781250 +0.065917968750 +0.007934570312 +-0.108398437500 +-0.249023437500 +-0.059570312500 +0.088378906250 +0.196289062500 +0.132812500000 +-0.060058593750 +0.070312500000 +-0.117187500000 +-0.123046875000 +0.103515625000 +0.010559082031 +-0.033691406250 +0.000438690186 +0.104980468750 +0.104003906250 +-0.005187988281 +0.003723144531 +0.194335937500 +0.042236328125 +-0.084472656250 +-0.000465393066 +0.036865234375 +0.092773437500 +0.011047363281 +0.009826660156 +-0.111816406250 +-0.060546875000 +-0.108398437500 +0.141601562500 +-0.054931640625 +-0.034667968750 +0.030883789062 +0.081542968750 +-0.090332031250 +-0.027587890625 +-0.060546875000 +-0.090332031250 +-0.019042968750 +-0.040283203125 +-0.050292968750 +-0.053466796875 +0.175781250000 +-0.079101562500 +0.061035156250 +0.002349853516 +-0.011230468750 +0.029418945312 +0.064453125000 +-0.147460937500 +-0.033935546875 +0.064941406250 +-0.028564453125 +-0.058105468750 +0.142578125000 +-0.077636718750 +0.005493164062 +0.017700195312 +0.017700195312 +0.156250000000 +-0.143554687500 +-0.058105468750 +-0.158203125000 +0.263671875000 +0.053955078125 +-0.064941406250 +0.008789062500 +0.113769531250 +-0.025634765625 +0.042236328125 +0.049804687500 +-0.013610839844 +-0.122558593750 +0.025024414062 +0.161132812500 +0.091796875000 +-0.022094726562 +0.035156250000 +0.006225585938 +-0.064453125000 +0.104492187500 +-0.059326171875 +-0.081054687500 +0.097656250000 +-0.057617187500 +-0.104492187500 +0.043945312500 +-0.030883789062 +0.049560546875 +0.011596679688 +0.008300781250 +0.090820312500 +-0.026977539062 +0.032226562500 +-0.014892578125 +-0.034912109375 +0.116210937500 +-0.056152343750 +0.041992187500 +0.019287109375 +-0.060791015625 +0.021118164062 +0.081054687500 +-0.141601562500 +0.081542968750 +-0.007720947266 +0.046142578125 +-0.039306640625 +-0.028076171875 +-0.146484375000 +0.021484375000 +-0.057128906250 +-0.003707885742 +0.042236328125 +-0.034667968750 +-0.090332031250 +0.147460937500 +-0.057373046875 +0.077148437500 +-0.085937500000 +0.123046875000 +-0.054931640625 +-0.045410156250 +-0.026611328125 +0.019409179688 +-0.057373046875 +0.017211914062 +0.038330078125 +-0.108398437500 +0.057373046875 +0.057373046875 +0.053955078125 +0.057128906250 +-0.047607421875 +0.055908203125 +0.045410156250 +0.058837890625 +0.017089843750 +0.027954101562 +0.052246093750 +0.046875000000 +-0.108886718750 +-0.021240234375 +-0.025756835938 +0.022949218750 +-0.102050781250 +0.059814453125 +-0.136718750000 +-0.050781250000 +-0.019287109375 +0.057617187500 +0.052734375000 +-0.013793945312 +0.166015625000 +-0.104003906250 +-0.149414062500 +-0.107910156250 +-0.044921875000 +0.027954101562 +0.087402343750 +-0.013549804688 +-0.052734375000 +-0.102050781250 +0.135742187500 +0.020263671875 +-0.001586914062 +-0.031494140625 +-0.025390625000 +0.093261718750 +-0.005004882812 +-0.036376953125 +0.013854980469 +0.052001953125 +0.033203125000 +0.131835937500 +-0.144531250000 +-0.009582519531 +-0.015747070312 +0.010742187500 +-0.028076171875 +0.044189453125 +-0.041259765625 +0.022094726562 +-0.127929687500 +0.139648437500 +-0.029785156250 +-0.117187500000 +0.086914062500 +0.009033203125 +0.075195312500 +-0.062500000000 +-0.105957031250 +0.150390625000 +0.108886718750 +0.102050781250 +-0.071777343750 +-0.074218750000 +-0.053466796875 +-0.148437500000 +0.171875000000 +-0.119628906250 +-0.152343750000 +-0.076171875000 +0.063964843750 +-0.016357421875 +0.001312255859 +0.013671875000 +-0.176757812500 +-0.102539062500 +-0.044677734375 +-0.083984375000 +-0.066406250000 +0.128906250000 +-0.105468750000 +-0.033691406250 +0.042236328125 +-0.108886718750 +-0.054443359375 +-0.030395507812 +-0.086914062500 +-0.140625000000 +-0.172851562500 +0.047119140625 +0.037353515625 +0.014160156250 +-0.072753906250 +-0.134765625000 +-0.045166015625 +-0.083496093750 +-0.066894531250 +-0.023559570312 +-0.087402343750 +0.016479492188 +-0.030395507812 +0.005004882812 +-0.017822265625 +-0.000694274902 +0.080566406250 +-0.072753906250 +0.061767578125 +-0.070312500000 +-0.032470703125 +0.087890625000 +-0.078613281250 +-0.132812500000 +0.091796875000 +0.028442382812 +-0.030273437500 +0.015380859375 +-0.125976562500 +-0.100585937500 +-0.147460937500 +0.070312500000 +-0.123046875000 +0.041503906250 +0.110351562500 +0.032958984375 +-0.028564453125 +-0.055419921875 +-0.057128906250 +-0.071777343750 +0.041015625000 +0.072753906250 +-0.269531250000 +-0.038085937500 +-0.046142578125 +-0.025390625000 +0.104492187500 +-0.000946044922 +-0.015502929688 +0.124023437500 +-0.096679687500 +0.054687500000 +-0.077636718750 +-0.165039062500 +0.053710937500 +-0.069824218750 +0.094726562500 +-0.101074218750 +-0.158203125000 +-0.019409179688 +0.087890625000 +-0.048095703125 +0.023559570312 +-0.055664062500 +0.174804687500 +-0.079101562500 +-0.011047363281 +-0.053222656250 +-0.020507812500 +0.042968750000 +0.003280639648 +0.050292968750 +-0.145507812500 +-0.006958007812 +0.024047851562 +0.114257812500 +-0.009887695312 +0.041015625000 +0.013427734375 +-0.157226562500 +-0.036621093750 +-0.079589843750 +-0.042968750000 +0.058349609375 +0.077636718750 +-0.122558593750 +-0.087890625000 +-0.082519531250 +-0.073730468750 +0.121093750000 +-0.110351562500 +-0.079589843750 +-0.190429687500 +0.053710937500 +0.150390625000 +0.011840820312 +0.079589843750 +0.075195312500 +0.050048828125 +-0.066894531250 +0.024291992188 +0.153320312500 +0.043457031250 +-0.124023437500 +0.005004882812 +-0.099609375000 +0.060546875000 +-0.043701171875 +-0.029663085938 +-0.108398437500 +0.037841796875 +-0.170898437500 +0.004882812500 +-0.167968750000 +0.024047851562 +0.093750000000 +-0.066894531250 +0.067382812500 +0.069824218750 +0.020263671875 +0.071289062500 +0.083007812500 +0.071777343750 +-0.045166015625 +0.062988281250 +-0.015502929688 +0.002120971680 +-0.176757812500 +0.039794921875 +-0.010742187500 +-0.039794921875 +0.110839843750 +-0.050781250000 +-0.071777343750 +-0.220703125000 +0.052001953125 +0.086425781250 +0.005126953125 +-0.082519531250 +0.016967773438 +-0.133789062500 +-0.057617187500 +0.066894531250 +0.001312255859 +0.036621093750 +-0.016601562500 +0.018066406250 +-0.000823974609 +0.034912109375 +0.136718750000 +-0.066894531250 +-0.084472656250 +0.052001953125 +-0.193359375000 +-0.073730468750 +-0.008789062500 +0.055419921875 +-0.109375000000 +-0.077636718750 +0.002975463867 +-0.027221679688 +-0.041992187500 +-0.121093750000 +0.125976562500 +-0.122070312500 +0.036132812500 +0.005187988281 +-0.046386718750 +0.035888671875 +-0.107421875000 +0.023559570312 +-0.099609375000 +0.150390625000 +-0.097656250000 +0.055664062500 +0.110351562500 +0.015991210938 +-0.074218750000 +0.020141601562 +-0.073242187500 +-0.070800781250 +-0.118652343750 +-0.088378906250 +-0.180664062500 +-0.107421875000 +0.101562500000 +0.021118164062 +0.115722656250 +-0.044677734375 +-0.145507812500 +-0.094726562500 +0.129882812500 +0.070800781250 +-0.174804687500 +-0.018676757812 +-0.096191406250 +-0.097656250000 +-0.062500000000 +0.008850097656 +0.052246093750 +0.090820312500 +0.028564453125 +-0.054687500000 +-0.057617187500 +0.072753906250 +-0.125000000000 +-0.074218750000 +-0.070312500000 +0.082519531250 +-0.110839843750 +0.004699707031 +0.018554687500 +-0.139648437500 +0.036865234375 +-0.034667968750 +0.051025390625 +-0.163085937500 +-0.038818359375 +-0.000896453857 +-0.046875000000 +0.026611328125 +-0.003494262695 +0.030639648438 +0.021240234375 +0.148437500000 +-0.070312500000 +0.097656250000 +0.125976562500 +0.113769531250 +-0.038818359375 +0.071289062500 +-0.026123046875 +-0.008483886719 +-0.041748046875 +0.137695312500 +0.162109375000 +-0.083007812500 +0.121582031250 +-0.015502929688 +-0.124023437500 +-0.062500000000 +-0.118652343750 +0.052246093750 +-0.075195312500 +-0.034667968750 +-0.192382812500 +0.140625000000 +0.044677734375 +-0.025390625000 +-0.024047851562 +0.219726562500 +-0.067871093750 +-0.037597656250 +0.102539062500 +-0.027832031250 +0.039550781250 +0.053222656250 +0.029663085938 +-0.090820312500 +-0.050292968750 +0.124023437500 +0.003067016602 +0.043457031250 +0.025024414062 +0.053955078125 +-0.025878906250 +-0.008789062500 +-0.035156250000 +0.008789062500 +-0.138671875000 +0.052246093750 +0.053466796875 +-0.091796875000 +0.066894531250 +-0.061523437500 +-0.113281250000 +0.069335937500 +-0.079589843750 +-0.011291503906 +0.149414062500 +-0.020385742188 +0.018310546875 +0.079589843750 +-0.203125000000 +-0.061523437500 +-0.026611328125 +-0.124023437500 +0.054443359375 +0.074218750000 +0.079101562500 +0.202148437500 +0.117675781250 +-0.016723632812 +0.080078125000 +0.177734375000 +0.015991210938 +0.125976562500 +-0.143554687500 +0.011596679688 +-0.245117187500 +0.093750000000 +0.104492187500 +0.160156250000 +-0.104492187500 +-0.004730224609 +0.099121093750 +-0.114257812500 +0.061523437500 +0.230468750000 +-0.052490234375 +-0.062011718750 +-0.084472656250 +0.035400390625 +0.052978515625 +-0.043212890625 +0.036621093750 +-0.034179687500 +0.006347656250 +0.162109375000 +-0.038574218750 +0.051025390625 +-0.197265625000 +0.107910156250 +-0.117187500000 +0.091308593750 +0.037597656250 +0.118164062500 +0.060302734375 +0.158203125000 +-0.076660156250 +0.052734375000 +-0.096679687500 +-0.104980468750 +0.073242187500 +0.094726562500 +-0.167968750000 +-0.116699218750 +0.090332031250 +0.004028320312 +-0.062255859375 +-0.002090454102 +0.119140625000 +0.223632812500 +-0.043457031250 +-0.047119140625 +0.115234375000 +0.086425781250 +-0.211914062500 +0.010192871094 +-0.060546875000 +0.123046875000 +0.048339843750 +-0.046386718750 +-0.074707031250 +-0.166992187500 +0.149414062500 +-0.026489257812 +-0.067871093750 +0.088378906250 +-0.089843750000 +-0.013488769531 +0.040771484375 +-0.091796875000 +-0.052001953125 +0.064453125000 +0.023559570312 +-0.087890625000 +-0.031250000000 +-0.002059936523 +0.001983642578 +0.130859375000 +-0.071777343750 +-0.073242187500 +-0.013122558594 +0.044189453125 +-0.003387451172 +-0.145507812500 +0.106445312500 +-0.034423828125 +0.089843750000 +-0.112304687500 +0.017089843750 +0.092285156250 +-0.098632812500 +-0.098144531250 +-0.107421875000 +-0.127929687500 +-0.009155273438 +-0.064453125000 +0.120117187500 +0.113281250000 +0.104003906250 +0.145507812500 +-0.181640625000 +0.034179687500 +-0.085449218750 +-0.195312500000 +-0.023437500000 +0.034179687500 +-0.107910156250 +-0.233398437500 +0.015747070312 +0.062988281250 +0.104980468750 +-0.065917968750 +-0.130859375000 +-0.098144531250 +0.097656250000 +0.098632812500 +0.008300781250 +0.078613281250 +-0.126953125000 +-0.065429687500 +0.006134033203 +-0.047607421875 +0.013305664062 +-0.072265625000 +-0.181640625000 +0.054199218750 +-0.014404296875 +-0.003509521484 +0.098144531250 +0.051513671875 +0.103027343750 +0.012817382812 +0.109375000000 +-0.066406250000 +-0.000434875488 +-0.071289062500 +-0.093261718750 +0.045898437500 +0.119140625000 +0.090332031250 +-0.086914062500 +0.022705078125 +0.086914062500 +0.071289062500 +0.055908203125 +-0.005218505859 +0.031494140625 +-0.136718750000 +-0.010559082031 +-0.087890625000 +0.044677734375 +-0.018798828125 +0.052246093750 +-0.098632812500 +-0.041992187500 +-0.139648437500 +-0.157226562500 +-0.087890625000 +0.164062500000 +0.169921875000 +-0.083984375000 +-0.081054687500 +-0.097656250000 +0.191406250000 +-0.040771484375 +-0.034179687500 +-0.005004882812 +-0.014770507812 +0.056884765625 +0.110351562500 +-0.072753906250 +-0.061035156250 +-0.085449218750 +-0.056152343750 +0.037597656250 +-0.025146484375 +-0.039062500000 +-0.078613281250 +-0.155273437500 +0.044433593750 +0.116210937500 +-0.021606445312 +0.015747070312 +-0.023559570312 +0.111328125000 +0.057128906250 +-0.002120971680 +0.050537109375 +-0.052246093750 +0.177734375000 +0.095703125000 +-0.060302734375 +-0.153320312500 +-0.106445312500 +-0.012329101562 +0.168945312500 +0.045654296875 +0.091796875000 +0.028442382812 +-0.014160156250 +-0.128906250000 +-0.058105468750 +-0.020996093750 +0.056640625000 +-0.000583648682 +-0.030151367188 +0.083496093750 +0.126953125000 +-0.033203125000 +0.097656250000 +0.039306640625 +0.018066406250 +0.024291992188 +0.111328125000 +0.062255859375 +-0.084960937500 +-0.005737304688 +-0.033447265625 +0.079101562500 +-0.113769531250 +0.033203125000 +-0.038085937500 +-0.218750000000 +0.031738281250 +-0.018432617188 +0.090332031250 +0.089843750000 +0.088867187500 +-0.006988525391 +-0.002868652344 +-0.106933593750 +-0.025024414062 +0.067871093750 +0.095703125000 +0.036865234375 +0.104492187500 +0.027587890625 +0.027709960938 +0.014892578125 +-0.015441894531 +0.043945312500 +-0.024414062500 +-0.012207031250 +0.057128906250 +0.001556396484 +0.058105468750 +-0.040283203125 +0.030273437500 +0.026489257812 +0.057128906250 +-0.059326171875 +0.117675781250 +-0.125976562500 +-0.013122558594 +-0.090820312500 +-0.003967285156 +-0.000263214111 +-0.137695312500 +0.014282226562 +-0.111328125000 +-0.057617187500 +0.056152343750 +-0.049316406250 +0.033691406250 +-0.031982421875 +-0.055419921875 +-0.178710937500 +0.009521484375 +-0.063476562500 +0.022094726562 +-0.031738281250 +-0.053710937500 +0.068847656250 +-0.159179687500 +-0.038085937500 +0.001762390137 +0.059570312500 +0.132812500000 +-0.065429687500 +-0.111816406250 +-0.020385742188 +0.122558593750 +-0.020874023438 +-0.018920898438 +0.080078125000 +-0.064453125000 +0.013549804688 +0.167968750000 +-0.016967773438 +0.035400390625 +0.115722656250 +0.028686523438 +0.063476562500 +-0.032226562500 +-0.002151489258 +-0.002639770508 +-0.032714843750 +-0.043701171875 +0.096191406250 +0.030029296875 +-0.046386718750 +0.046630859375 +-0.021728515625 +-0.154296875000 +0.044677734375 +0.064941406250 +0.011901855469 +0.007812500000 +-0.103515625000 +0.005004882812 +-0.125000000000 +0.028808593750 +0.011718750000 +0.123046875000 +0.006164550781 +-0.067382812500 +0.044921875000 +-0.066894531250 +0.333984375000 +0.002334594727 +0.046875000000 +-0.143554687500 +-0.020996093750 +0.010009765625 +-0.048339843750 +0.004089355469 +0.052734375000 +0.062011718750 +-0.206054687500 +-0.147460937500 +0.002883911133 +-0.093750000000 +0.027099609375 +0.068359375000 +0.090332031250 +0.106445312500 +-0.001113891602 +0.020263671875 +-0.072753906250 +0.103027343750 +-0.036621093750 +-0.103515625000 +0.003051757812 +-0.066406250000 +0.126953125000 +0.036376953125 +0.061035156250 +0.225585937500 +0.128906250000 +-0.029174804688 +-0.068359375000 +0.009887695312 +-0.039306640625 +-0.047851562500 +-0.064941406250 +-0.024658203125 +-0.007476806641 +-0.047363281250 +0.085449218750 +-0.101562500000 +-0.098632812500 +0.018310546875 +0.163085937500 +0.012329101562 +0.042236328125 +0.126953125000 +-0.064941406250 +0.074707031250 +0.001853942871 +0.047607421875 +0.100097656250 +-0.028198242188 +-0.001945495605 +-0.219726562500 +0.062988281250 +0.036621093750 +0.110351562500 +-0.051513671875 +0.072265625000 +0.018798828125 +-0.082519531250 +-0.011291503906 +0.070800781250 +0.110839843750 +0.008483886719 +0.086425781250 +0.025512695312 +-0.070800781250 +-0.007324218750 +-0.007537841797 +-0.186523437500 +0.030517578125 +0.064941406250 +0.036376953125 +-0.044677734375 +0.064941406250 +-0.083007812500 +-0.130859375000 +0.092285156250 +0.018920898438 +-0.018432617188 +0.042236328125 +-0.170898437500 +-0.004302978516 +-0.020019531250 +0.063964843750 +-0.053466796875 +0.068847656250 +-0.047607421875 +-0.018920898438 +-0.049560546875 +-0.138671875000 +-0.085449218750 +0.109375000000 +-0.242187500000 +0.021362304688 +-0.095703125000 +-0.045654296875 +0.005493164062 +0.082031250000 +0.004394531250 +0.039550781250 +0.014160156250 +-0.001449584961 +-0.061767578125 +-0.034667968750 +-0.058349609375 +-0.093261718750 +-0.056884765625 +0.044677734375 +0.098144531250 +-0.032714843750 +-0.030761718750 +-0.050537109375 +-0.059082031250 +0.130859375000 +-0.058349609375 +-0.015563964844 +0.082031250000 +0.107910156250 +-0.002593994141 +-0.079101562500 +-0.126953125000 +0.071777343750 +0.004882812500 +0.130859375000 +0.078613281250 +0.070800781250 +0.111328125000 +0.159179687500 +-0.129882812500 +0.031127929688 +0.012756347656 +-0.013854980469 +0.031982421875 +-0.122070312500 +-0.129882812500 +-0.088867187500 +-0.152343750000 +-0.043457031250 +0.001266479492 +-0.114257812500 +-0.112304687500 +-0.195312500000 +-0.078125000000 +-0.051269531250 +0.136718750000 +-0.003417968750 +0.108398437500 +0.036621093750 +0.039794921875 +0.095214843750 +-0.078125000000 +-0.333984375000 +-0.181640625000 +-0.292968750000 +-0.127929687500 +-0.013977050781 +-0.128906250000 +-0.023193359375 +-0.042480468750 +-0.075683593750 +-0.109863281250 +-0.020874023438 +0.030029296875 +0.086914062500 +-0.099609375000 +-0.091308593750 +-0.038818359375 +-0.130859375000 +-0.098144531250 +-0.042480468750 +-0.098632812500 +-0.063476562500 +-0.096191406250 +-0.014831542969 +0.107421875000 +-0.020629882812 +-0.029418945312 +-0.072265625000 +-0.016479492188 +-0.090332031250 +-0.099121093750 +-0.062988281250 +-0.116699218750 +-0.103515625000 +0.016845703125 +0.127929687500 +-0.147460937500 +-0.043212890625 +-0.107910156250 +-0.178710937500 +-0.038818359375 +-0.231445312500 +-0.071777343750 +0.095703125000 +-0.152343750000 +-0.027587890625 +-0.100585937500 +0.025268554688 +-0.044189453125 +0.065917968750 +-0.023803710938 +-0.151367187500 +0.142578125000 +-0.146484375000 +-0.103027343750 +0.031250000000 +-0.083007812500 +-0.017944335938 +0.163085937500 +-0.042724609375 +0.001983642578 +-0.150390625000 +-0.087890625000 +-0.081542968750 +-0.043212890625 +-0.000747680664 +0.088867187500 +0.105957031250 +-0.100585937500 +0.045654296875 +0.037109375000 +0.061279296875 +-0.232421875000 +-0.093261718750 +-0.062011718750 +-0.004516601562 +-0.304687500000 +0.139648437500 +-0.034667968750 +0.004211425781 +0.076660156250 +-0.212890625000 +-0.134765625000 +-0.048339843750 +-0.061523437500 +0.093261718750 +-0.047119140625 +-0.011657714844 +0.054443359375 +-0.120605468750 +-0.171875000000 +0.035400390625 +0.146484375000 +0.058593750000 +0.107910156250 +-0.047119140625 +-0.120605468750 +-0.207031250000 +0.145507812500 +-0.182617187500 +0.013122558594 +-0.277343750000 +-0.177734375000 +-0.000511169434 +0.132812500000 +-0.158203125000 +-0.143554687500 +0.044921875000 +-0.115234375000 +-0.065917968750 +-0.005157470703 +0.054443359375 +0.006347656250 +-0.127929687500 +-0.032470703125 +0.023803710938 +0.012268066406 +0.051025390625 +0.161132812500 +-0.005310058594 +0.024902343750 +-0.162109375000 +0.051025390625 +-0.125000000000 +-0.025634765625 +-0.039062500000 +0.147460937500 +0.017822265625 +0.023071289062 +-0.002517700195 +0.099121093750 +-0.103515625000 +0.002426147461 +-0.009338378906 +-0.076660156250 +-0.065429687500 +-0.062255859375 +0.036132812500 +0.040771484375 +0.015991210938 +0.107910156250 +0.001884460449 +-0.014282226562 +0.037353515625 +-0.088867187500 +-0.051757812500 +-0.027709960938 +-0.114746093750 +-0.010498046875 +-0.269531250000 +-0.020019531250 +-0.015563964844 +0.066894531250 +0.008056640625 +0.141601562500 +-0.066406250000 +0.088867187500 +-0.064453125000 +-0.000486373901 +-0.001129150391 +-0.008483886719 +-0.113281250000 +-0.105957031250 +-0.006103515625 +0.027832031250 +0.014831542969 +-0.170898437500 +0.050292968750 +0.018798828125 +-0.034179687500 +0.159179687500 +-0.275390625000 +0.067382812500 +-0.114746093750 +0.125000000000 +-0.070800781250 +0.020751953125 +-0.081054687500 +-0.037841796875 +0.040283203125 +0.049316406250 +-0.055664062500 +0.032714843750 +-0.192382812500 +-0.134765625000 +-0.034179687500 +-0.029052734375 +-0.044677734375 +-0.036621093750 +-0.091308593750 +-0.059570312500 +-0.015014648438 +0.000968933105 +0.029541015625 +-0.075683593750 +0.035644531250 +0.057128906250 +0.097656250000 +0.106445312500 +-0.057128906250 +-0.078613281250 +-0.166992187500 +-0.085449218750 +-0.057617187500 +-0.006500244141 +0.136718750000 +-0.046386718750 +0.002716064453 +-0.011596679688 +-0.097167968750 +0.101074218750 +-0.048583984375 +0.038818359375 +0.008605957031 +-0.109863281250 +-0.097656250000 +-0.123535156250 +0.121582031250 +-0.035400390625 +0.005798339844 +0.035400390625 +0.097656250000 +-0.033447265625 +-0.116699218750 +-0.034423828125 +0.060546875000 +-0.002731323242 +0.096679687500 +0.015747070312 +-0.162109375000 +0.011901855469 +-0.101074218750 +-0.035400390625 +-0.030151367188 +0.039550781250 +-0.048339843750 +-0.019897460938 +-0.002105712891 +-0.024414062500 +0.063476562500 +-0.004852294922 +-0.045898437500 +0.023193359375 +-0.029052734375 +0.043945312500 +0.038330078125 +-0.096679687500 +0.030151367188 +0.107910156250 +0.044921875000 +-0.056152343750 +0.047363281250 +-0.076660156250 +0.010559082031 +0.133789062500 +-0.101074218750 +-0.042968750000 +0.008422851562 +0.004394531250 +0.035888671875 +0.054687500000 +-0.023071289062 +0.024902343750 +-0.042480468750 +0.004699707031 +-0.017089843750 +0.069824218750 +0.041259765625 +0.066406250000 +0.006134033203 +-0.055419921875 +-0.016479492188 +-0.078125000000 +-0.076660156250 +-0.096191406250 +-0.001167297363 +-0.067871093750 +-0.109863281250 +-0.036132812500 +-0.062988281250 +-0.019165039062 +-0.076171875000 +-0.058349609375 +-0.112792968750 +-0.063476562500 +0.022827148438 +0.002487182617 +0.056884765625 +0.031494140625 +-0.034179687500 +0.011047363281 +-0.060302734375 +-0.030151367188 +0.007141113281 +0.035644531250 +0.007934570312 +-0.005981445312 +-0.041992187500 +-0.046386718750 +-0.185546875000 +0.018432617188 +0.041259765625 +-0.064453125000 +0.101562500000 +-0.021972656250 +0.024414062500 +-0.054931640625 +0.016967773438 +0.034912109375 +-0.040039062500 +-0.123535156250 +-0.041503906250 +-0.042724609375 +-0.106445312500 +-0.106933593750 +-0.034423828125 +0.053466796875 +-0.039794921875 +-0.085937500000 +-0.172851562500 +-0.060546875000 +0.030029296875 +0.079101562500 +-0.033935546875 +-0.121093750000 +0.053466796875 +-0.051757812500 +-0.002349853516 +-0.127929687500 +-0.078125000000 +-0.017578125000 +-0.004241943359 +-0.032714843750 +0.022583007812 +-0.034912109375 +-0.076660156250 +-0.085937500000 +0.010925292969 +0.010498046875 +-0.005676269531 +-0.109863281250 +-0.007080078125 +0.125976562500 +-0.265625000000 +-0.099609375000 +-0.083007812500 +0.002365112305 +-0.185546875000 +-0.167968750000 +-0.031738281250 +0.098632812500 +-0.068359375000 +0.006347656250 +0.040039062500 +-0.065917968750 +-0.016113281250 +0.046142578125 +0.026000976562 +0.107421875000 +0.121093750000 +-0.067871093750 +0.080566406250 +-0.043701171875 +0.157226562500 +0.074218750000 +-0.026489257812 +-0.208984375000 +-0.011535644531 +0.012634277344 +-0.046386718750 +0.154296875000 +-0.083984375000 +0.214843750000 +0.045654296875 +0.043457031250 +0.013549804688 +0.002502441406 +-0.015869140625 +-0.024291992188 +-0.041748046875 +-0.215820312500 +-0.024658203125 +-0.021728515625 +0.090820312500 +-0.007781982422 +-0.059326171875 +-0.126953125000 +-0.000976562500 +-0.069335937500 +0.210937500000 +-0.106445312500 +0.104492187500 +-0.148437500000 +-0.052246093750 +-0.085937500000 +-0.016723632812 +0.041992187500 +-0.170898437500 +0.037841796875 +-0.006469726562 +-0.018188476562 +-0.119140625000 +0.035888671875 +0.105957031250 +0.116699218750 +-0.133789062500 +-0.053955078125 +-0.006011962891 +0.036376953125 +0.211914062500 +-0.090332031250 +0.024047851562 +0.100097656250 +-0.026733398438 +0.020996093750 +-0.113769531250 +-0.028198242188 +-0.195312500000 +-0.026123046875 +0.072265625000 +-0.016479492188 +0.046630859375 +-0.037597656250 +0.000212669373 +0.036132812500 +0.144531250000 +0.089843750000 +0.015197753906 +0.061279296875 +-0.061523437500 +-0.123046875000 +-0.119140625000 +-0.013549804688 +0.082519531250 +-0.031494140625 +0.095703125000 +0.133789062500 +-0.114746093750 +0.001037597656 +0.003906250000 +0.104980468750 +-0.129882812500 +-0.130859375000 +0.145507812500 +-0.174804687500 +-0.098144531250 +0.015869140625 +-0.074218750000 +-0.044189453125 +-0.093261718750 +-0.160156250000 +0.054931640625 +0.180664062500 +0.006469726562 +-0.083496093750 +0.027587890625 +0.099121093750 +0.074707031250 +-0.087890625000 +-0.213867187500 +-0.054931640625 +-0.126953125000 +-0.057617187500 +-0.038818359375 +-0.073730468750 +0.095214843750 +-0.078613281250 +-0.106933593750 +0.031982421875 +0.093261718750 +0.044433593750 +-0.233398437500 +-0.000560760498 +-0.130859375000 +0.003936767578 +-0.074707031250 +-0.118652343750 +0.032470703125 +-0.143554687500 +-0.187500000000 +-0.245117187500 +0.078613281250 +0.044433593750 +0.232421875000 +-0.037841796875 +-0.130859375000 +0.037597656250 +0.054687500000 +0.101562500000 +0.140625000000 +0.023437500000 +0.173828125000 +-0.081054687500 +0.084960937500 +-0.055664062500 +0.210937500000 +0.042480468750 +-0.067382812500 +0.092285156250 +-0.008239746094 +-0.001167297363 +0.078125000000 +-0.022705078125 +0.017089843750 +0.026123046875 +-0.177734375000 +0.095214843750 +-0.078125000000 +0.008911132812 +0.129882812500 +-0.053710937500 +-0.036376953125 +0.005676269531 +-0.060791015625 +-0.101562500000 +-0.074707031250 +-0.102050781250 +-0.014038085938 +0.093261718750 +0.011535644531 +-0.015869140625 +-0.071289062500 +-0.050292968750 +-0.074707031250 +-0.167968750000 +0.126953125000 +0.076171875000 +0.028686523438 +-0.034912109375 +0.056884765625 +0.004272460938 +0.029785156250 +-0.040771484375 +0.000415802002 +-0.062255859375 +0.019165039062 +-0.158203125000 +-0.034667968750 +-0.042480468750 +-0.013732910156 +-0.032958984375 +-0.080078125000 +-0.041503906250 +-0.001884460449 +0.085937500000 +-0.003295898438 +0.000633239746 +0.084472656250 +0.052978515625 +0.078613281250 +-0.031982421875 +0.050048828125 +0.100585937500 +0.067871093750 +-0.062255859375 +-0.039794921875 +-0.094238281250 +0.015625000000 +-0.050048828125 +-0.017944335938 +-0.048828125000 +0.031127929688 +-0.102539062500 +-0.041503906250 +-0.125000000000 +0.101074218750 +0.046386718750 +-0.061279296875 +-0.086914062500 +0.122070312500 +0.009948730469 +0.112304687500 +-0.052490234375 +0.101562500000 +-0.089843750000 +0.122558593750 +0.074218750000 +0.029052734375 +0.099609375000 +-0.033691406250 +0.013916015625 +-0.237304687500 +0.073242187500 +0.168945312500 +-0.070800781250 +0.067382812500 +-0.008850097656 +0.061035156250 +-0.038818359375 +0.097656250000 +0.100585937500 +0.073242187500 +0.039550781250 +-0.097656250000 +-0.065429687500 +-0.102050781250 +-0.009094238281 +-0.035156250000 +0.076171875000 +0.119628906250 +0.093261718750 +-0.047363281250 +-0.015075683594 +-0.040527343750 +0.029418945312 +0.066894531250 +0.009338378906 +-0.019531250000 +-0.028808593750 +0.092285156250 +-0.089355468750 +0.090820312500 +0.069824218750 +0.076660156250 +0.009643554688 +0.024047851562 +-0.003677368164 +0.000854492188 +-0.007202148438 +-0.024902343750 +0.083007812500 +0.251953125000 +-0.150390625000 +0.001380920410 +-0.144531250000 +0.126953125000 +-0.119140625000 +0.020874023438 +-0.021118164062 +-0.086425781250 +-0.041992187500 +0.068847656250 +-0.022827148438 +-0.043701171875 +-0.008178710938 +-0.101074218750 +-0.090332031250 +-0.118164062500 +-0.135742187500 +-0.039794921875 +-0.235351562500 +0.022460937500 +-0.041748046875 +-0.073242187500 +-0.075683593750 +0.068359375000 +0.035156250000 +0.008728027344 +-0.044677734375 +0.050781250000 +0.003097534180 +-0.097656250000 +0.009033203125 +-0.192382812500 +0.079101562500 +0.174804687500 +0.026000976562 +-0.105957031250 +-0.169921875000 +0.034179687500 +0.127929687500 +0.137695312500 +0.027954101562 +-0.038818359375 +-0.111816406250 +0.082519531250 +-0.053222656250 +-0.141601562500 +-0.093261718750 +-0.177734375000 +-0.179687500000 +0.238281250000 +0.066894531250 +-0.107421875000 +0.212890625000 +0.110351562500 +-0.178710937500 +-0.099121093750 +0.113769531250 +0.031250000000 +-0.125000000000 +-0.030395507812 +0.029541015625 +-0.152343750000 +-0.127929687500 +-0.066894531250 +0.067871093750 +-0.007415771484 +-0.036132812500 +0.001281738281 +0.070312500000 +0.015502929688 +-0.100585937500 +0.072265625000 +0.080078125000 +0.066894531250 +0.137695312500 +0.012390136719 +0.146484375000 +-0.062988281250 +0.044433593750 +0.119140625000 +-0.029907226562 +0.019409179688 +0.057373046875 +-0.105957031250 +-0.050048828125 +0.008789062500 +-0.015747070312 +-0.037353515625 +0.068847656250 +-0.086914062500 +-0.096191406250 +-0.092285156250 +-0.057128906250 +0.022949218750 +-0.166992187500 +0.095703125000 +-0.031738281250 +0.117675781250 +-0.083007812500 +-0.162109375000 +-0.011169433594 +0.229492187500 +-0.096191406250 +-0.087890625000 +0.103027343750 +0.216796875000 +-0.091308593750 +-0.066406250000 +0.024414062500 +0.065429687500 +-0.130859375000 +-0.036132812500 +-0.063964843750 +-0.178710937500 +-0.101562500000 +-0.044433593750 +-0.072753906250 +0.129882812500 +-0.028198242188 +0.005493164062 +-0.061767578125 +-0.116210937500 +0.121582031250 +0.104003906250 +0.177734375000 +0.137695312500 +0.069824218750 +0.089843750000 +-0.065429687500 +-0.025146484375 +-0.251953125000 +-0.168945312500 +0.010009765625 +-0.057617187500 +-0.011169433594 +-0.018066406250 +0.030883789062 +-0.020751953125 +0.029296875000 +-0.007598876953 +0.005462646484 +0.068847656250 +-0.132812500000 +0.028686523438 +-0.036132812500 +-0.159179687500 +-0.037597656250 +0.104980468750 +-0.257812500000 +-0.133789062500 +0.042724609375 +-0.025146484375 +-0.090820312500 +0.044921875000 +0.011169433594 +-0.016967773438 +0.055664062500 +0.057373046875 +0.057861328125 +0.040283203125 +0.010070800781 +-0.041992187500 +0.027343750000 +-0.008239746094 +0.011779785156 +0.025146484375 +-0.030883789062 +-0.027099609375 +-0.002166748047 +-0.075195312500 +0.130859375000 +0.022827148438 +0.110839843750 +0.122558593750 +0.124023437500 +0.006927490234 +-0.140625000000 +-0.167968750000 +0.136718750000 +0.030761718750 +0.001480102539 +-0.107421875000 +0.013305664062 +-0.137695312500 +-0.038330078125 +0.097167968750 +0.168945312500 +0.030517578125 +0.031738281250 +0.086914062500 +0.100585937500 +-0.100097656250 +0.092773437500 +0.095214843750 +-0.009033203125 +-0.059326171875 +-0.008911132812 +-0.000488281250 +0.067382812500 +0.030517578125 +0.076171875000 +0.011047363281 +-0.085449218750 +0.031494140625 +-0.074707031250 +-0.079589843750 +0.001350402832 +0.033203125000 +-0.015747070312 +0.103027343750 +0.175781250000 +0.073730468750 +-0.051269531250 +0.090332031250 +0.107421875000 +-0.101074218750 +0.123046875000 +-0.104980468750 +0.032226562500 +-0.067382812500 +0.028320312500 +0.100585937500 +0.041015625000 +-0.220703125000 +-0.110839843750 +-0.044921875000 +0.162109375000 +-0.058349609375 +-0.091796875000 +-0.046142578125 +0.139648437500 +0.066894531250 +-0.009216308594 +-0.271484375000 +0.065429687500 +0.101074218750 +0.060058593750 +-0.028564453125 +0.023315429688 +-0.054931640625 +0.002593994141 +-0.049804687500 +0.212890625000 +-0.012817382812 +-0.001327514648 +-0.053466796875 +0.049560546875 +-0.100585937500 +0.000999450684 +0.111328125000 +0.075683593750 +0.031738281250 +-0.002639770508 +-0.083007812500 +-0.098144531250 +-0.112304687500 +-0.188476562500 +0.010986328125 +-0.103027343750 +0.039794921875 +0.047851562500 +0.086914062500 +-0.010131835938 +0.000041961670 +0.079101562500 +-0.113281250000 +-0.016357421875 +-0.123535156250 +0.045166015625 +0.014953613281 +-0.064941406250 +-0.074707031250 +-0.098144531250 +-0.087890625000 +0.043212890625 +-0.009887695312 +-0.137695312500 +0.143554687500 +-0.077636718750 +-0.017333984375 +-0.031738281250 +0.026123046875 +0.102539062500 +0.030151367188 +-0.155273437500 +-0.107910156250 +-0.048095703125 +0.146484375000 +0.055175781250 +-0.139648437500 +-0.110351562500 +-0.040039062500 +-0.018920898438 +0.000961303711 +0.034423828125 +0.057617187500 +-0.051269531250 +-0.082519531250 +0.149414062500 +-0.003051757812 +0.043945312500 +-0.020141601562 +-0.004852294922 +0.025024414062 +0.061035156250 +-0.037109375000 +-0.051513671875 +-0.040771484375 +-0.017700195312 +-0.150390625000 +0.056152343750 +0.151367187500 +0.029052734375 +-0.161132812500 +0.025146484375 +0.075195312500 +0.038330078125 +-0.041748046875 +-0.045654296875 +-0.091796875000 +0.005828857422 +-0.051269531250 +-0.096679687500 +-0.135742187500 +-0.024536132812 +0.166015625000 +-0.073730468750 +0.245117187500 +0.073730468750 +-0.169921875000 +-0.024902343750 +0.059326171875 +-0.027343750000 +-0.057617187500 +-0.138671875000 +0.018676757812 +0.006011962891 +0.195312500000 +-0.078125000000 +-0.069824218750 +0.019287109375 +0.052246093750 +0.077148437500 +-0.197265625000 +0.079589843750 +0.091308593750 +0.191406250000 +0.039794921875 +0.076171875000 +0.094726562500 +0.026367187500 +0.036376953125 +0.202148437500 +0.086425781250 +-0.195312500000 +-0.016479492188 +0.068359375000 +0.059570312500 +-0.175781250000 +-0.046142578125 +-0.084960937500 +0.010009765625 +-0.037597656250 +0.071289062500 +0.143554687500 +0.125976562500 +-0.020874023438 +0.073242187500 +-0.058837890625 +-0.062988281250 +0.003997802734 +-0.156250000000 +-0.158203125000 +0.007598876953 +-0.117187500000 +0.156250000000 +0.016601562500 +0.166992187500 +0.122070312500 +0.040039062500 +0.141601562500 +0.017333984375 +-0.044433593750 +0.078125000000 +0.000320434570 +-0.139648437500 +0.057373046875 +-0.002731323242 +0.012939453125 +0.088867187500 +0.016723632812 +0.019287109375 +0.041992187500 +-0.000092506409 +-0.055175781250 +-0.018432617188 +-0.026733398438 +0.139648437500 +-0.027465820312 +-0.108886718750 +-0.130859375000 +0.047851562500 +-0.120605468750 +-0.190429687500 +0.013061523438 +0.139648437500 +-0.029174804688 +0.038818359375 +0.014221191406 +-0.016601562500 +-0.147460937500 +0.087402343750 +-0.103515625000 +0.158203125000 +-0.012084960938 +0.100097656250 +0.109863281250 +-0.132812500000 +0.110839843750 +0.058837890625 +0.009033203125 +0.009460449219 +-0.100585937500 +-0.013366699219 +-0.198242187500 +-0.012573242188 +0.033691406250 +0.237304687500 +0.052490234375 +0.019409179688 +0.034667968750 +-0.116210937500 +0.105468750000 +-0.152343750000 +-0.120117187500 +-0.075683593750 +0.134765625000 +-0.017578125000 +0.091308593750 +-0.010559082031 +0.125976562500 +-0.171875000000 +0.033935546875 +-0.053710937500 +-0.215820312500 +-0.014770507812 +0.010009765625 +-0.036376953125 +-0.200195312500 +0.069824218750 +-0.090332031250 +-0.050781250000 +0.050537109375 +-0.009155273438 +0.022338867188 +-0.077636718750 +-0.077148437500 +-0.003860473633 +0.310546875000 +-0.013000488281 +-0.152343750000 +-0.119140625000 +0.058837890625 +0.111328125000 +-0.076171875000 +0.033691406250 +-0.092773437500 +0.145507812500 +0.176757812500 +0.179687500000 +-0.322265625000 +-0.138671875000 +-0.069824218750 +-0.059326171875 +-0.158203125000 +-0.031982421875 +-0.020263671875 +0.083007812500 +0.011779785156 +0.137695312500 +-0.059082031250 +-0.116210937500 +-0.019775390625 +-0.047119140625 +-0.045166015625 +0.115722656250 +-0.027343750000 +-0.007934570312 +0.039306640625 +0.075683593750 +-0.013000488281 +0.034912109375 +-0.001777648926 +-0.106445312500 +0.086914062500 +-0.057861328125 +-0.166992187500 +0.030273437500 +-0.098632812500 +0.021240234375 +-0.029907226562 +0.000854492188 +0.055908203125 +-0.115722656250 +0.062988281250 +-0.013610839844 +-0.020263671875 +0.007080078125 +-0.004302978516 +0.000808715820 +0.050048828125 +0.045898437500 +0.036621093750 +0.177734375000 +-0.060302734375 +0.105468750000 +-0.108886718750 +-0.031982421875 +0.012695312500 +0.032470703125 +-0.084472656250 +-0.076171875000 +-0.049316406250 +0.029174804688 +0.162109375000 +-0.042968750000 +-0.095214843750 +-0.028686523438 +-0.010620117188 +-0.155273437500 +-0.082031250000 +0.120605468750 +-0.025024414062 +-0.052490234375 +0.068359375000 +0.310546875000 +-0.232421875000 +-0.154296875000 +-0.036376953125 +0.005615234375 +0.141601562500 +-0.104492187500 +-0.062500000000 +0.062500000000 +0.154296875000 +0.005432128906 +-0.041259765625 +0.012817382812 +-0.081542968750 +-0.014831542969 +-0.117187500000 +0.102539062500 +-0.041748046875 +0.049072265625 +0.091796875000 +0.075683593750 +-0.098144531250 +-0.041015625000 +-0.012634277344 +0.078613281250 +-0.019042968750 +-0.035156250000 +-0.008544921875 +-0.024536132812 +0.101074218750 +-0.043701171875 +0.051513671875 +-0.046142578125 +0.000843048096 +0.113769531250 +-0.076660156250 +-0.030761718750 +0.015563964844 +0.041503906250 +0.061523437500 +-0.043701171875 +0.129882812500 +-0.076660156250 +-0.054443359375 +-0.103027343750 +-0.095214843750 +0.082031250000 +-0.066406250000 +0.084472656250 +-0.011169433594 +0.087402343750 +0.110839843750 +-0.070800781250 +-0.053955078125 +-0.050537109375 +0.058593750000 +-0.094726562500 +0.006622314453 +-0.030883789062 +-0.066406250000 +0.044921875000 +0.106933593750 +0.353515625000 +0.132812500000 +-0.067871093750 +-0.151367187500 +-0.115722656250 +0.076171875000 +-0.036132812500 +-0.096191406250 +-0.030273437500 +0.016601562500 +0.188476562500 +-0.074707031250 +0.061767578125 +0.012756347656 +0.027221679688 +-0.140625000000 +0.095703125000 +-0.067382812500 +-0.118652343750 +0.104980468750 +0.162109375000 +-0.049072265625 +0.012512207031 +0.015869140625 +-0.057617187500 +-0.156250000000 +0.043945312500 +-0.203125000000 +-0.089843750000 +0.156250000000 +-0.056884765625 +0.081054687500 +0.134765625000 +0.017822265625 +0.028808593750 +0.035156250000 +-0.027099609375 +0.012573242188 +0.063476562500 +0.098632812500 +-0.075683593750 +-0.053222656250 +0.167968750000 +0.093261718750 +-0.246093750000 +-0.102050781250 +-0.125000000000 +-0.125000000000 +0.163085937500 +-0.120117187500 +0.052978515625 +-0.061279296875 +-0.028442382812 +-0.060058593750 +0.093261718750 +0.001434326172 +-0.067871093750 +-0.208984375000 +-0.015014648438 +0.029785156250 +0.015014648438 +-0.108398437500 +-0.142578125000 +0.056152343750 +0.074218750000 +-0.134765625000 +-0.019531250000 +0.104492187500 +-0.062500000000 +0.105468750000 +-0.067871093750 +0.018310546875 +-0.023681640625 +0.048828125000 +-0.007995605469 +0.049072265625 +0.031738281250 +0.094726562500 +0.022949218750 +-0.006439208984 +0.070800781250 +0.094238281250 +-0.116210937500 +-0.020507812500 +0.080566406250 +-0.125976562500 +0.019653320312 +-0.025634765625 +-0.190429687500 +-0.047851562500 +-0.064941406250 +-0.099121093750 +0.076171875000 +0.000625610352 +-0.075683593750 +0.080566406250 +0.053955078125 +-0.053466796875 +0.008361816406 +0.140625000000 +-0.111328125000 +-0.087890625000 +0.101074218750 +0.049072265625 +0.064941406250 +0.024536132812 +-0.050292968750 +-0.150390625000 +0.001174926758 +-0.057861328125 +-0.026123046875 +0.135742187500 +0.174804687500 +0.212890625000 +0.105957031250 +0.156250000000 +0.053710937500 +0.079589843750 +0.002609252930 +-0.007873535156 +0.079589843750 +-0.038330078125 +0.068847656250 +-0.136718750000 +0.053466796875 +-0.000984191895 +-0.044433593750 +0.056396484375 +0.064453125000 +0.007690429688 +0.058593750000 +0.088867187500 +-0.118652343750 +0.010620117188 +-0.093750000000 +-0.071777343750 +-0.058105468750 +-0.047119140625 +-0.060791015625 +0.011108398438 +0.017700195312 +-0.069335937500 +0.062500000000 +-0.046875000000 +0.097167968750 +0.203125000000 +0.032470703125 +-0.146484375000 +-0.060791015625 +-0.041259765625 +-0.248046875000 +0.019409179688 +-0.013854980469 +-0.060546875000 +-0.009887695312 +0.005371093750 +0.086425781250 +-0.206054687500 +-0.045654296875 +0.058837890625 +0.177734375000 +-0.021240234375 +-0.228515625000 +-0.104980468750 +0.036376953125 +0.030395507812 +-0.056884765625 +0.019287109375 +-0.083496093750 +-0.048095703125 +0.011657714844 +0.057373046875 +-0.112792968750 +-0.069335937500 +-0.058593750000 +0.085449218750 +-0.005340576172 +0.049804687500 +-0.181640625000 +-0.017700195312 +-0.051513671875 +-0.076660156250 +-0.077636718750 +-0.043945312500 +0.022583007812 +-0.162109375000 +-0.238281250000 +-0.050048828125 +0.013305664062 +-0.076660156250 +-0.214843750000 +0.006347656250 +-0.105468750000 +-0.081542968750 +0.039306640625 +0.056884765625 +0.047607421875 +-0.179687500000 +-0.014221191406 +-0.044921875000 +0.010437011719 +0.087890625000 +-0.044189453125 +0.066894531250 +0.048095703125 +0.112792968750 +-0.006622314453 +-0.064941406250 +-0.164062500000 +-0.083984375000 +0.093750000000 +0.028442382812 +0.002212524414 +-0.075683593750 +0.057861328125 +0.009643554688 +0.083496093750 +-0.085449218750 +-0.130859375000 +0.032470703125 +0.107910156250 +0.206054687500 +-0.009887695312 +-0.055664062500 +0.030273437500 +-0.050048828125 +-0.096191406250 +-0.124023437500 +0.005767822266 +-0.096679687500 +0.166992187500 +0.031005859375 +-0.025268554688 +-0.106933593750 +-0.080078125000 +0.005676269531 +-0.082031250000 +0.076660156250 +0.010742187500 +-0.019775390625 +0.011657714844 +-0.143554687500 +0.107910156250 +-0.026733398438 +0.010375976562 +0.285156250000 +-0.079589843750 +-0.145507812500 +-0.093750000000 +0.118164062500 +-0.063476562500 +-0.109863281250 +0.043457031250 +-0.007202148438 +0.053955078125 +0.014587402344 +-0.079589843750 +0.000310897827 +-0.085937500000 +0.097656250000 +0.015991210938 +-0.092285156250 +-0.033691406250 +0.050537109375 +-0.200195312500 +-0.030761718750 +0.070312500000 +0.071289062500 +-0.216796875000 +-0.104003906250 +-0.112304687500 +0.079589843750 +0.064941406250 +-0.094726562500 +-0.000785827637 +-0.049560546875 +0.088378906250 +0.059082031250 +-0.040527343750 +0.028076171875 +-0.026245117188 +0.003906250000 +0.093261718750 +-0.041015625000 +-0.012268066406 +-0.131835937500 +0.112304687500 +-0.165039062500 +-0.277343750000 +0.003997802734 +-0.015991210938 +0.129882812500 +0.049316406250 +-0.033935546875 +-0.045898437500 +0.026733398438 +0.159179687500 +0.062500000000 +-0.004333496094 +-0.019165039062 +-0.300781250000 +-0.110839843750 +0.031982421875 +0.032714843750 +-0.010131835938 +-0.103027343750 +0.051757812500 +-0.089843750000 +0.047363281250 +-0.240234375000 +-0.099609375000 +-0.131835937500 +0.041015625000 +-0.208984375000 +-0.124023437500 +-0.094726562500 +-0.020507812500 +0.103027343750 +-0.004821777344 +0.013732910156 +0.057617187500 +0.145507812500 +0.005767822266 +-0.085937500000 +0.085449218750 +0.020996093750 +0.010498046875 +-0.234375000000 +0.112304687500 +0.165039062500 +0.000312805176 +0.075683593750 +0.165039062500 +0.083984375000 +-0.009948730469 +-0.092773437500 +-0.026855468750 +0.027587890625 +0.003356933594 +0.143554687500 +0.046386718750 +0.176757812500 +0.139648437500 +-0.054443359375 +-0.044921875000 +-0.091796875000 +0.058349609375 +0.105468750000 +-0.031738281250 +0.020141601562 +0.020751953125 +-0.028076171875 +0.118652343750 +0.009399414062 +-0.006866455078 +0.038330078125 +-0.111328125000 +-0.142578125000 +0.121582031250 +-0.281250000000 +-0.053222656250 +-0.027954101562 +-0.059326171875 +-0.074707031250 +0.057861328125 +0.083984375000 +0.142578125000 +-0.015380859375 +0.006103515625 +-0.114257812500 +-0.242187500000 +-0.083496093750 +-0.045166015625 +0.098144531250 +-0.261718750000 +-0.232421875000 +-0.104492187500 +0.004516601562 +0.169921875000 +-0.113281250000 +0.124023437500 +0.051025390625 +0.005187988281 +0.112792968750 +0.045166015625 +0.050781250000 +-0.052490234375 +0.038574218750 +0.053955078125 +0.101074218750 +-0.108398437500 +-0.040283203125 +0.038574218750 +0.218750000000 +-0.115722656250 +-0.057617187500 +-0.029541015625 +-0.037353515625 +-0.045166015625 +-0.053466796875 +0.026000976562 +-0.261718750000 +0.070312500000 +-0.001243591309 +-0.161132812500 +0.000865936279 +0.101562500000 +0.017822265625 +0.072753906250 +0.002807617188 +0.039794921875 +-0.117675781250 +0.084472656250 +-0.193359375000 +-0.056152343750 +-0.067382812500 +-0.063476562500 +-0.012207031250 +-0.152343750000 +0.076171875000 +-0.045654296875 +0.063964843750 +-0.169921875000 +-0.029174804688 +-0.156250000000 +-0.139648437500 +-0.008605957031 +0.041992187500 +-0.112304687500 +0.076660156250 +0.007019042969 +-0.069335937500 +0.046142578125 +-0.046630859375 +0.111328125000 +-0.009765625000 +-0.009155273438 +-0.066406250000 +-0.019409179688 +0.062988281250 +-0.068847656250 +-0.041748046875 +0.122070312500 +0.058837890625 +-0.003417968750 +0.028930664062 +-0.103027343750 +-0.005310058594 +0.066406250000 +-0.205078125000 +-0.020019531250 +0.063964843750 +-0.062255859375 +0.135742187500 +-0.031494140625 +-0.121093750000 +-0.075195312500 +0.088378906250 +-0.108886718750 +-0.041748046875 +0.022094726562 +-0.066406250000 +-0.053955078125 +-0.111816406250 +-0.225585937500 +-0.127929687500 +-0.074707031250 +-0.021606445312 +0.025756835938 +-0.064453125000 +-0.095703125000 +-0.013305664062 +0.010253906250 +0.035156250000 +0.052734375000 +0.076171875000 +0.091308593750 +0.100097656250 +0.149414062500 +0.065429687500 +0.136718750000 +-0.020874023438 +-0.007781982422 +0.001251220703 +0.020019531250 +0.220703125000 +0.112792968750 +-0.130859375000 +0.122070312500 +0.071777343750 +-0.032470703125 +0.119140625000 +-0.077148437500 +0.019897460938 +-0.148437500000 +-0.014282226562 +0.065429687500 +-0.033447265625 +-0.059082031250 +0.004211425781 +0.116210937500 +0.071289062500 +-0.174804687500 +-0.144531250000 +0.074218750000 +-0.127929687500 +0.061767578125 +0.041015625000 +-0.132812500000 +0.008972167969 +-0.027221679688 +-0.066406250000 +-0.031494140625 +0.068359375000 +0.040771484375 +0.031738281250 +0.059570312500 +0.041748046875 +0.061523437500 +-0.125000000000 +-0.118652343750 +-0.012756347656 +0.005371093750 +0.027832031250 +0.120605468750 +-0.108398437500 +0.035888671875 +0.026000976562 +0.046386718750 +-0.102539062500 +0.030639648438 +-0.028442382812 +0.116210937500 +-0.025634765625 +0.105957031250 +0.000417709351 +0.028442382812 +-0.069335937500 +0.031005859375 +0.025634765625 +-0.036865234375 +0.011047363281 +0.035400390625 +-0.083984375000 +-0.124511718750 +-0.101074218750 +-0.185546875000 +-0.101562500000 +-0.087890625000 +0.017944335938 +-0.285156250000 +0.067382812500 +-0.022949218750 +0.124511718750 +-0.010375976562 +-0.077636718750 +-0.013244628906 +0.131835937500 +0.006713867188 +-0.032714843750 +-0.019042968750 +-0.033447265625 +0.032958984375 +-0.114257812500 +0.054931640625 +0.031494140625 +-0.002792358398 +-0.078125000000 +0.027954101562 +-0.083984375000 +-0.014648437500 +-0.022216796875 +0.004730224609 +0.068847656250 +-0.089355468750 +-0.047119140625 +0.083007812500 +0.017822265625 +-0.010070800781 +0.078125000000 +0.026977539062 +0.030883789062 +0.047119140625 +-0.001640319824 +-0.001411437988 +-0.014160156250 +-0.058349609375 +-0.005767822266 +0.009582519531 +0.071777343750 +0.030639648438 +0.063476562500 +-0.072265625000 +0.119628906250 +-0.076171875000 +-0.028320312500 +0.044433593750 +-0.068847656250 +-0.019897460938 +0.110839843750 +0.045410156250 +0.068359375000 +-0.090332031250 +-0.026733398438 +-0.076171875000 +0.096191406250 +-0.008361816406 +0.072265625000 +0.032958984375 +-0.022094726562 +-0.018432617188 +-0.036132812500 +0.064941406250 +-0.002410888672 +-0.032470703125 +-0.042480468750 +-0.073242187500 +-0.031005859375 +0.012268066406 +-0.020507812500 +-0.050781250000 +-0.040527343750 +0.001701354980 +0.056152343750 +-0.051025390625 +-0.065917968750 +-0.044189453125 +-0.019775390625 +-0.114746093750 +-0.077148437500 +0.055908203125 +0.177734375000 +0.041992187500 +0.057128906250 +0.032226562500 +-0.048583984375 +0.014038085938 +-0.064453125000 +-0.007568359375 +-0.004364013672 +-0.046875000000 +-0.017211914062 +0.014343261719 +0.019897460938 +-0.032958984375 +-0.009277343750 +0.009033203125 +-0.037353515625 +-0.041015625000 +-0.044677734375 +0.056152343750 +0.032226562500 +-0.060058593750 +0.042724609375 +-0.011779785156 +0.022583007812 +0.006317138672 +0.027343750000 +-0.054199218750 +0.038085937500 +0.363281250000 +0.007232666016 +0.020996093750 +0.024902343750 +0.076660156250 +-0.099121093750 +-0.089355468750 +0.132812500000 +-0.017456054688 +-0.076171875000 +0.046142578125 +-0.080566406250 +-0.028320312500 +-0.032226562500 +0.003906250000 +-0.174804687500 +-0.051757812500 +-0.039794921875 +0.116210937500 +-0.048828125000 +-0.028808593750 +0.063964843750 +-0.025756835938 +-0.028076171875 +0.016235351562 +0.067382812500 +0.012695312500 +-0.025390625000 +0.049072265625 +0.036865234375 +0.048583984375 +0.011474609375 +0.016967773438 +-0.034912109375 +-0.040527343750 +0.018432617188 +-0.049560546875 +0.020874023438 +-0.127929687500 +0.012390136719 +-0.036865234375 +0.030639648438 +-0.027343750000 +0.004547119141 +-0.108886718750 +0.047119140625 +-0.077148437500 +0.089355468750 +-0.069824218750 +0.002517700195 +0.054199218750 +-0.075683593750 +-0.071777343750 +-0.049072265625 +-0.054443359375 +-0.020141601562 +0.014953613281 +-0.038085937500 +0.056640625000 +-0.027221679688 +-0.008117675781 +0.174804687500 +-0.003097534180 +-0.034423828125 +-0.092773437500 +0.023071289062 +0.113769531250 +0.143554687500 +0.095214843750 +0.030273437500 +0.023193359375 +-0.010009765625 +0.035156250000 +-0.030883789062 +0.064941406250 +0.063964843750 +0.039550781250 +-0.038085937500 +0.005187988281 +0.015014648438 +0.003784179688 +-0.027221679688 +0.007873535156 +0.056152343750 +-0.069824218750 +-0.087890625000 +-0.025024414062 +0.062500000000 +0.003677368164 +0.019531250000 +-0.094238281250 +-0.007110595703 +-0.023925781250 +-0.027343750000 +-0.021606445312 +-0.037109375000 +0.023071289062 +-0.011535644531 +0.156250000000 +0.086425781250 +-0.063964843750 +0.012329101562 +-0.039062500000 +-0.065917968750 +-0.016113281250 +-0.020385742188 +-0.038085937500 +-0.109863281250 +0.002075195312 +-0.054931640625 +0.061279296875 +0.057861328125 +0.001945495605 +0.017700195312 +-0.095214843750 +-0.042236328125 +-0.022216796875 +-0.061523437500 +0.035888671875 +0.085937500000 +-0.085449218750 +-0.055664062500 +-0.010009765625 +0.015747070312 +-0.018310546875 +0.043212890625 +0.000293731689 +-0.040771484375 +0.135742187500 +0.022094726562 +-0.008178710938 +-0.051513671875 +0.050048828125 +0.031982421875 +-0.000093936920 +0.100097656250 +-0.041992187500 +-0.035888671875 +0.071289062500 +-0.031005859375 +-0.015380859375 +0.042968750000 +-0.048828125000 +-0.221679687500 +-0.046386718750 +0.056884765625 +0.095703125000 +-0.040527343750 +-0.029296875000 +-0.028198242188 +-0.097656250000 +-0.031982421875 +-0.025146484375 +-0.037109375000 +-0.041992187500 +-0.002456665039 +-0.007385253906 +0.069824218750 +0.026000976562 +0.124023437500 +0.010803222656 +-0.079589843750 +0.030395507812 +-0.018066406250 +0.126953125000 +0.163085937500 +-0.029052734375 +-0.025756835938 +0.201171875000 +-0.049072265625 +0.094238281250 +-0.194335937500 +0.029541015625 +-0.080566406250 +-0.083496093750 +0.065429687500 +0.171875000000 +-0.076171875000 +0.060546875000 +-0.000511169434 +-0.077636718750 +0.083007812500 +0.049804687500 +0.005310058594 +0.090332031250 +0.001190185547 +0.011413574219 +0.069335937500 +0.012939453125 +-0.031982421875 +-0.140625000000 +-0.073242187500 +-0.031494140625 +-0.090332031250 +0.023193359375 +0.019409179688 +-0.024047851562 +-0.027099609375 +0.007934570312 +0.120117187500 +0.041992187500 +0.027099609375 +0.045898437500 +0.062500000000 +0.000755310059 +-0.079589843750 +0.013671875000 +0.096191406250 +-0.024902343750 +0.028808593750 +-0.050048828125 +0.211914062500 +0.008911132812 +-0.113281250000 +-0.067871093750 +0.144531250000 +-0.176757812500 +-0.119140625000 +-0.015258789062 +-0.067871093750 +0.075195312500 +-0.125976562500 +0.191406250000 +-0.143554687500 +-0.088867187500 +-0.188476562500 +0.055664062500 +0.088867187500 +0.138671875000 +0.004272460938 +-0.094726562500 +0.052001953125 +-0.042724609375 +0.072753906250 +-0.174804687500 +-0.179687500000 +0.009582519531 +0.163085937500 +0.087890625000 +0.104980468750 +-0.012756347656 +-0.161132812500 +0.075195312500 +-0.190429687500 +-0.054443359375 +0.028930664062 +0.095214843750 +-0.028564453125 +0.034912109375 +-0.064453125000 +-0.116699218750 +0.129882812500 +0.053222656250 +0.010864257812 +0.058593750000 +0.124511718750 +0.126953125000 +-0.043945312500 +0.092285156250 +-0.072753906250 +0.088378906250 +-0.057617187500 +0.051269531250 +-0.021240234375 +-0.065429687500 +-0.012084960938 +0.099609375000 +0.083984375000 +0.064453125000 +-0.035644531250 +-0.099609375000 +-0.082031250000 +-0.113281250000 +0.072265625000 +-0.109863281250 +-0.041259765625 +0.011718750000 +0.203125000000 +-0.052734375000 +-0.019775390625 +0.300781250000 +0.002700805664 +-0.013671875000 +-0.002807617188 +0.055419921875 +-0.123046875000 +-0.000434875488 +-0.056884765625 +-0.123535156250 +-0.028442382812 +0.094726562500 +0.147460937500 +-0.061523437500 +0.066406250000 +-0.108398437500 +-0.176757812500 +0.001716613770 +-0.031127929688 +-0.016479492188 +-0.091308593750 +-0.113769531250 +0.057861328125 +-0.031494140625 +-0.020874023438 +0.007080078125 +0.113769531250 +0.054687500000 +0.008300781250 +0.055419921875 +0.087402343750 +-0.094726562500 +0.143554687500 +-0.017211914062 +-0.031250000000 +0.066406250000 +0.104980468750 +0.079101562500 +0.057861328125 +0.075683593750 +0.110351562500 +0.102050781250 +-0.105468750000 +-0.025146484375 +0.085937500000 +-0.149414062500 +-0.038330078125 +-0.132812500000 +-0.137695312500 +-0.117675781250 +-0.047607421875 +-0.039550781250 +0.069335937500 +0.046875000000 +0.078613281250 +0.093750000000 +0.064453125000 +-0.002899169922 +-0.053466796875 +0.185546875000 +-0.083007812500 +0.054443359375 +-0.019409179688 +-0.011718750000 +-0.057128906250 +-0.105468750000 +-0.089843750000 +0.070800781250 +-0.098144531250 +0.012512207031 +-0.118652343750 +-0.173828125000 +0.068359375000 +0.041992187500 +-0.046875000000 +0.015869140625 +-0.077636718750 +-0.077636718750 +-0.073242187500 +-0.041015625000 +-0.022216796875 +0.142578125000 +0.094238281250 +-0.005981445312 +0.093261718750 +0.011047363281 +0.057373046875 +0.054199218750 +0.096191406250 +-0.128906250000 +0.087890625000 +0.018676757812 +-0.008239746094 +-0.043212890625 +-0.150390625000 +-0.065429687500 +-0.090332031250 +-0.101074218750 +-0.133789062500 +-0.081542968750 +-0.147460937500 +-0.006439208984 +0.010864257812 +0.011718750000 +0.117187500000 +0.070312500000 +-0.042968750000 +0.035888671875 +0.048828125000 +-0.065429687500 +0.054199218750 +0.052001953125 +-0.123535156250 +0.128906250000 +-0.054443359375 +0.021240234375 +0.030029296875 +0.072265625000 +-0.025878906250 +-0.013305664062 +0.056884765625 +0.004852294922 +-0.015380859375 +-0.002487182617 +0.055664062500 +0.019409179688 +-0.002014160156 +-0.244140625000 +-0.009704589844 +0.028564453125 +-0.049804687500 +0.046386718750 +0.007446289062 +0.172851562500 +-0.041992187500 +-0.086425781250 +0.006011962891 +-0.120605468750 +-0.166992187500 +-0.067871093750 +0.046630859375 +0.128906250000 +-0.220703125000 +-0.071289062500 +0.009948730469 +-0.169921875000 +-0.107421875000 +-0.091796875000 +-0.063964843750 +0.071289062500 +0.060546875000 +-0.041015625000 +0.010498046875 +-0.250000000000 +0.041992187500 +0.036132812500 +-0.004394531250 +0.119628906250 +0.062988281250 +0.028564453125 +-0.199218750000 +-0.089843750000 +-0.008666992188 +0.064453125000 +-0.107910156250 +-0.166992187500 +-0.125976562500 +-0.104492187500 +0.151367187500 +-0.025634765625 +0.300781250000 +-0.017211914062 +0.176757812500 +-0.073730468750 +-0.139648437500 +0.111328125000 +0.099121093750 +0.112304687500 +-0.165039062500 +0.084472656250 +-0.077636718750 +-0.273437500000 +-0.094726562500 +-0.144531250000 +-0.042968750000 +0.151367187500 +-0.150390625000 +0.084472656250 +-0.156250000000 +0.021240234375 +0.041503906250 +-0.006988525391 +0.200195312500 +-0.093750000000 +-0.030029296875 +-0.310546875000 +-0.199218750000 +0.026489257812 +0.072265625000 +-0.204101562500 +-0.244140625000 +-0.228515625000 +0.097656250000 +0.011901855469 +0.056884765625 +-0.057128906250 +-0.156250000000 +0.025268554688 +0.029174804688 +-0.194335937500 +-0.140625000000 +-0.094726562500 +0.144531250000 +-0.104003906250 +-0.178710937500 +-0.041503906250 +0.011840820312 +-0.051757812500 +0.029418945312 +-0.173828125000 +0.039306640625 +0.044677734375 +0.057861328125 +0.049316406250 +0.098632812500 +-0.051513671875 +0.177734375000 +0.151367187500 +-0.010925292969 +-0.024047851562 +0.037597656250 +-0.087402343750 +-0.175781250000 +0.177734375000 +0.043701171875 +0.041015625000 +-0.028320312500 +-0.019897460938 +-0.077148437500 +-0.018554687500 +-0.003692626953 +-0.097167968750 +0.217773437500 +-0.215820312500 +-0.091796875000 +0.229492187500 +-0.128906250000 +-0.018798828125 +-0.109863281250 +0.097656250000 +-0.212890625000 +0.052246093750 +0.053710937500 +-0.103027343750 +-0.118652343750 +-0.017333984375 +-0.003463745117 +-0.073730468750 +-0.115234375000 +0.032714843750 +-0.227539062500 +0.054443359375 +0.017944335938 +-0.040527343750 +-0.054443359375 +-0.112792968750 +-0.109375000000 +-0.015014648438 +0.050048828125 +0.040039062500 +-0.081054687500 +0.015502929688 +-0.031005859375 +0.031250000000 +-0.025756835938 +-0.125000000000 +-0.041259765625 +0.039062500000 +-0.006317138672 +0.029663085938 +-0.087890625000 +0.060546875000 +-0.001953125000 +0.056884765625 +-0.049072265625 +-0.028930664062 +-0.171875000000 +0.121093750000 +0.039550781250 +-0.040527343750 +0.061523437500 +-0.014709472656 +-0.030883789062 +-0.143554687500 +0.025146484375 +0.155273437500 +-0.059082031250 +0.147460937500 +0.076171875000 +-0.111816406250 +0.006744384766 +-0.067382812500 +0.136718750000 +0.018920898438 +0.037841796875 +0.144531250000 +0.015136718750 +-0.021362304688 +0.007629394531 +-0.064453125000 +0.022216796875 +-0.005432128906 +0.213867187500 +-0.028198242188 +-0.063476562500 +0.043457031250 +0.032226562500 +-0.052490234375 +0.128906250000 +-0.068359375000 +-0.027221679688 +0.060791015625 +0.048583984375 +0.136718750000 +0.059570312500 +0.005432128906 +-0.005096435547 +0.245117187500 +0.024047851562 +-0.053466796875 +-0.053466796875 +-0.032226562500 +-0.010192871094 +-0.115234375000 +0.034912109375 +-0.106445312500 +-0.086425781250 +-0.047119140625 +-0.162109375000 +0.052734375000 +0.024902343750 +0.107421875000 +-0.208007812500 +-0.034423828125 +0.088867187500 +-0.044433593750 +-0.094726562500 +0.108398437500 +-0.005126953125 +0.061767578125 +-0.000232696533 +-0.069335937500 +0.081054687500 +-0.074707031250 +-0.030151367188 +0.046875000000 +-0.126953125000 +0.088867187500 +-0.014343261719 +-0.009277343750 +-0.077636718750 +0.009399414062 +0.018432617188 +-0.033935546875 +0.021728515625 +-0.135742187500 +0.051757812500 +0.162109375000 +-0.104980468750 +0.093261718750 +-0.039306640625 +0.046875000000 +-0.016845703125 +-0.088867187500 +0.028564453125 +-0.018554687500 +0.028808593750 +0.015319824219 +-0.048095703125 +-0.055664062500 +0.033691406250 +0.065429687500 +0.093261718750 +0.027587890625 +-0.038818359375 +0.020751953125 +-0.039062500000 +-0.026855468750 +-0.185546875000 +-0.054931640625 +0.008666992188 +-0.032470703125 +0.050781250000 +0.057617187500 +0.078613281250 +-0.008544921875 +0.098144531250 +0.147460937500 +-0.208984375000 +-0.029663085938 +-0.062255859375 +-0.001846313477 +-0.069335937500 +0.034179687500 +0.203125000000 +-0.103027343750 +0.019897460938 +0.036132812500 +-0.012451171875 +0.029907226562 +0.101562500000 +-0.013671875000 +-0.045166015625 +-0.054687500000 +0.051757812500 +-0.123046875000 +0.102050781250 +-0.064941406250 +0.058105468750 +-0.084960937500 +0.005798339844 +0.067871093750 +-0.004150390625 +-0.031738281250 +0.055175781250 +0.050048828125 +-0.112304687500 +-0.011596679688 +-0.072265625000 +-0.182617187500 +0.049316406250 +-0.008789062500 +0.028564453125 +-0.031982421875 +0.047119140625 +-0.075195312500 +-0.011901855469 +-0.044189453125 +0.096191406250 +-0.066406250000 +-0.022094726562 +-0.164062500000 +-0.062255859375 +0.068359375000 +0.143554687500 +0.085449218750 +0.004638671875 +0.006072998047 +-0.106933593750 +-0.058105468750 +-0.141601562500 +0.177734375000 +-0.146484375000 +0.013000488281 +0.273437500000 +-0.133789062500 +0.008544921875 +-0.024658203125 +-0.107421875000 +-0.064453125000 +0.204101562500 +0.066406250000 +-0.024169921875 +0.062255859375 +-0.164062500000 +0.127929687500 +-0.015991210938 +0.052490234375 +-0.139648437500 +-0.036132812500 +0.107910156250 +0.134765625000 +0.114257812500 +-0.082519531250 +-0.060791015625 +0.044921875000 +-0.038330078125 +-0.092773437500 +0.152343750000 +-0.085449218750 +-0.008361816406 +-0.061523437500 +-0.108398437500 +-0.107421875000 +-0.034423828125 +0.180664062500 +0.121093750000 +-0.015380859375 +0.071777343750 +0.074707031250 +0.134765625000 +-0.205078125000 +-0.073242187500 +0.128906250000 +0.042724609375 +0.001853942871 +0.006103515625 +-0.000305175781 +0.012023925781 +0.071289062500 +-0.086914062500 +-0.028076171875 +0.023925781250 +-0.070312500000 +0.007751464844 +-0.060302734375 +0.063476562500 +0.080566406250 +0.124023437500 +-0.002380371094 +-0.002243041992 +-0.050537109375 +-0.050292968750 +-0.052246093750 +0.098144531250 +0.065429687500 +-0.031127929688 +0.000377655029 +-0.034912109375 +-0.047119140625 +0.019531250000 +-0.092773437500 +-0.001533508301 +0.012145996094 +-0.072265625000 +-0.054687500000 +0.054687500000 +-0.088378906250 +0.011291503906 +0.039306640625 +0.028320312500 +0.025024414062 +0.002960205078 +-0.054687500000 +0.017822265625 +-0.051513671875 +0.023803710938 +-0.040771484375 +0.045410156250 +0.044433593750 +-0.145507812500 +-0.039794921875 +0.011352539062 +0.001136779785 +0.048828125000 +0.046630859375 +0.012939453125 +0.025024414062 +0.007720947266 +0.034423828125 +0.092773437500 +-0.031250000000 +-0.093261718750 +-0.063964843750 +-0.047607421875 +0.017578125000 +-0.041259765625 +-0.026611328125 +-0.038330078125 +0.046875000000 +-0.005737304688 +-0.032470703125 +-0.031738281250 +0.044189453125 +-0.008178710938 +0.093750000000 +0.023559570312 +-0.005157470703 +-0.041748046875 +0.018920898438 +-0.012878417969 +0.118652343750 +-0.061035156250 +0.012512207031 +-0.020385742188 +-0.065429687500 +-0.037841796875 +0.032226562500 +0.074218750000 +-0.146484375000 +0.003768920898 +-0.005401611328 +0.007415771484 +-0.023925781250 +-0.027099609375 +-0.004241943359 +-0.030883789062 +0.044921875000 +0.210937500000 +0.071289062500 +0.075683593750 +0.022094726562 +0.035400390625 +0.024414062500 +0.105957031250 +-0.069824218750 +-0.030761718750 +-0.009338378906 +-0.013488769531 +-0.054443359375 +0.010742187500 +0.077636718750 +0.035644531250 +-0.001037597656 +-0.123535156250 +-0.030151367188 +-0.049316406250 +0.040039062500 +-0.065429687500 +-0.062500000000 +-0.058105468750 +0.013671875000 +0.021240234375 +0.063476562500 +0.083984375000 +0.013916015625 +0.051025390625 +0.161132812500 +0.052001953125 +-0.017822265625 +0.001716613770 +-0.078613281250 +0.046142578125 +0.019042968750 +0.057128906250 +-0.068847656250 +-0.033935546875 +-0.075683593750 +0.004821777344 +-0.015991210938 +0.012329101562 +-0.054443359375 +-0.143554687500 +-0.064453125000 +0.037841796875 +0.154296875000 +-0.027099609375 +0.008850097656 +-0.032958984375 +0.061767578125 +0.071289062500 +-0.005462646484 +-0.100097656250 +-0.044921875000 +-0.091796875000 +-0.062255859375 +0.054687500000 +0.075195312500 +-0.047851562500 +-0.083496093750 +0.020629882812 +0.025512695312 +0.069824218750 +-0.009033203125 +0.006835937500 +0.017333984375 +0.002944946289 +-0.044677734375 +-0.117675781250 +-0.002502441406 +-0.023925781250 +0.015563964844 +0.024169921875 +0.033447265625 +-0.070800781250 +-0.126953125000 +-0.015869140625 +0.063476562500 +0.000556945801 +-0.098144531250 +-0.098144531250 +-0.063964843750 +-0.070312500000 +-0.026123046875 +-0.054443359375 +0.013061523438 +0.082031250000 +0.000976562500 +-0.037597656250 +0.064941406250 +-0.027221679688 +-0.030517578125 +-0.014282226562 +0.079101562500 +-0.089355468750 +0.105468750000 +0.046386718750 +0.206054687500 +-0.074218750000 +0.012207031250 +0.031982421875 +-0.042480468750 +0.038085937500 +-0.144531250000 +0.025024414062 +-0.036132812500 +-0.022705078125 +0.013183593750 +0.020141601562 +-0.098144531250 +-0.006774902344 +-0.071289062500 +-0.006500244141 +-0.032958984375 +-0.026855468750 +0.016479492188 +-0.075683593750 +0.083984375000 +0.006591796875 +0.065917968750 +-0.127929687500 +-0.092285156250 +0.042480468750 +0.026367187500 +0.078125000000 +-0.029541015625 +-0.046386718750 +-0.133789062500 +-0.016479492188 +0.029418945312 +-0.033447265625 +0.004913330078 +-0.125000000000 +0.081542968750 +0.133789062500 +-0.089843750000 +0.096191406250 +0.027343750000 +-0.049316406250 +-0.026123046875 +-0.088378906250 +-0.138671875000 +0.028930664062 +-0.126953125000 +-0.003646850586 +-0.043457031250 +-0.052734375000 +-0.064941406250 +-0.032958984375 +-0.040527343750 +-0.150390625000 +0.002639770508 +-0.009094238281 +0.037353515625 +0.076171875000 +-0.088378906250 +-0.001945495605 +-0.069824218750 +-0.069824218750 +0.023681640625 +0.089355468750 +0.012207031250 +0.049316406250 +0.071777343750 +0.104003906250 +-0.007385253906 +-0.055175781250 +-0.075195312500 +-0.047363281250 +0.128906250000 +-0.010498046875 +0.009338378906 +-0.111328125000 +-0.166015625000 +-0.045898437500 +-0.003280639648 +-0.076171875000 +0.003540039062 +0.053955078125 +0.119140625000 +-0.324218750000 +0.070800781250 +-0.115234375000 +-0.162109375000 +-0.149414062500 +0.005035400391 +-0.006561279297 +-0.015869140625 +0.037841796875 +0.078613281250 +-0.023315429688 +0.109375000000 +0.126953125000 +0.042236328125 +0.051513671875 +0.049560546875 +-0.083007812500 +0.045410156250 +-0.040039062500 +-0.009826660156 +-0.154296875000 +0.060302734375 +-0.001205444336 +-0.023681640625 +0.082519531250 +-0.161132812500 +0.009277343750 +0.015319824219 +-0.088867187500 +0.030395507812 +-0.070800781250 +-0.084472656250 +0.000560760498 +-0.062255859375 +0.128906250000 +-0.011047363281 +-0.052490234375 +0.041748046875 +-0.017333984375 +-0.072265625000 +0.067382812500 +0.214843750000 +-0.083007812500 +-0.133789062500 +0.085449218750 +0.105468750000 +-0.094238281250 +0.144531250000 +0.111816406250 +-0.014831542969 +-0.095703125000 +0.012145996094 +-0.066406250000 +0.038574218750 +0.038085937500 +-0.104492187500 +-0.001693725586 +-0.116210937500 +-0.145507812500 +0.033935546875 +0.024169921875 +-0.031494140625 +0.029907226562 +0.003997802734 +-0.011657714844 +0.006225585938 +0.052246093750 +-0.045898437500 +0.065429687500 +-0.248046875000 +0.023925781250 +-0.022094726562 +-0.233398437500 +0.075195312500 +0.018798828125 +-0.057128906250 +0.079101562500 +0.082519531250 +0.089843750000 +-0.036865234375 +-0.193359375000 +0.014831542969 +0.012817382812 +0.037597656250 +-0.146484375000 +0.017089843750 +-0.216796875000 +0.020874023438 +0.070312500000 +-0.063476562500 +0.004638671875 +-0.061767578125 +0.058349609375 +-0.036621093750 +0.010986328125 +0.084472656250 +0.067871093750 +0.072753906250 +-0.137695312500 +-0.020751953125 +-0.074218750000 +0.001289367676 +0.040771484375 +0.053710937500 +0.029052734375 +-0.033447265625 +-0.026367187500 +-0.093750000000 +-0.145507812500 +-0.038574218750 +-0.134765625000 +-0.057861328125 +-0.014648437500 +-0.056152343750 +0.040771484375 +0.121582031250 +-0.043457031250 +-0.099121093750 +-0.188476562500 +0.079101562500 +-0.026123046875 +0.080566406250 +0.126953125000 +-0.022216796875 +0.098632812500 +0.047363281250 +-0.036132812500 +0.041015625000 +-0.107910156250 +0.098632812500 +-0.069335937500 +-0.080078125000 +-0.020263671875 +0.104003906250 +0.022827148438 +-0.030883789062 +-0.047607421875 +0.168945312500 +-0.175781250000 +0.108886718750 +0.192382812500 +0.046386718750 +-0.080078125000 +-0.009155273438 +0.257812500000 +0.143554687500 +0.070800781250 +0.166015625000 +0.025268554688 +-0.018676757812 +-0.170898437500 +-0.146484375000 +0.088378906250 +0.062988281250 +0.056396484375 +0.135742187500 +-0.107421875000 +-0.082031250000 +0.023193359375 +0.054443359375 +0.234375000000 +-0.115234375000 +0.025634765625 +-0.047607421875 +0.023925781250 +0.084472656250 +-0.257812500000 +0.063476562500 +-0.034179687500 +0.281250000000 +-0.145507812500 +0.074218750000 +0.014465332031 +0.067382812500 +-0.111816406250 +0.023681640625 +-0.197265625000 +0.185546875000 +0.204101562500 +0.042480468750 +-0.004669189453 +0.078125000000 +0.125976562500 +0.208984375000 +-0.054687500000 +-0.045654296875 +-0.074218750000 +-0.063964843750 +-0.058105468750 +-0.034423828125 +-0.180664062500 +0.052246093750 +0.145507812500 +0.034912109375 +-0.040527343750 +-0.009216308594 +-0.071289062500 +-0.160156250000 +0.048828125000 +-0.063964843750 +0.107421875000 +0.034667968750 +-0.005828857422 +-0.123046875000 +-0.038574218750 +-0.082519531250 +-0.084960937500 +0.093750000000 +-0.181640625000 +-0.051269531250 +0.125976562500 +-0.119140625000 +0.016601562500 +0.073242187500 +-0.098632812500 +-0.045166015625 +0.143554687500 +-0.029174804688 +-0.130859375000 +0.100585937500 +0.049316406250 +0.044189453125 +0.084960937500 +0.032226562500 +0.075195312500 +0.009277343750 +0.002441406250 +-0.080078125000 +0.030517578125 +0.035888671875 +0.085449218750 +-0.075683593750 +0.073242187500 +-0.116210937500 +0.099609375000 +0.165039062500 +0.085937500000 +-0.028808593750 +-0.083496093750 +-0.038330078125 +-0.188476562500 +-0.087890625000 +-0.037841796875 +0.095703125000 +-0.176757812500 +0.129882812500 +0.183593750000 +-0.088378906250 +0.028686523438 +-0.114746093750 +0.011535644531 +-0.149414062500 +0.086425781250 +0.132812500000 +0.112304687500 +0.183593750000 +0.005004882812 +-0.131835937500 +0.025024414062 +-0.055664062500 +0.068359375000 +-0.059570312500 +0.131835937500 +0.062255859375 +0.029296875000 +0.057861328125 +0.097167968750 +0.008483886719 +-0.111816406250 +-0.008972167969 +-0.108886718750 +-0.110839843750 +-0.024780273438 +0.214843750000 +-0.016967773438 +0.060546875000 +0.126953125000 +0.082031250000 +-0.070800781250 +0.060546875000 +0.070800781250 +-0.021362304688 +0.103515625000 +-0.075683593750 +0.062255859375 +-0.142578125000 +-0.070312500000 +-0.170898437500 +-0.019897460938 +-0.064941406250 +0.046630859375 +-0.085937500000 +-0.087402343750 +-0.060058593750 +-0.011169433594 +0.090820312500 +0.004760742188 +-0.088378906250 +0.018188476562 +0.120605468750 +0.067871093750 +0.154296875000 +-0.003997802734 +-0.072265625000 +0.069824218750 +0.010620117188 +-0.072265625000 +0.039794921875 +-0.115234375000 +-0.067871093750 +0.032226562500 +0.078613281250 +0.170898437500 +0.073242187500 +0.171875000000 +0.062500000000 +0.020019531250 +0.069824218750 +-0.067382812500 +-0.130859375000 +-0.091308593750 +0.116210937500 +-0.026367187500 +-0.049316406250 +0.012207031250 +0.065429687500 +-0.059570312500 +-0.075683593750 +0.163085937500 +0.015197753906 +-0.086914062500 +0.049804687500 +0.080566406250 +-0.039794921875 +0.002975463867 +0.095703125000 +0.166015625000 +-0.047607421875 +-0.059082031250 +0.012451171875 +-0.162109375000 +-0.052001953125 +0.031250000000 +-0.003555297852 +-0.158203125000 +-0.053466796875 +-0.019409179688 +0.040039062500 +-0.085449218750 +-0.003295898438 +0.009643554688 +-0.054443359375 +-0.016113281250 +0.009887695312 +-0.078125000000 +-0.155273437500 +0.087402343750 +-0.089843750000 +0.051757812500 +-0.046875000000 +0.052490234375 +-0.002212524414 +-0.091308593750 +-0.053466796875 +0.217773437500 +-0.111328125000 +0.077148437500 +-0.080078125000 +0.086425781250 +0.060546875000 +0.006134033203 +-0.084960937500 +0.080566406250 +0.229492187500 +-0.059814453125 +-0.092773437500 +0.015869140625 +-0.039550781250 +-0.093261718750 +0.050781250000 +-0.058593750000 +0.045410156250 +0.020385742188 +-0.053222656250 +-0.122070312500 +0.007659912109 +0.087890625000 +-0.004272460938 +0.018920898438 +0.044921875000 +-0.071289062500 +-0.044677734375 +-0.098144531250 +0.022460937500 +-0.026977539062 +0.146484375000 +0.009460449219 +-0.018432617188 +0.038330078125 +-0.063476562500 +-0.071289062500 +-0.225585937500 +-0.029785156250 +0.025390625000 +0.060546875000 +0.078613281250 +0.143554687500 +0.043457031250 +0.020751953125 +-0.104980468750 +0.052246093750 +0.162109375000 +-0.251953125000 +0.125976562500 +0.076171875000 +-0.162109375000 +-0.113769531250 +0.050292968750 +0.074218750000 +-0.001251220703 +-0.035644531250 +-0.016113281250 +0.166015625000 +0.055175781250 +-0.003646850586 +-0.093261718750 +0.165039062500 +-0.055664062500 +0.120605468750 +0.014038085938 +-0.083007812500 +-0.221679687500 +0.153320312500 +-0.120605468750 +-0.097167968750 +0.012329101562 +-0.010498046875 +-0.002395629883 +0.143554687500 +0.132812500000 +0.043945312500 +0.062988281250 +0.030029296875 +-0.041748046875 +0.113769531250 +-0.029174804688 +0.033447265625 +-0.146484375000 +0.077636718750 +0.016235351562 +0.071289062500 +-0.124511718750 +0.119140625000 +0.105468750000 +-0.007202148438 +0.050292968750 +0.062011718750 +-0.147460937500 +0.087402343750 +0.032958984375 +0.014160156250 +-0.119140625000 +0.063476562500 +0.002212524414 +0.140625000000 +0.127929687500 +0.086425781250 +-0.088378906250 +-0.087890625000 +0.149414062500 +0.017700195312 +0.010925292969 +-0.011840820312 +0.012695312500 +-0.065429687500 +-0.059570312500 +0.102539062500 +-0.150390625000 +0.042724609375 +0.028198242188 +0.183593750000 +0.161132812500 +-0.125976562500 +0.018676757812 +-0.034667968750 +-0.100585937500 +-0.004211425781 +0.075683593750 +-0.013366699219 +0.047363281250 +0.045410156250 +0.063964843750 +-0.029174804688 +0.166015625000 +0.081542968750 +0.162109375000 +0.167968750000 +0.012329101562 +0.028442382812 +-0.156250000000 +0.050292968750 +-0.054931640625 +0.082031250000 +-0.054931640625 +-0.132812500000 +0.111328125000 +-0.086425781250 +0.002578735352 +-0.082519531250 +0.034912109375 +0.011779785156 +0.136718750000 +-0.094726562500 +-0.063964843750 +0.074218750000 +0.030273437500 +0.006958007812 +-0.051513671875 +-0.001289367676 +0.107421875000 +0.119140625000 +-0.019897460938 +-0.018676757812 +0.060791015625 +0.052490234375 +-0.171875000000 +0.106933593750 +-0.036865234375 +-0.024291992188 +0.068847656250 +-0.123046875000 +-0.129882812500 +-0.075195312500 +0.026245117188 +-0.034667968750 +-0.124023437500 +-0.057373046875 +-0.121093750000 +0.005371093750 +-0.149414062500 +0.200195312500 +-0.016967773438 +-0.132812500000 +-0.033935546875 +-0.086425781250 +0.060058593750 +-0.053466796875 +0.045898437500 +-0.001060485840 +-0.226562500000 +0.195312500000 +-0.049560546875 +0.172851562500 +-0.030273437500 +0.019775390625 +-0.060546875000 +0.011840820312 +0.051513671875 +0.087890625000 +0.074707031250 +-0.082519531250 +-0.055664062500 +0.045898437500 +-0.031127929688 +0.032226562500 +-0.035156250000 +0.051513671875 +-0.003768920898 +0.091308593750 +-0.180664062500 +0.048095703125 +-0.093261718750 +0.105957031250 +0.112304687500 +-0.173828125000 +-0.147460937500 +-0.144531250000 +0.093750000000 +0.098632812500 +-0.081054687500 +0.257812500000 +0.017700195312 +0.130859375000 +0.000127792358 +0.033203125000 +0.078613281250 +-0.064941406250 +0.078613281250 +-0.023925781250 +0.095703125000 +0.065429687500 +-0.142578125000 +-0.055664062500 +-0.075195312500 +-0.011596679688 +0.052490234375 +-0.027709960938 +0.159179687500 +-0.017700195312 +0.077636718750 +-0.115722656250 +0.144531250000 +0.088867187500 +0.071777343750 +-0.092285156250 +-0.048828125000 +0.052734375000 +0.157226562500 +-0.079589843750 +-0.024536132812 +0.066894531250 +-0.021118164062 +-0.048339843750 +-0.013549804688 +0.123046875000 +0.072265625000 +-0.036865234375 +-0.099609375000 +-0.042236328125 +0.009338378906 +-0.230468750000 +-0.008544921875 +0.122558593750 +-0.209960937500 +0.052978515625 +0.045166015625 +-0.088867187500 +0.062988281250 +-0.047851562500 +0.045410156250 +0.075683593750 +-0.129882812500 +0.048583984375 +0.149414062500 +0.015197753906 +0.041015625000 +0.044433593750 +-0.007934570312 +-0.013427734375 +-0.091796875000 +-0.126953125000 +-0.014526367188 +-0.021118164062 +0.080078125000 +0.026489257812 +-0.010498046875 +0.032226562500 +0.023193359375 +0.048095703125 +-0.070312500000 +-0.060546875000 +-0.097167968750 +-0.047607421875 +-0.250000000000 +-0.042236328125 +0.006561279297 +0.033691406250 +-0.018432617188 +0.059082031250 +0.071289062500 +0.000675201416 +0.014099121094 +0.024902343750 +0.009338378906 +0.046875000000 +-0.128906250000 +-0.023193359375 +-0.009460449219 +-0.009887695312 +-0.012207031250 +0.035156250000 +0.036621093750 +0.057617187500 +0.012512207031 +-0.218750000000 +-0.106933593750 +-0.074218750000 +0.071289062500 +0.049316406250 +0.013793945312 +0.233398437500 +-0.056884765625 +-0.129882812500 +0.038818359375 +-0.077148437500 +0.031982421875 +-0.114746093750 +0.074218750000 +0.131835937500 +0.006072998047 +0.104492187500 +-0.005798339844 +0.054443359375 +0.086914062500 +0.019409179688 +0.022583007812 +-0.121093750000 +0.103027343750 +-0.200195312500 +-0.031250000000 +-0.135742187500 +-0.057617187500 +0.141601562500 +0.084472656250 +-0.032470703125 +-0.004425048828 +0.020507812500 +-0.111328125000 +-0.098144531250 +0.020019531250 +0.026855468750 +-0.122558593750 +-0.135742187500 +0.193359375000 +-0.150390625000 +-0.084960937500 +0.143554687500 +-0.008300781250 +0.045898437500 +0.091796875000 +0.051269531250 +0.083984375000 +-0.173828125000 +0.042968750000 +0.017578125000 +-0.112304687500 +-0.076660156250 +0.052246093750 +0.070312500000 +-0.059814453125 +-0.034179687500 +-0.080566406250 +0.013000488281 +0.138671875000 +-0.049560546875 +0.049316406250 +0.015502929688 +-0.067871093750 +0.062988281250 +0.034179687500 +-0.165039062500 +-0.059570312500 +-0.006072998047 +0.059570312500 +0.000020980835 +0.059326171875 +0.033203125000 +0.055908203125 +-0.152343750000 +0.060791015625 +-0.166992187500 +0.055908203125 +-0.094726562500 +-0.045166015625 +-0.190429687500 +-0.061035156250 +0.027465820312 +-0.261718750000 +0.071289062500 +-0.031494140625 +0.165039062500 +0.053955078125 +-0.000197410583 +0.012756347656 +-0.072265625000 +-0.001663208008 +0.063964843750 +0.015991210938 +0.040283203125 +0.000268936157 +0.007751464844 +-0.103515625000 +-0.062988281250 +-0.034179687500 +0.104980468750 +-0.106933593750 +0.019165039062 +-0.001289367676 +-0.145507812500 +-0.137695312500 +0.076171875000 +-0.065429687500 +-0.000705718994 +-0.131835937500 +0.034912109375 +0.003494262695 +-0.083984375000 +-0.060302734375 +0.115722656250 +0.031250000000 +-0.048828125000 +-0.186523437500 +-0.030029296875 +0.001426696777 +-0.076171875000 +-0.064941406250 +-0.082031250000 +0.083984375000 +0.002075195312 +0.084472656250 +-0.063476562500 +-0.108886718750 +-0.000031709671 +-0.033447265625 +0.019165039062 +0.059814453125 +-0.142578125000 +-0.016357421875 +0.139648437500 +0.031494140625 +-0.002304077148 +-0.049072265625 +-0.072265625000 +-0.032958984375 +0.024536132812 +0.173828125000 +-0.093261718750 +0.070800781250 +-0.085937500000 +0.009399414062 +0.053955078125 +-0.105468750000 +-0.083984375000 +0.130859375000 +0.008178710938 +0.074218750000 +0.083496093750 +-0.184570312500 +0.076171875000 +-0.068847656250 +0.142578125000 +-0.094238281250 +-0.044677734375 +0.082031250000 +0.041992187500 +-0.021606445312 +-0.025268554688 +-0.137695312500 +-0.005523681641 +-0.050537109375 +0.083007812500 +-0.084960937500 +0.034179687500 +0.034423828125 +-0.066894531250 +0.008483886719 +-0.005279541016 +0.052001953125 +0.232421875000 +0.018310546875 +0.070312500000 +0.023315429688 +0.117675781250 +-0.043945312500 +-0.072753906250 +-0.005462646484 +0.024780273438 +-0.001647949219 +-0.067871093750 +0.092285156250 +-0.088867187500 +-0.150390625000 +-0.045654296875 +0.043701171875 +-0.066894531250 +0.060546875000 +0.032958984375 +-0.014343261719 +0.061767578125 +0.029785156250 +-0.002456665039 +-0.072753906250 +-0.100097656250 +0.017944335938 +0.048095703125 +0.051513671875 +0.051025390625 +0.145507812500 +-0.076660156250 +-0.062500000000 +-0.153320312500 +-0.097656250000 +-0.112792968750 +0.111328125000 +0.132812500000 +-0.048828125000 +0.275390625000 +0.115722656250 +0.165039062500 +-0.190429687500 +0.027709960938 +0.003234863281 +-0.197265625000 +0.033691406250 +-0.039306640625 +0.098144531250 +-0.049560546875 +0.003067016602 +0.054931640625 +0.008361816406 +-0.016357421875 +-0.063964843750 +-0.052490234375 +0.085937500000 +0.105468750000 +-0.016967773438 +-0.044677734375 +0.079589843750 +0.123046875000 +0.046630859375 +-0.029052734375 +-0.014587402344 +0.142578125000 +-0.013305664062 +0.061035156250 +0.021118164062 +0.134765625000 +-0.058349609375 +-0.078125000000 +-0.030761718750 +-0.017822265625 +0.125976562500 +0.023315429688 +-0.005187988281 +0.056884765625 +-0.096679687500 +-0.014221191406 +-0.034912109375 +-0.066894531250 +-0.082519531250 +-0.016479492188 +-0.125000000000 +-0.029174804688 +-0.066406250000 +0.038330078125 +0.158203125000 +0.143554687500 +0.015441894531 +0.208007812500 +-0.110351562500 +-0.116210937500 +-0.052734375000 +0.026367187500 +-0.015747070312 +-0.087402343750 +0.058837890625 +0.072265625000 +-0.085937500000 +0.060302734375 +-0.005401611328 +-0.025390625000 +-0.094726562500 +0.097656250000 +-0.084960937500 +-0.011718750000 +0.068359375000 +-0.031982421875 +0.046386718750 +-0.036865234375 +0.052734375000 +0.076171875000 +-0.025756835938 +0.005767822266 +-0.026123046875 +-0.009826660156 +-0.079589843750 +0.035888671875 +0.042724609375 +0.123535156250 +-0.115234375000 +0.014343261719 +-0.144531250000 +-0.001876831055 +0.114257812500 +0.061767578125 +0.039550781250 +-0.048828125000 +0.067382812500 +-0.190429687500 +-0.076660156250 +0.012451171875 +-0.008300781250 +-0.146484375000 +0.016723632812 +-0.044677734375 +-0.029907226562 +-0.015380859375 +0.006195068359 +-0.128906250000 +0.065917968750 +-0.011962890625 +0.066406250000 +-0.053710937500 +0.133789062500 +-0.023193359375 +-0.101074218750 +0.140625000000 +0.131835937500 +-0.065429687500 +-0.041748046875 +0.068359375000 +-0.079101562500 +-0.039306640625 +-0.030151367188 +-0.064453125000 +-0.048339843750 +-0.028808593750 +-0.228515625000 +0.034423828125 +0.039306640625 +0.061523437500 +-0.130859375000 +-0.031250000000 +0.033691406250 +0.168945312500 +0.069335937500 +-0.057861328125 +-0.072753906250 +-0.082519531250 +0.096191406250 +-0.084960937500 +0.060058593750 +0.069335937500 +0.082031250000 +0.134765625000 +-0.018432617188 +-0.053222656250 +0.093261718750 +0.186523437500 +0.122558593750 +-0.011230468750 +-0.100097656250 +-0.116699218750 +-0.032714843750 +-0.119140625000 +0.052734375000 +0.027954101562 +0.048583984375 +0.046630859375 +-0.150390625000 +-0.110839843750 +-0.008117675781 +0.156250000000 +0.039062500000 +-0.162109375000 +0.015197753906 +-0.096191406250 +-0.017456054688 +-0.073730468750 +-0.122558593750 +-0.058105468750 +0.099609375000 +0.068847656250 +-0.006774902344 +-0.005493164062 +-0.083007812500 +-0.308593750000 +0.092285156250 +-0.035400390625 +0.009643554688 +0.122558593750 +-0.020629882812 +-0.056396484375 +-0.038330078125 +-0.019897460938 +-0.192382812500 +-0.138671875000 +0.023681640625 +-0.310546875000 +0.030883789062 +0.091796875000 +0.177734375000 +0.074707031250 +0.125976562500 +0.048583984375 +0.062011718750 +0.026977539062 +-0.107910156250 +-0.152343750000 +0.147460937500 +-0.069824218750 +0.135742187500 +0.076171875000 +0.011352539062 +0.081542968750 +0.000698089600 +0.018066406250 +-0.162109375000 +0.135742187500 +0.217773437500 +-0.063964843750 +0.048095703125 +0.088378906250 +0.016723632812 +-0.026123046875 +-0.055664062500 +0.067382812500 +0.198242187500 +-0.040039062500 +0.039062500000 +0.096679687500 +0.138671875000 +0.070312500000 +-0.198242187500 +-0.189453125000 +-0.140625000000 +-0.125000000000 +-0.028930664062 +-0.042724609375 +-0.061523437500 +-0.281250000000 +-0.084960937500 +0.095214843750 +0.129882812500 +0.090332031250 +-0.035644531250 +0.118652343750 +0.040771484375 +-0.144531250000 +-0.208984375000 +-0.041015625000 +-0.061035156250 +0.138671875000 +0.020996093750 +-0.001968383789 +0.011901855469 +0.005401611328 +0.265625000000 +0.078613281250 +-0.034912109375 +0.179687500000 +0.023803710938 +0.007324218750 +-0.063476562500 +0.015380859375 +-0.080566406250 +0.131835937500 +0.162109375000 +-0.088378906250 +0.124023437500 +-0.042236328125 +0.059326171875 +-0.132812500000 +-0.055419921875 +-0.024414062500 +0.074218750000 +-0.041503906250 +0.083496093750 +-0.000082969666 +0.033935546875 +-0.139648437500 +-0.113281250000 +0.183593750000 +-0.045654296875 +-0.018066406250 +0.060546875000 +-0.084472656250 +-0.106933593750 +-0.006347656250 +-0.109375000000 +0.099609375000 +0.050048828125 +-0.026123046875 +-0.105468750000 +-0.151367187500 +0.102050781250 +0.204101562500 +-0.015014648438 +0.043457031250 +0.117187500000 +0.024291992188 +-0.065429687500 +0.016845703125 +-0.052001953125 +-0.183593750000 +0.049316406250 +0.066894531250 +-0.034423828125 +0.012817382812 +-0.084960937500 +0.114746093750 +-0.016235351562 +-0.043212890625 +-0.096191406250 +-0.204101562500 +-0.065429687500 +-0.168945312500 +0.117675781250 +-0.064941406250 +0.090820312500 +0.070312500000 +0.089843750000 +-0.078613281250 +0.075683593750 +-0.175781250000 +0.219726562500 +0.129882812500 +0.025146484375 +0.067871093750 +-0.053222656250 +0.160156250000 +0.089355468750 +-0.015319824219 +-0.026977539062 +-0.083007812500 +0.006347656250 +-0.182617187500 +-0.182617187500 +0.127929687500 +-0.166992187500 +0.157226562500 +0.153320312500 +-0.009399414062 +0.162109375000 +0.131835937500 +0.010131835938 +-0.016723632812 +0.097656250000 +-0.073730468750 +0.009643554688 +-0.322265625000 +0.021850585938 +-0.030151367188 +-0.081054687500 +-0.100585937500 +-0.018066406250 +0.056640625000 +-0.005218505859 +0.137695312500 +-0.077148437500 +0.152343750000 +0.001823425293 +-0.020385742188 +0.035156250000 +0.120117187500 +-0.064941406250 +0.125976562500 +-0.195312500000 +-0.019409179688 +-0.022338867188 +-0.029663085938 +0.104003906250 +0.040039062500 +0.018432617188 +0.228515625000 +-0.014770507812 +-0.130859375000 +-0.049804687500 +0.032470703125 +-0.125976562500 +-0.038085937500 +0.053710937500 +-0.104003906250 +-0.084960937500 +0.051513671875 +0.009155273438 +0.006408691406 +0.104492187500 +-0.051269531250 +-0.085449218750 +-0.024169921875 +-0.038574218750 +-0.069824218750 +-0.059326171875 +-0.045654296875 +-0.088867187500 +0.086425781250 +0.020996093750 +0.083496093750 +0.143554687500 +-0.079589843750 +0.015747070312 +0.057617187500 +0.144531250000 +0.193359375000 +-0.029663085938 +0.056152343750 +0.275390625000 +-0.114746093750 +-0.023803710938 +-0.045166015625 +-0.107421875000 +0.021850585938 +-0.062988281250 +-0.107910156250 +-0.076660156250 +-0.195312500000 +-0.147460937500 +0.057373046875 +0.080566406250 +-0.007171630859 +0.017822265625 +-0.123046875000 +-0.114257812500 +-0.111816406250 +0.129882812500 +0.008972167969 +-0.161132812500 +-0.077636718750 +0.047851562500 +0.086425781250 +0.095214843750 +0.005645751953 +0.062500000000 +-0.096679687500 +0.054199218750 +-0.024414062500 +-0.108398437500 +-0.079101562500 +-0.120605468750 +0.008911132812 +-0.003143310547 +-0.141601562500 +-0.033935546875 +-0.074218750000 +0.082031250000 +-0.014343261719 +0.037109375000 +-0.149414062500 +-0.122070312500 +0.043457031250 +0.161132812500 +-0.142578125000 +0.081054687500 +0.024658203125 +0.060791015625 +-0.007171630859 +0.018920898438 +-0.140625000000 +-0.174804687500 +-0.127929687500 +-0.128906250000 +0.015441894531 +0.075195312500 +-0.063964843750 +-0.131835937500 +-0.074707031250 +-0.257812500000 +-0.094726562500 +-0.027954101562 +0.033691406250 +-0.152343750000 +-0.073242187500 +0.001426696777 +-0.068359375000 +0.079589843750 +-0.128906250000 +-0.103515625000 +-0.078613281250 +0.008483886719 +0.121093750000 +-0.038818359375 +0.019165039062 +0.132812500000 +0.104980468750 +-0.120117187500 +0.019409179688 +-0.168945312500 +-0.109375000000 +0.067382812500 +0.175781250000 +-0.019897460938 +-0.006530761719 +0.077636718750 +-0.052734375000 +0.048583984375 +-0.086914062500 +-0.006256103516 +-0.026123046875 +0.012023925781 +-0.050048828125 +-0.003723144531 +-0.146484375000 +0.203125000000 +0.018554687500 +0.000576019287 +0.054931640625 +0.005920410156 +0.009887695312 +-0.093261718750 +0.008544921875 +-0.154296875000 +0.107421875000 +0.145507812500 +-0.046386718750 +-0.066406250000 +-0.061279296875 +-0.142578125000 +0.041992187500 +-0.153320312500 +0.048095703125 +-0.031127929688 +-0.133789062500 +-0.019653320312 +-0.078613281250 +-0.141601562500 +0.038818359375 +0.009338378906 +-0.029418945312 +-0.022216796875 +0.230468750000 +0.001632690430 +-0.024169921875 +-0.033691406250 +-0.001205444336 +0.042968750000 +0.088378906250 +0.173828125000 +0.104003906250 +-0.023559570312 +-0.007934570312 +-0.008483886719 +-0.013488769531 +-0.065917968750 +-0.075195312500 +-0.146484375000 +0.070312500000 +-0.020507812500 +-0.041748046875 +-0.065429687500 +0.061279296875 +0.122070312500 +0.166015625000 +0.020263671875 +0.068359375000 +0.026245117188 +0.121582031250 +-0.112304687500 +-0.018920898438 +-0.104003906250 +0.022338867188 +-0.096679687500 +0.093750000000 +-0.023559570312 +-0.100585937500 +-0.026855468750 +0.098632812500 +-0.166015625000 +-0.008666992188 +0.006622314453 +0.138671875000 +-0.038574218750 +0.013916015625 +0.108886718750 +-0.031494140625 +0.021972656250 +0.150390625000 +0.022094726562 +-0.104003906250 +-0.045898437500 +-0.046875000000 +-0.109375000000 +-0.146484375000 +-0.021362304688 +0.142578125000 +0.035156250000 +-0.032470703125 +0.057373046875 +0.027709960938 +0.028564453125 +-0.087890625000 +-0.189453125000 +0.019775390625 +-0.082031250000 +0.049316406250 +0.007232666016 +0.080078125000 +-0.121093750000 +0.043945312500 +0.017089843750 +0.116210937500 +0.120605468750 +0.017089843750 +0.045166015625 +0.100097656250 +-0.026245117188 +-0.103027343750 +0.091308593750 +-0.185546875000 +-0.193359375000 +0.091308593750 +0.148437500000 +-0.015991210938 +-0.016845703125 +-0.035156250000 +0.012451171875 +0.008239746094 +-0.051513671875 +-0.079589843750 +-0.019897460938 +0.165039062500 +-0.094238281250 +-0.023315429688 +-0.073242187500 +-0.049072265625 +0.018676757812 +-0.021362304688 +-0.093261718750 +-0.059570312500 +-0.096679687500 +-0.201171875000 +0.030883789062 +-0.048583984375 +0.171875000000 +-0.020874023438 +0.092773437500 +-0.072753906250 +0.078613281250 +-0.198242187500 +-0.013305664062 +0.123535156250 +-0.083984375000 +-0.013610839844 +-0.160156250000 +-0.125000000000 +-0.020019531250 +-0.061035156250 +0.026245117188 +0.104492187500 +-0.097167968750 +0.088378906250 +0.166992187500 +-0.075683593750 +-0.019653320312 +0.125976562500 +0.112304687500 +0.011596679688 +-0.079101562500 +-0.153320312500 +-0.073242187500 +0.073730468750 +-0.004089355469 +-0.025024414062 +-0.157226562500 +0.048095703125 +-0.006225585938 +-0.246093750000 +0.044189453125 +0.178710937500 +-0.175781250000 +0.014587402344 +0.105468750000 +0.120117187500 +-0.052246093750 +0.143554687500 +-0.019409179688 +-0.105957031250 +0.042480468750 +0.073730468750 +-0.068359375000 +0.061523437500 +-0.097656250000 +0.081054687500 +0.061523437500 +-0.339843750000 +0.008361816406 +0.057128906250 +-0.008361816406 +-0.020629882812 +0.110351562500 +0.161132812500 +-0.095703125000 +-0.063476562500 +-0.003356933594 +0.103515625000 +0.071289062500 +0.140625000000 +0.113281250000 +-0.122558593750 +0.190429687500 +-0.108398437500 +0.068359375000 +0.143554687500 +0.062255859375 +0.024169921875 +-0.177734375000 +0.082031250000 +-0.008056640625 +0.015991210938 +-0.000965118408 +-0.014831542969 +0.105957031250 +-0.073730468750 +-0.071289062500 +0.011230468750 +0.077636718750 +-0.039062500000 +-0.028930664062 +-0.015747070312 +-0.000843048096 +-0.160156250000 +-0.083007812500 +-0.063476562500 +-0.071289062500 +-0.026000976562 +-0.029174804688 +0.018798828125 +-0.109863281250 +0.042968750000 +-0.092285156250 +0.041748046875 +0.108398437500 +0.073730468750 +0.088378906250 +-0.184570312500 +-0.099121093750 +-0.123046875000 +0.125976562500 +-0.265625000000 +0.082519531250 +-0.151367187500 +-0.110839843750 +0.029174804688 +0.118652343750 +0.019775390625 +-0.175781250000 +-0.251953125000 +-0.072265625000 +0.129882812500 +0.074707031250 +0.040527343750 +-0.122070312500 +-0.154296875000 +0.060791015625 +-0.087890625000 +0.036376953125 +0.049560546875 +-0.031738281250 +-0.002761840820 +-0.067382812500 +-0.214843750000 +-0.127929687500 +0.176757812500 +-0.269531250000 +-0.012634277344 +0.104980468750 +-0.259765625000 +-0.020751953125 +-0.063964843750 +0.006439208984 +0.035400390625 +0.086914062500 +-0.060302734375 +0.030151367188 +-0.000774383545 +0.012634277344 +0.039062500000 +-0.126953125000 +0.060058593750 +0.109863281250 +0.122070312500 +-0.052246093750 +-0.061767578125 +0.065917968750 +0.092773437500 +-0.085937500000 +0.032226562500 +-0.045654296875 +0.188476562500 +-0.079101562500 +-0.027954101562 +0.146484375000 +0.062988281250 +0.109375000000 +-0.083007812500 +0.054199218750 +-0.018676757812 +-0.091796875000 +0.092285156250 +0.145507812500 +-0.160156250000 +0.056396484375 +0.143554687500 +0.091308593750 +0.029541015625 +0.060302734375 +0.048095703125 +0.037109375000 +-0.079101562500 +-0.181640625000 +0.093261718750 +0.009643554688 +-0.041259765625 +-0.067871093750 +0.007415771484 +-0.055419921875 +0.102050781250 +-0.038574218750 +0.068847656250 +0.102539062500 +-0.123535156250 +-0.202148437500 +0.042968750000 +-0.037109375000 +0.121093750000 +-0.014099121094 +-0.017822265625 +-0.007049560547 +-0.018676757812 +0.209960937500 +0.065917968750 +-0.117187500000 +0.174804687500 +-0.074218750000 +-0.057373046875 +0.007873535156 +0.126953125000 +-0.040039062500 +0.038085937500 +-0.021972656250 +0.058837890625 +-0.009521484375 +0.050048828125 +-0.033691406250 +0.063476562500 +-0.081542968750 +0.020263671875 +-0.016235351562 +0.079101562500 +-0.148437500000 +0.025268554688 +0.062500000000 +-0.095703125000 +0.112792968750 +-0.031738281250 +0.048339843750 +0.025756835938 +-0.104003906250 +-0.060546875000 +0.245117187500 +-0.030761718750 +0.068847656250 +-0.078125000000 +-0.054687500000 +-0.034179687500 +-0.022094726562 +-0.024291992188 +0.001571655273 +0.016235351562 +-0.007690429688 +-0.017700195312 +-0.052246093750 +-0.202148437500 +0.099121093750 +-0.046142578125 +0.091796875000 +0.093261718750 +0.122558593750 +0.082519531250 +-0.008483886719 +-0.018432617188 +0.116699218750 +0.015075683594 +0.023437500000 +0.112792968750 +0.001121520996 +-0.096679687500 +0.035400390625 +-0.106445312500 +0.083984375000 +0.120117187500 +-0.107421875000 +0.037597656250 +0.085449218750 +-0.095214843750 +0.056640625000 +-0.076660156250 +-0.115722656250 +-0.018432617188 +0.096679687500 +0.046875000000 +0.008544921875 +-0.103515625000 +0.058837890625 +0.106445312500 +-0.040771484375 +-0.112304687500 +-0.074218750000 +-0.057617187500 +0.207031250000 +0.101562500000 +-0.048583984375 +0.054443359375 +-0.084472656250 +0.292968750000 +0.058837890625 +-0.011230468750 +-0.068847656250 +0.116210937500 +0.012939453125 +0.086425781250 +0.078125000000 +-0.186523437500 +0.021118164062 +-0.052734375000 +-0.006347656250 +-0.057617187500 +-0.100585937500 +-0.136718750000 +0.119628906250 +0.008422851562 +0.067382812500 +0.020507812500 +0.098144531250 +-0.207031250000 +-0.039062500000 +0.199218750000 +0.005340576172 +-0.027343750000 +0.004241943359 +-0.059326171875 +0.133789062500 +0.123046875000 +0.049072265625 +-0.138671875000 +-0.041503906250 +0.041748046875 +0.080566406250 +0.068359375000 +0.010681152344 +0.093750000000 +-0.098144531250 +0.111328125000 +-0.080566406250 +-0.014099121094 +-0.063964843750 +0.038330078125 +-0.045166015625 +0.077148437500 +-0.010559082031 +-0.063964843750 +-0.020996093750 +0.244140625000 +-0.034912109375 +0.064453125000 +-0.110839843750 +-0.044921875000 +0.064941406250 +0.013061523438 +0.042480468750 +-0.039062500000 +-0.115234375000 +-0.048583984375 +0.030395507812 +-0.030761718750 +0.059814453125 +-0.102050781250 +-0.019531250000 +-0.068847656250 +-0.134765625000 +-0.081054687500 +-0.018798828125 +-0.133789062500 +-0.064453125000 +-0.041503906250 +-0.098144531250 +-0.059082031250 +-0.090820312500 +-0.233398437500 +0.005798339844 +0.024780273438 +0.013793945312 +0.052490234375 +0.048339843750 +0.073730468750 +-0.038818359375 +0.137695312500 +0.092285156250 +-0.044189453125 +0.098632812500 +-0.010070800781 +0.051757812500 +0.021484375000 +0.070312500000 +0.024414062500 +0.064941406250 +-0.131835937500 +-0.023559570312 +0.035400390625 +0.065429687500 +-0.007446289062 +-0.119140625000 +-0.113769531250 +0.066894531250 +-0.196289062500 +-0.104980468750 +-0.073730468750 +0.053466796875 +0.208984375000 +-0.004028320312 +-0.166992187500 +0.097167968750 +-0.147460937500 +0.003082275391 +-0.037841796875 +0.071289062500 +0.020019531250 +0.016235351562 +0.036376953125 +0.010375976562 +0.016479492188 +-0.001266479492 +-0.059814453125 +0.051513671875 +0.011169433594 +-0.110351562500 +0.066894531250 +-0.123535156250 +0.071289062500 +-0.088378906250 +0.170898437500 +0.125976562500 +0.147460937500 +-0.031982421875 +0.131835937500 +-0.013488769531 +0.115722656250 +-0.079101562500 +-0.107910156250 +-0.046630859375 +0.006347656250 +-0.014953613281 +0.145507812500 +-0.005065917969 +0.105468750000 +0.007141113281 +0.063476562500 +0.014282226562 +-0.066406250000 +0.084472656250 +0.123046875000 +0.125000000000 +-0.174804687500 +0.033691406250 +0.007446289062 +0.003067016602 +0.163085937500 +-0.048583984375 +0.154296875000 +0.080078125000 +-0.065429687500 +0.020751953125 +0.000907897949 +0.107421875000 +0.131835937500 +0.115722656250 +-0.036376953125 +0.001396179199 +0.099121093750 +-0.078125000000 +0.036132812500 +0.069335937500 +0.036621093750 +-0.000762939453 +-0.044677734375 +-0.121093750000 +-0.106933593750 +-0.041992187500 +0.009094238281 +0.004394531250 +0.091308593750 +-0.007995605469 +0.007751464844 +0.014709472656 +-0.046386718750 +-0.052978515625 +0.007781982422 +-0.098632812500 +0.108886718750 +0.045410156250 +0.035644531250 +-0.148437500000 +0.115234375000 +0.208984375000 +0.010620117188 +0.145507812500 +-0.163085937500 +-0.011291503906 +0.105468750000 +0.070312500000 +-0.016113281250 +-0.079101562500 +0.105468750000 +-0.017456054688 +0.043212890625 +0.086425781250 +-0.014587402344 +0.089355468750 +0.080078125000 +-0.028808593750 +-0.022460937500 +-0.094726562500 +-0.045898437500 +-0.076171875000 +-0.136718750000 +0.023803710938 +0.073242187500 +-0.162109375000 +-0.070800781250 +-0.044677734375 +0.148437500000 +-0.045898437500 +0.010742187500 +0.021606445312 +-0.152343750000 +-0.001228332520 +0.057861328125 +0.086914062500 +-0.044433593750 +-0.015197753906 +-0.141601562500 +0.014526367188 +-0.062500000000 +0.129882812500 +-0.104003906250 +-0.127929687500 +0.045166015625 +-0.144531250000 +-0.016113281250 +0.102539062500 +0.237304687500 +-0.104003906250 +-0.061523437500 +-0.098632812500 +-0.051025390625 +0.047607421875 +0.083007812500 +0.020019531250 +0.105468750000 +-0.025756835938 +0.111816406250 +0.009582519531 +-0.130859375000 +-0.028198242188 +0.025268554688 +0.057373046875 +-0.083496093750 +-0.119628906250 +0.154296875000 +0.015563964844 +0.044921875000 +0.014648437500 +-0.022705078125 +0.021728515625 +0.109375000000 +-0.039550781250 +-0.051269531250 +-0.045410156250 +0.103515625000 +-0.050292968750 +-0.014587402344 +0.043457031250 +-0.002441406250 +0.103515625000 +-0.035888671875 +0.052246093750 +-0.061279296875 +-0.083496093750 +-0.054443359375 +-0.015869140625 +0.050292968750 +0.056640625000 +-0.088867187500 +0.035156250000 +-0.083984375000 +-0.048095703125 +-0.021972656250 +-0.010131835938 +-0.021728515625 +0.026611328125 +0.124511718750 +0.022705078125 +0.060058593750 +0.009643554688 +-0.084472656250 +0.005645751953 +-0.047607421875 +-0.080078125000 +0.010253906250 +0.004760742188 +-0.008789062500 +-0.006927490234 +0.006134033203 +-0.055664062500 +0.074218750000 +0.050292968750 +0.021240234375 +-0.036865234375 +-0.060791015625 +0.017822265625 +0.018798828125 +-0.027587890625 +-0.037353515625 +-0.013061523438 +0.046875000000 +-0.033203125000 +0.075195312500 +-0.029296875000 +-0.006042480469 +-0.002304077148 +0.000046968460 +0.009521484375 +-0.013366699219 +0.010131835938 +-0.017578125000 +0.047851562500 +0.005310058594 +0.013061523438 +0.070312500000 +0.018432617188 +-0.022949218750 +0.020996093750 +0.016967773438 +-0.010131835938 +0.021240234375 +-0.071777343750 +0.023803710938 +0.001136779785 +-0.047119140625 +0.050292968750 +-0.001884460449 +0.095703125000 +0.126953125000 +0.008483886719 +0.029296875000 +-0.044189453125 +0.031494140625 +-0.031250000000 +0.009826660156 +-0.039062500000 +-0.104492187500 +0.078613281250 +0.052490234375 +0.000436782837 +0.016113281250 +0.023437500000 +-0.049560546875 +0.012817382812 +-0.070800781250 +-0.021484375000 +-0.061767578125 +-0.003814697266 +-0.015991210938 +0.064941406250 +0.015991210938 +-0.014160156250 +0.060058593750 +0.001953125000 +-0.000270843506 +0.026123046875 +-0.001167297363 +0.170898437500 +-0.070312500000 +0.042968750000 +-0.067871093750 +-0.028808593750 +0.054443359375 +0.007354736328 +0.077148437500 +0.039550781250 +0.013000488281 +-0.057617187500 +0.024169921875 +0.046630859375 +-0.075683593750 +0.009521484375 +-0.145507812500 +-0.167968750000 +0.122070312500 +0.118164062500 +-0.003997802734 +0.077636718750 +0.050048828125 +0.140625000000 +-0.044433593750 +-0.083984375000 +-0.004272460938 +-0.037841796875 +-0.085449218750 +0.041259765625 +-0.075195312500 +0.047607421875 +-0.165039062500 +-0.143554687500 +0.114746093750 +-0.077148437500 +0.157226562500 +-0.005737304688 +-0.187500000000 +-0.060058593750 +0.008972167969 +0.223632812500 +0.059326171875 +0.020629882812 +0.209960937500 +-0.038330078125 +-0.022094726562 +-0.003997802734 +-0.075683593750 +-0.082519531250 +0.161132812500 +0.062255859375 +0.249023437500 +0.021728515625 +0.180664062500 +0.001869201660 +-0.273437500000 +0.076660156250 +0.116210937500 +-0.034423828125 +0.017700195312 +-0.008178710938 +-0.008789062500 +-0.160156250000 +-0.082031250000 +0.018554687500 +-0.032226562500 +0.006988525391 +-0.098632812500 +-0.023681640625 +0.189453125000 +0.018920898438 +-0.037353515625 +0.020141601562 +0.021850585938 +-0.037597656250 +0.012145996094 +0.033935546875 +0.051757812500 +0.110839843750 +0.153320312500 +0.001632690430 +0.104980468750 +-0.090332031250 +0.003524780273 +0.150390625000 +-0.021484375000 +-0.003524780273 +-0.017211914062 +-0.131835937500 +-0.008422851562 +0.069824218750 +-0.113281250000 +0.032470703125 +0.210937500000 +0.026855468750 +0.269531250000 +0.047363281250 +-0.051025390625 +-0.033935546875 +0.149414062500 +-0.079101562500 +-0.062500000000 +0.029541015625 +-0.098144531250 +-0.063964843750 +-0.166015625000 +0.063964843750 +-0.181640625000 +-0.053955078125 +0.043212890625 +0.013305664062 +0.031982421875 +-0.054931640625 +0.033935546875 +-0.000999450684 +-0.118164062500 +-0.174804687500 +0.083007812500 +0.030029296875 +0.181640625000 +-0.167968750000 +-0.021972656250 +-0.036865234375 +0.007598876953 +-0.143554687500 +0.084472656250 +0.020385742188 +-0.040771484375 +-0.050048828125 +-0.056884765625 +-0.141601562500 +-0.083007812500 +-0.019409179688 +-0.076660156250 +0.025146484375 +-0.123535156250 +-0.005645751953 +-0.125000000000 +-0.060546875000 +0.028930664062 +0.076171875000 +-0.022949218750 +0.023559570312 +0.072753906250 +-0.082519531250 +0.040527343750 +-0.004913330078 +-0.073242187500 +-0.052978515625 +0.131835937500 +-0.129882812500 +0.028320312500 +0.066406250000 +-0.024658203125 +0.039550781250 +-0.016479492188 +-0.072753906250 +-0.045654296875 +0.090332031250 +-0.101074218750 +0.040039062500 +0.029174804688 +-0.141601562500 +0.115234375000 +-0.035644531250 +0.092773437500 +0.022949218750 +-0.011657714844 +-0.105468750000 +-0.093261718750 +0.109375000000 +-0.058105468750 +0.076171875000 +-0.014160156250 +-0.025634765625 +-0.062500000000 +-0.011291503906 +-0.034179687500 +-0.085449218750 +0.024169921875 +-0.012634277344 +-0.045166015625 +0.033935546875 +0.110351562500 +0.019287109375 +-0.086425781250 +-0.078613281250 +-0.054199218750 +-0.027465820312 +-0.049560546875 +-0.089843750000 +-0.017700195312 +0.005767822266 +0.071777343750 +-0.088867187500 +0.010803222656 +-0.145507812500 +0.220703125000 +-0.020263671875 +-0.092773437500 +0.028320312500 +-0.056152343750 +0.025756835938 +0.017822265625 +0.063964843750 +-0.026977539062 +0.030273437500 +-0.048339843750 +-0.042724609375 +0.074707031250 +-0.105957031250 +-0.077636718750 +0.010559082031 +-0.103027343750 +-0.147460937500 +-0.029052734375 +-0.095703125000 +-0.147460937500 +-0.036132812500 +-0.010925292969 +0.153320312500 +-0.027343750000 +0.014343261719 +0.034423828125 +0.036132812500 +-0.177734375000 +0.080566406250 +-0.076171875000 +0.044677734375 +-0.051025390625 +0.038818359375 +0.035400390625 +0.156250000000 +-0.051025390625 +0.098144531250 +-0.035156250000 +0.054687500000 +0.106445312500 +-0.080566406250 +0.054199218750 +0.021118164062 +0.083007812500 +0.089355468750 +-0.092285156250 +-0.107421875000 +0.121093750000 +-0.017333984375 +0.029907226562 +-0.043945312500 +-0.158203125000 +-0.072265625000 +0.118652343750 +0.076660156250 +0.051513671875 +-0.041992187500 +-0.100097656250 +0.018310546875 +-0.048339843750 +-0.057861328125 +0.082031250000 +-0.022338867188 +0.017944335938 +-0.069824218750 +-0.092285156250 +-0.072753906250 +-0.035644531250 +0.000751495361 +-0.158203125000 +-0.073242187500 +0.104492187500 +0.020996093750 +-0.023681640625 +0.081054687500 +-0.116699218750 +0.063964843750 +-0.032470703125 +0.020263671875 +-0.139648437500 +0.158203125000 +0.071777343750 +-0.041503906250 +0.050537109375 +-0.054687500000 +0.000081062317 +0.160156250000 +0.065917968750 +0.098632812500 +0.032226562500 +-0.158203125000 +-0.037109375000 +-0.101074218750 +0.032470703125 +0.096191406250 +-0.077148437500 +-0.137695312500 +0.004760742188 +0.011108398438 +0.062500000000 +-0.068847656250 +0.090820312500 +-0.219726562500 +-0.158203125000 +-0.107421875000 +-0.012878417969 +0.042724609375 +0.058105468750 +-0.055908203125 +-0.023437500000 +0.047851562500 +-0.271484375000 +0.058349609375 +0.033691406250 +0.017456054688 +0.078613281250 +-0.150390625000 +-0.031005859375 +0.036376953125 +-0.090332031250 +-0.059082031250 +-0.126953125000 +0.095703125000 +-0.154296875000 +0.041259765625 +0.012878417969 +-0.035156250000 +0.049316406250 +-0.171875000000 +0.034423828125 +-0.025268554688 +0.169921875000 +0.003768920898 +0.162109375000 +0.040283203125 +0.008422851562 +-0.118652343750 +0.001251220703 +0.102050781250 +0.095703125000 +0.020263671875 +-0.050537109375 +0.035400390625 +-0.051513671875 +-0.032226562500 +0.119628906250 +0.125000000000 +0.076171875000 +-0.007507324219 +-0.079589843750 +0.036621093750 +-0.086914062500 +0.168945312500 +0.015869140625 +-0.065917968750 +0.005249023438 +0.020874023438 +0.014709472656 +-0.322265625000 +0.006866455078 +0.033203125000 +-0.171875000000 +-0.084472656250 +0.110839843750 +-0.050781250000 +0.142578125000 +-0.008178710938 +-0.112792968750 +0.011779785156 +0.051025390625 +-0.109863281250 +0.034912109375 +-0.118164062500 +-0.075195312500 +-0.025878906250 +0.216796875000 +-0.002120971680 +0.017456054688 +0.046630859375 +0.000492095947 +0.140625000000 +0.103515625000 +0.020141601562 +0.075683593750 +-0.130859375000 +-0.004119873047 +0.070312500000 +-0.000122070312 +-0.089843750000 +0.170898437500 +-0.041992187500 +0.192382812500 +0.043457031250 +0.022094726562 +-0.073242187500 +-0.017456054688 +0.050048828125 +-0.048828125000 +0.010314941406 +-0.083984375000 +-0.328125000000 +-0.047607421875 +0.025878906250 +-0.089355468750 +-0.083984375000 +0.058837890625 +-0.034667968750 +-0.143554687500 +0.056640625000 +0.050292968750 +-0.067871093750 +-0.102539062500 +0.015869140625 +-0.033447265625 +0.029541015625 +-0.103027343750 +-0.076660156250 +0.007080078125 +0.037109375000 +0.055664062500 +0.056152343750 +-0.044189453125 +0.125000000000 +0.006469726562 +0.062988281250 +0.067871093750 +0.055419921875 +0.104980468750 +0.027343750000 +0.043701171875 +-0.055419921875 +0.102050781250 +0.001113891602 +-0.136718750000 +-0.109863281250 +-0.140625000000 +0.031494140625 +0.054199218750 +0.083984375000 +0.019775390625 +-0.033447265625 +0.112792968750 +-0.059570312500 +-0.003219604492 +0.010253906250 +-0.084960937500 +-0.004547119141 +-0.128906250000 +0.076171875000 +0.125000000000 +0.029418945312 +-0.030639648438 +-0.107421875000 +-0.030273437500 +-0.077636718750 +0.125976562500 +-0.073730468750 +0.121093750000 +0.039550781250 +0.010803222656 +0.032470703125 +-0.085937500000 +-0.023315429688 +-0.105468750000 +-0.132812500000 +0.138671875000 +-0.001800537109 +0.080566406250 +-0.110351562500 +-0.151367187500 +-0.126953125000 +-0.024536132812 +-0.090332031250 +0.052246093750 +-0.056640625000 +-0.026123046875 +0.009765625000 +0.055664062500 +0.091796875000 +-0.009948730469 +-0.012939453125 +0.104492187500 +-0.154296875000 +0.106933593750 +-0.271484375000 +-0.059814453125 +0.037597656250 +-0.029907226562 +0.100097656250 +-0.000158309937 +0.231445312500 +-0.183593750000 +0.074218750000 +0.158203125000 +-0.015747070312 +0.020019531250 +0.094238281250 +-0.110351562500 +0.048095703125 +-0.024047851562 +-0.068359375000 +-0.024169921875 +0.037841796875 +-0.156250000000 +-0.001869201660 +0.020996093750 +-0.038818359375 +0.250000000000 +-0.061523437500 +-0.004943847656 +-0.094726562500 +-0.113769531250 +-0.018554687500 +-0.040039062500 +-0.341796875000 +-0.018188476562 +0.020141601562 +-0.045654296875 +-0.103027343750 +-0.122558593750 +-0.084960937500 +-0.251953125000 +-0.022583007812 +-0.055419921875 +-0.026123046875 +-0.059082031250 +-0.014282226562 +-0.015869140625 +-0.058349609375 +0.373046875000 +0.071777343750 +-0.094726562500 +-0.220703125000 +0.097167968750 +0.004974365234 +0.004577636719 +-0.011230468750 +0.076660156250 +0.070800781250 +0.051269531250 +-0.025878906250 +0.007781982422 +-0.072753906250 +0.046630859375 +-0.068359375000 +0.111328125000 +-0.090820312500 +-0.002944946289 +-0.068359375000 +-0.116699218750 +0.007812500000 +-0.148437500000 +0.070312500000 +0.131835937500 +0.217773437500 +-0.049804687500 +-0.076171875000 +-0.035644531250 +0.027099609375 +-0.144531250000 +0.170898437500 +0.066406250000 +-0.004730224609 +-0.074218750000 +-0.011779785156 +0.035888671875 +0.039062500000 +-0.078125000000 +0.053222656250 +-0.107910156250 +-0.046875000000 +-0.139648437500 +0.034179687500 +0.007476806641 +-0.027587890625 +-0.125000000000 +-0.061279296875 +-0.057617187500 +0.022460937500 +-0.051269531250 +-0.179687500000 +-0.026855468750 +-0.026245117188 +-0.209960937500 +0.017089843750 +0.082031250000 +0.031127929688 +0.033691406250 +0.047363281250 +0.112792968750 +-0.033203125000 +-0.102050781250 +-0.073242187500 +0.047607421875 +0.102539062500 +0.100097656250 +0.061279296875 +-0.039794921875 +0.044921875000 +0.048828125000 +0.041992187500 +0.033447265625 +-0.098632812500 +-0.031738281250 +-0.178710937500 +0.072753906250 +-0.068847656250 +-0.208984375000 +-0.084472656250 +-0.267578125000 +-0.100097656250 +0.052978515625 +0.170898437500 +0.129882812500 +0.089355468750 +-0.028442382812 +-0.089355468750 +-0.067871093750 +-0.153320312500 +0.015319824219 +-0.193359375000 +-0.085937500000 +-0.114257812500 +-0.019531250000 +0.064453125000 +-0.045166015625 +-0.110839843750 +0.071777343750 +-0.158203125000 +0.060791015625 +-0.043212890625 +0.005035400391 +0.127929687500 +0.026855468750 +0.199218750000 +-0.229492187500 +-0.092285156250 +0.020385742188 +0.103515625000 +0.040527343750 +0.011474609375 +-0.002349853516 +0.257812500000 +0.051025390625 +0.002212524414 +0.087402343750 +-0.129882812500 +-0.153320312500 +0.096191406250 +-0.063476562500 +0.119140625000 +-0.000587463379 +-0.058349609375 +-0.041992187500 +0.018798828125 +0.047851562500 +0.233398437500 +-0.125976562500 +-0.128906250000 +0.029663085938 +-0.012084960938 +-0.029296875000 +-0.011718750000 +0.190429687500 +0.036865234375 +-0.003005981445 +0.115234375000 +-0.102050781250 +0.047363281250 +0.202148437500 +-0.044189453125 +-0.129882812500 +-0.063964843750 +0.091308593750 +-0.031127929688 +0.012084960938 +0.008789062500 +0.055175781250 +-0.044677734375 +0.306640625000 +0.058105468750 +-0.052734375000 +-0.033691406250 +-0.100097656250 +-0.034179687500 +-0.061279296875 +-0.112792968750 +0.009155273438 +0.013061523438 +0.059814453125 +0.367187500000 +-0.043945312500 +0.088867187500 +-0.038818359375 +0.016357421875 +-0.071777343750 +-0.107421875000 +-0.125000000000 +-0.034179687500 +0.020141601562 +0.005950927734 +-0.000740051270 +-0.024902343750 +0.051757812500 +0.047607421875 +-0.134765625000 +0.048095703125 +-0.068359375000 +-0.022827148438 +-0.021606445312 +-0.062011718750 +-0.006622314453 +-0.037841796875 +0.129882812500 +-0.031494140625 +0.074218750000 +0.057861328125 +-0.061523437500 +-0.098632812500 +0.035156250000 +-0.071777343750 +0.038818359375 +-0.005676269531 +0.068847656250 +0.016845703125 +0.040039062500 +0.020141601562 +-0.080078125000 +0.046630859375 +0.115234375000 +0.057617187500 +0.036132812500 +0.138671875000 +-0.029052734375 +-0.045410156250 +-0.040039062500 +-0.059570312500 +-0.005706787109 +-0.053710937500 +-0.105957031250 +-0.044921875000 +0.007141113281 +0.104492187500 +-0.129882812500 +0.029907226562 +-0.025268554688 +-0.100097656250 +-0.072265625000 +0.083984375000 +-0.040771484375 +-0.023803710938 +-0.033447265625 +-0.002944946289 +0.093261718750 +0.097167968750 +0.025390625000 +0.024169921875 +0.039062500000 +0.016723632812 +0.033447265625 +-0.002716064453 +0.106445312500 +-0.041992187500 +-0.019042968750 +0.019531250000 +-0.070800781250 +0.094238281250 +-0.070312500000 +-0.100097656250 +-0.096679687500 +0.124023437500 +-0.074218750000 +0.021850585938 +0.078613281250 +0.153320312500 +-0.090332031250 +0.160156250000 +-0.111816406250 +-0.073242187500 +0.049560546875 +0.007354736328 +0.006591796875 +-0.024780273438 +-0.010681152344 +-0.125976562500 +0.065429687500 +-0.125976562500 +-0.111816406250 +-0.155273437500 +0.113769531250 +-0.066894531250 +-0.011413574219 +0.097167968750 +-0.013366699219 +-0.142578125000 +-0.036376953125 +-0.004486083984 +0.031005859375 +-0.019287109375 +0.129882812500 +0.189453125000 +0.058105468750 +-0.199218750000 +0.029174804688 +0.072265625000 +-0.093261718750 +0.082519531250 +0.296875000000 +0.066406250000 +0.001220703125 +-0.160156250000 +-0.094238281250 +0.082519531250 +0.019409179688 +0.077636718750 +-0.059814453125 +-0.228515625000 +0.142578125000 +-0.131835937500 +0.059082031250 +0.008056640625 +0.134765625000 +-0.161132812500 +-0.014892578125 +0.083007812500 +-0.052734375000 +-0.163085937500 +0.018310546875 +0.061035156250 +0.082519531250 +0.024169921875 +0.017822265625 +-0.079589843750 +-0.231445312500 +0.011230468750 +-0.061523437500 +-0.156250000000 +-0.037841796875 +0.104980468750 +-0.027832031250 +0.156250000000 +0.162109375000 +-0.030029296875 +0.062988281250 +0.028564453125 +-0.027587890625 +-0.065917968750 +0.064453125000 +-0.203125000000 +-0.166992187500 +-0.012817382812 +0.073242187500 +-0.071289062500 +0.185546875000 +0.043457031250 +0.130859375000 +0.180664062500 +0.037109375000 +0.000640869141 +-0.013549804688 +0.318359375000 +0.105957031250 +0.016723632812 +-0.117675781250 +-0.172851562500 +-0.142578125000 +-0.012329101562 +-0.051025390625 +0.039794921875 +0.051757812500 +-0.023681640625 +0.099609375000 +0.173828125000 +-0.016601562500 +-0.120117187500 +0.011413574219 +0.042480468750 +0.053710937500 +0.023437500000 +-0.089843750000 +0.005950927734 +-0.034179687500 +-0.107910156250 +-0.148437500000 +-0.002838134766 +-0.078125000000 +0.057373046875 +-0.106445312500 +0.071289062500 +0.001152038574 +-0.093750000000 +-0.015747070312 +0.034667968750 +0.026611328125 +-0.031494140625 +-0.003051757812 +0.131835937500 +0.093261718750 +0.141601562500 +-0.189453125000 +0.170898437500 +0.019409179688 +0.049804687500 +0.051513671875 +0.003051757812 +-0.019653320312 +0.016479492188 +-0.076660156250 +-0.109863281250 +0.010192871094 +0.396484375000 +-0.084960937500 +-0.040527343750 +-0.094726562500 +0.095214843750 +0.186523437500 +0.067382812500 +-0.058349609375 +-0.048828125000 +0.169921875000 +0.030273437500 +0.033447265625 +-0.113769531250 +0.152343750000 +0.038330078125 +0.088867187500 +-0.066406250000 +-0.040039062500 +-0.089355468750 +-0.102050781250 +-0.065429687500 +0.014282226562 +0.030639648438 +0.064453125000 +-0.016845703125 +-0.169921875000 +0.109863281250 +-0.030883789062 +-0.091308593750 +-0.025390625000 +-0.091308593750 +0.043701171875 +0.008300781250 +0.108398437500 +-0.019409179688 +-0.253906250000 +0.114746093750 +-0.075683593750 +0.027709960938 +0.097656250000 +-0.076660156250 +0.087402343750 +0.054931640625 +-0.019165039062 +-0.247070312500 +-0.121582031250 +0.080078125000 +0.139648437500 +0.039794921875 +0.011291503906 +0.035888671875 +0.052978515625 +-0.142578125000 +0.090332031250 +-0.014038085938 +-0.054199218750 +0.066406250000 +0.115722656250 +0.160156250000 +0.080078125000 +-0.157226562500 +0.045654296875 +0.053222656250 +0.037353515625 +-0.088378906250 +-0.105468750000 +-0.048583984375 +-0.130859375000 +-0.165039062500 +0.085449218750 +0.125000000000 +0.092285156250 +-0.077148437500 +-0.002761840820 +-0.062011718750 +0.023681640625 +0.026245117188 +-0.076660156250 +-0.007202148438 +-0.046630859375 +-0.020385742188 +-0.092285156250 +-0.037109375000 +0.156250000000 +0.134765625000 +-0.046875000000 +-0.102539062500 +-0.070800781250 +-0.024902343750 +-0.013793945312 +0.020263671875 +0.111328125000 +0.107421875000 +-0.265625000000 +-0.063964843750 +-0.017089843750 +-0.105468750000 +0.053955078125 +0.099121093750 +-0.204101562500 +0.017822265625 +0.044921875000 +0.049316406250 +0.178710937500 +0.077148437500 +0.330078125000 +-0.008239746094 +-0.000999450684 +0.031494140625 +0.015441894531 +-0.020874023438 +-0.180664062500 +-0.036132812500 +0.050292968750 +0.175781250000 +0.046875000000 +-0.037597656250 +-0.068847656250 +-0.001869201660 +0.021362304688 +0.037109375000 +-0.023925781250 +-0.064453125000 +0.061523437500 +0.066406250000 +-0.100585937500 +0.006317138672 +0.035156250000 +-0.004150390625 +0.110839843750 +-0.047851562500 +-0.176757812500 +0.069824218750 +-0.011596679688 +0.150390625000 +-0.090820312500 +0.083984375000 +-0.049316406250 +-0.126953125000 +-0.081542968750 +0.013916015625 +0.087890625000 +-0.074218750000 +0.009216308594 +-0.047851562500 +-0.058349609375 +0.086425781250 +-0.046386718750 +-0.077636718750 +-0.093750000000 +-0.056640625000 +0.047363281250 +0.102050781250 +-0.029418945312 +0.016601562500 +0.031494140625 +-0.066406250000 +0.089843750000 +0.018066406250 +0.163085937500 +0.040527343750 +-0.017944335938 +-0.038574218750 +-0.138671875000 +0.003524780273 +-0.060058593750 +0.073242187500 +0.125976562500 +-0.057373046875 +0.034912109375 +0.139648437500 +0.002258300781 +-0.023193359375 +-0.087402343750 +-0.032470703125 +0.091308593750 +0.099121093750 +-0.049072265625 +0.040283203125 +0.083007812500 +-0.092773437500 +0.215820312500 +-0.104003906250 +-0.086425781250 +0.115722656250 +-0.076171875000 +0.053710937500 +-0.132812500000 +-0.067382812500 +0.006469726562 +-0.048095703125 +0.095214843750 +-0.042480468750 +-0.043457031250 +-0.079101562500 +0.008544921875 +-0.261718750000 +0.134765625000 +-0.033691406250 +-0.202148437500 +-0.078125000000 +0.083496093750 +-0.046875000000 +-0.047119140625 +0.044921875000 +-0.035644531250 +-0.027709960938 +0.042480468750 +-0.071777343750 +-0.127929687500 +-0.160156250000 +-0.005157470703 +-0.158203125000 +-0.065429687500 +-0.052734375000 +-0.200195312500 +0.070312500000 +-0.095214843750 +-0.033203125000 +-0.182617187500 +-0.114257812500 +0.060302734375 +-0.014526367188 +0.021362304688 +0.008239746094 +0.013671875000 +0.096191406250 +-0.043212890625 +-0.041503906250 +-0.079589843750 +0.044921875000 +-0.074707031250 +0.017700195312 +0.105468750000 +0.086914062500 +-0.169921875000 +0.216796875000 +0.129882812500 +-0.073730468750 +-0.109863281250 +0.002044677734 +0.047119140625 +-0.066406250000 +0.080078125000 +0.012268066406 +-0.042724609375 +0.068847656250 +0.021972656250 +0.068359375000 +0.014648437500 +0.001419067383 +0.056640625000 +-0.034423828125 +-0.152343750000 +0.134765625000 +-0.043457031250 +-0.064941406250 +-0.081542968750 +-0.067871093750 +0.084960937500 +0.021240234375 +-0.046142578125 +-0.211914062500 +-0.054687500000 +-0.096191406250 +0.009582519531 +-0.103027343750 +0.015991210938 +0.124023437500 +-0.102050781250 +-0.006011962891 +0.046142578125 +-0.037597656250 +-0.029907226562 +-0.020507812500 +0.029052734375 +-0.082519531250 +0.032470703125 +0.031738281250 +-0.027221679688 +0.038085937500 +0.227539062500 +-0.039306640625 +0.034667968750 +0.029418945312 +-0.062988281250 +0.037353515625 +0.030029296875 +-0.035400390625 +-0.015197753906 +0.038818359375 +0.032958984375 +0.109863281250 +-0.021240234375 +0.097167968750 +-0.014770507812 +0.064941406250 +0.116699218750 +0.094238281250 +-0.047119140625 +-0.028930664062 +0.073242187500 +0.042724609375 +0.034423828125 +-0.097167968750 +0.110351562500 +-0.027343750000 +-0.082519531250 +0.012634277344 +-0.174804687500 +0.075195312500 +-0.060058593750 +0.079101562500 +-0.043212890625 +-0.128906250000 +0.066406250000 +-0.102050781250 +0.012268066406 +0.073242187500 +0.076660156250 +0.036376953125 +-0.113769531250 +-0.055175781250 +0.060058593750 +0.265625000000 +-0.051025390625 +0.117675781250 +-0.088378906250 +0.292968750000 +-0.053955078125 +0.059326171875 +-0.145507812500 +-0.041015625000 +-0.044189453125 +0.078125000000 +0.031494140625 +-0.087402343750 +-0.086425781250 +0.013977050781 +-0.019653320312 +0.208984375000 +0.017333984375 +-0.124511718750 +-0.073730468750 +-0.042724609375 +0.013732910156 +0.097656250000 +0.006958007812 +0.273437500000 +-0.056884765625 +0.030639648438 +-0.068847656250 +-0.040527343750 +0.067382812500 +-0.070312500000 +0.029907226562 +-0.008300781250 +0.025634765625 +0.011596679688 +0.000239372253 +-0.023437500000 +0.148437500000 +-0.077636718750 +0.016723632812 +-0.029052734375 +-0.138671875000 +0.033935546875 +0.061279296875 +0.014831542969 +0.269531250000 +0.038330078125 +0.045166015625 +-0.105957031250 +-0.096191406250 +-0.075683593750 +0.060302734375 +-0.047851562500 +-0.109863281250 +-0.077148437500 +-0.007720947266 +0.085449218750 +0.113769531250 +-0.138671875000 +0.103515625000 +-0.026977539062 +-0.138671875000 +-0.070312500000 +-0.111816406250 +-0.176757812500 +-0.107421875000 +0.036621093750 +0.028320312500 +-0.058593750000 +0.032958984375 +0.058837890625 +0.031005859375 +0.001937866211 +0.081542968750 +0.001831054688 +-0.038330078125 +0.008361816406 +0.086425781250 +0.000576019287 +-0.031494140625 +0.019042968750 +-0.086914062500 +0.079101562500 +0.052734375000 +-0.093750000000 +0.059570312500 +0.028198242188 +0.000671386719 +0.109863281250 +0.021240234375 +0.049316406250 +0.074218750000 +0.012084960938 +0.009948730469 +0.015869140625 +0.030273437500 +0.010925292969 +0.059814453125 +-0.062011718750 +-0.005645751953 +0.028808593750 +0.003509521484 +-0.021362304688 +0.000713348389 +-0.033691406250 +0.091308593750 +-0.114746093750 +-0.104003906250 +0.050292968750 +0.030151367188 +-0.063964843750 +-0.169921875000 +-0.125976562500 +0.235351562500 +-0.006072998047 +-0.006958007812 +-0.135742187500 +0.128906250000 +-0.020263671875 +-0.027343750000 +-0.092285156250 +-0.045166015625 +-0.027221679688 +0.182617187500 +-0.042968750000 +0.117187500000 +-0.024047851562 +0.018920898438 +-0.121582031250 +0.007110595703 +-0.044921875000 +-0.204101562500 +0.104003906250 +0.172851562500 +0.003860473633 +-0.084960937500 +-0.048828125000 +0.110839843750 +-0.113281250000 +0.121093750000 +0.072265625000 +0.004364013672 +0.134765625000 +-0.341796875000 +-0.046142578125 +0.081542968750 +0.043212890625 +0.072753906250 +0.120605468750 +-0.085937500000 +0.106933593750 +-0.148437500000 +0.015563964844 +0.034179687500 +-0.029296875000 +-0.002471923828 +0.073242187500 +-0.051513671875 +-0.034912109375 +-0.034423828125 +-0.096191406250 +-0.020629882812 +0.089355468750 +-0.170898437500 +0.007263183594 +-0.010009765625 +-0.157226562500 +-0.047851562500 +0.018066406250 +0.153320312500 +-0.160156250000 +-0.018676757812 +0.037597656250 +0.017089843750 +0.122558593750 +-0.029541015625 +0.102539062500 +-0.030151367188 +0.143554687500 +-0.018554687500 +0.136718750000 +-0.062988281250 +-0.003494262695 +0.117187500000 +-0.144531250000 +-0.093261718750 +-0.036132812500 +0.025512695312 +-0.078613281250 +0.010620117188 +0.098144531250 +0.005523681641 +0.013183593750 +-0.009033203125 +-0.016113281250 +0.039794921875 +-0.208984375000 +0.008300781250 +-0.092773437500 +0.041503906250 +-0.116210937500 +-0.030883789062 +-0.083984375000 +0.099121093750 +0.133789062500 +0.012939453125 +-0.092285156250 +0.047607421875 +-0.028442382812 +-0.071777343750 +0.016845703125 +0.000907897949 +-0.029174804688 +-0.098144531250 +0.125000000000 +-0.001922607422 +-0.014526367188 +-0.059814453125 +0.070800781250 +0.019409179688 +-0.143554687500 +-0.017333984375 +-0.081054687500 +-0.071289062500 +-0.083007812500 +0.008972167969 +0.084960937500 +0.015747070312 +-0.017578125000 +-0.067382812500 +0.072753906250 +-0.059814453125 +-0.008056640625 +-0.076171875000 +0.061035156250 +0.068847656250 +-0.030517578125 +-0.021728515625 +-0.011535644531 +0.023071289062 +-0.021240234375 +0.152343750000 +-0.027099609375 +-0.075683593750 +-0.078125000000 +0.207031250000 +-0.132812500000 +-0.019775390625 +-0.004791259766 +-0.066406250000 +-0.053710937500 +-0.041748046875 +0.007080078125 +0.099609375000 +-0.037353515625 +-0.038085937500 +0.076660156250 +0.080078125000 +0.018554687500 +0.068359375000 +-0.074707031250 +0.131835937500 +0.054931640625 +-0.003875732422 +-0.027099609375 +-0.045898437500 +0.033935546875 +0.022094726562 +-0.018554687500 +-0.020263671875 +-0.047119140625 +-0.033935546875 +-0.017578125000 +0.005035400391 +-0.086914062500 +-0.057373046875 +0.103515625000 +-0.079589843750 +0.016723632812 +-0.025634765625 +0.013610839844 +0.168945312500 +0.058105468750 +0.012878417969 +0.231445312500 +-0.039062500000 +0.035400390625 +0.061523437500 +0.098632812500 +0.007293701172 +0.061035156250 +0.037353515625 +-0.040527343750 +-0.036865234375 +0.035400390625 +-0.104492187500 +-0.044433593750 +0.031494140625 +-0.024658203125 +-0.069335937500 +-0.077636718750 +0.098632812500 +0.027832031250 +-0.061035156250 +-0.133789062500 +-0.022705078125 +-0.050537109375 +-0.035644531250 +-0.027465820312 +-0.074707031250 +-0.070800781250 +-0.056884765625 +-0.040039062500 +0.014343261719 +-0.053710937500 +0.142578125000 +-0.067382812500 +0.012390136719 +-0.011901855469 +0.010314941406 +0.005889892578 +-0.024169921875 +-0.075683593750 +-0.168945312500 +-0.078125000000 +-0.010375976562 +-0.074218750000 +0.028808593750 +-0.030151367188 +-0.125976562500 +-0.053955078125 +-0.008666992188 +-0.012817382812 +0.074707031250 +-0.046142578125 +0.107421875000 +-0.023071289062 +0.060546875000 +0.033203125000 +0.081054687500 +0.083496093750 +-0.100097656250 +0.004211425781 +-0.098144531250 +-0.047851562500 +0.014892578125 +0.073730468750 +-0.011169433594 +-0.028198242188 +0.155273437500 +0.034179687500 +0.092285156250 +-0.155273437500 +-0.113769531250 +0.070800781250 +0.074218750000 +0.154296875000 +-0.064941406250 +0.018066406250 +-0.061279296875 +-0.083007812500 +-0.157226562500 +0.079589843750 +-0.084472656250 +0.027343750000 +0.017089843750 +0.073242187500 +-0.049316406250 +0.023559570312 +-0.026977539062 +-0.326171875000 +-0.144531250000 +-0.007995605469 +0.072265625000 +-0.006958007812 +0.032226562500 +0.053466796875 +-0.124023437500 +-0.022949218750 +-0.138671875000 +-0.046386718750 +0.006378173828 +-0.070800781250 +0.069335937500 +-0.019775390625 +0.047119140625 +-0.024291992188 +0.010009765625 +0.082519531250 +-0.075195312500 +0.026489257812 +-0.000190734863 +-0.013061523438 +0.027465820312 +0.259765625000 +0.062500000000 +0.073730468750 +-0.068847656250 +-0.003829956055 +0.042968750000 +0.010986328125 +-0.044433593750 +0.019165039062 +-0.127929687500 +0.090332031250 +0.037597656250 +-0.019409179688 +-0.033691406250 +0.000410079956 +-0.096679687500 +-0.151367187500 +0.011718750000 +-0.058593750000 +0.087890625000 +-0.011779785156 +-0.107910156250 +0.031494140625 +0.107910156250 +-0.146484375000 +0.156250000000 +0.027465820312 +0.050292968750 +-0.091796875000 +0.025390625000 +0.060546875000 +0.108398437500 +-0.065917968750 +-0.077148437500 +0.033935546875 +-0.269531250000 +0.059814453125 +-0.057617187500 +-0.361328125000 +0.034912109375 +0.038818359375 +-0.036865234375 +0.130859375000 +-0.077148437500 +0.117675781250 +0.005371093750 +0.036621093750 +0.072265625000 +0.007080078125 +0.022949218750 +0.055175781250 +0.125000000000 +-0.011352539062 +0.118164062500 +0.020385742188 +0.027465820312 +-0.027221679688 +0.060058593750 +-0.165039062500 +0.079101562500 +0.034912109375 +-0.061279296875 +-0.106445312500 +0.022216796875 +-0.128906250000 +0.032714843750 +-0.062500000000 +0.070312500000 +0.051757812500 +0.038574218750 +0.133789062500 +0.079589843750 +-0.077636718750 +-0.085937500000 +0.166015625000 +-0.016357421875 +0.096191406250 +-0.117187500000 +0.033447265625 +0.006805419922 +0.019775390625 +-0.006439208984 +0.040283203125 +-0.022705078125 +0.085449218750 +0.166015625000 +0.017578125000 +0.019653320312 +0.123535156250 +-0.025024414062 +-0.064941406250 +-0.101074218750 +0.086914062500 +0.105957031250 +-0.123535156250 +0.192382812500 +-0.042724609375 +0.034423828125 +-0.083984375000 +-0.034912109375 +0.008483886719 +0.081054687500 +-0.036865234375 +-0.019531250000 +-0.054443359375 +-0.110839843750 +0.042480468750 +-0.082031250000 +-0.054443359375 +-0.009521484375 +-0.046875000000 +0.014526367188 +0.052246093750 +0.012756347656 +-0.122070312500 +0.048583984375 +-0.035888671875 +0.172851562500 +-0.009582519531 +0.002212524414 +0.037841796875 +0.057128906250 +0.048095703125 +-0.036132812500 +0.000034809113 +0.080078125000 +-0.087402343750 +0.006683349609 +0.175781250000 +-0.062500000000 +-0.158203125000 +0.065429687500 +0.040039062500 +0.051269531250 +0.183593750000 +-0.097167968750 +0.131835937500 +0.004974365234 +0.035888671875 +0.010314941406 +-0.054931640625 +-0.051757812500 +-0.051269531250 +-0.019897460938 +-0.088867187500 +-0.168945312500 +-0.160156250000 +-0.165039062500 +-0.108398437500 +-0.006103515625 +-0.040283203125 +-0.004974365234 +0.017089843750 +-0.060058593750 +-0.134765625000 +0.030029296875 +0.053222656250 +0.100585937500 +0.031982421875 +0.012084960938 +-0.104003906250 +-0.014648437500 +-0.110351562500 +0.235351562500 +0.040527343750 +0.025756835938 +-0.085937500000 +0.007537841797 +0.034179687500 +0.006866455078 +-0.062255859375 +-0.025024414062 +-0.043945312500 +-0.036865234375 +0.107910156250 +0.024414062500 +0.027954101562 +-0.003097534180 +-0.036376953125 +-0.024902343750 +-0.004974365234 +-0.202148437500 +-0.066406250000 +-0.052734375000 +0.069824218750 +-0.015869140625 +-0.044921875000 +0.072753906250 +0.018676757812 +-0.142578125000 +-0.074218750000 +-0.129882812500 +-0.068359375000 +0.058349609375 +-0.064453125000 +-0.109863281250 +-0.086425781250 +-0.115722656250 +-0.053222656250 +-0.024169921875 +0.012390136719 +0.095214843750 +0.020019531250 +-0.441406250000 +-0.056396484375 +-0.025878906250 +0.002258300781 +-0.041015625000 +-0.115234375000 +-0.116699218750 +-0.140625000000 +-0.035888671875 +-0.043945312500 +0.020019531250 +0.058593750000 +-0.197265625000 +0.031250000000 +-0.007995605469 +-0.115234375000 +-0.099121093750 +0.098632812500 +-0.146484375000 +0.031738281250 +-0.032470703125 +0.022705078125 +0.065917968750 +-0.088378906250 +-0.093261718750 +0.014465332031 +-0.035644531250 +-0.019042968750 +0.151367187500 +0.069824218750 +-0.236328125000 +0.149414062500 +-0.058593750000 +0.113281250000 +-0.030273437500 +-0.088867187500 +-0.167968750000 +-0.051025390625 +-0.119628906250 +-0.002853393555 +-0.075195312500 +0.007934570312 +0.032958984375 +-0.098632812500 +0.090332031250 +-0.139648437500 +-0.011840820312 +0.016845703125 +0.003845214844 +0.020141601562 +-0.136718750000 +-0.041992187500 +0.029296875000 +0.016845703125 +-0.096191406250 +-0.158203125000 +0.115234375000 +0.058593750000 +-0.041748046875 +-0.067871093750 +-0.052490234375 +-0.003112792969 +-0.161132812500 +0.076171875000 +-0.052490234375 +-0.026489257812 +-0.136718750000 +0.085937500000 +0.197265625000 +-0.032958984375 +-0.111328125000 +-0.046875000000 +-0.158203125000 +-0.047607421875 +0.050048828125 +-0.051025390625 +0.042480468750 +-0.060302734375 +0.000709533691 +-0.077636718750 +-0.123535156250 +-0.032958984375 +0.211914062500 +0.005706787109 +-0.050781250000 +-0.050781250000 +0.060791015625 +-0.035888671875 +-0.044433593750 +-0.053222656250 +-0.024536132812 +0.028320312500 +-0.020385742188 +0.122070312500 +0.046630859375 +0.035888671875 +-0.025512695312 +-0.108398437500 +-0.015197753906 +0.025146484375 +-0.095703125000 +0.049072265625 +0.045166015625 +-0.124511718750 +0.074707031250 +-0.049804687500 +-0.114746093750 +-0.150390625000 +0.022705078125 +0.012023925781 +-0.072265625000 +-0.078125000000 +0.193359375000 +-0.204101562500 +-0.178710937500 +-0.118652343750 +-0.044677734375 +-0.015991210938 +-0.151367187500 +-0.139648437500 +-0.067382812500 +-0.117675781250 +-0.098632812500 +-0.091308593750 +0.095703125000 +-0.126953125000 +-0.046386718750 +-0.044433593750 +0.141601562500 +0.184570312500 +-0.135742187500 +0.089355468750 +0.054931640625 +-0.018188476562 +-0.171875000000 +0.098144531250 +0.114746093750 +0.176757812500 +-0.016845703125 +-0.004394531250 +-0.192382812500 +-0.145507812500 +-0.136718750000 +0.131835937500 +-0.142578125000 +0.134765625000 +0.232421875000 +0.006042480469 +-0.113281250000 +0.051513671875 +-0.064941406250 +-0.000961303711 +0.202148437500 +-0.022949218750 +-0.080566406250 +-0.063964843750 +0.072265625000 +-0.173828125000 +-0.034912109375 +0.000103473663 +0.012084960938 +-0.099609375000 +-0.059326171875 +0.011474609375 +0.037841796875 +-0.080078125000 +0.092285156250 +-0.045654296875 +-0.007934570312 +0.019165039062 +-0.201171875000 +0.199218750000 +-0.058593750000 +0.001472473145 +-0.088867187500 +-0.121093750000 +-0.004119873047 +0.017944335938 +0.042968750000 +-0.028686523438 +-0.051025390625 +-0.037597656250 +0.047363281250 +-0.078125000000 +-0.188476562500 +-0.083984375000 +-0.028564453125 +0.011840820312 +-0.134765625000 +0.146484375000 +0.139648437500 +0.210937500000 +0.027221679688 +0.130859375000 +0.141601562500 +-0.078613281250 +-0.012573242188 +0.089355468750 +0.036132812500 +0.073242187500 +0.136718750000 +-0.255859375000 +-0.002670288086 +0.001380920410 +-0.104980468750 +-0.300781250000 +0.017578125000 +0.159179687500 +0.138671875000 +-0.033203125000 +0.066894531250 +0.324218750000 +0.175781250000 +-0.230468750000 +-0.067871093750 +0.121093750000 +0.016967773438 +-0.049316406250 +0.063964843750 +0.023925781250 +-0.098632812500 +0.138671875000 +0.139648437500 +0.114746093750 +-0.115234375000 +0.031738281250 +-0.016601562500 +-0.145507812500 +-0.078125000000 +0.056152343750 +0.080078125000 +-0.193359375000 +0.023559570312 +-0.028564453125 +-0.050781250000 +-0.027832031250 +-0.191406250000 +0.182617187500 +0.104003906250 +-0.093750000000 +0.005584716797 +0.027587890625 +0.153320312500 +0.180664062500 +-0.098144531250 +0.102050781250 +-0.130859375000 +-0.021484375000 +0.086914062500 +0.020141601562 +0.063476562500 +-0.153320312500 +-0.044677734375 +-0.057861328125 +-0.120117187500 +0.012084960938 +0.027954101562 +0.005889892578 +-0.112792968750 +-0.052978515625 +-0.113281250000 +0.135742187500 +-0.131835937500 +-0.130859375000 +-0.106933593750 +-0.014953613281 +0.015075683594 +-0.115234375000 +0.000373840332 +0.115234375000 +-0.107421875000 +0.012329101562 +0.014343261719 +-0.004089355469 +-0.003417968750 +0.025146484375 +0.039306640625 +-0.029907226562 +-0.040283203125 +-0.069335937500 +0.087402343750 +-0.043457031250 +0.094726562500 +0.002426147461 +-0.072753906250 +0.020874023438 +0.088378906250 +0.104003906250 +-0.018554687500 +-0.115722656250 +-0.046630859375 +0.039306640625 +0.048339843750 +-0.059814453125 +-0.025146484375 +-0.081054687500 +-0.055419921875 +-0.112792968750 +-0.160156250000 +-0.259765625000 +0.006927490234 +0.113281250000 +0.037109375000 +0.052978515625 +-0.082519531250 +-0.135742187500 +-0.069824218750 +0.102539062500 +0.098632812500 +0.162109375000 +0.090332031250 +0.008178710938 +-0.023437500000 +-0.094238281250 +-0.084472656250 +-0.016601562500 +0.081054687500 +-0.099121093750 +-0.142578125000 +-0.060302734375 +0.164062500000 +-0.041748046875 +0.072753906250 +0.006469726562 +-0.095703125000 +0.007080078125 +-0.102050781250 +0.069335937500 +-0.001541137695 +-0.099609375000 +0.090332031250 +0.145507812500 +-0.036132812500 +-0.026977539062 +0.033935546875 +0.084960937500 +-0.178710937500 +-0.103027343750 +-0.065917968750 +-0.030029296875 +-0.041992187500 +-0.046630859375 +-0.015625000000 +-0.124511718750 +0.113769531250 +-0.001937866211 +-0.025390625000 +-0.263671875000 +-0.109863281250 +0.038818359375 +-0.011779785156 +0.009643554688 +0.010803222656 +0.004882812500 +0.035400390625 +-0.015869140625 +0.138671875000 +0.038574218750 +-0.031494140625 +0.052978515625 +-0.099121093750 +0.159179687500 +0.033203125000 +-0.059326171875 +-0.098632812500 +0.088867187500 +-0.038085937500 +-0.018920898438 +0.099121093750 +0.186523437500 +-0.045410156250 +0.054199218750 +-0.001724243164 +0.088867187500 +-0.073242187500 +0.000140190125 +0.010009765625 +-0.037841796875 +0.127929687500 +0.000709533691 +-0.001373291016 +-0.065917968750 +-0.081054687500 +-0.042724609375 +0.164062500000 +0.211914062500 +-0.033203125000 +-0.040527343750 +0.243164062500 +0.100097656250 +-0.056152343750 +-0.053955078125 +-0.020507812500 +-0.036621093750 +-0.028564453125 +-0.174804687500 +-0.085449218750 +-0.080078125000 +-0.033691406250 +-0.098632812500 +-0.044433593750 +-0.042236328125 +0.094238281250 +-0.064453125000 +0.129882812500 +0.084472656250 +0.003311157227 +-0.046386718750 +-0.111328125000 +-0.148437500000 +0.173828125000 +-0.053222656250 +0.083984375000 +0.062011718750 +0.077148437500 +-0.135742187500 +-0.018432617188 +-0.009338378906 +0.281250000000 +0.026611328125 +-0.125976562500 +-0.052490234375 +-0.082519531250 +0.139648437500 +0.008361816406 +0.069824218750 +-0.096679687500 +0.141601562500 +0.001571655273 +0.041503906250 +-0.114746093750 +0.055664062500 +0.058593750000 +-0.004364013672 +0.009033203125 +0.049072265625 +-0.045166015625 +-0.083007812500 +-0.035156250000 +-0.121093750000 +-0.209960937500 +-0.077636718750 +-0.022216796875 +-0.123535156250 +-0.023437500000 +-0.333984375000 +-0.021118164062 +-0.166015625000 +-0.226562500000 +0.057617187500 +0.155273437500 +0.162109375000 +-0.102539062500 +0.010803222656 +-0.034179687500 +-0.206054687500 +-0.016357421875 +-0.018310546875 +-0.181640625000 +0.007751464844 +0.059326171875 +0.261718750000 +0.126953125000 +0.033691406250 +-0.079589843750 +-0.118652343750 +-0.187500000000 +-0.020141601562 +-0.004119873047 +-0.008056640625 +-0.033935546875 +-0.152343750000 +0.155273437500 +0.018188476562 +0.067382812500 +-0.132812500000 +0.065917968750 +0.074707031250 +-0.039794921875 +0.039306640625 +-0.111328125000 +0.038085937500 +0.112304687500 +-0.209960937500 +0.081054687500 +0.080078125000 +-0.143554687500 +0.073242187500 +0.124511718750 +-0.005676269531 +0.349609375000 +0.032470703125 +0.093750000000 +-0.237304687500 +-0.031982421875 +0.050781250000 +-0.250000000000 +0.146484375000 +-0.093750000000 +-0.041992187500 +-0.105957031250 +-0.118652343750 +0.011291503906 +-0.060058593750 +-0.073730468750 +-0.263671875000 +-0.109375000000 +-0.057861328125 +0.084960937500 +-0.014526367188 +0.089355468750 +-0.166015625000 +-0.108398437500 +-0.080566406250 +-0.045166015625 +-0.040771484375 +0.026489257812 +-0.051513671875 +-0.043945312500 +-0.043457031250 +0.070312500000 +0.302734375000 +0.050048828125 +-0.067382812500 +-0.152343750000 +-0.013793945312 +-0.142578125000 +-0.073730468750 +-0.122070312500 +-0.014221191406 +0.055908203125 +-0.100585937500 +0.024536132812 +0.030639648438 +-0.041259765625 +-0.010742187500 +0.030273437500 +0.129882812500 +-0.104980468750 +0.059814453125 +0.052734375000 +0.150390625000 +-0.063476562500 +-0.020263671875 +-0.049072265625 +0.125976562500 +-0.053710937500 +-0.048583984375 +-0.098632812500 +-0.161132812500 +0.071777343750 +0.020141601562 +0.028442382812 +0.106933593750 +0.054443359375 +-0.079589843750 +-0.040039062500 +-0.157226562500 +0.097167968750 +0.041503906250 +0.034912109375 +-0.178710937500 +-0.094726562500 +-0.026489257812 +0.095703125000 +-0.038574218750 +-0.052490234375 +-0.036132812500 +0.113281250000 +0.035400390625 +-0.012695312500 +-0.001045227051 +-0.027954101562 +0.006988525391 +-0.106933593750 +-0.012451171875 +0.040283203125 +-0.036376953125 +0.041992187500 +0.013671875000 +0.137695312500 +0.055175781250 +-0.126953125000 +0.242187500000 +-0.176757812500 +-0.104980468750 +-0.159179687500 +-0.055908203125 +-0.065917968750 +0.087890625000 +-0.024902343750 +-0.065429687500 +-0.062988281250 +0.131835937500 +0.140625000000 +-0.072265625000 +-0.012695312500 +-0.115722656250 +-0.050048828125 +0.004486083984 +0.066894531250 +0.072753906250 +0.051025390625 +0.115722656250 +-0.125000000000 +-0.087890625000 +0.036132812500 +-0.149414062500 +0.036621093750 +-0.098632812500 +-0.031005859375 +0.014221191406 +-0.053466796875 +0.059570312500 +-0.008666992188 +-0.024902343750 +-0.003845214844 +-0.057617187500 +-0.012451171875 +0.044189453125 +0.146484375000 +0.166015625000 +-0.144531250000 +-0.006469726562 +-0.104003906250 +-0.054199218750 +0.015380859375 +0.029663085938 +-0.084960937500 +0.112304687500 +-0.159179687500 +0.074218750000 +-0.233398437500 +-0.058593750000 +-0.070800781250 +0.007629394531 +-0.036132812500 +0.127929687500 +-0.018554687500 +0.076660156250 +0.054687500000 +0.016967773438 +-0.152343750000 +0.066894531250 +0.056152343750 +0.067382812500 +0.047363281250 +0.088867187500 +0.026611328125 +0.029052734375 +-0.027221679688 +-0.074218750000 +-0.002273559570 +0.018310546875 +-0.061767578125 +0.195312500000 +0.020751953125 +0.053222656250 +-0.017211914062 +0.107421875000 +0.044677734375 +0.018920898438 +0.021484375000 +0.012634277344 +-0.098144531250 +0.104003906250 +-0.000368118286 +0.117675781250 +0.169921875000 +-0.169921875000 +-0.053955078125 +0.006713867188 +-0.011962890625 +-0.083984375000 +-0.096191406250 +0.141601562500 +0.005645751953 +0.177734375000 +0.112304687500 +-0.010986328125 +-0.005828857422 +-0.045410156250 +0.033203125000 +-0.019531250000 +0.055419921875 +0.035156250000 +0.032958984375 +-0.021240234375 +-0.064941406250 +-0.009216308594 +-0.109375000000 +-0.114746093750 +-0.022949218750 +-0.023803710938 +-0.074218750000 +-0.032714843750 +0.024536132812 +0.091796875000 +-0.045654296875 +-0.054199218750 +-0.150390625000 +-0.022338867188 +-0.203125000000 +-0.096191406250 +-0.069824218750 +0.105957031250 +0.052734375000 +-0.121582031250 +-0.115234375000 +-0.025756835938 +-0.124511718750 +0.080566406250 +0.006317138672 +0.090820312500 +-0.089843750000 +-0.004638671875 +-0.020629882812 +0.082519531250 +0.128906250000 +0.137695312500 +-0.020507812500 +-0.138671875000 +0.029785156250 +0.065429687500 +-0.112304687500 +-0.183593750000 +-0.100097656250 +-0.011840820312 +-0.135742187500 +0.006195068359 +-0.009826660156 +-0.045166015625 +-0.026733398438 +0.033691406250 +-0.018798828125 +-0.073242187500 +-0.185546875000 +-0.113281250000 +-0.038818359375 +-0.040039062500 +0.140625000000 +-0.048095703125 +-0.063476562500 +0.066894531250 +0.016235351562 +-0.082031250000 +0.012023925781 +0.180664062500 +0.135742187500 +0.116699218750 +0.009643554688 +0.006225585938 +0.027832031250 +0.076171875000 +0.013305664062 +-0.029541015625 +0.075195312500 +0.137695312500 +0.085937500000 +0.143554687500 +-0.081542968750 +0.112792968750 +0.007232666016 +-0.009765625000 +-0.046630859375 +0.051513671875 +0.025878906250 +0.168945312500 +0.088867187500 +-0.065429687500 +-0.095703125000 +0.023437500000 +0.025146484375 +0.039306640625 +0.048339843750 +0.148437500000 +0.070800781250 +-0.064453125000 +-0.106933593750 +-0.007476806641 +-0.018310546875 +0.059082031250 +0.083007812500 +0.107421875000 +0.011352539062 +-0.040771484375 +0.050292968750 +0.133789062500 +-0.017578125000 +-0.082519531250 +0.093750000000 +-0.198242187500 +0.062255859375 +-0.099609375000 +-0.108886718750 +0.020751953125 +0.084960937500 +-0.004089355469 +0.137695312500 +0.018432617188 +-0.080078125000 +0.043457031250 +-0.066894531250 +-0.020263671875 +-0.036376953125 +-0.119140625000 +-0.009582519531 +-0.002960205078 +0.112792968750 +0.043945312500 +0.008300781250 +0.070312500000 +-0.104003906250 +0.098632812500 +-0.106933593750 +-0.093261718750 +-0.058105468750 +-0.022338867188 +-0.097167968750 +0.169921875000 +0.101074218750 +0.125976562500 +-0.019897460938 +0.098632812500 +0.068847656250 +-0.045654296875 +0.015991210938 +-0.079589843750 +0.083496093750 +-0.054443359375 +-0.222656250000 +-0.068847656250 +0.088867187500 +0.076171875000 +-0.176757812500 +-0.169921875000 +-0.099121093750 +0.177734375000 +-0.000621795654 +0.010498046875 +-0.050781250000 +0.083496093750 +-0.133789062500 +0.210937500000 +0.021240234375 +0.003616333008 +-0.082519531250 +0.040283203125 +-0.151367187500 +0.117187500000 +0.007873535156 +-0.027709960938 +0.201171875000 +0.038574218750 +-0.049804687500 +-0.006958007812 +-0.030639648438 +0.070800781250 +-0.008972167969 +-0.155273437500 +-0.009094238281 +0.220703125000 +-0.002319335938 +-0.013793945312 +0.049072265625 +0.083984375000 +0.018920898438 +0.000576019287 +-0.112304687500 +0.083007812500 +0.137695312500 +-0.070800781250 +-0.157226562500 +-0.151367187500 +0.234375000000 +0.003692626953 +0.046142578125 +0.013061523438 +-0.095703125000 +0.023071289062 +0.173828125000 +0.097656250000 +-0.010986328125 +0.105468750000 +-0.069335937500 +-0.032226562500 +-0.090332031250 +0.039062500000 +0.171875000000 +-0.017456054688 +-0.064453125000 +-0.040771484375 +-0.157226562500 +-0.080078125000 +-0.173828125000 +-0.096679687500 +0.150390625000 +0.041503906250 +-0.012634277344 +-0.016723632812 +0.046142578125 +0.004302978516 +-0.141601562500 +-0.025756835938 +-0.000926971436 +0.004577636719 +0.124023437500 +0.057128906250 +0.209960937500 +0.121582031250 +0.114257812500 +0.111328125000 +-0.066406250000 +0.034912109375 +-0.046386718750 +0.007324218750 +0.006500244141 +-0.011230468750 +0.010437011719 +-0.037109375000 +0.095214843750 +-0.004058837891 +0.104492187500 +-0.132812500000 +0.014282226562 +-0.013793945312 +0.121093750000 +0.159179687500 +0.007934570312 +-0.091308593750 +-0.057128906250 +0.025878906250 +0.048583984375 +-0.125976562500 +-0.094726562500 +-0.066406250000 +-0.111328125000 +0.120605468750 +-0.030761718750 +-0.019042968750 +0.003005981445 +0.055175781250 +0.073242187500 +0.023803710938 +0.062011718750 +0.014587402344 +0.035888671875 +-0.112304687500 +-0.001533508301 +0.126953125000 +0.007019042969 +0.006683349609 +0.064941406250 +0.068847656250 +0.063964843750 +-0.094238281250 +0.047607421875 +-0.098144531250 +-0.104003906250 +-0.141601562500 +-0.021850585938 +-0.038574218750 +0.163085937500 +-0.054199218750 +0.054443359375 +-0.163085937500 +-0.170898437500 +-0.172851562500 +-0.014038085938 +-0.120605468750 +0.183593750000 +0.058349609375 +0.011718750000 +-0.064941406250 +-0.006896972656 +0.055175781250 +-0.034667968750 +-0.143554687500 +0.034667968750 +-0.147460937500 +-0.087402343750 +-0.004669189453 +0.065429687500 +-0.081054687500 +-0.042968750000 +0.088867187500 +0.032470703125 +-0.133789062500 +0.017456054688 +-0.169921875000 +-0.106445312500 +0.009643554688 +0.016967773438 +-0.045898437500 +-0.044921875000 +-0.045654296875 +0.107910156250 +0.128906250000 +-0.095703125000 +-0.064453125000 +-0.054687500000 +0.083496093750 +0.227539062500 +0.008666992188 +-0.106933593750 +0.070800781250 +0.038330078125 +0.138671875000 +0.139648437500 +0.074707031250 +0.065429687500 +0.068847656250 +-0.095214843750 +0.121093750000 +-0.031982421875 +-0.031250000000 +0.062500000000 +-0.081054687500 +-0.059570312500 +-0.001800537109 +-0.023315429688 +-0.057373046875 +-0.085449218750 +0.033691406250 +0.089355468750 +0.066406250000 +-0.016845703125 +0.001533508301 +0.036376953125 +0.102050781250 +-0.080566406250 +0.119628906250 +0.005554199219 +0.009338378906 +0.010131835938 +0.085449218750 +-0.003890991211 +-0.135742187500 +0.020141601562 +0.126953125000 +-0.027099609375 +0.069335937500 +-0.020629882812 +-0.078125000000 +-0.044189453125 +-0.102050781250 +-0.069335937500 +0.108886718750 +0.046630859375 +0.085937500000 +0.009826660156 +0.078125000000 +0.019042968750 +0.028808593750 +-0.037597656250 +-0.185546875000 +-0.137695312500 +-0.062255859375 +0.011047363281 +-0.011230468750 +-0.083496093750 +0.093750000000 +-0.130859375000 +0.083007812500 +0.009643554688 +0.104492187500 +0.016845703125 +-0.091796875000 +-0.001075744629 +-0.096679687500 +-0.001174926758 +-0.040771484375 +0.047363281250 +-0.038330078125 +-0.043945312500 +0.057617187500 +0.019531250000 +0.051513671875 +0.042968750000 +0.069335937500 +0.083007812500 +-0.031494140625 +0.018798828125 +-0.022583007812 +0.102539062500 +0.008300781250 +-0.171875000000 +-0.089843750000 +0.018676757812 +0.049560546875 +-0.065429687500 +0.084960937500 +-0.033203125000 +0.012634277344 +0.006530761719 +-0.121582031250 +-0.007415771484 +0.057373046875 +-0.071289062500 +0.064453125000 +0.025390625000 +-0.097656250000 +0.072265625000 +-0.011901855469 +0.060546875000 +-0.028198242188 +0.111328125000 +0.056884765625 +-0.119628906250 +-0.007324218750 +0.014953613281 +0.033935546875 +0.002792358398 +0.004455566406 +-0.073242187500 +-0.164062500000 +-0.000904083252 +-0.077148437500 +0.021118164062 +0.047363281250 +-0.182617187500 +0.015991210938 +-0.113769531250 +0.057128906250 +-0.023559570312 +-0.069824218750 +-0.003387451172 +-0.021850585938 +0.058349609375 +0.005004882812 +0.414062500000 +0.099609375000 +0.007110595703 +-0.227539062500 +0.047851562500 +0.065917968750 +-0.023681640625 +0.033447265625 +-0.019409179688 +0.034912109375 +-0.175781250000 +-0.031127929688 +-0.025878906250 +0.035888671875 +0.012207031250 +-0.171875000000 +-0.047363281250 +0.107421875000 +-0.075683593750 +0.000629425049 +0.143554687500 +0.041015625000 +0.102050781250 +-0.134765625000 +-0.016845703125 +0.059814453125 +0.064453125000 +0.045166015625 +0.081054687500 +0.100585937500 +0.025268554688 +-0.039062500000 +0.037353515625 +0.126953125000 +-0.188476562500 +0.028076171875 +-0.086914062500 +-0.080566406250 +0.018676757812 +-0.159179687500 +-0.012573242188 +-0.111816406250 +0.026000976562 +-0.170898437500 +0.017456054688 +0.030395507812 +0.055664062500 +0.073730468750 +0.019165039062 +0.015869140625 +0.032226562500 +0.005554199219 +0.000204086304 +0.003463745117 +-0.075195312500 +-0.105957031250 +-0.018798828125 +0.058593750000 +0.014892578125 +-0.050781250000 +0.043212890625 +-0.056152343750 +0.079589843750 +0.020874023438 +0.085937500000 +0.003570556641 +-0.044189453125 +-0.025390625000 +-0.073730468750 +-0.051513671875 +0.049560546875 +-0.053955078125 +-0.005615234375 +-0.071289062500 +0.121582031250 +0.087402343750 +-0.057617187500 +0.016723632812 +-0.034179687500 +-0.107421875000 +0.021240234375 +-0.159179687500 +-0.092773437500 +-0.019653320312 +-0.126953125000 +-0.033691406250 +-0.122558593750 +0.103027343750 +-0.014526367188 +0.032714843750 +-0.031982421875 +-0.041992187500 +0.064941406250 +-0.133789062500 +0.086425781250 +0.068847656250 +-0.213867187500 +-0.164062500000 +-0.004211425781 +-0.020385742188 +-0.073730468750 +-0.086914062500 +-0.027343750000 +-0.025390625000 +0.119628906250 +0.024536132812 +-0.168945312500 +-0.014953613281 +-0.068359375000 +0.104492187500 +-0.093261718750 +-0.083984375000 +0.058105468750 +0.057128906250 +-0.106445312500 +-0.131835937500 +0.050292968750 +-0.018066406250 +0.031250000000 +0.016601562500 +0.041748046875 +0.112792968750 +0.035644531250 +0.082519531250 +-0.080566406250 +0.024169921875 +0.089843750000 +0.128906250000 +0.112792968750 +0.097167968750 +-0.053222656250 +0.016479492188 +-0.013549804688 +0.020874023438 +-0.087890625000 +0.048828125000 +-0.026611328125 +-0.124511718750 +-0.022460937500 +0.005126953125 +-0.207031250000 +-0.013183593750 +-0.186523437500 +0.074707031250 +-0.330078125000 +-0.251953125000 +0.016845703125 +-0.007507324219 +0.052978515625 +0.001312255859 +0.239257812500 +0.089843750000 +0.022338867188 +-0.166992187500 +-0.029541015625 +-0.302734375000 +-0.063476562500 +-0.142578125000 +-0.041503906250 +-0.185546875000 +-0.205078125000 +-0.008728027344 +0.089355468750 +-0.223632812500 +0.038330078125 +-0.107421875000 +-0.135742187500 +0.025756835938 +-0.202148437500 +-0.025756835938 +-0.040771484375 +-0.230468750000 +-0.023803710938 +-0.102050781250 +-0.222656250000 +-0.250000000000 +-0.175781250000 +-0.055908203125 +-0.082031250000 +0.037841796875 +-0.239257812500 +-0.022827148438 +-0.007354736328 +0.259765625000 +-0.210937500000 +0.076660156250 +0.209960937500 +0.040527343750 +-0.212890625000 +0.063964843750 +-0.025634765625 +-0.100097656250 +-0.070800781250 +-0.211914062500 +0.043212890625 +-0.460937500000 +0.121093750000 +-0.053222656250 +0.026123046875 +-0.077148437500 +0.054443359375 +-0.055419921875 +0.046386718750 +0.249023437500 +0.022338867188 +-0.143554687500 +0.050292968750 +-0.152343750000 +-0.047607421875 +-0.154296875000 +-0.119628906250 +0.042480468750 +0.080078125000 +0.098144531250 +0.287109375000 +0.031494140625 +0.082031250000 +-0.114746093750 +0.066406250000 +-0.066894531250 +-0.108886718750 +0.240234375000 +0.014282226562 +0.110351562500 +-0.008422851562 +-0.011169433594 +-0.057861328125 +-0.332031250000 +-0.026367187500 +-0.112792968750 +-0.096679687500 +0.156250000000 +-0.125000000000 +-0.251953125000 +-0.012451171875 +-0.193359375000 +-0.159179687500 +-0.060791015625 +0.026367187500 +0.073730468750 +-0.111328125000 +-0.063964843750 +-0.072753906250 +-0.169921875000 +-0.100585937500 +0.021118164062 +0.067382812500 +-0.069335937500 +-0.026611328125 +-0.009948730469 +-0.376953125000 +-0.157226562500 +0.153320312500 +0.091796875000 +0.092285156250 +-0.185546875000 +-0.294921875000 +-0.125000000000 +0.267578125000 +-0.097656250000 +-0.271484375000 +-0.094238281250 +0.083007812500 +-0.044921875000 +0.049560546875 +0.069824218750 +-0.071289062500 +0.050537109375 +0.026733398438 +-0.020507812500 +0.144531250000 +-0.007293701172 +0.072265625000 +-0.054443359375 +-0.010375976562 +-0.053955078125 +0.044677734375 +0.026733398438 +-0.071289062500 +0.106445312500 +-0.011535644531 +0.015136718750 +0.060058593750 +0.021972656250 +-0.005279541016 +0.053955078125 +-0.035156250000 +-0.029052734375 +0.105957031250 +-0.079101562500 +-0.101562500000 +0.047363281250 +0.041259765625 +-0.021484375000 +0.085449218750 +-0.032226562500 +0.042480468750 +-0.004516601562 +-0.147460937500 +0.104003906250 +-0.133789062500 +-0.072753906250 +0.007507324219 +0.070800781250 +-0.105957031250 +-0.000568389893 +0.072265625000 +-0.023071289062 +-0.007720947266 +-0.064453125000 +0.033935546875 +-0.053466796875 +-0.037109375000 +-0.066894531250 +-0.005950927734 +-0.030517578125 +-0.059814453125 +0.126953125000 +-0.027832031250 +-0.014099121094 +0.055419921875 +-0.173828125000 +0.164062500000 +-0.030029296875 +0.016235351562 +-0.137695312500 +-0.021728515625 +-0.065429687500 +-0.024047851562 +-0.078125000000 +-0.064453125000 +-0.028930664062 +0.103027343750 +-0.098632812500 +0.072265625000 +-0.064941406250 +0.007385253906 +-0.045166015625 +-0.138671875000 +-0.005035400391 +-0.033203125000 +0.082031250000 +0.015869140625 +-0.008972167969 +-0.025756835938 +-0.053222656250 +0.133789062500 +-0.052734375000 +0.086425781250 +0.024780273438 +-0.000193595886 +0.040771484375 +0.076171875000 +-0.025878906250 +0.006256103516 +-0.028442382812 +-0.047607421875 +0.069335937500 +-0.119628906250 +0.036376953125 +-0.088867187500 +-0.004852294922 +0.022460937500 +-0.074707031250 +-0.015747070312 +-0.042480468750 +0.111328125000 +0.017333984375 +0.099121093750 +-0.304687500000 +0.014709472656 +0.017700195312 +0.014343261719 +-0.114257812500 +0.041992187500 +0.053466796875 +-0.129882812500 +-0.066894531250 +-0.011474609375 +-0.053955078125 +0.063964843750 +-0.037597656250 +-0.066894531250 +-0.091796875000 +-0.003280639648 +-0.064453125000 +-0.101074218750 +-0.031982421875 +0.101074218750 +-0.028808593750 +0.061035156250 +0.038818359375 +-0.049316406250 +-0.002822875977 +-0.045166015625 +-0.188476562500 +0.120117187500 +0.110351562500 +0.018310546875 +0.056152343750 +0.025512695312 +0.015502929688 +-0.148437500000 +-0.084960937500 +0.079101562500 +-0.038818359375 +0.031982421875 +0.035888671875 +0.194335937500 +0.107421875000 +0.018798828125 +-0.045166015625 +0.056884765625 +0.125976562500 +-0.100097656250 +-0.010253906250 +-0.052978515625 +0.114257812500 +-0.041015625000 +0.033447265625 +0.103027343750 +0.186523437500 +-0.040527343750 +-0.050781250000 +-0.053466796875 +-0.017944335938 +-0.124511718750 +-0.051513671875 +-0.027709960938 +0.112792968750 +-0.068359375000 +-0.006774902344 +0.050781250000 +-0.031494140625 +-0.106445312500 +0.057373046875 +-0.162109375000 +-0.188476562500 +-0.155273437500 +0.062255859375 +-0.008972167969 +0.009094238281 +-0.021606445312 +0.100097656250 +-0.074218750000 +-0.168945312500 +0.006805419922 +-0.061767578125 +-0.002014160156 +-0.016967773438 +0.083496093750 +-0.137695312500 +-0.003555297852 +-0.115722656250 +-0.033935546875 +-0.021850585938 +0.050048828125 +0.004455566406 +-0.138671875000 +0.227539062500 +0.005065917969 +0.066406250000 +-0.062988281250 +0.039306640625 +-0.108886718750 +-0.077148437500 +0.032714843750 +-0.073730468750 +-0.007720947266 +0.009094238281 +0.108398437500 +0.045410156250 +-0.120605468750 +-0.118164062500 +-0.071777343750 +-0.042236328125 +0.094238281250 +0.116699218750 +0.078125000000 +-0.070800781250 +-0.100097656250 +-0.002349853516 +0.110839843750 +-0.016845703125 +-0.113281250000 +-0.048583984375 +-0.110839843750 +0.064941406250 +-0.059082031250 +-0.071777343750 +-0.015014648438 +-0.008728027344 +-0.066406250000 +0.180664062500 +-0.122070312500 +0.059814453125 +0.030273437500 +-0.224609375000 +-0.093750000000 +0.024658203125 +0.002334594727 +0.037841796875 +-0.125000000000 +0.093750000000 +-0.084960937500 +-0.106445312500 +0.009155273438 +0.036376953125 +-0.027954101562 +0.096191406250 +0.156250000000 +0.018066406250 +0.231445312500 +-0.000839233398 +-0.050292968750 +0.011657714844 +-0.097167968750 +0.019165039062 +0.025024414062 +-0.100097656250 +-0.131835937500 +-0.070800781250 +-0.111816406250 +-0.030151367188 +0.033203125000 +-0.031127929688 +0.125976562500 +-0.050048828125 +0.068847656250 +0.125976562500 +-0.016601562500 +0.015625000000 +-0.069335937500 +-0.026245117188 +-0.168945312500 +0.076660156250 +0.002990722656 +0.038574218750 +-0.034667968750 +0.064941406250 +-0.159179687500 +0.126953125000 +0.013488769531 +-0.008178710938 +-0.021728515625 +0.083007812500 +-0.001419067383 +-0.074218750000 +-0.138671875000 +-0.096679687500 +-0.029174804688 +-0.174804687500 +-0.085937500000 +0.113769531250 +0.020141601562 +-0.033203125000 +0.056884765625 +0.150390625000 +-0.003265380859 +-0.028930664062 +0.118164062500 +0.080078125000 +-0.039794921875 +0.145507812500 +-0.107910156250 +0.008361816406 +-0.029785156250 +0.068847656250 +-0.074218750000 +-0.194335937500 +0.010742187500 +-0.147460937500 +-0.069335937500 +0.000587463379 +0.049560546875 +-0.041992187500 +0.103515625000 +-0.130859375000 +-0.052734375000 +-0.018188476562 +0.104980468750 +0.046875000000 +0.098632812500 +-0.055175781250 +-0.060302734375 +0.024902343750 +0.033935546875 +0.124511718750 +-0.013732910156 +0.132812500000 +0.215820312500 +-0.027954101562 +-0.100097656250 +0.046386718750 +0.081542968750 +-0.015075683594 +-0.043945312500 +0.156250000000 +-0.169921875000 +-0.081542968750 +0.017089843750 +-0.061767578125 +-0.039550781250 +0.022705078125 +-0.052246093750 +0.070800781250 +0.157226562500 +-0.102539062500 +-0.102539062500 +0.069824218750 +-0.012268066406 +0.028930664062 +-0.059814453125 +-0.100097656250 +-0.020385742188 +0.018066406250 +-0.064941406250 +-0.054199218750 +-0.036132812500 +0.065429687500 +-0.052246093750 +0.005798339844 +0.003234863281 +0.129882812500 +-0.003417968750 +-0.150390625000 +-0.027221679688 +0.020874023438 +-0.136718750000 +0.028198242188 +-0.084960937500 +0.004119873047 +-0.230468750000 +-0.109375000000 +-0.128906250000 +0.118164062500 +-0.062988281250 +0.169921875000 +0.017211914062 +-0.106933593750 +0.065917968750 +0.071289062500 +0.048095703125 +0.170898437500 +-0.007446289062 +0.162109375000 +-0.139648437500 +-0.012329101562 +-0.037109375000 +0.113281250000 +-0.037597656250 +-0.040283203125 +-0.022583007812 +-0.099121093750 +0.010070800781 +-0.036132812500 +-0.130859375000 +0.028198242188 +0.006561279297 +-0.094238281250 +0.028198242188 +0.004547119141 +-0.056640625000 +0.009704589844 +-0.050292968750 +-0.105468750000 +0.018188476562 +-0.109375000000 +0.041015625000 +-0.100585937500 +-0.120117187500 +0.006683349609 +0.051757812500 +-0.033447265625 +0.015563964844 +-0.052734375000 +0.032958984375 +-0.184570312500 +-0.109375000000 +0.067871093750 +0.193359375000 +-0.015625000000 +0.015869140625 +-0.097656250000 +0.085937500000 +0.012329101562 +-0.114257812500 +0.087402343750 +-0.139648437500 +-0.045654296875 +-0.073730468750 +0.071777343750 +0.098632812500 +0.114746093750 +-0.053710937500 +0.100585937500 +-0.053466796875 +0.107910156250 +0.024536132812 +-0.108886718750 +-0.016479492188 +0.019042968750 +0.073242187500 +0.015258789062 +-0.202148437500 +-0.012023925781 +-0.019409179688 +0.079589843750 +-0.066894531250 +-0.127929687500 +0.023193359375 +0.093261718750 +0.055175781250 +0.027709960938 +-0.121582031250 +-0.116699218750 +0.008239746094 +-0.060058593750 +0.107910156250 +-0.123046875000 +0.033447265625 +0.009399414062 +-0.009582519531 +-0.112304687500 +0.063476562500 +-0.000314712524 +0.056152343750 +0.082031250000 +-0.026733398438 +0.067382812500 +-0.039062500000 +-0.000253677368 +0.032714843750 +0.026977539062 +-0.001213073730 +-0.140625000000 +0.095214843750 +0.027465820312 +0.129882812500 +0.062011718750 +0.007537841797 +0.061767578125 +0.034667968750 +-0.027099609375 +0.113281250000 +-0.004272460938 +0.092773437500 +0.079101562500 +-0.056884765625 +-0.013854980469 +0.016235351562 +-0.022460937500 +-0.004699707031 +0.017578125000 +0.005462646484 +0.049072265625 +0.165039062500 +-0.166015625000 +-0.025512695312 +-0.092285156250 +-0.012817382812 +-0.054443359375 +-0.169921875000 +0.009643554688 +0.005096435547 +0.093261718750 +-0.036132812500 +0.048339843750 +0.103515625000 +-0.043457031250 +-0.046386718750 +0.110839843750 +-0.024658203125 +-0.069824218750 +0.036132812500 +0.212890625000 +-0.153320312500 +0.037353515625 +-0.050537109375 +0.046142578125 +-0.127929687500 +0.104003906250 +0.103027343750 +-0.012207031250 +0.117187500000 +0.046875000000 +-0.108886718750 +0.051757812500 +0.039306640625 +-0.063476562500 +-0.129882812500 +-0.073730468750 +-0.003799438477 +-0.112304687500 +-0.063964843750 +0.088867187500 +-0.101562500000 +-0.041503906250 +-0.048095703125 +0.194335937500 +0.152343750000 +-0.107421875000 +-0.051025390625 +0.035644531250 +0.014160156250 +-0.107910156250 +-0.067871093750 +-0.088867187500 +0.082031250000 +0.021606445312 +-0.114257812500 +-0.052734375000 +-0.138671875000 +-0.035156250000 +0.054199218750 +0.055664062500 +-0.021118164062 +-0.001167297363 +-0.135742187500 +-0.031494140625 +-0.125976562500 +-0.198242187500 +-0.085937500000 +-0.029785156250 +-0.089843750000 +0.188476562500 +0.083984375000 +-0.016723632812 +0.206054687500 +-0.110839843750 +0.041259765625 +-0.043701171875 +-0.031982421875 +0.065429687500 +-0.049560546875 +-0.034667968750 +0.013183593750 +-0.006317138672 +-0.053710937500 +-0.034912109375 +-0.055175781250 +-0.213867187500 +-0.197265625000 +0.172851562500 +-0.015991210938 +0.081542968750 +-0.082031250000 +0.114746093750 +0.041503906250 +0.046630859375 +0.046630859375 +0.077636718750 +0.093261718750 +-0.179687500000 +-0.035888671875 +-0.024291992188 +-0.255859375000 +-0.080566406250 +-0.162109375000 +-0.031982421875 +0.085449218750 +0.018798828125 +-0.008911132812 +0.017456054688 +-0.057373046875 +-0.215820312500 +0.003814697266 +0.033203125000 +-0.177734375000 +0.012756347656 +-0.246093750000 +0.079101562500 +-0.066406250000 +-0.043212890625 +-0.122558593750 +-0.135742187500 +0.045898437500 +0.139648437500 +0.003433227539 +0.067871093750 +0.046875000000 +0.182617187500 +0.056884765625 +-0.059082031250 +-0.006866455078 +0.027343750000 +-0.104980468750 +0.155273437500 +-0.172851562500 +-0.322265625000 +-0.121582031250 +-0.084472656250 +-0.104492187500 +0.316406250000 +-0.042480468750 +-0.072265625000 +-0.206054687500 +-0.150390625000 +0.025878906250 +0.147460937500 +0.038330078125 +0.070312500000 +0.069335937500 +0.016479492188 +-0.006652832031 +-0.048828125000 +-0.186523437500 +0.028686523438 +0.086914062500 +-0.038330078125 +0.027099609375 +0.087890625000 +0.072753906250 +0.031005859375 +-0.075683593750 +0.037597656250 +-0.103515625000 +0.112792968750 +-0.124023437500 +0.102539062500 +0.005981445312 +-0.035400390625 +-0.020141601562 +0.140625000000 +-0.241210937500 +0.030639648438 +-0.082519531250 +-0.054199218750 +0.017822265625 +0.083007812500 +0.001014709473 +-0.016113281250 +0.007507324219 +0.094238281250 +-0.020996093750 +0.082519531250 +-0.072265625000 +-0.009094238281 +0.095214843750 +-0.094238281250 +0.118164062500 +0.045654296875 +0.054931640625 +0.044433593750 +-0.013366699219 +-0.018188476562 +0.070800781250 +0.016479492188 +0.084472656250 +-0.010314941406 +0.088867187500 +0.097167968750 +0.048828125000 +-0.089355468750 +-0.007720947266 +0.025756835938 +0.057617187500 +-0.051513671875 +-0.085449218750 +0.184570312500 +-0.031982421875 +0.046142578125 +0.051025390625 +-0.084960937500 +-0.063476562500 +0.046875000000 +-0.097656250000 +-0.125000000000 +0.034912109375 +0.279296875000 +-0.006042480469 +-0.153320312500 +-0.087402343750 +0.016357421875 +-0.108886718750 +0.152343750000 +0.115234375000 +-0.000368118286 +-0.066406250000 +-0.064941406250 +0.085449218750 +-0.088378906250 +0.083496093750 +0.078125000000 +-0.060302734375 +0.144531250000 +0.131835937500 +0.045166015625 +-0.005035400391 +0.109863281250 +0.045654296875 +-0.143554687500 +-0.003036499023 +0.034179687500 +0.174804687500 +0.063964843750 +0.149414062500 +0.107421875000 +-0.069335937500 +-0.251953125000 +0.019653320312 +-0.168945312500 +0.210937500000 +0.015869140625 +0.010437011719 +-0.116210937500 +0.139648437500 +-0.014831542969 +-0.020141601562 +-0.145507812500 +0.078125000000 +0.246093750000 +0.101562500000 +-0.001022338867 +0.040283203125 +-0.066894531250 +0.162109375000 +0.060058593750 +0.244140625000 +-0.147460937500 +0.076660156250 +0.017333984375 +0.024169921875 +-0.124511718750 +-0.031250000000 +0.052734375000 +0.038574218750 +0.026855468750 +-0.012878417969 +-0.002151489258 +-0.019409179688 +-0.104492187500 +-0.027587890625 +-0.132812500000 +0.037841796875 +-0.040039062500 +0.047363281250 +-0.064941406250 +-0.018920898438 +-0.012817382812 +-0.096191406250 +-0.157226562500 +0.045654296875 +-0.082519531250 +0.064453125000 +0.069824218750 +-0.071777343750 +-0.135742187500 +-0.004180908203 +-0.016845703125 +0.034667968750 +0.000854492188 +-0.187500000000 +0.089355468750 +0.000087261200 +0.051757812500 +0.033203125000 +-0.034912109375 +0.121093750000 +0.002548217773 +-0.006866455078 +-0.012817382812 +0.065917968750 +-0.052246093750 +0.026611328125 +-0.017333984375 +-0.173828125000 +0.028686523438 +0.027221679688 +0.004882812500 +0.023193359375 +0.060302734375 +0.055175781250 +-0.006378173828 +0.064941406250 +0.085449218750 +-0.007995605469 +-0.100585937500 +-0.021728515625 +-0.060058593750 +0.184570312500 +-0.037841796875 +-0.012573242188 +0.032226562500 +-0.037841796875 +-0.078613281250 +-0.112792968750 +-0.006134033203 +0.030029296875 +0.006561279297 +0.032226562500 +-0.041503906250 +0.114257812500 +0.076660156250 +0.024291992188 +-0.079101562500 +0.042480468750 +-0.011047363281 +-0.086914062500 +-0.054687500000 +0.053222656250 +-0.054199218750 +-0.132812500000 +0.213867187500 +0.020141601562 +-0.094238281250 +-0.040283203125 +0.131835937500 +-0.121582031250 +-0.125976562500 +-0.028686523438 +-0.041259765625 +0.111816406250 +0.204101562500 +-0.091796875000 +-0.092773437500 +0.065429687500 +-0.155273437500 +0.163085937500 +-0.145507812500 +0.074218750000 +-0.000106334686 +0.150390625000 +0.093750000000 +0.099609375000 +-0.035156250000 +-0.069824218750 +-0.073242187500 +0.050048828125 +-0.102539062500 +-0.134765625000 +0.079589843750 +0.077148437500 +0.036376953125 +-0.200195312500 +0.063964843750 +0.035888671875 +0.079101562500 +0.027954101562 +0.009094238281 +0.024414062500 +0.162109375000 +-0.079101562500 +-0.091308593750 +0.000249862671 +-0.146484375000 +0.026000976562 +-0.090332031250 +0.024658203125 +0.059814453125 +0.065917968750 +0.165039062500 +-0.063964843750 +0.087402343750 +0.103027343750 +0.187500000000 +0.204101562500 +0.060791015625 +-0.092773437500 +0.122558593750 +0.016967773438 +-0.151367187500 +0.056884765625 +0.009826660156 +0.037109375000 +0.081542968750 +0.098144531250 +0.083007812500 +0.001373291016 +0.039306640625 +-0.010498046875 +-0.137695312500 +0.104980468750 +-0.034667968750 +-0.133789062500 +0.037597656250 +-0.011230468750 +0.025024414062 +-0.045166015625 +-0.023681640625 +-0.043945312500 +0.157226562500 +-0.116210937500 +0.041992187500 +-0.003646850586 +0.104003906250 +0.011840820312 +0.102050781250 +-0.204101562500 +-0.034912109375 +-0.023925781250 +-0.086914062500 +0.005706787109 +0.030639648438 +-0.016357421875 +-0.017822265625 +-0.014770507812 +-0.038085937500 +-0.021362304688 +-0.058593750000 +-0.015319824219 +0.157226562500 +-0.042480468750 +0.154296875000 +-0.077148437500 +0.065917968750 +-0.078613281250 +-0.076171875000 +0.014404296875 +0.001708984375 +-0.082031250000 +-0.048339843750 +0.035644531250 +0.094726562500 +0.144531250000 +0.028442382812 +-0.016113281250 +-0.124023437500 +-0.019165039062 +0.033691406250 +-0.060546875000 +-0.000854492188 +-0.047851562500 +0.007141113281 +-0.271484375000 +0.084472656250 +0.040039062500 +-0.018676757812 +0.062255859375 +0.038330078125 +-0.014465332031 +-0.077148437500 +0.036376953125 +-0.053222656250 +0.111816406250 +-0.034667968750 +-0.080078125000 +-0.210937500000 +-0.021850585938 +0.141601562500 +-0.038330078125 +0.120605468750 +-0.065429687500 +0.056640625000 +-0.063964843750 +-0.026000976562 +0.042236328125 +0.037841796875 +-0.137695312500 +-0.004211425781 +-0.086914062500 +-0.038330078125 +0.020507812500 +-0.045898437500 +0.009582519531 +-0.019531250000 +-0.068359375000 +-0.057128906250 +-0.162109375000 +-0.017700195312 +0.114746093750 +0.177734375000 +-0.026000976562 +0.097167968750 +0.024780273438 +-0.088378906250 +-0.016601562500 +-0.179687500000 +0.058105468750 +-0.007385253906 +0.003356933594 +0.004394531250 +-0.037353515625 +-0.037353515625 +-0.184570312500 +-0.000740051270 +-0.059326171875 +-0.020874023438 +-0.030639648438 +-0.140625000000 +0.184570312500 +-0.062500000000 +0.106933593750 +0.057373046875 +0.010986328125 +-0.066894531250 +-0.066406250000 +0.019409179688 +0.089355468750 +-0.120117187500 +-0.108398437500 +0.062255859375 +-0.005889892578 +0.071289062500 +0.030151367188 +-0.065917968750 +0.047851562500 +0.047851562500 +0.167968750000 +0.020141601562 +0.062011718750 +0.056152343750 +0.245117187500 +0.033447265625 +0.022338867188 +0.203125000000 +0.051269531250 +-0.078613281250 +0.018432617188 +-0.164062500000 +-0.066894531250 +0.024414062500 +-0.044677734375 +0.035644531250 +-0.287109375000 +0.075195312500 +-0.053466796875 +0.196289062500 +-0.021118164062 +-0.064453125000 +0.151367187500 +0.077148437500 +-0.201171875000 +0.019531250000 +-0.093750000000 +-0.001998901367 +0.041748046875 +0.174804687500 +0.077148437500 +-0.060058593750 +0.092285156250 +0.031982421875 +0.041259765625 +-0.098632812500 +-0.126953125000 +-0.149414062500 +-0.019409179688 +-0.211914062500 +-0.025268554688 +0.018066406250 +0.054443359375 +0.188476562500 +-0.137695312500 +0.102539062500 +0.112304687500 +0.082519531250 +0.018310546875 +-0.086914062500 +-0.061767578125 +0.032470703125 +-0.091308593750 +-0.279296875000 +0.022583007812 +-0.213867187500 +0.065429687500 +-0.113769531250 +-0.019042968750 +0.048095703125 +0.153320312500 +-0.042724609375 +-0.219726562500 +0.080566406250 +-0.107910156250 +0.041503906250 +-0.006134033203 +0.067382812500 +0.049804687500 +-0.116210937500 +-0.154296875000 +-0.040527343750 +-0.126953125000 +0.068847656250 +-0.029052734375 +0.088378906250 +-0.021972656250 +0.044677734375 +-0.125976562500 +0.007415771484 +0.089355468750 +-0.061767578125 +0.024536132812 +-0.024536132812 +0.021728515625 +0.466796875000 +-0.206054687500 +0.024414062500 +0.035888671875 +0.064453125000 +-0.010742187500 +-0.051025390625 +0.041015625000 +0.053710937500 +0.047607421875 +-0.212890625000 +-0.060302734375 +-0.054931640625 +-0.008789062500 +-0.041748046875 +-0.076660156250 +0.143554687500 +0.008422851562 +-0.052001953125 +-0.014587402344 +-0.131835937500 +-0.116210937500 +0.271484375000 +-0.265625000000 +0.073730468750 +0.092773437500 +-0.002120971680 +0.191406250000 +0.023315429688 +-0.024902343750 +-0.079589843750 +-0.014892578125 +0.113281250000 +0.104980468750 +-0.246093750000 +-0.021728515625 +-0.018554687500 +0.035156250000 +0.183593750000 +0.029541015625 +-0.015258789062 +0.051513671875 +0.122558593750 +-0.009704589844 +-0.018432617188 +0.024536132812 +-0.218750000000 +-0.144531250000 +-0.041748046875 +-0.030517578125 +0.218750000000 +0.013244628906 +-0.189453125000 +0.053710937500 +0.080078125000 +0.034912109375 +0.017944335938 +0.023681640625 +0.137695312500 +0.121093750000 +-0.057861328125 +-0.089355468750 +0.080078125000 +-0.041259765625 +0.028320312500 +0.095703125000 +0.042724609375 +0.125976562500 +0.066894531250 +0.025268554688 +-0.038085937500 +0.041748046875 +0.001731872559 +-0.058593750000 +0.050781250000 +-0.065917968750 +0.244140625000 +-0.039550781250 +-0.111328125000 +0.022949218750 +-0.082519531250 +0.070312500000 +-0.145507812500 +-0.034912109375 +-0.036865234375 +0.052490234375 +0.063476562500 +-0.000131607056 +0.017089843750 +0.279296875000 +-0.054199218750 +-0.012023925781 +0.039550781250 +-0.010437011719 +0.011779785156 +-0.029663085938 +-0.129882812500 +0.034423828125 +0.113769531250 +0.042724609375 +-0.025024414062 +-0.006256103516 +0.137695312500 +0.259765625000 +0.204101562500 +0.112304687500 +0.066894531250 +-0.014648437500 +-0.132812500000 +-0.137695312500 +-0.033447265625 +0.133789062500 +0.099609375000 +-0.015502929688 +0.198242187500 +-0.088867187500 +-0.061767578125 +0.114257812500 +0.031250000000 +0.118164062500 +0.032226562500 +0.143554687500 +-0.056152343750 +0.096679687500 +0.009582519531 +-0.114746093750 +0.002868652344 +-0.089843750000 +-0.005187988281 +0.085937500000 +-0.211914062500 +-0.212890625000 +0.198242187500 +0.112304687500 +-0.012268066406 +0.170898437500 +-0.007934570312 +0.080566406250 +-0.043701171875 +0.095703125000 +-0.038574218750 +0.072265625000 +-0.003540039062 +0.070312500000 +-0.113281250000 +-0.185546875000 +0.015991210938 +-0.067382812500 +-0.022094726562 +0.018554687500 +0.092285156250 +0.143554687500 +-0.306640625000 +0.067382812500 +-0.050048828125 +-0.104492187500 +-0.055419921875 +-0.033447265625 +0.017700195312 +-0.028686523438 +-0.214843750000 +0.072753906250 +-0.133789062500 +0.027221679688 +0.028320312500 +-0.061767578125 +0.032714843750 +0.054687500000 +-0.139648437500 +0.072753906250 +0.119140625000 +-0.049316406250 +0.018920898438 +-0.062988281250 +-0.061767578125 +0.023437500000 +-0.222656250000 +-0.161132812500 +0.045898437500 +-0.094726562500 +-0.068359375000 +0.208007812500 +-0.065429687500 +-0.078613281250 +-0.097656250000 +0.119140625000 +0.147460937500 +-0.080566406250 +0.050537109375 +-0.089355468750 +0.030517578125 +0.054443359375 +-0.001983642578 +0.000070095062 +0.002349853516 +-0.107421875000 +0.006896972656 +-0.030395507812 +-0.277343750000 +0.090820312500 +0.012573242188 +-0.083007812500 +0.126953125000 +-0.152343750000 +-0.114746093750 +0.093750000000 +0.138671875000 +-0.171875000000 +-0.039550781250 +0.041015625000 +0.190429687500 +0.202148437500 +0.057617187500 +-0.039550781250 +-0.100585937500 +-0.021484375000 +-0.061767578125 +0.052001953125 +-0.125976562500 +-0.098632812500 +0.131835937500 +0.037841796875 +0.036621093750 +0.157226562500 +0.104492187500 +0.137695312500 +-0.001251220703 +-0.013427734375 +0.076171875000 +-0.000189781189 +0.036865234375 +-0.045166015625 +0.039062500000 +0.003158569336 +-0.057861328125 +0.151367187500 +-0.184570312500 +-0.265625000000 +-0.025512695312 +-0.005218505859 +-0.035888671875 +0.135742187500 +0.011657714844 +-0.090820312500 +-0.111816406250 +-0.079101562500 +-0.001060485840 +0.030639648438 +0.024414062500 +0.012451171875 +0.038330078125 +0.012145996094 +-0.013183593750 +-0.051513671875 +0.038330078125 +0.046142578125 +-0.134765625000 +0.138671875000 +-0.124023437500 +-0.152343750000 +-0.152343750000 +0.046142578125 +-0.005615234375 +-0.112792968750 +-0.000595092773 +-0.080566406250 +0.030883789062 +0.041015625000 +0.098144531250 +-0.062011718750 +-0.081054687500 +-0.166992187500 +0.092773437500 +-0.078613281250 +-0.032470703125 +-0.099121093750 +-0.011779785156 +0.059570312500 +-0.380859375000 +0.087402343750 +0.080566406250 +0.171875000000 +0.030883789062 +-0.139648437500 +-0.055908203125 +-0.120605468750 +0.154296875000 +0.104492187500 +-0.191406250000 +0.065429687500 +-0.259765625000 +-0.184570312500 +-0.084960937500 +0.088867187500 +-0.169921875000 +-0.127929687500 +0.059570312500 +-0.085449218750 +-0.010986328125 +-0.157226562500 +-0.041015625000 +-0.141601562500 +0.128906250000 +-0.310546875000 +0.028808593750 +-0.077148437500 +-0.199218750000 +0.001510620117 +-0.083007812500 +-0.213867187500 +0.045166015625 +0.062255859375 +0.023315429688 +-0.105957031250 +0.143554687500 +-0.007934570312 +-0.144531250000 +-0.279296875000 +0.024047851562 +-0.023193359375 +0.056884765625 +-0.007019042969 +0.101074218750 +0.030395507812 +0.154296875000 +-0.150390625000 +0.026977539062 +-0.143554687500 +0.070800781250 +0.163085937500 +0.085937500000 +0.100585937500 +0.070312500000 +0.075683593750 +-0.083007812500 +-0.122558593750 +0.052490234375 +0.013305664062 +-0.126953125000 +0.011047363281 +0.045166015625 +-0.035400390625 +0.012329101562 +0.068359375000 +-0.050048828125 +-0.014038085938 +-0.000701904297 +-0.065917968750 +0.144531250000 +-0.212890625000 +0.076660156250 +-0.095703125000 +-0.089843750000 +0.016845703125 +0.137695312500 +-0.040771484375 +0.114746093750 +0.094726562500 +0.082519531250 +-0.026123046875 +-0.096679687500 +-0.187500000000 +-0.018432617188 +0.075683593750 +-0.140625000000 +-0.135742187500 +0.063964843750 +0.067871093750 +0.006042480469 +-0.072265625000 +0.035156250000 +0.059082031250 +0.057373046875 +0.087402343750 +0.052490234375 +0.130859375000 +-0.088867187500 +-0.062500000000 +0.065917968750 +-0.026977539062 +-0.033447265625 +-0.201171875000 +-0.035400390625 +0.012451171875 +-0.017456054688 +-0.004608154297 +-0.050048828125 +0.120605468750 +-0.101562500000 +0.032226562500 +0.259765625000 +-0.298828125000 +0.091308593750 +-0.167968750000 +0.138671875000 +0.066894531250 +0.132812500000 +0.087890625000 +0.094726562500 +-0.015991210938 +-0.069335937500 +-0.057617187500 +-0.142578125000 +-0.208984375000 +0.014221191406 +-0.126953125000 +-0.079101562500 +0.019531250000 +-0.150390625000 +0.024414062500 +-0.015991210938 +-0.015441894531 +-0.078613281250 +-0.081054687500 +-0.035400390625 +-0.086425781250 +0.038085937500 +0.020019531250 +-0.031494140625 +0.098144531250 +0.184570312500 +0.113281250000 +-0.095703125000 +-0.107910156250 +-0.019165039062 +-0.002700805664 +-0.009460449219 +-0.197265625000 +0.050292968750 +0.018066406250 +-0.056152343750 +-0.055908203125 +-0.059570312500 +0.121582031250 +-0.021484375000 +-0.019653320312 +-0.062988281250 +-0.093261718750 +-0.046875000000 +0.018310546875 +-0.118164062500 +0.130859375000 +-0.149414062500 +-0.028808593750 +0.019165039062 +0.057617187500 +-0.122558593750 +0.017456054688 +-0.022827148438 +-0.158203125000 +0.011657714844 +0.050292968750 +0.003860473633 +-0.096191406250 +-0.226562500000 +-0.073242187500 +-0.085449218750 +-0.041015625000 +-0.035888671875 +0.052246093750 +0.019897460938 +0.083007812500 +-0.117675781250 +0.020507812500 +-0.014404296875 +0.019775390625 +-0.049804687500 +0.051757812500 +-0.049804687500 +-0.062011718750 +-0.017944335938 +-0.002639770508 +0.047119140625 +-0.101074218750 +-0.134765625000 +0.072265625000 +0.005432128906 +-0.139648437500 +-0.107421875000 +0.065429687500 +0.139648437500 +0.046630859375 +-0.008911132812 +0.246093750000 +0.003967285156 +-0.020385742188 +0.036621093750 +-0.074707031250 +-0.195312500000 +0.037841796875 +-0.010314941406 +0.114257812500 +-0.201171875000 +-0.101562500000 +0.165039062500 +-0.031738281250 +0.123046875000 +0.144531250000 +-0.099121093750 +0.094238281250 +-0.034667968750 +-0.058349609375 +-0.092285156250 +-0.028686523438 +0.110839843750 +0.171875000000 +-0.015075683594 +-0.093261718750 +0.117187500000 +-0.003585815430 +-0.106445312500 +0.057617187500 +-0.000492095947 +0.106933593750 +0.058593750000 +-0.130859375000 +-0.067871093750 +0.015502929688 +0.104980468750 +-0.035644531250 +0.112792968750 +-0.069335937500 +0.086425781250 +-0.042236328125 +-0.013549804688 +0.038818359375 +0.051757812500 +0.098632812500 +-0.021850585938 +0.088867187500 +0.083984375000 +-0.098144531250 +0.000263214111 +-0.128906250000 +-0.141601562500 +-0.038085937500 +-0.095703125000 +0.184570312500 +0.104003906250 +0.018920898438 +-0.088867187500 +-0.002761840820 +0.130859375000 +-0.167968750000 +-0.007415771484 +-0.028808593750 +-0.094726562500 +0.151367187500 +-0.032714843750 +-0.052246093750 +0.111328125000 +0.117187500000 +0.009521484375 +-0.004455566406 +0.014648437500 +-0.003128051758 +-0.064941406250 +-0.039062500000 +-0.031494140625 +-0.011535644531 +0.100097656250 +-0.019165039062 +0.009704589844 +-0.038085937500 +-0.117675781250 +0.041748046875 +-0.069335937500 +-0.019042968750 +0.030395507812 +0.118652343750 +-0.126953125000 +0.081054687500 +0.007476806641 +-0.030151367188 +-0.058837890625 +-0.082031250000 +-0.055908203125 +0.077636718750 +0.064941406250 +-0.018554687500 +-0.029907226562 +-0.078125000000 +0.012573242188 +-0.011657714844 +0.041015625000 +-0.058105468750 +-0.006134033203 +0.009582519531 +0.013488769531 +-0.051513671875 +-0.100097656250 +0.004089355469 +-0.070312500000 +-0.000068664551 +-0.026855468750 +-0.019165039062 +-0.104003906250 +0.059082031250 +-0.054687500000 +0.048095703125 +0.021118164062 +-0.028320312500 +0.010681152344 +0.028320312500 +-0.022705078125 +-0.049804687500 +0.046386718750 +-0.041015625000 +-0.049072265625 +-0.041992187500 +0.085937500000 +-0.039062500000 +-0.024780273438 +0.006317138672 +-0.032226562500 +-0.061279296875 +0.020629882812 +-0.050781250000 +-0.004669189453 +-0.024169921875 +0.116210937500 +0.263671875000 +-0.063964843750 +-0.015441894531 +0.039306640625 +0.009094238281 +-0.153320312500 +0.099121093750 +-0.012390136719 +-0.049316406250 +0.007354736328 +0.025146484375 +0.013366699219 +0.116699218750 +0.058349609375 +0.037841796875 +0.120605468750 +-0.126953125000 +0.035156250000 +-0.135742187500 +0.082031250000 +0.113281250000 +0.003768920898 +-0.035400390625 +-0.058349609375 +-0.009704589844 +-0.083007812500 +0.031494140625 +0.056884765625 +0.020141601562 +0.312500000000 +0.068359375000 +-0.051513671875 +-0.026733398438 +0.058349609375 +-0.053710937500 +0.136718750000 +0.152343750000 +-0.020996093750 +-0.078613281250 +0.035888671875 +-0.037597656250 +0.058593750000 +0.012145996094 +0.000991821289 +-0.122558593750 +-0.038085937500 +-0.003646850586 +0.090820312500 +-0.052978515625 +-0.003372192383 +0.106445312500 +0.032714843750 +-0.085449218750 +0.039062500000 +0.119628906250 +0.044921875000 +0.075683593750 +0.099121093750 +0.041015625000 +0.097167968750 +-0.000082015991 +0.109863281250 +-0.098144531250 +0.059082031250 +0.080078125000 +0.011535644531 +-0.026611328125 +0.033447265625 +-0.054687500000 +0.052246093750 +-0.084472656250 +-0.062255859375 +0.015991210938 +0.055175781250 +-0.084960937500 +0.034179687500 +0.146484375000 +-0.055664062500 +0.005462646484 +0.041503906250 +0.075683593750 +-0.117675781250 +0.100097656250 +0.056640625000 +-0.074707031250 +0.024047851562 +0.050292968750 +0.070312500000 +0.131835937500 +-0.009643554688 +0.065429687500 +-0.126953125000 +-0.048339843750 +0.023071289062 +-0.048583984375 +0.113769531250 +0.078125000000 +-0.023681640625 +-0.143554687500 +0.002365112305 +-0.117187500000 +0.011474609375 +-0.002914428711 +0.044677734375 +0.070800781250 +-0.027709960938 +0.031982421875 +-0.032226562500 +-0.066406250000 +-0.003875732422 +0.051513671875 +0.182617187500 +-0.019653320312 +0.105957031250 +0.037353515625 +-0.009704589844 +0.066406250000 +0.005401611328 +-0.006347656250 +0.089843750000 +0.108398437500 +-0.072753906250 +-0.028686523438 +-0.104003906250 +-0.063964843750 +-0.015136718750 +-0.073242187500 +0.094726562500 +0.208984375000 +0.000782012939 +0.062500000000 +-0.003494262695 +0.028442382812 +-0.129882812500 +0.153320312500 +0.055908203125 +-0.079101562500 +0.086425781250 +-0.050292968750 +-0.017822265625 +-0.003555297852 +0.031982421875 +-0.091796875000 +0.044433593750 +-0.076171875000 +-0.036865234375 +-0.028442382812 +0.096191406250 +0.050781250000 +-0.062988281250 +-0.001571655273 +-0.018310546875 +0.005187988281 +0.060546875000 +0.166015625000 +0.011474609375 +0.018920898438 +0.265625000000 +-0.023925781250 +-0.061523437500 +0.031494140625 +0.096679687500 +0.034423828125 +0.054687500000 +0.026733398438 +-0.131835937500 +0.055175781250 +-0.007598876953 +-0.008178710938 +0.064453125000 +0.003601074219 +-0.041748046875 +-0.242187500000 +-0.139648437500 +0.049316406250 +0.156250000000 +-0.061767578125 +-0.039550781250 +-0.054443359375 +-0.006072998047 +-0.072265625000 +0.065429687500 +-0.059082031250 +-0.092285156250 +0.011657714844 +0.085449218750 +0.091796875000 +-0.058593750000 +0.031250000000 +-0.062011718750 +-0.153320312500 +0.096191406250 +-0.104492187500 +0.049804687500 +0.123535156250 +0.009826660156 +0.043945312500 +0.318359375000 +0.021850585938 +-0.017456054688 +-0.064453125000 +-0.024414062500 +-0.087890625000 +0.010437011719 +0.095703125000 +0.012023925781 +-0.138671875000 +-0.083496093750 +-0.058837890625 +-0.041503906250 +0.128906250000 +-0.014587402344 +0.028076171875 +0.139648437500 +0.035156250000 +-0.008361816406 +0.095703125000 +0.015075683594 +-0.010314941406 +-0.090820312500 +-0.136718750000 +0.151367187500 +-0.192382812500 +-0.015502929688 +-0.160156250000 +-0.165039062500 +-0.067382812500 +0.013610839844 +-0.050537109375 +0.185546875000 +-0.070800781250 +-0.084472656250 +0.085937500000 +0.078613281250 +0.017578125000 +0.047119140625 +-0.134765625000 +-0.162109375000 +0.115234375000 +0.055908203125 +0.064453125000 +-0.088867187500 +0.045410156250 +-0.029663085938 +0.107910156250 +-0.009826660156 +-0.053222656250 +0.051513671875 +0.002426147461 +0.079589843750 +-0.009826660156 +0.118164062500 +-0.140625000000 +-0.026855468750 +0.100097656250 +0.184570312500 +0.001899719238 +0.142578125000 +0.003768920898 +-0.007354736328 +0.039794921875 +-0.041259765625 +-0.027465820312 +-0.120605468750 +-0.259765625000 +-0.074218750000 +0.069824218750 +0.047119140625 +0.078613281250 +-0.120605468750 +-0.038330078125 +0.036621093750 +-0.182617187500 +-0.064453125000 +0.035888671875 +-0.025756835938 +-0.017211914062 +0.130859375000 +0.025390625000 +-0.007202148438 +0.173828125000 +0.034912109375 +-0.015747070312 +0.104003906250 +0.104980468750 +0.097167968750 +-0.022705078125 +0.005645751953 +-0.049804687500 +0.174804687500 +0.051269531250 +-0.042236328125 +0.039550781250 +-0.124511718750 +0.140625000000 +-0.026611328125 +0.016479492188 +-0.082519531250 +-0.020874023438 +0.146484375000 +0.226562500000 +-0.176757812500 +0.054931640625 +-0.175781250000 +-0.050781250000 +-0.065429687500 +0.024291992188 +0.018920898438 +-0.042968750000 +0.237304687500 +0.024414062500 +0.096679687500 +-0.173828125000 +0.102539062500 +-0.075683593750 +0.071777343750 +0.034667968750 +0.015319824219 +0.005737304688 +-0.061279296875 +0.084472656250 +-0.094238281250 +0.049072265625 +-0.069335937500 +0.026000976562 +0.054687500000 +-0.180664062500 +-0.007019042969 +-0.082519531250 +-0.045898437500 +0.069335937500 +-0.060546875000 +-0.045898437500 +-0.140625000000 +-0.062500000000 +0.111816406250 +-0.167968750000 +-0.067871093750 +0.038574218750 +0.101074218750 +0.137695312500 +0.041015625000 +-0.118164062500 +0.020629882812 +0.081054687500 +-0.016113281250 +-0.001945495605 +-0.061523437500 +0.031494140625 +0.015136718750 +-0.027709960938 +0.057617187500 +-0.020507812500 +0.066406250000 +0.090332031250 +-0.134765625000 +-0.095214843750 +-0.145507812500 +0.055175781250 +-0.078125000000 +-0.145507812500 +0.025024414062 +0.137695312500 +0.035400390625 +-0.043457031250 +-0.005310058594 +0.027099609375 +0.078125000000 +-0.025390625000 +-0.000907897949 +0.024780273438 +-0.061279296875 +-0.002502441406 +0.026367187500 +0.007629394531 +0.024047851562 +-0.021728515625 +0.136718750000 +-0.114257812500 +0.034423828125 +0.103515625000 +0.185546875000 +0.125000000000 +-0.012634277344 +-0.024780273438 +-0.137695312500 +-0.078613281250 +-0.016845703125 +-0.047607421875 +0.167968750000 +0.006103515625 +0.106445312500 +-0.176757812500 +-0.002593994141 +0.149414062500 +0.015319824219 +0.106933593750 +-0.157226562500 +-0.016479492188 +0.138671875000 +0.042236328125 +-0.159179687500 +-0.151367187500 +0.013977050781 +0.003860473633 +-0.008422851562 +-0.071777343750 +-0.203125000000 +-0.133789062500 +0.143554687500 +0.130859375000 +-0.080078125000 +-0.016723632812 +0.094726562500 +0.118652343750 +0.071289062500 +0.022338867188 +-0.094726562500 +-0.132812500000 +0.075683593750 +-0.061523437500 +0.062255859375 +0.014648437500 +0.070312500000 +-0.028930664062 +0.059082031250 +-0.093261718750 +-0.109375000000 +-0.007873535156 +0.038085937500 +0.052001953125 +0.038574218750 +-0.058105468750 +0.044677734375 +-0.150390625000 +-0.200195312500 +-0.083007812500 +0.092773437500 +-0.019042968750 +-0.008544921875 +0.036132812500 +0.104003906250 +0.071289062500 +-0.094238281250 +-0.083496093750 +-0.119628906250 +-0.064941406250 +-0.071289062500 +0.035644531250 +0.056396484375 +-0.002868652344 +-0.050781250000 +-0.110839843750 +-0.201171875000 +0.062500000000 +-0.162109375000 +-0.173828125000 +0.020141601562 +0.078125000000 +0.165039062500 +0.241210937500 +-0.144531250000 +-0.161132812500 +0.186523437500 +0.031250000000 +0.314453125000 +-0.017456054688 +0.093750000000 +-0.000766754150 +-0.138671875000 +0.139648437500 +-0.056152343750 +-0.166015625000 +-0.125976562500 +-0.037109375000 +-0.093750000000 +0.055419921875 +-0.132812500000 +0.198242187500 +0.049804687500 +0.104003906250 +-0.031494140625 +-0.056884765625 +0.098144531250 +0.070800781250 +-0.150390625000 +-0.238281250000 +0.037597656250 +0.007507324219 +-0.279296875000 +0.020019531250 +-0.119628906250 +-0.048095703125 +0.265625000000 +-0.030029296875 +-0.120605468750 +0.042968750000 +-0.024780273438 +-0.090820312500 +-0.096679687500 +-0.079101562500 +-0.129882812500 +-0.085449218750 +-0.271484375000 +-0.064941406250 +-0.083007812500 +0.048095703125 +-0.170898437500 +-0.141601562500 +-0.265625000000 +0.045654296875 +-0.019531250000 +0.041015625000 +0.053222656250 +-0.104980468750 +0.040039062500 +-0.135742187500 +-0.125976562500 +-0.142578125000 +-0.086914062500 +0.127929687500 +-0.017211914062 +-0.314453125000 +-0.138671875000 +-0.005035400391 +-0.011779785156 +-0.034423828125 +0.006683349609 +0.056396484375 +-0.123046875000 +-0.027587890625 +0.193359375000 +0.235351562500 +0.170898437500 +0.199218750000 +0.217773437500 +-0.060302734375 +0.129882812500 +0.174804687500 +0.049072265625 +-0.166992187500 +0.082031250000 +-0.212890625000 +-0.005981445312 +0.068847656250 +0.016235351562 +-0.133789062500 +0.052978515625 +0.009399414062 +-0.072753906250 +0.140625000000 +-0.248046875000 +-0.024414062500 +0.119140625000 +-0.292968750000 +0.113769531250 +-0.134765625000 +0.067382812500 +-0.114257812500 +-0.087890625000 +0.095703125000 +-0.166992187500 +-0.197265625000 +-0.053710937500 +0.086425781250 +-0.164062500000 +0.068847656250 +0.016235351562 +-0.101562500000 +0.064453125000 +0.112792968750 +-0.106445312500 +0.031738281250 +-0.064453125000 +0.041503906250 +-0.022460937500 +0.112792968750 +0.116699218750 +-0.018676757812 +0.050537109375 +0.023559570312 +-0.070312500000 +-0.079101562500 +-0.160156250000 +-0.128906250000 +-0.103027343750 +-0.052734375000 +-0.043701171875 +-0.116210937500 +-0.005187988281 +0.025024414062 +0.026489257812 +0.068847656250 +-0.097167968750 +-0.033935546875 +0.031127929688 +-0.162109375000 +-0.088867187500 +-0.024169921875 +-0.026489257812 +0.016479492188 +-0.113769531250 +0.072265625000 +-0.038574218750 +-0.016723632812 +-0.039794921875 +0.131835937500 +-0.069335937500 +-0.030029296875 +0.174804687500 +0.094238281250 +0.098144531250 +-0.041503906250 +-0.005493164062 +-0.040771484375 +0.068359375000 +0.095703125000 +0.017333984375 +-0.050537109375 +0.063964843750 +0.012634277344 +-0.131835937500 +0.002593994141 +-0.047363281250 +0.021484375000 +-0.082031250000 +-0.089843750000 +-0.127929687500 +-0.022949218750 +0.131835937500 +0.094238281250 +0.104492187500 +-0.034179687500 +0.052001953125 +0.036376953125 +0.267578125000 +0.163085937500 +0.032226562500 +-0.005126953125 +-0.133789062500 +-0.043457031250 +0.010620117188 +0.108886718750 +-0.133789062500 +-0.041503906250 +-0.020996093750 +-0.145507812500 +-0.019287109375 +0.071777343750 +0.033203125000 +-0.089843750000 +-0.105468750000 +-0.054443359375 +0.005554199219 +-0.058105468750 +0.026611328125 +0.068359375000 +0.073242187500 +0.118652343750 +-0.114746093750 +-0.039794921875 +-0.065917968750 +0.045410156250 +-0.021606445312 +-0.059326171875 +-0.127929687500 +-0.080566406250 +-0.049804687500 +-0.016113281250 +-0.019409179688 +-0.021972656250 +-0.007141113281 +0.006866455078 +-0.149414062500 +0.075683593750 +0.001953125000 +-0.005157470703 +0.020751953125 +-0.147460937500 +0.104492187500 +0.071777343750 +-0.067382812500 +-0.087402343750 +-0.128906250000 +0.003341674805 +-0.035644531250 +-0.007751464844 +0.020751953125 +-0.151367187500 +-0.062255859375 +0.116210937500 +0.081542968750 +-0.041748046875 +-0.071289062500 +-0.152343750000 +-0.059814453125 +-0.035888671875 +-0.143554687500 +-0.152343750000 +0.012939453125 +0.029418945312 +-0.072265625000 +0.077636718750 +-0.033935546875 +0.119140625000 +0.040771484375 +-0.212890625000 +0.030273437500 +-0.078125000000 +0.078125000000 +-0.048828125000 +0.023681640625 +0.050781250000 +0.049804687500 +-0.015563964844 +-0.020019531250 +-0.045898437500 +0.009338378906 +-0.068359375000 +0.091308593750 +-0.030273437500 +0.019653320312 +-0.068359375000 +-0.088378906250 +-0.019287109375 +-0.160156250000 +0.141601562500 +-0.014892578125 +-0.005004882812 +-0.065429687500 +-0.051269531250 +-0.083984375000 +0.010498046875 +0.063476562500 +0.062988281250 +-0.020263671875 +-0.056396484375 +-0.065429687500 +0.032226562500 +-0.025512695312 +0.009521484375 +-0.022827148438 +0.114257812500 +0.013061523438 +0.012023925781 +0.004058837891 +-0.020385742188 +0.017089843750 +-0.126953125000 +0.033935546875 +0.073242187500 +-0.000224113464 +0.092285156250 +-0.004089355469 +-0.059326171875 +0.050537109375 +-0.138671875000 +-0.024536132812 +-0.156250000000 +0.090332031250 +0.002624511719 +0.040527343750 +0.139648437500 +-0.178710937500 +-0.023315429688 +-0.042724609375 +-0.014343261719 +-0.169921875000 +0.298828125000 +0.001159667969 +0.133789062500 +0.096191406250 +0.086914062500 +0.017822265625 +-0.054199218750 +-0.061035156250 +0.011413574219 +0.085937500000 +0.039306640625 +0.178710937500 +-0.100585937500 +-0.077636718750 +-0.077148437500 +0.055664062500 +-0.011657714844 +-0.051025390625 +0.201171875000 +-0.029907226562 +0.018066406250 +0.039794921875 +-0.044433593750 +-0.159179687500 +-0.053710937500 +-0.094726562500 +0.153320312500 +-0.029296875000 +-0.000200271606 +-0.020385742188 +-0.131835937500 +-0.117675781250 +-0.086425781250 +-0.022460937500 +-0.024780273438 +0.039306640625 +-0.092285156250 +0.083984375000 +-0.162109375000 +0.023559570312 +0.000732421875 +0.063964843750 +0.143554687500 +-0.181640625000 +0.028686523438 +-0.101562500000 +0.039306640625 +0.049560546875 +-0.074707031250 +-0.017456054688 +-0.026000976562 +-0.075195312500 +-0.006561279297 +-0.103515625000 +0.087402343750 +0.025390625000 +0.085449218750 +-0.036865234375 +-0.033691406250 +0.105468750000 +-0.069335937500 +-0.013732910156 +-0.069335937500 +-0.026611328125 +-0.145507812500 +0.061767578125 +-0.014404296875 +-0.086914062500 +-0.046630859375 +0.131835937500 +-0.121582031250 +-0.109375000000 +0.020751953125 +0.063476562500 +-0.005187988281 +0.082519531250 +-0.065917968750 +0.111328125000 +0.015014648438 +0.160156250000 +-0.018554687500 +0.060302734375 +0.018676757812 +-0.054443359375 +-0.041015625000 +0.136718750000 +0.027465820312 +-0.020019531250 +0.039794921875 +0.029663085938 +0.177734375000 +0.021606445312 +0.002258300781 +-0.006469726562 +-0.056152343750 +0.065917968750 +0.033935546875 +-0.136718750000 +0.039062500000 +-0.098144531250 +0.058105468750 +0.063476562500 +-0.020751953125 +0.003616333008 +0.036132812500 +0.088867187500 +-0.050048828125 +-0.015014648438 +0.009887695312 +0.011169433594 +0.006896972656 +0.063964843750 +-0.014221191406 +0.002380371094 +0.009155273438 +0.049072265625 +0.000629425049 +-0.053710937500 +0.047119140625 +-0.269531250000 +0.028930664062 +0.000606536865 +-0.009582519531 +-0.005950927734 +-0.005767822266 +-0.075683593750 +-0.057128906250 +0.100585937500 +0.187500000000 +0.079589843750 +-0.108886718750 +-0.030883789062 +0.061279296875 +-0.031738281250 +0.133789062500 +0.016479492188 +-0.111328125000 +0.004089355469 +-0.081542968750 +-0.015502929688 +0.053222656250 +-0.041748046875 +-0.045410156250 +-0.041015625000 +-0.009643554688 +-0.045654296875 +-0.096191406250 +0.061767578125 +0.164062500000 +-0.061523437500 +-0.040039062500 +-0.010375976562 +-0.012268066406 +0.056396484375 +0.006347656250 +0.117675781250 +0.096679687500 +0.306640625000 +0.032226562500 +-0.000598907471 +-0.053466796875 +0.054443359375 +0.030883789062 +0.004333496094 +-0.008361816406 +0.093750000000 +0.086425781250 +0.059326171875 +-0.039306640625 +0.000820159912 +-0.129882812500 +0.086914062500 +-0.093750000000 +-0.175781250000 +0.034667968750 +0.123535156250 +0.016357421875 +-0.009033203125 +0.081542968750 +0.007080078125 +-0.034667968750 +-0.038330078125 +-0.028686523438 +0.008789062500 +-0.037353515625 +-0.094726562500 +-0.134765625000 +-0.052734375000 +-0.172851562500 +0.082031250000 +-0.064941406250 +0.125976562500 +0.146484375000 +-0.031250000000 +-0.091796875000 +0.080566406250 +0.017944335938 +0.021362304688 +-0.136718750000 +-0.071289062500 +0.058349609375 +0.004241943359 +0.130859375000 +-0.091796875000 +-0.089843750000 +-0.154296875000 +0.035156250000 +0.086425781250 +0.116210937500 +0.076171875000 +-0.071777343750 +-0.047363281250 +-0.006774902344 +0.016845703125 +-0.028320312500 +0.052734375000 +0.082519531250 +-0.017700195312 +0.057617187500 +0.056640625000 +-0.152343750000 +-0.125976562500 +0.127929687500 +-0.069824218750 +-0.158203125000 +0.115722656250 +0.122558593750 +0.002395629883 +-0.080078125000 +-0.109375000000 +-0.032470703125 +0.101562500000 +-0.090332031250 +-0.036621093750 +0.049072265625 +-0.076171875000 +0.000288009644 +0.000238418579 +0.034423828125 +0.039062500000 +0.061035156250 +-0.080078125000 +-0.053955078125 +0.017456054688 +-0.054199218750 +0.035644531250 +-0.016601562500 +0.072753906250 +0.058837890625 +-0.079101562500 +0.141601562500 +-0.199218750000 +0.073730468750 +0.085937500000 +-0.165039062500 +0.028808593750 +0.077636718750 +0.077636718750 +-0.041992187500 +0.027954101562 +0.083984375000 +-0.008117675781 +0.061767578125 +0.027099609375 +0.023559570312 +-0.037109375000 +-0.077636718750 +0.052978515625 +-0.034423828125 +-0.054931640625 +0.073730468750 +0.019897460938 +0.011657714844 +0.030517578125 +0.031127929688 +-0.097656250000 +-0.092285156250 +0.104492187500 +0.104003906250 +-0.111816406250 +-0.089355468750 +-0.174804687500 +0.110351562500 +-0.136718750000 +0.035400390625 +-0.142578125000 +-0.077636718750 +-0.132812500000 +-0.115234375000 +-0.042236328125 +0.192382812500 +0.083984375000 +-0.006774902344 +0.023437500000 +0.136718750000 +-0.009399414062 +-0.009948730469 +-0.113769531250 +0.069824218750 +-0.121093750000 +-0.049072265625 +0.162109375000 +0.029052734375 +0.036376953125 +-0.009094238281 +-0.047363281250 +0.006317138672 +0.053466796875 +-0.091308593750 +0.243164062500 +-0.429687500000 +0.059326171875 +-0.038818359375 +-0.124511718750 +0.046875000000 +-0.121582031250 +0.038574218750 +-0.031250000000 +-0.085449218750 +-0.070800781250 +-0.102539062500 +0.079101562500 +0.162109375000 +0.048828125000 +0.029907226562 +-0.020996093750 +0.004821777344 +0.018066406250 +-0.142578125000 +0.041503906250 +-0.136718750000 +-0.011413574219 +0.052734375000 +-0.078613281250 +-0.097656250000 +-0.269531250000 +-0.123535156250 +-0.000576019287 +-0.020507812500 +0.026611328125 +-0.046630859375 +-0.107421875000 +0.025634765625 +-0.119628906250 +-0.000507354736 +0.049804687500 +0.017822265625 +-0.091308593750 +-0.049560546875 +0.009216308594 +-0.009399414062 +-0.028808593750 +0.107421875000 +0.021118164062 +0.060546875000 +0.098632812500 +0.057373046875 +0.038330078125 +0.049560546875 +-0.080078125000 +0.039794921875 +-0.030395507812 +0.149414062500 +0.039306640625 +0.068847656250 +0.038818359375 +-0.073730468750 +-0.145507812500 +-0.073730468750 +0.060302734375 +-0.066894531250 +-0.058837890625 +-0.024780273438 +0.100097656250 +-0.024902343750 +-0.060302734375 +-0.061523437500 +0.127929687500 +-0.033447265625 +-0.075683593750 +0.068847656250 +0.034423828125 +-0.215820312500 +-0.028930664062 +0.051757812500 +-0.076171875000 +-0.064941406250 +-0.124511718750 +0.114257812500 +-0.059326171875 +-0.176757812500 +-0.126953125000 +0.000850677490 +0.107421875000 +-0.145507812500 +-0.016113281250 +-0.053222656250 +-0.103515625000 +-0.089843750000 +-0.006927490234 +-0.013549804688 +0.014282226562 +-0.095214843750 +0.050537109375 +-0.056152343750 +0.109375000000 +0.038085937500 +-0.033447265625 +0.050781250000 +-0.012329101562 +-0.012817382812 +-0.005432128906 +-0.067871093750 +0.015136718750 +-0.003585815430 +-0.128906250000 +0.105957031250 +0.043212890625 +-0.054199218750 +-0.019897460938 +-0.195312500000 +-0.024536132812 +0.002578735352 +-0.024536132812 +0.045898437500 +0.117675781250 +-0.067382812500 +-0.069824218750 +-0.184570312500 +0.020263671875 +0.061035156250 +0.158203125000 +-0.005035400391 +0.023803710938 +0.048339843750 +-0.068847656250 +-0.065429687500 +0.063476562500 +-0.196289062500 +-0.016357421875 +-0.147460937500 +-0.132812500000 +0.081054687500 +-0.024780273438 +-0.119628906250 +-0.039062500000 +0.111328125000 +0.092285156250 +0.003341674805 +-0.011840820312 +0.227539062500 +-0.017578125000 +-0.006652832031 +0.057128906250 +0.253906250000 +0.018066406250 +0.011230468750 +0.159179687500 +0.077636718750 +0.124023437500 +-0.146484375000 +0.023681640625 +-0.048828125000 +0.042724609375 +-0.031738281250 +0.028686523438 +-0.153320312500 +-0.006561279297 +0.110351562500 +0.092285156250 +0.087890625000 +-0.105957031250 +0.159179687500 +-0.107421875000 +-0.064941406250 +-0.087402343750 +-0.220703125000 +-0.095703125000 +0.069335937500 +0.153320312500 +-0.183593750000 +0.084960937500 +-0.056396484375 +0.097167968750 +-0.042968750000 +0.055664062500 +-0.175781250000 +-0.008605957031 +0.115722656250 +0.127929687500 +0.063476562500 +0.028076171875 +0.158203125000 +0.117187500000 +0.029663085938 +-0.024169921875 +0.099609375000 +-0.045654296875 +-0.143554687500 +-0.079589843750 +-0.227539062500 +0.035644531250 +0.093750000000 +0.109863281250 +0.042968750000 +-0.101074218750 +-0.097167968750 +-0.066894531250 +-0.080566406250 +0.153320312500 +0.154296875000 +-0.090820312500 +0.083007812500 +-0.019042968750 +0.099121093750 +-0.031494140625 +-0.127929687500 +0.069824218750 +-0.269531250000 +-0.017700195312 +-0.025756835938 +-0.011901855469 +0.078613281250 +0.002639770508 +-0.222656250000 +-0.048583984375 +-0.050781250000 +-0.161132812500 +-0.136718750000 +0.011230468750 +0.056640625000 +-0.020019531250 +-0.043212890625 +0.059082031250 +0.041992187500 +-0.020996093750 +0.084472656250 +0.050537109375 +-0.019531250000 +-0.027465820312 +0.105957031250 +-0.132812500000 +0.026733398438 +-0.074218750000 +0.186523437500 +0.118164062500 +-0.111328125000 +-0.001670837402 +0.075195312500 +-0.093261718750 +-0.120605468750 +0.000478744507 +0.121093750000 +0.149414062500 +-0.136718750000 +-0.036132812500 +0.042236328125 +-0.035400390625 +-0.041015625000 +0.087402343750 +-0.131835937500 +-0.158203125000 +0.080566406250 +-0.004974365234 +-0.082519531250 +0.075195312500 +-0.113769531250 +0.069824218750 +-0.034423828125 +-0.125976562500 +-0.047363281250 +0.073242187500 +0.236328125000 +0.041992187500 +0.104003906250 +0.130859375000 +-0.075683593750 +-0.041259765625 +-0.007507324219 +0.097167968750 +-0.157226562500 +-0.106445312500 +-0.138671875000 +0.216796875000 +0.015625000000 +0.061523437500 +0.067871093750 +0.072265625000 +0.023071289062 +-0.142578125000 +0.140625000000 +0.177734375000 +0.067871093750 +0.082519531250 +0.109375000000 +-0.125000000000 +-0.205078125000 +-0.159179687500 +0.052246093750 +0.052001953125 +-0.130859375000 +-0.093261718750 +-0.123046875000 +-0.028442382812 +-0.086425781250 +0.186523437500 +0.009155273438 +-0.106933593750 +-0.004974365234 +0.076660156250 +0.107421875000 +0.093261718750 +0.046142578125 +0.078613281250 +-0.095214843750 +0.148437500000 +-0.139648437500 +-0.059814453125 +0.068847656250 +-0.090820312500 +-0.054443359375 +0.040527343750 +-0.057373046875 +0.100585937500 +0.119140625000 +0.018920898438 +0.052001953125 +0.081054687500 +-0.099609375000 +-0.203125000000 +0.083984375000 +0.191406250000 +-0.204101562500 +-0.023071289062 +0.164062500000 +-0.077148437500 +-0.199218750000 +-0.167968750000 +0.101074218750 +0.054687500000 +-0.059814453125 +-0.023193359375 +0.102050781250 +0.058837890625 +0.027099609375 +-0.050537109375 +0.146484375000 +-0.057861328125 +-0.022949218750 +-0.056640625000 +-0.066406250000 +-0.038330078125 +-0.064941406250 +-0.087402343750 +-0.221679687500 +-0.152343750000 +0.022338867188 +0.058593750000 +-0.006713867188 +-0.083007812500 +0.073730468750 +0.014770507812 +-0.068359375000 +0.037109375000 +-0.090820312500 +-0.069335937500 +0.267578125000 +0.011718750000 +-0.019531250000 +-0.201171875000 +-0.010559082031 +0.153320312500 +-0.026245117188 +-0.038085937500 +0.285156250000 +-0.227539062500 +0.056396484375 +0.036376953125 +0.079589843750 +-0.008911132812 +0.085937500000 +-0.083007812500 +-0.109863281250 +0.125000000000 +-0.025024414062 +-0.015075683594 +0.045410156250 +-0.124511718750 +-0.135742187500 +-0.151367187500 +0.013916015625 +0.103027343750 +0.026367187500 +-0.024536132812 +-0.153320312500 +-0.124511718750 +0.059326171875 +-0.108886718750 +-0.162109375000 +-0.026245117188 +0.055419921875 +0.016235351562 +0.042724609375 +-0.048095703125 +-0.050781250000 +-0.093261718750 +-0.056152343750 +-0.222656250000 +0.102050781250 +-0.193359375000 +-0.138671875000 +-0.068847656250 +-0.138671875000 +-0.063964843750 +0.166015625000 +0.048095703125 +-0.031738281250 +0.011474609375 +0.156250000000 +-0.222656250000 +0.134765625000 +0.097656250000 +-0.165039062500 +0.157226562500 +0.035400390625 +-0.032958984375 +0.103515625000 +0.098632812500 +-0.008850097656 +0.013916015625 +-0.099121093750 +0.021118164062 +0.158203125000 +0.032226562500 +0.027099609375 +-0.155273437500 +0.183593750000 +0.013854980469 +0.132812500000 +0.013244628906 +0.099609375000 +-0.220703125000 +0.096679687500 +-0.061035156250 +0.058837890625 +-0.016601562500 +0.089355468750 +-0.089355468750 +0.013061523438 +0.248046875000 +0.000394821167 +-0.029663085938 +-0.000377655029 +0.058837890625 +-0.096191406250 +0.022827148438 +0.010803222656 +-0.048583984375 +0.062500000000 +-0.062988281250 +0.036865234375 +-0.062988281250 +0.010986328125 +0.114257812500 +0.034423828125 +0.031738281250 +-0.021606445312 +0.134765625000 +0.038574218750 +-0.054443359375 +-0.113769531250 +0.064453125000 +-0.029541015625 +0.045166015625 +0.251953125000 +0.052246093750 +0.148437500000 +-0.020751953125 +-0.044433593750 +0.062255859375 +0.237304687500 +0.200195312500 +-0.001609802246 +0.193359375000 +0.010375976562 +0.090820312500 +0.130859375000 +-0.146484375000 +0.021972656250 +-0.011413574219 +0.094238281250 +0.099609375000 +0.096679687500 +0.005767822266 +0.083496093750 +0.007690429688 +-0.163085937500 +-0.070312500000 +-0.104003906250 +0.144531250000 +0.011779785156 +-0.019409179688 +-0.037597656250 +0.200195312500 +0.092773437500 +0.052978515625 +0.231445312500 +-0.113281250000 +0.078125000000 +-0.097656250000 +0.060058593750 +-0.053222656250 +0.206054687500 +0.007293701172 +-0.151367187500 +0.100097656250 +0.109375000000 +0.070800781250 +-0.114257812500 +-0.019165039062 +0.068847656250 +0.077148437500 +-0.020141601562 +0.129882812500 +0.086914062500 +0.067382812500 +0.066406250000 +0.038574218750 +0.131835937500 +-0.016235351562 +-0.110351562500 +-0.022583007812 +-0.215820312500 +0.056640625000 +0.150390625000 +-0.021362304688 +0.054199218750 +0.115234375000 +-0.046142578125 +-0.022338867188 +-0.080566406250 +-0.181640625000 +0.027221679688 +0.003799438477 +0.102539062500 +-0.088867187500 +0.127929687500 +-0.173828125000 +0.031494140625 +-0.078125000000 +0.114257812500 +-0.095214843750 +-0.375000000000 +-0.040039062500 +-0.101562500000 +0.063476562500 +-0.072753906250 +0.088378906250 +-0.063964843750 +-0.032958984375 +0.089843750000 +0.006286621094 +0.151367187500 +-0.003158569336 +0.003189086914 +0.083984375000 +-0.074218750000 +0.029052734375 +0.076171875000 +-0.104492187500 +-0.056396484375 +-0.086425781250 +0.022216796875 +-0.032226562500 +-0.147460937500 +-0.117675781250 +0.170898437500 +-0.137695312500 +-0.030639648438 +-0.070800781250 +-0.031982421875 +0.085449218750 +0.001937866211 +0.101074218750 +-0.172851562500 +-0.025390625000 +-0.182617187500 +-0.043945312500 +0.023803710938 +-0.169921875000 +0.101074218750 +0.137695312500 +0.125976562500 +-0.069335937500 +0.001472473145 +0.072265625000 +0.036865234375 +0.052734375000 +-0.080566406250 +0.084472656250 +0.094726562500 +-0.085937500000 +-0.079101562500 +-0.152343750000 +0.124023437500 +0.023071289062 +-0.185546875000 +0.040771484375 +-0.050781250000 +0.104003906250 +0.070800781250 +0.142578125000 +0.060302734375 +0.136718750000 +-0.238281250000 +0.005310058594 +0.079589843750 +-0.025146484375 +-0.002059936523 +-0.014099121094 +0.083984375000 +-0.013549804688 +-0.035644531250 +0.049560546875 +0.193359375000 +0.027465820312 +-0.047119140625 +0.015441894531 +-0.058837890625 +0.122558593750 +-0.152343750000 +0.059326171875 +-0.026000976562 +-0.129882812500 +0.091796875000 +-0.069335937500 +0.091796875000 +0.110839843750 +-0.148437500000 +0.025390625000 +0.005493164062 +-0.093750000000 +-0.038085937500 +-0.019165039062 +0.017333984375 +-0.083984375000 +0.031005859375 +0.073730468750 +-0.035644531250 +-0.198242187500 +-0.035888671875 +-0.027099609375 +-0.104492187500 +0.003021240234 +0.078613281250 +-0.108886718750 +0.023803710938 +-0.075683593750 +0.081542968750 +0.011657714844 +0.038330078125 +-0.076171875000 +-0.116210937500 +-0.085449218750 +0.062988281250 +-0.013244628906 +-0.010192871094 +-0.059082031250 +-0.025024414062 +-0.001945495605 +0.050781250000 +-0.009826660156 +-0.047607421875 +-0.081542968750 +0.083496093750 +-0.102050781250 +-0.043212890625 +0.098632812500 +-0.036621093750 +-0.055664062500 +-0.052978515625 +0.078613281250 +0.061035156250 +0.030517578125 +-0.079589843750 +-0.005432128906 +-0.007202148438 +-0.065429687500 +0.074707031250 +-0.057617187500 +0.121582031250 +-0.044189453125 +-0.102050781250 +-0.065429687500 +-0.132812500000 +-0.041259765625 +-0.087402343750 +0.040527343750 +0.023193359375 +-0.023559570312 +0.031005859375 +0.140625000000 +0.002563476562 +-0.064941406250 +0.035644531250 +0.030761718750 +-0.089355468750 +0.164062500000 +-0.133789062500 +0.119628906250 +-0.022583007812 +0.030761718750 +0.050292968750 +0.030395507812 +0.086425781250 +0.101074218750 +-0.057373046875 +-0.120117187500 +0.048095703125 +-0.034912109375 +-0.116699218750 +-0.093750000000 +-0.076171875000 +0.031005859375 +0.083984375000 +0.009216308594 +0.185546875000 +0.035888671875 +-0.097167968750 +-0.096191406250 +-0.192382812500 +0.102050781250 +0.044189453125 +-0.069335937500 +-0.097656250000 +-0.087890625000 +-0.119140625000 +0.056640625000 +-0.077636718750 +-0.137695312500 +0.034179687500 +-0.005126953125 +0.020874023438 +0.089355468750 +-0.156250000000 +0.075195312500 +-0.156250000000 +-0.048583984375 +0.124511718750 +-0.021118164062 +-0.077148437500 +-0.025512695312 +0.216796875000 +-0.053466796875 +-0.054199218750 +0.005432128906 +-0.020385742188 +0.027221679688 +0.007293701172 +0.080078125000 +-0.140625000000 +-0.149414062500 +0.037353515625 +-0.008728027344 +0.047363281250 +0.075195312500 +-0.054687500000 +-0.218750000000 +0.102050781250 +0.037841796875 +0.077636718750 +0.033935546875 +-0.045654296875 +0.048095703125 +0.058105468750 +0.000652313232 +0.090820312500 +0.152343750000 +0.123046875000 +0.073730468750 +-0.150390625000 +0.059326171875 +-0.069335937500 +-0.051757812500 +0.007263183594 +0.180664062500 +0.038085937500 +-0.180664062500 +0.100585937500 +-0.001945495605 +0.094726562500 +0.041259765625 +0.005310058594 +0.007049560547 +0.104003906250 +0.047851562500 +-0.011474609375 +-0.076660156250 +0.053955078125 +0.064941406250 +0.035644531250 +-0.218750000000 +-0.003326416016 +0.115722656250 +-0.055664062500 +0.005065917969 +-0.005645751953 +-0.052490234375 +0.063964843750 +-0.035156250000 +-0.004486083984 +-0.117675781250 +0.143554687500 +-0.149414062500 +-0.015319824219 +-0.072265625000 +-0.063476562500 +0.036865234375 +0.047363281250 +-0.031982421875 +0.040527343750 +-0.151367187500 +0.121093750000 +0.079589843750 +0.138671875000 +0.063476562500 +-0.046142578125 +-0.012145996094 +0.066894531250 +0.054199218750 +0.046386718750 +-0.078613281250 +0.147460937500 +-0.083007812500 +-0.010314941406 +0.029541015625 +-0.020874023438 +-0.151367187500 +0.007781982422 +0.116699218750 +-0.008850097656 +0.096679687500 +0.015136718750 +0.019653320312 +0.007781982422 +-0.033203125000 +-0.126953125000 +0.025390625000 +-0.017089843750 +-0.063476562500 +0.135742187500 +-0.113281250000 +-0.133789062500 +-0.029418945312 +-0.032226562500 +-0.101562500000 +0.005004882812 +0.061035156250 +0.235351562500 +-0.016601562500 +-0.058837890625 +-0.067871093750 +-0.034423828125 +0.102539062500 +-0.081054687500 +0.046142578125 +-0.036132812500 +-0.009521484375 +-0.039306640625 +0.010498046875 +-0.135742187500 +0.023803710938 +-0.015136718750 +0.080566406250 +-0.088867187500 +0.033935546875 +-0.201171875000 +-0.125976562500 +0.100585937500 +-0.016113281250 +-0.046386718750 +-0.190429687500 +0.076660156250 +-0.062988281250 +-0.040527343750 +-0.087402343750 +0.020629882812 +0.007720947266 +-0.036376953125 +-0.115234375000 +-0.104980468750 +-0.014892578125 +-0.083496093750 +-0.115722656250 +-0.128906250000 +-0.054931640625 +0.133789062500 +-0.012390136719 +0.008239746094 +-0.138671875000 +-0.060302734375 +0.002471923828 +-0.051025390625 +-0.018310546875 +-0.055664062500 +0.117187500000 +0.018066406250 +0.055908203125 +-0.026367187500 +0.043945312500 +0.079101562500 +0.067871093750 +-0.020629882812 +0.050537109375 +0.035644531250 +0.003479003906 +-0.112792968750 +-0.054199218750 +0.102539062500 +-0.191406250000 +-0.042236328125 +-0.130859375000 +0.053710937500 +0.090332031250 +-0.075683593750 +-0.142578125000 +0.105468750000 +-0.247070312500 +-0.193359375000 +0.042480468750 +0.019775390625 +0.038574218750 +0.005096435547 +-0.025878906250 +0.046630859375 +0.159179687500 +0.053710937500 +0.073242187500 +0.011047363281 +-0.048583984375 +0.054443359375 +-0.128906250000 +0.042968750000 +0.058105468750 +0.122558593750 +0.103515625000 +0.077148437500 +-0.032714843750 +0.180664062500 +-0.201171875000 +0.155273437500 +0.057861328125 +0.185546875000 +0.080078125000 +0.012023925781 +0.012573242188 +-0.089843750000 +-0.029296875000 +-0.014709472656 +0.069335937500 +0.020751953125 +-0.179687500000 +-0.083984375000 +-0.068359375000 +-0.039306640625 +-0.062988281250 +-0.062011718750 +-0.042236328125 +0.095214843750 +0.010498046875 +-0.030883789062 +0.019531250000 +-0.185546875000 +-0.076660156250 +-0.145507812500 +-0.021972656250 +-0.057861328125 +-0.094726562500 +0.031494140625 +-0.155273437500 +0.042968750000 +-0.005676269531 +-0.117187500000 +-0.096679687500 +0.054687500000 +0.137695312500 +-0.071289062500 +-0.073242187500 +-0.064941406250 +-0.168945312500 +0.080566406250 +0.098632812500 +-0.096191406250 +-0.052490234375 +-0.115722656250 +-0.038330078125 +0.056884765625 +-0.083007812500 +-0.039306640625 +-0.072753906250 +-0.116210937500 +-0.068847656250 +-0.009277343750 +0.066406250000 +-0.061279296875 +-0.004516601562 +0.173828125000 +-0.094726562500 +0.024169921875 +-0.076171875000 +0.094238281250 +-0.083496093750 +-0.056152343750 +0.046142578125 +-0.149414062500 +-0.062988281250 +-0.016357421875 +-0.211914062500 +0.029052734375 +-0.058349609375 +0.048583984375 +-0.210937500000 +-0.142578125000 +-0.031250000000 +0.322265625000 +0.069335937500 +0.093261718750 +-0.200195312500 +0.022949218750 +0.070312500000 +0.048339843750 +0.036865234375 +0.160156250000 +0.132812500000 +0.235351562500 +0.098632812500 +-0.056152343750 +0.136718750000 +0.088378906250 +-0.019165039062 +-0.011230468750 +-0.027221679688 +-0.086425781250 +-0.006042480469 +-0.255859375000 +-0.068359375000 +-0.027954101562 +0.096191406250 +0.090820312500 +-0.056640625000 +0.033935546875 +-0.106445312500 +-0.011291503906 +-0.021484375000 +-0.163085937500 +0.182617187500 +0.143554687500 +-0.046386718750 +-0.183593750000 +-0.035888671875 +-0.079101562500 +0.027343750000 +-0.045898437500 +-0.047119140625 +-0.108398437500 +-0.014404296875 +-0.392578125000 +-0.133789062500 +0.015380859375 +0.161132812500 +0.112792968750 +-0.032226562500 +-0.135742187500 +0.037353515625 +0.149414062500 +-0.182617187500 +-0.024536132812 +0.015441894531 +-0.233398437500 +-0.024902343750 +0.074218750000 +-0.149414062500 +-0.042480468750 +0.049072265625 +-0.023803710938 +-0.104492187500 +0.125976562500 +-0.133789062500 +-0.357421875000 +0.085449218750 +0.015014648438 +0.174804687500 +0.047607421875 +0.063476562500 +0.123535156250 +-0.206054687500 +0.111816406250 +-0.300781250000 +0.141601562500 +0.177734375000 +0.006317138672 +0.034912109375 +0.057861328125 +-0.198242187500 +-0.259765625000 +-0.068847656250 +-0.007598876953 +0.050537109375 +0.008422851562 +0.203125000000 +-0.053466796875 +0.068359375000 +-0.068847656250 +-0.162109375000 +-0.250000000000 +-0.246093750000 +-0.183593750000 +-0.102539062500 +0.006622314453 +0.037353515625 +-0.181640625000 +0.090332031250 +-0.101074218750 +-0.024047851562 +0.014282226562 +-0.091308593750 +0.039550781250 +0.183593750000 +-0.063476562500 +0.095703125000 +-0.085449218750 +-0.037353515625 +0.164062500000 +0.022949218750 +-0.038574218750 +-0.076171875000 +0.207031250000 +0.275390625000 +-0.104980468750 +-0.073242187500 +0.034179687500 +-0.038330078125 +0.059326171875 +-0.136718750000 +0.083496093750 +-0.020385742188 +0.269531250000 +0.182617187500 +-0.142578125000 +0.212890625000 +0.058105468750 +-0.020629882812 +-0.031738281250 +-0.086914062500 +0.003112792969 +0.084960937500 +0.014892578125 +0.125000000000 +-0.077148437500 +-0.041015625000 +0.016235351562 +-0.138671875000 +0.111816406250 +-0.074218750000 +-0.060302734375 +-0.024902343750 +0.030761718750 +-0.079101562500 +-0.114257812500 +-0.117675781250 +0.028808593750 +0.067871093750 +-0.081054687500 +0.019653320312 +-0.045898437500 +-0.007080078125 +0.227539062500 +0.033691406250 +-0.064453125000 +-0.098632812500 +-0.107421875000 +-0.003646850586 +-0.000911712646 +-0.197265625000 +-0.170898437500 +0.002960205078 +0.071777343750 +0.089843750000 +-0.025878906250 +-0.032226562500 +0.215820312500 +-0.189453125000 +-0.106445312500 +-0.091796875000 +-0.016235351562 +-0.037109375000 +-0.112792968750 +0.197265625000 +-0.098144531250 +0.042480468750 +0.042968750000 +-0.029418945312 +-0.034912109375 +0.020263671875 +-0.098632812500 +0.177734375000 +-0.000016927719 +0.150390625000 +0.032958984375 +-0.145507812500 +0.118164062500 +-0.086914062500 +-0.003936767578 +-0.081542968750 +-0.053466796875 +-0.031250000000 +-0.069824218750 +-0.081054687500 +0.006744384766 +-0.013732910156 +0.333984375000 +-0.035888671875 +-0.084472656250 +0.072753906250 +0.086425781250 +0.109863281250 +-0.135742187500 +0.023315429688 +0.130859375000 +-0.040527343750 +-0.417968750000 +0.121093750000 +0.010437011719 +0.065429687500 +0.095214843750 +-0.171875000000 +0.051757812500 +-0.087890625000 +0.111328125000 +-0.187500000000 +0.080078125000 +-0.011352539062 +-0.104980468750 +0.120605468750 +0.179687500000 +-0.033691406250 +-0.060546875000 +-0.263671875000 +-0.011840820312 +0.119140625000 +-0.088378906250 +0.124511718750 +-0.031250000000 +-0.064453125000 +0.090332031250 +0.123535156250 +-0.099121093750 +-0.044189453125 +0.077636718750 +0.032714843750 +-0.074707031250 +-0.094726562500 +-0.242187500000 +-0.016357421875 +0.056152343750 +-0.004882812500 +-0.052001953125 +0.074218750000 +0.014648437500 +-0.027709960938 +-0.057373046875 +0.032958984375 +-0.182617187500 +-0.107910156250 +-0.195312500000 +-0.012695312500 +0.044189453125 +-0.110351562500 +-0.034667968750 +0.121093750000 +-0.132812500000 +0.044189453125 +0.018798828125 +0.141601562500 +0.100585937500 +0.132812500000 +0.107421875000 +0.088867187500 +-0.066894531250 +-0.157226562500 +-0.117675781250 +0.051757812500 +-0.091796875000 +-0.041992187500 +-0.202148437500 +-0.095703125000 +-0.046386718750 +-0.140625000000 +0.040039062500 +0.045654296875 +0.056396484375 +0.024169921875 +0.016113281250 +-0.076171875000 +-0.013854980469 +0.071289062500 +-0.006164550781 +-0.106445312500 +-0.003021240234 +0.047363281250 +0.024780273438 +-0.143554687500 +-0.050048828125 +0.034179687500 +-0.089355468750 +0.140625000000 +-0.009704589844 +-0.145507812500 +-0.048339843750 +-0.078125000000 +0.015625000000 +-0.052246093750 +-0.120117187500 +0.033203125000 +-0.075683593750 +0.030639648438 +0.018066406250 +0.083984375000 +-0.167968750000 +0.053466796875 +-0.068847656250 +0.031738281250 +-0.049316406250 +-0.071289062500 +0.027221679688 +0.020751953125 +-0.086914062500 +0.075195312500 +-0.165039062500 +0.015747070312 +0.017211914062 +0.017333984375 +-0.108398437500 +0.058593750000 +0.051025390625 +-0.160156250000 +0.080078125000 +-0.212890625000 +-0.032958984375 +0.037597656250 +0.050781250000 +-0.080078125000 +-0.021728515625 +0.017822265625 +0.077636718750 +0.071289062500 +-0.032958984375 +-0.042236328125 +0.043945312500 +-0.014221191406 +0.007080078125 +-0.018554687500 +-0.136718750000 +-0.005096435547 +0.008789062500 +-0.069335937500 +0.076171875000 +-0.079589843750 +-0.031127929688 +0.008544921875 +0.119628906250 +0.076171875000 +-0.098632812500 +-0.057128906250 +0.040283203125 +-0.005126953125 +0.029663085938 +0.005523681641 +-0.053222656250 +0.108398437500 +0.040283203125 +-0.061767578125 +-0.062255859375 +0.165039062500 +-0.008239746094 +0.019287109375 +-0.062988281250 +0.027343750000 +0.025268554688 +0.011169433594 +0.058349609375 +0.025756835938 +-0.004089355469 +0.024902343750 +-0.126953125000 +0.008666992188 +-0.088867187500 +-0.114257812500 +-0.021606445312 +-0.095214843750 +0.010437011719 +0.050781250000 +-0.277343750000 +0.060791015625 +-0.045898437500 +-0.097656250000 +-0.176757812500 +0.053466796875 +0.006225585938 +0.031250000000 +0.156250000000 +0.108886718750 +0.014465332031 +-0.062988281250 +0.091308593750 +-0.014709472656 +0.074218750000 +0.101074218750 +-0.060058593750 +0.087402343750 +-0.085449218750 +0.134765625000 +0.046630859375 +0.009094238281 +0.096191406250 +-0.019775390625 +0.040771484375 +0.132812500000 +-0.002975463867 +0.027465820312 +0.108398437500 +0.129882812500 +0.068359375000 +0.030151367188 +0.054687500000 +0.158203125000 +0.093261718750 +0.076660156250 +-0.070312500000 +-0.058593750000 +-0.128906250000 +-0.195312500000 +-0.055908203125 +0.035644531250 +-0.096191406250 +0.018798828125 +-0.022583007812 +-0.117675781250 +-0.061767578125 +0.028076171875 +0.040527343750 +-0.015258789062 +0.055175781250 +0.009582519531 +-0.060302734375 +-0.003784179688 +0.104980468750 +0.001411437988 +-0.061279296875 +0.009948730469 +-0.041259765625 +0.001312255859 +-0.065917968750 +-0.104980468750 +0.105468750000 +0.030151367188 +-0.079101562500 +0.116210937500 +-0.081054687500 +-0.072265625000 +-0.017944335938 +-0.125000000000 +0.129882812500 +0.031494140625 +-0.089843750000 +0.038085937500 +0.072753906250 +-0.101074218750 +0.046630859375 +0.036865234375 +0.062500000000 +0.126953125000 +-0.008422851562 +0.046386718750 +-0.020019531250 +0.001556396484 +-0.078125000000 +0.148437500000 +-0.186523437500 +-0.125000000000 +-0.001579284668 +0.069335937500 +0.013732910156 +-0.013549804688 +0.066894531250 +-0.218750000000 +0.163085937500 +-0.007934570312 +-0.103027343750 +-0.063964843750 +-0.055664062500 +-0.047851562500 +0.114746093750 +-0.029663085938 +-0.147460937500 +-0.033691406250 +-0.013488769531 +-0.220703125000 +-0.036621093750 +0.053955078125 +-0.056152343750 +0.094726562500 +0.021484375000 +0.115722656250 +-0.143554687500 +0.036865234375 +-0.038330078125 +0.101562500000 +-0.118164062500 +-0.096679687500 +0.034179687500 +-0.001403808594 +-0.031494140625 +-0.008483886719 +-0.041748046875 +0.030883789062 +-0.062500000000 +0.021362304688 +0.058837890625 +-0.261718750000 +0.016845703125 +0.125000000000 +-0.070312500000 +0.148437500000 +-0.000368118286 +0.070312500000 +-0.094726562500 +-0.020019531250 +-0.118652343750 +0.083984375000 +0.099121093750 +-0.047119140625 +-0.034912109375 +-0.247070312500 +-0.095703125000 +-0.083496093750 +-0.197265625000 +-0.043457031250 +0.217773437500 +-0.326171875000 +-0.104980468750 +0.192382812500 +0.112792968750 +0.009643554688 +0.118652343750 +-0.167968750000 +0.070800781250 +0.017578125000 +0.031494140625 +0.205078125000 +0.023803710938 +-0.156250000000 +0.091796875000 +0.077148437500 +-0.269531250000 +-0.152343750000 +-0.117675781250 +-0.016967773438 +-0.101074218750 +0.208984375000 +0.066406250000 +-0.095214843750 +-0.176757812500 +0.121582031250 +-0.157226562500 +-0.063964843750 +-0.063964843750 +-0.074707031250 +-0.173828125000 +0.178710937500 +0.125000000000 +-0.026245117188 +0.036865234375 +-0.002456665039 +0.100097656250 +-0.003692626953 +-0.017456054688 +0.000881195068 +-0.114746093750 +0.054687500000 +0.021362304688 +0.077636718750 +-0.084472656250 +0.047363281250 +-0.153320312500 +0.100585937500 +0.062255859375 +0.130859375000 +-0.120117187500 +-0.155273437500 +-0.121093750000 +-0.051757812500 +-0.047607421875 +-0.081054687500 +0.081542968750 +-0.024047851562 +0.179687500000 +-0.105468750000 +0.015319824219 +-0.089355468750 +-0.024414062500 +-0.015319824219 +0.088378906250 +0.002212524414 +-0.191406250000 +-0.249023437500 +-0.134765625000 +0.129882812500 +-0.308593750000 +-0.015441894531 +-0.080078125000 +0.076171875000 +0.107421875000 +0.085449218750 +-0.069824218750 +-0.109375000000 +-0.160156250000 +-0.067871093750 +0.021606445312 +0.200195312500 +0.156250000000 +-0.088867187500 +-0.169921875000 +0.056152343750 +0.091796875000 +-0.105468750000 +0.152343750000 +0.071289062500 +0.054687500000 +-0.239257812500 +-0.069824218750 +-0.136718750000 +0.283203125000 +-0.246093750000 +0.070312500000 +0.175781250000 +-0.136718750000 +-0.057373046875 +-0.057617187500 +-0.087402343750 +0.115722656250 +0.187500000000 +0.101562500000 +0.081542968750 +-0.101562500000 +0.024169921875 +-0.175781250000 +-0.215820312500 +-0.104492187500 +0.109863281250 +-0.007720947266 +-0.068847656250 +-0.124023437500 +-0.114257812500 +0.023437500000 +0.113769531250 +0.025146484375 +-0.017700195312 +0.229492187500 +-0.156250000000 +-0.004608154297 +0.239257812500 +0.103515625000 +-0.004577636719 +-0.081542968750 +0.039062500000 +0.004791259766 +0.027465820312 +0.003662109375 +0.125976562500 +-0.032226562500 +0.028442382812 +0.086914062500 +0.081054687500 +0.004089355469 +0.041748046875 +0.056640625000 +-0.028442382812 +0.111328125000 +-0.091796875000 +0.008666992188 +0.044433593750 +-0.108398437500 +-0.021484375000 +-0.020019531250 +0.011657714844 +0.062988281250 +-0.154296875000 +0.037597656250 +-0.102539062500 +0.041259765625 +-0.053222656250 +-0.067871093750 +0.048095703125 +0.105957031250 +-0.094726562500 +0.031982421875 +0.116210937500 +-0.083007812500 +0.237304687500 +0.027221679688 +-0.017700195312 +0.126953125000 +-0.014709472656 +-0.085937500000 +0.096191406250 +0.096679687500 +-0.077636718750 +0.043701171875 +-0.006042480469 +0.012329101562 +-0.032470703125 +-0.000356674194 +0.036865234375 +-0.035644531250 +-0.075195312500 +-0.085449218750 +0.038818359375 +-0.058349609375 +-0.040771484375 +0.141601562500 +-0.089355468750 +-0.104003906250 +0.107421875000 +-0.083496093750 +-0.067871093750 +-0.083007812500 +-0.162109375000 +-0.110839843750 +0.152343750000 +-0.048583984375 +0.109375000000 +0.047851562500 +0.131835937500 +-0.130859375000 +-0.038574218750 +0.046875000000 +0.042480468750 +-0.059814453125 +-0.082519531250 +-0.039794921875 +-0.145507812500 +-0.140625000000 +-0.015014648438 +-0.023437500000 +0.048828125000 +0.123046875000 +0.078125000000 +0.071289062500 +0.002166748047 +-0.023315429688 +0.059570312500 +0.037109375000 +0.168945312500 +0.040527343750 +-0.048339843750 +0.064941406250 +-0.098144531250 +-0.185546875000 +-0.009887695312 +0.083496093750 +-0.104003906250 +-0.056640625000 +0.095703125000 +-0.068359375000 +-0.080078125000 +-0.030395507812 +0.021484375000 +-0.004943847656 +0.083984375000 +0.090332031250 +-0.068359375000 +-0.122070312500 +-0.060058593750 +0.184570312500 +-0.043701171875 +-0.151367187500 +-0.096191406250 +-0.017089843750 +0.241210937500 +-0.039550781250 +0.006561279297 +0.044921875000 +0.028564453125 +0.166992187500 +0.107910156250 +-0.051757812500 +0.048339843750 +0.030273437500 +-0.056884765625 +0.175781250000 +-0.002395629883 +-0.061279296875 +0.049072265625 +0.082031250000 +-0.065917968750 +-0.117187500000 +0.012084960938 +0.145507812500 +-0.003234863281 +-0.033691406250 +-0.105468750000 +-0.099121093750 +0.056884765625 +-0.134765625000 +-0.115722656250 +0.001243591309 +0.119628906250 +-0.145507812500 +0.018798828125 +-0.035888671875 +0.128906250000 +0.008728027344 +-0.103027343750 +-0.073242187500 +0.210937500000 +-0.047119140625 +0.173828125000 +0.079589843750 +-0.067382812500 +-0.126953125000 +-0.116210937500 +0.062011718750 +0.022094726562 +-0.033935546875 +-0.033447265625 +-0.105468750000 +-0.057617187500 +-0.061035156250 +0.116210937500 +0.038330078125 +-0.065917968750 +0.014953613281 +0.014282226562 +-0.102539062500 +-0.135742187500 +0.083984375000 +0.062500000000 +0.057128906250 +0.068847656250 +0.140625000000 +-0.192382812500 +0.022583007812 +0.068359375000 +-0.210937500000 +0.008483886719 +0.163085937500 +0.033691406250 +-0.076171875000 +-0.020263671875 +-0.192382812500 +0.026367187500 +-0.179687500000 +-0.090332031250 +-0.164062500000 +-0.096679687500 +0.056152343750 +-0.057373046875 +-0.065917968750 +0.089843750000 +0.035644531250 +0.104003906250 +0.022460937500 +0.005035400391 +0.236328125000 +0.055664062500 +0.226562500000 +-0.050292968750 +0.018066406250 +0.111328125000 +0.001884460449 +0.051269531250 +0.092285156250 +-0.139648437500 +0.126953125000 +0.054687500000 +-0.076171875000 +0.083984375000 +-0.123535156250 +-0.107421875000 +0.035156250000 +-0.185546875000 +-0.022583007812 +-0.044677734375 +0.124023437500 +-0.153320312500 +-0.118164062500 +0.009033203125 +-0.047363281250 +-0.000648498535 +-0.020141601562 +-0.094726562500 +0.036621093750 +0.091308593750 +-0.020629882812 +0.166015625000 +-0.067382812500 +0.013610839844 +0.089355468750 +0.138671875000 +-0.231445312500 +0.013244628906 +-0.011901855469 +0.022338867188 +-0.084960937500 +-0.124023437500 +0.017700195312 +-0.138671875000 +-0.158203125000 +0.011291503906 +-0.060058593750 +-0.095214843750 +-0.075683593750 +-0.009094238281 +0.078613281250 +-0.106933593750 +0.055664062500 +0.096191406250 +-0.077148437500 +-0.015625000000 +-0.126953125000 +0.147460937500 +0.174804687500 +0.104980468750 +0.006317138672 +-0.041503906250 +0.059570312500 +-0.021728515625 +-0.125976562500 +0.112792968750 +0.105957031250 +-0.000042200089 +-0.215820312500 +0.076660156250 +-0.049316406250 +0.061767578125 +0.135742187500 +-0.081054687500 +0.257812500000 +-0.077148437500 +-0.029663085938 +0.127929687500 +0.025878906250 +0.063476562500 +0.038085937500 +0.180664062500 +-0.106445312500 +-0.029174804688 +0.198242187500 +-0.111328125000 +0.137695312500 +0.140625000000 +0.014587402344 +-0.012084960938 +-0.012817382812 +-0.086914062500 +0.071289062500 +0.094726562500 +-0.193359375000 +-0.018066406250 +0.090332031250 +0.089355468750 +-0.152343750000 +0.141601562500 +-0.037109375000 +-0.088378906250 +-0.138671875000 +0.058593750000 +-0.021728515625 +0.038085937500 +0.059570312500 +-0.054199218750 +0.098632812500 +-0.004455566406 +-0.090332031250 +0.027832031250 +0.150390625000 +0.008605957031 +0.009277343750 +0.062988281250 +-0.064453125000 +0.008483886719 +0.060791015625 +-0.045898437500 +-0.074218750000 +-0.106445312500 +0.139648437500 +0.047851562500 +0.014526367188 +-0.083984375000 +0.056152343750 +-0.124023437500 +-0.042968750000 +-0.027709960938 +-0.220703125000 +0.283203125000 +-0.025024414062 +-0.220703125000 +-0.052490234375 +-0.034912109375 +-0.018432617188 +0.036376953125 +-0.067382812500 +0.114746093750 +-0.023559570312 +0.037597656250 +-0.027709960938 +-0.083007812500 +0.035888671875 +0.040527343750 +-0.056640625000 +0.103027343750 +-0.120117187500 +0.048339843750 +-0.080078125000 +-0.208007812500 +-0.039306640625 +-0.048339843750 +0.041259765625 +0.124511718750 +0.155273437500 +-0.003585815430 +-0.207031250000 +-0.166992187500 +0.075195312500 +0.036132812500 +-0.012512207031 +0.065917968750 +0.006591796875 +-0.119628906250 +-0.101562500000 +-0.082519531250 +-0.053222656250 +-0.051025390625 +0.210937500000 +-0.070800781250 +-0.108886718750 +-0.182617187500 +0.039306640625 +0.023559570312 +-0.014282226562 +-0.127929687500 +-0.018066406250 +0.025756835938 +0.140625000000 +-0.035644531250 +-0.075195312500 +-0.012573242188 +0.181640625000 +-0.016357421875 +-0.055908203125 +0.072265625000 +0.050292968750 +0.109375000000 +0.066406250000 +0.073730468750 +-0.016967773438 +0.003341674805 +-0.072753906250 +-0.077636718750 +0.035156250000 +0.023437500000 +-0.004241943359 +0.102050781250 +0.013793945312 +-0.010437011719 +-0.000534057617 +0.043945312500 +0.030029296875 +0.010131835938 +0.069824218750 +-0.045654296875 +0.002563476562 +-0.027709960938 +-0.022094726562 +-0.104003906250 +0.000291824341 +0.076171875000 +-0.099121093750 +0.025634765625 +0.025146484375 +-0.025024414062 +-0.041503906250 +-0.021606445312 +-0.013366699219 +-0.065917968750 +-0.024658203125 +-0.007568359375 +-0.005523681641 +0.010498046875 +0.085937500000 +0.114746093750 +-0.036376953125 +-0.042968750000 +-0.010314941406 +0.067871093750 +0.109375000000 +-0.106445312500 +0.120605468750 +0.083984375000 +0.129882812500 +-0.072265625000 +-0.036376953125 +0.040771484375 +-0.039550781250 +0.002075195312 +0.035156250000 +-0.060791015625 +0.063476562500 +-0.045898437500 +-0.024536132812 +-0.021728515625 +-0.064941406250 +0.036132812500 +0.056884765625 +-0.066406250000 +-0.035644531250 +-0.023681640625 +-0.070800781250 +-0.039550781250 +0.033935546875 +0.145507812500 +0.255859375000 +0.012573242188 +-0.038085937500 +0.072753906250 +0.083496093750 +-0.035156250000 +0.100585937500 +-0.070800781250 +-0.064453125000 +-0.000759124756 +-0.109375000000 +0.040771484375 +0.104003906250 +-0.135742187500 +-0.014892578125 +0.054687500000 +-0.034667968750 +-0.026611328125 +-0.072753906250 +-0.004821777344 +-0.018920898438 +-0.010925292969 +-0.043701171875 +-0.013244628906 +0.053955078125 +0.091796875000 +0.062500000000 +0.032226562500 +0.033203125000 +0.200195312500 +0.076660156250 +-0.003616333008 +-0.055664062500 +0.054687500000 +0.026367187500 +0.044677734375 +0.172851562500 +0.052734375000 +-0.094238281250 +0.066406250000 +0.008056640625 +-0.000358581543 +-0.041015625000 +-0.059082031250 +-0.156250000000 +-0.218750000000 +-0.038574218750 +0.060058593750 +-0.036376953125 +-0.045410156250 +0.072753906250 +0.054443359375 +-0.055908203125 +-0.045410156250 +-0.131835937500 +0.092285156250 +-0.030395507812 +-0.035888671875 +-0.157226562500 +0.061279296875 +-0.161132812500 +-0.027099609375 +0.060791015625 +-0.027465820312 +0.043945312500 +-0.005462646484 +-0.172851562500 +0.043212890625 +0.020874023438 +0.193359375000 +0.083007812500 +-0.134765625000 +0.253906250000 +-0.056152343750 +0.032958984375 +0.023315429688 +-0.079101562500 +-0.133789062500 +0.109375000000 +0.113281250000 +0.143554687500 +-0.043701171875 +0.098632812500 +0.032714843750 +-0.271484375000 +-0.027709960938 +0.089843750000 +-0.127929687500 +-0.042480468750 +-0.098632812500 +-0.108886718750 +-0.166015625000 +-0.010986328125 +-0.007263183594 +0.100097656250 +-0.022827148438 +0.051757812500 +-0.042968750000 +0.184570312500 +0.117675781250 +0.007171630859 +0.170898437500 +-0.073730468750 +-0.016845703125 +0.008239746094 +0.002410888672 +0.081054687500 +0.153320312500 +0.228515625000 +-0.103515625000 +-0.068359375000 +-0.100097656250 +0.002319335938 +-0.016235351562 +-0.008972167969 +-0.065429687500 +0.001136779785 +-0.267578125000 +-0.017211914062 +-0.040283203125 +-0.021240234375 +0.053710937500 +0.163085937500 +0.121093750000 +0.138671875000 +0.023803710938 +-0.135742187500 +-0.062988281250 +0.068359375000 +-0.113769531250 +-0.111816406250 +0.160156250000 +-0.119140625000 +-0.055908203125 +-0.196289062500 +-0.019897460938 +-0.183593750000 +0.034423828125 +-0.075683593750 +0.142578125000 +-0.004150390625 +0.020263671875 +0.023559570312 +0.064941406250 +0.003173828125 +-0.158203125000 +-0.048828125000 +0.018310546875 +0.287109375000 +-0.062011718750 +-0.072753906250 +0.036865234375 +-0.109375000000 +-0.153320312500 +-0.006652832031 +-0.048095703125 +-0.177734375000 +0.040527343750 +0.036132812500 +-0.250000000000 +0.058593750000 +0.030273437500 +-0.093261718750 +-0.039306640625 +-0.048828125000 +0.065429687500 +-0.036865234375 +-0.091796875000 +0.027221679688 +0.060058593750 +0.045898437500 +-0.030639648438 +-0.044189453125 +-0.107421875000 +-0.123046875000 +-0.188476562500 +-0.074218750000 +-0.016357421875 +0.273437500000 +-0.028808593750 +-0.027587890625 +0.157226562500 +0.024536132812 +-0.068359375000 +0.109863281250 +0.076660156250 +-0.184570312500 +0.021240234375 +-0.092773437500 +0.055908203125 +0.025878906250 +-0.085937500000 +0.064941406250 +0.154296875000 +0.047851562500 +0.057617187500 +0.028076171875 +-0.021972656250 +-0.064941406250 +0.104980468750 +-0.024047851562 +-0.083007812500 +0.082519531250 +-0.121093750000 +-0.000368118286 +-0.118652343750 +0.017822265625 +-0.006286621094 +0.000088214874 +0.055664062500 +-0.064453125000 +-0.053466796875 +-0.066894531250 +-0.200195312500 +-0.200195312500 +-0.083007812500 +0.077148437500 +0.177734375000 +-0.091796875000 +0.142578125000 +0.024414062500 +0.052490234375 +0.096191406250 +0.048583984375 +0.124023437500 +0.124511718750 +0.117675781250 +0.025390625000 +0.104492187500 +-0.120117187500 +-0.031127929688 +-0.046630859375 +-0.072265625000 +0.186523437500 +-0.122558593750 +-0.012084960938 +-0.054687500000 +-0.010009765625 +-0.019165039062 +-0.052978515625 +-0.165039062500 +0.049804687500 +-0.101074218750 +0.061035156250 +-0.101562500000 +-0.068847656250 +-0.177734375000 +0.085449218750 +-0.079589843750 +-0.066894531250 +0.006164550781 +-0.086425781250 +-0.053466796875 +-0.021606445312 +-0.055908203125 +0.026000976562 +-0.010864257812 +0.033691406250 +0.090820312500 +0.073242187500 +-0.056152343750 +0.086914062500 +-0.178710937500 +-0.066894531250 +0.109863281250 +0.095703125000 +0.065917968750 +0.083984375000 +0.132812500000 +0.123535156250 +0.129882812500 +-0.033691406250 +-0.006042480469 +-0.086914062500 +-0.005584716797 +-0.073730468750 +0.030761718750 +-0.000534057617 +0.029541015625 +-0.021362304688 +0.012084960938 +0.079589843750 +0.034667968750 +0.126953125000 +-0.021484375000 +0.127929687500 +-0.069824218750 +0.096679687500 +-0.019775390625 +0.025390625000 +0.044189453125 +0.036376953125 +-0.059082031250 +-0.167968750000 +0.083984375000 +0.089843750000 +-0.186523437500 +-0.060058593750 +0.051025390625 +-0.036621093750 +-0.048828125000 +0.029174804688 +0.030151367188 +-0.005279541016 +0.025878906250 +-0.103515625000 +-0.086914062500 +0.212890625000 +-0.028930664062 +-0.269531250000 +0.082519531250 +-0.057617187500 +0.037109375000 +0.105468750000 +0.103027343750 +0.054443359375 +-0.002532958984 +-0.119140625000 +-0.180664062500 +-0.090820312500 +0.079589843750 +0.080566406250 +-0.206054687500 +-0.150390625000 +0.092285156250 +-0.059082031250 +0.007385253906 +-0.126953125000 +0.146484375000 +-0.195312500000 +-0.001136779785 +0.011352539062 +-0.050048828125 +0.092773437500 +0.114257812500 +-0.027221679688 +0.132812500000 +0.133789062500 +-0.118164062500 +0.087402343750 +0.085937500000 +-0.112304687500 +0.095703125000 +0.038818359375 +0.116699218750 +-0.153320312500 +-0.062988281250 +-0.044189453125 +-0.111816406250 +0.016113281250 +-0.072265625000 +0.013916015625 +0.103027343750 +-0.015869140625 +0.042236328125 +-0.016601562500 +0.086914062500 +-0.165039062500 +0.065429687500 +-0.150390625000 +0.064941406250 +-0.026611328125 +0.114746093750 +-0.038574218750 +-0.037841796875 +0.001571655273 +-0.081542968750 +-0.175781250000 +-0.098632812500 +0.001411437988 +-0.041748046875 +-0.151367187500 +0.065429687500 +0.066894531250 +0.081542968750 +-0.164062500000 +0.025390625000 +0.102539062500 +-0.088867187500 +0.118164062500 +0.131835937500 +0.076171875000 +-0.037841796875 +-0.022705078125 +-0.032958984375 +-0.333984375000 +0.093750000000 +0.022094726562 +-0.190429687500 +0.046875000000 +0.040771484375 +0.008789062500 +0.132812500000 +0.085449218750 +-0.291015625000 +0.064941406250 +0.056396484375 +-0.014099121094 +0.032226562500 +-0.049804687500 +-0.129882812500 +-0.005645751953 +0.217773437500 +0.050292968750 +-0.090332031250 +-0.204101562500 +-0.149414062500 +0.147460937500 +0.078613281250 +0.133789062500 +0.036621093750 +-0.022094726562 +-0.059570312500 +0.043701171875 +0.041015625000 +0.000345230103 +0.175781250000 +-0.111816406250 +0.097656250000 +0.077148437500 +0.049072265625 +-0.040283203125 +-0.090820312500 +-0.016845703125 +0.059814453125 +0.152343750000 +-0.090332031250 +-0.255859375000 +-0.046386718750 +-0.046386718750 +-0.018310546875 +0.009399414062 +0.122558593750 +0.002960205078 +0.009094238281 +0.238281250000 +-0.009216308594 +0.099121093750 +-0.118652343750 +0.041259765625 +0.027465820312 +0.060058593750 +-0.011474609375 +0.000434875488 +-0.035888671875 +-0.031494140625 +0.012023925781 +0.082519531250 +0.080078125000 +0.103027343750 +-0.095703125000 +0.029785156250 +0.034912109375 +-0.083007812500 +0.101562500000 +0.163085937500 +-0.044921875000 +-0.098144531250 +0.033203125000 +-0.061035156250 +-0.170898437500 +-0.075195312500 +-0.026123046875 +0.038818359375 +0.112792968750 +0.000816345215 +-0.043457031250 +-0.069824218750 +0.148437500000 +-0.006134033203 +0.057617187500 +-0.071289062500 +0.065429687500 +-0.060302734375 +-0.015991210938 +0.041259765625 +0.010925292969 +0.046142578125 +0.056152343750 +0.011169433594 +-0.114746093750 +-0.051757812500 +-0.042724609375 +-0.195312500000 +0.070800781250 +-0.047851562500 +-0.125000000000 +0.025146484375 +-0.014648437500 +0.099609375000 +-0.087402343750 +0.136718750000 +0.104980468750 +-0.014770507812 +0.105468750000 +-0.084960937500 +-0.031982421875 +-0.035644531250 +-0.172851562500 +-0.093261718750 +-0.144531250000 +-0.153320312500 +-0.073242187500 +0.041259765625 +-0.017456054688 +0.289062500000 +0.026611328125 +0.033203125000 +0.181640625000 +-0.045410156250 +0.039550781250 +-0.159179687500 +-0.168945312500 +0.017456054688 +0.064453125000 +0.064941406250 +-0.098144531250 +0.056396484375 +-0.153320312500 +0.207031250000 +0.182617187500 +-0.166992187500 +-0.062011718750 +0.043945312500 +-0.085449218750 +0.037841796875 +0.138671875000 +0.109863281250 +0.104003906250 +0.141601562500 +-0.118164062500 +-0.017578125000 +0.062500000000 +-0.052978515625 +0.217773437500 +0.037353515625 +-0.008300781250 +-0.057617187500 +-0.062500000000 +-0.194335937500 +-0.011230468750 +-0.257812500000 +-0.042236328125 +0.001296997070 +0.216796875000 +-0.184570312500 +-0.134765625000 +-0.174804687500 +-0.098144531250 +0.205078125000 +0.034179687500 +-0.167968750000 +0.091796875000 +0.047119140625 +-0.030273437500 +-0.004486083984 +0.283203125000 +0.060058593750 +-0.024047851562 +0.002304077148 +-0.017456054688 +-0.046142578125 +-0.012451171875 +0.009826660156 +0.004943847656 +-0.005645751953 +-0.094726562500 +-0.181640625000 +-0.023559570312 +-0.136718750000 +-0.179687500000 +0.022949218750 +0.053955078125 +0.067382812500 +0.138671875000 +-0.078613281250 +-0.043212890625 +-0.135742187500 +-0.144531250000 +0.105957031250 +0.002746582031 +0.115234375000 +-0.086914062500 +-0.205078125000 +0.033935546875 +-0.071289062500 +-0.073730468750 +0.015380859375 +0.121093750000 +-0.030761718750 +-0.188476562500 +-0.076171875000 +-0.018676757812 +0.028930664062 +-0.092285156250 +0.011962890625 +-0.183593750000 +0.065917968750 +-0.161132812500 +-0.123046875000 +0.008728027344 +-0.146484375000 +-0.075683593750 +-0.062255859375 +-0.131835937500 +0.030029296875 +0.063964843750 +-0.054443359375 +-0.034912109375 +-0.041992187500 +-0.138671875000 +0.075683593750 +-0.013000488281 +-0.048583984375 +0.094726562500 +0.053222656250 +-0.121093750000 +-0.116210937500 +0.037841796875 +-0.055419921875 +-0.185546875000 +0.035888671875 +0.017211914062 +0.021118164062 +-0.144531250000 +0.105468750000 +-0.088867187500 +-0.173828125000 +-0.055908203125 +0.010986328125 +-0.008483886719 +-0.013549804688 +0.147460937500 +0.019775390625 +-0.061767578125 +-0.217773437500 +-0.191406250000 +-0.163085937500 +-0.056640625000 +-0.049560546875 +0.024902343750 +0.202148437500 +-0.116699218750 +-0.081054687500 +0.018676757812 +-0.119140625000 +0.027343750000 +-0.088867187500 +-0.283203125000 +-0.005889892578 +0.109375000000 +0.057861328125 +0.012084960938 +-0.216796875000 +0.025268554688 +-0.183593750000 +0.176757812500 +-0.056396484375 +-0.074218750000 +-0.056640625000 +0.031982421875 +0.036621093750 +0.015563964844 +-0.125976562500 +-0.023681640625 +0.179687500000 +-0.099121093750 +0.017211914062 +-0.104003906250 +0.224609375000 +-0.009521484375 +-0.000934600830 +0.078125000000 +-0.068359375000 +-0.214843750000 +-0.070312500000 +-0.053222656250 +0.019042968750 +-0.032470703125 +-0.074707031250 +-0.228515625000 +-0.161132812500 +0.092285156250 +0.075195312500 +-0.318359375000 +-0.037841796875 +0.108886718750 +-0.057617187500 +-0.183593750000 +-0.100097656250 +0.036132812500 +-0.004852294922 +0.032714843750 +0.175781250000 +-0.124511718750 +-0.028930664062 +0.335937500000 +0.041015625000 +0.162109375000 +0.000122070312 +0.003280639648 +-0.009765625000 +-0.052490234375 +-0.039062500000 +-0.001556396484 +-0.079101562500 +0.243164062500 +-0.010925292969 +-0.038574218750 +-0.043457031250 +-0.039550781250 +-0.156250000000 +-0.117187500000 +-0.009521484375 +-0.024291992188 +-0.030517578125 +0.056884765625 +0.279296875000 +-0.086425781250 +0.002395629883 +-0.092773437500 +-0.038330078125 +-0.049560546875 +-0.027465820312 +-0.017822265625 +-0.116210937500 +-0.050048828125 +0.061767578125 +-0.108886718750 +0.088378906250 +-0.058593750000 +0.053222656250 +-0.149414062500 +-0.001029968262 +-0.086425781250 +0.130859375000 +-0.115722656250 +-0.069335937500 +-0.041748046875 +-0.027587890625 +-0.052246093750 +0.076171875000 +0.001815795898 +-0.000410079956 +-0.140625000000 +0.040039062500 +-0.037109375000 +-0.032958984375 +0.027465820312 +0.060546875000 +0.000823974609 +-0.051269531250 +0.113769531250 +0.083984375000 +0.103027343750 +0.053466796875 +0.188476562500 +-0.053710937500 +0.027099609375 +0.079101562500 +0.200195312500 +0.055175781250 +-0.066406250000 +-0.023803710938 +-0.100585937500 +0.108886718750 +-0.154296875000 +-0.075683593750 +0.125976562500 +0.075195312500 +0.057617187500 +0.103027343750 +0.087890625000 +-0.030517578125 +-0.004333496094 +-0.159179687500 +-0.090820312500 +0.007873535156 +0.057373046875 +-0.143554687500 +0.006805419922 +0.138671875000 +-0.084960937500 +-0.061035156250 +-0.085937500000 +-0.090332031250 +0.109863281250 +-0.008178710938 +0.048583984375 +0.036865234375 +-0.009887695312 +0.143554687500 +0.077636718750 +0.036621093750 +-0.164062500000 +0.136718750000 +0.037841796875 +0.213867187500 +0.012756347656 +-0.068847656250 +0.113769531250 +0.057617187500 +-0.191406250000 +0.010314941406 +-0.011901855469 +-0.143554687500 +-0.051025390625 +-0.014099121094 +-0.009765625000 +0.078613281250 +0.062988281250 +0.076171875000 +0.075195312500 +-0.151367187500 +-0.132812500000 +-0.023193359375 +-0.018798828125 +-0.046875000000 +-0.062011718750 +0.086425781250 +0.130859375000 +0.174804687500 +-0.016723632812 +-0.054443359375 +-0.173828125000 +0.079101562500 +-0.174804687500 +-0.039306640625 +-0.121093750000 +-0.531250000000 +-0.246093750000 +0.108886718750 +-0.032958984375 +-0.208984375000 +0.171875000000 +0.083984375000 +-0.038085937500 +-0.296875000000 +0.069824218750 +-0.172851562500 +0.213867187500 +0.145507812500 +0.015991210938 +-0.104980468750 +-0.022583007812 +-0.111328125000 +0.161132812500 +-0.269531250000 +0.163085937500 +-0.241210937500 +-0.059814453125 +0.000778198242 +-0.078613281250 +-0.148437500000 +0.153320312500 +-0.082519531250 +-0.015319824219 +-0.074707031250 +-0.032958984375 +-0.227539062500 +-0.143554687500 +-0.011718750000 +-0.353515625000 +0.154296875000 +-0.022460937500 +0.138671875000 +-0.019165039062 +0.249023437500 +0.129882812500 +-0.064453125000 +0.068359375000 +-0.083984375000 +-0.001083374023 +0.128906250000 +0.066894531250 +0.034912109375 +-0.047119140625 +-0.140625000000 +0.130859375000 +-0.328125000000 +0.020263671875 +-0.152343750000 +-0.166992187500 +-0.048583984375 +-0.103027343750 +0.320312500000 +-0.100585937500 +0.292968750000 +-0.213867187500 +0.087402343750 +-0.030029296875 +0.180664062500 +0.353515625000 +0.005676269531 +-0.040039062500 +-0.086425781250 +-0.229492187500 +-0.157226562500 +0.169921875000 +0.181640625000 +0.111328125000 +-0.154296875000 +0.168945312500 +0.053466796875 +0.183593750000 +0.129882812500 +-0.316406250000 +-0.116699218750 +-0.039062500000 +-0.122070312500 +-0.140625000000 +-0.003845214844 +-0.150390625000 +0.075683593750 +0.008178710938 +-0.462890625000 +0.149414062500 +-0.281250000000 +-0.126953125000 +0.049804687500 +-0.049072265625 +0.030029296875 +-0.085937500000 +-0.470703125000 +-0.007873535156 +0.060302734375 +-0.046875000000 +0.145507812500 +-0.089355468750 +-0.156250000000 +0.137695312500 +-0.148437500000 +-0.010498046875 +-0.166015625000 +-0.326171875000 +0.180664062500 +0.034423828125 +-0.071289062500 +0.169921875000 +-0.001457214355 +-0.222656250000 +0.020507812500 +0.261718750000 +0.049316406250 +-0.061523437500 +0.218750000000 +0.018676757812 +0.201171875000 +0.108886718750 +-0.090332031250 +0.075683593750 +-0.013732910156 +0.052978515625 +-0.040283203125 +-0.069335937500 +-0.058349609375 +-0.075195312500 +-0.050537109375 +-0.007873535156 +-0.087890625000 +0.186523437500 +-0.169921875000 +-0.184570312500 +-0.022583007812 +-0.032226562500 +-0.142578125000 +-0.070312500000 +-0.026977539062 +0.136718750000 +0.065429687500 +0.004913330078 +0.048828125000 +-0.071777343750 +-0.020751953125 +-0.068847656250 +-0.047851562500 +0.028564453125 +-0.060058593750 +0.040771484375 +0.034179687500 +-0.155273437500 +-0.182617187500 +-0.062500000000 +0.037109375000 +-0.076660156250 +0.069824218750 +0.093261718750 +0.093750000000 +0.114746093750 +-0.103027343750 +-0.029541015625 +0.075683593750 +-0.251953125000 +0.070312500000 +0.230468750000 +0.193359375000 +-0.019897460938 +0.026123046875 +-0.049560546875 +0.119628906250 +-0.072753906250 +-0.217773437500 +0.045410156250 +-0.107421875000 +-0.029418945312 +-0.156250000000 +0.179687500000 +-0.028198242188 +-0.023193359375 +-0.100097656250 +-0.052490234375 +0.007202148438 +0.041259765625 +-0.058105468750 +-0.062988281250 +-0.134765625000 +0.109375000000 +-0.185546875000 +-0.134765625000 +-0.044433593750 +0.161132812500 +0.132812500000 +0.056884765625 +-0.041259765625 +0.036621093750 +-0.076660156250 +-0.032226562500 +0.009948730469 +-0.017211914062 +0.151367187500 +-0.097656250000 +0.084960937500 +-0.053222656250 +-0.047607421875 +0.000002592802 +0.117675781250 +-0.101074218750 +-0.021972656250 +0.074218750000 +0.070800781250 +0.141601562500 +0.021484375000 +0.275390625000 +0.041015625000 +0.092773437500 +0.022949218750 +-0.028564453125 +-0.123046875000 +-0.099609375000 +-0.068359375000 +-0.058593750000 +0.075683593750 +0.049804687500 +0.115722656250 +-0.068847656250 +-0.067871093750 +0.098632812500 +-0.060058593750 +-0.075683593750 +0.010925292969 +-0.165039062500 +0.084960937500 +-0.188476562500 +-0.016845703125 +-0.031738281250 +0.105957031250 +0.094238281250 +0.015075683594 +-0.124511718750 +0.037597656250 +0.037353515625 +0.039794921875 +0.037597656250 +0.015747070312 +0.033935546875 +0.079589843750 +0.032714843750 +0.005889892578 +-0.004150390625 +-0.034179687500 +0.143554687500 +0.054687500000 +0.023803710938 +0.025146484375 +-0.151367187500 +-0.090332031250 +-0.033203125000 +-0.002365112305 +0.171875000000 +-0.192382812500 +0.046630859375 +-0.016479492188 +-0.092285156250 +-0.065429687500 +0.113769531250 +0.080078125000 +0.222656250000 +-0.115722656250 +0.084472656250 +-0.073242187500 +0.073730468750 +-0.013061523438 +-0.010437011719 +0.021118164062 +0.072265625000 +-0.087402343750 +0.146484375000 +0.031005859375 +0.023925781250 +-0.089355468750 +-0.026123046875 +0.003799438477 +-0.125976562500 +0.012878417969 +0.070800781250 +-0.038818359375 +0.110351562500 +-0.056640625000 +0.078613281250 +-0.033935546875 +0.058593750000 +-0.060302734375 +-0.081054687500 +0.073242187500 +-0.013977050781 +0.023315429688 +-0.065429687500 +-0.039062500000 +0.124023437500 +-0.204101562500 +-0.043457031250 +0.077636718750 +-0.156250000000 +-0.227539062500 +0.183593750000 +0.048339843750 +-0.054931640625 +0.083496093750 +0.079589843750 +-0.050048828125 +0.010070800781 +0.006072998047 +-0.065429687500 +0.107910156250 +0.030273437500 +-0.092773437500 +-0.060546875000 +-0.108886718750 +-0.000209808350 +0.056152343750 +-0.108398437500 +-0.191406250000 +-0.124511718750 +0.062255859375 +-0.073242187500 +0.195312500000 +-0.257812500000 +-0.001403808594 +0.224609375000 +-0.166015625000 +-0.002166748047 +-0.263671875000 +0.142578125000 +0.049560546875 +0.005035400391 +-0.114746093750 +0.002014160156 +0.125976562500 +-0.129882812500 +0.019409179688 +0.160156250000 +-0.098144531250 +0.083496093750 +0.070312500000 +-0.030639648438 +-0.132812500000 +-0.113281250000 +-0.021606445312 +0.141601562500 +-0.132812500000 +0.096191406250 +0.006164550781 +-0.075195312500 +-0.046386718750 +-0.069824218750 +0.209960937500 +0.091796875000 +0.028808593750 +0.045410156250 +0.097656250000 +-0.134765625000 +0.138671875000 +-0.062255859375 +-0.132812500000 +-0.081542968750 +0.020996093750 +0.166015625000 +-0.073242187500 +0.054687500000 +-0.149414062500 +-0.138671875000 +-0.062011718750 +-0.078125000000 +0.057373046875 +0.014465332031 +0.016479492188 +-0.027099609375 +0.056884765625 +0.059814453125 +-0.097167968750 +0.091796875000 +-0.161132812500 +0.031494140625 +-0.080078125000 +-0.014404296875 +-0.082519531250 +0.079101562500 +-0.025756835938 +0.198242187500 +-0.004760742188 +0.117187500000 +0.139648437500 +-0.070800781250 +-0.104492187500 +0.004760742188 +-0.169921875000 +-0.086914062500 +-0.154296875000 +-0.111328125000 +0.100097656250 +-0.211914062500 +-0.134765625000 +0.019409179688 +-0.058105468750 +-0.045898437500 +0.073242187500 +0.144531250000 +-0.102050781250 +0.031494140625 +-0.103027343750 +0.033691406250 +-0.018676757812 +-0.101562500000 +0.031982421875 +-0.030761718750 +0.085449218750 +0.002365112305 +0.289062500000 +0.011230468750 +-0.117675781250 +-0.106445312500 +-0.136718750000 +0.137695312500 +-0.018554687500 +-0.101562500000 +-0.091796875000 +-0.052734375000 +-0.040771484375 +-0.060791015625 +-0.023071289062 +-0.017944335938 +0.099609375000 +0.005859375000 +0.014221191406 +-0.016967773438 +0.324218750000 +0.016967773438 +-0.070312500000 +0.029296875000 +0.059326171875 +-0.011718750000 +0.060546875000 +-0.010925292969 +-0.042480468750 +0.039794921875 +-0.072753906250 +-0.187500000000 +0.215820312500 +-0.000518798828 +-0.038818359375 +-0.081542968750 +0.025878906250 +-0.001899719238 +0.019042968750 +0.068359375000 +0.201171875000 +0.030029296875 +-0.092285156250 +-0.171875000000 +-0.073242187500 +0.143554687500 +0.045410156250 +-0.009216308594 +-0.043701171875 +-0.103027343750 +0.039794921875 +-0.078613281250 +-0.092773437500 +0.019042968750 +0.019897460938 +-0.086914062500 +0.045166015625 +-0.069824218750 +-0.006713867188 +0.109863281250 +0.080078125000 +0.337890625000 +-0.083007812500 +0.063964843750 +-0.054199218750 +-0.119628906250 +0.016357421875 +-0.004058837891 +0.232421875000 +-0.097167968750 +0.012451171875 +-0.013610839844 +-0.125976562500 +-0.034912109375 +0.059082031250 +-0.075195312500 +-0.143554687500 +-0.007019042969 +-0.060791015625 +-0.097167968750 +0.032470703125 +0.046630859375 +0.089843750000 +0.103515625000 +0.130859375000 +0.096679687500 +-0.158203125000 +0.015747070312 +-0.172851562500 +0.139648437500 +-0.031738281250 +-0.059814453125 +-0.028686523438 +-0.086914062500 +-0.045166015625 +0.028320312500 +0.051757812500 +-0.004791259766 +-0.138671875000 +0.018188476562 +-0.043212890625 +0.010253906250 +0.120117187500 +-0.050292968750 +-0.050292968750 +0.038085937500 +-0.126953125000 +0.027099609375 +-0.098632812500 +0.089355468750 +-0.169921875000 +0.061523437500 +-0.125976562500 +0.037841796875 +0.103515625000 +-0.235351562500 +-0.040771484375 +-0.053222656250 +0.141601562500 +0.032958984375 +-0.038085937500 +-0.060791015625 +0.087890625000 +-0.097656250000 +-0.080078125000 +0.032226562500 +-0.109863281250 +0.190429687500 +-0.015991210938 +0.160156250000 +-0.030395507812 +0.098144531250 +-0.225585937500 +0.080078125000 +0.056640625000 +0.014099121094 +-0.191406250000 +-0.127929687500 +0.065917968750 +0.075683593750 +-0.053955078125 +0.076660156250 +-0.102539062500 +-0.027709960938 +-0.124023437500 +0.046142578125 +0.069824218750 +-0.166015625000 +-0.103515625000 +0.088378906250 +0.115722656250 +0.020019531250 +0.003036499023 +0.122558593750 +-0.052001953125 +0.169921875000 +-0.005798339844 +-0.030395507812 +-0.062011718750 +-0.121093750000 +-0.060546875000 +-0.099121093750 +-0.121582031250 +0.161132812500 +0.100097656250 +-0.040039062500 +0.147460937500 +-0.006500244141 +0.034179687500 +-0.068359375000 +-0.022705078125 +-0.092773437500 +0.105468750000 +-0.104980468750 +-0.002883911133 +0.121093750000 +-0.018432617188 +-0.089843750000 +0.302734375000 +-0.058105468750 +0.143554687500 +0.082519531250 +-0.112304687500 +-0.029418945312 +-0.045166015625 +0.255859375000 +-0.132812500000 +-0.117187500000 +0.103027343750 +-0.066406250000 +0.059082031250 +-0.058349609375 +0.133789062500 +0.049316406250 +0.185546875000 +-0.017456054688 +0.080566406250 +-0.028320312500 +-0.145507812500 +0.086425781250 +0.011230468750 +0.015380859375 +-0.029663085938 +-0.110351562500 +-0.006286621094 +0.125000000000 +0.030639648438 +-0.054199218750 +0.089355468750 +-0.139648437500 +0.136718750000 +0.052978515625 +-0.065917968750 +0.006042480469 +0.064453125000 +0.031005859375 +-0.026611328125 +-0.008544921875 +-0.012573242188 +-0.050781250000 +-0.002288818359 +-0.007354736328 +-0.063964843750 +0.016723632812 +-0.016479492188 +0.009155273438 +-0.008239746094 +0.009094238281 +-0.015380859375 +-0.053710937500 +-0.049072265625 +-0.063964843750 +-0.031738281250 +0.055175781250 +-0.044921875000 +-0.068847656250 +-0.085937500000 +-0.022827148438 +0.040527343750 +0.068847656250 +0.016235351562 +0.024780273438 +0.087890625000 +-0.011291503906 +0.101562500000 +-0.002944946289 +0.097656250000 +0.034179687500 +-0.011352539062 +-0.115722656250 +-0.000125885010 +0.018554687500 +-0.019042968750 +-0.021118164062 +-0.036376953125 +-0.045166015625 +0.070312500000 +-0.023681640625 +0.001937866211 +-0.087402343750 +0.022216796875 +0.157226562500 +-0.017944335938 +-0.049316406250 +0.013183593750 +0.088867187500 +0.049560546875 +-0.157226562500 +0.052978515625 +0.003601074219 +-0.039306640625 +-0.043457031250 +0.075195312500 +-0.064453125000 +-0.033691406250 +0.106933593750 +-0.071777343750 +0.077148437500 +-0.007232666016 +0.030517578125 +-0.046142578125 +-0.009826660156 +0.089843750000 +-0.002166748047 +0.040771484375 +0.061523437500 +-0.023803710938 +-0.028564453125 +0.000839233398 +0.082031250000 +-0.047851562500 +-0.033447265625 +0.128906250000 +0.064941406250 +-0.023559570312 +-0.010864257812 +0.082519531250 +-0.017700195312 +-0.024902343750 +0.198242187500 +0.202148437500 +-0.062988281250 +-0.085449218750 +0.047851562500 +-0.055908203125 +-0.007629394531 +-0.082031250000 +0.029663085938 +0.013122558594 +0.009521484375 +-0.051757812500 +0.095703125000 +-0.060791015625 +0.059814453125 +0.019775390625 +-0.079589843750 +-0.055664062500 +0.191406250000 +0.064941406250 +0.014282226562 +-0.202148437500 +-0.022460937500 +-0.010253906250 +0.040527343750 +-0.062988281250 +-0.032226562500 +-0.035156250000 +-0.072753906250 +0.011352539062 +0.031982421875 +-0.034912109375 +0.191406250000 +-0.060302734375 +0.009582519531 +-0.117187500000 +-0.104003906250 +-0.003692626953 +-0.030395507812 +-0.142578125000 +0.002731323242 +-0.160156250000 +-0.073242187500 +-0.079101562500 +-0.032226562500 +-0.030273437500 +-0.118164062500 +0.045898437500 +-0.171875000000 +0.094238281250 +0.141601562500 +0.105468750000 +-0.087402343750 +0.011474609375 +0.113769531250 +0.034179687500 +0.027832031250 +-0.016479492188 +-0.076171875000 +-0.142578125000 +-0.008850097656 +0.013610839844 +0.016601562500 +0.079101562500 +-0.001686096191 +0.043457031250 +-0.054199218750 +0.049072265625 +-0.020019531250 +-0.257812500000 +0.107910156250 +-0.013244628906 +0.040771484375 +0.094726562500 +-0.049072265625 +0.027832031250 +0.011901855469 +-0.006835937500 +-0.051757812500 +-0.045410156250 +-0.082519531250 +0.063964843750 +0.135742187500 +-0.053466796875 +-0.091796875000 +-0.050292968750 +-0.042236328125 +-0.159179687500 +-0.029785156250 +0.030883789062 +0.110839843750 +0.017700195312 +0.061279296875 +0.033935546875 +0.041259765625 +-0.005126953125 +-0.126953125000 +-0.058349609375 +-0.067382812500 +0.123535156250 +-0.084960937500 +-0.052490234375 +0.022216796875 +0.038085937500 +-0.008789062500 +0.135742187500 +-0.071777343750 +0.033691406250 +-0.074218750000 +0.055908203125 +-0.043945312500 +-0.009216308594 +0.133789062500 +0.255859375000 +0.010314941406 +-0.049560546875 +0.026245117188 +0.060791015625 +-0.105468750000 +-0.041503906250 +-0.012817382812 +-0.038330078125 +0.021972656250 +-0.098144531250 +-0.024291992188 +-0.189453125000 +-0.125000000000 +0.069824218750 +0.013061523438 +0.107421875000 +0.004516601562 +0.078613281250 +0.105957031250 +-0.104003906250 +-0.053466796875 +0.010437011719 +-0.110351562500 +-0.052978515625 +-0.028320312500 +-0.020507812500 +0.066894531250 +0.000112533569 +-0.071289062500 +0.059082031250 +-0.043212890625 +0.132812500000 +-0.279296875000 +-0.017456054688 +0.158203125000 +-0.088867187500 +-0.051513671875 +0.054931640625 +-0.048095703125 +-0.088867187500 +-0.123046875000 +-0.099121093750 +0.075683593750 +0.053955078125 +-0.126953125000 +0.044921875000 +0.112792968750 +0.056640625000 +0.066406250000 +0.026489257812 +-0.091308593750 +-0.042724609375 +-0.046386718750 +-0.111816406250 +0.012390136719 +-0.051025390625 +0.071777343750 +-0.047363281250 +-0.006042480469 +-0.255859375000 +-0.158203125000 +0.004516601562 +-0.065917968750 +-0.218750000000 +-0.028442382812 +-0.029663085938 +-0.001487731934 +0.135742187500 +0.060302734375 +-0.081542968750 +-0.013305664062 +0.102050781250 +-0.006469726562 +-0.040527343750 +-0.120605468750 +-0.052734375000 +0.053466796875 +-0.009704589844 +0.148437500000 +-0.003387451172 +-0.089843750000 +-0.002059936523 +0.034667968750 +0.008544921875 +0.162109375000 +0.059814453125 +-0.084472656250 +0.058837890625 +-0.006469726562 +0.061767578125 +0.088378906250 +-0.027221679688 +0.056152343750 +-0.054687500000 +0.034667968750 +-0.009948730469 +-0.154296875000 +0.144531250000 +-0.031250000000 +0.053710937500 +-0.000968933105 +0.004760742188 +-0.096679687500 +0.050048828125 +-0.050781250000 +-0.017456054688 +-0.044921875000 +-0.054931640625 +-0.179687500000 +0.022949218750 +0.171875000000 +-0.029296875000 +0.034912109375 +0.122070312500 +0.025634765625 +0.041259765625 +-0.139648437500 +-0.011169433594 +0.038818359375 +0.114746093750 +0.040527343750 +-0.034423828125 +-0.067382812500 +0.014831542969 +0.000247955322 +0.008117675781 +-0.083984375000 +-0.144531250000 +-0.109863281250 +-0.112792968750 +0.021240234375 +0.148437500000 +-0.139648437500 +0.137695312500 +0.108886718750 +-0.123046875000 +0.008789062500 +-0.087890625000 +0.015991210938 +0.015869140625 +0.016479492188 +0.038574218750 +-0.088867187500 +-0.083984375000 +-0.133789062500 +0.034179687500 +0.100097656250 +-0.186523437500 +0.085449218750 +-0.020141601562 +-0.034912109375 +-0.068359375000 +0.040527343750 +-0.010742187500 +0.090332031250 +-0.051025390625 +0.010253906250 +0.008911132812 +0.011291503906 +-0.217773437500 +0.294921875000 +0.178710937500 +-0.118164062500 +-0.218750000000 +-0.129882812500 +-0.140625000000 +0.057617187500 +-0.047363281250 +-0.073242187500 +-0.089843750000 +-0.021728515625 +0.089843750000 +-0.140625000000 +0.069824218750 +0.005493164062 +0.104980468750 +-0.157226562500 +-0.136718750000 +0.008178710938 +-0.050537109375 +-0.111328125000 +0.029907226562 +-0.091796875000 +-0.005950927734 +0.125000000000 +0.013061523438 +-0.042968750000 +0.209960937500 +-0.164062500000 +-0.152343750000 +0.059326171875 +-0.202148437500 +0.069335937500 +0.149414062500 +0.160156250000 +0.137695312500 +-0.036865234375 +-0.200195312500 +-0.068847656250 +-0.098632812500 +-0.248046875000 +0.006408691406 +-0.205078125000 +0.102539062500 +-0.174804687500 +0.009216308594 +0.014465332031 +0.059326171875 +-0.067382812500 +0.110839843750 +-0.082519531250 +-0.091796875000 +0.220703125000 +0.259765625000 +-0.033691406250 +0.001937866211 +-0.044433593750 +-0.093261718750 +-0.287109375000 +0.030151367188 +-0.096191406250 +-0.096679687500 +-0.029052734375 +0.047607421875 +-0.281250000000 +0.017456054688 +-0.139648437500 +-0.073242187500 +0.113769531250 +0.002227783203 +-0.077148437500 +-0.107910156250 +-0.003250122070 +0.039306640625 +-0.155273437500 +-0.072265625000 +-0.167968750000 +0.118164062500 +0.084960937500 +0.053955078125 +-0.091308593750 +0.240234375000 +0.110839843750 +0.082519531250 +0.161132812500 +-0.163085937500 +0.080078125000 +-0.088867187500 +-0.207031250000 +0.055908203125 +-0.219726562500 +-0.114746093750 +-0.026245117188 +-0.125976562500 +0.078125000000 +-0.136718750000 +-0.031738281250 +-0.039550781250 +-0.125000000000 +0.135742187500 +-0.156250000000 +0.259765625000 +0.011230468750 +-0.045166015625 +-0.095703125000 +0.004730224609 +-0.003479003906 +0.191406250000 +0.106933593750 +-0.140625000000 +-0.072265625000 +-0.004730224609 +-0.121093750000 +0.081542968750 +0.065429687500 +-0.087402343750 +-0.048583984375 +-0.021240234375 +0.039794921875 +-0.000614166260 +-0.230468750000 +-0.041992187500 +0.150390625000 +0.174804687500 +-0.076660156250 +-0.155273437500 +0.027099609375 +-0.157226562500 +0.057861328125 +0.104492187500 +-0.015502929688 +-0.071777343750 +0.244140625000 +0.162109375000 +0.041015625000 +0.032226562500 +-0.279296875000 +0.081542968750 +-0.017578125000 +-0.160156250000 +-0.061279296875 +-0.087890625000 +-0.114257812500 +0.155273437500 +-0.045654296875 +0.112304687500 +-0.291015625000 +-0.237304687500 +-0.103027343750 +0.193359375000 +-0.012512207031 +-0.059326171875 +0.095703125000 +-0.128906250000 +-0.300781250000 +-0.057617187500 +-0.097167968750 +0.075683593750 +0.068359375000 +-0.060791015625 +-0.037841796875 +0.023925781250 +0.073242187500 +-0.106933593750 +0.140625000000 +0.022338867188 +-0.070800781250 +-0.124511718750 +0.269531250000 +0.255859375000 +-0.047363281250 +0.063476562500 +0.084960937500 +-0.102050781250 +-0.036621093750 +-0.065429687500 +0.098632812500 +0.057128906250 +-0.126953125000 +-0.038330078125 +-0.166015625000 +-0.188476562500 +-0.084472656250 +0.104003906250 +-0.119628906250 +0.128906250000 +0.131835937500 +-0.054199218750 +-0.201171875000 +-0.011718750000 +0.017578125000 +-0.003616333008 +0.079589843750 +-0.195312500000 +-0.152343750000 +-0.027832031250 +0.055908203125 +-0.118652343750 +0.010742187500 +0.026977539062 +-0.062988281250 +0.106933593750 +-0.052734375000 +-0.137695312500 +-0.021728515625 +0.120117187500 +-0.054443359375 +-0.151367187500 +0.076660156250 +-0.095214843750 +-0.250000000000 +-0.099609375000 +0.063476562500 +-0.040039062500 +0.103515625000 +0.038330078125 +0.092773437500 +0.100097656250 +-0.007446289062 +-0.139648437500 +0.064453125000 +0.098632812500 +-0.071777343750 +-0.087890625000 +-0.283203125000 +-0.337890625000 +-0.030761718750 +0.011413574219 +-0.151367187500 +0.010375976562 +0.191406250000 +0.147460937500 +0.042480468750 +0.044921875000 +0.115722656250 +-0.169921875000 +-0.145507812500 +0.097656250000 +-0.057617187500 +0.154296875000 +0.194335937500 +-0.180664062500 +-0.064453125000 +-0.154296875000 +-0.117675781250 +-0.116699218750 +0.067871093750 +0.101562500000 +-0.009460449219 +0.056640625000 +-0.056396484375 +0.283203125000 +0.355468750000 +-0.320312500000 +-0.023559570312 +0.161132812500 +-0.082519531250 +0.071289062500 +-0.151367187500 +-0.088867187500 +-0.035156250000 +-0.000511169434 +0.040283203125 +0.193359375000 +-0.177734375000 +-0.048339843750 +-0.110839843750 +-0.174804687500 +-0.049560546875 +0.087402343750 +0.261718750000 +0.048828125000 +0.065429687500 +-0.135742187500 +-0.040283203125 +-0.070312500000 +-0.018066406250 +0.191406250000 +-0.125000000000 +-0.166015625000 +0.118164062500 +0.062255859375 +-0.016235351562 +0.163085937500 +0.010925292969 +0.107421875000 +-0.025268554688 +-0.178710937500 +0.023681640625 +-0.156250000000 +-0.083496093750 +0.017578125000 +-0.079101562500 +-0.035400390625 +0.023803710938 +0.040771484375 +0.160156250000 +-0.025268554688 +-0.000362396240 +0.064941406250 +0.013549804688 +0.259765625000 +-0.057128906250 +-0.001251220703 +0.025756835938 +-0.077148437500 +-0.000314712524 +-0.180664062500 +-0.038085937500 +0.149414062500 +0.022949218750 +-0.112792968750 +0.112304687500 +0.104492187500 +-0.064941406250 +-0.021362304688 +0.026123046875 +0.042724609375 +-0.141601562500 +-0.113281250000 +0.131835937500 +-0.049316406250 +0.096191406250 +0.140625000000 +0.062500000000 +0.066894531250 +-0.062500000000 +0.139648437500 +0.074218750000 +0.020141601562 +0.190429687500 +-0.001037597656 +-0.017700195312 +-0.133789062500 +0.019287109375 +0.021606445312 +0.163085937500 +0.004425048828 +0.065917968750 +-0.202148437500 +0.017700195312 +0.137695312500 +0.126953125000 +-0.051757812500 +0.123046875000 +-0.199218750000 +-0.067382812500 +0.023315429688 +0.040039062500 +-0.000314712524 +0.097656250000 +-0.099121093750 +0.159179687500 +-0.056396484375 +-0.134765625000 +-0.010253906250 +0.271484375000 +-0.075683593750 +-0.251953125000 +0.103515625000 +-0.000690460205 +-0.093261718750 +-0.026611328125 +0.144531250000 +-0.149414062500 +-0.014709472656 +-0.127929687500 +-0.033935546875 +0.176757812500 +-0.074707031250 +0.139648437500 +-0.018188476562 +-0.031982421875 +0.044189453125 +0.019165039062 +-0.038085937500 +-0.011352539062 +0.085449218750 +0.091308593750 +-0.049072265625 +-0.148437500000 +0.068359375000 +-0.048339843750 +-0.005187988281 +0.054931640625 +0.147460937500 +0.004852294922 +-0.224609375000 +0.090820312500 +-0.077148437500 +0.142578125000 +-0.146484375000 +0.055175781250 +-0.211914062500 +0.053710937500 +-0.006652832031 +0.081542968750 +-0.028564453125 +-0.153320312500 +-0.028564453125 +-0.071777343750 +0.406250000000 +-0.081054687500 +-0.093261718750 +-0.017822265625 +0.093261718750 +0.024902343750 +0.067382812500 +-0.083496093750 +-0.015869140625 +0.065917968750 +-0.053222656250 +0.079101562500 +-0.002761840820 +-0.033935546875 +0.083007812500 +-0.016845703125 +-0.021606445312 +0.024414062500 +0.068847656250 +-0.027465820312 +0.038330078125 +-0.010681152344 +-0.120117187500 +0.154296875000 +0.070800781250 +0.087890625000 +-0.034667968750 +0.000106811523 +0.059814453125 +0.049316406250 +-0.119140625000 +0.084960937500 +-0.020141601562 +0.005615234375 +-0.122558593750 +0.048339843750 +0.088378906250 +-0.149414062500 +0.013732910156 +-0.098144531250 +0.017822265625 +0.016845703125 +-0.041748046875 +0.183593750000 +0.052246093750 +-0.095214843750 +0.011596679688 +-0.020385742188 +0.048828125000 +0.006378173828 +-0.056152343750 +-0.107910156250 +-0.099609375000 +0.108886718750 +-0.007293701172 +-0.050048828125 +0.137695312500 +-0.009521484375 +0.035400390625 +-0.125000000000 +-0.070312500000 +-0.062500000000 +-0.025756835938 +0.110351562500 +-0.115234375000 +-0.121093750000 +0.024169921875 +0.011718750000 +0.063476562500 +0.204101562500 +-0.175781250000 +-0.053466796875 +-0.050292968750 +0.100585937500 +0.014099121094 +0.038085937500 +0.001609802246 +-0.043212890625 +0.090332031250 +0.097656250000 +-0.006408691406 +-0.125000000000 +-0.126953125000 +0.071289062500 +-0.174804687500 +-0.055908203125 +-0.058593750000 +-0.002166748047 +-0.097167968750 +0.068359375000 +-0.047363281250 +-0.165039062500 +-0.092285156250 +-0.001075744629 +-0.015563964844 +-0.111816406250 +0.028198242188 +-0.104492187500 +0.024047851562 +-0.046630859375 +-0.033691406250 +-0.067871093750 +-0.066406250000 +-0.157226562500 +0.006500244141 +0.080078125000 +-0.041503906250 +-0.039794921875 +-0.143554687500 +-0.121582031250 +-0.061279296875 +0.011596679688 +0.060546875000 +-0.001228332520 +0.068359375000 +0.132812500000 +-0.180664062500 +-0.026489257812 +0.064453125000 +-0.098144531250 +-0.072753906250 +0.083007812500 +-0.120117187500 +0.015075683594 +0.135742187500 +0.016967773438 +-0.085937500000 +0.010070800781 +-0.048583984375 +0.033935546875 +0.068847656250 +-0.058105468750 +-0.127929687500 +-0.005615234375 +-0.009704589844 +0.108398437500 +0.069824218750 +-0.136718750000 +-0.064453125000 +-0.067382812500 +-0.091796875000 +0.060302734375 +-0.098632812500 +-0.079589843750 +-0.189453125000 +-0.201171875000 +-0.222656250000 +0.018676757812 +0.034667968750 +0.170898437500 +-0.001525878906 +0.134765625000 +-0.084960937500 +-0.165039062500 +-0.014343261719 +0.069824218750 +-0.304687500000 +-0.107910156250 +-0.213867187500 +-0.044921875000 +0.029541015625 +-0.058837890625 +0.008422851562 +-0.101074218750 +-0.066406250000 +-0.027343750000 +0.000128746033 +0.011352539062 +-0.090820312500 +-0.039794921875 +-0.018310546875 +0.221679687500 +-0.042724609375 +-0.103027343750 +0.040283203125 +-0.106933593750 +0.060791015625 +-0.197265625000 +-0.063964843750 +-0.061035156250 +0.166992187500 +-0.030273437500 +0.091796875000 +-0.015380859375 +-0.065917968750 +0.116699218750 +0.000149726868 +0.060302734375 +-0.080566406250 +-0.073730468750 +-0.060058593750 +0.004699707031 +0.049316406250 +-0.080078125000 +-0.199218750000 +-0.059082031250 +-0.112792968750 +0.072753906250 +0.092285156250 +-0.044433593750 +-0.208984375000 +0.015014648438 +0.144531250000 +0.028930664062 +-0.158203125000 +0.067871093750 +0.059082031250 +0.067871093750 +-0.066894531250 +0.096191406250 +-0.124511718750 +-0.009643554688 +0.071289062500 +-0.033935546875 +0.076660156250 +0.088378906250 +-0.111816406250 +-0.057617187500 +0.001831054688 +0.024780273438 +0.003433227539 +-0.160156250000 +0.159179687500 +0.016845703125 +0.022827148438 +0.029418945312 +-0.006469726562 +-0.112304687500 +0.093261718750 +0.079101562500 +-0.098144531250 +-0.018310546875 +0.049560546875 +0.030273437500 +0.080078125000 +-0.068359375000 +0.009765625000 +-0.021972656250 +-0.020629882812 +0.000345230103 +0.016601562500 +0.090820312500 +-0.079101562500 +-0.326171875000 +0.049072265625 +-0.006317138672 +-0.049316406250 +-0.008422851562 +-0.115234375000 +0.024658203125 +0.040039062500 +-0.242187500000 +-0.182617187500 +-0.030883789062 +-0.226562500000 +0.011657714844 +-0.055175781250 +0.066894531250 +0.063964843750 +0.292968750000 +0.015869140625 +0.013122558594 +-0.198242187500 +0.046875000000 +-0.054199218750 +-0.000062942505 +0.049072265625 +-0.244140625000 +0.124023437500 +-0.125976562500 +-0.060546875000 +0.072753906250 +-0.126953125000 +-0.005310058594 +-0.023071289062 +0.108398437500 +0.056152343750 +-0.001564025879 +0.032226562500 +-0.145507812500 +0.120605468750 +-0.047119140625 +-0.014831542969 +0.038085937500 +0.061767578125 +-0.208984375000 +-0.023071289062 +-0.006469726562 +0.139648437500 +0.028198242188 +-0.104980468750 +0.031494140625 +-0.059814453125 +-0.001159667969 +0.058837890625 +-0.049316406250 +-0.011230468750 +-0.104003906250 +-0.066406250000 +-0.089355468750 +-0.131835937500 +-0.020385742188 +-0.030639648438 +-0.064941406250 +0.012207031250 +0.108398437500 +0.054931640625 +-0.031127929688 +-0.010498046875 +-0.184570312500 +0.181640625000 +-0.124511718750 +-0.075683593750 +-0.049072265625 +0.145507812500 +0.131835937500 +0.013671875000 +-0.054199218750 +-0.024536132812 +0.062255859375 +-0.073730468750 +0.094238281250 +-0.076171875000 +-0.057128906250 +0.086425781250 +-0.050781250000 +-0.009338378906 +-0.097167968750 +-0.071777343750 +-0.103027343750 +-0.093750000000 +-0.062500000000 +0.020629882812 +0.097656250000 +-0.021606445312 +-0.095214843750 +-0.026489257812 +-0.099121093750 +-0.083984375000 +0.046142578125 +0.001281738281 +-0.130859375000 +0.001510620117 +-0.037597656250 +-0.120605468750 +0.022583007812 +0.030151367188 +-0.066894531250 +0.090820312500 +0.194335937500 +-0.158203125000 +-0.071777343750 +0.011108398438 +-0.006347656250 +-0.037841796875 +-0.103027343750 +0.136718750000 +0.066406250000 +0.045898437500 +-0.037109375000 +-0.202148437500 +-0.132812500000 +-0.126953125000 +-0.024291992188 +-0.048095703125 +-0.062255859375 +0.073242187500 +-0.019775390625 +-0.024414062500 +-0.040527343750 +-0.204101562500 +-0.035888671875 +-0.083007812500 +-0.119140625000 +-0.008911132812 +-0.009399414062 +-0.069335937500 +-0.145507812500 +0.012084960938 +0.121582031250 +0.019287109375 +-0.024414062500 +0.162109375000 +-0.023925781250 +-0.049316406250 +-0.059570312500 +0.107421875000 +-0.113769531250 +-0.005584716797 +0.073242187500 +0.104980468750 +0.093750000000 +-0.021118164062 +-0.068359375000 +-0.134765625000 +0.132812500000 +0.142578125000 +-0.018676757812 +-0.005462646484 +0.037841796875 +0.006347656250 +-0.124511718750 +-0.076660156250 +-0.069824218750 +0.126953125000 +-0.053710937500 +0.011291503906 +-0.011047363281 +-0.059082031250 +-0.023193359375 +0.203125000000 +-0.105957031250 +-0.112304687500 +0.020996093750 +0.084960937500 +-0.029052734375 +-0.005310058594 +0.029785156250 +-0.038330078125 +-0.005706787109 +0.046386718750 +-0.158203125000 +0.042724609375 +-0.091308593750 +-0.119628906250 +-0.083984375000 +0.082031250000 +0.034179687500 +-0.145507812500 +0.104003906250 +0.016113281250 +-0.034912109375 +0.023803710938 +0.005401611328 +0.087402343750 +0.036376953125 +0.037109375000 +-0.001464843750 +-0.011962890625 +-0.023193359375 +-0.220703125000 +-0.084472656250 +-0.115234375000 +-0.194335937500 +-0.046630859375 +-0.101562500000 +-0.122558593750 +0.178710937500 +-0.059326171875 +0.048828125000 +0.129882812500 +-0.105468750000 +0.040039062500 +0.002487182617 +0.131835937500 +0.005340576172 +0.053710937500 +0.030151367188 +0.127929687500 +-0.089355468750 +-0.048339843750 +0.091308593750 +0.060791015625 +0.064941406250 +0.013305664062 +-0.105468750000 +-0.116210937500 +0.024169921875 +-0.005126953125 +0.107910156250 +-0.157226562500 +0.002838134766 +0.079589843750 +0.047119140625 +-0.125976562500 +0.008056640625 +0.172851562500 +-0.085937500000 +0.181640625000 +-0.062988281250 +0.036376953125 +-0.012390136719 +0.092773437500 +-0.041748046875 +-0.050292968750 +-0.162109375000 +-0.009338378906 +-0.163085937500 +-0.000789642334 +0.093750000000 +-0.120117187500 +0.025390625000 +0.156250000000 +-0.111816406250 +0.082031250000 +-0.052734375000 +0.050781250000 +-0.067871093750 +0.046386718750 +0.015319824219 +0.027343750000 +-0.020507812500 +-0.020751953125 +0.088867187500 +0.015075683594 +-0.171875000000 +-0.143554687500 +-0.081542968750 +-0.111328125000 +0.166992187500 +0.190429687500 +0.089355468750 +-0.259765625000 +0.131835937500 +0.024902343750 +0.142578125000 +0.062988281250 +-0.018310546875 +-0.057617187500 +0.057861328125 +-0.210937500000 +-0.166015625000 +0.099609375000 +-0.136718750000 +0.018432617188 +-0.008483886719 +-0.150390625000 +-0.083984375000 +0.022094726562 +-0.026611328125 +0.000690460205 +-0.049072265625 +0.007598876953 +-0.163085937500 +-0.013671875000 +0.084472656250 +0.081054687500 +0.099609375000 +0.016479492188 +-0.078125000000 +0.098632812500 +-0.074707031250 +0.133789062500 +0.113281250000 +0.052490234375 +0.115722656250 +-0.043701171875 +0.201171875000 +0.059082031250 +0.086914062500 +0.046142578125 +-0.157226562500 +0.002365112305 +0.019409179688 +-0.137695312500 +0.068359375000 +0.131835937500 +-0.071777343750 +-0.159179687500 +0.137695312500 +-0.093750000000 +0.020874023438 +-0.056884765625 +-0.049316406250 +-0.156250000000 +-0.031005859375 +0.135742187500 +0.024169921875 +0.080566406250 +0.070312500000 +0.033203125000 +0.018066406250 +0.147460937500 +0.034667968750 +-0.205078125000 +0.074218750000 +0.031494140625 +0.169921875000 +0.135742187500 +-0.039794921875 +-0.024291992188 +0.028442382812 +-0.062988281250 +0.022705078125 +0.069824218750 +0.172851562500 +-0.120605468750 +0.069824218750 +0.001968383789 +0.169921875000 +0.147460937500 +-0.139648437500 +0.204101562500 +0.051269531250 +-0.032958984375 +0.099609375000 +-0.066894531250 +-0.187500000000 +-0.053466796875 +0.121582031250 +-0.155273437500 +0.139648437500 +0.025024414062 +0.052490234375 +-0.013916015625 +-0.009582519531 +-0.084960937500 +-0.028320312500 +-0.196289062500 +0.098632812500 +0.002822875977 +0.004882812500 +-0.045898437500 +-0.009521484375 +0.126953125000 +-0.147460937500 +-0.201171875000 +0.125976562500 +-0.075683593750 +0.040283203125 +-0.189453125000 +0.073730468750 +-0.001640319824 +-0.112792968750 +-0.068359375000 +-0.151367187500 +-0.097656250000 +0.202148437500 +-0.019897460938 +0.064941406250 +0.030517578125 +-0.283203125000 +0.003799438477 +0.029541015625 +-0.070312500000 +0.203125000000 +-0.038574218750 +0.001968383789 +0.000293731689 +-0.006317138672 +0.194335937500 +0.048828125000 +0.152343750000 +-0.035888671875 +0.122070312500 +0.096191406250 +0.115722656250 +0.107421875000 +0.001510620117 +0.148437500000 +-0.058593750000 +0.023803710938 +0.016845703125 +0.109375000000 +-0.030639648438 +-0.062988281250 +-0.025390625000 +0.066894531250 +-0.017700195312 +0.046630859375 +-0.031250000000 +0.036865234375 +-0.002609252930 +-0.025756835938 +0.066894531250 +-0.030151367188 +0.023193359375 +0.063476562500 +-0.029907226562 +0.035156250000 +-0.068847656250 +-0.040283203125 +-0.020629882812 +0.077148437500 +0.085937500000 +-0.099121093750 +-0.022827148438 +0.041748046875 +-0.002426147461 +0.039550781250 +0.067871093750 +-0.028076171875 +0.043945312500 +0.026489257812 +0.003250122070 +0.004028320312 +0.002868652344 +0.020141601562 +-0.085937500000 +0.016113281250 +0.037353515625 +-0.087402343750 +0.054931640625 +-0.029052734375 +-0.052734375000 +-0.013916015625 +0.094726562500 +0.053710937500 +0.120605468750 +0.043945312500 +-0.049316406250 +0.045898437500 +0.192382812500 +-0.095703125000 +-0.050292968750 +0.107421875000 +0.054443359375 +0.104980468750 +-0.054443359375 +-0.052246093750 +-0.056152343750 +-0.011108398438 +-0.008056640625 +-0.036865234375 +0.036376953125 +0.065429687500 +0.060302734375 +-0.077636718750 +-0.085937500000 +-0.074707031250 +-0.015380859375 +-0.021118164062 +-0.025390625000 +0.034179687500 +0.015563964844 +-0.082519531250 +0.109863281250 +0.045654296875 +-0.026611328125 +-0.000071525574 +-0.004913330078 +-0.172851562500 +-0.020996093750 +0.095214843750 +-0.041259765625 +0.012756347656 +-0.078125000000 +0.079101562500 +0.001426696777 +-0.028442382812 +0.084960937500 +0.008544921875 +0.015625000000 +0.045166015625 +0.053466796875 +0.010314941406 +0.008117675781 +0.009216308594 +-0.056884765625 +0.001777648926 +0.029663085938 +-0.049072265625 +0.050537109375 +0.040771484375 +-0.222656250000 +0.069335937500 +0.108398437500 +0.010742187500 +0.059082031250 +0.004852294922 +0.007934570312 +-0.172851562500 +-0.039550781250 +0.027343750000 +-0.013793945312 +-0.097656250000 +-0.026489257812 +0.023437500000 +-0.000457763672 +0.221679687500 +-0.032470703125 +0.023437500000 +-0.031250000000 +0.128906250000 +-0.115722656250 +0.033935546875 +0.166992187500 +0.078613281250 +0.145507812500 +-0.196289062500 +-0.042968750000 +0.108398437500 +-0.087890625000 +0.041503906250 +-0.125000000000 +-0.020996093750 +-0.014160156250 +0.025390625000 +-0.143554687500 +0.159179687500 +0.042236328125 +-0.029785156250 +-0.117675781250 +-0.116210937500 +0.033447265625 +-0.058837890625 +-0.024780273438 +0.075683593750 +0.235351562500 +-0.008850097656 +-0.021484375000 +0.030151367188 +0.011657714844 +-0.102050781250 +-0.120605468750 +-0.122558593750 +-0.000968933105 +0.052001953125 +-0.144531250000 +0.039062500000 +-0.131835937500 +0.001640319824 +-0.186523437500 +-0.008666992188 +-0.008911132812 +-0.068847656250 +0.003189086914 +-0.029174804688 +0.027099609375 +0.018066406250 +0.055908203125 +0.015991210938 +-0.086425781250 +-0.119140625000 +-0.102539062500 +0.031738281250 +0.170898437500 +0.034423828125 +0.031250000000 +0.107421875000 +0.046875000000 +-0.036865234375 +-0.085449218750 +0.213867187500 +0.060302734375 +0.004394531250 +0.049560546875 +-0.035156250000 +-0.065917968750 +-0.034179687500 +-0.029907226562 +-0.236328125000 +0.023803710938 +-0.149414062500 +0.130859375000 +0.061767578125 +0.008300781250 +-0.145507812500 +0.027221679688 +-0.151367187500 +-0.137695312500 +-0.155273437500 +-0.045654296875 +-0.187500000000 +0.089843750000 +0.014587402344 +0.072265625000 +-0.095214843750 +-0.075683593750 +0.039794921875 +-0.115234375000 +0.161132812500 +-0.171875000000 +-0.007812500000 +0.062500000000 +-0.215820312500 +-0.018554687500 +0.041748046875 +0.035644531250 +0.028930664062 +0.084960937500 +0.099121093750 +-0.044677734375 +-0.008544921875 +-0.027587890625 +-0.192382812500 +0.073242187500 +0.003173828125 +-0.058837890625 +-0.136718750000 +0.098632812500 +0.019897460938 +-0.042968750000 +-0.037597656250 +-0.083496093750 +-0.056396484375 +0.004028320312 +-0.048339843750 +0.102050781250 +-0.030273437500 +-0.090820312500 +0.033935546875 +0.010131835938 +-0.172851562500 +0.070800781250 +-0.016967773438 +0.163085937500 +0.048339843750 +0.190429687500 +-0.031982421875 +0.118164062500 +-0.104003906250 +0.109375000000 +-0.016845703125 +0.061035156250 +-0.094726562500 +-0.021362304688 +-0.071289062500 +0.126953125000 +-0.174804687500 +0.179687500000 +-0.261718750000 +0.024414062500 +-0.357421875000 +-0.211914062500 +-0.066406250000 +0.088378906250 +0.115722656250 +-0.020751953125 +0.088378906250 +0.159179687500 +-0.135742187500 +-0.110839843750 +0.015747070312 +-0.113281250000 +-0.185546875000 +-0.085937500000 +0.125976562500 +-0.122558593750 +-0.128906250000 +-0.039062500000 +-0.009094238281 +-0.171875000000 +-0.149414062500 +-0.184570312500 +-0.137695312500 +-0.046875000000 +-0.088867187500 +-0.049804687500 +-0.032226562500 +-0.175781250000 +-0.052978515625 +-0.029907226562 +-0.156250000000 +-0.199218750000 +-0.162109375000 +0.085449218750 +-0.137695312500 +0.213867187500 +-0.146484375000 +-0.092773437500 +-0.077148437500 +0.225585937500 +-0.129882812500 +0.075683593750 +0.097656250000 +0.050292968750 +-0.152343750000 +0.003784179688 +-0.076171875000 +-0.048095703125 +-0.004302978516 +-0.059326171875 +-0.277343750000 +-0.245117187500 +0.009094238281 +-0.078125000000 +0.051757812500 +0.065429687500 +-0.010192871094 +0.062255859375 +-0.033203125000 +0.223632812500 +-0.102050781250 +-0.184570312500 +0.165039062500 +0.125976562500 +0.137695312500 +-0.114257812500 +-0.115234375000 +-0.026000976562 +-0.135742187500 +0.042968750000 +0.265625000000 +0.092285156250 +0.218750000000 +-0.128906250000 +0.152343750000 +-0.039062500000 +-0.093750000000 +0.117675781250 +-0.024414062500 +0.056884765625 +-0.056396484375 +0.085937500000 +-0.133789062500 +-0.245117187500 +-0.081054687500 +0.074218750000 +-0.172851562500 +-0.287109375000 +-0.054687500000 +-0.055908203125 +-0.175781250000 +-0.136718750000 +-0.032470703125 +0.063476562500 +-0.010375976562 +-0.041748046875 +0.079101562500 +-0.012084960938 +-0.099121093750 +-0.161132812500 +-0.021728515625 +0.094238281250 +-0.031738281250 +-0.049072265625 +-0.047119140625 +-0.169921875000 +-0.332031250000 +0.013732910156 +0.134765625000 +-0.166992187500 +0.051513671875 +-0.211914062500 +-0.108398437500 +0.009399414062 +0.139648437500 +-0.057128906250 +-0.113281250000 +0.138671875000 +-0.009643554688 +-0.189453125000 +0.061279296875 +-0.016235351562 +0.113281250000 +-0.076660156250 +-0.021484375000 +0.075683593750 +0.047363281250 +0.036621093750 +0.052246093750 +0.065917968750 +-0.048095703125 +-0.143554687500 +0.177734375000 +-0.025756835938 +0.033691406250 +0.122558593750 +0.103515625000 +0.089355468750 +0.031982421875 +0.138671875000 +-0.023803710938 +0.061767578125 +-0.030883789062 +-0.096191406250 +-0.092773437500 +0.061523437500 +-0.089355468750 +0.022216796875 +-0.093261718750 +0.105957031250 +0.067382812500 +0.193359375000 +0.157226562500 +0.127929687500 +-0.079101562500 +-0.016723632812 +0.160156250000 +-0.204101562500 +0.001296997070 +-0.115234375000 +-0.096679687500 +0.006469726562 +0.215820312500 +-0.000104904175 +-0.054443359375 +-0.239257812500 +0.054931640625 +0.060546875000 +-0.033935546875 +0.078125000000 +0.052490234375 +-0.148437500000 +-0.107910156250 +0.123535156250 +0.026855468750 +-0.040039062500 +-0.061279296875 +-0.106445312500 +-0.083007812500 +-0.164062500000 +0.004364013672 +-0.054931640625 +0.073730468750 +-0.038330078125 +0.079589843750 +-0.357421875000 +0.188476562500 +-0.056884765625 +-0.032714843750 +0.083007812500 +0.142578125000 +0.059326171875 +-0.106933593750 +-0.195312500000 +-0.213867187500 +-0.093750000000 +-0.088378906250 +0.081542968750 +0.004547119141 +-0.015563964844 +-0.035644531250 +-0.132812500000 +-0.137695312500 +0.020996093750 +-0.012817382812 +-0.064453125000 +0.021240234375 +0.069335937500 +0.217773437500 +0.090332031250 +-0.138671875000 +-0.044433593750 +-0.052734375000 +0.030273437500 +-0.133789062500 +-0.017211914062 +-0.044433593750 +0.039794921875 +-0.067382812500 +-0.082519531250 +-0.024047851562 +-0.057861328125 +0.043701171875 +0.007934570312 +-0.095214843750 +-0.080566406250 +-0.172851562500 +0.160156250000 +-0.003265380859 +-0.186523437500 +-0.059814453125 +-0.023315429688 +-0.132812500000 +-0.104492187500 +-0.057128906250 +0.007934570312 +0.013061523438 +0.059570312500 +-0.012756347656 +-0.196289062500 +0.155273437500 +-0.023071289062 +0.059082031250 +-0.145507812500 +0.006805419922 +0.042724609375 +-0.126953125000 +-0.024658203125 +0.039062500000 +0.035156250000 +0.055908203125 +-0.126953125000 +0.032714843750 +-0.004821777344 +-0.023925781250 +0.033203125000 +-0.022949218750 +0.016479492188 +-0.077636718750 +-0.003967285156 +0.024047851562 +0.077636718750 +0.041015625000 +-0.022583007812 +-0.030639648438 +-0.014282226562 +-0.075683593750 +0.095214843750 +-0.036865234375 +0.064941406250 +-0.003479003906 +0.007202148438 +-0.013610839844 +-0.072753906250 +-0.057128906250 +0.027709960938 +0.022338867188 +0.011230468750 +0.120117187500 +0.121093750000 +0.010314941406 +0.065917968750 +0.022094726562 +-0.020507812500 +0.104003906250 +0.011901855469 +-0.021118164062 +0.032470703125 +0.001014709473 +-0.046142578125 +0.077148437500 +-0.108398437500 +-0.025756835938 +0.009033203125 +-0.101562500000 +-0.031250000000 +0.039794921875 +0.010864257812 +0.055664062500 +-0.019653320312 +0.135742187500 +0.049072265625 +0.010864257812 +0.009216308594 +-0.071777343750 +-0.099121093750 +-0.076171875000 +-0.036621093750 +0.022094726562 +0.114746093750 +-0.140625000000 +0.003051757812 +-0.008117675781 +-0.033691406250 +0.030395507812 +0.062500000000 +-0.115722656250 +0.036621093750 +0.135742187500 +-0.026977539062 +0.006439208984 +-0.057617187500 +-0.049316406250 +0.085937500000 +0.038330078125 +-0.052490234375 +0.169921875000 +0.008300781250 +-0.170898437500 +-0.080078125000 +-0.067871093750 +0.065429687500 +-0.021362304688 +0.094726562500 +-0.012512207031 +-0.068359375000 +-0.020874023438 +-0.018188476562 +0.060058593750 +-0.052001953125 +0.062988281250 +0.087890625000 +-0.044189453125 +-0.081054687500 +0.086914062500 +0.101562500000 +0.000415802002 +0.041503906250 +0.041015625000 +0.074707031250 +-0.221679687500 +-0.043701171875 +-0.074707031250 +-0.153320312500 +-0.074707031250 +0.012145996094 +0.072265625000 +-0.130859375000 +-0.176757812500 +-0.075683593750 +0.032470703125 +-0.031127929688 +-0.004180908203 +-0.069824218750 +-0.042236328125 +0.108886718750 +0.022827148438 +0.005767822266 +0.002380371094 +0.086425781250 +-0.033691406250 +-0.022705078125 +-0.046142578125 +-0.073730468750 +0.022705078125 +-0.032958984375 +-0.207031250000 +-0.088867187500 +-0.179687500000 +-0.110839843750 +0.150390625000 +-0.080078125000 +0.078613281250 +-0.011535644531 +-0.012207031250 +0.150390625000 +-0.023803710938 +-0.095703125000 +-0.055664062500 +-0.049804687500 +-0.230468750000 +0.030029296875 +0.003662109375 +-0.044921875000 +0.059326171875 +-0.015319824219 +-0.177734375000 +0.058349609375 +0.120117187500 +0.120605468750 +-0.019775390625 +0.046142578125 +-0.062011718750 +-0.083496093750 +-0.102050781250 +-0.149414062500 +-0.041503906250 +-0.007781982422 +0.070312500000 +0.077148437500 +-0.076660156250 +0.107421875000 +0.020141601562 +0.189453125000 +-0.076171875000 +-0.128906250000 +-0.073730468750 +0.131835937500 +-0.010925292969 +0.215820312500 +-0.164062500000 +0.049072265625 +0.004364013672 +-0.055175781250 +-0.115722656250 +-0.032226562500 +-0.063476562500 +-0.077148437500 +-0.095703125000 +0.135742187500 +-0.074218750000 +0.143554687500 +0.070312500000 +0.008972167969 +-0.004089355469 +0.117187500000 +0.243164062500 +-0.085449218750 +0.029907226562 +-0.040527343750 +-0.038330078125 +-0.059814453125 +0.016601562500 +0.101074218750 +0.050292968750 +0.080566406250 +0.247070312500 +-0.161132812500 +-0.093261718750 +0.180664062500 +0.042724609375 +-0.013305664062 +0.041748046875 +0.233398437500 +-0.047851562500 +-0.194335937500 +0.109375000000 +-0.009460449219 +-0.076660156250 +-0.008483886719 +-0.087402343750 +-0.025634765625 +0.199218750000 +-0.054199218750 +-0.175781250000 +0.054931640625 +0.069824218750 +0.000991821289 +-0.119140625000 +-0.086914062500 +-0.059326171875 +-0.020507812500 +-0.134765625000 +-0.031738281250 +-0.029174804688 +-0.012695312500 +0.003829956055 +-0.022583007812 +-0.019653320312 +0.083496093750 +0.039062500000 +-0.161132812500 +-0.024047851562 +0.104003906250 +-0.221679687500 +-0.041503906250 +-0.175781250000 +-0.047363281250 +-0.083984375000 +-0.165039062500 +-0.216796875000 +0.051025390625 +0.016113281250 +0.007629394531 +-0.047607421875 +-0.014892578125 +0.028564453125 +-0.052001953125 +-0.158203125000 +0.213867187500 +-0.073242187500 +0.191406250000 +-0.167968750000 +0.170898437500 +-0.153320312500 +0.464843750000 +-0.113769531250 +0.168945312500 +0.162109375000 +0.216796875000 +0.195312500000 +0.073730468750 +-0.128906250000 +0.159179687500 +-0.062500000000 +0.007415771484 +-0.044189453125 +-0.111328125000 +0.062988281250 +-0.067871093750 +-0.122070312500 +-0.108886718750 +-0.127929687500 +0.210937500000 +-0.014892578125 +0.029785156250 +0.083496093750 +0.250000000000 +0.255859375000 +0.055419921875 +-0.133789062500 +-0.143554687500 +-0.143554687500 +-0.180664062500 +-0.216796875000 +0.006134033203 +0.205078125000 +0.143554687500 +0.184570312500 +-0.010375976562 +-0.166015625000 +-0.049560546875 +-0.089355468750 +0.178710937500 +-0.054199218750 +-0.080566406250 +-0.182617187500 +-0.067382812500 +-0.060546875000 +0.038085937500 +0.058593750000 +0.210937500000 +-0.134765625000 +0.269531250000 +0.183593750000 +-0.013610839844 +-0.206054687500 +-0.371093750000 +-0.023193359375 +-0.039550781250 +-0.094726562500 +0.170898437500 +-0.049804687500 +0.209960937500 +0.098144531250 +0.028198242188 +0.320312500000 +-0.027954101562 +0.230468750000 +-0.139648437500 +0.106933593750 +-0.320312500000 +-0.054443359375 +-0.142578125000 +0.296875000000 +0.159179687500 +-0.255859375000 +0.031127929688 +0.227539062500 +-0.063476562500 +0.147460937500 +0.030273437500 +-0.024780273438 +-0.148437500000 +0.182617187500 +0.102050781250 +0.067382812500 +0.115234375000 +0.096191406250 +-0.031127929688 +0.345703125000 +-0.077636718750 +-0.033203125000 +-0.005859375000 +0.008544921875 +0.015747070312 +-0.161132812500 +-0.117675781250 +-0.076660156250 +-0.119628906250 +0.105957031250 +0.237304687500 +-0.187500000000 +0.198242187500 +0.171875000000 +-0.052490234375 +0.078613281250 +0.158203125000 +0.055175781250 +0.241210937500 +-0.009765625000 +-0.188476562500 +-0.102539062500 +-0.176757812500 +-0.195312500000 +-0.183593750000 +-0.164062500000 +0.026733398438 +0.104003906250 +-0.030151367188 +0.096679687500 +-0.031494140625 +-0.119628906250 +0.029907226562 +-0.101562500000 +-0.246093750000 +0.053955078125 +-0.131835937500 +-0.002883911133 +-0.023681640625 +-0.161132812500 +0.116210937500 +-0.070800781250 +0.103515625000 +-0.157226562500 +-0.039550781250 +-0.068359375000 +0.098632812500 +0.047363281250 +0.058837890625 +0.005859375000 +0.031738281250 +-0.146484375000 +-0.116210937500 +0.015747070312 +-0.011840820312 +-0.097167968750 +-0.083007812500 +0.063476562500 +-0.034423828125 +-0.164062500000 +-0.009887695312 +-0.021850585938 +0.076660156250 +-0.112792968750 +0.298828125000 +0.013122558594 +-0.050292968750 +0.000595092773 +0.075195312500 +-0.027709960938 +-0.136718750000 +0.045654296875 +-0.125000000000 +-0.032470703125 +0.078613281250 +-0.027709960938 +0.053710937500 +0.011596679688 +0.091308593750 +0.083984375000 +0.064941406250 +0.079101562500 +-0.045898437500 +-0.053710937500 +0.044189453125 +-0.178710937500 +-0.243164062500 +-0.083007812500 +-0.144531250000 +-0.116699218750 +0.198242187500 +-0.018188476562 +0.026611328125 +0.253906250000 +-0.066894531250 +-0.015136718750 +0.020507812500 +-0.089843750000 +0.292968750000 +-0.102050781250 +-0.070800781250 +0.084472656250 +-0.019042968750 +0.002853393555 +-0.048583984375 +0.023925781250 +-0.012756347656 +-0.025878906250 +0.072753906250 +-0.107910156250 +0.190429687500 +-0.094726562500 +0.053955078125 +-0.040283203125 +0.009399414062 +0.055908203125 +0.076171875000 +0.079589843750 +0.072753906250 +-0.070800781250 +-0.026733398438 +-0.060546875000 +-0.068847656250 +0.049072265625 +-0.024169921875 +0.035400390625 +-0.065429687500 +0.150390625000 +0.042480468750 +0.018798828125 +-0.080078125000 +-0.017333984375 +-0.009338378906 +0.003097534180 +-0.047607421875 +-0.298828125000 +0.104003906250 +-0.090820312500 +0.083984375000 +0.025146484375 +-0.073242187500 +0.010559082031 +0.129882812500 +-0.062011718750 +-0.012084960938 +0.146484375000 +0.179687500000 +0.088867187500 +-0.026733398438 +-0.138671875000 +-0.005798339844 +0.057373046875 +0.125000000000 +-0.132812500000 +-0.171875000000 +0.144531250000 +-0.145507812500 +-0.184570312500 +0.176757812500 +-0.066894531250 +-0.033203125000 +-0.030761718750 +-0.082519531250 +-0.046142578125 +0.015563964844 +0.056396484375 +0.038818359375 +0.103027343750 +-0.106445312500 +-0.062255859375 +-0.039794921875 +-0.095214843750 +0.109375000000 +0.093750000000 +-0.121093750000 +-0.078613281250 +0.048828125000 +0.031982421875 +-0.022094726562 +0.041259765625 +-0.009948730469 +0.040283203125 +0.029541015625 +-0.136718750000 +0.060302734375 +-0.049560546875 +-0.069824218750 +-0.038085937500 +0.058105468750 +-0.408203125000 +-0.041015625000 +-0.126953125000 +-0.099121093750 +0.002899169922 +0.125976562500 +0.036865234375 +-0.132812500000 +0.006072998047 +0.038574218750 +0.041015625000 +0.001754760742 +-0.006591796875 +0.009460449219 +0.044677734375 +0.069824218750 +0.003723144531 +0.075195312500 +-0.035644531250 +-0.040283203125 +-0.041503906250 +0.078613281250 +0.017944335938 +0.023559570312 +-0.025634765625 +0.095703125000 +0.092285156250 +0.015014648438 +-0.118164062500 +-0.093261718750 +0.013549804688 +0.060546875000 +-0.104003906250 +0.061523437500 +0.026733398438 +0.105468750000 +0.166992187500 +0.029174804688 +-0.089355468750 +-0.048339843750 +-0.095703125000 +0.091308593750 +-0.021728515625 +-0.042724609375 +0.059082031250 +0.063476562500 +-0.062500000000 +-0.106445312500 +-0.206054687500 +-0.027954101562 +-0.172851562500 +0.176757812500 +0.085937500000 +0.161132812500 +0.017822265625 +0.035888671875 +-0.044189453125 +-0.156250000000 +-0.026000976562 +0.016601562500 +0.172851562500 +0.060791015625 +0.186523437500 +-0.062500000000 +0.143554687500 +0.089355468750 +0.005645751953 +-0.145507812500 +-0.004608154297 +0.085937500000 +0.302734375000 +0.116210937500 +0.174804687500 +-0.038085937500 +-0.080078125000 +-0.167968750000 +-0.059814453125 +0.103027343750 +0.271484375000 +0.054687500000 +0.073730468750 +-0.064941406250 +0.027587890625 +0.039550781250 +-0.007781982422 +-0.064941406250 +-0.003967285156 +0.146484375000 +0.111816406250 +-0.083007812500 +0.145507812500 +-0.126953125000 +0.035644531250 +0.081542968750 +0.126953125000 +-0.158203125000 +0.142578125000 +-0.037841796875 +-0.050537109375 +-0.105957031250 +-0.023925781250 +0.079101562500 +-0.066406250000 +0.191406250000 +-0.037353515625 +0.104492187500 +0.047119140625 +-0.119140625000 +-0.186523437500 +-0.088867187500 +-0.138671875000 +0.040527343750 +0.064941406250 +0.002151489258 +0.005310058594 +0.010070800781 +0.073730468750 +-0.046875000000 +0.020629882812 +0.018432617188 +-0.003448486328 +-0.040039062500 +-0.105468750000 +-0.127929687500 +-0.058837890625 +-0.046630859375 +-0.092285156250 +-0.023559570312 +-0.157226562500 +0.186523437500 +0.061035156250 +0.048095703125 +-0.014709472656 +0.190429687500 +0.125976562500 +-0.154296875000 +0.118652343750 +0.001388549805 +0.030395507812 +0.207031250000 +0.107421875000 +-0.093261718750 +-0.090332031250 +0.051513671875 +0.070800781250 +-0.017578125000 +0.125000000000 +0.162109375000 +-0.168945312500 +-0.180664062500 +0.127929687500 +0.088867187500 +0.016235351562 +-0.050292968750 +0.078613281250 +-0.001251220703 +0.076171875000 +-0.005615234375 +0.087402343750 +0.053222656250 +-0.018676757812 +-0.138671875000 +0.033447265625 +0.151367187500 +0.092773437500 +0.014953613281 +0.119140625000 +-0.039062500000 +0.108886718750 +0.014160156250 +-0.057128906250 +-0.083007812500 +0.081542968750 +-0.173828125000 +0.056640625000 +-0.082519531250 +-0.003890991211 +0.235351562500 +-0.167968750000 +0.257812500000 +0.182617187500 +-0.127929687500 +-0.061279296875 +-0.110839843750 +0.016845703125 +-0.115234375000 +0.033935546875 +-0.172851562500 +0.033203125000 +0.123046875000 +0.020263671875 +-0.078125000000 +0.004211425781 +-0.045410156250 +0.176757812500 +-0.171875000000 +-0.015075683594 +0.000659942627 +0.134765625000 +0.013916015625 +0.087890625000 +0.000126838684 +-0.135742187500 +-0.089355468750 +0.257812500000 +-0.137695312500 +-0.063476562500 +0.016967773438 +-0.030517578125 +0.030883789062 +-0.054443359375 +-0.066406250000 +-0.048828125000 +-0.002426147461 +0.000804901123 +0.125000000000 +-0.144531250000 +0.050781250000 +-0.101562500000 +0.080078125000 +-0.068359375000 +-0.075195312500 +-0.023803710938 +-0.139648437500 +-0.079589843750 +-0.040283203125 +0.017822265625 +0.083496093750 +0.056884765625 +0.119628906250 +0.117675781250 +0.095214843750 +0.150390625000 +0.193359375000 +0.008117675781 +0.047607421875 +0.008422851562 +-0.118164062500 +-0.093750000000 +-0.022705078125 +0.089843750000 +0.091796875000 +-0.016967773438 +0.018310546875 +0.075195312500 +0.100585937500 +-0.109863281250 +-0.205078125000 +-0.028076171875 +-0.021118164062 +-0.118164062500 +0.050537109375 +-0.110839843750 +-0.112304687500 +-0.120117187500 +-0.173828125000 +-0.016479492188 +0.080566406250 +-0.083496093750 +-0.088867187500 +-0.069824218750 +-0.037353515625 +-0.049072265625 +-0.091308593750 +-0.140625000000 +0.113281250000 +-0.131835937500 +0.177734375000 +-0.076171875000 +-0.136718750000 +0.095214843750 +0.017578125000 +-0.045898437500 +-0.140625000000 +-0.035400390625 +0.153320312500 +-0.092773437500 +-0.011718750000 +0.057617187500 +0.269531250000 +0.006988525391 +-0.007080078125 +-0.238281250000 +0.009094238281 +0.099121093750 +-0.112304687500 +0.058837890625 +-0.109375000000 +0.011718750000 +-0.070312500000 +0.151367187500 +-0.004486083984 +-0.023315429688 +-0.232421875000 +-0.179687500000 +0.057128906250 +-0.096679687500 +-0.027221679688 +0.100097656250 +0.211914062500 +-0.115722656250 +0.210937500000 +-0.008972167969 +-0.046142578125 +0.032958984375 +0.030029296875 +0.149414062500 +-0.035156250000 +-0.108886718750 +-0.062011718750 +0.066406250000 +-0.145507812500 +-0.137695312500 +-0.265625000000 +0.115722656250 +-0.038818359375 +0.026611328125 +0.146484375000 +-0.021362304688 +0.108398437500 +0.046386718750 +0.056152343750 +-0.124023437500 +-0.010925292969 +-0.227539062500 +0.060791015625 +-0.130859375000 +0.106445312500 +0.049804687500 +0.082519531250 +-0.018432617188 +-0.104492187500 +-0.181640625000 +-0.234375000000 +-0.125976562500 +0.079589843750 +0.116210937500 +0.063476562500 +-0.064941406250 +0.157226562500 +-0.151367187500 +-0.020751953125 +-0.078125000000 +-0.060546875000 +-0.102539062500 +-0.082031250000 +-0.083984375000 +0.097656250000 +0.032470703125 +-0.096679687500 +-0.235351562500 +-0.015197753906 +0.021728515625 +0.154296875000 +0.109375000000 +-0.242187500000 +0.102050781250 +0.037841796875 +-0.012695312500 +0.142578125000 +0.071777343750 +0.137695312500 +-0.040527343750 +0.123535156250 +0.127929687500 +0.064453125000 +-0.023803710938 +0.042480468750 +-0.027343750000 +0.117187500000 +-0.063476562500 +-0.000130653381 +-0.088378906250 +0.017944335938 +0.250000000000 +0.081054687500 +0.157226562500 +-0.036865234375 +0.210937500000 +0.100585937500 +-0.024902343750 +0.051269531250 +-0.064941406250 +-0.060546875000 +-0.024291992188 +0.049560546875 +0.041992187500 +-0.078125000000 +0.038330078125 +0.009521484375 +-0.251953125000 +-0.131835937500 +-0.047607421875 +-0.087402343750 +-0.034912109375 +0.136718750000 +-0.082031250000 +0.111816406250 +0.051513671875 +-0.015747070312 +-0.084960937500 +0.071777343750 +-0.119140625000 +0.185546875000 +0.028198242188 +-0.059570312500 +-0.030273437500 +0.257812500000 +-0.187500000000 +0.015991210938 +-0.033691406250 +-0.007598876953 +0.047607421875 +-0.023071289062 +0.183593750000 +0.007019042969 +0.007629394531 +0.153320312500 +-0.083007812500 +0.053466796875 +-0.060546875000 +-0.171875000000 +0.001655578613 +-0.136718750000 +0.011901855469 +-0.019531250000 +-0.091796875000 +-0.069824218750 +0.102050781250 +0.121582031250 +-0.020141601562 +0.034912109375 +-0.115234375000 +-0.036621093750 +-0.030517578125 +0.051757812500 +0.187500000000 +0.045166015625 +0.108398437500 +0.096191406250 +-0.273437500000 +-0.053222656250 +0.068359375000 +-0.041992187500 +-0.066406250000 +0.107421875000 +0.159179687500 +0.028930664062 +0.042236328125 +0.197265625000 +0.178710937500 +0.132812500000 +0.160156250000 +-0.011657714844 +-0.033935546875 +-0.109863281250 +0.036865234375 +0.095703125000 +0.046142578125 +-0.075683593750 +-0.166992187500 +0.037597656250 +0.078125000000 +-0.132812500000 +0.068359375000 +0.289062500000 +-0.143554687500 +-0.067382812500 +0.018920898438 +0.014160156250 +-0.213867187500 +-0.029785156250 +0.051757812500 +0.015991210938 +-0.166992187500 +0.052001953125 +-0.050781250000 +0.092285156250 +-0.201171875000 +-0.116699218750 +-0.048828125000 +-0.199218750000 +0.150390625000 +-0.069824218750 +-0.110351562500 +0.039550781250 +0.246093750000 +-0.056152343750 +0.005523681641 +0.099121093750 +0.235351562500 +0.105957031250 +0.133789062500 +-0.283203125000 +-0.138671875000 +0.216796875000 +-0.097167968750 +0.269531250000 +-0.034912109375 +-0.009399414062 +-0.038818359375 +0.183593750000 +-0.128906250000 +0.014343261719 +-0.026000976562 +-0.075683593750 +-0.277343750000 +-0.051269531250 +-0.017333984375 +0.226562500000 +-0.009826660156 +-0.007995605469 +0.132812500000 +0.002792358398 +0.063476562500 +0.107910156250 +0.075683593750 +0.057373046875 +0.233398437500 +0.077636718750 +-0.104492187500 +0.052978515625 +0.075195312500 +0.040771484375 +-0.064941406250 +0.214843750000 +0.053222656250 +-0.128906250000 +0.067382812500 +0.032958984375 +0.110839843750 +0.060791015625 +0.033691406250 +-0.095703125000 +0.101562500000 +0.171875000000 +-0.006011962891 +-0.025512695312 +-0.015563964844 +-0.122070312500 +-0.053710937500 +-0.053710937500 +-0.071777343750 +-0.017944335938 +0.210937500000 +0.019775390625 +-0.084960937500 +0.002990722656 +0.283203125000 +0.039550781250 +0.007141113281 +-0.002197265625 +-0.037109375000 +0.130859375000 +-0.093750000000 +0.075195312500 +-0.068847656250 +0.119628906250 +-0.035888671875 +0.028686523438 +-0.007781982422 +0.265625000000 +0.161132812500 +0.177734375000 +0.030517578125 +0.026000976562 +0.099609375000 +-0.109863281250 +-0.097167968750 +-0.066894531250 +-0.026123046875 +0.060546875000 +0.043701171875 +0.179687500000 +0.056640625000 +0.072265625000 +0.035156250000 +0.102539062500 +-0.104492187500 +-0.013549804688 +0.131835937500 +-0.099121093750 +0.253906250000 +-0.002975463867 +-0.074218750000 +0.102050781250 +-0.055908203125 +0.053955078125 +0.040771484375 +-0.221679687500 +-0.112792968750 +0.139648437500 +0.002395629883 +0.179687500000 +0.070800781250 +-0.034667968750 +0.083496093750 +-0.017700195312 +0.047363281250 +-0.123535156250 +-0.042724609375 +-0.016723632812 +-0.066894531250 +-0.122558593750 +-0.128906250000 +0.084960937500 +-0.209960937500 +0.002761840820 +0.065429687500 +0.024536132812 +-0.141601562500 +-0.302734375000 +0.125976562500 +-0.080078125000 +-0.036865234375 +0.052001953125 +-0.063964843750 +-0.095214843750 +0.056884765625 +-0.186523437500 +0.073730468750 +-0.353515625000 +-0.008361816406 +0.153320312500 +-0.057617187500 +0.035156250000 +0.181640625000 +-0.088378906250 +0.230468750000 +-0.171875000000 +0.018066406250 +-0.136718750000 +0.009704589844 +0.021362304688 +-0.212890625000 +-0.155273437500 +-0.013183593750 +0.130859375000 +0.035888671875 +-0.174804687500 +0.206054687500 +-0.071777343750 +-0.196289062500 +-0.147460937500 +-0.017211914062 +-0.008056640625 +0.188476562500 +0.078125000000 +0.084472656250 +0.233398437500 +0.263671875000 +0.074218750000 +-0.041992187500 +0.062988281250 +-0.079589843750 +-0.031127929688 +-0.028808593750 +-0.248046875000 +0.030761718750 +-0.128906250000 +0.025146484375 +0.082031250000 +-0.014282226562 +-0.142578125000 +0.175781250000 +0.204101562500 +-0.218750000000 +-0.067382812500 +0.083984375000 +-0.013427734375 +0.063964843750 +0.086914062500 +-0.055664062500 +0.041015625000 +-0.136718750000 +0.182617187500 +-0.106933593750 +-0.208007812500 +-0.077148437500 +0.139648437500 +-0.020629882812 +-0.098144531250 +-0.031982421875 +0.121582031250 +-0.034423828125 +0.057128906250 +0.055664062500 +0.031127929688 +0.148437500000 +0.094238281250 +-0.166015625000 +0.057128906250 +0.166015625000 +-0.128906250000 +0.154296875000 +-0.271484375000 +-0.124023437500 +-0.143554687500 +0.043457031250 +-0.082519531250 +-0.193359375000 +-0.172851562500 +-0.058349609375 +-0.188476562500 +-0.007324218750 +-0.046386718750 +-0.155273437500 +0.050537109375 +0.072753906250 +0.011718750000 +-0.007293701172 +0.074707031250 +-0.059570312500 +0.158203125000 +-0.014099121094 +0.007812500000 +0.198242187500 +-0.306640625000 +0.225585937500 +-0.075195312500 +0.026000976562 +0.038574218750 +-0.131835937500 +-0.186523437500 +-0.011230468750 +-0.103027343750 +0.144531250000 +0.145507812500 +0.104492187500 +0.007995605469 +-0.041748046875 +-0.039794921875 +-0.011962890625 +0.035400390625 +-0.141601562500 +0.067382812500 +-0.060546875000 +-0.248046875000 +0.081054687500 +-0.104492187500 +0.037841796875 +0.032470703125 +-0.125976562500 +0.121582031250 +0.042480468750 +-0.031982421875 +0.232421875000 +-0.083984375000 +0.035888671875 +-0.131835937500 +-0.106445312500 +-0.040039062500 +0.169921875000 +-0.052246093750 +-0.047851562500 +0.257812500000 +0.054931640625 +0.052734375000 +-0.118652343750 +-0.035400390625 +-0.208007812500 +0.067871093750 +-0.024414062500 +-0.178710937500 +-0.217773437500 +-0.232421875000 +0.030151367188 +0.079101562500 +-0.121093750000 +0.066894531250 +0.062011718750 +0.103027343750 +-0.096679687500 +0.099609375000 +-0.005615234375 +-0.158203125000 +-0.049316406250 +-0.012573242188 +0.019287109375 +-0.076171875000 +0.018676757812 +0.187500000000 +0.146484375000 +0.287109375000 +-0.053710937500 +0.059326171875 +0.065917968750 +0.160156250000 +0.095214843750 +0.074707031250 +0.161132812500 +0.047119140625 +-0.076171875000 +0.009948730469 +-0.117187500000 +-0.158203125000 +0.199218750000 +-0.019042968750 +0.043945312500 +-0.072265625000 +-0.146484375000 +-0.008483886719 +-0.056640625000 +-0.076660156250 +0.031982421875 +-0.038330078125 +-0.103027343750 +0.091308593750 +-0.178710937500 +-0.069824218750 +-0.010498046875 +0.079101562500 +-0.045654296875 +0.233398437500 +-0.099609375000 +-0.013305664062 +0.062500000000 +-0.019287109375 +-0.122558593750 +-0.103027343750 +-0.271484375000 +-0.016845703125 +0.041503906250 +-0.110351562500 +-0.253906250000 +-0.151367187500 +0.035888671875 +0.107421875000 +-0.174804687500 +0.005432128906 +-0.020751953125 +0.174804687500 +0.076171875000 +0.007019042969 +0.100097656250 +-0.185546875000 +0.025878906250 +0.179687500000 +0.003555297852 +0.004577636719 +-0.063476562500 +0.026489257812 +0.055175781250 +-0.056884765625 +-0.078125000000 +-0.027465820312 +0.027343750000 +-0.071777343750 +0.000199317932 +0.043701171875 +-0.217773437500 +0.118164062500 +-0.015747070312 +0.007812500000 +-0.080078125000 +0.121093750000 +-0.128906250000 +-0.079101562500 +0.067382812500 +0.142578125000 +-0.002914428711 +-0.210937500000 +-0.062500000000 +-0.094238281250 +-0.025146484375 +-0.192382812500 +-0.008178710938 +-0.091796875000 +0.100097656250 +0.099609375000 +-0.085449218750 +-0.015380859375 +0.029907226562 +0.017211914062 +-0.140625000000 +0.074707031250 +0.070312500000 +-0.015991210938 +0.000560760498 +0.044921875000 +-0.101074218750 +-0.019165039062 +0.028320312500 +0.090332031250 +0.061767578125 +0.007873535156 +-0.005065917969 +0.166992187500 +-0.047363281250 +-0.109375000000 +0.024291992188 +-0.057861328125 +-0.041748046875 +-0.098632812500 +0.081054687500 +-0.045654296875 +-0.007934570312 +-0.095703125000 +-0.068359375000 +-0.080078125000 +-0.001342773438 +-0.197265625000 +-0.088378906250 +-0.066406250000 +-0.104003906250 +-0.043457031250 +-0.019409179688 +0.034423828125 +-0.015869140625 +0.076660156250 +0.043457031250 +-0.085449218750 +-0.024047851562 +-0.190429687500 +-0.025268554688 +-0.062988281250 +-0.071777343750 +0.006591796875 +-0.166015625000 +0.090820312500 +-0.026367187500 +-0.010803222656 +-0.025634765625 +-0.086425781250 +-0.031982421875 +-0.083984375000 +0.055419921875 +0.005401611328 +0.023803710938 +0.050781250000 +-0.066894531250 +0.052978515625 +-0.121582031250 +-0.028442382812 +0.229492187500 +0.122558593750 +-0.241210937500 +0.046875000000 +-0.080078125000 +0.114257812500 +0.014892578125 +0.002182006836 +-0.006134033203 +-0.013610839844 +0.048095703125 +-0.084472656250 +-0.083496093750 +-0.224609375000 +0.058593750000 +-0.092773437500 +0.019897460938 +-0.083984375000 +0.021118164062 +0.138671875000 +-0.031982421875 +0.043212890625 +-0.052978515625 +-0.148437500000 +0.082519531250 +0.003570556641 +0.013549804688 +-0.004028320312 +0.106933593750 +0.044189453125 +0.104003906250 +0.092285156250 +-0.114746093750 +0.057373046875 +0.031250000000 +0.060302734375 +0.008422851562 +-0.132812500000 +-0.009826660156 +0.186523437500 +0.044677734375 +-0.065429687500 +-0.017333984375 +0.159179687500 +-0.097167968750 +-0.025390625000 +0.080078125000 +0.217773437500 +-0.134765625000 +0.040039062500 +0.008361816406 +0.037841796875 +0.060546875000 +-0.020385742188 +0.193359375000 +-0.089843750000 +-0.135742187500 +0.114257812500 +-0.227539062500 +-0.084472656250 +-0.051269531250 +0.021972656250 +0.125000000000 +0.096191406250 +0.025634765625 +-0.166015625000 +0.059570312500 +-0.029907226562 +-0.132812500000 +-0.085937500000 +-0.019165039062 +-0.105468750000 +0.108398437500 +-0.041259765625 +0.003555297852 +-0.010742187500 +-0.000560760498 +-0.006042480469 +0.051025390625 +0.012390136719 +0.048339843750 +0.044189453125 +0.050292968750 +0.024291992188 +0.001342773438 +-0.008666992188 +0.009826660156 +-0.001098632812 +0.087402343750 +0.030151367188 +-0.080078125000 +-0.281250000000 +-0.091308593750 +-0.084960937500 +-0.037841796875 +0.004852294922 +-0.082031250000 +-0.019775390625 +-0.060791015625 +-0.106445312500 +-0.062988281250 +0.034667968750 +0.029296875000 +-0.047363281250 +-0.016845703125 +0.011413574219 +-0.086914062500 +-0.122070312500 +-0.039306640625 +-0.068847656250 +-0.034423828125 +0.048339843750 +0.015441894531 +-0.026733398438 +-0.022583007812 +-0.108886718750 +0.021240234375 +0.084472656250 +0.051269531250 +-0.046875000000 +-0.039550781250 +-0.044677734375 +-0.004852294922 +-0.014953613281 +0.031494140625 +-0.074218750000 +0.108886718750 +-0.026977539062 +-0.057128906250 +-0.135742187500 +0.029785156250 +-0.055419921875 +0.047851562500 +0.027832031250 +0.046630859375 +-0.073242187500 +-0.014770507812 +-0.021850585938 +0.006072998047 +-0.097167968750 +0.129882812500 +-0.036376953125 +-0.176757812500 +0.002075195312 +-0.015991210938 +-0.050537109375 +0.014648437500 +0.082519531250 +-0.112304687500 +0.009277343750 +0.053466796875 +0.006072998047 +0.055175781250 +0.038085937500 +0.052734375000 +-0.090820312500 +-0.028076171875 +0.058349609375 +0.019409179688 +-0.000644683838 +0.080566406250 +0.079589843750 +-0.015747070312 +-0.064941406250 +-0.048339843750 +-0.032470703125 +-0.000537872314 +-0.019775390625 +0.052978515625 +-0.125976562500 +-0.101562500000 +-0.036621093750 +0.024414062500 +-0.039550781250 +-0.024780273438 +0.112792968750 +0.017456054688 +0.135742187500 +-0.062255859375 +-0.032470703125 +-0.149414062500 +-0.038330078125 +0.141601562500 +-0.034667968750 +-0.089355468750 +0.099121093750 +0.025146484375 +-0.000419616699 +-0.051757812500 +-0.042968750000 +-0.166015625000 +-0.072753906250 +-0.049072265625 +0.056152343750 +0.003204345703 +-0.062255859375 +0.060546875000 +-0.143554687500 +0.051513671875 +0.017944335938 +-0.134765625000 +0.056396484375 +0.013610839844 +-0.049072265625 +-0.107421875000 +-0.050781250000 +0.056396484375 +-0.095214843750 +0.113281250000 +-0.085937500000 +-0.052490234375 +-0.140625000000 +0.000104904175 +-0.066894531250 +-0.060058593750 +0.033935546875 +-0.002273559570 +-0.048828125000 +-0.025390625000 +0.041748046875 +0.036865234375 +0.003433227539 +0.030151367188 +0.013854980469 +0.018920898438 +0.129882812500 +-0.021362304688 +-0.112792968750 +-0.020507812500 +-0.105957031250 +0.057373046875 +-0.113281250000 +0.000885009766 +0.052001953125 +-0.064453125000 +-0.076171875000 +-0.077148437500 +0.034423828125 +0.064453125000 +-0.028930664062 +0.033935546875 +0.094726562500 +-0.038574218750 +-0.068847656250 +-0.108886718750 +-0.052001953125 +-0.011535644531 +-0.021850585938 +-0.031982421875 +0.041992187500 +0.073242187500 +0.034667968750 +0.013427734375 +0.077636718750 +0.042968750000 +-0.020263671875 +-0.057617187500 +-0.076171875000 +0.005798339844 +0.067382812500 +-0.077636718750 +0.026123046875 +0.085937500000 +-0.067382812500 +0.078125000000 +0.013549804688 +-0.063476562500 +0.029174804688 +-0.087890625000 +0.005065917969 +-0.057373046875 +-0.060058593750 +0.086914062500 +0.066406250000 +0.101074218750 +-0.040283203125 +0.108886718750 +-0.001693725586 +-0.036621093750 +0.001266479492 +-0.018798828125 +-0.091796875000 +-0.047607421875 +-0.169921875000 +0.106933593750 +0.002304077148 +-0.120117187500 +-0.074218750000 +0.001823425293 +0.004577636719 +-0.000938415527 +0.009216308594 +-0.117675781250 +0.030029296875 +0.125000000000 +-0.069335937500 +-0.030761718750 +-0.062255859375 +0.056884765625 +-0.028930664062 +-0.041503906250 +0.016235351562 +-0.101562500000 +0.312500000000 +-0.019287109375 +-0.072753906250 +0.012023925781 +0.067382812500 +0.083496093750 +-0.005493164062 +0.087402343750 +-0.076171875000 +-0.029174804688 +-0.109375000000 +-0.062500000000 +-0.107421875000 +0.121582031250 +-0.023193359375 +-0.140625000000 +-0.154296875000 +0.069335937500 +0.114746093750 +-0.059570312500 +0.022460937500 +0.006622314453 +0.006042480469 +-0.148437500000 +0.024902343750 +0.034912109375 +0.105957031250 +-0.106933593750 +0.116210937500 +0.009704589844 +-0.047851562500 +-0.021606445312 +-0.142578125000 +-0.030029296875 +0.069335937500 +-0.064453125000 +-0.050048828125 +0.085937500000 +-0.073242187500 +-0.071289062500 +0.196289062500 +0.075683593750 +-0.004089355469 +-0.052734375000 +-0.018188476562 +-0.019897460938 +0.141601562500 +-0.009216308594 +0.125976562500 +-0.255859375000 +-0.050048828125 +-0.094726562500 +0.079101562500 +0.119140625000 +-0.012634277344 +0.032226562500 +0.083007812500 +0.002456665039 +-0.134765625000 +0.129882812500 +-0.052734375000 +0.069824218750 +0.004425048828 +-0.199218750000 +0.197265625000 +-0.129882812500 +0.004058837891 +-0.055419921875 +-0.108398437500 +-0.130859375000 +-0.098632812500 +-0.040039062500 +0.079589843750 +0.083984375000 +-0.125976562500 +0.075683593750 +0.178710937500 +-0.063964843750 +0.118652343750 +0.086914062500 +0.032470703125 +-0.019531250000 +0.094726562500 +0.065429687500 +-0.087402343750 +-0.015563964844 +0.016479492188 +-0.007049560547 +-0.008850097656 +-0.021728515625 +0.133789062500 +0.000373840332 +0.038818359375 +-0.105957031250 +0.165039062500 +0.046386718750 +-0.103515625000 +-0.027343750000 +0.033447265625 +0.125976562500 +-0.035888671875 +-0.067382812500 +-0.050537109375 +0.057861328125 +-0.018188476562 +0.036865234375 +-0.127929687500 +-0.086425781250 +-0.077636718750 +0.138671875000 +0.069335937500 +0.064941406250 +-0.006591796875 +-0.077636718750 +-0.052490234375 +-0.057373046875 +0.056884765625 +-0.106933593750 +0.119628906250 +0.111816406250 +0.310546875000 +0.020751953125 +0.051269531250 +0.255859375000 +-0.003601074219 +-0.010253906250 +0.172851562500 +0.212890625000 +-0.020385742188 +-0.202148437500 +0.024291992188 +-0.004913330078 +0.072753906250 +0.020385742188 +0.003707885742 +0.062988281250 +-0.007415771484 +0.041259765625 +0.049072265625 +0.096679687500 +0.089843750000 +0.122070312500 +-0.061523437500 +0.097656250000 +0.042236328125 +0.053466796875 +-0.219726562500 +-0.090820312500 +0.046630859375 +0.061767578125 +-0.098144531250 +-0.045654296875 +0.212890625000 +0.082031250000 +-0.136718750000 +-0.004364013672 +0.160156250000 +0.014160156250 +0.068847656250 +-0.115722656250 +-0.012023925781 +-0.054199218750 +-0.045898437500 +-0.014953613281 +-0.184570312500 +0.137695312500 +-0.098632812500 +0.001022338867 +-0.104980468750 +0.026000976562 +0.109375000000 +-0.183593750000 +-0.265625000000 +0.035156250000 +-0.096191406250 +-0.084960937500 +0.058837890625 +-0.007690429688 +0.168945312500 +-0.164062500000 +0.010131835938 +0.084472656250 +0.069335937500 +0.209960937500 +0.061035156250 +0.009643554688 +-0.030883789062 +0.087402343750 +0.170898437500 +0.100585937500 +-0.108886718750 +0.024780273438 +-0.072753906250 +-0.025146484375 +0.022094726562 +0.168945312500 +-0.013427734375 +0.092285156250 +-0.131835937500 +0.069335937500 +-0.037597656250 +-0.036621093750 +-0.164062500000 +-0.122558593750 +-0.186523437500 +0.199218750000 +0.188476562500 +-0.173828125000 +-0.034912109375 +0.073730468750 +-0.031738281250 +0.017822265625 +0.184570312500 +0.031250000000 +0.102050781250 +-0.013732910156 +0.075683593750 +0.229492187500 +-0.095214843750 +0.038818359375 +-0.021362304688 +-0.024658203125 +-0.015380859375 +0.031127929688 +0.147460937500 +0.073730468750 +-0.017578125000 +-0.088378906250 +-0.242187500000 +-0.088867187500 +-0.084960937500 +-0.019653320312 +0.302734375000 +0.079101562500 +0.059082031250 +-0.086425781250 +-0.128906250000 +0.153320312500 +-0.017456054688 +0.225585937500 +0.070312500000 +-0.030395507812 +0.121582031250 +0.008361816406 +-0.231445312500 +0.046386718750 +-0.120605468750 +-0.085937500000 +0.057617187500 +-0.105468750000 +-0.133789062500 +0.024169921875 +0.183593750000 +0.076660156250 +-0.020996093750 +-0.078125000000 +0.201171875000 +-0.023071289062 +0.158203125000 +0.004058837891 +-0.028320312500 +-0.042480468750 +-0.058349609375 +0.025512695312 +-0.005767822266 +0.027954101562 +0.032470703125 +0.004028320312 +-0.072753906250 +0.028442382812 +-0.059570312500 +-0.000255584717 +-0.004333496094 +0.093750000000 +-0.021850585938 +0.043212890625 +-0.033691406250 +-0.160156250000 +0.055908203125 +-0.025634765625 +0.037841796875 +0.107910156250 +-0.206054687500 +-0.030029296875 +-0.219726562500 +-0.111328125000 +0.014709472656 +-0.026489257812 +-0.071289062500 +0.190429687500 +-0.011779785156 +0.138671875000 +0.039550781250 +0.289062500000 +-0.057373046875 +-0.007537841797 +-0.151367187500 +0.084472656250 +-0.160156250000 +-0.083007812500 +0.022583007812 +-0.083007812500 +0.137695312500 +0.200195312500 +-0.238281250000 +-0.134765625000 +-0.068359375000 +0.019775390625 +-0.067871093750 +-0.015136718750 +0.064941406250 +-0.062988281250 +-0.092285156250 +-0.010742187500 +-0.015197753906 +-0.095214843750 +-0.225585937500 +0.029785156250 +0.042480468750 +-0.040039062500 +-0.049560546875 +0.044433593750 +0.150390625000 +0.026245117188 +-0.000080585480 +-0.112792968750 +0.024169921875 +0.056884765625 +-0.063964843750 +-0.001022338867 +0.077636718750 +-0.059326171875 +-0.050292968750 +-0.040527343750 +0.132812500000 +-0.039306640625 +-0.089355468750 +-0.086914062500 +-0.042968750000 +-0.115722656250 +0.004241943359 +0.058105468750 +-0.040283203125 +-0.008544921875 +0.181640625000 +-0.073242187500 +0.041259765625 +0.198242187500 +-0.120117187500 +0.222656250000 +-0.017333984375 +0.023315429688 +0.030395507812 +-0.017456054688 +-0.070800781250 +-0.071777343750 +-0.023437500000 +0.050781250000 +0.053466796875 +0.093750000000 +-0.175781250000 +0.136718750000 +-0.121093750000 +-0.009948730469 +0.117187500000 +-0.235351562500 +-0.054931640625 +0.063476562500 +0.056152343750 +-0.078125000000 +-0.039794921875 +0.064453125000 +0.135742187500 +0.039062500000 +-0.148437500000 +0.061523437500 +0.101562500000 +0.031494140625 +0.022583007812 +-0.024047851562 +0.030151367188 +0.064453125000 +-0.060791015625 +0.108886718750 +-0.004302978516 +-0.118652343750 +0.037109375000 +0.019531250000 +0.016601562500 +-0.054687500000 +0.187500000000 +0.176757812500 +-0.065429687500 +-0.068359375000 +-0.104980468750 +-0.221679687500 +-0.166015625000 +0.111328125000 +0.164062500000 +-0.117675781250 +0.064941406250 +0.194335937500 +-0.012695312500 +0.106445312500 +-0.062255859375 +-0.049804687500 +-0.110351562500 +0.067382812500 +-0.200195312500 +-0.027099609375 +-0.035156250000 +-0.108398437500 +0.150390625000 +0.005828857422 +-0.025268554688 +0.003631591797 +-0.002670288086 +-0.062011718750 +0.063476562500 +0.168945312500 +0.032226562500 +-0.090820312500 +0.060791015625 +0.059570312500 +0.148437500000 +-0.004486083984 +-0.133789062500 +0.030273437500 +-0.042724609375 +0.098144531250 +0.021484375000 +-0.171875000000 +0.034912109375 +-0.163085937500 +0.185546875000 +0.015502929688 +0.063476562500 +0.056884765625 +0.108398437500 +-0.078613281250 +0.044433593750 +0.054687500000 +-0.030273437500 +-0.109375000000 +-0.074707031250 +-0.113281250000 +0.023193359375 +-0.010253906250 +0.037841796875 +0.142578125000 +-0.034179687500 +-0.040527343750 +-0.115722656250 +0.134765625000 +0.109375000000 +0.029174804688 +0.039062500000 +0.048095703125 +-0.052734375000 +0.056884765625 +-0.125976562500 +-0.087402343750 +0.093750000000 +0.242187500000 +-0.045654296875 +-0.088378906250 +-0.092285156250 +0.117187500000 +0.043945312500 +-0.042236328125 +0.085937500000 +-0.003814697266 +0.125000000000 +0.078125000000 +0.020874023438 +0.053466796875 +0.263671875000 +0.001647949219 +0.165039062500 +-0.000858306885 +-0.007080078125 +-0.116210937500 +-0.067871093750 +-0.124023437500 +0.026855468750 +0.222656250000 +-0.083984375000 +-0.063476562500 +-0.029052734375 +-0.160156250000 +0.020629882812 +0.001998901367 +0.004364013672 +-0.140625000000 +-0.125000000000 +-0.021728515625 +0.105468750000 +0.009399414062 +0.161132812500 +0.025268554688 +0.033203125000 +0.056884765625 +-0.011596679688 +0.013610839844 +-0.004364013672 +0.025146484375 +-0.013427734375 +0.044677734375 +0.062500000000 +-0.142578125000 +-0.008178710938 +-0.014282226562 +-0.021362304688 +-0.115722656250 +0.043212890625 +0.091308593750 +0.071777343750 +-0.010742187500 +-0.038818359375 +0.028564453125 +0.149414062500 +-0.161132812500 +-0.048583984375 +0.004577636719 +-0.031494140625 +0.020263671875 +-0.163085937500 +-0.008911132812 +-0.030151367188 +0.035888671875 +0.283203125000 +-0.035644531250 +0.009643554688 +0.087890625000 +0.109863281250 +-0.029663085938 +-0.178710937500 +-0.061767578125 +-0.163085937500 +0.013488769531 +-0.017578125000 +-0.063964843750 +-0.057617187500 +0.121093750000 +0.141601562500 +0.004272460938 +0.013000488281 +0.186523437500 +0.151367187500 +-0.205078125000 +-0.133789062500 +-0.044921875000 +-0.027587890625 +-0.091796875000 +-0.130859375000 +0.067382812500 +0.017944335938 +-0.029785156250 +-0.003677368164 +0.015869140625 +0.083984375000 +-0.084960937500 +-0.015502929688 +0.104003906250 +0.003601074219 +-0.030517578125 +-0.041015625000 +-0.038085937500 +-0.139648437500 +0.103027343750 +-0.049072265625 +0.070800781250 +-0.144531250000 +-0.076660156250 +-0.015747070312 +-0.002990722656 +-0.023071289062 +0.090820312500 +-0.072753906250 +0.027099609375 +0.026855468750 +0.053710937500 +-0.050781250000 +0.032226562500 +-0.214843750000 +-0.015747070312 +-0.004119873047 +-0.079101562500 +0.020629882812 +0.093750000000 +0.003829956055 +0.062988281250 +-0.027587890625 +0.050048828125 +0.125000000000 +-0.024291992188 +0.135742187500 +-0.004425048828 +0.053710937500 +-0.131835937500 +-0.208007812500 +-0.092773437500 +0.086425781250 +-0.079101562500 +0.091796875000 +0.150390625000 +-0.208984375000 +-0.004699707031 +0.014038085938 +-0.074218750000 +0.035156250000 +0.259765625000 +0.109863281250 +0.161132812500 +0.024291992188 +-0.084472656250 +0.109863281250 +-0.165039062500 +-0.004028320312 +0.054687500000 +-0.177734375000 +-0.034912109375 +0.300781250000 +-0.047851562500 +-0.018310546875 +-0.036132812500 +0.020385742188 +0.135742187500 +-0.104980468750 +0.158203125000 +-0.060302734375 +-0.033203125000 +-0.133789062500 +-0.064941406250 +0.101562500000 +0.060546875000 +0.041748046875 +0.135742187500 +0.028930664062 +0.086425781250 +0.042968750000 +0.073242187500 +-0.155273437500 +-0.081542968750 +-0.070800781250 +0.032226562500 +0.152343750000 +-0.073242187500 +0.037841796875 +-0.119628906250 +0.086914062500 +0.097656250000 +0.144531250000 +-0.134765625000 +-0.144531250000 +-0.089355468750 +-0.067871093750 +0.008972167969 +0.169921875000 +0.065429687500 +-0.036132812500 +0.125000000000 +-0.030883789062 +0.068359375000 +0.041992187500 +0.126953125000 +-0.008728027344 +-0.012023925781 +0.052490234375 +-0.028564453125 +0.132812500000 +0.038330078125 +0.114746093750 +0.043212890625 +0.054199218750 +-0.003311157227 +-0.089843750000 +-0.007812500000 +0.019775390625 +-0.022583007812 +-0.044677734375 +-0.018066406250 +0.001953125000 +-0.187500000000 +0.112792968750 +0.004699707031 +0.008056640625 +-0.081542968750 +-0.109863281250 +0.050048828125 +0.004852294922 +-0.051513671875 +-0.104980468750 +0.078125000000 +-0.081054687500 +-0.033935546875 +0.011291503906 +0.004913330078 +-0.023437500000 +0.082031250000 +-0.033447265625 +0.105957031250 +-0.074707031250 +-0.024414062500 +-0.002868652344 +-0.123046875000 +-0.049316406250 +-0.051269531250 +-0.001701354980 +-0.013122558594 +0.041992187500 +0.079589843750 +-0.075195312500 +0.002532958984 +-0.048583984375 +-0.087402343750 +0.034667968750 +-0.064453125000 +0.010070800781 +-0.037353515625 +0.010009765625 +-0.035644531250 +0.117675781250 +-0.125976562500 +0.032470703125 +-0.013183593750 +-0.007751464844 +-0.047607421875 +0.026367187500 +0.062500000000 +-0.119628906250 +0.069335937500 +-0.019897460938 +0.043701171875 +0.002227783203 +-0.104980468750 +-0.079101562500 +0.052978515625 +0.118652343750 +0.209960937500 +-0.059814453125 +0.073242187500 +0.102050781250 +-0.090820312500 +-0.033691406250 +0.169921875000 +-0.056152343750 +-0.037109375000 +0.046142578125 +-0.051269531250 +-0.013977050781 +0.045654296875 +-0.021728515625 +-0.062500000000 +0.033447265625 +0.033935546875 +-0.021972656250 +-0.020385742188 +-0.003219604492 +-0.012756347656 +0.066894531250 +-0.005493164062 +-0.019042968750 +0.084960937500 +0.075683593750 +0.071289062500 +0.124023437500 +0.083007812500 +0.209960937500 +-0.007873535156 +0.049560546875 +-0.046630859375 +0.165039062500 +0.082031250000 +0.099609375000 +0.097167968750 +-0.082519531250 +-0.018310546875 +-0.062255859375 +-0.054687500000 +0.013854980469 +0.030395507812 +-0.105957031250 +-0.206054687500 +-0.091308593750 +-0.037353515625 +0.042724609375 +0.096191406250 +-0.114257812500 +0.001968383789 +-0.035400390625 +-0.118164062500 +-0.035400390625 +-0.176757812500 +-0.084960937500 +-0.058349609375 +0.057128906250 +-0.069335937500 +-0.082519531250 +-0.042724609375 +0.070312500000 +0.045898437500 +-0.097167968750 +0.132812500000 +-0.138671875000 +-0.060546875000 +-0.060546875000 +0.054199218750 +-0.025512695312 +-0.134765625000 +-0.114746093750 +0.032714843750 +0.044921875000 +0.064941406250 +-0.010437011719 +-0.066406250000 +0.028930664062 +-0.106445312500 +0.171875000000 +0.097656250000 +-0.001235961914 +0.037353515625 +0.141601562500 +-0.071289062500 +-0.026977539062 +0.159179687500 +-0.099121093750 +-0.076171875000 +-0.114257812500 +-0.229492187500 +0.048583984375 +-0.071777343750 +-0.029418945312 +0.097167968750 +0.028930664062 +-0.052246093750 +-0.052978515625 +-0.008728027344 +-0.021728515625 +0.007354736328 +-0.040039062500 +0.074218750000 +-0.000522613525 +-0.108398437500 +-0.101562500000 +0.029663085938 +-0.099609375000 +0.015747070312 +0.094726562500 +0.017333984375 +0.092285156250 +-0.047363281250 +0.164062500000 +0.008666992188 +0.081054687500 +-0.039306640625 +0.043701171875 +0.013000488281 +0.162109375000 +0.001266479492 +0.100097656250 +0.090332031250 +-0.018676757812 +0.062500000000 +0.065429687500 +-0.041748046875 +0.027099609375 +0.034912109375 +-0.077636718750 +-0.049072265625 +0.118164062500 +0.004882812500 +0.008972167969 +0.070800781250 +-0.008056640625 +-0.095214843750 +-0.018676757812 +0.056152343750 +-0.023803710938 +0.040771484375 +-0.019531250000 +-0.054931640625 +-0.128906250000 +-0.059326171875 +-0.114746093750 +-0.141601562500 +-0.056884765625 +-0.034179687500 +0.055664062500 +0.021118164062 +-0.099609375000 +-0.077148437500 +-0.065917968750 +0.071777343750 +-0.064453125000 +-0.068359375000 +-0.082031250000 +0.048095703125 +-0.218750000000 +0.007934570312 +-0.034179687500 +0.197265625000 +0.046386718750 +-0.053222656250 +0.215820312500 +-0.012817382812 +-0.027221679688 +-0.054199218750 +-0.036132812500 +-0.061767578125 +-0.029663085938 +0.031738281250 +-0.038574218750 +-0.053222656250 +-0.017333984375 +-0.046875000000 +-0.084960937500 +0.080566406250 +0.064453125000 +-0.100097656250 +0.178710937500 +-0.335937500000 +0.065429687500 +-0.118164062500 +-0.181640625000 +0.046875000000 +0.024658203125 +-0.060058593750 +0.026123046875 +0.040527343750 +0.023803710938 +-0.062500000000 +0.068847656250 +0.207031250000 +0.023803710938 +-0.035400390625 +0.114746093750 +-0.059814453125 +-0.034667968750 +-0.072265625000 +-0.034423828125 +-0.038818359375 +0.090332031250 +-0.008422851562 +-0.056640625000 +-0.040283203125 +-0.177734375000 +-0.046386718750 +-0.017700195312 +-0.090332031250 +0.094238281250 +0.050048828125 +-0.101562500000 +-0.055175781250 +-0.071289062500 +0.025146484375 +0.044433593750 +-0.050781250000 +-0.023437500000 +0.000976562500 +-0.051513671875 +0.202148437500 +-0.188476562500 +-0.076171875000 +0.014892578125 +-0.011962890625 +-0.017578125000 +-0.012268066406 +0.056152343750 +0.149414062500 +-0.080566406250 +0.084960937500 +0.166015625000 +-0.007568359375 +0.007171630859 +0.040039062500 +-0.018676757812 +0.086425781250 +-0.137695312500 +-0.300781250000 +0.099609375000 +0.034912109375 +-0.116210937500 +-0.142578125000 +-0.030883789062 +0.006896972656 +-0.014221191406 +0.056640625000 +-0.043945312500 +0.080078125000 +-0.012268066406 +0.104980468750 +0.034912109375 +-0.223632812500 +0.115722656250 +0.108886718750 +-0.187500000000 +0.009765625000 +-0.068359375000 +0.219726562500 +-0.036865234375 +-0.215820312500 +-0.054443359375 +0.126953125000 +0.057128906250 +-0.000242233276 +0.054443359375 +-0.046875000000 +0.081054687500 +-0.102050781250 +0.038574218750 +-0.085449218750 +-0.043945312500 +0.052246093750 +-0.080566406250 +-0.010070800781 +0.150390625000 +-0.159179687500 +0.172851562500 +0.039062500000 +0.041259765625 +-0.155273437500 +0.039306640625 +0.065429687500 +-0.013427734375 +-0.168945312500 +-0.031494140625 +0.057373046875 +-0.050048828125 +0.025512695312 +0.015747070312 +-0.237304687500 +-0.088378906250 +0.215820312500 +-0.031982421875 +0.025512695312 +0.114746093750 +-0.081542968750 +-0.019775390625 +-0.061767578125 +-0.013854980469 +0.046386718750 +0.129882812500 +-0.035400390625 +-0.040771484375 +-0.033935546875 +-0.068847656250 +-0.157226562500 +-0.054199218750 +-0.021484375000 +0.134765625000 +-0.101074218750 +0.010070800781 +-0.052978515625 +0.177734375000 +-0.113769531250 +-0.215820312500 +0.063476562500 +0.026245117188 +0.052978515625 +0.030883789062 +0.083007812500 +0.151367187500 +-0.209960937500 +0.091308593750 +0.482421875000 +0.194335937500 +0.279296875000 +-0.046142578125 +-0.120117187500 +0.023803710938 +-0.292968750000 +-0.113769531250 +0.076171875000 +0.158203125000 +0.104980468750 +0.053955078125 +-0.149414062500 +-0.137695312500 +0.086425781250 +0.069824218750 +0.171875000000 +-0.187500000000 +0.200195312500 +-0.114746093750 +0.017089843750 +-0.052246093750 +-0.081542968750 +0.007232666016 +0.240234375000 +0.275390625000 +-0.208984375000 +0.098144531250 +0.125976562500 +0.112304687500 +-0.245117187500 +-0.147460937500 +-0.416015625000 +-0.073730468750 +0.324218750000 +0.047851562500 +0.020141601562 +0.058349609375 +0.014465332031 +-0.054199218750 +0.166992187500 +-0.081542968750 +-0.127929687500 +0.028198242188 +-0.014831542969 +0.023925781250 +-0.145507812500 +0.047363281250 +0.076171875000 +0.003295898438 +-0.022949218750 +-0.020507812500 +-0.281250000000 +-0.287109375000 +0.237304687500 +0.104003906250 +0.094726562500 +-0.047363281250 +0.198242187500 +0.016723632812 +-0.142578125000 +0.012939453125 +-0.129882812500 +0.100097656250 +-0.153320312500 +0.086914062500 +-0.038574218750 +0.110351562500 +0.259765625000 +-0.139648437500 +-0.180664062500 +-0.151367187500 +-0.084472656250 +-0.069335937500 +0.123535156250 +0.180664062500 +0.219726562500 +0.035156250000 +-0.008728027344 +0.021850585938 +0.119140625000 +-0.027954101562 +-0.023437500000 +0.048828125000 +-0.003219604492 +0.063964843750 +-0.128906250000 +-0.143554687500 +0.196289062500 +-0.133789062500 +0.145507812500 +0.236328125000 +0.022216796875 +0.064453125000 +0.051025390625 +-0.043945312500 +-0.113281250000 +0.064453125000 +0.166015625000 +0.022216796875 +-0.128906250000 +0.017944335938 +0.103515625000 +-0.058349609375 +-0.106933593750 +-0.199218750000 +-0.073242187500 +-0.259765625000 +0.184570312500 +0.092773437500 +0.109863281250 +0.138671875000 +-0.017456054688 +0.057128906250 +-0.054687500000 +-0.072753906250 +0.147460937500 +0.087890625000 +0.141601562500 +0.006378173828 +0.054931640625 +0.130859375000 +0.089843750000 +0.173828125000 +0.039062500000 +-0.039550781250 +-0.109863281250 +-0.222656250000 +-0.107421875000 +0.156250000000 +-0.010253906250 +0.121093750000 +0.021484375000 +0.107910156250 +-0.040283203125 +-0.069335937500 +-0.074707031250 +0.186523437500 +0.074707031250 +0.007415771484 +0.003463745117 +-0.182617187500 +-0.117675781250 +-0.100585937500 +0.236328125000 +0.016479492188 +-0.163085937500 +-0.135742187500 +-0.203125000000 +0.101562500000 +-0.132812500000 +0.083496093750 +0.138671875000 +0.023925781250 +0.119628906250 +0.156250000000 +0.011962890625 +0.169921875000 +0.133789062500 +0.065429687500 +0.045898437500 +0.021728515625 +-0.046142578125 +-0.145507812500 +0.066894531250 +-0.113281250000 +-0.058593750000 +0.092773437500 +-0.139648437500 +0.037353515625 +0.125976562500 +-0.079589843750 +0.156250000000 +0.064941406250 +-0.066894531250 +-0.127929687500 +0.026489257812 +-0.053955078125 +-0.112304687500 +-0.075195312500 +-0.007141113281 +0.025146484375 +-0.310546875000 +-0.062011718750 +0.110839843750 +0.141601562500 +-0.048583984375 +0.073730468750 +0.102050781250 +-0.154296875000 +0.166992187500 +0.084960937500 +0.101562500000 +0.048583984375 +0.104003906250 +-0.058105468750 +-0.048828125000 +-0.061523437500 +-0.109375000000 +-0.059814453125 +-0.147460937500 +-0.078125000000 +-0.067871093750 +-0.083496093750 +-0.017456054688 +0.122558593750 +0.085937500000 +0.016357421875 +-0.030029296875 +-0.017089843750 +-0.102539062500 +-0.140625000000 +0.155273437500 +0.073730468750 +0.012390136719 +0.061523437500 +0.062255859375 +0.006500244141 +-0.020507812500 +0.114257812500 +0.226562500000 +-0.175781250000 +-0.057617187500 +0.004821777344 +0.061523437500 +-0.065917968750 +0.018676757812 +-0.115722656250 +-0.220703125000 +0.126953125000 +-0.164062500000 +-0.028564453125 +0.115722656250 +-0.112304687500 +-0.099609375000 +0.000736236572 +-0.138671875000 +0.024780273438 +0.014099121094 +-0.033203125000 +0.041015625000 +-0.062500000000 +0.167968750000 +-0.259765625000 +-0.035400390625 +0.009704589844 +0.063964843750 +-0.011962890625 +-0.017211914062 +-0.065917968750 +0.101562500000 +0.109375000000 +-0.084472656250 +-0.070800781250 +-0.024780273438 +-0.229492187500 +-0.073730468750 +-0.152343750000 +0.047607421875 +-0.310546875000 +-0.007232666016 +-0.033691406250 +-0.062988281250 +-0.072265625000 +0.119628906250 +-0.188476562500 +0.030883789062 +0.127929687500 +-0.239257812500 +0.153320312500 +0.021606445312 +-0.337890625000 +-0.007171630859 +0.070312500000 +0.047851562500 +0.008056640625 +-0.094726562500 +-0.183593750000 +0.115234375000 +0.058837890625 +-0.142578125000 +-0.212890625000 +0.312500000000 +0.008789062500 +0.085937500000 +-0.069824218750 +-0.186523437500 +-0.235351562500 +0.191406250000 +-0.057373046875 +-0.064453125000 +-0.125976562500 +0.038818359375 +-0.025634765625 +0.030517578125 +0.188476562500 +0.002822875977 +-0.108398437500 +-0.121582031250 +0.096679687500 +-0.043457031250 +0.059326171875 +0.070312500000 +-0.182617187500 +0.131835937500 +0.024902343750 +0.082031250000 +-0.022216796875 +0.124023437500 +0.019165039062 +0.203125000000 +0.041259765625 +-0.012329101562 +-0.103515625000 +0.294921875000 +0.020019531250 +0.041992187500 +0.054199218750 +0.038818359375 +-0.084472656250 +0.102539062500 +-0.131835937500 +-0.012390136719 +-0.026000976562 +-0.109375000000 +0.073242187500 +0.111328125000 +0.011352539062 +0.159179687500 +0.103027343750 +0.086425781250 +-0.033691406250 +0.175781250000 +-0.161132812500 +0.114257812500 +-0.046142578125 +0.126953125000 +0.249023437500 +0.031982421875 +0.032958984375 +-0.014160156250 +0.018798828125 +-0.152343750000 +-0.045166015625 +0.220703125000 +0.126953125000 +0.052246093750 +-0.048095703125 +0.183593750000 +0.122070312500 +0.117187500000 +0.224609375000 +0.447265625000 +-0.025024414062 +0.085937500000 +-0.061767578125 +0.016723632812 +-0.075195312500 +0.061279296875 +0.058349609375 +-0.131835937500 +0.168945312500 +-0.166015625000 +-0.092285156250 +-0.279296875000 +0.114746093750 +0.060302734375 +0.096679687500 +-0.230468750000 +0.111816406250 +0.001182556152 +-0.068847656250 +0.092773437500 +-0.031982421875 +0.112304687500 +0.104980468750 +-0.036621093750 +-0.032470703125 +-0.093261718750 +0.143554687500 +0.125000000000 +-0.118164062500 +-0.095214843750 +-0.019653320312 +-0.116699218750 +-0.004852294922 +-0.156250000000 +-0.113281250000 +-0.083007812500 +0.013305664062 +-0.010314941406 +-0.094238281250 +-0.041992187500 +0.017700195312 +-0.069824218750 +0.046875000000 +0.126953125000 +0.009216308594 +-0.176757812500 +-0.098632812500 +-0.007934570312 +0.104492187500 +-0.037353515625 +0.117187500000 +-0.118652343750 +-0.039062500000 +0.191406250000 +-0.094238281250 +-0.099121093750 +-0.188476562500 +0.087890625000 +-0.040039062500 +-0.078125000000 +-0.097167968750 +0.039550781250 +-0.050048828125 +0.044189453125 +0.125976562500 +0.106933593750 +0.166015625000 +-0.031982421875 +-0.067871093750 +0.335937500000 +-0.149414062500 +-0.000957489014 +0.060546875000 +-0.138671875000 +0.109863281250 +-0.021972656250 +0.109375000000 +-0.130859375000 +0.039062500000 +-0.088378906250 +0.079589843750 +0.114257812500 +-0.205078125000 +0.102539062500 +0.186523437500 +0.080078125000 +0.089843750000 +-0.101562500000 +0.007812500000 +0.062500000000 +0.038574218750 +0.020751953125 +0.082519531250 +0.154296875000 +-0.027832031250 +-0.037109375000 +-0.073242187500 +0.085937500000 +-0.068847656250 +-0.267578125000 +-0.001510620117 +-0.150390625000 +-0.098144531250 +-0.034179687500 +0.149414062500 +-0.075683593750 +0.076171875000 +-0.200195312500 +-0.135742187500 +0.005035400391 +0.107421875000 +0.129882812500 +0.088867187500 +0.110839843750 +-0.198242187500 +-0.026977539062 +-0.029052734375 +0.094238281250 +-0.061279296875 +0.107421875000 +0.053466796875 +-0.115234375000 +0.019775390625 +-0.086914062500 +-0.040283203125 +0.021850585938 +-0.208984375000 +0.257812500000 +0.026977539062 +0.114746093750 +0.000088214874 +0.004058837891 +0.005493164062 +-0.042724609375 +-0.065917968750 +0.047851562500 +0.125976562500 +0.019531250000 +-0.025024414062 +-0.114746093750 +0.085937500000 +-0.076171875000 +-0.183593750000 +-0.038330078125 +-0.127929687500 +-0.048828125000 +0.039062500000 +0.104492187500 +-0.013427734375 +0.022827148438 +0.086914062500 +0.041015625000 +-0.090820312500 +-0.021240234375 +-0.041992187500 +-0.006927490234 +-0.148437500000 +0.122558593750 +0.104980468750 +0.050537109375 +0.053466796875 +0.017578125000 +0.062500000000 +0.071777343750 +0.080078125000 +-0.026245117188 +0.066894531250 +-0.097656250000 +-0.087890625000 +-0.138671875000 +-0.042724609375 +0.019287109375 +-0.053955078125 +0.101562500000 +0.035400390625 +0.001029968262 +-0.010559082031 +0.112304687500 +0.070312500000 +0.055175781250 +-0.106933593750 +0.002014160156 +0.065429687500 +0.234375000000 +-0.184570312500 +-0.014404296875 +0.010314941406 +0.039550781250 +0.070800781250 +-0.078613281250 +0.154296875000 +-0.030761718750 +-0.023559570312 +-0.013305664062 +-0.017578125000 +0.069824218750 +0.046630859375 +0.047363281250 +-0.002868652344 +-0.065917968750 +0.199218750000 +0.085937500000 +-0.037597656250 +0.110839843750 +0.091308593750 +0.014892578125 +0.081542968750 +-0.032226562500 +0.246093750000 +-0.066406250000 +-0.058105468750 +0.061767578125 +0.030761718750 +-0.043945312500 +0.088867187500 +-0.243164062500 +0.074218750000 +0.056152343750 +0.097656250000 +0.013916015625 +-0.002182006836 +-0.126953125000 +-0.004943847656 +-0.269531250000 +0.174804687500 +-0.137695312500 +-0.132812500000 +-0.044921875000 +0.096679687500 +-0.112304687500 +0.057617187500 +0.026977539062 +-0.112792968750 +0.068847656250 +-0.220703125000 +0.083984375000 +0.008300781250 +-0.029785156250 +-0.062988281250 +0.001098632812 +-0.158203125000 +0.100097656250 +0.039550781250 +-0.044433593750 +0.016723632812 +-0.076660156250 +-0.046875000000 +-0.086914062500 +-0.036376953125 +0.030151367188 +0.018066406250 +-0.187500000000 +0.062500000000 +-0.188476562500 +0.114257812500 +-0.083984375000 +0.097656250000 +-0.056152343750 +-0.097656250000 +-0.020019531250 +-0.228515625000 +0.125000000000 +-0.038574218750 +0.093750000000 +0.049560546875 +-0.040527343750 +-0.057373046875 +0.066406250000 +0.038574218750 +0.014587402344 +0.038574218750 +-0.014221191406 +-0.015319824219 +-0.160156250000 +-0.023315429688 +0.098632812500 +0.043212890625 +-0.017456054688 +0.041015625000 +-0.031982421875 +0.092285156250 +-0.038574218750 +0.051513671875 +0.073242187500 +0.061523437500 +0.073730468750 +-0.089355468750 +-0.081542968750 +0.055664062500 +0.012329101562 +-0.081542968750 +0.012817382812 +0.063964843750 +-0.036621093750 +-0.251953125000 +0.066894531250 +0.047119140625 +0.007232666016 +0.077148437500 +-0.063476562500 +-0.065429687500 +0.060058593750 +0.122558593750 +0.015319824219 +0.053955078125 +0.037353515625 +-0.073242187500 +-0.085449218750 +-0.008422851562 +0.074218750000 +0.010131835938 +0.048828125000 +-0.109863281250 +0.096191406250 +-0.082519531250 +-0.066894531250 +0.025390625000 +-0.078125000000 +-0.056640625000 +0.038085937500 +-0.056884765625 +-0.062988281250 +0.037841796875 +0.020507812500 +-0.041992187500 +-0.050292968750 +0.059814453125 +0.044189453125 +0.015319824219 +-0.036376953125 +0.055908203125 +0.020874023438 +-0.023071289062 +-0.013305664062 +-0.083984375000 +0.162109375000 +-0.089355468750 +0.030883789062 +-0.041503906250 +-0.119140625000 +-0.078125000000 +-0.007873535156 +-0.037597656250 +0.093261718750 +-0.148437500000 +0.056884765625 +-0.092773437500 +-0.177734375000 +0.052978515625 +0.142578125000 +-0.012817382812 +0.143554687500 +-0.004547119141 +0.126953125000 +-0.049560546875 +-0.046142578125 +0.068359375000 +-0.058837890625 +0.082519531250 +-0.108886718750 +-0.034912109375 +0.063476562500 +-0.009399414062 +-0.019287109375 +-0.128906250000 +-0.030273437500 +-0.038574218750 +-0.013122558594 +-0.102539062500 +-0.066406250000 +-0.106933593750 +0.122558593750 +0.018432617188 +0.008117675781 +-0.080078125000 +0.020141601562 +0.031738281250 +0.001060485840 +-0.196289062500 +0.228515625000 +-0.087402343750 +0.028076171875 +-0.083984375000 +-0.034423828125 +0.072753906250 +-0.072753906250 +-0.232421875000 +-0.007507324219 +-0.205078125000 +0.156250000000 +0.126953125000 +0.210937500000 +-0.113281250000 +0.071289062500 +0.074218750000 +0.050537109375 +-0.038085937500 +-0.107910156250 +0.116699218750 +0.185546875000 +-0.023437500000 +-0.026367187500 +0.117675781250 +-0.017333984375 +-0.028564453125 +-0.040527343750 +0.028198242188 +0.026000976562 +0.038330078125 +0.145507812500 +0.052001953125 +0.237304687500 +-0.020141601562 +-0.039550781250 +0.080078125000 +-0.026855468750 +0.052246093750 +0.032958984375 +-0.060058593750 +0.031250000000 +-0.009765625000 +-0.119140625000 +0.048583984375 +-0.167968750000 +0.021362304688 +-0.060546875000 +-0.052978515625 +-0.133789062500 +-0.045898437500 +0.049560546875 +-0.113769531250 +0.087890625000 +0.062255859375 +0.076660156250 +-0.001167297363 +-0.030639648438 +0.001541137695 +0.065429687500 +-0.044921875000 +-0.001693725586 +-0.035400390625 +0.032226562500 +-0.137695312500 +-0.098144531250 +-0.076660156250 +0.093261718750 +-0.001487731934 +-0.073730468750 +-0.170898437500 +0.078125000000 +-0.010681152344 +0.138671875000 +-0.062011718750 +-0.164062500000 +-0.281250000000 +0.050292968750 +0.044677734375 +0.128906250000 +-0.008117675781 +0.010253906250 +0.013244628906 +0.123535156250 +0.201171875000 +-0.007934570312 +0.023803710938 +0.059570312500 +-0.058105468750 +-0.088378906250 +0.061767578125 +-0.155273437500 +-0.096679687500 +0.009582519531 +-0.092285156250 +0.018310546875 +0.133789062500 +0.071777343750 +-0.033691406250 +-0.029785156250 +0.143554687500 +-0.056152343750 +0.082031250000 +-0.025024414062 +-0.041503906250 +-0.066406250000 +-0.108398437500 +0.032470703125 +0.033447265625 +-0.070312500000 +0.018310546875 +-0.015747070312 +0.029418945312 +-0.023559570312 +-0.040527343750 +-0.078125000000 +-0.050292968750 +0.054687500000 +0.027465820312 +-0.004760742188 +-0.046142578125 +0.026123046875 +0.096679687500 +0.096679687500 +0.043457031250 +-0.021728515625 +0.077148437500 +-0.060791015625 +0.032958984375 +-0.047119140625 +0.194335937500 +0.014648437500 +0.017822265625 +0.007659912109 +0.011718750000 +0.111328125000 +-0.021484375000 +0.080566406250 +0.026489257812 +0.168945312500 +0.008789062500 +-0.152343750000 +-0.223632812500 +0.020385742188 +0.002166748047 +-0.129882812500 +-0.343750000000 +0.007934570312 +-0.066406250000 +0.059082031250 +0.081054687500 +-0.059326171875 +0.025268554688 +-0.058593750000 +-0.183593750000 +-0.017456054688 +-0.215820312500 +-0.045654296875 +-0.031250000000 +0.049804687500 +0.121582031250 +-0.096679687500 +0.089355468750 +-0.000220298767 +0.005889892578 +-0.048095703125 +-0.271484375000 +0.058105468750 +-0.164062500000 +-0.119140625000 +0.154296875000 +0.083496093750 +-0.117675781250 +-0.257812500000 +-0.127929687500 +-0.145507812500 +0.095703125000 +-0.022705078125 +-0.076171875000 +0.037597656250 +-0.005493164062 +-0.162109375000 +-0.141601562500 +-0.058349609375 +-0.071289062500 +0.123046875000 +-0.359375000000 +-0.202148437500 +-0.015747070312 +0.056884765625 +-0.056396484375 +0.000145912170 +0.074707031250 +-0.339843750000 +-0.052001953125 +0.049560546875 +0.009704589844 +-0.032226562500 +0.087890625000 +0.105468750000 +-0.029785156250 +0.096679687500 +-0.123535156250 +-0.386718750000 +0.025512695312 +-0.174804687500 +0.210937500000 +0.201171875000 +-0.076171875000 +0.233398437500 +-0.180664062500 +0.079589843750 +-0.069824218750 +0.033203125000 +-0.361328125000 +0.090332031250 +0.159179687500 +0.059082031250 +-0.376953125000 +-0.392578125000 +-0.150390625000 +0.193359375000 +-0.088867187500 +0.083984375000 +0.100585937500 +0.074707031250 +0.048095703125 +0.141601562500 +-0.423828125000 +-0.145507812500 +-0.118164062500 +-0.156250000000 +-0.052246093750 +0.058593750000 +-0.095214843750 +0.017089843750 +0.013671875000 +0.065429687500 +0.028076171875 +-0.009277343750 +0.026855468750 +0.031738281250 +0.110839843750 +0.005126953125 +0.098632812500 +-0.027954101562 +-0.015869140625 +0.129882812500 +0.128906250000 +-0.010498046875 +-0.135742187500 +0.174804687500 +0.059570312500 +-0.163085937500 +-0.039062500000 +0.208984375000 +0.031494140625 +-0.028442382812 +-0.059082031250 +0.193359375000 +-0.142578125000 +0.029663085938 +-0.096191406250 +-0.137695312500 +-0.043212890625 +-0.034179687500 +-0.042724609375 +-0.122558593750 +-0.008239746094 +-0.124023437500 +0.146484375000 +-0.043945312500 +0.035400390625 +-0.012756347656 +0.009582519531 +-0.074707031250 +-0.042724609375 +0.083496093750 +0.109863281250 +-0.064941406250 +-0.070312500000 +0.124023437500 +-0.063964843750 +-0.070312500000 +-0.216796875000 +0.065917968750 +0.155273437500 +-0.139648437500 +-0.044677734375 +-0.209960937500 +0.090820312500 +0.197265625000 +-0.052246093750 +-0.093261718750 +-0.076171875000 +-0.026489257812 +-0.070312500000 +0.158203125000 +0.016723632812 +-0.204101562500 +0.046630859375 +-0.007171630859 +0.083496093750 +0.188476562500 +0.099609375000 +0.099121093750 +-0.138671875000 +-0.027709960938 +-0.098144531250 +-0.048339843750 +-0.019287109375 +-0.160156250000 +0.236328125000 +0.098144531250 +0.056884765625 +-0.102050781250 +-0.149414062500 +0.033691406250 +0.058593750000 +-0.176757812500 +0.271484375000 +0.116699218750 +0.058837890625 +0.076171875000 +-0.016479492188 +-0.158203125000 +0.059326171875 +0.096191406250 +-0.251953125000 +-0.103515625000 +-0.120117187500 +-0.347656250000 +-0.055908203125 +-0.051513671875 +-0.166992187500 +0.285156250000 +-0.123535156250 +-0.009155273438 +0.191406250000 +-0.076660156250 +0.042236328125 +-0.141601562500 +-0.066406250000 +0.098632812500 +-0.064453125000 +-0.498046875000 +0.175781250000 +-0.014404296875 +0.001548767090 +0.078125000000 +-0.024291992188 +-0.065917968750 +-0.027587890625 +0.038818359375 +-0.115234375000 +0.016845703125 +0.031738281250 +-0.146484375000 +0.050781250000 +0.068359375000 +0.125976562500 +-0.011596679688 +-0.257812500000 +-0.107910156250 +-0.009216308594 +-0.105957031250 +0.058105468750 +0.022827148438 +-0.130859375000 +0.127929687500 +0.100585937500 +-0.035400390625 +-0.036132812500 +0.068359375000 +-0.069335937500 +-0.069824218750 +0.053466796875 +-0.239257812500 +0.064453125000 +0.023193359375 +-0.103515625000 +0.007690429688 +0.130859375000 +-0.068359375000 +-0.017578125000 +-0.038818359375 +0.085449218750 +-0.202148437500 +-0.142578125000 +-0.138671875000 +0.011962890625 +0.007659912109 +0.084960937500 +-0.039062500000 +-0.062988281250 +-0.291015625000 +-0.017089843750 +-0.051757812500 +0.006469726562 +-0.138671875000 +0.074707031250 +0.020996093750 +0.175781250000 +-0.147460937500 +-0.144531250000 +-0.073730468750 +-0.060302734375 +-0.036865234375 +-0.078613281250 +-0.021972656250 +0.109863281250 +-0.103027343750 +-0.034423828125 +-0.017211914062 +0.042968750000 +-0.091796875000 +-0.045410156250 +0.055664062500 +-0.041259765625 +-0.182617187500 +-0.096679687500 +-0.117187500000 +-0.030883789062 +0.081542968750 +-0.014282226562 +0.041015625000 +-0.191406250000 +0.002258300781 +0.022949218750 +0.128906250000 +0.108398437500 +-0.055664062500 +-0.081054687500 +0.026489257812 +-0.084960937500 +0.054443359375 +-0.049316406250 +-0.042480468750 +-0.023925781250 +-0.106445312500 +-0.010925292969 +-0.081054687500 +-0.103027343750 +-0.029663085938 +-0.011779785156 +-0.035400390625 +-0.050781250000 +-0.131835937500 +0.027343750000 +-0.010498046875 +0.115722656250 +-0.083007812500 +0.056640625000 +0.003067016602 +0.069335937500 +-0.057617187500 +-0.027587890625 +-0.024658203125 +-0.041015625000 +-0.005523681641 +-0.155273437500 +-0.096191406250 +-0.124023437500 +-0.093261718750 +-0.018310546875 +-0.089355468750 +-0.034179687500 +-0.082519531250 +-0.028320312500 +0.005035400391 +0.028320312500 +-0.087402343750 +-0.076660156250 +-0.201171875000 +-0.058349609375 +-0.077636718750 +0.045410156250 +-0.161132812500 +0.206054687500 +0.121093750000 +-0.085937500000 +0.041259765625 +0.004577636719 +-0.190429687500 +0.038574218750 +-0.012390136719 +0.019653320312 +-0.106445312500 +0.063476562500 +-0.003814697266 +-0.089843750000 +-0.104492187500 +-0.052734375000 +0.035888671875 +0.114746093750 +0.012512207031 +0.029052734375 +-0.151367187500 +0.013305664062 +0.026367187500 +0.013671875000 +-0.058105468750 +-0.104492187500 +0.109863281250 +-0.008911132812 +0.014770507812 +0.102539062500 +-0.019653320312 +0.066894531250 +-0.051269531250 +-0.050048828125 +0.047119140625 +-0.036376953125 +-0.043212890625 +-0.082519531250 +-0.093750000000 +-0.129882812500 +-0.180664062500 +-0.062011718750 +-0.000587463379 +0.140625000000 +-0.119628906250 +0.003112792969 +0.071289062500 +-0.119140625000 +0.080566406250 +-0.058349609375 +-0.030761718750 +-0.012634277344 +0.036132812500 +0.039794921875 +0.020629882812 +0.077148437500 +0.072265625000 +0.065429687500 +0.096191406250 +0.017944335938 +0.050781250000 +-0.017456054688 +0.049316406250 +-0.097167968750 +-0.000991821289 +-0.042480468750 +0.005554199219 +0.022338867188 +0.108398437500 +0.054931640625 +0.040283203125 +-0.065429687500 +0.047119140625 +0.147460937500 +0.088867187500 +-0.086914062500 +-0.093750000000 +0.103027343750 +-0.052001953125 +-0.016235351562 +-0.081542968750 +-0.059814453125 +-0.148437500000 +0.028564453125 +0.128906250000 +-0.251953125000 +-0.048095703125 +-0.042236328125 +0.094238281250 +0.000413894653 +0.056884765625 +-0.028320312500 +0.068847656250 +-0.055175781250 +0.037597656250 +0.077148437500 +-0.070312500000 +0.107910156250 +-0.109863281250 +-0.052734375000 +-0.047119140625 +-0.057861328125 +0.028442382812 +0.026367187500 +-0.164062500000 +-0.075683593750 +0.004730224609 +0.043701171875 +-0.005920410156 +-0.132812500000 +0.089843750000 +0.035400390625 +0.010559082031 +-0.037353515625 +0.152343750000 +-0.079589843750 +0.201171875000 +0.076171875000 +-0.046875000000 +0.020751953125 +0.064941406250 +0.104492187500 +0.034667968750 +-0.084960937500 +-0.147460937500 +0.117675781250 +-0.388671875000 +-0.172851562500 +0.045410156250 +0.075683593750 +0.049316406250 +0.038818359375 +-0.028564453125 +-0.247070312500 +0.154296875000 +0.060546875000 +-0.052001953125 +-0.062255859375 +0.141601562500 +0.009216308594 +0.043212890625 +-0.152343750000 +-0.155273437500 +0.052490234375 +-0.108398437500 +0.115234375000 +-0.123046875000 +0.039306640625 +-0.081542968750 +0.082031250000 +-0.125976562500 +0.062988281250 +-0.009155273438 +0.081542968750 +0.136718750000 +0.043212890625 +-0.165039062500 +0.046386718750 +0.253906250000 +0.040283203125 +-0.003890991211 +-0.144531250000 +-0.003326416016 +-0.083984375000 +-0.100097656250 +-0.100585937500 +0.069824218750 +-0.265625000000 +0.119140625000 +0.218750000000 +0.023925781250 +0.144531250000 +0.070800781250 +0.091796875000 +-0.007934570312 +0.072753906250 +0.024414062500 +0.005249023438 +-0.025756835938 +0.108886718750 +0.017700195312 +0.026977539062 +-0.003463745117 +0.104003906250 +-0.255859375000 +-0.167968750000 +0.058593750000 +-0.127929687500 +-0.109863281250 +0.125976562500 +0.082519531250 +0.062255859375 +0.015747070312 +-0.157226562500 +-0.044921875000 +-0.074707031250 +0.057861328125 +0.106445312500 +-0.086425781250 +-0.029296875000 +0.100585937500 +-0.031127929688 +-0.178710937500 +0.194335937500 +0.165039062500 +0.071289062500 +-0.193359375000 +0.105957031250 +-0.125976562500 +-0.216796875000 +-0.158203125000 +0.081054687500 +-0.197265625000 +0.007263183594 +0.070800781250 +0.016845703125 +-0.249023437500 +-0.029907226562 +-0.097656250000 +0.092773437500 +0.033203125000 +0.138671875000 +-0.125976562500 +-0.012634277344 +0.083007812500 +0.039306640625 +-0.132812500000 +-0.011596679688 +-0.047851562500 +-0.160156250000 +-0.019042968750 +0.080078125000 +0.004241943359 +0.133789062500 +-0.063964843750 +0.102539062500 +0.010253906250 +-0.018066406250 +0.220703125000 +-0.044677734375 +-0.058593750000 +-0.072265625000 +-0.153320312500 +0.052246093750 +-0.064453125000 +-0.058593750000 +0.079589843750 +-0.106933593750 +-0.126953125000 +0.088378906250 +0.127929687500 +0.206054687500 +-0.108398437500 +0.043945312500 +-0.045410156250 +0.100585937500 +-0.273437500000 +0.145507812500 +-0.142578125000 +-0.024780273438 +0.124023437500 +0.183593750000 +0.105468750000 +-0.149414062500 +-0.187500000000 +0.019531250000 +0.058837890625 +0.240234375000 +0.028808593750 +-0.106933593750 +-0.224609375000 +0.277343750000 +0.020141601562 +-0.027221679688 +-0.018310546875 +-0.079101562500 +0.047119140625 +-0.076660156250 +-0.183593750000 +0.068359375000 +0.130859375000 +-0.138671875000 +0.031982421875 +0.253906250000 +-0.314453125000 +0.027954101562 +-0.028320312500 +0.098632812500 +-0.021850585938 +0.227539062500 +0.028198242188 +0.088867187500 +-0.066406250000 +0.107910156250 +-0.097656250000 +-0.078613281250 +0.151367187500 +0.027954101562 +0.066894531250 +0.017211914062 +0.002807617188 +0.158203125000 +0.090820312500 +0.088378906250 +0.070800781250 +0.245117187500 +0.155273437500 +-0.104980468750 +-0.111816406250 +0.219726562500 +0.228515625000 +-0.016601562500 +-0.125976562500 +-0.044921875000 +-0.085449218750 +-0.067871093750 +0.113769531250 +0.241210937500 +0.021240234375 +0.013000488281 +0.050292968750 +-0.172851562500 +-0.223632812500 +0.063964843750 +-0.146484375000 +0.050048828125 +0.111328125000 +-0.125976562500 +-0.044677734375 +0.020019531250 +-0.036132812500 +-0.102539062500 +0.005676269531 +0.188476562500 +-0.066406250000 +-0.128906250000 +0.134765625000 +-0.129882812500 +-0.058593750000 +0.042480468750 +-0.011962890625 +0.084472656250 +0.180664062500 +-0.011413574219 +-0.206054687500 +0.087402343750 +-0.032714843750 +0.357421875000 +-0.109863281250 +0.028686523438 +0.308593750000 +0.037353515625 +-0.116210937500 +-0.173828125000 +0.099609375000 +-0.130859375000 +-0.065429687500 +0.043945312500 +-0.067382812500 +-0.080078125000 +-0.062011718750 +-0.151367187500 +0.214843750000 +0.092773437500 +0.012390136719 +0.112304687500 +0.103515625000 +-0.045654296875 +0.194335937500 +-0.139648437500 +-0.108886718750 +0.079589843750 +-0.083007812500 +0.114257812500 +0.017822265625 +-0.222656250000 +-0.001586914062 +0.120605468750 +0.049072265625 +0.091796875000 +-0.056396484375 +0.273437500000 +0.044433593750 +0.080566406250 +0.014709472656 +0.023071289062 +-0.025146484375 +-0.076660156250 +-0.004272460938 +-0.140625000000 +-0.134765625000 +0.026367187500 +-0.081054687500 +0.041015625000 +0.041748046875 +0.083007812500 +-0.064941406250 +0.055664062500 +-0.168945312500 +0.028198242188 +-0.098144531250 +0.221679687500 +0.088378906250 +-0.044921875000 +-0.115722656250 +0.011779785156 +-0.125976562500 +0.022705078125 +0.057373046875 +-0.044189453125 +0.054199218750 +-0.159179687500 +-0.024536132812 +-0.056884765625 +-0.032226562500 +-0.120605468750 +0.050048828125 +-0.046386718750 +-0.092285156250 +-0.138671875000 +-0.178710937500 +-0.075683593750 +0.122070312500 +-0.085937500000 +0.242187500000 +0.151367187500 +-0.067382812500 +0.486328125000 +0.093750000000 +-0.159179687500 +0.070800781250 +-0.064453125000 +-0.103515625000 +0.224609375000 +0.117187500000 +0.055908203125 +-0.104492187500 +0.157226562500 +0.166015625000 +0.050537109375 +-0.118164062500 +0.110839843750 +-0.016845703125 +0.106933593750 +0.084960937500 +0.029785156250 +-0.080078125000 +0.078613281250 +-0.139648437500 +-0.002090454102 +-0.053955078125 +-0.088378906250 +-0.083984375000 +0.049072265625 +-0.087890625000 +0.148437500000 +0.000534057617 +-0.094238281250 +-0.028930664062 +0.046630859375 +0.068359375000 +0.065429687500 +0.024169921875 +-0.006347656250 +-0.027465820312 +0.071777343750 +0.034667968750 +0.057861328125 +-0.152343750000 +-0.113281250000 +0.056152343750 +0.129882812500 +0.100097656250 +-0.062255859375 +-0.081542968750 +-0.008361816406 +-0.074707031250 +0.171875000000 +-0.052246093750 +0.002395629883 +0.239257812500 +0.043945312500 +-0.187500000000 +-0.126953125000 +-0.127929687500 +-0.009094238281 +0.092285156250 +0.077636718750 +-0.059570312500 +0.093750000000 +0.020385742188 +-0.142578125000 +-0.044433593750 +0.092773437500 +0.079101562500 +-0.008117675781 +-0.047851562500 +-0.106445312500 +-0.179687500000 +-0.094238281250 +-0.154296875000 +-0.002655029297 +-0.053222656250 +-0.130859375000 +-0.079589843750 +-0.065429687500 +-0.127929687500 +0.110839843750 +0.017089843750 +0.154296875000 +0.074707031250 +0.014465332031 +0.117187500000 +0.091796875000 +0.140625000000 +0.005065917969 +-0.045654296875 +0.051025390625 +-0.050781250000 +-0.003051757812 +0.037841796875 +-0.055664062500 +0.053222656250 +0.115234375000 +-0.146484375000 +0.022460937500 +-0.104003906250 +0.014526367188 +-0.079589843750 +0.077148437500 +-0.009460449219 +0.208984375000 +-0.036132812500 +-0.004028320312 +-0.118164062500 +0.173828125000 +0.099121093750 +-0.012207031250 +0.115234375000 +0.251953125000 +0.046142578125 +-0.069824218750 +-0.089355468750 +0.034667968750 +-0.073730468750 +-0.004974365234 +0.085449218750 +0.154296875000 +-0.056884765625 +0.134765625000 +-0.083007812500 +0.039794921875 +-0.113769531250 +-0.033935546875 +0.183593750000 +-0.052246093750 +-0.265625000000 +0.068359375000 +0.016601562500 +0.042480468750 +-0.007354736328 +0.030029296875 +0.017578125000 +-0.106933593750 +0.107421875000 +0.123535156250 +0.108886718750 +-0.125976562500 +-0.029052734375 +0.000762939453 +0.058349609375 +0.014099121094 +-0.091308593750 +-0.109863281250 +0.085449218750 +-0.122070312500 +-0.126953125000 +0.105468750000 +0.294921875000 +0.114746093750 +-0.238281250000 +-0.046386718750 +-0.132812500000 +0.015747070312 +0.096679687500 +-0.005126953125 +0.188476562500 +-0.086425781250 +-0.034912109375 +-0.038330078125 +0.033447265625 +-0.113769531250 +0.024780273438 +0.171875000000 +-0.079589843750 +-0.001136779785 +0.113769531250 +-0.094238281250 +-0.076171875000 +0.004058837891 +0.122070312500 +0.120117187500 +0.105957031250 +-0.102539062500 +-0.063476562500 +0.018920898438 +0.028198242188 +-0.038818359375 +-0.000885009766 +-0.059082031250 +0.010986328125 +0.046630859375 +-0.074218750000 +-0.081054687500 +-0.022949218750 +-0.083007812500 +-0.053955078125 +0.120117187500 +-0.031005859375 +0.012634277344 +-0.057861328125 +-0.000125885010 +0.006958007812 +-0.021484375000 +0.033203125000 +0.008544921875 +0.005493164062 +-0.037109375000 +0.056396484375 +0.004730224609 +0.125976562500 +-0.163085937500 +0.016113281250 +-0.034179687500 +0.024902343750 +0.050048828125 +0.072265625000 +0.009582519531 +0.091796875000 +-0.121582031250 +0.137695312500 +-0.190429687500 +-0.060791015625 +0.005462646484 +0.041015625000 +-0.304687500000 +-0.072753906250 +-0.040039062500 +0.058837890625 +0.151367187500 +0.048583984375 +-0.033203125000 +-0.289062500000 +-0.011718750000 +0.066894531250 +-0.045898437500 +-0.056640625000 +0.049316406250 +-0.127929687500 +0.116210937500 +0.106933593750 +0.175781250000 +-0.136718750000 +-0.187500000000 +-0.051269531250 +-0.048583984375 +-0.066406250000 +0.027343750000 +0.149414062500 +-0.098144531250 +-0.036132812500 +-0.091308593750 +0.025512695312 +0.084472656250 +0.053955078125 +-0.205078125000 +0.068847656250 +-0.126953125000 +-0.060791015625 +0.072753906250 +-0.121582031250 +0.015014648438 +0.180664062500 +0.032226562500 +-0.221679687500 +-0.112304687500 +0.088867187500 +0.035156250000 +-0.013244628906 +-0.205078125000 +-0.052001953125 +0.094726562500 +0.253906250000 +0.036621093750 +-0.003265380859 +-0.021484375000 +-0.004547119141 +-0.012573242188 +0.013183593750 +-0.016479492188 +-0.107910156250 +0.080566406250 +0.082031250000 +-0.042968750000 +-0.015380859375 +0.028442382812 +-0.031494140625 +-0.111328125000 +-0.062500000000 +-0.078613281250 +-0.000142097473 +-0.113281250000 +-0.076660156250 +0.097167968750 +-0.000434875488 +0.046630859375 +0.022460937500 +-0.047851562500 +-0.127929687500 +-0.018310546875 +0.136718750000 +0.009033203125 +-0.137695312500 +-0.125976562500 +-0.182617187500 +-0.057617187500 +-0.050048828125 +-0.018554687500 +0.000459671021 +0.042724609375 +0.012756347656 +-0.040283203125 +0.002075195312 +-0.127929687500 +-0.105468750000 +-0.013183593750 +-0.166992187500 +0.060546875000 +-0.026611328125 +0.003570556641 +-0.152343750000 +-0.063476562500 +0.146484375000 +0.071777343750 +-0.031982421875 +-0.052978515625 +-0.144531250000 +0.099121093750 +0.030273437500 +0.005523681641 +0.081054687500 +0.009277343750 +-0.007690429688 +0.057861328125 +0.102050781250 +-0.145507812500 +0.099609375000 +0.045410156250 +0.010925292969 +-0.022460937500 +-0.028076171875 +0.013305664062 +0.063964843750 +-0.101074218750 +0.024047851562 +0.020874023438 +-0.101074218750 +-0.137695312500 +-0.082519531250 +0.041992187500 +0.104980468750 +-0.026855468750 +0.049560546875 +-0.051757812500 +-0.061767578125 +-0.102539062500 +0.120605468750 +0.135742187500 +-0.118164062500 +0.026977539062 +-0.015625000000 +-0.043212890625 +-0.159179687500 +0.090332031250 +0.056396484375 +-0.056152343750 +-0.142578125000 +-0.020019531250 +-0.125976562500 +-0.079101562500 +0.050537109375 +-0.011169433594 +-0.019042968750 +0.150390625000 +0.044433593750 +-0.155273437500 +-0.067871093750 +0.059082031250 +-0.021728515625 +0.248046875000 +0.124511718750 +-0.057128906250 +-0.050537109375 +0.039062500000 +0.051757812500 +0.059814453125 +0.209960937500 +0.026000976562 +-0.072265625000 +0.099121093750 +-0.102539062500 +-0.022460937500 +-0.083984375000 +-0.048339843750 +-0.093261718750 +-0.134765625000 +-0.015075683594 +-0.013732910156 +-0.006835937500 +-0.008544921875 +0.047851562500 +0.150390625000 +0.033447265625 +-0.062255859375 +-0.020874023438 +0.008422851562 +0.032470703125 +0.136718750000 +-0.051757812500 +0.115722656250 +-0.071289062500 +0.117675781250 +0.091308593750 +-0.069335937500 +0.130859375000 +0.015258789062 +-0.168945312500 +0.037841796875 +-0.103027343750 +0.159179687500 +-0.036865234375 +-0.022949218750 +0.253906250000 +-0.186523437500 +0.050781250000 +0.032226562500 +0.056884765625 +-0.065917968750 +0.012023925781 +0.212890625000 +0.192382812500 +-0.010314941406 +0.102050781250 +0.068847656250 +-0.197265625000 +0.052490234375 +-0.145507812500 +-0.144531250000 +0.012817382812 +-0.013793945312 +-0.006072998047 +-0.057373046875 +0.041503906250 +-0.060791015625 +-0.016479492188 +0.178710937500 +-0.167968750000 +-0.085937500000 +0.255859375000 +0.078125000000 +-0.026489257812 +0.113769531250 +-0.078613281250 +-0.123046875000 +-0.013916015625 +0.063964843750 +-0.098632812500 +0.217773437500 +0.099609375000 +-0.061035156250 +-0.159179687500 +-0.120117187500 +-0.008911132812 +0.209960937500 +-0.068359375000 +-0.099609375000 +-0.059326171875 +-0.322265625000 +0.079101562500 +-0.105957031250 +-0.086425781250 +-0.088378906250 +0.082031250000 +-0.022094726562 +0.116210937500 +0.007507324219 +-0.166015625000 +-0.082519531250 +0.121093750000 +-0.041015625000 +0.014160156250 +0.099609375000 +0.049804687500 +-0.188476562500 +-0.190429687500 +0.059814453125 +-0.160156250000 +-0.060302734375 +0.066406250000 +0.001167297363 +-0.069335937500 +0.163085937500 +-0.009826660156 +-0.052001953125 +-0.139648437500 +-0.210937500000 +0.158203125000 +0.152343750000 +0.033203125000 +-0.047607421875 +-0.051757812500 +-0.099121093750 +-0.036621093750 +-0.058105468750 +-0.072753906250 +0.052001953125 +-0.043457031250 +0.081054687500 +-0.068847656250 +-0.271484375000 +0.003448486328 +-0.023559570312 +-0.003906250000 +-0.098632812500 +-0.074218750000 +-0.054931640625 +-0.065429687500 +-0.035644531250 +0.129882812500 +0.042480468750 +-0.154296875000 +-0.059082031250 +-0.032714843750 +-0.169921875000 +-0.077636718750 +-0.157226562500 +0.021728515625 +-0.160156250000 +0.053955078125 +0.010437011719 +-0.074218750000 +0.227539062500 +-0.035644531250 +0.049560546875 +0.090820312500 +0.359375000000 +-0.007385253906 +0.226562500000 +-0.086425781250 +0.121582031250 +0.110839843750 +-0.015991210938 +-0.012023925781 +0.079589843750 +0.093750000000 +-0.099609375000 +0.010009765625 +-0.066894531250 +0.036376953125 +0.021240234375 +-0.187500000000 +0.070800781250 +0.124023437500 +0.316406250000 +0.134765625000 +0.104492187500 +-0.196289062500 +-0.166992187500 +-0.175781250000 +-0.224609375000 +-0.273437500000 +-0.063476562500 +0.157226562500 +0.037597656250 +-0.095214843750 +-0.056396484375 +0.021606445312 +0.164062500000 +-0.137695312500 +0.197265625000 +0.050537109375 +0.010925292969 +-0.015869140625 +-0.044433593750 +-0.092285156250 +0.007049560547 +0.149414062500 +-0.122070312500 +-0.140625000000 +0.219726562500 +0.059814453125 +-0.066894531250 +-0.048583984375 +-0.163085937500 +-0.052978515625 +-0.110839843750 +-0.138671875000 +0.184570312500 +0.017089843750 +-0.085449218750 +0.001190185547 +0.078613281250 +0.053955078125 +-0.060302734375 +0.104492187500 +-0.273437500000 +-0.026855468750 +-0.124023437500 +-0.057373046875 +0.059814453125 +-0.011108398438 +0.012573242188 +-0.089843750000 +-0.012512207031 +-0.037353515625 +0.105957031250 +0.144531250000 +0.041503906250 +-0.060791015625 +-0.079589843750 +0.213867187500 +0.069335937500 +-0.022949218750 +0.155273437500 +0.092285156250 +0.022705078125 +0.308593750000 +-0.012695312500 +0.090820312500 +0.056640625000 +0.041259765625 +0.080566406250 +-0.279296875000 +-0.279296875000 +-0.027343750000 +-0.053466796875 +-0.094726562500 +0.077636718750 +-0.065429687500 +0.082031250000 +0.057617187500 +0.207031250000 +0.093261718750 +0.060546875000 +0.005310058594 +0.179687500000 +-0.071289062500 +-0.210937500000 +0.019897460938 +-0.031982421875 +-0.044677734375 +-0.054199218750 +-0.124511718750 +-0.031494140625 +0.119628906250 +0.020996093750 +0.058105468750 +-0.028442382812 +-0.052978515625 +-0.208984375000 +0.046386718750 +-0.109375000000 +0.054687500000 +-0.212890625000 +0.112792968750 +-0.123535156250 +-0.168945312500 +0.231445312500 +0.110351562500 +0.040283203125 +0.040039062500 +-0.077148437500 +-0.009521484375 +0.096679687500 +-0.013488769531 +0.106445312500 +0.010009765625 +-0.028442382812 +-0.181640625000 +0.085937500000 +0.092773437500 +0.098144531250 +-0.106445312500 +-0.058593750000 +0.074218750000 +-0.092773437500 +-0.049804687500 +-0.002777099609 +0.169921875000 +-0.059570312500 +0.012451171875 +-0.084960937500 +0.133789062500 +0.091308593750 +0.166015625000 +0.021728515625 +0.031494140625 +-0.017578125000 +-0.211914062500 +0.104492187500 +0.085937500000 +-0.116210937500 +0.134765625000 +0.086425781250 +0.008483886719 +-0.014099121094 +0.048339843750 +0.209960937500 +0.007598876953 +-0.094726562500 +0.040039062500 +0.065917968750 +0.030273437500 +0.028442382812 +0.130859375000 +-0.072265625000 +-0.026733398438 +-0.219726562500 +0.002593994141 +-0.089355468750 +0.163085937500 +-0.159179687500 +-0.024169921875 +0.016723632812 +-0.002456665039 +0.113769531250 +-0.132812500000 +-0.133789062500 +-0.054199218750 +-0.001609802246 +-0.003372192383 +0.010253906250 +0.067871093750 +0.155273437500 +-0.095214843750 +-0.238281250000 +0.054687500000 +0.112304687500 +-0.119140625000 +0.166992187500 +0.167968750000 +0.016723632812 +0.096191406250 +0.034667968750 +-0.030517578125 +-0.445312500000 +-0.036376953125 +0.037109375000 +-0.318359375000 +0.053222656250 +-0.032714843750 +0.163085937500 +0.113281250000 +0.033935546875 +-0.104003906250 +0.017700195312 +0.128906250000 +-0.056884765625 +0.042480468750 +-0.080566406250 +0.003311157227 +-0.010253906250 +0.231445312500 +0.263671875000 +-0.039550781250 +-0.034179687500 +-0.025268554688 +0.174804687500 +0.013977050781 +0.185546875000 +-0.042724609375 +-0.118652343750 +0.023193359375 +0.003799438477 +-0.046875000000 +-0.012390136719 +0.121582031250 +-0.014404296875 +0.106445312500 +0.200195312500 +-0.031738281250 +-0.011596679688 +0.155273437500 +-0.031982421875 +-0.000206947327 +0.137695312500 +-0.157226562500 +-0.312500000000 +0.039550781250 +0.063964843750 +-0.051513671875 +-0.103515625000 +0.203125000000 +-0.207031250000 +-0.019042968750 +-0.016235351562 +0.005187988281 +-0.070800781250 +0.182617187500 +0.056396484375 +-0.111816406250 +0.156250000000 +-0.029663085938 +0.100585937500 +-0.069824218750 +0.098144531250 +0.134765625000 +-0.010925292969 +-0.096191406250 +0.001075744629 +0.004516601562 +0.049560546875 +-0.139648437500 +0.189453125000 +-0.155273437500 +-0.137695312500 +0.040771484375 +-0.015319824219 +-0.073730468750 +0.067382812500 +0.214843750000 +-0.072265625000 +0.057617187500 +0.126953125000 +-0.088378906250 +-0.161132812500 +0.044433593750 +0.017700195312 +-0.059326171875 +0.105468750000 +0.099609375000 +-0.038085937500 +0.094238281250 +-0.044921875000 +-0.069335937500 +-0.062011718750 +0.025390625000 +0.067382812500 +0.053710937500 +0.042724609375 +0.156250000000 +-0.013488769531 +-0.058593750000 +0.050292968750 +-0.075195312500 +0.045654296875 +0.104492187500 +0.039550781250 +0.092285156250 +-0.035644531250 +0.044677734375 +0.037841796875 +-0.183593750000 +-0.106933593750 +-0.033203125000 +-0.040527343750 +0.072753906250 +0.087402343750 +0.044189453125 +0.141601562500 +-0.001754760742 +0.009582519531 +-0.078613281250 +-0.075195312500 +-0.009155273438 +-0.108886718750 +0.166992187500 +-0.048828125000 +-0.143554687500 +0.016235351562 +0.042480468750 +0.232421875000 +0.154296875000 +0.006103515625 +0.125976562500 +0.042724609375 +-0.010314941406 +-0.240234375000 +0.190429687500 +0.001792907715 +-0.105468750000 +0.052246093750 +-0.019042968750 +0.018066406250 +0.195312500000 +0.031127929688 +-0.072265625000 +-0.047363281250 +-0.161132812500 +0.060058593750 +-0.003768920898 +0.131835937500 +-0.002365112305 +0.012939453125 +-0.078125000000 +-0.011901855469 +0.061767578125 +0.112304687500 +0.120605468750 +0.069824218750 +0.126953125000 +0.210937500000 +0.036376953125 +-0.089355468750 +-0.062988281250 +0.045166015625 +-0.060546875000 +0.006988525391 +0.359375000000 +0.076660156250 +-0.011474609375 +-0.081542968750 +0.019287109375 +-0.029052734375 +-0.109375000000 +-0.151367187500 +-0.228515625000 +-0.212890625000 +0.003646850586 +0.186523437500 +-0.047851562500 +0.051757812500 +0.017456054688 +0.110839843750 +-0.114257812500 +0.263671875000 +0.027465820312 +-0.265625000000 +0.047607421875 +-0.112792968750 +-0.212890625000 +-0.061767578125 +-0.131835937500 +-0.004119873047 +0.086425781250 +-0.062988281250 +0.143554687500 +-0.053222656250 +-0.097167968750 +-0.005706787109 +0.090820312500 +-0.050537109375 +-0.127929687500 +-0.130859375000 +0.045898437500 +-0.034423828125 +-0.198242187500 +-0.044189453125 +0.080566406250 +0.009277343750 +-0.200195312500 +-0.212890625000 +-0.067382812500 +-0.086914062500 +-0.208984375000 +0.044921875000 +-0.148437500000 +-0.028686523438 +-0.013854980469 +-0.163085937500 +0.017456054688 +-0.265625000000 +-0.209960937500 +-0.097167968750 +-0.224609375000 +0.017700195312 +0.019409179688 +0.048828125000 +-0.066406250000 +-0.032958984375 +-0.263671875000 +0.012756347656 +-0.065917968750 +0.077148437500 +0.146484375000 +0.135742187500 +-0.104003906250 +-0.121582031250 +0.014648437500 +0.016723632812 +0.009643554688 +-0.020751953125 +-0.050781250000 +0.125000000000 +-0.097167968750 +-0.039062500000 +-0.001495361328 +-0.215820312500 +-0.095214843750 +0.013244628906 +0.031250000000 +0.045410156250 +0.048583984375 +0.032714843750 +0.238281250000 +-0.180664062500 +0.122070312500 +0.085449218750 +0.052246093750 +0.013671875000 +0.084960937500 +0.055908203125 +0.096679687500 +0.075683593750 +0.016357421875 +-0.359375000000 +0.032226562500 +-0.089355468750 +-0.410156250000 +0.056884765625 +0.093261718750 +0.049804687500 +0.043212890625 +-0.251953125000 +0.078613281250 +-0.240234375000 +0.027832031250 +-0.019653320312 +0.035888671875 +-0.135742187500 +0.063964843750 +-0.030761718750 +-0.105468750000 +-0.030761718750 +-0.038085937500 +0.113769531250 +-0.104980468750 +-0.090820312500 +-0.108398437500 +0.166992187500 +-0.092773437500 +-0.032714843750 +0.061279296875 +0.106445312500 +-0.154296875000 +0.042236328125 +-0.049804687500 +0.092773437500 +-0.097656250000 +-0.005981445312 +-0.204101562500 +-0.209960937500 +0.123535156250 +0.083984375000 +-0.285156250000 +-0.102050781250 +0.219726562500 +0.140625000000 +-0.134765625000 +-0.046875000000 +-0.115234375000 +-0.070312500000 +0.054931640625 +0.010986328125 +0.025512695312 +0.106933593750 +0.243164062500 +-0.014099121094 +-0.063476562500 +0.041503906250 +-0.004730224609 +-0.048828125000 +-0.033935546875 +-0.019775390625 +-0.060302734375 +-0.044921875000 +0.233398437500 +0.035644531250 +-0.172851562500 +-0.019165039062 +-0.099121093750 +-0.112792968750 +0.175781250000 +-0.071289062500 +0.054443359375 +-0.074707031250 +-0.019165039062 +0.087890625000 +0.109863281250 +0.197265625000 +-0.082031250000 +-0.092285156250 +0.061279296875 +0.006927490234 +-0.059082031250 +0.113769531250 +0.046875000000 +0.001304626465 +-0.010437011719 +-0.229492187500 +0.048095703125 +0.135742187500 +-0.073242187500 +-0.057617187500 +0.110839843750 +0.067382812500 +-0.049560546875 +0.006286621094 +0.008117675781 +-0.045654296875 +0.005035400391 +-0.015869140625 +-0.006652832031 +0.007507324219 +0.154296875000 +0.051269531250 +-0.037597656250 +0.104980468750 +0.007080078125 +-0.072265625000 +-0.003097534180 +-0.039306640625 +0.023681640625 +0.008728027344 +-0.099609375000 +-0.083496093750 +-0.038574218750 +0.009399414062 +0.023071289062 +-0.024047851562 +-0.062255859375 +-0.052001953125 +0.022949218750 +-0.147460937500 +-0.011047363281 +-0.073730468750 +-0.044921875000 +0.032226562500 +0.077636718750 +0.068359375000 +-0.064941406250 +0.067382812500 +-0.150390625000 +-0.044677734375 +0.049316406250 +0.078125000000 +0.006469726562 +0.001113891602 +-0.046875000000 +0.064453125000 +0.060302734375 +0.071289062500 +-0.064453125000 +-0.006591796875 +0.078125000000 +-0.047851562500 +-0.026245117188 +-0.004241943359 +0.125000000000 +-0.081054687500 +-0.064453125000 +-0.104492187500 +-0.077148437500 +-0.036621093750 +-0.065429687500 +0.018188476562 +-0.086914062500 +0.059570312500 +0.183593750000 +0.022827148438 +-0.006134033203 +0.086914062500 +-0.093261718750 +-0.025756835938 +-0.031494140625 +-0.054443359375 +-0.160156250000 +0.010070800781 +-0.199218750000 +-0.113769531250 +-0.075195312500 +0.019409179688 +0.104980468750 +0.001968383789 +-0.073242187500 +0.026000976562 +-0.113769531250 +-0.083496093750 +0.074218750000 +-0.013793945312 +0.043457031250 +-0.100097656250 +-0.123046875000 +0.101074218750 +-0.120605468750 +0.028076171875 +0.095214843750 +0.079101562500 +0.072753906250 +-0.109863281250 +0.058349609375 +-0.032226562500 +-0.084960937500 +-0.064453125000 +-0.030395507812 +-0.004486083984 +0.013000488281 +-0.107421875000 +0.019409179688 +0.073242187500 +-0.168945312500 +-0.088867187500 +0.086914062500 +-0.012573242188 +0.032958984375 +0.005249023438 +-0.069335937500 +-0.076660156250 +-0.103515625000 +-0.043701171875 +0.065429687500 +-0.080078125000 +0.081054687500 +-0.041259765625 +-0.130859375000 +-0.030273437500 +-0.087890625000 +0.118164062500 +-0.031005859375 +-0.024902343750 +-0.102050781250 +-0.126953125000 +-0.090332031250 +0.097656250000 +-0.068847656250 +0.051025390625 +0.035888671875 +-0.162109375000 +0.023437500000 +-0.139648437500 +-0.091308593750 +-0.138671875000 +0.045654296875 +0.041503906250 +-0.084960937500 +0.014099121094 +-0.070800781250 +-0.118652343750 +0.044677734375 +-0.221679687500 +0.062988281250 +-0.059326171875 +-0.091308593750 +0.149414062500 +0.046142578125 +0.035400390625 +0.057861328125 +0.123535156250 +-0.030639648438 +0.065429687500 +0.129882812500 +0.096191406250 +-0.093261718750 +0.011291503906 +0.015258789062 +-0.017578125000 +0.088378906250 +-0.083007812500 +0.034912109375 +-0.018310546875 +-0.006225585938 +-0.000591278076 +-0.146484375000 +-0.043457031250 +0.123535156250 +0.112304687500 +0.058593750000 +-0.059082031250 +0.066406250000 +-0.101562500000 +0.092285156250 +0.118652343750 +-0.071777343750 +0.013366699219 +-0.067382812500 +0.077148437500 +-0.136718750000 +-0.055664062500 +0.230468750000 +0.065917968750 +-0.022216796875 +-0.017822265625 +0.143554687500 +-0.060546875000 +-0.080566406250 +-0.045898437500 +-0.029418945312 +0.143554687500 +-0.002639770508 +0.048828125000 +0.050292968750 +-0.023193359375 +-0.066894531250 +-0.034423828125 +-0.083984375000 +0.194335937500 +-0.026855468750 +0.014404296875 +-0.020385742188 +-0.104980468750 +0.095703125000 +-0.086425781250 +-0.166992187500 +-0.068359375000 +-0.189453125000 +0.101074218750 +-0.019165039062 +0.259765625000 +0.077148437500 +-0.101074218750 +0.191406250000 +0.117675781250 +0.065429687500 +-0.051025390625 +-0.002502441406 +-0.151367187500 +0.034667968750 +0.003601074219 +0.082519531250 +-0.040527343750 +0.135742187500 +-0.058837890625 +-0.069824218750 +-0.018920898438 +0.046875000000 +-0.019042968750 +-0.230468750000 +-0.035644531250 +0.144531250000 +0.015258789062 +-0.084960937500 +-0.104003906250 +-0.122558593750 +-0.023071289062 +0.033203125000 +0.034912109375 +0.063964843750 +-0.031250000000 +0.036376953125 +-0.065917968750 +-0.091308593750 +-0.205078125000 +-0.053222656250 +0.114257812500 +0.028808593750 +0.006652832031 +0.027465820312 +0.071289062500 +-0.026977539062 +-0.008300781250 +0.055908203125 +0.110839843750 +-0.114257812500 +0.060791015625 +0.057373046875 +0.164062500000 +-0.061523437500 +-0.076171875000 +0.048583984375 +-0.017456054688 +0.037353515625 +-0.193359375000 +-0.034667968750 +-0.028808593750 +-0.025878906250 +0.012268066406 +0.118652343750 +-0.135742187500 +-0.067871093750 +-0.055664062500 +0.023559570312 +0.065429687500 +-0.059570312500 +-0.134765625000 +-0.063476562500 +-0.032714843750 +0.029785156250 +-0.130859375000 +-0.042968750000 +-0.084960937500 +0.093750000000 +0.177734375000 +0.070312500000 +-0.052978515625 +0.106933593750 +-0.085937500000 +0.058105468750 +0.061035156250 +0.023925781250 +0.132812500000 +-0.123046875000 +0.019531250000 +0.106933593750 +0.009460449219 +-0.164062500000 +0.018798828125 +-0.151367187500 +-0.005981445312 +-0.050292968750 +0.142578125000 +0.145507812500 +-0.075683593750 +0.271484375000 +0.101074218750 +0.106445312500 +-0.145507812500 +0.048095703125 +0.026000976562 +-0.166015625000 +-0.103027343750 +-0.071289062500 +0.114257812500 +0.034912109375 +0.040039062500 +0.069335937500 +-0.088867187500 +-0.005279541016 +-0.041503906250 +-0.073730468750 +0.133789062500 +-0.042968750000 +0.042968750000 +-0.101074218750 +-0.053222656250 +-0.084960937500 +0.023925781250 +0.007934570312 +0.025390625000 +-0.164062500000 +-0.099121093750 +-0.000417709351 +0.109375000000 +-0.034912109375 +-0.082519531250 +0.053466796875 +-0.103515625000 +-0.019653320312 +0.005310058594 +0.089843750000 +0.029907226562 +0.208007812500 +-0.053222656250 +-0.003631591797 +-0.013000488281 +-0.129882812500 +0.002273559570 +-0.166992187500 +0.227539062500 +0.146484375000 +-0.076171875000 +-0.020996093750 +0.108398437500 +0.050781250000 +-0.134765625000 +0.126953125000 +0.067871093750 +0.138671875000 +0.065917968750 +-0.074218750000 +-0.133789062500 +0.003326416016 +-0.008789062500 +0.073730468750 +0.017333984375 +0.047851562500 +-0.094238281250 +0.015441894531 +0.125976562500 +0.001434326172 +-0.057128906250 +-0.114257812500 +0.051269531250 +0.145507812500 +0.026123046875 +0.046875000000 +0.103515625000 +0.048095703125 +-0.092285156250 +0.083496093750 +-0.056152343750 +0.017822265625 +-0.052978515625 +-0.076171875000 +-0.026977539062 +-0.063964843750 +-0.132812500000 +-0.006958007812 +0.111816406250 +-0.052246093750 +-0.131835937500 +0.034912109375 +0.013916015625 +0.033447265625 +-0.166015625000 +0.070312500000 +-0.053955078125 +0.004089355469 +0.027832031250 +0.164062500000 +0.103027343750 +0.033691406250 +-0.106445312500 +-0.049560546875 +0.239257812500 +-0.041992187500 +-0.016235351562 +0.037841796875 +-0.143554687500 +0.113769531250 +0.185546875000 +-0.040771484375 +-0.052734375000 +-0.110351562500 +0.028686523438 +0.092773437500 +0.037109375000 +-0.095214843750 +-0.020019531250 +-0.063964843750 +-0.023193359375 +0.057128906250 +0.043945312500 +0.087890625000 +0.107421875000 +0.069335937500 +-0.148437500000 +0.002227783203 +0.017822265625 +0.032714843750 +0.032714843750 +0.125976562500 +-0.030151367188 +0.092773437500 +-0.113281250000 +0.038330078125 +-0.145507812500 +-0.047363281250 +0.107421875000 +-0.066894531250 +-0.062255859375 +-0.041748046875 +0.005340576172 +0.166992187500 +0.010620117188 +0.141601562500 +0.073242187500 +-0.036865234375 +-0.034912109375 +-0.035156250000 +0.044189453125 +-0.224609375000 +-0.057128906250 +-0.046142578125 +0.017211914062 +0.040771484375 +0.011779785156 +0.064453125000 +0.085937500000 +0.059082031250 +0.041748046875 +-0.078125000000 +-0.046875000000 +0.040771484375 +0.056152343750 +-0.007537841797 +-0.077636718750 +-0.025878906250 +-0.117675781250 +-0.026977539062 +0.004699707031 +-0.056884765625 +0.038330078125 +0.035644531250 +-0.073242187500 +-0.017700195312 +0.106933593750 +-0.098632812500 +-0.049560546875 +0.046386718750 +-0.095703125000 +-0.042480468750 +-0.026855468750 +0.082031250000 +0.028076171875 +0.075195312500 +0.032714843750 +0.007781982422 +-0.048339843750 +-0.040283203125 +0.064941406250 +-0.049804687500 +-0.033935546875 +0.024169921875 +-0.062988281250 +-0.009216308594 +0.170898437500 +-0.028320312500 +-0.022094726562 +0.017089843750 +-0.062011718750 +0.041015625000 +-0.056884765625 +-0.021484375000 +0.085449218750 +-0.012145996094 +0.034179687500 +-0.061035156250 +0.089843750000 +-0.061523437500 +-0.084472656250 +0.048583984375 +-0.078125000000 +-0.039062500000 +0.009826660156 +-0.009948730469 +-0.031738281250 +-0.066406250000 +-0.023437500000 +-0.121093750000 +0.014343261719 +0.018188476562 +0.140625000000 +0.067871093750 +-0.020996093750 +-0.015380859375 +0.300781250000 +0.068359375000 +0.073242187500 +-0.013000488281 +0.034423828125 +0.054199218750 +0.048828125000 +0.064453125000 +0.046142578125 +-0.101074218750 +-0.002090454102 +0.044677734375 +0.190429687500 +0.046630859375 +-0.041748046875 +-0.070312500000 +-0.024658203125 +-0.014831542969 +0.022827148438 +0.026367187500 +0.218750000000 +-0.030517578125 +0.009033203125 +-0.039062500000 +-0.025756835938 +0.011352539062 +0.003906250000 +-0.014038085938 +-0.015991210938 +-0.013244628906 +0.007110595703 +0.067871093750 +-0.004302978516 +0.185546875000 +-0.004364013672 +-0.010742187500 +-0.102050781250 +0.047851562500 +0.022827148438 +0.003829956055 +0.019897460938 +0.183593750000 +0.048583984375 +-0.051757812500 +-0.119140625000 +-0.032470703125 +-0.053222656250 +0.033691406250 +-0.080566406250 +0.010070800781 +0.026855468750 +0.023437500000 +-0.081542968750 +0.111816406250 +-0.008117675781 +0.023437500000 +0.037597656250 +-0.166992187500 +-0.023315429688 +0.041992187500 +0.053466796875 +-0.081542968750 +-0.090820312500 +0.069824218750 +-0.067871093750 +0.060058593750 +-0.155273437500 +-0.096191406250 +-0.050781250000 +0.151367187500 +-0.047119140625 +-0.001472473145 +0.019775390625 +-0.107421875000 +0.042968750000 +0.121093750000 +-0.026000976562 +-0.038818359375 +-0.042480468750 +-0.089355468750 +-0.076660156250 +-0.033691406250 +0.140625000000 +0.046142578125 +-0.102539062500 +0.005340576172 +0.024536132812 +-0.037353515625 +-0.137695312500 +0.031005859375 +-0.130859375000 +-0.133789062500 +0.190429687500 +0.032714843750 +0.100585937500 +-0.115234375000 +-0.047119140625 +-0.088378906250 +0.054931640625 +0.036621093750 +0.019897460938 +-0.046875000000 +-0.120605468750 +-0.110351562500 +0.033203125000 +0.046386718750 +-0.021606445312 +-0.056396484375 +0.106933593750 +-0.147460937500 +-0.232421875000 +0.082519531250 +-0.049316406250 +0.037841796875 +0.090332031250 +-0.032958984375 +0.077148437500 +-0.099121093750 +-0.152343750000 +0.001953125000 +0.003173828125 +-0.172851562500 +-0.131835937500 +0.055175781250 +-0.154296875000 +-0.023681640625 +-0.068847656250 +0.033447265625 +-0.090820312500 +0.004119873047 +0.089355468750 +0.071777343750 +0.207031250000 +-0.031005859375 +0.006164550781 +0.067382812500 +-0.032470703125 +-0.042480468750 +0.127929687500 +0.061279296875 +-0.047851562500 +-0.006439208984 +-0.225585937500 +0.023437500000 +-0.149414062500 +-0.060546875000 +0.024780273438 +0.097656250000 +0.040527343750 +0.064941406250 +-0.093261718750 +-0.081542968750 +0.047851562500 +-0.174804687500 +0.003799438477 +-0.057861328125 +0.077148437500 +-0.083984375000 +0.060546875000 +-0.039550781250 +0.163085937500 +0.017700195312 +0.041015625000 +-0.243164062500 +0.056884765625 +0.195312500000 +-0.181640625000 +-0.204101562500 +-0.014526367188 +0.113769531250 +-0.135742187500 +-0.029174804688 +-0.076171875000 +-0.077636718750 +-0.026000976562 +-0.081054687500 +0.071289062500 +0.181640625000 +0.004760742188 +0.169921875000 +0.045654296875 +-0.027221679688 +-0.037841796875 +-0.129882812500 +-0.104003906250 +-0.098632812500 +-0.039550781250 +-0.007995605469 +0.107910156250 +-0.175781250000 +-0.096191406250 +-0.081542968750 +-0.095703125000 +-0.038574218750 +0.075683593750 +-0.042968750000 +0.031982421875 +-0.075195312500 +-0.034667968750 +-0.007537841797 +0.017456054688 +0.051513671875 +0.003936767578 +-0.014160156250 +-0.032714843750 +-0.071777343750 +0.007537841797 +-0.031250000000 +-0.097656250000 +-0.091308593750 +-0.086425781250 +0.054199218750 +0.055419921875 +0.003219604492 +-0.027343750000 +-0.066406250000 +-0.045654296875 +-0.054931640625 +0.147460937500 +-0.045898437500 +-0.044189453125 +-0.021118164062 +0.127929687500 +0.074707031250 +-0.029907226562 +0.034667968750 +0.006500244141 +-0.029907226562 +-0.020019531250 +0.004608154297 +0.074218750000 +-0.071777343750 +0.058593750000 +-0.116699218750 +-0.074707031250 +-0.019897460938 +-0.001449584961 +0.133789062500 +-0.033935546875 +0.154296875000 +-0.011230468750 +0.175781250000 +-0.096679687500 +-0.042724609375 +-0.029296875000 +-0.007751464844 +-0.063476562500 +-0.045410156250 +0.073730468750 +-0.048095703125 +-0.070312500000 +-0.120117187500 +0.092773437500 +-0.055419921875 +-0.058837890625 +0.111816406250 +-0.211914062500 +-0.008728027344 +0.112792968750 +0.050781250000 +0.070800781250 +0.112304687500 +0.079589843750 +-0.012634277344 +0.029418945312 +0.015136718750 +-0.053466796875 +0.066406250000 +-0.104492187500 +0.085937500000 +-0.089843750000 +0.033447265625 +0.095214843750 +-0.162109375000 +-0.014831542969 +0.012451171875 +0.122558593750 +0.194335937500 +-0.097167968750 +-0.060058593750 +0.151367187500 +-0.011413574219 +-0.068359375000 +0.038574218750 +0.032714843750 +-0.000984191895 +-0.063964843750 +0.032958984375 +0.053222656250 +-0.220703125000 +-0.232421875000 +-0.083496093750 +0.071289062500 +0.001525878906 +-0.094238281250 +0.068359375000 +-0.020385742188 +0.059570312500 +0.059082031250 +0.018798828125 +-0.243164062500 +0.030761718750 +-0.064941406250 +-0.181640625000 +0.080566406250 +-0.003082275391 +-0.001922607422 +-0.077148437500 +-0.083496093750 +-0.088867187500 +0.035644531250 +0.140625000000 +-0.004241943359 +-0.156250000000 +-0.106933593750 +-0.031982421875 +0.061523437500 +-0.045410156250 +0.068847656250 +-0.110351562500 +0.086425781250 +-0.093261718750 +-0.140625000000 +-0.065917968750 +-0.083007812500 +-0.051025390625 +-0.000237464905 +-0.146484375000 +-0.121582031250 +-0.038818359375 +0.108398437500 +0.058593750000 +0.079589843750 +0.148437500000 +0.072265625000 +0.126953125000 +0.018676757812 +-0.073730468750 +0.027099609375 +0.046630859375 +0.049560546875 +0.007171630859 +0.095214843750 +0.094238281250 +0.018432617188 +-0.107421875000 +0.024536132812 +0.039550781250 +-0.122070312500 +-0.022094726562 +-0.066894531250 +0.053222656250 +0.157226562500 +-0.160156250000 +0.015869140625 +-0.147460937500 +-0.056640625000 +-0.022460937500 +-0.129882812500 +-0.109863281250 +0.052246093750 +-0.064941406250 +-0.006683349609 +0.050292968750 +0.035400390625 +0.118652343750 +-0.209960937500 +-0.172851562500 +-0.143554687500 +-0.023315429688 +-0.027343750000 +0.028076171875 +0.022338867188 +-0.088378906250 +0.014953613281 +0.125976562500 +-0.002212524414 +-0.129882812500 +0.066406250000 +0.110351562500 +0.004608154297 +-0.048095703125 +-0.048583984375 +-0.133789062500 +-0.071777343750 +-0.041748046875 +-0.071289062500 +-0.047607421875 +-0.003967285156 +-0.017211914062 +0.142578125000 +0.055175781250 +0.151367187500 +-0.125976562500 +-0.018920898438 +0.066894531250 +-0.038085937500 +-0.025878906250 +-0.103515625000 +-0.195312500000 +-0.098144531250 +-0.030029296875 +-0.041015625000 +0.051757812500 +-0.090820312500 +0.029907226562 +-0.096679687500 +0.032470703125 +-0.099121093750 +-0.053466796875 +0.046142578125 +-0.172851562500 +-0.082519531250 +-0.010681152344 +-0.133789062500 +0.103027343750 +0.104003906250 +0.112304687500 +0.005279541016 +0.115234375000 +0.110839843750 +-0.180664062500 +-0.029907226562 +0.042968750000 +0.100585937500 +-0.365234375000 +0.079101562500 +0.074218750000 +-0.064453125000 +-0.081054687500 +0.043457031250 +-0.095703125000 +0.022949218750 +-0.213867187500 +0.112304687500 +-0.053222656250 +-0.114257812500 +-0.000105857849 +0.008422851562 +-0.008422851562 +-0.092285156250 +-0.077148437500 +0.203125000000 +0.053710937500 +0.181640625000 +-0.177734375000 +-0.221679687500 +0.069335937500 +-0.056152343750 +0.019897460938 +0.011474609375 +-0.071289062500 +-0.113281250000 +0.080566406250 +-0.111816406250 +-0.085937500000 +0.028198242188 +-0.058105468750 +-0.064453125000 +-0.119140625000 +-0.115722656250 +0.023681640625 +0.025268554688 +0.090332031250 +-0.051025390625 +0.048828125000 +0.127929687500 +-0.176757812500 +-0.001899719238 +-0.033935546875 +-0.182617187500 +0.094238281250 +-0.058837890625 +0.028930664062 +-0.086425781250 +-0.004272460938 +0.011230468750 +-0.062011718750 +0.042236328125 +-0.154296875000 +-0.012756347656 +0.026855468750 +0.024047851562 +-0.073730468750 +-0.085449218750 +0.054687500000 +-0.036132812500 +0.085449218750 +0.102050781250 +-0.143554687500 +0.038330078125 +-0.052490234375 +0.024780273438 +0.052246093750 +0.249023437500 +-0.032958984375 +-0.029541015625 +-0.091796875000 +0.127929687500 +-0.176757812500 +-0.073730468750 +-0.120117187500 +0.006103515625 +0.026977539062 +-0.139648437500 +0.087402343750 +0.058593750000 +-0.062988281250 +-0.037353515625 +-0.023925781250 +-0.106933593750 +-0.042968750000 +0.277343750000 +-0.061523437500 +-0.132812500000 +0.046386718750 +0.137695312500 +0.093750000000 +0.045166015625 +-0.071289062500 +-0.161132812500 +0.102539062500 +-0.205078125000 +-0.046386718750 +0.122558593750 +-0.127929687500 +0.027832031250 +-0.153320312500 +-0.036621093750 +0.006256103516 +-0.049804687500 +-0.077636718750 +0.168945312500 +0.082519531250 +-0.030883789062 +-0.095703125000 +0.098144531250 +0.042480468750 +0.100585937500 +-0.015197753906 +-0.064941406250 +-0.016967773438 +0.009399414062 +-0.001655578613 +-0.102050781250 +0.109863281250 +-0.086914062500 +-0.031127929688 +-0.034423828125 +-0.071289062500 +0.040283203125 +-0.016723632812 +-0.168945312500 +0.292968750000 +0.163085937500 +-0.167968750000 +-0.064453125000 +-0.229492187500 +-0.161132812500 +-0.021728515625 +0.087890625000 +-0.048339843750 +-0.212890625000 +-0.073242187500 +0.059082031250 +-0.121582031250 +-0.086425781250 +0.038574218750 +-0.136718750000 +-0.091308593750 +-0.048583984375 +-0.224609375000 +0.002990722656 +0.168945312500 +0.025390625000 +-0.165039062500 +-0.219726562500 +0.062988281250 +0.023193359375 +0.042968750000 +-0.002563476562 +-0.064941406250 +0.178710937500 +0.031127929688 +0.024780273438 +-0.049804687500 +0.058837890625 +-0.010375976562 +0.034667968750 +0.035400390625 +0.007934570312 +0.015075683594 +-0.024902343750 +-0.009765625000 +-0.041259765625 +-0.066406250000 +0.055664062500 +-0.093261718750 +-0.255859375000 +0.089843750000 +-0.123046875000 +-0.041503906250 +0.047363281250 +-0.015625000000 +0.072265625000 +-0.095214843750 +-0.023803710938 +0.052246093750 +-0.081542968750 +0.038574218750 +0.012268066406 +-0.163085937500 +0.026367187500 +-0.020751953125 +-0.104003906250 +-0.054931640625 +-0.090820312500 +0.020507812500 +-0.212890625000 +-0.110351562500 +-0.129882812500 +0.061767578125 +0.014221191406 +-0.279296875000 +-0.035888671875 +-0.085937500000 +0.149414062500 +-0.037841796875 +-0.160156250000 +-0.021362304688 +0.067871093750 +-0.006164550781 +-0.050537109375 +-0.018310546875 +-0.015319824219 +-0.036376953125 +-0.078613281250 +0.089355468750 +-0.060302734375 +-0.048339843750 +0.002029418945 +0.032958984375 +-0.173828125000 +-0.115722656250 +0.017700195312 +0.066894531250 +-0.067871093750 +0.087402343750 +-0.005889892578 +0.017089843750 +-0.111328125000 +-0.257812500000 +0.011596679688 +-0.151367187500 +0.080078125000 +0.038818359375 +-0.061279296875 +0.085937500000 +0.115234375000 +-0.024414062500 +0.172851562500 +-0.134765625000 +0.031494140625 +0.010437011719 +0.070800781250 +0.053955078125 +-0.020996093750 +0.136718750000 +-0.046142578125 +-0.028930664062 +-0.048095703125 +0.071777343750 +-0.147460937500 +-0.139648437500 +0.208007812500 +-0.160156250000 +0.077636718750 +-0.016479492188 +0.148437500000 +-0.051025390625 +-0.200195312500 +-0.081054687500 +0.075195312500 +-0.046630859375 +0.131835937500 +-0.156250000000 +-0.035644531250 +0.004364013672 +0.011657714844 +-0.114257812500 +-0.026977539062 +-0.160156250000 +-0.044677734375 +-0.157226562500 +-0.175781250000 +-0.148437500000 +-0.000492095947 +-0.129882812500 +-0.186523437500 +-0.197265625000 +-0.146484375000 +-0.001846313477 +-0.075683593750 +0.007263183594 +-0.102050781250 +0.157226562500 +0.152343750000 +-0.226562500000 +0.003768920898 +-0.036865234375 +0.085449218750 +-0.000067234039 +-0.127929687500 +-0.130859375000 +-0.084960937500 +-0.092773437500 +-0.238281250000 +-0.152343750000 +-0.032958984375 +0.122070312500 +-0.070312500000 +-0.304687500000 +0.083007812500 +0.010192871094 +0.018188476562 +0.161132812500 +-0.061279296875 +-0.094726562500 +-0.056640625000 +0.078613281250 +0.082031250000 +-0.115234375000 +-0.060791015625 +-0.034667968750 +-0.135742187500 +-0.033935546875 +-0.204101562500 +0.023315429688 +0.086425781250 +-0.020629882812 +-0.133789062500 +-0.136718750000 +-0.016235351562 +0.073730468750 +-0.050048828125 +-0.049804687500 +-0.208007812500 +0.083496093750 +-0.080078125000 +0.091796875000 +0.131835937500 +-0.052001953125 +-0.052001953125 +-0.047119140625 +0.057128906250 +0.083984375000 +-0.101562500000 +-0.232421875000 +-0.089355468750 +0.076171875000 +-0.005737304688 +-0.006011962891 +-0.071289062500 +-0.017333984375 +-0.235351562500 +0.091308593750 +-0.259765625000 +0.111816406250 +-0.071777343750 +-0.019287109375 +0.046630859375 +-0.153320312500 +-0.012145996094 +-0.108398437500 +0.096191406250 +-0.326171875000 +-0.089843750000 +0.123535156250 +0.058349609375 +0.065917968750 +-0.170898437500 +-0.118652343750 +-0.134765625000 +0.001029968262 +0.043212890625 +0.037353515625 +0.014831542969 +0.232421875000 +-0.195312500000 +0.053466796875 +-0.162109375000 +-0.032226562500 +0.100585937500 +-0.000140190125 +-0.094238281250 +-0.015014648438 +-0.074218750000 +-0.115234375000 +-0.125000000000 +-0.041748046875 +-0.018310546875 +-0.041259765625 +-0.265625000000 +0.034667968750 +-0.045410156250 +0.257812500000 +-0.154296875000 +0.018432617188 +0.050048828125 +0.045166015625 +-0.093261718750 +-0.065429687500 +-0.144531250000 +-0.038085937500 +0.083984375000 +-0.107421875000 +-0.003372192383 +-0.146484375000 +-0.117675781250 +0.058349609375 +-0.339843750000 +-0.013671875000 +0.221679687500 +0.105468750000 +-0.021118164062 +0.000461578369 +-0.001243591309 +0.006683349609 +0.021362304688 +0.105957031250 +-0.053710937500 +-0.056884765625 +-0.057128906250 +-0.023559570312 +-0.037597656250 +0.014709472656 +0.141601562500 +-0.145507812500 +-0.054687500000 +-0.162109375000 +-0.020019531250 +0.083007812500 +0.079589843750 +0.024780273438 +-0.073730468750 +0.076171875000 +-0.085449218750 +-0.010131835938 +0.124023437500 +-0.029296875000 +0.128906250000 +-0.146484375000 +-0.052490234375 +-0.010131835938 +0.253906250000 +-0.228515625000 +0.086914062500 +0.023193359375 +0.009643554688 +-0.072753906250 +-0.277343750000 +0.078613281250 +0.113281250000 +-0.028930664062 +0.162109375000 +0.124023437500 +0.052978515625 +0.100097656250 +-0.085449218750 +0.077148437500 +0.041503906250 +-0.180664062500 +-0.130859375000 +0.011169433594 +0.115234375000 +0.014587402344 +-0.064453125000 +0.044921875000 +0.102050781250 +0.104492187500 +-0.049560546875 +-0.118652343750 +-0.046142578125 +-0.009826660156 +0.094238281250 +-0.139648437500 +0.062500000000 +0.185546875000 +-0.074218750000 +-0.037109375000 +0.019042968750 +0.044921875000 +-0.032226562500 +0.129882812500 +-0.071777343750 +-0.018920898438 +-0.023803710938 +0.048583984375 +-0.052734375000 +-0.223632812500 +0.048828125000 +0.033691406250 +-0.142578125000 +-0.034423828125 +0.129882812500 +-0.014099121094 +0.008911132812 +-0.092773437500 +-0.011962890625 +0.119628906250 +-0.002349853516 +-0.179687500000 +-0.008728027344 +-0.133789062500 +-0.121582031250 +0.068847656250 +0.082519531250 +-0.002075195312 +-0.057128906250 +-0.019165039062 +-0.119628906250 +-0.147460937500 +-0.113769531250 +0.098632812500 +-0.055419921875 +0.068359375000 +-0.006011962891 +-0.104003906250 +0.078125000000 +0.042236328125 +-0.020996093750 +0.181640625000 +-0.033691406250 +-0.005615234375 +-0.121582031250 +0.027954101562 +-0.055664062500 +-0.053955078125 +-0.013488769531 +-0.018920898438 +-0.265625000000 +0.000862121582 +0.006561279297 +0.104003906250 +0.071289062500 +-0.041503906250 +-0.007812500000 +0.110351562500 +0.060058593750 +0.042724609375 +0.118164062500 +-0.027954101562 +-0.120117187500 +-0.085449218750 +0.234375000000 +-0.122070312500 +-0.040771484375 +0.055175781250 +0.241210937500 +-0.107421875000 +0.041015625000 +-0.046875000000 +0.188476562500 +-0.005584716797 +0.068359375000 +0.028930664062 +0.012512207031 +-0.154296875000 +0.040771484375 +0.035400390625 +0.069335937500 +-0.011962890625 +0.102050781250 +0.078613281250 +0.113281250000 +0.043945312500 +-0.059570312500 +0.095703125000 +-0.097167968750 +0.029174804688 +-0.160156250000 +0.140625000000 +-0.034912109375 +0.065917968750 +0.002151489258 +0.140625000000 +0.014831542969 +-0.048095703125 +-0.188476562500 +-0.133789062500 +-0.037353515625 +-0.083007812500 +-0.108886718750 +-0.130859375000 +-0.004333496094 +0.097656250000 +0.105468750000 +0.164062500000 +-0.074707031250 +0.032226562500 +-0.064453125000 +0.009216308594 +0.012390136719 +0.020996093750 +-0.032470703125 +0.064941406250 +0.012512207031 +-0.063476562500 +-0.007873535156 +-0.078613281250 +-0.056152343750 +-0.056152343750 +-0.104980468750 +-0.167968750000 +-0.005859375000 +0.015136718750 +0.064453125000 +0.069824218750 +-0.121093750000 +-0.101074218750 +0.051513671875 +-0.065917968750 +-0.017333984375 +0.044677734375 +-0.040283203125 +-0.010192871094 +0.087402343750 +0.131835937500 +0.068847656250 +-0.014221191406 +-0.060302734375 +-0.021728515625 +0.001121520996 +0.037841796875 +-0.055664062500 +0.080078125000 +-0.089355468750 +0.131835937500 +-0.120117187500 +-0.146484375000 +0.046875000000 +-0.057373046875 +-0.011230468750 +0.031982421875 +0.075195312500 +-0.267578125000 +0.026855468750 +0.039794921875 +-0.130859375000 +-0.030029296875 +0.066406250000 +0.040527343750 +0.036376953125 +-0.070800781250 +0.124511718750 +-0.170898437500 +-0.044677734375 +-0.161132812500 +-0.014770507812 +-0.007537841797 +-0.039550781250 +-0.121582031250 +-0.094238281250 +-0.010925292969 +-0.096679687500 +0.210937500000 +0.003387451172 +-0.003143310547 +-0.242187500000 +0.173828125000 +-0.033447265625 +-0.091796875000 +0.002304077148 +-0.017333984375 +-0.108398437500 +-0.044921875000 +-0.064941406250 +0.138671875000 +-0.104003906250 +-0.068847656250 +0.056396484375 +-0.063476562500 +-0.045410156250 +0.300781250000 +0.067382812500 +0.040527343750 +-0.129882812500 +0.097167968750 +-0.006622314453 +-0.057128906250 +0.085449218750 +-0.055664062500 +0.092773437500 +-0.219726562500 +0.018066406250 +-0.037109375000 +-0.095214843750 +-0.158203125000 +-0.107910156250 +-0.147460937500 +-0.105957031250 +0.273437500000 +0.076660156250 +0.174804687500 +-0.030639648438 +0.215820312500 +-0.150390625000 +-0.091796875000 +0.068847656250 +0.035156250000 +-0.062500000000 +-0.163085937500 +0.099609375000 +0.006134033203 +0.056640625000 +0.103515625000 +0.086425781250 +-0.085937500000 +-0.231445312500 +-0.011474609375 +-0.150390625000 +-0.068359375000 +-0.080566406250 +-0.051025390625 +0.003738403320 +0.205078125000 +0.069335937500 +-0.191406250000 +0.034423828125 +-0.134765625000 +0.380859375000 +-0.041259765625 +-0.059570312500 +-0.109375000000 +0.246093750000 +0.081054687500 +-0.121093750000 +-0.099609375000 +0.004852294922 +-0.014099121094 +-0.138671875000 +0.200195312500 +-0.175781250000 +-0.053466796875 +0.165039062500 +0.055664062500 +0.231445312500 +0.053222656250 +-0.178710937500 +-0.136718750000 +0.069335937500 +-0.118652343750 +0.011718750000 +0.023803710938 +-0.160156250000 +-0.079589843750 +0.248046875000 +-0.063476562500 +0.145507812500 +0.166015625000 +-0.112792968750 +0.137695312500 +0.148437500000 +0.244140625000 +0.135742187500 +-0.031982421875 +0.083984375000 +-0.234375000000 +0.042724609375 +0.151367187500 +-0.092773437500 +0.017822265625 +0.082031250000 +0.115722656250 +0.038330078125 +-0.153320312500 +0.159179687500 +-0.127929687500 +-0.087890625000 +0.112304687500 +0.013305664062 +0.005065917969 +-0.018676757812 +-0.006317138672 +0.137695312500 +-0.095703125000 +-0.146484375000 +0.016723632812 +0.043212890625 +-0.136718750000 +-0.028442382812 +-0.137695312500 +0.167968750000 +0.043945312500 +-0.064453125000 +0.225585937500 +-0.013305664062 +-0.236328125000 +-0.003845214844 +-0.020996093750 +0.030761718750 +0.017211914062 +-0.014465332031 +0.124511718750 +0.257812500000 +-0.091308593750 +0.055175781250 +-0.211914062500 +-0.168945312500 +0.177734375000 +-0.087402343750 +0.048339843750 +0.048339843750 +0.225585937500 +0.018310546875 +-0.041015625000 +0.228515625000 +-0.052246093750 +0.062500000000 +0.047607421875 +0.084472656250 +-0.141601562500 +-0.011291503906 +-0.306640625000 +-0.150390625000 +0.134765625000 +-0.101562500000 +-0.104492187500 +-0.087402343750 +0.135742187500 +0.190429687500 +0.122558593750 +0.048828125000 +-0.080078125000 +-0.087890625000 +-0.072753906250 +-0.129882812500 +-0.204101562500 +0.158203125000 +-0.220703125000 +0.143554687500 +0.094238281250 +0.140625000000 +-0.010009765625 +0.005523681641 +0.036621093750 +-0.061035156250 +0.042724609375 +-0.053222656250 +-0.159179687500 +0.111328125000 +0.045410156250 +-0.012756347656 +0.011779785156 +-0.134765625000 +-0.154296875000 +0.118164062500 +-0.019653320312 +0.058837890625 +0.005828857422 +-0.002716064453 +0.138671875000 +-0.257812500000 +-0.145507812500 +0.069824218750 +-0.049804687500 +-0.060546875000 +0.027221679688 +0.182617187500 +-0.031982421875 +0.101074218750 +-0.019531250000 +-0.063476562500 +0.062988281250 +0.022460937500 +0.164062500000 +0.141601562500 +-0.029541015625 +0.113769531250 +-0.167968750000 +0.000056505203 +-0.085937500000 +-0.132812500000 +0.014587402344 +-0.300781250000 +-0.025756835938 +-0.048583984375 +-0.019165039062 +0.198242187500 +-0.269531250000 +-0.052001953125 +-0.013305664062 +-0.019409179688 +0.103027343750 +-0.013549804688 +-0.259765625000 +0.177734375000 +-0.077636718750 +-0.026367187500 +0.119140625000 +-0.028686523438 +-0.137695312500 +0.048339843750 +0.187500000000 +-0.204101562500 +-0.014160156250 +-0.067871093750 +-0.016845703125 +-0.093261718750 +-0.203125000000 +0.086425781250 +0.112792968750 +-0.185546875000 +-0.015747070312 +-0.055908203125 +-0.046875000000 +0.111328125000 +-0.326171875000 +-0.059814453125 +-0.189453125000 +0.110351562500 +-0.144531250000 +0.090332031250 +-0.074218750000 +0.028930664062 +-0.114257812500 +-0.059570312500 +0.136718750000 +-0.146484375000 +0.035156250000 +0.024902343750 +-0.067382812500 +-0.003448486328 +0.193359375000 +-0.167968750000 +-0.009460449219 +-0.003082275391 +0.024047851562 +0.020385742188 +-0.143554687500 +0.163085937500 +0.043701171875 +0.125976562500 +0.132812500000 +0.058837890625 +-0.116210937500 +-0.181640625000 +0.009521484375 +-0.132812500000 +0.023681640625 +0.117675781250 +-0.104980468750 +0.159179687500 +-0.033203125000 +0.109863281250 +-0.056884765625 +-0.009216308594 +0.081054687500 +0.078125000000 +-0.086914062500 +0.057373046875 +0.052490234375 +0.127929687500 +0.032958984375 +-0.086425781250 +0.152343750000 +-0.028320312500 +0.062255859375 +-0.037597656250 +0.054443359375 +0.071777343750 +0.107421875000 +-0.205078125000 +0.105468750000 +0.000272750854 +-0.090820312500 +0.080566406250 +-0.157226562500 +0.018554687500 +-0.083007812500 +0.064941406250 +0.124023437500 +-0.085449218750 +-0.082031250000 +-0.123535156250 +0.023559570312 +-0.171875000000 +0.052978515625 +-0.088378906250 +-0.031127929688 +-0.080078125000 +0.019409179688 +-0.082031250000 +-0.148437500000 +-0.095703125000 +0.147460937500 +0.174804687500 +-0.115234375000 +-0.050292968750 +-0.035888671875 +0.139648437500 +-0.064941406250 +-0.107910156250 +0.024169921875 +0.133789062500 +-0.107421875000 +-0.009338378906 +-0.230468750000 +-0.238281250000 +-0.085937500000 +0.043457031250 +0.001014709473 +-0.147460937500 +-0.043212890625 +-0.035400390625 +0.087890625000 +0.102050781250 +-0.005493164062 +-0.044677734375 +-0.183593750000 +0.096191406250 +0.080078125000 +-0.191406250000 +-0.165039062500 +0.093261718750 +0.068847656250 +0.096191406250 +-0.056396484375 +-0.114257812500 +-0.025390625000 +0.016479492188 +-0.173828125000 +0.025634765625 +-0.074218750000 +0.024291992188 +-0.120117187500 +0.072265625000 +0.101562500000 +0.082031250000 +0.015136718750 +0.156250000000 +0.053710937500 +0.150390625000 +0.014343261719 +0.079589843750 +0.097167968750 +0.074218750000 +0.007446289062 +0.084960937500 +-0.079101562500 +-0.084960937500 +-0.078613281250 +0.114746093750 +0.008850097656 +0.006591796875 +-0.097167968750 +0.119628906250 +-0.160156250000 +-0.086914062500 +0.156250000000 +0.009887695312 +0.036376953125 +-0.103515625000 +-0.015747070312 +0.060058593750 +-0.097656250000 +-0.191406250000 +0.124511718750 +0.048583984375 +-0.036621093750 +0.101074218750 +0.038574218750 +-0.263671875000 +0.114746093750 +-0.118652343750 +-0.003967285156 +0.083007812500 +0.001739501953 +-0.140625000000 +-0.056640625000 +0.026611328125 +0.008666992188 +-0.095703125000 +0.034667968750 +-0.045410156250 +-0.110351562500 +-0.044433593750 +-0.081054687500 +-0.117187500000 +0.050781250000 +-0.067382812500 +0.066406250000 +-0.148437500000 +-0.140625000000 +-0.020996093750 +-0.155273437500 +-0.223632812500 +0.100585937500 +-0.132812500000 +0.183593750000 +0.002059936523 +0.124023437500 +0.157226562500 +0.168945312500 +0.111816406250 +0.027465820312 +-0.062011718750 +-0.098632812500 +-0.190429687500 +0.140625000000 +0.018920898438 +-0.214843750000 +-0.032470703125 +0.018798828125 +-0.056152343750 +0.206054687500 +0.011352539062 +-0.197265625000 +-0.106933593750 +0.128906250000 +0.047363281250 +-0.089843750000 +-0.002182006836 +0.124511718750 +0.053710937500 +0.091308593750 +0.107421875000 +-0.103027343750 +-0.117187500000 +0.135742187500 +0.052246093750 +-0.057617187500 +0.049316406250 +-0.026000976562 +0.010742187500 +0.050048828125 +-0.074707031250 +0.166015625000 +0.022827148438 +0.034179687500 +0.000762939453 +-0.033935546875 +-0.059082031250 +0.104492187500 +0.030395507812 +0.182617187500 +-0.023681640625 +-0.103515625000 +0.140625000000 +0.113281250000 +0.008544921875 +-0.043945312500 +-0.006256103516 +-0.060058593750 +-0.011108398438 +0.102539062500 +-0.028686523438 +0.068359375000 +-0.044433593750 +0.010009765625 +0.031738281250 +-0.194335937500 +0.051757812500 +0.369140625000 +-0.163085937500 +-0.071777343750 +-0.166015625000 +-0.126953125000 +0.094726562500 +-0.094238281250 +-0.014465332031 +0.115722656250 +-0.119628906250 +0.179687500000 +0.115234375000 +-0.063476562500 +0.112304687500 +-0.091308593750 +-0.001434326172 +-0.050292968750 +0.052001953125 +0.063476562500 +0.021606445312 +0.014953613281 +-0.080078125000 +0.138671875000 +-0.079101562500 +0.083984375000 +0.061767578125 +0.075195312500 +-0.135742187500 +-0.027465820312 +-0.200195312500 +-0.081542968750 +0.101562500000 +0.018554687500 +0.014709472656 +-0.086914062500 +-0.030395507812 +-0.069335937500 +0.222656250000 +-0.066894531250 +0.153320312500 +0.072753906250 +-0.022705078125 +-0.166992187500 +-0.084472656250 +-0.019287109375 +-0.034423828125 +-0.104980468750 +-0.085937500000 +0.039306640625 +0.064941406250 +-0.109375000000 +0.101562500000 +0.090332031250 +-0.026855468750 +-0.007171630859 +-0.094726562500 +-0.075195312500 +-0.099121093750 +0.072265625000 +0.028686523438 +0.120117187500 +-0.041748046875 +-0.020751953125 +-0.052001953125 +-0.078125000000 +0.161132812500 +-0.034423828125 +-0.117187500000 +-0.128906250000 +0.014892578125 +-0.012695312500 +-0.114257812500 +0.036376953125 +-0.135742187500 +-0.017333984375 +0.047119140625 +-0.073730468750 +0.049316406250 +-0.088378906250 +0.176757812500 +0.085449218750 +-0.031494140625 +-0.104003906250 +0.024536132812 +-0.016601562500 +-0.056152343750 +-0.062500000000 +0.028930664062 +0.165039062500 +-0.031738281250 +0.019531250000 +0.059082031250 +0.051269531250 +0.051269531250 +-0.242187500000 +-0.077636718750 +0.079101562500 +-0.046386718750 +0.092773437500 +-0.189453125000 +-0.024414062500 +0.049560546875 +0.137695312500 +0.069824218750 +-0.032714843750 +-0.087890625000 +0.025024414062 +-0.053466796875 +-0.153320312500 +-0.011657714844 +0.001831054688 +0.026611328125 +0.075683593750 +0.000160217285 +-0.036621093750 +-0.234375000000 +-0.099121093750 +0.002700805664 +0.038818359375 +0.050781250000 +-0.047851562500 +0.080566406250 +-0.283203125000 +-0.013793945312 +0.111328125000 +0.015625000000 +0.045166015625 +-0.068847656250 +-0.193359375000 +0.107421875000 +0.106445312500 +-0.170898437500 +0.061279296875 +0.008300781250 +0.028564453125 +0.021118164062 +-0.077636718750 +0.097656250000 +-0.002456665039 +-0.062011718750 +0.095703125000 +0.161132812500 +-0.017578125000 +0.066894531250 +0.007873535156 +0.045898437500 +-0.085937500000 +-0.032470703125 +0.003234863281 +-0.040527343750 +-0.246093750000 +-0.000701904297 +-0.306640625000 +0.116699218750 +-0.114746093750 +0.072265625000 +-0.090820312500 +-0.004669189453 +-0.031738281250 +-0.008117675781 +0.236328125000 +-0.050048828125 +-0.006927490234 +-0.030517578125 +0.045898437500 +0.074707031250 +0.036865234375 +0.076171875000 +0.092773437500 +0.068847656250 +-0.149414062500 +-0.141601562500 +0.035644531250 +-0.013793945312 +0.024291992188 +0.015197753906 +0.012878417969 +-0.003036499023 +0.031982421875 +-0.003677368164 +-0.001953125000 +0.203125000000 +-0.009033203125 +-0.044433593750 +-0.173828125000 +0.019531250000 +0.106445312500 +-0.046630859375 +-0.052246093750 +0.279296875000 +-0.077148437500 +-0.002655029297 +0.044921875000 +0.081542968750 +-0.242187500000 +-0.203125000000 +-0.110351562500 +-0.039062500000 +-0.092285156250 +-0.055664062500 +-0.084472656250 +-0.047119140625 +-0.079589843750 +-0.163085937500 +0.130859375000 +-0.023803710938 +-0.007110595703 +0.005096435547 +-0.108886718750 +0.024658203125 +0.072753906250 +-0.049560546875 +0.035400390625 +-0.029418945312 +-0.223632812500 +-0.212890625000 +-0.102050781250 +0.104003906250 +0.070312500000 +0.010070800781 +0.100585937500 +0.115234375000 +-0.139648437500 +-0.214843750000 +0.198242187500 +0.086425781250 +0.031005859375 +0.076171875000 +-0.024902343750 +-0.159179687500 +0.084960937500 +0.140625000000 +-0.036376953125 +-0.056640625000 +-0.043701171875 +0.136718750000 +-0.042724609375 +-0.019409179688 +-0.349609375000 +-0.018798828125 +-0.012756347656 +-0.025024414062 +-0.201171875000 +0.135742187500 +-0.176757812500 +0.189453125000 +0.075195312500 +0.032958984375 +0.007293701172 +-0.117187500000 +-0.050537109375 +-0.107910156250 +0.059326171875 +-0.149414062500 +-0.114746093750 +0.193359375000 +-0.314453125000 +0.125976562500 +0.039306640625 +0.014160156250 +0.152343750000 +-0.060058593750 +-0.005493164062 +0.105957031250 +0.037353515625 +-0.095214843750 +-0.053710937500 +-0.049560546875 +0.105468750000 +-0.017578125000 +-0.080078125000 +0.074218750000 +-0.031982421875 +0.006713867188 +-0.045898437500 +-0.107910156250 +-0.036621093750 +0.019531250000 +-0.083984375000 +0.114746093750 +-0.077148437500 +-0.137695312500 +0.113281250000 +0.099121093750 +-0.094238281250 +0.068359375000 +-0.026855468750 +0.241210937500 +-0.062988281250 +0.015197753906 +-0.055175781250 +0.089843750000 +-0.046875000000 +-0.036621093750 +-0.043457031250 +0.269531250000 +0.102539062500 +-0.024169921875 +-0.009765625000 +0.013671875000 +-0.116210937500 +-0.046630859375 +-0.283203125000 +0.047851562500 +-0.163085937500 +-0.155273437500 +-0.071289062500 +-0.060791015625 +0.207031250000 +-0.133789062500 +0.075195312500 +0.061523437500 +0.171875000000 +-0.152343750000 +-0.103515625000 +-0.211914062500 +-0.142578125000 +0.100585937500 +0.182617187500 +-0.164062500000 +-0.138671875000 +-0.140625000000 +0.037841796875 +-0.192382812500 +-0.144531250000 +-0.192382812500 +-0.133789062500 +0.012329101562 +-0.219726562500 +-0.165039062500 +-0.114257812500 +0.001899719238 +-0.067382812500 +0.232421875000 +-0.130859375000 +-0.052246093750 +-0.118652343750 +-0.024536132812 +-0.139648437500 +0.141601562500 +0.003936767578 +-0.106933593750 +-0.030395507812 +0.343750000000 +0.061767578125 +-0.027099609375 +0.064453125000 +0.050537109375 +-0.073730468750 +0.036865234375 +-0.156250000000 +0.145507812500 +0.121582031250 +-0.267578125000 +0.076171875000 +-0.257812500000 +-0.177734375000 +-0.135742187500 +-0.220703125000 +0.039550781250 +0.003204345703 +0.234375000000 +-0.099609375000 +0.209960937500 +-0.151367187500 +-0.207031250000 +0.029418945312 +0.265625000000 +0.253906250000 +0.110839843750 +-0.031494140625 +-0.105957031250 +-0.250000000000 +-0.067382812500 +0.242187500000 +-0.035888671875 +0.304687500000 +-0.164062500000 +0.111816406250 +-0.162109375000 +0.011596679688 +0.122558593750 +-0.287109375000 +0.067871093750 +0.044921875000 +0.161132812500 +-0.122070312500 +-0.057861328125 +-0.137695312500 +-0.065429687500 +-0.037109375000 +-0.376953125000 +-0.030761718750 +-0.210937500000 +0.039062500000 +-0.071289062500 +0.050781250000 +0.224609375000 +-0.249023437500 +-0.335937500000 +-0.249023437500 +0.136718750000 +0.025146484375 +-0.137695312500 +-0.125000000000 +-0.144531250000 +0.110351562500 +0.069824218750 +0.105468750000 +-0.190429687500 +-0.142578125000 +0.240234375000 +0.035400390625 +-0.226562500000 +0.207031250000 +-0.244140625000 +-0.113281250000 +0.008850097656 +0.172851562500 +0.076660156250 +-0.019409179688 +0.239257812500 +-0.017089843750 +0.067871093750 +-0.121093750000 +0.002304077148 +-0.001663208008 +-0.111816406250 +0.035644531250 +0.130859375000 +-0.117675781250 +0.009704589844 +-0.141601562500 +-0.126953125000 +-0.083984375000 +-0.027465820312 +0.056884765625 +-0.153320312500 +-0.016235351562 +0.091796875000 +-0.019653320312 +0.039794921875 +-0.034179687500 +-0.279296875000 +-0.138671875000 +0.080566406250 +-0.046875000000 +-0.049804687500 +0.107910156250 +0.148437500000 +0.053710937500 +-0.111328125000 +-0.086914062500 +-0.106445312500 +-0.053466796875 +-0.084472656250 +-0.160156250000 +0.176757812500 +0.027221679688 +0.244140625000 +-0.027465820312 +-0.141601562500 +0.053466796875 +-0.170898437500 +-0.096679687500 +0.012390136719 +-0.074707031250 +0.101562500000 +0.055664062500 +-0.065429687500 +0.038085937500 +0.012084960938 +-0.071289062500 +-0.043212890625 +0.098144531250 +0.029663085938 +-0.061035156250 +-0.059082031250 +0.019409179688 +-0.055175781250 +-0.088378906250 +-0.095214843750 +-0.059570312500 +-0.098144531250 +0.152343750000 +-0.073242187500 +0.039794921875 +-0.267578125000 +0.021972656250 +-0.024169921875 +0.117187500000 +0.059326171875 +-0.051269531250 +-0.081542968750 +0.205078125000 +0.054443359375 +-0.143554687500 +-0.073242187500 +0.013732910156 +-0.057373046875 +0.081054687500 +0.013549804688 +0.118164062500 +-0.053710937500 +-0.032714843750 +-0.185546875000 +0.111328125000 +-0.036132812500 +0.110839843750 +0.057373046875 +-0.056396484375 +-0.023803710938 +0.208984375000 +0.104003906250 +0.135742187500 +-0.075683593750 +-0.087402343750 +-0.119140625000 +-0.221679687500 +-0.086425781250 +0.136718750000 +0.038574218750 +-0.178710937500 +-0.091796875000 +-0.043212890625 +0.128906250000 +-0.022583007812 +-0.076171875000 +-0.050537109375 +0.137695312500 +0.007598876953 +-0.003646850586 +-0.162109375000 +-0.064453125000 +0.179687500000 +0.057128906250 +0.052246093750 +-0.129882812500 +0.006988525391 +0.167968750000 +-0.081542968750 +-0.155273437500 +0.155273437500 +-0.053222656250 +-0.226562500000 +-0.090820312500 +0.036621093750 +0.119140625000 +-0.015380859375 +-0.021362304688 +-0.165039062500 +-0.083496093750 +0.042724609375 +0.056396484375 +-0.125976562500 +-0.031738281250 +0.104492187500 +-0.024658203125 +-0.020263671875 +-0.033691406250 +-0.006622314453 +-0.104003906250 +-0.077148437500 +0.062255859375 +-0.010559082031 +-0.018798828125 +-0.002700805664 +0.017211914062 +-0.036376953125 +0.005065917969 +-0.061035156250 +-0.017578125000 +0.034667968750 +-0.019775390625 +-0.016113281250 +-0.093750000000 +-0.041015625000 +0.036865234375 +0.049316406250 +0.097167968750 +-0.034179687500 +-0.013000488281 +0.048095703125 +0.009155273438 +-0.006134033203 +0.064941406250 +-0.035400390625 +-0.012878417969 +0.007354736328 +0.057128906250 +-0.113281250000 +0.012817382812 +0.008728027344 +-0.000659942627 +0.026000976562 +-0.079101562500 +-0.081054687500 +-0.004180908203 +-0.121093750000 +0.011840820312 +-0.007476806641 +-0.044189453125 +-0.083984375000 +0.051025390625 +-0.084960937500 +-0.040527343750 +-0.037597656250 +0.032226562500 +0.009460449219 +-0.131835937500 +0.054199218750 +-0.151367187500 +-0.004608154297 +-0.126953125000 +-0.058349609375 +-0.007476806641 +-0.022338867188 +0.125000000000 +0.056396484375 +0.160156250000 +0.081542968750 +-0.007873535156 +0.042236328125 +0.082031250000 +0.032226562500 +-0.194335937500 +-0.013488769531 +-0.129882812500 +-0.025390625000 +0.024169921875 +-0.064941406250 +-0.002746582031 +-0.045898437500 +0.102539062500 +-0.120117187500 +-0.047851562500 +0.099121093750 +-0.042968750000 +-0.000247955322 +-0.016845703125 +-0.119140625000 +0.054199218750 +-0.070800781250 +0.100097656250 +0.052490234375 +-0.048583984375 +0.000827789307 +-0.064941406250 +-0.007659912109 +0.012207031250 +0.075195312500 +0.030639648438 +0.011169433594 +0.016113281250 +-0.082519531250 +-0.077148437500 +0.022094726562 +-0.308593750000 +-0.016235351562 +0.058105468750 +0.007568359375 +-0.022338867188 +-0.059814453125 +0.007232666016 +-0.121093750000 +-0.048828125000 +-0.061279296875 +-0.047851562500 +-0.088867187500 +0.025878906250 +-0.054443359375 +0.084472656250 +0.188476562500 +-0.028076171875 +0.004943847656 +-0.235351562500 +-0.019165039062 +0.035644531250 +-0.083496093750 +-0.125976562500 +-0.201171875000 +-0.242187500000 +-0.022216796875 +-0.060791015625 +0.118164062500 +-0.245117187500 +0.092285156250 +0.038574218750 +0.025024414062 +0.269531250000 +0.217773437500 +-0.096679687500 +0.000560760498 +-0.024047851562 +-0.213867187500 +-0.025024414062 +-0.085937500000 +0.127929687500 +0.103515625000 +-0.132812500000 +-0.194335937500 +0.059814453125 +0.103027343750 +0.239257812500 +-0.029174804688 +-0.025634765625 +-0.186523437500 +-0.125000000000 +-0.247070312500 +-0.094726562500 +0.028320312500 +-0.088867187500 +0.041015625000 +0.099121093750 +0.018920898438 +0.118652343750 +0.163085937500 +0.188476562500 +0.039062500000 +-0.143554687500 +-0.021240234375 +0.180664062500 +0.044677734375 +0.347656250000 +-0.153320312500 +0.111328125000 +0.075683593750 +0.079589843750 +0.023071289062 +-0.410156250000 +-0.198242187500 +-0.324218750000 +-0.177734375000 +0.140625000000 +0.018798828125 +0.174804687500 +-0.091308593750 +-0.190429687500 +-0.176757812500 +0.106445312500 +0.189453125000 +-0.030029296875 +0.053222656250 +-0.161132812500 +-0.207031250000 +-0.103515625000 +0.079589843750 +0.135742187500 +-0.054687500000 +-0.046142578125 +0.155273437500 +-0.248046875000 +-0.251953125000 +0.186523437500 +-0.003692626953 +-0.118164062500 +0.066894531250 +0.211914062500 +-0.088378906250 +-0.013427734375 +-0.011108398438 +0.008605957031 +-0.123535156250 +0.002441406250 +-0.128906250000 +-0.106933593750 +0.253906250000 +-0.075195312500 +-0.300781250000 +-0.018554687500 +-0.034912109375 +0.153320312500 +0.052001953125 +-0.169921875000 +0.087890625000 +-0.059082031250 +-0.168945312500 +-0.073242187500 +-0.176757812500 +-0.018188476562 +-0.162109375000 +-0.000349044800 +0.040771484375 +0.197265625000 +-0.072753906250 +-0.237304687500 +-0.064941406250 +-0.138671875000 +-0.198242187500 +0.122070312500 +-0.174804687500 +-0.097656250000 +-0.113281250000 +-0.087402343750 +-0.310546875000 +0.166992187500 +-0.054199218750 +0.146484375000 +0.066894531250 +-0.071289062500 +0.203125000000 +-0.128906250000 +0.104003906250 +0.166015625000 +-0.169921875000 +0.127929687500 +-0.263671875000 +0.201171875000 +0.023925781250 +0.082031250000 +-0.072265625000 +0.090820312500 +0.039062500000 +-0.082519531250 +0.051757812500 +-0.042968750000 +-0.092773437500 +0.072265625000 +-0.142578125000 +-0.028320312500 +0.067382812500 +-0.147460937500 +0.020507812500 +-0.012634277344 +-0.033447265625 +0.052246093750 +-0.086425781250 +-0.126953125000 +0.154296875000 +0.044921875000 +-0.084472656250 +0.048828125000 +0.061523437500 +-0.046386718750 +-0.002365112305 +0.067382812500 +0.104003906250 +-0.122558593750 +-0.106933593750 +-0.034423828125 +0.173828125000 +0.152343750000 +0.064453125000 +0.007934570312 +-0.072753906250 +0.045166015625 +-0.074707031250 +-0.017578125000 +0.007995605469 +0.034667968750 +-0.093261718750 +0.053466796875 +0.004211425781 +0.025634765625 +0.079101562500 +0.113281250000 +-0.157226562500 +-0.018310546875 +0.152343750000 +-0.054687500000 +-0.007446289062 +-0.099609375000 +0.046386718750 +-0.107910156250 +0.039062500000 +-0.091796875000 +0.068359375000 +0.158203125000 +-0.036376953125 +0.005432128906 +0.069335937500 +0.019775390625 +0.183593750000 +-0.045898437500 +-0.085449218750 +0.020874023438 +0.010620117188 +-0.070312500000 +0.002975463867 +-0.015258789062 +-0.063476562500 +0.050537109375 +0.063476562500 +-0.092285156250 +0.023071289062 +0.057861328125 +-0.065429687500 +-0.098632812500 +0.015991210938 +0.128906250000 +-0.065917968750 +0.115234375000 +0.184570312500 +0.097656250000 +-0.008178710938 +-0.037353515625 +0.019287109375 +-0.030029296875 +0.060791015625 +-0.074707031250 +-0.010681152344 +-0.153320312500 +-0.021850585938 +0.081054687500 +0.034179687500 +0.126953125000 +0.030151367188 +-0.001243591309 +0.127929687500 +-0.036621093750 +-0.004058837891 +0.172851562500 +-0.019653320312 +0.181640625000 +-0.101074218750 +-0.039550781250 +0.190429687500 +-0.134765625000 +0.029174804688 +0.084472656250 +-0.055419921875 +-0.041503906250 +-0.078125000000 +-0.046386718750 +0.133789062500 +0.040039062500 +-0.010803222656 +0.067382812500 +-0.033447265625 +0.006530761719 +0.073242187500 +-0.070312500000 +0.015319824219 +-0.020507812500 +0.050048828125 +0.097656250000 +0.010925292969 +0.115722656250 +-0.224609375000 +-0.089843750000 +0.010192871094 +0.110351562500 +-0.106445312500 +-0.141601562500 +-0.033203125000 +-0.186523437500 +-0.045410156250 +-0.060302734375 +0.188476562500 +-0.082031250000 +0.064941406250 +-0.165039062500 +0.109375000000 +-0.032470703125 +-0.161132812500 +-0.000526428223 +-0.146484375000 +-0.100097656250 +-0.151367187500 +0.099121093750 +-0.147460937500 +-0.058837890625 +-0.117187500000 +0.130859375000 +-0.098144531250 +0.008850097656 +-0.036621093750 +-0.182617187500 +0.095703125000 +0.083984375000 +0.062255859375 +-0.001571655273 +-0.061767578125 +-0.083496093750 +-0.032714843750 +-0.030639648438 +-0.049560546875 +-0.142578125000 +-0.031982421875 +-0.005371093750 +-0.021240234375 +-0.216796875000 +-0.137695312500 +-0.060058593750 +-0.269531250000 +0.109863281250 +0.107421875000 +-0.036621093750 +-0.002944946289 +0.015136718750 +-0.121582031250 +0.105957031250 +0.008728027344 +0.086914062500 +-0.198242187500 +-0.187500000000 +-0.019531250000 +0.003738403320 +-0.190429687500 +-0.107421875000 +-0.005859375000 +0.082031250000 +-0.124511718750 +-0.105957031250 +0.190429687500 +0.104980468750 +0.069824218750 +-0.033447265625 +-0.089355468750 +0.053466796875 +0.078613281250 +0.172851562500 +0.080078125000 +-0.111328125000 +0.070800781250 +-0.042724609375 +0.017211914062 +0.065429687500 +0.013793945312 +0.024658203125 +-0.038818359375 +0.152343750000 +-0.034423828125 +-0.149414062500 +-0.040283203125 +0.023803710938 +0.135742187500 +-0.030517578125 +-0.074218750000 +0.008178710938 +-0.337890625000 +-0.044677734375 +-0.005279541016 +-0.011962890625 +-0.170898437500 +-0.123535156250 +0.009643554688 +0.173828125000 +-0.096679687500 +0.085449218750 +0.100585937500 +0.064941406250 +-0.087402343750 +-0.113281250000 +-0.101074218750 +0.006958007812 +-0.031738281250 +0.085937500000 +-0.130859375000 +-0.208007812500 +-0.141601562500 +-0.023437500000 +-0.129882812500 +-0.013244628906 +0.104980468750 +-0.188476562500 +-0.227539062500 +-0.057861328125 +0.049072265625 +0.092285156250 +0.090820312500 +0.098632812500 +0.032226562500 +-0.066894531250 +-0.085449218750 +0.001808166504 +0.234375000000 +0.054687500000 +0.033935546875 +0.118652343750 +-0.133789062500 +0.104003906250 +0.142578125000 +-0.093750000000 +0.122558593750 +0.119140625000 +0.003143310547 +-0.040771484375 +-0.277343750000 +0.062988281250 +-0.127929687500 +-0.170898437500 +0.182617187500 +-0.037109375000 +-0.091796875000 +0.055664062500 +0.126953125000 +-0.073242187500 +-0.030029296875 +0.174804687500 +0.244140625000 +-0.032958984375 +0.142578125000 +0.106933593750 +0.188476562500 +0.082519531250 +-0.022827148438 +-0.016601562500 +-0.168945312500 +0.261718750000 +0.235351562500 +-0.068847656250 +0.135742187500 +-0.160156250000 +0.009826660156 +0.005310058594 +0.130859375000 +-0.035400390625 +0.148437500000 +0.202148437500 +0.063964843750 +0.085937500000 +0.078125000000 +-0.359375000000 +-0.021362304688 +0.158203125000 +-0.149414062500 +-0.013488769531 +0.127929687500 +0.120605468750 +-0.124023437500 +-0.107910156250 +-0.001853942871 +0.074218750000 +0.027099609375 +0.089355468750 +0.086914062500 +-0.095214843750 +0.134765625000 +0.077636718750 +-0.074218750000 +-0.152343750000 +-0.047363281250 +-0.057128906250 +-0.183593750000 +0.019897460938 +0.110351562500 +0.014526367188 +-0.127929687500 +-0.170898437500 +-0.165039062500 +0.008178710938 +-0.115234375000 +-0.029174804688 +-0.083007812500 +0.014038085938 +0.164062500000 +0.094238281250 +-0.014892578125 +0.060302734375 +0.108398437500 +-0.054199218750 +0.002136230469 +-0.020019531250 +0.184570312500 +0.116699218750 +0.224609375000 +-0.009155273438 +0.095703125000 +-0.107421875000 +-0.034179687500 +0.062255859375 +0.160156250000 +-0.116699218750 +-0.073730468750 +0.070800781250 +-0.160156250000 +-0.083496093750 +-0.206054687500 +-0.141601562500 +-0.044433593750 +0.170898437500 +0.094726562500 +-0.046386718750 +0.157226562500 +0.025634765625 +0.056884765625 +0.066894531250 +-0.005249023438 +-0.039306640625 +0.196289062500 +-0.153320312500 +-0.042480468750 +-0.223632812500 +-0.026733398438 +0.080566406250 +-0.147460937500 +-0.151367187500 +0.061035156250 +-0.158203125000 +0.142578125000 +-0.188476562500 +-0.111816406250 +0.039550781250 +-0.002624511719 +-0.011474609375 +0.086425781250 +-0.000957489014 +0.008300781250 +0.068847656250 +0.009826660156 +-0.077636718750 +0.001213073730 +0.011535644531 +-0.012268066406 +0.070312500000 +-0.028686523438 +-0.054931640625 +-0.005279541016 +0.068359375000 +-0.071289062500 +0.132812500000 +-0.113769531250 +0.233398437500 +-0.037109375000 +-0.114257812500 +-0.049072265625 +0.016235351562 +0.208984375000 +0.008850097656 +0.005798339844 +-0.046630859375 +-0.014221191406 +0.111328125000 +0.002243041992 +-0.086914062500 +-0.126953125000 +0.085449218750 +0.001388549805 +-0.087890625000 +0.034667968750 +0.086425781250 +-0.072753906250 +-0.006713867188 +0.083984375000 +0.121582031250 +-0.029907226562 +-0.055908203125 +0.058105468750 +-0.113769531250 +0.091308593750 +0.079589843750 +0.028930664062 +-0.046142578125 +0.007202148438 +-0.129882812500 +-0.109375000000 +0.160156250000 +0.059326171875 +-0.129882812500 +-0.059570312500 +-0.057617187500 +-0.029785156250 +0.040771484375 +-0.053955078125 +-0.211914062500 +0.028442382812 +-0.136718750000 +-0.019409179688 +-0.136718750000 +-0.109375000000 +0.169921875000 +-0.089843750000 +0.166992187500 +0.044677734375 +-0.052734375000 +0.049316406250 +0.006958007812 +-0.253906250000 +-0.030883789062 +-0.091796875000 +0.023925781250 +-0.115234375000 +0.066406250000 +0.032470703125 +-0.070312500000 +-0.046386718750 +0.010986328125 +0.202148437500 +-0.215820312500 +0.093750000000 +-0.062255859375 +0.068847656250 +0.102539062500 +0.003738403320 +0.072265625000 +0.008117675781 +-0.088867187500 +0.251953125000 +-0.271484375000 +-0.082031250000 +-0.000280380249 +-0.037841796875 +0.139648437500 +-0.080078125000 +0.030517578125 +-0.120117187500 +0.070800781250 +0.073730468750 +0.064453125000 +0.071289062500 +-0.096679687500 +-0.195312500000 +-0.119140625000 +0.072753906250 +-0.057617187500 +-0.037597656250 +-0.224609375000 +-0.164062500000 +-0.029907226562 +0.024169921875 +0.190429687500 +0.050292968750 +0.221679687500 +0.181640625000 +0.128906250000 +0.160156250000 +0.071777343750 +-0.142578125000 +0.176757812500 +0.246093750000 +-0.104980468750 +0.143554687500 +0.070312500000 +0.076660156250 +0.104980468750 +0.129882812500 +-0.025756835938 +0.147460937500 +0.129882812500 +-0.147460937500 +-0.080078125000 +0.201171875000 +-0.086914062500 +-0.210937500000 +-0.099121093750 +-0.067871093750 +0.125000000000 +-0.028320312500 +-0.076171875000 +0.190429687500 +-0.025268554688 +0.038330078125 +0.053222656250 +-0.017944335938 +-0.021240234375 +-0.114257812500 +0.013488769531 +-0.084472656250 +0.081542968750 +0.090332031250 +0.071289062500 +0.137695312500 +-0.028320312500 +0.062011718750 +0.036621093750 +-0.084960937500 +-0.010620117188 +0.075683593750 +0.102050781250 +0.138671875000 +0.044921875000 +-0.014282226562 +0.222656250000 +0.020141601562 +0.022460937500 +-0.019897460938 +0.036132812500 +0.087890625000 +-0.219726562500 +-0.103027343750 +-0.155273437500 +0.100097656250 +0.033691406250 +0.080078125000 +0.101562500000 +-0.003631591797 +-0.152343750000 +-0.166992187500 +-0.109863281250 +-0.079589843750 +0.012329101562 +0.035156250000 +0.038085937500 +-0.142578125000 +0.161132812500 +-0.053222656250 +-0.051269531250 +0.155273437500 +0.000042915344 +0.011474609375 +-0.041015625000 +-0.062500000000 +0.121093750000 +0.136718750000 +-0.141601562500 +-0.108398437500 +-0.312500000000 +0.094238281250 +-0.026245117188 +-0.122558593750 +0.173828125000 +-0.022949218750 +0.190429687500 +0.036132812500 +-0.003738403320 +-0.234375000000 +0.123535156250 +-0.143554687500 +0.048095703125 +-0.110351562500 +-0.012145996094 +0.077148437500 +-0.032226562500 +0.015441894531 +0.153320312500 +-0.070800781250 +-0.206054687500 +-0.333984375000 +0.081542968750 +0.045898437500 +0.123046875000 +0.031250000000 +-0.100585937500 +-0.038818359375 +0.019409179688 +-0.175781250000 +-0.154296875000 +-0.001449584961 +-0.225585937500 +0.089843750000 +0.026489257812 +0.026367187500 +0.027709960938 +-0.298828125000 +-0.043701171875 +-0.086914062500 +-0.017089843750 +-0.023559570312 +-0.097167968750 +0.116210937500 +-0.142578125000 +-0.044189453125 +-0.000633239746 +0.002120971680 +0.003189086914 +0.084472656250 +0.010559082031 +-0.154296875000 +-0.043457031250 +0.187500000000 +0.008789062500 +0.043945312500 +0.007873535156 +-0.149414062500 +-0.076171875000 +0.044921875000 +-0.015441894531 +-0.059326171875 +-0.061035156250 +0.080566406250 +-0.026489257812 +-0.159179687500 +-0.013488769531 +-0.002288818359 +-0.044189453125 +-0.166992187500 +-0.184570312500 +-0.064941406250 +0.101074218750 +0.005706787109 +-0.077636718750 +-0.051025390625 +-0.005126953125 +-0.032226562500 +0.015991210938 +0.054687500000 +-0.029296875000 +0.002456665039 +-0.048095703125 +-0.009887695312 +0.171875000000 +0.039550781250 +0.062500000000 +0.129882812500 +0.015625000000 +0.112304687500 +0.020019531250 +0.070312500000 +-0.080566406250 +0.008239746094 +0.275390625000 +0.003890991211 +0.074218750000 +-0.059082031250 +0.121582031250 +-0.222656250000 +0.029541015625 +-0.150390625000 +0.178710937500 +-0.064453125000 +0.012390136719 +0.167968750000 +0.083496093750 +-0.176757812500 +-0.148437500000 +0.116210937500 +-0.054931640625 +-0.006164550781 +0.124023437500 +0.122558593750 +-0.007507324219 +-0.062988281250 +0.094238281250 +-0.012207031250 +0.041748046875 +-0.176757812500 +-0.047851562500 +0.042968750000 +-0.085449218750 +0.127929687500 +0.050048828125 +-0.025268554688 +0.271484375000 +0.072753906250 +0.005065917969 +0.031738281250 +-0.060791015625 +0.049072265625 +-0.043945312500 +0.219726562500 +-0.039306640625 +-0.104980468750 +-0.102539062500 +-0.040771484375 +0.044433593750 +0.259765625000 +-0.129882812500 +0.023315429688 +0.062011718750 +0.004272460938 +0.076660156250 +-0.232421875000 +-0.200195312500 +0.027343750000 +-0.115722656250 +-0.135742187500 +0.104492187500 +-0.010131835938 +0.226562500000 +0.147460937500 +0.007354736328 +-0.002395629883 +0.363281250000 +-0.160156250000 +-0.211914062500 +0.080566406250 +0.126953125000 +-0.087890625000 +0.072265625000 +0.088378906250 +-0.123046875000 +-0.145507812500 +0.009277343750 +0.097656250000 +-0.175781250000 +0.059570312500 +0.136718750000 +-0.186523437500 +-0.308593750000 +0.111328125000 +0.071289062500 +-0.088378906250 +0.098144531250 +-0.045654296875 +0.104492187500 +0.089355468750 +0.035156250000 +-0.184570312500 +0.071289062500 +0.014526367188 +0.166015625000 +0.067382812500 +0.033447265625 +0.084472656250 +0.174804687500 +-0.087402343750 +0.093261718750 +-0.218750000000 +-0.027954101562 +-0.010986328125 +-0.125976562500 +-0.261718750000 +0.004119873047 +0.006744384766 +-0.125976562500 +0.049560546875 +-0.165039062500 +0.005645751953 +0.236328125000 +0.066894531250 +0.177734375000 +0.001785278320 +-0.172851562500 +-0.126953125000 +-0.018920898438 +-0.175781250000 +-0.052001953125 +-0.015991210938 +0.086425781250 +0.155273437500 +0.015441894531 +0.113769531250 +-0.047851562500 +-0.011535644531 +0.091308593750 +-0.104980468750 +0.137695312500 +-0.119140625000 +0.093750000000 +-0.019287109375 +-0.041992187500 +-0.112792968750 +-0.163085937500 +-0.000480651855 +-0.045410156250 +-0.024047851562 +-0.026367187500 +0.057617187500 +-0.030639648438 +-0.052246093750 +-0.043701171875 +0.169921875000 +0.145507812500 +-0.186523437500 +0.141601562500 +0.016357421875 +0.093261718750 +0.059814453125 +-0.067871093750 +-0.061035156250 +-0.058593750000 +0.082519531250 +-0.210937500000 +0.003555297852 +-0.077148437500 +0.128906250000 +0.172851562500 +-0.065917968750 +-0.016357421875 +-0.005645751953 +0.097656250000 +-0.045898437500 +-0.026733398438 +0.087890625000 +0.028564453125 +-0.056396484375 +0.066894531250 +-0.157226562500 +0.050292968750 +0.026245117188 +0.052001953125 +0.093261718750 +0.033203125000 +-0.079589843750 +-0.104980468750 +0.026855468750 +0.028564453125 +-0.111816406250 +-0.074707031250 +-0.287109375000 +0.063476562500 +-0.043945312500 +-0.127929687500 +-0.096191406250 +0.277343750000 +0.148437500000 +0.079589843750 +0.105957031250 +0.034179687500 +0.070800781250 +0.068359375000 +-0.096679687500 +-0.038574218750 +-0.090820312500 +0.010864257812 +-0.038818359375 +-0.043701171875 +-0.121582031250 +-0.080566406250 +-0.132812500000 +-0.042236328125 +-0.037597656250 +0.150390625000 +0.006622314453 +-0.294921875000 +0.122070312500 +-0.066406250000 +0.108886718750 +-0.047851562500 +-0.056396484375 +-0.007263183594 +0.019775390625 +-0.112792968750 +-0.102539062500 +-0.113769531250 +-0.147460937500 +0.168945312500 +-0.189453125000 +0.083007812500 +0.020996093750 +-0.035400390625 +-0.029663085938 +0.031494140625 +0.022460937500 +0.118164062500 +-0.115234375000 +0.040527343750 +-0.064453125000 +-0.132812500000 +0.069335937500 +0.154296875000 +-0.081542968750 +0.025024414062 +-0.029418945312 +-0.061279296875 +-0.012023925781 +0.063964843750 +0.113769531250 +0.174804687500 +-0.023803710938 +0.078613281250 +-0.043945312500 +-0.105468750000 +-0.136718750000 +-0.007629394531 +-0.152343750000 +-0.088867187500 +0.047607421875 +-0.053466796875 +-0.146484375000 +-0.078125000000 +0.111328125000 +0.036621093750 +-0.003936767578 +0.110839843750 +-0.208984375000 +-0.185546875000 +0.103515625000 +0.098144531250 +-0.010009765625 +-0.138671875000 +0.253906250000 +0.240234375000 +0.263671875000 +0.166992187500 +-0.075195312500 +-0.034912109375 +-0.230468750000 +-0.134765625000 +0.187500000000 +-0.016845703125 +-0.148437500000 +0.049560546875 +0.156250000000 +-0.110839843750 +-0.092285156250 +-0.025268554688 +0.152343750000 +0.096679687500 +-0.067871093750 +0.091796875000 +0.089843750000 +0.018554687500 +-0.073242187500 +0.228515625000 +0.056152343750 +-0.026855468750 +-0.131835937500 +-0.076660156250 +-0.217773437500 +0.119628906250 +-0.050781250000 +-0.122070312500 +0.032714843750 +0.032226562500 +-0.090332031250 +-0.145507812500 +-0.020141601562 +-0.062988281250 +0.081054687500 +-0.152343750000 +-0.059326171875 +-0.159179687500 +-0.043457031250 +0.024047851562 +-0.040527343750 +-0.109863281250 +-0.197265625000 +-0.046142578125 +0.002731323242 +-0.245117187500 +-0.232421875000 +0.087402343750 +0.006896972656 +-0.037353515625 +0.051513671875 +0.025878906250 +-0.011230468750 +-0.049316406250 +0.082031250000 +-0.180664062500 +0.052001953125 +-0.045410156250 +-0.097167968750 +0.097167968750 +-0.033447265625 +0.082519531250 +0.022949218750 +0.044189453125 +-0.135742187500 +-0.204101562500 +0.142578125000 +0.148437500000 +0.015991210938 +0.089843750000 +-0.103027343750 +0.079589843750 +0.015136718750 +0.015258789062 +0.053955078125 +-0.044677734375 +0.093750000000 +-0.380859375000 +-0.061035156250 +-0.031738281250 +-0.038574218750 +-0.143554687500 +-0.255859375000 +-0.021850585938 +0.066406250000 +0.164062500000 +-0.146484375000 +-0.131835937500 +0.067871093750 +0.031494140625 +-0.283203125000 +-0.182617187500 +0.034667968750 +-0.070312500000 +0.058349609375 +-0.014953613281 +-0.027465820312 +-0.058349609375 +-0.151367187500 +-0.129882812500 +0.009887695312 +-0.013977050781 +0.112792968750 +-0.183593750000 +-0.070312500000 +0.069824218750 +0.044433593750 +0.067382812500 +0.000778198242 +0.144531250000 +-0.058349609375 +0.033691406250 +0.093750000000 +-0.208007812500 +-0.015747070312 +0.160156250000 +0.048339843750 +-0.043457031250 +0.112792968750 +0.105468750000 +0.053955078125 +0.080566406250 +-0.030639648438 +-0.039550781250 +0.196289062500 +-0.002853393555 +0.072265625000 +-0.024780273438 +0.074707031250 +0.208984375000 +-0.037597656250 +0.014892578125 +0.032226562500 +-0.074218750000 +0.097656250000 +0.333984375000 +-0.402343750000 +-0.015258789062 +0.052734375000 +-0.194335937500 +-0.079589843750 +0.241210937500 +-0.155273437500 +0.089843750000 +-0.122558593750 +0.019287109375 +0.025146484375 +-0.204101562500 +-0.090332031250 +-0.051513671875 +0.038574218750 +-0.249023437500 +-0.169921875000 +-0.131835937500 +-0.150390625000 +0.127929687500 +-0.177734375000 +0.036621093750 +-0.101562500000 +-0.046142578125 +-0.046142578125 +0.158203125000 +0.042724609375 +0.067382812500 +-0.109863281250 +0.028198242188 +0.125976562500 +-0.073242187500 +-0.000633239746 +0.153320312500 +0.119628906250 +0.005554199219 +-0.065917968750 +0.081054687500 +0.068847656250 +0.037109375000 +-0.209960937500 +0.156250000000 +-0.161132812500 +-0.082031250000 +-0.073730468750 +-0.092773437500 +0.061279296875 +0.123535156250 +0.228515625000 +-0.010925292969 +0.076171875000 +0.046386718750 +-0.007232666016 +0.213867187500 +-0.080078125000 +-0.032958984375 +-0.090820312500 +-0.043945312500 +0.008300781250 +-0.104003906250 +0.128906250000 +-0.028198242188 +-0.035888671875 +-0.074707031250 +0.028076171875 +0.131835937500 +-0.004821777344 +-0.149414062500 +0.108398437500 +-0.029907226562 +0.124023437500 +-0.048828125000 +0.030761718750 +0.040771484375 +0.021118164062 +0.059570312500 +0.063476562500 +-0.110351562500 +-0.155273437500 +-0.275390625000 +-0.102050781250 +-0.090332031250 +0.027099609375 +0.056640625000 +0.065917968750 +-0.094726562500 +-0.092773437500 +-0.082031250000 +0.056884765625 +-0.080078125000 +-0.133789062500 +0.068359375000 +0.147460937500 +-0.000507354736 +-0.099609375000 +-0.010803222656 +-0.221679687500 +-0.017333984375 +0.026855468750 +-0.020629882812 +-0.089355468750 +0.161132812500 +-0.107910156250 +-0.010681152344 +-0.038330078125 +-0.101562500000 +-0.037841796875 +-0.045654296875 +0.020019531250 +-0.094726562500 +-0.097656250000 +-0.041992187500 +-0.010437011719 +-0.061523437500 +-0.006835937500 +0.006256103516 +0.341796875000 +-0.062500000000 +-0.053955078125 +0.093750000000 +-0.244140625000 +0.163085937500 +-0.134765625000 +0.069824218750 +-0.065917968750 +0.154296875000 +0.010375976562 +0.273437500000 +-0.034667968750 +-0.110351562500 +-0.049316406250 +-0.047363281250 +0.017578125000 +-0.007934570312 +0.052490234375 +-0.202148437500 +-0.019653320312 +0.011657714844 +-0.170898437500 +0.035888671875 +-0.112792968750 +0.014221191406 +0.161132812500 +-0.147460937500 +-0.104003906250 +0.000044345856 +-0.058349609375 +-0.015991210938 +-0.126953125000 +0.148437500000 +-0.147460937500 +-0.001937866211 +-0.039306640625 +-0.112792968750 +0.118652343750 +0.022094726562 +-0.069335937500 +0.042236328125 +0.106933593750 +0.033935546875 +0.031005859375 +0.035644531250 +-0.040527343750 +0.066894531250 +0.163085937500 +0.079101562500 +-0.246093750000 +-0.103515625000 +0.020263671875 +0.015625000000 +-0.007873535156 +-0.052246093750 +0.001617431641 +0.062255859375 +-0.075683593750 +0.057373046875 +-0.060302734375 +-0.035156250000 +0.085449218750 +-0.150390625000 +0.047607421875 +-0.119628906250 +0.079589843750 +0.111328125000 +-0.205078125000 +-0.166992187500 +-0.159179687500 +-0.139648437500 +-0.042480468750 +0.115234375000 +-0.058105468750 +-0.216796875000 +0.041748046875 +0.137695312500 +-0.041748046875 +-0.094726562500 +0.051269531250 +0.060791015625 +0.073242187500 +-0.055419921875 +-0.101074218750 +0.072753906250 +0.077148437500 +-0.055664062500 +0.009277343750 +0.072265625000 +-0.005584716797 +-0.024291992188 +-0.011596679688 +0.008972167969 +0.038085937500 +-0.100585937500 +-0.149414062500 +0.023559570312 +0.061767578125 +0.013366699219 +-0.055664062500 +-0.198242187500 +0.081054687500 +0.035644531250 +0.035644531250 +0.011108398438 +0.008117675781 +0.037353515625 +-0.005493164062 +-0.036865234375 +0.067871093750 +0.104003906250 +0.006713867188 +0.094238281250 +0.082519531250 +-0.005340576172 +0.004699707031 +-0.072753906250 +-0.124023437500 +0.043701171875 +0.026367187500 +0.005676269531 +0.072265625000 +-0.028686523438 +0.096191406250 +-0.050781250000 +-0.061035156250 +0.047607421875 +-0.071777343750 +0.019409179688 +0.000923156738 +0.025268554688 +0.001441955566 +0.097656250000 +-0.026245117188 +0.000392913818 +-0.022705078125 +0.073242187500 +-0.022460937500 +-0.103027343750 +-0.014282226562 +-0.085937500000 +0.020874023438 +-0.053710937500 +0.087402343750 +0.044189453125 +-0.002761840820 +0.146484375000 +0.032714843750 +0.034912109375 +-0.026000976562 +0.013305664062 +0.025512695312 +0.003936767578 +0.106445312500 +0.069824218750 +-0.128906250000 +-0.039550781250 +-0.095703125000 +-0.046875000000 +-0.034667968750 +-0.016723632812 +0.047851562500 +-0.104003906250 +-0.003173828125 +-0.028930664062 +-0.012878417969 +-0.054687500000 +-0.121093750000 +0.061035156250 +-0.012817382812 +0.068359375000 +-0.083007812500 +-0.047363281250 +0.021118164062 +0.138671875000 +0.018676757812 +-0.126953125000 +0.131835937500 +-0.010864257812 +-0.026611328125 +-0.090820312500 +0.059570312500 +0.006225585938 +-0.082519531250 +0.180664062500 +0.091796875000 +0.054931640625 +0.071289062500 +0.017089843750 +-0.079589843750 +0.035888671875 +0.059326171875 +-0.053466796875 +-0.140625000000 +-0.091308593750 +0.002227783203 +0.006652832031 +-0.049804687500 +-0.058349609375 +-0.059814453125 +-0.141601562500 +-0.028198242188 +0.085449218750 +0.031127929688 +-0.030151367188 +-0.022705078125 +-0.048095703125 +0.125000000000 +-0.043212890625 +-0.078125000000 +0.044921875000 +0.106933593750 +0.002288818359 +-0.062255859375 +-0.094238281250 +-0.030517578125 +0.026855468750 +-0.045654296875 +0.041503906250 +0.009155273438 +-0.061523437500 +-0.072753906250 +0.096191406250 +0.115722656250 +-0.090820312500 +-0.015441894531 +0.011108398438 +-0.021484375000 +-0.119140625000 +-0.004638671875 +-0.072753906250 +-0.085937500000 +0.031250000000 +-0.118164062500 +0.005615234375 +0.105957031250 +-0.087890625000 +-0.028808593750 +-0.048095703125 +0.058105468750 +-0.057861328125 +-0.079589843750 +-0.005493164062 +0.064453125000 +-0.066894531250 +-0.140625000000 +-0.045654296875 +-0.036376953125 +0.028442382812 +-0.065917968750 +-0.008178710938 +-0.014587402344 +-0.139648437500 +-0.057861328125 +-0.031738281250 +-0.044921875000 +-0.031738281250 +0.024780273438 +-0.003265380859 +-0.032714843750 +-0.105468750000 +-0.103515625000 +-0.105468750000 +0.039062500000 +-0.083496093750 +0.127929687500 +-0.083496093750 +-0.048583984375 +-0.045654296875 +-0.063964843750 +-0.034179687500 +0.114746093750 +-0.097167968750 +-0.029418945312 +0.112792968750 +-0.036621093750 +0.113769531250 +-0.126953125000 +0.074218750000 +0.113769531250 +-0.022216796875 +0.032714843750 +-0.000717163086 +0.000028491020 +0.103515625000 +-0.010498046875 +-0.070312500000 +-0.121582031250 +0.029052734375 +-0.077148437500 +0.025878906250 +0.053710937500 +-0.150390625000 +0.083496093750 +-0.123535156250 +-0.018554687500 +0.057128906250 +-0.074707031250 +-0.062988281250 +0.056152343750 +0.078613281250 +0.103027343750 +0.019897460938 +-0.071289062500 +0.041992187500 +0.073242187500 +-0.029418945312 +-0.007720947266 +-0.117187500000 +0.022460937500 +-0.031982421875 +-0.130859375000 +0.005798339844 +-0.104492187500 +-0.090332031250 +0.061767578125 +0.054687500000 +-0.060546875000 +0.040039062500 +-0.068847656250 +-0.011718750000 +0.014221191406 +0.036865234375 +-0.057617187500 +0.084960937500 +0.032470703125 +-0.092285156250 +0.008361816406 +0.035400390625 +-0.035644531250 +-0.076660156250 +0.013244628906 +-0.044921875000 +0.062988281250 +-0.163085937500 +-0.205078125000 +-0.062500000000 +0.080566406250 +-0.009948730469 +-0.127929687500 +0.008056640625 +0.004089355469 +-0.048095703125 +0.057617187500 +-0.038085937500 +0.004302978516 +-0.025512695312 +-0.154296875000 +-0.102050781250 +0.246093750000 +-0.071777343750 +-0.134765625000 +0.195312500000 +0.003799438477 +-0.210937500000 +-0.240234375000 +-0.199218750000 +0.180664062500 +-0.072753906250 +-0.031005859375 +0.057128906250 +-0.225585937500 +-0.119140625000 +-0.209960937500 +0.133789062500 +0.135742187500 +0.127929687500 +0.159179687500 +0.149414062500 +-0.087890625000 +0.029785156250 +0.144531250000 +0.045166015625 +0.090332031250 +-0.222656250000 +-0.118652343750 +-0.024414062500 +-0.269531250000 +0.026123046875 +-0.040771484375 +0.030517578125 +-0.217773437500 +-0.092773437500 +0.111328125000 +-0.013427734375 +-0.017822265625 +0.003829956055 +0.010192871094 +0.101074218750 +0.101074218750 +0.066406250000 +-0.047119140625 +0.023193359375 +0.120605468750 +0.201171875000 +0.265625000000 +0.011169433594 +-0.159179687500 +-0.051513671875 +0.046875000000 +0.134765625000 +-0.035888671875 +0.012207031250 +0.099609375000 +0.051513671875 +-0.174804687500 +0.107910156250 +0.012512207031 +-0.193359375000 +-0.232421875000 +-0.025146484375 +-0.015502929688 +0.144531250000 +-0.092285156250 +0.111816406250 +-0.024047851562 +-0.069824218750 +0.036132812500 +-0.040039062500 +-0.265625000000 +-0.108886718750 +0.187500000000 +-0.103515625000 +0.070312500000 +0.051269531250 +-0.110839843750 +-0.015625000000 +-0.095703125000 +-0.085449218750 +-0.287109375000 +0.005249023438 +-0.069335937500 +0.314453125000 +0.031494140625 +-0.099121093750 +0.170898437500 +0.114746093750 +-0.019287109375 +0.049804687500 +0.075195312500 +0.031250000000 +-0.125000000000 +0.210937500000 +-0.140625000000 +0.125000000000 +-0.071777343750 +0.152343750000 +-0.119140625000 +-0.070800781250 +-0.053710937500 +0.005462646484 +0.115234375000 +-0.068359375000 +0.178710937500 +-0.070312500000 +0.039306640625 +-0.036376953125 +0.113281250000 +-0.126953125000 +-0.054687500000 +-0.038574218750 +0.112304687500 +0.059326171875 +0.054443359375 +0.191406250000 +0.136718750000 +-0.057617187500 +-0.031738281250 +-0.058837890625 +0.109375000000 +0.000709533691 +0.076171875000 +-0.044921875000 +-0.057373046875 +0.072753906250 +-0.008728027344 +-0.059326171875 +0.071777343750 +-0.051757812500 +0.012878417969 +-0.080566406250 +-0.084472656250 +-0.092773437500 +-0.135742187500 +-0.026000976562 +0.055664062500 +-0.160156250000 +0.137695312500 +-0.078613281250 +0.011840820312 +0.071777343750 +-0.200195312500 +-0.204101562500 +-0.054931640625 +0.122070312500 +0.211914062500 +0.082519531250 +0.080078125000 +0.086914062500 +0.028564453125 +0.042236328125 +0.164062500000 +0.034423828125 +0.222656250000 +0.030761718750 +-0.128906250000 +0.030517578125 +-0.095703125000 +0.045898437500 +-0.113281250000 +-0.221679687500 +-0.010681152344 +0.000873565674 +-0.055664062500 +-0.047363281250 +-0.082519531250 +-0.028686523438 +0.057617187500 +0.019897460938 +0.039062500000 +-0.065917968750 +0.118652343750 +0.060791015625 +0.012512207031 +0.153320312500 +-0.057617187500 +-0.006408691406 +-0.017822265625 +-0.021728515625 +0.114746093750 +0.014587402344 +0.024414062500 +-0.048339843750 +-0.038574218750 +0.110839843750 +0.107421875000 +-0.020874023438 +0.118652343750 +0.008056640625 +-0.104492187500 +-0.134765625000 +-0.153320312500 +-0.047607421875 +-0.109863281250 +0.183593750000 +0.089843750000 +0.047119140625 +-0.026611328125 +-0.148437500000 +0.255859375000 +-0.042480468750 +0.192382812500 +-0.075683593750 +-0.032470703125 +0.125976562500 +0.012329101562 +-0.373046875000 +-0.152343750000 +-0.116210937500 +-0.054443359375 +-0.051513671875 +-0.269531250000 +0.045410156250 +-0.186523437500 +0.044677734375 +0.032958984375 +-0.005615234375 +0.124023437500 +-0.090332031250 +0.138671875000 +0.033203125000 +-0.187500000000 +-0.248046875000 +-0.055908203125 +0.183593750000 +0.005950927734 +-0.075195312500 +-0.163085937500 +-0.022094726562 +-0.150390625000 +0.144531250000 +0.226562500000 +-0.077148437500 +0.168945312500 +0.119628906250 +-0.036621093750 +0.009765625000 +0.035400390625 +0.173828125000 +-0.232421875000 +0.220703125000 +0.047119140625 +0.380859375000 +-0.187500000000 +-0.100585937500 +-0.013610839844 +-0.208984375000 +-0.114746093750 +-0.125000000000 +0.230468750000 +0.011413574219 +0.243164062500 +-0.107421875000 +0.221679687500 +-0.196289062500 +0.183593750000 +-0.072753906250 +-0.081542968750 +0.060546875000 +-0.183593750000 +0.052246093750 +-0.065917968750 +0.289062500000 +-0.092773437500 +0.024780273438 +0.125976562500 +-0.287109375000 +-0.166015625000 +-0.255859375000 +-0.042968750000 +-0.197265625000 +-0.224609375000 +-0.209960937500 +-0.148437500000 +-0.251953125000 +0.103515625000 +-0.073730468750 +0.003448486328 +-0.332031250000 +-0.006530761719 +0.263671875000 +-0.110351562500 +-0.090820312500 +-0.140625000000 +0.277343750000 +0.111816406250 +-0.069824218750 +-0.129882812500 +0.102050781250 +-0.096679687500 +-0.120605468750 +0.326171875000 +0.117187500000 +-0.003112792969 +0.332031250000 +-0.053710937500 +0.097656250000 +0.001922607422 +-0.026733398438 +-0.164062500000 +0.026123046875 +-0.066894531250 +-0.002822875977 +-0.046142578125 +-0.117675781250 +-0.275390625000 +0.139648437500 +-0.242187500000 +0.137695312500 +0.172851562500 +-0.238281250000 +0.226562500000 +0.150390625000 +0.332031250000 +0.408203125000 +0.102050781250 +-0.038818359375 +0.010742187500 +-0.164062500000 +0.275390625000 +-0.073730468750 +0.123535156250 +-0.298828125000 +0.151367187500 +-0.217773437500 +0.015319824219 +0.294921875000 +-0.384765625000 +0.004425048828 +0.118164062500 +-0.140625000000 +-0.011657714844 +-0.075195312500 +-0.178710937500 +0.224609375000 +-0.054931640625 +-0.098632812500 +0.148437500000 +0.035156250000 +0.193359375000 +-0.076171875000 +0.058593750000 +0.292968750000 +-0.091796875000 +-0.108886718750 +0.221679687500 +0.308593750000 +0.063964843750 +-0.091796875000 +-0.026245117188 +0.008728027344 +-0.143554687500 +0.051025390625 +-0.021484375000 +0.122558593750 +0.011535644531 +0.029663085938 +-0.181640625000 +-0.232421875000 +0.263671875000 +-0.001922607422 +-0.421875000000 +-0.122070312500 +0.328125000000 +0.113281250000 +-0.123535156250 +0.355468750000 +-0.018310546875 +-0.025024414062 +0.013549804688 +-0.067382812500 +-0.105957031250 +0.071777343750 +-0.239257812500 +0.019042968750 +0.285156250000 +0.028320312500 +-0.120605468750 +-0.083984375000 +-0.024047851562 +0.038330078125 +-0.044433593750 +0.141601562500 +-0.130859375000 +-0.085937500000 +0.075683593750 +0.151367187500 +-0.070800781250 +0.048339843750 +-0.180664062500 +0.106933593750 +0.142578125000 +0.098632812500 +0.043212890625 +0.066406250000 +0.061767578125 +0.042724609375 +0.018920898438 +0.037841796875 +0.000383377075 +-0.000965118408 +-0.107910156250 +0.153320312500 +-0.031494140625 +-0.136718750000 +-0.204101562500 +-0.021972656250 +0.049072265625 +0.015136718750 +-0.036376953125 +-0.053222656250 +0.093750000000 +0.030761718750 +-0.292968750000 +-0.090820312500 +-0.039306640625 +-0.032714843750 +0.094238281250 +0.213867187500 +0.073242187500 +0.066894531250 +0.055908203125 +-0.068359375000 +-0.196289062500 +-0.004638671875 +0.191406250000 +-0.019287109375 +-0.221679687500 +-0.047607421875 +0.121582031250 +-0.083007812500 +-0.036376953125 +0.058105468750 +-0.082519531250 +0.094238281250 +0.177734375000 +-0.088867187500 +0.032470703125 +0.235351562500 +-0.122070312500 +0.224609375000 +0.112792968750 +0.035888671875 +-0.048339843750 +-0.024902343750 +-0.351562500000 +0.001998901367 +0.017822265625 +-0.096191406250 +0.053466796875 +0.036376953125 +-0.151367187500 +-0.041503906250 +-0.018066406250 +-0.028930664062 +-0.001136779785 +-0.141601562500 +-0.125976562500 +0.083496093750 +-0.041015625000 +-0.088867187500 +0.048583984375 +0.064941406250 +0.003387451172 +-0.035156250000 +0.096679687500 +-0.061279296875 +-0.153320312500 +0.025634765625 +-0.001594543457 +-0.052978515625 +-0.206054687500 +0.083496093750 +0.042724609375 +-0.059570312500 +-0.156250000000 +-0.018310546875 +0.074707031250 +-0.008117675781 +-0.197265625000 +0.080566406250 +-0.151367187500 +0.149414062500 +-0.112304687500 +-0.122558593750 +-0.015625000000 +-0.185546875000 +-0.096191406250 +0.042236328125 +-0.142578125000 +0.183593750000 +-0.067871093750 +0.228515625000 +-0.044433593750 +-0.062255859375 +-0.018432617188 +-0.074707031250 +-0.064941406250 +-0.150390625000 +-0.028564453125 +-0.007812500000 +-0.077148437500 +-0.179687500000 +0.020874023438 +-0.056884765625 +-0.032958984375 +0.059814453125 +0.036376953125 +-0.087890625000 +0.123535156250 +-0.052978515625 +-0.148437500000 +-0.037353515625 +-0.090332031250 +-0.036865234375 +-0.058837890625 +0.091308593750 +0.033447265625 +-0.073730468750 +-0.025024414062 +-0.029907226562 +0.035888671875 +0.024414062500 +0.132812500000 +0.078613281250 +0.151367187500 +-0.105957031250 +-0.074707031250 +-0.063476562500 +-0.089843750000 +0.013427734375 +0.156250000000 +-0.097656250000 +-0.125976562500 +-0.066894531250 +-0.359375000000 +-0.025634765625 +0.117675781250 +-0.016357421875 +0.030151367188 +0.052978515625 +-0.039550781250 +-0.093261718750 +0.101562500000 +-0.068847656250 +-0.122070312500 +-0.165039062500 +0.004425048828 +-0.041259765625 +0.077148437500 +-0.057373046875 +0.024047851562 +-0.028076171875 +0.012695312500 +-0.044433593750 +-0.047363281250 +0.123535156250 +-0.077636718750 +0.031250000000 +0.048583984375 +0.136718750000 +-0.125976562500 +-0.111328125000 +-0.022827148438 +0.086425781250 +0.022827148438 +-0.088867187500 +0.209960937500 +-0.153320312500 +-0.000075817108 +0.029052734375 +0.095703125000 +0.082031250000 +0.165039062500 +-0.166015625000 +0.104980468750 +-0.070800781250 +0.028686523438 +0.043945312500 +0.032958984375 +-0.037597656250 +-0.025512695312 +-0.084472656250 +-0.025756835938 +0.154296875000 +-0.062988281250 +-0.082519531250 +-0.112792968750 +-0.077148437500 +0.029541015625 +-0.115722656250 +0.165039062500 +0.065429687500 +0.048583984375 +-0.017700195312 +-0.181640625000 +-0.007476806641 +-0.073730468750 +0.063964843750 +0.155273437500 +0.060791015625 +0.008605957031 +0.077636718750 +-0.009826660156 +-0.137695312500 +-0.091308593750 +0.009033203125 +-0.039794921875 +0.079589843750 +-0.081054687500 +0.155273437500 +-0.040039062500 +0.091796875000 +0.073730468750 +-0.002822875977 +0.059814453125 +-0.040771484375 +-0.086425781250 +-0.107421875000 +-0.014587402344 +0.124511718750 +0.061279296875 +-0.122558593750 +0.003128051758 +0.023193359375 +-0.028564453125 +0.001396179199 +0.033203125000 +0.059082031250 +0.034912109375 +0.000556945801 +-0.029541015625 +-0.008422851562 +-0.040039062500 +-0.017944335938 +0.023681640625 +-0.000446319580 +-0.056152343750 +-0.052978515625 +0.027221679688 +0.046142578125 +0.027709960938 +0.098144531250 +-0.072753906250 +-0.034179687500 +-0.056640625000 +-0.048339843750 +0.032226562500 +0.100097656250 +-0.001525878906 +0.009887695312 +-0.050781250000 +0.096191406250 +-0.042236328125 +0.036132812500 +0.010681152344 +0.006561279297 +-0.022949218750 +-0.040039062500 +0.045654296875 +-0.065429687500 +-0.001647949219 +0.049072265625 +0.261718750000 +0.040527343750 +-0.021118164062 +0.059082031250 +-0.026611328125 +0.006958007812 +0.001495361328 +-0.009521484375 +-0.077636718750 +0.018676757812 +-0.016479492188 +-0.020507812500 +0.056396484375 +0.116699218750 +0.031982421875 +-0.083984375000 +-0.024658203125 +0.028564453125 +-0.005187988281 +0.025878906250 +0.009521484375 +0.121582031250 +0.076171875000 +0.000595092773 +-0.072753906250 +0.012939453125 +-0.026733398438 +-0.052490234375 +0.000621795654 +-0.275390625000 +0.033447265625 +0.061279296875 +0.011962890625 +-0.043212890625 +-0.048095703125 +-0.026611328125 +-0.070312500000 +-0.005737304688 +0.178710937500 +0.008056640625 +-0.010192871094 +-0.030517578125 +-0.089355468750 +0.020385742188 +0.159179687500 +0.062988281250 +-0.049804687500 +0.076171875000 +-0.046630859375 +0.054199218750 +-0.079589843750 +-0.017211914062 +-0.016235351562 +-0.033203125000 +0.005920410156 +0.019531250000 +-0.066894531250 +-0.040039062500 +0.018310546875 +-0.089843750000 +-0.078613281250 +-0.003417968750 +-0.073242187500 +0.024047851562 +-0.051513671875 +0.086425781250 +-0.002746582031 +0.216796875000 +-0.040283203125 +-0.018066406250 +-0.035644531250 +0.000235557556 +0.041748046875 +0.087402343750 +0.000892639160 +0.029907226562 +0.030029296875 +0.036621093750 +0.053710937500 +0.006988525391 +-0.024414062500 +0.014099121094 +-0.087890625000 +-0.159179687500 +-0.026245117188 +0.146484375000 +-0.083984375000 +0.087890625000 +-0.026611328125 +-0.140625000000 +-0.139648437500 +-0.041259765625 +-0.077636718750 +-0.151367187500 +-0.094726562500 +-0.003158569336 +-0.228515625000 +-0.008544921875 +-0.112792968750 +-0.015319824219 +-0.137695312500 +-0.084472656250 +-0.002944946289 +-0.103515625000 +0.214843750000 +-0.079589843750 +0.154296875000 +0.070312500000 +0.033203125000 +0.042480468750 +0.181640625000 +0.145507812500 +0.012878417969 +0.041259765625 +0.041503906250 +0.116210937500 +0.232421875000 +0.021606445312 +0.238281250000 +0.069824218750 +-0.151367187500 +-0.015197753906 +-0.116210937500 +0.075195312500 +0.130859375000 +-0.033447265625 +0.168945312500 +-0.099121093750 +-0.017089843750 +-0.025390625000 +-0.063476562500 +-0.036132812500 +-0.151367187500 +-0.045654296875 +-0.074218750000 +-0.128906250000 +-0.129882812500 +0.150390625000 +-0.047607421875 +-0.076660156250 +0.052734375000 +0.084472656250 +-0.190429687500 +-0.197265625000 +-0.038574218750 +-0.024780273438 +0.062500000000 +0.277343750000 +0.088867187500 +0.111816406250 +0.093261718750 +-0.155273437500 +0.083007812500 +0.136718750000 +0.117675781250 +0.029052734375 +0.078125000000 +0.135742187500 +0.004028320312 +0.056396484375 +-0.080078125000 +-0.174804687500 +0.172851562500 +-0.054199218750 +-0.113769531250 +0.114746093750 +0.092773437500 +0.104980468750 +-0.030883789062 +-0.000831604004 +0.131835937500 +-0.045898437500 +0.079101562500 +0.036376953125 +0.045166015625 +-0.189453125000 +-0.047851562500 +0.071777343750 +-0.045410156250 +-0.049316406250 +-0.113281250000 +-0.257812500000 +0.006317138672 +-0.165039062500 +-0.184570312500 +-0.028930664062 +0.106445312500 +-0.027099609375 +0.057373046875 +0.047363281250 +0.043701171875 +-0.004180908203 +0.046875000000 +-0.057861328125 +-0.089843750000 +0.093750000000 +0.121582031250 +-0.209960937500 +-0.038574218750 +0.030639648438 +-0.041992187500 +-0.015869140625 +-0.000904083252 +-0.004791259766 +0.102539062500 +-0.011230468750 +0.052734375000 +0.034667968750 +-0.005615234375 +-0.012756347656 +0.100097656250 +0.089355468750 +-0.193359375000 +-0.053710937500 +-0.077636718750 +0.087890625000 +0.084960937500 +0.029785156250 +0.146484375000 +0.163085937500 +-0.294921875000 +-0.110351562500 +0.114257812500 +-0.066894531250 +0.196289062500 +-0.037109375000 +0.142578125000 +0.065917968750 +0.004364013672 +-0.084960937500 +-0.137695312500 +-0.185546875000 +0.226562500000 +0.088378906250 +-0.039306640625 +0.179687500000 +0.004425048828 +-0.104003906250 +-0.089355468750 +-0.001403808594 +0.179687500000 +-0.061279296875 +0.081054687500 +0.155273437500 +0.052734375000 +-0.207031250000 +-0.164062500000 +-0.070312500000 +-0.079589843750 +-0.054687500000 +0.085937500000 +0.001754760742 +0.004119873047 +-0.072753906250 +-0.072753906250 +0.094238281250 +0.039794921875 +-0.059082031250 +-0.077148437500 +0.083496093750 +-0.017944335938 +-0.008361816406 +0.006561279297 +-0.210937500000 +-0.085449218750 +-0.100097656250 +-0.100097656250 +-0.017944335938 +0.096679687500 +0.096191406250 +0.017700195312 +0.003082275391 +-0.038330078125 +-0.102539062500 +-0.027954101562 +0.090820312500 +0.114746093750 +0.001838684082 +-0.200195312500 +-0.066894531250 +-0.074218750000 +0.082031250000 +0.162109375000 +0.010131835938 +-0.024169921875 +0.040771484375 +0.046142578125 +-0.047607421875 +-0.106933593750 +0.036132812500 +0.017333984375 +0.126953125000 +-0.051269531250 +0.125976562500 +0.051269531250 +0.014404296875 +0.097167968750 +0.153320312500 +0.121093750000 +-0.109375000000 +-0.140625000000 +0.011413574219 +-0.100097656250 +-0.119140625000 +-0.142578125000 +0.084472656250 +0.063964843750 +0.250000000000 +0.056884765625 +-0.065917968750 +-0.006042480469 +-0.195312500000 +-0.050781250000 +0.172851562500 +-0.125976562500 +0.187500000000 +-0.062255859375 +0.164062500000 +0.098632812500 +0.101074218750 +-0.081054687500 +0.089355468750 +0.049072265625 +0.130859375000 +-0.104980468750 +-0.067871093750 +-0.003768920898 +0.056396484375 +-0.119140625000 +0.036132812500 +-0.163085937500 +-0.198242187500 +0.116210937500 +0.012939453125 +-0.011230468750 +0.145507812500 +-0.108398437500 +-0.007690429688 +0.062988281250 +-0.126953125000 +-0.038330078125 +0.160156250000 +-0.101562500000 +-0.042480468750 +-0.071289062500 +0.085449218750 +0.003631591797 +-0.024536132812 +-0.179687500000 +0.099609375000 +-0.153320312500 +0.026367187500 +0.028686523438 +0.020751953125 +-0.195312500000 +0.023681640625 +-0.009765625000 +0.125976562500 +0.074707031250 +-0.029541015625 +0.057861328125 +0.105468750000 +-0.033203125000 +0.007049560547 +0.128906250000 +0.079589843750 +-0.035400390625 +0.015319824219 +0.009216308594 +-0.045166015625 +0.007934570312 +0.030883789062 +0.196289062500 +0.013427734375 +0.132812500000 +-0.047607421875 +-0.136718750000 +0.061279296875 +-0.052490234375 +0.058837890625 +0.192382812500 +-0.091308593750 +0.135742187500 +-0.084472656250 +-0.009704589844 +-0.009460449219 +-0.123535156250 +-0.046630859375 +0.111816406250 +-0.004089355469 +-0.234375000000 +0.024902343750 +0.107421875000 +0.088867187500 +-0.144531250000 +0.004302978516 +-0.214843750000 +0.094238281250 +0.014099121094 +-0.107910156250 +-0.019165039062 +0.100097656250 +0.153320312500 +0.037109375000 +0.083007812500 +0.010070800781 +-0.180664062500 +-0.038085937500 +0.019409179688 +-0.061279296875 +-0.042480468750 +0.147460937500 +0.151367187500 +-0.021850585938 +0.009704589844 +-0.017822265625 +-0.129882812500 +-0.077148437500 +0.094238281250 +-0.033447265625 +-0.014282226562 +-0.034667968750 +-0.094726562500 +0.046142578125 +0.063964843750 +-0.062988281250 +-0.071777343750 +0.160156250000 +-0.204101562500 +0.044189453125 +0.191406250000 +0.088867187500 +0.047851562500 +-0.056640625000 +-0.108886718750 +-0.062988281250 +0.067382812500 +-0.052734375000 +0.071289062500 +0.099609375000 +0.034179687500 +-0.067871093750 +0.004302978516 +0.058837890625 +-0.005432128906 +0.025390625000 +0.006256103516 +-0.067871093750 +0.102539062500 +-0.014038085938 +-0.176757812500 +-0.333984375000 +0.017578125000 +0.007934570312 +0.131835937500 +-0.040039062500 +-0.067382812500 +-0.027465820312 +-0.115234375000 +0.028442382812 +-0.089843750000 +-0.170898437500 +0.163085937500 +-0.047363281250 +-0.296875000000 +-0.136718750000 +0.011108398438 +0.004882812500 +-0.093750000000 +-0.184570312500 +-0.105957031250 +-0.005981445312 +-0.015991210938 +-0.054687500000 +0.105468750000 +0.164062500000 +0.061767578125 +0.043457031250 +-0.021484375000 +0.104492187500 +0.062988281250 +-0.071289062500 +0.129882812500 +0.077636718750 +0.026245117188 +0.062011718750 +0.009826660156 +0.051757812500 +0.117187500000 +0.182617187500 +-0.034667968750 +-0.037353515625 +-0.108398437500 +0.165039062500 +-0.126953125000 +0.048828125000 +0.204101562500 +0.197265625000 +0.012207031250 +0.055664062500 +-0.094238281250 +0.148437500000 +0.020507812500 +0.035156250000 +-0.062500000000 +-0.080566406250 +0.017700195312 +0.063476562500 +-0.046875000000 +0.116699218750 +-0.163085937500 +0.009582519531 +-0.104003906250 +-0.072753906250 +0.049804687500 +0.117675781250 +0.053710937500 +-0.094726562500 +0.216796875000 +0.049072265625 +-0.167968750000 +-0.009582519531 +0.127929687500 +0.092285156250 +-0.012329101562 +0.004943847656 +-0.042968750000 +-0.055908203125 +0.041259765625 +-0.040039062500 +0.035888671875 +0.069335937500 +-0.053466796875 +0.038330078125 +0.018188476562 +-0.077636718750 +0.084960937500 +0.101562500000 +-0.121582031250 +0.015380859375 +-0.055419921875 +0.064941406250 +0.056396484375 +0.062500000000 +0.059326171875 +0.022705078125 +-0.194335937500 +-0.298828125000 +0.084960937500 +0.000261306763 +-0.121093750000 +-0.015380859375 +-0.077636718750 +-0.038085937500 +0.028686523438 +-0.028564453125 +-0.160156250000 +0.126953125000 +0.122070312500 +-0.122558593750 +-0.021728515625 +0.065429687500 +-0.015563964844 +0.021484375000 +0.055664062500 +0.008056640625 +-0.145507812500 +-0.102539062500 +-0.080566406250 +-0.026855468750 +-0.080566406250 +0.056884765625 +-0.009948730469 +0.076660156250 +-0.039794921875 +-0.121093750000 +0.078613281250 +0.067871093750 +0.041015625000 +-0.097656250000 +-0.061767578125 +0.018066406250 +-0.219726562500 +-0.075195312500 +0.092285156250 +-0.002609252930 +0.024658203125 +-0.034912109375 +-0.006896972656 +0.056396484375 +-0.056396484375 +0.005432128906 +-0.048339843750 +0.155273437500 +-0.117187500000 +-0.075683593750 +0.082031250000 +-0.302734375000 +-0.220703125000 +0.195312500000 +0.037353515625 +0.157226562500 +0.059082031250 +-0.367187500000 +0.170898437500 +-0.024536132812 +0.069824218750 +0.005065917969 +-0.110839843750 +0.063476562500 +-0.122070312500 +0.210937500000 +0.033691406250 +0.093261718750 +0.259765625000 +0.052734375000 +-0.136718750000 +-0.041992187500 +0.076660156250 +0.057128906250 +-0.011474609375 +-0.318359375000 +0.259765625000 +-0.086914062500 +-0.149414062500 +-0.105957031250 +0.059814453125 +-0.096191406250 +-0.020874023438 +0.108398437500 +0.124023437500 +0.070800781250 +0.022094726562 +0.137695312500 +-0.136718750000 +-0.043457031250 +-0.067871093750 +-0.090820312500 +0.198242187500 +-0.113281250000 +-0.012756347656 +-0.055908203125 +0.224609375000 +0.124023437500 +0.046142578125 +-0.328125000000 +0.147460937500 +0.009582519531 +0.109863281250 +0.031127929688 +-0.105468750000 +-0.333984375000 +0.067871093750 +-0.212890625000 +-0.188476562500 +0.063964843750 +0.026855468750 +0.047363281250 +0.158203125000 +-0.094238281250 +-0.096679687500 +0.059814453125 +-0.130859375000 +0.133789062500 +0.058593750000 +0.106933593750 +-0.012878417969 +-0.267578125000 +0.123535156250 +-0.018676757812 +0.006530761719 +-0.152343750000 +0.253906250000 +-0.185546875000 +0.032958984375 +-0.057617187500 +-0.003173828125 +-0.179687500000 +-0.041503906250 +0.099121093750 +-0.124023437500 +-0.052490234375 +-0.228515625000 +-0.189453125000 +0.057861328125 +-0.046630859375 +-0.093750000000 +-0.018432617188 +-0.034667968750 +0.335937500000 +0.108886718750 +0.091308593750 +-0.073242187500 +-0.021484375000 +0.016113281250 +-0.237304687500 +0.204101562500 +0.068847656250 +0.231445312500 +-0.136718750000 +0.062988281250 +0.314453125000 +-0.139648437500 +-0.261718750000 +0.269531250000 +-0.012207031250 +-0.122558593750 +-0.251953125000 +-0.074707031250 +-0.020019531250 +-0.111816406250 +-0.221679687500 +0.243164062500 +0.181640625000 +0.022583007812 +0.291015625000 +0.088378906250 +0.005523681641 +-0.066894531250 +-0.076171875000 +-0.084960937500 +-0.203125000000 +0.217773437500 +-0.182617187500 +-0.046142578125 +-0.069335937500 +0.073242187500 +-0.133789062500 +0.138671875000 +-0.192382812500 +0.075195312500 +0.044433593750 +-0.080078125000 +-0.120605468750 +0.018188476562 +-0.090332031250 +-0.057128906250 +-0.015869140625 +0.039550781250 +0.036132812500 +-0.064941406250 +0.004913330078 +-0.156250000000 +-0.083496093750 +-0.039550781250 +0.137695312500 +-0.042236328125 +-0.078613281250 +0.209960937500 +-0.036621093750 +-0.118652343750 +-0.322265625000 +-0.002090454102 +-0.134765625000 +-0.059570312500 +-0.016967773438 +0.085937500000 +-0.037353515625 +-0.037841796875 +-0.057373046875 +0.153320312500 +-0.046386718750 +-0.117187500000 +-0.055419921875 +-0.063964843750 +0.071289062500 +-0.159179687500 +0.154296875000 +0.036865234375 +-0.136718750000 +0.101074218750 +0.137695312500 +-0.142578125000 +-0.131835937500 +0.019531250000 +-0.073242187500 +0.015991210938 +-0.075195312500 +-0.060058593750 +-0.130859375000 +-0.026367187500 +-0.016235351562 +-0.022460937500 +0.063964843750 +0.055175781250 +-0.001586914062 +0.059326171875 +-0.257812500000 +-0.024291992188 +0.129882812500 +-0.064453125000 +0.126953125000 +-0.028930664062 +0.006256103516 +0.016967773438 +-0.045166015625 +-0.106933593750 +0.146484375000 +0.132812500000 +-0.025024414062 +0.212890625000 +-0.062011718750 +0.071777343750 +0.100585937500 +0.042236328125 +0.015502929688 +0.117187500000 +0.153320312500 +-0.051269531250 +0.131835937500 +0.058349609375 +-0.181640625000 +0.008850097656 +-0.200195312500 +-0.057861328125 +-0.095703125000 +-0.061035156250 +-0.016967773438 +-0.125976562500 +-0.007873535156 +0.090820312500 +0.107910156250 +-0.014892578125 +0.170898437500 +-0.098144531250 +-0.058837890625 +-0.075195312500 +-0.027832031250 +0.147460937500 +-0.033447265625 +-0.032470703125 +0.080078125000 +-0.046386718750 +0.003036499023 +-0.070800781250 +0.006408691406 +0.212890625000 +0.095214843750 +-0.012268066406 +0.146484375000 +0.037109375000 +0.030883789062 +0.058593750000 +-0.071777343750 +0.014343261719 +0.021606445312 +-0.027465820312 +0.048339843750 +0.044189453125 +0.090820312500 +0.065917968750 +-0.053466796875 +0.006103515625 +0.079589843750 +-0.033447265625 +0.031738281250 +-0.059326171875 +0.155273437500 +-0.069335937500 +-0.246093750000 +-0.039550781250 +-0.107421875000 +-0.086914062500 +0.131835937500 +-0.166992187500 +0.046630859375 +0.031738281250 +0.133789062500 +0.020263671875 +0.047607421875 +-0.072265625000 +0.031982421875 +-0.011047363281 +-0.105957031250 +0.168945312500 +0.079101562500 +0.118164062500 +-0.148437500000 +-0.042480468750 +-0.034912109375 +0.092285156250 +0.174804687500 +-0.139648437500 +0.220703125000 +0.048095703125 +-0.133789062500 +-0.067871093750 +0.004791259766 +-0.210937500000 +0.052978515625 +0.190429687500 +0.044921875000 +-0.014465332031 +-0.158203125000 +0.073242187500 +0.050537109375 +-0.051269531250 +0.082519531250 +-0.009094238281 +-0.106933593750 +0.219726562500 +0.102539062500 +-0.169921875000 +-0.019409179688 +-0.007598876953 +-0.033447265625 +-0.119628906250 +0.214843750000 +-0.004882812500 +-0.011596679688 +0.253906250000 +0.007049560547 +-0.094238281250 +0.074218750000 +0.180664062500 +0.080566406250 +0.004669189453 +0.103515625000 +-0.265625000000 +0.103515625000 +-0.127929687500 +-0.054687500000 +0.225585937500 +0.153320312500 +0.033935546875 +0.058105468750 +-0.120605468750 +-0.081542968750 +-0.180664062500 +0.094238281250 +0.271484375000 +0.039062500000 +-0.162109375000 +0.013732910156 +-0.027465820312 +-0.099121093750 +0.204101562500 +0.129882812500 +-0.130859375000 +0.184570312500 +-0.047363281250 +0.145507812500 +0.079589843750 +0.024291992188 +0.077636718750 +-0.130859375000 +-0.253906250000 +0.267578125000 +0.140625000000 +-0.024047851562 +-0.001098632812 +-0.023071289062 +-0.024780273438 +0.031005859375 +-0.157226562500 +0.001045227051 +-0.141601562500 +0.031005859375 +0.086425781250 +0.105957031250 +-0.363281250000 +-0.052734375000 +-0.053222656250 +0.014953613281 +0.001861572266 +0.030517578125 +0.152343750000 +0.022583007812 +-0.429687500000 +0.223632812500 +-0.208984375000 +-0.011291503906 +-0.165039062500 +-0.038574218750 +0.051513671875 +0.082031250000 +0.064453125000 +-0.373046875000 +-0.034912109375 +0.046630859375 +0.062500000000 +-0.168945312500 +0.109375000000 +-0.033203125000 +0.038574218750 +0.010559082031 +-0.046630859375 +0.145507812500 +-0.055664062500 +0.154296875000 +-0.127929687500 +0.035400390625 +-0.092285156250 +0.051757812500 +0.011535644531 +0.013977050781 +0.029296875000 +0.124023437500 +-0.139648437500 +0.052978515625 +0.145507812500 +-0.084472656250 +-0.163085937500 +0.051513671875 +0.014831542969 +-0.055908203125 +-0.014709472656 +0.031738281250 +0.101074218750 +0.109375000000 +0.079101562500 +-0.291015625000 +-0.033691406250 +0.071289062500 +-0.188476562500 +-0.112304687500 +0.116210937500 +-0.094238281250 +0.088378906250 +0.070800781250 +-0.006744384766 +0.090820312500 +0.027099609375 +-0.055664062500 +0.031005859375 +0.052490234375 +0.048095703125 +0.005157470703 +0.043212890625 +-0.000816345215 +0.014038085938 +-0.212890625000 +0.020385742188 +-0.110351562500 +0.052001953125 +0.013916015625 +-0.089355468750 +-0.107421875000 +-0.058105468750 +-0.094238281250 +0.029052734375 +-0.071777343750 +-0.037841796875 +0.091796875000 +0.105957031250 +0.089843750000 +-0.000732421875 +-0.051513671875 +0.003509521484 +-0.021850585938 +-0.116210937500 +0.039306640625 +0.092773437500 +0.030761718750 +0.003829956055 +0.001609802246 +-0.089355468750 +-0.031738281250 +-0.019287109375 +0.015991210938 +0.021850585938 +-0.104003906250 +0.037109375000 +-0.051269531250 +-0.199218750000 +0.006195068359 +-0.050292968750 +0.095703125000 +0.074218750000 +0.024047851562 +-0.046386718750 +-0.117675781250 +0.115722656250 +0.010314941406 +-0.279296875000 +-0.166992187500 +0.072753906250 +0.124511718750 +0.007690429688 +0.000637054443 +-0.120117187500 +-0.077148437500 +-0.024780273438 +-0.019165039062 +-0.042480468750 +-0.007720947266 +-0.034667968750 +-0.078613281250 +0.249023437500 +-0.108398437500 +0.038085937500 +-0.308593750000 +0.032226562500 +-0.096679687500 +-0.063964843750 +0.013610839844 +0.040527343750 +0.010681152344 +-0.117675781250 +-0.062988281250 +-0.035156250000 +0.006225585938 +0.000720977783 +-0.077636718750 +-0.042480468750 +-0.047119140625 +0.186523437500 +-0.055419921875 +0.089843750000 +-0.230468750000 +-0.069335937500 +0.059326171875 +0.027709960938 +0.087890625000 +-0.152343750000 +0.033935546875 +-0.006225585938 +0.191406250000 +0.045410156250 +0.027221679688 +0.131835937500 +-0.055175781250 +0.053710937500 +0.088867187500 +-0.027832031250 +0.132812500000 +-0.014343261719 +-0.066894531250 +0.208007812500 +0.026000976562 +-0.026855468750 +-0.034179687500 +0.062988281250 +0.061035156250 +0.103027343750 +-0.127929687500 +0.012207031250 +0.074707031250 +0.113281250000 +-0.104003906250 +0.013671875000 +0.042236328125 +-0.011779785156 +-0.010864257812 +-0.146484375000 +-0.158203125000 +0.061279296875 +0.031982421875 +-0.012939453125 +0.048828125000 +-0.067382812500 +-0.018798828125 +0.163085937500 +-0.187500000000 +-0.054199218750 +-0.014465332031 +-0.043701171875 +-0.052978515625 +0.068359375000 +-0.203125000000 +0.027221679688 +-0.083496093750 +0.080566406250 +0.036621093750 +-0.077636718750 +-0.138671875000 +0.041748046875 +-0.003082275391 +-0.023437500000 +0.050781250000 +0.028198242188 +-0.228515625000 +-0.047851562500 +0.056152343750 +-0.016967773438 +-0.083984375000 +0.028442382812 +-0.106445312500 +0.251953125000 +-0.026733398438 +0.076660156250 +-0.030395507812 +0.147460937500 +-0.058105468750 +-0.069824218750 +0.108398437500 +-0.085937500000 +-0.204101562500 +-0.047363281250 +-0.104980468750 +0.134765625000 +0.051025390625 +-0.170898437500 +0.008911132812 +-0.010559082031 +0.107421875000 +-0.160156250000 +-0.016479492188 +-0.001228332520 +0.036865234375 +0.026123046875 +-0.131835937500 +-0.230468750000 +-0.077636718750 +-0.146484375000 +-0.039794921875 +-0.030761718750 +0.007629394531 +-0.129882812500 +0.034423828125 +-0.116699218750 +0.048583984375 +-0.039794921875 +0.103027343750 +0.039306640625 +-0.102539062500 +-0.054687500000 +-0.078125000000 +0.122070312500 +-0.086914062500 +0.059082031250 +0.055664062500 +0.049804687500 +0.053222656250 +-0.091796875000 +0.061279296875 +-0.082031250000 +-0.191406250000 +-0.038574218750 +0.047851562500 +-0.003158569336 +-0.033935546875 +-0.164062500000 +-0.083496093750 +0.184570312500 +0.006805419922 +0.020629882812 +-0.057128906250 +0.001777648926 +-0.056396484375 +0.030517578125 +-0.049072265625 +0.070312500000 +0.168945312500 +0.202148437500 +-0.168945312500 +0.119140625000 +0.161132812500 +-0.190429687500 +0.078125000000 +-0.125976562500 +-0.177734375000 +0.116210937500 +-0.139648437500 +-0.024047851562 +-0.067382812500 +0.141601562500 +-0.073730468750 +-0.112792968750 +0.072265625000 +-0.083984375000 +-0.296875000000 +-0.060302734375 +0.109375000000 +0.012817382812 +0.034423828125 +0.157226562500 +-0.044921875000 +-0.273437500000 +-0.144531250000 +-0.073730468750 +-0.182617187500 +-0.104492187500 +0.112792968750 +-0.079101562500 +0.167968750000 +-0.144531250000 +0.078613281250 +-0.255859375000 +-0.101074218750 +-0.008728027344 +0.103027343750 +-0.174804687500 +0.023437500000 +0.063476562500 +0.034667968750 +-0.027832031250 +0.082519531250 +-0.168945312500 +0.046386718750 +-0.014282226562 +0.131835937500 +0.122070312500 +0.039306640625 +-0.079589843750 +0.172851562500 +0.129882812500 +0.070800781250 +-0.439453125000 +-0.257812500000 +-0.110839843750 +0.099609375000 +-0.017456054688 +0.166015625000 +0.150390625000 +-0.273437500000 +-0.006439208984 +-0.017211914062 +0.022460937500 +-0.010559082031 +0.158203125000 +-0.079589843750 +0.161132812500 +-0.009216308594 +-0.127929687500 +0.079589843750 +-0.062988281250 +-0.002532958984 +-0.037109375000 +0.074707031250 +0.096191406250 +0.026367187500 +0.086425781250 +-0.347656250000 +0.160156250000 +-0.126953125000 +-0.287109375000 +0.168945312500 +-0.129882812500 +0.052001953125 +0.049316406250 +-0.071777343750 +0.044433593750 +-0.081542968750 +-0.045898437500 +0.128906250000 +-0.069335937500 +0.143554687500 +-0.080078125000 +0.068359375000 +-0.203125000000 +-0.231445312500 +-0.010070800781 +0.188476562500 +0.014953613281 +0.027954101562 +0.089355468750 +0.189453125000 +-0.259765625000 +-0.020263671875 +0.060302734375 +-0.004211425781 +0.105468750000 +-0.071777343750 +0.204101562500 +0.037597656250 +0.000495910645 +-0.092773437500 +-0.173828125000 +-0.253906250000 +0.118164062500 +-0.108398437500 +-0.251953125000 +-0.143554687500 +0.153320312500 +0.205078125000 +-0.134765625000 +0.016479492188 +0.092773437500 +0.054931640625 +-0.040039062500 +0.063964843750 +0.090820312500 +-0.036376953125 +-0.040283203125 +-0.110351562500 +-0.039794921875 +0.037109375000 +0.111328125000 +-0.248046875000 +0.193359375000 +0.054199218750 +-0.109375000000 +-0.008239746094 +-0.238281250000 +-0.048828125000 +0.102050781250 +-0.115234375000 +-0.136718750000 +-0.091796875000 +-0.085937500000 +0.036865234375 +0.054687500000 +-0.062011718750 +-0.054931640625 +-0.124023437500 +-0.036132812500 +0.001983642578 +0.233398437500 +0.125976562500 +0.148437500000 +-0.101074218750 +-0.083496093750 +-0.279296875000 +-0.263671875000 +0.010314941406 +-0.006500244141 +0.056152343750 +-0.119140625000 +0.007934570312 +-0.055664062500 +-0.091796875000 +-0.121093750000 +-0.172851562500 +-0.007080078125 +0.191406250000 +0.034423828125 +0.089355468750 +0.034423828125 +-0.116210937500 +-0.004180908203 +0.095214843750 +-0.220703125000 +-0.131835937500 +-0.073730468750 +-0.108398437500 +-0.296875000000 +0.039794921875 +0.019042968750 +0.025878906250 +0.181640625000 +-0.055175781250 +-0.166015625000 +0.133789062500 +0.055419921875 +0.032470703125 +-0.198242187500 +0.065917968750 +0.119628906250 +0.030395507812 +-0.246093750000 +0.020141601562 +0.032226562500 +-0.117187500000 +0.113281250000 +0.131835937500 +-0.002258300781 +-0.081542968750 +0.060302734375 +-0.056396484375 +0.233398437500 +-0.152343750000 +-0.028564453125 +0.051025390625 +-0.016357421875 +-0.036132812500 +-0.044677734375 +-0.229492187500 +0.003219604492 +-0.078125000000 +0.096679687500 +-0.042724609375 +-0.010742187500 +-0.064941406250 +0.003936767578 +0.093261718750 +0.107421875000 +0.140625000000 +0.035400390625 +-0.014221191406 +-0.100097656250 +0.020141601562 +-0.197265625000 +-0.041503906250 +-0.011352539062 +0.189453125000 +0.002639770508 +0.125976562500 +0.045410156250 +-0.166992187500 +-0.126953125000 +0.089843750000 +-0.003265380859 +-0.043945312500 +-0.098632812500 +-0.217773437500 +0.065429687500 +-0.145507812500 +0.071777343750 +-0.097167968750 +-0.298828125000 +-0.009765625000 +-0.057861328125 +0.080566406250 +-0.184570312500 +0.188476562500 +-0.037109375000 +0.085937500000 +-0.153320312500 +-0.024780273438 +-0.162109375000 +-0.076660156250 +-0.010559082031 +0.013793945312 +-0.271484375000 +-0.164062500000 +-0.261718750000 +-0.227539062500 +-0.066894531250 +-0.038818359375 +0.012756347656 +-0.077636718750 +-0.191406250000 +-0.158203125000 +-0.174804687500 +-0.207031250000 +-0.062255859375 +-0.092773437500 +-0.093261718750 +-0.003723144531 +0.132812500000 +0.021606445312 +-0.100097656250 +0.046875000000 +-0.029785156250 +-0.180664062500 +-0.059082031250 +-0.235351562500 +-0.066894531250 +-0.022094726562 +0.052001953125 +-0.077636718750 +0.208984375000 +0.102539062500 +-0.093261718750 +-0.014709472656 +-0.022216796875 +0.030517578125 +0.008789062500 +-0.061279296875 +-0.215820312500 +0.192382812500 +-0.029663085938 +-0.127929687500 +-0.066406250000 +0.070312500000 +-0.063964843750 +0.070800781250 +-0.116210937500 +-0.002395629883 +0.008300781250 +-0.261718750000 +0.081054687500 +0.186523437500 +0.020507812500 +-0.015014648438 +0.000013172626 +-0.249023437500 +-0.023193359375 +-0.066894531250 +-0.049804687500 +0.053466796875 +-0.125976562500 +0.239257812500 +-0.024902343750 +0.073730468750 +-0.378906250000 +-0.023803710938 +0.081542968750 +0.135742187500 +0.285156250000 +-0.010192871094 +-0.203125000000 +-0.075683593750 +-0.170898437500 +0.064941406250 +0.086425781250 +-0.076171875000 +0.137695312500 +0.069824218750 +0.232421875000 +0.043212890625 +-0.062500000000 +0.033691406250 +-0.084472656250 +-0.107910156250 +0.114257812500 +-0.108886718750 +0.041748046875 +0.142578125000 +0.035644531250 +0.088378906250 +-0.148437500000 +-0.427734375000 +0.214843750000 +-0.090820312500 +-0.112792968750 +-0.022216796875 +0.108398437500 +0.160156250000 +0.001152038574 +-0.199218750000 +0.083496093750 +-0.026123046875 +0.001174926758 +-0.022460937500 +-0.156250000000 +-0.179687500000 +0.022338867188 +-0.036621093750 +-0.020629882812 +-0.102050781250 +-0.257812500000 +0.083496093750 +-0.114746093750 +-0.253906250000 +0.075195312500 +0.047363281250 +-0.058105468750 +-0.001228332520 +0.179687500000 +0.107421875000 +-0.148437500000 +0.199218750000 +-0.100097656250 +-0.174804687500 +0.271484375000 +-0.060791015625 +-0.068847656250 +-0.014526367188 +0.083984375000 +-0.090332031250 +0.027587890625 +0.069335937500 +0.179687500000 +-0.202148437500 +-0.089355468750 +-0.095214843750 +-0.127929687500 +-0.057128906250 +0.093261718750 +0.031005859375 +0.069335937500 +0.023559570312 +0.141601562500 +0.152343750000 +-0.076171875000 +-0.153320312500 +-0.072753906250 +-0.030639648438 +-0.062988281250 +-0.135742187500 +0.052734375000 +-0.029296875000 +-0.060546875000 +0.043212890625 +0.147460937500 +-0.194335937500 +0.082519531250 +0.045654296875 +-0.083496093750 +0.080566406250 +-0.050292968750 +0.187500000000 +0.118164062500 +-0.087890625000 +0.261718750000 +0.209960937500 +-0.140625000000 +0.063476562500 +0.006805419922 +0.036376953125 +-0.148437500000 +-0.149414062500 +0.088867187500 +-0.018188476562 +-0.237304687500 +-0.067871093750 +0.116699218750 +0.378906250000 +-0.164062500000 +-0.142578125000 +-0.006225585938 +-0.106445312500 +0.133789062500 +-0.073730468750 +0.108398437500 +-0.086914062500 +-0.066894531250 +0.125000000000 +-0.138671875000 +0.367187500000 +-0.065917968750 +0.109375000000 +0.154296875000 +-0.008422851562 +-0.310546875000 +-0.006866455078 +-0.078613281250 +-0.133789062500 +0.002044677734 +0.036621093750 +-0.025512695312 +-0.072265625000 +-0.166015625000 +-0.157226562500 +-0.027465820312 +0.026489257812 +-0.035400390625 +-0.069335937500 +0.114257812500 +-0.029541015625 +-0.083496093750 +-0.296875000000 +0.002502441406 +-0.066894531250 +0.040283203125 +0.158203125000 +-0.063964843750 +0.211914062500 +-0.119140625000 +0.094726562500 +-0.032470703125 +0.129882812500 +0.136718750000 +0.000854492188 +0.136718750000 +-0.053466796875 +-0.226562500000 +0.001800537109 +0.135742187500 +-0.021728515625 +-0.003799438477 +0.077148437500 +-0.000299453735 +-0.067382812500 +-0.006744384766 +-0.095214843750 +0.103515625000 +-0.228515625000 +0.076171875000 +0.164062500000 +-0.014282226562 +0.042968750000 +-0.007751464844 +0.126953125000 +-0.009826660156 +0.022705078125 +-0.061767578125 +0.072753906250 +-0.080078125000 +-0.010009765625 +-0.057617187500 +-0.024536132812 +0.004089355469 +-0.072753906250 +0.259765625000 +0.075195312500 +-0.018920898438 +-0.006774902344 +-0.107910156250 +-0.024780273438 +-0.072753906250 +-0.231445312500 +0.077636718750 +0.198242187500 +0.152343750000 +0.013061523438 +-0.222656250000 +0.018798828125 +0.035888671875 +-0.004974365234 +0.194335937500 +0.013793945312 +0.263671875000 +-0.123046875000 +-0.053955078125 +-0.168945312500 +-0.008483886719 +-0.199218750000 +-0.026245117188 +-0.032226562500 +0.052490234375 +-0.036621093750 +0.195312500000 +0.142578125000 +-0.076660156250 +0.009460449219 +-0.062011718750 +-0.022094726562 +-0.074218750000 +-0.055664062500 +-0.107421875000 +0.014404296875 +0.103027343750 +0.108886718750 +0.168945312500 +-0.243164062500 +0.002838134766 +0.108398437500 +-0.127929687500 +-0.024414062500 +0.194335937500 +-0.099609375000 +-0.163085937500 +-0.024658203125 +-0.043945312500 +0.047607421875 +0.008300781250 +0.026977539062 +-0.142578125000 +-0.294921875000 +0.175781250000 +-0.129882812500 +-0.216796875000 +-0.007232666016 +0.054687500000 +0.043945312500 +-0.089355468750 +0.077636718750 +0.055664062500 +-0.077636718750 +-0.118164062500 +0.028808593750 +0.024902343750 +-0.160156250000 +-0.014404296875 +-0.116210937500 +-0.007202148438 +-0.188476562500 +-0.259765625000 +-0.044677734375 +-0.159179687500 +-0.144531250000 +-0.150390625000 +0.074707031250 +-0.223632812500 +0.010070800781 +-0.063476562500 +-0.135742187500 +0.166015625000 +0.047851562500 +0.033203125000 +-0.048828125000 +0.015197753906 +0.018066406250 +0.300781250000 +0.128906250000 +0.154296875000 +-0.131835937500 +0.036376953125 +0.027343750000 +0.075195312500 +-0.248046875000 +-0.048828125000 +-0.103515625000 +0.066406250000 +-0.110351562500 +-0.056640625000 +-0.333984375000 +0.000579833984 +0.125976562500 +0.021240234375 +-0.093750000000 +-0.020141601562 +-0.015319824219 +0.006927490234 +0.004821777344 +-0.037597656250 +-0.072753906250 +-0.088867187500 +-0.137695312500 +0.049316406250 +0.083984375000 +0.250000000000 +-0.099121093750 +-0.028320312500 +-0.269531250000 +0.094726562500 +-0.048583984375 +0.049316406250 +-0.027709960938 +0.087890625000 +0.135742187500 +-0.088378906250 +-0.099121093750 +-0.106933593750 +0.044433593750 +-0.207031250000 +-0.010070800781 +-0.137695312500 +-0.050292968750 +0.130859375000 +-0.010437011719 +0.077148437500 +0.026977539062 +0.105468750000 +-0.084960937500 +-0.112792968750 +-0.178710937500 +0.068847656250 +0.090332031250 +-0.029907226562 +-0.049072265625 +0.146484375000 +-0.097167968750 +0.093750000000 +-0.129882812500 +-0.124511718750 +-0.108398437500 +-0.002868652344 +0.009399414062 +0.134765625000 +0.082519531250 +-0.005981445312 +-0.113769531250 +0.041748046875 +0.114746093750 +0.002487182617 +0.255859375000 +0.051757812500 +-0.089355468750 +0.028564453125 +-0.009033203125 +-0.006927490234 +-0.036865234375 +-0.020263671875 +-0.044433593750 +-0.041992187500 +-0.024414062500 +-0.177734375000 +0.032714843750 +0.062011718750 +0.006072998047 +0.034667968750 +0.029052734375 +0.044921875000 +0.015747070312 +-0.056640625000 +-0.241210937500 +0.105957031250 +-0.179687500000 +-0.066894531250 +0.134765625000 +-0.093750000000 +0.011230468750 +0.062500000000 +0.100585937500 +-0.064941406250 +-0.025146484375 +-0.100585937500 +0.059570312500 +0.206054687500 +-0.183593750000 +-0.175781250000 +0.001647949219 +-0.041748046875 +0.240234375000 +-0.009216308594 +0.002639770508 +0.140625000000 +-0.018798828125 +0.090820312500 +0.043701171875 +0.014221191406 +0.083496093750 +0.097656250000 +0.156250000000 +-0.084960937500 +0.031982421875 +0.183593750000 +-0.040771484375 +0.044677734375 +0.120117187500 +-0.008666992188 +-0.060791015625 +-0.074707031250 +-0.000257492065 +-0.029174804688 +0.087402343750 +0.108398437500 +-0.100097656250 +0.038818359375 +0.162109375000 +0.116699218750 +0.023193359375 +0.081054687500 +-0.087890625000 +-0.198242187500 +0.046386718750 +0.073242187500 +0.103515625000 +-0.049560546875 +0.018066406250 +0.023315429688 +-0.076171875000 +-0.155273437500 +-0.231445312500 +-0.029785156250 +0.020019531250 +0.019775390625 +-0.044677734375 +-0.018066406250 +0.033691406250 +0.055175781250 +0.053466796875 +0.021240234375 +-0.040527343750 +-0.004852294922 +0.183593750000 +0.085449218750 +-0.125000000000 +-0.155273437500 +-0.038330078125 +0.047607421875 +0.015136718750 +-0.085937500000 +-0.175781250000 +-0.031982421875 +-0.082031250000 +-0.182617187500 +-0.125000000000 +0.067382812500 +-0.055419921875 +-0.241210937500 +0.111328125000 +-0.100585937500 +0.008666992188 +0.016845703125 +-0.110839843750 +-0.066894531250 +-0.063476562500 +0.086425781250 +0.024902343750 +-0.219726562500 +-0.101074218750 +-0.131835937500 +-0.060546875000 +-0.001647949219 +-0.102050781250 +-0.078125000000 +-0.068359375000 +0.061279296875 +-0.040771484375 +-0.192382812500 +0.061523437500 +-0.021362304688 +-0.017211914062 +0.036621093750 +-0.163085937500 +-0.023925781250 +-0.108398437500 +0.126953125000 +0.176757812500 +-0.083007812500 +-0.030883789062 +-0.175781250000 +0.062988281250 +-0.079589843750 +0.068847656250 +-0.205078125000 +0.120117187500 +-0.029663085938 +0.126953125000 +-0.027343750000 +0.067382812500 +-0.067382812500 +-0.068847656250 +-0.027221679688 +-0.279296875000 +0.057861328125 +0.026611328125 +-0.207031250000 +-0.039306640625 +-0.086425781250 +-0.097656250000 +-0.088867187500 +0.050537109375 +-0.147460937500 +-0.014404296875 +0.074707031250 +0.112304687500 +-0.007537841797 +-0.085449218750 +0.059082031250 +-0.114746093750 +0.039550781250 +0.115722656250 +0.027587890625 +-0.043945312500 +0.051757812500 +-0.155273437500 +0.129882812500 +0.047607421875 +-0.052001953125 +0.049316406250 +-0.033691406250 +0.052001953125 +-0.113769531250 +-0.031127929688 +0.076171875000 +-0.006317138672 +-0.027465820312 +0.049804687500 +-0.159179687500 +0.084960937500 +-0.044189453125 +0.130859375000 +-0.015991210938 +-0.105468750000 +0.119140625000 +-0.045898437500 +0.013671875000 +-0.068847656250 +-0.040039062500 +0.121093750000 +-0.202148437500 +0.027343750000 +-0.040283203125 +-0.005157470703 +-0.119628906250 +-0.056884765625 +0.015014648438 +-0.116699218750 +-0.041748046875 +0.070312500000 +0.045166015625 +-0.090332031250 +-0.029907226562 +0.129882812500 +-0.012084960938 +-0.129882812500 +0.007110595703 +0.074218750000 +-0.022216796875 +-0.043457031250 +0.066894531250 +-0.048583984375 +-0.074707031250 +-0.062500000000 +0.119628906250 +0.102050781250 +-0.019165039062 +0.028564453125 +-0.057128906250 +-0.012573242188 +-0.081054687500 +-0.058837890625 +-0.016723632812 +-0.054687500000 +0.173828125000 +0.054931640625 +-0.103027343750 +0.099609375000 +-0.141601562500 +0.104980468750 +0.138671875000 +0.128906250000 +0.265625000000 +0.044921875000 +0.021972656250 +0.052978515625 +0.144531250000 +-0.207031250000 +-0.126953125000 +0.203125000000 +0.007385253906 +-0.052490234375 +0.182617187500 +-0.099609375000 +-0.180664062500 +-0.062255859375 +0.010375976562 +0.046630859375 +0.022949218750 +-0.226562500000 +-0.000759124756 +-0.105957031250 +-0.066406250000 +-0.018432617188 +-0.026611328125 +0.045166015625 +-0.093750000000 +0.208007812500 +-0.167968750000 +-0.084472656250 +0.058593750000 +-0.042968750000 +-0.044433593750 +0.168945312500 +0.077636718750 +-0.208007812500 +0.135742187500 +0.010742187500 +-0.161132812500 +0.018066406250 +-0.011047363281 +0.054931640625 +0.128906250000 +0.060791015625 +0.160156250000 +0.021850585938 +0.040527343750 +-0.141601562500 +0.062988281250 +-0.154296875000 +0.065429687500 +0.120605468750 +0.116210937500 +-0.026977539062 +-0.008483886719 +-0.099121093750 +0.215820312500 +-0.192382812500 +-0.090332031250 +0.172851562500 +0.094238281250 +-0.239257812500 +-0.113769531250 +0.064941406250 +0.069335937500 +-0.104980468750 +0.022338867188 +0.065429687500 +0.064453125000 +-0.008666992188 +-0.082031250000 +-0.275390625000 +-0.034423828125 +0.118652343750 +-0.167968750000 +0.173828125000 +0.026855468750 +-0.036621093750 +0.115722656250 +-0.219726562500 +-0.033203125000 +-0.169921875000 +-0.148437500000 +0.051025390625 +0.018920898438 +0.104003906250 +0.075683593750 +-0.130859375000 +0.107910156250 +-0.028808593750 +-0.042480468750 +-0.033203125000 +0.000231742859 +-0.261718750000 +0.148437500000 +0.086914062500 +-0.023803710938 +0.003967285156 +0.039794921875 +-0.046875000000 +-0.168945312500 +-0.055664062500 +0.059082031250 +0.105468750000 +-0.024902343750 +-0.166992187500 +-0.180664062500 +-0.095703125000 +0.202148437500 +-0.064941406250 +-0.003936767578 +-0.179687500000 +0.146484375000 +-0.121093750000 +-0.010192871094 +0.054199218750 +0.133789062500 +0.030517578125 +0.006744384766 +-0.026245117188 +0.073730468750 +-0.049072265625 +0.031250000000 +0.071777343750 +-0.051269531250 +-0.044189453125 +0.003860473633 +0.026855468750 +0.054443359375 +-0.107910156250 +0.022583007812 +0.041259765625 +0.030883789062 +0.037841796875 +0.033203125000 +0.118164062500 +-0.041503906250 +0.016723632812 +0.083496093750 +-0.093261718750 +0.042968750000 +0.053710937500 +-0.013488769531 +0.033691406250 +-0.091796875000 +-0.038330078125 +-0.028686523438 +-0.013732910156 +0.010986328125 +-0.028808593750 +-0.078125000000 +0.070312500000 +0.008422851562 +-0.198242187500 +0.003250122070 +-0.082519531250 +-0.121582031250 +-0.045410156250 +-0.046142578125 +-0.112792968750 +0.040283203125 +-0.041992187500 +0.138671875000 +-0.010070800781 +0.002639770508 +-0.136718750000 +-0.144531250000 +0.021728515625 +0.029296875000 +-0.054931640625 +0.143554687500 +0.037841796875 +-0.048095703125 +0.006744384766 +0.065917968750 +-0.077636718750 +-0.056640625000 +0.028198242188 +0.149414062500 +0.039550781250 +-0.109863281250 +0.000068187714 +-0.050292968750 +-0.208984375000 +-0.163085937500 +0.070312500000 +0.140625000000 +0.042236328125 +0.031250000000 +-0.103027343750 +0.102050781250 +-0.009704589844 +0.011840820312 +-0.062011718750 +0.040527343750 +-0.078613281250 +0.024291992188 +0.055908203125 +0.027587890625 +-0.029174804688 +-0.066406250000 +-0.070800781250 +-0.094238281250 +-0.073730468750 +-0.002990722656 +0.036621093750 +-0.151367187500 +0.041503906250 +0.029785156250 +0.135742187500 +-0.007385253906 +-0.122558593750 +0.045654296875 +-0.010314941406 +-0.068847656250 +0.097167968750 +0.012756347656 +0.073730468750 +-0.086914062500 +-0.206054687500 +0.078613281250 +0.059082031250 +0.158203125000 +-0.111816406250 +0.016113281250 +0.048095703125 +-0.026733398438 +0.076660156250 +0.041259765625 +-0.052978515625 +-0.001358032227 +0.019042968750 +-0.119140625000 +0.057617187500 +0.036865234375 +-0.186523437500 +0.025878906250 +-0.000073909760 +-0.052734375000 +0.097656250000 +-0.144531250000 +0.084472656250 +-0.037109375000 +0.136718750000 +-0.010253906250 +0.127929687500 +-0.201171875000 +0.071777343750 +0.251953125000 +-0.149414062500 +0.008789062500 +0.024902343750 +0.092773437500 +0.023559570312 +0.016357421875 +0.086425781250 +-0.022338867188 +0.015869140625 +-0.036132812500 +-0.015075683594 +0.172851562500 +0.110839843750 +0.102539062500 +0.133789062500 +-0.022094726562 +0.084960937500 +0.082031250000 +-0.002609252930 +-0.021362304688 +0.026245117188 +-0.001983642578 +0.115722656250 +-0.009155273438 +0.000766754150 +0.061767578125 +0.203125000000 +-0.029663085938 +0.141601562500 +0.074218750000 +-0.084472656250 +0.130859375000 +0.132812500000 +-0.182617187500 +-0.208007812500 +0.115234375000 +-0.017822265625 +-0.146484375000 +0.175781250000 +-0.037109375000 +0.029174804688 +0.079101562500 +-0.067871093750 +-0.092773437500 +0.170898437500 +0.281250000000 +-0.043457031250 +-0.024291992188 +-0.149414062500 +0.084472656250 +0.147460937500 +-0.148437500000 +-0.081542968750 +-0.138671875000 +-0.373046875000 +0.018920898438 +-0.005310058594 +-0.171875000000 +-0.112792968750 +0.006866455078 +0.236328125000 +0.019165039062 +0.063476562500 +-0.163085937500 +-0.022338867188 +0.095214843750 +-0.062500000000 +0.109863281250 +0.051269531250 +-0.000185966492 +-0.104003906250 +-0.109863281250 +0.133789062500 +-0.151367187500 +-0.037109375000 +0.099609375000 +0.024780273438 +-0.045410156250 +0.154296875000 +0.056884765625 +0.125000000000 +-0.056396484375 +-0.208984375000 +-0.012390136719 +0.005157470703 +-0.052490234375 +0.066894531250 +-0.195312500000 +0.129882812500 +0.100097656250 +-0.188476562500 +-0.044189453125 +-0.083007812500 +0.160156250000 +0.054931640625 +-0.170898437500 +-0.185546875000 +-0.092773437500 +0.059326171875 +-0.190429687500 +-0.005157470703 +-0.129882812500 +-0.037597656250 +-0.057861328125 +-0.011901855469 +0.052734375000 +0.177734375000 +0.063964843750 +-0.027832031250 +-0.068847656250 +-0.152343750000 +0.130859375000 +0.004089355469 +-0.047363281250 +-0.118164062500 +0.091308593750 +0.191406250000 +0.055908203125 +0.296875000000 +-0.052246093750 +0.050537109375 +-0.073242187500 +0.146484375000 +0.042480468750 +0.052001953125 +-0.095214843750 +0.178710937500 +0.053466796875 +0.085937500000 +-0.042236328125 +-0.112792968750 +-0.064453125000 +-0.057617187500 +0.017700195312 +-0.052490234375 +-0.075683593750 +-0.057373046875 +-0.076171875000 +0.011779785156 +0.046386718750 +0.279296875000 +0.052246093750 +-0.009948730469 +-0.100097656250 +-0.206054687500 +0.004455566406 +-0.194335937500 +-0.265625000000 +0.057861328125 +0.066894531250 +-0.011901855469 +0.008239746094 +-0.106445312500 +0.047119140625 +0.203125000000 +-0.077148437500 +0.016601562500 +-0.006652832031 +0.082031250000 +-0.060302734375 +0.000801086426 +-0.201171875000 +-0.100585937500 +0.228515625000 +0.088867187500 +0.045410156250 +0.118164062500 +-0.011230468750 +0.002975463867 +-0.086914062500 +-0.133789062500 +0.007324218750 +-0.071777343750 +0.015380859375 +-0.028320312500 +0.053222656250 +-0.108886718750 +-0.044189453125 +-0.042236328125 +-0.138671875000 +0.075683593750 +0.030273437500 +-0.108886718750 +0.021118164062 +-0.061767578125 +-0.023681640625 +0.018310546875 +0.119140625000 +0.078125000000 +-0.228515625000 +0.065917968750 +0.042236328125 +0.084960937500 +0.090332031250 +0.026123046875 +0.068359375000 +0.003723144531 +0.128906250000 +0.209960937500 +0.041992187500 +0.162109375000 +-0.074218750000 +-0.069335937500 +0.088867187500 +-0.128906250000 +0.068359375000 +0.050781250000 +0.023071289062 +-0.026611328125 +-0.174804687500 +-0.257812500000 +-0.130859375000 +-0.119140625000 +-0.151367187500 +0.161132812500 +-0.130859375000 +0.038818359375 +0.096191406250 +-0.021728515625 +-0.053222656250 +0.019653320312 +-0.034912109375 +0.201171875000 +-0.080078125000 +-0.193359375000 +0.020385742188 +-0.017578125000 +-0.204101562500 +-0.063964843750 +-0.162109375000 +-0.092773437500 +-0.080078125000 +0.101074218750 +0.024902343750 +0.015075683594 +-0.070312500000 +-0.117187500000 +-0.046875000000 +-0.181640625000 +0.052978515625 +0.014770507812 +-0.058837890625 +-0.055664062500 +-0.003051757812 diff --git a/AI_Engine_Development/AIE-MLv2/Design_Tutorials/01-Radio-ML/aie/dense_w17/Makefile b/AI_Engine_Development/AIE-MLv2/Design_Tutorials/01-Radio-ML/aie/dense_w17/Makefile new file mode 100644 index 0000000000..878b5d920d --- /dev/null +++ b/AI_Engine_Development/AIE-MLv2/Design_Tutorials/01-Radio-ML/aie/dense_w17/Makefile @@ -0,0 +1,69 @@ +# +# Copyright (C) 2024, Advanced Micro Devices, Inc. All rights reserved. +# SPDX-License-Identifier: MIT +# +# Author: Faisal El-Shabani + +MY_APP := dense_w17_app +MY_SOURCES := ${MY_APP}.cpp dense_w17_graph.h dense_w17.h dense_w17.cpp + +PART ?= xc2ve3858-ssva2112-2MP-e-S + +AIE_OUTPUT := libadf.a + +AIE_FLAGS := --part=${PART} ${MY_APP}.cpp --aie.output-archive=${AIE_OUTPUT} --include=../utility + +.PHONY: help clean x86com x86sim sim profile throughput + +help:: + @echo "Makefile Usage:" + @echo " make all" + @echo " Command to generate everything for this design" + @echo "" + @echo " make compile" + @echo " Run AIE compiler and build the design" + @echo "" + @echo " make profile" + @echo " Run AIE simulator with profiling and generate outputs suitable for Vitis Analyzer" + @echo "" + @echo " make analyze" + @echo " Run Vitis Analyzer to inspect results" + @echo "" + @echo " make throughput" + @echo " Evaluate the achieved throughput at the output" + @echo "" + @echo " make clean" + @echo " Command to remove all the generated files." + +all: ${AIE_OUTPUT} + +x86all: clean x86com x86sim + +${AIE_OUTPUT}: ${MY_SOURCES} + v++ --compile --config aie.cfg --mode aie --target=hw ${AIE_FLAGS} 2>&1 | tee log + +x86com: + v++ --compile --config aie.cfg --mode aie --target=x86sim ${AIE_FLAGS} 2>&1 | tee log + +sim: + aiesimulator 2>&1 | tee -a log + +x86sim: + x86simulator 2>&1 | tee -a log + +profile: + aiesimulator --online -wdb -text --profile 2>&1 | tee -a log + +trace: + aiesimulator --hang-detect-time=5000 --online -wdb -text 2>&1 | tee -a log + +clean: + rm -rf .Xil Work libadf.a + rm -rf aiesimulator_output* aiesimulator*.log + rm -rf x86simulator_output* + rm -rf log log* + rm -rf *.xpe *.elf *.db *.soln Map_* xnw* *.lp *.log .xil .Xil *.lp *.db *.log *.exe *.vcd *.json + rm -rf vitis_analyzer* pl_sample_counts* pl_sample_count_* + rm -rf temp ISS_RPC_SERVER_PORT .crashReporter .AIE_SIM_CMD_LINE_OPTIONS + rm -rf system*.* trdata.aiesim function_wdb_dir .wsdata _ide vfs_work .ipynb_checkpoints _ide + diff --git a/AI_Engine_Development/AIE-MLv2/Design_Tutorials/01-Radio-ML/aie/dense_w17/aie.cfg b/AI_Engine_Development/AIE-MLv2/Design_Tutorials/01-Radio-ML/aie/dense_w17/aie.cfg new file mode 100644 index 0000000000..bd3d1e8a37 --- /dev/null +++ b/AI_Engine_Development/AIE-MLv2/Design_Tutorials/01-Radio-ML/aie/dense_w17/aie.cfg @@ -0,0 +1,13 @@ +# +# Copyright (C) 2024, Advanced Micro Devices, Inc. All rights reserved. +# SPDX-License-Identifier: MIT +# +# Author: Faisal El-Shabani + +[aie] + +kernel-linting=true +xlopt=1 +verbose=true +pl-freq=625 +Xmapper=BufferOptLevel0 \ No newline at end of file diff --git a/AI_Engine_Development/AIE-MLv2/Design_Tutorials/01-Radio-ML/aie/dense_w17/data/biases-rtp.txt b/AI_Engine_Development/AIE-MLv2/Design_Tutorials/01-Radio-ML/aie/dense_w17/data/biases-rtp.txt new file mode 100644 index 0000000000..85bd94cd82 --- /dev/null +++ b/AI_Engine_Development/AIE-MLv2/Design_Tutorials/01-Radio-ML/aie/dense_w17/data/biases-rtp.txt @@ -0,0 +1,128 @@ +0.191406250000 +-0.120605468750 +0.080078125000 +0.184570312500 +0.100585937500 +-0.007141113281 +-0.083007812500 +0.211914062500 +0.051269531250 +-0.077636718750 +-0.129882812500 +-0.025268554688 +0.042236328125 +-0.005828857422 +-0.036621093750 +-0.079101562500 +0.196289062500 +-0.053955078125 +0.188476562500 +-0.029174804688 +-0.120605468750 +0.039306640625 +-0.062011718750 +-0.005065917969 +-0.005432128906 +0.148437500000 +0.027465820312 +0.228515625000 +0.243164062500 +0.002166748047 +0.050781250000 +-0.103027343750 +0.067871093750 +0.070800781250 +0.150390625000 +0.186523437500 +-0.086425781250 +0.003448486328 +0.085449218750 +-0.079589843750 +0.055175781250 +-0.203125000000 +0.131835937500 +0.027832031250 +0.140625000000 +-0.095703125000 +-0.151367187500 +-0.023193359375 +0.154296875000 +0.067871093750 +0.191406250000 +-0.128906250000 +-0.047119140625 +0.148437500000 +-0.048583984375 +0.172851562500 +0.061523437500 +0.169921875000 +0.033447265625 +-0.018310546875 +-0.059082031250 +0.030273437500 +-0.114257812500 +0.190429687500 +-0.094238281250 +-0.096191406250 +0.098632812500 +0.003860473633 +-0.002014160156 +-0.271484375000 +0.257812500000 +0.047851562500 +0.155273437500 +0.172851562500 +-0.051513671875 +0.169921875000 +-0.045166015625 +0.079101562500 +0.210937500000 +0.154296875000 +-0.102050781250 +0.051513671875 +0.027221679688 +0.191406250000 +0.055908203125 +-0.038330078125 +0.208984375000 +-0.124511718750 +-0.055419921875 +0.218750000000 +0.062500000000 +0.281250000000 +0.130859375000 +-0.020751953125 +-0.053710937500 +-0.163085937500 +0.135742187500 +0.086425781250 +0.277343750000 +0.085937500000 +0.058105468750 +-0.038330078125 +0.063964843750 +0.255859375000 +-0.010437011719 +-0.005157470703 +-0.075683593750 +0.038085937500 +0.131835937500 +-0.121093750000 +-0.123535156250 +0.187500000000 +0.057861328125 +-0.039794921875 +-0.209960937500 +0.221679687500 +0.193359375000 +-0.057373046875 +0.182617187500 +-0.125000000000 +-0.108886718750 +-0.123046875000 +-0.032226562500 +-0.093261718750 +-0.088867187500 +-0.190429687500 +0.198242187500 +0.243164062500 diff --git a/AI_Engine_Development/AIE-MLv2/Design_Tutorials/01-Radio-ML/aie/dense_w17/data/data_i.txt b/AI_Engine_Development/AIE-MLv2/Design_Tutorials/01-Radio-ML/aie/dense_w17/data/data_i.txt new file mode 100644 index 0000000000..367a9b27ea --- /dev/null +++ b/AI_Engine_Development/AIE-MLv2/Design_Tutorials/01-Radio-ML/aie/dense_w17/data/data_i.txt @@ -0,0 +1,128 @@ +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +2.562500000000 3.625000000000 2.312500000000 6.468750000000 +2.765625000000 0.000000000000 0.000000000000 0.000000000000 +2.593750000000 0.000000000000 1.937500000000 0.000000000000 +0.000000000000 0.000000000000 1.234375000000 3.890625000000 +0.000000000000 0.000000000000 1.726562500000 0.882812500000 +0.000000000000 0.000000000000 9.750000000000 12.562500000000 +1.937500000000 0.000000000000 5.000000000000 0.000000000000 +2.437500000000 0.000000000000 0.000000000000 2.515625000000 +0.867187500000 0.000000000000 0.000000000000 6.875000000000 +0.000000000000 0.000000000000 0.000000000000 5.312500000000 +9.000000000000 0.000000000000 3.078125000000 4.468750000000 +0.000000000000 5.812500000000 0.000000000000 0.000000000000 +0.000000000000 4.312500000000 0.000000000000 0.000000000000 +9.875000000000 15.437500000000 0.000000000000 0.726562500000 +5.937500000000 11.375000000000 0.000000000000 0.000000000000 +0.000000000000 3.953125000000 8.812500000000 2.500000000000 +1.195312500000 4.406250000000 18.375000000000 0.000000000000 +37.500000000000 8.187500000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 6.375000000000 13.750000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 13.562500000000 +0.000000000000 2.281250000000 0.248046875000 8.812500000000 +2.359375000000 0.000000000000 7.468750000000 0.000000000000 +0.000000000000 8.625000000000 0.000000000000 0.000000000000 +0.000000000000 5.031250000000 11.812500000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 1.960937500000 +10.937500000000 0.000000000000 3.093750000000 0.000000000000 +1.640625000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.345703125000 0.000000000000 +0.000000000000 8.125000000000 10.187500000000 4.156250000000 +8.250000000000 4.531250000000 8.562500000000 5.187500000000 +3.578125000000 0.000000000000 28.125000000000 0.000000000000 +0.000000000000 0.902343750000 8.062500000000 0.000000000000 +11.187500000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 11.125000000000 +0.000000000000 1.312500000000 0.000000000000 0.000000000000 +4.062500000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 4.687500000000 +0.000000000000 0.000000000000 0.330078125000 0.644531250000 +11.562500000000 15.062500000000 0.000000000000 0.000000000000 +10.125000000000 7.375000000000 18.000000000000 5.000000000000 +0.000000000000 12.250000000000 0.000000000000 0.000000000000 +0.714843750000 9.812500000000 0.000000000000 3.843750000000 +0.000000000000 4.937500000000 0.000000000000 0.000000000000 +0.000000000000 1.296875000000 0.000000000000 6.343750000000 +4.218750000000 0.000000000000 0.000000000000 15.812500000000 +0.000000000000 0.000000000000 14.250000000000 0.000000000000 +0.000000000000 10.687500000000 0.000000000000 0.000000000000 +0.000000000000 2.609375000000 10.687500000000 0.000000000000 +19.000000000000 0.691406250000 0.000000000000 0.000000000000 +11.875000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.515625000000 23.375000000000 2.093750000000 +0.000000000000 3.718750000000 7.656250000000 18.875000000000 +0.000000000000 13.687500000000 0.000000000000 2.796875000000 +16.375000000000 1.625000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 9.937500000000 3.203125000000 +0.000000000000 7.875000000000 13.562500000000 0.000000000000 +0.000000000000 2.875000000000 6.656250000000 0.000000000000 +22.250000000000 5.031250000000 0.000000000000 0.000000000000 +1.554687500000 4.156250000000 0.000000000000 10.000000000000 +0.000000000000 0.000000000000 22.750000000000 3.953125000000 +0.000000000000 6.000000000000 8.375000000000 11.125000000000 +12.062500000000 8.125000000000 3.890625000000 0.000000000000 +1.351562500000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 6.250000000000 0.000000000000 0.000000000000 +0.000000000000 2.468750000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 2.953125000000 0.000000000000 +0.000000000000 4.687500000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.542968750000 +0.000000000000 0.578125000000 0.000000000000 13.625000000000 +0.000000000000 4.187500000000 8.500000000000 0.000000000000 +8.812500000000 0.000000000000 0.000000000000 0.000000000000 +4.718750000000 0.000000000000 0.000000000000 0.000000000000 +2.312500000000 5.218750000000 0.000000000000 9.875000000000 +0.000000000000 14.125000000000 8.125000000000 2.187500000000 +9.375000000000 7.687500000000 0.000000000000 12.750000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 2.843750000000 1.453125000000 +0.000000000000 0.000000000000 2.484375000000 0.000000000000 +1.960937500000 9.687500000000 0.000000000000 0.000000000000 +0.000000000000 1.375000000000 2.687500000000 0.000000000000 +10.062500000000 10.750000000000 0.000000000000 2.187500000000 +0.000000000000 0.000000000000 0.000000000000 0.746093750000 +0.000000000000 7.312500000000 0.000000000000 3.609375000000 +0.000000000000 7.843750000000 0.000000000000 0.000000000000 +0.000000000000 10.312500000000 1.257812500000 0.000000000000 +0.000000000000 3.703125000000 4.843750000000 11.125000000000 +0.000000000000 11.875000000000 0.000000000000 19.750000000000 +2.828125000000 0.000000000000 8.375000000000 0.000000000000 +0.000000000000 0.000000000000 3.375000000000 0.000000000000 +22.250000000000 0.546875000000 0.000000000000 0.000000000000 +5.187500000000 6.937500000000 0.000000000000 13.625000000000 +0.000000000000 0.000000000000 1.046875000000 0.000000000000 +0.490234375000 0.000000000000 8.562500000000 0.000000000000 +9.625000000000 8.125000000000 3.875000000000 0.000000000000 +0.095703125000 0.138671875000 0.062255859375 0.000000000000 +0.056152343750 0.000000000000 0.097656250000 0.100097656250 +0.010375976562 0.000000000000 0.134765625000 0.239257812500 +0.148437500000 0.122558593750 0.109863281250 0.027099609375 +0.000000000000 0.143554687500 0.000000000000 0.199218750000 +0.188476562500 0.136718750000 0.239257812500 0.107910156250 +0.031250000000 0.000000000000 0.000000000000 0.087402343750 +0.014099121094 0.236328125000 0.152343750000 0.039550781250 +0.000000000000 0.349609375000 0.000000000000 0.000000000000 +0.107910156250 0.000000000000 0.277343750000 0.000000000000 +0.310546875000 0.130859375000 0.000000000000 0.000000000000 +0.000000000000 0.139648437500 0.000000000000 0.249023437500 +0.103027343750 0.110351562500 0.175781250000 0.073730468750 +0.125976562500 0.000000000000 0.000000000000 0.028442382812 +0.101074218750 0.193359375000 0.000000000000 0.130859375000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.034667968750 0.000000000000 +0.000000000000 0.194335937500 0.300781250000 0.012878417969 +0.291015625000 0.195312500000 0.249023437500 0.138671875000 +0.000000000000 0.000000000000 0.125000000000 0.000000000000 +0.044433593750 0.000000000000 0.255859375000 0.000000000000 +0.224609375000 0.322265625000 0.121093750000 0.180664062500 +0.193359375000 0.000000000000 0.000000000000 0.061035156250 +0.183593750000 0.038085937500 0.048095703125 0.000000000000 +0.023803710938 0.000000000000 0.012756347656 0.375000000000 +0.167968750000 0.042724609375 0.000000000000 0.000000000000 +0.000000000000 0.216796875000 0.000000000000 0.000000000000 +0.169921875000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.117187500000 0.000000000000 +0.000352859497 0.070800781250 0.157226562500 0.208007812500 +0.396484375000 0.416015625000 0.132812500000 0.005432128906 +0.000000000000 0.192382812500 0.205078125000 0.065917968750 diff --git a/AI_Engine_Development/AIE-MLv2/Design_Tutorials/01-Radio-ML/aie/dense_w17/data/data_o.txt b/AI_Engine_Development/AIE-MLv2/Design_Tutorials/01-Radio-ML/aie/dense_w17/data/data_o.txt new file mode 100644 index 0000000000..13e9ea6e1d --- /dev/null +++ b/AI_Engine_Development/AIE-MLv2/Design_Tutorials/01-Radio-ML/aie/dense_w17/data/data_o.txt @@ -0,0 +1,128 @@ +4.406250000000 -1.757812500000 6.187500000000 11.687500000000 +0.076171875000 -1.750000000000 1.312500000000 2.125000000000 +-1.523437500000 4.031250000000 2.750000000000 9.000000000000 +11.250000000000 -1.757812500000 -0.408203125000 -1.757812500000 +-1.718750000000 -0.527343750000 10.437500000000 0.388671875000 +-1.750000000000 -0.232421875000 -1.687500000000 -1.710937500000 +-1.742187500000 -0.718750000000 5.531250000000 14.562500000000 +6.218750000000 4.968750000000 2.796875000000 -1.390625000000 +11.312500000000 -1.742187500000 -1.585937500000 11.312500000000 +4.687500000000 -0.476562500000 -1.554687500000 -1.757812500000 +12.187500000000 15.062500000000 5.156250000000 -1.757812500000 +18.625000000000 -0.972656250000 8.062500000000 -1.750000000000 +-1.585937500000 9.937500000000 8.562500000000 5.531250000000 +-1.757812500000 -1.453125000000 -1.703125000000 -1.734375000000 +-1.726562500000 -1.367187500000 -0.406250000000 -1.757812500000 +2.968750000000 0.337890625000 -1.750000000000 -1.757812500000 +-1.757812500000 -1.757812500000 8.250000000000 -1.281250000000 +1.015625000000 43.500000000000 -0.593750000000 11.125000000000 +4.968750000000 7.562500000000 -1.250000000000 -0.589843750000 +8.312500000000 4.281250000000 -0.091796875000 -0.308593750000 +-1.414062500000 -0.410156250000 -1.757812500000 1.109375000000 +1.390625000000 1.804687500000 8.312500000000 3.484375000000 +-1.164062500000 7.406250000000 0.515625000000 -1.750000000000 +-1.757812500000 -1.734375000000 -1.757812500000 -1.757812500000 +13.937500000000 4.343750000000 -1.757812500000 -1.757812500000 +-1.757812500000 0.195312500000 2.296875000000 1.789062500000 +1.187500000000 -1.726562500000 2.531250000000 -1.757812500000 +3.781250000000 -1.648437500000 -1.757812500000 7.843750000000 +3.500000000000 -0.980468750000 16.750000000000 -1.757812500000 +-1.718750000000 22.875000000000 -1.562500000000 -1.750000000000 +3.359375000000 5.937500000000 -1.757812500000 24.375000000000 +-1.343750000000 14.187500000000 3.437500000000 3.578125000000 +10.937500000000 -1.757812500000 7.250000000000 7.031250000000 +0.345703125000 1.203125000000 4.343750000000 10.125000000000 +0.652343750000 11.937500000000 10.187500000000 11.562500000000 +-1.750000000000 -1.695312500000 4.656250000000 6.343750000000 +-1.757812500000 -1.023437500000 -1.757812500000 0.703125000000 +-1.656250000000 7.687500000000 0.597656250000 -1.757812500000 +-1.070312500000 4.875000000000 12.562500000000 19.375000000000 +-1.687500000000 -1.757812500000 -1.710937500000 -1.289062500000 +2.937500000000 9.062500000000 0.832031250000 9.187500000000 +3.312500000000 0.863281250000 -1.757812500000 -1.757812500000 +-1.757812500000 9.312500000000 15.687500000000 -1.757812500000 +-1.757812500000 6.781250000000 2.765625000000 -1.757812500000 +-1.632812500000 11.625000000000 -1.531250000000 11.187500000000 +7.625000000000 -1.726562500000 -1.750000000000 -1.757812500000 +-1.757812500000 -0.257812500000 6.906250000000 -1.406250000000 +-0.457031250000 -0.925781250000 8.250000000000 -1.757812500000 +-1.757812500000 -1.757812500000 3.625000000000 -0.734375000000 +25.750000000000 62.500000000000 -1.757812500000 11.187500000000 +16.750000000000 -1.679687500000 -1.054687500000 -1.562500000000 +2.953125000000 5.625000000000 -1.734375000000 -1.421875000000 +4.906250000000 1.375000000000 -1.757812500000 3.953125000000 +4.250000000000 7.625000000000 -1.281250000000 11.750000000000 +-1.757812500000 2.718750000000 -1.757812500000 -1.757812500000 +-1.757812500000 -1.757812500000 4.093750000000 -1.757812500000 +4.656250000000 5.718750000000 -1.757812500000 -1.757812500000 +-1.757812500000 -1.750000000000 -0.894531250000 5.625000000000 +-0.373046875000 5.468750000000 -1.125000000000 1.507812500000 +0.593750000000 -1.757812500000 9.500000000000 5.562500000000 +-1.718750000000 -1.757812500000 33.500000000000 -1.757812500000 +-0.867187500000 14.312500000000 10.750000000000 -1.757812500000 +8.562500000000 20.250000000000 8.375000000000 36.750000000000 +0.134765625000 17.625000000000 6.406250000000 9.000000000000 +12.750000000000 -1.757812500000 -1.757812500000 4.125000000000 +-1.710937500000 -0.289062500000 -1.757812500000 -1.351562500000 +-1.710937500000 7.875000000000 -1.757812500000 -0.796875000000 +3.875000000000 -1.734375000000 6.093750000000 -1.382812500000 +11.250000000000 2.562500000000 3.671875000000 1.523437500000 +-1.757812500000 2.703125000000 -0.644531250000 -1.726562500000 +-1.757812500000 3.328125000000 5.187500000000 3.375000000000 +-1.750000000000 -1.460937500000 -0.474609375000 3.484375000000 +9.937500000000 -0.710937500000 -1.679687500000 -1.734375000000 +11.375000000000 -1.750000000000 5.937500000000 -1.757812500000 +2.812500000000 -1.726562500000 6.312500000000 -1.757812500000 +-1.757812500000 9.687500000000 -0.660156250000 -1.296875000000 +-1.656250000000 -0.228515625000 7.312500000000 2.046875000000 +0.224609375000 0.531250000000 -1.750000000000 -1.757812500000 +-1.757812500000 -1.742187500000 7.093750000000 -1.640625000000 +-1.718750000000 5.781250000000 -1.671875000000 -1.757812500000 +-1.757812500000 -1.750000000000 4.781250000000 1.656250000000 +-1.734375000000 47.250000000000 -1.632812500000 -1.750000000000 +8.687500000000 -1.750000000000 5.781250000000 1.250000000000 +6.031250000000 4.531250000000 -1.757812500000 -1.601562500000 +1.578125000000 3.171875000000 -1.757812500000 0.734375000000 +-1.757812500000 0.703125000000 2.078125000000 -1.734375000000 +-1.484375000000 2.531250000000 -1.757812500000 11.750000000000 +-1.757812500000 -1.726562500000 -1.421875000000 15.187500000000 +4.781250000000 -0.507812500000 -1.757812500000 -1.359375000000 +-1.757812500000 -0.294921875000 0.949218750000 -1.726562500000 +6.875000000000 -1.757812500000 -0.005767822266 2.593750000000 +8.500000000000 -1.757812500000 -1.742187500000 -1.359375000000 +2.343750000000 1.937500000000 16.125000000000 -1.750000000000 +1.093750000000 3.921875000000 5.968750000000 -1.757812500000 +18.750000000000 -1.750000000000 0.898437500000 25.125000000000 +-1.328125000000 4.625000000000 18.750000000000 2.796875000000 +0.726562500000 -0.593750000000 0.171875000000 0.255859375000 +0.150390625000 -0.093261718750 -0.115234375000 0.304687500000 +0.217773437500 0.096679687500 -0.009033203125 0.104980468750 +0.052978515625 -0.441406250000 0.136718750000 0.008056640625 +0.304687500000 0.083496093750 0.231445312500 -0.246093750000 +-0.231445312500 0.355468750000 -0.086914062500 -0.332031250000 +-0.100585937500 0.316406250000 0.361328125000 0.742187500000 +0.394531250000 0.110839843750 -0.089843750000 0.064453125000 +0.034912109375 0.213867187500 0.072265625000 0.069824218750 +0.167968750000 0.318359375000 0.132812500000 0.025146484375 +-0.025390625000 0.601562500000 0.476562500000 -0.073242187500 +0.259765625000 0.022460937500 -0.177734375000 -0.226562500000 +0.121582031250 0.170898437500 0.320312500000 0.406250000000 +-0.186523437500 0.349609375000 -0.162109375000 0.061767578125 +-0.302734375000 0.236328125000 0.137695312500 -0.248046875000 +0.098144531250 0.519531250000 0.097167968750 0.151367187500 +-0.519531250000 -0.051269531250 0.287109375000 0.049316406250 +0.298828125000 1.875000000000 0.423828125000 0.462890625000 +0.750000000000 0.605468750000 0.170898437500 0.194335937500 +0.058593750000 0.265625000000 0.365234375000 0.058349609375 +-0.026855468750 0.059814453125 -0.179687500000 0.291015625000 +0.123046875000 0.330078125000 0.431640625000 -0.341796875000 +-0.172851562500 0.200195312500 -0.248046875000 0.146484375000 +-0.004547119141 0.150390625000 -0.229492187500 -0.449218750000 +0.386718750000 0.111816406250 0.281250000000 -0.429687500000 +-0.185546875000 -0.016357421875 0.179687500000 0.206054687500 +0.146484375000 0.225585937500 0.131835937500 -0.003936767578 +0.468750000000 -0.128906250000 0.099609375000 0.419921875000 +0.211914062500 -0.190429687500 0.457031250000 0.196289062500 +0.170898437500 0.455078125000 0.578125000000 -0.271484375000 +0.172851562500 0.263671875000 0.382812500000 0.683593750000 +-0.191406250000 0.371093750000 0.703125000000 0.451171875000 diff --git a/AI_Engine_Development/AIE-MLv2/Design_Tutorials/01-Radio-ML/aie/dense_w17/data/weights-rtp.txt b/AI_Engine_Development/AIE-MLv2/Design_Tutorials/01-Radio-ML/aie/dense_w17/data/weights-rtp.txt new file mode 100644 index 0000000000..19d3b97b53 --- /dev/null +++ b/AI_Engine_Development/AIE-MLv2/Design_Tutorials/01-Radio-ML/aie/dense_w17/data/weights-rtp.txt @@ -0,0 +1,16384 @@ +-0.034667968750 +0.202148437500 +0.169921875000 +0.137695312500 +0.139648437500 +0.089843750000 +-0.138671875000 +0.007263183594 +0.058593750000 +0.055419921875 +-0.002746582031 +-0.033203125000 +0.058349609375 +0.077636718750 +-0.082031250000 +0.092773437500 +-0.032958984375 +-0.005676269531 +-0.128906250000 +-0.213867187500 +0.168945312500 +0.030151367188 +0.170898437500 +0.141601562500 +0.060791015625 +0.048339843750 +0.202148437500 +-0.138671875000 +-0.123535156250 +-0.138671875000 +-0.165039062500 +-0.100097656250 +-0.057373046875 +0.191406250000 +-0.083984375000 +0.088867187500 +0.054199218750 +-0.009277343750 +0.017089843750 +-0.045166015625 +-0.024291992188 +-0.094238281250 +-0.001609802246 +0.005737304688 +-0.029418945312 +0.192382812500 +-0.233398437500 +-0.083984375000 +-0.077148437500 +-0.121093750000 +0.003677368164 +0.004577636719 +-0.092285156250 +-0.080078125000 +0.034667968750 +0.049804687500 +0.119140625000 +0.136718750000 +0.208984375000 +0.106933593750 +0.057128906250 +0.155273437500 +-0.071777343750 +0.016479492188 +0.007110595703 +0.080566406250 +-0.011535644531 +-0.106933593750 +-0.056396484375 +0.206054687500 +-0.043701171875 +-0.125000000000 +-0.205078125000 +-0.124511718750 +-0.143554687500 +-0.023193359375 +0.012084960938 +-0.062500000000 +0.062988281250 +0.053955078125 +0.194335937500 +0.033447265625 +-0.170898437500 +-0.107421875000 +-0.068847656250 +0.079101562500 +0.047363281250 +-0.166015625000 +-0.078125000000 +-0.205078125000 +0.099121093750 +0.071777343750 +-0.031494140625 +0.089355468750 +-0.099121093750 +-0.098144531250 +-0.157226562500 +0.086914062500 +0.024780273438 +0.225585937500 +-0.089843750000 +-0.139648437500 +-0.050048828125 +-0.015869140625 +-0.048828125000 +-0.104003906250 +-0.019165039062 +-0.165039062500 +0.069824218750 +-0.044433593750 +-0.022949218750 +-0.144531250000 +-0.068359375000 +-0.066406250000 +0.066894531250 +-0.041503906250 +-0.052001953125 +-0.104492187500 +-0.065917968750 +0.056152343750 +0.088378906250 +-0.021850585938 +0.022827148438 +0.092773437500 +-0.057861328125 +0.302734375000 +0.011718750000 +-0.022583007812 +-0.112304687500 +0.029174804688 +-0.074707031250 +0.009094238281 +0.032470703125 +0.096679687500 +0.031738281250 +0.059082031250 +-0.005645751953 +0.058349609375 +-0.009216308594 +-0.134765625000 +0.062500000000 +-0.184570312500 +-0.038818359375 +0.062988281250 +0.030883789062 +-0.149414062500 +0.099121093750 +0.089843750000 +-0.058349609375 +0.102050781250 +-0.110839843750 +-0.085449218750 +-0.025634765625 +-0.166015625000 +0.129882812500 +-0.326171875000 +0.008361816406 +0.043701171875 +-0.043212890625 +-0.118164062500 +-0.010864257812 +0.087890625000 +0.039794921875 +-0.047607421875 +-0.016479492188 +-0.027221679688 +-0.080566406250 +0.138671875000 +-0.112792968750 +0.074707031250 +-0.052001953125 +0.000900268555 +-0.079589843750 +-0.176757812500 +0.051025390625 +-0.018798828125 +-0.071777343750 +0.002441406250 +0.062500000000 +0.049804687500 +-0.193359375000 +-0.024414062500 +-0.049072265625 +0.213867187500 +-0.117675781250 +0.046630859375 +-0.106445312500 +0.025634765625 +0.099609375000 +-0.045898437500 +0.016845703125 +0.017211914062 +-0.073242187500 +-0.087890625000 +0.078613281250 +-0.052734375000 +-0.118652343750 +0.328125000000 +-0.035400390625 +0.134765625000 +-0.070312500000 +0.148437500000 +0.140625000000 +0.055175781250 +0.025756835938 +0.078125000000 +0.036376953125 +0.032226562500 +-0.060058593750 +-0.067382812500 +-0.018310546875 +-0.084960937500 +0.099609375000 +0.010681152344 +0.004913330078 +-0.037109375000 +0.063476562500 +-0.035644531250 +0.267578125000 +0.103515625000 +-0.082031250000 +0.227539062500 +0.027343750000 +-0.073730468750 +0.152343750000 +0.041992187500 +0.015747070312 +-0.004302978516 +-0.055175781250 +0.098144531250 +0.102539062500 +0.000049829483 +0.231445312500 +0.182617187500 +-0.009887695312 +-0.292968750000 +0.196289062500 +-0.165039062500 +-0.178710937500 +-0.035644531250 +-0.012756347656 +0.144531250000 +0.072265625000 +0.141601562500 +-0.070800781250 +0.065917968750 +-0.166015625000 +-0.077636718750 +0.058105468750 +0.107910156250 +0.019531250000 +-0.114257812500 +-0.075195312500 +-0.073242187500 +0.047851562500 +-0.102050781250 +0.116210937500 +-0.026489257812 +-0.098144531250 +0.036376953125 +0.024047851562 +0.123046875000 +-0.041503906250 +0.010192871094 +-0.073242187500 +-0.054443359375 +-0.181640625000 +0.112304687500 +0.121582031250 +-0.071777343750 +0.124023437500 +-0.093261718750 +-0.091796875000 +-0.019653320312 +-0.065429687500 +0.055664062500 +-0.012695312500 +-0.009582519531 +-0.024658203125 +-0.019897460938 +-0.110351562500 +0.075683593750 +0.046142578125 +0.025268554688 +0.064453125000 +-0.135742187500 +0.065429687500 +-0.016357421875 +-0.102050781250 +0.036132812500 +0.149414062500 +0.130859375000 +-0.094238281250 +-0.016845703125 +0.148437500000 +0.138671875000 +-0.130859375000 +-0.154296875000 +-0.097167968750 +0.009033203125 +-0.104492187500 +-0.003356933594 +-0.148437500000 +0.081054687500 +-0.088378906250 +0.033447265625 +0.018676757812 +0.067871093750 +0.051269531250 +-0.171875000000 +-0.101074218750 +0.010559082031 +-0.101562500000 +-0.004821777344 +0.070800781250 +-0.095214843750 +0.094726562500 +0.263671875000 +-0.066894531250 +0.000103473663 +0.054443359375 +-0.049804687500 +-0.077636718750 +-0.059570312500 +0.035156250000 +0.151367187500 +-0.220703125000 +0.084960937500 +0.224609375000 +0.193359375000 +-0.101562500000 +-0.084472656250 +-0.090332031250 +0.068847656250 +0.104003906250 +-0.064941406250 +-0.059814453125 +0.033447265625 +-0.084472656250 +0.129882812500 +0.069824218750 +0.110351562500 +0.072753906250 +-0.133789062500 +-0.055419921875 +0.052978515625 +0.016235351562 +-0.165039062500 +0.056152343750 +0.075195312500 +0.001266479492 +-0.227539062500 +0.128906250000 +0.051025390625 +-0.042480468750 +0.111816406250 +-0.096679687500 +-0.116210937500 +0.035400390625 +0.020996093750 +0.024047851562 +0.033203125000 +0.148437500000 +0.012390136719 +-0.029418945312 +0.096191406250 +-0.085937500000 +-0.104980468750 +0.151367187500 +-0.129882812500 +0.073730468750 +0.002059936523 +0.039794921875 +0.011535644531 +0.007293701172 +0.048339843750 +-0.018066406250 +-0.107910156250 +-0.129882812500 +0.001777648926 +-0.035156250000 +-0.148437500000 +0.047607421875 +-0.051513671875 +0.125976562500 +-0.082031250000 +-0.097167968750 +-0.281250000000 +-0.045410156250 +0.074218750000 +-0.020507812500 +0.104492187500 +-0.088867187500 +0.040283203125 +0.025512695312 +0.096679687500 +-0.059082031250 +0.083496093750 +-0.024291992188 +0.014770507812 +-0.050781250000 +0.007812500000 +-0.113769531250 +-0.069335937500 +0.175781250000 +-0.195312500000 +-0.090820312500 +-0.015625000000 +0.073242187500 +0.045166015625 +0.066406250000 +-0.210937500000 +0.156250000000 +-0.067871093750 +0.055664062500 +-0.113281250000 +-0.140625000000 +0.167968750000 +-0.005889892578 +0.010864257812 +0.148437500000 +0.118652343750 +0.085449218750 +-0.007659912109 +-0.041015625000 +-0.004180908203 +-0.063476562500 +-0.170898437500 +0.026733398438 +0.021118164062 +0.085937500000 +-0.151367187500 +0.017456054688 +-0.066406250000 +-0.084960937500 +0.063964843750 +-0.114257812500 +-0.028564453125 +-0.193359375000 +0.096191406250 +-0.049560546875 +0.009887695312 +-0.052490234375 +-0.116210937500 +0.036621093750 +0.209960937500 +0.145507812500 +-0.271484375000 +-0.119628906250 +-0.049804687500 +0.069335937500 +0.073730468750 +-0.050537109375 +0.042236328125 +0.054443359375 +0.050048828125 +0.065917968750 +0.018066406250 +-0.034667968750 +0.011901855469 +-0.040771484375 +-0.127929687500 +0.052978515625 +0.004882812500 +-0.059082031250 +-0.082519531250 +-0.040283203125 +0.036132812500 +-0.055908203125 +0.131835937500 +-0.016845703125 +-0.067871093750 +-0.199218750000 +-0.044189453125 +0.015197753906 +0.153320312500 +0.019165039062 +-0.023925781250 +0.067871093750 +-0.108398437500 +-0.049804687500 +0.048095703125 +0.019287109375 +-0.158203125000 +0.042724609375 +0.010925292969 +-0.161132812500 +-0.088867187500 +-0.196289062500 +-0.201171875000 +-0.110351562500 +-0.150390625000 +-0.089843750000 +0.032958984375 +-0.208984375000 +0.207031250000 +-0.001091003418 +0.080078125000 +0.146484375000 +0.054687500000 +0.030883789062 +-0.070800781250 +0.120117187500 +-0.056396484375 +-0.021362304688 +0.060302734375 +-0.055664062500 +-0.002319335938 +-0.191406250000 +0.000804901123 +-0.097656250000 +0.095214843750 +-0.005096435547 +-0.008239746094 +-0.167968750000 +-0.041015625000 +0.056884765625 +-0.002655029297 +-0.149414062500 +0.111816406250 +0.014770507812 +0.020141601562 +-0.146484375000 +0.088378906250 +-0.145507812500 +-0.046386718750 +-0.003997802734 +0.322265625000 +0.038085937500 +-0.075683593750 +0.245117187500 +-0.050292968750 +0.067382812500 +-0.058837890625 +-0.047119140625 +0.129882812500 +0.157226562500 +0.040283203125 +-0.066894531250 +-0.255859375000 +-0.043457031250 +-0.045166015625 +-0.003799438477 +-0.086425781250 +0.071289062500 +0.087890625000 +0.083496093750 +0.005004882812 +-0.078613281250 +-0.126953125000 +-0.132812500000 +-0.188476562500 +0.144531250000 +0.071777343750 +-0.106445312500 +0.064941406250 +-0.133789062500 +-0.031494140625 +-0.126953125000 +0.163085937500 +0.024414062500 +-0.002639770508 +0.111328125000 +-0.000957489014 +0.072753906250 +-0.197265625000 +0.096191406250 +-0.156250000000 +0.139648437500 +-0.073730468750 +0.141601562500 +0.013305664062 +0.011657714844 +0.072265625000 +0.059326171875 +0.006317138672 +-0.046386718750 +0.105957031250 +-0.033691406250 +-0.102539062500 +-0.034423828125 +0.078613281250 +0.228515625000 +0.189453125000 +0.113281250000 +-0.221679687500 +0.052734375000 +0.103515625000 +-0.062988281250 +-0.004150390625 +0.104980468750 +-0.129882812500 +-0.101562500000 +0.078125000000 +0.006042480469 +-0.022949218750 +0.045898437500 +0.031982421875 +0.038818359375 +-0.036132812500 +-0.004791259766 +-0.076171875000 +-0.025634765625 +-0.124023437500 +-0.082031250000 +0.129882812500 +0.031738281250 +-0.080078125000 +-0.173828125000 +0.112304687500 +-0.087402343750 +-0.039794921875 +0.018432617188 +0.040283203125 +-0.064941406250 +0.023315429688 +-0.076171875000 +-0.032470703125 +-0.108398437500 +-0.141601562500 +-0.054443359375 +-0.306640625000 +-0.083007812500 +0.097656250000 +0.042968750000 +-0.058593750000 +0.080078125000 +0.174804687500 +-0.088378906250 +-0.039306640625 +-0.122558593750 +0.017578125000 +-0.159179687500 +0.080566406250 +-0.039062500000 +0.110839843750 +0.097167968750 +0.107421875000 +-0.016113281250 +-0.144531250000 +0.098632812500 +-0.152343750000 +-0.119140625000 +-0.050048828125 +-0.073730468750 +0.038818359375 +0.032226562500 +0.002700805664 +0.235351562500 +0.097167968750 +0.031494140625 +-0.057617187500 +-0.163085937500 +-0.008056640625 +0.159179687500 +0.131835937500 +-0.015625000000 +-0.009887695312 +-0.001358032227 +0.116210937500 +0.073730468750 +0.066894531250 +-0.090820312500 +-0.171875000000 +-0.040527343750 +0.203125000000 +-0.095214843750 +-0.044921875000 +0.054931640625 +0.022949218750 +-0.104980468750 +0.031005859375 +-0.147460937500 +-0.070312500000 +-0.096679687500 +-0.037597656250 +-0.009155273438 +0.085937500000 +0.029418945312 +0.314453125000 +0.028808593750 +-0.000329971313 +-0.061767578125 +-0.170898437500 +-0.083496093750 +0.016601562500 +-0.101074218750 +-0.110351562500 +-0.066894531250 +-0.067871093750 +-0.015625000000 +0.009338378906 +0.082031250000 +0.088867187500 +0.008178710938 +-0.064453125000 +0.082031250000 +-0.162109375000 +0.137695312500 +-0.096679687500 +-0.126953125000 +-0.227539062500 +-0.255859375000 +-0.045654296875 +-0.103027343750 +0.118164062500 +-0.089843750000 +-0.022827148438 +0.163085937500 +0.102539062500 +-0.126953125000 +0.002151489258 +-0.043701171875 +-0.020874023438 +-0.068847656250 +-0.002502441406 +-0.010498046875 +-0.057128906250 +-0.137695312500 +-0.006896972656 +-0.082031250000 +-0.020385742188 +0.174804687500 +-0.117187500000 +0.056396484375 +0.191406250000 +-0.064941406250 +-0.240234375000 +-0.192382812500 +0.034179687500 +0.069824218750 +-0.082519531250 +0.051513671875 +-0.058593750000 +0.061035156250 +0.051269531250 +0.037841796875 +0.063964843750 +0.107421875000 +0.118652343750 +0.032958984375 +0.132812500000 +-0.214843750000 +0.078125000000 +-0.181640625000 +-0.054199218750 +0.083007812500 +0.032470703125 +0.028198242188 +0.041015625000 +0.094726562500 +0.041015625000 +-0.021606445312 +-0.101562500000 +-0.029052734375 +-0.164062500000 +0.026611328125 +0.032470703125 +0.110839843750 +0.107421875000 +-0.185546875000 +0.008300781250 +0.040771484375 +0.070800781250 +-0.092285156250 +-0.087402343750 +-0.091796875000 +-0.099121093750 +-0.019897460938 +0.009277343750 +0.036865234375 +-0.145507812500 +-0.134765625000 +0.068359375000 +-0.094238281250 +-0.085937500000 +0.092773437500 +0.066894531250 +-0.094238281250 +-0.057128906250 +0.012451171875 +0.154296875000 +0.065429687500 +0.126953125000 +-0.032714843750 +0.086425781250 +-0.019531250000 +0.017578125000 +-0.010253906250 +-0.044433593750 +0.064453125000 +-0.104492187500 +0.040283203125 +0.112304687500 +-0.038085937500 +0.079589843750 +0.122070312500 +0.184570312500 +-0.012817382812 +0.281250000000 +-0.158203125000 +-0.005767822266 +0.054199218750 +0.136718750000 +-0.093750000000 +0.008056640625 +-0.072753906250 +0.013305664062 +0.167968750000 +0.115722656250 +-0.106445312500 +-0.024902343750 +-0.008422851562 +0.092285156250 +0.066894531250 +0.004516601562 +-0.052490234375 +0.196289062500 +0.008605957031 +0.036621093750 +0.068847656250 +-0.045410156250 +0.060791015625 +0.050048828125 +-0.022094726562 +-0.057617187500 +0.082519531250 +0.166992187500 +0.104980468750 +-0.057861328125 +-0.275390625000 +-0.034667968750 +0.067871093750 +0.089355468750 +-0.050537109375 +0.113769531250 +-0.117187500000 +0.053222656250 +-0.088867187500 +0.148437500000 +-0.204101562500 +-0.081054687500 +0.108398437500 +-0.024658203125 +0.079589843750 +0.020629882812 +0.025634765625 +0.049804687500 +0.199218750000 +0.013183593750 +0.121582031250 +-0.065429687500 +0.071777343750 +0.289062500000 +0.005096435547 +-0.191406250000 +0.026977539062 +-0.097656250000 +-0.049316406250 +0.125976562500 +0.007415771484 +0.093261718750 +-0.031494140625 +0.155273437500 +0.020019531250 +-0.057373046875 +0.112792968750 +-0.154296875000 +0.113281250000 +-0.083007812500 +-0.031494140625 +-0.003890991211 +0.032226562500 +0.085937500000 +0.041259765625 +-0.012756347656 +-0.027099609375 +0.061279296875 +0.120605468750 +0.111328125000 +0.012145996094 +-0.027465820312 +-0.170898437500 +-0.011291503906 +-0.047119140625 +-0.113281250000 +-0.129882812500 +0.099121093750 +-0.308593750000 +0.145507812500 +-0.250000000000 +0.174804687500 +-0.019775390625 +-0.064453125000 +-0.111328125000 +0.121093750000 +0.221679687500 +-0.107421875000 +-0.171875000000 +-0.158203125000 +0.070800781250 +0.055419921875 +0.155273437500 +0.005493164062 +0.054931640625 +-0.075195312500 +-0.147460937500 +-0.026000976562 +-0.029174804688 +0.072265625000 +-0.002029418945 +0.049560546875 +0.052001953125 +0.038085937500 +0.033691406250 +-0.083007812500 +-0.087402343750 +-0.094726562500 +0.026245117188 +0.066406250000 +0.014648437500 +-0.112792968750 +0.079101562500 +0.076660156250 +-0.044189453125 +0.102539062500 +0.003936767578 +-0.118652343750 +-0.065917968750 +-0.040283203125 +0.017456054688 +-0.136718750000 +-0.201171875000 +0.008239746094 +-0.007446289062 +0.001716613770 +0.100097656250 +-0.096679687500 +-0.114746093750 +-0.167968750000 +-0.015869140625 +-0.065917968750 +0.092285156250 +-0.129882812500 +0.066894531250 +0.001289367676 +-0.070800781250 +0.174804687500 +0.150390625000 +0.026611328125 +0.283203125000 +-0.083496093750 +-0.142578125000 +-0.028564453125 +0.125000000000 +-0.257812500000 +0.102539062500 +0.052978515625 +0.091308593750 +0.000850677490 +-0.058105468750 +-0.014221191406 +-0.058349609375 +-0.174804687500 +0.042724609375 +0.188476562500 +0.121582031250 +-0.068847656250 +0.235351562500 +-0.120117187500 +0.060791015625 +-0.025878906250 +-0.036132812500 +0.069335937500 +0.027832031250 +0.189453125000 +0.227539062500 +-0.013732910156 +-0.166015625000 +-0.145507812500 +-0.062500000000 +0.165039062500 +0.132812500000 +-0.093261718750 +0.092285156250 +0.155273437500 +0.017089843750 +0.069335937500 +0.092773437500 +0.099121093750 +-0.016479492188 +-0.043701171875 +-0.085937500000 +-0.078125000000 +0.023681640625 +0.075195312500 +-0.016845703125 +-0.113281250000 +0.141601562500 +-0.020751953125 +0.095214843750 +-0.086425781250 +-0.073242187500 +-0.207031250000 +-0.048583984375 +0.150390625000 +-0.177734375000 +0.004089355469 +-0.145507812500 +-0.051025390625 +-0.061035156250 +-0.005981445312 +0.013977050781 +0.008300781250 +0.053222656250 +0.017089843750 +0.049560546875 +0.129882812500 +0.103515625000 +-0.048828125000 +0.058349609375 +-0.080078125000 +0.051513671875 +0.059326171875 +0.036621093750 +-0.066406250000 +-0.200195312500 +-0.105957031250 +0.126953125000 +-0.072265625000 +0.049316406250 +0.083496093750 +-0.047607421875 +-0.123535156250 +0.041748046875 +-0.034179687500 +0.030151367188 +-0.166992187500 +-0.099121093750 +-0.221679687500 +-0.115234375000 +0.127929687500 +0.029174804688 +0.064941406250 +-0.071289062500 +-0.165039062500 +0.022583007812 +0.117675781250 +-0.053955078125 +-0.030761718750 +0.084960937500 +-0.069335937500 +0.137695312500 +-0.069824218750 +-0.152343750000 +0.031738281250 +-0.057617187500 +-0.009094238281 +-0.024902343750 +-0.006561279297 +-0.005249023438 +0.169921875000 +-0.006256103516 +-0.051757812500 +-0.120605468750 +0.003967285156 +0.069335937500 +0.039794921875 +0.054443359375 +-0.169921875000 +0.046386718750 +-0.005920410156 +-0.036621093750 +0.101562500000 +0.043945312500 +-0.120117187500 +0.135742187500 +0.004608154297 +-0.084472656250 +0.122558593750 +-0.051757812500 +-0.102050781250 +0.123046875000 +0.095703125000 +-0.061523437500 +-0.064941406250 +-0.009704589844 +-0.010070800781 +0.104980468750 +-0.287109375000 +0.031738281250 +-0.112304687500 +0.057373046875 +-0.058837890625 +-0.099121093750 +0.245117187500 +-0.099121093750 +-0.018676757812 +-0.042236328125 +-0.001838684082 +-0.125976562500 +0.060546875000 +0.013183593750 +0.074707031250 +-0.095703125000 +-0.035400390625 +-0.124023437500 +0.045898437500 +0.073730468750 +0.021362304688 +0.104980468750 +-0.002731323242 +-0.020996093750 +0.083007812500 +-0.236328125000 +0.153320312500 +-0.101074218750 +-0.031250000000 +-0.167968750000 +-0.051025390625 +-0.164062500000 +0.043945312500 +0.022338867188 +-0.157226562500 +0.104492187500 +-0.153320312500 +0.142578125000 +-0.069824218750 +0.086425781250 +-0.122070312500 +0.081542968750 +-0.051269531250 +-0.154296875000 +-0.062255859375 +-0.042968750000 +-0.012878417969 +-0.159179687500 +0.131835937500 +0.081542968750 +-0.060302734375 +-0.006134033203 +0.138671875000 +-0.072265625000 +-0.071289062500 +-0.089355468750 +0.031494140625 +-0.332031250000 +0.020751953125 +-0.091796875000 +0.055419921875 +0.021240234375 +-0.084960937500 +0.114746093750 +-0.057373046875 +-0.081542968750 +-0.060058593750 +0.086425781250 +-0.030151367188 +0.066894531250 +-0.107910156250 +-0.149414062500 +-0.044433593750 +0.209960937500 +0.242187500000 +-0.061035156250 +-0.196289062500 +0.057617187500 +0.047851562500 +0.043701171875 +0.142578125000 +0.160156250000 +-0.018432617188 +0.062988281250 +0.038574218750 +-0.219726562500 +-0.022705078125 +0.024169921875 +0.110839843750 +0.017456054688 +0.126953125000 +0.116699218750 +-0.017822265625 +-0.110351562500 +0.105468750000 +-0.011047363281 +0.008117675781 +-0.043945312500 +-0.037597656250 +0.180664062500 +-0.054931640625 +0.025268554688 +-0.060791015625 +0.002868652344 +0.101562500000 +-0.003326416016 +0.037353515625 +0.071777343750 +0.039550781250 +0.083496093750 +-0.191406250000 +-0.000080585480 +0.170898437500 +0.005523681641 +-0.062988281250 +0.025024414062 +-0.117675781250 +0.070800781250 +0.184570312500 +-0.063476562500 +-0.022216796875 +-0.085449218750 +-0.077148437500 +0.009338378906 +0.140625000000 +-0.031982421875 +0.066894531250 +-0.116699218750 +0.099609375000 +-0.047363281250 +-0.002197265625 +0.012329101562 +0.024902343750 +-0.056396484375 +-0.092773437500 +0.041748046875 +0.010864257812 +-0.071777343750 +0.066406250000 +-0.081054687500 +-0.060791015625 +-0.068359375000 +-0.127929687500 +0.132812500000 +0.005126953125 +-0.011779785156 +-0.021362304688 +-0.099609375000 +0.238281250000 +0.163085937500 +0.092285156250 +-0.047119140625 +0.083496093750 +0.148437500000 +0.005798339844 +0.099121093750 +0.006042480469 +0.179687500000 +-0.057128906250 +-0.117675781250 +-0.141601562500 +-0.007110595703 +0.007568359375 +0.139648437500 +-0.021606445312 +-0.153320312500 +-0.194335937500 +-0.077148437500 +-0.080566406250 +-0.052246093750 +0.062988281250 +0.049804687500 +0.009155273438 +0.161132812500 +-0.062500000000 +-0.137695312500 +0.138671875000 +0.196289062500 +0.105957031250 +-0.074218750000 +-0.030517578125 +0.058593750000 +-0.056884765625 +0.269531250000 +-0.179687500000 +-0.002700805664 +-0.099609375000 +0.093750000000 +0.036376953125 +-0.104980468750 +0.118164062500 +0.030395507812 +0.196289062500 +0.068359375000 +-0.065917968750 +0.154296875000 +0.084960937500 +0.010131835938 +0.033447265625 +0.109863281250 +0.075195312500 +-0.119140625000 +0.008972167969 +-0.169921875000 +-0.094238281250 +0.021362304688 +0.060058593750 +0.015380859375 +0.123535156250 +-0.017700195312 +-0.126953125000 +-0.134765625000 +0.011352539062 +-0.070312500000 +0.054443359375 +-0.237304687500 +-0.018798828125 +0.064453125000 +-0.030151367188 +0.053222656250 +0.125976562500 +0.054443359375 +-0.071289062500 +-0.002288818359 +-0.265625000000 +-0.008666992188 +-0.040527343750 +0.016235351562 +-0.139648437500 +-0.016601562500 +0.056152343750 +-0.001708984375 +-0.016235351562 +0.174804687500 +0.028686523438 +0.168945312500 +0.048828125000 +0.008972167969 +0.182617187500 +0.111816406250 +0.069824218750 +-0.052490234375 +0.018066406250 +-0.093261718750 +-0.009826660156 +-0.013244628906 +-0.014770507812 +-0.012634277344 +0.020996093750 +-0.075195312500 +-0.122070312500 +0.038818359375 +-0.218750000000 +-0.105957031250 +-0.050048828125 +-0.101562500000 +0.022216796875 +-0.044677734375 +-0.047119140625 +-0.176757812500 +-0.077148437500 +-0.021362304688 +0.088378906250 +0.105957031250 +0.080566406250 +0.041992187500 +0.029418945312 +-0.018676757812 +0.203125000000 +0.060791015625 +0.125000000000 +-0.049316406250 +-0.034667968750 +0.003112792969 +0.134765625000 +-0.072265625000 +0.022338867188 +-0.080566406250 +0.122558593750 +0.019653320312 +-0.098632812500 +-0.118652343750 +-0.042480468750 +0.000827789307 +-0.020385742188 +-0.041748046875 +-0.149414062500 +-0.144531250000 +-0.073242187500 +-0.158203125000 +0.021728515625 +0.005401611328 +0.093261718750 +0.049560546875 +-0.056152343750 +0.075683593750 +-0.067382812500 +-0.020019531250 +-0.033691406250 +0.007293701172 +0.008117675781 +0.159179687500 +0.135742187500 +0.057128906250 +-0.173828125000 +-0.172851562500 +0.049316406250 +-0.170898437500 +-0.059326171875 +0.048339843750 +-0.025634765625 +-0.055908203125 +0.176757812500 +-0.144531250000 +-0.030273437500 +0.061035156250 +0.076171875000 +0.017333984375 +-0.172851562500 +-0.029785156250 +-0.060058593750 +0.044677734375 +-0.102050781250 +0.099609375000 +-0.210937500000 +-0.145507812500 +0.072265625000 +0.049804687500 +-0.046386718750 +0.219726562500 +-0.166015625000 +-0.031127929688 +0.120605468750 +0.081542968750 +0.226562500000 +0.076660156250 +0.040283203125 +-0.125000000000 +-0.113769531250 +0.012939453125 +-0.047119140625 +0.105957031250 +-0.058105468750 +-0.141601562500 +0.040527343750 +-0.034179687500 +-0.058837890625 +-0.212890625000 +0.155273437500 +-0.039062500000 +-0.057128906250 +-0.088867187500 +-0.062500000000 +-0.089843750000 +-0.106445312500 +-0.009155273438 +0.026489257812 +-0.083496093750 +0.096191406250 +-0.227539062500 +0.062988281250 +-0.145507812500 +0.017456054688 +-0.086914062500 +0.155273437500 +-0.044189453125 +-0.066894531250 +-0.033203125000 +-0.027099609375 +0.077148437500 +-0.129882812500 +0.197265625000 +-0.062500000000 +-0.123535156250 +0.062011718750 +0.031127929688 +0.017089843750 +-0.165039062500 +-0.081054687500 +0.016479492188 +-0.089355468750 +0.039306640625 +0.049316406250 +-0.088378906250 +-0.162109375000 +-0.063476562500 +0.065917968750 +0.098144531250 +0.012939453125 +-0.130859375000 +-0.010986328125 +0.105468750000 +-0.001487731934 +-0.019775390625 +-0.103515625000 +-0.069335937500 +-0.114746093750 +0.103027343750 +-0.080078125000 +-0.072265625000 +0.048583984375 +0.061523437500 +-0.043945312500 +0.250000000000 +0.047851562500 +0.036132812500 +0.068847656250 +0.077636718750 +0.039062500000 +-0.052490234375 +-0.116210937500 +0.050537109375 +0.029174804688 +0.125976562500 +0.048583984375 +-0.141601562500 +-0.186523437500 +-0.096679687500 +-0.044677734375 +0.036621093750 +0.029785156250 +-0.033691406250 +-0.039794921875 +-0.020874023438 +0.049072265625 +-0.095703125000 +-0.137695312500 +0.008544921875 +0.137695312500 +0.091308593750 +0.037353515625 +-0.081542968750 +-0.023193359375 +0.173828125000 +-0.014953613281 +0.012573242188 +0.133789062500 +0.007232666016 +-0.144531250000 +-0.089843750000 +-0.176757812500 +0.112792968750 +0.018310546875 +0.029663085938 +0.055664062500 +0.095214843750 +0.062988281250 +0.048828125000 +-0.007019042969 +0.113281250000 +0.011108398438 +-0.014648437500 +0.054687500000 +0.015747070312 +0.043212890625 +0.030883789062 +-0.017089843750 +0.116210937500 +-0.040039062500 +0.171875000000 +0.088867187500 +-0.086425781250 +-0.080078125000 +0.016601562500 +0.013366699219 +-0.127929687500 +-0.093750000000 +-0.098632812500 +0.080566406250 +0.037597656250 +0.095214843750 +0.006896972656 +0.083007812500 +0.005645751953 +-0.071289062500 +-0.025390625000 +0.015747070312 +-0.171875000000 +-0.141601562500 +-0.042724609375 +0.011718750000 +-0.055908203125 +-0.021606445312 +0.024291992188 +-0.027099609375 +-0.038330078125 +0.020996093750 +-0.061523437500 +-0.160156250000 +0.029663085938 +0.007507324219 +0.062500000000 +-0.050781250000 +0.077148437500 +0.050292968750 +0.009216308594 +0.011901855469 +-0.020751953125 +-0.023193359375 +-0.074218750000 +-0.047119140625 +-0.179687500000 +0.016479492188 +0.014831542969 +-0.098144531250 +0.068359375000 +0.052490234375 +-0.101562500000 +0.036865234375 +-0.000059604645 +0.098144531250 +-0.160156250000 +0.158203125000 +-0.094726562500 +0.051269531250 +-0.010314941406 +0.447265625000 +-0.020874023438 +0.051025390625 +0.169921875000 +0.048583984375 +0.001091003418 +0.052978515625 +0.004028320312 +-0.092773437500 +-0.098144531250 +0.053466796875 +0.063964843750 +-0.054931640625 +0.038818359375 +0.101562500000 +-0.114257812500 +-0.025756835938 +-0.023193359375 +0.076660156250 +-0.062988281250 +0.182617187500 +-0.018554687500 +-0.030029296875 +0.052001953125 +0.081542968750 +-0.115234375000 +-0.304687500000 +-0.085937500000 +-0.163085937500 +0.078613281250 +-0.085449218750 +-0.000106811523 +-0.267578125000 +0.099121093750 +-0.066406250000 +0.066894531250 +-0.081054687500 +0.091308593750 +0.108886718750 +0.117187500000 +0.036376953125 +-0.067871093750 +0.013732910156 +0.033447265625 +0.055175781250 +-0.216796875000 +0.107421875000 +-0.134765625000 +-0.017089843750 +-0.079101562500 +-0.072753906250 +-0.156250000000 +-0.141601562500 +-0.068847656250 +-0.019042968750 +0.049072265625 +0.064453125000 +0.149414062500 +-0.001136779785 +0.020263671875 +0.009643554688 +0.024169921875 +0.000659942627 +0.032470703125 +-0.032226562500 +0.083496093750 +0.106445312500 +0.146484375000 +-0.088867187500 +0.131835937500 +-0.006408691406 +0.099609375000 +0.108886718750 +0.100097656250 +-0.017456054688 +0.034912109375 +-0.110351562500 +-0.117187500000 +0.073242187500 +-0.143554687500 +-0.035644531250 +-0.021118164062 +0.235351562500 +0.112792968750 +0.035644531250 +0.073242187500 +0.131835937500 +0.057617187500 +-0.065917968750 +0.015258789062 +0.132812500000 +0.063476562500 +-0.001358032227 +0.007995605469 +-0.022216796875 +-0.143554687500 +-0.046386718750 +0.062255859375 +-0.279296875000 +-0.022827148438 +0.020751953125 +0.054443359375 +-0.163085937500 +0.176757812500 +0.182617187500 +0.031738281250 +0.018066406250 +0.045898437500 +-0.024902343750 +-0.167968750000 +-0.124511718750 +0.159179687500 +-0.002151489258 +-0.062988281250 +0.049316406250 +0.034423828125 +-0.005645751953 +-0.047851562500 +0.110839843750 +0.075683593750 +-0.076660156250 +0.232421875000 +-0.135742187500 +-0.106933593750 +-0.063964843750 +-0.089355468750 +-0.016723632812 +-0.151367187500 +0.029418945312 +0.015380859375 +0.050537109375 +0.000308990479 +0.141601562500 +-0.046875000000 +-0.024658203125 +0.041748046875 +0.016113281250 +-0.131835937500 +-0.054443359375 +-0.042968750000 +-0.018310546875 +-0.123535156250 +-0.011047363281 +0.109375000000 +0.122558593750 +-0.044189453125 +-0.001327514648 +0.015869140625 +0.011413574219 +-0.117675781250 +-0.008728027344 +-0.049804687500 +0.014648437500 +-0.089843750000 +0.209960937500 +0.077636718750 +-0.174804687500 +-0.037353515625 +-0.130859375000 +-0.078125000000 +0.064941406250 +-0.036132812500 +0.013000488281 +-0.128906250000 +-0.000564575195 +-0.092285156250 +-0.133789062500 +0.020996093750 +-0.105468750000 +0.152343750000 +0.009277343750 +0.050048828125 +-0.216796875000 +0.220703125000 +-0.044921875000 +-0.032470703125 +-0.084472656250 +0.034423828125 +-0.031982421875 +-0.028808593750 +-0.142578125000 +0.012023925781 +0.079101562500 +-0.070312500000 +0.216796875000 +0.257812500000 +-0.070800781250 +-0.073242187500 +-0.151367187500 +-0.199218750000 +-0.136718750000 +-0.041015625000 +-0.050537109375 +-0.020874023438 +0.011047363281 +0.115234375000 +-0.084472656250 +0.184570312500 +0.133789062500 +-0.166992187500 +0.015380859375 +-0.023681640625 +0.208984375000 +-0.058349609375 +0.026000976562 +-0.140625000000 +0.050048828125 +0.101562500000 +0.116210937500 +0.013366699219 +0.225585937500 +-0.040527343750 +0.119140625000 +0.022583007812 +-0.036621093750 +-0.148437500000 +-0.027343750000 +0.030883789062 +0.119140625000 +-0.077636718750 +0.087890625000 +-0.059326171875 +-0.061767578125 +-0.098632812500 +-0.017578125000 +0.028808593750 +-0.156250000000 +0.072265625000 +0.101562500000 +0.114746093750 +-0.042236328125 +0.008300781250 +-0.016357421875 +0.040527343750 +0.223632812500 +-0.023315429688 +-0.027832031250 +-0.185546875000 +0.016967773438 +0.014587402344 +0.043457031250 +-0.217773437500 +-0.008300781250 +0.008605957031 +0.074707031250 +0.023315429688 +-0.100585937500 +0.071289062500 +0.248046875000 +-0.115722656250 +0.146484375000 +-0.168945312500 +-0.013977050781 +-0.032226562500 +0.004791259766 +-0.076660156250 +0.281250000000 +-0.054687500000 +0.187500000000 +0.069824218750 +0.091796875000 +-0.009155273438 +0.119140625000 +0.128906250000 +0.045166015625 +0.086914062500 +0.107421875000 +-0.029052734375 +0.010681152344 +-0.061767578125 +0.123535156250 +0.079589843750 +0.016845703125 +0.017578125000 +0.001449584961 +-0.259765625000 +-0.112792968750 +0.118652343750 +0.097167968750 +0.010009765625 +0.055175781250 +-0.029907226562 +0.102050781250 +-0.219726562500 +-0.037841796875 +-0.062011718750 +-0.043457031250 +0.020507812500 +-0.068359375000 +-0.079101562500 +-0.169921875000 +-0.273437500000 +0.076171875000 +-0.027709960938 +-0.074707031250 +-0.057128906250 +-0.168945312500 +-0.050537109375 +0.036132812500 +-0.083496093750 +0.044677734375 +-0.041503906250 +-0.022216796875 +-0.010192871094 +-0.001159667969 +-0.009460449219 +-0.022338867188 +0.135742187500 +-0.071289062500 +-0.055419921875 +-0.093750000000 +0.066406250000 +-0.060546875000 +0.007568359375 +0.023925781250 +-0.175781250000 +-0.213867187500 +-0.168945312500 +0.142578125000 +0.035156250000 +0.173828125000 +-0.124023437500 +-0.018920898438 +0.091308593750 +-0.167968750000 +0.116699218750 +0.107910156250 +0.098632812500 +-0.124023437500 +-0.079589843750 +0.119628906250 +-0.217773437500 +-0.043212890625 +0.008300781250 +0.037109375000 +0.021484375000 +-0.001930236816 +0.175781250000 +-0.061523437500 +0.022216796875 +0.042724609375 +0.123046875000 +-0.095214843750 +-0.047607421875 +0.138671875000 +-0.041992187500 +0.044921875000 +0.024536132812 +-0.048828125000 +0.041503906250 +-0.106445312500 +0.097656250000 +-0.084960937500 +-0.026123046875 +-0.067382812500 +0.018432617188 +0.127929687500 +0.167968750000 +0.027343750000 +-0.005767822266 +0.078125000000 +-0.025390625000 +-0.092285156250 +-0.065917968750 +0.058837890625 +-0.019409179688 +-0.143554687500 +-0.020507812500 +0.031982421875 +-0.027832031250 +0.039550781250 +0.123535156250 +0.043457031250 +0.082031250000 +-0.055175781250 +0.015380859375 +0.037109375000 +0.116210937500 +0.067871093750 +-0.029052734375 +0.187500000000 +0.041503906250 +-0.129882812500 +-0.014587402344 +0.177734375000 +-0.086425781250 +0.094726562500 +0.146484375000 +-0.174804687500 +0.013366699219 +-0.003097534180 +0.035156250000 +-0.037353515625 +0.031982421875 +0.010742187500 +0.000690460205 +0.039062500000 +-0.095214843750 +0.050292968750 +-0.250000000000 +0.106445312500 +0.041748046875 +-0.064941406250 +0.107910156250 +0.006866455078 +-0.000163078308 +-0.185546875000 +-0.073242187500 +-0.111816406250 +0.045410156250 +0.025634765625 +0.005798339844 +0.027587890625 +-0.094726562500 +0.029663085938 +-0.038818359375 +0.130859375000 +0.063964843750 +-0.019409179688 +0.033447265625 +-0.015502929688 +-0.055664062500 +0.077148437500 +-0.033691406250 +0.078613281250 +-0.123046875000 +0.032470703125 +0.095214843750 +-0.007598876953 +0.121093750000 +-0.070800781250 +0.003402709961 +0.128906250000 +0.057861328125 +0.033203125000 +-0.103027343750 +0.263671875000 +0.036132812500 +-0.008300781250 +-0.035644531250 +-0.086425781250 +0.054687500000 +0.051757812500 +0.038085937500 +-0.059814453125 +-0.237304687500 +-0.002990722656 +-0.019287109375 +0.036621093750 +0.127929687500 +0.032958984375 +-0.073242187500 +-0.039794921875 +0.099121093750 +0.121582031250 +0.087402343750 +-0.164062500000 +0.035156250000 +0.010559082031 +-0.033203125000 +-0.156250000000 +0.105468750000 +0.177734375000 +-0.100097656250 +-0.070800781250 +-0.248046875000 +0.242187500000 +-0.120117187500 +0.064941406250 +-0.166992187500 +-0.129882812500 +0.126953125000 +0.094238281250 +-0.078125000000 +-0.100585937500 +-0.160156250000 +-0.176757812500 +-0.065917968750 +0.071289062500 +0.074707031250 +0.149414062500 +-0.101074218750 +0.198242187500 +0.091796875000 +0.259765625000 +-0.075195312500 +0.117187500000 +0.016601562500 +0.153320312500 +0.073242187500 +0.238281250000 +-0.027954101562 +-0.014099121094 +-0.166992187500 +-0.106445312500 +0.011657714844 +0.017456054688 +0.043212890625 +-0.123535156250 +-0.081542968750 +-0.018554687500 +-0.019409179688 +-0.048828125000 +-0.106445312500 +0.029907226562 +0.001075744629 +-0.028564453125 +-0.143554687500 +-0.259765625000 +0.031738281250 +0.005218505859 +0.195312500000 +0.291015625000 +0.121093750000 +0.067382812500 +-0.016479492188 +-0.066894531250 +-0.036865234375 +-0.033935546875 +0.036376953125 +0.141601562500 +-0.045166015625 +-0.030029296875 +-0.081542968750 +0.026611328125 +-0.101562500000 +-0.079101562500 +0.009277343750 +0.211914062500 +-0.234375000000 +0.144531250000 +0.127929687500 +-0.002792358398 +0.083496093750 +0.135742187500 +0.033447265625 +0.088378906250 +-0.098144531250 +-0.046142578125 +0.061035156250 +0.077636718750 +-0.017700195312 +0.185546875000 +0.006652832031 +0.038574218750 +0.053955078125 +-0.075195312500 +-0.142578125000 +-0.067382812500 +-0.079101562500 +0.043457031250 +-0.059570312500 +-0.004333496094 +0.052734375000 +-0.083984375000 +0.097656250000 +-0.038330078125 +0.181640625000 +0.002944946289 +-0.039794921875 +-0.166015625000 +0.060546875000 +0.137695312500 +-0.009521484375 +0.005828857422 +0.369140625000 +0.119140625000 +-0.104003906250 +-0.028564453125 +0.013549804688 +0.001091003418 +0.135742187500 +0.045166015625 +0.100097656250 +0.021240234375 +-0.054443359375 +0.086914062500 +-0.057617187500 +-0.005340576172 +0.076171875000 +0.000379562378 +-0.004943847656 +-0.125976562500 +-0.116210937500 +-0.148437500000 +-0.083007812500 +0.079589843750 +0.189453125000 +0.072753906250 +-0.096679687500 +0.087890625000 +0.039550781250 +-0.086914062500 +0.102050781250 +-0.000331878662 +0.033935546875 +0.134765625000 +0.025268554688 +0.036865234375 +-0.016845703125 +-0.062988281250 +-0.015258789062 +-0.018066406250 +-0.107421875000 +-0.051269531250 +0.054199218750 +0.061767578125 +-0.072753906250 +0.111816406250 +-0.166015625000 +-0.188476562500 +-0.048339843750 +-0.046386718750 +-0.038085937500 +0.035156250000 +0.054931640625 +0.107421875000 +-0.125976562500 +0.073242187500 +0.014953613281 +0.013000488281 +0.141601562500 +-0.125000000000 +0.035400390625 +0.114746093750 +-0.148437500000 +-0.135742187500 +-0.112792968750 +0.110351562500 +0.135742187500 +-0.095214843750 +0.055175781250 +-0.138671875000 +0.062500000000 +-0.152343750000 +0.011108398438 +0.082031250000 +0.083496093750 +0.081542968750 +0.119140625000 +0.197265625000 +-0.023803710938 +0.040039062500 +-0.021850585938 +0.059082031250 +-0.139648437500 +-0.024902343750 +-0.075683593750 +0.173828125000 +0.046875000000 +-0.011962890625 +0.143554687500 +-0.068847656250 +0.025878906250 +-0.081542968750 +-0.029785156250 +-0.057861328125 +-0.020507812500 +-0.125976562500 +-0.014160156250 +-0.054931640625 +-0.074218750000 +0.013427734375 +0.046875000000 +-0.008666992188 +-0.136718750000 +0.039062500000 +-0.106933593750 +0.217773437500 +-0.078613281250 +-0.088378906250 +-0.169921875000 +-0.002548217773 +-0.059814453125 +-0.042968750000 +-0.074218750000 +-0.090332031250 +0.023925781250 +0.053466796875 +-0.099609375000 +0.041503906250 +-0.133789062500 +0.084472656250 +-0.026977539062 +-0.110839843750 +0.117187500000 +-0.048583984375 +-0.003692626953 +0.052001953125 +-0.084472656250 +0.082519531250 +-0.115722656250 +0.071289062500 +0.031127929688 +0.185546875000 +0.076660156250 +-0.117675781250 +0.033691406250 +0.033447265625 +-0.001411437988 +0.058837890625 +0.082519531250 +0.040039062500 +0.016967773438 +-0.056884765625 +-0.012756347656 +0.046630859375 +-0.007385253906 +0.015014648438 +0.043945312500 +0.123046875000 +0.071777343750 +-0.181640625000 +0.027099609375 +0.012878417969 +-0.081054687500 +-0.177734375000 +-0.142578125000 +0.032226562500 +-0.021850585938 +0.071289062500 +-0.057861328125 +0.043701171875 +-0.176757812500 +0.064941406250 +0.080078125000 +0.014099121094 +-0.091308593750 +-0.046386718750 +-0.055419921875 +0.013427734375 +-0.056884765625 +0.085449218750 +-0.027099609375 +-0.166015625000 +-0.172851562500 +0.074707031250 +-0.010559082031 +-0.014160156250 +0.111816406250 +-0.116210937500 +-0.033691406250 +-0.019287109375 +0.003448486328 +-0.031494140625 +-0.199218750000 +0.019409179688 +0.053710937500 +-0.007080078125 +-0.008728027344 +-0.050292968750 +-0.013183593750 +0.019042968750 +0.059570312500 +-0.081542968750 +0.161132812500 +0.015319824219 +-0.000751495361 +0.021240234375 +-0.039062500000 +-0.201171875000 +0.063476562500 +-0.055908203125 +-0.139648437500 +0.073730468750 +-0.087402343750 +-0.174804687500 +0.128906250000 +0.135742187500 +0.073730468750 +0.135742187500 +0.117675781250 +-0.078613281250 +-0.054687500000 +0.023315429688 +-0.005340576172 +0.092285156250 +0.074218750000 +0.007324218750 +0.003417968750 +0.025024414062 +0.045166015625 +0.008911132812 +-0.001495361328 +0.289062500000 +-0.065429687500 +-0.043701171875 +-0.097656250000 +-0.072265625000 +-0.119628906250 +0.104980468750 +-0.118652343750 +-0.178710937500 +-0.026977539062 +0.000808715820 +0.090332031250 +-0.029418945312 +0.042236328125 +0.048339843750 +0.073242187500 +-0.118652343750 +-0.048339843750 +-0.139648437500 +0.038818359375 +0.087402343750 +0.065429687500 +-0.045654296875 +0.025024414062 +-0.077636718750 +0.006652832031 +0.000823974609 +0.013671875000 +0.041503906250 +-0.217773437500 +-0.019287109375 +-0.035156250000 +-0.033935546875 +0.091308593750 +0.062011718750 +0.055419921875 +-0.025268554688 +0.022460937500 +-0.070312500000 +-0.162109375000 +0.207031250000 +0.145507812500 +-0.125976562500 +0.051025390625 +-0.181640625000 +0.113281250000 +-0.046630859375 +0.127929687500 +0.093750000000 +0.034179687500 +0.021240234375 +0.013427734375 +0.071289062500 +-0.032714843750 +0.131835937500 +-0.024536132812 +0.197265625000 +0.131835937500 +0.009338378906 +0.033935546875 +0.142578125000 +-0.088378906250 +-0.075683593750 +0.079589843750 +0.109863281250 +-0.229492187500 +-0.052001953125 +-0.083007812500 +0.055175781250 +0.118652343750 +0.068359375000 +0.040771484375 +-0.013793945312 +-0.153320312500 +0.047851562500 +0.152343750000 +-0.119628906250 +0.201171875000 +-0.004058837891 +0.043701171875 +0.005371093750 +0.076171875000 +-0.086914062500 +-0.067871093750 +-0.174804687500 +0.190429687500 +-0.010131835938 +-0.038574218750 +0.050781250000 +-0.048339843750 +-0.098144531250 +0.023925781250 +-0.036132812500 +0.103027343750 +0.069824218750 +-0.012390136719 +-0.024658203125 +-0.034179687500 +-0.054199218750 +0.029052734375 +0.063476562500 +-0.078125000000 +-0.026855468750 +0.030761718750 +-0.054931640625 +-0.125000000000 +-0.009521484375 +0.026855468750 +0.099609375000 +-0.114257812500 +0.053222656250 +-0.064453125000 +0.073730468750 +0.085449218750 +0.080078125000 +-0.063964843750 +0.009338378906 +0.109375000000 +-0.057373046875 +0.080078125000 +0.021972656250 +-0.028442382812 +-0.099121093750 +-0.169921875000 +0.083984375000 +0.010498046875 +-0.002593994141 +0.067871093750 +-0.136718750000 +-0.022705078125 +-0.148437500000 +-0.103515625000 +0.129882812500 +-0.033935546875 +-0.009277343750 +-0.065917968750 +-0.127929687500 +-0.152343750000 +-0.155273437500 +0.058105468750 +-0.045654296875 +-0.072753906250 +0.032714843750 +0.088867187500 +-0.082519531250 +0.020385742188 +-0.078125000000 +-0.174804687500 +0.140625000000 +-0.031127929688 +0.091796875000 +-0.082519531250 +-0.026000976562 +0.226562500000 +0.100097656250 +-0.239257812500 +-0.135742187500 +-0.044189453125 +-0.093750000000 +-0.072753906250 +0.298828125000 +-0.030151367188 +0.135742187500 +0.131835937500 +0.135742187500 +-0.012878417969 +0.113281250000 +0.110351562500 +0.136718750000 +0.028198242188 +-0.006072998047 +0.124511718750 +-0.064453125000 +-0.002151489258 +-0.139648437500 +-0.013671875000 +0.131835937500 +0.181640625000 +-0.064453125000 +0.072265625000 +-0.074707031250 +-0.104492187500 +-0.052734375000 +-0.034179687500 +0.051513671875 +-0.034667968750 +0.018432617188 +-0.015747070312 +0.202148437500 +-0.092285156250 +-0.080078125000 +0.010498046875 +-0.036376953125 +-0.015136718750 +-0.117187500000 +0.055419921875 +-0.020996093750 +-0.141601562500 +-0.146484375000 +0.069824218750 +-0.028808593750 +0.148437500000 +0.050048828125 +-0.009399414062 +-0.092773437500 +0.062011718750 +0.029663085938 +0.093261718750 +0.108886718750 +0.024902343750 +-0.011474609375 +-0.138671875000 +0.185546875000 +0.111328125000 +0.025878906250 +0.044921875000 +0.019653320312 +-0.027221679688 +0.047363281250 +-0.145507812500 +-0.045654296875 +0.129882812500 +0.067871093750 +-0.118164062500 +0.125976562500 +0.177734375000 +-0.081542968750 +0.087402343750 +-0.133789062500 +0.002609252930 +-0.034423828125 +-0.008361816406 +0.019531250000 +0.161132812500 +-0.132812500000 +-0.001869201660 +0.117187500000 +-0.061767578125 +0.102539062500 +-0.205078125000 +-0.006713867188 +-0.033447265625 +-0.088378906250 +-0.083007812500 +-0.171875000000 +-0.062255859375 +0.047607421875 +-0.092285156250 +0.226562500000 +-0.028076171875 +-0.101562500000 +0.134765625000 +0.083496093750 +-0.176757812500 +-0.023193359375 +0.118164062500 +-0.021850585938 +-0.049804687500 +0.010314941406 +0.034912109375 +0.040283203125 +0.058593750000 +-0.018432617188 +-0.104980468750 +-0.104980468750 +0.197265625000 +0.204101562500 +-0.032958984375 +0.107910156250 +0.041259765625 +-0.159179687500 +-0.071289062500 +-0.031250000000 +0.124023437500 +0.149414062500 +-0.032714843750 +-0.037841796875 +-0.022338867188 +-0.043945312500 +-0.211914062500 +0.107421875000 +-0.077636718750 +0.003280639648 +0.075195312500 +0.136718750000 +0.006652832031 +-0.112792968750 +0.056884765625 +0.060546875000 +0.143554687500 +0.269531250000 +-0.012756347656 +-0.058349609375 +0.187500000000 +0.114257812500 +-0.056884765625 +-0.031738281250 +-0.199218750000 +-0.023681640625 +-0.047851562500 +-0.093750000000 +0.067871093750 +-0.185546875000 +0.041748046875 +0.139648437500 +0.040283203125 +0.246093750000 +-0.031494140625 +0.098632812500 +0.163085937500 +-0.093750000000 +-0.083007812500 +0.023071289062 +-0.040283203125 +0.035644531250 +-0.037353515625 +0.026855468750 +0.101074218750 +0.030639648438 +-0.061767578125 +-0.008239746094 +-0.118164062500 +0.172851562500 +0.076171875000 +-0.045410156250 +-0.069335937500 +-0.034912109375 +0.007598876953 +-0.124023437500 +0.084472656250 +0.163085937500 +0.016235351562 +0.075683593750 +-0.046386718750 +0.108886718750 +0.069335937500 +-0.056396484375 +0.033447265625 +0.047607421875 +0.045654296875 +-0.027709960938 +-0.110839843750 +-0.077636718750 +-0.021118164062 +0.116210937500 +0.149414062500 +0.023803710938 +0.037597656250 +-0.003967285156 +-0.081542968750 +0.066406250000 +0.057128906250 +-0.040771484375 +0.128906250000 +-0.071289062500 +-0.024047851562 +0.050292968750 +-0.018188476562 +-0.089843750000 +-0.090332031250 +0.102539062500 +-0.150390625000 +-0.110839843750 +-0.104492187500 +0.096679687500 +-0.031494140625 +-0.021728515625 +0.028564453125 +0.263671875000 +0.104492187500 +-0.302734375000 +-0.028320312500 +-0.024169921875 +-0.083007812500 +0.031127929688 +0.043945312500 +0.163085937500 +-0.165039062500 +-0.004577636719 +-0.051757812500 +-0.009216308594 +-0.040039062500 +0.071777343750 +-0.095214843750 +-0.192382812500 +0.015991210938 +0.013916015625 +-0.072265625000 +0.131835937500 +-0.004089355469 +0.162109375000 +-0.255859375000 +-0.111328125000 +0.032226562500 +0.010864257812 +-0.139648437500 +0.055175781250 +-0.091308593750 +-0.265625000000 +0.011047363281 +0.100097656250 +-0.092285156250 +0.178710937500 +0.085449218750 +-0.141601562500 +-0.086914062500 +-0.142578125000 +-0.001983642578 +-0.074707031250 +-0.003509521484 +0.028930664062 +-0.089843750000 +-0.049072265625 +0.016235351562 +-0.227539062500 +-0.051757812500 +0.380859375000 +0.098144531250 +0.074218750000 +-0.119628906250 +-0.151367187500 +0.151367187500 +0.029907226562 +-0.161132812500 +-0.041015625000 +-0.094238281250 +0.022338867188 +-0.052001953125 +-0.068847656250 +-0.058593750000 +-0.002990722656 +-0.096679687500 +-0.142578125000 +0.102539062500 +-0.020874023438 +0.006805419922 +0.073242187500 +-0.007476806641 +0.132812500000 +0.053955078125 +-0.096191406250 +0.136718750000 +0.149414062500 +-0.035156250000 +0.128906250000 +-0.040527343750 +-0.026367187500 +-0.208007812500 +-0.180664062500 +-0.060302734375 +0.005523681641 +0.011413574219 +0.009399414062 +-0.049804687500 +0.165039062500 +0.045654296875 +-0.003860473633 +-0.138671875000 +0.095703125000 +-0.009582519531 +0.067382812500 +0.016845703125 +0.038574218750 +0.115722656250 +-0.263671875000 +0.037841796875 +-0.056640625000 +-0.189453125000 +0.079589843750 +0.085937500000 +-0.113281250000 +-0.100097656250 +-0.023925781250 +-0.369140625000 +0.035644531250 +-0.150390625000 +0.094238281250 +-0.014099121094 +0.068359375000 +0.004272460938 +0.041748046875 +0.137695312500 +-0.025146484375 +-0.001480102539 +-0.092773437500 +-0.091308593750 +-0.098632812500 +0.263671875000 +-0.353515625000 +0.007507324219 +-0.046630859375 +-0.050537109375 +0.190429687500 +0.052734375000 +-0.091308593750 +-0.067382812500 +-0.010803222656 +-0.088378906250 +0.160156250000 +0.042236328125 +0.070800781250 +-0.144531250000 +0.064453125000 +0.046630859375 +-0.072265625000 +0.105957031250 +-0.071289062500 +-0.139648437500 +0.023071289062 +-0.014221191406 +-0.088867187500 +-0.018798828125 +0.081054687500 +0.148437500000 +-0.111328125000 +0.011718750000 +-0.097167968750 +-0.197265625000 +-0.054687500000 +0.116210937500 +-0.029296875000 +-0.074218750000 +-0.085937500000 +0.069335937500 +-0.070312500000 +-0.063964843750 +-0.025390625000 +-0.070800781250 +-0.128906250000 +0.090332031250 +0.098632812500 +0.009216308594 +0.069335937500 +-0.063476562500 +-0.129882812500 +0.085937500000 +0.028320312500 +-0.098144531250 +0.099121093750 +-0.129882812500 +-0.020019531250 +0.173828125000 +0.057373046875 +-0.015197753906 +0.004882812500 +-0.176757812500 +0.100097656250 +0.059814453125 +0.013488769531 +0.014831542969 +0.021362304688 +-0.116210937500 +-0.124511718750 +0.082519531250 +0.132812500000 +0.166992187500 +-0.058837890625 +-0.175781250000 +0.035644531250 +0.008911132812 +-0.100097656250 +-0.193359375000 +0.038818359375 +0.103027343750 +0.112304687500 +-0.109375000000 +0.010864257812 +-0.144531250000 +0.018798828125 +-0.037353515625 +-0.000446319580 +0.111816406250 +-0.067382812500 +-0.071777343750 +-0.125000000000 +-0.078613281250 +0.052001953125 +0.007141113281 +-0.160156250000 +-0.094726562500 +-0.083984375000 +-0.228515625000 +-0.269531250000 +0.141601562500 +0.011169433594 +0.082519531250 +-0.021484375000 +-0.038574218750 +0.108886718750 +0.056396484375 +-0.109863281250 +0.075195312500 +0.119140625000 +-0.178710937500 +-0.176757812500 +-0.102539062500 +-0.181640625000 +-0.015075683594 +0.001380920410 +-0.012023925781 +-0.094726562500 +-0.136718750000 +-0.235351562500 +-0.026855468750 +0.067382812500 +0.046630859375 +0.027709960938 +0.056152343750 +-0.049072265625 +-0.029907226562 +-0.056884765625 +-0.019042968750 +0.010437011719 +-0.101074218750 +-0.130859375000 +0.029907226562 +0.118164062500 +0.037841796875 +-0.050048828125 +-0.125000000000 +0.042724609375 +-0.132812500000 +0.176757812500 +-0.034423828125 +0.029785156250 +-0.078125000000 +-0.102539062500 +-0.032714843750 +-0.210937500000 +-0.211914062500 +-0.015258789062 +0.041259765625 +-0.064941406250 +0.093750000000 +0.001411437988 +-0.031250000000 +0.062500000000 +-0.179687500000 +0.071289062500 +-0.143554687500 +-0.386718750000 +-0.019165039062 +-0.018310546875 +0.070800781250 +0.098632812500 +-0.283203125000 +-0.021118164062 +-0.004364013672 +0.001472473145 +-0.123535156250 +0.036376953125 +-0.209960937500 +-0.088378906250 +0.007293701172 +0.223632812500 +0.031250000000 +0.066894531250 +-0.002746582031 +-0.161132812500 +0.062500000000 +-0.001998901367 +-0.113769531250 +-0.078613281250 +0.091308593750 +0.105468750000 +-0.160156250000 +0.161132812500 +-0.071289062500 +0.035644531250 +-0.049804687500 +-0.004547119141 +0.069335937500 +-0.072265625000 +0.010253906250 +0.062255859375 +-0.027099609375 +0.213867187500 +-0.117675781250 +0.060302734375 +-0.029418945312 +0.165039062500 +-0.198242187500 +0.049804687500 +0.253906250000 +-0.048095703125 +-0.065917968750 +0.154296875000 +-0.015869140625 +0.048095703125 +-0.072265625000 +0.169921875000 +-0.070800781250 +0.144531250000 +0.085449218750 +-0.005981445312 +0.006500244141 +0.032714843750 +0.047607421875 +-0.076171875000 +-0.015991210938 +0.084960937500 +-0.140625000000 +-0.216796875000 +-0.023315429688 +0.051757812500 +-0.041015625000 +0.043701171875 +-0.009948730469 +-0.020996093750 +-0.064941406250 +-0.041992187500 +-0.057373046875 +0.113281250000 +-0.152343750000 +-0.090332031250 +-0.104980468750 +-0.058349609375 +0.036621093750 +0.118164062500 +-0.057617187500 +-0.020751953125 +-0.015991210938 +-0.010986328125 +0.005523681641 +-0.257812500000 +-0.142578125000 +0.167968750000 +-0.088378906250 +-0.047607421875 +0.168945312500 +0.164062500000 +-0.056884765625 +-0.066406250000 +0.084472656250 +0.053222656250 +0.058105468750 +-0.045654296875 +0.069824218750 +0.033447265625 +-0.066406250000 +-0.082519531250 +-0.164062500000 +0.043945312500 +0.040039062500 +0.082031250000 +0.118164062500 +-0.036376953125 +-0.062988281250 +-0.117675781250 +-0.061279296875 +-0.054199218750 +-0.304687500000 +0.468750000000 +-0.056884765625 +-0.207031250000 +-0.211914062500 +0.064941406250 +-0.161132812500 +0.085937500000 +-0.059326171875 +-0.111816406250 +-0.029296875000 +-0.031982421875 +-0.056396484375 +-0.020385742188 +0.014465332031 +-0.015075683594 +0.064453125000 +0.018798828125 +-0.083496093750 +-0.016113281250 +-0.191406250000 +-0.173828125000 +0.040771484375 +0.019287109375 +0.207031250000 +0.132812500000 +-0.020629882812 +-0.048095703125 +-0.065429687500 +0.009460449219 +0.049316406250 +-0.051269531250 +-0.055908203125 +0.180664062500 +-0.148437500000 +-0.003143310547 +0.029663085938 +-0.015991210938 +-0.021240234375 +-0.220703125000 +0.135742187500 +-0.031738281250 +-0.121582031250 +-0.175781250000 +0.261718750000 +0.006439208984 +0.134765625000 +-0.028442382812 +-0.071289062500 +-0.168945312500 +-0.100097656250 +0.058105468750 +-0.042236328125 +-0.062500000000 +0.103027343750 +0.128906250000 +-0.039794921875 +-0.100585937500 +0.069824218750 +-0.132812500000 +-0.029052734375 +-0.085449218750 +0.120117187500 +0.074707031250 +0.041503906250 +-0.066406250000 +0.085449218750 +0.031982421875 +-0.001556396484 +0.062988281250 +-0.102539062500 +0.062988281250 +0.050781250000 +-0.039550781250 +-0.055419921875 +0.122070312500 +-0.019165039062 +0.072753906250 +-0.026000976562 +0.019165039062 +0.080566406250 +-0.176757812500 +-0.230468750000 +0.004272460938 +-0.159179687500 +0.124023437500 +-0.005798339844 +0.131835937500 +0.013488769531 +0.041259765625 +-0.107421875000 +-0.059814453125 +0.146484375000 +-0.123535156250 +0.044433593750 +0.176757812500 +-0.028076171875 +-0.117187500000 +-0.152343750000 +-0.181640625000 +-0.101074218750 +0.037597656250 +0.005554199219 +-0.185546875000 +-0.034667968750 +-0.077148437500 +0.135742187500 +0.017456054688 +0.078125000000 +0.088378906250 +0.047119140625 +0.074218750000 +-0.052734375000 +-0.008972167969 +-0.084472656250 +0.037353515625 +-0.041015625000 +-0.074218750000 +0.010009765625 +0.034179687500 +-0.115234375000 +-0.104003906250 +0.134765625000 +-0.013427734375 +-0.076171875000 +-0.009765625000 +-0.103515625000 +0.053955078125 +0.110839843750 +0.058593750000 +-0.099609375000 +-0.098144531250 +0.010864257812 +0.173828125000 +0.103515625000 +0.132812500000 +0.008361816406 +-0.068847656250 +0.159179687500 +-0.182617187500 +-0.062500000000 +-0.099121093750 +-0.094726562500 +0.031250000000 +0.088378906250 +0.043457031250 +0.092285156250 +-0.285156250000 +-0.040527343750 +-0.095214843750 +0.191406250000 +0.006622314453 +0.065429687500 +-0.153320312500 +0.018676757812 +-0.001853942871 +0.199218750000 +0.040527343750 +0.126953125000 +0.013000488281 +-0.077148437500 +0.042480468750 +-0.039306640625 +-0.004180908203 +0.153320312500 +-0.097167968750 +-0.057373046875 +-0.097167968750 +0.061767578125 +-0.019287109375 +0.144531250000 +-0.003845214844 +0.100097656250 +0.199218750000 +0.070312500000 +0.041259765625 +0.054199218750 +0.049072265625 +0.078125000000 +0.015014648438 +0.010559082031 +0.235351562500 +-0.153320312500 +0.069824218750 +0.154296875000 +-0.251953125000 +-0.068359375000 +-0.049072265625 +0.199218750000 +-0.008422851562 +0.132812500000 +0.046142578125 +0.148437500000 +-0.061767578125 +-0.091308593750 +0.045166015625 +-0.061279296875 +-0.234375000000 +-0.120117187500 +0.053222656250 +-0.028198242188 +-0.076171875000 +-0.001007080078 +0.072753906250 +-0.110351562500 +-0.052734375000 +-0.003021240234 +0.154296875000 +-0.099609375000 +0.062988281250 +-0.112304687500 +0.051513671875 +-0.040039062500 +0.003494262695 +-0.037109375000 +-0.070800781250 +0.139648437500 +-0.072753906250 +-0.051757812500 +0.012084960938 +0.080078125000 +0.080566406250 +0.043945312500 +0.206054687500 +-0.112792968750 +0.117187500000 +0.033203125000 +-0.197265625000 +0.080078125000 +0.010009765625 +-0.017578125000 +-0.127929687500 +0.091308593750 +0.165039062500 +0.073242187500 +-0.081054687500 +-0.061035156250 +-0.096191406250 +-0.045166015625 +0.035888671875 +0.106933593750 +0.072265625000 +0.079101562500 +-0.000329971313 +0.013183593750 +0.031494140625 +0.087402343750 +0.086914062500 +0.139648437500 +0.002853393555 +0.028198242188 +-0.160156250000 +-0.042236328125 +-0.171875000000 +-0.017944335938 +-0.011291503906 +-0.216796875000 +0.070800781250 +-0.163085937500 +-0.107910156250 +-0.064941406250 +-0.057861328125 +0.031250000000 +0.060302734375 +-0.060302734375 +-0.073730468750 +0.027587890625 +0.016479492188 +-0.176757812500 +-0.024414062500 +0.235351562500 +-0.092773437500 +0.017822265625 +0.166992187500 +-0.113281250000 +-0.230468750000 +-0.022094726562 +0.028076171875 +-0.081054687500 +-0.021484375000 +-0.086425781250 +-0.017333984375 +-0.184570312500 +-0.111328125000 +-0.197265625000 +-0.010925292969 +0.009277343750 +0.002624511719 +0.166015625000 +0.007873535156 +-0.179687500000 +-0.001571655273 +0.117187500000 +-0.040771484375 +0.002090454102 +-0.033447265625 +-0.067382812500 +0.129882812500 +0.014099121094 +-0.049804687500 +0.024169921875 +-0.005310058594 +0.049072265625 +0.067382812500 +0.015197753906 +0.263671875000 +-0.149414062500 +0.006958007812 +0.043701171875 +0.044677734375 +-0.067871093750 +0.066406250000 +-0.048828125000 +0.300781250000 +0.074707031250 +0.041015625000 +0.120117187500 +-0.076171875000 +-0.091308593750 +-0.051513671875 +-0.002349853516 +-0.033447265625 +0.059082031250 +0.039062500000 +-0.120117187500 +0.161132812500 +0.145507812500 +-0.009338378906 +0.087402343750 +0.084960937500 +0.011352539062 +0.109863281250 +-0.061523437500 +0.026611328125 +0.020874023438 +-0.020141601562 +0.080566406250 +0.119140625000 +-0.080078125000 +-0.208007812500 +-0.081542968750 +-0.093261718750 +-0.000284194946 +0.055664062500 +-0.104980468750 +-0.091308593750 +-0.023071289062 +0.027709960938 +-0.037597656250 +-0.025878906250 +-0.002548217773 +0.076171875000 +-0.103515625000 +-0.231445312500 +0.053710937500 +0.049560546875 +-0.066894531250 +-0.100097656250 +-0.039062500000 +-0.095214843750 +0.107421875000 +0.070312500000 +0.132812500000 +0.082519531250 +-0.100585937500 +0.050292968750 +-0.017333984375 +0.060791015625 +0.021362304688 +-0.153320312500 +0.081542968750 +-0.039550781250 +-0.131835937500 +-0.208007812500 +0.074218750000 +-0.123535156250 +-0.032714843750 +0.103515625000 +-0.037109375000 +0.005859375000 +0.114746093750 +0.073242187500 +0.026245117188 +-0.108398437500 +-0.026489257812 +0.357421875000 +0.088867187500 +-0.117675781250 +0.045410156250 +0.111328125000 +0.085449218750 +-0.108398437500 +-0.101562500000 +0.022094726562 +-0.147460937500 +-0.110839843750 +-0.079589843750 +-0.027465820312 +-0.208007812500 +-0.064453125000 +-0.156250000000 +0.069335937500 +-0.048828125000 +0.117187500000 +-0.087890625000 +0.009277343750 +-0.002502441406 +0.062988281250 +0.049560546875 +-0.138671875000 +-0.082519531250 +0.208984375000 +0.002578735352 +0.063964843750 +-0.025268554688 +0.076660156250 +-0.056152343750 +-0.126953125000 +0.034423828125 +-0.049560546875 +0.240234375000 +0.002990722656 +-0.004425048828 +0.091308593750 +-0.041259765625 +0.020263671875 +0.054443359375 +0.113281250000 +-0.009521484375 +0.054443359375 +0.079101562500 +0.023437500000 +-0.077636718750 +0.138671875000 +0.033203125000 +-0.013122558594 +0.127929687500 +-0.113769531250 +-0.019653320312 +0.082031250000 +0.079589843750 +0.182617187500 +-0.022338867188 +-0.078613281250 +0.089843750000 +0.035888671875 +0.079101562500 +-0.149414062500 +0.102050781250 +-0.087890625000 +0.049072265625 +0.006683349609 +-0.086425781250 +0.065429687500 +0.050537109375 +0.123046875000 +0.102539062500 +-0.061279296875 +0.125000000000 +-0.204101562500 +-0.166015625000 +0.027709960938 +-0.124511718750 +-0.139648437500 +-0.081054687500 +-0.031494140625 +0.125976562500 +0.069335937500 +-0.033935546875 +-0.040283203125 +-0.017456054688 +0.010559082031 +0.025756835938 +0.115234375000 +-0.065917968750 +0.063476562500 +-0.035644531250 +-0.217773437500 +0.039306640625 +-0.025390625000 +-0.124023437500 +0.101562500000 +0.002380371094 +0.095703125000 +-0.068847656250 +-0.015319824219 +0.047851562500 +0.119628906250 +0.221679687500 +-0.068847656250 +-0.101074218750 +0.168945312500 +0.013793945312 +-0.071777343750 +0.184570312500 +0.091308593750 +-0.171875000000 +0.033203125000 +-0.127929687500 +0.083007812500 +0.152343750000 +-0.092773437500 +-0.244140625000 +-0.039550781250 +-0.019409179688 +-0.028442382812 +-0.119140625000 +-0.152343750000 +0.150390625000 +0.115722656250 +0.106445312500 +0.148437500000 +0.085449218750 +0.291015625000 +-0.089355468750 +-0.150390625000 +0.179687500000 +-0.010375976562 +0.140625000000 +0.139648437500 +-0.060058593750 +-0.079589843750 +0.015563964844 +0.063964843750 +0.012817382812 +-0.019042968750 +0.143554687500 +0.025756835938 +0.017944335938 +0.054443359375 +0.036376953125 +-0.057128906250 +-0.002853393555 +-0.118652343750 +-0.271484375000 +-0.079101562500 +0.101074218750 +0.036376953125 +0.056640625000 +-0.197265625000 +-0.029785156250 +-0.059570312500 +-0.052734375000 +0.001060485840 +-0.117675781250 +-0.141601562500 +0.049804687500 +-0.144531250000 +-0.083496093750 +0.011657714844 +-0.014404296875 +0.160156250000 +-0.045410156250 +0.075683593750 +0.123535156250 +0.081542968750 +-0.037841796875 +0.132812500000 +-0.043945312500 +0.049072265625 +-0.017822265625 +0.187500000000 +-0.038574218750 +0.073730468750 +-0.107910156250 +0.088867187500 +0.197265625000 +0.205078125000 +-0.054443359375 +-0.079589843750 +0.023437500000 +0.015502929688 +0.003005981445 +0.116699218750 +-0.115234375000 +0.096679687500 +-0.051025390625 +0.012756347656 +0.062255859375 +0.126953125000 +-0.024780273438 +-0.095703125000 +-0.153320312500 +-0.146484375000 +0.009155273438 +-0.057373046875 +0.001388549805 +-0.064453125000 +-0.068359375000 +0.080078125000 +-0.031250000000 +0.037109375000 +-0.246093750000 +0.134765625000 +0.088378906250 +-0.195312500000 +0.025390625000 +0.062011718750 +-0.022338867188 +0.042968750000 +-0.066406250000 +0.133789062500 +0.076171875000 +0.051513671875 +0.169921875000 +0.040039062500 +0.063964843750 +-0.147460937500 +0.172851562500 +-0.045166015625 +-0.159179687500 +-0.071289062500 +-0.063964843750 +-0.100585937500 +0.259765625000 +-0.043212890625 +0.171875000000 +-0.084472656250 +0.103027343750 +-0.034423828125 +-0.169921875000 +0.123535156250 +0.085449218750 +-0.069335937500 +-0.118652343750 +0.081542968750 +-0.096191406250 +0.036376953125 +0.048583984375 +0.024902343750 +0.175781250000 +0.015075683594 +0.071289062500 +0.050537109375 +0.049804687500 +-0.155273437500 +-0.157226562500 +-0.171875000000 +0.045898437500 +0.015197753906 +0.230468750000 +0.349609375000 +-0.043701171875 +0.101562500000 +0.022705078125 +0.092285156250 +-0.118652343750 +0.065429687500 +0.046142578125 +-0.213867187500 +0.006164550781 +0.059814453125 +-0.045166015625 +-0.015869140625 +-0.051757812500 +-0.036132812500 +0.013732910156 +-0.056640625000 +0.107910156250 +-0.082031250000 +0.033203125000 +0.074218750000 +0.029541015625 +0.052001953125 +-0.001251220703 +0.060302734375 +0.226562500000 +-0.159179687500 +0.105957031250 +-0.177734375000 +0.096679687500 +-0.010437011719 +-0.040527343750 +0.156250000000 +0.101562500000 +-0.024169921875 +-0.047363281250 +-0.062011718750 +-0.103515625000 +0.087402343750 +0.028442382812 +-0.005126953125 +-0.099121093750 +0.136718750000 +0.048095703125 +-0.012695312500 +0.006683349609 +0.009521484375 +-0.046142578125 +0.257812500000 +0.125000000000 +-0.160156250000 +0.036132812500 +0.050537109375 +0.178710937500 +0.187500000000 +0.036621093750 +-0.087890625000 +0.037841796875 +-0.134765625000 +0.116699218750 +-0.001441955566 +-0.073730468750 +0.095214843750 +-0.029541015625 +-0.087402343750 +0.116210937500 +0.006805419922 +0.006347656250 +0.023559570312 +-0.116699218750 +0.026123046875 +-0.064453125000 +-0.109375000000 +-0.106445312500 +-0.021484375000 +-0.019531250000 +0.109375000000 +-0.044921875000 +0.014099121094 +-0.060058593750 +-0.042724609375 +0.041015625000 +-0.053466796875 +-0.027343750000 +-0.055175781250 +0.068359375000 +0.009399414062 +0.002197265625 +-0.115234375000 +0.062988281250 +-0.051025390625 +0.097167968750 +-0.126953125000 +0.051757812500 +0.074218750000 +0.106933593750 +-0.006042480469 +-0.250000000000 +-0.076171875000 +-0.111328125000 +0.143554687500 +-0.009521484375 +-0.014221191406 +0.128906250000 +-0.134765625000 +-0.156250000000 +0.233398437500 +-0.082519531250 +-0.076660156250 +-0.229492187500 +-0.040527343750 +0.020996093750 +-0.031494140625 +0.017456054688 +-0.084472656250 +0.041503906250 +0.061767578125 +0.102050781250 +-0.054199218750 +-0.088867187500 +0.080078125000 +-0.047607421875 +-0.071777343750 +0.005249023438 +0.188476562500 +-0.022216796875 +0.099609375000 +-0.123046875000 +-0.013854980469 +-0.040771484375 +0.198242187500 +-0.018066406250 +-0.240234375000 +0.208984375000 +0.096679687500 +-0.137695312500 +-0.128906250000 +0.064941406250 +0.069335937500 +0.090332031250 +0.124023437500 +0.022338867188 +0.028808593750 +0.039550781250 +0.046875000000 +-0.062988281250 +-0.067871093750 +0.095214843750 +-0.104980468750 +-0.023437500000 +-0.066406250000 +-0.048339843750 +-0.097167968750 +-0.039550781250 +-0.048095703125 +-0.046142578125 +-0.196289062500 +-0.030273437500 +0.056152343750 +-0.057128906250 +-0.180664062500 +-0.085449218750 +0.053466796875 +-0.108398437500 +-0.142578125000 +0.023925781250 +0.116699218750 +0.019409179688 +-0.028442382812 +-0.030029296875 +-0.012268066406 +0.173828125000 +-0.118652343750 +0.086914062500 +-0.054931640625 +-0.116699218750 +-0.206054687500 +0.115722656250 +-0.111328125000 +0.089843750000 +0.042724609375 +0.125000000000 +0.166015625000 +0.247070312500 +-0.104492187500 +0.033203125000 +0.006439208984 +-0.019897460938 +-0.048583984375 +0.050537109375 +-0.079101562500 +0.162109375000 +0.060058593750 +0.049560546875 +0.047119140625 +0.149414062500 +0.188476562500 +-0.201171875000 +-0.165039062500 +-0.075195312500 +-0.020874023438 +-0.120605468750 +0.039062500000 +-0.250000000000 +0.031494140625 +-0.041992187500 +0.046142578125 +-0.077148437500 +0.039062500000 +-0.147460937500 +0.059570312500 +-0.036865234375 +0.022338867188 +0.041748046875 +-0.194335937500 +-0.127929687500 +0.064453125000 +-0.135742187500 +-0.097167968750 +-0.113769531250 +-0.083496093750 +-0.119628906250 +-0.068359375000 +-0.045410156250 +-0.117187500000 +0.040771484375 +-0.026733398438 +-0.049560546875 +0.281250000000 +0.001846313477 +0.104980468750 +-0.201171875000 +-0.182617187500 +-0.042724609375 +0.124023437500 +0.011901855469 +-0.077148437500 +-0.058837890625 +-0.226562500000 +0.127929687500 +-0.077636718750 +0.049560546875 +-0.022705078125 +-0.022460937500 +0.114746093750 +-0.013977050781 +-0.165039062500 +-0.046142578125 +0.106445312500 +-0.161132812500 +0.180664062500 +0.073242187500 +0.139648437500 +0.154296875000 +0.139648437500 +-0.133789062500 +0.335937500000 +0.073730468750 +-0.050781250000 +-0.084960937500 +0.150390625000 +0.055175781250 +-0.127929687500 +-0.211914062500 +-0.155273437500 +0.024291992188 +0.027099609375 +0.011413574219 +0.097656250000 +0.003555297852 +-0.040771484375 +0.008178710938 +0.229492187500 +0.055908203125 +0.169921875000 +-0.132812500000 +0.025146484375 +-0.178710937500 +-0.086425781250 +0.035156250000 +0.071289062500 +-0.041015625000 +-0.187500000000 +-0.155273437500 +0.000637054443 +-0.075683593750 +-0.063964843750 +0.039062500000 +0.133789062500 +0.023559570312 +-0.022705078125 +0.099609375000 +-0.015014648438 +0.170898437500 +0.199218750000 +-0.012145996094 +-0.025146484375 +-0.135742187500 +0.028320312500 +0.037841796875 +0.135742187500 +-0.025146484375 +-0.018310546875 +0.088867187500 +-0.015869140625 +-0.005157470703 +-0.015625000000 +0.132812500000 +-0.014465332031 +-0.016723632812 +0.208984375000 +0.024536132812 +0.134765625000 +-0.010742187500 +0.121582031250 +0.106933593750 +-0.178710937500 +0.003723144531 +0.131835937500 +0.249023437500 +-0.033203125000 +-0.053955078125 +-0.084472656250 +-0.057617187500 +0.085449218750 +-0.099121093750 +0.043457031250 +0.021728515625 +0.050781250000 +-0.110839843750 +-0.153320312500 +0.058593750000 +-0.027221679688 +-0.033203125000 +-0.084472656250 +0.140625000000 +-0.058837890625 +0.128906250000 +-0.092773437500 +-0.058837890625 +0.012878417969 +-0.033203125000 +0.055419921875 +0.113281250000 +-0.084960937500 +-0.079589843750 +0.029663085938 +-0.202148437500 +-0.139648437500 +0.000236511230 +0.053222656250 +-0.171875000000 +-0.120117187500 +-0.098632812500 +-0.119628906250 +0.083496093750 +0.208984375000 +-0.111816406250 +0.087890625000 +0.064941406250 +0.155273437500 +-0.112792968750 +-0.120117187500 +-0.048828125000 +-0.150390625000 +-0.095214843750 +-0.015625000000 +0.036376953125 +-0.141601562500 +0.055664062500 +-0.140625000000 +0.025756835938 +-0.068847656250 +0.061767578125 +-0.051757812500 +-0.024780273438 +-0.072753906250 +-0.129882812500 +0.054199218750 +0.030151367188 +-0.027954101562 +-0.152343750000 +0.187500000000 +0.068359375000 +0.049072265625 +-0.066406250000 +0.253906250000 +0.097656250000 +0.012145996094 +0.108886718750 +-0.054199218750 +0.091308593750 +0.193359375000 +-0.044433593750 +-0.054687500000 +0.115234375000 +0.145507812500 +0.010864257812 +-0.036132812500 +-0.030273437500 +0.075195312500 +-0.134765625000 +0.065429687500 +-0.013671875000 +0.056884765625 +-0.034667968750 +-0.110839843750 +0.128906250000 +-0.012512207031 +-0.014953613281 +0.322265625000 +0.081542968750 +-0.121093750000 +0.050048828125 +-0.200195312500 +0.082519531250 +0.020141601562 +-0.058105468750 +-0.126953125000 +-0.014404296875 +0.124023437500 +0.154296875000 +0.120605468750 +-0.080078125000 +0.014526367188 +0.091308593750 +-0.065429687500 +-0.060791015625 +-0.067871093750 +0.062988281250 +-0.120117187500 +-0.050781250000 +0.061035156250 +-0.043701171875 +0.186523437500 +0.124511718750 +-0.107421875000 +-0.127929687500 +0.116699218750 +-0.128906250000 +0.220703125000 +0.034667968750 +-0.081542968750 +-0.113281250000 +-0.015075683594 +0.125976562500 +0.112792968750 +0.031982421875 +-0.118652343750 +-0.113769531250 +-0.107421875000 +-0.002136230469 +-0.051757812500 +-0.226562500000 +-0.037353515625 +0.131835937500 +-0.161132812500 +-0.075195312500 +0.075195312500 +0.111328125000 +0.117187500000 +0.059570312500 +0.122070312500 +0.088378906250 +-0.111816406250 +0.031982421875 +-0.056396484375 +0.015075683594 +0.017578125000 +0.073242187500 +0.335937500000 +-0.149414062500 +-0.107421875000 +-0.184570312500 +-0.015380859375 +0.071289062500 +-0.122558593750 +0.049560546875 +0.019653320312 +0.085449218750 +0.057128906250 +-0.128906250000 +-0.038818359375 +0.087402343750 +0.075683593750 +-0.002960205078 +0.034912109375 +-0.124023437500 +-0.156250000000 +-0.071777343750 +0.052001953125 +-0.046142578125 +0.085937500000 +-0.028808593750 +-0.007598876953 +-0.044677734375 +0.135742187500 +0.067871093750 +0.191406250000 +-0.051025390625 +-0.019409179688 +0.041259765625 +0.057128906250 +-0.047607421875 +0.039062500000 +0.033935546875 +-0.049072265625 +-0.084472656250 +0.053710937500 +0.175781250000 +-0.092773437500 +0.033935546875 +0.349609375000 +0.121582031250 +0.028808593750 +-0.047363281250 +0.046630859375 +-0.122070312500 +0.060791015625 +0.131835937500 +0.147460937500 +-0.128906250000 +0.012756347656 +-0.080566406250 +-0.029296875000 +0.026977539062 +0.061279296875 +-0.010864257812 +0.180664062500 +-0.133789062500 +-0.091308593750 +-0.021118164062 +0.086914062500 +-0.255859375000 +0.118164062500 +-0.097656250000 +-0.070800781250 +0.102050781250 +0.111816406250 +-0.165039062500 +-0.069824218750 +-0.178710937500 +-0.306640625000 +0.040039062500 +0.073730468750 +-0.081054687500 +-0.055419921875 +-0.065917968750 +-0.072753906250 +-0.002532958984 +0.133789062500 +0.025390625000 +-0.018798828125 +-0.012145996094 +-0.114746093750 +-0.108398437500 +0.010620117188 +0.177734375000 +0.095214843750 +0.097656250000 +-0.042968750000 +-0.072753906250 +0.034667968750 +0.020019531250 +0.147460937500 +-0.155273437500 +-0.014770507812 +-0.021118164062 +-0.063476562500 +0.108398437500 +-0.043945312500 +-0.007232666016 +0.002166748047 +0.046386718750 +0.154296875000 +0.105468750000 +0.099609375000 +0.135742187500 +0.126953125000 +0.041015625000 +0.002197265625 +-0.080566406250 +0.040527343750 +0.101562500000 +-0.217773437500 +-0.144531250000 +-0.155273437500 +0.091308593750 +0.080566406250 +0.020751953125 +-0.134765625000 +0.125976562500 +0.130859375000 +-0.103515625000 +-0.077148437500 +-0.001495361328 +0.235351562500 +-0.127929687500 +-0.088867187500 +-0.136718750000 +0.033935546875 +0.025756835938 +0.122070312500 +-0.231445312500 +-0.006530761719 +-0.091308593750 +-0.000572204590 +-0.043945312500 +0.135742187500 +-0.067382812500 +0.139648437500 +0.191406250000 +0.119140625000 +-0.075195312500 +-0.124511718750 +0.041259765625 +-0.022949218750 +0.106933593750 +-0.041992187500 +-0.003616333008 +0.020019531250 +-0.088867187500 +0.153320312500 +0.043701171875 +0.085937500000 +-0.296875000000 +-0.072753906250 +0.069335937500 +-0.042968750000 +0.088867187500 +-0.005432128906 +0.014038085938 +-0.052978515625 +0.114746093750 +-0.202148437500 +-0.028198242188 +0.055908203125 +0.044433593750 +-0.059326171875 +0.111328125000 +0.067382812500 +0.115234375000 +-0.127929687500 +-0.241210937500 +0.021362304688 +-0.014038085938 +-0.093261718750 +-0.050781250000 +-0.114746093750 +-0.012329101562 +-0.013061523438 +0.043212890625 +0.085449218750 +-0.084960937500 +-0.161132812500 +0.159179687500 +-0.018554687500 +0.021728515625 +0.067382812500 +0.069335937500 +0.044433593750 +-0.267578125000 +-0.004150390625 +-0.073730468750 +0.035156250000 +-0.139648437500 +0.180664062500 +0.011718750000 +-0.071777343750 +0.013793945312 +-0.110351562500 +-0.026245117188 +-0.092773437500 +0.127929687500 +-0.001449584961 +0.096679687500 +0.101562500000 +-0.084960937500 +-0.016235351562 +-0.149414062500 +0.043701171875 +-0.014587402344 +0.025390625000 +-0.062500000000 +-0.005340576172 +0.111816406250 +-0.000629425049 +0.031005859375 +0.106933593750 +0.103027343750 +0.117187500000 +-0.165039062500 +0.005157470703 +0.046875000000 +-0.046630859375 +-0.205078125000 +-0.058349609375 +0.083496093750 +-0.015319824219 +-0.226562500000 +-0.188476562500 +0.094238281250 +-0.099121093750 +0.024536132812 +0.050048828125 +-0.005310058594 +0.133789062500 +-0.104003906250 +-0.131835937500 +-0.016845703125 +-0.083984375000 +0.018188476562 +0.122070312500 +-0.010620117188 +0.184570312500 +-0.047119140625 +0.136718750000 +-0.023315429688 +-0.165039062500 +0.082519531250 +0.157226562500 +-0.017333984375 +-0.143554687500 +0.038574218750 +0.003280639648 +-0.134765625000 +-0.119140625000 +-0.238281250000 +0.082031250000 +0.113769531250 +-0.025512695312 +0.166015625000 +0.073242187500 +-0.130859375000 +0.102539062500 +-0.058837890625 +0.083007812500 +0.176757812500 +0.070312500000 +0.043945312500 +0.005584716797 +0.072265625000 +-0.068359375000 +-0.162109375000 +-0.075683593750 +-0.101562500000 +-0.058837890625 +-0.009460449219 +0.104980468750 +-0.072265625000 +0.009338378906 +-0.059814453125 +0.087890625000 +-0.129882812500 +0.141601562500 +0.151367187500 +-0.063476562500 +0.087890625000 +-0.016479492188 +-0.078125000000 +0.121093750000 +-0.017700195312 +-0.110839843750 +0.076171875000 +0.094726562500 +-0.041259765625 +0.014038085938 +0.074707031250 +0.044677734375 +-0.020874023438 +-0.053955078125 +-0.250000000000 +-0.020996093750 +0.246093750000 +0.077148437500 +-0.023193359375 +-0.133789062500 +-0.072265625000 +-0.004028320312 +0.145507812500 +-0.093261718750 +0.025146484375 +-0.031982421875 +-0.188476562500 +-0.078613281250 +0.048339843750 +-0.117187500000 +0.020385742188 +0.043701171875 +0.036376953125 +-0.069824218750 +-0.030883789062 +-0.093750000000 +-0.045654296875 +0.013061523438 +0.006195068359 +-0.060058593750 +-0.017944335938 +-0.165039062500 +-0.052490234375 +-0.073242187500 +0.088378906250 +-0.142578125000 +-0.066406250000 +-0.084472656250 +0.091308593750 +0.099121093750 +-0.024414062500 +0.031250000000 +0.011779785156 +0.061035156250 +-0.113769531250 +0.055175781250 +0.094726562500 +-0.041992187500 +0.124511718750 +-0.044677734375 +0.007629394531 +-0.148437500000 +0.115234375000 +-0.096191406250 +0.041015625000 +0.125000000000 +-0.022949218750 +0.192382812500 +0.026733398438 +0.030029296875 +-0.023437500000 +0.091796875000 +0.000503540039 +0.054199218750 +-0.049316406250 +-0.054443359375 +-0.137695312500 +-0.170898437500 +0.099121093750 +0.073242187500 +0.037841796875 +-0.004486083984 +-0.138671875000 +-0.120605468750 +0.120117187500 +-0.016479492188 +0.000976562500 +0.156250000000 +-0.068359375000 +-0.047607421875 +-0.040283203125 +-0.130859375000 +0.040771484375 +-0.087402343750 +0.049072265625 +-0.074218750000 +-0.048583984375 +0.127929687500 +0.102539062500 +-0.119140625000 +-0.019287109375 +0.051269531250 +-0.032714843750 +-0.162109375000 +-0.094238281250 +-0.003875732422 +0.122070312500 +0.051757812500 +-0.075683593750 +-0.259765625000 +-0.106933593750 +0.001571655273 +0.002029418945 +0.233398437500 +-0.062500000000 +-0.149414062500 +0.023559570312 +-0.038574218750 +-0.047119140625 +-0.074218750000 +-0.022094726562 +0.067382812500 +-0.099121093750 +-0.010437011719 +0.052246093750 +0.011840820312 +0.091796875000 +0.082031250000 +-0.079589843750 +0.140625000000 +0.022338867188 +-0.013977050781 +0.004882812500 +0.043212890625 +0.001060485840 +-0.062988281250 +-0.017944335938 +0.078613281250 +0.006195068359 +0.053222656250 +0.025756835938 +-0.100097656250 +-0.031005859375 +0.039306640625 +0.031250000000 +-0.041259765625 +-0.099121093750 +-0.157226562500 +0.010620117188 +0.073242187500 +0.112304687500 +0.092285156250 +0.138671875000 +0.061767578125 +-0.091308593750 +0.082031250000 +-0.067871093750 +0.014770507812 +0.118652343750 +-0.056884765625 +-0.048339843750 +-0.101074218750 +-0.115234375000 +0.028564453125 +0.075195312500 +-0.094726562500 +0.232421875000 +0.099121093750 +-0.250000000000 +0.054687500000 +-0.261718750000 +-0.011413574219 +-0.035644531250 +-0.022827148438 +-0.043945312500 +0.118652343750 +-0.094238281250 +-0.200195312500 +0.023315429688 +-0.125976562500 +-0.010864257812 +0.002395629883 +-0.055908203125 +0.097167968750 +0.060058593750 +0.072265625000 +-0.153320312500 +-0.160156250000 +-0.088867187500 +-0.032226562500 +0.094726562500 +0.141601562500 +-0.022216796875 +0.054687500000 +-0.062255859375 +-0.059570312500 +-0.017211914062 +0.080078125000 +0.210937500000 +0.104980468750 +-0.034912109375 +-0.166015625000 +-0.031738281250 +0.013183593750 +-0.062988281250 +-0.051757812500 +-0.120117187500 +0.052001953125 +-0.033447265625 +-0.015869140625 +-0.067382812500 +-0.125976562500 +0.003646850586 +-0.124023437500 +-0.029418945312 +-0.020507812500 +0.145507812500 +0.009765625000 +0.089843750000 +-0.217773437500 +-0.077636718750 +-0.072753906250 +0.021118164062 +-0.020141601562 +0.064453125000 +-0.063964843750 +0.030029296875 +0.002105712891 +0.135742187500 +-0.115722656250 +0.028320312500 +0.017700195312 +-0.041992187500 +0.210937500000 +0.004669189453 +0.102539062500 +-0.145507812500 +-0.182617187500 +0.085937500000 +0.149414062500 +0.218750000000 +0.001426696777 +0.111328125000 +0.008666992188 +0.166015625000 +0.009338378906 +-0.039550781250 +-0.167968750000 +0.251953125000 +0.208007812500 +0.090332031250 +-0.134765625000 +-0.128906250000 +0.033935546875 +0.067871093750 +0.051025390625 +0.016479492188 +0.136718750000 +-0.062255859375 +-0.049804687500 +0.061035156250 +-0.069824218750 +0.002014160156 +-0.052246093750 +0.013854980469 +0.018798828125 +-0.125000000000 +0.351562500000 +0.023315429688 +0.022583007812 +-0.083984375000 +0.008728027344 +-0.070312500000 +-0.178710937500 +-0.132812500000 +0.003021240234 +-0.030639648438 +-0.050781250000 +0.043701171875 +0.006042480469 +0.036376953125 +-0.105957031250 +-0.057373046875 +0.023559570312 +0.007110595703 +0.018798828125 +0.034423828125 +-0.106933593750 +-0.047119140625 +0.052978515625 +-0.042968750000 +-0.215820312500 +0.014404296875 +-0.158203125000 +-0.081542968750 +0.141601562500 +0.101562500000 +0.078125000000 +0.123535156250 +-0.002761840820 +0.066894531250 +0.149414062500 +0.151367187500 +0.011108398438 +-0.156250000000 +0.027832031250 +0.050537109375 +0.055664062500 +0.228515625000 +-0.039062500000 +0.100585937500 +0.095703125000 +0.081054687500 +-0.144531250000 +0.070800781250 +0.200195312500 +-0.180664062500 +-0.184570312500 +0.068359375000 +-0.097167968750 +-0.101074218750 +0.076171875000 +0.055664062500 +0.055175781250 +0.279296875000 +-0.009277343750 +-0.096679687500 +-0.030029296875 +0.015502929688 +-0.097656250000 +-0.086425781250 +-0.035888671875 +-0.178710937500 +0.013305664062 +0.052490234375 +-0.175781250000 +-0.106445312500 +-0.009582519531 +0.159179687500 +0.012939453125 +0.017211914062 +0.000035524368 +0.006347656250 +-0.031250000000 +0.020263671875 +-0.107421875000 +0.189453125000 +0.037841796875 +0.033447265625 +-0.115722656250 +-0.153320312500 +0.001701354980 +0.015014648438 +0.014709472656 +-0.072753906250 +-0.121582031250 +-0.165039062500 +-0.068847656250 +0.030273437500 +0.002441406250 +0.032958984375 +-0.160156250000 +0.086425781250 +0.173828125000 +-0.026123046875 +-0.101074218750 +0.106933593750 +-0.120605468750 +0.042724609375 +-0.089355468750 +0.101074218750 +-0.010375976562 +-0.104003906250 +-0.033447265625 +-0.006011962891 +-0.025024414062 +0.098632812500 +-0.084960937500 +0.090332031250 +0.022338867188 +-0.062500000000 +-0.022583007812 +0.124511718750 +0.112304687500 +0.060058593750 +-0.070312500000 +-0.107421875000 +0.133789062500 +0.171875000000 +0.046386718750 +-0.046630859375 +-0.058349609375 +-0.159179687500 +0.002105712891 +0.023559570312 +0.057128906250 +0.091796875000 +-0.007934570312 +-0.064941406250 +0.141601562500 +-0.046630859375 +-0.069335937500 +0.059326171875 +0.097167968750 +0.041748046875 +-0.032226562500 +0.131835937500 +-0.025512695312 +0.021972656250 +-0.153320312500 +-0.097656250000 +0.112792968750 +0.145507812500 +0.215820312500 +-0.003707885742 +-0.075683593750 +0.093261718750 +-0.044921875000 +0.014282226562 +-0.079589843750 +-0.048828125000 +-0.166992187500 +0.026123046875 +0.032958984375 +0.125976562500 +0.077148437500 +-0.054687500000 +0.165039062500 +0.078125000000 +-0.000486373901 +-0.004119873047 +-0.030639648438 +0.151367187500 +-0.218750000000 +0.047119140625 +0.012084960938 +0.152343750000 +-0.120117187500 +-0.097656250000 +0.006561279297 +-0.070800781250 +0.168945312500 +0.066894531250 +0.181640625000 +-0.021972656250 +-0.035644531250 +-0.117675781250 +-0.072265625000 +0.192382812500 +-0.089355468750 +-0.071289062500 +0.024047851562 +0.104492187500 +-0.004180908203 +0.000728607178 +-0.002212524414 +0.002319335938 +0.104492187500 +-0.132812500000 +0.104492187500 +0.041503906250 +0.015563964844 +-0.051757812500 +-0.139648437500 +-0.242187500000 +-0.131835937500 +-0.121093750000 +0.044189453125 +0.141601562500 +0.145507812500 +0.089843750000 +-0.166015625000 +0.048339843750 +0.051269531250 +0.027832031250 +0.019897460938 +0.028198242188 +-0.133789062500 +0.087890625000 +0.033447265625 +0.013488769531 +0.075683593750 +-0.106933593750 +-0.134765625000 +0.038085937500 +-0.076660156250 +-0.100585937500 +-0.076660156250 +-0.006652832031 +0.054931640625 +0.086425781250 +0.166992187500 +-0.133789062500 +0.117187500000 +0.189453125000 +-0.045166015625 +-0.082519531250 +-0.019165039062 +-0.134765625000 +0.080566406250 +-0.185546875000 +0.022216796875 +-0.000421524048 +0.006805419922 +0.143554687500 +0.153320312500 +0.062011718750 +0.045166015625 +-0.057373046875 +0.030639648438 +-0.145507812500 +0.092285156250 +-0.116210937500 +-0.021972656250 +0.107910156250 +0.087402343750 +0.039550781250 +0.007202148438 +0.071289062500 +-0.064453125000 +-0.062988281250 +-0.063476562500 +-0.316406250000 +-0.052978515625 +-0.016845703125 +0.050292968750 +-0.078125000000 +-0.148437500000 +-0.073242187500 +0.023437500000 +0.167968750000 +-0.022949218750 +-0.050781250000 +0.022460937500 +-0.035888671875 +-0.003341674805 +-0.068359375000 +-0.003372192383 +-0.005218505859 +0.031494140625 +-0.014221191406 +-0.063476562500 +-0.023315429688 +0.045898437500 +-0.094726562500 +-0.302734375000 +-0.006866455078 +-0.080566406250 +0.138671875000 +-0.015869140625 +-0.002548217773 +0.159179687500 +-0.123046875000 +0.032226562500 +-0.000679016113 +-0.022338867188 +-0.005096435547 +-0.010009765625 +0.012207031250 +0.083007812500 +-0.158203125000 +-0.073730468750 +0.052734375000 +-0.050537109375 +-0.263671875000 +0.012023925781 +0.081542968750 +-0.119628906250 +0.057373046875 +-0.016967773438 +0.110351562500 +-0.067382812500 +0.074707031250 +0.002822875977 +0.178710937500 +-0.024047851562 +0.089355468750 +-0.094238281250 +0.082519531250 +0.043701171875 +-0.080078125000 +0.085937500000 +0.037841796875 +-0.067382812500 +-0.043945312500 +-0.200195312500 +-0.081542968750 +-0.033447265625 +-0.062500000000 +0.045410156250 +0.019897460938 +-0.132812500000 +-0.198242187500 +-0.124023437500 +0.022949218750 +0.206054687500 +-0.038574218750 +-0.022949218750 +-0.119628906250 +0.057861328125 +0.003189086914 +0.016357421875 +-0.130859375000 +-0.257812500000 +-0.065429687500 +-0.076171875000 +-0.090820312500 +-0.035156250000 +0.005767822266 +-0.080566406250 +0.004638671875 +-0.035400390625 +0.006317138672 +0.042968750000 +0.119628906250 +-0.014221191406 +0.142578125000 +-0.050537109375 +-0.015380859375 +-0.098144531250 +0.044921875000 +-0.038085937500 +-0.095214843750 +0.112792968750 +0.072753906250 +0.062255859375 +-0.026611328125 +0.156250000000 +0.161132812500 +0.071777343750 +0.061035156250 +-0.015991210938 +-0.008666992188 +0.124511718750 +-0.162109375000 +0.036621093750 +-0.114746093750 +-0.069335937500 +0.034179687500 +-0.193359375000 +-0.037597656250 +0.005828857422 +-0.011047363281 +0.040283203125 +0.087402343750 +0.076171875000 +0.022705078125 +-0.223632812500 +0.001968383789 +-0.225585937500 +0.041503906250 +0.157226562500 +-0.108398437500 +0.071289062500 +0.010925292969 +-0.091308593750 +-0.012390136719 +-0.060058593750 +0.006134033203 +0.024658203125 +0.060302734375 +-0.053955078125 +0.037597656250 +0.081542968750 +0.049560546875 +-0.275390625000 +-0.094726562500 +0.004516601562 +-0.037841796875 +0.034667968750 +0.073242187500 +-0.030273437500 +0.128906250000 +-0.267578125000 +0.150390625000 +0.044677734375 +-0.147460937500 +0.144531250000 +0.104003906250 +-0.130859375000 +-0.009582519531 +0.034912109375 +0.027954101562 +-0.177734375000 +0.137695312500 +-0.055664062500 +-0.010009765625 +-0.184570312500 +-0.071289062500 +-0.029296875000 +-0.095703125000 +-0.070312500000 +0.192382812500 +0.091308593750 +-0.003997802734 +0.105468750000 +0.005676269531 +-0.110351562500 +0.073242187500 +0.202148437500 +-0.129882812500 +-0.007263183594 +0.041748046875 +-0.120117187500 +-0.023437500000 +0.149414062500 +0.083496093750 +0.219726562500 +-0.047363281250 +-0.045654296875 +-0.000429153442 +-0.040283203125 +-0.087402343750 +0.106933593750 +-0.030883789062 +-0.006072998047 +-0.166992187500 +-0.208984375000 +-0.097656250000 +0.019165039062 +-0.099121093750 +-0.063964843750 +0.097656250000 +0.104980468750 +-0.023071289062 +0.111816406250 +-0.119140625000 +-0.004150390625 +0.012207031250 +0.072753906250 +0.034179687500 +0.167968750000 +0.063964843750 +-0.242187500000 +-0.027954101562 +0.091308593750 +-0.081542968750 +-0.058105468750 +0.031250000000 +0.104492187500 +-0.105468750000 +-0.002792358398 +0.157226562500 +-0.116210937500 +0.008911132812 +0.001373291016 +0.062255859375 +0.022583007812 +-0.088867187500 +-0.093750000000 +0.204101562500 +-0.160156250000 +-0.044433593750 +0.230468750000 +-0.083984375000 +0.068359375000 +-0.034912109375 +0.007629394531 +0.055664062500 +0.113769531250 +-0.090332031250 +0.116699218750 +0.007812500000 +0.052001953125 +-0.066894531250 +-0.052490234375 +0.038085937500 +0.026123046875 +0.015625000000 +0.151367187500 +-0.067871093750 +-0.213867187500 +0.026855468750 +-0.001388549805 +0.081542968750 +-0.034667968750 +-0.088378906250 +-0.154296875000 +0.174804687500 +0.033935546875 +-0.003814697266 +-0.010437011719 +0.139648437500 +0.039062500000 +0.093261718750 +0.007659912109 +0.037353515625 +0.042724609375 +-0.020263671875 +-0.046875000000 +-0.056640625000 +-0.067382812500 +-0.056152343750 +0.046630859375 +0.127929687500 +-0.075683593750 +0.041992187500 +-0.044677734375 +-0.046630859375 +-0.064941406250 +0.062988281250 +0.029541015625 +-0.030151367188 +0.026733398438 +-0.090820312500 +-0.070312500000 +0.279296875000 +-0.025878906250 +-0.087402343750 +0.012207031250 +-0.088378906250 +0.091308593750 +0.155273437500 +0.003860473633 +-0.186523437500 +0.052246093750 +-0.129882812500 +0.016845703125 +-0.035644531250 +-0.125976562500 +-0.057128906250 +0.009399414062 +-0.111328125000 +-0.151367187500 +0.291015625000 +-0.218750000000 +0.081542968750 +0.078125000000 +0.113769531250 +0.090332031250 +0.174804687500 +-0.018066406250 +0.363281250000 +0.127929687500 +0.056152343750 +0.024658203125 +-0.020996093750 +0.059082031250 +0.081054687500 +-0.029296875000 +-0.179687500000 +0.072753906250 +0.007110595703 +-0.130859375000 +-0.116699218750 +-0.053466796875 +0.075683593750 +-0.050537109375 +0.048828125000 +-0.037353515625 +-0.011596679688 +0.089843750000 +-0.117675781250 +-0.139648437500 +-0.003021240234 +-0.102539062500 +-0.050537109375 +0.010986328125 +-0.016845703125 +0.114746093750 +0.005279541016 +-0.231445312500 +0.048583984375 +-0.021972656250 +-0.061523437500 +0.130859375000 +-0.024780273438 +-0.066406250000 +0.123046875000 +0.120605468750 +-0.032958984375 +0.113769531250 +0.017456054688 +-0.069335937500 +0.129882812500 +-0.073730468750 +-0.015991210938 +0.014526367188 +0.008300781250 +-0.135742187500 +0.058105468750 +0.146484375000 +0.023193359375 +0.091308593750 +0.077636718750 +0.002838134766 +-0.062988281250 +0.167968750000 +0.017700195312 +-0.068359375000 +0.024902343750 +-0.176757812500 +0.063964843750 +0.041015625000 +-0.084960937500 +0.058349609375 +-0.030029296875 +-0.016235351562 +0.053466796875 +-0.141601562500 +0.011230468750 +-0.009704589844 +-0.162109375000 +0.024291992188 +-0.033447265625 +0.092285156250 +-0.095214843750 +0.208984375000 +0.051269531250 +0.035156250000 +0.123535156250 +0.169921875000 +0.075195312500 +0.022094726562 +-0.049804687500 +0.006256103516 +0.023315429688 +-0.011413574219 +-0.012207031250 +0.028930664062 +-0.022338867188 +0.040283203125 +0.025634765625 +-0.013549804688 +-0.079589843750 +-0.015991210938 +0.106933593750 +-0.035156250000 +0.013488769531 +-0.057861328125 +0.005584716797 +0.009765625000 +-0.124023437500 +-0.004089355469 +-0.080566406250 +0.054199218750 +-0.080566406250 +0.043701171875 +-0.060058593750 +-0.169921875000 +-0.063476562500 +-0.009521484375 +-0.028564453125 +-0.131835937500 +0.023193359375 +-0.000595092773 +0.097167968750 +-0.073242187500 +0.247070312500 +0.072753906250 +0.190429687500 +0.005859375000 +0.039550781250 +-0.003372192383 +-0.068847656250 +-0.129882812500 +0.066894531250 +0.051025390625 +-0.053222656250 +-0.075195312500 +0.084472656250 +0.114746093750 +0.049804687500 +0.061523437500 +-0.057617187500 +0.020874023438 +0.114746093750 +0.092285156250 +0.001144409180 +-0.067871093750 +-0.017944335938 +-0.053955078125 +0.000310897827 +0.007812500000 +-0.024169921875 +-0.130859375000 +-0.017456054688 +-0.130859375000 +0.071777343750 +0.128906250000 +-0.057128906250 +0.113281250000 +-0.113281250000 +-0.009826660156 +-0.049316406250 +-0.105957031250 +-0.041015625000 +0.053222656250 +-0.015747070312 +0.062988281250 +0.077148437500 +-0.054199218750 +-0.017211914062 +0.052001953125 +0.057128906250 +0.117187500000 +0.102539062500 +-0.000396728516 +-0.064453125000 +0.049316406250 +0.050781250000 +-0.087402343750 +-0.031738281250 +0.174804687500 +0.020874023438 +-0.109863281250 +-0.060546875000 +-0.037597656250 +0.091796875000 +0.049560546875 +-0.095214843750 +-0.064453125000 +0.089355468750 +0.041015625000 +-0.043457031250 +0.051025390625 +-0.034179687500 +0.022338867188 +0.108886718750 +0.004333496094 +-0.058349609375 +0.001586914062 +-0.062988281250 +0.007690429688 +-0.002441406250 +-0.118652343750 +0.082031250000 +0.190429687500 +-0.082519531250 +0.011779785156 +-0.192382812500 +-0.056640625000 +0.143554687500 +-0.090332031250 +-0.019531250000 +0.021118164062 +-0.101074218750 +-0.032226562500 +0.035644531250 +0.014343261719 +-0.167968750000 +-0.109375000000 +0.022338867188 +-0.067871093750 +-0.058105468750 +0.076171875000 +-0.076171875000 +0.028198242188 +0.024414062500 +-0.075195312500 +0.089843750000 +0.113769531250 +-0.039062500000 +-0.095214843750 +-0.135742187500 +0.004272460938 +0.174804687500 +-0.014099121094 +0.003219604492 +-0.057373046875 +-0.040527343750 +0.052246093750 +-0.117187500000 +0.068359375000 +-0.009887695312 +0.003753662109 +-0.097167968750 +0.206054687500 +0.169921875000 +0.129882812500 +0.138671875000 +0.096679687500 +0.051757812500 +0.177734375000 +-0.083007812500 +0.073242187500 +-0.000286102295 +0.000656127930 +-0.017700195312 +-0.153320312500 +0.202148437500 +-0.062255859375 +0.134765625000 +-0.170898437500 +-0.062500000000 +-0.021972656250 +0.087890625000 +-0.054931640625 +0.083007812500 +-0.023437500000 +-0.113769531250 +-0.094238281250 +0.033203125000 +-0.066894531250 +-0.188476562500 +0.108398437500 +0.038085937500 +0.116210937500 +-0.097656250000 +-0.144531250000 +0.062011718750 +-0.173828125000 +-0.125976562500 +0.214843750000 +0.006683349609 +-0.060546875000 +0.096191406250 +-0.122070312500 +-0.093261718750 +-0.046630859375 +0.054443359375 +-0.046386718750 +-0.015258789062 +-0.123046875000 +0.045898437500 +-0.053955078125 +0.018676757812 +-0.109375000000 +-0.044677734375 +-0.055908203125 +0.078613281250 +0.078125000000 +0.205078125000 +-0.037109375000 +-0.107421875000 +0.000827789307 +-0.117187500000 +0.030273437500 +-0.006591796875 +-0.080078125000 +-0.145507812500 +-0.220703125000 +0.026000976562 +-0.178710937500 +0.146484375000 +-0.016357421875 +0.003250122070 +-0.086425781250 +0.067871093750 +0.111328125000 +0.094726562500 +0.022338867188 +0.031494140625 +-0.045166015625 +0.045654296875 +0.026245117188 +0.057861328125 +-0.049316406250 +0.025146484375 +0.159179687500 +0.054687500000 +-0.036621093750 +-0.031250000000 +0.084472656250 +-0.088867187500 +0.181640625000 +0.066406250000 +-0.123535156250 +0.092285156250 +0.181640625000 +-0.077636718750 +0.009033203125 +-0.020751953125 +0.291015625000 +0.112304687500 +0.084472656250 +0.145507812500 +-0.042236328125 +0.061035156250 +0.041503906250 +-0.066406250000 +0.038330078125 +-0.022583007812 +0.048095703125 +-0.073242187500 +-0.015991210938 +0.000511169434 +-0.147460937500 +0.045410156250 +-0.167968750000 +-0.033935546875 +0.045654296875 +-0.239257812500 +0.012939453125 +-0.058349609375 +-0.121093750000 +-0.029418945312 +-0.041992187500 +-0.058349609375 +0.182617187500 +-0.058837890625 +-0.043945312500 +-0.142578125000 +0.072265625000 +0.017333984375 +-0.127929687500 +-0.164062500000 +0.077636718750 +0.102050781250 +-0.098144531250 +0.059082031250 +-0.065429687500 +-0.123046875000 +0.082519531250 +-0.007812500000 +-0.032958984375 +-0.047363281250 +-0.116699218750 +0.162109375000 +-0.002182006836 +0.102539062500 +-0.021728515625 +-0.065429687500 +-0.000682830811 +0.158203125000 +0.114257812500 +-0.042724609375 +0.011718750000 +-0.060302734375 +0.088378906250 +-0.055908203125 +-0.111328125000 +0.164062500000 +0.030029296875 +-0.018554687500 +-0.097167968750 +-0.031250000000 +-0.067871093750 +-0.016967773438 +-0.116210937500 +-0.083496093750 +0.253906250000 +0.162109375000 +0.107910156250 +0.039550781250 +0.224609375000 +-0.004577636719 +-0.124023437500 +-0.009460449219 +-0.043701171875 +0.126953125000 +0.059082031250 +-0.040527343750 +0.034423828125 +0.115722656250 +-0.283203125000 +-0.022949218750 +-0.049804687500 +-0.050048828125 +-0.132812500000 +0.111328125000 +0.106445312500 +-0.024169921875 +0.080566406250 +0.020874023438 +0.119140625000 +0.161132812500 +-0.031127929688 +-0.050292968750 +-0.050781250000 +-0.136718750000 +-0.097167968750 +0.005096435547 +0.018554687500 +0.022583007812 +-0.011230468750 +-0.045410156250 +0.052001953125 +0.210937500000 +0.012512207031 +-0.090820312500 +0.029663085938 +0.028442382812 +-0.166992187500 +-0.154296875000 +0.022216796875 +0.081542968750 +-0.031738281250 +-0.053710937500 +0.008117675781 +0.056884765625 +-0.005706787109 +0.003890991211 +-0.008422851562 +0.000915527344 +0.054443359375 +-0.099121093750 +0.001495361328 +0.163085937500 +-0.188476562500 +-0.101074218750 +0.041992187500 +0.028076171875 +0.070312500000 +-0.161132812500 +0.050537109375 +-0.066406250000 +0.047851562500 +0.094726562500 +-0.002212524414 +0.142578125000 +0.095214843750 +0.041503906250 +0.015319824219 +-0.088378906250 +-0.183593750000 +-0.008239746094 +-0.123046875000 +-0.048828125000 +-0.125000000000 +0.009216308594 +-0.081054687500 +-0.082031250000 +-0.091796875000 +-0.070312500000 +0.025146484375 +0.113769531250 +-0.159179687500 +-0.020751953125 +0.022827148438 +-0.146484375000 +0.176757812500 +-0.016601562500 +0.006713867188 +0.072265625000 +-0.008483886719 +-0.096679687500 +0.084960937500 +0.050048828125 +0.029907226562 +0.093261718750 +-0.131835937500 +-0.029785156250 +0.041992187500 +-0.150390625000 +0.130859375000 +-0.006591796875 +-0.013793945312 +-0.138671875000 +-0.013427734375 +0.042236328125 +0.077636718750 +-0.072265625000 +-0.033447265625 +-0.028076171875 +-0.079589843750 +0.039550781250 +0.009765625000 +-0.008789062500 +-0.101562500000 +0.040283203125 +0.046386718750 +-0.128906250000 +-0.135742187500 +0.034423828125 +0.066406250000 +-0.040771484375 +0.126953125000 +0.095214843750 +-0.009399414062 +0.207031250000 +0.064453125000 +0.019775390625 +0.022583007812 +0.085937500000 +-0.156250000000 +-0.061523437500 +0.055419921875 +0.179687500000 +-0.167968750000 +-0.016845703125 +-0.047607421875 +0.166015625000 +-0.031494140625 +-0.059814453125 +-0.165039062500 +-0.070312500000 +0.175781250000 +0.094238281250 +0.201171875000 +-0.124023437500 +0.080566406250 +-0.185546875000 +0.062500000000 +-0.043945312500 +-0.018310546875 +-0.053466796875 +-0.045410156250 +0.088867187500 +0.005615234375 +-0.044189453125 +0.166015625000 +0.074218750000 +-0.147460937500 +-0.118652343750 +-0.021240234375 +-0.163085937500 +0.097167968750 +0.125000000000 +-0.080566406250 +-0.118652343750 +0.090820312500 +-0.024902343750 +0.138671875000 +-0.030151367188 +-0.148437500000 +-0.019165039062 +0.059082031250 +0.157226562500 +0.006958007812 +0.057617187500 +0.010925292969 +-0.039062500000 +-0.037841796875 +-0.031982421875 +0.098144531250 +-0.085449218750 +-0.029663085938 +-0.122558593750 +0.051269531250 +0.019653320312 +-0.015136718750 +0.133789062500 +0.033935546875 +-0.068847656250 +-0.042724609375 +0.017456054688 +0.074218750000 +0.092285156250 +0.012329101562 +0.040527343750 +-0.113281250000 +-0.021972656250 +-0.125000000000 +-0.144531250000 +-0.093750000000 +0.023803710938 +0.193359375000 +0.024658203125 +0.083007812500 +0.063476562500 +0.045166015625 +0.026733398438 +-0.063476562500 +-0.100097656250 +0.245117187500 +0.064453125000 +-0.066894531250 +-0.054443359375 +0.108886718750 +-0.092285156250 +-0.168945312500 +0.099609375000 +0.182617187500 +0.058593750000 +0.069335937500 +0.107910156250 +-0.072753906250 +-0.007507324219 +0.090332031250 +0.123535156250 +0.070800781250 +0.102050781250 +-0.004669189453 +0.111816406250 +-0.117675781250 +-0.004882812500 +0.023803710938 +0.086425781250 +-0.092285156250 +-0.106445312500 +0.021606445312 +-0.117187500000 +0.085449218750 +0.053222656250 +-0.045166015625 +0.160156250000 +0.012023925781 +0.044921875000 +-0.099121093750 +-0.151367187500 +-0.091308593750 +-0.000022411346 +-0.058593750000 +0.016845703125 +-0.193359375000 +-0.098144531250 +0.069335937500 +0.036132812500 +-0.056640625000 +-0.151367187500 +-0.062988281250 +-0.074707031250 +-0.067382812500 +0.181640625000 +0.074218750000 +-0.132812500000 +0.033691406250 +-0.077636718750 +-0.033447265625 +-0.068847656250 +-0.091308593750 +-0.025390625000 +-0.078125000000 +0.088867187500 +0.031250000000 +0.117187500000 +-0.067871093750 +0.057373046875 +-0.106445312500 +-0.014160156250 +0.035400390625 +0.031982421875 +0.014770507812 +-0.003707885742 +-0.049804687500 +-0.033691406250 +-0.132812500000 +0.065917968750 +0.223632812500 +0.139648437500 +0.213867187500 +-0.041015625000 +-0.090332031250 +0.037597656250 +-0.038818359375 +-0.076660156250 +-0.163085937500 +0.008483886719 +-0.094726562500 +0.065429687500 +0.029174804688 +-0.118652343750 +-0.077636718750 +-0.037353515625 +-0.018066406250 +0.005310058594 +-0.083984375000 +-0.010070800781 +-0.162109375000 +0.187500000000 +-0.069335937500 +0.081542968750 +0.030395507812 +0.120605468750 +0.021850585938 +-0.004028320312 +0.384765625000 +-0.151367187500 +0.221679687500 +-0.028564453125 +0.166015625000 +0.096191406250 +0.095214843750 +0.078125000000 +0.047851562500 +-0.061279296875 +0.016479492188 +-0.096191406250 +0.072753906250 +-0.088378906250 +0.050292968750 +0.122558593750 +0.001113891602 +-0.135742187500 +0.044921875000 +-0.046630859375 +0.162109375000 +0.118164062500 +0.054443359375 +0.153320312500 +0.002838134766 +0.023803710938 +0.139648437500 +0.152343750000 +0.139648437500 +0.035644531250 +-0.125000000000 +-0.022460937500 +0.083984375000 +0.068359375000 +0.020019531250 +-0.080078125000 +-0.004150390625 +0.097656250000 +-0.163085937500 +0.167968750000 +-0.211914062500 +0.002655029297 +-0.033447265625 +0.017578125000 +-0.163085937500 +0.057128906250 +0.083007812500 +-0.106933593750 +-0.115722656250 +-0.176757812500 +-0.148437500000 +0.002319335938 +-0.031250000000 +0.097167968750 +-0.014709472656 +-0.089355468750 +0.028808593750 +-0.053955078125 +-0.093261718750 +-0.034912109375 +0.013732910156 +0.044189453125 +0.131835937500 +0.065917968750 +0.132812500000 +-0.111816406250 +0.058837890625 +-0.022705078125 +0.087402343750 +-0.097167968750 +0.150390625000 +0.067382812500 +-0.000778198242 +0.011474609375 +0.052734375000 +-0.074707031250 +-0.094726562500 +-0.079589843750 +-0.133789062500 +0.066406250000 +-0.095214843750 +0.050292968750 +0.030273437500 +0.050781250000 +-0.068359375000 +0.155273437500 +0.141601562500 +0.017944335938 +-0.240234375000 +-0.074707031250 +-0.090332031250 +0.072265625000 +0.057128906250 +-0.057373046875 +-0.134765625000 +0.016479492188 +-0.158203125000 +0.075683593750 +0.000143051147 +0.028808593750 +-0.022949218750 +0.009277343750 +-0.179687500000 +0.014892578125 +0.062500000000 +-0.071777343750 +0.061523437500 +0.004333496094 +-0.017333984375 +-0.091796875000 +-0.098632812500 +-0.190429687500 +0.148437500000 +0.024169921875 +0.054443359375 +-0.035400390625 +-0.155273437500 +-0.084472656250 +0.062988281250 +0.034179687500 +-0.005676269531 +-0.081054687500 +-0.015075683594 +0.059326171875 +-0.164062500000 +0.085937500000 +0.021484375000 +0.147460937500 +0.085449218750 +0.100097656250 +0.082519531250 +-0.071289062500 +0.032226562500 +-0.097656250000 +0.054931640625 +-0.011718750000 +0.074218750000 +-0.172851562500 +0.027587890625 +-0.078125000000 +0.004089355469 +-0.075683593750 +-0.036621093750 +0.025634765625 +0.243164062500 +-0.009582519531 +-0.035156250000 +-0.011962890625 +-0.073730468750 +-0.032226562500 +0.027832031250 +-0.004028320312 +-0.014587402344 +0.147460937500 +-0.019287109375 +0.026977539062 +-0.052734375000 +0.001365661621 +0.030029296875 +0.062255859375 +0.056152343750 +0.083496093750 +0.130859375000 +-0.079101562500 +-0.020874023438 +0.082519531250 +-0.008850097656 +-0.012634277344 +0.051757812500 +0.064453125000 +-0.002716064453 +-0.087402343750 +-0.138671875000 +-0.141601562500 +0.036621093750 +-0.053222656250 +0.041503906250 +0.036865234375 +-0.022094726562 +0.033447265625 +0.095214843750 +-0.046630859375 +0.065429687500 +0.014892578125 +-0.056640625000 +-0.024169921875 +-0.052490234375 +-0.101562500000 +-0.113769531250 +-0.231445312500 +0.065429687500 +-0.066406250000 +-0.036376953125 +0.028930664062 +-0.251953125000 +-0.013671875000 +0.055664062500 +0.088378906250 +-0.085449218750 +0.111328125000 +-0.098144531250 +0.135742187500 +0.003585815430 +0.104003906250 +-0.217773437500 +0.085937500000 +-0.158203125000 +-0.172851562500 +-0.062011718750 +0.203125000000 +0.028198242188 +-0.111328125000 +0.094238281250 +-0.060058593750 +-0.061767578125 +-0.020507812500 +0.035156250000 +0.064941406250 +-0.250000000000 +0.032958984375 +-0.060058593750 +-0.101562500000 +-0.005615234375 +0.103515625000 +0.147460937500 +-0.125000000000 +-0.044189453125 +-0.001243591309 +0.074707031250 +0.007141113281 +-0.121093750000 +-0.056884765625 +0.011047363281 +0.010986328125 +0.033203125000 +-0.110839843750 +0.029296875000 +0.184570312500 +-0.025146484375 +-0.041259765625 +-0.124511718750 +0.139648437500 +-0.061767578125 +-0.123535156250 +-0.020874023438 +-0.036132812500 +-0.037353515625 +0.047363281250 +-0.012817382812 +-0.106445312500 +0.116699218750 +-0.244140625000 +0.016723632812 +0.022705078125 +-0.085449218750 +0.015991210938 +0.146484375000 +0.039550781250 +-0.057373046875 +-0.054687500000 +-0.060058593750 +0.075195312500 +-0.186523437500 +0.132812500000 +0.111816406250 +0.000017642975 +-0.039062500000 +-0.064453125000 +-0.013488769531 +0.127929687500 +0.063476562500 +0.083007812500 +-0.047119140625 +-0.027465820312 +0.202148437500 +0.067871093750 +0.027221679688 +0.025390625000 +-0.040527343750 +-0.113769531250 +0.012207031250 +-0.120605468750 +-0.027832031250 +0.069335937500 +0.123046875000 +-0.030273437500 +-0.080078125000 +0.033203125000 +0.028686523438 +0.087402343750 +0.049072265625 +0.067871093750 +-0.126953125000 +0.043457031250 +-0.075683593750 +0.001838684082 +0.033691406250 +-0.013000488281 +-0.095703125000 +-0.062500000000 +-0.001533508301 +0.040527343750 +0.150390625000 +0.027099609375 +-0.044433593750 +-0.158203125000 +0.027099609375 +-0.162109375000 +0.052246093750 +-0.093261718750 +0.106445312500 +-0.001899719238 +-0.016967773438 +-0.159179687500 +0.063964843750 +0.033691406250 +-0.292968750000 +0.111816406250 +-0.106445312500 +-0.105957031250 +0.112304687500 +0.128906250000 +0.079101562500 +0.070800781250 +0.024291992188 +-0.138671875000 +0.067871093750 +0.014282226562 +-0.063476562500 +0.020507812500 +0.000881195068 +0.049560546875 +-0.170898437500 +-0.094238281250 +-0.081542968750 +-0.160156250000 +-0.152343750000 +0.202148437500 +0.048828125000 +0.208984375000 +-0.101562500000 +0.036621093750 +-0.261718750000 +0.035888671875 +-0.020385742188 +-0.046386718750 +0.053710937500 +-0.020507812500 +0.101074218750 +-0.041992187500 +-0.103027343750 +-0.137695312500 +-0.092773437500 +-0.006347656250 +-0.008605957031 +-0.015747070312 +0.218750000000 +0.041259765625 +-0.086914062500 +0.082519531250 +-0.114746093750 +0.043945312500 +-0.073242187500 +-0.027587890625 +-0.045166015625 +-0.015747070312 +-0.160156250000 +-0.008056640625 +0.108886718750 +-0.055664062500 +-0.112304687500 +-0.078125000000 +0.090820312500 +-0.048339843750 +-0.041992187500 +-0.017700195312 +0.054687500000 +-0.212890625000 +-0.182617187500 +-0.009277343750 +-0.064453125000 +0.105957031250 +-0.143554687500 +-0.073242187500 +0.292968750000 +0.095214843750 +0.026855468750 +0.152343750000 +-0.110839843750 +-0.009704589844 +-0.174804687500 +0.053710937500 +-0.050048828125 +-0.137695312500 +-0.038085937500 +-0.183593750000 +0.003677368164 +-0.169921875000 +-0.129882812500 +0.010742187500 +-0.100585937500 +0.045898437500 +0.029296875000 +0.136718750000 +-0.072265625000 +-0.021606445312 +-0.190429687500 +-0.003250122070 +-0.143554687500 +0.147460937500 +-0.050292968750 +0.157226562500 +0.015991210938 +0.087402343750 +-0.082519531250 +0.059570312500 +0.092285156250 +-0.146484375000 +-0.011474609375 +0.110351562500 +0.126953125000 +0.063476562500 +-0.204101562500 +0.025512695312 +0.013488769531 +0.091796875000 +-0.178710937500 +0.043212890625 +0.145507812500 +0.261718750000 +0.068359375000 +-0.101074218750 +0.132812500000 +-0.152343750000 +0.056640625000 +0.039306640625 +-0.202148437500 +0.005798339844 +0.075195312500 +-0.005096435547 +0.030517578125 +-0.043701171875 +-0.041259765625 +0.041015625000 +0.050537109375 +-0.053466796875 +0.021484375000 +-0.051513671875 +0.038574218750 +-0.078125000000 +0.094238281250 +0.061035156250 +0.035644531250 +-0.013671875000 +0.043945312500 +0.043212890625 +-0.120605468750 +0.007202148438 +-0.230468750000 +-0.029296875000 +-0.066894531250 +-0.084960937500 +0.115234375000 +-0.085449218750 +0.087402343750 +-0.099121093750 +0.166992187500 +0.155273437500 +-0.011596679688 +-0.090332031250 +-0.105957031250 +-0.019165039062 +0.004699707031 +-0.051757812500 +-0.038574218750 +-0.063476562500 +-0.029785156250 +-0.045654296875 +0.046142578125 +-0.030883789062 +0.062988281250 +0.082519531250 +0.059570312500 +0.022583007812 +0.289062500000 +-0.058105468750 +0.123046875000 +-0.062500000000 +-0.054931640625 +0.015441894531 +-0.117187500000 +-0.003936767578 +0.095703125000 +0.126953125000 +-0.094238281250 +-0.038818359375 +-0.015991210938 +0.087402343750 +-0.188476562500 +-0.050537109375 +0.090820312500 +-0.004852294922 +-0.068847656250 +0.086425781250 +-0.060546875000 +0.066406250000 +0.043457031250 +0.167968750000 +-0.090820312500 +-0.060791015625 +0.007537841797 +-0.087890625000 +-0.028198242188 +0.116210937500 +-0.190429687500 +0.084960937500 +0.089843750000 +-0.106933593750 +-0.027221679688 +0.073730468750 +-0.006835937500 +-0.010742187500 +-0.029052734375 +-0.037353515625 +-0.008361816406 +0.032226562500 +-0.019409179688 +0.043945312500 +-0.126953125000 +0.188476562500 +-0.076171875000 +-0.019775390625 +-0.105957031250 +0.048828125000 +0.078125000000 +-0.001968383789 +-0.121093750000 +0.050781250000 +-0.243164062500 +0.139648437500 +0.047607421875 +0.131835937500 +0.031494140625 +0.154296875000 +0.013061523438 +0.008544921875 +0.022094726562 +-0.112792968750 +-0.062011718750 +0.226562500000 +0.129882812500 +0.065917968750 +0.012878417969 +-0.046875000000 +-0.085449218750 +0.094726562500 +0.028076171875 +0.031250000000 +-0.072265625000 +0.051025390625 +-0.119140625000 +0.029541015625 +-0.111816406250 +0.074218750000 +-0.109863281250 +0.013793945312 +-0.019287109375 +-0.013183593750 +-0.124023437500 +0.148437500000 +-0.020874023438 +0.013854980469 +-0.188476562500 +-0.062500000000 +0.054931640625 +-0.115722656250 +-0.062988281250 +0.072265625000 +-0.076171875000 +0.003356933594 +0.021972656250 +-0.158203125000 +-0.158203125000 +0.042480468750 +-0.179687500000 +0.037109375000 +-0.017089843750 +0.072753906250 +0.009643554688 +-0.047119140625 +0.045166015625 +0.114746093750 +-0.001998901367 +-0.023925781250 +-0.031982421875 +0.093261718750 +-0.052490234375 +0.194335937500 +0.058837890625 +0.002487182617 +-0.123046875000 +-0.057861328125 +0.120605468750 +-0.085449218750 +-0.017700195312 +-0.035156250000 +0.080078125000 +0.063964843750 +-0.071289062500 +0.040771484375 +0.099121093750 +-0.101074218750 +-0.096679687500 +-0.080566406250 +0.027832031250 +-0.091308593750 +0.204101562500 +0.229492187500 +0.126953125000 +-0.063476562500 +-0.035888671875 +0.119628906250 +-0.115234375000 +-0.008789062500 +0.098144531250 +-0.077148437500 +-0.053955078125 +-0.045898437500 +-0.061523437500 +0.050537109375 +-0.089355468750 +0.001274108887 +-0.004638671875 +-0.187500000000 +-0.120605468750 +0.042724609375 +-0.148437500000 +0.121093750000 +-0.003417968750 +-0.088867187500 +0.193359375000 +0.049072265625 +0.238281250000 +0.001434326172 +0.036865234375 +0.098632812500 +0.012390136719 +0.039306640625 +0.010192871094 +-0.082519531250 +-0.047851562500 +0.072753906250 +-0.079101562500 +0.142578125000 +-0.133789062500 +0.171875000000 +-0.292968750000 +-0.007934570312 +0.001602172852 +-0.010437011719 +-0.020507812500 +0.055908203125 +0.075683593750 +0.169921875000 +-0.107421875000 +0.104980468750 +0.012939453125 +0.049560546875 +-0.088378906250 +-0.048828125000 +-0.031494140625 +-0.123535156250 +0.019042968750 +-0.114746093750 +0.052490234375 +0.135742187500 +0.034667968750 +0.093750000000 +-0.073242187500 +0.125976562500 +-0.167968750000 +0.160156250000 +0.013977050781 +-0.025634765625 +-0.097656250000 +0.014038085938 +0.032714843750 +-0.035644531250 +-0.052978515625 +-0.023071289062 +-0.071289062500 +0.107421875000 +0.061279296875 +-0.077636718750 +0.040771484375 +0.188476562500 +-0.017822265625 +0.199218750000 +-0.044921875000 +0.198242187500 +0.235351562500 +-0.082519531250 +0.070312500000 +0.086425781250 +0.087402343750 +0.097656250000 +-0.109375000000 +-0.141601562500 +0.022705078125 +0.025024414062 +-0.147460937500 +0.079589843750 +-0.245117187500 +0.051757812500 +0.014465332031 +0.050048828125 +0.026977539062 +0.046875000000 +0.091308593750 +0.141601562500 +0.066894531250 +0.008117675781 +-0.151367187500 +0.085449218750 +0.104980468750 +0.019287109375 +0.064941406250 +-0.116699218750 +0.058105468750 +0.081542968750 +-0.029296875000 +0.057128906250 +-0.054443359375 +0.072753906250 +0.106445312500 +0.098632812500 +0.156250000000 +0.013366699219 +0.056396484375 +0.082519531250 +-0.051269531250 +0.099121093750 +0.015136718750 +-0.058349609375 +0.024169921875 +0.162109375000 +0.118652343750 +0.114746093750 +0.087402343750 +-0.042968750000 +0.014648437500 +0.077148437500 +0.055419921875 +0.108398437500 +0.020751953125 +0.120605468750 +-0.091308593750 +0.145507812500 +-0.183593750000 +0.133789062500 +0.092285156250 +-0.054443359375 +0.017456054688 +-0.107421875000 +-0.107421875000 +0.143554687500 +-0.105468750000 +-0.061035156250 +0.052490234375 +0.040283203125 +0.006744384766 +0.086425781250 +-0.083496093750 +-0.141601562500 +0.052001953125 +0.061767578125 +-0.075683593750 +-0.025146484375 +0.068359375000 +0.107421875000 +-0.011230468750 +-0.164062500000 +0.067382812500 +-0.089843750000 +0.182617187500 +0.113281250000 +0.167968750000 +0.135742187500 +-0.031250000000 +0.106933593750 +0.041748046875 +0.030029296875 +0.068359375000 +0.068847656250 +-0.041015625000 +0.043212890625 +-0.001449584961 +0.110351562500 +-0.195312500000 +-0.082031250000 +-0.009704589844 +0.061279296875 +0.068847656250 +0.159179687500 +-0.064941406250 +0.234375000000 +0.083496093750 +0.059570312500 +0.087402343750 +0.038574218750 +0.027832031250 +0.024047851562 +0.090332031250 +0.113769531250 +-0.039306640625 +-0.028198242188 +-0.032470703125 +-0.087402343750 +-0.202148437500 +0.002410888672 +-0.069335937500 +0.019042968750 +0.222656250000 +-0.209960937500 +-0.064453125000 +0.080078125000 +0.026733398438 +0.208007812500 +-0.054199218750 +0.050781250000 +0.140625000000 +-0.001716613770 +-0.172851562500 +0.109375000000 +0.066894531250 +0.052246093750 +-0.018188476562 +0.080078125000 +-0.043701171875 +0.041259765625 +-0.083496093750 +-0.064453125000 +-0.067382812500 +0.018554687500 +-0.202148437500 +0.027221679688 +-0.106445312500 +0.079589843750 +-0.176757812500 +0.070312500000 +0.032226562500 +-0.031738281250 +0.047363281250 +-0.056884765625 +-0.025268554688 +0.108886718750 +0.067382812500 +-0.208984375000 +0.019531250000 +-0.063964843750 +0.098144531250 +-0.088867187500 +0.043701171875 +0.069824218750 +0.118652343750 +-0.013977050781 +0.000135421753 +0.007873535156 +-0.041015625000 +-0.082031250000 +-0.102050781250 +-0.136718750000 +0.181640625000 +-0.035888671875 +0.200195312500 +0.089355468750 +-0.031738281250 +0.080078125000 +0.186523437500 +-0.011047363281 +-0.117675781250 +0.060791015625 +0.073242187500 +-0.067871093750 +-0.008483886719 +-0.065917968750 +0.243164062500 +0.044921875000 +0.133789062500 +-0.009399414062 +-0.041992187500 +-0.003967285156 +0.038818359375 +-0.002334594727 +0.013244628906 +0.056152343750 +0.163085937500 +-0.040283203125 +0.245117187500 +-0.082031250000 +-0.082031250000 +-0.087890625000 +0.008422851562 +-0.196289062500 +0.075195312500 +-0.060546875000 +-0.098632812500 +0.052246093750 +0.041503906250 +-0.089843750000 +-0.017456054688 +-0.081542968750 +0.132812500000 +0.001983642578 +0.129882812500 +0.195312500000 +0.030395507812 +-0.239257812500 +0.117675781250 +-0.141601562500 +-0.091796875000 +-0.075195312500 +0.006439208984 +-0.022949218750 +-0.124023437500 +0.129882812500 +0.065429687500 +-0.003173828125 +-0.040283203125 +0.017456054688 +-0.027099609375 +0.061523437500 +-0.052001953125 +-0.121582031250 +0.135742187500 +0.108398437500 +-0.145507812500 +0.019409179688 +-0.075683593750 +-0.148437500000 +-0.122558593750 +-0.146484375000 +0.061279296875 +0.092773437500 +0.066406250000 +0.062255859375 +-0.052001953125 +-0.064453125000 +0.057373046875 +-0.029907226562 +-0.010253906250 +0.019897460938 +0.033691406250 +-0.092773437500 +-0.085449218750 +0.056884765625 +0.005737304688 +0.128906250000 +0.117675781250 +0.062255859375 +0.038574218750 +0.002487182617 +-0.001777648926 +-0.043212890625 +0.078613281250 +-0.080566406250 +0.017700195312 +-0.014038085938 +0.049560546875 +0.009582519531 +-0.003967285156 +-0.153320312500 +-0.054931640625 +-0.010131835938 +0.155273437500 +-0.080078125000 +-0.000170707703 +0.075195312500 +-0.034667968750 +-0.026123046875 +0.103515625000 +0.097167968750 +0.222656250000 +0.039306640625 +0.133789062500 +0.017822265625 +0.055664062500 +0.027587890625 +-0.169921875000 +-0.090820312500 +-0.085449218750 +-0.032226562500 +0.035400390625 +0.026245117188 +-0.013732910156 +-0.128906250000 +0.029296875000 +0.111328125000 +0.069335937500 +0.080078125000 +0.017700195312 +0.077636718750 +-0.058837890625 +-0.061523437500 +-0.175781250000 +-0.032958984375 +0.032226562500 +-0.015747070312 +0.033691406250 +0.088867187500 +0.076660156250 +0.017089843750 +0.111816406250 +0.053222656250 +-0.112304687500 +-0.179687500000 +0.109375000000 +-0.171875000000 +0.093261718750 +-0.105468750000 +-0.141601562500 +0.007995605469 +-0.091796875000 +0.332031250000 +-0.026000976562 +-0.109375000000 +-0.012390136719 +-0.210937500000 +-0.217773437500 +-0.154296875000 +0.007049560547 +-0.032226562500 +0.009826660156 +0.148437500000 +-0.076660156250 +-0.071777343750 +-0.026977539062 +-0.039794921875 +-0.042724609375 +-0.079101562500 +0.035644531250 +0.034179687500 +-0.150390625000 +-0.240234375000 +0.032714843750 +0.111328125000 +0.038330078125 +0.013610839844 +0.134765625000 +-0.047363281250 +0.036376953125 +0.001304626465 +-0.044189453125 +-0.150390625000 +-0.026000976562 +0.032958984375 +0.050781250000 +0.079101562500 +-0.022949218750 +-0.007934570312 +0.160156250000 +0.125000000000 +-0.114746093750 +0.176757812500 +0.043701171875 +-0.016235351562 +-0.026977539062 +0.122558593750 +0.057617187500 +0.076171875000 +-0.022583007812 +-0.013977050781 +0.142578125000 +-0.178710937500 +0.010375976562 +-0.129882812500 +-0.111816406250 +-0.008300781250 +0.135742187500 +0.064453125000 +0.071777343750 +0.082031250000 +0.091796875000 +-0.016967773438 +-0.170898437500 +-0.006591796875 +0.070800781250 +0.035400390625 +-0.211914062500 +0.163085937500 +0.156250000000 +-0.073730468750 +-0.126953125000 +0.090332031250 +-0.136718750000 +-0.167968750000 +-0.185546875000 +0.051513671875 +0.005737304688 +-0.074707031250 +-0.061767578125 +-0.065917968750 +0.116210937500 +0.174804687500 +0.016357421875 +0.091308593750 +-0.064941406250 +0.087402343750 +-0.014465332031 +-0.008605957031 +-0.048583984375 +-0.089355468750 +0.108398437500 +0.014099121094 +0.048583984375 +0.122558593750 +0.069824218750 +-0.080566406250 +0.081054687500 +-0.135742187500 +0.116210937500 +0.070312500000 +-0.086914062500 +0.067382812500 +-0.057861328125 +-0.017333984375 +0.065917968750 +0.052734375000 +-0.098632812500 +0.043945312500 +0.135742187500 +0.072265625000 +-0.203125000000 +-0.096191406250 +0.102050781250 +0.088378906250 +-0.017211914062 +0.010131835938 +0.165039062500 +-0.066406250000 +-0.055908203125 +-0.020385742188 +0.092773437500 +-0.115722656250 +0.240234375000 +0.103515625000 +-0.083007812500 +0.038330078125 +-0.015197753906 +-0.007629394531 +-0.113769531250 +-0.026489257812 +0.042480468750 +0.074218750000 +0.031982421875 +0.110839843750 +-0.053955078125 +-0.092285156250 +-0.036376953125 +0.042968750000 +-0.086914062500 +0.087890625000 +-0.005157470703 +0.087890625000 +0.022583007812 +0.059326171875 +-0.014099121094 +0.051757812500 +0.105468750000 +-0.027343750000 +-0.157226562500 +0.094238281250 +0.162109375000 +0.042968750000 +0.002349853516 +-0.133789062500 +-0.080078125000 +0.035644531250 +-0.105468750000 +0.171875000000 +0.068847656250 +-0.105468750000 +0.015563964844 +-0.130859375000 +0.215820312500 +-0.060546875000 +0.026855468750 +-0.104492187500 +-0.028076171875 +0.114257812500 +0.192382812500 +0.104003906250 +-0.175781250000 +0.019775390625 +-0.070800781250 +-0.028930664062 +-0.208007812500 +0.020263671875 +-0.032226562500 +0.156250000000 +-0.196289062500 +-0.113769531250 +0.049316406250 +-0.055664062500 +0.161132812500 +0.135742187500 +0.084960937500 +0.068847656250 +0.103515625000 +0.059326171875 +0.023315429688 +-0.075683593750 +-0.188476562500 +-0.123046875000 +0.237304687500 +0.005889892578 +0.219726562500 +0.065429687500 +-0.053710937500 +0.055419921875 +0.041259765625 +-0.051513671875 +-0.031250000000 +-0.052001953125 +-0.049316406250 +0.041015625000 +0.008483886719 +0.241210937500 +-0.109375000000 +0.008422851562 +0.105468750000 +-0.037841796875 +-0.124511718750 +0.047119140625 +0.184570312500 +-0.105957031250 +0.057617187500 +0.101562500000 +-0.012390136719 +-0.025878906250 +-0.055175781250 +0.139648437500 +0.083007812500 +0.141601562500 +0.205078125000 +-0.072265625000 +-0.140625000000 +-0.073242187500 +0.111328125000 +-0.162109375000 +0.024047851562 +0.169921875000 +0.126953125000 +0.124511718750 +-0.149414062500 +0.039062500000 +-0.049560546875 +-0.147460937500 +0.031250000000 +0.009399414062 +0.076660156250 +-0.139648437500 +0.074707031250 +-0.034667968750 +-0.012329101562 +-0.171875000000 +0.001724243164 +0.052490234375 +0.008544921875 +0.026611328125 +-0.166992187500 +-0.157226562500 +0.220703125000 +-0.062255859375 +0.083496093750 +-0.109863281250 +-0.000440597534 +-0.065917968750 +-0.005065917969 +0.031250000000 +0.046875000000 +0.013793945312 +-0.206054687500 +0.049560546875 +-0.038574218750 +-0.093261718750 +-0.005615234375 +0.051025390625 +0.016479492188 +-0.130859375000 +0.037353515625 +0.074707031250 +0.106445312500 +0.200195312500 +0.057617187500 +-0.042724609375 +0.171875000000 +0.004760742188 +-0.145507812500 +-0.160156250000 +-0.231445312500 +-0.082031250000 +0.046386718750 +-0.001342773438 +-0.092285156250 +0.085449218750 +0.059814453125 +0.076660156250 +-0.021240234375 +-0.064941406250 +-0.229492187500 +0.082031250000 +-0.048583984375 +0.105468750000 +-0.087402343750 +0.249023437500 +0.030151367188 +-0.018432617188 +0.080566406250 +-0.146484375000 +-0.100097656250 +0.065917968750 +0.115722656250 +-0.028198242188 +-0.096191406250 +0.015075683594 +-0.142578125000 +-0.038818359375 +-0.159179687500 +-0.221679687500 +-0.210937500000 +0.160156250000 +0.102539062500 +0.021362304688 +0.125000000000 +0.037109375000 +0.103027343750 +0.063964843750 +0.014648437500 +0.163085937500 +0.011840820312 +-0.109375000000 +-0.064453125000 +0.110839843750 +-0.048828125000 +-0.269531250000 +-0.070800781250 +0.003616333008 +-0.068359375000 +0.002990722656 +0.074707031250 +-0.008178710938 +-0.038818359375 +-0.085937500000 +-0.195312500000 +0.003707885742 +-0.033935546875 +-0.110351562500 +0.060546875000 +0.158203125000 +0.053466796875 +0.079101562500 +-0.056152343750 +0.043701171875 +0.050292968750 +-0.153320312500 +0.187500000000 +0.032714843750 +-0.090820312500 +0.017456054688 +-0.099609375000 +-0.001480102539 +0.049804687500 +0.037353515625 +0.112792968750 +-0.087890625000 +0.093750000000 +0.133789062500 +-0.112792968750 +0.003295898438 +0.149414062500 +0.164062500000 +-0.060546875000 +-0.015869140625 +-0.066406250000 +0.137695312500 +0.045410156250 +0.038818359375 +0.162109375000 +0.093750000000 +-0.087402343750 +-0.169921875000 +0.069824218750 +-0.079589843750 +-0.085937500000 +-0.020751953125 +0.079101562500 +-0.010437011719 +0.110839843750 +-0.003326416016 +-0.125000000000 +0.158203125000 +0.106933593750 +-0.004852294922 +0.097167968750 +0.021118164062 +0.039550781250 +-0.056396484375 +0.353515625000 +0.053222656250 +-0.132812500000 +-0.003631591797 +0.048095703125 +-0.040527343750 +0.013732910156 +-0.023925781250 +-0.024902343750 +0.025024414062 +-0.016723632812 +0.021728515625 +0.054931640625 +0.049804687500 +0.082519531250 +-0.106445312500 +0.025390625000 +0.041259765625 +0.141601562500 +-0.036865234375 +-0.001663208008 +-0.234375000000 +0.040039062500 +0.053222656250 +-0.011901855469 +0.053222656250 +0.097167968750 +0.049316406250 +-0.053710937500 +0.100585937500 +-0.195312500000 +0.031494140625 +0.070800781250 +-0.046386718750 +0.080078125000 +-0.105468750000 +-0.011474609375 +0.041992187500 +-0.095214843750 +0.008605957031 +-0.104980468750 +-0.157226562500 +0.089355468750 +0.087890625000 +0.003906250000 +0.229492187500 +0.023681640625 +-0.044921875000 +0.134765625000 +-0.023071289062 +0.088867187500 +-0.030883789062 +-0.151367187500 +-0.116699218750 +-0.020629882812 +-0.068847656250 +-0.052734375000 +-0.022216796875 +0.003479003906 +0.058349609375 +-0.047607421875 +-0.006744384766 +-0.138671875000 +0.212890625000 +-0.144531250000 +-0.074707031250 +-0.127929687500 +0.012329101562 +0.016113281250 +0.051025390625 +-0.013549804688 +-0.011169433594 +-0.167968750000 +0.024658203125 +-0.122070312500 +-0.094726562500 +0.134765625000 +-0.028320312500 +0.069335937500 +0.015563964844 +0.065429687500 +-0.140625000000 +0.073730468750 +0.108886718750 +0.034423828125 +0.013671875000 +0.237304687500 +-0.027343750000 +-0.210937500000 +-0.092285156250 +-0.138671875000 +0.072753906250 +-0.081054687500 +0.007446289062 +0.013916015625 +-0.165039062500 +-0.104980468750 +0.067871093750 +-0.031005859375 +-0.000671386719 +0.115722656250 +0.047607421875 +0.091796875000 +0.095703125000 +0.043457031250 +-0.123535156250 +-0.010620117188 +0.035888671875 +0.152343750000 +-0.072265625000 +0.007019042969 +0.067382812500 +0.061523437500 +-0.078613281250 +0.097656250000 +0.007080078125 +-0.007141113281 +-0.002075195312 +0.112304687500 +-0.046386718750 +0.165039062500 +-0.008361816406 +-0.072753906250 +-0.168945312500 +0.038330078125 +0.110839843750 +-0.164062500000 +0.143554687500 +-0.003555297852 +-0.000031948090 +-0.019897460938 +-0.241210937500 +0.023803710938 +-0.027954101562 +0.101562500000 +-0.116699218750 +0.127929687500 +0.171875000000 +0.079589843750 +-0.110839843750 +-0.006500244141 +-0.020629882812 +-0.063476562500 +-0.047851562500 +-0.115234375000 +-0.081054687500 +-0.020751953125 +0.106445312500 +0.112792968750 +-0.108886718750 +-0.148437500000 +-0.077148437500 +0.110839843750 +0.042480468750 +-0.063476562500 +0.125976562500 +-0.218750000000 +-0.148437500000 +0.216796875000 +-0.005676269531 +0.151367187500 +-0.222656250000 +0.006622314453 +-0.036376953125 +0.001968383789 +-0.065429687500 +-0.138671875000 +0.111816406250 +-0.041992187500 +0.089843750000 +-0.060791015625 +-0.184570312500 +0.086914062500 +0.077636718750 +0.019409179688 +0.136718750000 +0.031005859375 +0.162109375000 +0.101074218750 +-0.085937500000 +-0.084472656250 +-0.116210937500 +-0.005004882812 +-0.174804687500 +0.185546875000 +0.170898437500 +-0.025878906250 +-0.149414062500 +-0.102050781250 +-0.041503906250 +0.044921875000 +0.088378906250 +0.096191406250 +0.014038085938 +0.085449218750 +-0.068359375000 +-0.023437500000 +0.063964843750 +-0.061279296875 +0.156250000000 +0.048339843750 +0.110351562500 +0.110351562500 +-0.087402343750 +-0.155273437500 +0.091796875000 +-0.110351562500 +0.218750000000 +-0.113769531250 +-0.074707031250 +-0.166015625000 +0.062500000000 +0.091796875000 +-0.033935546875 +0.246093750000 +-0.061767578125 +0.097167968750 +-0.085449218750 +0.035888671875 +0.001853942871 +-0.105468750000 +0.053466796875 +-0.012084960938 +-0.005523681641 +-0.113281250000 +-0.049072265625 +0.162109375000 +-0.101562500000 +0.314453125000 +-0.045166015625 +-0.036865234375 +-0.121093750000 +-0.016723632812 +-0.063476562500 +0.013244628906 +0.008544921875 +-0.031738281250 +-0.038085937500 +0.019531250000 +-0.116210937500 +-0.083007812500 +-0.185546875000 +-0.032714843750 +0.043701171875 +-0.085449218750 +0.170898437500 +-0.084472656250 +0.056152343750 +0.157226562500 +-0.093750000000 +-0.093261718750 +0.031005859375 +0.265625000000 +-0.054199218750 +-0.063964843750 +-0.106445312500 +0.181640625000 +-0.114257812500 +0.210937500000 +-0.042236328125 +-0.155273437500 +-0.033447265625 +0.106933593750 +0.085449218750 +0.033935546875 +0.180664062500 +0.074707031250 +0.160156250000 +0.013061523438 +-0.130859375000 +-0.083496093750 +-0.015380859375 +0.003234863281 +-0.001647949219 +0.047119140625 +-0.139648437500 +-0.013122558594 +0.166015625000 +-0.195312500000 +-0.103027343750 +-0.194335937500 +-0.053710937500 +0.108398437500 +0.013610839844 +0.108398437500 +-0.001777648926 +-0.144531250000 +-0.097656250000 +0.110351562500 +0.178710937500 +-0.092773437500 +-0.047607421875 +0.048828125000 +-0.035888671875 +0.049560546875 +-0.055419921875 +-0.066894531250 +-0.047851562500 +-0.097656250000 +-0.047851562500 +-0.147460937500 +-0.169921875000 +-0.025634765625 +-0.067382812500 +-0.053710937500 +-0.002014160156 +-0.079589843750 +0.029907226562 +0.099121093750 +-0.125000000000 +-0.053955078125 +0.029174804688 +-0.082031250000 +0.006286621094 +-0.005462646484 +-0.031982421875 +0.006134033203 +0.008605957031 +0.029174804688 +0.075683593750 +-0.026245117188 +-0.129882812500 +0.086425781250 +-0.091308593750 +-0.075195312500 +-0.107910156250 +0.176757812500 +0.037841796875 +-0.016479492188 +0.093750000000 +0.092285156250 +-0.039550781250 +0.165039062500 +-0.009826660156 +0.124023437500 +-0.016723632812 +-0.039306640625 +0.023437500000 +-0.042480468750 +-0.101562500000 +-0.224609375000 +0.020874023438 +-0.059326171875 +-0.054931640625 +-0.123046875000 +-0.077148437500 +-0.003967285156 +0.076171875000 +0.010742187500 +-0.052734375000 +-0.074707031250 +0.040283203125 +0.052246093750 +0.055908203125 +0.012634277344 +0.124511718750 +-0.229492187500 +-0.018554687500 +-0.153320312500 +0.087402343750 +0.075683593750 +0.058349609375 +-0.082519531250 +0.108886718750 +0.016235351562 +-0.040527343750 +-0.011657714844 +0.064453125000 +0.015014648438 +-0.218750000000 +0.033447265625 +-0.219726562500 +0.115234375000 +-0.062500000000 +-0.023559570312 +0.057128906250 +-0.034667968750 +0.050537109375 +-0.117187500000 +0.087402343750 +-0.169921875000 +-0.047851562500 +-0.004211425781 +0.127929687500 +0.059082031250 +0.003479003906 +0.208984375000 +-0.061279296875 +0.117187500000 +0.063964843750 +-0.006378173828 +0.076660156250 +0.244140625000 +0.024291992188 +0.044921875000 +0.078613281250 +-0.048095703125 +0.045166015625 +-0.039794921875 +-0.176757812500 +0.118652343750 +0.097167968750 +-0.109375000000 +-0.139648437500 +0.086914062500 +0.082031250000 +-0.149414062500 +0.037841796875 +0.002105712891 +-0.117675781250 +0.086425781250 +0.198242187500 +0.157226562500 +-0.019287109375 +-0.158203125000 +0.013916015625 +-0.224609375000 +-0.066406250000 +0.028198242188 +-0.086425781250 +0.022705078125 +-0.038330078125 +-0.148437500000 +0.041015625000 +-0.016967773438 +0.021606445312 +0.022705078125 +0.056640625000 +-0.011718750000 +0.006713867188 +0.027954101562 +-0.136718750000 +0.173828125000 +0.126953125000 +-0.085449218750 +-0.199218750000 +0.008300781250 +-0.016113281250 +0.028564453125 +-0.044921875000 +-0.087402343750 +0.097656250000 +0.138671875000 +0.033935546875 +-0.118164062500 +-0.119628906250 +0.111816406250 +-0.036376953125 +0.206054687500 +0.018920898438 +0.075195312500 +-0.033203125000 +-0.052978515625 +-0.029174804688 +0.125976562500 +0.062988281250 +-0.070312500000 +-0.062011718750 +0.111328125000 +0.005645751953 +-0.333984375000 +-0.103515625000 +0.083984375000 +-0.014160156250 +-0.245117187500 +-0.106445312500 +-0.065917968750 +0.097656250000 +0.017211914062 +-0.021484375000 +-0.092285156250 +0.049804687500 +-0.069335937500 +0.045410156250 +0.059326171875 +0.020263671875 +0.114746093750 +-0.147460937500 +-0.068847656250 +0.003585815430 +0.137695312500 +0.128906250000 +0.189453125000 +-0.071289062500 +-0.027221679688 +-0.012939453125 +-0.170898437500 +-0.057373046875 +-0.061767578125 +-0.119628906250 +0.041015625000 +0.088378906250 +-0.033935546875 +-0.086425781250 +0.120117187500 +-0.078613281250 +-0.072265625000 +-0.068847656250 +0.018676757812 +-0.008483886719 +0.105957031250 +-0.181640625000 +-0.010437011719 +-0.059570312500 +-0.308593750000 +-0.012573242188 +-0.015441894531 +-0.047363281250 +0.069335937500 +0.132812500000 +0.154296875000 +0.152343750000 +0.248046875000 +-0.146484375000 +0.159179687500 +-0.062988281250 +0.098632812500 +0.190429687500 +-0.110839843750 +-0.006072998047 +0.145507812500 +-0.178710937500 +-0.006561279297 +-0.038085937500 +0.000112533569 +-0.123535156250 +-0.012268066406 +0.025878906250 +-0.211914062500 +-0.033691406250 +-0.008972167969 +-0.142578125000 +0.095214843750 +-0.081054687500 +-0.096679687500 +-0.062500000000 +0.015869140625 +-0.018920898438 +-0.061279296875 +0.045410156250 +0.085937500000 +0.129882812500 +-0.088867187500 +0.062011718750 +-0.103515625000 +-0.112792968750 +0.049316406250 +0.000202178955 +0.042236328125 +-0.011413574219 +0.068359375000 +-0.158203125000 +-0.056884765625 +-0.089355468750 +-0.035400390625 +-0.188476562500 +-0.059082031250 +-0.233398437500 +0.058593750000 +-0.041015625000 +0.058349609375 +-0.039550781250 +-0.045654296875 +-0.058105468750 +0.112792968750 +0.121582031250 +0.098144531250 +0.065917968750 +0.024291992188 +0.170898437500 +0.169921875000 +-0.060791015625 +-0.077636718750 +0.038085937500 +0.167968750000 +0.116210937500 +0.025878906250 +-0.015380859375 +-0.045654296875 +-0.109375000000 +0.082031250000 +0.115234375000 +0.107421875000 +-0.133789062500 +0.033691406250 +0.056640625000 +-0.152343750000 +-0.007232666016 +0.017944335938 +0.026855468750 +0.014831542969 +-0.013366699219 +0.110839843750 +-0.034423828125 +0.064941406250 +-0.044677734375 +0.070800781250 +-0.031738281250 +0.153320312500 +0.113769531250 +-0.012207031250 +-0.123535156250 +0.060302734375 +-0.126953125000 +-0.094726562500 +-0.118164062500 +-0.005523681641 +0.253906250000 +0.097656250000 +-0.126953125000 +-0.211914062500 +-0.119628906250 +-0.091796875000 +0.022705078125 +-0.067871093750 +-0.015014648438 +0.172851562500 +0.020629882812 +-0.045166015625 +-0.112792968750 +-0.082031250000 +0.074707031250 +0.107421875000 +0.004302978516 +-0.047119140625 +0.100097656250 +0.029541015625 +-0.050781250000 +0.117675781250 +-0.007995605469 +-0.102539062500 +-0.122070312500 +0.032958984375 +-0.023925781250 +-0.032226562500 +0.059082031250 +-0.093261718750 +-0.107910156250 +-0.037353515625 +0.051269531250 +0.251953125000 +-0.056640625000 +0.008361816406 +-0.087402343750 +0.133789062500 +-0.101074218750 +0.112304687500 +0.114257812500 +-0.034423828125 +-0.073730468750 +0.008911132812 +0.010009765625 +-0.084960937500 +0.063964843750 +0.062500000000 +-0.028198242188 +0.004364013672 +-0.013732910156 +0.179687500000 +-0.081542968750 +0.014892578125 +-0.157226562500 +-0.017211914062 +-0.064941406250 +-0.122070312500 +0.180664062500 +0.221679687500 +-0.063476562500 +-0.014587402344 +0.058105468750 +0.012634277344 +0.039062500000 +0.097656250000 +0.070800781250 +-0.053466796875 +-0.095703125000 +0.043945312500 +0.006011962891 +-0.078613281250 +0.058837890625 +-0.066894531250 +0.097167968750 +-0.019409179688 +-0.158203125000 +0.215820312500 +0.110839843750 +-0.078125000000 +0.132812500000 +0.041992187500 +-0.125000000000 +0.322265625000 +0.081542968750 +0.127929687500 +0.038574218750 +0.180664062500 +-0.059082031250 +0.025634765625 +0.105957031250 +0.101074218750 +-0.010253906250 +-0.125000000000 +0.050048828125 +-0.147460937500 +-0.172851562500 +-0.077636718750 +-0.023559570312 +-0.152343750000 +0.009277343750 +-0.031738281250 +0.128906250000 +-0.171875000000 +-0.133789062500 +-0.041748046875 +0.025390625000 +0.014831542969 +0.047119140625 +-0.053710937500 +0.132812500000 +0.026977539062 +0.007720947266 +-0.153320312500 +-0.044433593750 +-0.108886718750 +-0.088378906250 +0.058349609375 +0.176757812500 +0.107421875000 +-0.019165039062 +0.004760742188 +0.106933593750 +0.142578125000 +-0.167968750000 +0.013427734375 +0.076660156250 +-0.056152343750 +0.174804687500 +0.096679687500 +-0.051513671875 +-0.080566406250 +-0.065917968750 +0.074218750000 +0.077148437500 +-0.144531250000 +-0.226562500000 +-0.083496093750 +0.025634765625 +0.172851562500 +-0.116210937500 +-0.050048828125 +0.002929687500 +-0.079101562500 +0.021972656250 +0.010742187500 +0.156250000000 +0.036132812500 +0.008178710938 +0.090332031250 +-0.076171875000 +0.117675781250 +-0.126953125000 +-0.026489257812 +0.016113281250 +-0.036865234375 +-0.036621093750 +-0.078125000000 +-0.081542968750 +0.086425781250 +0.062988281250 +-0.134765625000 +0.104492187500 +-0.064453125000 +0.173828125000 +-0.019775390625 +0.193359375000 +0.038574218750 +0.011840820312 +0.095214843750 +0.001792907715 +0.188476562500 +-0.064941406250 +-0.073730468750 +-0.000793457031 +0.081542968750 +-0.115234375000 +0.030395507812 +-0.027465820312 +-0.007019042969 +-0.061279296875 +-0.062500000000 +-0.177734375000 +-0.117187500000 +-0.086425781250 +-0.036132812500 +0.150390625000 +-0.077148437500 +-0.084472656250 +0.149414062500 +-0.051025390625 +0.111328125000 +-0.050781250000 +0.054199218750 +-0.020996093750 +-0.138671875000 +0.164062500000 +0.051269531250 +-0.092285156250 +-0.079589843750 +-0.058593750000 +0.074218750000 +0.091796875000 +0.031982421875 +-0.015747070312 +-0.136718750000 +-0.104492187500 +-0.109863281250 +-0.066406250000 +0.086914062500 +0.049072265625 +-0.081054687500 +0.184570312500 +0.055908203125 +-0.038330078125 +0.057128906250 +0.090820312500 +0.132812500000 +-0.014526367188 +-0.084472656250 +-0.161132812500 +0.038818359375 +-0.001907348633 +0.020141601562 +-0.111816406250 +0.103515625000 +-0.030883789062 +0.116210937500 +-0.089355468750 +0.162109375000 +0.211914062500 +0.078613281250 +0.083007812500 +0.096679687500 +-0.014892578125 +-0.133789062500 +0.076660156250 +-0.021240234375 +0.051269531250 +0.053222656250 +-0.019042968750 +-0.092285156250 +0.046875000000 +-0.085937500000 +0.047607421875 +-0.137695312500 +0.040039062500 +0.136718750000 +-0.002014160156 +0.046630859375 +-0.014648437500 +0.039550781250 +0.018554687500 +0.084960937500 +-0.023681640625 +0.059082031250 +-0.016723632812 +-0.109863281250 +-0.085449218750 +0.022094726562 +-0.130859375000 +-0.163085937500 +0.121582031250 +-0.147460937500 +0.029296875000 +-0.000385284424 +0.108398437500 +0.157226562500 +-0.002227783203 +-0.147460937500 +0.091308593750 +0.029418945312 +-0.143554687500 +-0.004821777344 +-0.166992187500 +0.018920898438 +0.004333496094 +-0.001693725586 +-0.002899169922 +-0.181640625000 +0.030761718750 +0.161132812500 +0.003890991211 +0.034423828125 +-0.112304687500 +-0.020019531250 +-0.141601562500 +0.136718750000 +-0.074218750000 +0.067871093750 +0.088378906250 +0.077148437500 +-0.082519531250 +0.124023437500 +0.044189453125 +-0.014221191406 +0.188476562500 +0.113769531250 +-0.124511718750 +0.064941406250 +-0.140625000000 +-0.082519531250 +-0.096191406250 +-0.012512207031 +-0.095214843750 +0.137695312500 +0.091796875000 +0.179687500000 +0.056396484375 +0.022460937500 +-0.113769531250 +-0.020507812500 +-0.098632812500 +-0.033447265625 +0.018920898438 +0.003601074219 +-0.033691406250 +0.243164062500 +0.123535156250 +-0.031005859375 +0.106445312500 +0.032714843750 +-0.026733398438 +-0.026977539062 +0.080566406250 +0.090820312500 +-0.028564453125 +0.034667968750 +-0.076660156250 +0.124511718750 +0.049316406250 +0.078125000000 +0.023559570312 +-0.019531250000 +0.027954101562 +-0.083984375000 +-0.199218750000 +0.110839843750 +0.152343750000 +0.015319824219 +-0.108886718750 +-0.125976562500 +0.324218750000 +0.016845703125 +-0.080078125000 +0.069824218750 +-0.172851562500 +-0.071289062500 +-0.275390625000 +0.111816406250 +0.082031250000 +-0.098632812500 +-0.066894531250 +-0.058105468750 +0.088378906250 +-0.031250000000 +0.140625000000 +0.012390136719 +-0.010131835938 +-0.141601562500 +-0.055175781250 +-0.231445312500 +-0.110351562500 +-0.125000000000 +-0.076171875000 +-0.045410156250 +-0.031738281250 +-0.069335937500 +-0.104003906250 +-0.023559570312 +0.035156250000 +0.084472656250 +-0.140625000000 +0.008361816406 +-0.099609375000 +0.059570312500 +-0.035644531250 +-0.052978515625 +-0.069824218750 +0.032226562500 +-0.009338378906 +-0.063964843750 +-0.076660156250 +0.001396179199 +-0.109375000000 +-0.034667968750 +0.023681640625 +-0.153320312500 +-0.173828125000 +-0.185546875000 +0.008544921875 +-0.170898437500 +0.142578125000 +0.109863281250 +0.143554687500 +-0.095703125000 +-0.050048828125 +0.016357421875 +-0.072753906250 +0.012451171875 +-0.093750000000 +-0.083007812500 +0.020751953125 +-0.055419921875 +-0.068847656250 +0.009338378906 +-0.089843750000 +-0.049316406250 +-0.040283203125 +0.043701171875 +-0.048828125000 +0.079589843750 +-0.079101562500 +0.111328125000 +0.011657714844 +0.088378906250 +0.083984375000 +0.008239746094 +-0.077636718750 +-0.033447265625 +0.015869140625 +0.224609375000 +-0.120605468750 +-0.002960205078 +-0.092773437500 +0.134765625000 +0.092773437500 +-0.135742187500 +0.160156250000 +0.068359375000 +0.046630859375 +0.052490234375 +-0.062011718750 +-0.008789062500 +0.034179687500 +0.133789062500 +0.167968750000 +0.172851562500 +0.117187500000 +0.027343750000 +0.045410156250 +0.024536132812 +-0.027954101562 +0.079589843750 +-0.213867187500 +0.050781250000 +0.038085937500 +0.146484375000 +-0.016235351562 +-0.174804687500 +-0.027465820312 +-0.090332031250 +-0.070800781250 +-0.076171875000 +0.043457031250 +0.033691406250 +-0.146484375000 +0.040771484375 +-0.017944335938 +-0.007873535156 +0.049560546875 +0.101562500000 +-0.030273437500 +0.039306640625 +-0.061035156250 +0.052001953125 +-0.039550781250 +-0.098144531250 +0.003234863281 +0.144531250000 +0.052001953125 +0.163085937500 +-0.057617187500 +-0.185546875000 +0.148437500000 +-0.037109375000 +0.115722656250 +-0.104492187500 +-0.006805419922 +0.064453125000 +-0.016479492188 +-0.106933593750 +-0.053710937500 +-0.137695312500 +0.038818359375 +0.105957031250 +-0.037841796875 +0.029663085938 +-0.163085937500 +0.018066406250 +0.027832031250 +-0.078613281250 +0.106933593750 +0.107910156250 +0.112792968750 +-0.081054687500 +0.000488281250 +0.106445312500 +0.091308593750 +0.078125000000 +-0.064941406250 +-0.121093750000 +-0.067871093750 +0.177734375000 +-0.083496093750 +0.062011718750 +0.058105468750 +0.009887695312 +0.141601562500 +0.087402343750 +-0.143554687500 +0.105468750000 +0.073730468750 +-0.182617187500 +-0.174804687500 +-0.316406250000 +-0.020507812500 +0.087890625000 +0.100097656250 +0.057128906250 +-0.082031250000 +-0.075195312500 +0.114746093750 +0.119140625000 +-0.065917968750 +0.016723632812 +-0.052490234375 +0.136718750000 +-0.021240234375 +0.006744384766 +-0.097656250000 +-0.064941406250 +-0.030639648438 +-0.071777343750 +-0.009521484375 +0.013854980469 +-0.004577636719 +0.032470703125 +-0.014953613281 +-0.011901855469 +-0.229492187500 +-0.012084960938 +0.046386718750 +0.106933593750 +-0.009094238281 +0.000724792480 +0.031494140625 +0.007446289062 +-0.065429687500 +0.041992187500 +0.098144531250 +-0.072753906250 +0.072753906250 +0.003585815430 +-0.084960937500 +0.115722656250 +0.066406250000 +-0.035400390625 +0.117187500000 +-0.072265625000 +0.024902343750 +0.158203125000 +0.040283203125 +0.055175781250 +-0.048339843750 +0.001358032227 +0.045410156250 +0.040527343750 +-0.054931640625 +-0.048095703125 +0.051269531250 +0.070312500000 +-0.052978515625 +-0.045654296875 +0.046875000000 +-0.120117187500 +-0.091796875000 +-0.125000000000 +0.040283203125 +-0.058105468750 +-0.192382812500 +-0.171875000000 +0.005889892578 +-0.160156250000 +-0.070800781250 +-0.129882812500 +0.244140625000 +0.091308593750 +-0.008544921875 +-0.048339843750 +-0.103515625000 +-0.032958984375 +-0.138671875000 +-0.010437011719 +-0.112792968750 +-0.036621093750 +0.040771484375 +-0.033935546875 +0.134765625000 +0.247070312500 +0.263671875000 +0.231445312500 +0.092773437500 +0.103027343750 +-0.298828125000 +-0.040283203125 +0.170898437500 +-0.086425781250 +0.100585937500 +-0.046630859375 +0.078613281250 +0.004943847656 +0.015502929688 +-0.081542968750 +0.233398437500 +0.069824218750 +0.140625000000 +0.011047363281 +0.111328125000 +0.071289062500 +-0.155273437500 +-0.055175781250 +-0.207031250000 +0.124023437500 +-0.025146484375 +0.042724609375 +-0.188476562500 +0.135742187500 +0.019653320312 +0.092285156250 +0.121582031250 +-0.143554687500 +0.014587402344 +-0.066894531250 +-0.119140625000 +0.273437500000 +0.036865234375 +-0.047851562500 +-0.076660156250 +-0.021606445312 +-0.173828125000 +-0.073730468750 +0.007080078125 +0.011230468750 +0.144531250000 +0.135742187500 +-0.159179687500 +-0.146484375000 +0.062255859375 +0.126953125000 +0.121582031250 +0.077148437500 +0.066406250000 +0.125000000000 +-0.050048828125 +0.191406250000 +0.068359375000 +0.163085937500 +-0.005950927734 +0.151367187500 +0.127929687500 +0.070800781250 +0.075195312500 +-0.043701171875 +-0.006958007812 +-0.022583007812 +-0.042236328125 +-0.005828857422 +-0.283203125000 +0.034667968750 +0.098144531250 +-0.097167968750 +0.051025390625 +0.255859375000 +-0.010803222656 +0.051269531250 +0.086425781250 +-0.104003906250 +0.165039062500 +-0.074707031250 +0.008728027344 +0.168945312500 +-0.010375976562 +-0.103027343750 +0.092773437500 +-0.027587890625 +-0.083984375000 +0.028808593750 +0.057861328125 +-0.093750000000 +-0.043212890625 +-0.198242187500 +0.125976562500 +0.067871093750 +-0.034179687500 +0.065917968750 +-0.038818359375 +-0.068359375000 +0.024658203125 +0.353515625000 +0.163085937500 +0.198242187500 +-0.018554687500 +-0.013916015625 +0.128906250000 +-0.005554199219 +0.014404296875 +0.022216796875 +0.136718750000 +0.101074218750 +-0.031005859375 +0.053466796875 +0.069335937500 +0.016357421875 +0.314453125000 +-0.030151367188 +-0.119140625000 +0.035888671875 +0.081054687500 +-0.027709960938 +0.107910156250 +0.005401611328 +-0.026855468750 +0.066406250000 +-0.011962890625 +0.117187500000 +-0.067871093750 +0.231445312500 +0.026367187500 +0.073730468750 +-0.072265625000 +0.021606445312 +-0.088867187500 +-0.154296875000 +-0.131835937500 +0.113769531250 +-0.192382812500 +0.112304687500 +-0.004272460938 +0.014709472656 +0.148437500000 +-0.029174804688 +0.000629425049 +-0.120605468750 +0.124023437500 +0.136718750000 +0.094726562500 +-0.055175781250 +-0.005218505859 +-0.211914062500 +0.179687500000 +-0.177734375000 +0.061279296875 +-0.020751953125 +-0.043701171875 +-0.050048828125 +-0.174804687500 +-0.033447265625 +-0.162109375000 +0.122558593750 +0.061035156250 +0.059814453125 +-0.077636718750 +0.036376953125 +0.147460937500 +-0.015869140625 +-0.118164062500 +-0.137695312500 +0.067382812500 +-0.100097656250 +0.045410156250 +0.087890625000 +-0.056884765625 +-0.027709960938 +-0.105957031250 +-0.043945312500 +-0.076171875000 +-0.011291503906 +0.139648437500 +-0.160156250000 +0.013305664062 +0.060546875000 +-0.143554687500 +0.269531250000 +-0.020263671875 +0.089355468750 +-0.074218750000 +0.080078125000 +-0.131835937500 +0.015441894531 +0.152343750000 +0.167968750000 +0.189453125000 +-0.038574218750 +0.178710937500 +-0.118164062500 +-0.016113281250 +0.003646850586 +-0.014465332031 +-0.151367187500 +0.222656250000 +0.240234375000 +-0.086914062500 +-0.034423828125 +-0.078125000000 +0.097656250000 +0.229492187500 +-0.079101562500 +0.040283203125 +-0.022460937500 +0.002197265625 +-0.016967773438 +-0.201171875000 +-0.012756347656 +-0.148437500000 +0.056396484375 +0.023925781250 +-0.095214843750 +0.062255859375 +-0.004669189453 +0.126953125000 +-0.036865234375 +-0.008056640625 +-0.034179687500 +-0.151367187500 +-0.021606445312 +0.053955078125 +0.159179687500 +-0.074707031250 +-0.016601562500 +-0.132812500000 +-0.118164062500 +-0.000953674316 +0.099121093750 +-0.144531250000 +-0.015380859375 +-0.160156250000 +-0.005950927734 +-0.043945312500 +0.124511718750 +0.073242187500 +-0.037841796875 +-0.059570312500 +-0.031738281250 +-0.095703125000 +-0.112792968750 +-0.060791015625 +-0.057128906250 +0.046875000000 +0.030639648438 +0.086425781250 +-0.050537109375 +-0.035644531250 +-0.104980468750 +0.225585937500 +-0.082519531250 +0.104003906250 +-0.069335937500 +-0.069335937500 +-0.133789062500 +0.039306640625 +-0.030273437500 +0.092773437500 +0.020263671875 +0.131835937500 +0.127929687500 +0.117187500000 +0.073730468750 +0.095214843750 +-0.008911132812 +0.065917968750 +-0.159179687500 +-0.105468750000 +0.010559082031 +0.051025390625 +0.084960937500 +0.106933593750 +-0.197265625000 +-0.129882812500 +-0.008728027344 +-0.093750000000 +0.058593750000 +-0.269531250000 +0.057373046875 +0.002105712891 +-0.031250000000 +0.030151367188 +0.098632812500 +0.045898437500 +0.176757812500 +-0.026855468750 +-0.097167968750 +-0.052246093750 +-0.103027343750 +0.067871093750 +0.044677734375 +0.099609375000 +0.005706787109 +0.024047851562 +0.076171875000 +-0.075683593750 +-0.055908203125 +-0.002273559570 +0.008117675781 +-0.000846862793 +-0.027099609375 +-0.096679687500 +-0.074707031250 +-0.024780273438 +0.083496093750 +0.111328125000 +0.054199218750 +-0.039794921875 +-0.100097656250 +0.025268554688 +-0.042968750000 +0.073242187500 +-0.002395629883 +-0.188476562500 +-0.120117187500 +-0.055175781250 +0.062255859375 +-0.082519531250 +0.038085937500 +-0.130859375000 +-0.130859375000 +0.186523437500 +-0.063964843750 +0.062255859375 +0.172851562500 +-0.070800781250 +0.012390136719 +0.048095703125 +-0.021850585938 +0.106445312500 +0.047607421875 +-0.034912109375 +0.031250000000 +-0.032958984375 +-0.075683593750 +-0.128906250000 +0.018554687500 +-0.183593750000 +0.101074218750 +0.010375976562 +0.070800781250 +-0.057617187500 +0.013427734375 +-0.008544921875 +-0.017456054688 +-0.000373840332 +-0.081054687500 +0.107421875000 +0.042236328125 +-0.006225585938 +0.205078125000 +-0.053955078125 +0.062255859375 +0.128906250000 +-0.114746093750 +0.065429687500 +-0.034667968750 +0.109375000000 +0.085937500000 +0.024536132812 +0.077636718750 +0.159179687500 +0.196289062500 +-0.044921875000 +-0.231445312500 +-0.118164062500 +-0.169921875000 +-0.035644531250 +0.019653320312 +0.043945312500 +0.125000000000 +0.038818359375 +0.060546875000 +0.147460937500 +-0.025512695312 +0.176757812500 +0.208984375000 +0.103515625000 +0.202148437500 +0.017089843750 +-0.086425781250 +0.020996093750 +0.152343750000 +0.049316406250 +-0.007476806641 +-0.065917968750 +0.095214843750 +-0.153320312500 +0.026733398438 +-0.000110626221 +-0.100585937500 +0.039794921875 +0.022705078125 +-0.125000000000 +-0.014343261719 +-0.008850097656 +-0.119140625000 +0.028320312500 +-0.058349609375 +-0.036376953125 +0.010375976562 +-0.003707885742 +-0.220703125000 +0.054931640625 +-0.029663085938 +0.127929687500 +-0.008544921875 +0.015319824219 +0.209960937500 +-0.059570312500 +-0.169921875000 +-0.012634277344 +0.142578125000 +-0.012573242188 +-0.112792968750 +0.001411437988 +-0.138671875000 +0.075683593750 +0.086425781250 +0.104980468750 +-0.149414062500 +0.001388549805 +0.005126953125 +0.005828857422 +0.041503906250 +0.042480468750 +-0.086425781250 +-0.075683593750 +-0.103515625000 +0.084472656250 +-0.023437500000 +-0.042724609375 +-0.097656250000 +0.110351562500 +0.053710937500 +0.077148437500 +0.089355468750 +0.029174804688 +0.071777343750 +-0.033935546875 +-0.087402343750 +-0.021118164062 +0.047607421875 +-0.151367187500 +0.043945312500 +0.066406250000 +-0.024780273438 +0.049560546875 +0.090332031250 +0.055908203125 +-0.037109375000 +0.025390625000 +0.018920898438 +-0.034179687500 +0.046875000000 +-0.022705078125 +0.068359375000 +0.009643554688 +-0.144531250000 +0.123535156250 +0.074707031250 +0.005889892578 +-0.077636718750 +0.033935546875 +-0.023681640625 +-0.053466796875 +0.068847656250 +0.023559570312 +0.204101562500 +0.089843750000 +-0.073242187500 +-0.160156250000 +-0.114746093750 +-0.022705078125 +0.012207031250 +-0.094238281250 +0.076660156250 +-0.045410156250 +-0.215820312500 +-0.029418945312 +-0.001350402832 +0.015869140625 +-0.139648437500 +-0.027587890625 +0.055908203125 +0.073242187500 +-0.022949218750 +0.057128906250 +-0.088378906250 +-0.043945312500 +-0.060058593750 +-0.117187500000 +-0.001258850098 +0.004455566406 +0.029541015625 +0.154296875000 +0.039794921875 +-0.056152343750 +-0.052246093750 +-0.030029296875 +0.031738281250 +-0.010986328125 +0.030761718750 +-0.013122558594 +0.000751495361 +0.076171875000 +0.065429687500 +-0.032714843750 +0.102539062500 +0.063964843750 +0.111328125000 +0.050781250000 +-0.079101562500 +0.233398437500 +0.061523437500 +-0.144531250000 +-0.019897460938 +0.097167968750 +-0.273437500000 +-0.094726562500 +0.009094238281 +0.084960937500 +-0.083984375000 +0.006988525391 +-0.126953125000 +0.067871093750 +0.098632812500 +0.077148437500 +-0.171875000000 +-0.031738281250 +0.041259765625 +-0.019409179688 +0.008178710938 +0.011901855469 +0.074707031250 +0.119628906250 +0.001747131348 +0.070800781250 +-0.007263183594 +-0.020751953125 +0.045654296875 +-0.029296875000 +0.088378906250 +-0.004669189453 +0.023925781250 +-0.235351562500 +0.047607421875 +0.077636718750 +0.148437500000 +-0.004028320312 +0.111816406250 +-0.002593994141 +-0.176757812500 +0.063476562500 +-0.088378906250 +-0.071289062500 +0.016845703125 +-0.116699218750 +-0.047607421875 +0.036376953125 +0.013732910156 +-0.160156250000 +0.116210937500 +-0.116210937500 +0.069335937500 +0.135742187500 +-0.167968750000 +-0.086914062500 +-0.026245117188 +0.041015625000 +0.005065917969 +0.031250000000 +0.138671875000 +-0.062988281250 +-0.083007812500 +0.133789062500 +-0.065429687500 +-0.012512207031 +-0.074707031250 +0.040771484375 +-0.037841796875 +-0.029785156250 +0.318359375000 +0.035156250000 +0.056640625000 +-0.007934570312 +0.008911132812 +0.141601562500 +-0.043945312500 +-0.157226562500 +-0.013977050781 +0.051513671875 +0.055419921875 +-0.045654296875 +0.045654296875 +0.119628906250 +0.094238281250 +-0.030273437500 +0.072753906250 +-0.084960937500 +0.104492187500 +0.026489257812 +0.101562500000 +0.104980468750 +-0.070800781250 +0.061035156250 +0.173828125000 +-0.010314941406 +-0.013183593750 +-0.055419921875 +0.063476562500 +-0.123535156250 +-0.062255859375 +-0.130859375000 +0.011718750000 +-0.192382812500 +-0.043212890625 +0.062988281250 +0.130859375000 +0.059570312500 +-0.096191406250 +-0.232421875000 +0.033203125000 +-0.055175781250 +-0.027221679688 +-0.161132812500 +-0.004150390625 +-0.081542968750 +0.133789062500 +0.083007812500 +-0.181640625000 +0.152343750000 +-0.003936767578 +0.192382812500 +-0.000025629997 +-0.142578125000 +0.094726562500 +0.025268554688 +0.022338867188 +0.046142578125 +0.018554687500 +-0.220703125000 +-0.120605468750 +0.066894531250 +-0.059814453125 +-0.067382812500 +-0.087890625000 +-0.116699218750 +-0.127929687500 +0.026000976562 +-0.184570312500 +-0.051025390625 +-0.084960937500 +-0.100585937500 +-0.163085937500 +0.112792968750 +-0.012939453125 +-0.115234375000 +0.025878906250 +-0.089843750000 +-0.045654296875 +0.016235351562 +-0.138671875000 +-0.091308593750 +-0.015991210938 +0.186523437500 +0.050781250000 +0.183593750000 +0.024291992188 +0.026855468750 +0.006408691406 +-0.083007812500 +0.023681640625 +-0.141601562500 +0.035888671875 +-0.069824218750 +-0.118652343750 +-0.062500000000 +0.005218505859 +0.072753906250 +0.180664062500 +-0.072265625000 +0.151367187500 +0.138671875000 +0.039550781250 +-0.150390625000 +-0.123046875000 +0.029663085938 +-0.047607421875 +-0.153320312500 +0.021362304688 +0.022460937500 +-0.089843750000 +-0.083984375000 +0.117675781250 +-0.042480468750 +-0.078613281250 +-0.001182556152 +0.035888671875 +-0.009399414062 +0.026977539062 +-0.102539062500 +-0.022827148438 +0.052978515625 +0.149414062500 +-0.130859375000 +0.067871093750 +-0.081054687500 +0.279296875000 +-0.007293701172 +0.032470703125 +-0.036376953125 +0.020507812500 +0.014648437500 +0.026489257812 +0.116699218750 +-0.106933593750 +0.077148437500 +-0.108398437500 +0.113281250000 +-0.044677734375 +-0.025878906250 +0.036376953125 +0.184570312500 +0.124023437500 +-0.085937500000 +0.101074218750 +0.010925292969 +-0.135742187500 +-0.086914062500 +0.138671875000 +-0.091308593750 +-0.025878906250 +0.139648437500 +-0.016235351562 +-0.024291992188 +-0.087402343750 +0.090332031250 +-0.166015625000 +0.027832031250 +-0.162109375000 +-0.198242187500 +-0.064941406250 +-0.112792968750 +-0.041503906250 +-0.231445312500 +0.014892578125 +-0.067871093750 +-0.079589843750 +0.251953125000 +-0.011596679688 +0.129882812500 +0.120605468750 +-0.082031250000 +0.114746093750 +-0.136718750000 +-0.038330078125 +0.010314941406 +0.119628906250 +-0.065429687500 +0.075195312500 +-0.041992187500 +0.111816406250 +0.011840820312 +-0.045410156250 +0.055664062500 +0.028808593750 +0.072753906250 +-0.064453125000 +0.033447265625 +-0.011901855469 +-0.166015625000 +0.011230468750 +-0.220703125000 +-0.134765625000 +0.007873535156 +0.003814697266 +0.010009765625 +0.024047851562 +-0.140625000000 +0.087890625000 +-0.037597656250 +-0.069824218750 +-0.088378906250 +0.067871093750 +-0.071777343750 +-0.131835937500 +-0.064453125000 +0.071289062500 +0.094238281250 +0.130859375000 +-0.017822265625 +-0.005920410156 +0.005798339844 +-0.106933593750 +-0.003479003906 +-0.056884765625 +0.149414062500 +0.091308593750 +0.156250000000 +-0.109375000000 +0.045410156250 +-0.169921875000 +-0.090332031250 +0.090332031250 +0.065429687500 +-0.214843750000 +-0.046875000000 +-0.075195312500 +-0.013549804688 +0.043457031250 +-0.153320312500 +0.210937500000 +-0.052490234375 +0.053222656250 +-0.178710937500 +-0.093261718750 +0.028076171875 +0.078613281250 +0.099121093750 +-0.061523437500 +-0.016479492188 +-0.050537109375 +-0.072265625000 +0.063964843750 +0.049560546875 +0.065917968750 +0.039794921875 +0.106445312500 +-0.060791015625 +-0.053466796875 +-0.003845214844 +0.192382812500 +0.053222656250 +-0.053955078125 +-0.106933593750 +0.063476562500 +-0.041503906250 +-0.121093750000 +-0.009643554688 +0.119628906250 +-0.011047363281 +-0.105468750000 +0.095214843750 +0.028198242188 +0.056152343750 +-0.043701171875 +-0.057861328125 +0.048339843750 +-0.005096435547 +-0.010070800781 +0.032714843750 +-0.118652343750 +0.066894531250 +0.006072998047 +0.187500000000 +-0.051025390625 +0.035156250000 +0.071777343750 +-0.102539062500 +0.011108398438 +-0.129882812500 +0.038085937500 +0.019042968750 +-0.271484375000 +-0.088378906250 +-0.101562500000 +-0.176757812500 +0.028808593750 +0.102539062500 +-0.059082031250 +-0.001533508301 +-0.015136718750 +0.046386718750 +0.055664062500 +0.022583007812 +0.052734375000 +0.186523437500 +0.177734375000 +0.075683593750 +-0.064941406250 +-0.063476562500 +-0.063476562500 +0.030517578125 +0.089355468750 +0.009155273438 +-0.150390625000 +0.101562500000 +-0.037597656250 +0.152343750000 +0.122070312500 +0.031738281250 +0.181640625000 +0.097167968750 +-0.070800781250 +0.112304687500 +0.096191406250 +0.015502929688 +0.083984375000 +0.015625000000 +-0.084960937500 +-0.149414062500 +-0.010253906250 +0.061279296875 +-0.066406250000 +-0.003204345703 +0.003341674805 +0.093261718750 +-0.097167968750 +-0.088378906250 +-0.013000488281 +-0.203125000000 +-0.047363281250 +-0.025024414062 +-0.009033203125 +-0.125976562500 +0.118652343750 +-0.058349609375 +-0.108398437500 +0.071777343750 +0.164062500000 +0.033691406250 +0.107421875000 +-0.021606445312 +-0.109375000000 +-0.033203125000 +0.000168800354 +-0.077636718750 +-0.041503906250 +-0.040039062500 +0.092285156250 +0.035156250000 +-0.040527343750 +-0.048583984375 +0.096191406250 +-0.175781250000 +-0.156250000000 +-0.010986328125 +-0.234375000000 +0.019653320312 +-0.069824218750 +0.087402343750 +-0.246093750000 +-0.056640625000 +0.097656250000 +-0.106933593750 +-0.006347656250 +-0.166992187500 +-0.107421875000 +-0.153320312500 +0.026611328125 +0.039794921875 +0.073730468750 +-0.026245117188 +0.015197753906 +0.109375000000 +-0.046630859375 +-0.140625000000 +-0.009460449219 +-0.026245117188 +0.080566406250 +-0.091796875000 +0.068847656250 +0.193359375000 +0.180664062500 +0.023559570312 +0.016967773438 +-0.043457031250 +-0.019653320312 +-0.045166015625 +-0.052001953125 +-0.066894531250 +-0.082519531250 +-0.033935546875 +0.130859375000 +0.019409179688 +-0.100097656250 +-0.140625000000 +0.049804687500 +0.008972167969 +0.367187500000 +0.000251770020 +0.039062500000 +0.027221679688 +-0.099609375000 +-0.104980468750 +0.032714843750 +0.090820312500 +0.177734375000 +-0.166015625000 +0.081054687500 +0.112792968750 +0.158203125000 +0.042480468750 +0.014465332031 +-0.023681640625 +0.079101562500 +-0.073242187500 +0.054931640625 +0.034912109375 +-0.134765625000 +-0.007598876953 +0.041503906250 +0.176757812500 +0.082031250000 +0.169921875000 +0.060058593750 +-0.059814453125 +0.079589843750 +0.050781250000 +0.208007812500 +-0.029174804688 +0.026611328125 +0.018188476562 +-0.134765625000 +0.166015625000 +-0.111328125000 +-0.068847656250 +0.261718750000 +-0.125976562500 +-0.161132812500 +-0.020874023438 +-0.011779785156 +-0.116210937500 +0.093261718750 +-0.126953125000 +-0.123535156250 +0.023925781250 +-0.062988281250 +0.153320312500 +-0.279296875000 +0.008972167969 +0.107421875000 +0.009155273438 +-0.014099121094 +-0.086914062500 +-0.026123046875 +0.036132812500 +0.084472656250 +-0.127929687500 +0.004516601562 +0.121093750000 +0.117675781250 +0.168945312500 +-0.018066406250 +-0.090332031250 +0.207031250000 +0.039062500000 +0.138671875000 +0.037841796875 +-0.207031250000 +0.182617187500 +0.096679687500 +-0.060546875000 +0.012512207031 +0.121582031250 +-0.020874023438 +-0.125976562500 +-0.089843750000 +-0.010559082031 +0.048339843750 +-0.051269531250 +0.097167968750 +-0.030517578125 +0.085449218750 +0.076171875000 +0.140625000000 +0.011230468750 +-0.092773437500 +-0.138671875000 +-0.085449218750 +0.042480468750 +-0.018432617188 +0.101074218750 +0.006072998047 +0.073730468750 +-0.030273437500 +0.065917968750 +0.155273437500 +-0.185546875000 +0.071289062500 +-0.022705078125 +0.146484375000 +0.010925292969 +0.113769531250 +0.103515625000 +0.060791015625 +-0.119628906250 +0.021606445312 +-0.027221679688 +-0.030761718750 +-0.052490234375 +0.143554687500 +0.028930664062 +-0.098632812500 +0.204101562500 +-0.004760742188 +-0.078613281250 +-0.080078125000 +-0.059326171875 +-0.049072265625 +0.049316406250 +0.089843750000 +0.070312500000 +-0.052490234375 +0.066406250000 +0.054687500000 +0.048095703125 +0.014282226562 +0.103027343750 +-0.041992187500 +0.056640625000 +0.071289062500 +-0.151367187500 +-0.047607421875 +-0.072265625000 +-0.070312500000 +-0.042236328125 +0.057373046875 +0.104003906250 +0.016479492188 +0.051513671875 +-0.023559570312 +-0.017700195312 +0.112304687500 +0.102539062500 +0.033447265625 +0.025756835938 +0.081542968750 +0.123535156250 +-0.248046875000 +0.142578125000 +-0.166992187500 +-0.010192871094 +0.006896972656 +0.069335937500 +-0.095703125000 +0.081542968750 +0.030029296875 +0.081054687500 +0.060302734375 +0.093261718750 +0.004547119141 +0.052978515625 +0.043212890625 +0.133789062500 +0.248046875000 +0.192382812500 +0.005401611328 +0.043457031250 +0.171875000000 +0.075683593750 +-0.142578125000 +-0.003463745117 +-0.033691406250 +-0.068359375000 +-0.042724609375 +0.145507812500 +-0.020019531250 +0.063476562500 +0.130859375000 +-0.009277343750 +-0.050781250000 +-0.060791015625 +-0.130859375000 +0.040039062500 +0.013061523438 +-0.014038085938 +0.134765625000 +-0.057128906250 +0.111816406250 +0.191406250000 +-0.092285156250 +0.169921875000 +0.093261718750 +-0.078613281250 +-0.076171875000 +-0.111816406250 +-0.012207031250 +-0.088867187500 +0.052246093750 +0.035400390625 +-0.010742187500 +-0.048828125000 +-0.023559570312 +0.061035156250 +-0.045898437500 +0.030761718750 +0.049560546875 +-0.117187500000 +-0.141601562500 +0.036132812500 +0.068359375000 +0.126953125000 +-0.034667968750 +0.166992187500 +-0.067382812500 +0.126953125000 +0.135742187500 +-0.029418945312 +0.010559082031 +0.121582031250 +-0.080078125000 +0.064941406250 +-0.204101562500 +0.052978515625 +0.069824218750 +0.118652343750 +-0.105468750000 +0.082031250000 +-0.058105468750 +0.088867187500 +-0.059326171875 +-0.105468750000 +-0.147460937500 +-0.083496093750 +-0.024780273438 +0.030273437500 +-0.077148437500 +-0.006866455078 +-0.044677734375 +-0.055664062500 +0.094726562500 +0.202148437500 +0.061279296875 +0.074707031250 +-0.123535156250 +-0.067871093750 +0.052978515625 +0.145507812500 +0.052490234375 +0.106445312500 +-0.006561279297 +0.174804687500 +-0.024414062500 +-0.036621093750 +0.127929687500 +0.036865234375 +-0.074218750000 +-0.140625000000 +0.121093750000 +-0.174804687500 +-0.118652343750 +0.074218750000 +-0.045410156250 +-0.105468750000 +0.236328125000 +-0.041503906250 +0.026977539062 +0.093750000000 +-0.192382812500 +0.027099609375 +0.056884765625 +-0.051757812500 +0.093261718750 +0.045898437500 +0.042236328125 +0.062255859375 +0.120117187500 +-0.053710937500 +0.143554687500 +0.229492187500 +0.060058593750 +0.080078125000 +-0.061035156250 +-0.066894531250 +-0.022338867188 +0.027343750000 +-0.168945312500 +-0.016479492188 +-0.041259765625 +0.031250000000 +0.062011718750 +-0.084472656250 +0.078613281250 +-0.200195312500 +-0.023803710938 +0.034667968750 +0.066406250000 +0.077148437500 +-0.104003906250 +-0.028076171875 +-0.165039062500 +-0.029663085938 +0.224609375000 +0.079101562500 +-0.038330078125 +-0.042236328125 +-0.087890625000 +0.069824218750 +0.064941406250 +0.046875000000 +-0.022827148438 +-0.109863281250 +-0.012634277344 +-0.128906250000 +0.107421875000 +0.087402343750 +0.122558593750 +0.103515625000 +0.261718750000 +0.131835937500 +0.019653320312 +-0.090332031250 +0.075195312500 +0.091796875000 +0.067382812500 +-0.027343750000 +-0.124023437500 +0.057861328125 +-0.119140625000 +-0.062500000000 +-0.072753906250 +-0.152343750000 +-0.026611328125 +-0.092773437500 +0.116699218750 +-0.092285156250 +0.142578125000 +0.017700195312 +0.104492187500 +-0.112792968750 +0.012695312500 +0.011413574219 +-0.080078125000 +-0.026367187500 +0.026123046875 +-0.020996093750 +0.087890625000 +-0.007934570312 +-0.135742187500 +0.194335937500 +0.005432128906 +-0.050048828125 +-0.013671875000 +-0.047607421875 +-0.028076171875 +0.010131835938 +-0.115722656250 +0.112792968750 +-0.092773437500 +0.081054687500 +-0.027587890625 +0.083984375000 +-0.013427734375 +-0.097656250000 +-0.014587402344 +0.037841796875 +0.073242187500 +-0.074707031250 +-0.152343750000 +0.007232666016 +-0.036621093750 +-0.153320312500 +0.090332031250 +-0.056640625000 +-0.003753662109 +0.004974365234 +0.143554687500 +0.064941406250 +-0.089355468750 +0.112792968750 +-0.047851562500 +0.070312500000 +0.075195312500 +-0.125976562500 +0.160156250000 +0.030517578125 +0.031250000000 +0.010742187500 +-0.045654296875 +-0.182617187500 +-0.075195312500 +0.052246093750 +-0.095703125000 +0.034912109375 +-0.178710937500 +-0.185546875000 +0.061279296875 +-0.027587890625 +0.145507812500 +0.046386718750 +-0.210937500000 +-0.106445312500 +-0.076171875000 +0.161132812500 +0.024291992188 +0.064941406250 +0.164062500000 +0.088867187500 +0.008178710938 +0.098144531250 +-0.069824218750 +0.155273437500 +0.118652343750 +0.190429687500 +0.036376953125 +-0.027587890625 +-0.040527343750 +0.099121093750 +0.066894531250 +-0.378906250000 +0.173828125000 +-0.119140625000 +0.045654296875 +0.043212890625 +-0.033935546875 +-0.200195312500 +0.277343750000 +0.057373046875 +0.077636718750 +-0.120605468750 +0.096679687500 +0.063476562500 +-0.027954101562 +0.063476562500 +-0.100585937500 +-0.053222656250 +0.083007812500 +0.031738281250 +-0.047851562500 +-0.131835937500 +-0.008056640625 +-0.033935546875 +-0.197265625000 +0.287109375000 +0.055419921875 +0.054443359375 +0.206054687500 +0.194335937500 +-0.071777343750 +0.050781250000 +-0.009460449219 +0.083984375000 +-0.103027343750 +0.054199218750 +-0.128906250000 +0.077148437500 +0.017456054688 +0.061035156250 +-0.039306640625 +0.096191406250 +-0.032226562500 +-0.024169921875 +0.047119140625 +0.121093750000 +0.075683593750 +0.083007812500 +0.110351562500 +0.030395507812 +0.044921875000 +0.134765625000 +-0.139648437500 +-0.122558593750 +0.116210937500 +-0.063964843750 +-0.114746093750 +0.091308593750 +0.095214843750 +0.184570312500 +-0.009155273438 +0.142578125000 +-0.059570312500 +-0.115722656250 +0.062988281250 +-0.057373046875 +0.066406250000 +0.088867187500 +0.241210937500 +-0.037597656250 +-0.031494140625 +0.020874023438 +-0.170898437500 +-0.140625000000 +0.074707031250 +0.165039062500 +0.613281250000 +0.021362304688 +0.382812500000 +0.090820312500 +0.049804687500 +-0.012939453125 +-0.006530761719 +-0.043457031250 +0.150390625000 +0.038818359375 +0.080566406250 +0.052978515625 +0.081542968750 +0.004608154297 +-0.029174804688 +0.107910156250 +0.137695312500 +0.017211914062 +-0.197265625000 +-0.199218750000 +0.026367187500 +0.090332031250 +-0.108398437500 +0.051025390625 +-0.122070312500 +-0.063476562500 +-0.036621093750 +0.034912109375 +-0.039794921875 +0.129882812500 +-0.000303268433 +-0.155273437500 +-0.030395507812 +-0.010559082031 +0.071777343750 +0.229492187500 +0.080078125000 +-0.036865234375 +-0.029418945312 +-0.124511718750 +-0.073242187500 +-0.086914062500 +0.001754760742 +0.173828125000 +-0.060791015625 +0.217773437500 +0.008911132812 +0.034912109375 +0.241210937500 +0.037109375000 +-0.081054687500 +0.031127929688 +0.133789062500 +-0.127929687500 +0.180664062500 +0.149414062500 +-0.059570312500 +-0.021850585938 +0.085449218750 +-0.078125000000 +-0.248046875000 +-0.034667968750 +-0.075195312500 +0.020996093750 +-0.042724609375 +-0.064453125000 +0.013488769531 +0.046142578125 +0.079101562500 +0.226562500000 +-0.091308593750 +0.123535156250 +0.085449218750 +0.157226562500 +-0.044433593750 +0.027465820312 +-0.051025390625 +-0.026123046875 +0.033691406250 +0.112304687500 +0.010681152344 +-0.156250000000 +-0.027465820312 +-0.120117187500 +-0.099121093750 +0.011779785156 +-0.103027343750 +-0.140625000000 +-0.008239746094 +-0.022827148438 +0.021972656250 +0.175781250000 +-0.002105712891 +-0.096191406250 +0.040283203125 +0.036132812500 +-0.003173828125 +-0.251953125000 +0.161132812500 +-0.086425781250 +-0.125000000000 +-0.003417968750 +0.006805419922 +0.180664062500 +0.082519531250 +0.062500000000 +-0.038818359375 +0.011718750000 +0.141601562500 +-0.096679687500 +0.121582031250 +-0.164062500000 +0.033935546875 +-0.224609375000 +0.079589843750 +0.029785156250 +0.241210937500 +-0.008117675781 +-0.052490234375 +-0.092285156250 +-0.245117187500 +-0.073242187500 +0.106933593750 +0.106933593750 +-0.200195312500 +-0.214843750000 +-0.131835937500 +0.120117187500 +0.267578125000 +-0.059082031250 +-0.015991210938 +-0.029541015625 +0.035400390625 +0.027954101562 +0.075683593750 +0.133789062500 +-0.104492187500 +-0.028686523438 +0.004699707031 +0.080566406250 +-0.050781250000 +-0.119628906250 +0.068847656250 +-0.014221191406 +-0.092773437500 +-0.125000000000 +0.046142578125 +0.141601562500 +0.074707031250 +-0.150390625000 +-0.157226562500 +0.020996093750 +-0.122558593750 +-0.239257812500 +0.120117187500 +0.056640625000 +0.021484375000 +-0.040771484375 +0.107910156250 +-0.048583984375 +0.043212890625 +-0.168945312500 +0.051757812500 +-0.060791015625 +0.007934570312 +0.033935546875 +-0.114746093750 +0.025756835938 +0.037109375000 +-0.124023437500 +-0.003784179688 +-0.069335937500 +-0.121582031250 +0.265625000000 +-0.119628906250 +0.072265625000 +-0.026611328125 +0.019409179688 +0.063964843750 +0.034423828125 +-0.002944946289 +0.073242187500 +0.041259765625 +-0.014648437500 +-0.099121093750 +0.075683593750 +0.013854980469 +-0.117675781250 +0.005035400391 +-0.209960937500 +-0.003860473633 +-0.095703125000 +-0.173828125000 +-0.101074218750 +0.054199218750 +0.126953125000 +-0.032470703125 +-0.113769531250 +0.030761718750 +0.052490234375 +-0.044433593750 +0.056152343750 +0.067382812500 +0.231445312500 +-0.147460937500 +-0.026489257812 +-0.006713867188 +0.087890625000 +0.024658203125 +-0.000329971313 +-0.024658203125 +-0.022827148438 +-0.112792968750 +0.037109375000 +0.123535156250 +-0.111328125000 +0.101562500000 +-0.079101562500 +-0.077636718750 +-0.107910156250 +0.141601562500 +0.127929687500 +-0.147460937500 +-0.132812500000 +-0.111328125000 +0.115722656250 +0.080566406250 +0.080078125000 +0.132812500000 +0.146484375000 +-0.110351562500 +0.150390625000 +0.087890625000 +0.023803710938 +0.070312500000 +-0.003295898438 +0.152343750000 +-0.151367187500 +0.020141601562 +0.304687500000 +-0.120117187500 +-0.009765625000 +0.007232666016 +-0.172851562500 +-0.141601562500 +-0.087402343750 +0.132812500000 +-0.083496093750 +-0.029907226562 +-0.012756347656 +-0.144531250000 +0.056884765625 +0.006652832031 +0.040039062500 +-0.029785156250 +0.124023437500 +0.016235351562 +0.075195312500 +0.090820312500 +-0.061035156250 +0.053710937500 +0.177734375000 +-0.041259765625 +-0.039306640625 +-0.048828125000 +0.001602172852 +0.060058593750 +-0.218750000000 +-0.101562500000 +0.098144531250 +0.006408691406 +-0.005340576172 +-0.093750000000 +-0.124511718750 +-0.024780273438 +0.005920410156 +-0.097656250000 +-0.118652343750 +0.062500000000 +0.048339843750 +0.037109375000 +0.024536132812 +-0.065917968750 +0.085937500000 +-0.147460937500 +-0.010070800781 +-0.029052734375 +0.004547119141 +-0.125000000000 +-0.108886718750 +-0.019531250000 +0.156250000000 +-0.047363281250 +0.062988281250 +-0.086914062500 +-0.046142578125 +-0.062011718750 +-0.017700195312 +-0.055419921875 +-0.163085937500 +-0.068359375000 +-0.040039062500 +-0.033447265625 +0.024047851562 +0.032714843750 +0.055175781250 +-0.007995605469 +0.213867187500 +0.055664062500 +0.073242187500 +0.138671875000 +0.002929687500 +-0.029663085938 +-0.011901855469 +0.030273437500 +-0.047607421875 +-0.152343750000 +0.065917968750 +0.065429687500 +-0.020751953125 +0.163085937500 +0.104980468750 +0.100585937500 +0.146484375000 +-0.000134468079 +0.133789062500 +-0.098632812500 +-0.069335937500 +-0.111816406250 +-0.036621093750 +-0.112304687500 +-0.117187500000 +0.092773437500 +0.011047363281 +0.050537109375 +-0.186523437500 +-0.155273437500 +-0.116699218750 +0.030151367188 +0.041503906250 +0.019409179688 +0.010192871094 +-0.080078125000 +-0.099609375000 +0.010131835938 +-0.240234375000 +-0.075195312500 +-0.010009765625 +0.114746093750 +0.025390625000 +-0.192382812500 +-0.007629394531 +0.124023437500 +0.061767578125 +-0.179687500000 +0.000377655029 +-0.096679687500 +-0.099609375000 +0.085937500000 +-0.045898437500 +0.067871093750 +-0.039062500000 +0.069824218750 +0.085937500000 +-0.092773437500 +0.000352859497 +0.012756347656 +-0.030151367188 +-0.082031250000 +0.063476562500 +-0.004425048828 +0.246093750000 +0.172851562500 +-0.016357421875 +-0.172851562500 +0.106445312500 +-0.076171875000 +-0.055908203125 +0.100585937500 +0.137695312500 +0.038818359375 +0.062500000000 +0.137695312500 +0.157226562500 +0.192382812500 +0.146484375000 +-0.142578125000 +0.036132812500 +0.144531250000 +-0.127929687500 +-0.055664062500 +0.117187500000 +0.067871093750 +-0.061523437500 +-0.037597656250 +-0.200195312500 +0.036621093750 +0.236328125000 +-0.120605468750 +-0.071777343750 +0.006988525391 +-0.065429687500 +0.022216796875 +-0.046386718750 +-0.051757812500 +0.051513671875 +0.084472656250 +-0.074707031250 +0.054687500000 +0.067871093750 +-0.019897460938 +0.046875000000 +-0.072265625000 +0.004730224609 +-0.018188476562 +0.061523437500 +-0.000865936279 +0.101074218750 +0.021484375000 +0.133789062500 +0.081054687500 +-0.063964843750 +-0.118652343750 +0.125000000000 +-0.084472656250 +-0.003662109375 +-0.048339843750 +-0.110351562500 +0.072753906250 +-0.089843750000 +0.016479492188 +0.051025390625 +-0.061035156250 +-0.044189453125 +-0.083007812500 +0.126953125000 +0.088867187500 +0.077636718750 +0.149414062500 +-0.122070312500 +0.057373046875 +0.132812500000 +0.076660156250 +-0.055908203125 +-0.241210937500 +0.060302734375 +-0.032958984375 +-0.067382812500 +-0.017089843750 +0.095703125000 +0.058349609375 +0.076171875000 +0.099609375000 +-0.055908203125 +-0.032958984375 +-0.009216308594 +-0.130859375000 +-0.077148437500 +-0.083007812500 +-0.023315429688 +0.003189086914 +-0.022827148438 +0.018554687500 +0.076171875000 +-0.036376953125 +0.168945312500 +-0.040039062500 +0.017089843750 +-0.027465820312 +0.116210937500 +-0.169921875000 +0.046630859375 +0.063476562500 +0.201171875000 +0.102050781250 +0.000713348389 +-0.080566406250 +0.109375000000 +0.013244628906 +-0.109863281250 +0.106445312500 +0.049560546875 +0.060302734375 +-0.038330078125 +-0.172851562500 +0.146484375000 +0.128906250000 +0.050048828125 +0.033203125000 +0.102539062500 +-0.021728515625 +0.051513671875 +0.089355468750 +0.164062500000 +0.143554687500 +-0.095214843750 +0.048828125000 +0.074218750000 +-0.171875000000 +-0.108398437500 +-0.009399414062 +-0.205078125000 +0.072753906250 +-0.007324218750 +0.020996093750 +0.130859375000 +-0.119140625000 +0.099609375000 +0.175781250000 +-0.030639648438 +-0.137695312500 +0.013610839844 +0.273437500000 +-0.041259765625 +-0.008483886719 +0.058349609375 +-0.016357421875 +0.090820312500 +-0.025512695312 +-0.067871093750 +0.092285156250 +0.040771484375 +0.024291992188 +0.192382812500 +0.034667968750 +0.044189453125 +0.061523437500 +0.104492187500 +0.118164062500 +-0.083007812500 +-0.011047363281 +-0.094726562500 +-0.068847656250 +-0.104980468750 +-0.102050781250 +-0.071777343750 +0.059814453125 +-0.127929687500 +-0.062988281250 +-0.159179687500 +0.136718750000 +-0.037841796875 +-0.119140625000 +0.117187500000 +0.116210937500 +0.136718750000 +0.015136718750 +0.033935546875 +0.010620117188 +0.113281250000 +-0.007385253906 +0.141601562500 +-0.027221679688 +0.130859375000 +-0.132812500000 +0.062011718750 +0.105468750000 +0.170898437500 +-0.132812500000 +0.085937500000 +0.026123046875 +-0.006225585938 +-0.051513671875 +-0.279296875000 +-0.088378906250 +0.079589843750 +-0.125976562500 +-0.021728515625 +0.257812500000 +0.036865234375 +-0.195312500000 +0.150390625000 +-0.062988281250 +0.005889892578 +-0.172851562500 +-0.063964843750 +0.173828125000 +0.063476562500 +0.046875000000 +-0.093261718750 +-0.103027343750 +0.090332031250 +-0.052001953125 +0.077148437500 +0.075683593750 +0.098144531250 +-0.000130653381 +0.144531250000 +0.124023437500 +-0.007537841797 +0.008056640625 +-0.116699218750 +-0.004119873047 +0.099609375000 +-0.113769531250 +0.027709960938 +0.026123046875 +0.015258789062 +-0.144531250000 +-0.083007812500 +-0.076171875000 +0.089355468750 +-0.033447265625 +0.025512695312 +0.233398437500 +-0.038818359375 +-0.074218750000 +-0.041503906250 +0.255859375000 +-0.049072265625 +0.004791259766 +0.008789062500 +-0.032714843750 +0.072753906250 +0.021850585938 +-0.100585937500 +0.039306640625 +0.022827148438 +0.091308593750 +0.111328125000 +-0.046386718750 +-0.112792968750 +0.020263671875 +-0.088378906250 +-0.019775390625 +-0.052734375000 +0.103515625000 +-0.128906250000 +-0.148437500000 +0.070312500000 +0.091308593750 +0.099121093750 +0.076660156250 +0.025878906250 +0.019775390625 +-0.120605468750 +0.213867187500 +-0.063964843750 +-0.049316406250 +-0.153320312500 +0.038574218750 +-0.062500000000 +-0.111328125000 +-0.011169433594 +-0.062011718750 +0.036376953125 +0.074218750000 +0.002243041992 +-0.062011718750 +-0.081054687500 +-0.136718750000 +-0.088867187500 +0.055664062500 +-0.263671875000 +0.001525878906 +0.014770507812 +0.038818359375 +-0.016601562500 +-0.124023437500 +0.296875000000 +-0.019531250000 +0.000530242920 +-0.051269531250 +-0.096191406250 +0.109863281250 +0.002059936523 +-0.108886718750 +0.069335937500 +-0.200195312500 +0.215820312500 +-0.125976562500 +-0.011169433594 +-0.107421875000 +0.009826660156 +0.056152343750 +0.000419616699 +0.148437500000 +-0.065917968750 +-0.011047363281 +0.177734375000 +-0.112792968750 +0.105957031250 +-0.112792968750 +-0.081542968750 +0.089843750000 +0.251953125000 +-0.119628906250 +0.013977050781 +-0.150390625000 +-0.068359375000 +0.078613281250 +-0.166992187500 +-0.041015625000 +0.032958984375 +0.078613281250 +-0.031494140625 +0.304687500000 +-0.028076171875 +-0.119628906250 +0.002807617188 +-0.067871093750 +-0.027832031250 +-0.010620117188 +-0.134765625000 +-0.044921875000 +0.033203125000 +0.124511718750 +-0.108886718750 +0.100097656250 +-0.238281250000 +-0.081542968750 +0.131835937500 +0.046386718750 +0.235351562500 +0.077148437500 +0.000134468079 +-0.054443359375 +-0.031982421875 +-0.146484375000 +0.125976562500 +-0.005340576172 +-0.120605468750 +-0.182617187500 +-0.023315429688 +0.099609375000 +-0.169921875000 +0.080566406250 +-0.166992187500 +-0.052734375000 +-0.019775390625 +-0.127929687500 +-0.117187500000 +0.055419921875 +-0.000667572021 +-0.145507812500 +0.039794921875 +-0.015502929688 +-0.043701171875 +-0.367187500000 +-0.085937500000 +0.097656250000 +0.108886718750 +-0.246093750000 +-0.179687500000 +0.016479492188 +0.081542968750 +-0.027465820312 +0.024047851562 +0.098632812500 +-0.110839843750 +0.166015625000 +-0.032958984375 +-0.110351562500 +0.057861328125 +0.102539062500 +0.022216796875 +0.115234375000 +0.068847656250 +-0.047607421875 +-0.015075683594 +0.022094726562 +-0.008239746094 +0.009582519531 +-0.000364303589 +0.034179687500 +0.140625000000 +-0.030029296875 +-0.061279296875 +0.271484375000 +0.037841796875 +0.048828125000 +0.126953125000 +0.117187500000 +-0.123046875000 +0.081054687500 +0.135742187500 +0.060791015625 +-0.102050781250 +0.034179687500 +0.066894531250 +0.051513671875 +-0.111328125000 +0.038085937500 +0.060791015625 +-0.084472656250 +-0.095214843750 +-0.045410156250 +-0.114746093750 +-0.057128906250 +0.096679687500 +0.066894531250 +0.081542968750 +0.123046875000 +0.143554687500 +0.096191406250 +-0.166015625000 +-0.045166015625 +0.203125000000 +0.174804687500 +-0.080078125000 +-0.002044677734 +-0.023315429688 +-0.033691406250 +0.171875000000 +0.092285156250 +0.093261718750 +0.100097656250 +0.100097656250 +0.122558593750 +-0.044433593750 +-0.113281250000 +-0.052490234375 +0.073242187500 +-0.060058593750 +-0.007232666016 +-0.021728515625 +0.182617187500 +0.241210937500 +-0.046630859375 +0.170898437500 +0.007263183594 +0.111816406250 +-0.070800781250 +-0.101074218750 +0.208984375000 +0.063476562500 +-0.075195312500 +0.089355468750 +-0.053222656250 +-0.199218750000 +-0.119628906250 +-0.009582519531 +-0.047363281250 +0.040283203125 +0.203125000000 +-0.050048828125 +0.092285156250 +-0.112792968750 +-0.071777343750 +-0.079589843750 +-0.066894531250 +-0.089843750000 +0.088378906250 +0.093750000000 +-0.030639648438 +-0.099121093750 +-0.143554687500 +0.025146484375 +-0.062011718750 +0.064941406250 +-0.162109375000 +0.115234375000 +0.086914062500 +-0.012634277344 +0.086425781250 +-0.048095703125 +-0.097167968750 +0.046386718750 +0.126953125000 +0.059814453125 +0.032958984375 +-0.048583984375 +-0.136718750000 +0.042968750000 +0.468750000000 +0.084472656250 +0.098144531250 +0.088378906250 +0.166015625000 +0.085937500000 +-0.087890625000 +-0.074707031250 +-0.012695312500 +-0.233398437500 +0.144531250000 +0.143554687500 +0.144531250000 +0.080566406250 +0.043701171875 +0.063964843750 +-0.035156250000 +0.196289062500 +-0.035644531250 +0.012756347656 +0.098632812500 +0.035644531250 +-0.081542968750 +0.087890625000 +0.021850585938 +-0.141601562500 +-0.259765625000 +0.147460937500 +-0.141601562500 +0.045654296875 +-0.069335937500 +-0.153320312500 +0.187500000000 +-0.092285156250 +0.088867187500 +-0.061767578125 +-0.231445312500 +-0.046386718750 +0.054931640625 +-0.069824218750 +-0.041748046875 +-0.022094726562 +0.086914062500 +-0.081054687500 +0.031494140625 +-0.040527343750 +-0.022949218750 +-0.011901855469 +0.128906250000 +0.165039062500 +0.023803710938 +0.015502929688 +0.043701171875 +-0.219726562500 +0.014465332031 +0.035156250000 +-0.005157470703 +-0.014831542969 +-0.004547119141 +0.128906250000 +-0.074707031250 +-0.093750000000 +0.027954101562 +-0.011474609375 +0.122070312500 +-0.013183593750 +-0.057861328125 +-0.095214843750 +0.003128051758 +0.188476562500 +-0.133789062500 +-0.029541015625 +0.084960937500 +-0.003067016602 +-0.071289062500 +-0.094238281250 +-0.073730468750 +-0.031005859375 +0.062011718750 +-0.001831054688 +-0.005706787109 +0.030029296875 +-0.063476562500 +-0.077636718750 +0.108398437500 +0.209960937500 +0.171875000000 +-0.117675781250 +0.165039062500 +0.124511718750 +0.146484375000 +0.109863281250 +-0.108398437500 +0.061767578125 +-0.039306640625 +-0.036621093750 +-0.065917968750 +-0.075195312500 +-0.057617187500 +0.072753906250 +0.092773437500 +-0.087890625000 +0.184570312500 +0.161132812500 +0.064453125000 +-0.003845214844 +-0.084960937500 +0.077148437500 +0.091308593750 +0.039550781250 +-0.081054687500 +0.064453125000 +0.037353515625 +0.108886718750 +0.102539062500 +0.020507812500 +0.111328125000 +-0.098632812500 +0.082031250000 +-0.083984375000 +-0.027221679688 +-0.132812500000 +0.220703125000 +-0.076660156250 +0.032958984375 +0.020874023438 +-0.189453125000 +0.014160156250 +0.060546875000 +-0.006805419922 +-0.183593750000 +0.189453125000 +-0.034423828125 +0.085937500000 +0.122558593750 +-0.097167968750 +0.036865234375 +-0.013061523438 +-0.166992187500 +-0.032226562500 +0.050781250000 +-0.123046875000 +-0.042236328125 +-0.053955078125 +0.059326171875 +-0.176757812500 +0.049316406250 +0.041503906250 +-0.131835937500 +0.162109375000 +-0.081542968750 +-0.003967285156 +0.203125000000 +0.039794921875 +0.141601562500 +-0.104003906250 +-0.161132812500 +-0.032470703125 +0.041748046875 +-0.072265625000 +0.204101562500 +-0.049072265625 +0.160156250000 +-0.183593750000 +-0.089355468750 +0.012512207031 +-0.154296875000 +0.042236328125 +-0.087402343750 +-0.169921875000 +-0.120605468750 +0.043701171875 +0.001594543457 +-0.044189453125 +-0.089843750000 +-0.082031250000 +-0.049072265625 +-0.052490234375 +-0.261718750000 +0.012756347656 +0.058105468750 +-0.279296875000 +-0.042236328125 +0.078613281250 +-0.094726562500 +-0.164062500000 +0.114746093750 +-0.165039062500 +0.057861328125 +0.013977050781 +0.053710937500 +-0.179687500000 +-0.043945312500 +-0.057128906250 +0.003799438477 +-0.072753906250 +0.028564453125 +-0.015747070312 +0.111816406250 +0.013488769531 +-0.127929687500 +-0.102539062500 +-0.084472656250 +-0.153320312500 +-0.131835937500 +-0.006866455078 +0.043945312500 +-0.134765625000 +0.004333496094 +0.104980468750 +0.008605957031 +-0.053710937500 +-0.164062500000 +0.226562500000 +-0.071289062500 +0.042480468750 +0.139648437500 +-0.223632812500 +0.040283203125 +0.062011718750 +-0.093261718750 +0.125976562500 +-0.020507812500 +-0.012756347656 +0.089355468750 +-0.008056640625 +0.081054687500 +0.003555297852 +-0.191406250000 +0.144531250000 +-0.001701354980 +0.036621093750 +-0.043945312500 +0.192382812500 +0.113281250000 +-0.202148437500 +0.017333984375 +-0.039794921875 +0.040283203125 +-0.103515625000 +0.117675781250 +-0.133789062500 +0.105957031250 +-0.088867187500 +0.074218750000 +0.080078125000 +-0.096191406250 +0.012878417969 +0.113281250000 +-0.178710937500 +-0.061767578125 +-0.001655578613 +0.237304687500 +-0.069335937500 +0.046386718750 +-0.116699218750 +-0.147460937500 +0.006439208984 +0.138671875000 +-0.061279296875 +0.096679687500 +0.021484375000 +0.041015625000 +0.243164062500 +-0.083984375000 +0.085937500000 +0.030273437500 +-0.197265625000 +-0.083007812500 +-0.015136718750 +0.223632812500 +-0.032226562500 +0.034667968750 +-0.068359375000 +-0.106933593750 +-0.126953125000 +-0.014709472656 +-0.070800781250 +0.064453125000 +-0.107421875000 +0.028564453125 +0.017089843750 +-0.106445312500 +-0.146484375000 +-0.012329101562 +-0.045166015625 +0.042724609375 +0.001708984375 +0.488281250000 +-0.013916015625 +-0.079589843750 +0.040527343750 +-0.129882812500 +-0.083007812500 +0.101562500000 +-0.038818359375 +0.037109375000 +-0.006805419922 +-0.125000000000 +0.028930664062 +0.103027343750 +-0.038085937500 +0.013000488281 +-0.065429687500 +0.122558593750 +0.003524780273 +-0.068847656250 +-0.031005859375 +0.015136718750 +-0.126953125000 +0.023559570312 +0.082031250000 +0.064453125000 +0.000774383545 +-0.052001953125 +0.054443359375 +-0.032714843750 +-0.047119140625 +0.001754760742 +-0.099121093750 +0.015625000000 +-0.103515625000 +-0.041015625000 +-0.160156250000 +-0.079589843750 +0.020874023438 +-0.006286621094 +-0.060058593750 +-0.096191406250 +0.054199218750 +-0.049560546875 +0.050537109375 +0.020019531250 +0.034667968750 +0.067871093750 +-0.038574218750 +-0.030029296875 +-0.119140625000 +0.033203125000 +0.166015625000 +-0.149414062500 +-0.036865234375 +0.005187988281 +-0.125000000000 +-0.096679687500 +0.185546875000 +0.075683593750 +-0.208984375000 +0.028564453125 +0.010803222656 +-0.039794921875 +-0.052001953125 +-0.045654296875 +-0.072265625000 +0.047607421875 +-0.005554199219 +-0.105468750000 +-0.053710937500 +0.098632812500 +-0.008911132812 +0.017211914062 +-0.039794921875 +-0.119140625000 +0.034179687500 +0.125976562500 +-0.115234375000 +0.104492187500 +-0.096191406250 +-0.144531250000 +0.142578125000 +-0.022583007812 +-0.111328125000 +0.151367187500 +0.014770507812 +-0.121093750000 +0.046142578125 +-0.092285156250 +0.048828125000 +0.081054687500 +0.062988281250 +0.000240325928 +0.052978515625 +-0.065429687500 +0.006835937500 +0.063964843750 +0.016845703125 +0.113281250000 +-0.101074218750 +0.059570312500 +-0.078125000000 +-0.121093750000 +0.166992187500 +-0.163085937500 +0.045654296875 +0.017089843750 +0.019165039062 +0.026977539062 +0.003204345703 +0.029663085938 +0.213867187500 +0.081054687500 +-0.106933593750 +-0.077148437500 +0.063476562500 +0.016601562500 +-0.121093750000 +-0.001106262207 +-0.121093750000 +0.062255859375 +0.072265625000 +-0.105957031250 +-0.000930786133 +0.085937500000 +-0.012512207031 +-0.065917968750 +0.007415771484 +0.223632812500 +-0.047851562500 +0.359375000000 +0.137695312500 +-0.133789062500 +0.231445312500 +0.089355468750 +-0.013916015625 +-0.029785156250 +-0.082031250000 +-0.076171875000 +0.033691406250 +-0.097167968750 +-0.054199218750 +-0.021972656250 +0.027099609375 +-0.013305664062 +0.103515625000 +0.032958984375 +-0.112304687500 +0.016357421875 +-0.178710937500 +0.013305664062 +0.019165039062 +0.041503906250 +0.183593750000 +-0.056152343750 +-0.107421875000 +-0.084960937500 +0.002807617188 +-0.008789062500 +-0.103027343750 +-0.103027343750 +-0.006988525391 +-0.001136779785 +-0.030639648438 +-0.003143310547 +-0.000347137451 +-0.081542968750 +0.186523437500 +0.009765625000 +-0.006500244141 +0.120605468750 +-0.053466796875 +0.026489257812 +-0.084472656250 +-0.000362396240 +0.079101562500 +-0.089355468750 +0.018310546875 +0.090820312500 +0.152343750000 +-0.114257812500 +-0.015625000000 +0.091796875000 +0.145507812500 +-0.109863281250 +0.020874023438 +-0.025756835938 +0.137695312500 +0.043701171875 +0.023193359375 +0.201171875000 +0.076660156250 +-0.046142578125 +-0.143554687500 +0.036865234375 +0.106933593750 +0.105957031250 +0.078125000000 +0.070800781250 +-0.001403808594 +-0.058105468750 +-0.066406250000 +-0.103515625000 +-0.102539062500 +0.143554687500 +0.086425781250 +-0.045654296875 +0.095214843750 +0.155273437500 +0.079101562500 +0.017089843750 +-0.068847656250 +0.149414062500 +-0.044189453125 +0.037109375000 +-0.079101562500 +-0.208984375000 +-0.049072265625 +-0.125000000000 +0.079101562500 +0.133789062500 +0.039550781250 +0.030517578125 +0.020141601562 +0.104003906250 +0.104003906250 +0.120605468750 +-0.046630859375 +-0.048583984375 +-0.038330078125 +-0.067382812500 +0.059570312500 +-0.183593750000 +-0.160156250000 +-0.125976562500 +0.100585937500 +0.113769531250 +-0.090332031250 +0.061767578125 +-0.183593750000 +0.047363281250 +0.121093750000 +-0.057861328125 +-0.077148437500 +-0.021118164062 +0.041748046875 +0.025512695312 +-0.016357421875 +0.060546875000 +0.073730468750 +0.200195312500 +0.112304687500 +-0.011352539062 +-0.055908203125 +-0.119628906250 +-0.001556396484 +-0.157226562500 +-0.042724609375 +-0.041015625000 +0.074707031250 +0.077148437500 +0.165039062500 +-0.012878417969 +0.174804687500 +0.151367187500 +-0.004882812500 +0.168945312500 +0.003814697266 +0.001785278320 +-0.088867187500 +0.093261718750 +0.016723632812 +0.077636718750 +-0.055908203125 +-0.043945312500 +0.189453125000 +-0.048583984375 +-0.182617187500 +-0.048583984375 +0.149414062500 +-0.032958984375 +0.104980468750 +-0.095214843750 +0.159179687500 +0.102539062500 +-0.139648437500 +0.241210937500 +0.039062500000 +0.065429687500 +-0.134765625000 +0.085449218750 +-0.117675781250 +-0.002838134766 +-0.036376953125 +0.052001953125 +0.032226562500 +0.137695312500 +-0.223632812500 +-0.026123046875 +-0.168945312500 +-0.162109375000 +0.162109375000 +0.014221191406 +0.028442382812 +0.101074218750 +0.111328125000 +0.003509521484 +-0.218750000000 +0.117675781250 +-0.069824218750 +0.107910156250 +0.038330078125 +0.070312500000 +0.009094238281 +0.128906250000 +0.062988281250 +0.081054687500 +0.047607421875 +0.061767578125 +0.029785156250 +0.108886718750 +-0.002014160156 +0.034423828125 +0.167968750000 +0.049316406250 +0.220703125000 +-0.083007812500 +-0.046386718750 +-0.123535156250 +-0.004028320312 +0.030639648438 +0.079589843750 +-0.014038085938 +-0.027343750000 +-0.078125000000 +0.112792968750 +-0.003250122070 +0.208007812500 +-0.059326171875 +0.149414062500 +-0.107421875000 +0.081054687500 +0.028686523438 +-0.070800781250 +-0.006378173828 +-0.067871093750 +0.009033203125 +0.040771484375 +-0.181640625000 +0.004425048828 +0.035888671875 +-0.119140625000 +0.048828125000 +-0.007019042969 +0.071289062500 +0.008483886719 +0.032470703125 +-0.021362304688 +-0.051513671875 +0.025756835938 +-0.064453125000 +-0.117675781250 +-0.097167968750 +-0.006683349609 +0.202148437500 +-0.030883789062 +0.151367187500 +0.229492187500 +-0.155273437500 +0.122558593750 +0.107910156250 +0.184570312500 +-0.026855468750 +0.047119140625 +-0.050292968750 +0.039306640625 +-0.019042968750 +0.113769531250 +0.005126953125 +-0.147460937500 +-0.086914062500 +-0.144531250000 +0.092773437500 +0.012939453125 +0.197265625000 +0.089843750000 +-0.106933593750 +0.213867187500 +-0.050537109375 +0.147460937500 +0.127929687500 +0.079101562500 +-0.030029296875 +0.041992187500 +0.002166748047 +0.107910156250 +-0.005126953125 +-0.134765625000 +0.022094726562 +-0.072265625000 +0.131835937500 +-0.108886718750 +0.036621093750 +0.121093750000 +0.027587890625 +-0.034912109375 +0.030761718750 +-0.115722656250 +0.058593750000 +-0.106933593750 +-0.143554687500 +0.038818359375 +0.023071289062 +-0.193359375000 +0.064453125000 +-0.047851562500 +0.037353515625 +0.010131835938 +-0.118164062500 +-0.028442382812 +-0.148437500000 +0.083496093750 +0.112792968750 +-0.116699218750 +-0.020385742188 +0.009704589844 +-0.030639648438 +0.159179687500 +-0.017089843750 +-0.077148437500 +-0.139648437500 +-0.126953125000 +-0.106933593750 +0.079589843750 +-0.067382812500 +-0.119628906250 +0.098144531250 +-0.197265625000 +0.150390625000 +-0.082031250000 +-0.144531250000 +0.098144531250 +-0.003555297852 +0.122558593750 +0.064453125000 +0.097167968750 +-0.035400390625 +-0.075683593750 +-0.087402343750 +0.031494140625 +0.032958984375 +-0.176757812500 +0.126953125000 +0.084960937500 +0.018676757812 +-0.035400390625 +0.159179687500 +-0.046875000000 +0.199218750000 +0.111816406250 +-0.123046875000 +-0.041748046875 +-0.153320312500 +-0.032470703125 +-0.001731872559 +0.072265625000 +-0.150390625000 +0.154296875000 +0.043212890625 +-0.014099121094 +0.183593750000 +0.009582519531 +0.027221679688 +0.040527343750 +0.141601562500 +-0.046142578125 +0.100585937500 +0.037597656250 +0.008056640625 +-0.018554687500 +-0.022460937500 +0.049804687500 +0.031250000000 +-0.001388549805 +0.082031250000 +0.096679687500 +-0.027221679688 +-0.009216308594 +-0.083496093750 +0.153320312500 +0.065917968750 +0.094238281250 +-0.058593750000 +-0.085449218750 +0.066894531250 +-0.057128906250 +-0.100585937500 +-0.158203125000 +0.046875000000 +0.015380859375 +0.043457031250 +0.066894531250 +-0.075683593750 +-0.090820312500 +0.062500000000 +0.142578125000 +-0.089843750000 +-0.160156250000 +0.030395507812 +-0.027465820312 +0.022827148438 +-0.195312500000 +0.047119140625 +0.005157470703 +-0.121093750000 +0.037841796875 +-0.176757812500 +-0.072265625000 +-0.104003906250 +-0.003356933594 +0.141601562500 +-0.104492187500 +0.076660156250 +0.065429687500 +0.061767578125 +-0.174804687500 +0.096191406250 +-0.090332031250 +-0.154296875000 +0.157226562500 +0.231445312500 +-0.152343750000 +-0.066406250000 +-0.076171875000 +-0.020629882812 +-0.064941406250 +0.068847656250 +-0.006683349609 +-0.103515625000 +0.081542968750 +-0.087890625000 +-0.027832031250 +-0.108886718750 +0.130859375000 +-0.126953125000 +-0.022338867188 +0.080566406250 +0.107910156250 +0.012939453125 +-0.059814453125 +0.052246093750 +0.082031250000 +-0.194335937500 +-0.022094726562 +0.012451171875 +0.033935546875 +0.132812500000 +-0.082031250000 +0.125000000000 +-0.158203125000 +-0.053710937500 +-0.060058593750 +0.125000000000 +-0.137695312500 +0.202148437500 +0.043945312500 +0.153320312500 +0.162109375000 +0.101074218750 +-0.034423828125 +0.056152343750 +0.028198242188 +-0.001731872559 +-0.191406250000 +-0.044677734375 +-0.064453125000 +-0.036621093750 +-0.020507812500 +-0.080566406250 +-0.061279296875 +-0.123046875000 +0.066406250000 +-0.027099609375 +-0.068847656250 +-0.015258789062 +0.077636718750 +0.051757812500 +0.049316406250 +-0.094238281250 +-0.031982421875 +0.038085937500 +-0.001724243164 +-0.122070312500 +0.030883789062 +-0.146484375000 +-0.115234375000 +0.194335937500 +0.023315429688 +0.003997802734 +0.106933593750 +-0.094238281250 +0.074707031250 +-0.129882812500 +-0.061279296875 +0.116210937500 +-0.008300781250 +0.028442382812 +-0.147460937500 +0.019897460938 +-0.014587402344 +0.018310546875 +-0.146484375000 +-0.001083374023 +-0.171875000000 +-0.002136230469 +0.065429687500 +-0.032226562500 +0.029052734375 +-0.005767822266 +-0.000488281250 +-0.058349609375 +-0.040283203125 +0.041992187500 +0.053466796875 +-0.114257812500 +-0.033691406250 +-0.061279296875 +-0.125000000000 +-0.029296875000 +-0.008483886719 +0.053955078125 +-0.116699218750 +0.015563964844 +-0.106933593750 +0.014038085938 +-0.093750000000 +0.045166015625 +-0.053955078125 +0.042236328125 +0.022094726562 +0.053222656250 +0.147460937500 +0.118164062500 +-0.057861328125 +-0.061523437500 +-0.062500000000 +-0.055664062500 +-0.020629882812 +-0.145507812500 +-0.019775390625 +0.068847656250 +-0.043701171875 +0.017944335938 +-0.045410156250 +0.015625000000 +0.025146484375 +-0.057128906250 +0.030273437500 +0.000457763672 +0.076660156250 +-0.003112792969 +0.062255859375 +-0.176757812500 +0.076660156250 +0.048339843750 +0.073730468750 +-0.179687500000 +0.048095703125 +-0.105957031250 +-0.038574218750 +-0.028564453125 +0.114257812500 +-0.023315429688 +0.037841796875 +0.052246093750 +0.098632812500 +0.072265625000 +0.049072265625 +0.116699218750 +-0.133789062500 +0.197265625000 +0.167968750000 +0.135742187500 +0.099609375000 +-0.030883789062 +0.063476562500 +-0.010314941406 +-0.100097656250 +-0.131835937500 +0.017944335938 +0.036621093750 +-0.052001953125 +-0.012145996094 +-0.121582031250 +0.092773437500 +0.058593750000 +0.144531250000 +0.041503906250 +-0.012023925781 +0.070800781250 +-0.079101562500 +-0.044677734375 +0.107421875000 +0.002517700195 +0.100585937500 +-0.143554687500 +0.101562500000 +-0.044433593750 +0.005249023438 +-0.036865234375 +0.017578125000 +-0.050537109375 +0.094238281250 +0.021606445312 +-0.213867187500 +-0.052978515625 +0.029907226562 +-0.006439208984 +0.083007812500 +-0.022949218750 +-0.007690429688 +0.223632812500 +-0.003311157227 +0.076171875000 +0.084960937500 +0.041748046875 +0.147460937500 +-0.104492187500 +0.008728027344 +0.090820312500 +-0.108886718750 +0.018920898438 +0.043701171875 +0.042480468750 +0.093261718750 +0.091796875000 +0.036621093750 +0.143554687500 +0.127929687500 +0.025024414062 +-0.113769531250 +0.025878906250 +-0.003295898438 +0.071777343750 +0.087890625000 +0.022216796875 +0.053466796875 +0.070800781250 +-0.012634277344 +0.010009765625 +-0.028198242188 +-0.236328125000 +-0.017822265625 +-0.029541015625 +-0.039306640625 +0.007537841797 +-0.096191406250 +-0.025878906250 +0.118164062500 +0.175781250000 +0.283203125000 +-0.110351562500 +0.116210937500 +0.014282226562 +0.019531250000 +0.036865234375 +-0.003753662109 +0.042968750000 +0.072265625000 +0.066406250000 +0.019897460938 +-0.076171875000 +-0.018920898438 +0.028808593750 +0.070800781250 +0.169921875000 +0.050781250000 +-0.074218750000 +-0.088378906250 +-0.221679687500 +-0.162109375000 +-0.054931640625 +-0.029418945312 +-0.100097656250 +0.073242187500 +-0.134765625000 +0.010131835938 +0.034912109375 +-0.089843750000 +-0.221679687500 +-0.020019531250 +-0.236328125000 +-0.065917968750 +0.116699218750 +0.026245117188 +0.054931640625 +0.089355468750 +-0.070800781250 +-0.193359375000 +0.064941406250 +0.065429687500 +0.105957031250 +-0.062255859375 +0.065917968750 +-0.004608154297 +0.049560546875 +0.046386718750 +0.154296875000 +-0.105957031250 +-0.066406250000 +0.089843750000 +0.129882812500 +0.029052734375 +0.141601562500 +-0.018554687500 +-0.190429687500 +-0.082031250000 +0.072265625000 +0.062500000000 +0.333984375000 +-0.047851562500 +0.133789062500 +0.106933593750 +0.090820312500 +0.130859375000 +-0.022338867188 +-0.136718750000 +0.031982421875 +0.057617187500 +-0.098144531250 +-0.042724609375 +-0.052490234375 +0.134765625000 +-0.147460937500 +0.093261718750 +-0.031494140625 +-0.174804687500 +-0.057373046875 +-0.004547119141 +-0.161132812500 +0.041503906250 +0.025390625000 +0.047363281250 +-0.022094726562 +-0.052490234375 +0.027221679688 +0.022216796875 +0.234375000000 +0.068847656250 +0.084960937500 +0.068359375000 +0.045410156250 +0.011047363281 +0.069335937500 +0.046875000000 +-0.058105468750 +-0.140625000000 +0.029663085938 +0.074707031250 +0.082519531250 +0.088867187500 +-0.009460449219 +-0.006774902344 +-0.009765625000 +-0.006072998047 +0.058837890625 +0.016479492188 +-0.011474609375 +-0.026123046875 +0.147460937500 +-0.048828125000 +0.128906250000 +0.091796875000 +-0.101562500000 +0.065917968750 +-0.121093750000 +-0.011474609375 +-0.071777343750 +0.010864257812 +-0.055419921875 +0.123535156250 +-0.057861328125 +0.096679687500 +0.006439208984 +-0.085449218750 +0.064941406250 +0.118164062500 +0.161132812500 +0.158203125000 +-0.147460937500 +-0.049316406250 +-0.141601562500 +-0.092285156250 +0.115722656250 +-0.078613281250 +-0.050048828125 +0.190429687500 +0.024658203125 +0.120605468750 +0.022094726562 +0.151367187500 +0.089355468750 +0.018920898438 +0.061279296875 +-0.038085937500 +-0.059082031250 +0.061767578125 +-0.147460937500 +0.026367187500 +-0.027099609375 +0.079589843750 +-0.152343750000 +-0.077636718750 +0.004058837891 +0.151367187500 +-0.005828857422 +0.018432617188 +0.007598876953 +-0.015258789062 +0.100585937500 +0.064453125000 +-0.040527343750 +0.125000000000 +-0.059570312500 +-0.028076171875 +0.049804687500 +-0.004180908203 +0.051513671875 +-0.008300781250 +-0.080566406250 +-0.008789062500 +-0.209960937500 +0.186523437500 +-0.048339843750 +-0.102539062500 +-0.000907897949 +0.169921875000 +-0.105957031250 +-0.055664062500 +0.033691406250 +0.050292968750 +0.211914062500 +-0.167968750000 +0.069335937500 +-0.120117187500 +0.084472656250 +-0.037109375000 +-0.050048828125 +-0.069335937500 +0.162109375000 +0.084472656250 +-0.086914062500 +-0.114257812500 +0.050781250000 +0.109863281250 +0.172851562500 +0.075195312500 +-0.004577636719 +-0.005798339844 +0.102539062500 +0.033447265625 +-0.074707031250 +0.050048828125 +-0.125000000000 +0.049560546875 +0.113769531250 +0.092773437500 +0.009094238281 +-0.163085937500 +0.142578125000 +0.205078125000 +0.123535156250 +0.031738281250 +-0.014831542969 +0.061767578125 +0.038818359375 +-0.012145996094 +0.119628906250 +-0.045654296875 +-0.034179687500 +0.049072265625 +-0.068847656250 +0.621093750000 +-0.082519531250 +-0.049316406250 +0.063964843750 +0.085449218750 +0.225585937500 +-0.125000000000 +0.003601074219 +0.015747070312 +0.027709960938 +-0.088867187500 +-0.189453125000 +0.091796875000 +-0.067382812500 +-0.108398437500 +-0.023315429688 +0.069335937500 +0.041015625000 +0.060791015625 +-0.047363281250 +-0.067382812500 +-0.128906250000 +0.088378906250 +-0.176757812500 +-0.005004882812 +0.020019531250 +-0.122558593750 +-0.052978515625 +-0.219726562500 +-0.031494140625 +-0.031494140625 +-0.148437500000 +0.010620117188 +0.073242187500 +0.255859375000 +-0.028930664062 +-0.175781250000 +-0.134765625000 +-0.199218750000 +0.007629394531 +0.044921875000 +-0.065429687500 +0.275390625000 +0.058837890625 +-0.194335937500 +-0.064941406250 +-0.030395507812 +0.013793945312 +0.070800781250 +0.030517578125 +0.019531250000 +0.024291992188 +-0.086914062500 +0.117675781250 +0.011596679688 +-0.043457031250 +0.026733398438 +-0.024291992188 +0.087402343750 +-0.043701171875 +-0.151367187500 +0.027954101562 +-0.069824218750 +-0.068847656250 +-0.180664062500 +-0.057373046875 +-0.003295898438 +0.128906250000 +0.016723632812 +0.135742187500 +0.190429687500 +-0.148437500000 +0.076660156250 +-0.049072265625 +0.106933593750 +-0.009277343750 +0.156250000000 +0.125976562500 +-0.076171875000 +-0.026611328125 +-0.110839843750 +-0.041992187500 +0.009460449219 +-0.053466796875 +-0.065917968750 +-0.037841796875 +-0.074707031250 +0.026123046875 +0.014648437500 +-0.002380371094 +0.047607421875 +-0.078613281250 +-0.072265625000 +-0.055908203125 +-0.102050781250 +-0.119628906250 +0.044921875000 +0.128906250000 +0.048095703125 +0.044433593750 +0.072265625000 +-0.094726562500 +-0.014038085938 +0.125000000000 +0.061767578125 +-0.208007812500 +-0.069824218750 +-0.017089843750 +0.018798828125 +0.041259765625 +0.037841796875 +-0.120605468750 +0.008789062500 +-0.055908203125 +-0.116699218750 +0.040039062500 +0.014404296875 +0.040527343750 +0.001129150391 +-0.016723632812 +-0.055664062500 +0.036621093750 +0.060791015625 +0.050537109375 +-0.225585937500 +0.085937500000 +-0.025878906250 +-0.080078125000 +-0.083007812500 +0.020385742188 +0.064453125000 +-0.184570312500 +-0.123535156250 +0.047119140625 +-0.013427734375 +0.140625000000 +0.009643554688 +-0.086914062500 +0.202148437500 +0.105957031250 +-0.151367187500 +0.106933593750 +-0.024902343750 +0.009460449219 +-0.081054687500 +-0.146484375000 +-0.095703125000 +0.113281250000 +-0.135742187500 +0.070800781250 +-0.037597656250 +0.224609375000 +0.122070312500 +0.012084960938 +0.100097656250 +0.014282226562 +-0.129882812500 +0.034667968750 +-0.115234375000 +0.100097656250 +-0.087890625000 +-0.079589843750 +0.150390625000 +0.007019042969 +0.008483886719 +-0.084472656250 +0.074218750000 +-0.014709472656 +0.041015625000 +0.072265625000 +-0.025512695312 +-0.006835937500 +-0.006866455078 +0.048828125000 +-0.061035156250 +-0.015869140625 +-0.011840820312 +-0.088867187500 +0.036621093750 +0.017822265625 +-0.101562500000 +0.075683593750 +-0.003890991211 +-0.185546875000 +-0.143554687500 +-0.034179687500 +0.484375000000 +0.148437500000 +0.077636718750 +0.059082031250 +0.014892578125 +0.253906250000 +0.145507812500 +-0.027709960938 +-0.034667968750 +0.012451171875 +-0.118652343750 +0.037109375000 +0.015869140625 +-0.049072265625 +0.000797271729 +-0.115234375000 +0.089355468750 +-0.143554687500 +-0.069824218750 +-0.014343261719 +0.076660156250 +0.032226562500 +-0.034423828125 +-0.104980468750 +0.142578125000 +0.175781250000 +-0.110839843750 +0.131835937500 +-0.161132812500 +0.031127929688 +0.080566406250 +0.050048828125 +0.110351562500 +-0.010803222656 +0.082031250000 +0.058105468750 +0.012939453125 +-0.328125000000 +-0.197265625000 +-0.020019531250 +-0.006652832031 +-0.031494140625 +-0.007720947266 +-0.018066406250 +0.011352539062 +-0.085449218750 +-0.160156250000 +0.153320312500 +-0.000268936157 +-0.032226562500 +-0.015869140625 +-0.038574218750 +0.001579284668 +0.114746093750 +-0.011047363281 +-0.117187500000 +-0.070312500000 +0.083984375000 +-0.056884765625 +0.107910156250 +-0.029296875000 +-0.028442382812 +-0.133789062500 +0.038330078125 +0.089355468750 +0.010925292969 +0.129882812500 +-0.206054687500 +-0.220703125000 +0.040771484375 +0.126953125000 +-0.064453125000 +-0.027709960938 +0.144531250000 +-0.157226562500 +-0.081542968750 +0.022094726562 +-0.012023925781 +-0.164062500000 +-0.155273437500 +0.013793945312 +0.115722656250 +0.099121093750 +-0.105468750000 +0.154296875000 +0.008789062500 +-0.081542968750 +-0.156250000000 +0.095214843750 +-0.061035156250 +-0.139648437500 +-0.040527343750 +-0.144531250000 +-0.089355468750 +0.020385742188 +0.105468750000 +0.072265625000 +0.036865234375 +-0.042968750000 +0.008178710938 +0.005004882812 +0.036865234375 +0.007781982422 +-0.029052734375 +0.104492187500 +-0.030151367188 +-0.043457031250 +0.037841796875 +-0.022338867188 +0.063964843750 +-0.055908203125 +0.099121093750 +0.002029418945 +-0.150390625000 +0.095214843750 +0.052734375000 +0.022705078125 +-0.022338867188 +-0.166992187500 +0.024291992188 +-0.053710937500 +0.003555297852 +0.054199218750 +-0.077636718750 +0.097167968750 +-0.136718750000 +-0.149414062500 +0.116699218750 +-0.527343750000 +0.004302978516 +0.005401611328 +-0.054199218750 +0.205078125000 +0.220703125000 +0.123535156250 +-0.087402343750 +0.052978515625 +0.112792968750 +-0.098144531250 +-0.104003906250 +-0.029296875000 +0.167968750000 +0.056396484375 +-0.033691406250 +-0.073730468750 +0.017700195312 +-0.077636718750 +-0.131835937500 +0.126953125000 +0.052246093750 +-0.142578125000 +-0.121093750000 +0.094726562500 +0.028686523438 +-0.041748046875 +-0.013366699219 +-0.098144531250 +0.137695312500 +-0.144531250000 +0.026123046875 +0.137695312500 +-0.000587463379 +0.098632812500 +-0.149414062500 +-0.010864257812 +-0.099121093750 +0.269531250000 +-0.078613281250 +0.010253906250 +0.082031250000 +0.071289062500 +0.102539062500 +-0.103515625000 +0.046386718750 +-0.058105468750 +-0.031738281250 +0.037597656250 +-0.021118164062 +-0.038330078125 +-0.084960937500 +0.234375000000 +-0.102050781250 +-0.046142578125 +-0.192382812500 +0.166992187500 +-0.058837890625 +0.052246093750 +0.132812500000 +0.115722656250 +-0.128906250000 +-0.142578125000 +-0.089843750000 +0.074218750000 +-0.106445312500 +-0.130859375000 +-0.064453125000 +-0.087890625000 +-0.036376953125 +0.130859375000 +0.028686523438 +0.025634765625 +0.119628906250 +0.006164550781 +-0.099609375000 +0.056640625000 +-0.047851562500 +-0.010620117188 +-0.033935546875 +-0.154296875000 +-0.119140625000 +0.056640625000 +-0.072753906250 +0.005218505859 +-0.076171875000 +0.049316406250 +-0.061279296875 +-0.035888671875 +-0.124511718750 +-0.000115871429 +-0.024780273438 +-0.078125000000 +-0.083984375000 +0.312500000000 +-0.111328125000 +-0.049804687500 +-0.144531250000 +0.038818359375 +-0.046386718750 +0.084472656250 +0.072753906250 +-0.065917968750 +-0.036865234375 +-0.001167297363 +0.227539062500 +0.037353515625 +0.053222656250 +-0.140625000000 +-0.042968750000 +0.012268066406 +-0.178710937500 +-0.020141601562 +0.027465820312 +0.029418945312 +-0.023193359375 +0.044677734375 +-0.097656250000 +-0.041748046875 +-0.001838684082 +-0.038818359375 +-0.026489257812 +-0.077636718750 +0.093750000000 +-0.021728515625 +0.072265625000 +0.026367187500 +0.002822875977 +0.089355468750 +0.104492187500 +-0.004974365234 +-0.052978515625 +-0.077148437500 +0.013854980469 +-0.009582519531 +0.062988281250 +0.072265625000 +0.165039062500 +0.079589843750 +-0.027587890625 +-0.039794921875 +-0.060546875000 +-0.097656250000 +0.039794921875 +0.100097656250 +-0.022460937500 +0.007598876953 +0.083984375000 +0.004913330078 +0.135742187500 +-0.071289062500 +0.019287109375 +-0.097167968750 +0.010253906250 +-0.039062500000 +0.041259765625 +-0.234375000000 +0.255859375000 +0.035888671875 +-0.059082031250 +-0.024536132812 +-0.083496093750 +-0.052734375000 +0.216796875000 +-0.032470703125 +-0.125976562500 +-0.018798828125 +0.136718750000 +0.062255859375 +0.057373046875 +-0.041015625000 +0.139648437500 +-0.118164062500 +0.185546875000 +-0.141601562500 +-0.096679687500 +0.043701171875 +0.052734375000 +0.126953125000 +-0.096679687500 +-0.005493164062 +0.125976562500 +0.112792968750 +0.034912109375 +0.088867187500 +0.039062500000 +0.143554687500 +-0.111328125000 +0.107421875000 +0.015625000000 +0.085449218750 +0.075195312500 +-0.008361816406 +-0.060302734375 +0.012390136719 +-0.217773437500 +0.040039062500 +0.197265625000 +-0.016479492188 +-0.062500000000 +0.165039062500 +-0.000862121582 +0.097167968750 +-0.113769531250 +0.014892578125 +0.077148437500 +-0.049804687500 +-0.023315429688 +-0.188476562500 +0.159179687500 +0.090332031250 +-0.170898437500 +0.088867187500 +-0.007171630859 +0.156250000000 +0.143554687500 +-0.039794921875 +0.067871093750 +0.038818359375 +0.000438690186 +0.063476562500 +-0.009643554688 +-0.069335937500 +-0.084472656250 +0.037353515625 +-0.107910156250 +-0.126953125000 +0.002899169922 +-0.216796875000 +0.113281250000 +-0.131835937500 +-0.090332031250 +-0.111328125000 +-0.019165039062 +0.098632812500 +-0.162109375000 +-0.043701171875 +0.039550781250 +0.043945312500 +-0.291015625000 +0.100097656250 +-0.035400390625 +0.033691406250 +0.214843750000 +-0.145507812500 +0.148437500000 +0.054199218750 +0.000694274902 +0.171875000000 +0.018066406250 +-0.088378906250 +0.073242187500 +-0.128906250000 +0.158203125000 +0.070312500000 +-0.058349609375 +0.123046875000 +0.046630859375 +0.002853393555 +0.013671875000 +0.011840820312 +-0.094238281250 +0.116210937500 +-0.109375000000 +0.137695312500 +0.059814453125 +0.174804687500 +-0.217773437500 +-0.090820312500 +0.061035156250 +-0.089355468750 +-0.036132812500 +-0.011352539062 +0.119140625000 +-0.005798339844 +0.051757812500 +-0.052490234375 +0.006042480469 +0.062255859375 +-0.020019531250 +0.125000000000 +0.011718750000 +-0.004730224609 +0.088378906250 +0.062255859375 +0.023803710938 +-0.024780273438 +0.010864257812 +0.122070312500 +0.009094238281 +-0.051757812500 +-0.066406250000 +0.081054687500 +-0.037109375000 +-0.300781250000 +0.010192871094 +0.192382812500 +0.013732910156 +-0.023071289062 +0.003219604492 +0.138671875000 +0.007659912109 +0.071777343750 +0.245117187500 +-0.011596679688 +0.039062500000 +0.117675781250 +-0.030761718750 +-0.106445312500 +0.012084960938 +-0.040527343750 +-0.031005859375 +0.049804687500 +0.128906250000 +0.026245117188 +0.100097656250 +0.038330078125 +-0.074218750000 +0.085449218750 +0.113769531250 +0.153320312500 +-0.051269531250 +0.028564453125 +-0.036865234375 +0.090820312500 +-0.092285156250 +0.100097656250 +-0.166015625000 +0.039550781250 +-0.115234375000 +0.143554687500 +0.277343750000 +0.062255859375 +-0.020751953125 +-0.074218750000 +-0.079589843750 +-0.110839843750 +-0.075195312500 +-0.192382812500 +-0.002548217773 +0.141601562500 +0.196289062500 +0.046386718750 +-0.026000976562 +-0.094726562500 +-0.095703125000 +-0.166992187500 +-0.024047851562 +0.121093750000 +0.177734375000 +-0.036376953125 +-0.096679687500 +-0.058837890625 +0.007171630859 +0.020141601562 +-0.142578125000 +-0.053222656250 +-0.050781250000 +-0.020996093750 +0.008666992188 +0.034912109375 +0.029418945312 +0.046142578125 +-0.241210937500 +0.047851562500 +0.039794921875 +-0.034667968750 +0.062500000000 +-0.006774902344 +0.101074218750 +-0.092773437500 +-0.077148437500 +0.133789062500 +-0.083984375000 +-0.015441894531 +0.037353515625 +-0.018554687500 +-0.151367187500 +-0.134765625000 +-0.168945312500 +-0.083007812500 +-0.052978515625 +0.014099121094 +0.021972656250 +-0.100097656250 +-0.133789062500 +-0.053710937500 +0.017089843750 +0.079101562500 +-0.030517578125 +-0.021728515625 +0.104980468750 +-0.141601562500 +0.089355468750 +0.119140625000 +-0.152343750000 +0.049560546875 +0.013244628906 +-0.010375976562 +0.143554687500 +-0.141601562500 +-0.068359375000 +-0.094726562500 +-0.039306640625 +0.015563964844 +-0.024169921875 +0.092285156250 +0.184570312500 +-0.025512695312 +-0.068359375000 +-0.021972656250 +-0.011169433594 +-0.081542968750 +0.045166015625 +-0.030151367188 +-0.019653320312 +0.273437500000 +-0.168945312500 +-0.055908203125 +0.067871093750 +0.034912109375 +-0.292968750000 +0.126953125000 +-0.075683593750 +0.196289062500 +0.053466796875 +0.234375000000 +-0.180664062500 +0.101562500000 +0.048339843750 +-0.110351562500 +0.010498046875 +-0.231445312500 +0.009460449219 +-0.081542968750 +-0.119628906250 +0.296875000000 +0.161132812500 +0.147460937500 +0.205078125000 +0.265625000000 +-0.049316406250 +0.034667968750 +-0.095703125000 +0.028076171875 +0.172851562500 +-0.140625000000 +-0.149414062500 +0.071777343750 +0.000102043152 +-0.068359375000 +0.126953125000 +0.095703125000 +-0.015075683594 +0.189453125000 +-0.037353515625 +0.045166015625 +-0.074707031250 +-0.061279296875 +0.013549804688 +0.085937500000 +0.189453125000 +0.067871093750 +0.083984375000 +0.250000000000 +-0.029296875000 +0.046875000000 +-0.036132812500 +-0.050292968750 +-0.155273437500 +-0.012817382812 +0.003402709961 +0.016601562500 +0.027587890625 +-0.116699218750 +0.074707031250 +-0.040039062500 +0.090820312500 +0.106445312500 +0.146484375000 +-0.142578125000 +0.026367187500 +0.060546875000 +-0.057617187500 +-0.067871093750 +-0.027099609375 +-0.087402343750 +-0.060058593750 +0.077636718750 +-0.162109375000 +-0.036376953125 +-0.154296875000 +0.087890625000 +0.023925781250 +-0.033203125000 +0.093750000000 +0.068359375000 +-0.042236328125 +0.029296875000 +-0.078125000000 +-0.059326171875 +-0.062255859375 +0.000039577484 +0.065429687500 +0.028320312500 +-0.011169433594 +-0.022094726562 +-0.124511718750 +0.030273437500 +-0.045166015625 +-0.005065917969 +-0.092285156250 +-0.103027343750 +-0.115722656250 +0.078125000000 +-0.063964843750 +-0.023315429688 +-0.025878906250 +-0.094238281250 +-0.107421875000 +-0.025634765625 +-0.047851562500 +0.235351562500 +0.035400390625 +-0.048583984375 +-0.011840820312 +-0.050048828125 +-0.026855468750 +0.054443359375 +0.025512695312 +0.061523437500 +-0.126953125000 +0.059814453125 +-0.133789062500 +0.182617187500 +0.025390625000 +0.005554199219 +0.003021240234 +0.016601562500 +-0.052978515625 +0.149414062500 +-0.117675781250 +-0.063476562500 +0.022583007812 +0.003967285156 +-0.011779785156 +0.110351562500 +-0.050537109375 +0.208984375000 +-0.082519531250 +-0.047607421875 +0.118652343750 +-0.107421875000 +-0.051025390625 +-0.152343750000 +-0.039550781250 +-0.170898437500 +0.018432617188 +0.010986328125 +0.091796875000 +0.082031250000 +-0.002380371094 +0.021484375000 +-0.007354736328 +-0.175781250000 +0.053222656250 +0.006225585938 +-0.096191406250 +0.126953125000 +0.133789062500 +0.130859375000 +0.117675781250 +0.019653320312 +0.081542968750 +-0.122070312500 +0.019897460938 +0.068359375000 +-0.033691406250 +-0.009094238281 +0.172851562500 +-0.058837890625 +0.066406250000 +-0.002014160156 +0.024047851562 +0.113281250000 +-0.005462646484 +-0.069824218750 +-0.082031250000 +-0.075683593750 +-0.033691406250 +0.023803710938 +0.146484375000 +0.048583984375 +-0.065429687500 +0.245117187500 +0.068847656250 +-0.073730468750 +-0.000785827637 +0.138671875000 +0.083007812500 +-0.001724243164 +0.231445312500 +-0.074707031250 +0.091796875000 +-0.067871093750 +-0.034667968750 +-0.004547119141 +-0.116210937500 +-0.145507812500 +0.055664062500 +0.188476562500 +0.080078125000 +-0.116699218750 +-0.009826660156 +0.123046875000 +-0.192382812500 +-0.002182006836 +0.023803710938 +-0.144531250000 +-0.054687500000 +0.042480468750 +0.162109375000 +0.181640625000 +-0.152343750000 +0.105957031250 +-0.051025390625 +0.007171630859 +-0.048095703125 +-0.198242187500 +0.015319824219 +-0.089843750000 +-0.075195312500 +0.039794921875 +-0.055175781250 +-0.084472656250 +0.020874023438 +-0.118652343750 +-0.014221191406 +0.060058593750 +0.057128906250 +-0.088867187500 +-0.002532958984 +0.094726562500 +-0.064453125000 +-0.096191406250 +-0.053222656250 +-0.105468750000 +-0.013122558594 +0.022460937500 +-0.009704589844 +0.018920898438 +0.007812500000 +-0.101074218750 +-0.108886718750 +-0.151367187500 +-0.034423828125 +-0.201171875000 +0.132812500000 +-0.007232666016 +-0.013244628906 +-0.129882812500 +0.097656250000 +-0.063964843750 +0.086914062500 +0.250000000000 +-0.136718750000 +-0.075683593750 +-0.168945312500 +-0.165039062500 +-0.116699218750 +-0.082031250000 +-0.159179687500 +-0.094238281250 +0.058349609375 +0.049560546875 +-0.063964843750 +-0.007537841797 +-0.149414062500 +0.111328125000 +-0.032226562500 +-0.047851562500 +-0.073730468750 +-0.034912109375 +-0.006530761719 +0.031494140625 +0.067382812500 +0.265625000000 +-0.075195312500 +0.085937500000 +-0.008422851562 +0.166015625000 +0.025634765625 +0.091796875000 +0.001480102539 +-0.017211914062 +-0.051025390625 +-0.042236328125 +0.006835937500 +0.040039062500 +0.164062500000 +-0.000095844269 +0.140625000000 +0.003936767578 +0.078613281250 +0.069335937500 +-0.175781250000 +-0.098632812500 +-0.015380859375 +-0.140625000000 +0.188476562500 +-0.088378906250 +0.125000000000 +-0.246093750000 +0.040039062500 +0.054199218750 +-0.128906250000 +-0.182617187500 +0.073730468750 +0.092773437500 +0.045166015625 +0.152343750000 +0.042968750000 +-0.000446319580 +-0.125976562500 +-0.152343750000 +-0.031738281250 +-0.152343750000 +0.052490234375 +0.159179687500 +0.081542968750 +-0.144531250000 +0.006072998047 +-0.043212890625 +0.046630859375 +-0.002700805664 +0.009948730469 +0.024291992188 +-0.031982421875 +-0.062011718750 +0.011962890625 +0.112792968750 +-0.114257812500 +0.041259765625 +0.007049560547 +0.023925781250 +0.008666992188 +-0.098144531250 +0.074707031250 +-0.002182006836 +0.031738281250 +-0.108398437500 +0.026123046875 +0.168945312500 +-0.039306640625 +0.216796875000 +-0.019165039062 +0.037841796875 +0.041503906250 +-0.015747070312 +-0.018188476562 +-0.041503906250 +0.042480468750 +0.002349853516 +-0.060058593750 +-0.031127929688 +-0.156250000000 +0.048339843750 +-0.092285156250 +-0.208984375000 +0.127929687500 +-0.145507812500 +0.109863281250 +-0.070800781250 +-0.019409179688 +-0.047851562500 +0.027709960938 +0.104003906250 +-0.004913330078 +-0.155273437500 +0.148437500000 +-0.022216796875 +-0.055908203125 +-0.096191406250 +-0.009948730469 +-0.173828125000 +-0.099121093750 +0.058349609375 +-0.063476562500 +-0.077148437500 +0.011840820312 +-0.042968750000 +0.136718750000 +0.167968750000 +-0.085937500000 +0.105468750000 +0.076660156250 +0.020507812500 +-0.038085937500 +-0.013305664062 +-0.125000000000 +-0.093750000000 +-0.030517578125 +-0.149414062500 +-0.089355468750 +0.240234375000 +-0.083496093750 +0.018920898438 +0.154296875000 +0.010986328125 +-0.031494140625 +-0.069824218750 +0.070800781250 +-0.026855468750 +-0.165039062500 +0.155273437500 +-0.017578125000 +-0.007995605469 +0.043212890625 +0.119140625000 +-0.094726562500 +-0.065429687500 +-0.134765625000 +0.077636718750 +0.090332031250 +0.056884765625 +-0.061035156250 +0.068847656250 +0.062500000000 +-0.040527343750 +-0.119140625000 +-0.124023437500 +-0.136718750000 +0.058105468750 +-0.082519531250 +0.086914062500 +0.007110595703 +-0.019165039062 +0.061523437500 +0.152343750000 +-0.144531250000 +0.087890625000 +0.134765625000 +-0.087890625000 +-0.002105712891 +0.020629882812 +-0.124023437500 +0.016113281250 +-0.153320312500 +-0.197265625000 +-0.041748046875 +-0.153320312500 +0.261718750000 +0.144531250000 +0.065917968750 +0.105957031250 +-0.167968750000 +0.047363281250 +-0.093261718750 +0.035156250000 +-0.000869750977 +-0.000452041626 +0.112304687500 +0.011657714844 +-0.097167968750 +0.028076171875 +-0.066894531250 +-0.094238281250 +-0.148437500000 +-0.118652343750 +-0.167968750000 +0.198242187500 +0.047851562500 +-0.025878906250 +0.109375000000 +0.237304687500 +0.121582031250 +0.083007812500 +-0.022705078125 +0.131835937500 +0.001983642578 +0.070312500000 +0.001579284668 +-0.050537109375 +0.029418945312 +0.062988281250 +0.216796875000 +-0.006958007812 +0.067871093750 +0.159179687500 +0.211914062500 +-0.038330078125 +0.039062500000 +-0.016601562500 +0.093750000000 +-0.003646850586 +0.082031250000 +-0.021362304688 +0.020019531250 +0.040039062500 +-0.147460937500 +0.130859375000 +-0.000107288361 +-0.058349609375 +-0.135742187500 +-0.012634277344 +-0.186523437500 +-0.104980468750 +-0.069335937500 +-0.123535156250 +0.086425781250 +-0.049316406250 +0.077148437500 +-0.003631591797 +0.152343750000 +-0.009948730469 +0.145507812500 +0.086914062500 +-0.012329101562 +-0.173828125000 +0.120117187500 +-0.010253906250 +-0.007415771484 +0.018920898438 +0.013793945312 +-0.088378906250 +0.126953125000 +-0.021606445312 +0.067382812500 +-0.094726562500 +0.081054687500 +-0.144531250000 +-0.002731323242 +0.076660156250 +0.054931640625 +0.104492187500 +0.107910156250 +0.175781250000 +0.132812500000 +-0.073242187500 +0.071777343750 +-0.070312500000 +-0.090820312500 +0.124023437500 +0.129882812500 +0.039306640625 +-0.125000000000 +-0.150390625000 +-0.060791015625 +-0.125976562500 +-0.137695312500 +0.120117187500 +0.071777343750 +0.020263671875 +0.012756347656 +0.049072265625 +-0.006347656250 +-0.012145996094 +0.101562500000 +0.004577636719 +-0.175781250000 +-0.010803222656 +-0.085449218750 +-0.181640625000 +0.010925292969 +0.057128906250 +0.073730468750 +0.167968750000 +0.076171875000 +0.016723632812 +-0.057373046875 +-0.021240234375 +0.002288818359 +0.096679687500 +-0.123535156250 +-0.227539062500 +-0.125976562500 +-0.038818359375 +-0.128906250000 +-0.096679687500 +-0.072753906250 +0.118652343750 +0.115722656250 +-0.003601074219 +-0.162109375000 +-0.010009765625 +0.044433593750 +0.144531250000 +0.050292968750 +-0.019775390625 +-0.045898437500 +-0.100097656250 +-0.067871093750 +0.107910156250 +-0.248046875000 +-0.130859375000 +0.062255859375 +-0.036132812500 +0.023193359375 +0.079101562500 +-0.015502929688 +-0.023193359375 +-0.006866455078 +0.030761718750 +0.111328125000 +-0.116699218750 +0.047119140625 +0.110839843750 +-0.081054687500 +0.324218750000 +-0.071289062500 +-0.023315429688 +-0.153320312500 +-0.114746093750 +0.209960937500 +0.059326171875 +-0.020751953125 +0.084960937500 +0.129882812500 +0.000732421875 +-0.078613281250 +-0.016357421875 +0.049072265625 +0.080078125000 +-0.100585937500 +0.218750000000 +0.149414062500 +-0.150390625000 +-0.160156250000 +0.077148437500 +-0.141601562500 +-0.062500000000 +-0.064941406250 +0.140625000000 +-0.135742187500 +0.210937500000 +-0.037109375000 +-0.052734375000 +-0.123046875000 +-0.033203125000 +-0.027099609375 +-0.172851562500 +-0.004425048828 +-0.136718750000 +0.138671875000 +0.106933593750 +-0.024414062500 +0.043457031250 +0.147460937500 +-0.077636718750 +0.060302734375 +-0.037597656250 +0.116699218750 +-0.052978515625 +0.027343750000 +-0.025878906250 +0.208984375000 +-0.091796875000 +-0.027832031250 +-0.118652343750 +0.114746093750 +0.087402343750 +0.024536132812 +0.167968750000 +0.064453125000 +0.014526367188 +0.096679687500 +0.141601562500 +0.146484375000 +-0.100097656250 +0.065917968750 +-0.045166015625 +-0.035400390625 +0.032958984375 +0.001983642578 +0.052978515625 +0.205078125000 +0.057861328125 +-0.037353515625 +-0.014648437500 +-0.228515625000 +0.013061523438 +0.051025390625 +-0.029052734375 +-0.072265625000 +0.110351562500 +-0.058349609375 +0.077636718750 +-0.077148437500 +-0.049804687500 +-0.121093750000 +-0.227539062500 +0.199218750000 +-0.023681640625 +0.113281250000 +0.114746093750 +0.056640625000 +-0.122558593750 +-0.046386718750 +-0.021240234375 +-0.089843750000 +-0.045410156250 +0.053710937500 +0.026489257812 +0.062500000000 +0.123046875000 +0.097167968750 +0.123535156250 +0.074218750000 +0.179687500000 +0.057128906250 +0.165039062500 +0.057128906250 +-0.000846862793 +-0.213867187500 +-0.015441894531 +-0.007568359375 +-0.092285156250 +-0.152343750000 +-0.149414062500 +0.001930236816 +-0.066406250000 +0.045898437500 +0.000385284424 +0.041015625000 +-0.008056640625 +0.134765625000 +-0.066894531250 +0.012329101562 +-0.045166015625 +0.008605957031 +-0.239257812500 +-0.222656250000 +0.063964843750 +0.111328125000 +-0.002944946289 +0.087402343750 +0.298828125000 +-0.045654296875 +0.074218750000 +0.064941406250 +-0.078613281250 +0.103027343750 +-0.144531250000 +0.009155273438 +-0.166992187500 +0.014343261719 +-0.025146484375 +-0.039794921875 +0.022583007812 +-0.099609375000 +-0.126953125000 +0.238281250000 +-0.167968750000 +0.106933593750 +0.080566406250 +0.163085937500 +0.148437500000 +0.039306640625 +-0.052490234375 +0.005615234375 +-0.094726562500 +-0.162109375000 +0.000606536865 +0.149414062500 +-0.076171875000 +-0.084960937500 +0.127929687500 +-0.013061523438 +0.106445312500 +0.172851562500 +-0.030639648438 +0.146484375000 +0.182617187500 +0.376953125000 +0.004089355469 +-0.027709960938 +-0.021606445312 +0.318359375000 +0.080078125000 +-0.094726562500 +0.027099609375 +0.088867187500 +0.064941406250 +-0.118652343750 +-0.103027343750 +0.014404296875 +-0.073242187500 +-0.170898437500 +0.183593750000 +0.036132812500 +-0.131835937500 +0.004364013672 +0.009643554688 +-0.129882812500 +0.096679687500 +0.027709960938 +0.126953125000 +0.042480468750 +-0.160156250000 +-0.075683593750 +-0.044677734375 +-0.003250122070 +0.023681640625 +-0.044921875000 +-0.041748046875 +-0.024414062500 +0.011413574219 +-0.119140625000 +0.014770507812 +-0.084960937500 +-0.108398437500 +0.040039062500 +0.160156250000 +0.049560546875 +-0.015869140625 +0.239257812500 +0.061767578125 +0.144531250000 +0.051513671875 +0.040527343750 +0.074707031250 +-0.076660156250 +-0.096191406250 +0.018310546875 +0.085449218750 +0.041748046875 +0.142578125000 +-0.028564453125 +0.065917968750 +0.131835937500 +0.037841796875 +0.084472656250 +-0.040283203125 +-0.041259765625 +0.020874023438 +0.077148437500 +0.239257812500 +0.070312500000 +-0.026855468750 +0.017089843750 +-0.020996093750 +0.159179687500 +0.054931640625 +-0.047851562500 +0.056884765625 +0.049072265625 +0.005432128906 +-0.062011718750 +0.047363281250 +-0.017822265625 +-0.122070312500 +0.010314941406 +-0.058349609375 +-0.044433593750 +0.102539062500 +0.100097656250 +0.120605468750 +-0.083496093750 +-0.001136779785 +-0.184570312500 +-0.016113281250 +-0.063964843750 +0.114746093750 +-0.273437500000 +0.008056640625 +0.159179687500 +0.089843750000 +-0.133789062500 +-0.099121093750 +0.088867187500 +0.060302734375 +0.082519531250 +0.099121093750 +-0.109863281250 +-0.204101562500 +-0.060546875000 +-0.046386718750 +0.088867187500 +0.091308593750 +0.009094238281 +0.158203125000 +-0.033935546875 +0.170898437500 +0.030151367188 +0.063476562500 +0.039794921875 +0.077636718750 +0.085937500000 +0.027343750000 +-0.051025390625 +-0.168945312500 +0.031127929688 +-0.034179687500 +0.052490234375 +0.027954101562 +0.015869140625 +0.002334594727 +-0.134765625000 +0.008483886719 +0.097656250000 +-0.045166015625 +-0.148437500000 +-0.034912109375 +-0.138671875000 +-0.037109375000 +-0.053466796875 +0.037353515625 +0.026489257812 +0.099609375000 +-0.052246093750 +-0.043212890625 +0.135742187500 +0.135742187500 +-0.116699218750 +-0.042480468750 +0.144531250000 +0.022583007812 +-0.031127929688 +0.062500000000 +-0.132812500000 +-0.171875000000 +-0.172851562500 +-0.156250000000 +-0.033935546875 +-0.134765625000 +0.008361816406 +-0.181640625000 +0.039550781250 +0.028076171875 +-0.090820312500 +0.164062500000 +-0.106933593750 +-0.124511718750 +0.118652343750 +0.158203125000 +-0.001106262207 +-0.162109375000 +0.081542968750 +0.007934570312 +0.139648437500 +-0.005645751953 +-0.098144531250 +-0.158203125000 +-0.167968750000 +-0.040527343750 +0.104980468750 +0.143554687500 +0.119140625000 +0.073730468750 +0.128906250000 +-0.232421875000 +-0.136718750000 +-0.056152343750 +0.074707031250 +0.133789062500 +-0.018798828125 +-0.041992187500 +0.023681640625 +0.066406250000 +0.121093750000 +-0.095703125000 +0.002365112305 +-0.174804687500 +-0.045654296875 +0.033691406250 +-0.098632812500 +-0.009948730469 +0.149414062500 +0.129882812500 +-0.040039062500 +-0.012573242188 +0.062011718750 +0.093750000000 +0.031005859375 +0.101562500000 +-0.042968750000 +-0.180664062500 +-0.279296875000 +-0.010375976562 +-0.060791015625 +0.003906250000 +-0.124511718750 +-0.195312500000 +0.086425781250 +0.149414062500 +-0.188476562500 +0.074218750000 +-0.089843750000 +-0.188476562500 +-0.114746093750 +-0.041015625000 +-0.129882812500 +0.220703125000 +0.023681640625 +0.084472656250 +-0.021606445312 +-0.077636718750 +0.068359375000 +0.052001953125 +-0.089355468750 +0.008056640625 +-0.007995605469 +0.107910156250 +-0.095214843750 +0.051025390625 +-0.092773437500 +0.131835937500 +0.047363281250 +-0.182617187500 +0.034912109375 +0.194335937500 +0.136718750000 +0.121582031250 +-0.037109375000 +-0.086425781250 +-0.200195312500 +0.061035156250 +-0.136718750000 +-0.069335937500 +-0.152343750000 +-0.227539062500 +-0.080078125000 +0.035888671875 +-0.043212890625 +0.139648437500 +-0.085449218750 +-0.021118164062 +0.040039062500 +0.009216308594 +-0.124511718750 +-0.161132812500 +0.146484375000 +0.058593750000 +-0.228515625000 +-0.017822265625 +0.005554199219 +0.134765625000 +0.151367187500 +-0.143554687500 +-0.060791015625 +-0.004058837891 +-0.113281250000 +-0.110839843750 +-0.008300781250 +-0.023803710938 +0.118164062500 +-0.046630859375 +0.037841796875 +0.038574218750 +-0.023559570312 +0.074707031250 +-0.257812500000 +0.138671875000 +-0.166992187500 +-0.021240234375 +-0.045166015625 +0.085937500000 +0.025756835938 +0.038330078125 +0.027709960938 +0.061767578125 +-0.066894531250 +0.076660156250 +-0.019042968750 +-0.060791015625 +0.006805419922 +-0.069335937500 +-0.127929687500 +0.161132812500 +0.034179687500 +-0.228515625000 +0.051757812500 +-0.066894531250 +0.036865234375 +-0.072265625000 +-0.120117187500 +0.164062500000 +-0.098632812500 +0.055175781250 +0.113281250000 +-0.060058593750 +0.012207031250 +-0.028198242188 +0.043212890625 +0.001182556152 +0.035400390625 +-0.034179687500 +-0.147460937500 +0.041015625000 +-0.052734375000 +0.102539062500 +-0.039306640625 +0.040771484375 +0.062011718750 +0.047607421875 +0.081054687500 +-0.000301361084 +0.004058837891 +0.025390625000 +0.042480468750 +0.085449218750 +-0.212890625000 +0.197265625000 +-0.043701171875 +0.033935546875 +0.114746093750 +0.002899169922 +-0.136718750000 +0.146484375000 +0.039062500000 +-0.043945312500 +-0.071289062500 +-0.030029296875 +0.010314941406 +0.054199218750 +-0.055419921875 +-0.088867187500 +0.030761718750 +0.041748046875 +0.006317138672 +0.121093750000 +-0.002075195312 +0.002868652344 +-0.108886718750 +-0.021728515625 +-0.039306640625 +0.073242187500 +-0.148437500000 +-0.112304687500 +0.148437500000 +-0.103515625000 +-0.091796875000 +-0.051025390625 +0.070312500000 +-0.020629882812 +-0.015441894531 +0.107910156250 +0.096191406250 +-0.038818359375 +0.225585937500 +0.128906250000 +0.148437500000 +0.108886718750 +-0.024658203125 +0.138671875000 +-0.050292968750 +-0.141601562500 +-0.057861328125 +-0.033935546875 +-0.073730468750 +-0.291015625000 +-0.065917968750 +0.049804687500 +0.123535156250 +-0.074218750000 +0.031738281250 +-0.099609375000 +-0.079101562500 +0.111328125000 +0.060058593750 +-0.008666992188 +0.104003906250 +-0.017822265625 +-0.000991821289 +0.125976562500 +-0.108398437500 +0.044677734375 +0.052978515625 +-0.043945312500 +0.154296875000 +0.005828857422 +-0.168945312500 +0.106445312500 +0.072265625000 +0.008666992188 +-0.145507812500 +-0.203125000000 +-0.161132812500 +-0.088867187500 +-0.023193359375 +-0.143554687500 +-0.138671875000 +0.054443359375 +-0.011596679688 +0.015869140625 +-0.117187500000 +0.190429687500 +0.020751953125 +-0.013000488281 +0.024047851562 +-0.006744384766 +-0.093750000000 +0.053222656250 +0.052490234375 +0.019531250000 +-0.025756835938 +0.176757812500 +-0.039794921875 +-0.005371093750 +-0.095703125000 +0.025146484375 +-0.178710937500 +-0.232421875000 +0.020507812500 +0.112792968750 +-0.009643554688 +-0.083984375000 +-0.046630859375 +0.111328125000 +0.046386718750 +0.041015625000 +0.046386718750 +0.101562500000 +-0.141601562500 +-0.081542968750 +0.146484375000 +-0.009399414062 +-0.108398437500 +0.011230468750 +-0.041748046875 +0.002120971680 +0.005371093750 +0.018676757812 +-0.036621093750 +-0.002624511719 +-0.049072265625 +-0.156250000000 +-0.077636718750 +-0.077148437500 +-0.164062500000 +-0.002456665039 +-0.138671875000 +-0.090332031250 +0.105468750000 +-0.013977050781 +-0.133789062500 +0.106933593750 +0.168945312500 +-0.077636718750 +-0.140625000000 +-0.285156250000 +0.163085937500 +-0.054443359375 +-0.054199218750 +-0.117187500000 +0.015869140625 +0.141601562500 +-0.114746093750 +0.194335937500 +-0.167968750000 +-0.119628906250 +0.232421875000 +0.110351562500 +-0.186523437500 +0.033935546875 +0.082519531250 +0.022094726562 +-0.041992187500 +-0.150390625000 +-0.031982421875 +-0.033691406250 +-0.110839843750 +0.118164062500 +-0.037841796875 +0.171875000000 +-0.056640625000 +-0.100097656250 +0.050537109375 +-0.057861328125 +-0.045898437500 +0.091796875000 +0.003601074219 +0.074218750000 +-0.049072265625 +-0.062011718750 +0.030395507812 +0.100097656250 +0.038818359375 +-0.065429687500 +-0.070312500000 +0.056884765625 +0.052001953125 +0.066894531250 +0.023681640625 +0.050781250000 +0.092285156250 +-0.217773437500 +0.057861328125 +0.253906250000 +0.144531250000 +-0.049072265625 +0.157226562500 +-0.145507812500 +-0.001632690430 +0.042236328125 +-0.148437500000 +0.184570312500 +0.007568359375 +-0.132812500000 +0.076171875000 +0.013244628906 +-0.094726562500 +0.314453125000 +-0.099121093750 +0.105957031250 +0.061279296875 +-0.115722656250 +0.002822875977 +0.064453125000 +0.068847656250 +0.008239746094 +0.023437500000 +-0.003601074219 +-0.128906250000 +-0.054443359375 +0.157226562500 +0.092773437500 +0.016357421875 +0.052246093750 +-0.061035156250 +0.015747070312 +0.022949218750 +-0.017211914062 +0.051269531250 +0.134765625000 +-0.115722656250 +-0.101074218750 +0.084472656250 +-0.037109375000 +0.002426147461 +0.014648437500 +0.116210937500 +0.054199218750 +0.030151367188 +0.024169921875 +-0.091308593750 +-0.102539062500 +-0.206054687500 +0.110351562500 +0.018432617188 +0.095703125000 +-0.031738281250 +-0.002319335938 +0.036376953125 +-0.164062500000 +0.035400390625 +0.073730468750 +-0.132812500000 +-0.039062500000 +-0.186523437500 +0.015869140625 +0.012329101562 +-0.061279296875 +0.134765625000 +-0.091796875000 +-0.034667968750 +0.049316406250 +-0.039794921875 +-0.233398437500 +0.223632812500 +-0.073730468750 +0.068359375000 +0.096679687500 +-0.052734375000 +0.115722656250 +-0.107910156250 +-0.074218750000 +0.087890625000 +0.064941406250 +0.002258300781 +0.047607421875 +-0.027465820312 +-0.023315429688 +-0.038330078125 +0.088378906250 +-0.062255859375 +0.159179687500 +-0.166015625000 +0.220703125000 +0.098144531250 +0.014587402344 +-0.070312500000 +-0.047851562500 +0.123046875000 +-0.043212890625 +-0.050781250000 +0.106933593750 +0.007690429688 +-0.044189453125 +-0.120117187500 +-0.055908203125 +0.119628906250 +0.046875000000 +-0.024169921875 +-0.051513671875 +-0.247070312500 +-0.034667968750 +0.023559570312 +-0.063964843750 +0.085449218750 +-0.024536132812 +0.065917968750 +0.279296875000 +0.106933593750 +0.111328125000 +-0.024414062500 +0.072753906250 +-0.005554199219 +0.087890625000 +-0.032958984375 +-0.131835937500 +0.142578125000 +0.014831542969 +0.047851562500 +-0.035888671875 +0.127929687500 +0.192382812500 +-0.132812500000 +0.019165039062 +0.089843750000 +-0.046386718750 +0.007415771484 +-0.039794921875 +-0.008789062500 +0.042236328125 +0.219726562500 +-0.008239746094 +0.033447265625 +0.084960937500 +-0.028320312500 +0.054931640625 +0.047607421875 +0.138671875000 +0.151367187500 +-0.050048828125 +-0.024414062500 +0.116699218750 +-0.077148437500 +-0.031982421875 +0.092285156250 +-0.087402343750 +0.296875000000 +0.019165039062 +0.135742187500 +-0.052001953125 +0.019531250000 +-0.010742187500 +0.024902343750 +-0.000911712646 +-0.121093750000 +0.106933593750 +0.109863281250 +0.010864257812 +0.110351562500 +0.025878906250 +-0.091308593750 +0.017333984375 +0.117675781250 +0.177734375000 +-0.129882812500 +-0.060546875000 +-0.023681640625 +0.110839843750 +0.041015625000 +-0.041503906250 +-0.051269531250 +0.025512695312 +-0.072265625000 +0.007171630859 +-0.028564453125 +-0.042724609375 +-0.007171630859 +0.028808593750 +0.166992187500 +-0.181640625000 +0.125976562500 +-0.034179687500 +0.146484375000 +0.016723632812 +-0.173828125000 +-0.120605468750 +0.084960937500 +0.040283203125 +-0.065917968750 +0.036621093750 +-0.039306640625 +-0.029296875000 +0.163085937500 +0.013244628906 +0.013061523438 +0.108886718750 +0.071289062500 +0.081054687500 +0.027954101562 +0.017578125000 +0.048339843750 +0.147460937500 +-0.042480468750 +-0.103515625000 +0.131835937500 +0.001350402832 +0.126953125000 +-0.050537109375 +-0.040039062500 +-0.151367187500 +0.017211914062 +0.024658203125 +0.083007812500 +-0.055664062500 +-0.062500000000 +0.015014648438 +-0.053955078125 +-0.061523437500 +0.104980468750 +-0.027099609375 +0.089355468750 +0.066894531250 +0.097656250000 +0.047851562500 +-0.081542968750 +0.032714843750 +0.132812500000 +-0.078125000000 +0.027709960938 +0.088867187500 +0.047851562500 +-0.063476562500 +-0.086425781250 +0.054931640625 +-0.017089843750 +0.175781250000 +0.086425781250 +0.143554687500 +-0.150390625000 +0.045898437500 +-0.043701171875 +0.003265380859 +-0.061767578125 +-0.042968750000 +0.085937500000 +-0.153320312500 +-0.008117675781 +-0.020385742188 +0.197265625000 +0.090332031250 +0.003784179688 +-0.016723632812 +-0.080078125000 +0.087890625000 +0.103027343750 +0.039794921875 +-0.066406250000 +-0.039794921875 +0.078125000000 +0.021728515625 +0.059570312500 +-0.131835937500 +-0.118164062500 +-0.037597656250 +0.015991210938 +-0.112304687500 +-0.144531250000 +0.065917968750 +0.121582031250 +0.178710937500 +-0.023071289062 +0.123535156250 +-0.097167968750 +-0.042480468750 +-0.082031250000 +-0.071289062500 +-0.036132812500 +0.171875000000 +-0.133789062500 +-0.203125000000 +-0.047851562500 +-0.044189453125 +-0.193359375000 +0.037109375000 +-0.168945312500 +-0.022705078125 +0.075195312500 +-0.021972656250 +0.086425781250 +0.049316406250 +0.012756347656 +-0.064941406250 +-0.088867187500 +-0.043701171875 +0.024047851562 +0.007385253906 +0.117675781250 +-0.187500000000 +0.008483886719 +-0.195312500000 +-0.085937500000 +-0.014282226562 +-0.143554687500 +-0.019409179688 +-0.000103950500 +0.016601562500 +-0.030761718750 +-0.058593750000 +0.025512695312 +-0.139648437500 +-0.008422851562 +-0.191406250000 +0.142578125000 +0.170898437500 +-0.039550781250 +-0.035888671875 +-0.109375000000 +0.044189453125 +0.103515625000 +0.079589843750 +0.021240234375 +0.015625000000 +0.090820312500 +0.044433593750 +0.026611328125 +-0.287109375000 +-0.009521484375 +0.076171875000 +-0.116699218750 +-0.006835937500 +0.062011718750 +-0.213867187500 +0.121582031250 +0.119628906250 +0.000839233398 +-0.108398437500 +-0.139648437500 +0.136718750000 +0.063476562500 +0.064941406250 +0.087890625000 +0.096679687500 +0.026489257812 +0.087402343750 +0.145507812500 +-0.022949218750 +0.032226562500 +0.042724609375 +0.032226562500 +-0.004699707031 +0.168945312500 +0.097656250000 +-0.129882812500 +0.083007812500 +0.060791015625 +-0.124511718750 +-0.119140625000 +-0.104492187500 +-0.225585937500 +-0.196289062500 +-0.038818359375 +-0.064941406250 +0.059326171875 +0.265625000000 +-0.249023437500 +-0.093261718750 +0.029052734375 +-0.055664062500 +0.001411437988 +0.038330078125 +-0.141601562500 +-0.120117187500 +0.177734375000 +0.056884765625 +-0.018310546875 +0.086425781250 +0.013488769531 +-0.112792968750 +0.045410156250 +-0.004913330078 +0.031127929688 +0.035156250000 +0.326171875000 +-0.033935546875 +-0.148437500000 +0.014892578125 +0.200195312500 +0.110351562500 +0.036132812500 +-0.171875000000 +0.047119140625 +0.134765625000 +-0.138671875000 +0.182617187500 +0.208984375000 +0.150390625000 +0.134765625000 +0.015869140625 +0.062011718750 +0.187500000000 +0.019897460938 +-0.145507812500 +0.027832031250 +-0.142578125000 +0.022827148438 +0.144531250000 +0.182617187500 +-0.090820312500 +0.187500000000 +0.210937500000 +-0.012756347656 +0.053466796875 +-0.028198242188 +0.199218750000 +-0.081542968750 +0.153320312500 +-0.107910156250 +0.005279541016 +0.116210937500 +0.014953613281 +-0.100097656250 +-0.083984375000 +0.053466796875 +-0.158203125000 +0.070800781250 +0.103515625000 +0.030029296875 +-0.011657714844 +-0.065917968750 +-0.020141601562 +0.033447265625 +-0.020874023438 +-0.005218505859 +0.066406250000 +0.109375000000 +-0.036132812500 +0.218750000000 +0.076660156250 +0.018066406250 +-0.076660156250 +-0.096679687500 +-0.037109375000 +0.067382812500 +-0.086425781250 +-0.021728515625 +0.007049560547 +0.092773437500 +-0.125000000000 +0.019165039062 +0.166992187500 +-0.153320312500 +0.140625000000 +0.007995605469 +0.036132812500 +0.130859375000 +-0.195312500000 +0.050048828125 +-0.096679687500 +0.094238281250 +-0.221679687500 +-0.030517578125 +0.004058837891 +0.105957031250 +-0.183593750000 +0.152343750000 +0.180664062500 +0.112792968750 +0.116210937500 +-0.044921875000 +-0.011596679688 +-0.112304687500 +-0.037597656250 +0.048095703125 +-0.255859375000 +0.035400390625 +-0.016235351562 +-0.010375976562 +-0.026733398438 +0.093750000000 +0.169921875000 +0.130859375000 +0.241210937500 +-0.083496093750 +-0.208984375000 +0.138671875000 +-0.038085937500 +-0.051025390625 +0.016723632812 +-0.224609375000 +0.048583984375 +-0.213867187500 +-0.099609375000 +0.073730468750 +0.003479003906 +-0.164062500000 +-0.160156250000 +-0.049316406250 +-0.018310546875 +-0.100585937500 +0.071777343750 +0.173828125000 +0.056396484375 +0.073242187500 +-0.018066406250 +0.118164062500 +-0.120605468750 +-0.012145996094 +0.082519531250 +-0.024169921875 +-0.017089843750 +0.150390625000 +-0.031738281250 +-0.137695312500 +0.322265625000 +-0.025878906250 +-0.178710937500 +0.012817382812 +-0.058593750000 +0.115722656250 +0.018188476562 +0.069824218750 +-0.089843750000 +-0.098632812500 +-0.079101562500 +0.167968750000 +-0.027221679688 +0.025390625000 +-0.024780273438 +0.028564453125 +0.112792968750 +0.021484375000 +-0.208007812500 +-0.095214843750 +-0.001312255859 +-0.101074218750 +-0.022460937500 +0.011291503906 +-0.029907226562 +-0.018554687500 +0.065429687500 +-0.009521484375 +-0.038330078125 +-0.061035156250 +-0.127929687500 +-0.053466796875 +0.078125000000 +0.027343750000 +0.019531250000 +-0.285156250000 +-0.089355468750 +0.020263671875 +-0.100585937500 +0.056884765625 +-0.158203125000 +-0.010437011719 +0.150390625000 +-0.085937500000 +-0.002822875977 +0.014038085938 +-0.009277343750 +0.046630859375 +0.285156250000 +-0.039550781250 +-0.178710937500 +0.052734375000 +0.099609375000 +-0.001968383789 +0.061279296875 +-0.014587402344 +-0.121093750000 +0.124511718750 +-0.090332031250 +-0.060058593750 +0.121093750000 +-0.076660156250 +0.057128906250 +0.019897460938 +0.029052734375 +-0.083984375000 +-0.066406250000 +0.092285156250 +-0.023681640625 +-0.021240234375 +0.058837890625 +-0.010009765625 +-0.074218750000 +0.097167968750 +0.134765625000 +-0.253906250000 +0.125000000000 +-0.074218750000 +0.093261718750 +-0.036376953125 +0.104003906250 +-0.107421875000 +0.396484375000 +0.064941406250 +0.007873535156 +0.172851562500 +0.079101562500 +0.154296875000 +-0.080078125000 +0.065917968750 +-0.056640625000 +-0.053466796875 +-0.098144531250 +-0.120605468750 +0.149414062500 +0.025878906250 +0.084472656250 +-0.034423828125 +0.053222656250 +-0.049804687500 +-0.004760742188 +0.184570312500 +0.020996093750 +0.163085937500 +-0.166015625000 +-0.146484375000 +0.030029296875 +-0.021240234375 +0.071289062500 +0.104492187500 +-0.088378906250 +-0.027221679688 +0.017578125000 +0.132812500000 +-0.023559570312 +0.002243041992 +0.142578125000 +-0.177734375000 +0.050292968750 +-0.172851562500 +0.023803710938 +0.023193359375 +0.018066406250 +-0.042480468750 +0.070312500000 +0.097167968750 +-0.039062500000 +0.134765625000 +0.135742187500 +-0.012939453125 +-0.025146484375 +-0.117675781250 +0.004211425781 +0.007629394531 +-0.058837890625 +0.032470703125 +0.176757812500 +-0.045654296875 +-0.049804687500 +0.054687500000 +0.004821777344 +0.024169921875 +0.120605468750 +-0.010131835938 +0.029052734375 +0.061035156250 +-0.047119140625 +-0.142578125000 +0.065917968750 +0.084960937500 +0.071289062500 +-0.149414062500 +-0.081542968750 +-0.086425781250 +-0.208984375000 +-0.073730468750 +0.189453125000 +0.154296875000 +0.010009765625 +-0.048095703125 +0.287109375000 +0.150390625000 +-0.160156250000 +-0.008911132812 +0.167968750000 +0.304687500000 +-0.177734375000 +0.022705078125 +-0.105468750000 +0.030517578125 +0.065429687500 +-0.008605957031 +-0.036621093750 +-0.056152343750 +-0.086425781250 +0.099121093750 +-0.076171875000 +0.184570312500 +-0.164062500000 +-0.070312500000 +-0.049560546875 +0.130859375000 +0.026000976562 +0.017456054688 +-0.004180908203 +0.148437500000 +0.083984375000 +0.096191406250 +-0.156250000000 +0.081542968750 +0.149414062500 +0.051025390625 +-0.083007812500 +-0.033447265625 +0.074218750000 +-0.003875732422 +-0.043945312500 +0.111816406250 +0.093750000000 +-0.107910156250 +0.010681152344 +-0.011596679688 +0.047363281250 +0.002090454102 +-0.063476562500 +0.032958984375 +0.008972167969 +0.086914062500 +0.310546875000 +-0.015441894531 +-0.016723632812 +0.058837890625 +0.018188476562 +-0.055175781250 +0.042724609375 +0.056640625000 +-0.104492187500 +-0.024658203125 +0.040283203125 +-0.102539062500 +0.128906250000 +0.062255859375 +-0.007873535156 +0.153320312500 +0.248046875000 +0.013916015625 +-0.123046875000 +0.112792968750 +0.059570312500 +0.090332031250 +-0.022216796875 +-0.021850585938 +0.009887695312 +0.187500000000 +-0.118164062500 +-0.041748046875 +0.002563476562 +0.027832031250 +-0.040527343750 +0.145507812500 +0.104003906250 +-0.085449218750 +-0.040039062500 +0.082519531250 +0.029052734375 +-0.050048828125 +0.106933593750 +0.044677734375 +-0.055664062500 +0.124511718750 +0.009948730469 +0.049072265625 +-0.161132812500 +0.061279296875 +0.114746093750 +0.026000976562 +-0.204101562500 +-0.166015625000 +0.013793945312 +0.158203125000 +-0.139648437500 +-0.034179687500 +-0.074218750000 +-0.105957031250 +-0.117187500000 +-0.093750000000 +-0.078613281250 +0.106933593750 +0.151367187500 +0.016601562500 +0.127929687500 +-0.186523437500 +-0.033691406250 +0.088378906250 +0.062011718750 +0.010314941406 +-0.049316406250 +0.146484375000 +-0.228515625000 +-0.091796875000 +-0.087402343750 +0.105468750000 +0.343750000000 +-0.069824218750 +0.128906250000 +-0.071289062500 +-0.132812500000 +-0.061279296875 +0.108398437500 +-0.022216796875 +-0.060546875000 +-0.078613281250 +-0.009277343750 +-0.006347656250 +0.049316406250 +-0.048828125000 +0.061035156250 +0.077636718750 +-0.028930664062 +0.008728027344 +-0.041503906250 +-0.007293701172 +0.046875000000 +0.041992187500 +-0.229492187500 +-0.039062500000 +0.021240234375 +-0.142578125000 +0.169921875000 +0.010253906250 +-0.022949218750 +-0.092285156250 +0.192382812500 +0.070312500000 +0.098144531250 +-0.051269531250 +0.145507812500 +0.024414062500 +0.056884765625 +-0.004730224609 +0.045166015625 +0.249023437500 +-0.125976562500 +-0.039794921875 +-0.003677368164 +0.080078125000 +-0.064453125000 +-0.032714843750 +-0.190429687500 +0.107910156250 +-0.017333984375 +-0.173828125000 +-0.016845703125 +0.060791015625 +0.009765625000 +-0.030273437500 +0.088378906250 +-0.073730468750 +0.094726562500 +-0.031127929688 +-0.122558593750 +0.064453125000 +0.014526367188 +-0.039062500000 +0.026489257812 +-0.071289062500 +0.050781250000 +0.034912109375 +-0.044921875000 +-0.034667968750 +0.006774902344 +-0.098632812500 +-0.003723144531 +-0.029663085938 +-0.034179687500 +-0.031738281250 +-0.040527343750 +-0.216796875000 +-0.013671875000 +-0.113281250000 +-0.008728027344 +-0.090820312500 +-0.011047363281 +0.015869140625 +0.173828125000 +-0.125976562500 +0.012023925781 +0.040771484375 +0.102539062500 +0.030639648438 +0.052490234375 +-0.007995605469 +-0.168945312500 +-0.070800781250 +-0.001281738281 +0.117675781250 +-0.122558593750 +0.161132812500 +-0.041259765625 +0.058349609375 +-0.019287109375 +0.208007812500 +0.106445312500 +-0.165039062500 +-0.183593750000 +-0.124511718750 +0.132812500000 +-0.000028610229 +0.009887695312 +-0.159179687500 +0.071289062500 +-0.055419921875 +-0.034912109375 +0.018066406250 +0.009338378906 +0.035888671875 +-0.015747070312 +-0.053222656250 +-0.108398437500 +0.068847656250 +-0.136718750000 +-0.117187500000 +-0.020751953125 +0.206054687500 +-0.130859375000 +0.055175781250 +-0.062500000000 +0.078613281250 +0.087402343750 +0.113769531250 +0.070312500000 +-0.043945312500 +0.337890625000 +-0.029541015625 +-0.213867187500 +0.078125000000 +0.051513671875 +-0.126953125000 +0.012817382812 +0.034667968750 +0.122558593750 +0.070312500000 +0.071289062500 +0.033203125000 +-0.181640625000 +0.004333496094 +-0.005004882812 +-0.154296875000 +-0.191406250000 +0.162109375000 +0.052246093750 +0.206054687500 +-0.257812500000 +-0.048095703125 +-0.001716613770 +-0.074218750000 +-0.176757812500 +-0.051025390625 +0.111816406250 +-0.130859375000 +0.236328125000 +0.052490234375 +0.032470703125 +0.084472656250 +0.006164550781 +0.099121093750 +0.184570312500 +-0.214843750000 +-0.108886718750 +-0.045166015625 +-0.066894531250 +-0.113769531250 +-0.100097656250 +0.011108398438 +0.026611328125 +0.021484375000 +0.162109375000 +0.074218750000 +-0.078125000000 +0.145507812500 +0.052246093750 +0.061523437500 +0.124511718750 +0.206054687500 +0.135742187500 +-0.027343750000 +0.115722656250 +0.024780273438 +-0.062500000000 +0.008728027344 +-0.006134033203 +-0.189453125000 +-0.052246093750 +-0.060058593750 +0.113281250000 +-0.031982421875 +-0.022338867188 +0.001937866211 +0.070312500000 +0.076660156250 +-0.209960937500 +-0.023315429688 +-0.139648437500 +-0.039550781250 +-0.092773437500 +-0.333984375000 +-0.052978515625 +0.127929687500 +0.035644531250 +0.110351562500 +-0.115234375000 +-0.177734375000 +0.067382812500 +0.108886718750 +0.089843750000 +-0.055175781250 +-0.044921875000 +0.093750000000 +0.114746093750 +0.052246093750 +-0.003646850586 +-0.127929687500 +-0.102539062500 +-0.165039062500 +-0.095703125000 +-0.080078125000 +0.003601074219 +0.117675781250 +0.019775390625 +-0.125000000000 +-0.030029296875 +-0.145507812500 +0.015747070312 +0.063476562500 +-0.138671875000 +0.027465820312 +0.173828125000 +-0.044921875000 +-0.040771484375 +0.032714843750 +-0.011352539062 +-0.032470703125 +-0.013427734375 +0.212890625000 +-0.057373046875 +0.144531250000 +-0.055664062500 +0.054931640625 +0.019042968750 +0.031982421875 +0.223632812500 +0.064453125000 +-0.055419921875 +0.129882812500 +-0.008666992188 +0.273437500000 +-0.203125000000 +-0.037353515625 +0.137695312500 +-0.044433593750 +0.012939453125 +-0.054687500000 +0.098144531250 +-0.002166748047 +0.111328125000 +0.030273437500 +-0.081054687500 +-0.067871093750 +-0.101074218750 +-0.114257812500 +0.064941406250 +-0.071777343750 +-0.097656250000 +-0.103027343750 +0.057128906250 +-0.092285156250 +0.004974365234 +-0.071289062500 +-0.060302734375 +-0.148437500000 +0.110351562500 +0.026367187500 +-0.125976562500 +0.201171875000 +0.161132812500 +0.182617187500 +-0.220703125000 +-0.065917968750 +-0.065917968750 +-0.077148437500 +-0.168945312500 +0.078613281250 +-0.120117187500 +-0.171875000000 +0.071777343750 +0.061279296875 +0.111816406250 +0.184570312500 +-0.090820312500 +-0.059326171875 +-0.110839843750 +0.035400390625 +-0.014953613281 +-0.048339843750 +0.112304687500 +-0.029052734375 +0.014587402344 +0.068847656250 +-0.167968750000 +0.049804687500 +0.029663085938 +-0.073242187500 +0.523437500000 +0.089355468750 +0.007263183594 +0.057373046875 +0.118652343750 +-0.059570312500 +0.015258789062 +0.025634765625 +0.017333984375 +-0.096191406250 +0.089355468750 +0.064453125000 +0.067871093750 +-0.125000000000 +-0.054931640625 +-0.044433593750 +-0.273437500000 +-0.030517578125 +-0.112304687500 +-0.094238281250 +-0.044189453125 +-0.058837890625 +0.035400390625 +-0.135742187500 +0.103027343750 +0.107421875000 +-0.213867187500 +-0.449218750000 +0.046142578125 +-0.123046875000 +-0.007415771484 +0.091308593750 +-0.023315429688 +0.058105468750 +0.068847656250 +0.048583984375 +-0.009826660156 +0.058837890625 +0.126953125000 +0.163085937500 +-0.137695312500 +0.047851562500 +0.092285156250 +0.035156250000 +-0.097656250000 +-0.200195312500 +-0.118652343750 +0.054931640625 +-0.060546875000 +-0.088378906250 +-0.161132812500 +0.162109375000 +-0.004821777344 +-0.077148437500 +-0.005279541016 +0.099609375000 +-0.041259765625 +-0.034179687500 +-0.085449218750 +0.111816406250 +0.001335144043 +0.066406250000 +0.148437500000 +0.102539062500 +-0.135742187500 +0.014709472656 +0.191406250000 +-0.167968750000 +0.003829956055 +0.009216308594 +0.079589843750 +-0.063476562500 +-0.227539062500 +-0.021240234375 +0.023681640625 +-0.136718750000 +0.085937500000 +-0.121582031250 +-0.096679687500 +-0.004577636719 +-0.116699218750 +0.147460937500 +-0.047851562500 +0.082519531250 +-0.081542968750 +0.037597656250 +-0.040283203125 +0.190429687500 +-0.074707031250 +-0.130859375000 +0.093750000000 +0.120117187500 +0.049316406250 +0.021606445312 +0.023681640625 +-0.004760742188 +-0.120117187500 +-0.154296875000 +-0.219726562500 +-0.105957031250 +-0.060546875000 +-0.110351562500 +0.090820312500 +-0.031982421875 +0.003814697266 +0.150390625000 +-0.022949218750 +0.151367187500 +-0.078125000000 +0.022705078125 +0.087890625000 +0.009399414062 +-0.001983642578 +0.074218750000 +-0.129882812500 +-0.028930664062 +-0.218750000000 +-0.006256103516 +-0.005432128906 +-0.125000000000 +-0.083007812500 +-0.133789062500 +-0.081542968750 +0.093261718750 +-0.070800781250 +0.036132812500 +0.021850585938 +-0.083007812500 +0.171875000000 +-0.034423828125 +0.169921875000 +0.065429687500 +0.037353515625 +-0.044677734375 +0.038330078125 +-0.080078125000 +0.009582519531 +0.078613281250 +-0.012268066406 +0.098632812500 +-0.017822265625 +0.009765625000 +0.132812500000 +0.183593750000 +0.071289062500 +0.171875000000 +-0.212890625000 +0.002365112305 +-0.181640625000 +0.196289062500 +-0.057373046875 +0.028686523438 +0.021728515625 +0.103027343750 +-0.102539062500 +-0.017456054688 +0.105957031250 +0.043212890625 +-0.125976562500 +-0.137695312500 +0.084960937500 +-0.099609375000 +0.130859375000 +0.023803710938 +-0.021118164062 +0.085937500000 +-0.023071289062 +-0.127929687500 +0.054199218750 +-0.100585937500 +0.074218750000 +0.056640625000 +-0.267578125000 +-0.123046875000 +-0.165039062500 +-0.024169921875 +-0.027587890625 +0.004821777344 +-0.016601562500 +-0.056640625000 +-0.029785156250 +0.104003906250 +-0.078613281250 +-0.104980468750 +0.182617187500 +0.088867187500 +-0.008361816406 +0.061035156250 +-0.292968750000 +-0.070800781250 +-0.154296875000 +0.131835937500 +-0.051269531250 +-0.182617187500 +0.078613281250 +-0.033203125000 +0.136718750000 +-0.083496093750 +0.052001953125 +0.125976562500 +-0.081542968750 +-0.002380371094 +0.044189453125 +-0.131835937500 +0.085937500000 +0.067871093750 +-0.043212890625 +-0.024536132812 +0.062011718750 +0.095214843750 +-0.087402343750 +-0.156250000000 +0.035888671875 +-0.037353515625 +-0.207031250000 +-0.052978515625 +0.061767578125 +-0.164062500000 +0.117675781250 +0.227539062500 +0.054443359375 +-0.059570312500 +-0.016601562500 +0.018554687500 +-0.347656250000 +-0.010742187500 +0.026733398438 +0.072753906250 +-0.015991210938 +0.187500000000 +-0.109375000000 +-0.124023437500 +-0.174804687500 +0.185546875000 +-0.062988281250 +-0.042480468750 +0.043701171875 +0.080078125000 +0.023193359375 +-0.054199218750 +-0.007812500000 +0.069335937500 +-0.075195312500 +-0.150390625000 +0.005523681641 +0.001335144043 +-0.228515625000 +-0.115234375000 +-0.017456054688 +-0.088378906250 +0.008300781250 +-0.095703125000 +-0.120117187500 +0.014587402344 +0.020141601562 +0.085937500000 +0.186523437500 +0.166015625000 +-0.090332031250 +0.200195312500 +-0.059326171875 +0.179687500000 +0.010925292969 +0.015563964844 +0.138671875000 +-0.065917968750 +-0.083007812500 +0.190429687500 +0.082519531250 +0.091796875000 +-0.089843750000 +-0.078613281250 +-0.125976562500 +-0.000778198242 +0.076660156250 +0.108886718750 +0.040039062500 +-0.018920898438 +-0.001052856445 +0.009826660156 +-0.047607421875 +-0.228515625000 +0.140625000000 +-0.038574218750 +-0.086425781250 +0.027465820312 +-0.103027343750 +-0.001380920410 +0.020874023438 +-0.026733398438 +-0.170898437500 +-0.003784179688 +-0.146484375000 +-0.048828125000 +0.138671875000 +-0.041015625000 +0.082031250000 +0.060546875000 +0.039550781250 +-0.075683593750 +-0.144531250000 +0.037109375000 +0.105468750000 +0.005828857422 +0.041259765625 +-0.041259765625 +-0.210937500000 +-0.115722656250 +0.053222656250 +0.048095703125 +0.003936767578 +0.110351562500 +0.111816406250 +0.020629882812 +-0.117675781250 +-0.069824218750 +0.115722656250 +-0.102050781250 +0.022705078125 +0.077148437500 +0.035156250000 +0.071777343750 +-0.141601562500 +0.087402343750 +0.066406250000 +0.046630859375 +-0.114257812500 +-0.054443359375 +-0.113281250000 +0.023559570312 +0.146484375000 +0.151367187500 +0.116210937500 +-0.004943847656 +0.056396484375 +-0.055908203125 +0.078613281250 +0.080078125000 +-0.144531250000 +0.153320312500 +-0.029907226562 +-0.010620117188 +-0.028564453125 +-0.019775390625 +0.050292968750 +-0.028198242188 +0.032470703125 +-0.015563964844 +-0.034179687500 +0.060546875000 +0.016601562500 +-0.089355468750 +0.003738403320 +-0.142578125000 +-0.132812500000 +-0.064453125000 +0.232421875000 +-0.104980468750 +0.020019531250 +0.014404296875 +-0.021118164062 +-0.165039062500 +0.005981445312 +0.064941406250 +-0.037353515625 +-0.099121093750 +0.028564453125 +-0.189453125000 +-0.076171875000 +-0.191406250000 +-0.081054687500 +-0.008422851562 +0.059814453125 +-0.086425781250 +0.118652343750 +0.107910156250 +-0.186523437500 +0.018188476562 +-0.049072265625 +-0.039062500000 +-0.098632812500 +0.008239746094 +0.140625000000 +-0.164062500000 +-0.104980468750 +-0.119628906250 +-0.040039062500 +0.187500000000 +0.098144531250 +0.001190185547 +-0.035400390625 +0.190429687500 +-0.088378906250 +-0.039794921875 +-0.030151367188 +-0.043701171875 +-0.080078125000 +0.085937500000 +0.036621093750 +0.123046875000 +0.010192871094 +0.052246093750 +-0.001602172852 +0.015747070312 +0.014221191406 +0.102539062500 +-0.021972656250 +0.104980468750 +0.085937500000 +0.173828125000 +0.076660156250 +0.250000000000 +0.010314941406 +-0.051025390625 +-0.011291503906 +0.066894531250 +-0.052001953125 +0.121582031250 +-0.048583984375 +0.140625000000 +-0.002334594727 +0.014831542969 +-0.153320312500 +0.124511718750 +0.012329101562 +0.001037597656 +0.074218750000 +-0.132812500000 +0.050048828125 +0.025634765625 +0.090332031250 +-0.172851562500 +0.065429687500 +-0.006256103516 +0.139648437500 +0.054443359375 +0.129882812500 +0.082031250000 +0.102539062500 +-0.026855468750 +0.051269531250 +0.030273437500 +-0.007690429688 +0.184570312500 +-0.056152343750 +-0.016479492188 +0.083007812500 +0.046142578125 +-0.082519531250 +-0.029541015625 +-0.146484375000 +0.174804687500 +0.143554687500 +-0.068359375000 +0.115722656250 +-0.090332031250 +0.005554199219 +-0.158203125000 +-0.123046875000 +-0.003448486328 +-0.095703125000 +0.018554687500 +-0.202148437500 +-0.071289062500 +-0.152343750000 +-0.103515625000 +-0.148437500000 +-0.031982421875 +0.012573242188 +0.036621093750 +0.029663085938 +-0.009155273438 +-0.004791259766 +0.012268066406 +0.002212524414 +-0.091308593750 +-0.089843750000 +0.151367187500 +0.008239746094 +-0.104980468750 +0.148437500000 +0.040039062500 +-0.061523437500 +-0.025634765625 +0.009338378906 +-0.105468750000 +0.013671875000 +-0.061767578125 +0.061767578125 +0.041992187500 +-0.294921875000 +0.052978515625 +-0.034912109375 +-0.054931640625 +-0.080566406250 +0.031127929688 +-0.178710937500 +-0.125000000000 +-0.051025390625 +-0.085449218750 +0.101074218750 +0.146484375000 +-0.039550781250 +0.165039062500 +-0.105468750000 +0.061767578125 +-0.150390625000 +-0.090332031250 +-0.156250000000 +0.011352539062 +0.050048828125 +-0.011352539062 +0.474609375000 +-0.069824218750 +-0.081542968750 +-0.096191406250 +0.049072265625 +-0.003936767578 +0.026733398438 +-0.175781250000 +-0.040771484375 +0.036376953125 +-0.043701171875 +0.025512695312 +0.007171630859 +-0.108398437500 +-0.017089843750 +-0.095703125000 +-0.051269531250 +-0.023193359375 +-0.048583984375 +0.091796875000 +0.211914062500 +-0.011108398438 +-0.050292968750 +-0.025390625000 +-0.005645751953 +-0.087402343750 +0.090820312500 +-0.014465332031 +0.052490234375 +-0.067382812500 +-0.050292968750 +-0.147460937500 +-0.149414062500 +-0.092773437500 +0.015380859375 +0.015563964844 +0.091796875000 +-0.104003906250 +0.064453125000 +0.063964843750 +0.119140625000 +-0.176757812500 +-0.095214843750 +0.025146484375 +-0.000862121582 +-0.051025390625 +-0.054199218750 +0.021972656250 +-0.117675781250 +0.052001953125 +-0.008544921875 +0.117675781250 +-0.106933593750 +0.021240234375 +0.199218750000 +0.154296875000 +0.006378173828 +-0.126953125000 +0.003997802734 +0.108398437500 +0.176757812500 +-0.118164062500 +-0.037109375000 +-0.117675781250 +0.029296875000 +-0.083984375000 +-0.048339843750 +-0.091796875000 +0.218750000000 +-0.007995605469 +0.027954101562 +-0.141601562500 +0.150390625000 +0.125976562500 +-0.064453125000 +0.167968750000 +0.034912109375 +-0.056396484375 +0.062500000000 +-0.147460937500 +-0.036865234375 +0.161132812500 +-0.160156250000 +0.059082031250 +-0.056640625000 +0.061035156250 +0.071289062500 +-0.010009765625 +-0.069335937500 +-0.075683593750 +-0.124511718750 +-0.091796875000 +0.090332031250 +-0.120117187500 +-0.055664062500 +0.048583984375 +0.024780273438 +0.039550781250 +0.086425781250 +0.036132812500 +0.029418945312 +0.133789062500 +0.228515625000 +-0.073730468750 +0.083007812500 +0.037109375000 +0.024047851562 +-0.027099609375 +-0.051513671875 +0.087402343750 +-0.163085937500 +-0.037353515625 +-0.036621093750 +-0.059326171875 +0.005981445312 +-0.063476562500 +0.056396484375 +-0.022338867188 +0.179687500000 +-0.106445312500 +0.036621093750 +0.156250000000 +0.067382812500 +-0.058105468750 +0.102539062500 +-0.115722656250 +0.189453125000 +-0.104003906250 +0.017456054688 +-0.062988281250 +0.152343750000 +-0.025390625000 +0.103027343750 +0.025512695312 +0.070312500000 +-0.018066406250 +-0.192382812500 +0.049804687500 +-0.145507812500 +-0.087402343750 +0.098144531250 +-0.019287109375 +-0.032958984375 +-0.011474609375 +-0.059814453125 +-0.038330078125 +0.220703125000 +0.030517578125 +-0.029418945312 +-0.101562500000 +-0.125976562500 +-0.079589843750 +0.107421875000 +-0.246093750000 +-0.077636718750 +0.082031250000 +-0.001472473145 +0.088867187500 +0.012939453125 +-0.015869140625 +0.104980468750 +-0.083007812500 +0.066406250000 +-0.176757812500 +0.125976562500 +0.117675781250 +-0.213867187500 +-0.057128906250 +-0.130859375000 +-0.126953125000 +-0.092285156250 +0.111328125000 +-0.147460937500 +0.052978515625 +-0.044189453125 +-0.047607421875 +0.033691406250 +0.016845703125 +-0.066894531250 +-0.123046875000 +-0.012268066406 +-0.121093750000 +0.073242187500 +-0.101074218750 +0.050048828125 +0.109375000000 +-0.002700805664 +0.028808593750 +-0.014343261719 +-0.023925781250 +-0.132812500000 +-0.033935546875 +-0.010742187500 +-0.060302734375 +-0.014770507812 +0.137695312500 +-0.045898437500 +0.275390625000 +-0.084960937500 +0.095214843750 +0.037109375000 +0.038818359375 +-0.175781250000 +-0.063964843750 +-0.010559082031 +-0.022460937500 +-0.068847656250 +-0.043457031250 +-0.061767578125 +-0.008789062500 +-0.043212890625 +0.015502929688 +-0.203125000000 +0.037597656250 +-0.073730468750 +0.163085937500 +0.178710937500 +-0.139648437500 +-0.071777343750 +-0.105957031250 +-0.057617187500 +-0.009582519531 +-0.024047851562 +-0.066894531250 +-0.136718750000 +0.005035400391 +-0.073242187500 +-0.152343750000 +-0.055175781250 +0.090332031250 +-0.138671875000 +-0.247070312500 +-0.138671875000 +-0.051269531250 +-0.053222656250 +0.014221191406 +-0.015991210938 +-0.057861328125 +-0.105957031250 +-0.080566406250 +0.149414062500 +-0.070312500000 +0.155273437500 +0.009155273438 +-0.086914062500 +-0.062011718750 +-0.001289367676 +-0.029541015625 +-0.042480468750 +0.095214843750 +0.021850585938 +-0.121093750000 +-0.004241943359 +-0.026000976562 +-0.029174804688 +0.222656250000 +0.257812500000 +-0.110351562500 +0.042724609375 +0.056884765625 +0.026000976562 +-0.066406250000 +-0.127929687500 +0.030761718750 +0.027832031250 +-0.129882812500 +0.085937500000 +-0.054687500000 +0.001167297363 +0.064941406250 +0.012390136719 +0.080566406250 +-0.031738281250 +-0.009948730469 +-0.165039062500 +-0.166015625000 +-0.123046875000 +0.051513671875 +0.136718750000 +0.112792968750 +-0.021972656250 +0.119140625000 +0.220703125000 +-0.057617187500 +0.040039062500 +-0.001579284668 +0.041259765625 +0.009582519531 +-0.010803222656 +0.055419921875 +0.142578125000 +0.047851562500 +0.051757812500 +-0.056640625000 +-0.015563964844 +0.089355468750 +-0.077636718750 +-0.080566406250 +-0.020263671875 +-0.039306640625 +-0.122070312500 +-0.105468750000 +0.013671875000 +0.099609375000 +-0.024047851562 +-0.017944335938 +-0.206054687500 +0.159179687500 +0.034912109375 +-0.104003906250 +0.045166015625 +0.033447265625 +-0.036621093750 +-0.133789062500 +-0.068847656250 +0.036865234375 +-0.035400390625 +0.006835937500 +0.096191406250 +-0.267578125000 +-0.037841796875 +0.060058593750 +-0.030029296875 +0.128906250000 +-0.047363281250 +-0.057617187500 +-0.051513671875 +0.096191406250 +-0.055175781250 +-0.082031250000 +-0.008789062500 +0.093261718750 +0.071777343750 +0.003265380859 +-0.208984375000 +-0.006042480469 +0.090332031250 +0.080566406250 +-0.013916015625 +-0.126953125000 +-0.123046875000 +-0.003173828125 +0.140625000000 +-0.025512695312 +0.112792968750 +0.084472656250 +-0.071289062500 +-0.019775390625 +0.154296875000 +-0.081054687500 +0.038085937500 +0.108398437500 +0.123535156250 +-0.136718750000 +0.114746093750 +-0.016601562500 +-0.013061523438 +0.079589843750 +0.020874023438 +-0.129882812500 +-0.248046875000 +0.075195312500 +0.005828857422 +0.080566406250 +0.081054687500 +-0.030517578125 +0.023925781250 +0.063964843750 +-0.030517578125 +-0.003402709961 +0.090820312500 +-0.040039062500 +-0.046630859375 +0.023315429688 +0.000115394592 +-0.083496093750 +0.006652832031 +-0.279296875000 +-0.133789062500 +0.010009765625 +0.118652343750 +0.174804687500 +-0.041503906250 +-0.113281250000 +0.378906250000 +-0.184570312500 +-0.150390625000 +-0.167968750000 +-0.058593750000 +0.132812500000 +-0.059082031250 +-0.059570312500 +-0.098144531250 +0.092773437500 +-0.015869140625 +0.146484375000 +0.105468750000 +0.107910156250 +0.085449218750 +0.041503906250 +0.078125000000 +-0.011230468750 +0.082519531250 +0.013610839844 +-0.043212890625 +-0.041503906250 +0.063476562500 +-0.037597656250 +0.125976562500 +-0.147460937500 +-0.038818359375 +-0.001327514648 +0.103027343750 +0.023681640625 +-0.044189453125 +-0.007690429688 +0.123046875000 +-0.048828125000 +0.033447265625 +-0.098632812500 +0.164062500000 +0.135742187500 +-0.110351562500 +-0.012329101562 +-0.009704589844 +0.090820312500 +0.048583984375 +-0.098632812500 +0.110351562500 +0.097167968750 +-0.064941406250 +0.145507812500 +-0.025146484375 +-0.078613281250 +0.034667968750 +-0.153320312500 +0.005828857422 +0.105468750000 +0.021606445312 +-0.015991210938 +-0.146484375000 +0.029174804688 +-0.023681640625 diff --git a/AI_Engine_Development/AIE-MLv2/Design_Tutorials/01-Radio-ML/aie/dense_w17/dense2_model.m b/AI_Engine_Development/AIE-MLv2/Design_Tutorials/01-Radio-ML/aie/dense_w17/dense2_model.m new file mode 100644 index 0000000000..8cb617586b --- /dev/null +++ b/AI_Engine_Development/AIE-MLv2/Design_Tutorials/01-Radio-ML/aie/dense_w17/dense2_model.m @@ -0,0 +1,43 @@ +% +% Copyright (C) 2024, Advanced Micro Devices, Inc. All rights reserved. +% SPDX-License-Identifier: MIT +% +% Author: Faisal El-Shabani +%% +formatSpec = '%f'; +fileID = fopen('data/data_i.txt','r'); +data_i = fscanf(fileID,formatSpec); +fclose(fileID); +NITER = length(data_i)/128; +data_i = reshape(data_i,128,NITER); + +dense2_golden_output = zeros(128,NITER); +fileID = fopen('data/data_o.txt','r'); +dense2_golden_output = reshape(fscanf(fileID,formatSpec),size(dense2_golden_output)); +fclose(fileID); + + +fileID = fopen('w17_weights_trained.txt','r'); +weights = fscanf(fileID,formatSpec); +fclose(fileID); +weights = reshape(weights,128,128); +fileID = fopen('w17_bias_trained.txt','r'); +biases = fscanf(fileID,formatSpec); +fclose(fileID); +%% +dense2_actual_output = zeros(128,NITER); +for j=1:NITER + dense2_actual_output(:,j) = selu(weights*data_i(:,j)+biases); +end +figure(1);plot(dense2_actual_output(:));hold on;plot(dense2_golden_output(:));hold off;legend('Actual','Golden');grid on; +figure(2);plot(reshape(dense2_actual_output,1,[])-reshape(dense2_golden_output,1,[]));grid on;title('error'); +error = max(abs(reshape(dense2_actual_output,1,[])-reshape(dense2_golden_output,1,[]))) + +function [sig_o] = selu(sig_i) + idx_p = find(sig_i > 0); + idx_n = find(sig_i <= 0); + sig_o = zeros(size(sig_i)); + sig_o(idx_p) = 1.05070098*sig_i(idx_p); + sig_o(idx_n) = 1.05070098*1.67326324*(exp(sig_i(idx_n))-1); + sig_o = varray.bfloat16(sig_o); +end \ No newline at end of file diff --git a/AI_Engine_Development/AIE-MLv2/Design_Tutorials/01-Radio-ML/aie/dense_w17/dense_w17.cpp b/AI_Engine_Development/AIE-MLv2/Design_Tutorials/01-Radio-ML/aie/dense_w17/dense_w17.cpp new file mode 100644 index 0000000000..f1e21cac83 --- /dev/null +++ b/AI_Engine_Development/AIE-MLv2/Design_Tutorials/01-Radio-ML/aie/dense_w17/dense_w17.cpp @@ -0,0 +1,111 @@ +// +// Copyright (C) 2024, Advanced Micro Devices, Inc. All rights reserved. +// SPDX-License-Identifier: MIT +// +// Author: Faisal El-Shabani + +#include +#include +#include +#include "dense_w17.h" + + +// ------------------------------------------------------------ +// Constructor +// ------------------------------------------------------------ + +template +dense_w17::dense_w17(void) +{ + aie::set_rounding(aie::rounding_mode::symmetric_inf); + aie::set_saturation(aie::saturation_mode::saturate); +} + +// ------------------------------------------------------------ +// SeLu +// ------------------------------------------------------------ + +template +aie::vector::TT_DATA,64> dense_w17::SeLu( aie::vector data ) +{ + aie::accum accB; + accB.from_vector(aie::broadcast(exp_B)); + + // Compute 'pos': + auto pos = aie::mul(data,Cpos).to_vector(); + + // Compute 'neg' -- first part is exp(x) approximation + auto data_t = (aie::mac(accB,data,exp_S)).to_vector(); + // Integer values should be in the range [0,16256], find outliers and set to zero: + aie::vector exp_i = aie::to_fixed(data_t,0); + aie::mask<64> msk_neg = aie::lt(exp_i,int16(0)); + aie::vector exp_bnd = aie::select(exp_i, aie::zeros(), msk_neg); + aie::mask<64> msk_pos = aie::gt(exp_bnd, int16(16256)); + exp_bnd = aie::select(exp_bnd, aie::zeros(), msk_pos); + auto neg_tmp = exp_bnd.cast_to(); + + // Compute 'neg' -- second part is remaining math + auto neg = (aie::mul(aie::sub(neg_tmp,TT_DATA(1.0f)),Cneg)).to_vector(); + + // Select between 'pos' and 'neg': + return aie::select(pos,neg,aie::le(data,aie::broadcast(0.0f))); +} +// ------------------------------------------------------------ +// Run +// ------------------------------------------------------------ + +template +void dense_w17::run( input_buffer& __restrict data_i, + const TT_DATA (&weights)[NWEIGHTS], + const TT_DATA (&biases)[NNODES], + output_buffer& __restrict data_o) +{ + auto p_data_i = aie::begin_vector_circular<64>(data_i); + auto p_data_o = aie::begin_restrict_vector<64>(data_o); + auto p_weights = aie::begin_restrict_vector<64>(weights); + auto p_biases = aie::begin_restrict_vector<64>(biases); + + aie::vector data_reg0,data_reg1,data_reg2; + aie::vector weights_reg0,weights_reg1; + aie::accum acc_reg0,acc_reg1; + aie::accum bias_acc0,bias_acc1; + + acc_reg0 = aie::zeros(); + acc_reg1 = aie::zeros(); + for ( unsigned iter=0; iter < NNODES/64; iter++) + { + data_reg0 = *p_data_i++; + data_reg1 = *p_data_i; + // Loop over samples + // Had to break into two loops due to CR-1242134 + for ( unsigned n=0; n < 32; n++) + chess_loop_range(32,) + chess_prepare_for_pipelining + { + data_reg2 = aie::shuffle_down_fill(data_reg0,data_reg1,n); + + weights_reg0 = *p_weights++; + acc_reg0 = mac_elem_64(data_reg2,weights_reg0,acc_reg0); + weights_reg1 = *p_weights++; + acc_reg1 = mac_elem_64(data_reg2,weights_reg1,acc_reg1); + } + for ( unsigned n=0; n < 32; n++) + chess_loop_range(32,) + chess_prepare_for_pipelining + { + data_reg2 = aie::shuffle_down_fill(data_reg0,data_reg1,n+32); + + weights_reg0 = *p_weights++; + acc_reg0 = mac_elem_64(data_reg2,weights_reg0,acc_reg0); + weights_reg1 = *p_weights++; + acc_reg1 = mac_elem_64(data_reg2,weights_reg1,acc_reg1); + } + } + bias_acc0.from_vector(*p_biases++); + acc_reg0 = aie::add(acc_reg0,bias_acc0); + *p_data_o++ = SeLu(acc_reg0.to_vector()); + + bias_acc1.from_vector(*p_biases++); + acc_reg1 = aie::add(acc_reg1,bias_acc1); + *p_data_o++ = SeLu(acc_reg1.to_vector()); +} \ No newline at end of file diff --git a/AI_Engine_Development/AIE-MLv2/Design_Tutorials/01-Radio-ML/aie/dense_w17/dense_w17.h b/AI_Engine_Development/AIE-MLv2/Design_Tutorials/01-Radio-ML/aie/dense_w17/dense_w17.h new file mode 100644 index 0000000000..9c1fc18e11 --- /dev/null +++ b/AI_Engine_Development/AIE-MLv2/Design_Tutorials/01-Radio-ML/aie/dense_w17/dense_w17.h @@ -0,0 +1,45 @@ +// +// Copyright (C) 2024, Advanced Micro Devices, Inc. All rights reserved. +// SPDX-License-Identifier: MIT +// +// Author: Faisal El-Shabani + +#pragma once + +#include +#include + +using namespace adf; + +template +class dense_w17 { +public: + typedef bfloat16 TT_DATA; + + // SeLu Parameters + const TT_DATA exp_S = 185.0f; + const float exp_B = 16256.0f; + const TT_DATA Cpos = 1.0507f; + const TT_DATA Cneg = 1.7581f; + +private: + +public: + // SeLu + aie::vector SeLu( aie::vector data); + + // Constructor: + dense_w17( void ); + + // Run: + void run( input_buffer& __restrict data_i, + const TT_DATA (&weights)[NWEIGHTS], + const TT_DATA (&biases)[NNODES], + output_buffer& __restrict data_o); + + static void registerKernelClass( void ) + { + REGISTER_FUNCTION( dense_w17::run ); + } +}; + diff --git a/AI_Engine_Development/AIE-MLv2/Design_Tutorials/01-Radio-ML/aie/dense_w17/dense_w17_app.cpp b/AI_Engine_Development/AIE-MLv2/Design_Tutorials/01-Radio-ML/aie/dense_w17/dense_w17_app.cpp new file mode 100644 index 0000000000..d5a3e8589d --- /dev/null +++ b/AI_Engine_Development/AIE-MLv2/Design_Tutorials/01-Radio-ML/aie/dense_w17/dense_w17_app.cpp @@ -0,0 +1,56 @@ +// +// Copyright (C) 2024, Advanced Micro Devices, Inc. All rights reserved. +// SPDX-License-Identifier: MIT +// +// Author: Faisal El-Shabani + +#include +#include +#include "dense_w17_graph.h" +#include "read_file.h" + +class dut_graph : public graph { +public: + dense_w17_graph dut; + input_plio data_i; + output_plio data_o; + port weights; + port biases; + + dut_graph( void ) + { + data_i = input_plio::create("PLIO_i_0",plio_64_bits,"data/data_i.txt"); + connect<>(data_i.out[0],dut.data_i); + + connect<>(weights,dut.weights); + connect<>(biases,dut.biases); + + data_o = output_plio::create("PLIO_o_0",plio_64_bits,"data/data_o.txt"); + connect<>(dut.data_o,data_o.in[0]); + } +}; + +// Instantiate AIE graph: +dut_graph aie_dut; + +bfloat16 weights_array[16384]; +bfloat16 biases_array[128]; + + +// Initialize and run the graph: +int main(void) +{ + aie_dut.init(); + + // Read layer RTPs + read_file("data/weights-rtp.txt",weights_array); + read_file ("data/biases-rtp.txt", biases_array); + + aie_dut.update(aie_dut.weights,weights_array,16384); + aie_dut.update(aie_dut.biases,biases_array,128); + + aie_dut.run(4); + aie_dut.end(); + + return 0; +} diff --git a/AI_Engine_Development/AIE-MLv2/Design_Tutorials/01-Radio-ML/aie/dense_w17/dense_w17_graph.h b/AI_Engine_Development/AIE-MLv2/Design_Tutorials/01-Radio-ML/aie/dense_w17/dense_w17_graph.h new file mode 100644 index 0000000000..e59b696d33 --- /dev/null +++ b/AI_Engine_Development/AIE-MLv2/Design_Tutorials/01-Radio-ML/aie/dense_w17/dense_w17_graph.h @@ -0,0 +1,53 @@ +// +// Copyright (C) 2024, Advanced Micro Devices, Inc. All rights reserved. +// SPDX-License-Identifier: MIT +// +// Author: Faisal El-Shabani + +#pragma once + +#include +#include "dense_w17.h" + +using namespace adf; + +// ------------------------------------------------------------ +// Top Level Graph +// ------------------------------------------------------------ + +class dense_w17_graph : public graph { +public: + // Declare Kernels + kernel kk; + + // Declare IOs + port data_i; + port data_o; + + port weights; + port biases; + + static constexpr unsigned NNODES = 128; + static constexpr unsigned NWEIGHTS = NNODES*NNODES; + static constexpr unsigned NBIASES = NNODES; + + dense_w17_graph( void ) + { + + kk = kernel::create_object>(); + source(kk) = "dense_w17.cpp"; + runtime(kk) = 0.9; + repetition_count(kk) = 1; + + single_buffer(kk.in[1]); + single_buffer(kk.in[2]); + + // Connect inputs: + connect<> ( data_i, kk.in[0] ); dimensions(kk.in[0]) = {NNODES}; + connect ( weights, async(kk.in[1]) ); + connect ( biases, async(kk.in[2]) ); + connect<> ( kk.out[0], data_o ); dimensions(kk.out[0]) = {NNODES}; + + } +}; + diff --git a/AI_Engine_Development/AIE-MLv2/Design_Tutorials/01-Radio-ML/aie/dense_w17/gen_vectors.ipynb b/AI_Engine_Development/AIE-MLv2/Design_Tutorials/01-Radio-ML/aie/dense_w17/gen_vectors.ipynb new file mode 100644 index 0000000000..75fbe413c3 --- /dev/null +++ b/AI_Engine_Development/AIE-MLv2/Design_Tutorials/01-Radio-ML/aie/dense_w17/gen_vectors.ipynb @@ -0,0 +1,685 @@ +{ + "cells": [ + { + "cell_type": "markdown", + "id": "bcdf2452-4c3b-4ce0-b019-cbe980967a1c", + "metadata": {}, + "source": [ + "# Testbench for `dense_w17()`" + ] + }, + { + "cell_type": "code", + "execution_count": 13, + "id": "946f566a-c3f6-446f-aeb6-cb0055910900", + "metadata": {}, + "outputs": [], + "source": [ + "#\n", + "# Copyright (C) 2024, Advanced Micro Devices, Inc. All rights reserved.\n", + "# SPDX-License-Identifier: MIT\n", + "#\n", + "# Author: Faisal El-Shabani" + ] + }, + { + "cell_type": "code", + "execution_count": 1, + "id": "934e0796-0306-4ce9-9a92-598027c75f38", + "metadata": {}, + "outputs": [ + { + "name": "stderr", + "output_type": "stream", + "text": [ + "2025-08-22 07:48:55.062934: I external/local_xla/xla/tsl/cuda/cudart_stub.cc:32] Could not find cuda drivers on your machine, GPU will not be used.\n", + "2025-08-22 07:48:55.067862: I external/local_xla/xla/tsl/cuda/cudart_stub.cc:32] Could not find cuda drivers on your machine, GPU will not be used.\n", + "2025-08-22 07:48:55.077801: E external/local_xla/xla/stream_executor/cuda/cuda_fft.cc:467] Unable to register cuFFT factory: Attempting to register factory for plugin cuFFT when one has already been registered\n", + "WARNING: All log messages before absl::InitializeLog() is called are written to STDERR\n", + "E0000 00:00:1755870535.092797 3973800 cuda_dnn.cc:8579] Unable to register cuDNN factory: Attempting to register factory for plugin cuDNN when one has already been registered\n", + "E0000 00:00:1755870535.097132 3973800 cuda_blas.cc:1407] Unable to register cuBLAS factory: Attempting to register factory for plugin cuBLAS when one has already been registered\n", + "W0000 00:00:1755870535.111789 3973800 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\n", + "W0000 00:00:1755870535.111802 3973800 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\n", + "W0000 00:00:1755870535.111805 3973800 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\n", + "W0000 00:00:1755870535.111808 3973800 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\n", + "2025-08-22 07:48:55.116400: I tensorflow/core/platform/cpu_feature_guard.cc:210] This TensorFlow binary is optimized to use available CPU instructions in performance-critical operations.\n", + "To enable the following instructions: AVX2 FMA, in other operations, rebuild TensorFlow with the appropriate compiler flags.\n" + ] + } + ], + "source": [ + "from tensorflow import keras\n", + "from tensorflow.keras.layers import Conv1D, MaxPooling1D, Flatten, Dense\n", + "import matplotlib.pyplot as plt\n", + "from sklearn.model_selection import train_test_split\n", + "import h5py as h5\n", + "import numpy as np\n", + "import os.path\n", + "import vfs\n", + "import varray as va\n", + "\n", + "NITERATIONS = 4 # Number of AI Engine graph iterations" + ] + }, + { + "cell_type": "markdown", + "id": "5bdc7e83-3fd0-4fd0-99b5-7938816f0df2", + "metadata": {}, + "source": [ + "## Layer Definition" + ] + }, + { + "cell_type": "code", + "execution_count": 2, + "id": "0c57f98d-1999-4b61-a129-e3dd1bd92677", + "metadata": {}, + "outputs": [ + { + "name": "stderr", + "output_type": "stream", + "text": [ + "2025-08-22 07:49:03.863576: E external/local_xla/xla/stream_executor/cuda/cuda_platform.cc:51] failed call to cuInit: INTERNAL: CUDA error: Failed call to cuInit: UNKNOWN ERROR (303)\n" + ] + } + ], + "source": [ + "inputs = keras.Input(shape=(1024,2),name=\"input\")\n", + "x1 = Conv1D(filters=64,kernel_size=7,strides=1,padding=\"same\",name=\"conv1D_w1\",activation='relu')(inputs)\n", + "x2 = MaxPooling1D(pool_size=2,strides=2,padding=\"valid\",name=\"max_pool1d_w2\")(x1)\n", + "x3 = Conv1D(filters=64,kernel_size=7,strides=1,padding=\"same\",name=\"conv1D_w3\",activation='relu')(x2)\n", + "x4 = MaxPooling1D(pool_size=2,strides=2,padding=\"valid\",name=\"max_pool1d_w4\")(x3)\n", + "x5 = Conv1D(filters=64,kernel_size=7,strides=1,padding=\"same\",name=\"conv1D_w5\",activation='relu')(x4)\n", + "x6 = MaxPooling1D(pool_size=2,strides=2,padding=\"valid\",name=\"max_pool1d_w6\")(x5)\n", + "x7 = Conv1D(filters=64,kernel_size=7,strides=1,padding=\"same\",name=\"conv1D_w7\",activation='relu')(x6)\n", + "x8 = MaxPooling1D(pool_size=2,strides=2,padding=\"valid\",name=\"max_pool1d_w8\")(x7)\n", + "x9 = Conv1D(filters=64,kernel_size=7,strides=1,padding=\"same\",name=\"conv1D_w9\",activation='relu')(x8)\n", + "x10 = MaxPooling1D(pool_size=2,strides=2,padding=\"valid\",name=\"max_pool1d_w10\")(x9)\n", + "x11 = Conv1D(filters=64,kernel_size=7,strides=1,padding=\"same\",name=\"conv1D_w11\",activation='relu')(x10)\n", + "x12 = MaxPooling1D(pool_size=2,strides=2,padding=\"valid\",name=\"max_pool1d_w12\")(x11)\n", + "x13 = Conv1D(filters=64,kernel_size=7,strides=1,padding=\"same\",name=\"conv1D_w13\",activation='relu')(x12)\n", + "x14 = MaxPooling1D(pool_size=2,strides=2,padding=\"valid\",name=\"MaxPool1D_w14\")(x13)\n", + "x15 = Flatten(name=\"flatten_w15\")(x14)\n", + "outputs = Dense(128, activation=\"relu\",name=\"dense_w16\")(x15)\n", + "model_stim = keras.Model(inputs=inputs,outputs=outputs)\n", + "model_stim.compile(optimizer=\"rmsprop\",\n", + " loss=\"sparse_categorical_crossentropy\",\n", + " metrics=[\"accuracy\"])\n", + "w1_weights = np.loadtxt('../conv1d_w1/w1_weights_trained.txt')\n", + "w1_weights = (w1_weights.astype(\"bfloat16\")).astype(\"float32\")\n", + "w1_weights = np.reshape(w1_weights,(7,2,64))\n", + "w1_bias = np.loadtxt('../conv1d_w1/w1_bias_trained.txt')\n", + "w1_bias = (w1_bias.astype(\"bfloat16\")).astype(\"float32\")\n", + "\n", + "w3_weights = np.loadtxt('../conv1d_template/w3_weights_trained.txt')\n", + "w3_weights = (w3_weights.astype(\"bfloat16\")).astype(\"float32\")\n", + "w3_weights = np.reshape(w3_weights,(7,64,64))\n", + "w3_bias = np.loadtxt('../conv1d_template/w3_bias_trained.txt')\n", + "w3_bias = (w3_bias.astype(\"bfloat16\")).astype(\"float32\")\n", + "\n", + "w5_weights = np.loadtxt('../conv1d_template/w5_weights_trained.txt')\n", + "w5_weights = (w5_weights.astype(\"bfloat16\")).astype(\"float32\")\n", + "w5_weights = np.reshape(w5_weights,(7,64,64))\n", + "w5_bias = np.loadtxt('../conv1d_template/w5_bias_trained.txt')\n", + "w5_bias = (w5_bias.astype(\"bfloat16\")).astype(\"float32\")\n", + "\n", + "w7_weights = np.loadtxt('../conv1d_template/w7_weights_trained.txt')\n", + "w7_weights = (w7_weights.astype(\"bfloat16\")).astype(\"float32\")\n", + "w7_weights = np.reshape(w7_weights,(7,64,64))\n", + "w7_bias = np.loadtxt('../conv1d_template/w7_bias_trained.txt')\n", + "w7_bias = (w7_bias.astype(\"bfloat16\")).astype(\"float32\")\n", + "\n", + "w9_weights = np.loadtxt('../conv1d_template/w9_weights_trained.txt')\n", + "w9_weights = (w9_weights.astype(\"bfloat16\")).astype(\"float32\")\n", + "w9_weights = np.reshape(w9_weights,(7,64,64))\n", + "w9_bias = np.loadtxt('../conv1d_template/w9_bias_trained.txt')\n", + "w9_bias = (w9_bias.astype(\"bfloat16\")).astype(\"float32\")\n", + "\n", + "w11_weights = np.loadtxt('../conv1d_template/w11_weights_trained.txt')\n", + "w11_weights = (w11_weights.astype(\"bfloat16\")).astype(\"float32\")\n", + "w11_weights = np.reshape(w11_weights,(7,64,64))\n", + "w11_bias = np.loadtxt('../conv1d_template/w11_bias_trained.txt')\n", + "w11_bias = (w11_bias.astype(\"bfloat16\")).astype(\"float32\")\n", + "\n", + "w13_weights = np.loadtxt('../conv1d_template/w13_weights_trained.txt')\n", + "w13_weights = (w13_weights.astype(\"bfloat16\")).astype(\"float32\")\n", + "w13_weights = np.reshape(w13_weights,(7,64,64))\n", + "w13_bias = np.loadtxt('../conv1d_template/w13_bias_trained.txt')\n", + "w13_bias = (w13_bias.astype(\"bfloat16\")).astype(\"float32\")\n", + "\n", + "w16_weights = np.loadtxt('../dense_w16/w16_weights_trained.txt')\n", + "w16_weights = (w16_weights.astype(\"bfloat16\")).astype(\"float32\")\n", + "w16_weights = np.reshape(w16_weights,(512,128))\n", + "w16_bias = np.loadtxt('../dense_w16/w16_bias_trained.txt')\n", + "w16_bias = (w16_bias.astype(\"bfloat16\")).astype(\"float32\")\n", + "\n", + "model_stim.get_layer(\"conv1D_w1\").set_weights((w1_weights,w1_bias))\n", + "model_stim.get_layer(\"conv1D_w3\").set_weights((w3_weights,w3_bias))\n", + "model_stim.get_layer(\"conv1D_w5\").set_weights((w5_weights,w5_bias))\n", + "model_stim.get_layer(\"conv1D_w7\").set_weights((w7_weights,w7_bias))\n", + "model_stim.get_layer(\"conv1D_w9\").set_weights((w9_weights,w9_bias))\n", + "model_stim.get_layer(\"conv1D_w11\").set_weights((w11_weights,w11_bias))\n", + "model_stim.get_layer(\"conv1D_w13\").set_weights((w13_weights,w13_bias))\n", + "model_stim.get_layer(\"dense_w16\").set_weights((w16_weights,w16_bias))" + ] + }, + { + "cell_type": "code", + "execution_count": 3, + "id": "cd15a0ca-2889-4d90-bd0f-2e76c63c6c19", + "metadata": {}, + "outputs": [ + { + "data": { + "text/html": [ + "
Model: \"functional\"\n",
+       "
\n" + ], + "text/plain": [ + "\u001b[1mModel: \"functional\"\u001b[0m\n" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/html": [ + "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━┓\n",
+       "┃ Layer (type)                     Output Shape                  Param # ┃\n",
+       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━┩\n",
+       "│ input (InputLayer)              │ (None, 1024, 2)        │             0 │\n",
+       "├─────────────────────────────────┼────────────────────────┼───────────────┤\n",
+       "│ conv1D_w1 (Conv1D)              │ (None, 1024, 64)       │           960 │\n",
+       "├─────────────────────────────────┼────────────────────────┼───────────────┤\n",
+       "│ max_pool1d_w2 (MaxPooling1D)    │ (None, 512, 64)        │             0 │\n",
+       "├─────────────────────────────────┼────────────────────────┼───────────────┤\n",
+       "│ conv1D_w3 (Conv1D)              │ (None, 512, 64)        │        28,736 │\n",
+       "├─────────────────────────────────┼────────────────────────┼───────────────┤\n",
+       "│ max_pool1d_w4 (MaxPooling1D)    │ (None, 256, 64)        │             0 │\n",
+       "├─────────────────────────────────┼────────────────────────┼───────────────┤\n",
+       "│ conv1D_w5 (Conv1D)              │ (None, 256, 64)        │        28,736 │\n",
+       "├─────────────────────────────────┼────────────────────────┼───────────────┤\n",
+       "│ max_pool1d_w6 (MaxPooling1D)    │ (None, 128, 64)        │             0 │\n",
+       "├─────────────────────────────────┼────────────────────────┼───────────────┤\n",
+       "│ conv1D_w7 (Conv1D)              │ (None, 128, 64)        │        28,736 │\n",
+       "├─────────────────────────────────┼────────────────────────┼───────────────┤\n",
+       "│ max_pool1d_w8 (MaxPooling1D)    │ (None, 64, 64)         │             0 │\n",
+       "├─────────────────────────────────┼────────────────────────┼───────────────┤\n",
+       "│ conv1D_w9 (Conv1D)              │ (None, 64, 64)         │        28,736 │\n",
+       "├─────────────────────────────────┼────────────────────────┼───────────────┤\n",
+       "│ max_pool1d_w10 (MaxPooling1D)   │ (None, 32, 64)         │             0 │\n",
+       "├─────────────────────────────────┼────────────────────────┼───────────────┤\n",
+       "│ conv1D_w11 (Conv1D)             │ (None, 32, 64)         │        28,736 │\n",
+       "├─────────────────────────────────┼────────────────────────┼───────────────┤\n",
+       "│ max_pool1d_w12 (MaxPooling1D)   │ (None, 16, 64)         │             0 │\n",
+       "├─────────────────────────────────┼────────────────────────┼───────────────┤\n",
+       "│ conv1D_w13 (Conv1D)             │ (None, 16, 64)         │        28,736 │\n",
+       "├─────────────────────────────────┼────────────────────────┼───────────────┤\n",
+       "│ MaxPool1D_w14 (MaxPooling1D)    │ (None, 8, 64)          │             0 │\n",
+       "├─────────────────────────────────┼────────────────────────┼───────────────┤\n",
+       "│ flatten_w15 (Flatten)           │ (None, 512)            │             0 │\n",
+       "├─────────────────────────────────┼────────────────────────┼───────────────┤\n",
+       "│ dense_w16 (Dense)               │ (None, 128)            │        65,664 │\n",
+       "└─────────────────────────────────┴────────────────────────┴───────────────┘\n",
+       "
\n" + ], + "text/plain": [ + "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━┓\n", + "┃\u001b[1m \u001b[0m\u001b[1mLayer (type) \u001b[0m\u001b[1m \u001b[0m┃\u001b[1m \u001b[0m\u001b[1mOutput Shape \u001b[0m\u001b[1m \u001b[0m┃\u001b[1m \u001b[0m\u001b[1m Param #\u001b[0m\u001b[1m \u001b[0m┃\n", + "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━┩\n", + "│ input (\u001b[38;5;33mInputLayer\u001b[0m) │ (\u001b[38;5;45mNone\u001b[0m, \u001b[38;5;34m1024\u001b[0m, \u001b[38;5;34m2\u001b[0m) │ \u001b[38;5;34m0\u001b[0m │\n", + "├─────────────────────────────────┼────────────────────────┼───────────────┤\n", + "│ conv1D_w1 (\u001b[38;5;33mConv1D\u001b[0m) │ (\u001b[38;5;45mNone\u001b[0m, \u001b[38;5;34m1024\u001b[0m, \u001b[38;5;34m64\u001b[0m) │ \u001b[38;5;34m960\u001b[0m │\n", + "├─────────────────────────────────┼────────────────────────┼───────────────┤\n", + "│ max_pool1d_w2 (\u001b[38;5;33mMaxPooling1D\u001b[0m) │ (\u001b[38;5;45mNone\u001b[0m, \u001b[38;5;34m512\u001b[0m, \u001b[38;5;34m64\u001b[0m) │ \u001b[38;5;34m0\u001b[0m │\n", + "├─────────────────────────────────┼────────────────────────┼───────────────┤\n", + "│ conv1D_w3 (\u001b[38;5;33mConv1D\u001b[0m) │ (\u001b[38;5;45mNone\u001b[0m, \u001b[38;5;34m512\u001b[0m, \u001b[38;5;34m64\u001b[0m) │ \u001b[38;5;34m28,736\u001b[0m │\n", + "├─────────────────────────────────┼────────────────────────┼───────────────┤\n", + "│ max_pool1d_w4 (\u001b[38;5;33mMaxPooling1D\u001b[0m) │ (\u001b[38;5;45mNone\u001b[0m, \u001b[38;5;34m256\u001b[0m, \u001b[38;5;34m64\u001b[0m) │ \u001b[38;5;34m0\u001b[0m │\n", + "├─────────────────────────────────┼────────────────────────┼───────────────┤\n", + "│ conv1D_w5 (\u001b[38;5;33mConv1D\u001b[0m) │ (\u001b[38;5;45mNone\u001b[0m, \u001b[38;5;34m256\u001b[0m, \u001b[38;5;34m64\u001b[0m) │ \u001b[38;5;34m28,736\u001b[0m │\n", + "├─────────────────────────────────┼────────────────────────┼───────────────┤\n", + "│ max_pool1d_w6 (\u001b[38;5;33mMaxPooling1D\u001b[0m) │ (\u001b[38;5;45mNone\u001b[0m, \u001b[38;5;34m128\u001b[0m, \u001b[38;5;34m64\u001b[0m) │ \u001b[38;5;34m0\u001b[0m │\n", + "├─────────────────────────────────┼────────────────────────┼───────────────┤\n", + "│ conv1D_w7 (\u001b[38;5;33mConv1D\u001b[0m) │ (\u001b[38;5;45mNone\u001b[0m, \u001b[38;5;34m128\u001b[0m, \u001b[38;5;34m64\u001b[0m) │ \u001b[38;5;34m28,736\u001b[0m │\n", + "├─────────────────────────────────┼────────────────────────┼───────────────┤\n", + "│ max_pool1d_w8 (\u001b[38;5;33mMaxPooling1D\u001b[0m) │ (\u001b[38;5;45mNone\u001b[0m, \u001b[38;5;34m64\u001b[0m, \u001b[38;5;34m64\u001b[0m) │ \u001b[38;5;34m0\u001b[0m │\n", + "├─────────────────────────────────┼────────────────────────┼───────────────┤\n", + "│ conv1D_w9 (\u001b[38;5;33mConv1D\u001b[0m) │ (\u001b[38;5;45mNone\u001b[0m, \u001b[38;5;34m64\u001b[0m, \u001b[38;5;34m64\u001b[0m) │ \u001b[38;5;34m28,736\u001b[0m │\n", + "├─────────────────────────────────┼────────────────────────┼───────────────┤\n", + "│ max_pool1d_w10 (\u001b[38;5;33mMaxPooling1D\u001b[0m) │ (\u001b[38;5;45mNone\u001b[0m, \u001b[38;5;34m32\u001b[0m, \u001b[38;5;34m64\u001b[0m) │ \u001b[38;5;34m0\u001b[0m │\n", + "├─────────────────────────────────┼────────────────────────┼───────────────┤\n", + "│ conv1D_w11 (\u001b[38;5;33mConv1D\u001b[0m) │ (\u001b[38;5;45mNone\u001b[0m, \u001b[38;5;34m32\u001b[0m, \u001b[38;5;34m64\u001b[0m) │ \u001b[38;5;34m28,736\u001b[0m │\n", + "├─────────────────────────────────┼────────────────────────┼───────────────┤\n", + "│ max_pool1d_w12 (\u001b[38;5;33mMaxPooling1D\u001b[0m) │ (\u001b[38;5;45mNone\u001b[0m, \u001b[38;5;34m16\u001b[0m, \u001b[38;5;34m64\u001b[0m) │ \u001b[38;5;34m0\u001b[0m │\n", + "├─────────────────────────────────┼────────────────────────┼───────────────┤\n", + "│ conv1D_w13 (\u001b[38;5;33mConv1D\u001b[0m) │ (\u001b[38;5;45mNone\u001b[0m, \u001b[38;5;34m16\u001b[0m, \u001b[38;5;34m64\u001b[0m) │ \u001b[38;5;34m28,736\u001b[0m │\n", + "├─────────────────────────────────┼────────────────────────┼───────────────┤\n", + "│ MaxPool1D_w14 (\u001b[38;5;33mMaxPooling1D\u001b[0m) │ (\u001b[38;5;45mNone\u001b[0m, \u001b[38;5;34m8\u001b[0m, \u001b[38;5;34m64\u001b[0m) │ \u001b[38;5;34m0\u001b[0m │\n", + "├─────────────────────────────────┼────────────────────────┼───────────────┤\n", + "│ flatten_w15 (\u001b[38;5;33mFlatten\u001b[0m) │ (\u001b[38;5;45mNone\u001b[0m, \u001b[38;5;34m512\u001b[0m) │ \u001b[38;5;34m0\u001b[0m │\n", + "├─────────────────────────────────┼────────────────────────┼───────────────┤\n", + "│ dense_w16 (\u001b[38;5;33mDense\u001b[0m) │ (\u001b[38;5;45mNone\u001b[0m, \u001b[38;5;34m128\u001b[0m) │ \u001b[38;5;34m65,664\u001b[0m │\n", + "└─────────────────────────────────┴────────────────────────┴───────────────┘\n" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/html": [ + "
 Total params: 239,040 (933.75 KB)\n",
+       "
\n" + ], + "text/plain": [ + "\u001b[1m Total params: \u001b[0m\u001b[38;5;34m239,040\u001b[0m (933.75 KB)\n" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/html": [ + "
 Trainable params: 239,040 (933.75 KB)\n",
+       "
\n" + ], + "text/plain": [ + "\u001b[1m Trainable params: \u001b[0m\u001b[38;5;34m239,040\u001b[0m (933.75 KB)\n" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/html": [ + "
 Non-trainable params: 0 (0.00 B)\n",
+       "
\n" + ], + "text/plain": [ + "\u001b[1m Non-trainable params: \u001b[0m\u001b[38;5;34m0\u001b[0m (0.00 B)\n" + ] + }, + "metadata": {}, + "output_type": "display_data" + } + ], + "source": [ + "model_stim.summary()" + ] + }, + { + "cell_type": "code", + "execution_count": 4, + "id": "53441463", + "metadata": {}, + "outputs": [], + "source": [ + "inputs = keras.Input(shape=([128]),name=\"input_layer\")\n", + "outputs = Dense(128, activation=\"selu\",name=\"dense_w17\")(inputs)\n", + "model = keras.Model(inputs=inputs,outputs=outputs)\n", + "model.compile(optimizer=\"rmsprop\",\n", + " loss=\"sparse_categorical_crossentropy\",\n", + " metrics=[\"accuracy\"])\n", + "w_weights = np.loadtxt('w17_weights_trained.txt')\n", + "w_weights = (w_weights.astype(\"bfloat16\")).astype(\"float32\")\n", + "w_weights = np.reshape(w_weights,(128,128))\n", + "w_bias = np.loadtxt('w17_bias_trained.txt')\n", + "w_bias = (w_bias.astype(\"bfloat16\")).astype(\"float32\")\n", + "model.set_weights((w_weights,w_bias))" + ] + }, + { + "cell_type": "code", + "execution_count": 5, + "id": "1f5d4822", + "metadata": {}, + "outputs": [ + { + "data": { + "text/html": [ + "
Model: \"functional_1\"\n",
+       "
\n" + ], + "text/plain": [ + "\u001b[1mModel: \"functional_1\"\u001b[0m\n" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/html": [ + "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━┓\n",
+       "┃ Layer (type)                     Output Shape                  Param # ┃\n",
+       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━┩\n",
+       "│ input_layer (InputLayer)        │ (None, 128)            │             0 │\n",
+       "├─────────────────────────────────┼────────────────────────┼───────────────┤\n",
+       "│ dense_w17 (Dense)               │ (None, 128)            │        16,512 │\n",
+       "└─────────────────────────────────┴────────────────────────┴───────────────┘\n",
+       "
\n" + ], + "text/plain": [ + "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━┓\n", + "┃\u001b[1m \u001b[0m\u001b[1mLayer (type) \u001b[0m\u001b[1m \u001b[0m┃\u001b[1m \u001b[0m\u001b[1mOutput Shape \u001b[0m\u001b[1m \u001b[0m┃\u001b[1m \u001b[0m\u001b[1m Param #\u001b[0m\u001b[1m \u001b[0m┃\n", + "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━┩\n", + "│ input_layer (\u001b[38;5;33mInputLayer\u001b[0m) │ (\u001b[38;5;45mNone\u001b[0m, \u001b[38;5;34m128\u001b[0m) │ \u001b[38;5;34m0\u001b[0m │\n", + "├─────────────────────────────────┼────────────────────────┼───────────────┤\n", + "│ dense_w17 (\u001b[38;5;33mDense\u001b[0m) │ (\u001b[38;5;45mNone\u001b[0m, \u001b[38;5;34m128\u001b[0m) │ \u001b[38;5;34m16,512\u001b[0m │\n", + "└─────────────────────────────────┴────────────────────────┴───────────────┘\n" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/html": [ + "
 Total params: 16,512 (64.50 KB)\n",
+       "
\n" + ], + "text/plain": [ + "\u001b[1m Total params: \u001b[0m\u001b[38;5;34m16,512\u001b[0m (64.50 KB)\n" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/html": [ + "
 Trainable params: 16,512 (64.50 KB)\n",
+       "
\n" + ], + "text/plain": [ + "\u001b[1m Trainable params: \u001b[0m\u001b[38;5;34m16,512\u001b[0m (64.50 KB)\n" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/html": [ + "
 Non-trainable params: 0 (0.00 B)\n",
+       "
\n" + ], + "text/plain": [ + "\u001b[1m Non-trainable params: \u001b[0m\u001b[38;5;34m0\u001b[0m (0.00 B)\n" + ] + }, + "metadata": {}, + "output_type": "display_data" + } + ], + "source": [ + "model.summary()" + ] + }, + { + "cell_type": "markdown", + "id": "0905bc81-af38-4280-ae38-072b9530e565", + "metadata": {}, + "source": [ + "### Read training and test data" + ] + }, + { + "cell_type": "code", + "execution_count": 6, + "id": "841caa23-3f4f-455a-b21b-06a3b7cece28", + "metadata": {}, + "outputs": [ + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\u001b[1m1/1\u001b[0m \u001b[32m━━━━━━━━━━━━━━━━━━━━\u001b[0m\u001b[37m\u001b[0m \u001b[1m0s\u001b[0m 159ms/step\n" + ] + } + ], + "source": [ + "if not(\"RADIOML_DATA\" in os.environ):\n", + " print(\"Please set environment variable RADIOML_DATA to point to dataset found in https://www.kaggle.com/datasets/pinxau1000/radioml2018\")\n", + "data_file = os.environ[\"RADIOML_DATA\"] + 'GOLD_XYZ_OSC.0001_1024.hdf5'\n", + "file_handle = h5.File(data_file,'r')\n", + "myData = file_handle['X'][:] #1024x2 samples \n", + "myMods = file_handle['Y'][:] #mods \n", + "mySNRs = file_handle['Z'][:] #snrs \n", + "file_handle.close()\n", + "X_train ,X_predict ,Y_train ,Y_test, Z_train, Z_test =train_test_split(myData, myMods, mySNRs, test_size=0.2, random_state=0)\n", + "X_predict = X_predict[:NITERATIONS]\n", + "X_predict = (X_predict.astype(\"bfloat16\")).astype(\"float32\")\n", + "X_inputs = model_stim.predict(X_predict,batch_size=1024)\n", + "X_inputs = (X_inputs.astype(\"bfloat16\")).astype(\"float32\")\n" + ] + }, + { + "cell_type": "markdown", + "id": "53bf2899-8424-4f34-b305-dea322001c7c", + "metadata": {}, + "source": [ + "## Compute Golden Outputs" + ] + }, + { + "cell_type": "code", + "execution_count": 7, + "id": "532b9d20-6698-420d-842a-b5c2ee89c114", + "metadata": {}, + "outputs": [ + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\u001b[1m1/1\u001b[0m \u001b[32m━━━━━━━━━━━━━━━━━━━━\u001b[0m\u001b[37m\u001b[0m \u001b[1m0s\u001b[0m 36ms/step\n" + ] + } + ], + "source": [ + "predict = model.predict(X_inputs, batch_size=1024)\n", + "predict = (predict.astype(\"bfloat16\")).astype(\"float32\")\n" + ] + }, + { + "cell_type": "markdown", + "id": "b588f848-eb35-409a-94c0-9b9bf986383f", + "metadata": {}, + "source": [ + "## Store Layer Inputs" + ] + }, + { + "cell_type": "code", + "execution_count": 8, + "id": "84a1f04f-7eca-4694-906f-245a9001fd25", + "metadata": {}, + "outputs": [ + { + "name": "stdout", + "output_type": "stream", + "text": [ + "(4, 128)\n", + "(4, 128)\n" + ] + } + ], + "source": [ + "# Create directory if it doesn't exist\n", + "data_i = X_inputs\n", + "if not os.path.exists('data'):\n", + " os.makedirs('data')\n", + "np.savetxt('data/data_i.txt',np.reshape(data_i,(-1,4)),fmt='%.12f %.12f %.12f %.12f')\n", + "print(X_inputs.shape)\n", + "print(data_i.shape)\n" + ] + }, + { + "cell_type": "markdown", + "id": "33ae9119-15e3-49ce-9ef8-ffab0c9ec411", + "metadata": {}, + "source": [ + "## Store Layer Outputs" + ] + }, + { + "cell_type": "code", + "execution_count": 9, + "id": "de799f89-ecbe-4480-9dcf-3bb4e5402546", + "metadata": {}, + "outputs": [ + { + "name": "stdout", + "output_type": "stream", + "text": [ + "(4, 128)\n" + ] + } + ], + "source": [ + "data_o = predict\n", + "\n", + "np.savetxt('data/data_o.txt',np.reshape(data_o,(-1,4)),fmt='%.12f %.12f %.12f %.12f')\n", + "print(data_o.shape)" + ] + }, + { + "cell_type": "markdown", + "id": "a078889b", + "metadata": {}, + "source": [ + "## Store Model weights and biases" + ] + }, + { + "cell_type": "code", + "execution_count": 10, + "id": "61671230", + "metadata": {}, + "outputs": [ + { + "name": "stdout", + "output_type": "stream", + "text": [ + "(128, 128)\n", + "(16384,)\n", + "(128, 1)\n" + ] + } + ], + "source": [ + "print(w_weights.shape)\n", + "\n", + "# Munge weights to make compute more efficient\n", + "tmp1 = np.transpose(w_weights[:,:64])\n", + "tmp2 = np.transpose(w_weights[:,64:])\n", + "weights = []\n", + "for i in range(tmp1.shape[1]):\n", + " weights = np.concat((weights,np.diag(np.roll(tmp1,-i,axis=1))))\n", + " weights = np.concat((weights,np.diag(np.roll(tmp2,-i,axis=1))))\n", + "np.savetxt('data/weights-rtp.txt',weights,fmt='%.12f')\n", + "print(weights.shape)\n", + "\n", + "biases = np.reshape(w_bias,(-1,1))\n", + "np.savetxt('data/biases-rtp.txt',biases,fmt='%.12f')\n", + "print(biases.shape)\n" + ] + }, + { + "cell_type": "markdown", + "id": "06a8af86", + "metadata": {}, + "source": [ + "## Run Vitis Functional Simulation" + ] + }, + { + "cell_type": "code", + "execution_count": 11, + "id": "9986c78f", + "metadata": {}, + "outputs": [ + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n", + "Compiling AIE Graph\n", + "Compilation directory: /group/fndprod/faisale/repo/internal/designs/radio-ml/aie/dense_w17/vfs_work/dense_w17_app_d8585a9a\n", + "Compilation command: v++ -c --mode aie --config vfs_work/dense_w17_app_d8585a9a/dense_w17_app.cfg --work_dir vfs_work/dense_w17_app_d8585a9a/Work --output vfs_work/dense_w17_app_d8585a9a/libadf.a --target x86sim\n", + "Writing log to: /group/fndprod/faisale/repo/internal/designs/radio-ml/aie/dense_w17/vfs_work/dense_w17_app_d8585a9a/Work/logs/aie_x86sim.log\n", + "Please wait ...\n", + "\n", + "Compilation finished successfully.\n", + "Loaded AIEGraph\n" + ] + } + ], + "source": [ + "dense_w17_graph = vfs.aieGraph(\n", + " input_file='dense_w17_app.cpp',\n", + " part=\"xc2ve3858-ssva2112-2MP-e-S\",\n", + " include_paths=['./','../utility'])\n", + "act_o = dense_w17_graph.run(va.array(np.reshape(data_i,(1,-1)),dtype=va.bfloat16),va.array(weights,dtype=va.bfloat16),va.array(biases,dtype=va.bfloat16))\n", + "act_o = np.array(act_o)\n" + ] + }, + { + "cell_type": "code", + "execution_count": 12, + "id": "66a9c0d5", + "metadata": {}, + "outputs": [ + { + "name": "stdout", + "output_type": "stream", + "text": [ + "The history saving thread hit an unexpected error (OperationalError('database is locked')).History will not be written to the database.\n" + ] + }, + { + "data": { + "image/png": "iVBORw0KGgoAAAANSUhEUgAAAi8AAAGzCAYAAADnmPfhAAAAOnRFWHRTb2Z0d2FyZQBNYXRwbG90bGliIHZlcnNpb24zLjEwLjMsIGh0dHBzOi8vbWF0cGxvdGxpYi5vcmcvZiW1igAAAAlwSFlzAAAPYQAAD2EBqD+naQAAj45JREFUeJztnXeYHMWZ/789s1mr3VVe5UUIJARIAglk4QA2OqJt4DAGjjtjjMEB2fjgOAO2Cca2OFvmsH38jDEmnA8sDDbBBGFZZBASCEmgjHLcVVxtDjPTvz9mu6equjrNdJx9P8+jR7MzPd011dVV33rft95SVFVVQRAEQRAEERMSYReAIAiCIAjCDSReCIIgCIKIFSReCIIgCIKIFSReCIIgCIKIFSReCIIgCIKIFSReCIIgCIKIFSReCIIgCIKIFSReCIIgCIKIFSReCIIgCIKIFSReCIIgCIKIFSReCIIIhEceeQSKopj+e/fdd8MuIkEQMaEk7AIQBNG/+PGPf4yjjjrK8P7EiRNDKA1BEHGExAtBEIFy7rnnYubMmY6PT6VSyGQyKCsrM3zW3t6OAQMG5F0WVVXR1dWFysrKvM9BEETwkNuIIIjIsG3bNiiKgvnz5+Pee+/F0UcfjfLycqxduxZ33HEHFEXB2rVr8S//8i8YNGgQPvWpTwHICpy77rpLP76hoQG33noruru7ufM3NDTg85//PF5++WXMnDkTlZWV+N3vfhfGTyUIogDI8kIQRKAcOXIEBw4c4N5TFAVDhgzR/3744YfR1dWFa6+9FuXl5Rg8eLD+2SWXXIJjjjkGP/vZz6CqKgDg61//Oh599FF86Utfwo033oilS5di3rx5WLduHZ5++mnuWhs2bMDll1+Ob3zjG7jmmmswadIkH38tQRB+QOKFIIhAmTNnjuG98vJydHV16X/v2rULmzZtwrBhwwzHTps2DY8//rj+96pVq/Doo4/i61//On7/+98DAL797W9j+PDhmD9/Pl599VV89rOf1Y/ftGkTFi5ciLPPPtvLn0UQRICQeCEIIlDuu+8+HHvssdx7yWSS+/viiy+WChcA+OY3v8n9/eKLLwIAbrjhBu79G2+8EfPnz8cLL7zAiZejjjqKhAtBxBwSLwRBBMqpp55qG7ArW41k9tn27duRSCQMq5Xq6+tRV1eH7du3Oz43QRDxgAJ2CYKIHFarf8w+UxSl4HMTBBEPSLwQBBFrxo8fj0wmg48//ph7v6mpCc3NzRg/fnxIJSMIwi9IvBAEEWvOO+88AMC9997LvX/PPfcAAM4///ygi0QQhM9QzAtBEIHy0ksvYf369Yb3TzvtNCQS7udT06ZNw5VXXokHHngAzc3NOP3007Fs2TI8+uijuPDCC7lgXYIgigMSLwRBBMptt90mff/hhx/GGWeckdc5H3zwQUyYMAGPPPIInn76adTX1+OWW27B7bffXkBJCYKIKoqqZXkiCIIgCIKIARTzQhAEQRBErCDxQhAEQRBErCDxQhAEQRBErCDxQhAEQRBErCDxQhAEQRBErCDxQhAEQRBErCi6PC+ZTAZ79uzBwIEDHe91QhAEQRBEuKiqitbWVowaNco2YWXRiZc9e/Zg7NixYReDIAiCIIg82LlzJ8aMGWN5TNGJl4EDBwLI/viampqQS0MQBEEQhBNaWlowduxYfRy3oujEi+YqqqmpIfFCEARBEDHDScgHBewSBEEQBBErSLwQBEEQBBErSLwQBEEQBBErSLwQBEEQBBErSLwQBEEQBBErSLwQBEEQBBErSLwQBEEQBBErSLwQBEEQBBErSLwQBEEQBBErSLwQBEEQBBErSLwQBEEQBBErSLwQBEEQBBErSLwQRBHTm87gwTe3YN3elrCLQuRJV28av39jCzbtaw27KAQRGUi8EEQR879LtuMnL6zDub96M+yiEHly36ub8NMX12HOPW+EXRSCiAwkXgiiiPlwV3PYRSAKZPn2w2EXgSAiB4kXgihiVDXsEhAEQXgPiReCKGIypF4IgihCSLwQRBFD0oUgiGKExAtBFDOkXgiCKEJIvBBEEUNuI4IgihESLwRRxJB2IQiiGCHxQhBFDFle4o+ihF0CgogeJF4Ioogh6UIQRDFC4oUgihgyvBAEUYyQeCGIIkYl9UIQRBFC4oUgihiSLgRBFCMkXgiiiKGAXYIgihESLwRRxJB2IQiiGCHxQhBFDGkXgiCKERIvBFHEUMAuQRDFCIkXgihiSLsQBFGMkHghiCKGAnbjjwJKsUsQIiReCKKIIe1CEEQxQuKFIIoYlUJ2CYIoQki8EEQRkyHtQhBEEULihSCKGRIvBEEUISReCKKIoYBdgiCKERIvBFHEkHQhCKIYIfFCEEUMJakjCKIYIfFCEEUMBewSBFGMkHghiCKGtAtBEMUIiReCKGLIbUQQRDESiHi577770NDQgIqKCsyaNQvLli0zPfb3v/89Pv3pT2PQoEEYNGgQ5syZY3k8QRDmkHYhCKIY8V28PPHEE7jhhhtw++2344MPPsC0adNw9tlnY9++fdLjX3vtNVx++eV49dVXsWTJEowdOxZnnXUWdu/e7XdRCaLooAy78UehrY0IwoDv4uWee+7BNddcg6uuugpTpkzB/fffj6qqKjz00EPS4x977DF8+9vfxvTp0zF58mQ8+OCDyGQyWLx4sd9FJYiiI5MJuwQEQRDe46t46enpwfLlyzFnzpzcBRMJzJkzB0uWLHF0jo6ODvT29mLw4MHSz7u7u9HS0sL9IwgiC9ldCIIoRnwVLwcOHEA6ncaIESO490eMGIHGxkZH5/j+97+PUaNGcQKIZd68eaitrdX/jR07tuByE0SxQAG7BEEUI5FebXT33XdjwYIFePrpp1FRUSE95pZbbsGRI0f0fzt37gy4lAQRXUi7EARRjJT4efKhQ4cimUyiqamJe7+pqQn19fWW350/fz7uvvtu/OMf/8DUqVNNjysvL0d5ebkn5SWIYoMCdgmCKEZ8tbyUlZVhxowZXLCtFnw7e/Zs0+/9/Oc/x1133YWFCxdi5syZfhaRIIoayrBLEEQx4qvlBQBuuOEGXHnllZg5cyZOPfVU3HvvvWhvb8dVV10FAPjKV76C0aNHY968eQCA//qv/8Jtt92Gxx9/HA0NDXpsTHV1Naqrq/0uLkEUFRTzQhBEMeK7eLn00kuxf/9+3HbbbWhsbMT06dOxcOFCPYh3x44dSCRyBqDf/va36OnpwZe+9CXuPLfffjvuuOMOv4tLEEUFaReCIIoR38ULAMydOxdz586Vfvbaa69xf2/bts3/AhFEP4G0C0EQxUikVxsRBFEY5DYiCKIYIfFCEEUMBewSBFGMkHghiCKGlkoTBFGMkHghiCKG3duIXEgEQRQLJF4Iop9ALiSCIIoFEi8EUcSw1hayvBAEUSyQeCGIIoa1tpB0IQiiWCDxQhBFDBuwmyHLC0EQRQKJF4IoYjjLC2kXgiCKBBIvBFHEqCReigqKWyKILCReCKKI4QJ2KeolliiKor8m7UIQWUi8EEQRw451NPDFH7qFBJGFxAtBFDGs5YUCdvPnl3/fgD+/tzPsYtA9JIg+AtlVmiCIcKCl0oXz4a5m/OaVTQCAL58yNtSykHYhiCxkeSGIIoaLeclYHEiYcrijN+wi6JDlhSCykHghiCKGW21Etpe8oBU+BBE9SLwQRBFDAbuFE6VqI8sLQWQh8RIBfv/GFjzx3o6wi0EUIRSwWzhRsrxEqCgEESoUsBsyOw914KcvrgMAXHrKuJBLQxQbFLBbOFESDCRACSILWV5CprUrpb/OZKhjIrwlTZaXgolStUWoKAQRKiReQoZJnskNNAThBapKppdCYUVfGC4kpougFWME0QeJl5BhxQvNjAmvSTPWPGpd+cHWW9jGUVoxRhBZSLxEiAzNqggPUVWVG2xJHOeHGqE6DFs8EURUIPESIchtRHiJONAVa/NqPNKFpVsO+nb+sFds8cvdi/QmEoRLSLyEjMJ4tNM0rSI8RGxPYVsN/OIT8xbj0gfexXvbDvly/rBz5fDiKfjrE0QUIfESMmzMC82qCC8RxUqxNy+/rC9RchtRzAtBZCHxEiHI8kJ4SdgDbbGQCdnywS0Yo1tKEABIvIQO2xlRzAvhJX9atpP7m8RMfvCrjYKvQ36pdjDX/OO727FobVMwFyOIPKAMuyETRsdEFD/7W7tx1/NrufeofeVH2DtzB+222tjUih89sxoAsO3u832/HkHkA1leQobtjMhtRHhFSrLuniwv+RF2zAs3wQngevtbuwO4CkEUBomXkOHcRiReCI9QuLysWYq9dSmK8Td7ARskG/ZSadpChCCykHgJGXIbEX4gG2SpfeVHmjFihaId6L4RhAESLyHDdoYUsEt4hcyKR0vx8yPNuODCqEN+tRPdw6jw7paD+OO728MuRr+FAnZDhh1kyG1EeIXU8hJCOYqBsC0vYSbJU1XVN3dc3LnsgXcBABOHVWP20UNCLk3/gywvIRN26nGiOJENstS+8iMd8jMapuWF5lP27DzcEXYR+iUkXkKGNs4j/EDuNgqhIEVAmjG9hBKwyyapC/ja1CcRUYXES8jEfan0zkMd+Pqj7/m6MR7hHgrY9Y50yBluw9yYMY59EtE/IPESMpxJOIQEWIVy45Or8I91+3Bpn/+XiAayQYdm0fnBLk8Ox/IS3opEajJEVCHxEjIZLhgwfj3FnubOsItASIhjW4oqKU68BH99PklesNemFZBEVCHxEjKc2yiGHUXYCxH4WWn86s8vZFa8uAka8X6GdX/DXqrMZ9gNOmDXm+tp905VVXpOCU8g8RIyvNsofg91IkT1smhtE06+axFe27APNz25Cmf+8nV09qRDK0+UkAnhOI0ZH+5qxoyf/ANPvLcDAHDTk6vw2fmvoaMnFXhZWBdcGAMvZ3kJ2LXsRZ/04JtbcMpP/4FN+1rxz799B195aBkJGKJgKM9LyMR9e4AwDS/X/O/7AICvPvye/t7f1zbigumjwypSZIh7npf3th3GofYevLHxAC49ZRyeXL4LALBwdSP++eQx+nFBDIKhu4241/4XgH2mvfi9P3lhHQDga4+8jx2HssuKe9MqykqKJH9MnB6sIoIsLyHDm6RDLEieUAKraKLNmMcNrsKYQZXZ92I029XK35vmTQ3iMxKE4O9vAbsZnyZU6ZDrkSguSLyETNzzvERNu5CYyqINFCVJRXftxal5aW4vUbyIlpYgBD+XpC6EFYFcnpdAxIv/brI49nWmUJcTCiReQibu2wPQcxtNtAE3qSi6wIxTnIH2LKRsnokgBsGwLQZBBwyzYs2vRQRx7OtY4vQsFSskXkIm7tsDhBmwKyNapQkPrSklE4peJ3FqXZqrpiclWF7E45hnxq+myAfs+nMNK1ST175dzydXthqyBctL4i6+igESLyFDbiPCD7TOVVHi6TbSngvRbSSO3uzz49fvC9vyEvQEh9uI0qdBOhVz9ULaJXxIvIQMvz1AiAXJk6hZXogsutsoAd0cFSdxrJVfdBuJvyGIGXD44kX+2i/8clNxgcAxaosy4vQsFSskXkIm7nsbRQ3SUlm0GXMyrpYXE7eRiBqE2yjkFYGc2yiAm6j61CdxS85jOFFj4cRLjJ6rYoLES8gEEdnvJ1Fb3aNQ1AuA3CCrKEzMS4zaF2t54ZYKi8cFEI+SyYT7jGYsfr8fcG4jDy8Y92ziLDTRDB8SLyHDzkDi+EAnSCtEEq1zTSaY1UYhlsctbJ4Xq7iWIMaQ0JPUsXFxQeS18cltlGJUURyzibNwliPqA0OBxEvIxN1tFDHDC9GH1q5Yt1Gc/PRaWXtTGcu9fYLYXiPsJHVBW178Ei9s/2a3BN4tf1yyDb97fbOn57QiTs9SsULbA4RM0MF4XhO1gN2IFSc0tM41wUxP4tS+tEl6b0a1dA0F4YpI+zSYO4XfVTpYy4unGXZ9Om9vOoMfPbsGAHDB9NGor63w7NxmcG0tRs9VMRGI5eW+++5DQ0MDKioqMGvWLCxbtsz02DVr1uDiiy9GQ0MDFEXBvffeG0QRQyP2lpewC0BI0dpSgg3YDbNALtEtL2nR8sKTDsClE3aeF44Ars/GvHj5ezNcLI2Xq5hy5+rsDWZj1mKK34krvouXJ554AjfccANuv/12fPDBB5g2bRrOPvts7Nu3T3p8R0cHJkyYgLvvvhv19fV+Fy904r58MHoBuwTAuI2YmJc4mbr1DLtp3vIijqa85dIny0uE3EZBzG/8mlCxuV28PG8YzdovIUY4x3fxcs899+Caa67BVVddhSlTpuD+++9HVVUVHnroIenxp5xyCn7xi1/gsssuQ3l5ud/FCx1WsMRpNYgGBexGE232zFpe4mR60Z6LnnSGGyisLC9+WS6DsO5YwXsogl0q7VuelxhamVmCiLUirPFVvPT09GD58uWYM2dO7oKJBObMmYMlS5Z4co3u7m60tLRw/+IEn1MhxILkSeQsL9EqTmjoMS8KYml5URm3kZVFMgirRNB7C1lf3//rpQOwKngpXsK4J2ELWsJn8XLgwAGk02mMGDGCe3/EiBFobGz05Brz5s1DbW2t/m/s2LGenDcoWNUeR7dR1Cwv1JFk0ZPUsXsbxahutMFBVa2X2AaRJymV8f8aVrBXDOL6QYglL/s6toxBdUdBxyp29qSxaG0TOnuCiemJA7FfKn3LLbfgyJEj+r+dO3eGXSRXcHsbxXDkjVpSuDhZF/wkrVteFN06FqeaYWf/Xb1MrIRhtRH7nQDcRiFYR4Ne2BLEwOxlXxeONSzY63//Lx/imv99Hzc9tcr3a8UFX8XL0KFDkUwm0dTUxL3f1NTkWTBueXk5ampquH9xImyTdKFEzU0TQ/3nC1o9xDVgly1rdyo320wL6qE/uI3UAKxLLEHktYl7wG7QQdzPrdoDAHj+w72+Xysu+CpeysrKMGPGDCxevFh/L5PJYPHixZg9e7afl44NsV8qHTXxEsM69AOtHhIx3duIfRZYy4uY3CyIQSSV9l8gWcG7jfy/Hmvd8svS5KXbKBRXXsxjFYsB35PU3XDDDbjyyisxc+ZMnHrqqbj33nvR3t6Oq666CgDwla98BaNHj8a8efMAZIN8165dq7/evXs3Vq5cierqakycONHv4gZO0OZHryG3UTTR87wk4rm3kZnlRRSnQSRwC3v/saADdv1abcTibcCuZ6dyTNiJC4kAxMull16K/fv347bbbkNjYyOmT5+OhQsX6kG8O3bsQIJJA7pnzx6cdNJJ+t/z58/H/Pnzcfrpp+O1117zu7iBE3TH5DWJiEVNxbEO/SC3PQDiubcRJ17CtbyEvbIkiFw2LIFkLY57zAu7Ios6nVAIZHuAuXPnYu7cudLPREHS0NAQqxliobA/NZZuo6hZXmJYh36QWyrNBOzGqGp4t1Fa+j4Q0MqYkJPUqQFPcPgMu/5bs7w8V1B3J+6TzmIgYvPm/gcXHBfDpyByMS9xGqF9RE9Sx7iN4lQ37ABqZXkJIllY2C4C/pIBW178innx8rwhuN655Igxeq6KCRIvIUPbAxRybeN7caxDP5DtKh2nmmEHIdbyYszzIv+Ol/i1149T2EsGsj2Ah5YmM8uNuGqsEPjdI4K5QZRhN3xIvIRMOubmxzCT1MkuHcc69AMuYFeLeYmRsMsv5sWfsrADbdgZdoO4vJdiwOyeeGl5CcOFE/byeYLES+ioMVfwrIAIenCUWX3iNED7iWx7gDhVTV4xL8xnPakMlm09hJ5U4aNklAJ2gxgo0x66jczi+LzNsBusuMteM/earL3hQOIlZOK+tTorIIIOOJZZXuIY9OwH7PYAObdRfOrG3PIiJKkz2Yfn9udW48u/W4IfP7/Gg7LIrxEU7H0L4upeLpU2+76XE7WgxR3A9zMx7LaLAhIvIRN2x1gorNsoaPGVkFheSLtkYbcH0AgjtX2+sINDN7s9gPAbzFwGf1qW3Sbk/97dUXBZWMEUTp6X3Ovg9zbyR7z4lWE3qD40rOSiUVsgESYkXkIm/oFfIQ6OkgfZt8350hlc99gHeOTtrb6c32vY7QFiGbDL7m1ksT1AOgDLJW/d8eUS1nDixf/LebmrtKnbyKc8L4G5jZg6ClK8JEm96JB4CRluV+kYzYw1wrS8BOk2euGjvXjho724429rfTm/1+S2B0D89zay2B4giH1/ws7zEnRwqJep780mNHGPeUkH0O5kyKzN/RUSLyETd7cR+ywFHvMieY79KkJrV8qfE/uEbHuAOJle2MGhy2J7AD7TqT9lSXHixZ9rWMFeMhjLi3diyUyk+LU9QChuowD7bdIuOUi8hEzcl9zxMRVBW15kMS/xq0M/0DpUPs9LfOomYxLzYlgqHYTbKOS9jYLYa4iFEwMFPtNmIsXL38FZ3zw7qzWZkARtMszcFBGDxEvIxH17AJbgA3aN78Uzbsh7tFuR3R4g+zpOVcO2pe6U+VLpwN1GIVQiF7AbyPW8G5gDCdh1cD2v8VLguYHcRjlIvIRM3Cwvf35/J65fsAK9fc5wNaSHGJDneYnTAO0nfJK6OO5tlHvdZWV5CSCYNsw8L6Igi9vGjMEH7AZzg8KKgyLtkiOQjRkJc/jVRiEWxCH/+dSHAIBPTRyKS2aO5covDix+Iw3YjdMI7SOs2yiOexupJpYX4/YAbHBp8QXsipcLJsOud2IgEPESwvYNXgY1u4HcRjnI8hIybMOP08Db0ZMdUNgSB+72CnCpdNzQ6iGZYDLshlCGDY2tupXODWZ5Xiw3ZvTLbRTCahb9esLfQe8qXegzbVZffq02CqoLCmuzTnIb5SDxEjJx3R6grCTbdIIOJmSRJ6nzvwxxiE3SyqgwAbtBj7wL3tuJs+99A9cvWOH6u05jXoJYJhuu5UVwGwUgQVUPxYCZSCmmDLvBipfALhV5SLyETNxiXjTKdfGSey8KS6WDMOGKKeqjiFYPyUR4Abu/e30zAODFjxpdf5dbbWSxPYCXVgIzwox5Ea8XjOXFuwmVuduooNNycNsnBOY2yr0Ost8jy0sOEi95sO1AO+Y+/gHW7mkxfLb3SCe+86cV+GDHYe79rt40/uPJVXjhw73c+2y7f2blHryyvkn/+0/LduC2Z1ebfldkQ2Mr5j7+ATbvb8PjS7PfzceN8qdlO/CjZ1ZLcmrk/v714o/xwBubTcVXd8q+zFpdLd9+2PQYkXRGxS1//QhPLd8lfZBlv/fZlbvx/ac+tHRf3PfqJtyzaCMOtffg248tx5UPLcOaPUekx6bS7ur0Fy+vx/19A7msvHf+bQ3+uGSb4bOH3tqKu55fi1uf/ghPvr/T1TW1e5FUcgG7tz+3Bpv2tbk6T+ORrr57dMjV9wCgJOmue3n47a34yfNroaoqn+eF2Zjx3S2HcNkDS/D8h3sAOBf/qqrirufX4tF3trkqk/gMbD/Yju/8aQXuf30zvrdgBZo7erjPP27KPoOb9rW6uo4ZoqXlrY/3S6/rhkeYem5qyd7f97fl7q+XeVPMVxt5p16C3j4BCG9vIxIvOShgNw/+umI3nv9wL4YMKMOdF5zAfXbjn1fhnc0H8bdVe7Dt7vP19x9fugNPLd+Fp5bvwvlTc++LD/fXHnlf/94vXt6AQ+096E1npN8V+fLvluBIZy9W7GjG7uZOAMCZx43A6ccOc/X7bvnrRwCAz04ehs9NHqG/z86Atx3swM9eXI9PHzNUf4/VBma/l+WmJz/EW5sOGOrKioWrG/GnZTvwp2U7MGRAmeFzWWd5/YKVAICTx9fh0lPGGT7v6k1j/t83QFWBIQPKdEvBuMFVuOvCWsPxbgKTdxzswH2vZoXLtZ+egIRg9/1gx2E8/PY2AMC/zW7gPvvx87lsvo8v3YFLZo51fF2tHhSFDw36tz8sxZJbznR8nv94cpXre6RR4tLGfWdf9uILTxrNbw/Qyw907245hOaOXnx+6ihOXFgNIh/uOoI/vLUVAHDlaQ2OyyTe6wXvZUXk31ZlxVNVeQl+dtGJ+udf/t0SHO7oxXvbDmHprXMcX8cM8Te9vCY7uaksS2LeP0/N65xalugvTh+FexZtxGsb9nP3N5DVRjGPeQlrbyNyG+Ugy0setPVlWxU7VQCmM9sDbd3S983Msqqq4khnLwBg+8EOR+XSjteECwC09L2XD/ta+DKzM2ANLXAX4B/i/a3y38uyZb87KwAAHGq3Pq+VOVr8PRrt3Sl9kGjuyNWX7Pdmr+G8s2rvyWXm7ZXMNls65Zl7vVrlkWSWSgPA3iNdrs6zbq/RuuiUkqTznpb9ve3dKYMVT0S7N+ytsBoQ2XbqBrtg412HO7m/D/e1nyaTtuYWs58kXjcf2rpS2LK/3fC+l3FEgbiNQnC9h5VhV5z89GdIvORBZ292wJENRmbjmtks1Oz4jp60/uDns1pDoxArozh4d0kGkfbu3ODLPtBOrivL0+LgS5bft+q8zDoZdmDr6M39Hj4tfO51ysX94L8nub5JFbBWrnzQ3UYJpaDZmpmAc0JJwnn30ptm247CDXqySYJ2vNNVH6WMkHJz/+xchH4PJV4H6HKTJUV+fk4QFmhVMLsnXoqMoJP4Ga4ZoHihpdI5SLzkgTbY9Uo6NrOGbKaYzR5idi+dHpcxFiyyFPpO6RIGUNkgwloW2I6ukOs6RaZ9rDoSMytXJzNAd3TnXvcwgxw7iLlxG7HFsROhbP31FDg11ZPUKYXdCbENuKHUheWF/b0JxRg/JZJLkujMZcDG37ip20LvQ6F47ZEQJ1yyxyVjItrzIYg8L2GvNqKA3XAg8ZIH7X0DnGwGZ/bwmG1lbvastXbl3Bc9BQwgbts623F1CqZ22Sy8nRns0y4tL4Ui04NWJlwz0cFaj1grDHt/2VUubgJ22WvKxC4LK266JULRDdplE+xS6TwopGN2M0tk27ii2K/w0eqVG2gtyspaPt08T2GvLPN6Vi+2Xal48TB9QxDbA4SRYTeMOBuAMuyykHjJA91tJBUv8u+4sbyoqooW1vIimXk6xW1bZ2dmoptIJl7aWLcRZ3mxJ6+OhhVI0o0Zzb9qJmxYkdbBxqiYWFvcDGjsQCm1vJhYZmQzfjf1pd2LZAL++zZMKHWx2oitp3TGfnDr7TueHYudzrrduOR6U9bnNPvUK+u+55YXtl2ZnNvLpeFm3/dPvHh2WutrhpTnxWwS3B8h8ZIH2uxc5s4xa8jmMS/G47tTGc7yYjdj9xL2Wl0Gy4ux0+cHHdafnvu9vm2YJzmv1UzR7DPW2tLOvO71wG1kK14Y2LrvlghFN9fV6ibrNgqnw2PbvF0bEOvJrsn0uHQbsc+ZG8tLvm4jN/E+lnj86LC/J6PK74vTIGgnBLHaiHcbeXZaS/IRzV5AbqMcJF7yQJupSwP/TNqxmQlddorOnjQX81JIwK7bh5n9TaJYkQXssnBuI+Z9s5luoQG7btx2gPng38EIhc4eeb1zlhcXYpKN15CJ0DR3XmvLi5vr8m4jx1/zFDbOxM7a0ZPmRaPd4KbdD6cJ1bjtBlxYMvN1G7lZaWWF1wG7bBvqzWSkZ/cycabZPfEyw24YiT75vY2CEy+kXXKQeMkDLUhV7jaSN+SEiSVCNvNp70nxAbtMx+/WiuG282UHTTYYF5BbA1jYS7EPmV9BjzIxYjn7NhMvjOuLjeHh3EYm8S922FlezFxFMuuAm3rMuY2U0Do81vJit2qpm6sn1XZASGeyxzhNqMYHAHvnNjLDbY4bM/x0G/Wm5BYuL2NezESol5u4spcIygjCi+ZgrgnQaiMWEi950Gmx2sh0qTS7VNPGX5q1vDABuyYWACe4dTmxMzNWQAFytxGL2QZ2hQafctjMeMTOlhV7ppYX05gXuUvMzT3othMvJgG9sgHWjQVOX22UMAbsPv/hHsx/eYOtEGY/17aDcAN7+k4b8cKKtVQ642gG3SscZ7lMnqk6N+Ilb7eRy+zCZnjtcuXES1q1XSpd8N5GAVteggvYlV/fb8htlIMy7OZBbqm0JKjSxMyb4NwdKkqT2deyZ7hDcBvxHXvuu8ZrGM/n1uXEHs8KKMB+9pzhBnhrF0i+pGxEhNiROOlkuKXSPXLLC2+FyTfmxfi9XmHQln0vn+tqQjK7PQD/2dzHVwAAZk0YjE8fY559mR3kK8wanQVsGxBXromwddOTzjgyxacyqhA4KT8uk+EtOa5WG+XZdr2aIXtveeGfUbul0n7leYl7zEuQSerY+0FJ6nKQ5cUlqqrqg52b1UZsZ8YHzRm/0CFYXuxWociuIfuuE3jxIlpebGJeTAYIO3eTG/iZo339O1nizFpbOkwCdtm9WNy4jfiYF+duI6vcJk7QZqDZJiHv8A61W++P08K0wbI8LC9sQLsby0tvWnU0CPWmMo6S1PVmMtyM3JXbKM9g+VKPBhmvY156BYFsF/NSeKZns/d9srwElKYuyM062UkaaZccJF5c0tWbm63IBkOzhz1pEmgqdRv18jEv7MNhNROUi5f83UwG8WLT6bMDiTiT9gr2vLKqFmdBXDIpJxl2GSHD1jXr3nEXsGstnszOW2jMC+82cvw1Dvb+5zPY8MHfNuKFCdh1ahnpzWQcWdZSaX6jRzeWF1kWbSckPQrY9XosFpf/S58hB8+MU0zdRj5l2A3D8uKlC0xGmhMvpF40SLy4hA1ilQ0mpqZrk4Fd1je2d6e5PC8sVmJElgMgLLcRZ0XwMObF7veI4pGtL7OOlM2qyx7CfdfBeWTYxryYfC6zDrhzG2X/l7mNNOw6Qm7FWx6JEtnydvbYrDZKWVudZPSmBbeRySVSQgCwm9VG+fxuACj1aKm0rwG76Qxk6shLN4yVoPQKuwUQfuCla80OVkBSnpccJF5c0sllYLWPuci9n3vda2d5EdxGLFaDt8wf6tZnzw7Y7cz+SoC7gF12MPI05sWm0xMHMCdpvDtMRFkPZ3lxnq+FO4dNPZjFBhUasKt14klJwK6GXT/IuS7zsECw37FzG7G/166d6edPyQN2xQGsRwjsdWV5yXOQ9SrmxXe3kY310q8Mu77tbRSY5YV97bN44fb98vVSsYLEi0vMYiI0zNoxb3lhlz7LrpEyuGysrqkhW57pdl8k8fxsBl03MS9eprpnsd0fSKjQlAPR0dkjr2tW+OW7l4mt28gkENir1UaKYp5g187ycrAtFxOTzyDOltdNzIvTzSBTJm4j8f6kMhku9iKI7QGiGrArJlu0i3mJx95G3pXXKU43BPUCtg2S2ygHiReXdNi4jVjMHirObSQL2O1No7XbzPJi4TbyOGAX4C1NduZ2s9ktG89ghlNzr5s6B8yDiFk6TFbCmAmLXhcdr12eF7PPZWV1IyC0353N82JiebE5x4amVu58bmfhbJ2J2ZpF7KxO0u+kVH7VR9/XxFVoqTR/nKul0vm6jSK6VJqzJqYyUpcLl2G3wHmH+Wqjws7LX0P+2k+C3NvI79VMcYXEi0s6bNxGLGbZP+3cRh3dabTlYXmRiRe3biPxN7FizdZtxHzs1vLiNHeKmzoXjzcbtNpNxYt8hVHaw9VGvGXIOi7DjRDV2pVVzIsdGxpbub/duo7ytbw4jUlJZTLcc6WaWF560/xx7iwvdu1Nfi7P3EYml8/XciGKcG4xQN8fsjrNF7MmG/cMu043BPUCfmUTCRkNEi8usXMbsfAWFvZ9ZiCUuo3SebmN5AG78sb+0xfW4tuPLZfGB4hl0bB3G7HWFmawMCmzylmjHMY52Bwn9iNOLC9mbiOzvY3cWEBs87yk5XUgt7y4ES/Z/xWLvY3sBmaDeClg5Zo7t5HztiAz34u/q1dYbeQqYNfuGTfJwOtVhl2zsSrfLUOsUg1obdzLHCZmA7uXu3Wrpn/4B1t1vruN2BWWvl4pXpB4ccjeI534/lMf4j+eXKW/l11qaK7A391yEPf+Y6MhYyi/3NfYHB96e6vpwGI1gMgCds2Ew+/f3IoXP2rEyp3NwvkLES/MdZkBwonlxWkadju3UUZV0d6dwvyXN2DtnhauHjXLy5GOXvzk+bW447k1aDzSZeo2yqhZ8fPSR3uxeP0+/f10RsXGplbMf3kDWrp68fSKXfiPJ1fh72saue+/s+kAnly+K/cbbdxGe4904ucL12PnoQ6TmBe+jv76wS78+f2d8rIzbiOzcfTBt7biP59ahXe3HMS2A+34+cL1ONjWDQB44I3N2N3cyV9f2ITzN4s/xgsf7sWdf1uDH/9trf5dDdbqZ5+kzrnlRdPom/a14eG3t3Fl6kllMP/lDYZzOxGxPakM7lm0ER/sOGx7rP55Out6uf/1zXh94379fdby8sjbW/Gy0DY0FizbgWdX7saRjl784uX12LSPF4xmAbs9aVW/7vef+pArs115NUS3kfYZW1f7W7vx84XrseNgh6PzP7NiNxYs26H/bSZ+vEypH0bMS6BJ6rj9D3y9VKygDLsO6ehJ4wnJQNGbVlFWku2oxIH1qkfeAwAMqS7nGqBdnhcrrNxAstme7Hj2YRcHlULcRm9vOoBLTxmLZELhXSBmlhfmtVOXhO1qI1XFS6sb8T+vbsLGplbceNYk/TNtIHpu1W48+NZWAEBNZanlwNqbzuBbj30glCGDs/77DQDAnuZO/HXFbgDAy6sb8dGd9fpx//LgUsO5DL+H+d2PL92BbQc70NadksZMiLPmG/6cFdKzJwzB2MFV3LF6ht2E+QqFVTubsWpnM9bsacH+1m7sa+3GxqY2/PxLU/GzF9cDAMYPqcKOQx1QVf4ePbtyN365aCN3vpG1FbjmMxNyZeRWqrlwG9m0s1G1ldjd3Inv/+Uj7n1VBR55Zyv++O527v1UxlnMy9ubDuDXiz/Gks0H8OQ3T9O/a0Uqk8Hbmw7i7pfWc+9r929jUyvu+NtaAMC2u8/njtnf2o2b/5r9DRdMH4VnV+7BA29swcc/PU8/xuzyqXQGG5va9OtuO9iOJ74x27Ks2e8x/ZCQ50XrK9j33tl8EO9sPoinV+zGklvOtDx3TyqD7z2xEgBw5nEjMGxgeSC7SgcZfyK9podCTAbbBoNKwhcHyPLikKoyeXp0J7Edm5pauYeKy7Db9/LfPjEef5v7KYwTBiERK8uDzPJit/+SeD7xb3ZgN1tSrPHCR3vxeN+sy0mGXTOXiRW2bqMM0HgkazFo7uzlxIE2oz/ckQuGbu7oMbW8AHKLAduZvPFxbrbd2p2yjBGQbw/Az3IBYO+RLtuYF3ZQWL37iOFYPUmdotgGXTZ39GJf37WXbD6AppYu/bPf/dsMfSBmy795f5vhPIc7+Iy9drtks3Q7sLx8auJQLLj2ExhSXSb9PKOqWL27xfB+NuaFuZaJeNHKv/dI7vfb5XnpTanYI1iogNxeZi2dubYmWmbZtvVqn2VPbCNm7ak3neEsXc0d8gB/2fc0etIZTpDqO3VLrsnWiRns0nrtt5kG7HoZ88LcoqAG9yDjbILM5hsnSLw4pKpMbqTiAkJNVtUoiiJYXowN/+zj63HimFrM/exEy3J4kaTOLEhULBsgZJ/tlseGsDz9wS7Ddc0GLiep+0Xs4i4yqooDfUt8O4U8NZqgYn9TW3fKMh6jRZJvhy1rm1AnVitZZFYwdvDQAocPtnW7Wm20sckoJLTmlhUv1gNwhxDzoy2RnjRiICbX1+ip7tnyy+JoRBHoRpzyAbvyY09pGIxPTBhiupInrarSgVeMjTE7f4de/+wScRvxkslIJw2aFZTdE6pLEGXsvW81ebbMWnsqrXKJLDt67Z9NQIzjyvCZsPvqJd/BmI3T0wRoMBl2gx/c2Wbhe5I6DwOoiwkSLw4xs7w4zSRrt9pI6//MZpUa7rcHkIgXi0HFEPNismmhGQPKsyLPSb2ws1qniezsA3ZVHOibkXb0pKQxL2yA7mGb/X2OdErEi0XiPq2OZG4S+d5Gxs7oQFuPbZ4XtsPeKMRJAPxSabul3eJ91epPa4ulJZrlxbruRSuVXQAyi5M8L5pmMQuGzah8Qi+NlJCJ1zxwO3vdzt402vvERC9TjzJ60xlpTFFSFy+5LlasZ/Z3mo1JZoNVTzojtXTYwba3rl4+Fkhr1/mOj6x46dAtL/JjPc2wy74OaHBXAxRMnHjx91KxgsSLQ0qTCZRK9itxummiqduo730tF8fQ6nLLcrjfmFHSmVt05AbxwswI7VaMAMDAihLDec3K7IvbSM3NnJ1YXg7abU7YaZzRWglIzYohWy0mSxgoc0uYWV7Y67J99MZGiXjRRbEiHdBZRKGkiRetLZb0pbrvsQmqFt2KKU6wW39XZnkpFzaD1J4Rs00iVVWVxqikMqLlRd6OuXbR14Z6Tcqi0ZtSpTFF6/a24revbeZm6KLAcLKqymq1kUws2ME+P+J3tPaVryWBFVO6eAnA8sLnqvHstJYEuXw5RW4jKRSw64LK0iR60/ygxLmNTDojVVVt3UbOLS8WbiPHlhfzGbE4yJhtWmjGgD73ml0skKqqvL/d4UzMScCubnnpTUv3C2IH2QOt/AoZETvLi4g2QMm2d5CJHtmS0faetDSGgRU/bAm2HWw3HKvvKp1wnkNHQ3O7aW2xrE+02y1vZS1amQy/n5CdZY39XLNIlJUkOGGltW9Tt1FGlbrIelLOLC+s62V/WzfGDanS6668JCEVCKlMRtomdxzqwH8tXI+dh3OrdMTvO9lt3cpywYqXzt40MhlV6sLiv8eKF/551u5BvoNxC1ee7GuzwFxvd5VmXwczurO/K0i3UWDqLAaQ5cUFmkuEpcep5cXEbaS1Ra1jtrO8WFkeZN2W7HhuvyLRDy8G7PbmZlBOZoraue0y7KaFlQ5O3Ua2S6Uzqm5N6ehOGwZQVVU5a9KBNmvLS3On8XOrQbxdFy9GoSddKm0ixvYeMQaB8pYXa6uG7jZSFNc5NQ4KlheZ20g2KLUzG1yKq8fcuI00wVKSUDhrpxbTZek2klSnuI2AWRtiN+jU6kA71sza05PKWO62vnJHs/66XRAL4rMnw3ypNO82UlVn52PbW3u3fCKWb9I1tjxaWyjW1UZqgIKJ3EZySLy4oFIS98KtZjHd4I/PZCmLXdBM4myAnwwr8SLrEGSzQnYmblwqLcZwZDs4Jy4jINdB99pYpGQp3J1gNxD3pFV91UhPOmO4dncqw82A7cSQ1G1k0UO6dRuZuaD2NBtXd3Ci1+Y8+mqjhJKH5UUTL1nLiyYWuKRzEisEa9ES76ergN2+e5ZMKLrLCsitpis1ERKA3A1n2FXaRITL3Ik5t5HZakPV0oLCWjf8dBtlr2X/jLL3Qcws3atbXmxPI4WzBNm4jfyyvAQV82KWPd0P2D6PMuzmIPHiAlnQLrvU1Wwg7OxJ2e5t5DQhp1XsgGxctwvYFTs8cYDVPhdnjWZox9tZpMT3HMe82MRdHGjr5jp8cY+onnTGkRDTYhykbiOLe+DWbWT2u+V1xszAhI/FuBWtP006iHkRv6cN3LrlJWm0vMhciKzbSKwjJ8neNDQLgqKIlpfs/2UW+wbJ9gQz7Cpt9pwybiPNnagJPzPLSyqTscxhw7tdzQN2WZzEU6TSquG3OgnatUocqPUt+VpF+Bic4NxG7AMf1NgepLWHWwpO2kWHxIsLqkrlbqM3Nu7HT55fa5pFs6MnzT3EnOWl76XT3UKtBnlZRyed7TNPw0Nvb8Xy7YcM5x/Y5yLTTOlOVzO09+U6sUs6Js6QvVpttF+IYRFnpwtXNzqaoWpCVS5erAJ2zd1GzZ29eOCNzdh5KBcH4WbXb85tJNhejOJFE8XuLC+dvWk9z8sQS/EisbxYWLTysrwoCicaNNeqVep9WayQwfLiJGC3PWe9AywCdtMqFrwnz3IMCHmSRLeRqQUod5zZYJXKqAarYEdPGmv3tOAPb23V20p3Ko0H39yCzfvbsGlfGx5dkkvgJ05ItH7BzHqxcmcz/rhkm+nnXMBur7Xlxdu9jdjXwYzuQWbYZftrEi85KGDXBVXlEstLOoOv/+/7ljPLjp40n8lSMrNixUtdVSmaO3px0rg6rGB85uJ3RWQNWzbQsh15a1cKF/92iZ79Uzu+prIUrd0pvRNyupqhoydtKKNMmOTrNnK7OWCLID7+86kPMaLGOq4IyOb1OdzRa/g+YO1C0wYeWX6YRWubsGhtEx56axvevTWbrdTNxpmyWCkNftmtqh9bkrTP8yLS1NK3VHpA31LppNFtZCdeRPdePpaXrFjJiQbNtWrlNpKJzZ4UP3kwE+JszMv+PtdZyka8AMCuw8b4JP2cFqkGzCwvHT1pDKwoBWA9WB0SVsp19KRw0f97BwBQV1mKi2eMwe9e34J7Fm3EvJfWG2Li2N8L2LuNLrzvbQBZi9y5J440fM5ZXrSYF5Mf4GZnbztYIRHU2M5bQyjmJQzI8uICmdvoYFuPbcfc0ZMyXe2gixfmTvxt7qdwxxem4IZ/OtZwLqtrmSXoMr5nPE57ADVLQE1ltvPUXAF24uWY4dUAsrM5sYwywWW3RNsMp3sgacgsINrgzCKu1Kq0sLyIielYRMvL0cMG4JMTh3DHNDIZbN1ssMftiSV8xg6Erd0p/dhBVWWuY1403LqNOqzcRi6WSusJ9hJAaQnjNtJiXiwsL7L73dbNP3/ioK/BrjbSAna1ejRzG9nBDjwG8eLAAmSVMVb8Hexv39iUXT7/zuYDejnsJhW628imvXwkyegM8C477TeIzXtQVbZfOdje42qDTCv602ojSlKXg8SLCyoZt5E2E5OtChGxdBtpHTVjeRk7uApf/eRR+uyLxa3byGolCouW4VObadZWluhlB+zdRnM/l80M3NGdNpRRvkTYXUBn7nsuLS99Hfpnjh2mWxJk1FTwRsjKvsBpmQWlrdvK8sKLl3+aUo8Lpo82Pd5Nsi7e8mLuNtJylAwoS6KyLJlXQjDtu0BOvKRsAna7ejO6SCjEbaSRVBRuWbS22shsqbQZrV0pboA73NErbZOsaNBWofXqlhfrQHoniLuXO3EbWY2Lh/oC0zVhxe4CbpYR3ArZrtIyzO5lq2SptNhOR9RU6In7Gh1sOeCEMPK8ZDjrub+ighcvvl0mdpB4cQFredEsE04ewM5ec7eRKnEbaciS4rl1G0ktLxIBcFDorGt1y4uzgF0tOV17T8owcMnKbMzs6+yptLNyiWh++JKEYrkMva4qJ2xKk7lYC6nlRSJoNMSA3YEVJdIAU+33O431Yb8DGAc11vKirxYamP29+cwMte8CuXbYw1le5AJOc6m5DdgV90UCss9EqcvVRjJaulKGOpBZX1hBlrO82LuNnOI0zwtbDqtBUatTzQ26Yudh/TNZfdqhu41s2ovZs9oiSZon1ntZSQKj6ioBwLBreb5wmy6HEPMilsFr3G7M+OCbW/DDZz4qeisNiRcXsKm+tcF9b4u9eOnoSfOrHZiOPLeBnvF7shmm1SAgt7xYx7xoiGZy7fdposXO8lJdnj2+qzeD3yzexH0mm+VauY1UVcVjS7fjvxdtxHYhAZtTkaOhzQaTCcWQAJB1BWhiFMhmlNWCQrcf7IBIu8Tyop1L67Q111JNRYm+SR+LFhTrxm2USpt3YrzlhY9ZcWutYr8LACUOAnY17Z1bKu/c8tLVm5bm20kkFMFtlP3fym0ko7Wr1/BsyK7H5j3RrDOFuo1YnMa8sEuYtQ0brRgxsAIAuPg4LWbHzfjldKk0W+627hT+793taOtOcaK+3STmpTSZwOg+8bJXkg4gH0LZ20gV//bvwm5+X3cqjZ+8sA7/9+4OfLzPuOdZMUEBuy5grSO1FpYXReE7jY5ufubHr9vXviOzvBg7TKuBSCZKpHlepPvp8DPNQX2WiJbO7Oohu5iXAUww8x/f3c59Ji2XIWA397uWbDmIHzy9GgCwZk8LHrxyJvM9t24jueUlmVBQV1mq76Zcy4gX1vIiQxbzMqy6HLubO3WTvzazr6ksld7HPc1dGDOoytKlM3xguV4+QLDSWFpe+KXOeVlemLoqk7iNxJiXqtIk2nvSusg1xFdYiG4z66XoNkoU4DYS6+BAmzHuSQzEPtTewwTsFu42crraSHMvbd7fhl+/kp0IDB5QJrUWKQowvM/ywu78rAnYFkkMkBnaPbNzG7Fbatz05Cq8tLoRb286wO3WrrmNRCtOaVLBqNqseJHtxp0PYcS8iFYNP6/LTVpsrrN5X26yZ7Uqrxggy0ueVPctJZZ1vPU1FdzfHb285YUNOrXK8yLdS8kiYFXWruUrfYzviT7+hqEDUJpU0Nmbxq7DndIATRYxud5Vn2zANz4zoe+c9hYhNqBzNRMQyL7OrqJx1kloA66Z5aWqNMm5AXnxkrB88GXiRTt3dmWZqs96Jgytlt5HreMW7w/rYjp2xED8+vKT8NlJwwBYJ6ljLS+5jRWzg1o+AbtDqo1uIyvLS2UZHyNlvL/m4sVsEEskBLeRlmGXqaOaihL84LzjzH8IspYXcWZ8sJ0XL72slaXv/AfaevR26YvlxSZgd93eFv09MzfQ+MFVGFhujI3TnmeZSDMjZ3mxbi/sOV9a3aj/z4or3W0knKusJImRddn+cY+DeEEnhLOrtCBevFs8ZXktu5+3oSnXZvyqClVV9X9hEoh4ue+++9DQ0ICKigrMmjULy5Ytszz+ySefxOTJk1FRUYETTzwRL774YhDFdEWZELDLDnb1tbx4UVXe7WK1PQCLbIbpNmBXvlGdueVF+6yyNImjh2VXEG1obLV1G7FWqYQC3P6F43H6sdlBVzbztwrqXc8EHja2dOFI34zOzSA8ZlB2dmcW81JZltQHXCAXoAxk6/2wJF+IhlS8DMiJl/1t3TjU3oOEAhwzolp6H3f17XkjWl5G1eXaTiKh4IvTRuGcE+oNx4r3mrW8aPFLw/oElVPLy+en5pa/DquWuY1U/XziUldNCIriRXu/N53BTU+uwrm/elO/nxpa7IN2zzSSZquNGDE4dUwdrvnMBMskj61dKYOwP9gmLjPO1d+YwdlyHGjr9jTmxZhh11q8fNyUM/ubjROT6gdKM39v2teGL9+/xJD3yIpePWDX+jix7mR0msW8JBU95sVqiXneqCr+vqYR03/8d/yfYAE2ozedwYX3vY2rH3nPsRtXfP7SqoqlWw7ilJ/+A8+u3G37/Zv/8iHOufcNNDuITeIEoM29YftOP7TF1x99D0fd8iKOuuVFnHnP695fwAW+i5cnnngCN9xwA26//XZ88MEHmDZtGs4++2zs2yf35b7zzju4/PLLcfXVV2PFihW48MILceGFF2L16tV+F9UWti1oHaj2bI4fUqV/pplFWdgBr9cmz0vuGrnbM7avQ+216Flk4iUtbJAHQJpxVeuQNPN+aTKByfUDAQAbmloNOwaLsIPH2MHZutAGG1mAsGhBYTsNbZmnxvrGFsMxdmhl0BJ5JRMJPd09kN2nagDT6R81tFp/3djShS37zf3FMjGgCaPO3pS+6qNhyABUlCal4uWNjw9If5NshZn2/R6J6NWwsrw4rTd2VRRveeFjXmR5bjSRoruN+u6v9n5XbwZPLt+FdXtb8NcVu7jvalshNAwZwL2fMHEbsVYQ7fxWSR5lbqP9gkVCK3dJQsHIvsnHwfbunNuotPCu8kB7DzdbNXcbZcsiPgcyJtXXcC5blmXbDjkqlxbw63RXaa19yaw62nOgCbAPtjdzn5eVJHSXdGtXCs+u3I3rHv8Aq3Y2Q1VV/OT5tbhn0UaDsEulM5wLqq0vGeYr65vwi5c36O//+pVNuPaPy9Hc0YsfPrMaH+2SL+t+btUeXPfYB1i+/TB2HOrAyp3NWLx+H37w9Ef49ydWYsWOXPDzvpYu3PTkKvzrg0vxwBub8b0FKzhhCWT71Ll/WoH9rd24fsFK7j4fbu/BDX9eiZ8vXI9v/d9yvLymEQve24n1ja14avkuNLV04YYnVuLqR97DB8x19d8ujBds3XT1bci5Zs8RXL9gBZ7+ICecVFVFe3cK+1qzz9f+1m60dadw/+ubMf/lDdjd3In/fGoVXt+4H29vOoDv/mkF1u5pwd0vrcc9izZCFa6Vyaj4xzr7GKyg8D3m5Z577sE111yDq666CgBw//3344UXXsBDDz2Em2++2XD8r371K5xzzjm46aabAAB33XUXFi1ahP/5n//B/fff73dxHSMOSEOry7F5f9bfOGiAcQBib/rfVu3Bj794PAYNKGP2NjJegw30nDSiBjsPdaI3lcHOQx3424d7OBGSTCrS/CUAcN+rm/CZY4dhxY7DaOtKSR+Q97Ydwm8Wf6xnfy1JKji2T7ws334Yr9gEDipMCqyxg6r6zpGto30t3fj9G1u4B2HLAT4Q9+1NB/UBWesYJg6vxqZ9bXjo7a1YtvWQq8RW4/rEizbQGiwvpUluxjp8YDlqK0v11UVuYgWA3OqctzcdxLEjsvU2qa/+WEtBWUkCvekMlm09hHsWbTRYk2SzaK0etx1sx28WfwzAOAE71N6DR97eitauFFbvyXbYQ1xaXmYfnctHw1oCtfK/s/kAFBj3xAFyIuKp5Tuz7azPzZhdssvPLh9fugNtTP2+siHbtsYNqQKYWO+EonBlz2XYlYiXhGJqMmhs6cKLH+3tO2f2sHc2HcRvFn+MYQPLcfTwaizsc39UliX1dnKgtUcX2eUu42xkrNrZjIv+3zv47KThSCjA6xv3S497beM+dPWmsXy78TkVmVw/EFsPGHcVd8MJo2rR1LIPH+9rw1+W77I9vqMnjV/942Np3quTx9Xh72ubcLCtG3e/tB4bmlpRlkzowrs0mdAnOit3NuP6BSsBAH9f04jff2UmHnxrKwDg5dWNmPu5iXh6xW79nNsOtOOC6aPx4e4jWLWzGf95ziT8fOEGQxlYrnpkGX5y4YlYsvkAEgkFFaVJvLJuHzb0CcOXVu/FGZOG68f/+f3s7396xW4su/VMPLZ0B373xmZdaL616YD0Ouf9+k3OynXn39biB+cfh6VbDuH7f/mQW1mludoA4CcvrMOjS7Zh56Hs5+9vP4wfnH8cdh3uxJSRNfjz+zu5vnfbwQ5M/tFC3HXhCShJKLjr+bU4+/h6KACeXbmHK9OWA+34wv+8ZSqS//judhzp7MVzq/ZgVF0ltuxvx3OrcufYdbgDz63cg5PG1eHTxwzDMGYF4qv/cYaesycsfBUvPT09WL58OW655Rb9vUQigTlz5mDJkiXS7yxZsgQ33HAD997ZZ5+NZ555Rnp8d3c3urtzjaalpUV6nBdogxKQWxqscdrRQ7F066G+z+xv6oNvbcG/zzlW7xzZDlmDNVVPHVOLf6xrQk86gzv/thb/WNdkef4Lpo/CSx81oiedwT2LNuKeRRstj1/f2MqZHAdWlODY4dnfaydcAF58ndEXo6G50tq6U/jpi+ssv79ky0Es2XJQ/7u6vATnHF+P/9m3CS+vacLLa6x/L0tVWc6vrlGSVDh33qABpRjMrKgZVFWGb5w+AT9fuAElCQXHjhiItXudt6WjhuasBg+/vQ0AcExfe2Hbw0lj6wAAS7cewq/7hAgL2yHMGDeo7/vZtrbzUCd+aXIf//edbdgjxF+N7LMAzhg/GNskq6aArLtLC8CsZnZNH8nUlXb9d7ccwrtb5LN5rS6fETpQ2QD38b426e84bmQNWA0yoDzJCc4po2q48gC5Je5Jm+01tGDWMYOqsONQBz7afUSabG1QVRmGDMhe82B7T257AJsNU52ycmczVu5s5t47eVwdPmBWCr296SDe3nQQImIANwBMGVmDfcyKx2RCcRWgPbS6TH8unlq+C08x4uWfpozAorXy5+6//yFvh6cdPQR/X9uE9p407n99M4Bsf/D3vvOUJhP6kneW3rSKdXtz/c+GplZ8508rAPD9D7sYYM1u8+fzzf/8LP71D0ux/WAHvvl/yw2fJxMKkgkFPamMaf/27Mo9+MNbWx1toCku+37knW04aVwdbnryQ9t0CDsPdWbjrJRsaob/fOpD2+v96JmcJ+LpFbtx4uhawzErdjRbll2bqHX1ZrBlv1EA/7XPivPetsN4bxsvpIdUl6HGwTjnJ76KlwMHDiCdTmPEiBHc+yNGjMD69eul32lsbJQe39go3zdo3rx5uPPOO70psA0XnTQa+1u7cepRgzGsuhylyQS6ejMYP6QK3/jMBAwoT2LKyBocNWwAelMZVJQmcWz9QHy37yFkOdLZi20HO5DOqKgsTWI4o2o1ykuS+NVl06GqOXHQnUrjQGt2sJlz3HAMG1iBXYc78ObHuRnB+VNH4mcXnYg5x43ACx/uxUKTPZcA4NeXn4TN+9q4TnFUbQVObRiMZVuNA9VFJ43G0yuMPt1EQsHT3z4Nb286gKs+eRQAGJYInzSuDpPra/S/SxIKTj92GN7dctAwm59z3HBMG1uH7lTakBSuuzeNvzJluOyUsejqTesDZ21lKb48cyw3KytJKJgysgY/PP84bD/YgS/PHIvKsiQGVZVh8IAyfGLCYJx29BAMKCvBtLF1GFxVhqc+2IUpI2uw7WA7Bg8oQ3lJAo++s00faEbWVuDM44bj6GHV+NLJY7Bg2Q5uENIEwDHDq/HD84/DtoPt+PLMsagoTeL/3t2uC9eZ4wehsaULTS1duGLWeFx/5rH4x7omXNsX8PzJo4fi3+ccq2fm/fuaRm7FBwBduEwaMRAnjx+EcYOrcPK4OgDAbV+YgnGDq7ChqQUvfsS3hWs/MwHdqQzOOj77zD1x7SewYmczPsvMRr8yuwHdvRnDPfrUxKHYvL8NZx0/AqoKjKqr7NvrZ4duRauvreBE8eWnjoOModVluGTGGFSWJrF8+2EkE8ClM8ehsiyJsYMqcfmscboYm3PcCHz3cxPR1p3G1z7VACCbxkCzsn1y4hCc2jAE55xQj7PvfYO7znknjkRpUsGBth68tmEft0LnwumjcMnMsVjaJ6I7elK6tZAVYYOqSnHlaQ04bmQN7n99s75E+cLpo/DGxwdMM/je9vkp2NPcifaeNJZsPqALyu+ceQxW7zqCSfUDsWzrIa6eTxpXh0PtPTh53CCMrK3AU8t3YcqoGryxcT8mj6xBw9ABaDiYE86DB5Th15edhG0H29GTymBjUysaj3RhMTNAX3bKWMxsGIwPdhzGOcfXmw7ev/zyNPxp6Q7sae7U90SaMGwApoyswfMf7tWPmz62DtPG1KKuqgxXfGI8SksSWN0nLMpLEvjaJ4/SxUtZScLUxWfn3hw+sBxnH1+PXYc78OqG/aY5T6aMrMHYwVWYOKyaS3Vw3on1qKsqw9TRtTj3hJGorSrF5375mnTgBrStTrJluuuC4/GjZ9cYjvnxBcfjNub9CUMH6FblHQc7dOEy/5Jp2HagXb/Hg6pKMX7IALy//TCGVpfhn08eg8eXbsfv39xquMY3Tz8aQ6vL8JMXzCeA2qrKn110Iu79x0bsa+3WV5xNrh+IM48bjlRGxe9e32J6DgD43OThGFVXgf97dwf3/tDqcs5N6HQvPj+J/VLpW265hbPUtLS0YOzYsb5cK5lQ8K0zjtb/vv0Lx3Off/3TE/TXP/z8FABZPyErXgZVleJwRy8yas6nfeyIaulsBMjFIWhm7a7ejL5S4sazJuG4kTVYvK6JEy83/NOxGFBegi9MG4Upo2pMxcvpxw7DF6eNMv29Ypm+elqD1L0FAAqAk8YNwkl91gLAaE26YNoofLVP2LDMmTLC8J7GD86fYnhv8bomTrzcecHx2H24UxcvAytKMLS6HN/93ER9qWkykYCiKNw9AoA7vsjfwytPa9Bfy7ZnOKVhME67+xUAwMnjBuEnF56of3bbF47X938Bcv5/2XV/fMEJpr8ZyFkZgGyHf/2cY/S/1+1tMYgXjTMmD8Mt5/Krb2orS3H9nGPw7MrdBvFSW1mKyxhBMWvCEMyawG9nMKKmQm/PVmi/iRVX4sq7f/3EOBw/yjhL1PjSjDH40owx3Hs3nDWJ+7uyLGl4T9uLCsjWO1tfLAPKkvjOmdnPvvrwMk68fP/cyRhZW4kP++IkOnrSungZwAR3NwwdgO/NybaN6vISXPHgUgDATedMxmcnH9JdISzHDK/G1z6Va/vzX96A/3l1k34OrUxnHV8vLbfGv/e1ybOZ49gJQU1FCWYfPYRzAT745hZOvFz32YkYO7hKr+c3P5a7r6rLSvCN04/GhsZWXbx8cdooXHzyGE68TBlVgzuZ9nzFrPGm5S9j3EYiZsvpL5w+Coc7evHry05CbVUp/vju9qx4MTEwae5FcRHE7V84HiOE9jiw3HwIzKgqs6BC7jYUrzFuSBUmDq/G39c26WK6vCTBtekvMH3uxcz7A0zK8v1zJmGVSeyOhpYz5/RJw3SLriaiT2kYjJvOnoymli5b8XLB9FGYVD+QEy+fnzoS+1q6BfFieZpA8FW8DB06FMlkEk1NvOmxqakJ9fXyh7S+vt7V8eXl5Sgvt99oLywSCYUzhWsPgarmIsO12AgrtFiI9u6U3ii1mAZRZLCq2OrhlC3hNTuP9reZeJEpcdHy4jYzqmm5JL+X7UQ0Nw3rrpElissH1p0imorF7QfEpHheYdVxWOUjYQc5Dbc5U5wwpDrnihpaXc7FPPhlamYtIxUWdcC2HVn7Zs/V0tmrW8fYTVnZ5dvsgFNhYVUQ3z6WeeatyusEdqNRWUZocaWU4bmUtIGykpx7R9u3DMi6OMS0CG7KX5pUTOtIayPiLP/ui6dy19S+bbakW4+NEn6nbEVndYV5/6iCXQ0qP0Z0VyrMdbWgZafL7KslfbWiZCc/Vs98SUJBTzqDhAKMGFiuH6vV4aC+fmlETQU+N3m4ZRhAQjHeH1m/rxi2+QweX1cblZWVYcaMGVi8eLH+XiaTweLFizF79mzpd2bPns0dDwCLFi0yPT4OsBYILQ5EVVVs6FtFM0kyqIhU6Euzu5DpcyMN7vP3izlJ2AdKjL9hBYvsYWYRP04o5gOnNOA4Yd9J5oN4XgWCYOvrkNjYCLvf6hQ2maCY/VfcfmCYxXYEXpVBxGpJ74RhAwzveZG/RISth6HVZVzbEGPFvIITLxYrg9h2Itai9rc2UWDdP+z52UGRzctTUZp0LO4nM+Kl0JVMbHuQZQ4WnzvRIloieS4rmHaRSCiYMT5rUf38tJGG+rWqbxErt5FmeRGLI4ol7ft2lhfxOrLcTTLBoKGqqu6acmp5SSiKXr9abiyny+xllhftN1iJBS3of0RNBUqSCb09aG1hMBNH9/uvzJRuV8Jez/BcKMa6jIDXyH+30Q033IArr7wSM2fOxKmnnop7770X7e3t+uqjr3zlKxg9ejTmzZsHALj++utx+umn45e//CXOP/98LFiwAO+//z4eeOABv4vqG8mEAqSZ18g+eNqS2skuLC/azGpQVZne6YgPENuwKkqzCde0Bj60ulw3lcs6Lf48xpmLWSigfLUUf347S49TxNmOODOQWl48tHOOHVyJnYc6MXVMHfe+uFIoHMuL+T2ViUd/LC/l3Gt2lZjVYFEIlZx4MbcEsD9XbN/a35qLSBMvigLUVvLL7DXYoO+K0qTjGSkb4O1FDpnJ9QOxvrEVpx09xPCZKFDF51C23YJYh49+7VRs3teGqWNqDSvkrOpb5Ohh1eZuoz7Li13wtfaxWVyy9n3DpE4qXswtgRlVZSzm8mNE646i5K6rW14cPmNy8ZI7rx1a/hztWC28YBDTRpMJBeUlCdMg4oRivJaC7A7v/HHhqxffxcull16K/fv347bbbkNjYyOmT5+OhQsX6kG5O3bsQIKpmdNOOw2PP/44fvjDH+LWW2/FMcccg2eeeQYnnGAdIxBl2IdIe4Dae1LY3rcs2YnbSOwg2Jwl4kyKNY0rioKBFbl4gCHVZTnxYjOgG0WRArMsSbJO2y/Li0ys8W4j/ywvALDg2tn43yXb8FUmPkZGPjv7OsFqgLSzpDz1zdm479VNeHXD/r7jve+EWPeZaI2yE8z5wtY1uzLoyW/OxiX351Y2iskUWbS/NSuL5vqqLE1i+tg6fPfMY9B4pBNfmd2gf6e+tgI/u+hEVJYlkEyYu1VFoVSaTOD/XXEy9h7pwvghRouYW/7w1VPwv+9s42K22GuxGCYVkjYj9jfV5dlA9uz5FG5VkxPLy+PXzMJ7Ww/jwumjsVySqgHIWV4SCQXfOH0Cfvf6FpwjiQHK1aS120i0lshWdFab5MgB+N2izSwvxkE858LudO02MpbFysoqorm0tTJpK4201XO5c5qfI3s9yeTQ8J7jYvlGIAG7c+fOxdy5c6Wfvfbaa4b3LrnkElxyySU+lyo4kow61wb0jU2tUNWsCLHa7VijUuhM2AYpjgdiwxpYUcoFM+a+595tlFHl35GdShQvss4jH2Siys5t5KXlZXRdpSEoNlDytLwAwMy+4D1dvCS9WQLMwuaDGOqT9UnEzG10SsNgzDpqsJ7GIMkJe/4c2kAhWjkrS5NIJhRpADcA/MusXMCzWTOTvX/eiSONb+bJ6LpK3GKyTYLRbWTvTrETJBUlCX1VlBPLy2lHD8VpRw8FYF5HObeRgn+fcyymj6nDJ48ZajhOe9ZNLS96PiBhwJX8JKuYF87yYjLiGyaOSk4capuUOp20DZBMdrSf4MTSofV3Yv2Keces+n1FFhogscb0C8sLIbe8bOxLxObE6gIY/eJDB7IihP9MfNDYQZwVPaU2YkIe0CjvMaQBu8L5vZrlywYg9vI1EreR2cwpjljpMCezPNZt4JUrj4XdoXuIT3E/IlYBu2yd8JYX+WxSzE3jxi1ipizD7OtFQSsOprI2Y/ebK/o24gTcBxybWRN6GbdRRWkS55qJu76vm+2to1tehLYtt7xYuI24BInyY8T3WbdRZ5/lw6nlxTLmxUH70epVbNeDhYUEVuIl64IXJocwBvFGQLuQeAmCpES8aLCJ76wQOxPWNG8IYBVaFtt5DR3I+D9tBi6D2k4ogEkqBrsMwYA/biPtoeKDlLPNuoYRbVEwc3qFldvIye7HrNvAj4BdtnR1lcEksmLdRuKzwj4fVquNtOdGFC+yrMdmmKcSCK8Bss+d6GIF5IO6nSBh69htwLGZFYN1G1mhB+yand/M8iI5rZXlhQ0LMQ/YFS0vrNsoa3kpZLWRK/Gi/S9aXqp48WLlikookkB2iTXGjTvLL4pnOhphuNVGwoDuVLyIbiPWHG+MeOe/yza0wVXmokdEdl6nPn3Z9/1wG2mv2IFIM7+ylhc3WwsUwuy+HCkjhc05vcSq33ASHMjedz8CdkfX5fb2shuIvKLSYrUR+xvZgdNoCs/+L8Yqic+eFWa/NkzxzA6eMmurLI2AnSBhP3dnmTJ3OTgO2O3738xtpE9omEovSRgtCoB1zEua2ZPNjeVFs2a2dxcesKsV2YmbJid0csdWlSUN98eqfuVLpa1jxcKCLC8BwFte+IbsdPVFaTLBBcnVVlmJF/PWxXbydmJC5jbKmIoX43uiOPLDbaSVkRMvfR0SO4h12OyK7RX/fel03P/6ZnxltnmirkKxur9OZsGlPltezpg0DN/93EQcL6Qsd9qJ58MAi9VGbECqk9VGBsuLi8HZ9N6EOFNlXYMyoSK7L7ZuoxLz+rbDrCq6nVpe+opr5jYqkVhezFwlVm4jdjdnpwG7ChT9WC1JnSeWFwffz8XH5N6TCSK7mBfjaiNe+EUh3gUg8RII3ENksIo4P09laVLfnbq2ko3nEESGReNkXUh2idtkAbvmM8sALS/stbQHljm19sCyD5y4S61f1NdWGLL2ek3Blhcu5sUHt5GiGDLgAt7szGxGJbvaSIzxMHEVma02Et1EFZ64jcKDHTxl1lZZP2Af88JYXlwKYLvtAeyapOaCs8+wa/27AevJI7cpqMOAXdby4jbPiyxI2s1SaVnMi6zc9quNjMdzXW40tAu5jYKAN18afaROYRt3jcVKGqcBnXZuI4PlJWGeHVP2rqIovrgoeMuL9j9reTF2SFpHUuw42UCQdR3Ymei9xEk8Tr5UWVlemHZnHbCb/busz8qpUelCdJlVZ6huI+b3y55BecyLzWqj0vwtL2Yzf321kZ3bqO9js72NcuLF/ppWSRNlO5qbXStXtlzMi7ZU2Wm/JxMOMleQ+feN55EV2zpgV74Kj/1KFOJdABIvgWAVsOumGbCdRI2V5cXKrVDCuo1cihfF3fYAgJCN1Ee3EfuebMlhUG6jILC6v24tL0H2Q24ysbrFKsMuG6Asi5cSURQFVcyz5i7mxUTch+o2sra2yp5LJ6uNnB4rInY7Wj/kNGBXq0tXlheT58JsPyEAXDI+swFfrM+EInOX59/utd/qpPVobc9OaLiNeckG7FoLojAg8RIAJRY+ZzedGideKpyLF3Y5dhnXkbuNeTFvuGY/g98awb+AXfb6Yl4DABg9qNLwXlxhf6t4P5y4Ztg26HbgKYSpY8w3ZCwUVmCIFp4y5veKCRxZ2PbOuo7crDYyG2WiErArewallhe7PC9cwK6751qWsA/gl0pbfr/vf9u9jRzFvFjkeXGwVNoY82IUSoXEeuXcRvYNSOZikv1ua7eRSYZdinnpn7AiwW5lkBWs79Q65oX/3vfPngwFwD+fPJqzQNjFvBhXY8gj9mXHyq7h1caMMstLeUkSt39hClJpFcMH5lb6PHHtJ/D8h3sx97MTPbl2FGCrekB5CVq7ci4xJx1leUkSd37xePSkMlxCOb949rpP4on3d+I/JHEwXsFtkGjhNkpazCANgY6t3dLzWWHuVo2G5UWW1yevmJcCAnbFei9NKujszWOptM32AOJqIxlWbiPW8mJqWZZMHL21vPT97+BYrd7srCS2eV6Eq4mChsRLP6LE4iFyY3lhfbB89ljrOJraqlL89KITAQBLtxw0LYuIzKLj2m3Exrx4NP3kysW8vOqTRxmOnTVhCGZNMO73EmfEZeGseHEaFCtLI+8X08bW6anl/cJqqTTvNsq9bxbzAvCWHC+WSocZsWs3eOaz2oiz3rmMZRLrXSuf272NzMRLwoXlpaI0ifOnjkRbVwof7mrWM5EDvGXHzGpsOK9ifK8Q8SJbTWlGzgptbSWxOldCMe5gLbqSoiFdyG0UCDJLQe5v5+fpYXKVsJ2Lm5gXzoRsM0u3W+/PYnZF9kHyLGA3gg9SkIhuI3bwKfch3X8cqLSIwSjjYnzY1/w52L/ZGBpX4iWKbiOmfchyo8j6ATebRbpOUidUhtYvdDPbA1ihfWoWsKuJFqtYQ5b7/uVkPPq1Uw39UyrNWF4cu40Uo9vIRV3+96XTpOd3t9qIfc94nNX4oCgwdKqKcJ6IGF5IvAQBZ3kxBHg5bwlmidbcuKLcBewKfyfMjd9mv4OdHXnlNmJnQWazr2KGH4AV7v77uRw5yrB1YMiwa5qkztwKmm/Mi2nAbogymx08ZQO+fG8j57/Z7a7YYlchxrw4Ddh1s7eRk41ZRfHixPLiKGDXxaTtopPG4J+mjND/diMUZC4muxQWspWqRrcRb3kJKvGkHf2zpwsYqyR1bvo0s23M3biiyriEXTbiRWLRMbW8mJ6K7QC8afRsFZoF7RUzbC0qirCiy8dEcFGGi3mx2MtHtsxefA3wgZzuYl7k74c5W2V/s+xxkVkG3AgStyupxD5Ei8Pp7bN02G23lXMb2e1t5DwtBPs9DSerjWQ73BciXgCxXfZZUxyUX5Y2Quo2sphMK5LQAIp56cdYxby4aQi9JuLFyaxCg+2U7Dblc7NU2qwD4ywvHg2s7CzIbPZVzIgmXLO9e/oTo+sq8b05x6C6vMRgti81XW0E5jVfbzPGD8JLqxsBuHMbma82isZ9kY33soHdz6XdRvGSvV9aTJ/9bvfZz93sbeRkY1ZxIHeS50UasCucx23Miyzg1sndkMXHyN1GudfZvjTDfCZZKi1szBiVLqZ/TtMCxmq1kZt20GPmNnLR0bDixa5Dla3GcNupsR2MG5FlRX+3vPDBc0Yfe3/le3OOxdc/PcHwvvlqI/MO+fNTR+mv210kODTP8+L4FL4is1b4kWXZClFHiIO7Xb+kfWrnNmLvtRPLi7jvU5pbbST/jiwniiiUChMvin5eO7RD7KwkbL1I968Tz6uIvz8ajZl6vQDwyvJiJl7czLbZmBc7ISLLg+FWf5iZdguBffj6oXaxtLwQRvgMu2BeszNUvg7raytwSsMgAMBpRztfrRYVkWKGbMAPXLyYWF407N3ZfS/M3EZ953casGt2jOY2yg7eztxGgGJYVel6tZHwfGffsi+/bHsAmcGJHS9E67vMuq6I54xIGye3UQAkTczWgLuGcN6JI/Hcqj2YXsCyU/ZBytj4XGR7Jrltt35oC7Zc/dHywt4FmZma4DFzG7HI3v3j1bNwuKMHI2udJzg0G+Qi4zaSBewG3H7MYl70z21XG2U/N91VWnMbsclBHQXs8sdo/aNdighFyemohCJZKu065sVoeXEyTuhCx8byYnQbieeR9Ps25wwDEi8BYGV5caMGfnLRCTj1qME494T6vMvCipe0zcAvcxu5janwQ1uwD1f/ky6C5QXeZS4uVswDduWvNSpKk66EC2BueYlIf+/Y8sImwZRRX1Nh+bkVYhdisLzYVVbfx14tlda/Jy6V1iwvsBKl2c+1kogB9EA+biP2tW56cfA9o+VFuj2AzepXmeXFbr+kMCDxEgBWD5EbFVtTUYp//cR4z8qStrG8yAN23YoXf+VFv7S8COqlJCojY0Qx35gR0teFYHaaqNwh2eMiWhwuP3Uszpw83PI83zj9aGw/1IHzTxzpugxm2wNoOA3Yzci96NKAXSfWJfG6Wt9itcpS26yWPVacTBRieXHjNtKDe23aNXt+QxhDQtJWFTF3TDRaM4mXALDMsBt0YRjsxIvYRvNyG/msLfqhduGXSsO7QOhihR24OMuLiRWmEKzcC9FAluclN7geO6Ia8/55qu1ZBpSX4FeXnZRXCezcKk4Ddu1WG/ELJewFhCji9CR1irm4FS0VWUtoYZYXmYvGmdvIaHmxy7ArWptkE1RDht2INGWyNweA1UMU5tJWO/Eimm8TivtOuB9qC98RZ0FBB1zGjTKTgF2uJXtleTF5PqLS4cvdRsEWzuA2KhEtL3bfz57ANM+LYrS8OPmJ4tQsZ00xv69iUjdFKSzDbvacrMDOndcO7RA7i6JdkjpZZEMUN2akXi8ArFcbBV2aHHYuFzd5Xszw223UHxH9z2R5scbMbWS3B0w+mJ8lGvdI9jxyMWQBPK6GgF2h/dpuD9D3sd3eRpbJQR2Qi3mxzm8lrv4rPGCXfa30lcGIMe2GopdJ/D5/frklMncW4byKvSsqDEi8BICZqTpLeC3BakdVQOI2sjCfmkHSxXt4M7WCcYOrwitMDDB1G/nQIVvN0KNAFJI6ilUkWg5t3UaaeLEJ2LVcKOGA3Gojm4Bd4Xks1G0kE9h2+Vq0srD/m32PW21kqHvj/VEEQRMVywvFvARA1Cwv/3XxiXjz4wO46KQxlsdl97TIdXiy7dLtIMOL9/BmauBHn5+Cjp40rpg1LsRSRRez1Ub8jNlfy0tE+ntba2sQ5TTbVVrDfmPG7Od2S6XZiWIyD9dYKsMG7JpcSzFmny10tZF0ZY/k+okEgDRfFsP3JZdm61e0esms6+KkNSptmcRLACRNZn5AOCr20lPG4dJTnA10YiS9a7cR2V48R7wHwwaW48ErZ4ZTmBjA5XkxMal7NYkw33U9Ij2+zeMYxGRDtBi43aw25zby1/KixwQqVhY1/s4qijF1gSduI5l4Ed6Ux7xILC82q18NbVVRhG01otGWyW0UAJarjaLRDkwRg8dcB+ySdvEcu86J4DG3vHjfIZuuNopITxuF1AJiHYmDe8F7G/V97jbPi0jaieUlYYwx8XJvIwvDi0EEylxMsnbNfi667MT4Fu3aFPPST7Ha2yjqg4+4bM+95YXwGtFtRFhjvj2A/LUfRMXyEoXnUQxydZvnxS5gN5fnxd2u0iJOtgcw9ImK8VpVZe4cHLLJiZ0Fpe/Senll59JgtZWTLOpG11g02jKJlwAo1HwZJmJGUveWlyh0l8WFuLqBsMbMbcSJQI/EhfmqFE9OXzAja60z4wb1tLL3we3GjFqXZLpU2qPVRk7c5Qa3ERSDIBhQ7mJXcogWQf5/FtmmiuL37USPuExekXwnK97k5QsTEi8B4FWG3TAQFbdrywtpF89RTAZgQo759gCQvi4E05iXkJ/zJ785G5+cOAS/+7cZoZZDg9vxWRhA7UNEssd7vbeRSCqd0a9mtdooIbQptr0pClBZ6k68SHeVljznhlQWWqCyTSyX1VJp0+0BYH3OMKCA3QAosZgBRMUXboZognS9PYDH5SHI8uIWU/HiQxCiqeXFk7PnzykNg/HY1z8RcilysPVkiHlxGLBrFr+T795GInq8rsWkTZEE7LLXqipNum5bnKjWk9QZjxNFnnaInZWEF46ypdJGURTF1UYRHzqLA6uNsKI+c+YDds0D18wgt5H38J1ltNtPFGBN42bN0atqNHueozJbjQpWQaN2WcdzGXatP/dqtZFZzEsurwpvKWGvVeHS6gKIlhxFL4OIWcAu+67U8mKxVFoxuZ4fCR0LhcRLAPBpquV+yqgixry4zvPidYEI6WoEwhx2dsnupO5HEKLVDJ3IwfZ7hjwvdpaXvv/NtjfxyvKSZrYHkCaJSxgHegV8e3O70shwPiu3kcnKVfu9jXKvDZ6Avs9Ea5LdCqYwIPESAJaWl4g0BDPEuAC3fcCIgdYBgoR7yG3kDnbyYDYr9SzDrsv3+yvWOxs7s7ykbQJ2SyxWeTohzWwPIPt6ru/mH0j295TnIV5kMSvSVUMm8ZN2VhLrvY2M5xB/f1Qm3BTzEgBWSYGiPviIuTDclvehr56C255djZvOnuRxyfovZHlxR0VpElfOHo+OnjRG1VXq7/tjeZGfJ+qTFI2g3Lxsn+g6w27fxxkTy4v2fdaoUIjbyCzWTyYsEgoE8ZKH24g7n1FMiJ9ZlUfW7PhdpeXjkSjy/diBvVBIvASA5SwjIg3BDNaEm0wYt0u3Y8qoGjz1rdO8LhbRR1wGxbC584ITDO9xVeeV5cXUbeTN+YsFzm2UZ8CuG8tLIc8JGwfCXlIWjyIulS4v9cbyIiu9ovBl0lxL9m6j3HvGJHXsOXIxP9wxTn5EAJDbKADYmy36GL1qCH6Z8oxuo6g03f6LuAKMyI8gd5Wm28TDz/7dBexqg7RZzIt2bq92W5fFkrB/i2KDbVf5uI04TW0RsKsI19atJsyxsjpgq9ssVwznCQMlqeu3BGF58WsGLnbw0Wi2/RuzRGuEO3yJeTF5DqPS4dsxdUxdINdRuNk/Xzd2eyhqXzXzcGmuEC7WqYDqz4kUeTkUyXsa+biNZBszytqVcZm20cUkdRtZxGDm8sqw57V3RYUBuY0CgJsp+xTzklC4DUY9gzUUJRQl8nlp+gOK6R+EG3ivkTcVaSaCotLhm/Hy9z6Dv67YhW+fPjGQ67Gz/3z3Ngra8qIwrhT2OlZ7ZOWz2siplSNnCc/F5rD/m33fyWRaXF1kd84wIPESAIpFY/GqHWQ7X++D7Vj/cyJBM/0oIC7NJPIj4dHMnMXs+YhIf2/KpPqBuOXc4wK7nuX2AA4Dds1iXmS7SheCmeVFulTaYHnJR7wYry1DgcJ1AGZuLBE+jtG4MSP7f/Y64gTcvOxBQuIlAPh19X65jTw5jYFCtwcgvEfm5ybc40vMi6nlhW4Ui1XMi13ArtaF2q02cmt5qTfZ90k7i9nqHjFglyUv8eJQVJu5c2wtL5ZJ6vr+F97zYx+wQiHxEgBWZjrPZnw+tScxOJQ64QgQQRNuHLGKVfDzWgRf32LMi53lRatNM8uL1fJiK245dzLaulI4evgA3PfqZkNZjRsW2ls68ot5yb22tLwofNJQecyLzG2Ue23cHkD2m3irflS6nIgYgIobq5gX71Y5+NOijLtK+3IZwgV8hxViQWKOHysozAZeuk88nNsoT8uLXcAui5P0NUOqy3H/v83A5yaP4N6Xpd1ny2Elgr1aKi1DET7XXooTThG2fg3CUWJ6yVp4vH9WCoUsLwHAql/jfhTeXMO/pdKieIlGw+3P8B0W3Y98CTLDLj03POykSMw1Yp+kzk7cFFbX4uVl7iH2OlbuR1GYub2+ZcBuQn5t2zwvFklTpYIM0UzPQJaXALBaZubdKgd/WlRUl0pH5QEKA6sAQcI5fuzXYhrz4snZiwfObeQ2YNfm3IUG6hrcQ1ryN9NU+ubnKtTyYvVjFShSUWEnyq3ijcxcT3auqDAg8RIA7JBvFvTlwUV8QRRekWm4ESlHGERxk7RY4oMINF9tRPeJha0NY56XwiwrhS6RNsa2WL/Pu42yf80cPwgA8M8nj3F9faeB5AlF7rKy6x9YvWKWC0fs9526soKE3EYBYHWz/c7sWSjizqxR6YPFILL+hGjSJfLDl5gXM8sL3SgO9skVXSt2g6NdXcrEi5v6N3MPmS2Vlg3sC679BI509mJIdbnzCwvnkF1TLCi/MsmopuzyvIgxjYZzwWjhiYoQJ8tLAFgpac9iXnySw2LZo2LxiEgxwoHrZEIsR8zxZadcU7cR3SgzEgkhCZrDPC9m+GV5Md90k3nd939JMpGXcBGvb53nRT6RsbOS8HsbyY8VLTq+PCsFQuIlAKxiFLxSsX6JCuPeRr5cxjVREVFhYNbJEO7gBx2vLKDy80TluYkKbHUkFIXbRNF+Y8bC3Ep2iEnYzCwvennYsAAPbjTvsrF2G8mEjp0QZMUdt3mlZNm1dj4/ciIVComXALBS0t752v2BK3uE3EZRKUcYmHUyhDv8SPZnGrBLt8mUhGJ0T1thV5WeB+zq3hjnlpdCkO1tZHacbGLsZrURF29kMskWN2aMSlsm8RIAJ4+rAwBUlSVN/amF4leDEmdIURkso6L+w8AssI5whx+zSbPzROW5iQpszEvW8uLceiGr4wunj3L8fTuMGzDaWF48DqB3s7eRrA0rwjGy72kkOcsLpK8hWNyj0pYpYDcAhlSX4/0fzkFVWRJ7mju5zzzLLxFAgxKj28MkIs9PKCTEnoXIC9687s05ze5Gf26vdiSEwFN7txH/d0VpAlee1oBnVu4BILe8nDi61nF5xL5UMXlfwyoVRj44jS9RBFuQLDZHJn7Y+mUT+rGCkp8gKY4FVZCQeAmIoXrwlvhgeDXj8+Q0lihCIx5ZW4G9R7r8v7CEqDxAYWC35T3hDD/2azF1G5HI5BCtA7zlxea7Eus1u80R63Za9O+fwbrGVnxu8nDHZTNLZyGWKydq2Pe8tbxYTUqzgbTGY20DdrmYFzNBxj4b0bT2kngJGKNJ0pvz5rP1uhPY8iUTvHj5zueOwfLth/H5aSN9ubYVUXmAwoaqIX+8njEDzuIiCJ6EovAxL3aWF8MEEFCZ/P/suY4ZMRDHjBjosjzC9SSigD/eWYyKU0Srh9VxMlFh5+IxWyrNndtwnehZXnyLeTl06BCuuOIK1NTUoK6uDldffTXa2tosv/PAAw/gjDPOQE1NDRRFQXNzs1/FCw2xMXnVEO77l5MxfGA5/vvSaZ6cT4PdEyQhPCzVFSX45Zen4bOTnM9qvCIqD1AYRDF4Lo740iGbnIbENo/ooqiuyM2j7QJ2jen7BctLoauNzCwvwvvaJWWuG6+ub+c24i0kfSLLJHeLBptWR9yaQT+X0MdEcYWjb+LliiuuwJo1a7Bo0SI8//zzeOONN3DttddafqejowPnnHMObr31Vr+KFTp+WV6mjqnD0lvPxEUnuc/o6JSEIk9HHQZRCRoLA6czM8Ia2UqNQnGynJbgURQFNRWl+t/2eV7ETpS3vBQasGs8vaJdxvYLngTsJtjX5uczLumWHCN9z95tZBXzEpW+1xe30bp167Bw4UK89957mDlzJgDgN7/5Dc477zzMnz8fo0aNkn7ve9/7HgDgtdde86NYkUDsxLwcfPxuVIriT5xAPvTnmawf7o7+iB9BiE4SmRFGaipz4sXebcQjWl4KxW06C6+tEk53jVegcAJGGvMi6Sj5JHVmlhfxO/LXYeKL5WXJkiWoq6vThQsAzJkzB4lEAkuXLvX0Wt3d3WhpaeH+RRnJpCHScDEvCv+whNmI+7PFISoCMu740SGbnSYqs9WoUuPKbWQUF6zlpVCMbiPnYsqL++wm5kXmQrab3DjJqSPmkuo3MS+NjY0YPpyPgygpKcHgwYPR2Njo6bXmzZuH2tpa/d/YsWM9Pb/XGMRLNNqBKXzMi2Jo1GFRaArwOMNVe/+thoKhXaWjA2t5sR0cJTEvDUMHeFYWt659rwN2Hce8KPzUJZdh11pouHcbCavDIpIdzlUxbr75Zl2Fmf1bv369X2WVcsstt+DIkSP6v507dwZ6fbeISjlOMzJD4FaIRf+ffzkJdVWl+K+LTwyvECERxVlQLPEhCNE8SZ1HFyhS2JgXtwG7CoBRdZX4y7dOwz9uOL3gsjhdVKG963XslJu9jWSWF7u4RPa9EhO3kRgIzJcjGo3ZVczLjTfeiK9+9auWx0yYMAH19fXYt28f934qlcKhQ4dQX1/vupBWlJeXo7w8vw2wwkDxocMMiiiZD08aNwgrfvRPsRJ/XhG9biSeBJl4i0SmNTWVrNvI+lhDErm+v2eMH+RJWdxaXri9jbwI2OXEkPn5Egq4DiChixfr8jhZls67whCZcAEWV+Jl2LBhGDZsmO1xs2fPRnNzM5YvX44ZM2YAAF555RVkMhnMmjUrv5IWCVHMVGiFlZsr7EbcH4UL4M8qmf6ILxl2yW2UF9xqI5tG7deKTbPr6/2McB19qbTH13ezt5E8SZ38XPo5nSQEFCbZUZm0svjivTruuONwzjnn4JprrsGyZcvw9ttvY+7cubjsssv0lUa7d+/G5MmTsWzZMv17jY2NWLlyJTZt2gQA+Oijj7By5UocOnTIj2KGgqhoo44YB0c5RsJHzH5J5IcvGXYpSV1ecKuNbDdmFN063pbFIF60FyYxwU4DbJ1fn722teVFZoW1zbDLfG5W16Io8jquxwt8C7157LHHMHnyZJx55pk477zz8KlPfQoPPPCA/nlvby82bNiAjo4O/b37778fJ510Eq655hoAwGc+8xmcdNJJeO655/wqZuB4vYlX0PDiK37lLwZ4ywvdg3zxI37LyeZ9hBF2tZHt6h5DzIu3das4yJ/Cf+7thM65UJDvOcRvvChxG7HixanbKIJ9jm/bAwwePBiPP/646ecNDQ2G5W133HEH7rjjDr+KFAmi5HZxgthO4+b2KkbiZr2LKn6YwinPS364srwY+iRvy2LqNnJQHk/2NnKapE4xcSHbTJCdCBExNtNp7pkgiciip/5D3Af8OAccFwuc9Y7uQt74ETtkdpq4P/d+42a1kWFvI4/r1rj9gPXxfMBu4dd3uvGquFpVZnmRlsfGMpM9hD8vf85otGUSLwETjdvuHDHmxWv/LuEeCtj1Bn8y7Jq878nZixfWbWR3K4IO2DW7exJDR8BLpRWpFdZNuzZ1Gwm/yWkQcZCQeAkY2UZacYICdsOHAna9wZddpcltlBcDGctLJmN9rHGptLdlceuW8jqO0Wnm50SCdzHpGzO6CE0Q43v094V+PoqWF99iXggTonHfHWO1VDoibbjfQTEv3hDk8s+odPhRpbIsiWs+fRTaulOor62wPFasSa/r1nR7AOEyqv65edkKvb695YU5tk+IuBFTjgJ2oXCxN0UfsEvIiYrJzSlWS6WpQw4Hct15A8VvRYsfnD/F0XHG1UbeYnAaaW+YLZXmji28NE5XExpWAUl2v7Z1G5ktleY2fIxOZnUWchsFTFRUa75Qhx8+TgP6CGuCFOJxf+6jhNP0/fniemNGj+NB3OxtBMmxbnKymG99IFpaKOal3xOVG58vvJky5j8mpigWfxHO8SPDrpNrEYXD1afPMS925/faKuFubyP22n0xL1wqf+sCmeclMr9OVKy9JF4CJm5BulbBa/H6JcUDWV68QVir4fO1CC/xM14pu4db7m+7jRlhsFIUhuOAXUUe/+ZmUYX5Umn2OvJtCMKGxEvAROS+O8a4VJoGzrBxs5qAMEcJsB6j0uFHBpP4Eaf4PYlys6LP67I4Dbg1pu1XDN9x4/Ji74lxtRG5jfo9ce/DotJw+zO8SZduSL4Eu6u0r6fvd3i9k7OIq+XGHrtUnLpohJCXXN4Z7lz5lUc8bxT7HBIvARO3PCnGpdIxKHSRE8VU3XGEjw3w+WJ0o3gKrQ6P40wMp5dZP0yuE9beRgoUkwy7hVtJFOEPsrwQEdGs+UN9cPjQii9vMK6o8PNahJf4vVGgNAhXcHWp4ufwxirh1JKjmMa8MN+XKI3BA8pMTii/bkKMAYqIeqE8LwETlUhtp1jleSHCIe47k0eFIHNX0HMjUGDMCyc8CyyKDDeZ0L3e28ipJSehyI+1i3mZXF+DH5x3HEZYJAM0rjaKnrWXxEvAROXG50vMi18URDFhVBwJMsMu3Sdv8XuZuxs3CXdvPbjPji0vkK+KchKvc81nJliXQbBKypLhhQ25jQImbjNl41LpeJW/GOFnnXQ/8iVI9xvdJW/xe2d1N0ulvRbBji0vifwsL6aw1jBBANHGjETsIe0SPtygS/cjb7jZtc89Mol+gQKrg/26H7fOjZskrL2N4MDykm+zE89BSeqI2MO322g04v4GJQr0hkDdb3SjeAqNeZFFqnqIm4BgviheWF7Y81kfJ8u75UUKADGBYxRjXki8EK7gH4YCeyAiT6LXkcSRQPc28vXs/Q+/3RjSwdrkOl6XxanbR7SI6Bsz5mslMRFNYj4ZsrwQsSQazbZ/E8WOJO74XYt0n7zFb+ujVJA4WSrtQWEcJ6kT7CPa97wQU6KwJ8sLEXv4hykirbifwd0DugV5w8a50GqjeOH3SjE3q2u8zhfkdKWT+Jm+MaMLl5cZYhcTxQkTiRfCFRFpt/0aXj7SDcmXIPeIikqHXyz4Ha/kREAoks+9Dti129uI/57x+67atUkUQNY95a+bLh9IvBCuiNtS72KEVht5g2Lm5PfjWnSfPMZba4eIq4Bdj60SikNRLV5KKyf3/TyVhmjZol2liSKDAnbDIIqzoDhCu3PHF789p7JVPKbHehxA79SdKVpd5auN8iyDYv53VKyIJF5CJBpNwBpxewAiArjwxxPmBJlhNyodfrHg92DKZu21e8bcHOvo2pzlxPw4swSinFs539VG4nUiaO0l8UIUQERacT8jipH/cSRIywvdJ2/xe2d1qfXC9DoeW14cumgMAbva+x4EoosZjKNo7SXxQlhi1fZH1JQHVxBCh9Z7eUOQvnuykHmL75YXWfZlk6XSXgcPO42hMQbsGlcbJd0UiPl9ovXHzUaVQUEbMxKu+cu3ZuNwey/GDKoKuyj9Er+zi/YXgpxBRmW2Wiy4iUnJ7/zMaxfHer63kc11VeHv7P9e1I1oecn3PP5B4oWwRPYwzhg/OISSEBpRNOHGkUAtL3SfOJIFNlx+xZ2/lhez8+e8SX66jcyPcxawm6/biH8dlRVGLOQ2Iiz56UUnYNjAcvz4guPDLgrRB+82il6nEheC7Y/pPrH896XTMbS6HD+/eGpe3/d7tZEbV5CbhHZur+3mOFnArlXAr9NzJxT+bzUiq0zJ8kJYMnH4QCy79cxIKu9+SwQj/+NIkCuAyELGc8LoWrz3g/z7FVYk+L23kd35/dzbyPo44W+9DB5YXsQpUgQ7GrK8ELZEseH2Z5z6xAlrghQU9AwZKaROvEiBb4W42sb6WPnr/K/t8DihXLrlRbCaOL+wvAyK4r11yQtIvIQIdWhEPlC8rjcE2QnTbfIW/3eVlr+WlsXHvY2sjxPKIYl5cVUexhskuuWimKeIxAtBxAwl386J4Aiy6vKNPSDk8PfO34Bds4Yi3VXak2s7PFAol3R7AA/yvCQUJZKTJHqkCCJm+L0pXX8hyNlkVEztxQIXlBqC5aWmogS/uuwkybHhWV5k38+3bkTrLntOCtglCCIv+JkeDYr5EmgQLd0mT/E/z4t1zMvK287Sk9d5XZZ8Y140vBBTVhl2owJZXggiZvjdcfcXgnS5RbHzjzP+Z9iVv9bfS8ifQW+WSue32ij3fuH9g2jdjWLrJfFCEDHDb5N5fyHQ1UbBXapfEOjeRjYNxc8kddbHyTfO9cTywr5WomntJfFCEDHDzTJOwhzKsBtf/M6w6+aUXsegORXVppl/Pcmwyy8KiOLCABIvBBEzKGA3fpDbyFt4Ae/v+e3unRere8yubXdd2aHipop5lcHkNRCdgF0SLwQRM8jaEj/ojnlLkDEvdqf324Xl5Lpm73u1VDqKkHghiJjht8mc8B66T97idVZbETfLjYPKPvury6Zzf5sH7OZee7UxYxQh8RIiEW0TRMTJO/03ERpRHQDiihfWBSv4LTjsTC+F51VxwgXTR2Pxjadz15IF7LJ4kuclv1P4DokXgogZnJk6xHIQzqH75C28tcN73FgeEgGO9E5Elcql+c+vQFZbDETFbU3ihSBiBrmN4ofdclvCJT5vkVGScH5+v61A/LWY1w4ulbflxUK8UcAuQRB5wc+KQiwI4Ri6Td7i94q7spLc0Gi7MaOPVqCjh1Vzf7vddNGT1U8Fn8EfaHsAgogZfnaWhD+QyPQWtjr9MGqVlSSl17LDK8vLGzd9Fkc6ezGqrpJ73228W77F8cL15DckXggiZvCzzmh2LAQP3SdvcRVQmwflrOXFhTry6jaPG1Jlfy0H5/Fmu4KCT+EL5DYiiNhBbqO4QbfJWzgLhA+jGOs2ciM8/Q5mTTiIxfEiJiWK2wGIkHghiJgRh46F4CHLi7fw7d77ui1LMuKl7/8xgx1YQ3weUZ24y0bVVaK8JIG6qlLOguTJRSMEuY3CJKKNgog2FLAbP6Jqeo8rfuc64txGfRf7+cVT8ePn1+ArsxvMy+V9UTgSVsuA+ihNJrDq9rOQUBRPVrlFte2SeCGImOF3sCLhPWQh8xa/M8DybqPs//W1Ffh/V8yw/J7vS6UdiraK0qT5h66vGc22S24jgogZ5DaKHxHt/2MLn77fX7eRmwmC3/eZd5YpnmRc+eeTRwMAvv3Zo22vCWQtO1GALC8EETN403F45SCcQ+LFW/x+BMpL2ZiX6ATsKj64jH9+8VR87ZNHYcrIGv09dqm01t9853MT8e6Wgzh/6khvLlwgJF4IIsbQmBgPyELmLfxOzj4H7EbJ8uKDaCtJJnDC6Frba9541iSPrugNvtp/Dh06hCuuuAI1NTWoq6vD1Vdfjba2Nsvjv/Od72DSpEmorKzEuHHj8N3vfhdHjhzxs5gEEStoe4D4QbfJW/yPeWGS1LlZKu3zfQ4qWD8O7dVX8XLFFVdgzZo1WLRoEZ5//nm88cYbuPbaa02P37NnD/bs2YP58+dj9erVeOSRR7Bw4UJcffXVfhaTIGIF7+8PsSCEY/wO5OxvKH7HvLjYHoAlyL2NgiKqTdc3t9G6deuwcOFCvPfee5g5cyYA4De/+Q3OO+88zJ8/H6NGjTJ854QTTsBf/vIX/e+jjz4aP/3pT/Gv//qvSKVSKCkxFre7uxvd3d363y0tLT78GoKIDn7POglvSChApi92gO6Tt/i9q7RstZET/L7NYbSjqApv3ywvS5YsQV1dnS5cAGDOnDlIJBJYunSp4/McOXIENTU1UuECAPPmzUNtba3+b+zYsQWXPSii2SSIqON3anTCG/j7RHgJly7AB/OjLM+LE/x244bhJo5q2/VNvDQ2NmL48OHceyUlJRg8eDAaGxsdnePAgQO46667LF1Nt9xyC44cOaL/27lzZ0HlJoiowy2XjGrPQlBsko/4LQzL8sxM67cbN4xmFNW26/oO3XzzzVAUxfLf+vXrCy5YS0sLzj//fEyZMgV33HGH6XHl5eWoqanh/hFEURPNvoQQ8GNZK5HFb2FYnoym5YUti+pFkhcT+KXS/l2nEFzHvNx444346le/annMhAkTUF9fj3379nHvp1IpHDp0CPX19Zbfb21txTnnnIOBAwfi6aefRmlpqdtiEkTR4neCrv7I0Opyz8/Jdvp0n7zGX2FYlqfbyG/CCdiNzu9ncS1ehg0bhmHDhtkeN3v2bDQ3N2P58uWYMSObUvmVV15BJpPBrFmzTL/X0tKCs88+G+Xl5XjuuedQUVHhtogEUdSQ28g7/t8VJ+PtTQfwpRljPD83xbz4By8MvT9/vgG7fkNLpXP4FvNy3HHH4ZxzzsE111yDZcuW4e2338bcuXNx2WWX6SuNdu/ejcmTJ2PZsmUAssLlrLPOQnt7O/7whz+gpaUFjY2NaGxsRDqd9quoBBErojoTiiPnnTgSP73oRJT4kPKcRKZ/+L1FRr5Lpf2G2lEOXzPsPvbYY5g7dy7OPPNMJBIJXHzxxfj1r3+tf97b24sNGzago6MDAPDBBx/oK5EmTpzInWvr1q1oaGjws7gEEQvYztRPvzdRGOTe8w+/cx2Vl7AbG9K9iyK+ipfBgwfj8ccfN/28oaEBKtP7nnHGGdzfBEEYoeXR8YD0in8oPpu1omp5CSpgNw5EY3vIfgqZ/4m8oGYTC9j8I/Soewsr4H2JeeH2NorOzYtQUUKHxAtBxIwozQQJc8hV5B9BxrykMxnPz58vQQXsxsGqQ+KFIGJGlGaChDkkMv1D8T3mJTc09qSjM5JTk8pB4oUgYgYXsBteMQgbFIpP8A1ubyOf3Ua9qehYXsTf6leMaBzmRyReCCJmUMBuPKC75B98vK73Nc3GK6Ui5DYiq2sOEi8EETN4fz8RVUbVVYZdhKIlqNgPIFpuIyIHiReCiBkKuY0izeNfn4U5x43A/EumhV2U4iXArRdS6ehYXogcvuZ5IQjCe8htFG1OmzgUp00cio6eVNhFKVrYZ8Dvp6GXxEskIctLiJD7ksgHajfxgESmfwS56WUvuY0iCYmXEKEVCEQ+UP6QeEC3yT8Un1cbsRw1dIC/FyDygtxGBBEzaEyMB+ygWpKku+YlfMCuP3X712+fhhU7mnHO8fW+nJ8oDBIvBBEzaEYfD8pLkrj2MxPQ0ZPCyFpaeeQlQay4O3ncIJw8bpBPZ/eG048dhjc/PoCqsqT9wUUGiReCiBl88jPyPUaZW887LuwiFCV+Z9iNC189rQHDBpbj1KMGh12UwKGYlxA4Y9IwAMCVs8eHXBKCIIj4weqVQQPKQitH2JQkE7hg+uh+adkjy0sI/PaKGVi1qxkzx0fbJEkQBBFFWLfRsOry8ApChAaJlxCoLEviExOGhF0MgiCIWMIG7A4bSOKlP0JuI4IgCCJWsLlX+qt46e/hbiReCIIgiFhxqL1bf11bWRpiSYiwIPFCEARBxIoDbT366/6603I//dk6JF4IgiCIWHGgrdv+IKKoIfFCEARBxIqDjOWF6J+QeCEIgiBiRVs37djd3yHxQhAEQcSKn188FQBw+xemhFwSIiwozwtBEAQRK758ylicfXw9aqvCX2kUVrLR40fVhnLdqEDihSAIgogdURAuAHDaxKF49GunYsLQAYFc77X/OAO7mztxwmgSLwRBxJT+nqiKIKLA6ccOC+xaDUMHoCEgoRRlKOaFIAiCIIhYQeKFIAiCIIhYQeKFIAiCIIhYQeKFIGLMoAFlYReBIAgicChglyBiyK8um461e1rwmWOGhl0UgiCIwCHxQhAx5ILpo3HB9NFhF4MgCCIUyG1EEARBEESsIPFCEARBEESsIPFCEARBEESsIPFCEARBEESsIPFCEARBEESsIPFCEARBEESsIPFCEARBEITO9LF1YRfBFsrzQhAEQRCEziUzx0IFcErDoLCLYgqJF4IgCIIgdJIJBZefOi7sYlhCbiOCIAiCIGIFiReCIAiCIGIFiReCIAiCIGIFiReCIAiCIGIFiReCIAiCIGIFiReCIAiCIGIFiReCIAiCIGIFiReCIAiCIGIFiReCIAiCIGIFiReCIAiCIGIFiReCIAiCIGIFiReCIAiCIGIFiReCIAiCIGJF0e0qraoqAKClpSXkkhAEQRAE4RRt3NbGcSuKTry0trYCAMaOHRtySQiCIAiCcEtraytqa2stj1FUJxInRmQyGezZswcDBw6EoiienrulpQVjx47Fzp07UVNT4+m5Capfv6H69R+qY3+h+vWXsOtXVVW0trZi1KhRSCSso1qKzvKSSCQwZswYX69RU1NDD46PUP36C9Wv/1Ad+wvVr7+EWb92FhcNCtglCIIgCCJWkHghCIIgCCJWkHhxQXl5OW6//XaUl5eHXZSihOrXX6h+/Yfq2F+ofv0lTvVbdAG7BEEQBEEUN2R5IQiCIAgiVpB4IQiCIAgiVpB4IQiCIAgiVpB4IQiCIAgiVpB4IQiCIAgiVpB4cch9992HhoYGVFRUYNasWVi2bFnYRYoNb7zxBr7whS9g1KhRUBQFzzzzDPe5qqq47bbbMHLkSFRWVmLOnDn4+OOPuWMOHTqEK664AjU1Nairq8PVV1+Ntra2AH9FNJk3bx5OOeUUDBw4EMOHD8eFF16IDRs2cMd0dXXhuuuuw5AhQ1BdXY2LL74YTU1N3DE7duzA+eefj6qqKgwfPhw33XQTUqlUkD8lsvz2t7/F1KlT9ayjs2fPxksvvaR/TvXrHXfffTcURcH3vvc9/T2q38K44447oCgK92/y5Mn657GtX5WwZcGCBWpZWZn60EMPqWvWrFGvueYata6uTm1qagq7aLHgxRdfVH/wgx+of/3rX1UA6tNPP819fvfdd6u1tbXqM888o65atUr94he/qB511FFqZ2enfsw555yjTps2TX333XfVN998U504caJ6+eWXB/xLosfZZ5+tPvzww+rq1avVlStXquedd546btw4ta2tTT/mm9/8pjp27Fh18eLF6vvvv69+4hOfUE877TT981QqpZ5wwgnqnDlz1BUrVqgvvviiOnToUPWWW24J4ydFjueee0594YUX1I0bN6obNmxQb731VrW0tFRdvXq1qqpUv16xbNkytaGhQZ06dap6/fXX6+9T/RbG7bffrh5//PHq3r179X/79+/XP49r/ZJ4ccCpp56qXnfddfrf6XRaHTVqlDpv3rwQSxVPRPGSyWTU+vp69Re/+IX+XnNzs1peXq7+6U9/UlVVVdeuXasCUN977z39mJdeeklVFEXdvXt3YGWPA/v27VMBqK+//rqqqtm6LC0tVZ988kn9mHXr1qkA1CVLlqiqmhWXiURCbWxs1I/57W9/q9bU1Kjd3d3B/oCYMGjQIPXBBx+k+vWI1tZW9ZhjjlEXLVqknn766bp4ofotnNtvv12dNm2a9LM41y+5jWzo6enB8uXLMWfOHP29RCKBOXPmYMmSJSGWrDjYunUrGhsbufqtra3FrFmz9PpdsmQJ6urqMHPmTP2YOXPmIJFIYOnSpYGXOcocOXIEADB48GAAwPLly9Hb28vV7+TJkzFu3Diufk888USMGDFCP+bss89GS0sL1qxZE2Dpo086ncaCBQvQ3t6O2bNnU/16xHXXXYfzzz+fq0eA2q9XfPzxxxg1ahQmTJiAK664Ajt27AAQ7/otul2lvebAgQNIp9PcjQOAESNGYP369SGVqnhobGwEAGn9ap81NjZi+PDh3OclJSUYPHiwfgwBZDIZfO9738MnP/lJnHDCCQCydVdWVoa6ujruWLF+ZfWvfUYAH330EWbPno2uri5UV1fj6aefxpQpU7By5Uqq3wJZsGABPvjgA7z33nuGz6j9Fs6sWbPwyCOPYNKkSdi7dy/uvPNOfPrTn8bq1atjXb8kXgiiSLjuuuuwevVqvPXWW2EXpeiYNGkSVq5ciSNHjuCpp57ClVdeiddffz3sYsWenTt34vrrr8eiRYtQUVERdnGKknPPPVd/PXXqVMyaNQvjx4/Hn//8Z1RWVoZYssIgt5ENQ4cORTKZNERfNzU1ob6+PqRSFQ9aHVrVb319Pfbt28d9nkqlcOjQIboHfcydOxfPP/88Xn31VYwZM0Z/v76+Hj09PWhubuaOF+tXVv/aZwRQVlaGiRMnYsaMGZg3bx6mTZuGX/3qV1S/BbJ8+XLs27cPJ598MkpKSlBSUoLXX38dv/71r1FSUoIRI0ZQ/XpMXV0djj32WGzatCnW7ZfEiw1lZWWYMWMGFi9erL+XyWSwePFizJ49O8SSFQdHHXUU6uvrufptaWnB0qVL9fqdPXs2mpubsXz5cv2YV155BZlMBrNmzQq8zFFCVVXMnTsXTz/9NF555RUcddRR3OczZsxAaWkpV78bNmzAjh07uPr96KOPOIG4aNEi1NTUYMqUKcH8kJiRyWTQ3d1N9VsgZ555Jj766COsXLlS/zdz5kxcccUV+muqX29pa2vD5s2bMXLkyHi339BChWPEggUL1PLycvWRRx5R165dq1577bVqXV0dF31NmNPa2qquWLFCXbFihQpAveeee9QVK1ao27dvV1U1u1S6rq5OffbZZ9UPP/xQveCCC6RLpU866SR16dKl6ltvvaUec8wxtFRaVdVvfetbam1trfraa69xSyE7Ojr0Y775zW+q48aNU1955RX1/fffV2fPnq3Onj1b/1xbCnnWWWepK1euVBcuXKgOGzYs9KWQUeHmm29WX3/9dXXr1q3qhx9+qN58882qoijq3//+d1VVqX69hl1tpKpUv4Vy4403qq+99pq6detW9e2331bnzJmjDh06VN23b5+qqvGtXxIvDvnNb36jjhs3Ti0rK1NPPfVU9d133w27SLHh1VdfVQEY/l155ZWqqmaXS//oRz9SR4wYoZaXl6tnnnmmumHDBu4cBw8eVC+//HK1urparampUa+66iq1tbU1hF8TLWT1CkB9+OGH9WM6OzvVb3/72+qgQYPUqqoq9aKLLlL37t3LnWfbtm3queeeq1ZWVqpDhw5Vb7zxRrW3tzfgXxNNvva1r6njx49Xy8rK1GHDhqlnnnmmLlxUlerXa0TxQvVbGJdeeqk6cuRItaysTB09erR66aWXqps2bdI/j2v9KqqqquHYfAiCIAiCINxDMS8EQRAEQcQKEi8EQRAEQcQKEi8EQRAEQcQKEi8EQRAEQcQKEi8EQRAEQcQKEi8EQRAEQcQKEi8EQRAEQcQKEi8EQRAEQcQKEi8EQRAEQcQKEi8EQRAEQcQKEi8EQRAEQcSK/w+COFdF8CpIqQAAAABJRU5ErkJggg==", + "text/plain": [ + "
" + ] + }, + "metadata": {}, + "output_type": "display_data" + } + ], + "source": [ + "data_o_reshaped = np.reshape(data_o,(-1))\n", + "err = data_o_reshaped-act_o\n", + "plt.plot(err)\n", + "plt.title(\"Error\")\n", + "plt.show()\n" + ] + } + ], + "metadata": { + "kernelspec": { + "display_name": "my-venv", + "language": "python", + "name": "python3" + }, + "language_info": { + "codemirror_mode": { + "name": "ipython", + "version": 3 + }, + "file_extension": ".py", + "mimetype": "text/x-python", + "name": "python", + "nbconvert_exporter": "python", + "pygments_lexer": "ipython3", + "version": "3.12.3" + } + }, + "nbformat": 4, + "nbformat_minor": 5 +} diff --git a/AI_Engine_Development/AIE-MLv2/Design_Tutorials/01-Radio-ML/aie/dense_w17/w17_bias_trained.txt b/AI_Engine_Development/AIE-MLv2/Design_Tutorials/01-Radio-ML/aie/dense_w17/w17_bias_trained.txt new file mode 100644 index 0000000000..85bd94cd82 --- /dev/null +++ b/AI_Engine_Development/AIE-MLv2/Design_Tutorials/01-Radio-ML/aie/dense_w17/w17_bias_trained.txt @@ -0,0 +1,128 @@ +0.191406250000 +-0.120605468750 +0.080078125000 +0.184570312500 +0.100585937500 +-0.007141113281 +-0.083007812500 +0.211914062500 +0.051269531250 +-0.077636718750 +-0.129882812500 +-0.025268554688 +0.042236328125 +-0.005828857422 +-0.036621093750 +-0.079101562500 +0.196289062500 +-0.053955078125 +0.188476562500 +-0.029174804688 +-0.120605468750 +0.039306640625 +-0.062011718750 +-0.005065917969 +-0.005432128906 +0.148437500000 +0.027465820312 +0.228515625000 +0.243164062500 +0.002166748047 +0.050781250000 +-0.103027343750 +0.067871093750 +0.070800781250 +0.150390625000 +0.186523437500 +-0.086425781250 +0.003448486328 +0.085449218750 +-0.079589843750 +0.055175781250 +-0.203125000000 +0.131835937500 +0.027832031250 +0.140625000000 +-0.095703125000 +-0.151367187500 +-0.023193359375 +0.154296875000 +0.067871093750 +0.191406250000 +-0.128906250000 +-0.047119140625 +0.148437500000 +-0.048583984375 +0.172851562500 +0.061523437500 +0.169921875000 +0.033447265625 +-0.018310546875 +-0.059082031250 +0.030273437500 +-0.114257812500 +0.190429687500 +-0.094238281250 +-0.096191406250 +0.098632812500 +0.003860473633 +-0.002014160156 +-0.271484375000 +0.257812500000 +0.047851562500 +0.155273437500 +0.172851562500 +-0.051513671875 +0.169921875000 +-0.045166015625 +0.079101562500 +0.210937500000 +0.154296875000 +-0.102050781250 +0.051513671875 +0.027221679688 +0.191406250000 +0.055908203125 +-0.038330078125 +0.208984375000 +-0.124511718750 +-0.055419921875 +0.218750000000 +0.062500000000 +0.281250000000 +0.130859375000 +-0.020751953125 +-0.053710937500 +-0.163085937500 +0.135742187500 +0.086425781250 +0.277343750000 +0.085937500000 +0.058105468750 +-0.038330078125 +0.063964843750 +0.255859375000 +-0.010437011719 +-0.005157470703 +-0.075683593750 +0.038085937500 +0.131835937500 +-0.121093750000 +-0.123535156250 +0.187500000000 +0.057861328125 +-0.039794921875 +-0.209960937500 +0.221679687500 +0.193359375000 +-0.057373046875 +0.182617187500 +-0.125000000000 +-0.108886718750 +-0.123046875000 +-0.032226562500 +-0.093261718750 +-0.088867187500 +-0.190429687500 +0.198242187500 +0.243164062500 diff --git a/AI_Engine_Development/AIE-MLv2/Design_Tutorials/01-Radio-ML/aie/dense_w17/w17_weights_trained.txt b/AI_Engine_Development/AIE-MLv2/Design_Tutorials/01-Radio-ML/aie/dense_w17/w17_weights_trained.txt new file mode 100644 index 0000000000..f67beb45a4 --- /dev/null +++ b/AI_Engine_Development/AIE-MLv2/Design_Tutorials/01-Radio-ML/aie/dense_w17/w17_weights_trained.txt @@ -0,0 +1,16384 @@ +-0.034667968750 +-0.035400390625 +-0.023925781250 +-0.037109375000 +0.046142578125 +0.035156250000 +-0.182617187500 +0.191406250000 +0.064453125000 +-0.130859375000 +0.146484375000 +0.071289062500 +0.011291503906 +0.210937500000 +-0.193359375000 +0.106933593750 +0.051269531250 +0.176757812500 +0.034179687500 +-0.158203125000 +0.239257812500 +-0.049804687500 +-0.085449218750 +0.086914062500 +-0.015380859375 +-0.058837890625 +-0.015075683594 +0.100097656250 +-0.062500000000 +0.025634765625 +0.144531250000 +-0.123535156250 +0.225585937500 +0.088867187500 +0.042480468750 +0.028442382812 +-0.018554687500 +0.048828125000 +0.104003906250 +0.113281250000 +-0.061279296875 +-0.034423828125 +0.085937500000 +-0.246093750000 +-0.100585937500 +0.033203125000 +-0.039062500000 +0.070312500000 +0.011718750000 +-0.114746093750 +-0.007934570312 +-0.080078125000 +0.073730468750 +-0.107421875000 +-0.016479492188 +0.117675781250 +-0.086914062500 +-0.087402343750 +-0.188476562500 +0.167968750000 +-0.006958007812 +0.032470703125 +-0.048828125000 +0.034423828125 +0.007110595703 +0.118652343750 +-0.026000976562 +0.189453125000 +-0.011352539062 +-0.104980468750 +0.166015625000 +0.169921875000 +0.057373046875 +-0.062500000000 +0.064453125000 +0.042724609375 +0.154296875000 +-0.255859375000 +0.032226562500 +-0.027099609375 +0.007690429688 +-0.033691406250 +0.070312500000 +0.131835937500 +0.009094238281 +-0.167968750000 +0.149414062500 +0.040039062500 +0.109863281250 +-0.096191406250 +-0.025878906250 +-0.021728515625 +-0.109375000000 +0.072265625000 +0.112792968750 +-0.118652343750 +0.135742187500 +-0.028076171875 +-0.070800781250 +-0.028564453125 +0.130859375000 +0.037353515625 +-0.134765625000 +-0.001136779785 +-0.160156250000 +0.028564453125 +0.188476562500 +0.100097656250 +0.177734375000 +-0.027221679688 +-0.003662109375 +-0.055419921875 +-0.069335937500 +-0.060791015625 +0.155273437500 +-0.022338867188 +0.081054687500 +0.026611328125 +0.009155273438 +0.119628906250 +0.152343750000 +0.000751495361 +0.103515625000 +-0.082519531250 +0.026367187500 +0.231445312500 +0.148437500000 +-0.071289062500 +-0.112304687500 +0.202148437500 +0.006835937500 +-0.132812500000 +-0.117675781250 +-0.082519531250 +0.071777343750 +0.078613281250 +-0.167968750000 +-0.055419921875 +0.055175781250 +-0.228515625000 +-0.149414062500 +-0.029907226562 +-0.012756347656 +0.037109375000 +0.109863281250 +0.134765625000 +-0.039794921875 +-0.228515625000 +-0.167968750000 +0.061767578125 +-0.121093750000 +-0.181640625000 +0.007110595703 +-0.140625000000 +0.066406250000 +0.189453125000 +-0.166015625000 +0.165039062500 +0.119628906250 +-0.157226562500 +0.047119140625 +-0.125000000000 +-0.009460449219 +0.093261718750 +-0.147460937500 +-0.022460937500 +-0.007019042969 +0.120605468750 +-0.101074218750 +0.096679687500 +0.085937500000 +-0.087890625000 +-0.179687500000 +0.039306640625 +0.102539062500 +0.069824218750 +-0.003295898438 +0.141601562500 +0.091308593750 +-0.135742187500 +0.064941406250 +-0.030273437500 +-0.153320312500 +-0.050537109375 +-0.042480468750 +-0.026245117188 +-0.021118164062 +-0.120117187500 +0.189453125000 +-0.022583007812 +-0.014953613281 +0.079589843750 +-0.073242187500 +0.080566406250 +0.174804687500 +-0.029174804688 +-0.104003906250 +0.474609375000 +-0.119628906250 +-0.090332031250 +0.065429687500 +0.118652343750 +0.008728027344 +0.014526367188 +0.056640625000 +-0.080078125000 +0.035400390625 +0.042724609375 +0.089355468750 +-0.044189453125 +-0.110839843750 +-0.020629882812 +0.047363281250 +0.158203125000 +0.106933593750 +-0.150390625000 +-0.147460937500 +-0.070800781250 +-0.053222656250 +-0.094238281250 +0.104980468750 +0.137695312500 +0.165039062500 +-0.098144531250 +0.037109375000 +0.190429687500 +0.049804687500 +-0.193359375000 +0.114257812500 +-0.126953125000 +0.010131835938 +0.085449218750 +-0.030639648438 +-0.079589843750 +-0.015747070312 +-0.133789062500 +0.100097656250 +-0.112792968750 +0.130859375000 +-0.048339843750 +-0.163085937500 +-0.121582031250 +0.217773437500 +0.118652343750 +0.027343750000 +0.060302734375 +0.018188476562 +-0.150390625000 +-0.065429687500 +-0.003936767578 +0.076171875000 +0.202148437500 +0.104003906250 +0.073730468750 +0.092773437500 +-0.037109375000 +0.116210937500 +0.029174804688 +0.169921875000 +0.096191406250 +-0.033935546875 +0.029296875000 +-0.029541015625 +-0.141601562500 +-0.033203125000 +0.003829956055 +0.129882812500 +-0.062500000000 +-0.091796875000 +-0.081542968750 +-0.018554687500 +0.053466796875 +-0.168945312500 +0.010864257812 +-0.115722656250 +-0.005371093750 +0.051757812500 +-0.040527343750 +0.144531250000 +-0.227539062500 +0.010925292969 +-0.019165039062 +0.188476562500 +-0.002014160156 +-0.037353515625 +0.039550781250 +-0.000862121582 +0.006164550781 +-0.081542968750 +-0.013427734375 +0.003601074219 +-0.006774902344 +0.091796875000 +0.019897460938 +0.049804687500 +0.071289062500 +-0.046630859375 +0.059570312500 +0.021484375000 +0.122558593750 +-0.074707031250 +0.016479492188 +0.022827148438 +-0.021728515625 +0.085937500000 +0.152343750000 +-0.096679687500 +0.095214843750 +0.194335937500 +-0.204101562500 +0.065917968750 +0.026611328125 +-0.072265625000 +-0.078613281250 +0.041015625000 +0.047607421875 +-0.055175781250 +-0.038574218750 +-0.042236328125 +-0.011901855469 +0.054443359375 +-0.087890625000 +-0.011535644531 +-0.041503906250 +0.222656250000 +0.017456054688 +-0.069824218750 +-0.040039062500 +0.200195312500 +0.037353515625 +-0.059570312500 +-0.006134033203 +-0.039062500000 +-0.104492187500 +0.065917968750 +-0.016235351562 +0.032226562500 +0.066894531250 +-0.120117187500 +0.118164062500 +-0.015441894531 +-0.182617187500 +-0.033935546875 +0.080566406250 +-0.160156250000 +0.130859375000 +-0.019409179688 +-0.105468750000 +-0.107421875000 +-0.141601562500 +0.059814453125 +0.079589843750 +-0.104003906250 +0.015869140625 +-0.148437500000 +-0.004180908203 +0.064941406250 +-0.023315429688 +-0.022338867188 +-0.118164062500 +-0.117675781250 +-0.003143310547 +0.020874023438 +0.111816406250 +-0.029541015625 +0.122558593750 +0.105957031250 +-0.132812500000 +-0.110351562500 +-0.068359375000 +0.265625000000 +0.008911132812 +0.190429687500 +-0.168945312500 +0.093261718750 +-0.134765625000 +0.101562500000 +0.075195312500 +0.192382812500 +0.065429687500 +0.017089843750 +-0.069335937500 +-0.072265625000 +0.103027343750 +0.125976562500 +-0.026489257812 +-0.074707031250 +0.137695312500 +-0.267578125000 +-0.010742187500 +-0.083984375000 +-0.146484375000 +0.087402343750 +0.136718750000 +0.009216308594 +-0.008666992188 +0.078613281250 +-0.087402343750 +-0.086425781250 +0.065429687500 +-0.028198242188 +-0.022705078125 +0.110351562500 +-0.101074218750 +-0.095703125000 +-0.066894531250 +0.104980468750 +0.051513671875 +0.199218750000 +0.057128906250 +0.061523437500 +-0.088378906250 +0.024047851562 +0.045166015625 +-0.115234375000 +0.097167968750 +-0.099609375000 +0.022094726562 +0.140625000000 +0.015747070312 +-0.009765625000 +0.036621093750 +-0.014587402344 +0.031250000000 +0.008483886719 +-0.048583984375 +-0.078125000000 +0.041015625000 +-0.097167968750 +-0.012695312500 +0.081542968750 +0.091308593750 +0.051513671875 +-0.092773437500 +-0.151367187500 +0.121582031250 +0.184570312500 +0.005432128906 +0.052978515625 +0.155273437500 +0.039794921875 +0.063964843750 +-0.001182556152 +0.005065917969 +-0.151367187500 +0.062255859375 +0.178710937500 +-0.005828857422 +-0.119628906250 +-0.049804687500 +0.078613281250 +-0.106933593750 +-0.113281250000 +0.257812500000 +-0.062988281250 +-0.081542968750 +0.187500000000 +-0.059326171875 +-0.044677734375 +0.015258789062 +-0.189453125000 +0.026489257812 +-0.024658203125 +-0.056640625000 +-0.010375976562 +-0.004699707031 +0.097656250000 +-0.055908203125 +-0.037841796875 +0.107910156250 +0.034912109375 +0.170898437500 +0.163085937500 +0.077148437500 +-0.000107288361 +-0.047851562500 +-0.013122558594 +-0.025634765625 +0.089355468750 +0.174804687500 +-0.027587890625 +-0.029296875000 +-0.049072265625 +0.076660156250 +0.051513671875 +0.065429687500 +0.037841796875 +0.080566406250 +-0.028442382812 +-0.002838134766 +-0.000347137451 +-0.006286621094 +0.013488769531 +0.084960937500 +-0.044433593750 +-0.112792968750 +0.062011718750 +0.072753906250 +-0.040039062500 +-0.119628906250 +0.034912109375 +0.036376953125 +-0.016479492188 +0.004547119141 +0.166015625000 +-0.037597656250 +-0.041992187500 +-0.000025629997 +-0.032714843750 +-0.086425781250 +-0.069335937500 +0.021606445312 +-0.005096435547 +-0.082031250000 +-0.098144531250 +0.009094238281 +0.139648437500 +-0.037841796875 +-0.060302734375 +-0.048339843750 +0.174804687500 +0.066406250000 +-0.083496093750 +0.079589843750 +0.273437500000 +0.087402343750 +0.105468750000 +-0.208984375000 +-0.009521484375 +0.199218750000 +0.075195312500 +0.025878906250 +0.084472656250 +0.025146484375 +0.036865234375 +0.143554687500 +0.040527343750 +-0.023681640625 +0.073730468750 +0.152343750000 +0.125000000000 +0.113281250000 +-0.074707031250 +0.143554687500 +-0.113769531250 +0.056640625000 +-0.012023925781 +0.009643554688 +0.027709960938 +-0.006072998047 +0.143554687500 +0.018310546875 +-0.001388549805 +0.032470703125 +-0.038330078125 +-0.121093750000 +0.243164062500 +0.036865234375 +-0.233398437500 +-0.027465820312 +0.111328125000 +0.089355468750 +0.000352859497 +0.020141601562 +-0.164062500000 +-0.009155273438 +-0.050048828125 +0.069824218750 +-0.185546875000 +0.073730468750 +0.049560546875 +0.035888671875 +0.031250000000 +0.043945312500 +-0.082519531250 +-0.118164062500 +-0.046386718750 +-0.049804687500 +-0.077636718750 +-0.052734375000 +-0.056396484375 +0.378906250000 +-0.110351562500 +0.152343750000 +-0.096191406250 +0.098144531250 +0.179687500000 +0.038330078125 +0.025634765625 +-0.052246093750 +-0.071289062500 +0.040283203125 +-0.053466796875 +-0.026733398438 +0.168945312500 +0.047851562500 +0.119628906250 +0.171875000000 +0.096191406250 +0.194335937500 +0.030151367188 +0.148437500000 +-0.141601562500 +-0.058349609375 +0.027709960938 +0.022460937500 +-0.047851562500 +0.119140625000 +-0.217773437500 +-0.039794921875 +0.167968750000 +0.000797271729 +-0.049072265625 +-0.008300781250 +0.105957031250 +0.052246093750 +0.107910156250 +-0.148437500000 +-0.036376953125 +-0.081542968750 +-0.060058593750 +-0.127929687500 +-0.003067016602 +-0.113281250000 +-0.081542968750 +0.105468750000 +-0.089843750000 +-0.033447265625 +0.072265625000 +0.241210937500 +-0.027587890625 +-0.041259765625 +0.052978515625 +-0.111328125000 +0.152343750000 +0.111816406250 +-0.142578125000 +0.102539062500 +0.020996093750 +-0.133789062500 +0.098632812500 +-0.008239746094 +-0.097167968750 +0.036376953125 +0.032470703125 +0.089843750000 +0.060058593750 +-0.014770507812 +-0.091796875000 +0.143554687500 +0.046630859375 +0.052001953125 +-0.063476562500 +-0.203125000000 +0.113769531250 +0.343750000000 +-0.073730468750 +-0.038330078125 +-0.081542968750 +-0.021972656250 +-0.091308593750 +-0.037109375000 +-0.178710937500 +-0.072265625000 +0.119140625000 +0.074707031250 +0.113281250000 +0.167968750000 +-0.144531250000 +-0.246093750000 +-0.005462646484 +-0.061279296875 +0.277343750000 +0.014892578125 +-0.047851562500 +-0.164062500000 +-0.086914062500 +-0.088867187500 +0.058837890625 +0.127929687500 +-0.146484375000 +0.082031250000 +-0.021362304688 +-0.067382812500 +0.166992187500 +-0.083984375000 +-0.013061523438 +0.144531250000 +0.024047851562 +-0.046386718750 +0.164062500000 +0.012756347656 +0.304687500000 +0.033935546875 +0.142578125000 +-0.013671875000 +0.118652343750 +0.071289062500 +-0.026245117188 +0.065917968750 +-0.009399414062 +0.138671875000 +0.066406250000 +0.038085937500 +-0.103027343750 +0.105957031250 +0.069335937500 +-0.059570312500 +-0.118652343750 +0.206054687500 +-0.184570312500 +0.042724609375 +-0.025390625000 +0.049072265625 +0.001190185547 +0.010925292969 +-0.080078125000 +0.017333984375 +-0.060058593750 +0.050781250000 +-0.102539062500 +-0.098144531250 +0.093750000000 +0.097656250000 +-0.081542968750 +0.046875000000 +-0.056640625000 +-0.038818359375 +0.136718750000 +0.063476562500 +0.039306640625 +-0.062500000000 +-0.135742187500 +0.104003906250 +-0.009704589844 +0.235351562500 +-0.152343750000 +-0.090820312500 +-0.060546875000 +0.056396484375 +-0.115234375000 +0.106933593750 +-0.080566406250 +-0.062255859375 +0.098632812500 +0.012939453125 +0.083496093750 +0.052001953125 +0.186523437500 +-0.096191406250 +-0.102539062500 +-0.071289062500 +-0.052490234375 +0.089843750000 +0.170898437500 +0.016479492188 +0.024047851562 +-0.026611328125 +0.037109375000 +-0.040527343750 +0.031250000000 +0.043212890625 +-0.068847656250 +0.122070312500 +0.011840820312 +0.094726562500 +0.063964843750 +0.152343750000 +-0.019897460938 +-0.152343750000 +-0.167968750000 +-0.281250000000 +0.024047851562 +0.096679687500 +-0.138671875000 +-0.030029296875 +0.137695312500 +0.218750000000 +-0.068359375000 +-0.114257812500 +0.125976562500 +-0.227539062500 +-0.037353515625 +0.070312500000 +-0.069824218750 +0.189453125000 +-0.061035156250 +0.153320312500 +0.086425781250 +0.017333984375 +0.002426147461 +-0.232421875000 +-0.120117187500 +0.073730468750 +-0.076660156250 +0.114746093750 +0.076171875000 +0.087890625000 +0.040039062500 +-0.069824218750 +0.013549804688 +0.062255859375 +0.077148437500 +-0.010620117188 +-0.155273437500 +0.202148437500 +-0.189453125000 +0.016479492188 +0.025024414062 +-0.001083374023 +0.096679687500 +-0.051513671875 +0.059570312500 +-0.163085937500 +0.085937500000 +-0.166992187500 +0.143554687500 +0.098632812500 +-0.112792968750 +0.143554687500 +-0.030151367188 +-0.120117187500 +-0.224609375000 +-0.059570312500 +-0.047607421875 +-0.105468750000 +-0.022705078125 +0.015197753906 +0.039794921875 +0.026977539062 +-0.062988281250 +-0.024780273438 +0.067871093750 +0.118164062500 +-0.033691406250 +0.073730468750 +0.035156250000 +0.328125000000 +-0.043701171875 +-0.150390625000 +0.056884765625 +0.103027343750 +-0.003936767578 +-0.035400390625 +0.015563964844 +0.009582519531 +-0.096191406250 +0.113281250000 +0.034912109375 +0.128906250000 +-0.120605468750 +0.169921875000 +-0.129882812500 +0.032714843750 +-0.024169921875 +-0.100097656250 +0.225585937500 +0.121582031250 +0.039794921875 +-0.052490234375 +-0.064941406250 +-0.012634277344 +-0.004913330078 +0.018920898438 +0.035400390625 +0.049560546875 +0.061035156250 +-0.097656250000 +-0.033691406250 +0.089355468750 +-0.009277343750 +-0.008789062500 +0.065917968750 +0.072265625000 +-0.059814453125 +0.112792968750 +0.032226562500 +0.009765625000 +0.054199218750 +-0.084472656250 +-0.094238281250 +0.073242187500 +0.251953125000 +-0.132812500000 +0.051025390625 +0.032714843750 +0.019409179688 +-0.081054687500 +0.099121093750 +0.062011718750 +0.133789062500 +0.261718750000 +0.031738281250 +-0.045410156250 +0.025268554688 +0.111328125000 +0.221679687500 +0.009277343750 +-0.119140625000 +-0.041015625000 +-0.045410156250 +0.123046875000 +0.031738281250 +0.007263183594 +0.128906250000 +-0.045898437500 +-0.007995605469 +0.115722656250 +-0.054443359375 +-0.081542968750 +-0.021240234375 +0.137695312500 +-0.043945312500 +0.128906250000 +0.154296875000 +-0.127929687500 +-0.107910156250 +0.049316406250 +0.117675781250 +0.014648437500 +0.020507812500 +0.164062500000 +0.128906250000 +-0.096191406250 +0.056640625000 +0.016723632812 +0.134765625000 +0.054199218750 +-0.082031250000 +0.085937500000 +-0.020751953125 +-0.049804687500 +-0.033935546875 +0.013793945312 +0.105957031250 +0.091796875000 +-0.011474609375 +-0.113769531250 +-0.171875000000 +-0.027221679688 +0.025756835938 +-0.183593750000 +0.045654296875 +0.030273437500 +-0.032226562500 +0.144531250000 +-0.110839843750 +0.020263671875 +-0.095214843750 +-0.082031250000 +-0.009765625000 +0.079589843750 +-0.115722656250 +-0.028076171875 +0.082031250000 +0.146484375000 +0.109375000000 +0.106445312500 +-0.102539062500 +-0.083007812500 +-0.058105468750 +0.089355468750 +-0.089843750000 +-0.102539062500 +-0.050537109375 +0.151367187500 +-0.035400390625 +-0.125000000000 +-0.167968750000 +0.026000976562 +0.025512695312 +0.026733398438 +0.190429687500 +0.138671875000 +0.078613281250 +0.089355468750 +-0.031982421875 +-0.044921875000 +0.062255859375 +0.149414062500 +0.130859375000 +0.083007812500 +0.132812500000 +-0.051513671875 +0.050537109375 +0.128906250000 +-0.037109375000 +0.077636718750 +0.005615234375 +0.140625000000 +-0.186523437500 +-0.155273437500 +0.007812500000 +-0.048583984375 +0.013244628906 +-0.089355468750 +0.039794921875 +-0.073730468750 +-0.143554687500 +0.156250000000 +-0.209960937500 +-0.004608154297 +0.049072265625 +0.052246093750 +-0.116699218750 +0.137695312500 +-0.006500244141 +-0.049560546875 +-0.153320312500 +-0.073730468750 +-0.060058593750 +-0.119628906250 +0.085937500000 +-0.061035156250 +0.055175781250 +0.063964843750 +0.031127929688 +0.066894531250 +-0.084472656250 +0.248046875000 +-0.125976562500 +0.181640625000 +0.055664062500 +0.022338867188 +0.036621093750 +-0.107421875000 +0.036865234375 +-0.050048828125 +0.056884765625 +0.074218750000 +-0.041503906250 +0.059082031250 +0.058593750000 +-0.047363281250 +0.275390625000 +0.027954101562 +-0.090332031250 +-0.113281250000 +-0.002380371094 +0.023681640625 +-0.044433593750 +0.337890625000 +-0.071289062500 +0.010009765625 +-0.053466796875 +0.005279541016 +0.012756347656 +0.177734375000 +0.116210937500 +0.112792968750 +-0.098632812500 +-0.232421875000 +0.018310546875 +-0.122558593750 +-0.057373046875 +-0.087890625000 +-0.128906250000 +-0.075683593750 +0.189453125000 +-0.074218750000 +-0.023315429688 +-0.154296875000 +0.115722656250 +-0.151367187500 +-0.067382812500 +-0.026123046875 +0.025878906250 +-0.002136230469 +-0.009216308594 +-0.064453125000 +-0.160156250000 +0.017089843750 +-0.197265625000 +0.050781250000 +0.080566406250 +0.166015625000 +-0.088378906250 +0.048828125000 +0.063476562500 +0.007232666016 +0.029785156250 +0.062988281250 +0.010131835938 +-0.058105468750 +0.010925292969 +-0.046630859375 +-0.060791015625 +-0.022827148438 +0.104980468750 +-0.014221191406 +-0.050537109375 +-0.022827148438 +-0.034423828125 +0.042236328125 +-0.220703125000 +0.134765625000 +-0.205078125000 +-0.058593750000 +-0.066406250000 +0.070312500000 +-0.175781250000 +-0.088378906250 +-0.065917968750 +-0.012268066406 +0.064453125000 +-0.022338867188 +-0.034667968750 +-0.007873535156 +0.025878906250 +0.241210937500 +0.060791015625 +-0.078125000000 +-0.247070312500 +-0.057861328125 +0.148437500000 +-0.086425781250 +0.085937500000 +-0.094726562500 +-0.135742187500 +-0.104980468750 +0.148437500000 +-0.101074218750 +-0.011840820312 +-0.010375976562 +-0.036132812500 +0.100097656250 +0.017700195312 +-0.069824218750 +0.125976562500 +0.186523437500 +0.049560546875 +0.116699218750 +0.082031250000 +-0.020385742188 +-0.223632812500 +0.120605468750 +0.050537109375 +-0.131835937500 +-0.031005859375 +-0.007232666016 +0.013977050781 +0.026123046875 +-0.044189453125 +-0.007995605469 +0.034423828125 +0.133789062500 +-0.378906250000 +0.078613281250 +0.192382812500 +-0.161132812500 +0.097167968750 +0.028808593750 +0.114746093750 +-0.066406250000 +-0.171875000000 +-0.145507812500 +-0.073730468750 +-0.002655029297 +-0.020507812500 +0.010192871094 +-0.005645751953 +0.055419921875 +-0.057617187500 +-0.084960937500 +-0.141601562500 +0.005554199219 +0.023559570312 +0.044189453125 +-0.136718750000 +0.012939453125 +-0.029541015625 +-0.132812500000 +-0.048095703125 +0.078125000000 +0.116210937500 +-0.064941406250 +-0.129882812500 +0.054199218750 +-0.009643554688 +0.055175781250 +-0.136718750000 +0.085449218750 +-0.046386718750 +-0.021240234375 +-0.002105712891 +-0.182617187500 +-0.033691406250 +0.067871093750 +-0.079589843750 +-0.188476562500 +-0.119140625000 +0.099121093750 +0.106933593750 +-0.108398437500 +0.147460937500 +-0.003295898438 +0.065429687500 +-0.083496093750 +-0.117675781250 +-0.125976562500 +0.019165039062 +-0.083007812500 +-0.123046875000 +0.043701171875 +-0.032958984375 +-0.019775390625 +0.074218750000 +-0.004425048828 +-0.172851562500 +0.241210937500 +-0.057373046875 +-0.115722656250 +0.088867187500 +0.113769531250 +-0.140625000000 +-0.053466796875 +-0.116699218750 +-0.287109375000 +-0.058349609375 +0.113769531250 +0.163085937500 +0.078613281250 +0.054443359375 +0.084960937500 +-0.070312500000 +-0.124511718750 +0.132812500000 +-0.127929687500 +-0.018066406250 +-0.040771484375 +-0.039794921875 +-0.083007812500 +0.098632812500 +0.067871093750 +0.001937866211 +0.006774902344 +0.153320312500 +0.084472656250 +-0.083496093750 +-0.124511718750 +0.027709960938 +-0.034667968750 +-0.045898437500 +0.108886718750 +-0.200195312500 +0.027343750000 +-0.162109375000 +0.210937500000 +-0.069335937500 +-0.022216796875 +-0.108886718750 +-0.050048828125 +0.143554687500 +-0.011352539062 +-0.022460937500 +-0.077636718750 +-0.014343261719 +-0.076171875000 +-0.048339843750 +0.046386718750 +-0.133789062500 +-0.194335937500 +0.009704589844 +-0.026123046875 +-0.053466796875 +0.020019531250 +-0.006866455078 +0.062011718750 +-0.021728515625 +-0.150390625000 +-0.006225585938 +-0.083007812500 +0.213867187500 +-0.002944946289 +-0.127929687500 +0.173828125000 +-0.200195312500 +0.005401611328 +-0.020874023438 +-0.070800781250 +0.030395507812 +-0.057373046875 +-0.200195312500 +-0.158203125000 +-0.134765625000 +0.038818359375 +-0.149414062500 +0.104492187500 +-0.073242187500 +0.058349609375 +-0.002746582031 +-0.051513671875 +0.095214843750 +0.150390625000 +-0.158203125000 +0.146484375000 +-0.131835937500 +0.085937500000 +-0.054687500000 +-0.213867187500 +-0.061279296875 +0.287109375000 +0.027343750000 +0.014953613281 +-0.088867187500 +-0.060546875000 +0.030151367188 +-0.083984375000 +0.113281250000 +-0.056152343750 +0.041748046875 +-0.021240234375 +0.002288818359 +0.020629882812 +0.073730468750 +0.023803710938 +0.083984375000 +-0.110839843750 +0.159179687500 +0.056640625000 +-0.105468750000 +-0.024902343750 +-0.023315429688 +-0.048828125000 +0.071777343750 +-0.032226562500 +0.153320312500 +-0.097167968750 +0.100585937500 +0.026977539062 +-0.015136718750 +-0.042236328125 +0.063964843750 +-0.110351562500 +-0.052734375000 +-0.171875000000 +0.246093750000 +-0.141601562500 +-0.008117675781 +0.066406250000 +0.112792968750 +-0.059326171875 +0.103515625000 +-0.009460449219 +-0.101562500000 +0.099609375000 +0.031738281250 +-0.174804687500 +-0.117187500000 +0.102539062500 +0.228515625000 +0.050048828125 +0.224609375000 +0.148437500000 +-0.143554687500 +-0.059082031250 +0.030761718750 +-0.192382812500 +0.036376953125 +-0.030151367188 +0.190429687500 +-0.017822265625 +-0.125000000000 +0.070312500000 +-0.098632812500 +0.248046875000 +-0.034423828125 +-0.208984375000 +-0.119140625000 +0.088867187500 +0.023559570312 +0.091796875000 +-0.024658203125 +0.061035156250 +-0.051025390625 +0.000606536865 +-0.037109375000 +-0.123535156250 +-0.055908203125 +-0.151367187500 +-0.026855468750 +-0.141601562500 +0.119140625000 +0.007598876953 +-0.131835937500 +0.076660156250 +-0.026611328125 +-0.102539062500 +0.154296875000 +0.197265625000 +-0.022094726562 +-0.030639648438 +-0.168945312500 +0.026489257812 +0.034667968750 +0.043945312500 +-0.001831054688 +0.182617187500 +-0.068359375000 +-0.051513671875 +0.126953125000 +0.055664062500 +0.073242187500 +0.180664062500 +-0.119140625000 +-0.023803710938 +0.043457031250 +-0.011779785156 +-0.029785156250 +0.196289062500 +-0.081542968750 +-0.105957031250 +0.070800781250 +0.068359375000 +0.032226562500 +0.111816406250 +-0.088867187500 +-0.054443359375 +-0.009216308594 +-0.033203125000 +0.096191406250 +0.037109375000 +0.125976562500 +-0.123046875000 +0.151367187500 +0.085937500000 +-0.121582031250 +0.098144531250 +0.078125000000 +0.108398437500 +0.150390625000 +0.019531250000 +-0.100097656250 +-0.043701171875 +-0.023681640625 +0.024169921875 +-0.046630859375 +-0.060058593750 +0.074707031250 +0.142578125000 +-0.089843750000 +0.096679687500 +-0.124023437500 +0.092773437500 +0.146484375000 +0.250000000000 +-0.075195312500 +0.090332031250 +-0.072753906250 +0.154296875000 +0.009460449219 +0.069335937500 +0.128906250000 +0.087890625000 +0.029052734375 +0.065917968750 +-0.006683349609 +0.113769531250 +0.003204345703 +0.223632812500 +-0.053955078125 +-0.035156250000 +0.057861328125 +0.103515625000 +-0.108398437500 +0.172851562500 +-0.087402343750 +-0.052490234375 +0.088867187500 +-0.092773437500 +-0.105468750000 +0.060791015625 +-0.088378906250 +0.022216796875 +-0.047363281250 +-0.112304687500 +0.042724609375 +0.053222656250 +-0.126953125000 +0.189453125000 +0.065917968750 +0.193359375000 +0.140625000000 +-0.023193359375 +-0.059570312500 +0.027832031250 +0.049804687500 +-0.043701171875 +-0.043701171875 +0.082519531250 +0.009765625000 +-0.054931640625 +0.076660156250 +-0.003723144531 +0.013916015625 +0.053222656250 +0.138671875000 +-0.104492187500 +0.047851562500 +-0.063964843750 +0.003601074219 +0.138671875000 +-0.136718750000 +-0.168945312500 +0.149414062500 +-0.052734375000 +0.086425781250 +-0.096191406250 +-0.034423828125 +0.054443359375 +-0.068359375000 +-0.005798339844 +0.083984375000 +0.126953125000 +0.032226562500 +-0.110839843750 +-0.000907897949 +-0.105957031250 +0.167968750000 +0.012451171875 +0.159179687500 +-0.162109375000 +-0.084472656250 +0.067871093750 +-0.134765625000 +-0.005706787109 +0.241210937500 +0.078613281250 +-0.279296875000 +0.088867187500 +0.073242187500 +0.041259765625 +0.149414062500 +0.045654296875 +0.034667968750 +0.171875000000 +0.048828125000 +-0.060058593750 +0.068359375000 +-0.060058593750 +0.126953125000 +0.055419921875 +-0.094238281250 +0.002700805664 +0.014770507812 +0.040283203125 +-0.181640625000 +-0.134765625000 +0.058349609375 +-0.055175781250 +0.038818359375 +-0.064453125000 +-0.003448486328 +0.116210937500 +0.067871093750 +-0.096679687500 +-0.002166748047 +0.051513671875 +-0.022216796875 +-0.160156250000 +-0.285156250000 +-0.083984375000 +0.024047851562 +0.110839843750 +-0.091308593750 +0.111328125000 +0.012207031250 +0.133789062500 +-0.028564453125 +-0.045410156250 +-0.123535156250 +0.016113281250 +0.045166015625 +0.048583984375 +-0.029296875000 +-0.192382812500 +-0.170898437500 +0.005218505859 +0.008789062500 +-0.081054687500 +0.041015625000 +0.091796875000 +0.022216796875 +-0.005767822266 +0.094238281250 +0.202148437500 +-0.090332031250 +0.029663085938 +-0.032226562500 +0.059326171875 +0.196289062500 +0.102539062500 +-0.128906250000 +-0.009399414062 +-0.016357421875 +0.132812500000 +-0.092285156250 +0.241210937500 +0.081054687500 +-0.147460937500 +-0.160156250000 +-0.162109375000 +-0.044677734375 +-0.002197265625 +0.057373046875 +0.188476562500 +-0.088867187500 +0.002151489258 +0.113281250000 +0.018066406250 +-0.101562500000 +0.055175781250 +0.012084960938 +-0.098144531250 +-0.129882812500 +-0.145507812500 +0.025512695312 +-0.080078125000 +0.091796875000 +0.132812500000 +-0.044433593750 +-0.209960937500 +-0.029663085938 +-0.123046875000 +-0.049804687500 +-0.038085937500 +-0.225585937500 +-0.063476562500 +0.085449218750 +0.074218750000 +-0.050292968750 +-0.069335937500 +0.031127929688 +-0.076171875000 +-0.123046875000 +-0.049316406250 +-0.009948730469 +-0.201171875000 +0.025512695312 +-0.094726562500 +0.051757812500 +0.004913330078 +0.052246093750 +-0.034423828125 +-0.041992187500 +0.169921875000 +-0.066406250000 +0.135742187500 +0.033935546875 +-0.017089843750 +0.162109375000 +-0.000362396240 +-0.038574218750 +0.004333496094 +0.030029296875 +-0.046630859375 +-0.166992187500 +-0.088378906250 +0.077636718750 +0.138671875000 +-0.014648437500 +-0.059570312500 +0.043212890625 +0.066406250000 +0.020263671875 +-0.007019042969 +0.044677734375 +-0.065917968750 +0.086425781250 +-0.072265625000 +0.155273437500 +-0.085937500000 +0.235351562500 +0.020141601562 +0.025512695312 +0.112304687500 +0.062500000000 +0.077636718750 +-0.082031250000 +-0.175781250000 +0.167968750000 +-0.095703125000 +-0.004943847656 +-0.043212890625 +-0.004577636719 +0.111328125000 +-0.126953125000 +-0.060546875000 +-0.008911132812 +-0.089355468750 +0.053466796875 +0.007385253906 +0.041015625000 +-0.102539062500 +0.046386718750 +-0.028198242188 +-0.018798828125 +0.065917968750 +0.053710937500 +-0.227539062500 +-0.153320312500 +0.152343750000 +-0.065429687500 +0.046875000000 +-0.002548217773 +0.088867187500 +-0.076171875000 +-0.081542968750 +-0.146484375000 +0.060791015625 +-0.101562500000 +0.053466796875 +-0.000488281250 +-0.058593750000 +-0.030883789062 +0.061767578125 +0.213867187500 +0.034667968750 +-0.176757812500 +-0.035644531250 +0.022216796875 +-0.148437500000 +-0.205078125000 +-0.172851562500 +-0.083496093750 +-0.245117187500 +-0.037597656250 +-0.027587890625 +-0.106933593750 +0.158203125000 +-0.063476562500 +-0.047119140625 +0.012329101562 +-0.058837890625 +0.121582031250 +0.148437500000 +-0.043701171875 +-0.221679687500 +-0.034667968750 +-0.084472656250 +0.025756835938 +-0.062500000000 +0.092773437500 +0.085937500000 +-0.087402343750 +0.007171630859 +0.085937500000 +-0.089843750000 +0.183593750000 +-0.273437500000 +-0.023315429688 +-0.034179687500 +0.112792968750 +-0.004760742188 +-0.051025390625 +-0.196289062500 +-0.086425781250 +-0.024536132812 +-0.049072265625 +-0.141601562500 +-0.152343750000 +-0.034179687500 +-0.084960937500 +-0.033203125000 +0.077148437500 +-0.173828125000 +0.132812500000 +0.061523437500 +-0.039306640625 +-0.052490234375 +0.135742187500 +-0.142578125000 +-0.104980468750 +0.009460449219 +-0.105957031250 +0.089843750000 +0.099609375000 +0.132812500000 +-0.077148437500 +0.014221191406 +0.079101562500 +-0.030029296875 +0.104980468750 +-0.063476562500 +0.170898437500 +-0.041015625000 +0.079589843750 +0.149414062500 +0.002929687500 +-0.099121093750 +-0.021850585938 +-0.033935546875 +-0.073242187500 +0.009643554688 +0.113281250000 +-0.102050781250 +0.154296875000 +-0.030151367188 +0.049316406250 +0.005493164062 +0.092773437500 +0.097167968750 +-0.146484375000 +0.096679687500 +0.121582031250 +-0.184570312500 +-0.082031250000 +-0.008789062500 +-0.063964843750 +0.034912109375 +0.018554687500 +0.056396484375 +-0.024536132812 +-0.116699218750 +0.030273437500 +0.012817382812 +-0.078613281250 +0.167968750000 +0.020263671875 +-0.158203125000 +0.117675781250 +-0.041503906250 +-0.206054687500 +0.041015625000 +0.043212890625 +-0.041992187500 +0.131835937500 +0.026489257812 +-0.125976562500 +-0.197265625000 +0.042968750000 +0.245117187500 +-0.036132812500 +0.141601562500 +-0.007171630859 +0.049316406250 +-0.156250000000 +-0.095703125000 +-0.047363281250 +0.065917968750 +0.070800781250 +-0.058349609375 +-0.085449218750 +0.151367187500 +-0.183593750000 +0.081054687500 +-0.068359375000 +0.049316406250 +0.012756347656 +0.115234375000 +0.070312500000 +0.072753906250 +0.106445312500 +-0.029907226562 +-0.073242187500 +-0.031494140625 +-0.168945312500 +-0.063964843750 +-0.094726562500 +0.065917968750 +-0.176757812500 +0.024902343750 +-0.099121093750 +-0.068847656250 +-0.204101562500 +-0.020874023438 +0.052734375000 +0.011901855469 +-0.090332031250 +0.078125000000 +0.062988281250 +-0.015869140625 +-0.054687500000 +0.098144531250 +-0.108398437500 +0.036621093750 +-0.078613281250 +0.071289062500 +-0.030517578125 +-0.139648437500 +-0.031738281250 +0.059570312500 +0.184570312500 +0.016723632812 +-0.038818359375 +0.054931640625 +0.065917968750 +-0.062011718750 +-0.057861328125 +-0.227539062500 +0.052490234375 +0.127929687500 +-0.027099609375 +-0.003631591797 +-0.099121093750 +-0.007232666016 +-0.126953125000 +0.015563964844 +0.006042480469 +-0.071289062500 +-0.121093750000 +0.142578125000 +-0.053466796875 +-0.055664062500 +0.129882812500 +-0.030883789062 +-0.082031250000 +-0.139648437500 +0.028442382812 +-0.089355468750 +-0.119140625000 +0.008605957031 +-0.077636718750 +0.007263183594 +0.032958984375 +-0.125976562500 +-0.122070312500 +-0.029663085938 +0.075683593750 +0.085449218750 +-0.175781250000 +-0.151367187500 +0.024169921875 +0.011108398438 +0.099609375000 +0.084960937500 +0.066894531250 +0.083496093750 +0.054931640625 +0.066894531250 +0.031494140625 +0.088378906250 +-0.059082031250 +-0.071777343750 +-0.038818359375 +0.092773437500 +0.093261718750 +-0.010559082031 +-0.056396484375 +-0.202148437500 +-0.055908203125 +0.062011718750 +0.147460937500 +-0.081054687500 +0.034667968750 +-0.009277343750 +0.304687500000 +-0.100585937500 +0.070800781250 +-0.187500000000 +-0.051269531250 +0.110351562500 +0.046386718750 +0.001182556152 +0.023681640625 +0.037841796875 +0.062500000000 +-0.038818359375 +-0.041748046875 +-0.000446319580 +0.068847656250 +-0.050292968750 +0.196289062500 +0.156250000000 +-0.061279296875 +0.095214843750 +0.113281250000 +-0.067382812500 +-0.121093750000 +-0.012634277344 +-0.040283203125 +0.066894531250 +0.229492187500 +0.047363281250 +-0.106933593750 +-0.106933593750 +0.041503906250 +0.098632812500 +0.068847656250 +0.091308593750 +-0.007324218750 +-0.076171875000 +-0.012756347656 +0.106933593750 +-0.029052734375 +-0.013977050781 +-0.089355468750 +0.051269531250 +0.098144531250 +-0.077148437500 +-0.056396484375 +0.245117187500 +0.235351562500 +-0.081054687500 +-0.068847656250 +0.103515625000 +-0.040771484375 +0.068847656250 +0.036376953125 +0.053955078125 +0.146484375000 +0.001167297363 +-0.019287109375 +-0.017089843750 +0.123046875000 +-0.125976562500 +0.171875000000 +-0.112304687500 +-0.039550781250 +-0.040527343750 +0.090332031250 +0.020996093750 +-0.224609375000 +-0.064941406250 +-0.017089843750 +0.279296875000 +0.030395507812 +-0.033935546875 +-0.080078125000 +0.027954101562 +-0.013061523438 +-0.172851562500 +0.152343750000 +0.058349609375 +-0.013244628906 +0.059814453125 +-0.024169921875 +0.062255859375 +0.019287109375 +0.094726562500 +0.175781250000 +-0.065917968750 +0.033691406250 +0.029052734375 +0.063476562500 +0.125000000000 +-0.126953125000 +0.101074218750 +0.018310546875 +0.033203125000 +-0.053710937500 +0.108398437500 +0.111816406250 +0.078613281250 +-0.021728515625 +0.057373046875 +-0.011901855469 +0.013854980469 +0.038085937500 +-0.213867187500 +-0.199218750000 +0.000659942627 +-0.014648437500 +-0.210937500000 +0.010131835938 +-0.107910156250 +-0.047607421875 +-0.075195312500 +-0.094238281250 +-0.057617187500 +-0.145507812500 +0.083496093750 +0.124023437500 +0.062988281250 +-0.032958984375 +0.071777343750 +-0.022460937500 +0.062500000000 +-0.071289062500 +0.078613281250 +0.095214843750 +-0.047851562500 +-0.067871093750 +0.122558593750 +-0.006347656250 +-0.177734375000 +0.056884765625 +0.103515625000 +0.008483886719 +0.025512695312 +0.018432617188 +0.101562500000 +0.035400390625 +0.066406250000 +0.084472656250 +0.123046875000 +-0.128906250000 +-0.153320312500 +-0.125976562500 +-0.073730468750 +-0.155273437500 +0.046386718750 +0.143554687500 +-0.035888671875 +-0.061035156250 +-0.135742187500 +-0.128906250000 +-0.011474609375 +0.010009765625 +0.041992187500 +-0.057128906250 +-0.155273437500 +0.121093750000 +-0.077148437500 +-0.126953125000 +-0.131835937500 +0.035644531250 +-0.047607421875 +0.099121093750 +0.020996093750 +-0.055908203125 +-0.144531250000 +-0.143554687500 +0.187500000000 +-0.032226562500 +-0.016723632812 +-0.010314941406 +0.012939453125 +-0.021362304688 +-0.092773437500 +-0.099121093750 +-0.120117187500 +0.108398437500 +-0.002502441406 +-0.062988281250 +-0.127929687500 +0.104003906250 +0.032226562500 +0.194335937500 +0.105468750000 +0.064941406250 +-0.032958984375 +-0.095703125000 +0.010192871094 +-0.000778198242 +-0.212890625000 +-0.094238281250 +-0.092773437500 +-0.216796875000 +-0.022216796875 +0.163085937500 +0.048583984375 +0.059326171875 +0.175781250000 +0.106933593750 +0.100097656250 +-0.073730468750 +0.035888671875 +0.015869140625 +0.106445312500 +-0.004425048828 +-0.009948730469 +-0.063476562500 +-0.129882812500 +-0.133789062500 +0.092285156250 +-0.020019531250 +-0.097167968750 +0.028686523438 +-0.110839843750 +-0.037841796875 +0.050292968750 +0.141601562500 +-0.010314941406 +-0.158203125000 +-0.106933593750 +0.111328125000 +0.090820312500 +0.166015625000 +-0.164062500000 +0.209960937500 +-0.070800781250 +-0.031494140625 +0.257812500000 +0.132812500000 +0.030273437500 +0.135742187500 +-0.059814453125 +-0.168945312500 +-0.136718750000 +0.032470703125 +0.054687500000 +-0.145507812500 +0.033447265625 +-0.149414062500 +-0.123535156250 +-0.147460937500 +-0.057128906250 +-0.163085937500 +-0.046386718750 +-0.024291992188 +-0.093261718750 +0.030883789062 +-0.005676269531 +0.003265380859 +-0.068847656250 +-0.147460937500 +-0.152343750000 +0.080078125000 +-0.087402343750 +0.082519531250 +-0.101074218750 +0.070312500000 +0.049316406250 +0.022705078125 +-0.158203125000 +0.030029296875 +-0.195312500000 +-0.072265625000 +0.095703125000 +-0.141601562500 +-0.034179687500 +0.121093750000 +-0.040283203125 +0.097167968750 +-0.096679687500 +0.261718750000 +-0.152343750000 +-0.000785827637 +-0.012817382812 +-0.026000976562 +-0.039794921875 +-0.124511718750 +-0.139648437500 +0.070800781250 +0.088378906250 +-0.071777343750 +-0.028198242188 +0.053466796875 +-0.100585937500 +0.122558593750 +-0.057861328125 +0.063476562500 +-0.014709472656 +0.162109375000 +-0.081542968750 +-0.015075683594 +0.076660156250 +0.130859375000 +0.100585937500 +0.011108398438 +-0.259765625000 +0.041503906250 +0.004791259766 +-0.151367187500 +0.447265625000 +-0.130859375000 +0.088378906250 +0.041748046875 +-0.018676757812 +0.060791015625 +-0.024658203125 +-0.010498046875 +-0.004150390625 +0.052978515625 +-0.064941406250 +-0.060058593750 +0.033447265625 +0.107910156250 +0.012390136719 +-0.011474609375 +-0.051269531250 +0.052246093750 +0.076660156250 +0.002365112305 +-0.044189453125 +-0.333984375000 +-0.013671875000 +-0.021850585938 +-0.166015625000 +-0.213867187500 +0.265625000000 +0.086425781250 +0.111328125000 +0.038818359375 +-0.291015625000 +-0.043212890625 +0.002334594727 +0.172851562500 +-0.136718750000 +0.145507812500 +-0.077148437500 +0.097656250000 +0.182617187500 +0.184570312500 +0.125000000000 +0.010253906250 +-0.041748046875 +0.131835937500 +-0.074707031250 +0.211914062500 +-0.018554687500 +-0.100097656250 +-0.053710937500 +0.079589843750 +0.003509521484 +0.152343750000 +-0.149414062500 +0.226562500000 +0.171875000000 +-0.101074218750 +0.304687500000 +0.036865234375 +0.076660156250 +-0.001411437988 +0.045166015625 +-0.237304687500 +0.142578125000 +-0.041015625000 +-0.032226562500 +0.015747070312 +0.072265625000 +0.109863281250 +-0.044433593750 +0.041748046875 +-0.026000976562 +0.012451171875 +-0.008056640625 +-0.003997802734 +0.014770507812 +-0.091796875000 +-0.149414062500 +-0.128906250000 +-0.208984375000 +-0.043457031250 +-0.036865234375 +-0.103515625000 +-0.144531250000 +-0.156250000000 +-0.081542968750 +-0.114257812500 +0.071289062500 +-0.048828125000 +-0.105468750000 +-0.010437011719 +-0.011657714844 +-0.085937500000 +0.007171630859 +-0.031738281250 +-0.081542968750 +-0.147460937500 +-0.095703125000 +-0.041259765625 +0.123535156250 +-0.072753906250 +0.144531250000 +-0.031738281250 +0.138671875000 +0.003402709961 +-0.094726562500 +0.067871093750 +-0.000115871429 +-0.040527343750 +-0.037597656250 +-0.176757812500 +0.010864257812 +-0.236328125000 +-0.114257812500 +-0.158203125000 +0.107910156250 +-0.077148437500 +0.016601562500 +-0.070800781250 +-0.081542968750 +0.087890625000 +0.022094726562 +0.025878906250 +-0.119140625000 +-0.139648437500 +0.082031250000 +0.031738281250 +-0.129882812500 +-0.076660156250 +0.029418945312 +-0.020874023438 +-0.010986328125 +0.105957031250 +0.010864257812 +-0.042236328125 +-0.025878906250 +0.079589843750 +-0.057128906250 +0.104980468750 +0.004882812500 +-0.059814453125 +-0.067382812500 +-0.170898437500 +0.085449218750 +0.080566406250 +-0.059814453125 +-0.023193359375 +-0.001602172852 +0.108886718750 +-0.181640625000 +-0.058837890625 +-0.052978515625 +-0.113281250000 +0.009887695312 +-0.146484375000 +-0.099609375000 +-0.249023437500 +0.143554687500 +-0.024414062500 +-0.065429687500 +-0.065917968750 +0.139648437500 +-0.134765625000 +-0.030639648438 +0.138671875000 +0.086914062500 +0.011840820312 +-0.063964843750 +0.025390625000 +-0.025512695312 +0.011718750000 +-0.039062500000 +-0.013366699219 +-0.161132812500 +0.026123046875 +-0.167968750000 +-0.190429687500 +-0.131835937500 +-0.060058593750 +-0.067382812500 +-0.218750000000 +-0.114257812500 +-0.036865234375 +-0.071289062500 +-0.117675781250 +0.208984375000 +-0.028076171875 +-0.195312500000 +0.051025390625 +0.058837890625 +0.100097656250 +-0.002990722656 +0.035156250000 +-0.050537109375 +0.083496093750 +0.043212890625 +0.049804687500 +0.075195312500 +0.209960937500 +-0.034179687500 +-0.029174804688 +0.154296875000 +0.159179687500 +0.322265625000 +-0.050781250000 +-0.019653320312 +0.099121093750 +-0.213867187500 +-0.006042480469 +-0.061767578125 +0.161132812500 +-0.148437500000 +0.153320312500 +0.035888671875 +0.037597656250 +0.064941406250 +0.033203125000 +0.061035156250 +0.030517578125 +0.150390625000 +-0.065917968750 +-0.014282226562 +-0.028564453125 +-0.002319335938 +0.146484375000 +0.041015625000 +0.002365112305 +0.020874023438 +0.074218750000 +0.118652343750 +0.065917968750 +-0.152343750000 +0.083007812500 +0.016601562500 +-0.095703125000 +0.038818359375 +-0.024780273438 +-0.144531250000 +0.224609375000 +-0.005004882812 +-0.055419921875 +-0.017822265625 +-0.033691406250 +0.046875000000 +0.184570312500 +-0.021118164062 +-0.121093750000 +0.064453125000 +-0.003967285156 +0.021850585938 +-0.008239746094 +0.019775390625 +0.026855468750 +0.073730468750 +0.083496093750 +0.005218505859 +-0.014587402344 +0.281250000000 +0.015380859375 +0.051025390625 +0.105468750000 +0.080566406250 +-0.071777343750 +-0.001838684082 +-0.036132812500 +0.020629882812 +-0.137695312500 +-0.129882812500 +-0.059082031250 +0.033447265625 +-0.018310546875 +-0.107421875000 +0.041503906250 +-0.031738281250 +-0.038330078125 +-0.048583984375 +0.015747070312 +0.040039062500 +0.196289062500 +0.035400390625 +0.127929687500 +-0.008728027344 +0.187500000000 +0.030029296875 +0.073730468750 +-0.093261718750 +-0.150390625000 +0.072753906250 +-0.070312500000 +0.049804687500 +-0.085449218750 +0.008483886719 +0.146484375000 +0.106933593750 +-0.012329101562 +-0.042968750000 +0.086914062500 +0.005554199219 +-0.068359375000 +-0.004730224609 +0.041259765625 +-0.098144531250 +0.031127929688 +0.014648437500 +0.069335937500 +-0.082031250000 +0.017944335938 +0.125000000000 +-0.119628906250 +0.117675781250 +-0.015625000000 +0.005187988281 +0.042480468750 +0.165039062500 +0.063476562500 +-0.119628906250 +0.124511718750 +-0.181640625000 +0.082519531250 +0.021240234375 +-0.019287109375 +0.173828125000 +-0.020874023438 +0.106445312500 +0.030883789062 +-0.046386718750 +-0.119140625000 +0.242187500000 +0.030151367188 +0.072265625000 +0.065429687500 +0.131835937500 +0.038085937500 +0.007812500000 +-0.065429687500 +0.089843750000 +0.168945312500 +0.090332031250 +-0.008789062500 +-0.160156250000 +-0.031982421875 +-0.029907226562 +-0.037353515625 +-0.040283203125 +-0.071777343750 +-0.181640625000 +0.077636718750 +0.065429687500 +-0.085937500000 +-0.020141601562 +-0.143554687500 +-0.042724609375 +0.036376953125 +-0.009399414062 +-0.052734375000 +-0.174804687500 +0.077148437500 +0.179687500000 +0.115722656250 +0.105957031250 +0.052490234375 +-0.001724243164 +0.027587890625 +-0.166992187500 +0.000438690186 +-0.078125000000 +-0.089355468750 +0.122070312500 +0.020019531250 +0.123535156250 +-0.029541015625 +-0.061279296875 +0.015380859375 +-0.026855468750 +0.041748046875 +-0.001106262207 +-0.107421875000 +0.203125000000 +-0.141601562500 +0.009582519531 +-0.001869201660 +0.099609375000 +-0.087402343750 +0.081542968750 +0.195312500000 +0.177734375000 +-0.054687500000 +0.050537109375 +0.169921875000 +-0.001487731934 +0.041992187500 +0.066406250000 +-0.125976562500 +0.069335937500 +0.025634765625 +-0.006896972656 +-0.101562500000 +-0.082519531250 +-0.084472656250 +-0.084960937500 +-0.068847656250 +0.078125000000 +-0.009948730469 +0.220703125000 +0.091796875000 +0.014221191406 +-0.018920898438 +-0.057373046875 +-0.135742187500 +0.035644531250 +-0.090820312500 +-0.118164062500 +-0.021240234375 +0.003479003906 +0.029052734375 +0.045898437500 +-0.005554199219 +0.056884765625 +0.123535156250 +-0.021118164062 +0.097656250000 +0.182617187500 +-0.024414062500 +-0.173828125000 +0.136718750000 +0.250000000000 +0.003021240234 +-0.021972656250 +0.088378906250 +-0.234375000000 +0.137695312500 +0.080566406250 +-0.002380371094 +-0.120117187500 +0.072265625000 +0.036621093750 +-0.137695312500 +0.098144531250 +-0.069824218750 +0.091796875000 +-0.125000000000 +0.139648437500 +0.124511718750 +-0.075195312500 +-0.047851562500 +-0.064453125000 +0.113281250000 +0.040039062500 +-0.054443359375 +0.036621093750 +-0.124023437500 +0.011047363281 +0.146484375000 +-0.017089843750 +0.219726562500 +0.008972167969 +-0.061035156250 +-0.166992187500 +-0.002029418945 +0.126953125000 +-0.015625000000 +-0.075683593750 +-0.113769531250 +0.055664062500 +-0.058349609375 +0.030151367188 +0.080566406250 +-0.043212890625 +0.059082031250 +0.012573242188 +-0.010620117188 +-0.207031250000 +0.190429687500 +-0.097656250000 +0.004333496094 +-0.028930664062 +-0.008605957031 +-0.002822875977 +0.033447265625 +-0.019409179688 +-0.007171630859 +-0.164062500000 +-0.108398437500 +0.102539062500 +-0.045654296875 +0.239257812500 +0.057128906250 +-0.003601074219 +-0.167968750000 +0.159179687500 +0.231445312500 +-0.116699218750 +-0.024047851562 +0.063476562500 +-0.083984375000 +0.020385742188 +0.012084960938 +-0.122558593750 +-0.057861328125 +-0.039306640625 +-0.125000000000 +0.043457031250 +0.047119140625 +0.025512695312 +-0.121093750000 +0.028564453125 +0.039794921875 +-0.259765625000 +-0.104492187500 +0.117187500000 +-0.114257812500 +-0.174804687500 +0.119140625000 +0.291015625000 +-0.086425781250 +0.187500000000 +0.000308990479 +0.048583984375 +-0.019775390625 +0.029418945312 +-0.081054687500 +0.060546875000 +0.027832031250 +0.049804687500 +-0.082031250000 +0.078125000000 +-0.040283203125 +0.129882812500 +0.099609375000 +0.079101562500 +-0.011230468750 +-0.165039062500 +0.030517578125 +0.211914062500 +0.102539062500 +-0.001052856445 +0.028686523438 +0.103027343750 +0.110351562500 +-0.011047363281 +-0.041748046875 +0.071289062500 +-0.164062500000 +-0.055664062500 +-0.043701171875 +0.087890625000 +0.052001953125 +-0.074218750000 +0.040039062500 +-0.045166015625 +0.376953125000 +0.043457031250 +0.120117187500 +0.167968750000 +-0.136718750000 +0.016601562500 +-0.011169433594 +0.062255859375 +0.255859375000 +-0.144531250000 +0.050048828125 +0.047607421875 +0.084472656250 +0.062500000000 +-0.052001953125 +0.202148437500 +-0.197265625000 +0.107910156250 +0.145507812500 +-0.096679687500 +-0.223632812500 +0.146484375000 +-0.052001953125 +-0.093750000000 +-0.002151489258 +-0.046630859375 +0.016967773438 +0.086914062500 +0.127929687500 +-0.018920898438 +0.115234375000 +-0.088867187500 +0.116210937500 +-0.166015625000 +-0.169921875000 +-0.196289062500 +-0.099121093750 +0.049560546875 +-0.032714843750 +-0.009887695312 +0.245117187500 +-0.069335937500 +-0.012695312500 +0.102050781250 +0.170898437500 +-0.013916015625 +0.015502929688 +-0.056640625000 +0.036621093750 +-0.028564453125 +-0.052978515625 +-0.074707031250 +-0.103027343750 +-0.005004882812 +0.008728027344 +-0.036621093750 +0.014038085938 +-0.020874023438 +-0.000103950500 +0.028808593750 +0.035400390625 +0.011230468750 +-0.039306640625 +0.033691406250 +0.070312500000 +0.165039062500 +-0.162109375000 +0.047363281250 +0.081542968750 +-0.074707031250 +0.074707031250 +0.121093750000 +-0.009643554688 +0.312500000000 +0.105468750000 +0.100097656250 +-0.052978515625 +0.096679687500 +0.007537841797 +-0.029296875000 +0.066894531250 +-0.050292968750 +-0.016357421875 +0.062255859375 +0.017089843750 +0.141601562500 +-0.050537109375 +0.096679687500 +-0.061767578125 +0.053222656250 +0.128906250000 +0.197265625000 +0.121093750000 +0.094726562500 +0.069824218750 +0.141601562500 +0.001091003418 +-0.103515625000 +-0.018676757812 +-0.060791015625 +0.013183593750 +0.189453125000 +0.199218750000 +-0.020385742188 +0.006042480469 +0.036132812500 +0.069824218750 +0.010681152344 +0.047363281250 +0.082519531250 +-0.166015625000 +-0.029418945312 +-0.011108398438 +-0.021972656250 +0.009826660156 +0.021728515625 +0.107421875000 +-0.115234375000 +0.015869140625 +0.002563476562 +0.104492187500 +-0.160156250000 +0.001411437988 +0.003265380859 +-0.032958984375 +0.066894531250 +0.031738281250 +0.009216308594 +-0.148437500000 +0.004089355469 +0.147460937500 +-0.010253906250 +-0.085937500000 +-0.075683593750 +-0.052978515625 +-0.081542968750 +0.023803710938 +0.035888671875 +0.026123046875 +0.110351562500 +-0.078613281250 +-0.037109375000 +0.333984375000 +-0.012145996094 +0.043945312500 +0.150390625000 +0.038330078125 +-0.109863281250 +0.185546875000 +0.040283203125 +0.166992187500 +-0.068847656250 +0.067871093750 +-0.139648437500 +0.127929687500 +-0.056884765625 +-0.057617187500 +0.032958984375 +0.091308593750 +-0.084472656250 +0.131835937500 +-0.040039062500 +-0.031127929688 +-0.094238281250 +0.057617187500 +-0.221679687500 +0.052001953125 +0.086425781250 +-0.001358032227 +-0.050292968750 +0.175781250000 +-0.009582519531 +-0.110839843750 +0.141601562500 +-0.126953125000 +-0.203125000000 +0.061035156250 +0.029663085938 +-0.019775390625 +0.061767578125 +-0.130859375000 +0.057128906250 +-0.154296875000 +-0.041503906250 +-0.056152343750 +-0.009277343750 +-0.005218505859 +0.016601562500 +0.166992187500 +0.073730468750 +-0.041748046875 +0.040771484375 +-0.098632812500 +-0.026855468750 +0.057128906250 +-0.010009765625 +-0.093261718750 +-0.144531250000 +0.091796875000 +-0.040039062500 +0.177734375000 +-0.069335937500 +-0.111328125000 +0.072265625000 +0.014282226562 +-0.219726562500 +0.006439208984 +-0.096191406250 +-0.008483886719 +-0.075683593750 +0.039306640625 +0.060546875000 +0.072265625000 +-0.106445312500 +-0.125000000000 +0.190429687500 +-0.031494140625 +0.102539062500 +-0.064453125000 +0.135742187500 +-0.023803710938 +0.067382812500 +0.146484375000 +0.091796875000 +-0.046875000000 +0.052978515625 +-0.069335937500 +0.203125000000 +-0.068359375000 +0.074707031250 +0.227539062500 +0.013183593750 +0.174804687500 +-0.022949218750 +-0.055908203125 +0.110351562500 +0.004913330078 +-0.166015625000 +0.013610839844 +-0.123046875000 +-0.101562500000 +-0.050292968750 +0.104980468750 +-0.047607421875 +0.103027343750 +-0.213867187500 +-0.177734375000 +0.173828125000 +0.027832031250 +-0.088378906250 +-0.049316406250 +0.038330078125 +-0.061767578125 +-0.131835937500 +0.023681640625 +-0.099609375000 +-0.124511718750 +-0.034912109375 +-0.027709960938 +-0.077636718750 +-0.007415771484 +0.105468750000 +-0.168945312500 +0.149414062500 +0.045166015625 +-0.024780273438 +-0.059082031250 +0.137695312500 +-0.010803222656 +-0.072265625000 +-0.050048828125 +-0.047851562500 +-0.121582031250 +0.153320312500 +-0.082031250000 +0.070312500000 +0.020874023438 +0.075683593750 +0.253906250000 +-0.058837890625 +-0.058593750000 +-0.185546875000 +-0.013671875000 +0.093750000000 +-0.012756347656 +-0.005340576172 +-0.073242187500 +-0.167968750000 +0.184570312500 +-0.006408691406 +0.171875000000 +0.120605468750 +0.021362304688 +0.047851562500 +-0.115234375000 +0.038085937500 +-0.019531250000 +0.116210937500 +0.067382812500 +-0.195312500000 +-0.024658203125 +-0.085449218750 +0.060791015625 +-0.123046875000 +0.037597656250 +0.071289062500 +-0.009155273438 +0.050292968750 +-0.164062500000 +0.093750000000 +-0.092285156250 +-0.191406250000 +-0.007293701172 +-0.086425781250 +0.046630859375 +0.066406250000 +-0.030761718750 +-0.181640625000 +-0.132812500000 +0.002120971680 +0.062011718750 +-0.009948730469 +0.017089843750 +-0.000846862793 +0.044433593750 +0.035156250000 +0.006072998047 +-0.067871093750 +0.090820312500 +-0.036376953125 +-0.084472656250 +-0.049804687500 +0.036865234375 +-0.129882812500 +-0.031494140625 +-0.085449218750 +-0.025878906250 +0.053955078125 +-0.090820312500 +-0.019042968750 +0.073730468750 +-0.105957031250 +-0.062988281250 +0.042724609375 +0.052734375000 +-0.021728515625 +-0.205078125000 +0.073730468750 +0.073730468750 +0.040039062500 +-0.016479492188 +-0.174804687500 +-0.009155273438 +-0.024658203125 +0.004028320312 +-0.114746093750 +0.060791015625 +-0.127929687500 +-0.095703125000 +-0.013732910156 +0.121582031250 +-0.117187500000 +0.045898437500 +0.131835937500 +0.072753906250 +-0.037109375000 +-0.078125000000 +-0.043212890625 +0.051513671875 +-0.125976562500 +-0.025390625000 +0.085937500000 +-0.228515625000 +-0.102539062500 +-0.449218750000 +0.067382812500 +-0.125976562500 +-0.040527343750 +-0.027221679688 +-0.018310546875 +-0.141601562500 +-0.042968750000 +0.142578125000 +0.050781250000 +-0.079101562500 +-0.161132812500 +-0.138671875000 +-0.021606445312 +0.060302734375 +0.018920898438 +0.076660156250 +-0.165039062500 +-0.117675781250 +-0.030151367188 +0.010864257812 +-0.024536132812 +-0.000587463379 +0.082031250000 +-0.055908203125 +-0.069335937500 +0.133789062500 +0.092773437500 +0.162109375000 +-0.144531250000 +0.009094238281 +-0.025756835938 +-0.029052734375 +-0.048095703125 +-0.175781250000 +-0.002990722656 +0.041748046875 +0.131835937500 +0.034179687500 +0.046630859375 +0.076171875000 +-0.039794921875 +0.116699218750 +0.133789062500 +0.099609375000 +0.088867187500 +0.081542968750 +0.060058593750 +0.043701171875 +0.127929687500 +0.033691406250 +0.017578125000 +0.073730468750 +-0.058837890625 +-0.090820312500 +-0.019897460938 +-0.025634765625 +0.048339843750 +-0.003173828125 +-0.073730468750 +-0.010009765625 +-0.004791259766 +-0.028198242188 +0.117675781250 +0.120117187500 +0.004974365234 +0.162109375000 +0.046875000000 +0.099121093750 +0.285156250000 +0.109375000000 +-0.058593750000 +0.125976562500 +-0.039062500000 +0.005371093750 +0.047607421875 +0.149414062500 +-0.020996093750 +-0.213867187500 +0.144531250000 +-0.000869750977 +-0.043212890625 +-0.034667968750 +0.106445312500 +-0.096679687500 +0.037353515625 +-0.144531250000 +-0.042968750000 +0.034667968750 +-0.031494140625 +0.064941406250 +0.118164062500 +-0.116699218750 +0.062500000000 +0.113769531250 +0.200195312500 +-0.076171875000 +-0.117675781250 +-0.132812500000 +-0.091308593750 +0.028564453125 +-0.006713867188 +0.085449218750 +0.135742187500 +-0.021850585938 +-0.066894531250 +0.013366699219 +0.119140625000 +0.041748046875 +-0.092773437500 +0.103027343750 +0.125000000000 +0.132812500000 +-0.035400390625 +-0.166015625000 +-0.065429687500 +0.056396484375 +0.031982421875 +-0.016845703125 +-0.133789062500 +0.063476562500 +-0.205078125000 +-0.041503906250 +0.136718750000 +-0.079589843750 +-0.005645751953 +0.173828125000 +0.140625000000 +-0.017456054688 +0.046142578125 +0.108886718750 +0.012023925781 +0.145507812500 +0.017578125000 +-0.100585937500 +-0.120117187500 +0.085937500000 +0.014831542969 +0.092285156250 +0.111328125000 +0.146484375000 +-0.037109375000 +0.318359375000 +-0.037597656250 +0.013793945312 +0.020507812500 +-0.116699218750 +-0.063476562500 +-0.019653320312 +0.122070312500 +-0.083496093750 +0.098632812500 +0.058105468750 +-0.102050781250 +0.162109375000 +0.106933593750 +0.058593750000 +0.101074218750 +0.098144531250 +0.128906250000 +0.199218750000 +-0.085449218750 +-0.065917968750 +0.035644531250 +-0.096679687500 +0.139648437500 +0.181640625000 +0.021240234375 +-0.007385253906 +0.000379562378 +0.099121093750 +0.107910156250 +-0.166992187500 +0.108886718750 +-0.086425781250 +0.226562500000 +0.015380859375 +0.142578125000 +0.029174804688 +-0.083007812500 +-0.010253906250 +0.066894531250 +-0.047119140625 +-0.015625000000 +-0.110351562500 +-0.166015625000 +0.202148437500 +0.140625000000 +0.163085937500 +-0.069335937500 +0.012268066406 +0.032470703125 +0.227539062500 +0.049316406250 +-0.071289062500 +0.052246093750 +0.041992187500 +-0.076171875000 +-0.039550781250 +-0.036132812500 +0.025512695312 +-0.034179687500 +-0.186523437500 +0.018676757812 +0.081054687500 +0.129882812500 +0.159179687500 +-0.015441894531 +0.050292968750 +-0.000452041626 +0.046630859375 +-0.004547119141 +0.146484375000 +-0.058837890625 +-0.107910156250 +0.038818359375 +0.008178710938 +-0.115234375000 +-0.148437500000 +0.118164062500 +0.175781250000 +0.015563964844 +0.142578125000 +0.005126953125 +-0.042236328125 +-0.009765625000 +-0.061279296875 +0.176757812500 +-0.067382812500 +0.263671875000 +-0.033447265625 +0.080078125000 +0.117675781250 +0.059082031250 +-0.036865234375 +-0.003097534180 +0.128906250000 +0.016113281250 +-0.098144531250 +-0.080078125000 +-0.049316406250 +0.005126953125 +-0.124023437500 +-0.145507812500 +0.071777343750 +0.191406250000 +0.038818359375 +-0.067871093750 +-0.055419921875 +-0.035644531250 +0.099121093750 +0.063476562500 +0.112792968750 +0.107421875000 +-0.087402343750 +0.076660156250 +-0.038574218750 +0.105957031250 +-0.123046875000 +0.089843750000 +0.040771484375 +0.104003906250 +0.132812500000 +0.071777343750 +0.177734375000 +-0.153320312500 +0.047851562500 +-0.217773437500 +0.060058593750 +0.058593750000 +-0.053466796875 +0.080078125000 +0.116699218750 +-0.088378906250 +-0.038085937500 +-0.082031250000 +0.022583007812 +0.273437500000 +0.009094238281 +-0.052734375000 +-0.149414062500 +0.012939453125 +-0.119628906250 +0.084472656250 +0.090820312500 +0.144531250000 +-0.034423828125 +-0.003555297852 +0.120117187500 +-0.008422851562 +0.120117187500 +0.154296875000 +0.008911132812 +-0.142578125000 +0.040283203125 +-0.064453125000 +0.013427734375 +0.015014648438 +-0.004943847656 +0.121582031250 +0.098632812500 +0.015380859375 +0.100097656250 +-0.080078125000 +0.076660156250 +0.123535156250 +0.160156250000 +0.064941406250 +-0.087402343750 +-0.044433593750 +-0.090820312500 +0.129882812500 +0.073242187500 +0.075683593750 +0.129882812500 +-0.138671875000 +-0.025512695312 +0.178710937500 +-0.075683593750 +0.002212524414 +-0.015563964844 +0.054443359375 +0.021606445312 +-0.060302734375 +0.206054687500 +-0.229492187500 +0.184570312500 +-0.178710937500 +0.218750000000 +-0.139648437500 +0.146484375000 +0.015869140625 +-0.036621093750 +-0.000301361084 +-0.040039062500 +0.054931640625 +-0.007568359375 +-0.019775390625 +0.112304687500 +-0.002700805664 +-0.116210937500 +-0.142578125000 +0.007171630859 +-0.126953125000 +-0.046386718750 +0.005004882812 +0.100097656250 +0.010620117188 +0.161132812500 +0.283203125000 +-0.106933593750 +-0.089843750000 +0.114746093750 +-0.171875000000 +-0.103515625000 +-0.054199218750 +-0.034423828125 +-0.010803222656 +0.104492187500 +-0.088378906250 +-0.063964843750 +-0.078613281250 +-0.139648437500 +-0.033935546875 +0.035156250000 +0.045166015625 +-0.131835937500 +0.053466796875 +-0.072265625000 +-0.034667968750 +-0.011779785156 +0.045898437500 +-0.062500000000 +0.289062500000 +-0.064941406250 +-0.036132812500 +-0.199218750000 +0.052978515625 +0.267578125000 +0.071777343750 +-0.037597656250 +-0.021972656250 +-0.246093750000 +0.090820312500 +0.250000000000 +-0.086425781250 +0.043212890625 +-0.007415771484 +-0.055175781250 +0.102539062500 +-0.085449218750 +-0.023559570312 +0.173828125000 +0.056884765625 +-0.008117675781 +-0.035888671875 +0.057861328125 +-0.008666992188 +-0.228515625000 +0.037353515625 +-0.094726562500 +-0.052978515625 +0.126953125000 +-0.013305664062 +-0.159179687500 +0.003967285156 +-0.168945312500 +-0.051757812500 +0.216796875000 +-0.010864257812 +-0.328125000000 +0.044921875000 +-0.086914062500 +0.130859375000 +0.041503906250 +0.056152343750 +0.089843750000 +-0.076171875000 +0.132812500000 +0.074707031250 +-0.015869140625 +-0.100097656250 +0.102539062500 +0.246093750000 +0.072265625000 +0.071289062500 +0.043945312500 +-0.125976562500 +0.087402343750 +-0.124023437500 +-0.023681640625 +-0.017456054688 +0.016601562500 +0.040283203125 +-0.017700195312 +-0.018432617188 +-0.071289062500 +-0.094726562500 +0.064453125000 +-0.171875000000 +0.157226562500 +0.045166015625 +0.046142578125 +-0.326171875000 +-0.123535156250 +0.112792968750 +-0.139648437500 +-0.124511718750 +-0.091308593750 +-0.034179687500 +-0.059570312500 +0.023681640625 +-0.148437500000 +-0.257812500000 +-0.039062500000 +-0.164062500000 +0.052734375000 +0.076660156250 +-0.008422851562 +0.016723632812 +0.012329101562 +-0.002624511719 +0.004058837891 +-0.012573242188 +-0.047851562500 +-0.092285156250 +-0.045898437500 +0.011657714844 +0.009948730469 +-0.145507812500 +0.026367187500 +0.020141601562 +0.002899169922 +0.084472656250 +0.036865234375 +-0.087890625000 +0.073242187500 +0.158203125000 +-0.110351562500 +0.014038085938 +0.150390625000 +0.073242187500 +-0.017944335938 +0.053955078125 +-0.304687500000 +0.029785156250 +-0.088378906250 +-0.302734375000 +-0.083007812500 +0.009338378906 +-0.054687500000 +-0.024902343750 +0.036376953125 +-0.037353515625 +0.086914062500 +-0.054443359375 +0.063964843750 +0.048583984375 +0.003112792969 +-0.021362304688 +0.073730468750 +0.165039062500 +0.005096435547 +-0.240234375000 +-0.004791259766 +-0.044189453125 +0.016235351562 +0.103515625000 +-0.031494140625 +0.125976562500 +0.119140625000 +-0.077636718750 +-0.014465332031 +0.010314941406 +0.027465820312 +-0.125976562500 +0.091308593750 +-0.044921875000 +0.030639648438 +-0.040039062500 +0.002243041992 +0.056396484375 +-0.018310546875 +-0.020385742188 +0.127929687500 +0.253906250000 +0.104003906250 +-0.017822265625 +0.026489257812 +0.027099609375 +0.027343750000 +-0.021606445312 +-0.125000000000 +-0.094238281250 +-0.011779785156 +-0.055908203125 +-0.066406250000 +-0.032470703125 +-0.099121093750 +-0.197265625000 +0.128906250000 +-0.114257812500 +-0.022338867188 +-0.012023925781 +0.003005981445 +0.035888671875 +-0.091308593750 +0.046142578125 +0.041503906250 +0.048095703125 +-0.193359375000 +-0.020874023438 +-0.031494140625 +-0.074707031250 +-0.032714843750 +0.123046875000 +-0.116210937500 +-0.164062500000 +-0.079589843750 +0.208984375000 +0.034912109375 +0.013366699219 +-0.125000000000 +-0.126953125000 +0.062988281250 +-0.165039062500 +0.026245117188 +-0.104492187500 +-0.040527343750 +0.040283203125 +0.066406250000 +0.025268554688 +0.008361816406 +-0.138671875000 +0.084472656250 +-0.071777343750 +-0.091796875000 +-0.089843750000 +0.060546875000 +-0.016601562500 +-0.004760742188 +0.110351562500 +-0.048095703125 +0.021240234375 +-0.070312500000 +0.099609375000 +0.018066406250 +-0.191406250000 +-0.173828125000 +-0.061279296875 +-0.049072265625 +0.025390625000 +0.062011718750 +0.056884765625 +-0.152343750000 +-0.100097656250 +-0.097167968750 +0.024291992188 +0.055664062500 +0.060546875000 +-0.142578125000 +-0.216796875000 +0.072753906250 +0.007781982422 +-0.079589843750 +0.255859375000 +-0.147460937500 +0.116210937500 +-0.157226562500 +0.115722656250 +0.026245117188 +-0.011291503906 +0.110839843750 +0.468750000000 +-0.078125000000 +0.160156250000 +-0.028320312500 +-0.171875000000 +0.109375000000 +0.023315429688 +-0.075683593750 +0.141601562500 +0.031982421875 +0.107421875000 +-0.042968750000 +-0.054931640625 +0.061523437500 +0.134765625000 +-0.099609375000 +0.021362304688 +0.132812500000 +-0.191406250000 +-0.192382812500 +-0.076171875000 +0.015197753906 +-0.165039062500 +-0.082031250000 +0.089355468750 +-0.147460937500 +0.220703125000 +0.082031250000 +0.052490234375 +-0.051025390625 +-0.103027343750 +-0.137695312500 +-0.023315429688 +0.093750000000 +0.052490234375 +0.082519531250 +0.142578125000 +0.073242187500 +0.086425781250 +0.197265625000 +0.192382812500 +0.144531250000 +-0.017822265625 +0.005554199219 +0.099609375000 +0.088867187500 +-0.025878906250 +0.067382812500 +-0.093750000000 +0.058349609375 +0.110351562500 +0.067871093750 +0.081054687500 +-0.125976562500 +0.269531250000 +-0.020019531250 +0.048095703125 +0.050781250000 +-0.136718750000 +0.116699218750 +0.116699218750 +0.079101562500 +-0.051513671875 +0.148437500000 +-0.066406250000 +-0.072265625000 +0.038818359375 +0.006805419922 +0.098632812500 +-0.104492187500 +0.131835937500 +0.071777343750 +-0.148437500000 +0.035156250000 +0.119628906250 +-0.058349609375 +-0.110351562500 +-0.127929687500 +-0.113769531250 +-0.134765625000 +0.038574218750 +0.022583007812 +0.066406250000 +0.040283203125 +0.203125000000 +-0.066894531250 +-0.210937500000 +0.064453125000 +0.043701171875 +-0.165039062500 +-0.071289062500 +-0.105957031250 +0.090332031250 +0.151367187500 +0.016601562500 +0.018554687500 +-0.120117187500 +0.026367187500 +-0.001716613770 +-0.142578125000 +-0.049560546875 +-0.001968383789 +-0.076660156250 +0.142578125000 +-0.120605468750 +0.134765625000 +-0.156250000000 +0.042480468750 +0.093750000000 +0.049072265625 +-0.149414062500 +-0.067871093750 +0.028076171875 +-0.031982421875 +0.188476562500 +-0.057617187500 +-0.053222656250 +0.113281250000 +-0.065917968750 +-0.029052734375 +0.150390625000 +-0.028930664062 +-0.049316406250 +0.005249023438 +-0.171875000000 +0.106445312500 +-0.108398437500 +-0.216796875000 +0.058593750000 +-0.056884765625 +-0.102539062500 +0.042236328125 +-0.024169921875 +-0.062255859375 +-0.057373046875 +-0.005340576172 +0.173828125000 +-0.045166015625 +0.010742187500 +-0.029052734375 +-0.018310546875 +0.038818359375 +-0.043945312500 +-0.072265625000 +0.238281250000 +0.104980468750 +-0.093261718750 +0.026977539062 +0.034179687500 +-0.025634765625 +0.153320312500 +0.056152343750 +0.227539062500 +-0.099121093750 +-0.038818359375 +-0.057617187500 +-0.001472473145 +-0.067382812500 +-0.011291503906 +-0.001380920410 +0.084960937500 +0.058105468750 +0.114746093750 +-0.007995605469 +0.029052734375 +-0.177734375000 +-0.018066406250 +0.013488769531 +0.090332031250 +-0.132812500000 +-0.049072265625 +-0.000991821289 +0.134765625000 +-0.052246093750 +0.064941406250 +0.208984375000 +-0.094726562500 +-0.030517578125 +0.049560546875 +-0.050537109375 +0.034912109375 +-0.037109375000 +-0.018798828125 +-0.078613281250 +-0.006652832031 +0.044433593750 +0.109863281250 +-0.019897460938 +-0.001441955566 +-0.115234375000 +-0.149414062500 +-0.002349853516 +-0.061767578125 +0.085449218750 +0.169921875000 +0.103027343750 +0.073242187500 +0.163085937500 +-0.052734375000 +-0.024536132812 +-0.181640625000 +-0.083007812500 +0.010559082031 +-0.217773437500 +0.026000976562 +-0.117187500000 +-0.093750000000 +0.012939453125 +0.011352539062 +-0.219726562500 +0.117675781250 +0.014648437500 +0.112304687500 +-0.095214843750 +-0.255859375000 +0.156250000000 +-0.135742187500 +-0.043212890625 +-0.100097656250 +-0.019775390625 +-0.057617187500 +-0.120117187500 +0.008239746094 +-0.089355468750 +-0.347656250000 +-0.154296875000 +-0.125976562500 +-0.074218750000 +0.169921875000 +0.130859375000 +0.061279296875 +-0.096679687500 +0.170898437500 +0.084960937500 +-0.091796875000 +-0.077636718750 +0.085449218750 +0.031005859375 +0.005432128906 +0.001930236816 +0.107910156250 +-0.066894531250 +-0.062011718750 +0.080078125000 +-0.067871093750 +-0.050781250000 +-0.131835937500 +-0.036865234375 +0.104492187500 +0.007019042969 +-0.175781250000 +0.073242187500 +0.188476562500 +0.045898437500 +0.148437500000 +-0.026489257812 +0.070800781250 +-0.099609375000 +-0.207031250000 +-0.032714843750 +0.070800781250 +-0.083007812500 +0.047607421875 +0.080078125000 +0.092285156250 +0.046875000000 +-0.030029296875 +0.000690460205 +0.010681152344 +-0.123535156250 +0.101562500000 +0.250000000000 +0.022338867188 +0.163085937500 +-0.002731323242 +0.092285156250 +-0.097656250000 +0.069824218750 +-0.124023437500 +0.019165039062 +0.075195312500 +0.027343750000 +-0.098144531250 +-0.001327514648 +0.040039062500 +0.088867187500 +-0.050292968750 +0.066894531250 +0.020874023438 +-0.099609375000 +0.068847656250 +0.052246093750 +-0.168945312500 +-0.050048828125 +0.050292968750 +0.118164062500 +-0.112792968750 +0.003784179688 +0.019165039062 +0.157226562500 +0.125976562500 +0.151367187500 +-0.043212890625 +-0.118652343750 +-0.091796875000 +0.081054687500 +-0.149414062500 +-0.063964843750 +0.208984375000 +-0.292968750000 +-0.300781250000 +0.136718750000 +0.010253906250 +-0.031494140625 +0.072265625000 +0.106933593750 +-0.048583984375 +-0.073730468750 +0.096679687500 +0.102050781250 +-0.033447265625 +-0.091308593750 +0.031982421875 +-0.070800781250 +0.112304687500 +-0.007476806641 +-0.093750000000 +-0.034179687500 +0.197265625000 +0.027099609375 +0.079589843750 +-0.033203125000 +-0.043212890625 +-0.140625000000 +0.073242187500 +-0.098632812500 +-0.047119140625 +-0.070312500000 +-0.022705078125 +-0.053955078125 +-0.112792968750 +-0.038085937500 +-0.044921875000 +-0.043457031250 +-0.067871093750 +0.065429687500 +-0.118164062500 +-0.057373046875 +0.154296875000 +-0.009582519531 +-0.055664062500 +-0.104980468750 +0.003738403320 +-0.010742187500 +-0.219726562500 +0.201171875000 +-0.176757812500 +0.010253906250 +0.026000976562 +-0.014587402344 +-0.037109375000 +-0.039550781250 +0.040283203125 +-0.034667968750 +-0.077148437500 +-0.212890625000 +0.101562500000 +-0.062011718750 +-0.066406250000 +-0.248046875000 +-0.094238281250 +0.011962890625 +-0.116699218750 +-0.027099609375 +-0.020996093750 +-0.090332031250 +-0.001167297363 +-0.030151367188 +0.008483886719 +0.030151367188 +0.139648437500 +-0.022216796875 +0.015197753906 +0.085449218750 +0.357421875000 +-0.163085937500 +-0.098144531250 +-0.211914062500 +-0.210937500000 +-0.144531250000 +0.031127929688 +-0.092285156250 +0.021972656250 +0.074218750000 +-0.011962890625 +-0.081542968750 +0.039062500000 +-0.061767578125 +-0.011047363281 +-0.114257812500 +0.047851562500 +-0.080566406250 +0.092285156250 +-0.020996093750 +0.155273437500 +-0.049316406250 +-0.082519531250 +-0.082031250000 +-0.023925781250 +0.001266479492 +-0.073730468750 +-0.157226562500 +0.103027343750 +-0.001579284668 +0.012939453125 +-0.147460937500 +-0.052001953125 +-0.026733398438 +0.130859375000 +0.048583984375 +-0.003646850586 +-0.070800781250 +0.106933593750 +-0.172851562500 +-0.120605468750 +0.045410156250 +-0.016723632812 +0.089843750000 +-0.145507812500 +-0.108398437500 +-0.143554687500 +0.135742187500 +-0.103027343750 +-0.027832031250 +-0.144531250000 +-0.089355468750 +-0.007537841797 +-0.082519531250 +0.126953125000 +0.010192871094 +0.062255859375 +0.082031250000 +-0.007720947266 +-0.113281250000 +-0.178710937500 +0.050537109375 +0.095214843750 +-0.051025390625 +-0.087890625000 +0.059082031250 +0.045166015625 +-0.001556396484 +0.144531250000 +-0.109375000000 +0.132812500000 +-0.083007812500 +0.051513671875 +0.131835937500 +0.012878417969 +0.189453125000 +-0.156250000000 +0.008300781250 +0.050048828125 +-0.143554687500 +0.080566406250 +0.105957031250 +0.054443359375 +0.024169921875 +-0.030761718750 +0.079101562500 +0.079589843750 +0.054931640625 +-0.045166015625 +0.055664062500 +-0.016357421875 +-0.010864257812 +0.191406250000 +-0.081054687500 +-0.024047851562 +0.048583984375 +0.148437500000 +-0.142578125000 +0.026733398438 +-0.105957031250 +0.161132812500 +-0.051025390625 +-0.022949218750 +0.017456054688 +-0.121093750000 +0.067382812500 +-0.035888671875 +-0.065917968750 +0.049316406250 +-0.164062500000 +0.197265625000 +-0.042968750000 +0.047363281250 +0.045898437500 +-0.130859375000 +-0.148437500000 +0.112792968750 +-0.009826660156 +-0.087402343750 +0.008666992188 +-0.111328125000 +0.227539062500 +-0.043457031250 +-0.084472656250 +-0.027954101562 +0.154296875000 +0.099609375000 +0.230468750000 +0.291015625000 +0.088867187500 +-0.107910156250 +0.010864257812 +0.064941406250 +-0.211914062500 +0.064453125000 +0.043945312500 +0.226562500000 +-0.028442382812 +0.007324218750 +0.143554687500 +0.026611328125 +-0.095214843750 +0.123535156250 +0.109375000000 +-0.025756835938 +0.036132812500 +0.122558593750 +-0.047119140625 +0.083007812500 +0.017089843750 +0.125976562500 +0.051513671875 +0.129882812500 +0.067871093750 +-0.227539062500 +0.152343750000 +0.086914062500 +0.023681640625 +0.041259765625 +-0.015869140625 +-0.149414062500 +0.121582031250 +-0.170898437500 +0.023803710938 +-0.009826660156 +-0.127929687500 +-0.001281738281 +0.044677734375 +0.023803710938 +-0.012145996094 +-0.004913330078 +-0.080078125000 +-0.046386718750 +-0.001632690430 +0.044677734375 +-0.060791015625 +0.135742187500 +0.014404296875 +-0.118652343750 +-0.002731323242 +0.240234375000 +-0.149414062500 +-0.047607421875 +-0.075683593750 +0.192382812500 +0.057373046875 +0.071289062500 +-0.007232666016 +-0.015075683594 +0.003723144531 +-0.079101562500 +-0.029541015625 +0.012756347656 +0.049072265625 +0.039062500000 +-0.061279296875 +0.062988281250 +0.085449218750 +0.010864257812 +0.053955078125 +0.023071289062 +-0.034667968750 +0.009338378906 +-0.081054687500 +0.072753906250 +0.105468750000 +0.037109375000 +0.101562500000 +-0.035644531250 +0.037597656250 +-0.058105468750 +-0.237304687500 +0.110839843750 +0.084960937500 +0.076660156250 +0.122070312500 +0.022949218750 +-0.003799438477 +-0.113281250000 +-0.102050781250 +0.087890625000 +-0.083984375000 +0.038085937500 +-0.066894531250 +0.024780273438 +0.040039062500 +-0.132812500000 +0.072753906250 +-0.060546875000 +0.182617187500 +0.111816406250 +-0.092285156250 +-0.004180908203 +0.124511718750 +-0.086425781250 +-0.109375000000 +0.036621093750 +-0.039794921875 +-0.002456665039 +-0.043701171875 +-0.180664062500 +-0.017822265625 +0.000385284424 +0.062255859375 +-0.118652343750 +-0.114257812500 +0.123046875000 +-0.060058593750 +0.034912109375 +-0.019165039062 +0.037353515625 +-0.028198242188 +0.053710937500 +-0.152343750000 +0.139648437500 +-0.123046875000 +0.349609375000 +-0.089355468750 +-0.117675781250 +-0.064941406250 +0.173828125000 +-0.161132812500 +-0.015258789062 +0.046630859375 +0.163085937500 +-0.028076171875 +-0.099121093750 +0.003417968750 +-0.068847656250 +-0.101562500000 +0.050292968750 +0.079589843750 +0.122558593750 +-0.023193359375 +0.068847656250 +0.019653320312 +0.083496093750 +-0.236328125000 +0.069335937500 +0.007415771484 +-0.058593750000 +0.031738281250 +-0.108398437500 +0.128906250000 +0.041992187500 +0.024780273438 +-0.044189453125 +0.009582519531 +0.104980468750 +-0.092773437500 +-0.048583984375 +-0.003784179688 +-0.021118164062 +0.058837890625 +-0.102539062500 +0.117675781250 +-0.055664062500 +0.023193359375 +0.082519531250 +0.031127929688 +0.087890625000 +0.007415771484 +0.042236328125 +0.052978515625 +-0.004058837891 +-0.116699218750 +-0.073242187500 +0.114746093750 +0.076660156250 +-0.083496093750 +0.111328125000 +0.118652343750 +0.196289062500 +0.013732910156 +-0.041015625000 +-0.226562500000 +0.002166748047 +0.125976562500 +0.131835937500 +0.162109375000 +-0.087402343750 +0.062255859375 +0.006683349609 +-0.120117187500 +-0.234375000000 +-0.102539062500 +-0.005981445312 +-0.144531250000 +-0.096191406250 +-0.040283203125 +0.018432617188 +0.033935546875 +-0.177734375000 +-0.096679687500 +0.177734375000 +0.021484375000 +0.116210937500 +-0.021118164062 +0.095214843750 +-0.141601562500 +-0.018798828125 +0.017456054688 +-0.069335937500 +-0.044189453125 +0.184570312500 +-0.104980468750 +-0.086425781250 +-0.140625000000 +0.036132812500 +0.039794921875 +0.088867187500 +0.108398437500 +-0.136718750000 +0.039550781250 +-0.061523437500 +-0.064453125000 +-0.015991210938 +-0.110351562500 +-0.220703125000 +-0.130859375000 +0.192382812500 +0.148437500000 +-0.090332031250 +-0.021728515625 +0.044189453125 +-0.039306640625 +-0.233398437500 +-0.138671875000 +0.033935546875 +-0.279296875000 +-0.122070312500 +0.041015625000 +-0.036132812500 +-0.167968750000 +0.041259765625 +-0.192382812500 +0.077636718750 +0.029418945312 +0.098632812500 +0.076171875000 +0.055908203125 +0.175781250000 +0.187500000000 +-0.133789062500 +-0.013854980469 +-0.043701171875 +-0.150390625000 +0.045410156250 +-0.057861328125 +0.103515625000 +0.085937500000 +0.041259765625 +-0.072265625000 +-0.165039062500 +-0.101562500000 +-0.169921875000 +0.025024414062 +0.025878906250 +-0.079101562500 +-0.250000000000 +0.016845703125 +-0.044189453125 +0.076660156250 +0.077636718750 +-0.098632812500 +0.148437500000 +0.153320312500 +0.092773437500 +0.093261718750 +0.061035156250 +-0.080078125000 +-0.049804687500 +0.051025390625 +0.015747070312 +0.225585937500 +-0.007690429688 +-0.010803222656 +-0.083007812500 +0.015380859375 +0.140625000000 +-0.146484375000 +0.085937500000 +0.126953125000 +-0.165039062500 +-0.122558593750 +0.124511718750 +0.018066406250 +-0.024169921875 +0.035156250000 +0.103027343750 +-0.039794921875 +-0.148437500000 +-0.043945312500 +-0.113281250000 +-0.042480468750 +-0.170898437500 +0.087402343750 +0.054931640625 +0.018920898438 +-0.032226562500 +-0.107421875000 +0.053466796875 +-0.023071289062 +-0.023437500000 +-0.188476562500 +0.046386718750 +0.112792968750 +0.249023437500 +0.060058593750 +0.116210937500 +0.126953125000 +-0.086425781250 +0.161132812500 +-0.120117187500 +0.062988281250 +0.006500244141 +0.018798828125 +0.136718750000 +0.035644531250 +-0.015747070312 +0.142578125000 +-0.142578125000 +0.087890625000 +-0.100097656250 +-0.001930236816 +0.013366699219 +0.235351562500 +0.006896972656 +0.040527343750 +0.064453125000 +0.126953125000 +0.137695312500 +0.102539062500 +-0.012817382812 +0.031005859375 +0.071289062500 +0.167968750000 +0.149414062500 +-0.047607421875 +0.054199218750 +0.123535156250 +0.005035400391 +0.086425781250 +-0.025634765625 +0.232421875000 +0.187500000000 +0.090820312500 +-0.065917968750 +0.236328125000 +0.070312500000 +0.083984375000 +-0.060058593750 +0.007049560547 +0.103515625000 +-0.029296875000 +0.223632812500 +-0.090332031250 +0.114746093750 +-0.010375976562 +0.010314941406 +-0.008056640625 +0.023193359375 +0.198242187500 +0.007049560547 +-0.002182006836 +-0.162109375000 +0.046142578125 +0.001060485840 +0.094726562500 +0.044433593750 +-0.092773437500 +0.068359375000 +0.335937500000 +-0.040771484375 +0.101562500000 +0.179687500000 +0.111328125000 +0.031250000000 +0.132812500000 +-0.059326171875 +-0.064941406250 +0.105957031250 +-0.004577636719 +0.134765625000 +0.083984375000 +0.045166015625 +-0.081542968750 +0.009277343750 +0.106445312500 +0.017578125000 +-0.001327514648 +-0.062988281250 +0.039062500000 +-0.118652343750 +0.005798339844 +-0.101074218750 +0.099121093750 +-0.031494140625 +0.051269531250 +-0.173828125000 +0.048095703125 +-0.042480468750 +-0.004302978516 +-0.089843750000 +0.123046875000 +0.055419921875 +0.066406250000 +0.015563964844 +-0.002334594727 +-0.048828125000 +-0.023071289062 +0.163085937500 +-0.095703125000 +0.161132812500 +0.009948730469 +-0.042480468750 +-0.017089843750 +0.326171875000 +0.039794921875 +-0.008789062500 +0.184570312500 +0.154296875000 +-0.110839843750 +0.144531250000 +0.183593750000 +0.024536132812 +0.104492187500 +0.154296875000 +-0.047851562500 +-0.051025390625 +0.234375000000 +0.210937500000 +0.091796875000 +0.094238281250 +0.154296875000 +0.031982421875 +-0.033203125000 +0.049560546875 +0.006805419922 +-0.024780273438 +0.065429687500 +0.145507812500 +0.053222656250 +0.050781250000 +0.032714843750 +-0.037353515625 +0.149414062500 +-0.037353515625 +0.202148437500 +-0.088378906250 +0.032226562500 +0.039550781250 +-0.070800781250 +0.175781250000 +0.225585937500 +0.112792968750 +0.083007812500 +-0.034179687500 +-0.030151367188 +0.116699218750 +-0.069824218750 +0.003936767578 +0.281250000000 +-0.147460937500 +0.087890625000 +-0.005889892578 +0.130859375000 +-0.016479492188 +-0.009277343750 +-0.136718750000 +-0.073242187500 +0.036132812500 +0.009338378906 +-0.104980468750 +-0.109375000000 +-0.031982421875 +-0.065917968750 +0.052490234375 +0.098144531250 +0.096191406250 +0.121093750000 +0.092773437500 +0.079589843750 +0.163085937500 +-0.073730468750 +0.105468750000 +0.002899169922 +-0.060791015625 +-0.058349609375 +0.134765625000 +0.079101562500 +0.047851562500 +0.023925781250 +0.023803710938 +-0.036376953125 +0.002014160156 +-0.062988281250 +-0.041259765625 +-0.059326171875 +0.033935546875 +0.049072265625 +0.073730468750 +0.198242187500 +0.022705078125 +-0.010375976562 +0.085449218750 +0.060302734375 +0.008361816406 +-0.111816406250 +0.093750000000 +-0.071289062500 +-0.051757812500 +0.083496093750 +0.010498046875 +0.008911132812 +-0.029785156250 +0.211914062500 +0.041748046875 +0.001449584961 +0.015869140625 +0.182617187500 +-0.052490234375 +-0.042480468750 +0.099121093750 +-0.031250000000 +-0.016479492188 +0.155273437500 +0.037841796875 +0.112304687500 +0.019287109375 +0.111816406250 +-0.055175781250 +-0.139648437500 +-0.048828125000 +0.142578125000 +-0.176757812500 +0.091796875000 +0.014831542969 +0.138671875000 +-0.127929687500 +-0.137695312500 +-0.080078125000 +-0.041259765625 +0.049072265625 +0.070312500000 +0.150390625000 +-0.033935546875 +-0.066406250000 +0.042236328125 +0.007568359375 +0.005828857422 +-0.008300781250 +0.022583007812 +0.036132812500 +0.167968750000 +0.107910156250 +0.010986328125 +-0.073730468750 +-0.152343750000 +-0.096679687500 +0.104980468750 +0.000503540039 +-0.099121093750 +0.105468750000 +-0.118652343750 +-0.053955078125 +0.047119140625 +0.006347656250 +-0.095703125000 +0.050537109375 +-0.009338378906 +-0.028198242188 +-0.039550781250 +0.047607421875 +-0.000446319580 +-0.035156250000 +0.026855468750 +-0.092285156250 +-0.075683593750 +-0.021850585938 +-0.086914062500 +-0.248046875000 +-0.061523437500 +-0.040527343750 +0.035644531250 +0.005645751953 +-0.058837890625 +0.053222656250 +-0.017822265625 +-0.152343750000 +-0.118652343750 +-0.158203125000 +-0.070312500000 +0.083496093750 +0.010864257812 +-0.094238281250 +-0.027221679688 +0.017089843750 +0.114746093750 +-0.152343750000 +0.029418945312 +-0.105468750000 +0.020019531250 +-0.124023437500 +0.003814697266 +-0.077148437500 +0.032470703125 +-0.051269531250 +-0.156250000000 +-0.076660156250 +-0.125000000000 +0.021240234375 +0.013244628906 +0.068359375000 +-0.013977050781 +-0.136718750000 +0.003906250000 +-0.044433593750 +-0.066894531250 +-0.015502929688 +-0.025878906250 +0.008666992188 +-0.144531250000 +-0.046630859375 +-0.052246093750 +-0.017944335938 +0.014038085938 +0.111328125000 +0.349609375000 +-0.066406250000 +-0.050781250000 +-0.018066406250 +0.092285156250 +0.140625000000 +-0.108398437500 +-0.060302734375 +-0.068847656250 +-0.029296875000 +0.001411437988 +-0.139648437500 +-0.009216308594 +-0.176757812500 +-0.002593994141 +-0.001495361328 +-0.057861328125 +-0.234375000000 +-0.064941406250 +-0.259765625000 +0.011413574219 +-0.018554687500 +-0.116210937500 +0.000827789307 +0.006042480469 +-0.167968750000 +-0.043701171875 +0.020019531250 +0.063964843750 +-0.087402343750 +-0.158203125000 +-0.096679687500 +0.098144531250 +-0.050048828125 +0.033447265625 +0.047851562500 +0.125976562500 +-0.104003906250 +-0.153320312500 +-0.041015625000 +0.054199218750 +0.047851562500 +0.003601074219 +0.058349609375 +-0.161132812500 +0.097167968750 +-0.031738281250 +-0.148437500000 +-0.039794921875 +0.219726562500 +-0.132812500000 +-0.168945312500 +-0.023803710938 +-0.031127929688 +-0.131835937500 +0.064453125000 +0.175781250000 +-0.031494140625 +-0.034912109375 +0.000728607178 +-0.030029296875 +-0.034912109375 +0.054199218750 +0.024536132812 +0.099609375000 +-0.113769531250 +-0.084472656250 +0.149414062500 +0.023559570312 +-0.153320312500 +0.123046875000 +0.087402343750 +-0.076171875000 +-0.055419921875 +-0.076171875000 +0.111816406250 +0.128906250000 +0.101074218750 +-0.080078125000 +0.079589843750 +0.071289062500 +0.102050781250 +0.242187500000 +0.022216796875 +0.119140625000 +0.073242187500 +-0.071289062500 +-0.212890625000 +0.125976562500 +-0.110351562500 +0.031738281250 +-0.065917968750 +-0.005767822266 +-0.096679687500 +0.005004882812 +0.148437500000 +-0.016845703125 +-0.080566406250 +-0.045166015625 +-0.016601562500 +-0.055175781250 +0.133789062500 +0.013671875000 +0.014404296875 +-0.174804687500 +0.150390625000 +-0.168945312500 +0.084472656250 +0.145507812500 +0.081542968750 +0.057128906250 +0.019165039062 +0.015625000000 +0.013061523438 +0.096679687500 +-0.133789062500 +0.146484375000 +-0.124511718750 +0.102539062500 +0.012329101562 +-0.023193359375 +0.109375000000 +-0.098144531250 +0.071289062500 +-0.058349609375 +0.013854980469 +0.078613281250 +0.074707031250 +0.067382812500 +0.121582031250 +0.253906250000 +-0.084960937500 +-0.240234375000 +-0.118652343750 +0.139648437500 +-0.101562500000 +-0.073730468750 +0.159179687500 +-0.031982421875 +-0.031250000000 +0.023071289062 +-0.040039062500 +-0.023193359375 +0.067871093750 +0.289062500000 +-0.020507812500 +0.144531250000 +0.107910156250 +-0.112792968750 +-0.117675781250 +-0.030029296875 +0.050537109375 +-0.020385742188 +0.179687500000 +-0.051025390625 +-0.085937500000 +-0.057373046875 +0.107421875000 +-0.039794921875 +0.042724609375 +-0.116210937500 +0.102539062500 +-0.015869140625 +-0.098632812500 +0.051757812500 +0.117675781250 +0.064453125000 +0.124511718750 +0.082031250000 +-0.100585937500 +0.092285156250 +0.117675781250 +-0.019287109375 +0.061279296875 +-0.039062500000 +-0.137695312500 +0.014892578125 +0.078125000000 +-0.008239746094 +0.076171875000 +0.106445312500 +0.118164062500 +0.062500000000 +0.004364013672 +0.014526367188 +0.132812500000 +-0.069824218750 +0.037841796875 +-0.002212524414 +0.015502929688 +-0.166015625000 +-0.049316406250 +0.050048828125 +0.135742187500 +-0.107421875000 +-0.057617187500 +0.188476562500 +-0.116699218750 +-0.146484375000 +0.102539062500 +0.084960937500 +-0.001007080078 +0.122070312500 +-0.015991210938 +-0.067382812500 +-0.040527343750 +0.030639648438 +0.010498046875 +0.109863281250 +-0.057861328125 +-0.000331878662 +-0.120117187500 +0.042724609375 +0.022583007812 +0.131835937500 +-0.025390625000 +0.155273437500 +0.054443359375 +0.105468750000 +-0.057617187500 +-0.040283203125 +0.054199218750 +-0.037597656250 +-0.078613281250 +0.118652343750 +0.148437500000 +0.138671875000 +-0.024291992188 +-0.013061523438 +0.090332031250 +0.228515625000 +-0.061767578125 +-0.021118164062 +0.185546875000 +-0.022949218750 +0.078613281250 +0.006164550781 +0.024414062500 +0.149414062500 +0.019897460938 +0.166992187500 +0.090820312500 +0.108886718750 +-0.052734375000 +0.106933593750 +0.039062500000 +-0.195312500000 +0.100097656250 +-0.045166015625 +-0.006866455078 +0.237304687500 +0.022705078125 +-0.064453125000 +-0.159179687500 +0.018798828125 +0.006195068359 +0.044677734375 +0.115234375000 +0.028808593750 +0.097656250000 +0.150390625000 +0.208984375000 +0.065429687500 +-0.060058593750 +0.022094726562 +0.027587890625 +-0.182617187500 +-0.056396484375 +0.062500000000 +-0.014221191406 +0.071777343750 +0.118164062500 +-0.136718750000 +-0.065429687500 +-0.125976562500 +0.127929687500 +0.006866455078 +0.118652343750 +-0.008728027344 +0.052001953125 +0.029174804688 +-0.041748046875 +-0.057128906250 +-0.164062500000 +-0.078125000000 +0.112792968750 +0.118652343750 +0.018432617188 +0.010925292969 +0.035400390625 +0.000049829483 +-0.048828125000 +0.164062500000 +-0.056640625000 +-0.213867187500 +0.063964843750 +0.012329101562 +0.060546875000 +0.074218750000 +0.035156250000 +0.019775390625 +0.208007812500 +0.114746093750 +0.134765625000 +0.322265625000 +0.200195312500 +0.021728515625 +0.033447265625 +0.013244628906 +0.072265625000 +-0.046630859375 +-0.132812500000 +0.009643554688 +0.096679687500 +-0.073242187500 +-0.000429153442 +-0.067382812500 +0.002319335938 +-0.097656250000 +-0.031738281250 +-0.054443359375 +-0.005310058594 +0.126953125000 +-0.002136230469 +0.085449218750 +-0.201171875000 +0.026123046875 +0.009155273438 +-0.061279296875 +0.011352539062 +0.072753906250 +-0.019165039062 +0.084960937500 +-0.071777343750 +-0.026367187500 +-0.061767578125 +-0.036376953125 +-0.229492187500 +0.043701171875 +0.033935546875 +0.064941406250 +0.123046875000 +-0.036621093750 +0.057617187500 +0.015747070312 +-0.039062500000 +-0.071289062500 +-0.011047363281 +-0.009094238281 +0.017456054688 +0.136718750000 +-0.009155273438 +-0.126953125000 +0.085449218750 +0.138671875000 +-0.112792968750 +-0.094238281250 +0.079589843750 +-0.138671875000 +-0.073730468750 +0.061767578125 +-0.165039062500 +-0.062988281250 +0.151367187500 +-0.120117187500 +0.099121093750 +0.056884765625 +0.051025390625 +0.029052734375 +-0.153320312500 +0.044433593750 +0.071289062500 +0.115722656250 +0.168945312500 +-0.043945312500 +0.086425781250 +0.120605468750 +0.008605957031 +0.030761718750 +0.081542968750 +-0.223632812500 +-0.062988281250 +0.002105712891 +-0.125000000000 +0.053222656250 +-0.020874023438 +-0.127929687500 +-0.047363281250 +0.012145996094 +0.055175781250 +0.096679687500 +0.046142578125 +-0.079589843750 +-0.147460937500 +0.016479492188 +-0.062500000000 +-0.020385742188 +-0.179687500000 +-0.088867187500 +-0.095214843750 +-0.021850585938 +-0.022705078125 +-0.043701171875 +-0.014160156250 +-0.002792358398 +-0.000163078308 +0.097167968750 +-0.049804687500 +0.081542968750 +0.125976562500 +-0.149414062500 +-0.117675781250 +0.043945312500 +0.023681640625 +-0.154296875000 +0.032958984375 +0.040283203125 +-0.161132812500 +0.020996093750 +0.231445312500 +-0.104003906250 +0.135742187500 +-0.015563964844 +-0.057128906250 +0.119140625000 +0.001037597656 +0.039550781250 +0.056640625000 +-0.097656250000 +-0.125000000000 +0.106445312500 +0.026000976562 +0.135742187500 +-0.025878906250 +0.110351562500 +0.059570312500 +0.084960937500 +-0.094726562500 +0.008666992188 +0.037841796875 +-0.171875000000 +-0.129882812500 +0.141601562500 +0.081054687500 +-0.040283203125 +-0.043945312500 +0.104492187500 +-0.086425781250 +0.013183593750 +-0.137695312500 +0.133789062500 +0.041015625000 +-0.051757812500 +-0.099121093750 +-0.165039062500 +-0.064453125000 +-0.057373046875 +0.125000000000 +0.109863281250 +-0.110351562500 +0.072753906250 +-0.140625000000 +-0.125000000000 +-0.208007812500 +-0.008239746094 +-0.015136718750 +-0.052001953125 +-0.176757812500 +0.134765625000 +-0.166992187500 +-0.095214843750 +-0.148437500000 +-0.065917968750 +-0.171875000000 +-0.057128906250 +-0.002288818359 +0.008117675781 +-0.024902343750 +-0.136718750000 +-0.093750000000 +0.085937500000 +-0.132812500000 +-0.007659912109 +-0.130859375000 +0.074707031250 +-0.001609802246 +0.020874023438 +-0.247070312500 +0.083007812500 +0.041992187500 +0.005981445312 +-0.042480468750 +-0.078125000000 +-0.171875000000 +0.184570312500 +-0.004730224609 +-0.083007812500 +-0.083984375000 +0.140625000000 +0.026611328125 +0.081054687500 +-0.107910156250 +-0.077636718750 +-0.071289062500 +0.149414062500 +-0.083496093750 +-0.239257812500 +-0.162109375000 +-0.034667968750 +0.001968383789 +-0.063476562500 +0.023559570312 +0.351562500000 +0.025756835938 +-0.053955078125 +-0.241210937500 +0.046630859375 +0.108886718750 +-0.127929687500 +-0.137695312500 +-0.213867187500 +0.015563964844 +-0.110839843750 +-0.176757812500 +-0.099121093750 +0.014465332031 +0.071289062500 +-0.018798828125 +-0.192382812500 +-0.049804687500 +-0.148437500000 +-0.097656250000 +-0.054931640625 +0.083496093750 +-0.185546875000 +0.010009765625 +0.014648437500 +-0.115234375000 +0.048583984375 +-0.144531250000 +-0.141601562500 +0.022338867188 +0.075195312500 +0.113281250000 +0.132812500000 +-0.064941406250 +-0.088867187500 +0.024047851562 +0.182617187500 +-0.019165039062 +-0.110351562500 +0.089355468750 +-0.130859375000 +-0.176757812500 +0.074218750000 +-0.075683593750 +-0.267578125000 +-0.200195312500 +-0.030029296875 +-0.165039062500 +-0.204101562500 +-0.012939453125 +-0.178710937500 +0.036132812500 +-0.131835937500 +-0.028320312500 +0.314453125000 +-0.145507812500 +0.038574218750 +-0.172851562500 +0.096679687500 +0.114746093750 +-0.029296875000 +-0.087402343750 +-0.200195312500 +-0.132812500000 +-0.035888671875 +-0.062988281250 +-0.170898437500 +-0.104003906250 +0.002197265625 +-0.226562500000 +0.043457031250 +-0.075195312500 +-0.109375000000 +0.001388549805 +-0.204101562500 +-0.061523437500 +-0.052734375000 +-0.026000976562 +-0.216796875000 +-0.078613281250 +-0.180664062500 +-0.118164062500 +-0.117187500000 +-0.083007812500 +0.064941406250 +0.025268554688 +-0.129882812500 +-0.047607421875 +-0.027343750000 +0.015258789062 +-0.141601562500 +-0.088867187500 +-0.265625000000 +-0.043945312500 +-0.006561279297 +-0.201171875000 +0.008056640625 +0.029418945312 +-0.188476562500 +-0.041015625000 +-0.154296875000 +-0.052001953125 +0.005737304688 +-0.129882812500 +-0.138671875000 +0.037109375000 +-0.294921875000 +0.064941406250 +0.043701171875 +0.022705078125 +0.071777343750 +-0.214843750000 +0.045166015625 +-0.033447265625 +-0.066406250000 +0.007995605469 +-0.287109375000 +0.027954101562 +-0.074218750000 +-0.140625000000 +-0.030029296875 +-0.188476562500 +-0.001136779785 +-0.192382812500 +0.024291992188 +-0.088378906250 +-0.225585937500 +-0.316406250000 +0.057128906250 +0.023315429688 +-0.100097656250 +-0.250000000000 +0.021362304688 +-0.122070312500 +-0.054199218750 +-0.211914062500 +-0.128906250000 +0.006164550781 +0.063964843750 +-0.079589843750 +-0.024414062500 +-0.094726562500 +-0.015075683594 +-0.143554687500 +0.081054687500 +0.015991210938 +0.010314941406 +-0.103515625000 +-0.072265625000 +-0.074218750000 +0.135742187500 +-0.073242187500 +0.055175781250 +-0.089843750000 +-0.304687500000 +-0.141601562500 +-0.073242187500 +-0.007110595703 +-0.157226562500 +-0.016845703125 +-0.083007812500 +-0.214843750000 +0.023315429688 +-0.196289062500 +0.033203125000 +-0.009887695312 +-0.165039062500 +-0.012329101562 +-0.077636718750 +-0.126953125000 +-0.095214843750 +-0.132812500000 +-0.144531250000 +-0.123046875000 +-0.118652343750 +-0.145507812500 +-0.183593750000 +-0.166015625000 +-0.025146484375 +0.012817382812 +-0.171875000000 +-0.118164062500 +0.054931640625 +-0.099121093750 +-0.203125000000 +-0.023559570312 +-0.156250000000 +-0.188476562500 +0.092285156250 +-0.179687500000 +0.106933593750 +-0.081542968750 +0.104492187500 +-0.178710937500 +-0.051757812500 +0.099121093750 +-0.131835937500 +-0.080566406250 +-0.037353515625 +0.021728515625 +-0.020874023438 +-0.106445312500 +-0.064453125000 +-0.166015625000 +0.026611328125 +-0.003021240234 +0.019165039062 +-0.023315429688 +0.052001953125 +-0.060302734375 +0.172851562500 +0.055419921875 +0.055175781250 +0.080078125000 +0.036865234375 +0.126953125000 +0.138671875000 +0.030883789062 +0.132812500000 +-0.042724609375 +-0.062500000000 +-0.008666992188 +-0.037597656250 +-0.005249023438 +0.008239746094 +-0.072753906250 +0.314453125000 +0.144531250000 +-0.004180908203 +-0.097167968750 +0.000900268555 +-0.029418945312 +-0.248046875000 +-0.051269531250 +0.024047851562 +0.052978515625 +-0.037353515625 +0.080078125000 +0.087890625000 +0.061279296875 +-0.108886718750 +0.249023437500 +0.074218750000 +0.092285156250 +0.036132812500 +-0.009521484375 +0.017578125000 +0.087890625000 +-0.285156250000 +0.010314941406 +0.074218750000 +0.092285156250 +-0.056640625000 +-0.033447265625 +-0.154296875000 +0.041503906250 +-0.052978515625 +0.091796875000 +0.022583007812 +-0.031005859375 +-0.020996093750 +-0.014038085938 +0.060791015625 +0.091308593750 +-0.155273437500 +0.064941406250 +0.059814453125 +0.012817382812 +-0.027465820312 +0.235351562500 +0.031250000000 +0.064453125000 +-0.386718750000 +0.148437500000 +0.013916015625 +0.034912109375 +0.129882812500 +-0.119628906250 +0.013427734375 +0.033447265625 +-0.111816406250 +-0.029907226562 +0.209960937500 +-0.085937500000 +-0.186523437500 +-0.158203125000 +0.007568359375 +0.104492187500 +-0.113281250000 +-0.031494140625 +0.078125000000 +-0.076171875000 +-0.201171875000 +0.148437500000 +-0.292968750000 +0.069824218750 +-0.009704589844 +-0.080566406250 +-0.092285156250 +0.025146484375 +0.050048828125 +0.037109375000 +-0.165039062500 +0.054931640625 +0.015747070312 +-0.124511718750 +0.013793945312 +-0.117675781250 +-0.058593750000 +0.047119140625 +-0.037597656250 +0.047607421875 +0.105957031250 +-0.161132812500 +0.074707031250 +0.164062500000 +0.108398437500 +0.001144409180 +0.072753906250 +-0.030883789062 +-0.033447265625 +0.041503906250 +0.013305664062 +-0.120117187500 +0.073242187500 +-0.016845703125 +0.040527343750 +0.131835937500 +0.050781250000 +-0.120605468750 +-0.021484375000 +-0.068359375000 +0.027709960938 +0.020874023438 +0.154296875000 +0.080566406250 +0.051757812500 +0.007141113281 +0.005523681641 +0.076171875000 +-0.020996093750 +0.118652343750 +0.014099121094 +-0.016845703125 +0.094238281250 +-0.041992187500 +0.119140625000 +0.063476562500 +0.011718750000 +-0.089843750000 +-0.040527343750 +0.180664062500 +0.169921875000 +-0.007446289062 +0.013305664062 +0.028808593750 +0.071777343750 +-0.063476562500 +0.009033203125 +-0.079589843750 +0.192382812500 +0.075195312500 +-0.053222656250 +-0.027099609375 +-0.034912109375 +-0.099121093750 +0.023193359375 +0.009399414062 +0.111816406250 +-0.045166015625 +-0.125976562500 +-0.003875732422 +-0.023681640625 +0.130859375000 +0.076171875000 +0.048339843750 +0.064941406250 +0.163085937500 +0.054199218750 +-0.099121093750 +0.181640625000 +0.143554687500 +0.092285156250 +0.174804687500 +0.157226562500 +-0.016845703125 +-0.007934570312 +-0.083984375000 +0.039306640625 +0.246093750000 +-0.093261718750 +0.131835937500 +0.193359375000 +0.024291992188 +0.069335937500 +-0.045166015625 +-0.019042968750 +-0.208007812500 +-0.092773437500 +0.088378906250 +0.018798828125 +-0.019165039062 +-0.111328125000 +-0.072265625000 +0.040283203125 +-0.033935546875 +0.104980468750 +0.046875000000 +0.088378906250 +0.045410156250 +0.102050781250 +0.077636718750 +-0.163085937500 +-0.096679687500 +0.021728515625 +0.139648437500 +-0.153320312500 +0.141601562500 +-0.003890991211 +-0.181640625000 +-0.032470703125 +-0.110351562500 +0.012390136719 +0.196289062500 +-0.044433593750 +0.090820312500 +-0.020263671875 +0.111328125000 +-0.000862121582 +0.025634765625 +0.105468750000 +-0.024169921875 +-0.060546875000 +0.063476562500 +0.132812500000 +0.158203125000 +0.004211425781 +0.115722656250 +0.134765625000 +0.015991210938 +0.138671875000 +0.061279296875 +-0.088867187500 +0.040283203125 +0.030029296875 +0.038085937500 +-0.067871093750 +0.007110595703 +-0.006072998047 +-0.062500000000 +0.015563964844 +0.052490234375 +0.052001953125 +0.037841796875 +-0.083984375000 +0.101562500000 +-0.161132812500 +-0.110839843750 +0.039062500000 +-0.019531250000 +0.080078125000 +-0.124511718750 +-0.020141601562 +-0.099609375000 +-0.176757812500 +-0.041015625000 +-0.160156250000 +0.011413574219 +-0.045410156250 +-0.141601562500 +0.068359375000 +-0.091308593750 +-0.062988281250 +-0.078125000000 +0.044921875000 +-0.077636718750 +-0.001358032227 +-0.055908203125 +-0.106445312500 +0.016235351562 +-0.054931640625 +-0.006256103516 +0.001716613770 +0.167968750000 +-0.000329971313 +-0.106445312500 +-0.170898437500 +-0.104492187500 +-0.176757812500 +-0.233398437500 +0.005828857422 +0.014221191406 +-0.051513671875 +-0.054931640625 +0.028564453125 +-0.054199218750 +-0.001983642578 +0.184570312500 +-0.066894531250 +-0.039794921875 +-0.043945312500 +-0.021240234375 +-0.195312500000 +-0.116699218750 +0.147460937500 +0.002258300781 +-0.054443359375 +-0.031982421875 +0.001495361328 +-0.077636718750 +-0.090332031250 +-0.095214843750 +0.033935546875 +-0.108398437500 +0.050292968750 +-0.064941406250 +0.008728027344 +0.031250000000 +0.077148437500 +-0.050781250000 +0.147460937500 +-0.044433593750 +0.027099609375 +0.090332031250 +-0.015869140625 +0.143554687500 +-0.064453125000 +0.017822265625 +0.043457031250 +-0.083496093750 +-0.018310546875 +0.011718750000 +0.131835937500 +0.058593750000 +-0.009277343750 +-0.118652343750 +-0.008666992188 +-0.098144531250 +0.025634765625 +-0.219726562500 +-0.174804687500 +0.078613281250 +-0.044677734375 +0.005401611328 +-0.021606445312 +0.142578125000 +-0.020751953125 +0.032226562500 +-0.054199218750 +-0.108398437500 +-0.150390625000 +-0.029418945312 +-0.165039062500 +-0.022949218750 +0.048583984375 +-0.039306640625 +-0.147460937500 +-0.051025390625 +0.090332031250 +0.005828857422 +-0.027587890625 +-0.088378906250 +-0.138671875000 +-0.000028610229 +-0.139648437500 +0.007629394531 +0.018188476562 +-0.138671875000 +-0.112304687500 +0.151367187500 +-0.115722656250 +0.044921875000 +0.046386718750 +-0.018554687500 +0.116210937500 +-0.017944335938 +-0.130859375000 +-0.166992187500 +0.045410156250 +-0.051757812500 +-0.175781250000 +-0.033447265625 +-0.004486083984 +0.018188476562 +-0.217773437500 +-0.075195312500 +-0.153320312500 +-0.250000000000 +0.109375000000 +-0.031250000000 +-0.139648437500 +0.080566406250 +0.062988281250 +-0.230468750000 +0.043701171875 +-0.094726562500 +0.009399414062 +-0.069335937500 +-0.146484375000 +0.040771484375 +-0.046386718750 +-0.015258789062 +-0.100585937500 +0.024536132812 +0.087890625000 +0.007995605469 +-0.021606445312 +-0.009155273438 +-0.139648437500 +0.025268554688 +-0.051757812500 +0.100097656250 +0.115722656250 +-0.061767578125 +0.064941406250 +0.026733398438 +-0.003356933594 +0.051025390625 +-0.083984375000 +0.080566406250 +-0.015991210938 +0.087402343750 +-0.080566406250 +-0.189453125000 +-0.007812500000 +0.074218750000 +-0.090820312500 +-0.113769531250 +-0.003677368164 +0.111816406250 +0.058837890625 +0.050048828125 +-0.006835937500 +-0.042480468750 +0.047607421875 +0.081542968750 +0.098144531250 +0.163085937500 +0.009033203125 +-0.019531250000 +0.208984375000 +-0.003814697266 +0.071289062500 +-0.078125000000 +0.141601562500 +-0.070312500000 +-0.041259765625 +-0.023193359375 +-0.114746093750 +-0.128906250000 +-0.054687500000 +0.011413574219 +0.124023437500 +-0.051757812500 +0.025756835938 +-0.156250000000 +0.166992187500 +0.092285156250 +-0.016113281250 +0.070800781250 +-0.097167968750 +-0.004089355469 +-0.018432617188 +-0.065917968750 +-0.178710937500 +-0.136718750000 +-0.046142578125 +0.005798339844 +-0.037841796875 +-0.037353515625 +-0.085449218750 +0.036621093750 +0.093261718750 +-0.153320312500 +-0.069824218750 +0.095214843750 +0.085937500000 +0.083007812500 +-0.141601562500 +-0.089843750000 +0.096191406250 +-0.178710937500 +-0.144531250000 +-0.098632812500 +-0.122070312500 +0.052978515625 +-0.054199218750 +-0.172851562500 +0.041259765625 +0.004821777344 +-0.161132812500 +0.027465820312 +0.009887695312 +-0.034179687500 +-0.058837890625 +0.069824218750 +0.182617187500 +-0.144531250000 +-0.050048828125 +-0.034912109375 +-0.099121093750 +-0.128906250000 +-0.097167968750 +-0.097656250000 +-0.053955078125 +-0.116699218750 +-0.208984375000 +0.019897460938 +-0.139648437500 +-0.106445312500 +-0.015869140625 +-0.138671875000 +0.122070312500 +-0.144531250000 +0.075195312500 +0.058593750000 +0.031494140625 +-0.044921875000 +0.037109375000 +-0.081054687500 +0.119140625000 +-0.112304687500 +0.004272460938 +-0.009948730469 +-0.083984375000 +-0.049804687500 +-0.034912109375 +0.069824218750 +-0.013793945312 +-0.055419921875 +-0.018066406250 +-0.160156250000 +-0.048828125000 +-0.059326171875 +-0.022216796875 +0.024291992188 +0.026489257812 +-0.016601562500 +-0.060791015625 +-0.120605468750 +-0.096679687500 +-0.106445312500 +-0.170898437500 +-0.133789062500 +0.021118164062 +-0.148437500000 +-0.018798828125 +-0.077148437500 +0.081054687500 +-0.057861328125 +-0.163085937500 +0.031127929688 +-0.076171875000 +0.069335937500 +-0.129882812500 +-0.059326171875 +-0.100097656250 +0.080078125000 +0.093750000000 +-0.010009765625 +-0.096679687500 +0.062011718750 +-0.103515625000 +0.059326171875 +0.030395507812 +-0.085449218750 +-0.188476562500 +-0.020751953125 +0.021118164062 +0.051269531250 +-0.010437011719 +0.010925292969 +-0.148437500000 +-0.046630859375 +-0.178710937500 +-0.099121093750 +-0.133789062500 +-0.012329101562 +0.012756347656 +0.115234375000 +0.097656250000 +0.022338867188 +-0.036132812500 +0.017944335938 +0.069335937500 +-0.113281250000 +-0.285156250000 +-0.191406250000 +0.098632812500 +-0.197265625000 +0.162109375000 +-0.104980468750 +-0.127929687500 +-0.026977539062 +0.039062500000 +0.061035156250 +0.027587890625 +-0.062011718750 +-0.130859375000 +-0.000106811523 +0.029785156250 +0.049560546875 +-0.194335937500 +0.086425781250 +-0.086425781250 +0.041259765625 +0.032470703125 +-0.054443359375 +0.032958984375 +-0.085937500000 +-0.035644531250 +-0.068359375000 +0.110351562500 +-0.105468750000 +-0.044189453125 +0.021972656250 +0.065429687500 +-0.041259765625 +-0.016601562500 +0.162109375000 +0.173828125000 +-0.159179687500 +-0.074218750000 +0.032470703125 +-0.089843750000 +0.208984375000 +0.065917968750 +-0.101562500000 +0.013732910156 +-0.151367187500 +-0.135742187500 +-0.031250000000 +-0.144531250000 +0.000310897827 +-0.053466796875 +-0.097656250000 +-0.132812500000 +-0.242187500000 +-0.009582519531 +-0.067382812500 +-0.120605468750 +-0.010620117188 +-0.155273437500 +0.111328125000 +-0.027221679688 +-0.041992187500 +0.014099121094 +-0.246093750000 +-0.031494140625 +-0.080078125000 +0.051513671875 +-0.159179687500 +-0.020996093750 +-0.228515625000 +0.165039062500 +0.007598876953 +-0.028808593750 +-0.153320312500 +0.013427734375 +-0.107421875000 +-0.176757812500 +0.041503906250 +-0.061767578125 +-0.143554687500 +-0.027099609375 +-0.083496093750 +0.056152343750 +0.002868652344 +0.003967285156 +-0.114746093750 +-0.024902343750 +-0.083496093750 +-0.031494140625 +0.085937500000 +0.081054687500 +-0.071777343750 +-0.121093750000 +-0.030517578125 +-0.105957031250 +-0.037353515625 +-0.178710937500 +-0.191406250000 +-0.075195312500 +-0.028930664062 +-0.110839843750 +0.011108398438 +-0.064453125000 +-0.107910156250 +-0.074218750000 +0.094238281250 +-0.213867187500 +-0.244140625000 +-0.164062500000 +0.120605468750 +-0.029663085938 +-0.101074218750 +0.291015625000 +-0.101074218750 +0.035156250000 +0.139648437500 +-0.091308593750 +-0.073242187500 +-0.069335937500 +-0.132812500000 +-0.157226562500 +-0.072265625000 +-0.013061523438 +-0.080566406250 +0.145507812500 +0.003555297852 +0.028808593750 +0.013732910156 +0.054443359375 +-0.048828125000 +-0.230468750000 +-0.040527343750 +-0.173828125000 +-0.283203125000 +-0.054687500000 +-0.255859375000 +-0.104980468750 +-0.152343750000 +0.000808715820 +-0.106933593750 +0.077636718750 +-0.094726562500 +-0.043457031250 +-0.078125000000 +-0.267578125000 +-0.033691406250 +-0.056152343750 +-0.077148437500 +-0.122070312500 +-0.073242187500 +-0.012756347656 +0.028198242188 +-0.306640625000 +-0.208984375000 +-0.104980468750 +-0.012756347656 +-0.066406250000 +0.097167968750 +0.013671875000 +-0.047607421875 +-0.117675781250 +-0.006256103516 +-0.210937500000 +-0.056640625000 +-0.004821777344 +-0.044921875000 +0.071289062500 +-0.105957031250 +0.176757812500 +-0.098632812500 +0.150390625000 +0.033691406250 +-0.113769531250 +0.044189453125 +-0.091308593750 +0.034423828125 +-0.067871093750 +0.062011718750 +0.007812500000 +0.075683593750 +0.019165039062 +-0.198242187500 +-0.131835937500 +0.159179687500 +-0.125976562500 +0.120117187500 +0.184570312500 +0.091308593750 +0.117187500000 +-0.033203125000 +0.046142578125 +-0.060058593750 +0.134765625000 +0.125976562500 +-0.208007812500 +-0.040039062500 +0.124023437500 +-0.064941406250 +-0.269531250000 +0.045654296875 +-0.124023437500 +0.148437500000 +0.047851562500 +-0.056884765625 +-0.051269531250 +-0.065917968750 +-0.106445312500 +-0.098632812500 +-0.046386718750 +-0.038330078125 +0.096191406250 +-0.001708984375 +0.101562500000 +0.069335937500 +-0.167968750000 +-0.008422851562 +0.016601562500 +-0.126953125000 +-0.151367187500 +-0.088378906250 +0.002441406250 +0.003677368164 +0.023925781250 +-0.080566406250 +-0.036621093750 +-0.125000000000 +-0.081054687500 +-0.150390625000 +-0.218750000000 +0.035400390625 +0.026611328125 +-0.032714843750 +0.010681152344 +0.097167968750 +-0.221679687500 +-0.009277343750 +0.016723632812 +0.085937500000 +0.021850585938 +-0.122558593750 +0.041992187500 +0.112304687500 +-0.032226562500 +0.123535156250 +0.039062500000 +-0.012390136719 +0.023437500000 +0.059326171875 +0.003021240234 +0.010620117188 +-0.004028320312 +0.043212890625 +-0.029296875000 +0.010864257812 +-0.040771484375 +0.039550781250 +-0.056640625000 +0.036376953125 +0.117187500000 +-0.022094726562 +-0.095214843750 +0.040771484375 +-0.021118164062 +0.116210937500 +-0.111328125000 +0.197265625000 +-0.155273437500 +0.090332031250 +0.217773437500 +-0.017700195312 +0.029663085938 +0.020507812500 +0.064941406250 +0.099121093750 +-0.039794921875 +0.075683593750 +-0.080566406250 +0.081542968750 +-0.207031250000 +-0.027099609375 +0.041015625000 +-0.083007812500 +0.207031250000 +0.151367187500 +0.144531250000 +0.066894531250 +-0.064941406250 +0.099609375000 +0.033691406250 +0.052001953125 +0.139648437500 +-0.115722656250 +-0.029785156250 +-0.077148437500 +-0.040771484375 +-0.055419921875 +-0.117187500000 +-0.045654296875 +-0.079101562500 +0.041015625000 +-0.292968750000 +-0.231445312500 +0.131835937500 +-0.000022411346 +0.066406250000 +-0.016967773438 +-0.173828125000 +-0.024169921875 +-0.050537109375 +-0.099121093750 +-0.124023437500 +-0.121093750000 +0.012939453125 +0.003646850586 +-0.016479492188 +-0.047119140625 +0.080566406250 +0.059570312500 +-0.084472656250 +-0.077148437500 +-0.042724609375 +0.088378906250 +0.069335937500 +-0.081542968750 +0.003494262695 +-0.005798339844 +-0.041992187500 +0.141601562500 +-0.003860473633 +0.084472656250 +0.050048828125 +0.152343750000 +0.085449218750 +0.054199218750 +0.071289062500 +0.097656250000 +-0.017578125000 +0.062255859375 +0.020996093750 +-0.227539062500 +-0.016235351562 +-0.003326416016 +0.039794921875 +-0.015869140625 +0.092285156250 +-0.101074218750 +0.163085937500 +0.017456054688 +0.033447265625 +0.062500000000 +0.004577636719 +0.063964843750 +0.149414062500 +-0.059326171875 +-0.051025390625 +-0.008422851562 +0.005523681641 +-0.006256103516 +-0.014953613281 +0.021484375000 +-0.190429687500 +-0.011596679688 +0.134765625000 +0.167968750000 +-0.064453125000 +0.022705078125 +0.021484375000 +-0.004028320312 +0.051269531250 +0.028076171875 +0.084472656250 +0.035644531250 +0.169921875000 +0.093261718750 +-0.060058593750 +0.167968750000 +0.097167968750 +-0.030639648438 +0.073242187500 +0.145507812500 +0.085449218750 +0.026977539062 +-0.036132812500 +0.008178710938 +0.046875000000 +0.107910156250 +-0.057128906250 +-0.087890625000 +0.028076171875 +0.191406250000 +0.019287109375 +-0.004364013672 +-0.029296875000 +0.032226562500 +0.204101562500 +0.058105468750 +-0.029418945312 +-0.078613281250 +0.185546875000 +-0.038818359375 +-0.068359375000 +-0.036132812500 +-0.066406250000 +-0.020874023438 +-0.067382812500 +-0.052246093750 +-0.051269531250 +-0.048583984375 +0.061279296875 +0.094726562500 +0.097656250000 +-0.001091003418 +-0.129882812500 +0.072265625000 +-0.041503906250 +0.145507812500 +-0.024047851562 +0.016845703125 +-0.008544921875 +0.054443359375 +0.053222656250 +0.104003906250 +-0.005279541016 +0.032714843750 +-0.034912109375 +-0.093750000000 +-0.049804687500 +0.013854980469 +0.050537109375 +0.111816406250 +0.065429687500 +0.065917968750 +-0.058593750000 +-0.040771484375 +-0.116210937500 +-0.125976562500 +-0.130859375000 +0.048828125000 +-0.063964843750 +0.022949218750 +0.044189453125 +0.017211914062 +-0.124023437500 +0.000976562500 +0.136718750000 +0.020751953125 +0.122070312500 +0.140625000000 +0.039062500000 +0.041015625000 +-0.195312500000 +-0.033935546875 +-0.093261718750 +-0.037109375000 +0.131835937500 +-0.057373046875 +0.011169433594 +-0.138671875000 +0.163085937500 +-0.009399414062 +-0.119628906250 +-0.027099609375 +0.061767578125 +0.074707031250 +-0.084960937500 +0.028808593750 +-0.279296875000 +-0.061523437500 +0.062988281250 +0.174804687500 +0.037353515625 +0.054443359375 +-0.065917968750 +0.066894531250 +-0.110351562500 +0.024414062500 +-0.066406250000 +0.018676757812 +0.049804687500 +-0.092285156250 +-0.030517578125 +-0.070312500000 +0.005981445312 +-0.085449218750 +0.059814453125 +0.001335144043 +-0.005432128906 +-0.048339843750 +0.162109375000 +0.107910156250 +0.047363281250 +0.042724609375 +-0.090820312500 +0.105957031250 +-0.085449218750 +0.147460937500 +0.384765625000 +0.019653320312 +0.070312500000 +0.145507812500 +0.014343261719 +0.075195312500 +0.007659912109 +0.006134033203 +-0.022949218750 +0.041748046875 +-0.050781250000 +0.112304687500 +-0.093261718750 +-0.084960937500 +0.061279296875 +-0.030273437500 +0.229492187500 +-0.062988281250 +-0.082031250000 +-0.002853393555 +0.009277343750 +-0.081054687500 +0.006622314453 +0.207031250000 +0.001472473145 +-0.074218750000 +0.010864257812 +-0.032958984375 +-0.045654296875 +0.042236328125 +-0.088378906250 +0.006652832031 +0.130859375000 +-0.079101562500 +0.013000488281 +0.066894531250 +0.049072265625 +-0.020019531250 +0.062988281250 +-0.154296875000 +0.150390625000 +0.120605468750 +0.041015625000 +0.042968750000 +0.080078125000 +0.073730468750 +0.141601562500 +-0.052001953125 +-0.025146484375 +-0.017944335938 +-0.066894531250 +0.117675781250 +0.129882812500 +0.048095703125 +-0.078613281250 +0.099609375000 +-0.011352539062 +0.018066406250 +-0.078613281250 +0.198242187500 +-0.188476562500 +-0.053466796875 +-0.106445312500 +-0.066406250000 +0.132812500000 +0.016845703125 +0.126953125000 +-0.083496093750 +0.214843750000 +-0.017456054688 +-0.037353515625 +0.097656250000 +0.206054687500 +0.141601562500 +0.000035524368 +-0.029418945312 +0.156250000000 +-0.023315429688 +-0.134765625000 +0.088378906250 +-0.058837890625 +-0.147460937500 +-0.053466796875 +0.025390625000 +-0.040283203125 +-0.000284194946 +-0.070800781250 +0.013488769531 +0.113281250000 +0.082519531250 +0.095703125000 +0.016235351562 +-0.092773437500 +0.201171875000 +-0.166015625000 +-0.072753906250 +0.149414062500 +-0.026123046875 +-0.156250000000 +-0.022827148438 +-0.160156250000 +-0.145507812500 +0.028686523438 +0.071777343750 +-0.169921875000 +0.092285156250 +0.004516601562 +-0.066894531250 +-0.002639770508 +-0.084960937500 +0.067871093750 +-0.193359375000 +-0.080078125000 +-0.003402709961 +0.155273437500 +-0.063476562500 +0.101074218750 +-0.086425781250 +-0.228515625000 +-0.125000000000 +0.112304687500 +0.074218750000 +-0.017333984375 +-0.107421875000 +-0.148437500000 +-0.060791015625 +-0.143554687500 +0.015991210938 +0.085449218750 +-0.151367187500 +-0.015136718750 +-0.161132812500 +-0.042236328125 +-0.167968750000 +0.022094726562 +0.037353515625 +0.024658203125 +-0.050781250000 +-0.032226562500 +0.043701171875 +0.092285156250 +0.025146484375 +-0.161132812500 +-0.010864257812 +0.075195312500 +0.055908203125 +-0.067871093750 +0.033203125000 +-0.118652343750 +-0.002502441406 +-0.021484375000 +0.065429687500 +0.132812500000 +-0.123535156250 +-0.085937500000 +-0.139648437500 +0.107910156250 +-0.072753906250 +0.048339843750 +-0.169921875000 +0.038574218750 +0.063964843750 +-0.169921875000 +-0.128906250000 +-0.081054687500 +-0.095703125000 +-0.033691406250 +0.049804687500 +-0.062255859375 +-0.177734375000 +0.111328125000 +-0.021606445312 +-0.058593750000 +0.146484375000 +0.002059936523 +-0.070800781250 +-0.104492187500 +-0.078613281250 +-0.206054687500 +-0.123046875000 +-0.106933593750 +0.082031250000 +0.003936767578 +-0.104980468750 +-0.041259765625 +-0.032470703125 +0.009338378906 +0.208007812500 +0.235351562500 +-0.062500000000 +0.021484375000 +-0.105957031250 +-0.036376953125 +-0.111816406250 +-0.193359375000 +0.095214843750 +0.253906250000 +0.006683349609 +-0.130859375000 +-0.011596679688 +0.104980468750 +-0.038574218750 +0.145507812500 +0.006347656250 +-0.020507812500 +-0.068359375000 +-0.165039062500 +0.125976562500 +-0.111816406250 +0.128906250000 +0.059570312500 +-0.027343750000 +0.062011718750 +-0.017456054688 +0.055664062500 +0.139648437500 +0.041259765625 +-0.152343750000 +-0.021484375000 +-0.009582519531 +0.075683593750 +0.062011718750 +-0.004058837891 +-0.172851562500 +0.111816406250 +-0.101074218750 +-0.067382812500 +0.072265625000 +0.020751953125 +0.029663085938 +0.017456054688 +0.168945312500 +0.039550781250 +0.046386718750 +-0.129882812500 +-0.052490234375 +-0.067871093750 +0.111328125000 +0.063964843750 +0.051269531250 +-0.024414062500 +0.034667968750 +0.090820312500 +0.009155273438 +0.056396484375 +0.146484375000 +0.118652343750 +-0.115234375000 +-0.083007812500 +-0.029052734375 +-0.078125000000 +-0.003967285156 +-0.107421875000 +0.121093750000 +0.007537841797 +-0.073242187500 +0.146484375000 +0.100097656250 +0.221679687500 +0.133789062500 +0.050537109375 +0.061035156250 +-0.109375000000 +-0.049804687500 +0.042724609375 +0.060302734375 +0.022460937500 +0.131835937500 +0.006042480469 +0.138671875000 +-0.031982421875 +0.159179687500 +0.180664062500 +-0.134765625000 +0.169921875000 +0.095214843750 +0.074218750000 +-0.271484375000 +0.062988281250 +-0.086425781250 +-0.153320312500 +-0.020629882812 +0.036376953125 +0.069335937500 +0.055175781250 +0.041259765625 +0.032714843750 +0.073242187500 +-0.002548217773 +0.053955078125 +-0.019409179688 +-0.273437500000 +-0.000564575195 +0.091308593750 +-0.137695312500 +0.007293701172 +0.009155273438 +-0.042968750000 +0.004089355469 +0.012145996094 +-0.101562500000 +0.080078125000 +0.054687500000 +0.039794921875 +0.065917968750 +-0.065917968750 +0.034667968750 +0.159179687500 +-0.012268066406 +0.021240234375 +0.102539062500 +0.110351562500 +0.182617187500 +-0.034179687500 +-0.013427734375 +0.056884765625 +-0.054199218750 +-0.082519531250 +0.054931640625 +-0.051513671875 +0.112304687500 +0.028930664062 +0.058837890625 +-0.098144531250 +-0.009399414062 +0.162109375000 +-0.060546875000 +0.071777343750 +0.089843750000 +-0.023071289062 +-0.022949218750 +0.089843750000 +-0.031250000000 +0.145507812500 +-0.047607421875 +0.082519531250 +0.130859375000 +0.031982421875 +-0.092773437500 +-0.036865234375 +-0.055175781250 +-0.022338867188 +0.010559082031 +-0.104980468750 +-0.072753906250 +-0.107421875000 +-0.090332031250 +-0.038574218750 +0.067382812500 +-0.046386718750 +0.029663085938 +0.043701171875 +0.074707031250 +-0.166015625000 +0.198242187500 +0.018432617188 +0.101562500000 +0.054443359375 +0.007507324219 +-0.086914062500 +0.048828125000 +0.083496093750 +-0.005920410156 +0.066894531250 +0.196289062500 +-0.015625000000 +-0.000957489014 +-0.114257812500 +-0.171875000000 +-0.049072265625 +0.049804687500 +-0.040039062500 +-0.086914062500 +-0.022338867188 +-0.039550781250 +0.107910156250 +-0.017456054688 +-0.133789062500 +0.014587402344 +-0.105468750000 +0.038818359375 +0.143554687500 +-0.003417968750 +-0.087890625000 +0.292968750000 +0.039550781250 +0.082519531250 +-0.028564453125 +0.033935546875 +-0.066406250000 +0.041503906250 +0.022338867188 +0.006256103516 +-0.020263671875 +-0.053955078125 +-0.035888671875 +-0.025512695312 +0.036376953125 +0.061767578125 +-0.188476562500 +-0.018554687500 +-0.133789062500 +0.065429687500 +-0.132812500000 +-0.104980468750 +0.029541015625 +-0.079101562500 +0.049560546875 +-0.017333984375 +0.018676757812 +-0.048095703125 +-0.209960937500 +-0.070312500000 +-0.091308593750 +-0.159179687500 +0.088867187500 +-0.118652343750 +-0.059814453125 +-0.075195312500 +0.033447265625 +0.076171875000 +-0.092285156250 +0.108886718750 +0.008544921875 +0.008117675781 +0.161132812500 +-0.012878417969 +-0.145507812500 +-0.027465820312 +-0.029052734375 +0.174804687500 +0.030883789062 +0.011535644531 +-0.166015625000 +0.056152343750 +-0.153320312500 +0.034912109375 +-0.121093750000 +0.199218750000 +-0.026855468750 +0.111816406250 +0.088867187500 +-0.085449218750 +-0.016967773438 +0.005737304688 +0.050781250000 +0.070312500000 +-0.115722656250 +0.038574218750 +0.128906250000 +-0.251953125000 +-0.022705078125 +0.069335937500 +0.207031250000 +0.107910156250 +0.096191406250 +0.128906250000 +-0.117675781250 +0.111816406250 +-0.119628906250 +-0.166015625000 +0.020263671875 +0.009765625000 +-0.040283203125 +0.157226562500 +-0.103515625000 +-0.056396484375 +-0.058837890625 +0.022338867188 +0.068359375000 +0.042968750000 +0.025756835938 +-0.091308593750 +-0.051757812500 +-0.059814453125 +-0.104980468750 +0.108886718750 +0.016845703125 +0.108886718750 +0.093261718750 +0.005371093750 +-0.010559082031 +-0.188476562500 +0.091796875000 +0.127929687500 +0.114746093750 +-0.163085937500 +0.062500000000 +0.155273437500 +0.008972167969 +-0.191406250000 +-0.036621093750 +0.001289367676 +0.008605957031 +0.009338378906 +0.072753906250 +-0.028564453125 +-0.101074218750 +0.213867187500 +0.119140625000 +-0.046630859375 +-0.062011718750 +0.179687500000 +0.165039062500 +-0.186523437500 +-0.088378906250 +-0.081542968750 +0.038330078125 +-0.141601562500 +-0.002334594727 +-0.105468750000 +-0.088867187500 +-0.028198242188 +0.095214843750 +-0.057373046875 +-0.071289062500 +0.166015625000 +-0.068847656250 +0.047851562500 +-0.066406250000 +-0.067871093750 +0.023315429688 +-0.046875000000 +0.037597656250 +-0.003341674805 +0.021972656250 +-0.105957031250 +-0.091308593750 +-0.078613281250 +0.021728515625 +-0.091308593750 +-0.013671875000 +0.025146484375 +-0.023437500000 +0.052001953125 +0.101074218750 +-0.138671875000 +-0.184570312500 +-0.001853942871 +-0.065429687500 +-0.088378906250 +-0.063964843750 +-0.265625000000 +-0.071289062500 +-0.082519531250 +-0.048339843750 +-0.042968750000 +-0.142578125000 +-0.015502929688 +-0.027709960938 +-0.133789062500 +0.117187500000 +0.137695312500 +0.159179687500 +-0.062500000000 +-0.159179687500 +-0.051025390625 +-0.170898437500 +-0.164062500000 +-0.088378906250 +-0.070800781250 +0.007293701172 +-0.077636718750 +0.088378906250 +0.005828857422 +-0.104003906250 +0.073242187500 +0.154296875000 +0.051269531250 +0.020629882812 +-0.008361816406 +-0.075683593750 +-0.170898437500 +0.128906250000 +0.140625000000 +0.086425781250 +-0.062988281250 +-0.078125000000 +0.079101562500 +-0.013671875000 +0.087402343750 +0.036132812500 +0.064453125000 +0.039550781250 +-0.122070312500 +-0.057128906250 +-0.139648437500 +-0.119140625000 +0.057861328125 +0.048339843750 +-0.107421875000 +0.089843750000 +-0.130859375000 +-0.017333984375 +-0.077148437500 +0.015075683594 +0.012878417969 +0.041748046875 +0.009399414062 +-0.066406250000 +0.115234375000 +-0.023071289062 +0.012084960938 +0.146484375000 +-0.058349609375 +0.056396484375 +0.038574218750 +0.069335937500 +0.108886718750 +0.076171875000 +-0.014160156250 +-0.048339843750 +0.259765625000 +0.167968750000 +-0.042236328125 +0.176757812500 +-0.050781250000 +-0.044189453125 +0.182617187500 +-0.000080585480 +0.101562500000 +-0.070800781250 +0.036621093750 +0.082031250000 +-0.197265625000 +-0.193359375000 +0.010559082031 +-0.117675781250 +0.136718750000 +0.023315429688 +-0.001289367676 +-0.106445312500 +-0.105468750000 +0.018188476562 +0.008300781250 +-0.109863281250 +-0.015197753906 +0.007995605469 +0.013244628906 +-0.061035156250 +0.193359375000 +0.116210937500 +0.026855468750 +-0.054687500000 +0.032226562500 +0.096191406250 +-0.042724609375 +0.094726562500 +0.038330078125 +-0.058105468750 +-0.011413574219 +-0.056640625000 +0.081542968750 +-0.068359375000 +-0.153320312500 +-0.057373046875 +0.082031250000 +0.048339843750 +0.067382812500 +-0.021118164062 +0.056884765625 +-0.178710937500 +-0.066406250000 +-0.001251220703 +0.036376953125 +-0.082519531250 +-0.111328125000 +0.199218750000 +0.009460449219 +0.007293701172 +-0.025390625000 +0.011047363281 +-0.031250000000 +0.020385742188 +-0.139648437500 +-0.074218750000 +-0.067382812500 +-0.055664062500 +-0.074707031250 +0.020996093750 +0.036376953125 +0.091308593750 +0.135742187500 +-0.137695312500 +0.131835937500 +-0.061035156250 +-0.011291503906 +0.026611328125 +-0.039306640625 +0.120117187500 +0.048339843750 +0.058105468750 +-0.021850585938 +0.105468750000 +0.045166015625 +-0.101074218750 +0.006378173828 +0.030273437500 +-0.117675781250 +0.163085937500 +-0.188476562500 +-0.006591796875 +0.117675781250 +-0.001716613770 +0.087402343750 +0.072265625000 +0.094238281250 +0.070800781250 +0.055664062500 +-0.097167968750 +-0.056640625000 +0.019775390625 +0.224609375000 +-0.093261718750 +0.113281250000 +-0.003021240234 +-0.004150390625 +0.003189086914 +0.051269531250 +0.189453125000 +-0.217773437500 +0.040771484375 +-0.143554687500 +-0.001495361328 +0.017578125000 +-0.033203125000 +-0.194335937500 +0.002197265625 +0.133789062500 +-0.065917968750 +0.027709960938 +0.080078125000 +-0.123535156250 +0.036621093750 +-0.109863281250 +0.115722656250 +-0.056396484375 +0.024902343750 +-0.086914062500 +0.111816406250 +-0.046386718750 +-0.075195312500 +0.027343750000 +0.008300781250 +0.182617187500 +0.077148437500 +-0.066894531250 +0.111816406250 +0.170898437500 +0.043945312500 +0.174804687500 +0.068847656250 +0.088867187500 +0.096191406250 +0.096191406250 +-0.101562500000 +0.046630859375 +0.208984375000 +0.000115394592 +-0.029541015625 +0.036621093750 +0.061767578125 +-0.049072265625 +-0.004852294922 +-0.000440597534 +-0.007629394531 +-0.091796875000 +0.056152343750 +0.052490234375 +0.049072265625 +-0.190429687500 +0.152343750000 +-0.060058593750 +-0.097656250000 +0.095214843750 +0.017456054688 +-0.002212524414 +-0.022583007812 +0.076171875000 +-0.012207031250 +-0.067382812500 +0.049560546875 +-0.003372192383 +-0.097656250000 +0.023559570312 +-0.067871093750 +-0.117187500000 +0.069335937500 +0.086914062500 +-0.034667968750 +-0.086425781250 +-0.048339843750 +0.060302734375 +0.056640625000 +0.208984375000 +-0.197265625000 +0.040527343750 +0.049316406250 +0.223632812500 +-0.070800781250 +0.100097656250 +0.124023437500 +-0.078125000000 +0.038818359375 +-0.090332031250 +-0.079101562500 +0.077148437500 +-0.057128906250 +-0.105468750000 +-0.067871093750 +0.037353515625 +0.057128906250 +0.138671875000 +0.081542968750 +-0.005981445312 +-0.047119140625 +0.032470703125 +-0.122558593750 +-0.056396484375 +-0.018066406250 +0.107910156250 +0.022827148438 +0.021606445312 +0.033447265625 +0.050048828125 +-0.126953125000 +-0.007690429688 +0.058349609375 +0.011840820312 +-0.123046875000 +0.070800781250 +0.062255859375 +-0.172851562500 +0.097656250000 +-0.076171875000 +0.061035156250 +0.024291992188 +0.088378906250 +0.150390625000 +-0.151367187500 +0.022583007812 +-0.004577636719 +-0.046630859375 +-0.113281250000 +-0.102539062500 +0.012207031250 +0.016357421875 +0.027832031250 +0.037841796875 +-0.077636718750 +-0.087402343750 +0.038574218750 +0.235351562500 +0.073242187500 +0.055419921875 +-0.127929687500 +-0.115234375000 +0.076171875000 +0.063476562500 +-0.037597656250 +0.080566406250 +0.044433593750 +0.118164062500 +0.075195312500 +-0.263671875000 +0.033447265625 +-0.011474609375 +-0.067871093750 +-0.116210937500 +-0.038085937500 +0.117187500000 +-0.005767822266 +-0.016357421875 +0.031738281250 +0.050292968750 +-0.033203125000 +0.069824218750 +0.005523681641 +-0.120117187500 +0.150390625000 +-0.045410156250 +0.008178710938 +-0.156250000000 +-0.049560546875 +-0.004821777344 +-0.106445312500 +0.106933593750 +-0.083496093750 +-0.042480468750 +0.156250000000 +-0.150390625000 +-0.168945312500 +0.097167968750 +-0.065917968750 +-0.113769531250 +0.332031250000 +0.163085937500 +0.040283203125 +0.238281250000 +0.084960937500 +-0.110839843750 +0.075195312500 +0.054931640625 +0.078125000000 +0.074218750000 +0.142578125000 +0.048095703125 +-0.076171875000 +0.028930664062 +-0.056152343750 +-0.275390625000 +-0.005218505859 +0.112792968750 +0.007110595703 +0.014770507812 +0.020385742188 +0.044433593750 +-0.255859375000 +-0.110839843750 +0.035156250000 +-0.097167968750 +0.226562500000 +-0.197265625000 +0.002578735352 +-0.010925292969 +0.126953125000 +-0.051269531250 +0.031250000000 +-0.128906250000 +-0.092285156250 +0.149414062500 +-0.174804687500 +0.087402343750 +0.023925781250 +0.043457031250 +-0.033691406250 +-0.168945312500 +0.152343750000 +0.013732910156 +-0.081542968750 +-0.173828125000 +0.196289062500 +-0.060302734375 +0.013977050781 +-0.113281250000 +0.110839843750 +0.017578125000 +-0.021362304688 +-0.107910156250 +0.019531250000 +0.092773437500 +-0.015991210938 +-0.036621093750 +0.109375000000 +0.003997802734 +-0.149414062500 +-0.047607421875 +-0.109375000000 +0.237304687500 +0.035400390625 +0.038574218750 +0.109375000000 +-0.109375000000 +0.003356933594 +0.035644531250 +-0.138671875000 +-0.085449218750 +0.067382812500 +-0.062988281250 +0.085937500000 +-0.124023437500 +0.054443359375 +-0.009826660156 +-0.050537109375 +0.072753906250 +-0.130859375000 +0.019897460938 +0.033447265625 +-0.072753906250 +0.049072265625 +0.003280639648 +-0.127929687500 +0.335937500000 +0.113281250000 +0.064453125000 +0.062988281250 +0.051513671875 +-0.035644531250 +-0.025878906250 +0.043945312500 +0.176757812500 +-0.057617187500 +0.119140625000 +0.037841796875 +0.047607421875 +-0.138671875000 +-0.174804687500 +-0.033691406250 +0.035156250000 +0.016601562500 +0.078125000000 +0.040527343750 +0.018066406250 +0.009216308594 +-0.027099609375 +-0.052490234375 +-0.062988281250 +0.135742187500 +0.026611328125 +0.060791015625 +-0.064453125000 +0.139648437500 +0.009887695312 +0.070800781250 +0.025634765625 +0.057128906250 +0.006652832031 +0.095214843750 +0.067382812500 +0.031005859375 +0.038330078125 +0.021118164062 +-0.005065917969 +-0.026489257812 +-0.026000976562 +-0.040283203125 +0.006744384766 +0.001434326172 +0.089843750000 +-0.009704589844 +-0.186523437500 +-0.011718750000 +0.047851562500 +0.092285156250 +0.095214843750 +-0.073242187500 +0.028198242188 +-0.022338867188 +0.046630859375 +-0.094726562500 +0.031494140625 +0.145507812500 +0.018798828125 +0.118652343750 +0.043701171875 +-0.267578125000 +0.118164062500 +0.128906250000 +0.071289062500 +-0.039550781250 +-0.159179687500 +-0.029785156250 +0.063964843750 +0.009277343750 +0.013000488281 +-0.055908203125 +0.066894531250 +0.090332031250 +0.178710937500 +-0.032714843750 +0.140625000000 +0.065429687500 +0.053466796875 +-0.059570312500 +0.078613281250 +-0.050537109375 +0.009277343750 +0.033447265625 +-0.023193359375 +-0.172851562500 +0.105957031250 +-0.006134033203 +0.008300781250 +-0.129882812500 +0.107421875000 +-0.159179687500 +0.060302734375 +-0.129882812500 +-0.114257812500 +-0.057861328125 +-0.146484375000 +-0.133789062500 +-0.002700805664 +-0.031982421875 +-0.102050781250 +-0.006744384766 +-0.064453125000 +0.005889892578 +-0.211914062500 +0.002487182617 +0.066894531250 +-0.141601562500 +0.021972656250 +-0.013671875000 +0.067871093750 +0.111328125000 +-0.000778198242 +-0.074707031250 +-0.156250000000 +-0.009460449219 +-0.046386718750 +-0.049316406250 +0.010986328125 +0.034179687500 +-0.257812500000 +0.028198242188 +-0.115722656250 +0.021118164062 +-0.074218750000 +-0.134765625000 +-0.088867187500 +-0.149414062500 +-0.084960937500 +-0.135742187500 +-0.051025390625 +0.169921875000 +-0.217773437500 +-0.002548217773 +0.206054687500 +-0.028076171875 +-0.020751953125 +-0.178710937500 +-0.056640625000 +0.045654296875 +0.185546875000 +0.190429687500 +-0.019287109375 +0.054931640625 +0.153320312500 +-0.025390625000 +0.223632812500 +0.045898437500 +0.011901855469 +0.077148437500 +0.018066406250 +0.025024414062 +0.004608154297 +0.283203125000 +0.050048828125 +0.082031250000 +-0.073730468750 +-0.052490234375 +-0.095214843750 +0.099609375000 +0.155273437500 +-0.279296875000 +0.021850585938 +0.087402343750 +0.265625000000 +0.110839843750 +0.039550781250 +0.031250000000 +0.042480468750 +-0.109375000000 +0.245117187500 +0.086425781250 +0.036865234375 +-0.106933593750 +-0.174804687500 +0.132812500000 +0.074218750000 +-0.061279296875 +0.012329101562 +0.041503906250 +-0.015991210938 +0.024414062500 +0.040283203125 +0.127929687500 +0.004516601562 +-0.014221191406 +0.215820312500 +0.034423828125 +-0.056884765625 +0.036376953125 +-0.004150390625 +-0.097656250000 +-0.012512207031 +-0.041015625000 +-0.048095703125 +0.105957031250 +-0.059570312500 +-0.025268554688 +0.002624511719 +-0.077148437500 +0.180664062500 +-0.002746582031 +0.098632812500 +0.085449218750 +-0.037841796875 +-0.031127929688 +-0.045654296875 +-0.099609375000 +-0.004333496094 +-0.123046875000 +0.036132812500 +0.050048828125 +0.055175781250 +0.173828125000 +0.049316406250 +-0.074218750000 +0.138671875000 +0.053222656250 +0.099121093750 +-0.185546875000 +0.080566406250 +-0.055664062500 +0.001777648926 +-0.075195312500 +0.302734375000 +0.029174804688 +-0.068847656250 +0.033935546875 +0.006134033203 +-0.041503906250 +-0.138671875000 +0.110839843750 +0.219726562500 +0.163085937500 +-0.001777648926 +0.052246093750 +0.022705078125 +-0.158203125000 +0.043945312500 +0.014282226562 +-0.098144531250 +0.011474609375 +-0.067382812500 +-0.061523437500 +-0.043701171875 +-0.015258789062 +-0.105957031250 +-0.016845703125 +0.167968750000 +-0.065429687500 +-0.133789062500 +-0.153320312500 +-0.020141601562 +-0.048583984375 +-0.119140625000 +-0.136718750000 +-0.107421875000 +-0.079589843750 +-0.097167968750 +0.097167968750 +0.040039062500 +0.039306640625 +0.076171875000 +-0.112792968750 +-0.117187500000 +-0.015991210938 +-0.176757812500 +-0.189453125000 +-0.027709960938 +0.111328125000 +-0.010131835938 +0.003448486328 +0.107421875000 +0.073242187500 +-0.092285156250 +-0.023315429688 +-0.024902343750 +-0.020751953125 +-0.129882812500 +-0.093261718750 +-0.117675781250 +-0.084472656250 +-0.083496093750 +-0.022094726562 +-0.162109375000 +0.141601562500 +-0.116210937500 +0.094726562500 +-0.045898437500 +-0.071777343750 +-0.133789062500 +-0.047363281250 +-0.169921875000 +-0.054199218750 +-0.164062500000 +-0.056396484375 +0.046875000000 +0.074218750000 +-0.012390136719 +-0.082031250000 +-0.083496093750 +0.098632812500 +-0.027221679688 +0.053710937500 +0.111816406250 +-0.172851562500 +0.016479492188 +0.040527343750 +0.015319824219 +0.000511169434 +-0.075195312500 +0.025634765625 +-0.075683593750 +-0.037841796875 +-0.063476562500 +-0.003707885742 +-0.106933593750 +-0.048339843750 +-0.069824218750 +-0.073730468750 +-0.070800781250 +-0.014953613281 +-0.187500000000 +-0.046142578125 +-0.177734375000 +-0.052734375000 +0.076660156250 +0.166015625000 +0.042480468750 +-0.148437500000 +-0.161132812500 +0.009216308594 +-0.141601562500 +-0.022338867188 +0.091796875000 +0.025024414062 +0.041503906250 +0.052734375000 +0.032470703125 +-0.083496093750 +-0.216796875000 +-0.216796875000 +-0.014953613281 +-0.170898437500 +-0.030517578125 +-0.072265625000 +0.017089843750 +-0.308593750000 +0.008300781250 +-0.039062500000 +-0.002319335938 +-0.035156250000 +-0.073242187500 +0.011718750000 +-0.023681640625 +-0.060791015625 +-0.118164062500 +0.008605957031 +0.044921875000 +0.212890625000 +-0.048828125000 +0.065429687500 +0.156250000000 +-0.043212890625 +-0.018188476562 +0.025024414062 +-0.158203125000 +0.043212890625 +-0.063476562500 +0.135742187500 +0.052734375000 +0.181640625000 +0.055419921875 +0.126953125000 +-0.123046875000 +-0.041015625000 +0.114746093750 +0.063964843750 +-0.076171875000 +0.087890625000 +0.001701354980 +0.064453125000 +0.127929687500 +-0.238281250000 +0.033935546875 +-0.184570312500 +0.029663085938 +-0.113769531250 +-0.126953125000 +0.063964843750 +-0.025390625000 +-0.103515625000 +0.117187500000 +-0.152343750000 +-0.010986328125 +-0.102539062500 +0.079589843750 +-0.110839843750 +0.025878906250 +-0.038574218750 +-0.031494140625 +-0.125976562500 +0.238281250000 +-0.065917968750 +-0.027832031250 +-0.167968750000 +-0.023193359375 +0.197265625000 +-0.009826660156 +0.070800781250 +0.122558593750 +-0.142578125000 +-0.057617187500 +0.137695312500 +0.013305664062 +0.036621093750 +0.263671875000 +0.016845703125 +0.016479492188 +0.059082031250 +0.069335937500 +-0.047851562500 +-0.063964843750 +0.143554687500 +0.353515625000 +0.013793945312 +0.031982421875 +-0.210937500000 +-0.082031250000 +-0.141601562500 +0.012390136719 +0.073730468750 +-0.050048828125 +0.000017642975 +0.027587890625 +-0.096191406250 +-0.113281250000 +-0.088378906250 +-0.147460937500 +0.089843750000 +-0.013549804688 +0.041992187500 +0.034667968750 +-0.023315429688 +-0.075683593750 +-0.047119140625 +-0.101074218750 +-0.030883789062 +0.035156250000 +0.102050781250 +0.322265625000 +-0.155273437500 +-0.196289062500 +0.096679687500 +0.001060485840 +-0.056152343750 +0.007873535156 +-0.039306640625 +-0.003143310547 +0.062500000000 +0.069335937500 +-0.086914062500 +-0.043945312500 +-0.082519531250 +-0.077636718750 +-0.133789062500 +-0.083984375000 +0.095214843750 +0.044677734375 +0.220703125000 +0.107421875000 +0.012573242188 +-0.059326171875 +0.058593750000 +-0.071289062500 +0.049560546875 +0.145507812500 +0.040771484375 +0.110839843750 +-0.191406250000 +-0.148437500000 +0.047851562500 +-0.022583007812 +-0.010253906250 +-0.077636718750 +-0.119628906250 +0.029174804688 +0.088378906250 +-0.144531250000 +-0.269531250000 +-0.053710937500 +-0.073730468750 +0.078613281250 +0.080078125000 +-0.147460937500 +0.042480468750 +-0.120605468750 +0.020507812500 +0.003585815430 +-0.074707031250 +0.074218750000 +0.179687500000 +0.059082031250 +0.045898437500 +0.053222656250 +0.005279541016 +-0.242187500000 +-0.090820312500 +0.033447265625 +0.015014648438 +-0.063964843750 +0.102539062500 +0.082031250000 +0.025756835938 +-0.015380859375 +-0.202148437500 +-0.083496093750 +0.051757812500 +-0.147460937500 +-0.124023437500 +-0.231445312500 +0.033203125000 +-0.181640625000 +0.005523681641 +-0.181640625000 +0.085937500000 +-0.077636718750 +0.044921875000 +0.050781250000 +-0.199218750000 +0.073242187500 +-0.027954101562 +0.058837890625 +-0.185546875000 +-0.124511718750 +-0.074218750000 +-0.062500000000 +-0.013244628906 +0.184570312500 +-0.051757812500 +-0.028564453125 +0.082519531250 +-0.096679687500 +0.011657714844 +0.209960937500 +-0.066894531250 +0.017211914062 +-0.036621093750 +-0.093261718750 +0.132812500000 +-0.004211425781 +-0.106445312500 +-0.003555297852 +0.053222656250 +-0.206054687500 +0.110839843750 +-0.217773437500 +-0.087890625000 +0.052001953125 +0.039306640625 +-0.006835937500 +-0.137695312500 +-0.039062500000 +-0.078125000000 +0.072753906250 +-0.021972656250 +-0.183593750000 +0.045410156250 +0.113769531250 +-0.079589843750 +-0.044677734375 +0.073242187500 +0.045898437500 +0.093261718750 +0.052978515625 +-0.115234375000 +-0.093750000000 +-0.139648437500 +0.111816406250 +0.081542968750 +0.000637054443 +-0.030273437500 +-0.010437011719 +-0.117675781250 +-0.126953125000 +-0.179687500000 +-0.004180908203 +0.029663085938 +-0.001998901367 +-0.063476562500 +-0.142578125000 +-0.211914062500 +-0.026000976562 +0.006652832031 +0.084472656250 +0.097656250000 +-0.007598876953 +-0.041503906250 +-0.044921875000 +-0.134765625000 +0.133789062500 +0.048339843750 +-0.056884765625 +-0.089355468750 +0.129882812500 +-0.250000000000 +0.070800781250 +0.097167968750 +0.000804901123 +0.047607421875 +-0.102050781250 +-0.161132812500 +-0.125000000000 +0.038085937500 +0.111816406250 +0.075683593750 +0.096191406250 +-0.074707031250 +-0.070800781250 +0.055419921875 +-0.126953125000 +-0.080566406250 +-0.043701171875 +0.079589843750 +-0.179687500000 +0.007202148438 +0.000881195068 +0.104003906250 +-0.094726562500 +-0.132812500000 +-0.167968750000 +-0.040527343750 +-0.053955078125 +-0.015747070312 +-0.231445312500 +-0.027954101562 +-0.035156250000 +0.013488769531 +0.014709472656 +0.030029296875 +-0.119140625000 +0.113769531250 +0.122070312500 +0.071289062500 +-0.139648437500 +-0.119628906250 +0.074218750000 +0.172851562500 +0.101562500000 +0.053710937500 +-0.197265625000 +-0.101074218750 +-0.257812500000 +-0.015075683594 +-0.113281250000 +-0.021118164062 +0.019653320312 +-0.048339843750 +0.019409179688 +0.014953613281 +-0.014099121094 +-0.019409179688 +0.016967773438 +0.159179687500 +-0.047119140625 +-0.123535156250 +-0.014770507812 +-0.063476562500 +-0.102050781250 +0.125000000000 +0.166992187500 +-0.126953125000 +0.072265625000 +0.145507812500 +0.000103473663 +-0.112304687500 +-0.078125000000 +-0.107910156250 +0.154296875000 +0.127929687500 +0.181640625000 +-0.000031948090 +-0.132812500000 +0.049560546875 +-0.053955078125 +-0.154296875000 +0.008422851562 +0.061767578125 +0.010192871094 +-0.010742187500 +-0.038085937500 +-0.064453125000 +0.004089355469 +-0.088378906250 +-0.125000000000 +-0.008239746094 +-0.167968750000 +-0.039062500000 +-0.015991210938 +-0.046630859375 +-0.030273437500 +-0.094726562500 +-0.044921875000 +-0.042968750000 +0.028564453125 +-0.045654296875 +0.180664062500 +-0.165039062500 +-0.121093750000 +-0.075683593750 +0.056152343750 +-0.040527343750 +-0.141601562500 +0.034423828125 +-0.001571655273 +0.153320312500 +-0.015991210938 +-0.113769531250 +-0.129882812500 +-0.001983642578 +0.107421875000 +0.226562500000 +0.000823974609 +-0.026977539062 +-0.038330078125 +0.121093750000 +-0.022216796875 +-0.032470703125 +-0.017089843750 +0.007232666016 +-0.025634765625 +0.269531250000 +0.031494140625 +0.103515625000 +0.174804687500 +-0.092285156250 +0.107421875000 +-0.097656250000 +-0.051513671875 +-0.275390625000 +0.038818359375 +0.050048828125 +0.167968750000 +-0.036376953125 +-0.026245117188 +0.014038085938 +-0.127929687500 +0.003616333008 +0.041259765625 +0.090332031250 +0.017700195312 +0.041259765625 +-0.245117187500 +0.037109375000 +-0.230468750000 +0.049560546875 +-0.217773437500 +-0.079589843750 +0.033691406250 +-0.016845703125 +0.034423828125 +0.018676757812 +0.062988281250 +0.048583984375 +0.091308593750 +0.005767822266 +0.075683593750 +-0.072753906250 +0.002105712891 +-0.019287109375 +-0.025512695312 +-0.231445312500 +-0.122558593750 +0.000236511230 +-0.068359375000 +0.106933593750 +-0.045166015625 +0.002380371094 +0.049560546875 +0.080078125000 +0.037597656250 +-0.142578125000 +0.001380920410 +-0.100097656250 +0.116210937500 +-0.027221679688 +-0.098144531250 +0.053710937500 +0.013000488281 +-0.166992187500 +-0.143554687500 +0.014587402344 +-0.002151489258 +-0.179687500000 +0.062011718750 +-0.012634277344 +-0.022216796875 +0.123046875000 +-0.257812500000 +0.104980468750 +-0.227539062500 +0.059326171875 +-0.271484375000 +-0.079101562500 +-0.020019531250 +-0.081542968750 +-0.037353515625 +0.152343750000 +0.059082031250 +-0.114257812500 +-0.019897460938 +-0.003631591797 +-0.038574218750 +-0.092285156250 +0.007049560547 +-0.196289062500 +-0.075683593750 +-0.082519531250 +-0.029052734375 +-0.183593750000 +-0.013488769531 +-0.075683593750 +0.050292968750 +-0.144531250000 +-0.123046875000 +-0.033935546875 +-0.095214843750 +0.106933593750 +-0.064941406250 +0.128906250000 +-0.302734375000 +0.014282226562 +-0.215820312500 +0.075195312500 +0.013061523438 +0.011718750000 +-0.069824218750 +0.050048828125 +-0.063964843750 +-0.057128906250 +0.156250000000 +0.049804687500 +-0.049560546875 +0.117187500000 +-0.097167968750 +-0.021240234375 +-0.078613281250 +0.085937500000 +-0.074707031250 +-0.077636718750 +0.100097656250 +0.013671875000 +-0.110839843750 +0.181640625000 +-0.070800781250 +-0.010192871094 +-0.084472656250 +-0.079101562500 +-0.144531250000 +-0.055908203125 +-0.179687500000 +-0.332031250000 +-0.048828125000 +-0.019775390625 +-0.087402343750 +-0.016113281250 +0.095214843750 +0.115722656250 +0.111816406250 +-0.001907348633 +-0.147460937500 +0.116210937500 +0.206054687500 +-0.129882812500 +0.085449218750 +0.012329101562 +-0.068359375000 +-0.051513671875 +-0.136718750000 +-0.014038085938 +-0.083496093750 +0.051757812500 +-0.017089843750 +-0.029296875000 +-0.170898437500 +0.085937500000 +-0.133789062500 +-0.077636718750 +-0.047607421875 +0.115722656250 +-0.109375000000 +0.077148437500 +-0.021972656250 +-0.081542968750 +-0.080566406250 +-0.106933593750 +-0.121582031250 +0.135742187500 +0.051269531250 +0.166015625000 +-0.006530761719 +0.049560546875 +0.053222656250 +-0.045410156250 +-0.006042480469 +-0.159179687500 +0.095703125000 +-0.066894531250 +0.010009765625 +0.005554199219 +0.167968750000 +-0.012023925781 +-0.023925781250 +0.149414062500 +0.047363281250 +0.023925781250 +-0.007080078125 +0.141601562500 +-0.106445312500 +-0.020507812500 +0.043457031250 +-0.062988281250 +0.016479492188 +0.031127929688 +0.020996093750 +-0.085449218750 +0.095703125000 +0.102539062500 +-0.057861328125 +-0.255859375000 +0.006317138672 +-0.229492187500 +0.111328125000 +-0.141601562500 +0.086425781250 +0.051269531250 +0.248046875000 +0.003479003906 +0.210937500000 +-0.241210937500 +0.048095703125 +-0.093261718750 +-0.036376953125 +-0.032226562500 +0.075195312500 +-0.025146484375 +-0.047851562500 +-0.037353515625 +0.003677368164 +0.127929687500 +-0.036621093750 +0.122558593750 +-0.093750000000 +-0.048828125000 +0.045654296875 +-0.135742187500 +-0.035156250000 +0.062988281250 +-0.267578125000 +-0.006866455078 +-0.079589843750 +0.014404296875 +-0.094726562500 +0.006195068359 +-0.071777343750 +-0.178710937500 +-0.200195312500 +0.039062500000 +-0.180664062500 +0.101562500000 +-0.144531250000 +0.240234375000 +-0.040771484375 +-0.057373046875 +-0.220703125000 +0.091308593750 +0.028320312500 +-0.003509521484 +0.003280639648 +-0.239257812500 +0.041503906250 +0.117187500000 +0.002944946289 +0.003402709961 +-0.001159667969 +0.034423828125 +-0.072753906250 +-0.089843750000 +0.176757812500 +-0.002700805664 +0.020751953125 +0.058349609375 +-0.064453125000 +-0.091796875000 +-0.144531250000 +-0.298828125000 +-0.104492187500 +0.082031250000 +0.020141601562 +-0.172851562500 +0.025878906250 +0.018920898438 +0.086425781250 +-0.068359375000 +0.016113281250 +0.002990722656 +-0.031250000000 +-0.167968750000 +0.049560546875 +-0.064453125000 +0.014465332031 +0.072753906250 +-0.066894531250 +-0.094238281250 +-0.158203125000 +0.066406250000 +-0.033447265625 +0.166015625000 +-0.283203125000 +-0.044677734375 +-0.054199218750 +-0.061523437500 +-0.058105468750 +0.004638671875 +-0.134765625000 +-0.165039062500 +-0.115722656250 +-0.032714843750 +0.073242187500 +-0.091308593750 +0.019653320312 +-0.171875000000 +-0.117187500000 +-0.250000000000 +-0.071289062500 +-0.068847656250 +-0.100097656250 +-0.017578125000 +-0.185546875000 +-0.088378906250 +-0.094726562500 +-0.369140625000 +0.023803710938 +-0.145507812500 +-0.036132812500 +-0.008728027344 +-0.125000000000 +0.011657714844 +0.031982421875 +-0.217773437500 +0.049316406250 +0.014831542969 +0.017089843750 +-0.075195312500 +-0.077148437500 +-0.061523437500 +0.052978515625 +-0.275390625000 +-0.045654296875 +-0.283203125000 +-0.012084960938 +0.011657714844 +0.136718750000 +0.062988281250 +0.251953125000 +-0.146484375000 +0.208984375000 +-0.042236328125 +0.023803710938 +-0.040527343750 +-0.005615234375 +0.042968750000 +0.009826660156 +-0.060546875000 +0.068359375000 +0.072753906250 +-0.008361816406 +-0.169921875000 +0.063476562500 +0.025634765625 +0.001113891602 +0.023803710938 +-0.125000000000 +-0.239257812500 +0.004272460938 +0.013488769531 +0.029541015625 +0.150390625000 +-0.080566406250 +-0.048828125000 +-0.158203125000 +0.232421875000 +-0.060058593750 +0.013793945312 +-0.306640625000 +0.082519531250 +0.133789062500 +-0.085449218750 +-0.024169921875 +-0.083496093750 +0.002990722656 +0.002090454102 +-0.097167968750 +0.135742187500 +0.105468750000 +-0.098144531250 +0.028930664062 +0.075195312500 +-0.135742187500 +-0.217773437500 +-0.048583984375 +-0.039794921875 +0.128906250000 +-0.009460449219 +-0.031982421875 +-0.156250000000 +-0.176757812500 +-0.144531250000 +-0.099609375000 +-0.091796875000 +-0.080078125000 +-0.111328125000 +-0.099121093750 +-0.088867187500 +-0.040283203125 +-0.006805419922 +-0.098632812500 +-0.111816406250 +-0.077636718750 +-0.015380859375 +0.075195312500 +-0.091308593750 +-0.023437500000 +0.051025390625 +0.074707031250 +-0.052001953125 +-0.185546875000 +0.009582519531 +-0.067382812500 +0.050048828125 +0.009643554688 +-0.084960937500 +-0.081542968750 +-0.172851562500 +-0.095214843750 +-0.068847656250 +-0.031494140625 +-0.022949218750 +-0.055908203125 +-0.017211914062 +0.130859375000 +0.031250000000 +-0.035400390625 +0.038085937500 +-0.068847656250 +0.028320312500 +-0.162109375000 +-0.130859375000 +-0.000572204590 +0.085449218750 +-0.120117187500 +0.040771484375 +-0.076171875000 +-0.063964843750 +-0.015319824219 +-0.039062500000 +-0.127929687500 +-0.034667968750 +-0.047607421875 +-0.136718750000 +0.035644531250 +0.037597656250 +-0.045654296875 +0.103027343750 +-0.050292968750 +0.035400390625 +0.017456054688 +-0.027832031250 +-0.008300781250 +0.034423828125 +-0.098144531250 +-0.165039062500 +-0.122070312500 +0.009338378906 +-0.064941406250 +0.091308593750 +-0.034667968750 +-0.016113281250 +0.034667968750 +0.046386718750 +0.088378906250 +-0.074218750000 +-0.134765625000 +-0.056640625000 +0.159179687500 +-0.061279296875 +-0.155273437500 +-0.027954101562 +0.013732910156 +0.051025390625 +-0.086914062500 +0.148437500000 +-0.098632812500 +0.107421875000 +-0.079101562500 +0.032226562500 +-0.129882812500 +0.083007812500 +0.243164062500 +-0.135742187500 +0.193359375000 +0.009216308594 +0.012939453125 +0.174804687500 +-0.057861328125 +-0.030151367188 +0.044677734375 +0.138671875000 +-0.166992187500 +-0.081542968750 +0.099121093750 +-0.017944335938 +-0.110351562500 +0.040039062500 +0.020141601562 +0.023559570312 +0.053466796875 +-0.047363281250 +0.011657714844 +-0.004425048828 +-0.033447265625 +0.061767578125 +-0.031738281250 +-0.160156250000 +0.099121093750 +-0.089843750000 +0.136718750000 +-0.044189453125 +-0.019287109375 +-0.003692626953 +-0.166015625000 +0.057861328125 +-0.022338867188 +-0.028808593750 +-0.141601562500 +0.112792968750 +-0.030273437500 +0.093750000000 +0.055419921875 +0.051513671875 +0.121093750000 +0.039306640625 +-0.154296875000 +0.170898437500 +0.064453125000 +-0.066894531250 +0.103515625000 +-0.023559570312 +-0.045654296875 +-0.033203125000 +-0.075195312500 +0.063964843750 +-0.013549804688 +-0.008178710938 +-0.049316406250 +0.051513671875 +-0.003967285156 +0.018554687500 +0.026977539062 +-0.047119140625 +0.115234375000 +-0.160156250000 +-0.062011718750 +0.050292968750 +-0.091308593750 +-0.059814453125 +-0.049804687500 +0.078613281250 +0.052001953125 +-0.024780273438 +0.104492187500 +0.006317138672 +-0.076660156250 +0.030273437500 +0.017700195312 +-0.094238281250 +0.102539062500 +-0.043945312500 +0.057128906250 +-0.098632812500 +-0.026733398438 +-0.111328125000 +-0.100585937500 +0.047851562500 +-0.095214843750 +0.091308593750 +-0.077148437500 +0.168945312500 +-0.235351562500 +-0.150390625000 +-0.003967285156 +0.129882812500 +0.069824218750 +-0.013183593750 +0.114746093750 +0.043212890625 +0.039550781250 +0.008605957031 +-0.005645751953 +0.068359375000 +-0.081054687500 +0.038818359375 +0.140625000000 +-0.009704589844 +0.000850677490 +-0.130859375000 +0.003646850586 +0.098144531250 +0.106933593750 +0.083984375000 +0.067871093750 +0.104492187500 +0.008361816406 +-0.062988281250 +0.117187500000 +-0.033447265625 +0.101562500000 +-0.023925781250 +0.016479492188 +0.087890625000 +-0.076660156250 +0.052246093750 +-0.011230468750 +0.142578125000 +-0.019409179688 +0.010742187500 +-0.047119140625 +-0.009582519531 +0.044921875000 +0.024658203125 +-0.081054687500 +-0.058349609375 +-0.014099121094 +0.005584716797 +0.026733398438 +-0.147460937500 +-0.015869140625 +0.026123046875 +0.141601562500 +-0.250000000000 +-0.165039062500 +-0.026245117188 +0.073730468750 +-0.058105468750 +-0.022705078125 +-0.108398437500 +-0.062011718750 +-0.014404296875 +0.091308593750 +-0.067382812500 +-0.019287109375 +-0.121582031250 +0.161132812500 +-0.129882812500 +-0.049072265625 +0.006652832031 +-0.093750000000 +-0.035156250000 +0.052001953125 +0.060546875000 +0.033203125000 +0.135742187500 +-0.142578125000 +-0.068847656250 +0.018310546875 +0.061035156250 +0.036376953125 +0.021240234375 +0.059326171875 +0.049316406250 +-0.030273437500 +-0.131835937500 +-0.086425781250 +-0.016479492188 +-0.058105468750 +-0.030883789062 +-0.152343750000 +-0.109375000000 +-0.052978515625 +-0.107910156250 +-0.061279296875 +-0.011169433594 +-0.038818359375 +0.041015625000 +0.005737304688 +-0.153320312500 +-0.202148437500 +0.046875000000 +0.045166015625 +-0.085449218750 +-0.152343750000 +0.203125000000 +0.030273437500 +-0.025390625000 +-0.165039062500 +-0.050048828125 +0.078125000000 +0.057128906250 +-0.066406250000 +-0.105468750000 +0.042968750000 +-0.100585937500 +0.002441406250 +-0.041992187500 +-0.003875732422 +-0.058837890625 +0.135742187500 +-0.128906250000 +-0.119628906250 +-0.049560546875 +0.143554687500 +0.259765625000 +0.119628906250 +0.107421875000 +0.165039062500 +0.135742187500 +0.164062500000 +-0.026855468750 +0.094238281250 +-0.081542968750 +0.067871093750 +-0.012390136719 +0.019042968750 +-0.148437500000 +-0.123535156250 +0.123535156250 +0.074707031250 +-0.047851562500 +0.052490234375 +0.016479492188 +-0.218750000000 +-0.031982421875 +-0.010070800781 +0.049560546875 +-0.130859375000 +-0.014465332031 +-0.097167968750 +-0.009094238281 +0.008239746094 +0.088378906250 +-0.064453125000 +-0.087402343750 +0.098632812500 +0.063964843750 +0.106933593750 +-0.116699218750 +-0.024902343750 +-0.130859375000 +-0.005157470703 +-0.071777343750 +0.041503906250 +-0.164062500000 +-0.133789062500 +0.043945312500 +-0.100585937500 +-0.027465820312 +-0.035156250000 +-0.046630859375 +0.083007812500 +-0.082031250000 +-0.121093750000 +0.003219604492 +0.009765625000 +-0.090820312500 +0.144531250000 +-0.002548217773 +0.032958984375 +0.101562500000 +0.054687500000 +-0.052490234375 +-0.092773437500 +-0.081054687500 +-0.126953125000 +0.099609375000 +-0.142578125000 +-0.103515625000 +0.160156250000 +-0.041259765625 +0.129882812500 +0.144531250000 +-0.175781250000 +-0.071289062500 +-0.020019531250 +0.016235351562 +-0.112792968750 +-0.072753906250 +-0.033935546875 +-0.084472656250 +0.137695312500 +-0.103027343750 +-0.071289062500 +0.012023925781 +-0.019042968750 +0.029663085938 +0.076171875000 +-0.104980468750 +-0.084960937500 +0.050781250000 +-0.007476806641 +0.092773437500 +0.113769531250 +0.100585937500 +-0.106933593750 +0.088378906250 +0.116210937500 +0.009277343750 +0.082031250000 +-0.029174804688 +0.176757812500 +0.156250000000 +-0.167968750000 +-0.085937500000 +0.008483886719 +-0.074707031250 +-0.054931640625 +0.027221679688 +0.091308593750 +0.114746093750 +0.087402343750 +0.202148437500 +0.028198242188 +0.050781250000 +-0.078125000000 +-0.070312500000 +-0.132812500000 +0.205078125000 +0.117187500000 +0.123046875000 +-0.002792358398 +0.119628906250 +-0.076660156250 +0.032958984375 +0.210937500000 +0.122070312500 +0.083007812500 +-0.067382812500 +-0.038818359375 +0.083496093750 +0.281250000000 +-0.009521484375 +-0.043212890625 +0.221679687500 +0.070312500000 +0.073242187500 +0.017456054688 +-0.056884765625 +0.067382812500 +-0.014099121094 +0.066406250000 +-0.118164062500 +-0.024658203125 +0.059570312500 +-0.135742187500 +-0.081542968750 +0.043457031250 +0.023315429688 +0.110839843750 +-0.101562500000 +-0.089355468750 +-0.105957031250 +0.066894531250 +0.133789062500 +0.090332031250 +0.186523437500 +-0.151367187500 +0.051025390625 +0.000724792480 +-0.077636718750 +0.077148437500 +0.173828125000 +0.133789062500 +0.190429687500 +-0.006378173828 +0.085449218750 +0.127929687500 +0.025024414062 +0.037353515625 +0.087890625000 +-0.026977539062 +-0.089843750000 +0.067382812500 +0.171875000000 +-0.126953125000 +0.045898437500 +0.202148437500 +-0.011962890625 +0.162109375000 +0.063476562500 +-0.091796875000 +-0.029418945312 +-0.057373046875 +-0.124023437500 +-0.070312500000 +0.104003906250 +0.159179687500 +0.125976562500 +0.078125000000 +-0.261718750000 +-0.073242187500 +0.127929687500 +-0.055419921875 +-0.014404296875 +-0.015014648438 +0.023925781250 +0.087402343750 +-0.045410156250 +0.020263671875 +0.014099121094 +-0.003845214844 +0.261718750000 +0.035644531250 +0.173828125000 +-0.227539062500 +0.056884765625 +0.298828125000 +0.091308593750 +0.082519531250 +-0.009521484375 +0.263671875000 +-0.055419921875 +0.079101562500 +0.049072265625 +0.055664062500 +0.017333984375 +0.118164062500 +0.046142578125 +-0.079101562500 +-0.065917968750 +0.020263671875 +-0.192382812500 +-0.046630859375 +-0.053710937500 +-0.031250000000 +-0.089355468750 +-0.031738281250 +0.115234375000 +0.125976562500 +0.037841796875 +0.048339843750 +0.024658203125 +-0.195312500000 +0.241210937500 +-0.061767578125 +-0.010131835938 +-0.106445312500 +0.141601562500 +-0.001998901367 +-0.099121093750 +0.048828125000 +-0.111328125000 +-0.068359375000 +0.088867187500 +0.175781250000 +0.111328125000 +-0.037109375000 +0.102539062500 +0.120605468750 +0.157226562500 +-0.014221191406 +-0.006652832031 +-0.160156250000 +0.004669189453 +0.051757812500 +0.176757812500 +0.139648437500 +0.087402343750 +0.208984375000 +0.001846313477 +-0.014221191406 +0.171875000000 +-0.068847656250 +0.132812500000 +-0.081054687500 +0.078125000000 +-0.066406250000 +0.046630859375 +0.068359375000 +0.057128906250 +0.125976562500 +-0.034179687500 +-0.081542968750 +-0.112792968750 +-0.018554687500 +0.082031250000 +-0.100585937500 +0.075683593750 +0.036865234375 +0.039306640625 +-0.050048828125 +0.052978515625 +-0.065429687500 +0.055908203125 +-0.063964843750 +0.222656250000 +0.255859375000 +0.031494140625 +-0.033447265625 +-0.082519531250 +-0.019775390625 +-0.101074218750 +-0.110839843750 +0.076660156250 +0.033935546875 +0.171875000000 +-0.016723632812 +0.074707031250 +0.022583007812 +-0.039794921875 +-0.017456054688 +-0.089843750000 +-0.292968750000 +0.188476562500 +0.029296875000 +0.067871093750 +-0.073730468750 +0.118164062500 +0.045166015625 +-0.070312500000 +-0.041992187500 +-0.040527343750 +-0.004089355469 +0.279296875000 +-0.130859375000 +-0.123046875000 +0.077148437500 +0.123535156250 +-0.011413574219 +0.088378906250 +-0.001449584961 +-0.065917968750 +0.124023437500 +0.170898437500 +0.116699218750 +0.028442382812 +0.075683593750 +0.054443359375 +-0.049804687500 +0.100097656250 +0.006439208984 +-0.049804687500 +0.057373046875 +-0.051757812500 +0.060546875000 +-0.030151367188 +0.062011718750 +-0.115722656250 +0.005828857422 +0.036132812500 +-0.093750000000 +-0.070312500000 +0.064453125000 +0.095214843750 +-0.172851562500 +0.072753906250 +0.018554687500 +0.233398437500 +0.095214843750 +0.131835937500 +0.112304687500 +0.078613281250 +-0.137695312500 +0.140625000000 +0.162109375000 +0.128906250000 +0.107421875000 +0.062988281250 +-0.016479492188 +0.110351562500 +-0.122070312500 +0.003707885742 +-0.109375000000 +-0.065917968750 +0.155273437500 +0.079589843750 +0.066894531250 +-0.023925781250 +0.166992187500 +0.208984375000 +0.094238281250 +0.155273437500 +0.031250000000 +0.094238281250 +0.106445312500 +-0.107421875000 +-0.000396728516 +-0.032958984375 +-0.116210937500 +0.142578125000 +0.054931640625 +0.086425781250 +0.102539062500 +-0.075683593750 +0.070312500000 +0.191406250000 +0.075683593750 +-0.111816406250 +0.104980468750 +0.128906250000 +-0.084472656250 +-0.101074218750 +0.082519531250 +-0.061035156250 +0.088378906250 +0.084472656250 +0.027709960938 +0.004272460938 +-0.040771484375 +0.177734375000 +-0.054199218750 +0.161132812500 +0.110351562500 +-0.019409179688 +-0.055175781250 +0.071289062500 +-0.076660156250 +-0.000059604645 +0.049316406250 +-0.003845214844 +0.149414062500 +-0.012512207031 +-0.037109375000 +0.062255859375 +0.240234375000 +-0.010803222656 +0.007446289062 +0.015869140625 +0.124023437500 +0.193359375000 +0.112304687500 +-0.006072998047 +0.244140625000 +0.180664062500 +0.079589843750 +0.021728515625 +0.106445312500 +0.059326171875 +-0.042724609375 +-0.081542968750 +0.182617187500 +-0.007934570312 +-0.076171875000 +0.136718750000 +0.027221679688 +-0.032226562500 +0.054443359375 +0.026733398438 +0.025146484375 +-0.058349609375 +0.052246093750 +-0.080566406250 +-0.025878906250 +-0.009582519531 +0.032226562500 +-0.054687500000 +-0.002761840820 +-0.035644531250 +-0.142578125000 +0.096679687500 +-0.072753906250 +0.154296875000 +0.199218750000 +0.019409179688 +-0.005126953125 +0.123535156250 +0.113281250000 +0.024169921875 +0.199218750000 +0.134765625000 +-0.004547119141 +-0.015197753906 +0.380859375000 +0.143554687500 +0.135742187500 +0.055419921875 +0.071289062500 +0.369140625000 +-0.008300781250 +0.066406250000 +0.216796875000 +0.149414062500 +0.062988281250 +0.112304687500 +-0.064453125000 +-0.220703125000 +0.061523437500 +-0.153320312500 +0.127929687500 +-0.004272460938 +0.004943847656 +0.038818359375 +0.012390136719 +0.211914062500 +-0.171875000000 +-0.133789062500 +-0.070312500000 +0.093750000000 +0.110351562500 +-0.094726562500 +-0.033935546875 +0.008422851562 +0.116210937500 +-0.080078125000 +-0.176757812500 +0.008117675781 +-0.031982421875 +0.155273437500 +-0.101562500000 +-0.060058593750 +0.141601562500 +0.117187500000 +0.201171875000 +-0.024169921875 +0.000827789307 +-0.064453125000 +0.113769531250 +0.008911132812 +-0.050537109375 +0.086425781250 +0.173828125000 +-0.145507812500 +-0.259765625000 +0.043945312500 +0.119140625000 +-0.002960205078 +0.087890625000 +-0.201171875000 +-0.134765625000 +0.103027343750 +0.168945312500 +-0.100585937500 +-0.096191406250 +0.047119140625 +0.053222656250 +0.056152343750 +0.041748046875 +0.128906250000 +-0.081542968750 +0.029052734375 +0.015319824219 +0.135742187500 +-0.048828125000 +0.015380859375 +0.248046875000 +0.232421875000 +0.098144531250 +-0.026245117188 +0.192382812500 +-0.130859375000 +-0.074707031250 +0.025390625000 +0.172851562500 +-0.086914062500 +0.051269531250 +-0.065429687500 +0.224609375000 +0.044189453125 +0.038574218750 +0.114257812500 +0.145507812500 +0.024291992188 +0.074707031250 +-0.110839843750 +0.054931640625 +0.200195312500 +-0.014099121094 +-0.079101562500 +0.132812500000 +0.113281250000 +0.001602172852 +-0.019775390625 +-0.072265625000 +0.025390625000 +0.027832031250 +0.153320312500 +-0.063476562500 +0.113769531250 +0.182617187500 +-0.117187500000 +0.054199218750 +-0.087402343750 +0.034912109375 +-0.000679016113 +0.165039062500 +0.066894531250 +-0.022827148438 +-0.066406250000 +0.101562500000 +-0.002532958984 +0.120605468750 +-0.012145996094 +-0.028442382812 +-0.099121093750 +0.081542968750 +-0.009521484375 +-0.005310058594 +0.070312500000 +-0.028442382812 +0.069335937500 +0.004882812500 +0.098144531250 +0.269531250000 +0.131835937500 +-0.025268554688 +0.031127929688 +0.119140625000 +-0.035644531250 +-0.060546875000 +0.257812500000 +-0.001136779785 +-0.116210937500 +0.096191406250 +0.033447265625 +-0.120605468750 +-0.144531250000 +0.026733398438 +0.117187500000 +0.014709472656 +0.015502929688 +0.105957031250 +-0.010131835938 +0.078613281250 +-0.133789062500 +0.033691406250 +-0.062011718750 +0.092285156250 +-0.087402343750 +0.134765625000 +-0.110351562500 +0.105468750000 +0.174804687500 +-0.000170707703 +0.070312500000 +-0.151367187500 +0.093261718750 +-0.011596679688 +0.036621093750 +-0.061767578125 +0.017944335938 +-0.067871093750 +-0.124023437500 +0.080566406250 +-0.117187500000 +0.049316406250 +0.017456054688 +0.001373291016 +-0.015380859375 +0.166992187500 +-0.026123046875 +-0.182617187500 +-0.106933593750 +0.005584716797 +-0.075195312500 +0.034912109375 +0.064941406250 +-0.182617187500 +-0.156250000000 +-0.034423828125 +0.013793945312 +0.050292968750 +-0.045166015625 +0.074218750000 +0.058105468750 +-0.049072265625 +0.137695312500 +-0.071289062500 +0.087402343750 +0.063476562500 +-0.000751495361 +-0.095214843750 +-0.106445312500 +0.037109375000 +-0.115722656250 +-0.135742187500 +-0.119628906250 +0.080566406250 +0.053222656250 +0.067871093750 +0.040771484375 +0.018920898438 +-0.070800781250 +-0.034423828125 +0.086425781250 +0.041992187500 +-0.120605468750 +-0.014221191406 +0.011840820312 +-0.034423828125 +-0.178710937500 +0.044921875000 +0.160156250000 +-0.006500244141 +0.049804687500 +0.057617187500 +0.051757812500 +0.035644531250 +0.001983642578 +0.167968750000 +-0.010437011719 +-0.105957031250 +-0.021606445312 +-0.040527343750 +-0.004028320312 +0.002838134766 +-0.100097656250 +-0.159179687500 +-0.058837890625 +0.068359375000 +-0.080566406250 +0.012207031250 +0.027954101562 +-0.022338867188 +0.078125000000 +0.149414062500 +-0.043945312500 +-0.084472656250 +-0.084960937500 +0.133789062500 +-0.080078125000 +-0.025146484375 +-0.030029296875 +0.136718750000 +-0.037841796875 +0.054443359375 +0.049072265625 +0.041259765625 +-0.071289062500 +-0.072265625000 +-0.176757812500 +0.074218750000 +-0.012756347656 +0.135742187500 +0.022460937500 +0.185546875000 +-0.104003906250 +-0.086425781250 +0.007568359375 +-0.070800781250 +0.075683593750 +0.093261718750 +0.015502929688 +-0.011901855469 +0.066894531250 +-0.019897460938 +-0.000110626221 +0.073730468750 +0.148437500000 +-0.081542968750 +-0.037841796875 +-0.141601562500 +0.083007812500 +-0.041748046875 +0.056640625000 +0.111328125000 +-0.039550781250 +-0.155273437500 +-0.028320312500 +0.060546875000 +-0.037841796875 +0.016357421875 +0.075195312500 +0.032226562500 +0.085449218750 +-0.052490234375 +-0.090332031250 +-0.261718750000 +-0.020507812500 +-0.240234375000 +0.057373046875 +0.080566406250 +0.020874023438 +0.030273437500 +0.050781250000 +-0.069335937500 +0.062255859375 +-0.098144531250 +-0.133789062500 +-0.101074218750 +0.085937500000 +0.001571655273 +0.072265625000 +-0.124511718750 +-0.124023437500 +0.155273437500 +-0.042724609375 +0.233398437500 +-0.169921875000 +-0.071777343750 +-0.017333984375 +0.035888671875 +-0.052734375000 +-0.045654296875 +-0.029907226562 +-0.025146484375 +-0.024047851562 +-0.133789062500 +-0.078125000000 +0.021240234375 +0.055175781250 +0.029907226562 +0.116210937500 +0.146484375000 +-0.083496093750 +0.021606445312 +-0.091796875000 +-0.053955078125 +-0.081054687500 +-0.037841796875 +-0.034179687500 +0.012390136719 +-0.078125000000 +-0.104003906250 +0.098144531250 +-0.002960205078 +0.188476562500 +0.095214843750 +-0.073730468750 +-0.006561279297 +0.078613281250 +0.013061523438 +-0.020629882812 +0.082519531250 +-0.042724609375 +0.105468750000 +0.034179687500 +0.129882812500 +0.135742187500 +-0.020507812500 +0.048828125000 +-0.190429687500 +-0.113769531250 +-0.014587402344 +0.023803710938 +0.245117187500 +-0.020751953125 +-0.043945312500 +-0.009887695312 +0.043701171875 +-0.088378906250 +-0.177734375000 +-0.005096435547 +-0.000486373901 +0.151367187500 +0.118652343750 +0.091308593750 +-0.016235351562 +0.025390625000 +0.014526367188 +-0.135742187500 +-0.012268066406 +0.048095703125 +0.132812500000 +0.079101562500 +0.067382812500 +0.054199218750 +-0.168945312500 +0.010253906250 +0.100097656250 +-0.119628906250 +-0.058349609375 +-0.012878417969 +-0.070312500000 +0.076660156250 +-0.028564453125 +0.054687500000 +0.023925781250 +0.077148437500 +-0.142578125000 +-0.126953125000 +0.083984375000 +-0.166015625000 +-0.059814453125 +0.097167968750 +-0.100585937500 +0.095214843750 +-0.029174804688 +0.233398437500 +0.029663085938 +-0.055175781250 +0.096679687500 +0.025390625000 +-0.152343750000 +0.005645751953 +0.165039062500 +0.091796875000 +0.069335937500 +0.158203125000 +-0.124511718750 +0.091308593750 +-0.034667968750 +-0.031738281250 +0.104980468750 +0.194335937500 +-0.105957031250 +0.035888671875 +0.035156250000 +-0.074707031250 +-0.106445312500 +-0.185546875000 +0.119140625000 +-0.006591796875 +-0.087402343750 +0.129882812500 +0.022583007812 +0.044921875000 +0.117187500000 +0.106933593750 +0.149414062500 +0.002029418945 +-0.068359375000 +0.041259765625 +-0.156250000000 +-0.112792968750 +0.124023437500 +-0.082519531250 +0.123535156250 +0.184570312500 +0.060791015625 +0.106933593750 +-0.008972167969 +0.069824218750 +-0.056884765625 +-0.001480102539 +0.050292968750 +0.002609252930 +-0.026855468750 +-0.039062500000 +-0.138671875000 +0.001075744629 +0.067871093750 +0.083984375000 +-0.024780273438 +-0.027221679688 +0.068847656250 +-0.106933593750 +0.279296875000 +-0.029785156250 +0.046875000000 +0.048095703125 +0.097656250000 +0.165039062500 +-0.072753906250 +-0.092773437500 +0.113769531250 +0.001792907715 +0.008911132812 +-0.038085937500 +-0.048095703125 +-0.130859375000 +-0.063476562500 +-0.106445312500 +0.171875000000 +-0.027343750000 +-0.150390625000 +0.195312500000 +-0.031250000000 +0.055908203125 +0.078125000000 +-0.003250122070 +0.012207031250 +0.147460937500 +0.139648437500 +0.064453125000 +0.022827148438 +-0.142578125000 +0.003753662109 +-0.060058593750 +0.091308593750 +0.137695312500 +-0.010009765625 +-0.004119873047 +0.011108398438 +-0.094238281250 +0.099121093750 +-0.149414062500 +-0.018798828125 +0.091308593750 +0.028320312500 +0.173828125000 +-0.012695312500 +-0.043945312500 +0.023437500000 +0.015197753906 +0.049072265625 +-0.100097656250 +0.062255859375 +0.059814453125 +-0.151367187500 +0.187500000000 +0.113281250000 +-0.162109375000 +-0.117675781250 +0.013549804688 +0.051757812500 +-0.200195312500 +-0.104003906250 +-0.003463745117 +-0.123535156250 +0.015625000000 +0.011230468750 +-0.067382812500 +-0.273437500000 +0.039794921875 +-0.008911132812 +0.000629425049 +0.069824218750 +-0.163085937500 +-0.231445312500 +-0.014892578125 +0.014831542969 +-0.007232666016 +-0.333984375000 +-0.009826660156 +-0.110351562500 +0.015563964844 +0.053466796875 +0.047119140625 +-0.064941406250 +-0.026123046875 +0.047363281250 +0.019287109375 +0.058837890625 +-0.019165039062 +-0.020385742188 +0.064941406250 +-0.090332031250 +-0.014160156250 +0.062500000000 +0.161132812500 +-0.080078125000 +-0.031738281250 +-0.073730468750 +-0.088867187500 +-0.038085937500 +0.189453125000 +-0.120605468750 +0.218750000000 +0.233398437500 +-0.162109375000 +-0.022949218750 +-0.071777343750 +-0.120117187500 +0.011901855469 +-0.076660156250 +0.085449218750 +0.091308593750 +0.021362304688 +0.072265625000 +-0.084472656250 +0.033447265625 +-0.019042968750 +-0.092773437500 +-0.018188476562 +-0.034423828125 +0.030761718750 +-0.201171875000 +0.062500000000 +-0.028564453125 +0.020874023438 +-0.013427734375 +0.030273437500 +-0.030761718750 +0.193359375000 +0.063476562500 +-0.007293701172 +0.318359375000 +-0.022705078125 +-0.021850585938 +0.229492187500 +-0.074707031250 +0.072753906250 +0.134765625000 +-0.124511718750 +0.188476562500 +0.010009765625 +0.000112533569 +0.045166015625 +-0.083496093750 +-0.047851562500 +0.025390625000 +0.004760742188 +-0.157226562500 +-0.240234375000 +0.030395507812 +0.106933593750 +0.075683593750 +-0.001968383789 +-0.143554687500 +-0.120605468750 +-0.019287109375 +0.152343750000 +-0.066894531250 +-0.146484375000 +0.072265625000 +-0.097167968750 +-0.169921875000 +0.155273437500 +-0.055664062500 +0.012207031250 +-0.030639648438 +-0.156250000000 +-0.200195312500 +-0.024414062500 +0.043701171875 +-0.012145996094 +-0.065429687500 +0.037841796875 +-0.118652343750 +0.006683349609 +0.049072265625 +-0.077636718750 +0.263671875000 +0.078125000000 +0.058105468750 +-0.027099609375 +0.013488769531 +0.151367187500 +0.114257812500 +0.110351562500 +0.207031250000 +0.033691406250 +0.001091003418 +-0.078125000000 +0.277343750000 +-0.028076171875 +-0.033691406250 +0.023925781250 +-0.084960937500 +-0.220703125000 +-0.087890625000 +-0.094726562500 +0.022705078125 +0.065917968750 +-0.120605468750 +0.140625000000 +0.018066406250 +-0.110351562500 +-0.133789062500 +0.047119140625 +0.017944335938 +-0.103515625000 +0.124023437500 +0.218750000000 +0.065429687500 +0.079101562500 +0.184570312500 +0.087402343750 +0.103515625000 +-0.056884765625 +0.064941406250 +0.002487182617 +0.004699707031 +-0.046386718750 +-0.250000000000 +0.072265625000 +0.035400390625 +-0.043945312500 +-0.031127929688 +-0.145507812500 +0.174804687500 +-0.015991210938 +-0.093750000000 +-0.095214843750 +-0.045166015625 +0.042724609375 +0.001426696777 +-0.062500000000 +-0.075683593750 +0.106933593750 +0.052001953125 +-0.048828125000 +-0.077148437500 +-0.229492187500 +-0.069335937500 +-0.171875000000 +-0.153320312500 +0.079101562500 +0.037353515625 +-0.066406250000 +0.010437011719 +-0.091308593750 +-0.089843750000 +-0.008361816406 +-0.054931640625 +0.063476562500 +-0.152343750000 +0.106933593750 +-0.170898437500 +-0.097656250000 +-0.077148437500 +-0.052490234375 +0.180664062500 +-0.041503906250 +0.032470703125 +0.035156250000 +0.068359375000 +0.106445312500 +-0.079101562500 +0.008728027344 +0.003585815430 +0.092773437500 +0.064941406250 +-0.064941406250 +-0.084960937500 +-0.123535156250 +-0.039794921875 +-0.015380859375 +-0.115234375000 +0.041259765625 +-0.145507812500 +0.094238281250 +0.032714843750 +-0.239257812500 +0.041748046875 +0.169921875000 +-0.121093750000 +0.147460937500 +-0.027832031250 +0.026977539062 +0.139648437500 +-0.054443359375 +0.176757812500 +0.017333984375 +0.206054687500 +-0.063476562500 +0.003860473633 +-0.010009765625 +0.083007812500 +0.151367187500 +0.027832031250 +0.023315429688 +0.031250000000 +-0.014587402344 +-0.114746093750 +-0.060791015625 +0.135742187500 +0.086914062500 +0.009521484375 +-0.017822265625 +0.138671875000 +-0.149414062500 +0.015014648438 +-0.042236328125 +0.213867187500 +0.014831542969 +0.029907226562 +-0.056884765625 +0.136718750000 +0.145507812500 +0.033447265625 +-0.117675781250 +-0.248046875000 +0.057373046875 +-0.165039062500 +-0.068359375000 +-0.062988281250 +-0.149414062500 +-0.134765625000 +-0.116699218750 +0.009094238281 +-0.125000000000 +-0.159179687500 +0.124023437500 +0.011047363281 +0.027832031250 +-0.125000000000 +0.076660156250 +-0.053710937500 +0.026855468750 +0.083984375000 +-0.016723632812 +-0.113769531250 +-0.140625000000 +-0.056152343750 +-0.105957031250 +-0.014465332031 +0.097167968750 +-0.025268554688 +-0.116699218750 +-0.123046875000 +-0.051757812500 +0.053710937500 +0.032958984375 +0.057128906250 +0.031982421875 +-0.018310546875 +-0.050292968750 +-0.220703125000 +0.020874023438 +0.014526367188 +0.204101562500 +0.112792968750 +-0.082519531250 +-0.089355468750 +0.111328125000 +-0.149414062500 +-0.101562500000 +-0.041992187500 +-0.046142578125 +-0.150390625000 +-0.058837890625 +-0.040527343750 +-0.118652343750 +0.033203125000 +0.081542968750 +-0.000329971313 +-0.041015625000 +-0.082519531250 +-0.101074218750 +-0.098632812500 +-0.090332031250 +0.019531250000 +-0.125000000000 +-0.055908203125 +0.056884765625 +-0.200195312500 +-0.140625000000 +-0.014587402344 +-0.006866455078 +0.143554687500 +0.023559570312 +-0.121093750000 +-0.036376953125 +0.056640625000 +0.009643554688 +0.047607421875 +0.040283203125 +0.168945312500 +-0.084960937500 +-0.135742187500 +-0.140625000000 +-0.073730468750 +0.063964843750 +-0.012268066406 +-0.176757812500 +0.003234863281 +-0.081054687500 +0.141601562500 +-0.160156250000 +0.162109375000 +0.111328125000 +0.117675781250 +0.030029296875 +-0.107421875000 +0.050781250000 +-0.050292968750 +0.069335937500 +-0.052734375000 +0.035644531250 +0.108886718750 +-0.016601562500 +-0.127929687500 +0.169921875000 +-0.009521484375 +-0.186523437500 +-0.184570312500 +-0.158203125000 +-0.218750000000 +0.050537109375 +-0.125976562500 +0.011779785156 +0.025390625000 +-0.108398437500 +-0.067871093750 +-0.025146484375 +-0.054931640625 +-0.046142578125 +0.187500000000 +0.033203125000 +0.006958007812 +0.010559082031 +-0.062500000000 +-0.117675781250 +0.021362304688 +-0.161132812500 +-0.031738281250 +0.028198242188 +-0.125976562500 +-0.047607421875 +0.005035400391 +-0.034667968750 +0.077636718750 +-0.029663085938 +-0.042724609375 +0.153320312500 +-0.010253906250 +0.007873535156 +-0.127929687500 +0.084960937500 +-0.014343261719 +-0.105468750000 +0.136718750000 +0.111328125000 +-0.078613281250 +-0.076171875000 +-0.021240234375 +0.132812500000 +0.014831542969 +-0.014160156250 +-0.039306640625 +-0.074707031250 +0.073730468750 +0.043701171875 +0.057617187500 +-0.008605957031 +0.222656250000 +0.108886718750 +0.058105468750 +-0.057861328125 +-0.038574218750 +-0.020507812500 +-0.060058593750 +-0.057373046875 +0.014770507812 +-0.053466796875 +-0.050781250000 +0.026000976562 +-0.109863281250 +0.008300781250 +-0.160156250000 +0.072753906250 +-0.019165039062 +0.101074218750 +0.008666992188 +0.023559570312 +-0.058837890625 +-0.003616333008 +0.085937500000 +-0.095214843750 +-0.226562500000 +0.020996093750 +0.081542968750 +-0.127929687500 +-0.039550781250 +0.013183593750 +-0.074218750000 +-0.164062500000 +-0.130859375000 +0.263671875000 +0.102539062500 +0.161132812500 +-0.009521484375 +0.137695312500 +0.006652832031 +-0.214843750000 +0.074707031250 +0.037841796875 +-0.044677734375 +0.028930664062 +0.016967773438 +-0.009643554688 +0.020507812500 +-0.007934570312 +-0.144531250000 +-0.034912109375 +-0.022460937500 +-0.010375976562 +0.115722656250 +0.160156250000 +-0.082519531250 +-0.000793457031 +0.062500000000 +0.025878906250 +0.118652343750 +-0.001647949219 +-0.020751953125 +-0.036865234375 +-0.231445312500 +0.042968750000 +0.038330078125 +-0.141601562500 +0.068359375000 +0.104980468750 +-0.243164062500 +0.157226562500 +0.123046875000 +0.001365661621 +-0.125000000000 +-0.092285156250 +0.006713867188 +-0.164062500000 +0.129882812500 +-0.028564453125 +0.052246093750 +-0.071289062500 +-0.073730468750 +0.047119140625 +0.055664062500 +-0.010864257812 +0.061035156250 +-0.062500000000 +0.010620117188 +0.062988281250 +-0.018310546875 +-0.116699218750 +0.257812500000 +-0.038574218750 +-0.013122558594 +0.043701171875 +0.235351562500 +0.103027343750 +0.060302734375 +-0.116210937500 +-0.041015625000 +-0.199218750000 +-0.006072998047 +-0.055908203125 +-0.152343750000 +-0.209960937500 +-0.075195312500 +-0.120605468750 +0.224609375000 +0.145507812500 +-0.279296875000 +0.061279296875 +0.003814697266 +0.026000976562 +-0.083984375000 +-0.008850097656 +0.010559082031 +0.094726562500 +0.071289062500 +0.106933593750 +-0.045410156250 +0.051269531250 +0.026977539062 +-0.013366699219 +-0.245117187500 +0.023437500000 +-0.166015625000 +0.108886718750 +0.050292968750 +0.101562500000 +-0.048583984375 +0.039306640625 +0.067382812500 +0.081542968750 +0.120605468750 +-0.063476562500 +0.101074218750 +-0.101562500000 +-0.134765625000 +-0.003707885742 +-0.045410156250 +-0.136718750000 +-0.178710937500 +-0.060546875000 +-0.135742187500 +-0.044433593750 +0.062255859375 +-0.134765625000 +-0.010375976562 +0.166015625000 +-0.038574218750 +-0.009460449219 +0.020019531250 +-0.028808593750 +-0.015625000000 +0.127929687500 +-0.031494140625 +-0.096191406250 +0.083007812500 +-0.131835937500 +0.031494140625 +0.010009765625 +0.043945312500 +0.029907226562 +-0.353515625000 +-0.150390625000 +-0.132812500000 +0.099609375000 +0.038818359375 +0.040039062500 +-0.131835937500 +0.165039062500 +0.073242187500 +-0.055664062500 +-0.098632812500 +-0.043457031250 +0.119628906250 +0.014648437500 +0.008911132812 +0.123535156250 +0.031250000000 +0.002197265625 +-0.103027343750 +0.066406250000 +0.068359375000 +-0.096191406250 +0.081542968750 +-0.028198242188 +-0.211914062500 +0.097167968750 +0.047119140625 +0.106445312500 +-0.001663208008 +-0.082031250000 +0.002349853516 +0.013610839844 +-0.091796875000 +0.068847656250 +0.012939453125 +0.139648437500 +0.015991210938 +-0.030273437500 +0.030029296875 +-0.022460937500 +-0.168945312500 +0.072265625000 +0.077636718750 +0.138671875000 +-0.131835937500 +-0.129882812500 +-0.029296875000 +0.052734375000 +0.012084960938 +0.228515625000 +0.002395629883 +-0.113769531250 +-0.005340576172 +0.177734375000 +-0.120117187500 +0.088867187500 +-0.206054687500 +0.125000000000 +0.073730468750 +0.127929687500 +0.044677734375 +-0.153320312500 +0.128906250000 +-0.029418945312 +-0.124511718750 +-0.094238281250 +-0.023681640625 +0.150390625000 +-0.241210937500 +0.065917968750 +-0.003860473633 +0.020996093750 +0.096679687500 +0.079101562500 +-0.020019531250 +0.008972167969 +-0.066406250000 +0.010009765625 +-0.184570312500 +0.006988525391 +-0.119140625000 +0.051025390625 +-0.055175781250 +-0.155273437500 +0.107910156250 +-0.031738281250 +0.053222656250 +0.007720947266 +0.110839843750 +-0.106445312500 +-0.042480468750 +0.062500000000 +0.034423828125 +-0.153320312500 +-0.012390136719 +-0.089355468750 +0.133789062500 +-0.208984375000 +-0.029296875000 +-0.085449218750 +-0.029785156250 +-0.041992187500 +-0.005615234375 +0.016479492188 +-0.049804687500 +0.088867187500 +-0.097167968750 +0.146484375000 +-0.037597656250 +0.058105468750 +0.230468750000 +-0.026611328125 +0.080566406250 +-0.104003906250 +0.009338378906 +-0.047119140625 +0.104980468750 +-0.088867187500 +-0.007598876953 +0.036376953125 +-0.077636718750 +0.017456054688 +0.036376953125 +0.152343750000 +-0.208007812500 +0.087402343750 +0.034179687500 +0.040039062500 +0.118164062500 +0.007507324219 +-0.110839843750 +-0.120605468750 +0.175781250000 +0.062500000000 +-0.029785156250 +0.120117187500 +0.613281250000 +-0.074707031250 +0.094726562500 +0.204101562500 +-0.019653320312 +-0.011047363281 +0.026489257812 +0.141601562500 +0.074707031250 +-0.032958984375 +-0.016967773438 +0.092773437500 +-0.035400390625 +0.046630859375 +-0.012512207031 +-0.115234375000 +0.004364013672 +-0.033691406250 +-0.109375000000 +-0.139648437500 +0.112792968750 +-0.234375000000 +0.046386718750 +-0.133789062500 +0.134765625000 +-0.075195312500 +-0.041015625000 +0.049560546875 +0.047607421875 +0.087402343750 +-0.080078125000 +0.062255859375 +0.083984375000 +0.099609375000 +-0.008483886719 +0.102050781250 +0.096679687500 +0.023193359375 +0.016845703125 +-0.095703125000 +-0.050537109375 +0.152343750000 +-0.039062500000 +-0.055908203125 +0.055175781250 +0.111816406250 +0.095214843750 +-0.050781250000 +-0.015869140625 +0.115722656250 +-0.160156250000 +-0.107910156250 +-0.113769531250 +-0.067871093750 +0.069824218750 +-0.039794921875 +0.165039062500 +0.082519531250 +0.022338867188 +0.002807617188 +-0.062988281250 +0.060302734375 +0.065429687500 +-0.095703125000 +-0.042724609375 +0.063476562500 +-0.038330078125 +0.063476562500 +0.107421875000 +-0.003204345703 +0.024047851562 +-0.051025390625 +-0.126953125000 +0.028320312500 +0.084960937500 +-0.005218505859 +-0.055175781250 +0.112792968750 +-0.069335937500 +-0.019042968750 +-0.153320312500 +-0.034423828125 +-0.065917968750 +-0.101562500000 +0.091796875000 +0.013671875000 +0.187500000000 +-0.025878906250 +0.108398437500 +0.017822265625 +0.019531250000 +0.057128906250 +-0.017700195312 +-0.045654296875 +-0.103027343750 +0.103515625000 +-0.158203125000 +-0.033691406250 +0.005615234375 +0.005096435547 +-0.016357421875 +0.091796875000 +0.146484375000 +-0.083984375000 +0.156250000000 +-0.185546875000 +-0.033447265625 +-0.039550781250 +-0.074218750000 +-0.072265625000 +0.153320312500 +-0.044677734375 +-0.141601562500 +0.049560546875 +-0.084472656250 +0.048583984375 +-0.092773437500 +0.074218750000 +0.086914062500 +-0.115234375000 +0.082031250000 +0.037841796875 +-0.046630859375 +-0.000364303589 +0.213867187500 +-0.030639648438 +0.137695312500 +0.124023437500 +0.267578125000 +0.021362304688 +-0.152343750000 +0.202148437500 +-0.004760742188 +-0.045166015625 +-0.105468750000 +0.116699218750 +-0.043945312500 +0.005889892578 +-0.075683593750 +-0.201171875000 +-0.027587890625 +0.117187500000 +0.052490234375 +-0.095214843750 +0.030395507812 +-0.013732910156 +-0.008972167969 +-0.139648437500 +-0.013122558594 +-0.108886718750 +0.040039062500 +-0.001342773438 +-0.080078125000 +-0.047363281250 +0.006439208984 +0.043212890625 +-0.088378906250 +0.131835937500 +-0.082519531250 +0.033203125000 +0.056152343750 +0.068359375000 +0.182617187500 +-0.096679687500 +-0.098144531250 +0.051757812500 +-0.000595092773 +-0.035644531250 +-0.070312500000 +-0.263671875000 +-0.120117187500 +0.100585937500 +0.097167968750 +0.094726562500 +-0.000629425049 +0.097656250000 +0.061035156250 +-0.005157470703 +-0.111328125000 +0.036132812500 +0.088867187500 +-0.019653320312 +0.066406250000 +0.154296875000 +-0.100585937500 +-0.198242187500 +0.132812500000 +0.089355468750 +-0.067871093750 +0.005889892578 +-0.032958984375 +-0.020751953125 +-0.173828125000 +-0.064453125000 +-0.027954101562 +-0.042236328125 +0.130859375000 +0.009155273438 +0.003341674805 +-0.140625000000 +-0.084960937500 +0.067871093750 +-0.058349609375 +0.106933593750 +-0.211914062500 +-0.207031250000 +-0.081054687500 +-0.104003906250 +-0.092285156250 +-0.044433593750 +0.064941406250 +0.097656250000 +-0.224609375000 +-0.033935546875 +0.237304687500 +0.032714843750 +-0.055175781250 +0.014099121094 +0.055664062500 +-0.063964843750 +-0.054443359375 +-0.035156250000 +0.046142578125 +-0.137695312500 +0.147460937500 +0.075683593750 +-0.132812500000 +-0.044189453125 +0.018554687500 +0.003250122070 +0.049560546875 +0.023193359375 +0.068359375000 +0.161132812500 +0.022216796875 +-0.006011962891 +-0.167968750000 +-0.022094726562 +0.009338378906 +0.043701171875 +0.135742187500 +0.055664062500 +-0.022705078125 +0.041503906250 +0.024902343750 +-0.244140625000 +-0.123535156250 +0.139648437500 +-0.104003906250 +0.118164062500 +-0.050048828125 +0.147460937500 +0.034179687500 +-0.063964843750 +-0.137695312500 +0.157226562500 +0.016235351562 +-0.059082031250 +0.382812500000 +0.007232666016 +0.061279296875 +-0.078613281250 +-0.052001953125 +0.095214843750 +-0.106933593750 +-0.157226562500 +-0.077636718750 +-0.128906250000 +-0.012756347656 +-0.083984375000 +-0.072265625000 +-0.062011718750 +0.137695312500 +-0.027465820312 +0.179687500000 +-0.142578125000 +0.086914062500 +0.166015625000 +-0.148437500000 +0.053222656250 +-0.092285156250 +0.035644531250 +0.036376953125 +-0.022949218750 +-0.001449584961 +-0.048828125000 +0.031494140625 +0.059570312500 +0.028686523438 +0.083496093750 +0.020019531250 +0.058593750000 +0.084960937500 +0.059082031250 +0.177734375000 +0.097167968750 +-0.125976562500 +0.192382812500 +0.012023925781 +-0.097656250000 +0.095703125000 +0.060058593750 +-0.041992187500 +0.031005859375 +-0.042968750000 +-0.043701171875 +-0.015625000000 +0.089843750000 +0.050537109375 +0.197265625000 +0.082031250000 +-0.048828125000 +-0.251953125000 +0.069824218750 +0.049804687500 +0.109863281250 +-0.053222656250 +-0.027832031250 +-0.172851562500 +-0.067382812500 +0.163085937500 +-0.101074218750 +0.013488769531 +0.063476562500 +-0.087890625000 +-0.009277343750 +-0.014099121094 +0.093261718750 +0.087890625000 +-0.100585937500 +0.098632812500 +-0.036376953125 +-0.197265625000 +0.179687500000 +0.124023437500 +0.000488281250 +-0.023559570312 +0.046875000000 +-0.108886718750 +-0.044677734375 +0.017211914062 +0.020874023438 +0.246093750000 +-0.027343750000 +-0.090820312500 +0.139648437500 +0.048583984375 +0.027587890625 +0.098144531250 +0.072753906250 +0.080078125000 +-0.030883789062 +-0.092773437500 +-0.125000000000 +0.000143051147 +0.065917968750 +0.166015625000 +0.022583007812 +-0.086425781250 +-0.095214843750 +0.091308593750 +-0.034912109375 +0.071777343750 +-0.000421524048 +-0.025024414062 +0.251953125000 +0.067382812500 +-0.059814453125 +0.085937500000 +0.067871093750 +-0.140625000000 +-0.022460937500 +0.061767578125 +0.175781250000 +-0.039550781250 +-0.032714843750 +0.002853393555 +0.134765625000 +-0.036376953125 +-0.104003906250 +-0.141601562500 +0.140625000000 +-0.049316406250 +0.013610839844 +0.192382812500 +0.075195312500 +-0.015991210938 +0.090820312500 +-0.036621093750 +0.074707031250 +-0.080078125000 +-0.066894531250 +0.028198242188 +0.077148437500 +-0.013977050781 +0.033935546875 +0.018554687500 +-0.148437500000 +0.028808593750 +0.024902343750 +-0.008789062500 +0.091796875000 +-0.007019042969 +-0.081542968750 +0.095214843750 +0.082031250000 +-0.195312500000 +-0.077148437500 +-0.011901855469 +0.085449218750 +-0.105468750000 +0.001304626465 +-0.124023437500 +0.110351562500 +-0.031494140625 +0.154296875000 +0.092285156250 +0.087402343750 +0.130859375000 +-0.080078125000 +0.069335937500 +0.050048828125 +-0.065429687500 +-0.083007812500 +-0.073242187500 +-0.057128906250 +0.091308593750 +0.081542968750 +0.006561279297 +0.081054687500 +0.072265625000 +0.124511718750 +0.106933593750 +-0.072753906250 +0.186523437500 +0.132812500000 +0.042724609375 +0.178710937500 +0.205078125000 +0.079589843750 +0.300781250000 +-0.068359375000 +-0.132812500000 +0.062011718750 +-0.108398437500 +-0.199218750000 +-0.010620117188 +-0.063964843750 +-0.017089843750 +0.104980468750 +0.054199218750 +0.046142578125 +-0.100585937500 +0.069824218750 +-0.050781250000 +-0.086914062500 +-0.097167968750 +-0.037597656250 +-0.163085937500 +0.077148437500 +0.010375976562 +-0.129882812500 +-0.177734375000 +-0.025146484375 +0.106445312500 +0.035156250000 +-0.085937500000 +-0.088378906250 +0.070800781250 +-0.021484375000 +-0.059326171875 +-0.061767578125 +-0.210937500000 +0.017456054688 +0.083007812500 +0.122558593750 +-0.169921875000 +-0.088867187500 +0.106445312500 +0.063964843750 +0.062988281250 +-0.006347656250 +-0.044189453125 +0.028808593750 +0.223632812500 +0.074218750000 +-0.011230468750 +0.067871093750 +-0.064453125000 +0.077636718750 +0.007629394531 +0.061035156250 +0.006805419922 +0.098632812500 +0.208007812500 +-0.099121093750 +0.087890625000 +-0.296875000000 +0.191406250000 +0.025756835938 +0.114746093750 +0.102050781250 +0.015075683594 +-0.019409179688 +0.103515625000 +0.028198242188 +-0.013427734375 +-0.146484375000 +-0.161132812500 +0.045654296875 +-0.030029296875 +-0.153320312500 +0.273437500000 +0.146484375000 +0.090820312500 +-0.029541015625 +0.049804687500 +-0.153320312500 +-0.123535156250 +-0.059326171875 +-0.082519531250 +0.056152343750 +-0.108398437500 +0.051513671875 +-0.023681640625 +-0.183593750000 +0.056396484375 +0.057861328125 +0.158203125000 +0.034179687500 +0.179687500000 +-0.061279296875 +0.014892578125 +-0.081054687500 +-0.149414062500 +-0.103027343750 +0.110839843750 +0.053222656250 +0.059814453125 +0.171875000000 +-0.044189453125 +0.129882812500 +-0.195312500000 +-0.123535156250 +0.013061523438 +-0.146484375000 +0.049072265625 +-0.079101562500 +-0.004150390625 +0.107910156250 +0.029907226562 +-0.123046875000 +0.073242187500 +0.247070312500 +0.009399414062 +-0.003997802734 +-0.119628906250 +-0.070800781250 +-0.144531250000 +-0.153320312500 +-0.044677734375 +0.103027343750 +0.034667968750 +0.124511718750 +-0.014465332031 +0.125000000000 +0.187500000000 +-0.054443359375 +0.182617187500 +0.074707031250 +-0.049072265625 +-0.208984375000 +-0.093261718750 +0.061767578125 +-0.119628906250 +-0.134765625000 +0.173828125000 +0.095703125000 +0.100585937500 +0.126953125000 +0.079101562500 +-0.053222656250 +0.064941406250 +-0.060791015625 +-0.026123046875 +-0.088378906250 +-0.069824218750 +0.112792968750 +-0.171875000000 +-0.003707885742 +-0.008728027344 +0.061279296875 +0.042724609375 +0.091308593750 +0.084472656250 +0.047607421875 +0.058349609375 +-0.031738281250 +-0.092285156250 +-0.054931640625 +0.097167968750 +-0.092285156250 +-0.099609375000 +0.141601562500 +0.069824218750 +-0.090820312500 +0.043701171875 +0.098632812500 +-0.071289062500 +0.082519531250 +-0.008605957031 +-0.001243591309 +-0.022949218750 +0.139648437500 +-0.147460937500 +-0.045410156250 +0.111328125000 +0.089355468750 +0.002838134766 +0.055664062500 +-0.015991210938 +0.143554687500 +-0.084960937500 +0.090332031250 +-0.010437011719 +-0.129882812500 +-0.072753906250 +-0.051025390625 +-0.068847656250 +-0.013977050781 +-0.054199218750 +0.071289062500 +-0.028442382812 +-0.037109375000 +-0.160156250000 +-0.000930786133 +-0.012329101562 +-0.032470703125 +-0.069335937500 +-0.061279296875 +0.038574218750 +-0.041259765625 +-0.142578125000 +-0.061035156250 +0.035400390625 +-0.012939453125 +0.090332031250 +-0.067871093750 +-0.049072265625 +-0.033935546875 +-0.043701171875 +0.113281250000 +0.055419921875 +-0.053466796875 +0.101074218750 +0.023925781250 +-0.093750000000 +0.040283203125 +0.133789062500 +0.056396484375 +-0.062500000000 +-0.157226562500 +-0.096679687500 +0.037841796875 +-0.194335937500 +0.042480468750 +0.097167968750 +0.076660156250 +0.068847656250 +-0.150390625000 +0.065429687500 +-0.082031250000 +0.019042968750 +0.008544921875 +-0.011474609375 +0.067871093750 +-0.020874023438 +0.097656250000 +-0.072753906250 +0.093261718750 +0.082519531250 +-0.000286102295 +0.072753906250 +-0.111328125000 +0.105468750000 +0.057373046875 +0.168945312500 +0.070800781250 +-0.160156250000 +0.007629394531 +0.117187500000 +0.020019531250 +-0.107421875000 +-0.016723632812 +0.166015625000 +0.036621093750 +-0.079589843750 +-0.022338867188 +0.041015625000 +0.137695312500 +0.028564453125 +0.125976562500 +-0.039306640625 +-0.009582519531 +-0.044921875000 +0.063476562500 +0.058349609375 +0.146484375000 +-0.032470703125 +0.226562500000 +0.083007812500 +0.046875000000 +-0.130859375000 +0.036132812500 +-0.013000488281 +-0.088378906250 +-0.012939453125 +-0.031738281250 +-0.220703125000 +-0.093750000000 +-0.020751953125 +-0.188476562500 +0.078125000000 +-0.140625000000 +-0.137695312500 +0.176757812500 +0.153320312500 +0.049804687500 +-0.123046875000 +-0.085449218750 +-0.138671875000 +-0.001480102539 +0.205078125000 +-0.080566406250 +-0.085449218750 +0.069824218750 +0.156250000000 +0.040771484375 +0.059570312500 +-0.015747070312 +0.074707031250 +0.009277343750 +0.213867187500 +-0.118652343750 +0.052001953125 +0.094726562500 +0.041015625000 +-0.062988281250 +0.113769531250 +-0.008666992188 +0.153320312500 +0.090332031250 +-0.134765625000 +0.052246093750 +0.141601562500 +0.069335937500 +-0.019409179688 +0.061767578125 +-0.165039062500 +-0.088867187500 +0.050537109375 +-0.119140625000 +0.005859375000 +0.112304687500 +0.085937500000 +-0.045166015625 +0.041748046875 +-0.153320312500 +0.271484375000 +-0.062500000000 +-0.008483886719 +0.036132812500 +0.053710937500 +0.027954101562 +-0.006530761719 +-0.056640625000 +0.052978515625 +0.049316406250 +0.130859375000 +-0.057861328125 +-0.044677734375 +-0.045654296875 +0.068847656250 +0.010375976562 +-0.095214843750 +-0.043212890625 +0.055175781250 +0.167968750000 +0.022460937500 +-0.177734375000 +-0.017211914062 +-0.062500000000 +0.002105712891 +-0.053710937500 +-0.063476562500 +0.049316406250 +-0.021240234375 +-0.105468750000 +-0.026000976562 +-0.003173828125 +-0.009704589844 +-0.114746093750 +0.022094726562 +0.110351562500 +-0.126953125000 +0.082519531250 +-0.163085937500 +-0.007507324219 +-0.131835937500 +-0.007812500000 +0.000656127930 +0.190429687500 +-0.151367187500 +0.005676269531 +-0.016967773438 +0.066894531250 +0.200195312500 +-0.088867187500 +-0.148437500000 +-0.165039062500 +0.147460937500 +-0.127929687500 +0.208984375000 +0.247070312500 +-0.087890625000 +0.023437500000 +-0.078613281250 +0.062988281250 +0.043701171875 +0.010803222656 +-0.020507812500 +-0.036621093750 +-0.047363281250 +0.033203125000 +0.046875000000 +0.076171875000 +-0.000134468079 +-0.113769531250 +-0.091308593750 +0.031738281250 +-0.022827148438 +0.040039062500 +0.084472656250 +-0.203125000000 +0.067871093750 +-0.115234375000 +0.041259765625 +0.054931640625 +0.058593750000 +-0.043701171875 +0.135742187500 +-0.064941406250 +0.008361816406 +0.040039062500 +0.107421875000 +0.113769531250 +-0.069335937500 +-0.077148437500 +0.035888671875 +0.072753906250 +0.049804687500 +-0.072265625000 +0.081054687500 +-0.032226562500 +0.118652343750 +0.013366699219 +0.099121093750 +0.022583007812 +0.218750000000 +0.007141113281 +-0.179687500000 +-0.041015625000 +-0.021240234375 +0.210937500000 +0.022338867188 +-0.043457031250 +0.167968750000 +-0.090332031250 +0.124511718750 +0.062011718750 +0.022338867188 +-0.128906250000 +0.011840820312 +0.151367187500 +-0.042968750000 +0.041259765625 +-0.051757812500 +-0.046142578125 +0.080078125000 +0.049804687500 +-0.152343750000 +-0.147460937500 +-0.011352539062 +-0.012512207031 +0.042724609375 +-0.072265625000 +0.187500000000 +0.037841796875 +-0.111328125000 +0.058349609375 +0.144531250000 +0.177734375000 +0.075683593750 +-0.043457031250 +-0.003753662109 +0.145507812500 +0.089843750000 +0.019409179688 +0.048339843750 +-0.025878906250 +0.045654296875 +0.023559570312 +0.070800781250 +0.062255859375 +-0.198242187500 +-0.048339843750 +0.172851562500 +-0.113769531250 +-0.117187500000 +-0.064941406250 +0.015869140625 +-0.117675781250 +0.108398437500 +0.125976562500 +-0.053710937500 +-0.064941406250 +0.015563964844 +0.032958984375 +-0.040283203125 +0.061279296875 +0.052490234375 +-0.112792968750 +0.126953125000 +0.043457031250 +-0.008850097656 +0.167968750000 +0.090332031250 +-0.029785156250 +-0.032958984375 +-0.017700195312 +0.005859375000 +0.291015625000 +-0.110351562500 +0.110351562500 +0.181640625000 +-0.180664062500 +-0.032226562500 +0.115234375000 +0.005157470703 +-0.155273437500 +0.116699218750 +0.024536132812 +-0.104492187500 +0.037841796875 +0.015502929688 +0.122558593750 +0.081054687500 +0.023193359375 +-0.039794921875 +-0.012756347656 +-0.065917968750 +0.040283203125 +0.124511718750 +-0.093261718750 +0.099609375000 +0.133789062500 +0.030761718750 +0.123535156250 +-0.047851562500 +-0.109863281250 +0.013061523438 +-0.127929687500 +-0.047363281250 +-0.071777343750 +0.025878906250 +-0.019409179688 +-0.029663085938 +-0.269531250000 +-0.050048828125 +0.019653320312 +-0.121093750000 +-0.099609375000 +0.136718750000 +-0.019165039062 +-0.012207031250 +0.045410156250 +-0.003967285156 +0.001853942871 +-0.081054687500 +0.037353515625 +-0.140625000000 +-0.135742187500 +0.035400390625 +-0.013977050781 +0.056396484375 +-0.101074218750 +0.289062500000 +0.041259765625 +-0.121093750000 +0.014892578125 +-0.090332031250 +-0.163085937500 +0.012512207031 +0.031494140625 +0.051025390625 +0.017700195312 +0.116699218750 +-0.162109375000 +0.045166015625 +-0.062500000000 +0.033935546875 +0.091796875000 +-0.063476562500 +0.088867187500 +0.057128906250 +-0.024780273438 +0.106445312500 +-0.047607421875 +-0.155273437500 +-0.160156250000 +-0.086914062500 +-0.055908203125 +-0.065917968750 +0.001708984375 +0.204101562500 +-0.092285156250 +0.048828125000 +-0.011169433594 +-0.016357421875 +-0.127929687500 +-0.041259765625 +0.133789062500 +0.150390625000 +0.004974365234 +0.052490234375 +0.070312500000 +-0.100097656250 +-0.005096435547 +0.036376953125 +0.119628906250 +0.204101562500 +-0.057617187500 +-0.004669189453 +0.125976562500 +0.001358032227 +0.117187500000 +-0.020507812500 +-0.086425781250 +-0.122070312500 +-0.018920898438 +0.086425781250 +0.013610839844 +-0.218750000000 +0.100585937500 +-0.229492187500 +-0.130859375000 +0.050781250000 +0.017456054688 +0.068847656250 +0.135742187500 +-0.062011718750 +0.063476562500 +-0.075683593750 +-0.012634277344 +-0.211914062500 +0.123535156250 +0.041992187500 +-0.047363281250 +-0.153320312500 +0.039550781250 +-0.218750000000 +0.073242187500 +-0.067382812500 +-0.021972656250 +-0.184570312500 +0.094726562500 +-0.096191406250 +0.046875000000 +-0.014770507812 +-0.128906250000 +0.134765625000 +0.033203125000 +-0.134765625000 +0.028198242188 +0.064453125000 +0.047607421875 +0.201171875000 +-0.052001953125 +0.089355468750 +-0.075195312500 +0.203125000000 +-0.108886718750 +-0.103027343750 +-0.055908203125 +-0.098632812500 +0.052490234375 +0.085449218750 +-0.131835937500 +-0.012634277344 +-0.014038085938 +0.004516601562 +-0.025024414062 +-0.131835937500 +-0.089843750000 +0.008178710938 +0.127929687500 +0.057373046875 +-0.174804687500 +0.092285156250 +-0.067871093750 +0.059570312500 +-0.002014160156 +0.004760742188 +-0.123535156250 +0.059326171875 +0.076171875000 +-0.105468750000 +0.007446289062 +0.112792968750 +-0.073242187500 +0.116210937500 +0.026245117188 +0.000135421753 +0.082519531250 +-0.096679687500 +-0.058105468750 +-0.086914062500 +-0.056884765625 +0.062500000000 +0.037597656250 +0.097167968750 +-0.090820312500 +-0.045166015625 +-0.034179687500 +-0.068359375000 +0.007812500000 +0.036621093750 +-0.057373046875 +-0.022583007812 +0.067871093750 +0.082031250000 +0.087890625000 +-0.005432128906 +-0.047607421875 +-0.072753906250 +-0.161132812500 +-0.071777343750 +-0.093750000000 +0.030395507812 +-0.144531250000 +-0.119628906250 +0.007415771484 +0.488281250000 +-0.049072265625 +0.088867187500 +0.126953125000 +-0.062011718750 +0.090820312500 +-0.055664062500 +-0.039306640625 +-0.104492187500 +0.038818359375 +0.143554687500 +0.106445312500 +-0.052490234375 +-0.140625000000 +-0.010070800781 +0.184570312500 +0.094238281250 +0.089843750000 +0.013427734375 +0.126953125000 +0.067871093750 +0.045410156250 +0.027343750000 +-0.098632812500 +-0.036132812500 +0.180664062500 +-0.061279296875 +0.198242187500 +0.108398437500 +-0.148437500000 +-0.195312500000 +0.082031250000 +0.215820312500 +0.079101562500 +-0.027099609375 +0.159179687500 +0.034667968750 +0.226562500000 +-0.204101562500 +0.001838684082 +0.051757812500 +0.002655029297 +0.070800781250 +-0.150390625000 +-0.116699218750 +0.202148437500 +-0.003372192383 +0.081542968750 +0.202148437500 +0.074707031250 +-0.035644531250 +0.068359375000 +0.141601562500 +0.041015625000 +-0.046630859375 +-0.021118164062 +0.220703125000 +-0.010742187500 +0.006439208984 +0.070800781250 +-0.001731872559 +0.097167968750 +0.061767578125 +0.076660156250 +-0.045654296875 +-0.008056640625 +-0.057617187500 +-0.050048828125 +0.100097656250 +0.090332031250 +-0.032958984375 +-0.069335937500 +-0.044433593750 +0.157226562500 +-0.008056640625 +-0.128906250000 +0.134765625000 +0.121093750000 +-0.009033203125 +-0.064453125000 +-0.045654296875 +0.011901855469 +-0.008544921875 +0.002105712891 +-0.033447265625 +0.121582031250 +0.177734375000 +-0.035644531250 +0.046630859375 +0.106933593750 +0.060302734375 +0.020263671875 +0.010742187500 +0.053466796875 +0.013916015625 +-0.087890625000 +0.111328125000 +0.070312500000 +-0.013732910156 +0.007873535156 +-0.051269531250 +-0.080566406250 +0.123046875000 +0.082519531250 +0.011047363281 +-0.071777343750 +-0.038818359375 +0.125000000000 +0.029663085938 +0.045654296875 +0.022338867188 +0.024902343750 +0.052001953125 +-0.114746093750 +0.030639648438 +0.124511718750 +0.051025390625 +-0.079589843750 +-0.016479492188 +0.014038085938 +0.039062500000 +-0.129882812500 +0.180664062500 +0.014282226562 +0.045166015625 +-0.027465820312 +0.092773437500 +-0.001556396484 +0.223632812500 +-0.013916015625 +0.160156250000 +-0.061767578125 +0.117187500000 +0.036376953125 +-0.025512695312 +0.117187500000 +-0.048828125000 +-0.028686523438 +0.080566406250 +0.064941406250 +-0.006561279297 +0.066406250000 +0.049804687500 +0.032714843750 +0.124023437500 +-0.030273437500 +-0.073242187500 +-0.008544921875 +-0.036865234375 +-0.034179687500 +0.040527343750 +0.045410156250 +-0.033447265625 +0.150390625000 +0.221679687500 +0.045410156250 +0.157226562500 +-0.001777648926 +0.216796875000 +0.031494140625 +-0.048583984375 +-0.060546875000 +-0.022949218750 +0.061523437500 +-0.064941406250 +0.093750000000 +0.129882812500 +0.025512695312 +0.033691406250 +0.064453125000 +-0.033447265625 +0.102050781250 +0.130859375000 +0.162109375000 +-0.062255859375 +-0.068847656250 +0.078125000000 +-0.129882812500 +0.002822875977 +-0.117675781250 +-0.097167968750 +-0.022216796875 +0.125000000000 +-0.205078125000 +-0.063476562500 +0.034667968750 +0.121582031250 +0.031982421875 +-0.079101562500 +-0.191406250000 +-0.035400390625 +0.029785156250 +-0.046142578125 +-0.072265625000 +0.081054687500 +0.072753906250 +0.092285156250 +-0.238281250000 +-0.052001953125 +-0.009216308594 +-0.111816406250 +0.056152343750 +-0.044433593750 +-0.033935546875 +0.107421875000 +-0.057128906250 +0.117675781250 +-0.125976562500 +0.071289062500 +0.016235351562 +0.074707031250 +0.015319824219 +-0.031250000000 +-0.162109375000 +-0.143554687500 +-0.083496093750 +-0.052978515625 +-0.014648437500 +0.142578125000 +-0.126953125000 +0.114746093750 +-0.052734375000 +-0.012084960938 +-0.165039062500 +0.093750000000 +-0.162109375000 +-0.086914062500 +-0.128906250000 +-0.041015625000 +0.099121093750 +0.027832031250 +-0.062500000000 +-0.114746093750 +0.010986328125 +0.061523437500 +-0.076660156250 +-0.080566406250 +0.028442382812 +0.026245117188 +0.108886718750 +-0.176757812500 +-0.066894531250 +-0.069335937500 +-0.145507812500 +0.112304687500 +0.016479492188 +0.140625000000 +-0.078125000000 +-0.052978515625 +0.033935546875 +0.054199218750 +-0.141601562500 +0.019531250000 +-0.053955078125 +0.022827148438 +0.012939453125 +-0.157226562500 +-0.047851562500 +-0.079589843750 +-0.183593750000 +-0.231445312500 +-0.123046875000 +0.074218750000 +-0.067871093750 +0.067871093750 +0.001602172852 +0.004699707031 +0.052978515625 +-0.089355468750 +0.174804687500 +0.054687500000 +0.008972167969 +-0.118652343750 +-0.085937500000 +0.072753906250 +-0.160156250000 +-0.017456054688 +-0.008056640625 +0.065917968750 +-0.054931640625 +0.024536132812 +0.018920898438 +-0.077148437500 +-0.063476562500 +0.085937500000 +-0.019287109375 +-0.144531250000 +-0.005676269531 +0.070800781250 +0.105468750000 +0.026855468750 +-0.007934570312 +-0.052001953125 +0.234375000000 +-0.073242187500 +0.065917968750 +0.013488769531 +-0.013000488281 +-0.002716064453 +0.017578125000 +-0.004669189453 +-0.006591796875 +-0.002182006836 +0.134765625000 +-0.129882812500 +0.113769531250 +-0.007263183594 +0.178710937500 +-0.072265625000 +-0.101074218750 +0.054687500000 +-0.022949218750 +-0.058349609375 +0.108398437500 +-0.081542968750 +0.172851562500 +0.057617187500 +-0.044677734375 +-0.044677734375 +-0.075683593750 +0.108886718750 +-0.143554687500 +0.047607421875 +0.003555297852 +0.092773437500 +-0.112792968750 +-0.081542968750 +0.077148437500 +-0.130859375000 +-0.036621093750 +0.067382812500 +0.027465820312 +-0.197265625000 +0.087402343750 +0.111816406250 +0.168945312500 +0.118652343750 +0.094238281250 +-0.138671875000 +0.119628906250 +0.209960937500 +0.030151367188 +0.122558593750 +0.014587402344 +0.062011718750 +-0.069824218750 +0.039550781250 +-0.167968750000 +-0.094726562500 +-0.147460937500 +-0.074707031250 +-0.005523681641 +-0.104980468750 +0.133789062500 +0.024047851562 +0.067382812500 +0.029296875000 +-0.082031250000 +0.015136718750 +-0.091308593750 +-0.054931640625 +0.043945312500 +0.033203125000 +0.004333496094 +-0.163085937500 +-0.118652343750 +-0.166992187500 +0.057861328125 +0.004333496094 +0.063964843750 +-0.052490234375 +0.034179687500 +0.092285156250 +0.060058593750 +0.136718750000 +0.022338867188 +0.121093750000 +0.114746093750 +-0.049072265625 +-0.134765625000 +-0.092285156250 +0.036865234375 +0.042236328125 +-0.195312500000 +0.197265625000 +-0.042724609375 +0.359375000000 +0.040527343750 +-0.089355468750 +-0.046386718750 +0.081054687500 +0.002243041992 +0.092285156250 +-0.061523437500 +0.060058593750 +0.080566406250 +0.081542968750 +0.112792968750 +-0.024414062500 +0.048095703125 +0.367187500000 +0.066894531250 +0.101074218750 +-0.084960937500 +-0.114746093750 +-0.000373840332 +-0.034179687500 +-0.038818359375 +-0.048095703125 +-0.027954101562 +0.003601074219 +-0.084472656250 +-0.014587402344 +0.129882812500 +-0.158203125000 +-0.097656250000 +0.151367187500 +-0.046386718750 +-0.087402343750 +-0.104492187500 +0.160156250000 +-0.121582031250 +0.083496093750 +0.125976562500 +0.012878417969 +0.091796875000 +-0.095703125000 +-0.087402343750 +-0.163085937500 +0.111816406250 +-0.013793945312 +0.102539062500 +-0.170898437500 +0.066894531250 +0.090332031250 +0.041748046875 +-0.024047851562 +0.192382812500 +0.076171875000 +-0.062255859375 +0.192382812500 +0.083496093750 +-0.043945312500 +-0.094726562500 +0.075195312500 +-0.098144531250 +0.107421875000 +-0.064453125000 +-0.087402343750 +-0.002014160156 +0.036865234375 +-0.005554199219 +-0.191406250000 +-0.087890625000 +-0.071777343750 +0.131835937500 +0.075683593750 +-0.077148437500 +-0.112304687500 +0.231445312500 +-0.051025390625 +0.287109375000 +0.122558593750 +0.191406250000 +-0.018066406250 +-0.058349609375 +0.130859375000 +-0.091308593750 +0.001747131348 +-0.059570312500 +0.098632812500 +0.061035156250 +-0.066894531250 +0.058105468750 +0.032226562500 +0.018554687500 +0.013427734375 +-0.118164062500 +-0.068847656250 +0.040283203125 +-0.113281250000 +0.067871093750 +-0.112792968750 +0.169921875000 +-0.057861328125 +0.111328125000 +-0.102050781250 +-0.058349609375 +0.204101562500 +0.015441894531 +-0.073242187500 +-0.110839843750 +-0.017333984375 +0.008483886719 +0.090820312500 +-0.154296875000 +-0.049316406250 +-0.058349609375 +0.041015625000 +0.038085937500 +-0.193359375000 +-0.116210937500 +-0.070312500000 +-0.062255859375 +-0.013977050781 +-0.017700195312 +-0.202148437500 +-0.084472656250 +-0.199218750000 +0.115722656250 +-0.003753662109 +0.022094726562 +0.047119140625 +0.089843750000 +-0.041015625000 +0.137695312500 +-0.129882812500 +0.012512207031 +0.054931640625 +0.135742187500 +-0.062011718750 +0.040771484375 +-0.037597656250 +-0.218750000000 +-0.050781250000 +0.004608154297 +-0.047851562500 +-0.036621093750 +0.014282226562 +0.000251770020 +0.006072998047 +0.010925292969 +0.104492187500 +-0.022705078125 +-0.081054687500 +-0.151367187500 +-0.068359375000 +0.051269531250 +0.079589843750 +-0.033691406250 +0.149414062500 +0.058105468750 +-0.088867187500 +0.013916015625 +0.110351562500 +-0.222656250000 +0.080078125000 +0.249023437500 +-0.028076171875 +0.125000000000 +0.135742187500 +0.059570312500 +-0.167968750000 +-0.046875000000 +-0.178710937500 +-0.062500000000 +-0.138671875000 +0.057128906250 +-0.117675781250 +-0.138671875000 +-0.021728515625 +-0.062500000000 +0.051025390625 +0.174804687500 +-0.120117187500 +0.089355468750 +-0.089355468750 +0.055664062500 +-0.059570312500 +0.026733398438 +-0.015319824219 +-0.018066406250 +-0.014038085938 +-0.004577636719 +-0.042724609375 +0.002517700195 +-0.036621093750 +0.031494140625 +0.034423828125 +0.106933593750 +-0.105468750000 +0.144531250000 +0.184570312500 +-0.079589843750 +0.046386718750 +0.098144531250 +-0.083007812500 +-0.117187500000 +-0.147460937500 +-0.026123046875 +0.055419921875 +0.103515625000 +-0.092285156250 +-0.090332031250 +-0.108398437500 +-0.017822265625 +-0.015991210938 +0.070800781250 +-0.169921875000 +0.045898437500 +0.059814453125 +-0.119140625000 +0.009887695312 +-0.009338378906 +0.084960937500 +0.076660156250 +-0.005523681641 +0.003585815430 +0.052246093750 +-0.049072265625 +-0.031005859375 +0.003295898438 +0.126953125000 +-0.017333984375 +0.069335937500 +-0.136718750000 +0.024169921875 +0.229492187500 +-0.117187500000 +-0.027587890625 +0.029296875000 +-0.091796875000 +-0.094726562500 +-0.024902343750 +0.022216796875 +0.025146484375 +0.001586914062 +-0.084960937500 +0.026123046875 +-0.037597656250 +-0.021972656250 +-0.107421875000 +-0.049804687500 +0.004882812500 +-0.110839843750 +0.037841796875 +0.074218750000 +0.007629394531 +-0.078613281250 +0.042968750000 +0.053222656250 +0.005157470703 +-0.106933593750 +0.074707031250 +-0.133789062500 +-0.083007812500 +-0.154296875000 +-0.069824218750 +0.060791015625 +-0.081054687500 +0.024291992188 +-0.200195312500 +-0.101562500000 +-0.119628906250 +-0.029174804688 +0.070312500000 +0.127929687500 +0.103027343750 +0.039062500000 +0.187500000000 +-0.135742187500 +0.026489257812 +0.012207031250 +0.107421875000 +-0.021606445312 +0.024658203125 +0.070312500000 +-0.213867187500 +0.243164062500 +-0.051025390625 +0.012634277344 +0.062011718750 +-0.224609375000 +0.178710937500 +0.006622314453 +-0.105468750000 +0.030151367188 +0.114257812500 +-0.114746093750 +0.108398437500 +0.087402343750 +0.160156250000 +-0.085449218750 +0.043212890625 +-0.001533508301 +-0.141601562500 +0.083007812500 +-0.004882812500 +-0.013427734375 +-0.065429687500 +-0.021972656250 +-0.053222656250 +-0.018066406250 +-0.023437500000 +-0.094238281250 +-0.071289062500 +0.055175781250 +-0.017211914062 +0.030029296875 +0.102539062500 +0.011352539062 +0.125000000000 +-0.005798339844 +-0.052490234375 +0.100585937500 +-0.020507812500 +0.032958984375 +0.167968750000 +0.105957031250 +-0.053710937500 +-0.001701354980 +0.161132812500 +-0.066894531250 +0.235351562500 +-0.000130653381 +-0.023315429688 +0.092773437500 +-0.026489257812 +0.033691406250 +0.054443359375 +0.261718750000 +0.169921875000 +0.207031250000 +0.071777343750 +-0.005920410156 +0.186523437500 +-0.007263183594 +-0.012634277344 +0.176757812500 +-0.077636718750 +0.273437500000 +0.141601562500 +-0.063964843750 +-0.023681640625 +-0.056152343750 +0.253906250000 +0.137695312500 +0.055908203125 +0.162109375000 +-0.000671386719 +0.149414062500 +0.124511718750 +0.065917968750 +0.080078125000 +0.181640625000 +0.162109375000 +0.126953125000 +-0.003936767578 +-0.045166015625 +0.184570312500 +-0.098632812500 +0.065429687500 +0.138671875000 +0.081542968750 +0.159179687500 +-0.062988281250 +0.058349609375 +0.015625000000 +0.005828857422 +0.107910156250 +0.133789062500 +0.061035156250 +0.043212890625 +0.053222656250 +-0.022338867188 +-0.014709472656 +0.044921875000 +-0.050048828125 +0.072265625000 +0.147460937500 +-0.121093750000 +0.213867187500 +0.077148437500 +0.231445312500 +0.101562500000 +0.042236328125 +-0.041748046875 +-0.102050781250 +-0.136718750000 +0.192382812500 +0.036621093750 +0.098144531250 +0.068847656250 +0.107910156250 +0.075195312500 +0.036865234375 +-0.041992187500 +0.027221679688 +-0.051025390625 +-0.086914062500 +0.101562500000 +-0.094238281250 +0.042236328125 +0.053955078125 +0.353515625000 +-0.052978515625 +0.050781250000 +0.123535156250 +0.111328125000 +0.039062500000 +-0.103515625000 +-0.066406250000 +-0.092773437500 +-0.036376953125 +-0.011474609375 +-0.018432617188 +0.192382812500 +0.176757812500 +-0.145507812500 +0.038574218750 +0.013977050781 +0.094726562500 +0.145507812500 +0.040527343750 +0.036621093750 +-0.106933593750 +0.023803710938 +0.042236328125 +-0.000682830811 +0.087890625000 +-0.075195312500 +0.363281250000 +0.149414062500 +0.082519531250 +0.024047851562 +0.279296875000 +0.080078125000 +0.139648437500 +-0.103515625000 +-0.085449218750 +0.061767578125 +0.102539062500 +0.134765625000 +-0.143554687500 +-0.080566406250 +-0.176757812500 +0.049316406250 +0.078125000000 +0.098632812500 +0.036621093750 +0.064453125000 +-0.089843750000 +0.077148437500 +0.144531250000 +0.003189086914 +0.011047363281 +-0.006713867188 +0.112304687500 +0.206054687500 +0.131835937500 +0.093261718750 +0.039062500000 +0.164062500000 +0.005798339844 +0.050781250000 +-0.020751953125 +0.142578125000 +-0.026855468750 +0.036376953125 +0.036865234375 +0.087402343750 +-0.076660156250 +0.059082031250 +0.174804687500 +0.097656250000 +0.128906250000 +0.012634277344 +-0.101562500000 +0.115722656250 +0.164062500000 +-0.149414062500 +0.052734375000 +0.017700195312 +-0.035888671875 +0.118652343750 +-0.063476562500 +0.095703125000 +-0.015747070312 +-0.025146484375 +-0.190429687500 +0.029174804688 +-0.030151367188 +-0.031738281250 +0.054687500000 +0.007690429688 +-0.030029296875 +0.151367187500 +-0.011047363281 +0.087402343750 +0.171875000000 +-0.069824218750 +-0.162109375000 +-0.140625000000 +0.063964843750 +0.041015625000 +-0.065429687500 +0.190429687500 +0.066406250000 +0.118164062500 +0.037841796875 +-0.050537109375 +0.165039062500 +0.089355468750 +-0.038818359375 +-0.087402343750 +-0.022094726562 +0.034179687500 +-0.088867187500 +0.034667968750 +0.236328125000 +0.006408691406 +-0.014221191406 +0.137695312500 +-0.125976562500 +-0.074218750000 +0.056640625000 +-0.099609375000 +0.035156250000 +0.138671875000 +0.104980468750 +0.076660156250 +-0.006225585938 +0.159179687500 +0.163085937500 +-0.045654296875 +0.038085937500 +-0.031005859375 +-0.050781250000 +0.097656250000 +-0.112792968750 +0.028198242188 +-0.047607421875 +0.001968383789 +0.041992187500 +0.080566406250 +0.104003906250 +0.043701171875 +0.019409179688 +0.027832031250 +-0.025634765625 +0.028076171875 +0.261718750000 +0.150390625000 +-0.053222656250 +-0.115722656250 +0.086425781250 +0.077636718750 +0.158203125000 +-0.054931640625 +0.084472656250 +0.127929687500 +0.083496093750 +0.043701171875 +0.104492187500 +-0.009277343750 +0.003219604492 +-0.118164062500 +0.046386718750 +-0.160156250000 +-0.208007812500 +0.033447265625 +-0.147460937500 +0.101562500000 +-0.061279296875 +0.126953125000 +0.220703125000 +0.070800781250 +-0.008911132812 +-0.043945312500 +-0.003845214844 +0.088378906250 +0.000134468079 +0.124023437500 +-0.022827148438 +0.050537109375 +0.087890625000 +0.010681152344 +0.194335937500 +0.019653320312 +-0.078613281250 +0.138671875000 +0.033691406250 +-0.106933593750 +0.183593750000 +0.045654296875 +-0.012573242188 +-0.097167968750 +0.147460937500 +-0.047851562500 +-0.143554687500 +0.001396179199 +-0.016723632812 +0.096679687500 +-0.126953125000 +0.189453125000 +0.124511718750 +0.314453125000 +0.047607421875 +-0.060546875000 +0.039062500000 +-0.098632812500 +0.077636718750 +0.200195312500 +0.114746093750 +-0.035888671875 +0.126953125000 +-0.160156250000 +-0.041259765625 +0.148437500000 +-0.118652343750 +-0.148437500000 +-0.053710937500 +-0.036621093750 +-0.002441406250 +-0.016235351562 +-0.067871093750 +0.040283203125 +0.039550781250 +0.046386718750 +-0.241210937500 +-0.043701171875 +-0.042968750000 +-0.055908203125 +0.072265625000 +0.275390625000 +0.024658203125 +0.019897460938 +-0.057861328125 +-0.176757812500 +0.147460937500 +-0.012878417969 +-0.013916015625 +0.037109375000 +-0.169921875000 +0.086914062500 +0.066894531250 +0.055664062500 +0.044189453125 +-0.120605468750 +-0.005340576172 +-0.092773437500 +0.017211914062 +0.160156250000 +-0.140625000000 +0.071289062500 +-0.104980468750 +0.071777343750 +-0.091308593750 +-0.070800781250 +-0.045410156250 +0.205078125000 +-0.074707031250 +0.198242187500 +0.046875000000 +0.146484375000 +0.106445312500 +0.054199218750 +0.070800781250 +0.049316406250 +-0.086425781250 +0.048828125000 +-0.065429687500 +-0.095214843750 +-0.146484375000 +-0.175781250000 +-0.016235351562 +-0.075683593750 +0.024047851562 +-0.097656250000 +0.031250000000 +0.068359375000 +0.027099609375 +0.041503906250 +-0.176757812500 +-0.092285156250 +-0.072265625000 +0.114257812500 +0.083007812500 +0.114746093750 +0.056152343750 +0.219726562500 +-0.080078125000 +-0.004180908203 +-0.180664062500 +0.138671875000 +0.185546875000 +-0.058105468750 +0.153320312500 +-0.069824218750 +-0.074707031250 +0.093261718750 +-0.044433593750 +-0.123046875000 +0.084960937500 +-0.083007812500 +-0.001403808594 +0.017211914062 +0.192382812500 +-0.084960937500 +0.093750000000 +-0.054443359375 +-0.007537841797 +0.018554687500 +-0.186523437500 +0.024658203125 +-0.156250000000 +-0.071777343750 +-0.090332031250 +-0.076171875000 +0.037841796875 +0.107421875000 +-0.003479003906 +0.024291992188 +-0.029296875000 +-0.112792968750 +-0.052246093750 +-0.015869140625 +-0.076660156250 +0.105468750000 +-0.109375000000 +-0.109863281250 +-0.051513671875 +-0.211914062500 +-0.071289062500 +-0.229492187500 +-0.045166015625 +0.091796875000 +-0.015869140625 +-0.049560546875 +0.043945312500 +-0.058837890625 +0.089355468750 +0.087402343750 +0.119628906250 +-0.094238281250 +-0.008056640625 +-0.124511718750 +0.024169921875 +-0.077636718750 +-0.019165039062 +0.008117675781 +-0.031250000000 +-0.118652343750 +0.053466796875 +-0.213867187500 +0.087402343750 +0.007202148438 +-0.154296875000 +0.047851562500 +0.039550781250 +0.012268066406 +0.099121093750 +-0.025512695312 +0.058837890625 +0.120605468750 +-0.076171875000 +-0.061523437500 +-0.072265625000 +0.127929687500 +0.174804687500 +-0.029785156250 +-0.006805419922 +-0.120605468750 +-0.081054687500 +0.051513671875 +-0.263671875000 +0.061523437500 +-0.071777343750 +-0.093750000000 +-0.125000000000 +-0.197265625000 +0.030517578125 +0.121093750000 +-0.151367187500 +0.032714843750 +-0.102539062500 +-0.025878906250 +0.061035156250 +-0.215820312500 +-0.053955078125 +-0.016601562500 +-0.018554687500 +-0.120117187500 +-0.016235351562 +0.032714843750 +-0.020996093750 +-0.053466796875 +0.000202178955 +0.022705078125 +-0.035888671875 +-0.138671875000 +0.008605957031 +-0.100097656250 +0.019775390625 +-0.026977539062 +-0.148437500000 +0.090332031250 +0.014038085938 +-0.072265625000 +-0.101074218750 +-0.044433593750 +0.036865234375 +-0.148437500000 +-0.106445312500 +-0.033447265625 +-0.042724609375 +-0.023437500000 +0.049804687500 +0.024658203125 +-0.047363281250 +0.085937500000 +-0.039550781250 +0.101562500000 +0.007659912109 +-0.141601562500 +-0.031738281250 +-0.000268936157 +-0.017089843750 +0.050048828125 +-0.031494140625 +0.005249023438 +0.066406250000 +0.018676757812 +-0.046386718750 +-0.058105468750 +-0.039794921875 +0.113281250000 +0.077148437500 +-0.030639648438 +-0.031982421875 +0.008056640625 +0.076171875000 +-0.155273437500 +-0.000329971313 +-0.027465820312 +0.050781250000 +0.075195312500 +-0.111816406250 +-0.207031250000 +-0.021606445312 +-0.056884765625 +0.026855468750 +0.088378906250 +0.001411437988 +-0.103027343750 +-0.118164062500 +-0.021606445312 +0.073730468750 +-0.034667968750 +-0.085449218750 +-0.080566406250 +-0.119628906250 +-0.027221679688 +-0.018554687500 +-0.036865234375 +0.095703125000 +-0.066406250000 +-0.147460937500 +0.135742187500 +-0.061523437500 +-0.031738281250 +-0.042968750000 +-0.115234375000 +-0.038818359375 +0.108886718750 +0.139648437500 +0.054443359375 +-0.037353515625 +0.059082031250 +0.056884765625 +0.084472656250 +0.082031250000 +-0.141601562500 +0.026855468750 +0.076171875000 +-0.054687500000 +0.087890625000 +0.039794921875 +0.043945312500 +-0.178710937500 +0.002029418945 +-0.006835937500 +-0.194335937500 +0.022094726562 +-0.018920898438 +-0.062500000000 +-0.104003906250 +0.079101562500 +0.151367187500 +-0.082031250000 +-0.125000000000 +0.043701171875 +0.031494140625 +-0.111328125000 +0.001525878906 +0.104492187500 +0.006988525391 +-0.124511718750 +0.046142578125 +-0.199218750000 +0.031250000000 +-0.174804687500 +-0.047607421875 +0.090820312500 +0.011108398438 +0.139648437500 +0.173828125000 +-0.029418945312 +0.062255859375 +-0.132812500000 +-0.013916015625 +-0.091796875000 +-0.174804687500 +-0.026733398438 +-0.138671875000 +-0.095703125000 +0.042236328125 +-0.038330078125 +0.049560546875 +0.111816406250 +-0.104980468750 +0.065917968750 +-0.070800781250 +0.122558593750 +-0.122558593750 +0.113769531250 +0.032714843750 +0.051025390625 +0.132812500000 +-0.158203125000 +-0.022094726562 +0.002319335938 +0.021606445312 +-0.028076171875 +0.011718750000 +-0.113769531250 +0.061523437500 +-0.020996093750 +-0.045654296875 +-0.006530761719 +-0.170898437500 +0.048339843750 +0.071777343750 +-0.096679687500 +0.037597656250 +-0.032226562500 +0.018798828125 +-0.125000000000 +-0.174804687500 +-0.036865234375 +-0.027099609375 +-0.035400390625 +-0.123535156250 +-0.066406250000 +-0.119140625000 +-0.202148437500 +0.091308593750 +-0.099121093750 +-0.146484375000 +-0.116699218750 +-0.036376953125 +-0.116699218750 +-0.024658203125 +-0.120117187500 +-0.009460449219 +0.091796875000 +-0.012207031250 +0.182617187500 +-0.109375000000 +0.149414062500 +0.006408691406 +-0.004669189453 +-0.138671875000 +0.067871093750 +-0.137695312500 +-0.173828125000 +-0.182617187500 +0.023681640625 +0.022094726562 +-0.065917968750 +-0.091796875000 +-0.012939453125 +-0.153320312500 +-0.121093750000 +0.043457031250 +0.137695312500 +0.031250000000 +0.072265625000 +-0.175781250000 +0.080078125000 +0.014648437500 +-0.008789062500 +-0.015991210938 +-0.055664062500 +-0.061767578125 +-0.035400390625 +-0.018066406250 +0.157226562500 +-0.005706787109 +-0.088867187500 +0.190429687500 +0.011230468750 +-0.001388549805 +0.074707031250 +0.042480468750 +0.023925781250 +-0.034667968750 +-0.291015625000 +-0.020141601562 +-0.150390625000 +-0.006866455078 +-0.064941406250 +0.151367187500 +0.028808593750 +-0.055664062500 +-0.003356933594 +-0.030029296875 +-0.004882812500 +-0.076171875000 +0.028930664062 +0.001594543457 +-0.040527343750 +0.038085937500 +0.014770507812 +0.118164062500 +-0.065429687500 +-0.024780273438 +0.141601562500 +0.026367187500 +0.010742187500 +-0.118652343750 +-0.072265625000 +0.177734375000 +-0.129882812500 +-0.016235351562 +-0.010314941406 +-0.001350402832 +0.128906250000 +-0.118164062500 +0.128906250000 +-0.125000000000 +-0.027465820312 +-0.026977539062 +0.164062500000 +0.043945312500 +-0.011413574219 +-0.148437500000 +-0.055419921875 +-0.041992187500 +-0.157226562500 +0.115722656250 +-0.028930664062 +0.057617187500 +-0.146484375000 +-0.039306640625 +-0.035644531250 +-0.119140625000 +-0.152343750000 +0.027099609375 +0.033447265625 +-0.031250000000 +-0.117187500000 +-0.079589843750 +-0.060302734375 +-0.094238281250 +-0.057617187500 +0.059082031250 +0.070800781250 +0.031494140625 +0.018432617188 +-0.110351562500 +0.245117187500 +0.043701171875 +-0.021118164062 +-0.015869140625 +0.041259765625 +0.049560546875 +-0.057373046875 +0.017578125000 +-0.068847656250 +0.159179687500 +-0.004028320312 +-0.103515625000 +0.034179687500 +0.017333984375 +0.039550781250 +-0.143554687500 +0.125976562500 +-0.004119873047 +0.168945312500 +0.030151367188 +-0.022827148438 +-0.099121093750 +0.083984375000 +0.067382812500 +-0.088867187500 +0.096679687500 +-0.033203125000 +0.091308593750 +-0.083007812500 +0.023925781250 +0.075683593750 +0.044677734375 +0.067382812500 +-0.073730468750 +-0.174804687500 +-0.153320312500 +-0.130859375000 +0.074218750000 +0.022705078125 +-0.170898437500 +0.087402343750 +-0.016723632812 +-0.123535156250 +0.045410156250 +0.009399414062 +-0.203125000000 +-0.032958984375 +0.186523437500 +0.077148437500 +0.098144531250 +0.087402343750 +-0.112304687500 +-0.123535156250 +-0.155273437500 +0.005310058594 +0.006958007812 +0.003890991211 +0.181640625000 +-0.082519531250 +-0.009704589844 +0.121582031250 +-0.002182006836 +0.162109375000 +-0.033203125000 +0.062500000000 +0.100097656250 +0.027465820312 +0.095214843750 +0.048828125000 +-0.030395507812 +0.089355468750 +0.070800781250 +-0.020629882812 +0.141601562500 +0.041992187500 +0.168945312500 +0.033691406250 +0.103027343750 +-0.044189453125 +-0.022949218750 +0.060791015625 +0.038818359375 +-0.083007812500 +0.022216796875 +0.005920410156 +0.074707031250 +0.090332031250 +-0.045654296875 +0.074218750000 +-0.070312500000 +-0.166015625000 +0.038085937500 +-0.024291992188 +-0.013183593750 +0.015869140625 +-0.114746093750 +-0.000953674316 +-0.005554199219 +0.040283203125 +-0.090332031250 +0.080566406250 +0.051269531250 +0.006011962891 +0.068359375000 +0.041015625000 +-0.066894531250 +0.089843750000 +0.089355468750 +-0.028198242188 +-0.208007812500 +0.076171875000 +0.061279296875 +-0.028198242188 +-0.052978515625 +0.029541015625 +0.056640625000 +-0.162109375000 +0.095214843750 +0.097167968750 +0.085449218750 +0.039550781250 +0.088378906250 +0.033203125000 +0.020874023438 +0.071777343750 +-0.026855468750 +0.067382812500 +0.010986328125 +0.010498046875 +-0.011596679688 +0.052734375000 +-0.038330078125 +-0.038574218750 +0.037841796875 +0.113769531250 +-0.004547119141 +-0.050537109375 +-0.015258789062 +-0.046875000000 +0.030639648438 +-0.102539062500 +0.125976562500 +-0.039794921875 +-0.081054687500 +0.025146484375 +-0.005340576172 +0.099609375000 +-0.040039062500 +0.041503906250 +-0.112792968750 +0.011779785156 +-0.103027343750 +-0.027343750000 +0.052246093750 +-0.060546875000 +0.000168800354 +0.156250000000 +0.023681640625 +-0.235351562500 +0.086425781250 +0.099609375000 +-0.100097656250 +0.007080078125 +-0.316406250000 +-0.173828125000 +-0.163085937500 +0.077148437500 +-0.067871093750 +-0.057373046875 +0.075683593750 +-0.063476562500 +-0.010620117188 +0.038818359375 +0.076660156250 +-0.096191406250 +0.032226562500 +-0.011047363281 +0.055419921875 +-0.077148437500 +-0.188476562500 +-0.078125000000 +-0.020874023438 +-0.084472656250 +-0.083984375000 +0.057617187500 +-0.008422851562 +0.066406250000 +0.011779785156 +0.111328125000 +0.083007812500 +0.031738281250 +0.181640625000 +0.093750000000 +-0.006774902344 +-0.035400390625 +0.029418945312 +0.052734375000 +-0.061035156250 +0.013793945312 +0.018920898438 +0.169921875000 +-0.145507812500 +-0.104492187500 +0.002166748047 +0.003814697266 +-0.097167968750 +-0.038085937500 +-0.089843750000 +-0.011901855469 +-0.084472656250 +-0.016601562500 +-0.011047363281 +-0.046386718750 +-0.097656250000 +-0.150390625000 +-0.108398437500 +-0.182617187500 +-0.045410156250 +-0.042236328125 +0.081054687500 +0.019042968750 +-0.087402343750 +-0.055419921875 +-0.139648437500 +0.065429687500 +0.099121093750 +0.014404296875 +-0.058105468750 +-0.070800781250 +0.090820312500 +-0.092285156250 +-0.078613281250 +-0.158203125000 +-0.016967773438 +-0.047851562500 +-0.060791015625 +0.087890625000 +-0.096191406250 +0.020263671875 +-0.022583007812 +0.092773437500 +-0.032470703125 +-0.023071289062 +-0.111816406250 +0.039306640625 +0.052246093750 +-0.046630859375 +-0.014709472656 +0.053222656250 +0.009765625000 +-0.055908203125 +-0.066894531250 +0.146484375000 +-0.070312500000 +-0.165039062500 +0.265625000000 +0.091796875000 +-0.231445312500 +0.039062500000 +0.126953125000 +-0.084960937500 +0.001579284668 +-0.120605468750 +0.092773437500 +-0.161132812500 +0.094238281250 +0.077636718750 +0.199218750000 +0.079589843750 +0.143554687500 +-0.115234375000 +0.040283203125 +0.064453125000 +-0.062011718750 +-0.120605468750 +-0.113769531250 +0.017089843750 +0.019409179688 +0.037109375000 +-0.103027343750 +0.054199218750 +-0.124023437500 +0.035400390625 +0.012512207031 +-0.077636718750 +-0.109375000000 +-0.141601562500 +0.047607421875 +0.104980468750 +0.005706787109 +0.045410156250 +0.011230468750 +-0.020507812500 +-0.185546875000 +0.121582031250 +-0.144531250000 +-0.015014648438 +-0.061767578125 +0.058349609375 +0.013244628906 +0.035888671875 +0.162109375000 +-0.139648437500 +0.102050781250 +-0.015747070312 +-0.117675781250 +0.108398437500 +-0.053955078125 +-0.050537109375 +0.090820312500 +-0.036132812500 +0.062988281250 +-0.010070800781 +0.010925292969 +0.000915527344 +-0.123535156250 +-0.222656250000 +-0.116699218750 +-0.022705078125 +-0.108398437500 +-0.152343750000 +0.068359375000 +0.101074218750 +0.033691406250 +-0.023193359375 +0.022705078125 +-0.015869140625 +0.070800781250 +0.061279296875 +0.050781250000 +-0.019775390625 +0.076660156250 +0.107910156250 +0.001785278320 +-0.054199218750 +0.013000488281 +-0.082031250000 +0.128906250000 +-0.095214843750 +-0.124023437500 +-0.094726562500 +-0.051757812500 +-0.118652343750 +-0.157226562500 +0.051025390625 +-0.075195312500 +-0.105468750000 +0.057373046875 +0.112792968750 +-0.271484375000 +0.090332031250 +0.063476562500 +-0.027587890625 +-0.034667968750 +-0.144531250000 +0.022216796875 +-0.192382812500 +-0.076171875000 +-0.028564453125 +-0.079589843750 +0.058837890625 +-0.056884765625 +0.021606445312 +-0.097656250000 +-0.184570312500 +0.003906250000 +0.015075683594 +-0.032226562500 +-0.013977050781 +0.066406250000 +-0.087402343750 +-0.071289062500 +0.074218750000 +-0.202148437500 +-0.093261718750 +0.065429687500 +-0.089355468750 +-0.045166015625 +-0.008789062500 +-0.111328125000 +0.027709960938 +-0.100097656250 +-0.090820312500 +0.155273437500 +-0.075195312500 +0.082031250000 +0.009460449219 +0.117675781250 +-0.096679687500 +0.234375000000 +0.114746093750 +0.008789062500 +0.009094238281 +0.041503906250 +0.021606445312 +0.051757812500 +0.111816406250 +-0.014038085938 +0.086425781250 +0.104492187500 +-0.103515625000 +0.037353515625 +0.064941406250 +-0.182617187500 +0.027709960938 +-0.027465820312 +0.010192871094 +0.123535156250 +-0.140625000000 +-0.128906250000 +0.057861328125 +-0.010742187500 +0.121582031250 +-0.041503906250 +0.045410156250 +0.035888671875 +0.077636718750 +-0.149414062500 +0.024047851562 +0.087890625000 +0.144531250000 +0.087890625000 +0.008544921875 +-0.147460937500 +-0.226562500000 +0.172851562500 +-0.119628906250 +-0.082519531250 +0.008544921875 +0.152343750000 +0.093750000000 +0.074707031250 +0.088378906250 +0.033691406250 +0.060791015625 +0.020751953125 +-0.045898437500 +0.090820312500 +-0.048339843750 +-0.037353515625 +0.034179687500 +-0.162109375000 +-0.039062500000 +0.054443359375 +-0.184570312500 +0.063964843750 +0.047119140625 +0.131835937500 +0.026123046875 +0.105957031250 +-0.042236328125 +-0.092773437500 +0.214843750000 +0.044677734375 +-0.022338867188 +-0.011840820312 +0.030517578125 +-0.038085937500 +-0.074218750000 +0.068847656250 +0.065429687500 +-0.005126953125 +-0.088867187500 +-0.021972656250 +-0.065429687500 +-0.049072265625 +0.165039062500 +-0.045410156250 +0.296875000000 +-0.068847656250 +0.051513671875 +0.062500000000 +0.020996093750 +-0.122070312500 +0.052246093750 +0.236328125000 +0.104003906250 +0.158203125000 +-0.088378906250 +-0.166015625000 +-0.123535156250 +0.055908203125 +0.109375000000 +-0.015380859375 +0.136718750000 +-0.171875000000 +0.043457031250 +0.034667968750 +-0.058593750000 +-0.066894531250 +-0.089355468750 +0.022705078125 +-0.047851562500 +0.086914062500 +0.229492187500 +-0.142578125000 +0.156250000000 +0.142578125000 +0.062255859375 +-0.202148437500 +0.107421875000 +-0.109863281250 +0.005798339844 +0.106445312500 +0.014892578125 +0.028808593750 +0.160156250000 +-0.101562500000 +-0.033935546875 +0.126953125000 +0.065917968750 +0.124023437500 +-0.017578125000 +0.085937500000 +-0.002380371094 +-0.081542968750 +-0.030761718750 +-0.005493164062 +-0.102050781250 +-0.011047363281 +-0.055908203125 +-0.163085937500 +0.025390625000 +-0.213867187500 +0.049316406250 +-0.123046875000 +-0.027343750000 +-0.045654296875 +-0.096191406250 +0.117675781250 +0.108886718750 +-0.162109375000 +-0.023315429688 +0.026123046875 +0.116210937500 +-0.080078125000 +-0.111328125000 +-0.008239746094 +0.077148437500 +-0.119140625000 +-0.048828125000 +-0.020874023438 +-0.040039062500 +-0.169921875000 +-0.069824218750 +0.148437500000 +0.001388549805 +0.076171875000 +-0.056884765625 +0.135742187500 +0.100097656250 +-0.170898437500 +0.029296875000 +-0.083496093750 +0.020629882812 +0.041015625000 +0.108886718750 +-0.031738281250 +-0.072265625000 +-0.087402343750 +-0.034667968750 +-0.017211914062 +0.088867187500 +0.073242187500 +0.120605468750 +-0.061523437500 +-0.004852294922 +-0.041992187500 +0.047363281250 +-0.005676269531 +0.187500000000 +-0.037841796875 +-0.089843750000 +-0.016113281250 +0.111328125000 +0.110839843750 +0.001983642578 +0.168945312500 +-0.051025390625 +0.029296875000 +-0.077148437500 +-0.145507812500 +-0.097656250000 +-0.166992187500 +-0.088867187500 +0.019531250000 +-0.059082031250 +-0.088378906250 +-0.043701171875 +0.061767578125 +-0.134765625000 +0.093261718750 +0.027099609375 +0.122558593750 +-0.052490234375 +0.023803710938 +-0.114746093750 +-0.019531250000 +-0.104980468750 +0.084472656250 +0.048339843750 +-0.122558593750 +-0.063476562500 +-0.095703125000 +-0.041503906250 +0.016479492188 +0.042480468750 +-0.101562500000 +0.027832031250 +-0.062255859375 +0.073242187500 +0.085937500000 +-0.160156250000 +0.101074218750 +0.005889892578 +0.033691406250 +-0.076660156250 +0.074218750000 +0.097167968750 +-0.035400390625 +0.056640625000 +-0.147460937500 +0.077636718750 +0.023681640625 +-0.038818359375 +-0.196289062500 +-0.178710937500 +-0.052001953125 +0.002410888672 +0.061279296875 +0.013793945312 +0.075195312500 +-0.001899719238 +-0.056640625000 +-0.053955078125 +0.012023925781 +-0.257812500000 +-0.134765625000 +0.042480468750 +-0.045166015625 +0.129882812500 +-0.007995605469 +-0.008422851562 +0.021484375000 +-0.119628906250 +-0.106445312500 +0.125976562500 +-0.046142578125 +-0.117187500000 +-0.116699218750 +0.142578125000 +0.047363281250 +-0.052978515625 +-0.094238281250 +-0.041748046875 +-0.078125000000 +0.095214843750 +-0.144531250000 +-0.133789062500 +0.102539062500 +0.115234375000 +0.099609375000 +0.015258789062 +-0.169921875000 +-0.099609375000 +0.101562500000 +-0.022827148438 +0.017456054688 +-0.062500000000 +-0.023559570312 +-0.125976562500 +0.092285156250 +-0.090332031250 +-0.118652343750 +-0.004028320312 +0.005126953125 +-0.075683593750 +-0.027709960938 +-0.159179687500 +0.057128906250 +0.142578125000 +-0.000385284424 +0.025634765625 +-0.045166015625 +0.088378906250 +0.016235351562 +-0.038085937500 +0.007019042969 +-0.169921875000 +-0.012329101562 +0.010131835938 +0.076660156250 +-0.067871093750 +-0.091308593750 +0.050537109375 +-0.068847656250 +-0.017700195312 +-0.012817382812 +-0.081054687500 +-0.069335937500 +-0.055419921875 +-0.188476562500 +-0.063964843750 +-0.002944946289 +-0.081054687500 +0.070312500000 +-0.039306640625 +0.007171630859 +-0.078125000000 +0.133789062500 +0.148437500000 +-0.041748046875 +0.024291992188 +0.036621093750 +0.024291992188 +0.061767578125 +-0.221679687500 +0.017944335938 +-0.174804687500 +0.022094726562 +0.016723632812 +-0.013305664062 +0.003524780273 +-0.261718750000 +0.015502929688 +-0.057128906250 +0.000530242920 +-0.102050781250 +-0.074707031250 +0.037109375000 +-0.239257812500 +-0.036621093750 +0.034912109375 +0.026977539062 +0.051513671875 +0.014465332031 +-0.176757812500 +-0.162109375000 +-0.130859375000 +-0.022949218750 +0.024536132812 +-0.005950927734 +-0.031005859375 +-0.160156250000 +-0.146484375000 +0.124511718750 +0.091796875000 +-0.019409179688 +-0.188476562500 +-0.011718750000 +-0.169921875000 +0.019409179688 +-0.044921875000 +-0.159179687500 +-0.113769531250 +0.010375976562 +-0.064453125000 +-0.069335937500 +-0.077636718750 +-0.019287109375 +-0.005096435547 +-0.016967773438 +-0.024169921875 +-0.093261718750 +-0.023193359375 +0.138671875000 +0.008361816406 +-0.160156250000 +-0.035400390625 +0.039306640625 +0.043212890625 +0.166015625000 +-0.007354736328 +0.296875000000 +0.012084960938 +0.112792968750 +-0.192382812500 +-0.070312500000 +0.040039062500 +0.205078125000 +-0.022094726562 +0.029907226562 +-0.031982421875 +-0.153320312500 +0.112792968750 +0.155273437500 +0.142578125000 +0.105957031250 +0.020507812500 +0.086914062500 +-0.169921875000 +-0.144531250000 +0.046630859375 +0.010131835938 +-0.079101562500 +0.021972656250 +0.061035156250 +-0.072753906250 +0.061035156250 +-0.089843750000 +0.035156250000 +0.090332031250 +-0.062500000000 +0.111816406250 +0.005828857422 +-0.055908203125 +-0.105957031250 +-0.146484375000 +-0.082031250000 +0.109863281250 +0.108398437500 +0.172851562500 +-0.112792968750 +-0.033935546875 +-0.040527343750 +0.019531250000 +0.067382812500 +0.069824218750 +-0.171875000000 +0.165039062500 +0.017089843750 +-0.008483886719 +0.145507812500 +-0.089355468750 +0.086425781250 +0.054687500000 +-0.106445312500 +-0.015075683594 +-0.054199218750 +-0.088867187500 +-0.114746093750 +0.114746093750 +0.087402343750 +0.324218750000 +0.001579284668 +0.216796875000 +-0.048095703125 +-0.059326171875 +-0.083984375000 +0.054199218750 +-0.001838684082 +-0.053710937500 +0.017822265625 +-0.086914062500 +-0.147460937500 +-0.162109375000 +-0.045410156250 +0.096191406250 +-0.072265625000 +0.077636718750 +0.103515625000 +-0.068847656250 +0.012756347656 +0.043701171875 +0.096679687500 +-0.051269531250 +-0.071777343750 +0.054687500000 +0.024536132812 +0.120117187500 +0.034912109375 +-0.178710937500 +0.093750000000 +-0.023559570312 +-0.023681640625 +0.028808593750 +-0.198242187500 +0.011718750000 +0.057128906250 +0.077636718750 +-0.043945312500 +0.053466796875 +-0.070800781250 +0.040771484375 +0.049316406250 +0.031982421875 +-0.158203125000 +-0.059082031250 +0.006713867188 +-0.025634765625 +0.136718750000 +0.134765625000 +-0.221679687500 +0.049316406250 +-0.129882812500 +0.057373046875 +0.019042968750 +0.040771484375 +-0.013183593750 +0.030517578125 +-0.159179687500 +-0.052490234375 +0.002822875977 +-0.143554687500 +-0.166992187500 +-0.181640625000 +-0.075683593750 +0.032958984375 +-0.125000000000 +0.119140625000 +0.025634765625 +-0.175781250000 +0.161132812500 +-0.040527343750 +0.034912109375 +0.166992187500 +0.083984375000 +0.014404296875 +0.123535156250 +-0.052490234375 +-0.006439208984 +0.038085937500 +-0.032470703125 +-0.003250122070 +0.079101562500 +-0.022583007812 +-0.088867187500 +0.111328125000 +-0.012634277344 +0.080566406250 +-0.083007812500 +0.063476562500 +-0.240234375000 +-0.077636718750 +0.175781250000 +-0.039306640625 +-0.152343750000 +-0.045898437500 +-0.010559082031 +-0.040527343750 +0.065429687500 +0.005218505859 +-0.002593994141 +0.041503906250 +-0.002273559570 +-0.043945312500 +0.062255859375 +-0.075195312500 +0.143554687500 +0.157226562500 +-0.116210937500 +-0.082031250000 +-0.086425781250 +-0.011657714844 +-0.116210937500 +0.061523437500 +-0.079589843750 +0.001724243164 +-0.066406250000 +0.111816406250 +-0.065917968750 +-0.183593750000 +0.001274108887 +-0.060546875000 +-0.212890625000 +0.116699218750 +-0.027465820312 +-0.117187500000 +0.030761718750 +-0.041015625000 +-0.273437500000 +0.298828125000 +-0.071289062500 +-0.050537109375 +-0.019165039062 +-0.198242187500 +-0.062255859375 +-0.015441894531 +0.000694274902 +-0.038818359375 +0.003555297852 +-0.101562500000 +0.117675781250 +0.026367187500 +-0.054931640625 +0.015625000000 +-0.090332031250 +0.131835937500 +-0.055908203125 +0.032958984375 +-0.031005859375 +0.058105468750 +-0.219726562500 +0.066894531250 +-0.096191406250 +0.059814453125 +0.067871093750 +-0.065917968750 +0.056640625000 +-0.039794921875 +-0.185546875000 +-0.192382812500 +-0.017700195312 +0.079101562500 +0.102539062500 +-0.064941406250 +-0.192382812500 +-0.088378906250 +0.159179687500 +0.124511718750 +0.069335937500 +-0.129882812500 +-0.017944335938 +0.078125000000 +-0.015747070312 +0.215820312500 +-0.233398437500 +0.027954101562 +-0.067382812500 +0.031005859375 +-0.023071289062 +-0.210937500000 +-0.055664062500 +-0.111816406250 +-0.029907226562 +0.222656250000 +0.188476562500 +-0.124023437500 +-0.043701171875 +0.063964843750 +-0.024414062500 +0.064453125000 +-0.138671875000 +-0.021240234375 +0.039550781250 +-0.044677734375 +0.001983642578 +-0.150390625000 +-0.094726562500 +0.091796875000 +0.053222656250 +0.147460937500 +-0.031005859375 +0.088867187500 +-0.058837890625 +-0.056884765625 +0.040527343750 +0.031738281250 +0.027221679688 +0.083007812500 +-0.001724243164 +-0.001731872559 +0.208007812500 +0.017089843750 +-0.111328125000 +0.074218750000 +-0.098632812500 +0.086425781250 +-0.166992187500 +-0.076171875000 +0.201171875000 +-0.075195312500 +-0.107910156250 +-0.002105712891 +0.096191406250 +-0.026611328125 +0.030761718750 +0.048339843750 +-0.048583984375 +-0.214843750000 +0.072753906250 +-0.176757812500 +0.042480468750 +0.008117675781 +-0.076171875000 +0.126953125000 +0.114746093750 +-0.095703125000 +-0.002227783203 +-0.050048828125 +0.074707031250 +0.120117187500 +0.064453125000 +-0.083007812500 +-0.078613281250 +-0.085937500000 +0.052490234375 +-0.055908203125 +0.053222656250 +0.243164062500 +0.133789062500 +-0.004638671875 +0.066406250000 +-0.182617187500 +0.131835937500 +-0.023315429688 +0.015869140625 +0.041748046875 +-0.129882812500 +0.008056640625 +-0.045654296875 +-0.023315429688 +0.029418945312 +0.037841796875 +0.015319824219 +0.000039577484 +0.037353515625 +0.171875000000 +-0.026489257812 +0.054199218750 +0.075683593750 +0.011596679688 +-0.027099609375 +-0.029418945312 +0.025146484375 +-0.154296875000 +-0.108886718750 +-0.043945312500 +-0.112304687500 +0.015136718750 +-0.279296875000 +0.014465332031 +0.081542968750 +0.109863281250 +-0.127929687500 +-0.019897460938 +0.085937500000 +0.021484375000 +0.129882812500 +0.061279296875 +0.027099609375 +0.112304687500 +-0.073242187500 +-0.059082031250 +-0.112792968750 +-0.043212890625 +-0.043945312500 +0.196289062500 +0.073242187500 +0.016357421875 +0.244140625000 +-0.007873535156 +0.023559570312 +-0.136718750000 +0.110839843750 +0.058593750000 +-0.136718750000 +-0.053710937500 +0.162109375000 +0.088867187500 +0.160156250000 +0.161132812500 +-0.008300781250 +-0.010253906250 +-0.209960937500 +-0.017822265625 +0.148437500000 +-0.041259765625 +0.121582031250 +0.116699218750 +0.068847656250 +0.054443359375 +-0.045166015625 +0.028076171875 +-0.003250122070 +0.052978515625 +-0.060791015625 +-0.065429687500 +0.001480102539 +0.006225585938 +0.205078125000 +0.049804687500 +0.039062500000 +0.052246093750 +0.107910156250 +0.001129150391 +-0.014831542969 +0.022216796875 +-0.022949218750 +-0.122070312500 +0.072265625000 +-0.059326171875 +-0.068847656250 +0.151367187500 +0.080078125000 +0.082031250000 +-0.048095703125 +-0.052734375000 +0.089355468750 +0.102050781250 +-0.010009765625 +0.141601562500 +-0.096191406250 +-0.032226562500 +-0.092773437500 +0.049560546875 +-0.051269531250 +0.096191406250 +-0.046875000000 +0.180664062500 +0.063476562500 +-0.086425781250 +-0.000846862793 +-0.011291503906 +0.121582031250 +0.119140625000 +-0.050048828125 +-0.147460937500 +0.002929687500 +0.107421875000 +-0.078613281250 +0.015014648438 +-0.185546875000 +0.097656250000 +-0.020751953125 +0.008544921875 +-0.020385742188 +-0.112304687500 +0.044921875000 +0.092285156250 +-0.187500000000 +0.043457031250 +0.121582031250 +0.001350402832 +-0.038330078125 +0.141601562500 +0.006317138672 +0.220703125000 +0.159179687500 +0.074218750000 +-0.153320312500 +0.062988281250 +0.041503906250 +-0.089843750000 +0.065429687500 +-0.018554687500 +0.018066406250 +-0.077636718750 +-0.077636718750 +-0.003890991211 +-0.043457031250 +0.079589843750 +-0.100097656250 +-0.057128906250 +0.157226562500 +0.036621093750 +0.189453125000 +0.016357421875 +-0.126953125000 +-0.042236328125 +0.035156250000 +0.123046875000 +0.002059936523 +-0.062988281250 +0.046875000000 +-0.147460937500 +-0.040771484375 +-0.000303268433 +-0.027587890625 +0.056884765625 +0.102539062500 +0.054931640625 +-0.001533508301 +-0.041503906250 +0.062988281250 +-0.060058593750 +-0.044921875000 +-0.037841796875 +0.314453125000 +0.091308593750 +0.049560546875 +-0.019531250000 +-0.104492187500 +-0.078125000000 +-0.041015625000 +0.173828125000 +-0.002014160156 +0.101074218750 +-0.030883789062 +0.102539062500 +0.135742187500 +0.135742187500 +0.019897460938 +-0.064453125000 +0.199218750000 +-0.020874023438 +0.134765625000 +0.178710937500 +-0.077148437500 +0.008239746094 +-0.011596679688 +0.085937500000 +-0.090820312500 +0.023681640625 +0.205078125000 +-0.125976562500 +-0.134765625000 +-0.017211914062 +-0.096191406250 +0.265625000000 +0.128906250000 +0.143554687500 +0.132812500000 +-0.029296875000 +-0.016723632812 +0.061767578125 +0.234375000000 +-0.007690429688 +0.030883789062 +-0.150390625000 +0.149414062500 +0.149414062500 +0.014770507812 +-0.096191406250 +-0.083984375000 +-0.097167968750 +-0.019775390625 +-0.033447265625 +0.000713348389 +0.114746093750 +0.127929687500 +0.040283203125 +-0.024169921875 +0.116699218750 +-0.117187500000 +0.097167968750 +-0.175781250000 +-0.075195312500 +-0.072265625000 +-0.088378906250 +-0.075683593750 +-0.027099609375 +0.139648437500 +0.077148437500 +-0.065917968750 +0.016357421875 +0.091308593750 +-0.079101562500 +0.004302978516 +-0.072265625000 +-0.218750000000 +-0.032714843750 +0.007080078125 +0.079101562500 +0.026611328125 +0.092773437500 +-0.179687500000 +0.133789062500 +-0.054443359375 +-0.120605468750 +-0.030517578125 +0.119628906250 +0.126953125000 +0.088378906250 +-0.114746093750 +0.121093750000 +0.023681640625 +0.089843750000 +0.064941406250 +-0.114746093750 +0.216796875000 +-0.015747070312 +-0.075195312500 +0.028320312500 +-0.151367187500 +-0.088378906250 +0.093750000000 +0.097167968750 +-0.185546875000 +0.026733398438 +-0.152343750000 +0.073242187500 +0.030273437500 +0.231445312500 +0.121093750000 +-0.048583984375 +-0.178710937500 +0.023559570312 +0.078613281250 +-0.005157470703 +0.143554687500 +-0.108886718750 +-0.159179687500 +-0.072265625000 +-0.010070800781 +0.107910156250 +-0.155273437500 +0.145507812500 +-0.051757812500 +0.033447265625 +0.034912109375 +-0.015136718750 +-0.231445312500 +0.130859375000 +-0.117187500000 +-0.231445312500 +-0.059570312500 +-0.030151367188 +-0.008544921875 +0.101562500000 +0.027954101562 +-0.109863281250 +0.132812500000 +0.058349609375 +0.126953125000 +-0.079589843750 +-0.085937500000 +-0.151367187500 +0.021362304688 +0.084960937500 +0.064453125000 +0.033691406250 +0.080078125000 +-0.044921875000 +0.167968750000 +0.015869140625 +-0.023071289062 +-0.031982421875 +0.023437500000 +0.015869140625 +0.025756835938 +0.164062500000 +-0.044921875000 +0.057861328125 +-0.137695312500 +0.077636718750 +-0.051025390625 +0.126953125000 +-0.049316406250 +0.026245117188 +-0.111328125000 +0.115722656250 +-0.028442382812 +-0.055664062500 +0.038818359375 +0.068847656250 +0.223632812500 +-0.146484375000 +0.154296875000 +-0.107421875000 +-0.044189453125 +-0.121093750000 +0.012878417969 +-0.027221679688 +0.046386718750 +-0.127929687500 +0.025512695312 +-0.080566406250 +0.025390625000 +-0.147460937500 +0.036132812500 +0.047119140625 +-0.092285156250 +-0.141601562500 +-0.030517578125 +-0.156250000000 +-0.013549804688 +0.151367187500 +-0.071289062500 +-0.103515625000 +-0.096679687500 +-0.160156250000 +0.066406250000 +0.016723632812 +-0.072753906250 +0.029418945312 +0.021972656250 +-0.047119140625 +-0.068847656250 +0.033447265625 +0.043701171875 +-0.007141113281 +-0.010437011719 +-0.166992187500 +-0.115722656250 +0.109375000000 +-0.009399414062 +0.017456054688 +-0.253906250000 +0.004058837891 +0.000839233398 +-0.050537109375 +-0.062255859375 +0.194335937500 +-0.002075195312 +0.084472656250 +-0.133789062500 +-0.078613281250 +0.209960937500 +-0.006958007812 +-0.018188476562 +0.039794921875 +-0.011169433594 +-0.134765625000 +0.073242187500 +-0.021728515625 +-0.136718750000 +-0.143554687500 +-0.024291992188 +-0.077636718750 +-0.134765625000 +0.000457763672 +-0.152343750000 +0.027587890625 +-0.182617187500 +0.013305664062 +0.082031250000 +-0.094726562500 +-0.014831542969 +0.096191406250 +0.069335937500 +0.136718750000 +0.004730224609 +-0.029052734375 +-0.048583984375 +-0.030395507812 +0.046386718750 +0.093261718750 +0.025756835938 +-0.134765625000 +0.046386718750 +0.014892578125 +0.059570312500 +-0.001258850098 +-0.118164062500 +-0.031738281250 +-0.119140625000 +-0.048339843750 +-0.030273437500 +-0.083984375000 +-0.066406250000 +0.041992187500 +-0.039550781250 +-0.085449218750 +0.029907226562 +-0.084472656250 +-0.116699218750 +0.125000000000 +0.068847656250 +0.071777343750 +-0.092773437500 +0.026733398438 +0.054687500000 +-0.027221679688 +0.062011718750 +0.123535156250 +0.092285156250 +-0.003601074219 +-0.117187500000 +0.038330078125 +-0.106933593750 +-0.041748046875 +-0.037353515625 +0.120117187500 +0.090332031250 +-0.042236328125 +0.133789062500 +0.034667968750 +0.100097656250 +0.107421875000 +-0.128906250000 +-0.133789062500 +0.036621093750 +-0.012145996094 +0.084960937500 +-0.003311157227 +-0.115234375000 +0.043212890625 +0.081054687500 +0.037109375000 +0.046142578125 +0.113281250000 +-0.132812500000 +0.126953125000 +-0.117187500000 +0.233398437500 +0.109375000000 +-0.192382812500 +-0.132812500000 +-0.003173828125 +0.121093750000 +0.142578125000 +0.036132812500 +0.085449218750 +-0.010986328125 +0.043457031250 +0.138671875000 +0.016845703125 +0.084472656250 +-0.074707031250 +0.013305664062 +0.125000000000 +-0.052490234375 +0.012451171875 +-0.143554687500 +0.010742187500 +0.100097656250 +0.018676757812 +-0.219726562500 +-0.085449218750 +-0.002075195312 +0.110839843750 +-0.157226562500 +0.240234375000 +-0.171875000000 +-0.041992187500 +0.002090454102 +0.125000000000 +0.105957031250 +-0.108398437500 +-0.040039062500 +0.159179687500 +-0.167968750000 +0.002868652344 +-0.021606445312 +-0.099121093750 +0.103027343750 +0.059326171875 +0.067871093750 +-0.041503906250 +-0.055175781250 +-0.022094726562 +-0.168945312500 +-0.128906250000 +0.072265625000 +-0.149414062500 +-0.034179687500 +0.087402343750 +0.004058837891 +0.010131835938 +0.076660156250 +-0.066406250000 +-0.034912109375 +-0.048583984375 +0.019165039062 +0.064453125000 +-0.164062500000 +-0.004547119141 +-0.166015625000 +-0.200195312500 +-0.037841796875 +-0.018188476562 +0.004547119141 +0.043212890625 +-0.010559082031 +-0.210937500000 +0.045898437500 +0.081542968750 +-0.007598876953 +0.055664062500 +-0.067871093750 +-0.096191406250 +0.004455566406 +-0.169921875000 +-0.095703125000 +0.035888671875 +-0.103515625000 +0.039306640625 +-0.199218750000 +0.086914062500 +-0.125000000000 +-0.045654296875 +-0.199218750000 +0.099121093750 +-0.116210937500 +-0.020629882812 +0.037109375000 +0.103515625000 +0.082031250000 +-0.085449218750 +0.106933593750 +0.004821777344 +0.025390625000 +0.187500000000 +-0.097167968750 +-0.087402343750 +-0.128906250000 +0.190429687500 +0.027709960938 +-0.124511718750 +-0.024414062500 +-0.014648437500 +0.071777343750 +0.056884765625 +0.006835937500 +0.130859375000 +-0.095703125000 +0.038330078125 +0.015625000000 +-0.142578125000 +0.038330078125 +0.060791015625 +0.119628906250 +0.068359375000 +0.076171875000 +0.194335937500 +-0.014099121094 +0.028686523438 +-0.079101562500 +-0.092285156250 +-0.178710937500 +0.220703125000 +0.059814453125 +0.055419921875 +-0.038818359375 +0.013244628906 +-0.007629394531 +-0.111328125000 +-0.251953125000 +0.075683593750 +0.017700195312 +0.068359375000 +0.076171875000 +-0.234375000000 +-0.153320312500 +0.039550781250 +-0.116699218750 +-0.023437500000 +-0.024780273438 +0.060546875000 +-0.050048828125 +0.136718750000 +-0.093750000000 +-0.004821777344 +0.156250000000 +0.029541015625 +-0.008483886719 +0.115234375000 +0.170898437500 +0.112304687500 +-0.003326416016 +0.220703125000 +0.103515625000 +0.093261718750 +-0.173828125000 +-0.063476562500 +-0.074218750000 +-0.183593750000 +-0.139648437500 +-0.151367187500 +-0.166015625000 +-0.119628906250 +-0.108886718750 +-0.077636718750 +0.088867187500 +-0.144531250000 +-0.020751953125 +0.159179687500 +0.042480468750 +-0.084472656250 +-0.124511718750 +-0.083007812500 +0.158203125000 +0.026367187500 +0.116699218750 +0.484375000000 +-0.043701171875 +0.151367187500 +0.034912109375 +-0.003112792969 +-0.076171875000 +0.030761718750 +0.149414062500 +0.041503906250 +0.000774383545 +0.114746093750 +0.128906250000 +-0.045166015625 +0.215820312500 +-0.119140625000 +0.061523437500 +-0.125000000000 +-0.168945312500 +0.071777343750 +-0.106445312500 +0.042236328125 +0.123535156250 +0.041503906250 +0.022583007812 +-0.079589843750 +-0.232421875000 +0.029541015625 +-0.035644531250 +-0.112792968750 +0.081054687500 +-0.032958984375 +-0.061035156250 +0.110839843750 +0.049072265625 +0.322265625000 +-0.058105468750 +0.008300781250 +-0.125000000000 +-0.005004882812 +-0.068847656250 +0.103027343750 +0.059326171875 +0.091796875000 +0.035888671875 +0.151367187500 +0.024169921875 +-0.024780273438 +0.019897460938 +-0.042480468750 +0.296875000000 +-0.054443359375 +0.020751953125 +0.061767578125 +0.118652343750 +0.011413574219 +-0.228515625000 +0.020263671875 +-0.061035156250 +0.040039062500 +0.117675781250 +0.028076171875 +-0.074218750000 +0.085449218750 +-0.089843750000 +0.089355468750 +0.050537109375 +-0.045654296875 +0.045410156250 +0.084960937500 +0.023315429688 +0.183593750000 +-0.070800781250 +-0.208984375000 +0.048828125000 +-0.061767578125 +-0.076660156250 +0.032958984375 +-0.000667572021 +-0.074218750000 +-0.109863281250 +0.124023437500 +0.115722656250 +0.161132812500 +0.083007812500 +0.104492187500 +0.126953125000 +0.140625000000 +0.019653320312 +0.210937500000 +-0.150390625000 +-0.047607421875 +-0.042724609375 +0.083496093750 +-0.143554687500 +0.191406250000 +-0.021240234375 +-0.083007812500 +-0.166992187500 +0.036132812500 +-0.050781250000 +0.105957031250 +-0.062500000000 +-0.084472656250 +-0.046386718750 +-0.125000000000 +-0.062255859375 +-0.083007812500 +0.145507812500 +-0.016845703125 +0.032958984375 +0.093261718750 +0.152343750000 +0.136718750000 +0.017211914062 +0.220703125000 +0.232421875000 +-0.021728515625 +0.068359375000 +0.060302734375 +0.009155273438 +0.084960937500 +0.211914062500 +0.002349853516 +0.020874023438 +0.030273437500 +-0.052978515625 +0.070312500000 +0.002822875977 +-0.527343750000 +0.148437500000 +-0.151367187500 +-0.005828857422 +-0.089843750000 +0.062255859375 +-0.020629882812 +-0.115722656250 +-0.032958984375 +0.183593750000 +-0.052001953125 +-0.165039062500 +-0.074707031250 +0.203125000000 +-0.125976562500 +0.117187500000 +-0.000865936279 +-0.108886718750 +0.051757812500 +0.229492187500 +-0.076171875000 +0.062255859375 +-0.248046875000 +0.176757812500 +0.052734375000 +0.251953125000 +0.033203125000 +0.154296875000 +0.019653320312 +-0.060791015625 +-0.027709960938 +-0.138671875000 +0.052001953125 +0.152343750000 +-0.081054687500 +0.081542968750 +0.112792968750 +-0.016113281250 +-0.053955078125 +-0.174804687500 +-0.052734375000 +0.063964843750 +0.023315429688 +0.212890625000 +-0.015747070312 +0.016601562500 +0.120605468750 +0.028564453125 +-0.145507812500 +-0.082031250000 +0.019165039062 +0.157226562500 +-0.013000488281 +-0.066894531250 +0.158203125000 +-0.119140625000 +0.013061523438 +0.012756347656 +0.068847656250 +0.164062500000 +0.019653320312 +0.172851562500 +0.085449218750 +0.075195312500 +0.074218750000 +0.010925292969 +-0.225585937500 +-0.034179687500 +0.011047363281 +0.041748046875 +0.003997802734 +0.009582519531 +-0.006378173828 +-0.049072265625 +0.081054687500 +-0.001655578613 +0.032958984375 +-0.048583984375 +-0.145507812500 +-0.041503906250 +0.106445312500 +0.061767578125 +0.080566406250 +-0.086425781250 +0.110351562500 +-0.112792968750 +-0.034667968750 +0.011230468750 +-0.069824218750 +-0.052490234375 +-0.123046875000 +0.036376953125 +-0.097656250000 +0.111328125000 +0.269531250000 +0.068359375000 +0.006744384766 +0.020751953125 +0.018920898438 +0.008178710938 +0.117675781250 +-0.181640625000 +-0.023559570312 +0.056152343750 +0.165039062500 +0.158203125000 +0.083496093750 +0.068847656250 +0.052246093750 +0.060791015625 +0.008972167969 +-0.036376953125 +0.180664062500 +0.063476562500 +0.024658203125 +0.098144531250 +0.110351562500 +-0.039306640625 +0.052001953125 +0.082519531250 +-0.166992187500 +0.129882812500 +-0.038330078125 +-0.060058593750 +-0.118652343750 +-0.045166015625 +0.014099121094 +-0.058349609375 +0.089355468750 +0.004302978516 +0.077636718750 +0.027954101562 +0.018432617188 +-0.221679687500 +-0.176757812500 +-0.064941406250 +0.058593750000 +0.104980468750 +-0.056152343750 +0.054443359375 +0.057861328125 +-0.093750000000 +0.174804687500 +-0.011169433594 +0.116210937500 +0.101074218750 +-0.019531250000 +-0.060791015625 +0.080078125000 +0.161132812500 +0.120117187500 +0.142578125000 +0.082031250000 +0.186523437500 +-0.011596679688 +-0.055175781250 +0.039794921875 +0.043945312500 +-0.057128906250 +0.107910156250 +-0.010437011719 +-0.039550781250 +0.015319824219 +0.184570312500 +0.127929687500 +0.121582031250 +0.028564453125 +0.029174804688 +0.185546875000 +-0.022216796875 +0.014648437500 +0.111816406250 +-0.057373046875 +-0.053222656250 +0.127929687500 +-0.010131835938 +0.112792968750 +0.027832031250 +-0.071289062500 +0.135742187500 +0.092773437500 +0.024047851562 +0.076660156250 +-0.001106262207 +0.014770507812 +0.051025390625 +0.049072265625 +0.062500000000 +-0.000095844269 +0.081542968750 +-0.140625000000 +0.113769531250 +-0.008361816406 +-0.106445312500 +0.129882812500 +0.085937500000 +0.049072265625 +0.069335937500 +0.147460937500 +0.106933593750 +0.027221679688 +-0.067871093750 +-0.125000000000 +0.062988281250 +0.237304687500 +0.020874023438 +-0.136718750000 +0.039794921875 +0.255859375000 +0.049560546875 +-0.179687500000 +0.080078125000 +-0.125000000000 +0.030395507812 +0.012695312500 +0.166992187500 +-0.092773437500 +0.087402343750 +0.053222656250 +0.029663085938 +0.013732910156 +0.110351562500 +0.054199218750 +-0.020263671875 +0.163085937500 +-0.097656250000 +-0.055419921875 +0.004333496094 +0.090332031250 +-0.007995605469 +-0.010437011719 +0.057128906250 +0.157226562500 +-0.008361816406 +0.106933593750 +0.093261718750 +-0.167968750000 +0.061523437500 +0.009765625000 +0.086914062500 +0.104003906250 +0.112792968750 +0.064941406250 +0.083007812500 +0.014587402344 +-0.186523437500 +0.073242187500 +-0.089355468750 +0.099121093750 +0.014343261719 +0.000732421875 +0.039062500000 +-0.031127929688 +-0.014221191406 +-0.005065917969 +0.021972656250 +0.123046875000 +0.104492187500 +0.005401611328 +0.059082031250 +-0.069824218750 +0.007598876953 +-0.020019531250 +0.076660156250 +0.068847656250 +-0.106933593750 +-0.095214843750 +-0.107421875000 +-0.032714843750 +0.013977050781 +0.027954101562 +-0.080078125000 +-0.107421875000 +0.136718750000 +0.021484375000 +0.156250000000 +0.007934570312 +-0.036865234375 +0.024291992188 +-0.053710937500 +-0.166992187500 +0.169921875000 +0.177734375000 +0.129882812500 +-0.027221679688 +-0.056152343750 +0.125000000000 +0.046875000000 +0.005401611328 +-0.112792968750 +-0.098144531250 +-0.108886718750 +0.055908203125 +0.038574218750 +0.098144531250 +-0.044921875000 +-0.082031250000 +0.170898437500 +0.003479003906 +0.061035156250 +0.001335144043 +0.144531250000 +-0.108398437500 +-0.186523437500 +0.029052734375 +0.021484375000 +-0.142578125000 +-0.036132812500 +-0.052001953125 +0.016357421875 +-0.006744384766 +-0.019042968750 +-0.162109375000 +-0.084960937500 +-0.029052734375 +-0.006347656250 +-0.040527343750 +0.140625000000 +-0.122070312500 +-0.149414062500 +0.153320312500 +-0.060302734375 +-0.130859375000 +-0.206054687500 +-0.025878906250 +-0.068847656250 +0.046875000000 +-0.104492187500 +-0.094238281250 +0.040527343750 +0.009033203125 +0.079101562500 +0.000240325928 +-0.069335937500 +-0.189453125000 +0.042968750000 +-0.015502929688 +-0.049072265625 +0.060302734375 +0.000377655029 +0.132812500000 +-0.003417968750 +0.044921875000 +0.011413574219 +-0.067382812500 +-0.138671875000 +-0.246093750000 +-0.178710937500 +-0.047607421875 +-0.160156250000 +0.053710937500 +-0.039794921875 +0.089355468750 +-0.005950927734 +-0.064941406250 +-0.068847656250 +-0.001693725586 +-0.076171875000 +-0.102539062500 +-0.059570312500 +-0.034667968750 +-0.093750000000 +-0.072753906250 +-0.095703125000 +-0.070800781250 +0.049804687500 +0.124511718750 +-0.030273437500 +0.310546875000 +-0.107421875000 +0.116210937500 +0.087890625000 +-0.055664062500 +-0.070312500000 +0.033935546875 +-0.148437500000 +0.008056640625 +-0.109863281250 +-0.025146484375 +-0.078613281250 +-0.016601562500 +-0.156250000000 +0.060058593750 +-0.092285156250 +-0.100097656250 +0.046630859375 +-0.004974365234 +-0.054199218750 +0.014892578125 +-0.068847656250 +-0.015258789062 +-0.236328125000 +0.048339843750 +-0.006683349609 +-0.143554687500 +0.159179687500 +-0.084960937500 +-0.047119140625 +0.053710937500 +-0.011474609375 +-0.002044677734 +0.009826660156 +0.015136718750 +0.133789062500 +-0.047363281250 +0.033935546875 +-0.029418945312 +0.064941406250 +0.143554687500 +-0.010192871094 +0.060058593750 +0.075683593750 +0.120605468750 +-0.161132812500 +-0.052246093750 +0.038818359375 +0.030639648438 +-0.026855468750 +-0.036621093750 +0.003234863281 +-0.125976562500 +-0.038330078125 +0.180664062500 +0.065917968750 +-0.087402343750 +0.006286621094 +-0.025878906250 +-0.069824218750 +-0.292968750000 +0.066406250000 +-0.055664062500 +0.068847656250 +-0.033691406250 +0.061035156250 +-0.208007812500 +0.022827148438 +0.171875000000 +0.019531250000 +0.052246093750 +-0.093750000000 +-0.060791015625 +0.081542968750 +-0.108398437500 +-0.072265625000 +-0.012145996094 +-0.119140625000 +0.003936767578 +0.019897460938 +0.071777343750 +-0.051269531250 +0.012390136719 +-0.064453125000 +-0.220703125000 +-0.080078125000 +0.621093750000 +-0.058105468750 +0.008728027344 +0.074707031250 +0.141601562500 +0.040771484375 +0.133789062500 +0.052978515625 +0.046386718750 +0.014160156250 +0.468750000000 +-0.043701171875 +0.004791259766 +-0.038330078125 +-0.096679687500 +0.146484375000 +0.006805419922 +0.134765625000 +-0.080078125000 +0.126953125000 +-0.085449218750 +-0.056640625000 +-0.093261718750 +-0.153320312500 +0.116210937500 +0.077148437500 +-0.100097656250 +-0.074218750000 +0.151367187500 +-0.030639648438 +0.009338378906 +-0.002899169922 +0.117675781250 +-0.122070312500 +-0.308593750000 +0.050537109375 +-0.093261718750 +-0.039062500000 +-0.120117187500 +0.036132812500 +0.029663085938 +0.206054687500 +0.088378906250 +-0.015441894531 +0.396484375000 +-0.044921875000 +0.096679687500 +-0.062500000000 +-0.047851562500 +0.082519531250 +-0.112304687500 +-0.007995605469 +-0.204101562500 +-0.039794921875 +-0.016357421875 +0.093750000000 +0.048339843750 +0.057128906250 +-0.103027343750 +-0.133789062500 +0.002853393555 +-0.052978515625 +0.205078125000 +0.253906250000 +-0.180664062500 +0.100585937500 +-0.065917968750 +0.073730468750 +-0.103515625000 +0.038818359375 +0.102539062500 +0.002807617188 +0.001754760742 +-0.179687500000 +0.122070312500 +-0.023315429688 +0.056152343750 +0.033935546875 +0.081054687500 +0.062988281250 +-0.114746093750 +-0.124511718750 +0.164062500000 +0.229492187500 +0.006896972656 +-0.059814453125 +-0.064941406250 +-0.082031250000 +-0.004150390625 +-0.030029296875 +0.060546875000 +0.086425781250 +0.066406250000 +0.040771484375 +0.144531250000 +0.324218750000 +0.057128906250 +-0.059082031250 +0.024291992188 +0.097656250000 +-0.005462646484 +0.184570312500 +0.115722656250 +-0.070800781250 +0.148437500000 +0.054931640625 +-0.136718750000 +0.088378906250 +-0.047119140625 +-0.095214843750 +0.144531250000 +-0.133789062500 +-0.010742187500 +-0.061035156250 +0.053222656250 +0.006805419922 +0.007934570312 +0.040039062500 +0.110351562500 +0.101562500000 +-0.124023437500 +0.078613281250 +0.068359375000 +0.000102043152 +0.028564453125 +-0.217773437500 +-0.087890625000 +0.040771484375 +-0.083007812500 +-0.082519531250 +-0.140625000000 +0.090820312500 +-0.129882812500 +-0.046142578125 +-0.181640625000 +0.039550781250 +-0.065429687500 +-0.116699218750 +0.060546875000 +0.084472656250 +-0.367187500000 +0.008789062500 +-0.172851562500 +-0.099609375000 +-0.110351562500 +0.180664062500 +-0.139648437500 +-0.026367187500 +0.135742187500 +0.042480468750 +0.097656250000 +0.028076171875 +0.021362304688 +-0.116210937500 +0.089355468750 +0.025268554688 +0.080078125000 +0.127929687500 +-0.071777343750 +-0.089843750000 +-0.181640625000 +-0.126953125000 +0.032958984375 +-0.012573242188 +-0.117187500000 +-0.090332031250 +-0.098632812500 +0.014587402344 +0.021850585938 +-0.073242187500 +0.135742187500 +-0.073730468750 +-0.016723632812 +0.064941406250 +-0.011596679688 +0.026489257812 +0.015014648438 +0.123046875000 +0.022094726562 +0.148437500000 +0.107910156250 +-0.060546875000 +0.022583007812 +0.049072265625 +-0.003646850586 +-0.092285156250 +-0.088867187500 +-0.115722656250 +-0.053710937500 +0.013671875000 +-0.077148437500 +0.220703125000 +0.145507812500 +-0.057373046875 +0.064453125000 +0.116699218750 +-0.179687500000 +0.081542968750 +0.023071289062 +-0.139648437500 +-0.008789062500 +-0.099121093750 +-0.043945312500 +-0.013183593750 +-0.033691406250 +0.000419616699 +0.010620117188 +-0.063964843750 +-0.086914062500 +0.025756835938 +-0.073242187500 +0.088867187500 +0.060058593750 +0.069335937500 +0.079589843750 +-0.063476562500 +0.114746093750 +-0.081542968750 +0.031738281250 +0.147460937500 +-0.050537109375 +-0.011962890625 +-0.033935546875 +0.052001953125 +0.016845703125 +0.090820312500 +0.025634765625 +0.170898437500 +0.138671875000 +0.108398437500 +-0.056152343750 +-0.102050781250 +-0.154296875000 +0.102539062500 +0.019042968750 +-0.117187500000 +0.062011718750 +-0.142578125000 +-0.001312255859 +0.182617187500 +-0.203125000000 +0.024902343750 +0.015747070312 +0.052490234375 +-0.069335937500 +0.139648437500 +0.160156250000 +-0.058349609375 +0.004577636719 +-0.136718750000 +0.069335937500 +-0.033691406250 +-0.068359375000 +-0.036865234375 +0.040039062500 +-0.036376953125 +0.126953125000 +0.020385742188 +-0.049316406250 +0.029663085938 +-0.108886718750 +-0.061279296875 +0.100585937500 +0.004425048828 +0.030517578125 +0.006835937500 +-0.147460937500 +-0.006805419922 +0.098144531250 +-0.085937500000 +-0.032714843750 +0.146484375000 +0.085937500000 +0.150390625000 +0.082519531250 +-0.122558593750 +0.026123046875 +-0.029418945312 +-0.018432617188 +-0.106933593750 +0.078613281250 +0.022460937500 +0.069335937500 +0.029174804688 +-0.042968750000 +-0.131835937500 +0.070800781250 +-0.009521484375 +-0.049316406250 +0.030761718750 +-0.026489257812 +-0.023925781250 +-0.015441894531 +-0.058105468750 +-0.156250000000 +0.008239746094 +0.020141601562 +-0.083007812500 +0.523437500000 +-0.027343750000 +0.094726562500 +0.058837890625 +0.007873535156 +-0.112304687500 +0.087402343750 +-0.053955078125 +-0.043212890625 +-0.041992187500 +-0.103515625000 +-0.095214843750 +-0.046386718750 +-0.099609375000 +0.080078125000 +0.082031250000 +-0.208984375000 +-0.002532958984 +0.078125000000 +0.017089843750 +0.011840820312 +0.013854980469 +0.123535156250 +-0.027709960938 +-0.003295898438 +-0.040527343750 +0.026245117188 +0.048095703125 +-0.087890625000 +-0.193359375000 +0.241210937500 +-0.103027343750 +0.015625000000 +-0.057128906250 +-0.057861328125 +0.171875000000 +0.148437500000 +0.113281250000 +-0.118652343750 +-0.046142578125 +0.037109375000 +-0.086914062500 +0.008178710938 +0.080078125000 +-0.095703125000 +0.050781250000 +-0.063476562500 +-0.136718750000 +0.133789062500 +-0.010986328125 +-0.025512695312 +-0.035644531250 +0.117187500000 +0.134765625000 +0.163085937500 +-0.080078125000 +0.132812500000 +0.105957031250 +0.169921875000 +0.028808593750 +0.176757812500 +-0.016479492188 +0.022705078125 +0.131835937500 +-0.135742187500 +0.031982421875 +-0.020751953125 +0.010314941406 +0.065917968750 +-0.101074218750 +-0.090820312500 +-0.047851562500 +-0.000911712646 +0.022949218750 +0.019531250000 +-0.127929687500 +-0.005645751953 +0.049560546875 +0.077636718750 +-0.175781250000 +0.058105468750 +-0.175781250000 +-0.009094238281 +0.126953125000 +0.090820312500 +0.197265625000 +0.130859375000 +-0.064453125000 +0.064453125000 +0.063964843750 +0.074707031250 +0.018920898438 +0.116210937500 +0.037597656250 +0.035888671875 +0.020141601562 +0.063964843750 +0.006439208984 +-0.183593750000 +0.088378906250 +0.097656250000 +0.072753906250 +0.128906250000 +-0.045898437500 +0.087890625000 +0.062500000000 +0.116210937500 +-0.020996093750 +0.010559082031 +0.101074218750 +-0.006347656250 +0.099121093750 +-0.089843750000 +0.135742187500 +0.071777343750 +0.073242187500 +0.015441894531 +0.075195312500 +0.013854980469 +-0.040283203125 +0.161132812500 +0.016113281250 +-0.032226562500 +-0.121093750000 +0.102539062500 +0.011352539062 +0.140625000000 +0.085937500000 +0.171875000000 +0.089355468750 +0.115722656250 +-0.031127929688 +0.018188476562 +0.172851562500 +-0.037597656250 +0.145507812500 +-0.061523437500 +-0.050781250000 +-0.150390625000 +-0.091796875000 +0.051025390625 +0.088867187500 +-0.126953125000 +-0.100585937500 +-0.021362304688 +0.127929687500 +0.094726562500 +-0.063964843750 +0.079101562500 +-0.094238281250 +-0.009582519531 +-0.087402343750 +-0.034667968750 +0.128906250000 +0.125000000000 +0.054931640625 +-0.105957031250 +-0.027832031250 +0.064453125000 +0.039062500000 +-0.103027343750 +-0.103515625000 +0.003799438477 +-0.095214843750 +0.092285156250 +-0.065917968750 +-0.007385253906 +0.125000000000 +-0.062011718750 +-0.124023437500 +0.001754760742 +0.098144531250 +-0.061035156250 +0.081542968750 +0.208007812500 +0.030517578125 +-0.038330078125 +0.083007812500 +0.030761718750 +0.176757812500 +-0.104980468750 +-0.067871093750 +0.247070312500 +-0.057617187500 +0.069824218750 +-0.014526367188 +0.101074218750 +0.036865234375 +-0.014343261719 +-0.118164062500 +0.083007812500 +0.077148437500 +-0.051269531250 +0.014709472656 +0.223632812500 +0.206054687500 +-0.049316406250 +0.084960937500 +-0.022460937500 +0.187500000000 +-0.044189453125 +-0.121093750000 +-0.017211914062 +-0.025756835938 +0.161132812500 +-0.098144531250 +-0.015869140625 +-0.077148437500 +-0.010803222656 +-0.082519531250 +-0.098632812500 +0.172851562500 +0.095703125000 +-0.092285156250 +-0.016479492188 +0.028686523438 +-0.027709960938 +-0.184570312500 +0.085449218750 +0.082519531250 +0.043701171875 +-0.008300781250 +0.008056640625 +-0.119140625000 +0.104003906250 +0.016845703125 +0.138671875000 +0.189453125000 +0.166015625000 +0.108886718750 +0.021850585938 +0.050048828125 +0.067871093750 +0.023803710938 +-0.038818359375 +-0.063964843750 +0.087890625000 +0.121582031250 +0.006072998047 +-0.166992187500 +-0.061523437500 +-0.083984375000 +-0.167968750000 +-0.033935546875 +-0.002395629883 +0.152343750000 +-0.043701171875 +-0.004577636719 +0.043701171875 +0.003890991211 +-0.036865234375 +0.010009765625 +-0.004241943359 +-0.115722656250 +0.050048828125 +-0.164062500000 +0.186523437500 +-0.034423828125 +0.007263183594 +0.024780273438 +-0.122558593750 +-0.055175781250 +0.079101562500 +0.048095703125 +-0.022949218750 +0.104980468750 +0.106933593750 +-0.031982421875 +-0.051025390625 +-0.092773437500 +0.091308593750 +0.238281250000 +0.218750000000 +0.020019531250 +-0.145507812500 +-0.064453125000 +-0.023315429688 +-0.030517578125 +0.116210937500 +0.062988281250 +0.052978515625 +0.012451171875 +0.016723632812 +-0.059570312500 +0.089355468750 +-0.038574218750 +-0.108886718750 +-0.047851562500 +0.065429687500 +-0.006988525391 +-0.041015625000 +-0.072753906250 +0.003128051758 +0.093261718750 +-0.011047363281 +0.141601562500 +-0.084472656250 +-0.017700195312 +-0.003784179688 +0.173828125000 +-0.069824218750 +-0.066894531250 +0.030029296875 +-0.029174804688 +0.089355468750 +0.010314941406 +-0.181640625000 +-0.013122558594 +0.208984375000 +0.225585937500 +0.231445312500 +0.263671875000 +-0.185546875000 +-0.172851562500 +-0.084472656250 diff --git a/AI_Engine_Development/AIE-MLv2/Design_Tutorials/01-Radio-ML/aie/dense_w17_methodA/Makefile b/AI_Engine_Development/AIE-MLv2/Design_Tutorials/01-Radio-ML/aie/dense_w17_methodA/Makefile new file mode 100755 index 0000000000..3ecdaf1c46 --- /dev/null +++ b/AI_Engine_Development/AIE-MLv2/Design_Tutorials/01-Radio-ML/aie/dense_w17_methodA/Makefile @@ -0,0 +1,83 @@ +# +# Copyright (C) 2024, Advanced Micro Devices, Inc. All rights reserved. +# SPDX-License-Identifier: MIT +# +# Author: Chandra Sekar Balakrishnan + +AIE_SIM_ONLY := false + +SIM_FIFO := false + +MY_APP := dense_w17_app +MY_SOURCES := ${MY_APP}.cpp dense_w17_graph.h dense_w17.h dense_w17.cpp + +PART ?= xc2ve3858-ssva2112-2MP-e-S + +CHECK_FIFO := --aie.evaluate-fifo-depth --aie.Xrouter=disablePathBalancing + +AIE_OUTPUT := libadf.a + +AIE_FLAGS := --part=${PART} ${MY_APP}.cpp --aie.output-archive=${AIE_OUTPUT} --include=../utility + +ifeq (${SIM_FIFO}, true) + AIE_FLAGS := ${AIE_FLAGS} ${CHECK_FIFO} +endif +ifeq (${AIE_SIM_ONLY},true) + AIE_FLAGS := ${AIE_FLAGS} --aie.Xpreproc="-DAIE_SIM_ONLY" +endif + + +.PHONY: help clean x86com x86sim sim profile throughput + +help:: + @echo "Makefile Usage:" + @echo " make all" + @echo " Command to generate everything for this design" + @echo "" + @echo " make compile" + @echo " Run AIE compiler and build the design" + @echo "" + @echo " make profile" + @echo " Run AIE simulator with profiling and generate outputs suitable for Vitis Analyzer" + @echo "" + @echo " make analyze" + @echo " Run Vitis Analyzer to inspect results" + @echo "" + @echo " make throughput" + @echo " Evaluate the achieved throughput at the output" + @echo "" + @echo " make clean" + @echo " Command to remove all the generated files." + +all: ${AIE_OUTPUT} + +x86all: clean x86com x86sim + +${AIE_OUTPUT}: ${MY_SOURCES} + v++ --compile --config aie.cfg --mode aie --target=hw ${AIE_FLAGS} 2>&1 | tee log + +x86com: + v++ --compile --config aie.cfg --mode aie --target=x86sim ${AIE_FLAGS} 2>&1 | tee log + +sim: + aiesimulator 2>&1 | tee -a log + +x86sim: + x86simulator 2>&1 | tee -a log + +profile: + aiesimulator --online -wdb -text --profile 2>&1 | tee -a log + +trace: + aiesimulator --hang-detect-time=5000 --online -wdb -text 2>&1 | tee -a log + +clean: + rm -rf .Xil Work libadf.a + rm -rf aiesimulator_output* aiesimulator*.log + rm -rf x86simulator_output* + rm -rf log log* + rm -rf *.xpe *.elf *.db *.soln Map_* xnw* *.lp *.log .xil .Xil *.lp *.db *.log *.exe *.vcd *.json + rm -rf vitis_analyzer* pl_sample_counts* pl_sample_count_* + rm -rf temp ISS_RPC_SERVER_PORT .crashReporter .AIE_SIM_CMD_LINE_OPTIONS + rm -rf system*.* trdata.aiesim function_wdb_dir .wsdata _ide vfs_work .ipynb_checkpoints _ide + diff --git a/AI_Engine_Development/AIE-MLv2/Design_Tutorials/01-Radio-ML/aie/dense_w17_methodA/aie.cfg b/AI_Engine_Development/AIE-MLv2/Design_Tutorials/01-Radio-ML/aie/dense_w17_methodA/aie.cfg new file mode 100755 index 0000000000..f0a6bcf2b9 --- /dev/null +++ b/AI_Engine_Development/AIE-MLv2/Design_Tutorials/01-Radio-ML/aie/dense_w17_methodA/aie.cfg @@ -0,0 +1,13 @@ +# +# Copyright (C) 2024, Advanced Micro Devices, Inc. All rights reserved. +# SPDX-License-Identifier: MIT +# +# Author: Chandra Sekar Balakrishnan + +[aie] + +kernel-linting=true +xlopt=1 +verbose=true +pl-freq=625 +Xmapper=BufferOptLevel9 \ No newline at end of file diff --git a/AI_Engine_Development/AIE-MLv2/Design_Tutorials/01-Radio-ML/aie/dense_w17_methodA/data/biases-rtp.txt b/AI_Engine_Development/AIE-MLv2/Design_Tutorials/01-Radio-ML/aie/dense_w17_methodA/data/biases-rtp.txt new file mode 100644 index 0000000000..85bd94cd82 --- /dev/null +++ b/AI_Engine_Development/AIE-MLv2/Design_Tutorials/01-Radio-ML/aie/dense_w17_methodA/data/biases-rtp.txt @@ -0,0 +1,128 @@ +0.191406250000 +-0.120605468750 +0.080078125000 +0.184570312500 +0.100585937500 +-0.007141113281 +-0.083007812500 +0.211914062500 +0.051269531250 +-0.077636718750 +-0.129882812500 +-0.025268554688 +0.042236328125 +-0.005828857422 +-0.036621093750 +-0.079101562500 +0.196289062500 +-0.053955078125 +0.188476562500 +-0.029174804688 +-0.120605468750 +0.039306640625 +-0.062011718750 +-0.005065917969 +-0.005432128906 +0.148437500000 +0.027465820312 +0.228515625000 +0.243164062500 +0.002166748047 +0.050781250000 +-0.103027343750 +0.067871093750 +0.070800781250 +0.150390625000 +0.186523437500 +-0.086425781250 +0.003448486328 +0.085449218750 +-0.079589843750 +0.055175781250 +-0.203125000000 +0.131835937500 +0.027832031250 +0.140625000000 +-0.095703125000 +-0.151367187500 +-0.023193359375 +0.154296875000 +0.067871093750 +0.191406250000 +-0.128906250000 +-0.047119140625 +0.148437500000 +-0.048583984375 +0.172851562500 +0.061523437500 +0.169921875000 +0.033447265625 +-0.018310546875 +-0.059082031250 +0.030273437500 +-0.114257812500 +0.190429687500 +-0.094238281250 +-0.096191406250 +0.098632812500 +0.003860473633 +-0.002014160156 +-0.271484375000 +0.257812500000 +0.047851562500 +0.155273437500 +0.172851562500 +-0.051513671875 +0.169921875000 +-0.045166015625 +0.079101562500 +0.210937500000 +0.154296875000 +-0.102050781250 +0.051513671875 +0.027221679688 +0.191406250000 +0.055908203125 +-0.038330078125 +0.208984375000 +-0.124511718750 +-0.055419921875 +0.218750000000 +0.062500000000 +0.281250000000 +0.130859375000 +-0.020751953125 +-0.053710937500 +-0.163085937500 +0.135742187500 +0.086425781250 +0.277343750000 +0.085937500000 +0.058105468750 +-0.038330078125 +0.063964843750 +0.255859375000 +-0.010437011719 +-0.005157470703 +-0.075683593750 +0.038085937500 +0.131835937500 +-0.121093750000 +-0.123535156250 +0.187500000000 +0.057861328125 +-0.039794921875 +-0.209960937500 +0.221679687500 +0.193359375000 +-0.057373046875 +0.182617187500 +-0.125000000000 +-0.108886718750 +-0.123046875000 +-0.032226562500 +-0.093261718750 +-0.088867187500 +-0.190429687500 +0.198242187500 +0.243164062500 diff --git a/AI_Engine_Development/AIE-MLv2/Design_Tutorials/01-Radio-ML/aie/dense_w17_methodA/data/data_i.txt b/AI_Engine_Development/AIE-MLv2/Design_Tutorials/01-Radio-ML/aie/dense_w17_methodA/data/data_i.txt new file mode 100644 index 0000000000..39c7698ea1 --- /dev/null +++ b/AI_Engine_Development/AIE-MLv2/Design_Tutorials/01-Radio-ML/aie/dense_w17_methodA/data/data_i.txt @@ -0,0 +1,128 @@ +16.500000000000 -1.695312500000 -1.757812500000 8.812500000000 +6.000000000000 -1.757812500000 -1.757812500000 -1.757812500000 +0.124023437500 -1.757812500000 -1.757812500000 1.351562500000 +8.375000000000 24.375000000000 2.921875000000 -1.757812500000 +1.750000000000 -1.742187500000 1.156250000000 24.375000000000 +6.937500000000 36.750000000000 -1.750000000000 4.875000000000 +-1.757812500000 -1.757812500000 -1.726562500000 2.156250000000 +4.812500000000 14.062500000000 -1.742187500000 -1.718750000000 +4.218750000000 -1.296875000000 -1.757812500000 7.656250000000 +-1.757812500000 13.625000000000 -1.757812500000 1.265625000000 +7.031250000000 -0.988281250000 -1.757812500000 20.000000000000 +12.687500000000 -1.757812500000 4.937500000000 12.687500000000 +18.375000000000 -1.757812500000 -1.757812500000 -1.757812500000 +1.039062500000 20.125000000000 -1.757812500000 0.820312500000 +-1.687500000000 -0.742187500000 -1.757812500000 25.125000000000 +-1.757812500000 -1.757812500000 -1.734375000000 1.945312500000 +4.343750000000 -1.757812500000 1.921875000000 -1.757812500000 +5.687500000000 -1.570312500000 -1.757812500000 -1.757812500000 +-1.757812500000 29.375000000000 10.625000000000 -1.718750000000 +-1.757812500000 7.125000000000 -1.757812500000 1.617187500000 +-1.492187500000 -1.757812500000 20.125000000000 -1.757812500000 +1.968750000000 1.898437500000 -1.757812500000 8.375000000000 +14.125000000000 -1.757812500000 -1.757812500000 -1.109375000000 +7.187500000000 -0.503906250000 0.960937500000 67.000000000000 +1.835937500000 2.328125000000 -1.570312500000 7.843750000000 +-1.757812500000 -1.757812500000 4.437500000000 3.875000000000 +-1.750000000000 8.312500000000 -1.757812500000 4.937500000000 +-1.757812500000 16.750000000000 16.000000000000 -1.757812500000 +-1.601562500000 -1.757812500000 12.500000000000 -1.757812500000 +-1.750000000000 4.406250000000 2.593750000000 -1.523437500000 +-1.757812500000 27.125000000000 -1.601562500000 -1.195312500000 +-1.757812500000 -1.695312500000 -1.757812500000 17.000000000000 +13.812500000000 -1.757812500000 -1.757812500000 9.812500000000 +8.750000000000 -1.757812500000 -1.757812500000 -1.757812500000 +0.777343750000 -1.757812500000 -1.757812500000 3.109375000000 +5.125000000000 30.500000000000 2.578125000000 -1.757812500000 +8.625000000000 -1.695312500000 13.937500000000 29.125000000000 +4.406250000000 42.500000000000 -1.757812500000 7.531250000000 +-1.757812500000 -1.757812500000 -1.757812500000 2.000000000000 +14.250000000000 13.500000000000 -1.757812500000 11.500000000000 +4.062500000000 -1.757812500000 -1.757812500000 7.250000000000 +-1.757812500000 18.875000000000 -1.757812500000 4.093750000000 +-1.335937500000 -1.742187500000 -1.757812500000 27.375000000000 +12.187500000000 -1.757812500000 4.718750000000 20.875000000000 +22.750000000000 -1.757812500000 -1.757812500000 -1.757812500000 +-1.296875000000 20.625000000000 -1.757812500000 -0.585937500000 +-0.183593750000 -1.695312500000 -1.757812500000 27.375000000000 +-1.757812500000 1.609375000000 -1.531250000000 0.484375000000 +9.062500000000 -1.757812500000 -1.757812500000 -1.757812500000 +6.781250000000 -1.742187500000 -1.757812500000 -1.757812500000 +-1.757812500000 29.125000000000 1.898437500000 -1.757812500000 +-1.757812500000 13.250000000000 -1.750000000000 1.640625000000 +-1.539062500000 -1.757812500000 15.062500000000 -1.757812500000 +2.515625000000 -1.757812500000 -1.757812500000 11.500000000000 +12.812500000000 -1.757812500000 -1.757812500000 -1.757812500000 +11.562500000000 -1.757812500000 -1.750000000000 66.500000000000 +3.296875000000 1.671875000000 -1.750000000000 12.250000000000 +-1.757812500000 -1.757812500000 -1.382812500000 15.625000000000 +-1.757812500000 7.812500000000 -1.757812500000 1.601562500000 +-1.757812500000 11.187500000000 18.000000000000 -1.757812500000 +-1.742187500000 -1.757812500000 6.531250000000 -1.757812500000 +-1.718750000000 11.812500000000 1.835937500000 -1.617187500000 +-1.757812500000 29.625000000000 -1.757812500000 1.156250000000 +-1.757812500000 -1.750000000000 -1.757812500000 31.750000000000 +5.906250000000 -1.757812500000 -1.757812500000 7.093750000000 +3.984375000000 -1.757812500000 -1.757812500000 -1.757812500000 +0.221679687500 -1.757812500000 -1.757812500000 2.265625000000 +5.343750000000 14.562500000000 2.625000000000 -1.187500000000 +2.937500000000 -1.734375000000 1.289062500000 14.312500000000 +4.906250000000 19.250000000000 -1.750000000000 5.187500000000 +-1.757812500000 -1.757812500000 -1.656250000000 0.324218750000 +2.468750000000 3.765625000000 -1.726562500000 -1.648437500000 +4.937500000000 -0.593750000000 -1.757812500000 5.468750000000 +-1.757812500000 9.562500000000 -1.757812500000 0.546875000000 +-0.163085937500 2.265625000000 -1.742187500000 15.625000000000 +1.460937500000 -1.757812500000 -1.726562500000 7.062500000000 +8.562500000000 -1.757812500000 -1.757812500000 -1.757812500000 +-1.164062500000 12.812500000000 -1.757812500000 0.621093750000 +-1.406250000000 1.906250000000 -1.757812500000 14.500000000000 +-1.578125000000 -1.757812500000 -1.132812500000 3.218750000000 +5.156250000000 -1.625000000000 -1.281250000000 -1.703125000000 +1.531250000000 -0.843750000000 -1.757812500000 -1.757812500000 +-1.757812500000 14.187500000000 5.031250000000 -1.734375000000 +-1.757812500000 9.687500000000 -1.632812500000 -1.664062500000 +0.738281250000 -1.757812500000 13.687500000000 -1.757812500000 +-1.296875000000 -1.757812500000 -1.757812500000 6.187500000000 +12.875000000000 -1.757812500000 -1.742187500000 -0.376953125000 +9.875000000000 0.867187500000 0.031982421875 39.750000000000 +-1.750000000000 0.585937500000 -0.781250000000 11.125000000000 +-1.757812500000 -1.757812500000 2.359375000000 10.562500000000 +-1.632812500000 3.718750000000 -1.757812500000 2.593750000000 +-1.398437500000 7.406250000000 14.437500000000 -1.757812500000 +-1.187500000000 -1.031250000000 9.375000000000 -1.757812500000 +-1.734375000000 4.687500000000 -1.617187500000 0.208007812500 +-1.757812500000 23.250000000000 -1.585937500000 -1.593750000000 +-1.757812500000 -1.648437500000 -1.757812500000 8.937500000000 +4.187500000000 -1.593750000000 -1.757812500000 -1.757812500000 +5.781250000000 -1.750000000000 6.625000000000 -1.648437500000 +-1.726562500000 0.298828125000 -1.757812500000 -1.664062500000 +-0.449218750000 28.000000000000 2.937500000000 -1.757812500000 +-0.968750000000 4.281250000000 17.750000000000 26.500000000000 +-1.750000000000 45.250000000000 -1.578125000000 -1.734375000000 +-1.742187500000 -1.757812500000 -1.179687500000 1.429687500000 +19.250000000000 4.093750000000 -0.605468750000 26.625000000000 +-1.664062500000 -1.328125000000 5.781250000000 4.281250000000 +-1.757812500000 1.406250000000 -1.757812500000 4.218750000000 +-1.640625000000 -1.656250000000 -1.757812500000 20.625000000000 +1.507812500000 -1.757812500000 5.375000000000 -1.695312500000 +-0.929687500000 -1.757812500000 -1.718750000000 -1.039062500000 +-1.734375000000 7.031250000000 -1.718750000000 3.218750000000 +8.250000000000 0.636718750000 -1.757812500000 3.171875000000 +7.593750000000 -1.453125000000 -0.166015625000 4.593750000000 +1.617187500000 -1.687500000000 -1.757812500000 -1.695312500000 +7.875000000000 0.247070312500 0.084472656250 9.687500000000 +-1.757812500000 5.625000000000 -1.757812500000 -1.757812500000 +-1.757812500000 -1.757812500000 4.218750000000 2.421875000000 +-1.757812500000 -1.757812500000 1.453125000000 -1.757812500000 +-1.093750000000 -1.757812500000 -1.757812500000 -1.726562500000 +16.875000000000 -1.757812500000 -1.757812500000 -1.757812500000 +1.664062500000 -1.757812500000 2.046875000000 22.250000000000 +12.687500000000 -1.218750000000 -1.757812500000 -0.929687500000 +-1.757812500000 -1.757812500000 1.929687500000 25.875000000000 +-1.750000000000 0.359375000000 -1.757812500000 1.046875000000 +-1.757812500000 0.083496093750 3.281250000000 1.445312500000 +-1.531250000000 -1.742187500000 3.140625000000 -1.757812500000 +1.640625000000 4.875000000000 -1.757812500000 -1.757812500000 +-1.757812500000 27.250000000000 -1.757812500000 -1.328125000000 +-1.757812500000 -1.742187500000 -1.757812500000 29.000000000000 diff --git a/AI_Engine_Development/AIE-MLv2/Design_Tutorials/01-Radio-ML/aie/dense_w17_methodA/data/data_o.txt b/AI_Engine_Development/AIE-MLv2/Design_Tutorials/01-Radio-ML/aie/dense_w17_methodA/data/data_o.txt new file mode 100644 index 0000000000..d2f41bbc89 --- /dev/null +++ b/AI_Engine_Development/AIE-MLv2/Design_Tutorials/01-Radio-ML/aie/dense_w17_methodA/data/data_o.txt @@ -0,0 +1,128 @@ +14.312500000000 -1.757812500000 -1.757812500000 9.812500000000 +1.273437500000 -1.757812500000 -1.757812500000 4.250000000000 +24.500000000000 -1.148437500000 0.660156250000 7.906250000000 +1.210937500000 -1.757812500000 7.656250000000 -1.757812500000 +3.890625000000 3.218750000000 -1.757812500000 -1.757812500000 +5.312500000000 4.500000000000 -1.757812500000 2.359375000000 +9.937500000000 9.875000000000 0.333984375000 -1.757812500000 +4.031250000000 -1.757812500000 2.578125000000 24.875000000000 +-1.757812500000 7.750000000000 -1.406250000000 -1.757812500000 +-1.757812500000 7.031250000000 -1.757812500000 -1.750000000000 +-1.632812500000 14.750000000000 3.687500000000 -1.757812500000 +-1.695312500000 -1.757812500000 5.718750000000 1.140625000000 +2.093750000000 -1.742187500000 5.812500000000 2.781250000000 +-1.757812500000 -1.757812500000 -1.757812500000 -1.757812500000 +-1.757812500000 -1.750000000000 -1.429687500000 0.300781250000 +-1.757812500000 13.750000000000 7.125000000000 -1.757812500000 +-1.757812500000 4.218750000000 -1.757812500000 -1.757812500000 +11.375000000000 52.000000000000 4.437500000000 21.000000000000 +-1.757812500000 -1.757812500000 -1.757812500000 0.718750000000 +-1.757812500000 5.343750000000 10.625000000000 2.328125000000 +-1.671875000000 2.875000000000 6.718750000000 3.968750000000 +5.125000000000 7.843750000000 7.031250000000 -1.757812500000 +-1.750000000000 -1.148437500000 -1.750000000000 -1.632812500000 +-1.757812500000 6.468750000000 -0.859375000000 -1.757812500000 +-1.726562500000 -1.757812500000 -1.757812500000 -1.757812500000 +-1.757812500000 -1.757812500000 0.972656250000 3.609375000000 +-1.757812500000 7.187500000000 49.750000000000 -1.757812500000 +6.375000000000 0.159179687500 -1.195312500000 3.875000000000 +6.375000000000 -1.757812500000 16.500000000000 -1.757812500000 +0.941406250000 -1.757812500000 3.015625000000 -1.570312500000 +1.703125000000 6.281250000000 0.878906250000 26.000000000000 +-1.085937500000 -1.742187500000 14.562500000000 -1.757812500000 +19.875000000000 -1.757812500000 -1.757812500000 6.406250000000 +0.040771484375 -1.757812500000 -1.757812500000 12.062500000000 +33.500000000000 -1.585937500000 6.781250000000 7.406250000000 +4.593750000000 -1.757812500000 2.062500000000 -1.750000000000 +-1.718750000000 6.906250000000 -1.757812500000 -1.757812500000 +5.125000000000 1.343750000000 -1.757812500000 -0.843750000000 +14.312500000000 11.750000000000 -1.757812500000 -1.757812500000 +8.125000000000 -1.757812500000 -1.703125000000 27.000000000000 +-1.757812500000 10.500000000000 -1.695312500000 -1.757812500000 +-1.757812500000 -1.656250000000 -1.757812500000 -1.757812500000 +-1.656250000000 24.750000000000 3.703125000000 -1.757812500000 +-1.570312500000 -1.757812500000 4.312500000000 -1.265625000000 +-1.710937500000 -1.726562500000 8.750000000000 1.273437500000 +-1.757812500000 -1.757812500000 -1.757812500000 -1.757812500000 +-1.757812500000 -1.757812500000 1.523437500000 2.031250000000 +-1.757812500000 17.875000000000 2.890625000000 -1.757812500000 +-1.757812500000 12.562500000000 -1.757812500000 -1.757812500000 +-1.656250000000 57.750000000000 -1.382812500000 16.500000000000 +-1.757812500000 -1.757812500000 -1.757812500000 -0.302734375000 +-1.757812500000 3.843750000000 11.625000000000 3.296875000000 +-1.289062500000 4.437500000000 3.187500000000 2.265625000000 +18.000000000000 19.000000000000 9.562500000000 -1.757812500000 +-1.757812500000 -1.726562500000 -1.757812500000 -1.734375000000 +-1.757812500000 7.750000000000 -1.179687500000 -1.757812500000 +-1.757812500000 -1.359375000000 -1.757812500000 -1.757812500000 +-1.757812500000 -1.757812500000 -1.742187500000 -0.449218750000 +-1.757812500000 7.625000000000 51.000000000000 -1.757812500000 +9.125000000000 -1.750000000000 -1.757812500000 -1.453125000000 +11.562500000000 -1.757812500000 14.750000000000 -1.757812500000 +-1.757812500000 -1.757812500000 0.792968750000 -1.757812500000 +-1.687500000000 9.062500000000 -1.750000000000 24.250000000000 +7.000000000000 -1.375000000000 11.062500000000 -1.757812500000 +11.125000000000 -1.757812500000 -1.757812500000 4.812500000000 +3.843750000000 -1.757812500000 -1.750000000000 6.062500000000 +14.062500000000 0.386718750000 1.054687500000 4.718750000000 +3.046875000000 -1.687500000000 9.500000000000 -1.750000000000 +3.296875000000 2.140625000000 -1.742187500000 -1.757812500000 +4.031250000000 1.781250000000 -1.757812500000 6.031250000000 +7.437500000000 5.937500000000 -0.230468750000 -1.757812500000 +1.468750000000 -1.742187500000 1.414062500000 16.500000000000 +-1.757812500000 4.843750000000 -1.382812500000 -1.757812500000 +-1.757812500000 6.656250000000 -1.757812500000 -1.757812500000 +-1.742187500000 8.687500000000 1.281250000000 -1.757812500000 +5.156250000000 -1.757812500000 3.656250000000 4.875000000000 +0.656250000000 -1.593750000000 5.062500000000 1.812500000000 +-1.757812500000 -1.460937500000 -1.757812500000 -1.398437500000 +-1.757812500000 -1.351562500000 -0.796875000000 0.617187500000 +-1.742187500000 10.687500000000 3.328125000000 -1.695312500000 +-1.757812500000 -1.046875000000 -1.757812500000 -1.757812500000 +0.026245117188 25.375000000000 4.562500000000 5.031250000000 +-1.757812500000 -1.757812500000 -1.757812500000 0.285156250000 +-1.757812500000 4.812500000000 4.656250000000 -0.396484375000 +-0.589843750000 1.476562500000 -1.429687500000 -0.202148437500 +3.812500000000 9.312500000000 3.781250000000 -1.757812500000 +0.185546875000 -1.703125000000 -1.734375000000 -1.687500000000 +-1.742187500000 7.343750000000 2.359375000000 -1.757812500000 +-1.742187500000 -1.515625000000 -1.640625000000 -1.757812500000 +-1.757812500000 -1.757812500000 -1.710937500000 1.156250000000 +-1.632812500000 4.531250000000 27.375000000000 -1.750000000000 +-1.070312500000 -1.726562500000 3.656250000000 4.000000000000 +5.437500000000 -1.750000000000 3.734375000000 -1.757812500000 +-1.625000000000 -1.757812500000 -1.062500000000 -1.687500000000 +-0.894531250000 3.015625000000 2.781250000000 14.937500000000 +-1.695312500000 -1.742187500000 12.125000000000 -1.757812500000 +4.468750000000 -1.757812500000 -1.757812500000 -1.593750000000 +-1.257812500000 -1.750000000000 2.015625000000 14.187500000000 +28.625000000000 8.500000000000 17.625000000000 0.496093750000 +4.812500000000 -1.757812500000 -1.718750000000 3.203125000000 +-1.367187500000 -1.734375000000 -1.757812500000 -1.757812500000 +-1.351562500000 -1.757812500000 -1.757812500000 -1.757812500000 +12.687500000000 12.687500000000 -1.757812500000 -1.757812500000 +13.750000000000 -1.757812500000 -1.757812500000 -1.445312500000 +-1.757812500000 0.652343750000 -1.757812500000 -1.757812500000 +-1.757812500000 -1.757812500000 -1.757812500000 -1.757812500000 +1.570312500000 23.875000000000 12.312500000000 -1.750000000000 +-1.718750000000 -1.648437500000 7.250000000000 -1.757812500000 +-1.742187500000 0.765625000000 1.515625000000 1.531250000000 +-1.757812500000 -1.750000000000 -1.757812500000 -1.523437500000 +-1.734375000000 -0.699218750000 -1.679687500000 -1.718750000000 +-1.757812500000 6.656250000000 -1.757812500000 -1.757812500000 +-1.757812500000 10.125000000000 -1.757812500000 -1.757812500000 +-1.757812500000 40.000000000000 -1.343750000000 4.562500000000 +-1.757812500000 -1.757812500000 -1.757812500000 1.773437500000 +-1.734375000000 8.375000000000 6.312500000000 1.429687500000 +-1.757812500000 1.882812500000 -1.757812500000 6.031250000000 +27.375000000000 15.625000000000 5.062500000000 -1.757812500000 +-1.429687500000 -0.476562500000 -1.265625000000 -1.585937500000 +5.468750000000 15.750000000000 3.859375000000 -1.757812500000 +-1.757812500000 1.507812500000 -1.757812500000 -1.757812500000 +-1.757812500000 -1.640625000000 -1.726562500000 -1.757812500000 +-1.507812500000 -0.953125000000 25.625000000000 -1.445312500000 +17.500000000000 2.343750000000 2.062500000000 -1.117187500000 +14.500000000000 -1.757812500000 6.812500000000 -1.757812500000 +-1.757812500000 -1.757812500000 -1.734375000000 -1.757812500000 +-1.757812500000 11.562500000000 -1.757812500000 11.062500000000 +6.468750000000 -1.757812500000 -1.757812500000 -1.757812500000 diff --git a/AI_Engine_Development/AIE-MLv2/Design_Tutorials/01-Radio-ML/aie/dense_w17_methodA/data/weights-rtp.txt b/AI_Engine_Development/AIE-MLv2/Design_Tutorials/01-Radio-ML/aie/dense_w17_methodA/data/weights-rtp.txt new file mode 100644 index 0000000000..3517c59fe9 --- /dev/null +++ b/AI_Engine_Development/AIE-MLv2/Design_Tutorials/01-Radio-ML/aie/dense_w17_methodA/data/weights-rtp.txt @@ -0,0 +1,16384 @@ +-0.034667968750 +-0.112304687500 +0.116210937500 +0.125976562500 +-0.005096435547 +0.098632812500 +-0.019897460938 +0.221679687500 +0.036621093750 +0.114746093750 +0.030395507812 +-0.029785156250 +0.048828125000 +0.020263671875 +-0.073242187500 +-0.175781250000 +0.038085937500 +0.135742187500 +-0.001411437988 +0.051025390625 +0.124511718750 +-0.047851562500 +-0.052001953125 +0.166992187500 +0.253906250000 +-0.029052734375 +0.199218750000 +0.120117187500 +0.089843750000 +0.003005981445 +0.116699218750 +-0.019897460938 +0.106933593750 +-0.113281250000 +-0.007232666016 +-0.226562500000 +-0.023437500000 +0.210937500000 +-0.096679687500 +0.000728607178 +0.037841796875 +-0.000429153442 +0.081054687500 +0.114746093750 +-0.188476562500 +0.164062500000 +0.040283203125 +0.044921875000 +-0.034912109375 +-0.101562500000 +0.033691406250 +0.041015625000 +0.013854980469 +0.198242187500 +0.208007812500 +0.056884765625 +-0.016967773438 +-0.075683593750 +0.163085937500 +0.058349609375 +-0.149414062500 +-0.031982421875 +0.033935546875 +-0.060791015625 +-0.010253906250 +-0.161132812500 +-0.275390625000 +0.115722656250 +-0.298828125000 +-0.088867187500 +0.039306640625 +0.049316406250 +0.050781250000 +0.046142578125 +0.072753906250 +0.112304687500 +-0.116210937500 +0.075683593750 +0.077148437500 +-0.200195312500 +-0.078125000000 +-0.117675781250 +-0.047607421875 +-0.055908203125 +0.150390625000 +0.002807617188 +0.089355468750 +0.109863281250 +0.062011718750 +-0.208984375000 +0.137695312500 +0.062988281250 +0.122558593750 +0.028198242188 +0.070800781250 +0.031982421875 +0.172851562500 +-0.094726562500 +-0.018066406250 +0.102539062500 +0.139648437500 +0.003219604492 +-0.180664062500 +-0.039550781250 +-0.006530761719 +0.070800781250 +0.071777343750 +0.146484375000 +0.027709960938 +-0.033935546875 +-0.257812500000 +-0.023193359375 +0.002822875977 +-0.024414062500 +0.121582031250 +0.134765625000 +0.167968750000 +0.054687500000 +0.106933593750 +0.035888671875 +0.212890625000 +0.111816406250 +0.061035156250 +-0.069824218750 +0.184570312500 +0.108398437500 +0.028808593750 +0.036865234375 +-0.035400390625 +0.202148437500 +0.029174804688 +-0.026489257812 +-0.082031250000 +-0.008239746094 +-0.152343750000 +0.009277343750 +-0.107421875000 +-0.066406250000 +-0.057373046875 +0.196289062500 +-0.060058593750 +-0.007019042969 +0.009643554688 +-0.151367187500 +-0.213867187500 +-0.059814453125 +0.045166015625 +0.058837890625 +-0.181640625000 +-0.064453125000 +-0.093750000000 +-0.068847656250 +-0.058837890625 +-0.048095703125 +-0.085449218750 +-0.008422851562 +-0.076171875000 +0.035888671875 +0.116699218750 +-0.001441955566 +-0.048583984375 +-0.178710937500 +-0.015075683594 +0.002166748047 +-0.188476562500 +0.091796875000 +0.104980468750 +-0.030029296875 +-0.002212524414 +-0.067382812500 +-0.040283203125 +-0.029296875000 +0.092285156250 +0.108398437500 +0.030029296875 +0.046386718750 +-0.099121093750 +0.013732910156 +-0.113769531250 +-0.292968750000 +0.050537109375 +-0.188476562500 +0.235351562500 +-0.054199218750 +0.005737304688 +-0.170898437500 +-0.188476562500 +0.011840820312 +-0.047607421875 +-0.102050781250 +0.006134033203 +-0.118164062500 +-0.077636718750 +-0.125000000000 +0.038818359375 +0.111816406250 +-0.104492187500 +-0.040283203125 +-0.154296875000 +-0.030273437500 +-0.007476806641 +-0.079101562500 +0.018554687500 +-0.064453125000 +0.096191406250 +0.093261718750 +-0.142578125000 +-0.104003906250 +0.277343750000 +-0.248046875000 +0.005035400391 +-0.152343750000 +-0.241210937500 +-0.062988281250 +-0.067871093750 +-0.053222656250 +-0.108398437500 +-0.093261718750 +0.028564453125 +0.043701171875 +0.081054687500 +0.064453125000 +-0.001731872559 +-0.079101562500 +0.057617187500 +0.075195312500 +-0.014038085938 +0.011352539062 +-0.103515625000 +-0.118164062500 +0.138671875000 +0.101562500000 +-0.170898437500 +0.031494140625 +-0.026855468750 +-0.070312500000 +-0.100097656250 +0.126953125000 +-0.134765625000 +0.138671875000 +-0.143554687500 +0.064453125000 +0.116699218750 +0.178710937500 +0.015869140625 +-0.027221679688 +0.004821777344 +0.151367187500 +-0.015747070312 +-0.057373046875 +0.001335144043 +-0.292968750000 +0.115722656250 +-0.056152343750 +0.176757812500 +-0.014343261719 +-0.023925781250 +0.006835937500 +0.169921875000 +-0.074707031250 +-0.098144531250 +-0.097167968750 +-0.167968750000 +-0.119140625000 +0.036865234375 +-0.171875000000 +-0.200195312500 +-0.081542968750 +0.068359375000 +0.044677734375 +0.113281250000 +0.024169921875 +-0.199218750000 +-0.168945312500 +-0.237304687500 +0.100097656250 +0.082519531250 +0.113281250000 +-0.002151489258 +0.067871093750 +-0.058593750000 +-0.175781250000 +-0.065917968750 +0.120117187500 +0.132812500000 +-0.091308593750 +0.079101562500 +-0.115234375000 +-0.073730468750 +0.050537109375 +0.003723144531 +0.125976562500 +0.046386718750 +0.094238281250 +0.000503540039 +-0.034912109375 +0.015502929688 +0.002319335938 +-0.043945312500 +-0.087402343750 +-0.179687500000 +0.001144409180 +0.038085937500 +-0.018554687500 +-0.128906250000 +-0.151367187500 +0.044189453125 +-0.231445312500 +0.111816406250 +-0.053466796875 +-0.062500000000 +-0.082519531250 +0.050781250000 +0.128906250000 +-0.006591796875 +-0.123046875000 +-0.109375000000 +-0.006744384766 +-0.041503906250 +0.008605957031 +-0.119628906250 +0.038085937500 +0.050048828125 +-0.001907348633 +0.082031250000 +-0.006805419922 +0.170898437500 +-0.131835937500 +0.092773437500 +-0.065917968750 +0.233398437500 +-0.220703125000 +0.033447265625 +0.015502929688 +-0.126953125000 +-0.003463745117 +-0.028076171875 +0.057373046875 +-0.034667968750 +-0.209960937500 +0.065917968750 +0.060302734375 +0.005889892578 +-0.027832031250 +-0.199218750000 +0.061767578125 +0.125976562500 +0.010803222656 +0.023193359375 +0.047607421875 +0.097167968750 +-0.191406250000 +-0.044677734375 +-0.098144531250 +-0.004577636719 +0.125000000000 +-0.085449218750 +0.046386718750 +0.185546875000 +0.007659912109 +0.048339843750 +0.018432617188 +0.067382812500 +-0.165039062500 +-0.090820312500 +0.065917968750 +0.042480468750 +0.008361816406 +-0.166992187500 +-0.138671875000 +0.068847656250 +-0.077148437500 +-0.023071289062 +0.062011718750 +0.025390625000 +0.024169921875 +0.016601562500 +-0.053222656250 +0.144531250000 +0.066406250000 +-0.070800781250 +-0.102050781250 +-0.016479492188 +-0.118164062500 +-0.037109375000 +-0.132812500000 +0.096191406250 +0.137695312500 +0.009094238281 +0.036376953125 +-0.281250000000 +-0.041015625000 +-0.050048828125 +-0.145507812500 +-0.158203125000 +-0.105957031250 +-0.060058593750 +-0.065917968750 +-0.102050781250 +0.011108398438 +0.000659942627 +-0.136718750000 +0.142578125000 +-0.002990722656 +0.021240234375 +0.040039062500 +-0.046630859375 +-0.139648437500 +-0.185546875000 +-0.002990722656 +0.035644531250 +0.154296875000 +0.074707031250 +0.046142578125 +-0.051513671875 +-0.149414062500 +0.096679687500 +0.095214843750 +-0.079101562500 +0.131835937500 +0.112792968750 +0.154296875000 +-0.099121093750 +0.054199218750 +-0.166015625000 +-0.097656250000 +0.104492187500 +-0.200195312500 +0.106933593750 +0.072753906250 +-0.067871093750 +0.116210937500 +-0.097167968750 +-0.135742187500 +-0.091308593750 +0.131835937500 +0.065429687500 +-0.106445312500 +0.021484375000 +0.054931640625 +0.070312500000 +0.140625000000 +0.117675781250 +0.070800781250 +0.237304687500 +-0.064453125000 +-0.138671875000 +0.044921875000 +0.029174804688 +0.111816406250 +0.167968750000 +-0.147460937500 +0.020141601562 +-0.098632812500 +0.064453125000 +-0.086425781250 +0.113769531250 +0.020263671875 +0.095214843750 +0.061523437500 +-0.120605468750 +-0.011901855469 +0.083984375000 +-0.123535156250 +-0.033691406250 +-0.165039062500 +0.077636718750 +-0.075195312500 +-0.003860473633 +0.065429687500 +-0.032958984375 +-0.172851562500 +-0.010620117188 +-0.119628906250 +-0.039306640625 +-0.020507812500 +-0.039794921875 +0.201171875000 +0.061767578125 +-0.035400390625 +-0.044677734375 +0.107421875000 +-0.042724609375 +-0.005798339844 +0.061767578125 +-0.160156250000 +-0.058105468750 +-0.141601562500 +0.071777343750 +-0.110351562500 +0.010986328125 +0.265625000000 +0.155273437500 +0.124023437500 +-0.045166015625 +-0.160156250000 +-0.181640625000 +-0.021240234375 +0.054443359375 +0.008239746094 +-0.031982421875 +0.123535156250 +0.187500000000 +-0.024780273438 +0.120605468750 +0.127929687500 +-0.108398437500 +-0.055664062500 +0.148437500000 +-0.154296875000 +0.022705078125 +0.083007812500 +0.046142578125 +-0.117675781250 +-0.033935546875 +-0.267578125000 +0.139648437500 +0.032470703125 +0.024047851562 +-0.045410156250 +0.056884765625 +-0.073730468750 +-0.134765625000 +0.070800781250 +0.126953125000 +0.086425781250 +0.154296875000 +0.099609375000 +-0.014648437500 +0.032470703125 +-0.041015625000 +0.035156250000 +-0.019287109375 +-0.054443359375 +0.016967773438 +0.127929687500 +-0.013671875000 +0.041748046875 +-0.096679687500 +0.008911132812 +-0.015869140625 +0.041503906250 +0.148437500000 +-0.002349853516 +0.102050781250 +-0.051025390625 +-0.029541015625 +0.162109375000 +0.249023437500 +0.031982421875 +0.105468750000 +0.024536132812 +-0.049316406250 +-0.031738281250 +-0.086425781250 +-0.132812500000 +-0.081542968750 +-0.030883789062 +0.007110595703 +-0.017944335938 +-0.097656250000 +-0.031250000000 +0.034423828125 +-0.000022411346 +0.065917968750 +-0.066406250000 +-0.105957031250 +-0.051513671875 +-0.115722656250 +0.086425781250 +-0.001716613770 +0.062255859375 +0.035400390625 +0.005889892578 +0.110839843750 +0.212890625000 +0.088378906250 +0.075683593750 +-0.036376953125 +0.116210937500 +-0.172851562500 +-0.111816406250 +-0.066894531250 +-0.016479492188 +0.100585937500 +-0.192382812500 +0.131835937500 +-0.153320312500 +-0.144531250000 +0.066894531250 +-0.166015625000 +0.015625000000 +0.023925781250 +-0.068359375000 +-0.029663085938 +-0.120605468750 +0.020996093750 +-0.095703125000 +-0.020751953125 +-0.067382812500 +-0.063964843750 +-0.134765625000 +-0.009582519531 +-0.036621093750 +-0.012756347656 +-0.052001953125 +0.076660156250 +0.029785156250 +-0.075683593750 +-0.064453125000 +0.002517700195 +-0.052490234375 +0.102539062500 +-0.208007812500 +0.153320312500 +-0.031738281250 +-0.096679687500 +0.245117187500 +0.010498046875 +0.091796875000 +-0.075195312500 +-0.017578125000 +0.129882812500 +-0.035400390625 +-0.075683593750 +0.039550781250 +-0.045166015625 +-0.011596679688 +0.023437500000 +0.092285156250 +-0.097167968750 +0.019897460938 +0.028564453125 +-0.010131835938 +-0.186523437500 +0.068847656250 +0.054931640625 +0.102539062500 +0.131835937500 +0.077148437500 +0.035156250000 +-0.082519531250 +0.029296875000 +-0.010742187500 +-0.037841796875 +0.089843750000 +0.096679687500 +0.123046875000 +0.074218750000 +-0.002655029297 +0.038818359375 +0.068359375000 +0.055419921875 +-0.072265625000 +-0.030151367188 +0.084960937500 +-0.210937500000 +0.054687500000 +-0.032226562500 +-0.050537109375 +0.173828125000 +0.036621093750 +0.086914062500 +-0.056884765625 +0.093750000000 +0.131835937500 +0.139648437500 +-0.142578125000 +-0.100097656250 +0.048095703125 +-0.066406250000 +-0.061767578125 +-0.033447265625 +-0.087890625000 +0.012756347656 +-0.087402343750 +0.060058593750 +-0.033203125000 +-0.118652343750 +0.099609375000 +0.050048828125 +-0.054443359375 +0.013183593750 +-0.035888671875 +0.104492187500 +-0.033447265625 +-0.006072998047 +-0.130859375000 +-0.053955078125 +-0.144531250000 +-0.067871093750 +0.066406250000 +-0.058593750000 +0.132812500000 +-0.036376953125 +0.112304687500 +0.038574218750 +-0.062988281250 +0.087402343750 +-0.172851562500 +0.038574218750 +-0.211914062500 +0.219726562500 +-0.048828125000 +-0.144531250000 +0.096191406250 +-0.026245117188 +0.206054687500 +0.025878906250 +-0.077636718750 +0.103515625000 +-0.058105468750 +-0.106933593750 +-0.046630859375 +0.112304687500 +0.127929687500 +0.026733398438 +-0.019897460938 +-0.059814453125 +0.011230468750 +-0.084960937500 +-0.062988281250 +-0.042724609375 +0.224609375000 +0.096679687500 +-0.042724609375 +-0.173828125000 +0.163085937500 +-0.017089843750 +0.173828125000 +-0.044921875000 +-0.047363281250 +-0.065917968750 +0.089355468750 +-0.045654296875 +-0.046142578125 +0.108886718750 +-0.087402343750 +-0.036621093750 +0.100585937500 +0.134765625000 +0.033447265625 +-0.069824218750 +-0.000268936157 +0.037597656250 +0.043701171875 +-0.011596679688 +-0.231445312500 +0.082031250000 +0.085937500000 +-0.007995605469 +0.039306640625 +0.032958984375 +-0.044677734375 +0.028076171875 +0.085937500000 +0.015869140625 +-0.003601074219 +-0.087402343750 +-0.042480468750 +-0.145507812500 +0.112792968750 +0.029052734375 +-0.033691406250 +-0.136718750000 +0.019042968750 +-0.135742187500 +-0.051269531250 +-0.182617187500 +0.071777343750 +-0.029541015625 +-0.083984375000 +-0.060302734375 +0.060058593750 +-0.138671875000 +0.031738281250 +-0.041503906250 +-0.020507812500 +-0.149414062500 +0.032226562500 +-0.094238281250 +0.155273437500 +0.049316406250 +0.066894531250 +0.010131835938 +-0.145507812500 +0.015747070312 +0.083496093750 +-0.020874023438 +-0.124023437500 +0.127929687500 +-0.057617187500 +-0.012756347656 +0.034179687500 +0.181640625000 +0.040283203125 +0.102539062500 +-0.193359375000 +-0.072265625000 +0.085449218750 +-0.091308593750 +0.059082031250 +0.049072265625 +0.062255859375 +0.116210937500 +0.049560546875 +-0.053955078125 +-0.113769531250 +0.135742187500 +-0.005310058594 +-0.137695312500 +-0.062988281250 +-0.178710937500 +0.041503906250 +-0.062500000000 +-0.166992187500 +-0.116699218750 +0.000310897827 +0.062011718750 +-0.016967773438 +-0.040771484375 +0.016845703125 +-0.111816406250 +0.028930664062 +0.128906250000 +-0.078125000000 +0.072265625000 +0.097656250000 +0.109375000000 +0.002487182617 +0.163085937500 +0.065429687500 +-0.269531250000 +-0.074707031250 +0.014038085938 +-0.129882812500 +0.018920898438 +-0.015380859375 +-0.023559570312 +-0.030883789062 +0.088378906250 +-0.053710937500 +0.078613281250 +-0.004272460938 +0.117187500000 +-0.000110626221 +0.097167968750 +-0.067382812500 +-0.220703125000 +-0.149414062500 +0.153320312500 +0.145507812500 +0.079101562500 +0.063476562500 +-0.064453125000 +-0.101074218750 +0.104980468750 +0.095703125000 +0.063476562500 +0.033203125000 +0.040283203125 +-0.075195312500 +-0.008056640625 +-0.072265625000 +-0.143554687500 +-0.002014160156 +0.031494140625 +-0.020507812500 +-0.143554687500 +-0.147460937500 +-0.074707031250 +-0.017089843750 +-0.032226562500 +-0.021118164062 +0.052734375000 +0.039062500000 +0.009460449219 +-0.002380371094 +-0.008422851562 +0.043212890625 +-0.125000000000 +0.001983642578 +-0.003250122070 +-0.090820312500 +0.025756835938 +-0.117187500000 +-0.128906250000 +0.296875000000 +-0.082031250000 +0.027832031250 +0.021484375000 +0.061035156250 +0.088378906250 +-0.117187500000 +0.031982421875 +0.014709472656 +0.191406250000 +0.078613281250 +-0.141601562500 +-0.146484375000 +-0.048339843750 +-0.014770507812 +-0.030029296875 +0.007263183594 +0.059082031250 +0.010192871094 +0.104492187500 +0.111816406250 +0.002700805664 +-0.085937500000 +0.005493164062 +0.083496093750 +-0.107910156250 +0.033447265625 +0.072265625000 +0.043212890625 +0.106445312500 +0.011047363281 +-0.018920898438 +0.032958984375 +-0.005340576172 +0.046630859375 +0.021240234375 +-0.064453125000 +0.246093750000 +-0.020874023438 +0.038818359375 +0.169921875000 +0.031982421875 +0.045166015625 +0.039062500000 +0.006683349609 +0.126953125000 +0.006805419922 +0.047119140625 +-0.084472656250 +-0.107421875000 +0.126953125000 +0.133789062500 +-0.170898437500 +-0.051757812500 +0.013305664062 +0.015563964844 +0.045410156250 +-0.208984375000 +-0.053466796875 +0.007812500000 +-0.173828125000 +-0.116210937500 +0.126953125000 +-0.193359375000 +0.058837890625 +-0.251953125000 +0.079101562500 +0.094238281250 +-0.076171875000 +-0.109375000000 +0.066894531250 +-0.001777648926 +0.156250000000 +-0.053710937500 +-0.070800781250 +-0.127929687500 +0.085449218750 +0.086425781250 +0.075195312500 +-0.045654296875 +-0.152343750000 +0.116210937500 +-0.031250000000 +-0.137695312500 +0.004943847656 +0.014709472656 +0.073730468750 +-0.100585937500 +-0.273437500000 +-0.087890625000 +-0.134765625000 +-0.010253906250 +-0.279296875000 +-0.020019531250 +-0.038330078125 +-0.027954101562 +0.013488769531 +0.054199218750 +0.100585937500 +0.058349609375 +0.046875000000 +0.124511718750 +0.203125000000 +-0.057617187500 +0.081054687500 +0.047607421875 +0.036865234375 +0.034423828125 +0.032958984375 +-0.080566406250 +0.101562500000 +0.093261718750 +0.050048828125 +0.018798828125 +-0.015869140625 +-0.038330078125 +0.126953125000 +0.117675781250 +-0.081542968750 +0.021484375000 +0.166015625000 +0.119140625000 +-0.150390625000 +0.052978515625 +0.023681640625 +0.164062500000 +0.038330078125 +0.190429687500 +-0.054443359375 +0.019165039062 +-0.071289062500 +-0.142578125000 +-0.208007812500 +-0.047119140625 +0.062011718750 +-0.020751953125 +0.223632812500 +0.064453125000 +-0.167968750000 +-0.033203125000 +0.087402343750 +0.174804687500 +-0.091796875000 +0.137695312500 +0.128906250000 +0.058593750000 +-0.005645751953 +-0.073242187500 +-0.088867187500 +0.014770507812 +0.235351562500 +0.092773437500 +0.054931640625 +-0.047607421875 +-0.149414062500 +0.109863281250 +0.049804687500 +0.030883789062 +0.146484375000 +0.115234375000 +0.091308593750 +-0.073242187500 +0.076171875000 +-0.007385253906 +0.013427734375 +0.072265625000 +-0.031494140625 +0.006805419922 +0.103027343750 +-0.070800781250 +-0.001556396484 +-0.061279296875 +-0.120117187500 +-0.086425781250 +-0.024780273438 +0.006347656250 +0.149414062500 +-0.057617187500 +-0.002136230469 +0.041015625000 +-0.104003906250 +0.099121093750 +-0.120117187500 +0.052490234375 +-0.051757812500 +0.019897460938 +-0.097656250000 +0.075683593750 +-0.024169921875 +-0.125976562500 +-0.083496093750 +0.095214843750 +-0.098144531250 +-0.022705078125 +-0.013671875000 +0.070800781250 +0.061035156250 +0.003356933594 +-0.141601562500 +0.052246093750 +-0.043212890625 +-0.073730468750 +0.055419921875 +0.003616333008 +0.012329101562 +-0.068359375000 +-0.091308593750 +-0.033203125000 +-0.109375000000 +0.009277343750 +-0.089355468750 +0.140625000000 +0.038818359375 +0.015502929688 +0.148437500000 +0.095214843750 +0.039794921875 +-0.094726562500 +-0.116699218750 +0.007873535156 +0.061279296875 +0.008972167969 +0.063476562500 +-0.042236328125 +0.063476562500 +0.046142578125 +0.126953125000 +0.146484375000 +0.076171875000 +-0.093261718750 +-0.108886718750 +-0.050048828125 +0.072753906250 +0.003555297852 +-0.005554199219 +0.106933593750 +0.167968750000 +-0.176757812500 +-0.061279296875 +-0.044433593750 +-0.031494140625 +-0.125000000000 +0.041259765625 +-0.038574218750 +-0.084960937500 +-0.096679687500 +-0.030761718750 +-0.119628906250 +-0.007354736328 +0.025634765625 +-0.094726562500 +-0.060791015625 +0.205078125000 +-0.044921875000 +-0.106933593750 +0.027709960938 +0.020751953125 +0.157226562500 +0.135742187500 +-0.036132812500 +0.022827148438 +-0.095214843750 +-0.142578125000 +0.010314941406 +0.206054687500 +-0.130859375000 +-0.055419921875 +0.003829956055 +0.136718750000 +0.066406250000 +0.143554687500 +0.218750000000 +-0.045898437500 +-0.047363281250 +0.055419921875 +0.058349609375 +-0.054443359375 +0.040283203125 +0.020141601562 +0.097167968750 +0.066894531250 +-0.075195312500 +-0.123535156250 +-0.044433593750 +0.075195312500 +-0.046386718750 +-0.017089843750 +-0.088867187500 +-0.084472656250 +-0.167968750000 +-0.039794921875 +0.000379562378 +0.015014648438 +0.071289062500 +-0.074707031250 +0.098632812500 +0.073242187500 +0.112304687500 +0.144531250000 +0.062988281250 +-0.234375000000 +0.161132812500 +0.065429687500 +-0.095703125000 +0.023559570312 +0.188476562500 +0.085449218750 +-0.051757812500 +0.002197265625 +-0.131835937500 +0.073242187500 +0.052001953125 +-0.175781250000 +-0.139648437500 +-0.132812500000 +0.019165039062 +-0.050537109375 +-0.130859375000 +0.214843750000 +0.253906250000 +-0.009399414062 +0.069335937500 +0.087402343750 +0.055664062500 +0.024291992188 +0.035644531250 +0.021972656250 +0.022705078125 +-0.018188476562 +0.078613281250 +-0.126953125000 +0.041259765625 +-0.068359375000 +0.016113281250 +-0.023437500000 +-0.075195312500 +-0.052978515625 +0.082031250000 +-0.031738281250 +0.162109375000 +0.012390136719 +0.105957031250 +-0.081542968750 +-0.029174804688 +-0.008911132812 +0.022705078125 +0.009094238281 +-0.127929687500 +0.003814697266 +-0.066406250000 +0.107421875000 +0.130859375000 +-0.087890625000 +-0.100585937500 +0.079101562500 +-0.032470703125 +-0.000134468079 +0.099609375000 +-0.103027343750 +0.100097656250 +0.092285156250 +0.092773437500 +-0.191406250000 +-0.105468750000 +0.105957031250 +0.049316406250 +0.126953125000 +-0.123046875000 +0.005249023438 +-0.174804687500 +0.049560546875 +0.037841796875 +0.001579284668 +0.234375000000 +-0.005493164062 +-0.106445312500 +0.296875000000 +-0.175781250000 +0.091796875000 +-0.065429687500 +-0.125976562500 +0.057861328125 +-0.041748046875 +-0.124511718750 +0.061767578125 +-0.013000488281 +0.092773437500 +-0.052001953125 +0.171875000000 +0.144531250000 +-0.001312255859 +0.065917968750 +-0.049316406250 +0.146484375000 +0.055175781250 +0.129882812500 +0.009216308594 +-0.083496093750 +0.046630859375 +-0.068359375000 +-0.007995605469 +0.275390625000 +-0.057617187500 +-0.002746582031 +-0.009216308594 +-0.181640625000 +0.025512695312 +-0.146484375000 +0.031494140625 +-0.094238281250 +-0.147460937500 +0.041748046875 +0.209960937500 +-0.119140625000 +0.219726562500 +0.116210937500 +0.131835937500 +0.184570312500 +0.116699218750 +0.099121093750 +-0.004943847656 +0.043945312500 +-0.032714843750 +-0.104492187500 +0.163085937500 +-0.007476806641 +-0.109375000000 +0.085449218750 +-0.102539062500 +-0.120117187500 +0.145507812500 +0.050537109375 +-0.153320312500 +-0.116699218750 +-0.201171875000 +-0.099121093750 +-0.226562500000 +-0.080566406250 +-0.016845703125 +0.037841796875 +-0.033447265625 +-0.106445312500 +-0.242187500000 +-0.198242187500 +-0.099121093750 +0.048828125000 +-0.017456054688 +0.006683349609 +0.162109375000 +0.207031250000 +0.036132812500 +-0.097167968750 +0.088378906250 +-0.138671875000 +-0.013671875000 +-0.158203125000 +0.025024414062 +0.080078125000 +-0.080566406250 +0.090332031250 +-0.051513671875 +0.002990722656 +0.051025390625 +0.063964843750 +-0.107910156250 +-0.029174804688 +0.115234375000 +0.128906250000 +0.211914062500 +-0.010131835938 +-0.037841796875 +0.233398437500 +0.000629425049 +0.065917968750 +-0.125000000000 +0.084960937500 +0.026000976562 +0.010009765625 +-0.003204345703 +0.009155273438 +-0.009277343750 +0.069824218750 +-0.053222656250 +0.226562500000 +-0.113769531250 +0.133789062500 +-0.055908203125 +0.090332031250 +-0.238281250000 +-0.112792968750 +-0.087890625000 +0.144531250000 +-0.053710937500 +0.078125000000 +0.220703125000 +0.084960937500 +0.066406250000 +-0.036865234375 +-0.057373046875 +0.113769531250 +-0.120605468750 +0.114746093750 +-0.102050781250 +0.125976562500 +0.012084960938 +0.161132812500 +0.053222656250 +0.001480102539 +-0.134765625000 +-0.137695312500 +-0.037353515625 +-0.024414062500 +0.118652343750 +-0.066894531250 +0.024047851562 +0.016357421875 +0.019531250000 +-0.133789062500 +0.182617187500 +-0.101074218750 +0.084960937500 +0.071289062500 +-0.228515625000 +-0.062500000000 +-0.008666992188 +0.079589843750 +0.052001953125 +-0.114257812500 +0.115722656250 +0.027954101562 +-0.084960937500 +-0.051513671875 +-0.033203125000 +-0.134765625000 +0.112304687500 +0.096679687500 +0.088378906250 +-0.057617187500 +-0.057128906250 +-0.026000976562 +-0.034179687500 +0.242187500000 +0.008972167969 +-0.166015625000 +-0.040039062500 +-0.006408691406 +0.133789062500 +0.107910156250 +0.121582031250 +-0.125976562500 +0.123046875000 +0.131835937500 +-0.052734375000 +-0.093750000000 +0.132812500000 +0.010864257812 +-0.005981445312 +0.062988281250 +0.053222656250 +-0.009338378906 +0.123046875000 +-0.146484375000 +0.026123046875 +-0.165039062500 +0.043457031250 +-0.037353515625 +0.040527343750 +-0.083984375000 +-0.004486083984 +-0.015869140625 +-0.009582519531 +-0.131835937500 +-0.124023437500 +-0.063964843750 +-0.037353515625 +-0.130859375000 +-0.060546875000 +0.107910156250 +0.064453125000 +-0.056640625000 +0.150390625000 +-0.085449218750 +0.067871093750 +0.043945312500 +-0.158203125000 +-0.147460937500 +-0.043701171875 +0.017700195312 +-0.136718750000 +-0.031250000000 +0.074707031250 +-0.013549804688 +-0.061279296875 +0.176757812500 +0.125976562500 +0.107421875000 +-0.171875000000 +0.078613281250 +-0.141601562500 +0.029663085938 +0.069824218750 +-0.120605468750 +-0.159179687500 +-0.014343261719 +-0.083984375000 +-0.184570312500 +0.024047851562 +0.003341674805 +-0.014099121094 +-0.050781250000 +0.064941406250 +0.083007812500 +-0.091308593750 +0.030761718750 +-0.098632812500 +-0.032958984375 +-0.052001953125 +-0.081542968750 +-0.071777343750 +0.184570312500 +-0.001701354980 +0.098632812500 +0.070800781250 +-0.083007812500 +0.018676757812 +-0.027099609375 +0.017578125000 +-0.004547119141 +0.092773437500 +0.008789062500 +-0.011047363281 +-0.046142578125 +0.112792968750 +-0.040527343750 +0.147460937500 +0.006225585938 +-0.017211914062 +0.077636718750 +0.120117187500 +-0.014648437500 +0.011413574219 +0.158203125000 +0.076660156250 +-0.006744384766 +0.052246093750 +-0.010742187500 +-0.203125000000 +-0.090820312500 +-0.022460937500 +0.011291503906 +-0.149414062500 +-0.091796875000 +0.078613281250 +0.273437500000 +-0.063476562500 +0.125976562500 +-0.054443359375 +-0.090332031250 +-0.141601562500 +0.095214843750 +0.096191406250 +0.058349609375 +0.062500000000 +0.121582031250 +-0.059082031250 +-0.145507812500 +-0.163085937500 +0.012451171875 +-0.029174804688 +0.030151367188 +-0.061035156250 +-0.169921875000 +-0.031127929688 +0.171875000000 +0.099609375000 +-0.166992187500 +0.098632812500 +0.087402343750 +-0.116210937500 +0.071777343750 +-0.024536132812 +-0.034179687500 +-0.083007812500 +0.053955078125 +-0.144531250000 +0.006500244141 +0.050781250000 +-0.028198242188 +0.087402343750 +0.102539062500 +0.009155273438 +-0.064453125000 +-0.075195312500 +0.021728515625 +0.131835937500 +0.101562500000 +0.018188476562 +-0.138671875000 +-0.067382812500 +0.159179687500 +-0.121093750000 +0.022949218750 +0.097656250000 +-0.011596679688 +0.071777343750 +0.096191406250 +0.039550781250 +0.019775390625 +-0.151367187500 +0.067382812500 +0.111328125000 +0.014282226562 +0.043212890625 +0.042480468750 +0.079589843750 +0.041259765625 +-0.014038085938 +-0.167968750000 +-0.052001953125 +-0.008178710938 +-0.011169433594 +0.156250000000 +0.037841796875 +0.062988281250 +-0.133789062500 +-0.133789062500 +0.083007812500 +-0.055175781250 +-0.163085937500 +0.140625000000 +0.124023437500 +-0.105468750000 +-0.008850097656 +0.006988525391 +-0.051025390625 +-0.140625000000 +0.093261718750 +-0.086914062500 +-0.060791015625 +0.046875000000 +0.031738281250 +0.123535156250 +0.052490234375 +-0.069335937500 +-0.009216308594 +0.077148437500 +0.131835937500 +-0.079589843750 +0.161132812500 +0.036621093750 +-0.008911132812 +-0.001403808594 +-0.046386718750 +-0.035400390625 +-0.068847656250 +-0.050537109375 +-0.161132812500 +0.009094238281 +-0.055908203125 +-0.117187500000 +-0.192382812500 +0.034912109375 +-0.031005859375 +0.205078125000 +-0.096191406250 +-0.051025390625 +0.090332031250 +0.071777343750 +-0.228515625000 +-0.119140625000 +-0.001106262207 +-0.019042968750 +-0.093750000000 +-0.061035156250 +0.024902343750 +-0.047851562500 +0.187500000000 +0.210937500000 +-0.029907226562 +-0.081542968750 +-0.087402343750 +0.087402343750 +-0.203125000000 +-0.227539062500 +-0.081542968750 +-0.113281250000 +0.005554199219 +0.150390625000 +0.037109375000 +-0.055175781250 +0.077636718750 +-0.184570312500 +-0.071777343750 +0.083496093750 +-0.046386718750 +-0.008056640625 +0.154296875000 +0.072265625000 +-0.166992187500 +-0.196289062500 +-0.094238281250 +0.120605468750 +0.088867187500 +0.108886718750 +0.015380859375 +-0.124023437500 +-0.164062500000 +-0.148437500000 +-0.181640625000 +0.197265625000 +0.051513671875 +0.023071289062 +-0.096191406250 +0.018798828125 +0.032714843750 +-0.039550781250 +-0.076171875000 +0.084960937500 +-0.061279296875 +-0.057373046875 +-0.109375000000 +-0.020874023438 +0.050781250000 +-0.161132812500 +-0.217773437500 +0.122070312500 +-0.120605468750 +-0.125976562500 +0.012939453125 +0.044189453125 +0.206054687500 +0.104980468750 +0.089843750000 +0.128906250000 +-0.122070312500 +0.224609375000 +0.022583007812 +-0.062988281250 +-0.000778198242 +-0.098144531250 +-0.063476562500 +-0.120605468750 +-0.179687500000 +-0.245117187500 +-0.083496093750 +0.049560546875 +-0.185546875000 +-0.049316406250 +-0.038818359375 +-0.167968750000 +0.048339843750 +-0.016479492188 +-0.070312500000 +0.033691406250 +-0.041748046875 +0.096679687500 +-0.231445312500 +0.018066406250 +0.011047363281 +0.136718750000 +0.010559082031 +-0.119140625000 +-0.126953125000 +-0.084960937500 +0.087890625000 +-0.097167968750 +-0.026123046875 +-0.130859375000 +-0.022827148438 +-0.047851562500 +0.085449218750 +-0.044433593750 +-0.111816406250 +-0.130859375000 +0.075683593750 +0.046386718750 +-0.066894531250 +0.064453125000 +-0.043945312500 +0.017211914062 +-0.058105468750 +-0.123535156250 +0.159179687500 +-0.015258789062 +0.094238281250 +0.041503906250 +-0.163085937500 +-0.116699218750 +-0.070312500000 +0.166992187500 +0.088867187500 +0.049804687500 +0.265625000000 +0.126953125000 +-0.042236328125 +0.056884765625 +0.020263671875 +0.013061523438 +0.014770507812 +-0.162109375000 +-0.060791015625 +0.053222656250 +0.015747070312 +-0.000911712646 +-0.044189453125 +-0.193359375000 +-0.012756347656 +-0.018554687500 +-0.086425781250 +0.105468750000 +0.113769531250 +-0.037353515625 +-0.021240234375 +-0.002380371094 +0.023559570312 +-0.158203125000 +0.125976562500 +0.038818359375 +-0.082031250000 +-0.082031250000 +-0.038818359375 +0.124023437500 +-0.024291992188 +-0.003997802734 +0.159179687500 +0.065429687500 +-0.002029418945 +-0.099121093750 +0.057617187500 +0.021362304688 +0.081542968750 +-0.086425781250 +0.100097656250 +-0.023681640625 +-0.079589843750 +0.035156250000 +-0.083007812500 +0.027099609375 +0.131835937500 +-0.034667968750 +-0.040283203125 +0.136718750000 +-0.037353515625 +0.047607421875 +-0.055419921875 +-0.001007080078 +0.011352539062 +0.125000000000 +0.001388549805 +-0.106445312500 +-0.120605468750 +-0.110839843750 +-0.075195312500 +-0.144531250000 +-0.010620117188 +0.120117187500 +0.003646850586 +0.017211914062 +0.141601562500 +-0.038574218750 +-0.023071289062 +-0.117675781250 +-0.057128906250 +-0.093261718750 +-0.004577636719 +0.085937500000 +-0.074707031250 +0.011474609375 +0.135742187500 +0.020507812500 +0.007202148438 +0.037109375000 +0.051757812500 +-0.064453125000 +0.009582519531 +0.051513671875 +0.041015625000 +-0.085937500000 +0.024658203125 +0.110351562500 +0.093750000000 +-0.062011718750 +0.056640625000 +0.025390625000 +-0.014892578125 +-0.110351562500 +0.027832031250 +0.111328125000 +0.094726562500 +0.051025390625 +0.028320312500 +0.067871093750 +-0.100585937500 +-0.037597656250 +-0.088378906250 +0.036132812500 +0.040039062500 +-0.109863281250 +-0.131835937500 +0.157226562500 +0.056152343750 +-0.036621093750 +-0.077148437500 +0.098144531250 +0.235351562500 +-0.089843750000 +-0.003845214844 +0.192382812500 +-0.039794921875 +-0.066406250000 +-0.004028320312 +-0.046875000000 +0.077636718750 +0.021606445312 +0.025390625000 +0.142578125000 +0.040039062500 +0.083984375000 +-0.058837890625 +0.039062500000 +0.128906250000 +-0.049316406250 +0.133789062500 +0.006835937500 +-0.061035156250 +0.012756347656 +0.051025390625 +-0.084960937500 +0.081542968750 +0.006805419922 +0.052490234375 +0.022949218750 +-0.121093750000 +0.106933593750 +0.037109375000 +0.053466796875 +0.065429687500 +-0.208984375000 +0.343750000000 +0.070312500000 +0.137695312500 +0.023681640625 +0.044189453125 +0.146484375000 +-0.123046875000 +-0.064453125000 +-0.175781250000 +-0.008789062500 +0.092773437500 +0.062988281250 +-0.093261718750 +0.014770507812 +0.322265625000 +0.131835937500 +0.126953125000 +0.049560546875 +-0.221679687500 +0.047851562500 +0.060058593750 +0.226562500000 +-0.080078125000 +-0.017456054688 +0.208984375000 +0.119628906250 +0.010559082031 +0.079589843750 +0.012878417969 +0.009338378906 +0.018432617188 +0.035644531250 +0.149414062500 +-0.000446319580 +-0.076171875000 +0.122070312500 +0.072753906250 +0.109863281250 +-0.204101562500 +-0.064453125000 +-0.021484375000 +0.039062500000 +-0.153320312500 +0.075195312500 +-0.155273437500 +0.184570312500 +-0.016479492188 +-0.124023437500 +0.000035524368 +0.145507812500 +-0.022949218750 +0.111816406250 +-0.139648437500 +0.113281250000 +-0.046630859375 +-0.124023437500 +-0.156250000000 +-0.067382812500 +0.052734375000 +0.003585815430 +0.000881195068 +-0.230468750000 +-0.017089843750 +0.014465332031 +-0.067382812500 +-0.003967285156 +0.005737304688 +0.008483886719 +-0.195312500000 +-0.122070312500 +0.110351562500 +0.092285156250 +0.111328125000 +-0.152343750000 +0.014831542969 +-0.133789062500 +-0.125000000000 +-0.078613281250 +0.071289062500 +-0.055175781250 +0.084960937500 +-0.058349609375 +0.098632812500 +-0.163085937500 +-0.069824218750 +-0.013000488281 +0.084472656250 +0.013061523438 +-0.012634277344 +-0.008056640625 +-0.044433593750 +0.067382812500 +-0.112304687500 +-0.083007812500 +-0.000130653381 +0.077148437500 +0.088378906250 +-0.084960937500 +0.113281250000 +-0.119140625000 +-0.103515625000 +0.030639648438 +0.199218750000 +0.051757812500 +-0.213867187500 +0.047363281250 +0.205078125000 +0.014404296875 +-0.056884765625 +0.052246093750 +0.143554687500 +0.026245117188 +0.034667968750 +0.130859375000 +0.040039062500 +0.068847656250 +0.049072265625 +-0.029052734375 +-0.108398437500 +0.007934570312 +-0.069335937500 +0.019531250000 +-0.017211914062 +0.051269531250 +0.109863281250 +-0.168945312500 +-0.028198242188 +-0.009521484375 +-0.073730468750 +-0.069824218750 +-0.043945312500 +-0.044433593750 +-0.136718750000 +-0.131835937500 +0.151367187500 +-0.003448486328 +0.167968750000 +-0.063964843750 +0.093261718750 +-0.032958984375 +0.030883789062 +-0.091796875000 +-0.050781250000 +0.038085937500 +-0.015625000000 +-0.032714843750 +0.052001953125 +-0.115234375000 +0.043701171875 +0.015380859375 +0.076660156250 +0.016601562500 +0.034912109375 +-0.058349609375 +-0.217773437500 +-0.033203125000 +0.189453125000 +-0.081054687500 +0.033935546875 +-0.015747070312 +-0.037353515625 +-0.035156250000 +0.111816406250 +-0.015991210938 +-0.019165039062 +-0.110351562500 +-0.061523437500 +-0.166015625000 +-0.068359375000 +-0.019531250000 +-0.250000000000 +0.058593750000 +0.111328125000 +0.091308593750 +-0.047119140625 +0.000976562500 +-0.029418945312 +0.006347656250 +0.089843750000 +-0.119628906250 +-0.119140625000 +-0.003021240234 +-0.113281250000 +0.054443359375 +-0.009460449219 +-0.061523437500 +0.181640625000 +-0.074707031250 +0.104003906250 +0.049560546875 +-0.029296875000 +0.072753906250 +0.050048828125 +0.018554687500 +-0.153320312500 +-0.074707031250 +0.241210937500 +0.003707885742 +-0.094726562500 +-0.087402343750 +-0.039550781250 +0.005645751953 +-0.007232666016 +0.047119140625 +0.076660156250 +-0.076171875000 +0.106933593750 +-0.155273437500 +-0.005218505859 +0.106933593750 +-0.036376953125 +0.077148437500 +0.112792968750 +-0.088378906250 +-0.203125000000 +-0.127929687500 +-0.014038085938 +-0.128906250000 +-0.033935546875 +0.027465820312 +0.231445312500 +-0.117187500000 +-0.023315429688 +0.144531250000 +0.000134468079 +0.093750000000 +0.077148437500 +-0.202148437500 +0.034179687500 +-0.102539062500 +0.079589843750 +0.111816406250 +0.049316406250 +-0.052978515625 +-0.022094726562 +0.123535156250 +0.040527343750 +0.107910156250 +0.132812500000 +-0.111328125000 +0.100097656250 +-0.095703125000 +0.117675781250 +0.164062500000 +0.062500000000 +-0.006347656250 +-0.072265625000 +0.040039062500 +0.139648437500 +-0.127929687500 +-0.025756835938 +0.176757812500 +0.134765625000 +0.010864257812 +-0.022705078125 +0.199218750000 +-0.038330078125 +0.189453125000 +0.128906250000 +0.337890625000 +0.012939453125 +0.085937500000 +0.085937500000 +0.116210937500 +-0.095703125000 +0.034912109375 +-0.010559082031 +0.071777343750 +-0.005676269531 +-0.149414062500 +-0.019653320312 +0.007812500000 +-0.075683593750 +-0.009887695312 +0.086425781250 +0.038085937500 +0.127929687500 +0.142578125000 +0.123535156250 +0.040283203125 +0.013366699219 +-0.110351562500 +0.026000976562 +-0.043212890625 +-0.156250000000 +0.072753906250 +-0.177734375000 +0.142578125000 +0.202148437500 +0.026855468750 +0.128906250000 +-0.067382812500 +0.084960937500 +0.072753906250 +-0.052734375000 +0.026611328125 +0.027709960938 +0.080078125000 +0.109375000000 +0.031494140625 +-0.027221679688 +0.117187500000 +0.080566406250 +0.136718750000 +0.156250000000 +-0.020507812500 +-0.031250000000 +-0.166015625000 +0.057861328125 +-0.004150390625 +-0.102539062500 +-0.009826660156 +-0.046386718750 +-0.043701171875 +0.055419921875 +0.074218750000 +-0.094726562500 +-0.217773437500 +-0.170898437500 +-0.066894531250 +0.009643554688 +0.026977539062 +-0.202148437500 +-0.054931640625 +-0.061767578125 +-0.109375000000 +-0.033935546875 +0.134765625000 +-0.155273437500 +0.165039062500 +-0.333984375000 +0.017944335938 +-0.053710937500 +-0.021240234375 +-0.045410156250 +0.107910156250 +-0.055175781250 +-0.211914062500 +-0.197265625000 +0.010375976562 +-0.171875000000 +-0.012939453125 +0.067871093750 +-0.047363281250 +0.004516601562 +0.134765625000 +0.107421875000 +-0.197265625000 +-0.051025390625 +-0.147460937500 +0.092773437500 +0.003189086914 +0.124023437500 +-0.054443359375 +-0.030639648438 +0.091308593750 +0.017333984375 +0.125976562500 +0.143554687500 +-0.014038085938 +-0.123046875000 +-0.094238281250 +0.029907226562 +-0.052490234375 +0.031738281250 +0.001129150391 +-0.029296875000 +0.115722656250 +0.107421875000 +0.038330078125 +0.028076171875 +0.019653320312 +-0.000095844269 +-0.040527343750 +-0.012145996094 +0.110351562500 +0.160156250000 +-0.005645751953 +0.161132812500 +0.034179687500 +-0.039794921875 +-0.115722656250 +0.110351562500 +0.075195312500 +-0.081542968750 +-0.061035156250 +0.154296875000 +-0.071289062500 +-0.029541015625 +-0.054687500000 +-0.121582031250 +0.067871093750 +-0.004943847656 +0.018554687500 +-0.056396484375 +-0.022460937500 +0.003265380859 +-0.128906250000 +0.099121093750 +-0.065429687500 +-0.113769531250 +0.245117187500 +-0.001358032227 +-0.019531250000 +0.033691406250 +0.029174804688 +0.160156250000 +-0.017700195312 +-0.125000000000 +-0.127929687500 +-0.117187500000 +-0.140625000000 +0.008300781250 +0.105468750000 +-0.096679687500 +-0.142578125000 +-0.088378906250 +-0.092285156250 +0.101074218750 +-0.040527343750 +-0.071777343750 +-0.140625000000 +-0.026000976562 +-0.003021240234 +0.020874023438 +-0.124511718750 +-0.031250000000 +-0.044921875000 +-0.041992187500 +-0.033203125000 +0.059570312500 +0.020751953125 +-0.023315429688 +-0.068359375000 +0.145507812500 +0.020263671875 +0.048339843750 +0.003189086914 +0.012207031250 +-0.050537109375 +-0.049316406250 +-0.015258789062 +0.126953125000 +0.179687500000 +-0.132812500000 +-0.079589843750 +0.085937500000 +-0.094238281250 +-0.084960937500 +-0.047119140625 +0.046875000000 +0.027221679688 +-0.010131835938 +-0.065917968750 +0.008422851562 +-0.110351562500 +-0.028320312500 +0.091796875000 +-0.009826660156 +-0.103515625000 +0.026855468750 +0.132812500000 +0.051269531250 +-0.031738281250 +0.112792968750 +-0.207031250000 +0.179687500000 +-0.129882812500 +-0.003707885742 +-0.031738281250 +-0.115234375000 +-0.071777343750 +-0.025024414062 +0.121093750000 +-0.057128906250 +0.087402343750 +0.287109375000 +-0.026123046875 +-0.026489257812 +0.011047363281 +-0.022827148438 +-0.007537841797 +-0.031982421875 +-0.099121093750 +0.039550781250 +-0.039794921875 +-0.115234375000 +0.086425781250 +-0.027343750000 +-0.041748046875 +-0.031982421875 +-0.006439208984 +0.027221679688 +-0.014831542969 +-0.016723632812 +-0.028442382812 +-0.128906250000 +0.015625000000 +-0.074218750000 +0.172851562500 +0.081542968750 +0.140625000000 +-0.119140625000 +0.101562500000 +-0.058349609375 +0.049560546875 +-0.098144531250 +-0.158203125000 +-0.228515625000 +-0.005371093750 +-0.101074218750 +0.025878906250 +-0.021972656250 +0.153320312500 +-0.127929687500 +0.010009765625 +-0.132812500000 +-0.213867187500 +0.098144531250 +-0.096679687500 +-0.043212890625 +0.056396484375 +-0.202148437500 +0.062500000000 +-0.068847656250 +-0.208984375000 +-0.213867187500 +0.089843750000 +0.055664062500 +-0.069335937500 +-0.050292968750 +0.116210937500 +0.017578125000 +-0.083007812500 +0.064941406250 +-0.018432617188 +-0.126953125000 +-0.113769531250 +-0.093750000000 +0.073242187500 +0.050048828125 +0.037109375000 +0.177734375000 +0.087890625000 +0.032226562500 +-0.075683593750 +-0.080078125000 +0.030639648438 +-0.026367187500 +-0.125000000000 +-0.216796875000 +0.019165039062 +0.154296875000 +-0.020141601562 +-0.139648437500 +0.037109375000 +0.014099121094 +0.046142578125 +-0.084472656250 +0.122070312500 +-0.134765625000 +-0.165039062500 +-0.047607421875 +0.009765625000 +-0.107421875000 +0.051269531250 +0.016357421875 +0.072753906250 +0.010986328125 +-0.105957031250 +-0.123046875000 +0.059082031250 +-0.167968750000 +0.033691406250 +-0.133789062500 +-0.158203125000 +-0.081542968750 +0.115234375000 +0.045166015625 +0.091308593750 +-0.106445312500 +0.155273437500 +0.116210937500 +0.105468750000 +0.060546875000 +0.069335937500 +-0.110351562500 +0.124023437500 +0.083984375000 +0.014831542969 +0.026977539062 +0.053222656250 +-0.069335937500 +-0.081054687500 +0.124023437500 +-0.177734375000 +-0.008728027344 +-0.220703125000 +0.041259765625 +0.025878906250 +-0.131835937500 +-0.009033203125 +0.117675781250 +0.111816406250 +0.122558593750 +0.055419921875 +0.033691406250 +-0.006713867188 +0.050537109375 +0.018554687500 +0.008056640625 +-0.146484375000 +-0.143554687500 +-0.081054687500 +0.040283203125 +0.104492187500 +-0.045654296875 +-0.078125000000 +-0.153320312500 +0.038085937500 +0.083007812500 +0.022216796875 +0.061767578125 +-0.055664062500 +-0.133789062500 +-0.142578125000 +0.085449218750 +0.085449218750 +-0.140625000000 +-0.122070312500 +0.003936767578 +-0.124023437500 +0.004577636719 +0.077636718750 +-0.015869140625 +0.239257812500 +-0.167968750000 +0.051757812500 +-0.095703125000 +0.084472656250 +-0.091308593750 +0.086425781250 +-0.107910156250 +-0.053466796875 +-0.048095703125 +-0.061279296875 +0.078125000000 +-0.002166748047 +-0.004577636719 +-0.024536132812 +-0.055908203125 +-0.071289062500 +-0.147460937500 +-0.043457031250 +-0.006042480469 +0.168945312500 +-0.058349609375 +-0.012695312500 +0.175781250000 +0.067382812500 +0.073730468750 +-0.010253906250 +-0.087402343750 +-0.071289062500 +0.062988281250 +-0.134765625000 +0.012939453125 +-0.098632812500 +-0.143554687500 +0.101562500000 +0.021484375000 +-0.100097656250 +0.039550781250 +-0.021850585938 +0.079589843750 +0.010498046875 +-0.061767578125 +-0.208007812500 +-0.078613281250 +-0.023315429688 +0.080566406250 +-0.099609375000 +0.080566406250 +-0.081054687500 +-0.246093750000 +-0.060058593750 +-0.077148437500 +0.140625000000 +0.088378906250 +0.125976562500 +0.082519531250 +-0.040283203125 +0.089843750000 +0.189453125000 +0.027832031250 +-0.130859375000 +0.034179687500 +-0.016845703125 +-0.041015625000 +0.045898437500 +-0.040527343750 +-0.016845703125 +-0.077636718750 +0.066406250000 +-0.172851562500 +-0.160156250000 +-0.085449218750 +0.114746093750 +0.141601562500 +0.079589843750 +-0.080078125000 +0.174804687500 +-0.037841796875 +0.158203125000 +0.015563964844 +0.218750000000 +-0.016723632812 +-0.014160156250 +-0.013366699219 +0.007720947266 +-0.019042968750 +-0.104003906250 +0.000488281250 +-0.025146484375 +0.061279296875 +-0.093750000000 +0.054931640625 +-0.019409179688 +-0.089843750000 +-0.064453125000 +-0.125976562500 +0.168945312500 +0.191406250000 +0.103515625000 +0.054443359375 +0.112304687500 +0.087890625000 +-0.186523437500 +0.076171875000 +-0.116699218750 +0.125976562500 +0.025146484375 +0.064453125000 +-0.103515625000 +-0.096191406250 +0.095214843750 +0.112792968750 +-0.032470703125 +-0.001724243164 +-0.022949218750 +0.234375000000 +0.038818359375 +0.036621093750 +0.038330078125 +-0.089843750000 +0.075195312500 +0.113769531250 +-0.149414062500 +0.019897460938 +0.078613281250 +-0.136718750000 +-0.175781250000 +-0.077148437500 +-0.049804687500 +0.061767578125 +-0.040527343750 +-0.066894531250 +0.025146484375 +-0.037109375000 +0.017333984375 +0.049316406250 +0.005279541016 +0.078125000000 +0.287109375000 +0.108398437500 +0.051513671875 +0.111328125000 +-0.116699218750 +0.062011718750 +0.078613281250 +-0.152343750000 +-0.036865234375 +-0.061767578125 +0.090332031250 +0.030151367188 +0.102050781250 +-0.009582519531 +-0.195312500000 +-0.058837890625 +0.066894531250 +-0.044433593750 +-0.094726562500 +-0.165039062500 +0.038574218750 +0.011352539062 +-0.047119140625 +0.080566406250 +-0.035644531250 +0.116210937500 +-0.001930236816 +-0.070800781250 +-0.086914062500 +0.071289062500 +0.109863281250 +-0.036376953125 +-0.008239746094 +-0.180664062500 +0.052001953125 +0.051757812500 +-0.176757812500 +0.062988281250 +0.119140625000 +-0.031494140625 +0.134765625000 +-0.042724609375 +0.039062500000 +-0.058837890625 +-0.111816406250 +0.130859375000 +0.157226562500 +-0.130859375000 +-0.217773437500 +0.037841796875 +0.019897460938 +-0.257812500000 +0.167968750000 +0.114746093750 +0.053222656250 +-0.053955078125 +0.034423828125 +-0.047607421875 +-0.033447265625 +-0.095214843750 +-0.062011718750 +-0.152343750000 +0.087402343750 +-0.001998901367 +0.066894531250 +-0.176757812500 +-0.000170707703 +0.016357421875 +-0.124511718750 +0.053466796875 +0.065429687500 +-0.113769531250 +-0.039306640625 +-0.245117187500 +0.110839843750 +-0.153320312500 +-0.092285156250 +-0.023559570312 +0.106445312500 +0.042724609375 +-0.020751953125 +0.058593750000 +-0.029663085938 +0.008178710938 +-0.045654296875 +0.071289062500 +0.118652343750 +-0.018066406250 +-0.092285156250 +0.261718750000 +0.206054687500 +0.010681152344 +0.024658203125 +-0.155273437500 +-0.036376953125 +-0.004119873047 +-0.005340576172 +-0.062011718750 +0.037353515625 +0.117675781250 +-0.144531250000 +0.155273437500 +-0.003250122070 +-0.001731872559 +-0.122070312500 +-0.007690429688 +0.068847656250 +-0.012145996094 +0.060791015625 +0.089355468750 +0.074218750000 +-0.008361816406 +0.153320312500 +0.071777343750 +0.068359375000 +0.069335937500 +0.058105468750 +-0.010803222656 +-0.085449218750 +-0.121093750000 +0.144531250000 +0.104980468750 +0.036865234375 +-0.178710937500 +0.002426147461 +0.117675781250 +0.012756347656 +0.116210937500 +0.027343750000 +0.150390625000 +-0.022216796875 +-0.126953125000 +0.030273437500 +0.147460937500 +0.095214843750 +0.080078125000 +-0.103515625000 +0.161132812500 +-0.008789062500 +0.080566406250 +0.170898437500 +-0.110839843750 +-0.024658203125 +-0.090820312500 +-0.047119140625 +-0.090820312500 +0.064453125000 +0.026245117188 +0.022583007812 +-0.219726562500 +-0.070312500000 +0.105957031250 +0.037597656250 +-0.021118164062 +0.013366699219 +0.175781250000 +-0.248046875000 +0.102050781250 +-0.057861328125 +-0.229492187500 +-0.015136718750 +-0.118164062500 +-0.060302734375 +0.007141113281 +-0.041015625000 +-0.230468750000 +-0.112304687500 +-0.080078125000 +0.125976562500 +0.088378906250 +0.041015625000 +-0.147460937500 +0.128906250000 +0.031982421875 +-0.103515625000 +-0.017333984375 +0.040771484375 +-0.077636718750 +0.033447265625 +0.028198242188 +-0.065429687500 +0.063964843750 +0.005279541016 +-0.015747070312 +0.018676757812 +0.115722656250 +0.166015625000 +-0.068847656250 +0.050292968750 +0.203125000000 +0.202148437500 +-0.099121093750 +-0.023925781250 +0.008117675781 +0.070312500000 +0.075195312500 +0.091308593750 +0.047119140625 +0.079101562500 +-0.140625000000 +-0.074707031250 +0.023437500000 +-0.106445312500 +-0.034423828125 +-0.044433593750 +0.046875000000 +0.035156250000 +0.091308593750 +-0.188476562500 +-0.043701171875 +-0.269531250000 +0.127929687500 +0.011901855469 +0.016235351562 +0.094238281250 +-0.058349609375 +-0.090332031250 +0.169921875000 +0.131835937500 +0.194335937500 +-0.156250000000 +-0.000329971313 +-0.116699218750 +0.168945312500 +0.099609375000 +-0.120605468750 +0.064941406250 +0.108886718750 +-0.133789062500 +0.142578125000 +0.079101562500 +0.208007812500 +0.072265625000 +0.030883789062 +0.223632812500 +0.084960937500 +0.119628906250 +0.050537109375 +0.010925292969 +-0.106445312500 +-0.060302734375 +-0.051269531250 +0.000102043152 +-0.033691406250 +-0.175781250000 +-0.082519531250 +0.086914062500 +-0.181640625000 +-0.227539062500 +0.051513671875 +0.143554687500 +-0.072265625000 +-0.232421875000 +0.014648437500 +0.177734375000 +-0.064941406250 +0.014953613281 +0.019531250000 +-0.160156250000 +-0.060546875000 +0.012817382812 +-0.081054687500 +-0.047851562500 +-0.087402343750 +-0.144531250000 +-0.148437500000 +-0.160156250000 +-0.043212890625 +-0.013916015625 +0.141601562500 +-0.085449218750 +-0.019897460938 +-0.015625000000 +0.129882812500 +-0.171875000000 +-0.104492187500 +0.066406250000 +0.117675781250 +-0.022705078125 +0.054443359375 +-0.058105468750 +0.095214843750 +0.235351562500 +0.225585937500 +-0.061523437500 +0.242187500000 +-0.000331878662 +0.043701171875 +-0.052001953125 +-0.117187500000 +0.172851562500 +0.005523681641 +-0.160156250000 +0.043701171875 +0.004272460938 +0.051513671875 +-0.208007812500 +0.069335937500 +-0.195312500000 +-0.053466796875 +0.059570312500 +-0.092773437500 +-0.056396484375 +-0.077148437500 +-0.143554687500 +-0.087402343750 +-0.072753906250 +-0.115722656250 +-0.133789062500 +-0.076171875000 +-0.242187500000 +-0.231445312500 +0.062988281250 +-0.109375000000 +-0.283203125000 +-0.031494140625 +-0.091308593750 +0.030273437500 +0.028198242188 +0.048828125000 +0.166992187500 +-0.031982421875 +-0.151367187500 +0.032226562500 +-0.034667968750 +-0.064941406250 +0.184570312500 +-0.056152343750 +0.073730468750 +-0.166015625000 +-0.042480468750 +-0.065917968750 +0.064941406250 +-0.108886718750 +-0.085937500000 +0.084472656250 +0.078125000000 +0.135742187500 +-0.050048828125 +0.057373046875 +-0.008544921875 +0.074707031250 +-0.138671875000 +0.130859375000 +-0.108398437500 +0.207031250000 +0.093261718750 +0.019653320312 +-0.071777343750 +-0.027465820312 +-0.024658203125 +0.030151367188 +-0.040039062500 +-0.113769531250 +-0.182617187500 +-0.162109375000 +0.102539062500 +0.105957031250 +-0.022583007812 +0.017089843750 +-0.059326171875 +-0.150390625000 +-0.146484375000 +-0.003311157227 +0.068359375000 +-0.045654296875 +-0.225585937500 +0.129882812500 +-0.130859375000 +0.012390136719 +0.028564453125 +-0.068359375000 +-0.009094238281 +-0.098632812500 +-0.015380859375 +0.007110595703 +0.010925292969 +0.199218750000 +0.040527343750 +0.119140625000 +-0.120117187500 +0.020507812500 +0.116210937500 +-0.129882812500 +-0.088867187500 +-0.100097656250 +-0.285156250000 +-0.008911132812 +-0.078613281250 +0.034667968750 +-0.067871093750 +0.082519531250 +-0.156250000000 +0.153320312500 +-0.031982421875 +0.059082031250 +0.015502929688 +-0.126953125000 +0.060791015625 +-0.025634765625 +-0.110351562500 +0.073242187500 +0.157226562500 +-0.040527343750 +0.040283203125 +0.014648437500 +-0.053955078125 +0.024169921875 +-0.237304687500 +-0.141601562500 +0.006896972656 +0.112792968750 +-0.040527343750 +0.022216796875 +-0.120117187500 +0.033935546875 +-0.176757812500 +-0.083007812500 +0.055419921875 +0.076171875000 +0.011413574219 +-0.094726562500 +-0.009948730469 +-0.159179687500 +-0.040039062500 +-0.081542968750 +-0.033935546875 +0.025390625000 +-0.027343750000 +-0.036865234375 +-0.058837890625 +0.015075683594 +-0.001495361328 +0.038574218750 +0.049072265625 +0.021118164062 +-0.153320312500 +0.087890625000 +-0.090820312500 +-0.027954101562 +0.048583984375 +0.077148437500 +-0.044677734375 +-0.022949218750 +-0.059814453125 +-0.025390625000 +0.050781250000 +-0.111328125000 +0.208984375000 +0.155273437500 +0.093261718750 +0.085449218750 +-0.031738281250 +-0.026123046875 +0.087402343750 +-0.105957031250 +0.043701171875 +0.108886718750 +0.062500000000 +-0.101562500000 +0.097656250000 +-0.044677734375 +-0.088378906250 +0.047607421875 +-0.140625000000 +-0.064941406250 +0.019653320312 +-0.174804687500 +0.002105712891 +0.015319824219 +0.119628906250 +-0.091308593750 +-0.017822265625 +0.071777343750 +0.039062500000 +-0.078613281250 +-0.090332031250 +0.050781250000 +-0.120117187500 +-0.022827148438 +0.041503906250 +0.017089843750 +0.027709960938 +-0.023315429688 +0.115234375000 +0.020507812500 +-0.088867187500 +-0.111328125000 +-0.068847656250 +0.149414062500 +0.154296875000 +-0.115234375000 +0.076171875000 +0.045410156250 +-0.034179687500 +0.085937500000 +-0.206054687500 +-0.064453125000 +-0.217773437500 +-0.036865234375 +0.126953125000 +0.172851562500 +-0.058837890625 +-0.140625000000 +-0.019165039062 +0.057128906250 +-0.023681640625 +0.074707031250 +0.073730468750 +0.164062500000 +0.112792968750 +0.054199218750 +-0.060546875000 +-0.043701171875 +-0.083984375000 +-0.089355468750 +0.167968750000 +-0.009277343750 +0.122558593750 +-0.101074218750 +-0.081542968750 +0.035888671875 +-0.029907226562 +0.012573242188 +-0.056640625000 +-0.203125000000 +-0.123046875000 +0.048339843750 +-0.166015625000 +0.075683593750 +0.045166015625 +0.040283203125 +0.203125000000 +0.112304687500 +-0.112792968750 +-0.030761718750 +0.110839843750 +-0.018798828125 +0.040527343750 +0.083007812500 +0.035644531250 +0.119140625000 +0.042724609375 +0.064941406250 +0.134765625000 +0.064941406250 +0.055175781250 +-0.020996093750 +-0.045410156250 +0.009399414062 +-0.083984375000 +-0.020996093750 +0.124023437500 +0.003494262695 +-0.093261718750 +-0.040283203125 +0.062011718750 +-0.055175781250 +0.022338867188 +0.012878417969 +0.017578125000 +0.235351562500 +0.003280639648 +-0.074218750000 +-0.020141601562 +0.001701354980 +0.033447265625 +-0.035156250000 +0.091308593750 +-0.021972656250 +-0.054199218750 +-0.055908203125 +-0.049804687500 +-0.165039062500 +-0.078125000000 +-0.068359375000 +0.094238281250 +-0.101562500000 +-0.011596679688 +-0.052490234375 +0.104980468750 +0.047363281250 +0.103515625000 +-0.014465332031 +0.057617187500 +0.050292968750 +0.034423828125 +0.091796875000 +-0.224609375000 +0.017211914062 +0.070800781250 +0.058349609375 +-0.137695312500 +0.008361816406 +-0.121093750000 +0.092285156250 +-0.033447265625 +-0.031250000000 +0.209960937500 +0.001747131348 +-0.015991210938 +-0.005920410156 +0.164062500000 +0.138671875000 +-0.076171875000 +0.075195312500 +-0.009460449219 +-0.099121093750 +-0.112792968750 +0.019409179688 +-0.027465820312 +0.026123046875 +0.099609375000 +0.086914062500 +0.111328125000 +0.074218750000 +0.151367187500 +0.149414062500 +-0.107421875000 +0.043212890625 +0.194335937500 +0.084960937500 +0.011047363281 +0.049072265625 +-0.025878906250 +-0.220703125000 +-0.087890625000 +0.040039062500 +0.090820312500 +0.095703125000 +-0.015075683594 +0.066406250000 +0.188476562500 +0.061523437500 +0.073730468750 +0.113281250000 +-0.076660156250 +0.128906250000 +-0.098632812500 +-0.009643554688 +0.030151367188 +-0.023681640625 +0.024047851562 +0.053466796875 +0.020263671875 +0.304687500000 +-0.006347656250 +0.070312500000 +-0.114257812500 +0.037597656250 +-0.037353515625 +-0.010620117188 +0.036621093750 +0.061035156250 +0.037597656250 +-0.003173828125 +0.202148437500 +0.129882812500 +0.046142578125 +0.066406250000 +-0.066894531250 +-0.095214843750 +-0.038085937500 +0.079101562500 +0.084960937500 +0.017456054688 +0.064453125000 +-0.034179687500 +0.005645751953 +0.073242187500 +0.022583007812 +0.123046875000 +-0.166992187500 +0.025268554688 +0.080078125000 +0.118652343750 +-0.141601562500 +-0.069335937500 +-0.049804687500 +-0.228515625000 +-0.064941406250 +-0.005798339844 +-0.037109375000 +-0.000284194946 +-0.017456054688 +-0.022338867188 +0.068359375000 +0.041748046875 +-0.033203125000 +0.073242187500 +-0.127929687500 +-0.134765625000 +-0.048583984375 +0.064453125000 +0.015014648438 +0.013488769531 +0.005767822266 +-0.081542968750 +-0.061523437500 +-0.017211914062 +0.078613281250 +-0.050048828125 +-0.070312500000 +0.088867187500 +0.155273437500 +-0.060058593750 +0.036621093750 +-0.090332031250 +0.194335937500 +0.019287109375 +-0.056884765625 +0.097167968750 +-0.008605957031 +0.101562500000 +-0.153320312500 +0.013671875000 +-0.033935546875 +0.020874023438 +-0.021484375000 +-0.031738281250 +0.176757812500 +0.040039062500 +-0.099609375000 +-0.067871093750 +0.121582031250 +-0.162109375000 +0.030151367188 +-0.059570312500 +0.070800781250 +0.186523437500 +0.005798339844 +0.033691406250 +0.037841796875 +-0.111816406250 +0.091796875000 +0.083984375000 +0.011779785156 +0.037109375000 +0.010192871094 +0.116210937500 +0.015258789062 +-0.169921875000 +-0.012634277344 +-0.098632812500 +0.080078125000 +0.014770507812 +-0.044189453125 +0.081054687500 +-0.014099121094 +0.023315429688 +0.041748046875 +0.069335937500 +-0.068847656250 +-0.080078125000 +0.040771484375 +-0.036376953125 +0.197265625000 +-0.092285156250 +0.100097656250 +0.189453125000 +-0.002014160156 +-0.088378906250 +0.152343750000 +0.167968750000 +0.114746093750 +-0.096191406250 +-0.232421875000 +0.055175781250 +-0.083984375000 +0.024169921875 +0.110839843750 +0.007385253906 +-0.158203125000 +-0.100585937500 +-0.177734375000 +0.049316406250 +0.071289062500 +0.064941406250 +-0.040283203125 +-0.207031250000 +-0.028564453125 +0.029663085938 +0.071289062500 +-0.073730468750 +0.140625000000 +-0.138671875000 +-0.326171875000 +0.025268554688 +-0.210937500000 +-0.255859375000 +-0.044921875000 +0.079589843750 +0.076660156250 +-0.069335937500 +0.126953125000 +-0.030151367188 +-0.058837890625 +-0.071289062500 +0.131835937500 +-0.036621093750 +-0.095214843750 +-0.129882812500 +0.036865234375 +0.014099121094 +0.068359375000 +-0.146484375000 +-0.034912109375 +0.165039062500 +-0.269531250000 +-0.041992187500 +0.131835937500 +-0.070800781250 +0.055664062500 +0.010559082031 +0.042968750000 +0.009399414062 +-0.194335937500 +0.055419921875 +0.335937500000 +-0.088867187500 +-0.119140625000 +0.127929687500 +-0.063964843750 +0.014709472656 +0.075683593750 +-0.080566406250 +-0.058105468750 +0.130859375000 +0.052001953125 +0.078125000000 +-0.132812500000 +0.175781250000 +0.031250000000 +0.141601562500 +-0.061767578125 +-0.261718750000 +-0.105957031250 +0.058837890625 +0.064941406250 +-0.025268554688 +0.222656250000 +-0.048583984375 +-0.012390136719 +0.187500000000 +0.237304687500 +0.246093750000 +-0.059326171875 +-0.092285156250 +0.153320312500 +0.107421875000 +0.136718750000 +0.059570312500 +0.177734375000 +-0.143554687500 +0.122558593750 +0.098632812500 +-0.169921875000 +-0.007263183594 +0.050781250000 +-0.106933593750 +0.107421875000 +-0.207031250000 +-0.012207031250 +0.067382812500 +-0.103027343750 +-0.103027343750 +0.123535156250 +-0.080078125000 +-0.169921875000 +-0.144531250000 +0.080566406250 +0.086425781250 +0.082031250000 +-0.096191406250 +-0.121093750000 +0.037109375000 +0.028686523438 +0.183593750000 +0.003997802734 +0.147460937500 +0.046875000000 +0.621093750000 +-0.083007812500 +0.126953125000 +0.130859375000 +-0.016479492188 +-0.062500000000 +-0.166015625000 +-0.037353515625 +0.024047851562 +0.125000000000 +-0.144531250000 +0.076171875000 +0.056640625000 +0.018310546875 +-0.136718750000 +0.113281250000 +-0.046630859375 +-0.091308593750 +0.041015625000 +0.117675781250 +0.070800781250 +0.056884765625 +0.022705078125 +-0.048828125000 +0.033203125000 +-0.071777343750 +0.190429687500 +-0.052978515625 +-0.019775390625 +-0.009155273438 +-0.010009765625 +0.163085937500 +-0.025512695312 +-0.123535156250 +0.008361816406 +0.064453125000 +0.156250000000 +-0.043457031250 +0.054931640625 +0.122070312500 +-0.044189453125 +0.137695312500 +0.116699218750 +0.053222656250 +-0.212890625000 +-0.025390625000 +0.057617187500 +-0.148437500000 +-0.047607421875 +0.126953125000 +-0.016845703125 +-0.091308593750 +0.040771484375 +0.069824218750 +0.007598876953 +0.045654296875 +0.141601562500 +-0.057373046875 +0.013488769531 +0.139648437500 +-0.104980468750 +0.025756835938 +-0.066406250000 +0.002197265625 +-0.127929687500 +0.113281250000 +-0.149414062500 +-0.136718750000 +-0.238281250000 +0.102539062500 +0.030029296875 +-0.072753906250 +-0.106933593750 +0.004638671875 +0.031250000000 +-0.024780273438 +0.057128906250 +0.205078125000 +0.111328125000 +0.094238281250 +0.117187500000 +0.017944335938 +-0.020507812500 +0.035888671875 +-0.019165039062 +0.002487182617 +-0.116699218750 +0.108886718750 +0.039306640625 +-0.089355468750 +-0.025878906250 +0.032714843750 +-0.027343750000 +-0.061767578125 +-0.054931640625 +0.049804687500 +0.113769531250 +-0.019165039062 +-0.002014160156 +-0.035644531250 +-0.083496093750 +0.014587402344 +0.061035156250 +0.045898437500 +-0.012634277344 +-0.020751953125 +0.183593750000 +-0.003479003906 +-0.021606445312 +0.182617187500 +-0.088867187500 +-0.027343750000 +0.054199218750 +-0.140625000000 +-0.111328125000 +-0.099609375000 +0.046630859375 +-0.083007812500 +-0.166992187500 +-0.048095703125 +-0.083984375000 +0.012878417969 +0.046142578125 +-0.079101562500 +-0.070800781250 +0.009582519531 +0.106933593750 +-0.104492187500 +-0.058105468750 +-0.082519531250 +0.020385742188 +-0.064453125000 +0.028686523438 +0.025634765625 +0.165039062500 +0.039550781250 +0.045166015625 +0.113281250000 +-0.246093750000 +0.087890625000 +0.016723632812 +-0.122558593750 +0.085449218750 +-0.056152343750 +-0.060058593750 +0.111328125000 +-0.102539062500 +-0.041503906250 +-0.187500000000 +0.103515625000 +-0.158203125000 +-0.105468750000 +0.061035156250 +-0.181640625000 +-0.097656250000 +-0.074707031250 +0.061767578125 +0.050292968750 +-0.004791259766 +-0.069335937500 +0.178710937500 +0.112792968750 +-0.138671875000 +0.043701171875 +-0.135742187500 +-0.067871093750 +-0.045166015625 +0.022949218750 +0.184570312500 +0.102539062500 +-0.069824218750 +-0.017822265625 +0.125976562500 +0.155273437500 +0.015747070312 +-0.065917968750 +-0.027343750000 +0.138671875000 +0.094238281250 +-0.062988281250 +-0.046386718750 +-0.013793945312 +-0.028808593750 +-0.124023437500 +-0.003860473633 +0.011169433594 +0.113281250000 +0.041259765625 +-0.072753906250 +-0.091308593750 +0.115234375000 +0.133789062500 +-0.115234375000 +0.064453125000 +-0.084960937500 +-0.107421875000 +0.033935546875 +0.082031250000 +-0.119140625000 +0.002105712891 +-0.121582031250 +-0.134765625000 +-0.035400390625 +0.104492187500 +-0.066406250000 +0.117187500000 +-0.037109375000 +0.106445312500 +0.201171875000 +-0.067871093750 +-0.240234375000 +0.035156250000 +-0.020385742188 +0.004699707031 +-0.123046875000 +0.058105468750 +0.067382812500 +0.133789062500 +0.108398437500 +-0.055175781250 +-0.090820312500 +-0.210937500000 +0.097167968750 +-0.123046875000 +-0.069335937500 +-0.012207031250 +0.004760742188 +0.046630859375 +-0.052978515625 +0.062011718750 +-0.066894531250 +0.059814453125 +0.176757812500 +0.142578125000 +0.045654296875 +0.024291992188 +-0.056884765625 +-0.109375000000 +0.096679687500 +0.052246093750 +-0.124023437500 +-0.128906250000 +-0.008239746094 +0.101562500000 +0.010131835938 +0.063476562500 +-0.076171875000 +-0.052734375000 +-0.097167968750 +-0.027221679688 +0.113281250000 +-0.092285156250 +-0.208984375000 +-0.006378173828 +0.027221679688 +-0.094238281250 +0.008728027344 +-0.140625000000 +-0.049316406250 +0.064453125000 +-0.027709960938 +0.144531250000 +0.119628906250 +-0.000862121582 +-0.115234375000 +-0.074707031250 +-0.005462646484 +0.040039062500 +0.134765625000 +-0.057373046875 +-0.046386718750 +0.041748046875 +0.074707031250 +0.012207031250 +0.046386718750 +-0.206054687500 +-0.051269531250 +0.008483886719 +0.030029296875 +-0.010437011719 +0.030517578125 +0.077636718750 +0.004333496094 +-0.103027343750 +-0.130859375000 +-0.164062500000 +-0.028198242188 +0.012268066406 +-0.075683593750 +-0.139648437500 +0.084472656250 +-0.165039062500 +-0.043212890625 +0.065429687500 +0.055664062500 +-0.003799438477 +-0.104980468750 +-0.012817382812 +0.003936767578 +-0.152343750000 +-0.110351562500 +0.054443359375 +-0.039062500000 +-0.171875000000 +0.015258789062 +0.030883789062 +-0.041992187500 +-0.078125000000 +-0.015258789062 +-0.055419921875 +-0.153320312500 +0.148437500000 +0.084472656250 +-0.138671875000 +0.082519531250 +-0.152343750000 +-0.107421875000 +-0.051757812500 +-0.023071289062 +-0.065917968750 +0.076171875000 +0.062988281250 +-0.135742187500 +-0.079589843750 +-0.184570312500 +0.025756835938 +0.113769531250 +-0.019287109375 +0.135742187500 +-0.165039062500 +0.038085937500 +0.006317138672 +-0.105468750000 +0.123046875000 +0.102539062500 +-0.107421875000 +-0.024169921875 +-0.124023437500 +0.057373046875 +-0.074707031250 +0.064941406250 +-0.046386718750 +-0.051757812500 +-0.057861328125 +0.081542968750 +-0.208984375000 +0.017822265625 +0.014099121094 +0.139648437500 +0.017456054688 +-0.092285156250 +-0.085449218750 +-0.077148437500 +0.045410156250 +-0.123535156250 +0.106933593750 +-0.014648437500 +-0.069824218750 +0.058105468750 +-0.119140625000 +-0.077636718750 +-0.026855468750 +-0.012573242188 +-0.029296875000 +0.026855468750 +0.149414062500 +-0.033203125000 +-0.060546875000 +0.035400390625 +0.057861328125 +0.077148437500 +-0.022827148438 +-0.079101562500 +-0.240234375000 +0.201171875000 +0.089355468750 +-0.019775390625 +0.046386718750 +-0.132812500000 +-0.178710937500 +0.048828125000 +-0.049072265625 +-0.067871093750 +0.040527343750 +0.074707031250 +0.090820312500 +0.029663085938 +0.063964843750 +-0.184570312500 +-0.123535156250 +-0.157226562500 +0.006164550781 +0.097167968750 +0.143554687500 +-0.061279296875 +-0.069824218750 +0.054199218750 +-0.087890625000 +-0.021240234375 +-0.021240234375 +0.142578125000 +0.133789062500 +-0.028198242188 +0.041015625000 +0.110351562500 +0.025512695312 +-0.195312500000 +-0.011657714844 +0.150390625000 +0.065429687500 +-0.028930664062 +-0.005004882812 +0.057128906250 +0.093750000000 +0.117675781250 +0.032470703125 +0.002212524414 +-0.124511718750 +-0.071777343750 +-0.071289062500 +-0.100097656250 +-0.118164062500 +-0.016357421875 +-0.113281250000 +-0.086425781250 +0.031005859375 +0.281250000000 +-0.118652343750 +0.031738281250 +0.105468750000 +-0.071289062500 +-0.057128906250 +-0.141601562500 +0.132812500000 +0.119140625000 +0.044921875000 +-0.100585937500 +-0.018066406250 +0.013427734375 +0.047851562500 +0.050048828125 +0.163085937500 +0.095703125000 +-0.021484375000 +-0.090332031250 +-0.059814453125 +0.012084960938 +0.027709960938 +0.063476562500 +0.051513671875 +-0.051025390625 +-0.097167968750 +0.029663085938 +-0.015380859375 +0.122070312500 +-0.025512695312 +0.051269531250 +-0.115722656250 +-0.068847656250 +-0.076660156250 +0.042968750000 +-0.002792358398 +0.120605468750 +-0.000396728516 +0.000827789307 +0.080566406250 +0.080566406250 +-0.106445312500 +-0.090332031250 +-0.250000000000 +0.053710937500 +-0.038574218750 +0.120605468750 +-0.029296875000 +0.019531250000 +0.055664062500 +0.048583984375 +0.083007812500 +-0.099609375000 +-0.138671875000 +0.035888671875 +-0.003967285156 +0.059326171875 +0.060302734375 +0.142578125000 +0.039550781250 +0.032226562500 +0.009887695312 +0.273437500000 +0.036376953125 +-0.097167968750 +-0.112792968750 +0.088378906250 +0.006408691406 +0.091308593750 +0.000168800354 +0.012512207031 +-0.010742187500 +-0.119140625000 +0.017456054688 +0.021972656250 +-0.077636718750 +-0.075195312500 +0.102050781250 +-0.033447265625 +-0.127929687500 +0.126953125000 +0.220703125000 +-0.061767578125 +0.081054687500 +-0.125000000000 +0.009033203125 +0.141601562500 +-0.129882812500 +-0.108886718750 +0.074707031250 +0.085449218750 +0.225585937500 +0.047119140625 +-0.081542968750 +-0.099609375000 +-0.113769531250 +0.277343750000 +0.013549804688 +-0.082031250000 +-0.128906250000 +-0.002105712891 +0.002288818359 +-0.089843750000 +-0.028564453125 +-0.018798828125 +0.043212890625 +0.046386718750 +0.018432617188 +-0.072265625000 +-0.085937500000 +-0.065917968750 +-0.085937500000 +-0.008605957031 +0.008728027344 +-0.154296875000 +-0.092285156250 +0.120117187500 +0.227539062500 +-0.015563964844 +-0.091308593750 +-0.091796875000 +-0.105957031250 +-0.019775390625 +-0.057373046875 +-0.010864257812 +-0.102050781250 +-0.140625000000 +0.071289062500 +-0.147460937500 +-0.158203125000 +-0.065917968750 +-0.057617187500 +-0.011047363281 +-0.002288818359 +-0.088867187500 +-0.042724609375 +0.063476562500 +-0.077636718750 +0.024536132812 +-0.160156250000 +-0.107421875000 +-0.056884765625 +0.152343750000 +-0.009399414062 +0.016235351562 +-0.009582519531 +-0.038574218750 +-0.104980468750 +0.146484375000 +0.080078125000 +-0.037597656250 +-0.035644531250 +0.169921875000 +0.097167968750 +-0.113769531250 +-0.202148437500 +0.071289062500 +-0.231445312500 +0.166015625000 +-0.032714843750 +0.028320312500 +0.030273437500 +-0.100585937500 +0.119628906250 +0.157226562500 +-0.032958984375 +-0.064453125000 +-0.117187500000 +0.020874023438 +-0.185546875000 +-0.014160156250 +0.072265625000 +0.032958984375 +-0.020507812500 +-0.063476562500 +-0.085449218750 +0.057128906250 +-0.063964843750 +0.027587890625 +0.122558593750 +0.141601562500 +-0.001480102539 +0.072753906250 +0.001853942871 +0.076171875000 +0.020263671875 +-0.126953125000 +-0.167968750000 +0.018554687500 +-0.009338378906 +0.141601562500 +0.036865234375 +0.147460937500 +-0.052246093750 +0.001411437988 +-0.004669189453 +-0.083007812500 +0.156250000000 +-0.077636718750 +0.121582031250 +-0.048828125000 +-0.062500000000 +0.061035156250 +0.175781250000 +-0.107910156250 +-0.010009765625 +0.000713348389 +0.025512695312 +-0.117187500000 +0.059814453125 +-0.076660156250 +-0.001655578613 +0.062988281250 +0.079101562500 +0.040771484375 +-0.046142578125 +-0.061279296875 +0.018920898438 +0.082519531250 +0.088867187500 +-0.125000000000 +-0.013427734375 +0.022094726562 +0.056640625000 +0.014892578125 +0.062255859375 +0.085937500000 +-0.075683593750 +-0.182617187500 +0.020629882812 +0.096679687500 +-0.045410156250 +0.065917968750 +-0.041992187500 +0.001182556152 +0.101562500000 +0.095703125000 +0.007171630859 +-0.014282226562 +-0.020141601562 +-0.002822875977 +-0.036621093750 +-0.041503906250 +-0.191406250000 +0.004974365234 +0.049316406250 +0.054443359375 +-0.034179687500 +-0.089843750000 +0.090332031250 +-0.057617187500 +0.154296875000 +0.191406250000 +0.087890625000 +0.036132812500 +0.167968750000 +0.087890625000 +-0.070312500000 +-0.005767822266 +-0.040283203125 +-0.009094238281 +0.008117675781 +-0.265625000000 +-0.062500000000 +0.011718750000 +-0.001358032227 +0.087890625000 +-0.048828125000 +-0.176757812500 +-0.051269531250 +0.085449218750 +-0.119628906250 +-0.092773437500 +0.075683593750 +0.067382812500 +0.108886718750 +-0.058349609375 +-0.123535156250 +0.080566406250 +-0.025878906250 +-0.217773437500 +0.040039062500 +-0.126953125000 +-0.083496093750 +-0.139648437500 +-0.122558593750 +-0.006530761719 +0.073242187500 +-0.162109375000 +0.017700195312 +0.002441406250 +-0.076660156250 +-0.014221191406 +-0.116210937500 +0.113769531250 +0.049316406250 +0.030273437500 +0.119140625000 +0.062500000000 +0.035400390625 +0.057128906250 +-0.060058593750 +0.101074218750 +-0.029785156250 +-0.017700195312 +-0.054443359375 +0.098144531250 +-0.169921875000 +0.069824218750 +0.205078125000 +0.049804687500 +-0.081054687500 +-0.105468750000 +0.010742187500 +0.114746093750 +-0.094726562500 +0.013427734375 +0.084960937500 +-0.063964843750 +0.087402343750 +-0.047851562500 +-0.015869140625 +-0.103027343750 +-0.138671875000 +0.023925781250 +0.023681640625 +-0.109375000000 +-0.041503906250 +-0.020874023438 +-0.023559570312 +-0.072753906250 +-0.039306640625 +-0.002105712891 +0.141601562500 +0.114746093750 +-0.080566406250 +0.233398437500 +0.055419921875 +0.032958984375 +0.032958984375 +0.237304687500 +0.000240325928 +0.133789062500 +-0.181640625000 +0.100585937500 +0.116210937500 +0.043701171875 +0.042480468750 +-0.009460449219 +0.003601074219 +0.140625000000 +-0.012023925781 +-0.047851562500 +0.077148437500 +-0.020751953125 +0.189453125000 +-0.033691406250 +0.073730468750 +-0.124023437500 +-0.123535156250 +0.053710937500 +0.131835937500 +0.023681640625 +0.035400390625 +-0.141601562500 +-0.031738281250 +-0.028564453125 +-0.143554687500 +0.033447265625 +0.014038085938 +-0.056152343750 +-0.007293701172 +0.162109375000 +-0.071289062500 +0.021606445312 +-0.059570312500 +0.060546875000 +0.151367187500 +-0.120117187500 +-0.009582519531 +-0.081054687500 +-0.083984375000 +0.039794921875 +0.149414062500 +-0.005889892578 +0.083496093750 +-0.096679687500 +0.054199218750 +0.017456054688 +-0.024902343750 +-0.043945312500 +-0.008666992188 +-0.089843750000 +-0.055908203125 +0.007995605469 +-0.059326171875 +0.041503906250 +-0.065917968750 +0.054199218750 +-0.027099609375 +0.201171875000 +0.062011718750 +-0.046386718750 +0.016845703125 +0.056396484375 +0.036621093750 +0.044433593750 +0.043945312500 +-0.002548217773 +0.039306640625 +0.063964843750 +0.051757812500 +-0.119628906250 +0.000236511230 +0.049560546875 +-0.091308593750 +-0.130859375000 +-0.094238281250 +-0.041992187500 +0.032958984375 +-0.006652832031 +0.142578125000 +0.008911132812 +0.017456054688 +0.050781250000 +-0.006591796875 +0.161132812500 +-0.043945312500 +0.031982421875 +-0.057373046875 +-0.101562500000 +-0.041992187500 +-0.045654296875 +-0.035156250000 +0.072753906250 +-0.088867187500 +-0.090820312500 +-0.080566406250 +-0.072265625000 +0.037353515625 +0.007446289062 +0.053466796875 +-0.052734375000 +-0.147460937500 +-0.118164062500 +0.076660156250 +-0.023681640625 +-0.076660156250 +-0.143554687500 +-0.076660156250 +-0.118164062500 +0.067871093750 +0.075683593750 +-0.235351562500 +-0.141601562500 +0.045410156250 +-0.040039062500 +-0.125976562500 +0.061035156250 +-0.152343750000 +0.096191406250 +-0.096191406250 +0.127929687500 +0.025390625000 +0.109375000000 +-0.038818359375 +-0.000667572021 +-0.048583984375 +0.020874023438 +-0.069335937500 +0.052978515625 +0.039550781250 +0.004425048828 +0.037597656250 +-0.008300781250 +0.028442382812 +0.093261718750 +-0.006774902344 +0.015747070312 +0.009643554688 +-0.164062500000 +-0.010620117188 +-0.049804687500 +-0.074218750000 +0.067871093750 +0.023803710938 +0.092773437500 +0.016113281250 +-0.227539062500 +0.026489257812 +0.037841796875 +0.066406250000 +-0.034179687500 +-0.081542968750 +-0.002319335938 +-0.042724609375 +-0.019409179688 +-0.020874023438 +-0.009277343750 +-0.086425781250 +0.046875000000 +0.052246093750 +-0.060302734375 +0.023681640625 +-0.016601562500 +0.016601562500 +0.008239746094 +-0.055664062500 +-0.024047851562 +0.038085937500 +0.088867187500 +-0.047607421875 +0.130859375000 +0.010864257812 +0.005004882812 +-0.037597656250 +0.136718750000 +-0.136718750000 +-0.006561279297 +-0.037597656250 +-0.040527343750 +-0.106445312500 +-0.021606445312 +-0.022216796875 +-0.061767578125 +-0.106445312500 +0.071289062500 +0.061767578125 +-0.166015625000 +-0.004058837891 +0.029663085938 +0.108886718750 +0.038574218750 +-0.109863281250 +0.118164062500 +0.176757812500 +0.206054687500 +0.076171875000 +-0.025390625000 +-0.147460937500 +0.074218750000 +-0.068359375000 +0.053222656250 +0.019653320312 +-0.000572204590 +0.102539062500 +-0.003875732422 +0.210937500000 +-0.160156250000 +0.054931640625 +-0.050537109375 +0.001373291016 +-0.069335937500 +-0.087402343750 +-0.080078125000 +-0.031127929688 +-0.018310546875 +0.014770507812 +-0.134765625000 +-0.005615234375 +-0.103027343750 +0.046142578125 +0.080078125000 +0.106445312500 +0.043701171875 +-0.085449218750 +0.081054687500 +-0.140625000000 +0.112792968750 +0.013916015625 +-0.012084960938 +-0.074707031250 +-0.068847656250 +-0.005523681641 +-0.056152343750 +0.059082031250 +0.001396179199 +0.105468750000 +-0.021606445312 +-0.137695312500 +0.044677734375 +0.086425781250 +0.047607421875 +0.035888671875 +-0.169921875000 +0.092285156250 +-0.089843750000 +-0.045898437500 +-0.026611328125 +-0.032226562500 +0.040283203125 +-0.147460937500 +-0.192382812500 +0.013244628906 +-0.074218750000 +-0.145507812500 +-0.136718750000 +-0.189453125000 +0.046386718750 +-0.065429687500 +0.030517578125 +0.035888671875 +0.008056640625 +-0.018554687500 +-0.147460937500 +0.091796875000 +-0.009765625000 +0.027709960938 +-0.086914062500 +-0.155273437500 +-0.033935546875 +-0.023315429688 +-0.079589843750 +0.083984375000 +0.146484375000 +0.045166015625 +-0.153320312500 +-0.125976562500 +0.062500000000 +0.084472656250 +0.121093750000 +-0.147460937500 +0.146484375000 +0.036376953125 +-0.007171630859 +-0.000103950500 +-0.005218505859 +0.046630859375 +0.099121093750 +0.041992187500 +0.206054687500 +-0.148437500000 +-0.004760742188 +0.018554687500 +-0.089355468750 +-0.104980468750 +0.048583984375 +-0.066894531250 +0.108398437500 +0.054199218750 +-0.016479492188 +-0.094238281250 +0.148437500000 +-0.078613281250 +-0.009155273438 +-0.093750000000 +-0.201171875000 +-0.005249023438 +0.180664062500 +0.016235351562 +-0.009155273438 +0.024291992188 +-0.143554687500 +-0.098632812500 +0.097656250000 +0.074707031250 +-0.072753906250 +-0.172851562500 +0.043701171875 +0.093261718750 +0.069335937500 +0.115722656250 +0.075195312500 +-0.057617187500 +-0.028076171875 +-0.112792968750 +-0.103515625000 +-0.124023437500 +0.172851562500 +0.106933593750 +-0.045410156250 +-0.171875000000 +0.085449218750 +-0.043945312500 +-0.058837890625 +0.122070312500 +0.004669189453 +0.086425781250 +0.086425781250 +-0.015380859375 +0.062255859375 +0.129882812500 +-0.031738281250 +-0.145507812500 +-0.050292968750 +-0.053466796875 +-0.003707885742 +0.016479492188 +0.103515625000 +-0.137695312500 +-0.030883789062 +0.063964843750 +0.098632812500 +0.069824218750 +-0.032226562500 +-0.135742187500 +-0.073242187500 +-0.087890625000 +-0.165039062500 +-0.005523681641 +0.040283203125 +0.003585815430 +0.253906250000 +0.174804687500 +-0.016723632812 +-0.109375000000 +0.073730468750 +-0.173828125000 +0.067382812500 +0.099609375000 +0.104980468750 +0.077636718750 +-0.069824218750 +-0.090332031250 +0.035156250000 +-0.010559082031 +0.030761718750 +-0.092773437500 +-0.024169921875 +0.036132812500 +-0.132812500000 +-0.007629394531 +-0.109863281250 +-0.041503906250 +0.039794921875 +0.042968750000 +0.014160156250 +-0.116699218750 +0.006835937500 +0.020141601562 +-0.119140625000 +0.048828125000 +-0.022460937500 +0.019897460938 +0.036621093750 +-0.006072998047 +-0.088867187500 +0.202148437500 +0.013793945312 +-0.154296875000 +-0.188476562500 +-0.110839843750 +0.250000000000 +0.048583984375 +0.152343750000 +-0.197265625000 +-0.038818359375 +0.123046875000 +-0.040283203125 +-0.095703125000 +0.041015625000 +-0.009399414062 +-0.164062500000 +0.028808593750 +0.016601562500 +0.066406250000 +0.285156250000 +-0.076171875000 +-0.229492187500 +-0.257812500000 +0.110351562500 +-0.120117187500 +-0.347656250000 +0.003738403320 +0.148437500000 +0.024780273438 +-0.136718750000 +0.123535156250 +-0.009277343750 +-0.027221679688 +-0.016845703125 +0.118652343750 +-0.126953125000 +0.085937500000 +0.008056640625 +0.008239746094 +0.169921875000 +-0.054931640625 +-0.139648437500 +0.026489257812 +-0.027099609375 +-0.046386718750 +-0.017578125000 +-0.084960937500 +0.149414062500 +0.111816406250 +0.074707031250 +0.005371093750 +0.108886718750 +-0.056396484375 +-0.263671875000 +0.119140625000 +-0.020751953125 +-0.117187500000 +0.117187500000 +-0.231445312500 +0.101562500000 +-0.045166015625 +-0.006042480469 +-0.117187500000 +-0.120117187500 +0.057128906250 +0.135742187500 +0.083007812500 +0.051757812500 +0.102539062500 +0.173828125000 +0.166992187500 +-0.098144531250 +0.022583007812 +-0.073730468750 +0.174804687500 +-0.220703125000 +-0.050781250000 +-0.045410156250 +-0.049804687500 +-0.158203125000 +0.147460937500 +-0.092773437500 +0.062988281250 +-0.071289062500 +0.156250000000 +0.118652343750 +0.035400390625 +0.116210937500 +0.111328125000 +0.093750000000 +-0.104980468750 +-0.113281250000 +0.052246093750 +0.137695312500 +0.097656250000 +0.096679687500 +-0.109863281250 +-0.034667968750 +-0.182617187500 +-0.073730468750 +-0.100097656250 +0.005706787109 +-0.149414062500 +0.148437500000 +-0.118652343750 +0.090332031250 +-0.040527343750 +0.048339843750 +0.049560546875 +0.116699218750 +0.047119140625 +-0.003173828125 +-0.111328125000 +0.124023437500 +0.106445312500 +0.255859375000 +-0.015502929688 +0.468750000000 +0.060546875000 +-0.147460937500 +0.063964843750 +0.104003906250 +0.104003906250 +-0.007019042969 +0.049804687500 +-0.014587402344 +0.143554687500 +0.058837890625 +-0.189453125000 +0.105957031250 +0.115722656250 +-0.119140625000 +0.159179687500 +-0.075195312500 +-0.029296875000 +-0.065429687500 +0.042968750000 +-0.041748046875 +-0.128906250000 +0.097167968750 +-0.041259765625 +0.002365112305 +-0.052734375000 +-0.108398437500 +0.035400390625 +0.166992187500 +-0.030761718750 +0.109375000000 +-0.039550781250 +0.184570312500 +-0.039062500000 +-0.048095703125 +0.026367187500 +-0.154296875000 +-0.010742187500 +-0.142578125000 +0.040039062500 +0.039550781250 +0.005035400391 +-0.136718750000 +0.017089843750 +-0.080566406250 +0.148437500000 +0.085449218750 +-0.132812500000 +0.029418945312 +-0.072753906250 +-0.007446289062 +-0.006256103516 +0.025268554688 +-0.016601562500 +-0.083496093750 +-0.038330078125 +0.062255859375 +0.028808593750 +-0.026123046875 +-0.101074218750 +-0.166015625000 +-0.010559082031 +0.076171875000 +0.024902343750 +0.033447265625 +0.037841796875 +-0.178710937500 +-0.015991210938 +-0.152343750000 +0.033203125000 +0.053710937500 +0.002380371094 +-0.159179687500 +-0.250000000000 +0.040771484375 +-0.098632812500 +-0.128906250000 +-0.067382812500 +0.176757812500 +-0.075683593750 +-0.145507812500 +-0.026123046875 +-0.133789062500 +0.044921875000 +-0.088867187500 +-0.015991210938 +0.020874023438 +0.026000976562 +-0.136718750000 +0.088867187500 +-0.033691406250 +0.075683593750 +-0.125000000000 +-0.006347656250 +0.082519531250 +0.040771484375 +0.013366699219 +-0.013977050781 +0.026245117188 +0.070312500000 +-0.162109375000 +0.133789062500 +0.067871093750 +-0.049072265625 +0.055908203125 +0.128906250000 +-0.126953125000 +-0.051513671875 +-0.085449218750 +0.023681640625 +-0.174804687500 +0.007080078125 +0.045410156250 +0.024047851562 +0.001388549805 +-0.004028320312 +-0.062500000000 +0.065429687500 +-0.048583984375 +-0.051269531250 +-0.117187500000 +-0.092285156250 +0.121093750000 +-0.251953125000 +0.115722656250 +0.061767578125 +0.049560546875 +-0.049072265625 +-0.043701171875 +0.084472656250 +-0.006805419922 +0.006439208984 +0.016845703125 +0.113281250000 +0.120605468750 +0.071289062500 +0.031250000000 +0.018310546875 +0.127929687500 +0.016479492188 +0.091796875000 +-0.151367187500 +0.099121093750 +0.056640625000 +0.090332031250 +-0.192382812500 +0.046875000000 +0.245117187500 +-0.000446319580 +-0.153320312500 +-0.096679687500 +0.123535156250 +0.020874023438 +-0.174804687500 +0.102539062500 +0.011230468750 +0.073730468750 +-0.181640625000 +-0.058593750000 +-0.036132812500 +-0.178710937500 +-0.164062500000 +0.021240234375 +-0.001716613770 +-0.125976562500 +-0.219726562500 +0.026733398438 +-0.132812500000 +-0.061523437500 +0.086425781250 +-0.073242187500 +0.114746093750 +-0.045166015625 +0.138671875000 +0.138671875000 +-0.007659912109 +-0.188476562500 +0.314453125000 +0.013305664062 +0.001716613770 +-0.051757812500 +-0.060791015625 +0.056152343750 +0.096191406250 +0.020996093750 +-0.279296875000 +-0.156250000000 +-0.067382812500 +0.198242187500 +-0.188476562500 +-0.014160156250 +-0.086914062500 +-0.011474609375 +0.047607421875 +-0.056640625000 +-0.176757812500 +-0.010986328125 +-0.181640625000 +-0.197265625000 +0.049560546875 +0.095703125000 +-0.071289062500 +-0.076171875000 +-0.026733398438 +-0.119628906250 +-0.038818359375 +0.139648437500 +0.070312500000 +-0.259765625000 +-0.182617187500 +-0.101074218750 +0.117187500000 +-0.038085937500 +-0.093750000000 +0.014526367188 +-0.109863281250 +-0.178710937500 +-0.097167968750 +0.005615234375 +-0.132812500000 +0.000143051147 +-0.044189453125 +-0.008605957031 +0.059570312500 +0.099121093750 +0.056396484375 +0.000135421753 +-0.013732910156 +-0.086914062500 +0.024047851562 +-0.112792968750 +-0.031005859375 +0.162109375000 +0.012634277344 +0.189453125000 +-0.211914062500 +-0.080566406250 +0.022094726562 +-0.153320312500 +-0.316406250000 +0.011230468750 +0.087890625000 +0.076171875000 +0.005126953125 +0.111816406250 +0.005218505859 +-0.214843750000 +0.096191406250 +0.097167968750 +-0.141601562500 +0.142578125000 +0.075683593750 +0.161132812500 +0.080566406250 +-0.179687500000 +0.060302734375 +0.004791259766 +-0.367187500000 +0.098144531250 +-0.183593750000 +0.138671875000 +-0.061279296875 +-0.101074218750 +-0.046630859375 +0.008483886719 +-0.001388549805 +-0.146484375000 +0.025024414062 +-0.011474609375 +-0.067382812500 +0.106933593750 +-0.105468750000 +-0.072753906250 +-0.170898437500 +-0.002548217773 +-0.036132812500 +0.068847656250 +-0.125976562500 +0.261718750000 +-0.072753906250 +0.074218750000 +0.077148437500 +-0.045654296875 +-0.039306640625 +-0.041748046875 +-0.132812500000 +0.125976562500 +0.025512695312 +0.218750000000 +0.052734375000 +-0.070312500000 +-0.142578125000 +-0.074218750000 +0.201171875000 +-0.105957031250 +0.072753906250 +-0.064453125000 +-0.025634765625 +0.036132812500 +-0.152343750000 +-0.016601562500 +-0.024291992188 +-0.112792968750 +-0.130859375000 +-0.041015625000 +0.144531250000 +0.028808593750 +0.167968750000 +0.100097656250 +-0.120605468750 +0.002868652344 +-0.001708984375 +-0.227539062500 +-0.061523437500 +-0.022827148438 +0.072265625000 +0.018432617188 +0.091796875000 +-0.048339843750 +0.111816406250 +-0.067871093750 +-0.138671875000 +0.045654296875 +-0.189453125000 +-0.102539062500 +0.005523681641 +-0.101074218750 +0.080078125000 +-0.066894531250 +-0.068847656250 +-0.063964843750 +-0.111328125000 +-0.049560546875 +0.083496093750 +0.087402343750 +0.191406250000 +0.043945312500 +-0.106933593750 +0.085937500000 +0.106933593750 +0.189453125000 +-0.095214843750 +0.204101562500 +0.008300781250 +-0.060546875000 +0.146484375000 +0.005096435547 +-0.044189453125 +0.065917968750 +0.028808593750 +-0.001243591309 +-0.015747070312 +0.022583007812 +-0.101074218750 +0.082519531250 +0.007873535156 +-0.128906250000 +0.067382812500 +0.169921875000 +0.003295898438 +-0.000671386719 +-0.101562500000 +0.124511718750 +-0.071289062500 +-0.119628906250 +-0.065917968750 +-0.130859375000 +-0.173828125000 +-0.020507812500 +0.144531250000 +-0.056884765625 +-0.075683593750 +0.005828857422 +-0.002593994141 +0.072753906250 +-0.046875000000 +-0.175781250000 +-0.030517578125 +0.036132812500 +0.017700195312 +0.083007812500 +-0.086425781250 +0.080078125000 +0.000377655029 +-0.038330078125 +0.008789062500 +-0.085937500000 +0.088378906250 +0.189453125000 +-0.034423828125 +0.096679687500 +0.059570312500 +-0.048583984375 +0.032470703125 +0.082031250000 +-0.001083374023 +-0.113769531250 +-0.026123046875 +-0.108398437500 +-0.024902343750 +0.154296875000 +0.005218505859 +0.088867187500 +0.141601562500 +-0.050292968750 +-0.073730468750 +-0.152343750000 +0.144531250000 +0.118652343750 +0.179687500000 +0.239257812500 +0.033691406250 +0.040771484375 +0.002120971680 +-0.039062500000 +-0.034179687500 +-0.139648437500 +0.076660156250 +0.099609375000 +-0.049560546875 +0.169921875000 +-0.176757812500 +0.161132812500 +-0.060546875000 +-0.015991210938 +0.232421875000 +0.009338378906 +0.029418945312 +-0.055175781250 +-0.013061523438 +-0.094238281250 +0.074707031250 +-0.154296875000 +-0.004180908203 +0.071777343750 +-0.000329971313 +0.115722656250 +-0.096679687500 +0.003967285156 +0.101562500000 +-0.016235351562 +0.062988281250 +-0.160156250000 +0.020751953125 +0.101562500000 +0.127929687500 +0.259765625000 +-0.046386718750 +-0.116210937500 +-0.174804687500 +0.185546875000 +-0.027709960938 +0.079589843750 +-0.181640625000 +-0.257812500000 +0.037597656250 +0.010009765625 +-0.100097656250 +-0.015319824219 +-0.100585937500 +0.143554687500 +0.281250000000 +0.208984375000 +0.075683593750 +0.119140625000 +0.005584716797 +0.001571655273 +0.149414062500 +-0.120605468750 +-0.045166015625 +0.112792968750 +-0.160156250000 +-0.135742187500 +-0.037597656250 +-0.016357421875 +0.018554687500 +0.166015625000 +0.223632812500 +-0.022949218750 +0.074707031250 +0.218750000000 +0.289062500000 +-0.096679687500 +-0.051269531250 +-0.041015625000 +0.029296875000 +-0.057861328125 +0.126953125000 +0.149414062500 +0.115722656250 +0.314453125000 +-0.229492187500 +-0.027221679688 +-0.091796875000 +0.074218750000 +-0.163085937500 +-0.185546875000 +0.087890625000 +0.135742187500 +-0.027709960938 +-0.055908203125 +0.041503906250 +-0.176757812500 +0.180664062500 +-0.075195312500 +-0.156250000000 +0.085449218750 +0.068359375000 +0.104492187500 +0.110351562500 +-0.125000000000 +0.132812500000 +-0.096679687500 +-0.172851562500 +-0.032714843750 +0.097656250000 +0.166015625000 +0.085937500000 +0.085937500000 +0.021484375000 +-0.078125000000 +-0.038330078125 +-0.021362304688 +0.096679687500 +-0.171875000000 +0.025878906250 +0.147460937500 +-0.023315429688 +0.009460449219 +0.008789062500 +-0.076171875000 +-0.007171630859 +0.196289062500 +-0.155273437500 +-0.000785827637 +-0.031738281250 +0.065917968750 +0.115722656250 +0.057128906250 +0.070312500000 +-0.098632812500 +0.062011718750 +0.005371093750 +-0.186523437500 +0.146484375000 +-0.008422851562 +0.018066406250 +-0.001968383789 +0.130859375000 +0.010253906250 +-0.051025390625 +0.182617187500 +-0.110351562500 +0.187500000000 +-0.104980468750 +-0.105468750000 +0.133789062500 +0.090332031250 +0.079589843750 +-0.001609802246 +-0.052001953125 +-0.097167968750 +-0.063476562500 +-0.106445312500 +-0.061767578125 +-0.106445312500 +-0.114746093750 +0.069335937500 +-0.003326416016 +0.174804687500 +-0.145507812500 +0.029663085938 +0.054443359375 +0.114746093750 +0.167968750000 +-0.075195312500 +-0.038085937500 +-0.033691406250 +0.190429687500 +0.111328125000 +-0.110839843750 +0.085937500000 +-0.015075683594 +-0.142578125000 +0.005554199219 +-0.017578125000 +-0.039062500000 +0.047851562500 +0.259765625000 +-0.009521484375 +0.001846313477 +-0.111816406250 +-0.002960205078 +-0.075195312500 +0.072265625000 +0.002029418945 +0.218750000000 +0.042724609375 +-0.082519531250 +0.072753906250 +-0.044433593750 +0.058105468750 +0.091796875000 +0.003250122070 +0.022583007812 +0.074218750000 +0.139648437500 +0.009277343750 +0.007141113281 +0.041259765625 +-0.058105468750 +-0.080566406250 +0.099121093750 +-0.082031250000 +0.111328125000 +-0.017333984375 +0.124511718750 +0.164062500000 +0.047607421875 +-0.045166015625 +-0.018554687500 +-0.012939453125 +0.022705078125 +0.077148437500 +0.121582031250 +0.008544921875 +0.100097656250 +-0.159179687500 +-0.105957031250 +-0.002273559570 +0.042480468750 +0.063476562500 +-0.072265625000 +-0.013549804688 +-0.010986328125 +0.076171875000 +0.126953125000 +-0.112792968750 +0.030395507812 +-0.003417968750 +0.146484375000 +-0.099609375000 +0.146484375000 +0.072753906250 +0.108886718750 +-0.246093750000 +-0.087890625000 +0.122558593750 +0.041015625000 +-0.121093750000 +-0.067382812500 +-0.051513671875 +-0.027221679688 +-0.002136230469 +-0.003295898438 +-0.048828125000 +0.069335937500 +-0.081054687500 +-0.081542968750 +0.049316406250 +0.156250000000 +0.046386718750 +-0.012817382812 +0.138671875000 +-0.152343750000 +0.105957031250 +-0.003601074219 +0.165039062500 +-0.026855468750 +-0.009948730469 +0.047607421875 +0.018676757812 +0.015869140625 +0.016723632812 +-0.191406250000 +-0.076660156250 +0.061279296875 +0.026000976562 +-0.022949218750 +0.111816406250 +-0.220703125000 +0.090820312500 +-0.109375000000 +0.020019531250 +0.013671875000 +0.228515625000 +-0.138671875000 +0.020874023438 +0.005737304688 +0.000900268555 +0.009033203125 +-0.170898437500 +0.064941406250 +-0.170898437500 +-0.024902343750 +-0.167968750000 +0.039794921875 +0.037353515625 +0.028686523438 +0.017456054688 +0.007507324219 +-0.163085937500 +-0.042236328125 +0.027343750000 +0.117187500000 +0.035156250000 +-0.019287109375 +-0.010131835938 +0.025878906250 +-0.077636718750 +-0.113281250000 +0.001380920410 +0.167968750000 +-0.185546875000 +-0.127929687500 +-0.095214843750 +0.119628906250 +-0.043212890625 +-0.014221191406 +0.104980468750 +0.087890625000 +0.034912109375 +-0.124511718750 +-0.068359375000 +0.233398437500 +0.001426696777 +-0.089355468750 +-0.019165039062 +0.062255859375 +0.230468750000 +0.146484375000 +0.049560546875 +-0.086425781250 +-0.011230468750 +-0.147460937500 +0.213867187500 +-0.179687500000 +-0.121093750000 +-0.086914062500 +0.123046875000 +0.027832031250 +0.015136718750 +-0.102050781250 +0.069335937500 +0.065917968750 +-0.149414062500 +-0.060546875000 +0.091796875000 +-0.036865234375 +-0.153320312500 +-0.170898437500 +-0.067871093750 +-0.144531250000 +-0.147460937500 +-0.170898437500 +0.057128906250 +-0.146484375000 +-0.043945312500 +0.008117675781 +-0.086425781250 +-0.088378906250 +0.151367187500 +0.043457031250 +-0.234375000000 +0.140625000000 +-0.034667968750 +0.012695312500 +0.044921875000 +0.006805419922 +-0.110351562500 +0.085937500000 +0.128906250000 +0.021850585938 +-0.100585937500 +-0.179687500000 +-0.074707031250 +-0.097167968750 +0.243164062500 +0.166992187500 +0.059570312500 +0.025756835938 +-0.009216308594 +0.065429687500 +0.071777343750 +0.128906250000 +0.041015625000 +-0.146484375000 +-0.156250000000 +-0.061279296875 +0.143554687500 +-0.026000976562 +0.003402709961 +0.083007812500 +0.052490234375 +-0.167968750000 +-0.162109375000 +0.057128906250 +0.017089843750 +0.149414062500 +0.081054687500 +-0.036621093750 +0.012329101562 +-0.173828125000 +0.142578125000 +-0.096679687500 +-0.014587402344 +0.017456054688 +-0.092285156250 +-0.130859375000 +-0.065917968750 +-0.031982421875 +-0.124023437500 +0.014404296875 +-0.061767578125 +-0.073730468750 +-0.247070312500 +-0.129882812500 +-0.029418945312 +-0.079589843750 +-0.104492187500 +0.026733398438 +-0.133789062500 +-0.083496093750 +-0.008422851562 +-0.015869140625 +0.054443359375 +0.071777343750 +0.168945312500 +-0.086914062500 +0.062500000000 +0.176757812500 +0.008300781250 +-0.005767822266 +0.016601562500 +0.054931640625 +0.003448486328 +-0.038574218750 +0.044921875000 +-0.021118164062 +-0.100097656250 +-0.012023925781 +-0.088378906250 +-0.034667968750 +0.091308593750 +0.107421875000 +0.221679687500 +0.171875000000 +0.128906250000 +-0.201171875000 +0.064941406250 +-0.124023437500 +0.041259765625 +-0.162109375000 +-0.062500000000 +0.111328125000 +0.101074218750 +-0.134765625000 +-0.026611328125 +-0.083984375000 +0.023193359375 +-0.095214843750 +0.067871093750 +-0.045410156250 +-0.118652343750 +-0.041015625000 +0.014892578125 +-0.056884765625 +0.082519531250 +-0.062500000000 +-0.091308593750 +-0.058349609375 +-0.136718750000 +0.080078125000 +0.052734375000 +0.039062500000 +-0.015869140625 +0.095703125000 +-0.121093750000 +0.087402343750 +-0.057373046875 +-0.015014648438 +-0.226562500000 +0.029296875000 +0.142578125000 +-0.082031250000 +0.062255859375 +-0.076171875000 +-0.000846862793 +-0.075683593750 +-0.071289062500 +0.138671875000 +-0.153320312500 +0.019653320312 +0.011230468750 +0.166992187500 +0.011413574219 +0.134765625000 +0.180664062500 +0.150390625000 +-0.045898437500 +0.050048828125 +0.033203125000 +0.039306640625 +0.016479492188 +-0.012695312500 +0.036865234375 +-0.083984375000 +-0.163085937500 +-0.183593750000 +-0.064453125000 +-0.083496093750 +-0.032226562500 +0.087890625000 +0.091796875000 +0.060791015625 +-0.095703125000 +0.095214843750 +-0.035888671875 +-0.039794921875 +-0.094726562500 +0.016601562500 +-0.001724243164 +0.159179687500 +0.047363281250 +-0.010009765625 +-0.000846862793 +-0.020996093750 +0.129882812500 +-0.000301361084 +-0.002624511719 +-0.061279296875 +-0.120605468750 +0.170898437500 +-0.037109375000 +-0.121093750000 +-0.004180908203 +0.192382812500 +0.236328125000 +-0.065917968750 +0.003814697266 +-0.174804687500 +-0.021118164062 +0.061767578125 +0.083007812500 +-0.138671875000 +-0.248046875000 +0.192382812500 +-0.176757812500 +-0.003356933594 +0.021118164062 +-0.031494140625 +0.016601562500 +0.092285156250 +-0.065917968750 +-0.169921875000 +0.039550781250 +0.048828125000 +0.155273437500 +-0.050781250000 +0.182617187500 +-0.016357421875 +0.078125000000 +0.153320312500 +0.107421875000 +-0.031494140625 +0.050781250000 +0.019653320312 +0.116210937500 +-0.023925781250 +-0.094726562500 +-0.047607421875 +-0.077148437500 +0.165039062500 +0.070312500000 +-0.068847656250 +-0.084472656250 +-0.134765625000 +-0.182617187500 +0.155273437500 +-0.156250000000 +-0.022949218750 +-0.075683593750 +-0.149414062500 +0.008666992188 +-0.010375976562 +0.080566406250 +0.156250000000 +0.068359375000 +0.091308593750 +-0.064453125000 +0.111328125000 +0.052001953125 +-0.021240234375 +-0.090332031250 +0.062500000000 +0.011047363281 +-0.114746093750 +-0.054931640625 +0.204101562500 +0.024169921875 +0.181640625000 +0.017700195312 +-0.098632812500 +-0.049560546875 +-0.066406250000 +0.043457031250 +-0.016723632812 +0.075683593750 +-0.061767578125 +0.172851562500 +-0.083496093750 +-0.000385284424 +0.109863281250 +-0.075195312500 +0.126953125000 +-0.011291503906 +-0.027099609375 +-0.103515625000 +0.016845703125 +0.039550781250 +0.210937500000 +-0.069824218750 +-0.092773437500 +-0.067382812500 +-0.080078125000 +-0.139648437500 +0.082519531250 +0.087890625000 +0.067871093750 +-0.039062500000 +0.102539062500 +0.022827148438 +0.081542968750 +-0.233398437500 +-0.013061523438 +0.085937500000 +0.045654296875 +-0.160156250000 +-0.117675781250 +0.153320312500 +0.029052734375 +0.022216796875 +-0.101562500000 +-0.047363281250 +0.113281250000 +-0.061035156250 +-0.124511718750 +0.067871093750 +-0.095703125000 +0.027587890625 +0.231445312500 +0.081542968750 +-0.093261718750 +0.044433593750 +-0.213867187500 +0.159179687500 +-0.040039062500 +0.004058837891 +-0.049072265625 +0.134765625000 +0.084960937500 +-0.039550781250 +0.067382812500 +0.124511718750 +0.148437500000 +0.070312500000 +0.052490234375 +-0.077148437500 +0.150390625000 +0.185546875000 +-0.165039062500 +0.041992187500 +0.037109375000 +-0.051269531250 +0.075195312500 +-0.233398437500 +0.051025390625 +-0.148437500000 +0.085937500000 +-0.126953125000 +-0.101074218750 +0.066894531250 +0.092285156250 +0.046386718750 +0.083496093750 +0.008972167969 +-0.044189453125 +0.077148437500 +0.031738281250 +0.040527343750 +-0.025390625000 +0.073242187500 +-0.125976562500 +-0.199218750000 +-0.048339843750 +-0.027221679688 +0.149414062500 +-0.369140625000 +-0.136718750000 +0.168945312500 +0.135742187500 +0.073242187500 +0.132812500000 +-0.101074218750 +0.103027343750 +-0.156250000000 +-0.042724609375 +-0.112792968750 +-0.071777343750 +0.106933593750 +-0.101562500000 +0.023559570312 +0.166015625000 +-0.104003906250 +-0.185546875000 +0.161132812500 +-0.034912109375 +0.077636718750 +0.089355468750 +0.094726562500 +0.210937500000 +-0.163085937500 +0.037597656250 +-0.071777343750 +0.010986328125 +0.043945312500 +0.015441894531 +0.229492187500 +0.162109375000 +-0.035888671875 +0.077636718750 +0.043945312500 +-0.147460937500 +0.137695312500 +-0.123535156250 +-0.063476562500 +0.058349609375 +-0.119628906250 +0.020629882812 +0.025634765625 +0.108398437500 +0.143554687500 +0.114746093750 +0.121582031250 +0.139648437500 +-0.096679687500 +0.084472656250 +-0.116699218750 +-0.150390625000 +-0.052490234375 +0.087402343750 +-0.138671875000 +0.126953125000 +-0.026367187500 +-0.122558593750 +0.062500000000 +0.023803710938 +0.070312500000 +0.069824218750 +-0.021728515625 +0.091308593750 +-0.027465820312 +0.144531250000 +-0.166992187500 +0.030273437500 +0.017089843750 +-0.125976562500 +-0.097167968750 +0.065917968750 +-0.005767822266 +0.053466796875 +0.065917968750 +-0.067382812500 +-0.135742187500 +-0.139648437500 +-0.000115871429 +0.038818359375 +-0.166992187500 +-0.116699218750 +-0.074707031250 +-0.144531250000 +0.035156250000 +0.144531250000 +-0.015441894531 +0.054931640625 +-0.012573242188 +0.025390625000 +-0.156250000000 +-0.091796875000 +0.040283203125 +-0.035888671875 +-0.086425781250 +-0.090332031250 +0.083984375000 +0.098144531250 +0.032470703125 +-0.168945312500 +-0.022949218750 +-0.062988281250 +0.005981445312 +-0.294921875000 +0.024047851562 +-0.053222656250 +0.005828857422 +-0.083984375000 +-0.018798828125 +0.081054687500 +-0.151367187500 +0.163085937500 +-0.110351562500 +0.004516601562 +-0.129882812500 +-0.005920410156 +-0.191406250000 +0.182617187500 +-0.066894531250 +0.050292968750 +0.018066406250 +0.223632812500 +-0.092285156250 +0.238281250000 +0.073242187500 +0.019409179688 +-0.098144531250 +0.047363281250 +0.023803710938 +0.035644531250 +-0.235351562500 +0.164062500000 +0.017456054688 +-0.081054687500 +0.082519531250 +0.168945312500 +-0.034423828125 +0.233398437500 +0.124023437500 +-0.120117187500 +0.052001953125 +-0.041992187500 +-0.058837890625 +-0.038574218750 +0.009338378906 +-0.033447265625 +0.022216796875 +0.071777343750 +0.007629394531 +0.002838134766 +0.041015625000 +0.022338867188 +0.012512207031 +0.097167968750 +-0.038818359375 +0.061523437500 +0.033203125000 +-0.073242187500 +-0.117187500000 +0.126953125000 +0.118652343750 +0.200195312500 +-0.058837890625 +0.135742187500 +0.031250000000 +0.045410156250 +-0.010620117188 +0.013244628906 +-0.082519531250 +0.041015625000 +-0.045166015625 +0.172851562500 +0.157226562500 +-0.095703125000 +0.119140625000 +0.077148437500 +-0.160156250000 +-0.074707031250 +-0.023437500000 +-0.047607421875 +-0.123046875000 +0.053222656250 +-0.246093750000 +-0.085449218750 +0.135742187500 +0.026123046875 +0.116210937500 +-0.038818359375 +0.011718750000 +-0.003295898438 +0.085937500000 +0.051513671875 +0.111328125000 +0.024047851562 +0.143554687500 +-0.032226562500 +-0.197265625000 +0.019165039062 +0.100585937500 +-0.006683349609 +0.094238281250 +-0.000488281250 +0.070800781250 +-0.121093750000 +-0.128906250000 +0.070800781250 +-0.040527343750 +-0.024780273438 +0.000438690186 +-0.024047851562 +0.074707031250 +0.091796875000 +0.006072998047 +-0.000869750977 +0.050292968750 +-0.007568359375 +-0.047851562500 +0.062011718750 +0.042480468750 +-0.077636718750 +-0.034667968750 +-0.065917968750 +-0.109375000000 +-0.021728515625 +-0.060058593750 +0.096191406250 +-0.051269531250 +0.084472656250 +0.078613281250 +0.151367187500 +-0.042480468750 +0.064941406250 +0.052978515625 +-0.027099609375 +0.014221191406 +0.080566406250 +-0.077148437500 +-0.071777343750 +-0.088378906250 +0.017456054688 +0.024414062500 +-0.066894531250 +-0.052490234375 +0.066894531250 +-0.036621093750 +-0.000080585480 +0.111816406250 +-0.033203125000 +0.009216308594 +0.045898437500 +-0.023315429688 +-0.065917968750 +-0.027954101562 +0.014953613281 +0.053710937500 +0.023925781250 +-0.145507812500 +0.037597656250 +-0.150390625000 +-0.026855468750 +-0.056884765625 +0.078125000000 +-0.061035156250 +-0.100585937500 +0.013793945312 +-0.169921875000 +-0.082519531250 +0.011901855469 +-0.048828125000 +-0.046142578125 +-0.003616333008 +-0.009460449219 +-0.047119140625 +-0.039550781250 +-0.006011962891 +-0.000421524048 +0.061035156250 +0.055664062500 +-0.062988281250 +-0.043457031250 +0.031494140625 +-0.090820312500 +0.125000000000 +-0.076660156250 +0.004333496094 +-0.110839843750 +-0.027587890625 +-0.003936767578 +-0.063476562500 +0.114746093750 +0.089355468750 +-0.061523437500 +0.072265625000 +0.009399414062 +0.038818359375 +0.035888671875 +0.008544921875 +0.108886718750 +0.088378906250 +-0.112792968750 +-0.116210937500 +-0.002227783203 +-0.050048828125 +-0.065917968750 +0.066406250000 +0.013305664062 +-0.024780273438 +-0.042724609375 +0.036376953125 +0.029663085938 +-0.178710937500 +-0.056640625000 +0.042480468750 +-0.029418945312 +-0.020996093750 +-0.063964843750 +-0.114746093750 +0.141601562500 +0.152343750000 +-0.092773437500 +0.089355468750 +-0.046386718750 +0.098632812500 +0.144531250000 +0.050781250000 +-0.083007812500 +0.026977539062 +0.113769531250 +0.202148437500 +-0.058593750000 +-0.058349609375 +-0.012634277344 +-0.011474609375 +0.088378906250 +-0.037597656250 +-0.144531250000 +-0.078125000000 +0.063476562500 +0.121093750000 +-0.040039062500 +-0.067871093750 +-0.043212890625 +-0.000452041626 +-0.019775390625 +-0.092285156250 +0.056884765625 +0.093750000000 +0.085449218750 +-0.077148437500 +0.049316406250 +0.036621093750 +0.044189453125 +0.007049560547 +0.121093750000 +-0.156250000000 +0.145507812500 +0.006164550781 +-0.120117187500 +-0.078125000000 +0.043701171875 +-0.037353515625 +-0.034912109375 +-0.051513671875 +-0.015991210938 +0.081054687500 +-0.121093750000 +0.002441406250 +0.033447265625 +-0.066406250000 +-0.002639770508 +-0.067871093750 +0.196289062500 +0.001289367676 +0.101562500000 +0.170898437500 +0.069824218750 +-0.027099609375 +0.011901855469 +-0.024902343750 +-0.027832031250 +0.058837890625 +-0.014099121094 +0.013000488281 +-0.007080078125 +-0.036132812500 +-0.045654296875 +-0.003967285156 +0.094238281250 +0.067382812500 +-0.066406250000 +0.088378906250 +-0.096191406250 +0.050292968750 +-0.071777343750 +0.123535156250 +-0.076660156250 +-0.077148437500 +-0.150390625000 +0.085937500000 +0.020019531250 +0.104980468750 +-0.074218750000 +-0.167968750000 +-0.025024414062 +0.006805419922 +-0.015991210938 +0.113769531250 +0.167968750000 +0.051025390625 +-0.045166015625 +0.029663085938 +-0.080566406250 +-0.163085937500 +-0.017333984375 +0.029296875000 +-0.045166015625 +0.095703125000 +-0.035888671875 +0.087402343750 +-0.031738281250 +-0.175781250000 +-0.203125000000 +0.076660156250 +0.162109375000 +0.152343750000 +-0.031738281250 +0.016235351562 +-0.033935546875 +-0.082031250000 +-0.050048828125 +-0.147460937500 +0.016357421875 +0.016723632812 +0.125000000000 +0.060546875000 +0.083496093750 +-0.097656250000 +0.013732910156 +-0.047607421875 +-0.093261718750 +0.097656250000 +-0.018432617188 +0.010559082031 +0.087890625000 +-0.007934570312 +0.091308593750 +-0.096679687500 +-0.151367187500 +0.000352859497 +0.164062500000 +-0.112792968750 +-0.110839843750 +0.080566406250 +-0.123046875000 +-0.015136718750 +0.003204345703 +-0.090332031250 +-0.030883789062 +-0.085449218750 +-0.040283203125 +0.010009765625 +-0.071777343750 +-0.176757812500 +0.224609375000 +-0.089355468750 +-0.083984375000 +-0.009643554688 +0.177734375000 +0.090820312500 +-0.034667968750 +0.046630859375 +0.112304687500 +-0.045898437500 +-0.152343750000 +0.049072265625 +0.031005859375 +-0.212890625000 +-0.164062500000 +-0.039794921875 +-0.039306640625 +0.103515625000 +0.092773437500 +-0.076660156250 +0.081542968750 +0.024414062500 +0.099121093750 +-0.171875000000 +0.022705078125 +0.080078125000 +-0.099121093750 +-0.054931640625 +0.087402343750 +-0.057861328125 +-0.030517578125 +0.003677368164 +0.062500000000 +0.018676757812 +-0.084960937500 +0.111328125000 +-0.015625000000 +0.008605957031 +-0.070800781250 +0.043945312500 +0.005523681641 +-0.052490234375 +0.077148437500 +-0.020751953125 +-0.167968750000 +-0.185546875000 +-0.019409179688 +-0.166992187500 +0.141601562500 +-0.008728027344 +0.103027343750 +0.129882812500 +-0.081542968750 +-0.014099121094 +0.046630859375 +0.084472656250 +0.047119140625 +-0.045166015625 +-0.017333984375 +0.184570312500 +0.085449218750 +-0.229492187500 +-0.058837890625 +-0.095214843750 +-0.028808593750 +-0.088867187500 +-0.072265625000 +-0.022094726562 +0.251953125000 +0.098632812500 +0.143554687500 +-0.008666992188 +-0.090332031250 +0.017700195312 +-0.034179687500 +0.045654296875 +0.028442382812 +-0.118652343750 +0.008483886719 +-0.091796875000 +0.184570312500 +-0.015747070312 +0.126953125000 +0.119628906250 +-0.042968750000 +0.080078125000 +-0.032958984375 +-0.096191406250 +-0.139648437500 +0.093750000000 +-0.072265625000 +-0.038085937500 +-0.040527343750 +-0.086425781250 +0.074707031250 +0.002929687500 +0.091308593750 +-0.072753906250 +-0.052490234375 +-0.050048828125 +-0.143554687500 +0.111328125000 +0.110351562500 +-0.160156250000 +-0.153320312500 +0.028076171875 +-0.106933593750 +0.101074218750 +0.121582031250 +-0.080078125000 +-0.135742187500 +0.095214843750 +0.121582031250 +0.020141601562 +0.012756347656 +0.143554687500 +0.020263671875 +0.166015625000 +0.043701171875 +-0.042236328125 +0.223632812500 +0.029663085938 +0.061767578125 +0.151367187500 +0.066894531250 +0.041992187500 +-0.028198242188 +0.010864257812 +-0.005004882812 +0.122070312500 +0.020385742188 +0.312500000000 +-0.069335937500 +-0.036376953125 +0.106445312500 +-0.004547119141 +-0.002700805664 +0.011657714844 +-0.100097656250 +-0.149414062500 +0.005432128906 +0.101562500000 +0.197265625000 +-0.002456665039 +-0.233398437500 +-0.029296875000 +0.079589843750 +-0.125000000000 +0.057128906250 +0.149414062500 +0.056884765625 +0.184570312500 +0.071777343750 +0.087890625000 +0.023193359375 +0.028564453125 +-0.080566406250 +-0.163085937500 +-0.105957031250 +0.023925781250 +0.004577636719 +0.049804687500 +0.067871093750 +0.063964843750 +-0.000957489014 +0.009338378906 +0.036621093750 +0.174804687500 +-0.120117187500 +-0.062988281250 +0.018066406250 +-0.129882812500 +-0.023193359375 +-0.124511718750 +0.016967773438 +-0.143554687500 +-0.106445312500 +-0.125000000000 +-0.050292968750 +0.069824218750 +0.067871093750 +0.066406250000 +0.068359375000 +0.027709960938 +0.053222656250 +0.074218750000 +0.035888671875 +0.060791015625 +0.091308593750 +-0.069335937500 +-0.040527343750 +-0.226562500000 +-0.015625000000 +-0.007598876953 +0.153320312500 +0.009338378906 +0.067382812500 +0.208007812500 +-0.084960937500 +0.153320312500 +0.124511718750 +0.116699218750 +-0.068359375000 +0.022338867188 +0.026245117188 +-0.166992187500 +0.090820312500 +-0.094726562500 +-0.098632812500 +-0.025146484375 +-0.160156250000 +-0.094238281250 +-0.115234375000 +0.014648437500 +0.186523437500 +0.032226562500 +0.102050781250 +0.074707031250 +-0.087402343750 +0.007019042969 +0.019531250000 +-0.011657714844 +0.120117187500 +0.107421875000 +-0.079101562500 +0.029418945312 +0.012451171875 +0.136718750000 +0.191406250000 +0.269531250000 +0.054199218750 +0.053710937500 +0.116210937500 +0.021362304688 +0.078613281250 +-0.006347656250 +0.006072998047 +0.073730468750 +0.064941406250 +0.194335937500 +0.184570312500 +-0.164062500000 +0.304687500000 +-0.030151367188 +-0.095214843750 +-0.088378906250 +-0.032958984375 +0.063964843750 +-0.053955078125 +-0.032226562500 +0.213867187500 +-0.183593750000 +0.229492187500 +-0.057128906250 +0.053466796875 +-0.236328125000 +-0.055419921875 +0.020019531250 +0.012084960938 +0.105468750000 +-0.111328125000 +-0.084472656250 +-0.096679687500 +0.146484375000 +-0.116210937500 +0.009948730469 +-0.097167968750 +-0.067871093750 +0.001930236816 +-0.062011718750 +-0.042968750000 +-0.043701171875 +-0.138671875000 +0.223632812500 +0.163085937500 +0.021240234375 +0.019165039062 +0.019897460938 +0.051025390625 +-0.004730224609 +-0.214843750000 +0.061279296875 +0.009399414062 +-0.054199218750 +-0.189453125000 +0.031127929688 +-0.037353515625 +-0.080566406250 +0.063964843750 +-0.092285156250 +-0.193359375000 +0.051269531250 +-0.114257812500 +0.072753906250 +0.082031250000 +0.068847656250 +0.150390625000 +0.135742187500 +0.025024414062 +-0.093261718750 +0.197265625000 +-0.074218750000 +0.159179687500 +0.014587402344 +-0.020507812500 +0.011657714844 +0.035400390625 +-0.013183593750 +-0.012390136719 +-0.118164062500 +0.057128906250 +0.004272460938 +0.056152343750 +0.058105468750 +-0.052734375000 +0.106933593750 +0.021362304688 +-0.171875000000 +-0.118652343750 +0.020996093750 +0.127929687500 +0.036376953125 +-0.044677734375 +0.043701171875 +-0.059814453125 +-0.099121093750 +0.090332031250 +0.090332031250 +0.062011718750 +-0.162109375000 +0.007812500000 +0.024902343750 +0.108886718750 +0.057861328125 +-0.154296875000 +-0.024902343750 +0.065429687500 +-0.190429687500 +-0.041259765625 +-0.008056640625 +-0.038818359375 +-0.008789062500 +0.077148437500 +-0.011047363281 +-0.015747070312 +0.088378906250 +-0.034667968750 +-0.169921875000 +0.067382812500 +-0.116210937500 +0.064453125000 +-0.078613281250 +0.004302978516 +0.021972656250 +-0.143554687500 +-0.093750000000 +-0.021240234375 +0.068359375000 +-0.020263671875 +-0.039794921875 +0.077148437500 +-0.116210937500 +0.022460937500 +0.099121093750 +-0.166992187500 +-0.107421875000 +-0.030273437500 +-0.204101562500 +0.005432128906 +-0.009155273438 +0.033935546875 +-0.120117187500 +-0.082031250000 +0.048828125000 +-0.019775390625 +-0.110351562500 +-0.035156250000 +0.059326171875 +0.034667968750 +0.081054687500 +0.047363281250 +-0.155273437500 +-0.100585937500 +-0.114257812500 +-0.017822265625 +0.123535156250 +-0.122558593750 +0.100097656250 +0.072265625000 +-0.049804687500 +0.037353515625 +-0.058837890625 +-0.142578125000 +-0.145507812500 +0.024291992188 +0.028076171875 +0.107910156250 +-0.066406250000 +0.047363281250 +-0.180664062500 +0.033935546875 +-0.090332031250 +-0.073730468750 +0.013244628906 +0.015625000000 +0.166992187500 +0.029052734375 +-0.083007812500 +0.045166015625 +-0.108886718750 +0.111816406250 +-0.001983642578 +-0.007812500000 +-0.076171875000 +-0.178710937500 +-0.036621093750 +0.149414062500 +-0.030517578125 +-0.080078125000 +-0.024414062500 +-0.171875000000 +-0.028564453125 +-0.197265625000 +0.088867187500 +-0.045410156250 +0.026611328125 +0.004608154297 +-0.117675781250 +-0.009826660156 +-0.062500000000 +-0.047119140625 +-0.002151489258 +0.043457031250 +0.031982421875 +0.017456054688 +0.114746093750 +0.019042968750 +-0.024658203125 +0.125976562500 +-0.040771484375 +0.041748046875 +-0.049072265625 +-0.045654296875 +-0.008972167969 +0.072265625000 +-0.153320312500 +0.033203125000 +0.081542968750 +-0.031494140625 +-0.077636718750 +-0.141601562500 +0.135742187500 +0.085937500000 +0.087890625000 +-0.010437011719 +-0.134765625000 +0.022338867188 +0.045166015625 +0.036621093750 +0.052001953125 +-0.176757812500 +0.004333496094 +-0.049316406250 +0.022216796875 +0.138671875000 +0.029174804688 +0.148437500000 +-0.124511718750 +0.108886718750 +-0.015991210938 +0.098144531250 +0.055419921875 +-0.117675781250 +0.033691406250 +-0.017211914062 +-0.012329101562 +0.069824218750 +0.061523437500 +-0.083007812500 +0.015014648438 +-0.072265625000 +-0.047119140625 +0.010742187500 +-0.004821777344 +-0.083007812500 +0.006744384766 +0.163085937500 +0.089355468750 +-0.100097656250 +0.089355468750 +0.069335937500 +-0.089843750000 +-0.061523437500 +-0.016479492188 +-0.153320312500 +0.065917968750 +0.052978515625 +-0.050048828125 +0.142578125000 +-0.224609375000 +-0.009765625000 +0.063476562500 +0.074218750000 +-0.052734375000 +0.057861328125 +0.196289062500 +-0.176757812500 +-0.068359375000 +-0.106933593750 +0.121093750000 +0.122558593750 +-0.158203125000 +-0.033691406250 +-0.029541015625 +-0.057861328125 +-0.052978515625 +0.014282226562 +0.036865234375 +-0.144531250000 +-0.107910156250 +0.007171630859 +0.026367187500 +0.055664062500 +-0.031982421875 +-0.066894531250 +-0.248046875000 +0.045898437500 +-0.017822265625 +-0.279296875000 +0.114746093750 +0.105468750000 +0.068359375000 +0.013061523438 +0.090820312500 +-0.153320312500 +-0.083984375000 +-0.033447265625 +0.249023437500 +-0.045166015625 +0.184570312500 +0.074218750000 +0.069335937500 +-0.191406250000 +-0.125000000000 +-0.059326171875 +-0.070312500000 +-0.003402709961 +0.034667968750 +-0.049072265625 +-0.101074218750 +-0.193359375000 +0.096191406250 +0.008178710938 +0.060791015625 +0.283203125000 +-0.084472656250 +0.070800781250 +-0.013244628906 +-0.123535156250 +-0.179687500000 +-0.062988281250 +-0.217773437500 +-0.027832031250 +0.043212890625 +-0.148437500000 +0.059570312500 +-0.034179687500 +0.177734375000 +0.128906250000 +0.137695312500 +-0.029907226562 +0.069824218750 +-0.084472656250 +0.079101562500 +0.081542968750 +-0.127929687500 +-0.096191406250 +0.017456054688 +0.049560546875 +0.055664062500 +0.067871093750 +-0.296875000000 +-0.129882812500 +0.052246093750 +-0.128906250000 +-0.062500000000 +-0.057373046875 +-0.114746093750 +-0.066894531250 +0.063964843750 +-0.058349609375 +0.025146484375 +0.081542968750 +-0.030151367188 +-0.118652343750 +0.024169921875 +0.139648437500 +-0.055664062500 +0.087402343750 +-0.077148437500 +0.108398437500 +0.060791015625 +0.088867187500 +0.010131835938 +-0.171875000000 +-0.079589843750 +-0.078613281250 +-0.185546875000 +-0.218750000000 +-0.068847656250 +0.100097656250 +0.156250000000 +-0.166992187500 +0.020751953125 +-0.097656250000 +-0.005950927734 +-0.074218750000 +0.025268554688 +0.029174804688 +0.135742187500 +-0.083984375000 +0.117675781250 +-0.050537109375 +0.026611328125 +0.155273437500 +0.069824218750 +-0.013671875000 +-0.059570312500 +0.079589843750 +0.007232666016 +-0.004425048828 +-0.171875000000 +0.103515625000 +0.102539062500 +-0.035644531250 +0.049316406250 +-0.106933593750 +-0.077148437500 +-0.057861328125 +0.107910156250 +0.046875000000 +-0.061279296875 +-0.039306640625 +0.096679687500 +-0.219726562500 +-0.129882812500 +-0.042968750000 +0.038818359375 +-0.126953125000 +0.020141601562 +0.060546875000 +0.188476562500 +-0.062011718750 +-0.094238281250 +-0.130859375000 +0.000385284424 +-0.122070312500 +-0.010375976562 +0.002899169922 +-0.013977050781 +0.096679687500 +0.108886718750 +0.044433593750 +0.140625000000 +-0.066406250000 +0.074218750000 +-0.125976562500 +-0.066894531250 +-0.090820312500 +-0.129882812500 +-0.075195312500 +-0.081054687500 +-0.051025390625 +0.005981445312 +0.155273437500 +0.090820312500 +0.049804687500 +0.213867187500 +0.010559082031 +0.096191406250 +-0.156250000000 +-0.064453125000 +0.050048828125 +-0.083496093750 +0.122558593750 +0.184570312500 +-0.014770507812 +0.062011718750 +0.016479492188 +0.049316406250 +-0.008300781250 +0.039550781250 +-0.123535156250 +-0.135742187500 +-0.081542968750 +-0.054199218750 +-0.081542968750 +-0.071289062500 +-0.025146484375 +-0.056884765625 +0.033447265625 +0.037353515625 +-0.000329971313 +-0.039550781250 +0.083007812500 +0.036376953125 +-0.084472656250 +-0.022705078125 +-0.140625000000 +0.191406250000 +-0.072753906250 +0.141601562500 +0.011840820312 +0.033935546875 +-0.022583007812 +0.030639648438 +-0.069335937500 +-0.052490234375 +0.041015625000 +0.001586914062 +0.159179687500 +-0.031738281250 +-0.148437500000 +-0.077636718750 +0.054443359375 +-0.061767578125 +-0.112304687500 +-0.188476562500 +-0.053955078125 +0.020751953125 +0.073242187500 +0.076660156250 +0.165039062500 +0.001724243164 +-0.085937500000 +0.097656250000 +-0.032714843750 +0.033447265625 +0.018676757812 +0.029541015625 +0.036132812500 +0.018920898438 +-0.055419921875 +-0.064941406250 +0.151367187500 +0.080078125000 +-0.042968750000 +0.071777343750 +-0.167968750000 +-0.086914062500 +-0.042480468750 +-0.072265625000 +0.039794921875 +-0.185546875000 +0.118652343750 +-0.047607421875 +-0.115722656250 +0.029785156250 +-0.172851562500 +0.246093750000 +-0.108398437500 +-0.128906250000 +0.022216796875 +0.012756347656 +0.041503906250 +-0.126953125000 +0.063476562500 +-0.077148437500 +0.184570312500 +0.015380859375 +-0.125000000000 +0.007537841797 +0.006439208984 +-0.031494140625 +0.034667968750 +0.008178710938 +-0.046386718750 +0.002899169922 +-0.142578125000 +-0.057617187500 +0.080078125000 +0.011962890625 +-0.148437500000 +0.062255859375 +0.041015625000 +0.010314941406 +-0.060791015625 +-0.136718750000 +-0.133789062500 +-0.052734375000 +0.071289062500 +0.026611328125 +0.007995605469 +0.092285156250 +-0.003875732422 +-0.039794921875 +-0.113769531250 +-0.059326171875 +-0.028930664062 +-0.150390625000 +-0.008422851562 +-0.085449218750 +-0.063476562500 +0.009155273438 +-0.040039062500 +0.119140625000 +-0.117675781250 +-0.101562500000 +-0.049560546875 +0.139648437500 +0.082031250000 +-0.022094726562 +-0.142578125000 +-0.051757812500 +-0.063476562500 +-0.012634277344 +0.031127929688 +0.014831542969 +0.034423828125 +0.008605957031 +0.123535156250 +-0.081542968750 +-0.112792968750 +0.161132812500 +0.029052734375 +0.087402343750 +-0.024047851562 +-0.001480102539 +-0.019042968750 +-0.066406250000 +-0.041015625000 +0.013183593750 +-0.131835937500 +0.152343750000 +0.048583984375 +0.041503906250 +-0.022460937500 +0.025756835938 +-0.051025390625 +0.069335937500 +0.151367187500 +0.091796875000 +0.067871093750 +0.124511718750 +-0.145507812500 +0.034179687500 +0.038085937500 +-0.084960937500 +-0.062988281250 +0.054687500000 +-0.053710937500 +-0.019165039062 +-0.037353515625 +-0.035400390625 +-0.123535156250 +-0.078125000000 +-0.050537109375 +-0.045898437500 +0.120605468750 +-0.067871093750 +0.017089843750 +-0.066406250000 +0.052490234375 +-0.020751953125 +0.007080078125 +0.043701171875 +-0.219726562500 +-0.008483886719 +-0.050781250000 +0.008178710938 +0.004333496094 +-0.068847656250 +-0.030639648438 +0.127929687500 +-0.131835937500 +0.073242187500 +-0.033935546875 +-0.087402343750 +-0.026245117188 +-0.078613281250 +0.063964843750 +0.073730468750 +0.071289062500 +-0.105468750000 +-0.028076171875 +0.062988281250 +0.241210937500 +-0.141601562500 +0.172851562500 +-0.009399414062 +-0.148437500000 +0.115234375000 +0.098632812500 +-0.131835937500 +-0.014709472656 +0.016601562500 +-0.021118164062 +-0.026855468750 +0.043457031250 +-0.029296875000 +-0.096191406250 +-0.085449218750 +-0.031494140625 +-0.115234375000 +0.005004882812 +0.084472656250 +-0.216796875000 +-0.053222656250 +-0.067871093750 +-0.116699218750 +0.112792968750 +-0.118652343750 +-0.036132812500 +-0.008056640625 +-0.058349609375 +0.003906250000 +0.146484375000 +0.106933593750 +0.115722656250 +0.081054687500 +-0.287109375000 +0.036132812500 +-0.023681640625 +-0.043945312500 +-0.003677368164 +-0.100097656250 +-0.110839843750 +-0.218750000000 +0.005523681641 +0.059814453125 +0.101074218750 +0.056396484375 +-0.086914062500 +-0.046630859375 +0.136718750000 +0.046630859375 +-0.004821777344 +0.009887695312 +-0.073730468750 +-0.162109375000 +-0.057617187500 +-0.028564453125 +-0.102050781250 +-0.022216796875 +0.020996093750 +0.017089843750 +-0.098144531250 +-0.005645751953 +0.074707031250 +0.043457031250 +-0.018554687500 +0.110351562500 +0.015319824219 +0.063476562500 +-0.133789062500 +0.050292968750 +-0.092773437500 +0.010437011719 +-0.082519531250 +-0.074218750000 +0.031494140625 +-0.208007812500 +-0.092773437500 +0.024902343750 +0.061767578125 +0.114746093750 +-0.068847656250 +-0.019409179688 +-0.042968750000 +-0.063476562500 +0.082031250000 +0.051025390625 +0.112304687500 +0.092285156250 +-0.193359375000 +0.026123046875 +0.058349609375 +0.007690429688 +-0.036621093750 +0.008117675781 +0.059082031250 +-0.018066406250 +-0.155273437500 +-0.020874023438 +0.090820312500 +0.090820312500 +-0.061523437500 +-0.091308593750 +-0.008483886719 +0.111816406250 +-0.055908203125 +0.008544921875 +0.079101562500 +-0.007141113281 +-0.085449218750 +0.115234375000 +0.105957031250 +0.117675781250 +0.090332031250 +-0.001693725586 +0.009338378906 +-0.071777343750 +0.070800781250 +0.015441894531 +-0.002395629883 +-0.188476562500 +-0.021118164062 +0.041015625000 +-0.001182556152 +0.049560546875 +-0.026245117188 +-0.022705078125 +0.082031250000 +0.010131835938 +-0.057373046875 +-0.008117675781 +-0.087402343750 +-0.016357421875 +-0.205078125000 +0.070312500000 +0.068847656250 +0.035644531250 +0.162109375000 +-0.070800781250 +-0.121093750000 +0.041748046875 +0.047119140625 +0.066894531250 +-0.008483886719 +-0.025878906250 +0.064941406250 +-0.148437500000 +0.100097656250 +0.036865234375 +0.072753906250 +0.113281250000 +-0.050781250000 +-0.027099609375 +-0.009826660156 +-0.114257812500 +-0.167968750000 +0.023193359375 +0.134765625000 +-0.044433593750 +-0.124511718750 +0.039062500000 +0.168945312500 +-0.107910156250 +0.027954101562 +-0.009521484375 +0.130859375000 +-0.021240234375 +0.111816406250 +0.080078125000 +0.011108398438 +0.035400390625 +-0.006256103516 +0.001335144043 +-0.086425781250 +0.146484375000 +-0.022338867188 +-0.062011718750 +0.023315429688 +0.208984375000 +-0.106445312500 +0.070800781250 +-0.052490234375 +0.141601562500 +0.137695312500 +0.082519531250 +0.125000000000 +0.123046875000 +-0.085449218750 +-0.075195312500 +-0.165039062500 +0.068359375000 +-0.047851562500 +0.023315429688 +0.082031250000 +-0.019409179688 +0.135742187500 +-0.000751495361 +-0.078125000000 +0.002609252930 +-0.018188476562 +-0.091308593750 +-0.101074218750 +-0.164062500000 +0.010009765625 +0.087402343750 +0.074218750000 +-0.244140625000 +0.175781250000 +0.102050781250 +-0.013977050781 +0.061767578125 +0.041259765625 +0.088867187500 +0.087890625000 +-0.079589843750 +0.016479492188 +0.060058593750 +-0.116210937500 +-0.037597656250 +0.015625000000 +-0.030029296875 +-0.002441406250 +-0.031250000000 +0.056884765625 +0.157226562500 +0.005310058594 +-0.084472656250 +-0.036132812500 +-0.048339843750 +-0.004852294922 +0.050537109375 +0.145507812500 +-0.065917968750 +0.053222656250 +-0.020385742188 +0.026611328125 +-0.010437011719 +-0.002075195312 +0.170898437500 +-0.062500000000 +-0.181640625000 +-0.007995605469 +-0.076171875000 +-0.002899169922 +-0.089843750000 +-0.009521484375 +0.075195312500 +0.152343750000 +0.167968750000 +-0.120117187500 +0.047607421875 +0.005065917969 +0.035888671875 +0.065917968750 +0.015197753906 +0.146484375000 +-0.058105468750 +-0.115722656250 +0.066406250000 +-0.052490234375 +0.132812500000 +-0.172851562500 +0.072753906250 +0.091308593750 +-0.047607421875 +-0.081542968750 +-0.081542968750 +0.064453125000 +-0.001106262207 +0.025512695312 +-0.050292968750 +-0.075683593750 +0.053955078125 +0.118164062500 +0.118164062500 +0.010620117188 +-0.087890625000 +0.007781982422 +-0.065917968750 +-0.131835937500 +-0.020996093750 +-0.087402343750 +0.123046875000 +0.041259765625 +0.198242187500 +0.079101562500 +-0.066894531250 +0.102539062500 +-0.195312500000 +-0.043945312500 +-0.077636718750 +-0.074218750000 +0.017578125000 +0.076171875000 +-0.195312500000 +0.058837890625 +0.093750000000 +-0.064453125000 +0.026611328125 +-0.014953613281 +-0.005432128906 +-0.228515625000 +0.118652343750 +-0.039550781250 +0.179687500000 +-0.001289367676 +0.000115394592 +0.106933593750 +0.025634765625 +-0.095214843750 +-0.116210937500 +0.013305664062 +-0.096679687500 +0.166992187500 +-0.257812500000 +0.095703125000 +-0.077148437500 +-0.122070312500 +-0.081054687500 +0.052490234375 +0.110839843750 +-0.100585937500 +-0.055175781250 +-0.048828125000 +-0.095214843750 +0.021240234375 +-0.026855468750 +-0.034423828125 +-0.089843750000 +-0.098632812500 +-0.130859375000 +0.043945312500 +0.034179687500 +0.086914062500 +-0.123535156250 +-0.039550781250 +0.015075683594 +-0.054199218750 +-0.165039062500 +-0.051757812500 +0.057128906250 +-0.005432128906 +-0.016479492188 +0.140625000000 +0.136718750000 +-0.070312500000 +-0.021972656250 +0.005828857422 +0.151367187500 +-0.016235351562 +-0.118652343750 +0.084472656250 +-0.005706787109 +0.006958007812 +-0.083984375000 +0.062988281250 +-0.037353515625 +-0.041992187500 +-0.068847656250 +-0.089355468750 +-0.183593750000 +0.243164062500 +-0.112304687500 +0.092773437500 +-0.166992187500 +0.110839843750 +0.112304687500 +-0.084472656250 +-0.023559570312 +-0.010437011719 +-0.102539062500 +0.117675781250 +-0.181640625000 +-0.049316406250 +0.013854980469 +-0.043701171875 +-0.006958007812 +0.189453125000 +-0.055175781250 +-0.151367187500 +0.031250000000 +-0.009399414062 +0.039794921875 +0.109375000000 +0.010925292969 +0.088867187500 +0.112792968750 +0.088867187500 +-0.092285156250 +-0.083496093750 +0.106445312500 +-0.007324218750 +0.099121093750 +-0.015075683594 +0.087890625000 +-0.003967285156 +-0.107421875000 +-0.121093750000 +-0.016357421875 +0.039306640625 +-0.090820312500 +-0.116699218750 +0.175781250000 +0.161132812500 +0.073242187500 +-0.079589843750 +-0.029052734375 +-0.036865234375 +-0.090332031250 +0.008666992188 +-0.060058593750 +-0.192382812500 +0.007049560547 +0.047851562500 +-0.015502929688 +0.012329101562 +0.100097656250 +0.086425781250 +-0.071289062500 +-0.140625000000 +0.087890625000 +0.048339843750 +-0.116699218750 +0.050048828125 +-0.010009765625 +-0.107910156250 +-0.032714843750 +0.021484375000 +-0.048339843750 +-0.125000000000 +-0.115234375000 +0.107910156250 +0.165039062500 +-0.106445312500 +-0.029541015625 +-0.083496093750 +0.057128906250 +0.099609375000 +0.094726562500 +0.036621093750 +0.011657714844 +-0.126953125000 +0.104980468750 +0.102539062500 +-0.061523437500 +0.009338378906 +0.038818359375 +0.016479492188 +-0.101562500000 +0.075683593750 +0.071289062500 +0.015380859375 +-0.106445312500 +0.055175781250 +-0.039062500000 +0.030761718750 +-0.008361816406 +-0.090332031250 +0.263671875000 +0.029907226562 +0.040039062500 +-0.115234375000 +0.139648437500 +-0.032714843750 +-0.019409179688 +0.071289062500 +-0.088867187500 +-0.046142578125 +-0.024780273438 +-0.047607421875 +0.014038085938 +-0.078125000000 +0.022338867188 +-0.062255859375 +-0.107421875000 +0.107910156250 +-0.011047363281 +-0.067871093750 +0.053466796875 +0.082031250000 +-0.088867187500 +0.003890991211 +0.057617187500 +-0.010070800781 +0.034179687500 +0.047363281250 +-0.017700195312 +0.086425781250 +0.001274108887 +0.133789062500 +0.044921875000 +-0.179687500000 +-0.115722656250 +-0.157226562500 +-0.003326416016 +-0.046386718750 +0.056152343750 +0.057128906250 +-0.059570312500 +-0.122070312500 +-0.126953125000 +0.030761718750 +-0.040283203125 +-0.004577636719 +0.032470703125 +-0.022583007812 +-0.038574218750 +0.062255859375 +0.043945312500 +0.138671875000 +0.026977539062 +0.106445312500 +-0.046630859375 +0.113769531250 +-0.059326171875 +-0.092773437500 +0.241210937500 +-0.245117187500 +-0.029907226562 +-0.076171875000 +0.020996093750 +0.076660156250 +0.022094726562 +0.021850585938 +0.203125000000 +0.028564453125 +0.062255859375 +0.060546875000 +-0.019042968750 +0.062500000000 +0.015563964844 +0.283203125000 +0.158203125000 +0.255859375000 +0.150390625000 +0.104492187500 +-0.001167297363 +-0.111328125000 +0.034912109375 +0.077636718750 +-0.002182006836 +0.023925781250 +-0.025878906250 +-0.023193359375 +-0.045166015625 +0.120605468750 +0.149414062500 +-0.030029296875 +-0.285156250000 +0.064941406250 +0.147460937500 +-0.006835937500 +-0.096679687500 +-0.074218750000 +0.010681152344 +-0.190429687500 +0.162109375000 +0.112304687500 +-0.083007812500 +-0.017456054688 +-0.186523437500 +-0.105468750000 +0.036621093750 +-0.042480468750 +0.006652832031 +0.155273437500 +-0.045898437500 +0.263671875000 +0.209960937500 +0.072265625000 +-0.227539062500 +-0.057861328125 +0.052978515625 +-0.064941406250 +0.140625000000 +-0.218750000000 +-0.089355468750 +0.036865234375 +-0.076660156250 +0.248046875000 +0.037109375000 +0.029907226562 +-0.138671875000 +-0.201171875000 +-0.054931640625 +0.019531250000 +0.102539062500 +-0.353515625000 +0.118164062500 +0.082031250000 +-0.104003906250 +0.002853393555 +0.103515625000 +-0.028442382812 +0.050537109375 +0.080078125000 +0.106445312500 +-0.072753906250 +0.039062500000 +-0.052978515625 +0.121093750000 +-0.013977050781 +-0.049804687500 +0.133789062500 +0.087402343750 +0.040283203125 +-0.213867187500 +-0.141601562500 +0.190429687500 +0.181640625000 +-0.008422851562 +0.010925292969 +-0.162109375000 +-0.005676269531 +-0.012817382812 +0.054687500000 +-0.060546875000 +-0.004638671875 +0.092285156250 +0.133789062500 +0.109375000000 +0.240234375000 +0.220703125000 +-0.125000000000 +0.165039062500 +0.157226562500 +-0.034667968750 +-0.308593750000 +0.032958984375 +-0.026489257812 +0.161132812500 +0.043701171875 +-0.048828125000 +-0.014953613281 +-0.042236328125 +0.178710937500 +-0.082519531250 +0.066406250000 +-0.062988281250 +-0.102539062500 +-0.060791015625 +-0.140625000000 +0.103515625000 +-0.105468750000 +0.081054687500 +-0.037597656250 +-0.073242187500 +-0.012756347656 +-0.055908203125 +0.130859375000 +0.025878906250 +-0.008239746094 +-0.141601562500 +0.039794921875 +0.017089843750 +0.072265625000 +0.073730468750 +0.113769531250 +0.142578125000 +-0.106933593750 +-0.110351562500 +-0.147460937500 +-0.028930664062 +0.007019042969 +-0.030151367188 +0.227539062500 +-0.019165039062 +0.029418945312 +-0.162109375000 +0.023803710938 +0.008666992188 +0.109375000000 +-0.006866455078 +0.008605957031 +-0.083496093750 +-0.188476562500 +0.010314941406 +0.163085937500 +0.002258300781 +-0.042480468750 +0.062011718750 +0.094238281250 +0.097167968750 +-0.011596679688 +0.107910156250 +0.074218750000 +-0.029052734375 +-0.133789062500 +-0.088378906250 +0.018188476562 +0.061767578125 +0.156250000000 +0.095214843750 +-0.279296875000 +-0.071777343750 +0.016845703125 +-0.066894531250 +0.145507812500 +0.059326171875 +-0.255859375000 +-0.275390625000 +0.091308593750 +-0.009704589844 +-0.031982421875 +-0.105957031250 +0.039306640625 +-0.000059604645 +0.232421875000 +-0.115722656250 +0.116210937500 +0.001075744629 +0.062500000000 +0.063476562500 +-0.125000000000 +0.161132812500 +-0.150390625000 +0.007507324219 +0.037841796875 +0.118164062500 +0.134765625000 +0.028198242188 +-0.037109375000 +-0.119140625000 +0.049804687500 +-0.047607421875 +-0.161132812500 +-0.129882812500 +0.033935546875 +0.114746093750 +-0.017700195312 +0.004882812500 +0.061035156250 +0.171875000000 +0.039550781250 +0.087402343750 +0.026855468750 +0.011230468750 +-0.082519531250 +0.066406250000 +0.000915527344 +-0.039062500000 +0.187500000000 +-0.081054687500 +-0.106445312500 +-0.212890625000 +0.066406250000 +-0.187500000000 +-0.054443359375 +-0.009399414062 +-0.171875000000 +0.103515625000 +-0.062255859375 +0.158203125000 +-0.008361816406 +-0.093750000000 +0.050537109375 +-0.012573242188 +-0.023925781250 +0.016113281250 +0.003890991211 +0.034423828125 +0.079589843750 +-0.011901855469 +-0.005828857422 +-0.118164062500 +0.038085937500 +-0.024780273438 +-0.083007812500 +-0.022827148438 +-0.053466796875 +-0.009460449219 +0.060791015625 +-0.147460937500 +-0.027587890625 +-0.031494140625 +0.106933593750 +-0.144531250000 +0.100585937500 +-0.119140625000 +0.019775390625 +0.009582519531 +-0.259765625000 +0.141601562500 +-0.106445312500 +-0.105957031250 +0.200195312500 +0.005126953125 +-0.089843750000 +0.014038085938 +0.116210937500 +-0.049316406250 +-0.175781250000 +0.008483886719 +-0.043457031250 +0.037353515625 +0.098632812500 +0.046142578125 +-0.036376953125 +-0.144531250000 +-0.098144531250 +0.237304687500 +0.030761718750 +-0.239257812500 +-0.001136779785 +0.074218750000 +0.054199218750 +-0.054443359375 +0.047607421875 +-0.103515625000 +-0.213867187500 +-0.221679687500 +0.134765625000 +0.047363281250 +-0.017333984375 +-0.078125000000 +0.014587402344 +-0.081542968750 +0.008300781250 +-0.049072265625 +-0.150390625000 +0.067382812500 +0.021850585938 +-0.133789062500 +0.016479492188 +0.017211914062 +0.000103473663 +-0.271484375000 +0.006317138672 +-0.045654296875 +-0.034667968750 +0.000850677490 +-0.010070800781 +0.066894531250 +-0.050048828125 +0.049316406250 +0.098144531250 +-0.135742187500 +0.146484375000 +0.067871093750 +-0.028564453125 +-0.152343750000 +-0.055908203125 +-0.009521484375 +-0.132812500000 +-0.110839843750 +-0.046630859375 +-0.050048828125 +-0.036376953125 +-0.013427734375 +-0.160156250000 +0.005859375000 +-0.152343750000 +-0.155273437500 +-0.071777343750 +0.180664062500 +0.054199218750 +-0.049072265625 +-0.202148437500 +-0.110839843750 +0.043212890625 +-0.069824218750 +0.046386718750 +0.007202148438 +0.076171875000 +-0.001388549805 +-0.009704589844 +0.011779785156 +-0.123535156250 +0.054443359375 +-0.037841796875 +-0.069335937500 +-0.015075683594 +0.116699218750 +-0.182617187500 +0.043457031250 +-0.120605468750 +0.017456054688 +-0.041992187500 +0.093261718750 +-0.083007812500 +0.083496093750 +0.106933593750 +-0.072753906250 +-0.093261718750 +-0.117187500000 +-0.015441894531 +-0.032226562500 +-0.036865234375 +0.007110595703 +-0.073242187500 +0.054443359375 +-0.119628906250 +-0.046386718750 +-0.103027343750 +0.067871093750 +-0.058105468750 +0.104980468750 +-0.116699218750 +-0.101562500000 +-0.088378906250 +-0.160156250000 +-0.106933593750 +-0.168945312500 +-0.029052734375 +-0.143554687500 +0.011108398438 +-0.139648437500 +0.026855468750 +-0.001869201660 +-0.104492187500 +-0.050537109375 +-0.125000000000 +-0.062988281250 +-0.076171875000 +-0.042236328125 +0.114746093750 +0.150390625000 +-0.157226562500 +0.005249023438 +0.073242187500 +0.030151367188 +-0.084472656250 +-0.028198242188 +0.076171875000 +0.001060485840 +0.002014160156 +-0.046630859375 +0.071289062500 +0.022705078125 +0.081542968750 +-0.162109375000 +-0.192382812500 +0.092285156250 +-0.099121093750 +-0.031982421875 +0.081542968750 +0.059326171875 +-0.244140625000 +-0.009277343750 +0.167968750000 +0.042724609375 +-0.107421875000 +-0.003967285156 +-0.105468750000 +0.038330078125 +-0.109863281250 +-0.004852294922 +-0.168945312500 +0.031005859375 +0.087402343750 +-0.047363281250 +0.059082031250 +-0.036621093750 +-0.112304687500 +-0.079101562500 +-0.229492187500 +-0.283203125000 +-0.016113281250 +-0.130859375000 +0.049560546875 +0.133789062500 +0.052978515625 +-0.003845214844 +-0.026245117188 +-0.119628906250 +-0.083496093750 +0.083984375000 +0.020874023438 +0.106933593750 +0.056884765625 +0.137695312500 +0.099609375000 +-0.120605468750 +-0.000364303589 +0.147460937500 +-0.104003906250 +-0.146484375000 +-0.000930786133 +0.112304687500 +-0.147460937500 +-0.160156250000 +-0.093750000000 +0.014282226562 +-0.141601562500 +-0.134765625000 +-0.084472656250 +0.037841796875 +0.053222656250 +-0.162109375000 +-0.241210937500 +-0.154296875000 +-0.054687500000 +0.074707031250 +0.121582031250 +0.111328125000 +-0.222656250000 +-0.184570312500 +-0.089843750000 +-0.055419921875 +-0.054199218750 +-0.027465820312 +0.131835937500 +0.121582031250 +-0.030517578125 +-0.253906250000 +0.002090454102 +-0.173828125000 +0.145507812500 +0.068847656250 +0.093261718750 +-0.095703125000 +-0.039062500000 +-0.090332031250 +-0.058105468750 +-0.121093750000 +0.010009765625 +0.118652343750 +0.080566406250 +-0.087890625000 +-0.049804687500 +-0.049804687500 +0.105957031250 +0.118164062500 +0.089355468750 +-0.014221191406 +-0.287109375000 +0.099609375000 +0.022216796875 +-0.162109375000 +0.158203125000 +-0.063964843750 +-0.013977050781 +0.187500000000 +-0.259765625000 +0.082031250000 +0.073730468750 +0.099609375000 +0.117187500000 +0.096679687500 +0.190429687500 +0.042724609375 +-0.117675781250 +-0.009765625000 +-0.171875000000 +0.073242187500 +0.115722656250 +-0.171875000000 +0.188476562500 +0.139648437500 +-0.027954101562 +0.053710937500 +0.055908203125 +0.094726562500 +-0.062988281250 +-0.052246093750 +-0.058349609375 +-0.064453125000 +-0.223632812500 +-0.034667968750 +0.024291992188 +-0.056640625000 +0.181640625000 +0.001495361328 +0.098144531250 +0.030395507812 +-0.164062500000 +0.016723632812 +-0.064453125000 +-0.090820312500 +-0.148437500000 +-0.107421875000 +0.038818359375 +-0.141601562500 +-0.015197753906 +-0.000440597534 +0.097167968750 +0.038330078125 +0.265625000000 +-0.169921875000 +0.069335937500 +-0.093261718750 +-0.078125000000 +-0.020019531250 +0.111328125000 +-0.012084960938 +0.034667968750 +0.003646850586 +-0.130859375000 +0.090332031250 +-0.065429687500 +0.149414062500 +0.192382812500 +0.080566406250 +0.021606445312 +-0.024780273438 +-0.013427734375 +-0.170898437500 +-0.200195312500 +0.006652832031 +0.038818359375 +0.175781250000 +0.213867187500 +0.034179687500 +-0.141601562500 +-0.161132812500 +-0.012329101562 +0.085937500000 +-0.011352539062 +-0.086914062500 +0.030395507812 +0.045166015625 +0.019531250000 +-0.092285156250 +-0.199218750000 +0.074218750000 +-0.022338867188 +-0.140625000000 +-0.043701171875 +0.047851562500 +0.087890625000 +0.042480468750 +-0.002182006836 +0.083007812500 +-0.116699218750 +0.063964843750 +-0.016113281250 +-0.188476562500 +-0.088867187500 +-0.117187500000 +-0.023315429688 +0.001350402832 +0.119628906250 +0.004058837891 +0.125000000000 +-0.063476562500 +-0.016845703125 +0.052246093750 +-0.167968750000 +-0.070800781250 +-0.120117187500 +-0.098632812500 +-0.156250000000 +0.102539062500 +-0.004241943359 +-0.026000976562 +0.174804687500 +-0.011535644531 +0.078613281250 +-0.077636718750 +0.069335937500 +-0.033691406250 +-0.089843750000 +-0.050537109375 +-0.058349609375 +0.031738281250 +-0.047363281250 +-0.044677734375 +-0.063476562500 +-0.094726562500 +-0.089355468750 +-0.032226562500 +0.041503906250 +0.031738281250 +0.083496093750 +-0.087402343750 +-0.114257812500 +-0.061767578125 +-0.031494140625 +0.052734375000 +-0.132812500000 +-0.061279296875 +-0.103515625000 +-0.017944335938 +0.026245117188 +0.106445312500 +0.045898437500 +-0.022216796875 +0.154296875000 +-0.152343750000 +0.175781250000 +0.044433593750 +-0.041259765625 +-0.017944335938 +0.013854980469 +-0.159179687500 +-0.062988281250 +0.001968383789 +-0.088378906250 +-0.033447265625 +0.143554687500 +-0.077636718750 +0.163085937500 +-0.085449218750 +0.120605468750 +0.085937500000 +0.022705078125 +0.105957031250 +-0.060791015625 +0.121093750000 +0.143554687500 +-0.002334594727 +0.007995605469 +-0.007629394531 +-0.065917968750 +0.021118164062 +0.110839843750 +-0.054199218750 +-0.047851562500 +0.132812500000 +-0.107910156250 +-0.081542968750 +-0.141601562500 +0.011657714844 +0.046386718750 +0.098144531250 +-0.014465332031 +0.186523437500 +0.055908203125 +-0.012512207031 +-0.130859375000 +0.053222656250 +-0.091796875000 +-0.027221679688 +0.030273437500 +-0.097656250000 +-0.140625000000 +-0.214843750000 +0.040039062500 +0.062500000000 +-0.030639648438 +-0.063964843750 +0.140625000000 +0.045654296875 +-0.032470703125 +-0.045166015625 +-0.012512207031 +-0.055908203125 +-0.144531250000 +-0.027465820312 +-0.053955078125 +0.036865234375 +0.115722656250 +0.007629394531 +-0.014709472656 +0.063964843750 +-0.042968750000 +0.039550781250 +0.039794921875 +0.023925781250 +0.162109375000 +0.031738281250 +-0.022705078125 +0.047119140625 +0.111328125000 +-0.063964843750 +-0.114746093750 +0.030761718750 +0.015869140625 +-0.038330078125 +0.126953125000 +0.000839233398 +0.105957031250 +-0.074218750000 +0.032958984375 +0.060791015625 +0.061523437500 +0.049804687500 +0.036132812500 +0.014587402344 +0.008239746094 +0.011352539062 +-0.115722656250 +0.189453125000 +-0.029174804688 +-0.041503906250 +-0.106933593750 +-0.052734375000 +-0.059570312500 +0.073730468750 +-0.102539062500 +-0.022827148438 +0.113769531250 +-0.174804687500 +-0.112304687500 +-0.002197265625 +-0.047119140625 +0.065917968750 +0.051269531250 +-0.016723632812 +0.004791259766 +-0.129882812500 +0.005218505859 +0.081542968750 +-0.174804687500 +0.053222656250 +0.102539062500 +-0.021728515625 +-0.091308593750 +0.176757812500 +-0.054199218750 +0.053955078125 +-0.011291503906 +-0.108398437500 +0.148437500000 +0.015197753906 +0.099609375000 +0.139648437500 +0.187500000000 +-0.092773437500 +-0.059326171875 +0.014038085938 +0.078613281250 +0.018798828125 +0.002105712891 +-0.063476562500 +-0.225585937500 +-0.154296875000 +0.092285156250 +-0.090332031250 +0.009033203125 +-0.188476562500 +-0.029663085938 +0.021850585938 +0.021484375000 +-0.085449218750 +-0.143554687500 +0.007537841797 +-0.003417968750 +-0.105468750000 +0.013244628906 +-0.091796875000 +-0.113769531250 +-0.005065917969 +0.039550781250 +-0.164062500000 +-0.063964843750 +-0.004211425781 +0.154296875000 +-0.037353515625 +0.086425781250 +0.136718750000 +0.088378906250 +0.106933593750 +-0.097167968750 +-0.151367187500 +-0.063964843750 +-0.037109375000 +-0.074707031250 +0.067871093750 +-0.053955078125 +0.068847656250 +-0.030761718750 +-0.077148437500 +-0.014587402344 +0.074707031250 +-0.131835937500 +-0.029785156250 +0.137695312500 +-0.137695312500 +-0.049316406250 +-0.030029296875 +-0.069335937500 +0.041748046875 +0.042724609375 +-0.065917968750 +-0.119628906250 +0.092773437500 +0.022827148438 +0.042236328125 +-0.003753662109 +-0.078613281250 +0.044921875000 +0.041015625000 +-0.055908203125 +0.012268066406 +0.043945312500 +-0.034667968750 +-0.033203125000 +0.181640625000 +-0.108398437500 +0.131835937500 +0.110839843750 +-0.002944946289 +0.114746093750 +-0.041015625000 +0.041748046875 +0.141601562500 +0.088378906250 +-0.050537109375 +-0.108398437500 +-0.183593750000 +0.093261718750 +0.008972167969 +0.009765625000 +0.124511718750 +0.029663085938 +0.021850585938 +0.020141601562 +0.140625000000 +0.050048828125 +-0.011352539062 +-0.104003906250 +0.222656250000 +-0.113281250000 +-0.056396484375 +-0.118652343750 +0.035156250000 +-0.050537109375 +-0.034423828125 +0.163085937500 +-0.117187500000 +0.042724609375 +0.057373046875 +0.012329101562 +-0.176757812500 +0.098144531250 +-0.010314941406 +-0.151367187500 +-0.076660156250 +-0.014587402344 +0.195312500000 +0.119140625000 +0.128906250000 +-0.064453125000 +-0.205078125000 +0.028564453125 +-0.067382812500 +-0.034423828125 +-0.304687500000 +0.110839843750 +-0.216796875000 +-0.026489257812 +0.085449218750 +0.230468750000 +-0.123046875000 +-0.133789062500 +0.068359375000 +0.033935546875 +0.111328125000 +0.074707031250 +0.006195068359 +-0.125000000000 +0.023559570312 +-0.316406250000 +0.041503906250 +0.174804687500 +-0.095214843750 +-0.019531250000 +-0.020751953125 +-0.101074218750 +-0.122558593750 +-0.004028320312 +0.147460937500 +0.015991210938 +-0.073242187500 +-0.087890625000 +-0.088867187500 +-0.061035156250 +0.056152343750 +0.332031250000 +-0.026489257812 +0.031250000000 +-0.056396484375 +0.143554687500 +-0.106445312500 +0.127929687500 +0.152343750000 +0.051269531250 +0.062988281250 +-0.074218750000 +0.083984375000 +-0.009094238281 +0.051025390625 +0.222656250000 +0.062255859375 +0.025390625000 +0.040771484375 +-0.081054687500 +-0.106933593750 +0.193359375000 +-0.052490234375 +-0.006866455078 +0.037841796875 +0.165039062500 +0.120117187500 +0.124023437500 +0.157226562500 +0.013610839844 +-0.153320312500 +-0.061279296875 +-0.153320312500 +-0.072265625000 +0.001708984375 +0.007415771484 +-0.001556396484 +0.012939453125 +-0.195312500000 +0.022094726562 +0.042968750000 +-0.050048828125 +-0.065429687500 +0.072265625000 +0.099121093750 +-0.178710937500 +-0.291015625000 +0.062500000000 +0.093750000000 +-0.152343750000 +0.026123046875 +0.001983642578 +-0.081054687500 +0.087402343750 +-0.273437500000 +-0.129882812500 +0.006317138672 +-0.114746093750 +-0.062255859375 +-0.040039062500 +-0.139648437500 +0.152343750000 +-0.036376953125 +0.086914062500 +-0.030273437500 +0.206054687500 +-0.073242187500 +-0.083007812500 +0.085937500000 +-0.164062500000 +-0.104980468750 +0.474609375000 +0.017456054688 +0.257812500000 +0.378906250000 +0.206054687500 +0.328125000000 +0.151367187500 +0.042236328125 +0.078613281250 +0.102539062500 +0.053222656250 +0.188476562500 +-0.058837890625 +0.024902343750 +-0.077148437500 +0.012939453125 +0.447265625000 +0.029418945312 +0.281250000000 +0.177734375000 +0.291015625000 +0.197265625000 +0.135742187500 +0.073730468750 +-0.006713867188 +0.263671875000 +-0.010803222656 +0.029785156250 +0.468750000000 +0.058593750000 +0.070800781250 +0.357421875000 +0.291015625000 +0.349609375000 +-0.013854980469 +0.335937500000 +0.049072265625 +0.349609375000 +0.067382812500 +0.044677734375 +0.053222656250 +0.351562500000 +0.057128906250 +-0.052978515625 +0.157226562500 +0.033935546875 +0.208984375000 +0.021118164062 +0.291015625000 +0.041992187500 +0.051269531250 +0.384765625000 +0.085449218750 +0.146484375000 +0.292968750000 +-0.028198242188 +0.193359375000 +0.052490234375 +0.163085937500 +-0.026000976562 +0.042480468750 +0.046875000000 +0.353515625000 +-0.003555297852 +0.181640625000 +0.059082031250 +0.248046875000 +0.251953125000 +-0.134765625000 +0.067871093750 +0.008239746094 +0.000724792480 +0.255859375000 +0.240234375000 +0.172851562500 +0.018920898438 +-0.037841796875 +0.279296875000 +0.063476562500 +0.180664062500 +0.143554687500 +-0.044677734375 +0.073242187500 +0.613281250000 +0.267578125000 +0.016235351562 +0.192382812500 +0.273437500000 +0.038574218750 +0.271484375000 +0.187500000000 +0.204101562500 +0.488281250000 +0.223632812500 +-0.157226562500 +0.197265625000 +0.047119140625 +0.053222656250 +0.072265625000 +0.190429687500 +0.275390625000 +-0.025512695312 +0.002029418945 +-0.020141601562 +0.100097656250 +-0.006774902344 +0.068359375000 +0.105957031250 +0.168945312500 +0.070312500000 +0.324218750000 +0.298828125000 +0.008056640625 +0.220703125000 +0.121093750000 +0.194335937500 +0.159179687500 +-0.151367187500 +0.136718750000 +0.180664062500 +0.104003906250 +0.310546875000 +0.088378906250 +0.135742187500 +0.523437500000 +0.171875000000 +0.186523437500 +0.166015625000 +-0.119628906250 +-0.069824218750 +-0.062988281250 +-0.110351562500 +-0.184570312500 +-0.043701171875 +-0.035400390625 +-0.220703125000 +0.054443359375 +0.228515625000 +-0.126953125000 +-0.088867187500 +0.121582031250 +-0.099121093750 +-0.056396484375 +-0.021362304688 +-0.130859375000 +-0.020874023438 +0.015380859375 +-0.054687500000 +-0.086425781250 +0.121093750000 +-0.023803710938 +0.073730468750 +0.085449218750 +-0.033447265625 +0.104492187500 +-0.088378906250 +-0.078125000000 +-0.056884765625 +-0.099609375000 +-0.163085937500 +0.088867187500 +-0.089355468750 +-0.043701171875 +-0.040771484375 +0.073730468750 +-0.066406250000 +0.121582031250 +0.115234375000 +-0.020874023438 +0.025756835938 +0.023315429688 +0.091796875000 +-0.016845703125 +-0.108398437500 +-0.003814697266 +0.051269531250 +-0.101074218750 +0.112304687500 +0.028076171875 +0.019653320312 +-0.151367187500 +0.100097656250 +0.039550781250 +0.095214843750 +0.116210937500 +0.049072265625 +0.040283203125 +-0.040283203125 +-0.109375000000 +0.074218750000 +0.013793945312 +0.053222656250 +-0.000031948090 +-0.114257812500 +0.003479003906 +-0.146484375000 +-0.056640625000 +0.104492187500 +0.088378906250 +-0.077636718750 +0.031494140625 +-0.010803222656 +-0.086914062500 +-0.070800781250 +-0.034179687500 +-0.029785156250 +-0.007293701172 +-0.041503906250 +0.023559570312 +0.028930664062 +-0.055664062500 +-0.074707031250 +0.021362304688 +-0.059082031250 +0.075195312500 +0.146484375000 +-0.041259765625 +-0.062500000000 +0.037841796875 +-0.092285156250 +-0.049072265625 +-0.013916015625 +-0.047851562500 +-0.042724609375 +0.089843750000 +0.005157470703 +0.147460937500 +0.066406250000 +0.024658203125 +0.058837890625 +-0.006835937500 +-0.150390625000 +0.027465820312 +-0.035400390625 +0.101074218750 +-0.042236328125 +-0.051025390625 +-0.039306640625 +0.001579284668 +-0.071289062500 +-0.045654296875 +0.159179687500 +0.023681640625 +-0.002075195312 +-0.167968750000 +-0.166015625000 +0.017211914062 +0.063476562500 +0.112792968750 +-0.107421875000 +-0.015441894531 +-0.073730468750 +-0.027343750000 +0.089355468750 +-0.034423828125 +0.169921875000 +-0.090332031250 +-0.040039062500 +-0.081542968750 +0.152343750000 +0.042724609375 +-0.150390625000 +-0.125000000000 +0.134765625000 +0.084960937500 +0.050048828125 +0.189453125000 +0.002151489258 +0.148437500000 +-0.068847656250 +0.245117187500 +-0.092773437500 +0.088378906250 +-0.010986328125 +0.051025390625 +0.050537109375 +0.187500000000 +0.094726562500 +0.067382812500 +0.040039062500 +0.135742187500 +0.080078125000 +-0.088378906250 +-0.302734375000 +0.160156250000 +-0.102539062500 +-0.207031250000 +-0.098144531250 +-0.107910156250 +-0.117675781250 +-0.150390625000 +0.101562500000 +0.198242187500 +-0.050781250000 +0.253906250000 +0.028808593750 +-0.127929687500 +-0.053955078125 +-0.100097656250 +0.022583007812 +-0.007934570312 +0.050292968750 +0.071289062500 +-0.010437011719 +0.035156250000 +-0.032226562500 +0.084472656250 +0.070312500000 +-0.015136718750 +0.221679687500 +0.082519531250 +-0.057373046875 +0.026855468750 +-0.190429687500 +0.238281250000 +0.006744384766 +0.245117187500 +-0.012390136719 +0.031982421875 +-0.206054687500 +-0.132812500000 +-0.019897460938 +0.210937500000 +0.208984375000 +0.159179687500 +0.008361816406 +-0.064453125000 +0.077148437500 +-0.033447265625 +0.007446289062 +0.051269531250 +-0.034423828125 +0.012390136719 +0.046875000000 +0.318359375000 +0.032470703125 +-0.121093750000 +0.016967773438 +-0.098632812500 +0.094726562500 +-0.152343750000 +0.382812500000 +-0.015991210938 +0.090820312500 +-0.142578125000 +-0.008483886719 +-0.111328125000 +0.048828125000 +0.088867187500 +0.160156250000 +-0.079589843750 +0.359375000000 +-0.041015625000 +-0.106933593750 +-0.121093750000 +0.118164062500 +0.019897460938 +0.120605468750 +-0.194335937500 +-0.006866455078 +0.095214843750 +0.029418945312 +0.033691406250 +-0.092773437500 +0.029296875000 +0.007171630859 +0.216796875000 +-0.050537109375 +-0.023315429688 +0.074218750000 +0.089843750000 +0.084472656250 +0.002868652344 +-0.119628906250 +0.220703125000 +0.024658203125 +0.064941406250 +0.116210937500 +0.396484375000 +-0.016723632812 +0.094726562500 +0.115722656250 +0.007263183594 +0.057373046875 +0.065429687500 +0.200195312500 +0.187500000000 +-0.096191406250 +-0.025390625000 +0.056884765625 +-0.167968750000 +-0.205078125000 +-0.070312500000 +0.224609375000 +0.065917968750 +0.113281250000 +-0.043701171875 +-0.204101562500 +0.235351562500 +-0.099121093750 +0.041748046875 +0.105957031250 +0.105468750000 +0.169921875000 +0.000308990479 +0.069824218750 +0.146484375000 +-0.016479492188 +-0.021850585938 +0.117675781250 +-0.063964843750 +-0.083007812500 +-0.028320312500 +0.042236328125 +-0.032714843750 +-0.211914062500 +0.010864257812 +-0.064941406250 +0.045410156250 +0.179687500000 +0.022705078125 +-0.018066406250 +-0.084960937500 +0.097656250000 +-0.047363281250 +-0.241210937500 +-0.250000000000 +-0.031005859375 +-0.083984375000 +-0.064941406250 +-0.078125000000 +0.010925292969 +0.139648437500 +0.123535156250 +0.035644531250 +0.145507812500 +-0.161132812500 +0.133789062500 +-0.028564453125 +-0.071289062500 +-0.054687500000 +0.152343750000 +0.084960937500 +0.001434326172 +0.086425781250 +-0.082031250000 +-0.210937500000 +0.110839843750 +0.049560546875 +-0.003631591797 +-0.241210937500 +-0.042236328125 +-0.061279296875 +-0.062988281250 +-0.087402343750 +0.173828125000 +-0.082519531250 +0.015869140625 +-0.065429687500 +0.086425781250 +-0.078125000000 +0.048095703125 +-0.022705078125 +0.035156250000 +-0.036376953125 +-0.009643554688 +-0.043457031250 +0.204101562500 +0.202148437500 +0.007232666016 +0.090820312500 +-0.029541015625 +-0.061035156250 +0.036132812500 +0.058349609375 +-0.011169433594 +0.126953125000 +-0.061767578125 +-0.183593750000 +0.040527343750 +0.137695312500 +0.074707031250 +0.213867187500 +0.037841796875 +-0.057861328125 +-0.076171875000 +0.022094726562 +-0.064941406250 +0.048828125000 +0.052734375000 +-0.023193359375 +0.214843750000 +-0.077148437500 +-0.078125000000 +-0.048095703125 +-0.019165039062 +0.029418945312 +-0.153320312500 +0.064941406250 +-0.133789062500 +-0.021606445312 +-0.108886718750 +0.232421875000 +0.098144531250 +0.083007812500 +0.087890625000 +-0.044921875000 +0.064941406250 +0.058837890625 +-0.031127929688 +0.024780273438 +-0.062500000000 +0.118652343750 +0.037353515625 +-0.059326171875 +0.098144531250 +0.049072265625 +0.103027343750 +0.026000976562 +-0.058593750000 +-0.124511718750 +0.148437500000 +0.193359375000 +0.018066406250 +-0.221679687500 +-0.020874023438 +-0.081054687500 +-0.120117187500 +-0.018676757812 +0.010864257812 +0.080566406250 +-0.001487731934 +0.048583984375 +0.141601562500 +0.091796875000 +-0.174804687500 +-0.066894531250 +0.059082031250 +-0.078613281250 +0.009338378906 +-0.171875000000 +-0.024169921875 +0.070800781250 +-0.210937500000 +0.064941406250 +0.173828125000 +-0.057861328125 +0.111328125000 +-0.010375976562 +0.092285156250 +-0.240234375000 +0.150390625000 +0.012145996094 +0.046630859375 +0.021362304688 +-0.020996093750 +0.039306640625 +0.008728027344 +0.141601562500 +-0.148437500000 +-0.091308593750 +0.039062500000 +0.169921875000 +0.014343261719 +-0.042236328125 +0.050537109375 +0.033935546875 +0.166015625000 +0.032226562500 +-0.060058593750 +-0.110839843750 +0.089843750000 +0.036865234375 +-0.083496093750 +-0.082031250000 +-0.217773437500 +-0.053955078125 +-0.038574218750 +0.048095703125 +0.023803710938 +-0.155273437500 +0.117187500000 +0.098632812500 +0.133789062500 +-0.019775390625 +0.124023437500 +0.224609375000 +0.041992187500 +-0.104003906250 +0.097656250000 +-0.021850585938 +0.068359375000 +0.056640625000 +0.020507812500 +0.119628906250 +-0.019653320312 +-0.004760742188 +0.061279296875 +-0.036621093750 +0.049804687500 +0.035400390625 +0.053710937500 +0.144531250000 +-0.016357421875 +-0.062011718750 +0.117187500000 +-0.231445312500 +-0.089355468750 +-0.129882812500 +-0.133789062500 +0.077148437500 +-0.050537109375 +-0.176757812500 +-0.061523437500 +-0.018920898438 +0.151367187500 +-0.030395507812 +-0.061035156250 +0.022705078125 +0.044677734375 +-0.145507812500 +0.133789062500 +-0.059326171875 +-0.198242187500 +0.037841796875 +0.062988281250 +-0.114746093750 +-0.078613281250 +-0.099121093750 +-0.077636718750 +-0.021728515625 +0.110351562500 +0.014587402344 +-0.055664062500 +0.096679687500 +-0.011596679688 +0.007873535156 +0.018188476562 +-0.122558593750 +0.064453125000 +0.008728027344 +-0.059570312500 +-0.044677734375 +0.179687500000 +0.001190185547 +-0.003936767578 +0.025512695312 +-0.066406250000 +0.132812500000 +-0.143554687500 +0.140625000000 +-0.101562500000 +-0.034667968750 +0.052734375000 +-0.068847656250 +0.108398437500 +0.060791015625 +-0.042236328125 +-0.071777343750 +0.041992187500 +-0.019775390625 +0.001091003418 +-0.046875000000 +-0.009155273438 +0.013366699219 +-0.036865234375 +-0.139648437500 +-0.054687500000 +0.109375000000 +-0.062255859375 +-0.083007812500 +-0.144531250000 +-0.211914062500 +-0.161132812500 +0.103515625000 +0.031250000000 +0.085449218750 +0.140625000000 +-0.118652343750 +0.208984375000 +0.055175781250 +0.108886718750 +-0.122070312500 +-0.014038085938 +0.246093750000 +0.031250000000 +-0.070312500000 +-0.046630859375 +-0.073242187500 +-0.012390136719 +0.093261718750 +0.075195312500 +-0.167968750000 +0.061035156250 +-0.066406250000 +-0.068847656250 +0.096191406250 +-0.097656250000 +0.075195312500 +-0.009704589844 +-0.106933593750 +0.098632812500 +-0.141601562500 +-0.087890625000 +-0.154296875000 +-0.092285156250 +-0.093261718750 +-0.040527343750 +-0.027954101562 +-0.033447265625 +0.063964843750 +0.190429687500 +-0.101074218750 +0.193359375000 +0.044189453125 +-0.120605468750 +0.098144531250 +0.165039062500 +0.229492187500 +0.106445312500 +0.009643554688 +-0.007934570312 +0.014648437500 +-0.011047363281 +-0.045166015625 +-0.078613281250 +0.074707031250 +-0.153320312500 +-0.012939453125 +0.027954101562 +0.177734375000 +-0.127929687500 +0.090820312500 +0.036376953125 +-0.123046875000 +-0.046386718750 +0.012512207031 +-0.083007812500 +0.231445312500 +0.165039062500 +0.147460937500 +-0.072265625000 +-0.062500000000 +0.028808593750 +0.089355468750 +0.013793945312 +-0.015869140625 +-0.022338867188 +-0.097656250000 +0.148437500000 +-0.083984375000 +-0.062255859375 +0.015319824219 +0.041503906250 +0.216796875000 +0.209960937500 +0.103027343750 +0.088867187500 +0.068359375000 +-0.039306640625 +-0.186523437500 +-0.070312500000 +-0.062500000000 +0.026489257812 +-0.112304687500 +0.172851562500 +-0.055175781250 +0.042724609375 +0.014526367188 +-0.006134033203 +0.015258789062 +0.038330078125 +0.010925292969 +-0.035400390625 +0.026733398438 +0.070312500000 +-0.127929687500 +-0.059082031250 +-0.023193359375 +0.055175781250 +-0.084472656250 +0.011901855469 +0.103515625000 +-0.002502441406 +-0.024658203125 +-0.025878906250 +-0.001838684082 +0.066406250000 +0.029418945312 +-0.103515625000 +0.052978515625 +-0.024658203125 +0.119140625000 +-0.003097534180 +-0.033935546875 +-0.024902343750 +0.023315429688 +-0.057373046875 +0.047607421875 +0.031127929688 +0.064453125000 +-0.015258789062 +0.085937500000 +0.132812500000 +0.060302734375 +-0.108398437500 +0.139648437500 +0.065429687500 +0.096679687500 +-0.127929687500 +-0.054199218750 +0.060791015625 +-0.093261718750 +0.077148437500 +-0.041259765625 +-0.178710937500 +-0.069335937500 +0.023437500000 +-0.060058593750 +0.007659912109 +0.022094726562 +-0.109375000000 +0.041503906250 +0.047851562500 +-0.042724609375 +0.095214843750 +0.054931640625 +-0.186523437500 +-0.174804687500 +-0.027221679688 +0.012390136719 +0.052001953125 +0.008422851562 +0.007049560547 +-0.036376953125 +-0.005615234375 +0.013732910156 +0.101562500000 +0.106933593750 +-0.006378173828 +-0.110839843750 +0.112304687500 +0.038574218750 +-0.014221191406 +-0.002960205078 +-0.072753906250 +-0.074707031250 +-0.079101562500 +0.047607421875 +-0.144531250000 +0.008911132812 +0.026489257812 +-0.105468750000 +-0.052001953125 +-0.080078125000 +-0.123535156250 +0.090332031250 +-0.006530761719 +0.075683593750 +-0.041259765625 +-0.055664062500 +-0.025512695312 +0.074218750000 +0.081054687500 +0.054931640625 +-0.154296875000 +0.101562500000 +0.089355468750 +-0.012878417969 +0.127929687500 +-0.104003906250 +-0.055664062500 +0.070800781250 +0.018920898438 +0.070800781250 +-0.011840820312 +-0.166992187500 +-0.041748046875 +0.054199218750 +-0.015441894531 +0.000039577484 +-0.089843750000 +-0.015747070312 +-0.006958007812 +0.059326171875 +-0.144531250000 +0.060302734375 +0.052001953125 +0.073242187500 +0.033935546875 +-0.047851562500 +0.015014648438 +0.087402343750 +-0.037597656250 +0.079101562500 +0.154296875000 +0.056640625000 +-0.039062500000 +-0.189453125000 +0.025634765625 +-0.080078125000 +0.015563964844 +0.190429687500 +-0.175781250000 +-0.018066406250 +0.030761718750 +-0.059570312500 +0.012084960938 +0.025756835938 +-0.090332031250 +-0.040771484375 +-0.062988281250 +-0.010498046875 +0.079589843750 +-0.036132812500 +-0.125976562500 +-0.081054687500 +-0.018676757812 +-0.069335937500 +0.004028320312 +0.041748046875 +0.128906250000 +0.035156250000 +0.036376953125 +-0.075683593750 +-0.005340576172 +0.080078125000 +-0.092285156250 +0.043945312500 +0.046630859375 +0.041259765625 +-0.059326171875 +0.008361816406 +-0.060302734375 +-0.101562500000 +-0.060058593750 +0.046142578125 +-0.137695312500 +-0.211914062500 +0.091308593750 +0.131835937500 +-0.050781250000 +-0.023193359375 +-0.099121093750 +-0.132812500000 +0.059326171875 +0.167968750000 +0.006134033203 +0.037353515625 +-0.049804687500 +0.022338867188 +-0.066406250000 +0.094726562500 +0.017456054688 +0.078125000000 +-0.011718750000 +0.132812500000 +0.053710937500 +0.073730468750 +0.039306640625 +0.061767578125 +-0.196289062500 +-0.032226562500 +0.042968750000 +0.051025390625 +-0.023925781250 +-0.116699218750 +0.085449218750 +0.076660156250 +-0.006072998047 +0.114257812500 +0.011840820312 +0.188476562500 +-0.092773437500 +0.072753906250 +0.008728027344 +0.040283203125 +-0.034912109375 +0.123535156250 +0.141601562500 +0.116699218750 +0.095214843750 +-0.066894531250 +-0.059326171875 +-0.067871093750 +-0.056640625000 +-0.043457031250 +0.133789062500 +-0.039306640625 +0.117187500000 +-0.067871093750 +0.002243041992 +0.135742187500 +-0.069824218750 +0.042236328125 +-0.038818359375 +-0.013916015625 +0.174804687500 +0.079101562500 +-0.003356933594 +-0.020629882812 +0.169921875000 +0.061279296875 +0.030517578125 +-0.088867187500 +0.024291992188 +-0.001838684082 +0.000694274902 +0.037353515625 +0.065429687500 +-0.075195312500 +-0.018188476562 +0.067871093750 +-0.020751953125 +0.009155273438 +0.082519531250 +-0.089355468750 +-0.148437500000 +0.082519531250 +0.123046875000 +-0.053955078125 +0.145507812500 +0.048095703125 +-0.255859375000 +-0.080078125000 +-0.104492187500 +0.026489257812 +-0.052246093750 +0.017333984375 +0.009582519531 +0.138671875000 +-0.088378906250 +-0.040771484375 +-0.192382812500 +0.027832031250 +-0.098144531250 +-0.062500000000 +0.078125000000 +0.068847656250 +-0.127929687500 +-0.004150390625 +-0.057128906250 +0.020629882812 +0.069335937500 +0.060546875000 +-0.060791015625 +0.203125000000 +-0.114746093750 +-0.092773437500 +0.016113281250 +0.045166015625 +-0.037353515625 +0.141601562500 +0.173828125000 +0.092285156250 +0.021972656250 +0.226562500000 +0.163085937500 +-0.072265625000 +-0.064941406250 +-0.111816406250 +-0.068847656250 +-0.073730468750 +0.022094726562 +-0.079589843750 +-0.213867187500 +-0.128906250000 +-0.155273437500 +0.193359375000 +0.147460937500 +-0.114746093750 +-0.133789062500 +-0.157226562500 +0.003021240234 +0.097167968750 +-0.022949218750 +0.024658203125 +0.042724609375 +0.006256103516 +-0.067871093750 +0.038330078125 +-0.002212524414 +0.074218750000 +0.047851562500 +0.074218750000 +0.111816406250 +-0.050048828125 +-0.006835937500 +0.010192871094 +-0.075683593750 +0.075195312500 +0.009826660156 +-0.086914062500 +0.016479492188 +-0.024902343750 +0.127929687500 +0.033935546875 +0.244140625000 +0.145507812500 +-0.034423828125 +0.095214843750 +0.113769531250 +0.134765625000 +0.003585815430 +0.168945312500 +-0.022460937500 +0.031250000000 +0.074707031250 +-0.043945312500 +-0.106933593750 +0.028198242188 +-0.082519531250 +-0.049072265625 +0.052978515625 +-0.003753662109 +0.150390625000 +-0.104492187500 +-0.048828125000 +0.067871093750 +0.092285156250 +-0.062011718750 +0.060791015625 +-0.041748046875 +-0.087402343750 +0.037109375000 +-0.029785156250 +0.151367187500 +-0.030029296875 +0.141601562500 +-0.145507812500 +0.050781250000 +-0.038085937500 +0.019531250000 +0.036621093750 +-0.053710937500 +-0.038818359375 +0.171875000000 +-0.018554687500 +0.028320312500 +0.039794921875 +-0.041503906250 +0.159179687500 +0.084960937500 +-0.166992187500 +0.099121093750 +0.008056640625 +-0.112304687500 +0.022094726562 +-0.043212890625 +-0.061523437500 +-0.022949218750 +0.032226562500 +0.035400390625 +0.065917968750 +-0.024658203125 +-0.071289062500 +-0.060058593750 +-0.096191406250 +0.078613281250 +-0.065917968750 +-0.039794921875 +0.036376953125 +0.049804687500 +-0.129882812500 +0.092773437500 +0.062988281250 +0.036376953125 +0.104003906250 +0.052978515625 +0.104980468750 +-0.137695312500 +0.025634765625 +0.027832031250 +0.013183593750 +-0.068359375000 +0.060791015625 +0.103027343750 +-0.098144531250 +-0.131835937500 +0.086914062500 +0.031982421875 +-0.045166015625 +0.046875000000 +0.074218750000 +-0.028442382812 +-0.028076171875 +-0.165039062500 +0.105957031250 +0.093750000000 +-0.029296875000 +0.159179687500 +0.027587890625 +-0.147460937500 +0.015563964844 +0.006164550781 +0.064941406250 +0.024291992188 +-0.044433593750 +-0.128906250000 +-0.012329101562 +-0.072265625000 +0.010620117188 +-0.030639648438 +0.041748046875 +-0.050781250000 +0.060302734375 +-0.020263671875 +0.023315429688 +-0.058105468750 +-0.022583007812 +0.142578125000 +0.092285156250 +-0.061279296875 +-0.172851562500 +0.000017642975 +-0.137695312500 +-0.010742187500 +-0.082519531250 +-0.025146484375 +-0.060546875000 +0.148437500000 +0.087890625000 +-0.130859375000 +0.025024414062 +0.171875000000 +0.180664062500 +0.024291992188 +-0.178710937500 +-0.073730468750 +0.001792907715 +-0.124511718750 +0.092773437500 +-0.084960937500 +-0.010375976562 +0.002197265625 +-0.032958984375 +0.005889892578 +-0.157226562500 +0.077148437500 +0.056152343750 +-0.033935546875 +0.049316406250 +0.145507812500 +0.004974365234 +0.038818359375 +-0.028686523438 +0.001602172852 +-0.061523437500 +0.040771484375 +-0.081054687500 +-0.102050781250 +-0.022094726562 +-0.169921875000 +-0.006805419922 +-0.082031250000 +-0.004882812500 +0.041992187500 +-0.104492187500 +-0.019775390625 +-0.074218750000 +-0.059082031250 +0.024291992188 +0.017822265625 +0.003555297852 +-0.026489257812 +0.018066406250 +-0.151367187500 +-0.011169433594 +-0.055175781250 +0.042480468750 +0.211914062500 +0.129882812500 +0.014343261719 +-0.109863281250 +-0.007995605469 +0.148437500000 +-0.041992187500 +-0.050781250000 +0.104980468750 +-0.027099609375 +0.042724609375 +-0.016235351562 +-0.056640625000 +0.040283203125 +0.050781250000 +0.113281250000 +0.089355468750 +-0.012268066406 +-0.083007812500 +-0.030151367188 +-0.043701171875 +-0.145507812500 +0.085937500000 +-0.015869140625 +0.053955078125 +0.032226562500 +-0.064941406250 +0.004882812500 +-0.129882812500 +-0.006896972656 +0.049804687500 +0.189453125000 +0.074707031250 +-0.127929687500 +0.125000000000 +-0.080078125000 +0.053466796875 +-0.054443359375 +0.107421875000 +0.010742187500 +-0.030029296875 +-0.011962890625 +0.007324218750 +-0.099121093750 +-0.101562500000 +-0.004577636719 +-0.071289062500 +0.001411437988 +-0.031982421875 +-0.182617187500 +0.016479492188 +-0.110839843750 +0.063964843750 +0.059814453125 +0.069335937500 +0.027099609375 +-0.054687500000 +0.012756347656 +-0.013061523438 +-0.004028320312 +0.073242187500 +-0.050781250000 +-0.032226562500 +0.022460937500 +-0.053955078125 +-0.046875000000 +-0.011413574219 +0.076171875000 +0.048095703125 +0.095214843750 +0.012329101562 +0.016479492188 +0.027587890625 +-0.039062500000 +-0.038085937500 +-0.029052734375 +-0.047851562500 +0.068359375000 +-0.098632812500 +-0.076660156250 +-0.005157470703 +0.037353515625 +-0.016723632812 +0.079589843750 +0.074707031250 +0.044921875000 +-0.006561279297 +0.008911132812 +0.188476562500 +0.064941406250 +-0.135742187500 +0.115722656250 +-0.103027343750 +-0.016967773438 +-0.075683593750 +-0.077636718750 +-0.013977050781 +-0.108398437500 +-0.043701171875 +0.130859375000 +0.089843750000 +0.052490234375 +0.143554687500 +0.080566406250 +0.004699707031 +0.060058593750 +-0.037597656250 +0.024291992188 +-0.136718750000 +0.034179687500 +0.086914062500 +-0.120605468750 +-0.125000000000 +-0.076171875000 +0.168945312500 +0.002166748047 +0.076660156250 +0.068847656250 +-0.088378906250 +0.061767578125 +-0.086914062500 +-0.101562500000 +0.054199218750 +-0.077636718750 +-0.088378906250 +-0.134765625000 +-0.022094726562 +-0.084472656250 +0.002349853516 +-0.038330078125 +0.000732421875 +-0.025146484375 +-0.204101562500 +0.107910156250 +-0.103515625000 +-0.150390625000 +0.106933593750 +0.007690429688 +0.089355468750 +0.032226562500 +-0.010375976562 +-0.053466796875 +-0.102539062500 +0.034912109375 +-0.031982421875 +0.064453125000 +0.098632812500 +0.190429687500 +-0.043701171875 +0.025512695312 +-0.087402343750 +-0.054687500000 +0.146484375000 +0.194335937500 +-0.060058593750 +-0.059814453125 +-0.059082031250 +-0.101562500000 +-0.082031250000 +0.199218750000 +0.227539062500 +-0.095703125000 +0.132812500000 +-0.049316406250 +-0.072265625000 +0.063964843750 +-0.042968750000 +-0.029052734375 +0.000690460205 +-0.081542968750 +0.143554687500 +0.003417968750 +-0.169921875000 +0.134765625000 +-0.051757812500 +-0.139648437500 +-0.031250000000 +-0.056396484375 +-0.062500000000 +-0.176757812500 +-0.079589843750 +0.012817382812 +-0.045166015625 +0.090332031250 +0.011413574219 +0.115234375000 +-0.080566406250 +0.043212890625 +0.145507812500 +0.112304687500 +0.043701171875 +0.131835937500 +-0.035888671875 +0.037597656250 +-0.056640625000 +-0.012207031250 +-0.076171875000 +-0.073242187500 +0.041503906250 +0.040527343750 +-0.096191406250 +-0.078125000000 +-0.064453125000 +-0.183593750000 +-0.037353515625 +0.072753906250 +0.107421875000 +0.052246093750 +-0.071777343750 +0.087890625000 +0.074707031250 +0.021728515625 +-0.110839843750 +0.160156250000 +0.078613281250 +-0.038085937500 +0.010009765625 +-0.064941406250 +-0.140625000000 +0.160156250000 +0.066406250000 +0.092773437500 +-0.201171875000 +-0.128906250000 +0.033935546875 +0.051513671875 +0.113281250000 +-0.057861328125 +0.019409179688 +0.070312500000 +0.106445312500 +0.064941406250 +0.052978515625 +0.080566406250 +-0.218750000000 +-0.200195312500 +0.192382812500 +-0.088867187500 +0.066894531250 +-0.081054687500 +0.043701171875 +0.028930664062 +0.033691406250 +0.003814697266 +0.107910156250 +0.065429687500 +-0.043701171875 +-0.221679687500 +-0.147460937500 +0.117675781250 +0.075683593750 +-0.077636718750 +0.093750000000 +0.073242187500 +-0.168945312500 +-0.124511718750 +0.020874023438 +-0.060058593750 +0.039062500000 +-0.078613281250 +-0.039794921875 +-0.060546875000 +-0.095214843750 +-0.091796875000 +-0.031982421875 +-0.033691406250 +-0.044189453125 +0.066894531250 +-0.004699707031 +-0.026733398438 +-0.098144531250 +0.128906250000 +-0.044921875000 +-0.022338867188 +0.067871093750 +-0.017822265625 +0.082519531250 +-0.080078125000 +0.007171630859 +0.098144531250 +0.001167297363 +0.105468750000 +0.033447265625 +-0.067382812500 +0.033447265625 +-0.082519531250 +0.078125000000 +-0.020385742188 +0.013183593750 +-0.013732910156 +-0.035400390625 +0.005126953125 +-0.034667968750 +0.048583984375 +-0.054931640625 +-0.018310546875 +0.010681152344 +0.039062500000 +0.026611328125 +-0.068847656250 +0.025024414062 +0.083984375000 +0.083496093750 +-0.009216308594 +0.023071289062 +0.062500000000 +-0.020385742188 +-0.099121093750 +-0.024414062500 +-0.027465820312 +-0.019042968750 +-0.015869140625 +0.124023437500 +0.097656250000 +0.145507812500 +-0.029296875000 +0.085449218750 +-0.093261718750 +0.092285156250 +0.006042480469 +-0.025512695312 +-0.003341674805 +0.081542968750 +-0.067382812500 +0.028930664062 +0.028198242188 +-0.015991210938 +0.015319824219 +-0.113281250000 +0.072753906250 +0.004089355469 +-0.013488769531 +0.003677368164 +-0.008361816406 +-0.079101562500 +-0.011230468750 +0.041503906250 +-0.026977539062 +0.022583007812 +0.106445312500 +0.054931640625 +-0.006500244141 +0.013061523438 +-0.048095703125 +0.000112533569 +-0.084960937500 +-0.073730468750 +-0.082519531250 +0.068359375000 +-0.035400390625 +-0.027587890625 +-0.012756347656 +0.018554687500 +-0.023681640625 +0.055419921875 +-0.044677734375 +0.048339843750 +-0.100097656250 +-0.052490234375 +-0.006561279297 +-0.089355468750 +0.081542968750 +-0.050781250000 +-0.101562500000 +0.036621093750 +0.034667968750 +0.055664062500 +0.051513671875 +0.031494140625 +0.001594543457 +0.103027343750 +-0.097167968750 +0.001785278320 +-0.005126953125 +0.061767578125 +0.017944335938 +-0.162109375000 +0.026367187500 +0.011596679688 +-0.003890991211 +0.097167968750 +-0.021728515625 +-0.128906250000 +-0.083007812500 +0.030273437500 +-0.118652343750 +-0.031127929688 +-0.016601562500 +-0.016357421875 +0.022583007812 +-0.046386718750 +0.051025390625 +-0.051025390625 +0.070312500000 +-0.110839843750 +-0.120117187500 +0.097656250000 +0.168945312500 +0.093750000000 +-0.120605468750 +0.062255859375 +-0.034667968750 +0.001937866211 +-0.125000000000 +0.009765625000 +0.091796875000 +0.085937500000 +-0.108398437500 +-0.019287109375 +0.064941406250 +0.107910156250 +-0.170898437500 +-0.018310546875 +-0.084472656250 +-0.040283203125 +0.006042480469 +0.174804687500 +0.121582031250 +-0.166015625000 +-0.124023437500 +-0.011779785156 +0.003112792969 +0.061523437500 +0.038818359375 +-0.123535156250 +-0.061767578125 +-0.095214843750 +-0.101562500000 +0.025878906250 +0.045166015625 +0.010498046875 +-0.176757812500 +-0.040039062500 +-0.014221191406 +-0.179687500000 +0.014465332031 +-0.094726562500 +0.235351562500 +-0.208007812500 +0.143554687500 +-0.051757812500 +0.022338867188 +0.003555297852 +0.010864257812 +0.026977539062 +-0.084960937500 +0.025146484375 +0.138671875000 +0.036376953125 +0.021972656250 +-0.068359375000 +0.049560546875 +-0.056152343750 +-0.022338867188 +0.024414062500 +0.000511169434 +-0.088378906250 +-0.021972656250 +-0.088378906250 +-0.075683593750 +0.127929687500 +-0.169921875000 +0.032226562500 +0.142578125000 +-0.164062500000 +-0.089843750000 +-0.039794921875 +0.059326171875 +0.200195312500 +0.049804687500 +-0.020629882812 +-0.130859375000 +0.045166015625 +-0.123535156250 +0.063964843750 +-0.000793457031 +-0.096191406250 +0.046630859375 +0.117187500000 +-0.083984375000 +-0.148437500000 +-0.183593750000 +-0.053466796875 +-0.045654296875 +-0.025878906250 +-0.005096435547 +-0.140625000000 +0.066406250000 +0.174804687500 +0.112792968750 +0.004608154297 +-0.119628906250 +0.098144531250 +0.236328125000 +0.044189453125 +-0.263671875000 +-0.111328125000 +-0.040527343750 +-0.044189453125 +-0.038085937500 +-0.054199218750 +-0.088867187500 +-0.134765625000 +-0.174804687500 +-0.045410156250 +-0.054931640625 +-0.027099609375 +-0.043457031250 +-0.185546875000 +-0.136718750000 +0.072265625000 +0.158203125000 +-0.052978515625 +-0.045166015625 +-0.014221191406 +-0.156250000000 +0.093750000000 +0.049072265625 +-0.099609375000 +0.088867187500 +-0.092773437500 +0.131835937500 +-0.020629882812 +0.118164062500 +-0.055908203125 +0.047851562500 +0.097656250000 +0.169921875000 +0.149414062500 +-0.007873535156 +0.006774902344 +0.070312500000 +-0.054931640625 +0.132812500000 +-0.089843750000 +0.036621093750 +-0.017089843750 +-0.032958984375 +0.012390136719 +0.085449218750 +-0.107421875000 +-0.084960937500 +0.129882812500 +0.036132812500 +-0.022949218750 +-0.117187500000 +-0.065429687500 +-0.145507812500 +0.045898437500 +-0.021362304688 +0.134765625000 +-0.043945312500 +0.101562500000 +-0.011047363281 +0.123535156250 +0.050292968750 +-0.079101562500 +-0.081542968750 +0.008911132812 +-0.002593994141 +-0.023193359375 +0.071777343750 +-0.088867187500 +0.071289062500 +-0.015075683594 +0.031250000000 +-0.092773437500 +-0.064453125000 +0.025756835938 +-0.036132812500 +0.028808593750 +-0.040771484375 +-0.036132812500 +0.061279296875 +-0.161132812500 +-0.031982421875 +0.061767578125 +-0.105957031250 +-0.153320312500 +-0.003372192383 +-0.275390625000 +0.046630859375 +0.040283203125 +-0.075195312500 +-0.147460937500 +-0.183593750000 +-0.125000000000 +0.050292968750 +-0.036621093750 +0.063476562500 +-0.129882812500 +-0.019409179688 +-0.133789062500 +0.067382812500 +-0.017456054688 +-0.042724609375 +-0.014099121094 +0.057617187500 +0.082519531250 +-0.063476562500 +-0.083496093750 +-0.039794921875 +-0.012268066406 +0.062500000000 +0.081542968750 +-0.012512207031 +0.052490234375 +-0.072265625000 +0.028808593750 +0.056396484375 +0.101074218750 +0.068847656250 +0.045654296875 +0.036376953125 +-0.010070800781 +0.049804687500 +0.054687500000 +-0.024414062500 +-0.047851562500 +-0.029174804688 +0.068847656250 +0.006408691406 +-0.120605468750 +0.061523437500 +0.001525878906 +0.038085937500 +-0.022949218750 +-0.089843750000 +0.013000488281 +-0.021972656250 +0.093261718750 +0.022094726562 +0.096191406250 +0.015625000000 +-0.029418945312 +0.079589843750 +0.026733398438 +-0.143554687500 +-0.149414062500 +0.026367187500 +0.070312500000 +0.014099121094 +-0.005065917969 +0.060058593750 +0.048339843750 +-0.003646850586 +0.080078125000 +-0.126953125000 +0.091308593750 +0.009094238281 +0.047363281250 +-0.015441894531 +-0.037841796875 +0.119628906250 +-0.081542968750 +-0.129882812500 +0.130859375000 +0.025878906250 +0.153320312500 +-0.098632812500 +0.076660156250 +-0.044433593750 +0.183593750000 +-0.078613281250 +0.123046875000 +-0.095703125000 +-0.011474609375 +0.080566406250 +0.041503906250 +-0.068847656250 +0.099609375000 +0.069824218750 +-0.055908203125 +0.045898437500 +0.056396484375 +0.071777343750 +-0.062500000000 +0.073730468750 +-0.099609375000 +-0.072265625000 +0.250000000000 +-0.114257812500 +0.109375000000 +0.079589843750 +-0.250000000000 +0.009277343750 +-0.029785156250 +-0.001495361328 +0.067871093750 +0.118164062500 +-0.095214843750 +-0.018798828125 +-0.143554687500 +0.064453125000 +0.088378906250 +0.017822265625 +-0.156250000000 +0.017944335938 +0.013732910156 +0.039550781250 +0.008178710938 +-0.030273437500 +-0.010864257812 +0.159179687500 +-0.188476562500 +-0.091308593750 +-0.057373046875 +-0.097656250000 +-0.005218505859 +-0.094726562500 +0.127929687500 +0.025634765625 +0.089843750000 +0.045410156250 +-0.008239746094 +-0.144531250000 +0.122558593750 +0.025634765625 +0.083007812500 +0.010742187500 +0.043945312500 +0.171875000000 +-0.089843750000 +-0.081542968750 +-0.079101562500 +0.051757812500 +-0.042724609375 +-0.106445312500 +-0.047851562500 +-0.015380859375 +-0.176757812500 +0.025878906250 +-0.028198242188 +-0.115234375000 +-0.095214843750 +-0.062011718750 +0.024902343750 +0.057861328125 +0.023925781250 +0.010375976562 +0.023559570312 +0.119628906250 +0.184570312500 +0.032714843750 +0.008972167969 +0.048095703125 +-0.036621093750 +0.070312500000 +0.107910156250 +-0.014221191406 +-0.005340576172 +-0.071777343750 +0.104492187500 +0.014770507812 +0.060791015625 +-0.011901855469 +-0.082031250000 +-0.065429687500 +0.027099609375 +0.016723632812 +-0.072265625000 +-0.090332031250 +0.025146484375 +-0.100097656250 +-0.152343750000 +-0.024291992188 +-0.034179687500 +0.116699218750 +0.002822875977 +-0.058349609375 +0.021972656250 +-0.092285156250 +0.057128906250 +-0.092285156250 +0.082031250000 +-0.100585937500 +0.238281250000 +-0.167968750000 +0.158203125000 +-0.182617187500 +0.107910156250 +0.171875000000 +0.046875000000 +0.032714843750 +0.083007812500 +0.241210937500 +0.084472656250 +0.248046875000 +-0.003723144531 +-0.209960937500 +-0.273437500000 +0.071289062500 +-0.125976562500 +0.010192871094 +-0.051269531250 +-0.059814453125 +-0.031738281250 +0.078125000000 +0.079101562500 +0.010681152344 +0.110351562500 +0.131835937500 +0.031982421875 +0.191406250000 +0.289062500000 +0.165039062500 +0.021362304688 +0.238281250000 +0.022338867188 +0.047851562500 +-0.025756835938 +0.122558593750 +0.016845703125 +0.106445312500 +0.211914062500 +-0.057861328125 +0.289062500000 +-0.136718750000 +-0.021850585938 +-0.192382812500 +0.081054687500 +-0.386718750000 +0.018798828125 +0.043457031250 +0.166992187500 +0.069335937500 +0.054443359375 +-0.056640625000 +0.046875000000 +0.229492187500 +0.075195312500 +0.180664062500 +-0.018554687500 +-0.078613281250 +0.082031250000 +0.023559570312 +0.112792968750 +0.031494140625 +0.004516601562 +-0.075683593750 +-0.013549804688 +0.113769531250 +-0.167968750000 +-0.123046875000 +-0.093750000000 +0.001113891602 +0.243164062500 +-0.047119140625 +-0.100585937500 +-0.126953125000 +-0.292968750000 +0.182617187500 +0.132812500000 +0.035644531250 +0.105468750000 +0.171875000000 +0.025390625000 +-0.115234375000 +0.003234863281 +0.118652343750 +-0.211914062500 +0.004364013672 +0.030395507812 +0.137695312500 +-0.008789062500 +0.158203125000 +-0.093750000000 +-0.095214843750 +0.070800781250 +0.204101562500 +0.094238281250 +0.124023437500 +-0.118652343750 +0.367187500000 +0.014282226562 +0.127929687500 +0.075195312500 +0.137695312500 +-0.092773437500 +-0.093750000000 +0.006988525391 +0.118164062500 +0.038818359375 +-0.084472656250 +0.128906250000 +-0.049072265625 +0.122558593750 +-0.013305664062 +0.077636718750 +0.131835937500 +-0.154296875000 +-0.057128906250 +0.073242187500 +-0.077636718750 +0.087402343750 +0.484375000000 +-0.527343750000 +0.089355468750 +0.123046875000 +-0.100097656250 +-0.103027343750 +-0.088867187500 +-0.208984375000 +-0.021362304688 +0.218750000000 +0.149414062500 +0.106933593750 +-0.033935546875 +0.034912109375 +0.096191406250 +-0.056640625000 +-0.024169921875 +0.132812500000 +0.060791015625 +-0.083496093750 +-0.034423828125 +0.013916015625 +-0.029663085938 +-0.023315429688 +-0.030517578125 +0.171875000000 +-0.000778198242 +0.052246093750 +-0.023193359375 +-0.038330078125 +-0.009948730469 +-0.011230468750 +0.047363281250 +0.004913330078 +0.072753906250 +-0.016845703125 +0.038818359375 +-0.064941406250 +0.005096435547 +0.132812500000 +0.104980468750 +0.163085937500 +-0.080566406250 +0.036132812500 +-0.023193359375 +-0.044189453125 +0.017578125000 +0.041748046875 +-0.234375000000 +-0.020507812500 +-0.065429687500 +-0.022705078125 +-0.049804687500 +0.015991210938 +0.148437500000 +-0.019165039062 +-0.083496093750 +0.092285156250 +-0.113281250000 +-0.048828125000 +0.036376953125 +0.107910156250 +-0.062988281250 +0.055908203125 +-0.134765625000 +-0.133789062500 +0.021728515625 +0.048339843750 +-0.067871093750 +0.007110595703 +0.145507812500 +-0.014221191406 +-0.037841796875 +0.041992187500 +-0.079589843750 +-0.039062500000 +-0.033935546875 +-0.048828125000 +0.023803710938 +-0.135742187500 +-0.009582519531 +-0.027465820312 +0.045898437500 +0.188476562500 +-0.007934570312 +0.113281250000 +0.001983642578 +0.034179687500 +-0.027343750000 +0.004760742188 +0.041259765625 +-0.081054687500 +-0.001647949219 +0.097167968750 +-0.033691406250 +-0.013732910156 +-0.027465820312 +0.091796875000 +0.034179687500 +0.040283203125 +-0.043212890625 +0.062255859375 +-0.057617187500 +0.089843750000 +-0.030273437500 +-0.085937500000 +0.066894531250 +0.000251770020 +0.103027343750 +0.036865234375 +-0.125976562500 +0.017211914062 +-0.125000000000 +-0.124511718750 +-0.065429687500 +-0.083007812500 +-0.016601562500 +-0.095214843750 +0.165039062500 +-0.052490234375 +0.003524780273 +0.103515625000 +-0.055908203125 +-0.108886718750 +0.157226562500 +0.030273437500 +-0.134765625000 +0.004058837891 +-0.043701171875 +0.148437500000 +0.004302978516 +0.104492187500 +0.046630859375 +-0.133789062500 +-0.115722656250 +-0.002532958984 +0.127929687500 +0.020019531250 +0.040039062500 +-0.150390625000 +0.080566406250 +0.170898437500 +0.194335937500 +-0.038818359375 +-0.100097656250 +-0.051513671875 +-0.078125000000 +-0.124511718750 +-0.208984375000 +0.053222656250 +-0.123046875000 +-0.034179687500 +-0.139648437500 +-0.112304687500 +-0.212890625000 +0.076660156250 +-0.001602172852 +-0.048583984375 +0.220703125000 +-0.165039062500 +0.082519531250 +-0.166015625000 +-0.037109375000 +-0.133789062500 +-0.067871093750 +-0.036132812500 +-0.240234375000 +-0.191406250000 +-0.093261718750 +-0.002731323242 +0.092285156250 +0.122558593750 +0.068847656250 +0.076660156250 +-0.001327514648 +0.001449584961 +-0.064941406250 +0.144531250000 +-0.125976562500 +-0.043701171875 +-0.148437500000 +0.010314941406 +0.013916015625 +-0.111328125000 +-0.018310546875 +-0.016113281250 +-0.285156250000 +-0.230468750000 +0.117187500000 +-0.057128906250 +-0.082031250000 +-0.067871093750 +0.169921875000 +0.065429687500 +-0.091308593750 +0.067382812500 +-0.117187500000 +0.014770507812 +0.018798828125 +0.215820312500 +-0.063476562500 +0.034667968750 +-0.044677734375 +-0.015991210938 +-0.095214843750 +0.045654296875 +-0.125000000000 +0.193359375000 +0.044921875000 +-0.035156250000 +0.202148437500 +0.029296875000 +-0.076171875000 +0.001602172852 +0.167968750000 +0.129882812500 +-0.150390625000 +-0.157226562500 +-0.145507812500 +0.141601562500 +-0.020751953125 +0.047119140625 +-0.109375000000 +-0.008972167969 +0.179687500000 +-0.007019042969 +0.179687500000 +0.133789062500 +0.055175781250 +-0.198242187500 +-0.004669189453 +0.013427734375 +-0.073242187500 +0.072753906250 +0.101074218750 +0.006072998047 +0.039062500000 +-0.041992187500 +-0.074218750000 +0.160156250000 +-0.197265625000 +0.046142578125 +-0.024780273438 +0.022216796875 +-0.011047363281 +-0.124023437500 +-0.045410156250 +0.023803710938 +-0.261718750000 +-0.068847656250 +0.032958984375 +-0.043945312500 +0.036621093750 +0.231445312500 +0.000457763672 +0.010131835938 +0.151367187500 +-0.151367187500 +0.077636718750 +0.005401611328 +-0.004974365234 +0.002853393555 +-0.053710937500 +0.078125000000 +0.094726562500 +-0.145507812500 +0.109863281250 +-0.147460937500 +-0.160156250000 +0.163085937500 +0.030151367188 +0.136718750000 +0.225585937500 +0.050537109375 +-0.247070312500 +0.027709960938 +-0.119140625000 +0.138671875000 +-0.049804687500 +0.112792968750 +-0.031738281250 +-0.039550781250 +-0.094238281250 +0.002365112305 +0.108886718750 +0.015747070312 +0.091796875000 +0.030517578125 +-0.166015625000 +0.013610839844 +-0.078125000000 +0.063476562500 +-0.055419921875 +-0.199218750000 +-0.004791259766 +-0.192382812500 +0.026977539062 +0.092285156250 +-0.020996093750 +-0.047119140625 +0.019653320312 +0.077636718750 +-0.062988281250 +0.015869140625 +-0.259765625000 +0.107910156250 +0.127929687500 +-0.014160156250 +-0.097656250000 +-0.103515625000 +0.034912109375 +-0.072265625000 +0.011718750000 +0.070800781250 +-0.191406250000 +-0.040527343750 +-0.022094726562 +-0.087890625000 +-0.002853393555 +0.033203125000 +0.095214843750 +-0.132812500000 +-0.013671875000 +-0.021118164062 +0.069335937500 +0.020385742188 +0.118652343750 +0.034423828125 +-0.003707885742 +-0.023315429688 +0.073242187500 +-0.046630859375 +0.106933593750 +-0.135742187500 +-0.239257812500 +0.009216308594 +0.024658203125 +-0.046630859375 +-0.011962890625 +0.067871093750 +0.136718750000 +-0.019775390625 +-0.010437011719 +0.135742187500 +0.195312500000 +-0.240234375000 +0.094238281250 +-0.160156250000 +-0.036865234375 +0.106445312500 +-0.139648437500 +-0.139648437500 +-0.142578125000 +-0.081542968750 +-0.061279296875 +0.056396484375 +0.167968750000 +-0.048339843750 +0.125976562500 +0.126953125000 +-0.008544921875 +-0.160156250000 +-0.084960937500 +0.010925292969 +0.187500000000 +0.027221679688 +0.056640625000 +-0.140625000000 +0.030517578125 +-0.199218750000 +0.141601562500 +0.005920410156 +-0.046386718750 +-0.094726562500 +0.296875000000 +-0.114746093750 +0.015502929688 +0.012756347656 +-0.031005859375 +-0.112304687500 +0.189453125000 +0.121093750000 +-0.152343750000 +0.076660156250 +0.034912109375 +-0.005828857422 +0.027954101562 +0.059082031250 +-0.054199218750 +-0.052978515625 +0.013671875000 +0.017089843750 +-0.063964843750 +-0.064453125000 +-0.096191406250 +-0.070800781250 +0.130859375000 +0.077148437500 +0.148437500000 +0.063476562500 +0.121582031250 +0.128906250000 +-0.057861328125 +-0.034667968750 +0.088867187500 +-0.104492187500 +-0.038085937500 +-0.004760742188 +0.059570312500 +-0.040527343750 +-0.092773437500 +-0.044189453125 +-0.181640625000 +0.040039062500 +0.014221191406 +0.211914062500 +-0.029418945312 +-0.123046875000 +-0.043212890625 +-0.205078125000 +-0.035644531250 +0.052978515625 +-0.044189453125 +-0.076171875000 +0.034179687500 +-0.097656250000 +0.155273437500 +0.083007812500 +0.083496093750 +-0.098632812500 +0.039062500000 +0.182617187500 +0.011413574219 +-0.112792968750 +0.006866455078 +-0.002792358398 +-0.054931640625 +-0.072265625000 +0.129882812500 +0.040283203125 +0.131835937500 +-0.097167968750 +0.098632812500 +-0.173828125000 +-0.095214843750 +0.028076171875 +0.009277343750 +-0.118652343750 +0.074218750000 +-0.104980468750 +0.025146484375 +0.056884765625 +0.086914062500 +0.044433593750 +0.043701171875 +-0.056884765625 +-0.106933593750 +-0.075683593750 +0.045898437500 +-0.030273437500 +-0.064941406250 +-0.035156250000 +0.004272460938 +0.012939453125 +-0.081054687500 +0.083007812500 +0.162109375000 +-0.073730468750 +0.027221679688 +-0.072265625000 +-0.105957031250 +-0.020507812500 +-0.031250000000 +0.030395507812 +0.032714843750 +0.162109375000 +-0.231445312500 +-0.001663208008 +0.112792968750 +-0.013122558594 +0.086914062500 +0.095214843750 +0.014892578125 +-0.062500000000 +0.022460937500 +0.172851562500 +0.001358032227 +0.067871093750 +-0.036865234375 +-0.017456054688 +-0.114746093750 +0.104492187500 +-0.135742187500 +-0.051025390625 +-0.099609375000 +0.071289062500 +0.121093750000 +0.031250000000 +0.026367187500 +0.074707031250 +-0.097656250000 +-0.051757812500 +-0.068847656250 +-0.019531250000 +-0.057128906250 +0.043701171875 +0.058105468750 +0.015136718750 +0.016357421875 +-0.048583984375 +0.027587890625 +-0.066406250000 +-0.003112792969 +-0.089843750000 +0.018432617188 +-0.069824218750 +0.014892578125 +0.205078125000 +-0.077148437500 +0.011840820312 +0.079101562500 +-0.023315429688 +-0.025878906250 +-0.053222656250 +-0.019409179688 +-0.000107288361 +-0.141601562500 +0.039306640625 +0.039794921875 +-0.037109375000 +0.148437500000 +-0.045898437500 +0.023559570312 +0.047851562500 +-0.225585937500 +-0.051025390625 +0.184570312500 +0.090332031250 +-0.216796875000 +-0.333984375000 +-0.058837890625 +0.196289062500 +-0.018920898438 +0.102539062500 +-0.011108398438 +-0.101562500000 +0.051513671875 +-0.041503906250 +0.099121093750 +0.267578125000 +0.016235351562 +0.015197753906 +-0.025634765625 +0.069824218750 +-0.049316406250 +0.017089843750 +-0.236328125000 +0.148437500000 +-0.118652343750 +-0.052490234375 +-0.018554687500 +-0.117675781250 +0.118652343750 +-0.000163078308 +0.083496093750 +-0.074218750000 +-0.119628906250 +-0.033935546875 +0.058593750000 +-0.004089355469 +-0.197265625000 +-0.283203125000 +0.040771484375 +0.191406250000 +-0.081054687500 +-0.002502441406 +-0.271484375000 +0.029541015625 +-0.023437500000 +-0.178710937500 +-0.034667968750 +-0.255859375000 +-0.267578125000 +0.036376953125 +-0.048339843750 +-0.047119140625 +0.093261718750 +-0.094726562500 +0.128906250000 +0.062988281250 +0.013488769531 +0.174804687500 +-0.058349609375 +-0.082031250000 +0.063476562500 +0.118164062500 +-0.032226562500 +0.025390625000 +-0.021606445312 +0.048828125000 +0.055908203125 +0.106933593750 +-0.239257812500 +0.111328125000 +0.042968750000 +-0.082031250000 +-0.234375000000 +-0.108886718750 +0.166015625000 +0.082031250000 +-0.081054687500 +-0.157226562500 +-0.177734375000 +-0.113769531250 +0.117187500000 +0.045410156250 +-0.034179687500 +-0.008056640625 +-0.000373840332 +-0.022705078125 +0.026489257812 +-0.086914062500 +0.035156250000 +-0.104980468750 +-0.151367187500 +-0.174804687500 +0.010742187500 +0.090332031250 +-0.150390625000 +-0.118652343750 +0.051513671875 +-0.104980468750 +0.000530242920 +0.096679687500 +-0.219726562500 +-0.279296875000 +-0.126953125000 +-0.178710937500 +-0.182617187500 +-0.034912109375 +-0.076171875000 +0.062255859375 +-0.221679687500 +0.007598876953 +-0.068847656250 +0.253906250000 +0.220703125000 +0.013854980469 +-0.094238281250 +-0.030517578125 +-0.021728515625 +-0.094238281250 +-0.105468750000 +-0.047851562500 +-0.058349609375 +-0.062500000000 +-0.052490234375 +0.077636718750 +-0.086425781250 +0.108886718750 +0.091796875000 +-0.063964843750 +-0.063476562500 +-0.196289062500 +0.016723632812 +0.020996093750 +-0.022216796875 +-0.013671875000 +-0.052978515625 +0.035400390625 +-0.057373046875 +-0.001052856445 +-0.021972656250 +-0.050292968750 +-0.125976562500 +0.136718750000 +0.063476562500 +0.071777343750 +0.103515625000 +-0.165039062500 +0.153320312500 +-0.124023437500 +-0.082519531250 +0.125976562500 +0.069335937500 +0.153320312500 +0.005798339844 +-0.042480468750 +-0.116210937500 +-0.030029296875 +-0.008728027344 +0.097167968750 +-0.185546875000 +0.135742187500 +0.013427734375 +0.104980468750 +-0.009277343750 +-0.018432617188 +0.162109375000 +-0.054687500000 +-0.021118164062 +0.019287109375 +0.006622314453 +-0.021484375000 +0.062988281250 +-0.079101562500 +0.052001953125 +-0.066406250000 +-0.086425781250 +-0.110839843750 +0.118164062500 +-0.004150390625 +-0.069824218750 +-0.101074218750 +0.052978515625 +-0.044921875000 +-0.302734375000 +-0.267578125000 +0.029541015625 +-0.057861328125 +-0.014099121094 +-0.121093750000 +-0.091796875000 +0.045166015625 +0.054443359375 +0.027832031250 +-0.040527343750 +-0.190429687500 +0.078125000000 +0.075683593750 +0.041748046875 +0.117675781250 +0.038330078125 +0.002349853516 +0.046386718750 +0.040039062500 +-0.148437500000 +-0.195312500000 +-0.149414062500 +-0.096679687500 +-0.017211914062 +-0.117187500000 +-0.020507812500 +0.027343750000 +0.040527343750 +0.065917968750 +-0.034179687500 +-0.081054687500 +0.012207031250 +0.101562500000 +0.138671875000 +0.071777343750 +0.032714843750 +-0.047607421875 +-0.118652343750 +-0.045654296875 +-0.108398437500 +-0.157226562500 +0.062500000000 +0.084472656250 +-0.102050781250 +-0.051269531250 +0.066894531250 +0.014465332031 +-0.042236328125 +0.023559570312 +0.013305664062 +-0.048583984375 +0.030761718750 +-0.020629882812 +-0.176757812500 +-0.020019531250 +-0.015258789062 +-0.180664062500 +0.145507812500 +0.123535156250 +-0.009582519531 +0.116210937500 +-0.109375000000 +0.104980468750 +-0.107421875000 +-0.013122558594 +0.027709960938 +-0.135742187500 +-0.064941406250 +0.005615234375 +0.085937500000 +-0.200195312500 +-0.024658203125 +0.003601074219 +0.085449218750 +-0.086425781250 +-0.038818359375 +-0.224609375000 +0.163085937500 +-0.021850585938 +-0.113281250000 +0.127929687500 +-0.135742187500 +0.028686523438 +0.009826660156 +0.104980468750 +-0.025390625000 +-0.079589843750 +0.112792968750 +-0.037597656250 +-0.031494140625 +-0.082031250000 +0.056152343750 +0.019165039062 +-0.082031250000 +0.051513671875 +0.007415771484 +0.092773437500 +-0.101074218750 +0.099121093750 +0.000827789307 +0.050537109375 +0.052001953125 +-0.049804687500 +0.010009765625 +-0.073242187500 +0.033447265625 +0.046875000000 +-0.118652343750 +-0.065917968750 +-0.104980468750 +-0.255859375000 +0.116210937500 +-0.004364013672 +0.207031250000 +0.065429687500 +-0.086425781250 +0.049560546875 +0.101074218750 +-0.001251220703 +-0.048339843750 +0.035156250000 +0.128906250000 +-0.097656250000 +-0.073730468750 +-0.030883789062 +-0.115234375000 +-0.042968750000 +0.014282226562 +-0.006866455078 +0.150390625000 +-0.030151367188 +0.005584716797 +0.003219604492 +-0.029418945312 +-0.070312500000 +0.026733398438 +0.153320312500 +-0.004028320312 +-0.113769531250 +-0.003250122070 +-0.001968383789 +0.169921875000 +0.030029296875 +-0.141601562500 +0.013610839844 +-0.133789062500 +-0.001342773438 +0.053222656250 +-0.077148437500 +-0.103027343750 +0.037841796875 +-0.062500000000 +-0.064941406250 +-0.086425781250 +-0.098632812500 +0.045410156250 +-0.054931640625 +-0.038818359375 +-0.151367187500 +0.107421875000 +-0.094238281250 +0.104980468750 +-0.091308593750 +-0.102539062500 +0.090820312500 +-0.072265625000 +0.074218750000 +-0.182617187500 +0.051025390625 +0.020996093750 +0.048339843750 +-0.074707031250 +-0.071777343750 +-0.096191406250 +0.081542968750 +0.035156250000 +0.078613281250 +0.082031250000 +0.019165039062 +0.149414062500 +-0.115722656250 +-0.064941406250 +0.076660156250 +-0.236328125000 +0.100585937500 +-0.057373046875 +-0.027709960938 +-0.087402343750 +0.062988281250 +0.072265625000 +0.137695312500 +-0.141601562500 +-0.025634765625 +0.022460937500 +0.104003906250 +-0.012634277344 +0.140625000000 +-0.094726562500 +0.027343750000 +0.061035156250 +0.138671875000 +0.074218750000 +-0.024536132812 +0.054931640625 +-0.064941406250 +0.048583984375 +-0.166015625000 +0.009887695312 +-0.008728027344 +0.035644531250 +0.103027343750 +0.021728515625 +-0.047607421875 +0.085937500000 +-0.005645751953 +0.107421875000 +-0.021972656250 +0.125976562500 +0.089355468750 +0.227539062500 +0.075195312500 +-0.023925781250 +0.129882812500 +-0.058593750000 +0.093261718750 +0.099121093750 +-0.031250000000 +0.006042480469 +-0.020385742188 +0.029174804688 +0.081542968750 +0.014648437500 +0.055175781250 +-0.111816406250 +0.088378906250 +-0.008666992188 +-0.178710937500 +-0.127929687500 +-0.104980468750 +-0.111328125000 +-0.029296875000 +0.001472473145 +0.132812500000 +-0.153320312500 +-0.017333984375 +-0.138671875000 +0.036376953125 +0.060302734375 +-0.097167968750 +0.071289062500 +-0.012512207031 +-0.070800781250 +0.035156250000 +-0.093750000000 +0.028564453125 +-0.215820312500 +-0.079589843750 +-0.080566406250 +0.044677734375 +0.026733398438 +0.009765625000 +-0.057373046875 +-0.041992187500 +0.025146484375 +-0.063476562500 +0.002838134766 +-0.014587402344 +0.012207031250 +-0.143554687500 +-0.121093750000 +-0.107421875000 +0.068359375000 +-0.091796875000 +0.134765625000 +-0.080078125000 +-0.092285156250 +-0.011901855469 +0.110839843750 +-0.194335937500 +0.002105712891 +0.015869140625 +-0.122070312500 +-0.036132812500 +-0.033447265625 +0.024536132812 +-0.048095703125 +-0.068359375000 +-0.021606445312 +0.042236328125 +0.076660156250 +-0.070800781250 +-0.025878906250 +0.011108398438 +0.177734375000 +-0.070312500000 +-0.045410156250 +-0.075195312500 +-0.122070312500 +-0.122558593750 +0.037109375000 +0.054687500000 +0.059814453125 +0.109863281250 +0.123046875000 +-0.005157470703 +-0.094726562500 +0.064453125000 +0.041503906250 +-0.032958984375 +0.058593750000 +0.068847656250 +0.048339843750 +-0.065917968750 +0.064453125000 +-0.003295898438 +-0.034667968750 +0.052978515625 +0.112792968750 +0.165039062500 +0.059814453125 +0.089355468750 +-0.047851562500 +-0.009704589844 +-0.004913330078 +-0.186523437500 +-0.135742187500 +-0.162109375000 +-0.051025390625 +-0.136718750000 +-0.050292968750 +-0.049072265625 +0.065917968750 +-0.017089843750 +0.059326171875 +-0.213867187500 +-0.146484375000 +0.187500000000 +-0.090820312500 +0.110351562500 +0.107421875000 +0.103027343750 +-0.228515625000 +0.173828125000 +-0.087402343750 +-0.246093750000 +0.119140625000 +-0.147460937500 +-0.099121093750 +0.027343750000 +0.001266479492 +0.067871093750 +0.031738281250 +0.061035156250 +-0.031494140625 +-0.016479492188 +-0.167968750000 +0.179687500000 +-0.041748046875 +0.125976562500 +-0.115234375000 +-0.089843750000 +-0.029907226562 +0.045410156250 +-0.098144531250 +-0.136718750000 +-0.026977539062 +-0.152343750000 +0.197265625000 +0.032226562500 +-0.074218750000 +-0.123535156250 +-0.020629882812 +0.018676757812 +-0.184570312500 +-0.082519531250 +0.056640625000 +0.226562500000 +-0.039550781250 +-0.041015625000 +-0.014953613281 +0.102050781250 +-0.139648437500 +-0.045654296875 +0.075195312500 +0.014404296875 +-0.048828125000 +0.138671875000 +-0.147460937500 +-0.090820312500 +-0.124023437500 +-0.040527343750 +-0.058349609375 +0.113769531250 +-0.100097656250 +0.023803710938 +0.147460937500 +-0.120605468750 +0.147460937500 +0.050781250000 +0.104980468750 +0.068847656250 +-0.075195312500 +-0.047363281250 +0.035644531250 +0.085449218750 +0.053222656250 +0.042480468750 +-0.053710937500 +-0.117675781250 +-0.018920898438 +0.180664062500 +0.150390625000 +0.018920898438 +-0.027954101562 +0.051269531250 +0.024658203125 +0.053955078125 +-0.006225585938 +-0.045410156250 +0.061035156250 +0.139648437500 +-0.129882812500 +-0.166015625000 +-0.042236328125 +-0.105468750000 +0.052246093750 +-0.063476562500 +-0.239257812500 +0.024536132812 +0.067871093750 +-0.127929687500 +0.002059936523 +0.143554687500 +-0.014831542969 +-0.164062500000 +0.000774383545 +0.183593750000 +0.104980468750 +-0.106933593750 +-0.006683349609 +0.073730468750 +0.116699218750 +-0.040527343750 +0.128906250000 +0.012451171875 +-0.118652343750 +-0.098144531250 +0.079589843750 +0.174804687500 +0.119140625000 +0.235351562500 +0.018920898438 +-0.155273437500 +-0.104980468750 +0.210937500000 +0.000606536865 +-0.168945312500 +-0.069335937500 +-0.141601562500 +-0.062011718750 +0.279296875000 +0.175781250000 +0.265625000000 +-0.099609375000 +0.030029296875 +-0.118164062500 +-0.011047363281 +-0.115234375000 +-0.213867187500 +-0.102539062500 +0.140625000000 +0.076660156250 +0.090820312500 +-0.077636718750 +0.220703125000 +-0.038818359375 +-0.098144531250 +-0.073730468750 +-0.227539062500 +-0.108398437500 +-0.080078125000 +0.051269531250 +0.155273437500 +-0.043701171875 +-0.051025390625 +-0.057128906250 +-0.149414062500 +0.048583984375 +-0.304687500000 +0.209960937500 +0.102050781250 +0.025634765625 +-0.046142578125 +0.039062500000 +0.000808715820 +-0.155273437500 +0.204101562500 +0.010864257812 +-0.085937500000 +0.036376953125 +-0.048095703125 +-0.001853942871 +-0.111328125000 +0.208984375000 +-0.197265625000 +-0.159179687500 +-0.048095703125 +-0.187500000000 +0.322265625000 +0.111816406250 +0.180664062500 +0.013061523438 +-0.094726562500 +-0.158203125000 +-0.166992187500 +-0.015869140625 +0.144531250000 +-0.070312500000 +-0.004089355469 +0.052246093750 +0.182617187500 +-0.159179687500 +0.245117187500 +0.139648437500 +-0.019287109375 +-0.027832031250 +-0.050292968750 +-0.243164062500 +0.012939453125 +-0.041015625000 +0.006439208984 +0.036376953125 +-0.105468750000 +0.059814453125 +0.097167968750 +-0.063476562500 +0.108398437500 +0.086425781250 +-0.061279296875 +0.221679687500 +-0.077148437500 +0.003601074219 +0.079589843750 +0.070312500000 +0.353515625000 +0.159179687500 +0.205078125000 +-0.215820312500 +0.173828125000 +-0.016235351562 +0.038085937500 +0.081054687500 +0.057373046875 +0.236328125000 +-0.095703125000 +-0.036621093750 +0.120117187500 +-0.065917968750 +-0.019897460938 +-0.062988281250 +-0.108886718750 +0.096191406250 +-0.004547119141 +0.114746093750 +-0.052001953125 +-0.056152343750 +-0.095214843750 +-0.143554687500 +-0.103515625000 +-0.179687500000 +0.026245117188 +0.125000000000 +0.016723632812 +0.135742187500 +0.037109375000 +-0.104003906250 +-0.027587890625 +-0.217773437500 +-0.152343750000 +0.035400390625 +0.007812500000 +0.148437500000 +-0.069335937500 +-0.037109375000 +0.149414062500 +0.031127929688 +-0.152343750000 +-0.057861328125 +0.030395507812 +0.106933593750 +0.086425781250 +-0.249023437500 +0.073730468750 +-0.021240234375 +-0.041748046875 +0.015869140625 +-0.177734375000 +-0.449218750000 +-0.017456054688 +-0.038574218750 +0.250000000000 +-0.014465332031 +0.082031250000 +-0.057617187500 +-0.001327514648 +-0.157226562500 +0.152343750000 +0.128906250000 +-0.049804687500 +-0.173828125000 +0.037841796875 +0.020019531250 +-0.085937500000 +-0.164062500000 +-0.117675781250 +-0.144531250000 +-0.141601562500 +-0.085937500000 +0.077636718750 +-0.219726562500 +0.005798339844 +0.061035156250 +-0.106933593750 +0.090332031250 +0.058105468750 +-0.032958984375 +-0.139648437500 +0.069335937500 +-0.209960937500 +-0.065429687500 +0.199218750000 +-0.197265625000 +0.002578735352 +-0.029785156250 +0.105957031250 +-0.046142578125 +-0.155273437500 +0.081542968750 +-0.165039062500 +0.011718750000 +0.006195068359 +0.232421875000 +-0.081542968750 +0.026123046875 +-0.002548217773 +0.104003906250 +0.279296875000 +-0.080566406250 +-0.117187500000 +-0.058837890625 +-0.020751953125 +0.064453125000 +0.152343750000 +0.026977539062 +0.069335937500 +0.157226562500 +0.139648437500 +0.049560546875 +0.043212890625 +-0.022949218750 +0.001304626465 +0.171875000000 +0.076660156250 +0.049316406250 +0.125976562500 +0.013610839844 +0.198242187500 +0.045410156250 +-0.063476562500 +-0.084472656250 +-0.033691406250 +-0.213867187500 +-0.052978515625 +0.163085937500 +-0.074707031250 +-0.053955078125 +-0.029418945312 +-0.010314941406 +-0.024291992188 +0.019042968750 +0.112792968750 +0.104003906250 +-0.041503906250 +0.034912109375 +0.034912109375 +0.056640625000 +0.085937500000 +0.046875000000 +-0.159179687500 +0.069335937500 +-0.166015625000 +0.128906250000 +-0.165039062500 +0.054443359375 +-0.107421875000 +0.159179687500 +0.038818359375 +0.081542968750 +0.048095703125 +0.054931640625 +-0.059570312500 +-0.028076171875 +0.190429687500 +0.015869140625 +-0.029296875000 +-0.039794921875 +-0.090820312500 +0.049560546875 +-0.048583984375 +-0.101074218750 +-0.022216796875 +-0.123535156250 +-0.052734375000 +-0.076171875000 +-0.034179687500 +-0.227539062500 +-0.033935546875 +0.100097656250 +0.111328125000 +0.143554687500 +-0.093261718750 +0.003479003906 +0.071289062500 +0.002563476562 +0.173828125000 +0.067382812500 +0.046142578125 +0.105957031250 +-0.086425781250 +0.010314941406 +0.052490234375 +-0.001472473145 +0.040039062500 +0.103027343750 +0.086914062500 +0.041992187500 +0.051025390625 +0.048095703125 +0.112304687500 +0.063964843750 +-0.057373046875 +-0.078125000000 +0.043945312500 +-0.141601562500 +-0.073242187500 +-0.186523437500 +-0.163085937500 +-0.174804687500 +-0.037841796875 +0.027587890625 +0.077636718750 +0.217773437500 +-0.029418945312 +-0.045654296875 +0.107910156250 +0.055175781250 +-0.070312500000 +-0.088378906250 +0.009460449219 +0.040527343750 +-0.010925292969 +0.063964843750 +-0.059570312500 +-0.177734375000 +-0.196289062500 +0.000637054443 +-0.121093750000 +-0.069824218750 +-0.071777343750 +-0.060058593750 +0.099121093750 +0.141601562500 +0.032958984375 +0.159179687500 +-0.130859375000 +-0.025878906250 +0.054199218750 +0.068359375000 +-0.043945312500 +0.022827148438 +-0.066894531250 +0.139648437500 +-0.052734375000 +0.123046875000 +0.015991210938 +0.047607421875 +-0.088378906250 +-0.001449584961 +-0.124023437500 +-0.044189453125 +0.068847656250 +-0.021240234375 +-0.053710937500 +-0.218750000000 +0.108398437500 +0.157226562500 +0.085937500000 +-0.014587402344 +0.149414062500 +0.243164062500 +0.050781250000 +-0.045654296875 +0.198242187500 +-0.016601562500 +0.062255859375 +-0.001350402832 +-0.013183593750 +-0.087402343750 +-0.271484375000 +0.158203125000 +0.016479492188 +0.026977539062 +-0.178710937500 +-0.039794921875 +0.021484375000 +-0.147460937500 +-0.072265625000 +0.136718750000 +-0.200195312500 +-0.045166015625 +-0.074707031250 +0.057861328125 +-0.032714843750 +-0.084960937500 +0.102539062500 +0.023071289062 +-0.087890625000 +-0.105957031250 +0.089355468750 +-0.070800781250 +0.049804687500 +-0.148437500000 +-0.049072265625 +0.167968750000 +-0.060546875000 +0.061035156250 +0.013244628906 +-0.011840820312 +-0.108886718750 +-0.055908203125 +0.086425781250 +-0.123046875000 +-0.084960937500 +0.052490234375 +-0.080078125000 +-0.073730468750 +0.038818359375 +-0.024414062500 +-0.150390625000 +0.029052734375 +-0.164062500000 +0.104492187500 +0.027832031250 +-0.125976562500 +0.108886718750 +-0.123046875000 +0.043212890625 +0.027465820312 +-0.051025390625 +-0.067382812500 +0.088867187500 +-0.001579284668 +0.023681640625 +0.024780273438 +0.015747070312 +-0.042480468750 +0.019287109375 +-0.087402343750 +0.107421875000 +0.112792968750 +0.023681640625 +0.022338867188 +-0.007110595703 +-0.158203125000 +-0.096679687500 +0.078613281250 +-0.037353515625 +-0.062011718750 +-0.094726562500 +-0.017700195312 +-0.078613281250 +0.042236328125 +-0.072753906250 +0.041259765625 +-0.091308593750 +-0.063964843750 +0.007293701172 +0.049316406250 +0.126953125000 +0.009277343750 +-0.025268554688 +-0.052734375000 +0.096679687500 +-0.030273437500 +-0.075683593750 +0.050048828125 +-0.178710937500 +0.013793945312 +-0.017944335938 +-0.250000000000 +0.101562500000 +0.125976562500 +-0.123046875000 +-0.009582519531 +-0.087402343750 +-0.080566406250 +-0.009887695312 +-0.142578125000 +-0.146484375000 +-0.054443359375 +0.035644531250 +0.001365661621 +-0.030273437500 +0.087402343750 +0.131835937500 +-0.048828125000 +0.110351562500 +0.129882812500 +-0.150390625000 +-0.105468750000 +-0.064941406250 +0.100585937500 +-0.148437500000 +-0.001777648926 +-0.019287109375 +0.129882812500 +0.058105468750 +-0.051025390625 +0.123535156250 +0.038085937500 +0.046875000000 +-0.018554687500 +-0.132812500000 +0.128906250000 +0.015869140625 +-0.055419921875 +0.090332031250 +-0.088378906250 +0.042480468750 +0.051513671875 +0.093750000000 +-0.185546875000 +0.129882812500 +-0.040771484375 +-0.010070800781 +0.004730224609 +-0.037841796875 +0.215820312500 +0.203125000000 +-0.093750000000 +0.013977050781 +-0.047119140625 +0.002807617188 +-0.139648437500 +-0.193359375000 +-0.027832031250 +-0.038574218750 +-0.028564453125 +-0.193359375000 +-0.004180908203 +0.076660156250 +0.000797271729 +0.056396484375 +-0.097656250000 +-0.089355468750 +-0.010375976562 +-0.050048828125 +-0.151367187500 +-0.096191406250 +-0.049316406250 +-0.033203125000 +0.127929687500 +0.027954101562 +0.035888671875 +-0.291015625000 +-0.065429687500 +0.072753906250 +0.045898437500 +-0.055664062500 +-0.160156250000 +-0.088378906250 +-0.040527343750 +0.012023925781 +0.089843750000 +-0.007415771484 +-0.125976562500 +-0.103027343750 +-0.011291503906 +-0.050292968750 +0.012939453125 +0.041259765625 +-0.044189453125 +0.225585937500 +-0.004302978516 +0.111816406250 +-0.158203125000 +-0.039794921875 +0.118652343750 +-0.154296875000 +0.075195312500 +-0.157226562500 +0.007568359375 +0.021728515625 +-0.044677734375 +-0.085449218750 +-0.130859375000 +-0.043457031250 +0.029663085938 +0.185546875000 +-0.088378906250 +0.048339843750 +0.032714843750 +-0.159179687500 +-0.265625000000 +-0.025390625000 +0.223632812500 +-0.051269531250 +0.013000488281 +0.002624511719 +0.076660156250 +0.001060485840 +-0.010437011719 +0.056152343750 +-0.063964843750 +-0.200195312500 +-0.306640625000 +-0.110351562500 +-0.165039062500 +0.054687500000 +0.078125000000 +0.077148437500 +0.032226562500 +0.034912109375 +0.012207031250 +0.043701171875 +0.003753662109 +0.072265625000 +0.176757812500 +0.108886718750 +-0.125000000000 +0.030029296875 +-0.080078125000 +-0.082519531250 +0.031494140625 +-0.031494140625 +-0.195312500000 +0.065429687500 +-0.026000976562 +0.015563964844 +-0.229492187500 +-0.195312500000 +0.216796875000 +-0.144531250000 +-0.158203125000 +-0.088867187500 +0.012634277344 +0.111328125000 +-0.031005859375 +0.146484375000 +-0.120117187500 +-0.013916015625 +-0.118164062500 +-0.114746093750 +-0.139648437500 +0.063476562500 +-0.166015625000 +-0.101562500000 +0.014465332031 +-0.023559570312 +-0.192382812500 +0.061279296875 +-0.000303268433 +0.107910156250 +-0.029052734375 +-0.018188476562 +-0.119140625000 +-0.125976562500 +0.174804687500 +0.027954101562 +0.053710937500 +0.001754760742 +-0.008789062500 +0.241210937500 +0.064453125000 +-0.108886718750 +0.130859375000 +0.114257812500 +0.064941406250 +0.051513671875 +-0.049072265625 +-0.115234375000 +-0.033691406250 +0.039794921875 +-0.036132812500 +0.143554687500 +-0.026855468750 +-0.034423828125 +-0.009948730469 +0.077148437500 +-0.027099609375 +-0.013061523438 +0.015869140625 +-0.043212890625 +-0.065917968750 +-0.070312500000 +-0.005554199219 +-0.043701171875 +0.001411437988 +-0.049316406250 +-0.027221679688 +0.145507812500 +0.040771484375 +-0.055175781250 +0.091308593750 +-0.137695312500 +-0.001380920410 +0.066894531250 +-0.147460937500 +-0.015869140625 +0.009582519531 +-0.007690429688 +-0.089843750000 +-0.055175781250 +-0.096679687500 +0.042724609375 +0.018432617188 +0.032958984375 +0.113281250000 +-0.016845703125 +0.104492187500 +0.139648437500 +0.005401611328 +0.036621093750 +-0.000106811523 +-0.078125000000 +0.020507812500 +-0.038818359375 +0.006652832031 +-0.169921875000 +0.073242187500 +0.088867187500 +-0.071289062500 +0.011047363281 +-0.070800781250 +0.031250000000 +-0.055908203125 +-0.077148437500 +0.166015625000 +-0.056152343750 +-0.117675781250 +-0.040527343750 +-0.057128906250 +0.039062500000 +0.082519531250 +0.040039062500 +-0.026245117188 +-0.052490234375 +-0.261718750000 +0.123535156250 +-0.054687500000 +-0.000679016113 +0.027954101562 +-0.088378906250 +-0.060058593750 +-0.097167968750 +0.017333984375 +-0.016601562500 +-0.092285156250 +-0.022460937500 +0.062255859375 +0.033203125000 +0.059570312500 +0.154296875000 +-0.123535156250 +-0.082031250000 +-0.003173828125 +0.032958984375 +-0.130859375000 +0.082031250000 +0.031494140625 +-0.005676269531 +-0.097656250000 +0.013916015625 +0.062011718750 +0.039062500000 +-0.050781250000 +0.106445312500 +-0.016235351562 +-0.091796875000 +0.128906250000 +-0.000953674316 +0.065429687500 +-0.027587890625 +-0.123535156250 +0.027832031250 +-0.176757812500 +-0.023681640625 +-0.017700195312 +0.027099609375 +-0.027587890625 +-0.155273437500 +-0.048583984375 +0.004547119141 +0.061523437500 +0.117187500000 +-0.011169433594 +-0.080078125000 +-0.011474609375 +-0.179687500000 +-0.099121093750 +-0.103027343750 +0.039062500000 +-0.047851562500 +0.037353515625 +-0.126953125000 +-0.023315429688 +0.065429687500 +-0.008300781250 +0.106933593750 +0.089355468750 +-0.073730468750 +0.100097656250 +-0.011352539062 +-0.141601562500 +0.054443359375 +-0.201171875000 +-0.173828125000 +-0.003631591797 +-0.172851562500 +0.106445312500 +0.002334594727 +0.139648437500 +0.049804687500 +0.056884765625 +0.087890625000 +0.003265380859 +0.038330078125 +-0.018310546875 +0.017578125000 +0.104003906250 +0.102539062500 +-0.044921875000 +-0.023315429688 +0.084960937500 +0.020874023438 +-0.052001953125 +-0.149414062500 +0.104980468750 +-0.010803222656 +0.123046875000 +-0.139648437500 +0.098144531250 +-0.116210937500 +0.010925292969 +0.040283203125 +0.132812500000 +-0.083007812500 +-0.113281250000 +-0.153320312500 +-0.021606445312 +0.093261718750 +0.029785156250 +-0.267578125000 +0.064941406250 +-0.068359375000 +0.130859375000 +0.038574218750 +-0.002548217773 +-0.118652343750 +-0.082519531250 +-0.031250000000 +0.100097656250 +-0.128906250000 +0.066894531250 +0.180664062500 +0.042480468750 +0.007873535156 +-0.126953125000 +-0.141601562500 +0.156250000000 +-0.180664062500 +0.133789062500 +0.020141601562 +0.073730468750 +-0.092773437500 +-0.073242187500 +-0.011413574219 +-0.002761840820 +0.165039062500 +-0.022338867188 +-0.177734375000 +0.091308593750 +-0.169921875000 +0.206054687500 +-0.127929687500 +0.006713867188 +-0.168945312500 +0.083984375000 +0.056152343750 +0.028686523438 +0.092285156250 +0.013061523438 +0.019042968750 +-0.009704589844 +-0.040283203125 +0.050781250000 +0.215820312500 +-0.048583984375 +0.070800781250 +0.151367187500 +0.110351562500 +-0.224609375000 +-0.103515625000 +0.097656250000 +0.054199218750 +0.032714843750 +-0.174804687500 +-0.125000000000 +-0.005554199219 +0.099121093750 +-0.034667968750 +0.055908203125 +-0.062255859375 +-0.162109375000 +0.028808593750 +0.079101562500 +0.112304687500 +0.056884765625 +0.145507812500 +-0.030395507812 +0.043212890625 +-0.125000000000 +-0.000865936279 +0.116210937500 +-0.107421875000 +-0.002044677734 +0.122070312500 +-0.043945312500 +0.015625000000 +-0.103027343750 +0.065429687500 +-0.134765625000 +0.010131835938 +-0.022338867188 +0.037841796875 +0.105957031250 +-0.080566406250 +-0.009277343750 +-0.143554687500 +0.017700195312 +-0.022460937500 +0.119140625000 +-0.068359375000 +0.025512695312 +0.132812500000 +-0.099121093750 +0.152343750000 +-0.004425048828 +0.172851562500 +-0.134765625000 +-0.085449218750 +0.123535156250 +0.052001953125 +-0.032958984375 +-0.061767578125 +-0.141601562500 +-0.100585937500 +0.132812500000 +-0.085449218750 +0.030639648438 +0.093750000000 +0.058105468750 +-0.099609375000 +-0.026733398438 +0.121582031250 +-0.092773437500 +-0.083007812500 +0.055419921875 +-0.048828125000 +-0.050048828125 +0.102539062500 +0.035400390625 +-0.161132812500 +-0.064941406250 +-0.214843750000 +-0.031494140625 +0.141601562500 +0.142578125000 +-0.153320312500 +0.049560546875 +-0.033691406250 +0.099121093750 +-0.036132812500 +-0.079101562500 +0.063964843750 +0.053955078125 +-0.059814453125 +-0.048339843750 +0.020385742188 +0.124023437500 +-0.092285156250 +0.090332031250 +-0.002746582031 +-0.148437500000 +-0.039306640625 +-0.179687500000 +0.034423828125 +0.049804687500 +0.101562500000 +-0.085449218750 +0.023559570312 +-0.058105468750 +-0.081054687500 +0.127929687500 +0.088378906250 +-0.035644531250 +0.066894531250 +0.078125000000 +-0.005096435547 +0.137695312500 +0.155273437500 +-0.063476562500 +0.169921875000 +-0.164062500000 +0.072265625000 +0.099609375000 +0.068359375000 +0.083496093750 +0.087402343750 +-0.146484375000 +0.008544921875 +-0.114746093750 +0.061279296875 +0.017456054688 +0.079101562500 +-0.060546875000 +0.105468750000 +-0.046386718750 +-0.222656250000 +0.178710937500 +-0.066406250000 +-0.112792968750 +0.070800781250 +-0.020996093750 +-0.026733398438 +-0.027465820312 +0.040283203125 +0.014404296875 +-0.144531250000 +0.109375000000 +0.073242187500 +-0.130859375000 +-0.198242187500 +0.102539062500 +-0.073242187500 +0.102539062500 +-0.051757812500 +0.046386718750 +-0.010559082031 +-0.168945312500 +-0.108886718750 +0.101074218750 +0.136718750000 +0.009826660156 +-0.023315429688 +-0.013183593750 +-0.057128906250 +-0.103515625000 +-0.006988525391 +-0.001136779785 +0.085449218750 +-0.118164062500 +0.080566406250 +0.052246093750 +-0.062255859375 +-0.008789062500 +0.156250000000 +-0.069824218750 +-0.077636718750 +0.007598876953 +-0.005798339844 +-0.094726562500 +0.061523437500 +-0.007232666016 +0.058349609375 +-0.009948730469 +-0.136718750000 +-0.030639648438 +0.008483886719 +-0.021118164062 +-0.074218750000 +0.066894531250 +-0.131835937500 +-0.042968750000 +-0.120117187500 +0.071777343750 +-0.023559570312 +-0.040039062500 +0.052490234375 +0.114746093750 +0.068847656250 +0.130859375000 +-0.170898437500 +-0.048583984375 +0.015380859375 +0.066406250000 +0.142578125000 +0.033447265625 +-0.015869140625 +0.000049829483 +0.020996093750 +-0.088867187500 +0.023315429688 +0.078125000000 +-0.003890991211 +-0.020751953125 +-0.069824218750 +-0.194335937500 +-0.056152343750 +-0.039794921875 +-0.066406250000 +0.013000488281 +-0.169921875000 +-0.019409179688 +-0.075195312500 +-0.042968750000 +-0.139648437500 +-0.078125000000 +0.149414062500 +0.178710937500 +0.098632812500 +-0.161132812500 +-0.003143310547 +-0.004180908203 +-0.001571655273 +-0.049560546875 +-0.144531250000 +-0.024169921875 +0.053466796875 +-0.022705078125 +-0.126953125000 +-0.055419921875 +-0.001449584961 +-0.142578125000 +-0.022827148438 +0.149414062500 +-0.000486373901 +-0.010009765625 +-0.055664062500 +0.003860473633 +-0.009521484375 +0.129882812500 +0.077636718750 +-0.008483886719 +0.182617187500 +0.020019531250 +0.130859375000 +0.049072265625 +-0.011474609375 +0.022094726562 +0.052490234375 +0.068847656250 +-0.027099609375 +-0.022949218750 +0.026855468750 +-0.087402343750 +0.080078125000 +0.006622314453 +-0.092773437500 +0.028198242188 +0.049316406250 +-0.053466796875 +-0.138671875000 +-0.026977539062 +-0.090332031250 +-0.058105468750 +0.022216796875 +-0.015380859375 +0.085937500000 +-0.022949218750 +0.011718750000 +-0.064941406250 +-0.059082031250 +0.054931640625 +0.033447265625 +0.093261718750 +-0.210937500000 +0.071777343750 +0.051757812500 +-0.019531250000 +0.021484375000 +0.015136718750 +0.056152343750 +-0.033691406250 +-0.057861328125 +0.003799438477 +-0.041015625000 +-0.160156250000 +-0.030639648438 +-0.117675781250 +-0.028442382812 +0.107910156250 +0.098632812500 +0.065917968750 +-0.209960937500 +0.125976562500 +-0.014343261719 +-0.131835937500 +0.083984375000 +0.051757812500 +-0.039306640625 +-0.126953125000 +-0.013244628906 +-0.063476562500 +0.145507812500 +0.138671875000 +0.146484375000 +0.097656250000 +0.040039062500 +0.031738281250 +0.023681640625 +0.142578125000 +0.085937500000 +0.177734375000 +0.173828125000 +0.002243041992 +0.082519531250 +-0.007995605469 +0.052246093750 +0.048583984375 +0.023803710938 +-0.003784179688 +0.140625000000 +0.015563964844 +-0.176757812500 +0.047851562500 +-0.098632812500 +-0.048828125000 +0.231445312500 +0.024047851562 +-0.196289062500 +-0.076171875000 +-0.181640625000 +0.032226562500 +0.095214843750 +0.086425781250 +-0.077148437500 +0.075683593750 +-0.020874023438 +0.066894531250 +-0.128906250000 +-0.273437500000 +0.033447265625 +-0.142578125000 +-0.074218750000 +0.038818359375 +-0.174804687500 +-0.032714843750 +0.085449218750 +0.009216308594 +0.062500000000 +0.029663085938 +0.153320312500 +0.117187500000 +0.240234375000 +-0.083496093750 +-0.047363281250 +-0.108398437500 +0.099609375000 +-0.014404296875 +-0.065917968750 +0.096679687500 +-0.066406250000 +-0.043945312500 +0.151367187500 +-0.004119873047 +0.012207031250 +-0.010009765625 +-0.186523437500 +-0.028564453125 +0.138671875000 +0.102050781250 +-0.096679687500 +0.058593750000 +-0.080078125000 +-0.079101562500 +0.067871093750 +0.110351562500 +-0.112792968750 +0.135742187500 +0.159179687500 +0.061523437500 +-0.007934570312 +-0.104492187500 +0.249023437500 +-0.105468750000 +-0.036376953125 +-0.047607421875 +-0.086425781250 +0.000202178955 +-0.095703125000 +0.164062500000 +0.080566406250 +-0.070800781250 +-0.192382812500 +0.136718750000 +-0.160156250000 +0.024536132812 +0.057128906250 +-0.192382812500 +-0.112792968750 +-0.001533508301 +0.034912109375 +0.025756835938 +0.045898437500 +-0.106445312500 +0.229492187500 +-0.060791015625 +0.156250000000 +0.133789062500 +0.033935546875 +0.000419616699 +0.171875000000 +-0.095214843750 +-0.072753906250 +0.028564453125 +-0.079589843750 +-0.003143310547 +-0.002838134766 +-0.148437500000 +0.012939453125 +0.072265625000 +-0.004608154297 +0.186523437500 +-0.076171875000 +0.076660156250 +0.126953125000 +0.004913330078 +-0.052490234375 +0.015563964844 +0.059814453125 +-0.129882812500 +-0.077148437500 +0.086914062500 +0.106933593750 +0.182617187500 +-0.045166015625 +0.009216308594 +-0.099609375000 +0.050781250000 +0.014831542969 +-0.153320312500 +0.056884765625 +0.056396484375 +0.142578125000 +0.029052734375 +-0.168945312500 +-0.003646850586 +-0.009826660156 +-0.021118164062 +-0.146484375000 +-0.002334594727 +0.091796875000 +0.125976562500 +0.051757812500 +0.164062500000 +-0.104003906250 +0.182617187500 +0.033203125000 +-0.201171875000 +-0.032470703125 +-0.054199218750 +0.085937500000 +-0.086425781250 +-0.122070312500 +-0.080566406250 +-0.067382812500 +0.049072265625 +-0.081054687500 +-0.000564575195 +0.076171875000 +-0.015502929688 +-0.067382812500 +-0.090332031250 +0.087402343750 +0.140625000000 +-0.037841796875 +-0.141601562500 +0.069335937500 +-0.001998901367 +-0.015991210938 +-0.097167968750 +-0.040771484375 +0.002990722656 +0.011657714844 +-0.062011718750 +-0.142578125000 +-0.015014648438 +0.124023437500 +-0.072753906250 +0.101562500000 +-0.084472656250 +0.118652343750 +0.011108398438 +-0.030639648438 +0.083007812500 +-0.184570312500 +0.052246093750 +-0.131835937500 +0.096679687500 +-0.098144531250 +0.084960937500 +0.069335937500 +-0.004150390625 +-0.020874023438 +-0.126953125000 +0.126953125000 +-0.062011718750 +0.034667968750 +-0.064941406250 +-0.052001953125 +0.160156250000 +-0.028076171875 +0.030151367188 +-0.011474609375 +0.001968383789 +0.048828125000 +0.022705078125 +0.042236328125 +0.043945312500 +0.051269531250 +0.090820312500 +-0.076171875000 +-0.171875000000 +0.101074218750 +-0.005950927734 +0.077636718750 +-0.088378906250 +-0.043212890625 +-0.041503906250 +-0.015136718750 +-0.134765625000 +0.081542968750 +0.042236328125 +-0.076171875000 +0.080078125000 +0.007934570312 +-0.047363281250 +0.081054687500 +0.010620117188 +0.148437500000 +0.092285156250 +0.003128051758 +0.188476562500 +-0.015747070312 +0.020874023438 +-0.000347137451 +-0.036376953125 +0.083496093750 +-0.059814453125 +0.049072265625 +0.049560546875 +-0.048339843750 +-0.026611328125 +0.032226562500 +0.052246093750 +0.135742187500 +0.006042480469 +-0.024169921875 +-0.133789062500 +0.097656250000 +0.011840820312 +-0.012329101562 +-0.024414062500 +0.376953125000 +-0.148437500000 +-0.124511718750 +-0.079101562500 +0.092285156250 +0.047851562500 +-0.008117675781 +-0.018310546875 +0.073242187500 +-0.177734375000 +-0.050048828125 +-0.070800781250 +-0.127929687500 +0.058837890625 +0.085937500000 +-0.048828125000 +0.014831542969 +-0.104003906250 +0.117675781250 +-0.056640625000 +0.135742187500 +-0.019165039062 +-0.009887695312 +0.148437500000 +-0.110351562500 +-0.108398437500 +0.083007812500 +0.041259765625 +-0.073242187500 +0.081542968750 +-0.052246093750 +-0.020019531250 +-0.095703125000 +0.091308593750 +-0.092285156250 +-0.027709960938 +-0.055664062500 +-0.079101562500 +0.023925781250 +0.065429687500 +-0.031127929688 +-0.022338867188 +-0.086914062500 +-0.063476562500 +-0.113769531250 +-0.021240234375 +-0.057373046875 +0.002090454102 +-0.004425048828 +-0.014404296875 +-0.103515625000 +0.023925781250 +0.170898437500 +0.154296875000 +-0.002532958984 +-0.084960937500 +0.091308593750 +-0.094238281250 +-0.156250000000 +0.151367187500 +-0.158203125000 +-0.071289062500 +-0.129882812500 +0.023193359375 +0.051757812500 +0.059082031250 +0.050048828125 +0.107910156250 +0.097656250000 +0.082519531250 +0.043457031250 +0.063476562500 +0.226562500000 +0.093750000000 +0.234375000000 +-0.121582031250 +0.125000000000 +0.114257812500 +-0.018432617188 +0.041992187500 +-0.065429687500 +-0.035888671875 +-0.038330078125 +-0.011413574219 +0.006011962891 +-0.092285156250 +-0.028564453125 +0.043457031250 +0.005889892578 +-0.031005859375 +-0.043945312500 +0.159179687500 +-0.043945312500 +0.062988281250 +-0.231445312500 +0.046386718750 +-0.007598876953 +0.123535156250 +0.062255859375 +0.161132812500 +-0.036865234375 +0.033935546875 +0.062988281250 +-0.063964843750 +0.113281250000 +-0.065917968750 +0.093261718750 +0.100097656250 +-0.133789062500 +0.111816406250 +-0.006286621094 +-0.081542968750 +0.052001953125 +0.112792968750 +0.052246093750 +0.116699218750 +0.046386718750 +-0.102539062500 +-0.110839843750 +-0.034423828125 +-0.142578125000 +-0.071289062500 +0.062255859375 +0.092285156250 +0.182617187500 +-0.063964843750 +-0.042968750000 +-0.173828125000 +0.043457031250 +0.004089355469 +-0.034912109375 +-0.161132812500 +0.111328125000 +-0.217773437500 +-0.035888671875 +-0.020385742188 +0.086425781250 +-0.018066406250 +0.050292968750 +0.106933593750 +-0.001281738281 +-0.102539062500 +0.126953125000 +-0.023071289062 +0.138671875000 +-0.153320312500 +0.064453125000 +-0.213867187500 +-0.015563964844 +-0.110351562500 +-0.165039062500 +-0.292968750000 +0.012390136719 +-0.150390625000 +-0.141601562500 +0.032470703125 +-0.012756347656 +-0.207031250000 +-0.051269531250 +0.062988281250 +-0.033691406250 +-0.137695312500 +0.108886718750 +-0.133789062500 +-0.074707031250 +0.077148437500 +0.043457031250 +0.053466796875 +-0.045654296875 +0.091796875000 +-0.043945312500 +-0.142578125000 +-0.129882812500 +-0.078613281250 +-0.220703125000 +-0.097167968750 +-0.033447265625 +0.091308593750 +0.160156250000 +0.087402343750 +0.116699218750 +0.199218750000 +0.120605468750 +0.133789062500 +-0.016235351562 +0.099121093750 +-0.200195312500 +0.027832031250 +-0.218750000000 +-0.073730468750 +-0.029296875000 +0.016845703125 +-0.000595092773 +0.177734375000 +-0.065429687500 +0.029907226562 +-0.072753906250 +-0.163085937500 +-0.008850097656 +-0.075683593750 +-0.204101562500 +0.129882812500 +-0.073242187500 +0.083496093750 +0.135742187500 +-0.114746093750 +0.192382812500 +0.080566406250 +-0.095214843750 +-0.138671875000 +0.049560546875 +-0.148437500000 +0.068359375000 +-0.078613281250 +-0.079589843750 +0.034667968750 +0.033691406250 +-0.160156250000 +0.053466796875 +0.124511718750 +0.196289062500 +-0.060058593750 +0.130859375000 +0.014892578125 +0.055664062500 +0.041503906250 +-0.248046875000 +0.120117187500 +0.024291992188 +-0.029418945312 +-0.114746093750 +-0.086914062500 +-0.118652343750 +-0.007385253906 +-0.011047363281 +0.177734375000 +0.100097656250 +-0.029541015625 +0.013488769531 +-0.060058593750 +0.186523437500 +0.032226562500 +-0.116699218750 +0.082031250000 +-0.133789062500 +0.154296875000 +-0.000907897949 +-0.041992187500 +-0.104980468750 +-0.121093750000 +0.019287109375 +-0.020019531250 +0.184570312500 +0.025390625000 +0.086914062500 +0.136718750000 +0.120117187500 +0.147460937500 +-0.027709960938 +-0.138671875000 +0.146484375000 +0.060058593750 +0.057861328125 +0.127929687500 +0.197265625000 +0.013488769531 +0.118164062500 +-0.172851562500 +0.044677734375 +0.117675781250 +-0.165039062500 +0.163085937500 +-0.127929687500 +-0.041015625000 +0.124511718750 +0.063964843750 +-0.057128906250 +0.089355468750 +-0.012329101562 +0.069824218750 +0.196289062500 +-0.029418945312 +-0.089843750000 +-0.054443359375 +0.028198242188 +-0.027099609375 +-0.048583984375 +-0.154296875000 +0.049804687500 +0.007293701172 +0.008544921875 +0.117187500000 +0.020996093750 +-0.057128906250 +-0.033691406250 +-0.059570312500 +-0.099609375000 +0.025024414062 +-0.082519531250 +-0.211914062500 +-0.001983642578 +0.085937500000 +0.091308593750 +0.135742187500 +0.061767578125 +-0.067382812500 +-0.041259765625 +-0.045410156250 +0.028442382812 +0.019409179688 +-0.012145996094 +-0.080078125000 +0.025390625000 +-0.149414062500 +-0.024414062500 +0.023315429688 +0.050537109375 +0.047119140625 +0.052734375000 +-0.095703125000 +-0.035644531250 +0.097167968750 +-0.083007812500 +-0.123046875000 +0.093261718750 +-0.007507324219 +0.167968750000 +-0.012634277344 +0.001838684082 +0.025512695312 +0.065917968750 +0.125976562500 +0.059570312500 +0.108398437500 +0.176757812500 +0.104003906250 +-0.146484375000 +0.008605957031 +0.111816406250 +-0.055419921875 +0.041015625000 +-0.158203125000 +0.058837890625 +-0.058593750000 +-0.076660156250 +-0.146484375000 +-0.070800781250 +0.069335937500 +0.073242187500 +-0.044921875000 +-0.117187500000 +0.059570312500 +-0.067871093750 +0.022583007812 +0.176757812500 +0.142578125000 +-0.053710937500 +0.064941406250 +-0.124511718750 +0.025756835938 +-0.046142578125 +0.125000000000 +0.141601562500 +-0.027221679688 +-0.112792968750 +0.122558593750 +0.084960937500 +-0.127929687500 +-0.096191406250 +0.009765625000 +0.137695312500 +-0.020385742188 +-0.194335937500 +0.197265625000 +-0.105957031250 +0.169921875000 +0.009460449219 +0.142578125000 +0.094726562500 +-0.097167968750 +0.125000000000 +-0.025512695312 +0.005554199219 +0.250000000000 +0.167968750000 +-0.010253906250 +-0.077636718750 +-0.021606445312 +-0.037109375000 +0.058593750000 +-0.008666992188 +0.253906250000 +0.192382812500 +0.090332031250 +-0.112792968750 +-0.120605468750 +0.023803710938 +-0.055664062500 +-0.122558593750 +-0.095703125000 +-0.137695312500 +0.054199218750 +0.082031250000 +0.012329101562 +0.119140625000 +-0.130859375000 +-0.077636718750 +-0.009704589844 +-0.044433593750 +-0.165039062500 +0.096191406250 +0.032958984375 +-0.306640625000 +0.041015625000 +0.061279296875 +0.150390625000 +-0.062255859375 +0.009155273438 +0.008117675781 +0.137695312500 +0.036376953125 +-0.105468750000 +-0.168945312500 +0.078613281250 +-0.004333496094 +0.041503906250 +-0.077636718750 +-0.026000976562 +0.107421875000 +-0.074707031250 +0.028320312500 +0.105468750000 +-0.031738281250 +-0.019287109375 +0.129882812500 +0.020263671875 +0.075683593750 +-0.005126953125 +-0.028442382812 +-0.025146484375 +0.014526367188 +-0.018798828125 +0.043701171875 +0.031250000000 +-0.125976562500 +0.055664062500 +0.012084960938 +-0.050537109375 +-0.070312500000 +-0.125976562500 +-0.073242187500 +0.073242187500 +0.082519531250 +-0.131835937500 +0.090332031250 +-0.211914062500 +0.051757812500 +0.033691406250 +0.013488769531 +0.012878417969 +-0.167968750000 +0.087402343750 +-0.145507812500 +0.043701171875 +-0.175781250000 +-0.100097656250 +-0.104980468750 +-0.041992187500 +-0.066894531250 +-0.016967773438 +-0.056884765625 +-0.066894531250 +0.074218750000 +0.124511718750 +0.040771484375 +-0.129882812500 +0.016357421875 +-0.037841796875 +-0.231445312500 +-0.001258850098 +-0.096191406250 +-0.079589843750 +0.052734375000 +0.082031250000 +-0.166992187500 +0.143554687500 +0.164062500000 +-0.073242187500 +0.037109375000 +-0.062011718750 +-0.084472656250 +-0.003662109375 +0.130859375000 +0.105957031250 +-0.044433593750 +-0.003067016602 +-0.102539062500 +0.054199218750 +-0.006500244141 +-0.223632812500 +0.009704589844 +-0.022094726562 +0.167968750000 +-0.066406250000 +-0.105957031250 +-0.053466796875 +0.175781250000 +0.028686523438 +0.010253906250 +0.011718750000 +-0.068359375000 +0.003021240234 +-0.136718750000 +-0.085937500000 +-0.007415771484 +0.060302734375 +0.318359375000 +-0.053466796875 +-0.228515625000 +0.104003906250 +0.144531250000 +-0.132812500000 +0.003784179688 +0.045410156250 +-0.012145996094 +0.023193359375 +0.124511718750 +0.161132812500 +-0.080078125000 +0.047851562500 +-0.100585937500 +0.060546875000 +0.001037597656 +-0.176757812500 +-0.126953125000 +-0.080566406250 +0.090820312500 +-0.022949218750 +-0.178710937500 +-0.085937500000 +-0.208984375000 +-0.083007812500 +0.094726562500 +0.120605468750 +-0.177734375000 +-0.042968750000 +0.161132812500 +0.159179687500 +0.091308593750 +-0.067871093750 +0.152343750000 +-0.050537109375 +-0.123046875000 +0.052734375000 +-0.133789062500 +0.006652832031 +0.226562500000 +-0.077636718750 +-0.003509521484 +-0.098144531250 +-0.160156250000 +-0.121582031250 +0.144531250000 +0.014099121094 +0.054443359375 +0.123535156250 +-0.099121093750 +-0.030029296875 +-0.135742187500 +0.091308593750 +-0.012145996094 +-0.014587402344 +0.011779785156 +-0.010864257812 +0.228515625000 +0.152343750000 +-0.263671875000 +0.192382812500 +-0.057128906250 +0.247070312500 +-0.000286102295 +-0.007812500000 +-0.029785156250 +0.123535156250 +0.002655029297 +0.064453125000 +-0.013000488281 +0.091796875000 +-0.046875000000 +0.160156250000 +0.038574218750 +0.019409179688 +-0.016235351562 +0.019775390625 +0.065917968750 +-0.157226562500 +0.089843750000 +-0.047851562500 +0.021606445312 +-0.089355468750 +0.097167968750 +0.091796875000 +0.049316406250 +-0.017944335938 +0.244140625000 +0.314453125000 +-0.059570312500 +-0.118164062500 +0.004455566406 +-0.232421875000 +0.251953125000 +0.186523437500 +0.169921875000 +-0.010192871094 +0.229492187500 +0.088867187500 +-0.086914062500 +-0.124023437500 +-0.017700195312 +-0.055419921875 +-0.048339843750 +-0.132812500000 +-0.112792968750 +-0.113281250000 +-0.071289062500 +-0.084472656250 +-0.049560546875 +0.120605468750 +-0.026123046875 +-0.030639648438 +0.012451171875 +0.135742187500 +0.089843750000 +-0.055664062500 +-0.065917968750 +-0.110839843750 +-0.041748046875 +-0.039062500000 +-0.004730224609 +-0.021972656250 +0.016601562500 +-0.075683593750 +0.105468750000 +0.018920898438 +-0.037597656250 +0.080078125000 +0.037353515625 +-0.017822265625 +-0.017822265625 +-0.049072265625 +0.019165039062 +-0.016723632812 +-0.004913330078 +0.082519531250 +0.018066406250 +0.009948730469 +-0.041259765625 +0.003601074219 +0.092285156250 +0.074218750000 +0.039550781250 +0.074218750000 +-0.095214843750 +-0.092285156250 +-0.020263671875 +0.048583984375 +-0.144531250000 +-0.035644531250 +-0.104980468750 +0.207031250000 +0.097656250000 +0.041015625000 +0.111328125000 +0.004089355469 +-0.012878417969 +-0.062500000000 +0.135742187500 +0.037353515625 +0.013732910156 +0.009277343750 +0.036132812500 +0.032470703125 +-0.083984375000 +0.084472656250 +0.000823974609 +0.100097656250 +0.003280639648 +0.028930664062 +0.099121093750 +0.161132812500 +-0.175781250000 +-0.003845214844 +-0.049804687500 +0.113281250000 +0.081542968750 +0.136718750000 +-0.012268066406 +0.028320312500 +-0.065429687500 +-0.114746093750 +0.025390625000 +0.061035156250 +0.002395629883 +-0.039062500000 +-0.120117187500 +0.012023925781 +0.091308593750 +0.009399414062 +0.072753906250 +0.000656127930 +-0.032958984375 +0.041992187500 +0.070800781250 +-0.033447265625 +-0.002716064453 +-0.095703125000 +-0.178710937500 +-0.085449218750 +0.013977050781 +0.027832031250 +-0.075683593750 +-0.026977539062 +-0.070800781250 +0.115722656250 +0.089355468750 +-0.060791015625 +-0.097656250000 +0.022705078125 +-0.035400390625 +-0.019409179688 +0.031982421875 +0.078125000000 +-0.007873535156 +0.091308593750 +-0.030151367188 +-0.031738281250 +-0.169921875000 +0.029541015625 +0.033203125000 +-0.011596679688 +0.177734375000 +0.060058593750 +0.006896972656 +0.060058593750 +0.008178710938 +0.001754760742 +-0.003784179688 +-0.069335937500 +-0.163085937500 +-0.110351562500 +0.062011718750 +-0.081542968750 +-0.052490234375 +-0.094238281250 +-0.153320312500 +0.050537109375 +-0.053466796875 +-0.168945312500 +0.159179687500 +0.033935546875 +0.099609375000 +0.129882812500 +0.033691406250 +-0.037841796875 +0.131835937500 +-0.013366699219 +0.041259765625 +0.088378906250 +-0.011169433594 +-0.052978515625 +-0.168945312500 +0.076660156250 +0.013793945312 +0.116699218750 +-0.094726562500 +0.026489257812 +0.005554199219 +-0.000991821289 +0.157226562500 +0.089843750000 +-0.080078125000 +0.031127929688 +-0.024169921875 +-0.042480468750 +0.049072265625 +0.058349609375 +0.117675781250 +0.035156250000 +0.056640625000 +-0.075683593750 +-0.132812500000 +0.025146484375 +0.111328125000 +-0.039306640625 +-0.098632812500 +-0.068359375000 +-0.012756347656 +0.151367187500 +-0.001091003418 +0.042968750000 +-0.021606445312 +0.012145996094 +-0.145507812500 +-0.159179687500 +-0.137695312500 +0.057128906250 +-0.081542968750 +0.033447265625 +0.050048828125 +-0.083496093750 +0.095214843750 +0.097656250000 +-0.026977539062 +0.013671875000 +-0.239257812500 +0.075195312500 +-0.089843750000 +-0.129882812500 +-0.071289062500 +0.261718750000 +0.100097656250 +0.024169921875 +-0.009521484375 +-0.037841796875 +0.048095703125 +0.173828125000 +0.037841796875 +-0.060791015625 +-0.108398437500 +-0.062500000000 +-0.113769531250 +-0.055908203125 +0.100585937500 +-0.097656250000 +0.081542968750 +-0.003997802734 +-0.111328125000 +0.190429687500 +-0.017700195312 +-0.047363281250 +-0.150390625000 +0.102050781250 +0.017578125000 +-0.087402343750 +-0.062500000000 +0.043212890625 +0.094726562500 +-0.025634765625 +0.024047851562 +-0.148437500000 +0.122558593750 +-0.028930664062 +-0.028198242188 +0.087890625000 +-0.184570312500 +-0.047851562500 +0.056640625000 +-0.188476562500 +-0.158203125000 +-0.015747070312 +0.023559570312 +0.049560546875 +-0.008544921875 +-0.119140625000 +-0.095703125000 +-0.035644531250 +0.154296875000 +-0.055175781250 +0.129882812500 +0.075683593750 +-0.059814453125 +0.069335937500 +0.080078125000 +0.098144531250 +0.173828125000 +-0.060791015625 +-0.121582031250 +-0.068359375000 +0.072753906250 +0.105468750000 +0.089843750000 +0.073242187500 +-0.073730468750 +-0.131835937500 +0.020019531250 +0.026489257812 +-0.162109375000 +-0.017089843750 +0.132812500000 +-0.030883789062 +0.029052734375 +0.050292968750 +-0.074707031250 +-0.161132812500 +-0.098144531250 +-0.234375000000 +0.062255859375 +-0.081542968750 +0.149414062500 +-0.165039062500 +0.020507812500 +-0.088378906250 +-0.052978515625 +0.027099609375 +0.099609375000 +0.134765625000 +0.125976562500 +-0.145507812500 +-0.046386718750 +0.087890625000 +0.035156250000 +-0.017089843750 +0.070312500000 +-0.161132812500 +-0.019287109375 +0.019775390625 +-0.097656250000 +-0.267578125000 +-0.144531250000 +0.050048828125 +-0.000862121582 +-0.147460937500 +-0.122070312500 +0.110351562500 +-0.066406250000 +0.144531250000 +-0.129882812500 +0.080078125000 +-0.058593750000 +-0.101562500000 +-0.027465820312 +-0.051025390625 +0.131835937500 +0.138671875000 +-0.173828125000 +-0.023193359375 +0.055175781250 +-0.216796875000 +0.044677734375 +-0.007598876953 +-0.038330078125 +-0.110839843750 +0.041503906250 +-0.135742187500 +0.136718750000 +-0.049072265625 +-0.020019531250 +0.035644531250 +0.006439208984 +0.199218750000 +-0.005310058594 +0.054443359375 +0.132812500000 +-0.012695312500 +-0.118652343750 +0.135742187500 +-0.067871093750 +0.010620117188 +-0.005340576172 +0.055175781250 +0.097167968750 +0.095703125000 +0.006561279297 +-0.119628906250 +0.105468750000 +-0.151367187500 +0.005859375000 +-0.153320312500 +-0.116699218750 +0.130859375000 +-0.004669189453 +-0.163085937500 +-0.138671875000 +-0.001533508301 +0.145507812500 +0.028076171875 +-0.097656250000 +0.090332031250 +-0.122558593750 +0.057617187500 +-0.208007812500 +-0.096191406250 +0.003906250000 +0.086914062500 +-0.147460937500 +-0.011718750000 +-0.059082031250 +0.215820312500 +-0.136718750000 +-0.019531250000 +0.101562500000 +-0.048339843750 +0.035888671875 +-0.112792968750 +0.019653320312 +0.039794921875 +-0.027221679688 +0.120605468750 +-0.064941406250 +0.079589843750 +-0.095703125000 +-0.061035156250 +-0.069824218750 +0.155273437500 +0.217773437500 +0.265625000000 +-0.040039062500 +-0.089843750000 +0.170898437500 +0.251953125000 +-0.060058593750 +-0.031005859375 +-0.006866455078 +0.034667968750 +-0.084472656250 +0.162109375000 +-0.077148437500 +-0.082031250000 +0.063476562500 +0.141601562500 +0.211914062500 +0.026123046875 +0.031127929688 +0.137695312500 +0.255859375000 +0.023803710938 +0.045166015625 +-0.117675781250 +-0.116699218750 +-0.038085937500 +0.126953125000 +0.027343750000 +0.088867187500 +-0.052246093750 +0.151367187500 +-0.108398437500 +-0.001632690430 +0.007415771484 +0.103027343750 +0.326171875000 +0.150390625000 +0.097167968750 +0.061279296875 +0.208007812500 +-0.125000000000 +-0.200195312500 +-0.123046875000 +0.037109375000 +0.025634765625 +-0.051025390625 +0.052978515625 +-0.105468750000 +0.097167968750 +0.066894531250 +0.072265625000 +0.073730468750 +0.146484375000 +0.080078125000 +-0.029052734375 +-0.170898437500 +-0.061035156250 +0.081542968750 +0.196289062500 +-0.172851562500 +0.173828125000 +-0.216796875000 +0.220703125000 +-0.041503906250 +0.121093750000 +0.181640625000 +0.117187500000 +-0.217773437500 +-0.044189453125 +0.006652832031 +0.016235351562 +0.173828125000 +-0.049804687500 +0.134765625000 +0.070312500000 +0.049072265625 +0.079101562500 +-0.043945312500 +0.006683349609 +0.086914062500 +-0.025146484375 +0.062988281250 +0.177734375000 +0.111816406250 +0.094726562500 +0.060058593750 +0.081054687500 +-0.070800781250 +0.057373046875 +0.005676269531 +0.291015625000 +0.039550781250 +0.202148437500 +0.162109375000 +-0.006591796875 +0.111816406250 +0.057128906250 +-0.141601562500 +0.040527343750 +0.261718750000 +0.031250000000 +0.014038085938 +0.113769531250 +-0.146484375000 +0.076171875000 +0.020263671875 +0.015075683594 +0.229492187500 +0.077636718750 +-0.169921875000 +0.006713867188 +-0.233398437500 +0.110839843750 +-0.104492187500 +0.027954101562 +-0.030273437500 +-0.103515625000 +0.081054687500 +-0.060791015625 +0.043945312500 +-0.056152343750 +-0.161132812500 +-0.082031250000 +-0.063476562500 +0.050781250000 +0.081542968750 +-0.066894531250 +-0.022338867188 +0.118652343750 +0.008911132812 +-0.119628906250 +-0.033447265625 +0.016479492188 +-0.132812500000 +-0.119628906250 +-0.007232666016 +0.062011718750 +0.043945312500 +0.067871093750 +-0.000362396240 +0.014221191406 +-0.139648437500 +0.125000000000 +-0.010314941406 +-0.018554687500 +-0.167968750000 +0.014648437500 +0.080566406250 +-0.144531250000 +0.035888671875 +-0.024780273438 +-0.030151367188 +-0.063476562500 +-0.082031250000 +-0.013305664062 +-0.021606445312 +-0.025878906250 +0.064941406250 +-0.043212890625 +-0.143554687500 +0.044677734375 +0.042236328125 +-0.039794921875 +0.039794921875 +-0.033935546875 +-0.031738281250 +-0.039062500000 +0.114746093750 +0.106445312500 +-0.030029296875 +-0.118652343750 +-0.165039062500 +0.105468750000 +0.090332031250 +-0.054199218750 +-0.044189453125 +0.013671875000 +-0.064941406250 +-0.041503906250 +0.141601562500 +0.002059936523 +0.054687500000 +0.174804687500 +-0.164062500000 +-0.011291503906 +-0.005981445312 +-0.060302734375 +0.105957031250 +0.049316406250 +-0.014953613281 +0.107421875000 +-0.044921875000 +-0.022216796875 +-0.070800781250 +0.002944946289 +-0.048583984375 +-0.019287109375 +-0.093750000000 +-0.112792968750 +-0.227539062500 +0.057373046875 +-0.004547119141 +-0.028442382812 +0.041259765625 +0.067382812500 +0.023437500000 +0.049072265625 +0.009521484375 +-0.054931640625 +-0.018310546875 +-0.120117187500 +0.095214843750 +-0.000629425049 +-0.041992187500 +0.072265625000 +-0.144531250000 +0.168945312500 +-0.016967773438 +-0.110351562500 +-0.218750000000 +-0.003372192383 +-0.062255859375 +-0.002182006836 +-0.013793945312 +-0.117675781250 +0.083007812500 +0.036621093750 +0.150390625000 +0.068359375000 +-0.072265625000 +0.032714843750 +-0.039306640625 +0.061279296875 +-0.022583007812 +-0.032226562500 +-0.142578125000 +0.023681640625 +0.019409179688 +-0.025634765625 +0.027954101562 +0.058593750000 +-0.078125000000 +-0.109863281250 +-0.083984375000 +0.039306640625 +-0.032958984375 +-0.027709960938 +-0.057128906250 +0.125000000000 +-0.052246093750 +-0.004150390625 +0.114746093750 +-0.063476562500 +0.208007812500 +0.030029296875 +0.081054687500 +0.027343750000 +0.190429687500 +0.034912109375 +0.072265625000 +0.024047851562 +0.051025390625 +0.085937500000 +0.013977050781 +-0.021728515625 +-0.001831054688 +-0.134765625000 +-0.038574218750 +0.079101562500 +0.028442382812 +-0.126953125000 +-0.158203125000 +-0.100097656250 +-0.190429687500 +0.069335937500 +-0.002380371094 +0.050048828125 +0.026123046875 +-0.059082031250 +0.010864257812 +-0.019653320312 +0.022583007812 +-0.159179687500 +-0.125000000000 +0.067382812500 +0.208984375000 +-0.118652343750 +0.135742187500 +-0.060791015625 +0.052978515625 +-0.148437500000 +-0.008789062500 +-0.066406250000 +-0.148437500000 +-0.137695312500 +0.134765625000 +0.026000976562 +-0.165039062500 +-0.145507812500 +0.054931640625 +-0.024169921875 +0.005828857422 +-0.172851562500 +0.021972656250 +-0.047607421875 +0.099609375000 +0.145507812500 +-0.052001953125 +-0.070800781250 +0.039794921875 +0.030883789062 +-0.088378906250 +0.026611328125 +-0.047119140625 +0.013977050781 +-0.006134033203 +-0.074218750000 +-0.170898437500 +0.012573242188 +-0.134765625000 +-0.032470703125 +-0.010192871094 +0.003402709961 +-0.039794921875 +-0.003692626953 +-0.035156250000 +-0.072753906250 +0.056884765625 +-0.051757812500 +-0.015197753906 +0.069335937500 +-0.071289062500 +0.054199218750 +0.015197753906 +-0.077636718750 +-0.017822265625 +-0.046142578125 +-0.116699218750 +0.088867187500 +-0.050781250000 +0.097656250000 +0.031005859375 +0.124511718750 +-0.153320312500 +0.070800781250 +0.066894531250 +0.110351562500 +0.073242187500 +0.081542968750 +-0.068847656250 +0.134765625000 +0.102539062500 +-0.138671875000 +-0.004882812500 +-0.106933593750 +-0.053222656250 +0.027099609375 +-0.101074218750 +0.051025390625 +-0.035644531250 +-0.028198242188 +0.092773437500 +-0.013977050781 +0.156250000000 +-0.038818359375 +-0.044921875000 +0.136718750000 +-0.067382812500 +-0.136718750000 +-0.041015625000 +0.132812500000 +-0.066406250000 +-0.199218750000 +-0.061035156250 +-0.138671875000 +0.107910156250 +0.046875000000 +0.038818359375 +-0.030029296875 +-0.081542968750 +-0.136718750000 +0.030517578125 +-0.029174804688 +0.026611328125 +0.060302734375 +-0.168945312500 +0.036376953125 +0.241210937500 +-0.026611328125 +0.032714843750 +-0.061035156250 +0.026123046875 +-0.150390625000 +0.182617187500 +-0.005706787109 +0.004333496094 +-0.030029296875 +-0.089355468750 +0.101074218750 +-0.106933593750 +-0.053710937500 +-0.131835937500 +-0.082031250000 +-0.120117187500 +0.047607421875 +0.110351562500 +0.137695312500 +-0.024536132812 +0.122070312500 +0.273437500000 +0.003967285156 +-0.094238281250 +-0.093750000000 +-0.094726562500 +-0.091796875000 +-0.103027343750 +0.135742187500 +-0.004058837891 +-0.043945312500 +0.184570312500 +0.042236328125 +-0.039794921875 +0.014892578125 +0.322265625000 +0.135742187500 +-0.204101562500 +-0.183593750000 +0.015747070312 +-0.060546875000 +-0.027587890625 +0.041259765625 +0.065429687500 +-0.117675781250 +0.033691406250 +-0.024047851562 +-0.025146484375 +-0.104492187500 +0.065917968750 +0.011535644531 +-0.070800781250 +-0.039306640625 +0.032470703125 +-0.113281250000 +0.008300781250 +0.138671875000 +-0.030517578125 +-0.059326171875 +0.133789062500 +-0.017089843750 +-0.084472656250 +-0.001159667969 +0.128906250000 +-0.166015625000 +0.052001953125 +-0.033935546875 +0.298828125000 +0.060546875000 +0.380859375000 +0.004882812500 +-0.072265625000 +-0.168945312500 +0.049072265625 +0.263671875000 +0.138671875000 +0.187500000000 +0.257812500000 +-0.206054687500 +-0.015869140625 +0.061035156250 +-0.042968750000 +0.106933593750 +-0.044677734375 +-0.160156250000 +0.200195312500 +0.181640625000 +-0.067382812500 +0.202148437500 +0.078125000000 +-0.129882812500 +-0.170898437500 +-0.021728515625 +-0.013427734375 +0.023803710938 +-0.115722656250 +0.041503906250 +-0.044433593750 +0.132812500000 +-0.119140625000 +-0.052978515625 +-0.032470703125 +0.066406250000 +0.142578125000 +-0.196289062500 +-0.159179687500 +0.134765625000 +0.031005859375 +-0.053710937500 +0.173828125000 +0.058349609375 +0.041992187500 +0.086914062500 +0.110839843750 +0.052001953125 +-0.010437011719 +0.005401611328 +0.030639648438 +0.060546875000 +0.031738281250 +0.133789062500 +-0.038330078125 +0.089355468750 +0.009155273438 +0.018188476562 +0.093261718750 +-0.016479492188 +-0.027587890625 +0.037109375000 +0.019409179688 +0.055175781250 +-0.044189453125 +-0.006225585938 +-0.068359375000 +0.241210937500 +0.030029296875 +0.104980468750 +-0.119140625000 +0.018310546875 +0.111328125000 +0.079589843750 +-0.060058593750 +0.017944335938 +0.072265625000 +0.084472656250 +-0.078613281250 +-0.010803222656 +-0.000587463379 +-0.083496093750 +0.009094238281 +-0.168945312500 +-0.011779785156 +0.058349609375 +-0.030517578125 +0.081054687500 +-0.027832031250 +0.014404296875 +-0.116699218750 +-0.113281250000 +0.154296875000 +0.007568359375 +0.219726562500 +0.078125000000 +0.200195312500 +-0.025878906250 +-0.012939453125 +-0.166015625000 +-0.124511718750 +0.063476562500 +-0.088378906250 +0.004821777344 +-0.041259765625 +-0.006256103516 +0.052001953125 +0.016845703125 +-0.017944335938 +-0.078613281250 +-0.065917968750 +-0.166015625000 +0.007293701172 +0.120117187500 +-0.122558593750 +0.110839843750 +-0.129882812500 +0.053222656250 +-0.072265625000 +0.058593750000 +0.048339843750 +0.007232666016 +-0.079101562500 +0.034423828125 +-0.009460449219 +0.057861328125 +0.060546875000 +-0.084472656250 +0.091308593750 +-0.030151367188 +0.143554687500 +0.098144531250 +-0.176757812500 +0.010253906250 +-0.100097656250 +0.078125000000 +-0.149414062500 +0.033203125000 +-0.038574218750 +0.125000000000 +0.115722656250 +-0.005157470703 +-0.043701171875 +-0.072753906250 +0.103027343750 +0.007629394531 +-0.088867187500 +-0.180664062500 +-0.021972656250 +0.074707031250 +-0.129882812500 +0.113769531250 +0.066894531250 +-0.062500000000 +-0.065429687500 +0.042236328125 +0.086425781250 +-0.176757812500 +0.036865234375 +-0.158203125000 +-0.152343750000 +0.029541015625 +-0.023071289062 +-0.087402343750 +0.062255859375 +-0.178710937500 +-0.113769531250 +-0.221679687500 +-0.023071289062 +0.162109375000 +-0.002014160156 +0.126953125000 +-0.039550781250 +-0.125000000000 +0.049072265625 +0.152343750000 +-0.039550781250 +-0.112792968750 +-0.026855468750 +0.086425781250 +0.147460937500 +-0.010986328125 +0.083007812500 +0.010314941406 +0.119628906250 +-0.150390625000 +-0.134765625000 +0.004547119141 +-0.041259765625 +-0.040527343750 +-0.081054687500 +0.063964843750 +-0.007995605469 +-0.083007812500 +-0.051513671875 +0.078613281250 +-0.046630859375 +-0.063476562500 +0.008605957031 +0.033203125000 +0.090820312500 +0.003509521484 +-0.067382812500 +0.125000000000 +0.036621093750 +0.062500000000 +-0.037109375000 +-0.072265625000 +0.082031250000 +0.098632812500 +-0.052734375000 +-0.051757812500 +-0.055908203125 +0.110351562500 +0.049560546875 +-0.149414062500 +-0.144531250000 +-0.118652343750 +-0.073242187500 +-0.042480468750 +-0.110839843750 +0.005828857422 +-0.132812500000 +-0.008239746094 +0.021728515625 +0.110351562500 +-0.178710937500 +-0.025146484375 +0.013793945312 +0.132812500000 +-0.138671875000 +-0.161132812500 +-0.016601562500 +-0.210937500000 +0.139648437500 +-0.008544921875 +-0.066894531250 +-0.206054687500 +0.034667968750 +0.056152343750 +-0.077636718750 +0.048339843750 +-0.056396484375 +0.017578125000 +0.107421875000 +0.099121093750 +0.017089843750 +-0.071289062500 +-0.056884765625 +-0.025634765625 +-0.144531250000 +-0.072753906250 +-0.031982421875 +-0.022338867188 +0.033203125000 +0.137695312500 +0.082519531250 +0.062011718750 +0.135742187500 +0.269531250000 +0.074218750000 +0.100097656250 +0.062255859375 +0.058105468750 +0.015014648438 +0.006958007812 +-0.013122558594 +0.073730468750 +-0.160156250000 +-0.111328125000 +-0.015625000000 +0.186523437500 +0.034667968750 +0.117187500000 +-0.148437500000 +-0.032226562500 +-0.184570312500 +-0.035644531250 +0.002822875977 +-0.007263183594 +0.090332031250 +0.051025390625 +-0.021972656250 +-0.000682830811 +0.077636718750 +-0.092285156250 +-0.148437500000 +-0.022094726562 +0.027099609375 +0.056640625000 +-0.111816406250 +-0.071289062500 +-0.202148437500 +-0.052001953125 +0.010375976562 +0.049316406250 +-0.210937500000 +0.088867187500 +0.101074218750 +-0.079589843750 +-0.085449218750 +-0.045654296875 +0.322265625000 +-0.081054687500 +0.015319824219 +-0.098144531250 +-0.036621093750 +0.066406250000 +-0.050537109375 +-0.025512695312 +0.030761718750 +-0.181640625000 +0.152343750000 +-0.065429687500 +0.101562500000 +0.166015625000 +0.052978515625 +0.031250000000 +0.099121093750 +0.031127929688 +0.034423828125 +0.213867187500 +0.126953125000 +-0.279296875000 +-0.166992187500 +0.170898437500 +-0.077636718750 +-0.053710937500 +0.166015625000 +0.152343750000 +-0.218750000000 +-0.119628906250 +-0.137695312500 +-0.052001953125 +0.333984375000 +-0.050048828125 +-0.055908203125 +0.058105468750 +-0.149414062500 +0.216796875000 +-0.066406250000 +0.067871093750 +-0.050537109375 +-0.063964843750 +-0.089355468750 +-0.002731323242 +0.114746093750 +-0.170898437500 +0.144531250000 +-0.008300781250 +-0.168945312500 +0.076171875000 +0.033447265625 +0.059570312500 +0.036132812500 +0.012817382812 +-0.117675781250 +0.158203125000 +-0.000028610229 +0.027465820312 +0.162109375000 +-0.056640625000 +-0.115722656250 +0.054443359375 +0.117675781250 +-0.123046875000 +0.159179687500 +-0.153320312500 +0.088378906250 +0.058105468750 +-0.018066406250 +-0.021362304688 +-0.159179687500 +-0.185546875000 +-0.308593750000 +0.049560546875 +-0.089355468750 +0.269531250000 +-0.055908203125 +-0.089843750000 +-0.156250000000 +-0.028808593750 +0.135742187500 +-0.103027343750 +-0.009521484375 +-0.115722656250 +0.055419921875 +0.131835937500 +-0.012756347656 +-0.119628906250 +0.059814453125 +-0.027099609375 +-0.042236328125 +0.010559082031 +0.043701171875 +0.127929687500 +-0.107910156250 +0.036132812500 +0.089843750000 +0.132812500000 +0.124511718750 +0.020019531250 +-0.165039062500 +0.115234375000 +0.094726562500 +0.068359375000 +-0.117675781250 +0.178710937500 +0.041748046875 +0.174804687500 +-0.053222656250 +0.087890625000 +0.158203125000 +-0.072265625000 +-0.106445312500 +0.002319335938 +0.033447265625 +-0.162109375000 +0.039306640625 +0.074218750000 +0.107421875000 +0.002410888672 +-0.064453125000 +-0.129882812500 +-0.055664062500 +0.160156250000 +-0.030883789062 +-0.085937500000 +0.029907226562 +-0.199218750000 +-0.058105468750 +0.081542968750 +0.184570312500 +-0.108886718750 +0.003234863281 +0.040771484375 +-0.011962890625 +-0.035644531250 +0.176757812500 +-0.013122558594 +0.000751495361 +-0.003936767578 +0.075195312500 +-0.037597656250 +-0.111328125000 +0.043212890625 +0.062011718750 +0.066894531250 +0.133789062500 +-0.002944946289 +0.055664062500 +0.088867187500 +-0.088378906250 +-0.041015625000 +0.007263183594 +0.108398437500 +-0.164062500000 +-0.149414062500 +-0.114257812500 +0.117675781250 +0.098144531250 +0.202148437500 +-0.012145996094 +-0.047851562500 +-0.069335937500 +-0.102050781250 +0.012939453125 +-0.010864257812 +-0.032470703125 +0.081054687500 +0.034912109375 +0.208984375000 +-0.007537841797 +0.240234375000 +0.076660156250 +0.087402343750 +0.183593750000 +0.022583007812 +-0.023803710938 +0.106445312500 +0.013244628906 +0.084960937500 +-0.131835937500 +-0.171875000000 +-0.058593750000 +0.004211425781 +-0.139648437500 +0.009887695312 +0.173828125000 +-0.004821777344 +-0.029785156250 +0.053222656250 +0.129882812500 +-0.106933593750 +-0.012268066406 +0.034912109375 +0.005828857422 +-0.021850585938 +0.107910156250 +-0.107910156250 +0.060302734375 +0.080566406250 +0.008300781250 +0.145507812500 +0.129882812500 +0.031494140625 +-0.179687500000 +0.176757812500 +-0.176757812500 +-0.141601562500 +-0.142578125000 +-0.071289062500 +0.263671875000 +0.005828857422 +0.071289062500 +-0.025268554688 +0.135742187500 +-0.058349609375 +-0.151367187500 +0.013488769531 +0.213867187500 +-0.062500000000 +0.235351562500 +0.044677734375 +-0.113769531250 +0.088867187500 +0.050537109375 +0.042724609375 +-0.014465332031 +-0.107421875000 +0.147460937500 +0.005157470703 +-0.096191406250 +0.141601562500 +-0.097167968750 +-0.072265625000 +-0.024047851562 +-0.120117187500 +-0.018066406250 +-0.075195312500 +-0.054931640625 +0.114257812500 +-0.033447265625 +0.021606445312 +-0.031250000000 +0.095214843750 +0.052246093750 +-0.202148437500 +-0.109863281250 +0.061279296875 +-0.069335937500 +0.057373046875 +-0.111816406250 +0.161132812500 +0.102539062500 +-0.151367187500 +-0.084472656250 +0.099121093750 +0.008300781250 +0.112792968750 +0.127929687500 +0.055908203125 +-0.125976562500 +0.144531250000 +-0.033935546875 +0.117187500000 +-0.104980468750 +0.208984375000 +0.103515625000 +0.076171875000 +0.192382812500 +-0.041992187500 +0.152343750000 +-0.068847656250 +0.133789062500 +-0.084472656250 +-0.378906250000 +-0.127929687500 +0.073242187500 +0.073242187500 +0.077636718750 +0.079589843750 +0.032958984375 +0.111816406250 +0.209960937500 +0.226562500000 +-0.036865234375 +-0.015625000000 +-0.069824218750 +-0.197265625000 +0.043945312500 +-0.121582031250 +0.133789062500 +0.162109375000 +-0.119628906250 +-0.328125000000 +-0.099121093750 +-0.125976562500 +-0.037109375000 +-0.292968750000 +-0.082519531250 +-0.149414062500 +-0.083496093750 +0.054931640625 +0.024536132812 +0.036132812500 +-0.031127929688 +0.118164062500 +0.072265625000 +-0.094726562500 +-0.028320312500 +-0.118164062500 +0.047119140625 +0.115722656250 +0.007629394531 +-0.034179687500 +-0.159179687500 +-0.044921875000 +-0.077148437500 +0.104003906250 +0.048095703125 +0.082031250000 +0.021240234375 +-0.121093750000 +-0.104003906250 +0.105468750000 +0.022827148438 +0.019531250000 +-0.129882812500 +-0.055664062500 +-0.039062500000 +0.040771484375 +-0.250000000000 +0.103515625000 +-0.332031250000 +-0.002700805664 +-0.144531250000 +0.112792968750 +-0.068847656250 +0.012023925781 +-0.055419921875 +0.036132812500 +0.369140625000 +0.031127929688 +0.022460937500 +-0.012878417969 +0.187500000000 +0.151367187500 +0.014831542969 +-0.117675781250 +0.103027343750 +-0.153320312500 +-0.067871093750 +-0.019653320312 +0.197265625000 +0.178710937500 +0.125000000000 +-0.016723632812 +-0.127929687500 +-0.155273437500 +0.046875000000 +0.041015625000 +-0.022216796875 +-0.101074218750 +0.192382812500 +0.089355468750 +-0.023437500000 +0.363281250000 +0.084472656250 +0.083007812500 +-0.042724609375 +-0.028076171875 +-0.117187500000 +0.097167968750 +-0.046630859375 +-0.093261718750 +0.005798339844 +0.013793945312 +-0.077636718750 +0.019042968750 +-0.029907226562 +-0.008300781250 +0.135742187500 +0.021362304688 +-0.116699218750 +-0.116210937500 +-0.125000000000 +-0.016113281250 +0.121582031250 +0.038574218750 +-0.038330078125 +0.324218750000 +0.052001953125 +0.134765625000 +-0.067871093750 +0.225585937500 +-0.082519531250 +0.202148437500 +0.065429687500 +-0.000025629997 +0.111816406250 +0.122070312500 +0.261718750000 +0.248046875000 +0.078613281250 +0.173828125000 +0.180664062500 +0.041259765625 +0.138671875000 +0.149414062500 +-0.125976562500 +0.078613281250 +-0.070800781250 +0.171875000000 +-0.071289062500 +0.005187988281 +0.091796875000 +0.107910156250 +0.150390625000 +0.153320312500 +0.092773437500 +0.106933593750 +0.084472656250 +0.044921875000 +-0.197265625000 +0.269531250000 +-0.018798828125 +-0.300781250000 +0.126953125000 +-0.047607421875 +0.111328125000 +0.018920898438 +0.104492187500 +0.167968750000 +-0.131835937500 +0.062500000000 +-0.046630859375 +0.008666992188 +0.314453125000 +0.054931640625 +-0.037597656250 +0.134765625000 +0.018188476562 +-0.058837890625 +-0.074218750000 +0.071289062500 +-0.040771484375 +-0.005279541016 +-0.078613281250 +0.003936767578 +0.102539062500 +0.199218750000 +0.073242187500 +0.045166015625 +0.021606445312 +0.092773437500 +-0.114257812500 +0.001777648926 +-0.002319335938 +0.110839843750 +0.070800781250 +0.174804687500 +-0.048828125000 +0.020751953125 +-0.099609375000 +-0.030273437500 +0.018310546875 +-0.019042968750 +0.079101562500 +-0.093750000000 +-0.008300781250 +0.119140625000 +0.185546875000 +-0.070312500000 +0.113281250000 +0.114257812500 +0.029907226562 +0.021362304688 +0.060302734375 +0.128906250000 +0.069824218750 +0.066406250000 +0.082031250000 +0.205078125000 +0.187500000000 +0.166015625000 +0.208984375000 +0.116699218750 +-0.014770507812 +-0.046630859375 +0.125000000000 +0.054687500000 +0.076171875000 +-0.089355468750 +-0.094238281250 +0.149414062500 +0.127929687500 +0.114746093750 +-0.023437500000 +0.011718750000 +-0.079589843750 +0.085449218750 +-0.014709472656 +0.065429687500 +0.106445312500 +0.075195312500 +-0.019287109375 +0.040771484375 +0.222656250000 +-0.010253906250 +0.135742187500 +0.084960937500 +0.125000000000 +-0.020629882812 +-0.005004882812 +-0.053955078125 +0.028564453125 +0.098144531250 +0.180664062500 +0.057128906250 +0.016845703125 +0.163085937500 +0.247070312500 +0.231445312500 +0.026367187500 +0.104003906250 +0.017089843750 +-0.032714843750 +-0.142578125000 +0.011840820312 +0.031738281250 +-0.125976562500 +0.192382812500 +-0.200195312500 +-0.119140625000 +0.149414062500 +-0.014648437500 +0.002929687500 +-0.122070312500 +-0.021728515625 +-0.031494140625 +-0.101074218750 +-0.117675781250 +0.042480468750 +-0.125000000000 +0.145507812500 +0.038330078125 +-0.082031250000 +0.162109375000 +0.058593750000 +0.090820312500 +-0.086914062500 +0.128906250000 +-0.020019531250 +-0.078613281250 +0.136718750000 +0.010192871094 +-0.075683593750 +0.118652343750 +-0.032226562500 +0.154296875000 +0.107910156250 +0.064453125000 +0.004364013672 +-0.132812500000 +0.037841796875 +-0.145507812500 +-0.099121093750 +0.047607421875 +0.015991210938 +-0.138671875000 +0.069824218750 +0.032470703125 +-0.105957031250 +-0.055419921875 +0.032714843750 +0.099609375000 +-0.104980468750 +0.110351562500 +-0.026855468750 +0.154296875000 +-0.101074218750 +0.033447265625 +-0.015991210938 +-0.057861328125 +-0.075195312500 +-0.035156250000 +-0.191406250000 +0.097167968750 +-0.092285156250 +-0.019775390625 +0.058349609375 +-0.091796875000 +0.093750000000 +0.061035156250 +0.029663085938 +0.049072265625 +-0.070312500000 +0.066406250000 +-0.035644531250 +-0.104003906250 +0.076660156250 +-0.162109375000 +0.110351562500 +-0.056884765625 +-0.161132812500 +-0.116210937500 +-0.029418945312 +-0.039794921875 +0.154296875000 +-0.048828125000 +0.079589843750 +-0.054443359375 +0.036621093750 +0.247070312500 +0.024536132812 +-0.128906250000 +-0.021118164062 +-0.205078125000 +-0.022949218750 +-0.062255859375 +0.055664062500 +-0.071289062500 +0.082519531250 +0.083496093750 +0.056152343750 +0.049804687500 +-0.113769531250 +-0.060302734375 +0.039550781250 +0.053222656250 +-0.089355468750 +0.014892578125 +-0.001899719238 +-0.005096435547 +-0.013183593750 +0.188476562500 +-0.209960937500 +0.019897460938 +0.064453125000 +0.068847656250 +0.037109375000 +-0.068847656250 +-0.174804687500 +0.029174804688 +-0.044921875000 +0.065917968750 +-0.059082031250 +0.090820312500 +-0.080078125000 +-0.057617187500 +0.263671875000 +0.231445312500 +0.073730468750 +-0.069335937500 +-0.086425781250 +0.102539062500 +0.094726562500 +-0.045410156250 +0.181640625000 +-0.161132812500 +0.005401611328 +-0.023803710938 +0.045654296875 +-0.059570312500 +-0.099121093750 +-0.029663085938 +0.057373046875 +0.257812500000 +0.304687500000 +0.208984375000 +0.165039062500 +0.139648437500 +-0.096679687500 +-0.109863281250 +0.070312500000 +-0.144531250000 +0.101074218750 +0.144531250000 +0.130859375000 +-0.114257812500 +0.048095703125 +-0.006652832031 +0.010253906250 +0.062255859375 +0.192382812500 +0.196289062500 +-0.107421875000 +-0.047851562500 +0.010986328125 +0.175781250000 +0.014526367188 +0.009643554688 +-0.171875000000 +0.038574218750 +-0.203125000000 +0.105957031250 +0.138671875000 +-0.112304687500 +0.182617187500 +-0.089843750000 +0.176757812500 +-0.117187500000 +-0.034912109375 +-0.011352539062 +-0.041259765625 +0.182617187500 +0.111816406250 +0.051269531250 +0.006378173828 +0.050048828125 +-0.036621093750 +-0.146484375000 +0.302734375000 +-0.073242187500 +-0.148437500000 +0.000804901123 +0.107421875000 +-0.087402343750 +-0.064453125000 +-0.080078125000 +0.055419921875 +0.036376953125 +0.076171875000 +0.055664062500 +0.064453125000 +0.216796875000 +-0.060546875000 +-0.086425781250 +-0.028564453125 +-0.117675781250 +0.207031250000 +0.136718750000 +-0.031738281250 +-0.041015625000 +-0.124511718750 +0.165039062500 +-0.100585937500 +-0.251953125000 +0.300781250000 +0.182617187500 +-0.079589843750 +-0.087890625000 +-0.104492187500 +0.134765625000 +0.220703125000 +-0.063476562500 +-0.058349609375 +0.192382812500 +-0.059570312500 +0.055175781250 +0.024047851562 +0.043701171875 +0.219726562500 +0.024658203125 +0.061523437500 +-0.094238281250 +0.088378906250 +0.009765625000 +-0.045166015625 +0.028808593750 +-0.056640625000 +-0.016967773438 +0.030517578125 +-0.124023437500 +-0.017822265625 +-0.064453125000 +0.033691406250 +0.071777343750 +0.103515625000 +0.103027343750 +-0.052734375000 +0.185546875000 +-0.082031250000 +-0.087402343750 +0.024291992188 +0.025634765625 +0.132812500000 +0.069824218750 +-0.185546875000 +0.148437500000 +0.092773437500 +-0.072265625000 +-0.069335937500 +0.020996093750 +0.063964843750 +0.025268554688 +0.055664062500 +0.097167968750 +-0.020874023438 +0.043457031250 +0.034667968750 +0.043212890625 +-0.021850585938 +0.075683593750 +-0.011901855469 +0.132812500000 +0.036865234375 +-0.028076171875 +0.063476562500 +0.124511718750 +-0.223632812500 +0.185546875000 +0.020874023438 +0.009094238281 +0.098144531250 +-0.034423828125 +0.041503906250 +-0.022338867188 +0.050781250000 +0.044433593750 +-0.031494140625 +0.082031250000 +0.057373046875 +0.013732910156 +0.053466796875 +-0.051025390625 +-0.073730468750 +-0.031494140625 +0.132812500000 +0.096679687500 +-0.129882812500 +-0.172851562500 +-0.023559570312 +-0.161132812500 +0.061279296875 +0.151367187500 +-0.144531250000 +0.208984375000 +-0.098632812500 +-0.045654296875 +-0.093750000000 +0.018066406250 +-0.032470703125 +-0.034179687500 +0.088867187500 +0.020629882812 +0.030273437500 +-0.126953125000 +0.109375000000 +-0.133789062500 +0.029174804688 +0.011718750000 +0.047851562500 +0.047607421875 +-0.097656250000 +-0.016113281250 +-0.091796875000 +-0.111328125000 +0.051513671875 +0.021240234375 +-0.104980468750 +0.017333984375 +0.095214843750 +0.149414062500 +0.257812500000 +0.007568359375 +0.054687500000 +0.013549804688 +0.033691406250 +0.145507812500 +0.028198242188 +-0.199218750000 +-0.094238281250 +0.082519531250 +-0.198242187500 +0.069824218750 +-0.068359375000 +0.074707031250 +-0.022338867188 +0.023437500000 +0.037841796875 +0.033203125000 +-0.010742187500 +0.034667968750 +0.108398437500 +0.083496093750 +0.026733398438 +-0.017211914062 +0.279296875000 +0.104492187500 +-0.080078125000 +-0.047363281250 +-0.020996093750 +-0.057617187500 +0.033203125000 +-0.055908203125 +-0.008789062500 +0.160156250000 +-0.053955078125 +-0.024169921875 +-0.159179687500 +-0.043701171875 +0.148437500000 +0.199218750000 +0.080078125000 +-0.092773437500 +0.082031250000 +0.059326171875 +0.063964843750 +-0.022216796875 +0.170898437500 +0.006286621094 +0.097656250000 +0.170898437500 +0.105957031250 +-0.014526367188 +-0.172851562500 +-0.071289062500 +-0.037109375000 +0.103027343750 +0.021606445312 +-0.133789062500 +0.152343750000 +0.111328125000 +0.022338867188 +0.028808593750 +-0.070800781250 +-0.011779785156 +0.171875000000 +0.066406250000 +-0.033935546875 +0.085449218750 +0.013854980469 +0.030273437500 +0.076660156250 +-0.195312500000 +-0.119628906250 +-0.075195312500 +0.146484375000 +0.040283203125 +0.075683593750 +-0.025756835938 +0.128906250000 +-0.003555297852 +0.056152343750 +-0.012023925781 +-0.136718750000 +0.109863281250 +0.072265625000 +-0.007720947266 +0.071289062500 +-0.041015625000 +-0.023071289062 +0.234375000000 +-0.152343750000 +-0.034912109375 +-0.069824218750 +-0.073242187500 +0.141601562500 +0.096679687500 +-0.156250000000 +0.074707031250 +-0.088867187500 +-0.115722656250 +-0.050048828125 +0.065917968750 +0.150390625000 +-0.079101562500 +-0.049804687500 +-0.078613281250 +0.009338378906 +-0.013427734375 +-0.085449218750 +-0.008361816406 +-0.117675781250 +-0.007690429688 +0.003997802734 +-0.002700805664 +-0.068847656250 +-0.023681640625 +-0.022583007812 +-0.102050781250 +-0.051513671875 +0.095214843750 +-0.144531250000 +-0.099121093750 +0.121093750000 +0.059326171875 +-0.084960937500 +0.118164062500 +-0.172851562500 +0.062988281250 +-0.001136779785 +-0.070800781250 +0.023925781250 +0.051757812500 +0.001091003418 +0.033447265625 +-0.125976562500 +-0.006072998047 +-0.023681640625 +0.022338867188 +0.132812500000 +0.049804687500 +-0.132812500000 +-0.049072265625 +0.041015625000 +-0.078613281250 +0.015502929688 +-0.134765625000 +0.006439208984 +0.121582031250 +-0.081542968750 +-0.043945312500 +-0.015319824219 +0.030029296875 +0.080078125000 +-0.009277343750 +-0.004180908203 +0.085937500000 +-0.045654296875 +0.059082031250 +0.020874023438 +-0.066894531250 +-0.111328125000 +-0.101562500000 +0.012023925781 +-0.093261718750 +-0.052490234375 +0.063964843750 +-0.041259765625 +-0.020874023438 +-0.044921875000 +0.026733398438 +-0.085449218750 +0.091796875000 +0.023315429688 +0.014648437500 +0.003479003906 +-0.025878906250 +-0.005462646484 +0.138671875000 +0.169921875000 +0.101074218750 +-0.084472656250 diff --git a/AI_Engine_Development/AIE-MLv2/Design_Tutorials/01-Radio-ML/aie/dense_w17_methodA/dense2_model.m b/AI_Engine_Development/AIE-MLv2/Design_Tutorials/01-Radio-ML/aie/dense_w17_methodA/dense2_model.m new file mode 100644 index 0000000000..8cb617586b --- /dev/null +++ b/AI_Engine_Development/AIE-MLv2/Design_Tutorials/01-Radio-ML/aie/dense_w17_methodA/dense2_model.m @@ -0,0 +1,43 @@ +% +% Copyright (C) 2024, Advanced Micro Devices, Inc. All rights reserved. +% SPDX-License-Identifier: MIT +% +% Author: Faisal El-Shabani +%% +formatSpec = '%f'; +fileID = fopen('data/data_i.txt','r'); +data_i = fscanf(fileID,formatSpec); +fclose(fileID); +NITER = length(data_i)/128; +data_i = reshape(data_i,128,NITER); + +dense2_golden_output = zeros(128,NITER); +fileID = fopen('data/data_o.txt','r'); +dense2_golden_output = reshape(fscanf(fileID,formatSpec),size(dense2_golden_output)); +fclose(fileID); + + +fileID = fopen('w17_weights_trained.txt','r'); +weights = fscanf(fileID,formatSpec); +fclose(fileID); +weights = reshape(weights,128,128); +fileID = fopen('w17_bias_trained.txt','r'); +biases = fscanf(fileID,formatSpec); +fclose(fileID); +%% +dense2_actual_output = zeros(128,NITER); +for j=1:NITER + dense2_actual_output(:,j) = selu(weights*data_i(:,j)+biases); +end +figure(1);plot(dense2_actual_output(:));hold on;plot(dense2_golden_output(:));hold off;legend('Actual','Golden');grid on; +figure(2);plot(reshape(dense2_actual_output,1,[])-reshape(dense2_golden_output,1,[]));grid on;title('error'); +error = max(abs(reshape(dense2_actual_output,1,[])-reshape(dense2_golden_output,1,[]))) + +function [sig_o] = selu(sig_i) + idx_p = find(sig_i > 0); + idx_n = find(sig_i <= 0); + sig_o = zeros(size(sig_i)); + sig_o(idx_p) = 1.05070098*sig_i(idx_p); + sig_o(idx_n) = 1.05070098*1.67326324*(exp(sig_i(idx_n))-1); + sig_o = varray.bfloat16(sig_o); +end \ No newline at end of file diff --git a/AI_Engine_Development/AIE-MLv2/Design_Tutorials/01-Radio-ML/aie/dense_w17_methodA/dense_w17.cpp b/AI_Engine_Development/AIE-MLv2/Design_Tutorials/01-Radio-ML/aie/dense_w17_methodA/dense_w17.cpp new file mode 100755 index 0000000000..8d4dc5a5d3 --- /dev/null +++ b/AI_Engine_Development/AIE-MLv2/Design_Tutorials/01-Radio-ML/aie/dense_w17_methodA/dense_w17.cpp @@ -0,0 +1,127 @@ + + +// +// Copyright (C) 2025, Advanced Micro Devices, Inc. All rights reserved. +// SPDX-License-Identifier: MIT +// +// Author: Chandra Sekar Balakrishnan + +#include +#include +#include +#include "dense_w17.h" + + +// ------------------------------------------------------------ +// Constructor +// ------------------------------------------------------------ + +template +dense_w17::dense_w17(void) +{ + aie::set_rounding(aie::rounding_mode::symmetric_inf); + aie::set_saturation(aie::saturation_mode::saturate); +} +// ------------------------------------------------------------ +// SeLu +// ------------------------------------------------------------ + +template +aie::vector::TT_DATA,64> dense_w17::SeLu( aie::vector data ) +{ + aie::accum accB; + accB.from_vector(aie::broadcast(exp_B)); + + // Compute 'pos': + auto pos = aie::mul(data,Cpos).to_vector(); + + // Compute 'neg' -- first part is exp(x) approximation + auto data_t = (aie::mac(accB,data,exp_S)).to_vector(); + // Integer values should be in the range [0,16256], find outliers and set to zero: + aie::vector exp_i = aie::to_fixed(data_t,0); + aie::mask<64> msk_neg = aie::lt(exp_i,int16(0)); + aie::vector exp_bnd = aie::select(exp_i, aie::zeros(), msk_neg); + aie::mask<64> msk_pos = aie::gt(exp_bnd, int16(16256)); + exp_bnd = aie::select(exp_bnd, aie::zeros(), msk_pos); + auto neg_tmp = exp_bnd.cast_to(); + + // Compute 'neg' -- second part is remaining math + auto neg = (aie::mul(aie::sub(neg_tmp,TT_DATA(1.0f)),Cneg)).to_vector(); + + // Select between 'pos' and 'neg': + return aie::select(pos,neg,aie::le(data,aie::broadcast(0.0f))); +} + +// ------------------------------------------------------------ +// Run +// ------------------------------------------------------------ + +template +void dense_w17::run( input_buffer& __restrict data_i, + const TT_DATA (&weights)[NWEIGHTS], + const TT_DATA (&biases)[NBIASES], + output_buffer& __restrict data_o) +{ + + aie::vector v_reg0 = aie::zeros(); + aie::vector v_reg1 = aie::zeros(); + aie::vector bias_reg = aie::zeros(); + + aie::accum acc_reg0, acc_reg1; + + auto p_data_o = aie::begin_restrict_vector<64>(data_o); + + auto p_biases = aie::begin_restrict_vector<64>(biases); + // auto p_biases = aie::begin_restrict_vector<16>(biases); + + auto p_weights = aie::begin_restrict_vector<64>(weights); + + auto p_data = aie::begin_restrict_vector<64>(data_i); + auto data_0 = *p_data++; + auto data_1 = *p_data; + + // Total of 128 nodes + // First - 64 nodes ouptut + for ( unsigned n=0; n < 64; n++) + chess_loop_range(64,) + chess_prepare_for_pipelining + { + // First 64 samples computation - node (n) For example - Node 0 in first loop + acc_reg0 = mul_elem_64(data_0, *p_weights++); + + acc_reg0 = mac_elem_64(data_1, *p_weights++, acc_reg0); // Next 64 samples - First node0 computation done (128 samples processed for Node0) in loop 0 + + v_reg0.set(aie::reduce_add(acc_reg0.to_vector()),n); + + } + + // Last - 64 nodes output + for ( unsigned n=0; n < 64; n++) + chess_loop_range(64,) + chess_prepare_for_pipelining + { + acc_reg1 = mul_elem_64(data_0, *p_weights++); + + acc_reg1 = mac_elem_64(data_1, *p_weights++, acc_reg1); + + v_reg1.set(aie::reduce_add(acc_reg1.to_vector()),n); + } + + bias_reg = *p_biases++; + + // First - 64 nodes + // Add accumulated data with bias + auto add_bias0 = aie::add(v_reg0,bias_reg); + + // Call SELU function - First 64 nodes donw with SELU + *p_data_o++ = SeLu(add_bias0); + + bias_reg = *p_biases; + // Last - 64 nodes + // Add accumulated data with bias + auto add_bias1 = aie::add(v_reg1,bias_reg); + + // Call SELU function - - Last 64 nodes donw with SELU + *p_data_o++ = SeLu(add_bias1); + +} \ No newline at end of file diff --git a/AI_Engine_Development/AIE-MLv2/Design_Tutorials/01-Radio-ML/aie/dense_w17_methodA/dense_w17.h b/AI_Engine_Development/AIE-MLv2/Design_Tutorials/01-Radio-ML/aie/dense_w17_methodA/dense_w17.h new file mode 100755 index 0000000000..a602e08e12 --- /dev/null +++ b/AI_Engine_Development/AIE-MLv2/Design_Tutorials/01-Radio-ML/aie/dense_w17_methodA/dense_w17.h @@ -0,0 +1,45 @@ +// +// Copyright (C) 2025, Advanced Micro Devices, Inc. All rights reserved. +// SPDX-License-Identifier: MIT +// +// Author: Chandra Sekar Balakrishnan + +#pragma once + +#include +#include + +using namespace adf; + +template +class dense_w17 { +public: + typedef bfloat16 TT_DATA; + + // SeLu Parameters + const TT_DATA exp_S = 185.0f; + const float exp_B = 16256.0f; + const TT_DATA Cpos = 1.0507f; + const TT_DATA Cneg = 1.7581f; + +private: + +public: + // SeLu + aie::vector SeLu( aie::vector data); + + // Constructor: + dense_w17( void ); + + // Run: + void run( input_buffer& __restrict data_i, + const TT_DATA (&weights)[NWEIGHTS], + const TT_DATA (&biases)[NBIASES], + output_buffer& __restrict data_o); + + static void registerKernelClass( void ) + { + REGISTER_FUNCTION( dense_w17::run ); + } +}; + diff --git a/AI_Engine_Development/AIE-MLv2/Design_Tutorials/01-Radio-ML/aie/dense_w17_methodA/dense_w17_app.cpp b/AI_Engine_Development/AIE-MLv2/Design_Tutorials/01-Radio-ML/aie/dense_w17_methodA/dense_w17_app.cpp new file mode 100755 index 0000000000..dfaf30132a --- /dev/null +++ b/AI_Engine_Development/AIE-MLv2/Design_Tutorials/01-Radio-ML/aie/dense_w17_methodA/dense_w17_app.cpp @@ -0,0 +1,58 @@ +// +// Copyright (C) 2024, Advanced Micro Devices, Inc. All rights reserved. +// SPDX-License-Identifier: MIT +// +// Author: Chandra Sekar Balakrishnan + +#include +#include +#include "dense_w17_graph.h" +#include "read_file.h" + +class dut_graph : public graph { +public: + dense_w17_graph dut; + input_plio data_i; + output_plio data_o; + port weights; + port biases; + + dut_graph( void ) + { + data_i = input_plio::create("PLIO_iq_0",plio_64_bits,"data/data_i.txt"); + //weights = input_plio::create("PLIO_weights_1",plio_64_bits,"data/weights.txt"); + //biases = input_plio::create("PLIO_biases_2",plio_64_bits,"data/biases.txt"); + + connect<>(data_i.out[0],dut.data_i); + + connect<>(weights,dut.weights); + connect<>(biases,dut.biases); + + data_o = output_plio::create("PLIO_o_0",plio_64_bits,"data/data_o.txt"); + connect<>(dut.data_o,data_o.in[0]); + } +}; + +// Instantiate AIE graph: +dut_graph aie_dut; + +bfloat16 weights_array[16384]; +bfloat16 biases_array[128]; + +// Initialize and run the graph: +int main(void) +{ + aie_dut.init(); + + // Read layer RTPs + read_file("data/weights-rtp.txt",weights_array); + read_file ("data/biases-rtp.txt", biases_array); + + aie_dut.update(aie_dut.weights,weights_array,16384); + aie_dut.update(aie_dut.biases,biases_array,128); + + aie_dut.run(4); + aie_dut.end(); + + return 0; +} diff --git a/AI_Engine_Development/AIE-MLv2/Design_Tutorials/01-Radio-ML/aie/dense_w17_methodA/dense_w17_graph.h b/AI_Engine_Development/AIE-MLv2/Design_Tutorials/01-Radio-ML/aie/dense_w17_methodA/dense_w17_graph.h new file mode 100755 index 0000000000..2f5f5d4fbc --- /dev/null +++ b/AI_Engine_Development/AIE-MLv2/Design_Tutorials/01-Radio-ML/aie/dense_w17_methodA/dense_w17_graph.h @@ -0,0 +1,56 @@ +// +// Copyright (C) 2025, Advanced Micro Devices, Inc. All rights reserved. +// SPDX-License-Identifier: MIT +// +// Author: Chandra Sekar Balakrishnan + +#pragma once + +#include +#include "dense_w17.h" + +using namespace adf; + +// ------------------------------------------------------------ +// Top Level Graph +// ------------------------------------------------------------ + +class dense_w17_graph : public graph { +public: + // Declare Kernels + kernel kk; + + // Declare IOs + port data_i; + port data_o; + + port weights; + port biases; + + static constexpr unsigned NSAMP = 128; // 128 I/Q samples + static constexpr unsigned NNODES = 128; // 128 nodes + static constexpr unsigned NBIASES = NNODES; // 128 nodes + static constexpr unsigned NWEIGHTS = NSAMP*NNODES; // KERNEL_SIZE*2*NNODES; // KERNEL_SIZE=7, I/Q paths, 64 nodes + + dense_w17_graph( void ) + { + + kk = kernel::create_object>(); + source(kk) = "dense_w17.cpp"; + runtime(kk) = 0.9; + repetition_count(kk) = 1; + + single_buffer(kk.in[1]); + single_buffer(kk.in[2]); + + // Connect inputs: + connect<> ( data_i, kk.in[0] ); dimensions(kk.in[0]) = {NNODES}; + connect ( weights, async(kk.in[1]) ); + connect ( biases, async(kk.in[2]) ); + + // Connect outputs: + connect<> ( kk.out[0], data_o ); dimensions(kk.out[0]) = {NNODES}; + + } +}; + diff --git a/AI_Engine_Development/AIE-MLv2/Design_Tutorials/01-Radio-ML/aie/dense_w17_methodA/gen_vectors.ipynb b/AI_Engine_Development/AIE-MLv2/Design_Tutorials/01-Radio-ML/aie/dense_w17_methodA/gen_vectors.ipynb new file mode 100755 index 0000000000..88c2b5fb5a --- /dev/null +++ b/AI_Engine_Development/AIE-MLv2/Design_Tutorials/01-Radio-ML/aie/dense_w17_methodA/gen_vectors.ipynb @@ -0,0 +1,681 @@ +{ + "cells": [ + { + "cell_type": "markdown", + "id": "bcdf2452-4c3b-4ce0-b019-cbe980967a1c", + "metadata": {}, + "source": [ + "# Testbench for `dense2()`" + ] + }, + { + "cell_type": "code", + "execution_count": 1, + "id": "946f566a-c3f6-446f-aeb6-cb0055910900", + "metadata": {}, + "outputs": [], + "source": [ + "#\n", + "# Copyright (C) 2024, Advanced Micro Devices, Inc. All rights reserved.\n", + "# SPDX-License-Identifier: MIT\n", + "#\n", + "# Author: Chandra Sekar Balakrishnan" + ] + }, + { + "cell_type": "code", + "execution_count": 2, + "id": "934e0796-0306-4ce9-9a92-598027c75f38", + "metadata": {}, + "outputs": [ + { + "name": "stderr", + "output_type": "stream", + "text": [ + "2025-09-22 13:23:04.484684: I external/local_xla/xla/tsl/cuda/cudart_stub.cc:32] Could not find cuda drivers on your machine, GPU will not be used.\n", + "2025-09-22 13:23:04.488956: I external/local_xla/xla/tsl/cuda/cudart_stub.cc:32] Could not find cuda drivers on your machine, GPU will not be used.\n", + "2025-09-22 13:23:04.498253: E external/local_xla/xla/stream_executor/cuda/cuda_fft.cc:467] Unable to register cuFFT factory: Attempting to register factory for plugin cuFFT when one has already been registered\n", + "WARNING: All log messages before absl::InitializeLog() is called are written to STDERR\n", + "E0000 00:00:1758568984.512953 2362566 cuda_dnn.cc:8579] Unable to register cuDNN factory: Attempting to register factory for plugin cuDNN when one has already been registered\n", + "E0000 00:00:1758568984.517112 2362566 cuda_blas.cc:1407] Unable to register cuBLAS factory: Attempting to register factory for plugin cuBLAS when one has already been registered\n", + "W0000 00:00:1758568984.530208 2362566 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\n", + "W0000 00:00:1758568984.530220 2362566 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\n", + "W0000 00:00:1758568984.530223 2362566 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\n", + "W0000 00:00:1758568984.530225 2362566 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\n", + "2025-09-22 13:23:04.534336: I tensorflow/core/platform/cpu_feature_guard.cc:210] This TensorFlow binary is optimized to use available CPU instructions in performance-critical operations.\n", + "To enable the following instructions: AVX2 FMA, in other operations, rebuild TensorFlow with the appropriate compiler flags.\n" + ] + } + ], + "source": [ + "from tensorflow import keras\n", + "from tensorflow.keras.layers import Conv1D, MaxPooling1D, Flatten, Dense\n", + "import matplotlib.pyplot as plt\n", + "from sklearn.model_selection import train_test_split\n", + "import h5py as h5\n", + "import numpy as np\n", + "# import os.path\n", + "import os\n", + "import vfs\n", + "import varray as va\n", + "\n", + "NITERATIONS = 4 # Number of AI Engine graph iterations" + ] + }, + { + "cell_type": "markdown", + "id": "5bdc7e83-3fd0-4fd0-99b5-7938816f0df2", + "metadata": {}, + "source": [ + "## Layer Definition" + ] + }, + { + "cell_type": "code", + "execution_count": 3, + "id": "0c57f98d-1999-4b61-a129-e3dd1bd92677", + "metadata": {}, + "outputs": [ + { + "name": "stderr", + "output_type": "stream", + "text": [ + "2025-09-22 13:23:09.213047: E external/local_xla/xla/stream_executor/cuda/cuda_platform.cc:51] failed call to cuInit: INTERNAL: CUDA error: Failed call to cuInit: UNKNOWN ERROR (303)\n" + ] + } + ], + "source": [ + "inputs = keras.Input(shape=(1024,2),name=\"input\")\n", + "x1 = Conv1D(filters=64,kernel_size=7,strides=1,padding=\"same\",name=\"conv1D_w1\",activation='relu')(inputs)\n", + "x2 = MaxPooling1D(pool_size=2,strides=2,padding=\"valid\",name=\"max_pool1d_w2\")(x1)\n", + "x3 = Conv1D(filters=64,kernel_size=7,strides=1,padding=\"same\",name=\"conv1D_w3\",activation='relu')(x2)\n", + "x4 = MaxPooling1D(pool_size=2,strides=2,padding=\"valid\",name=\"max_pool1d_w4\")(x3)\n", + "x5 = Conv1D(filters=64,kernel_size=7,strides=1,padding=\"same\",name=\"conv1D_w5\",activation='relu')(x4)\n", + "x6 = MaxPooling1D(pool_size=2,strides=2,padding=\"valid\",name=\"max_pool1d_w6\")(x5)\n", + "x7 = Conv1D(filters=64,kernel_size=7,strides=1,padding=\"same\",name=\"conv1D_w7\",activation='relu')(x6)\n", + "x8 = MaxPooling1D(pool_size=2,strides=2,padding=\"valid\",name=\"max_pool1d_w8\")(x7)\n", + "x9 = Conv1D(filters=64,kernel_size=7,strides=1,padding=\"same\",name=\"conv1D_w9\",activation='relu')(x8)\n", + "x10 = MaxPooling1D(pool_size=2,strides=2,padding=\"valid\",name=\"max_pool1d_w10\")(x9)\n", + "x11 = Conv1D(filters=64,kernel_size=7,strides=1,padding=\"same\",name=\"conv1D_w11\",activation='relu')(x10)\n", + "x12 = MaxPooling1D(pool_size=2,strides=2,padding=\"valid\",name=\"max_pool1d_w12\")(x11)\n", + "x13 = Conv1D(filters=64,kernel_size=7,strides=1,padding=\"same\",name=\"conv1D_w13\",activation='relu')(x12)\n", + "x14 = MaxPooling1D(pool_size=2,strides=2,padding=\"valid\",name=\"MaxPool1D_w14\")(x13)\n", + "x15 = Flatten(name=\"flatten_w15\")(x14) # 512 nodes\n", + "outputs = Dense(128, activation=\"selu\",name=\"dense_w16\")(x15) # Dense1\n", + "\n", + "model_stim = keras.Model(inputs=inputs,outputs=outputs)\n", + "model_stim.compile(optimizer=\"rmsprop\",\n", + " loss=\"sparse_categorical_crossentropy\",\n", + " metrics=[\"accuracy\"])\n", + "\n", + "\n", + "w1_weights = np.loadtxt('../conv1d_w1/w1_weights_trained.txt')\n", + "w1_weights = (w1_weights.astype(\"bfloat16\")).astype(\"float32\")\n", + "w1_weights = np.reshape(w1_weights,(7,2,64))\n", + "w1_bias = np.loadtxt('../conv1d_w1/w1_bias_trained.txt')\n", + "w1_bias = (w1_bias.astype(\"bfloat16\")).astype(\"float32\")\n", + "\n", + "w3_weights = np.loadtxt('../conv1d_template/w3_weights_trained.txt')\n", + "w3_weights = (w3_weights.astype(\"bfloat16\")).astype(\"float32\")\n", + "w3_weights = np.reshape(w3_weights,(7,64,64))\n", + "w3_bias = np.loadtxt('../conv1d_template/w3_bias_trained.txt')\n", + "w3_bias = (w3_bias.astype(\"bfloat16\")).astype(\"float32\")\n", + "\n", + "w5_weights = np.loadtxt('../conv1d_template/w5_weights_trained.txt')\n", + "w5_weights = (w5_weights.astype(\"bfloat16\")).astype(\"float32\")\n", + "w5_weights = np.reshape(w5_weights,(7,64,64))\n", + "w5_bias = np.loadtxt('../conv1d_template/w5_bias_trained.txt')\n", + "w5_bias = (w5_bias.astype(\"bfloat16\")).astype(\"float32\")\n", + "\n", + "w7_weights = np.loadtxt('../conv1d_template/w7_weights_trained.txt')\n", + "w7_weights = (w7_weights.astype(\"bfloat16\")).astype(\"float32\")\n", + "w7_weights = np.reshape(w7_weights,(7,64,64))\n", + "w7_bias = np.loadtxt('../conv1d_template/w7_bias_trained.txt')\n", + "w7_bias = (w7_bias.astype(\"bfloat16\")).astype(\"float32\")\n", + "\n", + "w9_weights = np.loadtxt('../conv1d_template/w9_weights_trained.txt')\n", + "w9_weights = (w9_weights.astype(\"bfloat16\")).astype(\"float32\")\n", + "w9_weights = np.reshape(w9_weights,(7,64,64))\n", + "w9_bias = np.loadtxt('../conv1d_template/w9_bias_trained.txt')\n", + "w9_bias = (w9_bias.astype(\"bfloat16\")).astype(\"float32\")\n", + "\n", + "w11_weights = np.loadtxt('../conv1d_template/w11_weights_trained.txt')\n", + "w11_weights = (w11_weights.astype(\"bfloat16\")).astype(\"float32\")\n", + "w11_weights = np.reshape(w11_weights,(7,64,64))\n", + "w11_bias = np.loadtxt('../conv1d_template/w11_bias_trained.txt')\n", + "w11_bias = (w11_bias.astype(\"bfloat16\")).astype(\"float32\")\n", + "\n", + "w13_weights = np.loadtxt('../conv1d_template/w13_weights_trained.txt')\n", + "w13_weights = (w13_weights.astype(\"bfloat16\")).astype(\"float32\")\n", + "w13_weights = np.reshape(w13_weights,(7,64,64))\n", + "w13_bias = np.loadtxt('../conv1d_template/w13_bias_trained.txt')\n", + "w13_bias = (w13_bias.astype(\"bfloat16\")).astype(\"float32\")\n", + "\n", + "# Dense1\n", + "w16_weights = np.loadtxt('../dense_w16/w16_weights_trained.txt')\n", + "w16_weights = (w16_weights.astype(\"bfloat16\")).astype(\"float32\")\n", + "w16_weights = np.reshape(w16_weights,(512,128))\n", + "w16_bias = np.loadtxt('../dense_w16/w16_bias_trained.txt') \n", + "w16_bias = (w16_bias.astype(\"bfloat16\")).astype(\"float32\")\n", + "\n", + "model_stim.get_layer(\"conv1D_w1\").set_weights((w1_weights,w1_bias))\n", + "model_stim.get_layer(\"conv1D_w3\").set_weights((w3_weights,w3_bias))\n", + "model_stim.get_layer(\"conv1D_w5\").set_weights((w5_weights,w5_bias))\n", + "model_stim.get_layer(\"conv1D_w7\").set_weights((w7_weights,w7_bias))\n", + "model_stim.get_layer(\"conv1D_w9\").set_weights((w9_weights,w9_bias))\n", + "model_stim.get_layer(\"conv1D_w11\").set_weights((w11_weights,w11_bias))\n", + "model_stim.get_layer(\"conv1D_w13\").set_weights((w13_weights,w13_bias))\n", + "model_stim.get_layer(\"dense_w16\").set_weights((w16_weights,w16_bias))\n", + "\n" + ] + }, + { + "cell_type": "code", + "execution_count": 4, + "id": "cd15a0ca-2889-4d90-bd0f-2e76c63c6c19", + "metadata": {}, + "outputs": [ + { + "data": { + "text/html": [ + "
Model: \"functional\"\n",
+       "
\n" + ], + "text/plain": [ + "\u001b[1mModel: \"functional\"\u001b[0m\n" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/html": [ + "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━┓\n",
+       "┃ Layer (type)                     Output Shape                  Param # ┃\n",
+       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━┩\n",
+       "│ input (InputLayer)              │ (None, 1024, 2)        │             0 │\n",
+       "├─────────────────────────────────┼────────────────────────┼───────────────┤\n",
+       "│ conv1D_w1 (Conv1D)              │ (None, 1024, 64)       │           960 │\n",
+       "├─────────────────────────────────┼────────────────────────┼───────────────┤\n",
+       "│ max_pool1d_w2 (MaxPooling1D)    │ (None, 512, 64)        │             0 │\n",
+       "├─────────────────────────────────┼────────────────────────┼───────────────┤\n",
+       "│ conv1D_w3 (Conv1D)              │ (None, 512, 64)        │        28,736 │\n",
+       "├─────────────────────────────────┼────────────────────────┼───────────────┤\n",
+       "│ max_pool1d_w4 (MaxPooling1D)    │ (None, 256, 64)        │             0 │\n",
+       "├─────────────────────────────────┼────────────────────────┼───────────────┤\n",
+       "│ conv1D_w5 (Conv1D)              │ (None, 256, 64)        │        28,736 │\n",
+       "├─────────────────────────────────┼────────────────────────┼───────────────┤\n",
+       "│ max_pool1d_w6 (MaxPooling1D)    │ (None, 128, 64)        │             0 │\n",
+       "├─────────────────────────────────┼────────────────────────┼───────────────┤\n",
+       "│ conv1D_w7 (Conv1D)              │ (None, 128, 64)        │        28,736 │\n",
+       "├─────────────────────────────────┼────────────────────────┼───────────────┤\n",
+       "│ max_pool1d_w8 (MaxPooling1D)    │ (None, 64, 64)         │             0 │\n",
+       "├─────────────────────────────────┼────────────────────────┼───────────────┤\n",
+       "│ conv1D_w9 (Conv1D)              │ (None, 64, 64)         │        28,736 │\n",
+       "├─────────────────────────────────┼────────────────────────┼───────────────┤\n",
+       "│ max_pool1d_w10 (MaxPooling1D)   │ (None, 32, 64)         │             0 │\n",
+       "├─────────────────────────────────┼────────────────────────┼───────────────┤\n",
+       "│ conv1D_w11 (Conv1D)             │ (None, 32, 64)         │        28,736 │\n",
+       "├─────────────────────────────────┼────────────────────────┼───────────────┤\n",
+       "│ max_pool1d_w12 (MaxPooling1D)   │ (None, 16, 64)         │             0 │\n",
+       "├─────────────────────────────────┼────────────────────────┼───────────────┤\n",
+       "│ conv1D_w13 (Conv1D)             │ (None, 16, 64)         │        28,736 │\n",
+       "├─────────────────────────────────┼────────────────────────┼───────────────┤\n",
+       "│ MaxPool1D_w14 (MaxPooling1D)    │ (None, 8, 64)          │             0 │\n",
+       "├─────────────────────────────────┼────────────────────────┼───────────────┤\n",
+       "│ flatten_w15 (Flatten)           │ (None, 512)            │             0 │\n",
+       "├─────────────────────────────────┼────────────────────────┼───────────────┤\n",
+       "│ dense_w16 (Dense)               │ (None, 128)            │        65,664 │\n",
+       "└─────────────────────────────────┴────────────────────────┴───────────────┘\n",
+       "
\n" + ], + "text/plain": [ + "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━┓\n", + "┃\u001b[1m \u001b[0m\u001b[1mLayer (type) \u001b[0m\u001b[1m \u001b[0m┃\u001b[1m \u001b[0m\u001b[1mOutput Shape \u001b[0m\u001b[1m \u001b[0m┃\u001b[1m \u001b[0m\u001b[1m Param #\u001b[0m\u001b[1m \u001b[0m┃\n", + "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━┩\n", + "│ input (\u001b[38;5;33mInputLayer\u001b[0m) │ (\u001b[38;5;45mNone\u001b[0m, \u001b[38;5;34m1024\u001b[0m, \u001b[38;5;34m2\u001b[0m) │ \u001b[38;5;34m0\u001b[0m │\n", + "├─────────────────────────────────┼────────────────────────┼───────────────┤\n", + "│ conv1D_w1 (\u001b[38;5;33mConv1D\u001b[0m) │ (\u001b[38;5;45mNone\u001b[0m, \u001b[38;5;34m1024\u001b[0m, \u001b[38;5;34m64\u001b[0m) │ \u001b[38;5;34m960\u001b[0m │\n", + "├─────────────────────────────────┼────────────────────────┼───────────────┤\n", + "│ max_pool1d_w2 (\u001b[38;5;33mMaxPooling1D\u001b[0m) │ (\u001b[38;5;45mNone\u001b[0m, \u001b[38;5;34m512\u001b[0m, \u001b[38;5;34m64\u001b[0m) │ \u001b[38;5;34m0\u001b[0m │\n", + "├─────────────────────────────────┼────────────────────────┼───────────────┤\n", + "│ conv1D_w3 (\u001b[38;5;33mConv1D\u001b[0m) │ (\u001b[38;5;45mNone\u001b[0m, \u001b[38;5;34m512\u001b[0m, \u001b[38;5;34m64\u001b[0m) │ \u001b[38;5;34m28,736\u001b[0m │\n", + "├─────────────────────────────────┼────────────────────────┼───────────────┤\n", + "│ max_pool1d_w4 (\u001b[38;5;33mMaxPooling1D\u001b[0m) │ (\u001b[38;5;45mNone\u001b[0m, \u001b[38;5;34m256\u001b[0m, \u001b[38;5;34m64\u001b[0m) │ \u001b[38;5;34m0\u001b[0m │\n", + "├─────────────────────────────────┼────────────────────────┼───────────────┤\n", + "│ conv1D_w5 (\u001b[38;5;33mConv1D\u001b[0m) │ (\u001b[38;5;45mNone\u001b[0m, \u001b[38;5;34m256\u001b[0m, \u001b[38;5;34m64\u001b[0m) │ \u001b[38;5;34m28,736\u001b[0m │\n", + "├─────────────────────────────────┼────────────────────────┼───────────────┤\n", + "│ max_pool1d_w6 (\u001b[38;5;33mMaxPooling1D\u001b[0m) │ (\u001b[38;5;45mNone\u001b[0m, \u001b[38;5;34m128\u001b[0m, \u001b[38;5;34m64\u001b[0m) │ \u001b[38;5;34m0\u001b[0m │\n", + "├─────────────────────────────────┼────────────────────────┼───────────────┤\n", + "│ conv1D_w7 (\u001b[38;5;33mConv1D\u001b[0m) │ (\u001b[38;5;45mNone\u001b[0m, \u001b[38;5;34m128\u001b[0m, \u001b[38;5;34m64\u001b[0m) │ \u001b[38;5;34m28,736\u001b[0m │\n", + "├─────────────────────────────────┼────────────────────────┼───────────────┤\n", + "│ max_pool1d_w8 (\u001b[38;5;33mMaxPooling1D\u001b[0m) │ (\u001b[38;5;45mNone\u001b[0m, \u001b[38;5;34m64\u001b[0m, \u001b[38;5;34m64\u001b[0m) │ \u001b[38;5;34m0\u001b[0m │\n", + "├─────────────────────────────────┼────────────────────────┼───────────────┤\n", + "│ conv1D_w9 (\u001b[38;5;33mConv1D\u001b[0m) │ (\u001b[38;5;45mNone\u001b[0m, \u001b[38;5;34m64\u001b[0m, \u001b[38;5;34m64\u001b[0m) │ \u001b[38;5;34m28,736\u001b[0m │\n", + "├─────────────────────────────────┼────────────────────────┼───────────────┤\n", + "│ max_pool1d_w10 (\u001b[38;5;33mMaxPooling1D\u001b[0m) │ (\u001b[38;5;45mNone\u001b[0m, \u001b[38;5;34m32\u001b[0m, \u001b[38;5;34m64\u001b[0m) │ \u001b[38;5;34m0\u001b[0m │\n", + "├─────────────────────────────────┼────────────────────────┼───────────────┤\n", + "│ conv1D_w11 (\u001b[38;5;33mConv1D\u001b[0m) │ (\u001b[38;5;45mNone\u001b[0m, \u001b[38;5;34m32\u001b[0m, \u001b[38;5;34m64\u001b[0m) │ \u001b[38;5;34m28,736\u001b[0m │\n", + "├─────────────────────────────────┼────────────────────────┼───────────────┤\n", + "│ max_pool1d_w12 (\u001b[38;5;33mMaxPooling1D\u001b[0m) │ (\u001b[38;5;45mNone\u001b[0m, \u001b[38;5;34m16\u001b[0m, \u001b[38;5;34m64\u001b[0m) │ \u001b[38;5;34m0\u001b[0m │\n", + "├─────────────────────────────────┼────────────────────────┼───────────────┤\n", + "│ conv1D_w13 (\u001b[38;5;33mConv1D\u001b[0m) │ (\u001b[38;5;45mNone\u001b[0m, \u001b[38;5;34m16\u001b[0m, \u001b[38;5;34m64\u001b[0m) │ \u001b[38;5;34m28,736\u001b[0m │\n", + "├─────────────────────────────────┼────────────────────────┼───────────────┤\n", + "│ MaxPool1D_w14 (\u001b[38;5;33mMaxPooling1D\u001b[0m) │ (\u001b[38;5;45mNone\u001b[0m, \u001b[38;5;34m8\u001b[0m, \u001b[38;5;34m64\u001b[0m) │ \u001b[38;5;34m0\u001b[0m │\n", + "├─────────────────────────────────┼────────────────────────┼───────────────┤\n", + "│ flatten_w15 (\u001b[38;5;33mFlatten\u001b[0m) │ (\u001b[38;5;45mNone\u001b[0m, \u001b[38;5;34m512\u001b[0m) │ \u001b[38;5;34m0\u001b[0m │\n", + "├─────────────────────────────────┼────────────────────────┼───────────────┤\n", + "│ dense_w16 (\u001b[38;5;33mDense\u001b[0m) │ (\u001b[38;5;45mNone\u001b[0m, \u001b[38;5;34m128\u001b[0m) │ \u001b[38;5;34m65,664\u001b[0m │\n", + "└─────────────────────────────────┴────────────────────────┴───────────────┘\n" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/html": [ + "
 Total params: 239,040 (933.75 KB)\n",
+       "
\n" + ], + "text/plain": [ + "\u001b[1m Total params: \u001b[0m\u001b[38;5;34m239,040\u001b[0m (933.75 KB)\n" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/html": [ + "
 Trainable params: 239,040 (933.75 KB)\n",
+       "
\n" + ], + "text/plain": [ + "\u001b[1m Trainable params: \u001b[0m\u001b[38;5;34m239,040\u001b[0m (933.75 KB)\n" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/html": [ + "
 Non-trainable params: 0 (0.00 B)\n",
+       "
\n" + ], + "text/plain": [ + "\u001b[1m Non-trainable params: \u001b[0m\u001b[38;5;34m0\u001b[0m (0.00 B)\n" + ] + }, + "metadata": {}, + "output_type": "display_data" + } + ], + "source": [ + "model_stim.summary()" + ] + }, + { + "cell_type": "code", + "execution_count": 5, + "id": "53441463", + "metadata": {}, + "outputs": [], + "source": [ + "inputs = keras.Input(shape=([128]),name=\"input_layer\")\n", + "outputs = Dense(128, activation=\"selu\",name=\"dense_w17\")(inputs)\n", + "model = keras.Model(inputs=inputs,outputs=outputs)\n", + "model.compile(optimizer=\"rmsprop\",\n", + " loss=\"sparse_categorical_crossentropy\",\n", + " metrics=[\"accuracy\"])\n", + "w_weights = np.loadtxt('w17_weights_trained.txt')\n", + "w_weights = (w_weights.astype(\"bfloat16\")).astype(\"float32\")\n", + "w_weights = np.reshape(w_weights,(128,128))\n", + "w_bias = np.loadtxt('w17_bias_trained.txt')\n", + "w_bias = (w_bias.astype(\"bfloat16\")).astype(\"float32\")\n", + "model.set_weights((w_weights,w_bias))" + ] + }, + { + "cell_type": "code", + "execution_count": 6, + "id": "1f5d4822", + "metadata": {}, + "outputs": [ + { + "data": { + "text/html": [ + "
Model: \"functional_1\"\n",
+       "
\n" + ], + "text/plain": [ + "\u001b[1mModel: \"functional_1\"\u001b[0m\n" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/html": [ + "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━┓\n",
+       "┃ Layer (type)                     Output Shape                  Param # ┃\n",
+       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━┩\n",
+       "│ input_layer (InputLayer)        │ (None, 128)            │             0 │\n",
+       "├─────────────────────────────────┼────────────────────────┼───────────────┤\n",
+       "│ dense_w17 (Dense)               │ (None, 128)            │        16,512 │\n",
+       "└─────────────────────────────────┴────────────────────────┴───────────────┘\n",
+       "
\n" + ], + "text/plain": [ + "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━┓\n", + "┃\u001b[1m \u001b[0m\u001b[1mLayer (type) \u001b[0m\u001b[1m \u001b[0m┃\u001b[1m \u001b[0m\u001b[1mOutput Shape \u001b[0m\u001b[1m \u001b[0m┃\u001b[1m \u001b[0m\u001b[1m Param #\u001b[0m\u001b[1m \u001b[0m┃\n", + "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━┩\n", + "│ input_layer (\u001b[38;5;33mInputLayer\u001b[0m) │ (\u001b[38;5;45mNone\u001b[0m, \u001b[38;5;34m128\u001b[0m) │ \u001b[38;5;34m0\u001b[0m │\n", + "├─────────────────────────────────┼────────────────────────┼───────────────┤\n", + "│ dense_w17 (\u001b[38;5;33mDense\u001b[0m) │ (\u001b[38;5;45mNone\u001b[0m, \u001b[38;5;34m128\u001b[0m) │ \u001b[38;5;34m16,512\u001b[0m │\n", + "└─────────────────────────────────┴────────────────────────┴───────────────┘\n" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/html": [ + "
 Total params: 16,512 (64.50 KB)\n",
+       "
\n" + ], + "text/plain": [ + "\u001b[1m Total params: \u001b[0m\u001b[38;5;34m16,512\u001b[0m (64.50 KB)\n" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/html": [ + "
 Trainable params: 16,512 (64.50 KB)\n",
+       "
\n" + ], + "text/plain": [ + "\u001b[1m Trainable params: \u001b[0m\u001b[38;5;34m16,512\u001b[0m (64.50 KB)\n" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/html": [ + "
 Non-trainable params: 0 (0.00 B)\n",
+       "
\n" + ], + "text/plain": [ + "\u001b[1m Non-trainable params: \u001b[0m\u001b[38;5;34m0\u001b[0m (0.00 B)\n" + ] + }, + "metadata": {}, + "output_type": "display_data" + } + ], + "source": [ + "model.summary()" + ] + }, + { + "cell_type": "markdown", + "id": "0905bc81-af38-4280-ae38-072b9530e565", + "metadata": {}, + "source": [ + "### Read training and test data" + ] + }, + { + "cell_type": "code", + "execution_count": 7, + "id": "841caa23-3f4f-455a-b21b-06a3b7cece28", + "metadata": {}, + "outputs": [ + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\u001b[1m1/1\u001b[0m \u001b[32m━━━━━━━━━━━━━━━━━━━━\u001b[0m\u001b[37m\u001b[0m \u001b[1m0s\u001b[0m 135ms/step\n" + ] + } + ], + "source": [ + "if not(\"RADIOML_DATA\" in os.environ):\n", + " print(\"Please set environment variable RADIOML_DATA to point to dataset found in https://www.kaggle.com/datasets/pinxau1000/radioml2018\")\n", + "data_file = os.environ[\"RADIOML_DATA\"] + 'GOLD_XYZ_OSC.0001_1024.hdf5'\n", + "file_handle = h5.File(data_file,'r')\n", + "myData = file_handle['X'][:] #1024x2 samples \n", + "myMods = file_handle['Y'][:] #mods \n", + "mySNRs = file_handle['Z'][:] #snrs \n", + "file_handle.close()\n", + "myData -= myData.mean()\n", + "myData /= myData.std()\n", + "X_train ,X_predict ,Y_train ,Y_test, Z_train, Z_test =train_test_split(myData, myMods, mySNRs, test_size=0.2, random_state=0)\n", + "X_predict = X_predict[:NITERATIONS]\n", + "X_predict = (X_predict.astype(\"bfloat16\")).astype(\"float32\")\n", + "X_inputs = model_stim.predict(X_predict,batch_size=1024)\n", + "X_inputs = (X_inputs.astype(\"bfloat16\")).astype(\"float32\")\n" + ] + }, + { + "cell_type": "markdown", + "id": "53bf2899-8424-4f34-b305-dea322001c7c", + "metadata": {}, + "source": [ + "## Compute Golden Outputs" + ] + }, + { + "cell_type": "code", + "execution_count": 8, + "id": "532b9d20-6698-420d-842a-b5c2ee89c114", + "metadata": {}, + "outputs": [ + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\u001b[1m1/1\u001b[0m \u001b[32m━━━━━━━━━━━━━━━━━━━━\u001b[0m\u001b[37m\u001b[0m \u001b[1m0s\u001b[0m 42ms/step\n" + ] + } + ], + "source": [ + "predict = model.predict(X_inputs, batch_size=1024)\n", + "predict = (predict.astype(\"bfloat16\")).astype(\"float32\")\n" + ] + }, + { + "cell_type": "markdown", + "id": "b588f848-eb35-409a-94c0-9b9bf986383f", + "metadata": {}, + "source": [ + "## Store Layer Inputs" + ] + }, + { + "cell_type": "code", + "execution_count": 9, + "id": "84a1f04f-7eca-4694-906f-245a9001fd25", + "metadata": {}, + "outputs": [ + { + "name": "stdout", + "output_type": "stream", + "text": [ + "(4, 128)\n", + "(4, 128)\n" + ] + } + ], + "source": [ + "# Create directory if it doesn't exist\n", + "data_i = X_inputs\n", + "if not os.path.exists('data'):\n", + " os.makedirs('data')\n", + "np.savetxt('data/data_i.txt',np.reshape(data_i,(-1,4)),fmt='%.12f %.12f %.12f %.12f')\n", + "print(X_inputs.shape)\n", + "print(data_i.shape)\n" + ] + }, + { + "cell_type": "markdown", + "id": "33ae9119-15e3-49ce-9ef8-ffab0c9ec411", + "metadata": {}, + "source": [ + "## Store Layer Outputs" + ] + }, + { + "cell_type": "code", + "execution_count": 10, + "id": "de799f89-ecbe-4480-9dcf-3bb4e5402546", + "metadata": {}, + "outputs": [ + { + "name": "stdout", + "output_type": "stream", + "text": [ + "(4, 128)\n" + ] + } + ], + "source": [ + "data_o = predict\n", + "\n", + "np.savetxt('data/data_o.txt',np.reshape(data_o,(-1,4)),fmt='%.12f %.12f %.12f %0.12f')\n", + "print(data_o.shape)" + ] + }, + { + "cell_type": "markdown", + "id": "a078889b", + "metadata": {}, + "source": [ + "## Store Model weights and biases" + ] + }, + { + "cell_type": "code", + "execution_count": 11, + "id": "71ff2c18", + "metadata": {}, + "outputs": [ + { + "name": "stdout", + "output_type": "stream", + "text": [ + "(128, 128)\n", + "(128,)\n" + ] + } + ], + "source": [ + "# For transpose\n", + "w_weights= np.transpose(w_weights)\n", + "\n", + "print(w_weights.shape)\n", + "in_weights = np.vstack([np.reshape(w_weights,(-1,1))])\n", + "\n", + "np.savetxt('data/weights-rtp.txt',in_weights,fmt='%.12f')\n", + "\n", + "# Create bias\n", + "print(w_bias.shape)\n", + "in_biases = np.vstack([np.reshape(w_bias,(-1,1))])\n", + "np.savetxt('data/biases-rtp.txt',in_biases,fmt='%.12f')" + ] + }, + { + "cell_type": "markdown", + "id": "06a8af86", + "metadata": {}, + "source": [ + "## Run Vitis Functional Simulation" + ] + }, + { + "cell_type": "code", + "execution_count": 12, + "id": "9986c78f", + "metadata": {}, + "outputs": [ + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n", + "Compiling AIE Graph\n", + "Compilation directory: /group/fndprod/faisale/repo/internal/designs/radio-ml/aie/dense_w17_methodA\n", + "Compilation command: v++ -c --mode aie --config vfs_work/dense_w17_app_d8585a9a/dense_w17_app.cfg --work_dir vfs_work/dense_w17_app_d8585a9a/Work --output vfs_work/dense_w17_app_d8585a9a/libadf.a --target x86sim\n", + "Writing log to: /group/fndprod/faisale/repo/internal/designs/radio-ml/aie/dense_w17_methodA/vfs_work/dense_w17_app_d8585a9a/Work/logs/aie_x86sim.log\n", + "Please wait ...\n", + "\n", + "Compilation finished successfully.\n" + ] + } + ], + "source": [ + "dense_w17_graph = vfs.aieGraph(\n", + " input_file='dense_w17_app.cpp',\n", + " part=\"xc2ve3858-ssva2112-2MP-e-S\",\n", + " include_paths=['./','../utility'])\n", + "act_o = dense_w17_graph.run(va.array(np.reshape(data_i,(1,-1)),dtype=va.bfloat16), va.array(in_weights,dtype=va.bfloat16), va.array(in_biases,dtype=va.bfloat16))\n", + "act_o = np.array(act_o)\n" + ] + }, + { + "cell_type": "code", + "execution_count": 13, + "id": "66a9c0d5", + "metadata": {}, + "outputs": [ + { + "data": { + "image/png": "iVBORw0KGgoAAAANSUhEUgAAAi8AAAGzCAYAAADnmPfhAAAAOnRFWHRTb2Z0d2FyZQBNYXRwbG90bGliIHZlcnNpb24zLjEwLjMsIGh0dHBzOi8vbWF0cGxvdGxpYi5vcmcvZiW1igAAAAlwSFlzAAAPYQAAD2EBqD+naQAAgu9JREFUeJztnXmYHFW5/7/dPWtmMjOZZJLJPtlIiJCACcQgCMpIQnDhiggYL4gYRIkXfuR6JVwFlHtvUCMiiCAgy/WCKGoQWYIhK4SQhGxk3/dkZjKZzJ7Zuuv3R09Vn1N1aunqqq6u6vfzPHnS013LqVNV53zP+77nPSFJkiQQBEEQBEH4hLDXBSAIgiAIgkgGEi8EQRAEQfgKEi8EQRAEQfgKEi8EQRAEQfgKEi8EQRAEQfgKEi8EQRAEQfgKEi8EQRAEQfgKEi8EQRAEQfgKEi8EQRAEQfgKEi8EQRAEQfgKEi8EQaSFF154AaFQSPffhx9+6HURCYLwCTleF4AgiOzipz/9KUaNGqX5fuzYsR6UhiAIP0LihSCItHL11Vdj6tSplrfv6elBLBZDXl6e5re2tjYUFRXZLoskSejo6EBhYaHtYxAEkX7IbUQQRMZw6NAhhEIhLFy4EI8++ijGjBmD/Px87NixAw8++CBCoRB27NiBr3/96+jXrx8uvfRSAHGB89BDDynbV1VV4b777kNnZyd3/KqqKnzhC1/AO++8g6lTp6KwsBC/+93vvLhUgiBSgCwvBEGklaamJtTX13PfhUIh9O/fX/n7+eefR0dHB26//Xbk5+ejvLxc+e3666/HuHHj8D//8z+QJAkA8O1vfxsvvvgivvrVr2LevHlYu3YtFixYgJ07d2LRokXcuXbv3o2bbroJ3/nOdzBnzhyMHz/exaslCMINSLwQBJFWqqurNd/l5+ejo6ND+fvYsWPYt28fKioqNNtOnjwZL7/8svL3li1b8OKLL+Lb3/42nnnmGQDA9773PQwcOBALFy7E8uXL8dnPflbZft++fVi8eDFmzJjh5GURBJFGSLwQBJFWnnjiCZxzzjncd5FIhPv7uuuuEwoXALjjjju4v9966y0AwD333MN9P2/ePCxcuBBvvvkmJ15GjRpFwoUgfA6JF4Ig0srFF19sGrArmo2k99vhw4cRDoc1s5UqKytRVlaGw4cPWz42QRD+gAJ2CYLIOIxm/+j9FgqFUj42QRD+gMQLQRC+ZuTIkYjFYti7dy/3fW1tLRobGzFy5EiPSkYQhFuQeCEIwtfMmjULAPDoo49y3z/yyCMAgGuuuSbdRSIIwmUo5oUgiLTy9ttvY9euXZrvL7nkEoTDyY+nJk+ejFtuuQVPP/00Ghsbcfnll2PdunV48cUXce2113LBugRBBAMSLwRBpJX7779f+P3zzz+PK664wtYxn332WYwePRovvPACFi1ahMrKSsyfPx8PPPBACiUlCCJTCUlylieCIAiCIAgfQDEvBEEQBEH4ChIvBEEQBEH4ChIvBEEQBEH4ChIvBEEQBEH4ChIvBEEQBEH4ChIvBEEQBEH4isDleYnFYjhx4gT69u1rea0TgiAIgiC8RZIktLS0YMiQIaYJKwMnXk6cOIHhw4d7XQyCIAiCIGxw9OhRDBs2zHCbwImXvn37AohffElJicelIQiCIAjCCs3NzRg+fLjSjxsROPEiu4pKSkpIvBAEQRCEz7AS8kEBuwRBEARB+AoSLwRBEARB+AoSLwRBEARB+AoSLwRBEARB+AoSLwRBEARB+AoSLwRBEARB+AoSLwRBEARB+AoSLwRBEARB+AoSLwRBEARB+AoSLwRBEARB+AoSLwRBEARB+AoSLwRBEARB+AoSL4QusZiE51cfxMfHGr0uSlr4y4ZjeH9vvdfFSJqO7iieWXUA++paNb91R2N49r0D2HmyOalj/mPLCSzdWetI+Q6fbsPvVu5HW2ePI8cjCKf564ZjWLXnlGvHb+vswe9W7sfh022unSPbIPFC6PKPj0/gJ//YgS/9ZrXXRXGdXTXN+PdXt+Abv1/rdVGS5rGle/Hfb+1E9SMrNb/975rD+K83d+LqX79n+Xh1LR34/h834bYXP4IkSSmX7/O/WoUFb+/Cgrd3pnwsgnCa/adaMe/VLbj5uXWuneN/3tqJBW/vwoxHV7l2jmyDxAuhy66aFq+LkDZONnZ4XQTbfHT4jO5vW21YzZrPdiufHdAu6OqJAQDWHmhI/WAE4TC1ze6/+x8eOA0A6OiOuX6ubIHEC0EAkOBALx1AYk6oF4IgCIch8UIQhC4kXYigE0LI9XPQe+Q8JF4IgtCFLC8EQWQiJF4IXdwfjxCZjpPaJUQPFJGB0HPpT0i8EESASVV7kOGFCDqsdnFidh2RHki8EASok9aDApmJbILaAf9A4oUgCBWJsWiMGnMi4IRC7PNOD7xfIPFC6JJNvmA/t1lu3iYnzejpmNVBEKngmlj3cfuSqZB4IQgVQfJ7p3opZHkhgg47SCPLi38g8UIQ4AdG1H4xUF0QWQS9+/6BxAtBqAhS+5XqtdBIlAg6rDOTnnf/QOKFIMC7iqgBS0A1QWQT9O77BxIvBKEiSO1XqiGy1JgTQYePefGuHERykHghdMmm2SFsmxWkDtvOlbBWKMqwSwSfxIMZpGD9oEPihSAIDj54mRpzInsgy4t/IPFCEOAtDIGyvNi4Fvb6g1MTBGGOW+8+vUfOQ+KFIFQESLvYIqhCjiBEULC+PyHxQuiSXTEK1IDJsJef5VVBZAGU48mfkHghCBXZ3n7FaCRKZBGxGD3vfoTEC0GokGJelyA5jCxkqTbF1JYTQYefaehZMYgkIfFCEKA4D5aYa1Ols8oPSfgEztJI6sU3kHghCBXZ3nxxMS9ZXxtE4ElDjBelHHAeEi8EgeAmqbMDBTAS2QS9+/6ExAuhSzYZ+d1ylfgRCtglsgl63v0JiReCAB+o5zcTr+EyDjYuhXcbOUc2iWHCP/Dxbt6Vg0iOtIiXJ554AlVVVSgoKMC0adOwbt063W2feeYZXHbZZejXrx/69euH6upqw+0Jwgm49Xw8LEcmwK9tlO21QQSdGD3vvsR18fKnP/0J99xzDx544AFs3LgRkydPxowZM1BXVyfcfsWKFbjpppuwfPlyrFmzBsOHD8dVV12F48ePu11UwoCgv9RBNR3bCbilmBcim6Cp0v7EdfHyyCOPYM6cObj11lsxceJEPPXUU+jTpw+ee+454fYvvfQSvve97+GCCy7AhAkT8OyzzyIWi2Hp0qVuF5VQw0xtDfpLHWNyu2R7h01mdCKboOUB/Imr4qWrqwsbNmxAdXV14oThMKqrq7FmzRpLx2hvb0d3dzfKy8uFv3d2dqK5uZn7RzhP0F/qoFpe7MAvzJjddUEEH8rx5E9cFS/19fWIRqMYNGgQ9/2gQYNQU1Nj6Rg//OEPMWTIEE4AsSxYsAClpaXKv+HDh6dcbkJL0N9pWs8nAdeY+yzbMEEkS4zefV+S0bONHn74YbzyyitYtGgRCgoKhNvMnz8fTU1Nyr+jR4+muZTBhZ0dEvQRCU2VTiC5ZHmhBLtEJkJuI3+S4+bBBwwYgEgkgtraWu772tpaVFZWGu67cOFCPPzww3j33XcxadIk3e3y8/ORn5/vSHkJfYL+TnOjrwC5SuzcNwrYJbIJCtj1J65aXvLy8jBlyhQu2FYOvp0+fbrufj//+c/x0EMPYfHixZg6daqbRSQsEqQOXQQf8+JhQTIAcqER2UQ6LC/0GjmPq5YXALjnnntwyy23YOrUqbj44ovx6KOPoq2tDbfeeisA4Oabb8bQoUOxYMECAMDPfvYz3H///Xj55ZdRVVWlxMYUFxejuLjY7eISOgS9QyfTcQIKXiayCV6s0/PuF1wXLzfccANOnTqF+++/HzU1NbjggguwePFiJYj3yJEjCIcTBqAnn3wSXV1d+OpXv8od54EHHsCDDz7odnEJBjZGIeidGAXtJZB0PqcKxbwQmQj77gd9kBYkXBcvADB37lzMnTtX+NuKFSu4vw8dOuR+gYikkQI+6ySoWTbtXApZXohsgnWJx0i9+IaMnm1EZA7Bj3lJfPbblTpu0SArFJFFkOXFn5B4ISwR9JeaYl4SsEI1SFYoghBBa3n5ExIvhCWC3qFTnpcE3FIJ3hWDINICLYfhT0i8ELpkUxArbzoO+MWawOW9oNacCDhczEuWv/t+gsQLoU8WmVODanmxE6vEr23kHCHQdCMi80jH2kZBalMyBRIvhC7ZFMhGidkS0EJ1RDaRTRbmIEHihdCFC9wMePQD6x4J0rXaa4x9PPWKIJKEgvX9CYkXQpdssrxk07WaQXVBZBMUsOtPSLwQunAvdcDf6qAmqbMD50KjVaWJgEMBu/6ExAuhixTQIFYRvOnYw4JkALRIJZFN8DEv9MD7BRIvhC78GjfBfqn5Ttq/1+pE48vdd2rMiYCTDrdR0NtPLyDxQujCuoqCPgIPirVBXXY7l5JNFjeCILeRPyHxQujCJSsL+EvNBan6TL2wsSRGlhKrVhQnY17Yc1LIC5GJUIC6PyHxQugS1MRtIjhrg4flSBWjxtfqPeRX2U2tPEF/bogAQMH6voTEC6ELn7gt2C817zby77UaWUqsXpWTaxv5uS6J7ICWBvEnJF4IXbJpBg53fT6+VnXba0eAOuku9HFVElkC186laGkk0geJF0KX7JptFAyhZqQ1rF6WkwG7NJIlMh2yvPgTEi+ELrEsGpG4lZgt3Rg1vpZjXhx0F3K7U5Y6IgPhUwN4VgwiSUi8ELpk0wJ9QbG8GN0nq/eQX9MqNQL+2BABIB1rG9F74DwkXghdsmm11aAsD+BEyZ00owdd9BL+h9Y28ickXggD2BF4sN/qoAg1SePeSz5+RXKwLki8EJkOJanzJyReCF3YOJegj0j4PC/+vVjjqdLJu41St7wkPlPEC5GJ0NpG/oTEC6FLNo1IOKHm4+BkzfIANqwojgrVYD82RAAgt5E/IfFC6BIUV4oVuJgXD8uRKk4E7MLBAMagi17C/wQlQWW2QeKF0CW7Muyyn/11rVatK5Yz7FLMC5GluLaqNL0GjkPihdAlmzLsSjYCWzMFqyLTuuHFubrwWVUSWQi7EGvQB2lBgsQLoQufvCnYL7WfrUxGLi9J9w99nFweIChT0Ingku4kdfQeOAOJF0KXoCRus4Kfr9Wq2LA624hzG9ksk7K/g8ciCDdId8wLaRdnIPFC6OJna0Sy8B22v67VqpvHntvIueUBKP6FyETSPduI3gNnIPFC6OJna0Sy+PlarQoEy8sDuBSwS202kYk46SZN9nyEfUi8ELpwvuCAv3JOWhvSjVWBYPWq+Pw+Ngul7O9fUUhkB+l+933WvGQsJF4IXbJpthGbmM5vjYtRwKGdmUNOrrCdTa5Hwp+Q28ifkHghdMmmeAV+xo6/rtUoR42dWJ6Yg425ky4ognADSlLnT0i8ELrE+CF4oOE6bL8tD+D4VGnnFIefRSGRHfAxL2k4H70GjkDihdAlmywvkoEAyHSMLC92XH9OmtEp5oXIdNKdiyjobWm6IPFC6OKk+yDT8bPpmM8OrBYv4u0Mj+fkVGmd4xJExpDmQRq9Bc5A4oUwwL8zcJKFE2c+u1SjYGM7U5WdtLw4udQAQbhBuq2DQW9L0wWJF4dYtOkYluyodex4Hx9rxNOr9iPqockj0y0vdc0deGL5Ppxq6RT+fuxMO55Yvg9N7d1YvqsOr350VPdYXlleFm87ide3nEjpGEY+e/ZSfiOoq47uKJ5csR/76lqEx0i1JlI91sH6NjyxfB9aO3tSLIk9Pthfjz98eNiTc8vI92hvbYv5xi6xp7YFT67Yj47uqKvnkSQJv3//IJbtqsUTy/fheONZV88XP2ficzre/WTa0j98eBgf7K935Lzbjjfhdyv3462tJ/H3zccdOaaX5HhdgCDQ1N6Ne/68BYW5Eez46UxHjvml36wGABTn5+Lr00Y4csxkyfTcJ7e+sB7bTzRjxe46vHrHJZrfr3vyA9Q2d2Lb8Sa8va0GAHBRVTmqBhRptvUiNrmzJ4o7/m8jAOCysQPQryjP1nH4eB2V24j5++W1R7C7pgV//W6irh59dy+eWrkfP1u8C4cevkazj9cZdr/w2Hto64ri2Jl2LPjKpJTKYoevP7MWADB+UF9cPKo87ecHgN8s24ffLN/H3aN0c9WvVgEA2rt6MO+q8a6d562tNXjojR3K36+sP4L3/uNzrp0PSP/aRlYbmPWHGvDj17YBgCP3/QuPv8/9PX1MfwzsW5Dycb2CLC8O0NrVA0kC2ruijnfyu2uaHT1eMmS65WX7iXjdrD90Rvh7bXPcyvD+vsTIpb5VbKXxwvLSHU2cp63LvmWBEwiqmVLq+7bhMF9XGw9r646zljgYsGvnWG1d8ZH+e3udGX3a5diZds/OveVYo2fnVrP5aKOrx9+jsi4dbXDf8sK9+2lo6Ky2L24/c81nu109vtuQeHGA7p5Ej5GBBgrb8GEgPr4wC0X3YlaMU0LXUHiZnEJ4Xx0Uck6Jwo5uv81fd45wKOR1ERSC1L7JpCNJnZ3ZjG7fd7/fSxIvDtAdTTSsfpupYkRQMuxaicXlA3bTc7FOncXoOGbPo+hnJ2OXnUpS1+lyrEUmEwlnjngJIlKara5WBy1uixc/t+kAiRdH6OLEi4cFcZigpHa3EvTshVBzykRtZN2wcwYnXWhOPUNnSbxkBL62wOqQjun8RkH1erD33Y1y+f1eknhxADZ2IUiWl6CsCBy1UPiYB0KNFVWhVEZZBtYNO8+ja6tKp3CcniCNCpIkkkFuoyCSDpexnUzTrOXFjVmnvsskroLEiwME122U+Ozn67Ly4nsR88KKqlSsMIaWFxuHdVLIeeCNCxyRSOaIlyDew3S0c9xhbVhe2AEyEYfEiwOwAbtBGiAGJbW7NfGS+JyuS3VqJWujdtFMfIh+5adK2y4WAH9nLs4UMsnyEsRbmI5ZlXbOEWF6ZzY0wSnIbUSgOxbMBjodvuB0o3cZXuS0YZ8VK64tK8fRLA9gsq/wWh1szP28ZlSmkJNBMS9u441OS8e7n7zbiHUl97ggXshtRPBTpX3+QLBkU2p3L+J7WItQKj5to6me9txGyTe0+sdiy+KvhygdOT+sEM4g8eL30bqIdLiN7OROYt8XN9xGPT5XLyReHIBiXvwP+x6n61qdWs3WKMDWdKq0yfFSt7yIP1sl18N4j1SsYU5CbiN3SYd73M50bNbY0u2C5cXLpWecgMSLA3QFVbwwn33+nCvo3R+nZsUkA2d5SUm8uBewm2pvlWrMS35OJKXzp0KmNO6ZFLDrNl5Yu9ISsKtzPiPY58+NmBe/z+BLi3h54oknUFVVhYKCAkybNg3r1q3T3Xb79u247rrrUFVVhVAohEcffTQdRUwJ1qSXKaM1J3DSfZAp6DWOXliZuJiXlGYbJT4nbXkRhrw4NxJNVRQW5Ho3vsqUgQhrefHa9eb22bs96FCdXA5D9xzMSayeg33+yPKixfWW4U9/+hPuuecePPDAA9i4cSMmT56MGTNmoK6uTrh9e3s7Ro8ejYcffhiVlZVuF88R2AcrQ9o7R0hH2ux0oycuvYh5carRTGUhRTO3UcqilX2GbDxEBbkJy0tXT3p99JnSuLNTZjOlTG7RneZ7DKjFehosLxbfKfZed/e4EfPi72fJdfHyyCOPYM6cObj11lsxceJEPPXUU+jTpw+ee+454fYXXXQRfvGLX+DGG29Efn6+28VzhODGvKQjCj+96DX+TsWf2C2LU5YX9WHsJalz0vLCHNfG/qx4aU9h8Uo7ZEo8Y0bl+3D59G5YGMxIxyDNTuwX++664TaKZsoDbhNXxUtXVxc2bNiA6urqxAnDYVRXV2PNmjWOnKOzsxPNzc3cv3TTFdA8Lw6GPmQMep25k1llrcIKllREr5GlxPSwgg2cvO+pWrTYaA95hel0kSkuYHaqtBudWDK47T7u8kCcpWNtI3sBu+66jXq8FsIp4qp4qa+vRzQaxaBBg7jvBw0ahJqaGkfOsWDBApSWlir/hg8f7shxk4FbHiBA6iWICcb02gAvEvI5Vb9GlhI7R3XSCsULoeSPxQqI9s70Wl54cZnWU3Ow+T68sEykE08sL+zndEyVtriP2+LF7y5I3882mj9/PpqampR/R48eTXsZKObFP+i7jdjPXriN7B/HqPFNdap0qjWRqihkBwPptrxwZffwBXA7cDMZ3H41vLg+7t136fR2sla7fd/9HvOS4+bBBwwYgEgkgtraWu772tpax4Jx8/PzPY+NYR8sJ0zNdhvK2uYOvPrRUdxw0QhU9E29TvycYEyPTJoq7ZRgMnTNmBzWJMFuyp02n2E3+WOxp/fS8uKlC4m9B24EbiaD22f3JubFfQuznbaUrYouF+47WV4MyMvLw5QpU7B06VLlu1gshqVLl2L69OlunjqtOJ3nxW5D+c3n12PhP/fgzpc3plwGIJgZdvVeWMkDoebUyN4o5iXVgN1UayJV6x17v852pznmxaGA6pTL4XLgZibhRidtRloszHbcRmR5McRVywsA3HPPPbjlllswdepUXHzxxXj00UfR1taGW2+9FQBw8803Y+jQoViwYAGAeJDvjh07lM/Hjx/H5s2bUVxcjLFjx7pdXFuwoyEnOj67DeXOk/Fg5XUHG1IuAxDMDLuWLC9pulSnRva8COJ/MzuqyBri5H3nE97Z2d87AZEpMV/sqb13G7lbD97EvDjbfouw077EXI958bcQdl283HDDDTh16hTuv/9+1NTU4IILLsDixYuVIN4jR44gHE4YgE6cOIELL7xQ+XvhwoVYuHAhLr/8cqxYscLt4tqCnyqd+vEyRSg4mawsU7AyVTptSeqcCgg1EBt2rsVJIZdqvTo1I8sOGWN5cbkTS4Z0u43SsTJCOpYG4VyxmTLbyOeNuuviBQDmzp2LuXPnCn9TC5KqqirfxVc4neeFfWi9rAk+Qt5f90QPKwG76brSKGcxcSjmRfWb2eOodpeFQiFHXWipuqC8mAUmOreX4iWTAnbdRn194TSol3QM0mxZXjh3IcW8qPH9bKNMgIt5caBtyRRrXhBjXvTzvHhgeXHIPcN5ZlTHSUa8yI1Zip4e3ePbswIlPqe7sY2mYURuBa4T8zpg1+XTqzvpdCxKmY6ZhkZxaXrwGXYpz4saEi8OwOV58TBg12m4jsfnKl1GP88L80eaLjXmkFvCaFSXjOVENiM76UJLdQmEzHEbpfXUHOxgJvCWl570u42kFJ9R8+MnN6CQcTtglywvBPfCOe428vD58qA/dx0raxt5kefFqQy7qSSpU8rgYGOuXeU6uQPGPBQv6XgmPjxwGhuPnDHcxu1OLJNQXx+7NIJ7uHuftQMKa/u5HbBLMS+E4wG7XrgwRGTKbAsn0es87az6mipczEsK52R3TSVgNyqwvKTsNlL/LSU3mubjglIsTJK4naSusb0LNz79IQDgwP/MQlino3a7E0sGt18NTcCuy+cD3Hcb2X0n2XK5E/PibyFMlhcH6HZ4dBjNENGQlvwHacZKnpe0LQ/gkNvIKCjWNOaF+SyMeXEwYBdI/nn2MlGc2+duaOtSPhuNgt0O3Mwk1AtPpuOeO7kQqfD4Jn/rQbONjCHx4gCs28jpPC+ZMsshKBG7llaVTpOTzLGAXe42qcWC2b7aZ83J265xGyW5v5Mzn5LFbcsLu2ZRj8EomO3Pe7x2G6U5z0s6jANuZxK36zpl93PjvlPMC+F8nhfmOfWyrQqi5UU/SV3iszduI/snNZ6GaXxc0WwjJ92F6t2Ttrxw4iqloiQNez43LACsS8Sq5SXb3EZGos4peLerC8fXvAPW9uMtL84XjCwvBL+2kQMPROa4jTKjHE5iZVXptC0P4MLCjFr/uvG+bOcgP3e828h+uUTnT/Z4QZ5txMb+GE1bZZ8TL9xG6bR4qTvpmOT++d1u55IdUMi4vSwEWV4IrkFxeraRlw+Y2yMSL9DP88Juk56ycB2zQ2sbacWC8XFFz5qTMQBak3kS+8bUHZmHbiOXOzUjCwNneXEh34cZ6bRKijppt99Ht999tRva1mwjyvOigcSLA7CWFydebi6zZ4bMNgp+ht30j/CdsLBpc0gka3kxiXlJ9b6rxVQSx1M/++nONeT2IIK9PqOOhO3PvXAbpet9kCRJeH1uu47ctrqqHx3rbqPE51Tvu+i6aLYR4eryAF4mhwtgvK7FgN30IDkgUs3cMvYsL/rHS5Zk3VhG+6Z7oMjH27jQqVkUR17HvKRrEBONScLnze0+lre8uGFhMx5g6MHf99TKJXq8KOaFUCWpS/14meI24mbD+PxBl7EWsJsmywuXft7eMTQNo9pEbbK/yPLi5Eg0WTcWt696hex0u41cjrdh695IlHg9VZq9D27eAr0O2m3LC7e2kQunsps4km37U415ET2/FPNCOB7zkjnJ4dJvjXAb0QtrN313ymVxYCqumUna7FpEuUzYXZyOeUnmeGprVPrXNnLZbWTx+F6vKp2uNkivg3bb8uJ2kjp142l5VWkHLW6ic5LlheDdRk7MNspEy4vP/EZ6o3SRe0YrANJzrU4kqTMLBjSzVvQIZsqluhI0Xz6zL/RR10m6XwW3BxFW3QLsqb0J2GUtce6dR6+Ddj3uz0E3qQjNs2PxHE5mVhZdF1lesoS6lg7c//dt+K83duB0ayceW7oXJxrPAkg+z8vRhnY8vnQvGtu7sHRnLX702la8s72GOUbiIMt3n8LrW04AgOa8TtDVE8NvV+zDtuNNmt/8vKq03n2QG4Ta5g48tnQvTrV0Jj0jpra5A48v3Yu6lg4AwJsfn8SPXtuKFbvr0NDWhceX7sVxC/fIiWnAojwqHx1qwLPvHYAkSabPo1nMyz+2nBA+G9bLpxYg8b/PdkXxxPJ9WL6rDo8v3YszTLZZAGjp6MZjS/cK902W1fvq8b9rDpmW88UPDuGD/fXKd1yeFxcaenbk23i2C79ZtheH6ts029m1vMRiEp597wA2HG7Q/KZc7756wZ7q4zD7WT67dbYea8KTK/bjbFdU+LtVt5Ek6V+vEW6J1OW76vDKuiPOZNgVrCYu39+PDplfr57l5Uxve3XsTLtwv7qW3rauucNiqdMHrW1kkdaOHvzvmsMoKcjB3rpWrNxzCq9tOo5l/35F0gG7X3nyA5xq6cTOmmYs2VGL7qiE//vwCA4umIVQKKTJKfFvf9yEy8dV4O4/bcZ7e+vx2ubjWDbvCkeua/X+evx88W6s3lePl779Ke43L+JArGJWHr37INftt15Yj+0nmvHe3lP4w23TVPsan1ved+WeU3hpzjTc+fJGAMAbH5/EBcPLsGL3Kfx14zGs+MFnLZfRKfEiSRK++tQaAMDQskLTAEvhbCPVNl94/H0cevgaW+VTWyLlvx5bthdPrtivfL/1eBOevnmq8vdP/7EDr244xu1rV0DMfnYtAGD8oL6YNrq/cJsP9p/GA69vBwDlWt1OkMfWzYOvb8ee2lY8sXw/dj40k9+OKUdnEpaXN7eexH+9uRMANPfvwwMNmuvVLafL7/4Xf/M+ACiDAc35LV6y0fUawV6dk1aeW19YDwAY2b+I+96O26izRyvsth5vwn+9uRPnDi7B23ddZngs0asTjcXwH3/9GEt21OKP647gg/lXarb5zh82YNORRizZWYvX515qqdzpgiwvFsmNxKuqOyph1d5TAIAD9W290/tYC4X5g3mqpRMAsHrfaW5fuSMRNdItnd14b298lHTglHZ0Zpfms90AgIa2bs1vbq/5kQrJWBT4/eLfbz/RDABYf+iMxvdr1uHL+350+AxaOnqU79s6e7BqT/zZOHRaPJIRlSVeXtPNTY8B8A3xgfo2W5YXJzsrzaiz99hbjjZy369WWQDWHtSOJlMt19Ez+tawAwKLh9sBu2zd76ltBQCc7dZ2Uuy5Rb/rsf9Uq+5vR3VG2iLYTtTNQczm3meib34Ofnbd+cr3Vi0v++r0r9cIPg2/89enFmVWq5B9/kT3vbkj3marrZYixFOlJeW9O9EkFo6bjjQCAD4+Zt/66hYkXiySlyOLlxgiTGpMUUZIq6hHpfKLk87IcLn8Z7t6NL+5PYUwFczqQ9/yov1eHUeQzKW2dSbqLRpLbiIpP9vIbswLjybmyuCwkiSZ5nlJFb2AYvXK0upTilaeTjWezKjjjQrUYzrzvBhux5y7rdO6eAk5tCZzuiYQdHTH70FRfg5uuGgE+uRF4ue0KOztFo2LKXLIxGaUtde65SXxWXTf5bK2C9puNWLLi5SWVbvdgsSLRWTLS09MQpgTL6qFxJJ4g7pVb6UcbS9qKJMxFyeDXP42gb+ZLUXmWV7UcSrWRKSow1Dfw2RGl6zlJSYlmUHWkdlG+pYX0e/sudSnlOvGUcuLzlRuOx1rqs+g0e6imRec28hly4sR7GZWOiqZsEEVJ1P77KW7GeQpu0byc+NtbaT3AtwO2GWfUafECzuo1Uz5t3gMtk0Q3feu3jiY9q6oaZsl+r0nJnGLg/oNEi8WyY0kbrJR0qhkXm61iVKe+SF6WTuSMBcng6LeO7UvB9+JZZZ6Udez2d8yIpGgnqKZTPvcJqg3q/ABu4nv3956Ev/6+7Wob+00PYY2YFf1u+i8vTupzfFudEzamJz4/2ZtpujnVDsxowZeNNuHcxu5PFVazTOrDuB7L21ATzTGvYeiQYYeYQP1kkynpfecOk1nr+UlP0clXlzP85Kgy6FBomEcpMU65CxuzH1/9r0DuOMPG5Q+oScmmeaBCaLlhQJ2LSJbXgB10ij7Lgf1aE9uQEUNpV4kfiq8sPog/vxRPCiyvTuKWEziGjzObZRhmaQ1OUAkiXuY9TobodtI1XEl0z63piBe9JaB+O5L8QDgBW/twi+/NtnwGGbZO/V83bkRfcHnrNtIXZ74/3ZGfHYsQlZnzPWI3EZcTJLzvbbR9fz3W/HA0y9OquW2Ew0y9GCrWJL0R9nRmKQIBbNyumt5kcVL3F0ku+fdTm3Du42cuT5uyRjVb3YCdrt6YuiOxpAbCStByR1MEG97Z1SpNxHC2UZRKTkTXIZBlheL8OIl8b025sX+w99t4DbqcNhtdLzxLB78xw7sOBkPPpUk/mUAMilZnhbNon2q6tEbpVtxGyVzrSmJF5ORvR3Li5klJv5d/Es98eLkvdbLoWPk0gDE4saO9YO9xmTdRu4H7Jpv09YV5bZrT8byYhCbx9aumask7W4jleUlnWsbOeU2Yge16jqzE7ALaO99AxOo22biTtSLo/SxdiHxYpVIOCRscNXBnqm82/KLI3rQnLa8tHRoZxepg8Iy12kk6HgtBsUJ3UaagN30iBezhRmtdJjqbdg4Kt1EfTqz2tywvOgtVxC2ZXlJ/vysKDG0vAg6SPcz7Jp3lJIkcffRrJNiYdsrtYU4ZPCbGifyEVlBfg/VMS92tEsy7zC7aU9MSmpfPVixqGlfLB5D3aap417YPsFM1IouqScWM3QtZjokXpKAtb7I6I3a7Sh4+YEX7Sqa5w/Ezd1GI9KeaMzyy6h+OYwi5r3GLHW8XoMnsgprpkoncamtHanEvDCfHZptZMVnL9eN+rrle+xswK763PEvzJpMYcyLDQHBiRdVbbHvqDhgV/zZKaw2Eex1t9ucbdRpEDNnlrXXM7dRCgG7ybh/NAMAB242W6fqd9Ky20hV1+rBJTt92iz2TnRKsrxkEXlC8aKNMfj75uP4xP3vcFlzrdBtELArsrx0R2OofmQlrnvqA6FAae/qwWd+vlxJlsSXU3t+jeVFEn/OBNTiRC3g9Bo8kdBLxW2USsCu2WwjO5YXtqHU212uG3XjKHfgTt5qPWGtdgtpGlFBq2pnRMzGsrC7/2n9EUy8fzFW7K4DAES9CNjVuR62zKFQSBNjZ3VgxCc54/dhxZrZGjfpdh/bDdhlH6lUXE1OuI7Y89uNi1TXtXpwKU8tj/9mLGr1MuzSbKMsITfH3PISjQF3vbIZXdEYvvOHDUkdX3EbiWJeBCOn/adaceh0OzYdaRSafpfvOoUTTR1YsfuUabkB7cvh5OrCTiMK2GVJKmA3hTwvLU7FvAjOaan9Ve3XaWGFc7kO1J2WUjeC/ezef7sxLyJSHYGzz/MP/7oV3VEJd/xf/B01nSrtRsCuzjHNZr9ZjXthn2uNeDFwa6hhz+90PYiOp4iXFAJ2Ren09dBaXlIXL13M+bVWL3uWF/V970jC8kIxL1kOO11aRtvQJB4SOcmSVYwy7J7t1r5Q7PMossw0ndXGtciIGiz1y8GWIuPyvGjcRGIXiBpRB5jKVOmU3EYmnaM1ywv/N3tf9RphJWBXZW0wCti1a0rXWzjSzoDPXswLWx/iBjz+m0nMiwviXc/iwVvPJEEnpn3mDpxqxX/8ZQsOMpmC2WtSu535evHObSQ6t9ptZNWKwrYBZnE8LOpbm8y+enB1b7N9UV+2JuaFES9mmZfFMS+SrfcwUyDxkgSimBe14mVHqCUFuUkdXx4pWc3zwm4myv/QzATlqqeCisWL+loSnzMu5sXETZRMnhdtp5aE2yiJAEqjsojq10op1OKA7aT04qQSlhdxnhfRee2ORvUtL8atpuhXO64b1sIgugZZQIjSwrvtNrJieZEk7bMhyrY6+9m1+PNHx3Dzc2uZ47Cjf/3330yYupnnRSQU7AbsdseM77UersS8sOJFVfdWm1J1m9bWGdVdid4s87Ku5cXH6oXESxKIYl6aO9SulsTnvgXJpdHpStJtxAfyaTtRdkaR2mysHg0A/AugzReiV2pvMBIrW442KutHme0HiGJerJejxSHLi1C8pGh50XMH6M02MgrYtStetBl245iKF9FUaTsxL2yHJqgP+ZCeZNjVOSZ3DwUB+SLLy8netWmONiTWb+ItL/oxL05Pld5T22J55XvRPdHEvFis+24LVkcR6qObBTBbgRVlRtZ5I0QWNz1rnVnmZdFuPbGYr91GlKQuCUSWF/WUY/bhKilMzvIij/6sWl7YkbXI8sK6jTp7YijKT/xmZnlRP+zJrdrjPnp5XrYea8KXn1itu584SZ39qdKpZdgVf5axIqLUZe3s0W80E8eVLS/8vkrAruC8dk3p6mPJ5bUz4LNTBNbiaNShiVwTXmXYVQtQ9WZW1zcydBsZdK5G5TQTErXNHbjqV6sAWFvZWWTlyLMZsNtt8V5rUBXBiZiXbgOrl9UnSX5Pi/Nz0NrZg7bOqO4zY8vyEiW3UdaQm6O9081n+c6roS0x4i/OT04bGgXsinyabEeltrzEYhKXxEjdeInECyuANGsFpf4+O4pewO7mY42G+4leYu1URmtlCIVSy/PCZ3+1Z3nR+OvZIE1BnBRgYHkxdBvZ67ydzLBrJ2iYy7dhcA0it5FXaxupR+3yuWXLr9X1jYxcF2xdJDNV2kzE7a5psVQ25dwGMS/hJAN2u7ggZOv3SzNjzwnxYjCIsPocy8+HbMGPW17EZTN7JnTXNvKx7YXESxJYsbzUNifES7KugG6dTgXgp8XJGFleemIS5zox8nnLsAJIL1YhU9BLsDaob75oc939APvLA4RDIWXEIwrmNsMsCZo1ywv/NytoRa7B+HHNLC+COrJpStc+R/H/beV5sfEMsvVqNKIWB+yKPzuFVcuLfD/kTszq+kbcjBfNbCPrMS/cbCOTexA1EeSaMgrFS7ydzUmT5UXjNnI85kU/BYURavESz7asY3kxFS/i4/s4Rx2Jl2QQiZdmjXjpUD6LRr5GPuNEwK72N6HlhZvnzz+8UbV4Uce8mFledDKjZgqaPC86uUvM9gPsu41CSFheSgvzLO3DYjaytxbzonYbMQG7upYX+X+dgF3BaW3HvGieI33XKIvIMGPHc9NtcVaN2WwvVwJ2deqALWdXT0wpW7E8Ardo7TOebWRN1KnLKUnGzyX7mxULhtjyEm9nw+HkLC92xYsrU6UN3HJWXfAxRbTGww/aOw1iXkzdRtrv1HleMi0dhhkkXpJAFLCrDtisYywv6w414MkV+/H3zcfx983HARiretkkaCVgV5Ik3m2kGo1FJbV4UbuNtA87K4D0YhXMeG/vKfznoq34z0Vbsbw3AZiav2w4hsXbzBP4nW7txK/f3YvjquC/7mgMjy/by30XjUl48+OT+OvGY4bHNArYlUch7+2tx7Jdtfj1u3vR2B53vUmShOfeP4gP9tcr+4VCCVFZWqh1EZoLKb5TUGOlxtXbqIM9RSizjVTP4qPv7sWZti6xa011rD+uO4Llu8T3lyuf2vLSexjRQohmJCMgaps78Oi7e3CyMTGYMLS8iAJ2me9217ZYul4gPm35saV7Favsy2uP4MevbcNHhxoAALtqmvGbZXt14xQ6VYGnohG4FdQiiMXKcyKjrveX1h7B86sPYvW+es227KH0Asa7ozH8dsU+fHysUZiPJT837jaSLS+PLd1raXmUbgPBYIT6Ge3uiWF3TQt+s2yvMNbQCoYxL8z5Xll3BEt31uJMWxd+/e5eHG1oV35zyvJS19KBXy/do/lefSwzi9MH++rxwuqDGSNyKGA3CUSugWZVLpXdtbzP92eLdwGIB599bsJAw9FjVxIBu91RiWsc1OKlvbOHa+TUlhbRy83PNuJ/M8vCKfPDv3yME70zH97ZXoOPfvR57ve6lg78+6tbAAB7/utqJThPxD1/3oKVe07h71uOY9m8K7CvrgXNHT1Yd7AB/9xRy23b3hXFnS9vNC1fNKZdu0RuGPNywop77lsvfAQA2F3bjN/OnoL399Xjp2/s4PaLSUC0tx5Fwdnd0RgiYf1cP1z6edt5XtSWF31ztXof9T1t7ezBA69v17G8JL7ccaIZ8/+2FYB5UKZaICmWFxuWjGRcl997aSM2HD7DfWcUByFcVVpVxltfWG8pCHXWY++hozuGmuYOfP9zY3HfonhdbTxyBm/+22VY+M4evLuzFucNLRHuz3Z2nT0x5X70zU+MwPVg3QDGs42sWynUt+pHr20DAAwtK8Tqez/H/cbWmZ54eenDw/j54t34OXbjb9+7RPO7erbR7toW/G7VftxdfY5hOdn7m4zrR5TnZcaj8aDjju4Y/n3GeMvHSpzfaLZR/P99dS24t/c9um/WBPzq3T2oa+nAf//L+dx2iuXFcLaRvsia8+JH2HKsSfN9Z08UoVCi3eqOxgzb468/G5+GP2ZgMS4bV6G7Xbogy0sSiGNerJlwozEJdS2dxqM/2W1kIealOxrjrCnqBk2doM5o5KUcg3kB1B2F1YUhTzNBwg1tXRqhwAqkmqYOGLFyTzwz8IFT8cRb1Y+swld++wHe+PiEZlu1+06PmCRpGjZZ5ImWlH9vT3x0eeh0u+Y39j6V6ogXs7IoxxJ0zFZc/UYBu2aWF1GDt+bAadM8L0catHWhh9rdqTc1WX1OUSBhMoJHLVwAk9lGojwvNkeY8ru69sBpLmj+TO9nOahfbzo/O4pmA3YVt5GBNSDCqBcuz4tmtpE9txHLyaazmnvCnkdPQGw70ZzYRjhVmg/YBYBtx5s126nh3EZJxGjJbZRcd2y5Nx7RPkdWMHLZyedj4yNPt8afDXaKuTZgNypcxkL+TQ+RcImXUeImHGhSRui8b3J77DUkXpJAtDyA1U4TiDdWVqZrWpltFBcviWOpTcnq/DNWZhtxbiPNb+biJRrjXVkxSTviY0XQsTPWO0F2ZCx6eaxOWY7GJM09kPfNF406Qtx/QkIh8cwy00BIzm0kab8z3JvfT6ZTFewpQu4MRTMUivNzTAN29ZLfidBLfKgWC1aESaphJ3rvXnc0ZrqqtB1CoRC/8m/vOyy/S3oDH/Zdi0+V7u3E8s1jXtgOn7tnmsEPI15MZubortAugRNnAG8h1nv+2HdJ9I6oA3YBoDjfPFt5qgG78nnZfe1OJTbKtySfjz10fa94OdWaEDSKeFHue1R3tpHdlA2N7Yn+Sz3Y6dY5l5XFX9MBiZcksBLzAgDlReLgzfrWTsOGotvAbaR+OLtU4kXdSahFlbrxEiapM7C8WMkkK+oMNe4sZptjFhNZqcsmakuTsYDpiRcjk6kRhbkRnUU7jV9y0WyjHoGgMUK9BZ9hV2e2Ue85RDEXffIipnle9I4rQn2OhMtKa0nk/hblXUnR1y6fQ12v7V1RoTnebuJAFva5lYMq5XdCb0BwVi1eequi2ELMC2t5MXIbJRMfYiTi6lt56xFrIe6KJhenIiNn2GXP2sdC2gm7MS/yfc4TiBe7cDEvmrXTtO+6LFrqWxJiMBGwK9/3Ht17YXW9K6tlFv0tk8zgxU1IvCRBjmBemTrmBQCKdEYJp1o6DV8qozwv6vN0RyUupkHdSag7c03Mi8lUaXUbbRbNDiReoEg4pIxi1KKrjbO8JCFemON0CF4e9ZR1PWKSpLkHsjAzEi9GXVafvIjQpWi+4J3EfI7/H+XEi+HummMAFi0vittIK/j65EVM1zZinzuzzlxjeVGVQSYm8d856caRkd0o6vt/tivKXZ98TXanr7Ow71RXNIaunphpTg52oNAdjWk6MaP9IyE98WK8ttGK3XW46ekPuYBRGaNqZ11fv1u5Hw+8vp05p7kIEE+VjrefrOtbNDjQHiu1mBf5HE5YFoyCpeXzsYJDrsf61k6l/U+4jXKV7e1m2LVUZrXA1akHUdoOLyDxkgQit5FoFFSUJx4lmLmN5N+ElhfVebp7jC0v6s7cmttIv1OyYnmRBUafvIjiRhEFEssk4zZqMxBWQLKWF3EcjlEDadSgFeRGhAkMk7G8xBTLS2IfK1MqDfO86K1tJOlbXgpyI6YxL2zjZdaZq59buSMWdS7sOUTCwaobR++65cZY3anGR7RMvStCUnsMq4sEJo7Nl+VsV9Q0Gyo7UOjqYWJeegN2jfYP68a8GLiNojF88/n1WHPgNH7wly2aYxqJRla8LHh7F/ebFREgms0jD3yMkmyKsLs8gPxYJSwvKfonYWz1ko/OttlyPfbEJDT2ijY2wy4QbwPtZthNtsyiv2XI8uJDrKh/QD+zrmnMi+w2svDemca8nE3e8tJmMFW6vStqYZQdL0NRXg769Fqf1KLHtuXFxCxqVbzEJO2IQi6jPEVThFGcgZ7lxU7yL9biYKWv1mQHtWB5kftf0Witk0mKxqI3ijcTFOp6SwgD7X7sKFz0nlg1vMjxA2rkY6pdqO2dUVW9S9z/LMnEwUiSJHTnmq0AzAp+braRFcuLnttIEPCf+Jy4pkP1xoHpamR3h/iZMa8r9cQCIOE2Os24pKx0zraXB+iVE7JocqJz7jKwvMjPFdumse43WciIAnb1LC9nu/WnUYsQxfKorWB6XoJk3MZuQuIlCaxmUS3SEy+txuJFWZjRYmZKo9lGZjEvogeTHfGpS6AOxhWhWF7yI4r1Se1uYhteq4u3scfWw2rgtGHAroE4NRJPdmNeRG4jtnGy0hgZPSp690uxvAhjlHrEMS/MsVjLi6l4UdWbyN8vw4pK4UKJFhvnep1ZPIp4UXVObV09XIyNnmtLr1wsRrPrAH42nh5nuxkXKSN0lNgHI8uLVbcRl0rf2FpndMlyRytyJRjleZFhA0ZlZLcRO+nAilvEyFVjRMLy0nves064YMT1CzBuI502TRYyardRW1ePYX4kM1HMMqhvgbbMVmNeyG3kP0SjaxGGMS+GAbu9biMLjXR3VOKsDerO1Y7bSPbJA2IBpRcUJu8jj6KK8nLQJ09reZEkCU1MY6WeqWBUPrM1hJJxG2liXno7A3nEJ8Ko8SzUi3mx4TYSpbPv0rGGmKFveemNeRF0gm2dUaHo4QMQGcuLSbnUAkneWtQIq10ZmnLrnEt9nXpTkGU3ivr62rt6uM5csQ4Jp6/rl0GSJE0nrn5u9MrGwooTNr7LmuUl8ZmfIWZkedHv9Nu7etB0Vv89lTta0eBBDtjVHjNxTSLxIoo9s2Z5sRvzwlteGpnrNWqLjQSSUfCwJLC8sMjPSCLPS07vfsbtoNXMywAwqES7jAq5jQKMkXhhzXAFOu6HehPLi9yAWrG8fP+PG/HGxyeVvzXmaRtuIyAx04EtQkGuOPgWAD48cBrnPfAOPvU/S3H7HzYAiLtRivK1De28V7fgl0sSmR7bu6LCF6G2uQNT/muJ6nqMLStWA3YlQZ4XuYxGbkGjxrMwV8dtZDL6E802Uncqje1dmL5gKea+vEl4DKNnRc9KEDOwvBysb9NkNFaXi7O8mHQSckclP0MikSY6h9WkfY/8czcm/eQd7DyZyANyqtXE8tKtFsa8OV6ONdJbzE5NU3s3Lnl4Kb730kaN61X93Khn54hg3xm2rhMjcIPZRqzlhSmrVfHCbrfteBMu+OkS/PCvW3XPJ3e0ovezqyeGP60/gvMeeIfLts2JF4EwEqUssGJ5MXM76qGOeWEHWHr5rX76jx244Kf/xKF6cc4To/MrMS86YiMhXni3ESB2s8lYzbwMAINKBJYXi30EuY18iNFsFPaFyw2Lt6tv7TJU64rbyILl5WgD38GoG0mN28hChl0g0aHJDXc4lAhAFpkl//3VLeiKxrOJyvTJi6CwV8Cx5frbxuOa/UUjrz+vP6qxpOjFMchYtrxIkmbUL7/0OQK3YGJmgFHMS44wYNfMxcC7jUSWFwlvfHwSp9u68ObWk5r92fIlgzpJ3U0XjzDdRzfmxaAA3YwlTw42VSwvJuJFPNtIe47Hlu1DR3dMyWQNAGfaxc+KfN/VgrmpvUs4y8tq0PDb206ivrULb2+r4axZZ7ujtiwvbOfOuo3kWDqjhJGRiNhtpO702Prv0nHXLdtVZ+p+UcSLYPDQ2RPDD/+6FV3RGG59fr3yPSvwmgTvv9xZPzn7k8w+5h1zD/f8WO9g1ZYXtq70zvvc6oNo74rityv2CX83svzIz5eu5UXlNoqEQ0p7qs7fxSIaXOpZjkTpPNRLZOi1XyRefIhRzAubnVXUCQKJLLtq5Bg7JWDXRo+knW2ksryohIf6AZTLIDeccglCoRAKZReQ4OUQdTJ98nMUy4tZZl5RR1NcoI0ZMmv0rbuNBIFpPTHuf5aO7mhv4KX+dRToxLyYrhkjsZ+1sSDdKneRaGaGnenD8j7yNV0xvgJr77vScB+2MT5rMeaFrTM5yZhynWZuoySTxrG/6T0L3TpuI3UgvfFsI2NRdbot8ZyebOrAK+uPas5lhpl4aevq0XUjRnSS1KnPy9Z1oyYNQ3w/1pqlh9zRiuJE9Dpwtk1Qi6q+BTlKW3r1+YPx9zs/rdlHD/Z8Xcm4jXr/F4kXs/PqveJGlhf5HTirMyCqV1leIuGQEoogsnDJbbdocKk36OojmBGrmSqtcw2UpM6HGLmNOMuLwXaiIFVZVSdiXpIvm7pzlR9yWXCZuY3k9Pbywx4TWF6sJkIqyotoYl70RkJn2rQvoyjVfl2L8VICyeR50U++pC1jT2+MjLHlxTm3Ebc2jGpGmajjs2F4UZ4vdmq7fL/0YBsy1txtLF7i2+VGQgmrZe/mRpaX+PpT2uOpO2y9DlzPxdilWF5U4qW1k495gb77VuQmYzsNs6UTrIkXPbdRIvZBL9dGmJttlCjrqZZOrr7Y9/G0yqop/73DgnhpbO9GV09MHPOi8/yzlhe1cOrXh7cIFOnMWhRh122k5HlRYl5Yy4v2vFY6b0O3UbKWl1BIERsiYS63l6LBpZ74EsVlamJedN1GFPPiO9gOSj0dmo1zESWzkxGKl94HU25sklk9Vw/5IZcbAzPxUta7nezmkV+wEEKJac+Cl0M05a5PXg4T82KcCr1RYHmJCOrPrNE3C+iVicYkg5dS/H17p3FuDitTpffWtmgEmGi2kToWgY3fEMVy2AnkjaosL33ycoQjMRa2XGyDbmQllOusT16OslaRvLXRVGm9XCrqc+mZ0OXv+6oseImYF/5enmrp5IOnDdxGorKxcSyiqcZA4j3Ri8dh2VPbqnxmhRE7i7GtqweHT7dpciXJlhdJlYzxbHcUn1qwFJt61+ph76c6Dqe+tROtnT04LFjPS8Tptk7hvVCvXL+rJi6GWNea2vKiHrj00Zm1qCYey2ZXvMhuo3g7x7qyRedlrWtGS07onk8+to4gk4Wm/PiFwyFlcCESiXLbrR5c7qtrwUGdmBzR+251qnQys5rchMRLErCugf7F/AiBtbzkGFheRMGQhXl8Wmp1I201vwyLbImQfZua2UaqB1M9k0HuWEMmlhfR6LQon7G89IoKvanMZwQ+b5GIMBMvVmcXxARTpWX0lnVo6+oxtLwU5EaELkX5PPvqWvH5X63Cl3+zmvud7zC1lpeYBNQyi1eKpgDL1V8icLXpocw26r2movyIUDCysM8L+xwYBewqx8+LKJ13IkmdwG3Ue99Frsh4ufm/2U6X7Txly0ulKihRL0ndqZZOfqp0knle2Gfz8GlxZ1FRnK/Z1grs+XKYTqymqQOX/2IFLv3Zcq4u5fsosmzVNnfirlc2A+DfF/Wsv5qmDuyyYHWROdXSKQ7YVd3jmY++h23HmwxjXsr68OJFbnvYmZAi1NY6WwG7EdltlKgP0XnZe8gKGRYjt5Uy20hHkJ1q6eRckZFQSBGuonouEVheDtW3ofqRVbjh6Q+F5xBbXiTDv2WsZFtPByRekoANyiwtzOUafHaaragjk60xJwUrKavdRmrLi/qFtoJskpQtL2arSsuNhLyfYnkJQTjtOb6NJIx+75OXoxE8ap+4LBREMS+ihkcUK2SHqGB5AJmbLh6OGy8arvm+vStqGDDYJy8iDOaWz7Oid6bFyaYOzr0lEi/qTucE87yIRu3y5uVFeYYWPxb5vHLjqZcRmoXNW8E2kpYsL/k5CCkWAb4M3DmicjyMjnhRnYvtRFhhJwvlylKVeJGXB+h99uVRfn1rF9fxGVmHRKKALcchPfHS1554kQmF4vFn8oj5o0MNym/7TyUsNXKeF/Ydks8NJNxarAVJnXtmT12LJZeR/LydaunUdRup3ZH/2HJCtf6R2H0tU8jsbxR/ou5ojVJSqJHdhHIbrj6W+rzsPdS7n0YuY71JAHJ9NrTzEzt4y4t2EFVWmFg+QOa9ffW65wfEA2KrU6WtuPDSQVrEyxNPPIGqqioUFBRg2rRpWLduneH2r776KiZMmICCggKcf/75eOutt9JRTFNY10BeJMyNdrmAXcFsI7kBMXIb6QXsqv3AyZCwvPAPotoSIytxOZ5BLkKYUf3tnfHg1bte2YQbn16D+tYuoe89N6J1NaljUoaWFQIQu41EL75Vt5AZouUBZIrycvDwdZM0rrC2zh7DHAp6eV7kl58VrLtqWpTP7G2W2wl1bBD7vAhjXuTYpHAIA4q1uRtERCUJ0ZikmH/N4l0AVcwLa3mxEPNSlBdRggr1RJq8/b/+fi2+/b/rNb+x+8pwnUhrIqZDHp0OVomXrmg8AFp+F4b1iz+Dtc38gCLZ2UasBUgv5kV+/+2a3GV3kPyefnT4jPLbjhMJoSEPqFixKXou2HdAfU07TjQrwbrnDS3RLdPw8j4AZMuLwG0UlTRpI0SWZxb1QC0vJ6x0tEadpmZFZNXfTWe7ce0Tq/Hj17Zp9lVbXtSozyvKhqvG2G0ktrxUlhYgEg5BkvjjRsIhZYAhsrzIdcaW85hJ7JXI3W9VvGSN5eVPf/oT7rnnHjzwwAPYuHEjJk+ejBkzZqCurk64/QcffICbbroJt912GzZt2oRrr70W1157LbZt0z506YbtoHIjYSXvAqB2G2mfDLnxEjXahb2KX34B1Y2JHcuLTL+i+L6aDLsqgdBHbXnpfcFC4C0v24434++bT+DDAw14ae1h4TnPdsW0lhcd8SJyGyWzImyyxCR9t5Fo7SogLpzaDTodszwvbOfCfmZFql7+EzPxIm8eAj/CNiLGCBdAPyM0CxfzYjFgt42JqZEbS3lr0Xvwzx21eG9vPdYfOqP5TXQutj7iQaOyUI7/X1laqDlGT0xShLv8DKrLYuQ2MrO86E3pr7AoLPWQLSrye7qBES8fH2tKbNcrXth3SD1LTW+Zkr69z8GOk83Kc3rB8DLdMo3sz4gXHcuL+txsuUWUFWoHavJAyMh1a9bx/mXDMWw+2og/fHhYu/hk7y3VS1JpNN39THu32AVqONtIfNy+Bbno3zvYZFNPREKJwaAw5kW2vDCiworlTI2ZdV7GaLZbOrHuKLfJI488gjlz5uDWW28FADz11FN488038dxzz+Hee+/VbP/rX/8aM2fOxA9+8AMAwEMPPYQlS5bgN7/5DZ566inN9p2dnejsZEzGzcnfNKuwyjw3J4ySQtbyYuw2Mmq8ZLfR5qONuG/RVq4xAlITL+W9Vpv9p1px36JEsim1JUMe0b2+5QT2n2pVOgDW8vLO9lqs2H1K2efpVQeE52zv7lEEz66aFjz0xg5NgPOAvvFyrT14misXAKw/2AC36I5K+NvGYwCAT40ux4cHEufSG3k9veqAYT6VuOVFe8//vuUE9tS14uNjjcp3D7y+HUPKCrF6Xz321SXM/btrW/DP7TX4napO2b7yvb31XF2NrShWOoNwKIQBxdYsdH/beFyxEIRD4qRgatYdbFDOzT47C/+5GyPK++CSMf2xas8pJVfEp8cMUKaCFuVHlFHhC6sP4Z/ba4Wi542PTxiWYf+pNu76t6rekx+/tg19C3IUF6M65gUAfrRoG/bUxa1fJYW56FuQowkm/8U7uyEBOCgIvl34zm6M6O20ZawknhtgUVjqIRtzi3rfK9aa98IHh5TPkRCwel89Vu2Jv6d5kbDGurm7pkXomps2uhzv7qzDwfo2RYxfOLwf/u/DI8Iyjey1vPxyyR6MH9RX83tnT1QTJydym7OIZhoW5eWgsb0bC9/Zg6vPr8SR0+042dyBorwIpo3qj5V7Tmnas4+PNSnPyrB+hVi8rUb5bd6rWzB2YLHytyz08iJiC+TCd/bgmkmDccX4Cjy1cj+W7uQH3qdaOvHa5uPcWm1Gs84efnsXjjS0a1xARXkRhIrzUdfSiceX7VW+D4cTrt0Dp7RuSbl9fndnLRp67/XmI42659fjwwOnceh0m9LmsO0TS0wC5v9tKwaWFOCez5+T9HmcwlXx0tXVhQ0bNmD+/PnKd+FwGNXV1VizZo1wnzVr1uCee+7hvpsxYwZee+014fYLFizAT37yE8fKbEQ/JqCzvE8u8iJhbDseF0usaTYnHMagknzUNicatSsmDMTSXWJrExv5/fJabUNx2bgKvLO91laZx1fGzb6n27qEx5ap6F3rYsvRRmw52qh8X1KYi4G9Da8674Pe1OlJQ8swsLfjqG/txO/fPyjcBjiCow1nDcvlBvLIfkxFMdo6o9h6PN4JyiLx2guGYtGmREK99/Ya+4+L8nKEwb6bjjRik6ARmfO/HwmPI2co1uNIQ7tuXZUW5mJk/yIAp4S/s6w71IB1vTEThbkRJR6lpCBHdwbPgfo2HBDMXFiyI/5cqu/xn9cfxZ2fHQsgPjNPdtWs3KNfPr3pvyxGz8rrW3jxo3YbAcCfPkrkXelflIcBxfka8fKSwTne31cPiPOSGTIoVfHSe48GCtK6s0TCIcx+di339xcnD8H/rklYSXfVNAstA+cPLcOOE8040dSBrp4YSgtzcY5AlMhMGJxwKe2ubdH8LkpAZ8YnR5Zpvqvom4/jjWexeHsNFm+v4X575j1t2wLE3VN6z8q6gw1YJxggqSdhyCzeXoN3d9bihzMn4Inl+zW/v7X1JH6+eLdwXz1EZZMtpztONittTlFeBDnhsNIGy4wdWKyIC/m3XTUtnFvajHCIHxy9u1PcP4l4Zf1RjK4oCq54qa+vRzQaxaBBg7jvBw0ahF27dgn3qampEW5fU1Mj3H7+/Pmc2Glubsbw4dqgSyeYPKwUC6+fjLqWDnz5gqGIxSRcOKIMw/oVcqbE3EgIr935aazacwpjBxbjVEsnZnyiEoW5ERw/cxZ98iJYtfeU8oCyfuFZ51di/KASlBfnYeLgvsq+BbkR1LV04NKxA7Bm/2n0LcjFmIqiuEujK4qh/Qqx62QLnl61H4d6pzj++AsTMev8Siy8fjKOC1ZwPn9YCdq7ohg1oAhDywpRUpCj8cNeMb4CoyuKEA6FlEa+vDiP8x1fMLwMN1w0HOcOLsH+ulZcfV4lQiHgl9dPxmubj3Od/8TBJZh31Tm4YvxAxCSJE3gA8OjSPYlVdPNz8NKcaViz/zQ6umP41buJpQUuHFGGGy8ajtX7Tms6LT1u/XSVYpbOzw3jKxcORXNHD97eehJjBhZjWL/4SPKha8/DtFHlmDikBO/trVdGqRePKsfh021oPNuNJ1fsV4KVBxTn47yhJfjl9ZNR09yBy8YNUMosc9Gofnh57RFuSQerjBtYjNsuHcXV1etbjmM/Mwpb8JXz0a8oD4NLC9C3IBdjBxbja7/TDhB+OHMCfrNsr+LSYRfye/PfLsN//OVjrDlwGgBwd/U4XDauAttPNGny8bD3guWLk4dg1Z5TaDrbjXd6O5oR/YtwV/U5ePPjE71ZSRMdwI+uORcXjypX6rlfUS7u//t2w/r4/ufGKnFlJYU5mDy8DO/vrUdMkvDou4kRK9vRf27CQEweVqb8XZgXxnWfHIYP9p8WnmP8oL6Ydf5gDC4twLDyQnz9mYQgGFNRhC9NHsptf9Gofjhyuh21zZ0oyo9galU59ta2YGi/QnRHpaTWnQGA+78wEUPKCnHH/8UFrfwMzr/6XHxiSCl6ohLOHdwXy3bVaRLhsUTCIfzHzAmYUFmCHSeb8H8fHolbXnp7rR/MGI+eqISi/Aiunzocn5swEMt310GSgEvHDVBmQgLAhMq++O4VY1DWJw/5OWFcMLwMv12xj8v2Pf/qCVi2qw5rDzZw+VIe/sr5GF1RjDX7TyMUAj49tj+2n2jGmbZulBflYuKQEtQ2d2LKyHLNNfz8q5Pw5scn8eulezW/yXx1yjAM79cH08f0x766VqU9/tumY8qU77I+ufiPGRO4tvqNj09gb68I+NyEgfiffzkfp1o6UVKYgwt6n6vnVh/EmfZuJQh28rBSXDdlGH61ZA/OtHdjc+9g7xNDSnDVxErl2MPLCzGgOB+bjjQiEo4Pgtb2iqarz6vEhMoSXDCiDA1tnTjR2IEvTR6CUAg4b2ipcr+njS5HJBzCzZdUcUurnDu4BPfOnIB+RbmYUFkCCdpJEVOr+uFoQzve3HpSMwCTpHg8kWjA8PVpI5SFG/Nywli9rz4u2nv5f9VxwSKHJHiF624jt8nPz0d+fmqjGquEQiF8dcow7jt5dPkcM/LMjYQxuLQQN1w0gtuW3be2uUN5oFiXw0+/fJ4wwI7ddxLTCLN8ckQ//PKfiRHAtz5dJSyzHt++bLTub9+6dJTyORaTcP/ftykiY2hZoZJinvWRXzdlGBrPdnMvzmcnVODKc+Pi9EZBWvonV+5TXqivf2oEJg0rU6533aHTWL0v3tkU5+fghotGoL0ralm8TB1ZjmsmDea+G1gCfP/Kcdx3xfk5StnUdT19TH8AwGubjifES988hEIhXGdyjyZUltgSL+cNLdXUVVtXD/afiruYbp4+EuN6R8jfuXyMss2A4nyNS+O7V4zB86sPKuKFDdwbXt4H3/x0lSJevjBpMMYO7IspI/tpysR2CizXfXIoms52Y9WeU8oocPSAIowaUIS5nxuH7miMEy/f+NRIFORGlPrqjsZMxcvd1edopnZ/ckS8jI8v25dYjTc/0bh+euwA3MY8wzJ6wcrnDu6Lu6oTz8XEwSVKHMH4Sv43mUvG8H+z74KRxUnENy+p4u6N7NoYXt5HaXOAuDuKFS/qmUOhUPx5/vq0EXhr60n834dHuHiIb0wbiVLGLX3+sFKcP6xU+ZuND5lQ2RdfvoAXbfM+Px53/2mz8vc1kwYjHArFxUuvC4N9ny4elRAnIqEi4pxBfTHmymJD8TJ72ghc2PsMsOfYd6pVeU4H9s3H16fx79HZ7qgiXnIjYc3vF47oh41HzmD57lNY2/tefGp0f9w8vQpPrdiPM+hW4oNmnT+YuzcynzmnAkDcGiSLl698chg+P3GQZlsAwmOUFubilukj8WKvBS0nHEI1s/+tn9Y+2zIj+xcJrcd5EbF4+danqzB2YMLixk7/H15eKHz2vcDVgN0BAwYgEomgtpZ3edTW1qKyslK4T2VlZVLbZwpsW2qU50WGDa68qKocV59XiXuvnmB5xogebOMVEoWUO0A4HEIfxlpkNFtFHU9RUmCs1lkrVL6qHlkrgfxZtpZYQZRkzy6sq6F/kbV7ppdHxoxzB2tN9xMZk/25zGez/QC+HtXPCD9tWv/5ieg8WwW5Ea5sADBqQJHyWR3YrJ7ebbZyeyQcMsxJI88gAhKBngD/frLoBSuHVdfHBuFbXV2eO4+FGV3c+cMhS++vepr7KZUlk72O8ZXx52E7EzSut5SJDPv+qusE0M5kGlCcn8hU2+s2Kkzy2kVEwiHDVAB695GNNRQFtLPviN7hJw6JP8+y61POqyLfH9mdqn7utSROkExeJpkCph7N8jKxiO5xKATk6ywgrE5gx+4vmknrFa6WJC8vD1OmTMHSpUuV72KxGJYuXYrp06cL95k+fTq3PQAsWbJEd/tMgU3LbbQGkgz70hfkRvDkN6bgjsvHGOyRHMk2lsnSh2ksjGaraMSLICBPb3t1J8G+sHJDxnZWZjg13Rrgp3gbLdjpBBMHl2q+YwXLhEqxSNH7nu2D1P2RlQ4f4J93lsLciEY0VTHiBeDfj2QaYcA8YSP7PLAdu17uGF3hrSpWJJyaeFF3CH0tzPCydly+/C2qZ5yt3qr+RZpn1Vy8JI4vmn3FCoKSgpz4Ol+955BzODnVFhkFluvdR7Z8okkTrODQi8lXDw5k4aF+d/QGETLs9mbtoIhCi1nc1YhEJ6D/LqkFMfu8J/u+uonrMuqee+7BM888gxdffBE7d+7Ed7/7XbS1tSmzj26++WYuoPeuu+7C4sWL8ctf/hK7du3Cgw8+iI8++ghz5851u6gpwT4gVtQp+1KZNSDJ8M1LqgAA//Uv5zl2TBFsg2Q0slKre7NpuazlRT11mR3ty53nUAviRe7QrhhfYbqtVZJZfp7lp1/+BIDeGBULs8gKcsOcGV9mdEURhvUrxKCSfN1GU2+16JDOZ4BvuIxG/nqNZ0FuRONm0kv5rncOdSc18xMJq6vZwOCuK+P++FnnV6KAmfqqN/1eL0GfxvKSonhRZzRlZx+J3FmJ8hl3/GbvE3sdkXAI5wxKzLIpyA2bikF2+rAoPxLbjskTGuRjymkQzJaesArblqifKb37yIkXgeVFtgrmRkK6VmF10HLC8sKULSc+ScMI9olKWbwk0Wfovat6YlDdnrPPSDKiyW1cj3m54YYbcOrUKdx///2oqanBBRdcgMWLFytBuUeOHEGY6ewvueQSvPzyy/jRj36E++67D+PGjcNrr72G885ztzNOFU68WHiw2BfJiqXGKj/+wkTcckkVqvpbd6fYgW2QjBpY9QtSqGOqFG2vbljDAsuLmRsKAN6953Kcae/CYEHej3TzjWkjccU5AzG8vBBfnDwE6w814NbntUnZLhs3AP925TiMKO8jnD6aGwnjze9fhpikTQQmM7qiGGvmfw63Pr+em4UQErjfZNgRrNFTqTeaK8yNYFi/Prj9M6Px9KoDir+fpSgvIszMLNOvT56S52LFv1+Bzp6YMsskL8f4+bl4VDlW/eCzqCwt4K5Tb92qPoI06YD22tkRZ56N91XdgQ8ozlPWnfn02P64ZXoVqn+1UpNbo6Qw1zS7sxFqcXhuZYkyQ3J8ZYmpa4p9B0UzlMqYZ1N+JtSDDlEqejuwbUN5UR73DOndR7adFbnkcyJhbL7/8+iJSboWVPVMH7nN4Qes5m4+tv7suI1YUZGM+0bPWiK63rxIWPN9plpe0hKwO3fuXF3LyYoVKzTfXX/99bj++utdLpWzsPfUihixmlAsWSLhEBdj4BZsg2Q0skpWvCRreWE5Z1CxsqidPO13RHkfFORGMkK4APFyy3lCivNzlERpaorzc3BRlXFAY6kFy83g0kLNSMrIbcSO5I3SUOkJdNnace/MCcqMLTVmMRBlfXIV8VI1oAj76hLCy0pOGnUeFkB/JVzrlhdrq8broe7A2fc/HIo/EyJxUFKQa5gbxaw+1Pd34pASoHdG/kSdmCgW9j0TJegTvYfqQYdjlhfmWvv1yYU8RSInHNK1IJnFvACJhQ31KC3MRW4kpFie5PxenAXTQnwSGydnZUkONWzbmIyI0NtW9OyIRGButlpesoVk3UZsyn9Rau1Mh7O8GIys8lUj5QKdLJbK78z26oBd9iVkhcxfvzsd7+2tR/+iPPy4d6bKU/86BWv2n8bXprozbV5GvXJxsuhlqHVyhKMOVeDbWX3Li9FaMnqWFzmoMBwOKbPK1Jh1ZurlMNiOwW58kV62UD0hpX6FuZgXG2UoyIkvTinfC7ZTlY8tSoTIJsIUYdZpqh8j1sVoHmDKY3WxQ3Wn6JzlJXEcNvi9T15Etx5YwWI3YD4UCqGiOF9ZZ0xkebEyN4KNudOLGTPCbsyL3raid0kkqtg1/TLJ8pI5ocM+h314rbiN2IdAL9lbJmPZ8qISK3ouDtH27EsDiN1GQHzK5d3V53DHriwpwLyrxivrr7iFKItrMujNgHJrphgAhKDf6LIdj561AtBvxApM3DqAuatDnYiNFap2Vlg3Qt/l6WzMi3qGHtupGnUIIpdhUudVu40YwTJqQLF6c0PMxIvsClF3ioW5TsW8sJaXhBAxivthBUsqgfVsjJISr8JaMC0cQy8BpFUKbVpeREIpFAppsp4D4neTj3nJHMmQOSXxOWwjYbVxm3PZKIyuKMIXJw823zjDYBskY8tLkuKF6fw0s42Yd1BorjaYqeQ0P//qJAwuLcBjN12Y0nEmDy/D+UO1AbldBsIhWdQD+pBBoxsKhXDtBUNwgU65ZESNZyQcsuQyNRMv9149AcP6FeKHMycAUL1bOcmJuh/MGI/h5YX4rs5Mvj66U6X5v1ONeQESC7ACfPyFLM5e/NbFqCwpwIvfulj5ra+FmC4j1OKltDAXX50yDJ8aXY6LRvXT2UuM3oKm8rvw3/9yPgDgvCGlGNm/D8Kh+L2uPnegvcKrUMe8iL5XEwnHn+dJw0ox1WJeGRHsMyuyvFixpKgXp00WPubFvuVl/KC++OKkIXjgi5/A0LJCLmBc9D5kdcxLNiCaxmvGf14zEf95zUS3iuQq1mNe+I7KLN6BdStZCdhlUS+c6SZfmzrcEZdUbiSMf3z/Ulz/1AfcgoR6Aaa2UPkj2JoTuX8evdFckInyvORFwpYsRnqCQWZwaSHe/+HnEmVkbmWylpc7PztWmPRLRi/2QH0ZqeZ5AeLvTH1rvLNlZ5vIbcfl51Tgw/uu5PaxE9jJIrodC6+fbOtYepYX9btQ2icXK3/wWVvnMIJtS9g4FbNnzsrznMy55TaKi3mxcIzWFC0vfMyL9WeQfcdnfqIST/3rFADxeLLV936OW8KlQCAEuZgXByeXpApZXhyCfX/c7jgzAVawJJOkTvRy8NvbD9hlBU0mvWRWCKmaP70YDTuox8vJ+upF6CW+skLSCdsciHnRQ2+WilrURVIM2AUS70yfvAj3zhiN2i8YUWbrXMqxHXQ/6lle0gXblqQaa5bKuWWxxFatlXpWr6GVLLanSkfYdlP7OyvgRdeRSl4mNyHLi0MkO1Xa77AdUDIxL6lYXvQCdmVCNlx3mYqj4kXjNxJ+TIpUOsVkZ59wLhsLMTXJYCvPi00BJb8zffJyuDgNI0vttRcMRX1Ll3DBQis4GTplNWDXLdi2xMz97Py5tedLdhBwtjs1VzDbdiY128ggozZgPomCHTDQbKMAkuxsI7/DZ9hNYraRSefDNkrqUTY7QhW9vOw3TubO8QJH3UYqOHO3zd4tlRHYyCRzELFFtBtvoodZ/I0MZ/2xWQb5nSnKV1leDO5BKBTCnM+MNjwuO4tJjZOWlx6vxQs7E9HlrNZqxlQYp5+w8h6NGlCEg/VtlpJTirA724h9V0V7mZWdHQg6+TylCokXh0g2z4vfYRvwZPK8mAW2GS4PEDIRL8xXfheQRjN9kkVSOY5CSY4YRaQiXmZPG4k9tS24bJy1jMcRFy1qltc2SnG2EaCyvDDvTKqm+LxIWFfsOmt5yRy3UbrFy3c+MwbHzpzF1eclsj1zlhcLx3jm5ql4Yvk+wxgsI1jxoidWRbDPVzL7yWRqzAuJF4cIcW4jf3ecyZJMzIsZXJI61YtiFhQdCpCAdNNtxFadbfGSQq+YlxPGgq9Msrx92MV3Sy/+Rn15EQcCdmWRX5Qf4WJtUhYvOfrixdmYF68tL4x4SbPbqDAvogl0TjbmZezAYvzqhgtsl6Egz3y5CxGceDFMPSmGj3nJnL4tc0ric7gkVhnkF0wHRo15sm4J1v+qsdokMTXRzTwp6cBJt5EmSR2b58Vm1EskjeLQbJZZKlidKu2I5SXfHcuL0QDByeoSZdhNJ6wb2el8P3ZwIvA9GcyWatCDfb5iNpqVTF3byPsnIIBkm+XFSQzzvDB/CgN2bYefZh6OihfV30bLA1glFctLsrDtpdOzHfSWq9DONmKDhm3GvMiWl7wIn3Asxbo06sgdtby4GIdlBS7mxSTINB0ka3lJ/XyJc9gVL7YsL4xozKTZRt4/AQGBTfOeSX5BtzBb/t0urOVFLV7MAnZFa9r4hctVK17P+IQ4tb7T2H1S09mI2cmhZOfYHC5YXuQF/ir65iMcDsX/D6U+7ffq891NcikvIzCDiffwAnXMy/Dy+LpgV01Mz7uixstWPpn4I1Yc6xnP+vZaIEULqdLaRgEnxtjmczPIL+gWU6vK8cTXP5nUIpBWBifs6Eo928gsYHdMRTGeuXmqa4teusmcy0ajom8+zq0swY6TTfjCpCGOHVtSJ6kzWFXaKukUL26nIfjb9y7BmbYu/PCvH6O+tUtzTsCZPC9fu2g4ivIjqO5d8+l3/zoFZ9q60F+w2nEy/GDGeHT1xPCHDw9rfnPCIvCH2y7GuztrHX0m7ZDPuZQj+Msdl2Dl7lP40gXelIt7j9Lc5CcTE2clYPftuy/DB/tP49oLhmp+ozwvASfbLC8AcM2k5EZ8VhrSiMEIN2JieQGAz3s0CkuVvJywkqX0/GH6afmdgKs6X7iNWMuL873EJ0f0A6AWdfw2TlheivNzcMNFIzTnTZWC3AhuuGi4WLw4UF39i/O5cnuFeqr0oJICfO0idxdeNYJfZiO9bX4ybiP2uVYPZGSG9euDr00VW64p5iXgsJaXTLrBmYSVauHzaegH7GbSCCDTMVpV2rbbKJ0Bu9wUePfOy2s6/ZiXTJzJpjcwyKS8HKmSx8028r7rChuIXbfRW43ejJiNudL82kbe17tM5pTE57APhd9nuriFldEJ2who3EYmGXYJMZo8L9yq0jbdRmmsf+6+uygc+ABM/jcnLC9uotenBKktYp85dfJLL+DEbprq+fufG4t+fXJt54qxo3lYT0ImeRXIbeQQHqdA8AVW3m+joFwrbiNCi5HlxW41svU/bmAx9ta14t6rJ9g7mAlcDiUX7ztnpVDHvDiQ58VN9C0vaS5Imkh3kjoR6Z4qDQDzrhqP/1d9jqVVrEXYsbzkRTJzthGJF4eIeZwDwQ9YMWEbbUNuI2fgMuzazfPC1P9Pv3wehpQVYES5+7O93DRbszVhZHnJhBwjaixOmvI3zMVkgnhxYo0wO9gVLnah2UYBJ2on73KWYeW5H1xaoPsb22ek+wX2MwbrMjqyPEBeTggj+1ufdZYKbiaANJqFxc02spnnxU303BZBinlhyQR3GC92vS+PFWzFvGRonhcSLw5hN4Aqm7DS4Jw3tBQ/+dInMLSsUPNbOE3ug6ChnSqd+jH53CvpGwWnK1BYfRb2tP5yG9F74hZeuI1Sxd7aRpnZ7pJ4cQhqJMyxuoLvLZdUCb+ngF17GFlebOd5cTn3ih6uxrwYWPbYOsxM8SL+PkivSSZ1nIC3U6XtYsvyEqbZRoHm2guH4JxBxbjt0lFeFyXjeOLrn8SQ0gI89a9TUjoOBezaRLMwY+ojxrBXlhdXY170K4Nt8zMz5iX4lperzxuMCZV9ccv0kV4XBYA/LS92HAThcEgRjpkkIMny4hB98nLwz/93udfFyEiumTQ46YR2Iihg1xmcWNuIbcTSaXlxM8eK0Vo1XAbtDJouakYGDZRTpjAvgsV3f8brYijw75E/ngm9JHVm5EbC6IlFM6rdDdCjTQQd9sWhgF3raN1Gzs42SudyGG42nkazjdg2P5MacBm99yFIlpdMwygjc6Zid16JLNgzKc8LiRfCN0QoYNcWmtGWA5aXiFeWFxeFkpEbINOTUNLrkH6cmLWXbuzEvACJhKGZJNxJvBC+gR1d0ojSOsZTpR0I2E1jg9a/OM+9gxu6jdw7rRNkQ8xLpmHkZsxU7D7GcpB6Jg0aKeaF8A1snGQmjQAyHfVgi7Mw2Dwm21bnpCGAdeH1k7H9RBM+N2Gga+cwqgu7I9Z0odd30mviHk68R+nGrgiXxUsmzTYi8UL4Bsrz4gxOBOyyfXk63EZfnTIMX50yzNVzGCWpsxvomC7I8pJ+nLBgph3bAbuZN9soc2QUQZhAAbv20CzMyOWnSP2Y6QzYdZNwSPwZ8K/byDedqg8JGcRIZSqpW14y50KD0eoQWQEF7NpDG6+beuxQps++sYPRatuZ7jbSuwUBuTUZiR9jXlIN2M2kdpfEC+EbKGDXHp+fOAgAMKxffMkFR9xGzGc/5T0xwmi17UnDStNbmCTRs7DQa+IeYQcsmOnGruWlvCgeKF/Wx8WA+SShmBfCN7CWl6CM9tPBD2dOwLmDS3DF+AoAzqwqnelTh1NFfU2fHT8Qj910ISYO7utRiYzRt7wE795kCk5YMNON3ditn3zpE9hw+AymjSp3uET2IfFC+AZaHsAeBbkRfG3qcOVvruYcCNgNCkZ5XkKhEL40eUiaS2QdCthNP1zV+qSa7b63I/sXpW3leKuQ24jwDWESL47gSMBuANWLH2MYZPQDdtNckCyCrXO/NEfq4H0/Q+KF8A0UsOsMfKObesBuUHBC1HmFfp4Xv12Jj+CeF3/Uc6bPmksGEi+Eb2Bn5FKjbB8n0poHqA1UcELUeQUlqUs/3PPik54002fNJYNPqpwgKGDXKZyYbRSkRlDGj2vVyFCel/TDh7z4o56D9NqSeCF8AwXsOkXqs42C1AgqcAG7/nq+KOYl/YQdGASkC9nNfuGIMm8L4iA024jwDRSw6wxO53kJCmxV+O3xoqnS6SfkI7H7zv/7DF7ffALfunSU10VxDBIvhG/g3EYZ3lhkMvyI0V49BjFg2k8jaTV69zGAtyljMEpqmGmMqSjG//v8OV4Xw1HIbUT4Bs5tFJCsrl7ApcG3eYxbpldhdEUR/u1zY50pVAZgtDCjXwnKdWQiTrxHhH3I8kL4hjBZXhzBCbdRaZ9cLJt3hSPlyRT4gN1gPF9BuY5MxM95gYIAWV4I30ABu85Aja4YP+d50YNur3v42c0YBEi8EL6BbSBIvNiHX9uIkAmm28jrEgSXkGqyNJFeSLwQvoTcRvbxcz4TNwlivQRFhGUifNJM78qRrZB4IXwDm1uEAnbtw8dBUD3K+Gn2iFVIvLiJ/kKehPuQeCF8CVle7BNEC4MTcLNHAlIxAbmMjCTMiV2q6HRD4oXwDeyKqBTzYp9wAC0MTsC6AYJSLdSpuocTs/YI+5B4IXwJiRf78AG7VI8ybF0EpdMPxlVkJkG01PkJ18RLQ0MDZs+ejZKSEpSVleG2225Da2ur4T5PP/00rrjiCpSUlCAUCqGxsdGt4hE+ZEBxvvKZtIt9yG0khot5CciwLkwvimtwU6W9K0bW4torOnv2bGzfvh1LlizBG2+8gVWrVuH222833Ke9vR0zZ87Efffd51axCB8zoDgff7jtYvzljuk00kkFMnebEhSLFN1f9wji1Ho/4UqG3Z07d2Lx4sVYv349pk6dCgB4/PHHMWvWLCxcuBBDhgwR7nf33XcDAFasWOFGsYgAcNm4Cq+L4HvI3C2G7YCCUi3UqboHxbx4iyuWlzVr1qCsrEwRLgBQXV2NcDiMtWvXOnquzs5ONDc3c/8IgtCHzN1i+M4oGDVDXiP3CGKMlJ9wRbzU1NRg4MCB3Hc5OTkoLy9HTU2No+dasGABSktLlX/Dhw939PgEETSC2Ek7AVsTQen0qVN1DxoEeEtS4uXee+9FKBQy/Ldr1y63yipk/vz5aGpqUv4dPXo0recnCL9Bq+GKCQcwhoHEqXvQIMBbkop5mTdvHr75zW8abjN69GhUVlairq6O+76npwcNDQ2orKxMupBG5OfnIz8/33xDgiAABDOTrBMEcmFGrwsQYEIBjJHyE0mJl4qKClRUmAdMTp8+HY2NjdiwYQOmTJkCAFi2bBlisRimTZtmr6QEQTgC3+hSq5sgePUSFAtSJkKDAG9xJebl3HPPxcyZMzFnzhysW7cOq1evxty5c3HjjTcqM42OHz+OCRMmYN26dcp+NTU12Lx5M/bt2wcA2Lp1KzZv3oyGhgY3ikkQWUkQLQxOEMTZI9SpugfvfqWKTjeu5Xl56aWXMGHCBFx55ZWYNWsWLr30Ujz99NPK793d3di9ezfa29uV75566ilceOGFmDNnDgDgM5/5DC688EK8/vrrbhWTILKOkO4f2U0Q16qhJHXuwT0vAUlq6CdcyfMCAOXl5Xj55Zd1f6+qqoLELhMM4MEHH8SDDz7oVpEIgoDa8kKdmww/9dXDgjhIQDRYRhKiUYCnkF4kiCyDn1XjYUEyjGC6jQJyIRkIvUfeQuKFILIMWttITBCnvgbjKjITeo+8hcQLQWQZtKq0GL5eggFZXlwkgHmB/ASJF4LIYqjNTcBn2A1GxQTkMjISyrDrLSReCCLLCKJ7xAmCuEpwUK4jE6EFTr2FxAtBZBlBXD3ZCYIYw0CBpO7BWV6ontMOiReCyDJCOp+znSB2RpTnxT0o5YC3kHghiCwjiFOCnSCIbqNgXEVmEqKp0p5C4oUgsgyabSQmiG4jisVwDxoEeAuJF4LIMmhBOR2CuDxAQK4jE+EzMlM9pxsSLwSRZdAsCTFcILOH5XASEqfuwdUt1XPaIfFCEFkG6RUxvNsoGJVEFgH3CAXQUucnSLwQRJYRxNgOJwiiO43ur3sE0VLnJ0i8EESWQSNGMXz+m2DUS1CuI9Oh9yj9kHghiCyDRoxigmh5Ccp1ZCKU7NFbSLwQRJZBbiM9gjeFnCwC7kHLbHgLiReCyDYC6B5xgiDm7QjKdWQiNNnIW0i8EESWQZYXMayLJShp9cny4h7sM0L1nH5IvBBElsHHvFCjK8Plv/GwHE5Cnap70CDAW0i8EESWEUT3iBMEcRZWQAxIGQmtbeQtJF4IIssgX72YII6kg3IdmQgF7HoLiReCyDLI8iImFMCpr9SpugdNlfYWEi8EkWXw5m5qdWWC6TYKxnVkIrwFk+o53ZB4IYgsg7O8eFeMjCYo9UKxGO4RxKSGfoLEC0FkGdwokUbmCpKU+OxHi8WTsz+J84aW4GfXna9858fr8AtBdDP6iRyvC0AQRHohy4s5fuz0rz5/MK4+fzA2HG5QvvPhZfgGcht5C1leCCLLYJtZP3bSacHX1UIZlNMBBex6C4kXgsgyqNE1x88xDGGKxUgLNFXaW0i8EESWQW4jc/zcGYVpNlla4OvZw4JkKSReCCKLob5NjJ87I7KspQcaBHgLiReCyDL4WRLU7Irws8UiiPlqMhEuX5Kf1a5PIfFCEFlGmPPVe1eOTENi50r7GHIbpQdaZsNbSLwQRJZBUzzN8XOnT8s/pAcK2PUWEi8EkWVQci1z/FwvFEiaHii2yFtIvBBElkGBhmJYp5GfLS9hsgikBcqX5C0kXggiy6CFGcXwywN4V45UofubHjgLpoflyFZIvBBElsHFvFCrK8TPFgtKUpceaFaXt5B4IYgsg9rZYEOzjdJDmPyvnkLihSCyjBCtfRNo6JamB4p58RYSLwSRZYTIrSBEAuV5IaxDhhdvIfFCEFlGmBrdQMOJU2rhXYMTiVTPaYeqnCCyDHIbBRuyvKQJbhBA9ZxuSLwQRLZBGViFBGR1AEpSlyYoSZ23kHghiCyD1mQJNpSkLj3wKQeontMNiReCyDL4ESM1uoGDYprSAlm4vIXEC0FkGbRwn5iAeI0o5iVNhCjmxVNIvBBElkGNbrChWIz0QJmqvYXEC0FkGfxsIw8LkmEEJ2DX6xJkByFyG3kKiReCyDIoSV2woTim9MBXM9V5uiHxQhBZBr8aLjW6QYMEaXqggF1vcVW8NDQ0YPbs2SgpKUFZWRluu+02tLa2Gm7//e9/H+PHj0dhYSFGjBiBf/u3f0NTU5ObxSSIrIIGjHoEw29EQbrpgQ98pzpPN66Kl9mzZ2P79u1YsmQJ3njjDaxatQq333677vYnTpzAiRMnsHDhQmzbtg0vvPACFi9ejNtuu83NYhJEVkFrsgQb6kfTQ5jcr56S49aBd+7cicWLF2P9+vWYOnUqAODxxx/HrFmzsHDhQgwZMkSzz3nnnYe//vWvyt9jxozBf//3f+Mb3/gGenp6kJPjWnEJImtgXUU0Sg8edE/TBQW+e4lrlpc1a9agrKxMES4AUF1djXA4jLVr11o+TlNTE0pKSnSFS2dnJ5qbm7l/BEHow2dg9a4cmUZQZhsR6YHcRt7imnipqanBwIEDue9ycnJQXl6OmpoaS8eor6/HQw89ZOhqWrBgAUpLS5V/w4cPT6ncBBF0KEldsKF7mh64fDoeliNbSVq83HvvvQiFQob/du3alXLBmpubcc0112DixIl48MEHdbebP38+mpqalH9Hjx5N+dwEEWxotlGQyQknmvXyojwPSxJs2DeHXHXpJ+kgknnz5uGb3/ym4TajR49GZWUl6urquO97enrQ0NCAyspKw/1bWlowc+ZM9O3bF4sWLUJubq7utvn5+cjPz7dcfoLIdsjyEmwi4RDevedy9MRi6Fug33YSqUGZjL0lafFSUVGBiooK0+2mT5+OxsZGbNiwAVOmTAEALFu2DLFYDNOmTdPdr7m5GTNmzEB+fj5ef/11FBQUJFtEgiAMoIUZxQQp5mXswGKvixB4+GSP9B6lG9diXs4991zMnDkTc+bMwbp167B69WrMnTsXN954ozLT6Pjx45gwYQLWrVsHIC5crrrqKrS1teH3v/89mpubUVNTg5qaGkSjUbeKShBZRUjnc7YjBSTPC5EeKOWAt7g69/ill17C3LlzceWVVyIcDuO6667DY489pvze3d2N3bt3o729HQCwceNGZSbS2LFjuWMdPHgQVVVVbhaXILICchsRROrwa4TRi5RuXBUv5eXlePnll3V/r6qqgsTYaq+44grub4IgnIdWlSaI1KFBgLfQ2kYEkWXQargEkTr82kb0IqUbEi8EkWVwMS/U5iqQ0ZdIBrK8eAuJF4LIMnj/PLW6BGEHWtvIW0i8EESWQZYXgnACGgR4CYkXgsgyaIqnGPIaEclAlhdvIfFCEFkGBRqKoZgXIhlClOzRU0i8EESWQW4jgkgdchp5C4kXgsg2aJYEQaQMWTC9hcQLQWQZIVpVmiBShqZKewuJF4LIMsLU6BJEypB48RYSLwSRZVCgoRhamJFIBu49Igtm2iHxQhBZBk2VFjNxcInXRSB8BDdVmnrStOPqwowEQWQeNNtIzC2XVKE7KuHSsQO8LgrhAyh2zFtIvBBElsEKFpolkSA3EsZ3rxjjdTEIn0BJ6ryFjF0EkWXwvnqCIGxBAbueQuKFILKMkO4fBEFYhXMbkXpJOyReCCLLoFkSBJE6YQp89xQSLwSRZVDALkGkDllbvIXEC0FkGZTWnCBSh4J0vYXEC0FkGZQZlCBSh1yu3kLihSCyGGp+CcIeIeo9PYWqnyCyDLK8EETq0KvjLSReCCLLCNPaRgSRMrRGmLeQeCGILIPWNiKI1KGAXW8h8UIQWQYl1yKI1KGAXW8h8UIQWQZZXggidUj3ewuJF4LIMtg2l/K8EIQ96NXxFhIvBJFl8IGGHhaEIHwM6zaSJMnDkmQnJF4IIssgwUIQqUPvkbeQeCGILIPWNiKI1IkwL0//4nwPS5Kd5HhdAIIg0gutKk0QqRMOh/DO3Z9BV08MpYW5Xhcn6yDxQhBZBpufIky2V4KwzfjKvl4XIWuhposgsgwuzwtZXgiC8CEkXggiy6C1jQiC8DskXggiiyHtQhCEHyHxQhBZRjhMywMQBOFvSLwQRJZBU6UJgvA7JF4IIsugtY0IgvA7JF4IIsugVaUJgvA7JF4IIssgywtBEH6HxAtBZBmseKFVpQmC8CMkXggiy+DdRh4WhCAIwiYkXggiyyDBQhCE3yHxQhBZBk2VJgjC75B4IYgsg+JcCILwOyReCCLLIO1CEITfIfFCEFkGrSRNEITfIfFCENkGaReCIHwOiReCyDLCJF4IgvA5JF4IIsugJQEIgvA7roqXhoYGzJ49GyUlJSgrK8Ntt92G1tZWw32+853vYMyYMSgsLERFRQW+/OUvY9euXW4WkyCyCpIuBEH4HVfFy+zZs7F9+3YsWbIEb7zxBlatWoXbb7/dcJ8pU6bg+eefx86dO/HOO+9AkiRcddVViEajbhaVILIGMrwQBOF3QpIkSW4ceOfOnZg4cSLWr1+PqVOnAgAWL16MWbNm4dixYxgyZIil43z88ceYPHky9u3bhzFjxphu39zcjNLSUjQ1NaGkpCSlayCIINLe1YOJ978DAHj/h5/FsH59PC4RQRBEcv23a5aXNWvWoKysTBEuAFBdXY1wOIy1a9daOkZbWxuef/55jBo1CsOHDxdu09nZiebmZu4fQRAEQRDBxTXxUlNTg4EDB3Lf5eTkoLy8HDU1NYb7/va3v0VxcTGKi4vx9ttvY8mSJcjLyxNuu2DBApSWlir/9EQOQRAEQRDBIGnxcu+99yIUChn+SzXAdvbs2di0aRNWrlyJc845B1/72tfQ0dEh3Hb+/PloampS/h09ejSlcxNE0MkJJ177vvm5HpaEIAjCHjnJ7jBv3jx885vfNNxm9OjRqKysRF1dHfd9T08PGhoaUFlZabi/bEUZN24cPvWpT6Ffv35YtGgRbrrpJs22+fn5yM/PT/YyCCJrycsJ4w+3XYzuaAylfUi8EAThP5IWLxUVFaioqDDdbvr06WhsbMSGDRswZcoUAMCyZcsQi8Uwbdo0y+eTJAmSJKGzszPZohIEocNl48zfYYIgiEzFtZiXc889FzNnzsScOXOwbt06rF69GnPnzsWNN96ozDQ6fvw4JkyYgHXr1gEADhw4gAULFmDDhg04cuQIPvjgA1x//fUoLCzErFmz3CoqQRAEQRA+wtU8Ly+99BImTJiAK6+8ErNmzcKll16Kp59+Wvm9u7sbu3fvRnt7OwCgoKAA7733HmbNmoWxY8fihhtuQN++ffHBBx9ogn8JgiAIgshOXMvz4hWU54UgCIIg/EdG5HkhCIIgCIJwAxIvBEEQBEH4ChIvBEEQBEH4ChIvBEEQBEH4ChIvBEEQBEH4ChIvBEEQBEH4ChIvBEEQBEH4ChIvBEEQBEH4ChIvBEEQBEH4ChIvBEEQBEH4iqRXlc505NUOmpubPS4JQRAEQRBWkfttK6sWBU68tLS0AACGDx/ucUkIgiAIgkiWlpYWlJaWGm4TuIUZY7EYTpw4gb59+yIUCjl67ObmZgwfPhxHjx6lRR9dgOrXXah+3Yfq2F2oft3F6/qVJAktLS0YMmQIwmHjqJbAWV7C4TCGDRvm6jlKSkroxXERql93ofp1H6pjd6H6dRcv69fM4iJDAbsEQRAEQfgKEi8EQRAEQfgKEi9JkJ+fjwceeAD5+fleFyWQUP26C9Wv+1AduwvVr7v4qX4DF7BLEARBEESwIcsLQRAEQRC+gsQLQRAEQRC+gsQLQRAEQRC+gsQLQRAEQRC+gsQLQRAEQRC+gsSLRZ544glUVVWhoKAA06ZNw7p167wukm9YtWoVvvjFL2LIkCEIhUJ47bXXuN8lScL999+PwYMHo7CwENXV1di7dy+3TUNDA2bPno2SkhKUlZXhtttuQ2traxqvIjNZsGABLrroIvTt2xcDBw7Etddei927d3PbdHR04M4770T//v1RXFyM6667DrW1tdw2R44cwTXXXIM+ffpg4MCB+MEPfoCenp50XkrG8uSTT2LSpElK1tHp06fj7bffVn6n+nWOhx9+GKFQCHfffbfyHdVvajz44IMIhULcvwkTJii/+7Z+JcKUV155RcrLy5Oee+45afv27dKcOXOksrIyqba21uui+YK33npL+s///E/pb3/7mwRAWrRoEff7ww8/LJWWlkqvvfaatGXLFulLX/qSNGrUKOns2bPKNjNnzpQmT54sffjhh9J7770njR07VrrpppvSfCWZx4wZM6Tnn39e2rZtm7R582Zp1qxZ0ogRI6TW1lZlmzvuuEMaPny4tHTpUumjjz6SPvWpT0mXXHKJ8ntPT4903nnnSdXV1dKmTZukt956SxowYIA0f/58Ly4p43j99delN998U9qzZ4+0e/du6b777pNyc3Olbdu2SZJE9esU69atk6qqqqRJkyZJd911l/I91W9qPPDAA9InPvEJ6eTJk8q/U6dOKb/7tX5JvFjg4osvlu68807l72g0Kg0ZMkRasGCBh6XyJ2rxEovFpMrKSukXv/iF8l1jY6OUn58v/fGPf5QkSZJ27NghAZDWr1+vbPP2229LoVBIOn78eNrK7gfq6uokANLKlSslSYrXZW5urvTqq68q2+zcuVMCIK1Zs0aSpLi4DIfDUk1NjbLNk08+KZWUlEidnZ3pvQCf0K9fP+nZZ5+l+nWIlpYWady4cdKSJUukyy+/XBEvVL+p88ADD0iTJ08W/ubn+iW3kQldXV3YsGEDqqurle/C4TCqq6uxZs0aD0sWDA4ePIiamhqufktLSzFt2jSlftesWYOysjJMnTpV2aa6uhrhcBhr165Ne5kzmaamJgBAeXk5AGDDhg3o7u7m6nfChAkYMWIEV7/nn38+Bg0apGwzY8YMNDc3Y/v27WksfeYTjUbxyiuvoK2tDdOnT6f6dYg777wT11xzDVePAD2/TrF3714MGTIEo0ePxuzZs3HkyBEA/q7fwK0q7TT19fWIRqPcjQOAQYMGYdeuXR6VKjjU1NQAgLB+5d9qamowcOBA7vecnByUl5cr2xBALBbD3XffjU9/+tM477zzAMTrLi8vD2VlZdy26voV1b/8GwFs3boV06dPR0dHB4qLi7Fo0SJMnDgRmzdvpvpNkVdeeQUbN27E+vXrNb/R85s606ZNwwsvvIDx48fj5MmT+MlPfoLLLrsM27Zt83X9knghiIBw5513Ytu2bXj//fe9LkrgGD9+PDZv3oympib85S9/wS233IKVK1d6XSzfc/ToUdx1111YsmQJCgoKvC5OILn66quVz5MmTcK0adMwcuRI/PnPf0ZhYaGHJUsNchuZMGDAAEQiEU30dW1tLSorKz0qVXCQ69CofisrK1FXV8f93tPTg4aGBroHvcydOxdvvPEGli9fjmHDhinfV1ZWoqurC42Njdz26voV1b/8GwHk5eVh7NixmDJlChYsWIDJkyfj17/+NdVvimzYsAF1dXX45Cc/iZycHOTk5GDlypV47LHHkJOTg0GDBlH9OkxZWRnOOecc7Nu3z9fPL4kXE/Ly8jBlyhQsXbpU+S4Wi2Hp0qWYPn26hyULBqNGjUJlZSVXv83NzVi7dq1Sv9OnT0djYyM2bNigbLNs2TLEYjFMmzYt7WXOJCRJwty5c7Fo0SIsW7YMo0aN4n6fMmUKcnNzufrdvXs3jhw5wtXv1q1bOYG4ZMkSlJSUYOLEiem5EJ8Ri8XQ2dlJ9ZsiV155JbZu3YrNmzcr/6ZOnYrZs2crn6l+naW1tRX79+/H4MGD/f38ehYq7CNeeeUVKT8/X3rhhRekHTt2SLfffrtUVlbGRV8T+rS0tEibNm2SNm3aJAGQHnnkEWnTpk3S4cOHJUmKT5UuKyuT/v73v0sff/yx9OUvf1k4VfrCCy+U1q5dK73//vvSuHHjaKq0JEnf/e53pdLSUmnFihXcVMj29nZlmzvuuEMaMWKEtGzZMumjjz6Spk+fLk2fPl35XZ4KedVVV0mbN2+WFi9eLFVUVHg+FTJTuPfee6WVK1dKBw8elD7++GPp3nvvlUKhkPTPf/5TkiSqX6dhZxtJEtVvqsybN09asWKFdPDgQWn16tVSdXW1NGDAAKmurk6SJP/WL4kXizz++OPSiBEjpLy8POniiy+WPvzwQ6+L5BuWL18uAdD8u+WWWyRJik+X/vGPfywNGjRIys/Pl6688kpp9+7d3DFOnz4t3XTTTVJxcbFUUlIi3XrrrVJLS4sHV5NZiOoVgPT8888r25w9e1b63ve+J/Xr10/q06eP9C//8i/SyZMnueMcOnRIuvrqq6XCwkJpwIAB0rx586Tu7u40X01m8q1vfUsaOXKklJeXJ1VUVEhXXnmlIlwkierXadTiheo3NW644QZp8ODBUl5enjR06FDphhtukPbt26f87tf6DUmSJHlj8yEIgiAIgkgeinkhCIIgCMJXkHghCIIgCMJXkHghCIIgCMJXkHghCIIgCMJXkHghCIIgCMJXkHghCIIgCMJXkHghCIIgCMJXkHghCIIgCMJXkHghCIIgCMJXkHghCIIgCMJXkHghCIIgCMJX/H8JEfYNYXaqJAAAAABJRU5ErkJggg==", + "text/plain": [ + "
" + ] + }, + "metadata": {}, + "output_type": "display_data" + } + ], + "source": [ + "data_o_reshaped = np.reshape(data_o,(-1))\n", + "err = data_o_reshaped-act_o\n", + "plt.plot(err)\n", + "plt.title(\"Error\")\n", + "plt.show()\n" + ] + } + ], + "metadata": { + "kernelspec": { + "display_name": "my-venv", + "language": "python", + "name": "python3" + }, + "language_info": { + "codemirror_mode": { + "name": "ipython", + "version": 3 + }, + "file_extension": ".py", + "mimetype": "text/x-python", + "name": "python", + "nbconvert_exporter": "python", + "pygments_lexer": "ipython3", + "version": "3.12.3" + } + }, + "nbformat": 4, + "nbformat_minor": 5 +} diff --git a/AI_Engine_Development/AIE-MLv2/Design_Tutorials/01-Radio-ML/aie/dense_w17_methodA/w17_bias_trained.txt b/AI_Engine_Development/AIE-MLv2/Design_Tutorials/01-Radio-ML/aie/dense_w17_methodA/w17_bias_trained.txt new file mode 100644 index 0000000000..85bd94cd82 --- /dev/null +++ b/AI_Engine_Development/AIE-MLv2/Design_Tutorials/01-Radio-ML/aie/dense_w17_methodA/w17_bias_trained.txt @@ -0,0 +1,128 @@ +0.191406250000 +-0.120605468750 +0.080078125000 +0.184570312500 +0.100585937500 +-0.007141113281 +-0.083007812500 +0.211914062500 +0.051269531250 +-0.077636718750 +-0.129882812500 +-0.025268554688 +0.042236328125 +-0.005828857422 +-0.036621093750 +-0.079101562500 +0.196289062500 +-0.053955078125 +0.188476562500 +-0.029174804688 +-0.120605468750 +0.039306640625 +-0.062011718750 +-0.005065917969 +-0.005432128906 +0.148437500000 +0.027465820312 +0.228515625000 +0.243164062500 +0.002166748047 +0.050781250000 +-0.103027343750 +0.067871093750 +0.070800781250 +0.150390625000 +0.186523437500 +-0.086425781250 +0.003448486328 +0.085449218750 +-0.079589843750 +0.055175781250 +-0.203125000000 +0.131835937500 +0.027832031250 +0.140625000000 +-0.095703125000 +-0.151367187500 +-0.023193359375 +0.154296875000 +0.067871093750 +0.191406250000 +-0.128906250000 +-0.047119140625 +0.148437500000 +-0.048583984375 +0.172851562500 +0.061523437500 +0.169921875000 +0.033447265625 +-0.018310546875 +-0.059082031250 +0.030273437500 +-0.114257812500 +0.190429687500 +-0.094238281250 +-0.096191406250 +0.098632812500 +0.003860473633 +-0.002014160156 +-0.271484375000 +0.257812500000 +0.047851562500 +0.155273437500 +0.172851562500 +-0.051513671875 +0.169921875000 +-0.045166015625 +0.079101562500 +0.210937500000 +0.154296875000 +-0.102050781250 +0.051513671875 +0.027221679688 +0.191406250000 +0.055908203125 +-0.038330078125 +0.208984375000 +-0.124511718750 +-0.055419921875 +0.218750000000 +0.062500000000 +0.281250000000 +0.130859375000 +-0.020751953125 +-0.053710937500 +-0.163085937500 +0.135742187500 +0.086425781250 +0.277343750000 +0.085937500000 +0.058105468750 +-0.038330078125 +0.063964843750 +0.255859375000 +-0.010437011719 +-0.005157470703 +-0.075683593750 +0.038085937500 +0.131835937500 +-0.121093750000 +-0.123535156250 +0.187500000000 +0.057861328125 +-0.039794921875 +-0.209960937500 +0.221679687500 +0.193359375000 +-0.057373046875 +0.182617187500 +-0.125000000000 +-0.108886718750 +-0.123046875000 +-0.032226562500 +-0.093261718750 +-0.088867187500 +-0.190429687500 +0.198242187500 +0.243164062500 diff --git a/AI_Engine_Development/AIE-MLv2/Design_Tutorials/01-Radio-ML/aie/dense_w17_methodA/w17_weights_trained.txt b/AI_Engine_Development/AIE-MLv2/Design_Tutorials/01-Radio-ML/aie/dense_w17_methodA/w17_weights_trained.txt new file mode 100644 index 0000000000..f67beb45a4 --- /dev/null +++ b/AI_Engine_Development/AIE-MLv2/Design_Tutorials/01-Radio-ML/aie/dense_w17_methodA/w17_weights_trained.txt @@ -0,0 +1,16384 @@ +-0.034667968750 +-0.035400390625 +-0.023925781250 +-0.037109375000 +0.046142578125 +0.035156250000 +-0.182617187500 +0.191406250000 +0.064453125000 +-0.130859375000 +0.146484375000 +0.071289062500 +0.011291503906 +0.210937500000 +-0.193359375000 +0.106933593750 +0.051269531250 +0.176757812500 +0.034179687500 +-0.158203125000 +0.239257812500 +-0.049804687500 +-0.085449218750 +0.086914062500 +-0.015380859375 +-0.058837890625 +-0.015075683594 +0.100097656250 +-0.062500000000 +0.025634765625 +0.144531250000 +-0.123535156250 +0.225585937500 +0.088867187500 +0.042480468750 +0.028442382812 +-0.018554687500 +0.048828125000 +0.104003906250 +0.113281250000 +-0.061279296875 +-0.034423828125 +0.085937500000 +-0.246093750000 +-0.100585937500 +0.033203125000 +-0.039062500000 +0.070312500000 +0.011718750000 +-0.114746093750 +-0.007934570312 +-0.080078125000 +0.073730468750 +-0.107421875000 +-0.016479492188 +0.117675781250 +-0.086914062500 +-0.087402343750 +-0.188476562500 +0.167968750000 +-0.006958007812 +0.032470703125 +-0.048828125000 +0.034423828125 +0.007110595703 +0.118652343750 +-0.026000976562 +0.189453125000 +-0.011352539062 +-0.104980468750 +0.166015625000 +0.169921875000 +0.057373046875 +-0.062500000000 +0.064453125000 +0.042724609375 +0.154296875000 +-0.255859375000 +0.032226562500 +-0.027099609375 +0.007690429688 +-0.033691406250 +0.070312500000 +0.131835937500 +0.009094238281 +-0.167968750000 +0.149414062500 +0.040039062500 +0.109863281250 +-0.096191406250 +-0.025878906250 +-0.021728515625 +-0.109375000000 +0.072265625000 +0.112792968750 +-0.118652343750 +0.135742187500 +-0.028076171875 +-0.070800781250 +-0.028564453125 +0.130859375000 +0.037353515625 +-0.134765625000 +-0.001136779785 +-0.160156250000 +0.028564453125 +0.188476562500 +0.100097656250 +0.177734375000 +-0.027221679688 +-0.003662109375 +-0.055419921875 +-0.069335937500 +-0.060791015625 +0.155273437500 +-0.022338867188 +0.081054687500 +0.026611328125 +0.009155273438 +0.119628906250 +0.152343750000 +0.000751495361 +0.103515625000 +-0.082519531250 +0.026367187500 +0.231445312500 +0.148437500000 +-0.071289062500 +-0.112304687500 +0.202148437500 +0.006835937500 +-0.132812500000 +-0.117675781250 +-0.082519531250 +0.071777343750 +0.078613281250 +-0.167968750000 +-0.055419921875 +0.055175781250 +-0.228515625000 +-0.149414062500 +-0.029907226562 +-0.012756347656 +0.037109375000 +0.109863281250 +0.134765625000 +-0.039794921875 +-0.228515625000 +-0.167968750000 +0.061767578125 +-0.121093750000 +-0.181640625000 +0.007110595703 +-0.140625000000 +0.066406250000 +0.189453125000 +-0.166015625000 +0.165039062500 +0.119628906250 +-0.157226562500 +0.047119140625 +-0.125000000000 +-0.009460449219 +0.093261718750 +-0.147460937500 +-0.022460937500 +-0.007019042969 +0.120605468750 +-0.101074218750 +0.096679687500 +0.085937500000 +-0.087890625000 +-0.179687500000 +0.039306640625 +0.102539062500 +0.069824218750 +-0.003295898438 +0.141601562500 +0.091308593750 +-0.135742187500 +0.064941406250 +-0.030273437500 +-0.153320312500 +-0.050537109375 +-0.042480468750 +-0.026245117188 +-0.021118164062 +-0.120117187500 +0.189453125000 +-0.022583007812 +-0.014953613281 +0.079589843750 +-0.073242187500 +0.080566406250 +0.174804687500 +-0.029174804688 +-0.104003906250 +0.474609375000 +-0.119628906250 +-0.090332031250 +0.065429687500 +0.118652343750 +0.008728027344 +0.014526367188 +0.056640625000 +-0.080078125000 +0.035400390625 +0.042724609375 +0.089355468750 +-0.044189453125 +-0.110839843750 +-0.020629882812 +0.047363281250 +0.158203125000 +0.106933593750 +-0.150390625000 +-0.147460937500 +-0.070800781250 +-0.053222656250 +-0.094238281250 +0.104980468750 +0.137695312500 +0.165039062500 +-0.098144531250 +0.037109375000 +0.190429687500 +0.049804687500 +-0.193359375000 +0.114257812500 +-0.126953125000 +0.010131835938 +0.085449218750 +-0.030639648438 +-0.079589843750 +-0.015747070312 +-0.133789062500 +0.100097656250 +-0.112792968750 +0.130859375000 +-0.048339843750 +-0.163085937500 +-0.121582031250 +0.217773437500 +0.118652343750 +0.027343750000 +0.060302734375 +0.018188476562 +-0.150390625000 +-0.065429687500 +-0.003936767578 +0.076171875000 +0.202148437500 +0.104003906250 +0.073730468750 +0.092773437500 +-0.037109375000 +0.116210937500 +0.029174804688 +0.169921875000 +0.096191406250 +-0.033935546875 +0.029296875000 +-0.029541015625 +-0.141601562500 +-0.033203125000 +0.003829956055 +0.129882812500 +-0.062500000000 +-0.091796875000 +-0.081542968750 +-0.018554687500 +0.053466796875 +-0.168945312500 +0.010864257812 +-0.115722656250 +-0.005371093750 +0.051757812500 +-0.040527343750 +0.144531250000 +-0.227539062500 +0.010925292969 +-0.019165039062 +0.188476562500 +-0.002014160156 +-0.037353515625 +0.039550781250 +-0.000862121582 +0.006164550781 +-0.081542968750 +-0.013427734375 +0.003601074219 +-0.006774902344 +0.091796875000 +0.019897460938 +0.049804687500 +0.071289062500 +-0.046630859375 +0.059570312500 +0.021484375000 +0.122558593750 +-0.074707031250 +0.016479492188 +0.022827148438 +-0.021728515625 +0.085937500000 +0.152343750000 +-0.096679687500 +0.095214843750 +0.194335937500 +-0.204101562500 +0.065917968750 +0.026611328125 +-0.072265625000 +-0.078613281250 +0.041015625000 +0.047607421875 +-0.055175781250 +-0.038574218750 +-0.042236328125 +-0.011901855469 +0.054443359375 +-0.087890625000 +-0.011535644531 +-0.041503906250 +0.222656250000 +0.017456054688 +-0.069824218750 +-0.040039062500 +0.200195312500 +0.037353515625 +-0.059570312500 +-0.006134033203 +-0.039062500000 +-0.104492187500 +0.065917968750 +-0.016235351562 +0.032226562500 +0.066894531250 +-0.120117187500 +0.118164062500 +-0.015441894531 +-0.182617187500 +-0.033935546875 +0.080566406250 +-0.160156250000 +0.130859375000 +-0.019409179688 +-0.105468750000 +-0.107421875000 +-0.141601562500 +0.059814453125 +0.079589843750 +-0.104003906250 +0.015869140625 +-0.148437500000 +-0.004180908203 +0.064941406250 +-0.023315429688 +-0.022338867188 +-0.118164062500 +-0.117675781250 +-0.003143310547 +0.020874023438 +0.111816406250 +-0.029541015625 +0.122558593750 +0.105957031250 +-0.132812500000 +-0.110351562500 +-0.068359375000 +0.265625000000 +0.008911132812 +0.190429687500 +-0.168945312500 +0.093261718750 +-0.134765625000 +0.101562500000 +0.075195312500 +0.192382812500 +0.065429687500 +0.017089843750 +-0.069335937500 +-0.072265625000 +0.103027343750 +0.125976562500 +-0.026489257812 +-0.074707031250 +0.137695312500 +-0.267578125000 +-0.010742187500 +-0.083984375000 +-0.146484375000 +0.087402343750 +0.136718750000 +0.009216308594 +-0.008666992188 +0.078613281250 +-0.087402343750 +-0.086425781250 +0.065429687500 +-0.028198242188 +-0.022705078125 +0.110351562500 +-0.101074218750 +-0.095703125000 +-0.066894531250 +0.104980468750 +0.051513671875 +0.199218750000 +0.057128906250 +0.061523437500 +-0.088378906250 +0.024047851562 +0.045166015625 +-0.115234375000 +0.097167968750 +-0.099609375000 +0.022094726562 +0.140625000000 +0.015747070312 +-0.009765625000 +0.036621093750 +-0.014587402344 +0.031250000000 +0.008483886719 +-0.048583984375 +-0.078125000000 +0.041015625000 +-0.097167968750 +-0.012695312500 +0.081542968750 +0.091308593750 +0.051513671875 +-0.092773437500 +-0.151367187500 +0.121582031250 +0.184570312500 +0.005432128906 +0.052978515625 +0.155273437500 +0.039794921875 +0.063964843750 +-0.001182556152 +0.005065917969 +-0.151367187500 +0.062255859375 +0.178710937500 +-0.005828857422 +-0.119628906250 +-0.049804687500 +0.078613281250 +-0.106933593750 +-0.113281250000 +0.257812500000 +-0.062988281250 +-0.081542968750 +0.187500000000 +-0.059326171875 +-0.044677734375 +0.015258789062 +-0.189453125000 +0.026489257812 +-0.024658203125 +-0.056640625000 +-0.010375976562 +-0.004699707031 +0.097656250000 +-0.055908203125 +-0.037841796875 +0.107910156250 +0.034912109375 +0.170898437500 +0.163085937500 +0.077148437500 +-0.000107288361 +-0.047851562500 +-0.013122558594 +-0.025634765625 +0.089355468750 +0.174804687500 +-0.027587890625 +-0.029296875000 +-0.049072265625 +0.076660156250 +0.051513671875 +0.065429687500 +0.037841796875 +0.080566406250 +-0.028442382812 +-0.002838134766 +-0.000347137451 +-0.006286621094 +0.013488769531 +0.084960937500 +-0.044433593750 +-0.112792968750 +0.062011718750 +0.072753906250 +-0.040039062500 +-0.119628906250 +0.034912109375 +0.036376953125 +-0.016479492188 +0.004547119141 +0.166015625000 +-0.037597656250 +-0.041992187500 +-0.000025629997 +-0.032714843750 +-0.086425781250 +-0.069335937500 +0.021606445312 +-0.005096435547 +-0.082031250000 +-0.098144531250 +0.009094238281 +0.139648437500 +-0.037841796875 +-0.060302734375 +-0.048339843750 +0.174804687500 +0.066406250000 +-0.083496093750 +0.079589843750 +0.273437500000 +0.087402343750 +0.105468750000 +-0.208984375000 +-0.009521484375 +0.199218750000 +0.075195312500 +0.025878906250 +0.084472656250 +0.025146484375 +0.036865234375 +0.143554687500 +0.040527343750 +-0.023681640625 +0.073730468750 +0.152343750000 +0.125000000000 +0.113281250000 +-0.074707031250 +0.143554687500 +-0.113769531250 +0.056640625000 +-0.012023925781 +0.009643554688 +0.027709960938 +-0.006072998047 +0.143554687500 +0.018310546875 +-0.001388549805 +0.032470703125 +-0.038330078125 +-0.121093750000 +0.243164062500 +0.036865234375 +-0.233398437500 +-0.027465820312 +0.111328125000 +0.089355468750 +0.000352859497 +0.020141601562 +-0.164062500000 +-0.009155273438 +-0.050048828125 +0.069824218750 +-0.185546875000 +0.073730468750 +0.049560546875 +0.035888671875 +0.031250000000 +0.043945312500 +-0.082519531250 +-0.118164062500 +-0.046386718750 +-0.049804687500 +-0.077636718750 +-0.052734375000 +-0.056396484375 +0.378906250000 +-0.110351562500 +0.152343750000 +-0.096191406250 +0.098144531250 +0.179687500000 +0.038330078125 +0.025634765625 +-0.052246093750 +-0.071289062500 +0.040283203125 +-0.053466796875 +-0.026733398438 +0.168945312500 +0.047851562500 +0.119628906250 +0.171875000000 +0.096191406250 +0.194335937500 +0.030151367188 +0.148437500000 +-0.141601562500 +-0.058349609375 +0.027709960938 +0.022460937500 +-0.047851562500 +0.119140625000 +-0.217773437500 +-0.039794921875 +0.167968750000 +0.000797271729 +-0.049072265625 +-0.008300781250 +0.105957031250 +0.052246093750 +0.107910156250 +-0.148437500000 +-0.036376953125 +-0.081542968750 +-0.060058593750 +-0.127929687500 +-0.003067016602 +-0.113281250000 +-0.081542968750 +0.105468750000 +-0.089843750000 +-0.033447265625 +0.072265625000 +0.241210937500 +-0.027587890625 +-0.041259765625 +0.052978515625 +-0.111328125000 +0.152343750000 +0.111816406250 +-0.142578125000 +0.102539062500 +0.020996093750 +-0.133789062500 +0.098632812500 +-0.008239746094 +-0.097167968750 +0.036376953125 +0.032470703125 +0.089843750000 +0.060058593750 +-0.014770507812 +-0.091796875000 +0.143554687500 +0.046630859375 +0.052001953125 +-0.063476562500 +-0.203125000000 +0.113769531250 +0.343750000000 +-0.073730468750 +-0.038330078125 +-0.081542968750 +-0.021972656250 +-0.091308593750 +-0.037109375000 +-0.178710937500 +-0.072265625000 +0.119140625000 +0.074707031250 +0.113281250000 +0.167968750000 +-0.144531250000 +-0.246093750000 +-0.005462646484 +-0.061279296875 +0.277343750000 +0.014892578125 +-0.047851562500 +-0.164062500000 +-0.086914062500 +-0.088867187500 +0.058837890625 +0.127929687500 +-0.146484375000 +0.082031250000 +-0.021362304688 +-0.067382812500 +0.166992187500 +-0.083984375000 +-0.013061523438 +0.144531250000 +0.024047851562 +-0.046386718750 +0.164062500000 +0.012756347656 +0.304687500000 +0.033935546875 +0.142578125000 +-0.013671875000 +0.118652343750 +0.071289062500 +-0.026245117188 +0.065917968750 +-0.009399414062 +0.138671875000 +0.066406250000 +0.038085937500 +-0.103027343750 +0.105957031250 +0.069335937500 +-0.059570312500 +-0.118652343750 +0.206054687500 +-0.184570312500 +0.042724609375 +-0.025390625000 +0.049072265625 +0.001190185547 +0.010925292969 +-0.080078125000 +0.017333984375 +-0.060058593750 +0.050781250000 +-0.102539062500 +-0.098144531250 +0.093750000000 +0.097656250000 +-0.081542968750 +0.046875000000 +-0.056640625000 +-0.038818359375 +0.136718750000 +0.063476562500 +0.039306640625 +-0.062500000000 +-0.135742187500 +0.104003906250 +-0.009704589844 +0.235351562500 +-0.152343750000 +-0.090820312500 +-0.060546875000 +0.056396484375 +-0.115234375000 +0.106933593750 +-0.080566406250 +-0.062255859375 +0.098632812500 +0.012939453125 +0.083496093750 +0.052001953125 +0.186523437500 +-0.096191406250 +-0.102539062500 +-0.071289062500 +-0.052490234375 +0.089843750000 +0.170898437500 +0.016479492188 +0.024047851562 +-0.026611328125 +0.037109375000 +-0.040527343750 +0.031250000000 +0.043212890625 +-0.068847656250 +0.122070312500 +0.011840820312 +0.094726562500 +0.063964843750 +0.152343750000 +-0.019897460938 +-0.152343750000 +-0.167968750000 +-0.281250000000 +0.024047851562 +0.096679687500 +-0.138671875000 +-0.030029296875 +0.137695312500 +0.218750000000 +-0.068359375000 +-0.114257812500 +0.125976562500 +-0.227539062500 +-0.037353515625 +0.070312500000 +-0.069824218750 +0.189453125000 +-0.061035156250 +0.153320312500 +0.086425781250 +0.017333984375 +0.002426147461 +-0.232421875000 +-0.120117187500 +0.073730468750 +-0.076660156250 +0.114746093750 +0.076171875000 +0.087890625000 +0.040039062500 +-0.069824218750 +0.013549804688 +0.062255859375 +0.077148437500 +-0.010620117188 +-0.155273437500 +0.202148437500 +-0.189453125000 +0.016479492188 +0.025024414062 +-0.001083374023 +0.096679687500 +-0.051513671875 +0.059570312500 +-0.163085937500 +0.085937500000 +-0.166992187500 +0.143554687500 +0.098632812500 +-0.112792968750 +0.143554687500 +-0.030151367188 +-0.120117187500 +-0.224609375000 +-0.059570312500 +-0.047607421875 +-0.105468750000 +-0.022705078125 +0.015197753906 +0.039794921875 +0.026977539062 +-0.062988281250 +-0.024780273438 +0.067871093750 +0.118164062500 +-0.033691406250 +0.073730468750 +0.035156250000 +0.328125000000 +-0.043701171875 +-0.150390625000 +0.056884765625 +0.103027343750 +-0.003936767578 +-0.035400390625 +0.015563964844 +0.009582519531 +-0.096191406250 +0.113281250000 +0.034912109375 +0.128906250000 +-0.120605468750 +0.169921875000 +-0.129882812500 +0.032714843750 +-0.024169921875 +-0.100097656250 +0.225585937500 +0.121582031250 +0.039794921875 +-0.052490234375 +-0.064941406250 +-0.012634277344 +-0.004913330078 +0.018920898438 +0.035400390625 +0.049560546875 +0.061035156250 +-0.097656250000 +-0.033691406250 +0.089355468750 +-0.009277343750 +-0.008789062500 +0.065917968750 +0.072265625000 +-0.059814453125 +0.112792968750 +0.032226562500 +0.009765625000 +0.054199218750 +-0.084472656250 +-0.094238281250 +0.073242187500 +0.251953125000 +-0.132812500000 +0.051025390625 +0.032714843750 +0.019409179688 +-0.081054687500 +0.099121093750 +0.062011718750 +0.133789062500 +0.261718750000 +0.031738281250 +-0.045410156250 +0.025268554688 +0.111328125000 +0.221679687500 +0.009277343750 +-0.119140625000 +-0.041015625000 +-0.045410156250 +0.123046875000 +0.031738281250 +0.007263183594 +0.128906250000 +-0.045898437500 +-0.007995605469 +0.115722656250 +-0.054443359375 +-0.081542968750 +-0.021240234375 +0.137695312500 +-0.043945312500 +0.128906250000 +0.154296875000 +-0.127929687500 +-0.107910156250 +0.049316406250 +0.117675781250 +0.014648437500 +0.020507812500 +0.164062500000 +0.128906250000 +-0.096191406250 +0.056640625000 +0.016723632812 +0.134765625000 +0.054199218750 +-0.082031250000 +0.085937500000 +-0.020751953125 +-0.049804687500 +-0.033935546875 +0.013793945312 +0.105957031250 +0.091796875000 +-0.011474609375 +-0.113769531250 +-0.171875000000 +-0.027221679688 +0.025756835938 +-0.183593750000 +0.045654296875 +0.030273437500 +-0.032226562500 +0.144531250000 +-0.110839843750 +0.020263671875 +-0.095214843750 +-0.082031250000 +-0.009765625000 +0.079589843750 +-0.115722656250 +-0.028076171875 +0.082031250000 +0.146484375000 +0.109375000000 +0.106445312500 +-0.102539062500 +-0.083007812500 +-0.058105468750 +0.089355468750 +-0.089843750000 +-0.102539062500 +-0.050537109375 +0.151367187500 +-0.035400390625 +-0.125000000000 +-0.167968750000 +0.026000976562 +0.025512695312 +0.026733398438 +0.190429687500 +0.138671875000 +0.078613281250 +0.089355468750 +-0.031982421875 +-0.044921875000 +0.062255859375 +0.149414062500 +0.130859375000 +0.083007812500 +0.132812500000 +-0.051513671875 +0.050537109375 +0.128906250000 +-0.037109375000 +0.077636718750 +0.005615234375 +0.140625000000 +-0.186523437500 +-0.155273437500 +0.007812500000 +-0.048583984375 +0.013244628906 +-0.089355468750 +0.039794921875 +-0.073730468750 +-0.143554687500 +0.156250000000 +-0.209960937500 +-0.004608154297 +0.049072265625 +0.052246093750 +-0.116699218750 +0.137695312500 +-0.006500244141 +-0.049560546875 +-0.153320312500 +-0.073730468750 +-0.060058593750 +-0.119628906250 +0.085937500000 +-0.061035156250 +0.055175781250 +0.063964843750 +0.031127929688 +0.066894531250 +-0.084472656250 +0.248046875000 +-0.125976562500 +0.181640625000 +0.055664062500 +0.022338867188 +0.036621093750 +-0.107421875000 +0.036865234375 +-0.050048828125 +0.056884765625 +0.074218750000 +-0.041503906250 +0.059082031250 +0.058593750000 +-0.047363281250 +0.275390625000 +0.027954101562 +-0.090332031250 +-0.113281250000 +-0.002380371094 +0.023681640625 +-0.044433593750 +0.337890625000 +-0.071289062500 +0.010009765625 +-0.053466796875 +0.005279541016 +0.012756347656 +0.177734375000 +0.116210937500 +0.112792968750 +-0.098632812500 +-0.232421875000 +0.018310546875 +-0.122558593750 +-0.057373046875 +-0.087890625000 +-0.128906250000 +-0.075683593750 +0.189453125000 +-0.074218750000 +-0.023315429688 +-0.154296875000 +0.115722656250 +-0.151367187500 +-0.067382812500 +-0.026123046875 +0.025878906250 +-0.002136230469 +-0.009216308594 +-0.064453125000 +-0.160156250000 +0.017089843750 +-0.197265625000 +0.050781250000 +0.080566406250 +0.166015625000 +-0.088378906250 +0.048828125000 +0.063476562500 +0.007232666016 +0.029785156250 +0.062988281250 +0.010131835938 +-0.058105468750 +0.010925292969 +-0.046630859375 +-0.060791015625 +-0.022827148438 +0.104980468750 +-0.014221191406 +-0.050537109375 +-0.022827148438 +-0.034423828125 +0.042236328125 +-0.220703125000 +0.134765625000 +-0.205078125000 +-0.058593750000 +-0.066406250000 +0.070312500000 +-0.175781250000 +-0.088378906250 +-0.065917968750 +-0.012268066406 +0.064453125000 +-0.022338867188 +-0.034667968750 +-0.007873535156 +0.025878906250 +0.241210937500 +0.060791015625 +-0.078125000000 +-0.247070312500 +-0.057861328125 +0.148437500000 +-0.086425781250 +0.085937500000 +-0.094726562500 +-0.135742187500 +-0.104980468750 +0.148437500000 +-0.101074218750 +-0.011840820312 +-0.010375976562 +-0.036132812500 +0.100097656250 +0.017700195312 +-0.069824218750 +0.125976562500 +0.186523437500 +0.049560546875 +0.116699218750 +0.082031250000 +-0.020385742188 +-0.223632812500 +0.120605468750 +0.050537109375 +-0.131835937500 +-0.031005859375 +-0.007232666016 +0.013977050781 +0.026123046875 +-0.044189453125 +-0.007995605469 +0.034423828125 +0.133789062500 +-0.378906250000 +0.078613281250 +0.192382812500 +-0.161132812500 +0.097167968750 +0.028808593750 +0.114746093750 +-0.066406250000 +-0.171875000000 +-0.145507812500 +-0.073730468750 +-0.002655029297 +-0.020507812500 +0.010192871094 +-0.005645751953 +0.055419921875 +-0.057617187500 +-0.084960937500 +-0.141601562500 +0.005554199219 +0.023559570312 +0.044189453125 +-0.136718750000 +0.012939453125 +-0.029541015625 +-0.132812500000 +-0.048095703125 +0.078125000000 +0.116210937500 +-0.064941406250 +-0.129882812500 +0.054199218750 +-0.009643554688 +0.055175781250 +-0.136718750000 +0.085449218750 +-0.046386718750 +-0.021240234375 +-0.002105712891 +-0.182617187500 +-0.033691406250 +0.067871093750 +-0.079589843750 +-0.188476562500 +-0.119140625000 +0.099121093750 +0.106933593750 +-0.108398437500 +0.147460937500 +-0.003295898438 +0.065429687500 +-0.083496093750 +-0.117675781250 +-0.125976562500 +0.019165039062 +-0.083007812500 +-0.123046875000 +0.043701171875 +-0.032958984375 +-0.019775390625 +0.074218750000 +-0.004425048828 +-0.172851562500 +0.241210937500 +-0.057373046875 +-0.115722656250 +0.088867187500 +0.113769531250 +-0.140625000000 +-0.053466796875 +-0.116699218750 +-0.287109375000 +-0.058349609375 +0.113769531250 +0.163085937500 +0.078613281250 +0.054443359375 +0.084960937500 +-0.070312500000 +-0.124511718750 +0.132812500000 +-0.127929687500 +-0.018066406250 +-0.040771484375 +-0.039794921875 +-0.083007812500 +0.098632812500 +0.067871093750 +0.001937866211 +0.006774902344 +0.153320312500 +0.084472656250 +-0.083496093750 +-0.124511718750 +0.027709960938 +-0.034667968750 +-0.045898437500 +0.108886718750 +-0.200195312500 +0.027343750000 +-0.162109375000 +0.210937500000 +-0.069335937500 +-0.022216796875 +-0.108886718750 +-0.050048828125 +0.143554687500 +-0.011352539062 +-0.022460937500 +-0.077636718750 +-0.014343261719 +-0.076171875000 +-0.048339843750 +0.046386718750 +-0.133789062500 +-0.194335937500 +0.009704589844 +-0.026123046875 +-0.053466796875 +0.020019531250 +-0.006866455078 +0.062011718750 +-0.021728515625 +-0.150390625000 +-0.006225585938 +-0.083007812500 +0.213867187500 +-0.002944946289 +-0.127929687500 +0.173828125000 +-0.200195312500 +0.005401611328 +-0.020874023438 +-0.070800781250 +0.030395507812 +-0.057373046875 +-0.200195312500 +-0.158203125000 +-0.134765625000 +0.038818359375 +-0.149414062500 +0.104492187500 +-0.073242187500 +0.058349609375 +-0.002746582031 +-0.051513671875 +0.095214843750 +0.150390625000 +-0.158203125000 +0.146484375000 +-0.131835937500 +0.085937500000 +-0.054687500000 +-0.213867187500 +-0.061279296875 +0.287109375000 +0.027343750000 +0.014953613281 +-0.088867187500 +-0.060546875000 +0.030151367188 +-0.083984375000 +0.113281250000 +-0.056152343750 +0.041748046875 +-0.021240234375 +0.002288818359 +0.020629882812 +0.073730468750 +0.023803710938 +0.083984375000 +-0.110839843750 +0.159179687500 +0.056640625000 +-0.105468750000 +-0.024902343750 +-0.023315429688 +-0.048828125000 +0.071777343750 +-0.032226562500 +0.153320312500 +-0.097167968750 +0.100585937500 +0.026977539062 +-0.015136718750 +-0.042236328125 +0.063964843750 +-0.110351562500 +-0.052734375000 +-0.171875000000 +0.246093750000 +-0.141601562500 +-0.008117675781 +0.066406250000 +0.112792968750 +-0.059326171875 +0.103515625000 +-0.009460449219 +-0.101562500000 +0.099609375000 +0.031738281250 +-0.174804687500 +-0.117187500000 +0.102539062500 +0.228515625000 +0.050048828125 +0.224609375000 +0.148437500000 +-0.143554687500 +-0.059082031250 +0.030761718750 +-0.192382812500 +0.036376953125 +-0.030151367188 +0.190429687500 +-0.017822265625 +-0.125000000000 +0.070312500000 +-0.098632812500 +0.248046875000 +-0.034423828125 +-0.208984375000 +-0.119140625000 +0.088867187500 +0.023559570312 +0.091796875000 +-0.024658203125 +0.061035156250 +-0.051025390625 +0.000606536865 +-0.037109375000 +-0.123535156250 +-0.055908203125 +-0.151367187500 +-0.026855468750 +-0.141601562500 +0.119140625000 +0.007598876953 +-0.131835937500 +0.076660156250 +-0.026611328125 +-0.102539062500 +0.154296875000 +0.197265625000 +-0.022094726562 +-0.030639648438 +-0.168945312500 +0.026489257812 +0.034667968750 +0.043945312500 +-0.001831054688 +0.182617187500 +-0.068359375000 +-0.051513671875 +0.126953125000 +0.055664062500 +0.073242187500 +0.180664062500 +-0.119140625000 +-0.023803710938 +0.043457031250 +-0.011779785156 +-0.029785156250 +0.196289062500 +-0.081542968750 +-0.105957031250 +0.070800781250 +0.068359375000 +0.032226562500 +0.111816406250 +-0.088867187500 +-0.054443359375 +-0.009216308594 +-0.033203125000 +0.096191406250 +0.037109375000 +0.125976562500 +-0.123046875000 +0.151367187500 +0.085937500000 +-0.121582031250 +0.098144531250 +0.078125000000 +0.108398437500 +0.150390625000 +0.019531250000 +-0.100097656250 +-0.043701171875 +-0.023681640625 +0.024169921875 +-0.046630859375 +-0.060058593750 +0.074707031250 +0.142578125000 +-0.089843750000 +0.096679687500 +-0.124023437500 +0.092773437500 +0.146484375000 +0.250000000000 +-0.075195312500 +0.090332031250 +-0.072753906250 +0.154296875000 +0.009460449219 +0.069335937500 +0.128906250000 +0.087890625000 +0.029052734375 +0.065917968750 +-0.006683349609 +0.113769531250 +0.003204345703 +0.223632812500 +-0.053955078125 +-0.035156250000 +0.057861328125 +0.103515625000 +-0.108398437500 +0.172851562500 +-0.087402343750 +-0.052490234375 +0.088867187500 +-0.092773437500 +-0.105468750000 +0.060791015625 +-0.088378906250 +0.022216796875 +-0.047363281250 +-0.112304687500 +0.042724609375 +0.053222656250 +-0.126953125000 +0.189453125000 +0.065917968750 +0.193359375000 +0.140625000000 +-0.023193359375 +-0.059570312500 +0.027832031250 +0.049804687500 +-0.043701171875 +-0.043701171875 +0.082519531250 +0.009765625000 +-0.054931640625 +0.076660156250 +-0.003723144531 +0.013916015625 +0.053222656250 +0.138671875000 +-0.104492187500 +0.047851562500 +-0.063964843750 +0.003601074219 +0.138671875000 +-0.136718750000 +-0.168945312500 +0.149414062500 +-0.052734375000 +0.086425781250 +-0.096191406250 +-0.034423828125 +0.054443359375 +-0.068359375000 +-0.005798339844 +0.083984375000 +0.126953125000 +0.032226562500 +-0.110839843750 +-0.000907897949 +-0.105957031250 +0.167968750000 +0.012451171875 +0.159179687500 +-0.162109375000 +-0.084472656250 +0.067871093750 +-0.134765625000 +-0.005706787109 +0.241210937500 +0.078613281250 +-0.279296875000 +0.088867187500 +0.073242187500 +0.041259765625 +0.149414062500 +0.045654296875 +0.034667968750 +0.171875000000 +0.048828125000 +-0.060058593750 +0.068359375000 +-0.060058593750 +0.126953125000 +0.055419921875 +-0.094238281250 +0.002700805664 +0.014770507812 +0.040283203125 +-0.181640625000 +-0.134765625000 +0.058349609375 +-0.055175781250 +0.038818359375 +-0.064453125000 +-0.003448486328 +0.116210937500 +0.067871093750 +-0.096679687500 +-0.002166748047 +0.051513671875 +-0.022216796875 +-0.160156250000 +-0.285156250000 +-0.083984375000 +0.024047851562 +0.110839843750 +-0.091308593750 +0.111328125000 +0.012207031250 +0.133789062500 +-0.028564453125 +-0.045410156250 +-0.123535156250 +0.016113281250 +0.045166015625 +0.048583984375 +-0.029296875000 +-0.192382812500 +-0.170898437500 +0.005218505859 +0.008789062500 +-0.081054687500 +0.041015625000 +0.091796875000 +0.022216796875 +-0.005767822266 +0.094238281250 +0.202148437500 +-0.090332031250 +0.029663085938 +-0.032226562500 +0.059326171875 +0.196289062500 +0.102539062500 +-0.128906250000 +-0.009399414062 +-0.016357421875 +0.132812500000 +-0.092285156250 +0.241210937500 +0.081054687500 +-0.147460937500 +-0.160156250000 +-0.162109375000 +-0.044677734375 +-0.002197265625 +0.057373046875 +0.188476562500 +-0.088867187500 +0.002151489258 +0.113281250000 +0.018066406250 +-0.101562500000 +0.055175781250 +0.012084960938 +-0.098144531250 +-0.129882812500 +-0.145507812500 +0.025512695312 +-0.080078125000 +0.091796875000 +0.132812500000 +-0.044433593750 +-0.209960937500 +-0.029663085938 +-0.123046875000 +-0.049804687500 +-0.038085937500 +-0.225585937500 +-0.063476562500 +0.085449218750 +0.074218750000 +-0.050292968750 +-0.069335937500 +0.031127929688 +-0.076171875000 +-0.123046875000 +-0.049316406250 +-0.009948730469 +-0.201171875000 +0.025512695312 +-0.094726562500 +0.051757812500 +0.004913330078 +0.052246093750 +-0.034423828125 +-0.041992187500 +0.169921875000 +-0.066406250000 +0.135742187500 +0.033935546875 +-0.017089843750 +0.162109375000 +-0.000362396240 +-0.038574218750 +0.004333496094 +0.030029296875 +-0.046630859375 +-0.166992187500 +-0.088378906250 +0.077636718750 +0.138671875000 +-0.014648437500 +-0.059570312500 +0.043212890625 +0.066406250000 +0.020263671875 +-0.007019042969 +0.044677734375 +-0.065917968750 +0.086425781250 +-0.072265625000 +0.155273437500 +-0.085937500000 +0.235351562500 +0.020141601562 +0.025512695312 +0.112304687500 +0.062500000000 +0.077636718750 +-0.082031250000 +-0.175781250000 +0.167968750000 +-0.095703125000 +-0.004943847656 +-0.043212890625 +-0.004577636719 +0.111328125000 +-0.126953125000 +-0.060546875000 +-0.008911132812 +-0.089355468750 +0.053466796875 +0.007385253906 +0.041015625000 +-0.102539062500 +0.046386718750 +-0.028198242188 +-0.018798828125 +0.065917968750 +0.053710937500 +-0.227539062500 +-0.153320312500 +0.152343750000 +-0.065429687500 +0.046875000000 +-0.002548217773 +0.088867187500 +-0.076171875000 +-0.081542968750 +-0.146484375000 +0.060791015625 +-0.101562500000 +0.053466796875 +-0.000488281250 +-0.058593750000 +-0.030883789062 +0.061767578125 +0.213867187500 +0.034667968750 +-0.176757812500 +-0.035644531250 +0.022216796875 +-0.148437500000 +-0.205078125000 +-0.172851562500 +-0.083496093750 +-0.245117187500 +-0.037597656250 +-0.027587890625 +-0.106933593750 +0.158203125000 +-0.063476562500 +-0.047119140625 +0.012329101562 +-0.058837890625 +0.121582031250 +0.148437500000 +-0.043701171875 +-0.221679687500 +-0.034667968750 +-0.084472656250 +0.025756835938 +-0.062500000000 +0.092773437500 +0.085937500000 +-0.087402343750 +0.007171630859 +0.085937500000 +-0.089843750000 +0.183593750000 +-0.273437500000 +-0.023315429688 +-0.034179687500 +0.112792968750 +-0.004760742188 +-0.051025390625 +-0.196289062500 +-0.086425781250 +-0.024536132812 +-0.049072265625 +-0.141601562500 +-0.152343750000 +-0.034179687500 +-0.084960937500 +-0.033203125000 +0.077148437500 +-0.173828125000 +0.132812500000 +0.061523437500 +-0.039306640625 +-0.052490234375 +0.135742187500 +-0.142578125000 +-0.104980468750 +0.009460449219 +-0.105957031250 +0.089843750000 +0.099609375000 +0.132812500000 +-0.077148437500 +0.014221191406 +0.079101562500 +-0.030029296875 +0.104980468750 +-0.063476562500 +0.170898437500 +-0.041015625000 +0.079589843750 +0.149414062500 +0.002929687500 +-0.099121093750 +-0.021850585938 +-0.033935546875 +-0.073242187500 +0.009643554688 +0.113281250000 +-0.102050781250 +0.154296875000 +-0.030151367188 +0.049316406250 +0.005493164062 +0.092773437500 +0.097167968750 +-0.146484375000 +0.096679687500 +0.121582031250 +-0.184570312500 +-0.082031250000 +-0.008789062500 +-0.063964843750 +0.034912109375 +0.018554687500 +0.056396484375 +-0.024536132812 +-0.116699218750 +0.030273437500 +0.012817382812 +-0.078613281250 +0.167968750000 +0.020263671875 +-0.158203125000 +0.117675781250 +-0.041503906250 +-0.206054687500 +0.041015625000 +0.043212890625 +-0.041992187500 +0.131835937500 +0.026489257812 +-0.125976562500 +-0.197265625000 +0.042968750000 +0.245117187500 +-0.036132812500 +0.141601562500 +-0.007171630859 +0.049316406250 +-0.156250000000 +-0.095703125000 +-0.047363281250 +0.065917968750 +0.070800781250 +-0.058349609375 +-0.085449218750 +0.151367187500 +-0.183593750000 +0.081054687500 +-0.068359375000 +0.049316406250 +0.012756347656 +0.115234375000 +0.070312500000 +0.072753906250 +0.106445312500 +-0.029907226562 +-0.073242187500 +-0.031494140625 +-0.168945312500 +-0.063964843750 +-0.094726562500 +0.065917968750 +-0.176757812500 +0.024902343750 +-0.099121093750 +-0.068847656250 +-0.204101562500 +-0.020874023438 +0.052734375000 +0.011901855469 +-0.090332031250 +0.078125000000 +0.062988281250 +-0.015869140625 +-0.054687500000 +0.098144531250 +-0.108398437500 +0.036621093750 +-0.078613281250 +0.071289062500 +-0.030517578125 +-0.139648437500 +-0.031738281250 +0.059570312500 +0.184570312500 +0.016723632812 +-0.038818359375 +0.054931640625 +0.065917968750 +-0.062011718750 +-0.057861328125 +-0.227539062500 +0.052490234375 +0.127929687500 +-0.027099609375 +-0.003631591797 +-0.099121093750 +-0.007232666016 +-0.126953125000 +0.015563964844 +0.006042480469 +-0.071289062500 +-0.121093750000 +0.142578125000 +-0.053466796875 +-0.055664062500 +0.129882812500 +-0.030883789062 +-0.082031250000 +-0.139648437500 +0.028442382812 +-0.089355468750 +-0.119140625000 +0.008605957031 +-0.077636718750 +0.007263183594 +0.032958984375 +-0.125976562500 +-0.122070312500 +-0.029663085938 +0.075683593750 +0.085449218750 +-0.175781250000 +-0.151367187500 +0.024169921875 +0.011108398438 +0.099609375000 +0.084960937500 +0.066894531250 +0.083496093750 +0.054931640625 +0.066894531250 +0.031494140625 +0.088378906250 +-0.059082031250 +-0.071777343750 +-0.038818359375 +0.092773437500 +0.093261718750 +-0.010559082031 +-0.056396484375 +-0.202148437500 +-0.055908203125 +0.062011718750 +0.147460937500 +-0.081054687500 +0.034667968750 +-0.009277343750 +0.304687500000 +-0.100585937500 +0.070800781250 +-0.187500000000 +-0.051269531250 +0.110351562500 +0.046386718750 +0.001182556152 +0.023681640625 +0.037841796875 +0.062500000000 +-0.038818359375 +-0.041748046875 +-0.000446319580 +0.068847656250 +-0.050292968750 +0.196289062500 +0.156250000000 +-0.061279296875 +0.095214843750 +0.113281250000 +-0.067382812500 +-0.121093750000 +-0.012634277344 +-0.040283203125 +0.066894531250 +0.229492187500 +0.047363281250 +-0.106933593750 +-0.106933593750 +0.041503906250 +0.098632812500 +0.068847656250 +0.091308593750 +-0.007324218750 +-0.076171875000 +-0.012756347656 +0.106933593750 +-0.029052734375 +-0.013977050781 +-0.089355468750 +0.051269531250 +0.098144531250 +-0.077148437500 +-0.056396484375 +0.245117187500 +0.235351562500 +-0.081054687500 +-0.068847656250 +0.103515625000 +-0.040771484375 +0.068847656250 +0.036376953125 +0.053955078125 +0.146484375000 +0.001167297363 +-0.019287109375 +-0.017089843750 +0.123046875000 +-0.125976562500 +0.171875000000 +-0.112304687500 +-0.039550781250 +-0.040527343750 +0.090332031250 +0.020996093750 +-0.224609375000 +-0.064941406250 +-0.017089843750 +0.279296875000 +0.030395507812 +-0.033935546875 +-0.080078125000 +0.027954101562 +-0.013061523438 +-0.172851562500 +0.152343750000 +0.058349609375 +-0.013244628906 +0.059814453125 +-0.024169921875 +0.062255859375 +0.019287109375 +0.094726562500 +0.175781250000 +-0.065917968750 +0.033691406250 +0.029052734375 +0.063476562500 +0.125000000000 +-0.126953125000 +0.101074218750 +0.018310546875 +0.033203125000 +-0.053710937500 +0.108398437500 +0.111816406250 +0.078613281250 +-0.021728515625 +0.057373046875 +-0.011901855469 +0.013854980469 +0.038085937500 +-0.213867187500 +-0.199218750000 +0.000659942627 +-0.014648437500 +-0.210937500000 +0.010131835938 +-0.107910156250 +-0.047607421875 +-0.075195312500 +-0.094238281250 +-0.057617187500 +-0.145507812500 +0.083496093750 +0.124023437500 +0.062988281250 +-0.032958984375 +0.071777343750 +-0.022460937500 +0.062500000000 +-0.071289062500 +0.078613281250 +0.095214843750 +-0.047851562500 +-0.067871093750 +0.122558593750 +-0.006347656250 +-0.177734375000 +0.056884765625 +0.103515625000 +0.008483886719 +0.025512695312 +0.018432617188 +0.101562500000 +0.035400390625 +0.066406250000 +0.084472656250 +0.123046875000 +-0.128906250000 +-0.153320312500 +-0.125976562500 +-0.073730468750 +-0.155273437500 +0.046386718750 +0.143554687500 +-0.035888671875 +-0.061035156250 +-0.135742187500 +-0.128906250000 +-0.011474609375 +0.010009765625 +0.041992187500 +-0.057128906250 +-0.155273437500 +0.121093750000 +-0.077148437500 +-0.126953125000 +-0.131835937500 +0.035644531250 +-0.047607421875 +0.099121093750 +0.020996093750 +-0.055908203125 +-0.144531250000 +-0.143554687500 +0.187500000000 +-0.032226562500 +-0.016723632812 +-0.010314941406 +0.012939453125 +-0.021362304688 +-0.092773437500 +-0.099121093750 +-0.120117187500 +0.108398437500 +-0.002502441406 +-0.062988281250 +-0.127929687500 +0.104003906250 +0.032226562500 +0.194335937500 +0.105468750000 +0.064941406250 +-0.032958984375 +-0.095703125000 +0.010192871094 +-0.000778198242 +-0.212890625000 +-0.094238281250 +-0.092773437500 +-0.216796875000 +-0.022216796875 +0.163085937500 +0.048583984375 +0.059326171875 +0.175781250000 +0.106933593750 +0.100097656250 +-0.073730468750 +0.035888671875 +0.015869140625 +0.106445312500 +-0.004425048828 +-0.009948730469 +-0.063476562500 +-0.129882812500 +-0.133789062500 +0.092285156250 +-0.020019531250 +-0.097167968750 +0.028686523438 +-0.110839843750 +-0.037841796875 +0.050292968750 +0.141601562500 +-0.010314941406 +-0.158203125000 +-0.106933593750 +0.111328125000 +0.090820312500 +0.166015625000 +-0.164062500000 +0.209960937500 +-0.070800781250 +-0.031494140625 +0.257812500000 +0.132812500000 +0.030273437500 +0.135742187500 +-0.059814453125 +-0.168945312500 +-0.136718750000 +0.032470703125 +0.054687500000 +-0.145507812500 +0.033447265625 +-0.149414062500 +-0.123535156250 +-0.147460937500 +-0.057128906250 +-0.163085937500 +-0.046386718750 +-0.024291992188 +-0.093261718750 +0.030883789062 +-0.005676269531 +0.003265380859 +-0.068847656250 +-0.147460937500 +-0.152343750000 +0.080078125000 +-0.087402343750 +0.082519531250 +-0.101074218750 +0.070312500000 +0.049316406250 +0.022705078125 +-0.158203125000 +0.030029296875 +-0.195312500000 +-0.072265625000 +0.095703125000 +-0.141601562500 +-0.034179687500 +0.121093750000 +-0.040283203125 +0.097167968750 +-0.096679687500 +0.261718750000 +-0.152343750000 +-0.000785827637 +-0.012817382812 +-0.026000976562 +-0.039794921875 +-0.124511718750 +-0.139648437500 +0.070800781250 +0.088378906250 +-0.071777343750 +-0.028198242188 +0.053466796875 +-0.100585937500 +0.122558593750 +-0.057861328125 +0.063476562500 +-0.014709472656 +0.162109375000 +-0.081542968750 +-0.015075683594 +0.076660156250 +0.130859375000 +0.100585937500 +0.011108398438 +-0.259765625000 +0.041503906250 +0.004791259766 +-0.151367187500 +0.447265625000 +-0.130859375000 +0.088378906250 +0.041748046875 +-0.018676757812 +0.060791015625 +-0.024658203125 +-0.010498046875 +-0.004150390625 +0.052978515625 +-0.064941406250 +-0.060058593750 +0.033447265625 +0.107910156250 +0.012390136719 +-0.011474609375 +-0.051269531250 +0.052246093750 +0.076660156250 +0.002365112305 +-0.044189453125 +-0.333984375000 +-0.013671875000 +-0.021850585938 +-0.166015625000 +-0.213867187500 +0.265625000000 +0.086425781250 +0.111328125000 +0.038818359375 +-0.291015625000 +-0.043212890625 +0.002334594727 +0.172851562500 +-0.136718750000 +0.145507812500 +-0.077148437500 +0.097656250000 +0.182617187500 +0.184570312500 +0.125000000000 +0.010253906250 +-0.041748046875 +0.131835937500 +-0.074707031250 +0.211914062500 +-0.018554687500 +-0.100097656250 +-0.053710937500 +0.079589843750 +0.003509521484 +0.152343750000 +-0.149414062500 +0.226562500000 +0.171875000000 +-0.101074218750 +0.304687500000 +0.036865234375 +0.076660156250 +-0.001411437988 +0.045166015625 +-0.237304687500 +0.142578125000 +-0.041015625000 +-0.032226562500 +0.015747070312 +0.072265625000 +0.109863281250 +-0.044433593750 +0.041748046875 +-0.026000976562 +0.012451171875 +-0.008056640625 +-0.003997802734 +0.014770507812 +-0.091796875000 +-0.149414062500 +-0.128906250000 +-0.208984375000 +-0.043457031250 +-0.036865234375 +-0.103515625000 +-0.144531250000 +-0.156250000000 +-0.081542968750 +-0.114257812500 +0.071289062500 +-0.048828125000 +-0.105468750000 +-0.010437011719 +-0.011657714844 +-0.085937500000 +0.007171630859 +-0.031738281250 +-0.081542968750 +-0.147460937500 +-0.095703125000 +-0.041259765625 +0.123535156250 +-0.072753906250 +0.144531250000 +-0.031738281250 +0.138671875000 +0.003402709961 +-0.094726562500 +0.067871093750 +-0.000115871429 +-0.040527343750 +-0.037597656250 +-0.176757812500 +0.010864257812 +-0.236328125000 +-0.114257812500 +-0.158203125000 +0.107910156250 +-0.077148437500 +0.016601562500 +-0.070800781250 +-0.081542968750 +0.087890625000 +0.022094726562 +0.025878906250 +-0.119140625000 +-0.139648437500 +0.082031250000 +0.031738281250 +-0.129882812500 +-0.076660156250 +0.029418945312 +-0.020874023438 +-0.010986328125 +0.105957031250 +0.010864257812 +-0.042236328125 +-0.025878906250 +0.079589843750 +-0.057128906250 +0.104980468750 +0.004882812500 +-0.059814453125 +-0.067382812500 +-0.170898437500 +0.085449218750 +0.080566406250 +-0.059814453125 +-0.023193359375 +-0.001602172852 +0.108886718750 +-0.181640625000 +-0.058837890625 +-0.052978515625 +-0.113281250000 +0.009887695312 +-0.146484375000 +-0.099609375000 +-0.249023437500 +0.143554687500 +-0.024414062500 +-0.065429687500 +-0.065917968750 +0.139648437500 +-0.134765625000 +-0.030639648438 +0.138671875000 +0.086914062500 +0.011840820312 +-0.063964843750 +0.025390625000 +-0.025512695312 +0.011718750000 +-0.039062500000 +-0.013366699219 +-0.161132812500 +0.026123046875 +-0.167968750000 +-0.190429687500 +-0.131835937500 +-0.060058593750 +-0.067382812500 +-0.218750000000 +-0.114257812500 +-0.036865234375 +-0.071289062500 +-0.117675781250 +0.208984375000 +-0.028076171875 +-0.195312500000 +0.051025390625 +0.058837890625 +0.100097656250 +-0.002990722656 +0.035156250000 +-0.050537109375 +0.083496093750 +0.043212890625 +0.049804687500 +0.075195312500 +0.209960937500 +-0.034179687500 +-0.029174804688 +0.154296875000 +0.159179687500 +0.322265625000 +-0.050781250000 +-0.019653320312 +0.099121093750 +-0.213867187500 +-0.006042480469 +-0.061767578125 +0.161132812500 +-0.148437500000 +0.153320312500 +0.035888671875 +0.037597656250 +0.064941406250 +0.033203125000 +0.061035156250 +0.030517578125 +0.150390625000 +-0.065917968750 +-0.014282226562 +-0.028564453125 +-0.002319335938 +0.146484375000 +0.041015625000 +0.002365112305 +0.020874023438 +0.074218750000 +0.118652343750 +0.065917968750 +-0.152343750000 +0.083007812500 +0.016601562500 +-0.095703125000 +0.038818359375 +-0.024780273438 +-0.144531250000 +0.224609375000 +-0.005004882812 +-0.055419921875 +-0.017822265625 +-0.033691406250 +0.046875000000 +0.184570312500 +-0.021118164062 +-0.121093750000 +0.064453125000 +-0.003967285156 +0.021850585938 +-0.008239746094 +0.019775390625 +0.026855468750 +0.073730468750 +0.083496093750 +0.005218505859 +-0.014587402344 +0.281250000000 +0.015380859375 +0.051025390625 +0.105468750000 +0.080566406250 +-0.071777343750 +-0.001838684082 +-0.036132812500 +0.020629882812 +-0.137695312500 +-0.129882812500 +-0.059082031250 +0.033447265625 +-0.018310546875 +-0.107421875000 +0.041503906250 +-0.031738281250 +-0.038330078125 +-0.048583984375 +0.015747070312 +0.040039062500 +0.196289062500 +0.035400390625 +0.127929687500 +-0.008728027344 +0.187500000000 +0.030029296875 +0.073730468750 +-0.093261718750 +-0.150390625000 +0.072753906250 +-0.070312500000 +0.049804687500 +-0.085449218750 +0.008483886719 +0.146484375000 +0.106933593750 +-0.012329101562 +-0.042968750000 +0.086914062500 +0.005554199219 +-0.068359375000 +-0.004730224609 +0.041259765625 +-0.098144531250 +0.031127929688 +0.014648437500 +0.069335937500 +-0.082031250000 +0.017944335938 +0.125000000000 +-0.119628906250 +0.117675781250 +-0.015625000000 +0.005187988281 +0.042480468750 +0.165039062500 +0.063476562500 +-0.119628906250 +0.124511718750 +-0.181640625000 +0.082519531250 +0.021240234375 +-0.019287109375 +0.173828125000 +-0.020874023438 +0.106445312500 +0.030883789062 +-0.046386718750 +-0.119140625000 +0.242187500000 +0.030151367188 +0.072265625000 +0.065429687500 +0.131835937500 +0.038085937500 +0.007812500000 +-0.065429687500 +0.089843750000 +0.168945312500 +0.090332031250 +-0.008789062500 +-0.160156250000 +-0.031982421875 +-0.029907226562 +-0.037353515625 +-0.040283203125 +-0.071777343750 +-0.181640625000 +0.077636718750 +0.065429687500 +-0.085937500000 +-0.020141601562 +-0.143554687500 +-0.042724609375 +0.036376953125 +-0.009399414062 +-0.052734375000 +-0.174804687500 +0.077148437500 +0.179687500000 +0.115722656250 +0.105957031250 +0.052490234375 +-0.001724243164 +0.027587890625 +-0.166992187500 +0.000438690186 +-0.078125000000 +-0.089355468750 +0.122070312500 +0.020019531250 +0.123535156250 +-0.029541015625 +-0.061279296875 +0.015380859375 +-0.026855468750 +0.041748046875 +-0.001106262207 +-0.107421875000 +0.203125000000 +-0.141601562500 +0.009582519531 +-0.001869201660 +0.099609375000 +-0.087402343750 +0.081542968750 +0.195312500000 +0.177734375000 +-0.054687500000 +0.050537109375 +0.169921875000 +-0.001487731934 +0.041992187500 +0.066406250000 +-0.125976562500 +0.069335937500 +0.025634765625 +-0.006896972656 +-0.101562500000 +-0.082519531250 +-0.084472656250 +-0.084960937500 +-0.068847656250 +0.078125000000 +-0.009948730469 +0.220703125000 +0.091796875000 +0.014221191406 +-0.018920898438 +-0.057373046875 +-0.135742187500 +0.035644531250 +-0.090820312500 +-0.118164062500 +-0.021240234375 +0.003479003906 +0.029052734375 +0.045898437500 +-0.005554199219 +0.056884765625 +0.123535156250 +-0.021118164062 +0.097656250000 +0.182617187500 +-0.024414062500 +-0.173828125000 +0.136718750000 +0.250000000000 +0.003021240234 +-0.021972656250 +0.088378906250 +-0.234375000000 +0.137695312500 +0.080566406250 +-0.002380371094 +-0.120117187500 +0.072265625000 +0.036621093750 +-0.137695312500 +0.098144531250 +-0.069824218750 +0.091796875000 +-0.125000000000 +0.139648437500 +0.124511718750 +-0.075195312500 +-0.047851562500 +-0.064453125000 +0.113281250000 +0.040039062500 +-0.054443359375 +0.036621093750 +-0.124023437500 +0.011047363281 +0.146484375000 +-0.017089843750 +0.219726562500 +0.008972167969 +-0.061035156250 +-0.166992187500 +-0.002029418945 +0.126953125000 +-0.015625000000 +-0.075683593750 +-0.113769531250 +0.055664062500 +-0.058349609375 +0.030151367188 +0.080566406250 +-0.043212890625 +0.059082031250 +0.012573242188 +-0.010620117188 +-0.207031250000 +0.190429687500 +-0.097656250000 +0.004333496094 +-0.028930664062 +-0.008605957031 +-0.002822875977 +0.033447265625 +-0.019409179688 +-0.007171630859 +-0.164062500000 +-0.108398437500 +0.102539062500 +-0.045654296875 +0.239257812500 +0.057128906250 +-0.003601074219 +-0.167968750000 +0.159179687500 +0.231445312500 +-0.116699218750 +-0.024047851562 +0.063476562500 +-0.083984375000 +0.020385742188 +0.012084960938 +-0.122558593750 +-0.057861328125 +-0.039306640625 +-0.125000000000 +0.043457031250 +0.047119140625 +0.025512695312 +-0.121093750000 +0.028564453125 +0.039794921875 +-0.259765625000 +-0.104492187500 +0.117187500000 +-0.114257812500 +-0.174804687500 +0.119140625000 +0.291015625000 +-0.086425781250 +0.187500000000 +0.000308990479 +0.048583984375 +-0.019775390625 +0.029418945312 +-0.081054687500 +0.060546875000 +0.027832031250 +0.049804687500 +-0.082031250000 +0.078125000000 +-0.040283203125 +0.129882812500 +0.099609375000 +0.079101562500 +-0.011230468750 +-0.165039062500 +0.030517578125 +0.211914062500 +0.102539062500 +-0.001052856445 +0.028686523438 +0.103027343750 +0.110351562500 +-0.011047363281 +-0.041748046875 +0.071289062500 +-0.164062500000 +-0.055664062500 +-0.043701171875 +0.087890625000 +0.052001953125 +-0.074218750000 +0.040039062500 +-0.045166015625 +0.376953125000 +0.043457031250 +0.120117187500 +0.167968750000 +-0.136718750000 +0.016601562500 +-0.011169433594 +0.062255859375 +0.255859375000 +-0.144531250000 +0.050048828125 +0.047607421875 +0.084472656250 +0.062500000000 +-0.052001953125 +0.202148437500 +-0.197265625000 +0.107910156250 +0.145507812500 +-0.096679687500 +-0.223632812500 +0.146484375000 +-0.052001953125 +-0.093750000000 +-0.002151489258 +-0.046630859375 +0.016967773438 +0.086914062500 +0.127929687500 +-0.018920898438 +0.115234375000 +-0.088867187500 +0.116210937500 +-0.166015625000 +-0.169921875000 +-0.196289062500 +-0.099121093750 +0.049560546875 +-0.032714843750 +-0.009887695312 +0.245117187500 +-0.069335937500 +-0.012695312500 +0.102050781250 +0.170898437500 +-0.013916015625 +0.015502929688 +-0.056640625000 +0.036621093750 +-0.028564453125 +-0.052978515625 +-0.074707031250 +-0.103027343750 +-0.005004882812 +0.008728027344 +-0.036621093750 +0.014038085938 +-0.020874023438 +-0.000103950500 +0.028808593750 +0.035400390625 +0.011230468750 +-0.039306640625 +0.033691406250 +0.070312500000 +0.165039062500 +-0.162109375000 +0.047363281250 +0.081542968750 +-0.074707031250 +0.074707031250 +0.121093750000 +-0.009643554688 +0.312500000000 +0.105468750000 +0.100097656250 +-0.052978515625 +0.096679687500 +0.007537841797 +-0.029296875000 +0.066894531250 +-0.050292968750 +-0.016357421875 +0.062255859375 +0.017089843750 +0.141601562500 +-0.050537109375 +0.096679687500 +-0.061767578125 +0.053222656250 +0.128906250000 +0.197265625000 +0.121093750000 +0.094726562500 +0.069824218750 +0.141601562500 +0.001091003418 +-0.103515625000 +-0.018676757812 +-0.060791015625 +0.013183593750 +0.189453125000 +0.199218750000 +-0.020385742188 +0.006042480469 +0.036132812500 +0.069824218750 +0.010681152344 +0.047363281250 +0.082519531250 +-0.166015625000 +-0.029418945312 +-0.011108398438 +-0.021972656250 +0.009826660156 +0.021728515625 +0.107421875000 +-0.115234375000 +0.015869140625 +0.002563476562 +0.104492187500 +-0.160156250000 +0.001411437988 +0.003265380859 +-0.032958984375 +0.066894531250 +0.031738281250 +0.009216308594 +-0.148437500000 +0.004089355469 +0.147460937500 +-0.010253906250 +-0.085937500000 +-0.075683593750 +-0.052978515625 +-0.081542968750 +0.023803710938 +0.035888671875 +0.026123046875 +0.110351562500 +-0.078613281250 +-0.037109375000 +0.333984375000 +-0.012145996094 +0.043945312500 +0.150390625000 +0.038330078125 +-0.109863281250 +0.185546875000 +0.040283203125 +0.166992187500 +-0.068847656250 +0.067871093750 +-0.139648437500 +0.127929687500 +-0.056884765625 +-0.057617187500 +0.032958984375 +0.091308593750 +-0.084472656250 +0.131835937500 +-0.040039062500 +-0.031127929688 +-0.094238281250 +0.057617187500 +-0.221679687500 +0.052001953125 +0.086425781250 +-0.001358032227 +-0.050292968750 +0.175781250000 +-0.009582519531 +-0.110839843750 +0.141601562500 +-0.126953125000 +-0.203125000000 +0.061035156250 +0.029663085938 +-0.019775390625 +0.061767578125 +-0.130859375000 +0.057128906250 +-0.154296875000 +-0.041503906250 +-0.056152343750 +-0.009277343750 +-0.005218505859 +0.016601562500 +0.166992187500 +0.073730468750 +-0.041748046875 +0.040771484375 +-0.098632812500 +-0.026855468750 +0.057128906250 +-0.010009765625 +-0.093261718750 +-0.144531250000 +0.091796875000 +-0.040039062500 +0.177734375000 +-0.069335937500 +-0.111328125000 +0.072265625000 +0.014282226562 +-0.219726562500 +0.006439208984 +-0.096191406250 +-0.008483886719 +-0.075683593750 +0.039306640625 +0.060546875000 +0.072265625000 +-0.106445312500 +-0.125000000000 +0.190429687500 +-0.031494140625 +0.102539062500 +-0.064453125000 +0.135742187500 +-0.023803710938 +0.067382812500 +0.146484375000 +0.091796875000 +-0.046875000000 +0.052978515625 +-0.069335937500 +0.203125000000 +-0.068359375000 +0.074707031250 +0.227539062500 +0.013183593750 +0.174804687500 +-0.022949218750 +-0.055908203125 +0.110351562500 +0.004913330078 +-0.166015625000 +0.013610839844 +-0.123046875000 +-0.101562500000 +-0.050292968750 +0.104980468750 +-0.047607421875 +0.103027343750 +-0.213867187500 +-0.177734375000 +0.173828125000 +0.027832031250 +-0.088378906250 +-0.049316406250 +0.038330078125 +-0.061767578125 +-0.131835937500 +0.023681640625 +-0.099609375000 +-0.124511718750 +-0.034912109375 +-0.027709960938 +-0.077636718750 +-0.007415771484 +0.105468750000 +-0.168945312500 +0.149414062500 +0.045166015625 +-0.024780273438 +-0.059082031250 +0.137695312500 +-0.010803222656 +-0.072265625000 +-0.050048828125 +-0.047851562500 +-0.121582031250 +0.153320312500 +-0.082031250000 +0.070312500000 +0.020874023438 +0.075683593750 +0.253906250000 +-0.058837890625 +-0.058593750000 +-0.185546875000 +-0.013671875000 +0.093750000000 +-0.012756347656 +-0.005340576172 +-0.073242187500 +-0.167968750000 +0.184570312500 +-0.006408691406 +0.171875000000 +0.120605468750 +0.021362304688 +0.047851562500 +-0.115234375000 +0.038085937500 +-0.019531250000 +0.116210937500 +0.067382812500 +-0.195312500000 +-0.024658203125 +-0.085449218750 +0.060791015625 +-0.123046875000 +0.037597656250 +0.071289062500 +-0.009155273438 +0.050292968750 +-0.164062500000 +0.093750000000 +-0.092285156250 +-0.191406250000 +-0.007293701172 +-0.086425781250 +0.046630859375 +0.066406250000 +-0.030761718750 +-0.181640625000 +-0.132812500000 +0.002120971680 +0.062011718750 +-0.009948730469 +0.017089843750 +-0.000846862793 +0.044433593750 +0.035156250000 +0.006072998047 +-0.067871093750 +0.090820312500 +-0.036376953125 +-0.084472656250 +-0.049804687500 +0.036865234375 +-0.129882812500 +-0.031494140625 +-0.085449218750 +-0.025878906250 +0.053955078125 +-0.090820312500 +-0.019042968750 +0.073730468750 +-0.105957031250 +-0.062988281250 +0.042724609375 +0.052734375000 +-0.021728515625 +-0.205078125000 +0.073730468750 +0.073730468750 +0.040039062500 +-0.016479492188 +-0.174804687500 +-0.009155273438 +-0.024658203125 +0.004028320312 +-0.114746093750 +0.060791015625 +-0.127929687500 +-0.095703125000 +-0.013732910156 +0.121582031250 +-0.117187500000 +0.045898437500 +0.131835937500 +0.072753906250 +-0.037109375000 +-0.078125000000 +-0.043212890625 +0.051513671875 +-0.125976562500 +-0.025390625000 +0.085937500000 +-0.228515625000 +-0.102539062500 +-0.449218750000 +0.067382812500 +-0.125976562500 +-0.040527343750 +-0.027221679688 +-0.018310546875 +-0.141601562500 +-0.042968750000 +0.142578125000 +0.050781250000 +-0.079101562500 +-0.161132812500 +-0.138671875000 +-0.021606445312 +0.060302734375 +0.018920898438 +0.076660156250 +-0.165039062500 +-0.117675781250 +-0.030151367188 +0.010864257812 +-0.024536132812 +-0.000587463379 +0.082031250000 +-0.055908203125 +-0.069335937500 +0.133789062500 +0.092773437500 +0.162109375000 +-0.144531250000 +0.009094238281 +-0.025756835938 +-0.029052734375 +-0.048095703125 +-0.175781250000 +-0.002990722656 +0.041748046875 +0.131835937500 +0.034179687500 +0.046630859375 +0.076171875000 +-0.039794921875 +0.116699218750 +0.133789062500 +0.099609375000 +0.088867187500 +0.081542968750 +0.060058593750 +0.043701171875 +0.127929687500 +0.033691406250 +0.017578125000 +0.073730468750 +-0.058837890625 +-0.090820312500 +-0.019897460938 +-0.025634765625 +0.048339843750 +-0.003173828125 +-0.073730468750 +-0.010009765625 +-0.004791259766 +-0.028198242188 +0.117675781250 +0.120117187500 +0.004974365234 +0.162109375000 +0.046875000000 +0.099121093750 +0.285156250000 +0.109375000000 +-0.058593750000 +0.125976562500 +-0.039062500000 +0.005371093750 +0.047607421875 +0.149414062500 +-0.020996093750 +-0.213867187500 +0.144531250000 +-0.000869750977 +-0.043212890625 +-0.034667968750 +0.106445312500 +-0.096679687500 +0.037353515625 +-0.144531250000 +-0.042968750000 +0.034667968750 +-0.031494140625 +0.064941406250 +0.118164062500 +-0.116699218750 +0.062500000000 +0.113769531250 +0.200195312500 +-0.076171875000 +-0.117675781250 +-0.132812500000 +-0.091308593750 +0.028564453125 +-0.006713867188 +0.085449218750 +0.135742187500 +-0.021850585938 +-0.066894531250 +0.013366699219 +0.119140625000 +0.041748046875 +-0.092773437500 +0.103027343750 +0.125000000000 +0.132812500000 +-0.035400390625 +-0.166015625000 +-0.065429687500 +0.056396484375 +0.031982421875 +-0.016845703125 +-0.133789062500 +0.063476562500 +-0.205078125000 +-0.041503906250 +0.136718750000 +-0.079589843750 +-0.005645751953 +0.173828125000 +0.140625000000 +-0.017456054688 +0.046142578125 +0.108886718750 +0.012023925781 +0.145507812500 +0.017578125000 +-0.100585937500 +-0.120117187500 +0.085937500000 +0.014831542969 +0.092285156250 +0.111328125000 +0.146484375000 +-0.037109375000 +0.318359375000 +-0.037597656250 +0.013793945312 +0.020507812500 +-0.116699218750 +-0.063476562500 +-0.019653320312 +0.122070312500 +-0.083496093750 +0.098632812500 +0.058105468750 +-0.102050781250 +0.162109375000 +0.106933593750 +0.058593750000 +0.101074218750 +0.098144531250 +0.128906250000 +0.199218750000 +-0.085449218750 +-0.065917968750 +0.035644531250 +-0.096679687500 +0.139648437500 +0.181640625000 +0.021240234375 +-0.007385253906 +0.000379562378 +0.099121093750 +0.107910156250 +-0.166992187500 +0.108886718750 +-0.086425781250 +0.226562500000 +0.015380859375 +0.142578125000 +0.029174804688 +-0.083007812500 +-0.010253906250 +0.066894531250 +-0.047119140625 +-0.015625000000 +-0.110351562500 +-0.166015625000 +0.202148437500 +0.140625000000 +0.163085937500 +-0.069335937500 +0.012268066406 +0.032470703125 +0.227539062500 +0.049316406250 +-0.071289062500 +0.052246093750 +0.041992187500 +-0.076171875000 +-0.039550781250 +-0.036132812500 +0.025512695312 +-0.034179687500 +-0.186523437500 +0.018676757812 +0.081054687500 +0.129882812500 +0.159179687500 +-0.015441894531 +0.050292968750 +-0.000452041626 +0.046630859375 +-0.004547119141 +0.146484375000 +-0.058837890625 +-0.107910156250 +0.038818359375 +0.008178710938 +-0.115234375000 +-0.148437500000 +0.118164062500 +0.175781250000 +0.015563964844 +0.142578125000 +0.005126953125 +-0.042236328125 +-0.009765625000 +-0.061279296875 +0.176757812500 +-0.067382812500 +0.263671875000 +-0.033447265625 +0.080078125000 +0.117675781250 +0.059082031250 +-0.036865234375 +-0.003097534180 +0.128906250000 +0.016113281250 +-0.098144531250 +-0.080078125000 +-0.049316406250 +0.005126953125 +-0.124023437500 +-0.145507812500 +0.071777343750 +0.191406250000 +0.038818359375 +-0.067871093750 +-0.055419921875 +-0.035644531250 +0.099121093750 +0.063476562500 +0.112792968750 +0.107421875000 +-0.087402343750 +0.076660156250 +-0.038574218750 +0.105957031250 +-0.123046875000 +0.089843750000 +0.040771484375 +0.104003906250 +0.132812500000 +0.071777343750 +0.177734375000 +-0.153320312500 +0.047851562500 +-0.217773437500 +0.060058593750 +0.058593750000 +-0.053466796875 +0.080078125000 +0.116699218750 +-0.088378906250 +-0.038085937500 +-0.082031250000 +0.022583007812 +0.273437500000 +0.009094238281 +-0.052734375000 +-0.149414062500 +0.012939453125 +-0.119628906250 +0.084472656250 +0.090820312500 +0.144531250000 +-0.034423828125 +-0.003555297852 +0.120117187500 +-0.008422851562 +0.120117187500 +0.154296875000 +0.008911132812 +-0.142578125000 +0.040283203125 +-0.064453125000 +0.013427734375 +0.015014648438 +-0.004943847656 +0.121582031250 +0.098632812500 +0.015380859375 +0.100097656250 +-0.080078125000 +0.076660156250 +0.123535156250 +0.160156250000 +0.064941406250 +-0.087402343750 +-0.044433593750 +-0.090820312500 +0.129882812500 +0.073242187500 +0.075683593750 +0.129882812500 +-0.138671875000 +-0.025512695312 +0.178710937500 +-0.075683593750 +0.002212524414 +-0.015563964844 +0.054443359375 +0.021606445312 +-0.060302734375 +0.206054687500 +-0.229492187500 +0.184570312500 +-0.178710937500 +0.218750000000 +-0.139648437500 +0.146484375000 +0.015869140625 +-0.036621093750 +-0.000301361084 +-0.040039062500 +0.054931640625 +-0.007568359375 +-0.019775390625 +0.112304687500 +-0.002700805664 +-0.116210937500 +-0.142578125000 +0.007171630859 +-0.126953125000 +-0.046386718750 +0.005004882812 +0.100097656250 +0.010620117188 +0.161132812500 +0.283203125000 +-0.106933593750 +-0.089843750000 +0.114746093750 +-0.171875000000 +-0.103515625000 +-0.054199218750 +-0.034423828125 +-0.010803222656 +0.104492187500 +-0.088378906250 +-0.063964843750 +-0.078613281250 +-0.139648437500 +-0.033935546875 +0.035156250000 +0.045166015625 +-0.131835937500 +0.053466796875 +-0.072265625000 +-0.034667968750 +-0.011779785156 +0.045898437500 +-0.062500000000 +0.289062500000 +-0.064941406250 +-0.036132812500 +-0.199218750000 +0.052978515625 +0.267578125000 +0.071777343750 +-0.037597656250 +-0.021972656250 +-0.246093750000 +0.090820312500 +0.250000000000 +-0.086425781250 +0.043212890625 +-0.007415771484 +-0.055175781250 +0.102539062500 +-0.085449218750 +-0.023559570312 +0.173828125000 +0.056884765625 +-0.008117675781 +-0.035888671875 +0.057861328125 +-0.008666992188 +-0.228515625000 +0.037353515625 +-0.094726562500 +-0.052978515625 +0.126953125000 +-0.013305664062 +-0.159179687500 +0.003967285156 +-0.168945312500 +-0.051757812500 +0.216796875000 +-0.010864257812 +-0.328125000000 +0.044921875000 +-0.086914062500 +0.130859375000 +0.041503906250 +0.056152343750 +0.089843750000 +-0.076171875000 +0.132812500000 +0.074707031250 +-0.015869140625 +-0.100097656250 +0.102539062500 +0.246093750000 +0.072265625000 +0.071289062500 +0.043945312500 +-0.125976562500 +0.087402343750 +-0.124023437500 +-0.023681640625 +-0.017456054688 +0.016601562500 +0.040283203125 +-0.017700195312 +-0.018432617188 +-0.071289062500 +-0.094726562500 +0.064453125000 +-0.171875000000 +0.157226562500 +0.045166015625 +0.046142578125 +-0.326171875000 +-0.123535156250 +0.112792968750 +-0.139648437500 +-0.124511718750 +-0.091308593750 +-0.034179687500 +-0.059570312500 +0.023681640625 +-0.148437500000 +-0.257812500000 +-0.039062500000 +-0.164062500000 +0.052734375000 +0.076660156250 +-0.008422851562 +0.016723632812 +0.012329101562 +-0.002624511719 +0.004058837891 +-0.012573242188 +-0.047851562500 +-0.092285156250 +-0.045898437500 +0.011657714844 +0.009948730469 +-0.145507812500 +0.026367187500 +0.020141601562 +0.002899169922 +0.084472656250 +0.036865234375 +-0.087890625000 +0.073242187500 +0.158203125000 +-0.110351562500 +0.014038085938 +0.150390625000 +0.073242187500 +-0.017944335938 +0.053955078125 +-0.304687500000 +0.029785156250 +-0.088378906250 +-0.302734375000 +-0.083007812500 +0.009338378906 +-0.054687500000 +-0.024902343750 +0.036376953125 +-0.037353515625 +0.086914062500 +-0.054443359375 +0.063964843750 +0.048583984375 +0.003112792969 +-0.021362304688 +0.073730468750 +0.165039062500 +0.005096435547 +-0.240234375000 +-0.004791259766 +-0.044189453125 +0.016235351562 +0.103515625000 +-0.031494140625 +0.125976562500 +0.119140625000 +-0.077636718750 +-0.014465332031 +0.010314941406 +0.027465820312 +-0.125976562500 +0.091308593750 +-0.044921875000 +0.030639648438 +-0.040039062500 +0.002243041992 +0.056396484375 +-0.018310546875 +-0.020385742188 +0.127929687500 +0.253906250000 +0.104003906250 +-0.017822265625 +0.026489257812 +0.027099609375 +0.027343750000 +-0.021606445312 +-0.125000000000 +-0.094238281250 +-0.011779785156 +-0.055908203125 +-0.066406250000 +-0.032470703125 +-0.099121093750 +-0.197265625000 +0.128906250000 +-0.114257812500 +-0.022338867188 +-0.012023925781 +0.003005981445 +0.035888671875 +-0.091308593750 +0.046142578125 +0.041503906250 +0.048095703125 +-0.193359375000 +-0.020874023438 +-0.031494140625 +-0.074707031250 +-0.032714843750 +0.123046875000 +-0.116210937500 +-0.164062500000 +-0.079589843750 +0.208984375000 +0.034912109375 +0.013366699219 +-0.125000000000 +-0.126953125000 +0.062988281250 +-0.165039062500 +0.026245117188 +-0.104492187500 +-0.040527343750 +0.040283203125 +0.066406250000 +0.025268554688 +0.008361816406 +-0.138671875000 +0.084472656250 +-0.071777343750 +-0.091796875000 +-0.089843750000 +0.060546875000 +-0.016601562500 +-0.004760742188 +0.110351562500 +-0.048095703125 +0.021240234375 +-0.070312500000 +0.099609375000 +0.018066406250 +-0.191406250000 +-0.173828125000 +-0.061279296875 +-0.049072265625 +0.025390625000 +0.062011718750 +0.056884765625 +-0.152343750000 +-0.100097656250 +-0.097167968750 +0.024291992188 +0.055664062500 +0.060546875000 +-0.142578125000 +-0.216796875000 +0.072753906250 +0.007781982422 +-0.079589843750 +0.255859375000 +-0.147460937500 +0.116210937500 +-0.157226562500 +0.115722656250 +0.026245117188 +-0.011291503906 +0.110839843750 +0.468750000000 +-0.078125000000 +0.160156250000 +-0.028320312500 +-0.171875000000 +0.109375000000 +0.023315429688 +-0.075683593750 +0.141601562500 +0.031982421875 +0.107421875000 +-0.042968750000 +-0.054931640625 +0.061523437500 +0.134765625000 +-0.099609375000 +0.021362304688 +0.132812500000 +-0.191406250000 +-0.192382812500 +-0.076171875000 +0.015197753906 +-0.165039062500 +-0.082031250000 +0.089355468750 +-0.147460937500 +0.220703125000 +0.082031250000 +0.052490234375 +-0.051025390625 +-0.103027343750 +-0.137695312500 +-0.023315429688 +0.093750000000 +0.052490234375 +0.082519531250 +0.142578125000 +0.073242187500 +0.086425781250 +0.197265625000 +0.192382812500 +0.144531250000 +-0.017822265625 +0.005554199219 +0.099609375000 +0.088867187500 +-0.025878906250 +0.067382812500 +-0.093750000000 +0.058349609375 +0.110351562500 +0.067871093750 +0.081054687500 +-0.125976562500 +0.269531250000 +-0.020019531250 +0.048095703125 +0.050781250000 +-0.136718750000 +0.116699218750 +0.116699218750 +0.079101562500 +-0.051513671875 +0.148437500000 +-0.066406250000 +-0.072265625000 +0.038818359375 +0.006805419922 +0.098632812500 +-0.104492187500 +0.131835937500 +0.071777343750 +-0.148437500000 +0.035156250000 +0.119628906250 +-0.058349609375 +-0.110351562500 +-0.127929687500 +-0.113769531250 +-0.134765625000 +0.038574218750 +0.022583007812 +0.066406250000 +0.040283203125 +0.203125000000 +-0.066894531250 +-0.210937500000 +0.064453125000 +0.043701171875 +-0.165039062500 +-0.071289062500 +-0.105957031250 +0.090332031250 +0.151367187500 +0.016601562500 +0.018554687500 +-0.120117187500 +0.026367187500 +-0.001716613770 +-0.142578125000 +-0.049560546875 +-0.001968383789 +-0.076660156250 +0.142578125000 +-0.120605468750 +0.134765625000 +-0.156250000000 +0.042480468750 +0.093750000000 +0.049072265625 +-0.149414062500 +-0.067871093750 +0.028076171875 +-0.031982421875 +0.188476562500 +-0.057617187500 +-0.053222656250 +0.113281250000 +-0.065917968750 +-0.029052734375 +0.150390625000 +-0.028930664062 +-0.049316406250 +0.005249023438 +-0.171875000000 +0.106445312500 +-0.108398437500 +-0.216796875000 +0.058593750000 +-0.056884765625 +-0.102539062500 +0.042236328125 +-0.024169921875 +-0.062255859375 +-0.057373046875 +-0.005340576172 +0.173828125000 +-0.045166015625 +0.010742187500 +-0.029052734375 +-0.018310546875 +0.038818359375 +-0.043945312500 +-0.072265625000 +0.238281250000 +0.104980468750 +-0.093261718750 +0.026977539062 +0.034179687500 +-0.025634765625 +0.153320312500 +0.056152343750 +0.227539062500 +-0.099121093750 +-0.038818359375 +-0.057617187500 +-0.001472473145 +-0.067382812500 +-0.011291503906 +-0.001380920410 +0.084960937500 +0.058105468750 +0.114746093750 +-0.007995605469 +0.029052734375 +-0.177734375000 +-0.018066406250 +0.013488769531 +0.090332031250 +-0.132812500000 +-0.049072265625 +-0.000991821289 +0.134765625000 +-0.052246093750 +0.064941406250 +0.208984375000 +-0.094726562500 +-0.030517578125 +0.049560546875 +-0.050537109375 +0.034912109375 +-0.037109375000 +-0.018798828125 +-0.078613281250 +-0.006652832031 +0.044433593750 +0.109863281250 +-0.019897460938 +-0.001441955566 +-0.115234375000 +-0.149414062500 +-0.002349853516 +-0.061767578125 +0.085449218750 +0.169921875000 +0.103027343750 +0.073242187500 +0.163085937500 +-0.052734375000 +-0.024536132812 +-0.181640625000 +-0.083007812500 +0.010559082031 +-0.217773437500 +0.026000976562 +-0.117187500000 +-0.093750000000 +0.012939453125 +0.011352539062 +-0.219726562500 +0.117675781250 +0.014648437500 +0.112304687500 +-0.095214843750 +-0.255859375000 +0.156250000000 +-0.135742187500 +-0.043212890625 +-0.100097656250 +-0.019775390625 +-0.057617187500 +-0.120117187500 +0.008239746094 +-0.089355468750 +-0.347656250000 +-0.154296875000 +-0.125976562500 +-0.074218750000 +0.169921875000 +0.130859375000 +0.061279296875 +-0.096679687500 +0.170898437500 +0.084960937500 +-0.091796875000 +-0.077636718750 +0.085449218750 +0.031005859375 +0.005432128906 +0.001930236816 +0.107910156250 +-0.066894531250 +-0.062011718750 +0.080078125000 +-0.067871093750 +-0.050781250000 +-0.131835937500 +-0.036865234375 +0.104492187500 +0.007019042969 +-0.175781250000 +0.073242187500 +0.188476562500 +0.045898437500 +0.148437500000 +-0.026489257812 +0.070800781250 +-0.099609375000 +-0.207031250000 +-0.032714843750 +0.070800781250 +-0.083007812500 +0.047607421875 +0.080078125000 +0.092285156250 +0.046875000000 +-0.030029296875 +0.000690460205 +0.010681152344 +-0.123535156250 +0.101562500000 +0.250000000000 +0.022338867188 +0.163085937500 +-0.002731323242 +0.092285156250 +-0.097656250000 +0.069824218750 +-0.124023437500 +0.019165039062 +0.075195312500 +0.027343750000 +-0.098144531250 +-0.001327514648 +0.040039062500 +0.088867187500 +-0.050292968750 +0.066894531250 +0.020874023438 +-0.099609375000 +0.068847656250 +0.052246093750 +-0.168945312500 +-0.050048828125 +0.050292968750 +0.118164062500 +-0.112792968750 +0.003784179688 +0.019165039062 +0.157226562500 +0.125976562500 +0.151367187500 +-0.043212890625 +-0.118652343750 +-0.091796875000 +0.081054687500 +-0.149414062500 +-0.063964843750 +0.208984375000 +-0.292968750000 +-0.300781250000 +0.136718750000 +0.010253906250 +-0.031494140625 +0.072265625000 +0.106933593750 +-0.048583984375 +-0.073730468750 +0.096679687500 +0.102050781250 +-0.033447265625 +-0.091308593750 +0.031982421875 +-0.070800781250 +0.112304687500 +-0.007476806641 +-0.093750000000 +-0.034179687500 +0.197265625000 +0.027099609375 +0.079589843750 +-0.033203125000 +-0.043212890625 +-0.140625000000 +0.073242187500 +-0.098632812500 +-0.047119140625 +-0.070312500000 +-0.022705078125 +-0.053955078125 +-0.112792968750 +-0.038085937500 +-0.044921875000 +-0.043457031250 +-0.067871093750 +0.065429687500 +-0.118164062500 +-0.057373046875 +0.154296875000 +-0.009582519531 +-0.055664062500 +-0.104980468750 +0.003738403320 +-0.010742187500 +-0.219726562500 +0.201171875000 +-0.176757812500 +0.010253906250 +0.026000976562 +-0.014587402344 +-0.037109375000 +-0.039550781250 +0.040283203125 +-0.034667968750 +-0.077148437500 +-0.212890625000 +0.101562500000 +-0.062011718750 +-0.066406250000 +-0.248046875000 +-0.094238281250 +0.011962890625 +-0.116699218750 +-0.027099609375 +-0.020996093750 +-0.090332031250 +-0.001167297363 +-0.030151367188 +0.008483886719 +0.030151367188 +0.139648437500 +-0.022216796875 +0.015197753906 +0.085449218750 +0.357421875000 +-0.163085937500 +-0.098144531250 +-0.211914062500 +-0.210937500000 +-0.144531250000 +0.031127929688 +-0.092285156250 +0.021972656250 +0.074218750000 +-0.011962890625 +-0.081542968750 +0.039062500000 +-0.061767578125 +-0.011047363281 +-0.114257812500 +0.047851562500 +-0.080566406250 +0.092285156250 +-0.020996093750 +0.155273437500 +-0.049316406250 +-0.082519531250 +-0.082031250000 +-0.023925781250 +0.001266479492 +-0.073730468750 +-0.157226562500 +0.103027343750 +-0.001579284668 +0.012939453125 +-0.147460937500 +-0.052001953125 +-0.026733398438 +0.130859375000 +0.048583984375 +-0.003646850586 +-0.070800781250 +0.106933593750 +-0.172851562500 +-0.120605468750 +0.045410156250 +-0.016723632812 +0.089843750000 +-0.145507812500 +-0.108398437500 +-0.143554687500 +0.135742187500 +-0.103027343750 +-0.027832031250 +-0.144531250000 +-0.089355468750 +-0.007537841797 +-0.082519531250 +0.126953125000 +0.010192871094 +0.062255859375 +0.082031250000 +-0.007720947266 +-0.113281250000 +-0.178710937500 +0.050537109375 +0.095214843750 +-0.051025390625 +-0.087890625000 +0.059082031250 +0.045166015625 +-0.001556396484 +0.144531250000 +-0.109375000000 +0.132812500000 +-0.083007812500 +0.051513671875 +0.131835937500 +0.012878417969 +0.189453125000 +-0.156250000000 +0.008300781250 +0.050048828125 +-0.143554687500 +0.080566406250 +0.105957031250 +0.054443359375 +0.024169921875 +-0.030761718750 +0.079101562500 +0.079589843750 +0.054931640625 +-0.045166015625 +0.055664062500 +-0.016357421875 +-0.010864257812 +0.191406250000 +-0.081054687500 +-0.024047851562 +0.048583984375 +0.148437500000 +-0.142578125000 +0.026733398438 +-0.105957031250 +0.161132812500 +-0.051025390625 +-0.022949218750 +0.017456054688 +-0.121093750000 +0.067382812500 +-0.035888671875 +-0.065917968750 +0.049316406250 +-0.164062500000 +0.197265625000 +-0.042968750000 +0.047363281250 +0.045898437500 +-0.130859375000 +-0.148437500000 +0.112792968750 +-0.009826660156 +-0.087402343750 +0.008666992188 +-0.111328125000 +0.227539062500 +-0.043457031250 +-0.084472656250 +-0.027954101562 +0.154296875000 +0.099609375000 +0.230468750000 +0.291015625000 +0.088867187500 +-0.107910156250 +0.010864257812 +0.064941406250 +-0.211914062500 +0.064453125000 +0.043945312500 +0.226562500000 +-0.028442382812 +0.007324218750 +0.143554687500 +0.026611328125 +-0.095214843750 +0.123535156250 +0.109375000000 +-0.025756835938 +0.036132812500 +0.122558593750 +-0.047119140625 +0.083007812500 +0.017089843750 +0.125976562500 +0.051513671875 +0.129882812500 +0.067871093750 +-0.227539062500 +0.152343750000 +0.086914062500 +0.023681640625 +0.041259765625 +-0.015869140625 +-0.149414062500 +0.121582031250 +-0.170898437500 +0.023803710938 +-0.009826660156 +-0.127929687500 +-0.001281738281 +0.044677734375 +0.023803710938 +-0.012145996094 +-0.004913330078 +-0.080078125000 +-0.046386718750 +-0.001632690430 +0.044677734375 +-0.060791015625 +0.135742187500 +0.014404296875 +-0.118652343750 +-0.002731323242 +0.240234375000 +-0.149414062500 +-0.047607421875 +-0.075683593750 +0.192382812500 +0.057373046875 +0.071289062500 +-0.007232666016 +-0.015075683594 +0.003723144531 +-0.079101562500 +-0.029541015625 +0.012756347656 +0.049072265625 +0.039062500000 +-0.061279296875 +0.062988281250 +0.085449218750 +0.010864257812 +0.053955078125 +0.023071289062 +-0.034667968750 +0.009338378906 +-0.081054687500 +0.072753906250 +0.105468750000 +0.037109375000 +0.101562500000 +-0.035644531250 +0.037597656250 +-0.058105468750 +-0.237304687500 +0.110839843750 +0.084960937500 +0.076660156250 +0.122070312500 +0.022949218750 +-0.003799438477 +-0.113281250000 +-0.102050781250 +0.087890625000 +-0.083984375000 +0.038085937500 +-0.066894531250 +0.024780273438 +0.040039062500 +-0.132812500000 +0.072753906250 +-0.060546875000 +0.182617187500 +0.111816406250 +-0.092285156250 +-0.004180908203 +0.124511718750 +-0.086425781250 +-0.109375000000 +0.036621093750 +-0.039794921875 +-0.002456665039 +-0.043701171875 +-0.180664062500 +-0.017822265625 +0.000385284424 +0.062255859375 +-0.118652343750 +-0.114257812500 +0.123046875000 +-0.060058593750 +0.034912109375 +-0.019165039062 +0.037353515625 +-0.028198242188 +0.053710937500 +-0.152343750000 +0.139648437500 +-0.123046875000 +0.349609375000 +-0.089355468750 +-0.117675781250 +-0.064941406250 +0.173828125000 +-0.161132812500 +-0.015258789062 +0.046630859375 +0.163085937500 +-0.028076171875 +-0.099121093750 +0.003417968750 +-0.068847656250 +-0.101562500000 +0.050292968750 +0.079589843750 +0.122558593750 +-0.023193359375 +0.068847656250 +0.019653320312 +0.083496093750 +-0.236328125000 +0.069335937500 +0.007415771484 +-0.058593750000 +0.031738281250 +-0.108398437500 +0.128906250000 +0.041992187500 +0.024780273438 +-0.044189453125 +0.009582519531 +0.104980468750 +-0.092773437500 +-0.048583984375 +-0.003784179688 +-0.021118164062 +0.058837890625 +-0.102539062500 +0.117675781250 +-0.055664062500 +0.023193359375 +0.082519531250 +0.031127929688 +0.087890625000 +0.007415771484 +0.042236328125 +0.052978515625 +-0.004058837891 +-0.116699218750 +-0.073242187500 +0.114746093750 +0.076660156250 +-0.083496093750 +0.111328125000 +0.118652343750 +0.196289062500 +0.013732910156 +-0.041015625000 +-0.226562500000 +0.002166748047 +0.125976562500 +0.131835937500 +0.162109375000 +-0.087402343750 +0.062255859375 +0.006683349609 +-0.120117187500 +-0.234375000000 +-0.102539062500 +-0.005981445312 +-0.144531250000 +-0.096191406250 +-0.040283203125 +0.018432617188 +0.033935546875 +-0.177734375000 +-0.096679687500 +0.177734375000 +0.021484375000 +0.116210937500 +-0.021118164062 +0.095214843750 +-0.141601562500 +-0.018798828125 +0.017456054688 +-0.069335937500 +-0.044189453125 +0.184570312500 +-0.104980468750 +-0.086425781250 +-0.140625000000 +0.036132812500 +0.039794921875 +0.088867187500 +0.108398437500 +-0.136718750000 +0.039550781250 +-0.061523437500 +-0.064453125000 +-0.015991210938 +-0.110351562500 +-0.220703125000 +-0.130859375000 +0.192382812500 +0.148437500000 +-0.090332031250 +-0.021728515625 +0.044189453125 +-0.039306640625 +-0.233398437500 +-0.138671875000 +0.033935546875 +-0.279296875000 +-0.122070312500 +0.041015625000 +-0.036132812500 +-0.167968750000 +0.041259765625 +-0.192382812500 +0.077636718750 +0.029418945312 +0.098632812500 +0.076171875000 +0.055908203125 +0.175781250000 +0.187500000000 +-0.133789062500 +-0.013854980469 +-0.043701171875 +-0.150390625000 +0.045410156250 +-0.057861328125 +0.103515625000 +0.085937500000 +0.041259765625 +-0.072265625000 +-0.165039062500 +-0.101562500000 +-0.169921875000 +0.025024414062 +0.025878906250 +-0.079101562500 +-0.250000000000 +0.016845703125 +-0.044189453125 +0.076660156250 +0.077636718750 +-0.098632812500 +0.148437500000 +0.153320312500 +0.092773437500 +0.093261718750 +0.061035156250 +-0.080078125000 +-0.049804687500 +0.051025390625 +0.015747070312 +0.225585937500 +-0.007690429688 +-0.010803222656 +-0.083007812500 +0.015380859375 +0.140625000000 +-0.146484375000 +0.085937500000 +0.126953125000 +-0.165039062500 +-0.122558593750 +0.124511718750 +0.018066406250 +-0.024169921875 +0.035156250000 +0.103027343750 +-0.039794921875 +-0.148437500000 +-0.043945312500 +-0.113281250000 +-0.042480468750 +-0.170898437500 +0.087402343750 +0.054931640625 +0.018920898438 +-0.032226562500 +-0.107421875000 +0.053466796875 +-0.023071289062 +-0.023437500000 +-0.188476562500 +0.046386718750 +0.112792968750 +0.249023437500 +0.060058593750 +0.116210937500 +0.126953125000 +-0.086425781250 +0.161132812500 +-0.120117187500 +0.062988281250 +0.006500244141 +0.018798828125 +0.136718750000 +0.035644531250 +-0.015747070312 +0.142578125000 +-0.142578125000 +0.087890625000 +-0.100097656250 +-0.001930236816 +0.013366699219 +0.235351562500 +0.006896972656 +0.040527343750 +0.064453125000 +0.126953125000 +0.137695312500 +0.102539062500 +-0.012817382812 +0.031005859375 +0.071289062500 +0.167968750000 +0.149414062500 +-0.047607421875 +0.054199218750 +0.123535156250 +0.005035400391 +0.086425781250 +-0.025634765625 +0.232421875000 +0.187500000000 +0.090820312500 +-0.065917968750 +0.236328125000 +0.070312500000 +0.083984375000 +-0.060058593750 +0.007049560547 +0.103515625000 +-0.029296875000 +0.223632812500 +-0.090332031250 +0.114746093750 +-0.010375976562 +0.010314941406 +-0.008056640625 +0.023193359375 +0.198242187500 +0.007049560547 +-0.002182006836 +-0.162109375000 +0.046142578125 +0.001060485840 +0.094726562500 +0.044433593750 +-0.092773437500 +0.068359375000 +0.335937500000 +-0.040771484375 +0.101562500000 +0.179687500000 +0.111328125000 +0.031250000000 +0.132812500000 +-0.059326171875 +-0.064941406250 +0.105957031250 +-0.004577636719 +0.134765625000 +0.083984375000 +0.045166015625 +-0.081542968750 +0.009277343750 +0.106445312500 +0.017578125000 +-0.001327514648 +-0.062988281250 +0.039062500000 +-0.118652343750 +0.005798339844 +-0.101074218750 +0.099121093750 +-0.031494140625 +0.051269531250 +-0.173828125000 +0.048095703125 +-0.042480468750 +-0.004302978516 +-0.089843750000 +0.123046875000 +0.055419921875 +0.066406250000 +0.015563964844 +-0.002334594727 +-0.048828125000 +-0.023071289062 +0.163085937500 +-0.095703125000 +0.161132812500 +0.009948730469 +-0.042480468750 +-0.017089843750 +0.326171875000 +0.039794921875 +-0.008789062500 +0.184570312500 +0.154296875000 +-0.110839843750 +0.144531250000 +0.183593750000 +0.024536132812 +0.104492187500 +0.154296875000 +-0.047851562500 +-0.051025390625 +0.234375000000 +0.210937500000 +0.091796875000 +0.094238281250 +0.154296875000 +0.031982421875 +-0.033203125000 +0.049560546875 +0.006805419922 +-0.024780273438 +0.065429687500 +0.145507812500 +0.053222656250 +0.050781250000 +0.032714843750 +-0.037353515625 +0.149414062500 +-0.037353515625 +0.202148437500 +-0.088378906250 +0.032226562500 +0.039550781250 +-0.070800781250 +0.175781250000 +0.225585937500 +0.112792968750 +0.083007812500 +-0.034179687500 +-0.030151367188 +0.116699218750 +-0.069824218750 +0.003936767578 +0.281250000000 +-0.147460937500 +0.087890625000 +-0.005889892578 +0.130859375000 +-0.016479492188 +-0.009277343750 +-0.136718750000 +-0.073242187500 +0.036132812500 +0.009338378906 +-0.104980468750 +-0.109375000000 +-0.031982421875 +-0.065917968750 +0.052490234375 +0.098144531250 +0.096191406250 +0.121093750000 +0.092773437500 +0.079589843750 +0.163085937500 +-0.073730468750 +0.105468750000 +0.002899169922 +-0.060791015625 +-0.058349609375 +0.134765625000 +0.079101562500 +0.047851562500 +0.023925781250 +0.023803710938 +-0.036376953125 +0.002014160156 +-0.062988281250 +-0.041259765625 +-0.059326171875 +0.033935546875 +0.049072265625 +0.073730468750 +0.198242187500 +0.022705078125 +-0.010375976562 +0.085449218750 +0.060302734375 +0.008361816406 +-0.111816406250 +0.093750000000 +-0.071289062500 +-0.051757812500 +0.083496093750 +0.010498046875 +0.008911132812 +-0.029785156250 +0.211914062500 +0.041748046875 +0.001449584961 +0.015869140625 +0.182617187500 +-0.052490234375 +-0.042480468750 +0.099121093750 +-0.031250000000 +-0.016479492188 +0.155273437500 +0.037841796875 +0.112304687500 +0.019287109375 +0.111816406250 +-0.055175781250 +-0.139648437500 +-0.048828125000 +0.142578125000 +-0.176757812500 +0.091796875000 +0.014831542969 +0.138671875000 +-0.127929687500 +-0.137695312500 +-0.080078125000 +-0.041259765625 +0.049072265625 +0.070312500000 +0.150390625000 +-0.033935546875 +-0.066406250000 +0.042236328125 +0.007568359375 +0.005828857422 +-0.008300781250 +0.022583007812 +0.036132812500 +0.167968750000 +0.107910156250 +0.010986328125 +-0.073730468750 +-0.152343750000 +-0.096679687500 +0.104980468750 +0.000503540039 +-0.099121093750 +0.105468750000 +-0.118652343750 +-0.053955078125 +0.047119140625 +0.006347656250 +-0.095703125000 +0.050537109375 +-0.009338378906 +-0.028198242188 +-0.039550781250 +0.047607421875 +-0.000446319580 +-0.035156250000 +0.026855468750 +-0.092285156250 +-0.075683593750 +-0.021850585938 +-0.086914062500 +-0.248046875000 +-0.061523437500 +-0.040527343750 +0.035644531250 +0.005645751953 +-0.058837890625 +0.053222656250 +-0.017822265625 +-0.152343750000 +-0.118652343750 +-0.158203125000 +-0.070312500000 +0.083496093750 +0.010864257812 +-0.094238281250 +-0.027221679688 +0.017089843750 +0.114746093750 +-0.152343750000 +0.029418945312 +-0.105468750000 +0.020019531250 +-0.124023437500 +0.003814697266 +-0.077148437500 +0.032470703125 +-0.051269531250 +-0.156250000000 +-0.076660156250 +-0.125000000000 +0.021240234375 +0.013244628906 +0.068359375000 +-0.013977050781 +-0.136718750000 +0.003906250000 +-0.044433593750 +-0.066894531250 +-0.015502929688 +-0.025878906250 +0.008666992188 +-0.144531250000 +-0.046630859375 +-0.052246093750 +-0.017944335938 +0.014038085938 +0.111328125000 +0.349609375000 +-0.066406250000 +-0.050781250000 +-0.018066406250 +0.092285156250 +0.140625000000 +-0.108398437500 +-0.060302734375 +-0.068847656250 +-0.029296875000 +0.001411437988 +-0.139648437500 +-0.009216308594 +-0.176757812500 +-0.002593994141 +-0.001495361328 +-0.057861328125 +-0.234375000000 +-0.064941406250 +-0.259765625000 +0.011413574219 +-0.018554687500 +-0.116210937500 +0.000827789307 +0.006042480469 +-0.167968750000 +-0.043701171875 +0.020019531250 +0.063964843750 +-0.087402343750 +-0.158203125000 +-0.096679687500 +0.098144531250 +-0.050048828125 +0.033447265625 +0.047851562500 +0.125976562500 +-0.104003906250 +-0.153320312500 +-0.041015625000 +0.054199218750 +0.047851562500 +0.003601074219 +0.058349609375 +-0.161132812500 +0.097167968750 +-0.031738281250 +-0.148437500000 +-0.039794921875 +0.219726562500 +-0.132812500000 +-0.168945312500 +-0.023803710938 +-0.031127929688 +-0.131835937500 +0.064453125000 +0.175781250000 +-0.031494140625 +-0.034912109375 +0.000728607178 +-0.030029296875 +-0.034912109375 +0.054199218750 +0.024536132812 +0.099609375000 +-0.113769531250 +-0.084472656250 +0.149414062500 +0.023559570312 +-0.153320312500 +0.123046875000 +0.087402343750 +-0.076171875000 +-0.055419921875 +-0.076171875000 +0.111816406250 +0.128906250000 +0.101074218750 +-0.080078125000 +0.079589843750 +0.071289062500 +0.102050781250 +0.242187500000 +0.022216796875 +0.119140625000 +0.073242187500 +-0.071289062500 +-0.212890625000 +0.125976562500 +-0.110351562500 +0.031738281250 +-0.065917968750 +-0.005767822266 +-0.096679687500 +0.005004882812 +0.148437500000 +-0.016845703125 +-0.080566406250 +-0.045166015625 +-0.016601562500 +-0.055175781250 +0.133789062500 +0.013671875000 +0.014404296875 +-0.174804687500 +0.150390625000 +-0.168945312500 +0.084472656250 +0.145507812500 +0.081542968750 +0.057128906250 +0.019165039062 +0.015625000000 +0.013061523438 +0.096679687500 +-0.133789062500 +0.146484375000 +-0.124511718750 +0.102539062500 +0.012329101562 +-0.023193359375 +0.109375000000 +-0.098144531250 +0.071289062500 +-0.058349609375 +0.013854980469 +0.078613281250 +0.074707031250 +0.067382812500 +0.121582031250 +0.253906250000 +-0.084960937500 +-0.240234375000 +-0.118652343750 +0.139648437500 +-0.101562500000 +-0.073730468750 +0.159179687500 +-0.031982421875 +-0.031250000000 +0.023071289062 +-0.040039062500 +-0.023193359375 +0.067871093750 +0.289062500000 +-0.020507812500 +0.144531250000 +0.107910156250 +-0.112792968750 +-0.117675781250 +-0.030029296875 +0.050537109375 +-0.020385742188 +0.179687500000 +-0.051025390625 +-0.085937500000 +-0.057373046875 +0.107421875000 +-0.039794921875 +0.042724609375 +-0.116210937500 +0.102539062500 +-0.015869140625 +-0.098632812500 +0.051757812500 +0.117675781250 +0.064453125000 +0.124511718750 +0.082031250000 +-0.100585937500 +0.092285156250 +0.117675781250 +-0.019287109375 +0.061279296875 +-0.039062500000 +-0.137695312500 +0.014892578125 +0.078125000000 +-0.008239746094 +0.076171875000 +0.106445312500 +0.118164062500 +0.062500000000 +0.004364013672 +0.014526367188 +0.132812500000 +-0.069824218750 +0.037841796875 +-0.002212524414 +0.015502929688 +-0.166015625000 +-0.049316406250 +0.050048828125 +0.135742187500 +-0.107421875000 +-0.057617187500 +0.188476562500 +-0.116699218750 +-0.146484375000 +0.102539062500 +0.084960937500 +-0.001007080078 +0.122070312500 +-0.015991210938 +-0.067382812500 +-0.040527343750 +0.030639648438 +0.010498046875 +0.109863281250 +-0.057861328125 +-0.000331878662 +-0.120117187500 +0.042724609375 +0.022583007812 +0.131835937500 +-0.025390625000 +0.155273437500 +0.054443359375 +0.105468750000 +-0.057617187500 +-0.040283203125 +0.054199218750 +-0.037597656250 +-0.078613281250 +0.118652343750 +0.148437500000 +0.138671875000 +-0.024291992188 +-0.013061523438 +0.090332031250 +0.228515625000 +-0.061767578125 +-0.021118164062 +0.185546875000 +-0.022949218750 +0.078613281250 +0.006164550781 +0.024414062500 +0.149414062500 +0.019897460938 +0.166992187500 +0.090820312500 +0.108886718750 +-0.052734375000 +0.106933593750 +0.039062500000 +-0.195312500000 +0.100097656250 +-0.045166015625 +-0.006866455078 +0.237304687500 +0.022705078125 +-0.064453125000 +-0.159179687500 +0.018798828125 +0.006195068359 +0.044677734375 +0.115234375000 +0.028808593750 +0.097656250000 +0.150390625000 +0.208984375000 +0.065429687500 +-0.060058593750 +0.022094726562 +0.027587890625 +-0.182617187500 +-0.056396484375 +0.062500000000 +-0.014221191406 +0.071777343750 +0.118164062500 +-0.136718750000 +-0.065429687500 +-0.125976562500 +0.127929687500 +0.006866455078 +0.118652343750 +-0.008728027344 +0.052001953125 +0.029174804688 +-0.041748046875 +-0.057128906250 +-0.164062500000 +-0.078125000000 +0.112792968750 +0.118652343750 +0.018432617188 +0.010925292969 +0.035400390625 +0.000049829483 +-0.048828125000 +0.164062500000 +-0.056640625000 +-0.213867187500 +0.063964843750 +0.012329101562 +0.060546875000 +0.074218750000 +0.035156250000 +0.019775390625 +0.208007812500 +0.114746093750 +0.134765625000 +0.322265625000 +0.200195312500 +0.021728515625 +0.033447265625 +0.013244628906 +0.072265625000 +-0.046630859375 +-0.132812500000 +0.009643554688 +0.096679687500 +-0.073242187500 +-0.000429153442 +-0.067382812500 +0.002319335938 +-0.097656250000 +-0.031738281250 +-0.054443359375 +-0.005310058594 +0.126953125000 +-0.002136230469 +0.085449218750 +-0.201171875000 +0.026123046875 +0.009155273438 +-0.061279296875 +0.011352539062 +0.072753906250 +-0.019165039062 +0.084960937500 +-0.071777343750 +-0.026367187500 +-0.061767578125 +-0.036376953125 +-0.229492187500 +0.043701171875 +0.033935546875 +0.064941406250 +0.123046875000 +-0.036621093750 +0.057617187500 +0.015747070312 +-0.039062500000 +-0.071289062500 +-0.011047363281 +-0.009094238281 +0.017456054688 +0.136718750000 +-0.009155273438 +-0.126953125000 +0.085449218750 +0.138671875000 +-0.112792968750 +-0.094238281250 +0.079589843750 +-0.138671875000 +-0.073730468750 +0.061767578125 +-0.165039062500 +-0.062988281250 +0.151367187500 +-0.120117187500 +0.099121093750 +0.056884765625 +0.051025390625 +0.029052734375 +-0.153320312500 +0.044433593750 +0.071289062500 +0.115722656250 +0.168945312500 +-0.043945312500 +0.086425781250 +0.120605468750 +0.008605957031 +0.030761718750 +0.081542968750 +-0.223632812500 +-0.062988281250 +0.002105712891 +-0.125000000000 +0.053222656250 +-0.020874023438 +-0.127929687500 +-0.047363281250 +0.012145996094 +0.055175781250 +0.096679687500 +0.046142578125 +-0.079589843750 +-0.147460937500 +0.016479492188 +-0.062500000000 +-0.020385742188 +-0.179687500000 +-0.088867187500 +-0.095214843750 +-0.021850585938 +-0.022705078125 +-0.043701171875 +-0.014160156250 +-0.002792358398 +-0.000163078308 +0.097167968750 +-0.049804687500 +0.081542968750 +0.125976562500 +-0.149414062500 +-0.117675781250 +0.043945312500 +0.023681640625 +-0.154296875000 +0.032958984375 +0.040283203125 +-0.161132812500 +0.020996093750 +0.231445312500 +-0.104003906250 +0.135742187500 +-0.015563964844 +-0.057128906250 +0.119140625000 +0.001037597656 +0.039550781250 +0.056640625000 +-0.097656250000 +-0.125000000000 +0.106445312500 +0.026000976562 +0.135742187500 +-0.025878906250 +0.110351562500 +0.059570312500 +0.084960937500 +-0.094726562500 +0.008666992188 +0.037841796875 +-0.171875000000 +-0.129882812500 +0.141601562500 +0.081054687500 +-0.040283203125 +-0.043945312500 +0.104492187500 +-0.086425781250 +0.013183593750 +-0.137695312500 +0.133789062500 +0.041015625000 +-0.051757812500 +-0.099121093750 +-0.165039062500 +-0.064453125000 +-0.057373046875 +0.125000000000 +0.109863281250 +-0.110351562500 +0.072753906250 +-0.140625000000 +-0.125000000000 +-0.208007812500 +-0.008239746094 +-0.015136718750 +-0.052001953125 +-0.176757812500 +0.134765625000 +-0.166992187500 +-0.095214843750 +-0.148437500000 +-0.065917968750 +-0.171875000000 +-0.057128906250 +-0.002288818359 +0.008117675781 +-0.024902343750 +-0.136718750000 +-0.093750000000 +0.085937500000 +-0.132812500000 +-0.007659912109 +-0.130859375000 +0.074707031250 +-0.001609802246 +0.020874023438 +-0.247070312500 +0.083007812500 +0.041992187500 +0.005981445312 +-0.042480468750 +-0.078125000000 +-0.171875000000 +0.184570312500 +-0.004730224609 +-0.083007812500 +-0.083984375000 +0.140625000000 +0.026611328125 +0.081054687500 +-0.107910156250 +-0.077636718750 +-0.071289062500 +0.149414062500 +-0.083496093750 +-0.239257812500 +-0.162109375000 +-0.034667968750 +0.001968383789 +-0.063476562500 +0.023559570312 +0.351562500000 +0.025756835938 +-0.053955078125 +-0.241210937500 +0.046630859375 +0.108886718750 +-0.127929687500 +-0.137695312500 +-0.213867187500 +0.015563964844 +-0.110839843750 +-0.176757812500 +-0.099121093750 +0.014465332031 +0.071289062500 +-0.018798828125 +-0.192382812500 +-0.049804687500 +-0.148437500000 +-0.097656250000 +-0.054931640625 +0.083496093750 +-0.185546875000 +0.010009765625 +0.014648437500 +-0.115234375000 +0.048583984375 +-0.144531250000 +-0.141601562500 +0.022338867188 +0.075195312500 +0.113281250000 +0.132812500000 +-0.064941406250 +-0.088867187500 +0.024047851562 +0.182617187500 +-0.019165039062 +-0.110351562500 +0.089355468750 +-0.130859375000 +-0.176757812500 +0.074218750000 +-0.075683593750 +-0.267578125000 +-0.200195312500 +-0.030029296875 +-0.165039062500 +-0.204101562500 +-0.012939453125 +-0.178710937500 +0.036132812500 +-0.131835937500 +-0.028320312500 +0.314453125000 +-0.145507812500 +0.038574218750 +-0.172851562500 +0.096679687500 +0.114746093750 +-0.029296875000 +-0.087402343750 +-0.200195312500 +-0.132812500000 +-0.035888671875 +-0.062988281250 +-0.170898437500 +-0.104003906250 +0.002197265625 +-0.226562500000 +0.043457031250 +-0.075195312500 +-0.109375000000 +0.001388549805 +-0.204101562500 +-0.061523437500 +-0.052734375000 +-0.026000976562 +-0.216796875000 +-0.078613281250 +-0.180664062500 +-0.118164062500 +-0.117187500000 +-0.083007812500 +0.064941406250 +0.025268554688 +-0.129882812500 +-0.047607421875 +-0.027343750000 +0.015258789062 +-0.141601562500 +-0.088867187500 +-0.265625000000 +-0.043945312500 +-0.006561279297 +-0.201171875000 +0.008056640625 +0.029418945312 +-0.188476562500 +-0.041015625000 +-0.154296875000 +-0.052001953125 +0.005737304688 +-0.129882812500 +-0.138671875000 +0.037109375000 +-0.294921875000 +0.064941406250 +0.043701171875 +0.022705078125 +0.071777343750 +-0.214843750000 +0.045166015625 +-0.033447265625 +-0.066406250000 +0.007995605469 +-0.287109375000 +0.027954101562 +-0.074218750000 +-0.140625000000 +-0.030029296875 +-0.188476562500 +-0.001136779785 +-0.192382812500 +0.024291992188 +-0.088378906250 +-0.225585937500 +-0.316406250000 +0.057128906250 +0.023315429688 +-0.100097656250 +-0.250000000000 +0.021362304688 +-0.122070312500 +-0.054199218750 +-0.211914062500 +-0.128906250000 +0.006164550781 +0.063964843750 +-0.079589843750 +-0.024414062500 +-0.094726562500 +-0.015075683594 +-0.143554687500 +0.081054687500 +0.015991210938 +0.010314941406 +-0.103515625000 +-0.072265625000 +-0.074218750000 +0.135742187500 +-0.073242187500 +0.055175781250 +-0.089843750000 +-0.304687500000 +-0.141601562500 +-0.073242187500 +-0.007110595703 +-0.157226562500 +-0.016845703125 +-0.083007812500 +-0.214843750000 +0.023315429688 +-0.196289062500 +0.033203125000 +-0.009887695312 +-0.165039062500 +-0.012329101562 +-0.077636718750 +-0.126953125000 +-0.095214843750 +-0.132812500000 +-0.144531250000 +-0.123046875000 +-0.118652343750 +-0.145507812500 +-0.183593750000 +-0.166015625000 +-0.025146484375 +0.012817382812 +-0.171875000000 +-0.118164062500 +0.054931640625 +-0.099121093750 +-0.203125000000 +-0.023559570312 +-0.156250000000 +-0.188476562500 +0.092285156250 +-0.179687500000 +0.106933593750 +-0.081542968750 +0.104492187500 +-0.178710937500 +-0.051757812500 +0.099121093750 +-0.131835937500 +-0.080566406250 +-0.037353515625 +0.021728515625 +-0.020874023438 +-0.106445312500 +-0.064453125000 +-0.166015625000 +0.026611328125 +-0.003021240234 +0.019165039062 +-0.023315429688 +0.052001953125 +-0.060302734375 +0.172851562500 +0.055419921875 +0.055175781250 +0.080078125000 +0.036865234375 +0.126953125000 +0.138671875000 +0.030883789062 +0.132812500000 +-0.042724609375 +-0.062500000000 +-0.008666992188 +-0.037597656250 +-0.005249023438 +0.008239746094 +-0.072753906250 +0.314453125000 +0.144531250000 +-0.004180908203 +-0.097167968750 +0.000900268555 +-0.029418945312 +-0.248046875000 +-0.051269531250 +0.024047851562 +0.052978515625 +-0.037353515625 +0.080078125000 +0.087890625000 +0.061279296875 +-0.108886718750 +0.249023437500 +0.074218750000 +0.092285156250 +0.036132812500 +-0.009521484375 +0.017578125000 +0.087890625000 +-0.285156250000 +0.010314941406 +0.074218750000 +0.092285156250 +-0.056640625000 +-0.033447265625 +-0.154296875000 +0.041503906250 +-0.052978515625 +0.091796875000 +0.022583007812 +-0.031005859375 +-0.020996093750 +-0.014038085938 +0.060791015625 +0.091308593750 +-0.155273437500 +0.064941406250 +0.059814453125 +0.012817382812 +-0.027465820312 +0.235351562500 +0.031250000000 +0.064453125000 +-0.386718750000 +0.148437500000 +0.013916015625 +0.034912109375 +0.129882812500 +-0.119628906250 +0.013427734375 +0.033447265625 +-0.111816406250 +-0.029907226562 +0.209960937500 +-0.085937500000 +-0.186523437500 +-0.158203125000 +0.007568359375 +0.104492187500 +-0.113281250000 +-0.031494140625 +0.078125000000 +-0.076171875000 +-0.201171875000 +0.148437500000 +-0.292968750000 +0.069824218750 +-0.009704589844 +-0.080566406250 +-0.092285156250 +0.025146484375 +0.050048828125 +0.037109375000 +-0.165039062500 +0.054931640625 +0.015747070312 +-0.124511718750 +0.013793945312 +-0.117675781250 +-0.058593750000 +0.047119140625 +-0.037597656250 +0.047607421875 +0.105957031250 +-0.161132812500 +0.074707031250 +0.164062500000 +0.108398437500 +0.001144409180 +0.072753906250 +-0.030883789062 +-0.033447265625 +0.041503906250 +0.013305664062 +-0.120117187500 +0.073242187500 +-0.016845703125 +0.040527343750 +0.131835937500 +0.050781250000 +-0.120605468750 +-0.021484375000 +-0.068359375000 +0.027709960938 +0.020874023438 +0.154296875000 +0.080566406250 +0.051757812500 +0.007141113281 +0.005523681641 +0.076171875000 +-0.020996093750 +0.118652343750 +0.014099121094 +-0.016845703125 +0.094238281250 +-0.041992187500 +0.119140625000 +0.063476562500 +0.011718750000 +-0.089843750000 +-0.040527343750 +0.180664062500 +0.169921875000 +-0.007446289062 +0.013305664062 +0.028808593750 +0.071777343750 +-0.063476562500 +0.009033203125 +-0.079589843750 +0.192382812500 +0.075195312500 +-0.053222656250 +-0.027099609375 +-0.034912109375 +-0.099121093750 +0.023193359375 +0.009399414062 +0.111816406250 +-0.045166015625 +-0.125976562500 +-0.003875732422 +-0.023681640625 +0.130859375000 +0.076171875000 +0.048339843750 +0.064941406250 +0.163085937500 +0.054199218750 +-0.099121093750 +0.181640625000 +0.143554687500 +0.092285156250 +0.174804687500 +0.157226562500 +-0.016845703125 +-0.007934570312 +-0.083984375000 +0.039306640625 +0.246093750000 +-0.093261718750 +0.131835937500 +0.193359375000 +0.024291992188 +0.069335937500 +-0.045166015625 +-0.019042968750 +-0.208007812500 +-0.092773437500 +0.088378906250 +0.018798828125 +-0.019165039062 +-0.111328125000 +-0.072265625000 +0.040283203125 +-0.033935546875 +0.104980468750 +0.046875000000 +0.088378906250 +0.045410156250 +0.102050781250 +0.077636718750 +-0.163085937500 +-0.096679687500 +0.021728515625 +0.139648437500 +-0.153320312500 +0.141601562500 +-0.003890991211 +-0.181640625000 +-0.032470703125 +-0.110351562500 +0.012390136719 +0.196289062500 +-0.044433593750 +0.090820312500 +-0.020263671875 +0.111328125000 +-0.000862121582 +0.025634765625 +0.105468750000 +-0.024169921875 +-0.060546875000 +0.063476562500 +0.132812500000 +0.158203125000 +0.004211425781 +0.115722656250 +0.134765625000 +0.015991210938 +0.138671875000 +0.061279296875 +-0.088867187500 +0.040283203125 +0.030029296875 +0.038085937500 +-0.067871093750 +0.007110595703 +-0.006072998047 +-0.062500000000 +0.015563964844 +0.052490234375 +0.052001953125 +0.037841796875 +-0.083984375000 +0.101562500000 +-0.161132812500 +-0.110839843750 +0.039062500000 +-0.019531250000 +0.080078125000 +-0.124511718750 +-0.020141601562 +-0.099609375000 +-0.176757812500 +-0.041015625000 +-0.160156250000 +0.011413574219 +-0.045410156250 +-0.141601562500 +0.068359375000 +-0.091308593750 +-0.062988281250 +-0.078125000000 +0.044921875000 +-0.077636718750 +-0.001358032227 +-0.055908203125 +-0.106445312500 +0.016235351562 +-0.054931640625 +-0.006256103516 +0.001716613770 +0.167968750000 +-0.000329971313 +-0.106445312500 +-0.170898437500 +-0.104492187500 +-0.176757812500 +-0.233398437500 +0.005828857422 +0.014221191406 +-0.051513671875 +-0.054931640625 +0.028564453125 +-0.054199218750 +-0.001983642578 +0.184570312500 +-0.066894531250 +-0.039794921875 +-0.043945312500 +-0.021240234375 +-0.195312500000 +-0.116699218750 +0.147460937500 +0.002258300781 +-0.054443359375 +-0.031982421875 +0.001495361328 +-0.077636718750 +-0.090332031250 +-0.095214843750 +0.033935546875 +-0.108398437500 +0.050292968750 +-0.064941406250 +0.008728027344 +0.031250000000 +0.077148437500 +-0.050781250000 +0.147460937500 +-0.044433593750 +0.027099609375 +0.090332031250 +-0.015869140625 +0.143554687500 +-0.064453125000 +0.017822265625 +0.043457031250 +-0.083496093750 +-0.018310546875 +0.011718750000 +0.131835937500 +0.058593750000 +-0.009277343750 +-0.118652343750 +-0.008666992188 +-0.098144531250 +0.025634765625 +-0.219726562500 +-0.174804687500 +0.078613281250 +-0.044677734375 +0.005401611328 +-0.021606445312 +0.142578125000 +-0.020751953125 +0.032226562500 +-0.054199218750 +-0.108398437500 +-0.150390625000 +-0.029418945312 +-0.165039062500 +-0.022949218750 +0.048583984375 +-0.039306640625 +-0.147460937500 +-0.051025390625 +0.090332031250 +0.005828857422 +-0.027587890625 +-0.088378906250 +-0.138671875000 +-0.000028610229 +-0.139648437500 +0.007629394531 +0.018188476562 +-0.138671875000 +-0.112304687500 +0.151367187500 +-0.115722656250 +0.044921875000 +0.046386718750 +-0.018554687500 +0.116210937500 +-0.017944335938 +-0.130859375000 +-0.166992187500 +0.045410156250 +-0.051757812500 +-0.175781250000 +-0.033447265625 +-0.004486083984 +0.018188476562 +-0.217773437500 +-0.075195312500 +-0.153320312500 +-0.250000000000 +0.109375000000 +-0.031250000000 +-0.139648437500 +0.080566406250 +0.062988281250 +-0.230468750000 +0.043701171875 +-0.094726562500 +0.009399414062 +-0.069335937500 +-0.146484375000 +0.040771484375 +-0.046386718750 +-0.015258789062 +-0.100585937500 +0.024536132812 +0.087890625000 +0.007995605469 +-0.021606445312 +-0.009155273438 +-0.139648437500 +0.025268554688 +-0.051757812500 +0.100097656250 +0.115722656250 +-0.061767578125 +0.064941406250 +0.026733398438 +-0.003356933594 +0.051025390625 +-0.083984375000 +0.080566406250 +-0.015991210938 +0.087402343750 +-0.080566406250 +-0.189453125000 +-0.007812500000 +0.074218750000 +-0.090820312500 +-0.113769531250 +-0.003677368164 +0.111816406250 +0.058837890625 +0.050048828125 +-0.006835937500 +-0.042480468750 +0.047607421875 +0.081542968750 +0.098144531250 +0.163085937500 +0.009033203125 +-0.019531250000 +0.208984375000 +-0.003814697266 +0.071289062500 +-0.078125000000 +0.141601562500 +-0.070312500000 +-0.041259765625 +-0.023193359375 +-0.114746093750 +-0.128906250000 +-0.054687500000 +0.011413574219 +0.124023437500 +-0.051757812500 +0.025756835938 +-0.156250000000 +0.166992187500 +0.092285156250 +-0.016113281250 +0.070800781250 +-0.097167968750 +-0.004089355469 +-0.018432617188 +-0.065917968750 +-0.178710937500 +-0.136718750000 +-0.046142578125 +0.005798339844 +-0.037841796875 +-0.037353515625 +-0.085449218750 +0.036621093750 +0.093261718750 +-0.153320312500 +-0.069824218750 +0.095214843750 +0.085937500000 +0.083007812500 +-0.141601562500 +-0.089843750000 +0.096191406250 +-0.178710937500 +-0.144531250000 +-0.098632812500 +-0.122070312500 +0.052978515625 +-0.054199218750 +-0.172851562500 +0.041259765625 +0.004821777344 +-0.161132812500 +0.027465820312 +0.009887695312 +-0.034179687500 +-0.058837890625 +0.069824218750 +0.182617187500 +-0.144531250000 +-0.050048828125 +-0.034912109375 +-0.099121093750 +-0.128906250000 +-0.097167968750 +-0.097656250000 +-0.053955078125 +-0.116699218750 +-0.208984375000 +0.019897460938 +-0.139648437500 +-0.106445312500 +-0.015869140625 +-0.138671875000 +0.122070312500 +-0.144531250000 +0.075195312500 +0.058593750000 +0.031494140625 +-0.044921875000 +0.037109375000 +-0.081054687500 +0.119140625000 +-0.112304687500 +0.004272460938 +-0.009948730469 +-0.083984375000 +-0.049804687500 +-0.034912109375 +0.069824218750 +-0.013793945312 +-0.055419921875 +-0.018066406250 +-0.160156250000 +-0.048828125000 +-0.059326171875 +-0.022216796875 +0.024291992188 +0.026489257812 +-0.016601562500 +-0.060791015625 +-0.120605468750 +-0.096679687500 +-0.106445312500 +-0.170898437500 +-0.133789062500 +0.021118164062 +-0.148437500000 +-0.018798828125 +-0.077148437500 +0.081054687500 +-0.057861328125 +-0.163085937500 +0.031127929688 +-0.076171875000 +0.069335937500 +-0.129882812500 +-0.059326171875 +-0.100097656250 +0.080078125000 +0.093750000000 +-0.010009765625 +-0.096679687500 +0.062011718750 +-0.103515625000 +0.059326171875 +0.030395507812 +-0.085449218750 +-0.188476562500 +-0.020751953125 +0.021118164062 +0.051269531250 +-0.010437011719 +0.010925292969 +-0.148437500000 +-0.046630859375 +-0.178710937500 +-0.099121093750 +-0.133789062500 +-0.012329101562 +0.012756347656 +0.115234375000 +0.097656250000 +0.022338867188 +-0.036132812500 +0.017944335938 +0.069335937500 +-0.113281250000 +-0.285156250000 +-0.191406250000 +0.098632812500 +-0.197265625000 +0.162109375000 +-0.104980468750 +-0.127929687500 +-0.026977539062 +0.039062500000 +0.061035156250 +0.027587890625 +-0.062011718750 +-0.130859375000 +-0.000106811523 +0.029785156250 +0.049560546875 +-0.194335937500 +0.086425781250 +-0.086425781250 +0.041259765625 +0.032470703125 +-0.054443359375 +0.032958984375 +-0.085937500000 +-0.035644531250 +-0.068359375000 +0.110351562500 +-0.105468750000 +-0.044189453125 +0.021972656250 +0.065429687500 +-0.041259765625 +-0.016601562500 +0.162109375000 +0.173828125000 +-0.159179687500 +-0.074218750000 +0.032470703125 +-0.089843750000 +0.208984375000 +0.065917968750 +-0.101562500000 +0.013732910156 +-0.151367187500 +-0.135742187500 +-0.031250000000 +-0.144531250000 +0.000310897827 +-0.053466796875 +-0.097656250000 +-0.132812500000 +-0.242187500000 +-0.009582519531 +-0.067382812500 +-0.120605468750 +-0.010620117188 +-0.155273437500 +0.111328125000 +-0.027221679688 +-0.041992187500 +0.014099121094 +-0.246093750000 +-0.031494140625 +-0.080078125000 +0.051513671875 +-0.159179687500 +-0.020996093750 +-0.228515625000 +0.165039062500 +0.007598876953 +-0.028808593750 +-0.153320312500 +0.013427734375 +-0.107421875000 +-0.176757812500 +0.041503906250 +-0.061767578125 +-0.143554687500 +-0.027099609375 +-0.083496093750 +0.056152343750 +0.002868652344 +0.003967285156 +-0.114746093750 +-0.024902343750 +-0.083496093750 +-0.031494140625 +0.085937500000 +0.081054687500 +-0.071777343750 +-0.121093750000 +-0.030517578125 +-0.105957031250 +-0.037353515625 +-0.178710937500 +-0.191406250000 +-0.075195312500 +-0.028930664062 +-0.110839843750 +0.011108398438 +-0.064453125000 +-0.107910156250 +-0.074218750000 +0.094238281250 +-0.213867187500 +-0.244140625000 +-0.164062500000 +0.120605468750 +-0.029663085938 +-0.101074218750 +0.291015625000 +-0.101074218750 +0.035156250000 +0.139648437500 +-0.091308593750 +-0.073242187500 +-0.069335937500 +-0.132812500000 +-0.157226562500 +-0.072265625000 +-0.013061523438 +-0.080566406250 +0.145507812500 +0.003555297852 +0.028808593750 +0.013732910156 +0.054443359375 +-0.048828125000 +-0.230468750000 +-0.040527343750 +-0.173828125000 +-0.283203125000 +-0.054687500000 +-0.255859375000 +-0.104980468750 +-0.152343750000 +0.000808715820 +-0.106933593750 +0.077636718750 +-0.094726562500 +-0.043457031250 +-0.078125000000 +-0.267578125000 +-0.033691406250 +-0.056152343750 +-0.077148437500 +-0.122070312500 +-0.073242187500 +-0.012756347656 +0.028198242188 +-0.306640625000 +-0.208984375000 +-0.104980468750 +-0.012756347656 +-0.066406250000 +0.097167968750 +0.013671875000 +-0.047607421875 +-0.117675781250 +-0.006256103516 +-0.210937500000 +-0.056640625000 +-0.004821777344 +-0.044921875000 +0.071289062500 +-0.105957031250 +0.176757812500 +-0.098632812500 +0.150390625000 +0.033691406250 +-0.113769531250 +0.044189453125 +-0.091308593750 +0.034423828125 +-0.067871093750 +0.062011718750 +0.007812500000 +0.075683593750 +0.019165039062 +-0.198242187500 +-0.131835937500 +0.159179687500 +-0.125976562500 +0.120117187500 +0.184570312500 +0.091308593750 +0.117187500000 +-0.033203125000 +0.046142578125 +-0.060058593750 +0.134765625000 +0.125976562500 +-0.208007812500 +-0.040039062500 +0.124023437500 +-0.064941406250 +-0.269531250000 +0.045654296875 +-0.124023437500 +0.148437500000 +0.047851562500 +-0.056884765625 +-0.051269531250 +-0.065917968750 +-0.106445312500 +-0.098632812500 +-0.046386718750 +-0.038330078125 +0.096191406250 +-0.001708984375 +0.101562500000 +0.069335937500 +-0.167968750000 +-0.008422851562 +0.016601562500 +-0.126953125000 +-0.151367187500 +-0.088378906250 +0.002441406250 +0.003677368164 +0.023925781250 +-0.080566406250 +-0.036621093750 +-0.125000000000 +-0.081054687500 +-0.150390625000 +-0.218750000000 +0.035400390625 +0.026611328125 +-0.032714843750 +0.010681152344 +0.097167968750 +-0.221679687500 +-0.009277343750 +0.016723632812 +0.085937500000 +0.021850585938 +-0.122558593750 +0.041992187500 +0.112304687500 +-0.032226562500 +0.123535156250 +0.039062500000 +-0.012390136719 +0.023437500000 +0.059326171875 +0.003021240234 +0.010620117188 +-0.004028320312 +0.043212890625 +-0.029296875000 +0.010864257812 +-0.040771484375 +0.039550781250 +-0.056640625000 +0.036376953125 +0.117187500000 +-0.022094726562 +-0.095214843750 +0.040771484375 +-0.021118164062 +0.116210937500 +-0.111328125000 +0.197265625000 +-0.155273437500 +0.090332031250 +0.217773437500 +-0.017700195312 +0.029663085938 +0.020507812500 +0.064941406250 +0.099121093750 +-0.039794921875 +0.075683593750 +-0.080566406250 +0.081542968750 +-0.207031250000 +-0.027099609375 +0.041015625000 +-0.083007812500 +0.207031250000 +0.151367187500 +0.144531250000 +0.066894531250 +-0.064941406250 +0.099609375000 +0.033691406250 +0.052001953125 +0.139648437500 +-0.115722656250 +-0.029785156250 +-0.077148437500 +-0.040771484375 +-0.055419921875 +-0.117187500000 +-0.045654296875 +-0.079101562500 +0.041015625000 +-0.292968750000 +-0.231445312500 +0.131835937500 +-0.000022411346 +0.066406250000 +-0.016967773438 +-0.173828125000 +-0.024169921875 +-0.050537109375 +-0.099121093750 +-0.124023437500 +-0.121093750000 +0.012939453125 +0.003646850586 +-0.016479492188 +-0.047119140625 +0.080566406250 +0.059570312500 +-0.084472656250 +-0.077148437500 +-0.042724609375 +0.088378906250 +0.069335937500 +-0.081542968750 +0.003494262695 +-0.005798339844 +-0.041992187500 +0.141601562500 +-0.003860473633 +0.084472656250 +0.050048828125 +0.152343750000 +0.085449218750 +0.054199218750 +0.071289062500 +0.097656250000 +-0.017578125000 +0.062255859375 +0.020996093750 +-0.227539062500 +-0.016235351562 +-0.003326416016 +0.039794921875 +-0.015869140625 +0.092285156250 +-0.101074218750 +0.163085937500 +0.017456054688 +0.033447265625 +0.062500000000 +0.004577636719 +0.063964843750 +0.149414062500 +-0.059326171875 +-0.051025390625 +-0.008422851562 +0.005523681641 +-0.006256103516 +-0.014953613281 +0.021484375000 +-0.190429687500 +-0.011596679688 +0.134765625000 +0.167968750000 +-0.064453125000 +0.022705078125 +0.021484375000 +-0.004028320312 +0.051269531250 +0.028076171875 +0.084472656250 +0.035644531250 +0.169921875000 +0.093261718750 +-0.060058593750 +0.167968750000 +0.097167968750 +-0.030639648438 +0.073242187500 +0.145507812500 +0.085449218750 +0.026977539062 +-0.036132812500 +0.008178710938 +0.046875000000 +0.107910156250 +-0.057128906250 +-0.087890625000 +0.028076171875 +0.191406250000 +0.019287109375 +-0.004364013672 +-0.029296875000 +0.032226562500 +0.204101562500 +0.058105468750 +-0.029418945312 +-0.078613281250 +0.185546875000 +-0.038818359375 +-0.068359375000 +-0.036132812500 +-0.066406250000 +-0.020874023438 +-0.067382812500 +-0.052246093750 +-0.051269531250 +-0.048583984375 +0.061279296875 +0.094726562500 +0.097656250000 +-0.001091003418 +-0.129882812500 +0.072265625000 +-0.041503906250 +0.145507812500 +-0.024047851562 +0.016845703125 +-0.008544921875 +0.054443359375 +0.053222656250 +0.104003906250 +-0.005279541016 +0.032714843750 +-0.034912109375 +-0.093750000000 +-0.049804687500 +0.013854980469 +0.050537109375 +0.111816406250 +0.065429687500 +0.065917968750 +-0.058593750000 +-0.040771484375 +-0.116210937500 +-0.125976562500 +-0.130859375000 +0.048828125000 +-0.063964843750 +0.022949218750 +0.044189453125 +0.017211914062 +-0.124023437500 +0.000976562500 +0.136718750000 +0.020751953125 +0.122070312500 +0.140625000000 +0.039062500000 +0.041015625000 +-0.195312500000 +-0.033935546875 +-0.093261718750 +-0.037109375000 +0.131835937500 +-0.057373046875 +0.011169433594 +-0.138671875000 +0.163085937500 +-0.009399414062 +-0.119628906250 +-0.027099609375 +0.061767578125 +0.074707031250 +-0.084960937500 +0.028808593750 +-0.279296875000 +-0.061523437500 +0.062988281250 +0.174804687500 +0.037353515625 +0.054443359375 +-0.065917968750 +0.066894531250 +-0.110351562500 +0.024414062500 +-0.066406250000 +0.018676757812 +0.049804687500 +-0.092285156250 +-0.030517578125 +-0.070312500000 +0.005981445312 +-0.085449218750 +0.059814453125 +0.001335144043 +-0.005432128906 +-0.048339843750 +0.162109375000 +0.107910156250 +0.047363281250 +0.042724609375 +-0.090820312500 +0.105957031250 +-0.085449218750 +0.147460937500 +0.384765625000 +0.019653320312 +0.070312500000 +0.145507812500 +0.014343261719 +0.075195312500 +0.007659912109 +0.006134033203 +-0.022949218750 +0.041748046875 +-0.050781250000 +0.112304687500 +-0.093261718750 +-0.084960937500 +0.061279296875 +-0.030273437500 +0.229492187500 +-0.062988281250 +-0.082031250000 +-0.002853393555 +0.009277343750 +-0.081054687500 +0.006622314453 +0.207031250000 +0.001472473145 +-0.074218750000 +0.010864257812 +-0.032958984375 +-0.045654296875 +0.042236328125 +-0.088378906250 +0.006652832031 +0.130859375000 +-0.079101562500 +0.013000488281 +0.066894531250 +0.049072265625 +-0.020019531250 +0.062988281250 +-0.154296875000 +0.150390625000 +0.120605468750 +0.041015625000 +0.042968750000 +0.080078125000 +0.073730468750 +0.141601562500 +-0.052001953125 +-0.025146484375 +-0.017944335938 +-0.066894531250 +0.117675781250 +0.129882812500 +0.048095703125 +-0.078613281250 +0.099609375000 +-0.011352539062 +0.018066406250 +-0.078613281250 +0.198242187500 +-0.188476562500 +-0.053466796875 +-0.106445312500 +-0.066406250000 +0.132812500000 +0.016845703125 +0.126953125000 +-0.083496093750 +0.214843750000 +-0.017456054688 +-0.037353515625 +0.097656250000 +0.206054687500 +0.141601562500 +0.000035524368 +-0.029418945312 +0.156250000000 +-0.023315429688 +-0.134765625000 +0.088378906250 +-0.058837890625 +-0.147460937500 +-0.053466796875 +0.025390625000 +-0.040283203125 +-0.000284194946 +-0.070800781250 +0.013488769531 +0.113281250000 +0.082519531250 +0.095703125000 +0.016235351562 +-0.092773437500 +0.201171875000 +-0.166015625000 +-0.072753906250 +0.149414062500 +-0.026123046875 +-0.156250000000 +-0.022827148438 +-0.160156250000 +-0.145507812500 +0.028686523438 +0.071777343750 +-0.169921875000 +0.092285156250 +0.004516601562 +-0.066894531250 +-0.002639770508 +-0.084960937500 +0.067871093750 +-0.193359375000 +-0.080078125000 +-0.003402709961 +0.155273437500 +-0.063476562500 +0.101074218750 +-0.086425781250 +-0.228515625000 +-0.125000000000 +0.112304687500 +0.074218750000 +-0.017333984375 +-0.107421875000 +-0.148437500000 +-0.060791015625 +-0.143554687500 +0.015991210938 +0.085449218750 +-0.151367187500 +-0.015136718750 +-0.161132812500 +-0.042236328125 +-0.167968750000 +0.022094726562 +0.037353515625 +0.024658203125 +-0.050781250000 +-0.032226562500 +0.043701171875 +0.092285156250 +0.025146484375 +-0.161132812500 +-0.010864257812 +0.075195312500 +0.055908203125 +-0.067871093750 +0.033203125000 +-0.118652343750 +-0.002502441406 +-0.021484375000 +0.065429687500 +0.132812500000 +-0.123535156250 +-0.085937500000 +-0.139648437500 +0.107910156250 +-0.072753906250 +0.048339843750 +-0.169921875000 +0.038574218750 +0.063964843750 +-0.169921875000 +-0.128906250000 +-0.081054687500 +-0.095703125000 +-0.033691406250 +0.049804687500 +-0.062255859375 +-0.177734375000 +0.111328125000 +-0.021606445312 +-0.058593750000 +0.146484375000 +0.002059936523 +-0.070800781250 +-0.104492187500 +-0.078613281250 +-0.206054687500 +-0.123046875000 +-0.106933593750 +0.082031250000 +0.003936767578 +-0.104980468750 +-0.041259765625 +-0.032470703125 +0.009338378906 +0.208007812500 +0.235351562500 +-0.062500000000 +0.021484375000 +-0.105957031250 +-0.036376953125 +-0.111816406250 +-0.193359375000 +0.095214843750 +0.253906250000 +0.006683349609 +-0.130859375000 +-0.011596679688 +0.104980468750 +-0.038574218750 +0.145507812500 +0.006347656250 +-0.020507812500 +-0.068359375000 +-0.165039062500 +0.125976562500 +-0.111816406250 +0.128906250000 +0.059570312500 +-0.027343750000 +0.062011718750 +-0.017456054688 +0.055664062500 +0.139648437500 +0.041259765625 +-0.152343750000 +-0.021484375000 +-0.009582519531 +0.075683593750 +0.062011718750 +-0.004058837891 +-0.172851562500 +0.111816406250 +-0.101074218750 +-0.067382812500 +0.072265625000 +0.020751953125 +0.029663085938 +0.017456054688 +0.168945312500 +0.039550781250 +0.046386718750 +-0.129882812500 +-0.052490234375 +-0.067871093750 +0.111328125000 +0.063964843750 +0.051269531250 +-0.024414062500 +0.034667968750 +0.090820312500 +0.009155273438 +0.056396484375 +0.146484375000 +0.118652343750 +-0.115234375000 +-0.083007812500 +-0.029052734375 +-0.078125000000 +-0.003967285156 +-0.107421875000 +0.121093750000 +0.007537841797 +-0.073242187500 +0.146484375000 +0.100097656250 +0.221679687500 +0.133789062500 +0.050537109375 +0.061035156250 +-0.109375000000 +-0.049804687500 +0.042724609375 +0.060302734375 +0.022460937500 +0.131835937500 +0.006042480469 +0.138671875000 +-0.031982421875 +0.159179687500 +0.180664062500 +-0.134765625000 +0.169921875000 +0.095214843750 +0.074218750000 +-0.271484375000 +0.062988281250 +-0.086425781250 +-0.153320312500 +-0.020629882812 +0.036376953125 +0.069335937500 +0.055175781250 +0.041259765625 +0.032714843750 +0.073242187500 +-0.002548217773 +0.053955078125 +-0.019409179688 +-0.273437500000 +-0.000564575195 +0.091308593750 +-0.137695312500 +0.007293701172 +0.009155273438 +-0.042968750000 +0.004089355469 +0.012145996094 +-0.101562500000 +0.080078125000 +0.054687500000 +0.039794921875 +0.065917968750 +-0.065917968750 +0.034667968750 +0.159179687500 +-0.012268066406 +0.021240234375 +0.102539062500 +0.110351562500 +0.182617187500 +-0.034179687500 +-0.013427734375 +0.056884765625 +-0.054199218750 +-0.082519531250 +0.054931640625 +-0.051513671875 +0.112304687500 +0.028930664062 +0.058837890625 +-0.098144531250 +-0.009399414062 +0.162109375000 +-0.060546875000 +0.071777343750 +0.089843750000 +-0.023071289062 +-0.022949218750 +0.089843750000 +-0.031250000000 +0.145507812500 +-0.047607421875 +0.082519531250 +0.130859375000 +0.031982421875 +-0.092773437500 +-0.036865234375 +-0.055175781250 +-0.022338867188 +0.010559082031 +-0.104980468750 +-0.072753906250 +-0.107421875000 +-0.090332031250 +-0.038574218750 +0.067382812500 +-0.046386718750 +0.029663085938 +0.043701171875 +0.074707031250 +-0.166015625000 +0.198242187500 +0.018432617188 +0.101562500000 +0.054443359375 +0.007507324219 +-0.086914062500 +0.048828125000 +0.083496093750 +-0.005920410156 +0.066894531250 +0.196289062500 +-0.015625000000 +-0.000957489014 +-0.114257812500 +-0.171875000000 +-0.049072265625 +0.049804687500 +-0.040039062500 +-0.086914062500 +-0.022338867188 +-0.039550781250 +0.107910156250 +-0.017456054688 +-0.133789062500 +0.014587402344 +-0.105468750000 +0.038818359375 +0.143554687500 +-0.003417968750 +-0.087890625000 +0.292968750000 +0.039550781250 +0.082519531250 +-0.028564453125 +0.033935546875 +-0.066406250000 +0.041503906250 +0.022338867188 +0.006256103516 +-0.020263671875 +-0.053955078125 +-0.035888671875 +-0.025512695312 +0.036376953125 +0.061767578125 +-0.188476562500 +-0.018554687500 +-0.133789062500 +0.065429687500 +-0.132812500000 +-0.104980468750 +0.029541015625 +-0.079101562500 +0.049560546875 +-0.017333984375 +0.018676757812 +-0.048095703125 +-0.209960937500 +-0.070312500000 +-0.091308593750 +-0.159179687500 +0.088867187500 +-0.118652343750 +-0.059814453125 +-0.075195312500 +0.033447265625 +0.076171875000 +-0.092285156250 +0.108886718750 +0.008544921875 +0.008117675781 +0.161132812500 +-0.012878417969 +-0.145507812500 +-0.027465820312 +-0.029052734375 +0.174804687500 +0.030883789062 +0.011535644531 +-0.166015625000 +0.056152343750 +-0.153320312500 +0.034912109375 +-0.121093750000 +0.199218750000 +-0.026855468750 +0.111816406250 +0.088867187500 +-0.085449218750 +-0.016967773438 +0.005737304688 +0.050781250000 +0.070312500000 +-0.115722656250 +0.038574218750 +0.128906250000 +-0.251953125000 +-0.022705078125 +0.069335937500 +0.207031250000 +0.107910156250 +0.096191406250 +0.128906250000 +-0.117675781250 +0.111816406250 +-0.119628906250 +-0.166015625000 +0.020263671875 +0.009765625000 +-0.040283203125 +0.157226562500 +-0.103515625000 +-0.056396484375 +-0.058837890625 +0.022338867188 +0.068359375000 +0.042968750000 +0.025756835938 +-0.091308593750 +-0.051757812500 +-0.059814453125 +-0.104980468750 +0.108886718750 +0.016845703125 +0.108886718750 +0.093261718750 +0.005371093750 +-0.010559082031 +-0.188476562500 +0.091796875000 +0.127929687500 +0.114746093750 +-0.163085937500 +0.062500000000 +0.155273437500 +0.008972167969 +-0.191406250000 +-0.036621093750 +0.001289367676 +0.008605957031 +0.009338378906 +0.072753906250 +-0.028564453125 +-0.101074218750 +0.213867187500 +0.119140625000 +-0.046630859375 +-0.062011718750 +0.179687500000 +0.165039062500 +-0.186523437500 +-0.088378906250 +-0.081542968750 +0.038330078125 +-0.141601562500 +-0.002334594727 +-0.105468750000 +-0.088867187500 +-0.028198242188 +0.095214843750 +-0.057373046875 +-0.071289062500 +0.166015625000 +-0.068847656250 +0.047851562500 +-0.066406250000 +-0.067871093750 +0.023315429688 +-0.046875000000 +0.037597656250 +-0.003341674805 +0.021972656250 +-0.105957031250 +-0.091308593750 +-0.078613281250 +0.021728515625 +-0.091308593750 +-0.013671875000 +0.025146484375 +-0.023437500000 +0.052001953125 +0.101074218750 +-0.138671875000 +-0.184570312500 +-0.001853942871 +-0.065429687500 +-0.088378906250 +-0.063964843750 +-0.265625000000 +-0.071289062500 +-0.082519531250 +-0.048339843750 +-0.042968750000 +-0.142578125000 +-0.015502929688 +-0.027709960938 +-0.133789062500 +0.117187500000 +0.137695312500 +0.159179687500 +-0.062500000000 +-0.159179687500 +-0.051025390625 +-0.170898437500 +-0.164062500000 +-0.088378906250 +-0.070800781250 +0.007293701172 +-0.077636718750 +0.088378906250 +0.005828857422 +-0.104003906250 +0.073242187500 +0.154296875000 +0.051269531250 +0.020629882812 +-0.008361816406 +-0.075683593750 +-0.170898437500 +0.128906250000 +0.140625000000 +0.086425781250 +-0.062988281250 +-0.078125000000 +0.079101562500 +-0.013671875000 +0.087402343750 +0.036132812500 +0.064453125000 +0.039550781250 +-0.122070312500 +-0.057128906250 +-0.139648437500 +-0.119140625000 +0.057861328125 +0.048339843750 +-0.107421875000 +0.089843750000 +-0.130859375000 +-0.017333984375 +-0.077148437500 +0.015075683594 +0.012878417969 +0.041748046875 +0.009399414062 +-0.066406250000 +0.115234375000 +-0.023071289062 +0.012084960938 +0.146484375000 +-0.058349609375 +0.056396484375 +0.038574218750 +0.069335937500 +0.108886718750 +0.076171875000 +-0.014160156250 +-0.048339843750 +0.259765625000 +0.167968750000 +-0.042236328125 +0.176757812500 +-0.050781250000 +-0.044189453125 +0.182617187500 +-0.000080585480 +0.101562500000 +-0.070800781250 +0.036621093750 +0.082031250000 +-0.197265625000 +-0.193359375000 +0.010559082031 +-0.117675781250 +0.136718750000 +0.023315429688 +-0.001289367676 +-0.106445312500 +-0.105468750000 +0.018188476562 +0.008300781250 +-0.109863281250 +-0.015197753906 +0.007995605469 +0.013244628906 +-0.061035156250 +0.193359375000 +0.116210937500 +0.026855468750 +-0.054687500000 +0.032226562500 +0.096191406250 +-0.042724609375 +0.094726562500 +0.038330078125 +-0.058105468750 +-0.011413574219 +-0.056640625000 +0.081542968750 +-0.068359375000 +-0.153320312500 +-0.057373046875 +0.082031250000 +0.048339843750 +0.067382812500 +-0.021118164062 +0.056884765625 +-0.178710937500 +-0.066406250000 +-0.001251220703 +0.036376953125 +-0.082519531250 +-0.111328125000 +0.199218750000 +0.009460449219 +0.007293701172 +-0.025390625000 +0.011047363281 +-0.031250000000 +0.020385742188 +-0.139648437500 +-0.074218750000 +-0.067382812500 +-0.055664062500 +-0.074707031250 +0.020996093750 +0.036376953125 +0.091308593750 +0.135742187500 +-0.137695312500 +0.131835937500 +-0.061035156250 +-0.011291503906 +0.026611328125 +-0.039306640625 +0.120117187500 +0.048339843750 +0.058105468750 +-0.021850585938 +0.105468750000 +0.045166015625 +-0.101074218750 +0.006378173828 +0.030273437500 +-0.117675781250 +0.163085937500 +-0.188476562500 +-0.006591796875 +0.117675781250 +-0.001716613770 +0.087402343750 +0.072265625000 +0.094238281250 +0.070800781250 +0.055664062500 +-0.097167968750 +-0.056640625000 +0.019775390625 +0.224609375000 +-0.093261718750 +0.113281250000 +-0.003021240234 +-0.004150390625 +0.003189086914 +0.051269531250 +0.189453125000 +-0.217773437500 +0.040771484375 +-0.143554687500 +-0.001495361328 +0.017578125000 +-0.033203125000 +-0.194335937500 +0.002197265625 +0.133789062500 +-0.065917968750 +0.027709960938 +0.080078125000 +-0.123535156250 +0.036621093750 +-0.109863281250 +0.115722656250 +-0.056396484375 +0.024902343750 +-0.086914062500 +0.111816406250 +-0.046386718750 +-0.075195312500 +0.027343750000 +0.008300781250 +0.182617187500 +0.077148437500 +-0.066894531250 +0.111816406250 +0.170898437500 +0.043945312500 +0.174804687500 +0.068847656250 +0.088867187500 +0.096191406250 +0.096191406250 +-0.101562500000 +0.046630859375 +0.208984375000 +0.000115394592 +-0.029541015625 +0.036621093750 +0.061767578125 +-0.049072265625 +-0.004852294922 +-0.000440597534 +-0.007629394531 +-0.091796875000 +0.056152343750 +0.052490234375 +0.049072265625 +-0.190429687500 +0.152343750000 +-0.060058593750 +-0.097656250000 +0.095214843750 +0.017456054688 +-0.002212524414 +-0.022583007812 +0.076171875000 +-0.012207031250 +-0.067382812500 +0.049560546875 +-0.003372192383 +-0.097656250000 +0.023559570312 +-0.067871093750 +-0.117187500000 +0.069335937500 +0.086914062500 +-0.034667968750 +-0.086425781250 +-0.048339843750 +0.060302734375 +0.056640625000 +0.208984375000 +-0.197265625000 +0.040527343750 +0.049316406250 +0.223632812500 +-0.070800781250 +0.100097656250 +0.124023437500 +-0.078125000000 +0.038818359375 +-0.090332031250 +-0.079101562500 +0.077148437500 +-0.057128906250 +-0.105468750000 +-0.067871093750 +0.037353515625 +0.057128906250 +0.138671875000 +0.081542968750 +-0.005981445312 +-0.047119140625 +0.032470703125 +-0.122558593750 +-0.056396484375 +-0.018066406250 +0.107910156250 +0.022827148438 +0.021606445312 +0.033447265625 +0.050048828125 +-0.126953125000 +-0.007690429688 +0.058349609375 +0.011840820312 +-0.123046875000 +0.070800781250 +0.062255859375 +-0.172851562500 +0.097656250000 +-0.076171875000 +0.061035156250 +0.024291992188 +0.088378906250 +0.150390625000 +-0.151367187500 +0.022583007812 +-0.004577636719 +-0.046630859375 +-0.113281250000 +-0.102539062500 +0.012207031250 +0.016357421875 +0.027832031250 +0.037841796875 +-0.077636718750 +-0.087402343750 +0.038574218750 +0.235351562500 +0.073242187500 +0.055419921875 +-0.127929687500 +-0.115234375000 +0.076171875000 +0.063476562500 +-0.037597656250 +0.080566406250 +0.044433593750 +0.118164062500 +0.075195312500 +-0.263671875000 +0.033447265625 +-0.011474609375 +-0.067871093750 +-0.116210937500 +-0.038085937500 +0.117187500000 +-0.005767822266 +-0.016357421875 +0.031738281250 +0.050292968750 +-0.033203125000 +0.069824218750 +0.005523681641 +-0.120117187500 +0.150390625000 +-0.045410156250 +0.008178710938 +-0.156250000000 +-0.049560546875 +-0.004821777344 +-0.106445312500 +0.106933593750 +-0.083496093750 +-0.042480468750 +0.156250000000 +-0.150390625000 +-0.168945312500 +0.097167968750 +-0.065917968750 +-0.113769531250 +0.332031250000 +0.163085937500 +0.040283203125 +0.238281250000 +0.084960937500 +-0.110839843750 +0.075195312500 +0.054931640625 +0.078125000000 +0.074218750000 +0.142578125000 +0.048095703125 +-0.076171875000 +0.028930664062 +-0.056152343750 +-0.275390625000 +-0.005218505859 +0.112792968750 +0.007110595703 +0.014770507812 +0.020385742188 +0.044433593750 +-0.255859375000 +-0.110839843750 +0.035156250000 +-0.097167968750 +0.226562500000 +-0.197265625000 +0.002578735352 +-0.010925292969 +0.126953125000 +-0.051269531250 +0.031250000000 +-0.128906250000 +-0.092285156250 +0.149414062500 +-0.174804687500 +0.087402343750 +0.023925781250 +0.043457031250 +-0.033691406250 +-0.168945312500 +0.152343750000 +0.013732910156 +-0.081542968750 +-0.173828125000 +0.196289062500 +-0.060302734375 +0.013977050781 +-0.113281250000 +0.110839843750 +0.017578125000 +-0.021362304688 +-0.107910156250 +0.019531250000 +0.092773437500 +-0.015991210938 +-0.036621093750 +0.109375000000 +0.003997802734 +-0.149414062500 +-0.047607421875 +-0.109375000000 +0.237304687500 +0.035400390625 +0.038574218750 +0.109375000000 +-0.109375000000 +0.003356933594 +0.035644531250 +-0.138671875000 +-0.085449218750 +0.067382812500 +-0.062988281250 +0.085937500000 +-0.124023437500 +0.054443359375 +-0.009826660156 +-0.050537109375 +0.072753906250 +-0.130859375000 +0.019897460938 +0.033447265625 +-0.072753906250 +0.049072265625 +0.003280639648 +-0.127929687500 +0.335937500000 +0.113281250000 +0.064453125000 +0.062988281250 +0.051513671875 +-0.035644531250 +-0.025878906250 +0.043945312500 +0.176757812500 +-0.057617187500 +0.119140625000 +0.037841796875 +0.047607421875 +-0.138671875000 +-0.174804687500 +-0.033691406250 +0.035156250000 +0.016601562500 +0.078125000000 +0.040527343750 +0.018066406250 +0.009216308594 +-0.027099609375 +-0.052490234375 +-0.062988281250 +0.135742187500 +0.026611328125 +0.060791015625 +-0.064453125000 +0.139648437500 +0.009887695312 +0.070800781250 +0.025634765625 +0.057128906250 +0.006652832031 +0.095214843750 +0.067382812500 +0.031005859375 +0.038330078125 +0.021118164062 +-0.005065917969 +-0.026489257812 +-0.026000976562 +-0.040283203125 +0.006744384766 +0.001434326172 +0.089843750000 +-0.009704589844 +-0.186523437500 +-0.011718750000 +0.047851562500 +0.092285156250 +0.095214843750 +-0.073242187500 +0.028198242188 +-0.022338867188 +0.046630859375 +-0.094726562500 +0.031494140625 +0.145507812500 +0.018798828125 +0.118652343750 +0.043701171875 +-0.267578125000 +0.118164062500 +0.128906250000 +0.071289062500 +-0.039550781250 +-0.159179687500 +-0.029785156250 +0.063964843750 +0.009277343750 +0.013000488281 +-0.055908203125 +0.066894531250 +0.090332031250 +0.178710937500 +-0.032714843750 +0.140625000000 +0.065429687500 +0.053466796875 +-0.059570312500 +0.078613281250 +-0.050537109375 +0.009277343750 +0.033447265625 +-0.023193359375 +-0.172851562500 +0.105957031250 +-0.006134033203 +0.008300781250 +-0.129882812500 +0.107421875000 +-0.159179687500 +0.060302734375 +-0.129882812500 +-0.114257812500 +-0.057861328125 +-0.146484375000 +-0.133789062500 +-0.002700805664 +-0.031982421875 +-0.102050781250 +-0.006744384766 +-0.064453125000 +0.005889892578 +-0.211914062500 +0.002487182617 +0.066894531250 +-0.141601562500 +0.021972656250 +-0.013671875000 +0.067871093750 +0.111328125000 +-0.000778198242 +-0.074707031250 +-0.156250000000 +-0.009460449219 +-0.046386718750 +-0.049316406250 +0.010986328125 +0.034179687500 +-0.257812500000 +0.028198242188 +-0.115722656250 +0.021118164062 +-0.074218750000 +-0.134765625000 +-0.088867187500 +-0.149414062500 +-0.084960937500 +-0.135742187500 +-0.051025390625 +0.169921875000 +-0.217773437500 +-0.002548217773 +0.206054687500 +-0.028076171875 +-0.020751953125 +-0.178710937500 +-0.056640625000 +0.045654296875 +0.185546875000 +0.190429687500 +-0.019287109375 +0.054931640625 +0.153320312500 +-0.025390625000 +0.223632812500 +0.045898437500 +0.011901855469 +0.077148437500 +0.018066406250 +0.025024414062 +0.004608154297 +0.283203125000 +0.050048828125 +0.082031250000 +-0.073730468750 +-0.052490234375 +-0.095214843750 +0.099609375000 +0.155273437500 +-0.279296875000 +0.021850585938 +0.087402343750 +0.265625000000 +0.110839843750 +0.039550781250 +0.031250000000 +0.042480468750 +-0.109375000000 +0.245117187500 +0.086425781250 +0.036865234375 +-0.106933593750 +-0.174804687500 +0.132812500000 +0.074218750000 +-0.061279296875 +0.012329101562 +0.041503906250 +-0.015991210938 +0.024414062500 +0.040283203125 +0.127929687500 +0.004516601562 +-0.014221191406 +0.215820312500 +0.034423828125 +-0.056884765625 +0.036376953125 +-0.004150390625 +-0.097656250000 +-0.012512207031 +-0.041015625000 +-0.048095703125 +0.105957031250 +-0.059570312500 +-0.025268554688 +0.002624511719 +-0.077148437500 +0.180664062500 +-0.002746582031 +0.098632812500 +0.085449218750 +-0.037841796875 +-0.031127929688 +-0.045654296875 +-0.099609375000 +-0.004333496094 +-0.123046875000 +0.036132812500 +0.050048828125 +0.055175781250 +0.173828125000 +0.049316406250 +-0.074218750000 +0.138671875000 +0.053222656250 +0.099121093750 +-0.185546875000 +0.080566406250 +-0.055664062500 +0.001777648926 +-0.075195312500 +0.302734375000 +0.029174804688 +-0.068847656250 +0.033935546875 +0.006134033203 +-0.041503906250 +-0.138671875000 +0.110839843750 +0.219726562500 +0.163085937500 +-0.001777648926 +0.052246093750 +0.022705078125 +-0.158203125000 +0.043945312500 +0.014282226562 +-0.098144531250 +0.011474609375 +-0.067382812500 +-0.061523437500 +-0.043701171875 +-0.015258789062 +-0.105957031250 +-0.016845703125 +0.167968750000 +-0.065429687500 +-0.133789062500 +-0.153320312500 +-0.020141601562 +-0.048583984375 +-0.119140625000 +-0.136718750000 +-0.107421875000 +-0.079589843750 +-0.097167968750 +0.097167968750 +0.040039062500 +0.039306640625 +0.076171875000 +-0.112792968750 +-0.117187500000 +-0.015991210938 +-0.176757812500 +-0.189453125000 +-0.027709960938 +0.111328125000 +-0.010131835938 +0.003448486328 +0.107421875000 +0.073242187500 +-0.092285156250 +-0.023315429688 +-0.024902343750 +-0.020751953125 +-0.129882812500 +-0.093261718750 +-0.117675781250 +-0.084472656250 +-0.083496093750 +-0.022094726562 +-0.162109375000 +0.141601562500 +-0.116210937500 +0.094726562500 +-0.045898437500 +-0.071777343750 +-0.133789062500 +-0.047363281250 +-0.169921875000 +-0.054199218750 +-0.164062500000 +-0.056396484375 +0.046875000000 +0.074218750000 +-0.012390136719 +-0.082031250000 +-0.083496093750 +0.098632812500 +-0.027221679688 +0.053710937500 +0.111816406250 +-0.172851562500 +0.016479492188 +0.040527343750 +0.015319824219 +0.000511169434 +-0.075195312500 +0.025634765625 +-0.075683593750 +-0.037841796875 +-0.063476562500 +-0.003707885742 +-0.106933593750 +-0.048339843750 +-0.069824218750 +-0.073730468750 +-0.070800781250 +-0.014953613281 +-0.187500000000 +-0.046142578125 +-0.177734375000 +-0.052734375000 +0.076660156250 +0.166015625000 +0.042480468750 +-0.148437500000 +-0.161132812500 +0.009216308594 +-0.141601562500 +-0.022338867188 +0.091796875000 +0.025024414062 +0.041503906250 +0.052734375000 +0.032470703125 +-0.083496093750 +-0.216796875000 +-0.216796875000 +-0.014953613281 +-0.170898437500 +-0.030517578125 +-0.072265625000 +0.017089843750 +-0.308593750000 +0.008300781250 +-0.039062500000 +-0.002319335938 +-0.035156250000 +-0.073242187500 +0.011718750000 +-0.023681640625 +-0.060791015625 +-0.118164062500 +0.008605957031 +0.044921875000 +0.212890625000 +-0.048828125000 +0.065429687500 +0.156250000000 +-0.043212890625 +-0.018188476562 +0.025024414062 +-0.158203125000 +0.043212890625 +-0.063476562500 +0.135742187500 +0.052734375000 +0.181640625000 +0.055419921875 +0.126953125000 +-0.123046875000 +-0.041015625000 +0.114746093750 +0.063964843750 +-0.076171875000 +0.087890625000 +0.001701354980 +0.064453125000 +0.127929687500 +-0.238281250000 +0.033935546875 +-0.184570312500 +0.029663085938 +-0.113769531250 +-0.126953125000 +0.063964843750 +-0.025390625000 +-0.103515625000 +0.117187500000 +-0.152343750000 +-0.010986328125 +-0.102539062500 +0.079589843750 +-0.110839843750 +0.025878906250 +-0.038574218750 +-0.031494140625 +-0.125976562500 +0.238281250000 +-0.065917968750 +-0.027832031250 +-0.167968750000 +-0.023193359375 +0.197265625000 +-0.009826660156 +0.070800781250 +0.122558593750 +-0.142578125000 +-0.057617187500 +0.137695312500 +0.013305664062 +0.036621093750 +0.263671875000 +0.016845703125 +0.016479492188 +0.059082031250 +0.069335937500 +-0.047851562500 +-0.063964843750 +0.143554687500 +0.353515625000 +0.013793945312 +0.031982421875 +-0.210937500000 +-0.082031250000 +-0.141601562500 +0.012390136719 +0.073730468750 +-0.050048828125 +0.000017642975 +0.027587890625 +-0.096191406250 +-0.113281250000 +-0.088378906250 +-0.147460937500 +0.089843750000 +-0.013549804688 +0.041992187500 +0.034667968750 +-0.023315429688 +-0.075683593750 +-0.047119140625 +-0.101074218750 +-0.030883789062 +0.035156250000 +0.102050781250 +0.322265625000 +-0.155273437500 +-0.196289062500 +0.096679687500 +0.001060485840 +-0.056152343750 +0.007873535156 +-0.039306640625 +-0.003143310547 +0.062500000000 +0.069335937500 +-0.086914062500 +-0.043945312500 +-0.082519531250 +-0.077636718750 +-0.133789062500 +-0.083984375000 +0.095214843750 +0.044677734375 +0.220703125000 +0.107421875000 +0.012573242188 +-0.059326171875 +0.058593750000 +-0.071289062500 +0.049560546875 +0.145507812500 +0.040771484375 +0.110839843750 +-0.191406250000 +-0.148437500000 +0.047851562500 +-0.022583007812 +-0.010253906250 +-0.077636718750 +-0.119628906250 +0.029174804688 +0.088378906250 +-0.144531250000 +-0.269531250000 +-0.053710937500 +-0.073730468750 +0.078613281250 +0.080078125000 +-0.147460937500 +0.042480468750 +-0.120605468750 +0.020507812500 +0.003585815430 +-0.074707031250 +0.074218750000 +0.179687500000 +0.059082031250 +0.045898437500 +0.053222656250 +0.005279541016 +-0.242187500000 +-0.090820312500 +0.033447265625 +0.015014648438 +-0.063964843750 +0.102539062500 +0.082031250000 +0.025756835938 +-0.015380859375 +-0.202148437500 +-0.083496093750 +0.051757812500 +-0.147460937500 +-0.124023437500 +-0.231445312500 +0.033203125000 +-0.181640625000 +0.005523681641 +-0.181640625000 +0.085937500000 +-0.077636718750 +0.044921875000 +0.050781250000 +-0.199218750000 +0.073242187500 +-0.027954101562 +0.058837890625 +-0.185546875000 +-0.124511718750 +-0.074218750000 +-0.062500000000 +-0.013244628906 +0.184570312500 +-0.051757812500 +-0.028564453125 +0.082519531250 +-0.096679687500 +0.011657714844 +0.209960937500 +-0.066894531250 +0.017211914062 +-0.036621093750 +-0.093261718750 +0.132812500000 +-0.004211425781 +-0.106445312500 +-0.003555297852 +0.053222656250 +-0.206054687500 +0.110839843750 +-0.217773437500 +-0.087890625000 +0.052001953125 +0.039306640625 +-0.006835937500 +-0.137695312500 +-0.039062500000 +-0.078125000000 +0.072753906250 +-0.021972656250 +-0.183593750000 +0.045410156250 +0.113769531250 +-0.079589843750 +-0.044677734375 +0.073242187500 +0.045898437500 +0.093261718750 +0.052978515625 +-0.115234375000 +-0.093750000000 +-0.139648437500 +0.111816406250 +0.081542968750 +0.000637054443 +-0.030273437500 +-0.010437011719 +-0.117675781250 +-0.126953125000 +-0.179687500000 +-0.004180908203 +0.029663085938 +-0.001998901367 +-0.063476562500 +-0.142578125000 +-0.211914062500 +-0.026000976562 +0.006652832031 +0.084472656250 +0.097656250000 +-0.007598876953 +-0.041503906250 +-0.044921875000 +-0.134765625000 +0.133789062500 +0.048339843750 +-0.056884765625 +-0.089355468750 +0.129882812500 +-0.250000000000 +0.070800781250 +0.097167968750 +0.000804901123 +0.047607421875 +-0.102050781250 +-0.161132812500 +-0.125000000000 +0.038085937500 +0.111816406250 +0.075683593750 +0.096191406250 +-0.074707031250 +-0.070800781250 +0.055419921875 +-0.126953125000 +-0.080566406250 +-0.043701171875 +0.079589843750 +-0.179687500000 +0.007202148438 +0.000881195068 +0.104003906250 +-0.094726562500 +-0.132812500000 +-0.167968750000 +-0.040527343750 +-0.053955078125 +-0.015747070312 +-0.231445312500 +-0.027954101562 +-0.035156250000 +0.013488769531 +0.014709472656 +0.030029296875 +-0.119140625000 +0.113769531250 +0.122070312500 +0.071289062500 +-0.139648437500 +-0.119628906250 +0.074218750000 +0.172851562500 +0.101562500000 +0.053710937500 +-0.197265625000 +-0.101074218750 +-0.257812500000 +-0.015075683594 +-0.113281250000 +-0.021118164062 +0.019653320312 +-0.048339843750 +0.019409179688 +0.014953613281 +-0.014099121094 +-0.019409179688 +0.016967773438 +0.159179687500 +-0.047119140625 +-0.123535156250 +-0.014770507812 +-0.063476562500 +-0.102050781250 +0.125000000000 +0.166992187500 +-0.126953125000 +0.072265625000 +0.145507812500 +0.000103473663 +-0.112304687500 +-0.078125000000 +-0.107910156250 +0.154296875000 +0.127929687500 +0.181640625000 +-0.000031948090 +-0.132812500000 +0.049560546875 +-0.053955078125 +-0.154296875000 +0.008422851562 +0.061767578125 +0.010192871094 +-0.010742187500 +-0.038085937500 +-0.064453125000 +0.004089355469 +-0.088378906250 +-0.125000000000 +-0.008239746094 +-0.167968750000 +-0.039062500000 +-0.015991210938 +-0.046630859375 +-0.030273437500 +-0.094726562500 +-0.044921875000 +-0.042968750000 +0.028564453125 +-0.045654296875 +0.180664062500 +-0.165039062500 +-0.121093750000 +-0.075683593750 +0.056152343750 +-0.040527343750 +-0.141601562500 +0.034423828125 +-0.001571655273 +0.153320312500 +-0.015991210938 +-0.113769531250 +-0.129882812500 +-0.001983642578 +0.107421875000 +0.226562500000 +0.000823974609 +-0.026977539062 +-0.038330078125 +0.121093750000 +-0.022216796875 +-0.032470703125 +-0.017089843750 +0.007232666016 +-0.025634765625 +0.269531250000 +0.031494140625 +0.103515625000 +0.174804687500 +-0.092285156250 +0.107421875000 +-0.097656250000 +-0.051513671875 +-0.275390625000 +0.038818359375 +0.050048828125 +0.167968750000 +-0.036376953125 +-0.026245117188 +0.014038085938 +-0.127929687500 +0.003616333008 +0.041259765625 +0.090332031250 +0.017700195312 +0.041259765625 +-0.245117187500 +0.037109375000 +-0.230468750000 +0.049560546875 +-0.217773437500 +-0.079589843750 +0.033691406250 +-0.016845703125 +0.034423828125 +0.018676757812 +0.062988281250 +0.048583984375 +0.091308593750 +0.005767822266 +0.075683593750 +-0.072753906250 +0.002105712891 +-0.019287109375 +-0.025512695312 +-0.231445312500 +-0.122558593750 +0.000236511230 +-0.068359375000 +0.106933593750 +-0.045166015625 +0.002380371094 +0.049560546875 +0.080078125000 +0.037597656250 +-0.142578125000 +0.001380920410 +-0.100097656250 +0.116210937500 +-0.027221679688 +-0.098144531250 +0.053710937500 +0.013000488281 +-0.166992187500 +-0.143554687500 +0.014587402344 +-0.002151489258 +-0.179687500000 +0.062011718750 +-0.012634277344 +-0.022216796875 +0.123046875000 +-0.257812500000 +0.104980468750 +-0.227539062500 +0.059326171875 +-0.271484375000 +-0.079101562500 +-0.020019531250 +-0.081542968750 +-0.037353515625 +0.152343750000 +0.059082031250 +-0.114257812500 +-0.019897460938 +-0.003631591797 +-0.038574218750 +-0.092285156250 +0.007049560547 +-0.196289062500 +-0.075683593750 +-0.082519531250 +-0.029052734375 +-0.183593750000 +-0.013488769531 +-0.075683593750 +0.050292968750 +-0.144531250000 +-0.123046875000 +-0.033935546875 +-0.095214843750 +0.106933593750 +-0.064941406250 +0.128906250000 +-0.302734375000 +0.014282226562 +-0.215820312500 +0.075195312500 +0.013061523438 +0.011718750000 +-0.069824218750 +0.050048828125 +-0.063964843750 +-0.057128906250 +0.156250000000 +0.049804687500 +-0.049560546875 +0.117187500000 +-0.097167968750 +-0.021240234375 +-0.078613281250 +0.085937500000 +-0.074707031250 +-0.077636718750 +0.100097656250 +0.013671875000 +-0.110839843750 +0.181640625000 +-0.070800781250 +-0.010192871094 +-0.084472656250 +-0.079101562500 +-0.144531250000 +-0.055908203125 +-0.179687500000 +-0.332031250000 +-0.048828125000 +-0.019775390625 +-0.087402343750 +-0.016113281250 +0.095214843750 +0.115722656250 +0.111816406250 +-0.001907348633 +-0.147460937500 +0.116210937500 +0.206054687500 +-0.129882812500 +0.085449218750 +0.012329101562 +-0.068359375000 +-0.051513671875 +-0.136718750000 +-0.014038085938 +-0.083496093750 +0.051757812500 +-0.017089843750 +-0.029296875000 +-0.170898437500 +0.085937500000 +-0.133789062500 +-0.077636718750 +-0.047607421875 +0.115722656250 +-0.109375000000 +0.077148437500 +-0.021972656250 +-0.081542968750 +-0.080566406250 +-0.106933593750 +-0.121582031250 +0.135742187500 +0.051269531250 +0.166015625000 +-0.006530761719 +0.049560546875 +0.053222656250 +-0.045410156250 +-0.006042480469 +-0.159179687500 +0.095703125000 +-0.066894531250 +0.010009765625 +0.005554199219 +0.167968750000 +-0.012023925781 +-0.023925781250 +0.149414062500 +0.047363281250 +0.023925781250 +-0.007080078125 +0.141601562500 +-0.106445312500 +-0.020507812500 +0.043457031250 +-0.062988281250 +0.016479492188 +0.031127929688 +0.020996093750 +-0.085449218750 +0.095703125000 +0.102539062500 +-0.057861328125 +-0.255859375000 +0.006317138672 +-0.229492187500 +0.111328125000 +-0.141601562500 +0.086425781250 +0.051269531250 +0.248046875000 +0.003479003906 +0.210937500000 +-0.241210937500 +0.048095703125 +-0.093261718750 +-0.036376953125 +-0.032226562500 +0.075195312500 +-0.025146484375 +-0.047851562500 +-0.037353515625 +0.003677368164 +0.127929687500 +-0.036621093750 +0.122558593750 +-0.093750000000 +-0.048828125000 +0.045654296875 +-0.135742187500 +-0.035156250000 +0.062988281250 +-0.267578125000 +-0.006866455078 +-0.079589843750 +0.014404296875 +-0.094726562500 +0.006195068359 +-0.071777343750 +-0.178710937500 +-0.200195312500 +0.039062500000 +-0.180664062500 +0.101562500000 +-0.144531250000 +0.240234375000 +-0.040771484375 +-0.057373046875 +-0.220703125000 +0.091308593750 +0.028320312500 +-0.003509521484 +0.003280639648 +-0.239257812500 +0.041503906250 +0.117187500000 +0.002944946289 +0.003402709961 +-0.001159667969 +0.034423828125 +-0.072753906250 +-0.089843750000 +0.176757812500 +-0.002700805664 +0.020751953125 +0.058349609375 +-0.064453125000 +-0.091796875000 +-0.144531250000 +-0.298828125000 +-0.104492187500 +0.082031250000 +0.020141601562 +-0.172851562500 +0.025878906250 +0.018920898438 +0.086425781250 +-0.068359375000 +0.016113281250 +0.002990722656 +-0.031250000000 +-0.167968750000 +0.049560546875 +-0.064453125000 +0.014465332031 +0.072753906250 +-0.066894531250 +-0.094238281250 +-0.158203125000 +0.066406250000 +-0.033447265625 +0.166015625000 +-0.283203125000 +-0.044677734375 +-0.054199218750 +-0.061523437500 +-0.058105468750 +0.004638671875 +-0.134765625000 +-0.165039062500 +-0.115722656250 +-0.032714843750 +0.073242187500 +-0.091308593750 +0.019653320312 +-0.171875000000 +-0.117187500000 +-0.250000000000 +-0.071289062500 +-0.068847656250 +-0.100097656250 +-0.017578125000 +-0.185546875000 +-0.088378906250 +-0.094726562500 +-0.369140625000 +0.023803710938 +-0.145507812500 +-0.036132812500 +-0.008728027344 +-0.125000000000 +0.011657714844 +0.031982421875 +-0.217773437500 +0.049316406250 +0.014831542969 +0.017089843750 +-0.075195312500 +-0.077148437500 +-0.061523437500 +0.052978515625 +-0.275390625000 +-0.045654296875 +-0.283203125000 +-0.012084960938 +0.011657714844 +0.136718750000 +0.062988281250 +0.251953125000 +-0.146484375000 +0.208984375000 +-0.042236328125 +0.023803710938 +-0.040527343750 +-0.005615234375 +0.042968750000 +0.009826660156 +-0.060546875000 +0.068359375000 +0.072753906250 +-0.008361816406 +-0.169921875000 +0.063476562500 +0.025634765625 +0.001113891602 +0.023803710938 +-0.125000000000 +-0.239257812500 +0.004272460938 +0.013488769531 +0.029541015625 +0.150390625000 +-0.080566406250 +-0.048828125000 +-0.158203125000 +0.232421875000 +-0.060058593750 +0.013793945312 +-0.306640625000 +0.082519531250 +0.133789062500 +-0.085449218750 +-0.024169921875 +-0.083496093750 +0.002990722656 +0.002090454102 +-0.097167968750 +0.135742187500 +0.105468750000 +-0.098144531250 +0.028930664062 +0.075195312500 +-0.135742187500 +-0.217773437500 +-0.048583984375 +-0.039794921875 +0.128906250000 +-0.009460449219 +-0.031982421875 +-0.156250000000 +-0.176757812500 +-0.144531250000 +-0.099609375000 +-0.091796875000 +-0.080078125000 +-0.111328125000 +-0.099121093750 +-0.088867187500 +-0.040283203125 +-0.006805419922 +-0.098632812500 +-0.111816406250 +-0.077636718750 +-0.015380859375 +0.075195312500 +-0.091308593750 +-0.023437500000 +0.051025390625 +0.074707031250 +-0.052001953125 +-0.185546875000 +0.009582519531 +-0.067382812500 +0.050048828125 +0.009643554688 +-0.084960937500 +-0.081542968750 +-0.172851562500 +-0.095214843750 +-0.068847656250 +-0.031494140625 +-0.022949218750 +-0.055908203125 +-0.017211914062 +0.130859375000 +0.031250000000 +-0.035400390625 +0.038085937500 +-0.068847656250 +0.028320312500 +-0.162109375000 +-0.130859375000 +-0.000572204590 +0.085449218750 +-0.120117187500 +0.040771484375 +-0.076171875000 +-0.063964843750 +-0.015319824219 +-0.039062500000 +-0.127929687500 +-0.034667968750 +-0.047607421875 +-0.136718750000 +0.035644531250 +0.037597656250 +-0.045654296875 +0.103027343750 +-0.050292968750 +0.035400390625 +0.017456054688 +-0.027832031250 +-0.008300781250 +0.034423828125 +-0.098144531250 +-0.165039062500 +-0.122070312500 +0.009338378906 +-0.064941406250 +0.091308593750 +-0.034667968750 +-0.016113281250 +0.034667968750 +0.046386718750 +0.088378906250 +-0.074218750000 +-0.134765625000 +-0.056640625000 +0.159179687500 +-0.061279296875 +-0.155273437500 +-0.027954101562 +0.013732910156 +0.051025390625 +-0.086914062500 +0.148437500000 +-0.098632812500 +0.107421875000 +-0.079101562500 +0.032226562500 +-0.129882812500 +0.083007812500 +0.243164062500 +-0.135742187500 +0.193359375000 +0.009216308594 +0.012939453125 +0.174804687500 +-0.057861328125 +-0.030151367188 +0.044677734375 +0.138671875000 +-0.166992187500 +-0.081542968750 +0.099121093750 +-0.017944335938 +-0.110351562500 +0.040039062500 +0.020141601562 +0.023559570312 +0.053466796875 +-0.047363281250 +0.011657714844 +-0.004425048828 +-0.033447265625 +0.061767578125 +-0.031738281250 +-0.160156250000 +0.099121093750 +-0.089843750000 +0.136718750000 +-0.044189453125 +-0.019287109375 +-0.003692626953 +-0.166015625000 +0.057861328125 +-0.022338867188 +-0.028808593750 +-0.141601562500 +0.112792968750 +-0.030273437500 +0.093750000000 +0.055419921875 +0.051513671875 +0.121093750000 +0.039306640625 +-0.154296875000 +0.170898437500 +0.064453125000 +-0.066894531250 +0.103515625000 +-0.023559570312 +-0.045654296875 +-0.033203125000 +-0.075195312500 +0.063964843750 +-0.013549804688 +-0.008178710938 +-0.049316406250 +0.051513671875 +-0.003967285156 +0.018554687500 +0.026977539062 +-0.047119140625 +0.115234375000 +-0.160156250000 +-0.062011718750 +0.050292968750 +-0.091308593750 +-0.059814453125 +-0.049804687500 +0.078613281250 +0.052001953125 +-0.024780273438 +0.104492187500 +0.006317138672 +-0.076660156250 +0.030273437500 +0.017700195312 +-0.094238281250 +0.102539062500 +-0.043945312500 +0.057128906250 +-0.098632812500 +-0.026733398438 +-0.111328125000 +-0.100585937500 +0.047851562500 +-0.095214843750 +0.091308593750 +-0.077148437500 +0.168945312500 +-0.235351562500 +-0.150390625000 +-0.003967285156 +0.129882812500 +0.069824218750 +-0.013183593750 +0.114746093750 +0.043212890625 +0.039550781250 +0.008605957031 +-0.005645751953 +0.068359375000 +-0.081054687500 +0.038818359375 +0.140625000000 +-0.009704589844 +0.000850677490 +-0.130859375000 +0.003646850586 +0.098144531250 +0.106933593750 +0.083984375000 +0.067871093750 +0.104492187500 +0.008361816406 +-0.062988281250 +0.117187500000 +-0.033447265625 +0.101562500000 +-0.023925781250 +0.016479492188 +0.087890625000 +-0.076660156250 +0.052246093750 +-0.011230468750 +0.142578125000 +-0.019409179688 +0.010742187500 +-0.047119140625 +-0.009582519531 +0.044921875000 +0.024658203125 +-0.081054687500 +-0.058349609375 +-0.014099121094 +0.005584716797 +0.026733398438 +-0.147460937500 +-0.015869140625 +0.026123046875 +0.141601562500 +-0.250000000000 +-0.165039062500 +-0.026245117188 +0.073730468750 +-0.058105468750 +-0.022705078125 +-0.108398437500 +-0.062011718750 +-0.014404296875 +0.091308593750 +-0.067382812500 +-0.019287109375 +-0.121582031250 +0.161132812500 +-0.129882812500 +-0.049072265625 +0.006652832031 +-0.093750000000 +-0.035156250000 +0.052001953125 +0.060546875000 +0.033203125000 +0.135742187500 +-0.142578125000 +-0.068847656250 +0.018310546875 +0.061035156250 +0.036376953125 +0.021240234375 +0.059326171875 +0.049316406250 +-0.030273437500 +-0.131835937500 +-0.086425781250 +-0.016479492188 +-0.058105468750 +-0.030883789062 +-0.152343750000 +-0.109375000000 +-0.052978515625 +-0.107910156250 +-0.061279296875 +-0.011169433594 +-0.038818359375 +0.041015625000 +0.005737304688 +-0.153320312500 +-0.202148437500 +0.046875000000 +0.045166015625 +-0.085449218750 +-0.152343750000 +0.203125000000 +0.030273437500 +-0.025390625000 +-0.165039062500 +-0.050048828125 +0.078125000000 +0.057128906250 +-0.066406250000 +-0.105468750000 +0.042968750000 +-0.100585937500 +0.002441406250 +-0.041992187500 +-0.003875732422 +-0.058837890625 +0.135742187500 +-0.128906250000 +-0.119628906250 +-0.049560546875 +0.143554687500 +0.259765625000 +0.119628906250 +0.107421875000 +0.165039062500 +0.135742187500 +0.164062500000 +-0.026855468750 +0.094238281250 +-0.081542968750 +0.067871093750 +-0.012390136719 +0.019042968750 +-0.148437500000 +-0.123535156250 +0.123535156250 +0.074707031250 +-0.047851562500 +0.052490234375 +0.016479492188 +-0.218750000000 +-0.031982421875 +-0.010070800781 +0.049560546875 +-0.130859375000 +-0.014465332031 +-0.097167968750 +-0.009094238281 +0.008239746094 +0.088378906250 +-0.064453125000 +-0.087402343750 +0.098632812500 +0.063964843750 +0.106933593750 +-0.116699218750 +-0.024902343750 +-0.130859375000 +-0.005157470703 +-0.071777343750 +0.041503906250 +-0.164062500000 +-0.133789062500 +0.043945312500 +-0.100585937500 +-0.027465820312 +-0.035156250000 +-0.046630859375 +0.083007812500 +-0.082031250000 +-0.121093750000 +0.003219604492 +0.009765625000 +-0.090820312500 +0.144531250000 +-0.002548217773 +0.032958984375 +0.101562500000 +0.054687500000 +-0.052490234375 +-0.092773437500 +-0.081054687500 +-0.126953125000 +0.099609375000 +-0.142578125000 +-0.103515625000 +0.160156250000 +-0.041259765625 +0.129882812500 +0.144531250000 +-0.175781250000 +-0.071289062500 +-0.020019531250 +0.016235351562 +-0.112792968750 +-0.072753906250 +-0.033935546875 +-0.084472656250 +0.137695312500 +-0.103027343750 +-0.071289062500 +0.012023925781 +-0.019042968750 +0.029663085938 +0.076171875000 +-0.104980468750 +-0.084960937500 +0.050781250000 +-0.007476806641 +0.092773437500 +0.113769531250 +0.100585937500 +-0.106933593750 +0.088378906250 +0.116210937500 +0.009277343750 +0.082031250000 +-0.029174804688 +0.176757812500 +0.156250000000 +-0.167968750000 +-0.085937500000 +0.008483886719 +-0.074707031250 +-0.054931640625 +0.027221679688 +0.091308593750 +0.114746093750 +0.087402343750 +0.202148437500 +0.028198242188 +0.050781250000 +-0.078125000000 +-0.070312500000 +-0.132812500000 +0.205078125000 +0.117187500000 +0.123046875000 +-0.002792358398 +0.119628906250 +-0.076660156250 +0.032958984375 +0.210937500000 +0.122070312500 +0.083007812500 +-0.067382812500 +-0.038818359375 +0.083496093750 +0.281250000000 +-0.009521484375 +-0.043212890625 +0.221679687500 +0.070312500000 +0.073242187500 +0.017456054688 +-0.056884765625 +0.067382812500 +-0.014099121094 +0.066406250000 +-0.118164062500 +-0.024658203125 +0.059570312500 +-0.135742187500 +-0.081542968750 +0.043457031250 +0.023315429688 +0.110839843750 +-0.101562500000 +-0.089355468750 +-0.105957031250 +0.066894531250 +0.133789062500 +0.090332031250 +0.186523437500 +-0.151367187500 +0.051025390625 +0.000724792480 +-0.077636718750 +0.077148437500 +0.173828125000 +0.133789062500 +0.190429687500 +-0.006378173828 +0.085449218750 +0.127929687500 +0.025024414062 +0.037353515625 +0.087890625000 +-0.026977539062 +-0.089843750000 +0.067382812500 +0.171875000000 +-0.126953125000 +0.045898437500 +0.202148437500 +-0.011962890625 +0.162109375000 +0.063476562500 +-0.091796875000 +-0.029418945312 +-0.057373046875 +-0.124023437500 +-0.070312500000 +0.104003906250 +0.159179687500 +0.125976562500 +0.078125000000 +-0.261718750000 +-0.073242187500 +0.127929687500 +-0.055419921875 +-0.014404296875 +-0.015014648438 +0.023925781250 +0.087402343750 +-0.045410156250 +0.020263671875 +0.014099121094 +-0.003845214844 +0.261718750000 +0.035644531250 +0.173828125000 +-0.227539062500 +0.056884765625 +0.298828125000 +0.091308593750 +0.082519531250 +-0.009521484375 +0.263671875000 +-0.055419921875 +0.079101562500 +0.049072265625 +0.055664062500 +0.017333984375 +0.118164062500 +0.046142578125 +-0.079101562500 +-0.065917968750 +0.020263671875 +-0.192382812500 +-0.046630859375 +-0.053710937500 +-0.031250000000 +-0.089355468750 +-0.031738281250 +0.115234375000 +0.125976562500 +0.037841796875 +0.048339843750 +0.024658203125 +-0.195312500000 +0.241210937500 +-0.061767578125 +-0.010131835938 +-0.106445312500 +0.141601562500 +-0.001998901367 +-0.099121093750 +0.048828125000 +-0.111328125000 +-0.068359375000 +0.088867187500 +0.175781250000 +0.111328125000 +-0.037109375000 +0.102539062500 +0.120605468750 +0.157226562500 +-0.014221191406 +-0.006652832031 +-0.160156250000 +0.004669189453 +0.051757812500 +0.176757812500 +0.139648437500 +0.087402343750 +0.208984375000 +0.001846313477 +-0.014221191406 +0.171875000000 +-0.068847656250 +0.132812500000 +-0.081054687500 +0.078125000000 +-0.066406250000 +0.046630859375 +0.068359375000 +0.057128906250 +0.125976562500 +-0.034179687500 +-0.081542968750 +-0.112792968750 +-0.018554687500 +0.082031250000 +-0.100585937500 +0.075683593750 +0.036865234375 +0.039306640625 +-0.050048828125 +0.052978515625 +-0.065429687500 +0.055908203125 +-0.063964843750 +0.222656250000 +0.255859375000 +0.031494140625 +-0.033447265625 +-0.082519531250 +-0.019775390625 +-0.101074218750 +-0.110839843750 +0.076660156250 +0.033935546875 +0.171875000000 +-0.016723632812 +0.074707031250 +0.022583007812 +-0.039794921875 +-0.017456054688 +-0.089843750000 +-0.292968750000 +0.188476562500 +0.029296875000 +0.067871093750 +-0.073730468750 +0.118164062500 +0.045166015625 +-0.070312500000 +-0.041992187500 +-0.040527343750 +-0.004089355469 +0.279296875000 +-0.130859375000 +-0.123046875000 +0.077148437500 +0.123535156250 +-0.011413574219 +0.088378906250 +-0.001449584961 +-0.065917968750 +0.124023437500 +0.170898437500 +0.116699218750 +0.028442382812 +0.075683593750 +0.054443359375 +-0.049804687500 +0.100097656250 +0.006439208984 +-0.049804687500 +0.057373046875 +-0.051757812500 +0.060546875000 +-0.030151367188 +0.062011718750 +-0.115722656250 +0.005828857422 +0.036132812500 +-0.093750000000 +-0.070312500000 +0.064453125000 +0.095214843750 +-0.172851562500 +0.072753906250 +0.018554687500 +0.233398437500 +0.095214843750 +0.131835937500 +0.112304687500 +0.078613281250 +-0.137695312500 +0.140625000000 +0.162109375000 +0.128906250000 +0.107421875000 +0.062988281250 +-0.016479492188 +0.110351562500 +-0.122070312500 +0.003707885742 +-0.109375000000 +-0.065917968750 +0.155273437500 +0.079589843750 +0.066894531250 +-0.023925781250 +0.166992187500 +0.208984375000 +0.094238281250 +0.155273437500 +0.031250000000 +0.094238281250 +0.106445312500 +-0.107421875000 +-0.000396728516 +-0.032958984375 +-0.116210937500 +0.142578125000 +0.054931640625 +0.086425781250 +0.102539062500 +-0.075683593750 +0.070312500000 +0.191406250000 +0.075683593750 +-0.111816406250 +0.104980468750 +0.128906250000 +-0.084472656250 +-0.101074218750 +0.082519531250 +-0.061035156250 +0.088378906250 +0.084472656250 +0.027709960938 +0.004272460938 +-0.040771484375 +0.177734375000 +-0.054199218750 +0.161132812500 +0.110351562500 +-0.019409179688 +-0.055175781250 +0.071289062500 +-0.076660156250 +-0.000059604645 +0.049316406250 +-0.003845214844 +0.149414062500 +-0.012512207031 +-0.037109375000 +0.062255859375 +0.240234375000 +-0.010803222656 +0.007446289062 +0.015869140625 +0.124023437500 +0.193359375000 +0.112304687500 +-0.006072998047 +0.244140625000 +0.180664062500 +0.079589843750 +0.021728515625 +0.106445312500 +0.059326171875 +-0.042724609375 +-0.081542968750 +0.182617187500 +-0.007934570312 +-0.076171875000 +0.136718750000 +0.027221679688 +-0.032226562500 +0.054443359375 +0.026733398438 +0.025146484375 +-0.058349609375 +0.052246093750 +-0.080566406250 +-0.025878906250 +-0.009582519531 +0.032226562500 +-0.054687500000 +-0.002761840820 +-0.035644531250 +-0.142578125000 +0.096679687500 +-0.072753906250 +0.154296875000 +0.199218750000 +0.019409179688 +-0.005126953125 +0.123535156250 +0.113281250000 +0.024169921875 +0.199218750000 +0.134765625000 +-0.004547119141 +-0.015197753906 +0.380859375000 +0.143554687500 +0.135742187500 +0.055419921875 +0.071289062500 +0.369140625000 +-0.008300781250 +0.066406250000 +0.216796875000 +0.149414062500 +0.062988281250 +0.112304687500 +-0.064453125000 +-0.220703125000 +0.061523437500 +-0.153320312500 +0.127929687500 +-0.004272460938 +0.004943847656 +0.038818359375 +0.012390136719 +0.211914062500 +-0.171875000000 +-0.133789062500 +-0.070312500000 +0.093750000000 +0.110351562500 +-0.094726562500 +-0.033935546875 +0.008422851562 +0.116210937500 +-0.080078125000 +-0.176757812500 +0.008117675781 +-0.031982421875 +0.155273437500 +-0.101562500000 +-0.060058593750 +0.141601562500 +0.117187500000 +0.201171875000 +-0.024169921875 +0.000827789307 +-0.064453125000 +0.113769531250 +0.008911132812 +-0.050537109375 +0.086425781250 +0.173828125000 +-0.145507812500 +-0.259765625000 +0.043945312500 +0.119140625000 +-0.002960205078 +0.087890625000 +-0.201171875000 +-0.134765625000 +0.103027343750 +0.168945312500 +-0.100585937500 +-0.096191406250 +0.047119140625 +0.053222656250 +0.056152343750 +0.041748046875 +0.128906250000 +-0.081542968750 +0.029052734375 +0.015319824219 +0.135742187500 +-0.048828125000 +0.015380859375 +0.248046875000 +0.232421875000 +0.098144531250 +-0.026245117188 +0.192382812500 +-0.130859375000 +-0.074707031250 +0.025390625000 +0.172851562500 +-0.086914062500 +0.051269531250 +-0.065429687500 +0.224609375000 +0.044189453125 +0.038574218750 +0.114257812500 +0.145507812500 +0.024291992188 +0.074707031250 +-0.110839843750 +0.054931640625 +0.200195312500 +-0.014099121094 +-0.079101562500 +0.132812500000 +0.113281250000 +0.001602172852 +-0.019775390625 +-0.072265625000 +0.025390625000 +0.027832031250 +0.153320312500 +-0.063476562500 +0.113769531250 +0.182617187500 +-0.117187500000 +0.054199218750 +-0.087402343750 +0.034912109375 +-0.000679016113 +0.165039062500 +0.066894531250 +-0.022827148438 +-0.066406250000 +0.101562500000 +-0.002532958984 +0.120605468750 +-0.012145996094 +-0.028442382812 +-0.099121093750 +0.081542968750 +-0.009521484375 +-0.005310058594 +0.070312500000 +-0.028442382812 +0.069335937500 +0.004882812500 +0.098144531250 +0.269531250000 +0.131835937500 +-0.025268554688 +0.031127929688 +0.119140625000 +-0.035644531250 +-0.060546875000 +0.257812500000 +-0.001136779785 +-0.116210937500 +0.096191406250 +0.033447265625 +-0.120605468750 +-0.144531250000 +0.026733398438 +0.117187500000 +0.014709472656 +0.015502929688 +0.105957031250 +-0.010131835938 +0.078613281250 +-0.133789062500 +0.033691406250 +-0.062011718750 +0.092285156250 +-0.087402343750 +0.134765625000 +-0.110351562500 +0.105468750000 +0.174804687500 +-0.000170707703 +0.070312500000 +-0.151367187500 +0.093261718750 +-0.011596679688 +0.036621093750 +-0.061767578125 +0.017944335938 +-0.067871093750 +-0.124023437500 +0.080566406250 +-0.117187500000 +0.049316406250 +0.017456054688 +0.001373291016 +-0.015380859375 +0.166992187500 +-0.026123046875 +-0.182617187500 +-0.106933593750 +0.005584716797 +-0.075195312500 +0.034912109375 +0.064941406250 +-0.182617187500 +-0.156250000000 +-0.034423828125 +0.013793945312 +0.050292968750 +-0.045166015625 +0.074218750000 +0.058105468750 +-0.049072265625 +0.137695312500 +-0.071289062500 +0.087402343750 +0.063476562500 +-0.000751495361 +-0.095214843750 +-0.106445312500 +0.037109375000 +-0.115722656250 +-0.135742187500 +-0.119628906250 +0.080566406250 +0.053222656250 +0.067871093750 +0.040771484375 +0.018920898438 +-0.070800781250 +-0.034423828125 +0.086425781250 +0.041992187500 +-0.120605468750 +-0.014221191406 +0.011840820312 +-0.034423828125 +-0.178710937500 +0.044921875000 +0.160156250000 +-0.006500244141 +0.049804687500 +0.057617187500 +0.051757812500 +0.035644531250 +0.001983642578 +0.167968750000 +-0.010437011719 +-0.105957031250 +-0.021606445312 +-0.040527343750 +-0.004028320312 +0.002838134766 +-0.100097656250 +-0.159179687500 +-0.058837890625 +0.068359375000 +-0.080566406250 +0.012207031250 +0.027954101562 +-0.022338867188 +0.078125000000 +0.149414062500 +-0.043945312500 +-0.084472656250 +-0.084960937500 +0.133789062500 +-0.080078125000 +-0.025146484375 +-0.030029296875 +0.136718750000 +-0.037841796875 +0.054443359375 +0.049072265625 +0.041259765625 +-0.071289062500 +-0.072265625000 +-0.176757812500 +0.074218750000 +-0.012756347656 +0.135742187500 +0.022460937500 +0.185546875000 +-0.104003906250 +-0.086425781250 +0.007568359375 +-0.070800781250 +0.075683593750 +0.093261718750 +0.015502929688 +-0.011901855469 +0.066894531250 +-0.019897460938 +-0.000110626221 +0.073730468750 +0.148437500000 +-0.081542968750 +-0.037841796875 +-0.141601562500 +0.083007812500 +-0.041748046875 +0.056640625000 +0.111328125000 +-0.039550781250 +-0.155273437500 +-0.028320312500 +0.060546875000 +-0.037841796875 +0.016357421875 +0.075195312500 +0.032226562500 +0.085449218750 +-0.052490234375 +-0.090332031250 +-0.261718750000 +-0.020507812500 +-0.240234375000 +0.057373046875 +0.080566406250 +0.020874023438 +0.030273437500 +0.050781250000 +-0.069335937500 +0.062255859375 +-0.098144531250 +-0.133789062500 +-0.101074218750 +0.085937500000 +0.001571655273 +0.072265625000 +-0.124511718750 +-0.124023437500 +0.155273437500 +-0.042724609375 +0.233398437500 +-0.169921875000 +-0.071777343750 +-0.017333984375 +0.035888671875 +-0.052734375000 +-0.045654296875 +-0.029907226562 +-0.025146484375 +-0.024047851562 +-0.133789062500 +-0.078125000000 +0.021240234375 +0.055175781250 +0.029907226562 +0.116210937500 +0.146484375000 +-0.083496093750 +0.021606445312 +-0.091796875000 +-0.053955078125 +-0.081054687500 +-0.037841796875 +-0.034179687500 +0.012390136719 +-0.078125000000 +-0.104003906250 +0.098144531250 +-0.002960205078 +0.188476562500 +0.095214843750 +-0.073730468750 +-0.006561279297 +0.078613281250 +0.013061523438 +-0.020629882812 +0.082519531250 +-0.042724609375 +0.105468750000 +0.034179687500 +0.129882812500 +0.135742187500 +-0.020507812500 +0.048828125000 +-0.190429687500 +-0.113769531250 +-0.014587402344 +0.023803710938 +0.245117187500 +-0.020751953125 +-0.043945312500 +-0.009887695312 +0.043701171875 +-0.088378906250 +-0.177734375000 +-0.005096435547 +-0.000486373901 +0.151367187500 +0.118652343750 +0.091308593750 +-0.016235351562 +0.025390625000 +0.014526367188 +-0.135742187500 +-0.012268066406 +0.048095703125 +0.132812500000 +0.079101562500 +0.067382812500 +0.054199218750 +-0.168945312500 +0.010253906250 +0.100097656250 +-0.119628906250 +-0.058349609375 +-0.012878417969 +-0.070312500000 +0.076660156250 +-0.028564453125 +0.054687500000 +0.023925781250 +0.077148437500 +-0.142578125000 +-0.126953125000 +0.083984375000 +-0.166015625000 +-0.059814453125 +0.097167968750 +-0.100585937500 +0.095214843750 +-0.029174804688 +0.233398437500 +0.029663085938 +-0.055175781250 +0.096679687500 +0.025390625000 +-0.152343750000 +0.005645751953 +0.165039062500 +0.091796875000 +0.069335937500 +0.158203125000 +-0.124511718750 +0.091308593750 +-0.034667968750 +-0.031738281250 +0.104980468750 +0.194335937500 +-0.105957031250 +0.035888671875 +0.035156250000 +-0.074707031250 +-0.106445312500 +-0.185546875000 +0.119140625000 +-0.006591796875 +-0.087402343750 +0.129882812500 +0.022583007812 +0.044921875000 +0.117187500000 +0.106933593750 +0.149414062500 +0.002029418945 +-0.068359375000 +0.041259765625 +-0.156250000000 +-0.112792968750 +0.124023437500 +-0.082519531250 +0.123535156250 +0.184570312500 +0.060791015625 +0.106933593750 +-0.008972167969 +0.069824218750 +-0.056884765625 +-0.001480102539 +0.050292968750 +0.002609252930 +-0.026855468750 +-0.039062500000 +-0.138671875000 +0.001075744629 +0.067871093750 +0.083984375000 +-0.024780273438 +-0.027221679688 +0.068847656250 +-0.106933593750 +0.279296875000 +-0.029785156250 +0.046875000000 +0.048095703125 +0.097656250000 +0.165039062500 +-0.072753906250 +-0.092773437500 +0.113769531250 +0.001792907715 +0.008911132812 +-0.038085937500 +-0.048095703125 +-0.130859375000 +-0.063476562500 +-0.106445312500 +0.171875000000 +-0.027343750000 +-0.150390625000 +0.195312500000 +-0.031250000000 +0.055908203125 +0.078125000000 +-0.003250122070 +0.012207031250 +0.147460937500 +0.139648437500 +0.064453125000 +0.022827148438 +-0.142578125000 +0.003753662109 +-0.060058593750 +0.091308593750 +0.137695312500 +-0.010009765625 +-0.004119873047 +0.011108398438 +-0.094238281250 +0.099121093750 +-0.149414062500 +-0.018798828125 +0.091308593750 +0.028320312500 +0.173828125000 +-0.012695312500 +-0.043945312500 +0.023437500000 +0.015197753906 +0.049072265625 +-0.100097656250 +0.062255859375 +0.059814453125 +-0.151367187500 +0.187500000000 +0.113281250000 +-0.162109375000 +-0.117675781250 +0.013549804688 +0.051757812500 +-0.200195312500 +-0.104003906250 +-0.003463745117 +-0.123535156250 +0.015625000000 +0.011230468750 +-0.067382812500 +-0.273437500000 +0.039794921875 +-0.008911132812 +0.000629425049 +0.069824218750 +-0.163085937500 +-0.231445312500 +-0.014892578125 +0.014831542969 +-0.007232666016 +-0.333984375000 +-0.009826660156 +-0.110351562500 +0.015563964844 +0.053466796875 +0.047119140625 +-0.064941406250 +-0.026123046875 +0.047363281250 +0.019287109375 +0.058837890625 +-0.019165039062 +-0.020385742188 +0.064941406250 +-0.090332031250 +-0.014160156250 +0.062500000000 +0.161132812500 +-0.080078125000 +-0.031738281250 +-0.073730468750 +-0.088867187500 +-0.038085937500 +0.189453125000 +-0.120605468750 +0.218750000000 +0.233398437500 +-0.162109375000 +-0.022949218750 +-0.071777343750 +-0.120117187500 +0.011901855469 +-0.076660156250 +0.085449218750 +0.091308593750 +0.021362304688 +0.072265625000 +-0.084472656250 +0.033447265625 +-0.019042968750 +-0.092773437500 +-0.018188476562 +-0.034423828125 +0.030761718750 +-0.201171875000 +0.062500000000 +-0.028564453125 +0.020874023438 +-0.013427734375 +0.030273437500 +-0.030761718750 +0.193359375000 +0.063476562500 +-0.007293701172 +0.318359375000 +-0.022705078125 +-0.021850585938 +0.229492187500 +-0.074707031250 +0.072753906250 +0.134765625000 +-0.124511718750 +0.188476562500 +0.010009765625 +0.000112533569 +0.045166015625 +-0.083496093750 +-0.047851562500 +0.025390625000 +0.004760742188 +-0.157226562500 +-0.240234375000 +0.030395507812 +0.106933593750 +0.075683593750 +-0.001968383789 +-0.143554687500 +-0.120605468750 +-0.019287109375 +0.152343750000 +-0.066894531250 +-0.146484375000 +0.072265625000 +-0.097167968750 +-0.169921875000 +0.155273437500 +-0.055664062500 +0.012207031250 +-0.030639648438 +-0.156250000000 +-0.200195312500 +-0.024414062500 +0.043701171875 +-0.012145996094 +-0.065429687500 +0.037841796875 +-0.118652343750 +0.006683349609 +0.049072265625 +-0.077636718750 +0.263671875000 +0.078125000000 +0.058105468750 +-0.027099609375 +0.013488769531 +0.151367187500 +0.114257812500 +0.110351562500 +0.207031250000 +0.033691406250 +0.001091003418 +-0.078125000000 +0.277343750000 +-0.028076171875 +-0.033691406250 +0.023925781250 +-0.084960937500 +-0.220703125000 +-0.087890625000 +-0.094726562500 +0.022705078125 +0.065917968750 +-0.120605468750 +0.140625000000 +0.018066406250 +-0.110351562500 +-0.133789062500 +0.047119140625 +0.017944335938 +-0.103515625000 +0.124023437500 +0.218750000000 +0.065429687500 +0.079101562500 +0.184570312500 +0.087402343750 +0.103515625000 +-0.056884765625 +0.064941406250 +0.002487182617 +0.004699707031 +-0.046386718750 +-0.250000000000 +0.072265625000 +0.035400390625 +-0.043945312500 +-0.031127929688 +-0.145507812500 +0.174804687500 +-0.015991210938 +-0.093750000000 +-0.095214843750 +-0.045166015625 +0.042724609375 +0.001426696777 +-0.062500000000 +-0.075683593750 +0.106933593750 +0.052001953125 +-0.048828125000 +-0.077148437500 +-0.229492187500 +-0.069335937500 +-0.171875000000 +-0.153320312500 +0.079101562500 +0.037353515625 +-0.066406250000 +0.010437011719 +-0.091308593750 +-0.089843750000 +-0.008361816406 +-0.054931640625 +0.063476562500 +-0.152343750000 +0.106933593750 +-0.170898437500 +-0.097656250000 +-0.077148437500 +-0.052490234375 +0.180664062500 +-0.041503906250 +0.032470703125 +0.035156250000 +0.068359375000 +0.106445312500 +-0.079101562500 +0.008728027344 +0.003585815430 +0.092773437500 +0.064941406250 +-0.064941406250 +-0.084960937500 +-0.123535156250 +-0.039794921875 +-0.015380859375 +-0.115234375000 +0.041259765625 +-0.145507812500 +0.094238281250 +0.032714843750 +-0.239257812500 +0.041748046875 +0.169921875000 +-0.121093750000 +0.147460937500 +-0.027832031250 +0.026977539062 +0.139648437500 +-0.054443359375 +0.176757812500 +0.017333984375 +0.206054687500 +-0.063476562500 +0.003860473633 +-0.010009765625 +0.083007812500 +0.151367187500 +0.027832031250 +0.023315429688 +0.031250000000 +-0.014587402344 +-0.114746093750 +-0.060791015625 +0.135742187500 +0.086914062500 +0.009521484375 +-0.017822265625 +0.138671875000 +-0.149414062500 +0.015014648438 +-0.042236328125 +0.213867187500 +0.014831542969 +0.029907226562 +-0.056884765625 +0.136718750000 +0.145507812500 +0.033447265625 +-0.117675781250 +-0.248046875000 +0.057373046875 +-0.165039062500 +-0.068359375000 +-0.062988281250 +-0.149414062500 +-0.134765625000 +-0.116699218750 +0.009094238281 +-0.125000000000 +-0.159179687500 +0.124023437500 +0.011047363281 +0.027832031250 +-0.125000000000 +0.076660156250 +-0.053710937500 +0.026855468750 +0.083984375000 +-0.016723632812 +-0.113769531250 +-0.140625000000 +-0.056152343750 +-0.105957031250 +-0.014465332031 +0.097167968750 +-0.025268554688 +-0.116699218750 +-0.123046875000 +-0.051757812500 +0.053710937500 +0.032958984375 +0.057128906250 +0.031982421875 +-0.018310546875 +-0.050292968750 +-0.220703125000 +0.020874023438 +0.014526367188 +0.204101562500 +0.112792968750 +-0.082519531250 +-0.089355468750 +0.111328125000 +-0.149414062500 +-0.101562500000 +-0.041992187500 +-0.046142578125 +-0.150390625000 +-0.058837890625 +-0.040527343750 +-0.118652343750 +0.033203125000 +0.081542968750 +-0.000329971313 +-0.041015625000 +-0.082519531250 +-0.101074218750 +-0.098632812500 +-0.090332031250 +0.019531250000 +-0.125000000000 +-0.055908203125 +0.056884765625 +-0.200195312500 +-0.140625000000 +-0.014587402344 +-0.006866455078 +0.143554687500 +0.023559570312 +-0.121093750000 +-0.036376953125 +0.056640625000 +0.009643554688 +0.047607421875 +0.040283203125 +0.168945312500 +-0.084960937500 +-0.135742187500 +-0.140625000000 +-0.073730468750 +0.063964843750 +-0.012268066406 +-0.176757812500 +0.003234863281 +-0.081054687500 +0.141601562500 +-0.160156250000 +0.162109375000 +0.111328125000 +0.117675781250 +0.030029296875 +-0.107421875000 +0.050781250000 +-0.050292968750 +0.069335937500 +-0.052734375000 +0.035644531250 +0.108886718750 +-0.016601562500 +-0.127929687500 +0.169921875000 +-0.009521484375 +-0.186523437500 +-0.184570312500 +-0.158203125000 +-0.218750000000 +0.050537109375 +-0.125976562500 +0.011779785156 +0.025390625000 +-0.108398437500 +-0.067871093750 +-0.025146484375 +-0.054931640625 +-0.046142578125 +0.187500000000 +0.033203125000 +0.006958007812 +0.010559082031 +-0.062500000000 +-0.117675781250 +0.021362304688 +-0.161132812500 +-0.031738281250 +0.028198242188 +-0.125976562500 +-0.047607421875 +0.005035400391 +-0.034667968750 +0.077636718750 +-0.029663085938 +-0.042724609375 +0.153320312500 +-0.010253906250 +0.007873535156 +-0.127929687500 +0.084960937500 +-0.014343261719 +-0.105468750000 +0.136718750000 +0.111328125000 +-0.078613281250 +-0.076171875000 +-0.021240234375 +0.132812500000 +0.014831542969 +-0.014160156250 +-0.039306640625 +-0.074707031250 +0.073730468750 +0.043701171875 +0.057617187500 +-0.008605957031 +0.222656250000 +0.108886718750 +0.058105468750 +-0.057861328125 +-0.038574218750 +-0.020507812500 +-0.060058593750 +-0.057373046875 +0.014770507812 +-0.053466796875 +-0.050781250000 +0.026000976562 +-0.109863281250 +0.008300781250 +-0.160156250000 +0.072753906250 +-0.019165039062 +0.101074218750 +0.008666992188 +0.023559570312 +-0.058837890625 +-0.003616333008 +0.085937500000 +-0.095214843750 +-0.226562500000 +0.020996093750 +0.081542968750 +-0.127929687500 +-0.039550781250 +0.013183593750 +-0.074218750000 +-0.164062500000 +-0.130859375000 +0.263671875000 +0.102539062500 +0.161132812500 +-0.009521484375 +0.137695312500 +0.006652832031 +-0.214843750000 +0.074707031250 +0.037841796875 +-0.044677734375 +0.028930664062 +0.016967773438 +-0.009643554688 +0.020507812500 +-0.007934570312 +-0.144531250000 +-0.034912109375 +-0.022460937500 +-0.010375976562 +0.115722656250 +0.160156250000 +-0.082519531250 +-0.000793457031 +0.062500000000 +0.025878906250 +0.118652343750 +-0.001647949219 +-0.020751953125 +-0.036865234375 +-0.231445312500 +0.042968750000 +0.038330078125 +-0.141601562500 +0.068359375000 +0.104980468750 +-0.243164062500 +0.157226562500 +0.123046875000 +0.001365661621 +-0.125000000000 +-0.092285156250 +0.006713867188 +-0.164062500000 +0.129882812500 +-0.028564453125 +0.052246093750 +-0.071289062500 +-0.073730468750 +0.047119140625 +0.055664062500 +-0.010864257812 +0.061035156250 +-0.062500000000 +0.010620117188 +0.062988281250 +-0.018310546875 +-0.116699218750 +0.257812500000 +-0.038574218750 +-0.013122558594 +0.043701171875 +0.235351562500 +0.103027343750 +0.060302734375 +-0.116210937500 +-0.041015625000 +-0.199218750000 +-0.006072998047 +-0.055908203125 +-0.152343750000 +-0.209960937500 +-0.075195312500 +-0.120605468750 +0.224609375000 +0.145507812500 +-0.279296875000 +0.061279296875 +0.003814697266 +0.026000976562 +-0.083984375000 +-0.008850097656 +0.010559082031 +0.094726562500 +0.071289062500 +0.106933593750 +-0.045410156250 +0.051269531250 +0.026977539062 +-0.013366699219 +-0.245117187500 +0.023437500000 +-0.166015625000 +0.108886718750 +0.050292968750 +0.101562500000 +-0.048583984375 +0.039306640625 +0.067382812500 +0.081542968750 +0.120605468750 +-0.063476562500 +0.101074218750 +-0.101562500000 +-0.134765625000 +-0.003707885742 +-0.045410156250 +-0.136718750000 +-0.178710937500 +-0.060546875000 +-0.135742187500 +-0.044433593750 +0.062255859375 +-0.134765625000 +-0.010375976562 +0.166015625000 +-0.038574218750 +-0.009460449219 +0.020019531250 +-0.028808593750 +-0.015625000000 +0.127929687500 +-0.031494140625 +-0.096191406250 +0.083007812500 +-0.131835937500 +0.031494140625 +0.010009765625 +0.043945312500 +0.029907226562 +-0.353515625000 +-0.150390625000 +-0.132812500000 +0.099609375000 +0.038818359375 +0.040039062500 +-0.131835937500 +0.165039062500 +0.073242187500 +-0.055664062500 +-0.098632812500 +-0.043457031250 +0.119628906250 +0.014648437500 +0.008911132812 +0.123535156250 +0.031250000000 +0.002197265625 +-0.103027343750 +0.066406250000 +0.068359375000 +-0.096191406250 +0.081542968750 +-0.028198242188 +-0.211914062500 +0.097167968750 +0.047119140625 +0.106445312500 +-0.001663208008 +-0.082031250000 +0.002349853516 +0.013610839844 +-0.091796875000 +0.068847656250 +0.012939453125 +0.139648437500 +0.015991210938 +-0.030273437500 +0.030029296875 +-0.022460937500 +-0.168945312500 +0.072265625000 +0.077636718750 +0.138671875000 +-0.131835937500 +-0.129882812500 +-0.029296875000 +0.052734375000 +0.012084960938 +0.228515625000 +0.002395629883 +-0.113769531250 +-0.005340576172 +0.177734375000 +-0.120117187500 +0.088867187500 +-0.206054687500 +0.125000000000 +0.073730468750 +0.127929687500 +0.044677734375 +-0.153320312500 +0.128906250000 +-0.029418945312 +-0.124511718750 +-0.094238281250 +-0.023681640625 +0.150390625000 +-0.241210937500 +0.065917968750 +-0.003860473633 +0.020996093750 +0.096679687500 +0.079101562500 +-0.020019531250 +0.008972167969 +-0.066406250000 +0.010009765625 +-0.184570312500 +0.006988525391 +-0.119140625000 +0.051025390625 +-0.055175781250 +-0.155273437500 +0.107910156250 +-0.031738281250 +0.053222656250 +0.007720947266 +0.110839843750 +-0.106445312500 +-0.042480468750 +0.062500000000 +0.034423828125 +-0.153320312500 +-0.012390136719 +-0.089355468750 +0.133789062500 +-0.208984375000 +-0.029296875000 +-0.085449218750 +-0.029785156250 +-0.041992187500 +-0.005615234375 +0.016479492188 +-0.049804687500 +0.088867187500 +-0.097167968750 +0.146484375000 +-0.037597656250 +0.058105468750 +0.230468750000 +-0.026611328125 +0.080566406250 +-0.104003906250 +0.009338378906 +-0.047119140625 +0.104980468750 +-0.088867187500 +-0.007598876953 +0.036376953125 +-0.077636718750 +0.017456054688 +0.036376953125 +0.152343750000 +-0.208007812500 +0.087402343750 +0.034179687500 +0.040039062500 +0.118164062500 +0.007507324219 +-0.110839843750 +-0.120605468750 +0.175781250000 +0.062500000000 +-0.029785156250 +0.120117187500 +0.613281250000 +-0.074707031250 +0.094726562500 +0.204101562500 +-0.019653320312 +-0.011047363281 +0.026489257812 +0.141601562500 +0.074707031250 +-0.032958984375 +-0.016967773438 +0.092773437500 +-0.035400390625 +0.046630859375 +-0.012512207031 +-0.115234375000 +0.004364013672 +-0.033691406250 +-0.109375000000 +-0.139648437500 +0.112792968750 +-0.234375000000 +0.046386718750 +-0.133789062500 +0.134765625000 +-0.075195312500 +-0.041015625000 +0.049560546875 +0.047607421875 +0.087402343750 +-0.080078125000 +0.062255859375 +0.083984375000 +0.099609375000 +-0.008483886719 +0.102050781250 +0.096679687500 +0.023193359375 +0.016845703125 +-0.095703125000 +-0.050537109375 +0.152343750000 +-0.039062500000 +-0.055908203125 +0.055175781250 +0.111816406250 +0.095214843750 +-0.050781250000 +-0.015869140625 +0.115722656250 +-0.160156250000 +-0.107910156250 +-0.113769531250 +-0.067871093750 +0.069824218750 +-0.039794921875 +0.165039062500 +0.082519531250 +0.022338867188 +0.002807617188 +-0.062988281250 +0.060302734375 +0.065429687500 +-0.095703125000 +-0.042724609375 +0.063476562500 +-0.038330078125 +0.063476562500 +0.107421875000 +-0.003204345703 +0.024047851562 +-0.051025390625 +-0.126953125000 +0.028320312500 +0.084960937500 +-0.005218505859 +-0.055175781250 +0.112792968750 +-0.069335937500 +-0.019042968750 +-0.153320312500 +-0.034423828125 +-0.065917968750 +-0.101562500000 +0.091796875000 +0.013671875000 +0.187500000000 +-0.025878906250 +0.108398437500 +0.017822265625 +0.019531250000 +0.057128906250 +-0.017700195312 +-0.045654296875 +-0.103027343750 +0.103515625000 +-0.158203125000 +-0.033691406250 +0.005615234375 +0.005096435547 +-0.016357421875 +0.091796875000 +0.146484375000 +-0.083984375000 +0.156250000000 +-0.185546875000 +-0.033447265625 +-0.039550781250 +-0.074218750000 +-0.072265625000 +0.153320312500 +-0.044677734375 +-0.141601562500 +0.049560546875 +-0.084472656250 +0.048583984375 +-0.092773437500 +0.074218750000 +0.086914062500 +-0.115234375000 +0.082031250000 +0.037841796875 +-0.046630859375 +-0.000364303589 +0.213867187500 +-0.030639648438 +0.137695312500 +0.124023437500 +0.267578125000 +0.021362304688 +-0.152343750000 +0.202148437500 +-0.004760742188 +-0.045166015625 +-0.105468750000 +0.116699218750 +-0.043945312500 +0.005889892578 +-0.075683593750 +-0.201171875000 +-0.027587890625 +0.117187500000 +0.052490234375 +-0.095214843750 +0.030395507812 +-0.013732910156 +-0.008972167969 +-0.139648437500 +-0.013122558594 +-0.108886718750 +0.040039062500 +-0.001342773438 +-0.080078125000 +-0.047363281250 +0.006439208984 +0.043212890625 +-0.088378906250 +0.131835937500 +-0.082519531250 +0.033203125000 +0.056152343750 +0.068359375000 +0.182617187500 +-0.096679687500 +-0.098144531250 +0.051757812500 +-0.000595092773 +-0.035644531250 +-0.070312500000 +-0.263671875000 +-0.120117187500 +0.100585937500 +0.097167968750 +0.094726562500 +-0.000629425049 +0.097656250000 +0.061035156250 +-0.005157470703 +-0.111328125000 +0.036132812500 +0.088867187500 +-0.019653320312 +0.066406250000 +0.154296875000 +-0.100585937500 +-0.198242187500 +0.132812500000 +0.089355468750 +-0.067871093750 +0.005889892578 +-0.032958984375 +-0.020751953125 +-0.173828125000 +-0.064453125000 +-0.027954101562 +-0.042236328125 +0.130859375000 +0.009155273438 +0.003341674805 +-0.140625000000 +-0.084960937500 +0.067871093750 +-0.058349609375 +0.106933593750 +-0.211914062500 +-0.207031250000 +-0.081054687500 +-0.104003906250 +-0.092285156250 +-0.044433593750 +0.064941406250 +0.097656250000 +-0.224609375000 +-0.033935546875 +0.237304687500 +0.032714843750 +-0.055175781250 +0.014099121094 +0.055664062500 +-0.063964843750 +-0.054443359375 +-0.035156250000 +0.046142578125 +-0.137695312500 +0.147460937500 +0.075683593750 +-0.132812500000 +-0.044189453125 +0.018554687500 +0.003250122070 +0.049560546875 +0.023193359375 +0.068359375000 +0.161132812500 +0.022216796875 +-0.006011962891 +-0.167968750000 +-0.022094726562 +0.009338378906 +0.043701171875 +0.135742187500 +0.055664062500 +-0.022705078125 +0.041503906250 +0.024902343750 +-0.244140625000 +-0.123535156250 +0.139648437500 +-0.104003906250 +0.118164062500 +-0.050048828125 +0.147460937500 +0.034179687500 +-0.063964843750 +-0.137695312500 +0.157226562500 +0.016235351562 +-0.059082031250 +0.382812500000 +0.007232666016 +0.061279296875 +-0.078613281250 +-0.052001953125 +0.095214843750 +-0.106933593750 +-0.157226562500 +-0.077636718750 +-0.128906250000 +-0.012756347656 +-0.083984375000 +-0.072265625000 +-0.062011718750 +0.137695312500 +-0.027465820312 +0.179687500000 +-0.142578125000 +0.086914062500 +0.166015625000 +-0.148437500000 +0.053222656250 +-0.092285156250 +0.035644531250 +0.036376953125 +-0.022949218750 +-0.001449584961 +-0.048828125000 +0.031494140625 +0.059570312500 +0.028686523438 +0.083496093750 +0.020019531250 +0.058593750000 +0.084960937500 +0.059082031250 +0.177734375000 +0.097167968750 +-0.125976562500 +0.192382812500 +0.012023925781 +-0.097656250000 +0.095703125000 +0.060058593750 +-0.041992187500 +0.031005859375 +-0.042968750000 +-0.043701171875 +-0.015625000000 +0.089843750000 +0.050537109375 +0.197265625000 +0.082031250000 +-0.048828125000 +-0.251953125000 +0.069824218750 +0.049804687500 +0.109863281250 +-0.053222656250 +-0.027832031250 +-0.172851562500 +-0.067382812500 +0.163085937500 +-0.101074218750 +0.013488769531 +0.063476562500 +-0.087890625000 +-0.009277343750 +-0.014099121094 +0.093261718750 +0.087890625000 +-0.100585937500 +0.098632812500 +-0.036376953125 +-0.197265625000 +0.179687500000 +0.124023437500 +0.000488281250 +-0.023559570312 +0.046875000000 +-0.108886718750 +-0.044677734375 +0.017211914062 +0.020874023438 +0.246093750000 +-0.027343750000 +-0.090820312500 +0.139648437500 +0.048583984375 +0.027587890625 +0.098144531250 +0.072753906250 +0.080078125000 +-0.030883789062 +-0.092773437500 +-0.125000000000 +0.000143051147 +0.065917968750 +0.166015625000 +0.022583007812 +-0.086425781250 +-0.095214843750 +0.091308593750 +-0.034912109375 +0.071777343750 +-0.000421524048 +-0.025024414062 +0.251953125000 +0.067382812500 +-0.059814453125 +0.085937500000 +0.067871093750 +-0.140625000000 +-0.022460937500 +0.061767578125 +0.175781250000 +-0.039550781250 +-0.032714843750 +0.002853393555 +0.134765625000 +-0.036376953125 +-0.104003906250 +-0.141601562500 +0.140625000000 +-0.049316406250 +0.013610839844 +0.192382812500 +0.075195312500 +-0.015991210938 +0.090820312500 +-0.036621093750 +0.074707031250 +-0.080078125000 +-0.066894531250 +0.028198242188 +0.077148437500 +-0.013977050781 +0.033935546875 +0.018554687500 +-0.148437500000 +0.028808593750 +0.024902343750 +-0.008789062500 +0.091796875000 +-0.007019042969 +-0.081542968750 +0.095214843750 +0.082031250000 +-0.195312500000 +-0.077148437500 +-0.011901855469 +0.085449218750 +-0.105468750000 +0.001304626465 +-0.124023437500 +0.110351562500 +-0.031494140625 +0.154296875000 +0.092285156250 +0.087402343750 +0.130859375000 +-0.080078125000 +0.069335937500 +0.050048828125 +-0.065429687500 +-0.083007812500 +-0.073242187500 +-0.057128906250 +0.091308593750 +0.081542968750 +0.006561279297 +0.081054687500 +0.072265625000 +0.124511718750 +0.106933593750 +-0.072753906250 +0.186523437500 +0.132812500000 +0.042724609375 +0.178710937500 +0.205078125000 +0.079589843750 +0.300781250000 +-0.068359375000 +-0.132812500000 +0.062011718750 +-0.108398437500 +-0.199218750000 +-0.010620117188 +-0.063964843750 +-0.017089843750 +0.104980468750 +0.054199218750 +0.046142578125 +-0.100585937500 +0.069824218750 +-0.050781250000 +-0.086914062500 +-0.097167968750 +-0.037597656250 +-0.163085937500 +0.077148437500 +0.010375976562 +-0.129882812500 +-0.177734375000 +-0.025146484375 +0.106445312500 +0.035156250000 +-0.085937500000 +-0.088378906250 +0.070800781250 +-0.021484375000 +-0.059326171875 +-0.061767578125 +-0.210937500000 +0.017456054688 +0.083007812500 +0.122558593750 +-0.169921875000 +-0.088867187500 +0.106445312500 +0.063964843750 +0.062988281250 +-0.006347656250 +-0.044189453125 +0.028808593750 +0.223632812500 +0.074218750000 +-0.011230468750 +0.067871093750 +-0.064453125000 +0.077636718750 +0.007629394531 +0.061035156250 +0.006805419922 +0.098632812500 +0.208007812500 +-0.099121093750 +0.087890625000 +-0.296875000000 +0.191406250000 +0.025756835938 +0.114746093750 +0.102050781250 +0.015075683594 +-0.019409179688 +0.103515625000 +0.028198242188 +-0.013427734375 +-0.146484375000 +-0.161132812500 +0.045654296875 +-0.030029296875 +-0.153320312500 +0.273437500000 +0.146484375000 +0.090820312500 +-0.029541015625 +0.049804687500 +-0.153320312500 +-0.123535156250 +-0.059326171875 +-0.082519531250 +0.056152343750 +-0.108398437500 +0.051513671875 +-0.023681640625 +-0.183593750000 +0.056396484375 +0.057861328125 +0.158203125000 +0.034179687500 +0.179687500000 +-0.061279296875 +0.014892578125 +-0.081054687500 +-0.149414062500 +-0.103027343750 +0.110839843750 +0.053222656250 +0.059814453125 +0.171875000000 +-0.044189453125 +0.129882812500 +-0.195312500000 +-0.123535156250 +0.013061523438 +-0.146484375000 +0.049072265625 +-0.079101562500 +-0.004150390625 +0.107910156250 +0.029907226562 +-0.123046875000 +0.073242187500 +0.247070312500 +0.009399414062 +-0.003997802734 +-0.119628906250 +-0.070800781250 +-0.144531250000 +-0.153320312500 +-0.044677734375 +0.103027343750 +0.034667968750 +0.124511718750 +-0.014465332031 +0.125000000000 +0.187500000000 +-0.054443359375 +0.182617187500 +0.074707031250 +-0.049072265625 +-0.208984375000 +-0.093261718750 +0.061767578125 +-0.119628906250 +-0.134765625000 +0.173828125000 +0.095703125000 +0.100585937500 +0.126953125000 +0.079101562500 +-0.053222656250 +0.064941406250 +-0.060791015625 +-0.026123046875 +-0.088378906250 +-0.069824218750 +0.112792968750 +-0.171875000000 +-0.003707885742 +-0.008728027344 +0.061279296875 +0.042724609375 +0.091308593750 +0.084472656250 +0.047607421875 +0.058349609375 +-0.031738281250 +-0.092285156250 +-0.054931640625 +0.097167968750 +-0.092285156250 +-0.099609375000 +0.141601562500 +0.069824218750 +-0.090820312500 +0.043701171875 +0.098632812500 +-0.071289062500 +0.082519531250 +-0.008605957031 +-0.001243591309 +-0.022949218750 +0.139648437500 +-0.147460937500 +-0.045410156250 +0.111328125000 +0.089355468750 +0.002838134766 +0.055664062500 +-0.015991210938 +0.143554687500 +-0.084960937500 +0.090332031250 +-0.010437011719 +-0.129882812500 +-0.072753906250 +-0.051025390625 +-0.068847656250 +-0.013977050781 +-0.054199218750 +0.071289062500 +-0.028442382812 +-0.037109375000 +-0.160156250000 +-0.000930786133 +-0.012329101562 +-0.032470703125 +-0.069335937500 +-0.061279296875 +0.038574218750 +-0.041259765625 +-0.142578125000 +-0.061035156250 +0.035400390625 +-0.012939453125 +0.090332031250 +-0.067871093750 +-0.049072265625 +-0.033935546875 +-0.043701171875 +0.113281250000 +0.055419921875 +-0.053466796875 +0.101074218750 +0.023925781250 +-0.093750000000 +0.040283203125 +0.133789062500 +0.056396484375 +-0.062500000000 +-0.157226562500 +-0.096679687500 +0.037841796875 +-0.194335937500 +0.042480468750 +0.097167968750 +0.076660156250 +0.068847656250 +-0.150390625000 +0.065429687500 +-0.082031250000 +0.019042968750 +0.008544921875 +-0.011474609375 +0.067871093750 +-0.020874023438 +0.097656250000 +-0.072753906250 +0.093261718750 +0.082519531250 +-0.000286102295 +0.072753906250 +-0.111328125000 +0.105468750000 +0.057373046875 +0.168945312500 +0.070800781250 +-0.160156250000 +0.007629394531 +0.117187500000 +0.020019531250 +-0.107421875000 +-0.016723632812 +0.166015625000 +0.036621093750 +-0.079589843750 +-0.022338867188 +0.041015625000 +0.137695312500 +0.028564453125 +0.125976562500 +-0.039306640625 +-0.009582519531 +-0.044921875000 +0.063476562500 +0.058349609375 +0.146484375000 +-0.032470703125 +0.226562500000 +0.083007812500 +0.046875000000 +-0.130859375000 +0.036132812500 +-0.013000488281 +-0.088378906250 +-0.012939453125 +-0.031738281250 +-0.220703125000 +-0.093750000000 +-0.020751953125 +-0.188476562500 +0.078125000000 +-0.140625000000 +-0.137695312500 +0.176757812500 +0.153320312500 +0.049804687500 +-0.123046875000 +-0.085449218750 +-0.138671875000 +-0.001480102539 +0.205078125000 +-0.080566406250 +-0.085449218750 +0.069824218750 +0.156250000000 +0.040771484375 +0.059570312500 +-0.015747070312 +0.074707031250 +0.009277343750 +0.213867187500 +-0.118652343750 +0.052001953125 +0.094726562500 +0.041015625000 +-0.062988281250 +0.113769531250 +-0.008666992188 +0.153320312500 +0.090332031250 +-0.134765625000 +0.052246093750 +0.141601562500 +0.069335937500 +-0.019409179688 +0.061767578125 +-0.165039062500 +-0.088867187500 +0.050537109375 +-0.119140625000 +0.005859375000 +0.112304687500 +0.085937500000 +-0.045166015625 +0.041748046875 +-0.153320312500 +0.271484375000 +-0.062500000000 +-0.008483886719 +0.036132812500 +0.053710937500 +0.027954101562 +-0.006530761719 +-0.056640625000 +0.052978515625 +0.049316406250 +0.130859375000 +-0.057861328125 +-0.044677734375 +-0.045654296875 +0.068847656250 +0.010375976562 +-0.095214843750 +-0.043212890625 +0.055175781250 +0.167968750000 +0.022460937500 +-0.177734375000 +-0.017211914062 +-0.062500000000 +0.002105712891 +-0.053710937500 +-0.063476562500 +0.049316406250 +-0.021240234375 +-0.105468750000 +-0.026000976562 +-0.003173828125 +-0.009704589844 +-0.114746093750 +0.022094726562 +0.110351562500 +-0.126953125000 +0.082519531250 +-0.163085937500 +-0.007507324219 +-0.131835937500 +-0.007812500000 +0.000656127930 +0.190429687500 +-0.151367187500 +0.005676269531 +-0.016967773438 +0.066894531250 +0.200195312500 +-0.088867187500 +-0.148437500000 +-0.165039062500 +0.147460937500 +-0.127929687500 +0.208984375000 +0.247070312500 +-0.087890625000 +0.023437500000 +-0.078613281250 +0.062988281250 +0.043701171875 +0.010803222656 +-0.020507812500 +-0.036621093750 +-0.047363281250 +0.033203125000 +0.046875000000 +0.076171875000 +-0.000134468079 +-0.113769531250 +-0.091308593750 +0.031738281250 +-0.022827148438 +0.040039062500 +0.084472656250 +-0.203125000000 +0.067871093750 +-0.115234375000 +0.041259765625 +0.054931640625 +0.058593750000 +-0.043701171875 +0.135742187500 +-0.064941406250 +0.008361816406 +0.040039062500 +0.107421875000 +0.113769531250 +-0.069335937500 +-0.077148437500 +0.035888671875 +0.072753906250 +0.049804687500 +-0.072265625000 +0.081054687500 +-0.032226562500 +0.118652343750 +0.013366699219 +0.099121093750 +0.022583007812 +0.218750000000 +0.007141113281 +-0.179687500000 +-0.041015625000 +-0.021240234375 +0.210937500000 +0.022338867188 +-0.043457031250 +0.167968750000 +-0.090332031250 +0.124511718750 +0.062011718750 +0.022338867188 +-0.128906250000 +0.011840820312 +0.151367187500 +-0.042968750000 +0.041259765625 +-0.051757812500 +-0.046142578125 +0.080078125000 +0.049804687500 +-0.152343750000 +-0.147460937500 +-0.011352539062 +-0.012512207031 +0.042724609375 +-0.072265625000 +0.187500000000 +0.037841796875 +-0.111328125000 +0.058349609375 +0.144531250000 +0.177734375000 +0.075683593750 +-0.043457031250 +-0.003753662109 +0.145507812500 +0.089843750000 +0.019409179688 +0.048339843750 +-0.025878906250 +0.045654296875 +0.023559570312 +0.070800781250 +0.062255859375 +-0.198242187500 +-0.048339843750 +0.172851562500 +-0.113769531250 +-0.117187500000 +-0.064941406250 +0.015869140625 +-0.117675781250 +0.108398437500 +0.125976562500 +-0.053710937500 +-0.064941406250 +0.015563964844 +0.032958984375 +-0.040283203125 +0.061279296875 +0.052490234375 +-0.112792968750 +0.126953125000 +0.043457031250 +-0.008850097656 +0.167968750000 +0.090332031250 +-0.029785156250 +-0.032958984375 +-0.017700195312 +0.005859375000 +0.291015625000 +-0.110351562500 +0.110351562500 +0.181640625000 +-0.180664062500 +-0.032226562500 +0.115234375000 +0.005157470703 +-0.155273437500 +0.116699218750 +0.024536132812 +-0.104492187500 +0.037841796875 +0.015502929688 +0.122558593750 +0.081054687500 +0.023193359375 +-0.039794921875 +-0.012756347656 +-0.065917968750 +0.040283203125 +0.124511718750 +-0.093261718750 +0.099609375000 +0.133789062500 +0.030761718750 +0.123535156250 +-0.047851562500 +-0.109863281250 +0.013061523438 +-0.127929687500 +-0.047363281250 +-0.071777343750 +0.025878906250 +-0.019409179688 +-0.029663085938 +-0.269531250000 +-0.050048828125 +0.019653320312 +-0.121093750000 +-0.099609375000 +0.136718750000 +-0.019165039062 +-0.012207031250 +0.045410156250 +-0.003967285156 +0.001853942871 +-0.081054687500 +0.037353515625 +-0.140625000000 +-0.135742187500 +0.035400390625 +-0.013977050781 +0.056396484375 +-0.101074218750 +0.289062500000 +0.041259765625 +-0.121093750000 +0.014892578125 +-0.090332031250 +-0.163085937500 +0.012512207031 +0.031494140625 +0.051025390625 +0.017700195312 +0.116699218750 +-0.162109375000 +0.045166015625 +-0.062500000000 +0.033935546875 +0.091796875000 +-0.063476562500 +0.088867187500 +0.057128906250 +-0.024780273438 +0.106445312500 +-0.047607421875 +-0.155273437500 +-0.160156250000 +-0.086914062500 +-0.055908203125 +-0.065917968750 +0.001708984375 +0.204101562500 +-0.092285156250 +0.048828125000 +-0.011169433594 +-0.016357421875 +-0.127929687500 +-0.041259765625 +0.133789062500 +0.150390625000 +0.004974365234 +0.052490234375 +0.070312500000 +-0.100097656250 +-0.005096435547 +0.036376953125 +0.119628906250 +0.204101562500 +-0.057617187500 +-0.004669189453 +0.125976562500 +0.001358032227 +0.117187500000 +-0.020507812500 +-0.086425781250 +-0.122070312500 +-0.018920898438 +0.086425781250 +0.013610839844 +-0.218750000000 +0.100585937500 +-0.229492187500 +-0.130859375000 +0.050781250000 +0.017456054688 +0.068847656250 +0.135742187500 +-0.062011718750 +0.063476562500 +-0.075683593750 +-0.012634277344 +-0.211914062500 +0.123535156250 +0.041992187500 +-0.047363281250 +-0.153320312500 +0.039550781250 +-0.218750000000 +0.073242187500 +-0.067382812500 +-0.021972656250 +-0.184570312500 +0.094726562500 +-0.096191406250 +0.046875000000 +-0.014770507812 +-0.128906250000 +0.134765625000 +0.033203125000 +-0.134765625000 +0.028198242188 +0.064453125000 +0.047607421875 +0.201171875000 +-0.052001953125 +0.089355468750 +-0.075195312500 +0.203125000000 +-0.108886718750 +-0.103027343750 +-0.055908203125 +-0.098632812500 +0.052490234375 +0.085449218750 +-0.131835937500 +-0.012634277344 +-0.014038085938 +0.004516601562 +-0.025024414062 +-0.131835937500 +-0.089843750000 +0.008178710938 +0.127929687500 +0.057373046875 +-0.174804687500 +0.092285156250 +-0.067871093750 +0.059570312500 +-0.002014160156 +0.004760742188 +-0.123535156250 +0.059326171875 +0.076171875000 +-0.105468750000 +0.007446289062 +0.112792968750 +-0.073242187500 +0.116210937500 +0.026245117188 +0.000135421753 +0.082519531250 +-0.096679687500 +-0.058105468750 +-0.086914062500 +-0.056884765625 +0.062500000000 +0.037597656250 +0.097167968750 +-0.090820312500 +-0.045166015625 +-0.034179687500 +-0.068359375000 +0.007812500000 +0.036621093750 +-0.057373046875 +-0.022583007812 +0.067871093750 +0.082031250000 +0.087890625000 +-0.005432128906 +-0.047607421875 +-0.072753906250 +-0.161132812500 +-0.071777343750 +-0.093750000000 +0.030395507812 +-0.144531250000 +-0.119628906250 +0.007415771484 +0.488281250000 +-0.049072265625 +0.088867187500 +0.126953125000 +-0.062011718750 +0.090820312500 +-0.055664062500 +-0.039306640625 +-0.104492187500 +0.038818359375 +0.143554687500 +0.106445312500 +-0.052490234375 +-0.140625000000 +-0.010070800781 +0.184570312500 +0.094238281250 +0.089843750000 +0.013427734375 +0.126953125000 +0.067871093750 +0.045410156250 +0.027343750000 +-0.098632812500 +-0.036132812500 +0.180664062500 +-0.061279296875 +0.198242187500 +0.108398437500 +-0.148437500000 +-0.195312500000 +0.082031250000 +0.215820312500 +0.079101562500 +-0.027099609375 +0.159179687500 +0.034667968750 +0.226562500000 +-0.204101562500 +0.001838684082 +0.051757812500 +0.002655029297 +0.070800781250 +-0.150390625000 +-0.116699218750 +0.202148437500 +-0.003372192383 +0.081542968750 +0.202148437500 +0.074707031250 +-0.035644531250 +0.068359375000 +0.141601562500 +0.041015625000 +-0.046630859375 +-0.021118164062 +0.220703125000 +-0.010742187500 +0.006439208984 +0.070800781250 +-0.001731872559 +0.097167968750 +0.061767578125 +0.076660156250 +-0.045654296875 +-0.008056640625 +-0.057617187500 +-0.050048828125 +0.100097656250 +0.090332031250 +-0.032958984375 +-0.069335937500 +-0.044433593750 +0.157226562500 +-0.008056640625 +-0.128906250000 +0.134765625000 +0.121093750000 +-0.009033203125 +-0.064453125000 +-0.045654296875 +0.011901855469 +-0.008544921875 +0.002105712891 +-0.033447265625 +0.121582031250 +0.177734375000 +-0.035644531250 +0.046630859375 +0.106933593750 +0.060302734375 +0.020263671875 +0.010742187500 +0.053466796875 +0.013916015625 +-0.087890625000 +0.111328125000 +0.070312500000 +-0.013732910156 +0.007873535156 +-0.051269531250 +-0.080566406250 +0.123046875000 +0.082519531250 +0.011047363281 +-0.071777343750 +-0.038818359375 +0.125000000000 +0.029663085938 +0.045654296875 +0.022338867188 +0.024902343750 +0.052001953125 +-0.114746093750 +0.030639648438 +0.124511718750 +0.051025390625 +-0.079589843750 +-0.016479492188 +0.014038085938 +0.039062500000 +-0.129882812500 +0.180664062500 +0.014282226562 +0.045166015625 +-0.027465820312 +0.092773437500 +-0.001556396484 +0.223632812500 +-0.013916015625 +0.160156250000 +-0.061767578125 +0.117187500000 +0.036376953125 +-0.025512695312 +0.117187500000 +-0.048828125000 +-0.028686523438 +0.080566406250 +0.064941406250 +-0.006561279297 +0.066406250000 +0.049804687500 +0.032714843750 +0.124023437500 +-0.030273437500 +-0.073242187500 +-0.008544921875 +-0.036865234375 +-0.034179687500 +0.040527343750 +0.045410156250 +-0.033447265625 +0.150390625000 +0.221679687500 +0.045410156250 +0.157226562500 +-0.001777648926 +0.216796875000 +0.031494140625 +-0.048583984375 +-0.060546875000 +-0.022949218750 +0.061523437500 +-0.064941406250 +0.093750000000 +0.129882812500 +0.025512695312 +0.033691406250 +0.064453125000 +-0.033447265625 +0.102050781250 +0.130859375000 +0.162109375000 +-0.062255859375 +-0.068847656250 +0.078125000000 +-0.129882812500 +0.002822875977 +-0.117675781250 +-0.097167968750 +-0.022216796875 +0.125000000000 +-0.205078125000 +-0.063476562500 +0.034667968750 +0.121582031250 +0.031982421875 +-0.079101562500 +-0.191406250000 +-0.035400390625 +0.029785156250 +-0.046142578125 +-0.072265625000 +0.081054687500 +0.072753906250 +0.092285156250 +-0.238281250000 +-0.052001953125 +-0.009216308594 +-0.111816406250 +0.056152343750 +-0.044433593750 +-0.033935546875 +0.107421875000 +-0.057128906250 +0.117675781250 +-0.125976562500 +0.071289062500 +0.016235351562 +0.074707031250 +0.015319824219 +-0.031250000000 +-0.162109375000 +-0.143554687500 +-0.083496093750 +-0.052978515625 +-0.014648437500 +0.142578125000 +-0.126953125000 +0.114746093750 +-0.052734375000 +-0.012084960938 +-0.165039062500 +0.093750000000 +-0.162109375000 +-0.086914062500 +-0.128906250000 +-0.041015625000 +0.099121093750 +0.027832031250 +-0.062500000000 +-0.114746093750 +0.010986328125 +0.061523437500 +-0.076660156250 +-0.080566406250 +0.028442382812 +0.026245117188 +0.108886718750 +-0.176757812500 +-0.066894531250 +-0.069335937500 +-0.145507812500 +0.112304687500 +0.016479492188 +0.140625000000 +-0.078125000000 +-0.052978515625 +0.033935546875 +0.054199218750 +-0.141601562500 +0.019531250000 +-0.053955078125 +0.022827148438 +0.012939453125 +-0.157226562500 +-0.047851562500 +-0.079589843750 +-0.183593750000 +-0.231445312500 +-0.123046875000 +0.074218750000 +-0.067871093750 +0.067871093750 +0.001602172852 +0.004699707031 +0.052978515625 +-0.089355468750 +0.174804687500 +0.054687500000 +0.008972167969 +-0.118652343750 +-0.085937500000 +0.072753906250 +-0.160156250000 +-0.017456054688 +-0.008056640625 +0.065917968750 +-0.054931640625 +0.024536132812 +0.018920898438 +-0.077148437500 +-0.063476562500 +0.085937500000 +-0.019287109375 +-0.144531250000 +-0.005676269531 +0.070800781250 +0.105468750000 +0.026855468750 +-0.007934570312 +-0.052001953125 +0.234375000000 +-0.073242187500 +0.065917968750 +0.013488769531 +-0.013000488281 +-0.002716064453 +0.017578125000 +-0.004669189453 +-0.006591796875 +-0.002182006836 +0.134765625000 +-0.129882812500 +0.113769531250 +-0.007263183594 +0.178710937500 +-0.072265625000 +-0.101074218750 +0.054687500000 +-0.022949218750 +-0.058349609375 +0.108398437500 +-0.081542968750 +0.172851562500 +0.057617187500 +-0.044677734375 +-0.044677734375 +-0.075683593750 +0.108886718750 +-0.143554687500 +0.047607421875 +0.003555297852 +0.092773437500 +-0.112792968750 +-0.081542968750 +0.077148437500 +-0.130859375000 +-0.036621093750 +0.067382812500 +0.027465820312 +-0.197265625000 +0.087402343750 +0.111816406250 +0.168945312500 +0.118652343750 +0.094238281250 +-0.138671875000 +0.119628906250 +0.209960937500 +0.030151367188 +0.122558593750 +0.014587402344 +0.062011718750 +-0.069824218750 +0.039550781250 +-0.167968750000 +-0.094726562500 +-0.147460937500 +-0.074707031250 +-0.005523681641 +-0.104980468750 +0.133789062500 +0.024047851562 +0.067382812500 +0.029296875000 +-0.082031250000 +0.015136718750 +-0.091308593750 +-0.054931640625 +0.043945312500 +0.033203125000 +0.004333496094 +-0.163085937500 +-0.118652343750 +-0.166992187500 +0.057861328125 +0.004333496094 +0.063964843750 +-0.052490234375 +0.034179687500 +0.092285156250 +0.060058593750 +0.136718750000 +0.022338867188 +0.121093750000 +0.114746093750 +-0.049072265625 +-0.134765625000 +-0.092285156250 +0.036865234375 +0.042236328125 +-0.195312500000 +0.197265625000 +-0.042724609375 +0.359375000000 +0.040527343750 +-0.089355468750 +-0.046386718750 +0.081054687500 +0.002243041992 +0.092285156250 +-0.061523437500 +0.060058593750 +0.080566406250 +0.081542968750 +0.112792968750 +-0.024414062500 +0.048095703125 +0.367187500000 +0.066894531250 +0.101074218750 +-0.084960937500 +-0.114746093750 +-0.000373840332 +-0.034179687500 +-0.038818359375 +-0.048095703125 +-0.027954101562 +0.003601074219 +-0.084472656250 +-0.014587402344 +0.129882812500 +-0.158203125000 +-0.097656250000 +0.151367187500 +-0.046386718750 +-0.087402343750 +-0.104492187500 +0.160156250000 +-0.121582031250 +0.083496093750 +0.125976562500 +0.012878417969 +0.091796875000 +-0.095703125000 +-0.087402343750 +-0.163085937500 +0.111816406250 +-0.013793945312 +0.102539062500 +-0.170898437500 +0.066894531250 +0.090332031250 +0.041748046875 +-0.024047851562 +0.192382812500 +0.076171875000 +-0.062255859375 +0.192382812500 +0.083496093750 +-0.043945312500 +-0.094726562500 +0.075195312500 +-0.098144531250 +0.107421875000 +-0.064453125000 +-0.087402343750 +-0.002014160156 +0.036865234375 +-0.005554199219 +-0.191406250000 +-0.087890625000 +-0.071777343750 +0.131835937500 +0.075683593750 +-0.077148437500 +-0.112304687500 +0.231445312500 +-0.051025390625 +0.287109375000 +0.122558593750 +0.191406250000 +-0.018066406250 +-0.058349609375 +0.130859375000 +-0.091308593750 +0.001747131348 +-0.059570312500 +0.098632812500 +0.061035156250 +-0.066894531250 +0.058105468750 +0.032226562500 +0.018554687500 +0.013427734375 +-0.118164062500 +-0.068847656250 +0.040283203125 +-0.113281250000 +0.067871093750 +-0.112792968750 +0.169921875000 +-0.057861328125 +0.111328125000 +-0.102050781250 +-0.058349609375 +0.204101562500 +0.015441894531 +-0.073242187500 +-0.110839843750 +-0.017333984375 +0.008483886719 +0.090820312500 +-0.154296875000 +-0.049316406250 +-0.058349609375 +0.041015625000 +0.038085937500 +-0.193359375000 +-0.116210937500 +-0.070312500000 +-0.062255859375 +-0.013977050781 +-0.017700195312 +-0.202148437500 +-0.084472656250 +-0.199218750000 +0.115722656250 +-0.003753662109 +0.022094726562 +0.047119140625 +0.089843750000 +-0.041015625000 +0.137695312500 +-0.129882812500 +0.012512207031 +0.054931640625 +0.135742187500 +-0.062011718750 +0.040771484375 +-0.037597656250 +-0.218750000000 +-0.050781250000 +0.004608154297 +-0.047851562500 +-0.036621093750 +0.014282226562 +0.000251770020 +0.006072998047 +0.010925292969 +0.104492187500 +-0.022705078125 +-0.081054687500 +-0.151367187500 +-0.068359375000 +0.051269531250 +0.079589843750 +-0.033691406250 +0.149414062500 +0.058105468750 +-0.088867187500 +0.013916015625 +0.110351562500 +-0.222656250000 +0.080078125000 +0.249023437500 +-0.028076171875 +0.125000000000 +0.135742187500 +0.059570312500 +-0.167968750000 +-0.046875000000 +-0.178710937500 +-0.062500000000 +-0.138671875000 +0.057128906250 +-0.117675781250 +-0.138671875000 +-0.021728515625 +-0.062500000000 +0.051025390625 +0.174804687500 +-0.120117187500 +0.089355468750 +-0.089355468750 +0.055664062500 +-0.059570312500 +0.026733398438 +-0.015319824219 +-0.018066406250 +-0.014038085938 +-0.004577636719 +-0.042724609375 +0.002517700195 +-0.036621093750 +0.031494140625 +0.034423828125 +0.106933593750 +-0.105468750000 +0.144531250000 +0.184570312500 +-0.079589843750 +0.046386718750 +0.098144531250 +-0.083007812500 +-0.117187500000 +-0.147460937500 +-0.026123046875 +0.055419921875 +0.103515625000 +-0.092285156250 +-0.090332031250 +-0.108398437500 +-0.017822265625 +-0.015991210938 +0.070800781250 +-0.169921875000 +0.045898437500 +0.059814453125 +-0.119140625000 +0.009887695312 +-0.009338378906 +0.084960937500 +0.076660156250 +-0.005523681641 +0.003585815430 +0.052246093750 +-0.049072265625 +-0.031005859375 +0.003295898438 +0.126953125000 +-0.017333984375 +0.069335937500 +-0.136718750000 +0.024169921875 +0.229492187500 +-0.117187500000 +-0.027587890625 +0.029296875000 +-0.091796875000 +-0.094726562500 +-0.024902343750 +0.022216796875 +0.025146484375 +0.001586914062 +-0.084960937500 +0.026123046875 +-0.037597656250 +-0.021972656250 +-0.107421875000 +-0.049804687500 +0.004882812500 +-0.110839843750 +0.037841796875 +0.074218750000 +0.007629394531 +-0.078613281250 +0.042968750000 +0.053222656250 +0.005157470703 +-0.106933593750 +0.074707031250 +-0.133789062500 +-0.083007812500 +-0.154296875000 +-0.069824218750 +0.060791015625 +-0.081054687500 +0.024291992188 +-0.200195312500 +-0.101562500000 +-0.119628906250 +-0.029174804688 +0.070312500000 +0.127929687500 +0.103027343750 +0.039062500000 +0.187500000000 +-0.135742187500 +0.026489257812 +0.012207031250 +0.107421875000 +-0.021606445312 +0.024658203125 +0.070312500000 +-0.213867187500 +0.243164062500 +-0.051025390625 +0.012634277344 +0.062011718750 +-0.224609375000 +0.178710937500 +0.006622314453 +-0.105468750000 +0.030151367188 +0.114257812500 +-0.114746093750 +0.108398437500 +0.087402343750 +0.160156250000 +-0.085449218750 +0.043212890625 +-0.001533508301 +-0.141601562500 +0.083007812500 +-0.004882812500 +-0.013427734375 +-0.065429687500 +-0.021972656250 +-0.053222656250 +-0.018066406250 +-0.023437500000 +-0.094238281250 +-0.071289062500 +0.055175781250 +-0.017211914062 +0.030029296875 +0.102539062500 +0.011352539062 +0.125000000000 +-0.005798339844 +-0.052490234375 +0.100585937500 +-0.020507812500 +0.032958984375 +0.167968750000 +0.105957031250 +-0.053710937500 +-0.001701354980 +0.161132812500 +-0.066894531250 +0.235351562500 +-0.000130653381 +-0.023315429688 +0.092773437500 +-0.026489257812 +0.033691406250 +0.054443359375 +0.261718750000 +0.169921875000 +0.207031250000 +0.071777343750 +-0.005920410156 +0.186523437500 +-0.007263183594 +-0.012634277344 +0.176757812500 +-0.077636718750 +0.273437500000 +0.141601562500 +-0.063964843750 +-0.023681640625 +-0.056152343750 +0.253906250000 +0.137695312500 +0.055908203125 +0.162109375000 +-0.000671386719 +0.149414062500 +0.124511718750 +0.065917968750 +0.080078125000 +0.181640625000 +0.162109375000 +0.126953125000 +-0.003936767578 +-0.045166015625 +0.184570312500 +-0.098632812500 +0.065429687500 +0.138671875000 +0.081542968750 +0.159179687500 +-0.062988281250 +0.058349609375 +0.015625000000 +0.005828857422 +0.107910156250 +0.133789062500 +0.061035156250 +0.043212890625 +0.053222656250 +-0.022338867188 +-0.014709472656 +0.044921875000 +-0.050048828125 +0.072265625000 +0.147460937500 +-0.121093750000 +0.213867187500 +0.077148437500 +0.231445312500 +0.101562500000 +0.042236328125 +-0.041748046875 +-0.102050781250 +-0.136718750000 +0.192382812500 +0.036621093750 +0.098144531250 +0.068847656250 +0.107910156250 +0.075195312500 +0.036865234375 +-0.041992187500 +0.027221679688 +-0.051025390625 +-0.086914062500 +0.101562500000 +-0.094238281250 +0.042236328125 +0.053955078125 +0.353515625000 +-0.052978515625 +0.050781250000 +0.123535156250 +0.111328125000 +0.039062500000 +-0.103515625000 +-0.066406250000 +-0.092773437500 +-0.036376953125 +-0.011474609375 +-0.018432617188 +0.192382812500 +0.176757812500 +-0.145507812500 +0.038574218750 +0.013977050781 +0.094726562500 +0.145507812500 +0.040527343750 +0.036621093750 +-0.106933593750 +0.023803710938 +0.042236328125 +-0.000682830811 +0.087890625000 +-0.075195312500 +0.363281250000 +0.149414062500 +0.082519531250 +0.024047851562 +0.279296875000 +0.080078125000 +0.139648437500 +-0.103515625000 +-0.085449218750 +0.061767578125 +0.102539062500 +0.134765625000 +-0.143554687500 +-0.080566406250 +-0.176757812500 +0.049316406250 +0.078125000000 +0.098632812500 +0.036621093750 +0.064453125000 +-0.089843750000 +0.077148437500 +0.144531250000 +0.003189086914 +0.011047363281 +-0.006713867188 +0.112304687500 +0.206054687500 +0.131835937500 +0.093261718750 +0.039062500000 +0.164062500000 +0.005798339844 +0.050781250000 +-0.020751953125 +0.142578125000 +-0.026855468750 +0.036376953125 +0.036865234375 +0.087402343750 +-0.076660156250 +0.059082031250 +0.174804687500 +0.097656250000 +0.128906250000 +0.012634277344 +-0.101562500000 +0.115722656250 +0.164062500000 +-0.149414062500 +0.052734375000 +0.017700195312 +-0.035888671875 +0.118652343750 +-0.063476562500 +0.095703125000 +-0.015747070312 +-0.025146484375 +-0.190429687500 +0.029174804688 +-0.030151367188 +-0.031738281250 +0.054687500000 +0.007690429688 +-0.030029296875 +0.151367187500 +-0.011047363281 +0.087402343750 +0.171875000000 +-0.069824218750 +-0.162109375000 +-0.140625000000 +0.063964843750 +0.041015625000 +-0.065429687500 +0.190429687500 +0.066406250000 +0.118164062500 +0.037841796875 +-0.050537109375 +0.165039062500 +0.089355468750 +-0.038818359375 +-0.087402343750 +-0.022094726562 +0.034179687500 +-0.088867187500 +0.034667968750 +0.236328125000 +0.006408691406 +-0.014221191406 +0.137695312500 +-0.125976562500 +-0.074218750000 +0.056640625000 +-0.099609375000 +0.035156250000 +0.138671875000 +0.104980468750 +0.076660156250 +-0.006225585938 +0.159179687500 +0.163085937500 +-0.045654296875 +0.038085937500 +-0.031005859375 +-0.050781250000 +0.097656250000 +-0.112792968750 +0.028198242188 +-0.047607421875 +0.001968383789 +0.041992187500 +0.080566406250 +0.104003906250 +0.043701171875 +0.019409179688 +0.027832031250 +-0.025634765625 +0.028076171875 +0.261718750000 +0.150390625000 +-0.053222656250 +-0.115722656250 +0.086425781250 +0.077636718750 +0.158203125000 +-0.054931640625 +0.084472656250 +0.127929687500 +0.083496093750 +0.043701171875 +0.104492187500 +-0.009277343750 +0.003219604492 +-0.118164062500 +0.046386718750 +-0.160156250000 +-0.208007812500 +0.033447265625 +-0.147460937500 +0.101562500000 +-0.061279296875 +0.126953125000 +0.220703125000 +0.070800781250 +-0.008911132812 +-0.043945312500 +-0.003845214844 +0.088378906250 +0.000134468079 +0.124023437500 +-0.022827148438 +0.050537109375 +0.087890625000 +0.010681152344 +0.194335937500 +0.019653320312 +-0.078613281250 +0.138671875000 +0.033691406250 +-0.106933593750 +0.183593750000 +0.045654296875 +-0.012573242188 +-0.097167968750 +0.147460937500 +-0.047851562500 +-0.143554687500 +0.001396179199 +-0.016723632812 +0.096679687500 +-0.126953125000 +0.189453125000 +0.124511718750 +0.314453125000 +0.047607421875 +-0.060546875000 +0.039062500000 +-0.098632812500 +0.077636718750 +0.200195312500 +0.114746093750 +-0.035888671875 +0.126953125000 +-0.160156250000 +-0.041259765625 +0.148437500000 +-0.118652343750 +-0.148437500000 +-0.053710937500 +-0.036621093750 +-0.002441406250 +-0.016235351562 +-0.067871093750 +0.040283203125 +0.039550781250 +0.046386718750 +-0.241210937500 +-0.043701171875 +-0.042968750000 +-0.055908203125 +0.072265625000 +0.275390625000 +0.024658203125 +0.019897460938 +-0.057861328125 +-0.176757812500 +0.147460937500 +-0.012878417969 +-0.013916015625 +0.037109375000 +-0.169921875000 +0.086914062500 +0.066894531250 +0.055664062500 +0.044189453125 +-0.120605468750 +-0.005340576172 +-0.092773437500 +0.017211914062 +0.160156250000 +-0.140625000000 +0.071289062500 +-0.104980468750 +0.071777343750 +-0.091308593750 +-0.070800781250 +-0.045410156250 +0.205078125000 +-0.074707031250 +0.198242187500 +0.046875000000 +0.146484375000 +0.106445312500 +0.054199218750 +0.070800781250 +0.049316406250 +-0.086425781250 +0.048828125000 +-0.065429687500 +-0.095214843750 +-0.146484375000 +-0.175781250000 +-0.016235351562 +-0.075683593750 +0.024047851562 +-0.097656250000 +0.031250000000 +0.068359375000 +0.027099609375 +0.041503906250 +-0.176757812500 +-0.092285156250 +-0.072265625000 +0.114257812500 +0.083007812500 +0.114746093750 +0.056152343750 +0.219726562500 +-0.080078125000 +-0.004180908203 +-0.180664062500 +0.138671875000 +0.185546875000 +-0.058105468750 +0.153320312500 +-0.069824218750 +-0.074707031250 +0.093261718750 +-0.044433593750 +-0.123046875000 +0.084960937500 +-0.083007812500 +-0.001403808594 +0.017211914062 +0.192382812500 +-0.084960937500 +0.093750000000 +-0.054443359375 +-0.007537841797 +0.018554687500 +-0.186523437500 +0.024658203125 +-0.156250000000 +-0.071777343750 +-0.090332031250 +-0.076171875000 +0.037841796875 +0.107421875000 +-0.003479003906 +0.024291992188 +-0.029296875000 +-0.112792968750 +-0.052246093750 +-0.015869140625 +-0.076660156250 +0.105468750000 +-0.109375000000 +-0.109863281250 +-0.051513671875 +-0.211914062500 +-0.071289062500 +-0.229492187500 +-0.045166015625 +0.091796875000 +-0.015869140625 +-0.049560546875 +0.043945312500 +-0.058837890625 +0.089355468750 +0.087402343750 +0.119628906250 +-0.094238281250 +-0.008056640625 +-0.124511718750 +0.024169921875 +-0.077636718750 +-0.019165039062 +0.008117675781 +-0.031250000000 +-0.118652343750 +0.053466796875 +-0.213867187500 +0.087402343750 +0.007202148438 +-0.154296875000 +0.047851562500 +0.039550781250 +0.012268066406 +0.099121093750 +-0.025512695312 +0.058837890625 +0.120605468750 +-0.076171875000 +-0.061523437500 +-0.072265625000 +0.127929687500 +0.174804687500 +-0.029785156250 +-0.006805419922 +-0.120605468750 +-0.081054687500 +0.051513671875 +-0.263671875000 +0.061523437500 +-0.071777343750 +-0.093750000000 +-0.125000000000 +-0.197265625000 +0.030517578125 +0.121093750000 +-0.151367187500 +0.032714843750 +-0.102539062500 +-0.025878906250 +0.061035156250 +-0.215820312500 +-0.053955078125 +-0.016601562500 +-0.018554687500 +-0.120117187500 +-0.016235351562 +0.032714843750 +-0.020996093750 +-0.053466796875 +0.000202178955 +0.022705078125 +-0.035888671875 +-0.138671875000 +0.008605957031 +-0.100097656250 +0.019775390625 +-0.026977539062 +-0.148437500000 +0.090332031250 +0.014038085938 +-0.072265625000 +-0.101074218750 +-0.044433593750 +0.036865234375 +-0.148437500000 +-0.106445312500 +-0.033447265625 +-0.042724609375 +-0.023437500000 +0.049804687500 +0.024658203125 +-0.047363281250 +0.085937500000 +-0.039550781250 +0.101562500000 +0.007659912109 +-0.141601562500 +-0.031738281250 +-0.000268936157 +-0.017089843750 +0.050048828125 +-0.031494140625 +0.005249023438 +0.066406250000 +0.018676757812 +-0.046386718750 +-0.058105468750 +-0.039794921875 +0.113281250000 +0.077148437500 +-0.030639648438 +-0.031982421875 +0.008056640625 +0.076171875000 +-0.155273437500 +-0.000329971313 +-0.027465820312 +0.050781250000 +0.075195312500 +-0.111816406250 +-0.207031250000 +-0.021606445312 +-0.056884765625 +0.026855468750 +0.088378906250 +0.001411437988 +-0.103027343750 +-0.118164062500 +-0.021606445312 +0.073730468750 +-0.034667968750 +-0.085449218750 +-0.080566406250 +-0.119628906250 +-0.027221679688 +-0.018554687500 +-0.036865234375 +0.095703125000 +-0.066406250000 +-0.147460937500 +0.135742187500 +-0.061523437500 +-0.031738281250 +-0.042968750000 +-0.115234375000 +-0.038818359375 +0.108886718750 +0.139648437500 +0.054443359375 +-0.037353515625 +0.059082031250 +0.056884765625 +0.084472656250 +0.082031250000 +-0.141601562500 +0.026855468750 +0.076171875000 +-0.054687500000 +0.087890625000 +0.039794921875 +0.043945312500 +-0.178710937500 +0.002029418945 +-0.006835937500 +-0.194335937500 +0.022094726562 +-0.018920898438 +-0.062500000000 +-0.104003906250 +0.079101562500 +0.151367187500 +-0.082031250000 +-0.125000000000 +0.043701171875 +0.031494140625 +-0.111328125000 +0.001525878906 +0.104492187500 +0.006988525391 +-0.124511718750 +0.046142578125 +-0.199218750000 +0.031250000000 +-0.174804687500 +-0.047607421875 +0.090820312500 +0.011108398438 +0.139648437500 +0.173828125000 +-0.029418945312 +0.062255859375 +-0.132812500000 +-0.013916015625 +-0.091796875000 +-0.174804687500 +-0.026733398438 +-0.138671875000 +-0.095703125000 +0.042236328125 +-0.038330078125 +0.049560546875 +0.111816406250 +-0.104980468750 +0.065917968750 +-0.070800781250 +0.122558593750 +-0.122558593750 +0.113769531250 +0.032714843750 +0.051025390625 +0.132812500000 +-0.158203125000 +-0.022094726562 +0.002319335938 +0.021606445312 +-0.028076171875 +0.011718750000 +-0.113769531250 +0.061523437500 +-0.020996093750 +-0.045654296875 +-0.006530761719 +-0.170898437500 +0.048339843750 +0.071777343750 +-0.096679687500 +0.037597656250 +-0.032226562500 +0.018798828125 +-0.125000000000 +-0.174804687500 +-0.036865234375 +-0.027099609375 +-0.035400390625 +-0.123535156250 +-0.066406250000 +-0.119140625000 +-0.202148437500 +0.091308593750 +-0.099121093750 +-0.146484375000 +-0.116699218750 +-0.036376953125 +-0.116699218750 +-0.024658203125 +-0.120117187500 +-0.009460449219 +0.091796875000 +-0.012207031250 +0.182617187500 +-0.109375000000 +0.149414062500 +0.006408691406 +-0.004669189453 +-0.138671875000 +0.067871093750 +-0.137695312500 +-0.173828125000 +-0.182617187500 +0.023681640625 +0.022094726562 +-0.065917968750 +-0.091796875000 +-0.012939453125 +-0.153320312500 +-0.121093750000 +0.043457031250 +0.137695312500 +0.031250000000 +0.072265625000 +-0.175781250000 +0.080078125000 +0.014648437500 +-0.008789062500 +-0.015991210938 +-0.055664062500 +-0.061767578125 +-0.035400390625 +-0.018066406250 +0.157226562500 +-0.005706787109 +-0.088867187500 +0.190429687500 +0.011230468750 +-0.001388549805 +0.074707031250 +0.042480468750 +0.023925781250 +-0.034667968750 +-0.291015625000 +-0.020141601562 +-0.150390625000 +-0.006866455078 +-0.064941406250 +0.151367187500 +0.028808593750 +-0.055664062500 +-0.003356933594 +-0.030029296875 +-0.004882812500 +-0.076171875000 +0.028930664062 +0.001594543457 +-0.040527343750 +0.038085937500 +0.014770507812 +0.118164062500 +-0.065429687500 +-0.024780273438 +0.141601562500 +0.026367187500 +0.010742187500 +-0.118652343750 +-0.072265625000 +0.177734375000 +-0.129882812500 +-0.016235351562 +-0.010314941406 +-0.001350402832 +0.128906250000 +-0.118164062500 +0.128906250000 +-0.125000000000 +-0.027465820312 +-0.026977539062 +0.164062500000 +0.043945312500 +-0.011413574219 +-0.148437500000 +-0.055419921875 +-0.041992187500 +-0.157226562500 +0.115722656250 +-0.028930664062 +0.057617187500 +-0.146484375000 +-0.039306640625 +-0.035644531250 +-0.119140625000 +-0.152343750000 +0.027099609375 +0.033447265625 +-0.031250000000 +-0.117187500000 +-0.079589843750 +-0.060302734375 +-0.094238281250 +-0.057617187500 +0.059082031250 +0.070800781250 +0.031494140625 +0.018432617188 +-0.110351562500 +0.245117187500 +0.043701171875 +-0.021118164062 +-0.015869140625 +0.041259765625 +0.049560546875 +-0.057373046875 +0.017578125000 +-0.068847656250 +0.159179687500 +-0.004028320312 +-0.103515625000 +0.034179687500 +0.017333984375 +0.039550781250 +-0.143554687500 +0.125976562500 +-0.004119873047 +0.168945312500 +0.030151367188 +-0.022827148438 +-0.099121093750 +0.083984375000 +0.067382812500 +-0.088867187500 +0.096679687500 +-0.033203125000 +0.091308593750 +-0.083007812500 +0.023925781250 +0.075683593750 +0.044677734375 +0.067382812500 +-0.073730468750 +-0.174804687500 +-0.153320312500 +-0.130859375000 +0.074218750000 +0.022705078125 +-0.170898437500 +0.087402343750 +-0.016723632812 +-0.123535156250 +0.045410156250 +0.009399414062 +-0.203125000000 +-0.032958984375 +0.186523437500 +0.077148437500 +0.098144531250 +0.087402343750 +-0.112304687500 +-0.123535156250 +-0.155273437500 +0.005310058594 +0.006958007812 +0.003890991211 +0.181640625000 +-0.082519531250 +-0.009704589844 +0.121582031250 +-0.002182006836 +0.162109375000 +-0.033203125000 +0.062500000000 +0.100097656250 +0.027465820312 +0.095214843750 +0.048828125000 +-0.030395507812 +0.089355468750 +0.070800781250 +-0.020629882812 +0.141601562500 +0.041992187500 +0.168945312500 +0.033691406250 +0.103027343750 +-0.044189453125 +-0.022949218750 +0.060791015625 +0.038818359375 +-0.083007812500 +0.022216796875 +0.005920410156 +0.074707031250 +0.090332031250 +-0.045654296875 +0.074218750000 +-0.070312500000 +-0.166015625000 +0.038085937500 +-0.024291992188 +-0.013183593750 +0.015869140625 +-0.114746093750 +-0.000953674316 +-0.005554199219 +0.040283203125 +-0.090332031250 +0.080566406250 +0.051269531250 +0.006011962891 +0.068359375000 +0.041015625000 +-0.066894531250 +0.089843750000 +0.089355468750 +-0.028198242188 +-0.208007812500 +0.076171875000 +0.061279296875 +-0.028198242188 +-0.052978515625 +0.029541015625 +0.056640625000 +-0.162109375000 +0.095214843750 +0.097167968750 +0.085449218750 +0.039550781250 +0.088378906250 +0.033203125000 +0.020874023438 +0.071777343750 +-0.026855468750 +0.067382812500 +0.010986328125 +0.010498046875 +-0.011596679688 +0.052734375000 +-0.038330078125 +-0.038574218750 +0.037841796875 +0.113769531250 +-0.004547119141 +-0.050537109375 +-0.015258789062 +-0.046875000000 +0.030639648438 +-0.102539062500 +0.125976562500 +-0.039794921875 +-0.081054687500 +0.025146484375 +-0.005340576172 +0.099609375000 +-0.040039062500 +0.041503906250 +-0.112792968750 +0.011779785156 +-0.103027343750 +-0.027343750000 +0.052246093750 +-0.060546875000 +0.000168800354 +0.156250000000 +0.023681640625 +-0.235351562500 +0.086425781250 +0.099609375000 +-0.100097656250 +0.007080078125 +-0.316406250000 +-0.173828125000 +-0.163085937500 +0.077148437500 +-0.067871093750 +-0.057373046875 +0.075683593750 +-0.063476562500 +-0.010620117188 +0.038818359375 +0.076660156250 +-0.096191406250 +0.032226562500 +-0.011047363281 +0.055419921875 +-0.077148437500 +-0.188476562500 +-0.078125000000 +-0.020874023438 +-0.084472656250 +-0.083984375000 +0.057617187500 +-0.008422851562 +0.066406250000 +0.011779785156 +0.111328125000 +0.083007812500 +0.031738281250 +0.181640625000 +0.093750000000 +-0.006774902344 +-0.035400390625 +0.029418945312 +0.052734375000 +-0.061035156250 +0.013793945312 +0.018920898438 +0.169921875000 +-0.145507812500 +-0.104492187500 +0.002166748047 +0.003814697266 +-0.097167968750 +-0.038085937500 +-0.089843750000 +-0.011901855469 +-0.084472656250 +-0.016601562500 +-0.011047363281 +-0.046386718750 +-0.097656250000 +-0.150390625000 +-0.108398437500 +-0.182617187500 +-0.045410156250 +-0.042236328125 +0.081054687500 +0.019042968750 +-0.087402343750 +-0.055419921875 +-0.139648437500 +0.065429687500 +0.099121093750 +0.014404296875 +-0.058105468750 +-0.070800781250 +0.090820312500 +-0.092285156250 +-0.078613281250 +-0.158203125000 +-0.016967773438 +-0.047851562500 +-0.060791015625 +0.087890625000 +-0.096191406250 +0.020263671875 +-0.022583007812 +0.092773437500 +-0.032470703125 +-0.023071289062 +-0.111816406250 +0.039306640625 +0.052246093750 +-0.046630859375 +-0.014709472656 +0.053222656250 +0.009765625000 +-0.055908203125 +-0.066894531250 +0.146484375000 +-0.070312500000 +-0.165039062500 +0.265625000000 +0.091796875000 +-0.231445312500 +0.039062500000 +0.126953125000 +-0.084960937500 +0.001579284668 +-0.120605468750 +0.092773437500 +-0.161132812500 +0.094238281250 +0.077636718750 +0.199218750000 +0.079589843750 +0.143554687500 +-0.115234375000 +0.040283203125 +0.064453125000 +-0.062011718750 +-0.120605468750 +-0.113769531250 +0.017089843750 +0.019409179688 +0.037109375000 +-0.103027343750 +0.054199218750 +-0.124023437500 +0.035400390625 +0.012512207031 +-0.077636718750 +-0.109375000000 +-0.141601562500 +0.047607421875 +0.104980468750 +0.005706787109 +0.045410156250 +0.011230468750 +-0.020507812500 +-0.185546875000 +0.121582031250 +-0.144531250000 +-0.015014648438 +-0.061767578125 +0.058349609375 +0.013244628906 +0.035888671875 +0.162109375000 +-0.139648437500 +0.102050781250 +-0.015747070312 +-0.117675781250 +0.108398437500 +-0.053955078125 +-0.050537109375 +0.090820312500 +-0.036132812500 +0.062988281250 +-0.010070800781 +0.010925292969 +0.000915527344 +-0.123535156250 +-0.222656250000 +-0.116699218750 +-0.022705078125 +-0.108398437500 +-0.152343750000 +0.068359375000 +0.101074218750 +0.033691406250 +-0.023193359375 +0.022705078125 +-0.015869140625 +0.070800781250 +0.061279296875 +0.050781250000 +-0.019775390625 +0.076660156250 +0.107910156250 +0.001785278320 +-0.054199218750 +0.013000488281 +-0.082031250000 +0.128906250000 +-0.095214843750 +-0.124023437500 +-0.094726562500 +-0.051757812500 +-0.118652343750 +-0.157226562500 +0.051025390625 +-0.075195312500 +-0.105468750000 +0.057373046875 +0.112792968750 +-0.271484375000 +0.090332031250 +0.063476562500 +-0.027587890625 +-0.034667968750 +-0.144531250000 +0.022216796875 +-0.192382812500 +-0.076171875000 +-0.028564453125 +-0.079589843750 +0.058837890625 +-0.056884765625 +0.021606445312 +-0.097656250000 +-0.184570312500 +0.003906250000 +0.015075683594 +-0.032226562500 +-0.013977050781 +0.066406250000 +-0.087402343750 +-0.071289062500 +0.074218750000 +-0.202148437500 +-0.093261718750 +0.065429687500 +-0.089355468750 +-0.045166015625 +-0.008789062500 +-0.111328125000 +0.027709960938 +-0.100097656250 +-0.090820312500 +0.155273437500 +-0.075195312500 +0.082031250000 +0.009460449219 +0.117675781250 +-0.096679687500 +0.234375000000 +0.114746093750 +0.008789062500 +0.009094238281 +0.041503906250 +0.021606445312 +0.051757812500 +0.111816406250 +-0.014038085938 +0.086425781250 +0.104492187500 +-0.103515625000 +0.037353515625 +0.064941406250 +-0.182617187500 +0.027709960938 +-0.027465820312 +0.010192871094 +0.123535156250 +-0.140625000000 +-0.128906250000 +0.057861328125 +-0.010742187500 +0.121582031250 +-0.041503906250 +0.045410156250 +0.035888671875 +0.077636718750 +-0.149414062500 +0.024047851562 +0.087890625000 +0.144531250000 +0.087890625000 +0.008544921875 +-0.147460937500 +-0.226562500000 +0.172851562500 +-0.119628906250 +-0.082519531250 +0.008544921875 +0.152343750000 +0.093750000000 +0.074707031250 +0.088378906250 +0.033691406250 +0.060791015625 +0.020751953125 +-0.045898437500 +0.090820312500 +-0.048339843750 +-0.037353515625 +0.034179687500 +-0.162109375000 +-0.039062500000 +0.054443359375 +-0.184570312500 +0.063964843750 +0.047119140625 +0.131835937500 +0.026123046875 +0.105957031250 +-0.042236328125 +-0.092773437500 +0.214843750000 +0.044677734375 +-0.022338867188 +-0.011840820312 +0.030517578125 +-0.038085937500 +-0.074218750000 +0.068847656250 +0.065429687500 +-0.005126953125 +-0.088867187500 +-0.021972656250 +-0.065429687500 +-0.049072265625 +0.165039062500 +-0.045410156250 +0.296875000000 +-0.068847656250 +0.051513671875 +0.062500000000 +0.020996093750 +-0.122070312500 +0.052246093750 +0.236328125000 +0.104003906250 +0.158203125000 +-0.088378906250 +-0.166015625000 +-0.123535156250 +0.055908203125 +0.109375000000 +-0.015380859375 +0.136718750000 +-0.171875000000 +0.043457031250 +0.034667968750 +-0.058593750000 +-0.066894531250 +-0.089355468750 +0.022705078125 +-0.047851562500 +0.086914062500 +0.229492187500 +-0.142578125000 +0.156250000000 +0.142578125000 +0.062255859375 +-0.202148437500 +0.107421875000 +-0.109863281250 +0.005798339844 +0.106445312500 +0.014892578125 +0.028808593750 +0.160156250000 +-0.101562500000 +-0.033935546875 +0.126953125000 +0.065917968750 +0.124023437500 +-0.017578125000 +0.085937500000 +-0.002380371094 +-0.081542968750 +-0.030761718750 +-0.005493164062 +-0.102050781250 +-0.011047363281 +-0.055908203125 +-0.163085937500 +0.025390625000 +-0.213867187500 +0.049316406250 +-0.123046875000 +-0.027343750000 +-0.045654296875 +-0.096191406250 +0.117675781250 +0.108886718750 +-0.162109375000 +-0.023315429688 +0.026123046875 +0.116210937500 +-0.080078125000 +-0.111328125000 +-0.008239746094 +0.077148437500 +-0.119140625000 +-0.048828125000 +-0.020874023438 +-0.040039062500 +-0.169921875000 +-0.069824218750 +0.148437500000 +0.001388549805 +0.076171875000 +-0.056884765625 +0.135742187500 +0.100097656250 +-0.170898437500 +0.029296875000 +-0.083496093750 +0.020629882812 +0.041015625000 +0.108886718750 +-0.031738281250 +-0.072265625000 +-0.087402343750 +-0.034667968750 +-0.017211914062 +0.088867187500 +0.073242187500 +0.120605468750 +-0.061523437500 +-0.004852294922 +-0.041992187500 +0.047363281250 +-0.005676269531 +0.187500000000 +-0.037841796875 +-0.089843750000 +-0.016113281250 +0.111328125000 +0.110839843750 +0.001983642578 +0.168945312500 +-0.051025390625 +0.029296875000 +-0.077148437500 +-0.145507812500 +-0.097656250000 +-0.166992187500 +-0.088867187500 +0.019531250000 +-0.059082031250 +-0.088378906250 +-0.043701171875 +0.061767578125 +-0.134765625000 +0.093261718750 +0.027099609375 +0.122558593750 +-0.052490234375 +0.023803710938 +-0.114746093750 +-0.019531250000 +-0.104980468750 +0.084472656250 +0.048339843750 +-0.122558593750 +-0.063476562500 +-0.095703125000 +-0.041503906250 +0.016479492188 +0.042480468750 +-0.101562500000 +0.027832031250 +-0.062255859375 +0.073242187500 +0.085937500000 +-0.160156250000 +0.101074218750 +0.005889892578 +0.033691406250 +-0.076660156250 +0.074218750000 +0.097167968750 +-0.035400390625 +0.056640625000 +-0.147460937500 +0.077636718750 +0.023681640625 +-0.038818359375 +-0.196289062500 +-0.178710937500 +-0.052001953125 +0.002410888672 +0.061279296875 +0.013793945312 +0.075195312500 +-0.001899719238 +-0.056640625000 +-0.053955078125 +0.012023925781 +-0.257812500000 +-0.134765625000 +0.042480468750 +-0.045166015625 +0.129882812500 +-0.007995605469 +-0.008422851562 +0.021484375000 +-0.119628906250 +-0.106445312500 +0.125976562500 +-0.046142578125 +-0.117187500000 +-0.116699218750 +0.142578125000 +0.047363281250 +-0.052978515625 +-0.094238281250 +-0.041748046875 +-0.078125000000 +0.095214843750 +-0.144531250000 +-0.133789062500 +0.102539062500 +0.115234375000 +0.099609375000 +0.015258789062 +-0.169921875000 +-0.099609375000 +0.101562500000 +-0.022827148438 +0.017456054688 +-0.062500000000 +-0.023559570312 +-0.125976562500 +0.092285156250 +-0.090332031250 +-0.118652343750 +-0.004028320312 +0.005126953125 +-0.075683593750 +-0.027709960938 +-0.159179687500 +0.057128906250 +0.142578125000 +-0.000385284424 +0.025634765625 +-0.045166015625 +0.088378906250 +0.016235351562 +-0.038085937500 +0.007019042969 +-0.169921875000 +-0.012329101562 +0.010131835938 +0.076660156250 +-0.067871093750 +-0.091308593750 +0.050537109375 +-0.068847656250 +-0.017700195312 +-0.012817382812 +-0.081054687500 +-0.069335937500 +-0.055419921875 +-0.188476562500 +-0.063964843750 +-0.002944946289 +-0.081054687500 +0.070312500000 +-0.039306640625 +0.007171630859 +-0.078125000000 +0.133789062500 +0.148437500000 +-0.041748046875 +0.024291992188 +0.036621093750 +0.024291992188 +0.061767578125 +-0.221679687500 +0.017944335938 +-0.174804687500 +0.022094726562 +0.016723632812 +-0.013305664062 +0.003524780273 +-0.261718750000 +0.015502929688 +-0.057128906250 +0.000530242920 +-0.102050781250 +-0.074707031250 +0.037109375000 +-0.239257812500 +-0.036621093750 +0.034912109375 +0.026977539062 +0.051513671875 +0.014465332031 +-0.176757812500 +-0.162109375000 +-0.130859375000 +-0.022949218750 +0.024536132812 +-0.005950927734 +-0.031005859375 +-0.160156250000 +-0.146484375000 +0.124511718750 +0.091796875000 +-0.019409179688 +-0.188476562500 +-0.011718750000 +-0.169921875000 +0.019409179688 +-0.044921875000 +-0.159179687500 +-0.113769531250 +0.010375976562 +-0.064453125000 +-0.069335937500 +-0.077636718750 +-0.019287109375 +-0.005096435547 +-0.016967773438 +-0.024169921875 +-0.093261718750 +-0.023193359375 +0.138671875000 +0.008361816406 +-0.160156250000 +-0.035400390625 +0.039306640625 +0.043212890625 +0.166015625000 +-0.007354736328 +0.296875000000 +0.012084960938 +0.112792968750 +-0.192382812500 +-0.070312500000 +0.040039062500 +0.205078125000 +-0.022094726562 +0.029907226562 +-0.031982421875 +-0.153320312500 +0.112792968750 +0.155273437500 +0.142578125000 +0.105957031250 +0.020507812500 +0.086914062500 +-0.169921875000 +-0.144531250000 +0.046630859375 +0.010131835938 +-0.079101562500 +0.021972656250 +0.061035156250 +-0.072753906250 +0.061035156250 +-0.089843750000 +0.035156250000 +0.090332031250 +-0.062500000000 +0.111816406250 +0.005828857422 +-0.055908203125 +-0.105957031250 +-0.146484375000 +-0.082031250000 +0.109863281250 +0.108398437500 +0.172851562500 +-0.112792968750 +-0.033935546875 +-0.040527343750 +0.019531250000 +0.067382812500 +0.069824218750 +-0.171875000000 +0.165039062500 +0.017089843750 +-0.008483886719 +0.145507812500 +-0.089355468750 +0.086425781250 +0.054687500000 +-0.106445312500 +-0.015075683594 +-0.054199218750 +-0.088867187500 +-0.114746093750 +0.114746093750 +0.087402343750 +0.324218750000 +0.001579284668 +0.216796875000 +-0.048095703125 +-0.059326171875 +-0.083984375000 +0.054199218750 +-0.001838684082 +-0.053710937500 +0.017822265625 +-0.086914062500 +-0.147460937500 +-0.162109375000 +-0.045410156250 +0.096191406250 +-0.072265625000 +0.077636718750 +0.103515625000 +-0.068847656250 +0.012756347656 +0.043701171875 +0.096679687500 +-0.051269531250 +-0.071777343750 +0.054687500000 +0.024536132812 +0.120117187500 +0.034912109375 +-0.178710937500 +0.093750000000 +-0.023559570312 +-0.023681640625 +0.028808593750 +-0.198242187500 +0.011718750000 +0.057128906250 +0.077636718750 +-0.043945312500 +0.053466796875 +-0.070800781250 +0.040771484375 +0.049316406250 +0.031982421875 +-0.158203125000 +-0.059082031250 +0.006713867188 +-0.025634765625 +0.136718750000 +0.134765625000 +-0.221679687500 +0.049316406250 +-0.129882812500 +0.057373046875 +0.019042968750 +0.040771484375 +-0.013183593750 +0.030517578125 +-0.159179687500 +-0.052490234375 +0.002822875977 +-0.143554687500 +-0.166992187500 +-0.181640625000 +-0.075683593750 +0.032958984375 +-0.125000000000 +0.119140625000 +0.025634765625 +-0.175781250000 +0.161132812500 +-0.040527343750 +0.034912109375 +0.166992187500 +0.083984375000 +0.014404296875 +0.123535156250 +-0.052490234375 +-0.006439208984 +0.038085937500 +-0.032470703125 +-0.003250122070 +0.079101562500 +-0.022583007812 +-0.088867187500 +0.111328125000 +-0.012634277344 +0.080566406250 +-0.083007812500 +0.063476562500 +-0.240234375000 +-0.077636718750 +0.175781250000 +-0.039306640625 +-0.152343750000 +-0.045898437500 +-0.010559082031 +-0.040527343750 +0.065429687500 +0.005218505859 +-0.002593994141 +0.041503906250 +-0.002273559570 +-0.043945312500 +0.062255859375 +-0.075195312500 +0.143554687500 +0.157226562500 +-0.116210937500 +-0.082031250000 +-0.086425781250 +-0.011657714844 +-0.116210937500 +0.061523437500 +-0.079589843750 +0.001724243164 +-0.066406250000 +0.111816406250 +-0.065917968750 +-0.183593750000 +0.001274108887 +-0.060546875000 +-0.212890625000 +0.116699218750 +-0.027465820312 +-0.117187500000 +0.030761718750 +-0.041015625000 +-0.273437500000 +0.298828125000 +-0.071289062500 +-0.050537109375 +-0.019165039062 +-0.198242187500 +-0.062255859375 +-0.015441894531 +0.000694274902 +-0.038818359375 +0.003555297852 +-0.101562500000 +0.117675781250 +0.026367187500 +-0.054931640625 +0.015625000000 +-0.090332031250 +0.131835937500 +-0.055908203125 +0.032958984375 +-0.031005859375 +0.058105468750 +-0.219726562500 +0.066894531250 +-0.096191406250 +0.059814453125 +0.067871093750 +-0.065917968750 +0.056640625000 +-0.039794921875 +-0.185546875000 +-0.192382812500 +-0.017700195312 +0.079101562500 +0.102539062500 +-0.064941406250 +-0.192382812500 +-0.088378906250 +0.159179687500 +0.124511718750 +0.069335937500 +-0.129882812500 +-0.017944335938 +0.078125000000 +-0.015747070312 +0.215820312500 +-0.233398437500 +0.027954101562 +-0.067382812500 +0.031005859375 +-0.023071289062 +-0.210937500000 +-0.055664062500 +-0.111816406250 +-0.029907226562 +0.222656250000 +0.188476562500 +-0.124023437500 +-0.043701171875 +0.063964843750 +-0.024414062500 +0.064453125000 +-0.138671875000 +-0.021240234375 +0.039550781250 +-0.044677734375 +0.001983642578 +-0.150390625000 +-0.094726562500 +0.091796875000 +0.053222656250 +0.147460937500 +-0.031005859375 +0.088867187500 +-0.058837890625 +-0.056884765625 +0.040527343750 +0.031738281250 +0.027221679688 +0.083007812500 +-0.001724243164 +-0.001731872559 +0.208007812500 +0.017089843750 +-0.111328125000 +0.074218750000 +-0.098632812500 +0.086425781250 +-0.166992187500 +-0.076171875000 +0.201171875000 +-0.075195312500 +-0.107910156250 +-0.002105712891 +0.096191406250 +-0.026611328125 +0.030761718750 +0.048339843750 +-0.048583984375 +-0.214843750000 +0.072753906250 +-0.176757812500 +0.042480468750 +0.008117675781 +-0.076171875000 +0.126953125000 +0.114746093750 +-0.095703125000 +-0.002227783203 +-0.050048828125 +0.074707031250 +0.120117187500 +0.064453125000 +-0.083007812500 +-0.078613281250 +-0.085937500000 +0.052490234375 +-0.055908203125 +0.053222656250 +0.243164062500 +0.133789062500 +-0.004638671875 +0.066406250000 +-0.182617187500 +0.131835937500 +-0.023315429688 +0.015869140625 +0.041748046875 +-0.129882812500 +0.008056640625 +-0.045654296875 +-0.023315429688 +0.029418945312 +0.037841796875 +0.015319824219 +0.000039577484 +0.037353515625 +0.171875000000 +-0.026489257812 +0.054199218750 +0.075683593750 +0.011596679688 +-0.027099609375 +-0.029418945312 +0.025146484375 +-0.154296875000 +-0.108886718750 +-0.043945312500 +-0.112304687500 +0.015136718750 +-0.279296875000 +0.014465332031 +0.081542968750 +0.109863281250 +-0.127929687500 +-0.019897460938 +0.085937500000 +0.021484375000 +0.129882812500 +0.061279296875 +0.027099609375 +0.112304687500 +-0.073242187500 +-0.059082031250 +-0.112792968750 +-0.043212890625 +-0.043945312500 +0.196289062500 +0.073242187500 +0.016357421875 +0.244140625000 +-0.007873535156 +0.023559570312 +-0.136718750000 +0.110839843750 +0.058593750000 +-0.136718750000 +-0.053710937500 +0.162109375000 +0.088867187500 +0.160156250000 +0.161132812500 +-0.008300781250 +-0.010253906250 +-0.209960937500 +-0.017822265625 +0.148437500000 +-0.041259765625 +0.121582031250 +0.116699218750 +0.068847656250 +0.054443359375 +-0.045166015625 +0.028076171875 +-0.003250122070 +0.052978515625 +-0.060791015625 +-0.065429687500 +0.001480102539 +0.006225585938 +0.205078125000 +0.049804687500 +0.039062500000 +0.052246093750 +0.107910156250 +0.001129150391 +-0.014831542969 +0.022216796875 +-0.022949218750 +-0.122070312500 +0.072265625000 +-0.059326171875 +-0.068847656250 +0.151367187500 +0.080078125000 +0.082031250000 +-0.048095703125 +-0.052734375000 +0.089355468750 +0.102050781250 +-0.010009765625 +0.141601562500 +-0.096191406250 +-0.032226562500 +-0.092773437500 +0.049560546875 +-0.051269531250 +0.096191406250 +-0.046875000000 +0.180664062500 +0.063476562500 +-0.086425781250 +-0.000846862793 +-0.011291503906 +0.121582031250 +0.119140625000 +-0.050048828125 +-0.147460937500 +0.002929687500 +0.107421875000 +-0.078613281250 +0.015014648438 +-0.185546875000 +0.097656250000 +-0.020751953125 +0.008544921875 +-0.020385742188 +-0.112304687500 +0.044921875000 +0.092285156250 +-0.187500000000 +0.043457031250 +0.121582031250 +0.001350402832 +-0.038330078125 +0.141601562500 +0.006317138672 +0.220703125000 +0.159179687500 +0.074218750000 +-0.153320312500 +0.062988281250 +0.041503906250 +-0.089843750000 +0.065429687500 +-0.018554687500 +0.018066406250 +-0.077636718750 +-0.077636718750 +-0.003890991211 +-0.043457031250 +0.079589843750 +-0.100097656250 +-0.057128906250 +0.157226562500 +0.036621093750 +0.189453125000 +0.016357421875 +-0.126953125000 +-0.042236328125 +0.035156250000 +0.123046875000 +0.002059936523 +-0.062988281250 +0.046875000000 +-0.147460937500 +-0.040771484375 +-0.000303268433 +-0.027587890625 +0.056884765625 +0.102539062500 +0.054931640625 +-0.001533508301 +-0.041503906250 +0.062988281250 +-0.060058593750 +-0.044921875000 +-0.037841796875 +0.314453125000 +0.091308593750 +0.049560546875 +-0.019531250000 +-0.104492187500 +-0.078125000000 +-0.041015625000 +0.173828125000 +-0.002014160156 +0.101074218750 +-0.030883789062 +0.102539062500 +0.135742187500 +0.135742187500 +0.019897460938 +-0.064453125000 +0.199218750000 +-0.020874023438 +0.134765625000 +0.178710937500 +-0.077148437500 +0.008239746094 +-0.011596679688 +0.085937500000 +-0.090820312500 +0.023681640625 +0.205078125000 +-0.125976562500 +-0.134765625000 +-0.017211914062 +-0.096191406250 +0.265625000000 +0.128906250000 +0.143554687500 +0.132812500000 +-0.029296875000 +-0.016723632812 +0.061767578125 +0.234375000000 +-0.007690429688 +0.030883789062 +-0.150390625000 +0.149414062500 +0.149414062500 +0.014770507812 +-0.096191406250 +-0.083984375000 +-0.097167968750 +-0.019775390625 +-0.033447265625 +0.000713348389 +0.114746093750 +0.127929687500 +0.040283203125 +-0.024169921875 +0.116699218750 +-0.117187500000 +0.097167968750 +-0.175781250000 +-0.075195312500 +-0.072265625000 +-0.088378906250 +-0.075683593750 +-0.027099609375 +0.139648437500 +0.077148437500 +-0.065917968750 +0.016357421875 +0.091308593750 +-0.079101562500 +0.004302978516 +-0.072265625000 +-0.218750000000 +-0.032714843750 +0.007080078125 +0.079101562500 +0.026611328125 +0.092773437500 +-0.179687500000 +0.133789062500 +-0.054443359375 +-0.120605468750 +-0.030517578125 +0.119628906250 +0.126953125000 +0.088378906250 +-0.114746093750 +0.121093750000 +0.023681640625 +0.089843750000 +0.064941406250 +-0.114746093750 +0.216796875000 +-0.015747070312 +-0.075195312500 +0.028320312500 +-0.151367187500 +-0.088378906250 +0.093750000000 +0.097167968750 +-0.185546875000 +0.026733398438 +-0.152343750000 +0.073242187500 +0.030273437500 +0.231445312500 +0.121093750000 +-0.048583984375 +-0.178710937500 +0.023559570312 +0.078613281250 +-0.005157470703 +0.143554687500 +-0.108886718750 +-0.159179687500 +-0.072265625000 +-0.010070800781 +0.107910156250 +-0.155273437500 +0.145507812500 +-0.051757812500 +0.033447265625 +0.034912109375 +-0.015136718750 +-0.231445312500 +0.130859375000 +-0.117187500000 +-0.231445312500 +-0.059570312500 +-0.030151367188 +-0.008544921875 +0.101562500000 +0.027954101562 +-0.109863281250 +0.132812500000 +0.058349609375 +0.126953125000 +-0.079589843750 +-0.085937500000 +-0.151367187500 +0.021362304688 +0.084960937500 +0.064453125000 +0.033691406250 +0.080078125000 +-0.044921875000 +0.167968750000 +0.015869140625 +-0.023071289062 +-0.031982421875 +0.023437500000 +0.015869140625 +0.025756835938 +0.164062500000 +-0.044921875000 +0.057861328125 +-0.137695312500 +0.077636718750 +-0.051025390625 +0.126953125000 +-0.049316406250 +0.026245117188 +-0.111328125000 +0.115722656250 +-0.028442382812 +-0.055664062500 +0.038818359375 +0.068847656250 +0.223632812500 +-0.146484375000 +0.154296875000 +-0.107421875000 +-0.044189453125 +-0.121093750000 +0.012878417969 +-0.027221679688 +0.046386718750 +-0.127929687500 +0.025512695312 +-0.080566406250 +0.025390625000 +-0.147460937500 +0.036132812500 +0.047119140625 +-0.092285156250 +-0.141601562500 +-0.030517578125 +-0.156250000000 +-0.013549804688 +0.151367187500 +-0.071289062500 +-0.103515625000 +-0.096679687500 +-0.160156250000 +0.066406250000 +0.016723632812 +-0.072753906250 +0.029418945312 +0.021972656250 +-0.047119140625 +-0.068847656250 +0.033447265625 +0.043701171875 +-0.007141113281 +-0.010437011719 +-0.166992187500 +-0.115722656250 +0.109375000000 +-0.009399414062 +0.017456054688 +-0.253906250000 +0.004058837891 +0.000839233398 +-0.050537109375 +-0.062255859375 +0.194335937500 +-0.002075195312 +0.084472656250 +-0.133789062500 +-0.078613281250 +0.209960937500 +-0.006958007812 +-0.018188476562 +0.039794921875 +-0.011169433594 +-0.134765625000 +0.073242187500 +-0.021728515625 +-0.136718750000 +-0.143554687500 +-0.024291992188 +-0.077636718750 +-0.134765625000 +0.000457763672 +-0.152343750000 +0.027587890625 +-0.182617187500 +0.013305664062 +0.082031250000 +-0.094726562500 +-0.014831542969 +0.096191406250 +0.069335937500 +0.136718750000 +0.004730224609 +-0.029052734375 +-0.048583984375 +-0.030395507812 +0.046386718750 +0.093261718750 +0.025756835938 +-0.134765625000 +0.046386718750 +0.014892578125 +0.059570312500 +-0.001258850098 +-0.118164062500 +-0.031738281250 +-0.119140625000 +-0.048339843750 +-0.030273437500 +-0.083984375000 +-0.066406250000 +0.041992187500 +-0.039550781250 +-0.085449218750 +0.029907226562 +-0.084472656250 +-0.116699218750 +0.125000000000 +0.068847656250 +0.071777343750 +-0.092773437500 +0.026733398438 +0.054687500000 +-0.027221679688 +0.062011718750 +0.123535156250 +0.092285156250 +-0.003601074219 +-0.117187500000 +0.038330078125 +-0.106933593750 +-0.041748046875 +-0.037353515625 +0.120117187500 +0.090332031250 +-0.042236328125 +0.133789062500 +0.034667968750 +0.100097656250 +0.107421875000 +-0.128906250000 +-0.133789062500 +0.036621093750 +-0.012145996094 +0.084960937500 +-0.003311157227 +-0.115234375000 +0.043212890625 +0.081054687500 +0.037109375000 +0.046142578125 +0.113281250000 +-0.132812500000 +0.126953125000 +-0.117187500000 +0.233398437500 +0.109375000000 +-0.192382812500 +-0.132812500000 +-0.003173828125 +0.121093750000 +0.142578125000 +0.036132812500 +0.085449218750 +-0.010986328125 +0.043457031250 +0.138671875000 +0.016845703125 +0.084472656250 +-0.074707031250 +0.013305664062 +0.125000000000 +-0.052490234375 +0.012451171875 +-0.143554687500 +0.010742187500 +0.100097656250 +0.018676757812 +-0.219726562500 +-0.085449218750 +-0.002075195312 +0.110839843750 +-0.157226562500 +0.240234375000 +-0.171875000000 +-0.041992187500 +0.002090454102 +0.125000000000 +0.105957031250 +-0.108398437500 +-0.040039062500 +0.159179687500 +-0.167968750000 +0.002868652344 +-0.021606445312 +-0.099121093750 +0.103027343750 +0.059326171875 +0.067871093750 +-0.041503906250 +-0.055175781250 +-0.022094726562 +-0.168945312500 +-0.128906250000 +0.072265625000 +-0.149414062500 +-0.034179687500 +0.087402343750 +0.004058837891 +0.010131835938 +0.076660156250 +-0.066406250000 +-0.034912109375 +-0.048583984375 +0.019165039062 +0.064453125000 +-0.164062500000 +-0.004547119141 +-0.166015625000 +-0.200195312500 +-0.037841796875 +-0.018188476562 +0.004547119141 +0.043212890625 +-0.010559082031 +-0.210937500000 +0.045898437500 +0.081542968750 +-0.007598876953 +0.055664062500 +-0.067871093750 +-0.096191406250 +0.004455566406 +-0.169921875000 +-0.095703125000 +0.035888671875 +-0.103515625000 +0.039306640625 +-0.199218750000 +0.086914062500 +-0.125000000000 +-0.045654296875 +-0.199218750000 +0.099121093750 +-0.116210937500 +-0.020629882812 +0.037109375000 +0.103515625000 +0.082031250000 +-0.085449218750 +0.106933593750 +0.004821777344 +0.025390625000 +0.187500000000 +-0.097167968750 +-0.087402343750 +-0.128906250000 +0.190429687500 +0.027709960938 +-0.124511718750 +-0.024414062500 +-0.014648437500 +0.071777343750 +0.056884765625 +0.006835937500 +0.130859375000 +-0.095703125000 +0.038330078125 +0.015625000000 +-0.142578125000 +0.038330078125 +0.060791015625 +0.119628906250 +0.068359375000 +0.076171875000 +0.194335937500 +-0.014099121094 +0.028686523438 +-0.079101562500 +-0.092285156250 +-0.178710937500 +0.220703125000 +0.059814453125 +0.055419921875 +-0.038818359375 +0.013244628906 +-0.007629394531 +-0.111328125000 +-0.251953125000 +0.075683593750 +0.017700195312 +0.068359375000 +0.076171875000 +-0.234375000000 +-0.153320312500 +0.039550781250 +-0.116699218750 +-0.023437500000 +-0.024780273438 +0.060546875000 +-0.050048828125 +0.136718750000 +-0.093750000000 +-0.004821777344 +0.156250000000 +0.029541015625 +-0.008483886719 +0.115234375000 +0.170898437500 +0.112304687500 +-0.003326416016 +0.220703125000 +0.103515625000 +0.093261718750 +-0.173828125000 +-0.063476562500 +-0.074218750000 +-0.183593750000 +-0.139648437500 +-0.151367187500 +-0.166015625000 +-0.119628906250 +-0.108886718750 +-0.077636718750 +0.088867187500 +-0.144531250000 +-0.020751953125 +0.159179687500 +0.042480468750 +-0.084472656250 +-0.124511718750 +-0.083007812500 +0.158203125000 +0.026367187500 +0.116699218750 +0.484375000000 +-0.043701171875 +0.151367187500 +0.034912109375 +-0.003112792969 +-0.076171875000 +0.030761718750 +0.149414062500 +0.041503906250 +0.000774383545 +0.114746093750 +0.128906250000 +-0.045166015625 +0.215820312500 +-0.119140625000 +0.061523437500 +-0.125000000000 +-0.168945312500 +0.071777343750 +-0.106445312500 +0.042236328125 +0.123535156250 +0.041503906250 +0.022583007812 +-0.079589843750 +-0.232421875000 +0.029541015625 +-0.035644531250 +-0.112792968750 +0.081054687500 +-0.032958984375 +-0.061035156250 +0.110839843750 +0.049072265625 +0.322265625000 +-0.058105468750 +0.008300781250 +-0.125000000000 +-0.005004882812 +-0.068847656250 +0.103027343750 +0.059326171875 +0.091796875000 +0.035888671875 +0.151367187500 +0.024169921875 +-0.024780273438 +0.019897460938 +-0.042480468750 +0.296875000000 +-0.054443359375 +0.020751953125 +0.061767578125 +0.118652343750 +0.011413574219 +-0.228515625000 +0.020263671875 +-0.061035156250 +0.040039062500 +0.117675781250 +0.028076171875 +-0.074218750000 +0.085449218750 +-0.089843750000 +0.089355468750 +0.050537109375 +-0.045654296875 +0.045410156250 +0.084960937500 +0.023315429688 +0.183593750000 +-0.070800781250 +-0.208984375000 +0.048828125000 +-0.061767578125 +-0.076660156250 +0.032958984375 +-0.000667572021 +-0.074218750000 +-0.109863281250 +0.124023437500 +0.115722656250 +0.161132812500 +0.083007812500 +0.104492187500 +0.126953125000 +0.140625000000 +0.019653320312 +0.210937500000 +-0.150390625000 +-0.047607421875 +-0.042724609375 +0.083496093750 +-0.143554687500 +0.191406250000 +-0.021240234375 +-0.083007812500 +-0.166992187500 +0.036132812500 +-0.050781250000 +0.105957031250 +-0.062500000000 +-0.084472656250 +-0.046386718750 +-0.125000000000 +-0.062255859375 +-0.083007812500 +0.145507812500 +-0.016845703125 +0.032958984375 +0.093261718750 +0.152343750000 +0.136718750000 +0.017211914062 +0.220703125000 +0.232421875000 +-0.021728515625 +0.068359375000 +0.060302734375 +0.009155273438 +0.084960937500 +0.211914062500 +0.002349853516 +0.020874023438 +0.030273437500 +-0.052978515625 +0.070312500000 +0.002822875977 +-0.527343750000 +0.148437500000 +-0.151367187500 +-0.005828857422 +-0.089843750000 +0.062255859375 +-0.020629882812 +-0.115722656250 +-0.032958984375 +0.183593750000 +-0.052001953125 +-0.165039062500 +-0.074707031250 +0.203125000000 +-0.125976562500 +0.117187500000 +-0.000865936279 +-0.108886718750 +0.051757812500 +0.229492187500 +-0.076171875000 +0.062255859375 +-0.248046875000 +0.176757812500 +0.052734375000 +0.251953125000 +0.033203125000 +0.154296875000 +0.019653320312 +-0.060791015625 +-0.027709960938 +-0.138671875000 +0.052001953125 +0.152343750000 +-0.081054687500 +0.081542968750 +0.112792968750 +-0.016113281250 +-0.053955078125 +-0.174804687500 +-0.052734375000 +0.063964843750 +0.023315429688 +0.212890625000 +-0.015747070312 +0.016601562500 +0.120605468750 +0.028564453125 +-0.145507812500 +-0.082031250000 +0.019165039062 +0.157226562500 +-0.013000488281 +-0.066894531250 +0.158203125000 +-0.119140625000 +0.013061523438 +0.012756347656 +0.068847656250 +0.164062500000 +0.019653320312 +0.172851562500 +0.085449218750 +0.075195312500 +0.074218750000 +0.010925292969 +-0.225585937500 +-0.034179687500 +0.011047363281 +0.041748046875 +0.003997802734 +0.009582519531 +-0.006378173828 +-0.049072265625 +0.081054687500 +-0.001655578613 +0.032958984375 +-0.048583984375 +-0.145507812500 +-0.041503906250 +0.106445312500 +0.061767578125 +0.080566406250 +-0.086425781250 +0.110351562500 +-0.112792968750 +-0.034667968750 +0.011230468750 +-0.069824218750 +-0.052490234375 +-0.123046875000 +0.036376953125 +-0.097656250000 +0.111328125000 +0.269531250000 +0.068359375000 +0.006744384766 +0.020751953125 +0.018920898438 +0.008178710938 +0.117675781250 +-0.181640625000 +-0.023559570312 +0.056152343750 +0.165039062500 +0.158203125000 +0.083496093750 +0.068847656250 +0.052246093750 +0.060791015625 +0.008972167969 +-0.036376953125 +0.180664062500 +0.063476562500 +0.024658203125 +0.098144531250 +0.110351562500 +-0.039306640625 +0.052001953125 +0.082519531250 +-0.166992187500 +0.129882812500 +-0.038330078125 +-0.060058593750 +-0.118652343750 +-0.045166015625 +0.014099121094 +-0.058349609375 +0.089355468750 +0.004302978516 +0.077636718750 +0.027954101562 +0.018432617188 +-0.221679687500 +-0.176757812500 +-0.064941406250 +0.058593750000 +0.104980468750 +-0.056152343750 +0.054443359375 +0.057861328125 +-0.093750000000 +0.174804687500 +-0.011169433594 +0.116210937500 +0.101074218750 +-0.019531250000 +-0.060791015625 +0.080078125000 +0.161132812500 +0.120117187500 +0.142578125000 +0.082031250000 +0.186523437500 +-0.011596679688 +-0.055175781250 +0.039794921875 +0.043945312500 +-0.057128906250 +0.107910156250 +-0.010437011719 +-0.039550781250 +0.015319824219 +0.184570312500 +0.127929687500 +0.121582031250 +0.028564453125 +0.029174804688 +0.185546875000 +-0.022216796875 +0.014648437500 +0.111816406250 +-0.057373046875 +-0.053222656250 +0.127929687500 +-0.010131835938 +0.112792968750 +0.027832031250 +-0.071289062500 +0.135742187500 +0.092773437500 +0.024047851562 +0.076660156250 +-0.001106262207 +0.014770507812 +0.051025390625 +0.049072265625 +0.062500000000 +-0.000095844269 +0.081542968750 +-0.140625000000 +0.113769531250 +-0.008361816406 +-0.106445312500 +0.129882812500 +0.085937500000 +0.049072265625 +0.069335937500 +0.147460937500 +0.106933593750 +0.027221679688 +-0.067871093750 +-0.125000000000 +0.062988281250 +0.237304687500 +0.020874023438 +-0.136718750000 +0.039794921875 +0.255859375000 +0.049560546875 +-0.179687500000 +0.080078125000 +-0.125000000000 +0.030395507812 +0.012695312500 +0.166992187500 +-0.092773437500 +0.087402343750 +0.053222656250 +0.029663085938 +0.013732910156 +0.110351562500 +0.054199218750 +-0.020263671875 +0.163085937500 +-0.097656250000 +-0.055419921875 +0.004333496094 +0.090332031250 +-0.007995605469 +-0.010437011719 +0.057128906250 +0.157226562500 +-0.008361816406 +0.106933593750 +0.093261718750 +-0.167968750000 +0.061523437500 +0.009765625000 +0.086914062500 +0.104003906250 +0.112792968750 +0.064941406250 +0.083007812500 +0.014587402344 +-0.186523437500 +0.073242187500 +-0.089355468750 +0.099121093750 +0.014343261719 +0.000732421875 +0.039062500000 +-0.031127929688 +-0.014221191406 +-0.005065917969 +0.021972656250 +0.123046875000 +0.104492187500 +0.005401611328 +0.059082031250 +-0.069824218750 +0.007598876953 +-0.020019531250 +0.076660156250 +0.068847656250 +-0.106933593750 +-0.095214843750 +-0.107421875000 +-0.032714843750 +0.013977050781 +0.027954101562 +-0.080078125000 +-0.107421875000 +0.136718750000 +0.021484375000 +0.156250000000 +0.007934570312 +-0.036865234375 +0.024291992188 +-0.053710937500 +-0.166992187500 +0.169921875000 +0.177734375000 +0.129882812500 +-0.027221679688 +-0.056152343750 +0.125000000000 +0.046875000000 +0.005401611328 +-0.112792968750 +-0.098144531250 +-0.108886718750 +0.055908203125 +0.038574218750 +0.098144531250 +-0.044921875000 +-0.082031250000 +0.170898437500 +0.003479003906 +0.061035156250 +0.001335144043 +0.144531250000 +-0.108398437500 +-0.186523437500 +0.029052734375 +0.021484375000 +-0.142578125000 +-0.036132812500 +-0.052001953125 +0.016357421875 +-0.006744384766 +-0.019042968750 +-0.162109375000 +-0.084960937500 +-0.029052734375 +-0.006347656250 +-0.040527343750 +0.140625000000 +-0.122070312500 +-0.149414062500 +0.153320312500 +-0.060302734375 +-0.130859375000 +-0.206054687500 +-0.025878906250 +-0.068847656250 +0.046875000000 +-0.104492187500 +-0.094238281250 +0.040527343750 +0.009033203125 +0.079101562500 +0.000240325928 +-0.069335937500 +-0.189453125000 +0.042968750000 +-0.015502929688 +-0.049072265625 +0.060302734375 +0.000377655029 +0.132812500000 +-0.003417968750 +0.044921875000 +0.011413574219 +-0.067382812500 +-0.138671875000 +-0.246093750000 +-0.178710937500 +-0.047607421875 +-0.160156250000 +0.053710937500 +-0.039794921875 +0.089355468750 +-0.005950927734 +-0.064941406250 +-0.068847656250 +-0.001693725586 +-0.076171875000 +-0.102539062500 +-0.059570312500 +-0.034667968750 +-0.093750000000 +-0.072753906250 +-0.095703125000 +-0.070800781250 +0.049804687500 +0.124511718750 +-0.030273437500 +0.310546875000 +-0.107421875000 +0.116210937500 +0.087890625000 +-0.055664062500 +-0.070312500000 +0.033935546875 +-0.148437500000 +0.008056640625 +-0.109863281250 +-0.025146484375 +-0.078613281250 +-0.016601562500 +-0.156250000000 +0.060058593750 +-0.092285156250 +-0.100097656250 +0.046630859375 +-0.004974365234 +-0.054199218750 +0.014892578125 +-0.068847656250 +-0.015258789062 +-0.236328125000 +0.048339843750 +-0.006683349609 +-0.143554687500 +0.159179687500 +-0.084960937500 +-0.047119140625 +0.053710937500 +-0.011474609375 +-0.002044677734 +0.009826660156 +0.015136718750 +0.133789062500 +-0.047363281250 +0.033935546875 +-0.029418945312 +0.064941406250 +0.143554687500 +-0.010192871094 +0.060058593750 +0.075683593750 +0.120605468750 +-0.161132812500 +-0.052246093750 +0.038818359375 +0.030639648438 +-0.026855468750 +-0.036621093750 +0.003234863281 +-0.125976562500 +-0.038330078125 +0.180664062500 +0.065917968750 +-0.087402343750 +0.006286621094 +-0.025878906250 +-0.069824218750 +-0.292968750000 +0.066406250000 +-0.055664062500 +0.068847656250 +-0.033691406250 +0.061035156250 +-0.208007812500 +0.022827148438 +0.171875000000 +0.019531250000 +0.052246093750 +-0.093750000000 +-0.060791015625 +0.081542968750 +-0.108398437500 +-0.072265625000 +-0.012145996094 +-0.119140625000 +0.003936767578 +0.019897460938 +0.071777343750 +-0.051269531250 +0.012390136719 +-0.064453125000 +-0.220703125000 +-0.080078125000 +0.621093750000 +-0.058105468750 +0.008728027344 +0.074707031250 +0.141601562500 +0.040771484375 +0.133789062500 +0.052978515625 +0.046386718750 +0.014160156250 +0.468750000000 +-0.043701171875 +0.004791259766 +-0.038330078125 +-0.096679687500 +0.146484375000 +0.006805419922 +0.134765625000 +-0.080078125000 +0.126953125000 +-0.085449218750 +-0.056640625000 +-0.093261718750 +-0.153320312500 +0.116210937500 +0.077148437500 +-0.100097656250 +-0.074218750000 +0.151367187500 +-0.030639648438 +0.009338378906 +-0.002899169922 +0.117675781250 +-0.122070312500 +-0.308593750000 +0.050537109375 +-0.093261718750 +-0.039062500000 +-0.120117187500 +0.036132812500 +0.029663085938 +0.206054687500 +0.088378906250 +-0.015441894531 +0.396484375000 +-0.044921875000 +0.096679687500 +-0.062500000000 +-0.047851562500 +0.082519531250 +-0.112304687500 +-0.007995605469 +-0.204101562500 +-0.039794921875 +-0.016357421875 +0.093750000000 +0.048339843750 +0.057128906250 +-0.103027343750 +-0.133789062500 +0.002853393555 +-0.052978515625 +0.205078125000 +0.253906250000 +-0.180664062500 +0.100585937500 +-0.065917968750 +0.073730468750 +-0.103515625000 +0.038818359375 +0.102539062500 +0.002807617188 +0.001754760742 +-0.179687500000 +0.122070312500 +-0.023315429688 +0.056152343750 +0.033935546875 +0.081054687500 +0.062988281250 +-0.114746093750 +-0.124511718750 +0.164062500000 +0.229492187500 +0.006896972656 +-0.059814453125 +-0.064941406250 +-0.082031250000 +-0.004150390625 +-0.030029296875 +0.060546875000 +0.086425781250 +0.066406250000 +0.040771484375 +0.144531250000 +0.324218750000 +0.057128906250 +-0.059082031250 +0.024291992188 +0.097656250000 +-0.005462646484 +0.184570312500 +0.115722656250 +-0.070800781250 +0.148437500000 +0.054931640625 +-0.136718750000 +0.088378906250 +-0.047119140625 +-0.095214843750 +0.144531250000 +-0.133789062500 +-0.010742187500 +-0.061035156250 +0.053222656250 +0.006805419922 +0.007934570312 +0.040039062500 +0.110351562500 +0.101562500000 +-0.124023437500 +0.078613281250 +0.068359375000 +0.000102043152 +0.028564453125 +-0.217773437500 +-0.087890625000 +0.040771484375 +-0.083007812500 +-0.082519531250 +-0.140625000000 +0.090820312500 +-0.129882812500 +-0.046142578125 +-0.181640625000 +0.039550781250 +-0.065429687500 +-0.116699218750 +0.060546875000 +0.084472656250 +-0.367187500000 +0.008789062500 +-0.172851562500 +-0.099609375000 +-0.110351562500 +0.180664062500 +-0.139648437500 +-0.026367187500 +0.135742187500 +0.042480468750 +0.097656250000 +0.028076171875 +0.021362304688 +-0.116210937500 +0.089355468750 +0.025268554688 +0.080078125000 +0.127929687500 +-0.071777343750 +-0.089843750000 +-0.181640625000 +-0.126953125000 +0.032958984375 +-0.012573242188 +-0.117187500000 +-0.090332031250 +-0.098632812500 +0.014587402344 +0.021850585938 +-0.073242187500 +0.135742187500 +-0.073730468750 +-0.016723632812 +0.064941406250 +-0.011596679688 +0.026489257812 +0.015014648438 +0.123046875000 +0.022094726562 +0.148437500000 +0.107910156250 +-0.060546875000 +0.022583007812 +0.049072265625 +-0.003646850586 +-0.092285156250 +-0.088867187500 +-0.115722656250 +-0.053710937500 +0.013671875000 +-0.077148437500 +0.220703125000 +0.145507812500 +-0.057373046875 +0.064453125000 +0.116699218750 +-0.179687500000 +0.081542968750 +0.023071289062 +-0.139648437500 +-0.008789062500 +-0.099121093750 +-0.043945312500 +-0.013183593750 +-0.033691406250 +0.000419616699 +0.010620117188 +-0.063964843750 +-0.086914062500 +0.025756835938 +-0.073242187500 +0.088867187500 +0.060058593750 +0.069335937500 +0.079589843750 +-0.063476562500 +0.114746093750 +-0.081542968750 +0.031738281250 +0.147460937500 +-0.050537109375 +-0.011962890625 +-0.033935546875 +0.052001953125 +0.016845703125 +0.090820312500 +0.025634765625 +0.170898437500 +0.138671875000 +0.108398437500 +-0.056152343750 +-0.102050781250 +-0.154296875000 +0.102539062500 +0.019042968750 +-0.117187500000 +0.062011718750 +-0.142578125000 +-0.001312255859 +0.182617187500 +-0.203125000000 +0.024902343750 +0.015747070312 +0.052490234375 +-0.069335937500 +0.139648437500 +0.160156250000 +-0.058349609375 +0.004577636719 +-0.136718750000 +0.069335937500 +-0.033691406250 +-0.068359375000 +-0.036865234375 +0.040039062500 +-0.036376953125 +0.126953125000 +0.020385742188 +-0.049316406250 +0.029663085938 +-0.108886718750 +-0.061279296875 +0.100585937500 +0.004425048828 +0.030517578125 +0.006835937500 +-0.147460937500 +-0.006805419922 +0.098144531250 +-0.085937500000 +-0.032714843750 +0.146484375000 +0.085937500000 +0.150390625000 +0.082519531250 +-0.122558593750 +0.026123046875 +-0.029418945312 +-0.018432617188 +-0.106933593750 +0.078613281250 +0.022460937500 +0.069335937500 +0.029174804688 +-0.042968750000 +-0.131835937500 +0.070800781250 +-0.009521484375 +-0.049316406250 +0.030761718750 +-0.026489257812 +-0.023925781250 +-0.015441894531 +-0.058105468750 +-0.156250000000 +0.008239746094 +0.020141601562 +-0.083007812500 +0.523437500000 +-0.027343750000 +0.094726562500 +0.058837890625 +0.007873535156 +-0.112304687500 +0.087402343750 +-0.053955078125 +-0.043212890625 +-0.041992187500 +-0.103515625000 +-0.095214843750 +-0.046386718750 +-0.099609375000 +0.080078125000 +0.082031250000 +-0.208984375000 +-0.002532958984 +0.078125000000 +0.017089843750 +0.011840820312 +0.013854980469 +0.123535156250 +-0.027709960938 +-0.003295898438 +-0.040527343750 +0.026245117188 +0.048095703125 +-0.087890625000 +-0.193359375000 +0.241210937500 +-0.103027343750 +0.015625000000 +-0.057128906250 +-0.057861328125 +0.171875000000 +0.148437500000 +0.113281250000 +-0.118652343750 +-0.046142578125 +0.037109375000 +-0.086914062500 +0.008178710938 +0.080078125000 +-0.095703125000 +0.050781250000 +-0.063476562500 +-0.136718750000 +0.133789062500 +-0.010986328125 +-0.025512695312 +-0.035644531250 +0.117187500000 +0.134765625000 +0.163085937500 +-0.080078125000 +0.132812500000 +0.105957031250 +0.169921875000 +0.028808593750 +0.176757812500 +-0.016479492188 +0.022705078125 +0.131835937500 +-0.135742187500 +0.031982421875 +-0.020751953125 +0.010314941406 +0.065917968750 +-0.101074218750 +-0.090820312500 +-0.047851562500 +-0.000911712646 +0.022949218750 +0.019531250000 +-0.127929687500 +-0.005645751953 +0.049560546875 +0.077636718750 +-0.175781250000 +0.058105468750 +-0.175781250000 +-0.009094238281 +0.126953125000 +0.090820312500 +0.197265625000 +0.130859375000 +-0.064453125000 +0.064453125000 +0.063964843750 +0.074707031250 +0.018920898438 +0.116210937500 +0.037597656250 +0.035888671875 +0.020141601562 +0.063964843750 +0.006439208984 +-0.183593750000 +0.088378906250 +0.097656250000 +0.072753906250 +0.128906250000 +-0.045898437500 +0.087890625000 +0.062500000000 +0.116210937500 +-0.020996093750 +0.010559082031 +0.101074218750 +-0.006347656250 +0.099121093750 +-0.089843750000 +0.135742187500 +0.071777343750 +0.073242187500 +0.015441894531 +0.075195312500 +0.013854980469 +-0.040283203125 +0.161132812500 +0.016113281250 +-0.032226562500 +-0.121093750000 +0.102539062500 +0.011352539062 +0.140625000000 +0.085937500000 +0.171875000000 +0.089355468750 +0.115722656250 +-0.031127929688 +0.018188476562 +0.172851562500 +-0.037597656250 +0.145507812500 +-0.061523437500 +-0.050781250000 +-0.150390625000 +-0.091796875000 +0.051025390625 +0.088867187500 +-0.126953125000 +-0.100585937500 +-0.021362304688 +0.127929687500 +0.094726562500 +-0.063964843750 +0.079101562500 +-0.094238281250 +-0.009582519531 +-0.087402343750 +-0.034667968750 +0.128906250000 +0.125000000000 +0.054931640625 +-0.105957031250 +-0.027832031250 +0.064453125000 +0.039062500000 +-0.103027343750 +-0.103515625000 +0.003799438477 +-0.095214843750 +0.092285156250 +-0.065917968750 +-0.007385253906 +0.125000000000 +-0.062011718750 +-0.124023437500 +0.001754760742 +0.098144531250 +-0.061035156250 +0.081542968750 +0.208007812500 +0.030517578125 +-0.038330078125 +0.083007812500 +0.030761718750 +0.176757812500 +-0.104980468750 +-0.067871093750 +0.247070312500 +-0.057617187500 +0.069824218750 +-0.014526367188 +0.101074218750 +0.036865234375 +-0.014343261719 +-0.118164062500 +0.083007812500 +0.077148437500 +-0.051269531250 +0.014709472656 +0.223632812500 +0.206054687500 +-0.049316406250 +0.084960937500 +-0.022460937500 +0.187500000000 +-0.044189453125 +-0.121093750000 +-0.017211914062 +-0.025756835938 +0.161132812500 +-0.098144531250 +-0.015869140625 +-0.077148437500 +-0.010803222656 +-0.082519531250 +-0.098632812500 +0.172851562500 +0.095703125000 +-0.092285156250 +-0.016479492188 +0.028686523438 +-0.027709960938 +-0.184570312500 +0.085449218750 +0.082519531250 +0.043701171875 +-0.008300781250 +0.008056640625 +-0.119140625000 +0.104003906250 +0.016845703125 +0.138671875000 +0.189453125000 +0.166015625000 +0.108886718750 +0.021850585938 +0.050048828125 +0.067871093750 +0.023803710938 +-0.038818359375 +-0.063964843750 +0.087890625000 +0.121582031250 +0.006072998047 +-0.166992187500 +-0.061523437500 +-0.083984375000 +-0.167968750000 +-0.033935546875 +-0.002395629883 +0.152343750000 +-0.043701171875 +-0.004577636719 +0.043701171875 +0.003890991211 +-0.036865234375 +0.010009765625 +-0.004241943359 +-0.115722656250 +0.050048828125 +-0.164062500000 +0.186523437500 +-0.034423828125 +0.007263183594 +0.024780273438 +-0.122558593750 +-0.055175781250 +0.079101562500 +0.048095703125 +-0.022949218750 +0.104980468750 +0.106933593750 +-0.031982421875 +-0.051025390625 +-0.092773437500 +0.091308593750 +0.238281250000 +0.218750000000 +0.020019531250 +-0.145507812500 +-0.064453125000 +-0.023315429688 +-0.030517578125 +0.116210937500 +0.062988281250 +0.052978515625 +0.012451171875 +0.016723632812 +-0.059570312500 +0.089355468750 +-0.038574218750 +-0.108886718750 +-0.047851562500 +0.065429687500 +-0.006988525391 +-0.041015625000 +-0.072753906250 +0.003128051758 +0.093261718750 +-0.011047363281 +0.141601562500 +-0.084472656250 +-0.017700195312 +-0.003784179688 +0.173828125000 +-0.069824218750 +-0.066894531250 +0.030029296875 +-0.029174804688 +0.089355468750 +0.010314941406 +-0.181640625000 +-0.013122558594 +0.208984375000 +0.225585937500 +0.231445312500 +0.263671875000 +-0.185546875000 +-0.172851562500 +-0.084472656250 diff --git a/AI_Engine_Development/AIE-MLv2/Design_Tutorials/01-Radio-ML/aie/dense_w18/Makefile b/AI_Engine_Development/AIE-MLv2/Design_Tutorials/01-Radio-ML/aie/dense_w18/Makefile new file mode 100644 index 0000000000..2d520d60cf --- /dev/null +++ b/AI_Engine_Development/AIE-MLv2/Design_Tutorials/01-Radio-ML/aie/dense_w18/Makefile @@ -0,0 +1,69 @@ +# +# Copyright (C) 2024, Advanced Micro Devices, Inc. All rights reserved. +# SPDX-License-Identifier: MIT +# +# Author: Faisal El-Shabani + +MY_APP := dense_w18_app +MY_SOURCES := ${MY_APP}.cpp dense_w18_graph.h dense_w18.h dense_w18.cpp + +PART ?= xc2ve3858-ssva2112-2MP-e-S + +AIE_OUTPUT := libadf.a + +AIE_FLAGS := --part=${PART} ${MY_APP}.cpp --aie.output-archive=${AIE_OUTPUT} --include=../utility + +.PHONY: help clean x86com x86sim sim profile throughput + +help:: + @echo "Makefile Usage:" + @echo " make all" + @echo " Command to generate everything for this design" + @echo "" + @echo " make compile" + @echo " Run AIE compiler and build the design" + @echo "" + @echo " make profile" + @echo " Run AIE simulator with profiling and generate outputs suitable for Vitis Analyzer" + @echo "" + @echo " make analyze" + @echo " Run Vitis Analyzer to inspect results" + @echo "" + @echo " make throughput" + @echo " Evaluate the achieved throughput at the output" + @echo "" + @echo " make clean" + @echo " Command to remove all the generated files." + +all: ${AIE_OUTPUT} + +x86all: clean x86com x86sim + +${AIE_OUTPUT}: ${MY_SOURCES} + v++ --compile --config aie.cfg --mode aie --target=hw ${AIE_FLAGS} 2>&1 | tee log + +x86com: + v++ --compile --config aie.cfg --mode aie --target=x86sim ${AIE_FLAGS} 2>&1 | tee log + +sim: + aiesimulator 2>&1 | tee -a log + +x86sim: + x86simulator 2>&1 | tee -a log + +profile: + aiesimulator --online -wdb -text --profile 2>&1 | tee -a log + +trace: + aiesimulator --hang-detect-time=5000 --online -wdb -text 2>&1 | tee -a log + +clean: + rm -rf .Xil Work libadf.a + rm -rf aiesimulator_output* aiesimulator*.log + rm -rf x86simulator_output* + rm -rf log log* + rm -rf *.xpe *.elf *.db *.soln Map_* xnw* *.lp *.log .xil .Xil *.lp *.db *.log *.exe *.vcd *.json + rm -rf vitis_analyzer* pl_sample_counts* pl_sample_count_* + rm -rf temp ISS_RPC_SERVER_PORT .crashReporter .AIE_SIM_CMD_LINE_OPTIONS + rm -rf system*.* trdata.aiesim function_wdb_dir .wsdata _ide vfs_work .ipynb_checkpoints _ide + diff --git a/AI_Engine_Development/AIE-MLv2/Design_Tutorials/01-Radio-ML/aie/dense_w18/aie.cfg b/AI_Engine_Development/AIE-MLv2/Design_Tutorials/01-Radio-ML/aie/dense_w18/aie.cfg new file mode 100644 index 0000000000..90679ce91a --- /dev/null +++ b/AI_Engine_Development/AIE-MLv2/Design_Tutorials/01-Radio-ML/aie/dense_w18/aie.cfg @@ -0,0 +1,14 @@ +# +# Copyright (C) 2024, Advanced Micro Devices, Inc. All rights reserved. +# SPDX-License-Identifier: MIT +# +# Author: Faisal El-Shabani + +[aie] + +kernel-linting=true +xlopt=1 +verbose=true +pl-freq=625 +Xmapper=BufferOptLevel0 +Xchess="main:backend.mist2.maxfoldk=110" diff --git a/AI_Engine_Development/AIE-MLv2/Design_Tutorials/01-Radio-ML/aie/dense_w18/data/biases-rtp.txt b/AI_Engine_Development/AIE-MLv2/Design_Tutorials/01-Radio-ML/aie/dense_w18/data/biases-rtp.txt new file mode 100644 index 0000000000..cd97398382 --- /dev/null +++ b/AI_Engine_Development/AIE-MLv2/Design_Tutorials/01-Radio-ML/aie/dense_w18/data/biases-rtp.txt @@ -0,0 +1,24 @@ +-0.093261718750 +-0.080078125000 +-0.275390625000 +-0.129882812500 +-0.089843750000 +-0.065429687500 +0.079589843750 +0.028076171875 +-0.018066406250 +-0.114746093750 +0.071777343750 +0.123046875000 +-0.020385742188 +0.108886718750 +0.113769531250 +0.174804687500 +0.068847656250 +-0.163085937500 +-0.141601562500 +-0.166015625000 +-0.140625000000 +-0.118652343750 +-0.199218750000 +0.028808593750 diff --git a/AI_Engine_Development/AIE-MLv2/Design_Tutorials/01-Radio-ML/aie/dense_w18/data/data_i.txt b/AI_Engine_Development/AIE-MLv2/Design_Tutorials/01-Radio-ML/aie/dense_w18/data/data_i.txt new file mode 100644 index 0000000000..7f32c5d670 --- /dev/null +++ b/AI_Engine_Development/AIE-MLv2/Design_Tutorials/01-Radio-ML/aie/dense_w18/data/data_i.txt @@ -0,0 +1,128 @@ +4.187500000000 0.000000000000 5.906250000000 11.125000000000 +0.083984375000 0.000000000000 1.242187500000 2.031250000000 +0.000000000000 3.843750000000 2.625000000000 8.625000000000 +10.750000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 9.937500000000 0.365234375000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 5.250000000000 13.875000000000 +5.968750000000 4.750000000000 2.671875000000 0.000000000000 +10.750000000000 0.000000000000 0.000000000000 10.812500000000 +4.468750000000 0.000000000000 0.000000000000 0.000000000000 +11.625000000000 14.375000000000 4.906250000000 0.000000000000 +17.750000000000 0.000000000000 7.656250000000 0.000000000000 +0.000000000000 9.500000000000 8.187500000000 5.281250000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +2.828125000000 0.287109375000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 7.875000000000 0.000000000000 +0.972656250000 41.500000000000 0.000000000000 10.625000000000 +4.750000000000 7.218750000000 0.000000000000 0.000000000000 +7.906250000000 4.062500000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 1.062500000000 +1.343750000000 1.687500000000 7.937500000000 3.328125000000 +0.000000000000 7.093750000000 0.474609375000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +13.250000000000 4.156250000000 0.000000000000 0.000000000000 +0.000000000000 0.161132812500 2.203125000000 1.695312500000 +1.117187500000 0.000000000000 2.421875000000 0.000000000000 +3.609375000000 0.000000000000 0.000000000000 7.437500000000 +3.359375000000 0.000000000000 16.000000000000 0.000000000000 +0.000000000000 21.750000000000 0.000000000000 0.000000000000 +3.187500000000 5.687500000000 0.000000000000 23.250000000000 +0.000000000000 13.500000000000 3.265625000000 3.421875000000 +10.437500000000 0.000000000000 6.937500000000 6.687500000000 +0.337890625000 1.140625000000 4.125000000000 9.625000000000 +0.617187500000 11.375000000000 9.687500000000 11.000000000000 +0.000000000000 0.000000000000 4.437500000000 6.031250000000 +0.000000000000 0.000000000000 0.000000000000 0.671875000000 +0.000000000000 7.312500000000 0.558593750000 0.000000000000 +0.000000000000 4.625000000000 12.000000000000 18.500000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +2.796875000000 8.625000000000 0.792968750000 8.750000000000 +3.156250000000 0.843750000000 0.000000000000 0.000000000000 +0.000000000000 8.875000000000 14.937500000000 0.000000000000 +0.000000000000 6.437500000000 2.609375000000 0.000000000000 +0.000000000000 11.062500000000 0.000000000000 10.687500000000 +7.250000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 6.593750000000 0.000000000000 +0.000000000000 0.000000000000 7.875000000000 0.000000000000 +0.000000000000 0.000000000000 3.453125000000 0.000000000000 +24.500000000000 59.500000000000 0.000000000000 10.625000000000 +16.000000000000 0.000000000000 0.000000000000 0.000000000000 +2.812500000000 5.343750000000 0.000000000000 0.000000000000 +4.656250000000 1.304687500000 0.000000000000 3.781250000000 +4.031250000000 7.250000000000 0.000000000000 11.187500000000 +0.000000000000 2.609375000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 3.890625000000 0.000000000000 +4.437500000000 5.406250000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 5.375000000000 +0.000000000000 5.218750000000 0.000000000000 1.437500000000 +0.570312500000 0.000000000000 9.062500000000 5.312500000000 +0.000000000000 0.000000000000 32.000000000000 0.000000000000 +0.000000000000 13.625000000000 10.250000000000 0.000000000000 +8.187500000000 19.250000000000 7.968750000000 35.000000000000 +0.128906250000 16.750000000000 6.093750000000 8.625000000000 +12.125000000000 0.000000000000 0.000000000000 3.906250000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 7.500000000000 0.000000000000 0.000000000000 +3.671875000000 0.000000000000 5.781250000000 0.000000000000 +10.687500000000 2.421875000000 3.484375000000 1.429687500000 +0.000000000000 2.562500000000 0.000000000000 0.000000000000 +0.000000000000 3.171875000000 4.906250000000 3.187500000000 +0.000000000000 0.000000000000 0.000000000000 3.328125000000 +9.437500000000 0.000000000000 0.000000000000 0.000000000000 +10.812500000000 0.000000000000 5.625000000000 0.000000000000 +2.640625000000 0.000000000000 5.968750000000 0.000000000000 +0.000000000000 9.187500000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 6.968750000000 1.937500000000 +0.221679687500 0.507812500000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 6.750000000000 0.000000000000 +0.000000000000 5.500000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 4.562500000000 1.562500000000 +0.000000000000 44.750000000000 0.000000000000 0.000000000000 +8.250000000000 0.000000000000 5.531250000000 1.171875000000 +5.718750000000 4.343750000000 0.000000000000 0.000000000000 +1.507812500000 3.015625000000 0.000000000000 0.695312500000 +0.000000000000 0.667968750000 1.976562500000 0.000000000000 +0.000000000000 2.406250000000 0.000000000000 11.187500000000 +0.000000000000 0.000000000000 0.000000000000 14.437500000000 +4.562500000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.914062500000 0.000000000000 +6.531250000000 0.000000000000 0.000000000000 2.453125000000 +8.062500000000 0.000000000000 0.000000000000 0.000000000000 +2.218750000000 1.843750000000 15.375000000000 0.000000000000 +1.054687500000 3.718750000000 5.687500000000 0.000000000000 +17.875000000000 0.000000000000 0.843750000000 23.875000000000 +0.000000000000 4.375000000000 17.750000000000 2.640625000000 +0.691406250000 0.000000000000 0.163085937500 0.242187500000 +0.142578125000 0.000000000000 0.000000000000 0.291015625000 +0.207031250000 0.091796875000 0.000000000000 0.100097656250 +0.050537109375 0.000000000000 0.129882812500 0.007598876953 +0.291015625000 0.079101562500 0.219726562500 0.000000000000 +0.000000000000 0.337890625000 0.000000000000 0.000000000000 +0.000000000000 0.300781250000 0.343750000000 0.707031250000 +0.375000000000 0.105468750000 0.000000000000 0.061035156250 +0.033203125000 0.204101562500 0.068847656250 0.066894531250 +0.159179687500 0.302734375000 0.125976562500 0.024291992188 +0.000000000000 0.570312500000 0.453125000000 0.000000000000 +0.247070312500 0.020874023438 0.000000000000 0.000000000000 +0.115722656250 0.162109375000 0.304687500000 0.386718750000 +0.000000000000 0.332031250000 0.000000000000 0.058837890625 +0.000000000000 0.224609375000 0.130859375000 0.000000000000 +0.093750000000 0.492187500000 0.092773437500 0.144531250000 +0.000000000000 0.000000000000 0.273437500000 0.046875000000 +0.283203125000 1.789062500000 0.402343750000 0.441406250000 +0.714843750000 0.574218750000 0.162109375000 0.185546875000 +0.055664062500 0.251953125000 0.347656250000 0.055419921875 +0.000000000000 0.057128906250 0.000000000000 0.277343750000 +0.117187500000 0.314453125000 0.410156250000 0.000000000000 +0.000000000000 0.191406250000 0.000000000000 0.139648437500 +0.000000000000 0.142578125000 0.000000000000 0.000000000000 +0.367187500000 0.106933593750 0.267578125000 0.000000000000 +0.000000000000 0.000000000000 0.170898437500 0.195312500000 +0.139648437500 0.214843750000 0.125976562500 0.000000000000 +0.445312500000 0.000000000000 0.094238281250 0.398437500000 +0.201171875000 0.000000000000 0.435546875000 0.185546875000 +0.162109375000 0.433593750000 0.550781250000 0.000000000000 +0.164062500000 0.251953125000 0.365234375000 0.652343750000 +0.000000000000 0.353515625000 0.667968750000 0.429687500000 diff --git a/AI_Engine_Development/AIE-MLv2/Design_Tutorials/01-Radio-ML/aie/dense_w18/data/data_o.txt b/AI_Engine_Development/AIE-MLv2/Design_Tutorials/01-Radio-ML/aie/dense_w18/data/data_o.txt new file mode 100644 index 0000000000..9d3b46cd7e --- /dev/null +++ b/AI_Engine_Development/AIE-MLv2/Design_Tutorials/01-Radio-ML/aie/dense_w18/data/data_o.txt @@ -0,0 +1,24 @@ +0.000202178955 0.000011265278 0.008789062500 0.000000055647 +0.000000086147 0.000000019441 0.000000007683 0.000000058208 +0.988281250000 0.000026941299 0.000000335276 0.000000002503 +0.000036954880 0.000002220273 0.000000074506 0.000000010827 +0.000000021653 0.001342773438 0.000004291534 0.000000216998 +0.000000737607 0.000002637506 0.000003218651 0.000000006927 +0.000214576721 0.000042676926 0.045898437500 0.000000160187 +0.667968750000 0.000001616776 0.000000001790 0.000000013679 +0.000000020955 0.000000001077 0.000000000005 0.000000000000 +0.000000260770 0.000000000008 0.000000000000 0.000000000000 +0.000000000000 0.285156250000 0.000096321106 0.000000376254 +0.000001952052 0.000000001142 0.000001706183 0.000000000085 +0.003280639648 0.001876831055 0.003616333008 0.000000118278 +0.000015497208 0.000012576580 0.000000155531 0.000000029569 +0.000007688999 0.000010490417 0.000000912696 0.000001311302 +0.933593750000 0.000000005995 0.000000558794 0.000000333413 +0.000007808208 0.058593750000 0.000013470650 0.000000003492 +0.000017881393 0.000000000357 0.000011682510 0.000000108499 +0.028564453125 0.023193359375 0.025146484375 0.033203125000 +0.050292968750 0.053710937500 0.050781250000 0.050537109375 +0.051513671875 0.050292968750 0.055419921875 0.055175781250 +0.053222656250 0.050292968750 0.054199218750 0.051269531250 +0.052734375000 0.028320312500 0.024658203125 0.021606445312 +0.024658203125 0.022583007812 0.037353515625 0.050781250000 diff --git a/AI_Engine_Development/AIE-MLv2/Design_Tutorials/01-Radio-ML/aie/dense_w18/data/weights-rtp.txt b/AI_Engine_Development/AIE-MLv2/Design_Tutorials/01-Radio-ML/aie/dense_w18/data/weights-rtp.txt new file mode 100644 index 0000000000..70bd9f961b --- /dev/null +++ b/AI_Engine_Development/AIE-MLv2/Design_Tutorials/01-Radio-ML/aie/dense_w18/data/weights-rtp.txt @@ -0,0 +1,3072 @@ +-0.170898437500 +0.002075195312 +-0.097167968750 +-0.061767578125 +0.026855468750 +-0.075683593750 +-0.084472656250 +-0.125000000000 +0.043945312500 +0.148437500000 +0.142578125000 +-0.007415771484 +0.054931640625 +0.062011718750 +-0.018554687500 +-0.019897460938 +0.038085937500 +0.027954101562 +0.072753906250 +-0.031738281250 +-0.146484375000 +-0.019653320312 +0.033935546875 +-0.002822875977 +0.151367187500 +-0.053466796875 +-0.083984375000 +-0.067382812500 +-0.231445312500 +-0.076171875000 +0.108398437500 +-0.084472656250 +-0.021606445312 +-0.199218750000 +-0.078125000000 +-0.078125000000 +0.064941406250 +-0.127929687500 +-0.062011718750 +-0.066406250000 +-0.180664062500 +0.312500000000 +-0.064453125000 +-0.005706787109 +-0.184570312500 +0.016357421875 +0.135742187500 +-0.028686523438 +-0.010925292969 +0.001731872559 +-0.007232666016 +0.078125000000 +0.021728515625 +-0.236328125000 +0.017089843750 +-0.055175781250 +0.015136718750 +-0.126953125000 +0.049072265625 +0.177734375000 +-0.092773437500 +0.130859375000 +-0.023193359375 +0.013549804688 +0.056884765625 +-0.121582031250 +-0.140625000000 +0.080566406250 +-0.010559082031 +0.176757812500 +-0.144531250000 +0.013916015625 +-0.124023437500 +-0.045654296875 +-0.079101562500 +0.044433593750 +-0.152343750000 +0.038818359375 +-0.063964843750 +0.023315429688 +0.060791015625 +0.007293701172 +0.007934570312 +-0.128906250000 +0.042236328125 +-0.045166015625 +-0.273437500000 +-0.039550781250 +0.161132812500 +-0.041015625000 +-0.109863281250 +-0.113769531250 +0.011962890625 +0.092773437500 +0.026123046875 +0.034179687500 +0.012878417969 +-0.070312500000 +-0.057373046875 +0.030273437500 +-0.047607421875 +0.014831542969 +-0.035888671875 +-0.030029296875 +0.014831542969 +0.029296875000 +0.010681152344 +-0.022460937500 +0.008117675781 +-0.026611328125 +0.050537109375 +-0.115722656250 +-0.049316406250 +0.006347656250 +-0.069824218750 +-0.096191406250 +-0.180664062500 +0.203125000000 +-0.095214843750 +-0.039062500000 +0.039306640625 +-0.034912109375 +0.060791015625 +-0.114746093750 +-0.015441894531 +-0.034423828125 +-0.104003906250 +-0.259765625000 +-0.146484375000 +0.063476562500 +-0.153320312500 +-0.043701171875 +0.049316406250 +-0.039794921875 +-0.102050781250 +-0.180664062500 +0.007293701172 +-0.003631591797 +0.086914062500 +-0.010498046875 +0.023925781250 +0.076660156250 +0.045410156250 +-0.041503906250 +-0.030761718750 +0.063476562500 +0.056152343750 +-0.020507812500 +-0.039794921875 +-0.048583984375 +0.075195312500 +-0.020019531250 +0.138671875000 +-0.058105468750 +-0.102539062500 +0.034912109375 +-0.193359375000 +-0.077148437500 +0.065429687500 +0.057128906250 +0.000349044800 +-0.045410156250 +-0.101074218750 +0.150390625000 +-0.047851562500 +-0.030151367188 +0.035156250000 +0.230468750000 +-0.004821777344 +-0.015625000000 +-0.047119140625 +-0.016357421875 +-0.168945312500 +0.065917968750 +0.127929687500 +-0.005981445312 +-0.005828857422 +-0.024047851562 +-0.193359375000 +0.046142578125 +0.040283203125 +-0.054931640625 +0.004791259766 +-0.044677734375 +-0.019653320312 +-0.031738281250 +0.026733398438 +-0.015380859375 +-0.050292968750 +0.078125000000 +0.130859375000 +0.008972167969 +0.096191406250 +-0.009033203125 +-0.095214843750 +0.079101562500 +-0.119140625000 +0.157226562500 +-0.170898437500 +-0.056152343750 +-0.176757812500 +-0.065429687500 +-0.094726562500 +0.037353515625 +-0.038574218750 +0.009765625000 +-0.196289062500 +0.023681640625 +0.082519531250 +-0.002868652344 +-0.107421875000 +-0.083496093750 +-0.029052734375 +-0.039062500000 +-0.193359375000 +0.009521484375 +0.062500000000 +-0.126953125000 +0.033203125000 +-0.092773437500 +-0.082519531250 +0.022583007812 +-0.047363281250 +0.012145996094 +-0.089355468750 +-0.027832031250 +-0.080566406250 +-0.002273559570 +-0.053222656250 +0.163085937500 +-0.027465820312 +0.011230468750 +-0.110351562500 +0.028320312500 +-0.010864257812 +-0.119628906250 +-0.004699707031 +-0.009033203125 +0.027832031250 +-0.125000000000 +-0.092285156250 +-0.025390625000 +-0.035156250000 +-0.106445312500 +-0.154296875000 +0.160156250000 +-0.002075195312 +0.012451171875 +0.151367187500 +-0.000892639160 +-0.074218750000 +-0.101074218750 +0.014099121094 +0.005004882812 +-0.092285156250 +-0.191406250000 +-0.130859375000 +0.063964843750 +-0.106933593750 +-0.051025390625 +0.047851562500 +-0.037841796875 +-0.060302734375 +-0.057861328125 +-0.006500244141 +-0.045410156250 +0.089355468750 +0.113769531250 +0.024658203125 +0.103027343750 +0.083496093750 +-0.078613281250 +-0.009460449219 +0.049560546875 +0.029052734375 +0.037353515625 +-0.077148437500 +-0.031738281250 +0.086914062500 +0.049804687500 +0.130859375000 +-0.133789062500 +-0.069335937500 +0.037841796875 +-0.199218750000 +-0.044189453125 +0.037597656250 +-0.087402343750 +0.010864257812 +-0.075195312500 +-0.082031250000 +0.086425781250 +-0.036132812500 +-0.148437500000 +-0.055908203125 +0.142578125000 +-0.060302734375 +0.176757812500 +-0.055664062500 +-0.054443359375 +-0.058349609375 +0.076660156250 +0.125000000000 +-0.013183593750 +-0.005004882812 +-0.008972167969 +-0.202148437500 +0.060546875000 +0.038330078125 +-0.143554687500 +0.013732910156 +0.098632812500 +-0.008850097656 +0.027587890625 +0.019531250000 +-0.000366210938 +-0.069824218750 +0.044921875000 +0.108886718750 +-0.003463745117 +0.079589843750 +-0.015747070312 +-0.100585937500 +0.076660156250 +-0.027221679688 +0.139648437500 +-0.060058593750 +-0.055419921875 +-0.134765625000 +-0.100585937500 +-0.120605468750 +0.033935546875 +0.136718750000 +-0.005310058594 +-0.140625000000 +0.035156250000 +0.074218750000 +-0.001693725586 +-0.032226562500 +-0.076660156250 +-0.053955078125 +-0.008300781250 +-0.111328125000 +-0.014221191406 +0.026611328125 +-0.093261718750 +-0.115234375000 +-0.065917968750 +-0.040039062500 +0.038574218750 +-0.055664062500 +0.020385742188 +-0.083984375000 +-0.028442382812 +-0.080078125000 +-0.004821777344 +-0.037109375000 +0.139648437500 +-0.034423828125 +-0.048095703125 +-0.065429687500 +0.097656250000 +-0.040527343750 +-0.053955078125 +0.009948730469 +0.022827148438 +0.036376953125 +-0.021362304688 +-0.049804687500 +-0.004913330078 +-0.044433593750 +-0.103515625000 +-0.094726562500 +0.080078125000 +-0.026855468750 +0.028930664062 +0.134765625000 +-0.007080078125 +-0.065917968750 +-0.046630859375 +0.003875732422 +0.025390625000 +-0.123535156250 +-0.171875000000 +0.099121093750 +-0.004272460938 +-0.177734375000 +0.055175781250 +-0.118164062500 +-0.125976562500 +-0.074218750000 +0.088867187500 +-0.038085937500 +-0.051513671875 +-0.028076171875 +-0.057861328125 +-0.049560546875 +0.076171875000 +-0.119140625000 +-0.037353515625 +-0.027099609375 +-0.004302978516 +0.024169921875 +0.067382812500 +-0.231445312500 +-0.166015625000 +-0.232421875000 +0.029296875000 +0.196289062500 +-0.112304687500 +0.004760742188 +-0.124511718750 +0.092285156250 +0.011047363281 +-0.189453125000 +-0.271484375000 +-0.079589843750 +-0.167968750000 +-0.103027343750 +-0.335937500000 +0.242187500000 +0.066894531250 +-0.139648437500 +-0.102050781250 +0.024047851562 +0.041503906250 +-0.160156250000 +-0.009033203125 +0.086425781250 +-0.034912109375 +-0.028076171875 +-0.059326171875 +-0.002777099609 +-0.065917968750 +-0.219726562500 +-0.021484375000 +0.359375000000 +0.041259765625 +-0.095214843750 +0.081542968750 +-0.188476562500 +0.005371093750 +0.026000976562 +0.216796875000 +-0.020874023438 +0.028930664062 +-0.267578125000 +0.087890625000 +-0.306640625000 +-0.271484375000 +-0.213867187500 +0.162109375000 +0.063964843750 +-0.144531250000 +-0.033691406250 +-0.114746093750 +0.169921875000 +0.175781250000 +0.285156250000 +-0.105957031250 +-0.036132812500 +-0.077636718750 +-0.306640625000 +-0.077636718750 +0.188476562500 +-0.029296875000 +-0.069335937500 +-0.026123046875 +0.021484375000 +-0.010986328125 +0.101074218750 +-0.158203125000 +0.101074218750 +0.038085937500 +0.054931640625 +-0.182617187500 +0.081542968750 +-0.123535156250 +0.263671875000 +-0.500000000000 +-0.129882812500 +-0.172851562500 +0.009643554688 +-0.016357421875 +-0.163085937500 +0.065429687500 +-0.031738281250 +0.037841796875 +0.160156250000 +0.025146484375 +0.097167968750 +0.063964843750 +0.022583007812 +-0.065917968750 +0.096679687500 +-0.147460937500 +0.113769531250 +0.125000000000 +0.160156250000 +0.151367187500 +-0.130859375000 +-0.141601562500 +-0.178710937500 +0.018188476562 +-0.105468750000 +0.190429687500 +-0.080566406250 +0.161132812500 +0.002120971680 +0.057617187500 +0.020751953125 +-0.253906250000 +0.075195312500 +-0.053710937500 +0.060302734375 +-0.020263671875 +-0.057373046875 +-0.017333984375 +-0.136718750000 +0.038085937500 +-0.053466796875 +-0.052246093750 +0.020874023438 +0.111816406250 +-0.006927490234 +0.065917968750 +-0.158203125000 +-0.078613281250 +-0.021972656250 +-0.134765625000 +-0.053466796875 +0.047119140625 +-0.138671875000 +0.029541015625 +-0.199218750000 +-0.085937500000 +0.083007812500 +-0.080566406250 +0.217773437500 +-0.095214843750 +-0.034179687500 +0.000759124756 +-0.147460937500 +-0.099609375000 +-0.049072265625 +0.062011718750 +-0.077148437500 +-0.061279296875 +-0.192382812500 +-0.072265625000 +-0.042480468750 +-0.075683593750 +-0.068359375000 +-0.115722656250 +0.014404296875 +-0.091796875000 +-0.094726562500 +-0.065917968750 +-0.083496093750 +0.132812500000 +0.028808593750 +0.125976562500 +0.066894531250 +-0.103027343750 +-0.093261718750 +-0.044677734375 +-0.163085937500 +0.105468750000 +-0.076660156250 +0.049072265625 +0.015197753906 +0.027954101562 +-0.136718750000 +-0.111328125000 +-0.134765625000 +-0.024414062500 +0.017333984375 +-0.138671875000 +-0.062500000000 +-0.010253906250 +0.232421875000 +-0.091308593750 +0.019775390625 +-0.084960937500 +0.090332031250 +-0.046386718750 +-0.163085937500 +0.021850585938 +-0.223632812500 +0.009643554688 +-0.026611328125 +-0.035156250000 +0.038818359375 +0.003784179688 +-0.064941406250 +0.070800781250 +0.039794921875 +-0.011962890625 +-0.088867187500 +0.056884765625 +0.030517578125 +-0.017822265625 +-0.044921875000 +-0.107421875000 +0.057861328125 +0.086914062500 +-0.069824218750 +0.034423828125 +0.042724609375 +-0.020507812500 +-0.032714843750 +-0.024291992188 +-0.016967773438 +0.027465820312 +-0.059326171875 +0.036865234375 +0.032714843750 +0.158203125000 +0.007781982422 +-0.007293701172 +0.057373046875 +-0.034179687500 +-0.045166015625 +-0.085937500000 +-0.132812500000 +0.004974365234 +0.054931640625 +-0.010009765625 +0.005249023438 +-0.008605957031 +0.121582031250 +0.016357421875 +-0.084472656250 +0.021606445312 +0.028442382812 +0.040039062500 +-0.044189453125 +-0.048828125000 +0.082031250000 +0.102539062500 +-0.034912109375 +0.004364013672 +0.104003906250 +-0.068359375000 +-0.051757812500 +0.059570312500 +-0.248046875000 +0.042968750000 +-0.047851562500 +0.030761718750 +0.049804687500 +0.067871093750 +-0.055908203125 +0.069824218750 +-0.019897460938 +-0.146484375000 +-0.009094238281 +0.006866455078 +-0.023437500000 +-0.164062500000 +0.068847656250 +-0.052001953125 +-0.168945312500 +-0.159179687500 +0.017700195312 +-0.000400543213 +0.159179687500 +-0.133789062500 +-0.039062500000 +-0.064453125000 +-0.072265625000 +-0.177734375000 +-0.060302734375 +0.006469726562 +0.060546875000 +-0.084960937500 +-0.140625000000 +-0.005615234375 +-0.094238281250 +-0.085449218750 +-0.136718750000 +-0.033447265625 +-0.035156250000 +-0.070800781250 +-0.015625000000 +0.076171875000 +-0.023925781250 +0.079589843750 +0.037841796875 +0.016723632812 +-0.021728515625 +-0.058349609375 +0.021850585938 +-0.039550781250 +-0.182617187500 +0.066406250000 +-0.058105468750 +0.100585937500 +0.008544921875 +0.041992187500 +0.005554199219 +-0.064453125000 +-0.117675781250 +-0.088867187500 +0.017333984375 +-0.050781250000 +-0.065917968750 +-0.003036499023 +-0.061279296875 +-0.089843750000 +0.068847656250 +-0.029541015625 +0.210937500000 +-0.022460937500 +0.036621093750 +-0.000862121582 +-0.091308593750 +-0.021362304688 +0.071289062500 +0.014038085938 +-0.063964843750 +0.000488281250 +0.052001953125 +0.021484375000 +-0.032226562500 +-0.047363281250 +-0.069824218750 +0.073242187500 +-0.092773437500 +0.001304626465 +-0.062988281250 +-0.039550781250 +0.014526367188 +-0.031250000000 +0.029296875000 +-0.051757812500 +0.141601562500 +0.069335937500 +0.001182556152 +-0.046875000000 +-0.006317138672 +0.001121520996 +-0.013854980469 +0.030029296875 +0.039794921875 +0.031982421875 +-0.047607421875 +-0.032958984375 +0.046875000000 +-0.030273437500 +-0.062011718750 +-0.033935546875 +-0.007751464844 +-0.094726562500 +-0.072753906250 +-0.031982421875 +0.019287109375 +-0.071777343750 +0.192382812500 +-0.081542968750 +-0.095703125000 +0.000247955322 +-0.029541015625 +-0.006439208984 +-0.088867187500 +-0.050781250000 +0.095214843750 +0.095703125000 +-0.043212890625 +-0.022216796875 +0.113281250000 +0.010437011719 +-0.029174804688 +-0.050292968750 +-0.165039062500 +0.037841796875 +-0.048828125000 +-0.179687500000 +0.026245117188 +-0.003036499023 +-0.075683593750 +0.079589843750 +-0.090820312500 +-0.148437500000 +-0.076171875000 +-0.021972656250 +-0.080566406250 +-0.034912109375 +0.108398437500 +-0.059326171875 +-0.025268554688 +-0.192382812500 +0.022583007812 +0.005676269531 +0.158203125000 +-0.095214843750 +-0.134765625000 +-0.086914062500 +-0.093750000000 +0.151367187500 +-0.018920898438 +-0.022216796875 +0.001670837402 +-0.088867187500 +-0.099121093750 +-0.005828857422 +-0.088867187500 +-0.084960937500 +0.007110595703 +0.013000488281 +-0.012084960938 +-0.079101562500 +-0.038574218750 +0.055664062500 +0.002929687500 +-0.178710937500 +0.038818359375 +0.080078125000 +-0.005767822266 +-0.057128906250 +0.036132812500 +-0.069335937500 +-0.015747070312 +0.036132812500 +-0.078613281250 +0.082519531250 +0.007629394531 +-0.060302734375 +-0.076171875000 +-0.039062500000 +-0.185546875000 +-0.038330078125 +-0.154296875000 +-0.182617187500 +-0.069824218750 +-0.010314941406 +-0.032714843750 +-0.124023437500 +-0.028930664062 +0.046875000000 +0.153320312500 +0.017700195312 +-0.114257812500 +0.046386718750 +-0.188476562500 +-0.035888671875 +0.088867187500 +0.030517578125 +-0.077148437500 +-0.001541137695 +-0.160156250000 +0.010498046875 +-0.030883789062 +-0.021118164062 +-0.013977050781 +0.022705078125 +-0.091796875000 +0.004974365234 +-0.041503906250 +-0.062988281250 +-0.008178710938 +-0.029663085938 +0.047851562500 +0.089843750000 +0.093261718750 +0.089355468750 +0.007110595703 +0.087890625000 +-0.025146484375 +0.025756835938 +-0.014221191406 +0.044189453125 +0.049560546875 +0.054199218750 +-0.120117187500 +0.016601562500 +-0.026000976562 +-0.042236328125 +-0.089355468750 +0.008850097656 +0.011291503906 +0.059082031250 +-0.159179687500 +-0.051025390625 +0.048828125000 +-0.056152343750 +0.082519531250 +-0.111816406250 +-0.106445312500 +0.029418945312 +0.060058593750 +-0.029052734375 +-0.061035156250 +-0.022827148438 +0.090820312500 +0.015563964844 +-0.032958984375 +-0.001197814941 +0.112304687500 +0.041015625000 +-0.035888671875 +0.005584716797 +-0.159179687500 +0.060302734375 +-0.070312500000 +-0.200195312500 +0.039550781250 +0.010070800781 +-0.075195312500 +0.082519531250 +-0.072265625000 +-0.161132812500 +-0.081542968750 +-0.023925781250 +0.082519531250 +-0.025512695312 +0.115234375000 +-0.065917968750 +-0.066406250000 +-0.153320312500 +-0.106933593750 +0.010375976562 +0.141601562500 +-0.098144531250 +-0.062988281250 +-0.128906250000 +-0.106933593750 +0.051757812500 +-0.059082031250 +-0.000063896179 +-0.008728027344 +-0.036132812500 +-0.137695312500 +-0.057373046875 +-0.080078125000 +-0.075195312500 +-0.069335937500 +-0.019165039062 +0.029418945312 +-0.094238281250 +-0.030883789062 +-0.113281250000 +0.028442382812 +0.078613281250 +0.043701171875 +0.075683593750 +-0.025878906250 +0.147460937500 +0.039550781250 +-0.062011718750 +-0.082031250000 +0.043457031250 +-0.027465820312 +0.078125000000 +0.025024414062 +0.061767578125 +0.052001953125 +-0.062500000000 +-0.181640625000 +-0.044677734375 +-0.173828125000 +-0.091308593750 +-0.068847656250 +-0.027465820312 +-0.021728515625 +-0.140625000000 +-0.063964843750 +0.039550781250 +0.183593750000 +-0.070800781250 +-0.091796875000 +0.051757812500 +-0.207031250000 +-0.045166015625 +0.049316406250 +0.009033203125 +-0.084472656250 +-0.000316619873 +-0.058837890625 +0.004882812500 +-0.121582031250 +-0.036621093750 +-0.004852294922 +0.035156250000 +-0.072265625000 +0.016601562500 +-0.034667968750 +-0.018310546875 +0.047851562500 +-0.075683593750 +0.035888671875 +-0.102050781250 +0.083984375000 +0.103027343750 +-0.006958007812 +0.083984375000 +-0.000163078308 +-0.044921875000 +0.003204345703 +0.042480468750 +0.068847656250 +0.050292968750 +-0.077636718750 +-0.026367187500 +0.066894531250 +-0.030761718750 +-0.104980468750 +-0.029052734375 +0.031738281250 +0.054199218750 +-0.112792968750 +-0.028198242188 +0.015747070312 +-0.059082031250 +0.039794921875 +-0.099121093750 +0.008850097656 +-0.053466796875 +0.097656250000 +-0.015258789062 +-0.090332031250 +-0.036376953125 +0.047363281250 +0.047851562500 +-0.003677368164 +0.022949218750 +0.110839843750 +0.010070800781 +-0.034667968750 +-0.023925781250 +-0.066406250000 +0.022094726562 +-0.009887695312 +-0.067382812500 +-0.066894531250 +0.031494140625 +0.080566406250 +0.046142578125 +-0.113769531250 +0.077148437500 +0.022705078125 +-0.093261718750 +0.096679687500 +-0.023315429688 +-0.178710937500 +0.010620117188 +-0.166992187500 +-0.357421875000 +-0.059082031250 +-0.060546875000 +-0.207031250000 +-0.118164062500 +0.013183593750 +0.008178710938 +0.057128906250 +-0.035644531250 +0.033691406250 +-0.038330078125 +-0.090820312500 +0.109375000000 +-0.029907226562 +-0.022338867188 +0.143554687500 +-0.096191406250 +0.012084960938 +-0.015197753906 +0.044677734375 +-0.077636718750 +0.181640625000 +-0.120117187500 +0.021362304688 +-0.121582031250 +0.037353515625 +0.040283203125 +-0.078125000000 +-0.028930664062 +0.177734375000 +-0.027832031250 +-0.111816406250 +0.021972656250 +-0.072265625000 +0.038085937500 +-0.003799438477 +0.067382812500 +-0.181640625000 +-0.099609375000 +-0.172851562500 +-0.098632812500 +0.041503906250 +-0.134765625000 +0.017944335938 +0.024291992188 +-0.093750000000 +-0.109863281250 +0.072265625000 +0.123535156250 +-0.176757812500 +0.003448486328 +-0.036865234375 +0.020996093750 +-0.079101562500 +0.010314941406 +0.123535156250 +0.018554687500 +-0.078125000000 +0.002487182617 +-0.250000000000 +0.051025390625 +-0.086914062500 +-0.014892578125 +0.061279296875 +-0.040039062500 +-0.019531250000 +0.002029418945 +-0.052246093750 +-0.056152343750 +0.065429687500 +-0.062988281250 +0.034179687500 +0.098632812500 +0.041992187500 +0.169921875000 +0.009643554688 +-0.122558593750 +0.024536132812 +0.027099609375 +0.002670288086 +0.008972167969 +-0.044677734375 +0.008850097656 +-0.137695312500 +0.044433593750 +0.021850585938 +-0.126953125000 +-0.050292968750 +0.163085937500 +0.104492187500 +-0.112792968750 +0.024169921875 +0.088867187500 +-0.018676757812 +0.060791015625 +-0.041259765625 +-0.084472656250 +-0.086425781250 +0.012695312500 +-0.074218750000 +-0.003585815430 +-0.117187500000 +0.003280639648 +0.080566406250 +0.018188476562 +-0.076660156250 +-0.031127929688 +-0.042724609375 +0.036132812500 +-0.039062500000 +0.017211914062 +-0.103515625000 +0.026977539062 +0.151367187500 +0.000176429749 +-0.026855468750 +-0.053955078125 +0.000770568848 +0.077148437500 +-0.023681640625 +-0.125000000000 +0.032470703125 +-0.117187500000 +0.076171875000 +0.014770507812 +0.049072265625 +-0.042968750000 +-0.047363281250 +-0.414062500000 +-0.036621093750 +-0.049560546875 +-0.088378906250 +-0.088378906250 +0.166015625000 +0.027954101562 +-0.072265625000 +0.042968750000 +-0.174804687500 +0.007049560547 +-0.066406250000 +0.037597656250 +0.033935546875 +-0.009521484375 +0.019653320312 +-0.071777343750 +0.015380859375 +-0.005859375000 +0.144531250000 +-0.079589843750 +-0.025878906250 +-0.019775390625 +0.045410156250 +-0.083007812500 +0.035156250000 +0.031494140625 +0.083007812500 +-0.148437500000 +0.072265625000 +-0.024414062500 +-0.134765625000 +0.036132812500 +0.009887695312 +0.054931640625 +0.012207031250 +-0.072265625000 +-0.085449218750 +-0.132812500000 +-0.164062500000 +-0.003646850586 +-0.024169921875 +0.047607421875 +-0.009582519531 +0.002990722656 +0.015502929688 +-0.116699218750 +0.152343750000 +0.087890625000 +-0.013854980469 +-0.005981445312 +-0.182617187500 +0.012695312500 +-0.056396484375 +-0.010681152344 +0.002456665039 +0.042480468750 +-0.104003906250 +-0.004791259766 +-0.105957031250 +0.021972656250 +0.191406250000 +-0.052246093750 +0.070312500000 +-0.127929687500 +-0.019287109375 +-0.005767822266 +-0.093261718750 +-0.031494140625 +0.124511718750 +0.209960937500 +-0.037841796875 +0.034423828125 +0.052734375000 +-0.018188476562 +-0.010620117188 +0.047607421875 +-0.083007812500 +0.024169921875 +0.001403808594 +0.060546875000 +0.052734375000 +0.011474609375 +0.139648437500 +-0.029785156250 +0.043212890625 +-0.092773437500 +-0.099121093750 +0.070312500000 +-0.012756347656 +-0.096191406250 +-0.001197814941 +0.000629425049 +0.026611328125 +-0.142578125000 +-0.075683593750 +-0.223632812500 +-0.057861328125 +-0.028930664062 +-0.154296875000 +-0.009216308594 +-0.053955078125 +0.053710937500 +0.086425781250 +0.060302734375 +0.031738281250 +-0.016967773438 +0.019775390625 +0.068847656250 +-0.008911132812 +-0.009399414062 +-0.114257812500 +0.018432617188 +-0.080566406250 +-0.065429687500 +-0.005798339844 +-0.057861328125 +0.028076171875 +-0.084472656250 +-0.109375000000 +-0.179687500000 +0.128906250000 +-0.029418945312 +0.007110595703 +-0.186523437500 +-0.116210937500 +0.021362304688 +-0.001609802246 +0.019287109375 +-0.031494140625 +-0.050781250000 +-0.011779785156 +0.004394531250 +0.093750000000 +0.032958984375 +-0.052978515625 +-0.147460937500 +-0.061035156250 +0.037597656250 +-0.084960937500 +0.006958007812 +-0.204101562500 +0.030395507812 +-0.051513671875 +-0.125000000000 +-0.047607421875 +-0.094726562500 +0.166015625000 +-0.108398437500 +0.055419921875 +0.003234863281 +-0.053222656250 +0.196289062500 +0.036132812500 +0.013610839844 +-0.032226562500 +-0.133789062500 +-0.039550781250 +-0.037597656250 +-0.120117187500 +0.019165039062 +0.172851562500 +0.071777343750 +-0.022094726562 +0.086425781250 +-0.072265625000 +-0.107421875000 +-0.097656250000 +0.092285156250 +-0.106445312500 +-0.207031250000 +-0.070800781250 +-0.009216308594 +0.077148437500 +-0.086425781250 +0.238281250000 +0.026000976562 +-0.184570312500 +0.030639648438 +-0.084472656250 +0.036621093750 +-0.041503906250 +0.021606445312 +0.040283203125 +0.045410156250 +-0.128906250000 +0.009521484375 +-0.148437500000 +0.027343750000 +-0.068847656250 +0.000391006470 +0.010070800781 +-0.100585937500 +0.004211425781 +0.010437011719 +-0.080566406250 +0.005767822266 +0.050537109375 +0.207031250000 +0.014099121094 +0.037353515625 +-0.087402343750 +-0.067382812500 +-0.013061523438 +-0.199218750000 +-0.087890625000 +0.014648437500 +0.024780273438 +0.025512695312 +0.051513671875 +-0.068847656250 +-0.034423828125 +0.004730224609 +0.057128906250 +-0.138671875000 +-0.149414062500 +0.054199218750 +0.027709960938 +-0.076660156250 +-0.125000000000 +-0.036865234375 +0.047119140625 +-0.016967773438 +0.065917968750 +0.065917968750 +-0.078613281250 +-0.112792968750 +-0.200195312500 +-0.030883789062 +-0.068359375000 +0.036621093750 +0.078613281250 +-0.046386718750 +0.014770507812 +-0.024658203125 +0.046142578125 +0.066894531250 +-0.015258789062 +-0.010742187500 +-0.055908203125 +0.014892578125 +-0.138671875000 +0.060302734375 +0.003570556641 +-0.060546875000 +0.035156250000 +-0.058837890625 +-0.035400390625 +-0.190429687500 +0.044189453125 +-0.062500000000 +0.018798828125 +-0.161132812500 +0.081542968750 +0.018554687500 +-0.180664062500 +-0.025268554688 +-0.003265380859 +-0.038330078125 +-0.228515625000 +-0.048583984375 +0.097656250000 +-0.068359375000 +-0.063476562500 +-0.097167968750 +-0.092773437500 +0.052001953125 +-0.079589843750 +0.014221191406 +-0.119628906250 +0.012145996094 +-0.129882812500 +-0.145507812500 +-0.092285156250 +-0.055175781250 +0.102050781250 +-0.007537841797 +-0.017944335938 +-0.073730468750 +-0.092773437500 +0.159179687500 +0.029663085938 +0.046875000000 +0.004669189453 +-0.166992187500 +0.130859375000 +-0.011779785156 +-0.219726562500 +0.015747070312 +-0.042480468750 +0.060302734375 +-0.001380920410 +0.040283203125 +-0.066894531250 +-0.103515625000 +-0.079589843750 +0.106445312500 +0.003677368164 +-0.135742187500 +-0.053710937500 +0.052490234375 +-0.081054687500 +-0.134765625000 +0.222656250000 +-0.000295639038 +0.082519531250 +0.003189086914 +-0.100097656250 +0.041015625000 +-0.054931640625 +0.022827148438 +0.054199218750 +0.038574218750 +-0.031127929688 +0.013061523438 +0.022094726562 +0.009460449219 +-0.132812500000 +0.025756835938 +0.024780273438 +-0.126953125000 +-0.029907226562 +0.022094726562 +-0.060546875000 +0.020263671875 +0.074218750000 +0.187500000000 +-0.045898437500 +-0.051025390625 +-0.081542968750 +-0.043701171875 +0.006988525391 +-0.138671875000 +-0.071777343750 +-0.013977050781 +0.057617187500 +0.053955078125 +0.038085937500 +-0.078125000000 +0.273437500000 +-0.030883789062 +0.053466796875 +-0.106933593750 +-0.141601562500 +0.036621093750 +0.019531250000 +-0.181640625000 +-0.069824218750 +0.008422851562 +0.048583984375 +-0.155273437500 +0.042724609375 +0.003173828125 +0.015441894531 +-0.162109375000 +-0.138671875000 +-0.009826660156 +-0.076171875000 +0.029785156250 +0.108886718750 +-0.068359375000 +-0.036621093750 +-0.010192871094 +0.015197753906 +0.065429687500 +-0.026733398438 +0.006195068359 +-0.021240234375 +0.049560546875 +-0.017700195312 +0.011962890625 +0.000801086426 +-0.044921875000 +0.045898437500 +0.060058593750 +-0.017089843750 +-0.109863281250 +0.168945312500 +-0.073242187500 +0.015563964844 +-0.100585937500 +0.116210937500 +-0.024169921875 +-0.240234375000 +-0.130859375000 +-0.075683593750 +-0.036621093750 +-0.130859375000 +0.083496093750 +-0.087402343750 +-0.048828125000 +-0.038818359375 +-0.205078125000 +0.133789062500 +0.033691406250 +-0.091796875000 +0.106933593750 +0.029541015625 +-0.036132812500 +0.133789062500 +-0.091308593750 +-0.050048828125 +-0.149414062500 +0.061767578125 +-0.053710937500 +-0.094726562500 +0.039062500000 +-0.021484375000 +0.005004882812 +0.025146484375 +0.022338867188 +0.089843750000 +-0.118164062500 +0.006896972656 +0.080566406250 +-0.180664062500 +0.029541015625 +-0.036865234375 +0.074218750000 +-0.008789062500 +0.043945312500 +-0.153320312500 +-0.087890625000 +-0.253906250000 +-0.008544921875 +-0.157226562500 +-0.150390625000 +-0.023315429688 +0.034667968750 +-0.015625000000 +-0.101074218750 +0.079589843750 +0.031494140625 +-0.150390625000 +-0.011474609375 +0.013549804688 +0.037353515625 +-0.081542968750 +0.010620117188 +0.037597656250 +0.018554687500 +-0.098632812500 +-0.004730224609 +-0.157226562500 +0.057617187500 +0.010437011719 +0.021362304688 +0.059814453125 +-0.124511718750 +0.038085937500 +0.004913330078 +-0.107421875000 +0.155273437500 +0.031494140625 +-0.029541015625 +-0.060302734375 +0.086425781250 +-0.021362304688 +0.005096435547 +0.009338378906 +0.024902343750 +-0.090332031250 +0.027832031250 +0.042236328125 +0.033203125000 +0.064453125000 +0.059326171875 +-0.179687500000 +0.101074218750 +0.086425781250 +0.053955078125 +-0.087890625000 +0.132812500000 +0.042724609375 +-0.026855468750 +0.061767578125 +-0.070312500000 +0.062255859375 +-0.110839843750 +0.033447265625 +-0.033691406250 +-0.023193359375 +0.066894531250 +-0.162109375000 +0.036376953125 +-0.075195312500 +-0.052001953125 +0.026245117188 +-0.005157470703 +-0.122070312500 +-0.005554199219 +-0.024169921875 +0.083496093750 +-0.012695312500 +-0.023559570312 +-0.062500000000 +0.061035156250 +-0.044433593750 +-0.101074218750 +-0.048828125000 +0.032958984375 +0.006347656250 +-0.004730224609 +-0.121093750000 +-0.046142578125 +-0.000465393066 +-0.005828857422 +0.058349609375 +-0.250000000000 +-0.135742187500 +0.002197265625 +-0.013671875000 +-0.072265625000 +0.041503906250 +0.025634765625 +-0.096191406250 +0.148437500000 +0.115722656250 +0.250000000000 +-0.076171875000 +-0.083496093750 +0.017700195312 +0.006988525391 +-0.053955078125 +0.028320312500 +-0.088378906250 +-0.056152343750 +-0.098632812500 +-0.083496093750 +-0.032226562500 +-0.120117187500 +0.039306640625 +-0.039794921875 +0.020996093750 +-0.017944335938 +-0.102539062500 +0.009643554688 +0.015991210938 +0.018554687500 +0.032714843750 +0.021606445312 +0.036865234375 +-0.004241943359 +-0.108886718750 +0.034912109375 +-0.027465820312 +0.075195312500 +-0.018920898438 +-0.174804687500 +-0.093261718750 +-0.028930664062 +-0.025756835938 +0.029907226562 +-0.080566406250 +-0.059082031250 +-0.052246093750 +-0.037353515625 +-0.091308593750 +-0.164062500000 +0.154296875000 +0.056884765625 +-0.174804687500 +-0.031494140625 +-0.130859375000 +0.042724609375 +-0.110351562500 +-0.000249862671 +0.039306640625 +0.049072265625 +-0.061279296875 +0.002136230469 +0.106445312500 +0.029418945312 +-0.047119140625 +-0.046386718750 +0.073242187500 +0.083496093750 +-0.003646850586 +0.005371093750 +-0.039550781250 +0.094726562500 +0.025268554688 +-0.036865234375 +-0.124511718750 +-0.125000000000 +0.018066406250 +-0.098144531250 +-0.006256103516 +-0.019775390625 +-0.060058593750 +0.020141601562 +0.000938415527 +0.096191406250 +0.073730468750 +-0.040527343750 +0.003402709961 +-0.064941406250 +0.134765625000 +-0.064941406250 +0.103515625000 +0.061523437500 +0.007781982422 +-0.116699218750 +0.103027343750 +-0.052490234375 +0.052978515625 +-0.111328125000 +-0.007415771484 +-0.178710937500 +-0.166992187500 +-0.148437500000 +-0.179687500000 +-0.027587890625 +-0.045898437500 +-0.139648437500 +0.050781250000 +0.039794921875 +-0.030883789062 +-0.035400390625 +-0.094238281250 +0.103027343750 +-0.020019531250 +0.004089355469 +-0.125000000000 +0.047363281250 +-0.012817382812 +-0.030639648438 +-0.078125000000 +-0.078613281250 +0.023803710938 +-0.011291503906 +0.149414062500 +-0.003967285156 +-0.057128906250 +0.018188476562 +0.114746093750 +-0.100097656250 +0.016967773438 +0.031005859375 +0.105957031250 +-0.025756835938 +0.046386718750 +-0.012756347656 +-0.151367187500 +0.153320312500 +0.020507812500 +-0.062988281250 +-0.056396484375 +-0.027709960938 +-0.019409179688 +-0.002243041992 +-0.083496093750 +0.019287109375 +-0.125976562500 +0.006805419922 +-0.037841796875 +-0.090820312500 +0.013061523438 +-0.172851562500 +-0.016601562500 +-0.159179687500 +-0.113281250000 +-0.103515625000 +-0.055664062500 +0.006835937500 +0.026733398438 +-0.007995605469 +0.310546875000 +-0.056884765625 +-0.033691406250 +-0.034423828125 +0.203125000000 +0.036865234375 +-0.111328125000 +0.071289062500 +-0.022460937500 +-0.144531250000 +-0.114746093750 +-0.071289062500 +-0.124023437500 +-0.002563476562 +-0.016601562500 +-0.068359375000 +-0.069824218750 +-0.036132812500 +-0.050292968750 +-0.142578125000 +0.095214843750 +0.025878906250 +-0.030395507812 +-0.040283203125 +-0.208007812500 +0.039794921875 +-0.162109375000 +0.035400390625 +0.053710937500 +0.067871093750 +-0.089843750000 +0.000280380249 +-0.202148437500 +0.034423828125 +-0.012817382812 +-0.104492187500 +0.045898437500 +-0.165039062500 +-0.015747070312 +0.012634277344 +-0.069824218750 +0.080566406250 +0.056640625000 +0.012145996094 +-0.045654296875 +-0.115234375000 +-0.012695312500 +-0.104492187500 +0.017822265625 +0.016357421875 +-0.060791015625 +0.006713867188 +0.005340576172 +0.165039062500 +0.031494140625 +-0.066894531250 +-0.023071289062 +-0.015075683594 +0.092773437500 +0.018676757812 +0.039062500000 +0.085937500000 +0.058105468750 +-0.060058593750 +-0.021850585938 +-0.037597656250 +0.000534057617 +-0.083496093750 +-0.017211914062 +-0.180664062500 +-0.117675781250 +-0.181640625000 +-0.113281250000 +-0.050537109375 +-0.062988281250 +0.054931640625 +0.114746093750 +0.025268554688 +-0.024291992188 +-0.017944335938 +-0.039794921875 +0.099609375000 +-0.017211914062 +-0.041503906250 +-0.143554687500 +0.044189453125 +-0.076171875000 +-0.020263671875 +-0.033691406250 +-0.052490234375 +0.012756347656 +-0.045654296875 +-0.105957031250 +-0.162109375000 +0.015441894531 +-0.001602172852 +0.095703125000 +-0.106445312500 +-0.250000000000 +0.030639648438 +-0.139648437500 +0.012451171875 +0.027954101562 +-0.037841796875 +-0.148437500000 +0.120117187500 +0.063964843750 +-0.074218750000 +-0.087402343750 +-0.052246093750 +0.017944335938 +-0.012023925781 +-0.068847656250 +0.026855468750 +0.005432128906 +-0.006561279297 +-0.076660156250 +-0.079589843750 +-0.006927490234 +-0.235351562500 +-0.011901855469 +-0.144531250000 +-0.071777343750 +-0.142578125000 +0.054443359375 +0.056152343750 +0.014526367188 +-0.018798828125 +0.174804687500 +-0.056152343750 +0.014953613281 +-0.034912109375 +0.185546875000 +0.035888671875 +-0.065429687500 +0.084472656250 +-0.028442382812 +-0.083007812500 +-0.108886718750 +-0.043457031250 +-0.164062500000 +0.032470703125 +-0.201171875000 +-0.024414062500 +-0.049560546875 +-0.007110595703 +-0.036132812500 +-0.138671875000 +0.081054687500 +0.046875000000 +-0.145507812500 +0.009521484375 +-0.134765625000 +0.029907226562 +-0.093750000000 +-0.001472473145 +0.040527343750 +0.055175781250 +-0.121093750000 +0.004577636719 +0.100585937500 +0.032226562500 +-0.022094726562 +-0.087890625000 +0.039306640625 +-0.106933593750 +-0.012023925781 +0.012695312500 +-0.047607421875 +0.212890625000 +-0.002609252930 +-0.005035400391 +-0.069335937500 +-0.062988281250 +-0.068359375000 +-0.069824218750 +0.006286621094 +-0.023193359375 +-0.067871093750 +0.026489257812 +-0.007629394531 +0.126953125000 +0.033935546875 +-0.061035156250 +-0.086425781250 +-0.038574218750 +0.069824218750 +-0.092773437500 +0.056396484375 +0.059814453125 +0.068847656250 +-0.069335937500 +-0.085449218750 +-0.027465820312 +0.006286621094 +-0.099609375000 +0.064941406250 +-0.194335937500 +-0.177734375000 +-0.063476562500 +-0.086914062500 +-0.032226562500 +-0.052734375000 +-0.084960937500 +0.117675781250 +0.057617187500 +-0.048095703125 +-0.003601074219 +-0.089355468750 +0.096679687500 +-0.027954101562 +-0.008422851562 +-0.036621093750 +0.028686523438 +-0.056640625000 +-0.073730468750 +-0.052490234375 +-0.081542968750 +0.016357421875 +-0.032714843750 +0.232421875000 +-0.085449218750 +-0.024902343750 +-0.003143310547 +0.084472656250 +-0.091308593750 +-0.043945312500 +0.026855468750 +0.024902343750 +-0.033447265625 +0.015991210938 +-0.027099609375 +-0.116699218750 +0.044189453125 +0.063476562500 +-0.036865234375 +-0.060302734375 +0.103515625000 +0.015441894531 +-0.026733398438 +-0.068847656250 +0.029541015625 +-0.072753906250 +-0.036621093750 +-0.132812500000 +-0.085937500000 +0.013916015625 +-0.183593750000 +0.070800781250 +-0.157226562500 +-0.101074218750 +-0.054931640625 +-0.079589843750 +0.009338378906 +0.032470703125 +0.001312255859 +0.248046875000 +-0.049316406250 +-0.022827148438 +-0.031005859375 +0.164062500000 +0.029541015625 +0.035888671875 +0.069335937500 +-0.021728515625 +0.062988281250 +-0.113281250000 +-0.042236328125 +-0.112304687500 +-0.000488281250 +-0.033935546875 +-0.053710937500 +-0.056152343750 +-0.027587890625 +-0.075683593750 +-0.144531250000 +0.088378906250 +0.072753906250 +-0.078613281250 +-0.016967773438 +-0.146484375000 +0.031005859375 +-0.217773437500 +0.001777648926 +0.058593750000 +0.062988281250 +-0.090820312500 +-0.002304077148 +-0.087890625000 +0.034179687500 +-0.050292968750 +-0.123046875000 +0.052001953125 +-0.138671875000 +-0.003067016602 +0.017333984375 +-0.061279296875 +0.145507812500 +0.003326416016 +-0.050048828125 +-0.018676757812 +-0.083007812500 +0.021118164062 +0.009338378906 +-0.001914978027 +-0.163085937500 +-0.051757812500 +0.028076171875 +0.023925781250 +0.153320312500 +0.022705078125 +-0.111328125000 +-0.029907226562 +-0.122070312500 +0.086914062500 +0.026489257812 +-0.016235351562 +0.050048828125 +0.063964843750 +-0.077148437500 +-0.103515625000 +-0.041259765625 +0.041503906250 +-0.116210937500 +-0.064941406250 +-0.243164062500 +-0.124511718750 +0.068359375000 +-0.042968750000 +-0.036865234375 +-0.049804687500 +-0.028320312500 +0.259765625000 +0.022827148438 +-0.154296875000 +0.035888671875 +0.088378906250 +-0.075195312500 +-0.060302734375 +-0.083007812500 +0.108886718750 +0.097167968750 +0.021728515625 +0.026245117188 +-0.057861328125 +-0.014831542969 +-0.026611328125 +0.036132812500 +-0.093261718750 +-0.044433593750 +-0.058837890625 +0.010925292969 +-0.041748046875 +-0.043945312500 +0.106933593750 +0.026123046875 +-0.046875000000 +0.081542968750 +0.123535156250 +-0.041748046875 +-0.060791015625 +-0.048828125000 +-0.124023437500 +-0.029296875000 +0.008361816406 +0.020385742188 +-0.126953125000 +-0.050292968750 +-0.105468750000 +-0.062500000000 +-0.017822265625 +-0.052490234375 +-0.056640625000 +0.215820312500 +-0.083496093750 +-0.007995605469 +-0.063476562500 +-0.042480468750 +-0.064941406250 +0.050292968750 +0.098632812500 +0.002227783203 +-0.005065917969 +-0.001731872559 +-0.067871093750 +0.039062500000 +-0.000984191895 +0.027221679688 +-0.034912109375 +-0.023925781250 +0.068359375000 +0.043457031250 +-0.054687500000 +0.046386718750 +-0.059326171875 +-0.099609375000 +-0.082031250000 +0.053222656250 +0.111328125000 +-0.110839843750 +-0.099121093750 +-0.086425781250 +-0.105468750000 +0.214843750000 +-0.156250000000 +-0.092773437500 +-0.090332031250 +-0.167968750000 +-0.117675781250 +0.022460937500 +0.172851562500 +-0.149414062500 +-0.127929687500 +0.008483886719 +0.073242187500 +-0.000197410583 +0.064941406250 +-0.068847656250 +-0.116210937500 +-0.096191406250 +-0.202148437500 +0.022705078125 +0.056884765625 +-0.151367187500 +0.145507812500 +-0.070800781250 +-0.026977539062 +0.022827148438 +-0.004943847656 +-0.036865234375 +-0.064941406250 +-0.079101562500 +-0.095703125000 +-0.019042968750 +-0.045654296875 +-0.045654296875 +-0.012390136719 +-0.011901855469 +0.114257812500 +0.027221679688 +-0.111816406250 +-0.031982421875 +-0.004302978516 +0.015869140625 +0.046386718750 +0.062988281250 +0.035644531250 +0.000808715820 +-0.016845703125 +-0.129882812500 +-0.029541015625 +-0.001304626465 +-0.125976562500 +0.110351562500 +0.083984375000 +0.035888671875 +-0.065917968750 +0.052246093750 +-0.020141601562 +0.147460937500 +-0.077636718750 +-0.073730468750 +-0.069335937500 +0.044433593750 +0.077636718750 +-0.037353515625 +-0.069824218750 +-0.062011718750 +0.108886718750 +0.130859375000 +0.017089843750 +0.003936767578 +-0.093750000000 +-0.019653320312 +-0.007812500000 +0.065917968750 +-0.144531250000 +-0.018432617188 +-0.028076171875 +0.073242187500 +-0.027343750000 +-0.023437500000 +0.122558593750 +0.013488769531 +-0.030151367188 +0.063476562500 +0.129882812500 +-0.001380920410 +-0.053222656250 +0.077636718750 +-0.134765625000 +-0.041015625000 +0.029785156250 +0.010559082031 +-0.100097656250 +0.045166015625 +-0.171875000000 +-0.059570312500 +-0.032470703125 +-0.010986328125 +-0.065429687500 +0.164062500000 +-0.023681640625 +-0.000097751617 +-0.069824218750 +-0.006011962891 +-0.123535156250 +0.043701171875 +0.124511718750 +-0.000383377075 +-0.000016570091 +-0.004608154297 +-0.143554687500 +0.006591796875 +0.053955078125 +0.030029296875 +-0.006805419922 +-0.032714843750 +0.056152343750 +-0.078125000000 +-0.035400390625 +-0.015319824219 +-0.054931640625 +0.014160156250 +-0.101074218750 +-0.105957031250 +0.080566406250 +-0.082519531250 +-0.104492187500 +-0.074707031250 +-0.031127929688 +0.040283203125 +-0.127929687500 +0.014282226562 +-0.198242187500 +-0.175781250000 +-0.105957031250 +0.026367187500 +0.163085937500 +-0.109375000000 +-0.159179687500 +0.023681640625 +0.088867187500 +0.000034570694 +0.055664062500 +-0.070800781250 +-0.076171875000 +-0.024291992188 +-0.206054687500 +0.017211914062 +0.080566406250 +-0.117187500000 +0.121093750000 +-0.054443359375 +-0.042724609375 +0.098632812500 +0.000421524048 +-0.022705078125 +0.025512695312 +-0.061767578125 +-0.083496093750 +-0.031127929688 +-0.037841796875 +-0.033203125000 +-0.010681152344 +-0.112304687500 +0.112792968750 +0.068359375000 +-0.123046875000 +-0.098632812500 +-0.001510620117 +0.014831542969 +0.080566406250 +0.030517578125 +0.034667968750 +-0.003128051758 +-0.008178710938 +-0.144531250000 +-0.083496093750 +0.075683593750 +-0.064941406250 +0.104980468750 +0.101562500000 +0.004791259766 +-0.010375976562 +-0.063964843750 +-0.010864257812 +0.055175781250 +-0.112304687500 +-0.101562500000 +0.031250000000 +-0.031005859375 +-0.014282226562 +-0.246093750000 +-0.015258789062 +-0.143554687500 +0.026977539062 +-0.006011962891 +-0.205078125000 +-0.173828125000 +-0.072265625000 +0.184570312500 +-0.027709960938 +-0.020019531250 +0.018066406250 +0.132812500000 +-0.056884765625 +0.025634765625 +-0.098144531250 +0.049316406250 +0.130859375000 +0.058349609375 +0.076660156250 +-0.221679687500 +-0.106933593750 +-0.137695312500 +-0.114746093750 +-0.184570312500 +0.075195312500 +0.075683593750 +-0.219726562500 +-0.118652343750 +0.024780273438 +0.082031250000 +-0.038330078125 +-0.181640625000 +-0.019653320312 +-0.049072265625 +0.056640625000 +-0.091308593750 +0.118164062500 +0.020996093750 +-0.053222656250 +-0.022705078125 +0.029541015625 +0.184570312500 +-0.085937500000 +0.118652343750 +-0.103027343750 +-0.044677734375 +-0.083496093750 +-0.009887695312 +0.104003906250 +0.051513671875 +0.199218750000 +0.034667968750 +-0.134765625000 +0.124511718750 +0.003387451172 +-0.063476562500 +0.030395507812 +-0.046142578125 +0.135742187500 +-0.087890625000 +0.223632812500 +0.241210937500 +-0.051025390625 +0.175781250000 +0.030639648438 +-0.046630859375 +-0.020263671875 +0.033691406250 +-0.221679687500 +0.016845703125 +-0.094238281250 +-0.093750000000 +-0.219726562500 +-0.121093750000 +-0.189453125000 +-0.123535156250 +-0.153320312500 +-0.058593750000 +0.002517700195 +0.046875000000 +-0.041748046875 +0.005889892578 +0.106933593750 +-0.134765625000 +-0.046142578125 +-0.049804687500 +-0.074707031250 +-0.206054687500 +0.110839843750 +-0.055908203125 +0.084960937500 +-0.026123046875 +-0.079589843750 +-0.121093750000 +-0.042724609375 +-0.135742187500 +0.015136718750 +-0.062988281250 +-0.158203125000 +0.039306640625 +0.030151367188 +-0.033691406250 +0.103515625000 +-0.013549804688 +-0.132812500000 +0.006347656250 +0.117187500000 +-0.167968750000 +-0.114257812500 +-0.027709960938 +0.093261718750 +-0.224609375000 +0.092285156250 +0.169921875000 +-0.106933593750 +-0.083496093750 +-0.087890625000 +0.044677734375 +0.125976562500 +0.042724609375 +-0.086425781250 +0.029052734375 +-0.166015625000 +-0.232421875000 +0.013183593750 +0.111816406250 +-0.045410156250 +0.045410156250 +-0.101074218750 +-0.021484375000 +-0.038574218750 +-0.003646850586 +-0.225585937500 +0.158203125000 +-0.070800781250 +0.193359375000 +-0.152343750000 +-0.068847656250 +0.059326171875 +0.051513671875 +0.028564453125 +0.028808593750 +-0.141601562500 +0.037353515625 +0.089355468750 +0.294921875000 +0.048339843750 +-0.138671875000 +-0.081542968750 +-0.111328125000 +-0.217773437500 +-0.106933593750 +0.051025390625 +0.062500000000 +-0.204101562500 +-0.062988281250 +0.013793945312 +0.081542968750 +-0.065917968750 +-0.216796875000 +0.027221679688 +-0.070312500000 +-0.009277343750 +-0.095703125000 +0.120117187500 +0.002990722656 +-0.023193359375 +-0.022583007812 +0.024047851562 +0.197265625000 +-0.061279296875 +0.117187500000 +-0.133789062500 +-0.071777343750 +-0.075683593750 +-0.171875000000 +0.049560546875 +0.066894531250 +0.179687500000 +0.038330078125 +-0.097656250000 +-0.026489257812 +-0.000831604004 +-0.128906250000 +0.032470703125 +-0.049560546875 +-0.116699218750 +-0.060546875000 +0.198242187500 +0.222656250000 +-0.060058593750 +0.188476562500 +0.004272460938 +-0.037841796875 +-0.027709960938 +0.033203125000 +-0.172851562500 +-0.029663085938 +-0.097656250000 +-0.188476562500 +-0.221679687500 +-0.129882812500 +-0.041259765625 +-0.088867187500 +-0.140625000000 +-0.062988281250 +-0.024047851562 +0.044921875000 +0.020507812500 +0.004821777344 +0.110351562500 +-0.155273437500 +0.039062500000 +-0.073242187500 +-0.089843750000 +-0.225585937500 +0.112792968750 +0.063476562500 +0.064453125000 +-0.008605957031 +-0.023193359375 +-0.110351562500 +-0.040039062500 +-0.153320312500 +0.015380859375 +-0.078125000000 +-0.136718750000 +0.033691406250 +0.026245117188 +-0.084960937500 +-0.088867187500 +0.004852294922 +-0.157226562500 +-0.000926971436 +0.084960937500 +-0.218750000000 +-0.127929687500 +-0.025634765625 +0.101562500000 +-0.234375000000 +0.037597656250 +0.159179687500 +-0.198242187500 +-0.097656250000 +-0.040771484375 +-0.002258300781 +0.107421875000 +0.026855468750 +-0.077148437500 +0.016357421875 +0.023803710938 +-0.232421875000 +-0.132812500000 +0.001373291016 +-0.213867187500 +0.151367187500 +0.014282226562 +0.503906250000 +-0.042968750000 +-0.009582519531 +-0.169921875000 +-0.109863281250 +0.071289062500 +0.069335937500 +-0.106933593750 +0.100585937500 +-0.070312500000 +0.013916015625 +-0.108886718750 +0.017333984375 +-0.153320312500 +-0.131835937500 +-0.235351562500 +-0.082519531250 +-0.302734375000 +-0.148437500000 +-0.083007812500 +-0.100097656250 +-0.107910156250 +-0.217773437500 +-0.098144531250 +0.173828125000 +-0.171875000000 +0.099609375000 +-0.066894531250 +-0.146484375000 +-0.232421875000 +0.002105712891 +-0.035888671875 +0.089355468750 +0.047851562500 +-0.104003906250 +-0.026245117188 +0.045898437500 +-0.090332031250 +-0.134765625000 +-0.054443359375 +0.071777343750 +-0.135742187500 +-0.016479492188 +-0.053955078125 +-0.100097656250 +-0.151367187500 +0.176757812500 +0.283203125000 +-0.127929687500 +-0.003433227539 +-0.006042480469 +-0.130859375000 +0.067871093750 +-0.089843750000 +-0.016113281250 +0.209960937500 +0.005065917969 +-0.271484375000 +-0.251953125000 +-0.036376953125 +-0.089355468750 +0.024169921875 +-0.059570312500 +-0.011291503906 +-0.162109375000 +0.215820312500 +0.025146484375 +-0.210937500000 +-0.052978515625 +0.060058593750 +-0.066406250000 +-0.148437500000 +0.406250000000 +-0.238281250000 +-0.134765625000 +-0.123535156250 +0.000652313232 +0.236328125000 +-0.090332031250 +-0.111328125000 +0.037109375000 +-0.102539062500 +-0.118652343750 +0.053710937500 +-0.146484375000 +-0.109375000000 +-0.230468750000 +0.008178710938 +-0.029418945312 +0.197265625000 +-0.275390625000 +0.054687500000 +-0.030761718750 +0.023437500000 +-0.002975463867 +-0.063964843750 +0.015258789062 +-0.075195312500 +0.076660156250 +0.101074218750 +0.167968750000 +0.011413574219 +0.185546875000 +-0.005920410156 +0.063964843750 +-0.130859375000 +-0.242187500000 +0.304687500000 +0.090332031250 +0.055664062500 +-0.121582031250 +0.053955078125 +0.462890625000 +-0.324218750000 +-0.289062500000 +0.159179687500 +0.149414062500 +0.292968750000 +-0.086425781250 +0.001632690430 +0.103515625000 +0.024536132812 +-0.253906250000 +0.026000976562 +0.043212890625 +-0.141601562500 +-0.000556945801 +-0.021362304688 +0.083984375000 +-0.145507812500 +0.015197753906 +-0.079589843750 +-0.176757812500 +0.142578125000 +-0.031005859375 +0.075683593750 +-0.174804687500 +-0.122070312500 +0.234375000000 +0.017944335938 +-0.037109375000 +0.115234375000 +0.101562500000 +-0.171875000000 +-0.130859375000 +-0.022583007812 +0.003036499023 +-0.043701171875 +-0.074218750000 +0.466796875000 +-0.155273437500 +-0.012695312500 +0.162109375000 +-0.086425781250 +0.027832031250 +0.433593750000 +-0.039550781250 +-0.044433593750 +-0.047607421875 +-0.142578125000 +0.026123046875 +-0.195312500000 +-0.119628906250 +0.134765625000 +-0.029907226562 +0.030151367188 +-0.147460937500 +-0.066894531250 +-0.044433593750 +-0.102539062500 +-0.083984375000 +0.035156250000 +-0.017700195312 +-0.147460937500 +-0.166015625000 +0.437500000000 +0.010375976562 +-0.139648437500 +0.073730468750 +-0.107910156250 +0.062988281250 +0.020874023438 +-0.151367187500 +-0.084960937500 +-0.140625000000 +-0.033447265625 +-0.090820312500 +-0.015319824219 +-0.018432617188 +-0.120605468750 +-0.026733398438 +-0.044677734375 +-0.057373046875 +-0.070800781250 +0.082519531250 +0.345703125000 +0.059570312500 +-0.156250000000 +0.016967773438 +-0.207031250000 +0.046386718750 +0.048828125000 +-0.020751953125 +-0.077148437500 +0.008117675781 +0.028076171875 +0.012573242188 +-0.009643554688 +-0.011230468750 +-0.121582031250 +-0.154296875000 +-0.036865234375 +-0.004974365234 +-0.066406250000 +-0.058837890625 +0.207031250000 +0.040771484375 +-0.168945312500 +-0.318359375000 +0.023925781250 +-0.086914062500 +0.117187500000 +0.010986328125 +-0.165039062500 +0.127929687500 +-0.052490234375 +-0.055419921875 +0.209960937500 +0.084960937500 +0.025268554688 +0.089355468750 +-0.046386718750 +-0.112792968750 +-0.026855468750 +-0.193359375000 +0.081542968750 +0.017089843750 +-0.087890625000 +-0.060058593750 +-0.117187500000 +-0.135742187500 +-0.017822265625 +0.020507812500 +-0.006622314453 +0.018554687500 +-0.113769531250 +-0.039306640625 +-0.126953125000 +-0.014221191406 +0.060546875000 +-0.073730468750 +-0.111816406250 +-0.001045227051 +-0.066894531250 +0.110839843750 +-0.012390136719 +0.035644531250 +-0.077636718750 +-0.006774902344 +-0.045654296875 +-0.006042480469 +0.122558593750 +0.156250000000 +-0.217773437500 +0.053466796875 +-0.202148437500 +-0.060302734375 +0.145507812500 +-0.029174804688 +0.045410156250 +0.130859375000 +-0.265625000000 +0.065917968750 +-0.084960937500 +-0.192382812500 +-0.076660156250 +-0.103515625000 +-0.151367187500 +-0.139648437500 +-0.047119140625 +0.160156250000 +-0.092773437500 +-0.101562500000 +-0.205078125000 +0.027465820312 +-0.061035156250 +-0.098144531250 +-0.004516601562 +-0.014770507812 +-0.116210937500 +0.025878906250 +0.041259765625 +-0.183593750000 +0.058593750000 +-0.082031250000 +0.047607421875 +-0.076660156250 +-0.065917968750 +0.089843750000 +0.007446289062 +-0.023681640625 +0.250000000000 +-0.103515625000 +0.055664062500 +-0.038818359375 +-0.072265625000 +0.051269531250 +-0.035888671875 +0.048095703125 +-0.010131835938 +-0.066894531250 +-0.133789062500 +0.384765625000 +-0.153320312500 +-0.008422851562 +0.021728515625 +-0.209960937500 +-0.085937500000 +0.035644531250 +-0.006103515625 +-0.129882812500 +-0.052734375000 +-0.026000976562 +0.071777343750 +0.128906250000 +-0.042480468750 +0.052001953125 +0.023071289062 +-0.020019531250 +0.204101562500 +-0.045898437500 +-0.051513671875 +-0.002380371094 +-0.157226562500 +0.009643554688 +0.030761718750 +0.040283203125 +0.000427246094 +-0.048583984375 +-0.037597656250 +0.046142578125 +-0.010681152344 +-0.229492187500 +-0.003967285156 +-0.125976562500 +0.008666992188 +-0.109375000000 +-0.019531250000 +-0.030151367188 +-0.008056640625 +0.231445312500 +0.016845703125 +-0.031005859375 +0.010742187500 +-0.022338867188 +0.054199218750 +-0.063476562500 +-0.029418945312 +-0.055419921875 +0.030151367188 +0.119628906250 +-0.041503906250 +-0.232421875000 +-0.173828125000 +-0.058349609375 +-0.031982421875 +-0.050292968750 +0.114746093750 +-0.015197753906 +0.098632812500 +-0.099609375000 +-0.102050781250 +-0.011047363281 +0.065917968750 +0.012695312500 +-0.066894531250 +-0.040039062500 +0.003997802734 +0.028076171875 diff --git a/AI_Engine_Development/AIE-MLv2/Design_Tutorials/01-Radio-ML/aie/dense_w18/dense3_model.m b/AI_Engine_Development/AIE-MLv2/Design_Tutorials/01-Radio-ML/aie/dense_w18/dense3_model.m new file mode 100644 index 0000000000..2a87460003 --- /dev/null +++ b/AI_Engine_Development/AIE-MLv2/Design_Tutorials/01-Radio-ML/aie/dense_w18/dense3_model.m @@ -0,0 +1,44 @@ +% +% Copyright (C) 2024, Advanced Micro Devices, Inc. All rights reserved. +% SPDX-License-Identifier: MIT +% +% Author: Faisal El-Shabani +%% +formatSpec = '%f'; +fileID = fopen('data/data_i.txt','r'); +data_i = fscanf(fileID,formatSpec); +fclose(fileID); +NITER = length(data_i)/128; +data_i = reshape(data_i,128,NITER); + +dense3_golden_output = zeros(24,NITER); +fileID = fopen('data/data_o.txt','r'); +dense3_golden_output = reshape(fscanf(fileID,formatSpec),size(dense3_golden_output)); +fclose(fileID); + + +fileID = fopen('w18_weights_trained.txt','r'); +weights = fscanf(fileID,formatSpec); +weights = reshape(weights,24,128); +weights = double(varray.bfloat16(weights)); +fclose(fileID); +fileID = fopen('w18_bias_trained.txt','r'); +biases = fscanf(fileID,formatSpec); +biases = double(varray.bfloat16(biases)); +fclose(fileID); +%% +dense3_actual_output = zeros(24,NITER); +for j=1:NITER + dense3_actual_output(:,j) = softmax(weights*data_i(:,j)+biases); +end +dense3_actual_output = double(varray.bfloat16(dense3_actual_output)); + +figure(1);plot(dense3_actual_output(:));hold on;plot(dense3_golden_output(:));hold off;legend('Actual','Golden');grid on; +figure(2);plot(reshape(dense3_actual_output,1,[])-reshape(dense3_golden_output,1,[]));grid on;title('error'); +error = max(abs(reshape(dense3_actual_output,1,[])-reshape(dense3_golden_output,1,[]))) + +function [sig_o] = softmax(sig_i) + exp_x = exp(sig_i - max(sig_i)); + sig_o = exp_x / sum(exp_x); + sig_o = varray.bfloat16(sig_o); +end \ No newline at end of file diff --git a/AI_Engine_Development/AIE-MLv2/Design_Tutorials/01-Radio-ML/aie/dense_w18/dense_w18.cpp b/AI_Engine_Development/AIE-MLv2/Design_Tutorials/01-Radio-ML/aie/dense_w18/dense_w18.cpp new file mode 100644 index 0000000000..479749c209 --- /dev/null +++ b/AI_Engine_Development/AIE-MLv2/Design_Tutorials/01-Radio-ML/aie/dense_w18/dense_w18.cpp @@ -0,0 +1,112 @@ +// +// Copyright (C) 2024, Advanced Micro Devices, Inc. All rights reserved. +// SPDX-License-Identifier: MIT +// +// Author: Faisal El-Shabani + +#include +#include +#include +#include "dense_w18.h" + + +// ------------------------------------------------------------ +// Constructor +// ------------------------------------------------------------ + +template +dense_w18::dense_w18(void) +{ + aie::set_rounding(aie::rounding_mode::symmetric_inf); + aie::set_saturation(aie::saturation_mode::saturate); +} + +// ------------------------------------------------------------ +// softmax +// ------------------------------------------------------------ + +template +void dense_w18::softmax( aie::vector vecA, output_buffer& data_o ) +{ + auto itw = aie::begin_vector<8>(data_o); + aie::vector vecB; + aie::vector vecC; + aie::vector vecD; + aie::vector vecE; + + // Find maximum value: + TT_DATA max_val = aie::reduce_max(vecA); + + // Subtract max value from all values: + aie::accum accM; + aie::accum accA; + accM.from_vector(aie::broadcast(max_val)); + accA.from_vector(vecA); + vecB = (aie::sub(accA,accM)).to_vector(); + + // Start computation of exponentials of all input values: + aie::accum accB; + accB.from_vector(aie::broadcast(exp_B)); + accA = aie::mac(accB,vecB,exp_S); + vecC = accA.to_vector(); + + // Integer values should be in the range [0,16256], find outliers and set to zero: + aie::vector exp_i = aie::to_fixed(vecC,0); + aie::mask<32> msk_neg = aie::lt(exp_i,int16(0)); + aie::vector exp_bnd = aie::select(exp_i, aie::zeros(), msk_neg); + aie::mask<32> msk_pos = aie::gt(exp_bnd, int16(16256)); + exp_bnd = aie::select(exp_bnd, aie::zeros(), msk_pos); + + // Accumulate all vectors to determine scale factor: + vecD = exp_bnd.cast_to(); + TT_DATA scale_factor = aie::inv(aie::reduce_add(vecD)); + vecE = aie::mul(vecD,scale_factor); + // Write result: + *itw++ = vecE.extract<8>(0); + *itw++ = vecE.extract<8>(1); + *itw++ = vecE.extract<8>(2); +} +// ------------------------------------------------------------ +// Run +// ------------------------------------------------------------ + +template +void dense_w18::run( input_buffer& __restrict data_i, + const TT_DATA (&weights)[NWEIGHTS], + const TT_DATA (&biases)[NNODES], + output_buffer& __restrict data_o) +{ + auto p_data_i = aie::begin_vector_circular<64>(data_i); + auto p_weights = aie::begin_restrict_vector<64>(weights); + auto p_biases = aie::begin_restrict_vector<8>(biases); + auto p_data_o = aie::begin_restrict_vector<8>(data_o); + + aie::vector v_reg0 = aie::zeros(); + aie::vector bias_reg = aie::zeros();; + aie::accum acc_reg0,acc_reg1,acc_reg2,acc_reg3; + + for ( unsigned iter=0; iter < NNODES; iter+=4) + chess_loop_range(NNODES,) + chess_prepare_for_pipelining + { + acc_reg0 = mul_elem_64(*p_data_i++,*p_weights++); + acc_reg0 = mac_elem_64(*p_data_i++,*p_weights++,acc_reg0); + v_reg0.set(aie::reduce_add(acc_reg0.to_vector()),iter); + + acc_reg1 = mul_elem_64(*p_data_i++,*p_weights++); + acc_reg1 = mac_elem_64(*p_data_i++,*p_weights++,acc_reg1); + v_reg0.set(aie::reduce_add(acc_reg1.to_vector()),iter+1); + + acc_reg2 = mul_elem_64(*p_data_i++,*p_weights++); + acc_reg2 = mac_elem_64(*p_data_i++,*p_weights++,acc_reg2); + v_reg0.set(aie::reduce_add(acc_reg2.to_vector()),iter+2); + + acc_reg3 = mul_elem_64(*p_data_i++,*p_weights++); + acc_reg3 = mac_elem_64(*p_data_i++,*p_weights++,acc_reg3); + v_reg0.set(aie::reduce_add(acc_reg3.to_vector()),iter+3); + } + bias_reg.insert<8>(0,*p_biases++); + bias_reg.insert<8>(1,*p_biases++); + bias_reg.insert<8>(2,*p_biases++); + softmax(aie::add(v_reg0,bias_reg),data_o); +} diff --git a/AI_Engine_Development/AIE-MLv2/Design_Tutorials/01-Radio-ML/aie/dense_w18/dense_w18.h b/AI_Engine_Development/AIE-MLv2/Design_Tutorials/01-Radio-ML/aie/dense_w18/dense_w18.h new file mode 100644 index 0000000000..1d09e41bf9 --- /dev/null +++ b/AI_Engine_Development/AIE-MLv2/Design_Tutorials/01-Radio-ML/aie/dense_w18/dense_w18.h @@ -0,0 +1,44 @@ +// +// Copyright (C) 2024, Advanced Micro Devices, Inc. All rights reserved. +// SPDX-License-Identifier: MIT +// +// Author: Faisal El-Shabani + +#pragma once + +#include +#include + +using namespace adf; + +template +class dense_w18 { +public: + typedef bfloat16 TT_DATA; + + // softmax Parameters + const TT_DATA exp_S = 185.0f; + const float exp_B = 16256.0f; + +private: + +public: + + // softmax + void softmax( aie::vector vecA, output_buffer& data_o); + + // Constructor: + dense_w18( void ); + + // Run: + void run( input_buffer& __restrict data_i, + const TT_DATA (&weights)[NWEIGHTS], + const TT_DATA (&biases)[NNODES], + output_buffer& __restrict data_o); + + static void registerKernelClass( void ) + { + REGISTER_FUNCTION( dense_w18::run ); + } +}; + diff --git a/AI_Engine_Development/AIE-MLv2/Design_Tutorials/01-Radio-ML/aie/dense_w18/dense_w18_app.cpp b/AI_Engine_Development/AIE-MLv2/Design_Tutorials/01-Radio-ML/aie/dense_w18/dense_w18_app.cpp new file mode 100644 index 0000000000..5429ea675d --- /dev/null +++ b/AI_Engine_Development/AIE-MLv2/Design_Tutorials/01-Radio-ML/aie/dense_w18/dense_w18_app.cpp @@ -0,0 +1,56 @@ +// +// Copyright (C) 2024, Advanced Micro Devices, Inc. All rights reserved. +// SPDX-License-Identifier: MIT +// +// Author: Faisal El-Shabani + +#include +#include +#include "dense_w18_graph.h" +#include "read_file.h" + +class dut_graph : public graph { +public: + dense_w18_graph dut; + input_plio data_i; + output_plio data_o; + port weights; + port biases; + + dut_graph( void ) + { + data_i = input_plio::create("PLIO_i_0",plio_64_bits,"data/data_i.txt"); + connect<>(data_i.out[0],dut.data_i); + + connect<>(weights,dut.weights); + connect<>(biases,dut.biases); + + data_o = output_plio::create("PLIO_o_0",plio_64_bits,"data/data_o.txt"); + connect<>(dut.data_o,data_o.in[0]); + } +}; + +// Instantiate AIE graph: +dut_graph aie_dut; + +bfloat16 weights_array[3072]; +bfloat16 biases_array[24]; + + +// Initialize and run the graph: +int main(void) +{ + aie_dut.init(); + + // Read layer RTPs + read_file("data/weights-rtp.txt",weights_array); + read_file ("data/biases-rtp.txt", biases_array); + + aie_dut.update(aie_dut.weights,weights_array,3072); + aie_dut.update(aie_dut.biases,biases_array,24); + + aie_dut.run(4); + aie_dut.end(); + + return 0; +} diff --git a/AI_Engine_Development/AIE-MLv2/Design_Tutorials/01-Radio-ML/aie/dense_w18/dense_w18_graph.h b/AI_Engine_Development/AIE-MLv2/Design_Tutorials/01-Radio-ML/aie/dense_w18/dense_w18_graph.h new file mode 100644 index 0000000000..1d6ea739a1 --- /dev/null +++ b/AI_Engine_Development/AIE-MLv2/Design_Tutorials/01-Radio-ML/aie/dense_w18/dense_w18_graph.h @@ -0,0 +1,53 @@ +// +// Copyright (C) 2024, Advanced Micro Devices, Inc. All rights reserved. +// SPDX-License-Identifier: MIT +// +// Author: Faisal El-Shabani + +#pragma once + +#include +#include "dense_w18.h" + +using namespace adf; + +// ------------------------------------------------------------ +// Top Level Graph +// ------------------------------------------------------------ + +class dense_w18_graph : public graph { +public: + // Declare Kernels + kernel kk; + + // Declare IOs + port data_i; + port data_o; + + port weights; + port biases; + + static constexpr unsigned NSAMP = 128; + static constexpr unsigned NNODES = 24; + static constexpr unsigned NWEIGHTS = NSAMP*NNODES; + static constexpr unsigned NBIASES = NNODES; + + dense_w18_graph( void ) + { + + kk = kernel::create_object>(); + source(kk) = "dense_w18.cpp"; + runtime(kk) = 0.9; + repetition_count(kk) = 1; + + single_buffer(kk.in[1]); + single_buffer(kk.in[2]); + + // Connect inputs: + connect<> ( data_i, kk.in[0] ); dimensions(kk.in[0]) = {NSAMP}; + connect ( weights, async(kk.in[1]) ); + connect ( biases, async(kk.in[2]) ); + connect<> ( kk.out[0], data_o ); dimensions(kk.out[0]) = {NNODES}; + + } +}; diff --git a/AI_Engine_Development/AIE-MLv2/Design_Tutorials/01-Radio-ML/aie/dense_w18/gen_vectors.ipynb b/AI_Engine_Development/AIE-MLv2/Design_Tutorials/01-Radio-ML/aie/dense_w18/gen_vectors.ipynb new file mode 100644 index 0000000000..471e699aee --- /dev/null +++ b/AI_Engine_Development/AIE-MLv2/Design_Tutorials/01-Radio-ML/aie/dense_w18/gen_vectors.ipynb @@ -0,0 +1,691 @@ +{ + "cells": [ + { + "cell_type": "markdown", + "id": "bcdf2452-4c3b-4ce0-b019-cbe980967a1c", + "metadata": {}, + "source": [ + "# Testbench for `dense_w18()`" + ] + }, + { + "cell_type": "code", + "execution_count": 13, + "id": "946f566a-c3f6-446f-aeb6-cb0055910900", + "metadata": {}, + "outputs": [], + "source": [ + "#\n", + "# Copyright (C) 2024, Advanced Micro Devices, Inc. All rights reserved.\n", + "# SPDX-License-Identifier: MIT\n", + "#\n", + "# Author: Faisal El-Shabani" + ] + }, + { + "cell_type": "code", + "execution_count": 1, + "id": "934e0796-0306-4ce9-9a92-598027c75f38", + "metadata": {}, + "outputs": [ + { + "name": "stderr", + "output_type": "stream", + "text": [ + "2025-08-22 07:49:07.971160: I external/local_xla/xla/tsl/cuda/cudart_stub.cc:32] Could not find cuda drivers on your machine, GPU will not be used.\n", + "2025-08-22 07:49:07.974937: I external/local_xla/xla/tsl/cuda/cudart_stub.cc:32] Could not find cuda drivers on your machine, GPU will not be used.\n", + "2025-08-22 07:49:07.983648: E external/local_xla/xla/stream_executor/cuda/cuda_fft.cc:467] Unable to register cuFFT factory: Attempting to register factory for plugin cuFFT when one has already been registered\n", + "WARNING: All log messages before absl::InitializeLog() is called are written to STDERR\n", + "E0000 00:00:1755870547.997366 3974680 cuda_dnn.cc:8579] Unable to register cuDNN factory: Attempting to register factory for plugin cuDNN when one has already been registered\n", + "E0000 00:00:1755870548.001731 3974680 cuda_blas.cc:1407] Unable to register cuBLAS factory: Attempting to register factory for plugin cuBLAS when one has already been registered\n", + "W0000 00:00:1755870548.014144 3974680 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\n", + "W0000 00:00:1755870548.014158 3974680 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\n", + "W0000 00:00:1755870548.014161 3974680 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\n", + "W0000 00:00:1755870548.014163 3974680 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\n", + "2025-08-22 07:49:08.018310: I tensorflow/core/platform/cpu_feature_guard.cc:210] This TensorFlow binary is optimized to use available CPU instructions in performance-critical operations.\n", + "To enable the following instructions: AVX2 FMA, in other operations, rebuild TensorFlow with the appropriate compiler flags.\n" + ] + } + ], + "source": [ + "from tensorflow import keras\n", + "from tensorflow.keras.layers import Conv1D, MaxPooling1D, Flatten, Dense\n", + "import matplotlib.pyplot as plt\n", + "from sklearn.model_selection import train_test_split\n", + "import h5py as h5\n", + "import numpy as np\n", + "import os.path\n", + "import vfs\n", + "import varray as va\n", + "\n", + "NITERATIONS = 4 # Number of AI Engine graph iterations" + ] + }, + { + "cell_type": "markdown", + "id": "5bdc7e83-3fd0-4fd0-99b5-7938816f0df2", + "metadata": {}, + "source": [ + "## Layer Definition" + ] + }, + { + "cell_type": "code", + "execution_count": 2, + "id": "0c57f98d-1999-4b61-a129-e3dd1bd92677", + "metadata": {}, + "outputs": [ + { + "name": "stderr", + "output_type": "stream", + "text": [ + "2025-08-22 07:49:24.377831: E external/local_xla/xla/stream_executor/cuda/cuda_platform.cc:51] failed call to cuInit: INTERNAL: CUDA error: Failed call to cuInit: UNKNOWN ERROR (303)\n" + ] + } + ], + "source": [ + "inputs = keras.Input(shape=(1024,2),name=\"input\")\n", + "x1 = Conv1D(filters=64,kernel_size=7,strides=1,padding=\"same\",name=\"conv1D_w1\",activation='relu')(inputs)\n", + "x2 = MaxPooling1D(pool_size=2,strides=2,padding=\"valid\",name=\"max_pool1d_w2\")(x1)\n", + "x3 = Conv1D(filters=64,kernel_size=7,strides=1,padding=\"same\",name=\"conv1D_w3\",activation='relu')(x2)\n", + "x4 = MaxPooling1D(pool_size=2,strides=2,padding=\"valid\",name=\"max_pool1d_w4\")(x3)\n", + "x5 = Conv1D(filters=64,kernel_size=7,strides=1,padding=\"same\",name=\"conv1D_w5\",activation='relu')(x4)\n", + "x6 = MaxPooling1D(pool_size=2,strides=2,padding=\"valid\",name=\"max_pool1d_w6\")(x5)\n", + "x7 = Conv1D(filters=64,kernel_size=7,strides=1,padding=\"same\",name=\"conv1D_w7\",activation='relu')(x6)\n", + "x8 = MaxPooling1D(pool_size=2,strides=2,padding=\"valid\",name=\"max_pool1d_w8\")(x7)\n", + "x9 = Conv1D(filters=64,kernel_size=7,strides=1,padding=\"same\",name=\"conv1D_w9\",activation='relu')(x8)\n", + "x10 = MaxPooling1D(pool_size=2,strides=2,padding=\"valid\",name=\"max_pool1d_w10\")(x9)\n", + "x11 = Conv1D(filters=64,kernel_size=7,strides=1,padding=\"same\",name=\"conv1D_w11\",activation='relu')(x10)\n", + "x12 = MaxPooling1D(pool_size=2,strides=2,padding=\"valid\",name=\"max_pool1d_w12\")(x11)\n", + "x13 = Conv1D(filters=64,kernel_size=7,strides=1,padding=\"same\",name=\"conv1D_w13\",activation='relu')(x12)\n", + "x14 = MaxPooling1D(pool_size=2,strides=2,padding=\"valid\",name=\"MaxPool1D_w14\")(x13)\n", + "x15 = Flatten(name=\"flatten_w15\")(x14)\n", + "x16 = Dense(128, activation=\"relu\",name=\"dense_w16\")(x15)\n", + "outputs = Dense(128, activation=\"relu\",name=\"dense_w17\")(x16)\n", + "model_stim = keras.Model(inputs=inputs,outputs=outputs)\n", + "model_stim.compile(optimizer=\"rmsprop\",\n", + " loss=\"sparse_categorical_crossentropy\",\n", + " metrics=[\"accuracy\"])\n", + "w1_weights = np.loadtxt('../conv1d_w1/w1_weights_trained.txt')\n", + "w1_weights = (w1_weights.astype(\"bfloat16\")).astype(\"float32\")\n", + "w1_weights = np.reshape(w1_weights,(7,2,64))\n", + "w1_bias = np.loadtxt('../conv1d_w1/w1_bias_trained.txt')\n", + "w1_bias = (w1_bias.astype(\"bfloat16\")).astype(\"float32\")\n", + "\n", + "w3_weights = np.loadtxt('../conv1d_template/w3_weights_trained.txt')\n", + "w3_weights = (w3_weights.astype(\"bfloat16\")).astype(\"float32\")\n", + "w3_weights = np.reshape(w3_weights,(7,64,64))\n", + "w3_bias = np.loadtxt('../conv1d_template/w3_bias_trained.txt')\n", + "w3_bias = (w3_bias.astype(\"bfloat16\")).astype(\"float32\")\n", + "\n", + "w5_weights = np.loadtxt('../conv1d_template/w5_weights_trained.txt')\n", + "w5_weights = (w5_weights.astype(\"bfloat16\")).astype(\"float32\")\n", + "w5_weights = np.reshape(w5_weights,(7,64,64))\n", + "w5_bias = np.loadtxt('../conv1d_template/w5_bias_trained.txt')\n", + "w5_bias = (w5_bias.astype(\"bfloat16\")).astype(\"float32\")\n", + "\n", + "w7_weights = np.loadtxt('../conv1d_template/w7_weights_trained.txt')\n", + "w7_weights = (w7_weights.astype(\"bfloat16\")).astype(\"float32\")\n", + "w7_weights = np.reshape(w7_weights,(7,64,64))\n", + "w7_bias = np.loadtxt('../conv1d_template/w7_bias_trained.txt')\n", + "w7_bias = (w7_bias.astype(\"bfloat16\")).astype(\"float32\")\n", + "\n", + "w9_weights = np.loadtxt('../conv1d_template/w9_weights_trained.txt')\n", + "w9_weights = (w9_weights.astype(\"bfloat16\")).astype(\"float32\")\n", + "w9_weights = np.reshape(w9_weights,(7,64,64))\n", + "w9_bias = np.loadtxt('../conv1d_template/w9_bias_trained.txt')\n", + "w9_bias = (w9_bias.astype(\"bfloat16\")).astype(\"float32\")\n", + "\n", + "w11_weights = np.loadtxt('../conv1d_template/w11_weights_trained.txt')\n", + "w11_weights = (w11_weights.astype(\"bfloat16\")).astype(\"float32\")\n", + "w11_weights = np.reshape(w11_weights,(7,64,64))\n", + "w11_bias = np.loadtxt('../conv1d_template/w11_bias_trained.txt')\n", + "w11_bias = (w11_bias.astype(\"bfloat16\")).astype(\"float32\")\n", + "\n", + "w13_weights = np.loadtxt('../conv1d_template/w13_weights_trained.txt')\n", + "w13_weights = (w13_weights.astype(\"bfloat16\")).astype(\"float32\")\n", + "w13_weights = np.reshape(w13_weights,(7,64,64))\n", + "w13_bias = np.loadtxt('../conv1d_template/w13_bias_trained.txt')\n", + "w13_bias = (w13_bias.astype(\"bfloat16\")).astype(\"float32\")\n", + "\n", + "w16_weights = np.loadtxt('../dense_w16/w16_weights_trained.txt')\n", + "w16_weights = (w16_weights.astype(\"bfloat16\")).astype(\"float32\")\n", + "w16_weights = np.reshape(w16_weights,(512,128))\n", + "w16_bias = np.loadtxt('../dense_w16/w16_bias_trained.txt')\n", + "w16_bias = (w16_bias.astype(\"bfloat16\")).astype(\"float32\")\n", + "\n", + "w17_weights = np.loadtxt('../dense_w17/w17_weights_trained.txt')\n", + "w17_weights = (w17_weights.astype(\"bfloat16\")).astype(\"float32\")\n", + "w17_weights = np.reshape(w17_weights,(128,128))\n", + "w17_bias = np.loadtxt('../dense_w17/w17_bias_trained.txt')\n", + "w17_bias = (w17_bias.astype(\"bfloat16\")).astype(\"float32\")\n", + "\n", + "model_stim.get_layer(\"conv1D_w1\").set_weights((w1_weights,w1_bias))\n", + "model_stim.get_layer(\"conv1D_w3\").set_weights((w3_weights,w3_bias))\n", + "model_stim.get_layer(\"conv1D_w5\").set_weights((w5_weights,w5_bias))\n", + "model_stim.get_layer(\"conv1D_w7\").set_weights((w7_weights,w7_bias))\n", + "model_stim.get_layer(\"conv1D_w9\").set_weights((w9_weights,w9_bias))\n", + "model_stim.get_layer(\"conv1D_w11\").set_weights((w11_weights,w11_bias))\n", + "model_stim.get_layer(\"conv1D_w13\").set_weights((w13_weights,w13_bias))\n", + "model_stim.get_layer(\"dense_w16\").set_weights((w16_weights,w16_bias))\n", + "model_stim.get_layer(\"dense_w17\").set_weights((w17_weights,w17_bias))" + ] + }, + { + "cell_type": "code", + "execution_count": 3, + "id": "cd15a0ca-2889-4d90-bd0f-2e76c63c6c19", + "metadata": {}, + "outputs": [ + { + "data": { + "text/html": [ + "
Model: \"functional\"\n",
+       "
\n" + ], + "text/plain": [ + "\u001b[1mModel: \"functional\"\u001b[0m\n" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/html": [ + "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━┓\n",
+       "┃ Layer (type)                     Output Shape                  Param # ┃\n",
+       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━┩\n",
+       "│ input (InputLayer)              │ (None, 1024, 2)        │             0 │\n",
+       "├─────────────────────────────────┼────────────────────────┼───────────────┤\n",
+       "│ conv1D_w1 (Conv1D)              │ (None, 1024, 64)       │           960 │\n",
+       "├─────────────────────────────────┼────────────────────────┼───────────────┤\n",
+       "│ max_pool1d_w2 (MaxPooling1D)    │ (None, 512, 64)        │             0 │\n",
+       "├─────────────────────────────────┼────────────────────────┼───────────────┤\n",
+       "│ conv1D_w3 (Conv1D)              │ (None, 512, 64)        │        28,736 │\n",
+       "├─────────────────────────────────┼────────────────────────┼───────────────┤\n",
+       "│ max_pool1d_w4 (MaxPooling1D)    │ (None, 256, 64)        │             0 │\n",
+       "├─────────────────────────────────┼────────────────────────┼───────────────┤\n",
+       "│ conv1D_w5 (Conv1D)              │ (None, 256, 64)        │        28,736 │\n",
+       "├─────────────────────────────────┼────────────────────────┼───────────────┤\n",
+       "│ max_pool1d_w6 (MaxPooling1D)    │ (None, 128, 64)        │             0 │\n",
+       "├─────────────────────────────────┼────────────────────────┼───────────────┤\n",
+       "│ conv1D_w7 (Conv1D)              │ (None, 128, 64)        │        28,736 │\n",
+       "├─────────────────────────────────┼────────────────────────┼───────────────┤\n",
+       "│ max_pool1d_w8 (MaxPooling1D)    │ (None, 64, 64)         │             0 │\n",
+       "├─────────────────────────────────┼────────────────────────┼───────────────┤\n",
+       "│ conv1D_w9 (Conv1D)              │ (None, 64, 64)         │        28,736 │\n",
+       "├─────────────────────────────────┼────────────────────────┼───────────────┤\n",
+       "│ max_pool1d_w10 (MaxPooling1D)   │ (None, 32, 64)         │             0 │\n",
+       "├─────────────────────────────────┼────────────────────────┼───────────────┤\n",
+       "│ conv1D_w11 (Conv1D)             │ (None, 32, 64)         │        28,736 │\n",
+       "├─────────────────────────────────┼────────────────────────┼───────────────┤\n",
+       "│ max_pool1d_w12 (MaxPooling1D)   │ (None, 16, 64)         │             0 │\n",
+       "├─────────────────────────────────┼────────────────────────┼───────────────┤\n",
+       "│ conv1D_w13 (Conv1D)             │ (None, 16, 64)         │        28,736 │\n",
+       "├─────────────────────────────────┼────────────────────────┼───────────────┤\n",
+       "│ MaxPool1D_w14 (MaxPooling1D)    │ (None, 8, 64)          │             0 │\n",
+       "├─────────────────────────────────┼────────────────────────┼───────────────┤\n",
+       "│ flatten_w15 (Flatten)           │ (None, 512)            │             0 │\n",
+       "├─────────────────────────────────┼────────────────────────┼───────────────┤\n",
+       "│ dense_w16 (Dense)               │ (None, 128)            │        65,664 │\n",
+       "├─────────────────────────────────┼────────────────────────┼───────────────┤\n",
+       "│ dense_w17 (Dense)               │ (None, 128)            │        16,512 │\n",
+       "└─────────────────────────────────┴────────────────────────┴───────────────┘\n",
+       "
\n" + ], + "text/plain": [ + "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━┓\n", + "┃\u001b[1m \u001b[0m\u001b[1mLayer (type) \u001b[0m\u001b[1m \u001b[0m┃\u001b[1m \u001b[0m\u001b[1mOutput Shape \u001b[0m\u001b[1m \u001b[0m┃\u001b[1m \u001b[0m\u001b[1m Param #\u001b[0m\u001b[1m \u001b[0m┃\n", + "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━┩\n", + "│ input (\u001b[38;5;33mInputLayer\u001b[0m) │ (\u001b[38;5;45mNone\u001b[0m, \u001b[38;5;34m1024\u001b[0m, \u001b[38;5;34m2\u001b[0m) │ \u001b[38;5;34m0\u001b[0m │\n", + "├─────────────────────────────────┼────────────────────────┼───────────────┤\n", + "│ conv1D_w1 (\u001b[38;5;33mConv1D\u001b[0m) │ (\u001b[38;5;45mNone\u001b[0m, \u001b[38;5;34m1024\u001b[0m, \u001b[38;5;34m64\u001b[0m) │ \u001b[38;5;34m960\u001b[0m │\n", + "├─────────────────────────────────┼────────────────────────┼───────────────┤\n", + "│ max_pool1d_w2 (\u001b[38;5;33mMaxPooling1D\u001b[0m) │ (\u001b[38;5;45mNone\u001b[0m, \u001b[38;5;34m512\u001b[0m, \u001b[38;5;34m64\u001b[0m) │ \u001b[38;5;34m0\u001b[0m │\n", + "├─────────────────────────────────┼────────────────────────┼───────────────┤\n", + "│ conv1D_w3 (\u001b[38;5;33mConv1D\u001b[0m) │ (\u001b[38;5;45mNone\u001b[0m, \u001b[38;5;34m512\u001b[0m, \u001b[38;5;34m64\u001b[0m) │ \u001b[38;5;34m28,736\u001b[0m │\n", + "├─────────────────────────────────┼────────────────────────┼───────────────┤\n", + "│ max_pool1d_w4 (\u001b[38;5;33mMaxPooling1D\u001b[0m) │ (\u001b[38;5;45mNone\u001b[0m, \u001b[38;5;34m256\u001b[0m, \u001b[38;5;34m64\u001b[0m) │ \u001b[38;5;34m0\u001b[0m │\n", + "├─────────────────────────────────┼────────────────────────┼───────────────┤\n", + "│ conv1D_w5 (\u001b[38;5;33mConv1D\u001b[0m) │ (\u001b[38;5;45mNone\u001b[0m, \u001b[38;5;34m256\u001b[0m, \u001b[38;5;34m64\u001b[0m) │ \u001b[38;5;34m28,736\u001b[0m │\n", + "├─────────────────────────────────┼────────────────────────┼───────────────┤\n", + "│ max_pool1d_w6 (\u001b[38;5;33mMaxPooling1D\u001b[0m) │ (\u001b[38;5;45mNone\u001b[0m, \u001b[38;5;34m128\u001b[0m, \u001b[38;5;34m64\u001b[0m) │ \u001b[38;5;34m0\u001b[0m │\n", + "├─────────────────────────────────┼────────────────────────┼───────────────┤\n", + "│ conv1D_w7 (\u001b[38;5;33mConv1D\u001b[0m) │ (\u001b[38;5;45mNone\u001b[0m, \u001b[38;5;34m128\u001b[0m, \u001b[38;5;34m64\u001b[0m) │ \u001b[38;5;34m28,736\u001b[0m │\n", + "├─────────────────────────────────┼────────────────────────┼───────────────┤\n", + "│ max_pool1d_w8 (\u001b[38;5;33mMaxPooling1D\u001b[0m) │ (\u001b[38;5;45mNone\u001b[0m, \u001b[38;5;34m64\u001b[0m, \u001b[38;5;34m64\u001b[0m) │ \u001b[38;5;34m0\u001b[0m │\n", + "├─────────────────────────────────┼────────────────────────┼───────────────┤\n", + "│ conv1D_w9 (\u001b[38;5;33mConv1D\u001b[0m) │ (\u001b[38;5;45mNone\u001b[0m, \u001b[38;5;34m64\u001b[0m, \u001b[38;5;34m64\u001b[0m) │ \u001b[38;5;34m28,736\u001b[0m │\n", + "├─────────────────────────────────┼────────────────────────┼───────────────┤\n", + "│ max_pool1d_w10 (\u001b[38;5;33mMaxPooling1D\u001b[0m) │ (\u001b[38;5;45mNone\u001b[0m, \u001b[38;5;34m32\u001b[0m, \u001b[38;5;34m64\u001b[0m) │ \u001b[38;5;34m0\u001b[0m │\n", + "├─────────────────────────────────┼────────────────────────┼───────────────┤\n", + "│ conv1D_w11 (\u001b[38;5;33mConv1D\u001b[0m) │ (\u001b[38;5;45mNone\u001b[0m, \u001b[38;5;34m32\u001b[0m, \u001b[38;5;34m64\u001b[0m) │ \u001b[38;5;34m28,736\u001b[0m │\n", + "├─────────────────────────────────┼────────────────────────┼───────────────┤\n", + "│ max_pool1d_w12 (\u001b[38;5;33mMaxPooling1D\u001b[0m) │ (\u001b[38;5;45mNone\u001b[0m, \u001b[38;5;34m16\u001b[0m, \u001b[38;5;34m64\u001b[0m) │ \u001b[38;5;34m0\u001b[0m │\n", + "├─────────────────────────────────┼────────────────────────┼───────────────┤\n", + "│ conv1D_w13 (\u001b[38;5;33mConv1D\u001b[0m) │ (\u001b[38;5;45mNone\u001b[0m, \u001b[38;5;34m16\u001b[0m, \u001b[38;5;34m64\u001b[0m) │ \u001b[38;5;34m28,736\u001b[0m │\n", + "├─────────────────────────────────┼────────────────────────┼───────────────┤\n", + "│ MaxPool1D_w14 (\u001b[38;5;33mMaxPooling1D\u001b[0m) │ (\u001b[38;5;45mNone\u001b[0m, \u001b[38;5;34m8\u001b[0m, \u001b[38;5;34m64\u001b[0m) │ \u001b[38;5;34m0\u001b[0m │\n", + "├─────────────────────────────────┼────────────────────────┼───────────────┤\n", + "│ flatten_w15 (\u001b[38;5;33mFlatten\u001b[0m) │ (\u001b[38;5;45mNone\u001b[0m, \u001b[38;5;34m512\u001b[0m) │ \u001b[38;5;34m0\u001b[0m │\n", + "├─────────────────────────────────┼────────────────────────┼───────────────┤\n", + "│ dense_w16 (\u001b[38;5;33mDense\u001b[0m) │ (\u001b[38;5;45mNone\u001b[0m, \u001b[38;5;34m128\u001b[0m) │ \u001b[38;5;34m65,664\u001b[0m │\n", + "├─────────────────────────────────┼────────────────────────┼───────────────┤\n", + "│ dense_w17 (\u001b[38;5;33mDense\u001b[0m) │ (\u001b[38;5;45mNone\u001b[0m, \u001b[38;5;34m128\u001b[0m) │ \u001b[38;5;34m16,512\u001b[0m │\n", + "└─────────────────────────────────┴────────────────────────┴───────────────┘\n" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/html": [ + "
 Total params: 255,552 (998.25 KB)\n",
+       "
\n" + ], + "text/plain": [ + "\u001b[1m Total params: \u001b[0m\u001b[38;5;34m255,552\u001b[0m (998.25 KB)\n" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/html": [ + "
 Trainable params: 255,552 (998.25 KB)\n",
+       "
\n" + ], + "text/plain": [ + "\u001b[1m Trainable params: \u001b[0m\u001b[38;5;34m255,552\u001b[0m (998.25 KB)\n" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/html": [ + "
 Non-trainable params: 0 (0.00 B)\n",
+       "
\n" + ], + "text/plain": [ + "\u001b[1m Non-trainable params: \u001b[0m\u001b[38;5;34m0\u001b[0m (0.00 B)\n" + ] + }, + "metadata": {}, + "output_type": "display_data" + } + ], + "source": [ + "model_stim.summary()" + ] + }, + { + "cell_type": "code", + "execution_count": 4, + "id": "53441463", + "metadata": {}, + "outputs": [], + "source": [ + "inputs = keras.Input(shape=([128]),name=\"input_layer\")\n", + "outputs = Dense(24, activation=\"softmax\",name=\"dense_w18\")(inputs)\n", + "model = keras.Model(inputs=inputs,outputs=outputs)\n", + "model.compile(optimizer=\"rmsprop\",\n", + " loss=\"sparse_categorical_crossentropy\",\n", + " metrics=[\"accuracy\"])\n", + "w_weights = np.loadtxt('w18_weights_trained.txt')\n", + "w_weights = (w_weights.astype(\"bfloat16\")).astype(\"float32\")\n", + "w_weights = np.reshape(w_weights,(128,24))\n", + "w_bias = np.loadtxt('w18_bias_trained.txt')\n", + "w_bias = (w_bias.astype(\"bfloat16\")).astype(\"float32\")\n", + "model.set_weights((w_weights,w_bias))" + ] + }, + { + "cell_type": "code", + "execution_count": 5, + "id": "1f5d4822", + "metadata": {}, + "outputs": [ + { + "data": { + "text/html": [ + "
Model: \"functional_1\"\n",
+       "
\n" + ], + "text/plain": [ + "\u001b[1mModel: \"functional_1\"\u001b[0m\n" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/html": [ + "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━┓\n",
+       "┃ Layer (type)                     Output Shape                  Param # ┃\n",
+       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━┩\n",
+       "│ input_layer (InputLayer)        │ (None, 128)            │             0 │\n",
+       "├─────────────────────────────────┼────────────────────────┼───────────────┤\n",
+       "│ dense_w18 (Dense)               │ (None, 24)             │         3,096 │\n",
+       "└─────────────────────────────────┴────────────────────────┴───────────────┘\n",
+       "
\n" + ], + "text/plain": [ + "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━┓\n", + "┃\u001b[1m \u001b[0m\u001b[1mLayer (type) \u001b[0m\u001b[1m \u001b[0m┃\u001b[1m \u001b[0m\u001b[1mOutput Shape \u001b[0m\u001b[1m \u001b[0m┃\u001b[1m \u001b[0m\u001b[1m Param #\u001b[0m\u001b[1m \u001b[0m┃\n", + "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━┩\n", + "│ input_layer (\u001b[38;5;33mInputLayer\u001b[0m) │ (\u001b[38;5;45mNone\u001b[0m, \u001b[38;5;34m128\u001b[0m) │ \u001b[38;5;34m0\u001b[0m │\n", + "├─────────────────────────────────┼────────────────────────┼───────────────┤\n", + "│ dense_w18 (\u001b[38;5;33mDense\u001b[0m) │ (\u001b[38;5;45mNone\u001b[0m, \u001b[38;5;34m24\u001b[0m) │ \u001b[38;5;34m3,096\u001b[0m │\n", + "└─────────────────────────────────┴────────────────────────┴───────────────┘\n" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/html": [ + "
 Total params: 3,096 (12.09 KB)\n",
+       "
\n" + ], + "text/plain": [ + "\u001b[1m Total params: \u001b[0m\u001b[38;5;34m3,096\u001b[0m (12.09 KB)\n" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/html": [ + "
 Trainable params: 3,096 (12.09 KB)\n",
+       "
\n" + ], + "text/plain": [ + "\u001b[1m Trainable params: \u001b[0m\u001b[38;5;34m3,096\u001b[0m (12.09 KB)\n" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/html": [ + "
 Non-trainable params: 0 (0.00 B)\n",
+       "
\n" + ], + "text/plain": [ + "\u001b[1m Non-trainable params: \u001b[0m\u001b[38;5;34m0\u001b[0m (0.00 B)\n" + ] + }, + "metadata": {}, + "output_type": "display_data" + } + ], + "source": [ + "model.summary()" + ] + }, + { + "cell_type": "markdown", + "id": "0905bc81-af38-4280-ae38-072b9530e565", + "metadata": {}, + "source": [ + "### Read training and test data" + ] + }, + { + "cell_type": "code", + "execution_count": 6, + "id": "841caa23-3f4f-455a-b21b-06a3b7cece28", + "metadata": {}, + "outputs": [ + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\u001b[1m1/1\u001b[0m \u001b[32m━━━━━━━━━━━━━━━━━━━━\u001b[0m\u001b[37m\u001b[0m \u001b[1m0s\u001b[0m 143ms/step\n" + ] + } + ], + "source": [ + "if not(\"RADIOML_DATA\" in os.environ):\n", + " print(\"Please set environment variable RADIOML_DATA to point to dataset found in https://www.kaggle.com/datasets/pinxau1000/radioml2018\")\n", + "data_file = os.environ[\"RADIOML_DATA\"] + 'GOLD_XYZ_OSC.0001_1024.hdf5'\n", + "file_handle = h5.File(data_file,'r')\n", + "myData = file_handle['X'][:] #1024x2 samples \n", + "myMods = file_handle['Y'][:] #mods \n", + "mySNRs = file_handle['Z'][:] #snrs \n", + "file_handle.close()\n", + "X_train ,X_predict ,Y_train ,Y_test, Z_train, Z_test =train_test_split(myData, myMods, mySNRs, test_size=0.2, random_state=0)\n", + "X_predict = X_predict[:NITERATIONS]\n", + "X_predict = (X_predict.astype(\"bfloat16\")).astype(\"float32\")\n", + "X_inputs = model_stim.predict(X_predict,batch_size=1024)\n", + "X_inputs = (X_inputs.astype(\"bfloat16\")).astype(\"float32\")\n" + ] + }, + { + "cell_type": "markdown", + "id": "53bf2899-8424-4f34-b305-dea322001c7c", + "metadata": {}, + "source": [ + "## Compute Golden Outputs" + ] + }, + { + "cell_type": "code", + "execution_count": 7, + "id": "532b9d20-6698-420d-842a-b5c2ee89c114", + "metadata": {}, + "outputs": [ + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\u001b[1m1/1\u001b[0m \u001b[32m━━━━━━━━━━━━━━━━━━━━\u001b[0m\u001b[37m\u001b[0m \u001b[1m0s\u001b[0m 38ms/step\n" + ] + } + ], + "source": [ + "predict = model.predict(X_inputs, batch_size=1024)\n", + "predict = (predict.astype(\"bfloat16\")).astype(\"float32\")\n" + ] + }, + { + "cell_type": "markdown", + "id": "b588f848-eb35-409a-94c0-9b9bf986383f", + "metadata": {}, + "source": [ + "## Store Layer Inputs" + ] + }, + { + "cell_type": "code", + "execution_count": 8, + "id": "84a1f04f-7eca-4694-906f-245a9001fd25", + "metadata": {}, + "outputs": [ + { + "name": "stdout", + "output_type": "stream", + "text": [ + "(4, 128)\n", + "(4, 128)\n" + ] + } + ], + "source": [ + "# Create directory if it doesn't exist\n", + "data_i = X_inputs\n", + "if not os.path.exists('data'):\n", + " os.makedirs('data')\n", + "np.savetxt('data/data_i.txt',np.reshape(data_i,(-1,4)),fmt='%.12f %.12f %.12f %.12f')\n", + "print(X_inputs.shape)\n", + "print(data_i.shape)\n" + ] + }, + { + "cell_type": "markdown", + "id": "33ae9119-15e3-49ce-9ef8-ffab0c9ec411", + "metadata": {}, + "source": [ + "## Store Layer Outputs" + ] + }, + { + "cell_type": "code", + "execution_count": 9, + "id": "de799f89-ecbe-4480-9dcf-3bb4e5402546", + "metadata": {}, + "outputs": [ + { + "name": "stdout", + "output_type": "stream", + "text": [ + "(4, 24)\n" + ] + } + ], + "source": [ + "data_o = predict\n", + "\n", + "np.savetxt('data/data_o.txt',np.reshape(data_o,(-1,4)),fmt='%.12f %.12f %.12f %.12f')\n", + "print(data_o.shape)" + ] + }, + { + "cell_type": "markdown", + "id": "a078889b", + "metadata": {}, + "source": [ + "## Store Model weights and biases" + ] + }, + { + "cell_type": "code", + "execution_count": 10, + "id": "61671230", + "metadata": {}, + "outputs": [ + { + "name": "stdout", + "output_type": "stream", + "text": [ + "(128, 24)\n", + "(3072, 1)\n", + "(24, 1)\n" + ] + } + ], + "source": [ + "print(w_weights.shape)\n", + "\n", + "weights = np.reshape(np.transpose(w_weights),(-1,1))\n", + "np.savetxt('data/weights-rtp.txt',weights,fmt='%.12f')\n", + "print(weights.shape)\n", + "\n", + "biases = np.reshape(w_bias,(-1,1))\n", + "np.savetxt('data/biases-rtp.txt',biases,fmt='%.12f')\n", + "print(biases.shape)\n" + ] + }, + { + "cell_type": "markdown", + "id": "06a8af86", + "metadata": {}, + "source": [ + "## Run Vitis Functional Simulation" + ] + }, + { + "cell_type": "code", + "execution_count": 11, + "id": "9986c78f", + "metadata": {}, + "outputs": [ + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n", + "Compiling AIE Graph\n", + "Compilation directory: /group/fndprod/faisale/repo/internal/designs/radio-ml/aie/dense_w18/vfs_work/dense_w18_app_11549624\n", + "Compilation command: v++ -c --mode aie --config vfs_work/dense_w18_app_11549624/dense_w18_app.cfg --work_dir vfs_work/dense_w18_app_11549624/Work --output vfs_work/dense_w18_app_11549624/libadf.a --target x86sim\n", + "Writing log to: /group/fndprod/faisale/repo/internal/designs/radio-ml/aie/dense_w18/vfs_work/dense_w18_app_11549624/Work/logs/aie_x86sim.log\n", + "Please wait ...\n", + "\n", + "Compilation finished successfully.\n", + "Loaded AIEGraph\n" + ] + } + ], + "source": [ + "dense_w18_graph = vfs.aieGraph(\n", + " input_file='dense_w18_app.cpp',\n", + " part=\"xc2ve3858-ssva2112-2MP-e-S\",\n", + " include_paths=['./','../utility'])\n", + "act_o = dense_w18_graph.run(va.array(np.reshape(data_i,(1,-1)),dtype=va.bfloat16),va.array(weights,dtype=va.bfloat16),va.array(biases,dtype=va.bfloat16))\n", + "act_o = np.array(act_o)\n" + ] + }, + { + "cell_type": "code", + "execution_count": 12, + "id": "66a9c0d5", + "metadata": {}, + "outputs": [ + { + "name": "stdout", + "output_type": "stream", + "text": [ + "The history saving thread hit an unexpected error (OperationalError('database is locked')).History will not be written to the database.\n" + ] + }, + { + "data": { + "image/png": "iVBORw0KGgoAAAANSUhEUgAAAiwAAAGzCAYAAAAMr0ziAAAAOnRFWHRTb2Z0d2FyZQBNYXRwbG90bGliIHZlcnNpb24zLjEwLjMsIGh0dHBzOi8vbWF0cGxvdGxpYi5vcmcvZiW1igAAAAlwSFlzAAAPYQAAD2EBqD+naQAATTFJREFUeJzt3Xt8FPW9//H37oZswi1cAgmBQLgpokAUJMVLbWs0WNtKj/pDj6dSToutyqk2rResgqfUBi310FaOtFoUrRdqj9qbYm0qttYACsUbgiAo1wSCJoFANsnu/P7YzOxusrvJJrvZ2eT1fDz2QTI7GSbDsvPe7/fz/X4dhmEYAgAAsDFnsk8AAACgPQQWAABgewQWAABgewQWAABgewQWAABgewQWAABgewQWAABgewQWAABgewQWAABgewQWAABgewQWAAnz6KOPyuFwRHxs2LAh2acIIEWkJfsEAPR8P/zhDzV27Ng22ydMmJCEswGQiggsABLukksu0YwZMzq8f3Nzs3w+n9LT09s8V19fr379+nX6XAzDUENDgzIzMzt9DADdjy4hAEn10UcfyeFwaPny5VqxYoXGjx8vt9utbdu26e6775bD4dC2bdv07//+7xo8eLDOO+88Sf5Qs3TpUmv/goIC3XHHHfJ4PCHHLygo0Je+9CW99NJLmjFjhjIzM/XLX/4yGb8qgC6ghQVAwtXW1qq6ujpkm8Ph0NChQ63vH3nkETU0NOi6666T2+3WkCFDrOeuvPJKTZw4UT/+8Y9lGIYk6Zvf/KbWrFmjK664Qt/73ve0ceNGlZWV6f3339dzzz0X8nft2LFDV199tb71rW9pwYIFOvXUUxP42wJIBAILgIQrLi5us83tdquhocH6fv/+/dq1a5eGDRvWZt9p06bpySeftL5/6623tGbNGn3zm9/UQw89JEm64YYbNHz4cC1fvlyvvPKKPv/5z1v779q1S+vWrVNJSUk8fy0A3YjAAiDhVq5cqVNOOSVkm8vlCvn+8ssvDxtWJOnb3/52yPcvvPCCJKm0tDRk+/e+9z0tX75cf/7zn0MCy9ixYwkrQIojsABIuJkzZ7ZbdBtuFFGk5z7++GM5nc42o4xyc3M1aNAgffzxxx0+NoDUQNEtAFuINmon0nMOh6PLxwaQGggsAFLOmDFj5PP5tHPnzpDtVVVVqqmp0ZgxY5J0ZgAShcACIOV88YtflCStWLEiZPv9998vSbr00ku7+5QAJBg1LAAS7sUXX9T27dvbbD/nnHPkdMb+uWnatGmaN2+efvWrX6mmpkYXXHCBNm3apDVr1mjOnDkhBbcAegYCC4CEW7x4cdjtjzzyiD73uc916pgPP/ywxo0bp0cffVTPPfeccnNztWjRIi1ZsqQLZwrArhyGOQsTAACATVHDAgAAbI/AAgAAbI/AAgAAbI/AAgAAbI/AAgAAbI/AAgAAbK9HzMPi8/l08OBBDRgwoMNriwAAgOQyDEPHjh1TXl5eu5NI9ojAcvDgQeXn5yf7NAAAQCfs27dPo0aNirpPjwgsAwYMkOT/hQcOHJjkswEAAB1RV1en/Px86z4eTY8ILGY30MCBAwksAACkmI6Uc1B0CwAAbI/AAgAAbI/AAgAAbI/AAgAAbI/AAgAAbI/AAgAAbK9TgWXlypUqKChQRkaGioqKtGnTpoj7Pvvss5oxY4YGDRqkfv36qbCwUI8//njIPoZhaPHixRoxYoQyMzNVXFysnTt3dubUAABADxRzYFm7dq1KS0u1ZMkSbdmyRdOmTVNJSYkOHz4cdv8hQ4boBz/4gSoqKvT2229r/vz5mj9/vl566SVrn/vuu08///nPtWrVKm3cuFH9+vVTSUmJGhoaOv+bAQCAHsNhGIYRyw8UFRXp7LPP1gMPPCDJv45Pfn6+/uu//ku33357h45x1lln6dJLL9XSpUtlGIby8vL0ve99T9///vclSbW1tcrJydGjjz6qq666qt3j1dXVKSsrS7W1tUwcBwBAiojl/h1TC0tjY6M2b96s4uLiwAGcThUXF6uioqLdnzcMQ+Xl5dqxY4c++9nPSpL27NmjysrKkGNmZWWpqKgo4jE9Ho/q6upCHgAAoOeKKbBUV1fL6/UqJycnZHtOTo4qKysj/lxtba369++v9PR0XXrppfrFL36hiy66SJKsn4vlmGVlZcrKyrIeLHwIAEDP1i2jhAYMGKCtW7fqjTfe0D333KPS0lKtX7++08dbtGiRamtrrce+ffvid7IAAMB2Ylr8MDs7Wy6XS1VVVSHbq6qqlJubG/HnnE6nJkyYIEkqLCzU+++/r7KyMn3uc5+zfq6qqkojRowIOWZhYWHY47ndbrnd7lhOHQBszzAMPVbxsaaMytJZowcn+3QAW4mphSU9PV3Tp09XeXm5tc3n86m8vFyzZs3q8HF8Pp88Ho8kaezYscrNzQ05Zl1dnTZu3BjTMQEg1b13sE5L/vCeFv/+3WSfCmA7MbWwSFJpaanmzZunGTNmaObMmVqxYoXq6+s1f/58SdK1116rkSNHqqysTJK/3mTGjBkaP368PB6PXnjhBT3++ON68MEHJfmXlL755pv1ox/9SBMnTtTYsWN11113KS8vT3PmzInfbwoANlfX0CRJOt7QnOQzAewn5sAyd+5cHTlyRIsXL1ZlZaUKCwu1bt06q2h27969cjoDDTf19fW64YYbtH//fmVmZmrSpEn6zW9+o7lz51r73Hrrraqvr9d1112nmpoanXfeeVq3bp0yMjLi8CsCQGrw+vyzTDT7YpptAugVYp6HxY6YhwVAT/DKjsOa/8gbGpGVoYpFFyb7dICES9g8LACAxPG1tKx4aWEB2iCwAIBNNBNYgIgILABgE9SwAJERWADAJszA4iOwAG0QWADAJmhhASIjsACATZiBxZv6gzeBuCOwAIBNeCm6BSIisACATQSPEuoBU2QBcUVgAQCbCO4KopEFCEVgAQCb8Hp91tfNPl+UPYHeh8ACADbhDWpVIa8AoQgsAGATXh8tLEAkBBYAsIng+VcYKQSEIrAAgE34CCxARAQWALAJWliAyAgsAGATwSGF6fmBUAQWALAJLy0sQEQEFgCwCQILEBmBBQBsIiSwMDU/EILAAgA2QdEtEBmBBQBsIqTo1ktgAYIRWADAJkIXPySwAMEILABgE14vw5qBSAgsAGAT1LAAkRFYAMAmgruBCCxAKAILANhEc8hMt6zWDAQjsACATQQvfkheAUIRWADAJoJbVWhhAUIRWADAJpiaH4iMwAIANkFgASIjsACATTCsGYiMwAIANhEyrJmZboEQBBYAsIng9YNoYQFCEVgAwCZY/BCIjMACADbhpUsIiIjAAgA2wSghIDICCwDYBDUsQGQEFgCwCRY/BCIjsACATYQufkhgAYIRWADAJkIXPySwAMEILABgE7SwAJERWADAJkJHCbFaMxCMwAIANhEaWJJ4IoANEVgAwCaaaWEBIiKwAIBNsPghEBmBBQBsojmoH4iiWyBUpwLLypUrVVBQoIyMDBUVFWnTpk0R933ooYd0/vnna/DgwRo8eLCKi4vb7P/1r39dDocj5DF79uzOnBoApKyQGhYWPwRCxBxY1q5dq9LSUi1ZskRbtmzRtGnTVFJSosOHD4fdf/369br66qv1yiuvqKKiQvn5+br44ot14MCBkP1mz56tQ4cOWY+nnnqqc78RAKQoFj8EIos5sNx///1asGCB5s+fr8mTJ2vVqlXq27evVq9eHXb/J554QjfccIMKCws1adIkPfzww/L5fCovLw/Zz+12Kzc313oMHjy4c78RAKQoFj8EIospsDQ2Nmrz5s0qLi4OHMDpVHFxsSoqKjp0jBMnTqipqUlDhgwJ2b5+/XoNHz5cp556qq6//nodPXo04jE8Ho/q6upCHgCQ6poJLEBEMQWW6upqeb1e5eTkhGzPyclRZWVlh45x2223KS8vLyT0zJ49W4899pjKy8t177336tVXX9Ull1wir9cb9hhlZWXKysqyHvn5+bH8GgBgOz6foeBeIAILECqtO/+yZcuW6emnn9b69euVkZFhbb/qqqusr6dMmaKpU6dq/PjxWr9+vS688MI2x1m0aJFKS0ut7+vq6ggtAFJa65oVRgkBoWJqYcnOzpbL5VJVVVXI9qqqKuXm5kb92eXLl2vZsmX6y1/+oqlTp0bdd9y4ccrOztauXbvCPu92uzVw4MCQBwCkstYtKix+CISKKbCkp6dr+vTpIQWzZgHtrFmzIv7cfffdp6VLl2rdunWaMWNGu3/P/v37dfToUY0YMSKW0wOAlNU6sNDCAoSKeZRQaWmpHnroIa1Zs0bvv/++rr/+etXX12v+/PmSpGuvvVaLFi2y9r/33nt11113afXq1SooKFBlZaUqKyt1/PhxSdLx48d1yy23aMOGDfroo49UXl6uyy67TBMmTFBJSUmcfk0AsLfWAYUaFiBUzDUsc+fO1ZEjR7R48WJVVlaqsLBQ69atswpx9+7dK6czkIMefPBBNTY26oorrgg5zpIlS3T33XfL5XLp7bff1po1a1RTU6O8vDxdfPHFWrp0qdxudxd/PQBIDa27gAgsQCiHYaT+7ER1dXXKyspSbW0t9SwAUtKRYx6dfc9fre+LT8vRw/Pa70IHUlks92/WEgIAG2hTdJv6nyWBuCKwAIANMKwZiI7AAgA20HqxQ6/PF2FPoHcisACADbRuYaHoFghFYAEAG2jdokJgAUIRWADABpiHBYiOwAIANtA6oBBYgFAEFgCwAabmB6IjsACADdDCAkRHYAEAGyCwANERWADABii6BaIjsACADbRZ/JCp+YEQBBYAsIHWLSzNXgILEIzAAgA2wOKHQHQEFgCwATOwuNP8b8sMawZCEVgAwAaaWwUWim6BUAQWALABswsoPc0licACtEZgAQAboIUFiI7AAgA2YK7WnE5gAcIisACADXj9eUXpLgILEA6BBQBswGxhcfcxRwn5knk6gO0QWADABswaFrOFxWdIBnOxABYCCwDYgDk1v1nDItEtBAQjsACADTSHCSxMHgcEEFgAwAa8rbqEJKbnB4IRWADABqyp+fu4rG20sAABBBYAsIHWRbdSoK4FAIEFAGwhUHTrsLbRwgIEEFgAwAbMcJLmdMrl9IcWRgkBAQQWALABs8DW5XTI5SCwAK0RWADABswWFpfTQQsLEAaBBQBswEtgAaIisACADYQLLBTdAgEEFgCwAa9VdOtQGi0sQBsEFgCwAXN1ZqfDISeBBWiDwAIANuD15xVaWIAICCwAYANes4UluOiWtYQAC4EFAGwguIUlMErIl8QzAuyFwAIANmCGk5BRQl5aWAATgQUAbCBk4jgHXUJAawQWALABc2r+NCaOA8IisACADZjdPy6nU2kuJo4DWiOwAIANBBY/lNUl5COwABYCCwDYQKCGxcnU/EAYBBYAsIHAWkKyAgstLEBApwLLypUrVVBQoIyMDBUVFWnTpk0R933ooYd0/vnna/DgwRo8eLCKi4vb7G8YhhYvXqwRI0YoMzNTxcXF2rlzZ2dODQBSkpcWFiCqmAPL2rVrVVpaqiVLlmjLli2aNm2aSkpKdPjw4bD7r1+/XldffbVeeeUVVVRUKD8/XxdffLEOHDhg7XPffffp5z//uVatWqWNGzeqX79+KikpUUNDQ+d/MwBIIc0hix/635oZJQQExBxY7r//fi1YsEDz58/X5MmTtWrVKvXt21erV68Ou/8TTzyhG264QYWFhZo0aZIefvhh+Xw+lZeXS/K3rqxYsUJ33nmnLrvsMk2dOlWPPfaYDh48qOeff75LvxwApAoznLD4IRBeTIGlsbFRmzdvVnFxceAATqeKi4tVUVHRoWOcOHFCTU1NGjJkiCRpz549qqysDDlmVlaWioqKIh7T4/Gorq4u5AEAqcwb0sJCYAFaiymwVFdXy+v1KicnJ2R7Tk6OKisrO3SM2267TXl5eVZAMX8ulmOWlZUpKyvLeuTn58fyawCA7XiDZ7pl8UOgjW4dJbRs2TI9/fTTeu6555SRkdHp4yxatEi1tbXWY9++fXE8SwDoft4wU/NTdAsEpMWyc3Z2tlwul6qqqkK2V1VVKTc3N+rPLl++XMuWLdNf//pXTZ061dpu/lxVVZVGjBgRcszCwsKwx3K73XK73bGcOgDYWnCXkKtlpluvl9WaAVNMLSzp6emaPn26VTArySqgnTVrVsSfu++++7R06VKtW7dOM2bMCHlu7Nixys3NDTlmXV2dNm7cGPWYANCTNLes1uwMWfwwmWcE2EtMLSySVFpaqnnz5mnGjBmaOXOmVqxYofr6es2fP1+SdO2112rkyJEqKyuTJN17771avHixnnzySRUUFFh1Kf3791f//v3lcDh0880360c/+pEmTpyosWPH6q677lJeXp7mzJkTv98UAGzM7P0JLbqlhQUwxRxY5s6dqyNHjmjx4sWqrKxUYWGh1q1bZxXN7t27V05noOHmwQcfVGNjo6644oqQ4yxZskR33323JOnWW29VfX29rrvuOtXU1Oi8887TunXrulTnAgCpJKSFhYnjgDYchpH6Zeh1dXXKyspSbW2tBg4cmOzTAYCYnVNWroO1DfrDwnP15Ma9evqNffr+xado4RcmJvvUgISJ5f7NWkIAYANeo+2wZlpYgAACCwDYQPCw5jQWPwTaILAAgA0ED2t20sICtEFgAQAbaA5arZmp+YG2CCwAYANWlxCLHwJhEVgAwAaswOIK1LDQJQQEEFgAwAaCW1hcLXNZ+VJ/1gkgbggsAGADIcOaWfwQaIPAAgBJ5vMZMoKn5rcWPySwACYCCwAkWXBLitPpkNNa/JDAApgILACQZMG1KqGLHxJYABOBBQCSLLiFhan5gfAILACQZMG1KsGBhan5gQACCwAkWXCtin9Ys9nC4kvWKQG2Q2ABgCQzg4nD4S+6DdSwJPOsAHshsABAkpkNKWZQCUzNT2IBTAQWAEgys4XF7Apian6gLQILACRZ8LT8UiC4MDU/EEBgAYAkswKLMzSwNDPTLWAhsABAkrUOLGm0sABtEFgAIMmarcDif0t2svgh0AaBBQCSzGxhMVtWrMUPCSyAhcACAEnWukvIWvyQwAJYCCwAkGTmTLeBGhb/WzOBBQggsABAkkUcJURgASwEFgBIMnP4cuvAwuKHQACBBQCSzBy+nEYLCxARgQUAkswMJmaxbWDxQwILYCKwAECSmV0/5nBmF4EFaIPAAgBJ1kzRLdAuAgsAJJnXXK2ZxQ+BiAgsAJBkXn9eCbP4oS9ZpwTYDoEFAJKs2WxhabP4YdJOCbAdAgsAJFmkqfnNIAOAwAIAScfih0D7CCwAkGSRpuYnsAABBBYASLLWix+ao4V8BtPzAyYCCwAkWesWFnO1ZikQZoDejsACAEkWWPzQ/5YclFfoFgJaEFgAIMlaL34Y0sJCYAEkEVgAIOlaL35odg1JdAkBJgILACRZ62HNIYHFS2ABJAILACSdVXTrMieOCzzHAoiAH4EFAJLMWq25pUvI4XCwACLQCoEFAJLM12pYc/DXtLAAfgQWAEiy5jCBxVoAkcACSOpkYFm5cqUKCgqUkZGhoqIibdq0KeK+7733ni6//HIVFBTI4XBoxYoVbfa5++675XA4Qh6TJk3qzKn1CoZh6Gu/3qj/fPQNGTQXd6tmr09zVv5TpWu3JvtU0IN4WxY5TAtuYXHQwgIEizmwrF27VqWlpVqyZIm2bNmiadOmqaSkRIcPHw67/4kTJzRu3DgtW7ZMubm5EY97+umn69ChQ9bjtddei/XUeo26k836x85q/W37YZ1s8ib7dHqV/Z+e1NZ9NfrTO4eSfSroQbwtizKHdAlZCyCyYjMgdSKw3H///VqwYIHmz5+vyZMna9WqVerbt69Wr14ddv+zzz5bP/nJT3TVVVfJ7XZHPG5aWppyc3OtR3Z2dqyn1mt4vIGQ0tjMm1l3amy5szQ2+2jdQtyYoSRcl5CX/+KApBgDS2NjozZv3qzi4uLAAZxOFRcXq6KioksnsnPnTuXl5WncuHG65pprtHfv3oj7ejwe1dXVhTx6k+CQQmDpXsHXu4n5MRAnrRc/lAKTyDXTwgJIijGwVFdXy+v1KicnJ2R7Tk6OKisrO30SRUVFevTRR7Vu3To9+OCD2rNnj84//3wdO3Ys7P5lZWXKysqyHvn5+Z3+u1NR8E3TQ2DpVsHXu5GPvogTb6thzVJwCwvBGJBsMkrokksu0ZVXXqmpU6eqpKREL7zwgmpqavTb3/427P6LFi1SbW2t9di3b183n3FyBd8ouWl2L1q3kAjW4oeuoBYWAgsQIi2WnbOzs+VyuVRVVRWyvaqqKmpBbawGDRqkU045Rbt27Qr7vNvtjloP09N5mnxhv0bieZq9Yb8GusLbavHD4K8JLIBfTC0s6enpmj59usrLy61tPp9P5eXlmjVrVtxO6vjx4/rwww81YsSIuB2zJ6GFJXloYUEieFstfigF6lkILIBfTC0sklRaWqp58+ZpxowZmjlzplasWKH6+nrNnz9fknTttddq5MiRKisrk+Qv1N22bZv19YEDB7R161b1799fEyZMkCR9//vf15e//GWNGTNGBw8e1JIlS+RyuXT11VfH6/fsUbhpJk9IWOTaI06afW1bWAgsQKiYA8vcuXN15MgRLV68WJWVlSosLNS6deusQty9e/fK6Qw03Bw8eFBnnnmm9f3y5cu1fPlyXXDBBVq/fr0kaf/+/br66qt19OhRDRs2TOedd542bNigYcOGdfHX65kILMlDwTMSwZqa3xV473S1vI8ycRzgF3NgkaSFCxdq4cKFYZ8zQ4ipoKCg3fkqnn766c6cRq8VOlKFOoru1MgoISRA68UPpaAaFub7ASTZZJQQYkO3RPJw7ZEIvjBdQtYoIeb7ASQRWFIS3RLJQ3ccEsFsYXGGGyVECwsgicCSkrhpJo+Ha48E8IYrunVQdAsEI7CkoMag+T+oo+he1LAgEayZbsOMEqLoFvAjsKQg6iiSh2uPRAgXWNJaZr31EVgASQSWlESXUPJw7ZEI0Rc/JLAAEoElJXHTTJ6Qgme6hBAnUYc1s1ozIInAkpI8TM2fNIRFJIIZSsIvfpiUUwJsh8CSgrhpJg81LEgE82UVfvFDXmeARGBJSczDkjyERSSC1cLC4odARASWFMTQ2uRhWQQkQjPDmoF2EVhSEN0SycO1RyJYU/O7aGEBIiGwpCC6JZInZNI+rj3ixJqan8UPgYgILCmIwJI8dMchEQKLHwbekl0sfgiEILCkoEaGNSdN8PWm4BnxElj8MLDNRQsLEILAkoJYgC95aN1CInjDtbCw+CEQgsCSgjwhw5oZqdKdGFKORAg3Nb+rJbwwSgjwI7CkID7lJw+tW0gEs06FxQ+ByAgsKSh4pAqf8rsXYRGJ0Gx1CbH4IRAJgSUFUXSbPIwSQiKYXULOsFPzE1gAicCSkviUnzweJo5DAnjDtLAwcRwQisCSgggsyWEYBtcecWcYhhVKmJofiIzAkoLolkiOplYTeHHtEQ/BeSTc4ocU3QJ+BJYUxHo2ydE6oHDtEQ/NvsDryBVmLSFaWAA/AkuK8fmMkE/63DS7T+trzQgtxENQXgmpYQkU3fI6AyQCS8pp/Sm/2WfQZNxNWgeWRibtQxwEt7A4w3QJsZQQ4EdgSTHh6iaopegebQIL1x1xEKmFxUULCxCCwJJiwnUB0TXRPRq9oS0qdMchHkJqWBjWDEREYEkx5k2yT1BxHjfO7mEGw/Q0/38bnyE108qCLjIDidMhOYK7hFj8EAhBYEkxZjhxp7mU7vL/89E10T3Maz/AnRbYxrVHF5mz3Aav1CwxSghojcCSYswbZHqa0/qkTwtL9zCvc/+MtDbbgM5q9prT8oduNxc/pIUF8EtrfxfYiXmDNFtX5OGm2V3MsJjZxyWnw98lxLVHVwWm5Q9NLE66hIAQtLCkmOA6CqtLiJtmt2hsbtu6RcEzuspa+NARut0MMHQJAX4ElhQT7qbZevQKEiO4dYv6IcSL1cLiCl/DwjxLgB9dQinGqmEJenPjU373CK0fcklqpnULXRZu4cPg72lhAfwILCkmuIXFHAHJTbN7eKwRWk65KXhGnFiBxREaWMxJ5HwGgQWQCCwppzHopklg6V7BYdEKLHQJoYuaI7SwOM0WFubmByQRWFKOp2X9GrN+xb+Nm2Z3CAQWV6Dotolrj64J1LCEb2FhlBDgR2BJMcEtLK23IbGC64coeEa8ROoSCix+SGABJAJLygku/Gy9DYlltqYwpBzxZK4lFKnolhYWwI/AkmLaTBwnbprdxWxNcTMPC+LIXPuQwAJER2BJMa0X4JMILN0l7Bw4XHt0UaQWFmpYgFAElhTTGC6w0CXULZg4DongsxY/bDVKyGHOw8JrDJAILCknUPjpsrbRLdE9WHgSiRBY/LBVC4u1+GG3nxJgSwSWFBO2hYWbZrfw0CWEBAgsftiqhsVa/JDXGCB1ci2hlStXqqCgQBkZGSoqKtKmTZsi7vvee+/p8ssvV0FBgRwOh1asWNHlY/Zm1FEkT3CXEDPdIl4Cix8yNT8QTcyBZe3atSotLdWSJUu0ZcsWTZs2TSUlJTp8+HDY/U+cOKFx48Zp2bJlys3Njcsxe7PgeViYC6R7hYRFalgQJ5EnjvO/xlj8EPCLObDcf//9WrBggebPn6/Jkydr1apV6tu3r1avXh12/7PPPls/+clPdNVVV8ntdsflmL1Z8ORlfMrvXtSwIBECix+Gvh2b39LCAvjFFFgaGxu1efNmFRcXBw7gdKq4uFgVFRWdOoHOHNPj8aiuri7k0VuE/ZTPTbNbhGvdouAZXWWtJRTawBJoYWGmW0BSjIGlurpaXq9XOTk5IdtzcnJUWVnZqRPozDHLysqUlZVlPfLz8zv1d6eisIWfdEt0i9Bhzf5RWlx7dBUtLEDHdKroNtkWLVqk2tpa67Fv375kn1K3CbueDZ/yuwVdQkiEQGAJ3W62sBgGdSyAFOOw5uzsbLlcLlVVVYVsr6qqilhQm4hjut3uiPUwPV0jqzUnDSO0kAiBYc2hiSV45luvYcipVn1GQC8TUwtLenq6pk+frvLycmubz+dTeXm5Zs2a1akTSMQxezJumskT0iXEtUecWDUsEdYSkpieH5A6MXFcaWmp5s2bpxkzZmjmzJlasWKF6uvrNX/+fEnStddeq5EjR6qsrEySv6h227Zt1tcHDhzQ1q1b1b9/f02YMKFDx0QAqzUnT3D9kJthzYgTX4TAkkZgAULEHFjmzp2rI0eOaPHixaqsrFRhYaHWrVtnFc3u3btXzqCmzYMHD+rMM8+0vl++fLmWL1+uCy64QOvXr+/QMRFgjVRxBRqI+ZTfPcxw4k5z0cKCuOlICwuFt0Anp+ZfuHChFi5cGPY5M4SYCgoKZHRgWF60YyIgZGp+R+g2JBbdcUiESIsfuhy0sADBWEsoxQTfNM33M7olukfIPCwtXUIerj26KNLih06nQw6Hf5QQgQUgsKSc4BoWR0sTC5/yuwfDmpEI5uKGrVtYJH8rS7NhEFgAEVhSjqcpMFLFIf+bGMOaE8/rC9w0gkcJeZpZxwldE2nxQ8lfx9LsM9TMis0AgSXVmF0Q7j4uORz+r/mUn3jB1zg9jXWcED/NvvA1LOY2jyTyCkBgSSmGYYTMBWLippl4rQMLXUKIF2tYc+vFhBSoa6GFBSCwpJQmb6Afu/U8LIZhyBGmSRnxYXb9OBz+T71u1nFCnAQWPwzfwiKxACIgpehaQr1V8M0xeMXg1s8h/jxBLVsOhyOw+CEtLOgib5QuIZfVwkJgAQgsKSSkW8IVqKNo/Rzir/UMw3QJIV7MwNJ6WLMUFFi8BBaAwJJCzJtjmtMhp9NBHUs3Cp6DRQoElmafwUq66JJoLSzmgoh0CQEElpQSMsut/J/IzDc5uoQSq3WxM91xiJfA1Pxt347NTXQJAQSWlNLo9Rd+Bt8s6ZroHm26hIJat5gHB10RWPyw7XNWCwuBBSCwpBJPmCHNBJbu0bp1q0/QEFSuPboiWgsLRbdAAIElhbS+aUqB8MKn/MRqfe0dDkcgLNIlhC7wRlj8UAoMdWZqfoDAklLCBhZumt0iXOuW20XrFrrOG2HxQynQwkJgAQgsKcWqo6BLqNu1rmEJ/pprj66INjU/gQUIILCkkNZDa6VAeOGmmViB1i2XtY3AgngwhyyHm+mWGhYggMCSQsJ1CbEIX/cIt4ZToDuOFZvReYGi28hT89PCAhBYUkrUbglqWBKqsWUtoXCtWxQ8oyu8LQsbpkVZ/JDAAhBYUkrYws801rTpDmYgdFPDgjizpuaPsvihl5luAQJLKok6SoibZkJx7ZEoHVn80GyFAXozAksKCVv4aXZL0CWUUNHmwKE7Dl3B4odAxxBYUgjDmpPHw7VHgkRf/NC/jcUPAQJLSqFbInkYoYVEiTZKyKxrYVgzQGBJKZ5wI1XSnCHPITGihUVGCaErvNGGNbeMHGLxQ4DAklKi1lFw00worj0SJVpgMRdEpIUFILCklHCTl9Et0T2i1g9RdIsuCCx+GGa15pYMwzwsAIElpUSdC4SbZkKFWxbBnAOHLiF0RaCFpe1zZgsLgQUgsKQUD90SSRP22tO6hTgwhyy7wrWwtGyiSwggsKQURgklD9ceiRJ98UNaWAATgSWFRB2pQpdQQgXqh9pO2sfih+gKFj8EOobAkkKYOC55PNEWnuTaowusiePCLH7oIrAAFgJLCmFobfIwcRwSJdrihy4WPwQsBJYUEm6kCp/yu0djy8R8DGtGvHVkan5aWAACS0ppDNMt4eam2S3CXXtatxAP0SaOc7L4IWAhsKSQsIWftLB0i2itW8zDgq6IOjU/ix8CFgJLCglfw+IKeQ6JwbBmJEqzz//6CdclFFj8kNcYQGBJIVEnL6NLKKHCLYsQGNbMtUfnGIYhszzFGbWGpTvPCrAnAksKYVhz8oStYeHao4uCi2nDtbC4XGZg4TUGEFhSSLShtdRRJI7PZ6ippeiREVqIp+Ap98Ou1mx1CVHDAhBYUkj0Yc3MtpoowV0+jNBCPAUX04YNLGbRLYEFILCkkqhDa7lpJkykwELBM7qqvRYWs5uIFhaAwJIyvD7D6u8OrmFhttXEC7621A8hnoJbTsIvfsjEcYCJwJIiQm6aYbqEfIbUTCtLQgSPEHIE3VQILOiqdmtYWK0ZsBBYUkR7gUWiWyhRwhU7B3/PStnorOBJ4xxhW1hC9wN6MwJLivC0FNU6HKHDH4O7KDxN3DgTIVztkBQ6Nb/BTKToBCuwhAkrUlALC68vgMCSKjwRuiXSXE6Z+YUWlsQIN2mcROsWui7atPwSix8CwToVWFauXKmCggJlZGSoqKhImzZtirr/M888o0mTJikjI0NTpkzRCy+8EPL817/+dTkcjpDH7NmzO3NqPVakT/nB26ilSIxwMwxLocPLufbojPYCC4sfAgExB5a1a9eqtLRUS5Ys0ZYtWzRt2jSVlJTo8OHDYfd//fXXdfXVV+sb3/iG/vWvf2nOnDmaM2eO3n333ZD9Zs+erUOHDlmPp556qnO/UQ8Vbg4Wk/nJn8njEiNiDYuLwIKuae5oCwtdQkDsgeX+++/XggULNH/+fE2ePFmrVq1S3759tXr16rD7/+xnP9Ps2bN1yy236LTTTtPSpUt11lln6YEHHgjZz+12Kzc313oMHjy4c79RDxWpW0KS0tOYDySRwi2JIPk//Zo3FLqE0BlmC0u4afmlwOKHdAkBMQaWxsZGbd68WcXFxYEDOJ0qLi5WRUVF2J+pqKgI2V+SSkpK2uy/fv16DR8+XKeeeqquv/56HT16NOJ5eDwe1dXVhTx6OvOG6O7javMcM64mlqfJX/AcrjuOeXDQFWYQCbfwoUQNCxAspsBSXV0tr9ernJyckO05OTmqrKwM+zOVlZXt7j979mw99thjKi8v17333qtXX31Vl1xyibze8NPNl5WVKSsry3rk5+fH8mukpOgtLNw0E4n6ISRKey0sgcUPCSxAWrJPQJKuuuoq6+spU6Zo6tSpGj9+vNavX68LL7ywzf6LFi1SaWmp9X1dXV2PDy2R6iik0OG1iL+o9UMsPokuaG5ZhTlSDQuLHwIBMbWwZGdny+VyqaqqKmR7VVWVcnNzw/5Mbm5uTPtL0rhx45Sdna1du3aFfd7tdmvgwIEhj54u0kiV4G2NEVqk0DUdat2iOw6dYC5+2F7RLYsfAjEGlvT0dE2fPl3l5eXWNp/Pp/Lycs2aNSvsz8yaNStkf0l6+eWXI+4vSfv379fRo0c1YsSIWE6vR4tU+CnRLZFoUbuEaN1CF5jDlSO2sFiLH/L6AmIeJVRaWqqHHnpIa9as0fvvv6/rr79e9fX1mj9/viTp2muv1aJFi6z9b7rpJq1bt04//elPtX37dt1999168803tXDhQknS8ePHdcstt2jDhg366KOPVF5erssuu0wTJkxQSUlJnH7N1NeRLiG6JRIj6rVnhBa6wByuHHmmW2pYAFPMNSxz587VkSNHtHjxYlVWVqqwsFDr1q2zCmv37t0rpzPwxn7OOefoySef1J133qk77rhDEydO1PPPP68zzjhDkuRyufT2229rzZo1qqmpUV5eni6++GItXbpUbrc7Tr9m6ot+0+RTfiJ5KHhGgrQ3cZyLeVgAS6eKbhcuXGi1kLS2fv36NtuuvPJKXXnllWH3z8zM1EsvvdSZ0+hVGpsjD62ljiKxooVFt4trj84zi2nTXO0EFma6BVhLKFVY87CE+ZTPXCCJZV37tLZz4NDCgq7wtbv4IS0sgInAkiLoEkoerj0Spf2p+VtWa6aGBSCwpIqo3RLcNBOqQwXPdAmhE3zt1rD4/2QeFoDAkjI80YY1U0eRUB2ZOI6wiM5or4XFRQsLYCGwpAi6JZKHOXCQKIGp+cO/FbOWEBBAYEkRHQkszMOSGIRFJEp7ix86CSyAhcCSIqLXUbRMXkaXUEJEXRbB6o5jWQTErr3FD2lhAQIILCmCbonkiXbtKXhGV7RXw+Jk8UPAQmBJEZ4mVgxOlo5M2se1R2e0NzV/cMsLCyCityOwpIioC/BZn/LplkiEjgxrpoUFneFt+X/tijTTbdB2WlnQ2xFYUkSHpofnppkQHQuLXHvEzpxxP+JMt0HbqWNBb0dgSRFWYHFFmR6eotuEsOZhiVI/xMRx6Ayvz/+6iVR0G1zbwvT86O0ILCnCw6f8pGFYMxKl/YnjggILCyCilyOwpAjqKJKHa49EaXdqfgctLICJwJIirJEq0boluGkmRNR5WGhhQRe0O6zZ6ZD5VLOP1xh6NwJLijDrU9x9otw0qaNIiED9ULh5WJi0D53nbSewBD9H0S16OwJLioh20+RTfmJFqx9i4jh0BYEF6DgCS4qIumIwdRQJYxgGRbeSTjZ69VjFRzpQczLZp9KjtDc1v/85VmwGJAJLyog6DwtdQgnTFDQyw92Lh5T/35b9Wvz79/STdduTfSo9SnuLH0qyalgILOjtCCwpgsnLkiM4iPTmUULbK+ta/jyW5DPpWZo70sLiooUFkAgsKcHnM6xP+lELP3v4TTMZgq9pb15LaPeRev+f1fXcOOMoUMMS+a2YBRABPwJLCmj3U37LtmafwQJpcWYGljSnI2xhZG9Zx+nDI8cl+a/HQepY4qa9xQ+lQOsLQRG9HYElBXQ0sLTeF10XrXZICuoS6sHX/binWVV1Hut7M7yg68zZa9MiLH4oMUoIMKUl+wTQvpBuiXDDmoO2eZp9yujTtjgUndPobZmwL0Jg6Q3Dmve0dAeZPjxSr8+dmqST6WHMFhZnlBYWM7DQJWQPHx45rtd3VatvepoGZKRpQEYfDchIU0F2P/V3c0tNJK5uCgieg8UR5o2tT9Cns55840wGT5T5b6RAkPEZUrPXZxVI9iS7q0NbVHbTwhI3HRvW7H/Ox9T8Sbf/0xO6clWFPqlvbPNc33SXrp45Wt88f6xGZGV2+Jg+nxF1lBgCet67aw/UXreEw+HoNcNru1u7XUK9oDvuw8P+gGJ+etzdqsUFndfe1PxSYMhzM4sfdsjhugatef0jVdU1xPW4Jxqb9c01b+qT+kaNHtJX50/M1rT8QRo3rJ+G9EvXiUavfv3aHn32vlf0/Wfe0q7D0UfUHWto0rzVm3Tm0pf12zf3ySCQtosWlhQQbUizye1yqrHZRwtLnHW0hsXct296t5xWt/qw2h9QLjh1mP789iFqWOKovcUPJVpYYvGvvZ/qW49v1uFjHv3PXz/Qj786RV+cMqLLx/X5DH3vt29pe+UxZfd36+nrPqO8QYFWFMMw9OoHR7Tq1Q+1Yfcn+t3m/frd5v26YvooLf7yZA3M6BNyvE/qG/X1Rzbp7f21kqRbf/e2yt+v0o+/OkVD+7tD9q090aQNe45q+pjBym71XG9DC0sKiDYtv4m5WBLDCosRrn2ay2lN7NVTr73ZonLRaTmSpMPHPDrW0JTMU+oxzAUNOzI1fzxqWHYdPqZrHt6grftqunwsu/nd5v2a+8sNOnzMo3SXUzUnmnTDE1tU+tutquvi6/UXf9ulF9+tVB+XQ6v+46yQsCL5W7k/d+pwPX3dLD13wzmafXquHA7/OV2y4h/auPuote+h2pO6ctXrent/rYb0S9e3PjtOfVwOvfRelUpW/EOvbD+sE43N+sNbB/XNNW9qxj0v61uPb9b8R97o9aNAaWFJAdFWCzYRWBIj2pIIpvQ0pxqafD1yLhafz9CelhqWafmDlN3frerjHu2prtfUUYOSe3I9QGxrCXX99fXr1/bon7uOKivzQ/3vNdO7fDw7aPb6VPbidv36tT2SpIsm5+i+y6fq4dd268H1H+rZLQe0cfcn+tFXz9CpOQPUPyNN/dPT5HQ6VHuiSVv2fqo3PvpEb378qd7ZX6uRgzP1+VOH6fOThuvsgiEqf/+w/uevH0iSfjTnDM0oGBL1fM4cPVirvjZdmz/+RN9d+5b2fnJCVz20Qdd9dpwuP2uU5j/yhg7UnNSIrAw9/o0iTRjeX18pzNN3127VB1XHNf/RN5TRx/+eYnI4pHcO1OqPbx/UZYUjE3cxo9j/6Qnt//SkPjNuaFL+fonAkhI8zdFHqgQ/5+nh84F0t/a6hCR/60tPDSwHa0+qocmnPi6H8gdnatywfqo+7tHuIwSWeIgtsHT979vycU3In6nuRGOzvvX4Zv1jZ7Uk6TsXTtTNF06U0+nQLSWT9PlTh+u7v92qfZ+c1PxH3rB+zuGQ+qen6Zinuc0xdx0+rl2Hj+uhf+zRAHeamlqC4tfPKdDcs0d3+NymjxmiF246Xz/843v67Zv79ctXd+uXr+6WJI3N7qfHvzFTowb3lSSdnpelPyw8T/et26HV/9yjhiaf8odk6ivT8vSVaSP11/er9JOXdui+dTs0+4xca7LQ7nD4WINW/m2Xnty0V9n93Xrl+59L2khUAksK6FCXUC+ZIr67daR+KD3NJam5R157sztozNB+SnM5NX5Yf23a8wl1LHHSoan549TCUtfQpA9aCkEr6xp0sOZkm66NVLP0T9v0j53Vyuzj0k//37Q29SozCoboxZs+q7IX3te6dytV19CkJq8hw5AVVsZl99P0MYN1dsEQTc3P0q7Dx/W37Yf16o4jOtoyGujcCUN156WnxXx+/d1puu+KabrwtBwtevYdfVLfqMkjBuqxb8xsU4+S0celxV+erH87a6SafYamjcqyRoWOHtLXWnz08YqP9c3zx3XmcsWk9kSTVv39Qz36z490ssn/QXj8sP6qOdGk3CwCCyLo0Kd8s4Wlh45USZb2hjVLPXvxSXMI87jsfpKk8cP6tWxnpFA8mIW0UUcJOeLTwvLWvhoF1+1u2ftpSgeWF985pKc27ZPDIT08b4bOnZAddr/+7jTd89UpuuerU2QYhjzNPtU1NOlYQ7MGZfZpU+Q6KXegvjQ1Tz6fobcP1Gr7oTp9aVpel6YsKDk9V2eNHqx/7DyiiybnaECrItxgZ4zMarMtM92l0otO0W3/945+8bddunJ6vrL6Rj5GVz33L/9ip8ca/KGuMH+Qbi05VedEuMbdhaLbFNCxT/m0sCRCLGGxJ1773S0jhMYN69/ypz+w0MISH+ZQ5aijhFxm0W3XXl+bP/406vep5FDtSd3+7DuSpG99dnzEsNKaw+FQRh+Xhg/I0Phh/duElWBOp0OF+YN01czRcZkQbtgAt/7trFFRw0o0l581Sqfk9FftySb976u7unw+kXxS36hFz76jYw3NOjVngB66doaeu+GcpIcVicCSEjpU+EmXUJc98+Y+Tb37JW0IqugPBJbITaA9+dqbwcQMKuNbgsue6vpeP2IhHjoycVyghaVr13vL3hpJ0vQxg0O+TzVen6HStW+p9mSTpo7KUulFpyT7lLpFmsup22ZPkiQ98k9/91Ai/GbDx2po8umMkQP14k3n66LJOWEnLE0GAksKYFhz9/j1a3tU19Csxyo+sra1N6xZCrr23p5X8Gx2/ZhBZdTgvkp3OeVp9iXsDbM36cjU/PFY/NDnM/Svvf4WlQXnj5UkbTtYq4am1HvN/vLvH6pi91H1TXfpZ1edGbX1s6f5wqThKho7RI3NPt3/lw/ifvyGJq/1/rfg/HG2m4G39/xLp7AOTRzXg+sousO+T05oe6W/IPHVHUes0Va9uUvoRGOzDtX6Zws1a1dcTofGDPWPbDC7i9B5VgtL1MUPnSH7dsaHR47rWEOzMvu4VHxajrL7u9XkNfTugdpOH7OzKmsb9IWfrtcP/7gt5tld39pXY92o7/7y6RrbUlvVWzgcDi36or/499l/7Y/7fDrP/+uAqo83auSgzLhMuBdvBJYU0Jtvmt3l5W1V1tf1jV5VfOjvFoqlO66nDWs2W1eG9EvXoKApfM3WFnPKfnSeWcMSffHDln27EFi2tLSuTB2VpTSXU2eNHhSyvTs9tWmvdh+p1+p/7tFvNnzc4Z/7x84juv43m9XsM3TplBG6csaoBJ6lfRXmD9KXpo6QYUhfe3ij/rmrOi7H9fkMPfQP/7Dr+ecWqI8N10Wz3xmhjY6MVOnJdRTdwQwsA1qK6/76vv/7WObA6WnX3qxfMVtXTGY9S+tFERE7c5RQmjPy68t8ritT85vzrpzVUr9i/tnd87EYhqHfbz1gff/DP21rNzRV1TXoxie36Gu/3qSDtQ0aPaSvfvzVKbapq0iGe+ZM0cyxQ3TM06x5qzfpd5v3d/mYr+w4rA+P1GuAO01zz86Pw1nGH4ElBVif8vt0pI6iZ900u0PtiSZt+ugTSdL3S06VJP1122EZhtGh+qGe2h1ntrCMy+4fst0cMcTQ5q7ryOKHrjgsfmiGgrNGDw75c/PeT7t10b2399fqo6MnWrqmhqvJa+iG32xR9XFPm32bvT6tfm2PLvzpq/rz24fkdPgnb/vTd85L6JDeVJDVt48e/8ZMfXlanpp9hr7/zFv62V93dunf0mxd+fei0Z0eyZRoBJYUECj8jDJSJa1ndkt0h1d2HJbXZ+iUnP6ae3a++qa7VFnXoHcP1PXqIeWBIc3hW1gY2tx1HVn80NXFxQ9rTzRpZ0v33ZktXUFTR2UpzenQkWMe7f+0+4qnn29pXbloco5WXHWmxg/rp8q6Bv3Xk/9Sc8v/NU+zV09t2quL/ufv+uGftum4p1mF+YP0h4Xn6e6vnN5mIcHeyp3m0s/mFur6z42XJP3PXz/QLb97O2ohde3JJq169UP9c1d1SLh5e3+NNuz+RGlOh75+bkGiT73TmDguBXSkhsWcqrmn3TS7g9kddNHkHGX0cemCU4bpxXcr9fK2SisAtreWkNTzrr01adyw0BaW8S0tLlV1Hh33NMdljoreKqYWlk7WsPxrn791ZczQvtbsqhl9XJqcN1Bv76/Vlr2fKn9I304dOxbNXp/++NYhSdJlhXnq707TL782XZc98E9V7D6qe154XzkDM/Tr1/boyDF/i8ugvn10S8mpuvrs0bYbsWIHTqdDt82epFGDM3XX8+/qd5v3690DtXrg38/UhOEDQvbd/PEn+s5TW63RfdPHDNZ3Lpyoz07M1kP/8K/D9OVpeRqRZd/JBGlhSQEU3SaOp9mrVz84Ikm6aHKuJKm4ZVXil98/3MGw2POuvc9nBA1pDm1hyerbR9n9/UW4e+gW6pIOrSXUxXlYrPlXWrqBTGa30L+6aT6Wit1HVX3co8F9++izpwyTJE0YPkD3XTFNkn9ukWUvbteRYx6NyMrQnZeepn/e9gVdUzSGsNKOa4rG6JH5MzW0X7q2Vx7Tl3/xT619Y68Mw5DXZ+iBv+3U//vlBh2oOamcgW6lpzm1+eNPNW/1Js3539f1wjv+IPnNliHvdsVHoxQQ08RxPXAukETasPsTHfc0a/gAt6a2TIn9hUnD5XRI7x+qk/k+2d7ih1LPqmGprGvQySav0pyOsJ++x2X3V/Vx/5pCU0a1nUocHdORieNcrq4FFnP+lTPHtAosYwbr0dc/6raRQs//66Ak6YtTRoSMQLl06gi9c2C8Vr36oSYO769vXTBeX5mW16vmV4mHC04ZphdvOl+lv31Lr+2q1m3/947+/kG1PqlvVEXLZJhfmZanH331DDU0evXLv+/WExs/1lstQ6PPm5Ct0/Ps/X+ZwJICYpq8rAd9yu8Of23pDrrwtBzrU9zgfumaUTBEm/Z8ovcO1knqfdfebF0ZPbRv2OGN44f306aPPrG6jdA5HekSSutCl5DPZ2hrSwuKOZTZZH6/7WCdGpq8CV2Bt6HJq5feq5QkzTlzZJvnb79kkv7jM6OVl5VJa0oXDB+Yocf+c6Z++ffd+ulfdujPLS0nfdNd+u+vnK4rpo+Sw+HQwIw+uutLk/XtC8brV3//UJs++lS3XzIpyWffPgJLCuit3RKJZhiGNXz54sk5Ic9dPDlHm/Z8Yn3foYUne9C1N4csj29Vv2IyRw59yORxXRLL4oedWQph5+HjOuZpVt90l07NCa1pGDkoU8MHuHX4mEdv76/VzLFDYj5+R5W/f1jHPc0aOSizTdeUadTgxNfR9AZOp0PXf268PjNuiG77v7fV352mn1w5Lez/5WED3PrBpZOTcJadQ5tbnNQ1NCXs2J5Yalh6ULdEor13sE6HahvUN92lWeOHhjxn1rGYonfHtRQ896Brb04K13qEkMkaKcTkcV1ijoxJVAuL2d0zbdSgNqsNOxyOwPDmBC+EaI4O+kphHi0o3eTM0YP1l+9eoGdvODfiB49U06nAsnLlShUUFCgjI0NFRUXatGlT1P2feeYZTZo0SRkZGZoyZYpeeOGFkOcNw9DixYs1YsQIZWZmqri4WDt37uzMqXW7dw/U6mu/3qipd/9F//HwRr2zP/5TXXeoS4iJ42L2l5buoM9OHNamObwgu58mDg/8J+9tBc/mkObx2RFaWFreAD86yiKIXWEV3Uad6dasYYn99bWlJYicNWZQ2OfN7YmsY6k50aj1Ow5LkuYUtu0OAjoq5i6htWvXqrS0VKtWrVJRUZFWrFihkpIS7dixQ8OHD2+z/+uvv66rr75aZWVl+tKXvqQnn3xSc+bM0ZYtW3TGGWdIku677z79/Oc/15o1azR27FjdddddKikp0bZt25SRkdH13zIB9h49oZ++vEO/33rQ2vbarmq99sBr+vK0PH3/4lM0Zmh81rlojGG21Z7ULZFowcOZwymenGPNX9GROXB6VGA5En4OFlP+4Ez1cTnU0OTTwdqTCW/OP+5p1vZDdXq/8pg8TV5lpruU2celjD4u9XE5deSYRwdqTuhgTYMO1JzUicZmTR89WOdNHKbPjBti24mwvB3oEgoEltiPv7nVhHGtBUYK+SeQS8TssS++W6kmr6FJuQN0au6A9n8AiCDmwHL//fdrwYIFmj9/viRp1apV+vOf/6zVq1fr9ttvb7P/z372M82ePVu33HKLJGnp0qV6+eWX9cADD2jVqlUyDEMrVqzQnXfeqcsuu0yS9NhjjyknJ0fPP/+8rrrqqjbH9Hg88ngCMyPW1dXF+mt0iNdn6JbfvSWnwyGXwyGn0yGXUzre0Kw/v3NITS0zT15WmKdrisbo6U179dzWA/rjWwf14juH9KWpI0LWYOks8+bRkcCys+q47v7De13+O7ui2edTY3PLw+tTY7OhNKdDfdKcSnc5lZ7mjNrFEi8+w5BhtPwZtN0hyWcERgF9flLboC35g8yD6z+U1LFr/9b+mqRf+3gx52qI1JSc5nJqzNB+2nX4uO7+wzblDHTL6XDI6VBcb3pHjnm07VCdPjpar1jnTXv3QJ3WVHysNKdDhfmDNDlvYNQ1e5LBDLnRFj80u4Re/7A6pteXYQSGpp8ZIbCcMTJLfVwOVR9v1B3PvWPN5xRPf2+ZNuAyWlfQRTEFlsbGRm3evFmLFi2ytjmdThUXF6uioiLsz1RUVKi0tDRkW0lJiZ5//nlJ0p49e1RZWani4mLr+aysLBUVFamioiJsYCkrK9N///d/x3LqndLs8+nZLQciPv/ZU4bp1pJTdUbLcNiZY4fom+eP073rtuvVD47o+aDWl3gY0i9y+BnSEowq6xr06OsfxfXv7clmjh0S8boWjhqknIFuVdV5NCjKVODmtf/46Ikede1zBro1OMprbvKIgdp1+LhVuJxouQMzdNqIARqY2UcnG7062eSVp8knT7NX2f3dyhuU2fLIkMvpUMWHR/Xarmp9fPSE3vz4U72Z4DqNznI5HeqbHvmteGCm/7W3vfKYtaJ4LCYO7x/xNZ7Rx6XC/EF646NP9dSmfTEfu6OcDn/9CtAVMQWW6upqeb1e5eSENqHn5ORo+/btYX+msrIy7P6VlZXW8+a2SPu0tmjRopAQVFdXp/z8+C/W5HI4tOiSSfK1fEr3+vwPQ9KscUPbFGpK0uS8gVrznzO1YfdR/XNXdZcWLAuWF6W6XpKKxg3V0jlnqKq2IWR7aNtCZA61/8mzo8dyOf0tKGZrSh+XU96WdXnMR1OY9u1wx+/KebkcDsn81C+HHA7JMPz7G4b/RnFZlDdRp9Ohh66doQ+qjofUs7RWPHm4lnx5ctj1UFLZFyaF7yoz3fHF0zQ5b6Aam33yGYZ8hv9Tvc8w2v13M9T+PpI0ICNNk/MG6rQRA61ZWjvqS1P9/7b7Pjmh13ZVa/+nJ6y/s72GluD/tpFeXx05/46YOipLWZmRA/H/OztfXp+hYw3N7R6r9XV1OqSSM3Kj/kzZv03VH986aLVIRjpWe39f62safKxp+YM0cpB9Z1BFakjJYc1ut1tud2xvXp2R5nLqWxeM79TPfmbcUH1mXNtAkygup0Nf+8yYbvv7eoupowZp6qhBUfdxp7k0/1x7zxCZCLlZGfp2J/9/dKf8IX119czRyT6NThuY0afT70MdMWF4f333olMSdnwgXmIqJMjOzpbL5VJVVWgTcFVVlXJzw6f43NzcqPubf8ZyTAAA0LvEFFjS09M1ffp0lZeXW9t8Pp/Ky8s1a9assD8za9askP0l6eWXX7b2Hzt2rHJzc0P2qaur08aNGyMeEwAA9C4xdwmVlpZq3rx5mjFjhmbOnKkVK1aovr7eGjV07bXXauTIkSorK5Mk3XTTTbrgggv005/+VJdeeqmefvppvfnmm/rVr34lyT+i4Oabb9aPfvQjTZw40RrWnJeXpzlz5sTvNwUAACkr5sAyd+5cHTlyRIsXL1ZlZaUKCwu1bt06q2h27969cjoDDTfnnHOOnnzySd1555264447NHHiRD3//PPWHCySdOutt6q+vl7XXXedampqdN5552ndunW2nYMFAAB0L4dhxGkYSxLV1dUpKytLtbW1GjhwYLJPBwAAdEAs92/WEgIAALZHYAEAALZHYAEAALZHYAEAALZHYAEAALZHYAEAALZHYAEAALZHYAEAALaXkqs1t2bOfVdXV5fkMwEAAB1l3rc7Modtjwgsx44dkyTl5+cn+UwAAECsjh07pqysrKj79Iip+X0+nw4ePKgBAwbI4XDE9dh1dXXKz8/Xvn37mPa/m3Htk4drnzxc++Th2nc/wzB07Ngx5eXlhaxDGE6PaGFxOp0aNWpUQv+OgQMH8gJOEq598nDtk4drnzxc++7VXsuKiaJbAABgewQWAABgewSWdrjdbi1ZskRutzvZp9LrcO2Th2ufPFz75OHa21uPKLoFAAA9Gy0sAADA9ggsAADA9ggsAADA9ggsAADA9ggsAADA9ggs7Vi5cqUKCgqUkZGhoqIibdq0Kdmn1KOUlZXp7LPP1oABAzR8+HDNmTNHO3bsCNmnoaFBN954o4YOHar+/fvr8ssvV1VVVZLOuOdatmyZHA6Hbr75Zmsb1z5xDhw4oP/4j//Q0KFDlZmZqSlTpujNN9+0njcMQ4sXL9aIESOUmZmp4uJi7dy5M4ln3DN4vV7dddddGjt2rDIzMzV+/HgtXbo0ZPE9rr1NGYjo6aefNtLT043Vq1cb7733nrFgwQJj0KBBRlVVVbJPrccoKSkxHnnkEePdd981tm7danzxi180Ro8ebRw/ftza59vf/raRn59vlJeXG2+++abxmc98xjjnnHOSeNY9z6ZNm4yCggJj6tSpxk033WRt59onxieffGKMGTPG+PrXv25s3LjR2L17t/HSSy8Zu3btsvZZtmyZkZWVZTz//PPGW2+9ZXzlK18xxo4da5w8eTKJZ5767rnnHmPo0KHGn/70J2PPnj3GM888Y/Tv39/42c9+Zu3DtbcnAksUM2fONG688Ubre6/Xa+Tl5RllZWVJPKue7fDhw4Yk49VXXzUMwzBqamqMPn36GM8884y1z/vvv29IMioqKpJ1mj3KsWPHjIkTJxovv/yyccEFF1iBhWufOLfddptx3nnnRXze5/MZubm5xk9+8hNrW01NjeF2u42nnnqqO06xx7r00kuN//zP/wzZ9m//9m/GNddcYxgG197O6BKKoLGxUZs3b1ZxcbG1zel0qri4WBUVFUk8s56ttrZWkjRkyBBJ0ubNm9XU1BTy7zBp0iSNHj2af4c4ufHGG3XppZeGXGOJa59If/jDHzRjxgxdeeWVGj58uM4880w99NBD1vN79uxRZWVlyLXPyspSUVER176LzjnnHJWXl+uDDz6QJL311lt67bXXdMkll0ji2ttZj1itORGqq6vl9XqVk5MTsj0nJ0fbt29P0ln1bD6fTzfffLPOPfdcnXHGGZKkyspKpaena9CgQSH75uTkqLKyMgln2bM8/fTT2rJli9544402z3HtE2f37t168MEHVVpaqjvuuENvvPGGvvOd7yg9PV3z5s2zrm+49x+ufdfcfvvtqqur06RJk+RyueT1enXPPffommuukSSuvY0RWGAbN954o95991299tpryT6VXmHfvn266aab9PLLLysjIyPZp9Or+Hw+zZgxQz/+8Y8lSWeeeabeffddrVq1SvPmzUvy2fVsv/3tb/XEE0/oySef1Omnn66tW7fq5ptvVl5eHtfe5ugSiiA7O1sul6vNiIiqqirl5uYm6ax6roULF+pPf/qTXnnlFY0aNcranpubq8bGRtXU1ITsz79D123evFmHDx/WWWedpbS0NKWlpenVV1/Vz3/+c6WlpSknJ4drnyAjRozQ5MmTQ7addtpp2rt3ryRZ15f3n/i75ZZbdPvtt+uqq67SlClT9LWvfU3f/e53VVZWJolrb2cElgjS09M1ffp0lZeXW9t8Pp/Ky8s1a9asJJ5Zz2IYhhYuXKjnnntOf/vb3zR27NiQ56dPn64+ffqE/Dvs2LFDe/fu5d+hiy688EK988472rp1q/WYMWOGrrnmGutrrn1inHvuuW2G73/wwQcaM2aMJGns2LHKzc0NufZ1dXXauHEj176LTpw4Iacz9Nbncrnk8/kkce1tLdlVv3b29NNPG26323j00UeNbdu2Gdddd50xaNAgo7KyMtmn1mNcf/31RlZWlrF+/Xrj0KFD1uPEiRPWPt/+9reN0aNHG3/729+MN99805g1a5Yxa9asJJ51zxU8SsgwuPaJsmnTJiMtLc245557jJ07dxpPPPGE0bdvX+M3v/mNtc+yZcuMQYMGGb///e+Nt99+27jssssYWhsH8+bNM0aOHGkNa3722WeN7Oxs49Zbb7X24drbE4GlHb/4xS+M0aNHG+np6cbMmTONDRs2JPuUehRJYR+PPPKItc/JkyeNG264wRg8eLDRt29f46tf/apx6NCh5J10D9Y6sHDtE+ePf/yjccYZZxhut9uYNGmS8atf/SrkeZ/PZ9x1111GTk6O4Xa7jQsvvNDYsWNHks6256irqzNuuukmY/To0UZGRoYxbtw44wc/+IHh8Xisfbj29uQwjKDp/QAAAGyIGhYAAGB7BBYAAGB7BBYAAGB7BBYAAGB7BBYAAGB7BBYAAGB7BBYAAGB7BBYAAGB7BBYAAGB7BBYAAGB7BBYAAGB7/x/T44Q0MUIFPQAAAABJRU5ErkJggg==", + "text/plain": [ + "
" + ] + }, + "metadata": {}, + "output_type": "display_data" + } + ], + "source": [ + "data_o_reshaped = np.reshape(data_o,(-1))\n", + "err = data_o_reshaped-act_o\n", + "plt.plot(err)\n", + "plt.title(\"Error\")\n", + "plt.show()\n" + ] + } + ], + "metadata": { + "kernelspec": { + "display_name": "my-venv", + "language": "python", + "name": "python3" + }, + "language_info": { + "codemirror_mode": { + "name": "ipython", + "version": 3 + }, + "file_extension": ".py", + "mimetype": "text/x-python", + "name": "python", + "nbconvert_exporter": "python", + "pygments_lexer": "ipython3", + "version": "3.12.3" + } + }, + "nbformat": 4, + "nbformat_minor": 5 +} diff --git a/AI_Engine_Development/AIE-MLv2/Design_Tutorials/01-Radio-ML/aie/dense_w18/w18_bias_trained.txt b/AI_Engine_Development/AIE-MLv2/Design_Tutorials/01-Radio-ML/aie/dense_w18/w18_bias_trained.txt new file mode 100644 index 0000000000..cd97398382 --- /dev/null +++ b/AI_Engine_Development/AIE-MLv2/Design_Tutorials/01-Radio-ML/aie/dense_w18/w18_bias_trained.txt @@ -0,0 +1,24 @@ +-0.093261718750 +-0.080078125000 +-0.275390625000 +-0.129882812500 +-0.089843750000 +-0.065429687500 +0.079589843750 +0.028076171875 +-0.018066406250 +-0.114746093750 +0.071777343750 +0.123046875000 +-0.020385742188 +0.108886718750 +0.113769531250 +0.174804687500 +0.068847656250 +-0.163085937500 +-0.141601562500 +-0.166015625000 +-0.140625000000 +-0.118652343750 +-0.199218750000 +0.028808593750 diff --git a/AI_Engine_Development/AIE-MLv2/Design_Tutorials/01-Radio-ML/aie/dense_w18/w18_weights_trained.txt b/AI_Engine_Development/AIE-MLv2/Design_Tutorials/01-Radio-ML/aie/dense_w18/w18_weights_trained.txt new file mode 100644 index 0000000000..c570fc85c3 --- /dev/null +++ b/AI_Engine_Development/AIE-MLv2/Design_Tutorials/01-Radio-ML/aie/dense_w18/w18_weights_trained.txt @@ -0,0 +1,3072 @@ +-0.170898437500 +-0.146484375000 +-0.130859375000 +0.099121093750 +0.075195312500 +-0.034912109375 +-0.043212890625 +-0.032958984375 +-0.003677368164 +-0.076660156250 +0.031738281250 +0.014770507812 +-0.036621093750 +-0.122070312500 +-0.030883789062 +-0.024291992188 +-0.048095703125 +-0.154296875000 +-0.069335937500 +0.031250000000 +0.013183593750 +-0.132812500000 +0.026000976562 +-0.111816406250 +0.002075195312 +0.063476562500 +0.063964843750 +-0.004272460938 +-0.053710937500 +0.004364013672 +-0.022216796875 +-0.001197814941 +0.022949218750 +-0.031127929688 +-0.016967773438 +-0.024658203125 +-0.010192871094 +-0.005554199219 +-0.035400390625 +-0.017944335938 +-0.003601074219 +0.035888671875 +0.044433593750 +-0.031005859375 +0.111816406250 +0.001373291016 +0.043212890625 +-0.001045227051 +-0.097167968750 +-0.153320312500 +-0.106933593750 +-0.177734375000 +0.060302734375 +0.104003906250 +0.113281250000 +0.112304687500 +0.110839843750 +-0.042724609375 +0.019775390625 +0.046142578125 +0.015197753906 +-0.024169921875 +-0.094238281250 +-0.039794921875 +-0.089355468750 +0.088378906250 +0.077636718750 +-0.014282226562 +-0.045410156250 +-0.213867187500 +-0.141601562500 +-0.066894531250 +-0.061767578125 +-0.043701171875 +-0.051025390625 +0.055175781250 +-0.020263671875 +-0.068359375000 +0.010437011719 +0.041015625000 +0.010070800781 +0.036132812500 +0.068847656250 +0.066894531250 +0.065429687500 +0.083496093750 +0.103027343750 +0.099609375000 +0.096679687500 +-0.075195312500 +-0.037353515625 +-0.246093750000 +0.045410156250 +0.151367187500 +-0.000556945801 +0.110839843750 +0.026855468750 +0.049316406250 +0.047851562500 +-0.118164062500 +-0.057373046875 +-0.051757812500 +-0.029174804688 +-0.035888671875 +-0.034667968750 +-0.039062500000 +-0.008911132812 +-0.015258789062 +-0.026733398438 +-0.012695312500 +-0.020019531250 +-0.017211914062 +-0.027954101562 +-0.060302734375 +-0.069824218750 +-0.015258789062 +-0.101074218750 +0.014282226562 +-0.021362304688 +-0.012390136719 +-0.075683593750 +-0.039794921875 +-0.037841796875 +-0.125976562500 +-0.017333984375 +0.059570312500 +-0.050292968750 +0.005584716797 +-0.023925781250 +0.017211914062 +-0.009399414062 +-0.010742187500 +0.006195068359 +-0.023559570312 +0.004089355469 +-0.041503906250 +-0.008422851562 +-0.083007812500 +-0.062011718750 +-0.143554687500 +-0.021484375000 +0.503906250000 +0.083984375000 +0.035644531250 +-0.084472656250 +-0.102050781250 +-0.060302734375 +-0.074218750000 +-0.136718750000 +-0.248046875000 +-0.165039062500 +-0.159179687500 +-0.066406250000 +-0.103515625000 +-0.114257812500 +-0.055908203125 +-0.021240234375 +-0.062500000000 +-0.125000000000 +-0.143554687500 +-0.036621093750 +0.108886718750 +0.108886718750 +0.026977539062 +-0.038574218750 +-0.042968750000 +-0.145507812500 +-0.077636718750 +-0.125000000000 +-0.180664062500 +-0.057861328125 +0.088867187500 +0.038085937500 +0.042968750000 +0.037841796875 +0.060302734375 +0.022094726562 +0.026977539062 +0.018432617188 +0.014892578125 +0.049560546875 +0.061035156250 +0.047363281250 +0.044189453125 +0.028686523438 +0.097167968750 +0.130859375000 +-0.006011962891 +-0.003646850586 +-0.009582519531 +0.015197753906 +-0.006774902344 +0.043945312500 +0.007293701172 +-0.006500244141 +-0.038085937500 +-0.053466796875 +-0.047851562500 +-0.048828125000 +-0.070312500000 +-0.009887695312 +0.151367187500 +-0.080566406250 +-0.138671875000 +-0.017700195312 +-0.044433593750 +-0.012817382812 +-0.076171875000 +-0.056640625000 +0.021728515625 +0.017089843750 +-0.205078125000 +-0.225585937500 +-0.169921875000 +-0.079589843750 +-0.045654296875 +0.148437500000 +-0.003631591797 +-0.045410156250 +-0.051513671875 +-0.052246093750 +0.030761718750 +-0.179687500000 +-0.200195312500 +-0.067382812500 +0.000176429749 +-0.065429687500 +0.060302734375 +0.011962890625 +-0.101074218750 +-0.030639648438 +-0.020263671875 +-0.073730468750 +0.026245117188 +0.003936767578 +-0.173828125000 +0.158203125000 +-0.109863281250 +-0.176757812500 +-0.006042480469 +0.142578125000 +0.086914062500 +0.089355468750 +-0.028076171875 +0.020874023438 +0.049804687500 +0.026245117188 +0.039550781250 +-0.066894531250 +-0.026855468750 +-0.005798339844 +0.003570556641 +0.000801086426 +-0.048828125000 +-0.078125000000 +-0.033691406250 +-0.052490234375 +-0.057861328125 +-0.093750000000 +-0.072265625000 +-0.070800781250 +0.071289062500 +0.142578125000 +0.122558593750 +-0.007415771484 +-0.010498046875 +0.113769531250 +-0.057861328125 +0.111816406250 +0.067871093750 +-0.003036499023 +0.010070800781 +0.031494140625 +-0.053955078125 +-0.057861328125 +-0.060546875000 +-0.044921875000 +0.032958984375 +-0.078613281250 +-0.052490234375 +-0.081542968750 +-0.014831542969 +-0.019653320312 +0.184570312500 +0.193359375000 +0.069335937500 +-0.031005859375 +0.156250000000 +0.054931640625 +0.023925781250 +0.024658203125 +-0.049560546875 +-0.006927490234 +-0.055908203125 +-0.075683593750 +-0.075195312500 +0.080566406250 +0.000770568848 +0.028076171875 +0.035156250000 +0.045898437500 +0.006347656250 +0.023803710938 +0.012756347656 +0.016357421875 +-0.026611328125 +-0.007812500000 +-0.027709960938 +-0.152343750000 +-0.106933593750 +0.075683593750 +-0.217773437500 +0.062011718750 +0.076660156250 +0.103027343750 +0.076171875000 +0.065917968750 +0.069824218750 +0.079589843750 +0.082519531250 +0.046142578125 +0.077148437500 +-0.084472656250 +-0.058837890625 +0.060058593750 +-0.004730224609 +-0.011291503906 +-0.045654296875 +-0.032714843750 +0.036132812500 +0.065917968750 +-0.020019531250 +-0.068847656250 +0.100585937500 +-0.174804687500 +0.053466796875 +-0.018554687500 +0.045410156250 +0.083496093750 +-0.119140625000 +-0.158203125000 +-0.019897460938 +-0.090820312500 +-0.072265625000 +-0.113769531250 +-0.023681640625 +-0.109375000000 +-0.035400390625 +-0.017089843750 +-0.121093750000 +0.149414062500 +-0.105957031250 +0.232421875000 +-0.093261718750 +-0.144531250000 +0.018066406250 +0.059326171875 +-0.070312500000 +-0.122070312500 +-0.202148437500 +-0.019897460938 +-0.041503906250 +-0.078613281250 +-0.037353515625 +-0.078613281250 +-0.146484375000 +-0.148437500000 +-0.161132812500 +0.077148437500 +-0.125000000000 +-0.179687500000 +-0.190429687500 +-0.109863281250 +-0.046142578125 +-0.003967285156 +-0.162109375000 +-0.085449218750 +-0.044433593750 +-0.018432617188 +0.132812500000 +0.051513671875 +0.013916015625 +0.234375000000 +-0.060302734375 +0.038085937500 +-0.030761718750 +-0.009460449219 +-0.027099609375 +-0.021972656250 +-0.009094238281 +-0.076171875000 +-0.081542968750 +0.022705078125 +0.032470703125 +0.128906250000 +0.044189453125 +0.168945312500 +-0.000465393066 +-0.057128906250 +0.015441894531 +-0.024902343750 +-0.058837890625 +-0.028076171875 +-0.056884765625 +0.028564453125 +-0.108886718750 +0.017944335938 +0.145507812500 +0.027954101562 +0.063476562500 +0.049560546875 +-0.004302978516 +-0.134765625000 +0.006866455078 +-0.021972656250 +-0.023925781250 +-0.093261718750 +-0.117187500000 +-0.029418945312 +-0.062500000000 +-0.073242187500 +-0.005828857422 +0.018188476562 +-0.001602172852 +-0.003143310547 +0.010925292969 +0.073242187500 +0.025634765625 +0.028808593750 +0.017333984375 +-0.037109375000 +-0.029174804688 +0.072753906250 +0.056152343750 +0.029052734375 +0.024169921875 +-0.053466796875 +-0.023437500000 +-0.080566406250 +0.082519531250 +0.096679687500 +0.076171875000 +0.007110595703 +0.018798828125 +0.015563964844 +0.058349609375 +0.114746093750 +0.095703125000 +0.084472656250 +-0.041748046875 +-0.027343750000 +-0.098144531250 +-0.141601562500 +-0.153320312500 +0.115234375000 +0.045410156250 +-0.031738281250 +-0.020507812500 +0.037353515625 +0.067382812500 +0.047119140625 +-0.164062500000 +-0.034912109375 +-0.025512695312 +-0.023315429688 +0.014770507812 +-0.186523437500 +-0.161132812500 +-0.100585937500 +-0.250000000000 +-0.100097656250 +-0.106445312500 +-0.091308593750 +-0.043945312500 +-0.023437500000 +0.049316406250 +0.037353515625 +-0.131835937500 +0.101562500000 +0.130859375000 +-0.146484375000 +-0.039794921875 +-0.077148437500 +-0.231445312500 +-0.138671875000 +0.068847656250 +0.108398437500 +0.115234375000 +-0.178710937500 +0.049072265625 +-0.116210937500 +0.081542968750 +0.116210937500 +-0.135742187500 +0.016967773438 +-0.250000000000 +-0.043945312500 +0.106933593750 +0.122558593750 +0.130859375000 +0.089355468750 +-0.235351562500 +-0.171875000000 +-0.265625000000 +-0.019653320312 +-0.048583984375 +-0.031738281250 +-0.166015625000 +0.029541015625 +-0.052001953125 +-0.059326171875 +-0.065917968750 +0.010620117188 +-0.042968750000 +0.021362304688 +0.018554687500 +-0.024169921875 +0.002197265625 +0.031005859375 +0.030639648438 +0.026855468750 +0.026123046875 +0.013488769531 +0.058349609375 +0.294921875000 +-0.082519531250 +-0.130859375000 +0.065917968750 +0.033935546875 +0.075195312500 +0.086914062500 +-0.232421875000 +-0.199218750000 +-0.168945312500 +-0.025268554688 +-0.066406250000 +-0.166992187500 +-0.047363281250 +-0.001609802246 +-0.180664062500 +-0.240234375000 +-0.013671875000 +0.105957031250 +-0.139648437500 +0.024902343750 +-0.046875000000 +-0.030151367188 +0.076660156250 +0.048339843750 +-0.302734375000 +-0.022583007812 +-0.084960937500 +-0.002822875977 +-0.020019531250 +0.049804687500 +0.029296875000 +-0.085937500000 +-0.159179687500 +-0.192382812500 +-0.153320312500 +-0.357421875000 +-0.414062500000 +0.019287109375 +-0.025268554688 +-0.130859375000 +-0.072265625000 +-0.025756835938 +0.012451171875 +-0.033447265625 +0.081542968750 +0.063476562500 +-0.221679687500 +-0.138671875000 +-0.148437500000 +0.003036499023 +-0.192382812500 +0.151367187500 +0.138671875000 +0.130859375000 +0.196289062500 +0.083007812500 +0.017700195312 +0.022583007812 +-0.106933593750 +-0.059082031250 +-0.036621093750 +-0.031494140625 +-0.003265380859 +-0.075683593750 +0.041503906250 +0.046386718750 +0.027954101562 +0.015991210938 +0.123535156250 +0.129882812500 +-0.106933593750 +-0.081542968750 +-0.083007812500 +-0.043701171875 +-0.076660156250 +-0.053466796875 +-0.058105468750 +-0.133789062500 +-0.112304687500 +-0.080566406250 +-0.000400543213 +0.005676269531 +0.010375976562 +-0.060546875000 +-0.049560546875 +-0.050781250000 +-0.038330078125 +-0.036621093750 +0.025634765625 +-0.012756347656 +-0.037841796875 +-0.027099609375 +-0.041748046875 +-0.001380920410 +-0.137695312500 +-0.111328125000 +-0.100097656250 +-0.074218750000 +-0.103515625000 +-0.083984375000 +-0.102539062500 +-0.069335937500 +0.004760742188 +0.217773437500 +0.159179687500 +0.158203125000 +0.141601562500 +-0.207031250000 +-0.088378906250 +-0.011779785156 +-0.228515625000 +-0.130859375000 +-0.096191406250 +-0.151367187500 +-0.148437500000 +-0.116699218750 +-0.060791015625 +-0.053222656250 +-0.114746093750 +-0.217773437500 +-0.107910156250 +0.466796875000 +-0.151367187500 +-0.067382812500 +0.034912109375 +0.037841796875 +-0.124511718750 +-0.095214843750 +-0.133789062500 +-0.095214843750 +-0.098144531250 +-0.118164062500 +-0.088378906250 +0.004394531250 +-0.048583984375 +0.083496093750 +0.148437500000 +0.153320312500 +0.120117187500 +0.044189453125 +-0.048828125000 +0.077636718750 +-0.184570312500 +-0.106933593750 +-0.217773437500 +-0.155273437500 +-0.139648437500 +-0.231445312500 +-0.193359375000 +-0.199218750000 +0.092285156250 +-0.034179687500 +-0.039062500000 +-0.134765625000 +-0.062988281250 +0.013183593750 +0.166015625000 +0.093750000000 +0.097656250000 +-0.087402343750 +0.115722656250 +0.020507812500 +0.063964843750 +0.063476562500 +-0.124023437500 +-0.134765625000 +0.075195312500 +0.051025390625 +-0.098144531250 +-0.012695312500 +-0.047119140625 +-0.076171875000 +-0.077148437500 +-0.044189453125 +0.011047363281 +0.000759124756 +-0.064453125000 +-0.086914062500 +-0.128906250000 +0.008178710938 +0.027954101562 +0.032958984375 +-0.068359375000 +-0.048828125000 +0.250000000000 +-0.062988281250 +-0.074218750000 +-0.036865234375 +-0.029296875000 +-0.041015625000 +0.075683593750 +0.062500000000 +0.173828125000 +0.162109375000 +0.160156250000 +0.108398437500 +0.065429687500 +0.037597656250 +-0.189453125000 +-0.147460937500 +-0.072265625000 +-0.093750000000 +-0.106933593750 +0.057128906250 +-0.072265625000 +-0.052978515625 +-0.063476562500 +-0.038818359375 +-0.076171875000 +-0.056396484375 +-0.087402343750 +-0.060302734375 +0.008361816406 +0.029785156250 +-0.219726562500 +-0.204101562500 +-0.171875000000 +-0.086425781250 +-0.092773437500 +-0.084472656250 +0.057128906250 +-0.087402343750 +-0.271484375000 +-0.099609375000 +-0.177734375000 +0.151367187500 +0.051757812500 +-0.035644531250 +0.042968750000 +-0.147460937500 +-0.097167968750 +-0.205078125000 +-0.083496093750 +-0.027709960938 +-0.052246093750 +0.103515625000 +0.020385742188 +0.010559082031 +-0.118652343750 +-0.062988281250 +0.099609375000 +0.027832031250 +-0.101562500000 +-0.021606445312 +0.000349044800 +0.010864257812 +-0.079589843750 +-0.049072265625 +-0.060302734375 +-0.018920898438 +-0.059082031250 +0.033691406250 +-0.174804687500 +-0.061035156250 +-0.092773437500 +0.133789062500 +0.017700195312 +-0.019409179688 +0.017944335938 +0.015441894531 +-0.126953125000 +-0.100097656250 +0.024780273438 +0.013793945312 +-0.066894531250 +0.433593750000 +-0.205078125000 +-0.199218750000 +-0.045410156250 +-0.075195312500 +-0.167968750000 +0.062011718750 +0.006469726562 +-0.022216796875 +-0.000063896179 +-0.038330078125 +0.007049560547 +0.037597656250 +0.052001953125 +0.033691406250 +0.006988525391 +-0.002243041992 +-0.012023925781 +-0.026733398438 +-0.050292968750 +0.045166015625 +0.082031250000 +0.081542968750 +-0.146484375000 +-0.039550781250 +0.027465820312 +-0.078125000000 +-0.101074218750 +-0.082031250000 +-0.103027343750 +-0.077148437500 +0.060546875000 +0.001670837402 +-0.008728027344 +-0.090820312500 +-0.066406250000 +-0.084960937500 +-0.079589843750 +-0.091796875000 +-0.053955078125 +-0.083496093750 +-0.068847656250 +-0.068847656250 +-0.105468750000 +-0.171875000000 +-0.038330078125 +-0.065917968750 +-0.232421875000 +-0.044433593750 +-0.061035156250 +-0.078125000000 +0.150390625000 +0.086425781250 +-0.335937500000 +-0.061279296875 +-0.084960937500 +-0.088867187500 +-0.036132812500 +0.109375000000 +0.037597656250 +0.006958007812 +0.014221191406 +0.106933593750 +0.028320312500 +0.019287109375 +0.026855468750 +0.029541015625 +-0.062500000000 +-0.059570312500 +-0.181640625000 +-0.216796875000 +0.002105712891 +-0.047607421875 +-0.098144531250 +0.064941406250 +-0.047851562500 +-0.036132812500 +0.242187500000 +-0.192382812500 +-0.140625000000 +-0.099121093750 +-0.137695312500 +-0.029907226562 +0.033935546875 +-0.204101562500 +-0.119628906250 +0.029541015625 +-0.088378906250 +-0.125976562500 +0.005432128906 +-0.072753906250 +-0.017822265625 +-0.032470703125 +-0.019653320312 +0.027221679688 +-0.035888671875 +-0.142578125000 +-0.004516601562 +-0.127929687500 +-0.030151367188 +-0.148437500000 +0.066894531250 +-0.072265625000 +-0.005615234375 +-0.005828857422 +-0.057373046875 +-0.022338867188 +-0.009521484375 +0.030395507812 +0.012145996094 +-0.036132812500 +-0.056152343750 +0.006805419922 +-0.006561279297 +-0.036621093750 +-0.052490234375 +-0.010986328125 +-0.049072265625 +-0.070312500000 +0.089355468750 +0.026123046875 +-0.014770507812 +-0.062011718750 +0.035156250000 +-0.055908203125 +-0.139648437500 +-0.042480468750 +-0.094238281250 +-0.088867187500 +-0.080078125000 +0.143554687500 +0.019653320312 +-0.051513671875 +-0.129882812500 +0.133789062500 +-0.098632812500 +-0.037841796875 +-0.076660156250 +-0.132812500000 +-0.056640625000 +-0.065429687500 +0.056640625000 +-0.009277343750 +0.047851562500 +-0.195312500000 +-0.116210937500 +-0.066406250000 +0.230468750000 +0.142578125000 +-0.102050781250 +-0.075683593750 +-0.085449218750 +-0.084960937500 +-0.075195312500 +-0.096191406250 +-0.071777343750 +-0.125000000000 +-0.145507812500 +-0.091308593750 +-0.083496093750 +-0.090820312500 +-0.079589843750 +-0.085937500000 +0.215820312500 +0.164062500000 +-0.091308593750 +-0.095703125000 +-0.104003906250 +-0.119628906250 +0.025878906250 +-0.180664062500 +-0.004821777344 +-0.060302734375 +0.024047851562 +-0.068359375000 +-0.136718750000 +0.007110595703 +-0.069335937500 +0.012084960938 +0.015380859375 +-0.047607421875 +-0.092285156250 +-0.050048828125 +-0.032226562500 +0.013061523438 +-0.006927490234 +0.013916015625 +-0.083496093750 +-0.023681640625 +0.118164062500 +0.120117187500 +-0.026245117188 +0.134765625000 +0.041259765625 +0.312500000000 +-0.015625000000 +0.176757812500 +0.041503906250 +-0.115722656250 +-0.033447265625 +0.013000488281 +-0.019165039062 +-0.015197753906 +-0.005859375000 +-0.094726562500 +-0.055175781250 +-0.149414062500 +-0.120117187500 +-0.172851562500 +-0.235351562500 +-0.183593750000 +-0.007995605469 +-0.000097751617 +0.020996093750 +0.002990722656 +0.045898437500 +-0.029907226562 +-0.183593750000 +-0.064453125000 +-0.047119140625 +-0.055664062500 +-0.160156250000 +0.014404296875 +-0.035156250000 +-0.012084960938 +0.029418945312 +0.044677734375 +0.144531250000 +0.166015625000 +0.102050781250 +0.061767578125 +0.039306640625 +-0.016601562500 +-0.011901855469 +0.070800781250 +-0.063476562500 +-0.069824218750 +-0.053222656250 +-0.023193359375 +-0.090332031250 +0.030151367188 +0.058593750000 +-0.005706787109 +-0.016357421875 +-0.054443359375 +-0.009033203125 +-0.091796875000 +-0.070800781250 +-0.079101562500 +-0.094238281250 +-0.077636718750 +-0.079589843750 +-0.108398437500 +-0.007537841797 +-0.053710937500 +-0.039794921875 +-0.159179687500 +-0.144531250000 +-0.157226562500 +-0.042480468750 +-0.006011962891 +-0.022705078125 +-0.022583007812 +-0.134765625000 +-0.147460937500 +-0.082031250000 +-0.184570312500 +-0.168945312500 +-0.058349609375 +0.086425781250 +-0.094726562500 +-0.015625000000 +-0.038574218750 +-0.030883789062 +0.181640625000 +-0.025878906250 +0.055419921875 +-0.017944335938 +-0.094726562500 +0.020996093750 +-0.113281250000 +-0.071777343750 +-0.101074218750 +-0.064941406250 +-0.123535156250 +0.029541015625 +0.024047851562 +-0.054443359375 +-0.066894531250 +0.047607421875 +0.016357421875 +0.065917968750 +0.076660156250 +-0.034912109375 +-0.065917968750 +0.076171875000 +0.055664062500 +-0.113281250000 +-0.120117187500 +-0.019775390625 +0.003234863281 +-0.073730468750 +0.039062500000 +-0.017944335938 +-0.103515625000 +-0.142578125000 +-0.054931640625 +0.050292968750 +0.043701171875 +0.184570312500 +0.197265625000 +0.071777343750 +-0.044433593750 +-0.076660156250 +0.135742187500 +0.127929687500 +0.125000000000 +-0.028076171875 +-0.083496093750 +-0.023925781250 +0.002929687500 +0.028442382812 +0.021362304688 +0.045410156250 +-0.053222656250 +-0.092773437500 +-0.021484375000 +-0.102539062500 +-0.055664062500 +0.054443359375 +-0.079589843750 +0.098632812500 +0.124511718750 +-0.085937500000 +-0.061279296875 +-0.135742187500 +-0.102539062500 +-0.065917968750 +-0.028686523438 +-0.005981445312 +-0.013183593750 +-0.059326171875 +0.132812500000 +0.079589843750 +-0.178710937500 +0.078613281250 +-0.121582031250 +-0.083007812500 +0.196289062500 +0.159179687500 +0.005004882812 +0.009643554688 +0.006835937500 +0.056152343750 +0.009338378906 +0.002227783203 +-0.000383377075 +0.118652343750 +0.117187500000 +-0.016479492188 +-0.083984375000 +0.089843750000 +-0.010925292969 +-0.005828857422 +-0.005004882812 +-0.002777099609 +0.028808593750 +0.037841796875 +0.038818359375 +0.043701171875 +0.037353515625 +0.035156250000 +0.036132812500 +0.029663085938 +0.025146484375 +0.015991210938 +0.026733398438 +0.014526367188 +0.032470703125 +-0.005065917969 +-0.000016570091 +-0.103027343750 +-0.133789062500 +-0.053955078125 +0.035156250000 +0.007446289062 +0.001731872559 +-0.024047851562 +-0.008972167969 +-0.065917968750 +0.125976562500 +0.016723632812 +0.080078125000 +0.075683593750 +0.040283203125 +0.031494140625 +0.013610839844 +0.046875000000 +0.022338867188 +0.018554687500 +-0.007995605469 +-0.018798828125 +0.001312255859 +-0.001731872559 +-0.004608154297 +-0.044677734375 +-0.071777343750 +-0.100097656250 +-0.017700195312 +-0.023681640625 +-0.007232666016 +-0.193359375000 +-0.202148437500 +-0.219726562500 +0.066894531250 +-0.021728515625 +-0.005767822266 +-0.025878906250 +-0.078125000000 +0.083007812500 +-0.032226562500 +0.004669189453 +0.089843750000 +0.032714843750 +0.310546875000 +0.174804687500 +0.248046875000 +-0.067871093750 +-0.143554687500 +-0.083496093750 +-0.075683593750 +-0.151367187500 +-0.147460937500 +0.250000000000 +0.078125000000 +0.046142578125 +0.060546875000 +-0.021484375000 +-0.103027343750 +-0.058349609375 +-0.057128906250 +0.147460937500 +-0.028930664062 +-0.148437500000 +-0.133789062500 +-0.166992187500 +-0.118164062500 +0.021606445312 +-0.056884765625 +-0.056152343750 +-0.049316406250 +0.039062500000 +0.006591796875 +-0.009887695312 +-0.171875000000 +0.176757812500 +-0.166015625000 +-0.103515625000 +0.021728515625 +0.040283203125 +0.038330078125 +0.359375000000 +-0.093261718750 +0.021850585938 +0.036132812500 +0.039550781250 +0.177734375000 +0.072265625000 +-0.039550781250 +0.130859375000 +0.006896972656 +0.036865234375 +-0.033691406250 +0.014953613281 +-0.022827148438 +-0.000984191895 +0.053955078125 +0.104003906250 +0.049560546875 +0.283203125000 +0.437500000000 +0.055664062500 +-0.236328125000 +-0.054931640625 +-0.143554687500 +0.041259765625 +-0.044677734375 +-0.039550781250 +-0.069335937500 +-0.062011718750 +-0.027832031250 +-0.024414062500 +-0.037597656250 +-0.011779785156 +0.080566406250 +-0.004241943359 +-0.034423828125 +-0.034912109375 +-0.031005859375 +0.027221679688 +0.030029296875 +0.051513671875 +0.066894531250 +-0.127929687500 +0.010375976562 +-0.038818359375 +0.017089843750 +0.004791259766 +0.013732910156 +-0.095214843750 +-0.163085937500 +-0.182617187500 +-0.015747070312 +-0.082031250000 +-0.111816406250 +-0.134765625000 +-0.120117187500 +-0.219726562500 +-0.180664062500 +-0.108886718750 +0.203125000000 +0.185546875000 +0.164062500000 +-0.034912109375 +-0.006805419922 +0.199218750000 +0.179687500000 +-0.003433227539 +-0.139648437500 +-0.072265625000 +-0.055175781250 +-0.044677734375 +0.098632812500 +0.081542968750 +0.105468750000 +0.066406250000 +0.036132812500 +0.043457031250 +0.021972656250 +0.036132812500 +0.019165039062 +0.015747070312 +0.029541015625 +0.034912109375 +0.036865234375 +0.035888671875 +0.029541015625 +-0.023925781250 +-0.032714843750 +0.034667968750 +0.038330078125 +-0.006042480469 +0.073730468750 +0.051269531250 +0.015136718750 +-0.019653320312 +-0.008850097656 +-0.188476562500 +-0.076660156250 +-0.058105468750 +-0.078613281250 +-0.027465820312 +-0.072265625000 +0.009887695312 +0.172851562500 +-0.042480468750 +-0.036865234375 +-0.027465820312 +-0.111328125000 +-0.065429687500 +0.035888671875 +0.068359375000 +0.056152343750 +-0.134765625000 +-0.097656250000 +-0.130859375000 +-0.107910156250 +-0.035888671875 +-0.126953125000 +-0.031738281250 +0.027587890625 +0.005371093750 +0.049072265625 +0.100585937500 +0.082519531250 +0.078125000000 +0.038085937500 +0.054931640625 +0.071777343750 +0.060302734375 +0.074218750000 +0.075195312500 +0.071289062500 +0.084472656250 +0.069335937500 +0.043457031250 +-0.078125000000 +0.124511718750 +-0.026489257812 +0.067871093750 +0.062988281250 +0.048095703125 +0.049072265625 +0.026733398438 +0.019531250000 +0.026000976562 +0.015197753906 +0.008544921875 +0.007629394531 +0.025024414062 +-0.003799438477 +0.012207031250 +-0.022094726562 +-0.001380920410 +-0.008789062500 +-0.018920898438 +-0.022460937500 +-0.028442382812 +-0.021728515625 +-0.054687500000 +-0.035400390625 +0.003387451172 +-0.000831604004 +-0.089843750000 +0.020874023438 +-0.010131835938 +0.177734375000 +-0.015380859375 +-0.000366210938 +0.216796875000 +0.027954101562 +0.041992187500 +-0.060302734375 +0.061767578125 +0.067382812500 +-0.072265625000 +0.086425781250 +0.040283203125 +0.043945312500 +-0.174804687500 +-0.144531250000 +-0.083007812500 +0.062988281250 +0.046386718750 +-0.015319824219 +-0.063476562500 +-0.128906250000 +-0.016113281250 +-0.151367187500 +-0.066894531250 +-0.092773437500 +-0.050292968750 +-0.069824218750 +-0.020874023438 +-0.136718750000 +0.005554199219 +-0.076171875000 +0.052001953125 +-0.181640625000 +-0.085449218750 +-0.072265625000 +-0.066894531250 +-0.153320312500 +-0.093261718750 +-0.114746093750 +-0.108886718750 +-0.113281250000 +-0.059326171875 +-0.054931640625 +0.030395507812 +0.032470703125 +0.209960937500 +-0.084960937500 +-0.133789062500 +0.130859375000 +0.078125000000 +0.044921875000 +0.028930664062 +-0.111328125000 +-0.064453125000 +-0.039062500000 +-0.062500000000 +-0.099609375000 +-0.132812500000 +-0.107421875000 +-0.103515625000 +-0.087890625000 +-0.028930664062 +-0.071289062500 +-0.043457031250 +-0.042236328125 +-0.099609375000 +0.014160156250 +-0.046142578125 +-0.049560546875 +0.005065917969 +-0.140625000000 +0.384765625000 +-0.023193359375 +0.130859375000 +0.108886718750 +-0.267578125000 +-0.134765625000 +-0.117675781250 +-0.185546875000 +-0.181640625000 +-0.172851562500 +-0.164062500000 +-0.097656250000 +-0.079589843750 +-0.253906250000 +-0.025756835938 +-0.124023437500 +-0.164062500000 +-0.112304687500 +-0.082031250000 +-0.101074218750 +0.135742187500 +-0.116699218750 +-0.271484375000 +-0.033447265625 +-0.153320312500 +0.013549804688 +0.008972167969 +-0.003463745117 +0.087890625000 +-0.024414062500 +-0.088867187500 +-0.038330078125 +-0.044677734375 +-0.098632812500 +-0.003646850586 +0.092285156250 +0.106445312500 +-0.008544921875 +0.029907226562 +-0.002563476562 +0.032470703125 +-0.000488281250 +0.053222656250 +-0.105957031250 +-0.087890625000 +-0.060546875000 +-0.251953125000 +-0.090820312500 +-0.008422851562 +0.056884765625 +0.096191406250 +0.079589843750 +-0.306640625000 +0.017333984375 +0.017333984375 +-0.154296875000 +-0.173828125000 +0.041503906250 +-0.024169921875 +-0.106445312500 +0.003677368164 +-0.157226562500 +-0.080566406250 +-0.016601562500 +-0.201171875000 +-0.033935546875 +0.111328125000 +0.080566406250 +0.223632812500 +0.198242187500 +-0.036376953125 +-0.015319824219 +0.021728515625 +-0.121582031250 +-0.009033203125 +-0.015747070312 +-0.271484375000 +-0.138671875000 +-0.050781250000 +-0.182617187500 +-0.091308593750 +-0.134765625000 +0.047607421875 +-0.207031250000 +-0.135742187500 +-0.150390625000 +-0.059082031250 +-0.068359375000 +-0.024414062500 +-0.053710937500 +-0.110839843750 +-0.082519531250 +0.241210937500 +0.222656250000 +-0.089355468750 +-0.018432617188 +-0.209960937500 +-0.140625000000 +-0.095214843750 +-0.100585937500 +-0.213867187500 +-0.062500000000 +-0.065917968750 +-0.069824218750 +-0.068847656250 +0.017944335938 +-0.009582519531 +-0.070800781250 +-0.053710937500 +-0.023315429688 +-0.052246093750 +-0.069824218750 +-0.049560546875 +-0.056152343750 +-0.099121093750 +-0.104492187500 +-0.051025390625 +-0.060058593750 +0.024169921875 +-0.120605468750 +-0.085937500000 +0.080566406250 +0.079101562500 +0.076660156250 +0.162109375000 +-0.010253906250 +-0.003036499023 +-0.010314941406 +-0.027465820312 +0.024291992188 +0.002990722656 +-0.009216308594 +0.052490234375 +0.034667968750 +-0.037353515625 +-0.036132812500 +-0.007110595703 +-0.027587890625 +-0.086425781250 +-0.074707031250 +0.175781250000 +0.188476562500 +-0.059570312500 +-0.026733398438 +0.035644531250 +-0.010559082031 +-0.119140625000 +-0.027221679688 +0.063964843750 +0.232421875000 +-0.061279296875 +-0.032714843750 +-0.021728515625 +-0.093750000000 +0.015502929688 +0.077148437500 +-0.081054687500 +-0.015625000000 +-0.091308593750 +-0.050292968750 +-0.036132812500 +-0.075683593750 +-0.105468750000 +-0.031127929688 +0.030639648438 +0.004272460938 +-0.011291503906 +-0.044677734375 +-0.006103515625 +0.176757812500 +0.157226562500 +0.139648437500 +-0.144531250000 +-0.091308593750 +-0.089843750000 +-0.124023437500 +-0.140625000000 +-0.109863281250 +-0.116699218750 +-0.086425781250 +-0.134765625000 +-0.101074218750 +-0.164062500000 +-0.142578125000 +-0.138671875000 +-0.144531250000 +0.214843750000 +0.040283203125 +-0.046630859375 +-0.037841796875 +-0.162109375000 +-0.057373046875 +-0.129882812500 +-0.144531250000 +-0.170898437500 +-0.060058593750 +-0.033691406250 +0.019775390625 +0.068847656250 +-0.028930664062 +-0.063964843750 +0.072265625000 +0.152343750000 +0.238281250000 +0.222656250000 +0.079589843750 +0.154296875000 +0.095214843750 +0.081054687500 +0.088378906250 +-0.156250000000 +-0.127929687500 +-0.020263671875 +-0.027709960938 +0.215820312500 +-0.070800781250 +-0.052734375000 +0.013916015625 +-0.056152343750 +-0.055419921875 +-0.114746093750 +-0.084960937500 +-0.029541015625 +0.046875000000 +0.039550781250 +0.123535156250 +0.087890625000 +0.026000976562 +-0.000295639038 +0.031494140625 +0.056884765625 +0.025878906250 +0.046875000000 +0.072753906250 +-0.092773437500 +0.014282226562 +0.033691406250 +0.033203125000 +0.025146484375 +0.082519531250 +-0.026000976562 +-0.124023437500 +-0.176757812500 +-0.134765625000 +0.169921875000 +0.090332031250 +0.210937500000 +0.153320312500 +0.183593750000 +-0.176757812500 +-0.013854980469 +-0.184570312500 +0.082519531250 +-0.150390625000 +-0.174804687500 +-0.030395507812 +-0.145507812500 +-0.078613281250 +-0.090332031250 +-0.198242187500 +-0.221679687500 +-0.172851562500 +-0.210937500000 +0.345703125000 +0.071777343750 +-0.045654296875 +-0.065429687500 +-0.100585937500 +0.175781250000 +-0.046386718750 +-0.022460937500 +0.017700195312 +-0.070800781250 +0.003448486328 +-0.005981445312 +0.030639648438 +0.003189086914 +-0.011474609375 +-0.031494140625 +-0.040283203125 +0.009521484375 +-0.016967773438 +-0.167968750000 +-0.175781250000 +0.016845703125 +-0.029663085938 +-0.052978515625 +0.059570312500 +0.128906250000 +-0.079101562500 +-0.094726562500 +-0.120605468750 +0.285156250000 +-0.163085937500 +0.036621093750 +-0.114257812500 +-0.091796875000 +-0.036865234375 +-0.182617187500 +-0.084472656250 +-0.100097656250 +0.013549804688 +-0.130859375000 +-0.208007812500 +-0.134765625000 +-0.146484375000 +-0.117675781250 +-0.105957031250 +-0.094238281250 +-0.097656250000 +0.060058593750 +-0.156250000000 +-0.042480468750 +0.044433593750 +0.037353515625 +0.033935546875 +-0.105957031250 +0.021850585938 +-0.000862121582 +0.046386718750 +0.051757812500 +0.020996093750 +0.012695312500 +0.036621093750 +0.041015625000 +0.037353515625 +0.042724609375 +0.039794921875 +0.029907226562 +0.031005859375 +0.022460937500 +0.026367187500 +-0.093750000000 +-0.188476562500 +-0.066406250000 +0.016967773438 +0.052001953125 +-0.152343750000 +-0.038574218750 +0.136718750000 +-0.036132812500 +-0.223632812500 +-0.091308593750 +-0.188476562500 +-0.207031250000 +-0.079101562500 +-0.056396484375 +-0.041503906250 +-0.054931640625 +-0.081542968750 +-0.110351562500 +-0.162109375000 +-0.093750000000 +-0.217773437500 +0.172851562500 +0.163085937500 +-0.219726562500 +-0.221679687500 +-0.148437500000 +-0.207031250000 +0.023071289062 +0.038818359375 +0.009765625000 +-0.005310058594 +-0.077636718750 +0.009643554688 +-0.021362304688 +-0.035888671875 +-0.045166015625 +0.010314941406 +-0.010681152344 +0.021606445312 +0.022827148438 +0.010620117188 +-0.000249862671 +0.035400390625 +-0.001472473145 +0.001777648926 +-0.149414062500 +-0.109375000000 +-0.121093750000 +-0.129882812500 +0.406250000000 +0.046386718750 +-0.020019531250 +-0.063964843750 +-0.196289062500 +-0.140625000000 +-0.306640625000 +-0.026611328125 +0.071289062500 +0.088867187500 +0.049316406250 +0.123535156250 +0.002456665039 +0.040283203125 +0.054199218750 +0.037597656250 +0.039306640625 +0.053710937500 +0.040527343750 +0.058593750000 +-0.127929687500 +-0.159179687500 +-0.189453125000 +-0.041259765625 +-0.238281250000 +0.048828125000 +0.204101562500 +0.023315429688 +0.023681640625 +0.035156250000 +-0.077636718750 +-0.035156250000 +0.014038085938 +0.030517578125 +0.009033203125 +0.018554687500 +0.042480468750 +0.045410156250 +0.038574218750 +0.018554687500 +0.049072265625 +0.067871093750 +0.055175781250 +0.062988281250 +0.008483886719 +0.023681640625 +-0.123535156250 +-0.088867187500 +-0.134765625000 +-0.020751953125 +-0.045898437500 +0.060791015625 +0.082519531250 +0.074218750000 +0.188476562500 +0.038818359375 +-0.063964843750 +-0.077148437500 +-0.084472656250 +-0.078125000000 +-0.104003906250 +-0.128906250000 +-0.031127929688 +-0.098632812500 +-0.061279296875 +-0.089843750000 +-0.121093750000 +-0.090820312500 +0.073242187500 +0.088867187500 +-0.153320312500 +-0.140625000000 +-0.123535156250 +-0.077148437500 +-0.051513671875 +0.007293701172 +-0.002868652344 +-0.001693725586 +-0.029296875000 +0.003784179688 +0.000488281250 +-0.001541137695 +-0.000316619873 +0.002487182617 +-0.004791259766 +0.009521484375 +0.013061523438 +-0.004730224609 +0.002136230469 +0.000280380249 +0.004577636719 +-0.002304077148 +-0.000197410583 +0.000034570694 +-0.058593750000 +-0.062988281250 +0.000652313232 +0.008117675781 +-0.002380371094 +0.007934570312 +-0.107421875000 +-0.032226562500 +-0.069335937500 +-0.064941406250 +0.052001953125 +-0.160156250000 +-0.058837890625 +-0.250000000000 +-0.105957031250 +-0.148437500000 +0.022094726562 +-0.157226562500 +0.106445312500 +-0.202148437500 +0.100585937500 +-0.087890625000 +0.064941406250 +0.055664062500 +0.002517700195 +-0.024047851562 +0.236328125000 +0.028076171875 +-0.157226562500 +-0.128906250000 +-0.083496093750 +-0.076660156250 +-0.026123046875 +0.070800781250 +0.021484375000 +0.010498046875 +0.004882812500 +0.051025390625 +0.021972656250 +0.027343750000 +0.009460449219 +0.057617187500 +0.029418945312 +0.034423828125 +0.032226562500 +0.034179687500 +-0.068847656250 +-0.070800781250 +0.046875000000 +0.044921875000 +-0.090332031250 +0.012573242188 +0.009643554688 +0.042236328125 +-0.029052734375 +-0.053955078125 +0.021484375000 +0.039794921875 +-0.032226562500 +-0.030883789062 +-0.121582031250 +-0.086914062500 +0.191406250000 +-0.068847656250 +-0.132812500000 +0.010437011719 +-0.047119140625 +-0.012817382812 +-0.022094726562 +-0.050292968750 +-0.116210937500 +-0.076171875000 +-0.041748046875 +0.020507812500 +-0.111328125000 +-0.009643554688 +0.030761718750 +-0.045166015625 +-0.039062500000 +-0.008300781250 +-0.010986328125 +-0.011962890625 +-0.047363281250 +-0.021118164062 +-0.036621093750 +-0.014892578125 +-0.052246093750 +0.000391006470 +0.025756835938 +0.021362304688 +-0.046386718750 +-0.104492187500 +-0.087890625000 +-0.123046875000 +-0.096191406250 +-0.024291992188 +0.005889892578 +0.004821777344 +0.037109375000 +-0.011230468750 +0.040283203125 +-0.273437500000 +-0.193359375000 +-0.111328125000 +0.101074218750 +-0.088867187500 +-0.069824218750 +-0.013977050781 +-0.004852294922 +0.061279296875 +0.070312500000 +0.010070800781 +0.024780273438 +0.059814453125 +0.073242187500 +0.045898437500 +0.039306640625 +0.052001953125 +-0.202148437500 +-0.206054687500 +0.106933593750 +0.110351562500 +-0.102539062500 +-0.121582031250 +0.000427246094 +-0.039550781250 +0.009521484375 +-0.014221191406 +-0.158203125000 +0.056884765625 +0.073242187500 +0.022705078125 +0.035156250000 +-0.040039062500 +-0.127929687500 +-0.100585937500 +-0.126953125000 +-0.124511718750 +0.083496093750 +-0.165039062500 +-0.106933593750 +-0.138671875000 +0.022705078125 +0.017211914062 +-0.134765625000 +-0.155273437500 +-0.118652343750 +-0.154296875000 +-0.048583984375 +0.161132812500 +0.062500000000 +0.026611328125 +0.101074218750 +0.030517578125 +-0.092773437500 +-0.091796875000 +-0.072265625000 +-0.019531250000 +-0.019287109375 +0.004211425781 +-0.029907226562 +0.038085937500 +-0.003646850586 +-0.015747070312 +-0.012023925781 +-0.003067016602 +0.056884765625 +0.080566406250 +-0.046142578125 +0.039062500000 +0.053710937500 +-0.036865234375 +-0.037597656250 +-0.041015625000 +-0.126953125000 +-0.093261718750 +0.038085937500 +-0.017822265625 +0.001304626465 +0.004974365234 +0.016601562500 +0.002029418945 +-0.005767822266 +0.010437011719 +0.022094726562 +0.004913330078 +0.005371093750 +0.012634277344 +0.012695312500 +0.017333984375 +-0.151367187500 +-0.117187500000 +-0.049804687500 +-0.073242187500 +-0.146484375000 +-0.004974365234 +0.046142578125 +-0.109863281250 +0.033203125000 +-0.115234375000 +0.054931640625 +-0.044921875000 +-0.062988281250 +-0.041503906250 +-0.034667968750 +-0.052246093750 +-0.093261718750 +-0.080566406250 +-0.060546875000 +-0.107421875000 +-0.039550781250 +-0.069824218750 +-0.047607421875 +-0.061279296875 +0.145507812500 +0.121093750000 +-0.074707031250 +-0.089843750000 +-0.109375000000 +-0.066406250000 +-0.010681152344 +-0.113769531250 +-0.092773437500 +-0.065917968750 +-0.182617187500 +-0.107421875000 +-0.039550781250 +-0.062988281250 +-0.018310546875 +-0.056152343750 +-0.031494140625 +0.005767822266 +0.020263671875 +0.155273437500 +0.094726562500 +0.080566406250 +0.212890625000 +0.145507812500 +-0.070800781250 +-0.054443359375 +-0.206054687500 +-0.225585937500 +-0.230468750000 +-0.058837890625 +-0.229492187500 +0.011962890625 +-0.082519531250 +-0.040039062500 +0.081542968750 +0.057861328125 +0.014526367188 +-0.008178710938 +0.047851562500 +0.065429687500 +0.124511718750 +0.050537109375 +0.074218750000 +0.031494140625 +0.025268554688 +0.056640625000 +-0.002609252930 +0.003326416016 +-0.026977539062 +-0.042724609375 +0.110839843750 +0.112792968750 +0.008178710938 +0.207031250000 +-0.003967285156 +0.092773437500 +0.022583007812 +0.038574218750 +-0.123535156250 +0.086914062500 +-0.031250000000 +-0.029663085938 +-0.075683593750 +-0.062988281250 +0.209960937500 +0.207031250000 +0.187500000000 +-0.029541015625 +-0.036865234375 +0.012145996094 +-0.005035400391 +-0.050048828125 +0.022827148438 +0.098632812500 +-0.055908203125 +0.063476562500 +-0.029418945312 +0.040771484375 +-0.125976562500 +0.026123046875 +-0.047363281250 +-0.055664062500 +0.263671875000 +-0.069824218750 +0.029296875000 +0.047851562500 +0.035888671875 +0.034179687500 +-0.037841796875 +0.014099121094 +-0.045898437500 +-0.060302734375 +-0.124511718750 +-0.045654296875 +-0.069335937500 +-0.018676757812 +-0.004943847656 +0.000421524048 +0.084960937500 +0.064453125000 +0.197265625000 +-0.168945312500 +0.008666992188 +0.034179687500 +0.012145996094 +0.020385742188 +-0.500000000000 +0.034423828125 +-0.051757812500 +0.089843750000 +-0.102050781250 +0.098632812500 +0.034423828125 +0.037353515625 +-0.051025390625 +0.086425781250 +-0.125000000000 +-0.115234375000 +-0.062988281250 +-0.083007812500 +-0.036865234375 +-0.022705078125 +-0.026123046875 +-0.008605957031 +-0.275390625000 +-0.318359375000 +-0.109375000000 +0.012878417969 +-0.089355468750 +-0.083984375000 +-0.129882812500 +0.042724609375 +0.141601562500 +0.093261718750 +0.083984375000 +0.041992187500 +0.052734375000 +-0.087402343750 +-0.081542968750 +-0.021362304688 +0.018066406250 +-0.012695312500 +-0.068359375000 +0.021118164062 +-0.064941406250 +0.025512695312 +-0.079589843750 +-0.023193359375 +0.054687500000 +0.023925781250 +-0.019531250000 +-0.070312500000 +-0.027832031250 +-0.028442382812 +-0.172851562500 +-0.020507812500 +0.069335937500 +0.089355468750 +0.103027343750 +0.169921875000 +-0.018188476562 +-0.067382812500 +-0.043701171875 +0.005096435547 +-0.098144531250 +-0.104492187500 +-0.069824218750 +0.009338378906 +-0.079101562500 +-0.061767578125 +-0.121093750000 +-0.110351562500 +-0.030761718750 +-0.086914062500 +-0.030151367188 +-0.057373046875 +-0.080566406250 +-0.080078125000 +0.009643554688 +-0.032714843750 +0.001182556152 +0.007110595703 +-0.006958007812 +0.009643554688 +-0.010620117188 +-0.013061523438 +0.006988525391 +0.009338378906 +-0.006256103516 +0.017822265625 +0.006286621094 +-0.001914978027 +-0.095703125000 +-0.083496093750 +-0.042724609375 +-0.040039062500 +0.023437500000 +0.117187500000 +-0.008056640625 +0.030273437500 +-0.002273559570 +-0.004821777344 +-0.016357421875 +-0.024291992188 +-0.046875000000 +0.087890625000 +0.083984375000 +-0.122558593750 +0.047607421875 +-0.199218750000 +-0.138671875000 +0.024902343750 +-0.019775390625 +0.016357421875 +-0.023193359375 +-0.163085937500 +-0.019042968750 +-0.031127929688 +-0.135742187500 +-0.153320312500 +-0.002975463867 +0.010986328125 +0.231445312500 +-0.047607421875 +-0.053222656250 +-0.037109375000 +-0.163085937500 +-0.016967773438 +-0.006317138672 +-0.025146484375 +-0.000163078308 +0.024536132812 +-0.083007812500 +-0.087890625000 +-0.071777343750 +-0.090332031250 +-0.060058593750 +-0.060791015625 +-0.067871093750 +-0.051757812500 +-0.045654296875 +-0.037841796875 +0.015136718750 +0.015380859375 +-0.063964843750 +-0.165039062500 +0.016845703125 +0.014831542969 +0.163085937500 +0.139648437500 +0.065429687500 +0.027465820312 +0.001121520996 +0.025756835938 +-0.044921875000 +0.027099609375 +0.024169921875 +0.014648437500 +-0.013977050781 +0.027832031250 +0.020141601562 +0.006713867188 +0.026489257812 +0.028076171875 +-0.045654296875 +-0.033203125000 +-0.062988281250 +-0.078125000000 +0.015258789062 +0.127929687500 +-0.031005859375 +-0.035888671875 +-0.027465820312 +-0.034423828125 +-0.031738281250 +-0.059326171875 +-0.013854980469 +-0.014221191406 +0.003204345703 +0.002670288086 +0.001403808594 +0.024780273438 +0.057617187500 +0.042236328125 +0.000938415527 +0.005340576172 +-0.007629394531 +0.023925781250 +-0.012390136719 +-0.010681152344 +-0.158203125000 +-0.136718750000 +-0.075195312500 +-0.052490234375 +0.010742187500 +-0.030029296875 +0.011230468750 +-0.048095703125 +0.037841796875 +0.036865234375 +0.030029296875 +0.044189453125 +0.042480468750 +0.008972167969 +0.060546875000 +0.025512695312 +0.053955078125 +0.033203125000 +0.096191406250 +0.165039062500 +0.126953125000 +0.153320312500 +-0.011901855469 +-0.112304687500 +0.039306640625 +0.033691406250 +0.076660156250 +-0.055419921875 +-0.022338867188 +0.014831542969 +-0.110351562500 +-0.065429687500 +0.160156250000 +0.032714843750 +0.039794921875 +0.049560546875 +0.068847656250 +-0.044677734375 +0.052734375000 +0.051513671875 +0.038085937500 +0.064453125000 +0.073730468750 +0.031494140625 +0.033935546875 +0.022705078125 +0.114257812500 +0.112792968750 +0.030151367188 +0.026245117188 +0.101074218750 +0.209960937500 +0.054199218750 +0.029296875000 +0.028320312500 +0.097656250000 +0.025146484375 +0.158203125000 +0.031982421875 +0.054199218750 +0.050292968750 +0.008850097656 +0.011474609375 +-0.068847656250 +-0.078125000000 +0.059326171875 +-0.040527343750 +-0.066894531250 +-0.061035156250 +-0.111328125000 +0.027221679688 +0.068359375000 +-0.033691406250 +-0.084960937500 +0.167968750000 +0.084960937500 +-0.063476562500 +0.010681152344 +-0.010864257812 +-0.040527343750 +0.097167968750 +0.007781982422 +-0.047607421875 +-0.120117187500 +-0.077636718750 +-0.137695312500 +0.139648437500 +-0.034423828125 +0.273437500000 +-0.179687500000 +0.003402709961 +-0.023071289062 +-0.086425781250 +-0.029907226562 +-0.111816406250 +-0.123046875000 +0.103515625000 +-0.088867187500 +0.011413574219 +0.025268554688 +-0.029418945312 +-0.022460937500 +-0.119628906250 +-0.053955078125 +0.063964843750 +-0.007293701172 +-0.032958984375 +0.016601562500 +-0.026367187500 +0.044433593750 +-0.029785156250 +0.004730224609 +-0.030883789062 +0.101074218750 +-0.064941406250 +-0.015075683594 +-0.038574218750 +-0.122070312500 +-0.031982421875 +-0.098632812500 +-0.013549804688 +0.004852294922 +0.185546875000 +0.089355468750 +-0.055419921875 +0.008117675781 +-0.004699707031 +0.009948730469 +0.022583007812 +0.057373046875 +0.046875000000 +-0.026000976562 +0.066894531250 +0.021850585938 +0.043212890625 +0.057128906250 +0.053466796875 +0.086425781250 +0.134765625000 +0.092773437500 +0.069824218750 +0.086914062500 +-0.004302978516 +-0.001510620117 +-0.132812500000 +-0.157226562500 +-0.005920410156 +-0.046386718750 +0.030151367188 +-0.026611328125 +-0.009033203125 +0.022827148438 +-0.065917968750 +-0.034179687500 +-0.030273437500 +-0.042236328125 +-0.030761718750 +-0.126953125000 +-0.092773437500 +-0.138671875000 +-0.106933593750 +0.053955078125 +-0.064941406250 +0.018676757812 +-0.092773437500 +0.026489257812 +0.015869140625 +0.014831542969 +0.006347656250 +-0.000926971436 +0.063964843750 +-0.112792968750 +0.119628906250 +0.050537109375 +0.027832031250 +0.036376953125 +0.096679687500 +-0.045166015625 +-0.062011718750 +-0.089355468750 +-0.104980468750 +-0.050292968750 +-0.099121093750 +-0.149414062500 +-0.141601562500 +-0.087890625000 +0.103515625000 +0.039062500000 +0.056396484375 +-0.016235351562 +0.046386718750 +0.080566406250 +0.117187500000 +0.084960937500 +-0.130859375000 +-0.026855468750 +-0.041503906250 +-0.115722656250 +-0.125000000000 +-0.021362304688 +-0.147460937500 +-0.085937500000 +-0.033935546875 +0.008850097656 +-0.029052734375 +0.163085937500 +0.070312500000 +0.054199218750 +0.036621093750 +0.132812500000 +0.061523437500 +0.085937500000 +0.059814453125 +0.050048828125 +0.062988281250 +0.030517578125 +-0.167968750000 +-0.218750000000 +-0.242187500000 +-0.193359375000 +-0.232421875000 +-0.049316406250 +-0.092285156250 +-0.049804687500 +0.113769531250 +-0.132812500000 +-0.007751464844 +0.011291503906 +0.031738281250 +0.104492187500 +-0.012756347656 +0.027709960938 +0.019531250000 +0.042724609375 +0.007781982422 +0.058105468750 +0.068847656250 +0.063964843750 +0.035644531250 +0.034667968750 +-0.114257812500 +-0.127929687500 +0.304687500000 +0.081542968750 +-0.173828125000 +0.006347656250 +-0.025390625000 +-0.004913330078 +0.125000000000 +0.004974365234 +-0.094726562500 +0.059082031250 +0.054199218750 +-0.112792968750 +-0.096191406250 +-0.076660156250 +-0.181640625000 +-0.026855468750 +-0.116699218750 +-0.060058593750 +-0.069335937500 +-0.077148437500 +0.000808715820 +-0.003128051758 +-0.027709960938 +-0.025634765625 +0.090332031250 +0.017089843750 +-0.058349609375 +-0.069824218750 +-0.035156250000 +-0.044433593750 +0.160156250000 +0.054931640625 +-0.072753906250 +-0.159179687500 +-0.112792968750 +0.024169921875 +-0.001197814941 +-0.125000000000 +-0.069824218750 +0.061767578125 +0.103027343750 +-0.021850585938 +-0.085449218750 +-0.103515625000 +-0.016845703125 +-0.008178710938 +0.093261718750 +0.101562500000 +0.055664062500 +-0.087890625000 +-0.031982421875 +-0.096191406250 +-0.106445312500 +-0.103515625000 +0.151367187500 +-0.010009765625 +-0.031982421875 +-0.051025390625 +-0.028198242188 +0.088867187500 +0.000629425049 +-0.036865234375 +0.008422851562 +-0.070312500000 +-0.052490234375 +-0.037597656250 +-0.027465820312 +-0.041259765625 +-0.129882812500 +-0.144531250000 +-0.224609375000 +-0.234375000000 +-0.121582031250 +-0.060058593750 +-0.050292968750 +-0.180664062500 +-0.154296875000 +-0.094726562500 +-0.130859375000 +0.005249023438 +0.019287109375 +0.048828125000 +0.015747070312 +-0.018676757812 +0.026611328125 +0.047119140625 +0.048583984375 +0.062255859375 +0.052978515625 +0.000534057617 +0.006286621094 +0.041503906250 +-0.029541015625 +-0.083496093750 +0.092285156250 +0.037597656250 +0.053955078125 +-0.117187500000 +0.114746093750 +0.203125000000 +0.160156250000 +0.080078125000 +-0.141601562500 +-0.008605957031 +-0.071777343750 +-0.056152343750 +-0.059082031250 +0.060791015625 +-0.142578125000 +-0.016967773438 +-0.155273437500 +-0.110839843750 +-0.111328125000 +-0.083496093750 +-0.099609375000 +-0.116210937500 +-0.001304626465 +0.075683593750 +0.169921875000 +0.159179687500 +0.462890625000 +-0.135742187500 +-0.015197753906 +-0.095214843750 +-0.002075195312 +-0.026855468750 +-0.178710937500 +0.121582031250 +0.192382812500 +0.082519531250 +0.039794921875 +-0.041259765625 +-0.075683593750 +0.065917968750 +0.042724609375 +0.033447265625 +-0.007415771484 +-0.017211914062 +0.064941406250 +-0.064941406250 +-0.125976562500 +-0.064941406250 +-0.106933593750 +-0.198242187500 +-0.324218750000 +-0.017822265625 +0.098632812500 +-0.039062500000 +0.012451171875 +0.028930664062 +0.018188476562 +0.016357421875 +-0.081542968750 +-0.111816406250 +-0.099121093750 +-0.084472656250 +-0.223632812500 +0.065917968750 +0.003173828125 +-0.033691406250 +-0.178710937500 +-0.180664062500 +-0.194335937500 +-0.243164062500 +0.110351562500 +0.104980468750 +-0.083496093750 +-0.097656250000 +-0.289062500000 +0.020507812500 +-0.099609375000 +0.039306640625 +0.151367187500 +0.134765625000 +-0.105468750000 +-0.084472656250 +-0.095703125000 +-0.106445312500 +0.008850097656 +-0.086425781250 +-0.057861328125 +-0.078613281250 +0.015441894531 +-0.023193359375 +-0.166992187500 +-0.117675781250 +-0.177734375000 +-0.124511718750 +0.083984375000 +0.101562500000 +-0.087890625000 +-0.040771484375 +0.159179687500 +-0.006622314453 +-0.102050781250 +-0.034912109375 +-0.000892639160 +-0.007080078125 +0.190429687500 +0.021606445312 +0.000247955322 +0.029418945312 +-0.053466796875 +0.012695312500 +-0.028930664062 +-0.112792968750 +-0.162109375000 +0.066894531250 +-0.148437500000 +-0.181640625000 +-0.063476562500 +0.068359375000 +0.035888671875 +0.004791259766 +0.044677734375 +-0.002258300781 +0.149414062500 +0.018554687500 +-0.011047363281 +0.060791015625 +-0.074218750000 +-0.065917968750 +-0.080566406250 +0.028442382812 +-0.029541015625 +0.060058593750 +0.097656250000 +-0.074218750000 +-0.154296875000 +-0.200195312500 +-0.138671875000 +-0.162109375000 +-0.179687500000 +-0.113281250000 +-0.086914062500 +-0.042968750000 +-0.065917968750 +-0.010375976562 +0.125976562500 +0.107421875000 +0.292968750000 +-0.113769531250 +0.065917968750 +-0.114746093750 +-0.101074218750 +-0.046630859375 +0.161132812500 +0.040039062500 +-0.006439208984 +-0.029052734375 +-0.015258789062 +-0.003585815430 +-0.009216308594 +-0.030883789062 +-0.009826660156 +0.036376953125 +-0.027587890625 +-0.050537109375 +-0.032226562500 +-0.036865234375 +0.052246093750 +-0.063964843750 +0.042724609375 +0.026855468750 +-0.086425781250 +-0.039306640625 +0.012695312500 +-0.015441894531 +0.014099121094 +0.003875732422 +0.002120971680 +-0.044189453125 +-0.088867187500 +-0.061035156250 +-0.090332031250 +-0.117187500000 +-0.053955078125 +-0.068359375000 +-0.076171875000 +-0.075195312500 +-0.045898437500 +-0.062988281250 +-0.052734375000 +-0.049804687500 +-0.020141601562 +-0.010864257812 +-0.086425781250 +-0.077148437500 +0.001632690430 +-0.126953125000 +-0.066894531250 +-0.034423828125 +0.005004882812 +0.025390625000 +0.057617187500 +-0.048828125000 +-0.050781250000 +-0.022827148438 +-0.036376953125 +0.003280639648 +0.053710937500 +0.036621093750 +0.029785156250 +-0.052001953125 +-0.139648437500 +0.054931640625 +-0.084960937500 +-0.028320312500 +0.147460937500 +0.055175781250 +0.029052734375 +0.016357421875 +0.103515625000 +-0.014221191406 +-0.040039062500 +-0.104003906250 +-0.092285156250 +-0.123535156250 +0.020751953125 +0.082031250000 +0.095214843750 +0.090820312500 +0.047363281250 +0.080566406250 +0.086425781250 +0.078613281250 +0.108886718750 +0.026245117188 +0.050781250000 +0.114746093750 +0.117675781250 +0.259765625000 +-0.077636718750 +-0.112304687500 +-0.166015625000 +0.023803710938 +0.024536132812 +0.060546875000 +0.003997802734 +-0.259765625000 +-0.191406250000 +-0.171875000000 +-0.253906250000 +0.102539062500 +0.095703125000 +0.015563964844 +0.047851562500 +0.018188476562 +0.060302734375 +-0.046386718750 +-0.068359375000 +-0.005157470703 +0.039794921875 +0.025268554688 +0.057617187500 +0.022827148438 +-0.073730468750 +-0.101562500000 +-0.232421875000 +-0.232421875000 +-0.253906250000 +-0.073730468750 +0.028076171875 diff --git a/AI_Engine_Development/AIE-MLv2/Design_Tutorials/01-Radio-ML/aie/max_pool1d_template/Makefile b/AI_Engine_Development/AIE-MLv2/Design_Tutorials/01-Radio-ML/aie/max_pool1d_template/Makefile new file mode 100755 index 0000000000..500874cecf --- /dev/null +++ b/AI_Engine_Development/AIE-MLv2/Design_Tutorials/01-Radio-ML/aie/max_pool1d_template/Makefile @@ -0,0 +1,69 @@ +# +# Copyright (C) 2024, Advanced Micro Devices, Inc. All rights reserved. +# SPDX-License-Identifier: MIT +# +# Author: Faisal El-Shabani + +MY_APP := max_pool1d_w4_app +MY_SOURCES := ${MY_APP}.cpp max_pool1d_graph_template.h max_pool1d_template.h max_pool1d_template.cpp + +PART ?= xc2ve3858-ssva2112-2MP-e-S + +AIE_OUTPUT := libadf.a + +AIE_FLAGS := --part=${PART} ${MY_APP}.cpp --aie.output-archive=${AIE_OUTPUT} --include=../utility + +.PHONY: help clean x86com x86sim sim profile throughput + +help:: + @echo "Makefile Usage:" + @echo " make all" + @echo " Command to generate everything for this design" + @echo "" + @echo " make compile" + @echo " Run AIE compiler and build the design" + @echo "" + @echo " make profile" + @echo " Run AIE simulator with profiling and generate outputs suitable for Vitis Analyzer" + @echo "" + @echo " make analyze" + @echo " Run Vitis Analyzer to inspect results" + @echo "" + @echo " make throughput" + @echo " Evaluate the achieved throughput at the output" + @echo "" + @echo " make clean" + @echo " Command to remove all the generated files." + +all: ${AIE_OUTPUT} + +x86all: clean x86com x86sim + +${AIE_OUTPUT}: ${MY_SOURCES} + v++ --compile --config aie.cfg --mode aie --target=hw ${AIE_FLAGS} 2>&1 | tee log + +x86com: + v++ --compile --config aie.cfg --mode aie --target=x86sim ${AIE_FLAGS} 2>&1 | tee log + +sim: + aiesimulator 2>&1 | tee -a log + +x86sim: + x86simulator 2>&1 | tee -a log + +profile: + aiesimulator --online -wdb -text --profile 2>&1 | tee -a log + +trace: + aiesimulator --hang-detect-time=5000 --online -wdb -text 2>&1 | tee -a log + +clean: + rm -rf .Xil Work libadf.a + rm -rf aiesimulator_output* aiesimulator*.log + rm -rf x86simulator_output* + rm -rf log log* + rm -rf *.xpe *.elf *.db *.soln Map_* xnw* *.lp *.log .xil .Xil *.lp *.db *.log *.exe *.vcd *.json + rm -rf vitis_analyzer* pl_sample_counts* pl_sample_count_* + rm -rf temp ISS_RPC_SERVER_PORT .crashReporter .AIE_SIM_CMD_LINE_OPTIONS + rm -rf system*.* trdata.aiesim function_wdb_dir .wsdata _ide vfs_work .ipynb_checkpoints sig_o_sim.txt _ide + diff --git a/AI_Engine_Development/AIE-MLv2/Design_Tutorials/01-Radio-ML/aie/max_pool1d_template/aie.cfg b/AI_Engine_Development/AIE-MLv2/Design_Tutorials/01-Radio-ML/aie/max_pool1d_template/aie.cfg new file mode 100755 index 0000000000..83dee9bb25 --- /dev/null +++ b/AI_Engine_Development/AIE-MLv2/Design_Tutorials/01-Radio-ML/aie/max_pool1d_template/aie.cfg @@ -0,0 +1,13 @@ +# +# Copyright (C) 2024, Advanced Micro Devices, Inc. All rights reserved. +# SPDX-License-Identifier: MIT +# +# Author: Faisal El-Shabani + +[aie] + +kernel-linting=true +xlopt=1 +verbose=true +pl-freq=625 +Xmapper=BufferOptLevel9 \ No newline at end of file diff --git a/AI_Engine_Development/AIE-MLv2/Design_Tutorials/01-Radio-ML/aie/max_pool1d_template/data/data_i.txt b/AI_Engine_Development/AIE-MLv2/Design_Tutorials/01-Radio-ML/aie/max_pool1d_template/data/data_i.txt new file mode 100755 index 0000000000..260472eaf5 --- /dev/null +++ b/AI_Engine_Development/AIE-MLv2/Design_Tutorials/01-Radio-ML/aie/max_pool1d_template/data/data_i.txt @@ -0,0 +1,32768 @@ +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.3085937500 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0319824219 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0834960938 0.0000000000 0.0000000000 +0.0000000000 0.0339355469 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0344238281 0.0000000000 0.0000000000 +0.0000000000 0.1074218750 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0903320312 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0178222656 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0051879883 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.1689453125 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.4335937500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.4843750000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.6562500000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.7148437500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.2324218750 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.6953125000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0893554688 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.3847656250 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.6132812500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1904296875 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.2812500000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.6992187500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.2539062500 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.5703125000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.2675781250 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.4804687500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.2382812500 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.1943359375 0.0000000000 0.0000000000 0.0000000000 +0.3183593750 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1943359375 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.3261718750 0.0000000000 0.0000000000 0.0000000000 +0.1445312500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1533203125 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0441894531 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.2441406250 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1289062500 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0825195312 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0505371094 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0245361328 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0717773438 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0086059570 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0456542969 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0061340332 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0048522949 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.2275390625 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.4707031250 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.7148437500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.8437500000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0712890625 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.9218750000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0898437500 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1005859375 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.7578125000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0981445312 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1523437500 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.5976562500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0776367188 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1347656250 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.4863281250 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0771484375 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0144653320 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.4023437500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1210937500 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.3300781250 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1640625000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.3222656250 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1181640625 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.3066406250 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0024566650 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.2177734375 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0864257812 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0395507812 0.0000000000 0.0000000000 +0.0673828125 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.2519531250 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1660156250 0.0000000000 0.0000000000 +0.0437011719 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.2714843750 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.2021484375 0.0000000000 0.0000000000 +0.1533203125 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.3398437500 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.2099609375 0.0000000000 0.0000000000 +0.3085937500 0.0000000000 0.0001850128 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.3417968750 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.2402343750 0.0000000000 0.0000000000 +0.4277343750 0.0000000000 0.0146484375 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.2373046875 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.2500000000 0.0000000000 0.0000000000 +0.4414062500 0.0000000000 0.0522460938 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1523437500 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.2636718750 0.0000000000 0.0000000000 +0.4531250000 0.0000000000 0.0957031250 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1210937500 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.2255859375 0.0000000000 0.0000000000 +0.3632812500 0.0000000000 0.0610351562 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0771484375 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1040039062 0.0000000000 0.0000000000 +0.3320312500 0.0000000000 0.0258789062 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0517578125 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.2910156250 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.2988281250 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0257568359 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.3945312500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0114135742 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.5117187500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.6523437500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.8320312500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1386718750 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.9570312500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.2021484375 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +1.0156250000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0145874023 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0712890625 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.9960937500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0451660156 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +1.0156250000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +1.0781250000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0246582031 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0255126953 0.0000000000 0.0000000000 +1.2421875000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1933593750 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.2412109375 0.0000000000 0.0000000000 +1.4375000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.2402343750 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.1630859375 +0.0000000000 0.2656250000 0.0000000000 0.0000000000 +1.5078125000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1904296875 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.3125000000 +0.0000000000 0.2197265625 0.0000000000 0.0000000000 +1.4453125000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1582031250 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.2470703125 +0.0000000000 0.0991210938 0.0000000000 0.0000000000 +1.0937500000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1416015625 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.1718750000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.7148437500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0742187500 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0756835938 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.4199218750 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0437011719 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.1884765625 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.1572265625 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1806640625 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.2128906250 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.2871093750 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.2636718750 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.2060546875 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.2343750000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0231933594 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.2851562500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0456542969 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.2382812500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1845703125 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0620117188 0.0000000000 +0.3359375000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.2070312500 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.5156250000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0654296875 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.7031250000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0092163086 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.4726562500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0299072266 0.0001783371 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.4453125000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.3984375000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0908203125 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.3281250000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0607910156 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0493164062 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.2255859375 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1562500000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0893554688 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1787109375 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0252685547 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1108398438 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.2597656250 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0072937012 0.0000000000 0.0000000000 +0.0108032227 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1875000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.1552734375 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0005035400 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.2851562500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0751953125 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.2890625000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.1904296875 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.2812500000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0079345703 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.2656250000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.4003906250 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0603027344 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.6914062500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1660156250 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.7070312500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1621093750 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.4707031250 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0312500000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0854492188 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.1240234375 0.0000000000 0.0000000000 0.0000000000 +0.0231933594 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1572265625 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0279541016 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.2363281250 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.2636718750 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.3203125000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0908203125 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.3613281250 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0625000000 0.0000000000 0.0000000000 +0.2871093750 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.2929687500 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1806640625 0.0000000000 0.0000000000 +0.5703125000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.2363281250 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.2753906250 0.0000000000 0.0000000000 +0.7382812500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.2343750000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.1523437500 +0.0000000000 0.3886718750 0.0000000000 0.0000000000 +0.8554687500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.2988281250 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.3320312500 +0.0000000000 0.3378906250 0.0000000000 0.0000000000 +1.0156250000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0258789062 0.2773437500 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.4355468750 +0.0000000000 0.3359375000 0.0000000000 0.0000000000 +1.2109375000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.2519531250 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.3710937500 +0.0000000000 0.3261718750 0.0000000000 0.0000000000 +1.2031250000 0.0000000000 0.0065917969 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1865234375 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.2812500000 +0.0000000000 0.2675781250 0.0000000000 0.0000000000 +1.0390625000 0.0000000000 0.0500488281 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1445312500 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.1259765625 +0.0000000000 0.1591796875 0.0000000000 0.0000000000 +0.7539062500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1445312500 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0947265625 0.0000000000 0.0000000000 +0.4042968750 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0407714844 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1152343750 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0257568359 0.0000000000 0.0000000000 +0.1738281250 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.1484375000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.2382812500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.2578125000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.1904296875 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.3476562500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.5000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.6679687500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1225585938 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1875000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.9375000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.2832031250 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1591796875 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.9726562500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.4042968750 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.8515625000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.3828125000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.7031250000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.3300781250 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.5742187500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.2216796875 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.4570312500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0878906250 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0737304688 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.3144531250 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.2011718750 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.4355468750 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1884765625 0.2324218750 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.6406250000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1972656250 0.0688476562 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1337890625 0.0000000000 0.0000000000 +0.8671875000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1943359375 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.2314453125 0.0000000000 0.0000000000 +0.9218750000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0534667969 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.2177734375 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.2695312500 0.0000000000 0.0000000000 +0.7734375000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.1103515625 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.2255859375 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.2851562500 0.0000000000 0.0000000000 +0.5859375000 0.0000000000 0.1601562500 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0683593750 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.2714843750 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.2949218750 0.0000000000 0.0000000000 +0.4570312500 0.0000000000 0.2353515625 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0417480469 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.2988281250 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.3476562500 0.0000000000 0.0000000000 +0.3906250000 0.0000000000 0.2656250000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0258789062 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.3085937500 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.3632812500 0.0000000000 0.0000000000 +0.3417968750 0.0000000000 0.2246093750 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.3671875000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.3554687500 0.0000000000 0.0000000000 +0.3339843750 0.0000000000 0.1503906250 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.3417968750 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.3242187500 0.0000000000 0.0000000000 +0.3867187500 0.0000000000 0.1186523438 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.2929687500 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.3085937500 0.0000000000 0.0000000000 +0.4316406250 0.0000000000 0.0644531250 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.2539062500 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.2988281250 0.0000000000 0.0000000000 +0.4160156250 0.0000000000 0.0942382812 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.2070312500 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.2080078125 0.0000000000 0.0000000000 +0.4121093750 0.0000000000 0.1088867188 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1215820312 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1552734375 0.0000000000 0.0000000000 +0.3593750000 0.0000000000 0.0302734375 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0834960938 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1079101562 0.0000000000 0.0000000000 +0.1894531250 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1054687500 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0322265625 0.0000000000 0.0000000000 +0.0049133301 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0683593750 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1206054688 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.3769531250 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1113281250 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0126953125 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1020507812 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.3867187500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0498046875 0.0000000000 0.0000000000 0.0020599365 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1875000000 0.0000000000 0.0495605469 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0235595703 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0123901367 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.2480468750 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0854492188 0.0000000000 0.1386718750 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0454101562 0.0000000000 0.1328125000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0917968750 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.1103515625 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.2158203125 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.4023437500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0101928711 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.6406250000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0747070312 0.0000000000 0.0000000000 +0.0417480469 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.7460937500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1376953125 0.0000000000 0.0000000000 +0.0361328125 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.6640625000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.2597656250 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.4414062500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.3125000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.1523437500 0.0000000000 0.0000000000 0.0000000000 +0.0903320312 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.2792968750 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0209960938 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1621093750 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0201416016 0.0000000000 0.0610351562 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0089111328 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.2617187500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.5429687500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.7929687500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +1.0625000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0167236328 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0756835938 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +1.1562500000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0617675781 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1738281250 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +1.1640625000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0678710938 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1865234375 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +1.0781250000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1171875000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1191406250 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.9765625000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1582031250 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0422363281 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.8046875000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1777343750 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.6445312500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.2539062500 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.4394531250 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.3437500000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.3242187500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0654296875 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.4101562500 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0180664062 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.1225585938 0.0000000000 0.0000000000 0.0000000000 +0.1796875000 0.0000000000 0.0000000000 0.0000000000 +0.2792968750 0.0000000000 0.0000000000 0.1826171875 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.4648437500 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.2099609375 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.1845703125 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.3613281250 0.0000000000 0.0000000000 0.0000000000 +0.0400390625 0.0000000000 0.0000000000 0.0000000000 +0.5664062500 0.0228271484 0.0000000000 0.2441406250 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.4785156250 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.3417968750 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.2812500000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0022125244 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.5312500000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.7421875000 0.0000000000 0.0000000000 0.1806640625 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.3515625000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.2519531250 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.3281250000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0476074219 0.0197753906 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.4453125000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.7968750000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1513671875 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.2617187500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0747070312 0.0717773438 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.1875000000 0.0000000000 0.0610351562 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.6523437500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0473632812 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1630859375 0.1992187500 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.1083984375 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.2431640625 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.2753906250 0.1835937500 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.1181640625 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.2988281250 0.0236816406 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0903320312 0.0000000000 +0.1894531250 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.3359375000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0123291016 0.0000000000 0.0000000000 +0.4472656250 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.2832031250 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1503906250 0.0000000000 0.0000000000 +0.6523437500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.2617187500 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.3007812500 0.0000000000 0.0000000000 +0.7031250000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.2500000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.1162109375 +0.0000000000 0.3769531250 0.0000000000 0.0000000000 +0.7500000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.2910156250 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.2080078125 +0.0000000000 0.3496093750 0.0000000000 0.0000000000 +0.8476562500 0.0000000000 0.0566406250 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.2539062500 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.2656250000 +0.0000000000 0.3105468750 0.0000000000 0.0000000000 +0.8398437500 0.0000000000 0.0649414062 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.2392578125 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.3027343750 +0.0000000000 0.2089843750 0.0000000000 0.0000000000 +0.7265625000 0.0000000000 0.0294189453 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1875000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.2441406250 +0.0000000000 0.1806640625 0.0000000000 0.0000000000 +0.6210937500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0986328125 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.1269531250 +0.0000000000 0.0986328125 0.0000000000 0.0000000000 +0.4199218750 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0385742188 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.2539062500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1582031250 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0258789062 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.2363281250 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.3203125000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0454101562 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.4511718750 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.1049804688 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.3867187500 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.4238281250 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.2851562500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0839843750 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.6250000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.4687500000 0.0000000000 0.0000000000 0.2392578125 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.3496093750 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.5742187500 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.4628906250 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0620117188 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.6093750000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.7304687500 0.0000000000 0.0000000000 0.3984375000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.2753906250 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.5234375000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.4882812500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0154418945 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.5625000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.8046875000 0.0026397705 0.0000000000 0.1259765625 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1289062500 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1171875000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.4589843750 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0097045898 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.3457031250 0.0000000000 0.0839843750 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.6484375000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0849609375 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0324707031 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.1748046875 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.2031250000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0310058594 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0820312500 0.0659179688 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.1982421875 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1806640625 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.1162109375 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0018463135 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1884765625 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.3750000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1279296875 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1000976562 0.0000000000 0.0000000000 +0.5429687500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1245117188 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0451660156 +0.0000000000 0.1191406250 0.0000000000 0.0000000000 +0.5976562500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0737304688 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0888671875 +0.0000000000 0.1069335938 0.0000000000 0.0000000000 +0.5429687500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0158691406 0.0000000000 0.0000000000 +0.3378906250 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0617675781 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0290527344 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1552734375 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.1816406250 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1816406250 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0539550781 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.2041015625 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1718750000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.1250000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1376953125 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0461425781 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.1308593750 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.3222656250 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.4746093750 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.6835937500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.7695312500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0324707031 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.8789062500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0566406250 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.9062500000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0224609375 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.9531250000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0493164062 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0229492188 0.0000000000 0.0000000000 +0.9492187500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1064453125 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0634765625 0.0000000000 0.0000000000 +0.9062500000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1435546875 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0551757812 +0.0000000000 0.1049804688 0.0000000000 0.0000000000 +0.8945312500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1445312500 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.1582031250 +0.0000000000 0.1386718750 0.0000000000 0.0000000000 +0.8437500000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0456542969 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.1816406250 +0.0000000000 0.0922851562 0.0000000000 0.0000000000 +0.6953125000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0292968750 +0.0000000000 0.0038604736 0.0000000000 0.0000000000 +0.4042968750 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0172119141 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.1225585938 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1025390625 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0368652344 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0458984375 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0815429688 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0913085938 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1376953125 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.2656250000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1318359375 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.4101562500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1035156250 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.4785156250 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.4238281250 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0036773682 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.3066406250 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.2392578125 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1474609375 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0834960938 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.3085937500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0500488281 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.4277343750 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0539550781 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0030975342 0.0000000000 0.0000000000 +0.5507812500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0688476562 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1069335938 0.0000000000 0.0000000000 +0.6640625000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0368652344 0.0678710938 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.1259765625 +0.0000000000 0.1020507812 0.0000000000 0.0000000000 +0.6796875000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0223388672 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.1533203125 +0.0000000000 0.0070190430 0.0000000000 0.0000000000 +0.6132812500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0341796875 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.2431640625 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.4335937500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1289062500 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1816406250 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.1933593750 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1196289062 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0874023438 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0664062500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.2226562500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.3945312500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.5703125000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.7500000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0603027344 0.0000000000 0.0000000000 +0.0883789062 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.9375000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.1748046875 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0510253906 0.0223388672 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +1.1406250000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.2285156250 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1503906250 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.2363281250 0.0000000000 0.0000000000 +1.3046875000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.1962890625 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1337890625 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.2460937500 0.0000000000 0.0000000000 +1.1875000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.1298828125 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1000976562 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1386718750 0.0000000000 0.0000000000 +0.7460937500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0006103516 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1406250000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1049804688 0.0000000000 0.0000000000 +0.1914062500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1728515625 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0412597656 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1591796875 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0629882812 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0476074219 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.1689453125 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.1069335938 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.4218750000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.7109375000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0712890625 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +1.0390625000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0227050781 0.1718750000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +1.2968750000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.3632812500 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0319824219 0.0903320312 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +1.3671875000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1523437500 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.9492187500 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +1.0703125000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.2031250000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.9726562500 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.6914062500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.2031250000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0121459961 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.5468750000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.4082031250 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0294189453 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0249023438 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.3339843750 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.2910156250 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.4296875000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.5781250000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0158691406 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.8242187500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1308593750 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.9101562500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.2910156250 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.8046875000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.3554687500 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0795898438 0.0000000000 0.0000000000 0.0000000000 +0.4394531250 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.2949218750 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0634765625 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.3808593750 0.0000000000 0.0000000000 0.0000000000 +0.0388183594 0.0000000000 0.0000000000 0.0000000000 +0.1240234375 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1435546875 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0727539062 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.2832031250 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.1464843750 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0471191406 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0820312500 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0037994385 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0356445312 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0397949219 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.2275390625 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0437011719 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1240234375 0.0000000000 0.0000000000 +0.4511718750 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0947265625 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.3046875000 0.0000000000 0.0000000000 +0.6562500000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0053100586 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1757812500 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0578613281 +0.0000000000 0.3398437500 0.0000000000 0.0000000000 +0.8515625000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0290527344 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.3027343750 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.1640625000 +0.0000000000 0.3574218750 0.0000000000 0.0000000000 +0.9531250000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.3398437500 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.2255859375 +0.0000000000 0.3652343750 0.0000000000 0.0000000000 +0.8906250000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.2851562500 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.2060546875 +0.0000000000 0.3027343750 0.0000000000 0.0000000000 +0.8437500000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.2080078125 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0766601562 +0.0000000000 0.1020507812 0.0000000000 0.0000000000 +0.7382812500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1347656250 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0385742188 0.0000000000 0.0000000000 +0.5625000000 0.0000000000 0.0341796875 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.2294921875 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0708007812 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0927734375 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0490722656 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0996093750 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0844726562 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0179443359 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0996093750 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0142211914 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.2304687500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0468750000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0081787109 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.3457031250 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1884765625 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0480957031 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.4785156250 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.6171875000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.5664062500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.6601562500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.7968750000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0033721924 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.9414062500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1220703125 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +1.0703125000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1992187500 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0100097656 0.0000000000 0.0000000000 +1.3281250000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0351562500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.2500000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0373535156 0.0000000000 0.0000000000 +1.4453125000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0211181641 0.0000000000 0.0000000000 +0.0986328125 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1435546875 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0336914062 +0.0000000000 0.0113525391 0.0000000000 0.0000000000 +1.1718750000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0717773438 0.0000000000 0.0000000000 +0.0261230469 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1118164062 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.6679687500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0703125000 0.0000000000 0.0000000000 +0.0079956055 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0673828125 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.1069335938 0.0000000000 0.0000000000 0.0000000000 +0.1894531250 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0786132812 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0307617188 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0336914062 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0554199219 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0544433594 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.2832031250 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.5820312500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.9765625000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +1.2265625000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +1.3437500000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0096435547 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +1.3437500000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1367187500 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +1.2109375000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0834960938 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1113281250 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.9609375000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0245361328 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.8320312500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.9062500000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +1.0468750000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0159912109 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.9453125000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0052795410 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.7929687500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0588378906 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.5507812500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.4414062500 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.3378906250 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0449218750 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.2119140625 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.2138671875 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0786132812 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.2441406250 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0476074219 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.3613281250 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0585937500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1445312500 0.0571289062 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1269531250 0.0000000000 0.0000000000 +0.4531250000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0737304688 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.2675781250 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.2890625000 0.0000000000 0.0000000000 +0.6093750000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0551757812 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.2988281250 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.3300781250 0.0000000000 0.0000000000 +0.8242187500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0571289062 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.3183593750 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0727539062 +0.0000000000 0.3750000000 0.0000000000 0.0000000000 +0.8320312500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0683593750 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.2929687500 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0917968750 +0.0000000000 0.3613281250 0.0000000000 0.0000000000 +0.7421875000 0.0000000000 0.0839843750 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0349121094 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.2617187500 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.3027343750 0.0000000000 0.0000000000 +0.5546875000 0.0000000000 0.1196289062 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.2539062500 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1787109375 0.0000000000 0.0000000000 +0.3515625000 0.0000000000 0.0393066406 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.2460937500 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0874023438 0.0000000000 0.0000000000 +0.0712890625 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.2402343750 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0888671875 0.0072631836 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0371093750 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.2519531250 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.2929687500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.2304687500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.2480468750 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.4628906250 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.2441406250 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0155639648 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1054687500 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.2402343750 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1503906250 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.5781250000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.3574218750 0.0000000000 0.0000000000 0.0366210938 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0708007812 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.1718750000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0549316406 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.4355468750 0.0000000000 0.0123901367 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.2490234375 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0194091797 0.0000000000 0.1215820312 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0771484375 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0488281250 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0183105469 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.2792968750 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1582031250 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0539550781 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0246582031 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.1630859375 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0751953125 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.1474609375 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0334472656 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.2500000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1328125000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.3847656250 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.2441406250 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.5429687500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.3535156250 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.5703125000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.3671875000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0097656250 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.2011718750 0.0000000000 0.0000000000 0.0000000000 +0.4628906250 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.3593750000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.1601562500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.4843750000 0.0000000000 0.0000000000 0.0000000000 +0.2314453125 0.0000000000 0.0000000000 0.0000000000 +0.1552734375 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.3027343750 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0255126953 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.1386718750 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.4707031250 0.0000000000 0.0000000000 0.0000000000 +0.0019683838 0.0000000000 0.0000000000 0.0000000000 +0.2363281250 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1914062500 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0087280273 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1347656250 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.3066406250 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.1660156250 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0673828125 0.0000000000 0.0000000000 +0.0000000000 0.0888671875 0.0000000000 0.1269531250 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1611328125 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0468750000 0.0000000000 0.0000000000 +0.0000000000 0.0761718750 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0478515625 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0207519531 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0274658203 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0373535156 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0175781250 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0368652344 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0554199219 0.0000000000 0.0000000000 +0.1147460938 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0181884766 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0634765625 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0708007812 0.0000000000 0.0000000000 +0.0957031250 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0251464844 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0854492188 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0366210938 0.0000000000 0.0000000000 +0.0334472656 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1059570312 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0703125000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0617675781 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0307617188 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1220703125 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0346679688 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0966796875 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0332031250 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0104370117 0.0000000000 0.0000000000 +0.0000000000 0.0422363281 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0612792969 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0678710938 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.2617187500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0040893555 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.4687500000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1621093750 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.6132812500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.2470703125 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.5390625000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1777343750 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0532226562 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.2812500000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1640625000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0344238281 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.2890625000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.4042968750 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.5078125000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0410156250 0.0000000000 0.0000000000 +0.1201171875 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.4648437500 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1020507812 0.0000000000 0.0000000000 +0.3398437500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.4062500000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.2275390625 0.0000000000 0.0000000000 +0.5585937500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.3437500000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0390625000 +0.0000000000 0.2597656250 0.0000000000 0.0000000000 +0.6562500000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.2412109375 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.1074218750 +0.0000000000 0.2490234375 0.0000000000 0.0000000000 +0.6562500000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1484375000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0588378906 +0.0000000000 0.2148437500 0.0000000000 0.0000000000 +0.4589843750 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0585937500 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0314941406 0.0000000000 0.0000000000 +0.2470703125 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0466308594 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0466308594 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0410156250 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1552734375 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0217285156 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0595703125 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.2138671875 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.2343750000 0.0000000000 0.0581054688 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.2636718750 0.0000000000 0.1181640625 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.2675781250 0.0000000000 0.0150756836 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.1630859375 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.2734375000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.3457031250 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.3085937500 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.5468750000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.3261718750 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.5703125000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.3554687500 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0380859375 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0240478516 0.0000000000 0.0000000000 0.0000000000 +0.4941406250 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.3046875000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0659179688 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0668945312 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.2255859375 0.0000000000 0.0000000000 0.0000000000 +0.3417968750 0.0000000000 0.0000000000 0.0000000000 +0.1572265625 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.2138671875 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.1748046875 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0727539062 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.1582031250 0.0000000000 0.0000000000 0.0000000000 +0.1884765625 0.0000000000 0.0000000000 0.0000000000 +0.3046875000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0361328125 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.1435546875 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0257568359 0.0693359375 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0600585938 0.0000000000 0.0098876953 0.0000000000 +0.0541992188 0.0000000000 0.0000000000 0.0000000000 +0.2949218750 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0471191406 0.0288085938 0.0000000000 +0.0000000000 0.0485839844 0.0000000000 0.0000000000 +0.0034790039 0.0000000000 0.0583496094 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.1250000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0747070312 0.0000000000 0.0000000000 +0.0000000000 0.1533203125 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0625000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0644531250 0.0000000000 0.0000000000 +0.0000000000 0.0957031250 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0913085938 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0532226562 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0473632812 0.0000000000 +0.1826171875 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.2988281250 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.1191406250 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.2431640625 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0314941406 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.3339843750 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.5117187500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.7617187500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0476074219 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.9335937500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0864257812 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0654296875 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +1.0078125000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1210937500 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1230468750 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.9101562500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0659179688 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0213623047 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.7695312500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.6210937500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.5507812500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.5859375000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.6914062500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0256347656 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.9023437500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0849609375 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +1.0078125000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.1137695312 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0500488281 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0456542969 0.0000000000 0.0000000000 +1.0234375000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0439453125 0.0000000000 0.0000000000 +0.0598144531 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0786132812 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0158691406 0.0000000000 0.0000000000 +0.7382812500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1186523438 0.0000000000 0.0000000000 +0.0181884766 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0751953125 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.3320312500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1494140625 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0322265625 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0598144531 0.0000000000 0.0991210938 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0559082031 0.0000000000 0.0227050781 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0500488281 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1572265625 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.1396484375 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.2119140625 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.3398437500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.2060546875 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.6523437500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1367187500 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.9257812500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0222167969 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0583496094 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +1.0156250000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0512695312 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.9960937500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +1.0468750000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.9453125000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0571289062 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.8671875000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0673828125 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0163574219 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.8320312500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1923828125 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.7148437500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.3125000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.4218750000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.3105468750 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0544433594 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.4296875000 0.0000000000 0.0000000000 0.0000000000 +0.1474609375 0.0000000000 0.0000000000 0.0000000000 +0.1455078125 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.2558593750 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1123046875 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0971679688 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.4785156250 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.3320312500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1601562500 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0573730469 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.3046875000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.2324218750 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0859375000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0034179688 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0214843750 0.0000000000 0.0000000000 +0.0493164062 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0084228516 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0402832031 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0289306641 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0490722656 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0105590820 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.1582031250 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.3535156250 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.5507812500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1020507812 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.7773437500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.2148437500 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0120849609 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.7656250000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.3750000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0087280273 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.6328125000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.3789062500 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0961914062 0.0000000000 0.0000000000 0.0000000000 +0.2773437500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.2792968750 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0485839844 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0476074219 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.1767578125 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1015625000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0213623047 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1215820312 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.2968750000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0200195312 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1972656250 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.2314453125 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.2402343750 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.1108398438 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.3125000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.3437500000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0441894531 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.2968750000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.1118164062 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1708984375 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0230712891 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.1962890625 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0427246094 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.1474609375 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.1020507812 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.1386718750 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0791015625 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0249023438 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.1943359375 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1289062500 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.3496093750 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1572265625 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.3691406250 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0217285156 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.3769531250 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.2519531250 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.3652343750 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.4785156250 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.5156250000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0132446289 0.0291748047 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.5078125000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0437011719 0.0187988281 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.5898437500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0402832031 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.4746093750 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.2812500000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0539550781 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.1425781250 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0380859375 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1826171875 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.1464843750 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.2910156250 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.3554687500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.2070312500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.2792968750 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1445312500 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.1875000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0085449219 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.4609375000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.3417968750 0.0000000000 0.0000000000 0.0786132812 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1826171875 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.2617187500 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.2177734375 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.3925781250 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.3203125000 0.0000000000 0.0000000000 0.1103515625 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1259765625 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0566406250 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.1787109375 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.2812500000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.1933593750 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0554199219 0.0000000000 0.0976562500 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0454101562 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0617675781 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0693359375 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0112915039 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0284423828 0.0000000000 0.1591796875 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1337890625 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0018386841 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0639648438 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0027770996 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1215820312 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1186523438 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1123046875 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0893554688 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0554199219 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0903320312 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1894531250 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0064392090 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.1406250000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0319824219 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0566406250 0.0000000000 0.0000000000 +0.4433593750 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1044921875 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0054931641 +0.0000000000 0.1660156250 0.0000000000 0.0000000000 +0.6718750000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1396484375 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.1679687500 +0.0000000000 0.1513671875 0.0000000000 0.0000000000 +0.8242187500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0615234375 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.1591796875 +0.0000000000 0.0805664062 0.0000000000 0.0000000000 +0.7460937500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1484375000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.4433593750 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.2314453125 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0498046875 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.2988281250 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1816406250 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1767578125 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0444335938 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.2109375000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.5117187500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.8398437500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +1.1093750000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +1.2500000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +1.3515625000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +1.3671875000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +1.3437500000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +1.2578125000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +1.2421875000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0010986328 0.0000000000 0.0000000000 +0.0451660156 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +1.3046875000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.1376953125 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +1.3437500000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.1225585938 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0429687500 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0971679688 0.0000000000 0.0000000000 +1.3359375000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0937500000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0249023438 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1279296875 0.0000000000 0.0000000000 +1.1015625000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0144042969 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0170898438 0.0000000000 0.0000000000 +0.7343750000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.2714843750 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0216064453 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0854492188 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.1767578125 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0971679688 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.2812500000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0006217957 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.1196289062 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.2812500000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0883789062 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.3339843750 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.2656250000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0050048828 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.1865234375 +0.2158203125 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.2333984375 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0086669922 0.0000000000 0.0000000000 +0.0307617188 0.0130004883 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0229492188 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0544433594 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.2314453125 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.7226562500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.8164062500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0698242188 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.7851562500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1328125000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.7148437500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1728515625 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.6640625000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1123046875 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.6093750000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0495605469 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.5625000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0037689209 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.5390625000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0178222656 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.6250000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0654296875 0.0000000000 0.0000000000 +0.0291748047 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.7031250000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0942382812 0.0000000000 0.0000000000 +0.0334472656 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.6171875000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1289062500 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.4316406250 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1542968750 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0212402344 0.0000000000 0.0000000000 0.0000000000 +0.1025390625 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0327148438 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.1269531250 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0286865234 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.3535156250 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.2187500000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.1962890625 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.3613281250 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.6679687500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0100708008 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +1.0078125000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.2070312500 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +1.2500000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0947265625 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.3886718750 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +1.2812500000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.2382812500 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.3906250000 0.0000000000 0.0000000000 +0.0310058594 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +1.1796875000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.3261718750 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.2138671875 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.9492187500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.3769531250 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.7187500000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.3671875000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.5273437500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.3535156250 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.4199218750 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.2988281250 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.3671875000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.2246093750 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.3906250000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0668945312 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.4472656250 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.5195312500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.6289062500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.7460937500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.8007812500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0380859375 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.8007812500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1650390625 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.7617187500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.2519531250 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.6562500000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.2343750000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.4589843750 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1679687500 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0037384033 0.0830078125 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.2734375000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0703125000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1079101562 0.1621093750 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.1425781250 0.0000000000 0.0000000000 0.0000000000 +0.0737304688 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1367187500 0.0673828125 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0339355469 0.0000000000 0.0000000000 0.0000000000 +0.1196289062 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1875000000 0.0000000000 0.0000000000 +0.0000000000 0.0247802734 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.1308593750 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.2050781250 0.0000000000 0.0000000000 +0.0000000000 0.0096435547 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0441894531 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1982421875 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1435546875 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0185546875 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0167236328 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0388183594 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0064697266 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0169677734 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.1396484375 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0095825195 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.1718750000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.3046875000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.4375000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.6289062500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1210937500 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0493164062 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.7851562500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.2265625000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.7265625000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.2236328125 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.5468750000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1640625000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0163574219 0.0756835938 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.3613281250 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0649414062 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1210937500 0.1718750000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.1835937500 0.0000000000 0.0000000000 0.0000000000 +0.0336914062 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1445312500 0.0659179688 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0541992188 0.0000000000 0.0000000000 0.0000000000 +0.1035156250 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1845703125 0.0000000000 0.0000000000 +0.0000000000 0.0302734375 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.1289062500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.2021484375 0.0000000000 0.0000000000 +0.0000000000 0.0089721680 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0537109375 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1894531250 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0034179688 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1328125000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0322265625 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0168457031 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0264892578 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.1088867188 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0003261566 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.1259765625 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.2441406250 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.3964843750 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0167236328 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.6210937500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1621093750 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0913085938 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.7539062500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.2636718750 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.7265625000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.3203125000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.6445312500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.3144531250 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.5859375000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.2792968750 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.5000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.2197265625 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0415039062 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.4101562500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1728515625 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0751953125 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0217285156 0.0000000000 0.0000000000 0.0000000000 +0.3046875000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1572265625 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0976562500 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.1699218750 0.0000000000 0.0000000000 0.0000000000 +0.2001953125 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.2031250000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0239257812 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0184326172 0.0075073242 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.3671875000 0.0000000000 0.0000000000 0.0000000000 +0.0917968750 0.0000000000 0.0000000000 0.0000000000 +0.1601562500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.2714843750 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.1049804688 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0278320312 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.5156250000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.4609375000 0.0000000000 0.0000000000 0.1591796875 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.2832031250 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.2597656250 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.2109375000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0231933594 0.0000000000 0.0000000000 +0.0000000000 0.0072631836 0.0000000000 0.0000000000 +0.5351562500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.6132812500 0.0756835938 0.0000000000 0.2148437500 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.2519531250 0.0000000000 0.0493164062 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.2001953125 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.2109375000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.3613281250 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.4726562500 0.0000000000 0.0000000000 0.0223388672 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.2021484375 0.0000000000 0.1059570312 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0371093750 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0541992188 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0532226562 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.1562500000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1240234375 0.0000000000 0.1074218750 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0444335938 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0245361328 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0356445312 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.2265625000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.5039062500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.7460937500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.8671875000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0449218750 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0532226562 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.8789062500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1176757812 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0100097656 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.7617187500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1767578125 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.6367187500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1347656250 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.5820312500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0236816406 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.6054687500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.6289062500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.7265625000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.7812500000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0245361328 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.8085937500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1660156250 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.8281250000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.2675781250 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.7421875000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.2656250000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.5039062500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1650390625 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.1108398438 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0795898438 0.0000000000 0.0000000000 0.0000000000 +0.3027343750 0.0000000000 0.0000000000 0.0000000000 +0.0302734375 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0032653809 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0247802734 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0358886719 0.0000000000 0.0000000000 0.0000000000 +0.1098632812 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0294189453 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0495605469 0.0000000000 0.0000000000 +0.0000000000 0.1748046875 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0859375000 0.0000000000 +0.0066833496 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1347656250 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0349121094 0.0000000000 +0.2441406250 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0115966797 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.4062500000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.4042968750 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.4433593750 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.5859375000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1162109375 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0683593750 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.8046875000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.2343750000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.7656250000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.2451171875 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.5820312500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1679687500 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0023345947 0.0688476562 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0229492188 0.0000000000 0.0000000000 0.0000000000 +0.3886718750 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0559082031 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1044921875 0.1718750000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.1601562500 0.0000000000 0.0000000000 0.0000000000 +0.0490722656 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1679687500 0.1225585938 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.1123046875 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.2412109375 0.0094604492 0.0000000000 +0.0000000000 0.0539550781 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.1328125000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.2343750000 0.0000000000 0.0000000000 +0.0000000000 0.0358886719 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.1103515625 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.2197265625 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.1191406250 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.2167968750 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0375976562 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.1699218750 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0093383789 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.2080078125 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0869140625 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.2070312500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0561523438 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.2099609375 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.1279296875 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.1523437500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1894531250 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.1425781250 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1093750000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.1376953125 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0222167969 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0202636719 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0117187500 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0192871094 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0214843750 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.1972656250 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0185546875 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.3750000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.4062500000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0407714844 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.3046875000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1289062500 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0732421875 0.0000000000 0.0000000000 +0.1069335938 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0854492188 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.2373046875 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1308593750 0.0000000000 0.0000000000 +0.0527343750 0.0000000000 0.0005607605 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0270996094 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.2753906250 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1020507812 0.0000000000 0.0000000000 +0.2792968750 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.2314453125 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.2031250000 0.0000000000 0.0000000000 +0.5312500000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.2050781250 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0368652344 +0.0000000000 0.2890625000 0.0000000000 0.0000000000 +0.6875000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1835937500 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.1679687500 +0.0000000000 0.3242187500 0.0000000000 0.0000000000 +0.8125000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1484375000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.2304687500 +0.0000000000 0.2382812500 0.0000000000 0.0000000000 +0.8828125000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0888671875 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.2148437500 +0.0000000000 0.0849609375 0.0000000000 0.0000000000 +0.8593750000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0302734375 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0903320312 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.7460937500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1503906250 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.6250000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0893554688 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0595703125 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.5742187500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.1235351562 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.5820312500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.6289062500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.7812500000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.9765625000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0100097656 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +1.0859375000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0209960938 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +1.1171875000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0095214844 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +1.1406250000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1152343750 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1054687500 0.0000000000 0.0000000000 +1.1718750000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1718750000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0288085938 +0.0000000000 0.1533203125 0.0000000000 0.0000000000 +1.1875000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.2031250000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.1679687500 +0.0000000000 0.1767578125 0.0000000000 0.0000000000 +1.1328125000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.2060546875 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.2402343750 +0.0000000000 0.1425781250 0.0000000000 0.0000000000 +1.0234375000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1806640625 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.2558593750 +0.0000000000 0.0693359375 0.0000000000 0.0000000000 +0.8710937500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0986328125 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.1015625000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.6250000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1650390625 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.2929687500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1025390625 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0961914062 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1503906250 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0054931641 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.2421875000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.2187500000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.2001953125 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.1054687500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.2539062500 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0378417969 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0092773438 0.0380859375 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.3652343750 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.3183593750 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.2773437500 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.1113281250 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0446777344 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.5156250000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.4492187500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.2871093750 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0306396484 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.1376953125 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0649414062 0.0000000000 0.0000000000 +0.0000000000 0.0056762695 0.0000000000 0.0000000000 +0.5898437500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.5781250000 0.0942382812 0.0000000000 0.1406250000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.2753906250 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1298828125 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.1757812500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0180664062 0.0000000000 0.0000000000 +0.0000000000 0.0255126953 0.0000000000 0.0000000000 +0.0000000000 0.0810546875 0.0000000000 0.0000000000 +0.4707031250 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.5273437500 0.0742187500 0.0000000000 0.0722656250 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.2441406250 0.0000000000 0.1533203125 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0654296875 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1108398438 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0296630859 0.0000000000 0.0000000000 +0.1137695312 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.2675781250 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1611328125 0.0000000000 0.2001953125 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1235351562 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0908203125 0.0000000000 0.0986328125 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0332031250 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0400390625 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0839843750 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0334472656 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.2734375000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0115356445 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.5117187500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.8281250000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +1.0390625000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0166015625 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1166992188 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0712890625 0.0000000000 0.0000000000 +1.1640625000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0174560547 0.0000000000 0.0000000000 +0.0144653320 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1718750000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0649414062 0.0000000000 0.0000000000 +1.1796875000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0834960938 0.0000000000 0.0000000000 +0.0434570312 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0620117188 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0090332031 0.0000000000 0.0000000000 +0.9804687500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0388183594 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0324707031 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.5976562500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0747070312 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.1806640625 0.0000000000 0.0498046875 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1679687500 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0168457031 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0483398438 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.2539062500 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1337890625 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0177001953 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.3125000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1259765625 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.2890625000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0673828125 0.0000000000 0.0000000000 +0.1523437500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1904296875 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0549316406 0.0000000000 0.0000000000 +0.3066406250 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0712890625 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.3203125000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.1982421875 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0732421875 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0030517578 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0544433594 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0441894531 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.1166992188 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0449218750 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.1875000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0153198242 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.3769531250 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0264892578 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.6328125000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0761718750 0.0000000000 0.0000000000 +0.0295410156 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.8164062500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1123046875 0.0000000000 0.0000000000 +0.0590820312 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.7734375000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1835937500 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.5976562500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.2255859375 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0678710938 0.0000000000 0.0000000000 0.0000000000 +0.2246093750 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1718750000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0737304688 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0026092529 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0454101562 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0947265625 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.1562500000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.4550781250 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0117797852 0.0000000000 0.0000000000 +0.7929687500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0168457031 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1230468750 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0290527344 0.0000000000 0.0000000000 +1.0546875000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1176757812 0.0000000000 0.0000000000 +0.0556640625 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0937500000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +1.0234375000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1103515625 0.0000000000 0.0000000000 +0.0164794922 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0500488281 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.6992187500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0688476562 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.2382812500 0.0000000000 0.0018920898 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1484375000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0449218750 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.2226562500 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0800781250 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0461425781 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.2636718750 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1230468750 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0120849609 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.2832031250 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0664062500 0.0000000000 0.0000000000 +0.0947265625 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.2050781250 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0249023438 0.0000000000 0.0000000000 +0.3867187500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0800781250 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.5585937500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.6093750000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.6054687500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0239257812 0.0000000000 0.0000000000 0.0000000000 +0.0039062500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.6445312500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0223388672 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.6757812500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0874023438 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.7773437500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.9375000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0058593750 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +1.0937500000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +1.1875000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0037078857 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +1.2343750000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1166992188 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +1.1953125000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0971679688 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +1.1093750000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0937500000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0454101562 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.8281250000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1591796875 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1376953125 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0168457031 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.4589843750 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1562500000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0180664062 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.2060546875 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1611328125 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.1123046875 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1875000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0864257812 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.2451171875 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.1474609375 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.2734375000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.3574218750 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.2753906250 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.5390625000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.2148437500 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.5507812500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1533203125 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0358886719 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.4609375000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0524902344 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0219726562 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0402832031 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0776367188 0.0000000000 0.0000000000 0.0000000000 +0.2890625000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0903320312 0.0000000000 0.0000000000 0.0000000000 +0.0625000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1118164062 0.0000000000 0.0000000000 +0.0805664062 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0771484375 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0228271484 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0576171875 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0351562500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0883789062 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0834960938 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.2773437500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.2949218750 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.3496093750 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.5078125000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.3671875000 0.0000000000 0.0000000000 0.0000000000 +0.2041015625 0.0000000000 0.0000000000 0.0000000000 +0.0605468750 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.5664062500 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0134887695 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0683593750 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0092773438 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.5625000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.4199218750 0.0000000000 0.0000000000 0.0986328125 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.4609375000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.4492187500 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.2353515625 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.4863281250 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.5390625000 0.0000000000 0.0000000000 0.1464843750 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.3007812500 0.0000000000 0.0463867188 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.3847656250 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.2353515625 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.3007812500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.4648437500 0.0000000000 0.0000000000 0.1142578125 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1611328125 0.0000000000 0.0255126953 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.1191406250 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.1152343750 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.2392578125 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1108398438 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0490722656 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.1074218750 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0077209473 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0334472656 0.0000000000 +0.2138671875 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0751953125 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0971679688 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0771484375 0.0000000000 0.0000000000 +0.5898437500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1123046875 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.2451171875 0.0000000000 0.0000000000 +0.8398437500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1669921875 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.1455078125 +0.0000000000 0.3027343750 0.0000000000 0.0000000000 +0.9492187500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.2402343750 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.3359375000 +0.0000000000 0.2949218750 0.0000000000 0.0000000000 +0.9023437500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.2304687500 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.3574218750 +0.0000000000 0.2373046875 0.0000000000 0.0000000000 +0.8984375000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1562500000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.2539062500 +0.0000000000 0.1826171875 0.0000000000 0.0000000000 +0.7148437500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0942382812 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0751953125 +0.0000000000 0.0747070312 0.0000000000 0.0000000000 +0.4882812500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0622558594 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.1914062500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0280761719 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0991210938 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0260009766 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0390625000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1591796875 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.1093750000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0541992188 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.1630859375 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1992187500 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0839843750 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.2519531250 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.1552734375 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1738281250 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0776367188 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.1845703125 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1494140625 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0595703125 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0903320312 0.0000000000 0.0000000000 +0.0000000000 0.0253906250 0.0000000000 0.0000000000 +0.0336914062 0.0000000000 0.0397949219 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1035156250 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0678710938 0.0000000000 +0.0011520386 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0629882812 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.2343750000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0153198242 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.3339843750 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.4238281250 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.5546875000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1386718750 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.7226562500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0800781250 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0419921875 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.6718750000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0751953125 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.6015625000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0336914062 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.5781250000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0659179688 0.0996093750 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.5781250000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0781250000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.5781250000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0341796875 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.5585937500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.3437500000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0070190430 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.1806640625 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1289062500 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.1240234375 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.2617187500 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.1059570312 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.3222656250 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.1464843750 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.2871093750 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.2578125000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.2558593750 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.4082031250 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1206054688 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.5625000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.6523437500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.7187500000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.7890625000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.8281250000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.8320312500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0454101562 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0761718750 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.7773437500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0874023438 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0251464844 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.6093750000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0966796875 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.4941406250 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0683593750 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.4550781250 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0908203125 0.1738281250 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.5468750000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1396484375 0.0815429688 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0402832031 0.0000000000 0.0000000000 +0.6796875000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0378417969 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0415039062 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1000976562 0.0000000000 0.0000000000 +0.6914062500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0109863281 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0561523438 0.0000000000 0.0000000000 +0.4433593750 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.1542968750 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0537109375 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0274658203 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1787109375 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0327148438 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0454101562 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.2695312500 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1015625000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0502929688 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.3066406250 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0820312500 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.2597656250 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1220703125 0.0000000000 0.0000000000 +0.2460937500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.2158203125 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.2246093750 0.0000000000 0.0000000000 +0.4804687500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1933593750 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0756835938 +0.0000000000 0.3066406250 0.0000000000 0.0000000000 +0.6250000000 0.0000000000 0.0047912598 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1884765625 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.1962890625 +0.0000000000 0.3515625000 0.0000000000 0.0000000000 +0.7500000000 0.0000000000 0.0507812500 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.2021484375 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.3046875000 +0.0000000000 0.3417968750 0.0000000000 0.0000000000 +0.8320312500 0.0000000000 0.0334472656 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.2265625000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.3750000000 +0.0000000000 0.3144531250 0.0000000000 0.0000000000 +0.8945312500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.2460937500 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.4042968750 +0.0000000000 0.2578125000 0.0000000000 0.0000000000 +0.9257812500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.2207031250 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.3535156250 +0.0000000000 0.1748046875 0.0000000000 0.0000000000 +0.9062500000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1630859375 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.2734375000 +0.0000000000 0.0805664062 0.0000000000 0.0000000000 +0.7812500000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0771484375 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.1176757812 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.5429687500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1059570312 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.2285156250 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0332031250 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0260009766 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0249023438 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0844726562 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0081787109 0.0119628906 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.2753906250 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1206054688 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0424804688 0.0000000000 0.0000000000 +0.5937500000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1308593750 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.2070312500 0.0000000000 0.0000000000 +0.8125000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1347656250 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0800781250 +0.0000000000 0.2695312500 0.0000000000 0.0000000000 +0.9023437500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1787109375 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.2519531250 +0.0000000000 0.3105468750 0.0000000000 0.0000000000 +0.8320312500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.2011718750 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.3027343750 +0.0000000000 0.3066406250 0.0000000000 0.0000000000 +0.8554687500 0.0000000000 0.0751953125 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.2197265625 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.3046875000 +0.0000000000 0.2714843750 0.0000000000 0.0000000000 +0.8320312500 0.0000000000 0.0961914062 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.2500000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.3085937500 +0.0000000000 0.2402343750 0.0000000000 0.0000000000 +0.8007812500 0.0000000000 0.0617675781 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.2421875000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.3183593750 +0.0000000000 0.2294921875 0.0000000000 0.0000000000 +0.7578125000 0.0000000000 0.0322265625 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.2197265625 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.2675781250 +0.0000000000 0.2158203125 0.0000000000 0.0000000000 +0.7382812500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1357421875 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.1787109375 +0.0000000000 0.1738281250 0.0000000000 0.0000000000 +0.6093750000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0649414062 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0130004883 +0.0000000000 0.0732421875 0.0000000000 0.0000000000 +0.4160156250 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0454101562 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.1328125000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0981445312 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1777343750 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.1083984375 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.1215820312 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.2333984375 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.1894531250 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.1835937500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.1972656250 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.2656250000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.3652343750 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.3300781250 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0046997070 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.2294921875 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.2490234375 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.5312500000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.4160156250 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0717773438 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0598144531 0.0000000000 +0.0000000000 0.0270996094 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.2285156250 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1933593750 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.5390625000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.4296875000 0.0668945312 0.0000000000 0.0393066406 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1328125000 0.0000000000 0.1513671875 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.1503906250 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.1328125000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0649414062 0.0000000000 0.0000000000 +0.0000000000 0.0903320312 0.0000000000 0.0000000000 +0.0000000000 0.0498046875 0.0000000000 0.0000000000 +0.3398437500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.3457031250 0.0756835938 0.0000000000 0.0151367188 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1513671875 0.0000000000 0.2871093750 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0703125000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1611328125 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0644531250 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.1611328125 0.0639648438 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1552734375 0.0000000000 0.2636718750 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0893554688 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.2011718750 0.0000000000 0.0898437500 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0131835938 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.2187500000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.1660156250 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1884765625 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.3203125000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1318359375 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.3964843750 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0664062500 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.4628906250 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0712890625 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.5156250000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0566406250 0.0761718750 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.6328125000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1108398438 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1386718750 0.0000000000 0.0000000000 +0.7578125000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1044921875 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.2226562500 0.0000000000 0.0000000000 +0.8242187500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1318359375 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.1103515625 +0.0000000000 0.2734375000 0.0000000000 0.0000000000 +0.7773437500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1748046875 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.2343750000 +0.0000000000 0.3203125000 0.0000000000 0.0000000000 +0.7812500000 0.0000000000 0.0395507812 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.2021484375 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.2910156250 +0.0000000000 0.3144531250 0.0000000000 0.0000000000 +0.8320312500 0.0000000000 0.0971679688 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.2255859375 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.3203125000 +0.0000000000 0.2949218750 0.0000000000 0.0000000000 +0.8476562500 0.0000000000 0.0683593750 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.2275390625 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.3593750000 +0.0000000000 0.2578125000 0.0000000000 0.0000000000 +0.8554687500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.2109375000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.3222656250 +0.0000000000 0.2158203125 0.0000000000 0.0000000000 +0.8398437500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1718750000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.2431640625 +0.0000000000 0.1210937500 0.0000000000 0.0000000000 +0.7460937500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1220703125 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0976562500 +0.0000000000 0.0119628906 0.0000000000 0.0000000000 +0.5937500000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0517578125 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.3769531250 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0195312500 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.2011718750 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1318359375 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.1357421875 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.2207031250 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.1572265625 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.2490234375 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.2060546875 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.2167968750 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.3769531250 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1679687500 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.4433593750 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0478515625 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.5273437500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0800781250 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.5703125000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0268554688 0.0451660156 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.6835937500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0027618408 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0190429688 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0302734375 0.0000000000 0.0000000000 +0.7929687500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.8007812500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.6562500000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.6171875000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.1157226562 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.6484375000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.1079101562 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.6757812500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.7617187500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.9414062500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0103759766 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +1.1718750000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1601562500 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +1.2500000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.2968750000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0786132812 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +1.0859375000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.4511718750 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0063171387 0.0000000000 0.0000000000 0.0000000000 +0.7812500000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.5507812500 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.4453125000 0.0000000000 0.0000000000 0.0000000000 +0.2539062500 0.0000000000 0.0000000000 0.0000000000 +0.0673828125 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.5000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0864257812 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.1376953125 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0590820312 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.4902343750 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.3925781250 0.0000000000 0.0000000000 0.1010742188 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.3867187500 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.3222656250 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.1904296875 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0014877319 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.3164062500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.4433593750 0.0000000000 0.0000000000 0.1875000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.2792968750 0.0000000000 0.1464843750 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1796875000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.1445312500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.1240234375 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.3515625000 0.0000000000 0.0000000000 0.1318359375 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.2304687500 0.0000000000 0.1982421875 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0498046875 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.2890625000 0.0000000000 0.0000000000 0.0603027344 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.2089843750 0.0000000000 0.0312500000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.1855468750 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1562500000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0054016113 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0781250000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0834960938 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0722656250 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0668945312 0.1025390625 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0781250000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1269531250 0.0091552734 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0795898438 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.2382812500 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.1894531250 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.1162109375 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0003509521 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.2656250000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.3730468750 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.2246093750 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0143432617 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.1425781250 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.2490234375 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.5078125000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.3066406250 0.0000000000 0.0000000000 0.0157470703 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0717773438 0.0000000000 0.0040893555 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1435546875 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.2119140625 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1171875000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.4414062500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.3281250000 0.0000000000 0.0000000000 0.0498046875 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0683593750 0.0000000000 0.1308593750 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1718750000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.1757812500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.3046875000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.3046875000 0.0000000000 0.0000000000 0.0344238281 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0395507812 0.0000000000 0.0781250000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0190429688 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0747070312 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0395507812 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.1298828125 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.2041015625 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0615234375 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0439453125 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000429153 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0249023438 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0104980469 0.0149536133 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.3261718750 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000910759 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.5273437500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.5039062500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.2216796875 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0220947266 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0198974609 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1069335938 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.2158203125 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.2275390625 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0466308594 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1982421875 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0139770508 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.1289062500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.1679687500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1406250000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0903320312 0.0883789062 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.1474609375 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.2949218750 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0432128906 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0041809082 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1142578125 0.0142822266 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.1108398438 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.3632812500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0314941406 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1708984375 0.0000000000 0.0000000000 +0.0000000000 0.0412597656 0.0000000000 0.0000000000 +0.0166015625 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.3867187500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0610351562 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.2089843750 0.0000000000 0.0000000000 +0.0000000000 0.0397949219 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.2158203125 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.2333984375 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.2656250000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.3242187500 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0097045898 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.2832031250 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0311279297 0.0000000000 0.0000000000 +0.2617187500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.2119140625 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1640625000 0.0000000000 0.0000000000 +0.4765625000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0971679688 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.2021484375 0.0000000000 0.0000000000 +0.4765625000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0017013550 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1015625000 0.0000000000 0.0000000000 +0.3847656250 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0028533936 0.0000000000 0.0000000000 +0.1108398438 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0258789062 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0412597656 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0393066406 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0683593750 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0007286072 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.2675781250 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.3847656250 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.4121093750 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0996093750 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0913085938 0.0000000000 0.0000000000 +0.3320312500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1005859375 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.2275390625 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1767578125 0.0000000000 0.0000000000 +0.1806640625 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0771484375 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.2949218750 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0673828125 0.0000000000 0.0000000000 +0.2617187500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.2138671875 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.4062500000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1386718750 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.3867187500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0040893555 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.2177734375 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0703125000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0434570312 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0473632812 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.2539062500 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0834960938 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.2294921875 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0600585938 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0991210938 0.0000000000 0.0000000000 0.0000000000 +0.0473632812 0.0000000000 0.0000000000 0.0000000000 +0.1176757812 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1386718750 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0932617188 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.1318359375 0.0000000000 0.0000000000 0.0000000000 +0.0162353516 0.0000000000 0.0000000000 0.0000000000 +0.0986328125 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0015335083 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0524902344 0.0000000000 0.0000000000 0.0000000000 +0.0087280273 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0422363281 0.0000000000 0.0000000000 +0.0217285156 0.0000000000 0.0422363281 0.0000000000 +0.0186767578 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0060729980 0.0000000000 0.0000000000 +0.0000000000 0.1777343750 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.1079101562 0.0000000000 +0.1030273438 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0761718750 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.3535156250 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.4277343750 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.4199218750 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.5273437500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0461425781 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.6875000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0947265625 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0025329590 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.7851562500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1147460938 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.7460937500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0776367188 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.7109375000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0336914062 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.6796875000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0234375000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.6796875000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0717773438 0.0000000000 0.0000000000 +0.0031280518 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.7187500000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1777343750 0.0000000000 0.0000000000 +0.0512695312 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.7031250000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.3554687500 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.5351562500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.5546875000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.3632812500 0.0000000000 0.0000000000 0.0000000000 +0.1767578125 0.0000000000 0.0000000000 0.0000000000 +0.0693359375 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.5625000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1186523438 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0942382812 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0134277344 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.4785156250 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.3808593750 0.0000000000 0.0000000000 0.0751953125 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.4375000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.4667968750 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.2080078125 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.3847656250 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.4824218750 0.0000000000 0.0000000000 0.1376953125 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.2617187500 0.0000000000 0.0383300781 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.3144531250 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.2041015625 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.2539062500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.3789062500 0.0000000000 0.0000000000 0.0849609375 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1406250000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0458984375 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0264892578 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.1650390625 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0815429688 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0712890625 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.1040039062 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1005859375 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0742187500 0.0000000000 +0.3027343750 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1699218750 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.5781250000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.6523437500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.5273437500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.4707031250 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.5156250000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.5312500000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.6367187500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0078125000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.8007812500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0205078125 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.9023437500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0063781738 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.7929687500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.5976562500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.4707031250 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.4453125000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.4648437500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.5703125000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0030517578 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.7734375000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0290527344 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.9257812500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0405273438 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.9375000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0050659180 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.8203125000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.7343750000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1191406250 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.7656250000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.2490234375 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.7929687500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.3417968750 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.7734375000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0742187500 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.3457031250 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.8750000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.2207031250 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0181884766 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.9531250000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.3066406250 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.7734375000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.2597656250 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0250244141 0.0000000000 0.0000000000 0.0000000000 +0.5546875000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1474609375 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0629882812 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0262451172 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0722656250 0.0000000000 0.0000000000 0.0000000000 +0.3457031250 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0240478516 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0179443359 0.0000000000 0.0000000000 0.0000000000 +0.1010742188 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0712890625 0.0000000000 0.0000000000 +0.0114746094 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1816406250 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0830078125 0.0000000000 +0.0607910156 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0888671875 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.2851562500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.3886718750 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.4199218750 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.5195312500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0027465820 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1289062500 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.7070312500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1582031250 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1777343750 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.8281250000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.2636718750 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0388183594 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.7695312500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.3085937500 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.6992187500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.3085937500 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.6875000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.2812500000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.6562500000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.2460937500 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.6093750000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1923828125 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.5781250000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1425781250 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.5625000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1010742188 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.4707031250 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0235595703 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.4785156250 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0578613281 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.4648437500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0189208984 0.0830078125 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.5703125000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.4453125000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.1367187500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0280761719 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.1982421875 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.3339843750 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.5859375000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.8203125000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +1.2734375000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +1.5000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +1.4140625000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +1.3515625000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +1.2890625000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +1.2265625000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0532226562 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +1.1718750000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0932617188 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +1.1250000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0639648438 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.9843750000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0151367188 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0407714844 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.7304687500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0089111328 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.5429687500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0634765625 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.4863281250 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0800781250 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.4941406250 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0502929688 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.4257812500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.3320312500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.1914062500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0400390625 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0791015625 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0261230469 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0766601562 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1088867188 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0088500977 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.1142578125 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0849609375 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.2597656250 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.2275390625 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.3339843750 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0466308594 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.4531250000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0703125000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.5781250000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.8203125000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0888671875 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +1.0468750000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1474609375 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.9726562500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0351562500 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.6835937500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1748046875 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1123046875 0.0000000000 0.0000000000 +0.4335937500 0.0000000000 0.0065002441 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0076599121 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.3007812500 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.2695312500 0.0000000000 0.0000000000 +0.2597656250 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1591796875 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.4550781250 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.2099609375 0.0000000000 0.0000000000 +0.4160156250 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0252685547 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.4628906250 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1484375000 0.0000000000 0.0000000000 +0.7500000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.3476562500 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1328125000 0.0000000000 0.0000000000 +0.9687500000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.2734375000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0052185059 +0.0000000000 0.1279296875 0.0000000000 0.0000000000 +0.8789062500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0981445312 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0717773438 0.0000000000 0.0000000000 +0.6445312500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0141601562 0.0000000000 0.0000000000 +0.3847656250 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0361328125 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.1601562500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.2001953125 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0864257812 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0446777344 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0698242188 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0947265625 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.1660156250 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1289062500 0.0375976562 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.3105468750 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0025482178 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1845703125 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.5234375000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1064453125 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.6367187500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.5429687500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.3515625000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.1884765625 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1074218750 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0224609375 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0263671875 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.1640625000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.3554687500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0322265625 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0693359375 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1088867188 0.0000000000 0.0000000000 +0.5664062500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1396484375 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1894531250 0.0000000000 0.0000000000 +0.7968750000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1699218750 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.1533203125 +0.0000000000 0.2119140625 0.0000000000 0.0000000000 +0.9414062500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1708984375 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.3027343750 +0.0000000000 0.2187500000 0.0000000000 0.0000000000 +0.9843750000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1137695312 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.3457031250 +0.0000000000 0.1738281250 0.0000000000 0.0000000000 +0.9375000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1445312500 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0839843750 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.3125000000 +0.0000000000 0.1357421875 0.0000000000 0.0000000000 +0.8203125000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.2431640625 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0444335938 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.1953125000 +0.0000000000 0.0412597656 0.0000000000 0.0000000000 +0.6523437500 0.0000000000 0.0072631836 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0922851562 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0517578125 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0483398438 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.5312500000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0344238281 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.4687500000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0402832031 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.4726562500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0717773438 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.4746093750 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0654296875 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.5000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0593261719 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.4863281250 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1503906250 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.3007812500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0776367188 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0830078125 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0461425781 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1787109375 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1621093750 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0140991211 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.3066406250 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.2773437500 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0678710938 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1503906250 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.3007812500 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0615234375 0.0000000000 0.0000000000 +0.4785156250 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.2519531250 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1601562500 0.0000000000 0.0000000000 +0.8320312500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1972656250 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.1533203125 +0.0000000000 0.2031250000 0.0000000000 0.0000000000 +0.9609375000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0395507812 0.1425781250 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.2119140625 +0.0000000000 0.1669921875 0.0000000000 0.0000000000 +0.9960937500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0825195312 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0524902344 0.0639648438 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.1904296875 +0.0000000000 0.0286865234 0.0000000000 0.0000000000 +0.8632812500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.6328125000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.1088867188 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.6054687500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.6835937500 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.3339843750 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.4414062500 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0898437500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0311279297 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.1147460938 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.3945312500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1064453125 0.0000000000 0.0000000000 +0.5546875000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0224609375 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1098632812 0.0000000000 0.0000000000 +0.6132812500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.6210937500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.5585937500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0732421875 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.5664062500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.1269531250 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.5468750000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.5429687500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0644531250 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.6718750000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.9609375000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1113281250 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +1.0234375000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1435546875 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0098876953 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.8125000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.2011718750 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0839843750 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0537109375 0.0000000000 0.0000000000 0.0000000000 +0.5234375000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.2402343750 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1269531250 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.3183593750 0.0000000000 0.0000000000 0.0000000000 +0.0859375000 0.0000000000 0.0000000000 0.0000000000 +0.0771484375 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.2617187500 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0869140625 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1669921875 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.4746093750 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.4062500000 0.0000000000 0.0000000000 0.1523437500 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.2812500000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.2333984375 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.2597656250 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1904296875 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.4746093750 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.5273437500 0.0000000000 0.0000000000 0.2656250000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.2988281250 0.0000000000 0.1601562500 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.3164062500 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.2324218750 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1298828125 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.4218750000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.5273437500 0.0300292969 0.0000000000 0.2617187500 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.3398437500 0.0000000000 0.2421875000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.2617187500 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.1425781250 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0312500000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.2714843750 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.5429687500 0.1015625000 0.0000000000 0.2080078125 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.3457031250 0.0000000000 0.1962890625 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0971679688 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0581054688 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0820312500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.5078125000 0.0444335938 0.0000000000 0.1132812500 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.4218750000 0.0000000000 0.0559082031 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0036926270 0.0000000000 0.0002317429 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.3652343750 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.4414062500 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0742187500 0.0000000000 0.0048828125 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.2421875000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.4589843750 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.2695312500 0.0000000000 0.0086669922 0.0000000000 +0.1308593750 0.0000000000 0.0000000000 0.0000000000 +0.1767578125 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.4707031250 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.3945312500 0.0000000000 0.0303955078 0.0000000000 +0.1933593750 0.0000000000 0.0000000000 0.0000000000 +0.1855468750 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.4882812500 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.4042968750 0.0000000000 0.0000000000 0.0000000000 +0.2070312500 0.0000000000 0.0000000000 0.0000000000 +0.2431640625 0.0000000000 0.0000000000 0.0281982422 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.4863281250 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.2851562500 0.0000000000 0.0000000000 0.0000000000 +0.1494140625 0.0000000000 0.0000000000 0.0000000000 +0.3027343750 0.0000000000 0.0000000000 0.1035156250 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.4492187500 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.1562500000 0.0000000000 0.0000000000 0.0000000000 +0.0629882812 0.0000000000 0.0000000000 0.0000000000 +0.3554687500 0.0000000000 0.0000000000 0.0510253906 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.4023437500 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0035247803 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.1220703125 0.0000000000 0.0000000000 0.0000000000 +0.0349121094 0.0000000000 0.0000000000 0.0000000000 +0.3144531250 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.3378906250 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.1337890625 0.0000000000 0.0000000000 0.0000000000 +0.0336914062 0.0000000000 0.0000000000 0.0000000000 +0.2246093750 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.2519531250 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.2099609375 0.0000000000 0.0173339844 0.0000000000 +0.0805664062 0.0000000000 0.0000000000 0.0000000000 +0.0644531250 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.2001953125 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0308837891 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.2734375000 0.0000000000 0.0402832031 0.0000000000 +0.0284423828 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.2177734375 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0629882812 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.3535156250 0.0000000000 0.0712890625 0.0000000000 +0.0688476562 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.2236328125 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0417480469 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0327148438 0.0278320312 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.3554687500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.1513671875 0.0000000000 0.0000000000 0.0368652344 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.2812500000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.1245117188 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0131835938 0.0000000000 0.0000000000 +0.0000000000 0.0125732422 0.0036621094 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.3632812500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.3886718750 0.0000000000 0.0000000000 0.2236328125 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.2988281250 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.2734375000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.2216796875 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0031127930 0.0000000000 0.0000000000 +0.3496093750 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.6054687500 0.0000000000 0.0000000000 0.2910156250 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1904296875 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.3378906250 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.2871093750 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.2617187500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.6992187500 0.0000000000 0.0000000000 0.1552734375 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0971679688 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1484375000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.2412109375 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0664062500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.6601562500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.1259765625 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0678710938 0.0620117188 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.3164062500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1513671875 0.0664062500 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0241699219 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1640625000 0.0000000000 0.0000000000 +0.0000000000 0.1166992188 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0698242188 0.0000000000 +0.0000001788 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0578613281 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1533203125 0.0000000000 0.0000000000 +0.0000000000 0.1464843750 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.1621093750 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0461425781 0.0000000000 0.0000000000 +0.0000000000 0.1157226562 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.3750000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0461425781 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.5117187500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.4472656250 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.5937500000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.4218750000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.6796875000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.9023437500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +1.2187500000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0996093750 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +1.6328125000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +1.7421875000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +1.7500000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0028076172 0.0000000000 0.0000000000 +0.0957031250 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0615234375 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +1.7187500000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.1059570312 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1474609375 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0103759766 0.0000000000 0.0000000000 +1.5625000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0134887695 0.0000000000 0.0000000000 +0.0629882812 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0683593750 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +1.1953125000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0471191406 0.0000000000 0.0000000000 +0.0077819824 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.6250000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0444335938 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0732421875 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0776367188 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.1147460938 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.2167968750 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.4628906250 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.5859375000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0683593750 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1103515625 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.4804687500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1904296875 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.3867187500 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.2714843750 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.2500000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.3027343750 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.1083984375 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.2617187500 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0106201172 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0016784668 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1904296875 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1533203125 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1049804688 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0485839844 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0230712891 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0349121094 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0179443359 0.0820312500 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0520019531 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0344238281 0.0368652344 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.1020507812 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0869140625 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0625000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1601562500 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.2275390625 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0055541992 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.2617187500 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0039978027 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0593261719 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.2070312500 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0859375000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1269531250 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0488281250 0.0000000000 0.0000000000 0.0732421875 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0314941406 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0781250000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0106811523 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0200195312 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0229492188 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0625000000 0.0000000000 0.0000000000 +0.1132812500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0336914062 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0605468750 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1962890625 0.0000000000 0.0000000000 +0.3613281250 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1127929688 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0471191406 +0.0000000000 0.1923828125 0.0000000000 0.0000000000 +0.5781250000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1083984375 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0903320312 +0.0000000000 0.1259765625 0.0000000000 0.0000000000 +0.5976562500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0191650391 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0598144531 +0.0000000000 0.0356445312 0.0000000000 0.0000000000 +0.5390625000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.3457031250 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0913085938 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0137939453 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0035095215 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0844726562 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0279541016 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0139160156 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0058593750 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.2597656250 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.4218750000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0766601562 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.4023437500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1010742188 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.3007812500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1137695312 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.2275390625 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1079101562 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.3164062500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1582031250 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.4414062500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1245117188 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.5039062500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1708984375 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.6679687500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0888671875 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.7890625000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0087280273 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.1455078125 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.8085937500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0245361328 0.2167968750 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.7460937500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0512695312 0.0368652344 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.6054687500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0314941406 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.2480468750 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0068969727 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.1103515625 0.0000000000 0.0000000000 0.0000000000 +0.0311279297 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.1630859375 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0598144531 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0957031250 0.0170898438 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1147460938 0.0351562500 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0395507812 0.0000000000 0.0000000000 +0.2890625000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0463867188 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1079101562 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1640625000 0.0000000000 0.0000000000 +0.5703125000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0712890625 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1513671875 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.2617187500 0.0000000000 0.0000000000 +0.6367187500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.1025390625 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.2109375000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0126342773 +0.0000000000 0.2539062500 0.0000000000 0.0000000000 +0.5820312500 0.0000000000 0.0654296875 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0883789062 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1894531250 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.2460937500 0.0000000000 0.0000000000 +0.5195312500 0.0000000000 0.1748046875 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0432128906 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.2080078125 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.2890625000 0.0000000000 0.0000000000 +0.3984375000 0.0000000000 0.2197265625 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0427246094 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.3046875000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.3242187500 0.0000000000 0.0000000000 +0.3398437500 0.0000000000 0.1865234375 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0517578125 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.3144531250 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.3007812500 0.0000000000 0.0000000000 +0.3144531250 0.0000000000 0.0781250000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0240478516 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.2988281250 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.2773437500 0.0000000000 0.0000000000 +0.3710937500 0.0000000000 0.0084838867 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1787109375 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.2197265625 0.0000000000 0.0000000000 +0.4121093750 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0888671875 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0932617188 0.0000000000 0.0000000000 +0.2617187500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0252685547 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0030517578 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0874023438 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1250000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0135498047 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0358886719 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1083984375 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0011978149 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1074218750 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0476074219 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1035156250 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0629882812 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0908203125 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0742187500 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0014953613 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0297851562 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0055541992 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0207519531 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0363769531 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.2910156250 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.4707031250 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0209960938 0.0000000000 0.0000000000 +0.6210937500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.5546875000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0771484375 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0874023438 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.4101562500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1367187500 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.1098632812 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0771484375 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0546875000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0507812500 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.3945312500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0251464844 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.5703125000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0976562500 0.0000000000 0.0000000000 +0.7226562500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1503906250 0.0000000000 0.0000000000 +0.5468750000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0747070312 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0544433594 0.0000000000 0.0000000000 +0.4726562500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.3515625000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.2236328125 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.3847656250 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.5078125000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.5546875000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.4472656250 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.6953125000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0664062500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.9140625000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1118164062 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0515136719 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +1.2656250000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.5000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +1.5546875000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0291748047 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.6757812500 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1054687500 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +1.6015625000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1748046875 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.6679687500 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0942382812 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +1.4609375000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.2910156250 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.3652343750 0.0000000000 0.0000000000 +0.0234375000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +1.1484375000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.2597656250 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0380859375 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.8125000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1049804688 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.6171875000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0093994141 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.4414062500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.4160156250 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.6250000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +1.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +1.3593750000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1630859375 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1215820312 0.0000000000 0.0000000000 +1.4921875000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.2792968750 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0830078125 +0.0000000000 0.0800781250 0.0000000000 0.0000000000 +1.6171875000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0097045898 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1855468750 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.1894531250 +0.0000000000 0.0083007812 0.0000000000 0.0000000000 +1.4687500000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0771484375 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.1992187500 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +1.0625000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0139160156 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0341796875 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.4609375000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0073547363 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0119018555 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0419921875 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0874023438 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.1601562500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0184326172 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.3105468750 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.4414062500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0717773438 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.4550781250 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0249023438 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.5625000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0756835938 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.6679687500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0761718750 0.0061340332 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0524902344 0.0000000000 0.0000000000 +0.6562500000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0825195312 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1010742188 0.0000000000 0.0000000000 +0.7343750000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0299072266 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0434570312 0.0000000000 0.0000000000 +0.6796875000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.3847656250 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.3007812500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0116577148 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.2558593750 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.1186523438 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.1474609375 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.2949218750 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0294189453 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.3945312500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.3710937500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.3945312500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.3945312500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0493164062 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.4550781250 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0286865234 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.4570312500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0834960938 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.4335937500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0776367188 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.4609375000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0937500000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.4570312500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1142578125 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.4101562500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0654296875 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0478515625 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.4316406250 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0090942383 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.1210937500 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.4101562500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0461425781 0.1435546875 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.4042968750 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0512695312 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0471191406 0.0000000000 0.0000000000 +0.3593750000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1298828125 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.1748046875 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.2138671875 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.1435546875 0.0000000000 0.0000000000 0.0000000000 +0.0045166016 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0236816406 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0064697266 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.2734375000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.3574218750 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0751953125 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0795898438 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0917968750 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.2373046875 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.3066406250 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.4921875000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.3417968750 0.0000000000 0.0000000000 0.1669921875 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1186523438 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.3789062500 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.3925781250 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1845703125 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.5781250000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.5742187500 0.0000000000 0.0000000000 0.1914062500 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0407714844 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.3320312500 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.4375000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1240234375 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.4316406250 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.6679687500 0.0000000000 0.0000000000 0.0175781250 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0027008057 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.3125000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0585937500 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.1699218750 0.0000000000 0.0258789062 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.5507812500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0795898438 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1064453125 0.0805664062 0.0000000000 +0.0000000000 0.0252685547 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0849609375 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.2373046875 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1464843750 0.0507812500 0.0000000000 +0.0000000000 0.0177001953 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.1552734375 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1523437500 0.0000000000 0.0000000000 +0.0000000000 0.0634765625 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0864257812 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1777343750 0.0000000000 0.0000000000 +0.0000000000 0.0314941406 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0742187500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0051269531 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.1279296875 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0095214844 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0520019531 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.1396484375 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.4960937500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0166015625 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.7968750000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0380859375 0.0000000000 0.0000000000 +0.8085937500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.6406250000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.4667968750 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.1376953125 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.2441406250 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.4023437500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0883789062 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.3300781250 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.5625000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.6835937500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.9140625000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +1.2265625000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +1.5468750000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0751953125 0.0000000000 0.0000000000 +0.1079101562 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +1.5937500000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1152343750 0.0000000000 0.0000000000 +0.1572265625 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0090332031 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +1.5000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1738281250 0.0000000000 0.0000000000 +0.0781250000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0595703125 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +1.2890625000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.2333984375 0.0000000000 0.0000000000 +0.0108032227 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0468750000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.7968750000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1640625000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0267333984 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.2138671875 0.0000000000 0.0000000000 0.0000000000 +0.1591796875 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1181640625 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0517578125 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0283203125 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.1435546875 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0458984375 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.2910156250 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.4316406250 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0529785156 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0559082031 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.4980468750 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.2988281250 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0346679688 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.4316406250 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.4921875000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0520019531 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.1748046875 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.5937500000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0410156250 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0561523438 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.2353515625 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.2578125000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.5273437500 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.4882812500 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.2460937500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0001516342 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.4804687500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.5312500000 0.0000000000 0.0000000000 0.0893554688 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.4882812500 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.4843750000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.2519531250 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0115966797 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.5546875000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.7500000000 0.0893554688 0.0000000000 0.0961914062 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.4804687500 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.2695312500 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.2158203125 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0981445312 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.7109375000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.7500000000 0.0644531250 0.0000000000 0.0917968750 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.4765625000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1259765625 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.1875000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0795898438 0.0203857422 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.6875000000 0.0000000000 0.0971679688 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.7187500000 0.0363769531 0.0000000000 0.0541992188 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.4394531250 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0546875000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.2265625000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0607910156 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.6015625000 0.0000000000 0.1406250000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.6484375000 0.0966796875 0.0000000000 0.1020507812 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.4296875000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0505371094 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.2226562500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0224609375 0.0000000000 0.0000000000 +0.0000000000 0.0581054688 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.5703125000 0.0000000000 0.1191406250 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.6093750000 0.1186523438 0.0000000000 0.1191406250 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.4062500000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0395507812 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.1806640625 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0371093750 0.0000000000 0.0000000000 +0.0000000000 0.0336914062 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.5273437500 0.0000000000 0.0932617188 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.5507812500 0.1396484375 0.0000000000 0.1225585938 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.3750000000 0.0000000000 0.0034637451 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0529785156 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0756835938 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0717773438 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.3515625000 0.0000000000 0.0312500000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.4726562500 0.1000976562 0.0000000000 0.0437011719 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.3378906250 0.0000000000 0.0358886719 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0546875000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.1093750000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.2714843750 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.2714843750 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0258789062 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1972656250 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0937500000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0732421875 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.2500000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.3828125000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.5273437500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.7304687500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.8632812500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.8984375000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0285644531 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0184326172 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.8789062500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0908203125 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1035156250 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.8203125000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1044921875 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.6835937500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0473632812 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.6054687500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.5898437500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.6992187500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.8046875000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.8359375000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.2011718750 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.8320312500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.3476562500 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0108032227 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.8242187500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.4941406250 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.7226562500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.5351562500 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0649414062 0.0000000000 0.0000000000 0.0000000000 +0.5703125000 0.0000000000 0.0000000000 0.0000000000 +0.0371093750 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.4492187500 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.4121093750 0.0000000000 0.0000000000 0.0000000000 +0.4218750000 0.0000000000 0.0000000000 0.0000000000 +0.2099609375 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.3867187500 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.3906250000 0.0000000000 0.0000000000 0.0000000000 +0.2519531250 0.0000000000 0.0000000000 0.0000000000 +0.1186523438 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.2851562500 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.2353515625 0.0000000000 0.0395507812 0.0000000000 +0.2519531250 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0395507812 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.2001953125 0.0000000000 +0.3789062500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.2050781250 0.0000000000 +0.6093750000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.7460937500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.9218750000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +1.0234375000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1025390625 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +1.1875000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.2128906250 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +1.1718750000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0761718750 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +1.0937500000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.9648437500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0673828125 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +1.0156250000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1884765625 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0512695312 0.0000000000 0.0000000000 +1.0078125000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1992187500 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0349121094 0.0000000000 0.0000000000 +1.0156250000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1196289062 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1040039062 0.0000000000 0.0000000000 +0.8242187500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0756835938 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0590820312 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0021057129 0.0000000000 0.0000000000 +0.5585937500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1826171875 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.3730468750 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.3281250000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.2021484375 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.4375000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.2353515625 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.4375000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.3007812500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.3496093750 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.5273437500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.2333984375 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.6210937500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0201416016 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.1279296875 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.7187500000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0698242188 0.2832031250 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.6953125000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1328125000 0.1777343750 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.6601562500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.2099609375 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1025390625 0.0000000000 0.0000000000 +0.5585937500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.2373046875 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0227050781 0.0000000000 0.0000000000 +0.4570312500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1669921875 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0363769531 0.0000000000 0.0000000000 +0.4101562500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1289062500 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0478515625 0.0000000000 0.0000000000 +0.2714843750 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0834960938 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0294189453 0.0000000000 0.0000000000 +0.1503906250 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0027465820 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1166992188 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0115966797 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.2812500000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1855468750 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0109863281 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.2460937500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.1406250000 0.0000000000 0.0000000000 0.0200195312 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.2910156250 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.3300781250 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.1738281250 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.4785156250 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.3847656250 0.0231933594 0.0000000000 0.0040588379 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.2460937500 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0932617188 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0644531250 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.4179687500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.2539062500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0117187500 0.0000000000 0.0000000000 +0.0000000000 0.1757812500 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.2558593750 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0059814453 0.0000000000 0.0000000000 +0.0000000000 0.0089111328 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0422363281 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0324707031 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.1181640625 0.0000000000 +0.1669921875 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.3515625000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.6250000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.8632812500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +1.0468750000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0385742188 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.3632812500 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +1.2500000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.2792968750 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.3964843750 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +1.3281250000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.4804687500 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0187988281 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0034790039 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +1.1250000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.6054687500 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.1611328125 0.0000000000 0.0000000000 0.0000000000 +0.7656250000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.6093750000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.4375000000 0.0000000000 0.0000000000 0.0000000000 +0.4023437500 0.0000000000 0.0000000000 0.0000000000 +0.2812500000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.5351562500 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0527343750 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.3261718750 0.0000000000 0.0000000000 0.0000000000 +0.1826171875 0.0000000000 0.0000000000 0.0000000000 +0.3320312500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.4667968750 0.0000000000 0.0986328125 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.1396484375 0.0000000000 0.0000000000 0.0000000000 +0.1582031250 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.3417968750 0.0000000000 0.1953125000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.2636718750 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.2246093750 0.0000000000 0.1542968750 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.3789062500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1464843750 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.5273437500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0380859375 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.6328125000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0402832031 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.7460937500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.7539062500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0196533203 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.6757812500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0194091797 0.0000000000 0.0000000000 +0.4199218750 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0493164062 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0250244141 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.2929687500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.2734375000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.3027343750 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.2392578125 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.3027343750 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.5820312500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0717773438 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.7421875000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1982421875 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.6796875000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.2285156250 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0213623047 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.2988281250 0.0000000000 0.0000000000 0.0000000000 +0.3046875000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.2431640625 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0520019531 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.2832031250 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0932617188 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0375976562 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.1098632812 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.1069335938 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0615234375 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.1250000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.1591796875 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.4628906250 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.7929687500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +1.0859375000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +1.1875000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +1.2578125000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +1.2578125000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0551757812 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +1.2968750000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0180664062 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +1.3125000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0017089844 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +1.4062500000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1611328125 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0761718750 0.0000000000 0.0000000000 +1.4531250000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.2265625000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0380859375 +0.0000000000 0.1074218750 0.0000000000 0.0000000000 +1.5078125000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.2050781250 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.1962890625 +0.0000000000 0.1005859375 0.0000000000 0.0000000000 +1.4296875000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.2167968750 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.2675781250 +0.0000000000 0.1176757812 0.0000000000 0.0000000000 +1.2265625000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0976562500 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.2187500000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.3125000000 +0.0000000000 0.0747070312 0.0000000000 0.0000000000 +1.0859375000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.3671875000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1396484375 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.2597656250 +0.0000000000 0.0137939453 0.0000000000 0.0000000000 +0.9765625000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.5078125000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0815429688 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.1884765625 +0.0000000000 0.0363769531 0.0000000000 0.0000000000 +0.8046875000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.5234375000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0033874512 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0578613281 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.6796875000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.4042968750 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.5312500000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.2128906250 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.4238281250 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.3828125000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.2314453125 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.4042968750 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.2578125000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.4785156250 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.6093750000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.8828125000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +1.1875000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0363769531 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +1.3203125000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0393066406 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +1.3125000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0512695312 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +1.2656250000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0874023438 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +1.1562500000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0390625000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +1.1328125000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0625000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0617675781 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +1.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0849609375 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.2675781250 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.9140625000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.2412109375 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.4082031250 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.8242187500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.3457031250 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.3730468750 0.0000000000 0.0000000000 +0.0590820312 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.7109375000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.3750000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1230468750 0.0000000000 0.0000000000 +0.0292968750 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.5273437500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.4101562500 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.3417968750 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.3710937500 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.2314453125 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.3886718750 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.2929687500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.3613281250 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.2792968750 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.2324218750 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.2929687500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1103515625 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.2177734375 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0722656250 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0644531250 0.0000000000 +0.2255859375 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0242919922 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0329589844 0.0000000000 +0.2080078125 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0766601562 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1250000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.2851562500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0874023438 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.4843750000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0500488281 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0016479492 0.0000000000 0.0000000000 +0.5312500000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0429687500 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1186523438 0.0000000000 0.0000000000 +0.5039062500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0922851562 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1689453125 0.0000000000 0.0000000000 +0.6250000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0649414062 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1347656250 0.0000000000 0.0000000000 +0.7148437500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0717773438 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0927734375 0.0000000000 0.0000000000 +0.6015625000 0.0000000000 0.0400390625 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0830078125 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1337890625 0.0000000000 0.0000000000 +0.3730468750 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0622558594 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1259765625 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1708984375 0.0000000000 0.0000000000 +0.2324218750 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1601562500 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1464843750 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0952148438 0.0000000000 0.0000000000 +0.3203125000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0194091797 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0292968750 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.4941406250 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0595703125 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.5937500000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.1181640625 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.6914062500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0061645508 0.0000000000 0.0000000000 0.0000000000 +0.0439453125 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.8750000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0149536133 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.1235351562 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.9257812500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.3730468750 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0060119629 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +1.0703125000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0629882812 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0698242188 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +1.3437500000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1884765625 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +1.3906250000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1196289062 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0952148438 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +1.1406250000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1728515625 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0025177002 0.0000000000 0.0000000000 +0.6835937500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.3125000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0297851562 0.0000000000 0.0000000000 +0.2597656250 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.3847656250 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0844726562 0.0000000000 0.0000000000 +0.0786132812 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.4101562500 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0172119141 0.0000000000 0.0000000000 +0.0393066406 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.4570312500 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.1777343750 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.3710937500 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.3183593750 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.2519531250 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0483398438 0.0000000000 0.0000000000 +0.4218750000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1767578125 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1123046875 0.0000000000 0.0000000000 +0.4062500000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1147460938 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1699218750 0.0000000000 0.0000000000 +0.5156250000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0049438477 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1367187500 0.0000000000 0.0000000000 +0.5351562500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0388183594 0.0000000000 0.0000000000 +0.4531250000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0393066406 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.2636718750 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1523437500 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0688476562 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0732421875 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.3164062500 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1435546875 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.3691406250 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0069580078 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.2617187500 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.1875000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0546875000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.3203125000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.2431640625 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0644531250 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0583496094 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1328125000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0839843750 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.1396484375 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.1396484375 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0593261719 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0390625000 0.0227050781 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0673828125 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0668945312 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0800781250 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.1318359375 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0022735596 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.3769531250 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0034637451 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.4492187500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1738281250 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.7500000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.7578125000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0087280273 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.9296875000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0815429688 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1738281250 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +1.0234375000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.2119140625 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0407714844 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.8906250000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0517578125 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.5000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0458984375 0.0000000000 0.0056762695 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.1269531250 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.2255859375 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.7500000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.2832031250 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.8984375000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1191406250 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0036010742 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.6054687500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1708984375 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.5078125000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1533203125 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.7031250000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0688476562 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0466308594 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.6210937500 0.0000000000 0.1015625000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0834960938 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0152587891 0.0000000000 0.0000000000 +0.7148437500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1147460938 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.7148437500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.2812500000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0751953125 0.0000000000 0.0000000000 +0.8828125000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0478515625 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.9804687500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0551757812 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.4667968750 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0432128906 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.6210937500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.7617187500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.2470703125 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.3417968750 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0617675781 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.7031250000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +1.6093750000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1308593750 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +1.3671875000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1972656250 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.9648437500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.8437500000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0446777344 0.0000000000 0.0000000000 +0.9726562500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0986328125 0.0000000000 0.0000000000 +0.6171875000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.1875000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.2949218750 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.6679687500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.8476562500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0908203125 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.4023437500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.7851562500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.1318359375 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.9648437500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0869140625 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.7539062500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.4980468750 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0356445312 0.0000000000 0.0000000000 +1.1093750000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.5351562500 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.9453125000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0573730469 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +1.5468750000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1992187500 0.0000000000 0.0000000000 +0.7695312500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0183105469 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1289062500 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0262451172 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.4257812500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.1035156250 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0639648438 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.6054687500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.6640625000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1630859375 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0354003906 0.0000000000 +0.4746093750 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.5351562500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.8945312500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.2812500000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0869140625 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.7539062500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +1.1171875000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +1.1875000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.6289062500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.4765625000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.6093750000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.8007812500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.6367187500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.6835937500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1367187500 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.8359375000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.6250000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.5117187500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.7031250000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0722656250 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.5664062500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +1.0703125000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0649414062 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +1.0781250000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.7421875000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0717773438 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0228271484 0.0000000000 0.0000000000 +0.7226562500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0015106201 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +1.1093750000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0654296875 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +1.5078125000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +1.5312500000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +1.2812500000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1152343750 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.3808593750 0.0000000000 0.0000000000 +1.2890625000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0137939453 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.3789062500 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0668945312 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.8593750000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.1718750000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.3359375000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +1.3437500000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +1.0546875000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.9804687500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1396484375 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.1044921875 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.2734375000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.3789062500 0.0000000000 0.0322265625 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0311279297 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.2519531250 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.4550781250 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.2871093750 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.6835937500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1025390625 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0005722046 0.0000000000 0.0000000000 +0.3847656250 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.2695312500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.5585937500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.5859375000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0815429688 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0169677734 0.0000000000 0.0000000000 +1.2656250000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +1.5546875000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.3964843750 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +1.4453125000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.5156250000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0058593750 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.3222656250 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.7148437500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +1.3671875000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +1.6250000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +1.5390625000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0458984375 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0351562500 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +1.2968750000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0612792969 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.7500000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0246582031 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.7500000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +1.3437500000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +1.0390625000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.1347656250 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.7695312500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1445312500 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0140380859 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +1.3046875000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0267333984 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1230468750 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +1.2578125000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0383300781 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +1.1875000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.2792968750 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.8320312500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.2929687500 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.6289062500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.6250000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +1.2812500000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.9453125000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.2431640625 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +1.0312500000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1679687500 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.2871093750 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +1.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +1.0234375000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0683593750 0.0000000000 0.0000000000 +0.3730468750 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0893554688 0.0000000000 0.0000000000 +0.3632812500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0659179688 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.5312500000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.7539062500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.6406250000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.2070312500 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0427246094 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.7812500000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.7656250000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.4687500000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.4609375000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0615234375 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +1.0156250000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.8437500000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0449218750 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0617675781 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +1.0156250000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.6562500000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0257568359 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.6562500000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.4824218750 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.4179687500 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +1.0390625000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1513671875 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +1.2734375000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.9179687500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.5429687500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0178222656 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1010742188 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.5664062500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1049804688 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.8125000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.9140625000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0143432617 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.5000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.4550781250 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0732421875 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.6562500000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0375976562 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0312500000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.5117187500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.5820312500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +1.0859375000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +1.0390625000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.1206054688 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0488281250 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.9335937500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0125732422 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.9882812500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1406250000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +1.6953125000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +1.3437500000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +1.3281250000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0417480469 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.6992187500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +1.0546875000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.5937500000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +1.1640625000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0952148438 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.5312500000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.1933593750 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1796875000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0285644531 0.0000000000 0.0000000000 +0.9843750000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.2041015625 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.5937500000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.4218750000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0727539062 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1630859375 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.1796875000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1181640625 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +1.0234375000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.2099609375 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.8828125000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.5703125000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.5078125000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.9218750000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0407714844 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0429687500 0.0000000000 0.0000000000 +0.6015625000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.1601562500 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0017395020 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.3554687500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0125732422 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.6640625000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +1.0390625000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +1.2265625000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0512695312 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.2792968750 0.0000000000 0.0000000000 +0.4648437500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0296630859 0.0000000000 0.0000000000 +0.0083618164 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0937500000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.2753906250 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.5078125000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0429687500 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0957031250 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.4394531250 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0172119141 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.7890625000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1357421875 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.2714843750 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1660156250 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0859375000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.1708984375 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0898437500 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0947265625 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.4589843750 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0534667969 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.1728515625 0.0000000000 +0.5703125000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.3300781250 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.7460937500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +1.0234375000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0279541016 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0283203125 0.0000000000 0.0000000000 +0.8593750000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0366210938 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0986328125 0.0000000000 0.0000000000 +0.4355468750 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.3652343750 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0490722656 0.0000000000 0.0000000000 +0.4316406250 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.2343750000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.1289062500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.3496093750 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.2832031250 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.4628906250 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.6171875000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.2597656250 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0476074219 0.0000000000 0.0000000000 +0.2734375000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1777343750 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0407714844 0.0000000000 0.0000000000 +0.6640625000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.8125000000 0.0000000000 0.1318359375 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0303955078 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1044921875 0.0000000000 0.0000000000 +0.9101562500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1030273438 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +1.0781250000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +1.1562500000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0529785156 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.4531250000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0468750000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.1196289062 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0502929688 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.4238281250 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +1.0078125000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.7460937500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.6914062500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0049743652 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.5664062500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1289062500 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.2929687500 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.7304687500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0593261719 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0554199219 0.0000000000 0.0000000000 +0.6171875000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.3105468750 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.2949218750 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0084838867 0.0000000000 +0.5742187500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0383300781 0.0000000000 0.0000000000 +0.3632812500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.3593750000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +1.1562500000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.9765625000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.9843750000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.4707031250 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.3730468750 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.7578125000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.2236328125 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.9023437500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +1.0546875000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0010452271 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0554199219 0.0000000000 0.0000000000 +0.6054687500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.6992187500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.1171875000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.8984375000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.6562500000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.7578125000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +1.2265625000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.6523437500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +1.2421875000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.9101562500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0654296875 0.0000000000 0.0000000000 +0.0209960938 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +1.1562500000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0183105469 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.7304687500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0732421875 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.9609375000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0339355469 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.8671875000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.2294921875 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0834960938 0.0000000000 0.0000000000 +0.9179687500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.4609375000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0620117188 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0573730469 +0.0000000000 0.0991210938 0.0000000000 0.0000000000 +0.6523437500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.2734375000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1328125000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0100708008 0.0000000000 0.0000000000 +0.6093750000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.3027343750 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.7148437500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.2949218750 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.3613281250 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.5625000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.8750000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.9609375000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +1.3359375000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.3125000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +1.1640625000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.2421875000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0800781250 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.9296875000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +1.2500000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0556640625 0.0000000000 0.0000000000 +0.8359375000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.7890625000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.8867187500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.9726562500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1904296875 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0351562500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +1.1328125000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1376953125 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.4453125000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0668945312 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.3613281250 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.4472656250 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0417480469 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.6992187500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0791015625 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.7148437500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +1.0937500000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +1.2187500000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.6875000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.1464843750 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.3261718750 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0041198730 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.5937500000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0126342773 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.9687500000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.7148437500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0332031250 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.7812500000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.8515625000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.1699218750 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.7617187500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0830078125 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.7187500000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0903320312 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.8046875000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0849609375 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.3750000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.6210937500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0573730469 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1699218750 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.5742187500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0284423828 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.5898437500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.6562500000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0830078125 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.2578125000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0737304688 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.5976562500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1669921875 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.5351562500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1464843750 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.4472656250 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.7109375000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.6328125000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.3671875000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0664062500 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0839843750 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0235595703 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.8828125000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1347656250 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0016708374 0.0000000000 +0.6015625000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.6484375000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.2304687500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.4218750000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.2851562500 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.5273437500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.7382812500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.5664062500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.6718750000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0888671875 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.8046875000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0446777344 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.4199218750 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +1.4921875000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1298828125 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +1.2421875000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.9960937500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0449218750 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.5664062500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.7851562500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.7460937500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0898437500 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.2382812500 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.9296875000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +1.0078125000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.7890625000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +1.0703125000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1503906250 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.5273437500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.3593750000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.1040039062 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +1.3125000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +1.8593750000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +1.9218750000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.2490234375 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.7500000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.3593750000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0218505859 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.9414062500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.3613281250 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +1.2968750000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0742187500 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.3125000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0441894531 0.0000000000 0.0000000000 +0.9453125000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.3671875000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1113281250 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0629882812 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.7304687500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +1.0156250000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0659179688 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0478515625 0.0000000000 0.0000000000 +0.5546875000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0922851562 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.4101562500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1127929688 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0373535156 0.0000000000 0.0000000000 +0.4472656250 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.3144531250 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.1171875000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0057373047 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0344238281 0.0000000000 0.0000000000 +0.0380859375 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0957031250 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.1513671875 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1103515625 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.4648437500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.3554687500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.2519531250 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.6328125000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1708984375 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.8515625000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1147460938 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.9101562500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +1.1171875000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0103759766 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.8750000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0625000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.7617187500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.8945312500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.3183593750 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.1059570312 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +1.0625000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1503906250 0.0000000000 0.0000000000 +1.0234375000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +1.7421875000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.1386718750 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +1.7421875000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +1.6875000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +1.2343750000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1601562500 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.9687500000 0.0000000000 0.0319824219 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0371093750 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.7617187500 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +1.3203125000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.2382812500 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0264892578 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.9648437500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +1.0937500000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0424804688 0.0000000000 0.0000000000 +0.7695312500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0776367188 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.2832031250 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0698242188 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1132812500 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.1220703125 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.8125000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.8046875000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0566406250 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0213623047 0.0000000000 0.0000000000 +0.4062500000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1069335938 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.1259765625 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.1376953125 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.3339843750 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.6015625000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.5742187500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.3652343750 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.2304687500 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.8789062500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1171875000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.7734375000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1455078125 0.0000000000 0.0000000000 +0.9062500000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0634765625 0.0000000000 0.0000000000 +0.6210937500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0133056641 0.0000000000 0.0000000000 +0.7851562500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.7304687500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0133056641 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.4218750000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0272216797 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.4492187500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.8906250000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.5000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1088867188 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.7070312500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.2851562500 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0001516342 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.8750000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0397949219 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.8593750000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.6367187500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.6992187500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +1.0781250000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.8320312500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.1474609375 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.8007812500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0859375000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.3359375000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.3242187500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.7929687500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0149536133 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.2558593750 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +1.0312500000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +1.0937500000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.1679687500 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +1.1640625000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.2675781250 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +1.1796875000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0727539062 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0576171875 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.3515625000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.1206054688 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.8671875000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0698242188 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +1.0625000000 0.0000000000 0.1513671875 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0419921875 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0668945312 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.5468750000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0698242188 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1030273438 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.4863281250 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.2275390625 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.1259765625 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0688476562 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.4355468750 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0061340332 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.4296875000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0588378906 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1118164062 0.0000000000 0.0000000000 +0.3613281250 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.2714843750 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.2099609375 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0903320312 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.2343750000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.2060546875 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.3574218750 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.3300781250 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.6757812500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.5937500000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0639648438 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0310058594 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1093750000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0869140625 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.7734375000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1826171875 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0146484375 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.6445312500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.7890625000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0124511719 0.0000000000 0.0000000000 +0.8359375000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0947265625 0.0000000000 0.0000000000 +0.7773437500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.2470703125 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.8515625000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0615234375 0.0000000000 0.0000000000 +1.4765625000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +1.0859375000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.7929687500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.2578125000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.2441406250 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.4140625000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0703125000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0544433594 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0329589844 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +1.0546875000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0795898438 0.0000000000 +0.8750000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.5234375000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.1445312500 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.7929687500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +1.7187500000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +1.5234375000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1210937500 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +1.4609375000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0314941406 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +1.2265625000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.3085937500 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +1.0078125000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.1630859375 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +1.1718750000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +1.3515625000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +1.4375000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +1.0312500000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.5390625000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0903320312 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0776367188 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.9804687500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +1.4687500000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +1.0546875000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0791015625 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.6757812500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.6640625000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.9257812500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +1.0234375000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +1.1328125000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +1.2343750000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0693359375 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.6679687500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1494140625 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.1884765625 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.3984375000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.5898437500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1513671875 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.6328125000 0.0000000000 0.4375000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0356445312 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.6054687500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1328125000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.2050781250 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.3261718750 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1875000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.8984375000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.6796875000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0800781250 0.0000000000 0.0000000000 +0.2304687500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0854492188 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0712890625 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.1826171875 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0117797852 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.3496093750 0.0000000000 0.0242919922 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1357421875 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +1.1093750000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +1.1484375000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.1308593750 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.8828125000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.5625000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0520019531 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0581054688 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.6132812500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1308593750 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.6015625000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.6601562500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0031127930 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0011901855 0.0000000000 +1.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.7031250000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.6367187500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.5156250000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.9648437500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +1.1484375000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +1.1250000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0083007812 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +1.3515625000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0111083984 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +1.1328125000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0175781250 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0612792969 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1406250000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +1.0468750000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.1865234375 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.5429687500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.6718750000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.6640625000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1611328125 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.7226562500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.2167968750 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.7539062500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1435546875 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.8554687500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.3574218750 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.3339843750 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.2871093750 0.0000000000 0.0351562500 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0066528320 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0664062500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.1142578125 0.0000000000 +0.5195312500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.6796875000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.2148437500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.7460937500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.7812500000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0581054688 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.2890625000 0.0000000000 0.0000000000 +0.8906250000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.3222656250 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.8554687500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1123046875 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.4609375000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0578613281 0.0000000000 0.0000000000 +0.1005859375 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1098632812 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.1435546875 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0437011719 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.4160156250 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.8398437500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0458984375 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.2451171875 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0306396484 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.3964843750 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1098632812 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.5312500000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1132812500 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.2753906250 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1552734375 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.4140625000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.1064453125 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.4316406250 0.0795898438 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.4726562500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1455078125 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0805664062 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0981445312 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0458984375 0.0000000000 +0.5117187500 0.0000000000 0.0346679688 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.6250000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.2363281250 0.0000000000 0.0000000000 +0.2597656250 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1337890625 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.2148437500 0.0000000000 0.0000000000 +0.5156250000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.3984375000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.1269531250 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +1.3125000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0385742188 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.2597656250 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +1.6015625000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0273437500 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.3281250000 +0.0000000000 0.0639648438 0.0000000000 0.0000000000 +1.0078125000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.2812500000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.4941406250 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +1.0859375000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.3515625000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.3007812500 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +1.0703125000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.3300781250 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +1.2890625000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.7460937500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1000976562 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.9296875000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0996093750 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.1474609375 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1582031250 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.4082031250 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.9531250000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +1.2265625000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.1152343750 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.3535156250 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.9375000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.1406250000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.2851562500 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.2832031250 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0268554688 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.3339843750 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0098876953 0.0000000000 0.0000000000 +1.0859375000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0198974609 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.6679687500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0048217773 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.3886718750 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1962890625 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.7812500000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.2167968750 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.5117187500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1601562500 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.6015625000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.7031250000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.3769531250 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0295410156 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +1.0625000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0078125000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.8164062500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.3007812500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0322265625 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0498046875 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.2714843750 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +1.2421875000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +1.1796875000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.6718750000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0195312500 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.4238281250 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.2812500000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1196289062 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.9492187500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +1.1328125000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.9414062500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1464843750 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.5703125000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0454101562 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.8906250000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0761718750 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.1191406250 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +1.1406250000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.9687500000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.2851562500 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0480957031 0.0000000000 0.0000000000 +0.6914062500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.3164062500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.2988281250 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0071411133 +0.1767578125 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 diff --git a/AI_Engine_Development/AIE-MLv2/Design_Tutorials/01-Radio-ML/aie/max_pool1d_template/data/data_o.txt b/AI_Engine_Development/AIE-MLv2/Design_Tutorials/01-Radio-ML/aie/max_pool1d_template/data/data_o.txt new file mode 100755 index 0000000000..caf1461735 --- /dev/null +++ b/AI_Engine_Development/AIE-MLv2/Design_Tutorials/01-Radio-ML/aie/max_pool1d_template/data/data_o.txt @@ -0,0 +1,16384 @@ +0.0000000000 0.0344238281 0.0000000000 0.0000000000 +0.0000000000 0.3085937500 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0903320312 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0834960938 0.0000000000 0.0000000000 +0.0000000000 0.0339355469 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0051879883 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.1689453125 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.4843750000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.7148437500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0893554688 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.3847656250 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.6953125000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.2539062500 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.2812500000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.6992187500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.2675781250 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.1943359375 0.0000000000 0.0000000000 0.0000000000 +0.4804687500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1943359375 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0441894531 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.3261718750 0.0000000000 0.0000000000 0.0000000000 +0.1445312500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1289062500 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0825195312 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0086059570 0.0000000000 0.0000000000 +0.0505371094 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0456542969 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0061340332 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0048522949 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.4707031250 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.8437500000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0898437500 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1005859375 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.9218750000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0981445312 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1523437500 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.5976562500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1210937500 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0144653320 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.4023437500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1640625000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.3222656250 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0024566650 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0864257812 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0395507812 0.0000000000 0.0000000000 +0.2177734375 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.2714843750 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.2021484375 0.0000000000 0.0000000000 +0.1533203125 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.3417968750 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.2402343750 0.0000000000 0.0000000000 +0.4277343750 0.0000000000 0.0146484375 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.2373046875 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.2636718750 0.0000000000 0.0000000000 +0.4531250000 0.0000000000 0.0957031250 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1210937500 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.2255859375 0.0000000000 0.0000000000 +0.3632812500 0.0000000000 0.0610351562 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0517578125 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.2988281250 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0257568359 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.5117187500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.8320312500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.2021484375 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +1.0156250000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0451660156 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0712890625 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +1.0156250000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0246582031 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0255126953 0.0000000000 0.0000000000 +1.2421875000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.2402343750 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.1630859375 +0.0000000000 0.2656250000 0.0000000000 0.0000000000 +1.5078125000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1904296875 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.3125000000 +0.0000000000 0.2197265625 0.0000000000 0.0000000000 +1.4453125000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0742187500 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1416015625 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.1718750000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.7148437500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0437011719 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.1884765625 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.2871093750 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.2636718750 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.2060546875 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0231933594 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.2851562500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1845703125 0.0456542969 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0620117188 0.0000000000 +0.3359375000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.2070312500 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.7031250000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0299072266 0.0001783371 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.4726562500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0908203125 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.3984375000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0607910156 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1562500000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.2255859375 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1108398438 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.2597656250 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0252685547 0.0000000000 0.0000000000 +0.0108032227 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1875000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.2851562500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.1904296875 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.2890625000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0079345703 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.4003906250 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1660156250 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.7070312500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1621093750 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0854492188 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.4707031250 0.0000000000 0.0000000000 0.0000000000 +0.0231933594 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.2363281250 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0279541016 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.3203125000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0908203125 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.3613281250 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1806640625 0.0000000000 0.0000000000 +0.5703125000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.2363281250 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.1523437500 +0.0000000000 0.3886718750 0.0000000000 0.0000000000 +0.8554687500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0258789062 0.2988281250 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.4355468750 +0.0000000000 0.3378906250 0.0000000000 0.0000000000 +1.2109375000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.2519531250 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.3710937500 +0.0000000000 0.3261718750 0.0000000000 0.0000000000 +1.2031250000 0.0000000000 0.0500488281 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1445312500 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.1259765625 +0.0000000000 0.1591796875 0.0000000000 0.0000000000 +0.7539062500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0407714844 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1152343750 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0257568359 0.0000000000 0.0000000000 +0.1738281250 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.2382812500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.3476562500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.6679687500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.2832031250 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1875000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.9726562500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.4042968750 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.8515625000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.3300781250 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.5742187500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0878906250 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.2011718750 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.4355468750 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1972656250 0.2324218750 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1337890625 0.0000000000 0.0000000000 +0.8671875000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0534667969 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.2177734375 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.2695312500 0.0000000000 0.0000000000 +0.9218750000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.1103515625 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.2714843750 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.2949218750 0.0000000000 0.0000000000 +0.5859375000 0.0000000000 0.2353515625 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0417480469 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.3085937500 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.3632812500 0.0000000000 0.0000000000 +0.3906250000 0.0000000000 0.2656250000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.3671875000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.3554687500 0.0000000000 0.0000000000 +0.3867187500 0.0000000000 0.1503906250 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.2929687500 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.3085937500 0.0000000000 0.0000000000 +0.4316406250 0.0000000000 0.0942382812 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.2070312500 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.2080078125 0.0000000000 0.0000000000 +0.4121093750 0.0000000000 0.1088867188 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1054687500 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1079101562 0.0000000000 0.0000000000 +0.1894531250 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1113281250 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0126953125 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1206054688 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.3867187500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0498046875 0.0000000000 0.0000000000 0.0020599365 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1875000000 0.0000000000 0.1386718750 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0235595703 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0123901367 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.2480468750 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0454101562 0.0000000000 0.1328125000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.1103515625 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.4023437500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0747070312 0.0000000000 0.0000000000 +0.0417480469 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.7460937500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.2597656250 0.0000000000 0.0000000000 +0.0361328125 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.6640625000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.3125000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.1523437500 0.0000000000 0.0000000000 0.0000000000 +0.0903320312 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1621093750 0.0000000000 0.0610351562 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0089111328 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.5429687500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +1.0625000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0617675781 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1738281250 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +1.1640625000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1171875000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1865234375 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +1.0781250000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1777343750 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0422363281 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.8046875000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.3437500000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.4394531250 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0654296875 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.4648437500 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.2099609375 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.1845703125 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.3613281250 0.0000000000 0.0000000000 0.0000000000 +0.1796875000 0.0000000000 0.0000000000 0.0000000000 +0.5664062500 0.0228271484 0.0000000000 0.2441406250 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.4785156250 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.3417968750 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.3281250000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0476074219 0.0197753906 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.5312500000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.7968750000 0.0000000000 0.0000000000 0.1806640625 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1513671875 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.2617187500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1630859375 0.1992187500 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.1875000000 0.0000000000 0.1083984375 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.6523437500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.2988281250 0.1835937500 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.1181640625 0.0000000000 +0.1894531250 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.3359375000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1503906250 0.0000000000 0.0000000000 +0.6523437500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.2617187500 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.1162109375 +0.0000000000 0.3769531250 0.0000000000 0.0000000000 +0.7500000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.2910156250 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.2656250000 +0.0000000000 0.3496093750 0.0000000000 0.0000000000 +0.8476562500 0.0000000000 0.0649414062 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.2392578125 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.3027343750 +0.0000000000 0.2089843750 0.0000000000 0.0000000000 +0.7265625000 0.0000000000 0.0294189453 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0986328125 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.1269531250 +0.0000000000 0.0986328125 0.0000000000 0.0000000000 +0.4199218750 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.3203125000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0454101562 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.4511718750 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.1049804688 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.3867187500 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.5742187500 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.4628906250 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0839843750 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.6250000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.7304687500 0.0000000000 0.0000000000 0.3984375000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.2753906250 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.5234375000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.4882812500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0154418945 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.5625000000 0.0000000000 0.0839843750 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.8046875000 0.0026397705 0.0000000000 0.1259765625 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0849609375 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0820312500 0.0659179688 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.1982421875 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.2031250000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0310058594 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0018463135 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1884765625 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.1162109375 0.0000000000 +0.3750000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1279296875 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0451660156 +0.0000000000 0.1191406250 0.0000000000 0.0000000000 +0.5976562500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0737304688 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0888671875 +0.0000000000 0.1069335938 0.0000000000 0.0000000000 +0.5429687500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1552734375 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.1816406250 0.0000000000 0.0000000000 0.0000000000 +0.0290527344 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1816406250 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0539550781 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.2041015625 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1376953125 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.3222656250 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.6835937500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0324707031 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.8789062500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0566406250 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.9531250000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1064453125 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0634765625 0.0000000000 0.0000000000 +0.9492187500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1445312500 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.1582031250 +0.0000000000 0.1386718750 0.0000000000 0.0000000000 +0.8945312500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0456542969 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.1816406250 +0.0000000000 0.0922851562 0.0000000000 0.0000000000 +0.6953125000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1025390625 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.1225585938 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0458984375 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1376953125 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.2656250000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1318359375 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.4785156250 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0036773682 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.4238281250 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1474609375 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0834960938 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.3085937500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0539550781 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0030975342 0.0000000000 0.0000000000 +0.5507812500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0368652344 0.0688476562 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.1259765625 +0.0000000000 0.1069335938 0.0000000000 0.0000000000 +0.6796875000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0341796875 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.2431640625 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0223388672 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.1533203125 +0.0000000000 0.0070190430 0.0000000000 0.0000000000 +0.6132812500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1289062500 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1816406250 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.1933593750 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0874023438 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0664062500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.3945312500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.7500000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0603027344 0.0000000000 0.0000000000 +0.1748046875 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0510253906 0.0223388672 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +1.1406250000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.2285156250 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1503906250 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.2460937500 0.0000000000 0.0000000000 +1.3046875000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.1298828125 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1406250000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1386718750 0.0000000000 0.0000000000 +0.7460937500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1728515625 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0412597656 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0476074219 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0629882812 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.1689453125 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.4218750000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0712890625 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +1.0390625000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.3632812500 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0319824219 0.1718750000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +1.3671875000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.2031250000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.9726562500 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +1.0703125000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.2031250000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0249023438 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.5468750000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.4082031250 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.4296875000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0158691406 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.8242187500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.2910156250 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.9101562500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.3554687500 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0634765625 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.3808593750 0.0000000000 0.0000000000 0.0000000000 +0.4394531250 0.0000000000 0.0000000000 0.0000000000 +0.1240234375 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1435546875 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0727539062 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.2832031250 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.1464843750 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0037994385 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0820312500 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0437011719 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1240234375 0.0000000000 0.0000000000 +0.4511718750 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0053100586 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1757812500 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0578613281 +0.0000000000 0.3398437500 0.0000000000 0.0000000000 +0.8515625000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0290527344 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.3398437500 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.2255859375 +0.0000000000 0.3652343750 0.0000000000 0.0000000000 +0.9531250000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.2851562500 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.2060546875 +0.0000000000 0.3027343750 0.0000000000 0.0000000000 +0.8437500000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1347656250 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0385742188 0.0000000000 0.0000000000 +0.5625000000 0.0000000000 0.0341796875 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0927734375 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0708007812 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0996093750 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0996093750 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0468750000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0081787109 0.0142211914 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.3457031250 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1884765625 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0480957031 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.6171875000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.6601562500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0033721924 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.9414062500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1992187500 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0100097656 0.0000000000 0.0000000000 +1.3281250000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0211181641 0.0000000000 0.0000000000 +0.0986328125 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.2500000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0336914062 +0.0000000000 0.0373535156 0.0000000000 0.0000000000 +1.4453125000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0717773438 0.0000000000 0.0000000000 +0.0261230469 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1118164062 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.1069335938 0.0000000000 0.0000000000 0.0000000000 +0.6679687500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0786132812 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0307617188 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0554199219 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0544433594 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.5820312500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +1.2265625000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0096435547 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +1.3437500000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0834960938 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1367187500 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +1.2109375000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0245361328 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.9062500000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0159912109 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +1.0468750000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0588378906 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0052795410 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.7929687500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0449218750 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.4414062500 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.3378906250 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0786132812 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0476074219 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.3613281250 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0737304688 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.2675781250 0.0571289062 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.2890625000 0.0000000000 0.0000000000 +0.6093750000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0571289062 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.3183593750 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0727539062 +0.0000000000 0.3750000000 0.0000000000 0.0000000000 +0.8320312500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0683593750 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.2929687500 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0917968750 +0.0000000000 0.3613281250 0.0000000000 0.0000000000 +0.7421875000 0.0000000000 0.1196289062 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.2539062500 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1787109375 0.0000000000 0.0000000000 +0.3515625000 0.0000000000 0.0393066406 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0371093750 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.2519531250 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.2929687500 0.0072631836 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0155639648 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1054687500 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.2402343750 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.2480468750 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.5781250000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.3574218750 0.0000000000 0.0000000000 0.0366210938 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0708007812 0.0000000000 0.1215820312 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.1718750000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0771484375 0.0000000000 0.0000000000 +0.0000000000 0.0549316406 0.0000000000 0.0000000000 +0.0000000000 0.0488281250 0.0000000000 0.0000000000 +0.4355468750 0.0000000000 0.0183105469 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.2490234375 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.2792968750 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1582031250 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0539550781 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0246582031 0.0000000000 +0.1474609375 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1328125000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.3847656250 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.3535156250 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.5703125000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.3671875000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.1601562500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.4843750000 0.0000000000 0.0000000000 0.0000000000 +0.4628906250 0.0000000000 0.0000000000 0.0000000000 +0.1552734375 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.3027343750 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0255126953 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.1386718750 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1347656250 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.4707031250 0.0000000000 0.0000000000 0.0000000000 +0.0019683838 0.0000000000 0.0000000000 0.0000000000 +0.2363281250 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0673828125 0.0000000000 0.0000000000 +0.0000000000 0.0888671875 0.0000000000 0.1269531250 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1611328125 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0207519531 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0274658203 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0468750000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0373535156 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0368652344 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0181884766 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0634765625 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0708007812 0.0000000000 0.0000000000 +0.1147460938 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0251464844 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1059570312 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0366210938 0.0000000000 0.0000000000 +0.0703125000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0617675781 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0307617188 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1220703125 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0346679688 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0104370117 0.0000000000 0.0000000000 +0.0000000000 0.0612792969 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.2617187500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1621093750 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.6132812500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.2470703125 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0532226562 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.5390625000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.2890625000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0344238281 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.5078125000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0410156250 0.0000000000 0.0000000000 +0.1201171875 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.4648437500 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.2275390625 0.0000000000 0.0000000000 +0.5585937500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.3437500000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.1074218750 +0.0000000000 0.2597656250 0.0000000000 0.0000000000 +0.6562500000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1484375000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0588378906 +0.0000000000 0.2148437500 0.0000000000 0.0000000000 +0.4589843750 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1552734375 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0466308594 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0595703125 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.2343750000 0.0000000000 0.0581054688 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.2675781250 0.0000000000 0.1181640625 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.1630859375 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.3085937500 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.5468750000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.3554687500 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0380859375 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0240478516 0.0000000000 0.0000000000 0.0000000000 +0.5703125000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.3046875000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.1748046875 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0727539062 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.2255859375 0.0000000000 0.0000000000 0.0000000000 +0.3417968750 0.0000000000 0.0000000000 0.0000000000 +0.3046875000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0361328125 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.1435546875 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0471191406 0.0693359375 0.0000000000 +0.0000000000 0.0485839844 0.0000000000 0.0000000000 +0.0600585938 0.0000000000 0.0583496094 0.0000000000 +0.0541992188 0.0000000000 0.0000000000 0.0000000000 +0.2949218750 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0747070312 0.0000000000 0.0000000000 +0.0000000000 0.1533203125 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0913085938 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0532226562 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0473632812 0.0000000000 +0.2988281250 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.1191406250 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.3339843750 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.7617187500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0864257812 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0654296875 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +1.0078125000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1210937500 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1230468750 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.9101562500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.6210937500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.6914062500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0256347656 0.0000000000 0.0000000000 +0.0849609375 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +1.0078125000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0439453125 0.0000000000 0.0000000000 +0.1137695312 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0786132812 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0456542969 0.0000000000 0.0000000000 +1.0234375000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1494140625 0.0000000000 0.0000000000 +0.0181884766 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0751953125 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.3320312500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0598144531 0.0000000000 0.0991210938 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0500488281 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.2119140625 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.3398437500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.2060546875 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.9257812500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0222167969 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0583496094 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +1.0156250000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +1.0468750000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0673828125 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0571289062 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.8671875000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.3125000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.7148437500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.3105468750 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1123046875 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0971679688 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.4785156250 0.0000000000 0.0000000000 0.0000000000 +0.1474609375 0.0000000000 0.0000000000 0.0000000000 +0.3320312500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1601562500 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0573730469 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0034179688 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0214843750 0.0000000000 0.0000000000 +0.3046875000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.2324218750 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0084228516 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0402832031 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0289306641 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0490722656 0.0000000000 +0.0105590820 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.3535156250 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1020507812 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.7773437500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.3750000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0120849609 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.7656250000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.3789062500 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0485839844 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0961914062 0.0000000000 0.0000000000 0.0000000000 +0.2773437500 0.0000000000 0.0000000000 0.0000000000 +0.1767578125 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1015625000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0213623047 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1972656250 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.2968750000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.3125000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.1108398438 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.3437500000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.1118164062 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.1962890625 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0427246094 0.0000000000 0.0000000000 +0.0000000000 0.1708984375 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.1474609375 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.1020507812 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.1386718750 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1289062500 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.3496093750 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1572265625 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.3769531250 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.3652343750 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.5156250000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0437011719 0.0291748047 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.5898437500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0402832031 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.4746093750 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0539550781 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.1425781250 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1826171875 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.1464843750 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.2910156250 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1445312500 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.1875000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0085449219 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.4609375000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.3417968750 0.0000000000 0.0000000000 0.0786132812 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1826171875 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.2617187500 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.2177734375 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.3925781250 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.3203125000 0.0000000000 0.0000000000 0.1103515625 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0554199219 0.0000000000 0.1591796875 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0454101562 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1337890625 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0693359375 0.0000000000 0.0018386841 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0112915039 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1215820312 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0027770996 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1186523438 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0893554688 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0554199219 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1894531250 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0064392090 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.1406250000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1044921875 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0054931641 +0.0000000000 0.1660156250 0.0000000000 0.0000000000 +0.6718750000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1396484375 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.1679687500 +0.0000000000 0.1513671875 0.0000000000 0.0000000000 +0.8242187500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.2314453125 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.4433593750 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.2988281250 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1767578125 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.2109375000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.8398437500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +1.2500000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +1.3671875000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +1.3437500000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0010986328 0.0000000000 0.0000000000 +0.0451660156 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +1.3046875000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.1376953125 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0429687500 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0971679688 0.0000000000 0.0000000000 +1.3437500000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0937500000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0249023438 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1279296875 0.0000000000 0.0000000000 +1.1015625000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0216064453 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.2714843750 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.1767578125 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.2812500000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0883789062 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.3339843750 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.2656250000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.1196289062 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.1865234375 +0.2812500000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.2333984375 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0086669922 0.0000000000 0.0000000000 +0.0307617188 0.0130004883 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0544433594 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.7226562500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0698242188 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.8164062500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1728515625 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.7148437500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1123046875 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.6093750000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0178222656 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.6250000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0942382812 0.0000000000 0.0000000000 +0.0334472656 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.7031250000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1542968750 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0212402344 0.0000000000 0.0000000000 0.0000000000 +0.4316406250 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0327148438 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.3535156250 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.2187500000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.1962890625 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.6679687500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.2070312500 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0100708008 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +1.2500000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.2382812500 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.3906250000 0.0000000000 0.0000000000 +0.0310058594 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +1.2812500000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.3769531250 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.2138671875 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.9492187500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.3671875000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.5273437500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.2988281250 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.3906250000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0668945312 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.5195312500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.7460937500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0380859375 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.8007812500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.2519531250 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.7617187500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.2343750000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0037384033 0.0830078125 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.4589843750 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0703125000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1367187500 0.1621093750 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.1425781250 0.0000000000 0.0000000000 0.0000000000 +0.1196289062 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.2050781250 0.0000000000 0.0000000000 +0.0000000000 0.0247802734 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.1308593750 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1982421875 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0185546875 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0167236328 0.0000000000 0.0000000000 +0.0000000000 0.0388183594 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0064697266 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0169677734 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.1396484375 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0095825195 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.3046875000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.6289062500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.2265625000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0493164062 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.7851562500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.2236328125 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0163574219 0.0756835938 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.5468750000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0649414062 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1445312500 0.1718750000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.1835937500 0.0000000000 0.0000000000 0.0000000000 +0.1035156250 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.2021484375 0.0000000000 0.0000000000 +0.0000000000 0.0302734375 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.1289062500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1894531250 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0322265625 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0168457031 0.0000000000 0.0000000000 +0.0000000000 0.0264892578 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.1088867188 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0003261566 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.2441406250 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0167236328 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.6210937500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.2636718750 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0913085938 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.7539062500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.3203125000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.6445312500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.2792968750 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0415039062 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.5000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1728515625 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0976562500 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.1699218750 0.0000000000 0.0000000000 0.0000000000 +0.3046875000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.2714843750 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.1049804688 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0278320312 0.0075073242 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.5156250000 0.0000000000 0.0000000000 0.0000000000 +0.0917968750 0.0000000000 0.0000000000 0.0000000000 +0.4609375000 0.0000000000 0.0000000000 0.1591796875 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.2832031250 0.0000000000 0.0493164062 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.2597656250 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.2109375000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0231933594 0.0000000000 0.0000000000 +0.0000000000 0.0072631836 0.0000000000 0.0000000000 +0.5351562500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.6132812500 0.0756835938 0.0000000000 0.2148437500 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.2021484375 0.0000000000 0.1074218750 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0371093750 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0541992188 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0532226562 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.1562500000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0245361328 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.2265625000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.7460937500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0449218750 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0532226562 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.8789062500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1767578125 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0100097656 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.7617187500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1347656250 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.6054687500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.7265625000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0245361328 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.8085937500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.2675781250 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.8281250000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.2656250000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.1108398438 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0795898438 0.0000000000 0.0000000000 0.0000000000 +0.5039062500 0.0000000000 0.0000000000 0.0000000000 +0.0302734375 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0032653809 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0247802734 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0358886719 0.0000000000 0.0000000000 0.0000000000 +0.1098632812 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0495605469 0.0000000000 0.0000000000 +0.0000000000 0.1748046875 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0859375000 0.0000000000 +0.2441406250 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0115966797 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.4062500000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.5859375000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.2343750000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0683593750 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.8046875000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.2451171875 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0023345947 0.0688476562 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0229492188 0.0000000000 0.0000000000 0.0000000000 +0.5820312500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0559082031 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1679687500 0.1718750000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.1601562500 0.0000000000 0.0000000000 0.0000000000 +0.1123046875 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.2412109375 0.0094604492 0.0000000000 +0.0000000000 0.0539550781 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.1328125000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.2197265625 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0375976562 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.1699218750 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0561523438 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.2099609375 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.1279296875 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.2070312500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1894531250 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.1425781250 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0222167969 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0117187500 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0214843750 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0185546875 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.3750000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0407714844 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.4062500000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0854492188 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.2373046875 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1308593750 0.0000000000 0.0000000000 +0.1069335938 0.0000000000 0.0005607605 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0270996094 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.2753906250 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.2031250000 0.0000000000 0.0000000000 +0.5312500000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.2050781250 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.1679687500 +0.0000000000 0.3242187500 0.0000000000 0.0000000000 +0.8125000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1484375000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.2304687500 +0.0000000000 0.2382812500 0.0000000000 0.0000000000 +0.8828125000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1503906250 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0903320312 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.7460937500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0893554688 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.1235351562 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.5820312500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.7812500000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0100097656 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +1.0859375000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0209960938 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0095214844 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +1.1406250000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1718750000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0288085938 +0.0000000000 0.1533203125 0.0000000000 0.0000000000 +1.1875000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.2060546875 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.2402343750 +0.0000000000 0.1767578125 0.0000000000 0.0000000000 +1.1328125000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1806640625 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.2558593750 +0.0000000000 0.0693359375 0.0000000000 0.0000000000 +0.8710937500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1650390625 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.2929687500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.2421875000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0054931641 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.2539062500 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0378417969 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0092773438 0.0380859375 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.3652343750 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.3183593750 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.2871093750 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0306396484 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.1376953125 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0649414062 0.0000000000 0.0000000000 +0.0000000000 0.0056762695 0.0000000000 0.0000000000 +0.5898437500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.5781250000 0.0942382812 0.0000000000 0.1406250000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.2753906250 0.0000000000 0.1533203125 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1298828125 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.1757812500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1108398438 0.0000000000 0.0000000000 +0.0000000000 0.0255126953 0.0000000000 0.0000000000 +0.0000000000 0.0810546875 0.0000000000 0.0000000000 +0.4707031250 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.5273437500 0.0742187500 0.0000000000 0.0722656250 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1611328125 0.0000000000 0.2001953125 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1235351562 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0400390625 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.2734375000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0115356445 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.8281250000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0166015625 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1166992188 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0712890625 0.0000000000 0.0000000000 +1.1640625000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0834960938 0.0000000000 0.0000000000 +0.0434570312 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1718750000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0649414062 0.0000000000 0.0000000000 +1.1796875000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0388183594 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0747070312 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.5976562500 0.0000000000 0.0498046875 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.2539062500 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1337890625 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0483398438 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.3125000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1259765625 0.0000000000 0.0000000000 +0.1523437500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1904296875 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0549316406 0.0000000000 0.0000000000 +0.3203125000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.1982421875 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0441894531 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.1166992188 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0449218750 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.3769531250 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0761718750 0.0000000000 0.0000000000 +0.0295410156 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.8164062500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1835937500 0.0000000000 0.0000000000 +0.0590820312 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.7734375000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.2255859375 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0737304688 0.0000000000 0.0000000000 0.0000000000 +0.2246093750 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0026092529 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0454101562 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0947265625 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.1562500000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0117797852 0.0000000000 0.0000000000 +0.7929687500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1176757812 0.0000000000 0.0000000000 +0.0556640625 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1230468750 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0290527344 0.0000000000 0.0000000000 +1.0546875000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1103515625 0.0000000000 0.0000000000 +0.0164794922 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0688476562 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.6992187500 0.0000000000 0.0018920898 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.2226562500 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0800781250 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0461425781 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0120849609 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.2832031250 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1230468750 0.0000000000 0.0000000000 +0.0947265625 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.2050781250 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0249023438 0.0000000000 0.0000000000 +0.5585937500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.6093750000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0223388672 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0239257812 0.0000000000 0.0000000000 0.0000000000 +0.0039062500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.6757812500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0874023438 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.9375000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0058593750 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +1.1875000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1166992188 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +1.2343750000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0937500000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0971679688 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +1.1093750000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1591796875 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1376953125 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0168457031 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.4589843750 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1875000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.1123046875 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.2734375000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.3574218750 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.2753906250 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.5507812500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1533203125 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0219726562 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0402832031 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0776367188 0.0000000000 0.0000000000 0.0000000000 +0.4609375000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1118164062 0.0000000000 0.0000000000 +0.0903320312 0.0000000000 0.0000000000 0.0000000000 +0.0625000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0228271484 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0771484375 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0576171875 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0883789062 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.2949218750 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.3496093750 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.5664062500 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0134887695 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0683593750 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0092773438 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.5625000000 0.0000000000 0.0000000000 0.0000000000 +0.2041015625 0.0000000000 0.0000000000 0.0000000000 +0.4199218750 0.0000000000 0.0000000000 0.0986328125 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.4609375000 0.0000000000 0.0463867188 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.4492187500 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.2353515625 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.4863281250 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.5390625000 0.0000000000 0.0000000000 0.1464843750 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1611328125 0.0000000000 0.0255126953 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.1191406250 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.1152343750 0.0000000000 0.0490722656 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.2392578125 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0077209473 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.1074218750 0.0000000000 +0.2138671875 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0751953125 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1123046875 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.2451171875 0.0000000000 0.0000000000 +0.8398437500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.2402343750 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.3359375000 +0.0000000000 0.3027343750 0.0000000000 0.0000000000 +0.9492187500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.2304687500 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.3574218750 +0.0000000000 0.2373046875 0.0000000000 0.0000000000 +0.8984375000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0942382812 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0751953125 +0.0000000000 0.0747070312 0.0000000000 0.0000000000 +0.4882812500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0390625000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1591796875 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.1093750000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0541992188 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.1630859375 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1992187500 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0839843750 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.2519531250 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1494140625 0.0000000000 0.0000000000 +0.0000000000 0.0253906250 0.0000000000 0.0000000000 +0.0595703125 0.0000000000 0.0397949219 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1035156250 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0678710938 0.0000000000 +0.2343750000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0153198242 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.4238281250 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1386718750 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.7226562500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0800781250 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0419921875 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.6718750000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0659179688 0.0996093750 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.5781250000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0781250000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.5781250000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0070190430 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.3437500000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.2617187500 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.1240234375 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.3222656250 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.2578125000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.2558593750 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.5625000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.7187500000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.8281250000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0454101562 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0761718750 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.8320312500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0966796875 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0251464844 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.6093750000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0908203125 0.1738281250 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.5468750000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0378417969 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1396484375 0.0815429688 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1000976562 0.0000000000 0.0000000000 +0.6914062500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0109863281 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0561523438 0.0000000000 0.0000000000 +0.4433593750 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1787109375 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0327148438 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0454101562 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.3066406250 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1015625000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0502929688 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.2597656250 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.2246093750 0.0000000000 0.0000000000 +0.4804687500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1933593750 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.1962890625 +0.0000000000 0.3515625000 0.0000000000 0.0000000000 +0.7500000000 0.0000000000 0.0507812500 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.2265625000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.3750000000 +0.0000000000 0.3417968750 0.0000000000 0.0000000000 +0.8945312500 0.0000000000 0.0334472656 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.2460937500 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.4042968750 +0.0000000000 0.2578125000 0.0000000000 0.0000000000 +0.9257812500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1630859375 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.2734375000 +0.0000000000 0.0805664062 0.0000000000 0.0000000000 +0.7812500000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1059570312 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.2285156250 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0844726562 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0081787109 0.0119628906 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.2753906250 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1308593750 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.2070312500 0.0000000000 0.0000000000 +0.8125000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1787109375 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.2519531250 +0.0000000000 0.3105468750 0.0000000000 0.0000000000 +0.9023437500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.2197265625 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.3046875000 +0.0000000000 0.3066406250 0.0000000000 0.0000000000 +0.8554687500 0.0000000000 0.0961914062 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.2500000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.3183593750 +0.0000000000 0.2402343750 0.0000000000 0.0000000000 +0.8007812500 0.0000000000 0.0617675781 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.2197265625 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.2675781250 +0.0000000000 0.2158203125 0.0000000000 0.0000000000 +0.7382812500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0649414062 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0130004883 +0.0000000000 0.0732421875 0.0000000000 0.0000000000 +0.4160156250 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1777343750 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.1083984375 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.1972656250 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.2656250000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.3652343750 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.3300781250 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0717773438 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0598144531 0.0000000000 +0.0000000000 0.0270996094 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.2294921875 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.2490234375 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.5390625000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.4296875000 0.0668945312 0.0000000000 0.0393066406 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1513671875 0.0000000000 0.2871093750 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.1503906250 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.1328125000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1611328125 0.0000000000 0.0000000000 +0.0000000000 0.0903320312 0.0000000000 0.0000000000 +0.0000000000 0.0644531250 0.0000000000 0.0000000000 +0.3398437500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.3457031250 0.0756835938 0.0000000000 0.0151367188 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.2011718750 0.0000000000 0.2636718750 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0893554688 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0131835938 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.2187500000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.3203125000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1318359375 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.4628906250 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0566406250 0.0761718750 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.6328125000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1108398438 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.2226562500 0.0000000000 0.0000000000 +0.8242187500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1748046875 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.2343750000 +0.0000000000 0.3203125000 0.0000000000 0.0000000000 +0.7812500000 0.0000000000 0.0395507812 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.2255859375 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.3203125000 +0.0000000000 0.3144531250 0.0000000000 0.0000000000 +0.8476562500 0.0000000000 0.0971679688 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.2275390625 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.3593750000 +0.0000000000 0.2578125000 0.0000000000 0.0000000000 +0.8554687500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1718750000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.2431640625 +0.0000000000 0.1210937500 0.0000000000 0.0000000000 +0.7460937500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0195312500 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0517578125 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.3769531250 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.2207031250 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.1572265625 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.2490234375 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.3769531250 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1679687500 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.5273437500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0268554688 0.0800781250 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.6835937500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0027618408 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0190429688 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0302734375 0.0000000000 0.0000000000 +0.8007812500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.6562500000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.1157226562 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.6757812500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.9414062500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1601562500 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0103759766 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +1.2500000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.4511718750 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0786132812 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0063171387 0.0000000000 0.0000000000 0.0000000000 +1.0859375000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.5507812500 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0864257812 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.1376953125 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0590820312 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.4902343750 0.0000000000 0.0000000000 0.0000000000 +0.2539062500 0.0000000000 0.0000000000 0.0000000000 +0.3925781250 0.0000000000 0.0000000000 0.1010742188 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.3867187500 0.0000000000 0.1464843750 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.3222656250 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.1904296875 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0014877319 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.3164062500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.4433593750 0.0000000000 0.0000000000 0.1875000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.2304687500 0.0000000000 0.1982421875 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0498046875 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.2890625000 0.0000000000 0.0000000000 0.0603027344 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1562500000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0722656250 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0781250000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1269531250 0.1025390625 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0795898438 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0003509521 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.2656250000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.3730468750 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.2246093750 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0717773438 0.0000000000 0.0040893555 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1435546875 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.2119140625 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.2490234375 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.5078125000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.3281250000 0.0000000000 0.0000000000 0.0498046875 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0683593750 0.0000000000 0.1308593750 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1718750000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.1757812500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0395507812 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.3046875000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.3046875000 0.0000000000 0.0000000000 0.0344238281 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0615234375 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0104980469 0.0149536133 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.3261718750 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000910759 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.5273437500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0220947266 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.2216796875 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.2158203125 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.2275390625 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0139770508 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.1289062500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.1679687500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1406250000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0041809082 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1142578125 0.0883789062 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.1474609375 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.3632812500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0610351562 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.2089843750 0.0000000000 0.0000000000 +0.0000000000 0.0412597656 0.0000000000 0.0000000000 +0.0166015625 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.3867187500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.2656250000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.3242187500 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0311279297 0.0000000000 0.0000000000 +0.2617187500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.2119140625 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.2021484375 0.0000000000 0.0000000000 +0.4765625000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0017013550 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1015625000 0.0000000000 0.0000000000 +0.3847656250 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0258789062 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0412597656 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0393066406 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0683593750 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0007286072 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.3847656250 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0996093750 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0913085938 0.0000000000 0.0000000000 +0.4121093750 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1005859375 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.2949218750 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1767578125 0.0000000000 0.0000000000 +0.2617187500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.2138671875 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.4062500000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0040893555 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.2177734375 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.2539062500 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0834960938 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.2294921875 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0932617188 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.1318359375 0.0000000000 0.0000000000 0.0000000000 +0.0473632812 0.0000000000 0.0000000000 0.0000000000 +0.1176757812 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0015335083 0.0000000000 +0.0000000000 0.0422363281 0.0000000000 0.0000000000 +0.0524902344 0.0000000000 0.0422363281 0.0000000000 +0.0186767578 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0060729980 0.0000000000 0.0000000000 +0.0000000000 0.1777343750 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.1079101562 0.0000000000 +0.3535156250 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.4277343750 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0461425781 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.6875000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1147460938 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0025329590 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.7851562500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0776367188 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.7109375000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0717773438 0.0000000000 0.0000000000 +0.0031280518 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.7187500000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.3554687500 0.0000000000 0.0000000000 +0.0512695312 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.7031250000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.5625000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1186523438 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0942382812 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0134277344 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.4785156250 0.0000000000 0.0000000000 0.0000000000 +0.1767578125 0.0000000000 0.0000000000 0.0000000000 +0.3808593750 0.0000000000 0.0000000000 0.0751953125 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.4375000000 0.0000000000 0.0383300781 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.4667968750 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.2080078125 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.3847656250 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.4824218750 0.0000000000 0.0000000000 0.1376953125 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1406250000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0458984375 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0264892578 0.0000000000 0.0712890625 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.1650390625 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1005859375 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.1040039062 0.0000000000 +0.3027343750 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1699218750 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.6523437500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.5273437500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.5312500000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0078125000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.8007812500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0205078125 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.9023437500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.5976562500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.4648437500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0030517578 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.7734375000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0405273438 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.9375000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0050659180 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.8203125000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.2490234375 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.7929687500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0742187500 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.3457031250 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.8750000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.3066406250 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0181884766 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.9531250000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.2597656250 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0629882812 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0262451172 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0722656250 0.0000000000 0.0000000000 0.0000000000 +0.5546875000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0240478516 0.0000000000 +0.0000000000 0.0712890625 0.0000000000 0.0000000000 +0.0179443359 0.0000000000 0.0000000000 0.0000000000 +0.1010742188 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1816406250 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0830078125 0.0000000000 +0.2851562500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.4199218750 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0027465820 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1289062500 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.7070312500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.2636718750 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1777343750 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.8281250000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.3085937500 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.6992187500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.2812500000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.6562500000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1923828125 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.5781250000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1010742188 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.4785156250 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0189208984 0.0830078125 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.5703125000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.4453125000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0280761719 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.1982421875 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.5859375000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +1.2734375000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +1.5000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +1.3515625000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0532226562 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +1.2265625000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0932617188 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +1.1250000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0151367188 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0407714844 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.7304687500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0800781250 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.4941406250 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0502929688 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.4257812500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0400390625 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0791015625 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0261230469 0.0000000000 0.0000000000 +0.1914062500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0766601562 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1088867188 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.1142578125 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.2275390625 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.3339843750 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0466308594 0.0000000000 0.0000000000 0.0000000000 +0.0703125000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.5781250000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0888671875 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +1.0468750000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1474609375 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0351562500 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.9726562500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0076599121 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.3007812500 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.2695312500 0.0000000000 0.0000000000 +0.4335937500 0.0000000000 0.0065002441 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1591796875 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.4628906250 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.2099609375 0.0000000000 0.0000000000 +0.7500000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.3476562500 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0052185059 +0.0000000000 0.1328125000 0.0000000000 0.0000000000 +0.9687500000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0981445312 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0717773438 0.0000000000 0.0000000000 +0.6445312500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.2001953125 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.1601562500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0446777344 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0947265625 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.1660156250 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0025482178 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1845703125 0.0375976562 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.5234375000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1064453125 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.6367187500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.3515625000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1074218750 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0263671875 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.3554687500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0322265625 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1396484375 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1894531250 0.0000000000 0.0000000000 +0.7968750000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1708984375 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.3027343750 +0.0000000000 0.2187500000 0.0000000000 0.0000000000 +0.9843750000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1445312500 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1137695312 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.3457031250 +0.0000000000 0.1738281250 0.0000000000 0.0000000000 +0.9375000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.2431640625 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0517578125 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.1953125000 +0.0000000000 0.0412597656 0.0000000000 0.0000000000 +0.6523437500 0.0000000000 0.0072631836 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0402832031 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.4726562500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0717773438 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.5000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1503906250 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.4863281250 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0776367188 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0461425781 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0830078125 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.3066406250 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.2773437500 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0678710938 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1503906250 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.3007812500 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1601562500 0.0000000000 0.0000000000 +0.8320312500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0395507812 0.1972656250 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.2119140625 +0.0000000000 0.2031250000 0.0000000000 0.0000000000 +0.9960937500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.6328125000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0524902344 0.0639648438 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.1904296875 +0.0000000000 0.0286865234 0.0000000000 0.0000000000 +0.8632812500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.6835937500 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.3339843750 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0311279297 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.1147460938 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1064453125 0.0000000000 0.0000000000 +0.5546875000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0224609375 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1098632812 0.0000000000 0.0000000000 +0.6210937500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0732421875 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.5664062500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.1269531250 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.5468750000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0644531250 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.9609375000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1435546875 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0098876953 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +1.0234375000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.2402343750 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1269531250 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.3183593750 0.0000000000 0.0000000000 0.0000000000 +0.5234375000 0.0000000000 0.0000000000 0.0000000000 +0.0771484375 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.2812500000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.2333984375 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.2597656250 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1904296875 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.4746093750 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.5273437500 0.0000000000 0.0000000000 0.2656250000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.3398437500 0.0000000000 0.2421875000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.3164062500 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.2324218750 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1298828125 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.4218750000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.5429687500 0.1015625000 0.0000000000 0.2617187500 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.4218750000 0.0000000000 0.1962890625 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0971679688 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0581054688 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0820312500 0.0000000000 0.0002317429 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.5078125000 0.0444335938 0.0000000000 0.1132812500 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.4589843750 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.2695312500 0.0000000000 0.0086669922 0.0000000000 +0.1308593750 0.0000000000 0.0000000000 0.0000000000 +0.2421875000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.4882812500 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.4042968750 0.0000000000 0.0303955078 0.0000000000 +0.2070312500 0.0000000000 0.0000000000 0.0000000000 +0.2431640625 0.0000000000 0.0000000000 0.0281982422 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.4863281250 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.2851562500 0.0000000000 0.0000000000 0.0000000000 +0.1494140625 0.0000000000 0.0000000000 0.0000000000 +0.3554687500 0.0000000000 0.0000000000 0.1035156250 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.4023437500 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0035247803 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.1337890625 0.0000000000 0.0000000000 0.0000000000 +0.0349121094 0.0000000000 0.0000000000 0.0000000000 +0.3144531250 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.2519531250 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0308837891 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.2734375000 0.0000000000 0.0402832031 0.0000000000 +0.0805664062 0.0000000000 0.0000000000 0.0000000000 +0.0644531250 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.2236328125 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0417480469 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0327148438 0.0629882812 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.3554687500 0.0000000000 0.0712890625 0.0000000000 +0.0688476562 0.0000000000 0.0000000000 0.0000000000 +0.1513671875 0.0000000000 0.0000000000 0.0368652344 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.2988281250 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.2734375000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.2216796875 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0131835938 0.0000000000 0.0000000000 +0.0000000000 0.0125732422 0.0036621094 0.0000000000 +0.0000000000 0.0031127930 0.0000000000 0.0000000000 +0.3632812500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.6054687500 0.0000000000 0.0000000000 0.2910156250 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1904296875 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.3378906250 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.2871093750 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.2617187500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.6992187500 0.0000000000 0.0000000000 0.1552734375 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.1259765625 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1513671875 0.0664062500 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0241699219 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.3164062500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0578613281 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1640625000 0.0000000000 0.0000000000 +0.0000000000 0.1464843750 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0698242188 0.0000000000 +0.1621093750 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0461425781 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0461425781 0.0000000000 0.0000000000 +0.0000000000 0.1157226562 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.5117187500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.4472656250 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.6796875000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +1.2187500000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0996093750 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +1.7421875000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0028076172 0.0000000000 0.0000000000 +0.0957031250 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0615234375 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +1.7500000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0134887695 0.0000000000 0.0000000000 +0.1059570312 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1474609375 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0103759766 0.0000000000 0.0000000000 +1.5625000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0471191406 0.0000000000 0.0000000000 +0.0077819824 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.6250000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0776367188 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.1147460938 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.4628906250 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0683593750 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1103515625 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.5859375000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.2500000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.3867187500 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.2714843750 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.2617187500 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0106201172 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0016784668 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1533203125 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0485839844 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0230712891 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0349121094 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0344238281 0.0820312500 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.1020507812 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1601562500 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0625000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0055541992 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.2617187500 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0039978027 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0593261719 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.2070312500 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0859375000 0.0000000000 0.0000000000 0.0732421875 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0314941406 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0781250000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0229492188 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0625000000 0.0000000000 0.0000000000 +0.1132812500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0336914062 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1127929688 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0471191406 +0.0000000000 0.1962890625 0.0000000000 0.0000000000 +0.5781250000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1083984375 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0903320312 +0.0000000000 0.1259765625 0.0000000000 0.0000000000 +0.5976562500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.3457031250 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0035095215 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0137939453 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0844726562 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0139160156 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0058593750 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.4218750000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1010742188 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.4023437500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1137695312 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.3164062500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1582031250 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.5039062500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1708984375 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.7890625000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0087280273 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0245361328 0.2167968750 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.8085937500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0512695312 0.0368652344 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.6054687500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0068969727 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.1630859375 0.0000000000 0.0000000000 0.0000000000 +0.0311279297 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0598144531 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0957031250 0.0170898438 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0463867188 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1147460938 0.0351562500 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1640625000 0.0000000000 0.0000000000 +0.5703125000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.1025390625 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.2109375000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0126342773 +0.0000000000 0.2617187500 0.0000000000 0.0000000000 +0.6367187500 0.0000000000 0.0654296875 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0883789062 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.2080078125 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.2890625000 0.0000000000 0.0000000000 +0.5195312500 0.0000000000 0.2197265625 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0517578125 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.3144531250 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.3242187500 0.0000000000 0.0000000000 +0.3398437500 0.0000000000 0.1865234375 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0240478516 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.2988281250 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.2773437500 0.0000000000 0.0000000000 +0.4121093750 0.0000000000 0.0084838867 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0888671875 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0932617188 0.0000000000 0.0000000000 +0.2617187500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1250000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0135498047 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0358886719 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1083984375 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0476074219 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0908203125 0.0000000000 0.0000000000 +0.0000000000 0.1035156250 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0629882812 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0742187500 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0297851562 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0014953613 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0055541992 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0363769531 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.4707031250 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0209960938 0.0000000000 0.0000000000 +0.6210937500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1367187500 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0874023438 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.4101562500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0771484375 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0546875000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0507812500 0.0000000000 0.0000000000 +0.0251464844 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.5703125000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1503906250 0.0000000000 0.0000000000 +0.7226562500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0747070312 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0544433594 0.0000000000 0.0000000000 +0.4726562500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.5078125000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.5546875000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.4472656250 0.0000000000 0.0000000000 0.0000000000 +0.0664062500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.9140625000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.5000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0515136719 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +1.5546875000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1748046875 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.6757812500 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1054687500 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +1.6015625000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.2910156250 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.3652343750 0.0000000000 0.0000000000 +0.0380859375 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +1.1484375000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1049804688 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.6171875000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.6250000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +1.3593750000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.2792968750 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0830078125 +0.0000000000 0.1215820312 0.0000000000 0.0000000000 +1.6171875000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0097045898 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1855468750 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.1992187500 +0.0000000000 0.0083007812 0.0000000000 0.0000000000 +1.4687500000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0073547363 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0139160156 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0341796875 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.4609375000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0874023438 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0184326172 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.3105468750 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0717773438 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.4550781250 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0249023438 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0756835938 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.6679687500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0825195312 0.0061340332 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1010742188 0.0000000000 0.0000000000 +0.7343750000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0299072266 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0434570312 0.0000000000 0.0000000000 +0.6796875000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0116577148 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.3007812500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.1474609375 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0294189453 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.3945312500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.3945312500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0493164062 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.4550781250 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0834960938 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.4570312500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0937500000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.4609375000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1142578125 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0478515625 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.4316406250 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0090942383 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0461425781 0.1435546875 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.4101562500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1298828125 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0471191406 0.0000000000 0.0000000000 +0.3593750000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0236816406 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0064697266 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.2734375000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.3574218750 0.0000000000 0.0000000000 0.0000000000 +0.0045166016 0.0000000000 0.0000000000 0.0000000000 +0.0751953125 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1186523438 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.3789062500 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.3925781250 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.3066406250 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.5781250000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.5742187500 0.0000000000 0.0000000000 0.1914062500 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0407714844 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.3320312500 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.4375000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1240234375 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.4316406250 0.0000000000 0.0258789062 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.6679687500 0.0000000000 0.0000000000 0.0175781250 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0795898438 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1464843750 0.0805664062 0.0000000000 +0.0000000000 0.0252685547 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.1552734375 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.2373046875 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1777343750 0.0000000000 0.0000000000 +0.0000000000 0.0634765625 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0864257812 0.0000000000 +0.0742187500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0051269531 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.1279296875 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0520019531 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.4960937500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0166015625 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0380859375 0.0000000000 0.0000000000 +0.8085937500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.6406250000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.1376953125 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.3300781250 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.5625000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.9140625000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +1.5468750000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1152343750 0.0000000000 0.0000000000 +0.1572265625 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0090332031 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +1.5937500000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.2333984375 0.0000000000 0.0000000000 +0.0781250000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0595703125 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +1.2890625000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1640625000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0517578125 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0283203125 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.2138671875 0.0000000000 0.0000000000 0.0000000000 +0.1591796875 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0458984375 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.4316406250 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.2988281250 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0559082031 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.4980468750 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.5937500000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0410156250 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0561523438 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.2353515625 0.0000000000 0.0000000000 0.0000000000 +0.1748046875 0.0000000000 0.0000000000 0.0000000000 +0.2578125000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.5273437500 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.4882812500 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.2519531250 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0115966797 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.5546875000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.7500000000 0.0893554688 0.0000000000 0.0961914062 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.4804687500 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.2695312500 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.2158203125 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0981445312 0.0203857422 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.7109375000 0.0000000000 0.0971679688 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.7500000000 0.0644531250 0.0000000000 0.0917968750 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.4394531250 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0546875000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.2265625000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0224609375 0.0000000000 0.0000000000 +0.0000000000 0.0607910156 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.6015625000 0.0000000000 0.1406250000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.6484375000 0.1186523438 0.0000000000 0.1191406250 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.4062500000 0.0000000000 0.0034637451 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0529785156 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.1806640625 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0717773438 0.0000000000 0.0000000000 +0.0000000000 0.0336914062 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.5273437500 0.0000000000 0.0932617188 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.5507812500 0.1396484375 0.0000000000 0.1225585938 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.3378906250 0.0000000000 0.0358886719 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0546875000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.1093750000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.2714843750 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1972656250 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.2500000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.5273437500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.8632812500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0285644531 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0184326172 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.8984375000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1044921875 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1035156250 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.8203125000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0473632812 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.6054687500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.8046875000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.2011718750 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.8359375000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.4941406250 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0108032227 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.8242187500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.5351562500 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.4121093750 0.0000000000 0.0000000000 0.0000000000 +0.5703125000 0.0000000000 0.0000000000 0.0000000000 +0.2099609375 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.3867187500 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.3906250000 0.0000000000 0.0395507812 0.0000000000 +0.2519531250 0.0000000000 0.0000000000 0.0000000000 +0.1186523438 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0395507812 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.2050781250 0.0000000000 +0.6093750000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.9218750000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1025390625 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +1.1875000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0761718750 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.2128906250 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +1.1718750000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0673828125 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +1.0156250000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1992187500 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0512695312 0.0000000000 0.0000000000 +1.0156250000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0756835938 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1196289062 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1040039062 0.0000000000 0.0000000000 +0.8242187500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.3281250000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.3730468750 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.4375000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.3007812500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.3496093750 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.6210937500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0201416016 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0698242188 0.2832031250 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.7187500000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.2099609375 0.1777343750 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1025390625 0.0000000000 0.0000000000 +0.6601562500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.2373046875 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0363769531 0.0000000000 0.0000000000 +0.4570312500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1289062500 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0478515625 0.0000000000 0.0000000000 +0.2714843750 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1166992188 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0027465820 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0115966797 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.2910156250 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.3300781250 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.1738281250 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.4785156250 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.3847656250 0.0231933594 0.0000000000 0.0200195312 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.2460937500 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0932617188 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0644531250 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.4179687500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.2539062500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0117187500 0.0000000000 0.0000000000 +0.0000000000 0.0089111328 0.0000000000 0.0324707031 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.1181640625 0.0000000000 +0.1669921875 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.6250000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +1.0468750000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.2792968750 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.3964843750 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +1.3281250000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.6054687500 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0187988281 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0034790039 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.1611328125 0.0000000000 0.0000000000 0.0000000000 +1.1250000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.6093750000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0527343750 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.4375000000 0.0000000000 0.0000000000 0.0000000000 +0.4023437500 0.0000000000 0.0000000000 0.0000000000 +0.3320312500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.4667968750 0.0000000000 0.1953125000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.2636718750 0.0000000000 0.0000000000 0.0000000000 +0.1582031250 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.2246093750 0.0000000000 0.1542968750 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.5273437500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0402832031 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.7460937500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0196533203 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.7539062500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0493164062 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0250244141 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0194091797 0.0000000000 0.0000000000 +0.4199218750 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.3027343750 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.3027343750 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0717773438 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.7421875000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.2285156250 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0213623047 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.2988281250 0.0000000000 0.0000000000 0.0000000000 +0.6796875000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.2431640625 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0520019531 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.2832031250 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.1098632812 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.1069335938 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0615234375 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.1250000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.4628906250 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +1.0859375000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +1.2578125000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0551757812 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +1.2968750000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0180664062 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0017089844 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +1.4062500000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.2265625000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0380859375 +0.0000000000 0.1074218750 0.0000000000 0.0000000000 +1.5078125000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.2167968750 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.2675781250 +0.0000000000 0.1176757812 0.0000000000 0.0000000000 +1.4296875000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.3671875000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.2187500000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.3125000000 +0.0000000000 0.0747070312 0.0000000000 0.0000000000 +1.0859375000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.5234375000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0815429688 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.1884765625 +0.0000000000 0.0363769531 0.0000000000 0.0000000000 +0.8046875000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.4042968750 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.5312500000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.2314453125 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.4042968750 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.2578125000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.6093750000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +1.1875000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0393066406 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +1.3203125000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0874023438 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +1.2656250000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0625000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0617675781 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +1.1328125000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.2412109375 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.4082031250 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.9140625000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.3750000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.3730468750 0.0000000000 0.0000000000 +0.0590820312 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.7109375000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.4101562500 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.3417968750 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.3886718750 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.2929687500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.2324218750 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.2929687500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0722656250 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0644531250 0.0000000000 +0.2255859375 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0766601562 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1250000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.4843750000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0500488281 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1186523438 0.0000000000 0.0000000000 +0.5312500000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0922851562 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1689453125 0.0000000000 0.0000000000 +0.7148437500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0830078125 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1337890625 0.0000000000 0.0000000000 +0.6015625000 0.0000000000 0.0400390625 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1601562500 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1464843750 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1708984375 0.0000000000 0.0000000000 +0.3203125000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0194091797 0.0000000000 0.0000000000 +0.0595703125 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0292968750 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.5937500000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.1181640625 0.0000000000 0.0000000000 0.0000000000 +0.0439453125 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.8750000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.3730468750 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.1235351562 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +1.0703125000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1884765625 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0698242188 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +1.3906250000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1196289062 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1728515625 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0025177002 0.0000000000 0.0000000000 +1.1406250000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.3847656250 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0844726562 0.0000000000 0.0000000000 +0.2597656250 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.4570312500 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0172119141 0.0000000000 0.0000000000 +0.1777343750 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.3710937500 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0483398438 0.0000000000 0.0000000000 +0.4218750000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1767578125 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1699218750 0.0000000000 0.0000000000 +0.5156250000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0049438477 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1367187500 0.0000000000 0.0000000000 +0.5351562500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1523437500 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0688476562 0.0000000000 0.0000000000 +0.2636718750 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0732421875 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.3691406250 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1435546875 0.0000000000 0.0000000000 +0.0069580078 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.2617187500 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.3203125000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0644531250 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.2431640625 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1328125000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0839843750 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.1396484375 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.1396484375 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0673828125 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0390625000 0.0227050781 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0668945312 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0800781250 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.1318359375 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0034637451 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0022735596 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.4492187500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1738281250 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.7578125000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0815429688 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1738281250 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +1.0234375000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.2119140625 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0407714844 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.8906250000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.2832031250 0.0000000000 0.0056762695 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.1269531250 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.2255859375 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.8984375000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1708984375 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0036010742 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.6054687500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1533203125 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0466308594 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.7031250000 0.0000000000 0.1015625000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1147460938 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0152587891 0.0000000000 0.0000000000 +0.7148437500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.2812500000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0751953125 0.0000000000 0.0000000000 +0.9804687500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0432128906 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0551757812 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.6210937500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.2470703125 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.7617187500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0617675781 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +1.6093750000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1972656250 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +1.3671875000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0446777344 0.0000000000 0.0000000000 +0.9726562500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0986328125 0.0000000000 0.0000000000 +0.6171875000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.2949218750 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.8476562500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0908203125 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.7851562500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0869140625 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.1318359375 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.9648437500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.5351562500 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0356445312 0.0000000000 0.0000000000 +1.1093750000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0573730469 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1992187500 0.0000000000 0.0000000000 +1.5468750000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.1035156250 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1289062500 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0262451172 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.6054687500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1630859375 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0354003906 0.0000000000 +0.6640625000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.8945312500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0869140625 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.7539062500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +1.1875000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.6289062500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.8007812500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.6835937500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1367187500 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.8359375000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.7031250000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0722656250 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +1.0703125000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0649414062 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +1.0781250000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0717773438 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0015106201 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0228271484 0.0000000000 0.0000000000 +1.1093750000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0654296875 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +1.5312500000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1152343750 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.3808593750 0.0000000000 0.0000000000 +1.2890625000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.1718750000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.3789062500 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0668945312 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +1.3437500000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +1.0546875000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.2734375000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.3789062500 0.0000000000 0.0322265625 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0311279297 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.2871093750 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.6835937500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1025390625 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0005722046 0.0000000000 0.0000000000 +0.3847656250 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.5859375000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0815429688 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0169677734 0.0000000000 0.0000000000 +1.5546875000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.3964843750 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +1.4453125000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0058593750 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.3222656250 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +1.3671875000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +1.6250000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0458984375 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0612792969 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0351562500 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +1.2968750000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0246582031 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +1.3437500000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.1347656250 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +1.0390625000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1445312500 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1230468750 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +1.3046875000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.2792968750 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +1.1875000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.2929687500 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.6289062500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +1.2812500000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1679687500 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.2871093750 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +1.0312500000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0683593750 0.0000000000 0.0000000000 +1.0234375000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0659179688 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0893554688 0.0000000000 0.0000000000 +0.5312500000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.7539062500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.2070312500 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0427246094 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.7812500000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.4687500000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0615234375 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +1.0156250000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0449218750 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0617675781 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +1.0156250000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0257568359 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.4824218750 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.4179687500 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +1.0390625000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1513671875 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +1.2734375000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0178222656 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1010742188 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.5664062500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1049804688 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.9140625000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0143432617 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.5000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0375976562 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0732421875 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.6562500000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +1.0859375000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.1206054688 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0488281250 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +1.0390625000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0125732422 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1406250000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +1.6953125000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +1.3437500000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0417480469 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +1.0546875000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +1.1640625000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.1933593750 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1796875000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0285644531 0.0000000000 0.0000000000 +0.9843750000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.2041015625 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.5937500000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1630859375 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.1796875000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.2099609375 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +1.0234375000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.5703125000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0407714844 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0429687500 0.0000000000 0.0000000000 +0.9218750000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0125732422 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.1601562500 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0017395020 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.6640625000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +1.2265625000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0296630859 0.0000000000 0.0000000000 +0.0083618164 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0937500000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.2753906250 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.2792968750 0.0000000000 0.0000000000 +0.5078125000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0429687500 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0957031250 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.7890625000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1660156250 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0859375000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.2714843750 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0898437500 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0947265625 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0534667969 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.1728515625 0.0000000000 +0.5703125000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.3300781250 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +1.0234375000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0366210938 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0986328125 0.0000000000 0.0000000000 +0.8593750000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.3652343750 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0490722656 0.0000000000 0.0000000000 +0.4316406250 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.3496093750 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.2832031250 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.4628906250 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.2597656250 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0476074219 0.0000000000 0.0000000000 +0.6171875000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1777343750 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0407714844 0.0000000000 0.0000000000 +0.8125000000 0.0000000000 0.1318359375 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1030273438 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1044921875 0.0000000000 0.0000000000 +1.0781250000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0529785156 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +1.1562500000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0502929688 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.4238281250 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +1.0078125000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0049743652 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.6914062500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1289062500 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.2929687500 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0554199219 0.0000000000 0.0000000000 +0.7304687500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.3105468750 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0383300781 0.0084838867 0.0000000000 +0.5742187500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.3593750000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +1.1562500000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.9843750000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.3730468750 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.2236328125 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.9023437500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0010452271 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0554199219 0.0000000000 0.0000000000 +1.0546875000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.1171875000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.8984375000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.7578125000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +1.2265625000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +1.2421875000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0654296875 0.0000000000 0.0000000000 +0.0209960938 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0183105469 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +1.1562500000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0732421875 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0339355469 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.9609375000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.4609375000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0620117188 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0573730469 +0.0000000000 0.0991210938 0.0000000000 0.0000000000 +0.9179687500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.3027343750 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1328125000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0100708008 0.0000000000 0.0000000000 +0.7148437500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.3613281250 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.8750000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +1.3359375000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.2421875000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.3125000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +1.1640625000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0556640625 0.0000000000 0.0000000000 +1.2500000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.8867187500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1904296875 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0351562500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +1.1328125000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1376953125 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.4453125000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0417480469 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.6992187500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0791015625 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +1.0937500000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +1.2187500000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0041198730 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.1464843750 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.5937500000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0126342773 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.9687500000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0332031250 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.8515625000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.1699218750 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.7617187500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0849609375 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.3750000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.8046875000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0573730469 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1699218750 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.5898437500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0830078125 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.6562500000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1669921875 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.5976562500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1464843750 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.7109375000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.6328125000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0664062500 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0235595703 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.8828125000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1347656250 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0016708374 0.0000000000 +0.6484375000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.4218750000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.2851562500 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.7382812500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.6718750000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0446777344 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.4199218750 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +1.4921875000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1298828125 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +1.2421875000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0449218750 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.7851562500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0898437500 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.2382812500 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.9296875000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +1.0078125000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1503906250 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +1.0703125000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.3593750000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.1040039062 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +1.8593750000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.2490234375 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +1.9218750000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.3613281250 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.3593750000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0218505859 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +1.2968750000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0742187500 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.3125000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0441894531 0.0000000000 0.0000000000 +0.9453125000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1113281250 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0629882812 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +1.0156250000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0922851562 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0478515625 0.0000000000 0.0000000000 +0.5546875000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1127929688 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0373535156 0.0000000000 0.0000000000 +0.4472656250 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0057373047 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0344238281 0.0000000000 0.0000000000 +0.1171875000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1103515625 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.4648437500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.3554687500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1708984375 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.8515625000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1147460938 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +1.1171875000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0625000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.8750000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.8945312500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.1059570312 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1503906250 0.0000000000 0.0000000000 +1.0625000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.1386718750 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +1.7421875000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +1.6875000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0371093750 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.7617187500 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +1.3203125000 0.0000000000 0.0319824219 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.2382812500 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0264892578 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +1.0937500000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0776367188 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0424804688 0.0000000000 0.0000000000 +0.7695312500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0698242188 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1132812500 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.8125000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0566406250 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0213623047 0.0000000000 0.0000000000 +0.8046875000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1069335938 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.1259765625 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.1376953125 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.6015625000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.5742187500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.2304687500 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.8789062500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1455078125 0.0000000000 0.0000000000 +0.9062500000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0133056641 0.0000000000 0.0000000000 +0.7851562500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0272216797 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0133056641 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.4492187500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.8906250000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.2851562500 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0001516342 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.8750000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0397949219 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.8593750000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +1.0781250000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.1474609375 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.8320312500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0859375000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.3359375000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.7929687500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0149536133 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.2558593750 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +1.0937500000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.1679687500 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.2675781250 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +1.1796875000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0727539062 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0698242188 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.3515625000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.1206054688 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +1.0625000000 0.0000000000 0.1513671875 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0419921875 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0698242188 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1030273438 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.5468750000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.2275390625 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.4355468750 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0588378906 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1118164062 0.0000000000 0.0000000000 +0.4296875000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0903320312 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.2714843750 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.2099609375 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.3574218750 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.6757812500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1826171875 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0310058594 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1093750000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0869140625 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.7734375000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0124511719 0.0000000000 0.0000000000 +0.8359375000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.2470703125 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0947265625 0.0000000000 0.0000000000 +0.8515625000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0615234375 0.0000000000 0.0000000000 +1.4765625000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.7929687500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.2441406250 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0544433594 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.4140625000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +1.0546875000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0795898438 0.0000000000 +0.8750000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.1445312500 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +1.7187500000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1210937500 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +1.5234375000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0314941406 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.3085937500 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +1.2265625000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.1630859375 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +1.3515625000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +1.4375000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0903320312 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0776367188 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.9804687500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +1.4687500000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0791015625 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.6757812500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +1.0234375000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +1.2343750000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1494140625 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.1884765625 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.3984375000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.6679687500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1513671875 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0356445312 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.6328125000 0.0000000000 0.4375000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.3261718750 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.2050781250 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1875000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.8984375000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0800781250 0.0000000000 0.0000000000 +0.2304687500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0712890625 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.3496093750 0.0000000000 0.0242919922 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1357421875 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +1.1484375000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.1308593750 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.8828125000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1308593750 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0581054688 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.6132812500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0031127930 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0011901855 0.0000000000 +1.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.7031250000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.9648437500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +1.1484375000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0083007812 0.0111083984 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +1.3515625000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0175781250 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.1865234375 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1406250000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +1.0468750000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.6718750000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.2167968750 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.7539062500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.3574218750 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.8554687500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0066528320 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.2871093750 0.0000000000 0.0351562500 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.1142578125 0.0000000000 +0.6796875000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.2148437500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.7812500000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.3222656250 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0581054688 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.2890625000 0.0000000000 0.0000000000 +0.8906250000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1123046875 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0578613281 0.0000000000 0.0000000000 +0.4609375000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1098632812 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.4160156250 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0458984375 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.8398437500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1098632812 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0306396484 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.5312500000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1552734375 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.4140625000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.4316406250 0.0795898438 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.4726562500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1455078125 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0458984375 0.0000000000 +0.5117187500 0.0000000000 0.0346679688 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.2363281250 0.0000000000 0.0000000000 +0.6250000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.3984375000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.1269531250 +0.0000000000 0.2148437500 0.0000000000 0.0000000000 +1.3125000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0273437500 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0385742188 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.3281250000 +0.0000000000 0.0639648438 0.0000000000 0.0000000000 +1.6015625000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.3515625000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.4941406250 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +1.0859375000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.3300781250 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +1.2890625000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0996093750 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.1474609375 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1582031250 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.9296875000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +1.2265625000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.1406250000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.3535156250 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.9375000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0268554688 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.3339843750 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0098876953 0.0000000000 0.0000000000 +1.0859375000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1962890625 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0048217773 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.7812500000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.2167968750 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.6015625000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.3769531250 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0295410156 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +1.0625000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0078125000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.8164062500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0322265625 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0498046875 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +1.2421875000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +1.1796875000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.2812500000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1196289062 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.9492187500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +1.1328125000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.1464843750 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.8906250000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0761718750 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.1191406250 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +1.1406250000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.2851562500 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0480957031 0.0000000000 0.0000000000 +0.6914062500 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0071411133 +0.2988281250 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 +0.0000000000 0.0000000000 0.0000000000 0.0000000000 diff --git a/AI_Engine_Development/AIE-MLv2/Design_Tutorials/01-Radio-ML/aie/max_pool1d_template/gen_vectors.ipynb b/AI_Engine_Development/AIE-MLv2/Design_Tutorials/01-Radio-ML/aie/max_pool1d_template/gen_vectors.ipynb new file mode 100755 index 0000000000..7131a15a84 --- /dev/null +++ b/AI_Engine_Development/AIE-MLv2/Design_Tutorials/01-Radio-ML/aie/max_pool1d_template/gen_vectors.ipynb @@ -0,0 +1,514 @@ +{ + "cells": [ + { + "cell_type": "markdown", + "id": "bcdf2452-4c3b-4ce0-b019-cbe980967a1c", + "metadata": {}, + "source": [ + "# Testbench for `max_pool1d_w4()`" + ] + }, + { + "cell_type": "code", + "execution_count": 12, + "id": "946f566a-c3f6-446f-aeb6-cb0055910900", + "metadata": {}, + "outputs": [], + "source": [ + "#\n", + "# Copyright (C) 2024, Advanced Micro Devices, Inc. All rights reserved.\n", + "# SPDX-License-Identifier: MIT\n", + "#\n", + "# Author: Faisal El-Shabani" + ] + }, + { + "cell_type": "code", + "execution_count": 1, + "id": "934e0796-0306-4ce9-9a92-598027c75f38", + "metadata": {}, + "outputs": [ + { + "name": "stderr", + "output_type": "stream", + "text": [ + "2025-08-22 07:49:24.063571: I external/local_xla/xla/tsl/cuda/cudart_stub.cc:32] Could not find cuda drivers on your machine, GPU will not be used.\n", + "2025-08-22 07:49:24.067766: I external/local_xla/xla/tsl/cuda/cudart_stub.cc:32] Could not find cuda drivers on your machine, GPU will not be used.\n", + "2025-08-22 07:49:24.077178: E external/local_xla/xla/stream_executor/cuda/cuda_fft.cc:467] Unable to register cuFFT factory: Attempting to register factory for plugin cuFFT when one has already been registered\n", + "WARNING: All log messages before absl::InitializeLog() is called are written to STDERR\n", + "E0000 00:00:1755870564.091840 3975565 cuda_dnn.cc:8579] Unable to register cuDNN factory: Attempting to register factory for plugin cuDNN when one has already been registered\n", + "E0000 00:00:1755870564.096489 3975565 cuda_blas.cc:1407] Unable to register cuBLAS factory: Attempting to register factory for plugin cuBLAS when one has already been registered\n", + "W0000 00:00:1755870564.109728 3975565 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\n", + "W0000 00:00:1755870564.109740 3975565 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\n", + "W0000 00:00:1755870564.109744 3975565 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\n", + "W0000 00:00:1755870564.109746 3975565 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\n", + "2025-08-22 07:49:24.114255: I tensorflow/core/platform/cpu_feature_guard.cc:210] This TensorFlow binary is optimized to use available CPU instructions in performance-critical operations.\n", + "To enable the following instructions: AVX2 FMA, in other operations, rebuild TensorFlow with the appropriate compiler flags.\n" + ] + } + ], + "source": [ + "from tensorflow import keras\n", + "from tensorflow.keras.layers import Conv1D, MaxPooling1D\n", + "import matplotlib.pyplot as plt\n", + "from sklearn.model_selection import train_test_split\n", + "import h5py as h5\n", + "import numpy as np\n", + "import os.path\n", + "import vfs\n", + "import varray as va\n", + "\n", + "NITERATIONS = 4 # Number of AI Engine graph iterations" + ] + }, + { + "cell_type": "markdown", + "id": "5bdc7e83-3fd0-4fd0-99b5-7938816f0df2", + "metadata": {}, + "source": [ + "## Layer Definition" + ] + }, + { + "cell_type": "code", + "execution_count": 2, + "id": "0c57f98d-1999-4b61-a129-e3dd1bd92677", + "metadata": {}, + "outputs": [ + { + "name": "stderr", + "output_type": "stream", + "text": [ + "2025-08-22 07:49:32.554452: E external/local_xla/xla/stream_executor/cuda/cuda_platform.cc:51] failed call to cuInit: INTERNAL: CUDA error: Failed call to cuInit: UNKNOWN ERROR (303)\n" + ] + } + ], + "source": [ + "inputs = keras.Input(shape=(1024,2),name=\"input\")\n", + "x1 = Conv1D(filters=64,kernel_size=7,strides=1,padding=\"same\",name=\"conv1d_w1\",activation='relu')(inputs)\n", + "x2 = MaxPooling1D(pool_size=2,strides=2,padding=\"valid\",name=\"max_pool1d_w2\")(x1)\n", + "outputs = Conv1D(filters=64,kernel_size=7,strides=1,padding=\"same\",name=\"conv1d_w3\",activation='relu')(x2)\n", + "model_stim = keras.Model(inputs=inputs,outputs=outputs)\n", + "w1_weights = np.loadtxt('../conv1d_w1/w1_weights_trained.txt')\n", + "w1_weights = (w1_weights.astype(\"bfloat16\")).astype(\"float32\")\n", + "w1_bias = np.loadtxt('../conv1d_w1/w1_bias_trained.txt')\n", + "w1_bias = (w1_bias.astype(\"bfloat16\")).astype(\"float32\")\n", + "w1_weights = np.reshape(w1_weights,(7,2,64))\n", + "w3_weights = np.loadtxt('../conv1d_template/w3_weights_trained.txt')\n", + "w3_weights = (w3_weights.astype(\"bfloat16\")).astype(\"float32\")\n", + "w3_bias = np.loadtxt('../conv1d_template/w3_bias_trained.txt')\n", + "w3_bias = (w3_bias.astype(\"bfloat16\")).astype(\"float32\")\n", + "w3_weights = np.reshape(w3_weights,(7,64,64))\n", + "model_stim.get_layer(\"conv1d_w3\").set_weights((w3_weights,w3_bias))" + ] + }, + { + "cell_type": "code", + "execution_count": 3, + "id": "cd15a0ca-2889-4d90-bd0f-2e76c63c6c19", + "metadata": {}, + "outputs": [ + { + "data": { + "text/html": [ + "
Model: \"functional\"\n",
+       "
\n" + ], + "text/plain": [ + "\u001b[1mModel: \"functional\"\u001b[0m\n" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/html": [ + "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━┓\n",
+       "┃ Layer (type)                     Output Shape                  Param # ┃\n",
+       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━┩\n",
+       "│ input (InputLayer)              │ (None, 1024, 2)        │             0 │\n",
+       "├─────────────────────────────────┼────────────────────────┼───────────────┤\n",
+       "│ conv1d_w1 (Conv1D)              │ (None, 1024, 64)       │           960 │\n",
+       "├─────────────────────────────────┼────────────────────────┼───────────────┤\n",
+       "│ max_pool1d_w2 (MaxPooling1D)    │ (None, 512, 64)        │             0 │\n",
+       "├─────────────────────────────────┼────────────────────────┼───────────────┤\n",
+       "│ conv1d_w3 (Conv1D)              │ (None, 512, 64)        │        28,736 │\n",
+       "└─────────────────────────────────┴────────────────────────┴───────────────┘\n",
+       "
\n" + ], + "text/plain": [ + "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━┓\n", + "┃\u001b[1m \u001b[0m\u001b[1mLayer (type) \u001b[0m\u001b[1m \u001b[0m┃\u001b[1m \u001b[0m\u001b[1mOutput Shape \u001b[0m\u001b[1m \u001b[0m┃\u001b[1m \u001b[0m\u001b[1m Param #\u001b[0m\u001b[1m \u001b[0m┃\n", + "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━┩\n", + "│ input (\u001b[38;5;33mInputLayer\u001b[0m) │ (\u001b[38;5;45mNone\u001b[0m, \u001b[38;5;34m1024\u001b[0m, \u001b[38;5;34m2\u001b[0m) │ \u001b[38;5;34m0\u001b[0m │\n", + "├─────────────────────────────────┼────────────────────────┼───────────────┤\n", + "│ conv1d_w1 (\u001b[38;5;33mConv1D\u001b[0m) │ (\u001b[38;5;45mNone\u001b[0m, \u001b[38;5;34m1024\u001b[0m, \u001b[38;5;34m64\u001b[0m) │ \u001b[38;5;34m960\u001b[0m │\n", + "├─────────────────────────────────┼────────────────────────┼───────────────┤\n", + "│ max_pool1d_w2 (\u001b[38;5;33mMaxPooling1D\u001b[0m) │ (\u001b[38;5;45mNone\u001b[0m, \u001b[38;5;34m512\u001b[0m, \u001b[38;5;34m64\u001b[0m) │ \u001b[38;5;34m0\u001b[0m │\n", + "├─────────────────────────────────┼────────────────────────┼───────────────┤\n", + "│ conv1d_w3 (\u001b[38;5;33mConv1D\u001b[0m) │ (\u001b[38;5;45mNone\u001b[0m, \u001b[38;5;34m512\u001b[0m, \u001b[38;5;34m64\u001b[0m) │ \u001b[38;5;34m28,736\u001b[0m │\n", + "└─────────────────────────────────┴────────────────────────┴───────────────┘\n" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/html": [ + "
 Total params: 29,696 (116.00 KB)\n",
+       "
\n" + ], + "text/plain": [ + "\u001b[1m Total params: \u001b[0m\u001b[38;5;34m29,696\u001b[0m (116.00 KB)\n" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/html": [ + "
 Trainable params: 29,696 (116.00 KB)\n",
+       "
\n" + ], + "text/plain": [ + "\u001b[1m Trainable params: \u001b[0m\u001b[38;5;34m29,696\u001b[0m (116.00 KB)\n" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/html": [ + "
 Non-trainable params: 0 (0.00 B)\n",
+       "
\n" + ], + "text/plain": [ + "\u001b[1m Non-trainable params: \u001b[0m\u001b[38;5;34m0\u001b[0m (0.00 B)\n" + ] + }, + "metadata": {}, + "output_type": "display_data" + } + ], + "source": [ + "model_stim.summary()" + ] + }, + { + "cell_type": "code", + "execution_count": 4, + "id": "53441463", + "metadata": {}, + "outputs": [], + "source": [ + "inputs = keras.Input(shape=(512,64),name=\"input_layer\")\n", + "outputs = MaxPooling1D(pool_size=2,strides=2,padding=\"valid\",name=\"max_pool1d_w4\")(inputs)\n", + "model = keras.Model(inputs=inputs,outputs=outputs)" + ] + }, + { + "cell_type": "code", + "execution_count": 5, + "id": "1f5d4822", + "metadata": {}, + "outputs": [ + { + "data": { + "text/html": [ + "
Model: \"functional_1\"\n",
+       "
\n" + ], + "text/plain": [ + "\u001b[1mModel: \"functional_1\"\u001b[0m\n" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/html": [ + "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━┓\n",
+       "┃ Layer (type)                     Output Shape                  Param # ┃\n",
+       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━┩\n",
+       "│ input_layer (InputLayer)        │ (None, 512, 64)        │             0 │\n",
+       "├─────────────────────────────────┼────────────────────────┼───────────────┤\n",
+       "│ max_pool1d_w4 (MaxPooling1D)    │ (None, 256, 64)        │             0 │\n",
+       "└─────────────────────────────────┴────────────────────────┴───────────────┘\n",
+       "
\n" + ], + "text/plain": [ + "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━┓\n", + "┃\u001b[1m \u001b[0m\u001b[1mLayer (type) \u001b[0m\u001b[1m \u001b[0m┃\u001b[1m \u001b[0m\u001b[1mOutput Shape \u001b[0m\u001b[1m \u001b[0m┃\u001b[1m \u001b[0m\u001b[1m Param #\u001b[0m\u001b[1m \u001b[0m┃\n", + "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━┩\n", + "│ input_layer (\u001b[38;5;33mInputLayer\u001b[0m) │ (\u001b[38;5;45mNone\u001b[0m, \u001b[38;5;34m512\u001b[0m, \u001b[38;5;34m64\u001b[0m) │ \u001b[38;5;34m0\u001b[0m │\n", + "├─────────────────────────────────┼────────────────────────┼───────────────┤\n", + "│ max_pool1d_w4 (\u001b[38;5;33mMaxPooling1D\u001b[0m) │ (\u001b[38;5;45mNone\u001b[0m, \u001b[38;5;34m256\u001b[0m, \u001b[38;5;34m64\u001b[0m) │ \u001b[38;5;34m0\u001b[0m │\n", + "└─────────────────────────────────┴────────────────────────┴───────────────┘\n" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/html": [ + "
 Total params: 0 (0.00 B)\n",
+       "
\n" + ], + "text/plain": [ + "\u001b[1m Total params: \u001b[0m\u001b[38;5;34m0\u001b[0m (0.00 B)\n" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/html": [ + "
 Trainable params: 0 (0.00 B)\n",
+       "
\n" + ], + "text/plain": [ + "\u001b[1m Trainable params: \u001b[0m\u001b[38;5;34m0\u001b[0m (0.00 B)\n" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/html": [ + "
 Non-trainable params: 0 (0.00 B)\n",
+       "
\n" + ], + "text/plain": [ + "\u001b[1m Non-trainable params: \u001b[0m\u001b[38;5;34m0\u001b[0m (0.00 B)\n" + ] + }, + "metadata": {}, + "output_type": "display_data" + } + ], + "source": [ + "model.summary()" + ] + }, + { + "cell_type": "markdown", + "id": "0905bc81-af38-4280-ae38-072b9530e565", + "metadata": {}, + "source": [ + "### Read training and test data" + ] + }, + { + "cell_type": "code", + "execution_count": 6, + "id": "841caa23-3f4f-455a-b21b-06a3b7cece28", + "metadata": {}, + "outputs": [ + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\u001b[1m1/1\u001b[0m \u001b[32m━━━━━━━━━━━━━━━━━━━━\u001b[0m\u001b[37m\u001b[0m \u001b[1m0s\u001b[0m 79ms/step\n" + ] + } + ], + "source": [ + "if not(\"RADIOML_DATA\" in os.environ):\n", + " print(\"Please set environment variable RADIOML_DATA to point to dataset found in https://www.kaggle.com/datasets/pinxau1000/radioml2018\")\n", + "data_file = os.environ[\"RADIOML_DATA\"] + 'GOLD_XYZ_OSC.0001_1024.hdf5'\n", + "file_handle = h5.File(data_file,'r')\n", + "myData = file_handle['X'][:] #1024x2 samples \n", + "myMods = file_handle['Y'][:] #mods \n", + "mySNRs = file_handle['Z'][:] #snrs \n", + "file_handle.close()\n", + "X_train ,X_predict ,Y_train ,Y_test, Z_train, Z_test =train_test_split(myData, myMods, mySNRs, test_size=0.2, random_state=0)\n", + "X_predict = X_predict[:NITERATIONS]\n", + "X_predict = (X_predict.astype(\"bfloat16\")).astype(\"float32\")\n", + "X_inputs = model_stim.predict(X_predict,batch_size=1024)\n", + "X_inputs = (X_inputs.astype(\"bfloat16\")).astype(\"float32\")\n" + ] + }, + { + "cell_type": "markdown", + "id": "53bf2899-8424-4f34-b305-dea322001c7c", + "metadata": {}, + "source": [ + "## Compute Golden Outputs" + ] + }, + { + "cell_type": "code", + "execution_count": 7, + "id": "532b9d20-6698-420d-842a-b5c2ee89c114", + "metadata": {}, + "outputs": [ + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\u001b[1m1/1\u001b[0m \u001b[32m━━━━━━━━━━━━━━━━━━━━\u001b[0m\u001b[37m\u001b[0m \u001b[1m0s\u001b[0m 37ms/step\n" + ] + } + ], + "source": [ + "predict = model.predict(X_inputs, batch_size=1024)\n", + "predict = (predict.astype(\"bfloat16\")).astype(\"float32\")\n" + ] + }, + { + "cell_type": "markdown", + "id": "b588f848-eb35-409a-94c0-9b9bf986383f", + "metadata": {}, + "source": [ + "## Store Layer Inputs" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "id": "84a1f04f-7eca-4694-906f-245a9001fd25", + "metadata": {}, + "outputs": [ + { + "name": "stdout", + "output_type": "stream", + "text": [ + "(4, 512, 64)\n", + "(4, 512, 64)\n" + ] + } + ], + "source": [ + "# Create directory if it doesn't exist\n", + "data_i = X_inputs\n", + "if not os.path.exists('data'):\n", + " os.makedirs('data')\n", + "np.savetxt('data/data_i.txt',np.reshape(data_i,(-1,4)),fmt='%.12f %.12f %.12f %.12f')\n", + "print(X_inputs.shape)\n", + "print(data_i.shape)\n" + ] + }, + { + "cell_type": "markdown", + "id": "33ae9119-15e3-49ce-9ef8-ffab0c9ec411", + "metadata": {}, + "source": [ + "## Store Layer Outputs" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "id": "de799f89-ecbe-4480-9dcf-3bb4e5402546", + "metadata": {}, + "outputs": [ + { + "name": "stdout", + "output_type": "stream", + "text": [ + "(4, 256, 64)\n" + ] + } + ], + "source": [ + "data_o = predict\n", + "\n", + "np.savetxt('data/data_o.txt',np.reshape(data_o,(-1,4)),fmt='%.12f %.12f %.12f %.12f')\n", + "print(data_o.shape)" + ] + }, + { + "cell_type": "markdown", + "id": "06a8af86", + "metadata": {}, + "source": [ + "## Run Vitis Functional Simulation" + ] + }, + { + "cell_type": "code", + "execution_count": 10, + "id": "9986c78f", + "metadata": {}, + "outputs": [ + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n", + "Compiling AIE Graph\n", + "Compilation directory: /group/fndprod/faisale/repo/internal/designs/radio-ml/aie/max_pool1d_template/vfs_work/max_pool1d_w4_app_8ac1a6e3\n", + "Compilation command: v++ -c --mode aie --config vfs_work/max_pool1d_w4_app_8ac1a6e3/max_pool1d_w4_app.cfg --work_dir vfs_work/max_pool1d_w4_app_8ac1a6e3/Work --output vfs_work/max_pool1d_w4_app_8ac1a6e3/libadf.a --target x86sim\n", + "Writing log to: /group/fndprod/faisale/repo/internal/designs/radio-ml/aie/max_pool1d_template/vfs_work/max_pool1d_w4_app_8ac1a6e3/Work/logs/aie_x86sim.log\n", + "Please wait ...\n", + "\n", + "Compilation finished successfully.\n", + "Loaded AIEGraph\n" + ] + } + ], + "source": [ + "max_pool1d_w4_graph = vfs.aieGraph(\n", + " input_file='max_pool1d_w4_app.cpp',\n", + " part=\"xc2ve3858-ssva2112-2MP-e-S\",\n", + " include_paths=['./','../utility'])\n", + "act_o = max_pool1d_w4_graph.run(va.array(np.reshape(data_i,(1,-1)),dtype=va.bfloat16))\n", + "act_o = np.array(act_o)\n" + ] + }, + { + "cell_type": "code", + "execution_count": 11, + "id": "66a9c0d5", + "metadata": {}, + "outputs": [ + { + "data": { + "image/png": "iVBORw0KGgoAAAANSUhEUgAAAjcAAAGzCAYAAADT4Tb9AAAAOnRFWHRTb2Z0d2FyZQBNYXRwbG90bGliIHZlcnNpb24zLjEwLjMsIGh0dHBzOi8vbWF0cGxvdGxpYi5vcmcvZiW1igAAAAlwSFlzAAAPYQAAD2EBqD+naQAAJnFJREFUeJzt3Xt0lOWBx/HfhDCTIEzCJWQIJlwqEhAETUwItaXbzGlUdttssaVZqkipFAsUG5ZKEEkv28b1VrQilPYU9CiF4hZWEeNmA+ItBgighEsKKwJCJ4FiJoASAvPsHx7eOibhYjMkefL9nDOn5n2fd97nfc44+XYyM7qMMUYAAACWiGrtCQAAALQk4gYAAFiFuAEAAFYhbgAAgFWIGwAAYBXiBgAAWIW4AQAAViFuAACAVYgbAABgFeIGAABYhbgB0CYsW7ZMLper2dvbb7/d2lME0E5Et/YEAODTfv7zn2vAgAGNtl9zzTWtMBsA7RFxA6BNufXWW5Wenn7J48+ePatQKCS3291o36lTp3TVVVd97rkYY3T69GnFxsZ+7vsAcOXxZykA7cb7778vl8ulRx55RAsWLNAXvvAFeTwe7dq1Sz/96U/lcrm0a9cu/du//Zu6d++um2++WdInAfSLX/zCGd+/f3/NnTtX9fX1Yfffv39//fM//7NeeeUVpaenKzY2Vr/97W9b41IB/AN45QZAmxIMBnXs2LGwbS6XSz179nR+Xrp0qU6fPq0pU6bI4/GoR48ezr5vfetbGjRokH71q1/JGCNJ+v73v6+nn35at99+u2bNmqXy8nIVFRVp9+7dWr16ddi5qqqqlJeXpx/84Ae6++67NXjw4AheLYBIIG4AtCl+v7/RNo/Ho9OnTzs/f/DBB9q3b58SEhIajR0xYoSWL1/u/PzOO+/o6aef1ve//3397ne/kyT98Ic/VO/evfXII49ow4YN+qd/+idn/L59+1RcXKycnJyWvCwAVxBxA6BNWbhwoa699tqwbZ06dQr7edy4cU2GjSRNnTo17Od169ZJkvLz88O2z5o1S4888oheeumlsLgZMGAAYQO0c8QNgDYlIyPjom8oburTVM3tO3DggKKiohp92srn8yk+Pl4HDhy45PsG0D7whmIA7c6FPr3U3D6Xy/UP3zeA9oG4AWC1fv36KRQKae/evWHbq6urVVtbq379+rXSzABECnEDwGq33XabJGnBggVh2x977DFJ0tixY6/0lABEGO+5AdCmvPzyy9qzZ0+j7aNHj1ZU1OX//7ERI0Zo4sSJWrJkiWprazVmzBht2rRJTz/9tHJzc8PeTAzADsQNgDZl/vz5TW5funSpvvKVr3yu+/z973+vgQMHatmyZVq9erV8Pp8KCgpUWFj4D8wUQFvlMue/5QoAAMACvOcGAABYhbgBAABWIW4AAIBViBsAAGAV4gYAAFiFuAEAAFbpkN9zEwqFdOTIEXXr1u2S/3szAACgdRljdOLECSUlJV3wSz07ZNwcOXJEycnJrT0NAADwORw6dEhXX311s/s7ZNx069ZN0ieL4/V6W3k2AADgUtTV1Sk5Odn5Pd6cDhk35/8U5fV6iRsAANqZi72lhDcUAwAAqxA3AADAKsQNAACwCnEDAACsQtwAAACrEDcAAMAqxA0AALAKcQMAAKxC3AAAAKsQNwAAwCrEDQAAsApxAwAArELcAAAAqxA3AADAKsQNAACwCnEDAACsQtwAAACrEDcAAMAqxA0AALAKcQMAAKxC3AAAAKsQNwAAwCrEDQAAsApxAwAArELcAAAAqxA3AADAKsQNAACwCnEDAACsQtwAAACrEDcAAMAqxA0AALAKcQMAAKxC3AAAAKsQNwAAwCrEDQAAsApxAwAArELcAAAAqxA3AADAKsQNAACwCnEDAACsQtwAAACrEDcAAMAqxA0AALDKFYmbhQsXqn///oqJiVFmZqY2bdp0wfGrVq1SamqqYmJiNHz4cK1bt67ZsVOnTpXL5dKCBQtaeNYAAKA9injcrFy5Uvn5+SosLNTWrVs1YsQI5eTkqKampsnxb731lvLy8jR58mRt27ZNubm5ys3NVWVlZaOxq1ev1ttvv62kpKRIXwYAAGgnIh43jz32mO6++25NmjRJQ4cO1eLFi9WlSxf94Q9/aHL8448/rltuuUWzZ8/WkCFD9Itf/EI33nijnnzyybBxhw8f1owZM/Tcc8+pc+fOkb4MAADQTkQ0bs6cOaOKigr5/f6/nzAqSn6/X2VlZU0eU1ZWFjZeknJycsLGh0Ih3XHHHZo9e7auu+66i86jvr5edXV1YTcAAGCniMbNsWPHdO7cOSUmJoZtT0xMVCAQaPKYQCBw0fH/+Z//qejoaP3oRz+6pHkUFRUpLi7OuSUnJ1/mlQAAgPai3X1aqqKiQo8//riWLVsml8t1SccUFBQoGAw6t0OHDkV4lgAAoLVENG569eqlTp06qbq6Omx7dXW1fD5fk8f4fL4Ljn/99ddVU1OjlJQURUdHKzo6WgcOHNCsWbPUv3//Ju/T4/HI6/WG3QAAgJ0iGjdut1tpaWkqLS11toVCIZWWliorK6vJY7KyssLGS1JJSYkz/o477tC7776r7du3O7ekpCTNnj1br7zySuQuBgAAtAvRkT5Bfn6+Jk6cqPT0dGVkZGjBggU6deqUJk2aJEm688471bdvXxUVFUmSZs6cqTFjxujRRx/V2LFjtWLFCm3ZskVLliyRJPXs2VM9e/YMO0fnzp3l8/k0ePDgSF8OAABo4yIeN+PHj9fRo0c1f/58BQIBjRw5UsXFxc6bhg8ePKioqL+/gDR69GgtX75c8+bN09y5czVo0CCtWbNGw4YNi/RUAQCABVzGGNPak7jS6urqFBcXp2AwyPtvAABoJy7193e7+7QUAADAhRA3AADAKsQNAACwCnEDAACsQtwAAACrEDcAAMAqxA0AALAKcQMAAKxC3AAAAKsQNwAAwCrEDQAAsApxAwAArELcAAAAqxA3AADAKsQNAACwCnEDAACsQtwAAACrEDcAAMAqxA0AALAKcQMAAKxC3AAAAKsQNwAAwCrEDQAAsApxAwAArELcAAAAqxA3AADAKsQNAACwCnEDAACsQtwAAACrEDcAAMAqxA0AALAKcQMAAKxC3AAAAKsQNwAAwCrEDQAAsApxAwAArELcAAAAqxA3AADAKsQNAACwCnEDAACsQtwAAACrEDcAAMAqxA0AALAKcQMAAKxC3AAAAKsQNwAAwCrEDQAAsApxAwAArELcAAAAqxA3AADAKsQNAACwCnEDAACsQtwAAACrEDcAAMAqxA0AALAKcQMAAKxyReJm4cKF6t+/v2JiYpSZmalNmzZdcPyqVauUmpqqmJgYDR8+XOvWrXP2NTQ06L777tPw4cN11VVXKSkpSXfeeaeOHDkS6csAAADtQMTjZuXKlcrPz1dhYaG2bt2qESNGKCcnRzU1NU2Of+utt5SXl6fJkydr27Ztys3NVW5uriorKyVJH330kbZu3aoHHnhAW7du1Z///GdVVVXp61//eqQvBQAAtAMuY4yJ5AkyMzN100036cknn5QkhUIhJScna8aMGZozZ06j8ePHj9epU6e0du1aZ9uoUaM0cuRILV68uMlzbN68WRkZGTpw4IBSUlIuOqe6ujrFxcUpGAzK6/V+zisDAABX0qX+/o7oKzdnzpxRRUWF/H7/308YFSW/36+ysrImjykrKwsbL0k5OTnNjpekYDAol8ul+Pj4JvfX19errq4u7AYAAOwU0bg5duyYzp07p8TExLDtiYmJCgQCTR4TCAQua/zp06d13333KS8vr9mKKyoqUlxcnHNLTk7+HFcDAADag3b9aamGhgZ9+9vfljFGixYtanZcQUGBgsGgczt06NAVnCUAALiSoiN557169VKnTp1UXV0dtr26ulo+n6/JY3w+3yWNPx82Bw4c0Pr16y/4tzePxyOPx/M5rwIAALQnEX3lxu12Ky0tTaWlpc62UCik0tJSZWVlNXlMVlZW2HhJKikpCRt/Pmz27t2r//3f/1XPnj0jcwEAAKDdiegrN5KUn5+viRMnKj09XRkZGVqwYIFOnTqlSZMmSZLuvPNO9e3bV0VFRZKkmTNnasyYMXr00Uc1duxYrVixQlu2bNGSJUskfRI2t99+u7Zu3aq1a9fq3LlzzvtxevToIbfbHelLAgAAbVjE42b8+PE6evSo5s+fr0AgoJEjR6q4uNh50/DBgwcVFfX3F5BGjx6t5cuXa968eZo7d64GDRqkNWvWaNiwYZKkw4cP64UXXpAkjRw5MuxcGzZs0Fe+8pVIXxIAAGjDIv49N20R33MDAED70ya+5wYAAOBKI24AAIBViBsAAGAV4gYAAFiFuAEAAFYhbgAAgFWIGwAAYBXiBgAAWIW4AQAAViFuAACAVYgbAABgFeIGAABYhbgBAABWIW4AAIBViBsAAGAV4gYAAFiFuAEAAFYhbgAAgFWIGwAAYBXiBgAAWIW4AQAAViFuAACAVYgbAABgFeIGAABYhbgBAABWIW4AAIBViBsAAGAV4gYAAFiFuAEAAFYhbgAAgFWIGwAAYBXiBgAAWIW4AQAAViFuAACAVYgbAABgFeIGAABYhbgBAABWIW4AAIBViBsAAGAV4gYAAFiFuAEAAFYhbgAAgFWIGwAAYBXiBgAAWIW4AQAAViFuAACAVYgbAABgFeIGAABYhbgBAABWIW4AAIBViBsAAGAV4gYAAFiFuAEAAFYhbgAAgFWIGwAAYBXiBgAAWIW4AQAAVrkicbNw4UL1799fMTExyszM1KZNmy44ftWqVUpNTVVMTIyGDx+udevWhe03xmj+/Pnq06ePYmNj5ff7tXfv3kheAgAAaCciHjcrV65Ufn6+CgsLtXXrVo0YMUI5OTmqqalpcvxbb72lvLw8TZ48Wdu2bVNubq5yc3NVWVnpjHnooYf0xBNPaPHixSovL9dVV12lnJwcnT59OtKXAwAA2jiXMcZE8gSZmZm66aab9OSTT0qSQqGQkpOTNWPGDM2ZM6fR+PHjx+vUqVNau3ats23UqFEaOXKkFi9eLGOMkpKSNGvWLP37v/+7JCkYDCoxMVHLli3Td77znUb3WV9fr/r6eufnuro6JScnKxgMyuv1tti1lu6u1hv7jrXY/QEA0F5lpybq5kG9WvQ+6+rqFBcXd9Hf39EtetbPOHPmjCoqKlRQUOBsi4qKkt/vV1lZWZPHlJWVKT8/P2xbTk6O1qxZI0nav3+/AoGA/H6/sz8uLk6ZmZkqKytrMm6Kior0s5/9rAWu6MIqDnyopW++H/HzAADQ1iV087R43FyqiMbNsWPHdO7cOSUmJoZtT0xM1J49e5o8JhAINDk+EAg4+89va27MZxUUFIQF0/lXblraqIE95XK1+N0CANDu3JjSvdXOHdG4aSs8Ho88Hk/Ez/PlaxP05WsTIn4eAADQvIi+obhXr17q1KmTqqurw7ZXV1fL5/M1eYzP57vg+PP/ezn3CQAAOo6Ixo3b7VZaWppKS0udbaFQSKWlpcrKymrymKysrLDxklRSUuKMHzBggHw+X9iYuro6lZeXN3ufAACg44j4n6Xy8/M1ceJEpaenKyMjQwsWLNCpU6c0adIkSdKdd96pvn37qqioSJI0c+ZMjRkzRo8++qjGjh2rFStWaMuWLVqyZIkkyeVy6d5779V//Md/aNCgQRowYIAeeOABJSUlKTc3N9KXAwAA2riIx8348eN19OhRzZ8/X4FAQCNHjlRxcbHzhuCDBw8qKurvLyCNHj1ay5cv17x58zR37lwNGjRIa9as0bBhw5wxP/nJT3Tq1ClNmTJFtbW1uvnmm1VcXKyYmJhIXw4AAGjjIv49N23RpX5OHgAAtB2X+vub/7YUAACwCnEDAACsQtwAAACrEDcAAMAqxA0AALAKcQMAAKxC3AAAAKsQNwAAwCrEDQAAsApxAwAArELcAAAAqxA3AADAKsQNAACwCnEDAACsQtwAAACrEDcAAMAqxA0AALAKcQMAAKxC3AAAAKsQNwAAwCrEDQAAsApxAwAArELcAAAAqxA3AADAKsQNAACwCnEDAACsQtwAAACrEDcAAMAqxA0AALAKcQMAAKxC3AAAAKsQNwAAwCrEDQAAsApxAwAArELcAAAAqxA3AADAKsQNAACwCnEDAACsQtwAAACrEDcAAMAqxA0AALAKcQMAAKxC3AAAAKsQNwAAwCrEDQAAsApxAwAArELcAAAAqxA3AADAKsQNAACwCnEDAACsQtwAAACrEDcAAMAqxA0AALAKcQMAAKxC3AAAAKsQNwAAwCoRi5vjx49rwoQJ8nq9io+P1+TJk3Xy5MkLHnP69GlNmzZNPXv2VNeuXTVu3DhVV1c7+9955x3l5eUpOTlZsbGxGjJkiB5//PFIXQIAAGiHIhY3EyZM0M6dO1VSUqK1a9fqtdde05QpUy54zI9//GO9+OKLWrVqlTZu3KgjR47om9/8prO/oqJCvXv31rPPPqudO3fq/vvvV0FBgZ588slIXQYAAGhnXMYY09J3unv3bg0dOlSbN29Wenq6JKm4uFi33XabPvjgAyUlJTU6JhgMKiEhQcuXL9ftt98uSdqzZ4+GDBmisrIyjRo1qslzTZs2Tbt379b69esveX51dXWKi4tTMBiU1+v9HFcIAACutEv9/R2RV27KysoUHx/vhI0k+f1+RUVFqby8vMljKioq1NDQIL/f72xLTU1VSkqKysrKmj1XMBhUjx49Ljif+vp61dXVhd0AAICdIhI3gUBAvXv3DtsWHR2tHj16KBAINHuM2+1WfHx82PbExMRmj3nrrbe0cuXKi/65q6ioSHFxcc4tOTn50i8GAAC0K5cVN3PmzJHL5brgbc+ePZGaa5jKykp94xvfUGFhob72ta9dcGxBQYGCwaBzO3To0BWZIwAAuPKiL2fwrFmzdNddd11wzMCBA+Xz+VRTUxO2/ezZszp+/Lh8Pl+Tx/l8Pp05c0a1tbVhr95UV1c3OmbXrl3Kzs7WlClTNG/evIvO2+PxyOPxXHQcAABo/y4rbhISEpSQkHDRcVlZWaqtrVVFRYXS0tIkSevXr1coFFJmZmaTx6Slpalz584qLS3VuHHjJElVVVU6ePCgsrKynHE7d+7UV7/6VU2cOFG//OUvL2f6AACgA4jIp6Uk6dZbb1V1dbUWL16shoYGTZo0Senp6Vq+fLkk6fDhw8rOztYzzzyjjIwMSdI999yjdevWadmyZfJ6vZoxY4akT95bI33yp6ivfvWrysnJ0cMPP+ycq1OnTpcUXefxaSkAANqfS/39fVmv3FyO5557TtOnT1d2draioqI0btw4PfHEE87+hoYGVVVV6aOPPnK2/frXv3bG1tfXKycnR0899ZSz//nnn9fRo0f17LPP6tlnn3W29+vXT++//36kLgUAALQjEXvlpi3jlRsAANqfVv2eGwAAgNZC3AAAAKsQNwAAwCrEDQAAsApxAwAArELcAAAAqxA3AADAKsQNAACwCnEDAACsQtwAAACrEDcAAMAqxA0AALAKcQMAAKxC3AAAAKsQNwAAwCrEDQAAsApxAwAArELcAAAAqxA3AADAKsQNAACwCnEDAACsQtwAAACrEDcAAMAqxA0AALAKcQMAAKxC3AAAAKsQNwAAwCrEDQAAsApxAwAArELcAAAAqxA3AADAKsQNAACwCnEDAACsQtwAAACrEDcAAMAqxA0AALAKcQMAAKxC3AAAAKsQNwAAwCrEDQAAsApxAwAArELcAAAAqxA3AADAKsQNAACwCnEDAACsQtwAAACrEDcAAMAqxA0AALAKcQMAAKxC3AAAAKsQNwAAwCrEDQAAsApxAwAArELcAAAAqxA3AADAKsQNAACwSsTi5vjx45owYYK8Xq/i4+M1efJknTx58oLHnD59WtOmTVPPnj3VtWtXjRs3TtXV1U2O/dvf/qarr75aLpdLtbW1EbgCAADQHkUsbiZMmKCdO3eqpKREa9eu1WuvvaYpU6Zc8Jgf//jHevHFF7Vq1Spt3LhRR44c0Te/+c0mx06ePFnXX399JKYOAADaMZcxxrT0ne7evVtDhw7V5s2blZ6eLkkqLi7Wbbfdpg8++EBJSUmNjgkGg0pISNDy5ct1++23S5L27NmjIUOGqKysTKNGjXLGLlq0SCtXrtT8+fOVnZ2tDz/8UPHx8Zc8v7q6OsXFxSkYDMrr9f5jFwsAAK6IS/39HZFXbsrKyhQfH++EjST5/X5FRUWpvLy8yWMqKirU0NAgv9/vbEtNTVVKSorKysqcbbt27dLPf/5zPfPMM4qKurTp19fXq66uLuwGAADsFJG4CQQC6t27d9i26Oho9ejRQ4FAoNlj3G53o1dgEhMTnWPq6+uVl5enhx9+WCkpKZc8n6KiIsXFxTm35OTky7sgAADQblxW3MyZM0cul+uCtz179kRqriooKNCQIUP03e9+97KPCwaDzu3QoUMRmiEAAGht0ZczeNasWbrrrrsuOGbgwIHy+XyqqakJ23727FkdP35cPp+vyeN8Pp/OnDmj2trasFdvqqurnWPWr1+vHTt26Pnnn5cknX+7UK9evXT//ffrZz/7WZP37fF45PF4LuUSAQBAO3dZcZOQkKCEhISLjsvKylJtba0qKiqUlpYm6ZMwCYVCyszMbPKYtLQ0de7cWaWlpRo3bpwkqaqqSgcPHlRWVpYk6b/+67/08ccfO8ds3rxZ3/ve9/T666/rC1/4wuVcCgAAsNRlxc2lGjJkiG655RbdfffdWrx4sRoaGjR9+nR95zvfcT4pdfjwYWVnZ+uZZ55RRkaG4uLiNHnyZOXn56tHjx7yer2aMWOGsrKynE9KfTZgjh075pzvcj4tBQAA7BWRuJGk5557TtOnT1d2draioqI0btw4PfHEE87+hoYGVVVV6aOPPnK2/frXv3bG1tfXKycnR0899VSkpggAACwUke+5aev4nhsAANqfVv2eGwAAgNZC3AAAAKsQNwAAwCrEDQAAsApxAwAArELcAAAAqxA3AADAKsQNAACwCnEDAACsQtwAAACrEDcAAMAqxA0AALAKcQMAAKxC3AAAAKsQNwAAwCrEDQAAsApxAwAArELcAAAAqxA3AADAKsQNAACwCnEDAACsQtwAAACrEDcAAMAqxA0AALAKcQMAAKxC3AAAAKsQNwAAwCrEDQAAsApxAwAArELcAAAAqxA3AADAKsQNAACwCnEDAACsQtwAAACrEDcAAMAqxA0AALAKcQMAAKxC3AAAAKsQNwAAwCrEDQAAsApxAwAArELcAAAAq0S39gRagzFGklRXV9fKMwEAAJfq/O/t87/Hm9Mh4+bEiROSpOTk5FaeCQAAuFwnTpxQXFxcs/td5mL5Y6FQKKQjR46oW7ducrlcLXrfdXV1Sk5O1qFDh+T1elv0vtsj1qMx1qQx1qQx1qQx1iRcR1wPY4xOnDihpKQkRUU1/86aDvnKTVRUlK6++uqInsPr9XaYB9ulYD0aY00aY00aY00aY03CdbT1uNArNufxhmIAAGAV4gYAAFiFuGlhHo9HhYWF8ng8rT2VNoH1aIw1aYw1aYw1aYw1Ccd6NK9DvqEYAADYi1duAACAVYgbAABgFeIGAABYhbgBAABWIW4AAIBViJsWtHDhQvXv318xMTHKzMzUpk2bWntKn8trr72mf/mXf1FSUpJcLpfWrFkTtt8Yo/nz56tPnz6KjY2V3+/X3r17w8YcP35cEyZMkNfrVXx8vCZPnqyTJ0+GjXn33Xf1pS99STExMUpOTtZDDz3UaC6rVq1SamqqYmJiNHz4cK1bt67Fr/diioqKdNNNN6lbt27q3bu3cnNzVVVVFTbm9OnTmjZtmnr27KmuXbtq3Lhxqq6uDhtz8OBBjR07Vl26dFHv3r01e/ZsnT17NmzMq6++qhtvvFEej0fXXHONli1b1mg+beFxtmjRIl1//fXON6NmZWXp5ZdfdvZ3tPVoyoMPPiiXy6V7773X2dbR1uWnP/2pXC5X2C01NdXZ39HWQ5IOHz6s7373u+rZs6diY2M1fPhwbdmyxdnf0Z5fI8agRaxYscK43W7zhz/8wezcudPcfffdJj4+3lRXV7f21C7bunXrzP3332/+/Oc/G0lm9erVYfsffPBBExcXZ9asWWPeeecd8/Wvf90MGDDAfPzxx86YW265xYwYMcK8/fbb5vXXXzfXXHONycvLc/YHg0GTmJhoJkyYYCorK80f//hHExsba3772986Y958803TqVMn89BDD5ldu3aZefPmmc6dO5sdO3ZEfA0+LScnxyxdutRUVlaa7du3m9tuu82kpKSYkydPOmOmTp1qkpOTTWlpqdmyZYsZNWqUGT16tLP/7NmzZtiwYcbv95tt27aZdevWmV69epmCggJnzHvvvWe6dOli8vPzza5du8xvfvMb06lTJ1NcXOyMaSuPsxdeeMG89NJL5i9/+Yupqqoyc+fONZ07dzaVlZXGmI63Hp+1adMm079/f3P99debmTNnOts72roUFhaa6667zvz1r391bkePHnX2d7T1OH78uOnXr5+56667THl5uXnvvffMK6+8Yvbt2+eM6WjPr5FC3LSQjIwMM23aNOfnc+fOmaSkJFNUVNSKs/rHfTZuQqGQ8fl85uGHH3a21dbWGo/HY/74xz8aY4zZtWuXkWQ2b97sjHn55ZeNy+Uyhw8fNsYY89RTT5nu3bub+vp6Z8x9991nBg8e7Pz87W9/24wdOzZsPpmZmeYHP/hBi17j5aqpqTGSzMaNG40xn1x/586dzapVq5wxu3fvNpJMWVmZMeaTYIyKijKBQMAZs2jRIuP1ep01+MlPfmKuu+66sHONHz/e5OTkOD+35cdZ9+7dze9///sOvx4nTpwwgwYNMiUlJWbMmDFO3HTEdSksLDQjRoxocl9HXI/77rvP3Hzzzc3u5/m15fBnqRZw5swZVVRUyO/3O9uioqLk9/tVVlbWijNrefv371cgEAi71ri4OGVmZjrXWlZWpvj4eKWnpztj/H6/oqKiVF5e7oz58pe/LLfb7YzJyclRVVWVPvzwQ2fMp89zfkxrr2kwGJQk9ejRQ5JUUVGhhoaGsLmmpqYqJSUlbE2GDx+uxMREZ0xOTo7q6uq0c+dOZ8yFrretPs7OnTunFStW6NSpU8rKyurw6zFt2jSNHTu20dw76rrs3btXSUlJGjhwoCZMmKCDBw9K6pjr8cILLyg9PV3f+ta31Lt3b91www363e9+5+zn+bXlEDct4NixYzp37lzYv4CSlJiYqEAg0Eqziozz13Ohaw0EAurdu3fY/ujoaPXo0SNsTFP38elzNDemNdc0FArp3nvv1Re/+EUNGzZM0ifzdLvdio+PDxv72TX5vNdbV1enjz/+uM09znbs2KGuXbvK4/Fo6tSpWr16tYYOHdph10OSVqxYoa1bt6qoqKjRvo64LpmZmVq2bJmKi4u1aNEi7d+/X1/60pd04sSJDrke7733nhYtWqRBgwbplVde0T333KMf/ehHevrppyXx/NqSolt7AkB7Mm3aNFVWVuqNN95o7am0usGDB2v79u0KBoN6/vnnNXHiRG3cuLG1p9VqDh06pJkzZ6qkpEQxMTGtPZ024dZbb3X++frrr1dmZqb69eunP/3pT4qNjW3FmbWOUCik9PR0/epXv5Ik3XDDDaqsrNTixYs1ceLEVp6dXXjlpgX06tVLnTp1avQu/+rqavl8vlaaVWScv54LXavP51NNTU3Y/rNnz+r48eNhY5q6j0+fo7kxrbWm06dP19q1a7VhwwZdffXVznafz6czZ86otrY2bPxn1+TzXq/X61VsbGybe5y53W5dc801SktLU1FRkUaMGKHHH3+8w65HRUWFampqdOONNyo6OlrR0dHauHGjnnjiCUVHRysxMbFDrsunxcfH69prr9W+ffs65OOkT58+Gjp0aNi2IUOGOH+q68jPry2NuGkBbrdbaWlpKi0tdbaFQiGVlpYqKyurFWfW8gYMGCCfzxd2rXV1dSovL3euNSsrS7W1taqoqHDGrF+/XqFQSJmZmc6Y1157TQ0NDc6YkpISDR48WN27d3fGfPo858dc6TU1xmj69OlavXq11q9frwEDBoTtT0tLU+fOncPmWlVVpYMHD4atyY4dO8KelEpKSuT1ep0nu4tdb1t/nIVCIdXX13fY9cjOztaOHTu0fft255aenq4JEyY4/9wR1+XTTp48qf/7v/9Tnz59OuTj5Itf/GKjr5H4y1/+on79+knqmM+vEdPa72i2xYoVK4zH4zHLli0zu3btMlOmTDHx8fFh7/JvL06cOGG2bdtmtm3bZiSZxx57zGzbts0cOHDAGPPJRxXj4+PNf//3f5t3333XfOMb32jyo4o33HCDKS8vN2+88YYZNGhQ2EcVa2trTWJiornjjjtMZWWlWbFihenSpUujjypGR0ebRx55xOzevdsUFha2ykcV77nnHhMXF2deffXVsI+0fvTRR86YqVOnmpSUFLN+/XqzZcsWk5WVZbKyspz95z/S+rWvfc1s377dFBcXm4SEhCY/0jp79myze/dus3DhwiY/0toWHmdz5swxGzduNPv37zfvvvuumTNnjnG5XOZ//ud/jDEdbz2a8+lPSxnT8dZl1qxZ5tVXXzX79+83b775pvH7/aZXr16mpqbGGNPx1mPTpk0mOjra/PKXvzR79+41zz33nOnSpYt59tlnnTEd7fk1UoibFvSb3/zGpKSkGLfbbTIyMszbb7/d2lP6XDZs2GAkNbpNnDjRGPPJxxUfeOABk5iYaDwej8nOzjZVVVVh9/G3v/3N5OXlma5duxqv12smTZpkTpw4ETbmnXfeMTfffLPxeDymb9++5sEHH2w0lz/96U/m2muvNW6321x33XXmpZdeith1N6eptZBkli5d6oz5+OOPzQ9/+EPTvXt306VLF/Ov//qv5q9//WvY/bz//vvm1ltvNbGxsaZXr15m1qxZpqGhIWzMhg0bzMiRI43b7TYDBw4MO8d5beFx9r3vfc/069fPuN1uk5CQYLKzs52wMabjrUdzPhs3HW1dxo8fb/r06WPcbrfp27evGT9+fNh3unS09TDGmBdffNEMGzbMeDwek5qaapYsWRK2v6M9v0aKyxhjWuc1IwAAgJbHe24AAIBViBsAAGAV4gYAAFiFuAEAAFYhbgAAgFWIGwAAYBXiBgAAWIW4AQAAViFuAACAVYgbAABgFeIGAABY5f8Bnl5K5K3lZgMAAAAASUVORK5CYII=", + "text/plain": [ + "
" + ] + }, + "metadata": {}, + "output_type": "display_data" + } + ], + "source": [ + "data_o_reshaped = np.reshape(data_o,(-1))\n", + "err = data_o_reshaped-act_o\n", + "plt.plot(err)\n", + "plt.title(\"Error\")\n", + "plt.show()\n" + ] + } + ], + "metadata": { + "kernelspec": { + "display_name": "my-venv", + "language": "python", + "name": "python3" + }, + "language_info": { + "codemirror_mode": { + "name": "ipython", + "version": 3 + }, + "file_extension": ".py", + "mimetype": "text/x-python", + "name": "python", + "nbconvert_exporter": "python", + "pygments_lexer": "ipython3", + "version": "3.12.3" + } + }, + "nbformat": 4, + "nbformat_minor": 5 +} diff --git a/AI_Engine_Development/AIE-MLv2/Design_Tutorials/01-Radio-ML/aie/max_pool1d_template/max_pool1d_graph_template.h b/AI_Engine_Development/AIE-MLv2/Design_Tutorials/01-Radio-ML/aie/max_pool1d_template/max_pool1d_graph_template.h new file mode 100755 index 0000000000..eb50c06200 --- /dev/null +++ b/AI_Engine_Development/AIE-MLv2/Design_Tutorials/01-Radio-ML/aie/max_pool1d_template/max_pool1d_graph_template.h @@ -0,0 +1,48 @@ +// +// Copyright (C) 2024, Advanced Micro Devices, Inc. All rights reserved. +// SPDX-License-Identifier: MIT +// +// Author: Faisal El-Shabani + +#pragma once + +#include +#include "max_pool1d_template.h" +#include "ceil_constexpr.h" + +using namespace adf; + +// ------------------------------------------------------------ +// Top Level Graph +// ------------------------------------------------------------ + +template +class max_pool1d_graph_template : public graph { +public: + // Declare Kernels + kernel kk; + + // Declare IOs + port data_i; + port data_o; + + static constexpr double BUFFER_SIZE_MULTIPLE = NSAMP*NNODES*2*2*2.0/65536; // Ratio of output buffer size to local tile memory + // *2 -> 2 bytes per sample + // *2 -> ping-pong + // *2 -> Margin to ensure input buffer uses only two banks (same applies for output buffer) + // 65536 -> Local tile memory (64KB) + static constexpr unsigned NSPLIT = ceil_constexpr(BUFFER_SIZE_MULTIPLE); // Process incoming samples in NSPLIT chunks so IO buffers fit in local tile memory. Return type of ceil in c++17 is not constexpr. + + max_pool1d_graph_template( void ) + { + kk = kernel::create_object>(); + source(kk) = "max_pool1d_template.cpp"; + runtime(kk) = 0.9; + repetition_count(kk) = NSPLIT; + + // Connect inputs: + connect<> ( data_i, kk.in[0] ); dimensions(kk.in[0]) = {NSAMP/NSPLIT *NNODES}; + connect<> ( kk.out[0], data_o ); dimensions(kk.out[0]) = {NSAMP/NSPLIT/2*NNODES}; + } +}; + diff --git a/AI_Engine_Development/AIE-MLv2/Design_Tutorials/01-Radio-ML/aie/max_pool1d_template/max_pool1d_template.cpp b/AI_Engine_Development/AIE-MLv2/Design_Tutorials/01-Radio-ML/aie/max_pool1d_template/max_pool1d_template.cpp new file mode 100755 index 0000000000..1841579d47 --- /dev/null +++ b/AI_Engine_Development/AIE-MLv2/Design_Tutorials/01-Radio-ML/aie/max_pool1d_template/max_pool1d_template.cpp @@ -0,0 +1,50 @@ +// +// Copyright (C) 2024, Advanced Micro Devices, Inc. All rights reserved. +// SPDX-License-Identifier: MIT +// +// Author: Faisal El-Shabani + +#include +#include + +#include "max_pool1d_template.h" + +// ------------------------------------------------------------ +// Constructor +// ------------------------------------------------------------ + +template +max_pool1d_template::max_pool1d_template() +{ + aie::set_rounding(aie::rounding_mode::symmetric_inf); + aie::set_saturation(aie::saturation_mode::saturate); +} + +// ------------------------------------------------------------ +// Run +// ------------------------------------------------------------ + +template +void max_pool1d_template::run( input_buffer& __restrict data_i, + output_buffer& __restrict data_o) +{ + + aie::vector data_i_0; + aie::vector data_i_1; + + // Loop over some samples: + //for ( unsigned n=0; n < NSPLIT; n++) + //{ + auto p_data_i = aie::begin_vector<64>(data_i); + auto p_data_o = aie::begin_vector<64>(data_o); + // Loop over some nodes and samples + for ( unsigned ii=0; ii < NNODES*NSAMP/64/2/NSPLIT; ii++) + chess_loop_range(NNODES*NSAMP/64/2/NSPLIT,) + chess_prepare_for_pipelining + { + data_i_0 = *p_data_i++; + data_i_1 = *p_data_i++; + *p_data_o++ = aie::max(data_i_0,data_i_1); + } + //} +} \ No newline at end of file diff --git a/AI_Engine_Development/AIE-MLv2/Design_Tutorials/01-Radio-ML/aie/max_pool1d_template/max_pool1d_template.h b/AI_Engine_Development/AIE-MLv2/Design_Tutorials/01-Radio-ML/aie/max_pool1d_template/max_pool1d_template.h new file mode 100755 index 0000000000..b949b211c2 --- /dev/null +++ b/AI_Engine_Development/AIE-MLv2/Design_Tutorials/01-Radio-ML/aie/max_pool1d_template/max_pool1d_template.h @@ -0,0 +1,33 @@ +// +// Copyright (C) 2024, Advanced Micro Devices, Inc. All rights reserved. +// SPDX-License-Identifier: MIT +// +// Author: Faisal El-Shabani + +#pragma once + +#include +#include + +using namespace adf; + +template +class max_pool1d_template { +public: + typedef bfloat16 TT_DATA; +private: + +public: + // Constructor: + max_pool1d_template( void ); + + // Run: + void run( input_buffer& __restrict data_i, + output_buffer& __restrict data_o); + + static void registerKernelClass( void ) + { + REGISTER_FUNCTION( max_pool1d_template::run ); + } +}; + diff --git a/AI_Engine_Development/AIE-MLv2/Design_Tutorials/01-Radio-ML/aie/max_pool1d_template/max_pool1d_w4_app.cpp b/AI_Engine_Development/AIE-MLv2/Design_Tutorials/01-Radio-ML/aie/max_pool1d_template/max_pool1d_w4_app.cpp new file mode 100755 index 0000000000..70e1aac68a --- /dev/null +++ b/AI_Engine_Development/AIE-MLv2/Design_Tutorials/01-Radio-ML/aie/max_pool1d_template/max_pool1d_w4_app.cpp @@ -0,0 +1,36 @@ +// +// Copyright (C) 2024, Advanced Micro Devices, Inc. All rights reserved. +// SPDX-License-Identifier: MIT +// +// Author: Faisal El-Shabani + +#include "max_pool1d_graph_template.h" + +class dut_graph : public graph { + max_pool1d_graph_template<512,64> dut; // NSAMP=512, NNODES=64 +public: + input_plio data_i; + output_plio data_o; + + dut_graph( void ) + { + data_i = input_plio::create("PLIO_i_0",plio_64_bits,"data/data_i.txt"); + connect<>(data_i.out[0],dut.data_i); + + data_o = output_plio::create("PLIO_o_0",plio_64_bits,"data/data_o.txt"); + connect<>(dut.data_o,data_o.in[0]); + } +}; + +// Instantiate AIE graph: +dut_graph aie_dut; + +// Initialize and run the graph: +int main(void) +{ + aie_dut.init(); + aie_dut.run(4); + aie_dut.end(); + + return 0; +} diff --git a/AI_Engine_Development/AIE-MLv2/Design_Tutorials/01-Radio-ML/aie/max_pool1d_template/max_pool1d_w4_gmio_app.cpp b/AI_Engine_Development/AIE-MLv2/Design_Tutorials/01-Radio-ML/aie/max_pool1d_template/max_pool1d_w4_gmio_app.cpp new file mode 100755 index 0000000000..44dd6419e0 --- /dev/null +++ b/AI_Engine_Development/AIE-MLv2/Design_Tutorials/01-Radio-ML/aie/max_pool1d_template/max_pool1d_w4_gmio_app.cpp @@ -0,0 +1,86 @@ +// +// Copyright (C) 2024, Advanced Micro Devices, Inc. All rights reserved. +// SPDX-License-Identifier: MIT +// +// Author: Faisal El-Shabani + +#include +#include +#include "max_pool1d_graph_template.h" +#include "read_file.h" + +class dut_graph : public graph { + max_pool1d_graph_template<512,64> dut; // NSAMP=512, NNODES=64 +public: + input_gmio data_i; + output_gmio data_o; + + dut_graph( void ) + { + /* Setup the GMIO to connect the AIE to global memory */ + // logical name of the gmio, burst length 64, 128 or 256 bytes), required bandwidth in MB/s + data_i = input_gmio::create("gmioIn",256,5000); + connect<>(data_i.out[0],dut.data_i); + + data_o = output_gmio::create("gmioOut",256,2500); + connect<>(dut.data_o,data_o.in[0]); + } +}; + +// Instantiate AIE graph: +dut_graph aie_dut; + +static constexpr unsigned ITERATIONS = 4; +static constexpr unsigned SAMPLES_PER_ITERATION = 512*64; +static constexpr unsigned BYTES_PER_SAMPLE = 2; +static constexpr unsigned SIG_I_BYTES = SAMPLES_PER_ITERATION * BYTES_PER_SAMPLE * ITERATIONS; +static constexpr unsigned SIG_O_BYTES = SAMPLES_PER_ITERATION/2 * BYTES_PER_SAMPLE * ITERATIONS; + +bfloat16 data_i_array[SAMPLES_PER_ITERATION*ITERATIONS]; + +// Initialize and run the graph: +int main(void) +{ + std::ofstream output_File("sig_o_sim.txt"); + + + aie_dut.init(); + + // Read input data + read_file("data/data_i.txt",data_i_array); + + bfloat16* sig_i_array=(bfloat16*)GMIO::malloc(SIG_I_BYTES); + bfloat16* sig_o_array=(bfloat16*)GMIO::malloc(SIG_O_BYTES); + + /* Copy the samples to the buffer */ + memcpy(sig_i_array, data_i_array, SIG_I_BYTES); + + aie_dut.data_i.gm2aie_nb(sig_i_array, SIG_I_BYTES); + + aie_dut.run(ITERATIONS); + + aie_dut.data_o.aie2gm_nb(sig_o_array, SIG_O_BYTES); + aie_dut.data_o.wait(); + + /* Post-processing */ + int count=0; + for(int i=0; i&1 | tee log + +x86com: + v++ --compile --config aie.cfg --mode aie --target=x86sim ${AIE_FLAGS} 2>&1 | tee log + +sim: + aiesimulator 2>&1 | tee -a log + +x86sim: + x86simulator 2>&1 | tee -a log + +profile: + aiesimulator --online -wdb -text --profile 2>&1 | tee -a log + +trace: + aiesimulator --hang-detect-time=5000 --online -wdb -text 2>&1 | tee -a log + +clean: + rm -rf .Xil Work libadf.a + rm -rf aiesimulator_output* aiesimulator*.log + rm -rf x86simulator_output* + rm -rf log log* + rm -rf *.xpe *.elf *.db *.soln Map_* xnw* *.lp *.log .xil .Xil *.lp *.db *.log *.exe *.vcd *.json + rm -rf vitis_analyzer* pl_sample_counts* pl_sample_count_* + rm -rf temp ISS_RPC_SERVER_PORT .crashReporter .AIE_SIM_CMD_LINE_OPTIONS + rm -rf system*.* trdata.aiesim function_wdb_dir .wsdata _ide vfs_work .ipynb_checkpoints + diff --git a/AI_Engine_Development/AIE-MLv2/Design_Tutorials/01-Radio-ML/aie/max_pool1d_w2/aie.cfg b/AI_Engine_Development/AIE-MLv2/Design_Tutorials/01-Radio-ML/aie/max_pool1d_w2/aie.cfg new file mode 100755 index 0000000000..bfd3f4aee8 --- /dev/null +++ b/AI_Engine_Development/AIE-MLv2/Design_Tutorials/01-Radio-ML/aie/max_pool1d_w2/aie.cfg @@ -0,0 +1,13 @@ +# +# Copyright (C) 2024, Advanced Micro Devices, Inc. All rights reserved. +# SPDX-License-Identifier: MIT +# +# Author: Faisal El-Shabani + +[aie] + +kernel-linting=true +xlopt=1 +verbose=true +pl-freq=625 +Xmapper=BufferOptLevel9 diff --git a/AI_Engine_Development/AIE-MLv2/Design_Tutorials/01-Radio-ML/aie/max_pool1d_w2/data/data_i.txt b/AI_Engine_Development/AIE-MLv2/Design_Tutorials/01-Radio-ML/aie/max_pool1d_w2/data/data_i.txt new file mode 100644 index 0000000000..63a83bae64 --- /dev/null +++ b/AI_Engine_Development/AIE-MLv2/Design_Tutorials/01-Radio-ML/aie/max_pool1d_w2/data/data_i.txt @@ -0,0 +1,65536 @@ +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.042724609375 +0.060302734375 0.116210937500 0.177734375000 0.225585937500 +0.135742187500 0.177734375000 0.104003906250 0.056884765625 +0.039306640625 0.029052734375 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.002899169922 0.051025390625 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.045166015625 +0.118652343750 0.221679687500 0.281250000000 0.261718750000 +0.226562500000 0.208984375000 0.133789062500 0.083496093750 +0.055175781250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.006835937500 0.000000000000 0.007659912109 0.000000000000 +0.000000000000 0.005981445312 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.010925292969 +0.071289062500 0.112304687500 0.173828125000 0.163085937500 +0.189453125000 0.230468750000 0.265625000000 0.292968750000 +0.316406250000 0.296875000000 0.296875000000 0.269531250000 +0.271484375000 0.170898437500 0.107910156250 0.036865234375 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.033935546875 0.058593750000 0.120605468750 0.141601562500 +0.164062500000 0.129882812500 0.105957031250 0.093261718750 +0.054443359375 0.004058837891 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.025756835938 0.045166015625 0.040771484375 0.071777343750 +0.105468750000 0.133789062500 0.148437500000 0.165039062500 +0.178710937500 0.208007812500 0.167968750000 0.159179687500 +0.186523437500 0.195312500000 0.133789062500 0.135742187500 +0.095703125000 0.090820312500 0.084960937500 0.056396484375 +0.081054687500 0.095214843750 0.072265625000 0.086425781250 +0.089355468750 0.133789062500 0.205078125000 0.148437500000 +0.185546875000 0.172851562500 0.201171875000 0.163085937500 +0.187500000000 0.120605468750 0.101562500000 0.062988281250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.017456054688 0.018798828125 +0.022949218750 0.060302734375 0.059814453125 0.074218750000 +0.084960937500 0.058105468750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.004547119141 0.000465393066 +0.027954101562 0.020629882812 0.001274108887 0.011291503906 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.037109375000 0.104980468750 +0.133789062500 0.172851562500 0.183593750000 0.203125000000 +0.225585937500 0.203125000000 0.179687500000 0.126953125000 +0.132812500000 0.032958984375 0.018188476562 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.044921875000 0.049072265625 0.050048828125 0.091308593750 +0.105468750000 0.105468750000 0.124511718750 0.073242187500 +0.010009765625 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.076660156250 0.115722656250 +0.136718750000 0.159179687500 0.134765625000 0.111328125000 +0.031738281250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.004760742188 0.046875000000 0.090820312500 +0.111328125000 0.078613281250 0.066406250000 0.037109375000 +0.002441406250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.058105468750 0.078613281250 0.068359375000 0.033203125000 +0.047119140625 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.024169921875 0.102050781250 +0.114257812500 0.098144531250 0.123046875000 0.169921875000 +0.187500000000 0.190429687500 0.193359375000 0.188476562500 +0.180664062500 0.114257812500 0.113281250000 0.088378906250 +0.090332031250 0.073730468750 0.056396484375 0.067871093750 +0.027587890625 0.047363281250 0.028320312500 0.055664062500 +0.027954101562 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.012573242188 0.083496093750 0.102539062500 +0.129882812500 0.184570312500 0.223632812500 0.230468750000 +0.247070312500 0.294921875000 0.318359375000 0.304687500000 +0.287109375000 0.251953125000 0.267578125000 0.283203125000 +0.243164062500 0.181640625000 0.139648437500 0.116210937500 +0.099121093750 0.061035156250 0.008300781250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.044921875000 0.119140625000 +0.141601562500 0.277343750000 0.310546875000 0.316406250000 +0.277343750000 0.300781250000 0.322265625000 0.265625000000 +0.212890625000 0.195312500000 0.150390625000 0.112304687500 +0.075683593750 0.068847656250 0.070312500000 0.046630859375 +0.001586914062 0.013610839844 0.000000000000 0.003479003906 +0.009704589844 0.024902343750 0.007354736328 0.000000000000 +0.000000000000 0.000000000000 0.004852294922 0.009948730469 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.030151367188 0.050048828125 0.111816406250 +0.150390625000 0.143554687500 0.144531250000 0.170898437500 +0.141601562500 0.104980468750 0.001838684082 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.008300781250 +0.031494140625 0.008850097656 0.008728027344 0.027832031250 +0.000000000000 0.000000000000 0.005249023438 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.037353515625 0.099121093750 +0.106445312500 0.133789062500 0.194335937500 0.181640625000 +0.115722656250 0.141601562500 0.098144531250 0.064453125000 +0.051757812500 0.009460449219 0.007812500000 0.011596679688 +0.029296875000 0.020874023438 0.021850585938 0.069335937500 +0.116210937500 0.137695312500 0.101562500000 0.140625000000 +0.126953125000 0.138671875000 0.102050781250 0.020507812500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.012756347656 0.018676757812 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.021606445312 0.076171875000 +0.151367187500 0.177734375000 0.238281250000 0.267578125000 +0.283203125000 0.255859375000 0.208007812500 0.154296875000 +0.065917968750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.073730468750 0.157226562500 +0.248046875000 0.333984375000 0.367187500000 0.398437500000 +0.417968750000 0.369140625000 0.345703125000 0.312500000000 +0.257812500000 0.219726562500 0.186523437500 0.140625000000 +0.150390625000 0.115234375000 0.115234375000 0.127929687500 +0.102539062500 0.101074218750 0.079101562500 0.050048828125 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.036376953125 +0.122558593750 0.190429687500 0.237304687500 0.261718750000 +0.308593750000 0.326171875000 0.330078125000 0.312500000000 +0.265625000000 0.232421875000 0.211914062500 0.223632812500 +0.211914062500 0.233398437500 0.275390625000 0.302734375000 +0.359375000000 0.371093750000 0.375000000000 0.359375000000 +0.328125000000 0.289062500000 0.176757812500 0.076660156250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.002471923828 0.099609375000 0.126953125000 +0.153320312500 0.180664062500 0.166992187500 0.095703125000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.080566406250 0.146484375000 0.208007812500 +0.251953125000 0.234375000000 0.214843750000 0.135742187500 +0.038818359375 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.011413574219 +0.079101562500 0.122070312500 0.174804687500 0.190429687500 +0.179687500000 0.152343750000 0.077148437500 0.006744384766 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.025268554688 0.138671875000 0.193359375000 +0.237304687500 0.236328125000 0.209960937500 0.164062500000 +0.097167968750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.093261718750 0.175781250000 0.227539062500 0.263671875000 +0.283203125000 0.259765625000 0.178710937500 0.091308593750 +0.014770507812 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.040283203125 0.091308593750 0.145507812500 +0.186523437500 0.209960937500 0.199218750000 0.166992187500 +0.125000000000 0.070800781250 0.060302734375 0.042724609375 +0.011413574219 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.067871093750 0.145507812500 0.230468750000 0.302734375000 +0.335937500000 0.373046875000 0.380859375000 0.396484375000 +0.359375000000 0.341796875000 0.332031250000 0.302734375000 +0.255859375000 0.238281250000 0.203125000000 0.173828125000 +0.136718750000 0.101074218750 0.103515625000 0.072753906250 +0.033447265625 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.041503906250 0.092773437500 0.143554687500 0.206054687500 +0.207031250000 0.169921875000 0.104492187500 0.042968750000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.037597656250 0.062500000000 0.125976562500 +0.209960937500 0.273437500000 0.308593750000 0.296875000000 +0.292968750000 0.277343750000 0.214843750000 0.157226562500 +0.061767578125 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.032958984375 0.209960937500 0.349609375000 0.453125000000 +0.511718750000 0.531250000000 0.539062500000 0.511718750000 +0.457031250000 0.349609375000 0.237304687500 0.144531250000 +0.037353515625 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.055419921875 0.155273437500 0.225585937500 0.320312500000 +0.382812500000 0.396484375000 0.373046875000 0.263671875000 +0.146484375000 0.023071289062 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.051513671875 +0.064453125000 0.048828125000 0.020874023438 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.052001953125 0.127929687500 +0.195312500000 0.242187500000 0.292968750000 0.367187500000 +0.431640625000 0.441406250000 0.423828125000 0.388671875000 +0.384765625000 0.333984375000 0.255859375000 0.152343750000 +0.051025390625 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.040527343750 +0.171875000000 0.296875000000 0.398437500000 0.455078125000 +0.480468750000 0.482421875000 0.460937500000 0.396484375000 +0.343750000000 0.273437500000 0.224609375000 0.175781250000 +0.128906250000 0.108398437500 0.086425781250 0.097167968750 +0.120117187500 0.138671875000 0.207031250000 0.261718750000 +0.261718750000 0.271484375000 0.250000000000 0.241210937500 +0.217773437500 0.171875000000 0.108398437500 0.034423828125 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.012939453125 0.125000000000 +0.223632812500 0.269531250000 0.302734375000 0.291015625000 +0.232421875000 0.127929687500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.033691406250 0.125000000000 +0.186523437500 0.248046875000 0.308593750000 0.365234375000 +0.406250000000 0.404296875000 0.394531250000 0.369140625000 +0.349609375000 0.316406250000 0.257812500000 0.199218750000 +0.150390625000 0.123046875000 0.073730468750 0.088378906250 +0.118652343750 0.155273437500 0.186523437500 0.217773437500 +0.240234375000 0.271484375000 0.273437500000 0.251953125000 +0.228515625000 0.163085937500 0.095214843750 0.016235351562 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.041503906250 0.075195312500 0.146484375000 0.204101562500 +0.257812500000 0.298828125000 0.308593750000 0.294921875000 +0.255859375000 0.185546875000 0.123535156250 0.020874023438 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.045410156250 0.159179687500 +0.224609375000 0.318359375000 0.384765625000 0.378906250000 +0.375000000000 0.318359375000 0.257812500000 0.167968750000 +0.035644531250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.025634765625 0.121093750000 +0.176757812500 0.217773437500 0.244140625000 0.224609375000 +0.196289062500 0.127929687500 0.034423828125 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.057617187500 0.125000000000 +0.142578125000 0.156250000000 0.170898437500 0.141601562500 +0.077636718750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.034912109375 +0.173828125000 0.257812500000 0.318359375000 0.351562500000 +0.361328125000 0.332031250000 0.298828125000 0.259765625000 +0.214843750000 0.192382812500 0.184570312500 0.196289062500 +0.210937500000 0.240234375000 0.279296875000 0.330078125000 +0.375000000000 0.343750000000 0.339843750000 0.296875000000 +0.232421875000 0.159179687500 0.051269531250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.075195312500 0.136718750000 0.191406250000 +0.223632812500 0.166992187500 0.102050781250 0.039550781250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.001144409180 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000347137451 0.000000000000 +0.014404296875 0.000000000000 0.029174804688 0.013549804688 +0.026855468750 0.042236328125 0.000000000000 0.005859375000 +0.000000000000 0.000000000000 0.005584716797 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.002151489258 0.020385742188 0.061523437500 0.100585937500 +0.063964843750 0.052490234375 0.069824218750 0.028076171875 +0.030395507812 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.024780273438 0.014587402344 +0.008361816406 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.008911132812 0.045654296875 0.054687500000 0.092773437500 +0.070800781250 0.123046875000 0.099609375000 0.122558593750 +0.143554687500 0.115722656250 0.115234375000 0.089355468750 +0.080566406250 0.076171875000 0.045898437500 0.004547119141 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.006500244141 0.031738281250 0.042724609375 0.019409179688 +0.049072265625 0.054199218750 0.069824218750 0.084472656250 +0.084960937500 0.046630859375 0.023071289062 0.034667968750 +0.017944335938 0.039794921875 0.059570312500 0.028320312500 +0.000000000000 0.008361816406 0.000000000000 0.041992187500 +0.024902343750 0.054931640625 0.057617187500 0.012023925781 +0.000782012939 0.032226562500 0.012390136719 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.009704589844 0.054931640625 0.050781250000 0.062500000000 +0.042968750000 0.065917968750 0.066406250000 0.079589843750 +0.086914062500 0.050048828125 0.039550781250 0.043701171875 +0.029541015625 0.028930664062 0.025512695312 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.016357421875 0.000000000000 0.000000000000 +0.010375976562 0.032958984375 0.009094238281 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.008239746094 0.029785156250 +0.054199218750 0.030883789062 0.032226562500 0.010131835938 +0.038330078125 0.029663085938 0.000000000000 0.012145996094 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.029541015625 0.038330078125 0.037353515625 0.007537841797 +0.017700195312 0.041015625000 0.017822265625 0.019287109375 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.047119140625 0.037597656250 +0.057861328125 0.024536132812 0.004455566406 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.004608154297 0.023437500000 +0.049560546875 0.056640625000 0.063964843750 0.000000000000 +0.000000000000 0.004364013672 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.015197753906 +0.063964843750 0.091308593750 0.040771484375 0.101562500000 +0.093750000000 0.094238281250 0.062500000000 0.015991210938 +0.046630859375 0.035156250000 0.000000000000 0.020385742188 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.001327514648 0.000000000000 +0.000000000000 0.003890991211 0.023681640625 0.059570312500 +0.045166015625 0.060791015625 0.096679687500 0.092285156250 +0.090820312500 0.083984375000 0.054931640625 0.047607421875 +0.026489257812 0.017578125000 0.007141113281 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.010375976562 0.000000000000 0.007507324219 0.000080585480 +0.037841796875 0.025390625000 0.028808593750 0.040771484375 +0.056152343750 0.081054687500 0.067871093750 0.064453125000 +0.067382812500 0.031494140625 0.014770507812 0.007995605469 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.041503906250 +0.016845703125 0.014770507812 0.026367187500 0.025268554688 +0.041259765625 0.010498046875 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.013549804688 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.025146484375 0.000000000000 0.006591796875 +0.000000000000 0.017944335938 0.012573242188 0.013671875000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.026977539062 0.000000000000 0.028076171875 +0.013549804688 0.007202148438 0.062500000000 0.012451171875 +0.017822265625 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000117778778 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.016479492188 0.072265625000 0.074707031250 0.048339843750 +0.017211914062 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.054199218750 0.088867187500 0.114257812500 0.140625000000 +0.149414062500 0.134765625000 0.106933593750 0.062988281250 +0.011230468750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.006256103516 +0.056152343750 0.133789062500 0.179687500000 0.219726562500 +0.253906250000 0.247070312500 0.240234375000 0.210937500000 +0.134765625000 0.085449218750 0.056640625000 0.050292968750 +0.032470703125 0.020996093750 0.000499725342 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.023437500000 +0.084960937500 0.075195312500 0.027954101562 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.038574218750 0.095214843750 +0.118652343750 0.078125000000 0.018676757812 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.157226562500 +0.287109375000 0.365234375000 0.367187500000 0.337890625000 +0.238281250000 0.117675781250 0.014892578125 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.125000000000 +0.233398437500 0.298828125000 0.353515625000 0.326171875000 +0.308593750000 0.210937500000 0.115722656250 0.003036499023 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.068359375000 0.160156250000 0.238281250000 0.277343750000 +0.215820312500 0.166015625000 0.080566406250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.041015625000 0.123535156250 +0.158203125000 0.202148437500 0.225585937500 0.211914062500 +0.178710937500 0.148437500000 0.116699218750 0.052490234375 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.047607421875 +0.068847656250 0.129882812500 0.168945312500 0.166992187500 +0.164062500000 0.158203125000 0.123046875000 0.112792968750 +0.083496093750 0.039550781250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.044189453125 0.077636718750 +0.080566406250 0.003509521484 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.061523437500 0.099609375000 +0.151367187500 0.221679687500 0.246093750000 0.240234375000 +0.183593750000 0.120117187500 0.028198242188 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.044677734375 0.174804687500 +0.217773437500 0.232421875000 0.238281250000 0.209960937500 +0.159179687500 0.108886718750 0.069335937500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.022827148438 0.119628906250 +0.163085937500 0.233398437500 0.265625000000 0.247070312500 +0.181640625000 0.084960937500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.020141601562 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.026489257812 +0.119140625000 0.196289062500 0.227539062500 0.240234375000 +0.211914062500 0.152343750000 0.077636718750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.102539062500 0.220703125000 0.308593750000 0.330078125000 +0.341796875000 0.296875000000 0.232421875000 0.166992187500 +0.122558593750 0.088867187500 0.054687500000 0.021728515625 +0.037597656250 0.048095703125 0.049072265625 0.050537109375 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.023559570312 0.123046875000 0.176757812500 0.170898437500 +0.128906250000 0.065429687500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.031250000000 0.112792968750 0.161132812500 +0.166015625000 0.130859375000 0.061279296875 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.059326171875 0.117187500000 0.172851562500 +0.249023437500 0.281250000000 0.267578125000 0.243164062500 +0.206054687500 0.129882812500 0.048095703125 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.072265625000 0.168945312500 0.211914062500 0.223632812500 +0.188476562500 0.132812500000 0.046142578125 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.025878906250 0.043212890625 0.040771484375 +0.017822265625 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.057128906250 0.094726562500 +0.126953125000 0.119628906250 0.080078125000 0.012451171875 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.033203125000 0.128906250000 0.157226562500 0.176757812500 +0.181640625000 0.172851562500 0.131835937500 0.059814453125 +0.020751953125 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.098144531250 0.189453125000 +0.230468750000 0.194335937500 0.136718750000 0.045166015625 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.033203125000 0.099121093750 0.122558593750 0.168945312500 +0.218750000000 0.176757812500 0.153320312500 0.141601562500 +0.092285156250 0.052978515625 0.040283203125 0.027099609375 +0.007812500000 0.040771484375 0.099609375000 0.154296875000 +0.176757812500 0.198242187500 0.202148437500 0.160156250000 +0.115234375000 0.015380859375 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.089355468750 0.246093750000 +0.314453125000 0.318359375000 0.279296875000 0.208984375000 +0.081542968750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.041503906250 0.106445312500 +0.139648437500 0.168945312500 0.161132812500 0.125976562500 +0.072265625000 0.011047363281 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.016601562500 +0.021728515625 0.024169921875 0.022338867188 0.007568359375 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.034423828125 0.069335937500 +0.082031250000 0.115722656250 0.133789062500 0.149414062500 +0.135742187500 0.095214843750 0.034423828125 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.078613281250 0.160156250000 +0.208007812500 0.228515625000 0.219726562500 0.190429687500 +0.141601562500 0.056396484375 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.039550781250 0.070312500000 0.074218750000 0.068359375000 +0.010559082031 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.043212890625 0.097167968750 0.159179687500 0.160156250000 +0.155273437500 0.122558593750 0.076660156250 0.034667968750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.029174804688 0.036865234375 +0.019775390625 0.001441955566 0.000000000000 0.000000000000 +0.000000000000 0.042236328125 0.075195312500 0.096191406250 +0.124511718750 0.143554687500 0.167968750000 0.181640625000 +0.188476562500 0.158203125000 0.102539062500 0.045410156250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.030761718750 0.087890625000 +0.129882812500 0.148437500000 0.146484375000 0.150390625000 +0.113769531250 0.050781250000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.044677734375 0.065429687500 0.083984375000 +0.100585937500 0.098144531250 0.097656250000 0.070312500000 +0.043457031250 0.026489257812 0.011352539062 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.018676757812 0.037597656250 0.044677734375 0.054687500000 +0.041015625000 0.050781250000 0.055664062500 0.057128906250 +0.048339843750 0.035400390625 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.022583007812 0.034667968750 0.058593750000 +0.041015625000 0.022583007812 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.009033203125 +0.056640625000 0.095703125000 0.125000000000 0.154296875000 +0.158203125000 0.125000000000 0.099609375000 0.067871093750 +0.047119140625 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.007629394531 0.066894531250 0.120605468750 +0.163085937500 0.197265625000 0.225585937500 0.234375000000 +0.217773437500 0.159179687500 0.105468750000 0.038330078125 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000268936157 0.034423828125 +0.054443359375 0.059814453125 0.070800781250 0.053222656250 +0.041992187500 0.009704589844 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.017944335938 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.032958984375 0.109863281250 0.152343750000 0.160156250000 +0.151367187500 0.126953125000 0.053955078125 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.016235351562 +0.026611328125 0.002136230469 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.012573242188 +0.022094726562 0.007934570312 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.002685546875 0.046875000000 +0.090332031250 0.124023437500 0.129882812500 0.126953125000 +0.083984375000 0.030639648438 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.014221191406 0.068359375000 0.108886718750 +0.123535156250 0.123535156250 0.097656250000 0.041992187500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.010192871094 +0.068359375000 0.121093750000 0.140625000000 0.167968750000 +0.155273437500 0.122558593750 0.076171875000 0.004730224609 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.011901855469 0.077148437500 0.108886718750 0.116210937500 +0.090820312500 0.050292968750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000160217285 0.056396484375 +0.097656250000 0.115234375000 0.099121093750 0.067382812500 +0.023315429688 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.034667968750 0.089355468750 +0.129882812500 0.144531250000 0.166992187500 0.178710937500 +0.177734375000 0.161132812500 0.138671875000 0.111816406250 +0.092773437500 0.060791015625 0.028442382812 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.024414062500 +0.095214843750 0.172851562500 0.209960937500 0.213867187500 +0.158203125000 0.085937500000 0.008422851562 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.024047851562 0.056396484375 0.074218750000 0.077636718750 +0.047607421875 0.011352539062 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.010192871094 0.016479492188 0.035644531250 0.060058593750 +0.084960937500 0.093261718750 0.093750000000 0.059570312500 +0.026733398438 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.035644531250 +0.044677734375 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.013549804688 0.089355468750 0.125976562500 +0.163085937500 0.170898437500 0.113769531250 0.065917968750 +0.008056640625 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.001136779785 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.040039062500 0.108398437500 0.164062500000 0.237304687500 +0.281250000000 0.289062500000 0.261718750000 0.189453125000 +0.098632812500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.057861328125 0.133789062500 0.142578125000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.057617187500 0.077636718750 0.059326171875 0.067382812500 +0.046142578125 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.002929687500 0.053955078125 0.039306640625 0.066894531250 +0.041992187500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.043457031250 0.132812500000 0.183593750000 0.162109375000 +0.172851562500 0.139648437500 0.069335937500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.107910156250 0.151367187500 +0.122558593750 0.176757812500 0.188476562500 0.079589843750 +0.002670288086 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.044433593750 0.098632812500 0.155273437500 0.188476562500 +0.169921875000 0.120117187500 0.116210937500 0.069824218750 +0.015197753906 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000179290771 +0.063476562500 0.109375000000 0.065917968750 0.018676757812 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.017944335938 0.020874023438 0.000000000000 0.046142578125 +0.057617187500 0.004608154297 0.024047851562 0.010559082031 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.078613281250 0.107421875000 0.094726562500 +0.080566406250 0.051757812500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.007019042969 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.016235351562 +0.000511169434 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.034912109375 0.074707031250 +0.135742187500 0.122070312500 0.093261718750 0.094726562500 +0.061523437500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.002960205078 0.000000000000 0.005432128906 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.001998901367 +0.120605468750 0.202148437500 0.255859375000 0.275390625000 +0.235351562500 0.221679687500 0.167968750000 0.103515625000 +0.037353515625 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.004089355469 0.014770507812 0.030151367188 +0.014038085938 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.049316406250 +0.103027343750 0.108398437500 0.067871093750 0.061523437500 +0.063476562500 0.053222656250 0.017211914062 0.033203125000 +0.037353515625 0.033935546875 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.028320312500 0.048583984375 +0.023071289062 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.046142578125 0.130859375000 +0.149414062500 0.138671875000 0.088867187500 0.028686523438 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.009948730469 +0.015747070312 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.033691406250 0.015380859375 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.003936767578 0.033203125000 0.060058593750 0.032958984375 +0.014587402344 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.001617431641 0.000000000000 0.000000000000 0.005401611328 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.002731323242 +0.018310546875 0.039062500000 0.042480468750 0.049072265625 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.033691406250 0.097656250000 0.121093750000 +0.123046875000 0.116210937500 0.087402343750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.055908203125 0.134765625000 +0.116210937500 0.118652343750 0.119628906250 0.047607421875 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.009643554688 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.059570312500 0.157226562500 0.181640625000 +0.215820312500 0.223632812500 0.171875000000 0.153320312500 +0.147460937500 0.068847656250 0.057373046875 0.028320312500 +0.000000000000 0.007385253906 0.013549804688 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.066894531250 +0.136718750000 0.237304687500 0.292968750000 0.333984375000 +0.375000000000 0.375000000000 0.388671875000 0.378906250000 +0.275390625000 0.191406250000 0.112792968750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.024414062500 0.072265625000 +0.068359375000 0.074218750000 0.023803710938 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.017578125000 0.128906250000 +0.138671875000 0.198242187500 0.203125000000 0.182617187500 +0.137695312500 0.093750000000 0.000785827637 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.022094726562 +0.126953125000 0.269531250000 0.376953125000 0.472656250000 +0.535156250000 0.585937500000 0.539062500000 0.492187500000 +0.427734375000 0.339843750000 0.220703125000 0.075683593750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.070312500000 +0.145507812500 0.227539062500 0.237304687500 0.300781250000 +0.314453125000 0.287109375000 0.267578125000 0.223632812500 +0.148437500000 0.053222656250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.026245117188 0.044921875000 0.047607421875 0.015991210938 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.023803710938 +0.032714843750 0.019653320312 0.038330078125 0.010925292969 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.002716064453 0.045898437500 0.108886718750 +0.141601562500 0.229492187500 0.283203125000 0.355468750000 +0.437500000000 0.451171875000 0.482421875000 0.539062500000 +0.511718750000 0.515625000000 0.492187500000 0.394531250000 +0.339843750000 0.243164062500 0.115234375000 0.021606445312 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.069335937500 0.152343750000 0.248046875000 0.335937500000 +0.378906250000 0.400390625000 0.458984375000 0.449218750000 +0.392578125000 0.324218750000 0.245117187500 0.114746093750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.090332031250 0.140625000000 0.159179687500 0.189453125000 +0.186523437500 0.109375000000 0.101562500000 0.035156250000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.040771484375 0.090332031250 0.135742187500 0.204101562500 +0.218750000000 0.217773437500 0.172851562500 0.169921875000 +0.152343750000 0.145507812500 0.115722656250 0.142578125000 +0.063476562500 0.079101562500 0.060791015625 0.016601562500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.003158569336 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.006317138672 0.084472656250 0.131835937500 +0.128906250000 0.127929687500 0.084472656250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.058593750000 0.165039062500 +0.183593750000 0.243164062500 0.191406250000 0.154296875000 +0.068847656250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.019775390625 0.114257812500 0.161132812500 +0.265625000000 0.250000000000 0.198242187500 0.178710937500 +0.117675781250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.110351562500 0.157226562500 +0.189453125000 0.227539062500 0.196289062500 0.143554687500 +0.058593750000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.015869140625 0.066894531250 0.140625000000 +0.203125000000 0.243164062500 0.277343750000 0.273437500000 +0.269531250000 0.249023437500 0.223632812500 0.177734375000 +0.141601562500 0.087890625000 0.060058593750 0.008422851562 +0.025390625000 0.016723632812 0.002395629883 0.025634765625 +0.053466796875 0.091796875000 0.122558593750 0.169921875000 +0.196289062500 0.251953125000 0.271484375000 0.294921875000 +0.318359375000 0.320312500000 0.308593750000 0.265625000000 +0.209960937500 0.142578125000 0.094238281250 0.035888671875 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.009887695312 +0.103027343750 0.172851562500 0.273437500000 0.265625000000 +0.267578125000 0.220703125000 0.154296875000 0.048828125000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.050292968750 0.141601562500 0.220703125000 0.255859375000 +0.294921875000 0.310546875000 0.302734375000 0.335937500000 +0.328125000000 0.318359375000 0.345703125000 0.361328125000 +0.339843750000 0.351562500000 0.373046875000 0.386718750000 +0.396484375000 0.408203125000 0.404296875000 0.390625000000 +0.392578125000 0.359375000000 0.322265625000 0.261718750000 +0.204101562500 0.126953125000 0.086425781250 0.020629882812 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.063476562500 0.196289062500 0.257812500000 +0.345703125000 0.363281250000 0.386718750000 0.443359375000 +0.433593750000 0.363281250000 0.353515625000 0.291015625000 +0.202148437500 0.123535156250 0.047607421875 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.014343261719 0.092285156250 0.164062500000 0.197265625000 +0.226562500000 0.204101562500 0.180664062500 0.170898437500 +0.076660156250 0.000564575195 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.058593750000 0.149414062500 0.239257812500 0.241210937500 +0.287109375000 0.228515625000 0.225585937500 0.176757812500 +0.155273437500 0.129882812500 0.066894531250 0.017211914062 +0.004211425781 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.011901855469 0.000000000000 +0.038818359375 0.070800781250 0.084472656250 0.077148437500 +0.111816406250 0.095214843750 0.034423828125 0.005279541016 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.056884765625 0.094238281250 +0.161132812500 0.211914062500 0.177734375000 0.166992187500 +0.178710937500 0.113281250000 0.054931640625 0.045898437500 +0.003082275391 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.006805419922 0.026611328125 +0.042480468750 0.043212890625 0.000000000000 0.012207031250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.004119873047 0.163085937500 0.294921875000 0.353515625000 +0.400390625000 0.376953125000 0.287109375000 0.213867187500 +0.124023437500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.001708984375 0.022094726562 +0.052246093750 0.110351562500 0.122558593750 0.167968750000 +0.115722656250 0.107421875000 0.053710937500 0.041015625000 +0.023315429688 0.002838134766 0.047851562500 0.000000000000 +0.019897460938 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.080566406250 +0.133789062500 0.220703125000 0.173828125000 0.119140625000 +0.044921875000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.039062500000 0.002899169922 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.081542968750 0.116699218750 +0.249023437500 0.257812500000 0.259765625000 0.225585937500 +0.151367187500 0.061767578125 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.025756835938 +0.051757812500 0.082519531250 0.065917968750 0.072265625000 +0.080078125000 0.068359375000 0.035156250000 0.035400390625 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.011230468750 0.091308593750 0.172851562500 +0.221679687500 0.289062500000 0.217773437500 0.221679687500 +0.120117187500 0.022949218750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.030761718750 +0.063476562500 0.105468750000 0.094726562500 0.082031250000 +0.076660156250 0.096191406250 0.123046875000 0.098632812500 +0.117187500000 0.116210937500 0.093750000000 0.074218750000 +0.073242187500 0.061035156250 0.081054687500 0.013366699219 +0.019287109375 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.018920898438 0.054443359375 0.194335937500 +0.174804687500 0.098144531250 0.152343750000 0.097167968750 +0.080566406250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.036865234375 +0.054687500000 0.022583007812 0.053466796875 0.029907226562 +0.039550781250 0.005981445312 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.004974365234 0.000000000000 +0.050781250000 0.031494140625 0.025878906250 0.037597656250 +0.000000000000 0.002639770508 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.011352539062 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.098144531250 0.219726562500 +0.261718750000 0.279296875000 0.292968750000 0.277343750000 +0.263671875000 0.184570312500 0.137695312500 0.049072265625 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.076171875000 0.198242187500 +0.189453125000 0.208007812500 0.240234375000 0.158203125000 +0.136718750000 0.084960937500 0.043701171875 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.070800781250 0.133789062500 0.181640625000 +0.192382812500 0.255859375000 0.202148437500 0.152343750000 +0.089355468750 0.007781982422 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.073730468750 0.107910156250 +0.146484375000 0.121093750000 0.152343750000 0.115234375000 +0.084960937500 0.115722656250 0.083984375000 0.073730468750 +0.049072265625 0.025634765625 0.065429687500 0.053466796875 +0.061279296875 0.085449218750 0.107910156250 0.143554687500 +0.096191406250 0.093750000000 0.077636718750 0.042480468750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.083984375000 0.079589843750 0.101562500000 +0.088867187500 0.013854980469 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.063476562500 +0.085449218750 0.150390625000 0.155273437500 0.166992187500 +0.195312500000 0.103027343750 0.122558593750 0.062011718750 +0.068359375000 0.029541015625 0.000000000000 0.018554687500 +0.000000000000 0.000000000000 0.016967773438 0.009033203125 +0.003067016602 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.015869140625 0.112304687500 0.099609375000 0.067871093750 +0.052978515625 0.019775390625 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.025146484375 0.140625000000 0.160156250000 0.199218750000 +0.159179687500 0.084472656250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.001754760742 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.090820312500 +0.145507812500 0.196289062500 0.259765625000 0.245117187500 +0.294921875000 0.241210937500 0.162109375000 0.089843750000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.011474609375 0.007598876953 0.045410156250 0.003173828125 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.014831542969 0.038574218750 0.059814453125 +0.119628906250 0.057128906250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.077148437500 +0.175781250000 0.234375000000 0.150390625000 0.133789062500 +0.011779785156 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.052246093750 0.092285156250 +0.119140625000 0.177734375000 0.188476562500 0.181640625000 +0.186523437500 0.199218750000 0.180664062500 0.150390625000 +0.155273437500 0.047363281250 0.036132812500 0.017456054688 +0.009887695312 0.006317138672 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.084960937500 0.174804687500 0.233398437500 0.265625000000 +0.226562500000 0.261718750000 0.190429687500 0.128906250000 +0.049560546875 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.030029296875 0.045410156250 0.057373046875 0.105957031250 +0.052246093750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.055664062500 0.119140625000 +0.135742187500 0.195312500000 0.176757812500 0.166015625000 +0.068847656250 0.013671875000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.028930664062 +0.040039062500 0.067382812500 0.064453125000 0.043945312500 +0.086425781250 0.067382812500 0.111816406250 0.081542968750 +0.110839843750 0.124511718750 0.107421875000 0.080566406250 +0.084960937500 0.043701171875 0.046630859375 0.038574218750 +0.049316406250 0.052246093750 0.043212890625 0.115234375000 +0.114257812500 0.156250000000 0.194335937500 0.169921875000 +0.191406250000 0.181640625000 0.158203125000 0.108398437500 +0.070800781250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.096191406250 0.161132812500 0.195312500000 +0.210937500000 0.253906250000 0.248046875000 0.223632812500 +0.225585937500 0.157226562500 0.135742187500 0.125976562500 +0.131835937500 0.148437500000 0.157226562500 0.159179687500 +0.133789062500 0.136718750000 0.140625000000 0.137695312500 +0.115722656250 0.068847656250 0.055419921875 0.030029296875 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.002014160156 0.011047363281 0.052978515625 0.013793945312 +0.010925292969 0.025390625000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.045898437500 0.110351562500 0.107421875000 +0.139648437500 0.200195312500 0.179687500000 0.155273437500 +0.214843750000 0.183593750000 0.140625000000 0.146484375000 +0.121093750000 0.095214843750 0.066406250000 0.057617187500 +0.038085937500 0.004913330078 0.000020384789 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.029174804688 0.062255859375 +0.075195312500 0.112304687500 0.109375000000 0.072265625000 +0.064453125000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.039550781250 0.059082031250 0.118164062500 +0.128906250000 0.097656250000 0.143554687500 0.124023437500 +0.111328125000 0.047851562500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.031250000000 0.001937866211 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.100097656250 0.160156250000 0.235351562500 0.259765625000 +0.279296875000 0.250000000000 0.227539062500 0.181640625000 +0.090820312500 0.026611328125 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.030273437500 +0.104492187500 0.166992187500 0.209960937500 0.267578125000 +0.343750000000 0.363281250000 0.281250000000 0.257812500000 +0.261718750000 0.087890625000 0.008666992188 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.005065917969 0.039794921875 +0.054931640625 0.032714843750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.015991210938 0.046386718750 +0.137695312500 0.175781250000 0.234375000000 0.206054687500 +0.147460937500 0.125976562500 0.058593750000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.076171875000 0.160156250000 0.225585937500 0.277343750000 +0.351562500000 0.332031250000 0.287109375000 0.269531250000 +0.218750000000 0.163085937500 0.119140625000 0.096191406250 +0.080078125000 0.035888671875 0.029296875000 0.014465332031 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.052246093750 0.101562500000 0.125000000000 0.124023437500 +0.111328125000 0.057617187500 0.011596679688 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.063964843750 +0.078613281250 0.090820312500 0.098632812500 0.134765625000 +0.142578125000 0.150390625000 0.174804687500 0.160156250000 +0.170898437500 0.125976562500 0.128906250000 0.135742187500 +0.125000000000 0.114257812500 0.087402343750 0.032958984375 +0.057128906250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.017089843750 +0.021484375000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.038818359375 +0.094726562500 0.173828125000 0.161132812500 0.137695312500 +0.076171875000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.004638671875 +0.038574218750 0.082031250000 0.152343750000 0.113769531250 +0.119140625000 0.110351562500 0.043457031250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.022460937500 0.002349853516 0.064453125000 0.133789062500 +0.104003906250 0.094726562500 0.099609375000 0.014404296875 +0.011230468750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.055419921875 0.122070312500 +0.166992187500 0.184570312500 0.165039062500 0.100585937500 +0.002960205078 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.026855468750 +0.051513671875 0.121093750000 0.138671875000 0.125000000000 +0.075683593750 0.008911132812 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.008239746094 0.093750000000 +0.119140625000 0.148437500000 0.204101562500 0.111816406250 +0.128906250000 0.114746093750 0.071777343750 0.097656250000 +0.045898437500 0.037353515625 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000919342041 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.021484375000 0.066406250000 0.108398437500 +0.130859375000 0.139648437500 0.117675781250 0.138671875000 +0.115234375000 0.032226562500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.013549804688 0.103027343750 0.183593750000 +0.207031250000 0.236328125000 0.269531250000 0.279296875000 +0.265625000000 0.171875000000 0.142578125000 0.076171875000 +0.017333984375 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.045898437500 +0.149414062500 0.198242187500 0.203125000000 0.227539062500 +0.196289062500 0.132812500000 0.046630859375 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.091796875000 +0.092285156250 0.095214843750 0.066894531250 0.057617187500 +0.005004882812 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.072265625000 0.208007812500 0.228515625000 0.341796875000 +0.355468750000 0.390625000000 0.398437500000 0.349609375000 +0.312500000000 0.231445312500 0.146484375000 0.069824218750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.036132812500 0.052978515625 0.025634765625 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.002426147461 +0.011169433594 0.023559570312 0.031738281250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.040283203125 0.101562500000 +0.121093750000 0.156250000000 0.170898437500 0.205078125000 +0.208984375000 0.179687500000 0.162109375000 0.145507812500 +0.103515625000 0.077148437500 0.023193359375 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.041259765625 0.057373046875 0.078125000000 +0.106445312500 0.126953125000 0.083984375000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.047851562500 0.045654296875 +0.097656250000 0.095214843750 0.086914062500 0.074707031250 +0.109863281250 0.062011718750 0.084472656250 0.061523437500 +0.069335937500 0.032714843750 0.045654296875 0.080078125000 +0.127929687500 0.164062500000 0.125000000000 0.121582031250 +0.097167968750 0.072753906250 0.036621093750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.094726562500 0.139648437500 +0.226562500000 0.281250000000 0.289062500000 0.243164062500 +0.169921875000 0.114746093750 0.053222656250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.032958984375 0.061767578125 +0.057617187500 0.053466796875 0.024291992188 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.015869140625 0.123046875000 +0.246093750000 0.322265625000 0.400390625000 0.427734375000 +0.458984375000 0.478515625000 0.421875000000 0.312500000000 +0.185546875000 0.126953125000 0.012695312500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.021484375000 0.084472656250 0.107421875000 +0.082031250000 0.006500244141 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.023071289062 0.033447265625 0.057128906250 +0.068847656250 0.102539062500 0.012023925781 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.073730468750 0.055175781250 0.103515625000 +0.072753906250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.024536132812 0.121582031250 0.213867187500 0.242187500000 +0.283203125000 0.328125000000 0.371093750000 0.380859375000 +0.365234375000 0.341796875000 0.363281250000 0.357421875000 +0.291015625000 0.239257812500 0.144531250000 0.056396484375 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.019409179688 0.029296875000 0.051269531250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.021972656250 0.068847656250 0.085937500000 +0.080566406250 0.126953125000 0.147460937500 0.130859375000 +0.102050781250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.015869140625 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.032470703125 0.077148437500 +0.098144531250 0.120117187500 0.092285156250 0.046875000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.033691406250 0.071289062500 0.101562500000 +0.075195312500 0.077636718750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.037109375000 0.100097656250 0.128906250000 +0.144531250000 0.191406250000 0.203125000000 0.212890625000 +0.167968750000 0.167968750000 0.110839843750 0.101562500000 +0.053955078125 0.014343261719 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000583648682 0.045166015625 +0.038574218750 0.068847656250 0.045410156250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.020385742188 0.096191406250 +0.169921875000 0.198242187500 0.204101562500 0.204101562500 +0.138671875000 0.058349609375 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.065429687500 0.122558593750 0.206054687500 +0.220703125000 0.241210937500 0.194335937500 0.133789062500 +0.044189453125 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.011474609375 0.110351562500 0.174804687500 0.192382812500 +0.217773437500 0.203125000000 0.188476562500 0.118164062500 +0.026123046875 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000595092773 +0.004089355469 0.014526367188 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.007171630859 +0.039062500000 0.115234375000 0.050781250000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.002655029297 0.076171875000 0.167968750000 0.253906250000 +0.316406250000 0.343750000000 0.349609375000 0.330078125000 +0.228515625000 0.117675781250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.070312500000 0.180664062500 0.233398437500 +0.300781250000 0.341796875000 0.326171875000 0.367187500000 +0.335937500000 0.291015625000 0.269531250000 0.211914062500 +0.198242187500 0.175781250000 0.136718750000 0.131835937500 +0.111816406250 0.094238281250 0.096191406250 0.093261718750 +0.062255859375 0.028808593750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.041992187500 0.032958984375 +0.039306640625 0.011962890625 0.000000000000 0.031494140625 +0.000000000000 0.036132812500 0.037353515625 0.073242187500 +0.174804687500 0.211914062500 0.265625000000 0.294921875000 +0.306640625000 0.328125000000 0.318359375000 0.289062500000 +0.249023437500 0.178710937500 0.101562500000 0.047119140625 +0.003479003906 0.000000000000 0.000000000000 0.014099121094 +0.080566406250 0.141601562500 0.200195312500 0.275390625000 +0.365234375000 0.416015625000 0.447265625000 0.427734375000 +0.392578125000 0.386718750000 0.316406250000 0.251953125000 +0.184570312500 0.098632812500 0.086425781250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.137695312500 0.208984375000 +0.277343750000 0.335937500000 0.349609375000 0.328125000000 +0.257812500000 0.165039062500 0.037353515625 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.012573242188 0.072753906250 0.121582031250 0.148437500000 +0.179687500000 0.191406250000 0.145507812500 0.132812500000 +0.022705078125 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.114257812500 +0.237304687500 0.318359375000 0.384765625000 0.439453125000 +0.468750000000 0.496093750000 0.460937500000 0.435546875000 +0.355468750000 0.281250000000 0.208007812500 0.112304687500 +0.042236328125 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.007415771484 0.064453125000 0.140625000000 +0.138671875000 0.160156250000 0.125000000000 0.085937500000 +0.021972656250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.010253906250 +0.032958984375 0.059570312500 0.046875000000 0.027954101562 +0.009704589844 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.055175781250 0.082031250000 0.100097656250 +0.050292968750 0.053222656250 0.012451171875 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.003967285156 0.057373046875 0.091796875000 0.073242187500 +0.069335937500 0.062500000000 0.007751464844 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.040283203125 0.086914062500 0.129882812500 0.196289062500 +0.237304687500 0.283203125000 0.287109375000 0.292968750000 +0.285156250000 0.267578125000 0.271484375000 0.237304687500 +0.180664062500 0.129882812500 0.048095703125 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.062255859375 0.146484375000 0.186523437500 0.250000000000 +0.261718750000 0.209960937500 0.147460937500 0.074707031250 +0.002655029297 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.055664062500 +0.125000000000 0.186523437500 0.249023437500 0.248046875000 +0.269531250000 0.236328125000 0.251953125000 0.222656250000 +0.208007812500 0.169921875000 0.187500000000 0.179687500000 +0.174804687500 0.191406250000 0.188476562500 0.224609375000 +0.232421875000 0.245117187500 0.277343750000 0.261718750000 +0.261718750000 0.179687500000 0.116699218750 0.062011718750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.035644531250 0.117675781250 0.189453125000 0.296875000000 +0.369140625000 0.378906250000 0.386718750000 0.363281250000 +0.330078125000 0.240234375000 0.125976562500 0.052978515625 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.012145996094 +0.021728515625 0.073242187500 0.092773437500 0.126953125000 +0.176757812500 0.171875000000 0.130859375000 0.044677734375 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.145507812500 0.306640625000 +0.419921875000 0.507812500000 0.578125000000 0.628906250000 +0.644531250000 0.625000000000 0.574218750000 0.486328125000 +0.437500000000 0.296875000000 0.158203125000 0.043212890625 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.006713867188 +0.094238281250 0.192382812500 0.222656250000 0.238281250000 +0.169921875000 0.108398437500 0.031494140625 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.045898437500 0.086425781250 0.121093750000 0.140625000000 +0.126953125000 0.106933593750 0.077148437500 0.089843750000 +0.069335937500 0.081542968750 0.090332031250 0.150390625000 +0.206054687500 0.189453125000 0.214843750000 0.216796875000 +0.172851562500 0.146484375000 0.048339843750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.006530761719 0.081054687500 0.197265625000 +0.267578125000 0.314453125000 0.328125000000 0.386718750000 +0.457031250000 0.498046875000 0.500000000000 0.488281250000 +0.472656250000 0.478515625000 0.457031250000 0.410156250000 +0.376953125000 0.318359375000 0.275390625000 0.191406250000 +0.080078125000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.088378906250 +0.155273437500 0.233398437500 0.273437500000 0.294921875000 +0.251953125000 0.222656250000 0.127929687500 0.072265625000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.043212890625 +0.106933593750 0.196289062500 0.265625000000 0.332031250000 +0.351562500000 0.369140625000 0.318359375000 0.281250000000 +0.189453125000 0.094726562500 0.014221191406 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.006866455078 0.057861328125 0.088378906250 +0.081054687500 0.059570312500 0.009765625000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.009216308594 0.024414062500 +0.010864257812 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.093750000000 0.178710937500 0.231445312500 +0.245117187500 0.208007812500 0.161132812500 0.047607421875 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.031005859375 0.134765625000 0.182617187500 0.178710937500 +0.178710937500 0.127929687500 0.094238281250 0.020019531250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.095214843750 +0.149414062500 0.177734375000 0.228515625000 0.257812500000 +0.316406250000 0.332031250000 0.324218750000 0.316406250000 +0.326171875000 0.326171875000 0.304687500000 0.287109375000 +0.241210937500 0.214843750000 0.166015625000 0.129882812500 +0.104980468750 0.100097656250 0.092773437500 0.093750000000 +0.105957031250 0.088378906250 0.107421875000 0.087402343750 +0.085937500000 0.096191406250 0.085449218750 0.083984375000 +0.064941406250 0.052246093750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.035888671875 0.071777343750 +0.086914062500 0.092773437500 0.043212890625 0.002792358398 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.003906250000 0.090820312500 0.203125000000 0.279296875000 +0.275390625000 0.326171875000 0.316406250000 0.289062500000 +0.239257812500 0.155273437500 0.116210937500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.120605468750 0.202148437500 0.275390625000 0.333984375000 +0.353515625000 0.365234375000 0.298828125000 0.250000000000 +0.169921875000 0.096191406250 0.007476806641 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.007110595703 0.015869140625 0.021606445312 0.029541015625 +0.009155273438 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.047851562500 +0.130859375000 0.189453125000 0.269531250000 0.349609375000 +0.365234375000 0.375000000000 0.324218750000 0.210937500000 +0.150390625000 0.011901855469 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.021362304688 +0.104980468750 0.120117187500 0.119140625000 0.115722656250 +0.073730468750 0.026611328125 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.005706787109 0.014038085938 0.063476562500 +0.068359375000 0.088378906250 0.099121093750 0.102539062500 +0.064453125000 0.028930664062 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.026977539062 0.022460937500 +0.056396484375 0.096679687500 0.047607421875 0.064941406250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.094238281250 +0.167968750000 0.185546875000 0.221679687500 0.185546875000 +0.125000000000 0.064941406250 0.062988281250 0.004974365234 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.013061523438 0.068359375000 0.127929687500 0.146484375000 +0.110351562500 0.114257812500 0.056884765625 0.031005859375 +0.015441894531 0.018676757812 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.038330078125 +0.080566406250 0.103515625000 0.114257812500 0.129882812500 +0.091308593750 0.029418945312 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.010375976562 0.093750000000 +0.195312500000 0.208007812500 0.201171875000 0.143554687500 +0.086425781250 0.016845703125 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.014770507812 +0.075683593750 0.109375000000 0.146484375000 0.113281250000 +0.088378906250 0.031494140625 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.013610839844 0.063476562500 0.076660156250 +0.045898437500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.083984375000 +0.208984375000 0.289062500000 0.337890625000 0.308593750000 +0.211914062500 0.067871093750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.060791015625 0.169921875000 0.291015625000 +0.324218750000 0.320312500000 0.332031250000 0.251953125000 +0.170898437500 0.089355468750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.087890625000 0.133789062500 +0.172851562500 0.149414062500 0.099121093750 0.018676757812 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.003158569336 0.120117187500 0.226562500000 +0.292968750000 0.333984375000 0.353515625000 0.296875000000 +0.218750000000 0.103027343750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.072753906250 0.145507812500 0.181640625000 +0.169921875000 0.144531250000 0.106445312500 0.024902343750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.024536132812 0.095703125000 +0.148437500000 0.176757812500 0.132812500000 0.091308593750 +0.045410156250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.029541015625 +0.081054687500 0.110351562500 0.134765625000 0.144531250000 +0.169921875000 0.131835937500 0.117187500000 0.112304687500 +0.072265625000 0.005340576172 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.036376953125 0.104492187500 +0.148437500000 0.126953125000 0.045654296875 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.038574218750 +0.078125000000 0.109375000000 0.134765625000 0.156250000000 +0.188476562500 0.214843750000 0.201171875000 0.128906250000 +0.041503906250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.125976562500 +0.215820312500 0.314453125000 0.353515625000 0.326171875000 +0.291015625000 0.229492187500 0.094726562500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.132812500000 0.296875000000 +0.361328125000 0.398437500000 0.406250000000 0.330078125000 +0.213867187500 0.088867187500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.014831542969 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.083496093750 0.150390625000 +0.185546875000 0.232421875000 0.263671875000 0.292968750000 +0.271484375000 0.263671875000 0.236328125000 0.142578125000 +0.028930664062 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.052001953125 0.131835937500 0.207031250000 +0.203125000000 0.216796875000 0.199218750000 0.166992187500 +0.162109375000 0.161132812500 0.114257812500 0.055664062500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.040039062500 +0.091308593750 0.104003906250 0.093750000000 0.036865234375 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.002822875977 0.081054687500 +0.106933593750 0.138671875000 0.131835937500 0.116210937500 +0.042724609375 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.003036499023 +0.126953125000 0.238281250000 0.332031250000 0.369140625000 +0.375000000000 0.324218750000 0.207031250000 0.054931640625 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.060058593750 0.125000000000 0.161132812500 +0.184570312500 0.211914062500 0.191406250000 0.142578125000 +0.116210937500 0.050781250000 0.001457214355 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.060546875000 0.125976562500 +0.156250000000 0.211914062500 0.261718750000 0.228515625000 +0.163085937500 0.085937500000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.014770507812 +0.103027343750 0.186523437500 0.219726562500 0.240234375000 +0.238281250000 0.243164062500 0.208007812500 0.126953125000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.017211914062 0.136718750000 0.227539062500 0.310546875000 +0.318359375000 0.265625000000 0.245117187500 0.111816406250 +0.041992187500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.014160156250 0.064941406250 0.078613281250 0.044921875000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.004730224609 0.121093750000 0.156250000000 0.142578125000 +0.120605468750 0.046630859375 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.036376953125 0.106445312500 0.070800781250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.052978515625 0.091308593750 0.074707031250 +0.041748046875 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.062988281250 0.101562500000 0.135742187500 +0.155273437500 0.107421875000 0.045410156250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.003906250000 0.075683593750 0.122558593750 0.208007812500 +0.257812500000 0.263671875000 0.243164062500 0.195312500000 +0.113281250000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.179687500000 0.283203125000 0.265625000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.015075683594 0.000000000000 0.016357421875 +0.008300781250 0.000000000000 0.009277343750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.011108398438 0.036621093750 0.096191406250 +0.060058593750 0.121582031250 0.081054687500 0.047851562500 +0.026733398438 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.018188476562 0.026245117188 0.070800781250 0.016601562500 +0.110351562500 0.046142578125 0.043945312500 0.131835937500 +0.045166015625 0.103515625000 0.061279296875 0.043212890625 +0.065429687500 0.015075683594 0.029663085938 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.050781250000 0.026000976562 0.039306640625 +0.048583984375 0.028198242188 0.005554199219 0.025146484375 +0.023071289062 0.000000000000 0.004394531250 0.000000000000 +0.000000000000 0.000637054443 0.019409179688 0.006347656250 +0.000000000000 0.000000000000 0.009216308594 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.071777343750 0.007415771484 0.056884765625 0.054199218750 +0.069335937500 0.050048828125 0.050781250000 0.057617187500 +0.043701171875 0.025146484375 0.000000000000 0.021972656250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.005645751953 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.007507324219 0.000000000000 0.048828125000 0.031250000000 +0.021118164062 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.005187988281 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.007232666016 0.000000000000 +0.033691406250 0.011718750000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.024780273438 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.007141113281 0.000000000000 0.041259765625 0.044677734375 +0.103515625000 0.099609375000 0.026245117188 0.125000000000 +0.112792968750 0.000000000000 0.057128906250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.030761718750 0.058349609375 0.064941406250 0.010070800781 +0.007415771484 0.028930664062 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.042724609375 0.042236328125 0.053955078125 0.071289062500 +0.091308593750 0.033691406250 0.080078125000 0.017089843750 +0.028320312500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.038574218750 0.031982421875 0.000000000000 0.042480468750 +0.023681640625 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.055175781250 +0.000000000000 0.032470703125 0.041503906250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.005981445312 0.050537109375 0.115722656250 0.113769531250 +0.112304687500 0.067382812500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.006805419922 0.092285156250 +0.177734375000 0.271484375000 0.345703125000 0.417968750000 +0.476562500000 0.511718750000 0.531250000000 0.558593750000 +0.539062500000 0.503906250000 0.476562500000 0.412109375000 +0.357421875000 0.341796875000 0.302734375000 0.273437500000 +0.267578125000 0.245117187500 0.240234375000 0.214843750000 +0.190429687500 0.172851562500 0.095214843750 0.037597656250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.063964843750 +0.170898437500 0.265625000000 0.322265625000 0.408203125000 +0.441406250000 0.464843750000 0.474609375000 0.427734375000 +0.394531250000 0.316406250000 0.210937500000 0.080078125000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.084960937500 0.230468750000 0.316406250000 +0.367187500000 0.412109375000 0.412109375000 0.347656250000 +0.296875000000 0.227539062500 0.120117187500 0.023559570312 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.053955078125 +0.163085937500 0.277343750000 0.359375000000 0.414062500000 +0.447265625000 0.464843750000 0.402343750000 0.324218750000 +0.245117187500 0.149414062500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.041503906250 0.083984375000 0.169921875000 0.231445312500 +0.265625000000 0.335937500000 0.343750000000 0.427734375000 +0.470703125000 0.515625000000 0.539062500000 0.562500000000 +0.546875000000 0.539062500000 0.503906250000 0.486328125000 +0.451171875000 0.419921875000 0.375000000000 0.373046875000 +0.335937500000 0.355468750000 0.347656250000 0.365234375000 +0.386718750000 0.386718750000 0.400390625000 0.406250000000 +0.406250000000 0.384765625000 0.335937500000 0.289062500000 +0.196289062500 0.110351562500 0.003753662109 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.025146484375 0.148437500000 0.238281250000 0.310546875000 +0.388671875000 0.427734375000 0.460937500000 0.474609375000 +0.482421875000 0.462890625000 0.449218750000 0.439453125000 +0.439453125000 0.437500000000 0.462890625000 0.468750000000 +0.476562500000 0.498046875000 0.527343750000 0.523437500000 +0.511718750000 0.503906250000 0.449218750000 0.394531250000 +0.357421875000 0.310546875000 0.267578125000 0.230468750000 +0.192382812500 0.196289062500 0.157226562500 0.164062500000 +0.190429687500 0.155273437500 0.102539062500 0.091796875000 +0.042236328125 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.059326171875 0.154296875000 0.227539062500 0.304687500000 +0.398437500000 0.439453125000 0.496093750000 0.542968750000 +0.570312500000 0.562500000000 0.585937500000 0.585937500000 +0.554687500000 0.535156250000 0.494140625000 0.468750000000 +0.419921875000 0.390625000000 0.337890625000 0.298828125000 +0.230468750000 0.185546875000 0.148437500000 0.087890625000 +0.070312500000 0.039794921875 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.068359375000 +0.145507812500 0.213867187500 0.287109375000 0.326171875000 +0.365234375000 0.390625000000 0.406250000000 0.396484375000 +0.361328125000 0.308593750000 0.236328125000 0.183593750000 +0.090820312500 0.005432128906 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.004913330078 0.081542968750 0.195312500000 0.240234375000 +0.318359375000 0.353515625000 0.382812500000 0.388671875000 +0.347656250000 0.330078125000 0.261718750000 0.208984375000 +0.118164062500 0.023437500000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.125000000000 0.181640625000 0.253906250000 +0.289062500000 0.330078125000 0.330078125000 0.330078125000 +0.314453125000 0.279296875000 0.243164062500 0.221679687500 +0.179687500000 0.134765625000 0.119628906250 0.098144531250 +0.074218750000 0.030029296875 0.006835937500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.040771484375 0.131835937500 0.205078125000 0.261718750000 +0.324218750000 0.361328125000 0.371093750000 0.375000000000 +0.355468750000 0.314453125000 0.279296875000 0.246093750000 +0.203125000000 0.167968750000 0.166992187500 0.173828125000 +0.177734375000 0.183593750000 0.173828125000 0.193359375000 +0.183593750000 0.167968750000 0.203125000000 0.187500000000 +0.182617187500 0.163085937500 0.146484375000 0.111816406250 +0.080078125000 0.032470703125 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.005737304688 0.058593750000 0.052246093750 0.090820312500 +0.080566406250 0.110351562500 0.118652343750 0.164062500000 +0.222656250000 0.263671875000 0.333984375000 0.439453125000 +0.515625000000 0.578125000000 0.640625000000 0.703125000000 +0.652343750000 0.613281250000 0.542968750000 0.439453125000 +0.277343750000 0.134765625000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.077636718750 0.174804687500 +0.249023437500 0.296875000000 0.332031250000 0.320312500000 +0.285156250000 0.257812500000 0.211914062500 0.179687500000 +0.138671875000 0.092285156250 0.053955078125 0.047851562500 +0.070800781250 0.078613281250 0.124511718750 0.160156250000 +0.212890625000 0.271484375000 0.292968750000 0.298828125000 +0.318359375000 0.304687500000 0.267578125000 0.227539062500 +0.166015625000 0.079101562500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.093750000000 0.132812500000 0.170898437500 +0.151367187500 0.144531250000 0.062011718750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.070800781250 0.166992187500 0.294921875000 0.419921875000 +0.507812500000 0.574218750000 0.625000000000 0.632812500000 +0.605468750000 0.562500000000 0.523437500000 0.458984375000 +0.398437500000 0.363281250000 0.298828125000 0.269531250000 +0.192382812500 0.162109375000 0.132812500000 0.091308593750 +0.095214843750 0.079589843750 0.079589843750 0.099121093750 +0.060546875000 0.043212890625 0.007476806641 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.011474609375 0.104003906250 0.190429687500 0.255859375000 +0.292968750000 0.343750000000 0.339843750000 0.332031250000 +0.296875000000 0.244140625000 0.164062500000 0.055175781250 +0.013610839844 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.052246093750 0.140625000000 0.216796875000 +0.289062500000 0.369140625000 0.453125000000 0.486328125000 +0.558593750000 0.562500000000 0.574218750000 0.574218750000 +0.578125000000 0.539062500000 0.484375000000 0.460937500000 +0.384765625000 0.324218750000 0.233398437500 0.162109375000 +0.081054687500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.025634765625 0.083496093750 +0.148437500000 0.196289062500 0.239257812500 0.253906250000 +0.259765625000 0.248046875000 0.202148437500 0.120605468750 +0.073730468750 0.007141113281 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.017700195312 0.130859375000 0.177734375000 0.235351562500 +0.259765625000 0.216796875000 0.151367187500 0.065429687500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.004211425781 0.000000000000 0.000000000000 +0.009826660156 0.000000000000 0.048583984375 0.063964843750 +0.125976562500 0.175781250000 0.234375000000 0.279296875000 +0.320312500000 0.353515625000 0.376953125000 0.330078125000 +0.296875000000 0.195312500000 0.085449218750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.032714843750 0.116210937500 0.173828125000 +0.187500000000 0.210937500000 0.192382812500 0.182617187500 +0.165039062500 0.116699218750 0.081054687500 0.080078125000 +0.053710937500 0.058837890625 0.051025390625 0.101074218750 +0.121582031250 0.144531250000 0.154296875000 0.147460937500 +0.121582031250 0.095703125000 0.056152343750 0.031250000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.020751953125 0.060546875000 0.105468750000 0.173828125000 +0.200195312500 0.265625000000 0.320312500000 0.347656250000 +0.339843750000 0.335937500000 0.314453125000 0.255859375000 +0.210937500000 0.138671875000 0.035156250000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.036865234375 +0.100585937500 0.202148437500 0.263671875000 0.289062500000 +0.294921875000 0.273437500000 0.182617187500 0.096679687500 +0.020263671875 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.035888671875 0.056152343750 0.104980468750 0.166015625000 +0.160156250000 0.115234375000 0.079589843750 0.021362304688 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.009094238281 0.047851562500 0.052978515625 +0.021606445312 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.039550781250 0.040771484375 0.046875000000 +0.089843750000 0.154296875000 0.189453125000 0.154296875000 +0.157226562500 0.128906250000 0.108398437500 0.047607421875 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.085937500000 0.173828125000 0.219726562500 +0.169921875000 0.127929687500 0.082031250000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.006103515625 0.019287109375 0.076171875000 +0.093261718750 0.104003906250 0.067871093750 0.016601562500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.031494140625 0.079589843750 +0.104492187500 0.115234375000 0.140625000000 0.127929687500 +0.084472656250 0.066894531250 0.080566406250 0.089843750000 +0.118164062500 0.163085937500 0.166015625000 0.166015625000 +0.185546875000 0.198242187500 0.145507812500 0.102539062500 +0.050537109375 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.048339843750 +0.152343750000 0.210937500000 0.237304687500 0.234375000000 +0.243164062500 0.194335937500 0.142578125000 0.078125000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.025756835938 0.061767578125 +0.113769531250 0.147460937500 0.180664062500 0.213867187500 +0.224609375000 0.255859375000 0.247070312500 0.235351562500 +0.193359375000 0.213867187500 0.196289062500 0.142578125000 +0.109375000000 0.084960937500 0.057128906250 0.044677734375 +0.000000000000 0.008850097656 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.003265380859 0.012390136719 +0.026489257812 0.023681640625 0.042968750000 0.013854980469 +0.015991210938 0.007598876953 0.056152343750 0.020874023438 +0.027343750000 0.017822265625 0.005828857422 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.003387451172 0.095703125000 0.130859375000 0.175781250000 +0.194335937500 0.206054687500 0.195312500000 0.164062500000 +0.105468750000 0.069824218750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.034179687500 0.084960937500 +0.189453125000 0.231445312500 0.251953125000 0.283203125000 +0.253906250000 0.207031250000 0.131835937500 0.084960937500 +0.008117675781 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.016845703125 0.063476562500 +0.096191406250 0.152343750000 0.139648437500 0.125976562500 +0.087402343750 0.040527343750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.022094726562 +0.098144531250 0.113769531250 0.117675781250 0.098632812500 +0.063476562500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.014038085938 +0.114746093750 0.195312500000 0.215820312500 0.230468750000 +0.203125000000 0.175781250000 0.116210937500 0.091796875000 +0.045898437500 0.025512695312 0.001518249512 0.055419921875 +0.099121093750 0.125976562500 0.175781250000 0.161132812500 +0.166992187500 0.154296875000 0.132812500000 0.108886718750 +0.028442382812 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.055908203125 0.090820312500 0.114257812500 0.155273437500 +0.188476562500 0.192382812500 0.163085937500 0.138671875000 +0.093750000000 0.039306640625 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.048095703125 0.029541015625 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.014648437500 0.010559082031 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.053955078125 0.113281250000 +0.125000000000 0.161132812500 0.211914062500 0.239257812500 +0.225585937500 0.191406250000 0.157226562500 0.145507812500 +0.122558593750 0.070312500000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.016845703125 0.003540039062 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.023681640625 0.041748046875 0.088867187500 0.123535156250 +0.168945312500 0.144531250000 0.097167968750 0.028686523438 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.048583984375 0.157226562500 0.224609375000 +0.238281250000 0.214843750000 0.255859375000 0.273437500000 +0.227539062500 0.188476562500 0.187500000000 0.188476562500 +0.154296875000 0.157226562500 0.165039062500 0.180664062500 +0.144531250000 0.122558593750 0.098144531250 0.088867187500 +0.050781250000 0.031005859375 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.033447265625 +0.004760742188 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.037109375000 +0.119140625000 0.176757812500 0.174804687500 0.155273437500 +0.168945312500 0.135742187500 0.048583984375 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.053222656250 0.157226562500 +0.176757812500 0.180664062500 0.202148437500 0.193359375000 +0.168945312500 0.145507812500 0.111816406250 0.087890625000 +0.081542968750 0.088378906250 0.055419921875 0.070312500000 +0.132812500000 0.192382812500 0.229492187500 0.246093750000 +0.285156250000 0.312500000000 0.330078125000 0.312500000000 +0.243164062500 0.166015625000 0.052490234375 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.066894531250 0.134765625000 0.161132812500 0.108398437500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.032470703125 0.079589843750 0.160156250000 +0.130859375000 0.144531250000 0.144531250000 0.076171875000 +0.038574218750 0.021850585938 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.055175781250 0.113769531250 0.176757812500 0.229492187500 +0.289062500000 0.316406250000 0.318359375000 0.320312500000 +0.302734375000 0.275390625000 0.275390625000 0.223632812500 +0.172851562500 0.129882812500 0.080566406250 0.057128906250 +0.055175781250 0.062255859375 0.042724609375 0.031127929688 +0.012084960938 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.021240234375 0.054443359375 0.068359375000 +0.094238281250 0.102539062500 0.094726562500 0.075683593750 +0.031005859375 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.013793945312 0.113281250000 0.210937500000 0.267578125000 +0.292968750000 0.312500000000 0.289062500000 0.226562500000 +0.183593750000 0.119628906250 0.019775390625 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.055175781250 0.141601562500 0.224609375000 0.292968750000 +0.341796875000 0.373046875000 0.363281250000 0.320312500000 +0.279296875000 0.195312500000 0.092285156250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.095214843750 0.126953125000 0.195312500000 0.250000000000 +0.261718750000 0.310546875000 0.308593750000 0.300781250000 +0.318359375000 0.277343750000 0.285156250000 0.251953125000 +0.238281250000 0.196289062500 0.164062500000 0.098632812500 +0.049072265625 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.009704589844 0.041259765625 0.095703125000 0.136718750000 +0.165039062500 0.192382812500 0.200195312500 0.207031250000 +0.189453125000 0.131835937500 0.071777343750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.002639770508 0.014160156250 +0.047363281250 0.062988281250 0.090332031250 0.108398437500 +0.163085937500 0.181640625000 0.181640625000 0.199218750000 +0.194335937500 0.202148437500 0.219726562500 0.223632812500 +0.205078125000 0.196289062500 0.188476562500 0.188476562500 +0.206054687500 0.242187500000 0.241210937500 0.242187500000 +0.228515625000 0.213867187500 0.197265625000 0.181640625000 +0.157226562500 0.118164062500 0.076660156250 0.049560546875 +0.024780273438 0.015869140625 0.021850585938 0.033203125000 +0.081542968750 0.089355468750 0.128906250000 0.170898437500 +0.175781250000 0.172851562500 0.192382812500 0.149414062500 +0.113281250000 0.091796875000 0.018920898438 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.007354736328 0.022094726562 0.037841796875 +0.037841796875 0.032470703125 0.045898437500 0.030395507812 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.001197814941 0.023437500000 +0.070312500000 0.081542968750 0.156250000000 0.175781250000 +0.196289062500 0.232421875000 0.250000000000 0.265625000000 +0.300781250000 0.306640625000 0.294921875000 0.300781250000 +0.285156250000 0.259765625000 0.246093750000 0.232421875000 +0.184570312500 0.163085937500 0.126953125000 0.094238281250 +0.067871093750 0.035644531250 0.018432617188 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.008605957031 +0.027709960938 0.027954101562 0.068847656250 0.081054687500 +0.080566406250 0.104980468750 0.098144531250 0.116210937500 +0.129882812500 0.133789062500 0.145507812500 0.149414062500 +0.137695312500 0.155273437500 0.174804687500 0.170898437500 +0.164062500000 0.166015625000 0.127929687500 0.110839843750 +0.095214843750 0.085449218750 0.071289062500 0.051269531250 +0.016357421875 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000239372253 0.013610839844 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.013549804688 0.022827148438 0.054443359375 +0.043212890625 0.052978515625 0.065429687500 0.053955078125 +0.052001953125 0.027343750000 0.011596679688 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.019287109375 0.065429687500 0.109375000000 0.113769531250 +0.160156250000 0.143554687500 0.142578125000 0.105468750000 +0.063476562500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.004516601562 0.008728027344 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.058593750000 0.100585937500 0.156250000000 0.207031250000 +0.243164062500 0.277343750000 0.298828125000 0.289062500000 +0.265625000000 0.241210937500 0.208007812500 0.178710937500 +0.146484375000 0.113281250000 0.063476562500 0.016479492188 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.005676269531 0.043945312500 0.107910156250 0.137695312500 +0.122070312500 0.137695312500 0.111816406250 0.071289062500 +0.065429687500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.024414062500 +0.055419921875 0.107910156250 0.163085937500 0.222656250000 +0.249023437500 0.250000000000 0.273437500000 0.206054687500 +0.166992187500 0.100097656250 0.013854980469 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.045654296875 0.104003906250 +0.124023437500 0.167968750000 0.171875000000 0.171875000000 +0.141601562500 0.098632812500 0.028442382812 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.054687500000 0.102050781250 0.140625000000 +0.148437500000 0.147460937500 0.153320312500 0.135742187500 +0.094726562500 0.060546875000 0.012329101562 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.007873535156 0.104980468750 +0.143554687500 0.207031250000 0.261718750000 0.289062500000 +0.298828125000 0.291015625000 0.267578125000 0.228515625000 +0.185546875000 0.163085937500 0.138671875000 0.128906250000 +0.137695312500 0.139648437500 0.150390625000 0.135742187500 +0.161132812500 0.158203125000 0.176757812500 0.216796875000 +0.214843750000 0.232421875000 0.235351562500 0.196289062500 +0.176757812500 0.122070312500 0.064941406250 0.009277343750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.031005859375 0.087890625000 0.134765625000 0.142578125000 +0.146484375000 0.110351562500 0.074218750000 0.033935546875 +0.002319335938 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.041259765625 0.104492187500 +0.163085937500 0.202148437500 0.234375000000 0.232421875000 +0.227539062500 0.188476562500 0.140625000000 0.082519531250 +0.041259765625 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.003158569336 0.000072479248 0.020263671875 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.053466796875 0.151367187500 0.229492187500 +0.269531250000 0.330078125000 0.363281250000 0.382812500000 +0.402343750000 0.398437500000 0.380859375000 0.373046875000 +0.296875000000 0.263671875000 0.207031250000 0.175781250000 +0.137695312500 0.096679687500 0.082519531250 0.030639648438 +0.028808593750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.016113281250 0.048583984375 +0.098632812500 0.148437500000 0.190429687500 0.234375000000 +0.263671875000 0.273437500000 0.289062500000 0.294921875000 +0.291015625000 0.265625000000 0.206054687500 0.152343750000 +0.079101562500 0.007659912109 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.034667968750 +0.104003906250 0.134765625000 0.179687500000 0.173828125000 +0.157226562500 0.120605468750 0.052001953125 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.036865234375 +0.095214843750 0.128906250000 0.140625000000 0.149414062500 +0.141601562500 0.122558593750 0.102050781250 0.053222656250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.010681152344 0.030883789062 +0.050537109375 0.058837890625 0.100585937500 0.151367187500 +0.148437500000 0.213867187500 0.213867187500 0.257812500000 +0.304687500000 0.343750000000 0.367187500000 0.371093750000 +0.359375000000 0.341796875000 0.273437500000 0.227539062500 +0.125976562500 0.031250000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.034912109375 0.067382812500 0.113281250000 +0.099121093750 0.082519531250 0.050781250000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.014953613281 +0.048339843750 0.049560546875 0.033935546875 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.007751464844 0.043457031250 +0.087402343750 0.125976562500 0.137695312500 0.164062500000 +0.140625000000 0.137695312500 0.105957031250 0.073730468750 +0.015014648438 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.024658203125 +0.056396484375 0.052978515625 0.054443359375 0.045654296875 +0.010498046875 0.000093936920 0.025512695312 0.000652313232 +0.000000000000 0.006622314453 0.007690429688 0.005401611328 +0.025512695312 0.005279541016 0.000000000000 0.009277343750 +0.007293701172 0.001182556152 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.058105468750 0.092773437500 +0.155273437500 0.175781250000 0.182617187500 0.172851562500 +0.137695312500 0.033935546875 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.028320312500 0.084960937500 +0.046142578125 0.017822265625 0.007141113281 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.001953125000 +0.000000000000 0.021606445312 0.047119140625 0.039550781250 +0.042480468750 0.076660156250 0.031250000000 0.053955078125 +0.000000000000 0.000000000000 0.024780273438 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.009704589844 0.037109375000 +0.008483886719 0.024169921875 0.000000000000 0.000000000000 +0.019531250000 0.048583984375 0.042236328125 0.019531250000 +0.078125000000 0.014099121094 0.037109375000 0.088378906250 +0.023071289062 0.080078125000 0.058837890625 0.034912109375 +0.033691406250 0.001945495605 0.007110595703 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.014831542969 0.018432617188 0.028198242188 +0.085449218750 0.111328125000 0.135742187500 0.149414062500 +0.160156250000 0.139648437500 0.181640625000 0.146484375000 +0.093261718750 0.097656250000 0.007690429688 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.030395507812 0.026123046875 0.049316406250 +0.031982421875 0.010192871094 0.029296875000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.002166748047 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000261306763 0.018188476562 0.079589843750 0.076171875000 +0.097167968750 0.114746093750 0.176757812500 0.126953125000 +0.169921875000 0.143554687500 0.138671875000 0.083007812500 +0.147460937500 0.110351562500 0.083984375000 0.086914062500 +0.062988281250 0.044921875000 0.041015625000 0.035156250000 +0.049804687500 0.041503906250 0.030761718750 0.001495361328 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.009948730469 0.036376953125 0.050292968750 +0.010437011719 0.049316406250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.013549804688 +0.000000000000 0.001136779785 0.038574218750 0.046386718750 +0.017822265625 0.031005859375 0.019653320312 0.015869140625 +0.038085937500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.038085937500 +0.042968750000 0.087402343750 0.118652343750 0.089355468750 +0.136718750000 0.121093750000 0.144531250000 0.100585937500 +0.125976562500 0.114746093750 0.076660156250 0.061279296875 +0.054931640625 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.016479492188 0.025756835938 0.064941406250 0.080566406250 +0.045166015625 0.022583007812 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.013793945312 0.000000000000 0.016479492188 +0.050292968750 0.050537109375 0.111328125000 0.104492187500 +0.093261718750 0.074218750000 0.078125000000 0.092285156250 +0.095214843750 0.051269531250 0.001449584961 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.029052734375 +0.048828125000 0.021606445312 0.069824218750 0.070312500000 +0.079589843750 0.080566406250 0.050048828125 0.062500000000 +0.070312500000 0.061767578125 0.035644531250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.001296997070 0.000457763672 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.028564453125 +0.105468750000 0.136718750000 0.114746093750 0.172851562500 +0.161132812500 0.128906250000 0.117675781250 0.121582031250 +0.108398437500 0.097656250000 0.052490234375 0.000000000000 +0.016601562500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.037597656250 0.014770507812 0.060302734375 0.101562500000 +0.143554687500 0.125000000000 0.164062500000 0.125976562500 +0.156250000000 0.139648437500 0.082519531250 0.036376953125 +0.038330078125 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.010437011719 0.010681152344 0.029541015625 0.081054687500 +0.092285156250 0.105468750000 0.106445312500 0.128906250000 +0.104980468750 0.126953125000 0.081054687500 0.123046875000 +0.118652343750 0.154296875000 0.116699218750 0.104492187500 +0.062255859375 0.112304687500 0.096191406250 0.070800781250 +0.024169921875 0.005950927734 0.010925292969 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.023437500000 0.001541137695 0.049316406250 0.064453125000 +0.093750000000 0.060791015625 0.044921875000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.026977539062 +0.036376953125 0.071289062500 0.077148437500 0.052490234375 +0.063476562500 0.024536132812 0.035644531250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.012390136719 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.057128906250 0.051757812500 0.041748046875 0.034423828125 +0.027221679688 0.025024414062 0.019775390625 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.018554687500 0.007263183594 0.021484375000 +0.001411437988 0.010986328125 0.030883789062 0.004974365234 +0.046875000000 0.041259765625 0.050781250000 0.007751464844 +0.065917968750 0.012634277344 0.024536132812 0.018066406250 +0.026489257812 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.001441955566 0.019531250000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.007385253906 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.018798828125 0.035888671875 0.038330078125 0.002578735352 +0.066894531250 0.031127929688 0.029418945312 0.003997802734 +0.067871093750 0.030029296875 0.009155273438 0.000000000000 +0.016601562500 0.016845703125 0.035156250000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.014404296875 0.069335937500 0.041259765625 0.085937500000 +0.105468750000 0.063476562500 0.042480468750 0.071777343750 +0.000000000000 0.007110595703 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.012084960938 0.009399414062 0.038574218750 0.053710937500 +0.044433593750 0.049316406250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.013549804688 0.013427734375 0.000000000000 0.000000000000 +0.026489257812 0.068847656250 0.067382812500 0.065917968750 +0.038085937500 0.015014648438 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.003387451172 0.072265625000 +0.110351562500 0.136718750000 0.117675781250 0.142578125000 +0.104980468750 0.048583984375 0.013244628906 0.048828125000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.020263671875 0.019897460938 0.078613281250 +0.154296875000 0.160156250000 0.179687500000 0.223632812500 +0.203125000000 0.200195312500 0.183593750000 0.118652343750 +0.053466796875 0.018676757812 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.012878417969 +0.034667968750 0.059326171875 0.085937500000 0.110351562500 +0.105468750000 0.134765625000 0.179687500000 0.204101562500 +0.244140625000 0.277343750000 0.241210937500 0.234375000000 +0.188476562500 0.133789062500 0.026367187500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.029052734375 0.101074218750 +0.122070312500 0.134765625000 0.122558593750 0.082031250000 +0.029785156250 0.008544921875 0.012756347656 0.000000000000 +0.000000000000 0.000429153442 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.006439208984 0.102050781250 0.104003906250 +0.104492187500 0.103515625000 0.086425781250 0.018920898438 +0.001998901367 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.046142578125 0.099121093750 0.146484375000 +0.149414062500 0.157226562500 0.149414062500 0.141601562500 +0.134765625000 0.099609375000 0.093261718750 0.087890625000 +0.113769531250 0.128906250000 0.191406250000 0.230468750000 +0.265625000000 0.283203125000 0.302734375000 0.289062500000 +0.283203125000 0.215820312500 0.144531250000 0.055419921875 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.089843750000 +0.183593750000 0.253906250000 0.359375000000 0.400390625000 +0.404296875000 0.375000000000 0.347656250000 0.285156250000 +0.216796875000 0.131835937500 0.008483886719 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.055419921875 0.154296875000 0.179687500000 +0.240234375000 0.275390625000 0.298828125000 0.326171875000 +0.332031250000 0.357421875000 0.339843750000 0.322265625000 +0.300781250000 0.291015625000 0.294921875000 0.292968750000 +0.253906250000 0.269531250000 0.253906250000 0.187500000000 +0.173828125000 0.158203125000 0.110839843750 0.093261718750 +0.066894531250 0.013549804688 0.017822265625 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000709533691 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.016357421875 +0.000131607056 0.016723632812 0.004425048828 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.022583007812 0.090820312500 +0.087402343750 0.163085937500 0.219726562500 0.203125000000 +0.225585937500 0.259765625000 0.228515625000 0.225585937500 +0.209960937500 0.194335937500 0.158203125000 0.148437500000 +0.115722656250 0.113769531250 0.085449218750 0.070800781250 +0.000320434570 0.011413574219 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.077636718750 0.165039062500 0.212890625000 +0.246093750000 0.275390625000 0.289062500000 0.279296875000 +0.242187500000 0.185546875000 0.168945312500 0.074218750000 +0.061767578125 0.026733398438 0.015625000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.031738281250 0.106933593750 0.161132812500 +0.250000000000 0.289062500000 0.318359375000 0.351562500000 +0.392578125000 0.367187500000 0.320312500000 0.263671875000 +0.186523437500 0.081542968750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.029663085938 0.107421875000 +0.131835937500 0.141601562500 0.138671875000 0.062011718750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.080078125000 0.137695312500 +0.209960937500 0.261718750000 0.292968750000 0.279296875000 +0.273437500000 0.223632812500 0.126953125000 0.033203125000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.051269531250 0.049560546875 +0.113281250000 0.068359375000 0.064941406250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.025756835938 0.030273437500 0.102539062500 +0.138671875000 0.112792968750 0.116210937500 0.097167968750 +0.010314941406 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.129882812500 0.261718750000 0.324218750000 0.408203125000 +0.431640625000 0.419921875000 0.404296875000 0.341796875000 +0.314453125000 0.253906250000 0.205078125000 0.154296875000 +0.166015625000 0.139648437500 0.169921875000 0.192382812500 +0.206054687500 0.189453125000 0.243164062500 0.205078125000 +0.211914062500 0.204101562500 0.188476562500 0.088867187500 +0.048583984375 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.006042480469 0.057128906250 +0.112304687500 0.200195312500 0.217773437500 0.249023437500 +0.250000000000 0.225585937500 0.194335937500 0.191406250000 +0.173828125000 0.122070312500 0.070312500000 0.023071289062 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.049560546875 0.073242187500 0.091796875000 0.119140625000 +0.138671875000 0.152343750000 0.116699218750 0.077636718750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.026489257812 +0.073730468750 0.122070312500 0.166992187500 0.182617187500 +0.181640625000 0.150390625000 0.105957031250 0.045898437500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.025390625000 0.083007812500 0.154296875000 +0.195312500000 0.220703125000 0.277343750000 0.302734375000 +0.302734375000 0.298828125000 0.279296875000 0.230468750000 +0.191406250000 0.162109375000 0.128906250000 0.062988281250 +0.029541015625 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.010864257812 0.046875000000 +0.047851562500 0.077636718750 0.090332031250 0.118652343750 +0.110351562500 0.074218750000 0.045654296875 0.026367187500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.057128906250 0.100585937500 0.144531250000 0.193359375000 +0.180664062500 0.184570312500 0.174804687500 0.125976562500 +0.073242187500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.076660156250 0.173828125000 +0.218750000000 0.294921875000 0.339843750000 0.390625000000 +0.375000000000 0.414062500000 0.427734375000 0.437500000000 +0.412109375000 0.388671875000 0.406250000000 0.388671875000 +0.347656250000 0.343750000000 0.285156250000 0.219726562500 +0.174804687500 0.104003906250 0.054931640625 0.012634277344 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.053955078125 0.100585937500 +0.148437500000 0.200195312500 0.181640625000 0.184570312500 +0.209960937500 0.172851562500 0.151367187500 0.100097656250 +0.027465820312 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.057373046875 +0.125976562500 0.164062500000 0.190429687500 0.203125000000 +0.175781250000 0.189453125000 0.150390625000 0.125000000000 +0.116699218750 0.081054687500 0.056152343750 0.077148437500 +0.061279296875 0.060546875000 0.039550781250 0.009216308594 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.021972656250 +0.050537109375 0.097167968750 0.112304687500 0.104492187500 +0.085449218750 0.041015625000 0.010375976562 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.039550781250 0.059326171875 +0.033935546875 0.013366699219 0.022338867188 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.026123046875 0.171875000000 +0.291015625000 0.339843750000 0.396484375000 0.457031250000 +0.447265625000 0.390625000000 0.380859375000 0.353515625000 +0.265625000000 0.240234375000 0.237304687500 0.194335937500 +0.214843750000 0.246093750000 0.283203125000 0.341796875000 +0.369140625000 0.412109375000 0.429687500000 0.421875000000 +0.402343750000 0.347656250000 0.255859375000 0.151367187500 +0.033935546875 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.008117675781 +0.058105468750 0.127929687500 0.165039062500 0.174804687500 +0.142578125000 0.025390625000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.011169433594 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.020629882812 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.012878417969 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.008300781250 0.007629394531 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000166893005 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.005065917969 +0.003524780273 0.003753662109 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.010620117188 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.022949218750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.003341674805 +0.000000000000 0.056640625000 0.000000000000 0.000000000000 +0.085449218750 0.129882812500 0.155273437500 0.162109375000 +0.144531250000 0.142578125000 0.125000000000 0.141601562500 +0.142578125000 0.144531250000 0.165039062500 0.182617187500 +0.211914062500 0.241210937500 0.269531250000 0.298828125000 +0.316406250000 0.322265625000 0.298828125000 0.263671875000 +0.224609375000 0.192382812500 0.123535156250 0.064941406250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.025146484375 +0.077148437500 0.144531250000 0.199218750000 0.257812500000 +0.318359375000 0.328125000000 0.345703125000 0.382812500000 +0.369140625000 0.371093750000 0.341796875000 0.308593750000 +0.302734375000 0.296875000000 0.269531250000 0.269531250000 +0.255859375000 0.242187500000 0.248046875000 0.243164062500 +0.237304687500 0.224609375000 0.205078125000 0.187500000000 +0.142578125000 0.096191406250 0.037841796875 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.003433227539 0.049072265625 0.084472656250 +0.123046875000 0.201171875000 0.246093750000 0.308593750000 +0.371093750000 0.408203125000 0.451171875000 0.468750000000 +0.464843750000 0.470703125000 0.462890625000 0.449218750000 +0.425781250000 0.412109375000 0.390625000000 0.375000000000 +0.359375000000 0.333984375000 0.304687500000 0.242187500000 +0.197265625000 0.133789062500 0.069335937500 0.015014648438 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.014404296875 +0.064941406250 0.108398437500 0.164062500000 0.175781250000 +0.166015625000 0.133789062500 0.057373046875 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.070312500000 +0.145507812500 0.202148437500 0.238281250000 0.233398437500 +0.211914062500 0.156250000000 0.100097656250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.051513671875 0.180664062500 0.283203125000 0.363281250000 +0.400390625000 0.419921875000 0.410156250000 0.365234375000 +0.296875000000 0.205078125000 0.104003906250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.044677734375 0.108398437500 0.130859375000 +0.151367187500 0.139648437500 0.115234375000 0.072265625000 +0.017944335938 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.039306640625 0.155273437500 0.247070312500 0.322265625000 +0.398437500000 0.423828125000 0.435546875000 0.417968750000 +0.371093750000 0.304687500000 0.233398437500 0.155273437500 +0.082519531250 0.035888671875 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.021606445312 0.123046875000 0.201171875000 +0.271484375000 0.333984375000 0.349609375000 0.339843750000 +0.322265625000 0.275390625000 0.229492187500 0.161132812500 +0.080566406250 0.007049560547 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.015991210938 0.083984375000 +0.156250000000 0.226562500000 0.298828125000 0.343750000000 +0.375000000000 0.386718750000 0.402343750000 0.416015625000 +0.390625000000 0.357421875000 0.324218750000 0.291015625000 +0.241210937500 0.198242187500 0.160156250000 0.147460937500 +0.122070312500 0.109863281250 0.086914062500 0.071289062500 +0.041748046875 0.022216796875 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.001014709473 +0.015869140625 0.015991210938 0.008178710938 0.004943847656 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.032958984375 0.097167968750 +0.150390625000 0.200195312500 0.277343750000 0.322265625000 +0.357421875000 0.378906250000 0.419921875000 0.431640625000 +0.437500000000 0.427734375000 0.419921875000 0.392578125000 +0.373046875000 0.314453125000 0.269531250000 0.216796875000 +0.157226562500 0.108886718750 0.088378906250 0.042236328125 +0.018066406250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.022338867188 0.100585937500 +0.156250000000 0.175781250000 0.186523437500 0.174804687500 +0.162109375000 0.125000000000 0.087402343750 0.042968750000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.048583984375 0.095703125000 0.131835937500 +0.163085937500 0.161132812500 0.133789062500 0.107421875000 +0.072753906250 0.034912109375 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.025146484375 0.068359375000 0.111328125000 +0.177734375000 0.248046875000 0.332031250000 0.384765625000 +0.408203125000 0.419921875000 0.400390625000 0.380859375000 +0.361328125000 0.304687500000 0.230468750000 0.131835937500 +0.021484375000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.072265625000 0.163085937500 0.238281250000 0.318359375000 +0.369140625000 0.394531250000 0.404296875000 0.402343750000 +0.375000000000 0.324218750000 0.271484375000 0.199218750000 +0.155273437500 0.115722656250 0.090332031250 0.079101562500 +0.105468750000 0.101074218750 0.132812500000 0.170898437500 +0.230468750000 0.292968750000 0.361328125000 0.410156250000 +0.410156250000 0.417968750000 0.406250000000 0.367187500000 +0.306640625000 0.220703125000 0.126953125000 0.035156250000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.027465820312 0.065429687500 +0.079589843750 0.080078125000 0.053222656250 0.021118164062 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.036132812500 0.092773437500 0.118652343750 +0.131835937500 0.146484375000 0.137695312500 0.108398437500 +0.065429687500 0.016479492188 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.058593750000 +0.139648437500 0.239257812500 0.298828125000 0.357421875000 +0.388671875000 0.427734375000 0.423828125000 0.429687500000 +0.388671875000 0.337890625000 0.265625000000 0.183593750000 +0.088867187500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.048583984375 0.160156250000 0.247070312500 +0.328125000000 0.394531250000 0.433593750000 0.455078125000 +0.460937500000 0.460937500000 0.447265625000 0.439453125000 +0.431640625000 0.437500000000 0.429687500000 0.421875000000 +0.408203125000 0.365234375000 0.341796875000 0.328125000000 +0.291015625000 0.243164062500 0.218750000000 0.180664062500 +0.175781250000 0.161132812500 0.147460937500 0.147460937500 +0.157226562500 0.185546875000 0.190429687500 0.205078125000 +0.212890625000 0.210937500000 0.184570312500 0.166015625000 +0.105468750000 0.060791015625 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.022338867188 0.101074218750 0.160156250000 +0.225585937500 0.271484375000 0.281250000000 0.248046875000 +0.194335937500 0.122070312500 0.060791015625 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.013610839844 0.032714843750 +0.030639648438 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.006774902344 0.047363281250 +0.084472656250 0.077636718750 0.035400390625 0.013183593750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.058349609375 0.123535156250 0.206054687500 +0.246093750000 0.285156250000 0.306640625000 0.322265625000 +0.306640625000 0.265625000000 0.202148437500 0.121582031250 +0.001937866211 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.015625000000 0.052978515625 0.065429687500 0.092773437500 +0.111328125000 0.099121093750 0.092773437500 0.067382812500 +0.022827148438 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.034667968750 0.122558593750 +0.230468750000 0.320312500000 0.378906250000 0.416015625000 +0.445312500000 0.464843750000 0.464843750000 0.421875000000 +0.396484375000 0.339843750000 0.292968750000 0.251953125000 +0.237304687500 0.208007812500 0.203125000000 0.218750000000 +0.246093750000 0.291015625000 0.333984375000 0.369140625000 +0.412109375000 0.433593750000 0.427734375000 0.396484375000 +0.345703125000 0.265625000000 0.179687500000 0.061279296875 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.025390625000 0.083007812500 +0.125976562500 0.129882812500 0.113281250000 0.135742187500 +0.155273437500 0.133789062500 0.136718750000 0.146484375000 +0.162109375000 0.206054687500 0.239257812500 0.277343750000 +0.324218750000 0.347656250000 0.359375000000 0.375000000000 +0.349609375000 0.333984375000 0.287109375000 0.226562500000 +0.143554687500 0.055419921875 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.031982421875 0.139648437500 0.216796875000 +0.271484375000 0.324218750000 0.347656250000 0.376953125000 +0.380859375000 0.347656250000 0.316406250000 0.242187500000 +0.153320312500 0.071289062500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.021118164062 +0.102050781250 0.191406250000 0.241210937500 0.247070312500 +0.253906250000 0.239257812500 0.173828125000 0.116210937500 +0.048828125000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.011718750000 0.058349609375 +0.109375000000 0.156250000000 0.188476562500 0.200195312500 +0.210937500000 0.175781250000 0.141601562500 0.100097656250 +0.065917968750 0.020874023438 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.031005859375 0.065917968750 0.077148437500 0.061279296875 +0.025024414062 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.058837890625 +0.079101562500 0.080078125000 0.070312500000 0.032714843750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.024047851562 0.056152343750 0.082031250000 +0.088378906250 0.105468750000 0.080566406250 0.062011718750 +0.018188476562 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.007568359375 0.081542968750 0.123046875000 0.192382812500 +0.261718750000 0.310546875000 0.349609375000 0.373046875000 +0.396484375000 0.412109375000 0.402343750000 0.398437500000 +0.392578125000 0.392578125000 0.394531250000 0.419921875000 +0.435546875000 0.455078125000 0.472656250000 0.492187500000 +0.478515625000 0.458984375000 0.431640625000 0.365234375000 +0.289062500000 0.173828125000 0.055419921875 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.058593750000 +0.180664062500 0.261718750000 0.337890625000 0.380859375000 +0.390625000000 0.333984375000 0.259765625000 0.160156250000 +0.029296875000 0.045898437500 0.053222656250 0.033935546875 +0.050781250000 0.052978515625 0.043701171875 0.027221679688 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.022583007812 0.076660156250 0.131835937500 +0.179687500000 0.217773437500 0.214843750000 0.228515625000 +0.219726562500 0.204101562500 0.171875000000 0.145507812500 +0.146484375000 0.103027343750 0.100585937500 0.103515625000 +0.099609375000 0.105957031250 0.119140625000 0.123046875000 +0.137695312500 0.151367187500 0.129882812500 0.120117187500 +0.097656250000 0.063476562500 0.026855468750 0.002914428711 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.015625000000 +0.046875000000 0.076171875000 0.110839843750 0.147460937500 +0.138671875000 0.152343750000 0.128906250000 0.105957031250 +0.063476562500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.083984375000 0.135742187500 0.193359375000 +0.221679687500 0.246093750000 0.263671875000 0.259765625000 +0.253906250000 0.231445312500 0.211914062500 0.174804687500 +0.145507812500 0.111816406250 0.061279296875 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.022338867188 +0.033447265625 0.031738281250 0.054199218750 0.025512695312 +0.028442382812 0.010253906250 0.015625000000 0.000000000000 +0.000000000000 0.000679016113 0.000000000000 0.000000000000 +0.012634277344 0.000000000000 0.004608154297 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.021484375000 0.031127929688 0.062255859375 +0.077636718750 0.079101562500 0.106933593750 0.114746093750 +0.146484375000 0.156250000000 0.186523437500 0.228515625000 +0.273437500000 0.318359375000 0.345703125000 0.380859375000 +0.416015625000 0.408203125000 0.394531250000 0.361328125000 +0.341796875000 0.279296875000 0.186523437500 0.099609375000 +0.026000976562 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.031250000000 +0.062988281250 0.097656250000 0.156250000000 0.238281250000 +0.302734375000 0.300781250000 0.314453125000 0.333984375000 +0.328125000000 0.279296875000 0.219726562500 0.184570312500 +0.129882812500 0.079101562500 0.002044677734 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.023193359375 0.065917968750 +0.106445312500 0.130859375000 0.166015625000 0.215820312500 +0.218750000000 0.241210937500 0.233398437500 0.250000000000 +0.253906250000 0.275390625000 0.279296875000 0.277343750000 +0.261718750000 0.267578125000 0.287109375000 0.277343750000 +0.265625000000 0.239257812500 0.253906250000 0.233398437500 +0.207031250000 0.175781250000 0.180664062500 0.153320312500 +0.167968750000 0.150390625000 0.159179687500 0.160156250000 +0.187500000000 0.187500000000 0.218750000000 0.228515625000 +0.233398437500 0.240234375000 0.227539062500 0.263671875000 +0.234375000000 0.212890625000 0.172851562500 0.148437500000 +0.101562500000 0.059326171875 0.000094413757 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.014892578125 0.039062500000 0.083984375000 0.135742187500 +0.168945312500 0.189453125000 0.200195312500 0.200195312500 +0.181640625000 0.164062500000 0.133789062500 0.088378906250 +0.025146484375 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.023681640625 +0.070800781250 0.101562500000 0.155273437500 0.197265625000 +0.208984375000 0.194335937500 0.198242187500 0.210937500000 +0.166015625000 0.164062500000 0.138671875000 0.112792968750 +0.067871093750 0.074218750000 0.042968750000 0.043945312500 +0.000000000000 0.017333984375 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.035644531250 +0.114746093750 0.192382812500 0.242187500000 0.279296875000 +0.277343750000 0.283203125000 0.310546875000 0.298828125000 +0.291015625000 0.235351562500 0.233398437500 0.191406250000 +0.174804687500 0.130859375000 0.125976562500 0.066406250000 +0.029541015625 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.020507812500 +0.063476562500 0.094238281250 0.143554687500 0.187500000000 +0.242187500000 0.265625000000 0.259765625000 0.253906250000 +0.255859375000 0.243164062500 0.202148437500 0.149414062500 +0.097167968750 0.016357421875 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.028564453125 0.065917968750 0.082519531250 0.077636718750 +0.045898437500 0.015014648438 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.020263671875 0.072265625000 0.130859375000 +0.159179687500 0.170898437500 0.150390625000 0.136718750000 +0.106933593750 0.092773437500 0.058105468750 0.000394821167 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.003204345703 0.046386718750 0.076171875000 0.101562500000 +0.134765625000 0.129882812500 0.167968750000 0.139648437500 +0.127929687500 0.082519531250 0.039794921875 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.065917968750 0.133789062500 0.188476562500 0.200195312500 +0.219726562500 0.224609375000 0.192382812500 0.182617187500 +0.125000000000 0.056884765625 0.020385742188 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.010253906250 0.085449218750 0.153320312500 +0.200195312500 0.273437500000 0.308593750000 0.292968750000 +0.289062500000 0.257812500000 0.230468750000 0.174804687500 +0.138671875000 0.100585937500 0.092285156250 0.062988281250 +0.091796875000 0.087402343750 0.130859375000 0.127929687500 +0.165039062500 0.167968750000 0.192382812500 0.187500000000 +0.146484375000 0.103515625000 0.087402343750 0.031005859375 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.003280639648 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.001594543457 0.024536132812 0.063964843750 0.100097656250 +0.107910156250 0.144531250000 0.155273437500 0.184570312500 +0.190429687500 0.212890625000 0.223632812500 0.245117187500 +0.239257812500 0.248046875000 0.217773437500 0.225585937500 +0.226562500000 0.224609375000 0.210937500000 0.189453125000 +0.199218750000 0.194335937500 0.206054687500 0.206054687500 +0.224609375000 0.236328125000 0.231445312500 0.216796875000 +0.209960937500 0.201171875000 0.175781250000 0.121582031250 +0.071289062500 0.028930664062 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.005279541016 0.023071289062 0.067871093750 0.089355468750 +0.125000000000 0.108886718750 0.125000000000 0.097167968750 +0.078613281250 0.036376953125 0.024780273438 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.057861328125 +0.110839843750 0.176757812500 0.227539062500 0.263671875000 +0.298828125000 0.324218750000 0.341796875000 0.363281250000 +0.373046875000 0.361328125000 0.361328125000 0.339843750000 +0.328125000000 0.310546875000 0.296875000000 0.265625000000 +0.242187500000 0.230468750000 0.208984375000 0.167968750000 +0.140625000000 0.125976562500 0.098144531250 0.080566406250 +0.056396484375 0.063476562500 0.050781250000 0.034912109375 +0.004150390625 0.005187988281 0.001762390137 0.004608154297 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.013122558594 0.050292968750 0.066406250000 0.085449218750 +0.094726562500 0.097167968750 0.071777343750 0.049804687500 +0.000568389893 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000186920166 +0.071777343750 0.160156250000 0.214843750000 0.287109375000 +0.318359375000 0.369140625000 0.410156250000 0.439453125000 +0.431640625000 0.408203125000 0.410156250000 0.412109375000 +0.375000000000 0.343750000000 0.308593750000 0.285156250000 +0.250000000000 0.206054687500 0.183593750000 0.139648437500 +0.112792968750 0.089843750000 0.074707031250 0.038085937500 +0.038574218750 0.023193359375 0.047119140625 0.040771484375 +0.052246093750 0.067871093750 0.099121093750 0.111816406250 +0.133789062500 0.151367187500 0.167968750000 0.166992187500 +0.166992187500 0.166015625000 0.154296875000 0.111328125000 +0.062988281250 0.063964843750 0.024169921875 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.028198242188 0.062500000000 0.078613281250 0.108886718750 +0.159179687500 0.189453125000 0.200195312500 0.212890625000 +0.233398437500 0.232421875000 0.209960937500 0.202148437500 +0.188476562500 0.182617187500 0.145507812500 0.115234375000 +0.099609375000 0.054199218750 0.014221191406 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.032958984375 +0.067382812500 0.101074218750 0.125000000000 0.143554687500 +0.170898437500 0.159179687500 0.163085937500 0.152343750000 +0.127929687500 0.105468750000 0.090820312500 0.095214843750 +0.092285156250 0.087890625000 0.092773437500 0.081054687500 +0.109375000000 0.113769531250 0.118652343750 0.077148437500 +0.059814453125 0.002731323242 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.054931640625 0.142578125000 0.212890625000 0.273437500000 +0.337890625000 0.367187500000 0.353515625000 0.347656250000 +0.333984375000 0.283203125000 0.239257812500 0.205078125000 +0.190429687500 0.143554687500 0.144531250000 0.152343750000 +0.162109375000 0.188476562500 0.225585937500 0.257812500000 +0.271484375000 0.279296875000 0.283203125000 0.285156250000 +0.250000000000 0.193359375000 0.149414062500 0.063476562500 +0.006408691406 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.007812500000 +0.050537109375 0.084960937500 0.074218750000 0.085449218750 +0.053955078125 0.014587402344 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.035888671875 0.027099609375 0.023925781250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.020751953125 0.033691406250 0.089843750000 0.088867187500 +0.132812500000 0.127929687500 0.063476562500 0.081542968750 +0.026489257812 0.053710937500 0.011291503906 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.022460937500 0.063476562500 0.056640625000 +0.061279296875 0.005706787109 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.025390625000 0.056152343750 0.131835937500 +0.148437500000 0.090820312500 0.066406250000 0.001106262207 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.045410156250 0.084472656250 +0.161132812500 0.138671875000 0.150390625000 0.092285156250 +0.051513671875 0.006439208984 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.080566406250 0.134765625000 +0.128906250000 0.132812500000 0.072753906250 0.022216796875 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.066894531250 0.114257812500 0.131835937500 +0.135742187500 0.125976562500 0.134765625000 0.145507812500 +0.117187500000 0.082519531250 0.024047851562 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.007476806641 0.019897460938 0.009338378906 0.010803222656 +0.002059936523 0.005126953125 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.031738281250 +0.093261718750 0.069824218750 0.055175781250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.002349853516 0.085937500000 0.149414062500 0.192382812500 +0.152343750000 0.107421875000 0.074218750000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.047607421875 0.080078125000 0.116210937500 +0.056884765625 0.041992187500 0.005035400391 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.015441894531 0.020385742188 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000556945801 0.104492187500 0.116699218750 +0.188476562500 0.167968750000 0.119140625000 0.084960937500 +0.041748046875 0.015319824219 0.000000000000 0.000000000000 +0.009765625000 0.021850585938 0.063964843750 0.069335937500 +0.082031250000 0.078613281250 0.000394821167 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.052490234375 +0.093750000000 0.114257812500 0.092285156250 0.016235351562 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.010986328125 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.015747070312 0.040771484375 0.053222656250 +0.043701171875 0.030029296875 0.018798828125 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.034423828125 0.085937500000 +0.115722656250 0.100585937500 0.039306640625 0.005401611328 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.012878417969 0.092773437500 +0.093261718750 0.086425781250 0.054199218750 0.024780273438 +0.034667968750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.039306640625 0.020507812500 0.029663085938 0.043212890625 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.007415771484 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.021362304688 0.105468750000 0.116699218750 0.110351562500 +0.083496093750 0.001258850098 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.013000488281 0.018676757812 0.055908203125 +0.059326171875 0.077636718750 0.063476562500 0.032470703125 +0.064453125000 0.031738281250 0.015197753906 0.043945312500 +0.029052734375 0.047119140625 0.063964843750 0.102050781250 +0.131835937500 0.189453125000 0.165039062500 0.159179687500 +0.120117187500 0.069824218750 0.062255859375 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.038818359375 0.071777343750 0.130859375000 0.119628906250 +0.094726562500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.034179687500 +0.054443359375 0.077636718750 0.085937500000 0.115722656250 +0.120117187500 0.134765625000 0.153320312500 0.180664062500 +0.190429687500 0.204101562500 0.220703125000 0.215820312500 +0.223632812500 0.241210937500 0.217773437500 0.208007812500 +0.205078125000 0.176757812500 0.144531250000 0.126953125000 +0.076660156250 0.028808593750 0.026855468750 0.019531250000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.097167968750 0.172851562500 0.285156250000 0.345703125000 +0.396484375000 0.392578125000 0.400390625000 0.355468750000 +0.285156250000 0.208007812500 0.109375000000 0.013183593750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.005584716797 0.000000000000 0.041992187500 +0.055419921875 0.037841796875 0.035400390625 0.049560546875 +0.061523437500 0.046630859375 0.040527343750 0.039306640625 +0.068847656250 0.061035156250 0.076171875000 0.083007812500 +0.095214843750 0.098632812500 0.116699218750 0.117675781250 +0.083496093750 0.055419921875 0.016723632812 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.010742187500 0.017211914062 0.035644531250 +0.012145996094 0.061035156250 0.033935546875 0.049804687500 +0.040527343750 0.058349609375 0.061523437500 0.074707031250 +0.075683593750 0.101074218750 0.136718750000 0.136718750000 +0.158203125000 0.202148437500 0.204101562500 0.230468750000 +0.261718750000 0.298828125000 0.322265625000 0.318359375000 +0.384765625000 0.371093750000 0.384765625000 0.388671875000 +0.355468750000 0.347656250000 0.308593750000 0.253906250000 +0.195312500000 0.108886718750 0.070312500000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.074707031250 0.170898437500 +0.231445312500 0.300781250000 0.343750000000 0.349609375000 +0.347656250000 0.349609375000 0.316406250000 0.302734375000 +0.287109375000 0.267578125000 0.251953125000 0.253906250000 +0.226562500000 0.210937500000 0.218750000000 0.232421875000 +0.230468750000 0.238281250000 0.207031250000 0.223632812500 +0.196289062500 0.194335937500 0.198242187500 0.199218750000 +0.181640625000 0.197265625000 0.190429687500 0.166992187500 +0.166015625000 0.132812500000 0.110839843750 0.009460449219 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.011413574219 0.055664062500 0.050781250000 +0.025024414062 0.007812500000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.041992187500 +0.078125000000 0.122558593750 0.184570312500 0.208007812500 +0.209960937500 0.267578125000 0.267578125000 0.267578125000 +0.285156250000 0.285156250000 0.271484375000 0.259765625000 +0.277343750000 0.245117187500 0.236328125000 0.227539062500 +0.212890625000 0.185546875000 0.169921875000 0.144531250000 +0.125976562500 0.104492187500 0.087890625000 0.025390625000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.059570312500 +0.104492187500 0.164062500000 0.194335937500 0.237304687500 +0.243164062500 0.249023437500 0.226562500000 0.192382812500 +0.152343750000 0.086914062500 0.012634277344 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.030517578125 0.056884765625 0.091796875000 0.154296875000 +0.200195312500 0.242187500000 0.253906250000 0.273437500000 +0.312500000000 0.269531250000 0.248046875000 0.201171875000 +0.151367187500 0.060791015625 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.015197753906 0.064453125000 0.075195312500 +0.121582031250 0.162109375000 0.200195312500 0.209960937500 +0.208984375000 0.206054687500 0.177734375000 0.157226562500 +0.115722656250 0.060058593750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.011596679688 +0.099609375000 0.197265625000 0.277343750000 0.333984375000 +0.382812500000 0.386718750000 0.359375000000 0.306640625000 +0.277343750000 0.186523437500 0.111328125000 0.029907226562 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.002243041992 0.037353515625 0.105957031250 +0.152343750000 0.204101562500 0.227539062500 0.214843750000 +0.199218750000 0.170898437500 0.096679687500 0.002502441406 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.058593750000 0.114746093750 +0.172851562500 0.251953125000 0.273437500000 0.312500000000 +0.349609375000 0.380859375000 0.394531250000 0.353515625000 +0.355468750000 0.343750000000 0.259765625000 0.227539062500 +0.173828125000 0.064941406250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.013549804688 0.021118164062 0.036376953125 +0.001495361328 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.002593994141 0.041259765625 +0.048828125000 0.117675781250 0.175781250000 0.233398437500 +0.263671875000 0.335937500000 0.375000000000 0.392578125000 +0.359375000000 0.314453125000 0.273437500000 0.199218750000 +0.110839843750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.019775390625 0.051513671875 +0.053955078125 0.058837890625 0.057373046875 0.035644531250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.014099121094 0.102050781250 0.172851562500 0.221679687500 +0.287109375000 0.343750000000 0.371093750000 0.378906250000 +0.384765625000 0.384765625000 0.351562500000 0.337890625000 +0.320312500000 0.261718750000 0.250000000000 0.211914062500 +0.197265625000 0.139648437500 0.113281250000 0.086914062500 +0.044921875000 0.012145996094 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.048583984375 0.077148437500 0.115234375000 0.117675781250 +0.135742187500 0.091796875000 0.096679687500 0.057373046875 +0.046630859375 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.040039062500 0.090820312500 0.109375000000 0.102539062500 +0.105468750000 0.106445312500 0.106445312500 0.082519531250 +0.085449218750 0.095214843750 0.087402343750 0.114257812500 +0.103027343750 0.180664062500 0.149414062500 0.193359375000 +0.221679687500 0.257812500000 0.273437500000 0.251953125000 +0.250000000000 0.263671875000 0.208984375000 0.146484375000 +0.095703125000 0.052001953125 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.036865234375 +0.111328125000 0.165039062500 0.215820312500 0.211914062500 +0.194335937500 0.149414062500 0.077148437500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.033447265625 +0.065429687500 0.106933593750 0.137695312500 0.095703125000 +0.132812500000 0.102050781250 0.104492187500 0.066406250000 +0.048583984375 0.057617187500 0.034912109375 0.034179687500 +0.064941406250 0.058105468750 0.100097656250 0.111328125000 +0.095703125000 0.074707031250 0.064453125000 0.038085937500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000503540039 0.042724609375 +0.088867187500 0.131835937500 0.132812500000 0.130859375000 +0.136718750000 0.115722656250 0.103027343750 0.070312500000 +0.042724609375 0.033691406250 0.008300781250 0.002746582031 +0.000000000000 0.000000000000 0.000000000000 0.006774902344 +0.045410156250 0.024902343750 0.091308593750 0.072753906250 +0.059326171875 0.041259765625 0.025512695312 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000431060791 0.081054687500 0.121582031250 0.203125000000 +0.269531250000 0.287109375000 0.302734375000 0.298828125000 +0.261718750000 0.221679687500 0.145507812500 0.044433593750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.035156250000 0.113281250000 +0.167968750000 0.203125000000 0.218750000000 0.179687500000 +0.124023437500 0.041503906250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.004943847656 0.018310546875 +0.000000000000 0.031494140625 0.028564453125 0.016357421875 +0.021240234375 0.002243041992 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.041259765625 0.091796875000 0.139648437500 0.164062500000 +0.181640625000 0.149414062500 0.154296875000 0.109863281250 +0.086914062500 0.081542968750 0.061767578125 0.023193359375 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.001152038574 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.021240234375 0.063964843750 +0.067382812500 0.091308593750 0.042724609375 0.026367187500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.001281738281 +0.061035156250 0.109863281250 0.112304687500 0.085937500000 +0.072265625000 0.021606445312 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.053466796875 +0.125000000000 0.167968750000 0.191406250000 0.219726562500 +0.236328125000 0.197265625000 0.178710937500 0.136718750000 +0.112304687500 0.017578125000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000452041626 +0.067871093750 0.123046875000 0.222656250000 0.225585937500 +0.269531250000 0.242187500000 0.227539062500 0.199218750000 +0.172851562500 0.125000000000 0.094238281250 0.011108398438 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.041259765625 0.101562500000 +0.132812500000 0.170898437500 0.186523437500 0.191406250000 +0.145507812500 0.119140625000 0.014404296875 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.054931640625 0.081054687500 0.101562500000 0.088867187500 +0.062500000000 0.003417968750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.062011718750 0.112304687500 +0.134765625000 0.166992187500 0.157226562500 0.155273437500 +0.156250000000 0.161132812500 0.144531250000 0.117187500000 +0.096679687500 0.046875000000 0.003860473633 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.030273437500 +0.061035156250 0.086914062500 0.154296875000 0.202148437500 +0.190429687500 0.251953125000 0.287109375000 0.292968750000 +0.251953125000 0.221679687500 0.191406250000 0.114746093750 +0.025268554688 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.036621093750 +0.079589843750 0.107421875000 0.127929687500 0.097167968750 +0.028564453125 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.019653320312 +0.059814453125 0.097656250000 0.114746093750 0.163085937500 +0.150390625000 0.198242187500 0.219726562500 0.198242187500 +0.199218750000 0.168945312500 0.148437500000 0.125976562500 +0.101562500000 0.065429687500 0.059082031250 0.040039062500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.010681152344 0.069335937500 +0.074218750000 0.126953125000 0.188476562500 0.208984375000 +0.218750000000 0.255859375000 0.261718750000 0.251953125000 +0.253906250000 0.232421875000 0.173828125000 0.109375000000 +0.055908203125 0.028076171875 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.013488769531 0.072265625000 +0.122070312500 0.151367187500 0.160156250000 0.139648437500 +0.107421875000 0.083496093750 0.071777343750 0.017822265625 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.008972167969 0.068359375000 0.076171875000 +0.159179687500 0.146484375000 0.124511718750 0.130859375000 +0.068359375000 0.045410156250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000404357910 0.015991210938 +0.051269531250 0.086914062500 0.081054687500 0.062988281250 +0.019653320312 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.100097656250 +0.177734375000 0.273437500000 0.328125000000 0.376953125000 +0.369140625000 0.353515625000 0.306640625000 0.250000000000 +0.181640625000 0.078125000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000242233276 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.020751953125 +0.094726562500 0.146484375000 0.190429687500 0.172851562500 +0.147460937500 0.089843750000 0.025268554688 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.024902343750 0.023193359375 0.000000000000 +0.001556396484 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.014709472656 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.009277343750 0.104980468750 +0.173828125000 0.232421875000 0.275390625000 0.277343750000 +0.263671875000 0.261718750000 0.185546875000 0.122070312500 +0.051513671875 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.036132812500 0.042724609375 0.053466796875 +0.084472656250 0.100585937500 0.116699218750 0.148437500000 +0.162109375000 0.195312500000 0.207031250000 0.224609375000 +0.259765625000 0.255859375000 0.300781250000 0.316406250000 +0.298828125000 0.308593750000 0.261718750000 0.223632812500 +0.179687500000 0.119140625000 0.066406250000 0.012268066406 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.002609252930 +0.071777343750 0.111816406250 0.150390625000 0.149414062500 +0.141601562500 0.081542968750 0.031250000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.013366699219 0.049804687500 0.068847656250 0.104003906250 +0.080566406250 0.054199218750 0.011535644531 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.003326416016 0.010437011719 0.028808593750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.112792968750 0.222656250000 0.263671875000 +0.330078125000 0.359375000000 0.341796875000 0.318359375000 +0.292968750000 0.236328125000 0.168945312500 0.116699218750 +0.044433593750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.027343750000 0.062988281250 0.078613281250 +0.095703125000 0.126953125000 0.136718750000 0.116210937500 +0.140625000000 0.102050781250 0.048828125000 0.023193359375 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.019897460938 0.045410156250 +0.101562500000 0.130859375000 0.153320312500 0.179687500000 +0.175781250000 0.178710937500 0.178710937500 0.181640625000 +0.160156250000 0.137695312500 0.044433593750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.048583984375 0.096679687500 +0.143554687500 0.188476562500 0.171875000000 0.165039062500 +0.125976562500 0.092773437500 0.049072265625 0.005828857422 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.019042968750 0.079101562500 +0.149414062500 0.168945312500 0.171875000000 0.168945312500 +0.137695312500 0.114746093750 0.045166015625 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.059326171875 +0.079101562500 0.138671875000 0.184570312500 0.220703125000 +0.250000000000 0.265625000000 0.248046875000 0.259765625000 +0.245117187500 0.275390625000 0.255859375000 0.296875000000 +0.259765625000 0.231445312500 0.200195312500 0.166015625000 +0.112304687500 0.044189453125 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.029907226562 0.094238281250 +0.170898437500 0.216796875000 0.211914062500 0.231445312500 +0.199218750000 0.144531250000 0.118652343750 0.061523437500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.002258300781 0.014526367188 +0.016723632812 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.050781250000 +0.089843750000 0.175781250000 0.218750000000 0.244140625000 +0.257812500000 0.211914062500 0.143554687500 0.084960937500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.020507812500 0.082519531250 0.130859375000 +0.101074218750 0.040283203125 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.039794921875 +0.083984375000 0.113281250000 0.161132812500 0.156250000000 +0.167968750000 0.189453125000 0.198242187500 0.176757812500 +0.213867187500 0.204101562500 0.190429687500 0.170898437500 +0.166992187500 0.123535156250 0.127929687500 0.145507812500 +0.105468750000 0.088378906250 0.073242187500 0.028076171875 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.003295898438 0.126953125000 0.189453125000 0.239257812500 +0.279296875000 0.314453125000 0.277343750000 0.255859375000 +0.183593750000 0.083496093750 0.011901855469 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.030029296875 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.001380920410 0.049316406250 +0.058105468750 0.113281250000 0.141601562500 0.192382812500 +0.177734375000 0.191406250000 0.177734375000 0.170898437500 +0.113769531250 0.062988281250 0.015869140625 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.067871093750 0.102539062500 0.155273437500 0.160156250000 +0.155273437500 0.122558593750 0.141601562500 0.115234375000 +0.140625000000 0.104003906250 0.114746093750 0.058837890625 +0.065429687500 0.051757812500 0.031738281250 0.048339843750 +0.044677734375 0.029174804688 0.028198242188 0.052246093750 +0.055908203125 0.081054687500 0.133789062500 0.191406250000 +0.192382812500 0.248046875000 0.283203125000 0.279296875000 +0.292968750000 0.287109375000 0.253906250000 0.214843750000 +0.149414062500 0.087890625000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.037597656250 0.124023437500 0.171875000000 +0.241210937500 0.273437500000 0.302734375000 0.312500000000 +0.316406250000 0.265625000000 0.259765625000 0.233398437500 +0.217773437500 0.219726562500 0.209960937500 0.193359375000 +0.191406250000 0.162109375000 0.136718750000 0.137695312500 +0.147460937500 0.131835937500 0.163085937500 0.115234375000 +0.093261718750 0.077148437500 0.101562500000 0.106933593750 +0.152343750000 0.157226562500 0.191406250000 0.172851562500 +0.160156250000 0.190429687500 0.146484375000 0.115722656250 +0.018798828125 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.002136230469 0.067382812500 0.068847656250 0.092285156250 +0.064941406250 0.033203125000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.012939453125 +0.001190185547 0.060058593750 0.106933593750 0.083007812500 +0.118164062500 0.165039062500 0.135742187500 0.155273437500 +0.189453125000 0.161132812500 0.133789062500 0.154296875000 +0.135742187500 0.126953125000 0.118164062500 0.115234375000 +0.087402343750 0.093261718750 0.101074218750 0.096191406250 +0.083007812500 0.096191406250 0.088378906250 0.083007812500 +0.084472656250 0.093750000000 0.087402343750 0.087402343750 +0.060546875000 0.036621093750 0.002990722656 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.002456665039 0.017211914062 +0.063964843750 0.095703125000 0.129882812500 0.122558593750 +0.160156250000 0.145507812500 0.154296875000 0.118164062500 +0.103515625000 0.062500000000 0.001541137695 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.022949218750 0.026489257812 0.071777343750 +0.089355468750 0.130859375000 0.176757812500 0.205078125000 +0.184570312500 0.193359375000 0.162109375000 0.140625000000 +0.084960937500 0.052978515625 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.025756835938 0.054443359375 0.087402343750 +0.117675781250 0.122558593750 0.091796875000 0.066894531250 +0.061279296875 0.047363281250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.116699218750 0.208007812500 0.287109375000 0.351562500000 +0.365234375000 0.390625000000 0.388671875000 0.361328125000 +0.257812500000 0.220703125000 0.118652343750 0.052001953125 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.028686523438 0.071777343750 0.108886718750 +0.095703125000 0.070312500000 0.008911132812 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.028320312500 0.025146484375 0.011596679688 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.008666992188 0.062988281250 +0.109863281250 0.181640625000 0.226562500000 0.245117187500 +0.298828125000 0.298828125000 0.265625000000 0.285156250000 +0.255859375000 0.176757812500 0.136718750000 0.079101562500 +0.020507812500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.014648437500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.010925292969 0.082031250000 +0.183593750000 0.226562500000 0.304687500000 0.326171875000 +0.330078125000 0.306640625000 0.237304687500 0.166992187500 +0.106933593750 0.014953613281 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.006408691406 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.050048828125 0.110351562500 0.167968750000 0.238281250000 +0.292968750000 0.308593750000 0.298828125000 0.326171875000 +0.300781250000 0.281250000000 0.251953125000 0.253906250000 +0.219726562500 0.221679687500 0.199218750000 0.184570312500 +0.165039062500 0.190429687500 0.146484375000 0.142578125000 +0.121093750000 0.083496093750 0.057861328125 0.011413574219 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.058105468750 +0.097167968750 0.150390625000 0.149414062500 0.180664062500 +0.138671875000 0.118164062500 0.065429687500 0.027099609375 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.072265625000 0.122070312500 0.174804687500 0.226562500000 +0.237304687500 0.205078125000 0.209960937500 0.196289062500 +0.200195312500 0.154296875000 0.157226562500 0.139648437500 +0.138671875000 0.093750000000 0.144531250000 0.120605468750 +0.127929687500 0.132812500000 0.159179687500 0.159179687500 +0.169921875000 0.135742187500 0.117675781250 0.100585937500 +0.053710937500 0.002944946289 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.002304077148 +0.025024414062 0.049560546875 0.077148437500 0.099609375000 +0.074218750000 0.041992187500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.058837890625 +0.129882812500 0.186523437500 0.228515625000 0.239257812500 +0.208007812500 0.166015625000 0.093261718750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.007537841797 0.020263671875 +0.046142578125 0.005371093750 0.004089355469 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.056640625000 0.063964843750 0.106933593750 0.141601562500 +0.100097656250 0.119628906250 0.102539062500 0.145507812500 +0.126953125000 0.109863281250 0.106445312500 0.128906250000 +0.133789062500 0.184570312500 0.203125000000 0.212890625000 +0.203125000000 0.186523437500 0.111328125000 0.071777343750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.011657714844 0.051757812500 0.060791015625 +0.053222656250 0.052978515625 0.038330078125 0.007476806641 +0.012207031250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.051513671875 0.070800781250 0.105957031250 +0.131835937500 0.104980468750 0.061035156250 0.064453125000 +0.009338378906 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.054199218750 0.098144531250 +0.153320312500 0.197265625000 0.224609375000 0.207031250000 +0.201171875000 0.154296875000 0.118652343750 0.062011718750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.061767578125 0.146484375000 +0.222656250000 0.228515625000 0.228515625000 0.186523437500 +0.110351562500 0.010009765625 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.060546875000 0.142578125000 0.137695312500 +0.117675781250 0.092773437500 0.052978515625 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.060058593750 0.021118164062 +0.026733398438 0.072265625000 0.000000000000 0.002517700195 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.022216796875 0.083007812500 0.067382812500 0.079101562500 +0.082031250000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.039306640625 0.033447265625 +0.122558593750 0.116699218750 0.129882812500 0.125976562500 +0.057128906250 0.098144531250 0.063476562500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.030517578125 0.081054687500 0.133789062500 +0.120605468750 0.078613281250 0.000541687012 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.008850097656 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.039062500000 +0.101074218750 0.086425781250 0.139648437500 0.128906250000 +0.121093750000 0.108398437500 0.057617187500 0.035156250000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.031005859375 +0.026611328125 0.034667968750 0.066406250000 0.064453125000 +0.032958984375 0.028076171875 0.008361816406 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.007080078125 +0.031250000000 0.037597656250 0.055664062500 0.078125000000 +0.051025390625 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.081542968750 +0.063964843750 0.027465820312 0.091796875000 0.020141601562 +0.032958984375 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.035644531250 0.070312500000 0.130859375000 +0.132812500000 0.081054687500 0.052734375000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.066894531250 0.128906250000 +0.166992187500 0.222656250000 0.201171875000 0.273437500000 +0.247070312500 0.196289062500 0.074707031250 0.029296875000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.024780273438 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.004394531250 0.028198242188 0.074707031250 +0.126953125000 0.062011718750 0.093261718750 0.059814453125 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.050781250000 0.065429687500 0.070312500000 0.048828125000 +0.089355468750 0.090332031250 0.064941406250 0.060302734375 +0.048583984375 0.113769531250 0.123046875000 0.065429687500 +0.054687500000 0.022216796875 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.022949218750 +0.039062500000 0.041015625000 0.020385742188 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.043457031250 0.091308593750 0.131835937500 0.079101562500 +0.075683593750 0.050781250000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.042236328125 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.006439208984 0.090820312500 0.017578125000 0.012390136719 +0.009582519531 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.025024414062 0.019165039062 0.025268554688 +0.026855468750 0.011474609375 0.005371093750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.001251220703 0.025634765625 +0.010803222656 0.062988281250 0.031738281250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.056640625000 0.062500000000 0.069824218750 0.077636718750 +0.052734375000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.055908203125 0.112792968750 0.099121093750 0.139648437500 +0.108886718750 0.100097656250 0.054687500000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.047363281250 +0.002319335938 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.082519531250 0.131835937500 0.186523437500 0.198242187500 +0.181640625000 0.153320312500 0.133789062500 0.084472656250 +0.044189453125 0.006011962891 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.012634277344 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.007171630859 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000766754150 +0.012512207031 0.049804687500 0.073730468750 0.038818359375 +0.039062500000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.023315429688 0.045654296875 0.099609375000 +0.137695312500 0.154296875000 0.208007812500 0.201171875000 +0.190429687500 0.186523437500 0.156250000000 0.121582031250 +0.120117187500 0.094726562500 0.035156250000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.043701171875 0.070312500000 0.095214843750 +0.105957031250 0.066406250000 0.031494140625 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.015502929688 0.016235351562 0.001678466797 0.024658203125 +0.026855468750 0.020996093750 0.053710937500 0.043701171875 +0.027465820312 0.023071289062 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.012878417969 0.064941406250 +0.080566406250 0.124511718750 0.163085937500 0.195312500000 +0.234375000000 0.253906250000 0.257812500000 0.222656250000 +0.191406250000 0.146484375000 0.066406250000 0.013183593750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.017333984375 +0.012939453125 0.032470703125 0.088867187500 0.093750000000 +0.134765625000 0.155273437500 0.130859375000 0.130859375000 +0.116210937500 0.081542968750 0.057617187500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.025756835938 0.056152343750 0.076660156250 0.086914062500 +0.058349609375 0.046386718750 0.019287109375 0.000000000000 +0.015502929688 0.000000000000 0.004791259766 0.000057220459 +0.006072998047 0.020263671875 0.039306640625 0.054199218750 +0.077148437500 0.072753906250 0.077636718750 0.057373046875 +0.024414062500 0.014221191406 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.012023925781 0.040039062500 0.083496093750 0.104492187500 +0.112792968750 0.154296875000 0.129882812500 0.165039062500 +0.152343750000 0.140625000000 0.150390625000 0.088867187500 +0.074707031250 0.030517578125 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.027709960938 +0.031250000000 0.047119140625 0.096191406250 0.103515625000 +0.128906250000 0.162109375000 0.154296875000 0.149414062500 +0.150390625000 0.132812500000 0.107910156250 0.036376953125 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.010925292969 +0.080566406250 0.126953125000 0.158203125000 0.165039062500 +0.146484375000 0.117187500000 0.083984375000 0.054687500000 +0.001533508301 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.007080078125 +0.101074218750 0.114257812500 0.132812500000 0.158203125000 +0.124023437500 0.137695312500 0.131835937500 0.118164062500 +0.109375000000 0.071777343750 0.049072265625 0.045166015625 +0.016235351562 0.022827148438 0.000371932983 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.008544921875 +0.021850585938 0.043945312500 0.058593750000 0.078125000000 +0.075683593750 0.065429687500 0.031250000000 0.030639648438 +0.066406250000 0.047363281250 0.041748046875 0.029418945312 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.001380920410 0.039306640625 +0.085449218750 0.084472656250 0.083984375000 0.060058593750 +0.039306640625 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.038574218750 0.082519531250 0.085449218750 +0.100097656250 0.083496093750 0.053710937500 0.008178710938 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.007873535156 0.029296875000 0.090820312500 +0.110839843750 0.113769531250 0.127929687500 0.105957031250 +0.057128906250 0.041992187500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.045410156250 0.128906250000 0.159179687500 +0.220703125000 0.220703125000 0.187500000000 0.192382812500 +0.120605468750 0.022949218750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.021606445312 0.082031250000 0.104003906250 +0.116699218750 0.147460937500 0.161132812500 0.152343750000 +0.148437500000 0.094238281250 0.029418945312 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.022583007812 0.055908203125 0.090332031250 +0.063964843750 0.062255859375 0.046875000000 0.004943847656 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.015747070312 0.069335937500 0.092773437500 0.066894531250 +0.017578125000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.019531250000 0.030761718750 +0.079589843750 0.058349609375 0.098144531250 0.108886718750 +0.083007812500 0.095703125000 0.057617187500 0.033935546875 +0.040771484375 0.000553131104 0.007873535156 0.000888824463 +0.006317138672 0.000000000000 0.000000000000 0.005676269531 +0.025878906250 0.035400390625 0.070312500000 0.081054687500 +0.079589843750 0.062988281250 0.078125000000 0.087890625000 +0.082031250000 0.093261718750 0.084960937500 0.070800781250 +0.064453125000 0.024414062500 0.010864257812 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.026611328125 0.028198242188 +0.039550781250 0.034179687500 0.032470703125 0.018554687500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.027587890625 0.057861328125 0.091308593750 0.082519531250 +0.087402343750 0.080078125000 0.041748046875 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.041259765625 +0.077148437500 0.125976562500 0.153320312500 0.122558593750 +0.166015625000 0.157226562500 0.141601562500 0.141601562500 +0.130859375000 0.130859375000 0.134765625000 0.111816406250 +0.104003906250 0.105957031250 0.101074218750 0.098632812500 +0.089843750000 0.103515625000 0.091308593750 0.066894531250 +0.068359375000 0.053222656250 0.039550781250 0.036132812500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.019653320312 0.064941406250 0.130859375000 +0.164062500000 0.196289062500 0.246093750000 0.224609375000 +0.224609375000 0.208984375000 0.182617187500 0.160156250000 +0.103515625000 0.078613281250 0.030395507812 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.031738281250 0.043945312500 0.073242187500 +0.089843750000 0.088378906250 0.068847656250 0.059570312500 +0.033203125000 0.027465820312 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.003768920898 +0.048583984375 0.037841796875 0.078125000000 0.072265625000 +0.089843750000 0.103027343750 0.059814453125 0.027343750000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.017089843750 0.044677734375 +0.056152343750 0.063964843750 0.068847656250 0.076171875000 +0.085937500000 0.098632812500 0.054199218750 0.037597656250 +0.025146484375 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.012023925781 0.032226562500 +0.073242187500 0.090820312500 0.101074218750 0.089355468750 +0.069335937500 0.053955078125 0.024536132812 0.011535644531 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.014526367188 0.041259765625 0.038085937500 0.032714843750 +0.005615234375 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.006347656250 0.091796875000 0.156250000000 0.206054687500 +0.263671875000 0.271484375000 0.250000000000 0.209960937500 +0.132812500000 0.054199218750 0.005676269531 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.041015625000 0.054687500000 0.070800781250 0.086914062500 +0.066894531250 0.029052734375 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.010681152344 +0.017578125000 0.109863281250 0.116699218750 0.090820312500 +0.069335937500 0.047851562500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.041748046875 +0.101562500000 0.157226562500 0.187500000000 0.208984375000 +0.203125000000 0.169921875000 0.131835937500 0.077148437500 +0.043945312500 0.003204345703 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.076171875000 +0.187500000000 0.253906250000 0.251953125000 0.235351562500 +0.171875000000 0.078613281250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.088867187500 +0.191406250000 0.245117187500 0.283203125000 0.275390625000 +0.255859375000 0.195312500000 0.132812500000 0.020751953125 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.071777343750 0.147460937500 +0.185546875000 0.245117187500 0.243164062500 0.247070312500 +0.240234375000 0.213867187500 0.174804687500 0.123046875000 +0.090820312500 0.050537109375 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.033691406250 0.069824218750 +0.074218750000 0.076660156250 0.053710937500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.028686523438 0.020385742188 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.013977050781 0.017822265625 0.020874023438 0.024780273438 +0.028564453125 0.057128906250 0.061279296875 0.049560546875 +0.026000976562 0.027465820312 0.003463745117 0.028198242188 +0.047607421875 0.049072265625 0.031982421875 0.014831542969 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.055419921875 0.090820312500 0.075195312500 +0.113281250000 0.113281250000 0.058837890625 0.009643554688 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.025268554688 0.000999450684 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.004547119141 0.041015625000 0.065429687500 0.072265625000 +0.132812500000 0.158203125000 0.187500000000 0.172851562500 +0.189453125000 0.163085937500 0.173828125000 0.150390625000 +0.149414062500 0.122070312500 0.077636718750 0.050537109375 +0.012817382812 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.028076171875 0.037109375000 0.047119140625 +0.070312500000 0.083007812500 0.073242187500 0.080078125000 +0.080566406250 0.062988281250 0.044921875000 0.017089843750 +0.000000000000 0.008239746094 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.016967773438 +0.062011718750 0.043945312500 0.056640625000 0.023803710938 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.036376953125 0.103515625000 0.164062500000 0.197265625000 +0.226562500000 0.237304687500 0.206054687500 0.156250000000 +0.122558593750 0.052734375000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.010864257812 0.081054687500 +0.108886718750 0.152343750000 0.132812500000 0.095703125000 +0.044433593750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.035644531250 0.060302734375 0.067382812500 +0.089355468750 0.022827148438 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.025268554688 0.045898437500 0.058105468750 +0.050781250000 0.031494140625 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.048095703125 0.094238281250 0.092773437500 +0.079101562500 0.070800781250 0.048583984375 0.000614166260 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.013977050781 0.060302734375 +0.092773437500 0.124023437500 0.119628906250 0.110351562500 +0.083984375000 0.045410156250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.002609252930 0.000000000000 0.028442382812 0.049560546875 +0.069335937500 0.087890625000 0.126953125000 0.140625000000 +0.144531250000 0.112304687500 0.064453125000 0.010253906250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.043212890625 0.103515625000 +0.146484375000 0.164062500000 0.161132812500 0.106445312500 +0.043701171875 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.042724609375 0.106445312500 +0.142578125000 0.125000000000 0.123046875000 0.064941406250 +0.008972167969 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.113281250000 0.233398437500 0.296875000000 0.316406250000 +0.330078125000 0.318359375000 0.298828125000 0.271484375000 +0.196289062500 0.169921875000 0.082031250000 0.021484375000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.060791015625 0.111816406250 0.145507812500 +0.173828125000 0.197265625000 0.228515625000 0.235351562500 +0.213867187500 0.195312500000 0.179687500000 0.147460937500 +0.080566406250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.007293701172 0.059082031250 +0.102050781250 0.120605468750 0.109863281250 0.057861328125 +0.012817382812 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.037841796875 0.085937500000 0.136718750000 +0.142578125000 0.139648437500 0.112792968750 0.067382812500 +0.001533508301 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.042968750000 0.027709960938 +0.041015625000 0.083496093750 0.101562500000 0.141601562500 +0.154296875000 0.176757812500 0.182617187500 0.208007812500 +0.242187500000 0.251953125000 0.232421875000 0.215820312500 +0.131835937500 0.070800781250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.038818359375 0.044677734375 0.019287109375 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.029541015625 0.087890625000 +0.100585937500 0.120605468750 0.117187500000 0.077148437500 +0.003799438477 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.019653320312 0.082031250000 0.110839843750 +0.121093750000 0.092773437500 0.072265625000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.004943847656 +0.000000000000 0.068847656250 0.052001953125 0.000000000000 +0.013732910156 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.001792907715 0.000000000000 +0.000000000000 0.033691406250 0.005462646484 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.019653320312 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.010803222656 0.046386718750 +0.000000000000 0.015625000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.008117675781 0.032714843750 +0.043945312500 0.016357421875 0.049804687500 0.019042968750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.018676757812 0.023193359375 0.049072265625 +0.043457031250 0.064453125000 0.043701171875 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.051513671875 0.018676757812 0.043945312500 +0.068847656250 0.065429687500 0.000000000000 0.030639648438 +0.015197753906 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.017944335938 0.022094726562 0.025146484375 +0.044189453125 0.029907226562 0.052490234375 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.002441406250 0.053222656250 0.038574218750 +0.006011962891 0.018432617188 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.020629882812 0.053955078125 0.052490234375 +0.094238281250 0.038574218750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.069824218750 +0.101562500000 0.089843750000 0.110839843750 0.104003906250 +0.105468750000 0.083007812500 0.074707031250 0.026977539062 +0.023437500000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000299453735 0.010437011719 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.039550781250 0.032470703125 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.006134033203 0.011718750000 0.025512695312 +0.018066406250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.001106262207 0.021362304688 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.004791259766 0.000000000000 0.000000000000 +0.065917968750 0.029541015625 0.045654296875 0.086425781250 +0.065917968750 0.087890625000 0.062500000000 0.000000000000 +0.000186920166 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.053955078125 0.024291992188 0.031982421875 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.035644531250 0.052001953125 +0.082519531250 0.114746093750 0.088867187500 0.105468750000 +0.070800781250 0.019531250000 0.049560546875 0.009033203125 +0.000000000000 0.000000000000 0.038085937500 0.038085937500 +0.043212890625 0.082519531250 0.084960937500 0.062011718750 +0.082031250000 0.055908203125 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.011535644531 +0.000720977783 0.046875000000 0.043945312500 0.059570312500 +0.004302978516 0.003387451172 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.059082031250 0.072753906250 0.052246093750 0.104492187500 +0.050781250000 0.087402343750 0.063476562500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.022949218750 0.039306640625 +0.105468750000 0.138671875000 0.162109375000 0.166992187500 +0.194335937500 0.149414062500 0.130859375000 0.107910156250 +0.049560546875 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.003662109375 +0.000000000000 0.057373046875 0.030273437500 0.002853393555 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.001823425293 0.009643554688 +0.009765625000 0.061035156250 0.033203125000 0.054931640625 +0.009399414062 0.062988281250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.022094726562 0.000000000000 0.064453125000 0.028930664062 +0.063964843750 0.036865234375 0.123535156250 0.000000000000 +0.063964843750 0.031982421875 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.047119140625 0.020263671875 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.013122558594 0.015747070312 +0.024902343750 0.041259765625 0.026000976562 0.042724609375 +0.015197753906 0.017211914062 0.010375976562 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.015625000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.007293701172 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.006134033203 0.087890625000 +0.038085937500 0.012207031250 0.022338867188 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.010070800781 0.000000000000 0.013610839844 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.029785156250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.012512207031 0.008850097656 +0.011169433594 0.016967773438 0.021484375000 0.013244628906 +0.031127929688 0.025024414062 0.003936767578 0.045898437500 +0.000000000000 0.010070800781 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.012878417969 0.022460937500 +0.047607421875 0.055908203125 0.090820312500 0.094726562500 +0.066406250000 0.112792968750 0.098144531250 0.073242187500 +0.098144531250 0.097167968750 0.062255859375 0.076660156250 +0.048828125000 0.022827148438 0.014343261719 0.003845214844 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.069824218750 +0.096679687500 0.110839843750 0.179687500000 0.152343750000 +0.130859375000 0.147460937500 0.137695312500 0.053710937500 +0.044677734375 0.036376953125 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.031127929688 0.000000000000 0.004913330078 0.041748046875 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.001541137695 0.046386718750 0.095703125000 +0.078125000000 0.053222656250 0.058349609375 0.054199218750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.029418945312 +0.000000000000 0.026245117188 0.010986328125 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.005859375000 0.132812500000 0.194335937500 0.179687500000 +0.153320312500 0.134765625000 0.065917968750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.046386718750 0.062988281250 0.030639648438 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.080566406250 0.165039062500 0.225585937500 0.196289062500 +0.235351562500 0.178710937500 0.092285156250 0.013122558594 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.020751953125 0.066406250000 +0.049072265625 0.109375000000 0.112304687500 0.156250000000 +0.198242187500 0.207031250000 0.187500000000 0.176757812500 +0.153320312500 0.052001953125 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.036621093750 0.066406250000 +0.060546875000 0.031494140625 0.041992187500 0.025634765625 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.009704589844 +0.023315429688 0.023437500000 0.058105468750 0.051269531250 +0.087402343750 0.068847656250 0.060058593750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.021972656250 0.000000000000 0.022460937500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.024902343750 +0.018066406250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.037109375000 +0.025512695312 0.093750000000 0.092285156250 0.083496093750 +0.109863281250 0.063476562500 0.060058593750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.014892578125 +0.026855468750 0.020263671875 0.037841796875 0.071777343750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000839233398 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.050537109375 0.132812500000 +0.189453125000 0.229492187500 0.188476562500 0.158203125000 +0.020629882812 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.036865234375 0.055175781250 +0.102050781250 0.085449218750 0.041748046875 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.017211914062 0.078613281250 +0.018188476562 0.066894531250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.017089843750 0.087402343750 0.042480468750 +0.018798828125 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.005096435547 +0.058837890625 0.064453125000 0.050292968750 0.083007812500 +0.113769531250 0.120605468750 0.114257812500 0.087402343750 +0.095214843750 0.082031250000 0.047607421875 0.033447265625 +0.006652832031 0.002761840820 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.087890625000 0.181640625000 0.257812500000 0.255859375000 +0.302734375000 0.269531250000 0.232421875000 0.147460937500 +0.091308593750 0.059326171875 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.051025390625 0.058105468750 0.047607421875 0.105468750000 +0.103515625000 0.029541015625 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.043945312500 +0.176757812500 0.201171875000 0.217773437500 0.181640625000 +0.117675781250 0.044677734375 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.018066406250 0.081542968750 0.109863281250 +0.059326171875 0.037353515625 0.031738281250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.065429687500 +0.060546875000 0.136718750000 0.070800781250 0.045654296875 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.020263671875 0.047119140625 0.099121093750 +0.106933593750 0.097656250000 0.062500000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.077636718750 +0.130859375000 0.151367187500 0.162109375000 0.123535156250 +0.056396484375 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.022216796875 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.043212890625 0.086425781250 0.119628906250 0.127929687500 +0.174804687500 0.156250000000 0.145507812500 0.121093750000 +0.085449218750 0.024780273438 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.019653320312 0.072753906250 0.119140625000 +0.137695312500 0.100585937500 0.057617187500 0.004791259766 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.002334594727 0.073730468750 0.099609375000 0.145507812500 +0.131835937500 0.111328125000 0.104980468750 0.083496093750 +0.029907226562 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.038574218750 +0.076171875000 0.048095703125 0.097656250000 0.102050781250 +0.095703125000 0.046386718750 0.043212890625 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.003463745117 0.083007812500 0.106445312500 0.144531250000 +0.156250000000 0.152343750000 0.133789062500 0.069335937500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.001205444336 0.082031250000 0.100585937500 0.130859375000 +0.083496093750 0.030639648438 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.062255859375 0.077148437500 +0.058105468750 0.022338867188 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.033203125000 0.074707031250 +0.120605468750 0.120605468750 0.142578125000 0.092285156250 +0.025146484375 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.024780273438 0.069824218750 0.075683593750 0.058593750000 +0.053710937500 0.021850585938 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.007263183594 0.050781250000 0.065429687500 +0.105468750000 0.125976562500 0.129882812500 0.105468750000 +0.067871093750 0.052490234375 0.039062500000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.013244628906 0.055419921875 0.065917968750 0.008789062500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.070800781250 +0.113281250000 0.138671875000 0.188476562500 0.178710937500 +0.141601562500 0.122070312500 0.068359375000 0.069824218750 +0.037597656250 0.015747070312 0.005432128906 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.042480468750 0.098144531250 +0.115722656250 0.126953125000 0.070312500000 0.037109375000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.008666992188 +0.029418945312 0.059814453125 0.040039062500 0.011657714844 +0.008361816406 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.032714843750 0.116699218750 +0.128906250000 0.160156250000 0.180664062500 0.195312500000 +0.219726562500 0.141601562500 0.086914062500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.004028320312 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.006927490234 0.006835937500 0.000000000000 +0.020385742188 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.047119140625 +0.032958984375 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.015075683594 0.041259765625 0.039794921875 0.089355468750 +0.052490234375 0.000000000000 0.017578125000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000204086304 0.022827148438 0.037597656250 0.079101562500 +0.065429687500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.002120971680 +0.056640625000 0.038085937500 0.001869201660 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.041503906250 0.051757812500 0.047363281250 0.060791015625 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.035644531250 0.116699218750 +0.050537109375 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.045410156250 0.098632812500 0.077148437500 0.095214843750 +0.064941406250 0.000503540039 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.015014648438 +0.053466796875 0.060791015625 0.065429687500 0.032226562500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.029663085938 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.001914978027 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.041015625000 +0.092773437500 0.085449218750 0.087402343750 0.013610839844 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.026000976562 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.020385742188 0.080566406250 +0.067382812500 0.007537841797 0.010253906250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.007659912109 0.036376953125 0.046142578125 0.017211914062 +0.001289367676 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.025512695312 +0.065429687500 0.082519531250 0.044433593750 0.030151367188 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.022460937500 0.063964843750 0.092285156250 0.056396484375 +0.078613281250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.025390625000 0.109375000000 +0.014160156250 0.017944335938 0.020996093750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.026611328125 0.033203125000 +0.044433593750 0.104980468750 0.139648437500 0.128906250000 +0.104492187500 0.110351562500 0.077636718750 0.023559570312 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.038818359375 0.066894531250 0.103027343750 0.115722656250 +0.156250000000 0.147460937500 0.145507812500 0.162109375000 +0.115234375000 0.076660156250 0.104980468750 0.024047851562 +0.032470703125 0.049316406250 0.012145996094 0.061523437500 +0.045898437500 0.026977539062 0.041015625000 0.040283203125 +0.023681640625 0.036376953125 0.015014648438 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.059326171875 +0.047363281250 0.119628906250 0.135742187500 0.185546875000 +0.236328125000 0.234375000000 0.242187500000 0.244140625000 +0.210937500000 0.187500000000 0.166015625000 0.131835937500 +0.114746093750 0.113769531250 0.106933593750 0.084960937500 +0.064941406250 0.018920898438 0.008056640625 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.007537841797 +0.074707031250 0.091796875000 0.095703125000 0.041015625000 +0.026123046875 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.043945312500 +0.126953125000 0.134765625000 0.105957031250 0.071289062500 +0.027587890625 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.027221679688 +0.126953125000 0.218750000000 0.234375000000 0.294921875000 +0.259765625000 0.202148437500 0.166992187500 0.062500000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.031005859375 0.028198242188 0.043212890625 +0.038330078125 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.019897460938 +0.110351562500 0.170898437500 0.251953125000 0.231445312500 +0.287109375000 0.234375000000 0.208007812500 0.162109375000 +0.072753906250 0.022583007812 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.011413574219 0.115722656250 0.207031250000 +0.164062500000 0.165039062500 0.136718750000 0.117187500000 +0.058105468750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.012939453125 0.080566406250 +0.104980468750 0.129882812500 0.180664062500 0.195312500000 +0.198242187500 0.176757812500 0.169921875000 0.133789062500 +0.115234375000 0.058105468750 0.038330078125 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.051269531250 +0.048828125000 0.091796875000 0.158203125000 0.143554687500 +0.172851562500 0.188476562500 0.187500000000 0.156250000000 +0.160156250000 0.152343750000 0.133789062500 0.074707031250 +0.072753906250 0.002456665039 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.003524780273 0.005767822266 0.037597656250 +0.088867187500 0.058105468750 0.072265625000 0.004394531250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.045654296875 0.055175781250 +0.026855468750 0.002365112305 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.054931640625 0.081542968750 +0.119140625000 0.134765625000 0.162109375000 0.231445312500 +0.195312500000 0.181640625000 0.136718750000 0.072753906250 +0.045898437500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.037597656250 +0.110839843750 0.156250000000 0.186523437500 0.194335937500 +0.188476562500 0.163085937500 0.178710937500 0.138671875000 +0.088867187500 0.043457031250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.027832031250 0.101074218750 +0.123535156250 0.151367187500 0.199218750000 0.231445312500 +0.224609375000 0.175781250000 0.143554687500 0.049560546875 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.014160156250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.016601562500 0.020629882812 0.063476562500 0.053466796875 +0.028442382812 0.043945312500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.034179687500 +0.064453125000 0.129882812500 0.183593750000 0.240234375000 +0.225585937500 0.206054687500 0.167968750000 0.151367187500 +0.104492187500 0.033935546875 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.003189086914 0.093750000000 0.166992187500 0.179687500000 +0.243164062500 0.259765625000 0.233398437500 0.203125000000 +0.183593750000 0.181640625000 0.153320312500 0.139648437500 +0.127929687500 0.142578125000 0.125976562500 0.138671875000 +0.104003906250 0.113769531250 0.026367187500 0.038330078125 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.022460937500 0.041259765625 0.053222656250 +0.043701171875 0.028320312500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.036132812500 0.107421875000 0.136718750000 +0.131835937500 0.116210937500 0.090820312500 0.011596679688 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.016723632812 0.009460449219 +0.002716064453 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.003051757812 0.062500000000 0.125000000000 +0.128906250000 0.165039062500 0.140625000000 0.113769531250 +0.052734375000 0.022094726562 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.015625000000 0.086914062500 0.088867187500 +0.158203125000 0.214843750000 0.232421875000 0.247070312500 +0.233398437500 0.202148437500 0.164062500000 0.129882812500 +0.099121093750 0.035644531250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.042480468750 +0.074218750000 0.131835937500 0.177734375000 0.203125000000 +0.212890625000 0.199218750000 0.146484375000 0.096679687500 +0.036865234375 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.003509521484 0.046875000000 0.033691406250 +0.059814453125 0.037841796875 0.005645751953 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.026123046875 0.074218750000 0.079589843750 +0.135742187500 0.141601562500 0.138671875000 0.124023437500 +0.087402343750 0.047851562500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.056640625000 0.104492187500 0.117187500000 +0.147460937500 0.195312500000 0.174804687500 0.116699218750 +0.140625000000 0.088378906250 0.033203125000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.085937500000 +0.148437500000 0.158203125000 0.141601562500 0.125976562500 +0.075195312500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.018432617188 0.053710937500 0.051269531250 0.054443359375 +0.048828125000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.003021240234 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.040039062500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.051513671875 0.062988281250 0.101562500000 +0.167968750000 0.156250000000 0.157226562500 0.180664062500 +0.153320312500 0.139648437500 0.125976562500 0.131835937500 +0.110351562500 0.108398437500 0.134765625000 0.164062500000 +0.169921875000 0.191406250000 0.217773437500 0.212890625000 +0.167968750000 0.128906250000 0.106933593750 0.013916015625 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.120117187500 +0.203125000000 0.220703125000 0.222656250000 0.220703125000 +0.197265625000 0.066406250000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.021606445312 0.071777343750 +0.148437500000 0.150390625000 0.159179687500 0.118652343750 +0.083007812500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.033447265625 0.087402343750 0.108398437500 0.119628906250 +0.136718750000 0.122558593750 0.083984375000 0.068847656250 +0.020263671875 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.002471923828 0.012817382812 0.034667968750 +0.041992187500 0.047363281250 0.040771484375 0.027954101562 +0.028564453125 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.015319824219 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.035644531250 0.083496093750 +0.170898437500 0.234375000000 0.304687500000 0.330078125000 +0.339843750000 0.335937500000 0.279296875000 0.239257812500 +0.154296875000 0.087890625000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.060302734375 0.101074218750 0.146484375000 0.176757812500 +0.157226562500 0.125000000000 0.127929687500 0.069824218750 +0.014343261719 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.001968383789 0.003784179688 0.010925292969 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.036621093750 +0.091796875000 0.135742187500 0.155273437500 0.169921875000 +0.165039062500 0.143554687500 0.150390625000 0.144531250000 +0.117675781250 0.119140625000 0.070800781250 0.071777343750 +0.020874023438 0.015380859375 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.034423828125 0.099609375000 0.171875000000 +0.223632812500 0.253906250000 0.239257812500 0.207031250000 +0.164062500000 0.118164062500 0.066894531250 0.000953674316 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.022460937500 0.044921875000 +0.037597656250 0.007995605469 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.015441894531 0.067382812500 +0.110839843750 0.129882812500 0.126953125000 0.106933593750 +0.070800781250 0.018188476562 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.043701171875 0.071777343750 0.075683593750 +0.116699218750 0.132812500000 0.131835937500 0.120605468750 +0.138671875000 0.107421875000 0.098632812500 0.105957031250 +0.071777343750 0.059570312500 0.033935546875 0.024902343750 +0.002075195312 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.050292968750 +0.094726562500 0.139648437500 0.169921875000 0.174804687500 +0.174804687500 0.168945312500 0.129882812500 0.067382812500 +0.007629394531 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.003860473633 0.036132812500 +0.033447265625 0.023559570312 0.011474609375 0.009338378906 +0.000000000000 0.000000000000 0.002471923828 0.015258789062 +0.039550781250 0.074218750000 0.096191406250 0.140625000000 +0.144531250000 0.160156250000 0.171875000000 0.177734375000 +0.176757812500 0.144531250000 0.120117187500 0.054687500000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.050048828125 +0.082031250000 0.108886718750 0.125976562500 0.125000000000 +0.127929687500 0.147460937500 0.133789062500 0.141601562500 +0.135742187500 0.109863281250 0.065429687500 0.005065917969 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.028564453125 0.080566406250 +0.123535156250 0.201171875000 0.233398437500 0.251953125000 +0.241210937500 0.178710937500 0.130859375000 0.056152343750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.042968750000 0.136718750000 0.182617187500 0.222656250000 +0.242187500000 0.240234375000 0.237304687500 0.209960937500 +0.184570312500 0.126953125000 0.077148437500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.005645751953 +0.037109375000 0.055419921875 0.039550781250 0.005096435547 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.036376953125 0.058105468750 0.094726562500 +0.114746093750 0.117675781250 0.114257812500 0.110839843750 +0.126953125000 0.133789062500 0.125000000000 0.147460937500 +0.154296875000 0.160156250000 0.115722656250 0.089843750000 +0.049560546875 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.011535644531 +0.083007812500 0.125000000000 0.132812500000 0.147460937500 +0.159179687500 0.142578125000 0.104492187500 0.072265625000 +0.043212890625 0.040039062500 0.040527343750 0.053955078125 +0.076171875000 0.080566406250 0.092773437500 0.099121093750 +0.137695312500 0.150390625000 0.171875000000 0.162109375000 +0.161132812500 0.111816406250 0.065429687500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.046875000000 0.098144531250 +0.101074218750 0.087402343750 0.043701171875 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.022094726562 0.102050781250 0.163085937500 0.248046875000 +0.243164062500 0.250000000000 0.198242187500 0.154296875000 +0.063964843750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.061035156250 +0.130859375000 0.169921875000 0.202148437500 0.210937500000 +0.209960937500 0.159179687500 0.106445312500 0.049804687500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.019531250000 0.033691406250 +0.033691406250 0.039550781250 0.028564453125 0.009948730469 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.045166015625 0.049804687500 0.055664062500 0.031494140625 +0.008056640625 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.017089843750 0.030883789062 +0.072753906250 0.069824218750 0.094726562500 0.102539062500 +0.088867187500 0.077148437500 0.031250000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.005310058594 0.020019531250 0.053710937500 0.065429687500 +0.078613281250 0.087890625000 0.057373046875 0.025634765625 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.012390136719 +0.075195312500 0.118164062500 0.153320312500 0.174804687500 +0.133789062500 0.121582031250 0.054199218750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.002197265625 0.007659912109 0.008117675781 0.002258300781 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.007202148438 +0.032470703125 0.069824218750 0.086425781250 0.104492187500 +0.102539062500 0.084960937500 0.081542968750 0.071289062500 +0.044189453125 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.013244628906 0.035156250000 +0.083496093750 0.106933593750 0.125976562500 0.142578125000 +0.143554687500 0.140625000000 0.137695312500 0.104980468750 +0.064453125000 0.044433593750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.028808593750 0.081054687500 0.127929687500 0.176757812500 +0.211914062500 0.221679687500 0.232421875000 0.218750000000 +0.145507812500 0.062988281250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.015075683594 0.034423828125 0.011962890625 +0.008056640625 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.036132812500 0.094726562500 0.153320312500 +0.198242187500 0.229492187500 0.206054687500 0.178710937500 +0.114746093750 0.063964843750 0.002197265625 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.014526367188 0.015625000000 0.020629882812 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.023071289062 0.061035156250 +0.133789062500 0.074707031250 0.112792968750 0.094726562500 +0.096679687500 0.111328125000 0.084960937500 0.051025390625 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.021362304688 0.024658203125 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.038574218750 0.085937500000 +0.069335937500 0.069824218750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.001670837402 0.013305664062 +0.034179687500 0.029296875000 0.011779785156 0.007049560547 +0.000000000000 0.000000000000 0.000000000000 0.003967285156 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000145912170 +0.017700195312 0.057617187500 0.036865234375 0.050292968750 +0.013183593750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.020263671875 0.011352539062 0.084960937500 0.097167968750 +0.129882812500 0.121582031250 0.140625000000 0.105957031250 +0.076660156250 0.066406250000 0.069824218750 0.085449218750 +0.104003906250 0.057617187500 0.046630859375 0.041992187500 +0.067871093750 0.079101562500 0.056396484375 0.003311157227 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.032470703125 0.011840820312 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.034179687500 0.017822265625 0.026123046875 0.082031250000 +0.042236328125 0.059814453125 0.029174804688 0.046386718750 +0.000000000000 0.011352539062 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.001502990723 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.010498046875 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.030151367188 0.124511718750 0.146484375000 0.171875000000 +0.148437500000 0.164062500000 0.083007812500 0.035400390625 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.025878906250 0.112304687500 0.145507812500 +0.101074218750 0.164062500000 0.076660156250 0.061523437500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.005462646484 +0.064453125000 0.035644531250 0.029418945312 0.032714843750 +0.024291992188 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.036132812500 0.104492187500 0.153320312500 0.213867187500 +0.179687500000 0.204101562500 0.139648437500 0.150390625000 +0.087890625000 0.103515625000 0.063964843750 0.061767578125 +0.083007812500 0.068359375000 0.001594543457 0.013061523438 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.051269531250 0.009887695312 +0.103515625000 0.053710937500 0.109375000000 0.111816406250 +0.109863281250 0.137695312500 0.125000000000 0.072753906250 +0.055419921875 0.042968750000 0.088867187500 0.049316406250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.003356933594 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000576019287 0.010131835938 0.056152343750 0.109375000000 +0.104492187500 0.117187500000 0.062988281250 0.072265625000 +0.063476562500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.052978515625 0.188476562500 0.242187500000 +0.251953125000 0.187500000000 0.087890625000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.095214843750 0.098632812500 0.154296875000 +0.137695312500 0.084960937500 0.098632812500 0.062255859375 +0.030029296875 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.019165039062 0.054687500000 +0.057861328125 0.071289062500 0.066406250000 0.037841796875 +0.004943847656 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.088867187500 0.208984375000 0.324218750000 0.400390625000 +0.443359375000 0.486328125000 0.462890625000 0.431640625000 +0.357421875000 0.287109375000 0.124023437500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.073730468750 0.126953125000 0.165039062500 0.207031250000 +0.205078125000 0.152343750000 0.027343750000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.003707885742 0.091308593750 +0.103027343750 0.109863281250 0.076660156250 0.006347656250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.036621093750 0.057373046875 0.113281250000 +0.168945312500 0.186523437500 0.210937500000 0.221679687500 +0.223632812500 0.192382812500 0.195312500000 0.200195312500 +0.167968750000 0.166992187500 0.144531250000 0.131835937500 +0.100585937500 0.131835937500 0.108398437500 0.109375000000 +0.078125000000 0.046630859375 0.028442382812 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.076660156250 +0.162109375000 0.204101562500 0.179687500000 0.133789062500 +0.052490234375 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.051025390625 0.136718750000 0.171875000000 +0.178710937500 0.123535156250 0.094726562500 0.077148437500 +0.038818359375 0.018798828125 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.007385253906 0.050048828125 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.010131835938 0.063964843750 +0.139648437500 0.181640625000 0.201171875000 0.224609375000 +0.224609375000 0.215820312500 0.224609375000 0.244140625000 +0.235351562500 0.209960937500 0.178710937500 0.121582031250 +0.064941406250 0.044189453125 0.022705078125 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.044677734375 +0.159179687500 0.241210937500 0.294921875000 0.310546875000 +0.294921875000 0.267578125000 0.211914062500 0.064941406250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.119628906250 +0.199218750000 0.269531250000 0.333984375000 0.320312500000 +0.328125000000 0.251953125000 0.174804687500 0.068847656250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.019409179688 0.091796875000 0.156250000000 +0.187500000000 0.203125000000 0.200195312500 0.145507812500 +0.106933593750 0.083496093750 0.046142578125 0.034179687500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.083496093750 0.134765625000 0.211914062500 +0.208007812500 0.175781250000 0.102539062500 0.016601562500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.018432617188 0.113281250000 0.168945312500 0.269531250000 +0.306640625000 0.347656250000 0.300781250000 0.246093750000 +0.119140625000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.015014648438 0.121582031250 +0.239257812500 0.367187500000 0.419921875000 0.482421875000 +0.523437500000 0.492187500000 0.455078125000 0.355468750000 +0.240234375000 0.034667968750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.012512207031 0.035156250000 0.002960205078 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.077636718750 0.180664062500 +0.259765625000 0.298828125000 0.306640625000 0.277343750000 +0.251953125000 0.217773437500 0.130859375000 0.025146484375 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.098632812500 0.232421875000 0.241210937500 +0.212890625000 0.137695312500 0.012023925781 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.127929687500 +0.238281250000 0.300781250000 0.304687500000 0.314453125000 +0.263671875000 0.227539062500 0.191406250000 0.157226562500 +0.113281250000 0.053222656250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.003494262695 0.077636718750 0.067871093750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.037841796875 0.125976562500 0.194335937500 +0.237304687500 0.320312500000 0.312500000000 0.310546875000 +0.283203125000 0.222656250000 0.113281250000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.055908203125 0.180664062500 0.255859375000 0.285156250000 +0.261718750000 0.208984375000 0.086914062500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.038330078125 0.075195312500 0.040283203125 +0.005645751953 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.017944335938 0.071289062500 0.092773437500 +0.079589843750 0.033691406250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.133789062500 0.241210937500 0.330078125000 +0.351562500000 0.394531250000 0.386718750000 0.363281250000 +0.267578125000 0.105468750000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.014221191406 +0.110351562500 0.175781250000 0.185546875000 0.183593750000 +0.062255859375 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.015563964844 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.011169433594 +0.092285156250 0.165039062500 0.166015625000 0.144531250000 +0.126953125000 0.079589843750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.029052734375 0.055419921875 +0.118164062500 0.046875000000 0.040039062500 0.015869140625 +0.000329971313 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.003906250000 0.000000000000 +0.061767578125 0.000000000000 0.073730468750 0.052001953125 +0.078125000000 0.040283203125 0.029418945312 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.058105468750 0.048095703125 +0.080078125000 0.067382812500 0.053710937500 0.010192871094 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.017578125000 +0.035888671875 0.044189453125 0.083984375000 0.045410156250 +0.008728027344 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.038330078125 0.056640625000 0.079589843750 +0.078125000000 0.095703125000 0.067382812500 0.074707031250 +0.022705078125 0.009155273438 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.001487731934 0.065429687500 +0.059326171875 0.073730468750 0.082519531250 0.075195312500 +0.044677734375 0.062988281250 0.011291503906 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.007446289062 0.046142578125 0.000482559204 +0.000000000000 0.003158569336 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.004669189453 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.011596679688 0.072265625000 0.125000000000 0.144531250000 +0.107421875000 0.078125000000 0.020507812500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.098144531250 0.039062500000 +0.106445312500 0.037109375000 0.017822265625 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000168800354 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.055908203125 0.031982421875 0.054443359375 +0.046142578125 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.002426147461 0.007812500000 +0.037597656250 0.083984375000 0.057128906250 0.046875000000 +0.021118164062 0.048828125000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.006652832031 0.047851562500 0.050292968750 0.062500000000 +0.049804687500 0.028198242188 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.039062500000 0.104980468750 0.102539062500 0.164062500000 +0.117675781250 0.052001953125 0.041748046875 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.016845703125 0.011108398438 0.039794921875 +0.062988281250 0.109375000000 0.093261718750 0.127929687500 +0.112304687500 0.057128906250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.036621093750 +0.026367187500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.004516601562 0.056884765625 0.076660156250 +0.105957031250 0.085937500000 0.007202148438 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.011230468750 +0.021606445312 0.065917968750 0.036865234375 0.088867187500 +0.055175781250 0.020751953125 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.024047851562 0.026245117188 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.003814697266 0.040771484375 +0.021606445312 0.025146484375 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.003051757812 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.048828125000 0.050781250000 0.068847656250 0.122070312500 +0.075195312500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.031250000000 0.061523437500 +0.058349609375 0.052734375000 0.062255859375 0.039794921875 +0.000000000000 0.016601562500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.043701171875 0.078613281250 0.085937500000 0.048339843750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.031250000000 +0.066406250000 0.114257812500 0.161132812500 0.200195312500 +0.238281250000 0.221679687500 0.105957031250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.090820312500 0.190429687500 +0.224609375000 0.209960937500 0.174804687500 0.108398437500 +0.017456054688 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.035156250000 0.085449218750 +0.131835937500 0.184570312500 0.205078125000 0.189453125000 +0.144531250000 0.075683593750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.022705078125 0.137695312500 0.213867187500 +0.283203125000 0.300781250000 0.267578125000 0.216796875000 +0.151367187500 0.058105468750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.047119140625 0.031005859375 +0.063476562500 0.111816406250 0.116699218750 0.120117187500 +0.098144531250 0.069335937500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.024658203125 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.032714843750 0.090332031250 +0.116699218750 0.169921875000 0.206054687500 0.230468750000 +0.253906250000 0.263671875000 0.239257812500 0.173828125000 +0.157226562500 0.070312500000 0.003845214844 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.005493164062 0.079101562500 0.127929687500 0.164062500000 +0.197265625000 0.229492187500 0.229492187500 0.211914062500 +0.198242187500 0.157226562500 0.053955078125 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.035400390625 0.092285156250 0.116699218750 0.100097656250 +0.059326171875 0.031250000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.031005859375 0.044921875000 0.037353515625 0.012634277344 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.044921875000 0.107910156250 0.139648437500 0.156250000000 +0.152343750000 0.112792968750 0.041748046875 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.060546875000 0.152343750000 +0.201171875000 0.232421875000 0.179687500000 0.122070312500 +0.013366699219 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.054443359375 0.069335937500 0.112792968750 0.101074218750 +0.021972656250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.026367187500 0.084960937500 0.107421875000 0.095703125000 +0.088378906250 0.055175781250 0.010559082031 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.031982421875 0.068847656250 +0.122070312500 0.164062500000 0.188476562500 0.198242187500 +0.177734375000 0.125976562500 0.050537109375 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.026489257812 0.089843750000 0.146484375000 +0.180664062500 0.170898437500 0.152343750000 0.078613281250 +0.005767822266 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.131835937500 0.239257812500 0.302734375000 0.314453125000 +0.320312500000 0.261718750000 0.194335937500 0.094238281250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.019775390625 0.064941406250 0.087890625000 0.068847656250 +0.065429687500 0.024169921875 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.035156250000 +0.086914062500 0.106933593750 0.124511718750 0.145507812500 +0.161132812500 0.160156250000 0.156250000000 0.122558593750 +0.064453125000 0.015747070312 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.014160156250 0.047851562500 0.046875000000 +0.033691406250 0.055175781250 0.029907226562 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.034423828125 0.113769531250 0.165039062500 +0.168945312500 0.138671875000 0.098632812500 0.050292968750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.008361816406 +0.057617187500 0.113281250000 0.139648437500 0.184570312500 +0.204101562500 0.200195312500 0.162109375000 0.140625000000 +0.098144531250 0.063964843750 0.021484375000 0.006622314453 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.027343750000 0.101562500000 +0.151367187500 0.172851562500 0.146484375000 0.107910156250 +0.029785156250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.089843750000 0.165039062500 0.230468750000 +0.235351562500 0.196289062500 0.130859375000 0.014709472656 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.015625000000 0.018066406250 0.000432968140 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.005035400391 0.038574218750 +0.088378906250 0.095214843750 0.142578125000 0.177734375000 +0.188476562500 0.188476562500 0.131835937500 0.103027343750 +0.062500000000 0.049560546875 0.082031250000 0.067382812500 +0.065429687500 0.057617187500 0.035400390625 0.009643554688 +0.020874023438 0.010375976562 0.012145996094 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.005950927734 0.097656250000 +0.159179687500 0.227539062500 0.241210937500 0.211914062500 +0.175781250000 0.101074218750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.009277343750 +0.062988281250 0.114746093750 0.120117187500 0.122558593750 +0.076660156250 0.000576019287 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.066406250000 0.143554687500 +0.209960937500 0.285156250000 0.312500000000 0.320312500000 +0.292968750000 0.206054687500 0.104980468750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.022216796875 +0.059082031250 0.081054687500 0.097656250000 0.105957031250 +0.112792968750 0.130859375000 0.126953125000 0.128906250000 +0.114257812500 0.092285156250 0.017089843750 0.018432617188 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.019165039062 0.060546875000 0.132812500000 +0.193359375000 0.271484375000 0.294921875000 0.291015625000 +0.249023437500 0.180664062500 0.105468750000 0.019653320312 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.015380859375 +0.081542968750 0.105468750000 0.120117187500 0.100585937500 +0.070800781250 0.082031250000 0.111816406250 0.116699218750 +0.134765625000 0.135742187500 0.128906250000 0.124511718750 +0.136718750000 0.123535156250 0.125000000000 0.106933593750 +0.080566406250 0.034912109375 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.010375976562 0.072265625000 0.147460937500 +0.148437500000 0.180664062500 0.181640625000 0.163085937500 +0.124023437500 0.085937500000 0.021484375000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.037109375000 +0.047119140625 0.044189453125 0.036132812500 0.012268066406 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000617980957 0.026000976562 0.041259765625 0.076660156250 +0.086425781250 0.115234375000 0.104003906250 0.111328125000 +0.104003906250 0.094726562500 0.074707031250 0.066406250000 +0.026733398438 0.005401611328 0.011840820312 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.007049560547 0.000000000000 0.000000000000 0.000000000000 +0.012451171875 0.032226562500 0.039306640625 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.005126953125 0.053466796875 0.036865234375 +0.053955078125 0.077636718750 0.070800781250 0.066406250000 +0.076171875000 0.059570312500 0.043945312500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.003265380859 0.002014160156 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.003906250000 0.065917968750 +0.060058593750 0.031982421875 0.016967773438 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.030883789062 0.152343750000 +0.208984375000 0.253906250000 0.263671875000 0.265625000000 +0.245117187500 0.240234375000 0.192382812500 0.159179687500 +0.097656250000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.082031250000 0.173828125000 +0.213867187500 0.283203125000 0.277343750000 0.263671875000 +0.217773437500 0.166015625000 0.141601562500 0.061279296875 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.045898437500 0.054443359375 +0.077636718750 0.039306640625 0.010437011719 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.028198242188 0.104980468750 0.169921875000 +0.207031250000 0.224609375000 0.242187500000 0.202148437500 +0.170898437500 0.135742187500 0.040771484375 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.006744384766 0.079589843750 0.142578125000 +0.158203125000 0.175781250000 0.148437500000 0.152343750000 +0.103515625000 0.106445312500 0.113281250000 0.083984375000 +0.076660156250 0.056640625000 0.023803710938 0.054687500000 +0.049072265625 0.068847656250 0.103027343750 0.130859375000 +0.147460937500 0.148437500000 0.145507812500 0.125000000000 +0.081542968750 0.072265625000 0.037109375000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.019287109375 0.093750000000 0.149414062500 0.153320312500 +0.161132812500 0.146484375000 0.091796875000 0.017944335938 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.082031250000 0.107421875000 0.136718750000 0.185546875000 +0.212890625000 0.193359375000 0.164062500000 0.141601562500 +0.132812500000 0.108398437500 0.092285156250 0.065917968750 +0.056640625000 0.073242187500 0.042724609375 0.077148437500 +0.059814453125 0.023193359375 0.000000000000 0.000000000000 +0.000000000000 0.018432617188 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.002029418945 0.104492187500 0.149414062500 0.151367187500 +0.159179687500 0.136718750000 0.106445312500 0.074218750000 +0.040039062500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.007232666016 0.127929687500 0.199218750000 0.230468750000 +0.245117187500 0.184570312500 0.095214843750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.005035400391 0.045654296875 0.072753906250 +0.046875000000 0.040527343750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.050292968750 +0.100097656250 0.175781250000 0.231445312500 0.285156250000 +0.316406250000 0.308593750000 0.269531250000 0.205078125000 +0.148437500000 0.006927490234 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.033691406250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.037597656250 0.034179687500 0.072753906250 0.101562500000 +0.058837890625 0.042480468750 0.014099121094 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.026000976562 0.069335937500 0.094238281250 +0.094726562500 0.108398437500 0.070800781250 0.012207031250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.026489257812 +0.177734375000 0.253906250000 0.269531250000 0.259765625000 +0.155273437500 0.067382812500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.002685546875 0.019409179688 0.025756835938 +0.045654296875 0.070800781250 0.075195312500 0.083984375000 +0.120117187500 0.120605468750 0.120117187500 0.143554687500 +0.145507812500 0.112304687500 0.087890625000 0.043701171875 +0.004699707031 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.048339843750 0.087890625000 0.122558593750 0.161132812500 +0.176757812500 0.186523437500 0.186523437500 0.177734375000 +0.155273437500 0.144531250000 0.122070312500 0.096679687500 +0.075683593750 0.056396484375 0.048339843750 0.028564453125 +0.033691406250 0.020385742188 0.009948730469 0.024902343750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.043212890625 0.066894531250 0.099121093750 0.091308593750 +0.079589843750 0.097656250000 0.092773437500 0.057861328125 +0.061279296875 0.071289062500 0.076660156250 0.111816406250 +0.144531250000 0.168945312500 0.180664062500 0.168945312500 +0.163085937500 0.150390625000 0.092285156250 0.034179687500 +0.000162124634 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.008789062500 +0.072753906250 0.134765625000 0.176757812500 0.205078125000 +0.234375000000 0.246093750000 0.226562500000 0.219726562500 +0.196289062500 0.161132812500 0.113281250000 0.064453125000 +0.002166748047 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.052734375000 0.136718750000 0.187500000000 0.246093750000 +0.275390625000 0.285156250000 0.283203125000 0.281250000000 +0.263671875000 0.236328125000 0.187500000000 0.137695312500 +0.066894531250 0.015625000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.018432617188 +0.072753906250 0.108886718750 0.145507812500 0.166015625000 +0.170898437500 0.155273437500 0.125976562500 0.067871093750 +0.010681152344 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.024414062500 +0.097656250000 0.158203125000 0.175781250000 0.203125000000 +0.220703125000 0.186523437500 0.139648437500 0.120605468750 +0.092285156250 0.039794921875 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.035644531250 0.074707031250 +0.121582031250 0.143554687500 0.157226562500 0.164062500000 +0.161132812500 0.156250000000 0.166992187500 0.159179687500 +0.133789062500 0.111328125000 0.074707031250 0.040039062500 +0.035888671875 0.032226562500 0.018676757812 0.021362304688 +0.010253906250 0.006622314453 0.010681152344 0.032470703125 +0.071777343750 0.104492187500 0.127929687500 0.169921875000 +0.220703125000 0.251953125000 0.287109375000 0.337890625000 +0.349609375000 0.304687500000 0.296875000000 0.291015625000 +0.227539062500 0.144531250000 0.062500000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.031738281250 +0.081542968750 0.132812500000 0.157226562500 0.160156250000 +0.149414062500 0.108886718750 0.069335937500 0.046875000000 +0.000904083252 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.012207031250 0.052001953125 0.071777343750 0.107421875000 +0.140625000000 0.168945312500 0.213867187500 0.244140625000 +0.265625000000 0.281250000000 0.298828125000 0.316406250000 +0.316406250000 0.302734375000 0.269531250000 0.259765625000 +0.234375000000 0.193359375000 0.173828125000 0.153320312500 +0.105957031250 0.066894531250 0.051757812500 0.024047851562 +0.000432968140 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.017333984375 0.043945312500 +0.086914062500 0.131835937500 0.176757812500 0.232421875000 +0.267578125000 0.277343750000 0.318359375000 0.341796875000 +0.335937500000 0.337890625000 0.310546875000 0.253906250000 +0.226562500000 0.190429687500 0.134765625000 0.084960937500 +0.036621093750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.060546875000 +0.107421875000 0.146484375000 0.183593750000 0.196289062500 +0.182617187500 0.171875000000 0.166992187500 0.152343750000 +0.121093750000 0.062011718750 0.025512695312 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.032470703125 0.099609375000 +0.119628906250 0.162109375000 0.182617187500 0.165039062500 +0.176757812500 0.166015625000 0.144531250000 0.110839843750 +0.050781250000 0.011047363281 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.002655029297 +0.007751464844 0.034179687500 0.032958984375 0.027465820312 +0.000284194946 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.007629394531 +0.041992187500 0.080566406250 0.112304687500 0.120605468750 +0.117675781250 0.079589843750 0.038085937500 0.040771484375 +0.016723632812 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000162124634 +0.100097656250 0.178710937500 0.251953125000 0.318359375000 +0.359375000000 0.363281250000 0.359375000000 0.335937500000 +0.291015625000 0.227539062500 0.135742187500 0.019897460938 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000610351562 +0.021484375000 0.002700805664 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.063964843750 0.148437500000 0.185546875000 0.209960937500 +0.225585937500 0.196289062500 0.163085937500 0.122070312500 +0.040283203125 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.016235351562 +0.018798828125 0.008178710938 0.015869140625 0.019165039062 +0.022949218750 0.047607421875 0.052001953125 0.071777343750 +0.074707031250 0.082031250000 0.082031250000 0.066894531250 +0.053955078125 0.038574218750 0.033935546875 0.038574218750 +0.019653320312 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.003082275391 +0.087402343750 0.162109375000 0.214843750000 0.253906250000 +0.287109375000 0.302734375000 0.296875000000 0.257812500000 +0.197265625000 0.137695312500 0.056396484375 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.002883911133 0.022094726562 0.051025390625 0.070312500000 +0.084960937500 0.101074218750 0.117675781250 0.138671875000 +0.164062500000 0.175781250000 0.208984375000 0.245117187500 +0.257812500000 0.296875000000 0.314453125000 0.332031250000 +0.357421875000 0.349609375000 0.345703125000 0.333984375000 +0.302734375000 0.273437500000 0.234375000000 0.195312500000 +0.140625000000 0.073730468750 0.036621093750 0.003219604492 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.025024414062 0.066406250000 +0.124511718750 0.171875000000 0.201171875000 0.230468750000 +0.236328125000 0.232421875000 0.199218750000 0.156250000000 +0.108398437500 0.071289062500 0.029296875000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.002059936523 +0.027221679688 0.060546875000 0.088867187500 0.112792968750 +0.133789062500 0.113769531250 0.090820312500 0.079101562500 +0.042968750000 0.013000488281 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.029785156250 +0.036376953125 0.055175781250 0.074218750000 0.069824218750 +0.037597656250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.059082031250 0.148437500000 0.226562500000 +0.285156250000 0.335937500000 0.365234375000 0.363281250000 +0.343750000000 0.328125000000 0.281250000000 0.215820312500 +0.183593750000 0.125000000000 0.062988281250 0.016479492188 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.019653320312 0.063476562500 0.088867187500 +0.121582031250 0.150390625000 0.165039062500 0.188476562500 +0.191406250000 0.203125000000 0.197265625000 0.171875000000 +0.158203125000 0.135742187500 0.110351562500 0.098144531250 +0.076171875000 0.070800781250 0.074707031250 0.071777343750 +0.087402343750 0.111816406250 0.129882812500 0.161132812500 +0.190429687500 0.226562500000 0.250000000000 0.253906250000 +0.263671875000 0.277343750000 0.283203125000 0.277343750000 +0.257812500000 0.232421875000 0.205078125000 0.125976562500 +0.047363281250 0.001434326172 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.064453125000 +0.129882812500 0.172851562500 0.218750000000 0.222656250000 +0.224609375000 0.232421875000 0.207031250000 0.172851562500 +0.142578125000 0.114746093750 0.118652343750 0.099609375000 +0.052734375000 0.019775390625 0.018310546875 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.034912109375 0.095703125000 +0.136718750000 0.189453125000 0.225585937500 0.238281250000 +0.240234375000 0.222656250000 0.187500000000 0.128906250000 +0.065917968750 0.008483886719 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.013671875000 +0.067871093750 0.125000000000 0.178710937500 0.224609375000 +0.271484375000 0.285156250000 0.296875000000 0.308593750000 +0.312500000000 0.308593750000 0.328125000000 0.332031250000 +0.339843750000 0.314453125000 0.287109375000 0.269531250000 +0.253906250000 0.218750000000 0.165039062500 0.104980468750 +0.067382812500 0.031738281250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.004241943359 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.038818359375 0.091796875000 +0.139648437500 0.206054687500 0.244140625000 0.247070312500 +0.273437500000 0.259765625000 0.219726562500 0.207031250000 +0.169921875000 0.094238281250 0.067871093750 0.032470703125 +0.000000000000 0.000000000000 0.000000000000 0.000999450684 +0.026245117188 0.057617187500 0.075683593750 0.082519531250 +0.084960937500 0.088378906250 0.062988281250 0.012939453125 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.054687500000 0.119628906250 0.187500000000 0.251953125000 +0.281250000000 0.283203125000 0.265625000000 0.220703125000 +0.170898437500 0.100585937500 0.021240234375 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.038574218750 0.087890625000 +0.125976562500 0.122070312500 0.078613281250 0.031005859375 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.075683593750 +0.134765625000 0.184570312500 0.213867187500 0.201171875000 +0.143554687500 0.091796875000 0.018310546875 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.056396484375 0.089843750000 +0.111328125000 0.087402343750 0.031250000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.070312500000 0.130859375000 0.114746093750 0.032714843750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.063476562500 0.188476562500 +0.275390625000 0.279296875000 0.289062500000 0.265625000000 +0.171875000000 0.074707031250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.103027343750 0.172851562500 +0.237304687500 0.240234375000 0.255859375000 0.235351562500 +0.133789062500 0.118652343750 0.007873535156 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.105957031250 0.146484375000 0.207031250000 0.198242187500 +0.173828125000 0.152343750000 0.071777343750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.011718750000 +0.049560546875 0.104003906250 0.123535156250 0.095214843750 +0.072265625000 0.038330078125 0.021606445312 0.023559570312 +0.032226562500 0.015014648438 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.011962890625 0.062988281250 0.123535156250 0.087890625000 +0.060058593750 0.048828125000 0.005096435547 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.027099609375 0.029174804688 0.020629882812 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.004455566406 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.004821777344 0.031127929688 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000907897949 +0.121093750000 0.221679687500 0.324218750000 0.369140625000 +0.380859375000 0.351562500000 0.292968750000 0.178710937500 +0.067871093750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.075195312500 0.134765625000 +0.162109375000 0.127929687500 0.064941406250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.015319824219 0.131835937500 0.140625000000 0.142578125000 +0.125976562500 0.078125000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.036376953125 +0.143554687500 0.216796875000 0.269531250000 0.271484375000 +0.215820312500 0.159179687500 0.075195312500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.014099121094 +0.045166015625 0.096679687500 0.103515625000 0.083984375000 +0.090332031250 0.045654296875 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.011047363281 0.000000000000 0.016479492188 0.007781982422 +0.037353515625 0.052490234375 0.058593750000 0.058837890625 +0.008544921875 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.025634765625 +0.054931640625 0.056640625000 0.007263183594 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.086914062500 +0.122070312500 0.112792968750 0.069335937500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.084472656250 +0.243164062500 0.345703125000 0.382812500000 0.388671875000 +0.349609375000 0.283203125000 0.211914062500 0.124511718750 +0.057373046875 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.026123046875 0.047851562500 0.068847656250 0.068359375000 +0.041259765625 0.001632690430 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.019531250000 0.147460937500 +0.175781250000 0.185546875000 0.179687500000 0.096191406250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.034667968750 0.100097656250 0.129882812500 +0.117187500000 0.045410156250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.045410156250 0.073242187500 0.124511718750 0.082519531250 +0.100585937500 0.081054687500 0.115234375000 0.114257812500 +0.097167968750 0.117187500000 0.079101562500 0.109863281250 +0.135742187500 0.114257812500 0.124511718750 0.050048828125 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.073730468750 0.106445312500 +0.136718750000 0.088378906250 0.028564453125 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.019409179688 0.031494140625 +0.030517578125 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.057861328125 0.147460937500 0.190429687500 +0.213867187500 0.169921875000 0.091796875000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.035644531250 +0.152343750000 0.257812500000 0.332031250000 0.392578125000 +0.406250000000 0.410156250000 0.392578125000 0.326171875000 +0.217773437500 0.167968750000 0.060058593750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.019531250000 0.012268066406 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.040771484375 +0.179687500000 0.312500000000 0.441406250000 0.546875000000 +0.605468750000 0.656250000000 0.609375000000 0.494140625000 +0.359375000000 0.183593750000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.073730468750 0.137695312500 0.182617187500 0.152343750000 +0.109375000000 0.021362304688 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.016479492188 0.096191406250 0.168945312500 +0.196289062500 0.206054687500 0.239257812500 0.218750000000 +0.199218750000 0.166992187500 0.084960937500 0.032958984375 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.105957031250 0.234375000000 0.359375000000 +0.474609375000 0.550781250000 0.613281250000 0.632812500000 +0.652343750000 0.652343750000 0.613281250000 0.542968750000 +0.474609375000 0.378906250000 0.248046875000 0.119140625000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.014587402344 0.020263671875 0.045898437500 0.075683593750 +0.106933593750 0.108398437500 0.059570312500 0.052734375000 +0.060791015625 0.038085937500 0.011413574219 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.016357421875 0.056152343750 0.106445312500 +0.165039062500 0.236328125000 0.292968750000 0.326171875000 +0.300781250000 0.291015625000 0.246093750000 0.222656250000 +0.193359375000 0.136718750000 0.114746093750 0.114257812500 +0.108886718750 0.145507812500 0.177734375000 0.230468750000 +0.296875000000 0.333984375000 0.400390625000 0.441406250000 +0.500000000000 0.531250000000 0.570312500000 0.542968750000 +0.539062500000 0.482421875000 0.402343750000 0.343750000000 +0.239257812500 0.129882812500 0.007629394531 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.060058593750 0.125000000000 0.182617187500 0.255859375000 +0.310546875000 0.343750000000 0.326171875000 0.294921875000 +0.250000000000 0.200195312500 0.132812500000 0.029418945312 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.007873535156 0.081054687500 0.124511718750 0.137695312500 +0.118652343750 0.079101562500 0.007141113281 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.051025390625 0.072265625000 +0.121093750000 0.180664062500 0.236328125000 0.291015625000 +0.300781250000 0.304687500000 0.320312500000 0.322265625000 +0.330078125000 0.275390625000 0.197265625000 0.115722656250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.021240234375 0.008056640625 0.007019042969 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.079589843750 +0.147460937500 0.208007812500 0.263671875000 0.242187500000 +0.217773437500 0.154296875000 0.089355468750 0.002365112305 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.142578125000 0.287109375000 +0.351562500000 0.382812500000 0.376953125000 0.304687500000 +0.212890625000 0.097167968750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.038330078125 0.113769531250 0.114746093750 +0.120117187500 0.020385742188 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.033691406250 +0.081054687500 0.106933593750 0.106933593750 0.083496093750 +0.060058593750 0.017211914062 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.006896972656 0.104492187500 0.194335937500 +0.277343750000 0.341796875000 0.388671875000 0.435546875000 +0.468750000000 0.480468750000 0.468750000000 0.423828125000 +0.349609375000 0.281250000000 0.201171875000 0.140625000000 +0.078613281250 0.036865234375 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.011413574219 0.005889892578 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.075683593750 0.169921875000 0.216796875000 +0.221679687500 0.237304687500 0.196289062500 0.171875000000 +0.080566406250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.049316406250 0.100097656250 0.137695312500 0.177734375000 +0.220703125000 0.275390625000 0.333984375000 0.359375000000 +0.384765625000 0.423828125000 0.447265625000 0.490234375000 +0.542968750000 0.570312500000 0.585937500000 0.578125000000 +0.562500000000 0.554687500000 0.535156250000 0.486328125000 +0.410156250000 0.337890625000 0.273437500000 0.199218750000 +0.105957031250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000865936279 0.146484375000 +0.259765625000 0.382812500000 0.484375000000 0.535156250000 +0.550781250000 0.535156250000 0.484375000000 0.431640625000 +0.347656250000 0.244140625000 0.163085937500 0.073242187500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.011535644531 0.089843750000 0.152343750000 0.208984375000 +0.234375000000 0.237304687500 0.223632812500 0.211914062500 +0.171875000000 0.133789062500 0.077148437500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.016967773438 +0.080566406250 0.122558593750 0.125976562500 0.166992187500 +0.159179687500 0.155273437500 0.110839843750 0.046386718750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.006225585938 +0.124511718750 0.237304687500 0.296875000000 0.326171875000 +0.347656250000 0.328125000000 0.255859375000 0.142578125000 +0.009643554688 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.036132812500 0.070312500000 0.097656250000 +0.079101562500 0.070800781250 0.052978515625 0.011657714844 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.046142578125 +0.087890625000 0.094238281250 0.109375000000 0.130859375000 +0.104492187500 0.075195312500 0.021362304688 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.074707031250 0.156250000000 0.235351562500 +0.263671875000 0.257812500000 0.228515625000 0.157226562500 +0.064941406250 0.006927490234 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.030761718750 +0.039550781250 0.052734375000 0.052490234375 0.059570312500 +0.055908203125 0.005401611328 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.023559570312 0.054199218750 0.104980468750 0.102050781250 +0.102050781250 0.056640625000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.053710937500 +0.108886718750 0.127929687500 0.129882812500 0.125000000000 +0.066406250000 0.052001953125 0.000113964081 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.031982421875 0.084960937500 +0.105957031250 0.146484375000 0.137695312500 0.141601562500 +0.128906250000 0.074218750000 0.047363281250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.040039062500 0.065917968750 0.093750000000 0.066406250000 +0.046630859375 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.083007812500 0.165039062500 0.186523437500 0.189453125000 +0.169921875000 0.092285156250 0.004730224609 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.029541015625 0.099609375000 +0.152343750000 0.155273437500 0.150390625000 0.106445312500 +0.018798828125 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.070800781250 0.152343750000 0.191406250000 +0.220703125000 0.206054687500 0.225585937500 0.169921875000 +0.138671875000 0.047119140625 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.049316406250 +0.086914062500 0.135742187500 0.128906250000 0.086914062500 +0.042724609375 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.005554199219 0.057373046875 0.046875000000 +0.056152343750 0.035888671875 0.034912109375 0.001525878906 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.001449584961 +0.006042480469 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.042724609375 0.089355468750 0.101562500000 +0.098144531250 0.087402343750 0.055419921875 0.037353515625 +0.002227783203 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.036621093750 +0.109375000000 0.151367187500 0.176757812500 0.165039062500 +0.105957031250 0.032958984375 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.136718750000 +0.231445312500 0.308593750000 0.330078125000 0.341796875000 +0.320312500000 0.304687500000 0.261718750000 0.205078125000 +0.119628906250 0.002838134766 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.030029296875 0.083984375000 0.125976562500 +0.093750000000 0.044433593750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.017456054688 0.012268066406 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.004302978516 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.056884765625 0.121582031250 0.159179687500 +0.188476562500 0.227539062500 0.251953125000 0.279296875000 +0.245117187500 0.205078125000 0.136718750000 0.110839843750 +0.064941406250 0.021850585938 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.027954101562 +0.088378906250 0.107910156250 0.112792968750 0.093750000000 +0.084960937500 0.049072265625 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.047607421875 0.053222656250 0.047119140625 0.030273437500 +0.023437500000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.028564453125 0.104980468750 +0.124511718750 0.110839843750 0.059570312500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.012817382812 +0.032470703125 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.031494140625 0.098144531250 0.120117187500 0.127929687500 +0.145507812500 0.168945312500 0.164062500000 0.157226562500 +0.126953125000 0.079101562500 0.050048828125 0.002197265625 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.014770507812 0.006958007812 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000242233276 0.007995605469 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.015869140625 0.061279296875 0.100097656250 +0.130859375000 0.164062500000 0.131835937500 0.097167968750 +0.060546875000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.050048828125 0.114257812500 +0.151367187500 0.149414062500 0.127929687500 0.063964843750 +0.008178710938 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.050537109375 0.062500000000 +0.071777343750 0.096679687500 0.053955078125 0.005767822266 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.031127929688 0.031250000000 0.046386718750 0.017944335938 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.027343750000 +0.061035156250 0.050537109375 0.041259765625 0.017089843750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.065917968750 0.033203125000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.014404296875 +0.057373046875 0.107910156250 0.147460937500 0.180664062500 +0.217773437500 0.234375000000 0.210937500000 0.153320312500 +0.096679687500 0.021972656250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.010925292969 +0.018188476562 0.014953613281 0.029541015625 0.040527343750 +0.044433593750 0.081542968750 0.097656250000 0.098144531250 +0.116699218750 0.117187500000 0.121093750000 0.125976562500 +0.125000000000 0.122070312500 0.125976562500 0.114746093750 +0.101074218750 0.089355468750 0.083007812500 0.074707031250 +0.068359375000 0.063964843750 0.048583984375 0.020874023438 +0.006042480469 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.013122558594 0.052734375000 +0.094726562500 0.134765625000 0.173828125000 0.208984375000 +0.234375000000 0.251953125000 0.229492187500 0.217773437500 +0.194335937500 0.177734375000 0.189453125000 0.175781250000 +0.188476562500 0.188476562500 0.197265625000 0.215820312500 +0.226562500000 0.237304687500 0.249023437500 0.243164062500 +0.224609375000 0.196289062500 0.160156250000 0.114746093750 +0.059814453125 0.004943847656 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.014648437500 0.059326171875 0.104980468750 +0.129882812500 0.168945312500 0.202148437500 0.225585937500 +0.251953125000 0.259765625000 0.263671875000 0.275390625000 +0.269531250000 0.263671875000 0.222656250000 0.185546875000 +0.133789062500 0.057617187500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.070800781250 +0.162109375000 0.224609375000 0.265625000000 0.310546875000 +0.310546875000 0.277343750000 0.239257812500 0.185546875000 +0.113769531250 0.034179687500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.003646850586 0.070312500000 +0.144531250000 0.183593750000 0.235351562500 0.271484375000 +0.271484375000 0.253906250000 0.229492187500 0.177734375000 +0.124023437500 0.058593750000 0.007080078125 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.051025390625 0.094726562500 +0.150390625000 0.208007812500 0.257812500000 0.308593750000 +0.345703125000 0.357421875000 0.367187500000 0.367187500000 +0.355468750000 0.324218750000 0.296875000000 0.255859375000 +0.216796875000 0.185546875000 0.166015625000 0.148437500000 +0.132812500000 0.127929687500 0.131835937500 0.146484375000 +0.160156250000 0.201171875000 0.212890625000 0.239257812500 +0.235351562500 0.222656250000 0.206054687500 0.168945312500 +0.124023437500 0.064941406250 0.006988525391 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.031250000000 0.076660156250 +0.114257812500 0.131835937500 0.150390625000 0.168945312500 +0.169921875000 0.167968750000 0.154296875000 0.131835937500 +0.114257812500 0.117187500000 0.123535156250 0.131835937500 +0.159179687500 0.175781250000 0.189453125000 0.215820312500 +0.240234375000 0.237304687500 0.245117187500 0.225585937500 +0.211914062500 0.175781250000 0.139648437500 0.108398437500 +0.070312500000 0.026367187500 0.011047363281 0.010925292969 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000606536865 0.000041961670 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000148773193 +0.045898437500 0.108886718750 0.159179687500 0.199218750000 +0.236328125000 0.273437500000 0.300781250000 0.314453125000 +0.328125000000 0.326171875000 0.324218750000 0.314453125000 +0.291015625000 0.279296875000 0.253906250000 0.220703125000 +0.193359375000 0.150390625000 0.099609375000 0.067871093750 +0.023559570312 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.047363281250 0.104003906250 0.135742187500 +0.175781250000 0.200195312500 0.234375000000 0.241210937500 +0.232421875000 0.213867187500 0.182617187500 0.131835937500 +0.083007812500 0.046875000000 0.004028320312 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.035400390625 0.043701171875 0.065917968750 +0.083496093750 0.096679687500 0.074707031250 0.086425781250 +0.071777343750 0.066894531250 0.042480468750 0.040771484375 +0.015991210938 0.031982421875 0.025024414062 0.033447265625 +0.059570312500 0.087890625000 0.121582031250 0.158203125000 +0.187500000000 0.211914062500 0.214843750000 0.227539062500 +0.213867187500 0.208984375000 0.188476562500 0.128906250000 +0.102050781250 0.061767578125 0.017333984375 0.000126838684 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.063964843750 0.126953125000 +0.188476562500 0.232421875000 0.263671875000 0.273437500000 +0.261718750000 0.259765625000 0.242187500000 0.208984375000 +0.170898437500 0.145507812500 0.126953125000 0.089355468750 +0.062988281250 0.049804687500 0.039794921875 0.033447265625 +0.026855468750 0.013916015625 0.015014648438 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.001594543457 0.013488769531 0.018676757812 0.041748046875 +0.039550781250 0.045898437500 0.051025390625 0.060546875000 +0.048828125000 0.050537109375 0.043945312500 0.035888671875 +0.040527343750 0.056884765625 0.084472656250 0.125976562500 +0.155273437500 0.194335937500 0.229492187500 0.247070312500 +0.265625000000 0.291015625000 0.300781250000 0.294921875000 +0.285156250000 0.263671875000 0.231445312500 0.216796875000 +0.172851562500 0.142578125000 0.125976562500 0.094238281250 +0.048095703125 0.030883789062 0.037353515625 0.031982421875 +0.024291992188 0.035644531250 0.037841796875 0.039062500000 +0.045898437500 0.030517578125 0.015747070312 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.035644531250 0.061523437500 0.077636718750 +0.081054687500 0.084472656250 0.092773437500 0.088867187500 +0.085449218750 0.092285156250 0.118164062500 0.126953125000 +0.166015625000 0.224609375000 0.277343750000 0.310546875000 +0.341796875000 0.369140625000 0.365234375000 0.326171875000 +0.285156250000 0.225585937500 0.157226562500 0.067382812500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.022705078125 +0.102539062500 0.172851562500 0.235351562500 0.263671875000 +0.292968750000 0.302734375000 0.316406250000 0.308593750000 +0.292968750000 0.269531250000 0.253906250000 0.220703125000 +0.203125000000 0.186523437500 0.168945312500 0.159179687500 +0.148437500000 0.132812500000 0.127929687500 0.129882812500 +0.122558593750 0.104980468750 0.091796875000 0.079101562500 +0.058593750000 0.046386718750 0.010803222656 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.010559082031 0.020996093750 0.034912109375 0.024780273438 +0.029296875000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.054931640625 0.109863281250 0.157226562500 0.188476562500 +0.226562500000 0.223632812500 0.217773437500 0.171875000000 +0.109863281250 0.054199218750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.018798828125 0.074707031250 +0.129882812500 0.195312500000 0.234375000000 0.253906250000 +0.263671875000 0.250000000000 0.224609375000 0.190429687500 +0.147460937500 0.124511718750 0.085449218750 0.045898437500 +0.013916015625 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.007781982422 0.000881195068 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.031005859375 +0.067382812500 0.118652343750 0.150390625000 0.180664062500 +0.193359375000 0.189453125000 0.176757812500 0.139648437500 +0.075195312500 0.037353515625 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.028930664062 0.056884765625 0.069335937500 +0.097656250000 0.105468750000 0.099609375000 0.083496093750 +0.061767578125 0.027221679688 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.013977050781 0.085449218750 +0.146484375000 0.176757812500 0.225585937500 0.246093750000 +0.267578125000 0.275390625000 0.273437500000 0.259765625000 +0.237304687500 0.208007812500 0.171875000000 0.133789062500 +0.083007812500 0.031250000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.031738281250 0.088867187500 +0.143554687500 0.172851562500 0.191406250000 0.208007812500 +0.212890625000 0.208007812500 0.189453125000 0.179687500000 +0.155273437500 0.126953125000 0.107910156250 0.101562500000 +0.083007812500 0.076171875000 0.091308593750 0.092285156250 +0.090820312500 0.097167968750 0.100097656250 0.099609375000 +0.109375000000 0.109375000000 0.099609375000 0.084960937500 +0.043945312500 0.016235351562 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.037109375000 0.070312500000 +0.088378906250 0.108398437500 0.104492187500 0.095703125000 +0.061279296875 0.005065917969 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.020385742188 0.052490234375 0.049804687500 0.075195312500 +0.097656250000 0.107421875000 0.114746093750 0.109375000000 +0.121582031250 0.104003906250 0.069824218750 0.047607421875 +0.033447265625 0.019531250000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.009338378906 0.057861328125 0.103027343750 +0.129882812500 0.131835937500 0.122558593750 0.106933593750 +0.071777343750 0.006561279297 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.016845703125 0.077148437500 0.141601562500 +0.180664062500 0.204101562500 0.226562500000 0.226562500000 +0.204101562500 0.172851562500 0.156250000000 0.122070312500 +0.092773437500 0.074218750000 0.069335937500 0.060302734375 +0.072753906250 0.090332031250 0.124511718750 0.135742187500 +0.141601562500 0.123535156250 0.099121093750 0.066894531250 +0.032470703125 0.002258300781 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.017333984375 0.043701171875 0.081054687500 0.108886718750 +0.151367187500 0.182617187500 0.208007812500 0.216796875000 +0.236328125000 0.229492187500 0.201171875000 0.187500000000 +0.141601562500 0.104492187500 0.059570312500 0.006042480469 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.004089355469 0.035888671875 0.076660156250 0.131835937500 +0.168945312500 0.194335937500 0.210937500000 0.218750000000 +0.171875000000 0.142578125000 0.095703125000 0.058593750000 +0.011901855469 0.000000000000 0.000000000000 0.000000000000 +0.010375976562 0.031005859375 0.005035400391 0.016723632812 +0.003997802734 0.000000000000 0.003417968750 0.000000000000 +0.016113281250 0.042968750000 0.055175781250 0.116699218750 +0.117675781250 0.164062500000 0.165039062500 0.151367187500 +0.157226562500 0.127929687500 0.074707031250 0.026733398438 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000010490417 0.020629882812 0.062988281250 +0.073730468750 0.072753906250 0.113281250000 0.111328125000 +0.122558593750 0.148437500000 0.125976562500 0.130859375000 +0.162109375000 0.126953125000 0.131835937500 0.135742187500 +0.092773437500 0.113769531250 0.095214843750 0.100585937500 +0.076660156250 0.061523437500 0.069335937500 0.026611328125 +0.018920898438 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.009826660156 0.015625000000 0.013366699219 0.021240234375 +0.039550781250 0.057617187500 0.049072265625 0.082031250000 +0.113281250000 0.128906250000 0.166015625000 0.178710937500 +0.198242187500 0.209960937500 0.199218750000 0.205078125000 +0.159179687500 0.150390625000 0.152343750000 0.099121093750 +0.099609375000 0.061035156250 0.059570312500 0.053710937500 +0.054199218750 0.066894531250 0.044433593750 0.063964843750 +0.060058593750 0.068847656250 0.077636718750 0.061279296875 +0.076171875000 0.065917968750 0.076660156250 0.072265625000 +0.077148437500 0.093261718750 0.081542968750 0.077148437500 +0.083007812500 0.041748046875 0.024414062500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.004150390625 0.041259765625 0.103027343750 +0.135742187500 0.143554687500 0.157226562500 0.143554687500 +0.091308593750 0.061035156250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.057617187500 +0.102539062500 0.113281250000 0.165039062500 0.156250000000 +0.135742187500 0.146484375000 0.108886718750 0.070800781250 +0.015502929688 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.032470703125 +0.085449218750 0.113769531250 0.138671875000 0.180664062500 +0.144531250000 0.163085937500 0.139648437500 0.102539062500 +0.099121093750 0.036865234375 0.016967773438 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.018920898438 0.029296875000 +0.089843750000 0.100097656250 0.133789062500 0.148437500000 +0.143554687500 0.147460937500 0.114257812500 0.102050781250 +0.052734375000 0.011474609375 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.001686096191 0.030151367188 +0.017578125000 0.017578125000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.009582519531 0.000000000000 +0.004608154297 0.005523681641 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.013366699219 0.022460937500 0.049316406250 0.052001953125 +0.052734375000 0.055419921875 0.057373046875 0.036376953125 +0.021362304688 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.008728027344 0.025390625000 0.054443359375 +0.066894531250 0.091308593750 0.103027343750 0.107421875000 +0.100097656250 0.099121093750 0.102539062500 0.064941406250 +0.066406250000 0.045654296875 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.010253906250 0.025390625000 0.058349609375 +0.044433593750 0.042480468750 0.043701171875 0.017700195312 +0.003005981445 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.034423828125 0.053222656250 0.079589843750 +0.107421875000 0.117675781250 0.146484375000 0.142578125000 +0.162109375000 0.131835937500 0.140625000000 0.124511718750 +0.096679687500 0.080078125000 0.080566406250 0.030517578125 +0.046875000000 0.043457031250 0.042968750000 0.051513671875 +0.028198242188 0.046142578125 0.044677734375 0.052978515625 +0.046142578125 0.031982421875 0.043457031250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.022460937500 0.048583984375 0.083496093750 0.111816406250 +0.122558593750 0.111816406250 0.123535156250 0.105468750000 +0.090332031250 0.075195312500 0.047363281250 0.022949218750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.002319335938 +0.021118164062 0.039794921875 0.055175781250 0.044677734375 +0.048828125000 0.040283203125 0.018432617188 0.028564453125 +0.020019531250 0.009826660156 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.009521484375 0.033935546875 0.117675781250 0.133789062500 +0.172851562500 0.210937500000 0.218750000000 0.226562500000 +0.224609375000 0.200195312500 0.173828125000 0.175781250000 +0.151367187500 0.110351562500 0.101074218750 0.090820312500 +0.048095703125 0.043457031250 0.044433593750 0.049072265625 +0.051269531250 0.071289062500 0.101074218750 0.084472656250 +0.103027343750 0.096679687500 0.093261718750 0.077148437500 +0.042236328125 0.028686523438 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000686645508 0.000000000000 0.008422851562 0.007141113281 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.005493164062 0.001968383789 +0.033691406250 0.083007812500 0.085449218750 0.111328125000 +0.096191406250 0.112792968750 0.115234375000 0.054687500000 +0.036621093750 0.015014648438 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.003479003906 0.032470703125 0.095703125000 +0.140625000000 0.173828125000 0.199218750000 0.214843750000 +0.228515625000 0.219726562500 0.219726562500 0.213867187500 +0.190429687500 0.171875000000 0.127929687500 0.090820312500 +0.071777343750 0.041503906250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.015441894531 +0.018676757812 0.046875000000 0.064941406250 0.080566406250 +0.103027343750 0.124511718750 0.125000000000 0.139648437500 +0.142578125000 0.156250000000 0.116210937500 0.121582031250 +0.072753906250 0.033691406250 0.034423828125 0.009704589844 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.014282226562 0.049072265625 0.063476562500 0.091308593750 +0.140625000000 0.146484375000 0.132812500000 0.140625000000 +0.111816406250 0.087890625000 0.068359375000 0.000011622906 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.009826660156 0.001007080078 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.025268554688 0.016357421875 0.023315429688 0.049316406250 +0.021362304688 0.002548217773 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.015075683594 0.040527343750 +0.060058593750 0.075683593750 0.084960937500 0.104492187500 +0.091308593750 0.068847656250 0.025268554688 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.005279541016 0.030517578125 0.034423828125 +0.049804687500 0.030517578125 0.017944335938 0.035156250000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.034667968750 0.084960937500 +0.131835937500 0.158203125000 0.169921875000 0.175781250000 +0.188476562500 0.175781250000 0.161132812500 0.163085937500 +0.134765625000 0.125976562500 0.111328125000 0.117675781250 +0.101562500000 0.104003906250 0.106445312500 0.102050781250 +0.135742187500 0.130859375000 0.125000000000 0.130859375000 +0.125976562500 0.112792968750 0.110351562500 0.062255859375 +0.037841796875 0.020874023438 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000877380371 +0.013000488281 0.049072265625 0.050048828125 0.048095703125 +0.065917968750 0.042724609375 0.021728515625 0.005340576172 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000167846680 0.027221679688 +0.090820312500 0.079101562500 0.116699218750 0.126953125000 +0.121093750000 0.134765625000 0.086914062500 0.072753906250 +0.040527343750 0.018676757812 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.016967773438 +0.033935546875 0.018432617188 0.018554687500 0.002639770508 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.009765625000 +0.062011718750 0.071777343750 0.101562500000 0.132812500000 +0.106933593750 0.111328125000 0.087890625000 0.083984375000 +0.058349609375 0.028442382812 0.010009765625 0.000000000000 +0.000000000000 0.000000000000 0.003814697266 0.021850585938 +0.011291503906 0.054687500000 0.008361816406 0.003875732422 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.007781982422 +0.014160156250 0.058593750000 0.057373046875 0.053466796875 +0.081054687500 0.067382812500 0.056396484375 0.052734375000 +0.029907226562 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.024291992188 0.074707031250 +0.057373046875 0.091308593750 0.104980468750 0.087890625000 +0.091308593750 0.093750000000 0.094238281250 0.091308593750 +0.080078125000 0.065917968750 0.085937500000 0.061279296875 +0.056640625000 0.054687500000 0.011230468750 0.023803710938 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.011596679688 0.013122558594 0.057617187500 0.090332031250 +0.102539062500 0.107910156250 0.112304687500 0.104003906250 +0.082031250000 0.026611328125 0.000000000000 0.013488769531 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.051757812500 0.061035156250 +0.018554687500 0.002502441406 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.026000976562 0.160156250000 0.289062500000 +0.398437500000 0.488281250000 0.546875000000 0.601562500000 +0.609375000000 0.605468750000 0.574218750000 0.542968750000 +0.474609375000 0.427734375000 0.371093750000 0.294921875000 +0.251953125000 0.207031250000 0.173828125000 0.122558593750 +0.086425781250 0.026367187500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.071289062500 0.163085937500 0.232421875000 +0.253906250000 0.223632812500 0.139648437500 0.032470703125 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.073242187500 +0.162109375000 0.231445312500 0.267578125000 0.246093750000 +0.195312500000 0.122070312500 0.007751464844 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.037841796875 0.210937500000 0.359375000000 +0.496093750000 0.570312500000 0.625000000000 0.644531250000 +0.609375000000 0.519531250000 0.361328125000 0.225585937500 +0.033447265625 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.130859375000 0.294921875000 +0.406250000000 0.503906250000 0.566406250000 0.621093750000 +0.597656250000 0.601562500000 0.558593750000 0.535156250000 +0.457031250000 0.373046875000 0.283203125000 0.201171875000 +0.098632812500 0.003433227539 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.029541015625 0.131835937500 0.251953125000 +0.355468750000 0.437500000000 0.507812500000 0.535156250000 +0.519531250000 0.451171875000 0.359375000000 0.209960937500 +0.038330078125 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.073242187500 +0.176757812500 0.263671875000 0.347656250000 0.441406250000 +0.494140625000 0.546875000000 0.582031250000 0.593750000000 +0.597656250000 0.593750000000 0.589843750000 0.578125000000 +0.578125000000 0.554687500000 0.498046875000 0.445312500000 +0.392578125000 0.349609375000 0.289062500000 0.250000000000 +0.206054687500 0.180664062500 0.145507812500 0.165039062500 +0.173828125000 0.221679687500 0.281250000000 0.361328125000 +0.408203125000 0.433593750000 0.494140625000 0.494140625000 +0.447265625000 0.384765625000 0.318359375000 0.164062500000 +0.006408691406 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.038085937500 0.057617187500 0.063964843750 +0.019653320312 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.036376953125 0.111816406250 0.169921875000 +0.227539062500 0.269531250000 0.335937500000 0.345703125000 +0.373046875000 0.408203125000 0.421875000000 0.437500000000 +0.449218750000 0.433593750000 0.429687500000 0.410156250000 +0.373046875000 0.337890625000 0.318359375000 0.257812500000 +0.200195312500 0.155273437500 0.116699218750 0.076660156250 +0.033935546875 0.013183593750 0.000000000000 0.000000000000 +0.000000000000 0.005462646484 0.017578125000 0.046386718750 +0.088867187500 0.123535156250 0.181640625000 0.229492187500 +0.255859375000 0.281250000000 0.320312500000 0.324218750000 +0.318359375000 0.296875000000 0.285156250000 0.265625000000 +0.213867187500 0.174804687500 0.155273437500 0.116210937500 +0.092285156250 0.078613281250 0.055664062500 0.029663085938 +0.019042968750 0.022827148438 0.011169433594 0.024780273438 +0.028198242188 0.070312500000 0.082519531250 0.086914062500 +0.083007812500 0.108398437500 0.121093750000 0.103515625000 +0.064941406250 0.020751953125 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.012207031250 +0.069335937500 0.124511718750 0.171875000000 0.157226562500 +0.166992187500 0.163085937500 0.125976562500 0.083007812500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.002136230469 0.032226562500 0.032958984375 0.007385253906 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.156250000000 +0.349609375000 0.511718750000 0.660156250000 0.742187500000 +0.800781250000 0.800781250000 0.777343750000 0.675781250000 +0.562500000000 0.419921875000 0.273437500000 0.088378906250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.092285156250 +0.141601562500 0.162109375000 0.133789062500 0.064941406250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.093750000000 0.207031250000 +0.298828125000 0.402343750000 0.474609375000 0.486328125000 +0.439453125000 0.419921875000 0.345703125000 0.218750000000 +0.107910156250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.002059936523 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.144531250000 +0.308593750000 0.408203125000 0.468750000000 0.507812500000 +0.492187500000 0.433593750000 0.335937500000 0.196289062500 +0.052734375000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.026733398438 0.151367187500 0.265625000000 +0.363281250000 0.445312500000 0.519531250000 0.539062500000 +0.558593750000 0.558593750000 0.554687500000 0.527343750000 +0.523437500000 0.527343750000 0.523437500000 0.511718750000 +0.539062500000 0.550781250000 0.562500000000 0.570312500000 +0.578125000000 0.589843750000 0.582031250000 0.523437500000 +0.455078125000 0.373046875000 0.271484375000 0.125976562500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.020874023438 +0.074218750000 0.095214843750 0.055664062500 0.006134033203 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.111328125000 0.224609375000 0.298828125000 +0.357421875000 0.373046875000 0.353515625000 0.265625000000 +0.194335937500 0.070800781250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.013610839844 0.226562500000 +0.412109375000 0.566406250000 0.679687500000 0.765625000000 +0.808593750000 0.824218750000 0.796875000000 0.761718750000 +0.687500000000 0.605468750000 0.527343750000 0.449218750000 +0.347656250000 0.283203125000 0.234375000000 0.224609375000 +0.175781250000 0.154296875000 0.148437500000 0.145507812500 +0.127929687500 0.097656250000 0.095214843750 0.057617187500 +0.000949859619 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.061767578125 0.170898437500 +0.279296875000 0.357421875000 0.414062500000 0.455078125000 +0.482421875000 0.458984375000 0.406250000000 0.324218750000 +0.226562500000 0.056640625000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.037353515625 0.191406250000 +0.271484375000 0.314453125000 0.308593750000 0.263671875000 +0.161132812500 0.004180908203 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.044677734375 0.125000000000 0.197265625000 +0.220703125000 0.199218750000 0.136718750000 0.058593750000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.016357421875 0.105468750000 0.207031250000 0.269531250000 +0.349609375000 0.410156250000 0.498046875000 0.539062500000 +0.589843750000 0.640625000000 0.687500000000 0.730468750000 +0.773437500000 0.746093750000 0.718750000000 0.613281250000 +0.511718750000 0.349609375000 0.176757812500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.092773437500 0.175781250000 0.255859375000 0.310546875000 +0.337890625000 0.308593750000 0.259765625000 0.179687500000 +0.083984375000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.053710937500 +0.108886718750 0.148437500000 0.194335937500 0.196289062500 +0.184570312500 0.115234375000 0.035156250000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.046630859375 0.175781250000 0.265625000000 +0.279296875000 0.235351562500 0.135742187500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.104980468750 0.204101562500 0.263671875000 0.275390625000 +0.267578125000 0.244140625000 0.170898437500 0.085937500000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.010009765625 0.040283203125 +0.035888671875 0.015319824219 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.032714843750 0.078613281250 +0.136718750000 0.152343750000 0.148437500000 0.144531250000 +0.101074218750 0.030151367188 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.074707031250 +0.207031250000 0.332031250000 0.371093750000 0.388671875000 +0.392578125000 0.320312500000 0.227539062500 0.137695312500 +0.045898437500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.014770507812 0.063476562500 0.075195312500 +0.070312500000 0.044921875000 0.034423828125 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.011169433594 0.054931640625 0.103027343750 +0.135742187500 0.149414062500 0.173828125000 0.162109375000 +0.169921875000 0.192382812500 0.205078125000 0.228515625000 +0.281250000000 0.322265625000 0.343750000000 0.373046875000 +0.355468750000 0.273437500000 0.206054687500 0.115234375000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.012695312500 0.109863281250 0.212890625000 0.263671875000 +0.308593750000 0.345703125000 0.365234375000 0.308593750000 +0.226562500000 0.130859375000 0.020141601562 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.058349609375 0.089355468750 0.119140625000 0.153320312500 +0.185546875000 0.225585937500 0.243164062500 0.248046875000 +0.236328125000 0.251953125000 0.271484375000 0.273437500000 +0.267578125000 0.237304687500 0.191406250000 0.131835937500 +0.103027343750 0.048583984375 0.001655578613 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.018554687500 0.051269531250 0.076660156250 +0.085937500000 0.103027343750 0.117675781250 0.127929687500 +0.106933593750 0.093261718750 0.047607421875 0.005493164062 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.045898437500 0.050781250000 +0.067871093750 0.089843750000 0.055175781250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.041748046875 0.090820312500 +0.101562500000 0.098144531250 0.078125000000 0.060791015625 +0.049072265625 0.049316406250 0.023681640625 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.041503906250 0.108398437500 +0.177734375000 0.251953125000 0.310546875000 0.367187500000 +0.359375000000 0.310546875000 0.253906250000 0.176757812500 +0.131835937500 0.076660156250 0.015747070312 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.073242187500 0.106933593750 0.151367187500 0.193359375000 +0.245117187500 0.294921875000 0.328125000000 0.298828125000 +0.193359375000 0.083496093750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.016601562500 0.041503906250 0.087402343750 0.106933593750 +0.111816406250 0.101562500000 0.069335937500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.122070312500 0.236328125000 +0.324218750000 0.347656250000 0.332031250000 0.265625000000 +0.143554687500 0.013305664062 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.054443359375 0.162109375000 0.261718750000 +0.320312500000 0.353515625000 0.330078125000 0.281250000000 +0.217773437500 0.103027343750 0.001945495605 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.004516601562 0.074707031250 0.161132812500 0.188476562500 +0.190429687500 0.172851562500 0.112792968750 0.021606445312 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.008911132812 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.030395507812 0.081542968750 +0.108398437500 0.151367187500 0.191406250000 0.242187500000 +0.253906250000 0.271484375000 0.250000000000 0.196289062500 +0.130859375000 0.081054687500 0.039062500000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.006042480469 0.033203125000 0.035644531250 +0.020996093750 0.005340576172 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.036865234375 0.077636718750 +0.138671875000 0.202148437500 0.257812500000 0.310546875000 +0.341796875000 0.349609375000 0.349609375000 0.339843750000 +0.330078125000 0.314453125000 0.285156250000 0.230468750000 +0.185546875000 0.123535156250 0.062500000000 0.014587402344 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.026733398438 0.074707031250 0.097167968750 +0.081054687500 0.048095703125 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.073242187500 +0.238281250000 0.384765625000 0.464843750000 0.523437500000 +0.519531250000 0.498046875000 0.458984375000 0.410156250000 +0.343750000000 0.298828125000 0.218750000000 0.136718750000 +0.118652343750 0.109375000000 0.071777343750 0.044189453125 +0.026123046875 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.106933593750 0.199218750000 +0.277343750000 0.300781250000 0.292968750000 0.308593750000 +0.263671875000 0.169921875000 0.104492187500 0.037109375000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.014892578125 +0.019042968750 0.026733398438 0.062988281250 0.035400390625 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.091308593750 +0.224609375000 0.328125000000 0.394531250000 0.398437500000 +0.367187500000 0.308593750000 0.255859375000 0.182617187500 +0.108398437500 0.052734375000 0.004455566406 0.000000000000 +0.000000000000 0.000000000000 0.030639648438 0.081054687500 +0.125000000000 0.171875000000 0.242187500000 0.283203125000 +0.289062500000 0.287109375000 0.243164062500 0.169921875000 +0.082519531250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.089355468750 +0.122070312500 0.153320312500 0.127929687500 0.072265625000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.016235351562 0.000000000000 0.014343261719 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.020996093750 +0.006072998047 0.056152343750 0.074218750000 0.028686523438 +0.081542968750 0.014831542969 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.005584716797 +0.000000000000 0.032226562500 0.000000000000 0.007537841797 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.033691406250 0.064941406250 0.097167968750 0.168945312500 +0.134765625000 0.117187500000 0.105957031250 0.098144531250 +0.028930664062 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.035400390625 +0.048095703125 0.030761718750 0.062011718750 0.069335937500 +0.007812500000 0.050292968750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.026000976562 0.077636718750 0.102050781250 +0.085449218750 0.146484375000 0.134765625000 0.174804687500 +0.171875000000 0.157226562500 0.067382812500 0.115722656250 +0.024658203125 0.000000000000 0.008544921875 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.006530761719 0.053710937500 0.062500000000 +0.101074218750 0.141601562500 0.064453125000 0.046875000000 +0.074218750000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.010253906250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.032470703125 +0.009338378906 0.002395629883 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.021240234375 0.035400390625 0.064453125000 0.071777343750 +0.062255859375 0.059326171875 0.027221679688 0.005340576172 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.023559570312 0.051757812500 0.094238281250 0.127929687500 +0.119140625000 0.108886718750 0.084472656250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000495910645 0.024536132812 0.062255859375 0.026123046875 +0.069335937500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.002975463867 0.017211914062 0.017822265625 +0.023071289062 0.003189086914 0.033691406250 0.027954101562 +0.011596679688 0.056152343750 0.022094726562 0.015197753906 +0.054687500000 0.039062500000 0.075195312500 0.111816406250 +0.101562500000 0.119140625000 0.129882812500 0.114257812500 +0.116699218750 0.101562500000 0.101562500000 0.079589843750 +0.044677734375 0.032470703125 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.074218750000 0.034423828125 +0.018432617188 0.055664062500 0.006805419922 0.000000000000 +0.035156250000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.030639648438 0.040039062500 +0.055419921875 0.015563964844 0.015319824219 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.003997802734 +0.000000000000 0.012634277344 0.071289062500 0.031250000000 +0.068847656250 0.013366699219 0.000000000000 0.019653320312 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.041259765625 0.000000000000 0.022583007812 0.038818359375 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.006378173828 0.000000000000 0.005035400391 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.055419921875 0.092285156250 +0.066406250000 0.019653320312 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.061523437500 0.131835937500 0.202148437500 0.229492187500 +0.239257812500 0.251953125000 0.255859375000 0.229492187500 +0.190429687500 0.180664062500 0.140625000000 0.060302734375 +0.033447265625 0.000984191895 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.015319824219 +0.027465820312 0.031738281250 0.046630859375 0.049316406250 +0.053710937500 0.043701171875 0.014282226562 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.009338378906 0.051269531250 +0.099609375000 0.151367187500 0.170898437500 0.181640625000 +0.172851562500 0.132812500000 0.099121093750 0.071777343750 +0.029785156250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.054931640625 0.141601562500 0.180664062500 +0.229492187500 0.277343750000 0.277343750000 0.277343750000 +0.283203125000 0.241210937500 0.169921875000 0.079101562500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.009521484375 0.061767578125 0.113769531250 0.146484375000 +0.136718750000 0.105957031250 0.059082031250 0.001129150391 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.003784179688 0.062500000000 0.108398437500 0.152343750000 +0.173828125000 0.169921875000 0.182617187500 0.161132812500 +0.120605468750 0.115234375000 0.074707031250 0.041503906250 +0.018066406250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.008300781250 0.060302734375 0.127929687500 0.180664062500 +0.216796875000 0.255859375000 0.289062500000 0.304687500000 +0.316406250000 0.332031250000 0.306640625000 0.281250000000 +0.277343750000 0.246093750000 0.199218750000 0.164062500000 +0.124023437500 0.070312500000 0.023071289062 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.019653320312 +0.039550781250 0.046875000000 0.060302734375 0.063476562500 +0.082519531250 0.097656250000 0.086914062500 0.086914062500 +0.077148437500 0.050781250000 0.048339843750 0.042968750000 +0.016479492188 0.014099121094 0.017822265625 0.002883911133 +0.000014781952 0.014465332031 0.013549804688 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.003112792969 +0.026977539062 0.046386718750 0.076660156250 0.106445312500 +0.136718750000 0.157226562500 0.187500000000 0.225585937500 +0.245117187500 0.265625000000 0.267578125000 0.244140625000 +0.227539062500 0.191406250000 0.151367187500 0.143554687500 +0.130859375000 0.106933593750 0.100585937500 0.103027343750 +0.107421875000 0.129882812500 0.145507812500 0.158203125000 +0.177734375000 0.178710937500 0.184570312500 0.190429687500 +0.192382812500 0.197265625000 0.167968750000 0.138671875000 +0.112304687500 0.079101562500 0.031250000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.005218505859 0.010742187500 0.025756835938 +0.059082031250 0.064941406250 0.068359375000 0.083984375000 +0.083496093750 0.082031250000 0.070312500000 0.025634765625 +0.006072998047 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.027954101562 0.058105468750 +0.071777343750 0.077148437500 0.065429687500 0.042724609375 +0.045654296875 0.022338867188 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.005340576172 0.013549804688 +0.029296875000 0.046875000000 0.046142578125 0.044677734375 +0.053710937500 0.028442382812 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.018920898438 0.020385742188 +0.031982421875 0.059814453125 0.069824218750 0.112304687500 +0.140625000000 0.159179687500 0.183593750000 0.189453125000 +0.195312500000 0.190429687500 0.181640625000 0.178710937500 +0.145507812500 0.101074218750 0.052978515625 0.001571655273 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000762939453 0.000394821167 0.036132812500 +0.065429687500 0.075683593750 0.115234375000 0.141601562500 +0.138671875000 0.133789062500 0.120117187500 0.112304687500 +0.087890625000 0.052246093750 0.022460937500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.003967285156 +0.038330078125 0.032958984375 0.013732910156 0.015441894531 +0.022949218750 0.013427734375 0.009155273438 0.017211914062 +0.013488769531 0.024780273438 0.050048828125 0.083496093750 +0.125976562500 0.140625000000 0.167968750000 0.174804687500 +0.153320312500 0.157226562500 0.124023437500 0.077636718750 +0.052978515625 0.002227783203 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.057861328125 +0.124511718750 0.166992187500 0.226562500000 0.245117187500 +0.217773437500 0.187500000000 0.134765625000 0.078125000000 +0.023315429688 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.009460449219 +0.014404296875 0.021850585938 0.043701171875 0.039306640625 +0.037353515625 0.048339843750 0.048339843750 0.047851562500 +0.041503906250 0.039062500000 0.052734375000 0.076171875000 +0.095214843750 0.128906250000 0.162109375000 0.177734375000 +0.195312500000 0.207031250000 0.205078125000 0.190429687500 +0.139648437500 0.078125000000 0.006896972656 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.009033203125 0.061279296875 0.098632812500 0.105468750000 +0.082519531250 0.075683593750 0.052978515625 0.003067016602 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.040771484375 +0.083984375000 0.140625000000 0.197265625000 0.233398437500 +0.234375000000 0.236328125000 0.246093750000 0.229492187500 +0.212890625000 0.189453125000 0.149414062500 0.110351562500 +0.065429687500 0.029907226562 0.014526367188 0.003555297852 +0.000000000000 0.000000000000 0.003555297852 0.008544921875 +0.023071289062 0.035156250000 0.032958984375 0.022705078125 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.006378173828 0.034912109375 0.063476562500 +0.055664062500 0.046386718750 0.039306640625 0.003021240234 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.008666992188 0.052978515625 0.087402343750 0.113769531250 +0.129882812500 0.144531250000 0.121093750000 0.085449218750 +0.060302734375 0.014953613281 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.014343261719 0.031494140625 0.058837890625 +0.079589843750 0.082031250000 0.097167968750 0.107910156250 +0.135742187500 0.174804687500 0.182617187500 0.194335937500 +0.212890625000 0.224609375000 0.244140625000 0.251953125000 +0.259765625000 0.261718750000 0.237304687500 0.215820312500 +0.190429687500 0.160156250000 0.141601562500 0.099609375000 +0.044189453125 0.004699707031 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.004364013672 0.000423431396 +0.006805419922 0.002868652344 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.011047363281 0.019775390625 +0.052490234375 0.084960937500 0.096679687500 0.099609375000 +0.080078125000 0.064453125000 0.055664062500 0.012207031250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.055419921875 0.121093750000 0.168945312500 +0.226562500000 0.259765625000 0.269531250000 0.275390625000 +0.263671875000 0.238281250000 0.214843750000 0.165039062500 +0.126953125000 0.127929687500 0.095214843750 0.065429687500 +0.068847656250 0.056152343750 0.060791015625 0.080566406250 +0.090820312500 0.124023437500 0.141601562500 0.135742187500 +0.148437500000 0.153320312500 0.149414062500 0.148437500000 +0.123046875000 0.093261718750 0.066894531250 0.031250000000 +0.007934570312 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.003143310547 0.002151489258 +0.005279541016 0.021118164062 0.019775390625 0.010925292969 +0.006500244141 0.021850585938 0.022583007812 0.023071289062 +0.036865234375 0.025024414062 0.006378173828 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.055419921875 0.101562500000 0.145507812500 +0.218750000000 0.235351562500 0.218750000000 0.226562500000 +0.188476562500 0.128906250000 0.083007812500 0.016967773438 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.030639648438 0.047607421875 +0.041992187500 0.044433593750 0.042480468750 0.005218505859 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.010131835938 +0.015869140625 0.041992187500 0.078125000000 0.092773437500 +0.093261718750 0.096679687500 0.099121093750 0.077636718750 +0.041015625000 0.018554687500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.038085937500 +0.082031250000 0.107421875000 0.138671875000 0.131835937500 +0.115234375000 0.113281250000 0.094726562500 0.064941406250 +0.042236328125 0.049072265625 0.054443359375 0.040283203125 +0.071289062500 0.101074218750 0.102539062500 0.137695312500 +0.164062500000 0.165039062500 0.177734375000 0.191406250000 +0.191406250000 0.179687500000 0.179687500000 0.184570312500 +0.165039062500 0.147460937500 0.137695312500 0.114746093750 +0.092773437500 0.053466796875 0.001983642578 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.029663085938 +0.053955078125 0.098144531250 0.108398437500 0.087890625000 +0.000000000000 0.000000000000 0.092773437500 0.000000000000 +0.000000000000 0.005798339844 0.000000000000 0.000000000000 +0.000000000000 0.001945495605 0.003707885742 0.000000000000 +0.044189453125 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.015258789062 0.000000000000 0.000000000000 +0.000000000000 0.020019531250 0.000000000000 0.000000000000 +0.000000000000 0.044189453125 0.000000000000 0.000000000000 +0.043212890625 0.000000000000 0.000000000000 0.022949218750 +0.000000000000 0.000000000000 0.058349609375 0.000000000000 +0.000000000000 0.018554687500 0.000000000000 0.000000000000 +0.008789062500 0.005065917969 0.000000000000 0.000000000000 +0.013793945312 0.005065917969 0.000000000000 0.000000000000 +0.000000000000 0.023559570312 0.001159667969 0.000000000000 +0.032226562500 0.000000000000 0.000000000000 0.000000000000 +0.010803222656 0.000000000000 0.000000000000 0.029052734375 +0.000000000000 0.000000000000 0.007202148438 0.000000000000 +0.000000000000 0.000000000000 0.015625000000 0.000000000000 +0.000000000000 0.000000000000 0.004119873047 0.000000000000 +0.016967773438 0.000000000000 0.000000000000 0.011047363281 +0.010070800781 0.000000000000 0.000000000000 0.014160156250 +0.000000000000 0.010192871094 0.000000000000 0.000000000000 +0.000000000000 0.018798828125 0.044677734375 0.000000000000 +0.004882812500 0.013793945312 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.004882812500 0.000000000000 +0.011901855469 0.000000000000 0.000000000000 0.061523437500 +0.000000000000 0.000000000000 0.000000000000 0.003463745117 +0.000000000000 0.000020265579 0.027343750000 0.000000000000 +0.000000000000 0.010864257812 0.000000000000 0.016479492188 +0.000000000000 0.021972656250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.015869140625 0.000000000000 0.003616333008 +0.012145996094 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.005371093750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.055175781250 +0.000000000000 0.000000000000 0.065917968750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.001861572266 +0.000000000000 0.000000000000 0.021972656250 0.018310546875 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.060302734375 0.000000000000 +0.008972167969 0.041503906250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.002593994141 0.000000000000 +0.000000000000 0.000000000000 0.043701171875 0.000000000000 +0.000000000000 0.016235351562 0.000000000000 0.002212524414 +0.037109375000 0.000000000000 0.032470703125 0.000000000000 +0.028076171875 0.000000000000 0.018310546875 0.000000000000 +0.019531250000 0.000000000000 0.000000000000 0.000000000000 +0.012390136719 0.000000000000 0.000000000000 0.000000000000 +0.031127929688 0.000000000000 0.000000000000 0.032958984375 +0.000000000000 0.010742187500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.016479492188 +0.000000000000 0.034179687500 0.000000000000 0.005798339844 +0.000000000000 0.000000000000 0.012939453125 0.000000000000 +0.009399414062 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.003417968750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.032714843750 0.000000000000 +0.000000000000 0.000000000000 0.036865234375 0.004821777344 +0.000000000000 0.003845214844 0.002273559570 0.000000000000 +0.006256103516 0.005584716797 0.000000000000 0.000000000000 +0.020141601562 0.000000000000 0.000000000000 0.015625000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.002838134766 0.015502929688 0.000000000000 +0.000000000000 0.000000000000 0.017822265625 0.000000000000 +0.007690429688 0.000000000000 0.024902343750 0.000000000000 +0.000000000000 0.013854980469 0.000709533691 0.000000000000 +0.000000000000 0.010986328125 0.000000000000 0.011169433594 +0.002029418945 0.001213073730 0.000000000000 0.000000000000 +0.001419067383 0.036865234375 0.000000000000 0.000000000000 +0.009704589844 0.009521484375 0.000000000000 0.000000000000 +0.000000000000 0.003433227539 0.012573242188 0.000000000000 +0.000000000000 0.009277343750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.040283203125 0.000000000000 0.000000000000 0.012329101562 +0.000000000000 0.011657714844 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.017822265625 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.041015625000 0.000000000000 0.000000000000 0.018676757812 +0.000087261200 0.000000000000 0.023559570312 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.023803710938 0.000000000000 0.014282226562 0.000000000000 +0.011779785156 0.028442382812 0.000000000000 0.000247955322 +0.000000000000 0.006927490234 0.000000000000 0.022583007812 +0.000000000000 0.004425048828 0.008483886719 0.000000000000 +0.000000000000 0.049560546875 0.000000000000 0.000000000000 +0.050537109375 0.000000000000 0.000000000000 0.002517700195 +0.000000000000 0.000000000000 0.003814697266 0.010131835938 +0.000000000000 0.000000000000 0.000000000000 0.019042968750 +0.000000000000 0.000000000000 0.014587402344 0.000000000000 +0.000000000000 0.009643554688 0.000000000000 0.000000000000 +0.016967773438 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.018798828125 0.000000000000 0.000000000000 +0.009948730469 0.000000000000 0.000000000000 0.063964843750 +0.000000000000 0.000000000000 0.005859375000 0.000000000000 +0.002273559570 0.000000000000 0.002166748047 0.000000000000 +0.029785156250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.062255859375 0.000000000000 0.000000000000 0.031982421875 +0.000000000000 0.000000000000 0.000000000000 0.012756347656 +0.000000000000 0.000000000000 0.000000000000 0.045166015625 +0.000000000000 0.010314941406 0.000000000000 0.048583984375 +0.000000000000 0.000000000000 0.000000000000 0.065917968750 +0.000000000000 0.020263671875 0.000000000000 0.000036239624 +0.006591796875 0.000000000000 0.011596679688 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.047363281250 +0.000000000000 0.000000000000 0.028198242188 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.027954101562 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.035644531250 0.000000000000 0.000000000000 0.000000000000 +0.029174804688 0.000000000000 0.022460937500 0.000000000000 +0.000000000000 0.000000000000 0.012512207031 0.000000000000 +0.013061523438 0.031738281250 0.000000000000 0.000000000000 +0.020263671875 0.010192871094 0.000000000000 0.000000000000 +0.000000000000 0.011779785156 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.001152038574 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.050781250000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.035888671875 0.002685546875 0.000000000000 +0.000000000000 0.000000000000 0.009216308594 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.015319824219 +0.000000000000 0.000633239746 0.000000000000 0.004089355469 +0.000000000000 0.000000000000 0.005249023438 0.002365112305 +0.002914428711 0.000000000000 0.000000000000 0.063964843750 +0.000000000000 0.000000000000 0.012268066406 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.007873535156 0.010742187500 0.000000000000 0.001106262207 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.029296875000 +0.000000000000 0.000000000000 0.000000000000 0.005645751953 +0.000499725342 0.000000000000 0.040283203125 0.000000000000 +0.000000000000 0.009704589844 0.000000000000 0.000000000000 +0.031250000000 0.000000000000 0.037109375000 0.000000000000 +0.000583648682 0.000000000000 0.000000000000 0.000000000000 +0.003692626953 0.018676757812 0.000000000000 0.004058837891 +0.026855468750 0.000000000000 0.000000000000 0.000000000000 +0.069335937500 0.000000000000 0.000000000000 0.020141601562 +0.023315429688 0.000000000000 0.006866455078 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.026977539062 +0.000000000000 0.000000000000 0.066406250000 0.000000000000 +0.000000000000 0.032470703125 0.000000000000 0.000000000000 +0.005065917969 0.015747070312 0.000000000000 0.000000000000 +0.015136718750 0.000000000000 0.007995605469 0.000000000000 +0.024414062500 0.030395507812 0.012207031250 0.000000000000 +0.000000000000 0.002395629883 0.008361816406 0.000000000000 +0.020874023438 0.000000000000 0.003158569336 0.000000000000 +0.000877380371 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.016357421875 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.043457031250 +0.000000000000 0.000000000000 0.014709472656 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.007629394531 0.000000000000 +0.000762939453 0.000000000000 0.044189453125 0.000000000000 +0.029907226562 0.000000000000 0.000000000000 0.006103515625 +0.052001953125 0.000000000000 0.000000000000 0.000000000000 +0.005065917969 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.024291992188 0.000000000000 0.000000000000 +0.024536132812 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.005065917969 0.000000000000 0.000000000000 +0.035156250000 0.000000000000 0.000000000000 0.000000000000 +0.016235351562 0.000000000000 0.000000000000 0.019897460938 +0.000000000000 0.000000000000 0.006652832031 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.008361816406 +0.000000000000 0.034912109375 0.000000000000 0.000000000000 +0.026489257812 0.000000000000 0.000000000000 0.012084960938 +0.000000000000 0.000000000000 0.000000000000 0.012573242188 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.039794921875 0.000000000000 0.000000000000 +0.000000000000 0.002777099609 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.010192871094 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.001998901367 0.000000000000 +0.003707885742 0.000000000000 0.001312255859 0.003784179688 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.007049560547 0.000000000000 0.021484375000 +0.000000000000 0.062500000000 0.000000000000 0.000000000000 +0.028564453125 0.017578125000 0.000000000000 0.000000000000 +0.000000000000 0.023071289062 0.000000000000 0.000000000000 +0.021362304688 0.000000000000 0.008300781250 0.000000000000 +0.016479492188 0.000000000000 0.000000000000 0.000000000000 +0.041503906250 0.000000000000 0.000000000000 0.002593994141 +0.000000000000 0.000000000000 0.000000000000 0.003494262695 +0.016967773438 0.000000000000 0.000000000000 0.012756347656 +0.000000000000 0.010742187500 0.000000000000 0.000000000000 +0.022583007812 0.000000000000 0.025756835938 0.000000000000 +0.032714843750 0.000000000000 0.000000000000 0.000000000000 +0.019897460938 0.000000000000 0.000000000000 0.000000000000 +0.040283203125 0.000000000000 0.000000000000 0.031494140625 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.017089843750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.031127929688 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.009704589844 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.017822265625 0.000000000000 0.000000000000 +0.025390625000 0.010620117188 0.000000000000 0.000000000000 +0.000000000000 0.020751953125 0.001129150391 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.022827148438 0.000000000000 0.000000000000 +0.003646850586 0.013916015625 0.000000000000 0.014038085938 +0.000000000000 0.000000000000 0.015258789062 0.000000000000 +0.000000000000 0.019653320312 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.007507324219 0.000000000000 +0.000000000000 0.007934570312 0.000000000000 0.023437500000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.039550781250 0.000000000000 0.000000000000 0.000000000000 +0.014831542969 0.027587890625 0.000000000000 0.014160156250 +0.021362304688 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.007934570312 0.000000000000 0.000000000000 +0.022216796875 0.000000000000 0.000000000000 0.000598907471 +0.003265380859 0.000000000000 0.000000000000 0.000000000000 +0.001411437988 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.028930664062 0.021362304688 +0.000000000000 0.025146484375 0.000000000000 0.020019531250 +0.015563964844 0.000000000000 0.012390136719 0.000000000000 +0.030761718750 0.000000000000 0.000000000000 0.027343750000 +0.000000000000 0.036865234375 0.000000000000 0.024414062500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.045898437500 0.000000000000 0.000000000000 +0.000000000000 0.007995605469 0.015502929688 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.030639648438 0.011352539062 +0.000000000000 0.027832031250 0.021484375000 0.000000000000 +0.009887695312 0.000000000000 0.000000000000 0.010559082031 +0.000000000000 0.000999450684 0.000000000000 0.000000000000 +0.005371093750 0.000000000000 0.001945495605 0.000000000000 +0.004608154297 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.035644531250 0.000000000000 0.049072265625 0.000000000000 +0.000000000000 0.013000488281 0.000000000000 0.009948730469 +0.000000000000 0.008728027344 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.030395507812 0.000000000000 +0.000000000000 0.023925781250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.017333984375 0.000000000000 +0.000000000000 0.002532958984 0.009155273438 0.000000000000 +0.050292968750 0.000000000000 0.000000000000 0.012329101562 +0.041503906250 0.000000000000 0.020874023438 0.006317138672 +0.000000000000 0.000000000000 0.024047851562 0.000000000000 +0.000193595886 0.000000000000 0.000000000000 0.006256103516 +0.000000000000 0.004852294922 0.012756347656 0.000000000000 +0.000000000000 0.025634765625 0.000000000000 0.000000000000 +0.000000000000 0.037841796875 0.000000000000 0.000000000000 +0.060302734375 0.000000000000 0.000000000000 0.012207031250 +0.000000000000 0.000000000000 0.008544921875 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.007507324219 +0.000000000000 0.000000000000 0.010864257812 0.000000000000 +0.047851562500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.015441894531 0.000000000000 +0.000000000000 0.026611328125 0.000000000000 0.000000000000 +0.000000000000 0.005981445312 0.000000000000 0.007171630859 +0.000000000000 0.017944335938 0.000000000000 0.000000000000 +0.006652832031 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.048339843750 0.101074218750 +0.133789062500 0.118164062500 0.123535156250 0.080078125000 +0.063476562500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.023437500000 0.027465820312 +0.011535644531 0.034912109375 0.083496093750 0.093261718750 +0.136718750000 0.168945312500 0.153320312500 0.171875000000 +0.190429687500 0.171875000000 0.144531250000 0.105468750000 +0.017089843750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.045410156250 +0.063964843750 0.073730468750 0.087402343750 0.108398437500 +0.087890625000 0.055175781250 0.017944335938 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.012023925781 0.047851562500 0.069335937500 0.101074218750 +0.125976562500 0.117675781250 0.082519531250 0.068359375000 +0.037597656250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.010803222656 0.023803710938 +0.070312500000 0.074707031250 0.081054687500 0.021606445312 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.085449218750 0.208984375000 0.294921875000 0.316406250000 +0.328125000000 0.343750000000 0.298828125000 0.208984375000 +0.146484375000 0.041992187500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.058593750000 0.125976562500 +0.204101562500 0.238281250000 0.240234375000 0.259765625000 +0.273437500000 0.229492187500 0.159179687500 0.113281250000 +0.008361816406 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.011840820312 +0.059570312500 0.096679687500 0.132812500000 0.204101562500 +0.250000000000 0.277343750000 0.291015625000 0.279296875000 +0.233398437500 0.160156250000 0.115722656250 0.036865234375 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.040283203125 0.123535156250 0.202148437500 +0.211914062500 0.218750000000 0.180664062500 0.118652343750 +0.051269531250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.046630859375 0.097656250000 +0.142578125000 0.169921875000 0.154296875000 0.157226562500 +0.140625000000 0.111816406250 0.034912109375 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000421524048 0.042968750000 0.069335937500 0.072753906250 +0.069824218750 0.038085937500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.016113281250 0.080566406250 +0.149414062500 0.187500000000 0.242187500000 0.283203125000 +0.248046875000 0.204101562500 0.147460937500 0.098632812500 +0.037353515625 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.064453125000 0.123046875000 0.161132812500 +0.130859375000 0.132812500000 0.105468750000 0.074707031250 +0.035400390625 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.022094726562 0.067382812500 +0.096191406250 0.135742187500 0.128906250000 0.155273437500 +0.167968750000 0.143554687500 0.144531250000 0.140625000000 +0.121093750000 0.077636718750 0.095214843750 0.063476562500 +0.024047851562 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.073242187500 +0.104492187500 0.132812500000 0.165039062500 0.183593750000 +0.208007812500 0.238281250000 0.227539062500 0.167968750000 +0.114257812500 0.049072265625 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.020141601562 +0.071289062500 0.114746093750 0.189453125000 0.223632812500 +0.210937500000 0.217773437500 0.217773437500 0.176757812500 +0.134765625000 0.091308593750 0.027343750000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.014343261719 0.037597656250 +0.036865234375 0.014526367188 0.005676269531 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.001129150391 +0.061035156250 0.130859375000 0.162109375000 0.200195312500 +0.222656250000 0.218750000000 0.175781250000 0.130859375000 +0.034667968750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.014160156250 0.056884765625 0.063964843750 +0.069335937500 0.086425781250 0.075683593750 0.078613281250 +0.099121093750 0.096191406250 0.054931640625 0.011840820312 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.087890625000 0.183593750000 0.302734375000 0.396484375000 +0.431640625000 0.443359375000 0.390625000000 0.318359375000 +0.203125000000 0.125976562500 0.053222656250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.057861328125 +0.100585937500 0.156250000000 0.178710937500 0.188476562500 +0.127929687500 0.067382812500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.020507812500 0.144531250000 0.204101562500 +0.251953125000 0.283203125000 0.238281250000 0.195312500000 +0.088867187500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.015197753906 +0.000000000000 0.000000000000 0.005279541016 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.005340576172 +0.043701171875 0.061767578125 0.114746093750 0.154296875000 +0.186523437500 0.196289062500 0.201171875000 0.185546875000 +0.166992187500 0.153320312500 0.125976562500 0.124023437500 +0.077636718750 0.010559082031 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.002929687500 +0.092773437500 0.197265625000 0.275390625000 0.291015625000 +0.320312500000 0.287109375000 0.230468750000 0.166015625000 +0.101074218750 0.040039062500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.023681640625 0.109863281250 0.118652343750 +0.101074218750 0.085449218750 0.025756835938 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.031494140625 +0.071289062500 0.136718750000 0.151367187500 0.160156250000 +0.176757812500 0.200195312500 0.198242187500 0.136718750000 +0.062500000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.070312500000 0.108398437500 0.153320312500 +0.170898437500 0.170898437500 0.146484375000 0.072265625000 +0.003326416016 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.045410156250 0.065429687500 0.109375000000 +0.122070312500 0.105468750000 0.028564453125 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.090332031250 0.159179687500 0.214843750000 0.249023437500 +0.234375000000 0.176757812500 0.095703125000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.100097656250 0.182617187500 0.230468750000 +0.283203125000 0.249023437500 0.239257812500 0.183593750000 +0.132812500000 0.060546875000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.012634277344 +0.071289062500 0.146484375000 0.222656250000 0.287109375000 +0.316406250000 0.310546875000 0.267578125000 0.226562500000 +0.185546875000 0.142578125000 0.112304687500 0.076660156250 +0.037597656250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000812530518 0.021972656250 0.028076171875 +0.006011962891 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.002349853516 0.020629882812 0.091308593750 0.145507812500 +0.148437500000 0.156250000000 0.172851562500 0.190429687500 +0.174804687500 0.137695312500 0.087402343750 0.009460449219 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.035400390625 0.136718750000 0.214843750000 +0.279296875000 0.294921875000 0.287109375000 0.255859375000 +0.224609375000 0.213867187500 0.134765625000 0.071289062500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.014343261719 0.065429687500 0.116210937500 0.154296875000 +0.189453125000 0.170898437500 0.139648437500 0.133789062500 +0.106933593750 0.066894531250 0.003723144531 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.029296875000 +0.139648437500 0.196289062500 0.244140625000 0.248046875000 +0.217773437500 0.173828125000 0.105957031250 0.006835937500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.021484375000 0.033935546875 +0.040283203125 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.057128906250 0.103515625000 +0.168945312500 0.165039062500 0.154296875000 0.119628906250 +0.052246093750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.060302734375 0.143554687500 +0.186523437500 0.183593750000 0.195312500000 0.174804687500 +0.124023437500 0.100585937500 0.036621093750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.115234375000 0.206054687500 0.239257812500 0.308593750000 +0.324218750000 0.261718750000 0.206054687500 0.141601562500 +0.060302734375 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.007690429688 0.033447265625 0.045898437500 +0.044677734375 0.010375976562 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.033935546875 0.084960937500 0.141601562500 +0.169921875000 0.125976562500 0.105468750000 0.067382812500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.009460449219 0.018066406250 +0.046386718750 0.057373046875 0.066894531250 0.030883789062 +0.045654296875 0.009887695312 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.069335937500 +0.141601562500 0.187500000000 0.184570312500 0.165039062500 +0.138671875000 0.071777343750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.016723632812 +0.074707031250 0.041503906250 0.019287109375 0.008789062500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.037353515625 0.082031250000 +0.077148437500 0.068847656250 0.052490234375 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.029541015625 0.050048828125 0.047119140625 0.000999450684 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.003219604492 0.015625000000 0.006072998047 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.007049560547 +0.108886718750 0.177734375000 0.201171875000 0.181640625000 +0.169921875000 0.148437500000 0.121093750000 0.064941406250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.017456054688 0.004638671875 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.001098632812 0.052978515625 0.064453125000 0.037109375000 +0.040771484375 0.064941406250 0.022094726562 0.020263671875 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.012634277344 +0.017089843750 0.028442382812 0.013061523438 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.036132812500 0.153320312500 +0.233398437500 0.243164062500 0.237304687500 0.223632812500 +0.178710937500 0.147460937500 0.059570312500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.032714843750 0.104980468750 0.131835937500 0.111328125000 +0.163085937500 0.128906250000 0.067382812500 0.011169433594 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.032470703125 0.017211914062 0.007995605469 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.036865234375 +0.086425781250 0.119628906250 0.155273437500 0.099609375000 +0.005371093750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.068359375000 0.161132812500 0.207031250000 0.232421875000 +0.220703125000 0.184570312500 0.105957031250 0.052978515625 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.043945312500 +0.076171875000 0.082519531250 0.062988281250 0.040771484375 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.018676757812 0.064941406250 0.058837890625 +0.042968750000 0.013244628906 0.020629882812 0.016479492188 +0.003189086914 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.011596679688 0.013244628906 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.049560546875 0.140625000000 +0.166992187500 0.161132812500 0.139648437500 0.050781250000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.051025390625 0.056640625000 0.068847656250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.021728515625 0.040283203125 +0.049560546875 0.001922607422 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.023193359375 0.124511718750 0.212890625000 0.215820312500 +0.198242187500 0.102050781250 0.049072265625 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.033935546875 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.053955078125 0.001274108887 0.029663085938 +0.087402343750 0.015747070312 0.012817382812 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.022583007812 0.041748046875 0.033691406250 0.001274108887 +0.021484375000 0.000000000000 0.000000000000 0.015625000000 +0.000000000000 0.000000000000 0.006530761719 0.003021240234 +0.000000000000 0.015319824219 0.032714843750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.022338867188 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.001632690430 0.000000000000 0.008117675781 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000511169434 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.043945312500 +0.015869140625 0.067871093750 0.000000000000 0.110351562500 +0.006042480469 0.047851562500 0.000000000000 0.058837890625 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.004333496094 0.020751953125 0.000000000000 +0.000000000000 0.002410888672 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.014953613281 0.102539062500 +0.090332031250 0.084472656250 0.112792968750 0.062988281250 +0.049316406250 0.007537841797 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.054687500000 +0.026855468750 0.015991210938 0.047607421875 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.052001953125 0.004699707031 +0.067871093750 0.043945312500 0.084472656250 0.004974365234 +0.057373046875 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.002990722656 0.011840820312 0.065917968750 0.073242187500 +0.093750000000 0.058105468750 0.093750000000 0.012878417969 +0.058837890625 0.000000000000 0.031250000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.027709960938 0.000000000000 0.007263183594 0.000000000000 +0.012512207031 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.008483886719 0.016967773438 0.023559570312 0.041503906250 +0.040771484375 0.061767578125 0.042968750000 0.040771484375 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.002258300781 0.029541015625 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.028442382812 0.000000000000 0.020874023438 0.000984191895 +0.010192871094 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.003555297852 +0.000000000000 0.041259765625 0.009521484375 0.032226562500 +0.081542968750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.021606445312 0.027343750000 0.003890991211 +0.078613281250 0.008605957031 0.020019531250 0.005401611328 +0.000000000000 0.000000000000 0.000183105469 0.000000000000 +0.000000000000 0.021850585938 0.008666992188 0.020141601562 +0.046875000000 0.009704589844 0.031250000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.014770507812 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.008300781250 +0.027099609375 0.040771484375 0.056396484375 0.071289062500 +0.064941406250 0.068359375000 0.013610839844 0.019897460938 +0.000000000000 0.000000000000 0.010375976562 0.023071289062 +0.065917968750 0.104980468750 0.154296875000 0.178710937500 +0.201171875000 0.208007812500 0.216796875000 0.169921875000 +0.106933593750 0.043212890625 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.079101562500 0.167968750000 +0.273437500000 0.335937500000 0.363281250000 0.390625000000 +0.376953125000 0.345703125000 0.306640625000 0.225585937500 +0.162109375000 0.137695312500 0.083984375000 0.097656250000 +0.073730468750 0.077636718750 0.069824218750 0.079589843750 +0.101562500000 0.089843750000 0.101074218750 0.073730468750 +0.035400390625 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.019042968750 +0.107910156250 0.207031250000 0.269531250000 0.355468750000 +0.408203125000 0.423828125000 0.476562500000 0.482421875000 +0.511718750000 0.531250000000 0.531250000000 0.531250000000 +0.494140625000 0.472656250000 0.404296875000 0.314453125000 +0.192382812500 0.033691406250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.087402343750 0.158203125000 0.170898437500 0.111816406250 +0.024902343750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.119140625000 +0.253906250000 0.349609375000 0.396484375000 0.408203125000 +0.355468750000 0.285156250000 0.166992187500 0.008239746094 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.078125000000 +0.216796875000 0.349609375000 0.406250000000 0.455078125000 +0.449218750000 0.406250000000 0.341796875000 0.245117187500 +0.157226562500 0.075195312500 0.032226562500 0.003677368164 +0.000000000000 0.026245117188 0.044921875000 0.054199218750 +0.060791015625 0.047851562500 0.040771484375 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.156250000000 +0.320312500000 0.441406250000 0.535156250000 0.546875000000 +0.531250000000 0.462890625000 0.363281250000 0.236328125000 +0.089355468750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.006225585938 0.113281250000 0.239257812500 0.351562500000 +0.439453125000 0.494140625000 0.535156250000 0.562500000000 +0.582031250000 0.566406250000 0.523437500000 0.500000000000 +0.447265625000 0.388671875000 0.328125000000 0.277343750000 +0.204101562500 0.177734375000 0.116699218750 0.079589843750 +0.035888671875 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.080078125000 0.146484375000 0.224609375000 0.294921875000 +0.361328125000 0.373046875000 0.417968750000 0.419921875000 +0.443359375000 0.429687500000 0.431640625000 0.406250000000 +0.388671875000 0.326171875000 0.281250000000 0.183593750000 +0.094726562500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.053955078125 0.184570312500 0.247070312500 0.306640625000 +0.298828125000 0.283203125000 0.222656250000 0.171875000000 +0.070800781250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.017822265625 0.130859375000 0.265625000000 0.410156250000 +0.523437500000 0.605468750000 0.632812500000 0.609375000000 +0.574218750000 0.500000000000 0.396484375000 0.248046875000 +0.051757812500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.087402343750 0.172851562500 +0.233398437500 0.269531250000 0.257812500000 0.239257812500 +0.190429687500 0.124511718750 0.016723632812 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.072753906250 0.173828125000 0.316406250000 0.423828125000 +0.507812500000 0.527343750000 0.511718750000 0.474609375000 +0.365234375000 0.267578125000 0.123046875000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.052490234375 +0.102050781250 0.090332031250 0.048828125000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.058837890625 +0.143554687500 0.217773437500 0.244140625000 0.269531250000 +0.247070312500 0.210937500000 0.125976562500 0.024047851562 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.176757812500 +0.349609375000 0.500000000000 0.605468750000 0.648437500000 +0.648437500000 0.628906250000 0.574218750000 0.527343750000 +0.458984375000 0.445312500000 0.423828125000 0.443359375000 +0.466796875000 0.468750000000 0.453125000000 0.457031250000 +0.439453125000 0.402343750000 0.361328125000 0.287109375000 +0.210937500000 0.124511718750 0.048095703125 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.038818359375 +0.159179687500 0.251953125000 0.332031250000 0.355468750000 +0.339843750000 0.281250000000 0.188476562500 0.091308593750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.057128906250 +0.157226562500 0.238281250000 0.267578125000 0.289062500000 +0.263671875000 0.222656250000 0.154296875000 0.053710937500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.051269531250 0.115234375000 +0.173828125000 0.217773437500 0.225585937500 0.228515625000 +0.184570312500 0.121582031250 0.059326171875 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.052246093750 0.180664062500 0.281250000000 +0.355468750000 0.414062500000 0.437500000000 0.431640625000 +0.386718750000 0.326171875000 0.239257812500 0.143554687500 +0.084472656250 0.019531250000 0.000000000000 0.000000000000 +0.011840820312 0.072753906250 0.161132812500 0.259765625000 +0.351562500000 0.425781250000 0.486328125000 0.503906250000 +0.468750000000 0.406250000000 0.279296875000 0.102050781250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.131835937500 0.192382812500 0.253906250000 +0.302734375000 0.339843750000 0.349609375000 0.353515625000 +0.359375000000 0.355468750000 0.384765625000 0.416015625000 +0.441406250000 0.484375000000 0.500000000000 0.496093750000 +0.472656250000 0.429687500000 0.361328125000 0.304687500000 +0.191406250000 0.081054687500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.074707031250 +0.201171875000 0.267578125000 0.326171875000 0.361328125000 +0.351562500000 0.345703125000 0.279296875000 0.208007812500 +0.070800781250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.109375000000 0.228515625000 +0.281250000000 0.324218750000 0.322265625000 0.251953125000 +0.189453125000 0.094238281250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.006683349609 0.019531250000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.139648437500 0.247070312500 +0.365234375000 0.458984375000 0.492187500000 0.542968750000 +0.527343750000 0.519531250000 0.507812500000 0.470703125000 +0.453125000000 0.441406250000 0.439453125000 0.470703125000 +0.535156250000 0.585937500000 0.648437500000 0.710937500000 +0.730468750000 0.753906250000 0.703125000000 0.656250000000 +0.535156250000 0.365234375000 0.161132812500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.143554687500 0.287109375000 +0.406250000000 0.443359375000 0.371093750000 0.234375000000 +0.054199218750 0.101074218750 0.163085937500 0.113281250000 +0.055419921875 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.095703125000 0.219726562500 +0.302734375000 0.388671875000 0.437500000000 0.439453125000 +0.435546875000 0.398437500000 0.359375000000 0.259765625000 +0.206054687500 0.100097656250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.036621093750 0.070312500000 0.097167968750 0.105468750000 +0.074218750000 0.077636718750 0.098632812500 0.062500000000 +0.072265625000 0.051269531250 0.036376953125 0.040771484375 +0.032470703125 0.020141601562 0.042236328125 0.026977539062 +0.047851562500 0.059082031250 0.044189453125 0.050048828125 +0.044433593750 0.047119140625 0.047119140625 0.044189453125 +0.026000976562 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.022949218750 +0.102050781250 0.203125000000 0.285156250000 0.355468750000 +0.439453125000 0.466796875000 0.453125000000 0.437500000000 +0.396484375000 0.322265625000 0.275390625000 0.187500000000 +0.091796875000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.094238281250 0.265625000000 0.345703125000 0.392578125000 +0.449218750000 0.429687500000 0.386718750000 0.337890625000 +0.222656250000 0.079589843750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.031494140625 +0.085449218750 0.116699218750 0.083984375000 0.023071289062 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.077636718750 0.185546875000 +0.283203125000 0.335937500000 0.351562500000 0.357421875000 +0.292968750000 0.239257812500 0.145507812500 0.029418945312 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.070312500000 0.205078125000 +0.298828125000 0.392578125000 0.458984375000 0.488281250000 +0.500000000000 0.527343750000 0.511718750000 0.496093750000 +0.488281250000 0.451171875000 0.398437500000 0.398437500000 +0.359375000000 0.287109375000 0.216796875000 0.176757812500 +0.088867187500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.044921875000 +0.092285156250 0.185546875000 0.237304687500 0.306640625000 +0.345703125000 0.328125000000 0.300781250000 0.273437500000 +0.201171875000 0.141601562500 0.085937500000 0.004028320312 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.043212890625 0.141601562500 +0.210937500000 0.291015625000 0.353515625000 0.412109375000 +0.464843750000 0.511718750000 0.566406250000 0.574218750000 +0.582031250000 0.570312500000 0.515625000000 0.441406250000 +0.388671875000 0.322265625000 0.283203125000 0.248046875000 +0.214843750000 0.176757812500 0.177734375000 0.168945312500 +0.179687500000 0.200195312500 0.189453125000 0.193359375000 +0.172851562500 0.166015625000 0.162109375000 0.153320312500 +0.099121093750 0.070312500000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.001968383789 0.007720947266 0.013671875000 +0.018920898438 0.013366699219 0.033203125000 0.051757812500 +0.061279296875 0.092773437500 0.117187500000 0.127929687500 +0.157226562500 0.210937500000 0.219726562500 0.227539062500 +0.249023437500 0.242187500000 0.221679687500 0.192382812500 +0.139648437500 0.062011718750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.059570312500 0.122070312500 0.230468750000 0.300781250000 +0.343750000000 0.380859375000 0.386718750000 0.382812500000 +0.345703125000 0.316406250000 0.255859375000 0.178710937500 +0.077636718750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.021484375000 0.093750000000 0.211914062500 +0.273437500000 0.361328125000 0.414062500000 0.429687500000 +0.421875000000 0.384765625000 0.359375000000 0.300781250000 +0.180664062500 0.075683593750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.021240234375 +0.030273437500 0.055664062500 0.076660156250 0.143554687500 +0.171875000000 0.205078125000 0.219726562500 0.224609375000 +0.251953125000 0.267578125000 0.279296875000 0.285156250000 +0.265625000000 0.229492187500 0.192382812500 0.111816406250 +0.069824218750 0.013000488281 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.064453125000 0.209960937500 +0.294921875000 0.353515625000 0.378906250000 0.328125000000 +0.243164062500 0.140625000000 0.052001953125 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.074707031250 0.156250000000 0.222656250000 0.261718750000 +0.306640625000 0.326171875000 0.316406250000 0.310546875000 +0.294921875000 0.300781250000 0.326171875000 0.359375000000 +0.392578125000 0.435546875000 0.457031250000 0.480468750000 +0.464843750000 0.474609375000 0.419921875000 0.318359375000 +0.198242187500 0.098144531250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.052734375000 +0.118164062500 0.153320312500 0.161132812500 0.099609375000 +0.068359375000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.053955078125 0.166992187500 0.281250000000 +0.371093750000 0.427734375000 0.458984375000 0.439453125000 +0.396484375000 0.369140625000 0.292968750000 0.228515625000 +0.155273437500 0.070800781250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.002975463867 0.021606445312 0.019531250000 +0.010192871094 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.029174804688 0.006500244141 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.020141601562 0.065429687500 0.101074218750 0.119140625000 +0.147460937500 0.162109375000 0.142578125000 0.082031250000 +0.020874023438 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.009887695312 +0.037597656250 0.097167968750 0.159179687500 0.222656250000 +0.292968750000 0.332031250000 0.371093750000 0.398437500000 +0.410156250000 0.439453125000 0.431640625000 0.406250000000 +0.375000000000 0.300781250000 0.220703125000 0.160156250000 +0.083007812500 0.006652832031 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.030883789062 0.092285156250 0.134765625000 +0.177734375000 0.186523437500 0.156250000000 0.141601562500 +0.098632812500 0.059814453125 0.025390625000 0.031005859375 +0.000000000000 0.017822265625 0.034179687500 0.060058593750 +0.089843750000 0.154296875000 0.214843750000 0.275390625000 +0.324218750000 0.326171875000 0.304687500000 0.247070312500 +0.166992187500 0.082519531250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.034423828125 0.190429687500 0.306640625000 0.396484375000 +0.462890625000 0.486328125000 0.531250000000 0.498046875000 +0.449218750000 0.423828125000 0.378906250000 0.324218750000 +0.326171875000 0.310546875000 0.281250000000 0.287109375000 +0.287109375000 0.289062500000 0.316406250000 0.312500000000 +0.328125000000 0.318359375000 0.275390625000 0.226562500000 +0.195312500000 0.139648437500 0.096191406250 0.013549804688 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.001617431641 0.017578125000 +0.040527343750 0.065917968750 0.087890625000 0.078613281250 +0.073242187500 0.085937500000 0.041748046875 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.022827148438 +0.180664062500 0.283203125000 0.349609375000 0.441406250000 +0.470703125000 0.390625000000 0.353515625000 0.281250000000 +0.164062500000 0.060791015625 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.034912109375 0.062011718750 +0.081054687500 0.121582031250 0.118652343750 0.100585937500 +0.087890625000 0.058593750000 0.023681640625 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.042236328125 0.112792968750 0.162109375000 0.198242187500 +0.222656250000 0.229492187500 0.251953125000 0.251953125000 +0.263671875000 0.292968750000 0.298828125000 0.318359375000 +0.367187500000 0.369140625000 0.392578125000 0.441406250000 +0.451171875000 0.464843750000 0.503906250000 0.519531250000 +0.527343750000 0.531250000000 0.539062500000 0.500000000000 +0.464843750000 0.414062500000 0.330078125000 0.228515625000 +0.084472656250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.050048828125 0.147460937500 0.218750000000 0.249023437500 +0.253906250000 0.250000000000 0.166992187500 0.124023437500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.104003906250 0.167968750000 +0.219726562500 0.244140625000 0.202148437500 0.134765625000 +0.035644531250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.062988281250 0.143554687500 0.176757812500 0.226562500000 +0.213867187500 0.187500000000 0.174804687500 0.117187500000 +0.085937500000 0.062255859375 0.029052734375 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.002059936523 +0.055664062500 0.148437500000 0.205078125000 0.238281250000 +0.289062500000 0.316406250000 0.322265625000 0.335937500000 +0.324218750000 0.285156250000 0.240234375000 0.208007812500 +0.175781250000 0.137695312500 0.148437500000 0.162109375000 +0.155273437500 0.174804687500 0.172851562500 0.159179687500 +0.136718750000 0.086914062500 0.043212890625 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.042236328125 0.212890625000 +0.375000000000 0.523437500000 0.636718750000 0.726562500000 +0.761718750000 0.761718750000 0.718750000000 0.628906250000 +0.527343750000 0.384765625000 0.214843750000 0.069824218750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.064453125000 0.169921875000 0.269531250000 +0.310546875000 0.332031250000 0.335937500000 0.283203125000 +0.225585937500 0.138671875000 0.041259765625 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.020263671875 0.028686523438 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.012451171875 0.118652343750 0.232421875000 0.339843750000 +0.449218750000 0.523437500000 0.621093750000 0.648437500000 +0.699218750000 0.726562500000 0.722656250000 0.730468750000 +0.703125000000 0.648437500000 0.609375000000 0.539062500000 +0.472656250000 0.398437500000 0.333984375000 0.261718750000 +0.181640625000 0.120117187500 0.044189453125 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.043212890625 0.203125000000 +0.308593750000 0.402343750000 0.451171875000 0.453125000000 +0.425781250000 0.390625000000 0.328125000000 0.279296875000 +0.248046875000 0.219726562500 0.194335937500 0.192382812500 +0.201171875000 0.216796875000 0.241210937500 0.283203125000 +0.326171875000 0.347656250000 0.369140625000 0.359375000000 +0.332031250000 0.287109375000 0.255859375000 0.236328125000 +0.192382812500 0.130859375000 0.105957031250 0.050048828125 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.005187988281 0.026977539062 0.026489257812 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.042724609375 0.175781250000 0.255859375000 +0.353515625000 0.435546875000 0.492187500000 0.531250000000 +0.578125000000 0.589843750000 0.597656250000 0.582031250000 +0.574218750000 0.550781250000 0.498046875000 0.455078125000 +0.406250000000 0.314453125000 0.249023437500 0.175781250000 +0.055664062500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.094726562500 +0.228515625000 0.335937500000 0.427734375000 0.460937500000 +0.462890625000 0.455078125000 0.396484375000 0.302734375000 +0.171875000000 0.026367187500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.028076171875 0.043945312500 0.108886718750 +0.180664062500 0.235351562500 0.298828125000 0.349609375000 +0.423828125000 0.484375000000 0.535156250000 0.546875000000 +0.519531250000 0.480468750000 0.386718750000 0.283203125000 +0.165039062500 0.001182556152 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.081542968750 0.181640625000 0.285156250000 0.363281250000 +0.427734375000 0.496093750000 0.531250000000 0.519531250000 +0.484375000000 0.417968750000 0.328125000000 0.223632812500 +0.128906250000 0.037109375000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.068847656250 +0.197265625000 0.304687500000 0.378906250000 0.406250000000 +0.392578125000 0.355468750000 0.283203125000 0.185546875000 +0.066894531250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.143554687500 +0.300781250000 0.423828125000 0.515625000000 0.605468750000 +0.652343750000 0.675781250000 0.687500000000 0.636718750000 +0.527343750000 0.398437500000 0.261718750000 0.085937500000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.079101562500 0.179687500000 0.236328125000 +0.306640625000 0.361328125000 0.437500000000 0.462890625000 +0.494140625000 0.566406250000 0.593750000000 0.589843750000 +0.628906250000 0.593750000000 0.542968750000 0.462890625000 +0.363281250000 0.238281250000 0.056884765625 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.082031250000 0.175781250000 0.244140625000 +0.275390625000 0.306640625000 0.328125000000 0.349609375000 +0.357421875000 0.384765625000 0.416015625000 0.443359375000 +0.462890625000 0.488281250000 0.511718750000 0.558593750000 +0.601562500000 0.609375000000 0.597656250000 0.562500000000 +0.474609375000 0.371093750000 0.241210937500 0.083007812500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.108886718750 0.231445312500 0.326171875000 +0.363281250000 0.337890625000 0.306640625000 0.230468750000 +0.125000000000 0.032470703125 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.006469726562 0.120117187500 0.234375000000 +0.345703125000 0.449218750000 0.503906250000 0.527343750000 +0.550781250000 0.515625000000 0.472656250000 0.400390625000 +0.333984375000 0.253906250000 0.149414062500 0.074707031250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.009460449219 +0.036132812500 0.051513671875 0.044433593750 0.073242187500 +0.059570312500 0.033935546875 0.045410156250 0.018310546875 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.017822265625 0.030639648438 0.014648437500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.068359375000 0.185546875000 0.285156250000 +0.363281250000 0.431640625000 0.470703125000 0.482421875000 +0.468750000000 0.402343750000 0.335937500000 0.203125000000 +0.072265625000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.011779785156 0.015625000000 0.031250000000 +0.040771484375 0.054199218750 0.094726562500 0.115234375000 +0.145507812500 0.162109375000 0.189453125000 0.180664062500 +0.164062500000 0.127929687500 0.076660156250 0.020385742188 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.094726562500 +0.149414062500 0.205078125000 0.240234375000 0.231445312500 +0.200195312500 0.113769531250 0.000438690186 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.079101562500 0.133789062500 0.181640625000 0.217773437500 +0.242187500000 0.236328125000 0.173828125000 0.127929687500 +0.026367187500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.057373046875 0.152343750000 0.263671875000 0.322265625000 +0.376953125000 0.392578125000 0.394531250000 0.355468750000 +0.291015625000 0.212890625000 0.151367187500 0.099609375000 +0.064453125000 0.039550781250 0.034667968750 0.002349853516 +0.031005859375 0.018188476562 0.018066406250 0.038818359375 +0.028564453125 0.027343750000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.146484375000 0.279296875000 0.378906250000 0.507812500000 +0.574218750000 0.589843750000 0.582031250000 0.527343750000 +0.402343750000 0.269531250000 0.091308593750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.068847656250 0.158203125000 +0.237304687500 0.253906250000 0.253906250000 0.240234375000 +0.154296875000 0.065917968750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.002532958984 0.072753906250 +0.084472656250 0.162109375000 0.138671875000 0.147460937500 +0.150390625000 0.087890625000 0.062988281250 0.030639648438 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.041748046875 0.138671875000 0.209960937500 +0.211914062500 0.209960937500 0.206054687500 0.148437500000 +0.120117187500 0.048583984375 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.063476562500 0.104980468750 0.211914062500 +0.292968750000 0.326171875000 0.384765625000 0.365234375000 +0.326171875000 0.225585937500 0.085937500000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.069335937500 0.177734375000 0.245117187500 0.330078125000 +0.324218750000 0.296875000000 0.234375000000 0.182617187500 +0.069335937500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.065429687500 0.166992187500 0.207031250000 0.318359375000 +0.341796875000 0.355468750000 0.402343750000 0.314453125000 +0.318359375000 0.206054687500 0.181640625000 0.083496093750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.015625000000 0.117187500000 0.175781250000 0.261718750000 +0.289062500000 0.265625000000 0.279296875000 0.253906250000 +0.192382812500 0.097167968750 0.088378906250 0.043945312500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.052246093750 +0.065429687500 0.073730468750 0.055908203125 0.034423828125 +0.001716613770 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.038574218750 0.098144531250 +0.136718750000 0.171875000000 0.204101562500 0.223632812500 +0.187500000000 0.231445312500 0.211914062500 0.167968750000 +0.036376953125 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.033203125000 +0.114746093750 0.147460937500 0.245117187500 0.273437500000 +0.353515625000 0.412109375000 0.451171875000 0.474609375000 +0.451171875000 0.492187500000 0.453125000000 0.433593750000 +0.373046875000 0.289062500000 0.246093750000 0.170898437500 +0.061035156250 0.026977539062 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.002868652344 0.062500000000 0.132812500000 +0.176757812500 0.265625000000 0.332031250000 0.361328125000 +0.355468750000 0.394531250000 0.390625000000 0.343750000000 +0.339843750000 0.273437500000 0.157226562500 0.112304687500 +0.025756835938 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.046630859375 +0.080566406250 0.136718750000 0.124023437500 0.057861328125 +0.035888671875 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.021484375000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.004547119141 0.000000000000 +0.040039062500 0.044677734375 0.058593750000 0.009399414062 +0.024291992188 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.001487731934 0.071289062500 0.121582031250 0.206054687500 +0.227539062500 0.273437500000 0.273437500000 0.263671875000 +0.178710937500 0.111328125000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.006805419922 0.121093750000 0.141601562500 0.211914062500 +0.234375000000 0.182617187500 0.145507812500 0.042236328125 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.035400390625 +0.106445312500 0.127929687500 0.122558593750 0.116699218750 +0.048095703125 0.040527343750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.011657714844 0.060791015625 +0.107910156250 0.101562500000 0.081054687500 0.080078125000 +0.021972656250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000576019287 0.071777343750 0.132812500000 +0.153320312500 0.263671875000 0.291015625000 0.330078125000 +0.386718750000 0.367187500000 0.369140625000 0.328125000000 +0.265625000000 0.217773437500 0.125000000000 0.063476562500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.031738281250 0.103027343750 +0.195312500000 0.221679687500 0.263671875000 0.273437500000 +0.265625000000 0.206054687500 0.170898437500 0.115722656250 +0.050537109375 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.012145996094 0.044189453125 0.048828125000 0.017822265625 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.052734375000 0.135742187500 0.263671875000 +0.384765625000 0.445312500000 0.496093750000 0.486328125000 +0.470703125000 0.433593750000 0.316406250000 0.226562500000 +0.123046875000 0.009826660156 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.037353515625 +0.057861328125 0.063476562500 0.070312500000 0.055664062500 +0.062500000000 0.053222656250 0.027709960938 0.040527343750 +0.018188476562 0.032470703125 0.075195312500 0.081054687500 +0.152343750000 0.184570312500 0.218750000000 0.289062500000 +0.339843750000 0.359375000000 0.392578125000 0.410156250000 +0.437500000000 0.425781250000 0.384765625000 0.353515625000 +0.287109375000 0.208984375000 0.107910156250 0.004791259766 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.019653320312 +0.050781250000 0.083984375000 0.067382812500 0.077148437500 +0.046875000000 0.069824218750 0.041503906250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.042480468750 +0.134765625000 0.199218750000 0.234375000000 0.226562500000 +0.231445312500 0.179687500000 0.104492187500 0.035156250000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.067871093750 0.090820312500 0.204101562500 +0.231445312500 0.337890625000 0.380859375000 0.433593750000 +0.458984375000 0.433593750000 0.441406250000 0.417968750000 +0.330078125000 0.320312500000 0.208007812500 0.169921875000 +0.027832031250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.020141601562 +0.000000000000 0.016479492188 0.014343261719 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.049560546875 0.162109375000 0.179687500000 0.221679687500 +0.241210937500 0.225585937500 0.142578125000 0.131835937500 +0.051513671875 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.008789062500 0.040039062500 +0.048339843750 0.003677368164 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.027587890625 +0.047851562500 0.122558593750 0.172851562500 0.161132812500 +0.121582031250 0.034423828125 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.001319885254 0.011169433594 +0.000705718994 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.028930664062 0.101562500000 +0.158203125000 0.218750000000 0.259765625000 0.269531250000 +0.257812500000 0.234375000000 0.179687500000 0.112304687500 +0.078613281250 0.035400390625 0.019897460938 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.013366699219 0.085937500000 0.147460937500 0.221679687500 +0.269531250000 0.300781250000 0.285156250000 0.285156250000 +0.236328125000 0.195312500000 0.154296875000 0.092285156250 +0.035400390625 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.062500000000 0.148437500000 +0.240234375000 0.332031250000 0.425781250000 0.478515625000 +0.466796875000 0.445312500000 0.390625000000 0.281250000000 +0.168945312500 0.046875000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.026855468750 0.140625000000 0.247070312500 0.314453125000 +0.353515625000 0.384765625000 0.347656250000 0.291015625000 +0.205078125000 0.121093750000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.032226562500 +0.091308593750 0.156250000000 0.196289062500 0.261718750000 +0.300781250000 0.355468750000 0.357421875000 0.357421875000 +0.335937500000 0.318359375000 0.283203125000 0.267578125000 +0.215820312500 0.149414062500 0.074218750000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.009948730469 0.025512695312 +0.031494140625 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.037109375000 0.109375000000 0.158203125000 +0.222656250000 0.291015625000 0.316406250000 0.332031250000 +0.335937500000 0.337890625000 0.320312500000 0.310546875000 +0.279296875000 0.226562500000 0.156250000000 0.112792968750 +0.059082031250 0.031982421875 0.013977050781 0.000000000000 +0.000000000000 0.000000000000 0.006378173828 0.038574218750 +0.085449218750 0.109375000000 0.119628906250 0.126953125000 +0.107421875000 0.103027343750 0.096679687500 0.057373046875 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.022827148438 0.059082031250 +0.099121093750 0.105468750000 0.105468750000 0.082519531250 +0.121093750000 0.118652343750 0.088378906250 0.090820312500 +0.074218750000 0.059082031250 0.033691406250 0.007690429688 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.002029418945 0.011474609375 +0.024169921875 0.022583007812 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.027709960938 0.033691406250 0.030639648438 +0.024780273438 0.023559570312 0.003692626953 0.005157470703 +0.000000000000 0.000000000000 0.000000000000 0.022460937500 +0.072265625000 0.100585937500 0.138671875000 0.173828125000 +0.243164062500 0.285156250000 0.345703125000 0.384765625000 +0.406250000000 0.449218750000 0.457031250000 0.458984375000 +0.460937500000 0.429687500000 0.375000000000 0.337890625000 +0.300781250000 0.224609375000 0.176757812500 0.107910156250 +0.048095703125 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.021728515625 +0.083984375000 0.119140625000 0.152343750000 0.208984375000 +0.236328125000 0.271484375000 0.328125000000 0.343750000000 +0.341796875000 0.341796875000 0.330078125000 0.298828125000 +0.269531250000 0.217773437500 0.137695312500 0.079589843750 +0.012023925781 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.020141601562 0.072753906250 0.106445312500 0.119628906250 +0.132812500000 0.105957031250 0.089843750000 0.049804687500 +0.010559082031 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000257492065 0.026733398438 +0.040771484375 0.058349609375 0.083007812500 0.139648437500 +0.152343750000 0.199218750000 0.213867187500 0.234375000000 +0.229492187500 0.194335937500 0.132812500000 0.075683593750 +0.000328063965 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.036376953125 0.059082031250 0.081542968750 0.087890625000 +0.120605468750 0.131835937500 0.152343750000 0.164062500000 +0.167968750000 0.158203125000 0.147460937500 0.115234375000 +0.057861328125 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.058105468750 0.139648437500 0.182617187500 +0.225585937500 0.249023437500 0.219726562500 0.217773437500 +0.169921875000 0.125976562500 0.062988281250 0.010131835938 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.048828125000 +0.047851562500 0.041748046875 0.013793945312 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000923156738 +0.122070312500 0.202148437500 0.249023437500 0.277343750000 +0.294921875000 0.273437500000 0.229492187500 0.188476562500 +0.116699218750 0.034423828125 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.001136779785 +0.006652832031 0.001502990723 0.003585815430 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.003860473633 0.050292968750 0.054199218750 0.039794921875 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.010192871094 0.082519531250 0.140625000000 +0.190429687500 0.202148437500 0.213867187500 0.191406250000 +0.158203125000 0.095703125000 0.045166015625 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.036376953125 +0.058105468750 0.097656250000 0.152343750000 0.191406250000 +0.241210937500 0.267578125000 0.279296875000 0.275390625000 +0.250000000000 0.207031250000 0.154296875000 0.099609375000 +0.068359375000 0.007568359375 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.010559082031 0.067382812500 0.120605468750 +0.166992187500 0.230468750000 0.255859375000 0.285156250000 +0.271484375000 0.259765625000 0.225585937500 0.199218750000 +0.159179687500 0.116210937500 0.095703125000 0.060058593750 +0.063476562500 0.066894531250 0.095214843750 0.126953125000 +0.155273437500 0.171875000000 0.185546875000 0.151367187500 +0.136718750000 0.102539062500 0.048828125000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.021362304688 0.049316406250 +0.029418945312 0.008605957031 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.009887695312 0.098144531250 0.195312500000 +0.261718750000 0.339843750000 0.394531250000 0.441406250000 +0.447265625000 0.443359375000 0.433593750000 0.361328125000 +0.289062500000 0.218750000000 0.125976562500 0.070312500000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.015502929688 0.029174804688 0.020996093750 +0.028808593750 0.042236328125 0.041015625000 0.059570312500 +0.062255859375 0.064941406250 0.085937500000 0.110351562500 +0.140625000000 0.197265625000 0.239257812500 0.275390625000 +0.302734375000 0.335937500000 0.376953125000 0.408203125000 +0.423828125000 0.419921875000 0.408203125000 0.382812500000 +0.365234375000 0.300781250000 0.255859375000 0.196289062500 +0.105468750000 0.015869140625 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.029907226562 0.014465332031 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.004028320312 0.044677734375 0.096679687500 +0.145507812500 0.152343750000 0.175781250000 0.158203125000 +0.107910156250 0.073242187500 0.029174804688 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.062988281250 +0.117675781250 0.172851562500 0.207031250000 0.217773437500 +0.223632812500 0.212890625000 0.206054687500 0.170898437500 +0.107910156250 0.034179687500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.052978515625 0.094726562500 +0.153320312500 0.221679687500 0.275390625000 0.326171875000 +0.390625000000 0.396484375000 0.417968750000 0.376953125000 +0.363281250000 0.324218750000 0.265625000000 0.184570312500 +0.085449218750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.004241943359 0.069824218750 +0.141601562500 0.176757812500 0.205078125000 0.216796875000 +0.192382812500 0.141601562500 0.087402343750 0.000751495361 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.019775390625 0.070800781250 0.143554687500 0.159179687500 +0.178710937500 0.209960937500 0.182617187500 0.145507812500 +0.135742187500 0.077148437500 0.024780273438 0.012084960938 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.024169921875 0.055664062500 0.101074218750 +0.120605468750 0.139648437500 0.132812500000 0.142578125000 +0.101562500000 0.081542968750 0.048339843750 0.009277343750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.026733398438 0.078125000000 +0.120117187500 0.144531250000 0.119140625000 0.097167968750 +0.041748046875 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.012268066406 +0.000808715820 0.021606445312 0.011047363281 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.020874023438 0.056396484375 0.070800781250 0.090332031250 +0.068359375000 0.022460937500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.006317138672 0.104980468750 0.177734375000 0.265625000000 +0.279296875000 0.239257812500 0.241210937500 0.154296875000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.031738281250 +0.095214843750 0.217773437500 0.291015625000 0.302734375000 +0.308593750000 0.332031250000 0.296875000000 0.230468750000 +0.165039062500 0.082031250000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.027709960938 0.022949218750 0.077636718750 +0.096679687500 0.092285156250 0.083984375000 0.025878906250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.005187988281 0.010070800781 0.009704589844 0.015991210938 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.001312255859 0.051757812500 0.103027343750 +0.156250000000 0.162109375000 0.204101562500 0.203125000000 +0.174804687500 0.185546875000 0.104980468750 0.018066406250 +0.015747070312 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.023437500000 0.130859375000 +0.144531250000 0.119628906250 0.162109375000 0.144531250000 +0.095214843750 0.064453125000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.003738403320 0.005950927734 0.031127929688 0.032958984375 +0.025146484375 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.023803710938 +0.024414062500 0.018920898438 0.000000000000 0.021362304688 +0.015869140625 0.022338867188 0.037109375000 0.073730468750 +0.033691406250 0.026611328125 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.010681152344 0.013305664062 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.024291992188 +0.042968750000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000625610352 0.045410156250 0.064453125000 +0.068847656250 0.069824218750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.080566406250 0.127929687500 0.143554687500 +0.173828125000 0.128906250000 0.057128906250 0.015991210938 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.010253906250 0.072265625000 +0.082031250000 0.072265625000 0.046386718750 0.003875732422 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.016479492188 0.031982421875 0.061035156250 0.047363281250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.010070800781 0.039550781250 +0.048583984375 0.080566406250 0.073242187500 0.072265625000 +0.054687500000 0.037353515625 0.017456054688 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.017333984375 0.033203125000 0.025756835938 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.015197753906 +0.044189453125 0.057128906250 0.036621093750 0.058349609375 +0.051025390625 0.058837890625 0.108886718750 0.113281250000 +0.079589843750 0.090332031250 0.106933593750 0.125000000000 +0.132812500000 0.107421875000 0.087402343750 0.054443359375 +0.040039062500 0.019775390625 0.012573242188 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.003997802734 0.073242187500 +0.184570312500 0.212890625000 0.220703125000 0.251953125000 +0.240234375000 0.158203125000 0.133789062500 0.115234375000 +0.046875000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.010498046875 0.047607421875 +0.033447265625 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.001541137695 0.066406250000 0.060791015625 0.083007812500 +0.099609375000 0.053955078125 0.002548217773 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.014282226562 +0.007995605469 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.018066406250 0.144531250000 0.195312500000 0.192382812500 +0.196289062500 0.155273437500 0.035644531250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.007446289062 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.004791259766 0.000000000000 +0.000000000000 0.013122558594 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.060302734375 0.123046875000 0.161132812500 +0.138671875000 0.140625000000 0.159179687500 0.106933593750 +0.062988281250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.045654296875 +0.125976562500 0.224609375000 0.218750000000 0.163085937500 +0.157226562500 0.073730468750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.080078125000 0.202148437500 0.247070312500 0.277343750000 +0.347656250000 0.289062500000 0.224609375000 0.198242187500 +0.064941406250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.056396484375 0.117187500000 0.203125000000 0.239257812500 +0.259765625000 0.259765625000 0.255859375000 0.265625000000 +0.217773437500 0.164062500000 0.079101562500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.044189453125 +0.106445312500 0.195312500000 0.167968750000 0.163085937500 +0.057128906250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.001296997070 0.041015625000 0.067382812500 0.073242187500 +0.099609375000 0.104492187500 0.081542968750 0.024536132812 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.052978515625 0.129882812500 +0.191406250000 0.211914062500 0.247070312500 0.261718750000 +0.220703125000 0.162109375000 0.095703125000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.011291503906 0.066406250000 0.008239746094 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.010803222656 0.094726562500 +0.098144531250 0.180664062500 0.182617187500 0.197265625000 +0.210937500000 0.188476562500 0.169921875000 0.182617187500 +0.139648437500 0.076660156250 0.084960937500 0.024414062500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.017578125000 0.083496093750 +0.126953125000 0.168945312500 0.233398437500 0.224609375000 +0.171875000000 0.159179687500 0.134765625000 0.096679687500 +0.079589843750 0.016601562500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.015991210938 0.026123046875 +0.000000000000 0.030761718750 0.000202178955 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.018188476562 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.063964843750 +0.152343750000 0.249023437500 0.312500000000 0.347656250000 +0.361328125000 0.359375000000 0.337890625000 0.285156250000 +0.094726562500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.078125000000 0.145507812500 0.164062500000 0.177734375000 +0.101074218750 0.026367187500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.003784179688 +0.068847656250 0.166992187500 0.181640625000 0.185546875000 +0.229492187500 0.172851562500 0.102539062500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.063476562500 0.090820312500 +0.146484375000 0.238281250000 0.273437500000 0.328125000000 +0.294921875000 0.294921875000 0.253906250000 0.185546875000 +0.146484375000 0.092773437500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.010314941406 +0.098144531250 0.152343750000 0.151367187500 0.119628906250 +0.090332031250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.007171630859 0.106445312500 0.053710937500 0.077636718750 +0.039550781250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.070312500000 0.175781250000 0.285156250000 +0.380859375000 0.386718750000 0.449218750000 0.388671875000 +0.369140625000 0.231445312500 0.164062500000 0.074218750000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.027343750000 +0.081054687500 0.131835937500 0.152343750000 0.196289062500 +0.273437500000 0.320312500000 0.300781250000 0.283203125000 +0.206054687500 0.097167968750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.064453125000 +0.030517578125 0.007446289062 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.029907226562 +0.116699218750 0.174804687500 0.227539062500 0.180664062500 +0.143554687500 0.079101562500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.058349609375 0.096679687500 +0.141601562500 0.186523437500 0.209960937500 0.263671875000 +0.320312500000 0.369140625000 0.373046875000 0.361328125000 +0.324218750000 0.237304687500 0.161132812500 0.086425781250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.032958984375 +0.132812500000 0.163085937500 0.209960937500 0.172851562500 +0.165039062500 0.084472656250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.035888671875 0.075195312500 0.124511718750 +0.143554687500 0.097656250000 0.006683349609 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.028808593750 0.062500000000 0.073242187500 0.041503906250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.004425048828 0.069335937500 +0.140625000000 0.163085937500 0.132812500000 0.058837890625 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.005554199219 0.014404296875 +0.025634765625 0.059814453125 0.006469726562 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.038330078125 0.066894531250 0.065917968750 +0.103515625000 0.099121093750 0.074707031250 0.072753906250 +0.066406250000 0.077636718750 0.057861328125 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.066406250000 +0.121093750000 0.147460937500 0.137695312500 0.091308593750 +0.028198242188 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.017456054688 0.044677734375 0.096191406250 +0.134765625000 0.083984375000 0.093261718750 0.077636718750 +0.028320312500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.006072998047 0.002212524414 0.016845703125 0.033691406250 +0.053222656250 0.059570312500 0.061035156250 0.049072265625 +0.006164550781 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.012207031250 0.095214843750 0.123046875000 +0.096679687500 0.074707031250 0.062500000000 0.006927490234 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000058412552 0.030029296875 0.084960937500 0.107421875000 +0.089355468750 0.067382812500 0.022827148438 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.006591796875 0.058349609375 +0.073242187500 0.088867187500 0.089843750000 0.067382812500 +0.015563964844 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.054931640625 0.131835937500 0.179687500000 +0.190429687500 0.163085937500 0.153320312500 0.132812500000 +0.045166015625 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.001235961914 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.052490234375 +0.095703125000 0.146484375000 0.154296875000 0.120605468750 +0.128906250000 0.065429687500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.001472473145 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.017211914062 0.034912109375 0.026977539062 0.068847656250 +0.084472656250 0.088867187500 0.071777343750 0.015991210938 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.015197753906 0.090820312500 +0.105468750000 0.108398437500 0.067382812500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.002853393555 0.020996093750 +0.026611328125 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.010742187500 +0.030273437500 0.017944335938 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.005096435547 0.052978515625 0.069335937500 0.072265625000 +0.064453125000 0.072753906250 0.028442382812 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.032958984375 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.030517578125 0.077148437500 +0.054687500000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.068847656250 0.125976562500 +0.153320312500 0.151367187500 0.139648437500 0.138671875000 +0.089843750000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.001945495605 0.011962890625 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.037597656250 +0.055175781250 0.075683593750 0.074707031250 0.060546875000 +0.031982421875 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.009460449219 0.141601562500 0.223632812500 +0.283203125000 0.304687500000 0.275390625000 0.259765625000 +0.206054687500 0.115234375000 0.010742187500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.056640625000 0.100097656250 +0.111328125000 0.092773437500 0.056152343750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.025268554688 +0.096679687500 0.147460937500 0.178710937500 0.201171875000 +0.188476562500 0.159179687500 0.174804687500 0.158203125000 +0.119140625000 0.115234375000 0.076171875000 0.060302734375 +0.019287109375 0.013366699219 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.095214843750 0.162109375000 0.173828125000 0.186523437500 +0.171875000000 0.138671875000 0.094726562500 0.036132812500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.011474609375 0.047119140625 0.072753906250 +0.055908203125 0.020874023438 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.031005859375 +0.102539062500 0.126953125000 0.162109375000 0.171875000000 +0.173828125000 0.147460937500 0.162109375000 0.154296875000 +0.110839843750 0.082519531250 0.052001953125 0.022827148438 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.052490234375 0.100585937500 0.127929687500 +0.152343750000 0.162109375000 0.118652343750 0.049072265625 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.010803222656 0.045898437500 0.096191406250 0.111328125000 +0.139648437500 0.142578125000 0.121582031250 0.034179687500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.010803222656 0.027343750000 +0.046386718750 0.073730468750 0.085449218750 0.091308593750 +0.068847656250 0.043212890625 0.004272460938 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.024902343750 0.111328125000 +0.134765625000 0.104492187500 0.084472656250 0.033203125000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.068359375000 0.095214843750 +0.119140625000 0.141601562500 0.144531250000 0.119140625000 +0.091308593750 0.031982421875 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.011291503906 0.023193359375 +0.066406250000 0.103027343750 0.140625000000 0.194335937500 +0.204101562500 0.234375000000 0.233398437500 0.185546875000 +0.097167968750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.003051757812 0.037353515625 +0.064941406250 0.072753906250 0.032226562500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.007995605469 0.032226562500 0.063964843750 0.106933593750 +0.128906250000 0.096679687500 0.032714843750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.035400390625 +0.079101562500 0.121093750000 0.080566406250 0.041259765625 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.011718750000 0.105468750000 0.192382812500 0.243164062500 +0.259765625000 0.230468750000 0.197265625000 0.116210937500 +0.041015625000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.005035400391 0.049560546875 +0.085449218750 0.101074218750 0.133789062500 0.153320312500 +0.127929687500 0.102050781250 0.037597656250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.021972656250 +0.018554687500 0.020263671875 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.016479492188 +0.018066406250 0.019409179688 0.036621093750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.063476562500 +0.104492187500 0.186523437500 0.207031250000 0.192382812500 +0.125976562500 0.035400390625 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.030029296875 0.049316406250 0.058593750000 +0.021362304688 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.032470703125 0.046386718750 +0.019653320312 0.001693725586 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.019409179688 +0.040771484375 0.065429687500 0.085449218750 0.104003906250 +0.109863281250 0.115722656250 0.108398437500 0.098632812500 +0.091796875000 0.063964843750 0.041259765625 0.005126953125 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.020385742188 +0.053710937500 0.090332031250 0.136718750000 0.168945312500 +0.204101562500 0.226562500000 0.237304687500 0.246093750000 +0.246093750000 0.241210937500 0.217773437500 0.190429687500 +0.159179687500 0.117187500000 0.082031250000 0.045898437500 +0.010437011719 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.013488769531 0.041015625000 +0.076660156250 0.103515625000 0.126953125000 0.147460937500 +0.153320312500 0.153320312500 0.135742187500 0.116699218750 +0.077636718750 0.043701171875 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.023315429688 0.062500000000 +0.108886718750 0.133789062500 0.143554687500 0.158203125000 +0.167968750000 0.160156250000 0.137695312500 0.105957031250 +0.072753906250 0.036376953125 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.022705078125 +0.054199218750 0.096191406250 0.128906250000 0.158203125000 +0.199218750000 0.220703125000 0.243164062500 0.257812500000 +0.269531250000 0.273437500000 0.263671875000 0.230468750000 +0.199218750000 0.157226562500 0.115722656250 0.062988281250 +0.017333984375 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.009826660156 0.042236328125 0.068359375000 0.087402343750 +0.100097656250 0.101074218750 0.091796875000 0.073242187500 +0.059326171875 0.037353515625 0.006225585938 0.000000000000 +0.000000000000 0.000000000000 0.004119873047 0.016967773438 +0.040771484375 0.062500000000 0.079589843750 0.086425781250 +0.091308593750 0.086425781250 0.077636718750 0.053466796875 +0.034179687500 0.014770507812 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.017333984375 0.034667968750 +0.069824218750 0.103515625000 0.133789062500 0.147460937500 +0.159179687500 0.158203125000 0.132812500000 0.097656250000 +0.053466796875 0.012756347656 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.016235351562 0.065917968750 +0.108398437500 0.139648437500 0.162109375000 0.172851562500 +0.173828125000 0.163085937500 0.138671875000 0.108398437500 +0.073242187500 0.028686523438 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.005645751953 0.064453125000 0.108886718750 0.134765625000 +0.142578125000 0.135742187500 0.107421875000 0.075683593750 +0.031250000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.039794921875 0.070312500000 0.102539062500 0.127929687500 +0.137695312500 0.142578125000 0.124511718750 0.088378906250 +0.046386718750 0.003112792969 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.031738281250 0.077148437500 +0.105468750000 0.123046875000 0.122558593750 0.105957031250 +0.082519531250 0.043212890625 0.005737304688 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.003723144531 0.083984375000 0.154296875000 +0.213867187500 0.267578125000 0.302734375000 0.324218750000 +0.318359375000 0.300781250000 0.281250000000 0.233398437500 +0.187500000000 0.131835937500 0.071777343750 0.019409179688 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.028076171875 0.064453125000 +0.110351562500 0.125976562500 0.136718750000 0.122558593750 +0.090820312500 0.035400390625 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.032958984375 0.078613281250 0.109375000000 +0.126953125000 0.130859375000 0.123535156250 0.084960937500 +0.038818359375 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.072753906250 0.152343750000 +0.214843750000 0.253906250000 0.289062500000 0.298828125000 +0.289062500000 0.253906250000 0.208984375000 0.166992187500 +0.113281250000 0.064453125000 0.019287109375 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.009765625000 0.048095703125 0.076660156250 +0.095703125000 0.104980468750 0.099121093750 0.082519531250 +0.048339843750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.040039062500 0.078125000000 0.083984375000 +0.069824218750 0.035888671875 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.034423828125 +0.075195312500 0.130859375000 0.171875000000 0.209960937500 +0.245117187500 0.273437500000 0.291015625000 0.291015625000 +0.273437500000 0.247070312500 0.207031250000 0.161132812500 +0.084472656250 0.012207031250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.032226562500 0.108398437500 0.181640625000 +0.240234375000 0.287109375000 0.310546875000 0.320312500000 +0.304687500000 0.277343750000 0.227539062500 0.159179687500 +0.078613281250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.022705078125 0.074218750000 +0.116210937500 0.156250000000 0.174804687500 0.188476562500 +0.186523437500 0.171875000000 0.142578125000 0.108398437500 +0.062988281250 0.012573242188 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.027832031250 0.075683593750 0.109375000000 +0.133789062500 0.146484375000 0.134765625000 0.096679687500 +0.048339843750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.001998901367 0.062011718750 0.112792968750 +0.155273437500 0.167968750000 0.156250000000 0.133789062500 +0.098632812500 0.056884765625 0.016967773438 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.042236328125 0.101074218750 0.146484375000 +0.166992187500 0.170898437500 0.143554687500 0.109863281250 +0.055664062500 0.001670837402 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.020263671875 0.054931640625 +0.082519531250 0.103515625000 0.124023437500 0.116699218750 +0.109375000000 0.099609375000 0.082519531250 0.056396484375 +0.019653320312 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.021240234375 0.063964843750 0.102050781250 +0.139648437500 0.157226562500 0.150390625000 0.119628906250 +0.070312500000 0.006256103516 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000109672546 0.057861328125 0.109863281250 +0.146484375000 0.177734375000 0.194335937500 0.195312500000 +0.184570312500 0.147460937500 0.117187500000 0.068847656250 +0.023803710938 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.008178710938 0.046142578125 +0.085449218750 0.122558593750 0.150390625000 0.175781250000 +0.183593750000 0.202148437500 0.211914062500 0.224609375000 +0.233398437500 0.235351562500 0.245117187500 0.251953125000 +0.257812500000 0.267578125000 0.267578125000 0.261718750000 +0.244140625000 0.220703125000 0.181640625000 0.136718750000 +0.068847656250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.014282226562 0.187500000000 +0.248046875000 0.281250000000 0.279296875000 0.243164062500 +0.185546875000 0.107910156250 0.017456054688 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.021118164062 0.110351562500 +0.192382812500 0.247070312500 0.259765625000 0.239257812500 +0.172851562500 0.081054687500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.007690429688 0.151367187500 0.279296875000 +0.382812500000 0.457031250000 0.500000000000 0.515625000000 +0.500000000000 0.458984375000 0.392578125000 0.318359375000 +0.231445312500 0.132812500000 0.036132812500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.002822875977 0.096191406250 0.175781250000 +0.243164062500 0.287109375000 0.302734375000 0.285156250000 +0.249023437500 0.192382812500 0.119140625000 0.032714843750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.017578125000 0.112304687500 0.181640625000 0.211914062500 +0.213867187500 0.186523437500 0.132812500000 0.062255859375 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.032226562500 0.125000000000 0.183593750000 0.211914062500 +0.206054687500 0.169921875000 0.110351562500 0.030029296875 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.109863281250 0.213867187500 +0.281250000000 0.318359375000 0.318359375000 0.283203125000 +0.221679687500 0.137695312500 0.046875000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.076660156250 +0.164062500000 0.234375000000 0.279296875000 0.298828125000 +0.291015625000 0.249023437500 0.177734375000 0.089843750000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.012573242188 0.099121093750 0.158203125000 0.191406250000 +0.201171875000 0.181640625000 0.133789062500 0.062255859375 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.054931640625 0.130859375000 0.168945312500 0.164062500000 +0.123535156250 0.048095703125 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.002136230469 0.013732910156 0.012451171875 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.023559570312 0.064453125000 +0.110351562500 0.164062500000 0.218750000000 0.269531250000 +0.314453125000 0.359375000000 0.386718750000 0.402343750000 +0.410156250000 0.406250000000 0.390625000000 0.369140625000 +0.332031250000 0.289062500000 0.244140625000 0.194335937500 +0.149414062500 0.108886718750 0.071289062500 0.038574218750 +0.009582519531 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.050048828125 0.160156250000 0.257812500000 +0.341796875000 0.402343750000 0.441406250000 0.453125000000 +0.437500000000 0.396484375000 0.328125000000 0.244140625000 +0.139648437500 0.014709472656 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.073730468750 0.175781250000 0.255859375000 +0.300781250000 0.302734375000 0.261718750000 0.182617187500 +0.067382812500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.061767578125 0.194335937500 0.308593750000 0.384765625000 +0.423828125000 0.419921875000 0.378906250000 0.304687500000 +0.194335937500 0.067382812500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.045898437500 +0.094238281250 0.139648437500 0.170898437500 0.200195312500 +0.228515625000 0.255859375000 0.287109375000 0.310546875000 +0.333984375000 0.359375000000 0.376953125000 0.394531250000 +0.402343750000 0.402343750000 0.392578125000 0.373046875000 +0.333984375000 0.283203125000 0.227539062500 0.166992187500 +0.090820312500 0.010742187500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.039306640625 +0.123046875000 0.170898437500 0.184570312500 0.155273437500 +0.085937500000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.002166748047 0.046386718750 +0.074707031250 0.089355468750 0.095214843750 0.083496093750 +0.066406250000 0.041015625000 0.010070800781 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.059082031250 +0.132812500000 0.177734375000 0.193359375000 0.177734375000 +0.132812500000 0.071289062500 0.005432128906 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.082519531250 0.165039062500 0.235351562500 0.281250000000 +0.302734375000 0.294921875000 0.261718750000 0.203125000000 +0.133789062500 0.054443359375 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.002288818359 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.012878417969 0.030151367188 0.030883789062 0.020019531250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000804901123 0.005950927734 0.001396179199 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.010131835938 0.021972656250 +0.041992187500 0.070312500000 0.108886718750 0.147460937500 +0.195312500000 0.251953125000 0.312500000000 0.371093750000 +0.417968750000 0.458984375000 0.476562500000 0.466796875000 +0.429687500000 0.365234375000 0.271484375000 0.156250000000 +0.025634765625 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.011169433594 0.027954101562 +0.027343750000 0.007141113281 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.018920898438 +0.112304687500 0.170898437500 0.177734375000 0.137695312500 +0.059814453125 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.044433593750 +0.113281250000 0.155273437500 0.168945312500 0.148437500000 +0.105468750000 0.048339843750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.012390136719 0.092285156250 0.172851562500 0.241210937500 +0.289062500000 0.300781250000 0.275390625000 0.211914062500 +0.111328125000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.015197753906 +0.036132812500 0.053955078125 0.064941406250 0.079101562500 +0.101074218750 0.123046875000 0.145507812500 0.172851562500 +0.195312500000 0.213867187500 0.222656250000 0.220703125000 +0.205078125000 0.178710937500 0.147460937500 0.112304687500 +0.076660156250 0.050781250000 0.031250000000 0.027587890625 +0.038818359375 0.063476562500 0.094726562500 0.128906250000 +0.168945312500 0.199218750000 0.215820312500 0.220703125000 +0.210937500000 0.190429687500 0.155273437500 0.120605468750 +0.084960937500 0.058593750000 0.041015625000 0.036376953125 +0.046142578125 0.070312500000 0.098144531250 0.131835937500 +0.161132812500 0.184570312500 0.193359375000 0.193359375000 +0.173828125000 0.132812500000 0.069824218750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.036621093750 +0.123535156250 0.183593750000 0.211914062500 0.215820312500 +0.190429687500 0.137695312500 0.068847656250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.010986328125 +0.027221679688 0.043945312500 0.055908203125 0.058105468750 +0.065917968750 0.054199218750 0.041259765625 0.030639648438 +0.009216308594 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.008483886719 0.029541015625 0.046875000000 0.061035156250 +0.061767578125 0.062255859375 0.041992187500 0.026489257812 +0.016357421875 0.004638671875 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.014343261719 +0.024902343750 0.033935546875 0.031250000000 0.037353515625 +0.041015625000 0.039794921875 0.025024414062 0.012451171875 +0.010742187500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.012145996094 +0.026489257812 0.036865234375 0.035888671875 0.035156250000 +0.035644531250 0.027709960938 0.019165039062 0.010803222656 +0.005950927734 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.010925292969 +0.028808593750 0.047607421875 0.060791015625 0.066894531250 +0.066406250000 0.070800781250 0.073242187500 0.069335937500 +0.053466796875 0.046142578125 0.029907226562 0.018432617188 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000732421875 0.003295898438 0.010986328125 +0.008056640625 0.004333496094 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.010131835938 +0.023803710938 0.041503906250 0.058593750000 0.082031250000 +0.093750000000 0.097167968750 0.098632812500 0.101562500000 +0.091796875000 0.084472656250 0.069824218750 0.041992187500 +0.029663085938 0.003540039062 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.019531250000 0.035644531250 0.053466796875 0.072753906250 +0.080566406250 0.082031250000 0.092285156250 0.087402343750 +0.084960937500 0.080078125000 0.076171875000 0.069824218750 +0.062988281250 0.053222656250 0.044677734375 0.043212890625 +0.034912109375 0.031982421875 0.022216796875 0.015319824219 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.010253906250 +0.037109375000 0.045410156250 0.060546875000 0.069824218750 +0.082519531250 0.096679687500 0.102050781250 0.092285156250 +0.090332031250 0.074707031250 0.074707031250 0.060546875000 +0.043457031250 0.023071289062 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000907897949 0.007263183594 0.018066406250 +0.022705078125 0.016235351562 0.001632690430 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.003540039062 0.007873535156 +0.013732910156 0.016235351562 0.012756347656 0.001853942871 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.005035400391 0.010620117188 0.018066406250 0.011352539062 +0.003479003906 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.048583984375 0.102050781250 0.122070312500 0.102539062500 +0.113281250000 0.098144531250 0.063964843750 0.004241943359 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.054199218750 0.095703125000 +0.099121093750 0.060546875000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.014709472656 +0.163085937500 0.275390625000 0.355468750000 0.398437500000 +0.398437500000 0.367187500000 0.312500000000 0.244140625000 +0.160156250000 0.071777343750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.002624511719 0.052734375000 0.090332031250 +0.118652343750 0.128906250000 0.120117187500 0.093750000000 +0.049072265625 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.071289062500 0.166992187500 +0.239257812500 0.279296875000 0.283203125000 0.247070312500 +0.183593750000 0.100585937500 0.002807617188 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.098144531250 0.182617187500 +0.235351562500 0.253906250000 0.240234375000 0.194335937500 +0.117187500000 0.025512695312 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.011840820312 0.082031250000 +0.135742187500 0.166992187500 0.178710937500 0.173828125000 +0.142578125000 0.098144531250 0.047851562500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.033447265625 +0.088378906250 0.125000000000 0.142578125000 0.138671875000 +0.106933593750 0.050781250000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.113769531250 +0.215820312500 0.281250000000 0.304687500000 0.289062500000 +0.232421875000 0.147460937500 0.044677734375 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.005737304688 0.120605468750 0.201171875000 +0.230468750000 0.212890625000 0.154296875000 0.040283203125 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.042724609375 0.114257812500 +0.178710937500 0.237304687500 0.271484375000 0.289062500000 +0.283203125000 0.265625000000 0.232421875000 0.183593750000 +0.123535156250 0.053222656250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.032470703125 0.094726562500 0.139648437500 +0.169921875000 0.178710937500 0.168945312500 0.146484375000 +0.108398437500 0.047851562500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.037597656250 0.095214843750 +0.140625000000 0.162109375000 0.153320312500 0.108886718750 +0.028442382812 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.076171875000 0.184570312500 +0.251953125000 0.269531250000 0.244140625000 0.169921875000 +0.063476562500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.009887695312 +0.078125000000 0.140625000000 0.187500000000 0.225585937500 +0.255859375000 0.273437500000 0.279296875000 0.271484375000 +0.249023437500 0.212890625000 0.161132812500 0.099609375000 +0.029296875000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.067382812500 0.167968750000 0.210937500000 +0.202148437500 0.137695312500 0.031982421875 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.075195312500 0.162109375000 0.226562500000 +0.261718750000 0.259765625000 0.229492187500 0.171875000000 +0.092285156250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.034179687500 0.076171875000 0.098144531250 +0.111816406250 0.098144531250 0.063476562500 0.014770507812 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.023681640625 0.118652343750 0.200195312500 +0.273437500000 0.332031250000 0.363281250000 0.367187500000 +0.345703125000 0.298828125000 0.221679687500 0.120117187500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.069824218750 0.157226562500 0.205078125000 +0.203125000000 0.151367187500 0.046630859375 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.029418945312 +0.057861328125 0.050537109375 0.010559082031 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.097656250000 0.190429687500 +0.236328125000 0.240234375000 0.204101562500 0.135742187500 +0.048095703125 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.032470703125 0.062988281250 0.063964843750 +0.028076171875 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.080078125000 0.146484375000 0.177734375000 +0.169921875000 0.124511718750 0.044189453125 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.039794921875 0.122558593750 0.169921875000 +0.176757812500 0.136718750000 0.062500000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.077636718750 0.175781250000 +0.244140625000 0.281250000000 0.281250000000 0.245117187500 +0.169921875000 0.069824218750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.107421875000 0.200195312500 +0.255859375000 0.271484375000 0.247070312500 0.188476562500 +0.106445312500 0.012268066406 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.003234863281 0.042968750000 0.079101562500 +0.110351562500 0.125000000000 0.125000000000 0.108398437500 +0.070800781250 0.020874023438 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.037353515625 0.080078125000 +0.120117187500 0.147460937500 0.162109375000 0.164062500000 +0.155273437500 0.137695312500 0.109375000000 0.072265625000 +0.022583007812 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.037353515625 0.082519531250 0.122558593750 +0.150390625000 0.172851562500 0.179687500000 0.176757812500 +0.159179687500 0.132812500000 0.102050781250 0.061523437500 +0.016723632812 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.026977539062 0.062255859375 0.099609375000 0.133789062500 +0.160156250000 0.174804687500 0.174804687500 0.153320312500 +0.117187500000 0.060302734375 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.015380859375 0.069335937500 0.116699218750 +0.155273437500 0.181640625000 0.187500000000 0.167968750000 +0.128906250000 0.071289062500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.046630859375 0.102539062500 0.144531250000 +0.176757812500 0.189453125000 0.189453125000 0.173828125000 +0.147460937500 0.108886718750 0.062988281250 0.013122558594 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.057373046875 0.097656250000 +0.114257812500 0.110839843750 0.084960937500 0.043945312500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.019409179688 0.050048828125 +0.068847656250 0.079101562500 0.081542968750 0.080078125000 +0.063476562500 0.037597656250 0.002456665039 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.044433593750 +0.111328125000 0.152343750000 0.165039062500 0.150390625000 +0.103515625000 0.038085937500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.043701171875 0.082031250000 0.103515625000 0.107421875000 +0.102050781250 0.083496093750 0.058837890625 0.027099609375 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.013671875000 +0.065429687500 0.109375000000 0.139648437500 0.156250000000 +0.154296875000 0.135742187500 0.094726562500 0.037109375000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.011230468750 0.043457031250 0.052490234375 +0.041259765625 0.010192871094 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.012817382812 0.059570312500 0.090332031250 0.110839843750 +0.111328125000 0.098144531250 0.064941406250 0.011962890625 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.063476562500 +0.132812500000 0.190429687500 0.232421875000 0.251953125000 +0.247070312500 0.216796875000 0.166992187500 0.101562500000 +0.020019531250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.005615234375 0.054687500000 0.081054687500 0.067871093750 +0.029296875000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.036621093750 0.089843750000 0.122558593750 0.132812500000 +0.114746093750 0.074707031250 0.013000488281 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.054931640625 0.112304687500 0.157226562500 0.185546875000 +0.192382812500 0.176757812500 0.136718750000 0.078613281250 +0.001510620117 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.031738281250 +0.058593750000 0.068359375000 0.062500000000 0.049072265625 +0.023315429688 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.039794921875 0.081054687500 0.115722656250 +0.135742187500 0.142578125000 0.136718750000 0.113769531250 +0.074707031250 0.020629882812 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.059570312500 0.112304687500 0.141601562500 0.145507812500 +0.121093750000 0.073730468750 0.014038085938 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.046630859375 +0.095703125000 0.135742187500 0.167968750000 0.187500000000 +0.187500000000 0.173828125000 0.144531250000 0.103027343750 +0.054931640625 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.064941406250 +0.125000000000 0.176757812500 0.210937500000 0.226562500000 +0.221679687500 0.193359375000 0.151367187500 0.085449218750 +0.005310058594 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.008850097656 0.062988281250 0.102539062500 0.127929687500 +0.134765625000 0.121093750000 0.085449218750 0.031005859375 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.046875000000 0.113281250000 0.165039062500 0.190429687500 +0.195312500000 0.174804687500 0.134765625000 0.079589843750 +0.012329101562 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.006195068359 0.076660156250 +0.123046875000 0.144531250000 0.132812500000 0.090820312500 +0.021362304688 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.026367187500 0.105468750000 0.164062500000 0.190429687500 +0.188476562500 0.157226562500 0.107910156250 0.046386718750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.038330078125 0.084960937500 0.110839843750 +0.121093750000 0.112304687500 0.087402343750 0.043701171875 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.028564453125 +0.102050781250 0.149414062500 0.168945312500 0.159179687500 +0.119140625000 0.056640625000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.004730224609 +0.026977539062 0.053710937500 0.077636718750 0.093261718750 +0.099609375000 0.087890625000 0.060791015625 0.014282226562 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.044677734375 +0.101562500000 0.136718750000 0.136718750000 0.098144531250 +0.031127929688 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.018432617188 0.036621093750 0.020751953125 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.014282226562 0.045654296875 0.044677734375 +0.007507324219 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.046630859375 0.114746093750 0.165039062500 0.199218750000 +0.214843750000 0.207031250000 0.183593750000 0.133789062500 +0.073730468750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.006042480469 0.012023925781 +0.007446289062 0.000010728836 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.002563476562 0.040527343750 +0.082031250000 0.120605468750 0.154296875000 0.178710937500 +0.189453125000 0.181640625000 0.151367187500 0.097167968750 +0.026489257812 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.009887695312 +0.003387451172 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.001556396484 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.019165039062 +0.026123046875 0.014526367188 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.014404296875 +0.010559082031 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.014038085938 0.062255859375 0.090820312500 0.103515625000 +0.086914062500 0.051513671875 0.008361816406 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.005584716797 0.012939453125 +0.015136718750 0.010131835938 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.006317138672 +0.074218750000 0.125000000000 0.157226562500 0.166015625000 +0.153320312500 0.112304687500 0.059326171875 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.023315429688 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.016601562500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.059814453125 0.107910156250 0.135742187500 +0.132812500000 0.098632812500 0.049804687500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.012695312500 +0.049560546875 0.068359375000 0.066406250000 0.031982421875 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.023925781250 +0.035156250000 0.027954101562 0.009277343750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.052734375000 0.112792968750 +0.150390625000 0.170898437500 0.165039062500 0.142578125000 +0.104980468750 0.050048828125 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.046630859375 0.099121093750 +0.098144531250 0.059082031250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.013427734375 0.051513671875 0.058593750000 0.036376953125 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.041015625000 0.083496093750 +0.079589843750 0.040771484375 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000885009766 +0.054931640625 0.081054687500 0.083984375000 0.062011718750 +0.027709960938 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.083496093750 +0.130859375000 0.151367187500 0.146484375000 0.110351562500 +0.062988281250 0.018066406250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.008605957031 0.062500000000 0.098632812500 +0.113769531250 0.105957031250 0.083984375000 0.050781250000 +0.012329101562 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.043701171875 0.086425781250 0.103515625000 +0.095703125000 0.077636718750 0.046875000000 0.003631591797 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.040527343750 0.085937500000 0.099121093750 +0.071777343750 0.010009765625 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.017211914062 0.025634765625 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.012756347656 +0.010986328125 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.022216796875 0.024047851562 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.021362304688 +0.044433593750 0.033935546875 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.015258789062 0.069335937500 0.095703125000 +0.104003906250 0.093750000000 0.058349609375 0.010803222656 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.002349853516 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.041748046875 0.080078125000 +0.099609375000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.014465332031 0.008972167969 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.058593750000 0.112304687500 +0.148437500000 0.149414062500 0.107421875000 0.048339843750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.085937500000 0.184570312500 +0.271484375000 0.347656250000 0.406250000000 0.443359375000 +0.457031250000 0.449218750000 0.412109375000 0.343750000000 +0.255859375000 0.158203125000 0.045898437500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.034667968750 0.121093750000 +0.187500000000 0.228515625000 0.255859375000 0.253906250000 +0.246093750000 0.221679687500 0.194335937500 0.166015625000 +0.143554687500 0.131835937500 0.124511718750 0.125000000000 +0.129882812500 0.123046875000 0.116699218750 0.097656250000 +0.058105468750 0.003906250000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.027343750000 0.108886718750 +0.170898437500 0.220703125000 0.249023437500 0.246093750000 +0.232421875000 0.220703125000 0.191406250000 0.165039062500 +0.145507812500 0.127929687500 0.121093750000 0.126953125000 +0.128906250000 0.128906250000 0.122558593750 0.096191406250 +0.066894531250 0.023925781250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.006042480469 0.118164062500 +0.208007812500 0.291015625000 0.363281250000 0.402343750000 +0.417968750000 0.421875000000 0.390625000000 0.353515625000 +0.298828125000 0.241210937500 0.189453125000 0.141601562500 +0.105957031250 0.083496093750 0.081054687500 0.100585937500 +0.132812500000 0.179687500000 0.238281250000 0.285156250000 +0.328125000000 0.351562500000 0.345703125000 0.316406250000 +0.261718750000 0.173828125000 0.072265625000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.037597656250 0.094726562500 +0.119628906250 0.114257812500 0.070312500000 0.002532958984 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.095214843750 +0.185546875000 0.255859375000 0.304687500000 0.324218750000 +0.318359375000 0.289062500000 0.239257812500 0.168945312500 +0.081054687500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.030273437500 0.110839843750 +0.178710937500 0.224609375000 0.253906250000 0.263671875000 +0.255859375000 0.236328125000 0.207031250000 0.172851562500 +0.140625000000 0.110839843750 0.093261718750 0.082519531250 +0.078125000000 0.082031250000 0.096191406250 0.116210937500 +0.142578125000 0.162109375000 0.179687500000 0.190429687500 +0.194335937500 0.188476562500 0.169921875000 0.134765625000 +0.085937500000 0.024536132812 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.096679687500 0.176757812500 0.226562500000 +0.249023437500 0.253906250000 0.247070312500 0.220703125000 +0.193359375000 0.178710937500 0.166015625000 0.166992187500 +0.182617187500 0.211914062500 0.241210937500 0.279296875000 +0.308593750000 0.324218750000 0.320312500000 0.291015625000 +0.236328125000 0.168945312500 0.073730468750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.004516601562 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.044433593750 0.120117187500 0.157226562500 +0.155273437500 0.109375000000 0.036621093750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.035156250000 0.043212890625 0.025268554688 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.027343750000 0.040527343750 +0.010559082031 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.074707031250 0.181640625000 0.269531250000 +0.333984375000 0.378906250000 0.400390625000 0.398437500000 +0.384765625000 0.363281250000 0.326171875000 0.296875000000 +0.271484375000 0.241210937500 0.225585937500 0.205078125000 +0.178710937500 0.149414062500 0.113281250000 0.067382812500 +0.020751953125 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.064941406250 +0.180664062500 0.285156250000 0.359375000000 0.417968750000 +0.435546875000 0.416015625000 0.371093750000 0.292968750000 +0.186523437500 0.062255859375 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.031738281250 0.123535156250 +0.192382812500 0.245117187500 0.275390625000 0.294921875000 +0.275390625000 0.239257812500 0.186523437500 0.110351562500 +0.014404296875 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.056396484375 0.081542968750 0.078125000000 +0.034912109375 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.130859375000 0.259765625000 +0.367187500000 0.443359375000 0.484375000000 0.492187500000 +0.470703125000 0.406250000000 0.322265625000 0.214843750000 +0.091796875000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.051025390625 0.082519531250 0.084960937500 +0.040283203125 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.015502929688 +0.025024414062 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.041503906250 0.122558593750 0.165039062500 0.174804687500 +0.138671875000 0.069824218750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.020385742188 0.087402343750 +0.151367187500 0.191406250000 0.211914062500 0.223632812500 +0.228515625000 0.219726562500 0.207031250000 0.204101562500 +0.204101562500 0.203125000000 0.213867187500 0.232421875000 +0.255859375000 0.279296875000 0.308593750000 0.339843750000 +0.361328125000 0.375000000000 0.390625000000 0.390625000000 +0.365234375000 0.326171875000 0.269531250000 0.186523437500 +0.087402343750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.067871093750 0.183593750000 0.277343750000 +0.365234375000 0.421875000000 0.453125000000 0.460937500000 +0.435546875000 0.382812500000 0.304687500000 0.203125000000 +0.085937500000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.009094238281 0.103515625000 +0.183593750000 0.257812500000 0.314453125000 0.347656250000 +0.371093750000 0.369140625000 0.351562500000 0.326171875000 +0.294921875000 0.265625000000 0.228515625000 0.187500000000 +0.161132812500 0.132812500000 0.111816406250 0.096191406250 +0.086425781250 0.084472656250 0.091308593750 0.101562500000 +0.128906250000 0.165039062500 0.201171875000 0.250000000000 +0.300781250000 0.339843750000 0.376953125000 0.394531250000 +0.384765625000 0.353515625000 0.287109375000 0.191406250000 +0.074707031250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.023193359375 0.121582031250 0.206054687500 +0.259765625000 0.283203125000 0.289062500000 0.271484375000 +0.241210937500 0.220703125000 0.204101562500 0.192382812500 +0.199218750000 0.210937500000 0.217773437500 0.225585937500 +0.224609375000 0.202148437500 0.159179687500 0.092773437500 +0.009826660156 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.027587890625 +0.024658203125 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.115234375000 0.211914062500 +0.289062500000 0.337890625000 0.365234375000 0.355468750000 +0.320312500000 0.267578125000 0.188476562500 0.097656250000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.021728515625 0.072753906250 0.092773437500 +0.084960937500 0.039306640625 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.106933593750 +0.235351562500 0.332031250000 0.406250000000 0.449218750000 +0.453125000000 0.423828125000 0.361328125000 0.261718750000 +0.133789062500 0.004547119141 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.035644531250 0.115722656250 0.192382812500 +0.247070312500 0.287109375000 0.306640625000 0.302734375000 +0.287109375000 0.246093750000 0.186523437500 0.110839843750 +0.024414062500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.064941406250 0.140625000000 +0.207031250000 0.255859375000 0.291015625000 0.308593750000 +0.316406250000 0.314453125000 0.318359375000 0.320312500000 +0.324218750000 0.330078125000 0.330078125000 0.324218750000 +0.308593750000 0.271484375000 0.223632812500 0.157226562500 +0.068359375000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.015625000000 0.083007812500 0.108398437500 0.100585937500 +0.059814453125 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.029052734375 0.093750000000 +0.149414062500 0.190429687500 0.208984375000 0.214843750000 +0.196289062500 0.166992187500 0.110351562500 0.049072265625 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.034179687500 0.098144531250 +0.150390625000 0.191406250000 0.214843750000 0.226562500000 +0.208007812500 0.165039062500 0.105468750000 0.020629882812 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.011474609375 0.071289062500 0.101562500000 0.104492187500 +0.074218750000 0.027343750000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.061035156250 0.087890625000 0.095214843750 0.074707031250 +0.025756835938 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.012268066406 +0.014648437500 0.017700195312 0.019287109375 0.016357421875 +0.006988525391 0.017700195312 0.041259765625 0.078613281250 +0.108886718750 0.140625000000 0.171875000000 0.186523437500 +0.170898437500 0.132812500000 0.070800781250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.002227783203 0.036865234375 +0.044921875000 0.038818359375 0.013305664062 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.050048828125 0.076660156250 0.082519531250 0.062988281250 +0.015991210938 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.056640625000 0.096679687500 0.111328125000 0.088378906250 +0.040039062500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.003112792969 0.023193359375 0.027709960938 0.031250000000 +0.027099609375 0.023315429688 0.028686523438 0.016235351562 +0.014526367188 0.010742187500 0.008850097656 0.014099121094 +0.003005981445 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.055419921875 +0.086914062500 0.086914062500 0.040039062500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.023315429688 0.036132812500 0.040283203125 0.039062500000 +0.039794921875 0.041259765625 0.041259765625 0.034423828125 +0.038818359375 0.043945312500 0.044433593750 0.029663085938 +0.011413574219 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.006958007812 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.036621093750 0.083984375000 +0.089843750000 0.060302734375 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.051513671875 0.067382812500 0.066894531250 0.010498046875 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.026611328125 0.070800781250 0.103515625000 +0.134765625000 0.157226562500 0.162109375000 0.148437500000 +0.121093750000 0.085937500000 0.027343750000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.015075683594 0.025512695312 0.034912109375 0.038574218750 +0.025878906250 0.012512207031 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.007568359375 0.035644531250 0.044677734375 0.039306640625 +0.022216796875 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.021606445312 0.043701171875 0.068847656250 +0.097656250000 0.110839843750 0.126953125000 0.121582031250 +0.111816406250 0.085937500000 0.044433593750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.003433227539 0.003753662109 +0.012329101562 0.002273559570 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.002563476562 0.000629425049 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.034179687500 +0.072265625000 0.078125000000 0.042480468750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.007049560547 0.093261718750 0.158203125000 +0.205078125000 0.226562500000 0.229492187500 0.196289062500 +0.141601562500 0.069824218750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.045898437500 0.083496093750 +0.104492187500 0.102050781250 0.085937500000 0.060546875000 +0.024414062500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.046386718750 +0.092773437500 0.126953125000 0.147460937500 0.139648437500 +0.114746093750 0.059570312500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.006591796875 0.085449218750 0.141601562500 +0.172851562500 0.180664062500 0.158203125000 0.118164062500 +0.057373046875 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.040039062500 0.056640625000 0.034179687500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.023681640625 +0.054931640625 0.051757812500 0.015625000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.002182006836 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.038330078125 +0.066894531250 0.060791015625 0.038818359375 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.005096435547 0.017211914062 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.038085937500 0.076171875000 +0.099609375000 0.115722656250 0.107421875000 0.093261718750 +0.065429687500 0.031982421875 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000606536865 0.046142578125 0.076660156250 +0.099121093750 0.110839843750 0.110839843750 0.090820312500 +0.060302734375 0.024169921875 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.012329101562 0.026489257812 0.014038085938 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.023681640625 0.051025390625 +0.053710937500 0.046142578125 0.036376953125 0.019042968750 +0.013488769531 0.000167846680 0.000000000000 0.000000000000 +0.002273559570 0.003326416016 0.010986328125 0.015502929688 +0.014038085938 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.031250000000 0.082031250000 +0.100585937500 0.124511718750 0.128906250000 0.116699218750 +0.114257812500 0.106445312500 0.097656250000 0.093261718750 +0.096191406250 0.094726562500 0.094238281250 0.091308593750 +0.087402343750 0.064941406250 0.034667968750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.037597656250 0.100097656250 0.156250000000 0.196289062500 +0.213867187500 0.221679687500 0.208007812500 0.163085937500 +0.088378906250 0.000459671021 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.005828857422 0.049560546875 +0.083007812500 0.090332031250 0.087890625000 0.078125000000 +0.064453125000 0.045898437500 0.030517578125 0.017700195312 +0.017333984375 0.018920898438 0.031982421875 0.051025390625 +0.069824218750 0.089843750000 0.083007812500 0.081054687500 +0.054199218750 0.010803222656 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.002731323242 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.044921875000 0.078125000000 0.100097656250 0.107910156250 +0.095703125000 0.077148437500 0.057128906250 0.031982421875 +0.018066406250 0.012512207031 0.014221191406 0.027954101562 +0.052490234375 0.063476562500 0.077636718750 0.082031250000 +0.071289062500 0.044677734375 0.015563964844 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.047607421875 0.087890625000 +0.095214843750 0.079589843750 0.031982421875 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.004547119141 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.062988281250 0.132812500000 0.179687500000 0.205078125000 +0.208984375000 0.195312500000 0.173828125000 0.137695312500 +0.097656250000 0.055908203125 0.020874023438 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.001640319824 0.004455566406 0.003906250000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.028198242188 0.077636718750 +0.091796875000 0.077148437500 0.041015625000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.028930664062 +0.077636718750 0.100097656250 0.124023437500 0.116210937500 +0.094726562500 0.073730468750 0.043457031250 0.019042968750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.002273559570 0.015625000000 0.033447265625 0.050537109375 +0.066894531250 0.073730468750 0.076660156250 0.081054687500 +0.079589843750 0.079101562500 0.074218750000 0.081542968750 +0.094726562500 0.109375000000 0.133789062500 0.147460937500 +0.162109375000 0.159179687500 0.141601562500 0.112792968750 +0.065917968750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.075683593750 0.130859375000 0.174804687500 0.195312500000 +0.198242187500 0.182617187500 0.164062500000 0.138671875000 +0.111816406250 0.094726562500 0.083007812500 0.070800781250 +0.068359375000 0.061035156250 0.057861328125 0.064941406250 +0.056152343750 0.051025390625 0.041259765625 0.020629882812 +0.000953674316 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.051025390625 +0.102050781250 0.128906250000 0.150390625000 0.160156250000 +0.161132812500 0.144531250000 0.132812500000 0.117187500000 +0.111328125000 0.110839843750 0.103027343750 0.117187500000 +0.120117187500 0.116210937500 0.121582031250 0.103027343750 +0.070312500000 0.029907226562 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.036865234375 0.083984375000 +0.110351562500 0.108398437500 0.087402343750 0.040527343750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.021606445312 0.089355468750 0.119628906250 +0.135742187500 0.130859375000 0.097167968750 0.048583984375 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.042236328125 +0.075683593750 0.062988281250 0.022583007812 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.030151367188 0.047607421875 +0.048828125000 0.043212890625 0.026733398438 0.015441894531 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.018188476562 0.033447265625 0.047851562500 +0.065429687500 0.077636718750 0.081054687500 0.078125000000 +0.077636718750 0.061523437500 0.039550781250 0.008300781250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.042724609375 0.114257812500 0.157226562500 +0.203125000000 0.212890625000 0.196289062500 0.166015625000 +0.102539062500 0.018188476562 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.006042480469 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.031738281250 +0.072753906250 0.080078125000 0.060302734375 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.040527343750 +0.073242187500 0.075195312500 0.051757812500 0.004272460938 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.033447265625 +0.084472656250 0.114257812500 0.110351562500 0.080566406250 +0.014953613281 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.017700195312 0.079101562500 +0.109863281250 0.016967773438 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.006622314453 0.002349853516 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.074707031250 0.130859375000 0.165039062500 +0.188476562500 0.182617187500 0.158203125000 0.110839843750 +0.055419921875 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.014038085938 0.004516601562 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.017822265625 0.009033203125 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.039550781250 +0.062255859375 0.041748046875 0.000648498535 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.071289062500 0.138671875000 0.183593750000 0.203125000000 +0.208984375000 0.193359375000 0.171875000000 0.143554687500 +0.115722656250 0.085937500000 0.062988281250 0.051757812500 +0.036376953125 0.040283203125 0.040283203125 0.049560546875 +0.053710937500 0.060058593750 0.063964843750 0.072265625000 +0.083007812500 0.087402343750 0.091796875000 0.091308593750 +0.090820312500 0.096191406250 0.101074218750 0.107910156250 +0.102050781250 0.102050781250 0.111816406250 0.124511718750 +0.134765625000 0.143554687500 0.144531250000 0.135742187500 +0.128906250000 0.123535156250 0.100585937500 0.064941406250 +0.008972167969 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.072753906250 +0.145507812500 0.197265625000 0.234375000000 0.255859375000 +0.245117187500 0.222656250000 0.166992187500 0.098632812500 +0.017700195312 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.015563964844 +0.014953613281 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.083007812500 +0.178710937500 0.244140625000 0.281250000000 0.291015625000 +0.275390625000 0.239257812500 0.182617187500 0.104492187500 +0.023437500000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.010803222656 +0.068847656250 0.104980468750 0.134765625000 0.140625000000 +0.137695312500 0.124511718750 0.105468750000 0.089355468750 +0.077636718750 0.067382812500 0.059326171875 0.059326171875 +0.069335937500 0.082031250000 0.099121093750 0.119628906250 +0.140625000000 0.160156250000 0.164062500000 0.154296875000 +0.149414062500 0.124511718750 0.092285156250 0.046142578125 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.054687500000 0.094726562500 +0.090332031250 0.065429687500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.010864257812 0.076171875000 +0.128906250000 0.173828125000 0.206054687500 0.221679687500 +0.220703125000 0.209960937500 0.185546875000 0.145507812500 +0.084960937500 0.021240234375 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.006622314453 +0.004608154297 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.038818359375 +0.098632812500 0.141601562500 0.173828125000 0.195312500000 +0.200195312500 0.195312500000 0.179687500000 0.173828125000 +0.169921875000 0.168945312500 0.166015625000 0.155273437500 +0.138671875000 0.115234375000 0.073242187500 0.024414062500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.024169921875 +0.076171875000 0.115234375000 0.144531250000 0.165039062500 +0.172851562500 0.168945312500 0.166992187500 0.165039062500 +0.167968750000 0.171875000000 0.180664062500 0.179687500000 +0.172851562500 0.156250000000 0.129882812500 0.098144531250 +0.048828125000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.043457031250 +0.088867187500 0.123535156250 0.141601562500 0.149414062500 +0.157226562500 0.157226562500 0.165039062500 0.161132812500 +0.161132812500 0.156250000000 0.155273437500 0.151367187500 +0.139648437500 0.122070312500 0.087402343750 0.049316406250 +0.000770568848 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.035156250000 0.053710937500 0.068359375000 0.084960937500 +0.092285156250 0.101074218750 0.110351562500 0.124023437500 +0.136718750000 0.153320312500 0.168945312500 0.180664062500 +0.190429687500 0.175781250000 0.154296875000 0.114257812500 +0.055908203125 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.009887695312 0.035644531250 0.038330078125 +0.002349853516 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.011718750000 0.042968750000 +0.047851562500 0.011840820312 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.024902343750 0.037597656250 +0.013671875000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.017211914062 0.057373046875 +0.069824218750 0.040771484375 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.027954101562 0.070312500000 0.107910156250 0.135742187500 +0.160156250000 0.176757812500 0.188476562500 0.188476562500 +0.176757812500 0.155273437500 0.124511718750 0.096679687500 +0.063476562500 0.039306640625 0.030151367188 0.020019531250 +0.023193359375 0.035156250000 0.059570312500 0.088378906250 +0.111328125000 0.138671875000 0.152343750000 0.165039062500 +0.160156250000 0.150390625000 0.131835937500 0.110351562500 +0.078125000000 0.055419921875 0.042236328125 0.042480468750 +0.051269531250 0.067382812500 0.076171875000 0.086914062500 +0.099121093750 0.104980468750 0.109863281250 0.090332031250 +0.056640625000 0.007324218750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.022705078125 0.049560546875 +0.043945312500 0.007171630859 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.040527343750 0.099121093750 0.125976562500 +0.125976562500 0.090332031250 0.024291992188 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.058105468750 +0.095703125000 0.093750000000 0.064453125000 0.003311157227 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.045898437500 +0.146484375000 0.228515625000 0.294921875000 0.339843750000 +0.363281250000 0.361328125000 0.332031250000 0.285156250000 +0.225585937500 0.143554687500 0.054931640625 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.036132812500 0.103515625000 0.140625000000 +0.146484375000 0.122558593750 0.075195312500 0.003280639648 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.066894531250 0.107910156250 +0.124023437500 0.109375000000 0.064453125000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.005767822266 0.070800781250 0.111816406250 +0.132812500000 0.121093750000 0.081054687500 0.012207031250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.031005859375 0.098144531250 0.133789062500 +0.133789062500 0.101074218750 0.038574218750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.019042968750 0.087890625000 +0.129882812500 0.142578125000 0.115234375000 0.053710937500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.041992187500 0.098632812500 0.130859375000 +0.137695312500 0.120605468750 0.072265625000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.011535644531 0.075683593750 0.105957031250 +0.107910156250 0.080566406250 0.031127929688 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.079101562500 +0.170898437500 0.242187500000 0.291015625000 0.320312500000 +0.335937500000 0.326171875000 0.318359375000 0.298828125000 +0.271484375000 0.250000000000 0.224609375000 0.211914062500 +0.205078125000 0.195312500000 0.195312500000 0.195312500000 +0.200195312500 0.205078125000 0.212890625000 0.216796875000 +0.215820312500 0.220703125000 0.223632812500 0.228515625000 +0.233398437500 0.227539062500 0.224609375000 0.226562500000 +0.226562500000 0.235351562500 0.240234375000 0.253906250000 +0.269531250000 0.291015625000 0.308593750000 0.326171875000 +0.324218750000 0.298828125000 0.255859375000 0.193359375000 +0.119628906250 0.026245117188 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.037109375000 0.139648437500 0.236328125000 +0.312500000000 0.369140625000 0.404296875000 0.414062500000 +0.398437500000 0.361328125000 0.294921875000 0.207031250000 +0.092773437500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.063964843750 0.107421875000 0.115234375000 +0.090332031250 0.028808593750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.032958984375 0.090332031250 0.123535156250 +0.115722656250 0.074707031250 0.005737304688 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.066894531250 0.181640625000 +0.273437500000 0.353515625000 0.402343750000 0.425781250000 +0.414062500000 0.371093750000 0.306640625000 0.220703125000 +0.114257812500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.005462646484 0.106445312500 0.192382812500 +0.255859375000 0.300781250000 0.322265625000 0.322265625000 +0.310546875000 0.287109375000 0.265625000000 0.239257812500 +0.213867187500 0.190429687500 0.183593750000 0.180664062500 +0.187500000000 0.202148437500 0.224609375000 0.257812500000 +0.283203125000 0.304687500000 0.318359375000 0.332031250000 +0.330078125000 0.310546875000 0.271484375000 0.214843750000 +0.142578125000 0.052978515625 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.073730468750 0.118652343750 0.145507812500 +0.135742187500 0.103027343750 0.045410156250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.079101562500 0.169921875000 0.250000000000 +0.304687500000 0.343750000000 0.363281250000 0.367187500000 +0.353515625000 0.318359375000 0.265625000000 0.197265625000 +0.117675781250 0.036621093750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.056640625000 0.115722656250 0.143554687500 0.139648437500 +0.092773437500 0.020874023438 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.066894531250 0.130859375000 0.166015625000 +0.169921875000 0.133789062500 0.068847656250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.019165039062 +0.099609375000 0.153320312500 0.174804687500 0.158203125000 +0.106933593750 0.031494140625 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.058593750000 0.112792968750 0.124023437500 +0.105957031250 0.056152343750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.066406250000 0.149414062500 +0.212890625000 0.259765625000 0.283203125000 0.289062500000 +0.279296875000 0.271484375000 0.267578125000 0.263671875000 +0.265625000000 0.273437500000 0.283203125000 0.291015625000 +0.289062500000 0.261718750000 0.223632812500 0.156250000000 +0.072265625000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.019531250000 0.111328125000 0.185546875000 +0.241210937500 0.275390625000 0.294921875000 0.296875000000 +0.285156250000 0.275390625000 0.263671875000 0.251953125000 +0.251953125000 0.253906250000 0.259765625000 0.263671875000 +0.255859375000 0.244140625000 0.215820312500 0.169921875000 +0.102050781250 0.024169921875 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.066894531250 0.141601562500 0.196289062500 +0.231445312500 0.251953125000 0.267578125000 0.265625000000 +0.259765625000 0.245117187500 0.233398437500 0.235351562500 +0.242187500000 0.250000000000 0.263671875000 0.259765625000 +0.259765625000 0.250000000000 0.222656250000 0.181640625000 +0.117187500000 0.047607421875 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.006713867188 0.084472656250 0.152343750000 0.199218750000 +0.235351562500 0.263671875000 0.277343750000 0.283203125000 +0.277343750000 0.273437500000 0.273437500000 0.273437500000 +0.279296875000 0.287109375000 0.298828125000 0.304687500000 +0.302734375000 0.289062500000 0.257812500000 0.207031250000 +0.141601562500 0.065917968750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.048828125000 0.121093750000 0.166992187500 0.174804687500 +0.149414062500 0.094238281250 0.013977050781 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.009765625000 0.074707031250 0.105468750000 0.102539062500 +0.060791015625 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.036621093750 0.097167968750 0.115722656250 +0.096191406250 0.046386718750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000984191895 0.075683593750 0.117675781250 +0.128906250000 0.105957031250 0.049804687500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.075683593750 0.134765625000 0.163085937500 0.154296875000 +0.112792968750 0.047119140625 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.062988281250 0.128906250000 0.166992187500 +0.173828125000 0.140625000000 0.080078125000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.010253906250 0.096191406250 0.167968750000 0.218750000000 +0.259765625000 0.281250000000 0.291015625000 0.287109375000 +0.277343750000 0.261718750000 0.247070312500 0.238281250000 +0.232421875000 0.226562500000 0.222656250000 0.226562500000 +0.232421875000 0.235351562500 0.237304687500 0.237304687500 +0.237304687500 0.239257812500 0.233398437500 0.225585937500 +0.225585937500 0.223632812500 0.220703125000 0.216796875000 +0.216796875000 0.216796875000 0.218750000000 0.218750000000 +0.227539062500 0.236328125000 0.242187500000 0.251953125000 +0.263671875000 0.281250000000 0.291015625000 0.296875000000 +0.294921875000 0.277343750000 0.244140625000 0.204101562500 +0.156250000000 0.090820312500 0.011169433594 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.050537109375 0.119140625000 0.160156250000 0.176757812500 +0.160156250000 0.120605468750 0.048339843750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.062500000000 0.197265625000 0.118164062500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.026977539062 +0.133789062500 0.207031250000 0.236328125000 0.220703125000 +0.157226562500 0.061767578125 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.006591796875 +0.137695312500 0.224609375000 0.271484375000 0.265625000000 +0.198242187500 0.089843750000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.054687500000 +0.177734375000 0.267578125000 0.320312500000 0.347656250000 +0.359375000000 0.339843750000 0.300781250000 0.263671875000 +0.209960937500 0.146484375000 0.084960937500 0.015991210938 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.062988281250 0.153320312500 0.218750000000 0.253906250000 +0.263671875000 0.243164062500 0.197265625000 0.128906250000 +0.049804687500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.084960937500 0.189453125000 0.253906250000 +0.291015625000 0.283203125000 0.245117187500 0.177734375000 +0.089355468750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.103027343750 0.197265625000 0.248046875000 +0.251953125000 0.226562500000 0.160156250000 0.084472656250 +0.002655029297 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.068359375000 +0.158203125000 0.220703125000 0.241210937500 0.228515625000 +0.174804687500 0.092773437500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.079101562500 0.182617187500 0.257812500000 +0.308593750000 0.326171875000 0.306640625000 0.247070312500 +0.166992187500 0.059570312500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.067382812500 0.179687500000 0.261718750000 +0.302734375000 0.306640625000 0.273437500000 0.209960937500 +0.123046875000 0.020507812500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.090820312500 0.206054687500 0.275390625000 0.294921875000 +0.248046875000 0.142578125000 0.010620117188 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.016723632812 0.067382812500 +0.113281250000 0.147460937500 0.172851562500 0.191406250000 +0.195312500000 0.180664062500 0.157226562500 0.131835937500 +0.088378906250 0.033935546875 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.051513671875 0.111816406250 0.157226562500 0.195312500000 +0.219726562500 0.226562500000 0.215820312500 0.183593750000 +0.125976562500 0.042480468750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.093750000000 0.201171875000 +0.275390625000 0.302734375000 0.267578125000 0.181640625000 +0.052246093750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.033447265625 0.158203125000 0.250000000000 +0.300781250000 0.304687500000 0.285156250000 0.238281250000 +0.165039062500 0.072753906250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.032470703125 0.061279296875 0.088378906250 0.107910156250 +0.125976562500 0.134765625000 0.140625000000 0.151367187500 +0.154296875000 0.146484375000 0.131835937500 0.105957031250 +0.084960937500 0.054687500000 0.018798828125 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.047119140625 +0.175781250000 0.261718750000 0.306640625000 0.279296875000 +0.208007812500 0.086914062500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000663757324 +0.122070312500 0.205078125000 0.247070312500 0.248046875000 +0.202148437500 0.121582031250 0.022705078125 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.027465820312 0.124023437500 +0.189453125000 0.227539062500 0.228515625000 0.193359375000 +0.131835937500 0.047363281250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.025756835938 0.112304687500 0.193359375000 +0.275390625000 0.345703125000 0.392578125000 0.417968750000 +0.406250000000 0.367187500000 0.285156250000 0.176757812500 +0.045654296875 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.045410156250 +0.183593750000 0.283203125000 0.308593750000 0.267578125000 +0.170898437500 0.038574218750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.070800781250 0.110839843750 0.115234375000 0.083984375000 +0.019165039062 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.109863281250 0.189453125000 0.214843750000 0.191406250000 +0.115234375000 0.011962890625 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.016479492188 0.132812500000 +0.229492187500 0.287109375000 0.294921875000 0.251953125000 +0.161132812500 0.031738281250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.066406250000 +0.114746093750 0.133789062500 0.116699218750 0.076171875000 +0.013671875000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.026245117188 +0.085449218750 0.115722656250 0.119628906250 0.087402343750 +0.031982421875 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.013488769531 +0.115234375000 0.206054687500 0.271484375000 0.314453125000 +0.322265625000 0.306640625000 0.251953125000 0.179687500000 +0.078613281250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.072265625000 0.179687500000 0.244140625000 0.261718750000 +0.248046875000 0.195312500000 0.127929687500 0.041259765625 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.016479492188 0.031738281250 0.049072265625 0.053710937500 +0.056884765625 0.048095703125 0.026977539062 0.018676757812 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000717163086 0.024291992188 +0.035888671875 0.066406250000 0.066406250000 0.061523437500 +0.038818359375 0.012695312500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.006164550781 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.008117675781 +0.042724609375 0.059082031250 0.077636718750 0.076171875000 +0.058105468750 0.055664062500 0.035156250000 0.012756347656 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.010314941406 0.029296875000 0.028320312500 0.047851562500 +0.055664062500 0.054931640625 0.068847656250 0.063476562500 +0.067871093750 0.072265625000 0.058349609375 0.052978515625 +0.034423828125 0.003234863281 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.002609252930 +0.026123046875 0.048583984375 0.058593750000 0.067871093750 +0.064941406250 0.060302734375 0.061035156250 0.047851562500 +0.041259765625 0.039794921875 0.030639648438 0.034179687500 +0.027465820312 0.016601562500 0.014282226562 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.012023925781 +0.025756835938 0.037109375000 0.053466796875 0.052490234375 +0.056396484375 0.064453125000 0.052734375000 0.060546875000 +0.057617187500 0.049072265625 0.059570312500 0.047119140625 +0.030029296875 0.014221191406 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.033691406250 +0.076171875000 0.102539062500 0.107910156250 0.099609375000 +0.078613281250 0.035156250000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.002578735352 0.074218750000 +0.139648437500 0.188476562500 0.228515625000 0.253906250000 +0.275390625000 0.281250000000 0.277343750000 0.269531250000 +0.250000000000 0.216796875000 0.179687500000 0.121582031250 +0.053710937500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.012023925781 0.085449218750 +0.148437500000 0.196289062500 0.228515625000 0.257812500000 +0.269531250000 0.275390625000 0.273437500000 0.257812500000 +0.236328125000 0.208984375000 0.166015625000 0.111328125000 +0.048095703125 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.016357421875 +0.012329101562 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.070800781250 0.155273437500 +0.213867187500 0.241210937500 0.238281250000 0.203125000000 +0.138671875000 0.049804687500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.019653320312 0.093261718750 +0.151367187500 0.186523437500 0.210937500000 0.215820312500 +0.211914062500 0.200195312500 0.188476562500 0.174804687500 +0.166015625000 0.162109375000 0.166992187500 0.178710937500 +0.191406250000 0.205078125000 0.216796875000 0.218750000000 +0.205078125000 0.177734375000 0.138671875000 0.087890625000 +0.022338867188 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.020263671875 +0.120605468750 0.214843750000 0.304687500000 0.376953125000 +0.441406250000 0.484375000000 0.507812500000 0.523437500000 +0.523437500000 0.507812500000 0.496093750000 0.472656250000 +0.451171875000 0.423828125000 0.390625000000 0.355468750000 +0.306640625000 0.250000000000 0.196289062500 0.121582031250 +0.045898437500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.075195312500 0.167968750000 0.263671875000 0.345703125000 +0.417968750000 0.482421875000 0.507812500000 0.507812500000 +0.476562500000 0.410156250000 0.314453125000 0.198242187500 +0.068847656250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.012145996094 0.025024414062 +0.017822265625 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.022094726562 0.083496093750 0.143554687500 +0.174804687500 0.197265625000 0.206054687500 0.196289062500 +0.185546875000 0.173828125000 0.160156250000 0.163085937500 +0.169921875000 0.192382812500 0.230468750000 0.281250000000 +0.332031250000 0.384765625000 0.427734375000 0.445312500000 +0.441406250000 0.404296875000 0.347656250000 0.259765625000 +0.154296875000 0.038574218750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.020385742188 0.045654296875 +0.052978515625 0.053466796875 0.041992187500 0.024414062500 +0.004119873047 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.003036499023 0.031738281250 0.066894531250 +0.097167968750 0.133789062500 0.159179687500 0.173828125000 +0.179687500000 0.178710937500 0.175781250000 0.170898437500 +0.175781250000 0.184570312500 0.211914062500 0.248046875000 +0.292968750000 0.337890625000 0.388671875000 0.425781250000 +0.449218750000 0.464843750000 0.451171875000 0.414062500000 +0.353515625000 0.279296875000 0.182617187500 0.082031250000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.014648437500 0.098144531250 0.166992187500 +0.214843750000 0.237304687500 0.231445312500 0.199218750000 +0.136718750000 0.048828125000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.062988281250 0.118164062500 0.144531250000 +0.152343750000 0.135742187500 0.097656250000 0.049072265625 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.037841796875 +0.148437500000 0.253906250000 0.351562500000 0.423828125000 +0.480468750000 0.511718750000 0.523437500000 0.507812500000 +0.468750000000 0.425781250000 0.367187500000 0.304687500000 +0.246093750000 0.192382812500 0.145507812500 0.104003906250 +0.077148437500 0.062500000000 0.051513671875 0.061767578125 +0.077636718750 0.099609375000 0.125976562500 0.161132812500 +0.188476562500 0.218750000000 0.240234375000 0.250000000000 +0.236328125000 0.212890625000 0.160156250000 0.088867187500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.029907226562 0.153320312500 +0.242187500000 0.294921875000 0.310546875000 0.279296875000 +0.209960937500 0.115722656250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.087402343750 +0.178710937500 0.250000000000 0.289062500000 0.302734375000 +0.292968750000 0.271484375000 0.233398437500 0.198242187500 +0.172851562500 0.156250000000 0.164062500000 0.185546875000 +0.220703125000 0.269531250000 0.316406250000 0.369140625000 +0.408203125000 0.435546875000 0.451171875000 0.460937500000 +0.455078125000 0.447265625000 0.431640625000 0.423828125000 +0.419921875000 0.423828125000 0.439453125000 0.458984375000 +0.478515625000 0.496093750000 0.496093750000 0.478515625000 +0.437500000000 0.373046875000 0.283203125000 0.177734375000 +0.058837890625 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.025512695312 +0.144531250000 0.253906250000 0.343750000000 0.417968750000 +0.462890625000 0.494140625000 0.503906250000 0.500000000000 +0.488281250000 0.470703125000 0.458984375000 0.445312500000 +0.435546875000 0.427734375000 0.416015625000 0.400390625000 +0.382812500000 0.357421875000 0.326171875000 0.283203125000 +0.243164062500 0.202148437500 0.161132812500 0.130859375000 +0.104980468750 0.092773437500 0.087890625000 0.090332031250 +0.102050781250 0.122558593750 0.138671875000 0.149414062500 +0.158203125000 0.150390625000 0.130859375000 0.090332031250 +0.038574218750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.109863281250 +0.215820312500 0.300781250000 0.367187500000 0.417968750000 +0.447265625000 0.464843750000 0.470703125000 0.466796875000 +0.460937500000 0.458984375000 0.460937500000 0.462890625000 +0.468750000000 0.468750000000 0.468750000000 0.453125000000 +0.429687500000 0.388671875000 0.324218750000 0.245117187500 +0.153320312500 0.041992187500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.050048828125 0.163085937500 +0.251953125000 0.318359375000 0.359375000000 0.365234375000 +0.345703125000 0.300781250000 0.234375000000 0.148437500000 +0.058593750000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.009948730469 0.097167968750 +0.167968750000 0.219726562500 0.251953125000 0.250000000000 +0.223632812500 0.172851562500 0.098632812500 0.009887695312 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.028076171875 0.126953125000 +0.201171875000 0.240234375000 0.249023437500 0.219726562500 +0.145507812500 0.055175781250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.027954101562 +0.078613281250 0.122070312500 0.149414062500 0.174804687500 +0.200195312500 0.225585937500 0.255859375000 0.287109375000 +0.318359375000 0.347656250000 0.373046875000 0.388671875000 +0.396484375000 0.388671875000 0.367187500000 0.335937500000 +0.302734375000 0.263671875000 0.224609375000 0.197265625000 +0.166015625000 0.149414062500 0.135742187500 0.122070312500 +0.103515625000 0.081542968750 0.047607421875 0.005889892578 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.028320312500 0.154296875000 +0.271484375000 0.376953125000 0.462890625000 0.515625000000 +0.527343750000 0.498046875000 0.427734375000 0.318359375000 +0.187500000000 0.038818359375 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.087890625000 0.165039062500 +0.216796875000 0.233398437500 0.213867187500 0.162109375000 +0.077148437500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.004272460938 0.102539062500 +0.195312500000 0.263671875000 0.298828125000 0.314453125000 +0.292968750000 0.242187500000 0.175781250000 0.101562500000 +0.025024414062 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.031738281250 0.100585937500 +0.165039062500 0.222656250000 0.259765625000 0.269531250000 +0.251953125000 0.214843750000 0.158203125000 0.088867187500 +0.025756835938 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.013427734375 0.088867187500 +0.161132812500 0.235351562500 0.291015625000 0.328125000000 +0.337890625000 0.316406250000 0.257812500000 0.178710937500 +0.074707031250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.026489257812 0.106933593750 0.170898437500 +0.209960937500 0.214843750000 0.193359375000 0.142578125000 +0.069335937500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.018554687500 0.133789062500 +0.234375000000 0.241210937500 0.181640625000 0.115722656250 +0.000000000000 0.000000000000 0.000000000000 0.090332031250 +0.084960937500 0.083984375000 0.075195312500 0.059082031250 +0.051269531250 0.041992187500 0.023437500000 0.005065917969 +0.000000000000 0.000000000000 0.004913330078 0.016113281250 +0.039062500000 0.062500000000 0.092773437500 0.119628906250 +0.147460937500 0.170898437500 0.176757812500 0.164062500000 +0.132812500000 0.083007812500 0.015258789062 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.011657714844 0.050537109375 0.074707031250 +0.084472656250 0.090332031250 0.082031250000 0.061523437500 +0.040771484375 0.024536132812 0.014648437500 0.003570556641 +0.003814697266 0.001724243164 0.013793945312 0.029663085938 +0.041992187500 0.056884765625 0.066406250000 0.077148437500 +0.083496093750 0.098632812500 0.108398437500 0.106933593750 +0.105957031250 0.104980468750 0.095703125000 0.088867187500 +0.075195312500 0.063964843750 0.052001953125 0.047363281250 +0.047851562500 0.047119140625 0.051757812500 0.059570312500 +0.070800781250 0.083984375000 0.092773437500 0.100585937500 +0.098632812500 0.086425781250 0.061523437500 0.026245117188 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.023925781250 0.060058593750 0.087402343750 +0.120117187500 0.142578125000 0.145507812500 0.133789062500 +0.120117187500 0.106445312500 0.072753906250 0.026977539062 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.014892578125 0.036376953125 0.041748046875 +0.045898437500 0.047607421875 0.051025390625 0.053955078125 +0.058105468750 0.076660156250 0.093750000000 0.115234375000 +0.139648437500 0.163085937500 0.178710937500 0.179687500000 +0.156250000000 0.122558593750 0.071289062500 0.008728027344 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.048095703125 0.100097656250 0.130859375000 +0.145507812500 0.150390625000 0.135742187500 0.107421875000 +0.082519531250 0.061767578125 0.041015625000 0.019775390625 +0.008361816406 0.011108398438 0.018798828125 0.027221679688 +0.037597656250 0.049804687500 0.060058593750 0.065429687500 +0.065429687500 0.064453125000 0.063476562500 0.061279296875 +0.055908203125 0.057128906250 0.068359375000 0.077148437500 +0.086914062500 0.100585937500 0.112304687500 0.111816406250 +0.094726562500 0.074707031250 0.036376953125 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.045166015625 0.091308593750 +0.129882812500 0.156250000000 0.161132812500 0.157226562500 +0.138671875000 0.107421875000 0.065917968750 0.014465332031 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.016479492188 0.034423828125 0.027587890625 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.032226562500 0.075195312500 +0.108886718750 0.128906250000 0.130859375000 0.118164062500 +0.095703125000 0.059326171875 0.012939453125 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.007110595703 0.052001953125 +0.067871093750 0.061523437500 0.028930664062 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.056396484375 0.124511718750 0.178710937500 0.211914062500 +0.221679687500 0.216796875000 0.196289062500 0.150390625000 +0.083007812500 0.017822265625 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.045410156250 0.116210937500 0.177734375000 0.213867187500 +0.233398437500 0.226562500000 0.195312500000 0.144531250000 +0.073730468750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.019775390625 +0.036376953125 0.031982421875 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.033935546875 0.085937500000 0.125000000000 +0.149414062500 0.149414062500 0.131835937500 0.097656250000 +0.049560546875 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.034912109375 0.118652343750 0.190429687500 0.242187500000 +0.275390625000 0.273437500000 0.255859375000 0.213867187500 +0.146484375000 0.068847656250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.006042480469 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.007232666016 0.066406250000 +0.102539062500 0.107910156250 0.083007812500 0.037109375000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.046875000000 0.094238281250 0.133789062500 +0.158203125000 0.166992187500 0.166015625000 0.149414062500 +0.109375000000 0.054687500000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.018432617188 0.082031250000 0.133789062500 0.170898437500 +0.195312500000 0.198242187500 0.184570312500 0.166992187500 +0.144531250000 0.115722656250 0.086425781250 0.063964843750 +0.039306640625 0.018554687500 0.013488769531 0.016723632812 +0.018798828125 0.024169921875 0.044677734375 0.070800781250 +0.092773437500 0.108398437500 0.117675781250 0.118652343750 +0.102539062500 0.078613281250 0.029785156250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.053710937500 +0.082519531250 0.091796875000 0.072753906250 0.028686523438 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.026367187500 +0.085449218750 0.135742187500 0.183593750000 0.221679687500 +0.235351562500 0.241210937500 0.227539062500 0.206054687500 +0.162109375000 0.103515625000 0.032470703125 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.057617187500 0.128906250000 0.191406250000 0.239257812500 +0.263671875000 0.273437500000 0.259765625000 0.226562500000 +0.165039062500 0.090332031250 0.006469726562 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.024291992188 0.079101562500 0.119140625000 +0.139648437500 0.143554687500 0.121093750000 0.078125000000 +0.020996093750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.023315429688 0.076660156250 +0.108886718750 0.124511718750 0.109863281250 0.070312500000 +0.016235351562 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.038085937500 0.096191406250 0.123535156250 +0.114746093750 0.085937500000 0.028076171875 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.051025390625 0.087890625000 0.092285156250 0.060058593750 +0.009521484375 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.020263671875 +0.025024414062 0.019531250000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.039062500000 +0.062988281250 0.063964843750 0.040039062500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.024169921875 0.043701171875 +0.059814453125 0.069335937500 0.085449218750 0.101074218750 +0.112792968750 0.125000000000 0.144531250000 0.160156250000 +0.162109375000 0.151367187500 0.127929687500 0.088378906250 +0.033203125000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.070312500000 0.110839843750 +0.115234375000 0.095214843750 0.039306640625 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.015441894531 0.080566406250 0.132812500000 +0.164062500000 0.180664062500 0.175781250000 0.158203125000 +0.122558593750 0.070312500000 0.005767822266 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.001708984375 0.033203125000 0.055664062500 +0.072753906250 0.080566406250 0.092285156250 0.088867187500 +0.087890625000 0.079101562500 0.080566406250 0.083007812500 +0.088378906250 0.093261718750 0.100097656250 0.117187500000 +0.133789062500 0.158203125000 0.179687500000 0.202148437500 +0.212890625000 0.214843750000 0.206054687500 0.182617187500 +0.146484375000 0.086914062500 0.005981445312 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000444412231 +0.057861328125 0.115234375000 0.149414062500 0.176757812500 +0.174804687500 0.145507812500 0.100097656250 0.036865234375 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.038574218750 0.099121093750 0.155273437500 +0.200195312500 0.239257812500 0.269531250000 0.298828125000 +0.314453125000 0.326171875000 0.326171875000 0.322265625000 +0.304687500000 0.279296875000 0.247070312500 0.201171875000 +0.144531250000 0.085937500000 0.013610839844 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.045410156250 0.105957031250 0.163085937500 +0.212890625000 0.247070312500 0.275390625000 0.296875000000 +0.314453125000 0.324218750000 0.328125000000 0.318359375000 +0.302734375000 0.279296875000 0.242187500000 0.197265625000 +0.142578125000 0.075195312500 0.002365112305 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.005584716797 +0.040527343750 0.079589843750 0.121093750000 0.156250000000 +0.187500000000 0.205078125000 0.214843750000 0.207031250000 +0.185546875000 0.158203125000 0.118164062500 0.072265625000 +0.030151367188 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.071289062500 0.153320312500 0.221679687500 +0.273437500000 0.300781250000 0.302734375000 0.281250000000 +0.234375000000 0.168945312500 0.086425781250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.054443359375 0.123535156250 0.179687500000 +0.223632812500 0.255859375000 0.277343750000 0.285156250000 +0.281250000000 0.271484375000 0.253906250000 0.239257812500 +0.226562500000 0.221679687500 0.221679687500 0.227539062500 +0.235351562500 0.249023437500 0.267578125000 0.279296875000 +0.281250000000 0.269531250000 0.240234375000 0.195312500000 +0.134765625000 0.063964843750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.010253906250 0.092773437500 0.162109375000 0.222656250000 +0.261718750000 0.281250000000 0.275390625000 0.261718750000 +0.227539062500 0.186523437500 0.148437500000 0.107910156250 +0.072753906250 0.046142578125 0.025024414062 0.012817382812 +0.002365112305 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.034179687500 0.066894531250 0.092285156250 +0.111328125000 0.112792968750 0.102539062500 0.074218750000 +0.031494140625 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.019042968750 0.088867187500 0.148437500000 0.197265625000 +0.228515625000 0.245117187500 0.237304687500 0.213867187500 +0.174804687500 0.127929687500 0.072265625000 0.014221191406 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.009399414062 0.035400390625 +0.060546875000 0.087402343750 0.123535156250 0.150390625000 +0.179687500000 0.204101562500 0.224609375000 0.237304687500 +0.241210937500 0.231445312500 0.204101562500 0.167968750000 +0.118164062500 0.068359375000 0.014892578125 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.024780273438 0.077636718750 +0.118164062500 0.144531250000 0.152343750000 0.137695312500 +0.105957031250 0.053955078125 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.009460449219 0.044921875000 +0.077636718750 0.106445312500 0.131835937500 0.158203125000 +0.177734375000 0.199218750000 0.217773437500 0.234375000000 +0.242187500000 0.243164062500 0.226562500000 0.196289062500 +0.161132812500 0.113769531250 0.055908203125 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.011535644531 0.008361816406 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.053710937500 +0.115722656250 0.169921875000 0.217773437500 0.248046875000 +0.261718750000 0.257812500000 0.222656250000 0.168945312500 +0.095703125000 0.014160156250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.006011962891 +0.068359375000 0.105957031250 0.131835937500 0.132812500000 +0.113769531250 0.086914062500 0.046386718750 0.012084960938 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.014770507812 0.046386718750 0.079101562500 +0.104980468750 0.123046875000 0.125976562500 0.121093750000 +0.104492187500 0.083496093750 0.057373046875 0.031494140625 +0.010131835938 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.006500244141 0.031250000000 0.064941406250 +0.103515625000 0.141601562500 0.187500000000 0.224609375000 +0.257812500000 0.283203125000 0.300781250000 0.302734375000 +0.296875000000 0.271484375000 0.233398437500 0.173828125000 +0.109375000000 0.028930664062 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.016479492188 +0.081054687500 0.127929687500 0.159179687500 0.163085937500 +0.146484375000 0.115234375000 0.064453125000 0.008972167969 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.028930664062 0.072265625000 0.100097656250 0.115722656250 +0.124023437500 0.118652343750 0.109863281250 0.099121093750 +0.094726562500 0.092285156250 0.099121093750 0.110839843750 +0.125976562500 0.150390625000 0.172851562500 0.194335937500 +0.208984375000 0.208984375000 0.206054687500 0.187500000000 +0.161132812500 0.132812500000 0.101074218750 0.069824218750 +0.046630859375 0.024536132812 0.013366699219 0.007324218750 +0.014404296875 0.030151367188 0.045898437500 0.062500000000 +0.070312500000 0.068847656250 0.064453125000 0.043457031250 +0.015441894531 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.030883789062 0.078125000000 0.113769531250 +0.136718750000 0.147460937500 0.149414062500 0.134765625000 +0.120605468750 0.098632812500 0.075683593750 0.053710937500 +0.037841796875 0.027465820312 0.019287109375 0.015869140625 +0.011352539062 0.006866455078 0.005584716797 0.004119873047 +0.004699707031 0.008178710938 0.006103515625 0.011413574219 +0.019165039062 0.033203125000 0.056396484375 0.083007812500 +0.115234375000 0.147460937500 0.181640625000 0.210937500000 +0.239257812500 0.257812500000 0.267578125000 0.269531250000 +0.255859375000 0.232421875000 0.193359375000 0.151367187500 +0.099609375000 0.044677734375 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.024047851562 +0.060546875000 0.092773437500 0.116210937500 0.132812500000 +0.134765625000 0.130859375000 0.124023437500 0.105957031250 +0.092773437500 0.075195312500 0.059326171875 0.050537109375 +0.041992187500 0.039306640625 0.043701171875 0.047607421875 +0.050537109375 0.054931640625 0.048095703125 0.040039062500 +0.025024414062 0.001068115234 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.009216308594 0.058349609375 +0.097167968750 0.127929687500 0.150390625000 0.154296875000 +0.146484375000 0.125000000000 0.085449218750 0.037597656250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.030273437500 0.084472656250 +0.120605468750 0.141601562500 0.143554687500 0.121582031250 +0.094238281250 0.056884765625 0.008666992188 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.053955078125 0.115234375000 +0.178710937500 0.234375000000 0.279296875000 0.312500000000 +0.332031250000 0.333984375000 0.318359375000 0.287109375000 +0.243164062500 0.190429687500 0.132812500000 0.077636718750 +0.023315429688 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000667572021 +0.034912109375 0.069335937500 0.097656250000 0.108886718750 +0.102539062500 0.083496093750 0.042968750000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.002029418945 0.075683593750 0.138671875000 +0.198242187500 0.243164062500 0.273437500000 0.291015625000 +0.298828125000 0.298828125000 0.296875000000 0.287109375000 +0.275390625000 0.261718750000 0.242187500000 0.222656250000 +0.201171875000 0.174804687500 0.148437500000 0.127929687500 +0.105468750000 0.089843750000 0.080078125000 0.080566406250 +0.087402343750 0.102050781250 0.121093750000 0.131835937500 +0.142578125000 0.138671875000 0.125000000000 0.097167968750 +0.053710937500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.083984375000 0.170898437500 0.246093750000 0.298828125000 +0.330078125000 0.337890625000 0.314453125000 0.263671875000 +0.194335937500 0.109375000000 0.015869140625 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.079589843750 0.157226562500 0.222656250000 +0.265625000000 0.285156250000 0.275390625000 0.239257812500 +0.176757812500 0.096191406250 0.005218505859 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.030395507812 +0.067871093750 0.094726562500 0.100585937500 0.092773437500 +0.070800781250 0.041992187500 0.014526367188 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.028198242188 0.065917968750 0.095214843750 0.115722656250 +0.118652343750 0.099121093750 0.065429687500 0.008544921875 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.026000976562 0.037841796875 0.024902343750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.031738281250 0.056396484375 0.058593750000 0.038330078125 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.059814453125 0.135742187500 0.205078125000 0.250000000000 +0.281250000000 0.281250000000 0.265625000000 0.225585937500 +0.163085937500 0.087402343750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.020019531250 +0.065429687500 0.108398437500 0.138671875000 0.157226562500 +0.157226562500 0.088867187500 0.008483886719 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.015380859375 0.034423828125 0.054199218750 +0.069335937500 0.088378906250 0.104980468750 0.122070312500 +0.130859375000 0.143554687500 0.134765625000 0.134765625000 +0.126953125000 0.105468750000 0.097656250000 0.077636718750 +0.052001953125 0.034423828125 0.011962890625 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.012512207031 0.029418945312 0.041992187500 +0.070312500000 0.088378906250 0.113769531250 0.133789062500 +0.144531250000 0.152343750000 0.155273437500 0.154296875000 +0.141601562500 0.106445312500 0.060546875000 0.029052734375 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.023071289062 0.052001953125 0.068847656250 0.076660156250 +0.082031250000 0.069824218750 0.055175781250 0.028076171875 +0.005950927734 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.009887695312 0.040283203125 0.055908203125 +0.063964843750 0.069335937500 0.055664062500 0.040283203125 +0.016601562500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.014587402344 0.035400390625 0.061279296875 0.072753906250 +0.078125000000 0.070312500000 0.069824218750 0.060791015625 +0.046142578125 0.030517578125 0.011230468750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.009277343750 0.022583007812 +0.041259765625 0.058349609375 0.078125000000 0.093750000000 +0.097167968750 0.085449218750 0.065429687500 0.041503906250 +0.010437011719 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.022949218750 0.067382812500 0.105468750000 +0.129882812500 0.141601562500 0.149414062500 0.150390625000 +0.128906250000 0.105957031250 0.082519531250 0.049072265625 +0.015563964844 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.002929687500 0.007873535156 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.011413574219 0.033203125000 0.052490234375 +0.078613281250 0.093750000000 0.104492187500 0.110839843750 +0.124511718750 0.134765625000 0.146484375000 0.158203125000 +0.151367187500 0.151367187500 0.150390625000 0.126953125000 +0.108886718750 0.088378906250 0.047119140625 0.008850097656 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.001922607422 0.036865234375 0.068359375000 +0.102539062500 0.124023437500 0.128906250000 0.138671875000 +0.143554687500 0.141601562500 0.146484375000 0.148437500000 +0.132812500000 0.130859375000 0.118652343750 0.101562500000 +0.095703125000 0.078613281250 0.056640625000 0.030761718750 +0.001312255859 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.020263671875 0.046875000000 0.079101562500 +0.102539062500 0.110839843750 0.118164062500 0.131835937500 +0.126953125000 0.136718750000 0.142578125000 0.133789062500 +0.135742187500 0.137695312500 0.125000000000 0.128906250000 +0.111816406250 0.087402343750 0.068847656250 0.031738281250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.039306640625 0.064453125000 0.086914062500 +0.088378906250 0.091308593750 0.091796875000 0.083496093750 +0.067871093750 0.054199218750 0.037353515625 0.024536132812 +0.010070800781 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.004974365234 0.005706787109 0.001564025879 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.010192871094 +0.019287109375 0.017211914062 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.035400390625 0.061279296875 0.082519531250 +0.093261718750 0.084960937500 0.071289062500 0.057617187500 +0.046142578125 0.026977539062 0.024414062500 0.014343261719 +0.019409179688 0.032958984375 0.056640625000 0.074218750000 +0.096679687500 0.107421875000 0.110839843750 0.114257812500 +0.113281250000 0.091796875000 0.072753906250 0.053710937500 +0.033203125000 0.016235351562 0.006408691406 0.000000000000 +0.013488769531 0.022949218750 0.045898437500 0.060546875000 +0.093261718750 0.112304687500 0.135742187500 0.133789062500 +0.140625000000 0.121093750000 0.106445312500 0.081542968750 +0.056152343750 0.019409179688 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.095214843750 0.184570312500 0.296875000000 0.312500000000 +0.279296875000 0.239257812500 0.186523437500 0.138671875000 +0.089843750000 0.059814453125 0.037353515625 0.038085937500 +0.063476562500 0.104980468750 0.149414062500 0.211914062500 +0.269531250000 0.314453125000 0.351562500000 0.363281250000 +0.339843750000 0.294921875000 0.215820312500 0.117187500000 +0.015197753906 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.027709960938 +0.100097656250 0.169921875000 0.221679687500 0.249023437500 +0.259765625000 0.249023437500 0.233398437500 0.206054687500 +0.168945312500 0.128906250000 0.100097656250 0.070800781250 +0.042724609375 0.036376953125 0.030151367188 0.028808593750 +0.039550781250 0.059326171875 0.074707031250 0.100585937500 +0.129882812500 0.155273437500 0.189453125000 0.222656250000 +0.253906250000 0.287109375000 0.310546875000 0.326171875000 +0.337890625000 0.339843750000 0.326171875000 0.306640625000 +0.287109375000 0.251953125000 0.215820312500 0.183593750000 +0.150390625000 0.121582031250 0.101074218750 0.087402343750 +0.074707031250 0.064941406250 0.059814453125 0.050537109375 +0.036132812500 0.019287109375 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.005096435547 0.064941406250 +0.110839843750 0.142578125000 0.156250000000 0.162109375000 +0.155273437500 0.150390625000 0.136718750000 0.124023437500 +0.112792968750 0.094238281250 0.081054687500 0.061523437500 +0.041503906250 0.017944335938 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.025634765625 0.082031250000 +0.115234375000 0.136718750000 0.141601562500 0.132812500000 +0.121093750000 0.102050781250 0.080566406250 0.073242187500 +0.071777343750 0.082031250000 0.105468750000 0.130859375000 +0.161132812500 0.197265625000 0.232421875000 0.249023437500 +0.265625000000 0.253906250000 0.226562500000 0.178710937500 +0.119140625000 0.047607421875 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.025390625000 0.111816406250 0.192382812500 0.267578125000 +0.322265625000 0.357421875000 0.369140625000 0.359375000000 +0.322265625000 0.277343750000 0.222656250000 0.164062500000 +0.113281250000 0.079101562500 0.049804687500 0.046630859375 +0.060546875000 0.086425781250 0.127929687500 0.171875000000 +0.219726562500 0.257812500000 0.289062500000 0.304687500000 +0.306640625000 0.289062500000 0.267578125000 0.233398437500 +0.197265625000 0.159179687500 0.126953125000 0.093261718750 +0.065917968750 0.035888671875 0.015869140625 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.024902343750 +0.059814453125 0.088867187500 0.114746093750 0.130859375000 +0.141601562500 0.143554687500 0.139648437500 0.130859375000 +0.118164062500 0.100585937500 0.081054687500 0.057861328125 +0.031494140625 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.002227783203 0.059082031250 0.100585937500 +0.119140625000 0.125000000000 0.101562500000 0.056884765625 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.019042968750 0.079589843750 0.126953125000 +0.175781250000 0.201171875000 0.216796875000 0.217773437500 +0.207031250000 0.181640625000 0.146484375000 0.099609375000 +0.045166015625 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.014831542969 0.031127929688 0.028686523438 +0.010620117188 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.013427734375 +0.100097656250 0.183593750000 0.261718750000 0.324218750000 +0.378906250000 0.404296875000 0.406250000000 0.392578125000 +0.351562500000 0.285156250000 0.214843750000 0.123046875000 +0.018432617188 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.090820312500 0.197265625000 0.285156250000 +0.351562500000 0.396484375000 0.396484375000 0.363281250000 +0.298828125000 0.206054687500 0.098144531250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.006866455078 0.088378906250 0.150390625000 +0.191406250000 0.204101562500 0.190429687500 0.141601562500 +0.066894531250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.042480468750 0.094726562500 0.148437500000 +0.182617187500 0.209960937500 0.221679687500 0.214843750000 +0.191406250000 0.150390625000 0.096191406250 0.026000976562 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.041992187500 0.131835937500 0.209960937500 +0.277343750000 0.316406250000 0.328125000000 0.318359375000 +0.283203125000 0.222656250000 0.153320312500 0.080566406250 +0.005737304688 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.002639770508 0.048828125000 0.091796875000 0.109863281250 +0.107910156250 0.086425781250 0.038574218750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.080078125000 +0.147460937500 0.198242187500 0.227539062500 0.216796875000 +0.192382812500 0.145507812500 0.076171875000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.024291992188 0.059082031250 0.084960937500 +0.105957031250 0.113281250000 0.125976562500 0.126953125000 +0.126953125000 0.130859375000 0.138671875000 0.136718750000 +0.142578125000 0.136718750000 0.127929687500 0.106445312500 +0.072753906250 0.026367187500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.040527343750 0.113769531250 +0.182617187500 0.249023437500 0.298828125000 0.333984375000 +0.357421875000 0.371093750000 0.369140625000 0.363281250000 +0.345703125000 0.324218750000 0.283203125000 0.249023437500 +0.208007812500 0.168945312500 0.133789062500 0.111328125000 +0.093261718750 0.089843750000 0.098144531250 0.111328125000 +0.123535156250 0.135742187500 0.147460937500 0.139648437500 +0.118164062500 0.078613281250 0.016113281250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.017089843750 0.078613281250 0.122070312500 0.143554687500 +0.140625000000 0.108398437500 0.064941406250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.059570312500 +0.114257812500 0.165039062500 0.211914062500 0.253906250000 +0.279296875000 0.308593750000 0.322265625000 0.320312500000 +0.310546875000 0.291015625000 0.253906250000 0.206054687500 +0.146484375000 0.077636718750 0.003189086914 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.052490234375 0.125976562500 0.203125000000 +0.261718750000 0.308593750000 0.337890625000 0.347656250000 +0.335937500000 0.308593750000 0.259765625000 0.200195312500 +0.125000000000 0.047851562500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.047607421875 0.106933593750 0.158203125000 +0.200195312500 0.211914062500 0.203125000000 0.174804687500 +0.122070312500 0.054687500000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.017578125000 0.088867187500 +0.143554687500 0.168945312500 0.174804687500 0.161132812500 +0.120117187500 0.068847656250 0.002716064453 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.014770507812 0.087890625000 0.146484375000 +0.192382812500 0.212890625000 0.211914062500 0.188476562500 +0.134765625000 0.066894531250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.020751953125 0.049560546875 +0.053466796875 0.036132812500 0.000518798828 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.055664062500 0.112304687500 0.142578125000 +0.149414062500 0.125976562500 0.075195312500 0.012512207031 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.008972167969 0.031494140625 0.046875000000 +0.060058593750 0.064453125000 0.064453125000 0.063964843750 +0.063964843750 0.073242187500 0.089843750000 0.114746093750 +0.158203125000 0.204101562500 0.249023437500 0.296875000000 +0.332031250000 0.345703125000 0.345703125000 0.316406250000 +0.253906250000 0.175781250000 0.076660156250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.052490234375 0.129882812500 +0.186523437500 0.220703125000 0.222656250000 0.193359375000 +0.147460937500 0.083007812500 0.010620117188 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.046630859375 0.085937500000 +0.114257812500 0.132812500000 0.132812500000 0.125000000000 +0.108886718750 0.082519531250 0.052978515625 0.015136718750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.014099121094 0.046142578125 0.070800781250 +0.086425781250 0.097167968750 0.104003906250 0.099121093750 +0.094726562500 0.087890625000 0.086914062500 0.094238281250 +0.098144531250 0.116210937500 0.133789062500 0.155273437500 +0.178710937500 0.208984375000 0.228515625000 0.253906250000 +0.267578125000 0.281250000000 0.291015625000 0.296875000000 +0.306640625000 0.306640625000 0.304687500000 0.298828125000 +0.277343750000 0.253906250000 0.216796875000 0.164062500000 +0.103027343750 0.038330078125 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.013305664062 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.158203125000 0.202148437500 0.226562500000 0.215820312500 +0.261718750000 0.298828125000 0.324218750000 0.332031250000 +0.320312500000 0.294921875000 0.259765625000 0.220703125000 +0.178710937500 0.145507812500 0.124023437500 0.116699218750 +0.126953125000 0.153320312500 0.189453125000 0.228515625000 +0.265625000000 0.291015625000 0.298828125000 0.283203125000 +0.239257812500 0.176757812500 0.092285156250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.102539062500 0.214843750000 0.316406250000 +0.408203125000 0.478515625000 0.523437500000 0.546875000000 +0.546875000000 0.527343750000 0.492187500000 0.449218750000 +0.398437500000 0.339843750000 0.283203125000 0.227539062500 +0.175781250000 0.124511718750 0.081054687500 0.037841796875 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.006072998047 +0.047119140625 0.097656250000 0.149414062500 0.202148437500 +0.250000000000 0.294921875000 0.332031250000 0.357421875000 +0.369140625000 0.363281250000 0.339843750000 0.304687500000 +0.257812500000 0.201171875000 0.135742187500 0.064941406250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.001968383789 +0.104003906250 0.200195312500 0.281250000000 0.341796875000 +0.380859375000 0.394531250000 0.388671875000 0.353515625000 +0.302734375000 0.237304687500 0.162109375000 0.080566406250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.015991210938 +0.116210937500 0.206054687500 0.281250000000 0.332031250000 +0.355468750000 0.359375000000 0.339843750000 0.304687500000 +0.257812500000 0.202148437500 0.149414062500 0.104980468750 +0.066894531250 0.037841796875 0.022460937500 0.010375976562 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.007385253906 +0.087402343750 0.160156250000 0.225585937500 0.277343750000 +0.314453125000 0.343750000000 0.355468750000 0.353515625000 +0.335937500000 0.306640625000 0.271484375000 0.231445312500 +0.190429687500 0.154296875000 0.125000000000 0.106933593750 +0.103515625000 0.112304687500 0.133789062500 0.166992187500 +0.209960937500 0.253906250000 0.298828125000 0.337890625000 +0.363281250000 0.371093750000 0.365234375000 0.337890625000 +0.292968750000 0.227539062500 0.143554687500 0.050048828125 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.058349609375 0.167968750000 0.261718750000 0.335937500000 +0.384765625000 0.408203125000 0.404296875000 0.375000000000 +0.324218750000 0.253906250000 0.169921875000 0.080078125000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.046386718750 +0.142578125000 0.220703125000 0.277343750000 0.302734375000 +0.289062500000 0.243164062500 0.172851562500 0.079589843750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.003356933594 +0.012084960938 0.018310546875 0.023803710938 0.040771484375 +0.061767578125 0.093750000000 0.140625000000 0.185546875000 +0.241210937500 0.302734375000 0.359375000000 0.410156250000 +0.453125000000 0.484375000000 0.507812500000 0.515625000000 +0.511718750000 0.492187500000 0.462890625000 0.421875000000 +0.373046875000 0.322265625000 0.265625000000 0.204101562500 +0.144531250000 0.089355468750 0.041503906250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.028076171875 +0.061523437500 0.086914062500 0.104003906250 0.107421875000 +0.097656250000 0.073242187500 0.035156250000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.023681640625 0.103515625000 +0.172851562500 0.238281250000 0.292968750000 0.333984375000 +0.363281250000 0.375000000000 0.371093750000 0.357421875000 +0.332031250000 0.291015625000 0.243164062500 0.189453125000 +0.121093750000 0.049316406250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.010742187500 0.036865234375 +0.064941406250 0.095703125000 0.130859375000 0.173828125000 +0.223632812500 0.263671875000 0.304687500000 0.330078125000 +0.337890625000 0.326171875000 0.289062500000 0.227539062500 +0.150390625000 0.057128906250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.045410156250 +0.149414062500 0.238281250000 0.310546875000 0.357421875000 +0.375000000000 0.361328125000 0.322265625000 0.261718750000 +0.183593750000 0.101074218750 0.010986328125 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.003036499023 +0.077636718750 0.153320312500 0.227539062500 0.294921875000 +0.353515625000 0.404296875000 0.447265625000 0.480468750000 +0.507812500000 0.519531250000 0.519531250000 0.507812500000 +0.486328125000 0.449218750000 0.408203125000 0.353515625000 +0.296875000000 0.236328125000 0.174804687500 0.115234375000 +0.061035156250 0.017822265625 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.021240234375 0.048339843750 0.075195312500 0.101562500000 +0.120117187500 0.130859375000 0.128906250000 0.109863281250 +0.080566406250 0.035644531250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.022949218750 0.122558593750 +0.204101562500 0.259765625000 0.287109375000 0.273437500000 +0.228515625000 0.155273437500 0.059082031250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.008544921875 +0.028686523438 0.036621093750 0.031250000000 0.016357421875 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.004638671875 0.107910156250 +0.202148437500 0.277343750000 0.337890625000 0.375000000000 +0.390625000000 0.380859375000 0.351562500000 0.302734375000 +0.243164062500 0.176757812500 0.108398437500 0.043945312500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.003128051758 0.029174804688 0.052978515625 +0.065429687500 0.069824218750 0.071777343750 0.066406250000 +0.056152343750 0.041259765625 0.027099609375 0.018676757812 +0.020141601562 0.030151367188 0.053710937500 0.084472656250 +0.121093750000 0.166015625000 0.212890625000 0.259765625000 +0.300781250000 0.332031250000 0.349609375000 0.357421875000 +0.349609375000 0.328125000000 0.294921875000 0.253906250000 +0.209960937500 0.164062500000 0.117187500000 0.074218750000 +0.035156250000 0.003936767578 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.003021240234 0.012390136719 +0.010864257812 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.014465332031 0.035156250000 0.058105468750 0.073730468750 +0.083496093750 0.083007812500 0.074707031250 0.062011718750 +0.044189453125 0.021850585938 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000465393066 0.006713867188 0.005889892578 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.033935546875 0.069824218750 +0.093261718750 0.104003906250 0.106445312500 0.104003906250 +0.089843750000 0.072753906250 0.049316406250 0.023071289062 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000356674194 0.019531250000 0.040771484375 +0.058105468750 0.076171875000 0.090820312500 0.100585937500 +0.105468750000 0.107421875000 0.101074218750 0.092773437500 +0.075195312500 0.051025390625 0.024414062500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.024414062500 0.084472656250 0.154296875000 0.226562500000 +0.300781250000 0.375000000000 0.443359375000 0.496093750000 +0.539062500000 0.562500000000 0.570312500000 0.554687500000 +0.515625000000 0.455078125000 0.376953125000 0.283203125000 +0.171875000000 0.057861328125 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.003585815430 0.021484375000 0.024536132812 +0.017089843750 0.000301361084 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.012939453125 0.042236328125 0.064941406250 +0.078613281250 0.082031250000 0.069335937500 0.039062500000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.026611328125 0.118164062500 +0.194335937500 0.250000000000 0.277343750000 0.275390625000 +0.240234375000 0.179687500000 0.088867187500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.040283203125 0.101562500000 0.141601562500 0.159179687500 +0.152343750000 0.122070312500 0.067382812500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.060546875000 +0.158203125000 0.243164062500 0.304687500000 0.341796875000 +0.351562500000 0.337890625000 0.310546875000 0.273437500000 +0.236328125000 0.205078125000 0.188476562500 0.188476562500 +0.202148437500 0.227539062500 0.253906250000 0.281250000000 +0.300781250000 0.300781250000 0.281250000000 0.237304687500 +0.173828125000 0.091308593750 0.000337600708 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.001220703125 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.020141601562 +0.077148437500 0.139648437500 0.208007812500 0.271484375000 +0.322265625000 0.353515625000 0.361328125000 0.339843750000 +0.302734375000 0.246093750000 0.184570312500 0.117675781250 +0.064941406250 0.032958984375 0.022949218750 0.035156250000 +0.068847656250 0.121582031250 0.184570312500 0.244140625000 +0.296875000000 0.332031250000 0.349609375000 0.337890625000 +0.308593750000 0.257812500000 0.198242187500 0.130859375000 +0.073242187500 0.030517578125 0.010437011719 0.008850097656 +0.033935546875 0.073242187500 0.129882812500 0.197265625000 +0.267578125000 0.335937500000 0.388671875000 0.423828125000 +0.437500000000 0.429687500000 0.396484375000 0.345703125000 +0.273437500000 0.181640625000 0.083496093750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.061767578125 +0.167968750000 0.255859375000 0.322265625000 0.367187500000 +0.382812500000 0.376953125000 0.351562500000 0.310546875000 +0.259765625000 0.202148437500 0.143554687500 0.095703125000 +0.057617187500 0.029907226562 0.016357421875 0.009948730469 +0.016845703125 0.029418945312 0.049316406250 0.070800781250 +0.087890625000 0.101562500000 0.106933593750 0.105468750000 +0.095214843750 0.076660156250 0.049804687500 0.020629882812 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.130859375000 0.150390625000 0.172851562500 0.216796875000 +0.180664062500 0.146484375000 0.111328125000 0.087402343750 +0.078125000000 0.081542968750 0.094238281250 0.118164062500 +0.151367187500 0.191406250000 0.227539062500 0.259765625000 +0.285156250000 0.294921875000 0.289062500000 0.267578125000 +0.235351562500 0.185546875000 0.127929687500 0.067382812500 +0.008178710938 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.024902343750 0.056640625000 0.086425781250 +0.104492187500 0.112304687500 0.115234375000 0.108886718750 +0.094238281250 0.072753906250 0.052246093750 0.037109375000 +0.020874023438 0.009338378906 0.004669189453 0.015380859375 +0.025878906250 0.043945312500 0.071289062500 0.105957031250 +0.140625000000 0.178710937500 0.214843750000 0.250000000000 +0.285156250000 0.320312500000 0.341796875000 0.359375000000 +0.369140625000 0.373046875000 0.367187500000 0.347656250000 +0.324218750000 0.294921875000 0.257812500000 0.216796875000 +0.184570312500 0.155273437500 0.128906250000 0.105957031250 +0.099121093750 0.097656250000 0.108886718750 0.125000000000 +0.145507812500 0.164062500000 0.177734375000 0.189453125000 +0.190429687500 0.185546875000 0.169921875000 0.145507812500 +0.110351562500 0.074218750000 0.036865234375 0.004699707031 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.006988525391 +0.026489257812 0.042724609375 0.059082031250 0.069824218750 +0.076660156250 0.085449218750 0.087890625000 0.092285156250 +0.101074218750 0.114257812500 0.127929687500 0.144531250000 +0.158203125000 0.179687500000 0.187500000000 0.196289062500 +0.193359375000 0.182617187500 0.166015625000 0.136718750000 +0.107910156250 0.071777343750 0.034667968750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.015380859375 +0.038085937500 0.055175781250 0.065429687500 0.072753906250 +0.080566406250 0.077636718750 0.073730468750 0.069824218750 +0.071289062500 0.080566406250 0.092773437500 0.112304687500 +0.141601562500 0.174804687500 0.215820312500 0.253906250000 +0.292968750000 0.320312500000 0.347656250000 0.359375000000 +0.359375000000 0.345703125000 0.322265625000 0.283203125000 +0.241210937500 0.189453125000 0.143554687500 0.100097656250 +0.064453125000 0.039306640625 0.029785156250 0.036621093750 +0.054931640625 0.085937500000 0.125976562500 0.170898437500 +0.212890625000 0.255859375000 0.283203125000 0.302734375000 +0.306640625000 0.294921875000 0.271484375000 0.243164062500 +0.204101562500 0.166992187500 0.130859375000 0.106445312500 +0.088867187500 0.086914062500 0.097656250000 0.116210937500 +0.146484375000 0.174804687500 0.204101562500 0.229492187500 +0.249023437500 0.253906250000 0.248046875000 0.235351562500 +0.215820312500 0.189453125000 0.161132812500 0.137695312500 +0.122558593750 0.112304687500 0.111328125000 0.117187500000 +0.126953125000 0.139648437500 0.150390625000 0.163085937500 +0.167968750000 0.166015625000 0.159179687500 0.149414062500 +0.133789062500 0.115722656250 0.095703125000 0.078125000000 +0.064453125000 0.051757812500 0.043457031250 0.040283203125 +0.045166015625 0.050048828125 0.056152343750 0.068359375000 +0.086425781250 0.106445312500 0.125976562500 0.144531250000 +0.164062500000 0.177734375000 0.190429687500 0.194335937500 +0.193359375000 0.181640625000 0.166015625000 0.144531250000 +0.117187500000 0.086425781250 0.057373046875 0.029541015625 +0.004760742188 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.014099121094 0.032470703125 0.053955078125 +0.067871093750 0.079101562500 0.083007812500 0.086425781250 +0.075683593750 0.066894531250 0.047119140625 0.026000976562 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.024291992188 +0.046630859375 0.066894531250 0.072265625000 0.072753906250 +0.061279296875 0.044677734375 0.021850585938 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.063964843750 +0.114746093750 0.152343750000 0.171875000000 0.182617187500 +0.175781250000 0.163085937500 0.138671875000 0.112304687500 +0.091308593750 0.077636718750 0.072265625000 0.073242187500 +0.097167968750 0.125976562500 0.166992187500 0.203125000000 +0.249023437500 0.285156250000 0.314453125000 0.330078125000 +0.333984375000 0.322265625000 0.294921875000 0.246093750000 +0.193359375000 0.124511718750 0.055664062500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.040771484375 +0.110351562500 0.180664062500 0.237304687500 0.281250000000 +0.298828125000 0.298828125000 0.275390625000 0.235351562500 +0.176757812500 0.114257812500 0.047119140625 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.023193359375 +0.062011718750 0.097656250000 0.116699218750 0.125000000000 +0.110351562500 0.085449218750 0.045166015625 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.032958984375 +0.057128906250 0.072265625000 0.075683593750 0.070312500000 +0.044677734375 0.013610839844 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.022216796875 +0.101074218750 0.178710937500 0.250000000000 0.308593750000 +0.351562500000 0.376953125000 0.386718750000 0.378906250000 +0.359375000000 0.324218750000 0.279296875000 0.236328125000 +0.196289062500 0.159179687500 0.122558593750 0.098144531250 +0.083496093750 0.079101562500 0.080566406250 0.082519531250 +0.084960937500 0.085937500000 0.079589843750 0.067871093750 +0.049560546875 0.021850585938 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.042724609375 +0.102539062500 0.160156250000 0.215820312500 0.255859375000 +0.283203125000 0.289062500000 0.281250000000 0.251953125000 +0.201171875000 0.141601562500 0.069824218750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.016357421875 0.032714843750 +0.044433593750 0.052246093750 0.060791015625 0.061767578125 +0.058349609375 0.057861328125 0.055908203125 0.053710937500 +0.053222656250 0.061767578125 0.077636718750 0.096191406250 +0.116210937500 0.136718750000 0.164062500000 0.184570312500 +0.195312500000 0.195312500000 0.184570312500 0.158203125000 +0.119140625000 0.067382812500 0.012329101562 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.055175781250 0.132812500000 0.208984375000 0.271484375000 +0.324218750000 0.369140625000 0.398437500000 0.414062500000 +0.404296875000 0.390625000000 0.359375000000 0.324218750000 +0.277343750000 0.233398437500 0.190429687500 0.150390625000 +0.116210937500 0.094238281250 0.084472656250 0.085449218750 +0.098144531250 0.117187500000 0.143554687500 0.168945312500 +0.186523437500 0.195312500000 0.193359375000 0.175781250000 +0.142578125000 0.090332031250 0.032958984375 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.015258789062 0.080566406250 +0.133789062500 0.173828125000 0.196289062500 0.195312500000 +0.173828125000 0.129882812500 0.074707031250 0.005645751953 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.014526367188 +0.030151367188 0.045166015625 0.063476562500 0.086914062500 +0.116210937500 0.142578125000 0.177734375000 0.214843750000 +0.251953125000 0.285156250000 0.318359375000 0.347656250000 +0.367187500000 0.380859375000 0.388671875000 0.380859375000 +0.359375000000 0.328125000000 0.287109375000 0.231445312500 +0.169921875000 0.101074218750 0.032470703125 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.037353515625 +0.110839843750 0.187500000000 0.257812500000 0.316406250000 +0.361328125000 0.394531250000 0.408203125000 0.406250000000 +0.382812500000 0.343750000000 0.294921875000 0.227539062500 +0.158203125000 0.080078125000 0.006347656250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.011474609375 +0.029418945312 0.040039062500 0.033691406250 0.020141601562 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.007507324219 0.058349609375 +0.110839843750 0.166015625000 0.212890625000 0.245117187500 +0.269531250000 0.283203125000 0.281250000000 0.267578125000 +0.241210937500 0.203125000000 0.163085937500 0.119628906250 +0.077636718750 0.036865234375 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.027343750000 0.070312500000 0.118164062500 +0.167968750000 0.213867187500 0.251953125000 0.279296875000 +0.283203125000 0.275390625000 0.246093750000 0.203125000000 +0.144531250000 0.074707031250 0.006256103516 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.010131835938 +0.070312500000 0.123046875000 0.166015625000 0.187500000000 +0.200195312500 0.194335937500 0.177734375000 0.148437500000 +0.114746093750 0.085449218750 0.056884765625 0.034179687500 +0.016235351562 0.011413574219 0.006072998047 0.012634277344 +0.013061523438 0.011474609375 0.000507354736 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.029174804688 +0.068847656250 0.094238281250 0.103515625000 0.097167968750 +0.083984375000 0.065429687500 0.038574218750 0.009643554688 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.025146484375 +0.072753906250 0.117675781250 0.153320312500 0.176757812500 +0.190429687500 0.196289062500 0.189453125000 0.170898437500 +0.151367187500 0.129882812500 0.109863281250 0.084472656250 +0.066406250000 0.048828125000 0.036376953125 0.025756835938 +0.020996093750 0.024169921875 0.031982421875 0.044921875000 +0.067382812500 0.095214843750 0.131835937500 0.166992187500 +0.205078125000 0.239257812500 0.265625000000 0.281250000000 +0.281250000000 0.269531250000 0.236328125000 0.196289062500 +0.141601562500 0.078613281250 0.016601562500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.001266479492 0.067382812500 +0.131835937500 0.196289062500 0.248046875000 0.287109375000 +0.298828125000 0.294921875000 0.267578125000 0.225585937500 +0.166992187500 0.098144531250 0.029541015625 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.032714843750 +0.073730468750 0.111816406250 0.140625000000 0.162109375000 +0.181640625000 0.190429687500 0.199218750000 0.192382812500 +0.188476562500 0.171875000000 0.160156250000 0.143554687500 +0.125976562500 0.111328125000 0.093750000000 0.083496093750 +0.069335937500 0.057373046875 0.048828125000 0.044433593750 +0.039794921875 0.035400390625 0.038085937500 0.047851562500 +0.062500000000 0.082031250000 0.107910156250 0.136718750000 +0.166015625000 0.200195312500 0.229492187500 0.265625000000 +0.285156250000 0.310546875000 0.326171875000 0.339843750000 +0.351562500000 0.361328125000 0.369140625000 0.373046875000 +0.373046875000 0.373046875000 0.367187500000 0.351562500000 +0.330078125000 0.296875000000 0.257812500000 0.205078125000 +0.143554687500 0.076171875000 0.011413574219 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.022705078125 0.007873535156 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.010192871094 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.022094726562 0.079101562500 +0.124023437500 0.141601562500 0.142578125000 0.123535156250 +0.092773437500 0.065429687500 0.024169921875 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.002929687500 0.020141601562 +0.031738281250 0.026123046875 0.011718750000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.005981445312 0.061767578125 0.092285156250 +0.119140625000 0.105468750000 0.090820312500 0.057128906250 +0.011657714844 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.003356933594 0.041503906250 0.069824218750 +0.063476562500 0.054931640625 0.025878906250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.005218505859 0.029541015625 0.040527343750 0.040039062500 +0.031738281250 0.024169921875 0.002304077148 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.017822265625 +0.036132812500 0.039306640625 0.040283203125 0.023437500000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.044921875000 0.105468750000 +0.130859375000 0.136718750000 0.121582031250 0.087890625000 +0.039306640625 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.014282226562 0.028808593750 0.018310546875 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.047119140625 0.088378906250 +0.112792968750 0.126953125000 0.126953125000 0.112304687500 +0.087402343750 0.046630859375 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.046630859375 +0.066894531250 0.083496093750 0.082519531250 0.059082031250 +0.026855468750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.033691406250 +0.062255859375 0.070312500000 0.074707031250 0.051269531250 +0.015075683594 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.004516601562 0.018798828125 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.014648437500 0.063476562500 0.102539062500 0.124023437500 +0.144531250000 0.136718750000 0.115234375000 0.079589843750 +0.029418945312 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.006591796875 0.039794921875 +0.052978515625 0.056152343750 0.039794921875 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000156402588 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.047851562500 0.086425781250 0.109375000000 +0.123535156250 0.108398437500 0.073730468750 0.022583007812 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.011657714844 0.020141601562 +0.024414062500 0.014282226562 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.004486083984 0.023071289062 +0.033691406250 0.022949218750 0.004486083984 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.012451171875 0.030395507812 +0.038818359375 0.036621093750 0.013305664062 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.046142578125 0.107421875000 0.145507812500 +0.163085937500 0.166992187500 0.143554687500 0.102539062500 +0.044189453125 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.008789062500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.013488769531 0.055664062500 0.074707031250 +0.076660156250 0.054443359375 0.023681640625 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.039550781250 0.099609375000 0.144531250000 +0.151367187500 0.139648437500 0.111328125000 0.062011718750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.015991210938 0.063964843750 0.089355468750 +0.086425781250 0.071777343750 0.043945312500 0.009338378906 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.036132812500 +0.073242187500 0.087402343750 0.079589843750 0.054931640625 +0.011535644531 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.028686523438 +0.066406250000 0.099609375000 0.113769531250 0.112792968750 +0.096679687500 0.071289062500 0.033935546875 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.031738281250 +0.073730468750 0.100585937500 0.114257812500 0.114257812500 +0.099121093750 0.067871093750 0.030517578125 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.022460937500 0.047607421875 0.062255859375 0.079101562500 +0.084960937500 0.094238281250 0.094238281250 0.094726562500 +0.093750000000 0.090820312500 0.080078125000 0.063476562500 +0.043701171875 0.014770507812 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.001197814941 0.027832031250 0.051757812500 0.070312500000 +0.075683593750 0.077148437500 0.081542968750 0.090332031250 +0.093750000000 0.111816406250 0.137695312500 0.165039062500 +0.194335937500 0.226562500000 0.250000000000 0.267578125000 +0.277343750000 0.269531250000 0.251953125000 0.221679687500 +0.178710937500 0.124023437500 0.061035156250 0.002624511719 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.017089843750 +0.075195312500 0.128906250000 0.182617187500 0.236328125000 +0.279296875000 0.304687500000 0.322265625000 0.328125000000 +0.304687500000 0.265625000000 0.209960937500 0.149414062500 +0.064941406250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.073730468750 0.143554687500 +0.208007812500 0.259765625000 0.283203125000 0.292968750000 +0.285156250000 0.265625000000 0.233398437500 0.192382812500 +0.156250000000 0.116210937500 0.091308593750 0.073730468750 +0.071777343750 0.077148437500 0.094238281250 0.114746093750 +0.133789062500 0.149414062500 0.147460937500 0.129882812500 +0.094726562500 0.041748046875 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.017211914062 0.065429687500 0.093261718750 +0.092285156250 0.068359375000 0.024414062500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.015747070312 0.094726562500 +0.168945312500 0.228515625000 0.269531250000 0.291015625000 +0.296875000000 0.279296875000 0.250000000000 0.214843750000 +0.171875000000 0.132812500000 0.099121093750 0.078125000000 +0.063964843750 0.063964843750 0.065917968750 0.079589843750 +0.092285156250 0.099121093750 0.101562500000 0.098144531250 +0.082519531250 0.044677734375 0.010375976562 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.025512695312 0.092285156250 0.149414062500 +0.198242187500 0.218750000000 0.220703125000 0.199218750000 +0.157226562500 0.096191406250 0.009094238281 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.028808593750 0.064453125000 +0.084960937500 0.071289062500 0.042480468750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.053955078125 0.133789062500 0.208984375000 +0.257812500000 0.294921875000 0.322265625000 0.333984375000 +0.332031250000 0.318359375000 0.300781250000 0.281250000000 +0.253906250000 0.233398437500 0.207031250000 0.188476562500 +0.166015625000 0.146484375000 0.123535156250 0.104003906250 +0.082031250000 0.062255859375 0.036376953125 0.010498046875 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.026977539062 0.079101562500 0.110351562500 0.123046875000 +0.111816406250 0.073730468750 0.017578125000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.019531250000 0.097656250000 0.164062500000 0.219726562500 +0.255859375000 0.265625000000 0.255859375000 0.232421875000 +0.191406250000 0.151367187500 0.102539062500 0.067382812500 +0.041259765625 0.030151367188 0.029174804688 0.042236328125 +0.068359375000 0.103515625000 0.133789062500 0.164062500000 +0.198242187500 0.221679687500 0.242187500000 0.255859375000 +0.267578125000 0.281250000000 0.289062500000 0.298828125000 +0.302734375000 0.312500000000 0.318359375000 0.304687500000 +0.291015625000 0.259765625000 0.209960937500 0.147460937500 +0.074707031250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.050537109375 0.125000000000 0.191406250000 +0.248046875000 0.279296875000 0.298828125000 0.308593750000 +0.302734375000 0.291015625000 0.279296875000 0.265625000000 +0.257812500000 0.251953125000 0.253906250000 0.253906250000 +0.261718750000 0.265625000000 0.263671875000 0.263671875000 +0.247070312500 0.231445312500 0.214843750000 0.193359375000 +0.166992187500 0.141601562500 0.121582031250 0.098144531250 +0.079589843750 0.059814453125 0.044921875000 0.030029296875 +0.006713867188 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.022216796875 0.095214843750 0.154296875000 0.203125000000 +0.243164062500 0.267578125000 0.283203125000 0.287109375000 +0.287109375000 0.283203125000 0.285156250000 0.283203125000 +0.289062500000 0.289062500000 0.287109375000 0.287109375000 +0.279296875000 0.259765625000 0.228515625000 0.184570312500 +0.127929687500 0.059326171875 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.043945312500 0.090820312500 0.120117187500 0.131835937500 +0.120605468750 0.087890625000 0.040039062500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.045166015625 0.071289062500 0.087402343750 +0.085449218750 0.061035156250 0.015869140625 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.017089843750 0.069824218750 +0.104003906250 0.117675781250 0.121093750000 0.104492187500 +0.073730468750 0.020751953125 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.033447265625 0.088867187500 0.114257812500 0.116699218750 +0.093750000000 0.042236328125 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.006988525391 +0.035156250000 0.041015625000 0.042236328125 0.028320312500 +0.015258789062 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.015136718750 0.052001953125 0.094726562500 +0.138671875000 0.190429687500 0.230468750000 0.261718750000 +0.275390625000 0.273437500000 0.251953125000 0.207031250000 +0.148437500000 0.077148437500 0.005126953125 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.026367187500 0.061035156250 0.081054687500 0.103515625000 +0.119628906250 0.137695312500 0.146484375000 0.148437500000 +0.147460937500 0.134765625000 0.110839843750 0.075683593750 +0.030151367188 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.032714843750 0.084472656250 0.108886718750 +0.108398437500 0.079101562500 0.023437500000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.002655029297 0.052490234375 0.080078125000 0.089355468750 +0.076171875000 0.047119140625 0.011901855469 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.006530761719 0.051513671875 0.098144531250 +0.134765625000 0.147460937500 0.147460937500 0.130859375000 +0.102050781250 0.051025390625 0.001716613770 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.039550781250 0.085937500000 +0.133789062500 0.161132812500 0.175781250000 0.172851562500 +0.157226562500 0.122558593750 0.074707031250 0.014831542969 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.034912109375 0.068359375000 0.108398437500 0.046386718750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.033447265625 0.111816406250 0.162109375000 0.191406250000 +0.175781250000 0.131835937500 0.062500000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.007934570312 0.036621093750 +0.056884765625 0.063476562500 0.062988281250 0.042724609375 +0.015747070312 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.007110595703 0.030517578125 0.047363281250 0.068359375000 +0.086425781250 0.114746093750 0.144531250000 0.181640625000 +0.217773437500 0.247070312500 0.275390625000 0.283203125000 +0.277343750000 0.253906250000 0.213867187500 0.150390625000 +0.080078125000 0.003997802734 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.002410888672 0.026489257812 0.046875000000 0.073730468750 +0.100585937500 0.119140625000 0.150390625000 0.183593750000 +0.216796875000 0.250000000000 0.275390625000 0.283203125000 +0.281250000000 0.257812500000 0.214843750000 0.161132812500 +0.083007812500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.017578125000 0.021606445312 0.008056640625 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.023437500000 +0.073730468750 0.128906250000 0.180664062500 0.221679687500 +0.250000000000 0.261718750000 0.243164062500 0.209960937500 +0.155273437500 0.082519531250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.008300781250 +0.062988281250 0.107910156250 0.142578125000 0.164062500000 +0.168945312500 0.160156250000 0.132812500000 0.095703125000 +0.046142578125 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.007537841797 0.044189453125 0.074218750000 0.098144531250 +0.118164062500 0.133789062500 0.149414062500 0.155273437500 +0.166015625000 0.173828125000 0.178710937500 0.186523437500 +0.196289062500 0.212890625000 0.226562500000 0.241210937500 +0.251953125000 0.271484375000 0.281250000000 0.283203125000 +0.269531250000 0.242187500000 0.192382812500 0.128906250000 +0.051025390625 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.056152343750 0.110839843750 0.141601562500 +0.147460937500 0.124023437500 0.087402343750 0.031127929688 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000229835510 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.015075683594 0.035644531250 0.061035156250 0.096679687500 +0.137695312500 0.166992187500 0.196289062500 0.214843750000 +0.225585937500 0.214843750000 0.191406250000 0.146484375000 +0.087890625000 0.014038085938 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.030883789062 +0.104492187500 0.166992187500 0.210937500000 0.229492187500 +0.224609375000 0.206054687500 0.164062500000 0.112304687500 +0.056152343750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.029907226562 0.047607421875 0.055908203125 +0.037109375000 0.003662109375 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.076660156250 +0.148437500000 0.195312500000 0.200195312500 0.170898437500 +0.107910156250 0.021972656250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.010742187500 +0.095214843750 0.164062500000 0.216796875000 0.245117187500 +0.247070312500 0.232421875000 0.199218750000 0.154296875000 +0.106933593750 0.054443359375 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.035888671875 0.072753906250 0.087402343750 0.092285156250 +0.082519531250 0.059082031250 0.029541015625 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.018798828125 0.070312500000 0.115722656250 0.144531250000 +0.158203125000 0.148437500000 0.109863281250 0.054931640625 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.017089843750 +0.117187500000 0.201171875000 0.265625000000 0.294921875000 +0.292968750000 0.261718750000 0.208984375000 0.134765625000 +0.050537109375 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.032958984375 0.069335937500 0.114257812500 0.161132812500 +0.205078125000 0.247070312500 0.289062500000 0.310546875000 +0.324218750000 0.330078125000 0.320312500000 0.287109375000 +0.248046875000 0.190429687500 0.115234375000 0.032226562500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.005004882812 0.031738281250 +0.055419921875 0.074707031250 0.071777343750 0.069335937500 +0.050537109375 0.030273437500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.011962890625 0.081542968750 0.151367187500 0.196289062500 +0.226562500000 0.230468750000 0.209960937500 0.173828125000 +0.117187500000 0.052978515625 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.014465332031 +0.033447265625 0.042724609375 0.039550781250 0.024780273438 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.031738281250 0.079101562500 0.127929687500 0.166992187500 +0.206054687500 0.235351562500 0.257812500000 0.277343750000 +0.281250000000 0.281250000000 0.277343750000 0.267578125000 +0.249023437500 0.228515625000 0.211914062500 0.184570312500 +0.155273437500 0.126953125000 0.099121093750 0.065917968750 +0.031738281250 0.004791259766 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.012878417969 0.036865234375 0.048583984375 0.051757812500 +0.055664062500 0.047119140625 0.028320312500 0.013793945312 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.014892578125 0.106445312500 +0.177734375000 0.229492187500 0.253906250000 0.253906250000 +0.242187500000 0.200195312500 0.144531250000 0.085449218750 +0.024047851562 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.004302978516 +0.050781250000 0.103515625000 0.149414062500 0.199218750000 +0.237304687500 0.267578125000 0.285156250000 0.298828125000 +0.298828125000 0.287109375000 0.269531250000 0.238281250000 +0.194335937500 0.146484375000 0.085937500000 0.021728515625 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.009277343750 0.017456054688 +0.019897460938 0.010559082031 0.004547119141 0.000000000000 +0.000000000000 0.003707885742 0.019287109375 0.049560546875 +0.091796875000 0.139648437500 0.178710937500 0.226562500000 +0.255859375000 0.273437500000 0.279296875000 0.265625000000 +0.230468750000 0.179687500000 0.119628906250 0.053955078125 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.061279296875 0.137695312500 0.197265625000 0.232421875000 +0.247070312500 0.226562500000 0.180664062500 0.107910156250 +0.020385742188 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.053222656250 0.110839843750 0.137695312500 0.142578125000 +0.130859375000 0.104492187500 0.062500000000 0.017333984375 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.023315429688 0.053466796875 +0.083984375000 0.108886718750 0.123535156250 0.131835937500 +0.127929687500 0.106445312500 0.069824218750 0.018432617188 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.065429687500 +0.163085937500 0.240234375000 0.285156250000 0.296875000000 +0.277343750000 0.235351562500 0.172851562500 0.093750000000 +0.009338378906 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.022705078125 +0.073730468750 0.117187500000 0.147460937500 0.163085937500 +0.159179687500 0.136718750000 0.099609375000 0.044189453125 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.004119873047 0.074707031250 +0.119140625000 0.149414062500 0.151367187500 0.121582031250 +0.069335937500 0.003753662109 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.014526367188 0.065917968750 0.117675781250 0.163085937500 +0.199218750000 0.218750000000 0.225585937500 0.211914062500 +0.188476562500 0.142578125000 0.091308593750 0.025268554688 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.026245117188 0.071777343750 0.125976562500 0.166015625000 +0.197265625000 0.220703125000 0.228515625000 0.211914062500 +0.184570312500 0.143554687500 0.087402343750 0.024414062500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.006683349609 +0.065917968750 0.104003906250 0.127929687500 0.128906250000 +0.105468750000 0.057373046875 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.009887695312 +0.035400390625 0.048095703125 0.050292968750 0.034912109375 +0.003936767578 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.031738281250 0.065429687500 0.096191406250 0.117675781250 +0.133789062500 0.142578125000 0.150390625000 0.146484375000 +0.154296875000 0.149414062500 0.152343750000 0.156250000000 +0.161132812500 0.163085937500 0.161132812500 0.153320312500 +0.130859375000 0.098144531250 0.046386718750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.036621093750 0.087402343750 0.124511718750 0.143554687500 +0.143554687500 0.138671875000 0.117187500000 0.088378906250 +0.077636718750 0.062255859375 0.058105468750 0.063964843750 +0.081542968750 0.095703125000 0.111816406250 0.124511718750 +0.128906250000 0.124511718750 0.108398437500 0.078125000000 +0.038330078125 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.012939453125 0.064941406250 0.109863281250 0.143554687500 +0.173828125000 0.197265625000 0.215820312500 0.203125000000 +0.177734375000 0.139648437500 0.086914062500 0.011962890625 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.023559570312 +0.067871093750 0.091308593750 0.106933593750 0.089843750000 +0.053955078125 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.062500000000 +0.125000000000 0.169921875000 0.209960937500 0.233398437500 +0.236328125000 0.224609375000 0.207031250000 0.181640625000 +0.151367187500 0.126953125000 0.096191406250 0.076171875000 +0.065917968750 0.065917968750 0.063476562500 0.074707031250 +0.084472656250 0.084960937500 0.083984375000 0.066406250000 +0.037597656250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.051757812500 0.114746093750 0.147460937500 +0.157226562500 0.138671875000 0.085937500000 0.018066406250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.002227783203 +0.085937500000 0.145507812500 0.203125000000 0.236328125000 +0.251953125000 0.250000000000 0.236328125000 0.203125000000 +0.173828125000 0.139648437500 0.108398437500 0.086914062500 +0.076660156250 0.063964843750 0.058837890625 0.055664062500 +0.045654296875 0.035156250000 0.020874023438 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.028564453125 0.083984375000 +0.123535156250 0.149414062500 0.150390625000 0.132812500000 +0.097167968750 0.040771484375 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.001640319824 0.042480468750 0.072265625000 +0.075683593750 0.053222656250 0.016723632812 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.036132812500 0.098632812500 +0.140625000000 0.157226562500 0.138671875000 0.090820312500 +0.019165039062 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.044189453125 0.100097656250 0.139648437500 +0.171875000000 0.186523437500 0.189453125000 0.184570312500 +0.180664062500 0.166992187500 0.155273437500 0.146484375000 +0.140625000000 0.136718750000 0.146484375000 0.150390625000 +0.159179687500 0.166015625000 0.174804687500 0.169921875000 +0.166992187500 0.157226562500 0.139648437500 0.114257812500 +0.083984375000 0.038085937500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.004760742188 +0.051757812500 0.077148437500 0.092773437500 0.082031250000 +0.060546875000 0.015441894531 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.034667968750 0.095214843750 0.157226562500 0.194335937500 +0.221679687500 0.235351562500 0.233398437500 0.211914062500 +0.181640625000 0.141601562500 0.108398437500 0.070312500000 +0.045654296875 0.024780273438 0.018676757812 0.020751953125 +0.027587890625 0.040771484375 0.058593750000 0.074218750000 +0.086425781250 0.096191406250 0.106445312500 0.113281250000 +0.122558593750 0.128906250000 0.139648437500 0.147460937500 +0.162109375000 0.163085937500 0.166992187500 0.174804687500 +0.158203125000 0.133789062500 0.099121093750 0.047363281250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.048583984375 0.111816406250 0.150390625000 +0.171875000000 0.182617187500 0.185546875000 0.170898437500 +0.155273437500 0.139648437500 0.116699218750 0.103515625000 +0.094726562500 0.088378906250 0.094238281250 0.111816406250 +0.119140625000 0.135742187500 0.149414062500 0.156250000000 +0.163085937500 0.164062500000 0.162109375000 0.159179687500 +0.162109375000 0.157226562500 0.154296875000 0.152343750000 +0.145507812500 0.138671875000 0.131835937500 0.117187500000 +0.097656250000 0.077636718750 0.041259765625 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.035156250000 0.077148437500 0.117675781250 0.139648437500 +0.154296875000 0.160156250000 0.157226562500 0.154296875000 +0.149414062500 0.135742187500 0.123535156250 0.131835937500 +0.131835937500 0.140625000000 0.149414062500 0.148437500000 +0.140625000000 0.134765625000 0.111816406250 0.083007812500 +0.039062500000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.024902343750 +0.065917968750 0.084472656250 0.084472656250 0.062500000000 +0.026123046875 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.055419921875 0.113769531250 0.147460937500 +0.154296875000 0.134765625000 0.101562500000 0.047607421875 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.030395507812 0.101562500000 0.160156250000 0.198242187500 +0.225585937500 0.239257812500 0.225585937500 0.202148437500 +0.153320312500 0.102050781250 0.034912109375 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.050537109375 0.085449218750 0.099609375000 0.084960937500 +0.051025390625 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.022216796875 0.082031250000 0.133789062500 0.169921875000 +0.175781250000 0.177734375000 0.158203125000 0.135742187500 +0.094726562500 0.068359375000 0.032958984375 0.009155273438 +0.000720977783 0.006469726562 0.017333984375 0.042968750000 +0.082519531250 0.124023437500 0.166992187500 0.204101562500 +0.231445312500 0.240234375000 0.228515625000 0.200195312500 +0.153320312500 0.087890625000 0.008850097656 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.031127929688 +0.085449218750 0.122558593750 0.157226562500 0.167968750000 +0.183593750000 0.175781250000 0.163085937500 0.145507812500 +0.111816406250 0.072753906250 0.033203125000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.002532958984 0.008178710938 0.009155273438 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.039794921875 0.103027343750 0.151367187500 +0.165039062500 0.153320312500 0.107910156250 0.043457031250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.021972656250 0.052490234375 0.057861328125 0.027709960938 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.034179687500 +0.070312500000 0.090332031250 0.084472656250 0.052001953125 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.025390625000 +0.069335937500 0.103515625000 0.106933593750 0.093261718750 +0.048828125000 0.006195068359 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.004852294922 0.028320312500 +0.039794921875 0.038574218750 0.016113281250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.009521484375 +0.053222656250 0.125976562500 0.072265625000 0.051025390625 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.030883789062 0.050781250000 0.062011718750 0.071777343750 +0.062988281250 0.035156250000 0.003890991211 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.011657714844 +0.037597656250 0.054443359375 0.070312500000 0.066406250000 +0.062500000000 0.045898437500 0.030761718750 0.029663085938 +0.004180908203 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.023193359375 0.062255859375 +0.087402343750 0.114257812500 0.125976562500 0.122070312500 +0.091796875000 0.052490234375 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.039062500000 +0.078125000000 0.105957031250 0.111816406250 0.094726562500 +0.055664062500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.004699707031 +0.036132812500 0.042968750000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.039062500000 +0.075195312500 0.094726562500 0.107910156250 0.092285156250 +0.059082031250 0.010375976562 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.019165039062 0.057861328125 0.073730468750 +0.071777343750 0.065429687500 0.045898437500 0.017333984375 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.039794921875 0.062988281250 0.082031250000 0.101074218750 +0.093261718750 0.065917968750 0.027465820312 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.038574218750 0.073242187500 +0.093261718750 0.100585937500 0.096679687500 0.077148437500 +0.050292968750 0.017089843750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.001045227051 +0.001426696777 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.033691406250 0.063476562500 0.064941406250 0.042236328125 +0.000246047974 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.003143310547 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.013793945312 0.050781250000 +0.073730468750 0.103027343750 0.111816406250 0.102050781250 +0.084472656250 0.035156250000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.008728027344 +0.015014648438 0.014587402344 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.002319335938 +0.017211914062 0.036132812500 0.046142578125 0.039062500000 +0.023437500000 0.000900268555 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.014587402344 +0.036865234375 0.060791015625 0.073730468750 0.075195312500 +0.082031250000 0.054443359375 0.026733398438 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.006072998047 0.031494140625 0.043945312500 +0.035888671875 0.025878906250 0.012512207031 0.001396179199 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.011413574219 +0.046630859375 0.047119140625 0.037353515625 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.020507812500 0.045410156250 0.038330078125 0.007568359375 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.009277343750 +0.017456054688 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.008728027344 0.024169921875 0.023681640625 +0.010375976562 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.005737304688 0.005920410156 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.022949218750 0.043212890625 0.064453125000 +0.083496093750 0.075195312500 0.069335937500 0.064941406250 +0.048095703125 0.018188476562 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.014831542969 0.017700195312 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.004302978516 0.004211425781 0.000000000000 +0.112792968750 0.046875000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.010131835938 0.062988281250 0.109375000000 +0.142578125000 0.150390625000 0.140625000000 0.118652343750 +0.076171875000 0.022827148438 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.009399414062 0.025634765625 0.037841796875 +0.028320312500 0.007629394531 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.003372192383 0.045410156250 0.078613281250 0.112304687500 +0.144531250000 0.170898437500 0.184570312500 0.194335937500 +0.196289062500 0.187500000000 0.180664062500 0.152343750000 +0.119140625000 0.077636718750 0.024536132812 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.041748046875 0.088378906250 +0.122558593750 0.142578125000 0.149414062500 0.133789062500 +0.107421875000 0.070312500000 0.031127929688 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.019287109375 0.059570312500 0.094726562500 +0.125000000000 0.132812500000 0.137695312500 0.123535156250 +0.102539062500 0.066406250000 0.025146484375 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.036865234375 0.084960937500 +0.124023437500 0.157226562500 0.177734375000 0.194335937500 +0.196289062500 0.192382812500 0.173828125000 0.141601562500 +0.107910156250 0.066406250000 0.023803710938 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.018188476562 +0.058837890625 0.098144531250 0.123535156250 0.136718750000 +0.138671875000 0.118164062500 0.087890625000 0.047119140625 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.047607421875 0.099121093750 +0.128906250000 0.140625000000 0.129882812500 0.099609375000 +0.055419921875 0.002243041992 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.008544921875 0.060058593750 +0.105468750000 0.137695312500 0.155273437500 0.151367187500 +0.140625000000 0.113769531250 0.078125000000 0.034423828125 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.031982421875 0.071289062500 0.106933593750 +0.127929687500 0.138671875000 0.137695312500 0.125976562500 +0.102539062500 0.071289062500 0.036865234375 0.003509521484 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.011169433594 +0.018676757812 0.025024414062 0.023193359375 0.018798828125 +0.010314941406 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.003616333008 0.001167297363 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.023315429688 +0.076171875000 0.125976562500 0.164062500000 0.182617187500 +0.183593750000 0.169921875000 0.145507812500 0.103515625000 +0.063476562500 0.021484375000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.012756347656 +0.046142578125 0.082031250000 0.108398437500 0.132812500000 +0.131835937500 0.121093750000 0.094238281250 0.055664062500 +0.010986328125 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.038330078125 0.062988281250 0.065917968750 +0.053955078125 0.021972656250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.065429687500 0.129882812500 0.174804687500 +0.194335937500 0.191406250000 0.160156250000 0.102539062500 +0.040283203125 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.034912109375 0.060058593750 0.065429687500 0.054931640625 +0.030761718750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.019897460938 0.052734375000 0.072265625000 +0.067382812500 0.046386718750 0.007171630859 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.012084960938 0.082031250000 0.134765625000 0.183593750000 +0.216796875000 0.232421875000 0.234375000000 0.223632812500 +0.203125000000 0.168945312500 0.131835937500 0.097167968750 +0.060302734375 0.035156250000 0.009948730469 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.044433593750 0.085449218750 0.131835937500 0.161132812500 +0.181640625000 0.189453125000 0.175781250000 0.156250000000 +0.112792968750 0.062500000000 0.002395629883 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.009704589844 0.033691406250 0.059814453125 +0.075195312500 0.088867187500 0.097167968750 0.096679687500 +0.086425781250 0.072265625000 0.050292968750 0.023437500000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.016357421875 +0.065917968750 0.108886718750 0.132812500000 0.136718750000 +0.119628906250 0.081542968750 0.023193359375 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.075683593750 0.148437500000 +0.208007812500 0.255859375000 0.277343750000 0.285156250000 +0.265625000000 0.230468750000 0.178710937500 0.121093750000 +0.062500000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.039794921875 0.091796875000 0.125976562500 0.136718750000 +0.125000000000 0.092773437500 0.039794921875 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.044189453125 +0.070800781250 0.076171875000 0.048095703125 0.010192871094 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.026245117188 +0.090332031250 0.139648437500 0.179687500000 0.191406250000 +0.180664062500 0.148437500000 0.092285156250 0.022705078125 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.027221679688 0.051269531250 +0.066894531250 0.075195312500 0.077636718750 0.072265625000 +0.060791015625 0.044189453125 0.029174804688 0.018310546875 +0.009765625000 0.005920410156 0.014709472656 0.028686523438 +0.042968750000 0.065917968750 0.090332031250 0.111816406250 +0.127929687500 0.145507812500 0.157226562500 0.163085937500 +0.156250000000 0.149414062500 0.127929687500 0.092285156250 +0.054199218750 0.001495361328 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.020751953125 0.080566406250 0.133789062500 0.175781250000 +0.216796875000 0.240234375000 0.247070312500 0.249023437500 +0.231445312500 0.202148437500 0.163085937500 0.109375000000 +0.050292968750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.025390625000 +0.057861328125 0.089843750000 0.111816406250 0.127929687500 +0.146484375000 0.149414062500 0.143554687500 0.134765625000 +0.112792968750 0.084960937500 0.063964843750 0.041503906250 +0.015991210938 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000326156616 +0.035644531250 0.067382812500 0.103515625000 0.134765625000 +0.152343750000 0.159179687500 0.151367187500 0.125000000000 +0.083496093750 0.022827148438 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.031005859375 0.101562500000 0.153320312500 +0.188476562500 0.198242187500 0.186523437500 0.164062500000 +0.116699218750 0.069824218750 0.023559570312 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.008728027344 0.001670837402 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.027221679688 0.063476562500 +0.085449218750 0.082031250000 0.063476562500 0.027099609375 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.015075683594 +0.008056640625 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.025390625000 0.093261718750 0.146484375000 +0.183593750000 0.206054687500 0.204101562500 0.185546875000 +0.153320312500 0.108886718750 0.061523437500 0.010742187500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.046630859375 0.092285156250 0.124511718750 0.143554687500 +0.145507812500 0.129882812500 0.093750000000 0.049560546875 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.007812500000 +0.069824218750 0.126953125000 0.169921875000 0.198242187500 +0.211914062500 0.203125000000 0.185546875000 0.147460937500 +0.097656250000 0.034667968750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.015991210938 0.040771484375 +0.073242187500 0.100585937500 0.121582031250 0.138671875000 +0.144531250000 0.142578125000 0.131835937500 0.118164062500 +0.091308593750 0.067871093750 0.033447265625 0.000142097473 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000488281250 0.046386718750 0.091308593750 0.124511718750 +0.144531250000 0.159179687500 0.161132812500 0.153320312500 +0.147460937500 0.129882812500 0.113769531250 0.100097656250 +0.088867187500 0.089843750000 0.095703125000 0.100585937500 +0.106933593750 0.102050781250 0.093750000000 0.073730468750 +0.040039062500 0.000141143799 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.001693725586 0.077148437500 +0.125976562500 0.150390625000 0.144531250000 0.103027343750 +0.027465820312 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.033203125000 +0.086914062500 0.129882812500 0.161132812500 0.186523437500 +0.200195312500 0.217773437500 0.226562500000 0.235351562500 +0.229492187500 0.220703125000 0.198242187500 0.162109375000 +0.115234375000 0.059326171875 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.050781250000 +0.107910156250 0.143554687500 0.175781250000 0.200195312500 +0.212890625000 0.222656250000 0.226562500000 0.225585937500 +0.228515625000 0.218750000000 0.194335937500 0.160156250000 +0.115234375000 0.053466796875 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.001052856445 +0.041748046875 0.079101562500 0.117187500000 0.142578125000 +0.160156250000 0.166015625000 0.150390625000 0.123046875000 +0.083007812500 0.029418945312 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.083007812500 +0.164062500000 0.223632812500 0.255859375000 0.265625000000 +0.246093750000 0.200195312500 0.123535156250 0.032226562500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.067871093750 +0.129882812500 0.172851562500 0.201171875000 0.217773437500 +0.217773437500 0.208984375000 0.189453125000 0.167968750000 +0.141601562500 0.115234375000 0.091308593750 0.086425781250 +0.083007812500 0.092773437500 0.104980468750 0.122558593750 +0.140625000000 0.156250000000 0.161132812500 0.151367187500 +0.120117187500 0.062255859375 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.038330078125 +0.121093750000 0.177734375000 0.206054687500 0.206054687500 +0.170898437500 0.114746093750 0.046875000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.030151367188 +0.095214843750 0.146484375000 0.181640625000 0.199218750000 +0.193359375000 0.174804687500 0.132812500000 0.082031250000 +0.020507812500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.009094238281 +0.045410156250 0.074707031250 0.093750000000 0.100097656250 +0.101562500000 0.084960937500 0.062011718750 0.032958984375 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.039062500000 0.097167968750 0.133789062500 +0.142578125000 0.112304687500 0.055664062500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.003295898438 0.043457031250 +0.072753906250 0.094238281250 0.104003906250 0.110351562500 +0.104003906250 0.094726562500 0.076171875000 0.056884765625 +0.023071289062 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.012573242188 0.079589843750 0.137695312500 +0.188476562500 0.215820312500 0.223632812500 0.203125000000 +0.153320312500 0.081054687500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.029785156250 0.104003906250 +0.153320312500 0.166015625000 0.145507812500 0.102050781250 +0.041992187500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.003692626953 0.054687500000 +0.106445312500 0.154296875000 0.188476562500 0.208984375000 +0.220703125000 0.210937500000 0.186523437500 0.145507812500 +0.088867187500 0.008605957031 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.017456054688 0.039794921875 +0.046630859375 0.031982421875 0.001808166504 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.006347656250 0.029174804688 0.051269531250 +0.064453125000 0.070312500000 0.063964843750 0.045166015625 +0.013916015625 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.016723632812 0.057128906250 +0.093261718750 0.124511718750 0.153320312500 0.167968750000 +0.170898437500 0.168945312500 0.151367187500 0.125000000000 +0.084960937500 0.040527343750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.002151489258 +0.006378173828 0.003189086914 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.072753906250 0.122070312500 0.150390625000 +0.155273437500 0.130859375000 0.086425781250 0.033203125000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.021972656250 0.091796875000 0.156250000000 +0.209960937500 0.244140625000 0.257812500000 0.261718750000 +0.243164062500 0.206054687500 0.162109375000 0.107421875000 +0.047607421875 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.011779785156 0.078125000000 0.139648437500 0.190429687500 +0.224609375000 0.242187500000 0.246093750000 0.235351562500 +0.219726562500 0.194335937500 0.165039062500 0.124511718750 +0.084472656250 0.034912109375 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.031982421875 0.055175781250 0.056396484375 +0.035644531250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.026489257812 0.118652343750 +0.190429687500 0.236328125000 0.240234375000 0.221679687500 +0.171875000000 0.097656250000 0.005493164062 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.059326171875 +0.136718750000 0.195312500000 0.227539062500 0.231445312500 +0.198242187500 0.141601562500 0.053466796875 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.050292968750 0.103027343750 +0.127929687500 0.125976562500 0.095703125000 0.046630859375 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.082031250000 0.155273437500 +0.211914062500 0.246093750000 0.257812500000 0.238281250000 +0.194335937500 0.123535156250 0.034423828125 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.005310058594 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.063476562500 +0.059570312500 0.047363281250 0.024291992188 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.006958007812 0.041259765625 +0.046386718750 0.038085937500 0.000938415527 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.004852294922 0.052978515625 0.092285156250 +0.102539062500 0.102050781250 0.101074218750 0.076171875000 +0.047119140625 0.018310546875 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.005004882812 0.037841796875 0.054199218750 +0.067871093750 0.064941406250 0.050048828125 0.030029296875 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.017456054688 0.025146484375 0.023803710938 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.006622314453 0.012145996094 0.001701354980 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.019042968750 0.047607421875 0.071777343750 +0.077148437500 0.057861328125 0.035888671875 0.004180908203 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.015563964844 +0.047363281250 0.066406250000 0.070800781250 0.058349609375 +0.036132812500 0.001136779785 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.001220703125 0.021484375000 0.016479492188 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.015380859375 +0.026855468750 0.038085937500 0.046386718750 0.032470703125 +0.019042968750 0.009948730469 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.006835937500 0.033203125000 0.048583984375 0.065917968750 +0.067871093750 0.050781250000 0.035156250000 0.001922607422 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.037597656250 0.054199218750 0.053466796875 +0.039306640625 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000770568848 0.030151367188 0.036132812500 0.019775390625 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.013610839844 +0.013061523438 0.024169921875 0.021484375000 0.004882812500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.014831542969 0.017944335938 0.004211425781 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.031982421875 0.057128906250 0.062255859375 0.064941406250 +0.057128906250 0.038574218750 0.002365112305 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.022216796875 0.046386718750 +0.060791015625 0.055664062500 0.048583984375 0.022705078125 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000431060791 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.015014648438 0.039062500000 0.046386718750 +0.027709960938 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.003570556641 0.015380859375 0.009765625000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.014770507812 0.038330078125 0.050537109375 +0.050537109375 0.027954101562 0.010803222656 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.005096435547 0.046630859375 0.066894531250 +0.090820312500 0.114746093750 0.121093750000 0.128906250000 +0.122558593750 0.109863281250 0.079589843750 0.049560546875 +0.017333984375 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.003067016602 0.022460937500 0.037109375000 +0.031738281250 0.025268554688 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.004333496094 0.031982421875 0.037597656250 +0.038085937500 0.025512695312 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.042724609375 0.066894531250 +0.090820312500 0.123046875000 0.118652343750 0.122558593750 +0.118164062500 0.087890625000 0.067382812500 0.034667968750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000222206116 0.009521484375 0.027832031250 0.021484375000 +0.006317138672 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.007995605469 0.025146484375 0.032470703125 +0.028564453125 0.005767822266 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.011535644531 0.029907226562 +0.034179687500 0.039550781250 0.019653320312 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.015380859375 0.029296875000 0.046630859375 +0.035156250000 0.027465820312 0.005371093750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.017578125000 0.017333984375 +0.008056640625 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.004974365234 0.031005859375 0.033935546875 0.044921875000 +0.029052734375 0.010864257812 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.003021240234 0.031494140625 0.041503906250 +0.035888671875 0.002456665039 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.002914428711 0.049072265625 0.093750000000 +0.111328125000 0.130859375000 0.124511718750 0.115234375000 +0.104003906250 0.067382812500 0.054199218750 0.022460937500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.025024414062 0.035888671875 +0.041015625000 0.037841796875 0.013122558594 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.011535644531 +0.032226562500 0.026733398438 0.013610839844 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.046875000000 0.093750000000 +0.146484375000 0.153320312500 0.166992187500 0.154296875000 +0.129882812500 0.093261718750 0.052490234375 0.001129150391 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.019042968750 0.024291992188 0.012023925781 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.002517700195 0.014526367188 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.031982421875 0.065429687500 0.081054687500 +0.107421875000 0.121582031250 0.125976562500 0.118164062500 +0.097656250000 0.078125000000 0.021118164062 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.009460449219 0.062988281250 0.105468750000 +0.139648437500 0.152343750000 0.160156250000 0.148437500000 +0.116699218750 0.084472656250 0.025512695312 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.021484375000 +0.021606445312 0.028686523438 0.026977539062 0.017211914062 +0.005371093750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.025756835938 0.037353515625 +0.043212890625 0.025024414062 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.010192871094 0.032714843750 +0.028686523438 0.027099609375 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.019653320312 0.048339843750 +0.050292968750 0.051757812500 0.027709960938 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.029052734375 0.040283203125 0.053710937500 0.042480468750 +0.017333984375 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.021606445312 0.049072265625 0.050781250000 +0.058593750000 0.037597656250 0.001724243164 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.012878417969 0.040039062500 0.043701171875 0.046875000000 +0.038818359375 0.023071289062 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.025634765625 0.053955078125 0.064941406250 +0.085449218750 0.080566406250 0.090820312500 0.079101562500 +0.081054687500 0.079589843750 0.082031250000 0.090332031250 +0.091796875000 0.100097656250 0.095214843750 0.094238281250 +0.071777343750 0.051269531250 0.011352539062 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.033935546875 0.023437500000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.035156250000 +0.071777343750 0.079589843750 0.072753906250 0.049804687500 +0.006713867188 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.032226562500 +0.068359375000 0.100097656250 0.120605468750 0.127929687500 +0.135742187500 0.124023437500 0.106933593750 0.069335937500 +0.035644531250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.038574218750 +0.066894531250 0.076171875000 0.065429687500 0.021118164062 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.004821777344 0.047119140625 0.078125000000 +0.093261718750 0.078125000000 0.058105468750 0.006896972656 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.039062500000 +0.079101562500 0.105957031250 0.127929687500 0.145507812500 +0.146484375000 0.142578125000 0.116699218750 0.082031250000 +0.026367187500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.018676757812 0.030151367188 0.023437500000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.018310546875 +0.052734375000 0.061279296875 0.045166015625 0.013916015625 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.012390136719 +0.057128906250 0.074707031250 0.064453125000 0.031250000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.032714843750 0.076660156250 0.105957031250 +0.109375000000 0.093261718750 0.059326171875 0.009216308594 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.036865234375 0.109863281250 0.145507812500 +0.141601562500 0.114746093750 0.063964843750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.015197753906 +0.052734375000 0.078125000000 0.068359375000 0.040771484375 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.015869140625 0.103027343750 +0.162109375000 0.170898437500 0.150390625000 0.092285156250 +0.020629882812 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000507354736 0.099609375000 +0.173828125000 0.225585937500 0.255859375000 0.255859375000 +0.234375000000 0.190429687500 0.129882812500 0.066894531250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.021850585938 0.053222656250 0.061523437500 +0.027709960938 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.066406250000 0.119628906250 0.133789062500 0.114746093750 +0.058105468750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.062011718750 +0.170898437500 0.250000000000 0.291015625000 0.306640625000 +0.283203125000 0.236328125000 0.164062500000 0.069335937500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.057128906250 0.088378906250 0.088378906250 +0.059326171875 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.038330078125 0.113281250000 0.145507812500 +0.142578125000 0.098144531250 0.012573242188 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.029296875000 +0.075195312500 0.124511718750 0.154296875000 0.168945312500 +0.166992187500 0.153320312500 0.113769531250 0.046630859375 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.026000976562 0.113769531250 +0.188476562500 0.247070312500 0.273437500000 0.283203125000 +0.265625000000 0.224609375000 0.164062500000 0.071289062500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000747680664 0.034423828125 0.047363281250 +0.041748046875 0.024780273438 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.033935546875 0.076660156250 0.089843750000 0.069824218750 +0.016113281250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.075195312500 +0.139648437500 0.164062500000 0.146484375000 0.097656250000 +0.010070800781 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.027221679688 0.107910156250 +0.162109375000 0.176757812500 0.150390625000 0.090332031250 +0.015991210938 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.024169921875 0.074707031250 0.105957031250 0.120605468750 +0.108398437500 0.083007812500 0.031982421875 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000934600830 +0.054687500000 0.079589843750 0.091796875000 0.069335937500 +0.017700195312 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.049560546875 +0.097167968750 0.119628906250 0.134765625000 0.131835937500 +0.112792968750 0.072265625000 0.016845703125 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.024780273438 0.066894531250 0.096191406250 +0.107910156250 0.114746093750 0.102539062500 0.083007812500 +0.071777343750 0.044677734375 0.035156250000 0.015747070312 +0.019165039062 0.027465820312 0.045898437500 0.057861328125 +0.073242187500 0.070800781250 0.053710937500 0.012451171875 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000801086426 0.019287109375 +0.032958984375 0.032958984375 0.033935546875 0.018554687500 +0.001235961914 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.017822265625 0.039550781250 0.052978515625 0.052734375000 +0.049316406250 0.036376953125 0.014221191406 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.007781982422 +0.039550781250 0.062988281250 0.062988281250 0.046630859375 +0.009704589844 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.013916015625 0.058837890625 +0.075683593750 0.085449218750 0.079101562500 0.052246093750 +0.014160156250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.017456054688 +0.051269531250 0.078125000000 0.100097656250 0.114257812500 +0.114257812500 0.095214843750 0.063476562500 0.009094238281 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.008605957031 +0.042236328125 0.062988281250 0.060791015625 0.042724609375 +0.004760742188 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.034179687500 0.073730468750 +0.097167968750 0.096679687500 0.084960937500 0.053466796875 +0.005340576172 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.004638671875 +0.001998901367 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.014526367188 0.048095703125 0.040039062500 0.003585815430 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.038330078125 0.082519531250 +0.117187500000 0.123535156250 0.108398437500 0.071777343750 +0.024658203125 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.043701171875 0.081054687500 +0.097167968750 0.096191406250 0.072265625000 0.036865234375 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.009216308594 0.038818359375 0.048095703125 0.037353515625 +0.000740051270 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.028686523438 0.094238281250 +0.155273437500 0.185546875000 0.196289062500 0.183593750000 +0.149414062500 0.099121093750 0.027221679688 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.029663085938 0.065917968750 0.071289062500 0.050781250000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.025268554688 0.085449218750 0.134765625000 0.156250000000 +0.152343750000 0.116699218750 0.049316406250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.033691406250 0.098144531250 +0.132812500000 0.151367187500 0.150390625000 0.137695312500 +0.093750000000 0.048583984375 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.015319824219 0.065429687500 0.104492187500 +0.111328125000 0.101074218750 0.063964843750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.038330078125 0.082519531250 0.090332031250 0.060058593750 +0.003311157227 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.034667968750 0.096679687500 +0.137695312500 0.180664062500 0.198242187500 0.197265625000 +0.167968750000 0.129882812500 0.068359375000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.047363281250 0.130859375000 +0.182617187500 0.227539062500 0.242187500000 0.232421875000 +0.198242187500 0.135742187500 0.055175781250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.038085937500 0.059082031250 0.056884765625 +0.035644531250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.008483886719 0.071777343750 +0.098632812500 0.090332031250 0.040283203125 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.018188476562 0.064453125000 0.065917968750 +0.038818359375 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.047607421875 0.067871093750 0.056152343750 +0.015258789062 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.017578125000 +0.039062500000 0.053466796875 0.054687500000 0.055908203125 +0.044921875000 0.029785156250 0.003814697266 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.038330078125 +0.076660156250 0.088867187500 0.053955078125 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.045166015625 0.086914062500 0.104003906250 +0.112792968750 0.090820312500 0.065429687500 0.010864257812 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.003097534180 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.007080078125 0.037841796875 0.077148437500 +0.113769531250 0.143554687500 0.165039062500 0.167968750000 +0.152343750000 0.117675781250 0.057861328125 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.005554199219 0.010375976562 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.004852294922 0.044677734375 0.062988281250 +0.057128906250 0.031738281250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.018188476562 0.041748046875 +0.050537109375 0.053955078125 0.040039062500 0.027832031250 +0.010925292969 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000579833984 0.002670288086 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.013000488281 0.024047851562 0.004241943359 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.007720947266 0.010864257812 0.002960205078 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.010253906250 0.014587402344 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.004760742188 0.018676757812 0.033935546875 0.029052734375 +0.014282226562 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.015991210938 0.029663085938 0.020385742188 +0.001808166504 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000869750977 0.044677734375 +0.049560546875 0.034179687500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.003143310547 +0.027832031250 0.025512695312 0.026367187500 0.016479492188 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.037353515625 0.072265625000 0.085937500000 0.062988281250 +0.018188476562 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.007537841797 +0.048095703125 0.062011718750 0.066406250000 0.051025390625 +0.020996093750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.003936767578 0.002990722656 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.052001953125 0.081054687500 +0.068359375000 0.033447265625 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.015869140625 0.053710937500 0.082519531250 +0.103027343750 0.105468750000 0.094238281250 0.066894531250 +0.013122558594 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.041748046875 0.054199218750 +0.032226562500 0.003509521484 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.002777099609 0.051269531250 0.070800781250 0.080566406250 +0.053222656250 0.006011962891 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.020385742188 0.030883789062 0.036132812500 0.024169921875 +0.005523681641 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.004241943359 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.069824218750 0.178710937500 0.090820312500 +0.121582031250 0.126953125000 0.125976562500 0.113769531250 +0.084960937500 0.038818359375 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.004638671875 0.044921875000 0.083007812500 +0.110839843750 0.108886718750 0.087890625000 0.046386718750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.041015625000 0.127929687500 0.206054687500 0.261718750000 +0.294921875000 0.308593750000 0.300781250000 0.283203125000 +0.247070312500 0.198242187500 0.156250000000 0.114257812500 +0.063476562500 0.019042968750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.002288818359 0.040771484375 0.079101562500 +0.114746093750 0.137695312500 0.145507812500 0.148437500000 +0.138671875000 0.117187500000 0.075195312500 0.033203125000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.064453125000 +0.129882812500 0.185546875000 0.215820312500 0.224609375000 +0.216796875000 0.183593750000 0.137695312500 0.079589843750 +0.015075683594 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.002273559570 0.078613281250 +0.142578125000 0.175781250000 0.197265625000 0.204101562500 +0.180664062500 0.145507812500 0.093750000000 0.039794921875 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.017578125000 +0.067871093750 0.104003906250 0.133789062500 0.151367187500 +0.155273437500 0.146484375000 0.133789062500 0.105957031250 +0.076171875000 0.035156250000 0.000008344650 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.038085937500 +0.079101562500 0.112792968750 0.139648437500 0.159179687500 +0.160156250000 0.143554687500 0.109863281250 0.067871093750 +0.007141113281 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.015747070312 +0.103515625000 0.169921875000 0.213867187500 0.242187500000 +0.241210937500 0.209960937500 0.162109375000 0.104003906250 +0.032714843750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.019409179688 0.093750000000 +0.147460937500 0.170898437500 0.171875000000 0.138671875000 +0.079101562500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.009521484375 0.060302734375 0.103515625000 +0.143554687500 0.191406250000 0.219726562500 0.248046875000 +0.259765625000 0.259765625000 0.251953125000 0.233398437500 +0.208007812500 0.169921875000 0.133789062500 0.087890625000 +0.035156250000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.010559082031 0.018188476562 0.018676757812 0.006591796875 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.031982421875 0.076660156250 +0.108886718750 0.134765625000 0.144531250000 0.148437500000 +0.144531250000 0.129882812500 0.098144531250 0.073730468750 +0.037109375000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.005859375000 0.037841796875 0.067871093750 +0.105468750000 0.128906250000 0.145507812500 0.142578125000 +0.117675781250 0.074218750000 0.018920898438 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.069335937500 +0.138671875000 0.183593750000 0.206054687500 0.192382812500 +0.164062500000 0.108398437500 0.042236328125 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.006011962891 +0.062011718750 0.112792968750 0.155273437500 0.190429687500 +0.219726562500 0.243164062500 0.257812500000 0.259765625000 +0.257812500000 0.246093750000 0.224609375000 0.193359375000 +0.154296875000 0.112304687500 0.075195312500 0.021362304688 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.008972167969 0.015075683594 +0.015869140625 0.005798339844 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.063964843750 0.125000000000 +0.160156250000 0.158203125000 0.131835937500 0.071289062500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.066406250000 0.125976562500 +0.178710937500 0.211914062500 0.220703125000 0.205078125000 +0.174804687500 0.132812500000 0.076171875000 0.011535644531 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.036865234375 0.081054687500 0.104003906250 +0.130859375000 0.143554687500 0.140625000000 0.121582031250 +0.096679687500 0.063964843750 0.023315429688 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.001411437988 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000606536865 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.031494140625 0.091796875000 0.145507812500 +0.201171875000 0.251953125000 0.285156250000 0.306640625000 +0.310546875000 0.306640625000 0.275390625000 0.229492187500 +0.173828125000 0.096191406250 0.014770507812 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.061767578125 0.120117187500 +0.156250000000 0.164062500000 0.133789062500 0.077636718750 +0.007537841797 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.018310546875 +0.061035156250 0.080078125000 0.077636718750 0.053955078125 +0.012451171875 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.007934570312 0.093750000000 +0.153320312500 0.192382812500 0.201171875000 0.185546875000 +0.154296875000 0.105957031250 0.056152343750 0.010681152344 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.014526367188 0.048828125000 0.077636718750 0.094238281250 +0.099121093750 0.075195312500 0.035644531250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.003219604492 0.064453125000 0.123046875000 0.162109375000 +0.178710937500 0.172851562500 0.150390625000 0.100585937500 +0.039794921875 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.038574218750 0.097167968750 0.146484375000 +0.174804687500 0.173828125000 0.149414062500 0.111328125000 +0.053955078125 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.001449584961 0.064453125000 0.131835937500 +0.186523437500 0.224609375000 0.250000000000 0.253906250000 +0.230468750000 0.182617187500 0.122070312500 0.049072265625 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.017089843750 0.097656250000 +0.160156250000 0.199218750000 0.220703125000 0.215820312500 +0.187500000000 0.141601562500 0.090332031250 0.036621093750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.031738281250 +0.032714843750 0.022338867188 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.016845703125 0.059326171875 0.083007812500 0.093261718750 +0.082519531250 0.062255859375 0.030029296875 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.005493164062 0.015747070312 0.018920898438 +0.009826660156 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.014953613281 0.035156250000 +0.033691406250 0.019409179688 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.004730224609 +0.032470703125 0.036865234375 0.017822265625 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.008239746094 0.019653320312 0.007690429688 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.018188476562 0.046875000000 +0.081542968750 0.108886718750 0.128906250000 0.141601562500 +0.143554687500 0.131835937500 0.116210937500 0.091796875000 +0.065917968750 0.033691406250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.029296875000 0.059814453125 0.089843750000 +0.116210937500 0.138671875000 0.160156250000 0.180664062500 +0.193359375000 0.206054687500 0.212890625000 0.213867187500 +0.201171875000 0.180664062500 0.135742187500 0.067871093750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.042480468750 +0.119140625000 0.183593750000 0.232421875000 0.261718750000 +0.273437500000 0.269531250000 0.242187500000 0.207031250000 +0.154296875000 0.083984375000 0.009399414062 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.047851562500 0.076171875000 0.085449218750 +0.064453125000 0.015869140625 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.040527343750 +0.093261718750 0.125000000000 0.128906250000 0.117187500000 +0.080566406250 0.033691406250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.020507812500 0.085449218750 0.146484375000 +0.190429687500 0.217773437500 0.219726562500 0.207031250000 +0.168945312500 0.114257812500 0.049072265625 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.044677734375 0.078125000000 +0.094238281250 0.095214843750 0.079101562500 0.047363281250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000392913818 +0.059082031250 0.115722656250 0.162109375000 0.202148437500 +0.225585937500 0.233398437500 0.221679687500 0.193359375000 +0.138671875000 0.069335937500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.010375976562 0.100097656250 0.176757812500 0.239257812500 +0.279296875000 0.296875000000 0.291015625000 0.265625000000 +0.228515625000 0.179687500000 0.125976562500 0.071777343750 +0.014038085938 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.006347656250 +0.085937500000 0.158203125000 0.203125000000 0.223632812500 +0.208007812500 0.159179687500 0.085449218750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.011535644531 +0.052978515625 0.073242187500 0.074218750000 0.058349609375 +0.022949218750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.051513671875 0.128906250000 0.189453125000 0.224609375000 +0.225585937500 0.196289062500 0.144531250000 0.071777343750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.023559570312 0.076171875000 +0.113769531250 0.135742187500 0.140625000000 0.136718750000 +0.119140625000 0.103515625000 0.083984375000 0.075195312500 +0.074707031250 0.077636718750 0.089355468750 0.099609375000 +0.103515625000 0.096679687500 0.075683593750 0.036621093750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.064941406250 0.154296875000 0.224609375000 +0.265625000000 0.279296875000 0.269531250000 0.239257812500 +0.196289062500 0.151367187500 0.106933593750 0.068359375000 +0.041992187500 0.026000976562 0.023681640625 0.028808593750 +0.037841796875 0.044677734375 0.048339843750 0.044921875000 +0.027465820312 0.000869750977 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.053222656250 +0.115234375000 0.164062500000 0.208984375000 0.231445312500 +0.241210937500 0.232421875000 0.209960937500 0.180664062500 +0.149414062500 0.113281250000 0.084472656250 0.060791015625 +0.046630859375 0.045410156250 0.052490234375 0.066406250000 +0.073730468750 0.070800781250 0.065917968750 0.041503906250 +0.006195068359 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.017211914062 0.093261718750 +0.157226562500 0.202148437500 0.230468750000 0.233398437500 +0.216796875000 0.179687500000 0.133789062500 0.079101562500 +0.020874023438 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.017211914062 +0.038818359375 0.053466796875 0.054443359375 0.045166015625 +0.023803710938 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.017456054688 +0.106933593750 0.179687500000 0.221679687500 0.231445312500 +0.207031250000 0.144531250000 0.055908203125 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.006988525391 0.054199218750 0.088867187500 0.107421875000 +0.108886718750 0.083984375000 0.041503906250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.015441894531 +0.052246093750 0.074218750000 0.083007812500 0.076171875000 +0.044433593750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.014709472656 0.021484375000 +0.014892578125 0.001876831055 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.016601562500 0.068847656250 +0.107910156250 0.130859375000 0.135742187500 0.119628906250 +0.085937500000 0.032958984375 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.074218750000 0.153320312500 0.206054687500 0.229492187500 +0.222656250000 0.192382812500 0.141601562500 0.074707031250 +0.016479492188 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.019653320312 +0.071289062500 0.116210937500 0.147460937500 0.157226562500 +0.143554687500 0.114746093750 0.069335937500 0.018920898438 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.013732910156 +0.064941406250 0.114257812500 0.149414062500 0.170898437500 +0.168945312500 0.155273437500 0.124023437500 0.084960937500 +0.034667968750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.040039062500 +0.107421875000 0.164062500000 0.206054687500 0.225585937500 +0.221679687500 0.083496093750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.011291503906 0.050537109375 0.083496093750 0.089355468750 +0.097167968750 0.065917968750 0.051025390625 0.004791259766 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.016601562500 0.057128906250 0.084472656250 0.095703125000 +0.093750000000 0.074218750000 0.044189453125 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.021240234375 0.051269531250 0.055908203125 +0.063476562500 0.055908203125 0.056640625000 0.053955078125 +0.053222656250 0.048339843750 0.039062500000 0.032714843750 +0.020507812500 0.015136718750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.015563964844 0.003204345703 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.006042480469 +0.019531250000 0.014343261719 0.003738403320 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000514984131 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.007080078125 0.010070800781 0.014221191406 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.006347656250 0.016601562500 0.019287109375 0.003356933594 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.008422851562 0.018676757812 +0.025146484375 0.017700195312 0.000556945801 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.015747070312 0.070312500000 0.098632812500 0.114746093750 +0.110351562500 0.088378906250 0.032470703125 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.027587890625 0.031127929688 0.031982421875 +0.016113281250 0.000175476074 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.010925292969 0.028198242188 +0.024291992188 0.021728515625 0.009338378906 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.037597656250 0.064453125000 +0.076171875000 0.067382812500 0.039794921875 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.023925781250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.058105468750 0.119628906250 +0.166992187500 0.208984375000 0.243164062500 0.265625000000 +0.275390625000 0.269531250000 0.248046875000 0.218750000000 +0.175781250000 0.120605468750 0.048095703125 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.075195312500 0.205078125000 +0.318359375000 0.410156250000 0.478515625000 0.494140625000 +0.453125000000 0.380859375000 0.267578125000 0.120117187500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.022094726562 0.118164062500 0.185546875000 +0.212890625000 0.198242187500 0.149414062500 0.076171875000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.119140625000 0.222656250000 +0.296875000000 0.330078125000 0.296875000000 0.216796875000 +0.088867187500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.028198242188 0.105468750000 +0.157226562500 0.173828125000 0.162109375000 0.110839843750 +0.030883789062 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.032226562500 +0.129882812500 0.201171875000 0.243164062500 0.248046875000 +0.218750000000 0.162109375000 0.085449218750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.026000976562 0.149414062500 0.249023437500 +0.318359375000 0.349609375000 0.332031250000 0.277343750000 +0.181640625000 0.054931640625 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.007446289062 0.130859375000 0.228515625000 +0.302734375000 0.343750000000 0.353515625000 0.335937500000 +0.302734375000 0.247070312500 0.186523437500 0.123046875000 +0.055175781250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.049316406250 +0.203125000000 0.304687500000 0.347656250000 0.332031250000 +0.265625000000 0.157226562500 0.005157470703 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.050048828125 0.143554687500 0.197265625000 0.192382812500 +0.143554687500 0.049072265625 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.023803710938 0.073730468750 0.091796875000 +0.093261718750 0.084960937500 0.070800781250 0.060791015625 +0.071777343750 0.102050781250 0.145507812500 0.215820312500 +0.292968750000 0.367187500000 0.417968750000 0.445312500000 +0.427734375000 0.367187500000 0.257812500000 0.102050781250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.097656250000 0.166992187500 +0.201171875000 0.208984375000 0.192382812500 0.166992187500 +0.142578125000 0.125976562500 0.115234375000 0.121093750000 +0.139648437500 0.163085937500 0.193359375000 0.215820312500 +0.218750000000 0.203125000000 0.170898437500 0.115722656250 +0.055664062500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.026855468750 0.093261718750 0.133789062500 +0.151367187500 0.143554687500 0.119628906250 0.101074218750 +0.096191406250 0.104980468750 0.123535156250 0.165039062500 +0.209960937500 0.265625000000 0.316406250000 0.349609375000 +0.371093750000 0.361328125000 0.326171875000 0.255859375000 +0.163085937500 0.042236328125 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.084960937500 0.170898437500 0.224609375000 0.241210937500 +0.222656250000 0.166992187500 0.083007812500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.018188476562 0.005767822266 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.094726562500 +0.231445312500 0.300781250000 0.308593750000 0.253906250000 +0.147460937500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.074707031250 +0.141601562500 0.188476562500 0.199218750000 0.177734375000 +0.126953125000 0.054199218750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.031250000000 0.160156250000 0.261718750000 +0.328125000000 0.345703125000 0.308593750000 0.222656250000 +0.093750000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.025390625000 0.023925781250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.008605957031 0.019287109375 0.000050544739 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.067382812500 0.155273437500 0.190429687500 0.175781250000 +0.111328125000 0.018798828125 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.057373046875 +0.131835937500 0.170898437500 0.175781250000 0.145507812500 +0.075683593750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.083984375000 0.166992187500 0.235351562500 0.279296875000 +0.294921875000 0.271484375000 0.217773437500 0.144531250000 +0.055419921875 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.102050781250 0.237304687500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.052734375000 0.126953125000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.013183593750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.005676269531 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.008666992188 0.056640625000 +0.063964843750 0.052978515625 0.024902343750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.024902343750 0.063964843750 0.083007812500 +0.094238281250 0.086425781250 0.061523437500 0.018676757812 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.024902343750 0.051757812500 +0.064453125000 0.077636718750 0.061767578125 0.038330078125 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.019287109375 0.051269531250 +0.074707031250 0.080566406250 0.073242187500 0.044189453125 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.031494140625 0.052246093750 0.073730468750 +0.079101562500 0.070800781250 0.045654296875 0.003402709961 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.007598876953 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.025634765625 0.080078125000 0.115722656250 +0.128906250000 0.122070312500 0.104003906250 0.062988281250 +0.000308990479 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.012084960938 0.055664062500 0.085449218750 +0.096191406250 0.101074218750 0.081542968750 0.040527343750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.019653320312 +0.033691406250 0.015075683594 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.003997802734 0.015319824219 0.029174804688 0.031982421875 +0.038574218750 0.026367187500 0.008544921875 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.023925781250 0.012023925781 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.030151367188 0.062255859375 0.071289062500 +0.049072265625 0.005218505859 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.016357421875 0.031494140625 0.020996093750 +0.011474609375 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.021606445312 0.057617187500 0.090332031250 +0.097167968750 0.082031250000 0.047607421875 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.007141113281 +0.038085937500 0.054687500000 0.062011718750 0.042724609375 +0.026977539062 0.009826660156 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.058105468750 0.099609375000 0.132812500000 0.138671875000 +0.137695312500 0.098632812500 0.045166015625 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.027709960938 0.073730468750 0.085937500000 0.096679687500 +0.084960937500 0.059570312500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.029052734375 0.027465820312 +0.004364013672 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000915527344 0.001876831055 0.002395629883 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.002334594727 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.001014709473 0.006500244141 0.011962890625 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.007934570312 0.042724609375 0.060791015625 0.074707031250 +0.068847656250 0.045166015625 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.027099609375 0.049560546875 0.045166015625 0.008239746094 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.030395507812 0.035888671875 +0.012634277344 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.012268066406 0.069824218750 0.115234375000 0.139648437500 +0.141601562500 0.117187500000 0.071289062500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.015502929688 +0.040527343750 0.057373046875 0.054687500000 0.037841796875 +0.014831542969 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.005401611328 0.058837890625 0.100097656250 0.129882812500 +0.130859375000 0.116699218750 0.079589843750 0.016357421875 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.006439208984 +0.047607421875 0.046630859375 0.008728027344 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.042968750000 0.088867187500 0.092773437500 0.049804687500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.016235351562 +0.075683593750 0.123046875000 0.157226562500 0.176757812500 +0.185546875000 0.175781250000 0.146484375000 0.089843750000 +0.015869140625 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.022583007812 0.087890625000 0.129882812500 0.141601562500 +0.132812500000 0.107421875000 0.075195312500 0.047363281250 +0.021850585938 0.013244628906 0.012939453125 0.023803710938 +0.034179687500 0.046386718750 0.049072265625 0.030883789062 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.009094238281 0.076171875000 0.122070312500 0.142578125000 +0.138671875000 0.112792968750 0.081542968750 0.053466796875 +0.029052734375 0.013732910156 0.011535644531 0.018188476562 +0.033447265625 0.044677734375 0.047851562500 0.035400390625 +0.005920410156 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.015014648438 0.086914062500 0.128906250000 0.151367187500 +0.157226562500 0.136718750000 0.098632812500 0.050048828125 +0.000013113022 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.014831542969 0.049072265625 0.082519531250 +0.106445312500 0.109375000000 0.091308593750 0.055175781250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.033447265625 0.042480468750 0.009887695312 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.099609375000 0.178710937500 0.225585937500 +0.253906250000 0.247070312500 0.208984375000 0.144531250000 +0.059570312500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.008605957031 0.081054687500 0.133789062500 0.159179687500 +0.162109375000 0.144531250000 0.114257812500 0.077148437500 +0.042480468750 0.004882812500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.015747070312 0.043945312500 0.074218750000 +0.097656250000 0.110839843750 0.102050781250 0.076171875000 +0.026977539062 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.059326171875 0.083007812500 0.076660156250 0.033935546875 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.042480468750 +0.077148437500 0.095703125000 0.100097656250 0.090332031250 +0.076171875000 0.056640625000 0.038818359375 0.028930664062 +0.022827148438 0.020507812500 0.022949218750 0.031005859375 +0.032470703125 0.029296875000 0.013366699219 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.034423828125 0.097167968750 0.126953125000 0.120605468750 +0.083984375000 0.011901855469 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.028930664062 +0.029907226562 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.079101562500 +0.116699218750 0.109375000000 0.052734375000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.022094726562 0.090820312500 0.131835937500 0.140625000000 +0.115722656250 0.063476562500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.012329101562 0.055175781250 +0.078613281250 0.081542968750 0.075195312500 0.053955078125 +0.025146484375 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.006378173828 0.026489257812 +0.049560546875 0.060791015625 0.054931640625 0.022583007812 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.066406250000 +0.160156250000 0.221679687500 0.250000000000 0.248046875000 +0.214843750000 0.166992187500 0.092285156250 0.010375976562 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.044677734375 0.111328125000 +0.167968750000 0.213867187500 0.241210937500 0.242187500000 +0.226562500000 0.189453125000 0.131835937500 0.051513671875 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.014831542969 +0.024414062500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.010681152344 +0.097656250000 0.169921875000 0.208007812500 0.226562500000 +0.205078125000 0.152343750000 0.078613281250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.014831542969 +0.015869140625 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.023803710938 0.091796875000 +0.117187500000 0.101074218750 0.040527343750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.031250000000 0.048828125000 +0.033691406250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.041015625000 0.096191406250 +0.139648437500 0.165039062500 0.178710937500 0.175781250000 +0.153320312500 0.122070312500 0.087402343750 0.050292968750 +0.008178710938 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.035156250000 +0.079589843750 0.107910156250 0.121093750000 0.124023437500 +0.104980468750 0.073730468750 0.028930664062 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.055419921875 0.120605468750 +0.163085937500 0.173828125000 0.166015625000 0.146484375000 +0.113281250000 0.062011718750 0.014770507812 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.012268066406 0.027343750000 0.034179687500 0.041748046875 +0.041503906250 0.037841796875 0.037841796875 0.040771484375 +0.044189453125 0.049804687500 0.055175781250 0.054199218750 +0.043457031250 0.022338867188 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.002578735352 +0.055175781250 0.091796875000 0.107910156250 0.105468750000 +0.091308593750 0.071777343750 0.053955078125 0.047607421875 +0.048339843750 0.057617187500 0.072265625000 0.090820312500 +0.100097656250 0.093750000000 0.073730468750 0.027954101562 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.072265625000 0.103515625000 +0.093261718750 0.032226562500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.006378173828 0.077148437500 +0.104980468750 0.096191406250 0.032226562500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.081542968750 0.163085937500 0.214843750000 0.240234375000 +0.237304687500 0.208984375000 0.153320312500 0.075683593750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.006042480469 +0.004943847656 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.092773437500 +0.186523437500 0.246093750000 0.267578125000 0.253906250000 +0.215820312500 0.155273437500 0.077636718750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.011230468750 +0.084472656250 0.145507812500 0.187500000000 0.211914062500 +0.214843750000 0.190429687500 0.146484375000 0.075195312500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.044677734375 0.085937500000 0.102050781250 0.100585937500 +0.076660156250 0.043945312500 0.000789642334 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.008728027344 0.090820312500 0.146484375000 0.175781250000 +0.167968750000 0.132812500000 0.071289062500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.011718750000 0.066894531250 +0.125976562500 0.165039062500 0.205078125000 0.224609375000 +0.232421875000 0.225585937500 0.208007812500 0.171875000000 +0.124511718750 0.063476562500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.018188476562 0.074707031250 +0.124511718750 0.169921875000 0.205078125000 0.229492187500 +0.242187500000 0.233398437500 0.207031250000 0.164062500000 +0.102539062500 0.026489257812 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.015563964844 0.076660156250 0.120117187500 0.137695312500 +0.131835937500 0.107910156250 0.062500000000 0.008728027344 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.010009765625 +0.087402343750 0.146484375000 0.179687500000 0.191406250000 +0.170898437500 0.119628906250 0.051513671875 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.027099609375 0.039794921875 +0.046386718750 0.044189453125 0.038818359375 0.032714843750 +0.024658203125 0.021484375000 0.028564453125 0.052978515625 +0.085937500000 0.128906250000 0.166015625000 0.201171875000 +0.217773437500 0.212890625000 0.188476562500 0.140625000000 +0.069824218750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.011352539062 0.065429687500 +0.100585937500 0.108886718750 0.104980468750 0.084960937500 +0.060546875000 0.034179687500 0.011474609375 0.001251220703 +0.000000000000 0.005065917969 0.027954101562 0.043701171875 +0.061279296875 0.075683593750 0.076171875000 0.073242187500 +0.047363281250 0.009826660156 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.049316406250 +0.106445312500 0.145507812500 0.162109375000 0.149414062500 +0.112304687500 0.063964843750 0.000406265259 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.003997802734 +0.071289062500 0.117675781250 0.147460937500 0.150390625000 +0.127929687500 0.079589843750 0.020996093750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000450134277 0.020629882812 0.034423828125 0.043457031250 +0.056884765625 0.070800781250 0.085937500000 0.094726562500 +0.101562500000 0.102539062500 0.100097656250 0.093261718750 +0.090820312500 0.077636718750 0.049072265625 0.024414062500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.051757812500 +0.113281250000 0.148437500000 0.142578125000 0.104492187500 +0.038330078125 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.018676757812 0.033935546875 0.042724609375 0.048828125000 +0.054931640625 0.069335937500 0.082519531250 0.096191406250 +0.104492187500 0.121582031250 0.130859375000 0.137695312500 +0.134765625000 0.116210937500 0.087890625000 0.045654296875 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.014587402344 0.051757812500 0.069335937500 0.065917968750 +0.041503906250 0.000770568848 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.051757812500 0.123535156250 +0.165039062500 0.166015625000 0.135742187500 0.073242187500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.047119140625 0.095703125000 0.107421875000 0.089355468750 +0.034667968750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.024658203125 +0.042480468750 0.041503906250 0.028076171875 0.006378173828 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.007720947266 0.042236328125 0.078613281250 +0.114746093750 0.155273437500 0.182617187500 0.197265625000 +0.198242187500 0.191406250000 0.161132812500 0.117187500000 +0.061523437500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.023681640625 +0.063964843750 0.070312500000 0.063964843750 0.037109375000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.014221191406 0.025878906250 0.031982421875 0.039550781250 +0.048583984375 0.050292968750 0.049804687500 0.053466796875 +0.047851562500 0.042236328125 0.031127929688 0.019287109375 +0.010864257812 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.014404296875 0.047119140625 +0.074218750000 0.099609375000 0.113769531250 0.116210937500 +0.101562500000 0.071289062500 0.021728515625 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.010498046875 0.030517578125 +0.039306640625 0.044433593750 0.036621093750 0.029541015625 +0.020507812500 0.004272460938 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.011291503906 0.038818359375 0.066894531250 +0.095214843750 0.123046875000 0.146484375000 0.157226562500 +0.159179687500 0.148437500000 0.128906250000 0.090332031250 +0.047119140625 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.007690429688 +0.014465332031 0.007598876953 0.002395629883 0.000000000000 +0.000000000000 0.000000000000 0.005401611328 0.019775390625 +0.038330078125 0.056152343750 0.067382812500 0.080078125000 +0.083984375000 0.077148437500 0.067871093750 0.037841796875 +0.001029968262 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.030883789062 +0.076171875000 0.100097656250 0.108886718750 0.100097656250 +0.066894531250 0.018798828125 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.042968750000 +0.089843750000 0.117187500000 0.113281250000 0.072265625000 +0.014770507812 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.070312500000 0.141601562500 +0.194335937500 0.227539062500 0.239257812500 0.231445312500 +0.197265625000 0.147460937500 0.077636718750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.001701354980 +0.046142578125 0.062500000000 0.056396484375 0.017944335938 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.033447265625 0.075195312500 +0.098144531250 0.113281250000 0.117187500000 0.104980468750 +0.089355468750 0.066894531250 0.040527343750 0.012084960938 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.032226562500 +0.072753906250 0.113769531250 0.144531250000 0.166015625000 +0.174804687500 0.160156250000 0.118164062500 0.054199218750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000058412552 0.091308593750 0.165039062500 +0.220703125000 0.250000000000 0.253906250000 0.226562500000 +0.185546875000 0.118164062500 0.035888671875 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.029174804688 +0.101074218750 0.145507812500 0.162109375000 0.142578125000 +0.097167968750 0.026489257812 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.026489257812 +0.072753906250 0.090820312500 0.077148437500 0.039550781250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.017456054688 +0.059570312500 0.083007812500 0.067871093750 0.020751953125 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.048095703125 0.077636718750 0.070800781250 0.035644531250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.029052734375 0.082519531250 0.109863281250 0.117675781250 +0.096679687500 0.042968750000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.068847656250 +0.124511718750 0.158203125000 0.161132812500 0.139648437500 +0.089355468750 0.024658203125 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.045166015625 0.057861328125 +0.014160156250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.018066406250 0.037597656250 0.038330078125 +0.024291992188 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.002227783203 0.072753906250 0.135742187500 0.176757812500 +0.199218750000 0.199218750000 0.170898437500 0.120117187500 +0.052734375000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.033935546875 0.080566406250 0.115722656250 +0.148437500000 0.176757812500 0.185546875000 0.183593750000 +0.172851562500 0.149414062500 0.112792968750 0.067871093750 +0.019775390625 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.008239746094 0.043457031250 +0.072265625000 0.099609375000 0.125000000000 0.145507812500 +0.166015625000 0.186523437500 0.211914062500 0.238281250000 +0.265625000000 0.292968750000 0.314453125000 0.330078125000 +0.333984375000 0.326171875000 0.304687500000 0.267578125000 +0.219726562500 0.160156250000 0.097167968750 0.028686523438 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.024291992188 +0.059814453125 0.091796875000 0.119628906250 0.143554687500 +0.168945312500 0.194335937500 0.214843750000 0.240234375000 +0.269531250000 0.292968750000 0.316406250000 0.333984375000 +0.335937500000 0.328125000000 0.308593750000 0.273437500000 +0.224609375000 0.160156250000 0.087402343750 0.017700195312 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.028808593750 0.073242187500 +0.106445312500 0.129882812500 0.139648437500 0.136718750000 +0.124023437500 0.108886718750 0.092773437500 0.080078125000 +0.071777343750 0.075195312500 0.088378906250 0.111328125000 +0.142578125000 0.182617187500 0.225585937500 0.267578125000 +0.304687500000 0.328125000000 0.335937500000 0.328125000000 +0.300781250000 0.257812500000 0.200195312500 0.129882812500 +0.052001953125 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.003997802734 0.021484375000 0.026489257812 +0.015563964844 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.048583984375 +0.099609375000 0.145507812500 0.182617187500 0.211914062500 +0.232421875000 0.237304687500 0.231445312500 0.210937500000 +0.180664062500 0.138671875000 0.085449218750 0.030883789062 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.021606445312 +0.061767578125 0.099121093750 0.133789062500 0.163085937500 +0.187500000000 0.207031250000 0.221679687500 0.235351562500 +0.243164062500 0.251953125000 0.259765625000 0.263671875000 +0.269531250000 0.277343750000 0.289062500000 0.298828125000 +0.310546875000 0.318359375000 0.330078125000 0.337890625000 +0.333984375000 0.320312500000 0.296875000000 0.257812500000 +0.207031250000 0.143554687500 0.070312500000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.032226562500 0.086914062500 0.130859375000 +0.153320312500 0.158203125000 0.147460937500 0.115722656250 +0.071289062500 0.020141601562 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.012207031250 +0.031738281250 0.046142578125 0.061523437500 0.073730468750 +0.080566406250 0.084472656250 0.088378906250 0.093261718750 +0.103027343750 0.120605468750 0.140625000000 0.166015625000 +0.199218750000 0.233398437500 0.261718750000 0.289062500000 +0.310546875000 0.320312500000 0.314453125000 0.292968750000 +0.257812500000 0.209960937500 0.149414062500 0.080566406250 +0.006835937500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.039062500000 0.103515625000 0.157226562500 0.201171875000 +0.221679687500 0.222656250000 0.210937500000 0.182617187500 +0.142578125000 0.102050781250 0.062988281250 0.029296875000 +0.005523681641 0.000000000000 0.002502441406 0.018188476562 +0.043701171875 0.074218750000 0.099609375000 0.113769531250 +0.120117187500 0.107421875000 0.077148437500 0.032958984375 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.034423828125 +0.107910156250 0.165039062500 0.204101562500 0.214843750000 +0.197265625000 0.156250000000 0.092773437500 0.010620117188 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.017700195312 0.092285156250 0.157226562500 0.207031250000 +0.235351562500 0.245117187500 0.238281250000 0.216796875000 +0.186523437500 0.148437500000 0.104003906250 0.055664062500 +0.010253906250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.023193359375 0.071289062500 0.112792968750 0.140625000000 +0.156250000000 0.161132812500 0.157226562500 0.144531250000 +0.121093750000 0.098144531250 0.074218750000 0.055908203125 +0.048583984375 0.045166015625 0.054931640625 0.077636718750 +0.108398437500 0.145507812500 0.176757812500 0.203125000000 +0.222656250000 0.227539062500 0.216796875000 0.185546875000 +0.138671875000 0.076660156250 0.005340576172 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.070312500000 0.157226562500 0.231445312500 0.294921875000 +0.332031250000 0.343750000000 0.332031250000 0.298828125000 +0.245117187500 0.179687500000 0.112304687500 0.044677734375 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.011901855469 0.052978515625 0.094726562500 0.139648437500 +0.188476562500 0.235351562500 0.277343750000 0.314453125000 +0.341796875000 0.361328125000 0.371093750000 0.365234375000 +0.339843750000 0.304687500000 0.257812500000 0.198242187500 +0.130859375000 0.066406250000 0.003707885742 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.020507812500 0.051757812500 0.084472656250 +0.116210937500 0.143554687500 0.166015625000 0.173828125000 +0.174804687500 0.166015625000 0.154296875000 0.131835937500 +0.097167968750 0.058105468750 0.015197753906 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.006378173828 0.064941406250 0.119140625000 0.168945312500 +0.206054687500 0.226562500000 0.231445312500 0.216796875000 +0.189453125000 0.150390625000 0.100097656250 0.050048828125 +0.002105712891 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.030273437500 +0.060058593750 0.085937500000 0.101562500000 0.104003906250 +0.096191406250 0.078125000000 0.052490234375 0.018310546875 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.015502929688 0.059814453125 0.104980468750 0.149414062500 +0.190429687500 0.230468750000 0.263671875000 0.291015625000 +0.312500000000 0.324218750000 0.332031250000 0.335937500000 +0.333984375000 0.326171875000 0.318359375000 0.306640625000 +0.291015625000 0.271484375000 0.251953125000 0.230468750000 +0.206054687500 0.183593750000 0.164062500000 0.140625000000 +0.121093750000 0.102539062500 0.085937500000 0.063476562500 +0.037109375000 0.014770507812 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.028930664062 0.062500000000 0.091796875000 0.115722656250 +0.132812500000 0.145507812500 0.152343750000 0.148437500000 +0.141601562500 0.125976562500 0.105468750000 0.079101562500 +0.047119140625 0.017456054688 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.055419921875 +0.136718750000 0.204101562500 0.255859375000 0.294921875000 +0.310546875000 0.308593750000 0.291015625000 0.255859375000 +0.212890625000 0.172851562500 0.134765625000 0.103515625000 +0.083984375000 0.073730468750 0.075195312500 0.093750000000 +0.121582031250 0.151367187500 0.188476562500 0.225585937500 +0.263671875000 0.296875000000 0.324218750000 0.347656250000 +0.365234375000 0.373046875000 0.371093750000 0.359375000000 +0.337890625000 0.304687500000 0.267578125000 0.214843750000 +0.154296875000 0.093750000000 0.031982421875 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.035400390625 0.061523437500 0.083007812500 +0.097167968750 0.104003906250 0.104492187500 0.101562500000 +0.100585937500 0.106445312500 0.116699218750 0.134765625000 +0.163085937500 0.198242187500 0.237304687500 0.273437500000 +0.306640625000 0.328125000000 0.337890625000 0.339843750000 +0.322265625000 0.285156250000 0.241210937500 0.189453125000 +0.129882812500 0.072753906250 0.021484375000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.005279541016 +0.050537109375 0.102539062500 0.159179687500 0.206054687500 +0.233398437500 0.247070312500 0.236328125000 0.204101562500 +0.156250000000 0.093750000000 0.020141601562 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.033203125000 0.081054687500 0.120605468750 0.143554687500 +0.151367187500 0.146484375000 0.129882812500 0.105468750000 +0.077636718750 0.051757812500 0.030151367188 0.013244628906 +0.005249023438 0.007049560547 0.013977050781 0.025634765625 +0.045898437500 0.067382812500 0.092285156250 0.117187500000 +0.144531250000 0.172851562500 0.193359375000 0.204101562500 +0.209960937500 0.206054687500 0.186523437500 0.155273437500 +0.113281250000 0.062500000000 0.006530761719 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.015075683594 +0.110839843750 0.194335937500 0.263671875000 0.312500000000 +0.335937500000 0.335937500000 0.316406250000 0.271484375000 +0.211914062500 0.144531250000 0.075683593750 0.011535644531 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.020385742188 0.070800781250 +0.119140625000 0.162109375000 0.197265625000 0.223632812500 +0.234375000000 0.231445312500 0.212890625000 0.178710937500 +0.131835937500 0.074707031250 0.016479492188 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.021972656250 0.056640625000 +0.082519531250 0.099609375000 0.110351562500 0.112792968750 +0.114257812500 0.111328125000 0.107421875000 0.099121093750 +0.086914062500 0.077148437500 0.062988281250 0.046142578125 +0.026489257812 0.004852294922 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.063964843750 0.060302734375 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.053710937500 0.152343750000 +0.202148437500 0.205078125000 0.152343750000 0.051025390625 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.011352539062 0.033935546875 0.054687500000 +0.077636718750 0.099609375000 0.123046875000 0.140625000000 +0.139648437500 0.130859375000 0.096191406250 0.042968750000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.008483886719 0.041015625000 0.058349609375 0.080078125000 +0.092285156250 0.104003906250 0.120117187500 0.132812500000 +0.135742187500 0.125976562500 0.095214843750 0.037841796875 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.021972656250 +0.062255859375 0.071777343750 0.056396484375 0.010498046875 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.046875000000 +0.112304687500 0.157226562500 0.169921875000 0.144531250000 +0.091796875000 0.008666992188 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.048339843750 0.079101562500 0.095214843750 0.093750000000 +0.089355468750 0.073730468750 0.048095703125 0.021606445312 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.019409179688 +0.042968750000 0.055908203125 0.048828125000 0.012939453125 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.088867187500 +0.186523437500 0.227539062500 0.229492187500 0.190429687500 +0.107421875000 0.007873535156 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.012390136719 0.053222656250 0.076660156250 +0.068847656250 0.038085937500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.009948730469 0.071777343750 0.116210937500 0.156250000000 +0.173828125000 0.174804687500 0.155273437500 0.111328125000 +0.066406250000 0.005157470703 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.114257812500 0.190429687500 0.213867187500 +0.182617187500 0.101074218750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.015747070312 0.101074218750 0.165039062500 0.202148437500 +0.217773437500 0.208007812500 0.180664062500 0.135742187500 +0.082031250000 0.026855468750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.062255859375 0.104980468750 0.112304687500 0.073730468750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.106933593750 0.195312500000 +0.233398437500 0.206054687500 0.138671875000 0.018432617188 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.003143310547 0.049560546875 0.098144531250 +0.133789062500 0.163085937500 0.177734375000 0.167968750000 +0.142578125000 0.102050781250 0.036132812500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.035400390625 0.070312500000 0.092773437500 0.095214843750 +0.072265625000 0.038574218750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.027709960938 0.062255859375 0.089355468750 +0.108886718750 0.116210937500 0.119140625000 0.106445312500 +0.086425781250 0.048583984375 0.009643554688 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.091796875000 0.176757812500 0.219726562500 0.227539062500 +0.189453125000 0.112304687500 0.008056640625 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.046142578125 +0.125976562500 0.174804687500 0.203125000000 0.198242187500 +0.170898437500 0.118164062500 0.047607421875 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.061523437500 +0.114257812500 0.137695312500 0.147460937500 0.139648437500 +0.114746093750 0.072753906250 0.021972656250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.060058593750 0.103515625000 0.104980468750 0.066406250000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.082031250000 0.190429687500 +0.249023437500 0.271484375000 0.244140625000 0.173828125000 +0.083007812500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.034667968750 0.077148437500 0.090820312500 0.070800781250 +0.009643554688 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.049560546875 0.151367187500 0.201171875000 +0.203125000000 0.152343750000 0.055419921875 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.021240234375 0.094726562500 +0.139648437500 0.157226562500 0.144531250000 0.090332031250 +0.014221191406 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.043212890625 +0.130859375000 0.202148437500 0.248046875000 0.267578125000 +0.255859375000 0.214843750000 0.152343750000 0.068847656250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.032958984375 +0.125976562500 0.211914062500 0.296875000000 0.375000000000 +0.443359375000 0.500000000000 0.539062500000 0.550781250000 +0.539062500000 0.503906250000 0.445312500000 0.363281250000 +0.265625000000 0.157226562500 0.044921875000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.092285156250 0.197265625000 0.291015625000 0.369140625000 +0.419921875000 0.443359375000 0.433593750000 0.404296875000 +0.355468750000 0.296875000000 0.238281250000 0.182617187500 +0.129882812500 0.081542968750 0.037597656250 0.000881195068 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.109863281250 0.224609375000 0.328125000000 0.400390625000 +0.445312500000 0.458984375000 0.443359375000 0.410156250000 +0.359375000000 0.294921875000 0.231445312500 0.168945312500 +0.117675781250 0.076171875000 0.034912109375 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.071777343750 0.178710937500 0.275390625000 0.355468750000 +0.421875000000 0.474609375000 0.503906250000 0.519531250000 +0.519531250000 0.500000000000 0.478515625000 0.445312500000 +0.408203125000 0.365234375000 0.316406250000 0.267578125000 +0.218750000000 0.175781250000 0.141601562500 0.114746093750 +0.104003906250 0.103027343750 0.108398437500 0.123535156250 +0.138671875000 0.148437500000 0.152343750000 0.138671875000 +0.107910156250 0.062255859375 0.003738403320 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.034179687500 +0.116699218750 0.187500000000 0.236328125000 0.257812500000 +0.249023437500 0.205078125000 0.132812500000 0.041748046875 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.042236328125 0.164062500000 0.285156250000 0.388671875000 +0.468750000000 0.519531250000 0.527343750000 0.498046875000 +0.431640625000 0.332031250000 0.208007812500 0.067382812500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.108398437500 0.234375000000 0.339843750000 0.421875000000 +0.468750000000 0.486328125000 0.472656250000 0.435546875000 +0.378906250000 0.306640625000 0.225585937500 0.148437500000 +0.070800781250 0.008850097656 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.023925781250 0.046142578125 0.053710937500 +0.042480468750 0.004425048828 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.035156250000 0.074707031250 0.087890625000 0.068847656250 +0.013671875000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.012145996094 0.144531250000 0.255859375000 0.339843750000 +0.388671875000 0.404296875000 0.386718750000 0.349609375000 +0.294921875000 0.237304687500 0.178710937500 0.129882812500 +0.094726562500 0.083496093750 0.083496093750 0.092773437500 +0.111328125000 0.132812500000 0.148437500000 0.154296875000 +0.142578125000 0.111328125000 0.063964843750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.024414062500 0.096191406250 0.129882812500 +0.128906250000 0.099121093750 0.048339843750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.024047851562 0.145507812500 0.255859375000 +0.343750000000 0.414062500000 0.464843750000 0.503906250000 +0.531250000000 0.539062500000 0.539062500000 0.519531250000 +0.492187500000 0.453125000000 0.392578125000 0.320312500000 +0.234375000000 0.133789062500 0.024169921875 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.053710937500 0.099121093750 0.132812500000 +0.165039062500 0.189453125000 0.210937500000 0.227539062500 +0.239257812500 0.240234375000 0.222656250000 0.190429687500 +0.140625000000 0.062011718750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.026123046875 0.087402343750 +0.131835937500 0.153320312500 0.153320312500 0.127929687500 +0.082031250000 0.007812500000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.045410156250 0.171875000000 +0.271484375000 0.326171875000 0.341796875000 0.308593750000 +0.228515625000 0.111816406250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.158203125000 0.310546875000 +0.439453125000 0.531250000000 0.585937500000 0.593750000000 +0.562500000000 0.490234375000 0.392578125000 0.275390625000 +0.140625000000 0.003784179688 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.038574218750 0.139648437500 +0.220703125000 0.273437500000 0.291015625000 0.261718750000 +0.193359375000 0.090332031250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.021972656250 0.123046875000 0.192382812500 0.216796875000 +0.197265625000 0.138671875000 0.042236328125 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.031494140625 +0.065917968750 0.082519531250 0.086914062500 0.074707031250 +0.054199218750 0.029541015625 0.005249023438 0.000000000000 +0.000000000000 0.000000000000 0.019897460938 0.060058593750 +0.108886718750 0.168945312500 0.239257812500 0.310546875000 +0.378906250000 0.437500000000 0.480468750000 0.503906250000 +0.500000000000 0.472656250000 0.414062500000 0.333984375000 +0.221679687500 0.097167968750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.051757812500 0.189453125000 0.312500000000 +0.414062500000 0.494140625000 0.550781250000 0.574218750000 +0.562500000000 0.523437500000 0.447265625000 0.351562500000 +0.224609375000 0.084472656250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.011840820312 0.037597656250 0.057861328125 0.076171875000 +0.098144531250 0.119140625000 0.139648437500 0.166992187500 +0.192382812500 0.225585937500 0.263671875000 0.296875000000 +0.322265625000 0.339843750000 0.343750000000 0.335937500000 +0.310546875000 0.269531250000 0.217773437500 0.155273437500 +0.100097656250 0.041503906250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.049316406250 0.108398437500 0.166015625000 0.216796875000 +0.250000000000 0.257812500000 0.240234375000 0.191406250000 +0.110351562500 0.007873535156 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.009277343750 0.148437500000 0.263671875000 +0.349609375000 0.406250000000 0.425781250000 0.416015625000 +0.386718750000 0.337890625000 0.287109375000 0.232421875000 +0.186523437500 0.143554687500 0.109863281250 0.071289062500 +0.029052734375 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.038818359375 +0.088378906250 0.112304687500 0.089843750000 0.025634765625 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.080566406250 0.245117187500 0.380859375000 +0.474609375000 0.531250000000 0.535156250000 0.494140625000 +0.408203125000 0.289062500000 0.145507812500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.104492187500 +0.196289062500 0.250000000000 0.269531250000 0.251953125000 +0.202148437500 0.125976562500 0.037109375000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.010314941406 0.072265625000 0.123535156250 +0.169921875000 0.214843750000 0.250000000000 0.273437500000 +0.283203125000 0.271484375000 0.245117187500 0.202148437500 +0.136718750000 0.044433593750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.098632812500 +0.233398437500 0.351562500000 0.441406250000 0.503906250000 +0.535156250000 0.539062500000 0.507812500000 0.443359375000 +0.351562500000 0.235351562500 0.106445312500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.026977539062 +0.141601562500 0.243164062500 0.328125000000 0.386718750000 +0.423828125000 0.437500000000 0.435546875000 0.423828125000 +0.408203125000 0.396484375000 0.390625000000 0.394531250000 +0.402343750000 0.417968750000 0.433593750000 0.445312500000 +0.437500000000 0.416015625000 0.369140625000 0.298828125000 +0.208984375000 0.093261718750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.018798828125 0.034667968750 +0.043945312500 0.022705078125 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.010070800781 0.009338378906 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.045410156250 0.132812500000 0.200195312500 0.230468750000 +0.239257812500 0.217773437500 0.178710937500 0.126953125000 +0.057373046875 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.030029296875 +0.052001953125 0.045410156250 0.011230468750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.002182006836 0.064453125000 +0.098632812500 0.104980468750 0.076660156250 0.013488769531 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.018554687500 0.076660156250 +0.103515625000 0.098144531250 0.065917968750 0.008850097656 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.021484375000 0.051757812500 +0.045654296875 0.020385742188 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.016479492188 0.043945312500 0.045898437500 0.014343261719 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.015441894531 0.077148437500 +0.112304687500 0.116210937500 0.085937500000 0.031982421875 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.033203125000 0.087402343750 +0.098144531250 0.078613281250 0.020263671875 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.026733398438 0.076660156250 0.102539062500 +0.099121093750 0.082519531250 0.057373046875 0.027832031250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.016723632812 0.031738281250 +0.053222656250 0.067382812500 0.077148437500 0.078125000000 +0.076660156250 0.064941406250 0.050537109375 0.035156250000 +0.017089843750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.001876831055 0.049560546875 +0.089843750000 0.107421875000 0.116210937500 0.108886718750 +0.084472656250 0.044921875000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000102519989 0.019409179688 +0.002700805664 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.067871093750 +0.149414062500 0.202148437500 0.227539062500 0.215820312500 +0.176757812500 0.110351562500 0.033447265625 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.035400390625 0.086425781250 0.123046875000 0.140625000000 +0.144531250000 0.136718750000 0.117187500000 0.099121093750 +0.079589843750 0.063964843750 0.047119140625 0.031982421875 +0.022705078125 0.013732910156 0.009216308594 0.008239746094 +0.004913330078 0.004058837891 0.003997802734 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.011352539062 0.076660156250 0.104980468750 +0.098632812500 0.053955078125 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.002960205078 0.024047851562 0.032958984375 +0.037597656250 0.030151367188 0.013671875000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.052978515625 0.099609375000 0.114746093750 +0.101074218750 0.051269531250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.020751953125 0.053710937500 0.060546875000 +0.038574218750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.009460449219 0.042236328125 0.061279296875 0.062255859375 +0.050781250000 0.031494140625 0.005493164062 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.012878417969 0.042236328125 +0.061279296875 0.079589843750 0.095214843750 0.106445312500 +0.122070312500 0.134765625000 0.144531250000 0.144531250000 +0.138671875000 0.121093750000 0.083496093750 0.033447265625 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.046142578125 0.088378906250 +0.090332031250 0.048095703125 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.004821777344 0.036376953125 0.026489257812 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.036376953125 0.099609375000 0.127929687500 +0.113769531250 0.065917968750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.028930664062 +0.034912109375 0.004943847656 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.027832031250 0.061279296875 +0.085449218750 0.097167968750 0.100097656250 0.091308593750 +0.072265625000 0.046875000000 0.015625000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.016967773438 0.046875000000 0.068359375000 0.078125000000 +0.075683593750 0.051269531250 0.022827148438 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.040283203125 0.066894531250 0.087402343750 0.094238281250 +0.082031250000 0.053222656250 0.003601074219 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.022338867188 0.092285156250 0.127929687500 +0.133789062500 0.104492187500 0.048828125000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.004211425781 0.020141601562 0.023315429688 0.011352539062 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.008056640625 0.048095703125 0.085937500000 +0.117187500000 0.140625000000 0.157226562500 0.165039062500 +0.160156250000 0.149414062500 0.134765625000 0.113769531250 +0.086914062500 0.061279296875 0.034179687500 0.002838134766 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.009521484375 0.030639648438 0.040039062500 0.034667968750 +0.013122558594 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.024780273438 0.052246093750 +0.080566406250 0.109375000000 0.131835937500 0.150390625000 +0.159179687500 0.156250000000 0.136718750000 0.104003906250 +0.057617187500 0.002517700195 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.021362304688 0.051025390625 +0.080078125000 0.106445312500 0.132812500000 0.148437500000 +0.152343750000 0.145507812500 0.126953125000 0.097167968750 +0.056152343750 0.005737304688 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.003707885742 0.028930664062 0.036865234375 +0.028686523438 0.002944946289 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.012451171875 0.078125000000 0.135742187500 0.177734375000 +0.197265625000 0.196289062500 0.177734375000 0.140625000000 +0.086914062500 0.022583007812 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.030273437500 +0.066406250000 0.100585937500 0.126953125000 0.142578125000 +0.141601562500 0.130859375000 0.101562500000 0.058593750000 +0.008911132812 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.027465820312 0.086914062500 +0.143554687500 0.194335937500 0.236328125000 0.267578125000 +0.289062500000 0.300781250000 0.304687500000 0.306640625000 +0.300781250000 0.298828125000 0.294921875000 0.285156250000 +0.279296875000 0.271484375000 0.259765625000 0.245117187500 +0.227539062500 0.205078125000 0.178710937500 0.152343750000 +0.122070312500 0.095214843750 0.070312500000 0.046142578125 +0.027465820312 0.015747070312 0.007263183594 0.005279541016 +0.009155273438 0.019775390625 0.035400390625 0.053710937500 +0.080566406250 0.109863281250 0.144531250000 0.182617187500 +0.221679687500 0.255859375000 0.289062500000 0.312500000000 +0.320312500000 0.314453125000 0.291015625000 0.244140625000 +0.183593750000 0.115722656250 0.041015625000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.020629882812 0.055664062500 +0.087402343750 0.118164062500 0.140625000000 0.152343750000 +0.159179687500 0.154296875000 0.138671875000 0.115234375000 +0.084472656250 0.052490234375 0.024658203125 0.000778198242 +0.000000000000 0.000000000000 0.000000000000 0.016357421875 +0.052490234375 0.097167968750 0.142578125000 0.181640625000 +0.212890625000 0.228515625000 0.224609375000 0.206054687500 +0.172851562500 0.125976562500 0.069824218750 0.015319824219 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.005554199219 0.040283203125 0.068359375000 0.093261718750 +0.113281250000 0.127929687500 0.137695312500 0.140625000000 +0.143554687500 0.141601562500 0.137695312500 0.132812500000 +0.129882812500 0.122070312500 0.111328125000 0.095214843750 +0.075195312500 0.052246093750 0.028930664062 0.006774902344 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.020263671875 0.058349609375 0.102050781250 0.150390625000 +0.199218750000 0.243164062500 0.279296875000 0.306640625000 +0.320312500000 0.318359375000 0.300781250000 0.273437500000 +0.240234375000 0.201171875000 0.160156250000 0.120605468750 +0.081054687500 0.050781250000 0.023803710938 0.006011962891 +0.000000000000 0.003860473633 0.014892578125 0.032470703125 +0.056640625000 0.083984375000 0.113281250000 0.141601562500 +0.165039062500 0.182617187500 0.187500000000 0.177734375000 +0.155273437500 0.124023437500 0.081054687500 0.029541015625 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.022827148438 +0.073242187500 0.111816406250 0.137695312500 0.143554687500 +0.137695312500 0.115234375000 0.083496093750 0.042236328125 +0.002807617188 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.037597656250 0.100585937500 0.163085937500 0.216796875000 +0.263671875000 0.298828125000 0.318359375000 0.322265625000 +0.314453125000 0.291015625000 0.255859375000 0.210937500000 +0.164062500000 0.109375000000 0.058105468750 0.009155273438 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.014282226562 0.061523437500 +0.107910156250 0.145507812500 0.169921875000 0.180664062500 +0.177734375000 0.153320312500 0.113281250000 0.056396484375 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.014770507812 +0.088867187500 0.147460937500 0.186523437500 0.207031250000 +0.203125000000 0.174804687500 0.127929687500 0.064453125000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.033203125000 +0.056152343750 0.058593750000 0.041992187500 0.009826660156 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.048583984375 0.092285156250 0.120605468750 0.134765625000 +0.130859375000 0.110351562500 0.083984375000 0.050781250000 +0.021240234375 0.000000000000 0.000000000000 0.000000000000 +0.002761840820 0.031738281250 0.071777343750 0.114746093750 +0.158203125000 0.197265625000 0.230468750000 0.255859375000 +0.271484375000 0.277343750000 0.277343750000 0.271484375000 +0.265625000000 0.259765625000 0.257812500000 0.263671875000 +0.275390625000 0.285156250000 0.294921875000 0.300781250000 +0.294921875000 0.279296875000 0.251953125000 0.210937500000 +0.157226562500 0.094238281250 0.025268554688 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.015625000000 0.080078125000 0.142578125000 0.198242187500 +0.240234375000 0.273437500000 0.292968750000 0.300781250000 +0.302734375000 0.300781250000 0.292968750000 0.289062500000 +0.285156250000 0.279296875000 0.271484375000 0.261718750000 +0.249023437500 0.230468750000 0.208007812500 0.177734375000 +0.142578125000 0.100585937500 0.058349609375 0.015502929688 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.002548217773 +0.066894531250 0.125976562500 0.174804687500 0.212890625000 +0.244140625000 0.267578125000 0.275390625000 0.279296875000 +0.279296875000 0.277343750000 0.273437500000 0.273437500000 +0.273437500000 0.277343750000 0.279296875000 0.281250000000 +0.279296875000 0.267578125000 0.250000000000 0.221679687500 +0.184570312500 0.138671875000 0.084472656250 0.023437500000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.025268554688 +0.094238281250 0.158203125000 0.210937500000 0.253906250000 +0.281250000000 0.294921875000 0.294921875000 0.285156250000 +0.267578125000 0.242187500000 0.208984375000 0.177734375000 +0.145507812500 0.112304687500 0.081054687500 0.052246093750 +0.023315429688 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.027709960938 +0.085449218750 0.137695312500 0.171875000000 0.184570312500 +0.177734375000 0.148437500000 0.100585937500 0.038818359375 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.030517578125 +0.065429687500 0.101074218750 0.132812500000 0.159179687500 +0.175781250000 0.178710937500 0.171875000000 0.152343750000 +0.124023437500 0.095214843750 0.065917968750 0.040039062500 +0.025878906250 0.020507812500 0.025634765625 0.041015625000 +0.064453125000 0.086425781250 0.104003906250 0.114257812500 +0.113769531250 0.096679687500 0.064453125000 0.022705078125 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.037109375000 0.110839843750 0.179687500000 +0.237304687500 0.275390625000 0.289062500000 0.277343750000 +0.242187500000 0.184570312500 0.107910156250 0.021972656250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.062011718750 0.127929687500 0.175781250000 0.202148437500 +0.204101562500 0.182617187500 0.140625000000 0.083984375000 +0.018676757812 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000968933105 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.010742187500 +0.075195312500 0.140625000000 0.201171875000 0.247070312500 +0.275390625000 0.289062500000 0.281250000000 0.257812500000 +0.221679687500 0.182617187500 0.141601562500 0.106933593750 +0.081054687500 0.069824218750 0.075195312500 0.095703125000 +0.125976562500 0.164062500000 0.200195312500 0.232421875000 +0.253906250000 0.263671875000 0.257812500000 0.241210937500 +0.210937500000 0.174804687500 0.137695312500 0.105468750000 +0.079101562500 0.066894531250 0.067871093750 0.085937500000 +0.114257812500 0.151367187500 0.195312500000 0.238281250000 +0.273437500000 0.294921875000 0.304687500000 0.298828125000 +0.273437500000 0.234375000000 0.181640625000 0.117675781250 +0.042968750000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.060058593750 0.119628906250 0.165039062500 0.189453125000 +0.194335937500 0.182617187500 0.152343750000 0.104492187500 +0.049316406250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.004669189453 +0.075195312500 0.166015625000 0.160156250000 0.138671875000 +0.022460937500 0.005523681641 0.001869201660 0.000000000000 +0.026245117188 0.050048828125 0.068847656250 0.074707031250 +0.066894531250 0.055175781250 0.036376953125 0.008544921875 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.006774902344 0.013488769531 0.008911132812 +0.004669189453 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.041992187500 0.082031250000 0.120605468750 +0.150390625000 0.173828125000 0.187500000000 0.195312500000 +0.191406250000 0.174804687500 0.165039062500 0.141601562500 +0.112304687500 0.083496093750 0.052246093750 0.014953613281 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.026000976562 0.056640625000 0.080078125000 0.096191406250 +0.097656250000 0.089355468750 0.067382812500 0.040527343750 +0.003082275391 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.008605957031 +0.052978515625 0.083007812500 0.106445312500 0.120117187500 +0.116210937500 0.110351562500 0.084960937500 0.048583984375 +0.008911132812 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.013305664062 +0.044921875000 0.079101562500 0.102050781250 0.107910156250 +0.108398437500 0.093261718750 0.072753906250 0.045654296875 +0.012145996094 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.004699707031 +0.028442382812 0.047119140625 0.068359375000 0.069824218750 +0.067871093750 0.057861328125 0.035888671875 0.016113281250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.026489257812 0.056640625000 0.081542968750 +0.092285156250 0.094726562500 0.080566406250 0.056884765625 +0.019165039062 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.003143310547 +0.053466796875 0.094726562500 0.124511718750 0.136718750000 +0.137695312500 0.122558593750 0.096191406250 0.059570312500 +0.011535644531 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.015991210938 +0.050292968750 0.068847656250 0.084472656250 0.075683593750 +0.052490234375 0.026611328125 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.007995605469 +0.038085937500 0.063964843750 0.082031250000 0.097167968750 +0.104980468750 0.111816406250 0.122558593750 0.123046875000 +0.132812500000 0.142578125000 0.149414062500 0.161132812500 +0.164062500000 0.176757812500 0.180664062500 0.180664062500 +0.182617187500 0.177734375000 0.173828125000 0.164062500000 +0.151367187500 0.137695312500 0.123535156250 0.107421875000 +0.093261718750 0.079589843750 0.066406250000 0.051513671875 +0.041748046875 0.043212890625 0.036865234375 0.038330078125 +0.045898437500 0.053955078125 0.069335937500 0.086425781250 +0.103027343750 0.114746093750 0.117675781250 0.116699218750 +0.101074218750 0.080078125000 0.050781250000 0.012451171875 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.008789062500 +0.026489257812 0.042480468750 0.060058593750 0.082519531250 +0.087402343750 0.095214843750 0.102050781250 0.090332031250 +0.081542968750 0.065917968750 0.037353515625 0.016601562500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.021484375000 0.038085937500 +0.048339843750 0.041503906250 0.033935546875 0.021606445312 +0.003463745117 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.002563476562 +0.010314941406 0.012451171875 0.007934570312 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.034667968750 0.064941406250 0.089355468750 0.110351562500 +0.115234375000 0.120605468750 0.116210937500 0.103027343750 +0.087402343750 0.065429687500 0.039062500000 0.008178710938 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.001869201660 0.042724609375 0.088867187500 +0.128906250000 0.160156250000 0.189453125000 0.201171875000 +0.213867187500 0.213867187500 0.208984375000 0.203125000000 +0.187500000000 0.173828125000 0.158203125000 0.139648437500 +0.125000000000 0.109375000000 0.098632812500 0.086914062500 +0.076660156250 0.073730468750 0.068359375000 0.068359375000 +0.068359375000 0.062988281250 0.069335937500 0.062500000000 +0.053466796875 0.048828125000 0.033447265625 0.016845703125 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.009704589844 0.042236328125 +0.061523437500 0.080078125000 0.073730468750 0.058837890625 +0.030883789062 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.025878906250 +0.050537109375 0.079101562500 0.092773437500 0.101562500000 +0.106445312500 0.098632812500 0.084472656250 0.059570312500 +0.029663085938 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.013549804688 0.059570312500 +0.096679687500 0.117675781250 0.129882812500 0.128906250000 +0.107910156250 0.080078125000 0.040527343750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.005004882812 0.036132812500 +0.059814453125 0.062988281250 0.064941406250 0.046875000000 +0.018920898438 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.001510620117 0.039794921875 +0.074707031250 0.094238281250 0.102050781250 0.102539062500 +0.087890625000 0.064453125000 0.031494140625 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.030029296875 +0.054931640625 0.070312500000 0.084472656250 0.085937500000 +0.084960937500 0.083984375000 0.075195312500 0.076171875000 +0.073730468750 0.074218750000 0.079589843750 0.082519531250 +0.090820312500 0.093750000000 0.093750000000 0.088867187500 +0.076171875000 0.055664062500 0.031494140625 0.000048875809 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.029541015625 0.052246093750 0.072265625000 0.083496093750 +0.091796875000 0.097167968750 0.097167968750 0.096679687500 +0.095214843750 0.089843750000 0.087402343750 0.078613281250 +0.074707031250 0.065429687500 0.047119140625 0.031738281250 +0.007019042969 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.016967773438 +0.040771484375 0.056884765625 0.066894531250 0.076171875000 +0.080566406250 0.078613281250 0.080566406250 0.072265625000 +0.071777343750 0.074707031250 0.074707031250 0.077148437500 +0.082031250000 0.079589843750 0.080566406250 0.082031250000 +0.068847656250 0.060791015625 0.048095703125 0.021850585938 +0.001998901367 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.027465820312 0.064453125000 +0.102050781250 0.133789062500 0.165039062500 0.187500000000 +0.202148437500 0.220703125000 0.222656250000 0.222656250000 +0.220703125000 0.208984375000 0.194335937500 0.173828125000 +0.147460937500 0.115234375000 0.083496093750 0.041992187500 +0.000308990479 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.019409179688 0.041259765625 +0.059570312500 0.064941406250 0.058105468750 0.034423828125 +0.006713867188 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.025756835938 +0.050292968750 0.062988281250 0.063964843750 0.051025390625 +0.031494140625 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.040527343750 0.074218750000 +0.095703125000 0.095214843750 0.083496093750 0.052246093750 +0.009033203125 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000610351562 0.049560546875 +0.091796875000 0.116699218750 0.128906250000 0.125976562500 +0.104980468750 0.080078125000 0.048583984375 0.015380859375 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.004241943359 +0.018310546875 0.029418945312 0.029907226562 0.022583007812 +0.007995605469 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.039062500000 0.082031250000 +0.117187500000 0.151367187500 0.171875000000 0.180664062500 +0.183593750000 0.168945312500 0.150390625000 0.124023437500 +0.095703125000 0.075195312500 0.058349609375 0.048583984375 +0.046875000000 0.060058593750 0.076660156250 0.094238281250 +0.122558593750 0.139648437500 0.156250000000 0.166992187500 +0.164062500000 0.157226562500 0.139648437500 0.121582031250 +0.096191406250 0.074218750000 0.056396484375 0.042480468750 +0.042724609375 0.049316406250 0.063964843750 0.086425781250 +0.109863281250 0.134765625000 0.160156250000 0.185546875000 +0.199218750000 0.202148437500 0.200195312500 0.179687500000 +0.154296875000 0.117187500000 0.072753906250 0.022094726562 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.047363281250 +0.087890625000 0.119140625000 0.134765625000 0.135742187500 +0.125976562500 0.103515625000 0.073242187500 0.038574218750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.005828857422 0.041992187500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.106445312500 0.218750000000 +0.287109375000 0.292968750000 0.248046875000 0.149414062500 +0.001892089844 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.055175781250 0.171875000000 0.285156250000 0.390625000000 +0.492187500000 0.578125000000 0.648437500000 0.695312500000 +0.714843750000 0.703125000000 0.656250000000 0.582031250000 +0.466796875000 0.330078125000 0.169921875000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.062255859375 0.186523437500 0.302734375000 0.410156250000 +0.503906250000 0.585937500000 0.652343750000 0.695312500000 +0.714843750000 0.703125000000 0.656250000000 0.574218750000 +0.460937500000 0.318359375000 0.152343750000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.054931640625 0.163085937500 0.259765625000 0.337890625000 +0.386718750000 0.404296875000 0.386718750000 0.326171875000 +0.237304687500 0.119628906250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.067382812500 +0.194335937500 0.296875000000 0.367187500000 0.392578125000 +0.369140625000 0.300781250000 0.197265625000 0.058349609375 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.094726562500 0.212890625000 0.314453125000 0.390625000000 +0.451171875000 0.498046875000 0.523437500000 0.542968750000 +0.550781250000 0.558593750000 0.562500000000 0.574218750000 +0.589843750000 0.613281250000 0.632812500000 0.644531250000 +0.648437500000 0.632812500000 0.589843750000 0.507812500000 +0.396484375000 0.253906250000 0.094238281250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.004364013672 0.158203125000 +0.292968750000 0.384765625000 0.431640625000 0.443359375000 +0.417968750000 0.365234375000 0.292968750000 0.218750000000 +0.147460937500 0.091796875000 0.050292968750 0.021240234375 +0.004516601562 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.034423828125 0.084960937500 0.116699218750 +0.125976562500 0.112792968750 0.066894531250 0.003860473633 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.045166015625 +0.156250000000 0.253906250000 0.330078125000 0.380859375000 +0.394531250000 0.373046875000 0.308593750000 0.220703125000 +0.098144531250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.104492187500 0.217773437500 0.312500000000 0.390625000000 +0.447265625000 0.484375000000 0.500000000000 0.492187500000 +0.470703125000 0.431640625000 0.382812500000 0.322265625000 +0.259765625000 0.200195312500 0.137695312500 0.079589843750 +0.023315429688 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.017456054688 0.152343750000 0.243164062500 0.275390625000 +0.251953125000 0.175781250000 0.055175781250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.060791015625 0.200195312500 0.312500000000 0.404296875000 +0.468750000000 0.511718750000 0.531250000000 0.527343750000 +0.503906250000 0.474609375000 0.429687500000 0.371093750000 +0.302734375000 0.221679687500 0.125976562500 0.024536132812 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.039306640625 0.169921875000 +0.269531250000 0.328125000000 0.339843750000 0.304687500000 +0.223632812500 0.094238281250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.032958984375 0.171875000000 0.267578125000 +0.314453125000 0.310546875000 0.263671875000 0.173828125000 +0.060546875000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.027832031250 0.054199218750 0.071777343750 +0.082519531250 0.088867187500 0.090332031250 0.098632812500 +0.113769531250 0.139648437500 0.176757812500 0.232421875000 +0.294921875000 0.365234375000 0.437500000000 0.515625000000 +0.578125000000 0.632812500000 0.667968750000 0.679687500000 +0.664062500000 0.621093750000 0.542968750000 0.435546875000 +0.300781250000 0.143554687500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.054931640625 +0.132812500000 0.208007812500 0.279296875000 0.345703125000 +0.400390625000 0.441406250000 0.460937500000 0.466796875000 +0.449218750000 0.419921875000 0.376953125000 0.322265625000 +0.259765625000 0.199218750000 0.145507812500 0.096191406250 +0.052734375000 0.023193359375 0.006134033203 0.002243041992 +0.003677368164 0.015380859375 0.031127929688 0.056884765625 +0.080078125000 0.098632812500 0.110839843750 0.115722656250 +0.108886718750 0.092285156250 0.064941406250 0.021728515625 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.037353515625 0.079101562500 0.105468750000 0.118164062500 +0.120605468750 0.110839843750 0.094238281250 0.075195312500 +0.055175781250 0.033691406250 0.019775390625 0.010131835938 +0.012634277344 0.021606445312 0.041503906250 0.074218750000 +0.115234375000 0.159179687500 0.207031250000 0.265625000000 +0.324218750000 0.384765625000 0.441406250000 0.496093750000 +0.546875000000 0.582031250000 0.605468750000 0.613281250000 +0.609375000000 0.578125000000 0.531250000000 0.464843750000 +0.380859375000 0.281250000000 0.167968750000 0.049560546875 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.014343261719 +0.048828125000 0.076660156250 0.091308593750 0.099609375000 +0.105468750000 0.103515625000 0.103515625000 0.097167968750 +0.094726562500 0.095214843750 0.095703125000 0.092773437500 +0.091796875000 0.079101562500 0.064941406250 0.040527343750 +0.006195068359 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.043212890625 0.178710937500 0.271484375000 0.314453125000 +0.314453125000 0.271484375000 0.188476562500 0.084472656250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.111816406250 0.253906250000 0.388671875000 +0.507812500000 0.601562500000 0.667968750000 0.691406250000 +0.687500000000 0.644531250000 0.574218750000 0.472656250000 +0.355468750000 0.224609375000 0.091308593750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.021728515625 0.151367187500 0.279296875000 0.394531250000 +0.496093750000 0.570312500000 0.621093750000 0.640625000000 +0.640625000000 0.609375000000 0.558593750000 0.492187500000 +0.417968750000 0.339843750000 0.267578125000 0.208007812500 +0.165039062500 0.142578125000 0.147460937500 0.177734375000 +0.224609375000 0.283203125000 0.345703125000 0.400390625000 +0.435546875000 0.441406250000 0.408203125000 0.335937500000 +0.227539062500 0.088867187500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.002243041992 0.172851562500 0.322265625000 +0.431640625000 0.503906250000 0.531250000000 0.515625000000 +0.455078125000 0.363281250000 0.244140625000 0.112304687500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.067382812500 +0.171875000000 0.249023437500 0.291015625000 0.291015625000 +0.243164062500 0.152343750000 0.024414062500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.103515625000 0.213867187500 0.271484375000 +0.289062500000 0.253906250000 0.183593750000 0.084472656250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.138671875000 +0.249023437500 0.324218750000 0.353515625000 0.333984375000 +0.271484375000 0.165039062500 0.031494140625 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.240234375000 0.214843750000 0.063964843750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.011779785156 0.059814453125 0.109863281250 +0.149414062500 0.180664062500 0.200195312500 0.207031250000 +0.193359375000 0.164062500000 0.117187500000 0.058837890625 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.005126953125 0.009948730469 0.006011962891 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.042968750000 0.094238281250 +0.141601562500 0.191406250000 0.229492187500 0.253906250000 +0.273437500000 0.283203125000 0.279296875000 0.267578125000 +0.246093750000 0.204101562500 0.155273437500 0.105468750000 +0.055175781250 0.002685546875 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.019775390625 0.058837890625 0.099121093750 0.134765625000 +0.158203125000 0.163085937500 0.144531250000 0.097167968750 +0.028930664062 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.020996093750 0.056152343750 0.095703125000 +0.129882812500 0.159179687500 0.179687500000 0.194335937500 +0.190429687500 0.166992187500 0.127929687500 0.075683593750 +0.008117675781 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.014099121094 0.034423828125 +0.053222656250 0.073730468750 0.097167968750 0.129882812500 +0.159179687500 0.191406250000 0.229492187500 0.259765625000 +0.291015625000 0.306640625000 0.306640625000 0.283203125000 +0.241210937500 0.176757812500 0.097167968750 0.005950927734 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.056396484375 0.149414062500 +0.217773437500 0.263671875000 0.277343750000 0.261718750000 +0.219726562500 0.158203125000 0.085937500000 0.017456054688 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.044433593750 0.092773437500 +0.133789062500 0.156250000000 0.162109375000 0.147460937500 +0.114746093750 0.070312500000 0.025634765625 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.043457031250 0.087402343750 0.125000000000 +0.147460937500 0.145507812500 0.120605468750 0.076171875000 +0.013977050781 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.055908203125 0.117187500000 +0.162109375000 0.194335937500 0.217773437500 0.224609375000 +0.210937500000 0.175781250000 0.129882812500 0.066894531250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.031494140625 0.061523437500 +0.067382812500 0.059082031250 0.041259765625 0.004821777344 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.106933593750 0.193359375000 0.241210937500 +0.251953125000 0.230468750000 0.168945312500 0.077148437500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.004486083984 0.116699218750 0.214843750000 +0.291015625000 0.333984375000 0.345703125000 0.324218750000 +0.277343750000 0.205078125000 0.109375000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.087402343750 0.198242187500 +0.279296875000 0.324218750000 0.335937500000 0.320312500000 +0.265625000000 0.188476562500 0.092285156250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.036621093750 0.080566406250 0.105957031250 +0.101562500000 0.075195312500 0.022460937500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.047851562500 0.182617187500 +0.296875000000 0.384765625000 0.443359375000 0.468750000000 +0.464843750000 0.433593750000 0.371093750000 0.292968750000 +0.196289062500 0.092285156250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.057617187500 0.158203125000 0.237304687500 0.277343750000 +0.273437500000 0.229492187500 0.147460937500 0.029785156250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.047607421875 0.112792968750 0.171875000000 +0.223632812500 0.250000000000 0.249023437500 0.214843750000 +0.153320312500 0.063964843750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.144531250000 +0.265625000000 0.367187500000 0.433593750000 0.468750000000 +0.462890625000 0.427734375000 0.367187500000 0.296875000000 +0.215820312500 0.135742187500 0.054443359375 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.048828125000 +0.108886718750 0.159179687500 0.187500000000 0.189453125000 +0.163085937500 0.101074218750 0.008300781250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.103515625000 0.200195312500 0.257812500000 +0.269531250000 0.234375000000 0.156250000000 0.043212890625 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.007385253906 0.087402343750 0.168945312500 0.241210937500 +0.306640625000 0.363281250000 0.398437500000 0.416015625000 +0.412109375000 0.392578125000 0.347656250000 0.277343750000 +0.190429687500 0.082519531250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.090332031250 0.210937500000 +0.314453125000 0.398437500000 0.453125000000 0.484375000000 +0.484375000000 0.455078125000 0.394531250000 0.304687500000 +0.191406250000 0.059326171875 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.009887695312 0.050292968750 0.065917968750 +0.055664062500 0.021972656250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.068359375000 0.158203125000 0.231445312500 0.273437500000 +0.285156250000 0.265625000000 0.215820312500 0.146484375000 +0.061523437500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.027343750000 0.134765625000 +0.223632812500 0.289062500000 0.318359375000 0.306640625000 +0.251953125000 0.157226562500 0.024291992188 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.053710937500 0.171875000000 +0.251953125000 0.285156250000 0.271484375000 0.213867187500 +0.123535156250 0.011718750000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.033935546875 0.137695312500 0.217773437500 +0.259765625000 0.263671875000 0.227539062500 0.162109375000 +0.076171875000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.052246093750 0.106933593750 +0.151367187500 0.181640625000 0.202148437500 0.213867187500 +0.214843750000 0.208007812500 0.188476562500 0.155273437500 +0.109863281250 0.051757812500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.053466796875 +0.157226562500 0.239257812500 0.289062500000 0.300781250000 +0.267578125000 0.190429687500 0.071289062500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.048828125000 0.130859375000 0.192382812500 +0.229492187500 0.250000000000 0.253906250000 0.235351562500 +0.195312500000 0.138671875000 0.075195312500 0.002059936523 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.033447265625 0.070800781250 +0.106933593750 0.140625000000 0.166992187500 0.186523437500 +0.199218750000 0.206054687500 0.204101562500 0.208007812500 +0.206054687500 0.212890625000 0.215820312500 0.224609375000 +0.240234375000 0.261718750000 0.287109375000 0.306640625000 +0.318359375000 0.312500000000 0.283203125000 0.232421875000 +0.158203125000 0.060546875000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.043212890625 0.081054687500 0.098144531250 0.116210937500 +0.111328125000 0.093750000000 0.072753906250 0.036865234375 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.009948730469 +0.023315429688 0.019897460938 0.029174804688 0.026977539062 +0.035156250000 0.036132812500 0.037109375000 0.034912109375 +0.030639648438 0.015075683594 0.000713348389 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.012145996094 +0.028686523438 0.028076171875 0.029296875000 0.032226562500 +0.026611328125 0.033447265625 0.042968750000 0.034912109375 +0.028442382812 0.020263671875 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.013427734375 0.053466796875 0.059814453125 0.071289062500 +0.069335937500 0.049072265625 0.039550781250 0.019165039062 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.003479003906 0.015869140625 0.042724609375 0.065917968750 +0.086425781250 0.097656250000 0.101562500000 0.098632812500 +0.082031250000 0.058105468750 0.026367187500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.033447265625 0.062011718750 +0.083007812500 0.083496093750 0.071777343750 0.039550781250 +0.002487182617 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.014709472656 0.029663085938 +0.051269531250 0.044921875000 0.042968750000 0.035644531250 +0.023559570312 0.010437011719 0.000934600830 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.004394531250 0.020874023438 +0.032958984375 0.033691406250 0.015991210938 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000381469727 0.028930664062 +0.058349609375 0.070312500000 0.093261718750 0.105468750000 +0.107421875000 0.108398437500 0.106933593750 0.083984375000 +0.063476562500 0.030517578125 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.004180908203 0.003158569336 0.008728027344 +0.010498046875 0.003265380859 0.015319824219 0.019897460938 +0.032958984375 0.056884765625 0.057373046875 0.061035156250 +0.063476562500 0.051269531250 0.037109375000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.046875000000 +0.087402343750 0.109375000000 0.108886718750 0.089355468750 +0.049804687500 0.015869140625 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.009277343750 0.046386718750 0.063476562500 0.067871093750 +0.057617187500 0.041503906250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.012756347656 0.040527343750 0.071289062500 0.084960937500 +0.068847656250 0.052490234375 0.010681152344 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000774383545 0.035400390625 0.046630859375 +0.054199218750 0.063476562500 0.063964843750 0.059570312500 +0.054931640625 0.049804687500 0.043457031250 0.031982421875 +0.036621093750 0.031738281250 0.029907226562 0.025634765625 +0.031494140625 0.031250000000 0.027221679688 0.013549804688 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.020019531250 0.030273437500 0.041259765625 0.028564453125 +0.010742187500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.005035400391 0.045654296875 +0.064453125000 0.080566406250 0.076171875000 0.054199218750 +0.035644531250 0.010375976562 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.001258850098 0.006805419922 +0.026367187500 0.043457031250 0.050781250000 0.067871093750 +0.072265625000 0.081054687500 0.083984375000 0.083007812500 +0.070800781250 0.066894531250 0.044433593750 0.012023925781 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.030151367188 0.051269531250 0.070312500000 0.085449218750 +0.081054687500 0.077148437500 0.067871093750 0.058349609375 +0.020141601562 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.012084960938 0.046142578125 0.065429687500 +0.079589843750 0.064941406250 0.046386718750 0.009277343750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.054443359375 +0.074218750000 0.104980468750 0.095214843750 0.073730468750 +0.041259765625 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.003479003906 0.037353515625 0.069824218750 0.086914062500 +0.089355468750 0.075195312500 0.046142578125 0.002441406250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.006256103516 0.037353515625 0.055175781250 0.072753906250 +0.077636718750 0.084472656250 0.077148437500 0.066894531250 +0.052734375000 0.036621093750 0.018920898438 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.075195312500 0.092773437500 0.051269531250 0.000000000000 +0.000000000000 0.000000000000 0.017700195312 0.050292968750 +0.090820312500 0.128906250000 0.164062500000 0.195312500000 +0.210937500000 0.211914062500 0.204101562500 0.183593750000 +0.155273437500 0.124511718750 0.089843750000 0.058837890625 +0.038818359375 0.026245117188 0.025756835938 0.034667968750 +0.046386718750 0.058593750000 0.064941406250 0.065917968750 +0.058593750000 0.039794921875 0.018432617188 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.017211914062 +0.047851562500 0.075195312500 0.098632812500 0.122070312500 +0.145507812500 0.163085937500 0.178710937500 0.199218750000 +0.216796875000 0.229492187500 0.243164062500 0.251953125000 +0.251953125000 0.253906250000 0.244140625000 0.224609375000 +0.202148437500 0.171875000000 0.135742187500 0.099609375000 +0.064941406250 0.031738281250 0.004272460938 0.000000000000 +0.000000000000 0.000000000000 0.007446289062 0.035888671875 +0.074218750000 0.117187500000 0.159179687500 0.197265625000 +0.229492187500 0.251953125000 0.259765625000 0.255859375000 +0.233398437500 0.199218750000 0.159179687500 0.114746093750 +0.070312500000 0.029907226562 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.054687500000 0.114746093750 0.169921875000 0.215820312500 +0.250000000000 0.271484375000 0.277343750000 0.269531250000 +0.245117187500 0.204101562500 0.161132812500 0.115234375000 +0.067871093750 0.026489257812 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.043701171875 0.096191406250 0.145507812500 0.188476562500 +0.222656250000 0.244140625000 0.257812500000 0.265625000000 +0.265625000000 0.261718750000 0.251953125000 0.237304687500 +0.219726562500 0.199218750000 0.177734375000 0.156250000000 +0.132812500000 0.106445312500 0.079101562500 0.049804687500 +0.024902343750 0.005432128906 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000865936279 0.016113281250 +0.028442382812 0.039062500000 0.047851562500 0.049316406250 +0.044433593750 0.036376953125 0.026855468750 0.018310546875 +0.018676757812 0.027221679688 0.041015625000 0.067382812500 +0.100097656250 0.129882812500 0.163085937500 0.190429687500 +0.208007812500 0.212890625000 0.203125000000 0.180664062500 +0.149414062500 0.108886718750 0.065917968750 0.029174804688 +0.002258300781 0.000000000000 0.000000000000 0.009765625000 +0.042480468750 0.085937500000 0.133789062500 0.180664062500 +0.225585937500 0.261718750000 0.277343750000 0.279296875000 +0.265625000000 0.234375000000 0.186523437500 0.127929687500 +0.063476562500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.042724609375 0.108398437500 0.169921875000 0.221679687500 +0.259765625000 0.283203125000 0.289062500000 0.279296875000 +0.253906250000 0.213867187500 0.167968750000 0.118164062500 +0.067382812500 0.020263671875 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.006530761719 +0.053710937500 0.087402343750 0.113281250000 0.125000000000 +0.116699218750 0.090820312500 0.051513671875 0.004394531250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.017333984375 0.039306640625 0.059570312500 0.076660156250 +0.082031250000 0.079589843750 0.074707031250 0.061035156250 +0.041992187500 0.017944335938 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.004058837891 0.067382812500 0.122070312500 +0.164062500000 0.193359375000 0.207031250000 0.203125000000 +0.182617187500 0.150390625000 0.111328125000 0.068847656250 +0.030395507812 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.017089843750 +0.040039062500 0.061523437500 0.078613281250 0.090332031250 +0.090820312500 0.085937500000 0.075195312500 0.053710937500 +0.030029296875 0.005126953125 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.013671875000 0.065429687500 +0.108398437500 0.134765625000 0.138671875000 0.133789062500 +0.121093750000 0.096679687500 0.077636718750 0.061767578125 +0.048339843750 0.044921875000 0.045410156250 0.049072265625 +0.056152343750 0.059082031250 0.057128906250 0.050292968750 +0.036621093750 0.013183593750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.009826660156 0.044433593750 +0.071777343750 0.088867187500 0.097167968750 0.095703125000 +0.079589843750 0.057617187500 0.030029296875 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000579833984 0.051513671875 +0.099121093750 0.142578125000 0.180664062500 0.213867187500 +0.234375000000 0.248046875000 0.255859375000 0.253906250000 +0.250000000000 0.239257812500 0.218750000000 0.192382812500 +0.158203125000 0.121582031250 0.079101562500 0.030517578125 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.007720947266 +0.037841796875 0.060058593750 0.076660156250 0.082519531250 +0.080078125000 0.075683593750 0.065429687500 0.058593750000 +0.057617187500 0.056640625000 0.060791015625 0.068359375000 +0.074707031250 0.073242187500 0.066406250000 0.054687500000 +0.029541015625 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.012756347656 0.015441894531 0.011169433594 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.002716064453 0.070800781250 +0.138671875000 0.198242187500 0.242187500000 0.267578125000 +0.269531250000 0.248046875000 0.206054687500 0.144531250000 +0.071289062500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.036865234375 +0.107910156250 0.169921875000 0.223632812500 0.263671875000 +0.283203125000 0.285156250000 0.269531250000 0.243164062500 +0.203125000000 0.156250000000 0.111328125000 0.063964843750 +0.018554687500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.003524780273 0.045166015625 0.090820312500 +0.138671875000 0.184570312500 0.218750000000 0.236328125000 +0.239257812500 0.224609375000 0.187500000000 0.135742187500 +0.073242187500 0.005554199219 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.009643554688 0.068359375000 0.114257812500 +0.146484375000 0.161132812500 0.155273437500 0.131835937500 +0.090820312500 0.041259765625 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000091075897 0.036865234375 +0.075683593750 0.118164062500 0.159179687500 0.193359375000 +0.222656250000 0.242187500000 0.248046875000 0.245117187500 +0.225585937500 0.195312500000 0.153320312500 0.100585937500 +0.043457031250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.007720947266 0.064941406250 +0.119628906250 0.167968750000 0.212890625000 0.246093750000 +0.269531250000 0.281250000000 0.277343750000 0.265625000000 +0.235351562500 0.195312500000 0.146484375000 0.086914062500 +0.025146484375 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.016235351562 0.040039062500 0.059570312500 0.075195312500 +0.086914062500 0.095703125000 0.101074218750 0.102539062500 +0.098632812500 0.089843750000 0.078125000000 0.062988281250 +0.049804687500 0.034912109375 0.020385742188 0.019775390625 +0.022338867188 0.027343750000 0.045166015625 0.063964843750 +0.081054687500 0.104003906250 0.125976562500 0.138671875000 +0.146484375000 0.144531250000 0.128906250000 0.104980468750 +0.076171875000 0.037109375000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.007019042969 0.042480468750 0.076171875000 0.100585937500 +0.109863281250 0.106445312500 0.086425781250 0.050537109375 +0.008544921875 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.054687500000 +0.112304687500 0.160156250000 0.196289062500 0.211914062500 +0.208984375000 0.191406250000 0.162109375000 0.125000000000 +0.086425781250 0.047119140625 0.013793945312 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.031005859375 +0.074218750000 0.112792968750 0.130859375000 0.125000000000 +0.106445312500 0.064941406250 0.005187988281 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.010375976562 0.089843750000 +0.162109375000 0.217773437500 0.251953125000 0.261718750000 +0.249023437500 0.217773437500 0.171875000000 0.109375000000 +0.040527343750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.040039062500 +0.107910156250 0.165039062500 0.207031250000 0.233398437500 +0.238281250000 0.225585937500 0.202148437500 0.167968750000 +0.125976562500 0.089843750000 0.052734375000 0.021850585938 +0.005798339844 0.000000000000 0.000000000000 0.006256103516 +0.018554687500 0.032470703125 0.044677734375 0.053466796875 +0.060791015625 0.064941406250 0.065917968750 0.069824218750 +0.074707031250 0.079589843750 0.086914062500 0.092773437500 +0.093261718750 0.086425781250 0.069824218750 0.047363281250 +0.014709472656 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.055419921875 +0.121582031250 0.178710937500 0.227539062500 0.269531250000 +0.292968750000 0.300781250000 0.294921875000 0.273437500000 +0.239257812500 0.194335937500 0.139648437500 0.079101562500 +0.014648437500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.015075683594 +0.076660156250 0.135742187500 0.187500000000 0.222656250000 +0.249023437500 0.261718750000 0.259765625000 0.253906250000 +0.239257812500 0.220703125000 0.203125000000 0.186523437500 +0.178710937500 0.177734375000 0.183593750000 0.195312500000 +0.206054687500 0.217773437500 0.224609375000 0.221679687500 +0.208984375000 0.183593750000 0.146484375000 0.102050781250 +0.047607421875 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.092773437500 0.072265625000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.001205444336 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.001434326172 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.010559082031 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.003601074219 0.000000000000 0.000000000000 0.000000000000 +0.010437011719 0.000000000000 0.000000000000 0.002548217773 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.001594543457 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.001251220703 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000503540039 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000018715858 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.002273559570 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000402450562 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.004455566406 +0.002639770508 0.000000000000 0.000606536865 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000545501709 +0.000000000000 0.000000000000 0.000000000000 0.001335144043 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.003875732422 0.000000000000 +0.002838134766 0.000000000000 0.000000000000 0.004638671875 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.001464843750 0.006072998047 0.000000000000 0.000237464905 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.001968383789 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.001380920410 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000190734863 0.000000000000 0.000000000000 +0.000000000000 0.000303268433 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.003646850586 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000205039978 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.006561279297 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.008117675781 +0.000000000000 0.052734375000 0.181640625000 0.255859375000 +0.210937500000 0.143554687500 0.054199218750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.086425781250 0.166015625000 0.214843750000 +0.225585937500 0.187500000000 0.110839843750 0.006530761719 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.109375000000 0.210937500000 +0.285156250000 0.324218750000 0.339843750000 0.314453125000 +0.263671875000 0.192382812500 0.108398437500 0.025390625000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.051025390625 0.122558593750 0.178710937500 +0.227539062500 0.261718750000 0.271484375000 0.259765625000 +0.223632812500 0.167968750000 0.089355468750 0.001724243164 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.059814453125 0.126953125000 +0.185546875000 0.235351562500 0.271484375000 0.281250000000 +0.267578125000 0.226562500000 0.159179687500 0.064941406250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.056152343750 0.122558593750 +0.191406250000 0.249023437500 0.287109375000 0.294921875000 +0.275390625000 0.220703125000 0.144531250000 0.054687500000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.026489257812 0.091308593750 0.151367187500 0.207031250000 +0.255859375000 0.281250000000 0.287109375000 0.267578125000 +0.211914062500 0.137695312500 0.046142578125 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.059082031250 0.141601562500 0.201171875000 +0.225585937500 0.213867187500 0.168945312500 0.100097656250 +0.010314941406 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.076171875000 0.156250000000 +0.222656250000 0.269531250000 0.298828125000 0.300781250000 +0.275390625000 0.224609375000 0.151367187500 0.064941406250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.009582519531 0.088867187500 0.163085937500 +0.224609375000 0.275390625000 0.302734375000 0.302734375000 +0.261718750000 0.196289062500 0.103027343750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.050048828125 0.137695312500 +0.202148437500 0.230468750000 0.227539062500 0.199218750000 +0.143554687500 0.077636718750 0.014099121094 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.011474609375 0.020751953125 0.018554687500 +0.012634277344 0.004943847656 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.021240234375 +0.065429687500 0.110351562500 0.149414062500 0.188476562500 +0.218750000000 0.241210937500 0.250000000000 0.247070312500 +0.234375000000 0.198242187500 0.155273437500 0.101074218750 +0.031982421875 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.024658203125 +0.103515625000 0.164062500000 0.192382812500 0.184570312500 +0.141601562500 0.071777343750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.051025390625 +0.136718750000 0.197265625000 0.227539062500 0.210937500000 +0.157226562500 0.071289062500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.030517578125 0.149414062500 0.244140625000 0.308593750000 +0.337890625000 0.333984375000 0.298828125000 0.231445312500 +0.138671875000 0.028930664062 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.054443359375 0.123535156250 0.180664062500 0.208007812500 +0.223632812500 0.221679687500 0.200195312500 0.166015625000 +0.124023437500 0.081054687500 0.028930664062 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.020263671875 0.104492187500 0.181640625000 +0.247070312500 0.287109375000 0.298828125000 0.275390625000 +0.220703125000 0.133789062500 0.031738281250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.033691406250 +0.100097656250 0.146484375000 0.177734375000 0.193359375000 +0.187500000000 0.184570312500 0.168945312500 0.148437500000 +0.126953125000 0.101562500000 0.072265625000 0.036621093750 +0.004302978516 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.043457031250 0.130859375000 0.212890625000 0.275390625000 +0.312500000000 0.326171875000 0.308593750000 0.267578125000 +0.199218750000 0.110839843750 0.009277343750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.052490234375 0.103515625000 0.129882812500 +0.120605468750 0.086425781250 0.030395507812 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.068847656250 0.140625000000 0.198242187500 0.246093750000 +0.273437500000 0.279296875000 0.253906250000 0.200195312500 +0.127929687500 0.038085937500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.016357421875 0.077148437500 0.112792968750 0.108398437500 +0.075195312500 0.015258789062 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.007293701172 0.097167968750 0.166992187500 0.208984375000 +0.219726562500 0.202148437500 0.167968750000 0.117675781250 +0.058105468750 0.005676269531 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.032470703125 0.080078125000 0.117675781250 0.135742187500 +0.131835937500 0.110351562500 0.078125000000 0.039062500000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.002212524414 0.022338867188 0.036132812500 +0.042480468750 0.037841796875 0.030639648438 0.025634765625 +0.012634277344 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.015625000000 0.046142578125 0.073242187500 +0.095703125000 0.109863281250 0.118652343750 0.114257812500 +0.103515625000 0.078125000000 0.045166015625 0.010314941406 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.011413574219 0.044677734375 0.074707031250 0.096191406250 +0.111816406250 0.120605468750 0.120605468750 0.113281250000 +0.097656250000 0.084472656250 0.069824218750 0.056640625000 +0.045654296875 0.035888671875 0.028320312500 0.021972656250 +0.026733398438 0.031494140625 0.036865234375 0.031005859375 +0.022460937500 0.006072998047 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.039550781250 +0.062988281250 0.062500000000 0.037109375000 0.000461578369 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.006835937500 0.028930664062 0.055175781250 +0.080566406250 0.109375000000 0.133789062500 0.151367187500 +0.156250000000 0.147460937500 0.132812500000 0.102539062500 +0.058837890625 0.006591796875 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.008911132812 0.072753906250 0.131835937500 0.184570312500 +0.217773437500 0.226562500000 0.206054687500 0.163085937500 +0.093750000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.053710937500 +0.160156250000 0.240234375000 0.283203125000 0.283203125000 +0.238281250000 0.156250000000 0.036132812500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.053222656250 0.139648437500 0.191406250000 +0.208007812500 0.192382812500 0.140625000000 0.066894531250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.062011718750 0.153320312500 0.228515625000 +0.287109375000 0.320312500000 0.320312500000 0.285156250000 +0.214843750000 0.121582031250 0.013366699219 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.080078125000 0.156250000000 0.198242187500 0.209960937500 +0.175781250000 0.102539062500 0.006378173828 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.053466796875 +0.111816406250 0.155273437500 0.179687500000 0.180664062500 +0.169921875000 0.156250000000 0.139648437500 0.120117187500 +0.104003906250 0.087402343750 0.075195312500 0.067382812500 +0.057617187500 0.042480468750 0.026123046875 0.003997802734 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.011901855469 0.014343261719 +0.010192871094 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.003936767578 0.012451171875 0.010864257812 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.048339843750 0.132812500000 0.214843750000 +0.279296875000 0.314453125000 0.324218750000 0.296875000000 +0.242187500000 0.163085937500 0.070800781250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.014160156250 0.035400390625 +0.055664062500 0.075195312500 0.091308593750 0.099121093750 +0.101074218750 0.017578125000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.026367187500 +0.024169921875 0.005920410156 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.033691406250 0.074707031250 0.100097656250 0.111816406250 +0.101074218750 0.075683593750 0.037353515625 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.003692626953 +0.049560546875 0.079589843750 0.103515625000 0.103515625000 +0.096679687500 0.074707031250 0.033203125000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.005889892578 0.042724609375 +0.060302734375 0.048339843750 0.008422851562 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.007507324219 +0.029907226562 0.030639648438 0.001205444336 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.008972167969 +0.043457031250 0.055419921875 0.055908203125 0.044189453125 +0.025390625000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.014709472656 0.039550781250 0.046386718750 +0.029785156250 0.005340576172 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.030883789062 0.055664062500 0.075683593750 0.084960937500 +0.082519531250 0.058837890625 0.020751953125 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.039306640625 +0.050048828125 0.026855468750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.008056640625 0.033935546875 0.049560546875 +0.055175781250 0.041748046875 0.017456054688 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.010192871094 0.043701171875 0.044677734375 0.017211914062 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.013244628906 +0.054199218750 0.063476562500 0.060791015625 0.033203125000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.025390625000 0.056884765625 0.060546875000 +0.039794921875 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.020263671875 0.058593750000 0.062500000000 0.047607421875 +0.001884460449 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.037109375000 +0.095214843750 0.128906250000 0.132812500000 0.114257812500 +0.077148437500 0.021728515625 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.030517578125 0.077148437500 0.095214843750 +0.082519531250 0.025878906250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.022094726562 0.077148437500 +0.110839843750 0.110351562500 0.095703125000 0.056152343750 +0.011657714844 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.048339843750 +0.112304687500 0.136718750000 0.138671875000 0.106933593750 +0.064941406250 0.012695312500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.008422851562 0.056396484375 0.080078125000 +0.097656250000 0.091796875000 0.071289062500 0.035400390625 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.015380859375 0.068847656250 0.105957031250 0.112792968750 +0.086425781250 0.030395507812 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.016723632812 0.025634765625 0.004699707031 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.005859375000 +0.076660156250 0.125000000000 0.144531250000 0.144531250000 +0.121093750000 0.072265625000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.053955078125 0.085937500000 +0.083984375000 0.034179687500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.063476562500 0.099121093750 0.104003906250 0.081542968750 +0.034912109375 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.008544921875 0.055664062500 0.085449218750 0.095214843750 +0.099121093750 0.073730468750 0.029296875000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.013061523438 0.006561279297 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.007751464844 0.012756347656 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.035644531250 0.072753906250 +0.071777343750 0.030029296875 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.008361816406 +0.015136718750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.015319824219 +0.037597656250 0.025146484375 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.015625000000 0.023925781250 +0.013671875000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.027099609375 0.079101562500 0.103515625000 +0.095703125000 0.059814453125 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.006591796875 0.013000488281 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.028930664062 +0.062500000000 0.093261718750 0.105468750000 0.103515625000 +0.085937500000 0.075195312500 0.035156250000 0.004943847656 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.009216308594 0.023437500000 0.008850097656 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.007751464844 0.021118164062 0.016357421875 0.009521484375 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.009460449219 0.017333984375 +0.016723632812 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.018798828125 +0.015136718750 0.048828125000 0.051513671875 0.053955078125 +0.049316406250 0.051757812500 0.029418945312 0.017822265625 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.001205444336 +0.035156250000 0.040771484375 0.056884765625 0.051513671875 +0.048583984375 0.019165039062 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.004791259766 0.005187988281 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.020874023438 0.044189453125 +0.060302734375 0.040283203125 0.013183593750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.007629394531 0.017700195312 0.023437500000 +0.031494140625 0.046142578125 0.036132812500 0.043212890625 +0.038330078125 0.042480468750 0.016967773438 0.010253906250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.008605957031 +0.021484375000 0.015563964844 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.002975463867 0.036621093750 0.057128906250 +0.064453125000 0.082031250000 0.082031250000 0.072753906250 +0.044433593750 0.015380859375 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.005035400391 0.001945495605 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.014282226562 0.193359375000 0.265625000000 +0.310546875000 0.343750000000 0.361328125000 0.363281250000 +0.341796875000 0.304687500000 0.255859375000 0.202148437500 +0.153320312500 0.116699218750 0.097656250000 0.099121093750 +0.124511718750 0.172851562500 0.233398437500 0.304687500000 +0.369140625000 0.414062500000 0.435546875000 0.412109375000 +0.351562500000 0.242187500000 0.106445312500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.137695312500 +0.296875000000 0.429687500000 0.527343750000 0.585937500000 +0.617187500000 0.601562500000 0.566406250000 0.511718750000 +0.443359375000 0.367187500000 0.292968750000 0.222656250000 +0.158203125000 0.105468750000 0.062500000000 0.026733398438 +0.000212669373 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.019653320312 0.059082031250 +0.100097656250 0.149414062500 0.201171875000 0.247070312500 +0.289062500000 0.324218750000 0.349609375000 0.371093750000 +0.378906250000 0.380859375000 0.363281250000 0.332031250000 +0.294921875000 0.246093750000 0.194335937500 0.130859375000 +0.057617187500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.075195312500 0.202148437500 +0.294921875000 0.361328125000 0.400390625000 0.404296875000 +0.386718750000 0.337890625000 0.273437500000 0.191406250000 +0.097167968750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.096679687500 0.205078125000 +0.283203125000 0.324218750000 0.332031250000 0.314453125000 +0.275390625000 0.230468750000 0.172851562500 0.128906250000 +0.092285156250 0.068847656250 0.064453125000 0.070800781250 +0.082519531250 0.093261718750 0.088378906250 0.067382812500 +0.023681640625 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.127929687500 0.253906250000 0.351562500000 +0.419921875000 0.451171875000 0.458984375000 0.439453125000 +0.398437500000 0.349609375000 0.285156250000 0.228515625000 +0.174804687500 0.134765625000 0.109375000000 0.100097656250 +0.106445312500 0.128906250000 0.160156250000 0.198242187500 +0.244140625000 0.287109375000 0.326171875000 0.361328125000 +0.384765625000 0.396484375000 0.394531250000 0.375000000000 +0.343750000000 0.291015625000 0.221679687500 0.128906250000 +0.022827148438 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.123046875000 +0.244140625000 0.335937500000 0.392578125000 0.419921875000 +0.410156250000 0.371093750000 0.302734375000 0.211914062500 +0.104980468750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.013183593750 0.132812500000 0.218750000000 +0.253906250000 0.236328125000 0.170898437500 0.061523437500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.091796875000 0.209960937500 +0.326171875000 0.421875000000 0.500000000000 0.558593750000 +0.593750000000 0.601562500000 0.582031250000 0.539062500000 +0.470703125000 0.384765625000 0.289062500000 0.182617187500 +0.062988281250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.142578125000 0.281250000000 0.394531250000 0.484375000000 +0.539062500000 0.566406250000 0.546875000000 0.500000000000 +0.425781250000 0.324218750000 0.208007812500 0.077636718750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.068847656250 +0.199218750000 0.322265625000 0.421875000000 0.494140625000 +0.531250000000 0.519531250000 0.466796875000 0.361328125000 +0.223632812500 0.055908203125 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.075683593750 0.215820312500 0.320312500000 +0.373046875000 0.371093750000 0.314453125000 0.213867187500 +0.075683593750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.008422851562 0.124511718750 0.234375000000 0.341796875000 +0.435546875000 0.515625000000 0.574218750000 0.605468750000 +0.617187500000 0.589843750000 0.539062500000 0.464843750000 +0.361328125000 0.241210937500 0.108398437500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.075195312500 0.170898437500 0.242187500000 0.283203125000 +0.285156250000 0.255859375000 0.185546875000 0.076660156250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.108398437500 0.189453125000 0.225585937500 +0.200195312500 0.125000000000 0.002426147461 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.057617187500 0.084960937500 0.078125000000 0.032958984375 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.050781250000 0.162109375000 0.255859375000 +0.324218750000 0.371093750000 0.392578125000 0.388671875000 +0.359375000000 0.314453125000 0.251953125000 0.174804687500 +0.090332031250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.050537109375 0.098632812500 0.127929687500 +0.156250000000 0.171875000000 0.191406250000 0.210937500000 +0.229492187500 0.249023437500 0.269531250000 0.291015625000 +0.308593750000 0.324218750000 0.332031250000 0.333984375000 +0.328125000000 0.318359375000 0.302734375000 0.283203125000 +0.261718750000 0.235351562500 0.204101562500 0.167968750000 +0.119140625000 0.065429687500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.051025390625 +0.077148437500 0.075195312500 0.043457031250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.004882812500 +0.092773437500 0.162109375000 0.214843750000 0.248046875000 +0.263671875000 0.257812500000 0.235351562500 0.193359375000 +0.128906250000 0.060791015625 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.083496093750 0.156250000000 0.216796875000 0.255859375000 +0.275390625000 0.271484375000 0.238281250000 0.185546875000 +0.108398437500 0.018310546875 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.035644531250 0.180664062500 0.318359375000 +0.445312500000 0.546875000000 0.617187500000 0.648437500000 +0.644531250000 0.589843750000 0.498046875000 0.373046875000 +0.212890625000 0.035644531250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.006683349609 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.035400390625 0.083007812500 +0.090332031250 0.058593750000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.006072998047 0.123535156250 0.204101562500 0.234375000000 +0.220703125000 0.165039062500 0.061767578125 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.082519531250 0.178710937500 +0.243164062500 0.279296875000 0.289062500000 0.281250000000 +0.263671875000 0.251953125000 0.245117187500 0.251953125000 +0.281250000000 0.318359375000 0.365234375000 0.402343750000 +0.425781250000 0.423828125000 0.388671875000 0.312500000000 +0.202148437500 0.057128906250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.029174804688 +0.058105468750 0.046875000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000896453857 0.102050781250 0.184570312500 0.228515625000 +0.226562500000 0.180664062500 0.098144531250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.086914062500 0.173828125000 0.225585937500 +0.237304687500 0.202148437500 0.131835937500 0.024047851562 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.101074218750 0.220703125000 +0.322265625000 0.394531250000 0.427734375000 0.431640625000 +0.398437500000 0.333984375000 0.234375000000 0.118164062500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.119140625000 0.219726562500 +0.292968750000 0.332031250000 0.343750000000 0.332031250000 +0.302734375000 0.257812500000 0.210937500000 0.156250000000 +0.114257812500 0.080566406250 0.059814453125 0.054443359375 +0.056396484375 0.068847656250 0.091796875000 0.119628906250 +0.155273437500 0.188476562500 0.216796875000 0.238281250000 +0.245117187500 0.238281250000 0.210937500000 0.166992187500 +0.102539062500 0.024658203125 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.174804687500 0.173828125000 0.105957031250 0.137695312500 +0.165039062500 0.196289062500 0.237304687500 0.279296875000 +0.320312500000 0.345703125000 0.365234375000 0.369140625000 +0.361328125000 0.343750000000 0.322265625000 0.296875000000 +0.273437500000 0.248046875000 0.225585937500 0.213867187500 +0.203125000000 0.195312500000 0.179687500000 0.156250000000 +0.121582031250 0.067871093750 0.006774902344 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.013305664062 0.102539062500 +0.176757812500 0.239257812500 0.289062500000 0.326171875000 +0.347656250000 0.361328125000 0.369140625000 0.369140625000 +0.369140625000 0.365234375000 0.369140625000 0.373046875000 +0.373046875000 0.375000000000 0.373046875000 0.363281250000 +0.355468750000 0.341796875000 0.312500000000 0.283203125000 +0.251953125000 0.215820312500 0.181640625000 0.152343750000 +0.130859375000 0.113281250000 0.111328125000 0.122558593750 +0.148437500000 0.190429687500 0.239257812500 0.292968750000 +0.343750000000 0.386718750000 0.421875000000 0.441406250000 +0.441406250000 0.417968750000 0.369140625000 0.296875000000 +0.207031250000 0.106933593750 0.006347656250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.055664062500 0.166992187500 0.271484375000 +0.363281250000 0.433593750000 0.474609375000 0.500000000000 +0.494140625000 0.458984375000 0.398437500000 0.316406250000 +0.214843750000 0.109863281250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.053466796875 0.146484375000 0.231445312500 +0.308593750000 0.363281250000 0.406250000000 0.427734375000 +0.435546875000 0.433593750000 0.429687500000 0.419921875000 +0.406250000000 0.392578125000 0.367187500000 0.339843750000 +0.304687500000 0.261718750000 0.210937500000 0.148437500000 +0.072753906250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.042724609375 0.097656250000 0.136718750000 +0.165039062500 0.186523437500 0.199218750000 0.212890625000 +0.234375000000 0.251953125000 0.277343750000 0.304687500000 +0.330078125000 0.351562500000 0.367187500000 0.371093750000 +0.361328125000 0.337890625000 0.302734375000 0.263671875000 +0.215820312500 0.173828125000 0.142578125000 0.129882812500 +0.133789062500 0.161132812500 0.200195312500 0.253906250000 +0.312500000000 0.375000000000 0.419921875000 0.453125000000 +0.462890625000 0.439453125000 0.388671875000 0.314453125000 +0.213867187500 0.096679687500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.127929687500 0.251953125000 +0.357421875000 0.439453125000 0.498046875000 0.523437500000 +0.515625000000 0.478515625000 0.414062500000 0.326171875000 +0.218750000000 0.106445312500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.063964843750 0.137695312500 0.182617187500 +0.200195312500 0.183593750000 0.138671875000 0.064941406250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.081054687500 0.158203125000 0.232421875000 +0.283203125000 0.326171875000 0.353515625000 0.357421875000 +0.335937500000 0.306640625000 0.257812500000 0.195312500000 +0.123046875000 0.036621093750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.086425781250 0.177734375000 0.244140625000 +0.279296875000 0.281250000000 0.247070312500 0.181640625000 +0.098144531250 0.001953125000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.075683593750 0.152343750000 0.213867187500 0.257812500000 +0.285156250000 0.292968750000 0.277343750000 0.243164062500 +0.197265625000 0.138671875000 0.071777343750 0.006042480469 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.062500000000 0.146484375000 +0.217773437500 0.259765625000 0.287109375000 0.304687500000 +0.300781250000 0.294921875000 0.281250000000 0.257812500000 +0.229492187500 0.193359375000 0.146484375000 0.097167968750 +0.035644531250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.001770019531 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.012573242188 +0.112792968750 0.201171875000 0.277343750000 0.333984375000 +0.367187500000 0.378906250000 0.369140625000 0.330078125000 +0.269531250000 0.199218750000 0.111816406250 0.021728515625 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.011657714844 0.112792968750 +0.208007812500 0.294921875000 0.369140625000 0.421875000000 +0.455078125000 0.468750000000 0.458984375000 0.431640625000 +0.382812500000 0.306640625000 0.220703125000 0.121093750000 +0.016845703125 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.010192871094 0.067871093750 0.100097656250 0.109863281250 +0.088867187500 0.050781250000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.041992187500 +0.075195312500 0.094726562500 0.088867187500 0.056640625000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.043701171875 0.172851562500 0.289062500000 0.390625000000 +0.466796875000 0.515625000000 0.519531250000 0.490234375000 +0.419921875000 0.320312500000 0.195312500000 0.056152343750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.022827148438 0.138671875000 +0.249023437500 0.337890625000 0.406250000000 0.441406250000 +0.447265625000 0.425781250000 0.390625000000 0.341796875000 +0.281250000000 0.225585937500 0.171875000000 0.121582031250 +0.092773437500 0.084472656250 0.099609375000 0.128906250000 +0.177734375000 0.240234375000 0.306640625000 0.363281250000 +0.412109375000 0.443359375000 0.449218750000 0.429687500000 +0.380859375000 0.304687500000 0.204101562500 0.090820312500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.067382812500 0.153320312500 0.213867187500 +0.242187500000 0.235351562500 0.198242187500 0.128906250000 +0.036865234375 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.086914062500 +0.183593750000 0.275390625000 0.349609375000 0.402343750000 +0.439453125000 0.451171875000 0.441406250000 0.400390625000 +0.339843750000 0.255859375000 0.157226562500 0.049804687500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.060058593750 0.166015625000 +0.263671875000 0.347656250000 0.417968750000 0.462890625000 +0.490234375000 0.488281250000 0.464843750000 0.408203125000 +0.330078125000 0.236328125000 0.125000000000 0.003509521484 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.025390625000 0.120605468750 0.203125000000 0.271484375000 +0.320312500000 0.349609375000 0.357421875000 0.347656250000 +0.320312500000 0.277343750000 0.215820312500 0.140625000000 +0.064941406250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.014831542969 0.078125000000 +0.137695312500 0.183593750000 0.204101562500 0.196289062500 +0.166992187500 0.102050781250 0.019165039062 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.040771484375 0.111816406250 0.151367187500 +0.160156250000 0.136718750000 0.080078125000 0.001495361328 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.054931640625 0.156250000000 +0.235351562500 0.283203125000 0.292968750000 0.263671875000 +0.207031250000 0.126953125000 0.027954101562 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.031494140625 0.101074218750 0.156250000000 0.184570312500 +0.189453125000 0.153320312500 0.084960937500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.035644531250 0.165039062500 0.265625000000 +0.333984375000 0.353515625000 0.333984375000 0.273437500000 +0.187500000000 0.080078125000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.095214843750 0.212890625000 0.312500000000 +0.388671875000 0.435546875000 0.453125000000 0.449218750000 +0.421875000000 0.386718750000 0.347656250000 0.300781250000 +0.259765625000 0.223632812500 0.191406250000 0.166015625000 +0.142578125000 0.115722656250 0.086425781250 0.051757812500 +0.013427734375 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.006927490234 0.054443359375 0.089355468750 +0.108398437500 0.102050781250 0.068359375000 0.010742187500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.026855468750 0.063476562500 0.065429687500 0.040039062500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.019165039062 0.059814453125 0.068847656250 0.051513671875 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.024169921875 0.149414062500 0.265625000000 0.373046875000 +0.458984375000 0.511718750000 0.542968750000 0.539062500000 +0.500000000000 0.439453125000 0.349609375000 0.246093750000 +0.128906250000 0.005981445312 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.082519531250 0.193359375000 0.289062500000 +0.367187500000 0.427734375000 0.457031250000 0.466796875000 +0.462890625000 0.437500000000 0.412109375000 0.376953125000 +0.343750000000 0.318359375000 0.302734375000 0.298828125000 +0.310546875000 0.333984375000 0.361328125000 0.386718750000 +0.406250000000 0.416015625000 0.406250000000 0.373046875000 +0.318359375000 0.241210937500 0.149414062500 0.041259765625 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.029418945312 0.124023437500 0.223632812500 0.322265625000 +0.417968750000 0.500000000000 0.562500000000 0.601562500000 +0.617187500000 0.613281250000 0.582031250000 0.531250000000 +0.472656250000 0.394531250000 0.314453125000 0.226562500000 +0.144531250000 0.065917968750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.052978515625 0.119628906250 0.191406250000 +0.271484375000 0.345703125000 0.417968750000 0.494140625000 +0.558593750000 0.613281250000 0.652343750000 0.660156250000 +0.628906250000 0.566406250000 0.472656250000 0.343750000000 +0.190429687500 0.027099609375 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.117187500000 0.259765625000 0.373046875000 0.458984375000 +0.519531250000 0.539062500000 0.523437500000 0.470703125000 +0.386718750000 0.285156250000 0.173828125000 0.061035156250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.031982421875 0.118652343750 +0.201171875000 0.259765625000 0.279296875000 0.261718750000 +0.192382812500 0.083496093750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.022216796875 0.039550781250 0.015625000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.063964843750 0.196289062500 0.312500000000 0.408203125000 +0.478515625000 0.511718750000 0.507812500000 0.472656250000 +0.404296875000 0.312500000000 0.206054687500 0.094726562500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.028686523438 +0.123535156250 0.205078125000 0.277343750000 0.330078125000 +0.351562500000 0.347656250000 0.312500000000 0.253906250000 +0.179687500000 0.092285156250 0.007202148438 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.052490234375 +0.156250000000 0.257812500000 0.349609375000 0.423828125000 +0.466796875000 0.482421875000 0.460937500000 0.394531250000 +0.296875000000 0.162109375000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.014221191406 0.022460937500 0.009033203125 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.158203125000 0.318359375000 0.453125000000 +0.562500000000 0.640625000000 0.683593750000 0.695312500000 +0.675781250000 0.632812500000 0.570312500000 0.490234375000 +0.400390625000 0.298828125000 0.199218750000 0.100585937500 +0.001899719238 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.042968750000 0.164062500000 0.246093750000 0.285156250000 +0.261718750000 0.194335937500 0.077636718750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.017211914062 0.156250000000 0.265625000000 0.339843750000 +0.359375000000 0.337890625000 0.277343750000 0.183593750000 +0.080566406250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.055664062500 0.163085937500 0.269531250000 0.365234375000 +0.441406250000 0.498046875000 0.535156250000 0.558593750000 +0.574218750000 0.582031250000 0.589843750000 0.597656250000 +0.609375000000 0.621093750000 0.625000000000 0.617187500000 +0.585937500000 0.527343750000 0.435546875000 0.312500000000 +0.162109375000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.099121093750 0.257812500000 0.396484375000 +0.500000000000 0.570312500000 0.609375000000 0.625000000000 +0.625000000000 0.605468750000 0.585937500000 0.566406250000 +0.546875000000 0.539062500000 0.535156250000 0.535156250000 +0.531250000000 0.511718750000 0.480468750000 0.433593750000 +0.369140625000 0.291015625000 0.201171875000 0.104980468750 +0.010498046875 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.042724609375 0.193359375000 0.316406250000 0.417968750000 +0.496093750000 0.542968750000 0.570312500000 0.582031250000 +0.578125000000 0.578125000000 0.566406250000 0.566406250000 +0.570312500000 0.578125000000 0.578125000000 0.578125000000 +0.558593750000 0.519531250000 0.462890625000 0.375000000000 +0.261718750000 0.127929687500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.090820312500 0.212890625000 0.298828125000 0.355468750000 +0.375000000000 0.365234375000 0.326171875000 0.263671875000 +0.193359375000 0.114257812500 0.038818359375 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.009765625000 0.033691406250 +0.048583984375 0.044921875000 0.024536132812 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.093261718750 0.204101562500 0.263671875000 0.273437500000 +0.228515625000 0.133789062500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.104003906250 +0.206054687500 0.291015625000 0.353515625000 0.375000000000 +0.363281250000 0.314453125000 0.230468750000 0.123535156250 +0.009033203125 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.039794921875 0.114746093750 +0.181640625000 0.225585937500 0.241210937500 0.226562500000 +0.166992187500 0.075683593750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.043212890625 0.093750000000 0.104492187500 0.072265625000 +0.002120971680 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.042480468750 0.171875000000 0.267578125000 0.318359375000 +0.337890625000 0.324218750000 0.287109375000 0.240234375000 +0.190429687500 0.150390625000 0.129882812500 0.127929687500 +0.153320312500 0.196289062500 0.248046875000 0.298828125000 +0.347656250000 0.378906250000 0.388671875000 0.382812500000 +0.349609375000 0.296875000000 0.243164062500 0.185546875000 +0.133789062500 0.097656250000 0.084960937500 0.090332031250 +0.118164062500 0.163085937500 0.221679687500 0.285156250000 +0.345703125000 0.392578125000 0.427734375000 0.441406250000 +0.435546875000 0.410156250000 0.369140625000 0.304687500000 +0.217773437500 0.124023437500 0.019287109375 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.052490234375 0.140625000000 0.175781250000 0.133789062500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.056884765625 0.096191406250 +0.101074218750 0.074218750000 0.008178710938 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.056640625000 +0.120605468750 0.174804687500 0.200195312500 0.222656250000 +0.221679687500 0.189453125000 0.137695312500 0.068847656250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.043945312500 +0.123535156250 0.190429687500 0.236328125000 0.269531250000 +0.294921875000 0.314453125000 0.326171875000 0.337890625000 +0.341796875000 0.353515625000 0.353515625000 0.345703125000 +0.330078125000 0.294921875000 0.247070312500 0.176757812500 +0.092285156250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.034667968750 +0.111816406250 0.184570312500 0.240234375000 0.271484375000 +0.298828125000 0.312500000000 0.326171875000 0.339843750000 +0.349609375000 0.345703125000 0.351562500000 0.347656250000 +0.328125000000 0.298828125000 0.249023437500 0.175781250000 +0.086914062500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.041748046875 0.093750000000 0.136718750000 0.153320312500 +0.171875000000 0.172851562500 0.168945312500 0.166992187500 +0.165039062500 0.166992187500 0.177734375000 0.179687500000 +0.197265625000 0.210937500000 0.224609375000 0.239257812500 +0.250000000000 0.255859375000 0.255859375000 0.244140625000 +0.215820312500 0.174804687500 0.114257812500 0.042480468750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.060058593750 +0.170898437500 0.265625000000 0.339843750000 0.378906250000 +0.384765625000 0.359375000000 0.304687500000 0.224609375000 +0.116699218750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.035400390625 +0.128906250000 0.201171875000 0.261718750000 0.294921875000 +0.314453125000 0.326171875000 0.316406250000 0.304687500000 +0.285156250000 0.267578125000 0.257812500000 0.249023437500 +0.255859375000 0.269531250000 0.285156250000 0.302734375000 +0.333984375000 0.361328125000 0.376953125000 0.373046875000 +0.353515625000 0.322265625000 0.259765625000 0.174804687500 +0.074218750000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.019409179688 0.090820312500 0.150390625000 +0.161132812500 0.153320312500 0.116699218750 0.042480468750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.003692626953 0.079101562500 0.145507812500 +0.195312500000 0.238281250000 0.261718750000 0.281250000000 +0.287109375000 0.281250000000 0.269531250000 0.263671875000 +0.250000000000 0.219726562500 0.201171875000 0.169921875000 +0.140625000000 0.088867187500 0.037109375000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.021972656250 0.101074218750 +0.160156250000 0.194335937500 0.201171875000 0.173828125000 +0.111816406250 0.044677734375 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000560760498 0.064941406250 0.104003906250 0.098144531250 +0.062500000000 0.000720977783 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.008361816406 0.093750000000 +0.160156250000 0.210937500000 0.230468750000 0.218750000000 +0.177734375000 0.110351562500 0.025634765625 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.021972656250 +0.042480468750 0.062500000000 0.081054687500 0.091796875000 +0.115234375000 0.135742187500 0.170898437500 0.208984375000 +0.234375000000 0.265625000000 0.285156250000 0.292968750000 +0.275390625000 0.229492187500 0.159179687500 0.072753906250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.062011718750 0.144531250000 0.214843750000 +0.249023437500 0.273437500000 0.275390625000 0.255859375000 +0.224609375000 0.176757812500 0.128906250000 0.062255859375 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.011535644531 +0.112304687500 0.196289062500 0.281250000000 0.349609375000 +0.406250000000 0.437500000000 0.449218750000 0.425781250000 +0.384765625000 0.314453125000 0.221679687500 0.101074218750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.005767822266 +0.001251220703 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.074218750000 +0.146484375000 0.190429687500 0.203125000000 0.197265625000 +0.161132812500 0.110839843750 0.030639648438 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.079589843750 0.141601562500 0.187500000000 0.189453125000 +0.174804687500 0.123046875000 0.048828125000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.018066406250 0.025268554688 +0.009643554688 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.016479492188 +0.104492187500 0.182617187500 0.251953125000 0.306640625000 +0.351562500000 0.375000000000 0.380859375000 0.376953125000 +0.343750000000 0.316406250000 0.279296875000 0.234375000000 +0.189453125000 0.149414062500 0.121093750000 0.085937500000 +0.064941406250 0.055664062500 0.050781250000 0.049804687500 +0.059814453125 0.071289062500 0.078125000000 0.085449218750 +0.086425781250 0.082519531250 0.056640625000 0.023925781250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.038818359375 +0.081542968750 0.113769531250 0.128906250000 0.144531250000 +0.134765625000 0.124511718750 0.094238281250 0.046875000000 +0.002868652344 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.048828125000 0.115722656250 0.167968750000 0.207031250000 +0.217773437500 0.212890625000 0.202148437500 0.180664062500 +0.161132812500 0.141601562500 0.123046875000 0.118652343750 +0.128906250000 0.149414062500 0.174804687500 0.205078125000 +0.237304687500 0.259765625000 0.292968750000 0.316406250000 +0.320312500000 0.326171875000 0.316406250000 0.312500000000 +0.294921875000 0.277343750000 0.257812500000 0.245117187500 +0.229492187500 0.210937500000 0.196289062500 0.170898437500 +0.145507812500 0.121093750000 0.073242187500 0.020385742188 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.015991210938 0.088867187500 +0.156250000000 0.205078125000 0.247070312500 0.275390625000 +0.302734375000 0.320312500000 0.335937500000 0.353515625000 +0.371093750000 0.382812500000 0.380859375000 0.378906250000 +0.343750000000 0.304687500000 0.249023437500 0.172851562500 +0.080566406250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.042724609375 +0.092773437500 0.122558593750 0.113281250000 0.068847656250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.033691406250 0.113281250000 0.179687500000 0.196289062500 +0.180664062500 0.132812500000 0.048828125000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.042968750000 0.154296875000 +0.245117187500 0.316406250000 0.357421875000 0.373046875000 +0.357421875000 0.304687500000 0.217773437500 0.113769531250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.065917968750 0.142578125000 0.215820312500 +0.255859375000 0.275390625000 0.273437500000 0.248046875000 +0.215820312500 0.179687500000 0.122558593750 0.065429687500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.046630859375 0.143554687500 +0.242187500000 0.302734375000 0.351562500000 0.361328125000 +0.345703125000 0.302734375000 0.226562500000 0.128906250000 +0.008728027344 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.034912109375 0.074218750000 0.078613281250 0.082031250000 +0.067382812500 0.052001953125 0.036865234375 0.029174804688 +0.027221679688 0.033691406250 0.036865234375 0.042724609375 +0.052001953125 0.048583984375 0.040771484375 0.020385742188 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.027099609375 0.000759124756 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.009399414062 +0.045898437500 0.063476562500 0.061767578125 0.040771484375 +0.005615234375 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.030517578125 0.078125000000 0.113769531250 +0.132812500000 0.127929687500 0.105468750000 0.062255859375 +0.007293701172 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.001823425293 +0.054443359375 0.109375000000 0.158203125000 0.199218750000 +0.228515625000 0.247070312500 0.248046875000 0.230468750000 +0.196289062500 0.150390625000 0.086425781250 0.015075683594 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.042236328125 +0.131835937500 0.208984375000 0.271484375000 0.314453125000 +0.343750000000 0.355468750000 0.359375000000 0.355468750000 +0.343750000000 0.333984375000 0.318359375000 0.304687500000 +0.287109375000 0.267578125000 0.241210937500 0.207031250000 +0.162109375000 0.104003906250 0.039306640625 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.046386718750 +0.134765625000 0.212890625000 0.275390625000 0.320312500000 +0.345703125000 0.361328125000 0.361328125000 0.353515625000 +0.343750000000 0.332031250000 0.314453125000 0.300781250000 +0.283203125000 0.263671875000 0.238281250000 0.202148437500 +0.158203125000 0.104980468750 0.038818359375 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.006805419922 0.062988281250 0.113769531250 0.157226562500 +0.193359375000 0.221679687500 0.240234375000 0.257812500000 +0.267578125000 0.275390625000 0.277343750000 0.275390625000 +0.265625000000 0.249023437500 0.229492187500 0.205078125000 +0.183593750000 0.165039062500 0.152343750000 0.142578125000 +0.137695312500 0.131835937500 0.126953125000 0.117187500000 +0.101074218750 0.072265625000 0.034423828125 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.024047851562 +0.068847656250 0.091308593750 0.085449218750 0.054199218750 +0.000782012939 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.023559570312 +0.129882812500 0.230468750000 0.316406250000 0.380859375000 +0.419921875000 0.427734375000 0.406250000000 0.355468750000 +0.283203125000 0.194335937500 0.091308593750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.050048828125 +0.143554687500 0.222656250000 0.287109375000 0.333984375000 +0.359375000000 0.371093750000 0.365234375000 0.349609375000 +0.324218750000 0.291015625000 0.259765625000 0.236328125000 +0.220703125000 0.212890625000 0.214843750000 0.223632812500 +0.242187500000 0.259765625000 0.283203125000 0.296875000000 +0.304687500000 0.294921875000 0.271484375000 0.228515625000 +0.171875000000 0.105468750000 0.031494140625 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.076660156250 0.146484375000 0.207031250000 +0.248046875000 0.265625000000 0.259765625000 0.235351562500 +0.190429687500 0.130859375000 0.062500000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.034912109375 0.125976562500 +0.203125000000 0.265625000000 0.308593750000 0.326171875000 +0.322265625000 0.310546875000 0.277343750000 0.238281250000 +0.194335937500 0.157226562500 0.122558593750 0.099609375000 +0.081054687500 0.072265625000 0.064453125000 0.060546875000 +0.049560546875 0.038574218750 0.023559570312 0.003311157227 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.034912109375 +0.107910156250 0.166992187500 0.215820312500 0.246093750000 +0.248046875000 0.221679687500 0.167968750000 0.096679687500 +0.010253906250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.011047363281 0.014953613281 0.008117675781 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.023315429688 0.062255859375 0.096191406250 0.114746093750 +0.115234375000 0.094726562500 0.062988281250 0.019165039062 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.022460937500 +0.088867187500 0.150390625000 0.206054687500 0.242187500000 +0.257812500000 0.247070312500 0.216796875000 0.163085937500 +0.093750000000 0.012573242188 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.048583984375 0.094238281250 0.130859375000 +0.171875000000 0.208984375000 0.243164062500 0.277343750000 +0.302734375000 0.324218750000 0.339843750000 0.343750000000 +0.335937500000 0.310546875000 0.265625000000 0.203125000000 +0.130859375000 0.054687500000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.021362304688 0.061035156250 0.092285156250 +0.121093750000 0.139648437500 0.153320312500 0.169921875000 +0.185546875000 0.197265625000 0.206054687500 0.213867187500 +0.215820312500 0.209960937500 0.194335937500 0.166992187500 +0.128906250000 0.077636718750 0.017211914062 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.011291503906 0.082031250000 0.148437500000 0.214843750000 +0.271484375000 0.314453125000 0.343750000000 0.363281250000 +0.359375000000 0.337890625000 0.294921875000 0.232421875000 +0.151367187500 0.056396484375 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.028076171875 0.120605468750 0.195312500000 +0.240234375000 0.257812500000 0.234375000000 0.184570312500 +0.103515625000 0.012207031250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.024414062500 0.106933593750 0.177734375000 0.228515625000 +0.257812500000 0.261718750000 0.247070312500 0.210937500000 +0.152343750000 0.074707031250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.007171630859 0.090332031250 0.159179687500 +0.199218750000 0.217773437500 0.204101562500 0.165039062500 +0.106933593750 0.042724609375 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000474929810 0.066406250000 0.133789062500 0.188476562500 +0.224609375000 0.237304687500 0.224609375000 0.187500000000 +0.131835937500 0.067382812500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.057128906250 0.129882812500 +0.181640625000 0.218750000000 0.229492187500 0.213867187500 +0.171875000000 0.118652343750 0.052246093750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.019165039062 0.083007812500 0.144531250000 0.197265625000 +0.247070312500 0.281250000000 0.300781250000 0.302734375000 +0.292968750000 0.267578125000 0.230468750000 0.190429687500 +0.145507812500 0.103027343750 0.065429687500 0.037597656250 +0.015991210938 0.001434326172 0.003509521484 0.015197753906 +0.037597656250 0.065429687500 0.101562500000 0.143554687500 +0.179687500000 0.217773437500 0.245117187500 0.257812500000 +0.253906250000 0.239257812500 0.209960937500 0.168945312500 +0.115722656250 0.056152343750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.007354736328 0.068847656250 0.127929687500 0.186523437500 +0.233398437500 0.271484375000 0.292968750000 0.300781250000 +0.291015625000 0.265625000000 0.222656250000 0.161132812500 +0.090332031250 0.013061523438 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.033203125000 0.070800781250 0.093261718750 0.108398437500 +0.114746093750 0.116210937500 0.115722656250 0.117187500000 +0.117187500000 0.121093750000 0.132812500000 0.149414062500 +0.173828125000 0.208984375000 0.242187500000 0.271484375000 +0.304687500000 0.324218750000 0.337890625000 0.337890625000 +0.330078125000 0.310546875000 0.281250000000 0.244140625000 +0.205078125000 0.166015625000 0.131835937500 0.108398437500 +0.096191406250 0.091796875000 0.103515625000 0.125976562500 +0.156250000000 0.188476562500 0.216796875000 0.232421875000 +0.232421875000 0.215820312500 0.175781250000 0.117675781250 +0.043945312500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.034667968750 +0.125000000000 0.206054687500 0.271484375000 0.316406250000 +0.343750000000 0.351562500000 0.351562500000 0.339843750000 +0.333984375000 0.328125000000 0.324218750000 0.320312500000 +0.322265625000 0.316406250000 0.302734375000 0.279296875000 +0.245117187500 0.197265625000 0.142578125000 0.082031250000 +0.021118164062 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.022949218750 0.064941406250 0.093750000000 0.103027343750 +0.085937500000 0.051025390625 0.000652313232 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.080078125000 0.167968750000 0.244140625000 0.294921875000 +0.314453125000 0.300781250000 0.250000000000 0.171875000000 +0.072265625000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.063476562500 +0.172851562500 0.271484375000 0.351562500000 0.404296875000 +0.425781250000 0.419921875000 0.378906250000 0.310546875000 +0.216796875000 0.111328125000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.029418945312 +0.048583984375 0.048583984375 0.028564453125 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.027099609375 0.066894531250 +0.102539062500 0.128906250000 0.157226562500 0.181640625000 +0.204101562500 0.223632812500 0.239257812500 0.247070312500 +0.242187500000 0.232421875000 0.198242187500 0.146484375000 +0.083007812500 0.004364013672 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.043945312500 0.140625000000 +0.227539062500 0.302734375000 0.359375000000 0.394531250000 +0.404296875000 0.388671875000 0.349609375000 0.289062500000 +0.210937500000 0.112792968750 0.006347656250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.005493164062 +0.059326171875 0.094238281250 0.118164062500 0.122070312500 +0.114746093750 0.098632812500 0.081542968750 0.071777343750 +0.066406250000 0.074707031250 0.091308593750 0.119140625000 +0.152343750000 0.185546875000 0.215820312500 0.236328125000 +0.248046875000 0.245117187500 0.220703125000 0.177734375000 +0.117187500000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.004180908203 0.089843750000 +0.005401611328 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.064453125000 0.111816406250 0.125976562500 +0.108398437500 0.058349609375 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.012023925781 0.084472656250 +0.138671875000 0.192382812500 0.230468750000 0.246093750000 +0.236328125000 0.213867187500 0.171875000000 0.100585937500 +0.013000488281 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.047119140625 0.074218750000 +0.077636718750 0.056396484375 0.022827148438 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.004302978516 0.048095703125 0.074218750000 +0.071289062500 0.057128906250 0.022949218750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000938415527 0.076171875000 +0.126953125000 0.166992187500 0.185546875000 0.182617187500 +0.167968750000 0.139648437500 0.091796875000 0.044921875000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.003051757812 0.060058593750 +0.110351562500 0.132812500000 0.128906250000 0.096679687500 +0.033935546875 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.060546875000 0.098144531250 0.098632812500 +0.070312500000 0.011901855469 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.021850585938 0.081542968750 +0.121582031250 0.139648437500 0.132812500000 0.102050781250 +0.057373046875 0.000442504883 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.002716064453 0.045166015625 0.074707031250 +0.083007812500 0.068847656250 0.044921875000 0.011596679688 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.038818359375 0.063964843750 0.058593750000 +0.023681640625 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.050537109375 +0.094238281250 0.129882812500 0.144531250000 0.142578125000 +0.117675781250 0.073242187500 0.002563476562 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.030151367188 0.098632812500 0.125000000000 0.110351562500 +0.066406250000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.006317138672 0.073242187500 0.121582031250 +0.147460937500 0.160156250000 0.159179687500 0.135742187500 +0.117187500000 0.090820312500 0.064453125000 0.047119140625 +0.027099609375 0.013549804688 0.000591278076 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.023559570312 0.090820312500 0.141601562500 0.177734375000 +0.192382812500 0.178710937500 0.146484375000 0.089355468750 +0.010986328125 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.007476806641 0.004058837891 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.003631591797 0.083007812500 +0.132812500000 0.143554687500 0.109863281250 0.041259765625 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.101074218750 0.190429687500 +0.261718750000 0.294921875000 0.304687500000 0.291015625000 +0.248046875000 0.170898437500 0.077148437500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.065917968750 +0.117675781250 0.136718750000 0.111816406250 0.046875000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.012573242188 +0.094726562500 0.141601562500 0.147460937500 0.121582031250 +0.044189453125 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.021362304688 0.074707031250 0.128906250000 +0.173828125000 0.208984375000 0.235351562500 0.243164062500 +0.214843750000 0.176757812500 0.116699218750 0.042480468750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000572204590 0.095703125000 0.174804687500 +0.239257812500 0.281250000000 0.292968750000 0.289062500000 +0.251953125000 0.192382812500 0.112792968750 0.011962890625 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000766754150 0.027221679688 0.049804687500 +0.059814453125 0.064453125000 0.064941406250 0.050781250000 +0.028198242188 0.006835937500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.045654296875 0.112792968750 0.166992187500 0.198242187500 +0.195312500000 0.157226562500 0.085937500000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.005920410156 0.059326171875 0.084960937500 +0.073730468750 0.041503906250 0.004547119141 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.005218505859 0.084960937500 0.144531250000 +0.170898437500 0.175781250000 0.160156250000 0.117187500000 +0.051757812500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.008178710938 +0.077636718750 0.113769531250 0.119140625000 0.094238281250 +0.037109375000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.079101562500 0.141601562500 0.190429687500 0.212890625000 +0.203125000000 0.174804687500 0.113769531250 0.027587890625 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.034912109375 0.077148437500 0.104492187500 +0.119628906250 0.117187500000 0.099609375000 0.070800781250 +0.033447265625 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.031494140625 0.054931640625 +0.063964843750 0.056884765625 0.049804687500 0.044677734375 +0.043945312500 0.053466796875 0.070312500000 0.101074218750 +0.130859375000 0.161132812500 0.182617187500 0.190429687500 +0.179687500000 0.150390625000 0.100097656250 0.024536132812 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.048339843750 0.147460937500 0.208984375000 0.214843750000 +0.170898437500 0.080566406250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.015991210938 0.006408691406 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.005310058594 +0.053955078125 0.098144531250 0.155273437500 0.212890625000 +0.265625000000 0.306640625000 0.341796875000 0.343750000000 +0.328125000000 0.285156250000 0.210937500000 0.111816406250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.017700195312 +0.056152343750 0.105468750000 0.157226562500 0.211914062500 +0.263671875000 0.310546875000 0.337890625000 0.351562500000 +0.341796875000 0.292968750000 0.217773437500 0.105468750000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.004669189453 +0.071777343750 0.141601562500 0.190429687500 0.225585937500 +0.241210937500 0.231445312500 0.199218750000 0.148437500000 +0.071777343750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.037353515625 0.134765625000 0.213867187500 0.265625000000 +0.283203125000 0.263671875000 0.212890625000 0.128906250000 +0.014160156250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.048095703125 0.083984375000 +0.112792968750 0.119628906250 0.123535156250 0.111328125000 +0.102539062500 0.092773437500 0.091796875000 0.090820312500 +0.098632812500 0.122558593750 0.161132812500 0.209960937500 +0.259765625000 0.310546875000 0.345703125000 0.357421875000 +0.328125000000 0.279296875000 0.192382812500 0.075195312500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.064453125000 0.144531250000 0.177734375000 +0.164062500000 0.116210937500 0.039550781250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000583648682 0.062255859375 0.108398437500 +0.161132812500 0.187500000000 0.212890625000 0.213867187500 +0.196289062500 0.165039062500 0.108886718750 0.041503906250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.063476562500 0.128906250000 0.174804687500 +0.183593750000 0.168945312500 0.126953125000 0.051757812500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.097656250000 +0.177734375000 0.216796875000 0.191406250000 0.123046875000 +0.012756347656 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.050292968750 0.126953125000 0.166992187500 +0.194335937500 0.201171875000 0.181640625000 0.137695312500 +0.089843750000 0.029296875000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.079589843750 0.166015625000 0.228515625000 0.261718750000 +0.244140625000 0.186523437500 0.090820312500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.085449218750 0.167968750000 0.227539062500 0.236328125000 +0.203125000000 0.154296875000 0.073730468750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.005523681641 +0.090820312500 0.172851562500 0.250000000000 0.316406250000 +0.365234375000 0.400390625000 0.396484375000 0.361328125000 +0.296875000000 0.205078125000 0.081054687500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.049316406250 0.123046875000 +0.165039062500 0.179687500000 0.168945312500 0.125976562500 +0.059082031250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.017333984375 +0.086914062500 0.147460937500 0.193359375000 0.232421875000 +0.261718750000 0.267578125000 0.267578125000 0.250000000000 +0.224609375000 0.187500000000 0.144531250000 0.095703125000 +0.040283203125 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.050048828125 +0.132812500000 0.181640625000 0.186523437500 0.162109375000 +0.105468750000 0.023559570312 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.044921875000 0.122070312500 0.179687500000 0.227539062500 +0.259765625000 0.273437500000 0.277343750000 0.265625000000 +0.241210937500 0.208007812500 0.160156250000 0.112304687500 +0.053222656250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.021972656250 +0.082519531250 0.152343750000 0.207031250000 0.261718750000 +0.296875000000 0.318359375000 0.308593750000 0.281250000000 +0.225585937500 0.145507812500 0.054687500000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.086425781250 0.170898437500 0.220703125000 +0.229492187500 0.189453125000 0.099609375000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.065429687500 0.154296875000 0.199218750000 0.200195312500 +0.166015625000 0.094726562500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.077636718750 0.160156250000 0.223632812500 0.251953125000 +0.244140625000 0.196289062500 0.104980468750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.004119873047 +0.104492187500 0.175781250000 0.211914062500 0.208984375000 +0.165039062500 0.102539062500 0.019897460938 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.098144531250 0.186523437500 0.249023437500 0.279296875000 +0.267578125000 0.211914062500 0.124511718750 0.006652832031 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.001434326172 0.008605957031 0.007568359375 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.001083374023 0.006439208984 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.009582519531 0.018920898438 +0.018798828125 0.018066406250 0.006622314453 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.041992187500 0.102050781250 0.142578125000 +0.144531250000 0.142578125000 0.124023437500 0.072753906250 +0.006378173828 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.009643554688 0.055175781250 0.092773437500 +0.107421875000 0.094238281250 0.056152343750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.026977539062 0.074707031250 0.092285156250 0.073242187500 +0.022460937500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.001136779785 0.039794921875 0.071289062500 +0.086425781250 0.080078125000 0.057861328125 0.012878417969 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.006652832031 +0.029052734375 0.028442382812 0.014282226562 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.007629394531 0.052001953125 +0.086425781250 0.108398437500 0.105468750000 0.086425781250 +0.048828125000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.024291992188 0.067382812500 0.094238281250 0.108398437500 +0.111328125000 0.098144531250 0.071777343750 0.049316406250 +0.015747070312 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.003219604492 0.022583007812 0.004699707031 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.032714843750 0.091308593750 0.122070312500 +0.122070312500 0.095703125000 0.038085937500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.003234863281 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.037109375000 0.043945312500 +0.015563964844 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.010131835938 0.049316406250 0.089843750000 0.125976562500 +0.138671875000 0.132812500000 0.104980468750 0.045166015625 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.015380859375 0.042724609375 +0.058837890625 0.065429687500 0.056152343750 0.030273437500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.005218505859 0.039306640625 0.070800781250 +0.093261718750 0.109375000000 0.104492187500 0.082519531250 +0.058593750000 0.015075683594 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.052246093750 0.082519531250 0.086914062500 +0.067871093750 0.017211914062 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.037109375000 0.047119140625 0.022338867188 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.052490234375 0.095214843750 0.108886718750 +0.097656250000 0.054931640625 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.019165039062 0.035644531250 0.019897460938 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.017211914062 0.006774902344 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.013366699219 0.035156250000 0.053955078125 0.062500000000 +0.064941406250 0.049316406250 0.030883789062 0.006317138672 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.012329101562 0.022949218750 0.007141113281 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.015136718750 +0.067382812500 0.112304687500 0.144531250000 0.164062500000 +0.167968750000 0.157226562500 0.139648437500 0.107910156250 +0.068847656250 0.025878906250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.030151367188 +0.084960937500 0.135742187500 0.174804687500 0.207031250000 +0.222656250000 0.220703125000 0.172851562500 0.089355468750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.054443359375 +0.098632812500 0.126953125000 0.131835937500 0.118652343750 +0.078613281250 0.013854980469 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.016967773438 0.060546875000 0.071289062500 +0.042968750000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.009155273438 0.059326171875 0.084960937500 0.091796875000 +0.067871093750 0.029663085938 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.012817382812 0.056396484375 +0.083007812500 0.083984375000 0.052490234375 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.051513671875 0.099609375000 0.121582031250 0.113281250000 +0.067871093750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.100097656250 +0.190429687500 0.251953125000 0.279296875000 0.277343750000 +0.257812500000 0.219726562500 0.161132812500 0.096679687500 +0.021484375000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.060791015625 0.122070312500 +0.133789062500 0.098144531250 0.014587402344 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.022216796875 0.103027343750 +0.139648437500 0.137695312500 0.094726562500 0.026733398438 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.038085937500 +0.089843750000 0.123535156250 0.138671875000 0.139648437500 +0.121093750000 0.102539062500 0.082031250000 0.074218750000 +0.078613281250 0.087890625000 0.103515625000 0.124511718750 +0.132812500000 0.127929687500 0.104003906250 0.048339843750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.084960937500 +0.170898437500 0.229492187500 0.251953125000 0.246093750000 +0.217773437500 0.179687500000 0.133789062500 0.090820312500 +0.061279296875 0.037597656250 0.028564453125 0.030761718750 +0.035400390625 0.039794921875 0.042236328125 0.031250000000 +0.010253906250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.048583984375 0.119140625000 +0.167968750000 0.195312500000 0.194335937500 0.179687500000 +0.159179687500 0.128906250000 0.099609375000 0.074707031250 +0.057128906250 0.055175781250 0.069824218750 0.082519531250 +0.093261718750 0.092285156250 0.080078125000 0.046875000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.017578125000 0.095214843750 0.140625000000 +0.152343750000 0.132812500000 0.088867187500 0.027221679688 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.079589843750 0.124511718750 +0.119140625000 0.065429687500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000295639038 0.049560546875 0.082031250000 +0.089355468750 0.063964843750 0.017211914062 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.003494262695 0.057373046875 0.087890625000 0.085449218750 +0.045410156250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.052001953125 0.115722656250 +0.136718750000 0.123046875000 0.074218750000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.020141601562 0.051757812500 +0.057128906250 0.040527343750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.015563964844 0.065917968750 +0.092285156250 0.093750000000 0.074218750000 0.032470703125 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.060791015625 0.122070312500 +0.152343750000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.020019531250 0.019775390625 0.043457031250 +0.077148437500 0.047851562500 0.085937500000 0.076171875000 +0.061279296875 0.057617187500 0.077636718750 0.037597656250 +0.024780273438 0.040039062500 0.019042968750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.047607421875 0.099609375000 0.098144531250 +0.147460937500 0.153320312500 0.112304687500 0.036132812500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.019165039062 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.015625000000 0.109375000000 0.133789062500 +0.159179687500 0.230468750000 0.259765625000 0.308593750000 +0.328125000000 0.314453125000 0.291015625000 0.277343750000 +0.251953125000 0.250000000000 0.215820312500 0.219726562500 +0.199218750000 0.200195312500 0.223632812500 0.255859375000 +0.238281250000 0.259765625000 0.257812500000 0.296875000000 +0.234375000000 0.208984375000 0.180664062500 0.131835937500 +0.070800781250 0.012817382812 0.029907226562 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.011413574219 +0.018310546875 0.000000000000 0.079101562500 0.074218750000 +0.065429687500 0.006195068359 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.022216796875 0.061767578125 +0.076171875000 0.013366699219 0.016845703125 0.006683349609 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.009765625000 0.074707031250 0.064453125000 +0.102539062500 0.099609375000 0.106445312500 0.082031250000 +0.022949218750 0.018554687500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.028442382812 0.099121093750 +0.083007812500 0.059814453125 0.037109375000 0.030151367188 +0.006652832031 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.122070312500 +0.165039062500 0.211914062500 0.244140625000 0.312500000000 +0.304687500000 0.314453125000 0.302734375000 0.229492187500 +0.187500000000 0.110351562500 0.050781250000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.012512207031 0.041748046875 0.057861328125 0.119140625000 +0.086425781250 0.037597656250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.006042480469 0.000000000000 0.012451171875 0.000413894653 +0.000000000000 0.000425338745 0.000421524048 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.055419921875 0.004394531250 0.054443359375 +0.092773437500 0.144531250000 0.133789062500 0.120605468750 +0.086914062500 0.072753906250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.002929687500 +0.086425781250 0.123535156250 0.157226562500 0.138671875000 +0.152343750000 0.154296875000 0.143554687500 0.121582031250 +0.053222656250 0.022460937500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.029907226562 0.041259765625 0.071777343750 0.108398437500 +0.071777343750 0.022949218750 0.030273437500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.064941406250 0.079101562500 0.035400390625 +0.115234375000 0.101562500000 0.059814453125 0.018066406250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.052490234375 +0.092285156250 0.096679687500 0.187500000000 0.232421875000 +0.209960937500 0.202148437500 0.167968750000 0.216796875000 +0.170898437500 0.155273437500 0.152343750000 0.120605468750 +0.115234375000 0.109375000000 0.128906250000 0.148437500000 +0.145507812500 0.150390625000 0.178710937500 0.201171875000 +0.188476562500 0.158203125000 0.206054687500 0.159179687500 +0.106933593750 0.066406250000 0.034912109375 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.008483886719 0.019042968750 0.062988281250 +0.055419921875 0.036621093750 0.000000000000 0.012756347656 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.035156250000 0.117675781250 0.158203125000 0.255859375000 +0.234375000000 0.318359375000 0.300781250000 0.353515625000 +0.287109375000 0.273437500000 0.205078125000 0.155273437500 +0.130859375000 0.049560546875 0.019653320312 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.023803710938 0.052978515625 0.074218750000 0.115234375000 +0.147460937500 0.170898437500 0.119628906250 0.104003906250 +0.057617187500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.020629882812 0.139648437500 +0.243164062500 0.333984375000 0.423828125000 0.468750000000 +0.462890625000 0.443359375000 0.451171875000 0.398437500000 +0.330078125000 0.261718750000 0.128906250000 0.072265625000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.002334594727 0.074707031250 0.043945312500 +0.068847656250 0.078613281250 0.081542968750 0.032714843750 +0.007507324219 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.026855468750 0.026733398438 +0.069335937500 0.107910156250 0.100585937500 0.124023437500 +0.136718750000 0.180664062500 0.198242187500 0.195312500000 +0.220703125000 0.253906250000 0.283203125000 0.320312500000 +0.306640625000 0.339843750000 0.353515625000 0.324218750000 +0.343750000000 0.287109375000 0.296875000000 0.243164062500 +0.209960937500 0.115722656250 0.010620117188 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.016479492188 +0.000000000000 0.102050781250 0.155273437500 0.269531250000 +0.234375000000 0.259765625000 0.273437500000 0.337890625000 +0.310546875000 0.240234375000 0.221679687500 0.166992187500 +0.106933593750 0.060791015625 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.201171875000 0.194335937500 0.291015625000 0.302734375000 +0.273437500000 0.253906250000 0.216796875000 0.242187500000 +0.269531250000 0.291015625000 0.330078125000 0.357421875000 +0.396484375000 0.429687500000 0.416015625000 0.400390625000 +0.402343750000 0.388671875000 0.369140625000 0.324218750000 +0.271484375000 0.225585937500 0.194335937500 0.164062500000 +0.126953125000 0.095214843750 0.088378906250 0.077148437500 +0.075195312500 0.070800781250 0.002059936523 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.011047363281 0.153320312500 0.275390625000 +0.375000000000 0.425781250000 0.419921875000 0.400390625000 +0.339843750000 0.225585937500 0.104003906250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.002883911133 0.000000000000 0.018554687500 0.046630859375 +0.074707031250 0.104980468750 0.137695312500 0.138671875000 +0.130859375000 0.130859375000 0.113281250000 0.081542968750 +0.046142578125 0.010375976562 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.024658203125 0.063476562500 0.139648437500 0.172851562500 +0.178710937500 0.185546875000 0.147460937500 0.083984375000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.064453125000 0.107421875000 +0.151367187500 0.150390625000 0.133789062500 0.093750000000 +0.025634765625 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.014648437500 +0.013122558594 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.005706787109 0.028320312500 0.109863281250 +0.185546875000 0.253906250000 0.271484375000 0.298828125000 +0.287109375000 0.255859375000 0.202148437500 0.143554687500 +0.054443359375 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.004394531250 +0.096679687500 0.185546875000 0.287109375000 0.390625000000 +0.466796875000 0.527343750000 0.578125000000 0.593750000000 +0.601562500000 0.609375000000 0.566406250000 0.523437500000 +0.445312500000 0.365234375000 0.312500000000 0.212890625000 +0.086914062500 0.014465332031 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.076660156250 0.143554687500 +0.204101562500 0.251953125000 0.257812500000 0.221679687500 +0.170898437500 0.109375000000 0.007720947266 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.001426696777 +0.043945312500 0.052734375000 0.016967773438 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.017089843750 0.088378906250 +0.168945312500 0.215820312500 0.221679687500 0.180664062500 +0.121093750000 0.044921875000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.004333496094 0.068847656250 0.083007812500 +0.084960937500 0.034423828125 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.075195312500 0.194335937500 0.318359375000 +0.414062500000 0.500000000000 0.574218750000 0.601562500000 +0.613281250000 0.578125000000 0.507812500000 0.412109375000 +0.302734375000 0.198242187500 0.093750000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.077148437500 +0.196289062500 0.349609375000 0.437500000000 0.515625000000 +0.570312500000 0.597656250000 0.589843750000 0.523437500000 +0.457031250000 0.367187500000 0.238281250000 0.103515625000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.008605957031 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.025390625000 0.049316406250 0.097167968750 +0.094238281250 0.089355468750 0.114257812500 0.118164062500 +0.099609375000 0.083007812500 0.095214843750 0.084960937500 +0.063964843750 0.039794921875 0.003143310547 0.019531250000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.028564453125 0.107421875000 +0.128906250000 0.165039062500 0.152343750000 0.097656250000 +0.047363281250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.033447265625 0.143554687500 +0.236328125000 0.318359375000 0.419921875000 0.500000000000 +0.554687500000 0.585937500000 0.535156250000 0.503906250000 +0.427734375000 0.314453125000 0.190429687500 0.019287109375 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.024658203125 0.095703125000 0.186523437500 +0.246093750000 0.265625000000 0.273437500000 0.207031250000 +0.115234375000 0.012451171875 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.080566406250 0.172851562500 0.259765625000 0.332031250000 +0.373046875000 0.388671875000 0.353515625000 0.292968750000 +0.230468750000 0.158203125000 0.090820312500 0.016235351562 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.047363281250 0.144531250000 0.220703125000 +0.308593750000 0.332031250000 0.345703125000 0.333984375000 +0.287109375000 0.210937500000 0.083007812500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.046142578125 0.184570312500 +0.269531250000 0.326171875000 0.367187500000 0.367187500000 +0.332031250000 0.296875000000 0.241210937500 0.167968750000 +0.095703125000 0.069824218750 0.054199218750 0.031005859375 +0.032226562500 0.040527343750 0.064941406250 0.076660156250 +0.096679687500 0.118164062500 0.116210937500 0.067871093750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.049560546875 0.153320312500 +0.255859375000 0.367187500000 0.441406250000 0.488281250000 +0.496093750000 0.500000000000 0.470703125000 0.400390625000 +0.302734375000 0.199218750000 0.071777343750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.062988281250 +0.147460937500 0.224609375000 0.253906250000 0.246093750000 +0.189453125000 0.080078125000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.078125000000 +0.213867187500 0.333984375000 0.416015625000 0.470703125000 +0.507812500000 0.503906250000 0.498046875000 0.503906250000 +0.482421875000 0.486328125000 0.460937500000 0.457031250000 +0.445312500000 0.447265625000 0.449218750000 0.435546875000 +0.423828125000 0.394531250000 0.373046875000 0.351562500000 +0.310546875000 0.269531250000 0.238281250000 0.236328125000 +0.216796875000 0.168945312500 0.125976562500 0.115722656250 +0.134765625000 0.135742187500 0.100097656250 0.066406250000 +0.037353515625 0.005462646484 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.009521484375 0.045410156250 0.079101562500 0.166015625000 +0.255859375000 0.333984375000 0.378906250000 0.425781250000 +0.486328125000 0.535156250000 0.535156250000 0.515625000000 +0.511718750000 0.472656250000 0.445312500000 0.427734375000 +0.425781250000 0.408203125000 0.414062500000 0.402343750000 +0.373046875000 0.353515625000 0.322265625000 0.296875000000 +0.236328125000 0.167968750000 0.091796875000 0.018798828125 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.027099609375 0.097656250000 +0.136718750000 0.118652343750 0.122070312500 0.091796875000 +0.045410156250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.093750000000 0.194335937500 +0.304687500000 0.423828125000 0.492187500000 0.523437500000 +0.535156250000 0.486328125000 0.425781250000 0.324218750000 +0.214843750000 0.103027343750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.072265625000 +0.132812500000 0.131835937500 0.089843750000 0.025268554688 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.015563964844 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.002334594727 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000137329102 0.011169433594 +0.025878906250 0.010986328125 0.097167968750 0.052246093750 +0.062988281250 0.049560546875 0.051513671875 0.084472656250 +0.052978515625 0.009216308594 0.016357421875 0.025512695312 +0.008544921875 0.010864257812 0.000000000000 0.000000000000 +0.000000000000 0.006469726562 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.005523681641 0.004821777344 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.008850097656 0.013671875000 +0.049072265625 0.009826660156 0.051025390625 0.002868652344 +0.024902343750 0.058349609375 0.000293731689 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.005981445312 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.024169921875 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.002380371094 +0.000000000000 0.000000000000 0.035644531250 0.018920898438 +0.008056640625 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.030273437500 0.051025390625 0.039794921875 0.030029296875 +0.042480468750 0.070312500000 0.048583984375 0.075195312500 +0.045166015625 0.020507812500 0.015625000000 0.041503906250 +0.027587890625 0.035644531250 0.002166748047 0.000000000000 +0.018310546875 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.017333984375 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.019409179688 0.017333984375 0.033935546875 0.080078125000 +0.098632812500 0.066894531250 0.050048828125 0.005218505859 +0.020141601562 0.005615234375 0.009277343750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.012145996094 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.028320312500 0.072265625000 0.037109375000 0.015441894531 +0.007110595703 0.065917968750 0.078125000000 0.079101562500 +0.062988281250 0.054199218750 0.074707031250 0.069824218750 +0.048339843750 0.051757812500 0.024658203125 0.025268554688 +0.012512207031 0.018676757812 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.011596679688 0.041015625000 0.030761718750 +0.010009765625 0.034423828125 0.044677734375 0.071777343750 +0.091308593750 0.048583984375 0.026245117188 0.010620117188 +0.031738281250 0.000000000000 0.004791259766 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.007720947266 0.011474609375 0.058349609375 +0.070312500000 0.036132812500 0.041259765625 0.000598907471 +0.061523437500 0.038085937500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.507812500000 0.457031250000 0.296875000000 0.068359375000 +0.026000976562 0.024169921875 0.000000000000 0.020629882812 +0.059814453125 0.097167968750 0.130859375000 0.159179687500 +0.193359375000 0.168945312500 0.136718750000 0.112792968750 +0.052978515625 0.008056640625 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.052490234375 +0.200195312500 0.324218750000 0.406250000000 0.398437500000 +0.396484375000 0.335937500000 0.245117187500 0.129882812500 +0.009277343750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.035888671875 0.045410156250 +0.047851562500 0.018798828125 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.005035400391 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.087402343750 0.183593750000 0.302734375000 +0.320312500000 0.361328125000 0.363281250000 0.314453125000 +0.175781250000 0.035644531250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.126953125000 0.261718750000 +0.384765625000 0.484375000000 0.519531250000 0.562500000000 +0.589843750000 0.578125000000 0.511718750000 0.376953125000 +0.232421875000 0.124511718750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.007873535156 0.014099121094 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.010009765625 0.002029418945 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.004302978516 0.071289062500 0.073242187500 +0.036376953125 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.080566406250 0.137695312500 +0.169921875000 0.135742187500 0.078613281250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.001373291016 +0.142578125000 0.312500000000 0.408203125000 0.511718750000 +0.570312500000 0.566406250000 0.539062500000 0.427734375000 +0.335937500000 0.191406250000 0.049804687500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.010192871094 0.127929687500 0.215820312500 +0.287109375000 0.335937500000 0.292968750000 0.265625000000 +0.178710937500 0.033203125000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.007751464844 0.028564453125 0.084960937500 +0.076171875000 0.037353515625 0.011840820312 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.061767578125 0.108886718750 0.131835937500 +0.077636718750 0.058837890625 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.088867187500 0.179687500000 +0.227539062500 0.230468750000 0.147460937500 0.065917968750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.007385253906 +0.164062500000 0.308593750000 0.382812500000 0.484375000000 +0.519531250000 0.486328125000 0.439453125000 0.382812500000 +0.277343750000 0.150390625000 0.022094726562 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.017578125000 0.015563964844 0.016723632812 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.004638671875 0.041259765625 +0.075683593750 0.076171875000 0.053710937500 0.052734375000 +0.063964843750 0.059326171875 0.031250000000 0.002517700195 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.002609252930 0.000000000000 +0.038818359375 0.071289062500 0.085937500000 0.054687500000 +0.006378173828 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.030883789062 0.155273437500 0.251953125000 +0.308593750000 0.359375000000 0.328125000000 0.298828125000 +0.224609375000 0.177734375000 0.097167968750 0.013183593750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.093750000000 0.176757812500 +0.250000000000 0.306640625000 0.330078125000 0.345703125000 +0.333984375000 0.291015625000 0.209960937500 0.096679687500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.026000976562 +0.068359375000 0.075195312500 0.033691406250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.071289062500 0.223632812500 0.333984375000 +0.384765625000 0.357421875000 0.267578125000 0.111816406250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.108398437500 0.249023437500 0.312500000000 0.369140625000 +0.347656250000 0.310546875000 0.250000000000 0.167968750000 +0.118652343750 0.088867187500 0.079589843750 0.113769531250 +0.128906250000 0.160156250000 0.198242187500 0.234375000000 +0.220703125000 0.174804687500 0.146484375000 0.055419921875 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.095703125000 0.183593750000 0.275390625000 +0.298828125000 0.314453125000 0.333984375000 0.332031250000 +0.285156250000 0.225585937500 0.162109375000 0.089843750000 +0.046386718750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.003158569336 0.076660156250 0.091796875000 +0.053710937500 0.034179687500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.071289062500 0.197265625000 0.302734375000 +0.419921875000 0.478515625000 0.478515625000 0.451171875000 +0.400390625000 0.275390625000 0.132812500000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.045410156250 0.104980468750 0.115722656250 +0.055419921875 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.021728515625 0.067871093750 0.029541015625 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000930786133 0.003417968750 0.001213073730 0.000000000000 +0.011230468750 0.013183593750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.005523681641 0.050292968750 +0.091308593750 0.125000000000 0.113769531250 0.115234375000 +0.064941406250 0.004638671875 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.060302734375 0.109375000000 +0.132812500000 0.145507812500 0.148437500000 0.128906250000 +0.110351562500 0.079589843750 0.023803710938 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.090820312500 0.169921875000 0.199218750000 0.204101562500 +0.166015625000 0.101562500000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.001579284668 0.012145996094 0.021606445312 +0.009582519531 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.020019531250 +0.076171875000 0.103515625000 0.099121093750 0.052246093750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.075195312500 0.176757812500 +0.239257812500 0.241210937500 0.208007812500 0.159179687500 +0.103027343750 0.026733398438 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.035156250000 0.097656250000 0.122558593750 0.120117187500 +0.100585937500 0.057373046875 0.012878417969 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.035156250000 +0.074707031250 0.110839843750 0.103515625000 0.113281250000 +0.080078125000 0.062011718750 0.011962890625 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.044921875000 0.062500000000 0.062255859375 0.054199218750 +0.028198242188 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.033691406250 0.102050781250 0.165039062500 0.228515625000 +0.257812500000 0.242187500000 0.230468750000 0.187500000000 +0.126953125000 0.066406250000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.003387451172 0.061523437500 0.110351562500 +0.124511718750 0.135742187500 0.121582031250 0.094726562500 +0.063476562500 0.031738281250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.009521484375 0.095703125000 0.117675781250 +0.112304687500 0.066894531250 0.025024414062 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.052734375000 0.152343750000 0.246093750000 0.300781250000 +0.308593750000 0.287109375000 0.259765625000 0.188476562500 +0.116210937500 0.041503906250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.022460937500 +0.054199218750 0.060791015625 0.035644531250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.094238281250 0.180664062500 0.235351562500 0.241210937500 +0.210937500000 0.135742187500 0.053710937500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.036376953125 +0.057373046875 0.066894531250 0.062500000000 0.044433593750 +0.025512695312 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.033203125000 0.096191406250 0.147460937500 0.165039062500 +0.131835937500 0.103515625000 0.025268554688 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.027587890625 0.086914062500 +0.143554687500 0.212890625000 0.232421875000 0.219726562500 +0.158203125000 0.090820312500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.055664062500 0.102050781250 0.124023437500 0.144531250000 +0.160156250000 0.166992187500 0.149414062500 0.149414062500 +0.129882812500 0.072265625000 0.006988525391 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.046875000000 0.103515625000 0.101562500000 0.058593750000 +0.006622314453 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.064941406250 0.128906250000 0.161132812500 +0.156250000000 0.124023437500 0.047607421875 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.011474609375 0.099121093750 0.175781250000 0.233398437500 +0.269531250000 0.279296875000 0.240234375000 0.191406250000 +0.137695312500 0.074218750000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000579833984 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.019897460938 0.011108398438 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.004272460938 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.025024414062 0.076660156250 0.097167968750 0.130859375000 +0.120117187500 0.085449218750 0.013916015625 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.045166015625 0.137695312500 0.190429687500 0.228515625000 +0.224609375000 0.217773437500 0.192382812500 0.171875000000 +0.107421875000 0.023803710938 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.051757812500 +0.125976562500 0.173828125000 0.236328125000 0.273437500000 +0.308593750000 0.316406250000 0.294921875000 0.250000000000 +0.203125000000 0.109863281250 0.016235351562 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.008056640625 0.064453125000 0.085937500000 +0.101562500000 0.086425781250 0.066894531250 0.025024414062 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.010742187500 +0.077148437500 0.151367187500 0.200195312500 0.247070312500 +0.298828125000 0.322265625000 0.283203125000 0.215820312500 +0.119140625000 0.003387451172 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.094238281250 0.193359375000 0.223632812500 +0.210937500000 0.158203125000 0.066406250000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.036132812500 0.109375000000 0.119140625000 0.115234375000 +0.088867187500 0.065917968750 0.009887695312 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.003158569336 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.024291992188 0.098144531250 +0.134765625000 0.159179687500 0.151367187500 0.136718750000 +0.122558593750 0.100585937500 0.052734375000 0.004394531250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.051757812500 0.135742187500 0.189453125000 0.210937500000 +0.238281250000 0.241210937500 0.215820312500 0.148437500000 +0.055908203125 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.004943847656 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.032714843750 0.122558593750 0.184570312500 0.218750000000 +0.169921875000 0.088867187500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.059570312500 0.098632812500 0.136718750000 0.128906250000 +0.099121093750 0.022705078125 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.022583007812 +0.061279296875 0.111328125000 0.167968750000 0.142578125000 +0.086914062500 0.055175781250 0.020874023438 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.089843750000 +0.170898437500 0.228515625000 0.218750000000 0.208984375000 +0.155273437500 0.058349609375 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.039306640625 0.066894531250 +0.064453125000 0.106445312500 0.075683593750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.001365661621 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.013488769531 0.029663085938 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.068359375000 +0.114746093750 0.129882812500 0.086425781250 0.035888671875 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.043212890625 0.125976562500 0.148437500000 +0.172851562500 0.197265625000 0.217773437500 0.168945312500 +0.097656250000 0.057861328125 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.057617187500 0.057861328125 0.039306640625 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000440597534 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.015625000000 0.086914062500 0.123046875000 +0.113769531250 0.111328125000 0.063964843750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.021240234375 0.060791015625 0.106445312500 +0.082031250000 0.039306640625 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.029663085938 +0.092285156250 0.077148437500 0.012573242188 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.066406250000 0.115234375000 +0.050781250000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.078125000000 0.144531250000 +0.165039062500 0.187500000000 0.137695312500 0.040771484375 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.056396484375 0.077148437500 +0.076171875000 0.079589843750 0.083007812500 0.015991210938 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.027221679688 0.052490234375 0.057861328125 +0.046142578125 0.021362304688 0.001937866211 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.011291503906 0.040039062500 +0.091308593750 0.122558593750 0.105957031250 0.107421875000 +0.091308593750 0.049072265625 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.016723632812 +0.087402343750 0.108398437500 0.114257812500 0.134765625000 +0.093750000000 0.020751953125 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.038085937500 0.058349609375 0.043212890625 +0.049560546875 0.049316406250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.030761718750 0.087890625000 0.101562500000 0.090332031250 +0.056884765625 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.060546875000 +0.084472656250 0.031127929688 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.038574218750 0.051269531250 0.059814453125 0.033935546875 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.033203125000 0.173828125000 0.279296875000 +0.349609375000 0.335937500000 0.279296875000 0.218750000000 +0.046875000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.006958007812 +0.054443359375 0.024291992188 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.027099609375 0.100585937500 0.161132812500 0.227539062500 +0.304687500000 0.349609375000 0.408203125000 0.460937500000 +0.515625000000 0.531250000000 0.570312500000 0.601562500000 +0.585937500000 0.531250000000 0.519531250000 0.468750000000 +0.445312500000 0.417968750000 0.437500000000 0.429687500000 +0.451171875000 0.455078125000 0.488281250000 0.503906250000 +0.570312500000 0.562500000000 0.582031250000 0.542968750000 +0.500000000000 0.433593750000 0.332031250000 0.273437500000 +0.173828125000 0.103515625000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.027465820312 0.104003906250 +0.144531250000 0.241210937500 0.232421875000 0.298828125000 +0.347656250000 0.294921875000 0.253906250000 0.225585937500 +0.125976562500 0.057861328125 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.041992187500 0.110839843750 0.131835937500 +0.165039062500 0.156250000000 0.150390625000 0.112304687500 +0.072265625000 0.036132812500 0.029785156250 0.000000000000 +0.035400390625 0.000000000000 0.000000000000 0.023803710938 +0.035156250000 0.042968750000 0.068847656250 0.100585937500 +0.064453125000 0.063964843750 0.061767578125 0.013244628906 +0.020141601562 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.021484375000 0.068359375000 0.080566406250 +0.125976562500 0.087890625000 0.001449584961 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.110839843750 +0.166992187500 0.246093750000 0.300781250000 0.332031250000 +0.369140625000 0.378906250000 0.294921875000 0.212890625000 +0.118652343750 0.045410156250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.003845214844 0.009826660156 0.037353515625 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.060302734375 0.117675781250 +0.141601562500 0.098144531250 0.082519531250 0.049072265625 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.019897460938 +0.061767578125 0.029907226562 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.010742187500 0.021484375000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.073242187500 0.052978515625 +0.048339843750 0.008666992188 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.049316406250 0.114746093750 0.132812500000 +0.154296875000 0.117675781250 0.098632812500 0.093750000000 +0.040527343750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000286102295 0.082519531250 +0.134765625000 0.233398437500 0.287109375000 0.326171875000 +0.398437500000 0.429687500000 0.451171875000 0.472656250000 +0.402343750000 0.302734375000 0.213867187500 0.118164062500 +0.074707031250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.011108398438 +0.099609375000 0.210937500000 0.147460937500 0.100585937500 +0.051269531250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000341415405 0.190429687500 +0.341796875000 0.431640625000 0.482421875000 0.498046875000 +0.539062500000 0.519531250000 0.496093750000 0.466796875000 +0.425781250000 0.417968750000 0.343750000000 0.324218750000 +0.339843750000 0.312500000000 0.333984375000 0.375000000000 +0.398437500000 0.423828125000 0.427734375000 0.445312500000 +0.417968750000 0.367187500000 0.306640625000 0.225585937500 +0.122070312500 0.001075744629 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.010375976562 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.125976562500 0.291015625000 +0.455078125000 0.546875000000 0.636718750000 0.675781250000 +0.656250000000 0.621093750000 0.535156250000 0.498046875000 +0.347656250000 0.222656250000 0.083496093750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.088378906250 0.294921875000 +0.449218750000 0.613281250000 0.710937500000 0.746093750000 +0.753906250000 0.746093750000 0.687500000000 0.617187500000 +0.535156250000 0.410156250000 0.281250000000 0.188476562500 +0.081542968750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.025268554688 0.137695312500 0.194335937500 0.275390625000 +0.308593750000 0.314453125000 0.316406250000 0.267578125000 +0.162109375000 0.068359375000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.066894531250 0.202148437500 +0.294921875000 0.408203125000 0.484375000000 0.562500000000 +0.582031250000 0.605468750000 0.628906250000 0.597656250000 +0.562500000000 0.535156250000 0.455078125000 0.414062500000 +0.367187500000 0.294921875000 0.224609375000 0.196289062500 +0.156250000000 0.083007812500 0.016113281250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.005737304688 0.080566406250 0.122558593750 0.169921875000 +0.179687500000 0.142578125000 0.085449218750 0.019409179688 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.050292968750 0.118164062500 0.243164062500 0.337890625000 +0.419921875000 0.457031250000 0.500000000000 0.496093750000 +0.498046875000 0.476562500000 0.400390625000 0.347656250000 +0.300781250000 0.196289062500 0.078125000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.008544921875 +0.077148437500 0.137695312500 0.170898437500 0.171875000000 +0.144531250000 0.080078125000 0.004150390625 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.109863281250 +0.125976562500 0.253906250000 0.255859375000 0.271484375000 +0.167968750000 0.086914062500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.054931640625 0.125976562500 0.157226562500 0.193359375000 +0.230468750000 0.224609375000 0.193359375000 0.113281250000 +0.089843750000 0.020874023438 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.025878906250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.034179687500 +0.097167968750 0.057861328125 0.041748046875 0.003128051758 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.049560546875 0.115234375000 0.140625000000 0.154296875000 +0.170898437500 0.115234375000 0.041015625000 0.010253906250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.041259765625 0.066894531250 +0.132812500000 0.208007812500 0.204101562500 0.135742187500 +0.051757812500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.011718750000 0.065917968750 0.092773437500 +0.043212890625 0.013244628906 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.011962890625 +0.114257812500 0.131835937500 0.189453125000 0.173828125000 +0.209960937500 0.151367187500 0.118164062500 0.115234375000 +0.000972747803 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.025024414062 0.043212890625 +0.069335937500 0.040527343750 0.045166015625 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.051513671875 0.098144531250 0.116210937500 0.086425781250 +0.082031250000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.023681640625 +0.039306640625 0.018310546875 0.079589843750 0.082031250000 +0.082519531250 0.095703125000 0.093261718750 0.048095703125 +0.012512207031 0.000000000000 0.005889892578 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.007568359375 +0.022827148438 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.005340576172 +0.043212890625 0.033691406250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.031250000000 0.114257812500 0.168945312500 0.191406250000 +0.139648437500 0.171875000000 0.037109375000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000724792480 +0.031127929688 0.051025390625 0.083007812500 0.044677734375 +0.057617187500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.081542968750 0.049560546875 +0.090332031250 0.011352539062 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.001182556152 0.104003906250 0.178710937500 0.186523437500 +0.225585937500 0.187500000000 0.172851562500 0.124511718750 +0.055175781250 0.008178710938 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.038818359375 0.108398437500 +0.166992187500 0.165039062500 0.132812500000 0.050292968750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.034667968750 0.124511718750 0.121582031250 +0.092285156250 0.087890625000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000915527344 0.108886718750 0.174804687500 0.183593750000 +0.144531250000 0.034667968750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.012939453125 0.036865234375 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.053710937500 0.071777343750 0.075683593750 +0.096679687500 0.073730468750 0.000156402588 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.092285156250 +0.146484375000 0.177734375000 0.139648437500 0.037597656250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.107421875000 0.155273437500 0.227539062500 0.237304687500 +0.184570312500 0.092285156250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.001304626465 +0.017822265625 0.085449218750 0.113281250000 0.118164062500 +0.162109375000 0.141601562500 0.111328125000 0.043457031250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.068847656250 0.161132812500 0.261718750000 +0.320312500000 0.330078125000 0.324218750000 0.312500000000 +0.267578125000 0.161132812500 0.084960937500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.023193359375 +0.133789062500 0.168945312500 0.217773437500 0.180664062500 +0.144531250000 0.056640625000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.092285156250 +0.112792968750 0.162109375000 0.136718750000 0.127929687500 +0.126953125000 0.024414062500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.024291992188 +0.074218750000 0.180664062500 0.224609375000 0.251953125000 +0.291015625000 0.310546875000 0.283203125000 0.251953125000 +0.188476562500 0.103027343750 0.003158569336 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.069335937500 0.121582031250 0.130859375000 0.120605468750 +0.104003906250 0.024536132812 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.083496093750 0.066894531250 0.130859375000 0.158203125000 +0.134765625000 0.126953125000 0.135742187500 0.064941406250 +0.052246093750 0.000000000000 0.000000000000 0.004943847656 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.013427734375 +0.000000000000 0.062500000000 0.075195312500 0.097167968750 +0.090332031250 0.120605468750 0.113769531250 0.102050781250 +0.095703125000 0.093750000000 0.062988281250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.048095703125 0.126953125000 +0.136718750000 0.157226562500 0.133789062500 0.005126953125 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.037841796875 +0.088867187500 0.096191406250 0.072753906250 0.064453125000 +0.017089843750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.014160156250 0.025878906250 +0.119140625000 0.082519531250 0.108398437500 0.102539062500 +0.015136718750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.091308593750 +0.133789062500 0.087890625000 0.134765625000 0.138671875000 +0.055175781250 0.008056640625 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.028930664062 +0.084960937500 0.130859375000 0.150390625000 0.122070312500 +0.118652343750 0.113769531250 0.033447265625 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.038574218750 0.126953125000 0.169921875000 0.174804687500 +0.143554687500 0.096191406250 0.010559082031 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.045166015625 +0.095214843750 0.134765625000 0.132812500000 0.060058593750 +0.009338378906 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.003433227539 0.052490234375 0.148437500000 0.172851562500 +0.188476562500 0.230468750000 0.187500000000 0.166992187500 +0.163085937500 0.131835937500 0.108886718750 0.121582031250 +0.140625000000 0.127929687500 0.102539062500 0.083984375000 +0.096191406250 0.063964843750 0.063476562500 0.059814453125 +0.026855468750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.023071289062 0.011840820312 0.031738281250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.079101562500 0.158203125000 0.160156250000 0.163085937500 +0.172851562500 0.102539062500 0.048583984375 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.045410156250 0.110839843750 0.172851562500 0.175781250000 +0.163085937500 0.177734375000 0.104003906250 0.084472656250 +0.014038085938 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.033691406250 +0.124511718750 0.176757812500 0.161132812500 0.155273437500 +0.122558593750 0.063964843750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.039306640625 +0.129882812500 0.140625000000 0.178710937500 0.144531250000 +0.158203125000 0.097656250000 0.029907226562 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.003738403320 0.062255859375 +0.075683593750 0.114746093750 0.039794921875 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.094238281250 0.145507812500 0.134765625000 +0.084472656250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.048095703125 +0.090820312500 0.137695312500 0.139648437500 0.098144531250 +0.068847656250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.089355468750 +0.123535156250 0.160156250000 0.172851562500 0.114746093750 +0.028930664062 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.044433593750 +0.109375000000 0.125976562500 0.170898437500 0.183593750000 +0.191406250000 0.085937500000 0.092285156250 0.060058593750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.074707031250 +0.140625000000 0.118164062500 0.102539062500 0.046630859375 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.024902343750 0.103515625000 0.112792968750 0.065917968750 +0.025146484375 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.064453125000 0.153320312500 0.171875000000 0.186523437500 +0.184570312500 0.158203125000 0.094726562500 0.041259765625 +0.020874023438 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.027954101562 0.017822265625 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.023559570312 0.031738281250 +0.084960937500 0.090820312500 0.112304687500 0.182617187500 +0.147460937500 0.131835937500 0.079101562500 0.068359375000 +0.013671875000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.099121093750 0.165039062500 0.233398437500 +0.287109375000 0.271484375000 0.263671875000 0.186523437500 +0.190429687500 0.167968750000 0.103027343750 0.048339843750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.027954101562 +0.104492187500 0.109375000000 0.089355468750 0.127929687500 +0.118164062500 0.157226562500 0.080078125000 0.008850097656 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.055908203125 0.052490234375 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.015625000000 +0.002853393555 0.000000000000 0.000000000000 0.008605957031 +0.029174804688 0.004669189453 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.003341674805 +0.103515625000 0.148437500000 0.222656250000 0.205078125000 +0.210937500000 0.190429687500 0.143554687500 0.033691406250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.041748046875 0.138671875000 0.202148437500 +0.191406250000 0.146484375000 0.071777343750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.062500000000 +0.062500000000 0.042968750000 0.038574218750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.005126953125 0.077636718750 0.110839843750 +0.178710937500 0.190429687500 0.238281250000 0.279296875000 +0.283203125000 0.255859375000 0.215820312500 0.174804687500 +0.154296875000 0.051757812500 0.043457031250 0.032470703125 +0.036376953125 0.082031250000 0.059082031250 0.103515625000 +0.121582031250 0.183593750000 0.189453125000 0.215820312500 +0.166015625000 0.091796875000 0.028930664062 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.038085937500 0.121093750000 +0.233398437500 0.259765625000 0.291015625000 0.281250000000 +0.263671875000 0.244140625000 0.143554687500 0.051513671875 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.017211914062 0.000000000000 0.047119140625 +0.029174804688 0.052734375000 0.065429687500 0.098632812500 +0.102050781250 0.104492187500 0.102539062500 0.039306640625 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.007476806641 +0.022827148438 0.079589843750 0.109375000000 0.153320312500 +0.144531250000 0.095214843750 0.112304687500 0.142578125000 +0.146484375000 0.102539062500 0.099121093750 0.083496093750 +0.120117187500 0.083007812500 0.033691406250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.073242187500 0.129882812500 +0.136718750000 0.145507812500 0.104492187500 0.049804687500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.001388549805 0.008850097656 0.016357421875 0.036376953125 +0.059570312500 0.060058593750 0.037841796875 0.007446289062 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.005310058594 0.091796875000 0.137695312500 +0.178710937500 0.172851562500 0.129882812500 0.048828125000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.021606445312 +0.125000000000 0.171875000000 0.245117187500 0.271484375000 +0.283203125000 0.273437500000 0.255859375000 0.197265625000 +0.118164062500 0.035888671875 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.029663085938 +0.134765625000 0.214843750000 0.294921875000 0.337890625000 +0.357421875000 0.343750000000 0.308593750000 0.289062500000 +0.281250000000 0.184570312500 0.147460937500 0.001068115234 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.001930236816 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.004333496094 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.009094238281 0.012573242188 0.123535156250 0.137695312500 +0.148437500000 0.124511718750 0.104003906250 0.049072265625 +0.029541015625 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.002624511719 0.067382812500 0.128906250000 0.144531250000 +0.159179687500 0.116699218750 0.101074218750 0.003906250000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.038085937500 0.088378906250 +0.076660156250 0.021240234375 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.058593750000 +0.051513671875 0.089355468750 0.025878906250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.012939453125 +0.004058837891 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.022583007812 0.078125000000 +0.140625000000 0.143554687500 0.045166015625 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.090332031250 +0.137695312500 0.180664062500 0.188476562500 0.208007812500 +0.150390625000 0.107421875000 0.019897460938 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.049560546875 0.118652343750 0.155273437500 +0.167968750000 0.166992187500 0.083007812500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.036621093750 +0.059570312500 0.098632812500 0.113769531250 0.121582031250 +0.139648437500 0.121582031250 0.143554687500 0.127929687500 +0.170898437500 0.150390625000 0.156250000000 0.178710937500 +0.184570312500 0.196289062500 0.174804687500 0.158203125000 +0.173828125000 0.216796875000 0.225585937500 0.212890625000 +0.215820312500 0.255859375000 0.296875000000 0.304687500000 +0.275390625000 0.283203125000 0.304687500000 0.304687500000 +0.263671875000 0.200195312500 0.127929687500 0.085449218750 +0.054443359375 0.039062500000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.052001953125 0.075683593750 +0.125000000000 0.122070312500 0.175781250000 0.166015625000 +0.180664062500 0.181640625000 0.180664062500 0.142578125000 +0.130859375000 0.113281250000 0.133789062500 0.189453125000 +0.221679687500 0.218750000000 0.196289062500 0.180664062500 +0.158203125000 0.120605468750 0.074218750000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.025878906250 0.134765625000 0.211914062500 0.248046875000 +0.215820312500 0.203125000000 0.107421875000 0.085937500000 +0.031494140625 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.031738281250 +0.128906250000 0.188476562500 0.263671875000 0.308593750000 +0.345703125000 0.337890625000 0.330078125000 0.308593750000 +0.199218750000 0.133789062500 0.021362304688 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.060791015625 +0.155273437500 0.234375000000 0.245117187500 0.253906250000 +0.234375000000 0.161132812500 0.062011718750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.045654296875 0.080078125000 +0.130859375000 0.139648437500 0.062500000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.007781982422 0.009826660156 0.045166015625 0.097656250000 +0.062988281250 0.013427734375 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.031494140625 +0.058349609375 0.131835937500 0.149414062500 0.148437500000 +0.168945312500 0.183593750000 0.187500000000 0.183593750000 +0.152343750000 0.142578125000 0.125976562500 0.109375000000 +0.087402343750 0.045410156250 0.003967285156 0.010498046875 +0.000000000000 0.000000000000 0.012817382812 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.046142578125 0.157226562500 +0.228515625000 0.320312500000 0.349609375000 0.341796875000 +0.328125000000 0.267578125000 0.172851562500 0.074218750000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.137695312500 0.249023437500 0.314453125000 0.347656250000 +0.337890625000 0.292968750000 0.178710937500 0.022094726562 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.062011718750 0.118652343750 0.172851562500 0.236328125000 +0.220703125000 0.221679687500 0.138671875000 0.053466796875 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.003112792969 +0.057128906250 0.121093750000 0.225585937500 0.291015625000 +0.345703125000 0.392578125000 0.429687500000 0.392578125000 +0.423828125000 0.384765625000 0.359375000000 0.292968750000 +0.201171875000 0.193359375000 0.164062500000 0.140625000000 +0.124511718750 0.158203125000 0.195312500000 0.246093750000 +0.294921875000 0.294921875000 0.306640625000 0.302734375000 +0.255859375000 0.198242187500 0.085937500000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.004211425781 0.162109375000 0.265625000000 +0.357421875000 0.423828125000 0.484375000000 0.460937500000 +0.449218750000 0.353515625000 0.246093750000 0.186523437500 +0.080078125000 0.021972656250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.034667968750 0.062500000000 +0.060302734375 0.107910156250 0.108886718750 0.170898437500 +0.203125000000 0.208007812500 0.173828125000 0.185546875000 +0.205078125000 0.222656250000 0.207031250000 0.205078125000 +0.172851562500 0.123046875000 0.073730468750 0.048095703125 +0.021850585938 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.059570312500 +0.102539062500 0.130859375000 0.180664062500 0.199218750000 +0.232421875000 0.232421875000 0.228515625000 0.255859375000 +0.240234375000 0.257812500000 0.271484375000 0.242187500000 +0.243164062500 0.279296875000 0.265625000000 0.251953125000 +0.235351562500 0.210937500000 0.239257812500 0.184570312500 +0.083496093750 0.012756347656 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.064941406250 0.173828125000 0.231445312500 0.300781250000 +0.330078125000 0.312500000000 0.279296875000 0.179687500000 +0.112792968750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.014526367188 +0.069335937500 0.130859375000 0.157226562500 0.168945312500 +0.204101562500 0.213867187500 0.207031250000 0.186523437500 +0.102539062500 0.031738281250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.001678466797 +0.029785156250 0.056640625000 0.033691406250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.003814697266 0.070312500000 0.084472656250 +0.094238281250 0.067871093750 0.019287109375 0.011535644531 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.026489257812 0.055175781250 +0.032958984375 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.004333496094 0.130859375000 0.228515625000 0.269531250000 +0.310546875000 0.279296875000 0.289062500000 0.203125000000 +0.126953125000 0.026611328125 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.007019042969 0.065429687500 0.183593750000 0.231445312500 +0.304687500000 0.353515625000 0.388671875000 0.417968750000 +0.423828125000 0.435546875000 0.398437500000 0.343750000000 +0.263671875000 0.182617187500 0.082031250000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.066406250000 0.119628906250 +0.259765625000 0.355468750000 0.425781250000 0.480468750000 +0.523437500000 0.550781250000 0.539062500000 0.472656250000 +0.398437500000 0.322265625000 0.250000000000 0.165039062500 +0.075195312500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.070800781250 +0.123046875000 0.139648437500 0.116210937500 0.126953125000 +0.100097656250 0.108886718750 0.068847656250 0.042480468750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.031494140625 +0.031738281250 0.026367187500 0.047119140625 0.084472656250 +0.066406250000 0.055419921875 0.030639648438 0.001693725586 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.033203125000 0.061523437500 +0.060791015625 0.081542968750 0.098632812500 0.109375000000 +0.104980468750 0.099609375000 0.067871093750 0.032470703125 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.013244628906 0.063476562500 +0.115234375000 0.180664062500 0.209960937500 0.227539062500 +0.261718750000 0.265625000000 0.250000000000 0.206054687500 +0.121093750000 0.035888671875 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.117675781250 0.210937500000 0.296875000000 0.339843750000 +0.349609375000 0.287109375000 0.201171875000 0.054931640625 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.011291503906 +0.125000000000 0.200195312500 0.271484375000 0.251953125000 +0.255859375000 0.192382812500 0.130859375000 0.054931640625 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.005920410156 0.121582031250 0.176757812500 0.246093750000 +0.255859375000 0.251953125000 0.199218750000 0.083496093750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.085449218750 0.163085937500 0.177734375000 +0.194335937500 0.144531250000 0.094726562500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.033691406250 0.153320312500 0.251953125000 0.322265625000 +0.330078125000 0.312500000000 0.261718750000 0.151367187500 +0.019042968750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.031738281250 0.065429687500 0.071777343750 0.028808593750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.121582031250 0.235351562500 0.300781250000 +0.347656250000 0.382812500000 0.363281250000 0.341796875000 +0.267578125000 0.202148437500 0.078613281250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.051513671875 +0.102050781250 0.161132812500 0.170898437500 0.193359375000 +0.170898437500 0.132812500000 0.046630859375 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.084472656250 0.182617187500 +0.275390625000 0.324218750000 0.351562500000 0.351562500000 +0.402343750000 0.398437500000 0.390625000000 0.355468750000 +0.337890625000 0.308593750000 0.304687500000 0.285156250000 +0.285156250000 0.281250000000 0.292968750000 0.337890625000 +0.343750000000 0.363281250000 0.369140625000 0.439453125000 +0.488281250000 0.503906250000 0.462890625000 0.449218750000 +0.447265625000 0.445312500000 0.431640625000 0.373046875000 +0.343750000000 0.298828125000 0.236328125000 0.199218750000 +0.139648437500 0.111816406250 0.076660156250 0.089843750000 +0.105468750000 0.102050781250 0.079589843750 0.085449218750 +0.148437500000 0.188476562500 0.205078125000 0.217773437500 +0.257812500000 0.289062500000 0.347656250000 0.355468750000 +0.367187500000 0.357421875000 0.355468750000 0.357421875000 +0.373046875000 0.375000000000 0.363281250000 0.388671875000 +0.392578125000 0.369140625000 0.378906250000 0.328125000000 +0.310546875000 0.275390625000 0.225585937500 0.138671875000 +0.057128906250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.003402709961 0.123535156250 +0.208984375000 0.261718750000 0.271484375000 0.300781250000 +0.310546875000 0.285156250000 0.215820312500 0.111816406250 +0.027343750000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.079589843750 0.168945312500 0.246093750000 +0.312500000000 0.388671875000 0.468750000000 0.507812500000 +0.515625000000 0.500000000000 0.425781250000 0.339843750000 +0.253906250000 0.139648437500 0.061035156250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.017944335938 0.145507812500 +0.255859375000 0.322265625000 0.330078125000 0.312500000000 +0.253906250000 0.175781250000 0.087402343750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.028320312500 0.104003906250 0.167968750000 +0.211914062500 0.163085937500 0.126953125000 0.048583984375 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.213867187500 +0.217773437500 0.177734375000 0.141601562500 0.057861328125 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.043945312500 0.081054687500 +0.125976562500 0.154296875000 0.158203125000 0.161132812500 +0.169921875000 0.175781250000 0.145507812500 0.103027343750 +0.047119140625 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.052978515625 0.111328125000 +0.165039062500 0.202148437500 0.159179687500 0.061279296875 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.031127929688 0.175781250000 +0.294921875000 0.419921875000 0.470703125000 0.460937500000 +0.435546875000 0.363281250000 0.250000000000 0.091308593750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.075195312500 0.125976562500 +0.128906250000 0.139648437500 0.092773437500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.073242187500 +0.184570312500 0.217773437500 0.228515625000 0.218750000000 +0.129882812500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.046142578125 0.018920898438 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.137695312500 0.214843750000 0.300781250000 0.365234375000 +0.384765625000 0.363281250000 0.289062500000 0.176757812500 +0.056152343750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.062988281250 0.200195312500 +0.304687500000 0.337890625000 0.386718750000 0.400390625000 +0.380859375000 0.355468750000 0.333984375000 0.271484375000 +0.182617187500 0.128906250000 0.103515625000 0.065429687500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.003784179688 0.068847656250 0.132812500000 0.125976562500 +0.077148437500 0.036376953125 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.019653320312 0.091308593750 0.135742187500 0.100097656250 +0.046630859375 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.092773437500 0.163085937500 0.137695312500 +0.081054687500 0.003601074219 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.089843750000 +0.212890625000 0.353515625000 0.460937500000 0.515625000000 +0.511718750000 0.484375000000 0.408203125000 0.296875000000 +0.184570312500 0.094726562500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.064453125000 0.181640625000 0.248046875000 +0.291015625000 0.347656250000 0.326171875000 0.253906250000 +0.223632812500 0.140625000000 0.084960937500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.018188476562 0.002563476562 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.049560546875 0.081542968750 +0.073730468750 0.044677734375 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.080566406250 0.162109375000 0.246093750000 0.328125000000 +0.404296875000 0.441406250000 0.433593750000 0.394531250000 +0.318359375000 0.228515625000 0.078125000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.027832031250 +0.115234375000 0.181640625000 0.226562500000 0.215820312500 +0.162109375000 0.109375000000 0.038085937500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.086425781250 +0.174804687500 0.212890625000 0.213867187500 0.185546875000 +0.140625000000 0.058593750000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.066894531250 0.173828125000 0.310546875000 0.314453125000 +0.375000000000 0.328125000000 0.281250000000 0.188476562500 +0.083496093750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.119628906250 0.205078125000 0.283203125000 0.300781250000 +0.306640625000 0.261718750000 0.193359375000 0.111328125000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.036621093750 +0.069335937500 0.012329101562 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.074218750000 0.209960937500 0.328125000000 +0.410156250000 0.470703125000 0.511718750000 0.464843750000 +0.398437500000 0.322265625000 0.202148437500 0.060546875000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.058105468750 0.035644531250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.050048828125 +0.231445312500 0.404296875000 0.488281250000 0.457031250000 +0.363281250000 0.214843750000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.072753906250 0.099121093750 0.073730468750 +0.098144531250 0.097656250000 0.109375000000 0.091796875000 +0.125000000000 0.145507812500 0.141601562500 0.190429687500 +0.222656250000 0.224609375000 0.199218750000 0.176757812500 +0.137695312500 0.069335937500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.020629882812 0.052001953125 0.022460937500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.050048828125 0.125976562500 0.186523437500 +0.208984375000 0.234375000000 0.211914062500 0.169921875000 +0.120605468750 0.074218750000 0.002822875977 0.022705078125 +0.071289062500 0.099121093750 0.149414062500 0.171875000000 +0.185546875000 0.189453125000 0.222656250000 0.203125000000 +0.183593750000 0.137695312500 0.112304687500 0.049316406250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.048828125000 0.156250000000 0.158203125000 0.112792968750 +0.098632812500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.088378906250 0.271484375000 0.388671875000 0.507812500000 +0.535156250000 0.535156250000 0.539062500000 0.476562500000 +0.412109375000 0.302734375000 0.153320312500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.086425781250 +0.210937500000 0.255859375000 0.259765625000 0.192382812500 +0.092285156250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.022216796875 0.092773437500 0.118652343750 +0.161132812500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.038085937500 +0.035644531250 0.036865234375 0.049316406250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.027099609375 +0.000000000000 0.079589843750 0.066406250000 0.021728515625 +0.070800781250 0.025634765625 0.025390625000 0.024902343750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.014953613281 +0.049072265625 0.063476562500 0.072265625000 0.000000000000 +0.027099609375 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.022583007812 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.010742187500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.020263671875 0.000000000000 +0.000000000000 0.018066406250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.036376953125 0.012939453125 0.016113281250 +0.041992187500 0.000000000000 0.006469726562 0.032470703125 +0.003555297852 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.003387451172 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000215530396 0.000000000000 0.038330078125 0.048828125000 +0.055419921875 0.079589843750 0.000000000000 0.057617187500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.012268066406 0.041992187500 +0.054687500000 0.069824218750 0.048828125000 0.079589843750 +0.064453125000 0.016723632812 0.014343261719 0.000000000000 +0.000000000000 0.009826660156 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.002151489258 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.039794921875 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.065429687500 0.123535156250 0.210937500000 0.294921875000 +0.322265625000 0.367187500000 0.371093750000 0.335937500000 +0.285156250000 0.213867187500 0.144531250000 0.055664062500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.086425781250 0.234375000000 0.363281250000 +0.523437500000 0.621093750000 0.710937500000 0.746093750000 +0.734375000000 0.679687500000 0.605468750000 0.449218750000 +0.285156250000 0.101074218750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.067871093750 0.185546875000 0.312500000000 0.378906250000 +0.390625000000 0.423828125000 0.363281250000 0.308593750000 +0.197265625000 0.085937500000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.070800781250 +0.169921875000 0.275390625000 0.357421875000 0.402343750000 +0.445312500000 0.468750000000 0.470703125000 0.441406250000 +0.425781250000 0.369140625000 0.314453125000 0.271484375000 +0.250000000000 0.212890625000 0.208007812500 0.189453125000 +0.191406250000 0.198242187500 0.200195312500 0.172851562500 +0.173828125000 0.157226562500 0.096191406250 0.088378906250 +0.013671875000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.025024414062 +0.104003906250 0.223632812500 0.302734375000 0.369140625000 +0.472656250000 0.511718750000 0.542968750000 0.535156250000 +0.558593750000 0.503906250000 0.474609375000 0.380859375000 +0.310546875000 0.220703125000 0.128906250000 0.049072265625 +0.001770019531 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.014953613281 0.079589843750 0.163085937500 +0.263671875000 0.316406250000 0.375000000000 0.365234375000 +0.328125000000 0.283203125000 0.154296875000 0.108398437500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.040527343750 0.104492187500 0.135742187500 +0.140625000000 0.120605468750 0.083984375000 0.006103515625 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.091308593750 +0.172851562500 0.265625000000 0.335937500000 0.363281250000 +0.365234375000 0.375000000000 0.310546875000 0.218750000000 +0.101562500000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.073730468750 0.162109375000 0.202148437500 0.225585937500 +0.228515625000 0.196289062500 0.181640625000 0.109375000000 +0.058593750000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.003997802734 +0.044189453125 0.072265625000 0.112304687500 0.112304687500 +0.102539062500 0.082031250000 0.025512695312 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.088378906250 0.149414062500 0.190429687500 0.242187500000 +0.292968750000 0.283203125000 0.298828125000 0.294921875000 +0.273437500000 0.234375000000 0.187500000000 0.149414062500 +0.106445312500 0.090332031250 0.049072265625 0.050292968750 +0.064453125000 0.077636718750 0.134765625000 0.168945312500 +0.235351562500 0.291015625000 0.341796875000 0.392578125000 +0.412109375000 0.419921875000 0.359375000000 0.291015625000 +0.196289062500 0.077636718750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.008850097656 +0.031982421875 0.015747070312 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.070312500000 0.156250000000 0.201171875000 0.238281250000 +0.242187500000 0.210937500000 0.164062500000 0.118164062500 +0.071777343750 0.012329101562 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.072265625000 +0.129882812500 0.210937500000 0.261718750000 0.304687500000 +0.357421875000 0.384765625000 0.419921875000 0.435546875000 +0.437500000000 0.406250000000 0.417968750000 0.435546875000 +0.435546875000 0.447265625000 0.468750000000 0.480468750000 +0.453125000000 0.447265625000 0.427734375000 0.373046875000 +0.318359375000 0.263671875000 0.179687500000 0.129882812500 +0.089843750000 0.064941406250 0.050781250000 0.049804687500 +0.077636718750 0.084472656250 0.110351562500 0.161132812500 +0.173828125000 0.168945312500 0.164062500000 0.110351562500 +0.063964843750 0.002960205078 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.084472656250 0.125976562500 0.147460937500 0.150390625000 +0.195312500000 0.186523437500 0.167968750000 0.147460937500 +0.123535156250 0.087402343750 0.063964843750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.064453125000 0.152343750000 0.249023437500 +0.324218750000 0.355468750000 0.390625000000 0.376953125000 +0.328125000000 0.287109375000 0.171875000000 0.079101562500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.105468750000 0.151367187500 0.210937500000 0.271484375000 +0.312500000000 0.326171875000 0.314453125000 0.302734375000 +0.259765625000 0.196289062500 0.182617187500 0.127929687500 +0.123046875000 0.070312500000 0.056640625000 0.008666992188 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.104980468750 0.213867187500 0.312500000000 0.378906250000 +0.392578125000 0.384765625000 0.335937500000 0.298828125000 +0.213867187500 0.109375000000 0.004150390625 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.003524780273 +0.098632812500 0.162109375000 0.224609375000 0.269531250000 +0.257812500000 0.283203125000 0.259765625000 0.221679687500 +0.163085937500 0.104003906250 0.044921875000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.030395507812 0.095703125000 +0.176757812500 0.261718750000 0.275390625000 0.265625000000 +0.269531250000 0.172851562500 0.107421875000 0.013488769531 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.063476562500 0.172851562500 0.215820312500 +0.251953125000 0.250000000000 0.220703125000 0.131835937500 +0.034667968750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.003616333008 0.052978515625 0.116210937500 0.166015625000 +0.159179687500 0.144531250000 0.144531250000 0.081542968750 +0.017822265625 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.065917968750 +0.074218750000 0.100585937500 0.127929687500 0.080566406250 +0.071777343750 0.001098632812 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.072753906250 +0.208007812500 0.326171875000 0.388671875000 0.386718750000 +0.369140625000 0.287109375000 0.149414062500 0.001441955566 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.056396484375 0.140625000000 0.271484375000 0.349609375000 +0.394531250000 0.441406250000 0.478515625000 0.433593750000 +0.394531250000 0.343750000000 0.246093750000 0.151367187500 +0.049804687500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.039794921875 0.145507812500 0.255859375000 0.310546875000 +0.304687500000 0.298828125000 0.231445312500 0.141601562500 +0.030029296875 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.059814453125 +0.106933593750 0.109863281250 0.091796875000 0.059570312500 +0.002593994141 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.086914062500 0.207031250000 0.310546875000 0.402343750000 +0.441406250000 0.458984375000 0.457031250000 0.455078125000 +0.421875000000 0.371093750000 0.318359375000 0.265625000000 +0.208984375000 0.176757812500 0.135742187500 0.119628906250 +0.128906250000 0.113281250000 0.109863281250 0.104492187500 +0.070312500000 0.035888671875 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.078613281250 +0.181640625000 0.244140625000 0.294921875000 0.318359375000 +0.302734375000 0.285156250000 0.271484375000 0.225585937500 +0.208007812500 0.164062500000 0.144531250000 0.156250000000 +0.166015625000 0.204101562500 0.233398437500 0.316406250000 +0.347656250000 0.388671875000 0.458984375000 0.453125000000 +0.460937500000 0.429687500000 0.404296875000 0.308593750000 +0.253906250000 0.174804687500 0.045898437500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.067382812500 +0.198242187500 0.291015625000 0.390625000000 0.449218750000 +0.507812500000 0.539062500000 0.539062500000 0.550781250000 +0.542968750000 0.507812500000 0.472656250000 0.427734375000 +0.367187500000 0.283203125000 0.208007812500 0.173828125000 +0.122558593750 0.078125000000 0.065429687500 0.073242187500 +0.080078125000 0.127929687500 0.178710937500 0.248046875000 +0.339843750000 0.386718750000 0.458984375000 0.470703125000 +0.453125000000 0.412109375000 0.337890625000 0.240234375000 +0.166992187500 0.089355468750 0.000103950500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000873565674 +0.000000000000 0.062988281250 0.125976562500 0.172851562500 +0.185546875000 0.167968750000 0.176757812500 0.176757812500 +0.166992187500 0.161132812500 0.158203125000 0.186523437500 +0.152343750000 0.169921875000 0.184570312500 0.184570312500 +0.166992187500 0.144531250000 0.120605468750 0.112792968750 +0.090332031250 0.078613281250 0.034912109375 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.019042968750 0.004058837891 +0.018432617188 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.031738281250 +0.040527343750 0.056640625000 0.094238281250 0.066894531250 +0.012207031250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.025390625000 +0.064941406250 0.089355468750 0.105468750000 0.055908203125 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.013671875000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.064453125000 0.156250000000 0.177734375000 0.198242187500 +0.176757812500 0.106445312500 0.011962890625 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.011840820312 0.086425781250 +0.154296875000 0.174804687500 0.166015625000 0.126953125000 +0.091796875000 0.043457031250 0.022460937500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.002410888672 0.020019531250 0.066894531250 0.105468750000 +0.152343750000 0.117187500000 0.090332031250 0.081542968750 +0.024780273438 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.080566406250 0.183593750000 0.291015625000 +0.349609375000 0.361328125000 0.335937500000 0.328125000000 +0.273437500000 0.225585937500 0.128906250000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000572204590 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.007812500000 0.032470703125 0.064453125000 0.063964843750 +0.024047851562 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.089355468750 0.111816406250 0.125976562500 0.087402343750 +0.075683593750 0.029907226562 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.012573242188 0.100585937500 0.135742187500 0.211914062500 +0.285156250000 0.330078125000 0.357421875000 0.335937500000 +0.267578125000 0.191406250000 0.101074218750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.023681640625 0.071777343750 0.146484375000 +0.213867187500 0.206054687500 0.151367187500 0.076171875000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.051757812500 +0.113281250000 0.163085937500 0.182617187500 0.182617187500 +0.146484375000 0.115234375000 0.070312500000 0.047119140625 +0.000797271729 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.025634765625 0.083984375000 0.160156250000 0.187500000000 +0.203125000000 0.193359375000 0.177734375000 0.088378906250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.014892578125 0.024169921875 +0.067871093750 0.106933593750 0.167968750000 0.170898437500 +0.173828125000 0.159179687500 0.134765625000 0.037597656250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.018676757812 0.033691406250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.041992187500 0.092285156250 0.129882812500 +0.151367187500 0.152343750000 0.144531250000 0.143554687500 +0.107421875000 0.049804687500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.059570312500 +0.091796875000 0.096679687500 0.104492187500 0.093261718750 +0.018798828125 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.080078125000 0.222656250000 0.267578125000 +0.291015625000 0.371093750000 0.384765625000 0.347656250000 +0.283203125000 0.196289062500 0.099121093750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.041503906250 0.049072265625 0.079589843750 0.147460937500 +0.156250000000 0.154296875000 0.140625000000 0.138671875000 +0.092285156250 0.028320312500 0.023071289062 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.005676269531 0.033447265625 +0.085937500000 0.102539062500 0.082031250000 0.084472656250 +0.083007812500 0.050781250000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.017700195312 0.051757812500 +0.079589843750 0.089355468750 0.099609375000 0.121582031250 +0.110839843750 0.070800781250 0.020385742188 0.019531250000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.007507324219 0.044677734375 0.044677734375 +0.070800781250 0.111816406250 0.168945312500 0.188476562500 +0.247070312500 0.279296875000 0.289062500000 0.235351562500 +0.195312500000 0.149414062500 0.078125000000 0.018310546875 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.062255859375 0.161132812500 0.269531250000 +0.320312500000 0.326171875000 0.337890625000 0.351562500000 +0.306640625000 0.263671875000 0.159179687500 0.060791015625 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.030883789062 0.051757812500 0.079589843750 +0.103515625000 0.149414062500 0.112792968750 0.107421875000 +0.051757812500 0.041503906250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.046875000000 +0.119628906250 0.159179687500 0.243164062500 0.271484375000 +0.318359375000 0.328125000000 0.316406250000 0.310546875000 +0.277343750000 0.216796875000 0.081542968750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.009826660156 +0.079589843750 0.131835937500 0.118164062500 0.046875000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.034667968750 0.086914062500 0.123535156250 0.138671875000 +0.153320312500 0.092773437500 0.054687500000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.036621093750 0.096191406250 0.086425781250 +0.120117187500 0.121093750000 0.075195312500 0.010864257812 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.015136718750 +0.064453125000 0.091796875000 0.116210937500 0.129882812500 +0.127929687500 0.057617187500 0.031982421875 0.017456054688 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.007873535156 +0.090820312500 0.094726562500 0.128906250000 0.158203125000 +0.211914062500 0.181640625000 0.118164062500 0.099609375000 +0.050537109375 0.013793945312 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.031005859375 0.079101562500 +0.142578125000 0.120117187500 0.068359375000 0.051513671875 +0.002487182617 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.014892578125 0.093750000000 0.196289062500 +0.235351562500 0.294921875000 0.328125000000 0.306640625000 +0.302734375000 0.245117187500 0.185546875000 0.092773437500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.010742187500 0.093261718750 0.170898437500 +0.255859375000 0.337890625000 0.376953125000 0.423828125000 +0.406250000000 0.392578125000 0.341796875000 0.275390625000 +0.181640625000 0.089355468750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.005828857422 0.092285156250 0.183593750000 0.217773437500 +0.246093750000 0.261718750000 0.235351562500 0.184570312500 +0.140625000000 0.051025390625 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.040771484375 +0.062500000000 0.078125000000 0.072753906250 0.062988281250 +0.052490234375 0.018188476562 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.031982421875 0.090820312500 0.140625000000 0.192382812500 +0.243164062500 0.241210937500 0.237304687500 0.234375000000 +0.187500000000 0.149414062500 0.090820312500 0.061523437500 +0.006835937500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.019287109375 0.076171875000 0.113769531250 +0.131835937500 0.154296875000 0.102539062500 0.056396484375 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.050781250000 0.132812500000 +0.176757812500 0.220703125000 0.244140625000 0.239257812500 +0.234375000000 0.211914062500 0.162109375000 0.147460937500 +0.099609375000 0.053466796875 0.011779785156 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.033447265625 0.059082031250 +0.081054687500 0.080566406250 0.065429687500 0.064453125000 +0.043212890625 0.043212890625 0.020751953125 0.009033203125 +0.000000000000 0.000000000000 0.000000000000 0.012634277344 +0.036865234375 0.073242187500 0.078613281250 0.116210937500 +0.113769531250 0.114746093750 0.097167968750 0.082519531250 +0.065917968750 0.019531250000 0.017333984375 0.000000000000 +0.011596679688 0.028564453125 0.061523437500 0.098144531250 +0.165039062500 0.202148437500 0.269531250000 0.292968750000 +0.310546875000 0.306640625000 0.271484375000 0.236328125000 +0.192382812500 0.092773437500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.023681640625 0.068847656250 0.088867187500 0.080566406250 +0.077148437500 0.080078125000 0.031494140625 0.018432617188 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.029907226562 +0.079589843750 0.134765625000 0.157226562500 0.217773437500 +0.247070312500 0.273437500000 0.308593750000 0.330078125000 +0.308593750000 0.302734375000 0.267578125000 0.242187500000 +0.193359375000 0.154296875000 0.120605468750 0.065917968750 +0.041015625000 0.000366210938 0.000000000000 0.000000000000 +0.000000000000 0.015991210938 0.007598876953 0.043945312500 +0.067382812500 0.091796875000 0.117675781250 0.119140625000 +0.100585937500 0.061279296875 0.033691406250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.008972167969 0.021118164062 0.007720947266 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.050537109375 0.088867187500 0.149414062500 0.174804687500 +0.213867187500 0.229492187500 0.225585937500 0.200195312500 +0.174804687500 0.137695312500 0.092773437500 0.056884765625 +0.019287109375 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.040283203125 0.047851562500 +0.085937500000 0.099121093750 0.114746093750 0.152343750000 +0.165039062500 0.176757812500 0.181640625000 0.187500000000 +0.167968750000 0.176757812500 0.172851562500 0.184570312500 +0.205078125000 0.201171875000 0.182617187500 0.144531250000 +0.128906250000 0.117187500000 0.098632812500 0.084472656250 +0.078125000000 0.046630859375 0.052490234375 0.080566406250 +0.099609375000 0.108886718750 0.130859375000 0.151367187500 +0.151367187500 0.167968750000 0.170898437500 0.147460937500 +0.114746093750 0.069335937500 0.016723632812 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.061035156250 +0.145507812500 0.176757812500 0.224609375000 0.239257812500 +0.226562500000 0.218750000000 0.155273437500 0.062988281250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.001174926758 +0.023437500000 0.043701171875 0.062500000000 0.062988281250 +0.053222656250 0.047607421875 0.028564453125 0.045410156250 +0.003234863281 0.024047851562 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.006134033203 0.078125000000 0.153320312500 +0.180664062500 0.197265625000 0.190429687500 0.161132812500 +0.131835937500 0.070312500000 0.023803710938 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000164985657 +0.039306640625 0.084472656250 0.120605468750 0.178710937500 +0.210937500000 0.247070312500 0.277343750000 0.273437500000 +0.287109375000 0.255859375000 0.253906250000 0.233398437500 +0.200195312500 0.171875000000 0.125000000000 0.098632812500 +0.097656250000 0.062500000000 0.079101562500 0.099121093750 +0.152343750000 0.221679687500 0.247070312500 0.281250000000 +0.287109375000 0.245117187500 0.226562500000 0.198242187500 +0.102050781250 0.023803710938 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.009155273438 0.085449218750 0.110839843750 0.129882812500 +0.101562500000 0.070312500000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.012878417969 +0.055175781250 0.119140625000 0.166992187500 0.184570312500 +0.173828125000 0.174804687500 0.136718750000 0.083984375000 +0.049804687500 0.011718750000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.023193359375 0.065917968750 0.094726562500 +0.119628906250 0.103027343750 0.097656250000 0.101562500000 +0.088378906250 0.099121093750 0.081054687500 0.094238281250 +0.089843750000 0.063476562500 0.054687500000 0.014038085938 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.009948730469 0.037109375000 0.119628906250 +0.143554687500 0.168945312500 0.147460937500 0.140625000000 +0.082519531250 0.032226562500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.051757812500 0.076660156250 0.113769531250 +0.137695312500 0.137695312500 0.098632812500 0.057128906250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.014831542969 0.059082031250 +0.104980468750 0.157226562500 0.216796875000 0.259765625000 +0.265625000000 0.304687500000 0.306640625000 0.279296875000 +0.255859375000 0.221679687500 0.158203125000 0.119628906250 +0.073242187500 0.007629394531 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.015869140625 0.049072265625 +0.089355468750 0.075683593750 0.095703125000 0.068359375000 +0.045654296875 0.007537841797 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.018920898438 +0.048828125000 0.073242187500 0.076171875000 0.067382812500 +0.043212890625 0.004302978516 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.004302978516 0.084472656250 0.173828125000 0.238281250000 +0.273437500000 0.281250000000 0.251953125000 0.199218750000 +0.148437500000 0.041259765625 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.100097656250 0.179687500000 0.246093750000 0.263671875000 +0.257812500000 0.219726562500 0.147460937500 0.067871093750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.005676269531 0.037841796875 0.049072265625 +0.037109375000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.010192871094 0.062500000000 0.089355468750 0.129882812500 +0.155273437500 0.158203125000 0.166015625000 0.175781250000 +0.151367187500 0.125000000000 0.080078125000 0.025146484375 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.017578125000 +0.068359375000 0.125976562500 0.202148437500 0.210937500000 +0.231445312500 0.232421875000 0.180664062500 0.154296875000 +0.095214843750 0.046142578125 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.075683593750 0.166015625000 0.283203125000 0.386718750000 +0.445312500000 0.470703125000 0.449218750000 0.445312500000 +0.412109375000 0.365234375000 0.318359375000 0.241210937500 +0.161132812500 0.089843750000 0.017822265625 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.022094726562 0.081054687500 +0.157226562500 0.211914062500 0.255859375000 0.300781250000 +0.308593750000 0.316406250000 0.251953125000 0.185546875000 +0.091796875000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.022949218750 0.058105468750 0.026977539062 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.020751953125 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.032714843750 0.046142578125 0.086914062500 +0.079589843750 0.106445312500 0.102050781250 0.059570312500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.037353515625 0.016967773438 0.066894531250 0.000000000000 +0.035156250000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.049560546875 +0.021972656250 0.110839843750 0.079101562500 0.122070312500 +0.121582031250 0.169921875000 0.178710937500 0.171875000000 +0.095703125000 0.151367187500 0.121582031250 0.092285156250 +0.125000000000 0.105468750000 0.095703125000 0.093261718750 +0.070312500000 0.077148437500 0.091308593750 0.062988281250 +0.057373046875 0.077148437500 0.034912109375 0.000000000000 +0.013610839844 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.007873535156 +0.000000000000 0.071777343750 0.060058593750 0.118164062500 +0.090820312500 0.141601562500 0.149414062500 0.155273437500 +0.064941406250 0.087402343750 0.090332031250 0.020385742188 +0.049804687500 0.008666992188 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.098632812500 0.081542968750 0.098632812500 0.077148437500 +0.103515625000 0.048583984375 0.078613281250 0.020263671875 +0.060546875000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.022827148438 0.008911132812 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.060791015625 0.053222656250 +0.026611328125 0.101074218750 0.000000000000 0.021484375000 +0.050537109375 0.019897460938 0.000000000000 0.005828857422 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.014770507812 0.040527343750 0.031005859375 +0.021118164062 0.000000000000 0.000000000000 0.006042480469 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.011474609375 0.110351562500 0.102050781250 +0.081054687500 0.068847656250 0.062011718750 0.003250122070 +0.011474609375 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.032958984375 +0.039062500000 0.033691406250 0.038574218750 0.041259765625 +0.029785156250 0.011413574219 0.000000000000 0.021728515625 +0.054199218750 0.035644531250 0.022460937500 0.022460937500 +0.000000000000 0.000843048096 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.001724243164 0.033447265625 +0.000000000000 0.060058593750 0.017944335938 0.036376953125 +0.000782012939 0.005584716797 0.000770568848 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.011962890625 0.064453125000 0.078613281250 0.038574218750 +0.036132812500 0.048339843750 0.048583984375 0.048095703125 +0.035888671875 0.003295898438 0.009216308594 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.024780273438 0.072753906250 0.050781250000 +0.114746093750 0.157226562500 0.132812500000 0.151367187500 +0.152343750000 0.126953125000 0.077148437500 0.083496093750 +0.024658203125 0.024658203125 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.010253906250 0.010681152344 +0.070800781250 0.047607421875 0.067382812500 0.004241943359 +0.063964843750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.007934570312 0.042236328125 0.057861328125 +0.017944335938 0.032226562500 0.050292968750 0.037109375000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.016235351562 0.007415771484 0.005523681641 +0.000000000000 0.002365112305 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.028442382812 0.061279296875 0.083984375000 0.091796875000 +0.039550781250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.002105712891 0.000000000000 0.000000000000 +0.022216796875 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.019409179688 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.038085937500 0.069335937500 +0.044433593750 0.048339843750 0.043701171875 0.015625000000 +0.048339843750 0.024291992188 0.000000000000 0.003570556641 +0.035156250000 0.025756835938 0.054687500000 0.080078125000 +0.159179687500 0.134765625000 0.173828125000 0.192382812500 +0.219726562500 0.210937500000 0.190429687500 0.189453125000 +0.211914062500 0.193359375000 0.122070312500 0.108398437500 +0.071777343750 0.084472656250 0.109863281250 0.066894531250 +0.056152343750 0.037597656250 0.030883789062 0.043457031250 +0.066894531250 0.042480468750 0.000000000000 0.000000000000 +0.000000000000 0.016357421875 0.000000000000 0.000000000000 +0.000000000000 0.032470703125 0.000000000000 0.019165039062 +0.018432617188 0.035156250000 0.061767578125 0.097656250000 +0.059814453125 0.105957031250 0.133789062500 0.070800781250 +0.045410156250 0.038085937500 0.024780273438 0.072753906250 +0.041992187500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.047607421875 +0.018432617188 0.038085937500 0.058593750000 0.039550781250 +0.000400543213 0.035156250000 0.034667968750 0.004638671875 +0.002288818359 0.018432617188 0.000000000000 0.017944335938 +0.061767578125 0.047851562500 0.012145996094 0.061035156250 +0.065429687500 0.100585937500 0.083496093750 0.114746093750 +0.092773437500 0.110839843750 0.083984375000 0.067382812500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.021362304688 0.030029296875 0.029541015625 +0.026245117188 0.009277343750 0.007293701172 0.011840820312 +0.016723632812 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.014465332031 0.025512695312 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.310546875000 0.337890625000 0.204101562500 0.277343750000 +0.285156250000 0.265625000000 0.306640625000 0.312500000000 +0.359375000000 0.349609375000 0.351562500000 0.375000000000 +0.361328125000 0.320312500000 0.308593750000 0.269531250000 +0.232421875000 0.212890625000 0.190429687500 0.143554687500 +0.106933593750 0.069335937500 0.058593750000 0.051025390625 +0.056396484375 0.070800781250 0.079101562500 0.067382812500 +0.057617187500 0.041992187500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.067871093750 0.105468750000 0.137695312500 +0.163085937500 0.159179687500 0.101562500000 0.101074218750 +0.040527343750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.053466796875 +0.070800781250 0.084472656250 0.104492187500 0.020385742188 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.010070800781 0.004821777344 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.031494140625 0.044677734375 0.007720947266 0.027709960938 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.061035156250 0.098632812500 0.181640625000 0.166015625000 +0.174804687500 0.148437500000 0.091308593750 0.018432617188 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.080566406250 +0.115234375000 0.162109375000 0.224609375000 0.242187500000 +0.208007812500 0.225585937500 0.188476562500 0.153320312500 +0.132812500000 0.124023437500 0.083984375000 0.084472656250 +0.067382812500 0.106933593750 0.114746093750 0.158203125000 +0.173828125000 0.211914062500 0.202148437500 0.229492187500 +0.208984375000 0.184570312500 0.139648437500 0.109863281250 +0.066406250000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.064453125000 0.140625000000 0.207031250000 0.306640625000 +0.380859375000 0.404296875000 0.445312500000 0.416015625000 +0.386718750000 0.369140625000 0.287109375000 0.186523437500 +0.133789062500 0.021972656250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.038330078125 +0.062988281250 0.128906250000 0.135742187500 0.078613281250 +0.027221679688 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.002868652344 0.031738281250 0.087402343750 0.099609375000 +0.100585937500 0.084472656250 0.045654296875 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.082031250000 0.116699218750 0.174804687500 +0.197265625000 0.167968750000 0.152343750000 0.137695312500 +0.086425781250 0.026489257812 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.028442382812 0.131835937500 0.170898437500 +0.229492187500 0.324218750000 0.328125000000 0.376953125000 +0.408203125000 0.359375000000 0.300781250000 0.250000000000 +0.156250000000 0.016845703125 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.015136718750 +0.075683593750 0.064453125000 0.080078125000 0.104003906250 +0.052001953125 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.063476562500 0.168945312500 +0.227539062500 0.255859375000 0.251953125000 0.220703125000 +0.140625000000 0.039062500000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.066894531250 0.135742187500 +0.196289062500 0.243164062500 0.241210937500 0.263671875000 +0.237304687500 0.213867187500 0.147460937500 0.102050781250 +0.071777343750 0.021118164062 0.012268066406 0.002609252930 +0.000000000000 0.001281738281 0.038574218750 0.073242187500 +0.140625000000 0.205078125000 0.269531250000 0.306640625000 +0.382812500000 0.402343750000 0.355468750000 0.337890625000 +0.265625000000 0.145507812500 0.034423828125 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.019775390625 0.023193359375 0.065917968750 0.133789062500 +0.123046875000 0.122558593750 0.164062500000 0.189453125000 +0.153320312500 0.225585937500 0.202148437500 0.161132812500 +0.115234375000 0.073242187500 0.011047363281 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.037597656250 0.041015625000 0.090332031250 0.110839843750 +0.092773437500 0.083007812500 0.095703125000 0.044433593750 +0.004272460938 0.022216796875 0.020629882812 0.000000000000 +0.004150390625 0.000000000000 0.002029418945 0.014892578125 +0.044677734375 0.032958984375 0.099609375000 0.129882812500 +0.141601562500 0.198242187500 0.211914062500 0.192382812500 +0.195312500000 0.178710937500 0.149414062500 0.094726562500 +0.017211914062 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.031127929688 +0.090332031250 0.126953125000 0.157226562500 0.162109375000 +0.137695312500 0.087890625000 0.018798828125 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.060058593750 0.168945312500 0.292968750000 +0.375000000000 0.419921875000 0.466796875000 0.490234375000 +0.437500000000 0.404296875000 0.320312500000 0.180664062500 +0.070800781250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.111328125000 +0.126953125000 0.149414062500 0.141601562500 0.073242187500 +0.028198242188 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.031982421875 0.077636718750 +0.110351562500 0.097167968750 0.083007812500 0.095214843750 +0.075683593750 0.046142578125 0.008850097656 0.014587402344 +0.012817382812 0.005157470703 0.039306640625 0.057617187500 +0.093261718750 0.133789062500 0.189453125000 0.237304687500 +0.296875000000 0.337890625000 0.351562500000 0.371093750000 +0.380859375000 0.322265625000 0.300781250000 0.285156250000 +0.209960937500 0.165039062500 0.102050781250 0.062500000000 +0.010375976562 0.007995605469 0.015258789062 0.042236328125 +0.060791015625 0.113769531250 0.153320312500 0.203125000000 +0.232421875000 0.263671875000 0.277343750000 0.257812500000 +0.243164062500 0.199218750000 0.150390625000 0.087402343750 +0.078125000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.024414062500 0.059814453125 +0.051025390625 0.141601562500 0.137695312500 0.190429687500 +0.194335937500 0.213867187500 0.242187500000 0.259765625000 +0.277343750000 0.304687500000 0.343750000000 0.302734375000 +0.332031250000 0.302734375000 0.273437500000 0.259765625000 +0.257812500000 0.267578125000 0.261718750000 0.250000000000 +0.237304687500 0.248046875000 0.209960937500 0.180664062500 +0.139648437500 0.113769531250 0.019897460938 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.056640625000 +0.210937500000 0.294921875000 0.339843750000 0.402343750000 +0.431640625000 0.404296875000 0.373046875000 0.322265625000 +0.233398437500 0.128906250000 0.044189453125 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.036865234375 0.057373046875 0.120117187500 0.145507812500 +0.176757812500 0.207031250000 0.234375000000 0.222656250000 +0.243164062500 0.243164062500 0.234375000000 0.215820312500 +0.225585937500 0.179687500000 0.174804687500 0.116210937500 +0.102539062500 0.042236328125 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.055908203125 0.115722656250 +0.197265625000 0.277343750000 0.345703125000 0.392578125000 +0.443359375000 0.451171875000 0.453125000000 0.449218750000 +0.406250000000 0.339843750000 0.296875000000 0.177734375000 +0.071289062500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.045654296875 +0.105468750000 0.103515625000 0.113769531250 0.073730468750 +0.009399414062 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.097656250000 0.166992187500 0.277343750000 0.324218750000 +0.328125000000 0.328125000000 0.304687500000 0.265625000000 +0.218750000000 0.178710937500 0.126953125000 0.150390625000 +0.131835937500 0.125000000000 0.145507812500 0.152343750000 +0.150390625000 0.186523437500 0.163085937500 0.134765625000 +0.075195312500 0.037597656250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.040039062500 0.101074218750 +0.155273437500 0.193359375000 0.224609375000 0.253906250000 +0.233398437500 0.251953125000 0.201171875000 0.178710937500 +0.125000000000 0.089355468750 0.047119140625 0.065429687500 +0.021972656250 0.021606445312 0.043945312500 0.019409179688 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.006378173828 0.090820312500 0.116699218750 0.187500000000 +0.185546875000 0.221679687500 0.206054687500 0.231445312500 +0.215820312500 0.186523437500 0.139648437500 0.122558593750 +0.100097656250 0.039550781250 0.017333984375 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.017700195312 0.048339843750 0.087890625000 0.116699218750 +0.095703125000 0.084472656250 0.049560546875 0.016235351562 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.078125000000 0.057617187500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000198364258 +0.011962890625 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.005279541016 +0.002929687500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.029052734375 +0.003219604492 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.009094238281 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.004547119141 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.009887695312 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.010742187500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.007019042969 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.003997802734 +0.011413574219 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.027465820312 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.357421875000 0.449218750000 0.519531250000 0.490234375000 +0.472656250000 0.451171875000 0.433593750000 0.408203125000 +0.396484375000 0.414062500000 0.421875000000 0.429687500000 +0.458984375000 0.474609375000 0.484375000000 0.492187500000 +0.474609375000 0.458984375000 0.429687500000 0.410156250000 +0.373046875000 0.330078125000 0.292968750000 0.263671875000 +0.243164062500 0.251953125000 0.241210937500 0.244140625000 +0.241210937500 0.203125000000 0.169921875000 0.117187500000 +0.032958984375 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.086425781250 0.209960937500 0.316406250000 +0.404296875000 0.451171875000 0.496093750000 0.503906250000 +0.472656250000 0.425781250000 0.333984375000 0.220703125000 +0.108398437500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.017578125000 +0.072265625000 0.130859375000 0.166015625000 0.172851562500 +0.152343750000 0.114257812500 0.074218750000 0.021118164062 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.023437500000 +0.080566406250 0.120605468750 0.178710937500 0.205078125000 +0.208984375000 0.208007812500 0.172851562500 0.167968750000 +0.134765625000 0.107910156250 0.099121093750 0.077148437500 +0.039550781250 0.039306640625 0.017822265625 0.023437500000 +0.023315429688 0.042236328125 0.063476562500 0.063476562500 +0.062500000000 0.072753906250 0.072753906250 0.075683593750 +0.070312500000 0.060302734375 0.075683593750 0.101074218750 +0.116699218750 0.137695312500 0.159179687500 0.163085937500 +0.198242187500 0.214843750000 0.199218750000 0.176757812500 +0.143554687500 0.084960937500 0.038085937500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.035644531250 0.057373046875 0.080566406250 0.088378906250 +0.102050781250 0.123046875000 0.119628906250 0.111328125000 +0.127929687500 0.126953125000 0.128906250000 0.169921875000 +0.166015625000 0.181640625000 0.179687500000 0.140625000000 +0.088378906250 0.057128906250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.072265625000 0.156250000000 0.238281250000 +0.322265625000 0.384765625000 0.449218750000 0.498046875000 +0.515625000000 0.496093750000 0.433593750000 0.335937500000 +0.206054687500 0.081542968750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.054687500000 +0.189453125000 0.312500000000 0.431640625000 0.527343750000 +0.613281250000 0.695312500000 0.742187500000 0.746093750000 +0.734375000000 0.683593750000 0.644531250000 0.570312500000 +0.437500000000 0.361328125000 0.289062500000 0.178710937500 +0.080078125000 0.001350402832 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.023559570312 +0.070312500000 0.111328125000 0.127929687500 0.147460937500 +0.183593750000 0.194335937500 0.187500000000 0.163085937500 +0.160156250000 0.152343750000 0.136718750000 0.101074218750 +0.089843750000 0.075195312500 0.079101562500 0.055908203125 +0.049316406250 0.023315429688 0.032714843750 0.015991210938 +0.019287109375 0.003417968750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.018554687500 0.024902343750 0.028930664062 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.041992187500 +0.061279296875 0.110351562500 0.132812500000 0.144531250000 +0.157226562500 0.171875000000 0.135742187500 0.098144531250 +0.050292968750 0.045654296875 0.037109375000 0.016357421875 +0.000694274902 0.000000000000 0.000000000000 0.015747070312 +0.057861328125 0.103515625000 0.137695312500 0.183593750000 +0.202148437500 0.217773437500 0.228515625000 0.226562500000 +0.217773437500 0.193359375000 0.148437500000 0.076171875000 +0.004425048828 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.023437500000 0.013549804688 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.003906250000 0.026000976562 0.021850585938 +0.032958984375 0.046386718750 0.047119140625 0.034423828125 +0.055908203125 0.083496093750 0.093750000000 0.116699218750 +0.131835937500 0.155273437500 0.148437500000 0.133789062500 +0.113281250000 0.069824218750 0.008117675781 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.057373046875 0.127929687500 +0.192382812500 0.246093750000 0.265625000000 0.263671875000 +0.242187500000 0.186523437500 0.105468750000 0.011413574219 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.099121093750 0.221679687500 0.349609375000 +0.464843750000 0.566406250000 0.648437500000 0.679687500000 +0.691406250000 0.667968750000 0.625000000000 0.554687500000 +0.474609375000 0.394531250000 0.298828125000 0.222656250000 +0.153320312500 0.087402343750 0.062011718750 0.048339843750 +0.052734375000 0.112304687500 0.176757812500 0.242187500000 +0.320312500000 0.386718750000 0.451171875000 0.494140625000 +0.500000000000 0.511718750000 0.468750000000 0.390625000000 +0.328125000000 0.232421875000 0.152343750000 0.093261718750 +0.023803710938 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.021972656250 0.080078125000 0.101074218750 0.165039062500 +0.196289062500 0.224609375000 0.253906250000 0.281250000000 +0.255859375000 0.227539062500 0.204101562500 0.172851562500 +0.136718750000 0.067871093750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.031494140625 0.073730468750 0.147460937500 0.209960937500 +0.247070312500 0.251953125000 0.265625000000 0.271484375000 +0.255859375000 0.240234375000 0.221679687500 0.196289062500 +0.192382812500 0.163085937500 0.157226562500 0.160156250000 +0.172851562500 0.169921875000 0.193359375000 0.195312500000 +0.185546875000 0.187500000000 0.189453125000 0.186523437500 +0.196289062500 0.183593750000 0.177734375000 0.171875000000 +0.153320312500 0.101562500000 0.048828125000 0.021484375000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.057373046875 +0.148437500000 0.229492187500 0.292968750000 0.306640625000 +0.298828125000 0.275390625000 0.205078125000 0.146484375000 +0.083007812500 0.010375976562 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.070312500000 0.170898437500 0.285156250000 0.378906250000 +0.476562500000 0.554687500000 0.609375000000 0.636718750000 +0.652343750000 0.617187500000 0.582031250000 0.527343750000 +0.425781250000 0.314453125000 0.191406250000 0.081542968750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.021118164062 0.068847656250 0.117675781250 0.175781250000 +0.184570312500 0.197265625000 0.192382812500 0.164062500000 +0.154296875000 0.133789062500 0.096679687500 0.041503906250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.023071289062 0.078613281250 0.134765625000 +0.180664062500 0.240234375000 0.263671875000 0.277343750000 +0.310546875000 0.332031250000 0.343750000000 0.349609375000 +0.341796875000 0.322265625000 0.296875000000 0.273437500000 +0.261718750000 0.238281250000 0.221679687500 0.213867187500 +0.212890625000 0.218750000000 0.221679687500 0.232421875000 +0.255859375000 0.277343750000 0.320312500000 0.333984375000 +0.335937500000 0.322265625000 0.300781250000 0.271484375000 +0.219726562500 0.166992187500 0.067871093750 0.006195068359 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.045898437500 0.156250000000 +0.238281250000 0.343750000000 0.427734375000 0.480468750000 +0.494140625000 0.519531250000 0.515625000000 0.494140625000 +0.443359375000 0.367187500000 0.292968750000 0.221679687500 +0.148437500000 0.089843750000 0.051757812500 0.009643554688 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.006042480469 +0.026611328125 0.038574218750 0.041748046875 0.050781250000 +0.049316406250 0.041259765625 0.041259765625 0.008911132812 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.072265625000 0.146484375000 +0.246093750000 0.316406250000 0.406250000000 0.462890625000 +0.515625000000 0.554687500000 0.574218750000 0.542968750000 +0.503906250000 0.443359375000 0.349609375000 0.243164062500 +0.125976562500 0.022216796875 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.030151367188 0.098632812500 0.147460937500 0.172851562500 +0.199218750000 0.179687500000 0.138671875000 0.086425781250 +0.019165039062 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.022216796875 0.142578125000 +0.261718750000 0.353515625000 0.412109375000 0.417968750000 +0.390625000000 0.310546875000 0.187500000000 0.043457031250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.108398437500 0.222656250000 +0.322265625000 0.398437500000 0.435546875000 0.449218750000 +0.462890625000 0.468750000000 0.484375000000 0.468750000000 +0.466796875000 0.482421875000 0.507812500000 0.531250000000 +0.554687500000 0.542968750000 0.546875000000 0.527343750000 +0.492187500000 0.419921875000 0.357421875000 0.291015625000 +0.240234375000 0.177734375000 0.123046875000 0.082519531250 +0.066406250000 0.080078125000 0.097167968750 0.121582031250 +0.139648437500 0.152343750000 0.164062500000 0.173828125000 +0.160156250000 0.148437500000 0.120605468750 0.094726562500 +0.082519531250 0.062500000000 0.049072265625 0.055664062500 +0.091796875000 0.155273437500 0.219726562500 0.291015625000 +0.351562500000 0.421875000000 0.470703125000 0.523437500000 +0.558593750000 0.562500000000 0.539062500000 0.542968750000 +0.527343750000 0.494140625000 0.453125000000 0.416015625000 +0.392578125000 0.392578125000 0.398437500000 0.392578125000 +0.400390625000 0.394531250000 0.396484375000 0.375000000000 +0.322265625000 0.277343750000 0.259765625000 0.216796875000 +0.177734375000 0.133789062500 0.071289062500 0.049072265625 +0.040283203125 0.022583007812 0.000000000000 0.000000000000 +0.000000000000 0.001823425293 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.012084960938 +0.062988281250 0.125976562500 0.150390625000 0.134765625000 +0.100585937500 0.057617187500 0.013854980469 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.060546875000 0.172851562500 +0.292968750000 0.404296875000 0.474609375000 0.550781250000 +0.597656250000 0.625000000000 0.617187500000 0.542968750000 +0.458984375000 0.347656250000 0.196289062500 0.051025390625 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.042724609375 +0.107910156250 0.142578125000 0.156250000000 0.147460937500 +0.088867187500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.025390625000 0.071289062500 +0.101562500000 0.099121093750 0.051757812500 0.009033203125 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.129882812500 0.159179687500 0.188476562500 0.173828125000 +0.204101562500 0.203125000000 0.201171875000 0.227539062500 +0.234375000000 0.239257812500 0.218750000000 0.201171875000 +0.211914062500 0.183593750000 0.153320312500 0.119628906250 +0.112792968750 0.092773437500 0.087402343750 0.054931640625 +0.035156250000 0.022460937500 0.035156250000 0.040039062500 +0.051757812500 0.045166015625 0.055175781250 0.050781250000 +0.047363281250 0.034667968750 0.004760742188 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.011840820312 +0.000000000000 0.015991210938 0.003219604492 0.024169921875 +0.004394531250 0.009765625000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.043701171875 0.122070312500 0.178710937500 0.205078125000 +0.211914062500 0.204101562500 0.176757812500 0.135742187500 +0.054687500000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.004577636719 0.016113281250 0.016113281250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.025634765625 +0.042480468750 0.046875000000 0.026367187500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.017822265625 0.050537109375 0.080078125000 +0.076660156250 0.057128906250 0.036621093750 0.015747070312 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.029785156250 0.076660156250 +0.133789062500 0.182617187500 0.227539062500 0.292968750000 +0.333984375000 0.361328125000 0.371093750000 0.386718750000 +0.373046875000 0.365234375000 0.357421875000 0.345703125000 +0.306640625000 0.314453125000 0.302734375000 0.306640625000 +0.291015625000 0.316406250000 0.333984375000 0.371093750000 +0.365234375000 0.378906250000 0.355468750000 0.359375000000 +0.330078125000 0.304687500000 0.257812500000 0.208984375000 +0.174804687500 0.107910156250 0.096191406250 0.059082031250 +0.082519531250 0.047851562500 0.072753906250 0.070312500000 +0.115722656250 0.111328125000 0.129882812500 0.117187500000 +0.120605468750 0.098632812500 0.075195312500 0.043945312500 +0.013488769531 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.011657714844 0.043457031250 0.092773437500 0.135742187500 +0.169921875000 0.190429687500 0.188476562500 0.181640625000 +0.165039062500 0.146484375000 0.109863281250 0.035644531250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.009948730469 0.040771484375 0.086914062500 +0.090820312500 0.081542968750 0.050537109375 0.021606445312 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000530242920 0.059814453125 +0.110839843750 0.161132812500 0.176757812500 0.206054687500 +0.184570312500 0.189453125000 0.141601562500 0.129882812500 +0.076171875000 0.054443359375 0.001350402832 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.013061523438 0.032226562500 +0.028564453125 0.038330078125 0.005218505859 0.015991210938 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.008056640625 +0.098632812500 0.138671875000 0.198242187500 0.185546875000 +0.218750000000 0.186523437500 0.143554687500 0.110839843750 +0.085937500000 0.053222656250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.004150390625 +0.075195312500 0.138671875000 0.181640625000 0.257812500000 +0.296875000000 0.355468750000 0.400390625000 0.396484375000 +0.402343750000 0.361328125000 0.318359375000 0.253906250000 +0.216796875000 0.128906250000 0.049072265625 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.024047851562 0.044433593750 0.073242187500 0.066894531250 +0.065429687500 0.034667968750 0.003448486328 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.008911132812 +0.020263671875 0.026000976562 0.032714843750 0.040527343750 +0.016479492188 0.004394531250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.002075195312 +0.017944335938 0.071289062500 0.066406250000 0.063476562500 +0.088378906250 0.100097656250 0.052734375000 0.009582519531 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.031005859375 0.103515625000 0.140625000000 0.173828125000 +0.206054687500 0.219726562500 0.201171875000 0.166992187500 +0.126953125000 0.054931640625 0.000530242920 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.011230468750 +0.001502990723 0.042236328125 0.027832031250 0.032958984375 +0.033203125000 0.029541015625 0.025024414062 0.010681152344 +0.021240234375 0.028320312500 0.037597656250 0.045898437500 +0.074707031250 0.088867187500 0.125000000000 0.148437500000 +0.192382812500 0.216796875000 0.233398437500 0.222656250000 +0.228515625000 0.223632812500 0.166015625000 0.098632812500 +0.032226562500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.023559570312 0.026611328125 +0.071289062500 0.071777343750 0.088378906250 0.115722656250 +0.150390625000 0.159179687500 0.169921875000 0.208984375000 +0.204101562500 0.210937500000 0.226562500000 0.212890625000 +0.142578125000 0.099609375000 0.049804687500 0.004089355469 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.004882812500 0.045166015625 0.066406250000 0.087402343750 +0.059814453125 0.055175781250 0.046630859375 0.049560546875 +0.012939453125 0.000000000000 0.015380859375 0.010314941406 +0.008850097656 0.005676269531 0.027099609375 0.058349609375 +0.070800781250 0.107910156250 0.128906250000 0.188476562500 +0.214843750000 0.224609375000 0.248046875000 0.255859375000 +0.237304687500 0.224609375000 0.197265625000 0.173828125000 +0.114746093750 0.049316406250 0.013061523438 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.026245117188 0.073730468750 0.118164062500 +0.164062500000 0.199218750000 0.181640625000 0.165039062500 +0.131835937500 0.111328125000 0.089355468750 0.048095703125 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.034179687500 0.072753906250 +0.104492187500 0.108886718750 0.108398437500 0.103515625000 +0.067871093750 0.050781250000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.074707031250 0.128906250000 0.196289062500 +0.223632812500 0.255859375000 0.245117187500 0.255859375000 +0.226562500000 0.183593750000 0.104492187500 0.055908203125 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.016357421875 +0.069335937500 0.104980468750 0.123535156250 0.107421875000 +0.140625000000 0.110351562500 0.056640625000 0.012939453125 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.026611328125 0.077636718750 0.125000000000 +0.182617187500 0.225585937500 0.263671875000 0.292968750000 +0.310546875000 0.316406250000 0.285156250000 0.269531250000 +0.267578125000 0.241210937500 0.232421875000 0.208984375000 +0.232421875000 0.229492187500 0.244140625000 0.269531250000 +0.289062500000 0.310546875000 0.332031250000 0.349609375000 +0.363281250000 0.359375000000 0.351562500000 0.324218750000 +0.285156250000 0.238281250000 0.174804687500 0.138671875000 +0.102050781250 0.060791015625 0.017333984375 0.003967285156 +0.000000000000 0.018554687500 0.040283203125 0.087890625000 +0.106933593750 0.144531250000 0.176757812500 0.213867187500 +0.207031250000 0.191406250000 0.178710937500 0.155273437500 +0.132812500000 0.071777343750 0.060791015625 0.008117675781 +0.014892578125 0.006713867188 0.034912109375 0.073242187500 +0.097656250000 0.159179687500 0.196289062500 0.296875000000 +0.312500000000 0.343750000000 0.371093750000 0.388671875000 +0.400390625000 0.375000000000 0.386718750000 0.332031250000 +0.326171875000 0.261718750000 0.277343750000 0.218750000000 +0.202148437500 0.167968750000 0.169921875000 0.141601562500 +0.163085937500 0.193359375000 0.204101562500 0.209960937500 +0.192382812500 0.218750000000 0.200195312500 0.177734375000 +0.123046875000 0.081054687500 0.015991210938 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.053466796875 0.173828125000 0.291015625000 +0.373046875000 0.447265625000 0.498046875000 0.515625000000 +0.542968750000 0.523437500000 0.472656250000 0.408203125000 +0.343750000000 0.271484375000 0.190429687500 0.102539062500 +0.031738281250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.013610839844 +0.071289062500 0.103515625000 0.153320312500 0.170898437500 +0.210937500000 0.225585937500 0.227539062500 0.220703125000 +0.206054687500 0.202148437500 0.172851562500 0.141601562500 +0.105957031250 0.099121093750 0.076660156250 0.051269531250 +0.037841796875 0.043701171875 0.031738281250 0.025634765625 +0.036132812500 0.038330078125 0.051269531250 0.049804687500 +0.095214843750 0.118164062500 0.146484375000 0.171875000000 +0.229492187500 0.255859375000 0.316406250000 0.341796875000 +0.400390625000 0.429687500000 0.466796875000 0.470703125000 +0.484375000000 0.482421875000 0.468750000000 0.437500000000 +0.406250000000 0.359375000000 0.304687500000 0.259765625000 +0.172851562500 0.106445312500 0.059326171875 0.033935546875 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.006256103516 +0.016479492188 0.029907226562 0.014282226562 0.003784179688 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.004425048828 0.029052734375 0.088867187500 0.128906250000 +0.183593750000 0.200195312500 0.209960937500 0.225585937500 +0.200195312500 0.167968750000 0.116699218750 0.094726562500 +0.056152343750 0.027954101562 0.000000000000 0.000000000000 +0.000000000000 0.006469726562 0.000000000000 0.019897460938 +0.000000000000 0.021728515625 0.003570556641 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.015441894531 +0.054443359375 0.074218750000 0.059814453125 0.066406250000 +0.057128906250 0.048583984375 0.021850585938 0.013977050781 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.024291992188 0.062255859375 0.132812500000 +0.171875000000 0.228515625000 0.267578125000 0.318359375000 +0.351562500000 0.367187500000 0.359375000000 0.353515625000 +0.349609375000 0.333984375000 0.292968750000 0.247070312500 +0.204101562500 0.155273437500 0.111328125000 0.057861328125 +0.008789062500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.026733398438 +0.219726562500 0.308593750000 0.378906250000 0.100097656250 +0.093750000000 0.086425781250 0.046386718750 0.053710937500 +0.021850585938 0.032958984375 0.073730468750 0.063476562500 +0.082519531250 0.094238281250 0.080078125000 0.094238281250 +0.057861328125 0.001251220703 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.016235351562 0.071777343750 +0.098632812500 0.112792968750 0.139648437500 0.097656250000 +0.039794921875 0.009216308594 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.039306640625 0.107910156250 0.154296875000 0.210937500000 +0.190429687500 0.145507812500 0.045410156250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.002868652344 0.107421875000 0.206054687500 0.244140625000 +0.314453125000 0.378906250000 0.386718750000 0.349609375000 +0.306640625000 0.173828125000 0.083496093750 0.019653320312 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.006286621094 0.013000488281 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.120117187500 +0.131835937500 0.098144531250 0.119140625000 0.085449218750 +0.062255859375 0.017578125000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.018920898438 +0.066406250000 0.082031250000 0.049560546875 0.015625000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.092285156250 +0.165039062500 0.248046875000 0.289062500000 0.257812500000 +0.257812500000 0.174804687500 0.141601562500 0.059814453125 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.050048828125 +0.070800781250 0.098144531250 0.112792968750 0.122558593750 +0.045166015625 0.002487182617 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.063964843750 0.029052734375 0.048095703125 +0.037109375000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.007415771484 +0.000000000000 0.022338867188 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.011047363281 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.021362304688 0.071777343750 0.101074218750 0.067871093750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.028808593750 0.105468750000 0.200195312500 +0.279296875000 0.332031250000 0.357421875000 0.269531250000 +0.255859375000 0.173828125000 0.087402343750 0.045898437500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.111816406250 0.150390625000 0.178710937500 +0.177734375000 0.201171875000 0.172851562500 0.185546875000 +0.118652343750 0.033691406250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.042236328125 +0.045654296875 0.066406250000 0.085449218750 0.022460937500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.061767578125 0.080566406250 +0.134765625000 0.149414062500 0.147460937500 0.120117187500 +0.102539062500 0.018920898438 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.016967773438 +0.051513671875 0.087402343750 0.111816406250 0.068359375000 +0.079589843750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.062500000000 0.126953125000 0.136718750000 0.112304687500 +0.050048828125 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.027587890625 0.116699218750 +0.130859375000 0.136718750000 0.087402343750 0.064453125000 +0.021850585938 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.018798828125 0.023071289062 0.086425781250 +0.098144531250 0.094726562500 0.097656250000 0.033691406250 +0.002517700195 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.028320312500 +0.031250000000 0.096679687500 0.119140625000 0.166992187500 +0.142578125000 0.105468750000 0.067382812500 0.064453125000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.067382812500 0.092285156250 0.174804687500 +0.200195312500 0.200195312500 0.170898437500 0.088867187500 +0.020629882812 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.018310546875 0.066894531250 0.102050781250 +0.129882812500 0.145507812500 0.152343750000 0.105957031250 +0.100585937500 0.055175781250 0.010070800781 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.007476806641 0.039794921875 0.051025390625 +0.077636718750 0.085937500000 0.117675781250 0.138671875000 +0.145507812500 0.182617187500 0.227539062500 0.248046875000 +0.247070312500 0.257812500000 0.238281250000 0.223632812500 +0.162109375000 0.101562500000 0.007812500000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.016235351562 0.059326171875 +0.095214843750 0.114257812500 0.116210937500 0.106445312500 +0.079589843750 0.016967773438 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.006530761719 0.093261718750 0.133789062500 0.179687500000 +0.225585937500 0.248046875000 0.279296875000 0.279296875000 +0.279296875000 0.283203125000 0.243164062500 0.205078125000 +0.197265625000 0.144531250000 0.105957031250 0.067871093750 +0.031738281250 0.054199218750 0.018066406250 0.029174804688 +0.029785156250 0.052001953125 0.062988281250 0.081054687500 +0.117675781250 0.090332031250 0.100585937500 0.117187500000 +0.096679687500 0.048583984375 0.047851562500 0.023071289062 +0.015747070312 0.000000000000 0.023925781250 0.021118164062 +0.048095703125 0.084472656250 0.153320312500 0.192382812500 +0.210937500000 0.255859375000 0.289062500000 0.271484375000 +0.232421875000 0.220703125000 0.149414062500 0.081054687500 +0.026489257812 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.033935546875 0.106933593750 +0.133789062500 0.182617187500 0.154296875000 0.173828125000 +0.102050781250 0.046630859375 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.001586914062 0.060791015625 +0.094238281250 0.122070312500 0.137695312500 0.114746093750 +0.102539062500 0.074218750000 0.015991210938 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.022949218750 0.038085937500 0.063964843750 +0.052734375000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.028442382812 +0.139648437500 0.212890625000 0.211914062500 0.242187500000 +0.243164062500 0.193359375000 0.139648437500 0.073730468750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.050292968750 +0.069335937500 0.058593750000 0.075683593750 0.077636718750 +0.019897460938 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.019897460938 +0.068359375000 0.112792968750 0.164062500000 0.158203125000 +0.139648437500 0.139648437500 0.117675781250 0.075195312500 +0.033203125000 0.011169433594 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.057128906250 +0.093750000000 0.136718750000 0.207031250000 0.227539062500 +0.265625000000 0.261718750000 0.243164062500 0.197265625000 +0.161132812500 0.079101562500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.029296875000 0.082519531250 0.126953125000 0.141601562500 +0.117187500000 0.081054687500 0.051513671875 0.007507324219 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.020629882812 0.068847656250 0.141601562500 0.225585937500 +0.273437500000 0.292968750000 0.308593750000 0.320312500000 +0.310546875000 0.306640625000 0.261718750000 0.257812500000 +0.242187500000 0.221679687500 0.204101562500 0.210937500000 +0.205078125000 0.225585937500 0.225585937500 0.239257812500 +0.243164062500 0.223632812500 0.209960937500 0.162109375000 +0.102050781250 0.077636718750 0.054687500000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.006622314453 0.071289062500 +0.114257812500 0.178710937500 0.218750000000 0.201171875000 +0.175781250000 0.126953125000 0.095703125000 0.005035400391 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.032470703125 0.099609375000 0.153320312500 0.166015625000 +0.143554687500 0.153320312500 0.094726562500 0.037353515625 +0.002655029297 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.109863281250 0.208007812500 0.253906250000 0.306640625000 +0.357421875000 0.347656250000 0.367187500000 0.300781250000 +0.265625000000 0.211914062500 0.117187500000 0.071777343750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.074707031250 0.134765625000 0.160156250000 +0.192382812500 0.197265625000 0.143554687500 0.125000000000 +0.053222656250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.022705078125 +0.066406250000 0.145507812500 0.194335937500 0.216796875000 +0.217773437500 0.198242187500 0.182617187500 0.137695312500 +0.072265625000 0.008972167969 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.025878906250 0.072265625000 0.051513671875 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.064941406250 0.130859375000 0.196289062500 +0.163085937500 0.138671875000 0.071777343750 0.009277343750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.004699707031 0.099121093750 +0.156250000000 0.202148437500 0.227539062500 0.227539062500 +0.190429687500 0.131835937500 0.061523437500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.052001953125 +0.088378906250 0.089843750000 0.091796875000 0.064941406250 +0.037597656250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.022583007812 0.100585937500 0.164062500000 0.221679687500 +0.221679687500 0.213867187500 0.177734375000 0.105957031250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.024902343750 0.052734375000 0.105957031250 +0.139648437500 0.165039062500 0.143554687500 0.157226562500 +0.154296875000 0.122070312500 0.110351562500 0.071289062500 +0.037841796875 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.005523681641 0.027587890625 0.030517578125 0.031982421875 +0.006530761719 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.016113281250 +0.068359375000 0.107421875000 0.117675781250 0.107421875000 +0.043212890625 0.005706787109 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.078125000000 0.137695312500 0.202148437500 0.249023437500 +0.277343750000 0.292968750000 0.281250000000 0.273437500000 +0.251953125000 0.236328125000 0.215820312500 0.198242187500 +0.174804687500 0.159179687500 0.141601562500 0.123535156250 +0.095214843750 0.095214843750 0.039550781250 0.009216308594 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.018310546875 +0.022949218750 0.075195312500 0.108886718750 0.152343750000 +0.157226562500 0.224609375000 0.206054687500 0.218750000000 +0.261718750000 0.243164062500 0.236328125000 0.190429687500 +0.225585937500 0.170898437500 0.145507812500 0.131835937500 +0.086914062500 0.066894531250 0.016235351562 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.012756347656 +0.083007812500 0.097167968750 0.172851562500 0.208007812500 +0.200195312500 0.225585937500 0.204101562500 0.194335937500 +0.149414062500 0.140625000000 0.121093750000 0.077148437500 +0.052978515625 0.047363281250 0.036621093750 0.058593750000 +0.077636718750 0.108886718750 0.122558593750 0.155273437500 +0.203125000000 0.231445312500 0.250000000000 0.216796875000 +0.230468750000 0.214843750000 0.195312500000 0.152343750000 +0.107421875000 0.080566406250 0.076171875000 0.058593750000 +0.010192871094 0.030029296875 0.051025390625 0.051025390625 +0.064941406250 0.086425781250 0.089355468750 0.083496093750 +0.080566406250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.071289062500 0.117187500000 +0.189453125000 0.244140625000 0.242187500000 0.222656250000 +0.187500000000 0.155273437500 0.052490234375 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.034179687500 0.099121093750 0.164062500000 +0.203125000000 0.222656250000 0.208007812500 0.159179687500 +0.071777343750 0.029174804688 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.011108398438 +0.048583984375 0.052490234375 0.055664062500 0.055908203125 +0.007507324219 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.063476562500 +0.128906250000 0.164062500000 0.166015625000 0.174804687500 +0.128906250000 0.045654296875 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.042968750000 +0.111816406250 0.183593750000 0.213867187500 0.257812500000 +0.287109375000 0.302734375000 0.300781250000 0.308593750000 +0.265625000000 0.240234375000 0.215820312500 0.180664062500 +0.130859375000 0.106933593750 0.070800781250 0.019409179688 +0.000000000000 0.028564453125 0.019897460938 0.042968750000 +0.067382812500 0.098144531250 0.098144531250 0.127929687500 +0.126953125000 0.154296875000 0.147460937500 0.145507812500 +0.101562500000 0.078125000000 0.025024414062 0.012023925781 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.049560546875 0.061035156250 0.092773437500 0.109863281250 +0.114257812500 0.112304687500 0.147460937500 0.134765625000 +0.136718750000 0.123046875000 0.132812500000 0.104492187500 +0.080566406250 0.072753906250 0.053222656250 0.035888671875 +0.010009765625 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.006378173828 +0.086914062500 0.120605468750 0.128906250000 0.125000000000 +0.072265625000 0.051025390625 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.012084960938 0.010742187500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.038818359375 0.113281250000 +0.115234375000 0.191406250000 0.234375000000 0.269531250000 +0.267578125000 0.285156250000 0.259765625000 0.212890625000 +0.186523437500 0.142578125000 0.095214843750 0.053466796875 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.007019042969 +0.055419921875 0.054443359375 0.060058593750 0.020874023438 +0.032226562500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.020751953125 +0.000000000000 0.005096435547 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.001640319824 0.041259765625 0.090820312500 0.127929687500 +0.140625000000 0.153320312500 0.156250000000 0.114746093750 +0.070800781250 0.022338867188 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.016235351562 0.077148437500 0.093261718750 +0.104980468750 0.118652343750 0.125976562500 0.104003906250 +0.100097656250 0.071777343750 0.024780273438 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.015991210938 +0.041015625000 0.102539062500 0.156250000000 0.204101562500 +0.214843750000 0.216796875000 0.213867187500 0.172851562500 +0.125976562500 0.123535156250 0.062500000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.038574218750 0.074707031250 0.089843750000 0.104492187500 +0.073730468750 0.026245117188 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.049804687500 0.065429687500 +0.100585937500 0.088867187500 0.006072998047 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.046630859375 0.094726562500 +0.138671875000 0.148437500000 0.133789062500 0.093750000000 +0.053466796875 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.016235351562 0.112792968750 0.166015625000 0.227539062500 +0.259765625000 0.302734375000 0.335937500000 0.337890625000 +0.339843750000 0.312500000000 0.285156250000 0.275390625000 +0.234375000000 0.179687500000 0.139648437500 0.072265625000 +0.050781250000 0.057373046875 0.059082031250 0.069824218750 +0.051025390625 0.052734375000 0.111328125000 0.080078125000 +0.035888671875 0.034667968750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.020385742188 0.015319824219 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.048583984375 0.129882812500 0.186523437500 +0.250000000000 0.271484375000 0.245117187500 0.220703125000 +0.175781250000 0.040771484375 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.028930664062 +0.113769531250 0.162109375000 0.199218750000 0.214843750000 +0.204101562500 0.189453125000 0.184570312500 0.171875000000 +0.147460937500 0.107910156250 0.093261718750 0.085449218750 +0.070800781250 0.054199218750 0.086425781250 0.108398437500 +0.112304687500 0.128906250000 0.138671875000 0.133789062500 +0.111328125000 0.092773437500 0.065429687500 0.008789062500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.029052734375 0.113769531250 0.140625000000 +0.162109375000 0.190429687500 0.173828125000 0.158203125000 +0.135742187500 0.098144531250 0.069824218750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.031250000000 0.093750000000 +0.121582031250 0.180664062500 0.189453125000 0.157226562500 +0.166992187500 0.092773437500 0.054687500000 0.033691406250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.001281738281 0.056640625000 0.035644531250 0.046386718750 +0.036132812500 0.006286621094 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.004547119141 0.053955078125 0.066406250000 +0.109863281250 0.119628906250 0.154296875000 0.138671875000 +0.126953125000 0.083007812500 0.018066406250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.038818359375 0.133789062500 0.181640625000 +0.227539062500 0.245117187500 0.250000000000 0.214843750000 +0.197265625000 0.128906250000 0.048583984375 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.039062500000 +0.070312500000 0.085449218750 0.050537109375 0.043457031250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.055419921875 0.150390625000 0.245117187500 0.269531250000 +0.296875000000 0.267578125000 0.226562500000 0.135742187500 +0.017333984375 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.031127929688 +0.054199218750 0.069824218750 0.054687500000 0.055419921875 +0.025146484375 0.027954101562 0.000000000000 0.017578125000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.034423828125 0.103515625000 0.124023437500 0.124023437500 +0.125976562500 0.080566406250 0.002548217773 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.049316406250 0.130859375000 0.273437500000 0.349609375000 +0.388671875000 0.398437500000 0.373046875000 0.353515625000 +0.281250000000 0.217773437500 0.147460937500 0.041992187500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.050048828125 0.157226562500 +0.206054687500 0.261718750000 0.277343750000 0.234375000000 +0.195312500000 0.135742187500 0.055664062500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.050781250000 0.120605468750 0.056640625000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.066406250000 0.108886718750 0.190429687500 +0.207031250000 0.234375000000 0.211914062500 0.200195312500 +0.159179687500 0.079589843750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.041748046875 0.110839843750 0.149414062500 +0.167968750000 0.208007812500 0.191406250000 0.181640625000 +0.195312500000 0.188476562500 0.175781250000 0.184570312500 +0.182617187500 0.133789062500 0.088378906250 0.052978515625 +0.016601562500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.048095703125 0.054931640625 0.099121093750 +0.083496093750 0.057861328125 0.024169921875 0.007568359375 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.001525878906 0.000000000000 0.064941406250 0.101562500000 +0.120605468750 0.121582031250 0.116210937500 0.125000000000 +0.111816406250 0.095214843750 0.100585937500 0.098632812500 +0.022827148438 0.010498046875 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.062988281250 0.063964843750 0.075683593750 +0.087402343750 0.102539062500 0.085937500000 0.075195312500 +0.034423828125 0.038574218750 0.006927490234 0.016967773438 +0.008911132812 0.024414062500 0.034912109375 0.057861328125 +0.092285156250 0.113769531250 0.095703125000 0.117675781250 +0.104980468750 0.053710937500 0.013000488281 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.063476562500 0.113769531250 +0.116210937500 0.136718750000 0.136718750000 0.068359375000 +0.029663085938 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.003067016602 0.083007812500 0.128906250000 +0.186523437500 0.194335937500 0.205078125000 0.218750000000 +0.186523437500 0.145507812500 0.110839843750 0.044189453125 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.035888671875 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.029418945312 0.024047851562 0.029418945312 +0.111816406250 0.106933593750 0.121582031250 0.102539062500 +0.062500000000 0.011108398438 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.057861328125 +0.083007812500 0.113281250000 0.242187500000 0.241210937500 +0.201171875000 0.171875000000 0.108398437500 0.014221191406 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.027465820312 0.030395507812 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.023681640625 0.063476562500 0.138671875000 +0.168945312500 0.216796875000 0.228515625000 0.251953125000 +0.238281250000 0.231445312500 0.142578125000 0.120117187500 +0.073242187500 0.026245117188 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.043945312500 0.125976562500 0.130859375000 0.170898437500 +0.165039062500 0.171875000000 0.163085937500 0.144531250000 +0.065917968750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.007324218750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.015258789062 0.084472656250 +0.117675781250 0.163085937500 0.193359375000 0.174804687500 +0.164062500000 0.142578125000 0.061523437500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.068359375000 0.164062500000 0.188476562500 +0.229492187500 0.275390625000 0.259765625000 0.245117187500 +0.251953125000 0.236328125000 0.225585937500 0.176757812500 +0.177734375000 0.154296875000 0.131835937500 0.111816406250 +0.141601562500 0.120117187500 0.152343750000 0.166015625000 +0.171875000000 0.183593750000 0.176757812500 0.145507812500 +0.128906250000 0.084472656250 0.018798828125 0.039062500000 +0.014038085938 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.061035156250 0.097167968750 0.135742187500 0.160156250000 +0.140625000000 0.108398437500 0.019287109375 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.105957031250 0.167968750000 0.190429687500 0.216796875000 +0.207031250000 0.126953125000 0.065917968750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.100097656250 0.192382812500 0.209960937500 +0.219726562500 0.255859375000 0.247070312500 0.240234375000 +0.207031250000 0.140625000000 0.066406250000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.046630859375 0.113769531250 0.139648437500 0.174804687500 +0.153320312500 0.137695312500 0.089843750000 0.017089843750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.073730468750 +0.178710937500 0.218750000000 0.257812500000 0.277343750000 +0.302734375000 0.271484375000 0.208984375000 0.199218750000 +0.137695312500 0.084960937500 0.013183593750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.022094726562 0.076660156250 +0.119628906250 0.127929687500 0.105957031250 0.086425781250 +0.061523437500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000046730042 0.085937500000 0.125000000000 0.157226562500 +0.183593750000 0.124511718750 0.060058593750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.029541015625 0.108398437500 +0.171875000000 0.234375000000 0.245117187500 0.242187500000 +0.253906250000 0.171875000000 0.090820312500 0.025024414062 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.002410888672 +0.005767822266 0.035156250000 0.040283203125 0.042724609375 +0.000656127930 0.007354736328 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.028930664062 0.075683593750 0.132812500000 0.135742187500 +0.154296875000 0.143554687500 0.097167968750 0.035888671875 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.013244628906 +0.102539062500 0.135742187500 0.178710937500 0.171875000000 +0.159179687500 0.110351562500 0.120117187500 0.123535156250 +0.065917968750 0.057373046875 0.016723632812 0.007995605469 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.022338867188 0.088378906250 +0.139648437500 0.144531250000 0.106445312500 0.068847656250 +0.000881195068 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.052734375000 +0.136718750000 0.203125000000 0.230468750000 0.201171875000 +0.174804687500 0.102539062500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.056884765625 0.095214843750 0.124023437500 +0.160156250000 0.151367187500 0.132812500000 0.078125000000 +0.056884765625 0.030273437500 0.027099609375 0.004394531250 +0.018188476562 0.020751953125 0.015319824219 0.006225585938 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.074707031250 0.086914062500 0.150390625000 0.164062500000 +0.167968750000 0.192382812500 0.212890625000 0.222656250000 +0.159179687500 0.147460937500 0.093261718750 0.066406250000 +0.021484375000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.027343750000 +0.110839843750 0.233398437500 0.289062500000 0.318359375000 +0.359375000000 0.333984375000 0.320312500000 0.259765625000 +0.237304687500 0.171875000000 0.113281250000 0.059326171875 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.004577636719 0.025512695312 +0.081054687500 0.142578125000 0.185546875000 0.242187500000 +0.241210937500 0.229492187500 0.198242187500 0.190429687500 +0.150390625000 0.123535156250 0.035644531250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.025878906250 0.038574218750 +0.055664062500 0.042968750000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.031494140625 0.035400390625 +0.080566406250 0.062988281250 0.007812500000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.037841796875 0.126953125000 +0.196289062500 0.213867187500 0.186523437500 0.108886718750 +0.022338867188 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.003463745117 +0.075195312500 0.059326171875 0.026977539062 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.049072265625 0.014221191406 0.087890625000 +0.113769531250 0.126953125000 0.117675781250 0.047119140625 +0.070800781250 0.003387451172 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.023681640625 0.079589843750 +0.085449218750 0.066894531250 0.039306640625 0.013732910156 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.082519531250 0.117187500000 0.174804687500 +0.191406250000 0.166015625000 0.142578125000 0.084472656250 +0.045166015625 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.012512207031 +0.014526367188 0.000000000000 0.003112792969 0.008178710938 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.031738281250 0.025146484375 +0.023437500000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.085937500000 0.105468750000 0.131835937500 +0.039306640625 0.032714843750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.001533508301 0.059326171875 0.073242187500 +0.094238281250 0.007781982422 0.011108398438 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.004791259766 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.072265625000 0.083496093750 0.062500000000 +0.074218750000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.025390625000 0.043212890625 +0.079101562500 0.084960937500 0.098632812500 0.081542968750 +0.070312500000 0.032958984375 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.052490234375 0.117187500000 0.126953125000 0.123535156250 +0.154296875000 0.110351562500 0.140625000000 0.076660156250 +0.079101562500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000690460205 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.008789062500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.046386718750 +0.104003906250 0.109375000000 0.098632812500 0.087402343750 +0.052734375000 0.009338378906 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.010437011719 +0.032226562500 0.050292968750 0.065917968750 0.001358032227 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.103515625000 0.105957031250 0.074218750000 +0.052734375000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.024169921875 0.021728515625 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.061279296875 0.190429687500 0.183593750000 0.234375000000 +0.138671875000 0.041992187500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.008422851562 0.043701171875 0.069335937500 0.096191406250 +0.082031250000 0.031250000000 0.036621093750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.019897460938 +0.061523437500 0.049804687500 0.046875000000 0.053710937500 +0.036865234375 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.034667968750 +0.095214843750 0.072265625000 0.081542968750 0.116210937500 +0.119628906250 0.138671875000 0.109375000000 0.093750000000 +0.105957031250 0.085449218750 0.056884765625 0.009582519531 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.004760742188 0.006927490234 0.000000000000 +0.021240234375 0.005859375000 0.011108398438 0.049072265625 +0.014465332031 0.045898437500 0.050537109375 0.071777343750 +0.068847656250 0.076660156250 0.046386718750 0.035888671875 +0.034912109375 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.012512207031 +0.056152343750 0.095703125000 0.012756347656 0.018676757812 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.033691406250 0.094726562500 0.102050781250 +0.162109375000 0.168945312500 0.130859375000 0.132812500000 +0.023071289062 0.009399414062 0.010253906250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.029907226562 0.068359375000 +0.088378906250 0.079589843750 0.026367187500 0.007019042969 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.036376953125 0.017333984375 0.034423828125 +0.021118164062 0.000000000000 0.000000000000 0.000000000000 +0.006805419922 0.000000000000 0.000000000000 0.044677734375 +0.025024414062 0.031250000000 0.041503906250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.008789062500 +0.022827148438 0.058105468750 0.051757812500 0.031494140625 +0.020019531250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.059082031250 0.150390625000 0.230468750000 +0.277343750000 0.281250000000 0.255859375000 0.213867187500 +0.116699218750 0.020019531250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.038085937500 0.044677734375 +0.049316406250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.024902343750 0.073730468750 +0.091308593750 0.084472656250 0.066894531250 0.029296875000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.014709472656 0.034423828125 +0.056884765625 0.059570312500 0.046630859375 0.021606445312 +0.016601562500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.004058837891 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.004547119141 +0.047119140625 0.079589843750 0.102539062500 0.151367187500 +0.155273437500 0.171875000000 0.194335937500 0.194335937500 +0.200195312500 0.207031250000 0.204101562500 0.152343750000 +0.107910156250 0.095214843750 0.064941406250 0.051513671875 +0.063964843750 0.057617187500 0.080566406250 0.102539062500 +0.120605468750 0.141601562500 0.157226562500 0.165039062500 +0.179687500000 0.146484375000 0.122558593750 0.077636718750 +0.017700195312 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.027465820312 0.072265625000 0.111816406250 +0.090332031250 0.124023437500 0.099121093750 0.086425781250 +0.054931640625 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.002166748047 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.004302978516 0.037841796875 0.079589843750 +0.075195312500 0.077636718750 0.068847656250 0.026489257812 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.027832031250 +0.072753906250 0.103515625000 0.146484375000 0.147460937500 +0.127929687500 0.103515625000 0.108398437500 0.061279296875 +0.046875000000 0.005615234375 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.033203125000 0.086425781250 0.123535156250 0.149414062500 +0.163085937500 0.145507812500 0.097167968750 0.093750000000 +0.017700195312 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.073730468750 +0.109863281250 0.166992187500 0.209960937500 0.188476562500 +0.217773437500 0.215820312500 0.187500000000 0.179687500000 +0.117675781250 0.034423828125 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.032958984375 0.048095703125 +0.032714843750 0.031127929688 0.018066406250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.030273437500 0.087402343750 +0.100097656250 0.098144531250 0.098144531250 0.039306640625 +0.002975463867 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.016845703125 +0.053710937500 0.044433593750 0.026367187500 0.004486083984 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.033447265625 0.081054687500 0.080078125000 +0.097167968750 0.114746093750 0.098632812500 0.090332031250 +0.047119140625 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.013305664062 0.038574218750 0.045410156250 +0.043457031250 0.055175781250 0.051269531250 0.059326171875 +0.047607421875 0.051269531250 0.010192871094 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.031982421875 0.058593750000 0.066406250000 0.060546875000 +0.004211425781 0.016113281250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.005859375000 +0.007934570312 0.035644531250 0.094726562500 0.097656250000 +0.070800781250 0.099121093750 0.042724609375 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000064373016 0.010253906250 0.014526367188 +0.029785156250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.006347656250 +0.044677734375 0.052490234375 0.101562500000 0.103027343750 +0.121093750000 0.135742187500 0.097167968750 0.069335937500 +0.056396484375 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.009094238281 0.056152343750 0.076171875000 +0.108886718750 0.132812500000 0.135742187500 0.151367187500 +0.158203125000 0.120605468750 0.118164062500 0.045410156250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.021118164062 +0.000000000000 0.012145996094 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.027465820312 +0.053710937500 0.055419921875 0.072753906250 0.076660156250 +0.055419921875 0.020629882812 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.033447265625 0.080078125000 0.103027343750 0.099609375000 +0.124023437500 0.075195312500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.012878417969 0.077148437500 +0.158203125000 0.198242187500 0.251953125000 0.283203125000 +0.259765625000 0.220703125000 0.179687500000 0.134765625000 +0.108398437500 0.060791015625 0.061767578125 0.048828125000 +0.014404296875 0.023071289062 0.016235351562 0.052978515625 +0.057617187500 0.076171875000 0.110351562500 0.132812500000 +0.137695312500 0.147460937500 0.141601562500 0.116699218750 +0.073242187500 0.029174804688 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.061523437500 0.098144531250 +0.129882812500 0.114257812500 0.103027343750 0.067871093750 +0.012817382812 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.051025390625 0.136718750000 +0.214843750000 0.249023437500 0.324218750000 0.294921875000 +0.314453125000 0.283203125000 0.213867187500 0.167968750000 +0.088867187500 0.050537109375 0.000062465668 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.004943847656 0.075195312500 0.103515625000 0.108886718750 +0.111328125000 0.061035156250 0.006134033203 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.022338867188 0.153320312500 +0.236328125000 0.341796875000 0.388671875000 0.390625000000 +0.419921875000 0.355468750000 0.310546875000 0.261718750000 +0.178710937500 0.125000000000 0.059326171875 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.029785156250 0.063964843750 0.126953125000 0.147460937500 +0.162109375000 0.170898437500 0.162109375000 0.142578125000 +0.104980468750 0.058837890625 0.018188476562 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.010498046875 0.038085937500 0.062500000000 0.098632812500 +0.137695312500 0.141601562500 0.180664062500 0.203125000000 +0.201171875000 0.228515625000 0.211914062500 0.209960937500 +0.193359375000 0.184570312500 0.156250000000 0.130859375000 +0.104492187500 0.095703125000 0.057128906250 0.058349609375 +0.012573242188 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.012451171875 0.028686523438 0.032714843750 +0.042968750000 0.070800781250 0.073242187500 0.073242187500 +0.039062500000 0.003967285156 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.016113281250 +0.065917968750 0.095703125000 0.133789062500 0.144531250000 +0.203125000000 0.204101562500 0.210937500000 0.219726562500 +0.190429687500 0.194335937500 0.161132812500 0.130859375000 +0.066406250000 0.029296875000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000637054443 +0.000000000000 0.006622314453 0.000000000000 0.010803222656 +0.030151367188 0.000000000000 0.031127929688 0.020751953125 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.028930664062 +0.065917968750 0.062500000000 0.042236328125 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.020874023438 +0.068359375000 0.093261718750 0.079589843750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.111816406250 0.196289062500 0.234375000000 +0.279296875000 0.243164062500 0.206054687500 0.127929687500 +0.037353515625 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.084960937500 0.188476562500 0.230468750000 0.279296875000 +0.306640625000 0.312500000000 0.263671875000 0.199218750000 +0.098144531250 0.012390136719 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.023559570312 +0.100097656250 0.137695312500 0.119628906250 0.104492187500 +0.088378906250 0.009216308594 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.042968750000 +0.096679687500 0.111328125000 0.159179687500 0.138671875000 +0.085937500000 0.024169921875 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.001670837402 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.019653320312 0.101562500000 0.162109375000 0.207031250000 +0.220703125000 0.215820312500 0.194335937500 0.169921875000 +0.118652343750 0.091796875000 0.041992187500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.025146484375 0.056396484375 0.084960937500 +0.078125000000 0.056884765625 0.045654296875 0.037841796875 +0.016479492188 0.008300781250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.014343261719 0.019775390625 0.014953613281 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.029174804688 0.081542968750 0.110839843750 +0.163085937500 0.163085937500 0.183593750000 0.188476562500 +0.119628906250 0.058349609375 0.013854980469 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.027099609375 0.000000000000 0.001281738281 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.025878906250 +0.077636718750 0.122070312500 0.169921875000 0.181640625000 +0.198242187500 0.244140625000 0.228515625000 0.203125000000 +0.160156250000 0.119140625000 0.061279296875 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.019775390625 +0.062988281250 0.107421875000 0.131835937500 0.120605468750 +0.142578125000 0.129882812500 0.085937500000 0.038818359375 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.026367187500 +0.036621093750 0.036865234375 0.013366699219 0.016479492188 +0.012145996094 0.000429153442 0.000000000000 0.001945495605 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.022827148438 +0.035400390625 0.052246093750 0.054443359375 0.020629882812 +0.022705078125 0.006591796875 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.029052734375 0.115722656250 +0.152343750000 0.166992187500 0.141601562500 0.100585937500 +0.031494140625 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.021484375000 0.047851562500 0.066894531250 +0.061279296875 0.018554687500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.001937866211 +0.019897460938 0.062011718750 0.100585937500 0.144531250000 +0.173828125000 0.185546875000 0.202148437500 0.196289062500 +0.166015625000 0.137695312500 0.125000000000 0.095214843750 +0.054199218750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.045166015625 +0.094238281250 0.125976562500 0.164062500000 0.135742187500 +0.075683593750 0.050537109375 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.022460937500 0.021850585938 0.009704589844 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.007873535156 0.070312500000 +0.123535156250 0.162109375000 0.156250000000 0.153320312500 +0.105957031250 0.034667968750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.007629394531 +0.037353515625 0.068847656250 0.110351562500 0.098144531250 +0.060302734375 0.036865234375 0.025878906250 0.034912109375 +0.001861572266 0.027465820312 0.032470703125 0.025390625000 +0.025024414062 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.062988281250 +0.112792968750 0.163085937500 0.152343750000 0.192382812500 +0.130859375000 0.093261718750 0.007202148438 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.033447265625 0.066894531250 0.078613281250 +0.112792968750 0.163085937500 0.171875000000 0.188476562500 +0.184570312500 0.153320312500 0.088867187500 0.064941406250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.017211914062 0.063476562500 0.047607421875 +0.037109375000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.050537109375 0.100097656250 0.124023437500 0.145507812500 +0.136718750000 0.131835937500 0.077148437500 0.024047851562 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.105468750000 0.162109375000 0.213867187500 0.237304687500 +0.196289062500 0.096191406250 0.007537841797 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.033935546875 0.164062500000 +0.267578125000 0.306640625000 0.271484375000 0.216796875000 +0.136718750000 0.020019531250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.035400390625 +0.043945312500 0.070312500000 0.086425781250 0.076660156250 +0.055419921875 0.024291992188 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.079101562500 0.102539062500 0.104492187500 0.086914062500 +0.050781250000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.067382812500 0.166015625000 +0.273437500000 0.351562500000 0.431640625000 0.468750000000 +0.417968750000 0.363281250000 0.271484375000 0.190429687500 +0.100097656250 0.022827148438 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.076171875000 0.146484375000 +0.199218750000 0.226562500000 0.197265625000 0.165039062500 +0.102539062500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.002731323242 0.000000000000 0.000000000000 0.000000000000 +0.115234375000 0.130859375000 0.000000000000 0.002883911133 +0.011352539062 0.005340576172 0.001190185547 0.012756347656 +0.072265625000 0.042968750000 0.080078125000 0.120605468750 +0.095703125000 0.090820312500 0.082031250000 0.049804687500 +0.040283203125 0.008789062500 0.012145996094 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.042480468750 0.052490234375 +0.049316406250 0.101562500000 0.014709472656 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.020996093750 0.063964843750 0.002182006836 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.004089355469 0.074218750000 0.080078125000 0.120605468750 +0.182617187500 0.163085937500 0.169921875000 0.146484375000 +0.092285156250 0.099121093750 0.030395507812 0.000000000000 +0.018432617188 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.048095703125 0.087402343750 +0.120605468750 0.140625000000 0.112304687500 0.137695312500 +0.097656250000 0.065917968750 0.001296997070 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.052490234375 +0.072265625000 0.117675781250 0.109863281250 0.115722656250 +0.117675781250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.083496093750 +0.114257812500 0.096679687500 0.132812500000 0.167968750000 +0.121582031250 0.115722656250 0.065429687500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.053955078125 0.025512695312 0.036621093750 0.088867187500 +0.046875000000 0.053710937500 0.022949218750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.017456054688 0.017211914062 +0.033203125000 0.079101562500 0.040771484375 0.000000000000 +0.002212524414 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.070800781250 0.088378906250 +0.163085937500 0.124511718750 0.087890625000 0.095214843750 +0.092285156250 0.004791259766 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.065429687500 +0.068359375000 0.109863281250 0.108886718750 0.119628906250 +0.128906250000 0.065917968750 0.038330078125 0.020263671875 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.018432617188 0.001426696777 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.023803710938 0.042968750000 +0.060302734375 0.082519531250 0.099609375000 0.091796875000 +0.052490234375 0.062988281250 0.022827148438 0.076171875000 +0.074707031250 0.030883789062 0.052246093750 0.069824218750 +0.017944335938 0.043212890625 0.004852294922 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.001480102539 +0.031738281250 0.031494140625 0.080566406250 0.090820312500 +0.045166015625 0.091796875000 0.093750000000 0.019165039062 +0.000000000000 0.018188476562 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.019775390625 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.032958984375 0.072265625000 0.114746093750 0.082519531250 +0.067871093750 0.028320312500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.003097534180 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.008728027344 0.074218750000 0.066894531250 +0.087890625000 0.026367187500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.034912109375 0.052978515625 +0.066406250000 0.126953125000 0.146484375000 0.114257812500 +0.131835937500 0.110839843750 0.094726562500 0.079101562500 +0.071289062500 0.054199218750 0.061279296875 0.035888671875 +0.085937500000 0.062988281250 0.087890625000 0.122070312500 +0.116210937500 0.115234375000 0.134765625000 0.083007812500 +0.094238281250 0.005859375000 0.017333984375 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.035888671875 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.011901855469 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.042968750000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.014953613281 +0.093750000000 0.109375000000 0.116210937500 0.191406250000 +0.134765625000 0.099121093750 0.076171875000 0.003875732422 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.024291992188 0.029052734375 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.024047851562 0.026611328125 0.010314941406 0.046630859375 +0.014953613281 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.013610839844 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.004058837891 0.000000000000 0.002868652344 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.025268554688 +0.062988281250 0.080566406250 0.069824218750 0.126953125000 +0.047119140625 0.067382812500 0.046875000000 0.026123046875 +0.026367187500 0.000000000000 0.000000000000 0.026733398438 +0.000000000000 0.009033203125 0.027587890625 0.018676757812 +0.065429687500 0.056884765625 0.093261718750 0.091308593750 +0.087890625000 0.049316406250 0.057373046875 0.016967773438 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.006103515625 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.049804687500 0.075195312500 0.143554687500 +0.167968750000 0.197265625000 0.191406250000 0.186523437500 +0.125000000000 0.132812500000 0.079101562500 0.053222656250 +0.000000000000 0.005218505859 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.007019042969 +0.042480468750 0.008483886719 0.026489257812 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.040771484375 0.149414062500 +0.190429687500 0.255859375000 0.255859375000 0.279296875000 +0.257812500000 0.226562500000 0.186523437500 0.153320312500 +0.037597656250 0.028198242188 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.002624511719 0.041259765625 +0.000000000000 0.030761718750 0.012268066406 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.014465332031 0.006652832031 0.048339843750 +0.059570312500 0.104980468750 0.101562500000 0.144531250000 +0.113281250000 0.189453125000 0.125976562500 0.159179687500 +0.162109375000 0.106445312500 0.166015625000 0.093750000000 +0.115234375000 0.051025390625 0.051269531250 0.005920410156 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.054199218750 0.081542968750 0.100585937500 +0.116210937500 0.130859375000 0.146484375000 0.119140625000 +0.138671875000 0.045654296875 0.048095703125 0.052001953125 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.109863281250 0.044189453125 +0.000000000000 0.027465820312 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.079589843750 0.211914062500 +0.289062500000 0.294921875000 0.207031250000 0.144531250000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.025024414062 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.001358032227 0.052978515625 0.096191406250 0.124023437500 +0.174804687500 0.187500000000 0.171875000000 0.110839843750 +0.052246093750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.017456054688 0.071777343750 0.061279296875 +0.088378906250 0.063964843750 0.058837890625 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.006072998047 0.049560546875 +0.060546875000 0.076660156250 0.073242187500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.043945312500 0.042724609375 +0.049804687500 0.020019531250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.015563964844 0.078613281250 +0.106445312500 0.111328125000 0.057373046875 0.059814453125 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.040283203125 0.117187500000 0.197265625000 0.238281250000 +0.296875000000 0.263671875000 0.271484375000 0.201171875000 +0.097656250000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.030151367188 0.045410156250 +0.029418945312 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.067382812500 0.080566406250 +0.057128906250 0.035156250000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.039062500000 0.067382812500 +0.101074218750 0.062500000000 0.054687500000 0.038818359375 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.041748046875 0.076660156250 0.136718750000 +0.146484375000 0.088378906250 0.047363281250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.025146484375 0.054687500000 0.135742187500 0.159179687500 +0.174804687500 0.128906250000 0.070312500000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.012939453125 +0.022583007812 0.063476562500 0.085449218750 0.042480468750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.018310546875 +0.062011718750 0.050781250000 0.075683593750 0.003387451172 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.087890625000 +0.172851562500 0.239257812500 0.312500000000 0.267578125000 +0.273437500000 0.175781250000 0.149414062500 0.019531250000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.035400390625 0.126953125000 0.122070312500 0.137695312500 +0.125976562500 0.016113281250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.020507812500 +0.158203125000 0.335937500000 0.466796875000 0.480468750000 +0.498046875000 0.449218750000 0.394531250000 0.298828125000 +0.175781250000 0.091308593750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.011291503906 +0.053955078125 0.059326171875 0.004791259766 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.004699707031 +0.003768920898 0.000000000000 0.000000000000 0.054199218750 +0.055175781250 0.083984375000 0.070312500000 0.104492187500 +0.118164062500 0.141601562500 0.103515625000 0.130859375000 +0.116210937500 0.130859375000 0.061035156250 0.054687500000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.024536132812 0.049316406250 +0.138671875000 0.140625000000 0.184570312500 0.176757812500 +0.165039062500 0.162109375000 0.121093750000 0.034179687500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.011901855469 0.000000000000 0.046875000000 0.042968750000 +0.045410156250 0.068359375000 0.023437500000 0.017211914062 +0.018676757812 0.012573242188 0.000000000000 0.000000000000 +0.011779785156 0.013732910156 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.065429687500 0.124511718750 0.156250000000 0.154296875000 +0.079589843750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.001533508301 0.088378906250 +0.102050781250 0.074707031250 0.011108398438 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.023437500000 0.072753906250 0.109375000000 0.108398437500 +0.046142578125 0.003692626953 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.035888671875 +0.066406250000 0.105957031250 0.078613281250 0.070800781250 +0.013366699219 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.007385253906 +0.101562500000 0.160156250000 0.244140625000 0.236328125000 +0.165039062500 0.189453125000 0.126953125000 0.013854980469 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.013244628906 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.084960937500 0.081542968750 +0.055908203125 0.004913330078 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.058837890625 +0.132812500000 0.216796875000 0.294921875000 0.292968750000 +0.298828125000 0.220703125000 0.120117187500 0.011840820312 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.043945312500 0.074218750000 0.105468750000 0.082031250000 +0.024047851562 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.011291503906 0.003387451172 +0.042968750000 0.106445312500 0.056396484375 0.019531250000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.018066406250 0.082519531250 +0.113281250000 0.147460937500 0.150390625000 0.121582031250 +0.035644531250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.060546875000 0.079589843750 0.089843750000 0.112792968750 +0.062500000000 0.045654296875 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.031127929688 0.026855468750 0.038574218750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.048095703125 +0.144531250000 0.183593750000 0.197265625000 0.223632812500 +0.193359375000 0.176757812500 0.050292968750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.012512207031 0.024902343750 +0.037597656250 0.080566406250 0.055908203125 0.034667968750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.028198242188 0.029663085938 0.056640625000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.043212890625 0.058593750000 0.144531250000 +0.109375000000 0.103027343750 0.053222656250 0.027587890625 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.045166015625 0.145507812500 0.206054687500 0.248046875000 +0.209960937500 0.197265625000 0.134765625000 0.068359375000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.003082275391 0.107910156250 +0.219726562500 0.283203125000 0.314453125000 0.316406250000 +0.300781250000 0.302734375000 0.214843750000 0.156250000000 +0.028320312500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.060302734375 0.084960937500 +0.173828125000 0.191406250000 0.219726562500 0.237304687500 +0.225585937500 0.195312500000 0.144531250000 0.082031250000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.017944335938 0.017578125000 0.003860473633 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.034912109375 0.082519531250 +0.127929687500 0.153320312500 0.130859375000 0.122070312500 +0.068359375000 0.041015625000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.017211914062 0.004791259766 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.010437011719 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.052001953125 0.000984191895 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.058837890625 0.126953125000 +0.098632812500 0.113769531250 0.065917968750 0.021118164062 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.001152038574 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.028686523438 +0.090820312500 0.110839843750 0.103027343750 0.072265625000 +0.021850585938 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.047119140625 0.010681152344 0.036621093750 +0.118652343750 0.067382812500 0.084472656250 0.117187500000 +0.017700195312 0.025024414062 0.043212890625 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.039794921875 +0.039062500000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.031494140625 0.098144531250 +0.124023437500 0.109375000000 0.121582031250 0.061035156250 +0.034179687500 0.006286621094 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.031982421875 +0.037109375000 0.094238281250 0.098632812500 0.060546875000 +0.017456054688 0.019042968750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.018310546875 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.022094726562 +0.086914062500 0.115234375000 0.142578125000 0.135742187500 +0.089843750000 0.109375000000 0.039794921875 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.008666992188 +0.011108398438 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.003402709961 0.010681152344 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.044189453125 +0.014831542969 0.029296875000 0.039062500000 0.006683349609 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.022705078125 0.009216308594 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.028686523438 0.036865234375 0.118164062500 0.115234375000 +0.119140625000 0.082519531250 0.066894531250 0.003936767578 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.013793945312 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.100585937500 0.166015625000 +0.146484375000 0.102539062500 0.056640625000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.019775390625 0.011230468750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.006988525391 0.000000000000 0.004455566406 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.025878906250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.031982421875 +0.072265625000 0.117675781250 0.154296875000 0.121582031250 +0.116699218750 0.104003906250 0.098632812500 0.037597656250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.012634277344 0.013854980469 0.060058593750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.005798339844 0.000000000000 0.000000000000 +0.263671875000 0.363281250000 0.417968750000 0.188476562500 +0.129882812500 0.129882812500 0.099121093750 0.119140625000 +0.111816406250 0.127929687500 0.154296875000 0.157226562500 +0.222656250000 0.200195312500 0.166015625000 0.200195312500 +0.166015625000 0.141601562500 0.102050781250 0.082519531250 +0.066406250000 0.044433593750 0.007751464844 0.000000000000 +0.000000000000 0.009887695312 0.038330078125 0.041748046875 +0.024169921875 0.002777099609 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.043212890625 0.139648437500 0.257812500000 0.265625000000 +0.322265625000 0.283203125000 0.292968750000 0.231445312500 +0.171875000000 0.085449218750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.023315429688 0.053222656250 +0.093261718750 0.099609375000 0.059570312500 0.034423828125 +0.013549804688 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.005737304688 +0.043457031250 0.045898437500 0.056884765625 0.072753906250 +0.035888671875 0.052001953125 0.011352539062 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.006805419922 0.046386718750 0.031982421875 0.048095703125 +0.049072265625 0.062255859375 0.021362304688 0.020751953125 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.009826660156 0.000000000000 0.023315429688 0.041992187500 +0.021850585938 0.012939453125 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.041992187500 0.090332031250 0.230468750000 +0.238281250000 0.263671875000 0.291015625000 0.316406250000 +0.242187500000 0.178710937500 0.107910156250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.021972656250 0.111816406250 +0.193359375000 0.308593750000 0.361328125000 0.396484375000 +0.416015625000 0.447265625000 0.449218750000 0.394531250000 +0.341796875000 0.263671875000 0.179687500000 0.096679687500 +0.024536132812 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.021362304688 0.052734375000 0.030761718750 +0.054931640625 0.000000000000 0.001197814941 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.008422851562 0.032470703125 0.038818359375 0.041992187500 +0.000000000000 0.009216308594 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.012084960938 0.050292968750 0.097656250000 +0.101562500000 0.055908203125 0.069335937500 0.005126953125 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.032226562500 0.028320312500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.019653320312 0.077636718750 +0.144531250000 0.129882812500 0.123046875000 0.077636718750 +0.014648437500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.033935546875 0.169921875000 0.223632812500 0.304687500000 +0.390625000000 0.406250000000 0.451171875000 0.392578125000 +0.386718750000 0.300781250000 0.233398437500 0.143554687500 +0.073730468750 0.003509521484 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.061767578125 0.121093750000 +0.205078125000 0.251953125000 0.220703125000 0.257812500000 +0.246093750000 0.188476562500 0.102539062500 0.020751953125 +0.003707885742 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.022216796875 0.025268554688 0.103027343750 +0.101562500000 0.086425781250 0.078125000000 0.095703125000 +0.032226562500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.009155273438 0.045166015625 0.083984375000 0.136718750000 +0.104003906250 0.142578125000 0.084472656250 0.066894531250 +0.032958984375 0.021972656250 0.027343750000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.013305664062 0.035156250000 0.045898437500 +0.003005981445 0.015869140625 0.018066406250 0.016113281250 +0.020751953125 0.000000000000 0.004272460938 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.013244628906 0.105957031250 +0.122558593750 0.172851562500 0.174804687500 0.133789062500 +0.085449218750 0.040039062500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.068359375000 0.190429687500 0.225585937500 0.308593750000 +0.347656250000 0.375000000000 0.373046875000 0.345703125000 +0.341796875000 0.223632812500 0.187500000000 0.124023437500 +0.019531250000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.020996093750 0.018920898438 0.011901855469 0.075683593750 +0.051269531250 0.033691406250 0.020996093750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.005798339844 0.033691406250 +0.056884765625 0.087890625000 0.101562500000 0.090332031250 +0.116210937500 0.122558593750 0.098144531250 0.121093750000 +0.095703125000 0.058837890625 0.052246093750 0.007202148438 +0.017089843750 0.000000000000 0.017333984375 0.000751495361 +0.000000000000 0.000556945801 0.060302734375 0.061279296875 +0.068359375000 0.088867187500 0.129882812500 0.140625000000 +0.096191406250 0.124023437500 0.046142578125 0.022460937500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.048583984375 0.138671875000 +0.164062500000 0.275390625000 0.259765625000 0.289062500000 +0.250000000000 0.255859375000 0.181640625000 0.140625000000 +0.099121093750 0.023681640625 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.026733398438 0.082519531250 +0.171875000000 0.224609375000 0.248046875000 0.275390625000 +0.302734375000 0.304687500000 0.273437500000 0.218750000000 +0.168945312500 0.083984375000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.012390136719 0.072265625000 0.037353515625 0.046875000000 +0.022827148438 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.076660156250 0.168945312500 +0.257812500000 0.271484375000 0.269531250000 0.211914062500 +0.131835937500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.089843750000 0.144531250000 0.229492187500 +0.246093750000 0.248046875000 0.249023437500 0.224609375000 +0.195312500000 0.165039062500 0.160156250000 0.171875000000 +0.191406250000 0.195312500000 0.212890625000 0.232421875000 +0.265625000000 0.221679687500 0.228515625000 0.182617187500 +0.135742187500 0.051269531250 0.027343750000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.018066406250 +0.023437500000 0.036132812500 0.024169921875 0.042480468750 +0.015869140625 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.049316406250 0.109863281250 0.218750000000 +0.246093750000 0.242187500000 0.259765625000 0.298828125000 +0.306640625000 0.259765625000 0.236328125000 0.207031250000 +0.173828125000 0.123535156250 0.122070312500 0.084960937500 +0.089843750000 0.084960937500 0.128906250000 0.147460937500 +0.144531250000 0.151367187500 0.118652343750 0.094238281250 +0.055419921875 0.039062500000 0.015869140625 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.024414062500 0.038085937500 0.001190185547 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.001098632812 0.095703125000 0.156250000000 +0.263671875000 0.337890625000 0.355468750000 0.376953125000 +0.380859375000 0.328125000000 0.271484375000 0.176757812500 +0.058105468750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.037109375000 0.097167968750 +0.096679687500 0.064453125000 0.022705078125 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.029907226562 0.058593750000 0.057128906250 +0.012634277344 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.002502441406 0.000000000000 +0.016235351562 0.013305664062 0.015441894531 0.017333984375 +0.006439208984 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.022460937500 0.077636718750 +0.155273437500 0.193359375000 0.210937500000 0.196289062500 +0.149414062500 0.063476562500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.042236328125 0.142578125000 +0.206054687500 0.229492187500 0.212890625000 0.187500000000 +0.131835937500 0.078613281250 0.006835937500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.004211425781 0.049072265625 0.100097656250 0.160156250000 +0.221679687500 0.228515625000 0.261718750000 0.248046875000 +0.205078125000 0.153320312500 0.142578125000 0.077148437500 +0.041259765625 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.012756347656 0.066894531250 0.053710937500 +0.049560546875 0.044921875000 0.015747070312 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.005828857422 0.070800781250 0.134765625000 +0.187500000000 0.213867187500 0.228515625000 0.211914062500 +0.207031250000 0.138671875000 0.089355468750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.043701171875 +0.122558593750 0.144531250000 0.177734375000 0.158203125000 +0.148437500000 0.131835937500 0.090332031250 0.004425048828 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.021362304688 +0.052734375000 0.049316406250 0.030761718750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.012756347656 0.034423828125 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000052213669 +0.067871093750 0.052001953125 0.045654296875 0.037841796875 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.049316406250 0.108886718750 0.190429687500 +0.204101562500 0.214843750000 0.245117187500 0.247070312500 +0.213867187500 0.156250000000 0.102050781250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.061035156250 0.130859375000 +0.147460937500 0.188476562500 0.175781250000 0.125976562500 +0.068359375000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.007995605469 0.061523437500 0.108886718750 0.145507812500 +0.166015625000 0.175781250000 0.161132812500 0.146484375000 +0.086914062500 0.028076171875 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.035400390625 0.080078125000 +0.122070312500 0.128906250000 0.104492187500 0.068359375000 +0.000766754150 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.054687500000 +0.109863281250 0.139648437500 0.132812500000 0.116699218750 +0.089843750000 0.070800781250 0.018066406250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.058837890625 0.141601562500 +0.175781250000 0.189453125000 0.180664062500 0.126953125000 +0.095214843750 0.064941406250 0.011108398438 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.002624511719 +0.017456054688 0.004089355469 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.049072265625 0.118164062500 +0.168945312500 0.189453125000 0.206054687500 0.162109375000 +0.149414062500 0.072265625000 0.014099121094 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.017089843750 0.060791015625 0.103515625000 0.126953125000 +0.129882812500 0.112792968750 0.078125000000 0.042968750000 +0.016967773438 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.001564025879 0.099609375000 0.155273437500 +0.215820312500 0.279296875000 0.337890625000 0.345703125000 +0.328125000000 0.287109375000 0.228515625000 0.150390625000 +0.080078125000 0.034667968750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.067871093750 0.159179687500 0.208984375000 +0.237304687500 0.237304687500 0.191406250000 0.141601562500 +0.064941406250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.018432617188 +0.025146484375 0.010803222656 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.035400390625 0.059326171875 0.061523437500 0.077148437500 +0.086914062500 0.039550781250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.022827148438 0.053955078125 +0.048095703125 0.039062500000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.073730468750 0.128906250000 0.167968750000 +0.179687500000 0.179687500000 0.165039062500 0.102539062500 +0.024169921875 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.008972167969 0.106445312500 0.137695312500 0.196289062500 +0.217773437500 0.209960937500 0.188476562500 0.126953125000 +0.083496093750 0.025756835938 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.040527343750 0.096679687500 0.146484375000 +0.187500000000 0.180664062500 0.174804687500 0.087890625000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.064453125000 0.107421875000 0.135742187500 +0.132812500000 0.087402343750 0.053222656250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.039306640625 0.090332031250 +0.122558593750 0.108886718750 0.068847656250 0.029785156250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.005035400391 0.024658203125 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.028686523438 +0.105468750000 0.176757812500 0.236328125000 0.296875000000 +0.306640625000 0.292968750000 0.239257812500 0.145507812500 +0.031738281250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.006072998047 0.076171875000 0.115234375000 0.137695312500 +0.147460937500 0.115722656250 0.111328125000 0.080566406250 +0.079589843750 0.033203125000 0.046142578125 0.005004882812 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.015502929688 0.042724609375 +0.040283203125 0.041992187500 0.034667968750 0.019042968750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.023803710938 0.075683593750 0.077636718750 0.081542968750 +0.082031250000 0.050292968750 0.030151367188 0.000915527344 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.019409179688 0.077148437500 0.105468750000 +0.123046875000 0.104492187500 0.107421875000 0.075683593750 +0.034912109375 0.006225585938 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.006805419922 0.046386718750 +0.117187500000 0.178710937500 0.211914062500 0.257812500000 +0.271484375000 0.310546875000 0.291015625000 0.265625000000 +0.208984375000 0.156250000000 0.094238281250 0.052490234375 +0.035888671875 0.006164550781 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.008544921875 0.050292968750 0.073242187500 0.069335937500 +0.099121093750 0.106445312500 0.114746093750 0.108398437500 +0.106445312500 0.089355468750 0.068359375000 0.053222656250 +0.044921875000 0.011535644531 0.011840820312 0.005920410156 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.058105468750 0.074218750000 0.103515625000 +0.157226562500 0.160156250000 0.150390625000 0.135742187500 +0.111328125000 0.078125000000 0.078613281250 0.061523437500 +0.046630859375 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.003021240234 0.012207031250 +0.025878906250 0.004211425781 0.003677368164 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.030517578125 0.059570312500 0.065917968750 +0.066894531250 0.048828125000 0.011291503906 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.024536132812 +0.027954101562 0.005310058594 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.004608154297 0.014160156250 +0.024169921875 0.008422851562 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.062988281250 0.072265625000 0.144531250000 0.168945312500 +0.179687500000 0.134765625000 0.096679687500 0.054931640625 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.029418945312 0.050781250000 0.032714843750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.006378173828 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.009094238281 0.095703125000 +0.079101562500 0.113769531250 0.064941406250 0.105957031250 +0.027587890625 0.015441894531 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.002685546875 0.011291503906 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.013732910156 +0.032226562500 0.002960205078 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.007995605469 0.027954101562 0.052246093750 +0.085937500000 0.098632812500 0.069824218750 0.009521484375 +0.020385742188 0.016235351562 0.045410156250 0.047119140625 +0.042968750000 0.025268554688 0.035888671875 0.023437500000 +0.054199218750 0.056640625000 0.000991821289 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.009277343750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.011291503906 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.002532958984 0.087402343750 +0.121582031250 0.127929687500 0.087890625000 0.137695312500 +0.071289062500 0.078613281250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.005218505859 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.007934570312 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.016723632812 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.059814453125 0.040039062500 0.040283203125 +0.000000000000 0.017089843750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.012207031250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.039550781250 0.120605468750 0.183593750000 0.205078125000 +0.193359375000 0.156250000000 0.149414062500 0.114746093750 +0.057128906250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.021972656250 +0.043457031250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.021118164062 0.210937500000 0.359375000000 0.492187500000 +0.605468750000 0.628906250000 0.570312500000 0.451171875000 +0.283203125000 0.052978515625 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.068847656250 0.182617187500 +0.285156250000 0.312500000000 0.267578125000 0.143554687500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.047119140625 0.104492187500 0.207031250000 +0.271484375000 0.322265625000 0.296875000000 0.265625000000 +0.240234375000 0.157226562500 0.100585937500 0.013366699219 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.062500000000 +0.089355468750 0.091308593750 0.081054687500 0.051757812500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.135742187500 0.244140625000 0.363281250000 +0.433593750000 0.451171875000 0.398437500000 0.320312500000 +0.238281250000 0.113769531250 0.051757812500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.090332031250 +0.179687500000 0.239257812500 0.263671875000 0.240234375000 +0.169921875000 0.111328125000 0.070800781250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.057373046875 0.124023437500 +0.146484375000 0.159179687500 0.104980468750 0.041503906250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.058105468750 +0.164062500000 0.203125000000 0.248046875000 0.203125000000 +0.142578125000 0.089843750000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.038085937500 0.126953125000 0.223632812500 +0.182617187500 0.170898437500 0.078613281250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.006439208984 0.133789062500 0.255859375000 0.351562500000 +0.425781250000 0.375000000000 0.339843750000 0.206054687500 +0.103027343750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.012451171875 0.120605468750 +0.140625000000 0.115234375000 0.038818359375 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.019287109375 0.068847656250 0.036132812500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.041992187500 0.093261718750 +0.127929687500 0.125000000000 0.107421875000 0.033691406250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.048583984375 0.114257812500 +0.161132812500 0.230468750000 0.238281250000 0.183593750000 +0.087890625000 0.008728027344 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.058837890625 0.153320312500 +0.200195312500 0.200195312500 0.169921875000 0.141601562500 +0.110839843750 0.035888671875 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.022705078125 +0.051269531250 0.084472656250 0.078125000000 0.100585937500 +0.071777343750 0.018676757812 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.045654296875 +0.129882812500 0.196289062500 0.289062500000 0.314453125000 +0.353515625000 0.316406250000 0.224609375000 0.098632812500 +0.007080078125 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.084472656250 0.179687500000 0.239257812500 +0.257812500000 0.251953125000 0.217773437500 0.116210937500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.006011962891 0.031494140625 0.058593750000 +0.054199218750 0.025634765625 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.066894531250 0.106933593750 0.060791015625 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.115722656250 0.217773437500 0.273437500000 +0.273437500000 0.231445312500 0.109375000000 0.028808593750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.074218750000 0.101074218750 0.096191406250 0.068847656250 +0.021972656250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.047851562500 0.143554687500 0.171875000000 0.205078125000 +0.180664062500 0.142578125000 0.086914062500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.038330078125 0.056640625000 +0.017944335938 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.174804687500 0.384765625000 0.515625000000 0.597656250000 +0.562500000000 0.486328125000 0.320312500000 0.086425781250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.078125000000 0.165039062500 0.196289062500 0.226562500000 +0.217773437500 0.171875000000 0.115234375000 0.024902343750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.025024414062 0.069824218750 +0.054199218750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.016479492188 0.136718750000 0.238281250000 0.279296875000 +0.289062500000 0.300781250000 0.298828125000 0.281250000000 +0.234375000000 0.178710937500 0.135742187500 0.079589843750 +0.041259765625 0.000000000000 0.000000000000 0.000000000000 +0.030639648438 0.023925781250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.044433593750 0.098144531250 0.069824218750 0.069335937500 +0.020874023438 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.064453125000 0.105468750000 +0.114257812500 0.119140625000 0.154296875000 0.147460937500 +0.143554687500 0.100585937500 0.001739501953 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.057128906250 0.100585937500 0.097167968750 +0.088378906250 0.107910156250 0.089355468750 0.071777343750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.013244628906 0.058349609375 +0.071777343750 0.099121093750 0.093261718750 0.097167968750 +0.067382812500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.018554687500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.003616333008 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.028686523438 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.015869140625 0.010070800781 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.062988281250 0.079101562500 0.105468750000 +0.047607421875 0.057617187500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.057861328125 +0.092773437500 0.142578125000 0.104980468750 0.078125000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.038085937500 0.046386718750 +0.066894531250 0.078125000000 0.054199218750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.021484375000 0.019775390625 0.125000000000 +0.067382812500 0.048095703125 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.024780273438 0.000000000000 0.032470703125 +0.032226562500 0.043212890625 0.016113281250 0.025146484375 +0.030273437500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.069824218750 0.065429687500 0.041992187500 0.009948730469 +0.053466796875 0.031982421875 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.010437011719 0.033691406250 +0.030761718750 0.003677368164 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.003616333008 0.027709960938 0.000000000000 0.018066406250 +0.022460937500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.026855468750 +0.028930664062 0.028320312500 0.021484375000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.024780273438 0.044189453125 0.010498046875 0.036621093750 +0.028808593750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.007049560547 +0.062500000000 0.072753906250 0.062988281250 0.069335937500 +0.084960937500 0.014526367188 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.069824218750 0.127929687500 0.182617187500 0.188476562500 +0.244140625000 0.205078125000 0.218750000000 0.090332031250 +0.063476562500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.026733398438 0.014831542969 0.047851562500 0.081054687500 +0.056152343750 0.033447265625 0.018188476562 0.008422851562 +0.000000000000 0.001380920410 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.051269531250 0.093261718750 +0.114746093750 0.096191406250 0.100585937500 0.061767578125 +0.017456054688 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.052978515625 0.084472656250 0.123535156250 0.122070312500 +0.120117187500 0.052490234375 0.035156250000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.047851562500 0.031250000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.017578125000 0.050292968750 +0.107910156250 0.067382812500 0.093750000000 0.068359375000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.017089843750 +0.047607421875 0.052246093750 0.046630859375 0.054931640625 +0.045166015625 0.031494140625 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.062011718750 +0.100097656250 0.103027343750 0.149414062500 0.159179687500 +0.113769531250 0.064453125000 0.024291992188 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.067382812500 0.094726562500 0.110839843750 +0.093261718750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.013854980469 0.087890625000 0.104492187500 +0.120117187500 0.080566406250 0.020019531250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.083984375000 0.167968750000 0.207031250000 0.210937500000 +0.165039062500 0.085937500000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.115234375000 +0.204101562500 0.265625000000 0.269531250000 0.207031250000 +0.103515625000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.011840820312 0.124511718750 +0.166992187500 0.149414062500 0.137695312500 0.034912109375 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.004852294922 0.045410156250 +0.074707031250 0.083496093750 0.087890625000 0.108886718750 +0.110351562500 0.138671875000 0.153320312500 0.155273437500 +0.121582031250 0.125976562500 0.130859375000 0.109863281250 +0.118652343750 0.133789062500 0.098632812500 0.069824218750 +0.063964843750 0.062988281250 0.054199218750 0.059082031250 +0.060791015625 0.068847656250 0.082519531250 0.119628906250 +0.128906250000 0.134765625000 0.142578125000 0.146484375000 +0.118652343750 0.083496093750 0.033691406250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.026733398438 0.082519531250 +0.101562500000 0.116210937500 0.157226562500 0.130859375000 +0.097656250000 0.023315429688 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.035156250000 0.014404296875 +0.000793457031 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.045654296875 0.046142578125 0.040771484375 +0.017944335938 0.024536132812 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.017944335938 0.021118164062 0.012512207031 0.000228881836 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.060058593750 0.111328125000 +0.127929687500 0.125976562500 0.079589843750 0.006774902344 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.012268066406 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.034179687500 +0.080566406250 0.106445312500 0.123535156250 0.150390625000 +0.154296875000 0.136718750000 0.148437500000 0.133789062500 +0.126953125000 0.089843750000 0.066406250000 0.007934570312 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.026977539062 0.069335937500 +0.118164062500 0.087890625000 0.052978515625 0.030151367188 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.068847656250 +0.161132812500 0.251953125000 0.320312500000 0.357421875000 +0.326171875000 0.261718750000 0.226562500000 0.154296875000 +0.092773437500 0.044921875000 0.013916015625 0.001953125000 +0.000000000000 0.000000000000 0.011047363281 0.028442382812 +0.037353515625 0.054443359375 0.077636718750 0.083984375000 +0.074707031250 0.056640625000 0.014160156250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.021484375000 +0.191406250000 0.298828125000 0.390625000000 0.435546875000 +0.437500000000 0.408203125000 0.304687500000 0.230468750000 +0.101074218750 0.012939453125 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.049804687500 +0.198242187500 0.291015625000 0.357421875000 0.380859375000 +0.375000000000 0.314453125000 0.275390625000 0.215820312500 +0.133789062500 0.061523437500 0.003509521484 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.059570312500 0.119140625000 +0.169921875000 0.195312500000 0.209960937500 0.135742187500 +0.061767578125 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.085449218750 +0.181640625000 0.248046875000 0.306640625000 0.330078125000 +0.330078125000 0.324218750000 0.277343750000 0.208007812500 +0.139648437500 0.048095703125 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.083007812500 +0.154296875000 0.193359375000 0.184570312500 0.141601562500 +0.087890625000 0.027099609375 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.063964843750 0.109375000000 +0.132812500000 0.140625000000 0.131835937500 0.155273437500 +0.133789062500 0.150390625000 0.113769531250 0.101074218750 +0.035156250000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.028320312500 0.113281250000 +0.208007812500 0.259765625000 0.318359375000 0.304687500000 +0.228515625000 0.171875000000 0.069335937500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.062255859375 0.157226562500 +0.204101562500 0.190429687500 0.119140625000 0.006500244141 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.100097656250 0.044189453125 0.000000000000 0.000000000000 +0.052978515625 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.041503906250 +0.134765625000 0.223632812500 0.265625000000 0.330078125000 +0.289062500000 0.238281250000 0.166015625000 0.058105468750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.053955078125 0.123046875000 0.195312500000 0.231445312500 +0.281250000000 0.306640625000 0.291015625000 0.259765625000 +0.212890625000 0.134765625000 0.054687500000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.042724609375 0.100097656250 0.101562500000 0.117187500000 +0.090332031250 0.059814453125 0.003417968750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.008483886719 +0.006011962891 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.012145996094 0.030273437500 +0.064941406250 0.063964843750 0.066894531250 0.025878906250 +0.015319824219 0.028198242188 0.012878417969 0.030883789062 +0.034667968750 0.001113891602 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.109863281250 +0.151367187500 0.169921875000 0.161132812500 0.144531250000 +0.068359375000 0.000526428223 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.042724609375 0.114746093750 0.139648437500 0.160156250000 +0.174804687500 0.168945312500 0.129882812500 0.081542968750 +0.035156250000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.038330078125 0.091308593750 +0.170898437500 0.236328125000 0.287109375000 0.271484375000 +0.217773437500 0.168945312500 0.063964843750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.025146484375 0.098632812500 0.104492187500 +0.138671875000 0.098632812500 0.005920410156 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.050537109375 0.137695312500 0.160156250000 0.198242187500 +0.204101562500 0.198242187500 0.169921875000 0.155273437500 +0.113769531250 0.048583984375 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.019287109375 0.069335937500 0.111816406250 +0.125000000000 0.105468750000 0.118652343750 0.051269531250 +0.028442382812 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.032958984375 0.008483886719 0.008483886719 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.048828125000 0.109863281250 0.149414062500 0.147460937500 +0.125976562500 0.106445312500 0.031982421875 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.038330078125 +0.059082031250 0.064453125000 0.081054687500 0.070800781250 +0.086425781250 0.114257812500 0.140625000000 0.115722656250 +0.089843750000 0.068847656250 0.060058593750 0.047119140625 +0.040039062500 0.042968750000 0.008422851562 0.000000000000 +0.018676757812 0.025878906250 0.010620117188 0.011901855469 +0.000000000000 0.005065917969 0.029541015625 0.030517578125 +0.049804687500 0.056884765625 0.013610839844 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.005523681641 0.052978515625 +0.082031250000 0.094238281250 0.086914062500 0.024169921875 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.110351562500 0.189453125000 0.257812500000 +0.261718750000 0.243164062500 0.209960937500 0.154296875000 +0.067382812500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.062011718750 0.077636718750 0.087890625000 0.102050781250 +0.083984375000 0.052734375000 0.052978515625 0.015869140625 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.020996093750 0.084472656250 0.112304687500 0.164062500000 +0.128906250000 0.136718750000 0.104003906250 0.009277343750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.014404296875 0.085449218750 0.126953125000 0.183593750000 +0.185546875000 0.215820312500 0.190429687500 0.153320312500 +0.113281250000 0.052246093750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.052246093750 0.121582031250 +0.183593750000 0.248046875000 0.238281250000 0.176757812500 +0.101074218750 0.010437011719 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.049560546875 0.141601562500 0.195312500000 +0.221679687500 0.190429687500 0.110351562500 0.061523437500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.068847656250 0.167968750000 0.189453125000 +0.200195312500 0.141601562500 0.049560546875 0.003814697266 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.020751953125 0.058349609375 0.070800781250 0.113281250000 +0.076171875000 0.049804687500 0.017211914062 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.051513671875 0.116210937500 0.113281250000 0.144531250000 +0.149414062500 0.166015625000 0.113281250000 0.075683593750 +0.027221679688 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.102050781250 +0.174804687500 0.261718750000 0.253906250000 0.217773437500 +0.128906250000 0.002731323242 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.017089843750 0.158203125000 0.232421875000 0.263671875000 +0.261718750000 0.208007812500 0.127929687500 0.020019531250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.005249023438 0.020507812500 +0.023925781250 0.033691406250 0.004577636719 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.027221679688 0.039550781250 0.026245117188 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.011596679688 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.031738281250 0.094726562500 0.146484375000 0.160156250000 +0.190429687500 0.228515625000 0.224609375000 0.185546875000 +0.160156250000 0.091796875000 0.030273437500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.014099121094 0.110351562500 0.188476562500 +0.255859375000 0.292968750000 0.328125000000 0.339843750000 +0.316406250000 0.269531250000 0.211914062500 0.151367187500 +0.059082031250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.054931640625 0.155273437500 0.239257812500 0.248046875000 +0.259765625000 0.207031250000 0.115722656250 0.030517578125 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.036376953125 0.097167968750 +0.150390625000 0.205078125000 0.248046875000 0.255859375000 +0.238281250000 0.221679687500 0.189453125000 0.125976562500 +0.060791015625 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.060546875000 0.133789062500 +0.177734375000 0.203125000000 0.218750000000 0.196289062500 +0.158203125000 0.107421875000 0.069824218750 0.026367187500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.016845703125 0.041503906250 +0.077636718750 0.117187500000 0.125976562500 0.116210937500 +0.110351562500 0.086425781250 0.066406250000 0.049804687500 +0.009887695312 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.027832031250 +0.088378906250 0.138671875000 0.173828125000 0.177734375000 +0.162109375000 0.143554687500 0.091308593750 0.027954101562 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.005828857422 +0.079101562500 0.148437500000 0.208007812500 0.257812500000 +0.302734375000 0.337890625000 0.371093750000 0.375000000000 +0.375000000000 0.365234375000 0.357421875000 0.343750000000 +0.324218750000 0.294921875000 0.255859375000 0.222656250000 +0.200195312500 0.180664062500 0.191406250000 0.195312500000 +0.198242187500 0.226562500000 0.255859375000 0.257812500000 +0.271484375000 0.277343750000 0.296875000000 0.304687500000 +0.285156250000 0.251953125000 0.227539062500 0.188476562500 +0.160156250000 0.126953125000 0.109863281250 0.089355468750 +0.067871093750 0.062255859375 0.076171875000 0.117187500000 +0.125000000000 0.158203125000 0.171875000000 0.186523437500 +0.211914062500 0.209960937500 0.212890625000 0.239257812500 +0.217773437500 0.213867187500 0.208007812500 0.196289062500 +0.180664062500 0.162109375000 0.160156250000 0.139648437500 +0.098144531250 0.076660156250 0.042480468750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.030761718750 0.080566406250 0.135742187500 0.147460937500 +0.141601562500 0.139648437500 0.113281250000 0.043457031250 +0.000177383423 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.023681640625 0.049560546875 0.061767578125 +0.072265625000 0.088378906250 0.083007812500 0.070800781250 +0.063964843750 0.045898437500 0.035400390625 0.038818359375 +0.043701171875 0.070800781250 0.105957031250 0.131835937500 +0.171875000000 0.196289062500 0.240234375000 0.279296875000 +0.308593750000 0.316406250000 0.318359375000 0.296875000000 +0.279296875000 0.263671875000 0.220703125000 0.181640625000 +0.140625000000 0.078125000000 0.025146484375 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.029296875000 +0.063964843750 0.084472656250 0.098632812500 0.110351562500 +0.093261718750 0.081054687500 0.044433593750 0.013244628906 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.011108398438 0.041748046875 +0.090332031250 0.091796875000 0.083007812500 0.086425781250 +0.076660156250 0.063476562500 0.058105468750 0.033447265625 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.009033203125 +0.047119140625 0.070312500000 0.105468750000 0.157226562500 +0.187500000000 0.199218750000 0.207031250000 0.202148437500 +0.173828125000 0.148437500000 0.119628906250 0.070800781250 +0.022460937500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.033203125000 0.080566406250 +0.109863281250 0.111328125000 0.121093750000 0.127929687500 +0.107910156250 0.097167968750 0.085937500000 0.058349609375 +0.026611328125 0.020263671875 0.026489257812 0.046142578125 +0.067871093750 0.103515625000 0.163085937500 0.193359375000 +0.211914062500 0.237304687500 0.242187500000 0.241210937500 +0.229492187500 0.193359375000 0.172851562500 0.132812500000 +0.077148437500 0.055175781250 0.029296875000 0.000000000000 +0.002014160156 0.012268066406 0.018798828125 0.017456054688 +0.034179687500 0.038085937500 0.022460937500 0.000253677368 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.004974365234 0.055419921875 0.082519531250 0.110839843750 +0.145507812500 0.126953125000 0.093750000000 0.048339843750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.029785156250 0.064941406250 +0.096191406250 0.107421875000 0.088867187500 0.041748046875 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.011291503906 0.023437500000 +0.043457031250 0.035156250000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.040283203125 +0.088867187500 0.127929687500 0.139648437500 0.125000000000 +0.125976562500 0.089843750000 0.059326171875 0.056640625000 +0.031494140625 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.011047363281 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.007781982422 0.036376953125 +0.055175781250 0.095703125000 0.173828125000 0.225585937500 +0.259765625000 0.300781250000 0.337890625000 0.375000000000 +0.390625000000 0.386718750000 0.384765625000 0.380859375000 +0.363281250000 0.339843750000 0.291015625000 0.241210937500 +0.186523437500 0.165039062500 0.181640625000 0.169921875000 +0.143554687500 0.147460937500 0.159179687500 0.178710937500 +0.159179687500 0.122070312500 0.117187500000 0.065429687500 +0.000073909760 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.032470703125 0.056152343750 0.052001953125 +0.037109375000 0.018798828125 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.057861328125 0.136718750000 +0.205078125000 0.257812500000 0.275390625000 0.283203125000 +0.269531250000 0.217773437500 0.136718750000 0.060058593750 +0.005798339844 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.079589843750 0.159179687500 0.218750000000 0.251953125000 +0.273437500000 0.271484375000 0.277343750000 0.292968750000 +0.287109375000 0.279296875000 0.257812500000 0.237304687500 +0.236328125000 0.224609375000 0.219726562500 0.233398437500 +0.243164062500 0.250000000000 0.265625000000 0.273437500000 +0.265625000000 0.249023437500 0.229492187500 0.200195312500 +0.147460937500 0.091796875000 0.048583984375 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.058349609375 0.122070312500 0.203125000000 +0.239257812500 0.245117187500 0.283203125000 0.287109375000 +0.277343750000 0.265625000000 0.243164062500 0.186523437500 +0.112792968750 0.051025390625 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.025756835938 0.090820312500 +0.152343750000 0.188476562500 0.235351562500 0.273437500000 +0.257812500000 0.259765625000 0.245117187500 0.213867187500 +0.201171875000 0.179687500000 0.138671875000 0.108886718750 +0.093261718750 0.088867187500 0.074707031250 0.079101562500 +0.089843750000 0.106933593750 0.122558593750 0.107421875000 +0.096191406250 0.078613281250 0.061767578125 0.036132812500 +0.039306640625 0.036132812500 0.026367187500 0.023681640625 +0.046142578125 0.082031250000 0.093750000000 0.121093750000 +0.153320312500 0.184570312500 0.203125000000 0.217773437500 +0.209960937500 0.210937500000 0.174804687500 0.116210937500 +0.072753906250 0.022583007812 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.057861328125 0.127929687500 0.200195312500 +0.263671875000 0.310546875000 0.337890625000 0.347656250000 +0.339843750000 0.326171875000 0.279296875000 0.225585937500 +0.175781250000 0.121093750000 0.067871093750 0.018676757812 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.019409179688 0.075195312500 +0.104492187500 0.112304687500 0.122558593750 0.115234375000 +0.096679687500 0.058349609375 0.006072998047 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.079101562500 0.160156250000 0.247070312500 +0.292968750000 0.316406250000 0.312500000000 0.279296875000 +0.209960937500 0.124023437500 0.024536132812 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.023803710938 0.088867187500 +0.119628906250 0.135742187500 0.170898437500 0.183593750000 +0.190429687500 0.178710937500 0.166992187500 0.149414062500 +0.161132812500 0.147460937500 0.137695312500 0.127929687500 +0.096191406250 0.080078125000 0.059326171875 0.025390625000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.042480468750 0.077636718750 0.115722656250 +0.114746093750 0.104980468750 0.085449218750 0.041503906250 +0.004486083984 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.086425781250 0.170898437500 0.265625000000 +0.333984375000 0.371093750000 0.396484375000 0.384765625000 +0.367187500000 0.320312500000 0.253906250000 0.194335937500 +0.114257812500 0.018798828125 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.004486083984 0.079101562500 +0.143554687500 0.186523437500 0.230468750000 0.253906250000 +0.223632812500 0.186523437500 0.160156250000 0.102050781250 +0.026367187500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.057617187500 0.076660156250 0.076660156250 0.069335937500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.028930664062 0.163085937500 0.251953125000 0.324218750000 +0.287109375000 0.253906250000 0.140625000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.062011718750 +0.176757812500 0.267578125000 0.326171875000 0.333984375000 +0.332031250000 0.281250000000 0.181640625000 0.057128906250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.038330078125 0.119628906250 +0.161132812500 0.135742187500 0.123535156250 0.059326171875 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.010192871094 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.059814453125 0.166992187500 0.245117187500 0.277343750000 +0.271484375000 0.232421875000 0.183593750000 0.113281250000 +0.050537109375 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.003448486328 0.020019531250 0.024414062500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.072753906250 +0.086425781250 0.079101562500 0.098632812500 0.092773437500 +0.045410156250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.035156250000 0.101074218750 0.145507812500 +0.174804687500 0.192382812500 0.205078125000 0.135742187500 +0.061279296875 0.013061523438 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.060791015625 0.075683593750 +0.085937500000 0.071289062500 0.042968750000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.002746582031 0.055175781250 +0.079101562500 0.102539062500 0.069335937500 0.032470703125 +0.012145996094 0.026733398438 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.021240234375 0.023315429688 +0.007324218750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.012756347656 0.129882812500 +0.182617187500 0.187500000000 0.165039062500 0.095214843750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.023437500000 0.076660156250 0.100097656250 +0.124023437500 0.119140625000 0.112792968750 0.039794921875 +0.002090454102 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.007659912109 0.100097656250 +0.158203125000 0.202148437500 0.199218750000 0.171875000000 +0.174804687500 0.105957031250 0.044677734375 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.051757812500 0.038330078125 0.020385742188 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.007812500000 0.112792968750 0.217773437500 +0.261718750000 0.300781250000 0.267578125000 0.195312500000 +0.124023437500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.030639648438 +0.055908203125 0.043945312500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.014404296875 +0.063476562500 0.091796875000 0.115234375000 0.072265625000 +0.013488769531 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.117675781250 0.167968750000 0.162109375000 +0.112304687500 0.002029418945 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.146484375000 0.308593750000 +0.386718750000 0.400390625000 0.332031250000 0.193359375000 +0.013000488281 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.049316406250 0.106933593750 +0.176757812500 0.176757812500 0.165039062500 0.062500000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.024902343750 0.166992187500 0.296875000000 +0.410156250000 0.503906250000 0.578125000000 0.535156250000 +0.431640625000 0.312500000000 0.171875000000 0.038574218750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.125976562500 0.233398437500 0.273437500000 +0.328125000000 0.273437500000 0.195312500000 0.097167968750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.028076171875 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.035644531250 0.062011718750 0.062988281250 +0.062988281250 0.008483886719 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.047851562500 0.067382812500 +0.057617187500 0.052978515625 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.028808593750 0.121582031250 0.166015625000 0.194335937500 +0.201171875000 0.173828125000 0.080078125000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.097167968750 0.296875000000 0.417968750000 +0.478515625000 0.472656250000 0.406250000000 0.257812500000 +0.113281250000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.050537109375 0.059326171875 +0.004852294922 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.026611328125 0.056640625000 0.068847656250 0.065429687500 +0.044433593750 0.029663085938 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.022338867188 0.060058593750 +0.097656250000 0.150390625000 0.210937500000 0.277343750000 +0.347656250000 0.427734375000 0.486328125000 0.527343750000 +0.574218750000 0.609375000000 0.613281250000 0.601562500000 +0.562500000000 0.519531250000 0.492187500000 0.482421875000 +0.472656250000 0.474609375000 0.492187500000 0.515625000000 +0.519531250000 0.527343750000 0.527343750000 0.535156250000 +0.519531250000 0.458984375000 0.400390625000 0.312500000000 +0.211914062500 0.121093750000 0.042968750000 0.011901855469 +0.000000000000 0.000000000000 0.002471923828 0.052978515625 +0.137695312500 0.186523437500 0.269531250000 0.306640625000 +0.314453125000 0.326171875000 0.263671875000 0.176757812500 +0.081054687500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.029663085938 0.103515625000 0.154296875000 0.178710937500 +0.195312500000 0.197265625000 0.209960937500 0.200195312500 +0.190429687500 0.168945312500 0.130859375000 0.113281250000 +0.063476562500 0.038818359375 0.018432617188 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.080078125000 +0.109375000000 0.135742187500 0.128906250000 0.052978515625 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.044189453125 +0.191406250000 0.316406250000 0.406250000000 0.490234375000 +0.503906250000 0.500000000000 0.490234375000 0.447265625000 +0.376953125000 0.283203125000 0.186523437500 0.083984375000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000804901123 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.012145996094 0.026855468750 0.031494140625 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.029785156250 +0.058349609375 0.093750000000 0.102050781250 0.085449218750 +0.075195312500 0.029174804688 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.027954101562 +0.124511718750 0.176757812500 0.210937500000 0.245117187500 +0.228515625000 0.183593750000 0.126953125000 0.023315429688 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.029418945312 +0.105468750000 0.159179687500 0.195312500000 0.255859375000 +0.296875000000 0.304687500000 0.279296875000 0.242187500000 +0.198242187500 0.133789062500 0.074707031250 0.035156250000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.037841796875 0.110839843750 +0.171875000000 0.226562500000 0.267578125000 0.281250000000 +0.294921875000 0.267578125000 0.212890625000 0.137695312500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.117187500000 0.231445312500 +0.347656250000 0.457031250000 0.515625000000 0.550781250000 +0.523437500000 0.498046875000 0.455078125000 0.417968750000 +0.390625000000 0.361328125000 0.349609375000 0.341796875000 +0.320312500000 0.328125000000 0.320312500000 0.324218750000 +0.357421875000 0.365234375000 0.388671875000 0.392578125000 +0.375000000000 0.328125000000 0.269531250000 0.200195312500 +0.106933593750 0.006286621094 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.042236328125 0.098632812500 0.144531250000 +0.137695312500 0.077148437500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.034179687500 0.209960937500 0.384765625000 0.550781250000 +0.675781250000 0.765625000000 0.785156250000 0.804687500000 +0.757812500000 0.675781250000 0.554687500000 0.419921875000 +0.253906250000 0.104003906250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.064453125000 +0.164062500000 0.253906250000 0.304687500000 0.283203125000 +0.218750000000 0.101074218750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.082519531250 0.304687500000 +0.498046875000 0.636718750000 0.746093750000 0.847656250000 +0.882812500000 0.875000000000 0.835937500000 0.746093750000 +0.644531250000 0.566406250000 0.445312500000 0.308593750000 +0.160156250000 0.052734375000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.063476562500 0.191406250000 0.292968750000 0.339843750000 +0.343750000000 0.322265625000 0.267578125000 0.171875000000 +0.083496093750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.114746093750 +0.208984375000 0.318359375000 0.384765625000 0.443359375000 +0.498046875000 0.539062500000 0.558593750000 0.562500000000 +0.554687500000 0.542968750000 0.500000000000 0.478515625000 +0.460937500000 0.447265625000 0.466796875000 0.443359375000 +0.449218750000 0.439453125000 0.431640625000 0.406250000000 +0.388671875000 0.357421875000 0.302734375000 0.233398437500 +0.132812500000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.047851562500 +0.120605468750 0.145507812500 0.128906250000 0.083007812500 +0.060058593750 0.005584716797 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.091796875000 +0.170898437500 0.265625000000 0.310546875000 0.386718750000 +0.466796875000 0.535156250000 0.582031250000 0.609375000000 +0.613281250000 0.585937500000 0.542968750000 0.457031250000 +0.335937500000 0.229492187500 0.098144531250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.006134033203 0.083007812500 +0.135742187500 0.202148437500 0.231445312500 0.251953125000 +0.206054687500 0.120605468750 0.020996093750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.117675781250 0.064453125000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.006744384766 +0.041259765625 0.018676757812 0.002593994141 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.043945312500 +0.124511718750 0.214843750000 0.250000000000 0.267578125000 +0.250000000000 0.181640625000 0.093261718750 0.009094238281 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.067382812500 0.139648437500 +0.165039062500 0.178710937500 0.147460937500 0.052001953125 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.037841796875 0.045654296875 0.058837890625 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.070800781250 0.063476562500 0.086425781250 +0.083496093750 0.093750000000 0.073242187500 0.056152343750 +0.002853393555 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.029785156250 0.055175781250 0.090332031250 0.072753906250 +0.077148437500 0.036621093750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.013793945312 +0.101562500000 0.189453125000 0.186523437500 0.211914062500 +0.176757812500 0.140625000000 0.077636718750 0.006103515625 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.039794921875 0.026000976562 0.088867187500 0.112304687500 +0.122070312500 0.087890625000 0.069824218750 0.009643554688 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.031127929688 0.098632812500 0.133789062500 +0.163085937500 0.173828125000 0.185546875000 0.184570312500 +0.181640625000 0.169921875000 0.149414062500 0.078125000000 +0.033935546875 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.014648437500 0.058837890625 0.056152343750 +0.073242187500 0.074218750000 0.067871093750 0.010314941406 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.069335937500 +0.099609375000 0.097167968750 0.036376953125 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.046142578125 +0.140625000000 0.229492187500 0.257812500000 0.314453125000 +0.312500000000 0.306640625000 0.267578125000 0.204101562500 +0.136718750000 0.030273437500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.111816406250 0.182617187500 0.204101562500 0.248046875000 +0.225585937500 0.207031250000 0.147460937500 0.090820312500 +0.045410156250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.007934570312 0.053222656250 +0.079589843750 0.080078125000 0.093750000000 0.101562500000 +0.092773437500 0.057617187500 0.001869201660 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.044433593750 0.076171875000 0.134765625000 +0.111816406250 0.104980468750 0.038085937500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.030883789062 0.063964843750 0.092285156250 +0.093750000000 0.070312500000 0.007080078125 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.033447265625 +0.087890625000 0.075683593750 0.091308593750 0.012207031250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.098144531250 0.150390625000 +0.163085937500 0.146484375000 0.085937500000 0.006256103516 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.002517700195 0.039550781250 0.030273437500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.072753906250 0.124511718750 +0.207031250000 0.220703125000 0.239257812500 0.203125000000 +0.173828125000 0.100097656250 0.028442382812 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.060302734375 0.130859375000 0.159179687500 +0.169921875000 0.128906250000 0.064941406250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.058105468750 0.125000000000 +0.143554687500 0.176757812500 0.168945312500 0.146484375000 +0.118652343750 0.087890625000 0.100097656250 0.109863281250 +0.095214843750 0.088867187500 0.067382812500 0.083496093750 +0.069824218750 0.056640625000 0.049072265625 0.026367187500 +0.014160156250 0.000000000000 0.000000000000 0.000000000000 +0.010192871094 0.022949218750 0.064453125000 0.083984375000 +0.082031250000 0.077636718750 0.088378906250 0.099609375000 +0.105957031250 0.081542968750 0.030029296875 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.001327514648 0.047607421875 0.107421875000 +0.116699218750 0.134765625000 0.126953125000 0.159179687500 +0.155273437500 0.152343750000 0.092773437500 0.080566406250 +0.045166015625 0.031005859375 0.026977539062 0.038085937500 +0.040527343750 0.076171875000 0.123535156250 0.105468750000 +0.073242187500 0.030395507812 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.046142578125 0.089843750000 0.130859375000 +0.109375000000 0.097656250000 0.058837890625 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.091308593750 0.179687500000 0.231445312500 0.291015625000 +0.343750000000 0.369140625000 0.322265625000 0.273437500000 +0.164062500000 0.054443359375 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.001258850098 +0.101074218750 0.167968750000 0.223632812500 0.223632812500 +0.166992187500 0.056396484375 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.072265625000 +0.122070312500 0.130859375000 0.086914062500 0.014892578125 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.151367187500 0.101562500000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.009521484375 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.038330078125 0.106933593750 0.148437500000 0.208007812500 +0.226562500000 0.253906250000 0.253906250000 0.238281250000 +0.222656250000 0.199218750000 0.149414062500 0.104980468750 +0.051025390625 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.057617187500 0.157226562500 0.240234375000 0.314453125000 +0.380859375000 0.412109375000 0.414062500000 0.392578125000 +0.341796875000 0.247070312500 0.145507812500 0.043701171875 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.065429687500 0.144531250000 +0.211914062500 0.251953125000 0.281250000000 0.269531250000 +0.251953125000 0.208984375000 0.150390625000 0.098632812500 +0.047851562500 0.014526367188 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.004211425781 0.039062500000 +0.101562500000 0.152343750000 0.194335937500 0.248046875000 +0.291015625000 0.314453125000 0.318359375000 0.345703125000 +0.326171875000 0.298828125000 0.267578125000 0.242187500000 +0.226562500000 0.208984375000 0.195312500000 0.192382812500 +0.208984375000 0.199218750000 0.208007812500 0.227539062500 +0.218750000000 0.209960937500 0.203125000000 0.162109375000 +0.112792968750 0.067382812500 0.012145996094 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.037597656250 0.118652343750 +0.181640625000 0.247070312500 0.291015625000 0.330078125000 +0.349609375000 0.367187500000 0.349609375000 0.347656250000 +0.310546875000 0.253906250000 0.215820312500 0.167968750000 +0.123535156250 0.099609375000 0.071777343750 0.024047851562 +0.007934570312 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.018066406250 0.049804687500 +0.101562500000 0.148437500000 0.218750000000 0.259765625000 +0.277343750000 0.277343750000 0.291015625000 0.265625000000 +0.227539062500 0.196289062500 0.161132812500 0.089843750000 +0.020263671875 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.036865234375 0.092773437500 +0.163085937500 0.219726562500 0.255859375000 0.265625000000 +0.269531250000 0.251953125000 0.207031250000 0.173828125000 +0.136718750000 0.088867187500 0.044921875000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.018432617188 +0.055908203125 0.083984375000 0.106933593750 0.113281250000 +0.120605468750 0.125000000000 0.111328125000 0.097656250000 +0.076660156250 0.047851562500 0.005554199219 0.004699707031 +0.000000000000 0.019775390625 0.051269531250 0.070312500000 +0.089843750000 0.113769531250 0.153320312500 0.173828125000 +0.172851562500 0.163085937500 0.131835937500 0.107910156250 +0.065429687500 0.023681640625 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.015075683594 0.030029296875 +0.045654296875 0.045654296875 0.048095703125 0.060058593750 +0.045410156250 0.048583984375 0.043945312500 0.044921875000 +0.037353515625 0.053710937500 0.067382812500 0.086914062500 +0.106445312500 0.128906250000 0.154296875000 0.204101562500 +0.232421875000 0.242187500000 0.246093750000 0.225585937500 +0.193359375000 0.148437500000 0.106933593750 0.037597656250 +0.010070800781 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.041748046875 +0.063476562500 0.059814453125 0.062255859375 0.069335937500 +0.027221679688 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.007659912109 0.040039062500 +0.050781250000 0.060791015625 0.066894531250 0.054443359375 +0.047119140625 0.026611328125 0.005065917969 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.007598876953 +0.032226562500 0.060302734375 0.082519531250 0.104492187500 +0.116699218750 0.137695312500 0.163085937500 0.161132812500 +0.153320312500 0.150390625000 0.150390625000 0.131835937500 +0.142578125000 0.169921875000 0.189453125000 0.190429687500 +0.206054687500 0.204101562500 0.194335937500 0.179687500000 +0.155273437500 0.124511718750 0.067871093750 0.022705078125 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.008666992188 +0.054931640625 0.083007812500 0.092285156250 0.097167968750 +0.085449218750 0.071289062500 0.029541015625 0.013305664062 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.004425048828 0.059570312500 +0.104980468750 0.123046875000 0.138671875000 0.163085937500 +0.156250000000 0.159179687500 0.137695312500 0.128906250000 +0.108398437500 0.088378906250 0.069824218750 0.065917968750 +0.046630859375 0.030029296875 0.014770507812 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.024414062500 +0.084472656250 0.139648437500 0.191406250000 0.251953125000 +0.277343750000 0.302734375000 0.298828125000 0.306640625000 +0.285156250000 0.253906250000 0.207031250000 0.161132812500 +0.116210937500 0.062011718750 0.011291503906 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.007934570312 0.026489257812 0.034179687500 0.075195312500 +0.084472656250 0.080566406250 0.101562500000 0.138671875000 +0.149414062500 0.166992187500 0.191406250000 0.206054687500 +0.200195312500 0.203125000000 0.191406250000 0.171875000000 +0.150390625000 0.124023437500 0.104980468750 0.081054687500 +0.072265625000 0.056640625000 0.066894531250 0.057128906250 +0.053222656250 0.045166015625 0.055908203125 0.042968750000 +0.005371093750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.035400390625 0.107421875000 0.163085937500 +0.201171875000 0.223632812500 0.255859375000 0.241210937500 +0.229492187500 0.208984375000 0.178710937500 0.123535156250 +0.081542968750 0.043457031250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.019897460938 0.046630859375 0.043212890625 +0.053955078125 0.059326171875 0.033447265625 0.015625000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000728607178 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.053222656250 0.087402343750 +0.121582031250 0.157226562500 0.157226562500 0.130859375000 +0.107421875000 0.068847656250 0.011047363281 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.013305664062 0.052978515625 0.096679687500 +0.149414062500 0.173828125000 0.187500000000 0.200195312500 +0.198242187500 0.173828125000 0.126953125000 0.109863281250 +0.060302734375 0.014160156250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.010864257812 0.020751953125 0.017822265625 0.015869140625 +0.015563964844 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.030883789062 0.061767578125 0.097656250000 +0.123535156250 0.146484375000 0.161132812500 0.178710937500 +0.152343750000 0.123046875000 0.070800781250 0.024780273438 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.016845703125 +0.047851562500 0.079589843750 0.085449218750 0.084960937500 +0.050048828125 0.021606445312 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.026367187500 0.068359375000 0.097167968750 0.092285156250 +0.092285156250 0.056884765625 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.009765625000 0.051269531250 +0.106933593750 0.109863281250 0.087890625000 0.063476562500 +0.017944335938 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.081542968750 0.150390625000 0.215820312500 0.259765625000 +0.275390625000 0.259765625000 0.214843750000 0.149414062500 +0.058593750000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.043212890625 +0.112304687500 0.166015625000 0.187500000000 0.220703125000 +0.232421875000 0.225585937500 0.196289062500 0.166015625000 +0.116210937500 0.041503906250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.029663085938 0.084472656250 +0.125976562500 0.154296875000 0.165039062500 0.175781250000 +0.168945312500 0.131835937500 0.091796875000 0.040527343750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.028198242188 0.099609375000 +0.165039062500 0.220703125000 0.246093750000 0.253906250000 +0.234375000000 0.187500000000 0.136718750000 0.070800781250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.009338378906 0.032714843750 +0.045654296875 0.053222656250 0.060791015625 0.060791015625 +0.046386718750 0.051513671875 0.055175781250 0.062500000000 +0.069824218750 0.083984375000 0.093261718750 0.131835937500 +0.133789062500 0.141601562500 0.137695312500 0.134765625000 +0.102539062500 0.091796875000 0.067871093750 0.047119140625 +0.028808593750 0.036621093750 0.054443359375 0.073242187500 +0.111328125000 0.159179687500 0.222656250000 0.267578125000 +0.308593750000 0.337890625000 0.367187500000 0.365234375000 +0.355468750000 0.345703125000 0.318359375000 0.285156250000 +0.242187500000 0.194335937500 0.175781250000 0.157226562500 +0.143554687500 0.127929687500 0.139648437500 0.149414062500 +0.160156250000 0.168945312500 0.179687500000 0.178710937500 +0.153320312500 0.135742187500 0.131835937500 0.120117187500 +0.089355468750 0.090332031250 0.082519531250 0.073242187500 +0.064453125000 0.072265625000 0.079589843750 0.098632812500 +0.120117187500 0.144531250000 0.174804687500 0.182617187500 +0.172851562500 0.167968750000 0.131835937500 0.118164062500 +0.108398437500 0.087402343750 0.040771484375 0.018554687500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.031005859375 0.113281250000 0.173828125000 0.210937500000 +0.250000000000 0.250000000000 0.240234375000 0.217773437500 +0.188476562500 0.142578125000 0.108886718750 0.086425781250 +0.046630859375 0.039794921875 0.039550781250 0.057128906250 +0.088378906250 0.142578125000 0.176757812500 0.215820312500 +0.267578125000 0.302734375000 0.328125000000 0.357421875000 +0.363281250000 0.355468750000 0.335937500000 0.296875000000 +0.244140625000 0.166992187500 0.084960937500 0.010925292969 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.043945312500 0.093750000000 0.156250000000 0.208007812500 +0.245117187500 0.273437500000 0.306640625000 0.314453125000 +0.296875000000 0.267578125000 0.235351562500 0.175781250000 +0.120117187500 0.078125000000 0.016479492188 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.008605957031 0.081054687500 0.153320312500 0.207031250000 +0.261718750000 0.271484375000 0.257812500000 0.238281250000 +0.181640625000 0.130859375000 0.084472656250 0.030029296875 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.140625000000 0.164062500000 0.073242187500 0.125000000000 +0.094726562500 0.078125000000 0.077148437500 0.049804687500 +0.072753906250 0.072265625000 0.062255859375 0.098632812500 +0.106933593750 0.103027343750 0.119140625000 0.123046875000 +0.110351562500 0.118652343750 0.109375000000 0.100097656250 +0.083984375000 0.069335937500 0.068847656250 0.072265625000 +0.062500000000 0.066406250000 0.058593750000 0.043701171875 +0.033935546875 0.018066406250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.028320312500 0.083496093750 0.133789062500 0.145507812500 +0.187500000000 0.195312500000 0.186523437500 0.186523437500 +0.167968750000 0.100097656250 0.057373046875 0.012084960938 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.021484375000 0.086914062500 0.118652343750 0.149414062500 +0.153320312500 0.161132812500 0.127929687500 0.089355468750 +0.035888671875 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.035400390625 0.063964843750 0.104980468750 +0.102050781250 0.126953125000 0.122558593750 0.090332031250 +0.086914062500 0.038818359375 0.027587890625 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.026977539062 0.028442382812 0.052001953125 +0.107910156250 0.106933593750 0.133789062500 0.142578125000 +0.137695312500 0.135742187500 0.133789062500 0.122070312500 +0.111328125000 0.101074218750 0.099609375000 0.087890625000 +0.103027343750 0.102050781250 0.084472656250 0.137695312500 +0.115234375000 0.124511718750 0.129882812500 0.092773437500 +0.071289062500 0.053466796875 0.009765625000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.032226562500 0.063964843750 +0.113281250000 0.133789062500 0.148437500000 0.165039062500 +0.166992187500 0.147460937500 0.135742187500 0.132812500000 +0.085449218750 0.084960937500 0.069824218750 0.024902343750 +0.043212890625 0.014404296875 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.016967773438 0.000000000000 0.081542968750 +0.089843750000 0.130859375000 0.159179687500 0.188476562500 +0.182617187500 0.192382812500 0.208007812500 0.178710937500 +0.148437500000 0.117675781250 0.065917968750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.057373046875 0.093261718750 +0.146484375000 0.195312500000 0.204101562500 0.236328125000 +0.251953125000 0.242187500000 0.237304687500 0.210937500000 +0.171875000000 0.179687500000 0.146484375000 0.087890625000 +0.087890625000 0.056152343750 0.042236328125 0.037353515625 +0.011474609375 0.000000000000 0.003295898438 0.000000000000 +0.000000000000 0.001838684082 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.028198242188 0.068359375000 0.073242187500 0.080078125000 +0.093750000000 0.105957031250 0.089843750000 0.076660156250 +0.071777343750 0.041503906250 0.004608154297 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.002410888672 0.019287109375 +0.031250000000 0.028930664062 0.060302734375 0.062011718750 +0.055908203125 0.061279296875 0.051025390625 0.022583007812 +0.012634277344 0.016723632812 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.004425048828 0.000000000000 0.000000000000 0.050537109375 +0.033203125000 0.014526367188 0.045898437500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.003753662109 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.025756835938 0.025390625000 0.042968750000 0.064453125000 +0.064453125000 0.054931640625 0.047851562500 0.032470703125 +0.038818359375 0.010803222656 0.004669189453 0.000000000000 +0.000000000000 0.008422851562 0.003219604492 0.006103515625 +0.012939453125 0.001091003418 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.026977539062 +0.079101562500 0.116699218750 0.188476562500 0.199218750000 +0.259765625000 0.259765625000 0.275390625000 0.271484375000 +0.246093750000 0.235351562500 0.186523437500 0.158203125000 +0.127929687500 0.078125000000 0.041503906250 0.013671875000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.004913330078 0.022827148438 +0.062500000000 0.084472656250 0.094726562500 0.115234375000 +0.151367187500 0.122070312500 0.139648437500 0.141601562500 +0.122070312500 0.124511718750 0.110839843750 0.115234375000 +0.087402343750 0.050537109375 0.057373046875 0.012756347656 +0.028320312500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000474929810 0.009887695312 0.015991210938 0.041748046875 +0.047363281250 0.007629394531 0.050048828125 0.023437500000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.003494262695 0.023193359375 0.053710937500 0.098144531250 +0.064941406250 0.125976562500 0.107910156250 0.094726562500 +0.099609375000 0.065429687500 0.061523437500 0.053710937500 +0.040283203125 0.010375976562 0.035644531250 0.020751953125 +0.006988525391 0.040771484375 0.037597656250 0.049804687500 +0.041503906250 0.065917968750 0.052490234375 0.046142578125 +0.053222656250 0.003860473633 0.027221679688 0.018554687500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.012634277344 0.051025390625 +0.057617187500 0.070800781250 0.050537109375 0.035888671875 +0.037353515625 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.045654296875 0.047851562500 0.080078125000 +0.109863281250 0.115234375000 0.144531250000 0.153320312500 +0.168945312500 0.145507812500 0.146484375000 0.169921875000 +0.128906250000 0.114746093750 0.126953125000 0.063476562500 +0.072265625000 0.031005859375 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.014404296875 0.000000000000 +0.057128906250 0.062500000000 0.074707031250 0.101562500000 +0.091308593750 0.085449218750 0.065917968750 0.008972167969 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.033447265625 +0.069824218750 0.091796875000 0.115722656250 0.117675781250 +0.116210937500 0.106933593750 0.098144531250 0.070312500000 +0.042724609375 0.017333984375 0.004333496094 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.005310058594 +0.020996093750 0.088867187500 0.083007812500 0.119140625000 +0.114257812500 0.117187500000 0.083007812500 0.066894531250 +0.034667968750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.058837890625 0.110351562500 0.130859375000 0.157226562500 +0.152343750000 0.140625000000 0.127929687500 0.073242187500 +0.036376953125 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000088691711 0.014648437500 0.061035156250 +0.086425781250 0.084472656250 0.098632812500 0.098144531250 +0.044921875000 0.031250000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.011108398438 0.030639648438 0.028564453125 0.032226562500 +0.030151367188 0.001266479492 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.016967773438 +0.068359375000 0.127929687500 0.151367187500 0.191406250000 +0.212890625000 0.214843750000 0.210937500000 0.180664062500 +0.138671875000 0.107910156250 0.033691406250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.026611328125 0.067382812500 0.117187500000 +0.150390625000 0.153320312500 0.154296875000 0.125000000000 +0.081542968750 0.025268554688 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.005981445312 0.030517578125 +0.063476562500 0.079101562500 0.111328125000 0.106933593750 +0.136718750000 0.166015625000 0.164062500000 0.198242187500 +0.201171875000 0.192382812500 0.240234375000 0.217773437500 +0.220703125000 0.193359375000 0.192382812500 0.168945312500 +0.127929687500 0.120605468750 0.098144531250 0.095214843750 +0.089843750000 0.085449218750 0.094726562500 0.118164062500 +0.130859375000 0.151367187500 0.174804687500 0.183593750000 +0.185546875000 0.191406250000 0.168945312500 0.157226562500 +0.151367187500 0.116210937500 0.107910156250 0.096679687500 +0.061035156250 0.059082031250 0.049072265625 0.082031250000 +0.088378906250 0.105957031250 0.126953125000 0.144531250000 +0.166015625000 0.160156250000 0.189453125000 0.191406250000 +0.192382812500 0.184570312500 0.185546875000 0.168945312500 +0.188476562500 0.168945312500 0.153320312500 0.167968750000 +0.165039062500 0.176757812500 0.199218750000 0.187500000000 +0.166015625000 0.190429687500 0.177734375000 0.149414062500 +0.148437500000 0.108398437500 0.094726562500 0.079589843750 +0.050048828125 0.003356933594 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.026977539062 +0.086425781250 0.096679687500 0.098632812500 0.104003906250 +0.068847656250 0.065917968750 0.028808593750 0.018066406250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.022949218750 0.090332031250 0.105957031250 0.175781250000 +0.233398437500 0.245117187500 0.279296875000 0.283203125000 +0.287109375000 0.269531250000 0.227539062500 0.174804687500 +0.100585937500 0.061767578125 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000965118408 0.043701171875 0.089843750000 +0.095214843750 0.108398437500 0.116210937500 0.101562500000 +0.048339843750 0.004302978516 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.033935546875 0.049072265625 0.077148437500 +0.079101562500 0.039550781250 0.039306640625 0.010559082031 +0.000000000000 0.000000000000 0.014526367188 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.052490234375 +0.235351562500 0.382812500000 0.511718750000 0.593750000000 +0.609375000000 0.582031250000 0.494140625000 0.339843750000 +0.180664062500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.035400390625 +0.233398437500 0.384765625000 0.523437500000 0.625000000000 +0.683593750000 0.675781250000 0.640625000000 0.566406250000 +0.478515625000 0.359375000000 0.226562500000 0.092773437500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.011718750000 0.073730468750 0.118652343750 0.128906250000 +0.127929687500 0.098144531250 0.031738281250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.083496093750 0.174804687500 0.255859375000 +0.341796875000 0.351562500000 0.337890625000 0.312500000000 +0.271484375000 0.174804687500 0.101562500000 0.040039062500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.017578125000 0.062500000000 0.071777343750 +0.020385742188 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.010009765625 0.187500000000 0.339843750000 0.447265625000 +0.519531250000 0.554687500000 0.554687500000 0.523437500000 +0.472656250000 0.365234375000 0.269531250000 0.171875000000 +0.058105468750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.001106262207 0.037109375000 0.016357421875 0.060791015625 +0.041992187500 0.066406250000 0.062988281250 0.105468750000 +0.172851562500 0.236328125000 0.267578125000 0.339843750000 +0.392578125000 0.445312500000 0.437500000000 0.406250000000 +0.375000000000 0.287109375000 0.129882812500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.107910156250 0.183593750000 0.205078125000 0.197265625000 +0.160156250000 0.081054687500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.023193359375 0.151367187500 +0.287109375000 0.382812500000 0.503906250000 0.597656250000 +0.671875000000 0.683593750000 0.710937500000 0.675781250000 +0.609375000000 0.511718750000 0.425781250000 0.322265625000 +0.202148437500 0.091796875000 0.001205444336 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.032470703125 +0.090820312500 0.113769531250 0.131835937500 0.115722656250 +0.086425781250 0.050537109375 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.018798828125 0.142578125000 0.251953125000 0.337890625000 +0.378906250000 0.378906250000 0.357421875000 0.312500000000 +0.235351562500 0.131835937500 0.025390625000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.031738281250 +0.143554687500 0.244140625000 0.339843750000 0.392578125000 +0.427734375000 0.482421875000 0.511718750000 0.503906250000 +0.478515625000 0.480468750000 0.447265625000 0.412109375000 +0.361328125000 0.333984375000 0.283203125000 0.259765625000 +0.265625000000 0.287109375000 0.292968750000 0.322265625000 +0.349609375000 0.349609375000 0.376953125000 0.380859375000 +0.359375000000 0.326171875000 0.296875000000 0.246093750000 +0.187500000000 0.102050781250 0.030517578125 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.010070800781 0.056640625000 0.046630859375 +0.011779785156 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.092285156250 0.245117187500 +0.320312500000 0.351562500000 0.333984375000 0.263671875000 +0.133789062500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.081542968750 0.166992187500 +0.227539062500 0.263671875000 0.277343750000 0.245117187500 +0.169921875000 0.107910156250 0.031494140625 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.053710937500 0.110839843750 +0.135742187500 0.152343750000 0.141601562500 0.085937500000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.102539062500 0.250000000000 0.359375000000 0.478515625000 +0.585937500000 0.667968750000 0.699218750000 0.691406250000 +0.683593750000 0.648437500000 0.582031250000 0.490234375000 +0.414062500000 0.332031250000 0.259765625000 0.217773437500 +0.202148437500 0.194335937500 0.208007812500 0.265625000000 +0.349609375000 0.378906250000 0.373046875000 0.361328125000 +0.310546875000 0.221679687500 0.087890625000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.034912109375 0.089355468750 0.067382812500 0.012145996094 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.072753906250 0.234375000000 +0.355468750000 0.435546875000 0.458984375000 0.404296875000 +0.333984375000 0.251953125000 0.109863281250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.017822265625 0.020385742188 0.016235351562 0.031982421875 +0.060302734375 0.069335937500 0.051757812500 0.050292968750 +0.043701171875 0.036865234375 0.031738281250 0.042724609375 +0.051025390625 0.054687500000 0.035644531250 0.031982421875 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.106933593750 0.235351562500 0.324218750000 0.380859375000 +0.410156250000 0.427734375000 0.392578125000 0.314453125000 +0.257812500000 0.172851562500 0.104980468750 0.034912109375 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.006164550781 0.012512207031 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.050781250000 0.080078125000 +0.036132812500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.094726562500 0.248046875000 0.324218750000 0.312500000000 +0.265625000000 0.169921875000 0.022949218750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.165039062500 0.351562500000 +0.445312500000 0.486328125000 0.460937500000 0.380859375000 +0.211914062500 0.010131835938 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.009277343750 +0.004455566406 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.051757812500 0.166992187500 0.285156250000 0.347656250000 +0.410156250000 0.445312500000 0.439453125000 0.359375000000 +0.271484375000 0.144531250000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.206054687500 0.451171875000 +0.656250000000 0.839843750000 0.953125000000 1.007812500000 +0.992187500000 0.917968750000 0.832031250000 0.707031250000 +0.539062500000 0.361328125000 0.185546875000 0.017456054688 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.083496093750 +0.227539062500 0.367187500000 0.503906250000 0.570312500000 +0.621093750000 0.597656250000 0.539062500000 0.445312500000 +0.318359375000 0.167968750000 0.001792907715 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000419616699 0.000000000000 +0.291015625000 0.333984375000 0.251953125000 0.156250000000 +0.156250000000 0.162109375000 0.137695312500 0.112792968750 +0.100585937500 0.079589843750 0.066894531250 0.048339843750 +0.042480468750 0.014831542969 0.005065917969 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.148437500000 0.273437500000 +0.351562500000 0.357421875000 0.306640625000 0.224609375000 +0.078613281250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.026367187500 +0.013244628906 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.034912109375 0.025512695312 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.046630859375 0.104980468750 0.177734375000 0.188476562500 +0.145507812500 0.058349609375 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.040771484375 +0.133789062500 0.222656250000 0.296875000000 0.359375000000 +0.412109375000 0.441406250000 0.417968750000 0.369140625000 +0.279296875000 0.192382812500 0.118164062500 0.070312500000 +0.046630859375 0.072753906250 0.083984375000 0.125976562500 +0.165039062500 0.208984375000 0.248046875000 0.300781250000 +0.320312500000 0.330078125000 0.273437500000 0.192382812500 +0.078125000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.028930664062 +0.049072265625 0.026977539062 0.018066406250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.038818359375 0.155273437500 0.224609375000 0.277343750000 +0.326171875000 0.339843750000 0.298828125000 0.212890625000 +0.106933593750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.069824218750 0.049072265625 0.027221679688 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.021240234375 0.096191406250 0.125000000000 +0.136718750000 0.140625000000 0.126953125000 0.113769531250 +0.072753906250 0.007110595703 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.086914062500 0.165039062500 +0.240234375000 0.255859375000 0.267578125000 0.222656250000 +0.133789062500 0.004486083984 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.144531250000 0.277343750000 0.390625000000 0.478515625000 +0.496093750000 0.498046875000 0.490234375000 0.437500000000 +0.347656250000 0.206054687500 0.032226562500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.013793945312 0.022338867188 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.048583984375 0.142578125000 0.230468750000 0.277343750000 +0.250000000000 0.183593750000 0.112304687500 0.012634277344 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.016723632812 +0.063964843750 0.101562500000 0.087890625000 0.063964843750 +0.032470703125 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.012145996094 +0.093261718750 0.132812500000 0.156250000000 0.153320312500 +0.112304687500 0.035888671875 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.044677734375 0.087890625000 +0.122558593750 0.207031250000 0.234375000000 0.238281250000 +0.212890625000 0.187500000000 0.104003906250 0.016967773438 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.038085937500 0.072753906250 +0.075195312500 0.064941406250 0.014587402344 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.045898437500 0.112792968750 0.147460937500 0.205078125000 +0.245117187500 0.250000000000 0.251953125000 0.196289062500 +0.096679687500 0.010009765625 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.075683593750 0.119628906250 +0.153320312500 0.161132812500 0.123535156250 0.016113281250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.040039062500 0.106445312500 +0.167968750000 0.200195312500 0.131835937500 0.020751953125 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.093261718750 0.225585937500 0.300781250000 0.392578125000 +0.414062500000 0.390625000000 0.306640625000 0.214843750000 +0.102050781250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.002471923828 +0.085449218750 0.099609375000 0.072265625000 0.001571655273 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.067871093750 0.181640625000 0.263671875000 +0.277343750000 0.223632812500 0.184570312500 0.134765625000 +0.108398437500 0.101562500000 0.079101562500 0.057373046875 +0.026000976562 0.000000000000 0.000000000000 0.000823974609 +0.022338867188 0.063964843750 0.131835937500 0.194335937500 +0.235351562500 0.281250000000 0.296875000000 0.287109375000 +0.255859375000 0.226562500000 0.184570312500 0.097167968750 +0.026611328125 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.034912109375 0.114257812500 +0.160156250000 0.179687500000 0.174804687500 0.133789062500 +0.057861328125 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.053466796875 0.148437500000 +0.246093750000 0.316406250000 0.349609375000 0.382812500000 +0.355468750000 0.330078125000 0.273437500000 0.179687500000 +0.107421875000 0.068847656250 0.048828125000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.004272460938 0.060058593750 0.100097656250 0.161132812500 +0.232421875000 0.283203125000 0.298828125000 0.308593750000 +0.231445312500 0.121582031250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.026123046875 +0.237304687500 0.421875000000 0.566406250000 0.644531250000 +0.695312500000 0.699218750000 0.652343750000 0.546875000000 +0.451171875000 0.328125000000 0.195312500000 0.050781250000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.039062500000 0.083984375000 +0.115234375000 0.093750000000 0.095703125000 0.066406250000 +0.056396484375 0.039550781250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.015563964844 0.034423828125 +0.051025390625 0.009155273438 0.007812500000 0.000000000000 +0.000000000000 0.000000000000 0.042724609375 0.085449218750 +0.133789062500 0.179687500000 0.241210937500 0.287109375000 +0.353515625000 0.398437500000 0.439453125000 0.472656250000 +0.472656250000 0.453125000000 0.402343750000 0.353515625000 +0.261718750000 0.149414062500 0.048828125000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.048828125000 0.061035156250 0.048095703125 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.090332031250 +0.171875000000 0.208007812500 0.207031250000 0.168945312500 +0.090820312500 0.006927490234 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.010070800781 +0.025756835938 0.032470703125 0.041015625000 0.034423828125 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.006225585938 0.071289062500 0.152343750000 +0.210937500000 0.285156250000 0.345703125000 0.382812500000 +0.378906250000 0.375000000000 0.302734375000 0.228515625000 +0.127929687500 0.028564453125 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.005249023438 0.037109375000 0.013916015625 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.032958984375 0.040527343750 0.093261718750 0.083984375000 +0.093750000000 0.128906250000 0.135742187500 0.147460937500 +0.159179687500 0.141601562500 0.119140625000 0.105957031250 +0.102050781250 0.115722656250 0.147460937500 0.150390625000 +0.173828125000 0.193359375000 0.183593750000 0.188476562500 +0.189453125000 0.169921875000 0.211914062500 0.225585937500 +0.178710937500 0.157226562500 0.123046875000 0.079101562500 +0.088867187500 0.060546875000 0.040283203125 0.019653320312 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.016235351562 0.015380859375 +0.000000000000 0.024047851562 0.000000000000 0.000000000000 +0.004150390625 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.001472473145 0.030761718750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.050048828125 +0.044189453125 0.075683593750 0.050048828125 0.098144531250 +0.079589843750 0.087402343750 0.042236328125 0.000000000000 +0.000000000000 0.000000000000 0.015563964844 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.002731323242 +0.000000000000 0.041015625000 0.106445312500 0.160156250000 +0.187500000000 0.176757812500 0.161132812500 0.115234375000 +0.139648437500 0.094238281250 0.114257812500 0.124023437500 +0.092773437500 0.144531250000 0.159179687500 0.119140625000 +0.147460937500 0.115234375000 0.105957031250 0.102050781250 +0.039062500000 0.052734375000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.038085937500 +0.099121093750 0.124023437500 0.204101562500 0.180664062500 +0.253906250000 0.249023437500 0.207031250000 0.136718750000 +0.087890625000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.026977539062 +0.057128906250 0.146484375000 0.124511718750 0.166992187500 +0.214843750000 0.177734375000 0.177734375000 0.125976562500 +0.095703125000 0.052001953125 0.044921875000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.019042968750 +0.032958984375 0.075195312500 0.019897460938 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.010192871094 0.035888671875 +0.142578125000 0.167968750000 0.230468750000 0.229492187500 +0.259765625000 0.257812500000 0.230468750000 0.191406250000 +0.161132812500 0.086425781250 0.075195312500 0.031250000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.041503906250 0.105468750000 0.057617187500 0.031494140625 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.067871093750 0.030395507812 +0.101562500000 0.068359375000 0.062988281250 0.084960937500 +0.100585937500 0.080566406250 0.103515625000 0.060058593750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.061767578125 0.073242187500 0.077148437500 0.018188476562 +0.022338867188 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.142578125000 0.198242187500 +0.200195312500 0.211914062500 0.206054687500 0.182617187500 +0.151367187500 0.141601562500 0.116699218750 0.087890625000 +0.087890625000 0.092773437500 0.094238281250 0.093261718750 +0.102050781250 0.105468750000 0.092773437500 0.087890625000 +0.083984375000 0.080078125000 0.076171875000 0.066894531250 +0.062500000000 0.055419921875 0.040039062500 0.051025390625 +0.058593750000 0.039062500000 0.059814453125 0.070312500000 +0.059814453125 0.086425781250 0.073730468750 0.040039062500 +0.011291503906 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.041259765625 +0.080566406250 0.139648437500 0.163085937500 0.161132812500 +0.183593750000 0.171875000000 0.131835937500 0.104003906250 +0.054931640625 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.023437500000 0.117675781250 +0.192382812500 0.250000000000 0.281250000000 0.265625000000 +0.235351562500 0.169921875000 0.064453125000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.014770507812 +0.039306640625 0.048339843750 0.036621093750 0.033447265625 +0.010253906250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.040283203125 0.073730468750 +0.073730468750 0.059570312500 0.049316406250 0.008666992188 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.002914428711 0.039794921875 +0.034667968750 0.034423828125 0.043701171875 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.003250122070 0.071777343750 +0.125000000000 0.148437500000 0.169921875000 0.177734375000 +0.152343750000 0.125000000000 0.104980468750 0.066406250000 +0.028564453125 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.003448486328 0.040039062500 0.072265625000 0.096679687500 +0.141601562500 0.190429687500 0.206054687500 0.210937500000 +0.228515625000 0.215820312500 0.201171875000 0.192382812500 +0.162109375000 0.142578125000 0.145507812500 0.143554687500 +0.150390625000 0.156250000000 0.162109375000 0.176757812500 +0.184570312500 0.183593750000 0.192382812500 0.177734375000 +0.144531250000 0.118652343750 0.087890625000 0.047607421875 +0.004730224609 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.008239746094 0.047119140625 0.060058593750 +0.083496093750 0.112304687500 0.110351562500 0.117187500000 +0.085449218750 0.041748046875 0.008666992188 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.011657714844 +0.048339843750 0.108886718750 0.145507812500 0.175781250000 +0.200195312500 0.188476562500 0.185546875000 0.159179687500 +0.091308593750 0.068359375000 0.038085937500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.004577636719 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.017333984375 0.057617187500 0.097167968750 0.112792968750 +0.117187500000 0.129882812500 0.133789062500 0.120117187500 +0.123046875000 0.118652343750 0.098144531250 0.089843750000 +0.064941406250 0.038818359375 0.028564453125 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.040771484375 +0.067871093750 0.086425781250 0.120605468750 0.126953125000 +0.129882812500 0.121582031250 0.087890625000 0.041748046875 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.039306640625 0.092285156250 0.117187500000 0.178710937500 +0.234375000000 0.259765625000 0.292968750000 0.306640625000 +0.283203125000 0.255859375000 0.231445312500 0.171875000000 +0.117675781250 0.084960937500 0.025390625000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.016113281250 +0.031005859375 0.047363281250 0.060058593750 0.045410156250 +0.009826660156 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.004425048828 0.023681640625 0.048095703125 +0.061035156250 0.075683593750 0.089843750000 0.098144531250 +0.100097656250 0.092773437500 0.092773437500 0.061035156250 +0.002304077148 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.032714843750 +0.077636718750 0.113769531250 0.150390625000 0.175781250000 +0.191406250000 0.202148437500 0.191406250000 0.174804687500 +0.159179687500 0.138671875000 0.121093750000 0.093261718750 +0.074707031250 0.070312500000 0.042968750000 0.030273437500 +0.022583007812 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.008239746094 +0.038574218750 0.090820312500 0.141601562500 0.170898437500 +0.200195312500 0.206054687500 0.188476562500 0.180664062500 +0.158203125000 0.102539062500 0.035156250000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.011047363281 0.038574218750 0.068359375000 0.064453125000 +0.053955078125 0.058349609375 0.031250000000 0.018066406250 +0.024780273438 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.025634765625 0.053222656250 +0.069335937500 0.110351562500 0.125976562500 0.145507812500 +0.186523437500 0.188476562500 0.186523437500 0.208007812500 +0.205078125000 0.167968750000 0.139648437500 0.115234375000 +0.071289062500 0.041503906250 0.013916015625 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.012451171875 +0.030639648438 0.058105468750 0.073730468750 0.073242187500 +0.044677734375 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.008789062500 0.051513671875 0.053466796875 +0.057373046875 0.059326171875 0.026123046875 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.035888671875 +0.078613281250 0.125976562500 0.134765625000 0.146484375000 +0.166992187500 0.150390625000 0.123535156250 0.119140625000 +0.105468750000 0.076171875000 0.051025390625 0.025634765625 +0.010498046875 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.006591796875 0.061279296875 +0.096191406250 0.131835937500 0.171875000000 0.197265625000 +0.213867187500 0.209960937500 0.195312500000 0.168945312500 +0.129882812500 0.113769531250 0.111328125000 0.091796875000 +0.078125000000 0.079589843750 0.081542968750 0.081054687500 +0.083496093750 0.083984375000 0.096191406250 0.111816406250 +0.122070312500 0.139648437500 0.146484375000 0.146484375000 +0.129882812500 0.104003906250 0.099609375000 0.074707031250 +0.029418945312 0.024902343750 0.002212524414 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.007690429688 +0.045898437500 0.090332031250 0.121093750000 0.153320312500 +0.176757812500 0.176757812500 0.180664062500 0.171875000000 +0.135742187500 0.081542968750 0.032470703125 0.000356674194 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.051513671875 0.126953125000 0.183593750000 +0.242187500000 0.308593750000 0.328125000000 0.351562500000 +0.371093750000 0.333984375000 0.302734375000 0.259765625000 +0.191406250000 0.136718750000 0.088867187500 0.029052734375 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.006408691406 0.063476562500 +0.128906250000 0.196289062500 0.236328125000 0.277343750000 +0.298828125000 0.281250000000 0.247070312500 0.199218750000 +0.124023437500 0.038085937500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.076171875000 0.162109375000 0.226562500000 0.308593750000 +0.337890625000 0.351562500000 0.384765625000 0.365234375000 +0.337890625000 0.318359375000 0.273437500000 0.215820312500 +0.162109375000 0.118164062500 0.055908203125 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.011474609375 0.063476562500 0.097656250000 +0.136718750000 0.160156250000 0.164062500000 0.145507812500 +0.111328125000 0.083007812500 0.047119140625 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.026489257812 0.072753906250 0.117675781250 +0.169921875000 0.207031250000 0.233398437500 0.251953125000 +0.253906250000 0.250000000000 0.245117187500 0.230468750000 +0.222656250000 0.210937500000 0.190429687500 0.176757812500 +0.164062500000 0.157226562500 0.153320312500 0.153320312500 +0.168945312500 0.192382812500 0.208007812500 0.215820312500 +0.224609375000 0.225585937500 0.205078125000 0.199218750000 +0.175781250000 0.130859375000 0.082031250000 0.026977539062 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.040771484375 +0.097167968750 0.137695312500 0.160156250000 0.156250000000 +0.135742187500 0.093750000000 0.029785156250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.004211425781 0.000000000000 +0.000000000000 0.004119873047 0.005096435547 0.028930664062 +0.060302734375 0.057373046875 0.058349609375 0.065917968750 +0.059570312500 0.023681640625 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.010070800781 +0.037597656250 0.030883789062 0.031494140625 0.045898437500 +0.037597656250 0.030395507812 0.026855468750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.007720947266 +0.000000000000 0.016967773438 0.051513671875 0.068847656250 +0.102050781250 0.127929687500 0.132812500000 0.162109375000 +0.193359375000 0.195312500000 0.214843750000 0.229492187500 +0.242187500000 0.263671875000 0.273437500000 0.247070312500 +0.215820312500 0.185546875000 0.147460937500 0.106933593750 +0.039550781250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.048583984375 0.120605468750 0.155273437500 +0.188476562500 0.196289062500 0.187500000000 0.185546875000 +0.151367187500 0.123046875000 0.091796875000 0.030517578125 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.013244628906 +0.015014648438 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.016357421875 +0.062988281250 0.048828125000 0.004425048828 0.000000000000 +0.000000000000 0.000000000000 0.060791015625 0.000000000000 +0.021118164062 0.012145996094 0.000000000000 0.000000000000 +0.000000000000 0.012268066406 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.001541137695 0.000000000000 +0.016357421875 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.010925292969 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.011291503906 0.000000000000 +0.000000000000 0.040283203125 0.000000000000 0.001296997070 +0.019287109375 0.000000000000 0.000000000000 0.009094238281 +0.000000000000 0.000000000000 0.000000000000 0.012451171875 +0.000000000000 0.010986328125 0.000000000000 0.042236328125 +0.000000000000 0.017578125000 0.000000000000 0.000000000000 +0.000000000000 0.022338867188 0.000000000000 0.000000000000 +0.013671875000 0.000000000000 0.000000000000 0.013854980469 +0.000000000000 0.038330078125 0.000000000000 0.000000000000 +0.010009765625 0.000314712524 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.005981445312 0.000000000000 +0.000000000000 0.000000000000 0.025146484375 0.000368118286 +0.000000000000 0.000000000000 0.004302978516 0.000000000000 +0.024169921875 0.000000000000 0.000000000000 0.021362304688 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.007873535156 0.002410888672 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.012207031250 0.017211914062 +0.000000000000 0.000000000000 0.000000000000 0.007934570312 +0.000000000000 0.000000000000 0.011596679688 0.000000000000 +0.035400390625 0.000000000000 0.010437011719 0.001831054688 +0.000000000000 0.019897460938 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.060302734375 +0.000000000000 0.000000000000 0.000000000000 0.017822265625 +0.000000000000 0.000000000000 0.011413574219 0.000000000000 +0.046875000000 0.000000000000 0.000000000000 0.008605957031 +0.000000000000 0.000000000000 0.024902343750 0.000000000000 +0.000000000000 0.000000000000 0.028320312500 0.000000000000 +0.000000000000 0.050292968750 0.000000000000 0.000000000000 +0.000000000000 0.032714843750 0.000000000000 0.000000000000 +0.000000000000 0.015197753906 0.000000000000 0.000000000000 +0.006835937500 0.016845703125 0.000000000000 0.000530242920 +0.004699707031 0.000000000000 0.000000000000 0.003402709961 +0.000000000000 0.026855468750 0.013610839844 0.000000000000 +0.006774902344 0.000000000000 0.000000000000 0.028930664062 +0.000000000000 0.000000000000 0.050048828125 0.000000000000 +0.031982421875 0.004425048828 0.019653320312 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.001029968262 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.006988525391 0.000000000000 0.000000000000 0.011413574219 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.002883911133 0.000000000000 0.000000000000 +0.000000000000 0.023437500000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.015014648438 +0.000000000000 0.000000000000 0.000000000000 0.001312255859 +0.000000000000 0.000000000000 0.000000000000 0.002227783203 +0.000000000000 0.034667968750 0.000000000000 0.000000000000 +0.000000000000 0.016479492188 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.025878906250 0.000000000000 0.026977539062 0.000000000000 +0.031250000000 0.000000000000 0.032958984375 0.000000000000 +0.000000000000 0.034423828125 0.000000000000 0.000000000000 +0.005645751953 0.000000000000 0.025634765625 0.000000000000 +0.000000000000 0.017211914062 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.014770507812 0.000000000000 +0.000000000000 0.026977539062 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.033203125000 0.028076171875 +0.000000000000 0.000000000000 0.006683349609 0.034912109375 +0.000755310059 0.000000000000 0.000000000000 0.045898437500 +0.000000000000 0.000000000000 0.002380371094 0.000000000000 +0.000000000000 0.016479492188 0.000000000000 0.000000000000 +0.052734375000 0.000000000000 0.000000000000 0.017822265625 +0.000000000000 0.007812500000 0.027709960938 0.000000000000 +0.000000000000 0.000000000000 0.043212890625 0.000000000000 +0.000000000000 0.034667968750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.002441406250 +0.000000000000 0.002944946289 0.000000000000 0.034667968750 +0.000000000000 0.021850585938 0.000000000000 0.000000000000 +0.000345230103 0.034423828125 0.000000000000 0.000000000000 +0.000000000000 0.019775390625 0.000000000000 0.000000000000 +0.004516601562 0.000000000000 0.000000000000 0.003723144531 +0.000000000000 0.011169433594 0.000000000000 0.013977050781 +0.000000000000 0.039794921875 0.006408691406 0.000000000000 +0.000000000000 0.017333984375 0.006256103516 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.025756835938 +0.000000000000 0.000000000000 0.000793457031 0.000000000000 +0.000000000000 0.000000000000 0.058105468750 0.000000000000 +0.007659912109 0.000000000000 0.037109375000 0.000000000000 +0.000000000000 0.004974365234 0.000000000000 0.027221679688 +0.000000000000 0.000000000000 0.013122558594 0.000000000000 +0.010803222656 0.004150390625 0.000000000000 0.036621093750 +0.000000000000 0.000000000000 0.022583007812 0.000000000000 +0.000000000000 0.000000000000 0.026367187500 0.000000000000 +0.012512207031 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.002136230469 0.000000000000 0.000000000000 +0.000000000000 0.026855468750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.033935546875 0.000000000000 0.000000000000 0.003250122070 +0.000000000000 0.000000000000 0.015075683594 0.000000000000 +0.000000000000 0.035400390625 0.000000000000 0.000000000000 +0.012817382812 0.000000000000 0.010375976562 0.000000000000 +0.004241943359 0.000000000000 0.000000000000 0.000000000000 +0.003875732422 0.000000000000 0.001838684082 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.011352539062 0.029785156250 0.000000000000 0.000000000000 +0.028808593750 0.000000000000 0.000000000000 0.005157470703 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.022827148438 0.000000000000 0.000000000000 0.032714843750 +0.000000000000 0.000231742859 0.026367187500 0.000000000000 +0.000000000000 0.065917968750 0.001327514648 0.000000000000 +0.000000000000 0.012145996094 0.000000000000 0.000000000000 +0.026855468750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.049804687500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.021972656250 0.000000000000 +0.000000000000 0.020629882812 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.032226562500 0.000000000000 +0.000000000000 0.021118164062 0.000000000000 0.000000000000 +0.028686523438 0.000000000000 0.031127929688 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.047607421875 +0.000000000000 0.039306640625 0.000000000000 0.007781982422 +0.000000000000 0.000000000000 0.004364013672 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.010803222656 0.000000000000 0.004028320312 0.028442382812 +0.000000000000 0.000000000000 0.042236328125 0.000000000000 +0.000000000000 0.046142578125 0.000000000000 0.019775390625 +0.000000000000 0.000000000000 0.020751953125 0.002639770508 +0.000000000000 0.004791259766 0.000000000000 0.021362304688 +0.000000000000 0.028198242188 0.000000000000 0.000000000000 +0.039794921875 0.000000000000 0.023803710938 0.000000000000 +0.000000000000 0.001907348633 0.025024414062 0.000000000000 +0.000000000000 0.035156250000 0.000000000000 0.000637054443 +0.048828125000 0.000000000000 0.000000000000 0.056396484375 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.006744384766 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.003662109375 0.000000000000 0.000000000000 +0.035888671875 0.000000000000 0.029174804688 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.010864257812 0.005310058594 0.000000000000 0.035888671875 +0.016357421875 0.000000000000 0.003570556641 0.000000000000 +0.000000000000 0.000000000000 0.006072998047 0.000000000000 +0.000000000000 0.022216796875 0.000000000000 0.011108398438 +0.014831542969 0.000000000000 0.000000000000 0.006835937500 +0.000000000000 0.002593994141 0.000000000000 0.000000000000 +0.000000000000 0.020385742188 0.000000000000 0.000000000000 +0.048583984375 0.000000000000 0.000000000000 0.000000000000 +0.001808166504 0.014587402344 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.015869140625 0.000000000000 +0.000000000000 0.031127929688 0.000000000000 0.011230468750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.064941406250 0.000000000000 0.000000000000 +0.049804687500 0.000000000000 0.000000000000 0.000000000000 +0.040527343750 0.004882812500 0.000000000000 0.000000000000 +0.000000000000 0.013854980469 0.000000000000 0.026977539062 +0.000000000000 0.013427734375 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.048339843750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000191688538 +0.000000000000 0.006805419922 0.000000000000 0.006408691406 +0.000000000000 0.000000000000 0.000000000000 0.060546875000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.012390136719 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.036621093750 +0.000000000000 0.000000000000 0.077636718750 0.000000000000 +0.017211914062 0.000000000000 0.000000000000 0.050048828125 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.015075683594 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.031982421875 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.022583007812 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.003143310547 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.009399414062 0.000000000000 +0.000000000000 0.053222656250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.006011962891 0.000000000000 0.010131835938 +0.000000000000 0.004730224609 0.000000000000 0.000000000000 +0.000000000000 0.013977050781 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.046142578125 0.000000000000 +0.010986328125 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.039794921875 0.000000000000 0.036621093750 +0.000000000000 0.005096435547 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.002807617188 0.000000000000 +0.067871093750 0.000000000000 0.009399414062 0.000000000000 +0.003341674805 0.000000000000 0.037597656250 0.000000000000 +0.002304077148 0.000000000000 0.000000000000 0.052490234375 +0.000000000000 0.000000000000 0.000000000000 0.033203125000 +0.000000000000 0.000000000000 0.000000000000 0.012817382812 +0.000000000000 0.000000000000 0.011291503906 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.036865234375 0.000000000000 0.000000000000 0.020263671875 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000518798828 0.000000000000 +0.000000000000 0.008605957031 0.000000000000 0.006195068359 +0.009155273438 0.000000000000 0.012939453125 0.044677734375 +0.000000000000 0.000000000000 0.022949218750 0.000000000000 +0.000000000000 0.000000000000 0.000972747803 0.000000000000 +0.000000000000 0.005645751953 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.010864257812 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.008911132812 0.000000000000 0.000000000000 0.028198242188 +0.000000000000 0.000000000000 0.014709472656 0.000000000000 +0.000000000000 0.003082275391 0.000000000000 0.006896972656 +0.000000000000 0.000000000000 0.030151367188 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.004699707031 0.000000000000 0.000000000000 0.000000000000 +0.000289916992 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.013366699219 0.000000000000 +0.010131835938 0.000000000000 0.000000000000 0.006408691406 +0.000000000000 0.020141601562 0.000000000000 0.000000000000 +0.003799438477 0.000000000000 0.016357421875 0.000000000000 +0.000000000000 0.000000000000 0.010009765625 0.000000000000 +0.000000000000 0.026367187500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.007812500000 0.000000000000 +0.000000000000 0.000167846680 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.008544921875 0.000000000000 +0.026733398438 0.011108398438 0.000000000000 0.000000000000 +0.000000000000 0.024291992188 0.000000000000 0.000000000000 +0.000000000000 0.006561279297 0.037597656250 0.000000000000 +0.000000000000 0.010925292969 0.000000000000 0.075683593750 +0.000000000000 0.000000000000 0.000000000000 0.028808593750 +0.000000000000 0.000000000000 0.000000000000 0.006958007812 +0.000123977661 0.018920898438 0.000000000000 0.000000000000 +0.001670837402 0.005340576172 0.011230468750 0.000000000000 +0.000000000000 0.000000000000 0.016967773438 0.000000000000 +0.000000000000 0.023071289062 0.000000000000 0.000000000000 +0.009948730469 0.000000000000 0.002502441406 0.000000000000 +0.009643554688 0.000000000000 0.002624511719 0.000000000000 +0.000000000000 0.006622314453 0.000000000000 0.012939453125 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.054199218750 0.000000000000 0.000000000000 +0.012634277344 0.022705078125 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.032470703125 0.025268554688 +0.000000000000 0.000000000000 0.000000000000 0.022460937500 +0.000000000000 0.000000000000 0.000000000000 0.020141601562 +0.000000000000 0.018798828125 0.000000000000 0.000000000000 +0.000000000000 0.020019531250 0.004913330078 0.000000000000 +0.000000000000 0.000000000000 0.018676757812 0.000000000000 +0.000000000000 0.026367187500 0.000000000000 0.000000000000 +0.060058593750 0.000000000000 0.000000000000 0.000000000000 +0.011230468750 0.037109375000 0.000000000000 0.000000000000 +0.028930664062 0.000000000000 0.029907226562 0.000000000000 +0.019042968750 0.000000000000 0.000000000000 0.082031250000 +0.000000000000 0.001663208008 0.000000000000 0.019042968750 +0.000000000000 0.000000000000 0.033447265625 0.000000000000 +0.000000000000 0.028686523438 0.000000000000 0.000000000000 +0.000000000000 0.013671875000 0.006896972656 0.000000000000 +0.009094238281 0.000000000000 0.021362304688 0.000000000000 +0.000000000000 0.046630859375 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.012207031250 0.000000000000 +0.020019531250 0.011474609375 0.000000000000 0.000000000000 +0.000352859497 0.007202148438 0.002456665039 0.000000000000 +0.001693725586 0.000000000000 0.000000000000 0.004516601562 +0.013671875000 0.000000000000 0.000000000000 0.008911132812 +0.007110595703 0.021118164062 0.000000000000 0.009399414062 +0.000000000000 0.010986328125 0.000000000000 0.000000000000 +0.008300781250 0.006744384766 0.000000000000 0.000000000000 +0.015258789062 0.010620117188 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.126953125000 +0.228515625000 0.168945312500 0.033203125000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.024047851562 0.050781250000 0.076660156250 +0.087402343750 0.053955078125 0.012268066406 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.019653320312 0.139648437500 0.237304687500 0.292968750000 +0.328125000000 0.345703125000 0.328125000000 0.283203125000 +0.211914062500 0.122558593750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.058593750000 +0.193359375000 0.273437500000 0.322265625000 0.322265625000 +0.277343750000 0.208007812500 0.125976562500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.044677734375 0.128906250000 +0.168945312500 0.188476562500 0.219726562500 0.189453125000 +0.168945312500 0.135742187500 0.083984375000 0.016845703125 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.006256103516 +0.052734375000 0.089843750000 0.082519531250 0.052490234375 +0.014160156250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000858306885 0.026733398438 0.056884765625 0.027221679688 +0.016601562500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.102539062500 0.174804687500 0.275390625000 +0.324218750000 0.322265625000 0.267578125000 0.210937500000 +0.132812500000 0.016967773438 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.004821777344 0.006317138672 +0.048583984375 0.031982421875 0.034423828125 0.072265625000 +0.060791015625 0.046630859375 0.003265380859 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.009948730469 0.032470703125 +0.065917968750 0.066894531250 0.080078125000 0.077636718750 +0.098144531250 0.061523437500 0.005584716797 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.027587890625 +0.090820312500 0.117187500000 0.140625000000 0.147460937500 +0.180664062500 0.233398437500 0.232421875000 0.236328125000 +0.223632812500 0.183593750000 0.153320312500 0.120605468750 +0.111328125000 0.085937500000 0.044189453125 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.031738281250 +0.118164062500 0.181640625000 0.238281250000 0.213867187500 +0.152343750000 0.101562500000 0.047607421875 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.013793945312 +0.049316406250 0.062011718750 0.081054687500 0.103515625000 +0.103515625000 0.128906250000 0.108886718750 0.101074218750 +0.087890625000 0.064453125000 0.053710937500 0.016845703125 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.014343261719 0.022216796875 0.055175781250 +0.064941406250 0.052734375000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.001266479492 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.004608154297 0.027099609375 0.029052734375 +0.035156250000 0.062988281250 0.078613281250 0.094238281250 +0.058593750000 0.010681152344 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.043212890625 0.049560546875 +0.022827148438 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.001007080078 0.083496093750 0.162109375000 +0.185546875000 0.176757812500 0.145507812500 0.065429687500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.013061523438 0.095214843750 0.122070312500 0.209960937500 +0.226562500000 0.162109375000 0.059814453125 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.003311157227 0.055175781250 +0.105957031250 0.117675781250 0.086914062500 0.039550781250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.118652343750 0.187500000000 +0.239257812500 0.285156250000 0.263671875000 0.265625000000 +0.223632812500 0.184570312500 0.112304687500 0.021240234375 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.045410156250 0.131835937500 0.200195312500 +0.257812500000 0.304687500000 0.287109375000 0.255859375000 +0.194335937500 0.116210937500 0.013366699219 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.052246093750 0.041748046875 +0.049560546875 0.062988281250 0.024780273438 0.043457031250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.023193359375 0.020385742188 0.025878906250 0.009887695312 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.027221679688 0.037597656250 0.032470703125 0.048095703125 +0.055175781250 0.068359375000 0.048583984375 0.076171875000 +0.097656250000 0.073242187500 0.118164062500 0.124023437500 +0.115234375000 0.078613281250 0.058837890625 0.045898437500 +0.002700805664 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.009033203125 0.063964843750 0.079589843750 0.107910156250 +0.135742187500 0.130859375000 0.128906250000 0.112792968750 +0.077148437500 0.037841796875 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.063476562500 0.124511718750 0.168945312500 +0.251953125000 0.277343750000 0.267578125000 0.259765625000 +0.176757812500 0.114746093750 0.025512695312 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.015136718750 0.015197753906 0.023925781250 +0.039062500000 0.000911712646 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.005401611328 0.049560546875 +0.124023437500 0.172851562500 0.210937500000 0.251953125000 +0.267578125000 0.275390625000 0.236328125000 0.222656250000 +0.174804687500 0.088867187500 0.004882812500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.082519531250 0.162109375000 0.188476562500 +0.208007812500 0.161132812500 0.115234375000 0.011779785156 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.063476562500 0.177734375000 0.255859375000 +0.337890625000 0.390625000000 0.427734375000 0.412109375000 +0.337890625000 0.261718750000 0.146484375000 0.010864257812 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.011230468750 0.073242187500 0.087402343750 +0.105957031250 0.103515625000 0.053222656250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.012451171875 0.035400390625 0.073730468750 +0.067382812500 0.055419921875 0.030029296875 0.030029296875 +0.007751464844 0.008178710938 0.040771484375 0.046142578125 +0.079101562500 0.119628906250 0.130859375000 0.066406250000 +0.051757812500 0.007781982422 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.087890625000 0.182617187500 +0.240234375000 0.291015625000 0.333984375000 0.332031250000 +0.322265625000 0.283203125000 0.233398437500 0.152343750000 +0.074707031250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.079101562500 0.145507812500 0.182617187500 +0.196289062500 0.174804687500 0.151367187500 0.101074218750 +0.076660156250 0.018554687500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.066406250000 0.122558593750 +0.196289062500 0.251953125000 0.261718750000 0.246093750000 +0.208984375000 0.146484375000 0.040039062500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.024780273438 0.135742187500 +0.228515625000 0.294921875000 0.324218750000 0.359375000000 +0.322265625000 0.279296875000 0.217773437500 0.151367187500 +0.084472656250 0.011474609375 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.029541015625 0.067871093750 0.109375000000 +0.099609375000 0.103515625000 0.084960937500 0.084472656250 +0.063964843750 0.035888671875 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.028198242188 +0.085449218750 0.123535156250 0.139648437500 0.185546875000 +0.223632812500 0.238281250000 0.241210937500 0.225585937500 +0.153320312500 0.077636718750 0.003967285156 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.016357421875 0.105468750000 0.147460937500 +0.207031250000 0.243164062500 0.261718750000 0.250000000000 +0.257812500000 0.228515625000 0.145507812500 0.078125000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.012084960938 +0.111816406250 0.183593750000 0.255859375000 0.330078125000 +0.359375000000 0.353515625000 0.335937500000 0.277343750000 +0.172851562500 0.023681640625 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.122070312500 0.255859375000 0.333984375000 +0.339843750000 0.275390625000 0.167968750000 0.054443359375 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.011291503906 0.054931640625 0.091308593750 +0.106933593750 0.097167968750 0.046386718750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.040039062500 0.062500000000 +0.072753906250 0.117187500000 0.110351562500 0.121582031250 +0.113769531250 0.108398437500 0.074707031250 0.040039062500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.063964843750 +0.130859375000 0.147460937500 0.106445312500 0.055419921875 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000534057617 0.062500000000 0.042480468750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.020263671875 0.086425781250 0.095703125000 +0.056396484375 0.024414062500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.073242187500 0.104003906250 0.110839843750 +0.116210937500 0.082519531250 0.040527343750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.046386718750 +0.090820312500 0.041259765625 0.015319824219 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.013061523438 0.082519531250 0.131835937500 +0.131835937500 0.154296875000 0.135742187500 0.023925781250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.035400390625 0.070312500000 0.101074218750 +0.073730468750 0.117675781250 0.100585937500 0.075195312500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.024169921875 0.054443359375 0.046630859375 0.038085937500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.043701171875 0.104980468750 0.166992187500 0.150390625000 +0.135742187500 0.125976562500 0.087402343750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.028320312500 0.097656250000 0.126953125000 0.120117187500 +0.104492187500 0.084960937500 0.018432617188 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.017822265625 0.108886718750 +0.179687500000 0.189453125000 0.148437500000 0.094238281250 +0.008789062500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.059570312500 +0.100097656250 0.169921875000 0.143554687500 0.067871093750 +0.042480468750 0.022705078125 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.038818359375 0.131835937500 +0.173828125000 0.178710937500 0.135742187500 0.068359375000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.007507324219 0.063476562500 0.122070312500 +0.172851562500 0.163085937500 0.155273437500 0.105957031250 +0.037353515625 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.069335937500 0.092773437500 +0.055175781250 0.024780273438 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.021728515625 +0.062500000000 0.119140625000 0.113281250000 0.104003906250 +0.002517700195 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.094726562500 0.142578125000 0.150390625000 +0.140625000000 0.145507812500 0.086425781250 0.028686523438 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000092983246 0.057617187500 0.129882812500 +0.144531250000 0.131835937500 0.111328125000 0.011840820312 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.065917968750 0.135742187500 0.168945312500 +0.217773437500 0.192382812500 0.122558593750 0.073242187500 +0.008972167969 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.097167968750 0.141601562500 0.183593750000 +0.169921875000 0.079101562500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.048339843750 +0.121582031250 0.152343750000 0.118164062500 0.019287109375 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.010131835938 +0.055908203125 0.090332031250 0.105957031250 0.082519531250 +0.042724609375 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.035644531250 +0.122070312500 0.186523437500 0.227539062500 0.248046875000 +0.222656250000 0.161132812500 0.092773437500 0.010375976562 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.040039062500 0.060791015625 0.000000000000 +0.012756347656 0.021484375000 0.000000000000 0.005676269531 +0.000000000000 0.001625061035 0.040039062500 0.033447265625 +0.053710937500 0.050292968750 0.078125000000 0.044433593750 +0.072753906250 0.010498046875 0.034179687500 0.006378173828 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.051025390625 +0.017700195312 0.102539062500 0.064453125000 0.041503906250 +0.034423828125 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.029663085938 0.020996093750 0.019165039062 +0.006805419922 0.007354736328 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.017456054688 0.037353515625 0.066894531250 +0.106933593750 0.156250000000 0.128906250000 0.142578125000 +0.140625000000 0.121582031250 0.090332031250 0.091308593750 +0.041259765625 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.007598876953 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.095214843750 +0.039550781250 0.155273437500 0.128906250000 0.161132812500 +0.139648437500 0.101074218750 0.093750000000 0.044677734375 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.020385742188 0.085937500000 0.129882812500 +0.094726562500 0.118164062500 0.091308593750 0.104980468750 +0.006286621094 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.020019531250 +0.000000000000 0.065429687500 0.072265625000 0.138671875000 +0.085449218750 0.128906250000 0.067382812500 0.120117187500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.004058837891 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.012268066406 +0.041259765625 0.043212890625 0.024536132812 0.018188476562 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.020141601562 0.012817382812 0.064453125000 0.000000000000 +0.030517578125 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.066894531250 0.000000000000 0.096191406250 0.061035156250 +0.053222656250 0.000000000000 0.000000000000 0.013610839844 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.010192871094 +0.000000000000 0.054687500000 0.070312500000 0.125000000000 +0.087402343750 0.111816406250 0.072753906250 0.074707031250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.026000976562 0.002761840820 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.068847656250 0.052490234375 0.081542968750 +0.068359375000 0.104492187500 0.093261718750 0.102050781250 +0.035156250000 0.105468750000 0.045898437500 0.145507812500 +0.021728515625 0.086425781250 0.049804687500 0.082031250000 +0.022583007812 0.032714843750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.027709960938 0.073730468750 0.090820312500 +0.075195312500 0.110839843750 0.094726562500 0.078613281250 +0.078125000000 0.108398437500 0.034423828125 0.008239746094 +0.061523437500 0.052001953125 0.034179687500 0.038818359375 +0.029907226562 0.021118164062 0.012023925781 0.024658203125 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.038085937500 0.099121093750 0.094726562500 0.090820312500 +0.142578125000 0.094238281250 0.066406250000 0.001815795898 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.142578125000 0.382812500000 0.519531250000 0.632812500000 +0.628906250000 0.593750000000 0.601562500000 0.570312500000 +0.554687500000 0.558593750000 0.574218750000 0.578125000000 +0.601562500000 0.625000000000 0.628906250000 0.644531250000 +0.625000000000 0.601562500000 0.554687500000 0.511718750000 +0.462890625000 0.398437500000 0.318359375000 0.251953125000 +0.188476562500 0.166015625000 0.169921875000 0.175781250000 +0.190429687500 0.189453125000 0.155273437500 0.098632812500 +0.015075683594 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.023193359375 +0.207031250000 0.337890625000 0.421875000000 0.480468750000 +0.498046875000 0.466796875000 0.396484375000 0.281250000000 +0.125976562500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.013732910156 0.063476562500 0.077148437500 +0.069824218750 0.042236328125 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.051269531250 0.092285156250 0.125000000000 +0.079101562500 0.012451171875 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.099609375000 0.255859375000 0.384765625000 +0.507812500000 0.574218750000 0.589843750000 0.523437500000 +0.394531250000 0.207031250000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.132812500000 0.333984375000 +0.531250000000 0.699218750000 0.867187500000 0.984375000000 +1.031250000000 1.023437500000 0.988281250000 0.902343750000 +0.773437500000 0.585937500000 0.417968750000 0.245117187500 +0.035156250000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.046386718750 0.085449218750 +0.104492187500 0.107910156250 0.075195312500 0.022216796875 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.065917968750 +0.135742187500 0.208984375000 0.227539062500 0.199218750000 +0.133789062500 0.037353515625 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.003448486328 +0.114746093750 0.224609375000 0.296875000000 0.373046875000 +0.416015625000 0.468750000000 0.441406250000 0.388671875000 +0.269531250000 0.123535156250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.023803710938 +0.047851562500 0.064941406250 0.033691406250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.025756835938 0.176757812500 0.289062500000 0.367187500000 +0.371093750000 0.347656250000 0.236328125000 0.081054687500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.182617187500 0.371093750000 0.550781250000 0.699218750000 +0.769531250000 0.812500000000 0.792968750000 0.726562500000 +0.632812500000 0.519531250000 0.394531250000 0.275390625000 +0.162109375000 0.069824218750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.060058593750 0.162109375000 +0.291015625000 0.427734375000 0.546875000000 0.625000000000 +0.679687500000 0.675781250000 0.632812500000 0.523437500000 +0.355468750000 0.190429687500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.057617187500 0.110351562500 0.160156250000 0.250000000000 +0.283203125000 0.300781250000 0.306640625000 0.289062500000 +0.265625000000 0.213867187500 0.109375000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.076660156250 0.154296875000 0.198242187500 +0.243164062500 0.225585937500 0.221679687500 0.194335937500 +0.139648437500 0.107421875000 0.050292968750 0.027343750000 +0.016601562500 0.007385253906 0.025878906250 0.029052734375 +0.067382812500 0.055908203125 0.075195312500 0.104003906250 +0.127929687500 0.169921875000 0.205078125000 0.221679687500 +0.255859375000 0.229492187500 0.179687500000 0.115722656250 +0.044189453125 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.151367187500 0.263671875000 +0.345703125000 0.345703125000 0.320312500000 0.209960937500 +0.083496093750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.122558593750 +0.341796875000 0.550781250000 0.722656250000 0.843750000000 +0.945312500000 0.945312500000 0.945312500000 0.851562500000 +0.734375000000 0.558593750000 0.326171875000 0.103515625000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.027832031250 0.074218750000 +0.116210937500 0.114257812500 0.068359375000 0.008178710938 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.016723632812 0.107421875000 0.183593750000 +0.275390625000 0.330078125000 0.386718750000 0.392578125000 +0.376953125000 0.369140625000 0.343750000000 0.320312500000 +0.292968750000 0.250000000000 0.219726562500 0.183593750000 +0.182617187500 0.183593750000 0.199218750000 0.218750000000 +0.249023437500 0.279296875000 0.294921875000 0.324218750000 +0.304687500000 0.318359375000 0.298828125000 0.312500000000 +0.294921875000 0.263671875000 0.231445312500 0.167968750000 +0.165039062500 0.090332031250 0.068847656250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.075195312500 +0.168945312500 0.283203125000 0.380859375000 0.480468750000 +0.535156250000 0.570312500000 0.621093750000 0.632812500000 +0.652343750000 0.613281250000 0.550781250000 0.462890625000 +0.353515625000 0.242187500000 0.141601562500 0.032714843750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.011535644531 0.106933593750 0.189453125000 +0.211914062500 0.229492187500 0.227539062500 0.181640625000 +0.124023437500 0.022827148438 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.029663085938 +0.124023437500 0.224609375000 0.320312500000 0.398437500000 +0.482421875000 0.531250000000 0.593750000000 0.609375000000 +0.582031250000 0.546875000000 0.466796875000 0.337890625000 +0.208984375000 0.057617187500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.029296875000 0.177734375000 0.277343750000 0.365234375000 +0.427734375000 0.439453125000 0.425781250000 0.339843750000 +0.257812500000 0.097656250000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.082031250000 0.255859375000 0.365234375000 +0.410156250000 0.394531250000 0.277343750000 0.093750000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.048583984375 +0.255859375000 0.406250000000 0.523437500000 0.570312500000 +0.566406250000 0.558593750000 0.523437500000 0.490234375000 +0.474609375000 0.429687500000 0.460937500000 0.466796875000 +0.527343750000 0.562500000000 0.585937500000 0.609375000000 +0.597656250000 0.542968750000 0.449218750000 0.324218750000 +0.208007812500 0.076660156250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.007141113281 +0.148437500000 0.265625000000 0.384765625000 0.486328125000 +0.582031250000 0.648437500000 0.660156250000 0.640625000000 +0.617187500000 0.582031250000 0.507812500000 0.447265625000 +0.371093750000 0.312500000000 0.289062500000 0.294921875000 +0.283203125000 0.283203125000 0.283203125000 0.255859375000 +0.238281250000 0.165039062500 0.120117187500 0.066406250000 +0.026611328125 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.014587402344 0.047851562500 0.065429687500 +0.025756835938 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.030761718750 0.196289062500 0.335937500000 +0.447265625000 0.546875000000 0.597656250000 0.625000000000 +0.550781250000 0.466796875000 0.320312500000 0.107421875000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.296875000000 0.447265625000 0.550781250000 0.542968750000 +0.527343750000 0.523437500000 0.472656250000 0.441406250000 +0.425781250000 0.396484375000 0.371093750000 0.382812500000 +0.384765625000 0.398437500000 0.390625000000 0.376953125000 +0.371093750000 0.335937500000 0.306640625000 0.279296875000 +0.247070312500 0.223632812500 0.191406250000 0.172851562500 +0.174804687500 0.148437500000 0.156250000000 0.166992187500 +0.123046875000 0.113281250000 0.105957031250 0.039062500000 +0.004730224609 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.034423828125 +0.107910156250 0.215820312500 0.294921875000 0.312500000000 +0.351562500000 0.337890625000 0.281250000000 0.216796875000 +0.141601562500 0.010009765625 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.043701171875 0.179687500000 0.292968750000 +0.365234375000 0.402343750000 0.355468750000 0.267578125000 +0.138671875000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.042724609375 0.094238281250 +0.104492187500 0.081054687500 0.079589843750 0.024902343750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.010498046875 0.083007812500 0.095703125000 +0.095214843750 0.080566406250 0.018188476562 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.009582519531 +0.099121093750 0.228515625000 0.330078125000 0.425781250000 +0.439453125000 0.416015625000 0.361328125000 0.263671875000 +0.150390625000 0.044677734375 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.048095703125 0.138671875000 +0.229492187500 0.279296875000 0.296875000000 0.302734375000 +0.289062500000 0.243164062500 0.207031250000 0.148437500000 +0.112792968750 0.109375000000 0.111816406250 0.109863281250 +0.130859375000 0.137695312500 0.183593750000 0.214843750000 +0.225585937500 0.226562500000 0.221679687500 0.166992187500 +0.120117187500 0.052001953125 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.025024414062 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.147460937500 0.296875000000 0.410156250000 +0.523437500000 0.613281250000 0.644531250000 0.671875000000 +0.628906250000 0.574218750000 0.466796875000 0.316406250000 +0.227539062500 0.119140625000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.006256103516 +0.043701171875 0.110351562500 0.132812500000 0.155273437500 +0.157226562500 0.196289062500 0.164062500000 0.171875000000 +0.150390625000 0.104492187500 0.059082031250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.009887695312 0.089843750000 +0.158203125000 0.209960937500 0.251953125000 0.269531250000 +0.246093750000 0.161132812500 0.078125000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.041992187500 +0.158203125000 0.243164062500 0.351562500000 0.455078125000 +0.535156250000 0.562500000000 0.589843750000 0.562500000000 +0.492187500000 0.417968750000 0.298828125000 0.169921875000 +0.059814453125 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.019287109375 +0.042480468750 0.047119140625 0.042724609375 0.024291992188 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.030151367188 0.126953125000 0.191406250000 +0.240234375000 0.259765625000 0.273437500000 0.257812500000 +0.202148437500 0.122070312500 0.018188476562 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.045410156250 +0.180664062500 0.296875000000 0.382812500000 0.441406250000 +0.486328125000 0.503906250000 0.498046875000 0.478515625000 +0.435546875000 0.375000000000 0.314453125000 0.255859375000 +0.200195312500 0.175781250000 0.134765625000 0.121582031250 +0.159179687500 0.169921875000 0.172851562500 0.216796875000 +0.218750000000 0.230468750000 0.224609375000 0.182617187500 +0.173828125000 0.091308593750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.092773437500 0.155273437500 +0.244140625000 0.339843750000 0.398437500000 0.386718750000 +0.417968750000 0.378906250000 0.335937500000 0.263671875000 +0.140625000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.011901855469 0.110351562500 +0.130859375000 0.201171875000 0.201171875000 0.168945312500 +0.161132812500 0.135742187500 0.086914062500 0.077636718750 +0.032226562500 0.000000000000 0.009765625000 0.039062500000 +0.033447265625 0.099121093750 0.133789062500 0.171875000000 +0.221679687500 0.273437500000 0.294921875000 0.345703125000 +0.371093750000 0.375000000000 0.382812500000 0.369140625000 +0.281250000000 0.213867187500 0.163085937500 0.058837890625 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.104980468750 0.207031250000 0.213867187500 0.204101562500 +0.172851562500 0.089843750000 0.013000488281 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.134765625000 0.255859375000 0.373046875000 +0.490234375000 0.546875000000 0.566406250000 0.582031250000 +0.542968750000 0.488281250000 0.408203125000 0.318359375000 +0.209960937500 0.080078125000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.007049560547 0.045166015625 +0.083984375000 0.126953125000 0.169921875000 0.190429687500 +0.169921875000 0.128906250000 0.095703125000 0.063476562500 +0.041748046875 0.026855468750 0.013427734375 0.000000000000 +0.001686096191 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.022338867188 0.064941406250 0.101074218750 +0.144531250000 0.173828125000 0.199218750000 0.217773437500 +0.197265625000 0.214843750000 0.216796875000 0.183593750000 +0.167968750000 0.147460937500 0.102050781250 0.095703125000 +0.108886718750 0.123046875000 0.170898437500 0.207031250000 +0.259765625000 0.287109375000 0.324218750000 0.357421875000 +0.355468750000 0.349609375000 0.339843750000 0.292968750000 +0.224609375000 0.148437500000 0.111816406250 0.079101562500 +0.047851562500 0.079101562500 0.109375000000 0.157226562500 +0.203125000000 0.312500000000 0.376953125000 0.429687500000 +0.482421875000 0.490234375000 0.503906250000 0.478515625000 +0.423828125000 0.318359375000 0.271484375000 0.153320312500 +0.083984375000 0.027099609375 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.035644531250 +0.137695312500 0.257812500000 0.357421875000 0.451171875000 +0.566406250000 0.621093750000 0.648437500000 0.640625000000 +0.585937500000 0.486328125000 0.371093750000 0.213867187500 +0.065429687500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.048828125000 +0.200195312500 0.322265625000 0.443359375000 0.535156250000 +0.558593750000 0.605468750000 0.589843750000 0.546875000000 +0.498046875000 0.408203125000 0.304687500000 0.189453125000 +0.084472656250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.019775390625 0.053222656250 0.110351562500 +0.114257812500 0.117187500000 0.078613281250 0.040283203125 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.008178710938 0.084472656250 0.143554687500 0.227539062500 +0.302734375000 0.386718750000 0.410156250000 0.474609375000 +0.486328125000 0.466796875000 0.425781250000 0.384765625000 +0.318359375000 0.273437500000 0.224609375000 0.174804687500 +0.158203125000 0.132812500000 0.134765625000 0.140625000000 +0.173828125000 0.220703125000 0.269531250000 0.337890625000 +0.404296875000 0.447265625000 0.472656250000 0.484375000000 +0.449218750000 0.402343750000 0.332031250000 0.255859375000 +0.111816406250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.048828125000 0.169921875000 0.234375000000 0.292968750000 +0.291015625000 0.242187500000 0.150390625000 0.035644531250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.070800781250 0.148437500000 +0.196289062500 0.208007812500 0.220703125000 0.228515625000 +0.221679687500 0.211914062500 0.186523437500 0.182617187500 +0.221679687500 0.251953125000 0.275390625000 0.320312500000 +0.333984375000 0.326171875000 0.314453125000 0.267578125000 +0.181640625000 0.081054687500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.003524780273 0.090332031250 +0.173828125000 0.218750000000 0.271484375000 0.308593750000 +0.314453125000 0.291015625000 0.322265625000 0.287109375000 +0.242187500000 0.195312500000 0.155273437500 0.090332031250 +0.075683593750 0.051513671875 0.032470703125 0.066406250000 +0.087890625000 0.101562500000 0.111328125000 0.092773437500 +0.100585937500 0.146484375000 0.150390625000 0.160156250000 +0.190429687500 0.188476562500 0.232421875000 0.269531250000 +0.279296875000 0.291015625000 0.359375000000 0.371093750000 +0.410156250000 0.386718750000 0.341796875000 0.285156250000 +0.226562500000 0.132812500000 0.059814453125 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.118652343750 0.227539062500 +0.351562500000 0.427734375000 0.441406250000 0.433593750000 +0.382812500000 0.273437500000 0.186523437500 0.074707031250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.017089843750 0.032226562500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.097656250000 0.227539062500 0.369140625000 +0.486328125000 0.550781250000 0.570312500000 0.546875000000 +0.468750000000 0.330078125000 0.146484375000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.083984375000 +0.209960937500 0.273437500000 0.330078125000 0.316406250000 +0.289062500000 0.215820312500 0.108398437500 0.004272460938 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.016845703125 +0.125976562500 0.239257812500 0.339843750000 0.486328125000 +0.570312500000 0.625000000000 0.667968750000 0.679687500000 +0.664062500000 0.640625000000 0.578125000000 0.519531250000 +0.445312500000 0.367187500000 0.292968750000 0.253906250000 +0.238281250000 0.213867187500 0.251953125000 0.265625000000 +0.283203125000 0.312500000000 0.316406250000 0.304687500000 +0.294921875000 0.234375000000 0.160156250000 0.065917968750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.050537109375 0.204101562500 0.339843750000 0.486328125000 +0.589843750000 0.671875000000 0.699218750000 0.687500000000 +0.621093750000 0.535156250000 0.421875000000 0.267578125000 +0.130859375000 0.011047363281 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.087402343750 0.178710937500 +0.273437500000 0.294921875000 0.355468750000 0.353515625000 +0.324218750000 0.271484375000 0.228515625000 0.125000000000 +0.040283203125 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.030883789062 0.031738281250 0.003448486328 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.021240234375 0.125976562500 0.222656250000 +0.302734375000 0.375000000000 0.392578125000 0.406250000000 +0.363281250000 0.263671875000 0.140625000000 0.033447265625 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.071777343750 0.171875000000 0.253906250000 +0.310546875000 0.314453125000 0.289062500000 0.216796875000 +0.094238281250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.095214843750 +0.201171875000 0.296875000000 0.384765625000 0.441406250000 +0.468750000000 0.486328125000 0.462890625000 0.386718750000 +0.285156250000 0.146484375000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.020996093750 0.003845214844 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.017578125000 +0.005584716797 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.100097656250 0.233398437500 0.335937500000 +0.371093750000 0.412109375000 0.427734375000 0.390625000000 +0.363281250000 0.335937500000 0.296875000000 0.259765625000 +0.237304687500 0.228515625000 0.224609375000 0.236328125000 +0.283203125000 0.310546875000 0.320312500000 0.328125000000 +0.302734375000 0.243164062500 0.177734375000 0.078125000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.037353515625 0.177734375000 0.291015625000 +0.367187500000 0.423828125000 0.419921875000 0.394531250000 +0.302734375000 0.203125000000 0.072753906250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.014160156250 0.084960937500 0.104492187500 +0.149414062500 0.137695312500 0.114746093750 0.110351562500 +0.095703125000 0.089843750000 0.058593750000 0.047119140625 +0.017456054688 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.025268554688 0.203125000000 0.357421875000 +0.503906250000 0.605468750000 0.675781250000 0.710937500000 +0.683593750000 0.667968750000 0.582031250000 0.503906250000 +0.371093750000 0.243164062500 0.119140625000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.056396484375 0.187500000000 0.281250000000 +0.339843750000 0.345703125000 0.355468750000 0.269531250000 +0.219726562500 0.122070312500 0.010803222656 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.012451171875 0.028320312500 +0.013793945312 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.059082031250 0.158203125000 0.230468750000 0.275390625000 +0.308593750000 0.271484375000 0.189453125000 0.096191406250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.039550781250 0.135742187500 0.205078125000 +0.227539062500 0.245117187500 0.217773437500 0.149414062500 +0.076171875000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.115722656250 0.228515625000 0.304687500000 +0.318359375000 0.298828125000 0.210937500000 0.120117187500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.113281250000 0.257812500000 0.388671875000 0.486328125000 +0.507812500000 0.482421875000 0.400390625000 0.201171875000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.073242187500 0.123535156250 0.176757812500 0.236328125000 +0.253906250000 0.223632812500 0.195312500000 0.144531250000 +0.063476562500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.035156250000 0.076660156250 +0.066894531250 0.084960937500 0.057861328125 0.023071289062 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.009887695312 0.078125000000 0.162109375000 0.255859375000 +0.355468750000 0.457031250000 0.570312500000 0.648437500000 +0.699218750000 0.734375000000 0.746093750000 0.722656250000 +0.695312500000 0.640625000000 0.589843750000 0.558593750000 +0.498046875000 0.441406250000 0.388671875000 0.308593750000 +0.259765625000 0.215820312500 0.190429687500 0.140625000000 +0.075683593750 0.016845703125 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.032958984375 0.070800781250 0.119140625000 0.150390625000 +0.163085937500 0.197265625000 0.200195312500 0.181640625000 +0.209960937500 0.220703125000 0.200195312500 0.198242187500 +0.165039062500 0.120117187500 0.078613281250 0.011779785156 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.040283203125 0.159179687500 +0.243164062500 0.312500000000 0.376953125000 0.404296875000 +0.433593750000 0.429687500000 0.408203125000 0.353515625000 +0.294921875000 0.273437500000 0.208984375000 0.180664062500 +0.157226562500 0.148437500000 0.143554687500 0.177734375000 +0.219726562500 0.226562500000 0.240234375000 0.277343750000 +0.259765625000 0.257812500000 0.246093750000 0.224609375000 +0.186523437500 0.141601562500 0.086425781250 0.017944335938 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.027465820312 0.094238281250 0.179687500000 0.247070312500 +0.316406250000 0.380859375000 0.421875000000 0.416015625000 +0.396484375000 0.367187500000 0.302734375000 0.229492187500 +0.131835937500 0.045166015625 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.053955078125 0.122558593750 0.186523437500 0.229492187500 +0.226562500000 0.229492187500 0.200195312500 0.114746093750 +0.017578125000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.125000000000 +0.187500000000 0.224609375000 0.261718750000 0.202148437500 +0.197265625000 0.121582031250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.070312500000 0.212890625000 +0.255859375000 0.330078125000 0.322265625000 0.283203125000 +0.193359375000 0.093750000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.081054687500 0.168945312500 +0.261718750000 0.269531250000 0.226562500000 0.189453125000 +0.085449218750 0.006042480469 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.072753906250 0.155273437500 0.204101562500 +0.188476562500 0.156250000000 0.054931640625 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.066406250000 0.133789062500 0.178710937500 0.222656250000 +0.247070312500 0.279296875000 0.285156250000 0.306640625000 +0.296875000000 0.308593750000 0.306640625000 0.287109375000 +0.273437500000 0.292968750000 0.291015625000 0.316406250000 +0.322265625000 0.316406250000 0.304687500000 0.298828125000 +0.285156250000 0.310546875000 0.279296875000 0.289062500000 +0.304687500000 0.328125000000 0.298828125000 0.318359375000 +0.296875000000 0.328125000000 0.326171875000 0.322265625000 +0.259765625000 0.257812500000 0.187500000000 0.164062500000 +0.098144531250 0.063476562500 0.048583984375 0.000000000000 +0.000000000000 0.000000000000 0.095703125000 0.081054687500 +0.184570312500 0.192382812500 0.261718750000 0.328125000000 +0.343750000000 0.341796875000 0.371093750000 0.296875000000 +0.261718750000 0.188476562500 0.104003906250 0.000865936279 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.033447265625 0.047851562500 0.043457031250 0.104980468750 +0.067382812500 0.126953125000 0.144531250000 0.174804687500 +0.215820312500 0.259765625000 0.275390625000 0.306640625000 +0.255859375000 0.296875000000 0.269531250000 0.245117187500 +0.203125000000 0.154296875000 0.099121093750 0.030517578125 +0.010314941406 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.019653320312 0.036376953125 0.069824218750 0.024536132812 +0.025878906250 0.000086784363 0.020874023438 0.034179687500 +0.031250000000 0.009582519531 0.040039062500 0.041992187500 +0.006591796875 0.011535644531 0.030395507812 0.029174804688 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.023559570312 +0.076171875000 0.192382812500 0.205078125000 0.214843750000 +0.222656250000 0.183593750000 0.138671875000 0.069335937500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.042968750000 0.038818359375 0.038330078125 +0.090332031250 0.101074218750 0.163085937500 0.131835937500 +0.197265625000 0.271484375000 0.273437500000 0.302734375000 +0.302734375000 0.326171875000 0.359375000000 0.347656250000 +0.349609375000 0.341796875000 0.357421875000 0.396484375000 +0.373046875000 0.337890625000 0.287109375000 0.201171875000 +0.161132812500 0.160156250000 0.060058593750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.046386718750 0.107910156250 0.105468750000 0.132812500000 +0.119628906250 0.092773437500 0.062011718750 0.002136230469 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.038574218750 0.198242187500 +0.296875000000 0.353515625000 0.404296875000 0.402343750000 +0.376953125000 0.361328125000 0.347656250000 0.339843750000 +0.302734375000 0.281250000000 0.267578125000 0.261718750000 +0.257812500000 0.215820312500 0.257812500000 0.231445312500 +0.226562500000 0.240234375000 0.209960937500 0.192382812500 +0.130859375000 0.061035156250 0.013854980469 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.030029296875 0.202148437500 +0.271484375000 0.417968750000 0.476562500000 0.503906250000 +0.447265625000 0.431640625000 0.347656250000 0.217773437500 +0.143554687500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.002731323242 0.121093750000 +0.177734375000 0.283203125000 0.353515625000 0.351562500000 +0.386718750000 0.353515625000 0.349609375000 0.347656250000 +0.324218750000 0.285156250000 0.233398437500 0.217773437500 +0.202148437500 0.138671875000 0.089843750000 0.025390625000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.078613281250 0.123535156250 0.210937500000 0.227539062500 +0.259765625000 0.219726562500 0.195312500000 0.099609375000 +0.030273437500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.112304687500 0.203125000000 +0.296875000000 0.341796875000 0.386718750000 0.386718750000 +0.378906250000 0.314453125000 0.277343750000 0.199218750000 +0.162109375000 0.081542968750 0.036376953125 0.006958007812 +0.000000000000 0.000000000000 0.000000000000 0.020263671875 +0.042236328125 0.109375000000 0.132812500000 0.120117187500 +0.105957031250 0.087402343750 0.056152343750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.067871093750 0.174804687500 0.226562500000 +0.207031250000 0.193359375000 0.192382812500 0.089355468750 +0.031982421875 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.016479492188 0.088378906250 0.135742187500 +0.148437500000 0.216796875000 0.247070312500 0.289062500000 +0.292968750000 0.271484375000 0.250000000000 0.255859375000 +0.190429687500 0.149414062500 0.083496093750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.012268066406 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.010437011719 0.175781250000 0.312500000000 0.392578125000 +0.431640625000 0.466796875000 0.500000000000 0.443359375000 +0.378906250000 0.287109375000 0.171875000000 0.051757812500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.051269531250 0.187500000000 0.220703125000 0.275390625000 +0.192382812500 0.152343750000 0.052001953125 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.008117675781 0.071289062500 0.155273437500 +0.205078125000 0.245117187500 0.269531250000 0.271484375000 +0.257812500000 0.194335937500 0.147460937500 0.030273437500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.079589843750 0.175781250000 +0.279296875000 0.349609375000 0.408203125000 0.429687500000 +0.416015625000 0.345703125000 0.251953125000 0.122070312500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.097656250000 +0.250000000000 0.349609375000 0.400390625000 0.419921875000 +0.390625000000 0.310546875000 0.229492187500 0.115722656250 +0.011413574219 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.014465332031 0.034667968750 +0.021362304688 0.003234863281 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.037109375000 0.132812500000 0.216796875000 +0.267578125000 0.292968750000 0.285156250000 0.238281250000 +0.177734375000 0.080078125000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.021972656250 0.035400390625 0.028320312500 0.017456054688 +0.015869140625 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.031005859375 0.088378906250 +0.126953125000 0.159179687500 0.180664062500 0.176757812500 +0.177734375000 0.158203125000 0.152343750000 0.144531250000 +0.148437500000 0.142578125000 0.134765625000 0.125976562500 +0.130859375000 0.151367187500 0.191406250000 0.224609375000 +0.269531250000 0.285156250000 0.306640625000 0.314453125000 +0.306640625000 0.271484375000 0.265625000000 0.237304687500 +0.237304687500 0.225585937500 0.217773437500 0.210937500000 +0.232421875000 0.238281250000 0.285156250000 0.302734375000 +0.332031250000 0.332031250000 0.322265625000 0.314453125000 +0.273437500000 0.245117187500 0.148437500000 0.121582031250 +0.046630859375 0.029418945312 0.033203125000 0.036132812500 +0.073730468750 0.140625000000 0.166015625000 0.253906250000 +0.310546875000 0.359375000000 0.402343750000 0.412109375000 +0.392578125000 0.335937500000 0.263671875000 0.202148437500 +0.102539062500 0.002380371094 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.037353515625 0.055419921875 0.030639648438 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.024414062500 0.046142578125 +0.090820312500 0.120117187500 0.151367187500 0.180664062500 +0.203125000000 0.213867187500 0.231445312500 0.230468750000 +0.267578125000 0.267578125000 0.283203125000 0.265625000000 +0.267578125000 0.239257812500 0.236328125000 0.219726562500 +0.178710937500 0.156250000000 0.122558593750 0.082519531250 +0.077148437500 0.060546875000 0.048095703125 0.023071289062 +0.038085937500 0.023559570312 0.026611328125 0.014648437500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.018188476562 0.073242187500 0.122558593750 0.123046875000 +0.095703125000 0.059570312500 0.013977050781 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.030395507812 +0.099609375000 0.166992187500 0.224609375000 0.251953125000 +0.253906250000 0.261718750000 0.236328125000 0.218750000000 +0.213867187500 0.195312500000 0.146484375000 0.100097656250 +0.067382812500 0.032958984375 0.011962890625 0.014648437500 +0.009826660156 0.003662109375 0.012451171875 0.034423828125 +0.050781250000 0.106445312500 0.123046875000 0.115234375000 +0.101562500000 0.062255859375 0.022583007812 0.000138282776 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.008361816406 0.057861328125 +0.074707031250 0.071777343750 0.055175781250 0.039550781250 +0.001358032227 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.007354736328 0.073730468750 0.131835937500 0.168945312500 +0.214843750000 0.222656250000 0.224609375000 0.212890625000 +0.153320312500 0.083007812500 0.025878906250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.004333496094 +0.026489257812 0.065429687500 0.060791015625 0.048339843750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.002868652344 0.044189453125 0.095214843750 +0.115722656250 0.127929687500 0.136718750000 0.127929687500 +0.104492187500 0.073730468750 0.031738281250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.013366699219 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.042236328125 +0.123535156250 0.175781250000 0.219726562500 0.222656250000 +0.202148437500 0.157226562500 0.088867187500 0.009826660156 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000705718994 +0.071777343750 0.106445312500 0.131835937500 0.168945312500 +0.180664062500 0.193359375000 0.195312500000 0.215820312500 +0.218750000000 0.195312500000 0.188476562500 0.176757812500 +0.168945312500 0.160156250000 0.166015625000 0.159179687500 +0.160156250000 0.164062500000 0.166015625000 0.177734375000 +0.190429687500 0.218750000000 0.263671875000 0.330078125000 +0.386718750000 0.396484375000 0.384765625000 0.369140625000 +0.320312500000 0.265625000000 0.181640625000 0.104003906250 +0.033203125000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000255584717 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.020385742188 +0.014526367188 0.040283203125 0.049072265625 0.046386718750 +0.055419921875 0.085449218750 0.103515625000 0.120605468750 +0.117187500000 0.084960937500 0.042236328125 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.095214843750 0.208007812500 0.273437500000 0.322265625000 +0.330078125000 0.330078125000 0.333984375000 0.314453125000 +0.298828125000 0.289062500000 0.253906250000 0.242187500000 +0.225585937500 0.199218750000 0.177734375000 0.161132812500 +0.161132812500 0.164062500000 0.170898437500 0.185546875000 +0.194335937500 0.175781250000 0.160156250000 0.145507812500 +0.095214843750 0.071777343750 0.018554687500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.015869140625 0.043457031250 0.033691406250 0.012756347656 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.136718750000 0.241210937500 0.341796875000 0.421875000000 +0.447265625000 0.447265625000 0.417968750000 0.402343750000 +0.312500000000 0.248046875000 0.124511718750 0.021484375000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.002380371094 0.079101562500 +0.136718750000 0.168945312500 0.174804687500 0.157226562500 +0.103027343750 0.033935546875 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.066894531250 0.171875000000 0.255859375000 +0.316406250000 0.380859375000 0.416015625000 0.443359375000 +0.441406250000 0.453125000000 0.431640625000 0.419921875000 +0.376953125000 0.324218750000 0.292968750000 0.233398437500 +0.186523437500 0.118164062500 0.067382812500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.040283203125 0.103515625000 0.186523437500 +0.223632812500 0.249023437500 0.271484375000 0.245117187500 +0.205078125000 0.149414062500 0.084472656250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.030151367188 0.103027343750 +0.159179687500 0.213867187500 0.238281250000 0.271484375000 +0.257812500000 0.257812500000 0.234375000000 0.192382812500 +0.166992187500 0.135742187500 0.125000000000 0.105468750000 +0.122558593750 0.135742187500 0.139648437500 0.176757812500 +0.213867187500 0.250000000000 0.277343750000 0.294921875000 +0.292968750000 0.257812500000 0.222656250000 0.145507812500 +0.064453125000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.050048828125 0.129882812500 0.166992187500 0.199218750000 +0.194335937500 0.176757812500 0.133789062500 0.105468750000 +0.066406250000 0.032958984375 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.002731323242 0.031494140625 +0.080078125000 0.129882812500 0.214843750000 0.250000000000 +0.300781250000 0.332031250000 0.337890625000 0.365234375000 +0.355468750000 0.333984375000 0.291015625000 0.263671875000 +0.209960937500 0.129882812500 0.030151367188 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.045166015625 0.091308593750 +0.117675781250 0.108886718750 0.094726562500 0.042480468750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.047363281250 0.162109375000 0.251953125000 0.341796875000 +0.404296875000 0.419921875000 0.429687500000 0.414062500000 +0.386718750000 0.349609375000 0.279296875000 0.200195312500 +0.119628906250 0.039550781250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.024658203125 0.111816406250 0.183593750000 0.255859375000 +0.292968750000 0.277343750000 0.219726562500 0.143554687500 +0.020629882812 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.015991210938 0.060791015625 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.026000976562 +0.062011718750 0.008850097656 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.044189453125 0.173828125000 0.267578125000 0.289062500000 +0.255859375000 0.156250000000 0.036376953125 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.024414062500 0.010131835938 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.050292968750 0.125976562500 +0.171875000000 0.177734375000 0.201171875000 0.190429687500 +0.178710937500 0.116699218750 0.085449218750 0.056152343750 +0.042236328125 0.014282226562 0.040527343750 0.029785156250 +0.077148437500 0.116699218750 0.166992187500 0.200195312500 +0.253906250000 0.250000000000 0.239257812500 0.203125000000 +0.158203125000 0.108886718750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.074218750000 0.068847656250 0.127929687500 +0.104003906250 0.029907226562 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.021484375000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.019409179688 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.027343750000 0.080566406250 0.063964843750 +0.043701171875 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.031250000000 +0.123046875000 0.229492187500 0.246093750000 0.253906250000 +0.224609375000 0.162109375000 0.077636718750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.046875000000 0.046630859375 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.036376953125 0.075195312500 0.093750000000 0.069335937500 +0.032470703125 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.053955078125 0.049316406250 0.053222656250 +0.068359375000 0.019042968750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.067382812500 +0.133789062500 0.156250000000 0.130859375000 0.084960937500 +0.053222656250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.034423828125 0.055664062500 0.030639648438 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.019653320312 0.088378906250 +0.132812500000 0.163085937500 0.155273437500 0.149414062500 +0.121582031250 0.104003906250 0.064453125000 0.013671875000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.032958984375 0.083007812500 +0.139648437500 0.187500000000 0.196289062500 0.203125000000 +0.208984375000 0.170898437500 0.115722656250 0.046875000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.052490234375 0.070312500000 0.065429687500 +0.010864257812 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.018798828125 0.135742187500 0.236328125000 +0.320312500000 0.343750000000 0.318359375000 0.371093750000 +0.322265625000 0.275390625000 0.191406250000 0.144531250000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.034912109375 +0.094726562500 0.103515625000 0.107910156250 0.056884765625 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.068847656250 0.219726562500 +0.306640625000 0.390625000000 0.449218750000 0.449218750000 +0.417968750000 0.376953125000 0.308593750000 0.255859375000 +0.143554687500 0.036132812500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.057373046875 0.100585937500 0.150390625000 +0.143554687500 0.103027343750 0.110351562500 0.037353515625 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.043457031250 +0.086425781250 0.146484375000 0.181640625000 0.210937500000 +0.195312500000 0.210937500000 0.218750000000 0.192382812500 +0.208007812500 0.192382812500 0.172851562500 0.135742187500 +0.122558593750 0.087402343750 0.033203125000 0.025146484375 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.002014160156 0.101074218750 0.158203125000 +0.195312500000 0.225585937500 0.251953125000 0.228515625000 +0.237304687500 0.224609375000 0.130859375000 0.121093750000 +0.080078125000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.057861328125 0.185546875000 +0.261718750000 0.337890625000 0.345703125000 0.308593750000 +0.199218750000 0.127929687500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.136718750000 0.247070312500 +0.310546875000 0.322265625000 0.281250000000 0.190429687500 +0.122070312500 0.001083374023 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000297546387 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.097656250000 0.174804687500 0.172851562500 0.177734375000 +0.132812500000 0.024291992188 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.079101562500 0.114746093750 0.163085937500 0.223632812500 +0.255859375000 0.231445312500 0.197265625000 0.193359375000 +0.134765625000 0.086914062500 0.066894531250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.005676269531 0.051269531250 0.042724609375 0.065917968750 +0.074218750000 0.075195312500 0.047363281250 0.011779785156 +0.008361816406 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.025878906250 0.107910156250 0.099121093750 +0.149414062500 0.183593750000 0.156250000000 0.179687500000 +0.176757812500 0.184570312500 0.123046875000 0.012329101562 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.083984375000 +0.156250000000 0.203125000000 0.269531250000 0.291015625000 +0.267578125000 0.251953125000 0.196289062500 0.190429687500 +0.104980468750 0.055419921875 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.015991210938 0.058593750000 0.073730468750 +0.088378906250 0.032958984375 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.015869140625 0.050048828125 0.057861328125 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.035888671875 0.079589843750 +0.107421875000 0.151367187500 0.160156250000 0.164062500000 +0.119628906250 0.026367187500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.075195312500 0.119140625000 0.152343750000 +0.079101562500 0.056884765625 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.008361816406 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.078125000000 0.141601562500 0.168945312500 +0.228515625000 0.267578125000 0.237304687500 0.259765625000 +0.215820312500 0.209960937500 0.162109375000 0.103027343750 +0.092773437500 0.071777343750 0.019042968750 0.073730468750 +0.080566406250 0.077636718750 0.118164062500 0.101074218750 +0.148437500000 0.099121093750 0.083007812500 0.008544921875 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.019775390625 0.107421875000 0.138671875000 +0.228515625000 0.151367187500 0.163085937500 0.124511718750 +0.023193359375 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.007019042969 0.072753906250 +0.108886718750 0.115722656250 0.124023437500 0.073242187500 +0.083984375000 0.018188476562 0.001625061035 0.006072998047 +0.016845703125 0.025756835938 0.034667968750 0.048828125000 +0.055175781250 0.070800781250 0.074707031250 0.060546875000 +0.078613281250 0.057128906250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.019287109375 +0.138671875000 0.158203125000 0.269531250000 0.241210937500 +0.240234375000 0.201171875000 0.121582031250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.041992187500 0.041992187500 +0.096191406250 0.091308593750 0.037353515625 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.023193359375 0.081054687500 0.116699218750 0.143554687500 +0.114746093750 0.093261718750 0.011779785156 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.066406250000 0.155273437500 +0.226562500000 0.250000000000 0.234375000000 0.167968750000 +0.115234375000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.009277343750 0.095703125000 0.148437500000 +0.169921875000 0.167968750000 0.062988281250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.112304687500 0.214843750000 0.300781250000 0.365234375000 +0.328125000000 0.261718750000 0.128906250000 0.003051757812 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.019042968750 0.006072998047 +0.009277343750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.085449218750 0.130859375000 0.087402343750 +0.121582031250 0.052246093750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.079101562500 0.205078125000 0.351562500000 0.455078125000 +0.494140625000 0.507812500000 0.492187500000 0.445312500000 +0.357421875000 0.215820312500 0.089355468750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.113281250000 +0.253906250000 0.326171875000 0.353515625000 0.287109375000 +0.195312500000 0.019042968750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.028686523438 0.032470703125 0.027343750000 +0.008728027344 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.013671875000 +0.148437500000 0.240234375000 0.253906250000 0.269531250000 +0.237304687500 0.135742187500 0.009521484375 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.052978515625 0.085937500000 0.043457031250 +0.013732910156 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.039062500000 0.080078125000 0.063476562500 0.082031250000 +0.074707031250 0.018798828125 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.005645751953 +0.052734375000 0.070800781250 0.100585937500 0.083984375000 +0.049316406250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.039062500000 +0.126953125000 0.188476562500 0.170898437500 0.152343750000 +0.086914062500 0.010986328125 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.018554687500 0.020751953125 0.018920898438 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.049804687500 0.104492187500 +0.096679687500 0.066406250000 0.055908203125 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.044433593750 +0.099121093750 0.105957031250 0.089355468750 0.057617187500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.004180908203 0.069824218750 0.055908203125 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.003372192383 0.047363281250 +0.069335937500 0.068847656250 0.028930664062 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.019409179688 +0.034179687500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.036132812500 +0.055419921875 0.072265625000 0.115234375000 0.104003906250 +0.099609375000 0.080078125000 0.033935546875 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.047851562500 0.104492187500 0.151367187500 +0.163085937500 0.099609375000 0.053466796875 0.019165039062 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.008056640625 0.026611328125 0.018310546875 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.068847656250 0.106933593750 +0.127929687500 0.104980468750 0.080566406250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.059814453125 0.189453125000 0.231445312500 +0.251953125000 0.273437500000 0.213867187500 0.101562500000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.048828125000 0.040771484375 0.026489257812 0.020507812500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.058837890625 0.050048828125 0.023925781250 0.039794921875 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.039062500000 +0.036865234375 0.026367187500 0.045654296875 0.083496093750 +0.095703125000 0.081054687500 0.046142578125 0.011047363281 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.002075195312 0.026611328125 0.022949218750 +0.045654296875 0.016967773438 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.045898437500 0.039550781250 0.049072265625 +0.033203125000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.035888671875 0.105957031250 0.110839843750 0.095703125000 +0.089843750000 0.043212890625 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.041748046875 +0.054443359375 0.094726562500 0.123535156250 0.083496093750 +0.042724609375 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.060546875000 0.082519531250 +0.050537109375 0.018188476562 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.074707031250 +0.197265625000 0.271484375000 0.312500000000 0.298828125000 +0.237304687500 0.117187500000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.081054687500 0.145507812500 0.166015625000 0.145507812500 +0.095214843750 0.035156250000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.042480468750 +0.124023437500 0.194335937500 0.233398437500 0.250000000000 +0.223632812500 0.163085937500 0.141601562500 0.085449218750 +0.026367187500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.003051757812 0.105957031250 +0.194335937500 0.229492187500 0.249023437500 0.251953125000 +0.255859375000 0.160156250000 0.080566406250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.008178710938 0.077148437500 0.073730468750 +0.102050781250 0.093261718750 0.046630859375 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.055664062500 0.095703125000 +0.095214843750 0.097167968750 0.032470703125 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.047851562500 0.033447265625 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.056396484375 +0.124511718750 0.136718750000 0.142578125000 0.138671875000 +0.081542968750 0.004791259766 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.073242187500 0.134765625000 0.136718750000 0.102539062500 +0.083007812500 0.057617187500 0.026489257812 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.003326416016 +0.012939453125 0.013732910156 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.029418945312 0.062255859375 0.081054687500 0.073730468750 +0.062500000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.049560546875 0.169921875000 0.214843750000 +0.240234375000 0.220703125000 0.175781250000 0.117675781250 +0.058837890625 0.008544921875 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.057861328125 +0.127929687500 0.164062500000 0.167968750000 0.121093750000 +0.031250000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.049072265625 0.078125000000 0.077148437500 0.025878906250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.039794921875 0.045654296875 0.046630859375 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.064941406250 0.176757812500 +0.253906250000 0.273437500000 0.208007812500 0.117187500000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.004180908203 0.038085937500 0.052734375000 0.036132812500 +0.043457031250 0.033447265625 0.040039062500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.040527343750 0.106445312500 +0.170898437500 0.253906250000 0.289062500000 0.281250000000 +0.208984375000 0.155273437500 0.101074218750 0.058837890625 +0.012329101562 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.036132812500 0.077636718750 0.068359375000 0.065429687500 +0.028930664062 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.001701354980 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.008911132812 0.030883789062 0.028686523438 +0.001045227051 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.172851562500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.164062500000 0.000000000000 0.000000000000 0.085449218750 +0.000000000000 0.129882812500 0.000000000000 0.000000000000 +0.257812500000 0.000000000000 0.000000000000 0.006378173828 +0.146484375000 0.000000000000 0.000000000000 0.000000000000 +0.012390136719 0.000000000000 0.000000000000 0.316406250000 +0.000000000000 0.014831542969 0.000000000000 0.000000000000 +0.318359375000 0.152343750000 0.000000000000 0.104492187500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.144531250000 0.000000000000 0.110351562500 +0.000000000000 0.159179687500 0.005981445312 0.355468750000 +0.000000000000 0.212890625000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.191406250000 0.000000000000 +0.000000000000 0.000000000000 0.007232666016 0.000000000000 +0.031250000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.192382812500 0.000000000000 +0.275390625000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.219726562500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.137695312500 0.000000000000 +0.000000000000 0.000000000000 0.088378906250 0.000000000000 +0.000000000000 0.115234375000 0.000000000000 0.000000000000 +0.024536132812 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.183593750000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.100585937500 0.000000000000 0.178710937500 0.000000000000 +0.000000000000 0.000000000000 0.092285156250 0.000000000000 +0.000000000000 0.000000000000 0.086425781250 0.000000000000 +0.000000000000 0.114257812500 0.000858306885 0.000000000000 +0.000000000000 0.000000000000 0.531250000000 0.000000000000 +0.000000000000 0.000000000000 0.130859375000 0.388671875000 +0.000000000000 0.000000000000 0.119628906250 0.000000000000 +0.000000000000 0.169921875000 0.000000000000 0.000000000000 +0.000000000000 0.143554687500 0.000000000000 0.000000000000 +0.032470703125 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.104003906250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.076660156250 +0.000000000000 0.000000000000 0.000000000000 0.125976562500 +0.107910156250 0.000000000000 0.000000000000 0.000000000000 +0.431640625000 0.000000000000 0.000000000000 0.000000000000 +0.163085937500 0.178710937500 0.000000000000 0.147460937500 +0.000000000000 0.002517700195 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.167968750000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.050537109375 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.028808593750 0.000000000000 0.165039062500 0.014099121094 +0.231445312500 0.000000000000 0.125976562500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.050292968750 0.000000000000 0.000000000000 0.136718750000 +0.092285156250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.031982421875 0.043701171875 +0.000000000000 0.000000000000 0.000000000000 0.152343750000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.052978515625 0.043945312500 0.055908203125 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.172851562500 +0.025756835938 0.223632812500 0.000000000000 0.000000000000 +0.000000000000 0.007049560547 0.226562500000 0.000000000000 +0.000000000000 0.000000000000 0.054443359375 0.017700195312 +0.000000000000 0.000000000000 0.087402343750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.139648437500 0.000000000000 +0.000000000000 0.138671875000 0.011291503906 0.000000000000 +0.110839843750 0.000000000000 0.020019531250 0.000000000000 +0.320312500000 0.219726562500 0.000000000000 0.000000000000 +0.000000000000 0.149414062500 0.000000000000 0.000000000000 +0.081542968750 0.255859375000 0.015319824219 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.129882812500 0.000000000000 +0.000000000000 0.001129150391 0.016113281250 0.019775390625 +0.000000000000 0.000000000000 0.000000000000 0.032958984375 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.095703125000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.200195312500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.007141113281 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.085449218750 0.140625000000 0.000000000000 +0.103515625000 0.000000000000 0.058349609375 0.189453125000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.127929687500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.232421875000 0.043945312500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.011291503906 +0.000425338745 0.023681640625 0.118164062500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.146484375000 0.000000000000 +0.000000000000 0.000000000000 0.114257812500 0.000000000000 +0.000000000000 0.000000000000 0.081542968750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.492187500000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.094238281250 0.012756347656 0.000000000000 0.219726562500 +0.000000000000 0.000000000000 0.000000000000 0.188476562500 +0.234375000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.460937500000 0.000000000000 +0.000000000000 0.000000000000 0.333984375000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.174804687500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.056152343750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.004821777344 0.000000000000 +0.000000000000 0.000000000000 0.132812500000 0.000000000000 +0.000000000000 0.000000000000 0.047119140625 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.045898437500 0.000000000000 0.053222656250 +0.000000000000 0.212890625000 0.000000000000 0.000000000000 +0.000000000000 0.125976562500 0.000000000000 0.096191406250 +0.000000000000 0.281250000000 0.000000000000 0.039306640625 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.039550781250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.068359375000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.188476562500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.047119140625 +0.000000000000 0.000000000000 0.000000000000 0.118164062500 +0.045410156250 0.000000000000 0.000000000000 0.215820312500 +0.000000000000 0.000000000000 0.169921875000 0.000000000000 +0.160156250000 0.000000000000 0.052490234375 0.000000000000 +0.000000000000 0.285156250000 0.000000000000 0.000000000000 +0.000000000000 0.060546875000 0.425781250000 0.000000000000 +0.000000000000 0.061279296875 0.099121093750 0.000000000000 +0.000000000000 0.063964843750 0.121093750000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.071777343750 0.000000000000 0.000000000000 0.000000000000 +0.033691406250 0.078613281250 0.000000000000 0.000000000000 +0.000000000000 0.066894531250 0.318359375000 0.000000000000 +0.000000000000 0.000000000000 0.078613281250 0.147460937500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.004272460938 0.013977050781 +0.000000000000 0.000000000000 0.000000000000 0.017333984375 +0.048583984375 0.000000000000 0.000000000000 0.036132812500 +0.435546875000 0.000000000000 0.000000000000 0.000000000000 +0.149414062500 0.343750000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.087890625000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.149414062500 0.179687500000 0.000000000000 0.000000000000 +0.011596679688 0.000000000000 0.251953125000 0.120605468750 +0.000000000000 0.000000000000 0.000000000000 0.231445312500 +0.320312500000 0.000000000000 0.000000000000 0.000000000000 +0.011901855469 0.124511718750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.177734375000 +0.000000000000 0.000000000000 0.000000000000 0.134765625000 +0.144531250000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.117187500000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.049560546875 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.054687500000 +0.000000000000 0.000000000000 0.000000000000 0.107421875000 +0.000000000000 0.000000000000 0.085937500000 0.000000000000 +0.157226562500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.081054687500 0.079101562500 0.101562500000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.016235351562 0.000000000000 0.000000000000 0.060791015625 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.034423828125 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.128906250000 0.108886718750 0.123535156250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.036865234375 +0.180664062500 0.102050781250 0.000000000000 0.000000000000 +0.013671875000 0.038818359375 0.000000000000 0.055419921875 +0.000000000000 0.167968750000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.261718750000 0.000000000000 +0.000000000000 0.000000000000 0.163085937500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.016113281250 +0.000000000000 0.033203125000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.110351562500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.211914062500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.197265625000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.176757812500 0.066894531250 0.000000000000 0.000000000000 +0.150390625000 0.000000000000 0.079101562500 0.018676757812 +0.375000000000 0.028808593750 0.000000000000 0.127929687500 +0.000000000000 0.060058593750 0.000000000000 0.000000000000 +0.000000000000 0.179687500000 0.353515625000 0.074707031250 +0.000000000000 0.287109375000 0.117675781250 0.124023437500 +0.000000000000 0.000000000000 0.106933593750 0.000000000000 +0.320312500000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.191406250000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.188476562500 0.000000000000 +0.000000000000 0.000000000000 0.128906250000 0.000000000000 +0.118652343750 0.000000000000 0.002380371094 0.004516601562 +0.157226562500 0.000000000000 0.000000000000 0.000000000000 +0.073730468750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.205078125000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.095703125000 0.112792968750 0.010620117188 0.000000000000 +0.000000000000 0.015869140625 0.101074218750 0.148437500000 +0.000000000000 0.025390625000 0.000000000000 0.000000000000 +0.060302734375 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.031005859375 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.240234375000 +0.000000000000 0.211914062500 0.000000000000 0.050048828125 +0.000000000000 0.059814453125 0.302734375000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.091308593750 +0.335937500000 0.154296875000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.070312500000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.061523437500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.081542968750 +0.211914062500 0.051757812500 0.168945312500 0.000000000000 +0.184570312500 0.000000000000 0.147460937500 0.000000000000 +0.000000000000 0.117675781250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.034423828125 +0.000000000000 0.000000000000 0.000000000000 0.148437500000 +0.000000000000 0.000000000000 0.000000000000 0.052978515625 +0.357421875000 0.000000000000 0.025390625000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.052001953125 +0.000000000000 0.000000000000 0.011901855469 0.130859375000 +0.108886718750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.263671875000 0.000000000000 0.000000000000 +0.028076171875 0.000000000000 0.000000000000 0.000000000000 +0.169921875000 0.000000000000 0.000000000000 0.000000000000 +0.042968750000 0.000000000000 0.138671875000 0.000000000000 +0.000000000000 0.244140625000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.039550781250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.116210937500 0.000000000000 0.000000000000 0.000000000000 +0.267578125000 0.000000000000 0.000000000000 0.096679687500 +0.058837890625 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.080566406250 0.000000000000 +0.014343261719 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.107910156250 0.219726562500 +0.076660156250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.035400390625 0.105957031250 +0.084472656250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.023925781250 0.257812500000 +0.000000000000 0.000000000000 0.005035400391 0.000000000000 +0.063964843750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.014770507812 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.036376953125 0.000000000000 0.000000000000 +0.000000000000 0.036132812500 0.000000000000 0.000000000000 +0.036865234375 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.197265625000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.115234375000 +0.245117187500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.007934570312 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.028442382812 0.253906250000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.057861328125 0.158203125000 0.020996093750 0.304687500000 +0.037841796875 0.105957031250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.075683593750 0.094726562500 0.000000000000 0.082519531250 +0.052734375000 0.063476562500 0.137695312500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.054931640625 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.009948730469 0.061523437500 +0.000000000000 0.000000000000 0.000000000000 0.137695312500 +0.014709472656 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.102539062500 +0.000000000000 0.000000000000 0.150390625000 0.000000000000 +0.058105468750 0.002914428711 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.018798828125 +0.296875000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.004333496094 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.132812500000 0.289062500000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.041748046875 +0.060546875000 0.034912109375 0.000000000000 0.028564453125 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.144531250000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.119140625000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.062011718750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.003265380859 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.009582519531 0.000000000000 0.057373046875 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.025146484375 0.233398437500 0.004455566406 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.094726562500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.041992187500 0.000000000000 0.000000000000 0.000000000000 +0.045410156250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.017822265625 +0.000000000000 0.137695312500 0.084472656250 0.069335937500 +0.251953125000 0.120605468750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.004394531250 +0.000000000000 0.003005981445 0.000000000000 0.000000000000 +0.000000000000 0.016845703125 0.018310546875 0.000000000000 +0.064453125000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.018676757812 +0.390625000000 0.304687500000 0.239257812500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.218750000000 0.306640625000 0.167968750000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.003265380859 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.079589843750 0.154296875000 0.038818359375 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.238281250000 0.117187500000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.134765625000 +0.296875000000 0.166992187500 0.180664062500 0.050537109375 +0.000000000000 0.000000000000 0.011474609375 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.057128906250 +0.176757812500 0.294921875000 0.220703125000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.086425781250 0.149414062500 0.135742187500 0.207031250000 +0.117187500000 0.207031250000 0.116210937500 0.000000000000 +0.037109375000 0.037841796875 0.114746093750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.029052734375 +0.094726562500 0.192382812500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.029418945312 0.140625000000 0.189453125000 0.049072265625 +0.000000000000 0.000000000000 0.030273437500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.024536132812 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.022949218750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.227539062500 +0.294921875000 0.063476562500 0.000000000000 0.036376953125 +0.044921875000 0.000000000000 0.000000000000 0.000000000000 +0.134765625000 0.124023437500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.052246093750 0.000000000000 0.000000000000 0.000000000000 +0.040283203125 0.044921875000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.010498046875 0.000000000000 0.000000000000 0.140625000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.038574218750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.092773437500 0.071289062500 0.291015625000 +0.031982421875 0.009277343750 0.111328125000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.057373046875 0.168945312500 0.049072265625 0.083984375000 +0.158203125000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.126953125000 0.034667968750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.054443359375 0.000000000000 +0.014343261719 0.000000000000 0.133789062500 0.074707031250 +0.117187500000 0.161132812500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.058837890625 0.143554687500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.084472656250 +0.039062500000 0.147460937500 0.198242187500 0.091796875000 +0.082519531250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.007934570312 0.083007812500 0.000000000000 +0.000000000000 0.033935546875 0.152343750000 0.376953125000 +0.441406250000 0.484375000000 0.386718750000 0.114257812500 +0.135742187500 0.027099609375 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.084472656250 0.184570312500 0.263671875000 0.335937500000 +0.103515625000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.087890625000 +0.251953125000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.121093750000 +0.224609375000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.052246093750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.019042968750 +0.000000000000 0.208984375000 0.156250000000 0.044677734375 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.068359375000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.017456054688 0.000000000000 0.000000000000 0.000000000000 +0.072265625000 0.134765625000 0.000000000000 0.072753906250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.007598876953 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.144531250000 +0.004882812500 0.000000000000 0.000000000000 0.000000000000 +0.124023437500 0.000000000000 0.000000000000 0.000000000000 +0.075683593750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.095214843750 0.000000000000 0.000000000000 +0.014587402344 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.273437500000 0.000000000000 +0.011474609375 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.134765625000 0.000000000000 0.000000000000 +0.000000000000 0.071777343750 0.000000000000 0.118164062500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.197265625000 0.285156250000 0.000000000000 0.000000000000 +0.000000000000 0.164062500000 0.006561279297 0.000000000000 +0.267578125000 0.000000000000 0.041748046875 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.190429687500 +0.045898437500 0.222656250000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.121582031250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.063476562500 0.124511718750 0.000000000000 0.000000000000 +0.142578125000 0.000000000000 0.079101562500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.009765625000 0.058837890625 0.000000000000 0.028686523438 +0.000000000000 0.092285156250 0.000000000000 0.093261718750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.065429687500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.060546875000 0.150390625000 0.046630859375 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.210937500000 0.091796875000 0.067871093750 0.000000000000 +0.000000000000 0.000000000000 0.121582031250 0.000000000000 +0.008911132812 0.079589843750 0.000000000000 0.000000000000 +0.000000000000 0.044189453125 0.111328125000 0.201171875000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.082519531250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.044921875000 0.004302978516 0.000000000000 +0.000000000000 0.121093750000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.171875000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.080078125000 0.000000000000 0.077148437500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000625610352 +0.000000000000 0.000000000000 0.172851562500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.267578125000 +0.209960937500 0.000000000000 0.000000000000 0.000000000000 +0.022338867188 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.003356933594 0.253906250000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.056396484375 0.000000000000 +0.107910156250 0.000000000000 0.000000000000 0.000000000000 +0.140625000000 0.000000000000 0.175781250000 0.000000000000 +0.040527343750 0.000000000000 0.000000000000 0.000000000000 +0.177734375000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.113769531250 0.000000000000 +0.000000000000 0.036621093750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.229492187500 0.062988281250 0.058349609375 0.000000000000 +0.000000000000 0.000000000000 0.128906250000 0.000000000000 +0.000000000000 0.159179687500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.012207031250 0.117675781250 0.038574218750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.320312500000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.259765625000 0.000000000000 0.196289062500 +0.000000000000 0.100585937500 0.000000000000 0.000000000000 +0.000000000000 0.166015625000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.064941406250 0.000000000000 +0.000000000000 0.108398437500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.175781250000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.113281250000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.197265625000 0.000000000000 0.210937500000 +0.000000000000 0.034423828125 0.006927490234 0.000000000000 +0.000000000000 0.017456054688 0.000000000000 0.137695312500 +0.000000000000 0.010253906250 0.000000000000 0.166015625000 +0.000000000000 0.000000000000 0.083496093750 0.195312500000 +0.000000000000 0.000000000000 0.000000000000 0.025268554688 +0.097656250000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.057373046875 +0.000000000000 0.068847656250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.066894531250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.223632812500 0.115234375000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.177734375000 0.125000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.020996093750 +0.000000000000 0.106445312500 0.146484375000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.191406250000 0.049072265625 0.000000000000 0.000000000000 +0.269531250000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.049560546875 0.163085937500 0.000000000000 +0.000000000000 0.047607421875 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.012207031250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.060791015625 0.141601562500 +0.000000000000 0.000000000000 0.108398437500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.144531250000 +0.000000000000 0.000000000000 0.000000000000 0.281250000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.125976562500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.261718750000 0.000000000000 0.082519531250 +0.000000000000 0.259765625000 0.000000000000 0.000000000000 +0.000000000000 0.020996093750 0.000000000000 0.167968750000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.149414062500 0.000000000000 0.000000000000 +0.170898437500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.236328125000 0.000000000000 +0.000000000000 0.000000000000 0.133789062500 0.000000000000 +0.000000000000 0.000000000000 0.001876831055 0.000000000000 +0.000000000000 0.000000000000 0.003845214844 0.000000000000 +0.000000000000 0.000000000000 0.050292968750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.060058593750 0.000000000000 0.027221679688 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.096191406250 +0.000000000000 0.238281250000 0.000000000000 0.000000000000 +0.000000000000 0.145507812500 0.000000000000 0.009948730469 +0.000000000000 0.000000000000 0.000000000000 0.166015625000 +0.000000000000 0.057373046875 0.109863281250 0.000000000000 +0.000000000000 0.000000000000 0.150390625000 0.243164062500 +0.134765625000 0.000000000000 0.000000000000 0.016357421875 +0.000000000000 0.000000000000 0.009216308594 0.000000000000 +0.000000000000 0.000000000000 0.114257812500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.006683349609 0.016113281250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.006317138672 0.062011718750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.083007812500 0.021606445312 0.127929687500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.388671875000 0.066894531250 0.049560546875 +0.000000000000 0.001014709473 0.090332031250 0.000000000000 +0.000000000000 0.000000000000 0.008483886719 0.000000000000 +0.000000000000 0.000000000000 0.137695312500 0.255859375000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.117675781250 0.141601562500 0.000000000000 0.000000000000 +0.090820312500 0.000000000000 0.100097656250 0.144531250000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.233398437500 0.296875000000 0.000000000000 0.000000000000 +0.000000000000 0.068359375000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.123046875000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.015380859375 +0.000000000000 0.000000000000 0.000000000000 0.007324218750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.118652343750 0.000000000000 +0.000000000000 0.000000000000 0.255859375000 0.224609375000 +0.000000000000 0.000000000000 0.000000000000 0.242187500000 +0.470703125000 0.036132812500 0.000000000000 0.000000000000 +0.093261718750 0.000000000000 0.241210937500 0.000000000000 +0.000000000000 0.000000000000 0.001388549805 0.000000000000 +0.000000000000 0.000000000000 0.546875000000 0.196289062500 +0.000000000000 0.000000000000 0.000000000000 0.122558593750 +0.265625000000 0.063964843750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.036621093750 +0.138671875000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.002746582031 0.000000000000 0.000000000000 +0.000000000000 0.023315429688 0.000000000000 0.000000000000 +0.000000000000 0.008972167969 0.077148437500 0.283203125000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.070312500000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.209960937500 0.308593750000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.339843750000 0.084472656250 +0.000000000000 0.000000000000 0.000000000000 0.101074218750 +0.126953125000 0.000000000000 0.000000000000 0.000000000000 +0.445312500000 0.000000000000 0.000000000000 0.000000000000 +0.191406250000 0.076660156250 0.153320312500 0.000000000000 +0.000000000000 0.324218750000 0.000000000000 0.000000000000 +0.000000000000 0.421875000000 0.177734375000 0.000000000000 +0.000000000000 0.000000000000 0.038330078125 0.000000000000 +0.000000000000 0.109375000000 0.046386718750 0.110351562500 +0.000000000000 0.000000000000 0.031127929688 0.120605468750 +0.000000000000 0.008361816406 0.000000000000 0.005645751953 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.130859375000 0.000000000000 0.000000000000 +0.072753906250 0.000000000000 0.176757812500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.055419921875 +0.170898437500 0.061523437500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.318359375000 0.000000000000 +0.097656250000 0.000000000000 0.000000000000 0.033203125000 +0.008178710938 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.089355468750 0.000000000000 0.172851562500 +0.000000000000 0.000000000000 0.000000000000 0.073730468750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.050048828125 0.000000000000 +0.038574218750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.016235351562 0.000000000000 +0.072265625000 0.000000000000 0.071289062500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.146484375000 0.110351562500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.077148437500 0.060791015625 0.000000000000 0.000000000000 +0.000000000000 0.016479492188 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.040527343750 +0.002822875977 0.000000000000 0.000000000000 0.070800781250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.002044677734 0.000000000000 0.030761718750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.123535156250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.031494140625 0.092773437500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.007812500000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.021972656250 +0.000000000000 0.000000000000 0.000000000000 0.128906250000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.153320312500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.020751953125 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.209960937500 0.059082031250 0.095214843750 0.000000000000 +0.000000000000 0.000000000000 0.000747680664 0.055175781250 +0.249023437500 0.000000000000 0.000000000000 0.000000000000 +0.012145996094 0.214843750000 0.144531250000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.230468750000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.174804687500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.104980468750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.113769531250 0.000000000000 +0.296875000000 0.000000000000 0.204101562500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.234375000000 +0.294921875000 0.000000000000 0.000000000000 0.000000000000 +0.216796875000 0.125976562500 0.000000000000 0.002273559570 +0.000000000000 0.000000000000 0.000000000000 0.253906250000 +0.000000000000 0.186523437500 0.000000000000 0.000000000000 +0.047363281250 0.000000000000 0.000000000000 0.000000000000 +0.087402343750 0.012512207031 0.000000000000 0.038574218750 +0.000000000000 0.000000000000 0.089355468750 0.000000000000 +0.125976562500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.016845703125 0.000000000000 0.000000000000 +0.000000000000 0.018920898438 0.138671875000 0.204101562500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.279296875000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.250000000000 0.000000000000 0.000000000000 +0.000000000000 0.127929687500 0.125976562500 0.049316406250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.053955078125 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.043457031250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.240234375000 0.267578125000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.135742187500 0.000000000000 +0.001472473145 0.090820312500 0.000000000000 0.000000000000 +0.000000000000 0.009765625000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.273437500000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.047851562500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.025512695312 +0.000000000000 0.000000000000 0.000000000000 0.063964843750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.012451171875 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.007049560547 0.071289062500 0.263671875000 +0.146484375000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.152343750000 +0.322265625000 0.051513671875 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.337890625000 +0.127929687500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.008605957031 0.241210937500 +0.159179687500 0.281250000000 0.098144531250 0.100097656250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.255859375000 0.339843750000 0.029663085938 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.026489257812 0.068359375000 0.292968750000 0.053710937500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.012878417969 0.167968750000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.088867187500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.014465332031 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.053710937500 +0.229492187500 0.211914062500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.112792968750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.048339843750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.029296875000 0.259765625000 +0.083007812500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.162109375000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.175781250000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.176757812500 0.316406250000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.045654296875 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.140625000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.036376953125 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.080566406250 +0.052001953125 0.151367187500 0.007476806641 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.012329101562 0.000000000000 0.000000000000 0.000000000000 +0.033935546875 0.000000000000 0.000000000000 0.000000000000 +0.024169921875 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.112304687500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.086914062500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.002838134766 0.000000000000 0.056884765625 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.113281250000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000255584717 0.116210937500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.041748046875 +0.186523437500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000036239624 +0.044189453125 0.013671875000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.310546875000 0.219726562500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.097656250000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.020019531250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.138671875000 0.000000000000 0.000000000000 +0.013366699219 0.072753906250 0.065429687500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.069824218750 0.228515625000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.124023437500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.044677734375 0.178710937500 +0.085937500000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.208007812500 0.038330078125 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.192382812500 0.291015625000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.086914062500 +0.388671875000 0.207031250000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.023437500000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.077148437500 0.212890625000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.075683593750 +0.071777343750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.082031250000 0.250000000000 0.324218750000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.243164062500 0.388671875000 0.067871093750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.108886718750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.024658203125 0.000000000000 0.000000000000 +0.042236328125 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.099121093750 0.021118164062 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000385284424 0.192382812500 0.090332031250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.029296875000 +0.012268066406 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.028564453125 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.105957031250 0.245117187500 0.224609375000 0.148437500000 +0.090820312500 0.056396484375 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.111328125000 0.123046875000 0.062988281250 +0.032958984375 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.137695312500 0.455078125000 +0.292968750000 0.092773437500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.048095703125 0.209960937500 0.032714843750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.138671875000 0.062988281250 +0.028076171875 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.106445312500 +0.062255859375 0.048828125000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.142578125000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.246093750000 0.002731323242 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.339843750000 0.570312500000 +0.014892578125 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.103515625000 0.133789062500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.182617187500 +0.093261718750 0.014709472656 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.028442382812 0.000000000000 0.000000000000 0.000000000000 +0.020996093750 0.099609375000 0.247070312500 0.000000000000 +0.069824218750 0.000000000000 0.000000000000 0.006805419922 +0.126953125000 0.054687500000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.034667968750 0.263671875000 +0.223632812500 0.322265625000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.034423828125 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.063476562500 0.127929687500 0.145507812500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.004058837891 0.086425781250 0.000000000000 0.000659942627 +0.034179687500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.045410156250 0.043701171875 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.055664062500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.019531250000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.017578125000 0.039062500000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.279296875000 0.214843750000 +0.117187500000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.177734375000 +0.102539062500 0.022583007812 0.110351562500 0.076171875000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.118652343750 +0.186523437500 0.224609375000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.035888671875 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.109375000000 0.064941406250 0.113281250000 0.047607421875 +0.000000000000 0.041503906250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.015991210938 +0.153320312500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.124023437500 0.081542968750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.005035400391 0.220703125000 0.474609375000 0.328125000000 +0.161132812500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.008483886719 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.082031250000 0.061035156250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.061523437500 0.107421875000 0.110351562500 0.050781250000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.038818359375 0.006164550781 +0.061523437500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.104492187500 +0.111816406250 0.116210937500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.097656250000 0.161132812500 0.118164062500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.039794921875 0.093261718750 +0.043945312500 0.102050781250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.171875000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.090332031250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.098632812500 0.108886718750 +0.099121093750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.193359375000 0.215820312500 0.017578125000 +0.053955078125 0.000000000000 0.014404296875 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.112792968750 +0.192382812500 0.125976562500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.016967773438 0.082519531250 0.074707031250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.106933593750 0.267578125000 0.259765625000 0.057373046875 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.035888671875 0.000000000000 0.035400390625 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.015991210938 0.083496093750 0.089355468750 +0.012512207031 0.000000000000 0.022338867188 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.058349609375 0.015380859375 0.021728515625 0.098632812500 +0.011657714844 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.092773437500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.098632812500 0.080566406250 +0.062988281250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.112304687500 0.083496093750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.149414062500 0.190429687500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.176757812500 0.179687500000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.070312500000 0.077636718750 +0.002838134766 0.019287109375 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.070312500000 +0.229492187500 0.025878906250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.089843750000 +0.096191406250 0.088378906250 0.077148437500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.121582031250 +0.291015625000 0.198242187500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.094726562500 0.078125000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.133789062500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.121093750000 0.194335937500 +0.149414062500 0.117187500000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.085937500000 +0.133789062500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.026000976562 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.160156250000 +0.018920898438 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.037109375000 0.224609375000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.057128906250 0.000000000000 0.052246093750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.009338378906 +0.216796875000 0.096679687500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.294921875000 0.402343750000 0.128906250000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.172851562500 0.146484375000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.051513671875 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.074218750000 +0.000000000000 0.076660156250 0.051025390625 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.026000976562 +0.126953125000 0.230468750000 0.078613281250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.006378173828 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.005065917969 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.091796875000 0.029418945312 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.008728027344 +0.000000000000 0.000000000000 0.079101562500 0.148437500000 +0.101074218750 0.052978515625 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.092773437500 +0.039794921875 0.021484375000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.024902343750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.003616333008 0.156250000000 +0.251953125000 0.153320312500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.017089843750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.016601562500 0.244140625000 0.386718750000 +0.132812500000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.008911132812 0.036132812500 0.000000000000 +0.000000000000 0.000000000000 0.077636718750 0.150390625000 +0.038330078125 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.104003906250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.142578125000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.102050781250 0.195312500000 +0.158203125000 0.013854980469 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.028320312500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.039062500000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.170898437500 0.061035156250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.211914062500 +0.093750000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.002059936523 0.021850585938 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.029418945312 0.182617187500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.064453125000 +0.314453125000 0.298828125000 0.157226562500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.043701171875 0.053710937500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.115234375000 +0.219726562500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.149414062500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.263671875000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.011474609375 +0.067871093750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.064941406250 0.000000000000 +0.032958984375 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.164062500000 0.000000000000 0.194335937500 +0.244140625000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.116699218750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.041015625000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.109375000000 0.038330078125 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.375000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.166015625000 0.093261718750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.188476562500 0.092285156250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.085449218750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.055419921875 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.044677734375 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.029174804688 0.000000000000 0.000000000000 0.191406250000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.216796875000 +0.330078125000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.054443359375 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.234375000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.086914062500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.061767578125 0.106445312500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.065917968750 +0.000000000000 0.000000000000 0.114257812500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.084472656250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.091796875000 0.176757812500 0.003585815430 +0.000000000000 0.185546875000 0.000000000000 0.000000000000 +0.060546875000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000139236450 +0.021118164062 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.106933593750 +0.126953125000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.212890625000 0.090332031250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.009094238281 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.102539062500 0.116699218750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.119628906250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.043212890625 +0.001373291016 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.009704589844 0.000000000000 0.000000000000 +0.091308593750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.097167968750 0.044189453125 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.043701171875 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.373046875000 0.243164062500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.154296875000 0.192382812500 0.021606445312 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.055175781250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.146484375000 0.000000000000 +0.014648437500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.169921875000 0.105468750000 +0.029663085938 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.070800781250 0.208007812500 0.000865936279 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.074218750000 0.162109375000 0.016967773438 +0.000000000000 0.025878906250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.207031250000 0.134765625000 0.032958984375 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.124511718750 0.000000000000 0.000000000000 0.242187500000 +0.300781250000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.001342773438 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.043457031250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.206054687500 0.199218750000 +0.154296875000 0.158203125000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.275390625000 0.165039062500 0.189453125000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.023437500000 0.000000000000 +0.000000000000 0.000000000000 0.000326156616 0.000000000000 +0.195312500000 0.111328125000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.216796875000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.024291992188 0.145507812500 0.166015625000 0.069824218750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.069824218750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.253906250000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.259765625000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.202148437500 0.011413574219 0.046630859375 0.066406250000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.187500000000 0.173828125000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.136718750000 0.095703125000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.289062500000 0.059570312500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.035156250000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.026000976562 0.000000000000 0.045898437500 +0.265625000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.132812500000 0.048828125000 +0.061035156250 0.343750000000 0.065429687500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.029418945312 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.138671875000 0.087890625000 +0.165039062500 0.316406250000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.406250000000 +0.388671875000 0.161132812500 0.021484375000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.003097534180 0.000000000000 0.206054687500 +0.100097656250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.056640625000 0.472656250000 0.353515625000 +0.188476562500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.312500000000 +0.099609375000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.052734375000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.057617187500 0.150390625000 +0.084960937500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.070312500000 0.011291503906 +0.000000000000 0.174804687500 0.130859375000 0.000000000000 +0.007110595703 0.000000000000 0.000000000000 0.000000000000 +0.078613281250 0.367187500000 0.000000000000 0.201171875000 +0.000000000000 0.000000000000 0.000000000000 0.019775390625 +0.000000000000 0.146484375000 0.000000000000 0.000000000000 +0.000000000000 0.128906250000 0.035156250000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.126953125000 +0.324218750000 0.093750000000 0.098632812500 0.000000000000 +0.071777343750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.049316406250 0.000000000000 +0.000000000000 0.000000000000 0.378906250000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.020874023438 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.167968750000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.251953125000 0.088378906250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.139648437500 +0.000000000000 0.000000000000 0.000000000000 0.003524780273 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.001548767090 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.167968750000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.221679687500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.073242187500 0.006347656250 +0.000000000000 0.096191406250 0.000000000000 0.000000000000 +0.166015625000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.037597656250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.053222656250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.008850097656 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.016723632812 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.132812500000 +0.000000000000 0.000000000000 0.000000000000 0.179687500000 +0.029174804688 0.059326171875 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.184570312500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.084472656250 +0.011901855469 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.213867187500 0.077636718750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.008422851562 0.000000000000 0.076171875000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.054687500000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.302734375000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.024291992188 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.029296875000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.056640625000 0.000000000000 +0.037841796875 0.000000000000 0.055664062500 0.326171875000 +0.046142578125 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.023437500000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.204101562500 0.287109375000 0.371093750000 +0.174804687500 0.177734375000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.103027343750 0.000000000000 0.021362304688 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.078613281250 0.137695312500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.054687500000 0.000000000000 0.107421875000 0.291015625000 +0.224609375000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.088378906250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.161132812500 +0.121093750000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.009338378906 0.000000000000 0.046875000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.049316406250 0.074218750000 0.032958984375 0.077148437500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.038574218750 0.000000000000 +0.314453125000 0.226562500000 0.072265625000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.173828125000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.030029296875 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.169921875000 0.052001953125 +0.147460937500 0.500000000000 0.000000000000 0.000000000000 +0.179687500000 0.000000000000 0.000000000000 0.093750000000 +0.000000000000 0.000000000000 0.322265625000 0.421875000000 +0.135742187500 0.382812500000 0.223632812500 0.086425781250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.257812500000 0.212890625000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.062988281250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.148437500000 0.137695312500 0.037841796875 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.002334594727 0.000000000000 +0.000000000000 0.000000000000 0.054199218750 0.000000000000 +0.002899169922 0.199218750000 0.104003906250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.014770507812 0.143554687500 0.082519531250 +0.000000000000 0.082031250000 0.175781250000 0.000000000000 +0.219726562500 0.197265625000 0.023559570312 0.177734375000 +0.148437500000 0.103515625000 0.263671875000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.037841796875 0.000000000000 0.020019531250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.049804687500 0.044189453125 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.040039062500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.170898437500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.090820312500 +0.298828125000 0.050781250000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.184570312500 0.158203125000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.093750000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.051513671875 0.000000000000 0.076171875000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.075195312500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.150390625000 0.000318527222 0.000000000000 0.000000000000 +0.000000000000 0.051025390625 0.000000000000 0.145507812500 +0.000000000000 0.000000000000 0.131835937500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.160156250000 0.079101562500 0.085449218750 +0.081542968750 0.009826660156 0.092285156250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.053222656250 +0.084472656250 0.243164062500 0.074707031250 0.138671875000 +0.140625000000 0.271484375000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.008850097656 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.208007812500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.186523437500 0.000000000000 0.000000000000 +0.000000000000 0.035644531250 0.115234375000 0.249023437500 +0.419921875000 0.283203125000 0.273437500000 0.492187500000 +0.191406250000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.106933593750 0.042480468750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.030883789062 +0.004516601562 0.227539062500 0.096679687500 0.110839843750 +0.000000000000 0.082031250000 0.168945312500 0.087402343750 +0.122070312500 0.248046875000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.028564453125 0.238281250000 +0.000000000000 0.269531250000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.073242187500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.184570312500 0.215820312500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.051269531250 0.042968750000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.267578125000 0.210937500000 0.071289062500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.090332031250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.012756347656 0.193359375000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.044189453125 0.000000000000 0.118652343750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.159179687500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.241210937500 0.066894531250 +0.000000000000 0.000000000000 0.332031250000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.253906250000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.005950927734 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.141601562500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.120605468750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.012084960938 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.060546875000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.042480468750 0.000000000000 0.000000000000 0.000000000000 +0.314453125000 0.122070312500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.417968750000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.127929687500 0.000000000000 0.000000000000 0.109375000000 +0.050048828125 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.098632812500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.093750000000 +0.000000000000 0.079589843750 0.000000000000 0.000000000000 +0.076171875000 0.028564453125 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.236328125000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.193359375000 0.000000000000 +0.240234375000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.003692626953 +0.000000000000 0.000000000000 0.030517578125 0.000000000000 +0.000000000000 0.000000000000 0.128906250000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.028442382812 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.004333496094 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.014526367188 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.057128906250 0.000000000000 0.000000000000 0.054687500000 +0.079589843750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.097656250000 0.000000000000 0.000000000000 +0.063476562500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.034912109375 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.148437500000 +0.000000000000 0.000000000000 0.000000000000 0.127929687500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.283203125000 0.167968750000 0.000000000000 0.147460937500 +0.000000000000 0.121093750000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.211914062500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.041748046875 0.000000000000 0.203125000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.076660156250 0.000000000000 0.000000000000 +0.000000000000 0.045898437500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.086425781250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.011840820312 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.101562500000 +0.000000000000 0.217773437500 0.242187500000 0.125976562500 +0.240234375000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.095214843750 0.318359375000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.185546875000 0.000000000000 0.185546875000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.038818359375 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.104980468750 0.000000000000 0.000000000000 0.000000000000 +0.159179687500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.109863281250 0.094238281250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.033691406250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.102539062500 0.000000000000 +0.012451171875 0.010253906250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.059326171875 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.127929687500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.096679687500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.013854980469 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.048583984375 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.069335937500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.166992187500 0.026000976562 0.000000000000 0.000000000000 +0.000000000000 0.138671875000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.084960937500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.039550781250 +0.189453125000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.078125000000 +0.104003906250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.186523437500 +0.000000000000 0.000000000000 0.000000000000 0.123535156250 +0.159179687500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.037109375000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.164062500000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.246093750000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.019287109375 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.121093750000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.025634765625 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.034423828125 +0.000000000000 0.114257812500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.012023925781 0.000000000000 0.000000000000 +0.000000000000 0.004699707031 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.160156250000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.066406250000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.050537109375 0.149414062500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.126953125000 0.000000000000 0.000000000000 0.000000000000 +0.077636718750 0.000000000000 0.000000000000 0.079101562500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.124023437500 0.160156250000 0.068359375000 0.170898437500 +0.197265625000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.130859375000 +0.075683593750 0.204101562500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.010681152344 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.057861328125 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.096191406250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.065917968750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.103515625000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.221679687500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.296875000000 0.240234375000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.140625000000 0.084960937500 +0.053466796875 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.020385742188 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.248046875000 +0.000000000000 0.248046875000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.265625000000 0.000000000000 +0.000000000000 0.166015625000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.080566406250 0.000000000000 +0.000000000000 0.281250000000 0.439453125000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.367187500000 0.000000000000 0.261718750000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.100585937500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.169921875000 0.026855468750 +0.166015625000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.470703125000 0.275390625000 0.044921875000 0.003936767578 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.414062500000 0.011657714844 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.182617187500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.005615234375 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.118652343750 0.000000000000 0.035400390625 0.000000000000 +0.133789062500 0.243164062500 0.000000000000 0.104003906250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.080566406250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.023437500000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.034179687500 0.119628906250 0.000000000000 +0.246093750000 0.000000000000 0.000000000000 0.039794921875 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.117187500000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.073730468750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.009460449219 0.000000000000 +0.101562500000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.188476562500 0.000000000000 +0.000000000000 0.453125000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.277343750000 0.000000000000 0.000000000000 +0.328125000000 0.137695312500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.121582031250 0.167968750000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.261718750000 0.025512695312 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.118652343750 +0.000000000000 0.000000000000 0.205078125000 0.000000000000 +0.000000000000 0.000000000000 0.089355468750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.033935546875 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.218750000000 0.048095703125 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.023803710938 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.100585937500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.004516601562 0.174804687500 0.049316406250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.121582031250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.188476562500 0.000000000000 +0.000000000000 0.017211914062 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.063476562500 0.000000000000 0.000000000000 +0.048339843750 0.000000000000 0.000000000000 0.000000000000 +0.090332031250 0.000000000000 0.000000000000 0.000000000000 +0.202148437500 0.316406250000 0.000000000000 0.257812500000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.081542968750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.112304687500 0.000000000000 +0.060302734375 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.283203125000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.032470703125 +0.000000000000 0.000000000000 0.386718750000 0.000000000000 +0.023437500000 0.000000000000 0.000000000000 0.000000000000 +0.014343261719 0.314453125000 0.000000000000 0.029296875000 +0.058593750000 0.183593750000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.037841796875 0.000000000000 0.431640625000 0.000000000000 +0.016235351562 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.161132812500 0.153320312500 0.170898437500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.024047851562 0.079101562500 0.000000000000 0.000000000000 +0.000000000000 0.048583984375 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.016113281250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.102050781250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.150390625000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.106933593750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.064453125000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.060302734375 0.003005981445 0.000000000000 +0.232421875000 0.000000000000 0.008361816406 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.050292968750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.150390625000 0.000000000000 0.000000000000 +0.129882812500 0.048339843750 0.057128906250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.020751953125 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.002838134766 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.213867187500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.107421875000 0.194335937500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.240234375000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.088867187500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.124023437500 0.100097656250 0.120605468750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.170898437500 0.243164062500 0.066894531250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.419921875000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.179687500000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.093750000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.216796875000 0.196289062500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.188476562500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.195312500000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.133789062500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.163085937500 0.000000000000 +0.000000000000 0.000000000000 0.201171875000 0.076660156250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.150390625000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.026855468750 0.000000000000 0.026367187500 +0.000000000000 0.000000000000 0.079589843750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.018676757812 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.168945312500 +0.002655029297 0.000000000000 0.000000000000 0.016113281250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.167968750000 0.000000000000 0.000000000000 +0.000000000000 0.265625000000 0.000000000000 0.000000000000 +0.000000000000 0.291015625000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.051269531250 0.000000000000 +0.119628906250 0.000000000000 0.036621093750 0.072753906250 +0.044433593750 0.018920898438 0.082031250000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.281250000000 0.275390625000 0.000000000000 0.170898437500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.034912109375 0.114746093750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.084472656250 +0.000000000000 0.000000000000 0.065429687500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.023925781250 0.000000000000 0.259765625000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.115722656250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.059570312500 0.160156250000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.004180908203 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.080078125000 +0.000000000000 0.000000000000 0.000000000000 0.144531250000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.110839843750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.009826660156 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.068359375000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000083446503 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.189453125000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.037353515625 0.000000000000 0.085937500000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.318359375000 0.101074218750 0.217773437500 0.198242187500 +0.000000000000 0.175781250000 0.000000000000 0.151367187500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.025146484375 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.285156250000 +0.092285156250 0.000000000000 0.112792968750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.058593750000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.012329101562 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.246093750000 0.000000000000 0.051269531250 +0.078613281250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.020507812500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.042480468750 0.000000000000 0.049316406250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.061279296875 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.096679687500 0.048828125000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.028076171875 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.068847656250 0.185546875000 0.122070312500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.292968750000 0.000000000000 0.039062500000 +0.000000000000 0.000000000000 0.019775390625 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.068359375000 +0.059082031250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.099121093750 0.000000000000 0.155273437500 0.069824218750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.143554687500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.091796875000 +0.000000000000 0.120605468750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.058349609375 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.075195312500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.191406250000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.002105712891 0.000000000000 0.119628906250 0.058837890625 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.114257812500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.007507324219 0.000000000000 0.100097656250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.162109375000 0.000000000000 +0.182617187500 0.000000000000 0.094726562500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.235351562500 0.100097656250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.171875000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.098144531250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.155273437500 0.103027343750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.008178710938 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.018066406250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.112304687500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.174804687500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.133789062500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.054931640625 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.012695312500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.033691406250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.020141601562 0.076660156250 0.392578125000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.002716064453 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.106445312500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.057861328125 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.072265625000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.064941406250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.129882812500 0.144531250000 +0.211914062500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.171875000000 +0.016967773438 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.084960937500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.074707031250 0.000000000000 0.000000000000 +0.000000000000 0.048339843750 0.000000000000 0.101562500000 +0.000000000000 0.000000000000 0.205078125000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.030273437500 0.000000000000 0.186523437500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.186523437500 0.000000000000 0.002822875977 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.292968750000 +0.178710937500 0.174804687500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.449218750000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.112304687500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.022460937500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.020874023438 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.283203125000 0.101562500000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.035400390625 +0.000000000000 0.000000000000 0.000000000000 0.026733398438 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.060546875000 0.078125000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.010742187500 +0.000000000000 0.000000000000 0.425781250000 0.052001953125 +0.390625000000 0.221679687500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.026611328125 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.163085937500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.050292968750 +0.339843750000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.214843750000 0.000000000000 +0.088867187500 0.000000000000 0.353515625000 0.562500000000 +0.001983642578 0.000000000000 0.000000000000 0.000000000000 +0.036621093750 0.097656250000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.027221679688 0.247070312500 +0.237304687500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.016357421875 0.000000000000 0.125976562500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.287109375000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.163085937500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.026611328125 0.000000000000 0.000000000000 0.000000000000 +0.263671875000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.060058593750 0.000000000000 +0.000000000000 0.289062500000 0.112304687500 0.000000000000 +0.000000000000 0.000000000000 0.198242187500 0.000000000000 +0.000000000000 0.000000000000 0.029907226562 0.028076171875 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.137695312500 0.154296875000 0.000000000000 +0.029663085938 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.009521484375 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.224609375000 0.287109375000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.060546875000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.041015625000 +0.062988281250 0.025390625000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.091796875000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.062011718750 0.000000000000 0.098144531250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.187500000000 0.000000000000 0.176757812500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.233398437500 +0.071289062500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.048828125000 0.228515625000 0.283203125000 +0.000211715698 0.034912109375 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.038818359375 0.000000000000 +0.069824218750 0.155273437500 0.283203125000 0.398437500000 +0.100097656250 0.000000000000 0.086425781250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.007812500000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.027343750000 0.000000000000 +0.000000000000 0.231445312500 0.261718750000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.068359375000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.074707031250 0.076171875000 +0.000000000000 0.000000000000 0.000000000000 0.153320312500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.017822265625 +0.247070312500 0.086914062500 0.249023437500 0.000000000000 +0.136718750000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.126953125000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.310546875000 0.055908203125 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.002136230469 0.000000000000 0.142578125000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.083007812500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.092773437500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.025024414062 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.006439208984 +0.161132812500 0.275390625000 0.000000000000 0.000000000000 +0.000000000000 0.106445312500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.038085937500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.058105468750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.040527343750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.161132812500 +0.008422851562 0.000000000000 0.000000000000 0.058593750000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.057373046875 0.000000000000 0.005584716797 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.022216796875 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.198242187500 +0.412109375000 0.230468750000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.355468750000 0.137695312500 0.296875000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.100585937500 0.043701171875 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.111816406250 +0.083496093750 0.000000000000 0.080566406250 0.017944335938 +0.165039062500 0.107910156250 0.020019531250 0.029785156250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.088378906250 0.000000000000 0.000000000000 +0.000000000000 0.126953125000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.016479492188 0.000000000000 +0.000000000000 0.134765625000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.086425781250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.043945312500 0.285156250000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.012573242188 +0.195312500000 0.063964843750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.259765625000 +0.300781250000 0.061279296875 0.000000000000 0.000000000000 +0.000000000000 0.066406250000 0.000000000000 0.018798828125 +0.232421875000 0.000000000000 0.018310546875 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.049072265625 0.000000000000 0.000000000000 +0.110351562500 0.093261718750 0.101562500000 0.104980468750 +0.000000000000 0.000000000000 0.038330078125 0.151367187500 +0.154296875000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.065429687500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.150390625000 0.000000000000 0.000000000000 0.000000000000 +0.083007812500 0.019775390625 0.119628906250 0.110351562500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.113281250000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.162109375000 0.000000000000 0.000000000000 0.039794921875 +0.000000000000 0.069824218750 0.076660156250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.108886718750 0.410156250000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.187500000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.007934570312 0.046386718750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.143554687500 0.148437500000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.112792968750 0.000000000000 0.207031250000 +0.100585937500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.062988281250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.017211914062 0.320312500000 +0.033203125000 0.027709960938 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.046630859375 0.000000000000 0.000000000000 +0.000000000000 0.095703125000 0.086914062500 0.031250000000 +0.000000000000 0.031738281250 0.006011962891 0.000000000000 +0.000000000000 0.000000000000 0.156250000000 0.012695312500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.042480468750 +0.000000000000 0.000000000000 0.014099121094 0.000000000000 +0.251953125000 0.032470703125 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.073730468750 0.000000000000 +0.000000000000 0.000000000000 0.001045227051 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.026733398438 +0.156250000000 0.230468750000 0.227539062500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.054443359375 0.066406250000 +0.287109375000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.022583007812 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.302734375000 +0.228515625000 0.009643554688 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.079589843750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.103027343750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.119140625000 +0.000000000000 0.105468750000 0.000000000000 0.000000000000 +0.067382812500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000103473663 0.000000000000 0.023071289062 0.049072265625 +0.056152343750 0.243164062500 0.056884765625 0.000000000000 +0.054687500000 0.000000000000 0.088867187500 0.000000000000 +0.177734375000 0.133789062500 0.145507812500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.038330078125 0.050292968750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.059326171875 0.146484375000 0.275390625000 0.294921875000 +0.050048828125 0.000180244446 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.189453125000 0.188476562500 0.330078125000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.082519531250 0.060791015625 0.016113281250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.038330078125 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.251953125000 0.156250000000 +0.257812500000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.183593750000 0.243164062500 0.085937500000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.033447265625 0.208984375000 +0.000000000000 0.000000000000 0.000000000000 0.112792968750 +0.006195068359 0.000000000000 0.000000000000 0.000000000000 +0.137695312500 0.351562500000 0.328125000000 0.447265625000 +0.000000000000 0.000000000000 0.000000000000 0.098632812500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.045654296875 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.404296875000 0.585937500000 0.316406250000 +0.000000000000 0.000000000000 0.000000000000 0.129882812500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.142578125000 0.177734375000 +0.231445312500 0.414062500000 0.117675781250 0.000000000000 +0.053710937500 0.388671875000 0.296875000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.154296875000 0.157226562500 0.259765625000 0.106445312500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.011840820312 +0.176757812500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.112304687500 0.253906250000 +0.107910156250 0.000000000000 0.147460937500 0.053955078125 +0.000000000000 0.000000000000 0.022094726562 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.141601562500 +0.104003906250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.075683593750 0.004302978516 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.005432128906 +0.000000000000 0.000000000000 0.085937500000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.314453125000 0.084472656250 0.000000000000 0.159179687500 +0.291015625000 0.180664062500 0.000000000000 0.000000000000 +0.000000000000 0.312500000000 0.050048828125 0.000000000000 +0.063964843750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.090820312500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.041748046875 0.078613281250 0.000000000000 0.029052734375 +0.108886718750 0.000000000000 0.057861328125 0.000000000000 +0.052246093750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.064453125000 0.380859375000 +0.263671875000 0.157226562500 0.000000000000 0.000000000000 +0.075683593750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.049072265625 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.146484375000 0.000000000000 0.146484375000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.146484375000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.086914062500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.107910156250 0.000000000000 +0.011901855469 0.004730224609 0.000000000000 0.011901855469 +0.040283203125 0.228515625000 0.291015625000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.039062500000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.143554687500 0.211914062500 0.060302734375 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.061035156250 0.044189453125 0.165039062500 0.281250000000 +0.470703125000 0.219726562500 0.105468750000 0.000000000000 +0.000000000000 0.012573242188 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.032958984375 0.088867187500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.003036499023 +0.232421875000 0.384765625000 0.523437500000 0.361328125000 +0.292968750000 0.298828125000 0.131835937500 0.015136718750 +0.000000000000 0.000000000000 0.000000000000 0.023437500000 +0.000000000000 0.000000000000 0.047119140625 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.225585937500 0.265625000000 +0.294921875000 0.000000000000 0.086914062500 0.032226562500 +0.178710937500 0.109863281250 0.007446289062 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.277343750000 0.408203125000 0.125976562500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.351562500000 0.640625000000 0.201171875000 0.296875000000 +0.000000000000 0.000000000000 0.147460937500 0.000000000000 +0.010437011719 0.000000000000 0.000000000000 0.156250000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.195312500000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.065429687500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.195312500000 0.004180908203 0.050292968750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.007202148438 0.000000000000 0.484375000000 0.221679687500 +0.128906250000 0.000000000000 0.000000000000 0.043212890625 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.067382812500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.047363281250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.002502441406 0.388671875000 0.060546875000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.028686523438 0.000000000000 0.005645751953 0.089843750000 +0.000000000000 0.119628906250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.115234375000 +0.105468750000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.040283203125 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.271484375000 0.104492187500 0.146484375000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.109375000000 0.000000000000 0.083496093750 0.257812500000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.022338867188 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.125976562500 +0.059326171875 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.135742187500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.026000976562 0.190429687500 0.000000000000 +0.000000000000 0.084960937500 0.093261718750 0.062988281250 +0.000000000000 0.000000000000 0.087890625000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.378906250000 0.468750000000 0.000331878662 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.185546875000 0.225585937500 0.271484375000 +0.065917968750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.121093750000 +0.061279296875 0.092773437500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.416015625000 0.194335937500 0.090332031250 0.208007812500 +0.046386718750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.055908203125 0.208007812500 0.016601562500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.023559570312 +0.015625000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.107910156250 0.000000000000 0.104003906250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.001358032227 0.039794921875 0.125976562500 +0.425781250000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.191406250000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.077148437500 0.339843750000 0.376953125000 +0.279296875000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.082519531250 0.169921875000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.019165039062 0.004577636719 0.069824218750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.077148437500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.296875000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.123046875000 0.155273437500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.067871093750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.042968750000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.355468750000 +0.281250000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.092773437500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.118164062500 0.114257812500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.087402343750 0.000000000000 +0.000000000000 0.000000000000 0.079101562500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.049072265625 +0.130859375000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.051513671875 0.316406250000 0.353515625000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.037353515625 +0.000000000000 0.027221679688 0.271484375000 0.077636718750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.027954101562 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.095214843750 0.000000000000 0.006103515625 +0.000000000000 0.043945312500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.116699218750 0.164062500000 0.291015625000 0.082031250000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.253906250000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.205078125000 0.138671875000 0.037841796875 +0.000000000000 0.009643554688 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.039550781250 +0.404296875000 0.400390625000 0.165039062500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.279296875000 +0.396484375000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.235351562500 0.146484375000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.027954101562 +0.000000000000 0.000000000000 0.211914062500 0.035400390625 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.089355468750 0.097656250000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.037597656250 0.170898437500 0.000000000000 +0.057373046875 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.140625000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.396484375000 +0.237304687500 0.414062500000 0.057617187500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.193359375000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.154296875000 +0.067382812500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.154296875000 0.322265625000 +0.094238281250 0.000000000000 0.000000000000 0.097656250000 +0.085449218750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.241210937500 +0.000000000000 0.226562500000 0.219726562500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.105468750000 +0.441406250000 0.175781250000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.033691406250 0.000000000000 0.133789062500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.010742187500 0.190429687500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.033203125000 +0.000000000000 0.000000000000 0.000000000000 0.122070312500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.089843750000 +0.194335937500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.155273437500 0.132812500000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.163085937500 0.088378906250 0.000000000000 +0.080078125000 0.330078125000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.055908203125 0.143554687500 0.096679687500 0.000000000000 +0.030761718750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.015319824219 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.053222656250 +0.224609375000 0.145507812500 0.107421875000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.121582031250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.488281250000 0.671875000000 +0.097167968750 0.014526367188 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.447265625000 0.345703125000 0.243164062500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.092773437500 0.120117187500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.166992187500 0.507812500000 0.142578125000 +0.208984375000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.088867187500 +0.320312500000 0.199218750000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.015625000000 +0.221679687500 0.240234375000 0.069335937500 0.000000000000 +0.000000000000 0.000000000000 0.034667968750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.199218750000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.169921875000 0.423828125000 +0.302734375000 0.279296875000 0.337890625000 0.137695312500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.070312500000 0.247070312500 0.318359375000 +0.000000000000 0.031005859375 0.098632812500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.153320312500 +0.066894531250 0.000000000000 0.086425781250 0.092773437500 +0.236328125000 0.059082031250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.148437500000 0.133789062500 0.018432617188 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.174804687500 0.061035156250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.117187500000 0.186523437500 0.190429687500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.287109375000 +0.113769531250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.243164062500 0.421875000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.106445312500 +0.197265625000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.158203125000 0.108398437500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.267578125000 0.271484375000 0.060546875000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.241210937500 0.257812500000 +0.097167968750 0.000000000000 0.000000000000 0.000000000000 +0.058349609375 0.000000000000 0.000000000000 0.000000000000 +0.057861328125 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.173828125000 +0.000000000000 0.000000000000 0.016235351562 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.031738281250 +0.000000000000 0.000000000000 0.134765625000 0.000000000000 +0.259765625000 0.000000000000 0.000000000000 0.164062500000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.008972167969 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.220703125000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.044189453125 +0.000000000000 0.000000000000 0.000000000000 0.048095703125 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.207031250000 0.000000000000 +0.249023437500 0.000000000000 0.000000000000 0.024536132812 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.132812500000 0.000000000000 +0.079101562500 0.000000000000 0.000000000000 0.182617187500 +0.000000000000 0.158203125000 0.000000000000 0.000000000000 +0.333984375000 0.000000000000 0.012268066406 0.355468750000 +0.000000000000 0.000000000000 0.155273437500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.093750000000 0.000000000000 0.000000000000 0.230468750000 +0.000000000000 0.000000000000 0.000000000000 0.110839843750 +0.058349609375 0.000000000000 0.060791015625 0.000000000000 +0.000000000000 0.000000000000 0.093261718750 0.000000000000 +0.149414062500 0.000000000000 0.000000000000 0.116210937500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.064941406250 0.000000000000 0.058593750000 0.000000000000 +0.000000000000 0.386718750000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.296875000000 0.000000000000 +0.000000000000 0.279296875000 0.000000000000 0.004150390625 +0.086914062500 0.000000000000 0.000000000000 0.000000000000 +0.306640625000 0.000000000000 0.000000000000 0.355468750000 +0.000000000000 0.000000000000 0.013671875000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.026611328125 +0.060546875000 0.000000000000 0.000000000000 0.000000000000 +0.040771484375 0.000000000000 0.000000000000 0.028198242188 +0.000000000000 0.124023437500 0.127929687500 0.000000000000 +0.000000000000 0.000000000000 0.236328125000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.068359375000 +0.000000000000 0.171875000000 0.000000000000 0.193359375000 +0.000000000000 0.000000000000 0.193359375000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.265625000000 0.000000000000 0.000000000000 +0.071777343750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.065429687500 0.000000000000 0.000000000000 +0.077148437500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.073242187500 0.000000000000 0.000000000000 +0.056640625000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.200195312500 +0.000000000000 0.000000000000 0.151367187500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.104980468750 0.000000000000 0.000000000000 +0.000000000000 0.106445312500 0.000000000000 0.000000000000 +0.028686523438 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.111816406250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.190429687500 0.000000000000 +0.153320312500 0.000000000000 0.000000000000 0.000000000000 +0.062255859375 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.003067016602 0.000000000000 +0.000000000000 0.239257812500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.041259765625 0.000000000000 0.000000000000 +0.347656250000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.126953125000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.044189453125 0.000000000000 0.000000000000 0.073730468750 +0.159179687500 0.000000000000 0.000000000000 0.078613281250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.142578125000 0.000000000000 0.000000000000 +0.250000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.180664062500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.023315429688 +0.000000000000 0.000000000000 0.060791015625 0.000000000000 +0.065917968750 0.000000000000 0.000000000000 0.353515625000 +0.000000000000 0.000000000000 0.216796875000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.067871093750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.177734375000 0.000000000000 0.000000000000 0.067382812500 +0.000000000000 0.125000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.154296875000 0.000000000000 +0.163085937500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.330078125000 0.116699218750 0.000000000000 +0.000000000000 0.184570312500 0.000000000000 0.000000000000 +0.130859375000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.143554687500 0.000000000000 0.000000000000 +0.198242187500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.110351562500 0.000000000000 0.150390625000 +0.000000000000 0.054443359375 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.166015625000 0.000000000000 +0.000000000000 0.078613281250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.068359375000 0.000000000000 +0.000000000000 0.000000000000 0.281250000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.001014709473 0.139648437500 0.000000000000 0.000000000000 +0.000000000000 0.204101562500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.031250000000 0.000000000000 0.000000000000 +0.000000000000 0.008544921875 0.000000000000 0.223632812500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.139648437500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.085937500000 0.000000000000 0.000000000000 +0.083007812500 0.000000000000 0.000000000000 0.166015625000 +0.000000000000 0.111328125000 0.000000000000 0.000000000000 +0.000000000000 0.102050781250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.142578125000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.043701171875 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.160156250000 0.000000000000 +0.000000000000 0.000000000000 0.037353515625 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.116699218750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.322265625000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.037353515625 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.068847656250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.060791015625 0.000000000000 0.000000000000 +0.016357421875 0.000000000000 0.000000000000 0.083496093750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.030761718750 0.000000000000 +0.000000000000 0.134765625000 0.000000000000 0.107910156250 +0.000000000000 0.000000000000 0.003936767578 0.000000000000 +0.000000000000 0.000000000000 0.009826660156 0.000000000000 +0.000000000000 0.202148437500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.019287109375 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.016235351562 +0.000000000000 0.000000000000 0.000000000000 0.160156250000 +0.000000000000 0.382812500000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.143554687500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.147460937500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.036376953125 0.153320312500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.106933593750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000432968140 0.000000000000 +0.000000000000 0.000000000000 0.175781250000 0.063964843750 +0.000000000000 0.289062500000 0.000000000000 0.000000000000 +0.020507812500 0.000000000000 0.402343750000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.211914062500 0.000000000000 +0.000000000000 0.174804687500 0.000000000000 0.095214843750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.019287109375 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.104980468750 +0.000000000000 0.000000000000 0.220703125000 0.000000000000 +0.000000000000 0.000000000000 0.022949218750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.064453125000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.550781250000 +0.000000000000 0.000000000000 0.045654296875 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.020751953125 0.000000000000 0.000000000000 0.000000000000 +0.205078125000 0.071777343750 0.000000000000 0.013977050781 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.074707031250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.004974365234 0.000000000000 0.031738281250 +0.000000000000 0.036376953125 0.000000000000 0.000000000000 +0.000000000000 0.008117675781 0.000000000000 0.000000000000 +0.000000000000 0.063964843750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.335937500000 0.000000000000 0.000000000000 0.243164062500 +0.000000000000 0.076660156250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.226562500000 0.000000000000 +0.000000000000 0.000000000000 0.026855468750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.187500000000 0.000000000000 0.000000000000 0.048095703125 +0.000000000000 0.050537109375 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.018676757812 0.000000000000 0.000000000000 +0.261718750000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.312500000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.388671875000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.166015625000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.040527343750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.057861328125 +0.000000000000 0.000000000000 0.068359375000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.220703125000 +0.000000000000 0.000000000000 0.047607421875 0.000000000000 +0.006317138672 0.000000000000 0.106933593750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.216796875000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.145507812500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.145507812500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.161132812500 +0.000000000000 0.000000000000 0.148437500000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.140625000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.004211425781 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.044433593750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.055175781250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.182617187500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.130859375000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.015197753906 0.000000000000 0.039306640625 +0.000000000000 0.000000000000 0.176757812500 0.000000000000 +0.086914062500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.225585937500 0.009643554688 +0.000000000000 0.095703125000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.056152343750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.088867187500 0.000000000000 0.000000000000 +0.285156250000 0.000000000000 0.000000000000 0.166992187500 +0.000000000000 0.000000000000 0.157226562500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.147460937500 0.000000000000 0.000000000000 +0.160156250000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.049072265625 0.000000000000 +0.036621093750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.090332031250 +0.000000000000 0.000000000000 0.178710937500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.019897460938 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.025024414062 0.000000000000 0.000000000000 0.060546875000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.077148437500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.128906250000 0.123535156250 +0.238281250000 0.195312500000 0.298828125000 0.308593750000 +0.138671875000 0.012878417969 0.103515625000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.024780273438 0.000000000000 +0.281250000000 0.036865234375 0.000000000000 0.015258789062 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.007110595703 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.041992187500 0.040039062500 0.083984375000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.070800781250 0.118652343750 0.347656250000 +0.294921875000 0.000000000000 0.048583984375 0.000434875488 +0.000000000000 0.000000000000 0.113281250000 0.000000000000 +0.041259765625 0.102539062500 0.000000000000 0.118164062500 +0.107421875000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.058105468750 +0.000000000000 0.000000000000 0.068847656250 0.058837890625 +0.028198242188 0.000000000000 0.142578125000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.011901855469 +0.041503906250 0.069824218750 0.000000000000 0.183593750000 +0.000000000000 0.192382812500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.100097656250 0.267578125000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.020874023438 0.000000000000 0.000000000000 0.000000000000 +0.137695312500 0.125976562500 0.185546875000 0.167968750000 +0.188476562500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.108886718750 0.016601562500 +0.251953125000 0.144531250000 0.000000000000 0.174804687500 +0.142578125000 0.172851562500 0.206054687500 0.192382812500 +0.000000000000 0.050048828125 0.065429687500 0.000000000000 +0.000000000000 0.265625000000 0.212890625000 0.000000000000 +0.007080078125 0.000000000000 0.000000000000 0.013061523438 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.115234375000 0.000000000000 +0.003067016602 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.072753906250 0.000000000000 0.081054687500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.111328125000 0.080078125000 0.178710937500 +0.201171875000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.095703125000 +0.040527343750 0.000000000000 0.242187500000 0.000000000000 +0.000000000000 0.049316406250 0.020629882812 0.000000000000 +0.053710937500 0.000000000000 0.128906250000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.014282226562 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.010437011719 0.201171875000 +0.273437500000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.133789062500 +0.102050781250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.055908203125 +0.117187500000 0.156250000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.020996093750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.084960937500 +0.000000000000 0.000000000000 0.000000000000 0.061523437500 +0.000000000000 0.000000000000 0.000000000000 0.207031250000 +0.037597656250 0.116210937500 0.178710937500 0.205078125000 +0.310546875000 0.079101562500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.200195312500 0.023071289062 0.170898437500 0.125976562500 +0.000000000000 0.004089355469 0.000000000000 0.000000000000 +0.000000000000 0.053955078125 0.001068115234 0.205078125000 +0.000000000000 0.123535156250 0.072265625000 0.079589843750 +0.101562500000 0.034912109375 0.000000000000 0.109863281250 +0.000000000000 0.000000000000 0.093750000000 0.100585937500 +0.099609375000 0.312500000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.045410156250 0.117187500000 0.173828125000 0.164062500000 +0.205078125000 0.132812500000 0.000000000000 0.000000000000 +0.092773437500 0.032714843750 0.208984375000 0.382812500000 +0.300781250000 0.242187500000 0.277343750000 0.042480468750 +0.055419921875 0.000000000000 0.022216796875 0.000000000000 +0.062255859375 0.075195312500 0.054443359375 0.090332031250 +0.144531250000 0.275390625000 0.050048828125 0.099121093750 +0.000000000000 0.238281250000 0.166015625000 0.098632812500 +0.392578125000 0.216796875000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.027465820312 0.000000000000 0.107910156250 0.042236328125 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.212890625000 0.019653320312 0.099609375000 0.000000000000 +0.000000000000 0.007873535156 0.000000000000 0.000000000000 +0.021484375000 0.130859375000 0.000000000000 0.160156250000 +0.065917968750 0.228515625000 0.365234375000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.069824218750 0.000000000000 +0.001274108887 0.000000000000 0.169921875000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.118652343750 0.031494140625 0.000000000000 +0.000000000000 0.105957031250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.051025390625 0.013793945312 0.044433593750 0.066894531250 +0.046875000000 0.084472656250 0.000000000000 0.207031250000 +0.127929687500 0.037109375000 0.175781250000 0.012451171875 +0.056152343750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.206054687500 0.179687500000 0.137695312500 +0.215820312500 0.041503906250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.088867187500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.145507812500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.071289062500 +0.088867187500 0.080078125000 0.000000000000 0.022827148438 +0.000000000000 0.000000000000 0.043945312500 0.076171875000 +0.000000000000 0.079589843750 0.000000000000 0.000000000000 +0.000000000000 0.058593750000 0.021728515625 0.113769531250 +0.040283203125 0.115234375000 0.121093750000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.011596679688 0.020629882812 0.000000000000 +0.133789062500 0.084960937500 0.000000000000 0.125976562500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.021362304688 0.077148437500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.104492187500 +0.150390625000 0.154296875000 0.242187500000 0.109375000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.007995605469 0.079101562500 0.367187500000 +0.250000000000 0.055419921875 0.049072265625 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.137695312500 0.000000000000 0.062988281250 +0.087402343750 0.000000000000 0.026123046875 0.000000000000 +0.045410156250 0.000000000000 0.141601562500 0.376953125000 +0.106933593750 0.189453125000 0.243164062500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.031005859375 0.000000000000 0.000000000000 0.012634277344 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.164062500000 0.148437500000 +0.159179687500 0.000000000000 0.061035156250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.015197753906 0.011108398438 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.108398437500 0.208984375000 +0.156250000000 0.248046875000 0.041992187500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.081054687500 0.053466796875 +0.058593750000 0.130859375000 0.279296875000 0.052734375000 +0.000000000000 0.020629882812 0.061767578125 0.000000000000 +0.057128906250 0.000000000000 0.002548217773 0.000000000000 +0.000000000000 0.150390625000 0.000000000000 0.207031250000 +0.197265625000 0.161132812500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.079101562500 0.114746093750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.092773437500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.008911132812 0.000000000000 0.220703125000 0.108886718750 +0.000000000000 0.122070312500 0.151367187500 0.000000000000 +0.000000000000 0.081542968750 0.021362304688 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.133789062500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.016479492188 0.040771484375 0.000000000000 0.117187500000 +0.000000000000 0.000000000000 0.092773437500 0.000000000000 +0.000000000000 0.000000000000 0.041748046875 0.000000000000 +0.000000000000 0.057373046875 0.000000000000 0.000000000000 +0.077148437500 0.000000000000 0.000000000000 0.235351562500 +0.249023437500 0.062011718750 0.041259765625 0.085937500000 +0.000000000000 0.000000000000 0.000000000000 0.010498046875 +0.119628906250 0.000000000000 0.098632812500 0.022338867188 +0.159179687500 0.204101562500 0.142578125000 0.148437500000 +0.291015625000 0.324218750000 0.304687500000 0.176757812500 +0.235351562500 0.100585937500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.038085937500 0.000000000000 0.000000000000 0.017089843750 +0.154296875000 0.145507812500 0.246093750000 0.417968750000 +0.171875000000 0.062011718750 0.154296875000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.035156250000 0.068847656250 0.022094726562 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.075683593750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.119140625000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.129882812500 0.000000000000 +0.000000000000 0.000000000000 0.054687500000 0.000000000000 +0.032714843750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.076171875000 0.110351562500 0.235351562500 +0.188476562500 0.182617187500 0.005371093750 0.034912109375 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.107421875000 0.217773437500 0.273437500000 +0.119140625000 0.316406250000 0.306640625000 0.082031250000 +0.028442382812 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.016479492188 0.066894531250 +0.000000000000 0.065917968750 0.021484375000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.118652343750 0.033691406250 0.000000000000 +0.019897460938 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.133789062500 +0.141601562500 0.000000000000 0.071289062500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.062255859375 0.000000000000 0.000000000000 0.000000000000 +0.025756835938 0.000000000000 0.062255859375 0.000000000000 +0.011108398438 0.163085937500 0.259765625000 0.225585937500 +0.159179687500 0.009765625000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.021118164062 0.160156250000 0.029418945312 0.064941406250 +0.173828125000 0.000000000000 0.000000000000 0.098632812500 +0.050781250000 0.316406250000 0.398437500000 0.636718750000 +0.494140625000 0.225585937500 0.265625000000 0.000000000000 +0.255859375000 0.050781250000 0.067871093750 0.083007812500 +0.000000000000 0.000000000000 0.016113281250 0.000000000000 +0.000000000000 0.000000000000 0.133789062500 0.238281250000 +0.000000000000 0.141601562500 0.105957031250 0.000000000000 +0.000000000000 0.178710937500 0.000000000000 0.065429687500 +0.000000000000 0.003173828125 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.147460937500 0.000000000000 0.000000000000 +0.128906250000 0.000000000000 0.000000000000 0.166992187500 +0.000000000000 0.000000000000 0.002716064453 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.090332031250 +0.000000000000 0.083007812500 0.000000000000 0.000000000000 +0.131835937500 0.000000000000 0.133789062500 0.176757812500 +0.114257812500 0.111328125000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.131835937500 +0.000000000000 0.079101562500 0.123046875000 0.051025390625 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.055175781250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.123046875000 +0.000000000000 0.074707031250 0.000000000000 0.000000000000 +0.000000000000 0.064453125000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.119628906250 +0.086425781250 0.070800781250 0.000000000000 0.000000000000 +0.000000000000 0.294921875000 0.077148437500 0.000000000000 +0.012756347656 0.000000000000 0.000000000000 0.000000000000 +0.061767578125 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.011962890625 0.000000000000 0.221679687500 0.228515625000 +0.253906250000 0.000000000000 0.010375976562 0.000000000000 +0.000000000000 0.000000000000 0.102050781250 0.090820312500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.075195312500 0.000000000000 0.021972656250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.015197753906 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.038574218750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.001968383789 0.000000000000 0.000000000000 +0.000000000000 0.013793945312 0.094726562500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.035888671875 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.010864257812 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.052978515625 +0.000000000000 0.000000000000 0.016723632812 0.000000000000 +0.000000000000 0.000000000000 0.218750000000 0.193359375000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.237304687500 0.000000000000 0.000000000000 0.263671875000 +0.012329101562 0.000000000000 0.038330078125 0.091308593750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.078125000000 0.015747070312 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.104980468750 0.000000000000 0.000000000000 +0.015747070312 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.312500000000 0.000000000000 0.000000000000 +0.000000000000 0.257812500000 0.094238281250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.277343750000 +0.056152343750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.139648437500 +0.171875000000 0.347656250000 0.163085937500 0.128906250000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.069824218750 0.026489257812 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.046142578125 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.096191406250 0.020507812500 0.000000000000 +0.089355468750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.022216796875 0.000000000000 +0.000000000000 0.000000000000 0.053466796875 0.094726562500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000656127930 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.154296875000 0.174804687500 +0.076171875000 0.000000000000 0.047363281250 0.000000000000 +0.000000000000 0.066406250000 0.002761840820 0.001495361328 +0.000000000000 0.337890625000 0.081054687500 0.000000000000 +0.000000000000 0.000000000000 0.112304687500 0.000000000000 +0.000000000000 0.000000000000 0.337890625000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.031982421875 +0.027221679688 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.024414062500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.150390625000 0.153320312500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.069824218750 +0.000000000000 0.271484375000 0.000000000000 0.070800781250 +0.058349609375 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.040771484375 +0.082519531250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.012817382812 +0.115234375000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.035888671875 +0.142578125000 0.067871093750 0.092773437500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.004730224609 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.257812500000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.141601562500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.111328125000 0.065917968750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.241210937500 +0.000000000000 0.000000000000 0.000000000000 0.275390625000 +0.000000000000 0.000000000000 0.000000000000 0.139648437500 +0.005004882812 0.000000000000 0.000000000000 0.240234375000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.032226562500 0.147460937500 +0.071289062500 0.000000000000 0.000000000000 0.034423828125 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.179687500000 +0.000000000000 0.000000000000 0.094726562500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.014526367188 0.175781250000 0.000000000000 +0.104492187500 0.000000000000 0.000000000000 0.000000000000 +0.004913330078 0.058349609375 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.061767578125 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.038818359375 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.105468750000 0.000000000000 0.021240234375 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.090332031250 0.232421875000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.016601562500 0.233398437500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.138671875000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.215820312500 0.208984375000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.014587402344 0.000000000000 0.000000000000 0.000000000000 +0.029296875000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.093750000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.120605468750 0.145507812500 0.000000000000 0.000000000000 +0.000000000000 0.191406250000 0.257812500000 0.085449218750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.025146484375 0.041992187500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.029052734375 0.172851562500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.141601562500 0.002471923828 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.053955078125 0.012878417969 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.084472656250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.045898437500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.036621093750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.090820312500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.012573242188 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.078125000000 0.312500000000 0.163085937500 0.049560546875 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.124511718750 0.074707031250 0.039794921875 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.125976562500 0.138671875000 +0.111328125000 0.000000000000 0.001670837402 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.023925781250 +0.000000000000 0.000000000000 0.013366699219 0.000000000000 +0.053466796875 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.177734375000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.142578125000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.010375976562 0.008850097656 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.095214843750 0.439453125000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.173828125000 0.458984375000 +0.000000000000 0.000000000000 0.175781250000 0.200195312500 +0.114257812500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.157226562500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.030029296875 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.237304687500 0.000877380371 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.013671875000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.039062500000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.018920898438 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.032470703125 0.062011718750 0.000000000000 +0.000000000000 0.000000000000 0.095214843750 0.249023437500 +0.137695312500 0.017089843750 0.000000000000 0.000000000000 +0.000000000000 0.019775390625 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.094726562500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.097167968750 0.204101562500 0.232421875000 0.034423828125 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.049560546875 0.339843750000 0.173828125000 0.000000000000 +0.000000000000 0.000000000000 0.109375000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.081542968750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.012023925781 0.052001953125 0.222656250000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.068359375000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.308593750000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.043457031250 0.000000000000 0.000000000000 0.079589843750 +0.086914062500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.110839843750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.180664062500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.005737304688 0.184570312500 +0.000000000000 0.102050781250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.165039062500 0.000000000000 0.081542968750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.035400390625 0.048583984375 0.000000000000 0.000000000000 +0.000000000000 0.082519531250 0.000000000000 0.000000000000 +0.000000000000 0.044433593750 0.069335937500 0.000000000000 +0.085449218750 0.025268554688 0.000000000000 0.024169921875 +0.000000000000 0.000000000000 0.021484375000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.221679687500 +0.000000000000 0.103515625000 0.148437500000 0.000000000000 +0.000000000000 0.000000000000 0.063964843750 0.107421875000 +0.076660156250 0.057128906250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.001014709473 +0.000000000000 0.000000000000 0.120605468750 0.000000000000 +0.221679687500 0.146484375000 0.038574218750 0.192382812500 +0.142578125000 0.196289062500 0.150390625000 0.135742187500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.195312500000 0.079101562500 0.343750000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.061523437500 0.072265625000 0.013000488281 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.006225585938 0.000000000000 0.015258789062 0.042724609375 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.132812500000 0.000000000000 0.190429687500 0.116210937500 +0.000000000000 0.056640625000 0.000000000000 0.000000000000 +0.046630859375 0.000000000000 0.000000000000 0.277343750000 +0.127929687500 0.000000000000 0.024047851562 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.086914062500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.166992187500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.014282226562 0.147460937500 +0.098144531250 0.009216308594 0.025268554688 0.000000000000 +0.186523437500 0.009521484375 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.122070312500 +0.330078125000 0.099609375000 0.054931640625 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.222656250000 +0.000000000000 0.000000000000 0.000000000000 0.178710937500 +0.182617187500 0.208984375000 0.140625000000 0.029541015625 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.175781250000 0.380859375000 0.208984375000 0.257812500000 +0.060302734375 0.000000000000 0.121093750000 0.032226562500 +0.251953125000 0.164062500000 0.028564453125 0.000000000000 +0.000000000000 0.000000000000 0.007019042969 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.269531250000 0.000000000000 0.078613281250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.075683593750 0.018676757812 0.030029296875 +0.051269531250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.047119140625 0.154296875000 +0.335937500000 0.040039062500 0.046386718750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.070312500000 0.015747070312 +0.070312500000 0.249023437500 0.000000000000 0.000000000000 +0.106933593750 0.026733398438 0.000000000000 0.142578125000 +0.000000000000 0.000000000000 0.000000000000 0.015014648438 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.073730468750 0.125000000000 0.247070312500 0.281250000000 +0.022827148438 0.000000000000 0.000000000000 0.000000000000 +0.017578125000 0.000000000000 0.084960937500 0.000000000000 +0.000000000000 0.032470703125 0.000000000000 0.000000000000 +0.000000000000 0.016967773438 0.055908203125 0.169921875000 +0.170898437500 0.000000000000 0.005310058594 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.056884765625 0.000000000000 0.023681640625 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.085449218750 0.000000000000 0.126953125000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.043945312500 0.000000000000 0.076171875000 0.000000000000 +0.118652343750 0.291015625000 0.198242187500 0.141601562500 +0.093261718750 0.000000000000 0.000000000000 0.000000000000 +0.037597656250 0.000000000000 0.077148437500 0.065917968750 +0.000000000000 0.175781250000 0.139648437500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.067382812500 0.000000000000 0.177734375000 0.079101562500 +0.199218750000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.138671875000 0.198242187500 0.097656250000 0.008850097656 +0.083496093750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.037109375000 0.058837890625 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.142578125000 0.144531250000 0.000000000000 +0.090332031250 0.069824218750 0.035644531250 0.097167968750 +0.109375000000 0.000000000000 0.000000000000 0.086914062500 +0.099121093750 0.251953125000 0.275390625000 0.277343750000 +0.271484375000 0.155273437500 0.000000000000 0.063476562500 +0.000000000000 0.000000000000 0.000000000000 0.001953125000 +0.125000000000 0.175781250000 0.164062500000 0.106445312500 +0.129882812500 0.014404296875 0.000000000000 0.000000000000 +0.024536132812 0.000000000000 0.053222656250 0.332031250000 +0.136718750000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.012084960938 +0.000000000000 0.077636718750 0.033447265625 0.106445312500 +0.123046875000 0.000000000000 0.000000000000 0.141601562500 +0.000000000000 0.220703125000 0.000000000000 0.000000000000 +0.089843750000 0.000000000000 0.000000000000 0.040527343750 +0.056152343750 0.000000000000 0.207031250000 0.041503906250 +0.110351562500 0.118652343750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.040527343750 +0.017089843750 0.000000000000 0.010742187500 0.026123046875 +0.000000000000 0.162109375000 0.000000000000 0.000000000000 +0.000000000000 0.020751953125 0.000000000000 0.093261718750 +0.269531250000 0.000000000000 0.000000000000 0.005767822266 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.144531250000 +0.024047851562 0.001296997070 0.079101562500 0.026123046875 +0.051025390625 0.000000000000 0.099609375000 0.000000000000 +0.108398437500 0.048828125000 0.000000000000 0.076171875000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.171875000000 0.041259765625 0.104492187500 0.062988281250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.031982421875 +0.000000000000 0.000000000000 0.000000000000 0.070800781250 +0.000000000000 0.042480468750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.083007812500 +0.033935546875 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.086425781250 0.050048828125 +0.152343750000 0.000000000000 0.000000000000 0.000000000000 +0.019897460938 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.030151367188 0.128906250000 0.000000000000 +0.086425781250 0.000000000000 0.000000000000 0.000000000000 +0.066406250000 0.241210937500 0.242187500000 0.085449218750 +0.047851562500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.102050781250 0.141601562500 0.122070312500 0.261718750000 +0.104980468750 0.000000000000 0.067382812500 0.000000000000 +0.034423828125 0.015197753906 0.000000000000 0.022460937500 +0.000000000000 0.158203125000 0.061523437500 0.121582031250 +0.065917968750 0.000000000000 0.109375000000 0.066406250000 +0.000000000000 0.000000000000 0.022338867188 0.000000000000 +0.163085937500 0.234375000000 0.168945312500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.066894531250 0.180664062500 0.347656250000 0.059570312500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.207031250000 0.196289062500 0.247070312500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.040039062500 +0.030029296875 0.000000000000 0.044921875000 0.079101562500 +0.045166015625 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.044921875000 0.250000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.005249023438 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.031982421875 +0.100097656250 0.314453125000 0.167968750000 0.125976562500 +0.000000000000 0.045166015625 0.000000000000 0.047119140625 +0.000000000000 0.000000000000 0.000000000000 0.025146484375 +0.170898437500 0.187500000000 0.064453125000 0.000000000000 +0.000000000000 0.000000000000 0.031738281250 0.110839843750 +0.000000000000 0.153320312500 0.000000000000 0.010925292969 +0.154296875000 0.003799438477 0.000000000000 0.000000000000 +0.000000000000 0.004943847656 0.099121093750 0.000000000000 +0.000000000000 0.000000000000 0.027832031250 0.096679687500 +0.029052734375 0.061523437500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.150390625000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.190429687500 0.118164062500 +0.191406250000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.059082031250 0.166992187500 +0.174804687500 0.032226562500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.005462646484 0.023071289062 +0.060058593750 0.091796875000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.018310546875 0.204101562500 0.075195312500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.013122558594 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.047851562500 0.104492187500 +0.129882812500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.008728027344 0.024536132812 0.138671875000 +0.000082492828 0.008972167969 0.107910156250 0.000000000000 +0.000000000000 0.111328125000 0.000000000000 0.149414062500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.026611328125 +0.000000000000 0.000000000000 0.010803222656 0.000000000000 +0.160156250000 0.138671875000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.030761718750 +0.017944335938 0.122558593750 0.000000000000 0.134765625000 +0.101074218750 0.135742187500 0.173828125000 0.154296875000 +0.166992187500 0.209960937500 0.082031250000 0.017822265625 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.047607421875 0.000000000000 0.086425781250 +0.000000000000 0.000000000000 0.000000000000 0.059326171875 +0.044433593750 0.185546875000 0.203125000000 0.074218750000 +0.024780273438 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.063964843750 0.000000000000 0.106445312500 +0.166015625000 0.049804687500 0.016967773438 0.013000488281 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.100097656250 0.008056640625 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.033691406250 0.000000000000 0.066406250000 +0.075195312500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.194335937500 0.222656250000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.042968750000 0.044433593750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.042480468750 0.081054687500 0.235351562500 0.000000000000 +0.000000000000 0.000000000000 0.077636718750 0.019287109375 +0.244140625000 0.094238281250 0.127929687500 0.150390625000 +0.125000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.051513671875 0.163085937500 +0.088867187500 0.166015625000 0.186523437500 0.000000000000 +0.108398437500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.078125000000 0.100585937500 0.001579284668 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.047607421875 0.000000000000 0.045166015625 0.008728027344 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.215820312500 +0.142578125000 0.140625000000 0.050537109375 0.000000000000 +0.109863281250 0.154296875000 0.302734375000 0.073242187500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.044677734375 +0.000553131104 0.083007812500 0.000000000000 0.000000000000 +0.000000000000 0.158203125000 0.052734375000 0.213867187500 +0.131835937500 0.000000000000 0.000000000000 0.055419921875 +0.008056640625 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.096191406250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.046386718750 +0.247070312500 0.131835937500 0.251953125000 0.121582031250 +0.108398437500 0.029907226562 0.089843750000 0.135742187500 +0.000000000000 0.000000000000 0.092285156250 0.000000000000 +0.267578125000 0.241210937500 0.277343750000 0.095214843750 +0.000000000000 0.009216308594 0.000000000000 0.037841796875 +0.000000000000 0.017700195312 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.135742187500 +0.045166015625 0.110351562500 0.147460937500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.055664062500 +0.267578125000 0.021240234375 0.162109375000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.008056640625 +0.000000000000 0.098632812500 0.050781250000 0.000000000000 +0.098144531250 0.000000000000 0.006134033203 0.222656250000 +0.000000000000 0.000000000000 0.017944335938 0.000000000000 +0.000000000000 0.130859375000 0.000000000000 0.068847656250 +0.078613281250 0.000000000000 0.000000000000 0.000000000000 +0.127929687500 0.029541015625 0.172851562500 0.190429687500 +0.053955078125 0.133789062500 0.062500000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.001861572266 +0.000000000000 0.000000000000 0.090332031250 0.000000000000 +0.204101562500 0.263671875000 0.147460937500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.020751953125 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.061767578125 +0.125000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.224609375000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.165039062500 +0.000000000000 0.000000000000 0.006561279297 0.170898437500 +0.000000000000 0.000000000000 0.000000000000 0.134765625000 +0.000000000000 0.000000000000 0.000000000000 0.222656250000 +0.000000000000 0.107910156250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.125976562500 0.023925781250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.096679687500 0.255859375000 0.171875000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.019531250000 +0.117187500000 0.000000000000 0.110839843750 0.000000000000 +0.000000000000 0.000000000000 0.129882812500 0.000000000000 +0.265625000000 0.000000000000 0.000051021576 0.088867187500 +0.000000000000 0.000000000000 0.000000000000 0.068847656250 +0.318359375000 0.000000000000 0.145507812500 0.000000000000 +0.000000000000 0.174804687500 0.000000000000 0.000000000000 +0.021606445312 0.000000000000 0.080078125000 0.000000000000 +0.000000000000 0.047607421875 0.000000000000 0.000000000000 +0.051513671875 0.054199218750 0.000000000000 0.023925781250 +0.000000000000 0.235351562500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.006164550781 +0.168945312500 0.000000000000 0.000000000000 0.000000000000 +0.291015625000 0.148437500000 0.199218750000 0.000000000000 +0.000000000000 0.000000000000 0.002182006836 0.002502441406 +0.000000000000 0.000000000000 0.000130653381 0.000000000000 +0.015563964844 0.121093750000 0.000000000000 0.000000000000 +0.030395507812 0.109375000000 0.158203125000 0.000000000000 +0.000000000000 0.000000000000 0.017822265625 0.369140625000 +0.000000000000 0.000000000000 0.015502929688 0.000000000000 +0.000000000000 0.542968750000 0.092285156250 0.000000000000 +0.000000000000 0.048828125000 0.000000000000 0.000000000000 +0.135742187500 0.052001953125 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.139648437500 0.035156250000 0.000770568848 0.000000000000 +0.000000000000 0.000000000000 0.462890625000 0.000000000000 +0.000000000000 0.000000000000 0.016479492188 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.236328125000 +0.376953125000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.030883789062 0.000000000000 0.006072998047 +0.067871093750 0.054199218750 0.000000000000 0.159179687500 +0.089843750000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.184570312500 0.069824218750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.343750000000 +0.000000000000 0.000000000000 0.000000000000 0.045654296875 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.050292968750 +0.000000000000 0.071289062500 0.032958984375 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.009826660156 0.000000000000 0.052734375000 +0.009521484375 0.000000000000 0.000000000000 0.105957031250 +0.064941406250 0.000000000000 0.000000000000 0.163085937500 +0.000000000000 0.000000000000 0.163085937500 0.132812500000 +0.000000000000 0.151367187500 0.038330078125 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.140625000000 0.000000000000 0.174804687500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.099609375000 0.312500000000 0.000000000000 0.000000000000 +0.056884765625 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.208984375000 +0.000000000000 0.000000000000 0.060791015625 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.125000000000 0.185546875000 0.000000000000 +0.000000000000 0.000000000000 0.087402343750 0.000000000000 +0.304687500000 0.000000000000 0.000000000000 0.000000000000 +0.161132812500 0.073730468750 0.000000000000 0.000000000000 +0.103515625000 0.000000000000 0.000000000000 0.000000000000 +0.078613281250 0.170898437500 0.000000000000 0.000000000000 +0.211914062500 0.000000000000 0.000000000000 0.006439208984 +0.000000000000 0.159179687500 0.225585937500 0.000000000000 +0.000000000000 0.008361816406 0.013061523438 0.000000000000 +0.019042968750 0.000000000000 0.021606445312 0.008300781250 +0.000000000000 0.000000000000 0.000000000000 0.110839843750 +0.000000000000 0.000000000000 0.176757812500 0.000000000000 +0.004974365234 0.015014648438 0.000000000000 0.000000000000 +0.214843750000 0.082031250000 0.118652343750 0.084960937500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.031005859375 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.382812500000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.040527343750 0.000000000000 0.000000000000 0.060546875000 +0.000000000000 0.000000000000 0.000000000000 0.090820312500 +0.000000000000 0.022827148438 0.000000000000 0.000000000000 +0.000000000000 0.037109375000 0.000000000000 0.000000000000 +0.064941406250 0.000000000000 0.089843750000 0.000000000000 +0.000000000000 0.000000000000 0.339843750000 0.279296875000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.128906250000 0.000000000000 0.000000000000 +0.008728027344 0.000000000000 0.000000000000 0.118164062500 +0.000000000000 0.000000000000 0.075195312500 0.000000000000 +0.000000000000 0.031005859375 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.076171875000 0.009704589844 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.229492187500 0.133789062500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.507812500000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.316406250000 0.000000000000 0.022827148438 +0.000000000000 0.000000000000 0.000000000000 0.306640625000 +0.310546875000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.006225585938 0.207031250000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.079101562500 +0.000000000000 0.000000000000 0.000000000000 0.062988281250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.343750000000 0.000000000000 0.130859375000 +0.000000000000 0.000000000000 0.026733398438 0.110839843750 +0.000000000000 0.064941406250 0.002380371094 0.000000000000 +0.206054687500 0.155273437500 0.000000000000 0.000000000000 +0.120605468750 0.000000000000 0.074218750000 0.031494140625 +0.000000000000 0.153320312500 0.382812500000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.099609375000 0.020751953125 0.000000000000 0.110839843750 +0.000000000000 0.128906250000 0.000000000000 0.011047363281 +0.000000000000 0.419921875000 0.000000000000 0.000000000000 +0.000000000000 0.125976562500 0.000000000000 0.109375000000 +0.000000000000 0.025512695312 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.142578125000 0.004425048828 +0.193359375000 0.000000000000 0.000000000000 0.000000000000 +0.156250000000 0.019653320312 0.000000000000 0.000000000000 +0.002517700195 0.000000000000 0.335937500000 0.151367187500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.031738281250 0.000000000000 0.038085937500 0.000000000000 +0.034912109375 0.000000000000 0.116699218750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.080078125000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.007629394531 0.000000000000 +0.000000000000 0.078125000000 0.000000000000 0.000000000000 +0.000000000000 0.212890625000 0.068847656250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.056396484375 0.180664062500 0.033203125000 0.000000000000 +0.000000000000 0.037109375000 0.000000000000 0.000000000000 +0.312500000000 0.000000000000 0.000000000000 0.000000000000 +0.147460937500 0.072753906250 0.240234375000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.242187500000 +0.003784179688 0.000000000000 0.033447265625 0.498046875000 +0.000000000000 0.000000000000 0.000843048096 0.000000000000 +0.000000000000 0.066406250000 0.038818359375 0.180664062500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.224609375000 +0.058837890625 0.000000000000 0.000000000000 0.000000000000 +0.021118164062 0.267578125000 0.000000000000 0.016967773438 +0.000000000000 0.000000000000 0.000000000000 0.018432617188 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.009277343750 0.127929687500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.141601562500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.112792968750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.037597656250 0.242187500000 +0.000000000000 0.000000000000 0.000000000000 0.062988281250 +0.031250000000 0.000000000000 0.188476562500 0.000000000000 +0.000000000000 0.200195312500 0.059326171875 0.000000000000 +0.036865234375 0.000000000000 0.000000000000 0.043945312500 +0.337890625000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.157226562500 0.148437500000 +0.091796875000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.240234375000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.036132812500 0.000000000000 0.016235351562 +0.000000000000 0.013366699219 0.000000000000 0.000000000000 +0.000000000000 0.017578125000 0.000000000000 0.116699218750 +0.000000000000 0.000000000000 0.000000000000 0.081542968750 +0.000000000000 0.000000000000 0.062988281250 0.075683593750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.152343750000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.022338867188 0.000000000000 +0.000000000000 0.181640625000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.412109375000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.203125000000 0.000000000000 +0.237304687500 0.023803710938 0.000000000000 0.000000000000 +0.380859375000 0.079101562500 0.000000000000 0.000000000000 +0.000000000000 0.216796875000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.134765625000 +0.000000000000 0.178710937500 0.000000000000 0.000000000000 +0.000000000000 0.310546875000 0.000000000000 0.118164062500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.095214843750 0.000000000000 0.015258789062 +0.000000000000 0.006927490234 0.058837890625 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.139648437500 0.017456054688 0.000000000000 0.000000000000 +0.150390625000 0.124511718750 0.000000000000 0.000000000000 +0.000000000000 0.067871093750 0.000000000000 0.065917968750 +0.228515625000 0.000000000000 0.039794921875 0.000000000000 +0.000000000000 0.000000000000 0.048339843750 0.000000000000 +0.375000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.308593750000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.019653320312 0.000000000000 0.000000000000 +0.000000000000 0.419921875000 0.122558593750 0.000000000000 +0.000000000000 0.000000000000 0.051269531250 0.000000000000 +0.002441406250 0.068359375000 0.000000000000 0.124023437500 +0.000000000000 0.000000000000 0.107421875000 0.000000000000 +0.038574218750 0.000000000000 0.034179687500 0.000000000000 +0.000000000000 0.000000000000 0.478515625000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.177734375000 0.000000000000 0.041259765625 0.000000000000 +0.077636718750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.172851562500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.244140625000 0.000000000000 0.000000000000 0.000000000000 +0.002243041992 0.000000000000 0.000000000000 0.210937500000 +0.125976562500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.192382812500 0.000000000000 0.000000000000 +0.000000000000 0.061035156250 0.000000000000 0.061279296875 +0.000000000000 0.047607421875 0.000000000000 0.082031250000 +0.174804687500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.122070312500 0.067871093750 0.000000000000 +0.000000000000 0.000000000000 0.228515625000 0.000000000000 +0.000000000000 0.090820312500 0.000000000000 0.067382812500 +0.000000000000 0.000000000000 0.000000000000 0.023315429688 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.014526367188 0.201171875000 0.003494262695 +0.000000000000 0.000000000000 0.000000000000 0.099121093750 +0.049316406250 0.090820312500 0.000000000000 0.000000000000 +0.000000000000 0.114257812500 0.031250000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.259765625000 +0.096679687500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.141601562500 0.000000000000 +0.000000000000 0.000000000000 0.210937500000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.151367187500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.026245117188 0.482421875000 0.036132812500 0.001144409180 +0.000000000000 0.000000000000 0.023071289062 0.052978515625 +0.250000000000 0.198242187500 0.000000000000 0.098144531250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.314453125000 0.359375000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.196289062500 0.225585937500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.231445312500 0.148437500000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.075195312500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.353515625000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.015869140625 0.429687500000 0.124511718750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.289062500000 0.000000000000 0.164062500000 0.000000000000 +0.006378173828 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.037109375000 +0.030273437500 0.000000000000 0.000000000000 0.233398437500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.085449218750 0.135742187500 0.007202148438 0.050781250000 +0.000000000000 0.089355468750 0.000000000000 0.000000000000 +0.185546875000 0.000000000000 0.000000000000 0.231445312500 +0.000000000000 0.000000000000 0.225585937500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.227539062500 0.318359375000 0.000000000000 0.000000000000 +0.087402343750 0.000000000000 0.000000000000 0.189453125000 +0.000000000000 0.076171875000 0.077148437500 0.000000000000 +0.000000000000 0.011474609375 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.218750000000 0.015258789062 0.163085937500 +0.000000000000 0.320312500000 0.000000000000 0.109863281250 +0.000000000000 0.000000000000 0.000000000000 0.261718750000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.079589843750 0.033691406250 +0.050048828125 0.000000000000 0.035888671875 0.000000000000 +0.163085937500 0.000000000000 0.154296875000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.032226562500 0.000000000000 0.121582031250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.112792968750 +0.009887695312 0.000000000000 0.175781250000 0.000000000000 +0.000000000000 0.000000000000 0.108886718750 0.000000000000 +0.000000000000 0.002319335938 0.162109375000 0.011047363281 +0.000000000000 0.032714843750 0.000000000000 0.000000000000 +0.000000000000 0.083496093750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.025634765625 0.000000000000 0.000000000000 0.000000000000 +0.076171875000 0.000000000000 0.095214843750 0.020263671875 +0.094726562500 0.000000000000 0.041503906250 0.063476562500 +0.102539062500 0.000000000000 0.026733398438 0.000000000000 +0.042968750000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.099609375000 0.081054687500 +0.000000000000 0.000000000000 0.000000000000 0.453125000000 +0.004730224609 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.173828125000 0.244140625000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.044189453125 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.172851562500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.410156250000 0.143554687500 0.113281250000 0.094726562500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.111816406250 0.000000000000 0.102050781250 +0.209960937500 0.151367187500 0.006744384766 0.028686523438 +0.000000000000 0.000000000000 0.057373046875 0.000000000000 +0.000000000000 0.036376953125 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.070312500000 0.126953125000 +0.010314941406 0.263671875000 0.394531250000 0.067382812500 +0.161132812500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.027709960938 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.027221679688 0.000000000000 +0.000000000000 0.255859375000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.072753906250 +0.000000000000 0.000000000000 0.000000000000 0.118164062500 +0.000000000000 0.000000000000 0.000000000000 0.163085937500 +0.000000000000 0.112304687500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.078613281250 0.287109375000 +0.095214843750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.245117187500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.159179687500 +0.003082275391 0.000000000000 0.020629882812 0.000000000000 +0.000000000000 0.269531250000 0.000000000000 0.093750000000 +0.197265625000 0.000000000000 0.171875000000 0.186523437500 +0.000000000000 0.000000000000 0.212890625000 0.002700805664 +0.210937500000 0.000000000000 0.202148437500 0.000000000000 +0.000000000000 0.000000000000 0.043945312500 0.018676757812 +0.000000000000 0.000000000000 0.010498046875 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.186523437500 0.173828125000 +0.000000000000 0.062988281250 0.044189453125 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.033935546875 0.000000000000 0.000000000000 0.016113281250 +0.042968750000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.100097656250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.001243591309 +0.000000000000 0.000000000000 0.127929687500 0.101562500000 +0.141601562500 0.177734375000 0.172851562500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.030761718750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.037597656250 0.000000000000 0.000000000000 0.038330078125 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.291015625000 0.235351562500 +0.000000000000 0.116699218750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.073730468750 +0.000000000000 0.000000000000 0.002075195312 0.000000000000 +0.000000000000 0.147460937500 0.000000000000 0.022583007812 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.057128906250 0.044677734375 0.000000000000 0.000000000000 +0.000000000000 0.228515625000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.283203125000 0.088378906250 0.077636718750 0.139648437500 +0.000000000000 0.000000000000 0.087402343750 0.032714843750 +0.000000000000 0.000000000000 0.006866455078 0.190429687500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.001632690430 +0.000000000000 0.000000000000 0.052734375000 0.003723144531 +0.099121093750 0.034423828125 0.228515625000 0.035644531250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.027954101562 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.043457031250 0.082519531250 0.000000000000 0.318359375000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.005462646484 0.000000000000 0.162109375000 +0.024169921875 0.245117187500 0.068847656250 0.359375000000 +0.128906250000 0.079101562500 0.125976562500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.146484375000 0.000000000000 0.106933593750 0.080078125000 +0.138671875000 0.003646850586 0.173828125000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.296875000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.099609375000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.216796875000 0.000000000000 0.000000000000 0.184570312500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.238281250000 0.164062500000 0.170898437500 +0.067382812500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.134765625000 0.000000000000 +0.000000000000 0.039794921875 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.108886718750 0.082031250000 0.000000000000 0.000000000000 +0.115722656250 0.000000000000 0.215820312500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.029296875000 0.208984375000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.153320312500 +0.000000000000 0.000000000000 0.134765625000 0.000000000000 +0.000000000000 0.083984375000 0.000000000000 0.013732910156 +0.241210937500 0.179687500000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.138671875000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.199218750000 +0.034667968750 0.332031250000 0.000000000000 0.000000000000 +0.212890625000 0.026123046875 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.125976562500 +0.140625000000 0.240234375000 0.000000000000 0.000000000000 +0.103515625000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.010620117188 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.226562500000 0.152343750000 0.000000000000 0.024291992188 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.130859375000 0.157226562500 0.000000000000 0.187500000000 +0.000000000000 0.000000000000 0.081054687500 0.011657714844 +0.000000000000 0.194335937500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.116210937500 0.000000000000 0.045898437500 0.330078125000 +0.044677734375 0.000000000000 0.089355468750 0.000000000000 +0.000000000000 0.018188476562 0.131835937500 0.002136230469 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.112304687500 0.160156250000 0.000000000000 +0.000000000000 0.068359375000 0.000000000000 0.083984375000 +0.000000000000 0.142578125000 0.056396484375 0.312500000000 +0.089355468750 0.000000000000 0.000000000000 0.111816406250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.072265625000 +0.026245117188 0.000000000000 0.000000000000 0.183593750000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.269531250000 +0.000000000000 0.000000000000 0.047119140625 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.106445312500 0.016113281250 0.035888671875 0.148437500000 +0.084960937500 0.000000000000 0.164062500000 0.000000000000 +0.014953613281 0.433593750000 0.410156250000 0.000000000000 +0.408203125000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.060791015625 0.000000000000 0.291015625000 +0.468750000000 0.308593750000 0.206054687500 0.161132812500 +0.073730468750 0.000000000000 0.000000000000 0.048583984375 +0.000000000000 0.074707031250 0.285156250000 0.103027343750 +0.009948730469 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.181640625000 0.000000000000 0.000000000000 +0.086425781250 0.037597656250 0.000000000000 0.136718750000 +0.146484375000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.164062500000 0.000000000000 +0.000000000000 0.000000000000 0.004333496094 0.000000000000 +0.204101562500 0.000000000000 0.038818359375 0.001342773438 +0.052246093750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.046386718750 0.023925781250 0.000000000000 +0.124023437500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.117675781250 0.000000000000 0.008361816406 0.005798339844 +0.089355468750 0.241210937500 0.156250000000 0.037841796875 +0.000000000000 0.000000000000 0.000000000000 0.043945312500 +0.000000000000 0.275390625000 0.121093750000 0.070800781250 +0.269531250000 0.074707031250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.011108398438 +0.000000000000 0.089355468750 0.059570312500 0.000000000000 +0.222656250000 0.009948730469 0.000000000000 0.008422851562 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.009216308594 0.488281250000 0.421875000000 +0.250000000000 0.343750000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.046142578125 0.000000000000 0.029418945312 0.017211914062 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.196289062500 0.000000000000 +0.144531250000 0.025512695312 0.000000000000 0.000000000000 +0.021972656250 0.000000000000 0.000000000000 0.000000000000 +0.040283203125 0.000000000000 0.047607421875 0.035400390625 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.155273437500 0.000000000000 +0.292968750000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.007720947266 0.017089843750 +0.043701171875 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.182617187500 0.000000000000 0.000000000000 0.192382812500 +0.000000000000 0.055664062500 0.261718750000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.200195312500 0.049316406250 0.098632812500 0.000000000000 +0.058349609375 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.034912109375 0.250000000000 0.145507812500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.008728027344 +0.000000000000 0.000000000000 0.025756835938 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.151367187500 0.059082031250 0.000000000000 0.000000000000 +0.007873535156 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.069335937500 0.000000000000 0.003128051758 +0.012023925781 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.332031250000 0.000000000000 0.087890625000 +0.116210937500 0.000000000000 0.003692626953 0.006286621094 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.410156250000 0.059814453125 +0.223632812500 0.000000000000 0.000000000000 0.000000000000 +0.333984375000 0.000000000000 0.072265625000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.197265625000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.220703125000 0.000000000000 +0.107910156250 0.000000000000 0.287109375000 0.000000000000 +0.000000000000 0.000000000000 0.314453125000 0.000000000000 +0.000000000000 0.181640625000 0.000000000000 0.000000000000 +0.000000000000 0.211914062500 0.269531250000 0.020141601562 +0.000000000000 0.000000000000 0.000000000000 0.097656250000 +0.269531250000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.341796875000 0.000000000000 0.423828125000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.186523437500 0.000000000000 0.000000000000 0.396484375000 +0.033691406250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.298828125000 0.306640625000 0.000000000000 +0.000000000000 0.100097656250 0.000000000000 0.141601562500 +0.159179687500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.142578125000 0.000000000000 0.000000000000 +0.214843750000 0.000000000000 0.051025390625 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.069335937500 0.172851562500 0.000000000000 0.018066406250 +0.000000000000 0.156250000000 0.043212890625 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.070312500000 +0.022216796875 0.141601562500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.038818359375 0.000000000000 +0.000000000000 0.324218750000 0.000000000000 0.097167968750 +0.000000000000 0.000000000000 0.000000000000 0.183593750000 +0.000000000000 0.000000000000 0.071289062500 0.013916015625 +0.028564453125 0.000000000000 0.333984375000 0.000000000000 +0.000000000000 0.059326171875 0.000000000000 0.000000000000 +0.196289062500 0.000000000000 0.000000000000 0.030029296875 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.239257812500 0.038818359375 0.000000000000 0.005432128906 +0.000000000000 0.000000000000 0.000000000000 0.443359375000 +0.000000000000 0.000000000000 0.071289062500 0.000000000000 +0.133789062500 0.000000000000 0.000000000000 0.077148437500 +0.041015625000 0.000000000000 0.000000000000 0.215820312500 +0.000000000000 0.000000000000 0.109375000000 0.000000000000 +0.300781250000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.466796875000 0.015319824219 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.233398437500 0.000000000000 0.185546875000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.008789062500 +0.000000000000 0.046142578125 0.000000000000 0.041503906250 +0.000000000000 0.019897460938 0.239257812500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.075683593750 +0.204101562500 0.102539062500 0.000000000000 0.000000000000 +0.041015625000 0.000000000000 0.000000000000 0.131835937500 +0.108886718750 0.000000000000 0.088378906250 0.000000000000 +0.000000000000 0.000000000000 0.081054687500 0.000000000000 +0.000000000000 0.000000000000 0.462890625000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.294921875000 0.000000000000 0.017333984375 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.136718750000 +0.091796875000 0.041015625000 0.000000000000 0.000000000000 +0.000000000000 0.205078125000 0.000000000000 0.211914062500 +0.061035156250 0.000000000000 0.009887695312 0.000000000000 +0.000000000000 0.000000000000 0.028320312500 0.046875000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.359375000000 0.000000000000 +0.000000000000 0.273437500000 0.000000000000 0.013305664062 +0.000000000000 0.125976562500 0.000000000000 0.000000000000 +0.087890625000 0.128906250000 0.000000000000 0.000000000000 +0.000000000000 0.054443359375 0.000000000000 0.000000000000 +0.000000000000 0.142578125000 0.000000000000 0.055664062500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.011535644531 0.000000000000 0.237304687500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.048583984375 +0.156250000000 0.000000000000 0.000000000000 0.050781250000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.068359375000 0.000000000000 0.000000000000 0.001510620117 +0.000000000000 0.065917968750 0.000000000000 0.000000000000 +0.246093750000 0.186523437500 0.000000000000 0.172851562500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.031005859375 0.263671875000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.014770507812 0.000000000000 +0.000000000000 0.106445312500 0.000000000000 0.000000000000 +0.111816406250 0.000000000000 0.075683593750 0.000000000000 +0.126953125000 0.000000000000 0.000000000000 0.032470703125 +0.000000000000 0.040771484375 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.251953125000 0.000000000000 +0.000000000000 0.000000000000 0.121582031250 0.000000000000 +0.000000000000 0.000000000000 0.328125000000 0.000000000000 +0.000000000000 0.010375976562 0.000000000000 0.129882812500 +0.000000000000 0.000000000000 0.070312500000 0.279296875000 +0.000000000000 0.000000000000 0.127929687500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.169921875000 0.000000000000 0.369140625000 0.000000000000 +0.000000000000 0.000000000000 0.011779785156 0.000000000000 +0.000000000000 0.000000000000 0.156250000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.060546875000 +0.000000000000 0.000000000000 0.044189453125 0.000000000000 +0.000000000000 0.000000000000 0.404296875000 0.144531250000 +0.246093750000 0.000000000000 0.000000000000 0.000000000000 +0.182617187500 0.000000000000 0.098144531250 0.000000000000 +0.164062500000 0.000000000000 0.000000000000 0.320312500000 +0.211914062500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.183593750000 0.312500000000 0.015869140625 +0.000000000000 0.112304687500 0.166992187500 0.000000000000 +0.000000000000 0.000000000000 0.166992187500 0.000000000000 +0.000000000000 0.000000000000 0.132812500000 0.000000000000 +0.000000000000 0.000000000000 0.155273437500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.011169433594 +0.000000000000 0.000000000000 0.004974365234 0.000000000000 +0.000000000000 0.255859375000 0.000000000000 0.000000000000 +0.000000000000 0.169921875000 0.000000000000 0.353515625000 +0.000000000000 0.000000000000 0.255859375000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.010314941406 +0.000000000000 0.000000000000 0.018066406250 0.000000000000 +0.000000000000 0.000000000000 0.226562500000 0.000000000000 +0.231445312500 0.000000000000 0.139648437500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.217773437500 0.000000000000 0.021362304688 0.013610839844 +0.000000000000 0.000000000000 0.000000000000 0.300781250000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.096679687500 0.000000000000 0.076660156250 +0.000000000000 0.000000000000 0.000000000000 0.375000000000 +0.000000000000 0.000000000000 0.000000000000 0.024658203125 +0.000000000000 0.209960937500 0.000000000000 0.053710937500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.230468750000 0.015075683594 +0.010192871094 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.390625000000 0.000000000000 0.000000000000 +0.031494140625 0.038085937500 0.000000000000 0.095703125000 +0.000000000000 0.000000000000 0.122558593750 0.000000000000 +0.000000000000 0.228515625000 0.113769531250 0.000000000000 +0.000000000000 0.269531250000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.187500000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.330078125000 0.000000000000 0.000000000000 +0.222656250000 0.000000000000 0.000000000000 0.000000000000 +0.302734375000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.162109375000 0.000000000000 0.084472656250 +0.000000000000 0.000000000000 0.000000000000 0.011291503906 +0.021850585938 0.000000000000 0.000000000000 0.000000000000 +0.034179687500 0.000000000000 0.000000000000 0.179687500000 +0.000000000000 0.000000000000 0.574218750000 0.000000000000 +0.079101562500 0.031738281250 0.000000000000 0.000000000000 +0.115722656250 0.000000000000 0.000000000000 0.310546875000 +0.081542968750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.232421875000 0.285156250000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.129882812500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.234375000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.008056640625 0.206054687500 0.000000000000 +0.054443359375 0.000000000000 0.000000000000 0.214843750000 +0.189453125000 0.000000000000 0.000000000000 0.017578125000 +0.193359375000 0.194335937500 0.000000000000 0.000000000000 +0.026489257812 0.000000000000 0.098632812500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.267578125000 +0.000000000000 0.000000000000 0.098144531250 0.000000000000 +0.022460937500 0.000000000000 0.031738281250 0.165039062500 +0.029296875000 0.000000000000 0.000000000000 0.000000000000 +0.231445312500 0.287109375000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.351562500000 +0.019653320312 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.054443359375 0.023803710938 0.000000000000 +0.043212890625 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.367187500000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.169921875000 +0.111816406250 0.000000000000 0.094238281250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.129882812500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.137695312500 0.324218750000 0.133789062500 0.000000000000 +0.000000000000 0.000000000000 0.006347656250 0.507812500000 +0.016113281250 0.218750000000 0.000000000000 0.000000000000 +0.176757812500 0.000000000000 0.125000000000 0.000000000000 +0.188476562500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.164062500000 0.423828125000 0.098632812500 +0.000000000000 0.316406250000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.095214843750 +0.000000000000 0.000000000000 0.000000000000 0.055419921875 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.210937500000 0.000000000000 0.009887695312 0.000000000000 +0.000000000000 0.000000000000 0.019653320312 0.000000000000 +0.000000000000 0.000000000000 0.019897460938 0.000000000000 +0.000000000000 0.019287109375 0.166015625000 0.000000000000 +0.040527343750 0.000000000000 0.035888671875 0.121582031250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.167968750000 0.119628906250 0.000000000000 0.000000000000 +0.000000000000 0.089843750000 0.068359375000 0.000000000000 +0.000000000000 0.000000000000 0.246093750000 0.261718750000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.047363281250 +0.000000000000 0.353515625000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.269531250000 +0.070800781250 0.239257812500 0.000000000000 0.000000000000 +0.051757812500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.077148437500 0.423828125000 0.000000000000 +0.000000000000 0.000000000000 0.085937500000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.318359375000 +0.164062500000 0.000000000000 0.069335937500 0.000000000000 +0.002227783203 0.000000000000 0.000000000000 0.042480468750 +0.000000000000 0.050048828125 0.000000000000 0.000000000000 +0.016113281250 0.267578125000 0.000000000000 0.084960937500 +0.000000000000 0.125000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.103027343750 +0.000000000000 0.000000000000 0.000000000000 0.080078125000 +0.000000000000 0.000000000000 0.000000000000 0.223632812500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.002105712891 0.243164062500 +0.000000000000 0.000000000000 0.000000000000 0.005432128906 +0.000000000000 0.066894531250 0.070800781250 0.000000000000 +0.000000000000 0.000000000000 0.236328125000 0.033447265625 +0.225585937500 0.000000000000 0.000000000000 0.000000000000 +0.032470703125 0.000000000000 0.023925781250 0.000000000000 +0.023681640625 0.059082031250 0.000000000000 0.005950927734 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.073242187500 0.000000000000 0.000000000000 0.000000000000 +0.088378906250 0.100585937500 0.080566406250 0.000000000000 +0.000000000000 0.004180908203 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.096679687500 +0.490234375000 0.147460937500 0.167968750000 0.000000000000 +0.000000000000 0.160156250000 0.096679687500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.036376953125 +0.083007812500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.396484375000 0.337890625000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.088867187500 0.320312500000 0.000000000000 0.060791015625 +0.000000000000 0.019165039062 0.000000000000 0.000000000000 +0.000000000000 0.285156250000 0.000000000000 0.000000000000 +0.044677734375 0.000000000000 0.036376953125 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.369140625000 +0.152343750000 0.000000000000 0.000000000000 0.000000000000 +0.111816406250 0.000000000000 0.068359375000 0.164062500000 +0.000000000000 0.061767578125 0.000000000000 0.023193359375 +0.000000000000 0.000000000000 0.000000000000 0.294921875000 +0.000000000000 0.617187500000 0.241210937500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.141601562500 +0.000000000000 0.126953125000 0.000000000000 0.464843750000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.054443359375 0.519531250000 0.000000000000 0.000000000000 +0.043701171875 0.000000000000 0.000000000000 0.367187500000 +0.000000000000 0.038818359375 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.050781250000 0.214843750000 +0.130859375000 0.124023437500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.148437500000 +0.261718750000 0.378906250000 0.000000000000 0.000000000000 +0.000000000000 0.046875000000 0.008117675781 0.012939453125 +0.000000000000 0.000000000000 0.000000000000 0.431640625000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.228515625000 0.000000000000 0.038330078125 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.020874023438 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.120117187500 0.143554687500 0.081054687500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.092285156250 0.118164062500 0.119140625000 +0.000000000000 0.125976562500 0.041015625000 0.141601562500 +0.023803710938 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.158203125000 +0.106933593750 0.118164062500 0.093750000000 0.279296875000 +0.099609375000 0.251953125000 0.208007812500 0.142578125000 +0.002792358398 0.000000000000 0.000000000000 0.000000000000 +0.088867187500 0.051269531250 0.066894531250 0.000000000000 +0.022949218750 0.063964843750 0.000000000000 0.021850585938 +0.112792968750 0.027465820312 0.032226562500 0.130859375000 +0.294921875000 0.177734375000 0.080566406250 0.000000000000 +0.000000000000 0.078613281250 0.118164062500 0.065429687500 +0.099121093750 0.000000000000 0.007324218750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.104492187500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.106933593750 +0.092773437500 0.000000000000 0.038574218750 0.157226562500 +0.126953125000 0.127929687500 0.027221679688 0.102539062500 +0.093750000000 0.125000000000 0.089843750000 0.129882812500 +0.000000000000 0.008178710938 0.055175781250 0.058593750000 +0.128906250000 0.062500000000 0.075195312500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.039306640625 0.086914062500 +0.259765625000 0.279296875000 0.167968750000 0.206054687500 +0.079101562500 0.082519531250 0.081054687500 0.008178710938 +0.212890625000 0.109863281250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.355468750000 0.318359375000 0.208007812500 0.104492187500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.090332031250 0.172851562500 0.117187500000 0.109863281250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.051269531250 0.136718750000 0.000000000000 +0.016845703125 0.224609375000 0.094238281250 0.000000000000 +0.000000000000 0.062988281250 0.156250000000 0.194335937500 +0.157226562500 0.208984375000 0.345703125000 0.322265625000 +0.212890625000 0.247070312500 0.065429687500 0.101562500000 +0.000000000000 0.000000000000 0.000000000000 0.022216796875 +0.088378906250 0.187500000000 0.261718750000 0.251953125000 +0.062988281250 0.197265625000 0.007873535156 0.201171875000 +0.222656250000 0.007629394531 0.000000000000 0.000000000000 +0.000000000000 0.027709960938 0.020385742188 0.082519531250 +0.128906250000 0.073242187500 0.169921875000 0.269531250000 +0.351562500000 0.239257812500 0.080078125000 0.000000000000 +0.000000000000 0.000000000000 0.011230468750 0.084472656250 +0.103027343750 0.008728027344 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.038085937500 0.009155273438 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.007476806641 0.039794921875 0.000000000000 +0.000000000000 0.257812500000 0.184570312500 0.133789062500 +0.177734375000 0.121582031250 0.061767578125 0.092285156250 +0.068847656250 0.091308593750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.115722656250 0.017822265625 +0.099609375000 0.050048828125 0.000000000000 0.000000000000 +0.050781250000 0.000000000000 0.000000000000 0.000000000000 +0.078125000000 0.058105468750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.103515625000 +0.134765625000 0.216796875000 0.347656250000 0.211914062500 +0.137695312500 0.097167968750 0.006896972656 0.000000000000 +0.289062500000 0.169921875000 0.241210937500 0.209960937500 +0.082031250000 0.000000000000 0.000000000000 0.011962890625 +0.086425781250 0.048583984375 0.023559570312 0.112792968750 +0.044921875000 0.000000000000 0.000000000000 0.012084960938 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.092285156250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.048583984375 0.064453125000 0.004852294922 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.083984375000 0.079101562500 +0.107910156250 0.129882812500 0.112792968750 0.070312500000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.009704589844 +0.057861328125 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.053222656250 0.045410156250 +0.071289062500 0.073242187500 0.000000000000 0.000000000000 +0.000000000000 0.031982421875 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.142578125000 0.101074218750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.090332031250 0.107421875000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.095214843750 0.075195312500 0.000000000000 0.075683593750 +0.194335937500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.134765625000 0.097167968750 0.000000000000 +0.094726562500 0.257812500000 0.121093750000 0.109863281250 +0.000000000000 0.024902343750 0.064941406250 0.000000000000 +0.000000000000 0.030761718750 0.048828125000 0.034667968750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.104003906250 0.195312500000 0.000000000000 0.021240234375 +0.138671875000 0.164062500000 0.060546875000 0.183593750000 +0.170898437500 0.243164062500 0.000000000000 0.052246093750 +0.000000000000 0.014282226562 0.000000000000 0.000000000000 +0.000000000000 0.019653320312 0.000000000000 0.062255859375 +0.000000000000 0.000000000000 0.000000000000 0.020019531250 +0.006500244141 0.101074218750 0.062255859375 0.043945312500 +0.318359375000 0.261718750000 0.115722656250 0.245117187500 +0.273437500000 0.063964843750 0.149414062500 0.013549804688 +0.000000000000 0.000000000000 0.023071289062 0.000000000000 +0.034667968750 0.101074218750 0.104980468750 0.154296875000 +0.150390625000 0.141601562500 0.079101562500 0.191406250000 +0.109375000000 0.150390625000 0.012207031250 0.016357421875 +0.000000000000 0.044677734375 0.000000000000 0.018432617188 +0.122070312500 0.185546875000 0.062988281250 0.094726562500 +0.111328125000 0.064941406250 0.104492187500 0.237304687500 +0.279296875000 0.098632812500 0.013305664062 0.000000000000 +0.000000000000 0.032714843750 0.113769531250 0.116210937500 +0.136718750000 0.075683593750 0.067871093750 0.123535156250 +0.137695312500 0.098632812500 0.143554687500 0.000000000000 +0.000000000000 0.058105468750 0.215820312500 0.081054687500 +0.029785156250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.150390625000 0.000000000000 +0.000000000000 0.060058593750 0.068359375000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.074707031250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.065429687500 0.304687500000 0.219726562500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.093261718750 0.086425781250 +0.161132812500 0.100585937500 0.198242187500 0.182617187500 +0.079101562500 0.000000000000 0.000000000000 0.000000000000 +0.139648437500 0.150390625000 0.000000000000 0.007781982422 +0.032226562500 0.000000000000 0.100097656250 0.169921875000 +0.000000000000 0.079589843750 0.236328125000 0.244140625000 +0.238281250000 0.310546875000 0.000000000000 0.000000000000 +0.000000000000 0.048339843750 0.114257812500 0.113769531250 +0.000000000000 0.000000000000 0.043945312500 0.139648437500 +0.015075683594 0.072265625000 0.030761718750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.032226562500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.208007812500 0.161132812500 +0.000000000000 0.000000000000 0.018432617188 0.211914062500 +0.267578125000 0.058105468750 0.000000000000 0.000000000000 +0.000000000000 0.008056640625 0.093750000000 0.000000000000 +0.000000000000 0.057373046875 0.183593750000 0.125976562500 +0.052978515625 0.287109375000 0.445312500000 0.184570312500 +0.000000000000 0.000000000000 0.104003906250 0.019287109375 +0.178710937500 0.112304687500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.071777343750 0.186523437500 +0.182617187500 0.050048828125 0.052734375000 0.000000000000 +0.000000000000 0.000000000000 0.085937500000 0.031982421875 +0.072753906250 0.162109375000 0.000000000000 0.043945312500 +0.059082031250 0.039306640625 0.000000000000 0.000000000000 +0.039062500000 0.208984375000 0.142578125000 0.209960937500 +0.000000000000 0.000000000000 0.000000000000 0.011901855469 +0.003097534180 0.115722656250 0.104003906250 0.015563964844 +0.004760742188 0.046386718750 0.024047851562 0.000000000000 +0.000000000000 0.032958984375 0.130859375000 0.206054687500 +0.320312500000 0.188476562500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.178710937500 0.168945312500 +0.000000000000 0.000000000000 0.000000000000 0.025390625000 +0.000000000000 0.000000000000 0.000000000000 0.140625000000 +0.044433593750 0.000000000000 0.000000000000 0.000000000000 +0.146484375000 0.124511718750 0.154296875000 0.005035400391 +0.228515625000 0.226562500000 0.083496093750 0.000000000000 +0.195312500000 0.173828125000 0.030517578125 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.140625000000 0.000000000000 0.000511169434 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.073242187500 0.261718750000 0.134765625000 0.214843750000 +0.277343750000 0.194335937500 0.060546875000 0.076171875000 +0.002029418945 0.048583984375 0.037841796875 0.000000000000 +0.116210937500 0.000000000000 0.085449218750 0.143554687500 +0.114746093750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.050781250000 0.183593750000 0.071777343750 +0.019531250000 0.014648437500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.007385253906 0.000000000000 +0.015441894531 0.094238281250 0.180664062500 0.083496093750 +0.170898437500 0.000000000000 0.231445312500 0.316406250000 +0.041259765625 0.304687500000 0.206054687500 0.058593750000 +0.053710937500 0.000000000000 0.000000000000 0.073242187500 +0.011962890625 0.164062500000 0.152343750000 0.300781250000 +0.205078125000 0.253906250000 0.149414062500 0.000000000000 +0.105468750000 0.000888824463 0.000000000000 0.000000000000 +0.016235351562 0.131835937500 0.200195312500 0.114746093750 +0.000000000000 0.050048828125 0.077636718750 0.033203125000 +0.061035156250 0.173828125000 0.267578125000 0.110839843750 +0.241210937500 0.023803710938 0.203125000000 0.121582031250 +0.013122558594 0.000000000000 0.000000000000 0.000000000000 +0.012634277344 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.105468750000 0.156250000000 +0.048339843750 0.000000000000 0.031494140625 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.023559570312 0.159179687500 0.166992187500 0.055419921875 +0.147460937500 0.114746093750 0.203125000000 0.242187500000 +0.160156250000 0.053466796875 0.148437500000 0.122558593750 +0.109863281250 0.229492187500 0.194335937500 0.124023437500 +0.000000000000 0.000000000000 0.000000000000 0.040771484375 +0.117675781250 0.227539062500 0.298828125000 0.345703125000 +0.277343750000 0.283203125000 0.314453125000 0.281250000000 +0.234375000000 0.175781250000 0.104492187500 0.062011718750 +0.009826660156 0.037353515625 0.000000000000 0.000000000000 +0.000000000000 0.148437500000 0.126953125000 0.271484375000 +0.158203125000 0.236328125000 0.192382812500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.032714843750 +0.024658203125 0.045166015625 0.166015625000 0.244140625000 +0.269531250000 0.275390625000 0.130859375000 0.052734375000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.066406250000 0.056884765625 0.000000000000 +0.000000000000 0.000000000000 0.128906250000 0.068359375000 +0.000000000000 0.023559570312 0.057617187500 0.000000000000 +0.059326171875 0.000000000000 0.031005859375 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.054443359375 0.072265625000 +0.128906250000 0.000000000000 0.000000000000 0.105468750000 +0.077148437500 0.058593750000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.049072265625 0.070312500000 +0.000000000000 0.012084960938 0.048828125000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.103515625000 0.154296875000 0.099121093750 0.000000000000 +0.000000000000 0.000000000000 0.020385742188 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.025634765625 0.000000000000 0.063964843750 0.113281250000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.035400390625 0.147460937500 0.212890625000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.026367187500 0.125976562500 +0.225585937500 0.143554687500 0.037109375000 0.101562500000 +0.191406250000 0.109863281250 0.112304687500 0.000000000000 +0.069824218750 0.052490234375 0.050292968750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.098632812500 0.179687500000 0.124511718750 +0.000000000000 0.037109375000 0.118652343750 0.039306640625 +0.000000000000 0.198242187500 0.202148437500 0.064453125000 +0.000000000000 0.142578125000 0.042236328125 0.287109375000 +0.000000000000 0.152343750000 0.000000000000 0.062500000000 +0.259765625000 0.000000000000 0.164062500000 0.121093750000 +0.017578125000 0.000000000000 0.118164062500 0.077636718750 +0.238281250000 0.115234375000 0.160156250000 0.000000000000 +0.170898437500 0.092773437500 0.251953125000 0.000000000000 +0.221679687500 0.000000000000 0.194335937500 0.217773437500 +0.046630859375 0.000000000000 0.000000000000 0.050048828125 +0.000000000000 0.000000000000 0.000000000000 0.056396484375 +0.000000000000 0.000000000000 0.050781250000 0.054199218750 +0.097167968750 0.000000000000 0.199218750000 0.195312500000 +0.127929687500 0.231445312500 0.070800781250 0.120605468750 +0.000000000000 0.121093750000 0.106933593750 0.039062500000 +0.123046875000 0.000000000000 0.000000000000 0.000000000000 +0.022827148438 0.017211914062 0.062988281250 0.000000000000 +0.090820312500 0.012084960938 0.142578125000 0.124511718750 +0.048339843750 0.000000000000 0.000000000000 0.058105468750 +0.152343750000 0.000000000000 0.000000000000 0.040771484375 +0.000000000000 0.027954101562 0.000000000000 0.017089843750 +0.000000000000 0.000000000000 0.000000000000 0.026611328125 +0.000000000000 0.000000000000 0.000000000000 0.075195312500 +0.220703125000 0.109863281250 0.000000000000 0.015197753906 +0.001564025879 0.051025390625 0.158203125000 0.053710937500 +0.000000000000 0.000000000000 0.086425781250 0.162109375000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.040527343750 0.000000000000 +0.000450134277 0.000000000000 0.000000000000 0.000000000000 +0.125000000000 0.000000000000 0.000000000000 0.000000000000 +0.025024414062 0.067871093750 0.088867187500 0.000000000000 +0.094726562500 0.014831542969 0.042968750000 0.000000000000 +0.105468750000 0.050537109375 0.073242187500 0.080078125000 +0.156250000000 0.000000000000 0.000000000000 0.000000000000 +0.058349609375 0.210937500000 0.000000000000 0.275390625000 +0.004638671875 0.029418945312 0.000000000000 0.085449218750 +0.145507812500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.042968750000 0.055908203125 +0.161132812500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.012817382812 0.150390625000 0.000000000000 +0.117187500000 0.000000000000 0.000000000000 0.005889892578 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000247955322 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.076660156250 0.000000000000 0.000000000000 0.000000000000 +0.178710937500 0.105468750000 0.037353515625 0.097167968750 +0.006378173828 0.064941406250 0.000000000000 0.082031250000 +0.000000000000 0.000000000000 0.087890625000 0.000000000000 +0.253906250000 0.051513671875 0.020507812500 0.000000000000 +0.014831542969 0.084472656250 0.099121093750 0.000000000000 +0.000000000000 0.000000000000 0.150390625000 0.073730468750 +0.000000000000 0.000000000000 0.042480468750 0.235351562500 +0.163085937500 0.052734375000 0.355468750000 0.275390625000 +0.141601562500 0.000000000000 0.000000000000 0.075195312500 +0.084960937500 0.055175781250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.071289062500 +0.000000000000 0.022583007812 0.000000000000 0.122070312500 +0.000000000000 0.071289062500 0.050048828125 0.000000000000 +0.000000000000 0.000457763672 0.000000000000 0.086425781250 +0.029663085938 0.000000000000 0.000000000000 0.083007812500 +0.020019531250 0.031494140625 0.005035400391 0.000000000000 +0.113769531250 0.000000000000 0.091796875000 0.051269531250 +0.013366699219 0.084472656250 0.000000000000 0.147460937500 +0.169921875000 0.031127929688 0.000000000000 0.000000000000 +0.124023437500 0.040283203125 0.000000000000 0.015747070312 +0.083496093750 0.000000000000 0.036621093750 0.000000000000 +0.083984375000 0.000000000000 0.003143310547 0.000000000000 +0.090820312500 0.077148437500 0.000000000000 0.092773437500 +0.073730468750 0.125976562500 0.065429687500 0.000000000000 +0.000000000000 0.223632812500 0.061523437500 0.131835937500 +0.159179687500 0.000000000000 0.093750000000 0.036865234375 +0.128906250000 0.000000000000 0.056884765625 0.065429687500 +0.131835937500 0.000000000000 0.000000000000 0.039306640625 +0.123535156250 0.003936767578 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.038330078125 0.184570312500 0.052490234375 0.130859375000 +0.000000000000 0.000000000000 0.072265625000 0.000000000000 +0.000000000000 0.000000000000 0.054443359375 0.000000000000 +0.073730468750 0.000000000000 0.000000000000 0.000000000000 +0.081542968750 0.000000000000 0.077148437500 0.000000000000 +0.099609375000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.045654296875 0.032958984375 0.000000000000 +0.000000000000 0.100097656250 0.013122558594 0.000000000000 +0.000000000000 0.000000000000 0.019897460938 0.143554687500 +0.176757812500 0.226562500000 0.188476562500 0.140625000000 +0.187500000000 0.121093750000 0.159179687500 0.023559570312 +0.055419921875 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.077636718750 +0.000000000000 0.000000000000 0.000000000000 0.049804687500 +0.105957031250 0.000000000000 0.021606445312 0.000000000000 +0.039550781250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.010009765625 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.059814453125 +0.000000000000 0.050048828125 0.160156250000 0.300781250000 +0.000000000000 0.000000000000 0.000000000000 0.159179687500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.054931640625 0.000000000000 0.045410156250 0.000000000000 +0.122070312500 0.000000000000 0.050781250000 0.000000000000 +0.067871093750 0.000000000000 0.000000000000 0.087402343750 +0.000000000000 0.021484375000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.061279296875 0.133789062500 0.025268554688 0.000000000000 +0.000747680664 0.083984375000 0.057128906250 0.000000000000 +0.000000000000 0.057861328125 0.133789062500 0.000000000000 +0.016967773438 0.115722656250 0.193359375000 0.122070312500 +0.064453125000 0.000000000000 0.000000000000 0.117675781250 +0.017333984375 0.028808593750 0.045166015625 0.054443359375 +0.104003906250 0.000000000000 0.070800781250 0.000000000000 +0.159179687500 0.000000000000 0.027221679688 0.000000000000 +0.093750000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.067871093750 0.000000000000 +0.040283203125 0.000000000000 0.054687500000 0.110839843750 +0.077636718750 0.026245117188 0.000000000000 0.079101562500 +0.001396179199 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.021728515625 0.000000000000 0.000000000000 +0.000000000000 0.056396484375 0.000000000000 0.000000000000 +0.000000000000 0.167968750000 0.013427734375 0.000016212463 +0.023925781250 0.000000000000 0.000000000000 0.000000000000 +0.022583007812 0.054687500000 0.131835937500 0.170898437500 +0.224609375000 0.119140625000 0.088867187500 0.078125000000 +0.197265625000 0.025146484375 0.041748046875 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.096191406250 +0.176757812500 0.008483886719 0.000000000000 0.000000000000 +0.139648437500 0.000000000000 0.027221679688 0.000000000000 +0.000000000000 0.000000000000 0.006744384766 0.000000000000 +0.067382812500 0.224609375000 0.000000000000 0.000000000000 +0.000000000000 0.123046875000 0.068359375000 0.021972656250 +0.000000000000 0.049316406250 0.062011718750 0.000000000000 +0.062988281250 0.169921875000 0.132812500000 0.029785156250 +0.044677734375 0.176757812500 0.085937500000 0.062011718750 +0.134765625000 0.099121093750 0.000000000000 0.123046875000 +0.000000000000 0.189453125000 0.152343750000 0.201171875000 +0.143554687500 0.087890625000 0.273437500000 0.082519531250 +0.142578125000 0.000000000000 0.000000000000 0.066406250000 +0.173828125000 0.005371093750 0.031982421875 0.000000000000 +0.000000000000 0.000000000000 0.069335937500 0.014831542969 +0.012451171875 0.000000000000 0.000000000000 0.000000000000 +0.080566406250 0.024902343750 0.000000000000 0.000000000000 +0.029418945312 0.030029296875 0.000000000000 0.000000000000 +0.159179687500 0.183593750000 0.001075744629 0.000000000000 +0.004028320312 0.171875000000 0.028686523438 0.091796875000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.048583984375 0.000000000000 +0.000000000000 0.000000000000 0.006774902344 0.000000000000 +0.306640625000 0.000000000000 0.129882812500 0.005462646484 +0.104980468750 0.114257812500 0.150390625000 0.205078125000 +0.025878906250 0.186523437500 0.000000000000 0.059570312500 +0.000000000000 0.000000000000 0.000000000000 0.034667968750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.085937500000 0.000000000000 0.090332031250 0.000000000000 +0.079589843750 0.087890625000 0.098144531250 0.141601562500 +0.084960937500 0.219726562500 0.000000000000 0.114257812500 +0.259765625000 0.253906250000 0.073242187500 0.000000000000 +0.000000000000 0.156250000000 0.095214843750 0.000000000000 +0.000000000000 0.000000000000 0.045654296875 0.160156250000 +0.000000000000 0.000000000000 0.000000000000 0.116210937500 +0.020385742188 0.090820312500 0.000000000000 0.000000000000 +0.000000000000 0.151367187500 0.000000000000 0.000000000000 +0.000000000000 0.059326171875 0.138671875000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.026611328125 +0.000000000000 0.103515625000 0.000000000000 0.021606445312 +0.000000000000 0.000000000000 0.050048828125 0.068359375000 +0.065917968750 0.104003906250 0.155273437500 0.024780273438 +0.011352539062 0.051757812500 0.000000000000 0.168945312500 +0.125000000000 0.002105712891 0.066894531250 0.039550781250 +0.267578125000 0.018920898438 0.000000000000 0.000000000000 +0.024169921875 0.000000000000 0.101562500000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.145507812500 0.182617187500 0.186523437500 +0.118164062500 0.000000000000 0.002380371094 0.244140625000 +0.236328125000 0.030151367188 0.000000000000 0.000000000000 +0.000000000000 0.054931640625 0.096191406250 0.000000000000 +0.000000000000 0.039550781250 0.104003906250 0.123535156250 +0.000000000000 0.000000000000 0.146484375000 0.227539062500 +0.054931640625 0.000000000000 0.000000000000 0.236328125000 +0.100585937500 0.000000000000 0.000000000000 0.066894531250 +0.170898437500 0.000000000000 0.000000000000 0.000000000000 +0.101074218750 0.000000000000 0.000000000000 0.000000000000 +0.024291992188 0.000000000000 0.000000000000 0.000000000000 +0.036132812500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.112792968750 0.000000000000 0.000000000000 0.000000000000 +0.096191406250 0.000000000000 0.000000000000 0.152343750000 +0.000000000000 0.100097656250 0.000000000000 0.151367187500 +0.089355468750 0.040771484375 0.000000000000 0.035888671875 +0.000000000000 0.000000000000 0.000000000000 0.018798828125 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.027954101562 0.032714843750 0.024902343750 +0.000000000000 0.169921875000 0.061035156250 0.177734375000 +0.089843750000 0.074707031250 0.071289062500 0.036865234375 +0.151367187500 0.145507812500 0.361328125000 0.070312500000 +0.000000000000 0.163085937500 0.127929687500 0.000000000000 +0.118652343750 0.072265625000 0.291015625000 0.141601562500 +0.332031250000 0.267578125000 0.123535156250 0.110839843750 +0.144531250000 0.134765625000 0.070800781250 0.000000000000 +0.119628906250 0.074218750000 0.179687500000 0.081054687500 +0.004669189453 0.037109375000 0.000000000000 0.000000000000 +0.000000000000 0.111328125000 0.014099121094 0.000000000000 +0.000000000000 0.075683593750 0.000000000000 0.000000000000 +0.015502929688 0.062500000000 0.000000000000 0.000000000000 +0.000000000000 0.039550781250 0.075683593750 0.182617187500 +0.000000000000 0.006530761719 0.118164062500 0.146484375000 +0.132812500000 0.058837890625 0.026123046875 0.000000000000 +0.068847656250 0.007720947266 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.063476562500 0.000000000000 +0.000000000000 0.000000000000 0.069335937500 0.053710937500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.069335937500 0.047851562500 0.156250000000 +0.202148437500 0.154296875000 0.076171875000 0.000000000000 +0.012573242188 0.100585937500 0.114746093750 0.011291503906 +0.067871093750 0.033691406250 0.045654296875 0.008972167969 +0.000000000000 0.027832031250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.026611328125 0.000000000000 +0.064941406250 0.043212890625 0.154296875000 0.126953125000 +0.025390625000 0.112792968750 0.017822265625 0.000000000000 +0.183593750000 0.118652343750 0.118164062500 0.030029296875 +0.152343750000 0.291015625000 0.322265625000 0.275390625000 +0.107910156250 0.073730468750 0.147460937500 0.101562500000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.082031250000 0.152343750000 +0.086425781250 0.000000000000 0.000000000000 0.000000000000 +0.077148437500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.094238281250 0.221679687500 0.059570312500 +0.078613281250 0.139648437500 0.175781250000 0.000000000000 +0.000000000000 0.180664062500 0.140625000000 0.134765625000 +0.036376953125 0.001403808594 0.068847656250 0.015869140625 +0.127929687500 0.000000000000 0.000000000000 0.000093460083 +0.000000000000 0.023071289062 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.048828125000 0.039550781250 +0.000000000000 0.000000000000 0.000000000000 0.013854980469 +0.000000000000 0.000000000000 0.240234375000 0.031250000000 +0.000000000000 0.000000000000 0.126953125000 0.000000000000 +0.000000000000 0.000000000000 0.019287109375 0.147460937500 +0.031494140625 0.046630859375 0.000000000000 0.000000000000 +0.020629882812 0.049072265625 0.031982421875 0.050781250000 +0.000000000000 0.080566406250 0.000000000000 0.151367187500 +0.122070312500 0.000000000000 0.000000000000 0.097167968750 +0.000000000000 0.000000000000 0.107421875000 0.042480468750 +0.248046875000 0.108398437500 0.034667968750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.056152343750 0.000000000000 0.193359375000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.104980468750 +0.000000000000 0.000000000000 0.000000000000 0.066406250000 +0.189453125000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.084472656250 0.100097656250 0.031982421875 +0.069335937500 0.041748046875 0.070800781250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.072753906250 0.234375000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.008972167969 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.060791015625 0.223632812500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.018554687500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.084960937500 0.000000000000 0.145507812500 +0.000000000000 0.134765625000 0.000000000000 0.060058593750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.073730468750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.053222656250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.003448486328 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.047607421875 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.097167968750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.076171875000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.099121093750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.123046875000 +0.203125000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.259765625000 +0.291015625000 0.000000000000 0.148437500000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.215820312500 0.016479492188 0.000000000000 0.136718750000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.100097656250 0.192382812500 0.084960937500 +0.000000000000 0.202148437500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.125976562500 0.229492187500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.167968750000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.137695312500 0.000000000000 0.000000000000 +0.086425781250 0.000000000000 0.196289062500 0.000000000000 +0.167968750000 0.028076171875 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.111816406250 0.000000000000 0.000000000000 +0.134765625000 0.000000000000 0.000000000000 0.002212524414 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.240234375000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.073242187500 0.000000000000 0.265625000000 0.078125000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.503906250000 0.000000000000 0.136718750000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.191406250000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.083496093750 0.000000000000 0.000000000000 0.008300781250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.056640625000 0.000000000000 +0.020141601562 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.004913330078 0.017456054688 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.067871093750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.053955078125 0.000000000000 0.000000000000 0.000000000000 +0.004943847656 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.105957031250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.011047363281 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000495910645 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.027954101562 0.000000000000 0.000000000000 0.054199218750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.017700195312 +0.000000000000 0.036865234375 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.202148437500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.121582031250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.005401611328 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.039062500000 0.033447265625 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.006744384766 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.097656250000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.057128906250 0.053955078125 0.171875000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.384765625000 0.015869140625 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.066894531250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.030761718750 0.234375000000 +0.000000000000 0.096679687500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.008972167969 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.106933593750 0.007812500000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.099609375000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.088378906250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.093261718750 0.001365661621 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.157226562500 +0.171875000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.094726562500 0.000000000000 +0.000000000000 0.161132812500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.281250000000 0.121582031250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.118652343750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.229492187500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.253906250000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.106933593750 0.066406250000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.143554687500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.030395507812 0.095214843750 0.000000000000 +0.063964843750 0.000000000000 0.000000000000 0.298828125000 +0.000000000000 0.316406250000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.126953125000 0.032470703125 0.318359375000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.091308593750 0.024780273438 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.146484375000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.138671875000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.125000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.123046875000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.100585937500 0.000000000000 0.000000000000 0.114746093750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.009643554688 0.000000000000 0.000000000000 0.316406250000 +0.000000000000 0.226562500000 0.011108398438 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.153320312500 0.052490234375 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.011047363281 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.050292968750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.032470703125 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.030151367188 +0.000000000000 0.000000000000 0.029296875000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.169921875000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.065429687500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.204101562500 0.123535156250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.161132812500 +0.177734375000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.107910156250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.146484375000 0.130859375000 0.000000000000 +0.047607421875 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.083007812500 +0.007141113281 0.000000000000 0.164062500000 0.074218750000 +0.058105468750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.045654296875 0.000000000000 0.000000000000 +0.000000000000 0.052246093750 0.062988281250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.094238281250 +0.000000000000 0.000000000000 0.074218750000 0.000000000000 +0.155273437500 0.000000000000 0.000000000000 0.108886718750 +0.188476562500 0.092285156250 0.067382812500 0.000000000000 +0.029418945312 0.000000000000 0.029663085938 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.015441894531 0.000000000000 0.000000000000 +0.109863281250 0.000000000000 0.000000000000 0.024291992188 +0.000000000000 0.123046875000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.104980468750 0.034667968750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.304687500000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.004577636719 +0.000000000000 0.000000000000 0.345703125000 0.000000000000 +0.000000000000 0.300781250000 0.000000000000 0.000000000000 +0.000000000000 0.038085937500 0.000000000000 0.000000000000 +0.004638671875 0.117675781250 0.000000000000 0.015258789062 +0.000000000000 0.000000000000 0.046142578125 0.000000000000 +0.000000000000 0.000000000000 0.097167968750 0.078613281250 +0.000000000000 0.000000000000 0.066894531250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.328125000000 +0.109863281250 0.000000000000 0.000000000000 0.013305664062 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.112792968750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.027099609375 0.000000000000 0.030151367188 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.022094726562 0.000000000000 0.050781250000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.027465820312 0.076660156250 0.000000000000 0.000000000000 +0.185546875000 0.000000000000 0.000000000000 0.000000000000 +0.077148437500 0.000000000000 0.000000000000 0.066894531250 +0.000000000000 0.000000000000 0.051269531250 0.048583984375 +0.000000000000 0.000000000000 0.161132812500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.013061523438 0.000000000000 0.000000000000 +0.000000000000 0.016845703125 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.013061523438 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.019897460938 +0.000000000000 0.000000000000 0.025146484375 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.011169433594 0.000000000000 0.000000000000 +0.000000000000 0.148437500000 0.000000000000 0.000000000000 +0.000000000000 0.022094726562 0.000000000000 0.000000000000 +0.113769531250 0.275390625000 0.145507812500 0.000000000000 +0.076171875000 0.063964843750 0.151367187500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.099609375000 +0.000000000000 0.000000000000 0.000000000000 0.142578125000 +0.000000000000 0.000000000000 0.000000000000 0.092285156250 +0.000000000000 0.100097656250 0.000000000000 0.000000000000 +0.000000000000 0.028930664062 0.000000000000 0.002380371094 +0.187500000000 0.025512695312 0.000000000000 0.028686523438 +0.041259765625 0.000000000000 0.040771484375 0.000000000000 +0.000000000000 0.000000000000 0.047607421875 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.275390625000 +0.071777343750 0.112792968750 0.170898437500 0.130859375000 +0.000081539154 0.000000000000 0.265625000000 0.040039062500 +0.052001953125 0.000000000000 0.107421875000 0.003417968750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.112792968750 0.000000000000 0.202148437500 +0.000000000000 0.000000000000 0.165039062500 0.000000000000 +0.000000000000 0.000000000000 0.300781250000 0.166015625000 +0.045410156250 0.092773437500 0.238281250000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.169921875000 0.000000000000 +0.000000000000 0.000000000000 0.081542968750 0.000000000000 +0.000000000000 0.072265625000 0.000000000000 0.099121093750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.199218750000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.142578125000 +0.000000000000 0.000000000000 0.000000000000 0.122558593750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.011718750000 0.000000000000 0.000000000000 0.200195312500 +0.178710937500 0.000000000000 0.000000000000 0.005737304688 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.188476562500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.010437011719 0.000000000000 0.094726562500 +0.000000000000 0.208007812500 0.000000000000 0.104980468750 +0.000000000000 0.092285156250 0.000000000000 0.024169921875 +0.000000000000 0.038574218750 0.000000000000 0.000000000000 +0.000000000000 0.166015625000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.267578125000 0.000000000000 +0.000000000000 0.000000000000 0.165039062500 0.000000000000 +0.011840820312 0.000000000000 0.099609375000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.038574218750 0.033935546875 0.000000000000 +0.000000000000 0.100097656250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.031738281250 +0.000000000000 0.009155273438 0.050781250000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.078613281250 +0.000000000000 0.000000000000 0.000000000000 0.060791015625 +0.017700195312 0.000000000000 0.000000000000 0.000000000000 +0.054931640625 0.000000000000 0.000000000000 0.031494140625 +0.000000000000 0.000000000000 0.000000000000 0.063964843750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.011840820312 0.000000000000 0.109375000000 0.000000000000 +0.026977539062 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.041015625000 0.050292968750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.065917968750 0.036376953125 0.000000000000 +0.000000000000 0.061767578125 0.000000000000 0.000000000000 +0.101074218750 0.000000000000 0.000000000000 0.000000000000 +0.210937500000 0.087402343750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.099609375000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.172851562500 +0.001075744629 0.000000000000 0.011840820312 0.082031250000 +0.000000000000 0.000000000000 0.091308593750 0.000000000000 +0.014526367188 0.063476562500 0.000000000000 0.200195312500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.005523681641 0.000000000000 0.020385742188 0.111816406250 +0.023315429688 0.000000000000 0.000000000000 0.027221679688 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.026245117188 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.136718750000 0.044677734375 0.000000000000 0.000000000000 +0.026000976562 0.065917968750 0.097167968750 0.012817382812 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.127929687500 0.000000000000 0.000000000000 0.132812500000 +0.014099121094 0.235351562500 0.000000000000 0.000000000000 +0.105468750000 0.000000000000 0.000000000000 0.000000000000 +0.156250000000 0.000000000000 0.027587890625 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.058349609375 +0.017822265625 0.000000000000 0.000000000000 0.249023437500 +0.000000000000 0.000000000000 0.015319824219 0.046142578125 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.088378906250 0.000000000000 0.000000000000 +0.135742187500 0.000000000000 0.000000000000 0.000000000000 +0.095703125000 0.093261718750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.157226562500 0.000000000000 +0.000000000000 0.000000000000 0.085937500000 0.000000000000 +0.063964843750 0.004730224609 0.085449218750 0.022338867188 +0.000000000000 0.000000000000 0.000000000000 0.025390625000 +0.000000000000 0.027832031250 0.000000000000 0.121582031250 +0.000000000000 0.251953125000 0.090332031250 0.085937500000 +0.000000000000 0.122558593750 0.000000000000 0.040771484375 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.090820312500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.183593750000 0.226562500000 0.000000000000 +0.160156250000 0.000000000000 0.080566406250 0.000000000000 +0.013366699219 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.083984375000 0.000000000000 0.000000000000 0.048095703125 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.129882812500 0.000000000000 +0.000000000000 0.071777343750 0.111328125000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.011535644531 0.000000000000 +0.053466796875 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.076171875000 0.000000000000 0.000000000000 0.206054687500 +0.103027343750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.118652343750 +0.000000000000 0.091796875000 0.120117187500 0.032226562500 +0.000000000000 0.000000000000 0.000000000000 0.066894531250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.030761718750 +0.000000000000 0.076660156250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.021484375000 0.025024414062 +0.084960937500 0.000000000000 0.098144531250 0.009582519531 +0.020751953125 0.046386718750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.079589843750 +0.000000000000 0.083984375000 0.008728027344 0.024902343750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.032714843750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.094726562500 0.093261718750 0.000000000000 +0.099609375000 0.000000000000 0.125976562500 0.035400390625 +0.283203125000 0.175781250000 0.134765625000 0.163085937500 +0.112304687500 0.046630859375 0.033203125000 0.003890991211 +0.000000000000 0.001853942871 0.041259765625 0.238281250000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.077148437500 0.000000000000 0.000000000000 +0.146484375000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.172851562500 +0.000000000000 0.000000000000 0.063476562500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.037353515625 0.101562500000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.139648437500 0.168945312500 0.027832031250 +0.000000000000 0.095703125000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.031982421875 +0.155273437500 0.000000000000 0.000000000000 0.009765625000 +0.000000000000 0.000000000000 0.000000000000 0.024169921875 +0.046386718750 0.233398437500 0.050537109375 0.017944335938 +0.189453125000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.041748046875 0.000000000000 0.171875000000 +0.000000000000 0.000000000000 0.061523437500 0.000000000000 +0.000000000000 0.028076171875 0.068359375000 0.000000000000 +0.026977539062 0.000000000000 0.043457031250 0.000000000000 +0.168945312500 0.000000000000 0.000000000000 0.000000000000 +0.041503906250 0.000000000000 0.230468750000 0.016113281250 +0.000000000000 0.000000000000 0.000000000000 0.029907226562 +0.000000000000 0.030883789062 0.000000000000 0.000000000000 +0.000000000000 0.034179687500 0.134765625000 0.000000000000 +0.030761718750 0.000000000000 0.128906250000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.022949218750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.017700195312 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.193359375000 0.000000000000 0.042236328125 0.000000000000 +0.000000000000 0.000000000000 0.048095703125 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.131835937500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.292968750000 0.000000000000 0.046386718750 +0.302734375000 0.000000000000 0.000000000000 0.214843750000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.019531250000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000205039978 0.009338378906 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.277343750000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.103027343750 +0.000000000000 0.056396484375 0.140625000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.136718750000 0.042236328125 +0.080566406250 0.050048828125 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.324218750000 0.000000000000 0.182617187500 0.094726562500 +0.000000000000 0.000000000000 0.047363281250 0.046630859375 +0.000000000000 0.119140625000 0.000000000000 0.000000000000 +0.005401611328 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.048828125000 +0.000000000000 0.000000000000 0.032714843750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.006561279297 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.140625000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.046875000000 +0.000000000000 0.074707031250 0.135742187500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.120605468750 +0.051513671875 0.182617187500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.163085937500 +0.000000000000 0.006835937500 0.113281250000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.209960937500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.275390625000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.144531250000 0.000000000000 +0.055175781250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.031738281250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.028198242188 0.000000000000 +0.036376953125 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.082031250000 0.008483886719 0.151367187500 0.000000000000 +0.139648437500 0.133789062500 0.000000000000 0.210937500000 +0.000000000000 0.174804687500 0.032958984375 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.092285156250 0.000000000000 0.109375000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.207031250000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.316406250000 0.141601562500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.070800781250 0.013671875000 0.147460937500 +0.116699218750 0.101074218750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.114746093750 +0.000000000000 0.000000000000 0.263671875000 0.217773437500 +0.009277343750 0.201171875000 0.153320312500 0.028686523438 +0.032958984375 0.118652343750 0.172851562500 0.035156250000 +0.042724609375 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.151367187500 +0.000000000000 0.026489257812 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.086914062500 0.156250000000 0.199218750000 +0.000000000000 0.196289062500 0.057128906250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.112792968750 +0.042236328125 0.086425781250 0.115234375000 0.000000000000 +0.000000000000 0.000000000000 0.022460937500 0.000000000000 +0.122558593750 0.000000000000 0.113769531250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.042236328125 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.029907226562 0.120117187500 +0.035400390625 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.002044677734 0.068847656250 0.160156250000 0.199218750000 +0.108398437500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.003082275391 0.000000000000 +0.000000000000 0.000000000000 0.003692626953 0.000000000000 +0.000000000000 0.000000000000 0.052246093750 0.000000000000 +0.000000000000 0.000000000000 0.072265625000 0.000000000000 +0.000000000000 0.074218750000 0.047363281250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.025146484375 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.015075683594 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.054199218750 0.138671875000 0.087402343750 0.076660156250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.168945312500 0.122070312500 +0.130859375000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.054931640625 0.000000000000 0.000000000000 0.036621093750 +0.023437500000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.026977539062 0.018676757812 0.000000000000 +0.089355468750 0.000000000000 0.000000000000 0.000000000000 +0.036865234375 0.123535156250 0.000000000000 0.131835937500 +0.059814453125 0.000000000000 0.000000000000 0.233398437500 +0.000000000000 0.011901855469 0.075195312500 0.000000000000 +0.163085937500 0.243164062500 0.242187500000 0.012023925781 +0.109863281250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.241210937500 0.040527343750 +0.104492187500 0.009643554688 0.000000000000 0.000000000000 +0.000000000000 0.008422851562 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.081054687500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.165039062500 +0.075683593750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.039550781250 0.000000000000 +0.000000000000 0.000000000000 0.065429687500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.326171875000 0.086914062500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.096191406250 0.000000000000 0.056640625000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.075683593750 0.000000000000 0.083984375000 +0.000000000000 0.000000000000 0.137695312500 0.000000000000 +0.007110595703 0.013977050781 0.000000000000 0.049804687500 +0.143554687500 0.003417968750 0.000000000000 0.134765625000 +0.117675781250 0.000000000000 0.078125000000 0.058349609375 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.042236328125 0.069824218750 0.097167968750 +0.000000000000 0.137695312500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.037597656250 0.000000000000 0.000000000000 0.157226562500 +0.000000000000 0.000000000000 0.000000000000 0.009277343750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.116699218750 0.068847656250 0.000000000000 +0.027221679688 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.156250000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.028930664062 +0.026611328125 0.000000000000 0.119628906250 0.000000000000 +0.000000000000 0.000000000000 0.030883789062 0.017822265625 +0.088378906250 0.113769531250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.001205444336 0.091308593750 0.000000000000 0.000000000000 +0.000000000000 0.166015625000 0.045898437500 0.265625000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.045410156250 +0.000000000000 0.000000000000 0.019775390625 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.017822265625 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.018920898438 0.000000000000 0.000000000000 0.000000000000 +0.053955078125 0.014038085938 0.075683593750 0.035400390625 +0.126953125000 0.000000000000 0.022705078125 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.001052856445 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.067382812500 0.026367187500 0.000000000000 0.000000000000 +0.000000000000 0.178710937500 0.008239746094 0.221679687500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.049072265625 0.000000000000 +0.104003906250 0.070800781250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.199218750000 0.085937500000 0.000000000000 0.055908203125 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.109863281250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.025756835938 0.178710937500 0.229492187500 0.000000000000 +0.089355468750 0.064941406250 0.090820312500 0.052490234375 +0.053710937500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.018310546875 0.060791015625 0.121093750000 0.031494140625 +0.012390136719 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.050292968750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.015380859375 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.051269531250 0.000000000000 0.015991210938 0.000000000000 +0.000000000000 0.016479492188 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.120605468750 +0.123046875000 0.164062500000 0.198242187500 0.292968750000 +0.324218750000 0.281250000000 0.132812500000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.146484375000 0.045410156250 0.000000000000 +0.000000000000 0.120117187500 0.228515625000 0.247070312500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.160156250000 0.037109375000 0.019897460938 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.047851562500 +0.225585937500 0.116699218750 0.197265625000 0.015197753906 +0.057617187500 0.000000000000 0.031738281250 0.000000000000 +0.000000000000 0.010437011719 0.000000000000 0.181640625000 +0.000000000000 0.070312500000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.095703125000 0.007720947266 +0.000000000000 0.138671875000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.183593750000 0.000000000000 +0.137695312500 0.353515625000 0.035400390625 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.093261718750 +0.203125000000 0.127929687500 0.005157470703 0.055664062500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.034179687500 0.147460937500 0.058105468750 0.133789062500 +0.000000000000 0.000000000000 0.047607421875 0.069824218750 +0.000000000000 0.088867187500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.098632812500 0.243164062500 +0.190429687500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.233398437500 0.044189453125 +0.353515625000 0.225585937500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.037109375000 0.022460937500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.122558593750 0.002563476562 0.155273437500 0.000000000000 +0.004058837891 0.000000000000 0.000000000000 0.000000000000 +0.077636718750 0.051269531250 0.014221191406 0.020263671875 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.148437500000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.131835937500 0.000000000000 0.000000000000 +0.022460937500 0.000000000000 0.053955078125 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.253906250000 0.000000000000 +0.000000000000 0.000000000000 0.085937500000 0.000000000000 +0.049804687500 0.000000000000 0.000000000000 0.000000000000 +0.114746093750 0.332031250000 0.000000000000 0.073242187500 +0.126953125000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.009338378906 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.056152343750 0.056396484375 +0.000000000000 0.000000000000 0.000000000000 0.151367187500 +0.083496093750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.188476562500 0.255859375000 0.000000000000 0.000000000000 +0.000000000000 0.106933593750 0.000000000000 0.000000000000 +0.101074218750 0.408203125000 0.000000000000 0.183593750000 +0.000000000000 0.000000000000 0.000000000000 0.248046875000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.070312500000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.036376953125 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.103515625000 0.000000000000 0.026000976562 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.016723632812 0.150390625000 +0.015502929688 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.017211914062 +0.000000000000 0.000000000000 0.003417968750 0.000000000000 +0.000000000000 0.345703125000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.059814453125 0.236328125000 0.000000000000 0.233398437500 +0.205078125000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.281250000000 0.000000000000 +0.000000000000 0.000000000000 0.122070312500 0.000000000000 +0.075683593750 0.048583984375 0.000000000000 0.000000000000 +0.155273437500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.165039062500 0.000000000000 +0.004547119141 0.124511718750 0.174804687500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.059814453125 0.059814453125 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.063476562500 0.000000000000 0.064941406250 0.000000000000 +0.000000000000 0.000000000000 0.079589843750 0.000000000000 +0.304687500000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.240234375000 0.100097656250 0.000000000000 0.000000000000 +0.000000000000 0.003967285156 0.087890625000 0.131835937500 +0.000000000000 0.047851562500 0.000000000000 0.000000000000 +0.000000000000 0.081542968750 0.115234375000 0.113281250000 +0.000000000000 0.091308593750 0.000000000000 0.000000000000 +0.102539062500 0.000000000000 0.000000000000 0.000000000000 +0.118164062500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.152343750000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.215820312500 0.066894531250 0.025756835938 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.079589843750 0.075195312500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.115722656250 0.117187500000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.020263671875 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.123535156250 0.034667968750 +0.033447265625 0.000000000000 0.035644531250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.158203125000 +0.044433593750 0.065917968750 0.190429687500 0.320312500000 +0.000000000000 0.013793945312 0.013671875000 0.000000000000 +0.087402343750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.128906250000 +0.124511718750 0.000000000000 0.000000000000 0.000000000000 +0.002624511719 0.000000000000 0.077148437500 0.000000000000 +0.251953125000 0.000000000000 0.015625000000 0.000000000000 +0.000000000000 0.000000000000 0.110839843750 0.117187500000 +0.095214843750 0.053222656250 0.141601562500 0.000000000000 +0.000000000000 0.000000000000 0.058837890625 0.113769531250 +0.000000000000 0.000000000000 0.000000000000 0.061767578125 +0.007659912109 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.003067016602 0.000000000000 +0.000000000000 0.037597656250 0.247070312500 0.000000000000 +0.152343750000 0.285156250000 0.165039062500 0.025390625000 +0.085449218750 0.183593750000 0.000000000000 0.040039062500 +0.296875000000 0.240234375000 0.000000000000 0.000000000000 +0.015869140625 0.000000000000 0.000000000000 0.000000000000 +0.008422851562 0.008300781250 0.333984375000 0.019287109375 +0.039062500000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.141601562500 0.000000000000 0.076660156250 +0.200195312500 0.257812500000 0.002410888672 0.032958984375 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.235351562500 +0.324218750000 0.147460937500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.098144531250 0.000000000000 +0.120605468750 0.000000000000 0.000000000000 0.000000000000 +0.048339843750 0.000000000000 0.000000000000 0.109863281250 +0.058105468750 0.000000000000 0.000000000000 0.000000000000 +0.018066406250 0.000000000000 0.162109375000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.151367187500 0.000000000000 +0.000000000000 0.226562500000 0.207031250000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.114257812500 0.000000000000 0.000000000000 0.017456054688 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.041259765625 0.000000000000 0.000000000000 0.000000000000 +0.337890625000 0.000000000000 0.194335937500 0.000000000000 +0.345703125000 0.000000000000 0.192382812500 0.000000000000 +0.035400390625 0.009216308594 0.000000000000 0.000000000000 +0.155273437500 0.000000000000 0.000000000000 0.024291992188 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.226562500000 0.000000000000 0.102050781250 +0.144531250000 0.018676757812 0.000000000000 0.157226562500 +0.000000000000 0.000000000000 0.000000000000 0.099121093750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.075683593750 +0.166992187500 0.000000000000 0.062988281250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.064453125000 0.000000000000 0.028320312500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.118164062500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.047119140625 0.042968750000 0.066406250000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.108886718750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.060058593750 0.085937500000 +0.000000000000 0.255859375000 0.000000000000 0.000000000000 +0.000000000000 0.209960937500 0.000000000000 0.082031250000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.116210937500 0.055664062500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.014099121094 0.000000000000 0.028930664062 0.097656250000 +0.006256103516 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.022705078125 0.194335937500 0.000000000000 +0.000000000000 0.000000000000 0.306640625000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.078125000000 0.000000000000 0.039306640625 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.025024414062 0.219726562500 0.000000000000 0.000000000000 +0.208984375000 0.000000000000 0.000000000000 0.136718750000 +0.000000000000 0.000000000000 0.257812500000 0.000000000000 +0.087402343750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.021850585938 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.108886718750 +0.000000000000 0.155273437500 0.048583984375 0.000000000000 +0.040039062500 0.197265625000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.135742187500 +0.000000000000 0.010620117188 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.006774902344 0.233398437500 0.167968750000 +0.000000000000 0.000000000000 0.000000000000 0.106933593750 +0.148437500000 0.026489257812 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.039062500000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.400390625000 0.030395507812 +0.000000000000 0.000000000000 0.104980468750 0.023803710938 +0.000000000000 0.224609375000 0.000000000000 0.000000000000 +0.000000000000 0.105468750000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.119628906250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.022338867188 0.035156250000 +0.105468750000 0.000000000000 0.038574218750 0.000000000000 +0.002288818359 0.000705718994 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.045410156250 +0.231445312500 0.036621093750 0.000000000000 0.000000000000 +0.000000000000 0.034423828125 0.125976562500 0.195312500000 +0.000000000000 0.000000000000 0.000000000000 0.049072265625 +0.000000000000 0.000000000000 0.091308593750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.022338867188 0.000000000000 0.162109375000 +0.000000000000 0.177734375000 0.000000000000 0.000000000000 +0.000000000000 0.240234375000 0.122070312500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.047851562500 0.189453125000 0.000000000000 +0.234375000000 0.000000000000 0.304687500000 0.155273437500 +0.160156250000 0.000000000000 0.134765625000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.019409179688 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.035644531250 0.039306640625 0.312500000000 +0.206054687500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.139648437500 0.000000000000 +0.000000000000 0.114257812500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.028930664062 0.121093750000 +0.000000000000 0.000000000000 0.119628906250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.023437500000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.075195312500 0.000000000000 0.138671875000 +0.022583007812 0.039550781250 0.000000000000 0.388671875000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.041259765625 0.000000000000 0.000000000000 +0.000000000000 0.033935546875 0.000000000000 0.000000000000 +0.000000000000 0.012756347656 0.000000000000 0.010681152344 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.237304687500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000541687012 0.230468750000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.055419921875 0.000000000000 0.000000000000 0.018554687500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.032714843750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.155273437500 0.000000000000 0.211914062500 0.103027343750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.037841796875 +0.000000000000 0.000000000000 0.000000000000 0.048095703125 +0.094726562500 0.273437500000 0.000000000000 0.000000000000 +0.000000000000 0.075683593750 0.133789062500 0.011352539062 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.257812500000 0.126953125000 0.018676757812 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.033203125000 0.000000000000 +0.021972656250 0.041748046875 0.000000000000 0.222656250000 +0.000000000000 0.000000000000 0.007934570312 0.000000000000 +0.056152343750 0.000000000000 0.050048828125 0.087890625000 +0.000000000000 0.019531250000 0.000000000000 0.041015625000 +0.000000000000 0.425781250000 0.172851562500 0.154296875000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.124511718750 0.000000000000 0.000000000000 0.045654296875 +0.308593750000 0.186523437500 0.000000000000 0.000000000000 +0.006958007812 0.000000000000 0.134765625000 0.355468750000 +0.090820312500 0.000000000000 0.065429687500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.130859375000 0.326171875000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.021484375000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.031982421875 0.191406250000 0.071289062500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.119140625000 0.345703125000 0.330078125000 +0.281250000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.074218750000 0.159179687500 +0.000000000000 0.068359375000 0.000000000000 0.000000000000 +0.000000000000 0.038574218750 0.000000000000 0.000000000000 +0.051757812500 0.237304687500 0.150390625000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.075195312500 0.015747070312 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.073242187500 0.000000000000 0.000000000000 0.013122558594 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.065429687500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.112304687500 0.000000000000 +0.084960937500 0.000000000000 0.211914062500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.004852294922 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.052246093750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.209960937500 +0.103515625000 0.000000000000 0.093261718750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.170898437500 +0.000000000000 0.072265625000 0.263671875000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.009826660156 0.145507812500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.131835937500 +0.058837890625 0.000000000000 0.080078125000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.044433593750 0.048828125000 0.000000000000 0.000000000000 +0.000000000000 0.151367187500 0.000000000000 0.000000000000 +0.160156250000 0.000000000000 0.000000000000 0.046142578125 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.030639648438 0.213867187500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.171875000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.308593750000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.049072265625 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.137695312500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.462890625000 +0.000000000000 0.000000000000 0.000000000000 0.096191406250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.079589843750 0.000000000000 0.000000000000 0.103027343750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.088378906250 0.158203125000 0.000000000000 +0.000000000000 0.000000000000 0.151367187500 0.032226562500 +0.000000000000 0.008239746094 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.085449218750 0.224609375000 +0.112792968750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.216796875000 0.000000000000 +0.000000000000 0.000000000000 0.090820312500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.044921875000 0.090332031250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.025512695312 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.125976562500 0.000000000000 0.139648437500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.186523437500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.049804687500 0.000000000000 0.000000000000 0.213867187500 +0.091796875000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.103515625000 0.000000000000 0.006988525391 0.000000000000 +0.000000000000 0.232421875000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.031982421875 0.070800781250 +0.000000000000 0.000000000000 0.164062500000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.109863281250 +0.000000000000 0.083984375000 0.000000000000 0.000000000000 +0.000000000000 0.040771484375 0.106445312500 0.000000000000 +0.000000000000 0.027709960938 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.024780273438 +0.000000000000 0.112792968750 0.030639648438 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.161132812500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.083496093750 0.000000000000 +0.000000000000 0.000000000000 0.063964843750 0.000000000000 +0.000000000000 0.472656250000 0.000000000000 0.001022338867 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.028564453125 +0.071289062500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.062500000000 0.000000000000 +0.000000000000 0.183593750000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.138671875000 0.000000000000 +0.000000000000 0.083984375000 0.188476562500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.021118164062 +0.000000000000 0.000000000000 0.000000000000 0.091796875000 +0.000000000000 0.000000000000 0.277343750000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.145507812500 0.000000000000 +0.000000000000 0.000000000000 0.057617187500 0.000000000000 +0.000000000000 0.000000000000 0.051757812500 0.000000000000 +0.001869201660 0.000000000000 0.000000000000 0.015869140625 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.005279541016 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.031494140625 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.017456054688 0.000000000000 0.000000000000 +0.000000000000 0.142578125000 0.000000000000 0.000000000000 +0.022460937500 0.000000000000 0.253906250000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.053222656250 0.000000000000 0.000000000000 0.000000000000 +0.240234375000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.047607421875 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.010070800781 0.121093750000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.042236328125 +0.000000000000 0.000000000000 0.000000000000 0.096191406250 +0.000000000000 0.062500000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.042236328125 0.000000000000 +0.000000000000 0.000000000000 0.005126953125 0.000000000000 +0.000000000000 0.037109375000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.275390625000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.042724609375 0.000000000000 0.000000000000 +0.124511718750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.021850585938 0.000000000000 0.179687500000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.101074218750 0.000000000000 0.000000000000 0.019409179688 +0.086914062500 0.000000000000 0.000000000000 0.382812500000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.193359375000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.527343750000 0.000000000000 +0.000000000000 0.000000000000 0.178710937500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.214843750000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.166015625000 0.240234375000 0.000000000000 +0.000000000000 0.000000000000 0.231445312500 0.087890625000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.086425781250 0.000000000000 +0.326171875000 0.000000000000 0.000000000000 0.000000000000 +0.056640625000 0.241210937500 0.093750000000 0.001434326172 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.063476562500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.064453125000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.003067016602 0.000000000000 +0.000000000000 0.004577636719 0.039550781250 0.061279296875 +0.000000000000 0.000000000000 0.242187500000 0.000000000000 +0.000000000000 0.032470703125 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.092285156250 +0.036865234375 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.093261718750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.157226562500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.028320312500 +0.316406250000 0.000000000000 0.000000000000 0.000000000000 +0.164062500000 0.000000000000 0.000000000000 0.000000000000 +0.059082031250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.115722656250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.365234375000 0.000000000000 0.000000000000 0.296875000000 +0.000000000000 0.000000000000 0.022583007812 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.355468750000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.221679687500 0.147460937500 0.000000000000 0.000000000000 +0.000000000000 0.031982421875 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.134765625000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.562500000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.072753906250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.382812500000 +0.000000000000 0.195312500000 0.043945312500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.044677734375 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.013122558594 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.044433593750 0.000000000000 0.087890625000 +0.193359375000 0.125976562500 0.206054687500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.201171875000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.192382812500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.219726562500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.228515625000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.015747070312 0.306640625000 0.000000000000 0.000000000000 +0.067382812500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.008117675781 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.024902343750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.247070312500 0.000000000000 0.488281250000 0.000000000000 +0.000000000000 0.073242187500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.300781250000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.197265625000 0.000000000000 +0.000000000000 0.005126953125 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.026977539062 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.089355468750 0.000000000000 0.000000000000 0.031982421875 +0.000000000000 0.000000000000 0.000000000000 0.131835937500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.140625000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.082519531250 0.073730468750 0.198242187500 +0.000000000000 0.000000000000 0.000000000000 0.013671875000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.215820312500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.107910156250 0.123535156250 0.059082031250 +0.222656250000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.335937500000 0.000000000000 0.025024414062 0.045654296875 +0.000000000000 0.000000000000 0.067871093750 0.000000000000 +0.101562500000 0.041503906250 0.000000000000 0.010192871094 +0.027709960938 0.000000000000 0.000000000000 0.000000000000 +0.017211914062 0.059326171875 0.145507812500 0.427734375000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.061279296875 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.034912109375 0.000000000000 0.093261718750 0.043701171875 +0.011596679688 0.097656250000 0.000000000000 0.110839843750 +0.003677368164 0.167968750000 0.055664062500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.080078125000 0.120605468750 0.022827148438 0.000000000000 +0.000000000000 0.000000000000 0.067382812500 0.182617187500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.031494140625 0.306640625000 0.000000000000 +0.147460937500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.054199218750 0.146484375000 +0.443359375000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.045166015625 0.049560546875 0.000000000000 +0.000000000000 0.000000000000 0.023681640625 0.017944335938 +0.000000000000 0.028930664062 0.000000000000 0.000000000000 +0.009704589844 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.094238281250 0.000000000000 0.106933593750 +0.059570312500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.052490234375 0.000000000000 0.002059936523 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.136718750000 0.043701171875 +0.031127929688 0.155273437500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.300781250000 0.000000000000 +0.087402343750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.271484375000 0.000000000000 +0.000000000000 0.082031250000 0.000000000000 0.000000000000 +0.000000000000 0.259765625000 0.164062500000 0.000000000000 +0.166015625000 0.000000000000 0.000000000000 0.020874023438 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.142578125000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.122558593750 0.000000000000 0.261718750000 +0.077636718750 0.000000000000 0.000000000000 0.000000000000 +0.055664062500 0.000000000000 0.007080078125 0.000000000000 +0.037841796875 0.049072265625 0.000000000000 0.140625000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.148437500000 0.029296875000 +0.000000000000 0.000000000000 0.000000000000 0.054199218750 +0.000000000000 0.083007812500 0.192382812500 0.108886718750 +0.000000000000 0.122558593750 0.000000000000 0.014404296875 +0.048095703125 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.067382812500 +0.294921875000 0.147460937500 0.088378906250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.111816406250 +0.138671875000 0.000000000000 0.046875000000 0.039062500000 +0.000000000000 0.000000000000 0.017456054688 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.098632812500 0.000000000000 0.275390625000 +0.287109375000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.267578125000 +0.062988281250 0.110351562500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.099609375000 0.077636718750 +0.146484375000 0.069335937500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.128906250000 0.000000000000 +0.038330078125 0.212890625000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.220703125000 0.051757812500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.112792968750 0.281250000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.060302734375 0.066406250000 0.034667968750 0.173828125000 +0.000000000000 0.122070312500 0.201171875000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.024414062500 0.017333984375 0.004974365234 0.156250000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.006927490234 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.100097656250 0.073242187500 0.000000000000 0.026245117188 +0.000000000000 0.000000000000 0.006835937500 0.013549804688 +0.096679687500 0.024536132812 0.073730468750 0.056396484375 +0.073730468750 0.296875000000 0.207031250000 0.004089355469 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.011169433594 +0.000000000000 0.000000000000 0.124511718750 0.206054687500 +0.050781250000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.089843750000 0.054199218750 +0.028442382812 0.144531250000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.110351562500 +0.000000000000 0.000000000000 0.013854980469 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.243164062500 0.287109375000 +0.172851562500 0.320312500000 0.167968750000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.064941406250 0.075683593750 0.251953125000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.010314941406 0.071289062500 0.095703125000 0.140625000000 +0.000000000000 0.000000000000 0.015258789062 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.103027343750 0.096679687500 0.287109375000 +0.055664062500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.001884460449 0.000000000000 0.011474609375 +0.007049560547 0.000000000000 0.085937500000 0.361328125000 +0.135742187500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.118652343750 0.000000000000 +0.000000000000 0.000000000000 0.130859375000 0.020141601562 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.006988525391 +0.000000000000 0.151367187500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.032226562500 +0.000000000000 0.134765625000 0.000000000000 0.000000000000 +0.043945312500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.022949218750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.129882812500 0.000000000000 +0.229492187500 0.000000000000 0.006866455078 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.261718750000 0.131835937500 0.135742187500 +0.173828125000 0.051269531250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.025634765625 0.073242187500 0.015625000000 +0.142578125000 0.039794921875 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.020996093750 0.089355468750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.076171875000 0.136718750000 +0.020629882812 0.000000000000 0.000000000000 0.000000000000 +0.002441406250 0.000000000000 0.000000000000 0.089355468750 +0.000000000000 0.181640625000 0.246093750000 0.184570312500 +0.087890625000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.168945312500 0.000000000000 +0.157226562500 0.016479492188 0.386718750000 0.104003906250 +0.086914062500 0.173828125000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.096191406250 0.020019531250 +0.086425781250 0.188476562500 0.052246093750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.201171875000 0.026733398438 0.000000000000 +0.029663085938 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.199218750000 +0.218750000000 0.225585937500 0.000000000000 0.009948730469 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.032958984375 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.202148437500 0.000000000000 0.003997802734 0.194335937500 +0.000000000000 0.179687500000 0.000000000000 0.021606445312 +0.000000000000 0.082031250000 0.000000000000 0.077148437500 +0.184570312500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.064941406250 0.077148437500 +0.030639648438 0.068359375000 0.008300781250 0.094726562500 +0.000000000000 0.016601562500 0.000000000000 0.000000000000 +0.292968750000 0.054687500000 0.154296875000 0.083007812500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.115722656250 +0.097167968750 0.013610839844 0.000000000000 0.000000000000 +0.150390625000 0.104003906250 0.010681152344 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.082519531250 0.000000000000 0.002578735352 0.000000000000 +0.000000000000 0.075195312500 0.000000000000 0.316406250000 +0.117675781250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.052490234375 0.014160156250 +0.143554687500 0.103027343750 0.106445312500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.058837890625 +0.011779785156 0.000000000000 0.226562500000 0.000000000000 +0.071777343750 0.000000000000 0.000000000000 0.003387451172 +0.000000000000 0.194335937500 0.166992187500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.104003906250 +0.000000000000 0.000000000000 0.000000000000 0.051513671875 +0.125976562500 0.000000000000 0.210937500000 0.259765625000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.092285156250 0.196289062500 0.052246093750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.011047363281 +0.050537109375 0.000000000000 0.000000000000 0.000000000000 +0.031738281250 0.000000000000 0.000000000000 0.296875000000 +0.044921875000 0.053222656250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.082519531250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.005798339844 +0.010192871094 0.075683593750 0.062500000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.029052734375 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.076660156250 +0.000000000000 0.019165039062 0.073242187500 0.000000000000 +0.000000000000 0.041748046875 0.048583984375 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.059814453125 0.033203125000 0.092773437500 0.000000000000 +0.000000000000 0.217773437500 0.000000000000 0.191406250000 +0.097656250000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.163085937500 0.000000000000 +0.093261718750 0.139648437500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.081054687500 0.120605468750 +0.267578125000 0.267578125000 0.000000000000 0.205078125000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.077148437500 0.127929687500 0.122558593750 +0.000000000000 0.110839843750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.099609375000 0.000000000000 +0.098632812500 0.000000000000 0.000000000000 0.003845214844 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.070800781250 0.006011962891 +0.000000000000 0.000000000000 0.200195312500 0.000000000000 +0.238281250000 0.158203125000 0.023315429688 0.014526367188 +0.058837890625 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.140625000000 0.083496093750 0.111816406250 0.092285156250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.057128906250 0.115234375000 0.173828125000 +0.094238281250 0.000000000000 0.110351562500 0.000000000000 +0.126953125000 0.131835937500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.118652343750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.066406250000 0.055908203125 0.000000000000 +0.022094726562 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.084472656250 0.081542968750 0.058837890625 +0.212890625000 0.000000000000 0.000000000000 0.103515625000 +0.000000000000 0.146484375000 0.111816406250 0.228515625000 +0.275390625000 0.153320312500 0.136718750000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.026245117188 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.177734375000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.175781250000 +0.067382812500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.092773437500 0.161132812500 +0.090820312500 0.128906250000 0.136718750000 0.000000000000 +0.064941406250 0.077148437500 0.000000000000 0.117187500000 +0.035644531250 0.000000000000 0.147460937500 0.000000000000 +0.066894531250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.052978515625 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.051513671875 0.134765625000 +0.049560546875 0.033691406250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.033203125000 +0.025634765625 0.130859375000 0.084960937500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.149414062500 0.025512695312 0.000000000000 0.034179687500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.008239746094 0.211914062500 0.073242187500 +0.064941406250 0.000000000000 0.000000000000 0.002182006836 +0.000000000000 0.097656250000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.170898437500 +0.240234375000 0.097167968750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.072753906250 0.316406250000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.205078125000 0.000000000000 0.049072265625 0.029541015625 +0.000000000000 0.064453125000 0.019409179688 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.042968750000 +0.171875000000 0.000000000000 0.000000000000 0.135742187500 +0.077148437500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.175781250000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.102539062500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.025634765625 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.169921875000 +0.092285156250 0.000000000000 0.000000000000 0.075683593750 +0.020751953125 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.079101562500 +0.000000000000 0.330078125000 0.041992187500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.030883789062 0.018798828125 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.089355468750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.036376953125 +0.000000000000 0.000000000000 0.232421875000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.038330078125 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.007171630859 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.056396484375 0.123535156250 0.000000000000 +0.127929687500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.014953613281 0.000000000000 +0.000000000000 0.000000000000 0.207031250000 0.071777343750 +0.000000000000 0.275390625000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.120605468750 +0.326171875000 0.361328125000 0.102539062500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.031982421875 +0.020385742188 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.006103515625 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.174804687500 +0.033935546875 0.023071289062 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.081542968750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.020629882812 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.242187500000 0.209960937500 +0.080078125000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.110839843750 0.000000000000 0.000000000000 0.106933593750 +0.000101089478 0.000000000000 0.000000000000 0.083496093750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.020507812500 +0.160156250000 0.158203125000 0.003799438477 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.071289062500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.072265625000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.141601562500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.131835937500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.079589843750 0.000000000000 0.000000000000 0.000000000000 +0.245117187500 0.232421875000 0.034179687500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.094726562500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.056884765625 0.122558593750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.235351562500 0.000000000000 0.001159667969 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.045898437500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.016113281250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.032714843750 +0.000000000000 0.000000000000 0.000000000000 0.053466796875 +0.222656250000 0.130859375000 0.139648437500 0.099121093750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.026733398438 +0.000000000000 0.187500000000 0.015747070312 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.296875000000 0.006378173828 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.042724609375 0.094238281250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.056152343750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.017089843750 0.172851562500 +0.000000000000 0.000000000000 0.000000000000 0.022583007812 +0.000000000000 0.000000000000 0.000000000000 0.017211914062 +0.000000000000 0.000000000000 0.068359375000 0.226562500000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.035644531250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.021606445312 +0.000000000000 0.025268554688 0.000000000000 0.000000000000 +0.000000000000 0.003448486328 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.099121093750 0.014648437500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.058105468750 0.000000000000 0.000000000000 +0.000000000000 0.133789062500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.215820312500 0.032226562500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.139648437500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.208984375000 0.096191406250 0.073242187500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.095214843750 0.087890625000 +0.000000000000 0.111816406250 0.181640625000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.106445312500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.055419921875 0.000000000000 0.000000000000 +0.000000000000 0.031494140625 0.066894531250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.035156250000 0.072753906250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.255859375000 0.148437500000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.246093750000 0.117675781250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.044189453125 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.245117187500 0.079589843750 0.043457031250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.035400390625 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.069335937500 +0.227539062500 0.217773437500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.113281250000 +0.128906250000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.022949218750 0.000000000000 0.026733398438 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.029296875000 0.054443359375 0.018066406250 +0.000000000000 0.000000000000 0.000000000000 0.022583007812 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.031982421875 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.050537109375 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.174804687500 0.230468750000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.005950927734 0.009460449219 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.003875732422 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.070312500000 0.107421875000 +0.091308593750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.043701171875 0.000000000000 +0.073730468750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.047363281250 0.000000000000 0.022705078125 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.134765625000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.056884765625 +0.000000000000 0.153320312500 0.027587890625 0.000000000000 +0.000000000000 0.003677368164 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.001602172852 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.132812500000 0.021118164062 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.091308593750 0.072753906250 0.122558593750 +0.002624511719 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.188476562500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.063476562500 +0.059082031250 0.078125000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.066406250000 0.006042480469 0.000000000000 +0.000000000000 0.211914062500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.169921875000 0.152343750000 0.110839843750 0.000000000000 +0.000000000000 0.000000000000 0.056884765625 0.075683593750 +0.070312500000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.002304077148 0.140625000000 0.100097656250 +0.080566406250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.162109375000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000675201416 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.103515625000 0.345703125000 +0.119140625000 0.187500000000 0.113769531250 0.000000000000 +0.164062500000 0.094726562500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.055175781250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.086425781250 0.109375000000 0.056396484375 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.072753906250 0.203125000000 +0.263671875000 0.073242187500 0.210937500000 0.000000000000 +0.000000000000 0.005981445312 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.152343750000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.059082031250 0.202148437500 +0.099609375000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.128906250000 0.064941406250 +0.194335937500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.021240234375 +0.076171875000 0.000000000000 0.155273437500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.052490234375 0.005371093750 0.010864257812 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.045654296875 0.211914062500 0.147460937500 0.009582519531 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.088378906250 +0.251953125000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.097167968750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.023681640625 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.047363281250 0.000000000000 0.071289062500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.003875732422 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.188476562500 0.000000000000 0.000000000000 +0.101074218750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.172851562500 +0.003402709961 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.126953125000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.013427734375 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.092773437500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.160156250000 +0.000000000000 0.000000000000 0.142578125000 0.000000000000 +0.000000000000 0.150390625000 0.000000000000 0.000000000000 +0.007202148438 0.000000000000 0.000000000000 0.000579833984 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.028808593750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.006347656250 0.051513671875 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.165039062500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.328125000000 0.000000000000 +0.000000000000 0.083984375000 0.000000000000 0.000000000000 +0.160156250000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.294921875000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.173828125000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.292968750000 +0.000000000000 0.000000000000 0.147460937500 0.000000000000 +0.025268554688 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.166015625000 0.000000000000 0.000000000000 +0.088867187500 0.000000000000 0.066406250000 0.000000000000 +0.000000000000 0.117675781250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.145507812500 0.078125000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.015869140625 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.119140625000 0.000000000000 0.000000000000 +0.000000000000 0.033447265625 0.000000000000 0.000000000000 +0.000000000000 0.125000000000 0.000000000000 0.000000000000 +0.192382812500 0.000000000000 0.000000000000 0.308593750000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.123046875000 0.072265625000 +0.036376953125 0.006988525391 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.159179687500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.045654296875 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.038330078125 0.000000000000 0.000000000000 +0.051269531250 0.000000000000 0.032958984375 0.302734375000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.131835937500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.053466796875 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.027832031250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.165039062500 0.000000000000 0.000000000000 0.180664062500 +0.018432617188 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.085449218750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.023681640625 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.193359375000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.065917968750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.265625000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.019653320312 0.000000000000 0.229492187500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.013305664062 0.000000000000 0.000000000000 0.170898437500 +0.000000000000 0.000000000000 0.057617187500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.390625000000 0.000000000000 0.000000000000 +0.110839843750 0.000000000000 0.004608154297 0.000000000000 +0.000000000000 0.035888671875 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.120117187500 0.000000000000 +0.000000000000 0.141601562500 0.000000000000 0.000000000000 +0.150390625000 0.000000000000 0.000000000000 0.124511718750 +0.000000000000 0.000000000000 0.378906250000 0.000000000000 +0.000000000000 0.213867187500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.189453125000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.019409179688 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.021972656250 +0.000000000000 0.000000000000 0.000000000000 0.012573242188 +0.000000000000 0.182617187500 0.210937500000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.223632812500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.015136718750 +0.242187500000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.077148437500 0.000000000000 +0.000000000000 0.073242187500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.241210937500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.026123046875 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.083984375000 0.000000000000 0.097656250000 +0.053222656250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.247070312500 +0.000000000000 0.000000000000 0.000000000000 0.088378906250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.230468750000 0.000000000000 +0.000000000000 0.000000000000 0.046386718750 0.000000000000 +0.000000000000 0.136718750000 0.000000000000 0.000000000000 +0.507812500000 0.180664062500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.009094238281 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.091796875000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.048339843750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.320312500000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.006500244141 0.000000000000 0.000000000000 +0.125976562500 0.000000000000 0.000000000000 0.117187500000 +0.000000000000 0.000000000000 0.000000000000 0.157226562500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.194335937500 0.069335937500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.133789062500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.168945312500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.014831542969 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.030151367188 0.000000000000 +0.000000000000 0.083496093750 0.000000000000 0.000000000000 +0.088867187500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.082031250000 0.000000000000 0.000000000000 +0.000000000000 0.250000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.206054687500 +0.000000000000 0.000000000000 0.056152343750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.018432617188 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.141601562500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.138671875000 0.000000000000 0.000000000000 +0.199218750000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.238281250000 0.097656250000 0.000000000000 +0.613281250000 0.000000000000 0.000000000000 0.002548217773 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.341796875000 0.109863281250 0.001670837402 0.000000000000 +0.110839843750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.285156250000 0.000000000000 +0.022583007812 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.125000000000 +0.000000000000 0.032470703125 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.059326171875 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.067871093750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.024169921875 0.033935546875 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.035400390625 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.091308593750 +0.000000000000 0.000000000000 0.022949218750 0.000000000000 +0.111816406250 0.101562500000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.028076171875 +0.000000000000 0.000000000000 0.144531250000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.106445312500 0.087890625000 +0.151367187500 0.167968750000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.033935546875 0.000000000000 0.000000000000 +0.001838684082 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.080078125000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.031738281250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.166992187500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.126953125000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.061767578125 0.000000000000 0.000000000000 +0.570312500000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.118164062500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.009887695312 0.000000000000 0.000000000000 0.035644531250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.104492187500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.173828125000 +0.000000000000 0.000000000000 0.046630859375 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.118652343750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.072753906250 0.000000000000 0.017944335938 0.000000000000 +0.102539062500 0.000000000000 0.000000000000 0.000000000000 +0.253906250000 0.000000000000 0.435546875000 0.000000000000 +0.000000000000 0.412109375000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.009704589844 +0.000000000000 0.142578125000 0.000000000000 0.402343750000 +0.000000000000 0.028442382812 0.000000000000 0.269531250000 +0.000000000000 0.235351562500 0.000000000000 0.104492187500 +0.000000000000 0.000000000000 0.106933593750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.115722656250 0.000000000000 0.281250000000 +0.000000000000 0.228515625000 0.000000000000 0.000000000000 +0.000000000000 0.136718750000 0.000000000000 0.000000000000 +0.082519531250 0.000000000000 0.228515625000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.071777343750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.114257812500 0.000000000000 0.217773437500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.222656250000 +0.000000000000 0.000000000000 0.089843750000 0.000000000000 +0.042724609375 0.000000000000 0.000000000000 0.000000000000 +0.155273437500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.010498046875 0.000000000000 +0.000000000000 0.000000000000 0.009155273438 0.000000000000 +0.000000000000 0.041992187500 0.000000000000 0.018676757812 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.028320312500 +0.000000000000 0.000000000000 0.148437500000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.070800781250 0.000000000000 +0.000000000000 0.221679687500 0.000000000000 0.000000000000 +0.240234375000 0.000000000000 0.263671875000 0.000000000000 +0.000000000000 0.000000000000 0.014831542969 0.000000000000 +0.000000000000 0.000000000000 0.441406250000 0.000000000000 +0.000000000000 0.218750000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.104980468750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.149414062500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.231445312500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.170898437500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.078125000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.084472656250 +0.000000000000 0.003753662109 0.000000000000 0.000000000000 +0.076171875000 0.000000000000 0.000000000000 0.085937500000 +0.000000000000 0.132812500000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.100585937500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.170898437500 0.000000000000 +0.144531250000 0.000000000000 0.000000000000 0.003784179688 +0.000000000000 0.039550781250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.121093750000 0.000000000000 0.000000000000 +0.129882812500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.151367187500 0.000000000000 +0.000000000000 0.188476562500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.128906250000 +0.048828125000 0.000000000000 0.032470703125 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.102539062500 0.000000000000 0.070800781250 0.000000000000 +0.000000000000 0.038574218750 0.000000000000 0.164062500000 +0.000000000000 0.000000000000 0.007720947266 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.008178710938 0.000000000000 0.308593750000 0.000000000000 +0.086425781250 0.000000000000 0.022216796875 0.000000000000 +0.000000000000 0.247070312500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.031494140625 0.000000000000 0.000000000000 0.080078125000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.233398437500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.241210937500 +0.000000000000 0.044921875000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.007934570312 0.000000000000 +0.165039062500 0.000000000000 0.093261718750 0.000000000000 +0.000000000000 0.143554687500 0.000000000000 0.283203125000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.035644531250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.178710937500 0.000000000000 0.084472656250 +0.000000000000 0.000000000000 0.105468750000 0.000000000000 +0.053710937500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.040527343750 0.000000000000 +0.123046875000 0.000000000000 0.111816406250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.036865234375 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.136718750000 +0.000000000000 0.000000000000 0.140625000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.210937500000 +0.000000000000 0.267578125000 0.000000000000 0.000000000000 +0.018554687500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.259765625000 +0.000000000000 0.000000000000 0.168945312500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.066894531250 +0.000000000000 0.054199218750 0.000000000000 0.006561279297 +0.000000000000 0.057861328125 0.000000000000 0.204101562500 +0.000000000000 0.353515625000 0.000000000000 0.015380859375 +0.000000000000 0.000000000000 0.000000000000 0.019287109375 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.057617187500 0.000000000000 0.183593750000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.135742187500 0.000000000000 +0.008483886719 0.000000000000 0.000000000000 0.117675781250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.160156250000 0.000000000000 0.000000000000 +0.000000000000 0.168945312500 0.000000000000 0.376953125000 +0.000000000000 0.041748046875 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.040771484375 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.117187500000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.036621093750 0.000000000000 0.023681640625 +0.373046875000 0.000000000000 0.167968750000 0.000000000000 +0.000000000000 0.000000000000 0.273437500000 0.000000000000 +0.000000000000 0.246093750000 0.000000000000 0.000000000000 +0.223632812500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.300781250000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.098632812500 0.000000000000 0.000000000000 0.056884765625 +0.000000000000 0.156250000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.275390625000 0.000000000000 0.174804687500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.013427734375 +0.000000000000 0.000000000000 0.018676757812 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.221679687500 +0.000000000000 0.000000000000 0.000000000000 0.192382812500 +0.000000000000 0.308593750000 0.000000000000 0.000000000000 +0.031982421875 0.000000000000 0.000000000000 0.000000000000 +0.142578125000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.052734375000 0.000000000000 0.000000000000 +0.196289062500 0.000000000000 0.000000000000 0.118164062500 +0.000000000000 0.000000000000 0.169921875000 0.000000000000 +0.072753906250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.110351562500 0.000000000000 +0.265625000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.007049560547 0.000000000000 0.000000000000 0.072753906250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.076660156250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.189453125000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.024169921875 0.026611328125 0.000000000000 +0.000000000000 0.065429687500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.044921875000 +0.000000000000 0.000000000000 0.153320312500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.162109375000 0.023803710938 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.292968750000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.066894531250 0.000000000000 0.224609375000 0.000000000000 +0.097656250000 0.000000000000 0.146484375000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.080566406250 +0.000000000000 0.025756835938 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.022338867188 +0.000000000000 0.000000000000 0.000000000000 0.016723632812 +0.000000000000 0.000000000000 0.000000000000 0.019165039062 +0.000000000000 0.000000000000 0.087402343750 0.000000000000 +0.130859375000 0.000000000000 0.033447265625 0.000000000000 +0.000000000000 0.000000000000 0.184570312500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.138671875000 0.000000000000 0.000000000000 +0.294921875000 0.000000000000 0.076660156250 0.011169433594 +0.000000000000 0.000000000000 0.222656250000 0.000000000000 +0.089355468750 0.000000000000 0.000000000000 0.000000000000 +0.020996093750 0.115722656250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.419921875000 +0.000000000000 0.000000000000 0.062500000000 0.101074218750 +0.000000000000 0.053466796875 0.000000000000 0.000000000000 +0.000000000000 0.203125000000 0.000000000000 0.000000000000 +0.083984375000 0.000000000000 0.261718750000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.113281250000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.139648437500 0.000000000000 0.000093460083 0.000000000000 +0.000000000000 0.000000000000 0.412109375000 0.000000000000 +0.188476562500 0.000000000000 0.000000000000 0.000000000000 +0.183593750000 0.000000000000 0.000000000000 0.021240234375 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.005523681641 0.000000000000 +0.031127929688 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.149414062500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.227539062500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.002120971680 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.053466796875 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.224609375000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.088378906250 +0.000000000000 0.189453125000 0.117675781250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.096679687500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.148437500000 0.000000000000 0.020751953125 +0.147460937500 0.000000000000 0.240234375000 0.000000000000 +0.054443359375 0.000000000000 0.000000000000 0.058349609375 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.017089843750 0.000000000000 0.000000000000 +0.142578125000 0.000000000000 0.021362304688 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.092285156250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.133789062500 0.000000000000 0.000000000000 +0.055664062500 0.000000000000 0.000000000000 0.332031250000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.110351562500 0.000000000000 0.199218750000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.166015625000 +0.000000000000 0.000000000000 0.159179687500 0.000000000000 +0.000000000000 0.112792968750 0.000000000000 0.000000000000 +0.146484375000 0.000000000000 0.000000000000 0.083007812500 +0.005981445312 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.316406250000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.020751953125 0.000000000000 +0.115722656250 0.000000000000 0.020507812500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.289062500000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.156250000000 0.000000000000 0.217773437500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.069824218750 0.000000000000 0.369140625000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.289062500000 0.000000000000 +0.000000000000 0.101562500000 0.000000000000 0.057861328125 +0.000000000000 0.211914062500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.107421875000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.164062500000 0.131835937500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.161132812500 0.000000000000 +0.181640625000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.143554687500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.031494140625 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.006561279297 0.000000000000 +0.016723632812 0.000000000000 0.261718750000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.046142578125 0.000000000000 0.000000000000 +0.054931640625 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.507812500000 +0.000000000000 0.000000000000 0.000000000000 0.074218750000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.147460937500 0.265625000000 0.000000000000 +0.000000000000 0.000000000000 0.192382812500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.040283203125 0.000000000000 0.096679687500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.173828125000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.394531250000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.298828125000 +0.144531250000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.018554687500 +0.000000000000 0.020385742188 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.093261718750 0.209960937500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.143554687500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.250000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.014831542969 0.125976562500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.052978515625 0.014465332031 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.017944335938 0.043212890625 0.000000000000 0.000000000000 +0.097656250000 0.199218750000 0.012817382812 0.000000000000 +0.102050781250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.004699707031 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.026245117188 0.000000000000 +0.013671875000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.063476562500 +0.292968750000 0.259765625000 0.192382812500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.185546875000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.129882812500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.091796875000 0.092773437500 0.037597656250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.188476562500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.048339843750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.032958984375 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.011779785156 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.089843750000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.306640625000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.054443359375 0.000000000000 0.000000000000 0.085937500000 +0.236328125000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.031005859375 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.402343750000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.139648437500 0.000000000000 0.237304687500 0.000000000000 +0.153320312500 0.105468750000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.053466796875 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.085449218750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.482421875000 +0.332031250000 0.000000000000 0.000000000000 0.006866455078 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.012512207031 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.075683593750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.339843750000 +0.000000000000 0.000000000000 0.000000000000 0.108886718750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.099121093750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.085937500000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.136718750000 0.000000000000 0.046875000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.009948730469 0.022827148438 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.109863281250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.103027343750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.002990722656 0.000000000000 +0.065917968750 0.000000000000 0.207031250000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.134765625000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.066894531250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.312500000000 0.055419921875 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.006195068359 0.000000000000 +0.000000000000 0.004699707031 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.034179687500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.047851562500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.014587402344 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.101562500000 0.000000000000 +0.000000000000 0.030029296875 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.113769531250 0.156250000000 0.000000000000 0.146484375000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.137695312500 0.067382812500 0.000000000000 0.000000000000 +0.000000000000 0.022583007812 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.019165039062 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.111816406250 0.013122558594 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.034912109375 0.011901855469 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.129882812500 0.109863281250 +0.000000000000 0.000000000000 0.038330078125 0.000000000000 +0.141601562500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.093750000000 0.035888671875 0.005035400391 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.059082031250 +0.240234375000 0.115234375000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.127929687500 0.176757812500 0.000000000000 0.000000000000 +0.000000000000 0.103515625000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.039794921875 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.141601562500 0.000000000000 +0.000000000000 0.111328125000 0.135742187500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.004394531250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.027343750000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.124023437500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.011413574219 0.185546875000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.152343750000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.074707031250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.170898437500 +0.098144531250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.004486083984 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.038330078125 0.062255859375 +0.009521484375 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.168945312500 +0.000000000000 0.361328125000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.149414062500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.010131835938 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.028198242188 0.000000000000 0.107910156250 0.000000000000 +0.221679687500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.224609375000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.265625000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.009582519531 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.067382812500 0.000000000000 0.000000000000 0.152343750000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.099609375000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.061523437500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.376953125000 0.245117187500 +0.143554687500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.118164062500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.029174804688 0.137695312500 0.000000000000 0.206054687500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.024658203125 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.093750000000 0.265625000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.026733398438 +0.196289062500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.184570312500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.036865234375 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.001243591309 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.017456054688 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.339843750000 0.018554687500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.114257812500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.125000000000 +0.065429687500 0.000000000000 0.069824218750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.102050781250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.038085937500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.003082275391 0.000000000000 0.094238281250 +0.228515625000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.139648437500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.164062500000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.027709960938 0.105468750000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.154296875000 0.166992187500 0.000000000000 +0.026977539062 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.146484375000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.068359375000 0.011047363281 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.061035156250 0.144531250000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.333984375000 0.361328125000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.071777343750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.024658203125 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.086914062500 +0.091308593750 0.061035156250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000991821289 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.037597656250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.068359375000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.010314941406 0.082519531250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.133789062500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.034912109375 +0.026000976562 0.083007812500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.038085937500 0.209960937500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.071777343750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.071777343750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.148437500000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.037353515625 0.000000000000 0.216796875000 0.000000000000 +0.000000000000 0.052490234375 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.032958984375 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.164062500000 0.000000000000 0.000000000000 +0.205078125000 0.026855468750 0.119628906250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.026489257812 0.137695312500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.087402343750 0.130859375000 +0.096679687500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.214843750000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.098144531250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.124511718750 0.197265625000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.088867187500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.037597656250 0.000000000000 0.088378906250 +0.000000000000 0.000000000000 0.099609375000 0.000000000000 +0.000000000000 0.088867187500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.059082031250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.082519531250 0.000000000000 0.339843750000 0.000000000000 +0.000000000000 0.000000000000 0.008789062500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.069824218750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.068359375000 +0.000000000000 0.000000000000 0.127929687500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.013000488281 +0.320312500000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.016357421875 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.079589843750 0.000000000000 0.034667968750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.406250000000 0.000000000000 0.000000000000 +0.143554687500 0.000000000000 0.000000000000 0.363281250000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.068847656250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.109863281250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.075195312500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.292968750000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.060791015625 0.000000000000 +0.045410156250 0.000000000000 0.000000000000 0.118652343750 +0.000000000000 0.000000000000 0.000000000000 0.107421875000 +0.000000000000 0.118164062500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.324218750000 +0.061279296875 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.343750000000 0.000000000000 0.078613281250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.106933593750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.093750000000 0.000000000000 +0.000000000000 0.076171875000 0.166992187500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.024291992188 +0.000000000000 0.091308593750 0.077636718750 0.000000000000 +0.000345230103 0.000452041626 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.096191406250 0.000000000000 0.285156250000 0.000000000000 +0.000000000000 0.090820312500 0.000000000000 0.032226562500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.261718750000 +0.101562500000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.081542968750 0.092773437500 +0.000000000000 0.096191406250 0.000000000000 0.000000000000 +0.000000000000 0.017089843750 0.000000000000 0.005096435547 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.003936767578 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.188476562500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.371093750000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.034179687500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.242187500000 +0.000000000000 0.000000000000 0.141601562500 0.000000000000 +0.000000000000 0.000000000000 0.162109375000 0.000000000000 +0.000000000000 0.000000000000 0.246093750000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.121582031250 0.000000000000 0.059326171875 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.009765625000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.068847656250 0.000000000000 0.035400390625 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.142578125000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.416015625000 0.112792968750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.096191406250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.001258850098 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.065429687500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.036621093750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.045898437500 +0.000000000000 0.000000000000 0.000000000000 0.000467300415 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.024536132812 0.000000000000 0.296875000000 +0.106933593750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.056396484375 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.083496093750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.224609375000 0.135742187500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.011657714844 0.000000000000 0.000000000000 +0.000000000000 0.156250000000 0.086914062500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.142578125000 0.000000000000 +0.176757812500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.081542968750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.039062500000 0.180664062500 0.000000000000 0.186523437500 +0.072265625000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.227539062500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.074707031250 0.242187500000 0.115234375000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.287109375000 0.155273437500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.113281250000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.002761840820 0.003936767578 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.096679687500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.043212890625 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.211914062500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.025878906250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.045898437500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.011657714844 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.047607421875 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.092773437500 0.000000000000 +0.000000000000 0.172851562500 0.000000000000 0.000000000000 +0.187500000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.609375000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.141601562500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.190429687500 +0.000000000000 0.178710937500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.004791259766 0.000000000000 +0.000000000000 0.039794921875 0.000000000000 0.000000000000 +0.000000000000 0.035400390625 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.005859375000 0.000000000000 0.000000000000 0.000000000000 +0.202148437500 0.031738281250 0.101562500000 0.000000000000 +0.000000000000 0.000000000000 0.075195312500 0.015747070312 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.277343750000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.213867187500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.296875000000 0.161132812500 +0.115722656250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.122558593750 0.061035156250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.196289062500 0.000000000000 0.120117187500 +0.000000000000 0.000000000000 0.000000000000 0.097656250000 +0.000000000000 0.000000000000 0.120605468750 0.194335937500 +0.000000000000 0.000000000000 0.059326171875 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.220703125000 0.000000000000 0.011169433594 +0.014587402344 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000083446503 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.194335937500 0.073242187500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.175781250000 0.000000000000 +0.061279296875 0.116210937500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.375000000000 0.181640625000 +0.000000000000 0.017578125000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.211914062500 0.000000000000 0.000000000000 0.175781250000 +0.000000000000 0.108398437500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.090820312500 +0.225585937500 0.000000000000 0.052734375000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.046142578125 0.015258789062 0.112792968750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.216796875000 0.007812500000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.083496093750 +0.052978515625 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.145507812500 0.205078125000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.037109375000 +0.203125000000 0.073242187500 0.000000000000 0.000000000000 +0.088867187500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.023559570312 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.324218750000 +0.160156250000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.204101562500 +0.000000000000 0.000000000000 0.000000000000 0.132812500000 +0.060546875000 0.226562500000 0.000000000000 0.000000000000 +0.000000000000 0.098632812500 0.069335937500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.129882812500 0.000000000000 0.000000000000 0.000000000000 +0.049316406250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.208984375000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.166015625000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.139648437500 0.000000000000 +0.000000000000 0.080566406250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.118652343750 0.000000000000 +0.076660156250 0.277343750000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.083496093750 0.373046875000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.243164062500 0.257812500000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.150390625000 0.033935546875 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.232421875000 0.071289062500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.020507812500 0.000000000000 0.330078125000 0.062011718750 +0.138671875000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.006317138672 0.045410156250 0.073242187500 +0.048339843750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.062255859375 0.045898437500 0.055664062500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.046386718750 0.000000000000 0.000000000000 +0.000000000000 0.059814453125 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.111328125000 0.000000000000 +0.038818359375 0.000000000000 0.000000000000 0.107910156250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.216796875000 0.086914062500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.006164550781 0.000000000000 +0.000000000000 0.000000000000 0.347656250000 0.000000000000 +0.000000000000 0.120605468750 0.084960937500 0.188476562500 +0.000000000000 0.093261718750 0.049804687500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.190429687500 0.002532958984 0.000000000000 0.026245117188 +0.000000000000 0.000000000000 0.000000000000 0.006744384766 +0.159179687500 0.071289062500 0.000000000000 0.043457031250 +0.000000000000 0.142578125000 0.029418945312 0.056884765625 +0.000000000000 0.000000000000 0.000000000000 0.040039062500 +0.000000000000 0.000000000000 0.000000000000 0.121582031250 +0.000000000000 0.000000000000 0.051757812500 0.000000000000 +0.000000000000 0.000000000000 0.078613281250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.116699218750 +0.229492187500 0.000000000000 0.000000000000 0.002578735352 +0.000000000000 0.059570312500 0.040039062500 0.000000000000 +0.000000000000 0.000000000000 0.030029296875 0.005279541016 +0.000000000000 0.000000000000 0.048828125000 0.000000000000 +0.017333984375 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.170898437500 +0.208984375000 0.310546875000 0.000000000000 0.000000000000 +0.051513671875 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.064941406250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.014648437500 +0.257812500000 0.041015625000 0.198242187500 0.000000000000 +0.051513671875 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.143554687500 +0.231445312500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.011657714844 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.121093750000 0.000000000000 +0.030395507812 0.144531250000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.318359375000 +0.088378906250 0.059570312500 0.246093750000 0.285156250000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.047363281250 0.000000000000 +0.101562500000 0.081542968750 0.103515625000 0.216796875000 +0.000000000000 0.006439208984 0.000000000000 0.000000000000 +0.062988281250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.044677734375 0.045410156250 0.033447265625 +0.000000000000 0.000000000000 0.369140625000 0.091796875000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.140625000000 +0.105957031250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.034179687500 0.000000000000 +0.000000000000 0.000000000000 0.052978515625 0.000000000000 +0.000000000000 0.000000000000 0.043945312500 0.000000000000 +0.000000000000 0.000000000000 0.141601562500 0.000000000000 +0.000000000000 0.081542968750 0.068847656250 0.000000000000 +0.216796875000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.082031250000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.081054687500 +0.169921875000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.141601562500 0.146484375000 0.110351562500 0.000000000000 +0.000000000000 0.074218750000 0.000000000000 0.000000000000 +0.300781250000 0.000000000000 0.000000000000 0.062255859375 +0.000000000000 0.000000000000 0.000000000000 0.109863281250 +0.000000000000 0.000000000000 0.000000000000 0.341796875000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.012878417969 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.152343750000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.044921875000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.096679687500 +0.183593750000 0.158203125000 0.000000000000 0.005737304688 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.003372192383 0.199218750000 0.000000000000 0.000000000000 +0.002899169922 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.137695312500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.039306640625 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.016235351562 0.000000000000 +0.043945312500 0.000000000000 0.092773437500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.041259765625 0.003387451172 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.088867187500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.024414062500 0.000000000000 +0.045410156250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.035888671875 +0.000000000000 0.017700195312 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.306640625000 0.000000000000 +0.065429687500 0.061523437500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.145507812500 0.004821777344 0.000000000000 +0.000000000000 0.169921875000 0.000000000000 0.000000000000 +0.087402343750 0.000000000000 0.036132812500 0.000000000000 +0.020385742188 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.047119140625 +0.000000000000 0.018310546875 0.000000000000 0.010437011719 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.137695312500 0.000000000000 0.042236328125 +0.000000000000 0.172851562500 0.000000000000 0.213867187500 +0.089843750000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.196289062500 0.000000000000 0.025390625000 0.000000000000 +0.242187500000 0.000000000000 0.026489257812 0.000000000000 +0.212890625000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.166015625000 0.000000000000 0.000000000000 0.144531250000 +0.000000000000 0.000000000000 0.000000000000 0.147460937500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.231445312500 +0.054443359375 0.000000000000 0.000000000000 0.076171875000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.267578125000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.013671875000 0.143554687500 0.000000000000 +0.000000000000 0.126953125000 0.000000000000 0.000000000000 +0.000000000000 0.002502441406 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.005432128906 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.014709472656 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.009033203125 0.150390625000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.088867187500 +0.013122558594 0.000000000000 0.000000000000 0.171875000000 +0.170898437500 0.000000000000 0.000000000000 0.025390625000 +0.019409179688 0.000000000000 0.000000000000 0.000000000000 +0.003128051758 0.000000000000 0.028930664062 0.000000000000 +0.000000000000 0.000000000000 0.011596679688 0.065429687500 +0.000000000000 0.114746093750 0.472656250000 0.000000000000 +0.000000000000 0.085937500000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.419921875000 +0.000000000000 0.000000000000 0.000000000000 0.000499725342 +0.000000000000 0.000000000000 0.115234375000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.001602172852 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.044189453125 0.000000000000 0.000000000000 0.000000000000 +0.055664062500 0.066406250000 0.000000000000 0.000000000000 +0.000000000000 0.038330078125 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.055419921875 0.013244628906 +0.000000000000 0.000000000000 0.232421875000 0.000000000000 +0.189453125000 0.000000000000 0.062255859375 0.000000000000 +0.149414062500 0.000000000000 0.000000000000 0.000000000000 +0.074707031250 0.197265625000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.153320312500 0.084472656250 +0.006378173828 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.068359375000 0.086914062500 0.000000000000 +0.000000000000 0.008972167969 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.098632812500 0.083984375000 +0.000000000000 0.000000000000 0.000000000000 0.086914062500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.154296875000 0.000000000000 0.000000000000 +0.000000000000 0.029785156250 0.000000000000 0.000000000000 +0.000000000000 0.048095703125 0.074218750000 0.000000000000 +0.047851562500 0.000732421875 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.022460937500 0.349609375000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.004211425781 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.116699218750 0.298828125000 0.117187500000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.167968750000 0.000000000000 0.000000000000 0.188476562500 +0.033935546875 0.000000000000 0.000000000000 0.194335937500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.040283203125 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.009765625000 +0.135742187500 0.190429687500 0.073730468750 0.192382812500 +0.014038085938 0.000000000000 0.000000000000 0.061767578125 +0.000000000000 0.000000000000 0.045654296875 0.000000000000 +0.166015625000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.177734375000 0.167968750000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.012390136719 +0.015747070312 0.000000000000 0.124511718750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.308593750000 +0.000000000000 0.269531250000 0.027954101562 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.050292968750 +0.000000000000 0.222656250000 0.129882812500 0.079589843750 +0.211914062500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.004516601562 +0.095703125000 0.000000000000 0.102050781250 0.000000000000 +0.000000000000 0.016479492188 0.000000000000 0.000000000000 +0.000000000000 0.078125000000 0.060302734375 0.000000000000 +0.197265625000 0.150390625000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.007629394531 0.004699707031 0.102539062500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.091308593750 0.142578125000 0.170898437500 +0.000000000000 0.000000000000 0.000000000000 0.084472656250 +0.102539062500 0.000000000000 0.090820312500 0.000000000000 +0.000000000000 0.000000000000 0.007720947266 0.015136718750 +0.005432128906 0.000000000000 0.000000000000 0.000000000000 +0.070312500000 0.130859375000 0.201171875000 0.206054687500 +0.132812500000 0.154296875000 0.058349609375 0.000000000000 +0.033691406250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.144531250000 0.027465820312 0.082519531250 +0.031494140625 0.082519531250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.071289062500 +0.208984375000 0.203125000000 0.209960937500 0.000000000000 +0.000000000000 0.082519531250 0.028930664062 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.215820312500 0.105468750000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.009704589844 0.000000000000 0.000000000000 +0.000000000000 0.178710937500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.025512695312 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.255859375000 0.000000000000 0.152343750000 0.000000000000 +0.007263183594 0.000000000000 0.000000000000 0.121093750000 +0.000000000000 0.000000000000 0.082031250000 0.000000000000 +0.000000000000 0.000000000000 0.041259765625 0.027832031250 +0.000000000000 0.265625000000 0.084960937500 0.000000000000 +0.000000000000 0.038085937500 0.000000000000 0.188476562500 +0.000000000000 0.055175781250 0.113281250000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.125000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.065917968750 0.208007812500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.027343750000 0.000000000000 0.255859375000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.384765625000 +0.044433593750 0.398437500000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.216796875000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.038330078125 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000984191895 0.124511718750 0.064941406250 0.030273437500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.131835937500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.048583984375 0.000000000000 0.076171875000 0.000000000000 +0.271484375000 0.185546875000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.010986328125 +0.188476562500 0.003356933594 0.197265625000 0.004089355469 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.008117675781 0.126953125000 0.296875000000 0.146484375000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.220703125000 0.292968750000 0.120605468750 +0.328125000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.031127929688 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.174804687500 +0.000000000000 0.008483886719 0.099609375000 0.000000000000 +0.083984375000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.020751953125 0.002624511719 +0.054931640625 0.075683593750 0.000000000000 0.083496093750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.198242187500 0.078613281250 +0.053955078125 0.208984375000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.150390625000 +0.112792968750 0.083984375000 0.000000000000 0.000000000000 +0.052734375000 0.000000000000 0.166015625000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.053710937500 0.087890625000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.135742187500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.118164062500 +0.000000000000 0.136718750000 0.320312500000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.067871093750 0.000000000000 0.006408691406 +0.000000000000 0.061523437500 0.005523681641 0.000000000000 +0.056152343750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.044189453125 +0.041992187500 0.000000000000 0.000000000000 0.000000000000 +0.074218750000 0.074707031250 0.050537109375 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.107421875000 0.145507812500 0.285156250000 +0.164062500000 0.000000000000 0.000000000000 0.000000000000 +0.065429687500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.015563964844 +0.245117187500 0.028930664062 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.031250000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.042480468750 0.267578125000 0.241210937500 +0.151367187500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.015380859375 0.068359375000 +0.000000000000 0.105957031250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.084960937500 0.088378906250 +0.139648437500 0.009643554688 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.004882812500 +0.081054687500 0.068359375000 0.136718750000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.156250000000 +0.027465820312 0.349609375000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.055175781250 0.002151489258 0.000000000000 0.062011718750 +0.044921875000 0.159179687500 0.000000000000 0.007324218750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.138671875000 0.229492187500 0.130859375000 0.073242187500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.016723632812 0.043212890625 0.047363281250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.036621093750 0.041992187500 0.068847656250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.253906250000 0.188476562500 0.161132812500 +0.084960937500 0.111816406250 0.216796875000 0.000000000000 +0.084960937500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.033447265625 0.000000000000 0.091796875000 +0.059570312500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.204101562500 0.024414062500 0.170898437500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.163085937500 0.134765625000 0.255859375000 +0.114257812500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.228515625000 0.306640625000 0.166015625000 0.023803710938 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.022583007812 0.077148437500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.045898437500 0.062500000000 0.000000000000 0.082031250000 +0.000000000000 0.045166015625 0.065429687500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.034423828125 0.000000000000 +0.062988281250 0.000000000000 0.130859375000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.072753906250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.004364013672 0.079101562500 +0.073730468750 0.018920898438 0.016967773438 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.066406250000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.029296875000 0.004516601562 +0.065429687500 0.116210937500 0.000000000000 0.048095703125 +0.093261718750 0.000000000000 0.123046875000 0.033447265625 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.045410156250 0.000000000000 0.041015625000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.227539062500 0.037841796875 +0.376953125000 0.159179687500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.032470703125 +0.155273437500 0.235351562500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.012023925781 0.057861328125 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.175781250000 0.055664062500 0.089355468750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.283203125000 0.013244628906 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.147460937500 0.188476562500 +0.023193359375 0.022583007812 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.121093750000 +0.296875000000 0.185546875000 0.205078125000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.218750000000 0.251953125000 0.102050781250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.052734375000 0.447265625000 0.083496093750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.072265625000 0.000000000000 0.000000000000 0.171875000000 +0.253906250000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.057861328125 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.044189453125 0.118652343750 0.151367187500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.125976562500 0.392578125000 +0.326171875000 0.122558593750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.227539062500 0.127929687500 0.095214843750 0.193359375000 +0.000000000000 0.000000000000 0.050292968750 0.091796875000 +0.078613281250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.042968750000 0.222656250000 0.153320312500 +0.088378906250 0.040283203125 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.042480468750 +0.050781250000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.084960937500 0.077148437500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.242187500000 0.279296875000 0.154296875000 0.077636718750 +0.000000000000 0.000000000000 0.011474609375 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.195312500000 0.068847656250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.208984375000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.067871093750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.031738281250 0.049316406250 +0.127929687500 0.195312500000 0.071289062500 0.000000000000 +0.000000000000 0.107910156250 0.000000000000 0.048583984375 +0.064453125000 0.175781250000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.019775390625 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.020629882812 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.026611328125 +0.308593750000 0.398437500000 0.111328125000 0.177734375000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.160156250000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.003005981445 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.050048828125 0.000000000000 0.199218750000 0.062011718750 +0.000000000000 0.000000000000 0.000000000000 0.033935546875 +0.000000000000 0.000000000000 0.103515625000 0.000000000000 +0.000000000000 0.000000000000 0.051757812500 0.035400390625 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.120605468750 0.079101562500 0.169921875000 +0.125976562500 0.029296875000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.098144531250 0.063964843750 0.144531250000 +0.035888671875 0.128906250000 0.203125000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.008972167969 0.151367187500 +0.099121093750 0.007385253906 0.050781250000 0.000000000000 +0.000000000000 0.000000000000 0.048583984375 0.227539062500 +0.212890625000 0.178710937500 0.184570312500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.015258789062 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.066894531250 0.000000000000 +0.024291992188 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.075195312500 +0.230468750000 0.169921875000 0.092773437500 0.000000000000 +0.014038085938 0.000000000000 0.129882812500 0.059326171875 +0.014709472656 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.143554687500 0.225585937500 +0.178710937500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.069824218750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.064453125000 0.146484375000 0.343750000000 0.363281250000 +0.127929687500 0.052978515625 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.012634277344 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.054931640625 +0.098144531250 0.000000000000 0.000000000000 0.070312500000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.023803710938 0.025390625000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.058837890625 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.163085937500 +0.205078125000 0.289062500000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.209960937500 0.053955078125 0.088378906250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.065429687500 +0.004333496094 0.094726562500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.061035156250 0.000000000000 +0.114746093750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.213867187500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.062988281250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.304687500000 +0.000000000000 0.018554687500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.425781250000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.064453125000 0.067382812500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.247070312500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.126953125000 0.000000000000 0.023193359375 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.269531250000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.145507812500 0.000000000000 0.006286621094 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.527343750000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.025878906250 0.191406250000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.213867187500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.153320312500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.061523437500 0.000000000000 0.000000000000 0.000000000000 +0.088867187500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.177734375000 0.455078125000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.056152343750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.165039062500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.259765625000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.139648437500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.248046875000 0.000000000000 +0.000000000000 0.000000000000 0.146484375000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.067871093750 +0.000000000000 0.000000000000 0.000000000000 0.071289062500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.022094726562 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.108398437500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.050781250000 0.000000000000 0.000000000000 0.000000000000 +0.154296875000 0.160156250000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.363281250000 0.000000000000 0.072753906250 0.000000000000 +0.050292968750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.183593750000 +0.000000000000 0.000000000000 0.000000000000 0.091308593750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.271484375000 0.000000000000 0.036376953125 0.080566406250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.028076171875 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.039062500000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.022583007812 +0.267578125000 0.000000000000 0.000000000000 0.000000000000 +0.081054687500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.239257812500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.296875000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.029541015625 0.000000000000 0.070312500000 0.000000000000 +0.052246093750 0.000000000000 0.007171630859 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.265625000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.162109375000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.045654296875 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.083496093750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.206054687500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.003890991211 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.200195312500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.013427734375 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.010253906250 0.000000000000 +0.000000000000 0.000000000000 0.000213623047 0.291015625000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.029296875000 0.318359375000 0.010864257812 0.000000000000 +0.000000000000 0.151367187500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.212890625000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.140625000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.263671875000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.139648437500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.155273437500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.010192871094 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.190429687500 0.000000000000 +0.016601562500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.171875000000 0.207031250000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.147460937500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.091308593750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.083007812500 0.000000000000 0.084472656250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.033691406250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.037109375000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.041992187500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.068847656250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.367187500000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.007507324219 +0.000000000000 0.000000000000 0.000000000000 0.029907226562 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.117187500000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.018066406250 0.000000000000 +0.000000000000 0.000000000000 0.310546875000 0.000000000000 +0.000000000000 0.000000000000 0.108398437500 0.000000000000 +0.082031250000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.053955078125 0.000000000000 +0.062255859375 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.003372192383 0.000000000000 0.000972747803 +0.000000000000 0.021240234375 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.109863281250 +0.020629882812 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.067382812500 0.000000000000 0.078125000000 +0.000000000000 0.000000000000 0.000000000000 0.386718750000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.047119140625 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.065917968750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.044677734375 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.095703125000 +0.138671875000 0.373046875000 0.013977050781 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.007476806641 +0.146484375000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.126953125000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.073730468750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.065429687500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.218750000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.127929687500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.035888671875 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.171875000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.030395507812 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.255859375000 0.128906250000 0.421875000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.029296875000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.148437500000 0.236328125000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.464843750000 0.474609375000 0.285156250000 +0.055175781250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.042236328125 0.169921875000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.019042968750 0.085937500000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.316406250000 0.500000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.048828125000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.320312500000 0.306640625000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.021606445312 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.155273437500 +0.199218750000 0.108886718750 0.059326171875 0.145507812500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.024291992188 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.267578125000 0.026367187500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.261718750000 +0.193359375000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.111328125000 +0.000000000000 0.000000000000 0.023925781250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.187500000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.109375000000 0.204101562500 0.162109375000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.215820312500 0.118164062500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.098144531250 0.023681640625 +0.183593750000 0.147460937500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.089355468750 +0.135742187500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.152343750000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.129882812500 0.211914062500 0.203125000000 0.064453125000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.208007812500 0.000000000000 0.157226562500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.013916015625 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.036865234375 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.020629882812 0.101562500000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.160156250000 0.404296875000 0.184570312500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.310546875000 0.084960937500 +0.294921875000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.070800781250 +0.000000000000 0.000000000000 0.018920898438 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.474609375000 0.625000000000 0.558593750000 +0.150390625000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.250000000000 0.011657714844 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.099121093750 +0.255859375000 0.042724609375 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.174804687500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.083984375000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.069824218750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.092773437500 0.227539062500 0.166015625000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.105468750000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.089355468750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.032226562500 +0.059814453125 0.000000000000 0.000000000000 0.000000000000 +0.025390625000 0.229492187500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.020996093750 0.000000000000 +0.128906250000 0.120605468750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.060791015625 0.122558593750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.009704589844 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.249023437500 +0.531250000000 0.246093750000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.097167968750 0.042968750000 0.023925781250 0.511718750000 +0.205078125000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.152343750000 0.388671875000 0.181640625000 +0.304687500000 0.000000000000 0.000000000000 0.000000000000 +0.021728515625 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.061767578125 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.055664062500 +0.103027343750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.292968750000 0.308593750000 +0.028930664062 0.000000000000 0.000000000000 0.034179687500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.226562500000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.419921875000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.045166015625 0.425781250000 0.390625000000 +0.042968750000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.008422851562 0.000000000000 0.000000000000 0.061279296875 +0.000000000000 0.000000000000 0.000000000000 0.006500244141 +0.000000000000 0.040771484375 0.158203125000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.009460449219 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000099182129 0.098144531250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.051513671875 +0.048339843750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.144531250000 0.296875000000 +0.142578125000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.065429687500 +0.094726562500 0.000000000000 0.165039062500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.378906250000 0.449218750000 0.212890625000 0.231445312500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.023193359375 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.172851562500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.041503906250 +0.130859375000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.148437500000 0.172851562500 +0.092285156250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.249023437500 +0.076171875000 0.296875000000 0.250000000000 0.065917968750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.041503906250 0.054931640625 0.085449218750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.027343750000 0.011230468750 0.065429687500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.010742187500 0.158203125000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.269531250000 0.269531250000 0.103515625000 +0.185546875000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.007171630859 0.215820312500 0.703125000000 0.257812500000 +0.086425781250 0.003005981445 0.115234375000 0.057861328125 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.017333984375 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.177734375000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.004486083984 +0.044433593750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.250000000000 0.053222656250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.190429687500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.107421875000 +0.151367187500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.029907226562 0.000000000000 +0.000000000000 0.000000000000 0.190429687500 0.138671875000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.263671875000 0.000000000000 0.228515625000 +0.000000000000 0.000000000000 0.000000000000 0.052001953125 +0.124511718750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.125976562500 +0.070312500000 0.000000000000 0.000000000000 0.000000000000 +0.026977539062 0.000000000000 0.008728027344 0.235351562500 +0.140625000000 0.000000000000 0.000000000000 0.018920898438 +0.000000000000 0.000000000000 0.006164550781 0.000000000000 +0.111328125000 0.000000000000 0.074218750000 0.000000000000 +0.000000000000 0.000000000000 0.267578125000 0.000000000000 +0.000000000000 0.216796875000 0.000000000000 0.000000000000 +0.000000000000 0.097656250000 0.000000000000 0.000000000000 +0.000000000000 0.052978515625 0.000000000000 0.034423828125 +0.000000000000 0.000000000000 0.000000000000 0.365234375000 +0.201171875000 0.083007812500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.003128051758 +0.431640625000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.089843750000 0.250000000000 0.000000000000 0.000000000000 +0.000000000000 0.326171875000 0.007354736328 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.140625000000 +0.178710937500 0.000000000000 0.000000000000 0.000000000000 +0.236328125000 0.000000000000 0.025024414062 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.087890625000 0.343750000000 0.000000000000 0.000000000000 +0.000000000000 0.433593750000 0.106445312500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.245117187500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.355468750000 0.480468750000 0.020263671875 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.074218750000 0.294921875000 0.000000000000 0.000000000000 +0.000000000000 0.158203125000 0.099121093750 0.000000000000 +0.227539062500 0.024169921875 0.000000000000 0.000000000000 +0.000000000000 0.011474609375 0.096191406250 0.097167968750 +0.000000000000 0.007720947266 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.171875000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.183593750000 +0.000000000000 0.000000000000 0.000000000000 0.316406250000 +0.118164062500 0.000000000000 0.000000000000 0.051757812500 +0.005676269531 0.000000000000 0.000000000000 0.000000000000 +0.166015625000 0.000000000000 0.000000000000 0.000000000000 +0.277343750000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.134765625000 0.000000000000 0.000000000000 +0.000000000000 0.011047363281 0.267578125000 0.000000000000 +0.000000000000 0.000000000000 0.139648437500 0.320312500000 +0.038818359375 0.000000000000 0.000000000000 0.000000000000 +0.062988281250 0.000000000000 0.000000000000 0.261718750000 +0.000000000000 0.000000000000 0.000000000000 0.104492187500 +0.269531250000 0.099609375000 0.000000000000 0.000000000000 +0.059326171875 0.000000000000 0.000000000000 0.056884765625 +0.136718750000 0.000000000000 0.000000000000 0.000000000000 +0.199218750000 0.000000000000 0.250000000000 0.030639648438 +0.000000000000 0.000000000000 0.223632812500 0.000000000000 +0.000000000000 0.000000000000 0.018432617188 0.000000000000 +0.137695312500 0.000000000000 0.000000000000 0.000000000000 +0.066894531250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.023681640625 +0.519531250000 0.300781250000 0.000000000000 0.000000000000 +0.000000000000 0.189453125000 0.000000000000 0.000000000000 +0.000000000000 0.308593750000 0.000000000000 0.028198242188 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.036621093750 0.122558593750 0.073242187500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.115234375000 0.357421875000 0.021484375000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.351562500000 0.000000000000 0.140625000000 +0.195312500000 0.000000000000 0.000000000000 0.000000000000 +0.216796875000 0.283203125000 0.000000000000 0.000000000000 +0.003601074219 0.086914062500 0.000000000000 0.000000000000 +0.000000000000 0.218750000000 0.071777343750 0.000000000000 +0.000000000000 0.000000000000 0.097167968750 0.000000000000 +0.000000000000 0.000000000000 0.103515625000 0.468750000000 +0.000000000000 0.000000000000 0.000000000000 0.163085937500 +0.000000000000 0.000000000000 0.000000000000 0.011718750000 +0.158203125000 0.147460937500 0.000000000000 0.000000000000 +0.000000000000 0.152343750000 0.000000000000 0.000000000000 +0.000000000000 0.084472656250 0.091308593750 0.000000000000 +0.000000000000 0.086425781250 0.230468750000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.116699218750 0.014221191406 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.232421875000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.180664062500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.152343750000 0.000000000000 0.111328125000 0.000000000000 +0.059570312500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.049316406250 0.176757812500 0.000000000000 +0.000000000000 0.000000000000 0.136718750000 0.047851562500 +0.000000000000 0.000000000000 0.010925292969 0.000000000000 +0.030517578125 0.273437500000 0.180664062500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.079589843750 0.088378906250 +0.281250000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.001480102539 0.062988281250 0.088867187500 +0.000000000000 0.116210937500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.070800781250 0.000000000000 +0.000000000000 0.000000000000 0.253906250000 0.196289062500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.183593750000 0.000000000000 0.096191406250 0.040039062500 +0.000000000000 0.000000000000 0.019653320312 0.000000000000 +0.000000000000 0.095703125000 0.210937500000 0.000000000000 +0.000000000000 0.000000000000 0.110839843750 0.000000000000 +0.000000000000 0.000000000000 0.184570312500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.102539062500 0.000000000000 0.000000000000 +0.013854980469 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.061767578125 0.022216796875 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.088867187500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.163085937500 0.000000000000 +0.015625000000 0.000000000000 0.019775390625 0.000000000000 +0.000000000000 0.000000000000 0.253906250000 0.000000000000 +0.000000000000 0.000000000000 0.059570312500 0.000000000000 +0.213867187500 0.000000000000 0.073242187500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.176757812500 0.193359375000 0.116210937500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.289062500000 +0.133789062500 0.011535644531 0.000000000000 0.000000000000 +0.000000000000 0.324218750000 0.000000000000 0.100097656250 +0.000000000000 0.000000000000 0.000000000000 0.283203125000 +0.043212890625 0.056884765625 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.322265625000 0.238281250000 +0.000000000000 0.000000000000 0.007873535156 0.001533508301 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.053466796875 0.100585937500 +0.001556396484 0.173828125000 0.000000000000 0.000000000000 +0.025512695312 0.239257812500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.026000976562 0.000000000000 +0.000000000000 0.283203125000 0.000000000000 0.000000000000 +0.000000000000 0.154296875000 0.000000000000 0.000000000000 +0.000000000000 0.163085937500 0.396484375000 0.131835937500 +0.051269531250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.091308593750 0.000000000000 0.000000000000 +0.484375000000 0.071777343750 0.000000000000 0.000000000000 +0.085449218750 0.180664062500 0.000000000000 0.000000000000 +0.000000000000 0.337890625000 0.367187500000 0.217773437500 +0.000000000000 0.000000000000 0.000000000000 0.231445312500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.154296875000 0.031738281250 0.179687500000 0.036132812500 +0.000000000000 0.000000000000 0.001159667969 0.197265625000 +0.201171875000 0.000000000000 0.000000000000 0.018920898438 +0.198242187500 0.000000000000 0.000000000000 0.000000000000 +0.182617187500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.116699218750 0.000000000000 +0.205078125000 0.000000000000 0.000000000000 0.000000000000 +0.072265625000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.063964843750 0.096191406250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.213867187500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.369140625000 0.419921875000 0.000000000000 +0.000000000000 0.000000000000 0.165039062500 0.396484375000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.183593750000 0.000000000000 0.000000000000 0.000000000000 +0.014282226562 0.030029296875 0.000000000000 0.000000000000 +0.000000000000 0.139648437500 0.229492187500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.229492187500 0.198242187500 0.124023437500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.222656250000 +0.000000000000 0.000000000000 0.050537109375 0.084472656250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.108398437500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.132812500000 0.230468750000 +0.000000000000 0.000000000000 0.075683593750 0.054199218750 +0.000000000000 0.000000000000 0.067382812500 0.148437500000 +0.000000000000 0.000000000000 0.011291503906 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.308593750000 +0.353515625000 0.000000000000 0.000000000000 0.000000000000 +0.059326171875 0.077148437500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.034179687500 0.000000000000 +0.000000000000 0.000000000000 0.378906250000 0.028076171875 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.078613281250 0.027709960938 0.000000000000 0.000000000000 +0.181640625000 0.173828125000 0.000000000000 0.000000000000 +0.133789062500 0.466796875000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.104003906250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.052246093750 0.000000000000 +0.000000000000 0.000000000000 0.206054687500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.117187500000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.002807617188 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.201171875000 +0.175781250000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.046386718750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.016723632812 +0.169921875000 0.003265380859 0.000000000000 0.000000000000 +0.000000000000 0.088867187500 0.000000000000 0.146484375000 +0.000000000000 0.000000000000 0.000000000000 0.093750000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.006835937500 0.191406250000 0.055419921875 0.000000000000 +0.000000000000 0.177734375000 0.029785156250 0.000000000000 +0.000000000000 0.000000000000 0.302734375000 0.176757812500 +0.000000000000 0.000000000000 0.000000000000 0.021118164062 +0.000000000000 0.000000000000 0.218750000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.361328125000 0.000000000000 0.000000000000 +0.000000000000 0.144531250000 0.029052734375 0.363281250000 +0.000000000000 0.000000000000 0.000000000000 0.187500000000 +0.000000000000 0.000000000000 0.000000000000 0.113281250000 +0.045898437500 0.194335937500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.040283203125 +0.000000000000 0.000000000000 0.000000000000 0.261718750000 +0.020751953125 0.000000000000 0.000000000000 0.032226562500 +0.092773437500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.036376953125 0.000000000000 0.000000000000 +0.007720947266 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.035156250000 0.149414062500 0.000000000000 +0.000013887882 0.000000000000 0.000000000000 0.000000000000 +0.000862121582 0.016967773438 0.082519531250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.081542968750 0.051757812500 +0.000000000000 0.000000000000 0.077636718750 0.064941406250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.074218750000 0.291015625000 0.061035156250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.096679687500 +0.041015625000 0.000000000000 0.000000000000 0.000000000000 +0.100097656250 0.039794921875 0.055908203125 0.000000000000 +0.000000000000 0.000000000000 0.164062500000 0.206054687500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.138671875000 0.289062500000 0.000000000000 0.000000000000 +0.000000000000 0.009582519531 0.000000000000 0.161132812500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.197265625000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.009033203125 0.128906250000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.074218750000 0.000000000000 +0.296875000000 0.035644531250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.174804687500 0.000000000000 +0.000000000000 0.000000000000 0.042724609375 0.345703125000 +0.000000000000 0.000000000000 0.000000000000 0.265625000000 +0.000000000000 0.000000000000 0.000000000000 0.205078125000 +0.000000000000 0.018920898438 0.158203125000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.016113281250 0.000000000000 0.009887695312 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.302734375000 0.000000000000 0.000000000000 0.000000000000 +0.069335937500 0.000000000000 0.000000000000 0.292968750000 +0.000000000000 0.060058593750 0.000000000000 0.000000000000 +0.000000000000 0.361328125000 0.000000000000 0.000000000000 +0.000000000000 0.136718750000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.189453125000 0.081054687500 +0.000000000000 0.000000000000 0.000000000000 0.141601562500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.013732910156 0.390625000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.078613281250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.171875000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.104492187500 0.235351562500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.041259765625 0.000000000000 +0.000000000000 0.139648437500 0.000000000000 0.000000000000 +0.000000000000 0.066894531250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.065917968750 +0.000000000000 0.000000000000 0.000000000000 0.240234375000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.004394531250 0.000000000000 +0.012573242188 0.000000000000 0.000000000000 0.000000000000 +0.070800781250 0.000000000000 0.123535156250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.042968750000 0.113769531250 0.000000000000 +0.000000000000 0.003341674805 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.154296875000 +0.000000000000 0.000000000000 0.197265625000 0.042236328125 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.015502929688 0.000000000000 +0.000000000000 0.043212890625 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.017822265625 0.000000000000 0.070800781250 0.000000000000 +0.011657714844 0.000000000000 0.011291503906 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.139648437500 +0.000000000000 0.000000000000 0.000000000000 0.150390625000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.345703125000 0.339843750000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.009582519531 0.083007812500 +0.010864257812 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.104980468750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.109375000000 0.006835937500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.106445312500 0.000000000000 0.000000000000 +0.106445312500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.089355468750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.022705078125 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.020385742188 0.000000000000 0.000000000000 +0.000000000000 0.466796875000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.123046875000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.341796875000 +0.020385742188 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.328125000000 0.040283203125 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.062255859375 +0.125000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.022460937500 +0.000000000000 0.000000000000 0.100585937500 0.000000000000 +0.000000000000 0.000000000000 0.300781250000 0.000000000000 +0.000000000000 0.000000000000 0.215820312500 0.000000000000 +0.000000000000 0.000000000000 0.101074218750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.328125000000 +0.000000000000 0.008728027344 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.045654296875 0.000000000000 0.000000000000 0.000000000000 +0.105957031250 0.000000000000 0.115722656250 0.000000000000 +0.000000000000 0.000000000000 0.074218750000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.221679687500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.131835937500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.107910156250 +0.000000000000 0.104003906250 0.000000000000 0.056152343750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.127929687500 0.000000000000 0.000000000000 0.000000000000 +0.040771484375 0.000000000000 0.000000000000 0.144531250000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.121093750000 +0.000000000000 0.183593750000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.091308593750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.048583984375 0.000000000000 0.000000000000 0.000000000000 +0.091308593750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.181640625000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.119140625000 0.000000000000 0.000000000000 +0.000000000000 0.191406250000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.332031250000 0.046142578125 0.000000000000 0.063476562500 +0.140625000000 0.000000000000 0.000000000000 0.063476562500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.074218750000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.183593750000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.294921875000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.076660156250 +0.000000000000 0.036376953125 0.000000000000 0.158203125000 +0.000000000000 0.000000000000 0.002334594727 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.166015625000 0.000000000000 +0.007019042969 0.000000000000 0.107910156250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.294921875000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.180664062500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.132812500000 0.000000000000 0.000000000000 0.136718750000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.216796875000 0.174804687500 +0.153320312500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.112304687500 0.004699707031 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.182617187500 0.042236328125 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.035156250000 0.035400390625 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.121582031250 0.121582031250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.192382812500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.187500000000 0.000000000000 0.000000000000 +0.000000000000 0.006072998047 0.000000000000 0.036132812500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.012329101562 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.052978515625 +0.000000000000 0.298828125000 0.000000000000 0.000000000000 +0.135742187500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.004943847656 0.000000000000 0.000000000000 +0.149414062500 0.332031250000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.088867187500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.292968750000 0.135742187500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.113769531250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.149414062500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.003036499023 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.029663085938 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.081542968750 0.008605957031 0.000000000000 +0.000000000000 0.125976562500 0.000000000000 0.000000000000 +0.000000000000 0.020263671875 0.000000000000 0.199218750000 +0.000000000000 0.000000000000 0.000000000000 0.043457031250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.119140625000 +0.032958984375 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.191406250000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.065429687500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.031738281250 0.150390625000 0.000000000000 0.009277343750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.040039062500 0.269531250000 0.000000000000 +0.178710937500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.343750000000 0.047363281250 0.000000000000 0.056640625000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.253906250000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.166992187500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.011962890625 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.182617187500 0.022705078125 0.159179687500 0.000000000000 +0.158203125000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.129882812500 0.142578125000 0.000000000000 +0.022583007812 0.104492187500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.075195312500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.400390625000 0.416015625000 +0.267578125000 0.357421875000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.088867187500 0.095703125000 0.000119209290 0.003051757812 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.023071289062 0.000000000000 0.000000000000 0.105957031250 +0.039306640625 0.000000000000 0.172851562500 0.031494140625 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.143554687500 0.097656250000 0.281250000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.023193359375 0.003784179688 0.000000000000 +0.523437500000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.018676757812 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.088867187500 0.000000000000 0.000000000000 0.097167968750 +0.000000000000 0.000000000000 0.226562500000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.018188476562 0.000000000000 0.137695312500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.333984375000 0.070800781250 +0.010131835938 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.003906250000 0.000000000000 +0.000000000000 0.083007812500 0.000000000000 0.000000000000 +0.005981445312 0.072265625000 0.000000000000 0.000000000000 +0.042724609375 0.008361816406 0.088378906250 0.102050781250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.026489257812 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.104492187500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.156250000000 0.199218750000 0.040771484375 +0.000000000000 0.000000000000 0.000000000000 0.027343750000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.056640625000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000463485718 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.250000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.063476562500 0.291015625000 +0.166015625000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.041015625000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.310546875000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.071289062500 0.097656250000 0.146484375000 +0.164062500000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.031250000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.078125000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.091796875000 +0.406250000000 0.077148437500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.201171875000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.077636718750 0.408203125000 +0.267578125000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.051513671875 0.116210937500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.059570312500 0.116210937500 +0.006835937500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.073730468750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.078613281250 0.125000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.088867187500 0.001350402832 +0.000000000000 0.100585937500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.146484375000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.022094726562 0.000000000000 0.000000000000 +0.018554687500 0.170898437500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.008911132812 0.237304687500 0.226562500000 +0.134765625000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.151367187500 0.187500000000 +0.158203125000 0.179687500000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.009033203125 0.182617187500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.008911132812 0.057128906250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.051025390625 0.218750000000 0.071289062500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.398437500000 0.337890625000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.023193359375 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.013122558594 0.160156250000 0.000000000000 0.033203125000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.025878906250 0.103027343750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.123046875000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.060058593750 0.143554687500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.023803710938 0.126953125000 0.259765625000 0.296875000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.097167968750 0.000000000000 +0.101562500000 0.247070312500 0.239257812500 0.194335937500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.132812500000 0.000000000000 +0.043457031250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.053710937500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.056396484375 +0.000000000000 0.000000000000 0.002349853516 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.035400390625 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.004821777344 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.075683593750 0.000000000000 0.043945312500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.190429687500 0.148437500000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.044433593750 +0.000000000000 0.000000000000 0.000000000000 0.077636718750 +0.134765625000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.089355468750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.202148437500 0.147460937500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.134765625000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.131835937500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.122558593750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.180664062500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.022827148438 0.165039062500 0.116210937500 0.165039062500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.072753906250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.072753906250 0.369140625000 +0.255859375000 0.159179687500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.109375000000 0.073730468750 0.126953125000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.072265625000 0.000000000000 +0.080078125000 0.000000000000 0.000000000000 0.000000000000 +0.243164062500 0.000000000000 0.014038085938 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.145507812500 0.177734375000 0.071777343750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.046386718750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.138671875000 +0.000000000000 0.182617187500 0.378906250000 0.371093750000 +0.398437500000 0.061279296875 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.070312500000 0.056640625000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.034912109375 0.000000000000 +0.130859375000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.060546875000 0.098632812500 +0.134765625000 0.000000000000 0.099609375000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.006164550781 0.035400390625 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.137695312500 +0.208007812500 0.004608154297 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.120605468750 +0.134765625000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.002227783203 0.000000000000 0.171875000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.105957031250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.093750000000 0.039306640625 +0.097656250000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.021484375000 0.000000000000 0.000000000000 0.000000000000 +0.001792907715 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.074218750000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.064941406250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.086914062500 0.061767578125 0.208007812500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.092285156250 0.071289062500 +0.237304687500 0.050048828125 0.226562500000 0.000000000000 +0.043212890625 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.104003906250 +0.226562500000 0.019531250000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.089355468750 0.060058593750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.083007812500 +0.000000000000 0.030151367188 0.034912109375 0.000000000000 +0.000000000000 0.051269531250 0.000000000000 0.000000000000 +0.146484375000 0.048095703125 0.039550781250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.004394531250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.071289062500 0.009399414062 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.156250000000 0.208984375000 0.145507812500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.058105468750 0.480468750000 0.296875000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.045166015625 0.057617187500 0.414062500000 +0.221679687500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.122070312500 +0.180664062500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.269531250000 0.081542968750 0.039062500000 +0.000000000000 0.000000000000 0.073730468750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.062988281250 +0.000000000000 0.000000000000 0.012695312500 0.218750000000 +0.027099609375 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.136718750000 0.121093750000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.010437011719 0.000000000000 0.000000000000 0.032226562500 +0.000000000000 0.032714843750 0.013610839844 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.063476562500 0.177734375000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.080566406250 0.041992187500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.132812500000 0.000000000000 0.000000000000 0.029052734375 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.121582031250 0.103515625000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.055664062500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.092773437500 0.103027343750 +0.091308593750 0.095214843750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.249023437500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.164062500000 0.291015625000 0.035644531250 0.000000000000 +0.016723632812 0.025390625000 0.000000000000 0.026000976562 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.091308593750 0.088867187500 0.000000000000 0.228515625000 +0.115722656250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.012268066406 +0.079589843750 0.016357421875 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.097656250000 0.067871093750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.055664062500 0.000000000000 +0.105957031250 0.166015625000 0.326171875000 0.177734375000 +0.320312500000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.062500000000 +0.000000000000 0.291015625000 0.251953125000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.110839843750 0.184570312500 0.047119140625 0.137695312500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.044189453125 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.038818359375 0.000000000000 +0.000000000000 0.101562500000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.007171630859 0.116210937500 0.277343750000 0.046142578125 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.007141113281 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.043701171875 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.367187500000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.005310058594 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.120117187500 0.000000000000 +0.000000000000 0.055664062500 0.000000000000 0.000000000000 +0.121582031250 0.000000000000 0.000000000000 0.020385742188 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.006103515625 0.000000000000 0.206054687500 +0.047119140625 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000461578369 0.000000000000 0.081542968750 0.000000000000 +0.008300781250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.084472656250 0.088867187500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.006805419922 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.139648437500 0.104492187500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.077636718750 0.215820312500 0.002365112305 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.079101562500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.002441406250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.129882812500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.008178710938 0.277343750000 +0.230468750000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.162109375000 +0.193359375000 0.000000000000 0.000000000000 0.185546875000 +0.000000000000 0.082519531250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.063476562500 0.132812500000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.047119140625 0.281250000000 0.198242187500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.071289062500 0.000000000000 0.032714843750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.034423828125 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.083496093750 +0.000000000000 0.000000000000 0.044433593750 0.081542968750 +0.033935546875 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.065917968750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.063964843750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.057128906250 +0.000000000000 0.016357421875 0.000000000000 0.000000000000 +0.100585937500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.162109375000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.241210937500 0.281250000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.240234375000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.065429687500 0.000000000000 0.032470703125 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.099609375000 0.067871093750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.093261718750 0.000000000000 0.200195312500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.065429687500 0.277343750000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.004180908203 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.104003906250 0.027221679688 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.058593750000 0.045410156250 0.306640625000 0.205078125000 +0.318359375000 0.081054687500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000446319580 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.216796875000 0.213867187500 0.186523437500 0.017700195312 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.117187500000 0.000000000000 0.140625000000 +0.123046875000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.105468750000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.164062500000 0.087402343750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.161132812500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.015441894531 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.251953125000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.138671875000 0.129882812500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.012145996094 0.019653320312 +0.066894531250 0.020751953125 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.187500000000 +0.057373046875 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.074218750000 +0.000000000000 0.000000000000 0.230468750000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.225585937500 0.279296875000 +0.064941406250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.098632812500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.166992187500 0.163085937500 0.000000000000 0.000000000000 +0.000000000000 0.027832031250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.066894531250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.140625000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.088378906250 0.134765625000 +0.060058593750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.050781250000 0.221679687500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.026123046875 0.205078125000 0.097167968750 +0.119628906250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.208007812500 0.208984375000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.119140625000 0.000000000000 0.000000000000 0.024658203125 +0.000000000000 0.000000000000 0.047607421875 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.018432617188 +0.149414062500 0.192382812500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.129882812500 0.237304687500 0.332031250000 0.300781250000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.302734375000 0.269531250000 +0.183593750000 0.000000000000 0.000000000000 0.000000000000 +0.067382812500 0.176757812500 0.212890625000 0.150390625000 +0.040527343750 0.156250000000 0.120605468750 0.000000000000 +0.000000000000 0.000000000000 0.082519531250 0.148437500000 +0.094238281250 0.000000000000 0.000000000000 0.002395629883 +0.031738281250 0.017822265625 0.055664062500 0.157226562500 +0.062011718750 0.047119140625 0.051025390625 0.119140625000 +0.086425781250 0.028808593750 0.000000000000 0.000000000000 +0.000000000000 0.126953125000 0.071289062500 0.056640625000 +0.023803710938 0.000000000000 0.029785156250 0.218750000000 +0.066894531250 0.000000000000 0.090332031250 0.042480468750 +0.000000000000 0.000000000000 0.109375000000 0.174804687500 +0.022583007812 0.039550781250 0.082031250000 0.115722656250 +0.000000000000 0.000000000000 0.084472656250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.064941406250 0.000000000000 +0.006958007812 0.000000000000 0.000000000000 0.000000000000 +0.042480468750 0.065917968750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.069335937500 0.097167968750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.080566406250 0.021972656250 0.000000000000 0.107421875000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.273437500000 0.173828125000 +0.000000000000 0.117187500000 0.070312500000 0.014404296875 +0.247070312500 0.131835937500 0.000000000000 0.000000000000 +0.000000000000 0.023071289062 0.114746093750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.011108398438 0.003906250000 +0.002502441406 0.000000000000 0.000000000000 0.000000000000 +0.003524780273 0.037353515625 0.000000000000 0.000000000000 +0.000000000000 0.148437500000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.060791015625 0.000000000000 0.028808593750 +0.071289062500 0.000000000000 0.000000000000 0.000000000000 +0.038818359375 0.047607421875 0.090332031250 0.243164062500 +0.003219604492 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.027465820312 0.012878417969 0.000000000000 +0.037597656250 0.055419921875 0.000000000000 0.000000000000 +0.154296875000 0.032958984375 0.000000000000 0.000000000000 +0.000000000000 0.119628906250 0.114746093750 0.157226562500 +0.156250000000 0.064941406250 0.083007812500 0.145507812500 +0.021362304688 0.000000000000 0.133789062500 0.030761718750 +0.009338378906 0.095214843750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.179687500000 0.000000000000 0.000000000000 0.050292968750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.035156250000 0.000000000000 0.082031250000 0.072753906250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.076171875000 0.114746093750 +0.000000000000 0.036376953125 0.132812500000 0.099121093750 +0.000000000000 0.000000000000 0.057373046875 0.070312500000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.002731323242 0.043945312500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.132812500000 +0.166992187500 0.040283203125 0.000000000000 0.000017523766 +0.000000000000 0.000000000000 0.169921875000 0.134765625000 +0.000000000000 0.000000000000 0.191406250000 0.121093750000 +0.000000000000 0.000000000000 0.024047851562 0.000000000000 +0.000000000000 0.018310546875 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.016967773438 0.121093750000 +0.091796875000 0.000000000000 0.000000000000 0.000000000000 +0.043701171875 0.085449218750 0.044921875000 0.000000000000 +0.159179687500 0.018310546875 0.000000000000 0.000000000000 +0.000000000000 0.001670837402 0.030273437500 0.212890625000 +0.064453125000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.064941406250 0.046630859375 0.027221679688 +0.003417968750 0.022216796875 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.094238281250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.104003906250 +0.105468750000 0.000000000000 0.000000000000 0.000000000000 +0.009460449219 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.061523437500 0.021484375000 0.179687500000 +0.122558593750 0.148437500000 0.253906250000 0.089355468750 +0.152343750000 0.216796875000 0.096679687500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.069335937500 +0.000000000000 0.014221191406 0.016479492188 0.080078125000 +0.000000000000 0.000000000000 0.000000000000 0.008911132812 +0.088867187500 0.222656250000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.139648437500 0.091308593750 0.000000000000 +0.000000000000 0.115234375000 0.084960937500 0.039550781250 +0.000000000000 0.076171875000 0.141601562500 0.080566406250 +0.245117187500 0.275390625000 0.112792968750 0.014465332031 +0.008483886719 0.000000000000 0.000000000000 0.031494140625 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.039062500000 0.006744384766 0.146484375000 0.257812500000 +0.143554687500 0.000000000000 0.145507812500 0.222656250000 +0.118164062500 0.164062500000 0.235351562500 0.186523437500 +0.166015625000 0.087402343750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.087402343750 0.077636718750 +0.082031250000 0.006103515625 0.061767578125 0.047851562500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.126953125000 0.237304687500 0.151367187500 +0.184570312500 0.071289062500 0.081054687500 0.058105468750 +0.000000000000 0.000000000000 0.005310058594 0.077148437500 +0.102050781250 0.133789062500 0.067382812500 0.026123046875 +0.053466796875 0.000000000000 0.052246093750 0.170898437500 +0.082031250000 0.139648437500 0.138671875000 0.014831542969 +0.000000000000 0.000000000000 0.040283203125 0.067871093750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.024536132812 0.000000000000 0.000000000000 0.000000000000 +0.005859375000 0.093261718750 0.000000000000 0.000000000000 +0.099609375000 0.000000000000 0.000000000000 0.000000000000 +0.000537872314 0.098632812500 0.298828125000 0.181640625000 +0.000000000000 0.066894531250 0.188476562500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.009948730469 +0.000000000000 0.000000000000 0.002716064453 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.041748046875 +0.125976562500 0.019653320312 0.027099609375 0.083984375000 +0.000000000000 0.039550781250 0.121582031250 0.000000000000 +0.000000000000 0.033447265625 0.000000000000 0.002578735352 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000713348389 0.000000000000 0.000000000000 +0.020996093750 0.010498046875 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.135742187500 0.162109375000 0.100097656250 0.173828125000 +0.155273437500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.145507812500 +0.125976562500 0.069824218750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.061767578125 0.194335937500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.074218750000 0.115722656250 +0.000000000000 0.083007812500 0.049804687500 0.000000000000 +0.058105468750 0.240234375000 0.138671875000 0.032958984375 +0.077148437500 0.058349609375 0.000000000000 0.040039062500 +0.211914062500 0.066894531250 0.083496093750 0.131835937500 +0.059326171875 0.320312500000 0.351562500000 0.206054687500 +0.125000000000 0.068359375000 0.060546875000 0.000000000000 +0.000000000000 0.086914062500 0.049072265625 0.152343750000 +0.167968750000 0.140625000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.048339843750 0.000000000000 +0.109375000000 0.033447265625 0.000000000000 0.000000000000 +0.088378906250 0.040771484375 0.000000000000 0.000000000000 +0.155273437500 0.075195312500 0.000000000000 0.000000000000 +0.192382812500 0.049804687500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.085449218750 +0.000000000000 0.000000000000 0.000000000000 0.085449218750 +0.000000000000 0.000000000000 0.011230468750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.143554687500 +0.186523437500 0.000000000000 0.000000000000 0.009887695312 +0.052490234375 0.038818359375 0.089355468750 0.039306640625 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.048095703125 0.000000000000 0.014099121094 0.106445312500 +0.179687500000 0.068847656250 0.058593750000 0.125000000000 +0.112304687500 0.134765625000 0.139648437500 0.051269531250 +0.097656250000 0.098144531250 0.064941406250 0.211914062500 +0.287109375000 0.174804687500 0.013854980469 0.074707031250 +0.212890625000 0.063476562500 0.000000000000 0.000000000000 +0.000000000000 0.036865234375 0.082519531250 0.000000000000 +0.000000000000 0.000000000000 0.074218750000 0.243164062500 +0.140625000000 0.022216796875 0.042480468750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.003189086914 0.000000000000 0.000000000000 +0.000000000000 0.096191406250 0.026367187500 0.000000000000 +0.021118164062 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.029785156250 0.048828125000 +0.000000000000 0.000000000000 0.068847656250 0.051513671875 +0.000000000000 0.024169921875 0.071289062500 0.000000000000 +0.003219604492 0.005035400391 0.000000000000 0.122070312500 +0.000000000000 0.000000000000 0.000000000000 0.008544921875 +0.138671875000 0.021362304688 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.026123046875 0.060546875000 +0.000000000000 0.110351562500 0.134765625000 0.033447265625 +0.000000000000 0.000000000000 0.000000000000 0.205078125000 +0.159179687500 0.041015625000 0.000000000000 0.000000000000 +0.000000000000 0.079101562500 0.099609375000 0.000000000000 +0.000000000000 0.077636718750 0.052001953125 0.037353515625 +0.000000000000 0.000000000000 0.308593750000 0.208007812500 +0.026367187500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.179687500000 0.000000000000 0.000000000000 0.000000000000 +0.023437500000 0.000000000000 0.000000000000 0.036865234375 +0.139648437500 0.018310546875 0.000000000000 0.000000000000 +0.000000000000 0.079101562500 0.068847656250 0.000000000000 +0.031127929688 0.137695312500 0.086425781250 0.104003906250 +0.093750000000 0.070312500000 0.067871093750 0.083984375000 +0.016967773438 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.022216796875 0.000000000000 0.000210762024 0.000000000000 +0.021606445312 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.079101562500 +0.000000000000 0.043457031250 0.000000000000 0.000000000000 +0.081542968750 0.008056640625 0.122558593750 0.124511718750 +0.044433593750 0.043212890625 0.104003906250 0.000000000000 +0.045166015625 0.076660156250 0.000000000000 0.039062500000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.028930664062 0.000000000000 0.005310058594 +0.097656250000 0.077636718750 0.153320312500 0.038574218750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.037353515625 0.000000000000 0.000000000000 +0.039062500000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.143554687500 0.122070312500 0.242187500000 +0.213867187500 0.082031250000 0.110839843750 0.224609375000 +0.083007812500 0.020629882812 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.078613281250 0.096679687500 0.039306640625 +0.046630859375 0.005432128906 0.000000000000 0.032958984375 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.035400390625 0.011901855469 0.000000000000 0.000000000000 +0.000000000000 0.003967285156 0.001266479492 0.000000000000 +0.030151367188 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.027099609375 0.000000000000 0.000000000000 +0.046142578125 0.000000000000 0.025024414062 0.033935546875 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.139648437500 0.253906250000 0.263671875000 0.308593750000 +0.351562500000 0.332031250000 0.172851562500 0.021240234375 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.018798828125 0.075195312500 0.054687500000 +0.000000000000 0.000000000000 0.255859375000 0.294921875000 +0.071777343750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.065917968750 0.036132812500 0.000000000000 +0.041992187500 0.205078125000 0.023193359375 0.043457031250 +0.033203125000 0.056884765625 0.130859375000 0.000000000000 +0.031127929688 0.306640625000 0.221679687500 0.183593750000 +0.107910156250 0.085449218750 0.000000000000 0.066894531250 +0.075683593750 0.031738281250 0.034667968750 0.073730468750 +0.111816406250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.133789062500 0.060546875000 +0.000000000000 0.000000000000 0.079589843750 0.224609375000 +0.074707031250 0.135742187500 0.257812500000 0.000000000000 +0.000000000000 0.035888671875 0.000000000000 0.006347656250 +0.063476562500 0.098632812500 0.113281250000 0.157226562500 +0.047363281250 0.000000000000 0.000000000000 0.000000000000 +0.007598876953 0.130859375000 0.154296875000 0.051513671875 +0.010559082031 0.032226562500 0.000000000000 0.061035156250 +0.156250000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.067871093750 0.210937500000 +0.223632812500 0.084960937500 0.000000000000 0.000000000000 +0.000000000000 0.029052734375 0.019775390625 0.138671875000 +0.189453125000 0.216796875000 0.054931640625 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.013183593750 +0.000000000000 0.000000000000 0.000000000000 0.079589843750 +0.153320312500 0.000000000000 0.000000000000 0.013366699219 +0.067871093750 0.112304687500 0.082031250000 0.221679687500 +0.076660156250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.031494140625 +0.000000000000 0.085937500000 0.000000000000 0.000000000000 +0.018798828125 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.150390625000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.017822265625 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.011779785156 0.101074218750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.059326171875 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.094238281250 0.003250122070 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.032958984375 0.375000000000 0.163085937500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.004821777344 0.165039062500 +0.378906250000 0.263671875000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.041748046875 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.122070312500 0.000000000000 +0.002746582031 0.062255859375 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.006866455078 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.142578125000 0.036865234375 +0.096191406250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.105957031250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.039062500000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.300781250000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.023681640625 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.011169433594 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.205078125000 0.211914062500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.032714843750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.112304687500 +0.371093750000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.006439208984 0.000000000000 +0.000000000000 0.000000000000 0.123535156250 0.083496093750 +0.131835937500 0.199218750000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.009704589844 0.018432617188 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.150390625000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.082519531250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.149414062500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.234375000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.020874023438 +0.000000000000 0.048583984375 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.056152343750 0.000000000000 +0.097167968750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.022216796875 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.353515625000 0.154296875000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.071289062500 0.094238281250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.131835937500 +0.149414062500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.037841796875 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.058349609375 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.103515625000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.152343750000 +0.000000000000 0.019409179688 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.001548767090 +0.011718750000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.038574218750 0.141601562500 0.133789062500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.122558593750 +0.189453125000 0.100097656250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.009033203125 0.004119873047 0.000000000000 0.000000000000 +0.028442382812 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.044677734375 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.162109375000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.028442382812 0.257812500000 0.000000000000 0.000310897827 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.078613281250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.056884765625 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.104492187500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.067382812500 0.121582031250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.052734375000 +0.000000000000 0.000000000000 0.015747070312 0.023559570312 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.034423828125 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.082519531250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.056152343750 0.082031250000 0.029418945312 0.086914062500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.328125000000 +0.009582519531 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.145507812500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.114746093750 0.072753906250 +0.245117187500 0.094726562500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.100097656250 0.094726562500 0.000000000000 0.071777343750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.009033203125 0.000000000000 0.053710937500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.089355468750 0.455078125000 +0.009155273438 0.043701171875 0.049316406250 0.085937500000 +0.021850585938 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.020751953125 +0.056640625000 0.000000000000 0.000000000000 0.000000000000 +0.002685546875 0.154296875000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.003250122070 0.269531250000 +0.193359375000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.097656250000 0.000000000000 +0.196289062500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.177734375000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.192382812500 +0.121582031250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.478515625000 +0.237304687500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.033203125000 +0.000000000000 0.080566406250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.214843750000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.138671875000 0.294921875000 0.238281250000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.169921875000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.035156250000 +0.031982421875 0.000000000000 0.036621093750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.136718750000 0.066894531250 +0.095703125000 0.255859375000 0.000000000000 0.000000000000 +0.022583007812 0.000000000000 0.104003906250 0.115234375000 +0.035156250000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.143554687500 0.271484375000 0.157226562500 +0.022949218750 0.175781250000 0.110839843750 0.287109375000 +0.265625000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.015869140625 +0.060546875000 0.047607421875 0.053710937500 0.184570312500 +0.136718750000 0.083496093750 0.225585937500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.013427734375 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.177734375000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.033447265625 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.011230468750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.037353515625 +0.086914062500 0.000000000000 0.086914062500 0.000000000000 +0.039550781250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.140625000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.011169433594 +0.330078125000 0.277343750000 0.120117187500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.100585937500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.014465332031 0.000000000000 0.000000000000 0.019653320312 +0.067871093750 0.025024414062 0.066406250000 0.259765625000 +0.089355468750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.067382812500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.143554687500 +0.333984375000 0.275390625000 0.110351562500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.012023925781 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.016235351562 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.041015625000 +0.000000000000 0.000000000000 0.084960937500 0.000000000000 +0.000000000000 0.000000000000 0.070312500000 0.015869140625 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.005187988281 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.035400390625 0.104492187500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.019897460938 0.036376953125 +0.074707031250 0.041015625000 0.187500000000 0.123046875000 +0.158203125000 0.257812500000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.035644531250 0.035888671875 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.031982421875 0.154296875000 0.060058593750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.025390625000 0.052001953125 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.108398437500 0.298828125000 +0.060058593750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000211715698 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.043457031250 0.000000000000 0.078613281250 +0.000000000000 0.144531250000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.133789062500 +0.028564453125 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.069824218750 0.118652343750 0.062988281250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.054199218750 0.253906250000 0.250000000000 +0.235351562500 0.066894531250 0.292968750000 0.001045227051 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.057617187500 0.159179687500 0.106933593750 0.285156250000 +0.253906250000 0.149414062500 0.143554687500 0.000000000000 +0.000000000000 0.000000000000 0.037597656250 0.000000000000 +0.000000000000 0.011535644531 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.004394531250 0.224609375000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.162109375000 0.170898437500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.137695312500 0.048339843750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.087890625000 0.047119140625 0.074218750000 0.057617187500 +0.000000000000 0.000000000000 0.000000000000 0.125976562500 +0.141601562500 0.145507812500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.135742187500 +0.251953125000 0.000000000000 0.000000000000 0.000000000000 +0.001594543457 0.194335937500 0.221679687500 0.024902343750 +0.123046875000 0.133789062500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.007110595703 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.085449218750 0.149414062500 0.212890625000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.098144531250 0.155273437500 +0.026855468750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.022583007812 0.229492187500 +0.215820312500 0.003158569336 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.065917968750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.125976562500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.093750000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.211914062500 0.132812500000 +0.014221191406 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.175781250000 0.184570312500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.036865234375 0.285156250000 +0.125976562500 0.318359375000 0.306640625000 0.198242187500 +0.015747070312 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.101074218750 0.123046875000 0.146484375000 +0.149414062500 0.188476562500 0.113281250000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.069335937500 0.000000000000 0.093750000000 0.000000000000 +0.000000000000 0.041992187500 0.189453125000 0.213867187500 +0.224609375000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.204101562500 0.133789062500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.087890625000 +0.110351562500 0.046386718750 0.000000000000 0.000000000000 +0.000000000000 0.089843750000 0.051513671875 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.172851562500 0.351562500000 +0.289062500000 0.214843750000 0.231445312500 0.223632812500 +0.333984375000 0.523437500000 0.333984375000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.037353515625 0.158203125000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.030273437500 0.064941406250 0.000000000000 +0.000000000000 0.000000000000 0.308593750000 0.239257812500 +0.341796875000 0.209960937500 0.227539062500 0.133789062500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.030151367188 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.045898437500 +0.006042480469 0.039306640625 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.205078125000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.080566406250 0.000000000000 0.029052734375 +0.000000000000 0.000000000000 0.070800781250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.124023437500 +0.006469726562 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.028320312500 0.000000000000 0.000000000000 +0.112304687500 0.039550781250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.018554687500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.152343750000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.202148437500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.257812500000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.156250000000 0.135742187500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.041992187500 +0.000000000000 0.024169921875 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.019653320312 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.099609375000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.173828125000 0.096191406250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.041992187500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.089355468750 0.010681152344 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.007812500000 +0.165039062500 0.000000000000 0.000000000000 0.024291992188 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.107421875000 0.055908203125 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.014465332031 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.139648437500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.001762390137 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.296875000000 +0.072753906250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.031982421875 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.015380859375 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.013183593750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.030883789062 0.000797271729 +0.178710937500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.032226562500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000455856323 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.012512207031 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.369140625000 0.259765625000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.003997802734 0.000000000000 0.010131835938 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.047363281250 0.050048828125 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.038085937500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.003173828125 0.000000000000 0.059082031250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.132812500000 +0.186523437500 0.000000000000 0.045166015625 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.041015625000 +0.212890625000 0.035644531250 0.006042480469 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.028320312500 0.032714843750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.177734375000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.050781250000 0.169921875000 +0.089843750000 0.326171875000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.027587890625 0.250000000000 +0.225585937500 0.018920898438 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.055419921875 +0.095703125000 0.195312500000 0.020019531250 0.043212890625 +0.000000000000 0.042236328125 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.007690429688 +0.046142578125 0.033935546875 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.058105468750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.057617187500 0.104492187500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.076171875000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.046386718750 0.122558593750 0.000000000000 +0.015014648438 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.009033203125 0.000000000000 0.109863281250 +0.118164062500 0.017944335938 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.023315429688 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.243164062500 0.172851562500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.122070312500 0.235351562500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.083496093750 0.065429687500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.026000976562 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.025756835938 0.000000000000 +0.184570312500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.051513671875 0.022094726562 +0.097167968750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.054443359375 +0.150390625000 0.267578125000 0.161132812500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.135742187500 0.136718750000 0.308593750000 +0.269531250000 0.193359375000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.055664062500 0.419921875000 +0.302734375000 0.196289062500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.123535156250 0.263671875000 0.060546875000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.197265625000 0.237304687500 0.453125000000 +0.052246093750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.161132812500 0.085449218750 +0.041748046875 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.003570556641 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.085449218750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.269531250000 0.255859375000 +0.175781250000 0.041015625000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.052001953125 0.000000000000 0.030029296875 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.023193359375 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.062500000000 0.057861328125 0.118164062500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.125976562500 0.156250000000 0.083984375000 +0.181640625000 0.166992187500 0.173828125000 0.000000000000 +0.029907226562 0.106445312500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.089843750000 +0.170898437500 0.106445312500 0.078613281250 0.000000000000 +0.000000000000 0.000000000000 0.104492187500 0.086914062500 +0.060546875000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.071777343750 0.069824218750 +0.018188476562 0.000000000000 0.034179687500 0.000000000000 +0.000000000000 0.000000000000 0.109863281250 0.126953125000 +0.041503906250 0.287109375000 0.032958984375 0.000000000000 +0.042236328125 0.000000000000 0.000000000000 0.006774902344 +0.000000000000 0.000000000000 0.104980468750 0.038574218750 +0.000000000000 0.003204345703 0.023437500000 0.012023925781 +0.001876831055 0.000000000000 0.001380920410 0.041992187500 +0.036621093750 0.128906250000 0.088378906250 0.014953613281 +0.034667968750 0.090332031250 0.112792968750 0.087402343750 +0.025390625000 0.000000000000 0.000000000000 0.000000000000 +0.039794921875 0.018066406250 0.064453125000 0.000000000000 +0.122070312500 0.043212890625 0.173828125000 0.202148437500 +0.104492187500 0.000000000000 0.000000000000 0.000000000000 +0.037841796875 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.092285156250 0.191406250000 0.193359375000 +0.002746582031 0.000000000000 0.000000000000 0.000000000000 +0.020507812500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.222656250000 0.310546875000 +0.119140625000 0.001228332520 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.060302734375 +0.041259765625 0.021972656250 0.003692626953 0.000000000000 +0.000000000000 0.158203125000 0.131835937500 0.083496093750 +0.110351562500 0.052246093750 0.024536132812 0.072753906250 +0.168945312500 0.000000000000 0.118652343750 0.159179687500 +0.048095703125 0.018554687500 0.115722656250 0.059814453125 +0.097656250000 0.076660156250 0.058105468750 0.036865234375 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.062988281250 0.000000000000 +0.131835937500 0.107910156250 0.033691406250 0.036376953125 +0.000000000000 0.000000000000 0.044433593750 0.000000000000 +0.000000000000 0.033935546875 0.000000000000 0.000000000000 +0.006072998047 0.067382812500 0.011108398438 0.000000000000 +0.000000000000 0.042480468750 0.050048828125 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.068847656250 0.159179687500 0.209960937500 +0.079101562500 0.097656250000 0.056640625000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.135742187500 0.000000000000 0.000000000000 +0.000000000000 0.063964843750 0.006042480469 0.000000000000 +0.032226562500 0.091308593750 0.000000000000 0.097167968750 +0.131835937500 0.000000000000 0.080566406250 0.090332031250 +0.046386718750 0.008117675781 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.081542968750 +0.176757812500 0.082519531250 0.000000000000 0.022216796875 +0.000000000000 0.000000000000 0.087402343750 0.052001953125 +0.000000000000 0.000000000000 0.071289062500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.012268066406 +0.036132812500 0.095214843750 0.117187500000 0.094726562500 +0.130859375000 0.064941406250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.039306640625 0.125976562500 +0.003036499023 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.129882812500 0.012573242188 +0.000000000000 0.000000000000 0.026855468750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.096191406250 0.081542968750 +0.118164062500 0.124511718750 0.000000000000 0.029785156250 +0.000000000000 0.000000000000 0.000000000000 0.002029418945 +0.000000000000 0.019165039062 0.091796875000 0.016601562500 +0.150390625000 0.032470703125 0.067871093750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.129882812500 0.001113891602 0.129882812500 0.165039062500 +0.155273437500 0.051513671875 0.054199218750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.124511718750 +0.196289062500 0.084960937500 0.009948730469 0.016845703125 +0.011230468750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.021728515625 0.073242187500 0.137695312500 +0.064453125000 0.076171875000 0.053710937500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.051513671875 0.152343750000 0.149414062500 0.103027343750 +0.134765625000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.062500000000 +0.071777343750 0.201171875000 0.116699218750 0.074707031250 +0.077148437500 0.000000000000 0.000000000000 0.125000000000 +0.194335937500 0.197265625000 0.083984375000 0.083984375000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.063964843750 0.000000000000 0.000000000000 +0.000000000000 0.012939453125 0.007629394531 0.000000000000 +0.000000000000 0.000000000000 0.074218750000 0.000000000000 +0.049560546875 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.136718750000 0.174804687500 0.239257812500 0.224609375000 +0.083984375000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.007812500000 +0.000000000000 0.060302734375 0.057861328125 0.029663085938 +0.020263671875 0.000000000000 0.000000000000 0.000000000000 +0.015136718750 0.083007812500 0.000000000000 0.023071289062 +0.036865234375 0.004760742188 0.010498046875 0.012817382812 +0.050292968750 0.025146484375 0.046142578125 0.000000000000 +0.027832031250 0.000000000000 0.000537872314 0.000000000000 +0.067382812500 0.000000000000 0.088378906250 0.049072265625 +0.000000000000 0.020019531250 0.071777343750 0.000000000000 +0.083007812500 0.084960937500 0.067871093750 0.092773437500 +0.152343750000 0.035644531250 0.042236328125 0.102050781250 +0.000000000000 0.055419921875 0.137695312500 0.008911132812 +0.000000000000 0.042480468750 0.000000000000 0.000000000000 +0.006439208984 0.082519531250 0.062500000000 0.283203125000 +0.193359375000 0.147460937500 0.007995605469 0.028076171875 +0.049560546875 0.000000000000 0.000000000000 0.067382812500 +0.049560546875 0.000000000000 0.000000000000 0.002380371094 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.116699218750 0.233398437500 0.056396484375 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.008605957031 0.000000000000 0.067871093750 0.035888671875 +0.045654296875 0.088378906250 0.226562500000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.096679687500 +0.194335937500 0.055664062500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.213867187500 0.131835937500 0.032470703125 0.012817382812 +0.023437500000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.074218750000 +0.000000000000 0.013244628906 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.016967773438 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.071777343750 0.124511718750 0.265625000000 +0.234375000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.059814453125 0.229492187500 +0.177734375000 0.105957031250 0.139648437500 0.146484375000 +0.024536132812 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.119628906250 0.145507812500 +0.060546875000 0.038330078125 0.095214843750 0.000000000000 +0.000000000000 0.172851562500 0.073242187500 0.022338867188 +0.318359375000 0.373046875000 0.186523437500 0.099121093750 +0.055908203125 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.072265625000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.037597656250 0.116699218750 +0.027954101562 0.018920898438 0.087402343750 0.002151489258 +0.000659942627 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.028930664062 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.047851562500 +0.214843750000 0.186523437500 0.121093750000 0.051513671875 +0.008300781250 0.025024414062 0.000000000000 0.000000000000 +0.000000000000 0.023193359375 0.000000000000 0.017456054688 +0.076171875000 0.207031250000 0.091308593750 0.176757812500 +0.226562500000 0.118652343750 0.050292968750 0.106445312500 +0.155273437500 0.000000000000 0.000000000000 0.139648437500 +0.020141601562 0.000000000000 0.000000000000 0.091796875000 +0.073730468750 0.287109375000 0.251953125000 0.050781250000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.069335937500 0.124511718750 0.033691406250 0.082031250000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.093261718750 0.069824218750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.041992187500 0.092773437500 0.080078125000 +0.166992187500 0.144531250000 0.071289062500 0.052978515625 +0.074707031250 0.092285156250 0.001571655273 0.012878417969 +0.085449218750 0.010803222656 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.048583984375 0.044677734375 0.000000000000 +0.000629425049 0.000000000000 0.000000000000 0.000000000000 +0.003707885742 0.114746093750 0.081054687500 0.000000000000 +0.000000000000 0.081542968750 0.000000000000 0.000000000000 +0.000000000000 0.145507812500 0.000000000000 0.097656250000 +0.000000000000 0.000000000000 0.106445312500 0.194335937500 +0.000000000000 0.000000000000 0.130859375000 0.062011718750 +0.000000000000 0.060546875000 0.192382812500 0.179687500000 +0.000000000000 0.000000000000 0.022705078125 0.000000000000 +0.031982421875 0.000000000000 0.000000000000 0.000000000000 +0.059082031250 0.000000000000 0.010498046875 0.023071289062 +0.089843750000 0.087890625000 0.206054687500 0.250000000000 +0.261718750000 0.134765625000 0.154296875000 0.088867187500 +0.000000000000 0.009155273438 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.054199218750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.088867187500 0.178710937500 0.140625000000 +0.198242187500 0.281250000000 0.179687500000 0.113769531250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.046630859375 0.000000000000 0.109863281250 +0.093750000000 0.000000000000 0.007751464844 0.000000000000 +0.000000000000 0.013977050781 0.000000000000 0.031738281250 +0.165039062500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.026000976562 0.060546875000 0.011352539062 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.024536132812 0.123535156250 +0.126953125000 0.057617187500 0.000000000000 0.000000000000 +0.000000000000 0.086914062500 0.000000000000 0.070312500000 +0.126953125000 0.051513671875 0.029785156250 0.145507812500 +0.118652343750 0.072753906250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.029785156250 0.049072265625 +0.131835937500 0.244140625000 0.162109375000 0.040527343750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.015441894531 0.063476562500 0.117675781250 +0.185546875000 0.243164062500 0.263671875000 0.233398437500 +0.067871093750 0.107421875000 0.073730468750 0.038574218750 +0.044677734375 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.084472656250 +0.087402343750 0.120117187500 0.076171875000 0.122558593750 +0.169921875000 0.196289062500 0.143554687500 0.110839843750 +0.090332031250 0.036132812500 0.000000000000 0.000000000000 +0.069335937500 0.000000000000 0.078125000000 0.109863281250 +0.084960937500 0.112304687500 0.039062500000 0.000000000000 +0.008483886719 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.026000976562 +0.125000000000 0.171875000000 0.025146484375 0.038818359375 +0.032226562500 0.096679687500 0.008728027344 0.023193359375 +0.000000000000 0.056152343750 0.070312500000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.040771484375 0.121093750000 0.132812500000 0.097167968750 +0.155273437500 0.081542968750 0.054199218750 0.022827148438 +0.030029296875 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.014343261719 0.000000000000 0.064453125000 0.030883789062 +0.000877380371 0.000000000000 0.000000000000 0.006317138672 +0.000000000000 0.127929687500 0.184570312500 0.335937500000 +0.339843750000 0.215820312500 0.205078125000 0.081542968750 +0.083496093750 0.206054687500 0.144531250000 0.043457031250 +0.000000000000 0.021850585938 0.000000000000 0.000000000000 +0.000000000000 0.054687500000 0.000000000000 0.000000000000 +0.281250000000 0.034667968750 0.000000000000 0.000000000000 +0.000000000000 0.028686523438 0.060302734375 0.134765625000 +0.010375976562 0.055175781250 0.024047851562 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.031005859375 +0.034423828125 0.000000000000 0.000000000000 0.019287109375 +0.000000000000 0.065429687500 0.113281250000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.005859375000 0.010681152344 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.049804687500 0.063476562500 0.168945312500 0.240234375000 +0.085449218750 0.158203125000 0.008605957031 0.012390136719 +0.021606445312 0.006866455078 0.055175781250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.104980468750 0.070800781250 +0.142578125000 0.055175781250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.015869140625 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.031005859375 0.000000000000 +0.261718750000 0.000000000000 0.000000000000 0.158203125000 +0.000000000000 0.000000000000 0.052978515625 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.146484375000 0.000000000000 0.000000000000 +0.023437500000 0.000000000000 0.000000000000 0.162109375000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.043457031250 0.000000000000 +0.000000000000 0.025512695312 0.076660156250 0.048828125000 +0.000000000000 0.029907226562 0.018920898438 0.000000000000 +0.061767578125 0.000000000000 0.009094238281 0.000000000000 +0.000854492188 0.000000000000 0.000000000000 0.259765625000 +0.000000000000 0.000568389893 0.000000000000 0.000000000000 +0.044433593750 0.081054687500 0.000000000000 0.058349609375 +0.000000000000 0.000000000000 0.015380859375 0.010192871094 +0.057128906250 0.008422851562 0.000000000000 0.069335937500 +0.000000000000 0.110839843750 0.089843750000 0.000000000000 +0.078125000000 0.000000000000 0.131835937500 0.000000000000 +0.000000000000 0.113281250000 0.137695312500 0.000000000000 +0.121093750000 0.000000000000 0.000000000000 0.022094726562 +0.000000000000 0.000000000000 0.019653320312 0.000000000000 +0.000000000000 0.000000000000 0.022583007812 0.131835937500 +0.000000000000 0.000000000000 0.048095703125 0.000000000000 +0.085449218750 0.000000000000 0.162109375000 0.000000000000 +0.000000000000 0.182617187500 0.000000000000 0.050537109375 +0.030029296875 0.000000000000 0.000000000000 0.111816406250 +0.000000000000 0.003372192383 0.000000000000 0.000000000000 +0.091308593750 0.074707031250 0.000000000000 0.093750000000 +0.064453125000 0.040771484375 0.000000000000 0.088867187500 +0.006652832031 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.006835937500 0.000000000000 0.000000000000 +0.022705078125 0.000000000000 0.173828125000 0.000000000000 +0.212890625000 0.078125000000 0.000000000000 0.082031250000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.056396484375 0.000000000000 0.000000000000 0.243164062500 +0.000000000000 0.008728027344 0.099609375000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.055419921875 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.161132812500 0.055419921875 0.000000000000 +0.113281250000 0.000000000000 0.000000000000 0.050537109375 +0.000000000000 0.166992187500 0.103027343750 0.156250000000 +0.000000000000 0.079589843750 0.047363281250 0.034912109375 +0.102050781250 0.000000000000 0.239257812500 0.000000000000 +0.000000000000 0.058349609375 0.000000000000 0.115722656250 +0.005310058594 0.128906250000 0.000000000000 0.000000000000 +0.115234375000 0.000000000000 0.114257812500 0.081054687500 +0.000000000000 0.073242187500 0.000000000000 0.000000000000 +0.085449218750 0.000000000000 0.087402343750 0.049560546875 +0.000000000000 0.104980468750 0.000000000000 0.033203125000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.008850097656 0.000000000000 0.135742187500 0.055908203125 +0.000000000000 0.000000000000 0.027465820312 0.016845703125 +0.000000000000 0.000000000000 0.194335937500 0.000000000000 +0.000000000000 0.006896972656 0.000000000000 0.000000000000 +0.101562500000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.002426147461 0.000000000000 +0.130859375000 0.000000000000 0.091796875000 0.145507812500 +0.000000000000 0.111328125000 0.000000000000 0.000000000000 +0.036376953125 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.192382812500 +0.027221679688 0.000000000000 0.000000000000 0.003341674805 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.016723632812 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.169921875000 0.019409179688 +0.034179687500 0.189453125000 0.000000000000 0.000000000000 +0.178710937500 0.000000000000 0.000000000000 0.217773437500 +0.000000000000 0.094238281250 0.000000000000 0.123535156250 +0.000000000000 0.000000000000 0.015136718750 0.065429687500 +0.000000000000 0.000000000000 0.000000000000 0.117675781250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.029907226562 0.000000000000 0.000000000000 0.000000000000 +0.075683593750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.180664062500 0.000000000000 0.038330078125 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.263671875000 +0.000000000000 0.021362304688 0.049316406250 0.000000000000 +0.000000000000 0.124023437500 0.000000000000 0.000000000000 +0.032226562500 0.000000000000 0.000000000000 0.006469726562 +0.041748046875 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.010070800781 0.000000000000 0.000000000000 0.012268066406 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.018310546875 0.000000000000 +0.000000000000 0.048583984375 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.033447265625 +0.000000000000 0.134765625000 0.000000000000 0.000000000000 +0.162109375000 0.000000000000 0.000000000000 0.000000000000 +0.076660156250 0.000000000000 0.061035156250 0.103027343750 +0.000000000000 0.000000000000 0.000698089600 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.155273437500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.012207031250 0.000000000000 0.000000000000 +0.021362304688 0.000000000000 0.000000000000 0.063476562500 +0.000000000000 0.000000000000 0.002487182617 0.000000000000 +0.136718750000 0.120117187500 0.008483886719 0.000000000000 +0.002014160156 0.137695312500 0.003250122070 0.000000000000 +0.000000000000 0.000000000000 0.048583984375 0.000000000000 +0.000000000000 0.073242187500 0.063964843750 0.000000000000 +0.000000000000 0.037353515625 0.000000000000 0.000000000000 +0.043701171875 0.000000000000 0.000000000000 0.020019531250 +0.028076171875 0.000000000000 0.000000000000 0.000000000000 +0.163085937500 0.000000000000 0.027343750000 0.028930664062 +0.014099121094 0.000000000000 0.000000000000 0.049804687500 +0.000000000000 0.000000000000 0.000000000000 0.058837890625 +0.000000000000 0.000000000000 0.036132812500 0.000000000000 +0.004821777344 0.000000000000 0.000000000000 0.161132812500 +0.000000000000 0.041015625000 0.000000000000 0.086425781250 +0.134765625000 0.000000000000 0.031982421875 0.041748046875 +0.000000000000 0.051269531250 0.000000000000 0.000000000000 +0.128906250000 0.000000000000 0.007568359375 0.056396484375 +0.011352539062 0.075683593750 0.079589843750 0.000000000000 +0.265625000000 0.000000000000 0.000000000000 0.055419921875 +0.038085937500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.014953613281 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.020507812500 0.036865234375 0.180664062500 +0.000000000000 0.042480468750 0.000000000000 0.000000000000 +0.030639648438 0.000000000000 0.000000000000 0.097656250000 +0.000000000000 0.023315429688 0.058593750000 0.000000000000 +0.000000000000 0.235351562500 0.000000000000 0.000000000000 +0.060546875000 0.004150390625 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.044433593750 0.124511718750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.040283203125 +0.000000000000 0.000000000000 0.031982421875 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.097167968750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.051269531250 +0.101562500000 0.125000000000 0.000000000000 0.020385742188 +0.000000000000 0.000000000000 0.071289062500 0.000000000000 +0.000000000000 0.000000000000 0.078613281250 0.136718750000 +0.023437500000 0.098632812500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.026733398438 0.000000000000 +0.000000000000 0.076660156250 0.000000000000 0.017333984375 +0.000000000000 0.000000000000 0.141601562500 0.000000000000 +0.000000000000 0.285156250000 0.067382812500 0.000000000000 +0.277343750000 0.000000000000 0.000000000000 0.158203125000 +0.000000000000 0.076171875000 0.052978515625 0.000000000000 +0.000000000000 0.000000000000 0.069335937500 0.000000000000 +0.058837890625 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.015625000000 0.023681640625 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.075683593750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.033935546875 0.000000000000 0.000000000000 +0.003997802734 0.000000000000 0.042968750000 0.170898437500 +0.008911132812 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.062255859375 0.000000000000 +0.000000000000 0.143554687500 0.000000000000 0.000000000000 +0.294921875000 0.025756835938 0.214843750000 0.000000000000 +0.000000000000 0.229492187500 0.000000000000 0.183593750000 +0.016967773438 0.000000000000 0.000000000000 0.000000000000 +0.068359375000 0.000000000000 0.198242187500 0.000000000000 +0.000000000000 0.027832031250 0.000000000000 0.000000000000 +0.000000000000 0.108886718750 0.000000000000 0.050537109375 +0.020996093750 0.000000000000 0.074707031250 0.000000000000 +0.033447265625 0.000000000000 0.000000000000 0.056396484375 +0.000000000000 0.000000000000 0.079589843750 0.000000000000 +0.000000000000 0.007293701172 0.014831542969 0.000000000000 +0.073730468750 0.152343750000 0.000000000000 0.006134033203 +0.000000000000 0.130859375000 0.000000000000 0.000000000000 +0.129882812500 0.000000000000 0.000000000000 0.184570312500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.027709960938 0.105468750000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.127929687500 +0.000000000000 0.000000000000 0.229492187500 0.000000000000 +0.001998901367 0.000000000000 0.000000000000 0.040527343750 +0.101074218750 0.022216796875 0.000000000000 0.000000000000 +0.129882812500 0.000000000000 0.000000000000 0.198242187500 +0.027465820312 0.000000000000 0.038085937500 0.000000000000 +0.000000000000 0.000000000000 0.002258300781 0.027343750000 +0.034667968750 0.000000000000 0.023193359375 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.049072265625 +0.157226562500 0.070800781250 0.000000000000 0.176757812500 +0.052001953125 0.000000000000 0.098144531250 0.000000000000 +0.025024414062 0.000000000000 0.000000000000 0.039550781250 +0.000000000000 0.000000000000 0.000000000000 0.095214843750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.150390625000 0.069824218750 0.232421875000 0.000000000000 +0.000000000000 0.060546875000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.029052734375 +0.000000000000 0.000000000000 0.024291992188 0.055419921875 +0.000000000000 0.238281250000 0.038085937500 0.000000000000 +0.098144531250 0.000000000000 0.009521484375 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.019775390625 +0.018066406250 0.000000000000 0.000000000000 0.000000000000 +0.163085937500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.006622314453 0.000000000000 0.008483886719 +0.000000000000 0.016601562500 0.149414062500 0.000000000000 +0.079589843750 0.001449584961 0.021850585938 0.000000000000 +0.076171875000 0.178710937500 0.000000000000 0.176757812500 +0.059326171875 0.000000000000 0.000000000000 0.035400390625 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000762939453 +0.000000000000 0.052490234375 0.141601562500 0.000000000000 +0.004699707031 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.136718750000 0.047119140625 0.060302734375 0.077636718750 +0.019775390625 0.164062500000 0.124023437500 0.120117187500 +0.044189453125 0.000000000000 0.000000000000 0.020629882812 +0.016723632812 0.025268554688 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.030029296875 0.139648437500 +0.000000000000 0.145507812500 0.113281250000 0.000000000000 +0.233398437500 0.037353515625 0.089355468750 0.159179687500 +0.057617187500 0.188476562500 0.000000000000 0.000000000000 +0.109863281250 0.000000000000 0.000000000000 0.078613281250 +0.000000000000 0.147460937500 0.186523437500 0.000000000000 +0.150390625000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.014099121094 0.000000000000 +0.000000000000 0.000000000000 0.049560546875 0.000000000000 +0.214843750000 0.012329101562 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.146484375000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.066894531250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.122070312500 0.000000000000 0.102050781250 +0.000000000000 0.000000000000 0.046875000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.075195312500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.127929687500 0.000000000000 +0.059814453125 0.035644531250 0.046142578125 0.220703125000 +0.016845703125 0.034423828125 0.080566406250 0.000000000000 +0.006286621094 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.081054687500 0.099609375000 0.000000000000 +0.000000000000 0.080566406250 0.000000000000 0.000000000000 +0.020507812500 0.000000000000 0.028930664062 0.000000000000 +0.089843750000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.101074218750 0.000000000000 0.000000000000 +0.144531250000 0.000000000000 0.000000000000 0.172851562500 +0.000000000000 0.000000000000 0.204101562500 0.000000000000 +0.000000000000 0.008422851562 0.000000000000 0.041748046875 +0.000000000000 0.031494140625 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.019287109375 +0.000000000000 0.102050781250 0.026733398438 0.048339843750 +0.000000000000 0.000000000000 0.067382812500 0.000000000000 +0.179687500000 0.031738281250 0.000000000000 0.084960937500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.080566406250 0.000000000000 +0.009277343750 0.053466796875 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.021606445312 0.000000000000 +0.047363281250 0.028442382812 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.060546875000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.105468750000 0.060791015625 0.000000000000 +0.117187500000 0.100585937500 0.169921875000 0.000000000000 +0.123046875000 0.167968750000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.097656250000 0.000000000000 +0.052978515625 0.043457031250 0.045898437500 0.000000000000 +0.000000000000 0.000000000000 0.004241943359 0.006195068359 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.003967285156 0.074218750000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.015869140625 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.068359375000 +0.000000000000 0.000000000000 0.069824218750 0.159179687500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.055419921875 0.263671875000 +0.196289062500 0.216796875000 0.104492187500 0.199218750000 +0.063476562500 0.043701171875 0.088378906250 0.059570312500 +0.111816406250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.008911132812 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.100585937500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.119628906250 0.044433593750 0.000000000000 0.000000000000 +0.102539062500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.275390625000 0.292968750000 +0.217773437500 0.166992187500 0.108886718750 0.294921875000 +0.121093750000 0.000000000000 0.000000000000 0.002243041992 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.063964843750 0.000000000000 0.000000000000 +0.000000000000 0.077636718750 0.000000000000 0.010498046875 +0.000000000000 0.104492187500 0.016601562500 0.000157356262 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.094726562500 +0.135742187500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.036621093750 0.125000000000 0.161132812500 +0.251953125000 0.261718750000 0.390625000000 0.359375000000 +0.406250000000 0.365234375000 0.322265625000 0.218750000000 +0.098632812500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.144531250000 +0.214843750000 0.044433593750 0.000000000000 0.000000000000 +0.052734375000 0.000000000000 0.000000000000 0.000000000000 +0.103515625000 0.000000000000 0.000000000000 0.104492187500 +0.027343750000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.166015625000 0.070800781250 +0.030639648438 0.000000000000 0.000000000000 0.065917968750 +0.046630859375 0.041015625000 0.000000000000 0.132812500000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.028320312500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.150390625000 0.039794921875 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.140625000000 +0.000000000000 0.103027343750 0.000000000000 0.092285156250 +0.000000000000 0.000000000000 0.000000000000 0.000736236572 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.175781250000 0.010925292969 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.076660156250 0.000000000000 0.094726562500 0.035156250000 +0.016113281250 0.000000000000 0.135742187500 0.143554687500 +0.029907226562 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.089355468750 +0.000000000000 0.000000000000 0.000000000000 0.080566406250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.007263183594 0.065917968750 +0.000000000000 0.000000000000 0.025268554688 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.029541015625 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.062500000000 0.050781250000 +0.153320312500 0.095703125000 0.123535156250 0.000000000000 +0.000000000000 0.000000000000 0.015441894531 0.000000000000 +0.000000000000 0.002243041992 0.054199218750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.029052734375 0.153320312500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.024536132812 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000350952148 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.097167968750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.164062500000 +0.057861328125 0.129882812500 0.137695312500 0.369140625000 +0.283203125000 0.281250000000 0.101562500000 0.176757812500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000717163086 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.145507812500 0.025268554688 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.005401611328 +0.105468750000 0.100097656250 0.000000000000 0.000000000000 +0.000000000000 0.136718750000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.005706787109 0.140625000000 0.049316406250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.080078125000 0.308593750000 +0.294921875000 0.180664062500 0.073242187500 0.018310546875 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.068847656250 0.043701171875 0.000000000000 0.000000000000 +0.195312500000 0.146484375000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.132812500000 0.237304687500 +0.204101562500 0.114257812500 0.003753662109 0.062500000000 +0.000000000000 0.000000000000 0.048339843750 0.138671875000 +0.016845703125 0.051269531250 0.224609375000 0.000000000000 +0.070800781250 0.000000000000 0.012390136719 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.132812500000 0.283203125000 0.010742187500 0.000000000000 +0.000000000000 0.020263671875 0.000000000000 0.000000000000 +0.000000000000 0.148437500000 0.000000000000 0.066894531250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.030273437500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.024902343750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.021240234375 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.232421875000 +0.090332031250 0.143554687500 0.047119140625 0.050292968750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.103027343750 0.051757812500 0.000000000000 +0.000000000000 0.078125000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.051513671875 +0.046142578125 0.041992187500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.170898437500 +0.136718750000 0.180664062500 0.045166015625 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.102050781250 0.000000000000 +0.000000000000 0.000000000000 0.171875000000 0.209960937500 +0.112304687500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000347137451 0.164062500000 0.000000000000 +0.039306640625 0.190429687500 0.154296875000 0.082031250000 +0.106933593750 0.365234375000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.035644531250 0.093261718750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.186523437500 0.054199218750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.002120971680 +0.095214843750 0.056640625000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.009094238281 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.080078125000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.054687500000 +0.024902343750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.003311157227 0.157226562500 +0.140625000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.095703125000 +0.025024414062 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.033203125000 0.423828125000 +0.142578125000 0.169921875000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.172851562500 0.120117187500 0.085937500000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.160156250000 0.200195312500 +0.093261718750 0.000000000000 0.054199218750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.019409179688 0.068359375000 0.044677734375 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.245117187500 0.108398437500 0.059326171875 +0.083496093750 0.207031250000 0.351562500000 0.162109375000 +0.142578125000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.019165039062 0.072265625000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.090332031250 0.215820312500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.029907226562 +0.005249023438 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.073730468750 +0.004730224609 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.063476562500 +0.246093750000 0.371093750000 0.063476562500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.090332031250 +0.296875000000 0.075683593750 0.098144531250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.011901855469 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.031494140625 0.014465332031 +0.000000000000 0.135742187500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.076171875000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.038818359375 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.212890625000 0.367187500000 0.289062500000 0.200195312500 +0.076171875000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.224609375000 0.166992187500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.292968750000 +0.337890625000 0.310546875000 0.125976562500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.113281250000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.069824218750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.065917968750 0.000000000000 +0.000000000000 0.032226562500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.038330078125 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.004028320312 0.000000000000 0.000000000000 0.052246093750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.088378906250 0.380859375000 +0.277343750000 0.038330078125 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.086425781250 0.016967773438 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.103515625000 0.052001953125 0.068847656250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.123535156250 0.157226562500 0.035156250000 0.185546875000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.116210937500 0.184570312500 0.185546875000 +0.222656250000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.124023437500 0.089355468750 0.009094238281 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.257812500000 0.176757812500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.292968750000 +0.202148437500 0.179687500000 0.228515625000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.088378906250 0.000000000000 0.000000000000 0.000000000000 +0.020996093750 0.029174804688 0.140625000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.113281250000 +0.032470703125 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.031982421875 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.065917968750 +0.107421875000 0.095214843750 0.019531250000 0.082031250000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.008605957031 +0.000339508057 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.166992187500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.211914062500 +0.145507812500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.114257812500 0.212890625000 +0.021484375000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.076660156250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.114746093750 0.126953125000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.170898437500 0.302734375000 0.265625000000 +0.121582031250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.191406250000 0.179687500000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.061767578125 0.318359375000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.005706787109 0.074707031250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.054687500000 0.004455566406 0.106933593750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.088378906250 0.123535156250 0.125976562500 0.004882812500 +0.008911132812 0.000000000000 0.056640625000 0.000000000000 +0.082031250000 0.000000000000 0.000000000000 0.005035400391 +0.131835937500 0.000000000000 0.069824218750 0.000762939453 +0.021728515625 0.100585937500 0.052246093750 0.000000000000 +0.008728027344 0.038574218750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.058837890625 +0.267578125000 0.020507812500 0.013427734375 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.113281250000 0.067382812500 +0.010803222656 0.059082031250 0.027465820312 0.000000000000 +0.174804687500 0.096191406250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.026733398438 +0.133789062500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.185546875000 0.279296875000 +0.216796875000 0.147460937500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.007873535156 0.179687500000 +0.196289062500 0.065429687500 0.069824218750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.168945312500 0.000000000000 0.000000000000 0.168945312500 +0.147460937500 0.042968750000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.005065917969 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.027221679688 0.041015625000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.169921875000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.182617187500 0.200195312500 0.165039062500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.004547119141 0.024291992188 0.073242187500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.095214843750 +0.163085937500 0.118164062500 0.043945312500 0.000000000000 +0.000000000000 0.032714843750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.009521484375 0.193359375000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.400390625000 0.000000000000 0.000000000000 +0.031982421875 0.000000000000 0.000000000000 0.000000000000 +0.111816406250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.231445312500 0.000000000000 +0.000000000000 0.000000000000 0.139648437500 0.000000000000 +0.016113281250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.001457214355 0.000000000000 +0.298828125000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.008361816406 0.101074218750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.100097656250 +0.000000000000 0.031494140625 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.089355468750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.345703125000 +0.115722656250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.275390625000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.031738281250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.042724609375 0.000000000000 0.000000000000 +0.000000000000 0.021118164062 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.033935546875 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.300781250000 0.208984375000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.209960937500 0.000000000000 0.000000000000 +0.055419921875 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.139648437500 0.175781250000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.011352539062 +0.000000000000 0.000000000000 0.000000000000 0.072753906250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.022949218750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.197265625000 0.000000000000 +0.000000000000 0.000000000000 0.029174804688 0.000000000000 +0.173828125000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.242187500000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.103515625000 0.000000000000 +0.000000000000 0.000000000000 0.009033203125 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.326171875000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.026855468750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.169921875000 0.250000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.108886718750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.061035156250 0.000350952148 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.102050781250 0.225585937500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.066406250000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.025634765625 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.154296875000 +0.000000000000 0.093750000000 0.000000000000 0.000000000000 +0.142578125000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.111816406250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.330078125000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.343750000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.086914062500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.156250000000 0.000000000000 0.000000000000 0.000000000000 +0.143554687500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.167968750000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.081542968750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.316406250000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.034423828125 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.010925292969 0.000000000000 0.000000000000 0.000000000000 +0.034667968750 0.000000000000 0.135742187500 0.000000000000 +0.000000000000 0.000000000000 0.054199218750 0.000000000000 +0.000000000000 0.229492187500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.103515625000 0.000000000000 0.181640625000 0.000000000000 +0.000000000000 0.031250000000 0.000000000000 0.000000000000 +0.077148437500 0.000000000000 0.000000000000 0.127929687500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.171875000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.312500000000 0.000000000000 0.200195312500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.124023437500 +0.119628906250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.128906250000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.193359375000 0.014465332031 +0.000000000000 0.037353515625 0.000000000000 0.000000000000 +0.003509521484 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.394531250000 +0.000000000000 0.129882812500 0.000000000000 0.000000000000 +0.000000000000 0.515625000000 0.000000000000 0.009826660156 +0.000000000000 0.000000000000 0.000000000000 0.014831542969 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.059326171875 0.000000000000 +0.085937500000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.083984375000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.110351562500 0.134765625000 0.114257812500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.115234375000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.078125000000 0.035156250000 +0.020996093750 0.000000000000 0.000000000000 0.000000000000 +0.092773437500 0.000000000000 0.005737304688 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.093750000000 0.000000000000 +0.001251220703 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.075195312500 0.000000000000 0.000000000000 +0.058593750000 0.000000000000 0.027832031250 0.283203125000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.012634277344 0.042480468750 0.000000000000 0.000000000000 +0.000000000000 0.021972656250 0.080078125000 0.000000000000 +0.000000000000 0.000000000000 0.015625000000 0.151367187500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.077636718750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.139648437500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.010620117188 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.115234375000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.153320312500 +0.181640625000 0.120605468750 0.000000000000 0.000000000000 +0.003601074219 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.287109375000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.208007812500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.189453125000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.008666992188 0.000000000000 0.007873535156 0.000000000000 +0.000000000000 0.000000000000 0.130859375000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.097167968750 0.000000000000 0.000000000000 0.036132812500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.056640625000 0.000000000000 +0.000000000000 0.214843750000 0.000000000000 0.000000000000 +0.069824218750 0.000000000000 0.000000000000 0.090820312500 +0.000000000000 0.223632812500 0.000000000000 0.000000000000 +0.020751953125 0.000000000000 0.000000000000 0.194335937500 +0.000000000000 0.000000000000 0.251953125000 0.000000000000 +0.129882812500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.253906250000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.147460937500 0.000000000000 0.000000000000 +0.000000000000 0.029052734375 0.000000000000 0.699218750000 +0.000000000000 0.000000000000 0.000000000000 0.102050781250 +0.000000000000 0.011352539062 0.000000000000 0.000000000000 +0.000000000000 0.083984375000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.017578125000 +0.000000000000 0.000000000000 0.000000000000 0.025146484375 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.051513671875 0.000000000000 0.000000000000 +0.047851562500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.170898437500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.042480468750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.221679687500 0.143554687500 0.187500000000 0.125000000000 +0.000000000000 0.050292968750 0.161132812500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.147460937500 0.070312500000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.054931640625 0.050781250000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.164062500000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.267578125000 0.000000000000 0.287109375000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.076171875000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.036865234375 +0.000000000000 0.172851562500 0.000000000000 0.000000000000 +0.163085937500 0.000000000000 0.000000000000 0.251953125000 +0.000000000000 0.000000000000 0.292968750000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.322265625000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.005737304688 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.345703125000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.036865234375 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.194335937500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.115234375000 0.116210937500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.026977539062 0.008239746094 0.028564453125 0.144531250000 +0.022338867188 0.000000000000 0.023681640625 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.099609375000 +0.029174804688 0.107910156250 0.134765625000 0.041503906250 +0.087890625000 0.000182151794 0.000000000000 0.036865234375 +0.096191406250 0.049316406250 0.013305664062 0.082031250000 +0.000000000000 0.000000000000 0.000000000000 0.021850585938 +0.053955078125 0.165039062500 0.249023437500 0.159179687500 +0.142578125000 0.047607421875 0.000000000000 0.156250000000 +0.099121093750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.020507812500 +0.050048828125 0.000000000000 0.078125000000 0.131835937500 +0.096679687500 0.180664062500 0.203125000000 0.123535156250 +0.030639648438 0.081542968750 0.009826660156 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.103515625000 0.092773437500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.092285156250 0.141601562500 +0.029174804688 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.070312500000 0.062500000000 0.114746093750 +0.068359375000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.277343750000 +0.031005859375 0.013916015625 0.121093750000 0.000000000000 +0.000000000000 0.065429687500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.006683349609 0.000000000000 +0.042968750000 0.086425781250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.025268554688 0.000000000000 0.000000000000 0.007934570312 +0.032470703125 0.070312500000 0.070800781250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.121093750000 0.111816406250 0.043945312500 +0.000000000000 0.112792968750 0.108886718750 0.038085937500 +0.190429687500 0.112304687500 0.031127929688 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.052001953125 0.222656250000 0.000000000000 +0.000000000000 0.092773437500 0.197265625000 0.000000000000 +0.010498046875 0.013549804688 0.000000000000 0.000000000000 +0.000000000000 0.167968750000 0.062011718750 0.241210937500 +0.201171875000 0.032958984375 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.003189086914 0.015747070312 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.007385253906 0.000000000000 0.000000000000 0.144531250000 +0.000000000000 0.000000000000 0.000000000000 0.069335937500 +0.144531250000 0.093750000000 0.000000000000 0.135742187500 +0.143554687500 0.000000000000 0.000000000000 0.007049560547 +0.000000000000 0.000000000000 0.031982421875 0.000000000000 +0.000000000000 0.153320312500 0.033203125000 0.021240234375 +0.062255859375 0.000000000000 0.000000000000 0.017333984375 +0.000000000000 0.049804687500 0.072753906250 0.049316406250 +0.049316406250 0.000000000000 0.007873535156 0.176757812500 +0.191406250000 0.112792968750 0.130859375000 0.031005859375 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.087402343750 +0.209960937500 0.083496093750 0.000000000000 0.046142578125 +0.000000000000 0.000000000000 0.000000000000 0.132812500000 +0.000000000000 0.000000000000 0.047607421875 0.000000000000 +0.000000000000 0.000000000000 0.037841796875 0.000000000000 +0.000000000000 0.071777343750 0.000000000000 0.000000000000 +0.076660156250 0.000000000000 0.098144531250 0.316406250000 +0.275390625000 0.131835937500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.104003906250 0.043945312500 +0.128906250000 0.148437500000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.084960937500 +0.135742187500 0.038574218750 0.060058593750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.044677734375 0.203125000000 0.081542968750 +0.000000000000 0.113281250000 0.000000000000 0.000000000000 +0.123046875000 0.213867187500 0.107421875000 0.080566406250 +0.018310546875 0.000000000000 0.000000000000 0.000000000000 +0.182617187500 0.092285156250 0.000000000000 0.000000000000 +0.059570312500 0.016479492188 0.000000000000 0.000000000000 +0.030761718750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.040771484375 0.000000000000 +0.000000000000 0.196289062500 0.002120971680 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.065429687500 0.089355468750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.078125000000 +0.108398437500 0.000000000000 0.001235961914 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.020385742188 0.068359375000 0.102539062500 0.000000000000 +0.029663085938 0.209960937500 0.117187500000 0.080078125000 +0.142578125000 0.051513671875 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.010009765625 0.081054687500 +0.101562500000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.026977539062 0.052734375000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.078125000000 0.000000000000 +0.000000000000 0.000000000000 0.031738281250 0.000000000000 +0.157226562500 0.242187500000 0.028442382812 0.011352539062 +0.016723632812 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.088867187500 0.052978515625 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.014831542969 0.134765625000 0.000000000000 +0.000000000000 0.015747070312 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.095703125000 0.235351562500 0.215820312500 +0.000000000000 0.000000000000 0.001434326172 0.000000000000 +0.021850585938 0.000000000000 0.000000000000 0.074707031250 +0.000000000000 0.000000000000 0.208007812500 0.300781250000 +0.000000000000 0.000000000000 0.021362304688 0.000000000000 +0.000000000000 0.116699218750 0.002914428711 0.000000000000 +0.000000000000 0.015197753906 0.093750000000 0.000000000000 +0.000000000000 0.100585937500 0.073242187500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.015563964844 0.000000000000 0.009399414062 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.070800781250 0.000000000000 0.000000000000 +0.090820312500 0.003890991211 0.000000000000 0.014099121094 +0.000000000000 0.000000000000 0.133789062500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.006225585938 0.080078125000 +0.009704589844 0.000000000000 0.066406250000 0.000000000000 +0.000000000000 0.101562500000 0.080078125000 0.000000000000 +0.071289062500 0.169921875000 0.010803222656 0.053466796875 +0.186523437500 0.068359375000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.099609375000 0.135742187500 0.119628906250 0.067871093750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.014831542969 +0.125000000000 0.036376953125 0.076171875000 0.000000000000 +0.000000000000 0.000000000000 0.135742187500 0.181640625000 +0.123046875000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.087402343750 0.000000000000 +0.000000000000 0.189453125000 0.261718750000 0.201171875000 +0.060791015625 0.033203125000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.070312500000 +0.013427734375 0.087402343750 0.157226562500 0.081542968750 +0.152343750000 0.068359375000 0.000000000000 0.000000000000 +0.000000000000 0.076660156250 0.022460937500 0.000000000000 +0.081542968750 0.115234375000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.160156250000 0.113281250000 0.060791015625 +0.135742187500 0.038818359375 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.045654296875 +0.155273437500 0.065917968750 0.114257812500 0.176757812500 +0.043945312500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.025512695312 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.005737304688 +0.089843750000 0.216796875000 0.109863281250 0.000000000000 +0.050292968750 0.000000000000 0.000000000000 0.085449218750 +0.115234375000 0.007659912109 0.033691406250 0.171875000000 +0.014831542969 0.000000000000 0.009765625000 0.086914062500 +0.164062500000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.001968383789 +0.021362304688 0.000000000000 0.099609375000 0.121093750000 +0.072265625000 0.000000000000 0.000000000000 0.000000000000 +0.107421875000 0.167968750000 0.097656250000 0.031982421875 +0.032226562500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.028686523438 +0.131835937500 0.024414062500 0.000000000000 0.036132812500 +0.043701171875 0.005340576172 0.039550781250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.038330078125 0.000000000000 +0.000000000000 0.000000000000 0.028442382812 0.021728515625 +0.057373046875 0.023559570312 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.075195312500 +0.185546875000 0.152343750000 0.182617187500 0.101562500000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.170898437500 0.097656250000 0.132812500000 +0.028320312500 0.000000000000 0.000000000000 0.000000000000 +0.034179687500 0.200195312500 0.104492187500 0.073242187500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.017456054688 +0.000000000000 0.000000000000 0.019897460938 0.075195312500 +0.000000000000 0.000000000000 0.166015625000 0.074218750000 +0.080078125000 0.085449218750 0.000000000000 0.066406250000 +0.116210937500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.011718750000 0.058837890625 0.000000000000 +0.022216796875 0.000000000000 0.000000000000 0.000000000000 +0.066894531250 0.000000000000 0.049072265625 0.089843750000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.098632812500 0.000000000000 0.000000000000 +0.072265625000 0.138671875000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.027709960938 0.110839843750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.023315429688 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.003662109375 0.000000000000 +0.075683593750 0.104980468750 0.079101562500 0.070800781250 +0.033935546875 0.110351562500 0.046142578125 0.000000000000 +0.000000000000 0.024169921875 0.006835937500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.136718750000 0.120605468750 0.110839843750 0.181640625000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.120117187500 0.044677734375 0.140625000000 +0.271484375000 0.000000000000 0.000000000000 0.018554687500 +0.000000000000 0.100097656250 0.197265625000 0.221679687500 +0.322265625000 0.118652343750 0.145507812500 0.086914062500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.054931640625 0.271484375000 0.277343750000 0.045898437500 +0.167968750000 0.094238281250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.070800781250 0.102050781250 +0.026367187500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.025756835938 0.000000000000 +0.000000000000 0.003112792969 0.150390625000 0.095214843750 +0.048095703125 0.167968750000 0.000000000000 0.000000000000 +0.167968750000 0.086425781250 0.056884765625 0.151367187500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.058349609375 +0.080566406250 0.149414062500 0.171875000000 0.074707031250 +0.003311157227 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.054687500000 0.137695312500 +0.000000000000 0.024780273438 0.125976562500 0.092285156250 +0.146484375000 0.134765625000 0.001083374023 0.000000000000 +0.034423828125 0.050537109375 0.000000000000 0.000000000000 +0.002807617188 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.018432617188 0.061279296875 0.077636718750 0.046630859375 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.173828125000 +0.050048828125 0.107910156250 0.304687500000 0.132812500000 +0.057128906250 0.112304687500 0.088867187500 0.123046875000 +0.184570312500 0.155273437500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.027832031250 +0.029052734375 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.004028320312 +0.040771484375 0.000000000000 0.034179687500 0.054199218750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.064453125000 0.029296875000 +0.055419921875 0.152343750000 0.031250000000 0.028808593750 +0.105468750000 0.037597656250 0.184570312500 0.228515625000 +0.015991210938 0.081054687500 0.015625000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.015625000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.043457031250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.009582519531 0.029785156250 0.095214843750 +0.036376953125 0.000000000000 0.030883789062 0.000000000000 +0.000000000000 0.000000000000 0.059326171875 0.068847656250 +0.087402343750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.036376953125 +0.000000000000 0.007446289062 0.155273437500 0.021728515625 +0.000000000000 0.005462646484 0.000000000000 0.000000000000 +0.084472656250 0.000000000000 0.000000000000 0.023437500000 +0.102050781250 0.000000000000 0.007171630859 0.079589843750 +0.063964843750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.022705078125 0.000000000000 0.000000000000 +0.044921875000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.122558593750 +0.012756347656 0.026123046875 0.057861328125 0.000000000000 +0.114746093750 0.090820312500 0.003433227539 0.056640625000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.111328125000 0.145507812500 +0.108398437500 0.000000000000 0.126953125000 0.470703125000 +0.000000000000 0.000000000000 0.132812500000 0.000000000000 +0.080566406250 0.000000000000 0.000000000000 0.484375000000 +0.000000000000 0.804687500000 0.000000000000 0.000000000000 +0.443359375000 0.000000000000 0.000000000000 0.112792968750 +0.031982421875 0.000000000000 0.158203125000 0.037841796875 +0.000000000000 0.000000000000 0.447265625000 0.000000000000 +0.000000000000 0.005828857422 0.593750000000 0.000000000000 +0.511718750000 0.000000000000 0.011596679688 0.117675781250 +0.000000000000 0.121093750000 0.000000000000 0.000000000000 +0.095703125000 0.190429687500 0.000000000000 0.221679687500 +0.000000000000 0.121582031250 0.000000000000 0.018432617188 +0.283203125000 0.000000000000 0.061279296875 0.000000000000 +0.191406250000 0.058349609375 0.000000000000 0.396484375000 +0.000000000000 0.150390625000 0.000000000000 0.000000000000 +0.519531250000 0.000000000000 0.000000000000 0.082031250000 +0.061523437500 0.000000000000 0.219726562500 0.000000000000 +0.038574218750 0.000000000000 0.115234375000 0.000000000000 +0.333984375000 0.077148437500 0.000000000000 0.000000000000 +0.312500000000 0.224609375000 0.019409179688 0.124511718750 +0.000000000000 0.474609375000 0.000000000000 0.000136375427 +0.105468750000 0.000000000000 0.000000000000 0.738281250000 +0.000000000000 0.232421875000 0.000000000000 0.000000000000 +0.365234375000 0.059082031250 0.000000000000 0.212890625000 +0.000000000000 0.000000000000 0.000000000000 0.044189453125 +0.546875000000 0.000000000000 0.000000000000 0.468750000000 +0.000000000000 0.021728515625 0.000000000000 0.308593750000 +0.000000000000 0.000000000000 0.326171875000 0.000000000000 +0.000000000000 0.019531250000 0.203125000000 0.000000000000 +0.326171875000 0.000000000000 0.089355468750 0.085937500000 +0.000000000000 0.000000000000 0.191406250000 0.000000000000 +0.200195312500 0.000000000000 0.206054687500 0.000000000000 +0.037109375000 0.058593750000 0.000000000000 0.036621093750 +0.367187500000 0.000000000000 0.337890625000 0.000000000000 +0.000000000000 0.769531250000 0.000000000000 0.218750000000 +0.000000000000 0.773437500000 0.000000000000 0.000000000000 +0.096679687500 0.585937500000 0.000000000000 0.158203125000 +0.447265625000 0.000000000000 0.000000000000 0.000000000000 +0.667968750000 0.000000000000 0.000000000000 0.515625000000 +0.000000000000 0.000000000000 0.302734375000 0.000000000000 +0.376953125000 0.000000000000 0.000000000000 0.000000000000 +0.200195312500 0.017822265625 0.000000000000 0.000000000000 +0.116699218750 0.153320312500 0.000000000000 0.223632812500 +0.000000000000 0.165039062500 0.375000000000 0.000000000000 +0.000000000000 0.000000000000 0.804687500000 0.000000000000 +0.000000000000 0.000000000000 0.211914062500 0.000000000000 +0.000000000000 0.322265625000 0.000000000000 0.494140625000 +0.000000000000 0.000000000000 0.312500000000 0.000000000000 +0.146484375000 0.000000000000 0.197265625000 0.000000000000 +0.000000000000 0.195312500000 0.000000000000 0.166015625000 +0.337890625000 0.000000000000 0.196289062500 0.000000000000 +0.335937500000 0.247070312500 0.000000000000 0.000000000000 +0.382812500000 0.000000000000 0.000000000000 0.015075683594 +0.302734375000 0.000000000000 0.021240234375 0.000000000000 +0.000000000000 0.292968750000 0.000000000000 0.106445312500 +0.000000000000 0.000000000000 0.000000000000 0.205078125000 +0.000000000000 0.167968750000 0.000000000000 0.542968750000 +0.000000000000 0.000000000000 0.253906250000 0.145507812500 +0.000000000000 0.437500000000 0.000000000000 0.000000000000 +0.188476562500 0.339843750000 0.000000000000 0.000000000000 +0.000000000000 0.228515625000 0.000000000000 0.022338867188 +0.094238281250 0.000000000000 0.480468750000 0.000000000000 +0.000000000000 0.507812500000 0.000000000000 0.000000000000 +0.000000000000 0.210937500000 0.294921875000 0.000000000000 +0.373046875000 0.000000000000 0.000000000000 0.006652832031 +0.027221679688 0.000000000000 0.000000000000 0.000000000000 +0.161132812500 0.021362304688 0.322265625000 0.000000000000 +0.052001953125 0.365234375000 0.000000000000 0.244140625000 +0.043212890625 0.000000000000 0.265625000000 0.006561279297 +0.000000000000 0.289062500000 0.000000000000 0.000000000000 +0.339843750000 0.000000000000 0.192382812500 0.000000000000 +0.142578125000 0.000000000000 0.000000000000 0.083007812500 +0.466796875000 0.000000000000 0.255859375000 0.000000000000 +0.330078125000 0.000000000000 0.000000000000 0.425781250000 +0.000000000000 0.000000000000 0.000000000000 0.294921875000 +0.000000000000 0.000000000000 0.124511718750 0.000000000000 +0.214843750000 0.390625000000 0.000000000000 0.251953125000 +0.219726562500 0.000000000000 0.000000000000 0.121093750000 +0.000000000000 0.000000000000 0.460937500000 0.000000000000 +0.177734375000 0.000000000000 0.273437500000 0.000000000000 +0.000000000000 0.000000000000 0.369140625000 0.000000000000 +0.353515625000 0.000000000000 0.255859375000 0.333984375000 +0.000000000000 0.000000000000 0.691406250000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.216796875000 +0.000000000000 0.050048828125 0.000000000000 0.000000000000 +0.160156250000 0.000000000000 0.000000000000 0.191406250000 +0.000000000000 0.000000000000 0.021484375000 0.000000000000 +0.000000000000 0.060546875000 0.435546875000 0.000000000000 +0.000000000000 0.312500000000 0.000000000000 0.000000000000 +0.330078125000 0.170898437500 0.000000000000 0.000000000000 +0.000000000000 0.421875000000 0.000000000000 0.016967773438 +0.110351562500 0.000000000000 0.164062500000 0.000000000000 +0.066406250000 0.000000000000 0.433593750000 0.000000000000 +0.291015625000 0.000000000000 0.000000000000 0.056396484375 +0.000000000000 0.757812500000 0.000000000000 0.000000000000 +0.000000000000 0.302734375000 0.000000000000 0.017578125000 +0.400390625000 0.025756835938 0.000000000000 0.308593750000 +0.095214843750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.714843750000 0.000000000000 0.068359375000 +0.120605468750 0.000000000000 0.119628906250 0.000000000000 +0.131835937500 0.128906250000 0.281250000000 0.000000000000 +0.566406250000 0.000000000000 0.000000000000 0.367187500000 +0.000000000000 0.349609375000 0.000000000000 0.000000000000 +0.000000000000 0.035156250000 0.589843750000 0.000000000000 +0.000000000000 0.259765625000 0.000000000000 0.135742187500 +0.000000000000 0.000000000000 0.578125000000 0.152343750000 +0.000000000000 0.000000000000 0.527343750000 0.062988281250 +0.000000000000 0.032958984375 0.000000000000 0.000000000000 +0.636718750000 0.202148437500 0.000000000000 0.124023437500 +0.000000000000 0.443359375000 0.000000000000 0.000000000000 +0.376953125000 0.019775390625 0.000000000000 0.000000000000 +0.566406250000 0.000000000000 0.238281250000 0.000000000000 +0.730468750000 0.000000000000 0.110839843750 0.068359375000 +0.000000000000 0.046386718750 0.000659942627 0.000000000000 +0.675781250000 0.000000000000 0.000000000000 0.074218750000 +0.178710937500 0.010681152344 0.000000000000 0.000000000000 +0.000000000000 0.271484375000 0.000000000000 0.000000000000 +0.000000000000 0.312500000000 0.000000000000 0.068847656250 +0.000000000000 0.054199218750 0.000000000000 0.554687500000 +0.000000000000 0.494140625000 0.000000000000 0.000000000000 +0.195312500000 0.042236328125 0.000000000000 0.057373046875 +0.180664062500 0.000000000000 0.000000000000 0.244140625000 +0.000000000000 0.017944335938 0.198242187500 0.000000000000 +0.142578125000 0.000000000000 0.000000000000 0.000000000000 +0.376953125000 0.000000000000 0.000000000000 0.000000000000 +0.090332031250 0.045654296875 0.116699218750 0.000000000000 +0.230468750000 0.000000000000 0.000000000000 0.001022338867 +0.147460937500 0.000000000000 0.605468750000 0.000000000000 +0.000000000000 0.027832031250 0.390625000000 0.145507812500 +0.000000000000 0.000000000000 0.000000000000 0.228515625000 +0.000000000000 0.227539062500 0.251953125000 0.000000000000 +0.086425781250 0.000000000000 0.241210937500 0.221679687500 +0.000000000000 0.000000000000 0.353515625000 0.000000000000 +0.079589843750 0.281250000000 0.000000000000 0.351562500000 +0.000000000000 0.341796875000 0.000000000000 0.451171875000 +0.357421875000 0.000000000000 0.156250000000 0.000000000000 +0.255859375000 0.071289062500 0.000000000000 0.000000000000 +0.482421875000 0.000000000000 0.000000000000 0.169921875000 +0.112304687500 0.000000000000 0.000000000000 0.000000000000 +0.193359375000 0.000000000000 0.185546875000 0.000000000000 +0.000000000000 0.045654296875 0.155273437500 0.086914062500 +0.000000000000 0.000000000000 0.531250000000 0.056152343750 +0.000000000000 0.000000000000 0.558593750000 0.000000000000 +0.000000000000 0.333984375000 0.000000000000 0.125000000000 +0.093261718750 0.116699218750 0.085449218750 0.000000000000 +0.123535156250 0.124023437500 0.000000000000 0.035644531250 +0.029296875000 0.000000000000 0.000000000000 0.333984375000 +0.000000000000 0.259765625000 0.000000000000 0.000000000000 +0.527343750000 0.000000000000 0.464843750000 0.000000000000 +0.062988281250 0.000000000000 0.359375000000 0.394531250000 +0.000000000000 0.194335937500 0.000000000000 0.217773437500 +0.000000000000 0.192382812500 0.000000000000 0.000000000000 +0.000000000000 0.332031250000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.207031250000 0.001884460449 +0.233398437500 0.000000000000 0.041992187500 0.113281250000 +0.000000000000 0.605468750000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.570312500000 0.275390625000 +0.000000000000 0.000000000000 0.059082031250 0.408203125000 +0.283203125000 0.000000000000 0.000000000000 0.000000000000 +0.013122558594 0.322265625000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.229492187500 0.169921875000 +0.000000000000 0.648437500000 0.000000000000 0.193359375000 +0.000000000000 0.000000000000 0.929687500000 0.000000000000 +0.000000000000 0.000000000000 0.099121093750 0.019653320312 +0.000000000000 0.347656250000 0.000000000000 0.275390625000 +0.000000000000 0.131835937500 0.000000000000 0.096679687500 +0.000000000000 0.000000000000 0.404296875000 0.000000000000 +0.020507812500 0.296875000000 0.000000000000 0.375000000000 +0.000000000000 0.146484375000 0.091308593750 0.000000000000 +0.412109375000 0.167968750000 0.051025390625 0.000000000000 +0.000000000000 0.000000000000 0.100097656250 0.125000000000 +0.000000000000 0.000000000000 0.406250000000 0.000000000000 +0.000000000000 0.000000000000 0.236328125000 0.000000000000 +0.000000000000 0.396484375000 0.000000000000 0.000000000000 +0.462890625000 0.000000000000 0.000000000000 0.000000000000 +0.285156250000 0.195312500000 0.034912109375 0.000000000000 +0.000000000000 0.000000000000 0.115234375000 0.316406250000 +0.176757812500 0.000000000000 0.000000000000 0.984375000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.384765625000 0.191406250000 0.000000000000 0.000000000000 +0.149414062500 0.648437500000 0.000000000000 0.000000000000 +0.136718750000 0.546875000000 0.000000000000 0.000000000000 +0.000000000000 0.170898437500 0.083496093750 0.000000000000 +0.063964843750 0.229492187500 0.000000000000 0.040283203125 +0.000000000000 0.000000000000 0.339843750000 0.000000000000 +0.247070312500 0.000000000000 0.027587890625 0.041259765625 +0.097167968750 0.000000000000 0.102050781250 0.000000000000 +0.137695312500 0.178710937500 0.052246093750 0.000000000000 +0.408203125000 0.178710937500 0.000000000000 0.021362304688 +0.000000000000 0.380859375000 0.000000000000 0.012878417969 +0.000000000000 0.117675781250 0.000000000000 0.084472656250 +0.406250000000 0.000000000000 0.000000000000 0.292968750000 +0.020751953125 0.208984375000 0.000000000000 0.154296875000 +0.000000000000 0.000000000000 0.390625000000 0.119140625000 +0.000000000000 0.246093750000 0.000000000000 0.000000000000 +0.000000000000 0.146484375000 0.000000000000 0.306640625000 +0.246093750000 0.000000000000 0.582031250000 0.056396484375 +0.000000000000 0.097167968750 0.000000000000 0.294921875000 +0.000000000000 0.000000000000 0.687500000000 0.000000000000 +0.126953125000 0.061767578125 0.000000000000 0.097656250000 +0.000000000000 0.203125000000 0.000000000000 0.000000000000 +0.519531250000 0.000000000000 0.196289062500 0.000000000000 +0.000000000000 0.143554687500 0.000000000000 0.462890625000 +0.000000000000 0.000000000000 0.187500000000 0.018920898438 +0.000000000000 0.087890625000 0.410156250000 0.000000000000 +0.000000000000 0.031738281250 0.000000000000 0.084472656250 +0.161132812500 0.010131835938 0.000000000000 0.500000000000 +0.048095703125 0.000000000000 0.192382812500 0.000000000000 +0.000000000000 0.210937500000 0.171875000000 0.000000000000 +0.118164062500 0.000000000000 0.018432617188 0.213867187500 +0.000000000000 0.015319824219 0.051269531250 0.072265625000 +0.078613281250 0.000000000000 0.096191406250 0.251953125000 +0.000000000000 0.188476562500 0.133789062500 0.000000000000 +0.000000000000 0.097656250000 0.267578125000 0.000000000000 +0.000000000000 0.199218750000 0.000000000000 0.115722656250 +0.192382812500 0.000000000000 0.000000000000 0.069824218750 +0.000000000000 0.000000000000 0.192382812500 0.017089843750 +0.137695312500 0.000000000000 0.228515625000 0.249023437500 +0.000000000000 0.168945312500 0.000379562378 0.000000000000 +0.091796875000 0.000000000000 0.095214843750 0.000000000000 +0.000000000000 0.180664062500 0.014892578125 0.000000000000 +0.332031250000 0.000000000000 0.183593750000 0.277343750000 +0.000000000000 0.271484375000 0.207031250000 0.000000000000 +0.145507812500 0.000000000000 0.195312500000 0.000000000000 +0.016357421875 0.137695312500 0.000000000000 0.164062500000 +0.000000000000 0.000000000000 0.017456054688 0.302734375000 +0.000000000000 0.099609375000 0.000000000000 0.000000000000 +0.000000000000 0.300781250000 0.000000000000 0.337890625000 +0.000000000000 0.000000000000 0.002197265625 0.000000000000 +0.136718750000 0.388671875000 0.000000000000 0.000000000000 +0.107421875000 0.000000000000 0.285156250000 0.000000000000 +0.112792968750 0.000000000000 0.069335937500 0.245117187500 +0.000000000000 0.000000000000 0.582031250000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.388671875000 +0.000000000000 0.018676757812 0.000000000000 0.000000000000 +0.503906250000 0.000000000000 0.054443359375 0.000000000000 +0.130859375000 0.223632812500 0.000000000000 0.445312500000 +0.000000000000 0.458984375000 0.000000000000 0.150390625000 +0.242187500000 0.000000000000 0.000000000000 0.000000000000 +0.222656250000 0.108886718750 0.000000000000 0.000000000000 +0.205078125000 0.000000000000 0.216796875000 0.019287109375 +0.000000000000 0.000000000000 0.421875000000 0.000000000000 +0.185546875000 0.000000000000 0.067871093750 0.000000000000 +0.000000000000 0.396484375000 0.000000000000 0.000000000000 +0.000000000000 0.093261718750 0.238281250000 0.052734375000 +0.000000000000 0.369140625000 0.000000000000 0.000000000000 +0.441406250000 0.000000000000 0.000000000000 0.515625000000 +0.000000000000 0.000000000000 0.326171875000 0.000000000000 +0.058837890625 0.000000000000 0.365234375000 0.000000000000 +0.000000000000 0.117675781250 0.000000000000 0.106445312500 +0.503906250000 0.000000000000 0.247070312500 0.000000000000 +0.265625000000 0.000000000000 0.000000000000 0.330078125000 +0.000000000000 0.546875000000 0.000000000000 0.000000000000 +0.277343750000 0.086425781250 0.130859375000 0.000000000000 +0.000000000000 0.020507812500 0.234375000000 0.197265625000 +0.000000000000 0.000000000000 0.589843750000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.163085937500 0.239257812500 0.020019531250 +0.062988281250 0.083984375000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.046142578125 0.000000000000 0.000000000000 0.047119140625 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.122558593750 0.439453125000 0.287109375000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.054687500000 0.021728515625 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.143554687500 0.110839843750 +0.104003906250 0.000000000000 0.000000000000 0.064453125000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000705718994 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.027221679688 0.027832031250 +0.371093750000 0.064941406250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.154296875000 +0.174804687500 0.000000000000 0.000000000000 0.000000000000 +0.084960937500 0.100585937500 0.285156250000 0.036621093750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.173828125000 0.231445312500 0.239257812500 +0.027465820312 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.001091003418 0.000000000000 +0.078613281250 0.059814453125 0.038818359375 0.292968750000 +0.045898437500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.070312500000 0.201171875000 +0.000000000000 0.110839843750 0.016357421875 0.000000000000 +0.000000000000 0.000000000000 0.007812500000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.107421875000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.087890625000 0.110839843750 0.137695312500 +0.112304687500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.023437500000 0.115722656250 0.000000000000 0.195312500000 +0.115722656250 0.000000000000 0.000000000000 0.145507812500 +0.187500000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.453125000000 0.419921875000 +0.085937500000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.026611328125 0.061035156250 +0.208984375000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.034179687500 0.257812500000 0.064453125000 +0.000000000000 0.000000000000 0.000000000000 0.090820312500 +0.093261718750 0.289062500000 0.023437500000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.230468750000 0.365234375000 0.050781250000 0.032470703125 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.041503906250 0.000000000000 +0.273437500000 0.241210937500 0.111328125000 0.088867187500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.027221679688 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.100097656250 0.000000000000 0.223632812500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.028442382812 0.099609375000 0.231445312500 +0.108398437500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.001419067383 0.139648437500 +0.111328125000 0.181640625000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.031494140625 +0.095703125000 0.049560546875 0.041748046875 0.199218750000 +0.000000000000 0.000000000000 0.006164550781 0.000000000000 +0.088867187500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.139648437500 0.486328125000 +0.466796875000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.153320312500 0.285156250000 +0.013671875000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.229492187500 +0.219726562500 0.066894531250 0.000000000000 0.041259765625 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.018554687500 0.023925781250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.081542968750 +0.029663085938 0.118652343750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.065917968750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.078613281250 0.300781250000 +0.267578125000 0.071289062500 0.177734375000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.141601562500 0.118164062500 +0.225585937500 0.156250000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.187500000000 0.191406250000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.007324218750 +0.064453125000 0.250000000000 0.179687500000 0.136718750000 +0.040283203125 0.014282226562 0.000000000000 0.000000000000 +0.005462646484 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.265625000000 +0.008117675781 0.018920898438 0.000000000000 0.040039062500 +0.015563964844 0.000000000000 0.045410156250 0.000000000000 +0.041503906250 0.000000000000 0.000000000000 0.000000000000 +0.094238281250 0.131835937500 0.033691406250 0.094726562500 +0.000000000000 0.004089355469 0.000000000000 0.041015625000 +0.132812500000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.073730468750 0.306640625000 +0.289062500000 0.158203125000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.153320312500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.052246093750 +0.136718750000 0.018188476562 0.000000000000 0.121582031250 +0.000000000000 0.359375000000 0.343750000000 0.034179687500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.163085937500 0.030151367188 0.000000000000 +0.000000000000 0.093261718750 0.162109375000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.120117187500 0.353515625000 0.312500000000 0.175781250000 +0.104492187500 0.000000000000 0.000000000000 0.134765625000 +0.000000000000 0.000000000000 0.000000000000 0.038085937500 +0.039062500000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.092285156250 +0.032470703125 0.000000000000 0.086914062500 0.000000000000 +0.036621093750 0.000000000000 0.000000000000 0.000000000000 +0.020996093750 0.124511718750 0.107421875000 0.137695312500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.084960937500 0.150390625000 +0.093261718750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.091308593750 0.000000000000 0.145507812500 +0.062011718750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.016479492188 0.089355468750 0.244140625000 0.236328125000 +0.443359375000 0.105957031250 0.133789062500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.044189453125 0.158203125000 0.233398437500 +0.281250000000 0.178710937500 0.090332031250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.080566406250 0.084472656250 0.000000000000 0.000000000000 +0.000000000000 0.031982421875 0.000000000000 0.053222656250 +0.119628906250 0.166992187500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.124023437500 0.126953125000 0.000000000000 +0.215820312500 0.000000000000 0.000000000000 0.021484375000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.086425781250 0.449218750000 0.310546875000 +0.202148437500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.048828125000 0.261718750000 +0.065429687500 0.104980468750 0.247070312500 0.055664062500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.051513671875 0.285156250000 +0.137695312500 0.033935546875 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.173828125000 0.070312500000 0.200195312500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.026123046875 0.173828125000 +0.156250000000 0.316406250000 0.061523437500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.029296875000 0.000000000000 0.130859375000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.013427734375 0.292968750000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.040527343750 0.074218750000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.187500000000 0.123535156250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.020019531250 +0.234375000000 0.173828125000 0.326171875000 0.291015625000 +0.308593750000 0.285156250000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.093261718750 0.189453125000 +0.421875000000 0.417968750000 0.177734375000 0.000000000000 +0.000000000000 0.100585937500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.072265625000 0.000000000000 0.074218750000 +0.124511718750 0.201171875000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.207031250000 0.302734375000 0.219726562500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.065429687500 0.218750000000 0.218750000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.088378906250 +0.129882812500 0.215820312500 0.189453125000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.194335937500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.196289062500 0.310546875000 +0.074707031250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.204101562500 0.134765625000 0.144531250000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.098144531250 0.123535156250 0.347656250000 0.242187500000 +0.206054687500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.108886718750 +0.019287109375 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.023071289062 +0.009521484375 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.098632812500 0.146484375000 0.245117187500 +0.326171875000 0.080078125000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.070312500000 +0.183593750000 0.000000000000 0.000000000000 0.017456054688 +0.033203125000 0.003158569336 0.084960937500 0.098632812500 +0.000000000000 0.000000000000 0.014892578125 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.088378906250 0.205078125000 0.222656250000 0.196289062500 +0.107910156250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.065429687500 0.435546875000 0.398437500000 +0.000000000000 0.102539062500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.096679687500 +0.431640625000 0.523437500000 0.187500000000 0.162109375000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.285156250000 0.357421875000 +0.139648437500 0.022949218750 0.000000000000 0.000000000000 +0.000000000000 0.138671875000 0.064453125000 0.000000000000 +0.106933593750 0.022949218750 0.067382812500 0.000000000000 +0.232421875000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.052978515625 0.207031250000 0.219726562500 0.261718750000 +0.296875000000 0.208007812500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.239257812500 0.261718750000 0.238281250000 +0.209960937500 0.419921875000 0.204101562500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.049560546875 0.182617187500 0.141601562500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.113769531250 0.247070312500 0.294921875000 0.275390625000 +0.203125000000 0.238281250000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.001510620117 +0.007995605469 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.361328125000 0.835937500000 +0.746093750000 0.531250000000 0.189453125000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.139648437500 0.339843750000 0.406250000000 0.306640625000 +0.115722656250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.073730468750 +0.093261718750 0.191406250000 0.188476562500 0.146484375000 +0.052246093750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.234375000000 0.427734375000 0.582031250000 +0.210937500000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.049560546875 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.208007812500 0.326171875000 +0.341796875000 0.261718750000 0.000000000000 0.000000000000 +0.000000000000 0.001861572266 0.000000000000 0.155273437500 +0.192382812500 0.097167968750 0.041259765625 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.100097656250 0.149414062500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.215820312500 0.110839843750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.182617187500 0.179687500000 0.291015625000 +0.031738281250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.492187500000 0.519531250000 +0.392578125000 0.117675781250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.028930664062 0.000000000000 0.010559082031 +0.115234375000 0.177734375000 0.000000000000 0.000000000000 +0.056152343750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.108398437500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.064453125000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.153320312500 0.184570312500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.058593750000 +0.000000000000 0.283203125000 0.126953125000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.084472656250 0.243164062500 +0.140625000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.077636718750 0.000000000000 0.076660156250 +0.304687500000 0.137695312500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.088867187500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.083984375000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.054443359375 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.211914062500 0.080566406250 +0.014831542969 0.022949218750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.003265380859 +0.098144531250 0.047851562500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.147460937500 0.250000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.062011718750 0.062500000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.174804687500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.170898437500 0.353515625000 +0.316406250000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.008605957031 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.068359375000 0.147460937500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.010986328125 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.185546875000 +0.090332031250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.110351562500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.105957031250 0.008056640625 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.094726562500 0.106933593750 0.170898437500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.070312500000 0.000000000000 0.000000000000 +0.035644531250 0.221679687500 0.199218750000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.065429687500 0.107910156250 0.098632812500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.100585937500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.138671875000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.227539062500 0.019531250000 +0.000000000000 0.000000000000 0.020629882812 0.000000000000 +0.006103515625 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.160156250000 +0.071289062500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.059326171875 0.178710937500 0.199218750000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.083496093750 0.298828125000 +0.014770507812 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.194335937500 0.222656250000 0.345703125000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.092773437500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.036132812500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.083496093750 0.000000000000 +0.102050781250 0.000000000000 0.150390625000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.094726562500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.059814453125 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.136718750000 0.112792968750 0.006561279297 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.238281250000 0.053955078125 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.050048828125 0.000000000000 +0.000000000000 0.000000000000 0.090332031250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.069824218750 0.209960937500 0.093750000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.061523437500 0.005493164062 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.310546875000 0.175781250000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.113281250000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.148437500000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.155273437500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.041748046875 +0.000000000000 0.194335937500 0.000000000000 0.018432617188 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.004913330078 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.211914062500 0.277343750000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.096679687500 0.049560546875 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.034179687500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.118652343750 0.015991210938 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.063964843750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.137695312500 0.073242187500 0.050781250000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.292968750000 0.162109375000 +0.007202148438 0.000000000000 0.000000000000 0.000000000000 +0.162109375000 0.155273437500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.054687500000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.051513671875 +0.000000000000 0.000000000000 0.032958984375 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.086914062500 0.146484375000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.179687500000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.023071289062 0.322265625000 0.296875000000 0.048583984375 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.015747070312 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.016601562500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.086425781250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.050048828125 0.178710937500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.196289062500 +0.155273437500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.100585937500 +0.023437500000 0.010864257812 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.160156250000 +0.199218750000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.094726562500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.035400390625 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.196289062500 +0.010559082031 0.122070312500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.096679687500 +0.050292968750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.192382812500 0.018676757812 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.103027343750 +0.169921875000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.011047363281 0.012817382812 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.234375000000 0.447265625000 0.408203125000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.032470703125 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.363281250000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000686645508 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.343750000000 +0.000000000000 0.306640625000 0.000000000000 0.000000000000 +0.072265625000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.007263183594 0.000000000000 +0.000000000000 0.000000000000 0.443359375000 0.000000000000 +0.000000000000 0.000000000000 0.486328125000 0.000000000000 +0.149414062500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.164062500000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.294921875000 0.000000000000 0.000000000000 0.000000000000 +0.147460937500 0.000000000000 0.000000000000 0.182617187500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.163085937500 0.000000000000 0.000000000000 0.007995605469 +0.000000000000 0.000000000000 0.102050781250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.002853393555 0.101562500000 0.000000000000 0.000000000000 +0.000000000000 0.173828125000 0.000000000000 0.000000000000 +0.000000000000 0.332031250000 0.000000000000 0.000000000000 +0.000000000000 0.051757812500 0.000000000000 0.191406250000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.172851562500 0.000000000000 0.000000000000 0.208007812500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.153320312500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.065917968750 0.000000000000 +0.029785156250 0.000000000000 0.000000000000 0.000000000000 +0.044677734375 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.609375000000 0.000000000000 0.000000000000 +0.000000000000 0.542968750000 0.000000000000 0.000000000000 +0.145507812500 0.084960937500 0.000000000000 0.000000000000 +0.181640625000 0.000000000000 0.000000000000 0.000000000000 +0.181640625000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.155273437500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.023071289062 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.019165039062 +0.000000000000 0.000000000000 0.460937500000 0.000000000000 +0.000000000000 0.000000000000 0.412109375000 0.000000000000 +0.000000000000 0.085937500000 0.141601562500 0.019653320312 +0.000000000000 0.169921875000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.194335937500 0.000000000000 +0.166015625000 0.000000000000 0.000000000000 0.000000000000 +0.037597656250 0.000000000000 0.000000000000 0.000000000000 +0.328125000000 0.000000000000 0.000000000000 0.000000000000 +0.117187500000 0.000000000000 0.000000000000 0.000000000000 +0.125976562500 0.000000000000 0.000000000000 0.000000000000 +0.107910156250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.021240234375 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.212890625000 0.000000000000 0.000000000000 +0.200195312500 0.046630859375 0.000000000000 0.000000000000 +0.065917968750 0.000000000000 0.142578125000 0.000000000000 +0.000000000000 0.000000000000 0.161132812500 0.000000000000 +0.000000000000 0.161132812500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.121093750000 0.000000000000 0.000000000000 +0.084960937500 0.000000000000 0.000000000000 0.214843750000 +0.000000000000 0.000000000000 0.000000000000 0.023193359375 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.054443359375 0.000000000000 +0.043457031250 0.000000000000 0.125000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.281250000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.037841796875 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.205078125000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.243164062500 0.000000000000 +0.014892578125 0.000000000000 0.155273437500 0.014892578125 +0.000000000000 0.000000000000 0.025756835938 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.173828125000 0.000000000000 +0.000000000000 0.000000000000 0.208007812500 0.000000000000 +0.000000000000 0.048095703125 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.121582031250 0.000000000000 0.100585937500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.147460937500 0.000000000000 0.000000000000 +0.000000000000 0.335937500000 0.000000000000 0.000000000000 +0.000000000000 0.007812500000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.115722656250 0.000000000000 0.000000000000 +0.000000000000 0.116210937500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.041992187500 0.000000000000 0.000000000000 0.000000000000 +0.097167968750 0.000000000000 0.000000000000 0.006835937500 +0.000000000000 0.000000000000 0.004669189453 0.000000000000 +0.000000000000 0.000000000000 0.160156250000 0.000000000000 +0.000000000000 0.000000000000 0.002136230469 0.000000000000 +0.000000000000 0.000000000000 0.339843750000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.285156250000 0.012512207031 0.000000000000 0.000000000000 +0.004730224609 0.043945312500 0.000000000000 0.000000000000 +0.457031250000 0.000000000000 0.092773437500 0.000000000000 +0.656250000000 0.000000000000 0.261718750000 0.000000000000 +0.263671875000 0.000000000000 0.000000000000 0.000000000000 +0.012939453125 0.000000000000 0.000000000000 0.000000000000 +0.398437500000 0.000000000000 0.000000000000 0.130859375000 +0.000000000000 0.114746093750 0.000000000000 0.000000000000 +0.000000000000 0.253906250000 0.000000000000 0.000000000000 +0.000000000000 0.057861328125 0.000000000000 0.285156250000 +0.000000000000 0.022338867188 0.000000000000 0.247070312500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.298828125000 0.000000000000 0.000000000000 0.000000000000 +0.018310546875 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.227539062500 0.000000000000 +0.024047851562 0.046386718750 0.029418945312 0.000000000000 +0.097167968750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.008789062500 0.000000000000 +0.000000000000 0.000000000000 0.035644531250 0.000000000000 +0.031982421875 0.000000000000 0.026977539062 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.011718750000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.343750000000 0.000000000000 0.037353515625 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.073242187500 0.000000000000 0.000000000000 0.000000000000 +0.015625000000 0.000000000000 0.000000000000 0.000000000000 +0.035400390625 0.000000000000 0.000000000000 0.000000000000 +0.075683593750 0.000000000000 0.000000000000 0.029663085938 +0.000000000000 0.000000000000 0.015319824219 0.000000000000 +0.000000000000 0.000000000000 0.181640625000 0.000000000000 +0.000000000000 0.000000000000 0.441406250000 0.000000000000 +0.000000000000 0.000000000000 0.047119140625 0.000000000000 +0.000000000000 0.106445312500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.243164062500 0.000000000000 0.000000000000 +0.279296875000 0.000000000000 0.000000000000 0.131835937500 +0.000000000000 0.000000000000 0.237304687500 0.000000000000 +0.275390625000 0.000000000000 0.326171875000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.128906250000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.036132812500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.107421875000 0.192382812500 +0.000000000000 0.000000000000 0.000000000000 0.041259765625 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.106933593750 0.000000000000 0.000000000000 +0.000000000000 0.160156250000 0.000000000000 0.196289062500 +0.000000000000 0.161132812500 0.000000000000 0.067871093750 +0.000000000000 0.000000000000 0.466796875000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.014099121094 +0.000000000000 0.429687500000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.054199218750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.148437500000 0.000000000000 +0.115722656250 0.000000000000 0.000000000000 0.000000000000 +0.036376953125 0.000000000000 0.044189453125 0.000000000000 +0.000000000000 0.000000000000 0.092285156250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.073242187500 0.000000000000 0.000000000000 +0.088867187500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.024291992188 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.126953125000 +0.000000000000 0.000000000000 0.000000000000 0.263671875000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.067871093750 0.132812500000 0.000000000000 0.092773437500 +0.000000000000 0.373046875000 0.000000000000 0.000000000000 +0.000000000000 0.199218750000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.084960937500 0.000000000000 +0.092285156250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.063964843750 0.000000000000 +0.162109375000 0.000000000000 0.132812500000 0.000000000000 +0.084472656250 0.136718750000 0.000000000000 0.000000000000 +0.000000000000 0.025634765625 0.000000000000 0.000000000000 +0.000000000000 0.013305664062 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.030517578125 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.220703125000 0.000000000000 0.054443359375 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.014892578125 0.132812500000 +0.000000000000 0.000000000000 0.116210937500 0.000000000000 +0.000000000000 0.000000000000 0.250000000000 0.000000000000 +0.055908203125 0.000000000000 0.000000000000 0.026123046875 +0.196289062500 0.000000000000 0.000000000000 0.000000000000 +0.037353515625 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.075683593750 0.000000000000 0.062500000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.091796875000 0.000000000000 +0.000000000000 0.181640625000 0.000000000000 0.240234375000 +0.000000000000 0.000000000000 0.000000000000 0.240234375000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.006622314453 0.000000000000 0.000000000000 +0.000000000000 0.029907226562 0.000000000000 0.003067016602 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.023315429688 +0.000000000000 0.106933593750 0.167968750000 0.000000000000 +0.000000000000 0.191406250000 0.000000000000 0.000000000000 +0.000000000000 0.045654296875 0.000000000000 0.000000000000 +0.005554199219 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.121093750000 0.000000000000 +0.000000000000 0.000000000000 0.110351562500 0.205078125000 +0.000000000000 0.159179687500 0.041503906250 0.000000000000 +0.018676757812 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.099609375000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.038085937500 0.000000000000 0.000000000000 0.190429687500 +0.000000000000 0.014343261719 0.000000000000 0.000000000000 +0.000000000000 0.060791015625 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.088378906250 0.000000000000 0.000000000000 +0.140625000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.079589843750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.118652343750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.246093750000 0.000000000000 0.347656250000 +0.000000000000 0.076660156250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.043212890625 0.000000000000 0.000000000000 0.000000000000 +0.005462646484 0.000000000000 0.000000000000 0.000000000000 +0.230468750000 0.000000000000 0.180664062500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.287109375000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.099609375000 +0.000000000000 0.000000000000 0.096191406250 0.000000000000 +0.000000000000 0.000000000000 0.013305664062 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.238281250000 0.000000000000 0.054443359375 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.182617187500 +0.000000000000 0.240234375000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.103027343750 0.000000000000 +0.000000000000 0.000000000000 0.271484375000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.010681152344 0.000000000000 0.109375000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.085449218750 +0.000000000000 0.030639648438 0.000000000000 0.005096435547 +0.000000000000 0.033691406250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.108398437500 +0.118652343750 0.063476562500 0.300781250000 0.267578125000 +0.119140625000 0.119628906250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.250000000000 0.140625000000 0.022216796875 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.046142578125 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.004180908203 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.071777343750 0.000000000000 +0.027221679688 0.000000000000 0.000000000000 0.031494140625 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.171875000000 0.142578125000 0.074218750000 +0.133789062500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.186523437500 0.052978515625 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.210937500000 0.177734375000 0.194335937500 +0.212890625000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.008850097656 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000881195068 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.033447265625 0.048339843750 0.310546875000 0.215820312500 +0.468750000000 0.126953125000 0.166992187500 0.026245117188 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.148437500000 0.225585937500 +0.205078125000 0.034912109375 0.000000000000 0.000000000000 +0.000000000000 0.158203125000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.004821777344 0.015869140625 0.198242187500 +0.355468750000 0.416015625000 0.392578125000 0.059082031250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.125976562500 +0.000000000000 0.133789062500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.214843750000 0.212890625000 +0.263671875000 0.170898437500 0.000000000000 0.000000000000 +0.000000000000 0.098144531250 0.074707031250 0.119628906250 +0.294921875000 0.043212890625 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.020141601562 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.110351562500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.044921875000 0.133789062500 0.114746093750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.056884765625 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.179687500000 0.160156250000 0.004028320312 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.109863281250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.040283203125 +0.000000000000 0.235351562500 0.000000000000 0.049804687500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.149414062500 0.180664062500 0.130859375000 +0.281250000000 0.072753906250 0.051269531250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.066894531250 +0.041015625000 0.091796875000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.176757812500 0.061523437500 0.229492187500 +0.096679687500 0.151367187500 0.000000000000 0.043945312500 +0.091796875000 0.026367187500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.007110595703 +0.068847656250 0.045166015625 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.034179687500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.036621093750 0.030639648438 +0.281250000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.160156250000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.065429687500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.027343750000 0.000000000000 0.096679687500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.100097656250 +0.101074218750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.076660156250 0.000000000000 +0.000000000000 0.000000000000 0.105957031250 0.345703125000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.029174804688 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.012329101562 0.000000000000 +0.000000000000 0.057373046875 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.132812500000 +0.104980468750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.209960937500 0.380859375000 0.216796875000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.117675781250 +0.079101562500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.082519531250 0.057617187500 +0.122070312500 0.149414062500 0.106445312500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.006958007812 +0.121093750000 0.080078125000 0.078125000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.007873535156 +0.083496093750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.074218750000 +0.000000000000 0.000000000000 0.082031250000 0.174804687500 +0.365234375000 0.150390625000 0.261718750000 0.125000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.030029296875 0.271484375000 0.238281250000 +0.255859375000 0.300781250000 0.104980468750 0.171875000000 +0.000000000000 0.031005859375 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.096191406250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.045166015625 +0.111328125000 0.017700195312 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.090820312500 0.000000000000 0.003799438477 0.000000000000 +0.000000000000 0.023681640625 0.246093750000 0.253906250000 +0.146484375000 0.010986328125 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.228515625000 0.213867187500 +0.369140625000 0.318359375000 0.201171875000 0.236328125000 +0.010009765625 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.111816406250 0.263671875000 0.167968750000 0.227539062500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.068359375000 0.128906250000 0.161132812500 0.076171875000 +0.090820312500 0.153320312500 0.137695312500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.034423828125 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.010620117188 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.013549804688 0.036621093750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.089843750000 +0.277343750000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.079101562500 0.152343750000 0.124023437500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.104980468750 +0.000000000000 0.005645751953 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.050048828125 0.201171875000 +0.119140625000 0.102050781250 0.101562500000 0.008728027344 +0.000000000000 0.000000000000 0.000000000000 0.080566406250 +0.068847656250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.029296875000 0.181640625000 +0.306640625000 0.265625000000 0.269531250000 0.065917968750 +0.080566406250 0.000000000000 0.095214843750 0.037597656250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.071777343750 0.000000000000 +0.018798828125 0.098632812500 0.410156250000 0.116210937500 +0.423828125000 0.275390625000 0.283203125000 0.000000000000 +0.027221679688 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.136718750000 +0.000255584717 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.164062500000 0.225585937500 0.181640625000 +0.000000000000 0.000000000000 0.000000000000 0.006652832031 +0.016357421875 0.137695312500 0.000000000000 0.135742187500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.180664062500 0.004638671875 +0.000000000000 0.027832031250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.105957031250 0.002258300781 0.000000000000 +0.099121093750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.090332031250 +0.035888671875 0.071777343750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.125000000000 +0.177734375000 0.202148437500 0.118652343750 0.000000000000 +0.083496093750 0.269531250000 0.063964843750 0.283203125000 +0.078613281250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.265625000000 +0.110839843750 0.097167968750 0.154296875000 0.000000000000 +0.000000000000 0.267578125000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.300781250000 0.218750000000 0.153320312500 0.099609375000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.023681640625 +0.033935546875 0.000000000000 0.019775390625 0.090820312500 +0.000000000000 0.186523437500 0.147460937500 0.279296875000 +0.245117187500 0.000000000000 0.139648437500 0.016601562500 +0.000000000000 0.000000000000 0.029052734375 0.000000000000 +0.000000000000 0.107421875000 0.081542968750 0.000000000000 +0.206054687500 0.036376953125 0.128906250000 0.005889892578 +0.000000000000 0.000000000000 0.034179687500 0.000000000000 +0.000000000000 0.069335937500 0.118164062500 0.028442382812 +0.068847656250 0.188476562500 0.355468750000 0.492187500000 +0.164062500000 0.141601562500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.035644531250 0.155273437500 +0.120117187500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.099121093750 0.000000000000 +0.000000000000 0.000000000000 0.052978515625 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.209960937500 0.000000000000 0.000000000000 0.047607421875 +0.166015625000 0.130859375000 0.425781250000 0.396484375000 +0.086914062500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.142578125000 0.067382812500 0.046386718750 +0.012817382812 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.041748046875 0.232421875000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.237304687500 0.335937500000 0.218750000000 0.002105712891 +0.048095703125 0.000000000000 0.000000000000 0.251953125000 +0.318359375000 0.335937500000 0.008056640625 0.006805419922 +0.000000000000 0.000000000000 0.000000000000 0.166015625000 +0.088378906250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.035644531250 0.000000000000 +0.048339843750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.070312500000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.041503906250 0.000000000000 0.000000000000 +0.251953125000 0.233398437500 0.105957031250 0.164062500000 +0.051513671875 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.006164550781 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.115722656250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.088378906250 0.066406250000 +0.255859375000 0.036621093750 0.042724609375 0.003845214844 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.037109375000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.079589843750 +0.304687500000 0.110839843750 0.212890625000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.016235351562 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.112792968750 0.255859375000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.004211425781 +0.000000000000 0.053955078125 0.184570312500 0.000000000000 +0.139648437500 0.000000000000 0.022827148438 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.036376953125 0.015502929688 0.000000000000 0.222656250000 +0.006744384766 0.000000000000 0.125976562500 0.125000000000 +0.000000000000 0.153320312500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.016723632812 0.097656250000 0.041992187500 +0.000000000000 0.000000000000 0.088867187500 0.000000000000 +0.157226562500 0.035888671875 0.000000000000 0.000000000000 +0.281250000000 0.000000000000 0.137695312500 0.203125000000 +0.225585937500 0.000000000000 0.007568359375 0.000000000000 +0.000000000000 0.000000000000 0.115722656250 0.219726562500 +0.084960937500 0.125976562500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.263671875000 +0.010253906250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.253906250000 0.125976562500 0.089843750000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.025512695312 0.000000000000 0.000000000000 +0.277343750000 0.318359375000 0.120117187500 0.052734375000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.218750000000 0.096679687500 0.041503906250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.037597656250 0.000000000000 0.000000000000 +0.006256103516 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.291015625000 0.161132812500 0.000000000000 0.075683593750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.205078125000 +0.188476562500 0.237304687500 0.235351562500 0.045410156250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.097656250000 0.235351562500 +0.250000000000 0.000000000000 0.000000000000 0.000000000000 +0.025390625000 0.000000000000 0.000000000000 0.083984375000 +0.134765625000 0.056152343750 0.124511718750 0.000000000000 +0.026977539062 0.000000000000 0.118164062500 0.062500000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.145507812500 0.003341674805 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.179687500000 +0.201171875000 0.000000000000 0.000000000000 0.000000000000 +0.030883789062 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.122558593750 0.078613281250 +0.000000000000 0.000000000000 0.000000000000 0.034179687500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.034423828125 0.106933593750 0.000000000000 0.000000000000 +0.098632812500 0.000000000000 0.000000000000 0.120605468750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.159179687500 0.277343750000 +0.202148437500 0.098632812500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.085937500000 +0.189453125000 0.125000000000 0.116210937500 0.007324218750 +0.000000000000 0.000000000000 0.000000000000 0.089843750000 +0.316406250000 0.157226562500 0.071777343750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.229492187500 0.267578125000 0.180664062500 +0.072265625000 0.000000000000 0.023681640625 0.120605468750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.116699218750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.235351562500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.001853942871 0.000000000000 0.000000000000 0.166015625000 +0.062988281250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.125976562500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.175781250000 0.147460937500 +0.125000000000 0.069824218750 0.161132812500 0.000000000000 +0.135742187500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.096679687500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.086425781250 +0.253906250000 0.000000000000 0.033691406250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.149414062500 0.292968750000 0.086425781250 0.369140625000 +0.000000000000 0.056884765625 0.000000000000 0.000000000000 +0.298828125000 0.384765625000 0.251953125000 0.388671875000 +0.195312500000 0.058837890625 0.153320312500 0.000000000000 +0.000000000000 0.111816406250 0.245117187500 0.166015625000 +0.416015625000 0.388671875000 0.182617187500 0.128906250000 +0.019531250000 0.000000000000 0.000000000000 0.000000000000 +0.004486083984 0.167968750000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.375000000000 0.107910156250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.225585937500 +0.021728515625 0.000000000000 0.000000000000 0.006103515625 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.010437011719 0.126953125000 +0.134765625000 0.157226562500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.030029296875 +0.020629882812 0.061035156250 0.145507812500 0.034179687500 +0.000000000000 0.310546875000 0.186523437500 0.184570312500 +0.255859375000 0.075195312500 0.000000000000 0.001846313477 +0.075195312500 0.000000000000 0.000000000000 0.000000000000 +0.049072265625 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.098632812500 0.019287109375 +0.073730468750 0.030151367188 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.064941406250 0.012084960938 0.253906250000 0.236328125000 +0.296875000000 0.320312500000 0.148437500000 0.000000000000 +0.000000000000 0.000000000000 0.000850677490 0.107421875000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.128906250000 0.087890625000 +0.039062500000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.094726562500 0.000000000000 0.001853942871 +0.124511718750 0.123046875000 0.000000000000 0.189453125000 +0.080078125000 0.241210937500 0.151367187500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.030639648438 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.078125000000 0.000000000000 0.015625000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.091796875000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.041992187500 +0.000000000000 0.000000000000 0.000000000000 0.092773437500 +0.000000000000 0.032714843750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.139648437500 0.120117187500 +0.000000000000 0.019409179688 0.000000000000 0.210937500000 +0.046875000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.070800781250 0.181640625000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.166992187500 0.137695312500 0.073242187500 +0.026367187500 0.072265625000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.109863281250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.038085937500 0.099121093750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.039794921875 0.000000000000 +0.185546875000 0.416015625000 0.074218750000 0.023803710938 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.015258789062 0.014160156250 0.051757812500 +0.201171875000 0.090332031250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.049316406250 +0.118652343750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.066894531250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.004974365234 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.031250000000 0.044433593750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.138671875000 0.111328125000 +0.182617187500 0.045410156250 0.001106262207 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.017456054688 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.119628906250 0.090332031250 0.023681640625 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.057617187500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.119140625000 0.016113281250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.016601562500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.025024414062 0.062255859375 0.016845703125 0.097656250000 +0.062988281250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.186523437500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.049804687500 +0.324218750000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.110351562500 0.218750000000 +0.052490234375 0.118652343750 0.201171875000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.041748046875 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.041015625000 0.000000000000 +0.016357421875 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.139648437500 0.265625000000 +0.112792968750 0.213867187500 0.208984375000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.151367187500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.101074218750 0.062500000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.011657714844 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.068359375000 0.000000000000 +0.000000000000 0.035888671875 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.034179687500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.012268066406 0.013854980469 0.102539062500 +0.071289062500 0.026123046875 0.083007812500 0.030395507812 +0.073730468750 0.138671875000 0.000000000000 0.072265625000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.054931640625 0.000000000000 +0.011901855469 0.073242187500 0.007049560547 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.006256103516 0.000000000000 +0.238281250000 0.042480468750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.002929687500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.024658203125 0.017211914062 +0.042236328125 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.020263671875 0.029785156250 0.083496093750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.012512207031 0.036865234375 0.018554687500 0.000000000000 +0.000000000000 0.069335937500 0.094238281250 0.000000000000 +0.183593750000 0.221679687500 0.000000000000 0.227539062500 +0.131835937500 0.000000000000 0.078125000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000103950500 0.060302734375 0.196289062500 0.167968750000 +0.104003906250 0.070800781250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.302734375000 +0.103515625000 0.066406250000 0.084472656250 0.080078125000 +0.361328125000 0.108398437500 0.035400390625 0.027954101562 +0.000000000000 0.000000000000 0.000000000000 0.055175781250 +0.000000000000 0.053710937500 0.010681152344 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.075683593750 +0.255859375000 0.111328125000 0.070312500000 0.049316406250 +0.089843750000 0.026855468750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.225585937500 0.098632812500 +0.000000000000 0.000000000000 0.087402343750 0.015747070312 +0.000000000000 0.021240234375 0.107421875000 0.085937500000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.006164550781 +0.000000000000 0.005432128906 0.000000000000 0.072265625000 +0.052246093750 0.000000000000 0.000000000000 0.034912109375 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.154296875000 0.201171875000 0.332031250000 +0.275390625000 0.263671875000 0.002670288086 0.000000000000 +0.032958984375 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.085937500000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.033203125000 0.000000000000 0.000000000000 +0.024658203125 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.018066406250 0.002304077148 0.208984375000 0.259765625000 +0.300781250000 0.206054687500 0.094726562500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.019042968750 0.042724609375 0.287109375000 0.335937500000 +0.359375000000 0.246093750000 0.049072265625 0.119140625000 +0.022583007812 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.053222656250 +0.028808593750 0.000000000000 0.031250000000 0.186523437500 +0.076660156250 0.193359375000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.148437500000 0.126953125000 0.141601562500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.183593750000 +0.382812500000 0.474609375000 0.546875000000 0.400390625000 +0.178710937500 0.111816406250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.131835937500 +0.003967285156 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.193359375000 0.070312500000 +0.018676757812 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.032470703125 0.057128906250 0.146484375000 +0.073730468750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.043212890625 0.000000000000 0.000000000000 0.045166015625 +0.156250000000 0.143554687500 0.000000000000 0.000000000000 +0.124511718750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.248046875000 0.000000000000 0.192382812500 +0.000000000000 0.000000000000 0.129882812500 0.000000000000 +0.138671875000 0.062988281250 0.037353515625 0.012634277344 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.328125000000 0.000000000000 0.238281250000 0.000000000000 +0.000000000000 0.097167968750 0.175781250000 0.000000000000 +0.000000000000 0.076171875000 0.000000000000 0.000000000000 +0.000000000000 0.033447265625 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.006805419922 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.101074218750 +0.000000000000 0.195312500000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.542968750000 0.091796875000 0.000000000000 +0.034179687500 0.000000000000 0.000000000000 0.150390625000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.013977050781 0.000165939331 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.014648437500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.031738281250 0.000000000000 0.289062500000 0.086425781250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000402450562 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.004394531250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.250000000000 +0.111816406250 0.110351562500 0.000000000000 0.000000000000 +0.162109375000 0.000000000000 0.269531250000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.099121093750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.031005859375 0.000000000000 +0.000000000000 0.058105468750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.265625000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.061035156250 0.000000000000 0.194335937500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.112304687500 0.000000000000 0.000000000000 +0.000000000000 0.037109375000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.050537109375 0.131835937500 0.057617187500 0.111328125000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.005676269531 0.000000000000 0.000000000000 0.087890625000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.006896972656 0.000000000000 0.330078125000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.216796875000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.077636718750 0.000000000000 0.010192871094 +0.000000000000 0.000000000000 0.267578125000 0.000000000000 +0.007141113281 0.201171875000 0.000000000000 0.134765625000 +0.007873535156 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.091796875000 0.000000000000 0.224609375000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.035400390625 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.081542968750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.055664062500 0.003601074219 0.000000000000 +0.000000000000 0.088867187500 0.000000000000 0.249023437500 +0.206054687500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.051025390625 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.092773437500 +0.000000000000 0.281250000000 0.400390625000 0.062011718750 +0.000000000000 0.116210937500 0.000000000000 0.000000000000 +0.000000000000 0.000071048737 0.000000000000 0.022705078125 +0.111328125000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.271484375000 0.000000000000 0.044921875000 +0.000000000000 0.000000000000 0.037597656250 0.000000000000 +0.000000000000 0.184570312500 0.000000000000 0.235351562500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.259765625000 0.000000000000 +0.168945312500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.035644531250 0.000000000000 0.000000000000 0.044433593750 +0.000000000000 0.000000000000 0.000000000000 0.042480468750 +0.044433593750 0.140625000000 0.069335937500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.137695312500 0.000000000000 +0.137695312500 0.000000000000 0.061035156250 0.015747070312 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.106933593750 +0.000000000000 0.000000000000 0.085449218750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.060302734375 0.000000000000 +0.000000000000 0.000000000000 0.052490234375 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.184570312500 +0.246093750000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.124511718750 0.000000000000 0.000000000000 0.195312500000 +0.324218750000 0.199218750000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.074707031250 0.224609375000 +0.000000000000 0.355468750000 0.000000000000 0.146484375000 +0.312500000000 0.267578125000 0.128906250000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.153320312500 0.056640625000 +0.016967773438 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.109375000000 +0.083496093750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.057373046875 0.230468750000 +0.002746582031 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.247070312500 0.000000000000 +0.069335937500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.099609375000 0.000000000000 0.127929687500 +0.000000000000 0.000000000000 0.000000000000 0.025512695312 +0.000000000000 0.000000000000 0.000000000000 0.023193359375 +0.000000000000 0.000000000000 0.211914062500 0.000000000000 +0.225585937500 0.000000000000 0.000000000000 0.038574218750 +0.000000000000 0.027587890625 0.044433593750 0.427734375000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.032226562500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.109863281250 0.057861328125 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.279296875000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.151367187500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.092285156250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.082519531250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.102539062500 0.115234375000 0.000000000000 +0.000000000000 0.000000000000 0.184570312500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.180664062500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.142578125000 0.000000000000 0.000000000000 +0.000000000000 0.161132812500 0.038085937500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.095214843750 0.168945312500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.190429687500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.168945312500 0.000000000000 0.000000000000 0.000000000000 +0.072753906250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.108886718750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.241210937500 +0.000000000000 0.044677734375 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.024780273438 +0.043945312500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.187500000000 0.000000000000 0.291015625000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.279296875000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.205078125000 0.000000000000 0.000000000000 +0.195312500000 0.097656250000 0.253906250000 0.174804687500 +0.016723632812 0.061279296875 0.114257812500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.087890625000 0.000000000000 0.000000000000 +0.218750000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.058837890625 0.000000000000 0.016723632812 +0.090820312500 0.000000000000 0.144531250000 0.353515625000 +0.507812500000 0.228515625000 0.068359375000 0.038085937500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.015869140625 +0.000789642334 0.176757812500 0.000000000000 0.000000000000 +0.000000000000 0.074218750000 0.087402343750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.145507812500 0.000000000000 0.000000000000 0.000000000000 +0.228515625000 0.000000000000 0.140625000000 0.078613281250 +0.248046875000 0.279296875000 0.000000000000 0.067382812500 +0.199218750000 0.141601562500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.253906250000 0.000000000000 +0.056640625000 0.000000000000 0.000000000000 0.010925292969 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.181640625000 0.000000000000 0.000000000000 +0.000000000000 0.045654296875 0.104492187500 0.000000000000 +0.000000000000 0.086914062500 0.000000000000 0.000000000000 +0.277343750000 0.000000000000 0.050781250000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.060302734375 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.083984375000 0.173828125000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.035400390625 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.237304687500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.030273437500 0.000000000000 0.000000000000 0.000000000000 +0.042724609375 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.072265625000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.224609375000 0.160156250000 +0.020263671875 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.078125000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.066406250000 +0.096191406250 0.079589843750 0.232421875000 0.053466796875 +0.108886718750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.002471923828 0.210937500000 +0.091796875000 0.120117187500 0.000000000000 0.012573242188 +0.000000000000 0.088867187500 0.089355468750 0.199218750000 +0.002853393555 0.156250000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.068359375000 +0.152343750000 0.228515625000 0.072265625000 0.104980468750 +0.296875000000 0.128906250000 0.228515625000 0.211914062500 +0.283203125000 0.062500000000 0.000000000000 0.007293701172 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.153320312500 0.068359375000 +0.226562500000 0.125976562500 0.184570312500 0.052246093750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.064453125000 0.000000000000 0.004425048828 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.148437500000 0.144531250000 0.140625000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.204101562500 0.136718750000 0.222656250000 0.015869140625 +0.023803710938 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.101562500000 0.265625000000 0.062011718750 +0.040527343750 0.083007812500 0.000000000000 0.088867187500 +0.026123046875 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.066894531250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.071777343750 0.143554687500 +0.025268554688 0.078613281250 0.000000000000 0.026733398438 +0.000000000000 0.011596679688 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.023437500000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.081542968750 0.134765625000 0.213867187500 0.146484375000 +0.217773437500 0.039062500000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.041259765625 0.213867187500 +0.000000000000 0.000000000000 0.000000000000 0.059326171875 +0.160156250000 0.221679687500 0.135742187500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.050292968750 +0.163085937500 0.392578125000 0.193359375000 0.154296875000 +0.102050781250 0.039794921875 0.016235351562 0.077636718750 +0.291015625000 0.013732910156 0.062988281250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.007629394531 +0.000000000000 0.126953125000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.087890625000 0.000000000000 0.000000000000 0.024047851562 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.059326171875 0.021728515625 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.145507812500 0.189453125000 0.214843750000 +0.091308593750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.180664062500 0.208007812500 +0.306640625000 0.000000000000 0.000000000000 0.000000000000 +0.087402343750 0.000000000000 0.000000000000 0.157226562500 +0.010314941406 0.000000000000 0.100585937500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.148437500000 0.353515625000 0.427734375000 0.292968750000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.020385742188 0.192382812500 0.059082031250 0.078613281250 +0.000000000000 0.005249023438 0.000000000000 0.000000000000 +0.000000000000 0.145507812500 0.228515625000 0.265625000000 +0.079101562500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.016723632812 0.000000000000 +0.104980468750 0.041503906250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.261718750000 +0.043212890625 0.215820312500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.034179687500 +0.118164062500 0.000000000000 0.068847656250 0.061767578125 +0.075683593750 0.255859375000 0.000000000000 0.019897460938 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.013977050781 0.039794921875 0.195312500000 0.145507812500 +0.221679687500 0.182617187500 0.003280639648 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.064453125000 +0.000000000000 0.115234375000 0.126953125000 0.155273437500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.090820312500 0.071289062500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.105957031250 0.000000000000 +0.000000000000 0.000000000000 0.039794921875 0.149414062500 +0.174804687500 0.484375000000 0.137695312500 0.097167968750 +0.094726562500 0.049316406250 0.010559082031 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.220703125000 0.273437500000 0.277343750000 0.322265625000 +0.156250000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.069335937500 0.102050781250 +0.228515625000 0.084472656250 0.086425781250 0.000000000000 +0.056884765625 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.048339843750 0.121093750000 0.120117187500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.087890625000 0.228515625000 +0.378906250000 0.116210937500 0.084472656250 0.000000000000 +0.000000000000 0.000000000000 0.028564453125 0.101074218750 +0.157226562500 0.199218750000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.019897460938 0.134765625000 +0.150390625000 0.111816406250 0.065917968750 0.117187500000 +0.000000000000 0.071777343750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.082519531250 +0.000000000000 0.107910156250 0.160156250000 0.000000000000 +0.068847656250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.193359375000 +0.277343750000 0.100585937500 0.154296875000 0.006958007812 +0.000000000000 0.009216308594 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.032958984375 0.000000000000 0.175781250000 +0.000000000000 0.093750000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.168945312500 +0.067382812500 0.000000000000 0.000564575195 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.023437500000 0.000000000000 0.150390625000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.068847656250 0.166992187500 0.237304687500 0.132812500000 +0.201171875000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.002365112305 +0.000000000000 0.014099121094 0.025390625000 0.107910156250 +0.055664062500 0.003677368164 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.111816406250 0.001106262207 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.227539062500 0.265625000000 0.115234375000 0.142578125000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.056884765625 0.042724609375 +0.275390625000 0.369140625000 0.371093750000 0.062255859375 +0.157226562500 0.000000000000 0.000000000000 0.125000000000 +0.000000000000 0.000000000000 0.005676269531 0.085937500000 +0.237304687500 0.363281250000 0.367187500000 0.255859375000 +0.033447265625 0.036132812500 0.000000000000 0.000000000000 +0.000000000000 0.083496093750 0.093261718750 0.298828125000 +0.271484375000 0.108886718750 0.060791015625 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.004486083984 +0.026367187500 0.339843750000 0.247070312500 0.018554687500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.132812500000 +0.275390625000 0.328125000000 0.006439208984 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.002273559570 +0.053955078125 0.000000000000 0.027832031250 0.180664062500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.009887695312 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.008666992188 0.000000000000 0.000904083252 0.013183593750 +0.072753906250 0.062011718750 0.012512207031 0.000000000000 +0.255859375000 0.205078125000 0.193359375000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.019531250000 +0.000000000000 0.000000000000 0.045410156250 0.147460937500 +0.202148437500 0.292968750000 0.081054687500 0.000000000000 +0.000000000000 0.061767578125 0.214843750000 0.165039062500 +0.176757812500 0.115722656250 0.294921875000 0.310546875000 +0.077636718750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.012451171875 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.267578125000 0.151367187500 +0.175781250000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.136718750000 0.142578125000 0.054931640625 +0.082519531250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.137695312500 0.239257812500 +0.160156250000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.114746093750 +0.147460937500 0.159179687500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.251953125000 +0.182617187500 0.163085937500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.091796875000 0.206054687500 0.000000000000 0.009582519531 +0.000000000000 0.000000000000 0.120117187500 0.164062500000 +0.026245117188 0.000000000000 0.000000000000 0.064453125000 +0.007476806641 0.067382812500 0.000000000000 0.000000000000 +0.083007812500 0.000000000000 0.000000000000 0.000000000000 +0.085937500000 0.000000000000 0.184570312500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.014343261719 0.000000000000 0.069824218750 +0.069824218750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.144531250000 +0.018798828125 0.006378173828 0.031250000000 0.107910156250 +0.021728515625 0.155273437500 0.046630859375 0.084960937500 +0.083984375000 0.163085937500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.056640625000 0.000000000000 +0.039794921875 0.000000000000 0.000000000000 0.117187500000 +0.248046875000 0.187500000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.020507812500 0.104003906250 +0.269531250000 0.056396484375 0.164062500000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.024291992188 0.035644531250 0.060546875000 0.070800781250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.046386718750 0.127929687500 0.235351562500 +0.123535156250 0.039794921875 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.225585937500 0.214843750000 0.179687500000 0.058105468750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000949859619 0.000000000000 0.038574218750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.100097656250 0.016601562500 0.000000000000 +0.000000000000 0.112304687500 0.119140625000 0.253906250000 +0.271484375000 0.298828125000 0.216796875000 0.229492187500 +0.034179687500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.070800781250 0.177734375000 +0.189453125000 0.283203125000 0.128906250000 0.037841796875 +0.010314941406 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.078125000000 0.110839843750 0.061035156250 +0.018432617188 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.034179687500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.155273437500 0.132812500000 +0.117675781250 0.100585937500 0.007873535156 0.050781250000 +0.171875000000 0.359375000000 0.396484375000 0.447265625000 +0.219726562500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.087402343750 0.026855468750 0.000000000000 0.069335937500 +0.123046875000 0.151367187500 0.199218750000 0.086425781250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.012756347656 0.000000000000 0.000000000000 +0.018066406250 0.000000000000 0.122070312500 0.251953125000 +0.156250000000 0.271484375000 0.191406250000 0.197265625000 +0.170898437500 0.296875000000 0.118652343750 0.088378906250 +0.000000000000 0.000000000000 0.051513671875 0.000000000000 +0.324218750000 0.232421875000 0.318359375000 0.060302734375 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.079589843750 +0.000000000000 0.000000000000 0.185546875000 0.339843750000 +0.000000000000 0.040771484375 0.000000000000 0.000000000000 +0.022949218750 0.062011718750 0.020141601562 0.000000000000 +0.068359375000 0.000000000000 0.000000000000 0.025512695312 +0.000000000000 0.000000000000 0.009887695312 0.039794921875 +0.110351562500 0.082031250000 0.062988281250 0.000000000000 +0.038574218750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.037353515625 0.000000000000 0.000000000000 +0.000000000000 0.023803710938 0.058837890625 0.281250000000 +0.093750000000 0.130859375000 0.000000000000 0.000000000000 +0.000000000000 0.040771484375 0.113769531250 0.000000000000 +0.083984375000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.044677734375 0.100585937500 0.207031250000 +0.115234375000 0.185546875000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.051025390625 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.077148437500 0.069824218750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.087890625000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.148437500000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.029174804688 0.083984375000 0.000000000000 0.000000000000 +0.001800537109 0.068359375000 0.000000000000 0.000000000000 +0.237304687500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.053955078125 0.013488769531 +0.036865234375 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.013793945312 0.194335937500 0.007476806641 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.179687500000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.114746093750 0.151367187500 0.000000000000 +0.084960937500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.267578125000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.002304077148 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.110351562500 0.008239746094 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.018066406250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.016357421875 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.015747070312 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.047363281250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.079101562500 0.000000000000 0.029052734375 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.106445312500 +0.126953125000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.066894531250 0.000000000000 0.000000000000 0.000161170959 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.153320312500 0.398437500000 0.165039062500 +0.091308593750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.001983642578 0.111328125000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.065917968750 0.000000000000 0.000000000000 +0.134765625000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.083496093750 +0.126953125000 0.144531250000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.066406250000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.033935546875 0.153320312500 +0.102050781250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.029296875000 +0.000000000000 0.369140625000 0.296875000000 0.034179687500 +0.000000000000 0.089355468750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.001518249512 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.170898437500 +0.416015625000 0.184570312500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.018066406250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.093750000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.039062500000 +0.000000000000 0.000000000000 0.082031250000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.118164062500 0.216796875000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.027221679688 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.250000000000 0.190429687500 0.061767578125 +0.240234375000 0.039550781250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.025390625000 0.031494140625 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.124023437500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.211914062500 0.363281250000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.203125000000 0.378906250000 0.241210937500 +0.004852294922 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.150390625000 +0.065917968750 0.008239746094 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.099121093750 0.156250000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.110351562500 0.257812500000 0.027099609375 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.020751953125 +0.021362304688 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.076660156250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.065429687500 0.018066406250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.010070800781 0.155273437500 0.000000000000 +0.000000000000 0.000000000000 0.007995605469 0.000000000000 +0.018432617188 0.010559082031 0.320312500000 0.304687500000 +0.042480468750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.104980468750 +0.205078125000 0.000000000000 0.012695312500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.047607421875 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.101074218750 +0.015136718750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.320312500000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.040039062500 +0.143554687500 0.049316406250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.163085937500 0.117675781250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.127929687500 +0.024902343750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.055175781250 0.000000000000 0.000000000000 0.000000000000 +0.086425781250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.032470703125 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.242187500000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.035156250000 0.044677734375 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.031982421875 0.142578125000 0.244140625000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.016967773438 +0.326171875000 0.181640625000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.059814453125 0.300781250000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.071289062500 0.261718750000 0.007629394531 0.084960937500 +0.005035400391 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.089843750000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.192382812500 0.090332031250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.055419921875 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.028686523438 0.347656250000 0.671875000000 +0.488281250000 0.008300781250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.023071289062 0.152343750000 0.000000000000 0.013671875000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.039794921875 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.008972167969 0.000000000000 0.000000000000 0.052246093750 +0.000000000000 0.144531250000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.423828125000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.492187500000 +0.066894531250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.051757812500 0.000000000000 0.046875000000 +0.118652343750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.170898437500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.104003906250 0.077148437500 0.031250000000 0.000000000000 +0.000000000000 0.117675781250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.201171875000 0.190429687500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.054931640625 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.076171875000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.084960937500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.024536132812 +0.000000000000 0.000000000000 0.170898437500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.078613281250 +0.000000000000 0.016845703125 0.000000000000 0.014343261719 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.050781250000 +0.000000000000 0.236328125000 0.000000000000 0.000000000000 +0.049316406250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.183593750000 0.000000000000 0.371093750000 0.111328125000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.098144531250 0.176757812500 +0.028198242188 0.000000000000 0.000000000000 0.000000000000 +0.072265625000 0.083984375000 0.000000000000 0.000000000000 +0.000000000000 0.148437500000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.065917968750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.154296875000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.079101562500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.094238281250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.194335937500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.004364013672 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.016845703125 0.154296875000 0.076660156250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.106445312500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.029174804688 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.097167968750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.193359375000 0.000000000000 0.000000000000 0.068359375000 +0.000000000000 0.000000000000 0.158203125000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.232421875000 0.067871093750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.068847656250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.116699218750 0.017456054688 0.162109375000 +0.038085937500 0.029785156250 0.221679687500 0.000000000000 +0.166992187500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.416015625000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.107421875000 0.008789062500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.028564453125 0.000000000000 +0.104492187500 0.000000000000 0.000000000000 0.000000000000 +0.079101562500 0.000000000000 0.000000000000 0.104492187500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.151367187500 0.151367187500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.041259765625 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.478515625000 0.124511718750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.053466796875 0.000000000000 0.039306640625 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.179687500000 0.000000000000 0.021606445312 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.020019531250 0.012084960938 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.051513671875 0.000000000000 0.000000000000 +0.169921875000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.200195312500 0.000000000000 0.000000000000 0.174804687500 +0.000000000000 0.000000000000 0.000000000000 0.142578125000 +0.000000000000 0.000000000000 0.006835937500 0.000000000000 +0.431640625000 0.097656250000 0.005401611328 0.087402343750 +0.000000000000 0.000000000000 0.000000000000 0.004852294922 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.097656250000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.025390625000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.158203125000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.074707031250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.076171875000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.263671875000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.207031250000 0.000000000000 +0.000000000000 0.113769531250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.060058593750 0.251953125000 0.000000000000 +0.000000000000 0.120117187500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.032958984375 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.208984375000 0.085937500000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.208984375000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.209960937500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.193359375000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.224609375000 0.043457031250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.226562500000 0.044921875000 0.124511718750 0.063964843750 +0.208007812500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.069335937500 0.094238281250 0.016113281250 0.124511718750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.257812500000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.304687500000 +0.208984375000 0.029663085938 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.042724609375 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.048828125000 0.000000000000 0.000000000000 +0.008605957031 0.048339843750 0.114746093750 0.071777343750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.255859375000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.066894531250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.053222656250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.024169921875 0.455078125000 0.773437500000 0.523437500000 +0.079589843750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.021972656250 +0.316406250000 0.183593750000 0.060058593750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.052734375000 0.000000000000 0.213867187500 +0.308593750000 0.000000000000 0.110351562500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.433593750000 0.054199218750 0.043457031250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.206054687500 0.519531250000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.090332031250 0.000000000000 0.074707031250 +0.023437500000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.159179687500 +0.009887695312 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.078613281250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.100097656250 0.123046875000 0.000000000000 0.015747070312 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.155273437500 0.193359375000 0.500000000000 0.119140625000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.112792968750 0.110839843750 0.000000000000 +0.128906250000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.048828125000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.055175781250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.091308593750 0.000000000000 0.000000000000 0.020874023438 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.079589843750 0.161132812500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.026611328125 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.216796875000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.060302734375 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.014953613281 0.217773437500 0.070800781250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.098632812500 0.406250000000 0.040283203125 +0.038818359375 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.048095703125 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.032226562500 +0.007934570312 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.065429687500 0.000000000000 0.000000000000 0.000000000000 +0.078613281250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.026000976562 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.016967773438 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.267578125000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.138671875000 0.094726562500 0.054687500000 +0.055419921875 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.188476562500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.034912109375 0.000000000000 0.083984375000 0.146484375000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.027709960938 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.101074218750 0.231445312500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.029296875000 0.140625000000 +0.056884765625 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.018676757812 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.316406250000 +0.077148437500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.148437500000 0.345703125000 +0.063476562500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.095703125000 +0.022460937500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.120605468750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.049072265625 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.020141601562 0.027343750000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.110351562500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.257812500000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.031982421875 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.302734375000 0.296875000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.017700195312 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.304687500000 0.177734375000 +0.158203125000 0.100585937500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.016967773438 0.054931640625 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.195312500000 0.237304687500 0.108398437500 0.022827148438 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.059326171875 0.146484375000 0.012695312500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.115722656250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.100097656250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.029418945312 0.000000000000 0.036376953125 +0.124511718750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.045654296875 0.066406250000 0.000000000000 0.016113281250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.048339843750 +0.000000000000 0.204101562500 0.167968750000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.004760742188 +0.153320312500 0.180664062500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.074218750000 +0.041503906250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.097656250000 0.263671875000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.102539062500 0.000000000000 +0.000000000000 0.000000000000 0.068359375000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.143554687500 0.251953125000 0.000000000000 0.113769531250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.402343750000 +0.186523437500 0.000000000000 0.000000000000 0.121582031250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.188476562500 0.000000000000 +0.000000000000 0.076660156250 0.000000000000 0.000000000000 +0.535156250000 0.140625000000 0.000000000000 0.003448486328 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.049072265625 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.208007812500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.124023437500 +0.231445312500 0.100585937500 0.000000000000 0.000000000000 +0.000000000000 0.010070800781 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.038085937500 0.000000000000 0.000000000000 0.000000000000 +0.241210937500 0.118652343750 0.000000000000 0.149414062500 +0.238281250000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.072753906250 0.113769531250 +0.152343750000 0.265625000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.035400390625 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.033691406250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.056396484375 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.002975463867 0.026733398438 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.149414062500 +0.000000000000 0.000000000000 0.000000000000 0.138671875000 +0.000000000000 0.000000000000 0.000000000000 0.166992187500 +0.102050781250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.185546875000 +0.000000000000 0.000000000000 0.083984375000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.044189453125 0.078613281250 0.000000000000 +0.263671875000 0.163085937500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.068847656250 0.000000000000 0.058593750000 +0.193359375000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.008911132812 0.013916015625 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.167968750000 0.000000000000 +0.021118164062 0.004699707031 0.000000000000 0.000000000000 +0.141601562500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.193359375000 0.255859375000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.063964843750 +0.023193359375 0.023071289062 0.265625000000 0.113281250000 +0.000000000000 0.000000000000 0.086425781250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.094238281250 +0.126953125000 0.170898437500 0.000000000000 0.000000000000 +0.039794921875 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.046386718750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.078613281250 +0.081054687500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.011474609375 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.016479492188 0.019653320312 0.078613281250 +0.188476562500 0.108398437500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.232421875000 0.351562500000 +0.039306640625 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.100585937500 0.008483886719 0.000000000000 +0.000000000000 0.148437500000 0.000000000000 0.000000000000 +0.000000000000 0.079589843750 0.000000000000 0.000000000000 +0.117187500000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.073730468750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.010925292969 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000339508057 +0.014343261719 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.011840820312 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.204101562500 0.122558593750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.063476562500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.209960937500 0.002395629883 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.061523437500 0.269531250000 0.031738281250 +0.140625000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.025268554688 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.010620117188 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.070312500000 +0.092773437500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.014953613281 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.019653320312 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.008728027344 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.155273437500 0.159179687500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.087890625000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.184570312500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.069824218750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.144531250000 0.097167968750 +0.013732910156 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.065917968750 +0.019042968750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.092285156250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.022094726562 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.047119140625 0.167968750000 0.037841796875 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.060302734375 0.000000000000 0.000000000000 +0.000000000000 0.108886718750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.073242187500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.075195312500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.020874023438 0.000000000000 0.230468750000 +0.101074218750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.055664062500 0.198242187500 0.067871093750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.006988525391 0.000000000000 0.002975463867 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.174804687500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.079101562500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.066406250000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.064941406250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.107421875000 +0.229492187500 0.088378906250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.047363281250 0.167968750000 0.039794921875 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.057861328125 0.161132812500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.109863281250 +0.088867187500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.267578125000 +0.320312500000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.058593750000 0.044189453125 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.118652343750 0.021850585938 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.087402343750 0.203125000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.019409179688 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.016967773438 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.040527343750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.079589843750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.143554687500 0.300781250000 0.206054687500 0.084960937500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.068359375000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.066894531250 0.015869140625 0.000000000000 +0.000000000000 0.079101562500 0.108886718750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.064453125000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.008789062500 0.102050781250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.001953125000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.072265625000 0.251953125000 +0.054687500000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.072753906250 0.386718750000 0.291015625000 +0.249023437500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.140625000000 +0.118164062500 0.041503906250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000968933105 0.058349609375 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.024536132812 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 diff --git a/AI_Engine_Development/AIE-MLv2/Design_Tutorials/01-Radio-ML/aie/max_pool1d_w2/data/data_o.txt b/AI_Engine_Development/AIE-MLv2/Design_Tutorials/01-Radio-ML/aie/max_pool1d_w2/data/data_o.txt new file mode 100644 index 0000000000..aef5ff6acf --- /dev/null +++ b/AI_Engine_Development/AIE-MLv2/Design_Tutorials/01-Radio-ML/aie/max_pool1d_w2/data/data_o.txt @@ -0,0 +1,32768 @@ +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.013549804688 0.000000000000 0.129882812500 +0.045898437500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.017944335938 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.065917968750 0.031005859375 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.006652832031 0.000000000000 0.000000000000 0.000000000000 +0.101074218750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.162109375000 +0.053222656250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.047363281250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.020996093750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.016723632812 0.000000000000 +0.000000000000 0.000000000000 0.092285156250 0.092773437500 +0.000000000000 0.000000000000 0.000000000000 0.008300781250 +0.163085937500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.068847656250 0.000000000000 0.144531250000 +0.052978515625 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.002319335938 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.003997802734 0.000000000000 +0.000000000000 0.000000000000 0.066406250000 0.005798339844 +0.000000000000 0.000000000000 0.000000000000 0.040771484375 +0.055419921875 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.076171875000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.067382812500 0.000000000000 0.141601562500 +0.043701171875 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.071777343750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.014404296875 0.003417968750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.101074218750 0.000000000000 0.000000000000 0.071289062500 +0.000000000000 0.000000000000 0.000000000000 0.011169433594 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.177734375000 0.000000000000 0.000000000000 +0.000000000000 0.077636718750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.076171875000 0.000000000000 +0.000000000000 0.050537109375 0.000000000000 0.000000000000 +0.000000000000 0.038085937500 0.000000000000 0.144531250000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.150390625000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.054199218750 0.107910156250 0.042968750000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.001945495605 +0.133789062500 0.000000000000 0.000000000000 0.068359375000 +0.000000000000 0.000000000000 0.000000000000 0.000705718994 +0.000000000000 0.000000000000 0.000000000000 0.001945495605 +0.000000000000 0.267578125000 0.000000000000 0.000000000000 +0.000000000000 0.067382812500 0.000000000000 0.000000000000 +0.000000000000 0.026855468750 0.253906250000 0.000000000000 +0.000000000000 0.115722656250 0.000000000000 0.000000000000 +0.084960937500 0.000000000000 0.000000000000 0.182617187500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.033203125000 0.159179687500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.104980468750 0.180664062500 0.116699218750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.003707885742 +0.123535156250 0.000000000000 0.000000000000 0.019897460938 +0.000000000000 0.167968750000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.011962890625 +0.000000000000 0.283203125000 0.000000000000 0.072265625000 +0.000000000000 0.046142578125 0.000000000000 0.000000000000 +0.000000000000 0.121093750000 0.343750000000 0.000000000000 +0.000000000000 0.112304687500 0.000000000000 0.000000000000 +0.046142578125 0.000000000000 0.000000000000 0.241210937500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.060546875000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.104980468750 0.083007812500 0.000000000000 +0.052978515625 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.102050781250 0.234375000000 0.164062500000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.044189453125 +0.063476562500 0.000000000000 0.033935546875 0.000000000000 +0.000000000000 0.244140625000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.208007812500 0.000000000000 0.074707031250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.138671875000 0.349609375000 0.094238281250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.007141113281 0.000000000000 0.000000000000 0.298828125000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.142578125000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.139648437500 0.000000000000 0.000000000000 +0.242187500000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.210937500000 0.165039062500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.023071289062 +0.219726562500 0.202148437500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.069335937500 0.000000000000 +0.000000000000 0.065917968750 0.000000000000 0.017211914062 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.075683593750 0.228515625000 0.185546875000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.322265625000 +0.022583007812 0.035888671875 0.000000000000 0.000000000000 +0.000000000000 0.117675781250 0.131835937500 0.000000000000 +0.000000000000 0.000000000000 0.132812500000 0.000000000000 +0.000000000000 0.110351562500 0.000000000000 0.000000000000 +0.251953125000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.096679687500 0.157226562500 0.000000000000 +0.204101562500 0.000000000000 0.131835937500 0.015258789062 +0.000000000000 0.000000000000 0.000000000000 0.104980468750 +0.388671875000 0.035644531250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.163085937500 0.000000000000 +0.042724609375 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.221679687500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.072265625000 0.000000000000 0.298828125000 +0.131835937500 0.027099609375 0.000000000000 0.000000000000 +0.000000000000 0.052978515625 0.198242187500 0.000000000000 +0.000000000000 0.011535644531 0.194335937500 0.000000000000 +0.000000000000 0.077636718750 0.000000000000 0.000000000000 +0.087890625000 0.000000000000 0.000000000000 0.061523437500 +0.000000000000 0.000000000000 0.000000000000 0.035644531250 +0.000000000000 0.000000000000 0.074707031250 0.000000000000 +0.275390625000 0.000000000000 0.229492187500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.178710937500 +0.439453125000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.132812500000 0.000000000000 +0.116210937500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.059570312500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.125000000000 +0.000000000000 0.000000000000 0.056152343750 0.000000000000 +0.000000000000 0.136718750000 0.000000000000 0.224609375000 +0.217773437500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.181640625000 0.000000000000 +0.000000000000 0.046875000000 0.153320312500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.058349609375 +0.000000000000 0.002685546875 0.000000000000 0.257812500000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.267578125000 0.000000000000 0.251953125000 0.020019531250 +0.000000000000 0.000000000000 0.000000000000 0.208007812500 +0.435546875000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.225585937500 0.000000000000 0.000000000000 0.000000000000 +0.106445312500 0.000000000000 0.181640625000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.062988281250 +0.000000000000 0.000000000000 0.166015625000 0.000000000000 +0.000000000000 0.142578125000 0.000000000000 0.123535156250 +0.228515625000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.133789062500 0.010681152344 +0.000000000000 0.059570312500 0.065917968750 0.065429687500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.062255859375 +0.000000000000 0.025756835938 0.000000000000 0.392578125000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.170898437500 0.000000000000 0.255859375000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.216796875000 +0.359375000000 0.000000000000 0.072753906250 0.101562500000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.177734375000 0.000000000000 0.000000000000 0.000000000000 +0.168945312500 0.000000000000 0.223632812500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.160156250000 0.032470703125 +0.000000000000 0.104980468750 0.000000000000 0.000000000000 +0.219726562500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.044189453125 0.109863281250 +0.000000000000 0.004302978516 0.000000000000 0.136718750000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.016601562500 +0.000000000000 0.070800781250 0.000000000000 0.410156250000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.190429687500 0.044189453125 +0.000000000000 0.000000000000 0.000000000000 0.106933593750 +0.206054687500 0.000000000000 0.162109375000 0.218750000000 +0.056396484375 0.000000000000 0.000000000000 0.000000000000 +0.104003906250 0.000000000000 0.000000000000 0.000000000000 +0.161132812500 0.000000000000 0.171875000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.079589843750 0.160156250000 +0.000000000000 0.048828125000 0.000000000000 0.000000000000 +0.171875000000 0.000000000000 0.000000000000 0.018310546875 +0.000000000000 0.000000000000 0.000000000000 0.116699218750 +0.000000000000 0.000000000000 0.000000000000 0.070800781250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.083984375000 0.000000000000 0.392578125000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.140625000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.147460937500 0.269531250000 +0.090332031250 0.000000000000 0.000000000000 0.000000000000 +0.039306640625 0.000000000000 0.000000000000 0.000000000000 +0.072265625000 0.000000000000 0.147460937500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.144531250000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.146484375000 0.000000000000 0.000000000000 0.031494140625 +0.000000000000 0.000000000000 0.000000000000 0.069335937500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.120605468750 0.000000000000 0.217773437500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.016235351562 0.033447265625 0.043212890625 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.150390625000 0.257812500000 +0.068359375000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.057373046875 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.144531250000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.103515625000 0.000000000000 0.000000000000 0.028564453125 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.143554687500 0.000000000000 0.060058593750 +0.000000000000 0.000000000000 0.000000000000 0.061035156250 +0.000000000000 0.014343261719 0.000000000000 0.022949218750 +0.027465820312 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.062988281250 0.179687500000 +0.000000000000 0.004791259766 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.007385253906 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.038574218750 +0.000000000000 0.020263671875 0.000000000000 0.000000000000 +0.105957031250 0.000000000000 0.000000000000 0.021240234375 +0.000000000000 0.000000000000 0.012634277344 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.015625000000 0.145507812500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.018554687500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.034912109375 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.078613281250 +0.000000000000 0.013122558594 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.013549804688 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.078613281250 0.000000000000 0.025146484375 +0.123046875000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.018066406250 0.087890625000 0.000000000000 0.000000000000 +0.000000000000 0.010925292969 0.000000000000 0.000000000000 +0.040283203125 0.000000000000 0.000000000000 0.058349609375 +0.093261718750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.019897460938 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.088867187500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.160156250000 0.000000000000 0.144531250000 +0.151367187500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.066894531250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.004699707031 0.000000000000 0.000000000000 +0.000000000000 0.018188476562 0.000010490417 0.000000000000 +0.035888671875 0.000000000000 0.000000000000 0.018554687500 +0.168945312500 0.000000000000 0.000000000000 0.000000000000 +0.070312500000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.157226562500 0.000000000000 0.140625000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.223632812500 0.000000000000 0.257812500000 +0.129882812500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.004943847656 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.115722656250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.053710937500 0.040527343750 0.062988281250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.171875000000 0.000000000000 0.000000000000 0.167968750000 +0.105468750000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.333984375000 0.000000000000 0.149414062500 +0.000000000000 0.053955078125 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.070312500000 0.000000000000 +0.000000000000 0.000000000000 0.009094238281 0.000000000000 +0.000000000000 0.203125000000 0.000000000000 0.328125000000 +0.097656250000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.068847656250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.156250000000 0.087402343750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.127929687500 0.081542968750 0.073730468750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.008789062500 +0.190429687500 0.000000000000 0.053955078125 0.335937500000 +0.077636718750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.398437500000 0.000000000000 0.106933593750 +0.000000000000 0.066894531250 0.000000000000 0.000000000000 +0.000000000000 0.093750000000 0.233398437500 0.000000000000 +0.000000000000 0.000000000000 0.052978515625 0.000000000000 +0.001953125000 0.183593750000 0.000000000000 0.382812500000 +0.026855468750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.052001953125 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.162109375000 0.119628906250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.129882812500 0.098144531250 0.113281250000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.144531250000 0.000000000000 0.029663085938 0.390625000000 +0.098632812500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.417968750000 0.000000000000 0.011230468750 +0.000000000000 0.041992187500 0.000000000000 0.000000000000 +0.000000000000 0.148437500000 0.341796875000 0.068359375000 +0.000000000000 0.000000000000 0.021606445312 0.000000000000 +0.021606445312 0.053466796875 0.000000000000 0.371093750000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.013732910156 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.115234375000 0.136718750000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.066406250000 0.117187500000 0.148437500000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.013793945312 +0.017089843750 0.000000000000 0.087402343750 0.376953125000 +0.072265625000 0.143554687500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.345703125000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.204101562500 0.367187500000 0.146484375000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.047119140625 0.000000000000 0.000000000000 0.341796875000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.060058593750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.004028320312 0.104980468750 0.083984375000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000113964081 0.125976562500 0.130859375000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.012817382812 0.306640625000 +0.040771484375 0.226562500000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.257812500000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.128906250000 0.335937500000 0.114257812500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.076660156250 0.000000000000 0.000000000000 0.302734375000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.072265625000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.049316406250 0.020263671875 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.125000000000 0.162109375000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.023559570312 +0.000000000000 0.000000000000 0.000000000000 0.162109375000 +0.032470703125 0.213867187500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.186523437500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.097656250000 0.269531250000 0.056884765625 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.053955078125 0.000000000000 0.000000000000 0.269531250000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.002517700195 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.061523437500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.125976562500 0.135742187500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.001159667969 +0.000000000000 0.000000000000 0.000000000000 0.097656250000 +0.042236328125 0.174804687500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.150390625000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.045898437500 0.198242187500 0.018676757812 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.255859375000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.045898437500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.101074218750 0.113769531250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.032226562500 +0.000000000000 0.000000000000 0.000000000000 0.077636718750 +0.059082031250 0.085937500000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.127929687500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.136718750000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.024780273438 0.000000000000 0.000000000000 0.248046875000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.041015625000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.083007812500 0.100585937500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.079589843750 +0.050048828125 0.029052734375 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.102539062500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.111816406250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.237304687500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.036376953125 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.068359375000 0.076660156250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.010803222656 +0.000000000000 0.000000000000 0.000000000000 0.101562500000 +0.047119140625 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.079101562500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000919342041 0.096191406250 0.038330078125 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.205078125000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.015014648438 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.048583984375 0.069335937500 0.000000000000 +0.000000000000 0.000000000000 0.015319824219 0.029052734375 +0.000000000000 0.000000000000 0.000000000000 0.101074218750 +0.047119140625 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.062255859375 0.103515625000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.142578125000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.006042480469 0.018920898438 0.000000000000 +0.000000000000 0.000000000000 0.031738281250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.035400390625 +0.026000976562 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.016601562500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.129882812500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.037841796875 +0.000000000000 0.000000000000 0.034179687500 0.000000000000 +0.039794921875 0.000000000000 0.000000000000 0.041748046875 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.075683593750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.049316406250 0.007202148438 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.024169921875 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.091308593750 +0.000000000000 0.000000000000 0.000000000000 0.113769531250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.077636718750 0.091796875000 +0.113281250000 0.000000000000 0.007171630859 0.157226562500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.078613281250 +0.000000000000 0.087890625000 0.184570312500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.026000976562 +0.000000000000 0.000000000000 0.053710937500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.041748046875 0.085937500000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.001144409180 0.000000000000 +0.022338867188 0.000000000000 0.000000000000 0.000000000000 +0.092285156250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.092285156250 0.000000000000 0.229492187500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.115722656250 0.164062500000 +0.161132812500 0.000000000000 0.000000000000 0.208984375000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.085937500000 +0.000000000000 0.161132812500 0.213867187500 0.019531250000 +0.000000000000 0.000000000000 0.000000000000 0.289062500000 +0.000000000000 0.000000000000 0.014282226562 0.015625000000 +0.000000000000 0.018066406250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.209960937500 0.221679687500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.177734375000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.271484375000 0.000000000000 0.316406250000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.134765625000 0.181640625000 +0.189453125000 0.000000000000 0.000000000000 0.203125000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.002471923828 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.186523437500 0.143554687500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.488281250000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.057373046875 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.211914062500 0.300781250000 +0.000000000000 0.060302734375 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.022094726562 +0.188476562500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.417968750000 0.000000000000 0.320312500000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.180664062500 0.154296875000 +0.198242187500 0.000000000000 0.000000000000 0.131835937500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.034667968750 0.061035156250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.038574218750 0.186523437500 0.018310546875 0.000000000000 +0.000000000000 0.052734375000 0.000000000000 0.601562500000 +0.000000000000 0.000000000000 0.000000000000 0.004119873047 +0.045410156250 0.066894531250 0.000000000000 0.000000000000 +0.000000000000 0.002059936523 0.206054687500 0.285156250000 +0.000000000000 0.161132812500 0.000000000000 0.037597656250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.110351562500 +0.199218750000 0.000000000000 0.000000000000 0.000000000000 +0.015075683594 0.511718750000 0.000000000000 0.302734375000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.204101562500 0.086914062500 +0.213867187500 0.000000000000 0.000000000000 0.043945312500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.047363281250 0.133789062500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.095214843750 0.155273437500 0.000000000000 0.000000000000 +0.000000000000 0.134765625000 0.000000000000 0.609375000000 +0.000000000000 0.000000000000 0.000000000000 0.016967773438 +0.073730468750 0.045654296875 0.000000000000 0.000000000000 +0.000000000000 0.148437500000 0.120117187500 0.236328125000 +0.000000000000 0.140625000000 0.000000000000 0.075683593750 +0.000000000000 0.000000000000 0.000347137451 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.167968750000 +0.180664062500 0.000000000000 0.000000000000 0.000000000000 +0.016357421875 0.558593750000 0.000000000000 0.275390625000 +0.037109375000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.220703125000 0.061767578125 +0.190429687500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.040771484375 0.112792968750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.177734375000 0.122070312500 0.000000000000 0.000000000000 +0.000000000000 0.208984375000 0.000000000000 0.574218750000 +0.000000000000 0.000000000000 0.000000000000 0.011047363281 +0.108398437500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.238281250000 0.000000000000 0.154296875000 +0.000000000000 0.159179687500 0.000000000000 0.074707031250 +0.000000000000 0.000000000000 0.014404296875 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.115722656250 +0.155273437500 0.000000000000 0.000000000000 0.000000000000 +0.008300781250 0.539062500000 0.000000000000 0.172851562500 +0.024169921875 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.241210937500 0.000000000000 +0.166992187500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.028564453125 0.111328125000 +0.095214843750 0.000000000000 0.000000000000 0.000000000000 +0.188476562500 0.075683593750 0.000000000000 0.000000000000 +0.000000000000 0.251953125000 0.000000000000 0.474609375000 +0.000000000000 0.000000000000 0.000000000000 0.010070800781 +0.087890625000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.316406250000 0.000000000000 0.035400390625 +0.000000000000 0.062988281250 0.000000000000 0.031982421875 +0.000000000000 0.000000000000 0.029174804688 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.053710937500 +0.036132812500 0.000000000000 0.041992187500 0.000000000000 +0.009277343750 0.476562500000 0.000000000000 0.080566406250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.217773437500 0.000000000000 +0.145507812500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.084960937500 +0.154296875000 0.000000000000 0.000000000000 0.000000000000 +0.131835937500 0.048339843750 0.000000000000 0.000000000000 +0.000000000000 0.229492187500 0.000000000000 0.371093750000 +0.000000000000 0.000000000000 0.000000000000 0.014160156250 +0.017944335938 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.335937500000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.042236328125 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.023315429688 +0.009887695312 0.000000000000 0.039306640625 0.000000000000 +0.000000000000 0.357421875000 0.000000000000 0.062255859375 +0.048583984375 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.205078125000 0.000000000000 +0.105468750000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.137695312500 0.000000000000 0.000000000000 0.000000000000 +0.062500000000 0.033691406250 0.000000000000 0.000000000000 +0.000000000000 0.194335937500 0.015625000000 0.251953125000 +0.000000000000 0.000000000000 0.000000000000 0.010192871094 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.324218750000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.005859375000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.047851562500 +0.000000000000 0.000000000000 0.031494140625 0.000000000000 +0.000000000000 0.302734375000 0.000000000000 0.042724609375 +0.042236328125 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.144531250000 0.001152038574 +0.073242187500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.098632812500 0.000000000000 0.000000000000 0.000000000000 +0.082031250000 0.024902343750 0.000000000000 0.000000000000 +0.000000000000 0.189453125000 0.021240234375 0.173828125000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.240234375000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.019897460938 +0.000000000000 0.000000000000 0.036132812500 0.000000000000 +0.000000000000 0.267578125000 0.000000000000 0.012084960938 +0.078125000000 0.000000000000 0.000000000000 0.003433227539 +0.000000000000 0.000000000000 0.076660156250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.030029296875 0.000000000000 0.000000000000 0.000000000000 +0.065429687500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.188476562500 0.057617187500 0.086425781250 +0.000000000000 0.000000000000 0.000000000000 0.018798828125 +0.047851562500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.175781250000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.036376953125 0.005584716797 0.006256103516 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.073242187500 0.000000000000 +0.000000000000 0.240234375000 0.000000000000 0.000000000000 +0.088378906250 0.000000000000 0.000000000000 0.084472656250 +0.000000000000 0.000000000000 0.026855468750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.059326171875 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.035400390625 0.000000000000 0.000000000000 0.000000000000 +0.084960937500 0.215820312500 0.082031250000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.044677734375 +0.101074218750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.162109375000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.190429687500 0.000000000000 0.133789062500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.021484375000 0.211914062500 0.000000000000 +0.000000000000 0.190429687500 0.000000000000 0.000000000000 +0.080078125000 0.000000000000 0.000000000000 0.201171875000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.119628906250 0.015319824219 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.020874023438 0.000000000000 0.000000000000 0.000000000000 +0.146484375000 0.237304687500 0.128906250000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.013793945312 +0.125976562500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.174804687500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.261718750000 0.000000000000 0.219726562500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.108398437500 0.294921875000 0.000000000000 +0.000000000000 0.095214843750 0.000000000000 0.000000000000 +0.058837890625 0.012878417969 0.000000000000 0.308593750000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.001792907715 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.185546875000 0.000000000000 0.000000000000 +0.054687500000 0.000000000000 0.000000000000 0.000000000000 +0.012145996094 0.000000000000 0.000000000000 0.000000000000 +0.141601562500 0.249023437500 0.178710937500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.082519531250 0.000000000000 0.000000000000 0.019042968750 +0.022949218750 0.172851562500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.326171875000 0.000000000000 0.253906250000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.139648437500 0.328125000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.033691406250 0.059326171875 0.000000000000 0.408203125000 +0.000000000000 0.033691406250 0.000000000000 0.000000000000 +0.000000000000 0.083007812500 0.000000000000 0.000000000000 +0.033691406250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.236328125000 0.000000000000 0.000000000000 +0.071289062500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.128906250000 0.224609375000 0.209960937500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.037597656250 0.000000000000 0.041748046875 0.207031250000 +0.203125000000 0.136718750000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.330078125000 0.000000000000 0.240234375000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.138671875000 0.318359375000 0.093750000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.007110595703 0.110351562500 0.000000000000 0.468750000000 +0.015625000000 0.089843750000 0.000000000000 0.000000000000 +0.000000000000 0.079101562500 0.000766754150 0.000000000000 +0.005462646484 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.244140625000 0.000000000000 0.000000000000 +0.066406250000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.047363281250 0.160156250000 0.205078125000 0.000000000000 +0.078613281250 0.000000000000 0.051269531250 0.004882812500 +0.000000000000 0.000000000000 0.033691406250 0.355468750000 +0.355468750000 0.043212890625 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.014404296875 0.000000000000 +0.000000000000 0.265625000000 0.000000000000 0.134765625000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.115234375000 0.249023437500 0.208007812500 +0.000000000000 0.000000000000 0.039550781250 0.000000000000 +0.000000000000 0.134765625000 0.000000000000 0.470703125000 +0.076171875000 0.132812500000 0.000000000000 0.000000000000 +0.000000000000 0.082031250000 0.049804687500 0.000000000000 +0.000000000000 0.000000000000 0.046386718750 0.000000000000 +0.000000000000 0.210937500000 0.000000000000 0.000000000000 +0.004943847656 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.059814453125 0.159179687500 0.000000000000 +0.152343750000 0.000000000000 0.151367187500 0.011901855469 +0.000000000000 0.000000000000 0.021484375000 0.423828125000 +0.466796875000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.059814453125 0.000000000000 +0.000000000000 0.223632812500 0.000000000000 0.056640625000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.101562500000 0.201171875000 +0.000000000000 0.000000000000 0.046875000000 0.000000000000 +0.000000000000 0.204101562500 0.000000000000 0.462890625000 +0.147460937500 0.081542968750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.073730468750 0.000000000000 +0.000000000000 0.000000000000 0.062988281250 0.000000000000 +0.000000000000 0.166015625000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.152343750000 0.000000000000 +0.148437500000 0.000000000000 0.181640625000 0.061523437500 +0.000000000000 0.000000000000 0.015625000000 0.482421875000 +0.453125000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.006469726562 0.000000000000 +0.051025390625 0.233398437500 0.000000000000 0.032470703125 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.003479003906 0.086425781250 +0.000000000000 0.000000000000 0.154296875000 0.000000000000 +0.000000000000 0.277343750000 0.000000000000 0.425781250000 +0.152343750000 0.053710937500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.039062500000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.020263671875 +0.000000000000 0.114746093750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.099609375000 0.000000000000 +0.101074218750 0.000000000000 0.172851562500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.531250000000 +0.396484375000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.302734375000 0.000000000000 0.000499725342 +0.069335937500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.014099121094 0.000000000000 +0.000000000000 0.000000000000 0.189453125000 0.000000000000 +0.000000000000 0.241210937500 0.000000000000 0.390625000000 +0.128906250000 0.011291503906 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.099121093750 +0.000000000000 0.106933593750 0.083496093750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.059570312500 0.000000000000 +0.000000000000 0.000000000000 0.099121093750 0.003463745117 +0.023803710938 0.000000000000 0.006530761719 0.531250000000 +0.275390625000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.371093750000 0.000000000000 0.000000000000 +0.115722656250 0.132812500000 0.000000000000 0.000000000000 +0.000000000000 0.013549804688 0.141601562500 0.000000000000 +0.000000000000 0.000000000000 0.157226562500 0.000000000000 +0.014831542969 0.188476562500 0.000000000000 0.359375000000 +0.063476562500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.106933593750 +0.000000000000 0.064941406250 0.234375000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.065917968750 0.014648437500 0.066894531250 0.000000000000 +0.000000000000 0.000000000000 0.029785156250 0.000020265579 +0.074707031250 0.000000000000 0.015319824219 0.494140625000 +0.091796875000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.009460449219 +0.000000000000 0.375000000000 0.000000000000 0.000000000000 +0.149414062500 0.183593750000 0.000000000000 0.000000000000 +0.000000000000 0.183593750000 0.275390625000 0.014770507812 +0.000000000000 0.063964843750 0.108398437500 0.000000000000 +0.028198242188 0.026367187500 0.000000000000 0.304687500000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.062500000000 +0.000000000000 0.008056640625 0.330078125000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.093750000000 0.104980468750 0.063964843750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.027343750000 +0.081054687500 0.069335937500 0.032714843750 0.404296875000 +0.000000000000 0.212890625000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.223632812500 +0.000000000000 0.328125000000 0.020385742188 0.000000000000 +0.135742187500 0.172851562500 0.000000000000 0.000000000000 +0.174804687500 0.236328125000 0.416015625000 0.109375000000 +0.011108398438 0.265625000000 0.000000000000 0.021240234375 +0.111328125000 0.000000000000 0.000000000000 0.197265625000 +0.000000000000 0.000000000000 0.172851562500 0.000000000000 +0.126953125000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.006927490234 0.000000000000 0.339843750000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.046630859375 0.168945312500 0.068847656250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.010864257812 +0.000000000000 0.187500000000 0.000000000000 0.192382812500 +0.000000000000 0.523437500000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.304687500000 +0.000000000000 0.176757812500 0.100585937500 0.000000000000 +0.034423828125 0.069335937500 0.000000000000 0.000000000000 +0.265625000000 0.279296875000 0.447265625000 0.146484375000 +0.096191406250 0.408203125000 0.000000000000 0.068359375000 +0.149414062500 0.000000000000 0.000000000000 0.069335937500 +0.000000000000 0.000000000000 0.345703125000 0.000000000000 +0.239257812500 0.039306640625 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.006835937500 0.000000000000 0.279296875000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.089843750000 0.000000000000 +0.000000000000 0.225585937500 0.077636718750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.016479492188 +0.000000000000 0.184570312500 0.000000000000 0.000000000000 +0.000000000000 0.726562500000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.275390625000 +0.000000000000 0.000000000000 0.063964843750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.261718750000 0.265625000000 0.392578125000 0.088378906250 +0.121582031250 0.464843750000 0.000000000000 0.102539062500 +0.160156250000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.396484375000 0.000000000000 +0.314453125000 0.122558593750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.020385742188 0.000000000000 0.154296875000 0.000000000000 +0.208984375000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.111328125000 0.000000000000 +0.000000000000 0.259765625000 0.076171875000 0.071289062500 +0.000000000000 0.000000000000 0.000000000000 0.021972656250 +0.000000000000 0.138671875000 0.000000000000 0.000000000000 +0.000000000000 0.761718750000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.038330078125 0.206054687500 +0.000000000000 0.000000000000 0.069824218750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.080566406250 +0.190429687500 0.142578125000 0.316406250000 0.000000000000 +0.081054687500 0.474609375000 0.000000000000 0.094726562500 +0.181640625000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.400390625000 0.063964843750 +0.277343750000 0.129882812500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.024658203125 +0.400390625000 0.000000000000 0.000000000000 0.000000000000 +0.097656250000 0.000000000000 0.031250000000 0.000000000000 +0.000000000000 0.275390625000 0.076660156250 0.232421875000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.718750000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.066894531250 0.010742187500 +0.000000000000 0.000000000000 0.030395507812 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.220703125000 +0.049560546875 0.017333984375 0.184570312500 0.000000000000 +0.026733398438 0.394531250000 0.000000000000 0.031005859375 +0.097656250000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.285156250000 0.091308593750 +0.183593750000 0.098144531250 0.023315429688 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.486328125000 0.000000000000 0.000000000000 0.000000000000 +0.227539062500 0.066894531250 0.000000000000 0.000000000000 +0.000000000000 0.269531250000 0.093261718750 0.253906250000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.527343750000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.103515625000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.023437500000 +0.000000000000 0.000000000000 0.000000000000 0.173828125000 +0.000000000000 0.000000000000 0.086425781250 0.000000000000 +0.000000000000 0.210937500000 0.000000000000 0.000000000000 +0.007690429688 0.000000000000 0.000000000000 0.014404296875 +0.000000000000 0.000000000000 0.109375000000 0.042724609375 +0.011901855469 0.063476562500 0.099609375000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.007537841797 0.000000000000 0.000000000000 +0.462890625000 0.000000000000 0.000000000000 0.000000000000 +0.241210937500 0.099121093750 0.000000000000 0.000000000000 +0.000000000000 0.222656250000 0.081542968750 0.139648437500 +0.074707031250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.214843750000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.074707031250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.084960937500 +0.000000000000 0.000000000000 0.000000000000 0.044921875000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.108398437500 +0.083984375000 0.022460937500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.154296875000 0.000000000000 +0.000000000000 0.000000000000 0.165039062500 0.000000000000 +0.000000000000 0.091796875000 0.000000000000 0.000000000000 +0.357421875000 0.000000000000 0.000000000000 0.000000000000 +0.175781250000 0.097656250000 0.000000000000 0.000000000000 +0.000000000000 0.133789062500 0.083007812500 0.000000000000 +0.332031250000 0.000000000000 0.054931640625 0.015869140625 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.265625000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.077636718750 0.000000000000 +0.045166015625 0.000000000000 0.000000000000 0.027954101562 +0.000000000000 0.000000000000 0.066894531250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.101074218750 0.000000000000 0.175781250000 +0.193359375000 0.063476562500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.208007812500 0.000000000000 +0.000000000000 0.000000000000 0.225585937500 0.000000000000 +0.000000000000 0.095703125000 0.000000000000 0.000000000000 +0.124023437500 0.000000000000 0.000000000000 0.031250000000 +0.000000000000 0.092773437500 0.000000000000 0.040771484375 +0.000000000000 0.000000000000 0.024414062500 0.000000000000 +0.388671875000 0.000000000000 0.180664062500 0.003616333008 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.392578125000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.057861328125 0.000000000000 +0.221679687500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.237304687500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.013610839844 +0.000000000000 0.000000000000 0.085937500000 0.000000000000 +0.000000000000 0.134765625000 0.011169433594 0.166015625000 +0.246093750000 0.061279296875 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.190429687500 0.000000000000 +0.000000000000 0.072753906250 0.235351562500 0.000000000000 +0.000000000000 0.026123046875 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.114257812500 +0.000000000000 0.071289062500 0.000000000000 0.312500000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.392578125000 0.000000000000 0.277343750000 0.012145996094 +0.000000000000 0.000000000000 0.000000000000 0.158203125000 +0.449218750000 0.000000000000 0.063476562500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.281250000000 0.000000000000 0.000000000000 0.000000000000 +0.160156250000 0.000000000000 0.333984375000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.076660156250 +0.000000000000 0.000000000000 0.219726562500 0.000000000000 +0.000000000000 0.122558593750 0.000000000000 0.057373046875 +0.263671875000 0.000000000000 0.000000000000 0.001281738281 +0.000000000000 0.000000000000 0.156250000000 0.076171875000 +0.000000000000 0.104492187500 0.092285156250 0.077636718750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.200195312500 +0.000000000000 0.111816406250 0.000000000000 0.546875000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.227539062500 0.020996093750 0.277343750000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.170898437500 +0.386718750000 0.000000000000 0.211914062500 0.148437500000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.226562500000 0.000000000000 0.000000000000 0.000000000000 +0.228515625000 0.000000000000 0.375000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.045898437500 +0.000000000000 0.000000000000 0.169921875000 0.113281250000 +0.000000000000 0.029785156250 0.000000000000 0.000000000000 +0.253906250000 0.000000000000 0.000000000000 0.109863281250 +0.000000000000 0.000000000000 0.120117187500 0.253906250000 +0.000000000000 0.087402343750 0.000000000000 0.151367187500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.238281250000 +0.000000000000 0.168945312500 0.130859375000 0.656250000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.045898437500 0.056152343750 0.283203125000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.024902343750 +0.222656250000 0.000000000000 0.326171875000 0.332031250000 +0.104980468750 0.000000000000 0.000000000000 0.000000000000 +0.133789062500 0.000000000000 0.000000000000 0.000000000000 +0.219726562500 0.000000000000 0.388671875000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.082031250000 0.267578125000 +0.000000000000 0.012756347656 0.000000000000 0.000000000000 +0.211914062500 0.000000000000 0.000000000000 0.112304687500 +0.000000000000 0.000000000000 0.035156250000 0.251953125000 +0.000000000000 0.063476562500 0.000000000000 0.162109375000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.011169433594 0.105957031250 +0.000000000000 0.180664062500 0.114746093750 0.609375000000 +0.000000000000 0.000000000000 0.000000000000 0.073242187500 +0.000000000000 0.074218750000 0.169921875000 0.005371093750 +0.000000000000 0.016723632812 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.384765625000 0.478515625000 +0.265625000000 0.045654296875 0.000000000000 0.000000000000 +0.055175781250 0.000000000000 0.000000000000 0.000000000000 +0.141601562500 0.000000000000 0.275390625000 0.000000000000 +0.045410156250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.084960937500 0.000000000000 0.312500000000 +0.000000000000 0.000429153442 0.000000000000 0.000000000000 +0.145507812500 0.000000000000 0.000000000000 0.072265625000 +0.000000000000 0.000000000000 0.000000000000 0.171875000000 +0.000000000000 0.000000000000 0.000000000000 0.056396484375 +0.000000000000 0.000000000000 0.101074218750 0.000000000000 +0.000000000000 0.000000000000 0.165039062500 0.000000000000 +0.000000000000 0.163085937500 0.000000000000 0.359375000000 +0.000000000000 0.000000000000 0.000000000000 0.231445312500 +0.000000000000 0.081542968750 0.000000000000 0.000000000000 +0.208984375000 0.074707031250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.326171875000 0.466796875000 +0.279296875000 0.224609375000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.151367187500 0.112792968750 0.000000000000 +0.105957031250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.316406250000 0.000000000000 0.289062500000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.061279296875 0.000000000000 0.000000000000 0.000000000000 +0.030029296875 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.176757812500 0.000000000000 +0.000000000000 0.000000000000 0.166015625000 0.000000000000 +0.009277343750 0.092285156250 0.000000000000 0.000000000000 +0.000000000000 0.070800781250 0.000000000000 0.267578125000 +0.000000000000 0.000000000000 0.000000000000 0.055175781250 +0.316406250000 0.019287109375 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.085937500000 0.390625000000 +0.241210937500 0.218750000000 0.000000000000 0.100097656250 +0.000000000000 0.002471923828 0.000000000000 0.000000000000 +0.000000000000 0.176757812500 0.000000000000 0.039062500000 +0.052246093750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.412109375000 0.000000000000 0.183593750000 +0.030395507812 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.005584716797 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.157226562500 0.000000000000 +0.000000000000 0.000000000000 0.126953125000 0.000000000000 +0.114746093750 0.000162124634 0.000000000000 0.000000000000 +0.165039062500 0.224609375000 0.004150390625 0.195312500000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.343750000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.064453125000 0.000000000000 0.168945312500 +0.000000000000 0.157226562500 0.000000000000 0.111328125000 +0.000000000000 0.126953125000 0.000000000000 0.095214843750 +0.000000000000 0.188476562500 0.000000000000 0.002899169922 +0.000000000000 0.045898437500 0.208984375000 0.000000000000 +0.000000000000 0.412109375000 0.000000000000 0.019775390625 +0.049316406250 0.000000000000 0.000000000000 0.070312500000 +0.000000000000 0.000000000000 0.041992187500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.043945312500 0.127929687500 0.000000000000 +0.000000000000 0.015563964844 0.000000000000 0.000000000000 +0.122558593750 0.000000000000 0.000000000000 0.000000000000 +0.189453125000 0.310546875000 0.103027343750 0.007751464844 +0.000000000000 0.000000000000 0.000000000000 0.065917968750 +0.298828125000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.269531250000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.056152343750 +0.000000000000 0.180664062500 0.000000000000 0.118652343750 +0.000000000000 0.002670288086 0.000000000000 0.000000000000 +0.000000000000 0.198242187500 0.335937500000 0.000000000000 +0.000000000000 0.296875000000 0.000000000000 0.000000000000 +0.031982421875 0.000000000000 0.000000000000 0.202148437500 +0.000000000000 0.000000000000 0.055419921875 0.000000000000 +0.000000000000 0.030517578125 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.134765625000 0.014343261719 0.000000000000 +0.126953125000 0.000000000000 0.000000000000 0.000000000000 +0.076660156250 0.000000000000 0.000000000000 0.000000000000 +0.169921875000 0.310546875000 0.143554687500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.146484375000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.332031250000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.166992187500 0.000000000000 0.018676757812 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.227539062500 0.349609375000 0.083984375000 +0.000000000000 0.120117187500 0.000000000000 0.000000000000 +0.029296875000 0.000000000000 0.000000000000 0.238281250000 +0.000000000000 0.000000000000 0.049560546875 0.000000000000 +0.000000000000 0.133789062500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.105957031250 0.000000000000 0.000000000000 +0.207031250000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.004730224609 0.239257812500 0.157226562500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.001861572266 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.031494140625 0.335937500000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.066406250000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.196289062500 0.257812500000 0.289062500000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.211914062500 +0.000000000000 0.000000000000 0.061523437500 0.000000000000 +0.000000000000 0.120605468750 0.043701171875 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.027587890625 0.000000000000 0.000000000000 +0.205078125000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.113769531250 0.091308593750 0.000000000000 +0.000000000000 0.000000000000 0.061767578125 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.116699218750 0.225585937500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.147460937500 0.000000000000 +0.000000000000 0.000000000000 0.024780273438 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.046630859375 0.037353515625 0.337890625000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.100097656250 +0.000000000000 0.000000000000 0.040527343750 0.053466796875 +0.049316406250 0.000541687012 0.095214843750 0.088867187500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.047119140625 0.000000000000 0.000000000000 0.000000000000 +0.027343750000 0.000000000000 0.000000000000 0.190429687500 +0.000000000000 0.008789062500 0.188476562500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.146484375000 0.021972656250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.083984375000 0.041259765625 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.137695312500 0.000000000000 +0.000000000000 0.000000000000 0.008361816406 0.000000000000 +0.070312500000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.211914062500 +0.000000000000 0.000000000000 0.000000000000 0.141601562500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.068847656250 0.167968750000 +0.113281250000 0.000000000000 0.105957031250 0.245117187500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.032958984375 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.224609375000 +0.000000000000 0.134765625000 0.279296875000 0.137695312500 +0.000000000000 0.000000000000 0.000000000000 0.037841796875 +0.000000000000 0.000000000000 0.136718750000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.177734375000 0.140625000000 +0.000000000000 0.000000000000 0.028198242188 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.074218750000 0.000000000000 0.072265625000 0.000000000000 +0.119140625000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.053955078125 0.000000000000 0.292968750000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.083007812500 0.219726562500 +0.192382812500 0.000000000000 0.031494140625 0.283203125000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.174804687500 +0.000000000000 0.205078125000 0.289062500000 0.182617187500 +0.000000000000 0.000000000000 0.000000000000 0.359375000000 +0.000000000000 0.000000000000 0.059082031250 0.000000000000 +0.000000000000 0.082031250000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.330078125000 0.314453125000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.010559082031 0.000000000000 0.074218750000 0.000000000000 +0.195312500000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.277343750000 0.000000000000 0.373046875000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.098632812500 0.236328125000 +0.191406250000 0.000000000000 0.000000000000 0.255859375000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.001968383789 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.017456054688 +0.000000000000 0.246093750000 0.171875000000 0.109375000000 +0.000000000000 0.000000000000 0.000000000000 0.570312500000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.077148437500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.324218750000 0.384765625000 +0.000000000000 0.202148437500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.023803710938 0.116699218750 +0.176757812500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.414062500000 0.000000000000 0.363281250000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.117675781250 0.178710937500 +0.177734375000 0.000000000000 0.000000000000 0.132812500000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.010925292969 0.085937500000 +0.000000000000 0.000000000000 0.055419921875 0.000000000000 +0.143554687500 0.226562500000 0.000000000000 0.000000000000 +0.000000000000 0.070312500000 0.000000000000 0.644531250000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.125976562500 0.052490234375 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.234375000000 0.347656250000 +0.000000000000 0.277343750000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.257812500000 +0.068847656250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.464843750000 0.000000000000 0.279296875000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.083496093750 0.112304687500 +0.113769531250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.069824218750 +0.000000000000 0.000000000000 0.118164062500 0.000000000000 +0.285156250000 0.196289062500 0.000000000000 0.000000000000 +0.000000000000 0.183593750000 0.000000000000 0.609375000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.238281250000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.069335937500 0.205078125000 +0.000000000000 0.347656250000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.157226562500 +0.000000000000 0.000000000000 0.000000000000 0.259765625000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.402343750000 0.000000000000 0.092285156250 +0.002166748047 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.016723632812 0.000000000000 +0.015869140625 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.027221679688 0.000000000000 0.000000000000 +0.091308593750 0.000000000000 0.040039062500 0.000000000000 +0.320312500000 0.113281250000 0.000000000000 0.000000000000 +0.099609375000 0.271484375000 0.057617187500 0.361328125000 +0.000000000000 0.000000000000 0.000000000000 0.060302734375 +0.259765625000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.028686523438 0.000000000000 0.000000000000 +0.000000000000 0.224609375000 0.000000000000 0.000000000000 +0.000000000000 0.080566406250 0.000000000000 0.365234375000 +0.000000000000 0.000000000000 0.000000000000 0.151367187500 +0.000000000000 0.000000000000 0.072753906250 0.000000000000 +0.000000000000 0.245117187500 0.000000000000 0.000000000000 +0.000000000000 0.006439208984 0.000000000000 0.180664062500 +0.000000000000 0.025390625000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.218750000000 0.000000000000 0.000000000000 +0.109863281250 0.000000000000 0.000329971313 0.000000000000 +0.292968750000 0.002166748047 0.000000000000 0.000000000000 +0.155273437500 0.271484375000 0.113281250000 0.033447265625 +0.014770507812 0.000000000000 0.000000000000 0.041503906250 +0.273437500000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.064941406250 0.000000000000 0.000000000000 +0.000000000000 0.208007812500 0.000000000000 0.367187500000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.091796875000 0.148437500000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.104003906250 0.020629882812 0.363281250000 +0.022338867188 0.131835937500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.019653320312 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.294921875000 0.000000000000 0.000000000000 +0.076660156250 0.000000000000 0.000000000000 0.000000000000 +0.104980468750 0.000000000000 0.000000000000 0.000000000000 +0.150390625000 0.229492187500 0.165039062500 0.000000000000 +0.075195312500 0.000000000000 0.000000000000 0.000000000000 +0.159179687500 0.000000000000 0.000000000000 0.119140625000 +0.185546875000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.251953125000 0.000000000000 0.238281250000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.095214843750 0.191406250000 0.060791015625 +0.000000000000 0.000000000000 0.006103515625 0.000000000000 +0.000000000000 0.104492187500 0.000000000000 0.419921875000 +0.033447265625 0.148437500000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.259765625000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.018798828125 0.124023437500 0.146484375000 0.000000000000 +0.070312500000 0.000000000000 0.062500000000 0.000000000000 +0.008361816406 0.000000000000 0.022338867188 0.349609375000 +0.335937500000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.214843750000 0.000000000000 0.014892578125 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.066894531250 0.145507812500 0.291015625000 +0.000000000000 0.000000000000 0.076171875000 0.000000000000 +0.000000000000 0.086425781250 0.000000000000 0.410156250000 +0.054199218750 0.066406250000 0.000000000000 0.000000000000 +0.000000000000 0.008850097656 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.166992187500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.007080078125 0.108886718750 0.000000000000 +0.034423828125 0.000000000000 0.152343750000 0.002593994141 +0.000000000000 0.000000000000 0.000000000000 0.408203125000 +0.357421875000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.006835937500 0.038818359375 0.000000000000 0.000000000000 +0.097167968750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.005004882812 0.022705078125 0.324218750000 +0.000000000000 0.000000000000 0.104003906250 0.000000000000 +0.000000000000 0.001998901367 0.000000000000 0.296875000000 +0.028442382812 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.016235351562 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.041259765625 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.016479492188 +0.000000000000 0.000000000000 0.015502929688 0.000000000000 +0.000000000000 0.000000000000 0.173828125000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.355468750000 +0.292968750000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.007659912109 0.000000000000 0.000000000000 0.000000000000 +0.160156250000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.332031250000 +0.000000000000 0.000000000000 0.067871093750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.104003906250 +0.015625000000 0.000000000000 0.000000000000 0.000452041626 +0.000000000000 0.000000000000 0.024658203125 0.147460937500 +0.000000000000 0.000000000000 0.000000000000 0.022216796875 +0.089355468750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.085449218750 +0.000000000000 0.000000000000 0.172851562500 0.168945312500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.182617187500 0.043701171875 +0.000000000000 0.000000000000 0.000000000000 0.166992187500 +0.145507812500 0.000000000000 0.000000000000 0.032226562500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.005981445312 0.000000000000 0.000000000000 0.000000000000 +0.155273437500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.170898437500 +0.000000000000 0.000000000000 0.000000000000 0.126953125000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000679016113 0.000000000000 0.010742187500 0.123046875000 +0.102539062500 0.000000000000 0.026855468750 0.245117187500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.052490234375 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.184570312500 +0.000000000000 0.136718750000 0.240234375000 0.206054687500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.120605468750 0.016235351562 +0.000000000000 0.050048828125 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.166992187500 0.156250000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.076660156250 0.000000000000 0.128906250000 0.000000000000 +0.028930664062 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.250000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.035644531250 0.225585937500 +0.160156250000 0.000000000000 0.053710937500 0.247070312500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.017578125000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.205078125000 +0.000000000000 0.246093750000 0.255859375000 0.239257812500 +0.000000000000 0.000000000000 0.000000000000 0.294921875000 +0.000000000000 0.005584716797 0.074707031250 0.002212524414 +0.000000000000 0.047119140625 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.318359375000 0.261718750000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.198242187500 0.000000000000 +0.067382812500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.083984375000 0.000000000000 0.310546875000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.012634277344 0.000000000000 0.061035156250 0.269531250000 +0.155273437500 0.000000000000 0.027465820312 0.240234375000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.144531250000 +0.000000000000 0.285156250000 0.133789062500 0.199218750000 +0.000000000000 0.000000000000 0.000000000000 0.503906250000 +0.000000000000 0.032226562500 0.018066406250 0.037109375000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.355468750000 0.355468750000 +0.000000000000 0.117187500000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.203125000000 0.025756835938 +0.064453125000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.231445312500 0.000000000000 0.308593750000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.004608154297 0.000000000000 0.049804687500 0.227539062500 +0.141601562500 0.000000000000 0.000000000000 0.174804687500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.013305664062 +0.000000000000 0.000000000000 0.003906250000 0.000000000000 +0.022216796875 0.283203125000 0.007873535156 0.084960937500 +0.000000000000 0.000000000000 0.000000000000 0.621093750000 +0.000000000000 0.007537841797 0.000000000000 0.032470703125 +0.011840820312 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.402343750000 0.357421875000 +0.000000000000 0.239257812500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.137695312500 0.082519531250 +0.086425781250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.335937500000 0.000000000000 0.318359375000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.058349609375 0.172851562500 +0.140625000000 0.000000000000 0.000000000000 0.090820312500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.034179687500 +0.000000000000 0.000000000000 0.061767578125 0.000000000000 +0.081054687500 0.263671875000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.601562500000 +0.000000000000 0.000000000000 0.000000000000 0.028076171875 +0.096679687500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.318359375000 0.335937500000 +0.000000000000 0.259765625000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000785827637 0.072265625000 +0.111816406250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.427734375000 0.000000000000 0.285156250000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.074707031250 0.094238281250 +0.114746093750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.036621093750 0.011779785156 +0.000000000000 0.000000000000 0.073730468750 0.000000000000 +0.105957031250 0.187500000000 0.000000000000 0.000000000000 +0.000000000000 0.094726562500 0.000000000000 0.558593750000 +0.000000000000 0.000000000000 0.000000000000 0.018310546875 +0.204101562500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.181640625000 0.283203125000 +0.000000000000 0.265625000000 0.000000000000 0.025268554688 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.098632812500 0.000000000000 0.080078125000 +0.124511718750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.515625000000 0.000000000000 0.238281250000 +0.018188476562 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.101074218750 0.000000000000 +0.065429687500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.135742187500 0.000000000000 +0.000000000000 0.000000000000 0.078125000000 0.000000000000 +0.130859375000 0.066894531250 0.000000000000 0.000000000000 +0.070800781250 0.208007812500 0.000000000000 0.457031250000 +0.000000000000 0.000000000000 0.000000000000 0.019531250000 +0.277343750000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.118652343750 0.000000000000 0.215820312500 +0.000000000000 0.217773437500 0.000000000000 0.147460937500 +0.000000000000 0.011413574219 0.000000000000 0.000000000000 +0.000000000000 0.188476562500 0.000000000000 0.035400390625 +0.107421875000 0.000000000000 0.114257812500 0.000000000000 +0.000000000000 0.562500000000 0.000000000000 0.164062500000 +0.079589843750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.136718750000 0.000000000000 +0.048339843750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.169921875000 0.003967285156 +0.000000000000 0.000000000000 0.029418945312 0.000000000000 +0.128906250000 0.000000000000 0.000000000000 0.000000000000 +0.191406250000 0.308593750000 0.032470703125 0.283203125000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.291015625000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.339843750000 0.000000000000 0.074218750000 +0.000000000000 0.079101562500 0.000000000000 0.201171875000 +0.000000000000 0.122070312500 0.045654296875 0.000000000000 +0.000000000000 0.169921875000 0.000000000000 0.000000000000 +0.084960937500 0.208007812500 0.318359375000 0.000000000000 +0.026245117188 0.546875000000 0.000000000000 0.049072265625 +0.114746093750 0.000000000000 0.000000000000 0.044677734375 +0.000000000000 0.000000000000 0.202148437500 0.000000000000 +0.044677734375 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.031005859375 0.165039062500 0.000000000000 +0.036621093750 0.000000000000 0.000000000000 0.000000000000 +0.114257812500 0.000000000000 0.000000000000 0.000000000000 +0.220703125000 0.357421875000 0.113769531250 0.098632812500 +0.000000000000 0.000000000000 0.000000000000 0.012390136719 +0.233398437500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.523437500000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.188476562500 +0.000000000000 0.190429687500 0.092773437500 0.000000000000 +0.000000000000 0.116210937500 0.000000000000 0.000000000000 +0.046630859375 0.341796875000 0.439453125000 0.000000000000 +0.070800781250 0.503906250000 0.000000000000 0.000000000000 +0.176757812500 0.000000000000 0.000000000000 0.130859375000 +0.000000000000 0.000000000000 0.230468750000 0.000000000000 +0.052246093750 0.039062500000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.043212890625 0.150390625000 0.000000000000 +0.113281250000 0.000000000000 0.000000000000 0.000000000000 +0.018432617188 0.000000000000 0.000000000000 0.000000000000 +0.225585937500 0.367187500000 0.180664062500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.115722656250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.648437500000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.174804687500 +0.000000000000 0.179687500000 0.123046875000 0.000000000000 +0.000000000000 0.015197753906 0.000000000000 0.000000000000 +0.052246093750 0.390625000000 0.496093750000 0.000000000000 +0.110351562500 0.451171875000 0.000000000000 0.000000000000 +0.169921875000 0.000000000000 0.000000000000 0.151367187500 +0.000000000000 0.000000000000 0.298828125000 0.000000000000 +0.081054687500 0.101074218750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.038330078125 0.119140625000 0.000000000000 +0.186523437500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.138671875000 0.355468750000 0.163085937500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.031127929688 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.726562500000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.017456054688 0.119140625000 +0.000000000000 0.077148437500 0.122558593750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.115234375000 0.398437500000 0.460937500000 0.133789062500 +0.131835937500 0.375000000000 0.000000000000 0.000000000000 +0.138671875000 0.000000000000 0.000000000000 0.115234375000 +0.000000000000 0.000000000000 0.322265625000 0.000000000000 +0.191406250000 0.139648437500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.071777343750 0.000000000000 +0.221679687500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.296875000000 0.139648437500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.032958984375 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.730468750000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.096191406250 0.076171875000 +0.000000000000 0.000000000000 0.143554687500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.156250000000 0.312500000000 0.355468750000 0.172851562500 +0.103515625000 0.355468750000 0.000000000000 0.041259765625 +0.147460937500 0.000000000000 0.000000000000 0.017944335938 +0.000000000000 0.000000000000 0.384765625000 0.000000000000 +0.248046875000 0.121093750000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.020874023438 0.000000000000 +0.223632812500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.146484375000 0.000000000000 +0.000000000000 0.216796875000 0.099121093750 0.029541015625 +0.000000000000 0.000000000000 0.000000000000 0.010742187500 +0.000000000000 0.003219604492 0.000000000000 0.000000000000 +0.000000000000 0.703125000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.134765625000 0.019287109375 +0.000000000000 0.000000000000 0.115234375000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.194335937500 0.146484375000 0.208007812500 0.099121093750 +0.061279296875 0.365234375000 0.000000000000 0.136718750000 +0.086914062500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.388671875000 0.101562500000 +0.283203125000 0.057617187500 0.000000000000 0.069824218750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000145912170 +0.200195312500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.018432617188 0.207031250000 0.000000000000 +0.000000000000 0.166015625000 0.016967773438 0.251953125000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.015625000000 0.000000000000 0.000000000000 +0.000000000000 0.609375000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.093261718750 0.000000000000 +0.000000000000 0.000000000000 0.080566406250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.011230468750 +0.191406250000 0.000000000000 0.042236328125 0.000000000000 +0.065429687500 0.386718750000 0.000000000000 0.192382812500 +0.062988281250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.355468750000 0.170898437500 +0.292968750000 0.000000000000 0.000000000000 0.076660156250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.057617187500 +0.167968750000 0.000000000000 0.000000000000 0.000000000000 +0.019165039062 0.108886718750 0.173828125000 0.000000000000 +0.000000000000 0.132812500000 0.000000000000 0.437500000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.472656250000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.028320312500 0.000000000000 +0.000000000000 0.000000000000 0.045898437500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.172851562500 +0.158203125000 0.000000000000 0.000000000000 0.000000000000 +0.029663085938 0.406250000000 0.000000000000 0.207031250000 +0.041015625000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.308593750000 0.191406250000 +0.253906250000 0.000000000000 0.000000000000 0.053710937500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.050292968750 +0.144531250000 0.000000000000 0.000000000000 0.000000000000 +0.132812500000 0.166015625000 0.071777343750 0.000000000000 +0.000000000000 0.146484375000 0.000000000000 0.535156250000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.333984375000 0.000000000000 0.025512695312 +0.000000000000 0.044189453125 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.289062500000 +0.070800781250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.406250000000 0.000000000000 0.189453125000 +0.049804687500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.195312500000 0.145507812500 +0.149414062500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.013183593750 +0.131835937500 0.000000000000 0.000000000000 0.000000000000 +0.271484375000 0.170898437500 0.000000000000 0.000000000000 +0.000000000000 0.201171875000 0.000000000000 0.519531250000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.040283203125 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.181640625000 0.000000000000 0.031494140625 +0.000000000000 0.195312500000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.125000000000 +0.000000000000 0.000000000000 0.000000000000 0.221679687500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.335937500000 0.000000000000 0.071777343750 +0.030761718750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.070312500000 0.014404296875 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.019897460938 0.000000000000 0.000000000000 +0.109375000000 0.000000000000 0.000000000000 0.000000000000 +0.294921875000 0.125976562500 0.000000000000 0.000000000000 +0.049316406250 0.239257812500 0.029296875000 0.359375000000 +0.000000000000 0.000000000000 0.000000000000 0.016479492188 +0.202148437500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.044189453125 0.000000000000 0.000000000000 +0.000000000000 0.167968750000 0.000000000000 0.000000000000 +0.000000000000 0.025268554688 0.000000000000 0.298828125000 +0.000000000000 0.000000000000 0.000000000000 0.120117187500 +0.000000000000 0.000000000000 0.007415771484 0.000000000000 +0.000000000000 0.196289062500 0.000000000000 0.000000000000 +0.000000000000 0.046142578125 0.000000000000 0.155273437500 +0.021484375000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.170898437500 0.000000000000 0.000000000000 +0.078125000000 0.000000000000 0.000000000000 0.000000000000 +0.249023437500 0.010681152344 0.000000000000 0.000000000000 +0.135742187500 0.235351562500 0.100097656250 0.038330078125 +0.011169433594 0.000000000000 0.000000000000 0.034179687500 +0.218750000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.057128906250 0.000000000000 0.000000000000 +0.000000000000 0.193359375000 0.000000000000 0.353515625000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.140625000000 0.000000000000 +0.000000000000 0.003753662109 0.000000000000 0.000000000000 +0.000000000000 0.146484375000 0.000000000000 0.322265625000 +0.062255859375 0.084472656250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.046386718750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.251953125000 0.000000000000 0.000000000000 +0.028442382812 0.000000000000 0.000000000000 0.000000000000 +0.105468750000 0.000000000000 0.000000000000 0.000000000000 +0.128906250000 0.206054687500 0.148437500000 0.000000000000 +0.103027343750 0.000000000000 0.000000000000 0.005798339844 +0.180664062500 0.000000000000 0.000000000000 0.078125000000 +0.205078125000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.237304687500 0.000000000000 0.308593750000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.052978515625 0.160156250000 0.003158569336 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.157226562500 0.000000000000 0.423828125000 +0.079101562500 0.161132812500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.015625000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.287109375000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.042724609375 0.124023437500 0.147460937500 0.000000000000 +0.149414062500 0.000000000000 0.060302734375 0.000000000000 +0.051269531250 0.000000000000 0.001632690430 0.349609375000 +0.392578125000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.010925292969 0.209960937500 0.000000000000 0.115722656250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.025634765625 0.125000000000 0.226562500000 +0.000000000000 0.000000000000 0.079589843750 0.000000000000 +0.000000000000 0.149414062500 0.000000000000 0.435546875000 +0.114746093750 0.150390625000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.064941406250 0.000000000000 +0.000000000000 0.000000000000 0.066406250000 0.000000000000 +0.000000000000 0.208007812500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.006988525391 0.114257812500 0.000000000000 +0.173828125000 0.000000000000 0.180664062500 0.012939453125 +0.000000000000 0.000000000000 0.008117675781 0.455078125000 +0.488281250000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.112304687500 0.097167968750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.021972656250 0.333984375000 +0.000000000000 0.000000000000 0.115234375000 0.000000000000 +0.000000000000 0.134765625000 0.000000000000 0.371093750000 +0.156250000000 0.051513671875 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.124511718750 0.000000000000 +0.000000000000 0.000000000000 0.109375000000 0.000000000000 +0.022827148438 0.072753906250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.022705078125 +0.000000000000 0.000000000000 0.000000000000 0.105957031250 +0.000000000000 0.000000000000 0.052734375000 0.000000000000 +0.192382812500 0.000000000000 0.255859375000 0.009399414062 +0.000000000000 0.000000000000 0.000000000000 0.449218750000 +0.527343750000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.173828125000 0.000000000000 0.000000000000 0.000000000000 +0.036865234375 0.000000000000 0.022094726562 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.353515625000 +0.000000000000 0.000000000000 0.140625000000 0.000000000000 +0.000000000000 0.093261718750 0.000000000000 0.233398437500 +0.228515625000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.195312500000 0.000000000000 +0.000000000000 0.039306640625 0.156250000000 0.000000000000 +0.079101562500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.213867187500 +0.000000000000 0.024414062500 0.000000000000 0.359375000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.228515625000 0.000000000000 0.304687500000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.341796875000 +0.511718750000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.230468750000 0.000000000000 0.000000000000 0.000000000000 +0.019775390625 0.000000000000 0.269531250000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.218750000000 +0.000000000000 0.000000000000 0.084472656250 0.000000000000 +0.000000000000 0.128906250000 0.000000000000 0.082519531250 +0.318359375000 0.000000000000 0.000000000000 0.081054687500 +0.000000000000 0.000000000000 0.253906250000 0.028686523438 +0.000000000000 0.138671875000 0.207031250000 0.000000000000 +0.065429687500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.300781250000 +0.000000000000 0.158203125000 0.000000000000 0.550781250000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.322265625000 0.064941406250 0.332031250000 0.003417968750 +0.000000000000 0.000000000000 0.000000000000 0.157226562500 +0.488281250000 0.000000000000 0.117187500000 0.037109375000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.292968750000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.472656250000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.089843750000 0.000000000000 +0.000000000000 0.230468750000 0.000000000000 0.000000000000 +0.380859375000 0.000000000000 0.000000000000 0.101562500000 +0.000000000000 0.000000000000 0.257812500000 0.020385742188 +0.000000000000 0.166992187500 0.187500000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.267578125000 +0.000000000000 0.203125000000 0.000000000000 0.632812500000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.373046875000 0.168945312500 0.306640625000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.032226562500 +0.398437500000 0.000000000000 0.261718750000 0.158203125000 +0.031738281250 0.000000000000 0.000000000000 0.000000000000 +0.316406250000 0.000000000000 0.000000000000 0.000000000000 +0.042236328125 0.000000000000 0.585937500000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.163085937500 0.000000000000 +0.000000000000 0.283203125000 0.000000000000 0.000000000000 +0.416015625000 0.000000000000 0.000000000000 0.062500000000 +0.000000000000 0.000000000000 0.191406250000 0.000000000000 +0.000000000000 0.194335937500 0.153320312500 0.086425781250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.151367187500 +0.000000000000 0.220703125000 0.000000000000 0.652343750000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.355468750000 0.134765625000 0.277343750000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.026245117188 +0.359375000000 0.000000000000 0.289062500000 0.291015625000 +0.217773437500 0.000000000000 0.000000000000 0.000000000000 +0.296875000000 0.000000000000 0.000000000000 0.000000000000 +0.096191406250 0.000000000000 0.539062500000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.166015625000 0.014160156250 +0.000000000000 0.302734375000 0.000000000000 0.000000000000 +0.394531250000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.066406250000 0.000000000000 +0.000000000000 0.130859375000 0.000000000000 0.127929687500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.058105468750 0.000000000000 +0.000000000000 0.139648437500 0.000000000000 0.613281250000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.206054687500 0.105957031250 0.199218750000 0.032714843750 +0.097656250000 0.000000000000 0.000000000000 0.054199218750 +0.216796875000 0.000000000000 0.279296875000 0.332031250000 +0.302734375000 0.000000000000 0.000000000000 0.000000000000 +0.271484375000 0.000000000000 0.000000000000 0.000000000000 +0.143554687500 0.000000000000 0.427734375000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.198242187500 0.062988281250 +0.000000000000 0.283203125000 0.000000000000 0.000000000000 +0.341796875000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.049560546875 0.000000000000 0.174804687500 +0.000000000000 0.000000000000 0.034423828125 0.000000000000 +0.000000000000 0.000000000000 0.080078125000 0.000000000000 +0.000000000000 0.092285156250 0.000000000000 0.474609375000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.028930664062 0.124023437500 0.000000000000 +0.169921875000 0.000000000000 0.000000000000 0.060791015625 +0.088867187500 0.000000000000 0.192382812500 0.337890625000 +0.332031250000 0.000000000000 0.000000000000 0.000000000000 +0.107910156250 0.000000000000 0.000000000000 0.000000000000 +0.181640625000 0.000179290771 0.220703125000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.145507812500 0.108398437500 +0.000000000000 0.144531250000 0.000000000000 0.000000000000 +0.186523437500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.145507812500 +0.000000000000 0.000000000000 0.171875000000 0.000000000000 +0.000000000000 0.000000000000 0.053710937500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.248046875000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.023071289062 0.036865234375 +0.157226562500 0.007049560547 0.000000000000 0.040771484375 +0.000000000000 0.000000000000 0.088378906250 0.320312500000 +0.296875000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.188476562500 0.109375000000 0.000000000000 0.000000000000 +0.096191406250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.148437500000 0.050537109375 0.181640625000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.026000976562 0.000000000000 0.000000000000 0.000000000000 +0.037597656250 0.000000000000 0.000000000000 0.017822265625 +0.000000000000 0.000000000000 0.000000000000 0.085449218750 +0.000000000000 0.000000000000 0.253906250000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.003845214844 +0.140625000000 0.177734375000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.279296875000 +0.165039062500 0.000000000000 0.000000000000 0.162109375000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.102539062500 0.065917968750 0.000000000000 0.000000000000 +0.195312500000 0.000000000000 0.010253906250 0.000000000000 +0.000000000000 0.310546875000 0.000000000000 0.199218750000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.170898437500 0.000000000000 +0.171875000000 0.000000000000 0.000000000000 0.024780273438 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.239257812500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.011718750000 0.000000000000 +0.000000000000 0.076660156250 0.000000000000 0.073242187500 +0.000000000000 0.000000000000 0.000000000000 0.002273559570 +0.034912109375 0.201171875000 0.000000000000 0.000000000000 +0.000000000000 0.203125000000 0.000000000000 0.156250000000 +0.000000000000 0.000000000000 0.000000000000 0.186523437500 +0.000000000000 0.000000000000 0.031738281250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.253906250000 0.000000000000 0.059570312500 0.000000000000 +0.050781250000 0.427734375000 0.000000000000 0.202148437500 +0.009948730469 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.300781250000 0.000000000000 +0.273437500000 0.000000000000 0.000000000000 0.057128906250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.164062500000 0.020263671875 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.104003906250 0.000000000000 +0.000000000000 0.131835937500 0.000000000000 0.263671875000 +0.000000000000 0.000000000000 0.000000000000 0.006256103516 +0.000000000000 0.169921875000 0.000000000000 0.000000000000 +0.000000000000 0.402343750000 0.000000000000 0.059082031250 +0.000000000000 0.000000000000 0.000000000000 0.171875000000 +0.000000000000 0.000000000000 0.042724609375 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.030761718750 +0.248046875000 0.000000000000 0.046875000000 0.000000000000 +0.039306640625 0.474609375000 0.000000000000 0.223632812500 +0.050292968750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.349609375000 0.112304687500 +0.312500000000 0.000000000000 0.000000000000 0.061279296875 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.066894531250 0.097167968750 +0.076660156250 0.000000000000 0.000000000000 0.000000000000 +0.015380859375 0.074707031250 0.123535156250 0.000000000000 +0.000000000000 0.168945312500 0.000000000000 0.441406250000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.121093750000 0.000000000000 0.000000000000 +0.000000000000 0.453125000000 0.000000000000 0.013977050781 +0.000000000000 0.000000000000 0.000000000000 0.094726562500 +0.000000000000 0.000000000000 0.054199218750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.105468750000 +0.225585937500 0.000000000000 0.009704589844 0.000000000000 +0.048583984375 0.482421875000 0.000000000000 0.205078125000 +0.049316406250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.349609375000 0.166992187500 +0.316406250000 0.000000000000 0.000000000000 0.027465820312 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.129882812500 +0.204101562500 0.000000000000 0.000000000000 0.000000000000 +0.105468750000 0.143554687500 0.072265625000 0.000000000000 +0.000000000000 0.169921875000 0.000000000000 0.546875000000 +0.000000000000 0.000000000000 0.000000000000 0.020141601562 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.425781250000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.084472656250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.094726562500 +0.135742187500 0.000000000000 0.000000000000 0.000000000000 +0.025146484375 0.449218750000 0.000000000000 0.188476562500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.316406250000 0.157226562500 +0.259765625000 0.000000000000 0.000000000000 0.028198242188 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.140625000000 +0.179687500000 0.000000000000 0.000000000000 0.000000000000 +0.120117187500 0.164062500000 0.023559570312 0.000000000000 +0.000000000000 0.154296875000 0.000000000000 0.593750000000 +0.000000000000 0.000000000000 0.000000000000 0.015625000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.328125000000 0.052246093750 0.038574218750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.084960937500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.096191406250 +0.148437500000 0.000000000000 0.000000000000 0.000000000000 +0.023071289062 0.439453125000 0.000000000000 0.242187500000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.287109375000 0.161132812500 +0.219726562500 0.000000000000 0.000000000000 0.049072265625 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.076660156250 +0.052490234375 0.000000000000 0.000000000000 0.000000000000 +0.082031250000 0.161132812500 0.032226562500 0.000000000000 +0.000000000000 0.117187500000 0.000000000000 0.597656250000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.248046875000 0.073730468750 0.109375000000 +0.000000000000 0.041015625000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.034667968750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.123046875000 +0.159179687500 0.000000000000 0.000000000000 0.000000000000 +0.004394531250 0.468750000000 0.000000000000 0.242187500000 +0.013549804688 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.253906250000 0.144531250000 +0.209960937500 0.000000000000 0.000000000000 0.031982421875 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.085449218750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.116699218750 0.166992187500 0.000000000000 0.000000000000 +0.000000000000 0.131835937500 0.000000000000 0.589843750000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.194335937500 0.055908203125 0.126953125000 +0.000000000000 0.073242187500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.039794921875 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.117187500000 +0.136718750000 0.000000000000 0.000000000000 0.000000000000 +0.000637054443 0.498046875000 0.000000000000 0.228515625000 +0.001136779785 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.226562500000 0.096679687500 +0.191406250000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.104003906250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.135742187500 0.133789062500 0.000000000000 0.000000000000 +0.000000000000 0.175781250000 0.000000000000 0.578125000000 +0.000000000000 0.000000000000 0.000000000000 0.002838134766 +0.042968750000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.216796875000 0.001716613770 0.107421875000 +0.000000000000 0.104492187500 0.000000000000 0.011474609375 +0.000000000000 0.000000000000 0.059570312500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.093750000000 +0.140625000000 0.000000000000 0.000000000000 0.000000000000 +0.019409179688 0.527343750000 0.000000000000 0.197265625000 +0.046386718750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.232421875000 0.003860473633 +0.137695312500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.044921875000 0.046630859375 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.128906250000 0.074707031250 0.000000000000 0.000000000000 +0.000000000000 0.215820312500 0.000000000000 0.498046875000 +0.000000000000 0.000000000000 0.000000000000 0.015502929688 +0.072753906250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.283203125000 0.000000000000 0.096679687500 +0.000000000000 0.081542968750 0.000000000000 0.072753906250 +0.000000000000 0.000000000000 0.008361816406 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.073242187500 +0.115722656250 0.000000000000 0.055175781250 0.000000000000 +0.000000000000 0.511718750000 0.000000000000 0.157226562500 +0.031005859375 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.238281250000 0.000000000000 +0.147460937500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.037597656250 0.079101562500 +0.051025390625 0.000000000000 0.000000000000 0.000000000000 +0.136718750000 0.035888671875 0.000000000000 0.000000000000 +0.000000000000 0.240234375000 0.000000000000 0.392578125000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.069824218750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.347656250000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.055908203125 +0.000000000000 0.000000000000 0.041992187500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.081054687500 +0.055419921875 0.002426147461 0.100097656250 0.000000000000 +0.009216308594 0.449218750000 0.000000000000 0.076660156250 +0.019653320312 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.223632812500 0.000000000000 +0.163085937500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.056396484375 +0.171875000000 0.000000000000 0.000000000000 0.000000000000 +0.125000000000 0.021362304688 0.000000000000 0.000000000000 +0.000000000000 0.245117187500 0.030151367188 0.289062500000 +0.000000000000 0.000000000000 0.000000000000 0.017822265625 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.369140625000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.054931640625 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.019287109375 +0.000000000000 0.023559570312 0.053222656250 0.000000000000 +0.000000000000 0.357421875000 0.000000000000 0.024780273438 +0.038085937500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.196289062500 0.000000000000 +0.093261718750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.178710937500 0.000000000000 0.000000000000 0.000000000000 +0.080566406250 0.010253906250 0.000000000000 0.000000000000 +0.000000000000 0.211914062500 0.017578125000 0.206054687500 +0.000000000000 0.000000000000 0.000000000000 0.007690429688 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.332031250000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.057617187500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.031738281250 0.012451171875 0.000000000000 +0.000000000000 0.267578125000 0.000000000000 0.033203125000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.199218750000 0.030273437500 +0.106933593750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.094726562500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.032470703125 0.000000000000 0.000000000000 +0.000000000000 0.139648437500 0.000000000000 0.165039062500 +0.000000000000 0.000000000000 0.000000000000 0.024902343750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.255859375000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.032226562500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.011047363281 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.196289062500 0.000000000000 0.089355468750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.197265625000 0.086914062500 +0.157226562500 0.000000000000 0.000000000000 0.055419921875 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.038818359375 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.104492187500 0.062988281250 0.000000000000 +0.000000000000 0.070312500000 0.000000000000 0.221679687500 +0.000000000000 0.000000000000 0.000000000000 0.013854980469 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.192382812500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.012390136719 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.052978515625 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.164062500000 0.000000000000 0.170898437500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.190429687500 0.202148437500 +0.191406250000 0.000000000000 0.017333984375 0.090820312500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.047119140625 +0.000000000000 0.169921875000 0.123535156250 0.000000000000 +0.000000000000 0.011047363281 0.000000000000 0.361328125000 +0.000000000000 0.000000000000 0.000000000000 0.000709533691 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.105957031250 0.098144531250 0.059082031250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.018920898438 +0.025390625000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.190429687500 0.000000000000 0.175781250000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.166015625000 0.251953125000 +0.190429687500 0.000000000000 0.032470703125 0.113281250000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.111816406250 +0.010375976562 0.251953125000 0.060058593750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.433593750000 +0.000000000000 0.000000000000 0.000000000000 0.010986328125 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.171875000000 0.105468750000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.070312500000 0.194335937500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.102539062500 0.000000000000 0.192382812500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.031250000000 0.000000000000 0.110839843750 0.292968750000 +0.146484375000 0.000000000000 0.093750000000 0.058837890625 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.032470703125 +0.050048828125 0.000000000000 0.000000000000 0.120117187500 +0.147460937500 0.337890625000 0.005096435547 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.494140625000 +0.000000000000 0.035400390625 0.000000000000 0.011169433594 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.223632812500 0.105468750000 +0.000000000000 0.129882812500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.227539062500 0.174804687500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.042236328125 0.000000000000 0.113281250000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.097656250000 0.000000000000 0.000000000000 0.251953125000 +0.018798828125 0.000000000000 0.155273437500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.098144531250 +0.180664062500 0.349609375000 0.000000000000 0.020263671875 +0.000000000000 0.000000000000 0.000000000000 0.447265625000 +0.109863281250 0.048095703125 0.000000000000 0.002029418945 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.231445312500 0.121093750000 +0.000000000000 0.211914062500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.300781250000 0.152343750000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.018920898438 +0.000000000000 0.089843750000 0.000000000000 0.000000000000 +0.238281250000 0.000000000000 0.000000000000 0.191406250000 +0.000000000000 0.000000000000 0.130859375000 0.000000000000 +0.000000000000 0.003662109375 0.066406250000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.017578125000 0.000000000000 +0.181640625000 0.296875000000 0.000000000000 0.075683593750 +0.000000000000 0.000000000000 0.000000000000 0.318359375000 +0.263671875000 0.069335937500 0.019653320312 0.000000000000 +0.080566406250 0.000000000000 0.000000000000 0.000000000000 +0.044921875000 0.000000000000 0.211914062500 0.090820312500 +0.000000000000 0.261718750000 0.000000000000 0.000000000000 +0.058593750000 0.000000000000 0.000000000000 0.160156250000 +0.000000000000 0.000000000000 0.314453125000 0.080566406250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.253906250000 0.000000000000 0.021606445312 +0.302734375000 0.000000000000 0.000000000000 0.025268554688 +0.000000000000 0.000000000000 0.116210937500 0.000000000000 +0.000000000000 0.057373046875 0.060546875000 0.000000000000 +0.000000000000 0.011413574219 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.044189453125 0.000000000000 +0.124023437500 0.227539062500 0.000000000000 0.108398437500 +0.000000000000 0.000000000000 0.000000000000 0.006408691406 +0.345703125000 0.050292968750 0.046875000000 0.036865234375 +0.187500000000 0.000000000000 0.000000000000 0.000000000000 +0.185546875000 0.000000000000 0.036376953125 0.074218750000 +0.027709960938 0.220703125000 0.000000000000 0.000000000000 +0.141601562500 0.000000000000 0.000000000000 0.277343750000 +0.000000000000 0.000000000000 0.267578125000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.048339843750 0.000000000000 +0.000000000000 0.400390625000 0.012878417969 0.201171875000 +0.333984375000 0.134765625000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.057617187500 0.000000000000 +0.032714843750 0.030273437500 0.041992187500 0.000000000000 +0.000000000000 0.207031250000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.083984375000 0.000000000000 +0.021484375000 0.062500000000 0.000000000000 0.059570312500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.365234375000 0.000000000000 0.063476562500 0.000000000000 +0.283203125000 0.000000000000 0.000000000000 0.156250000000 +0.306640625000 0.000000000000 0.000000000000 0.033691406250 +0.077636718750 0.095703125000 0.000000000000 0.000000000000 +0.164062500000 0.175781250000 0.000000000000 0.215820312500 +0.000000000000 0.000000000000 0.148437500000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.210937500000 0.000000000000 +0.000000000000 0.404296875000 0.000000000000 0.333984375000 +0.328125000000 0.132812500000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.043945312500 0.000000000000 0.000000000000 0.019653320312 +0.000000000000 0.165039062500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.008728027344 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.060791015625 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.226562500000 0.000000000000 0.097656250000 0.009704589844 +0.248046875000 0.000000000000 0.000000000000 0.441406250000 +0.345703125000 0.000000000000 0.000000000000 0.000000000000 +0.096679687500 0.000000000000 0.000000000000 0.000000000000 +0.105957031250 0.263671875000 0.000000000000 0.080566406250 +0.087890625000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.237304687500 0.000000000000 +0.000000000000 0.347656250000 0.000000000000 0.349609375000 +0.219726562500 0.072753906250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.049804687500 0.000000000000 0.000000000000 0.119140625000 +0.000000000000 0.136718750000 0.067382812500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.011413574219 +0.000000000000 0.000000000000 0.009582519531 0.000000000000 +0.020141601562 0.000000000000 0.086914062500 0.000000000000 +0.147460937500 0.000000000000 0.000511169434 0.546875000000 +0.300781250000 0.000000000000 0.000000000000 0.000000000000 +0.083984375000 0.000000000000 0.000000000000 0.000000000000 +0.054443359375 0.283203125000 0.000000000000 0.000000000000 +0.148437500000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.057373046875 0.072753906250 +0.000000000000 0.000000000000 0.243164062500 0.000000000000 +0.000000000000 0.216796875000 0.000000000000 0.322265625000 +0.129882812500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.137695312500 +0.000000000000 0.058105468750 0.129882812500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.005523681641 0.000000000000 +0.000000000000 0.000000000000 0.077148437500 0.003433227539 +0.037353515625 0.000000000000 0.000000000000 0.531250000000 +0.201171875000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.178710937500 0.000000000000 0.000000000000 +0.150390625000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.091796875000 0.181640625000 +0.000000000000 0.000000000000 0.142578125000 0.000000000000 +0.000000000000 0.008483886719 0.000000000000 0.229492187500 +0.002044677734 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.057617187500 +0.002120971680 0.000000000000 0.126953125000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.048339843750 0.012573242188 +0.000000000000 0.000000000000 0.000000000000 0.363281250000 +0.085937500000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.014770507812 0.000000000000 0.000000000000 +0.113769531250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.069335937500 0.169921875000 +0.000000000000 0.000000000000 0.000000000000 0.007354736328 +0.000000000000 0.000000000000 0.000000000000 0.080566406250 +0.000000000000 0.000000000000 0.011413574219 0.000000000000 +0.067382812500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.056640625000 0.000000000000 0.070800781250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.027099609375 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.016479492188 0.009277343750 +0.000000000000 0.017456054688 0.000000000000 0.089355468750 +0.000000000000 0.026977539062 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.007751464844 0.106445312500 +0.000000000000 0.000000000000 0.000000000000 0.037841796875 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.055664062500 0.036621093750 +0.092285156250 0.000000000000 0.000000000000 0.025268554688 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.001869201660 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.031738281250 0.029174804688 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.017822265625 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.026489257812 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.037841796875 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.025024414062 0.107421875000 +0.064941406250 0.000000000000 0.056152343750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.024658203125 +0.000000000000 0.132812500000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.038085937500 +0.000000000000 0.000000000000 0.014465332031 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.045898437500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.065917968750 0.000000000000 0.000000000000 0.127929687500 +0.000000000000 0.000000000000 0.086914062500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.037109375000 0.160156250000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.063964843750 +0.000000000000 0.000000000000 0.013549804688 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.011474609375 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.044921875000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.055419921875 0.000000000000 0.000000000000 +0.130859375000 0.000000000000 0.000000000000 0.028564453125 +0.000000000000 0.000000000000 0.058349609375 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.047119140625 0.149414062500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.019653320312 +0.089355468750 0.000000000000 0.000000000000 0.040283203125 +0.064453125000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.024169921875 +0.000000000000 0.066406250000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.123535156250 +0.000000000000 0.000000000000 0.047607421875 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.179687500000 0.000000000000 0.083984375000 +0.215820312500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.019287109375 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.080566406250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.036132812500 0.069335937500 0.000000000000 0.000000000000 +0.000000000000 0.000606536865 0.000000000000 0.000000000000 +0.153320312500 0.000000000000 0.003112792969 0.012329101562 +0.161132812500 0.000000000000 0.000000000000 0.000000000000 +0.141601562500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.008239746094 0.000000000000 0.000000000000 +0.045166015625 0.040283203125 0.000000000000 0.202148437500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.275390625000 0.000000000000 0.226562500000 +0.241210937500 0.066894531250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.015502929688 0.000000000000 +0.018676757812 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.129882812500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000904083252 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.022460937500 0.000000000000 +0.225585937500 0.000000000000 0.046386718750 0.011657714844 +0.132812500000 0.000000000000 0.000000000000 0.113281250000 +0.291015625000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.071777343750 0.145507812500 0.000000000000 0.225585937500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.061767578125 0.000000000000 +0.000000000000 0.326171875000 0.000000000000 0.343750000000 +0.250000000000 0.131835937500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.004791259766 0.000000000000 +0.049072265625 0.000000000000 0.009704589844 0.000000000000 +0.000000000000 0.195312500000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.052001953125 0.000000000000 +0.248046875000 0.000000000000 0.106445312500 0.000000000000 +0.105468750000 0.000000000000 0.000000000000 0.351562500000 +0.412109375000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.133789062500 0.209960937500 0.000000000000 0.178710937500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.147460937500 0.000000000000 +0.000000000000 0.357421875000 0.000000000000 0.386718750000 +0.275390625000 0.135742187500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.020263671875 0.000000000000 +0.064453125000 0.000000000000 0.023437500000 0.000000000000 +0.000000000000 0.198242187500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.016357421875 +0.000000000000 0.000000000000 0.055419921875 0.000000000000 +0.251953125000 0.000000000000 0.157226562500 0.000000000000 +0.035400390625 0.000000000000 0.000000000000 0.494140625000 +0.511718750000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.165039062500 0.199218750000 0.000000000000 0.116699218750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.095703125000 +0.000000000000 0.000000000000 0.213867187500 0.000000000000 +0.000000000000 0.339843750000 0.000000000000 0.416015625000 +0.279296875000 0.145507812500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.054199218750 0.000000000000 +0.043701171875 0.009643554688 0.058105468750 0.000000000000 +0.000000000000 0.169921875000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.106445312500 +0.000000000000 0.000000000000 0.057373046875 0.000000000000 +0.273437500000 0.000000000000 0.225585937500 0.017822265625 +0.000000000000 0.000000000000 0.000000000000 0.562500000000 +0.574218750000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.208007812500 0.125000000000 0.000000000000 0.000000000000 +0.044677734375 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.176757812500 +0.000000000000 0.000000000000 0.255859375000 0.000000000000 +0.000000000000 0.300781250000 0.000000000000 0.390625000000 +0.267578125000 0.117187500000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.077148437500 0.000000000000 +0.000000000000 0.061035156250 0.087402343750 0.073730468750 +0.000000000000 0.115234375000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.236328125000 +0.000000000000 0.000000000000 0.021362304688 0.000000000000 +0.267578125000 0.000000000000 0.265625000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.582031250000 +0.582031250000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.167968750000 0.060302734375 0.000000000000 0.000000000000 +0.083984375000 0.000000000000 0.023803710938 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.132812500000 +0.000000000000 0.000000000000 0.247070312500 0.000000000000 +0.000000000000 0.294921875000 0.000000000000 0.324218750000 +0.287109375000 0.024047851562 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.077636718750 0.000000000000 +0.000000000000 0.054931640625 0.060058593750 0.145507812500 +0.000000000000 0.038330078125 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.326171875000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.191406250000 0.000000000000 0.267578125000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.523437500000 +0.515625000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.195312500000 0.011413574219 0.000000000000 0.000000000000 +0.100585937500 0.000000000000 0.032714843750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.045410156250 +0.000000000000 0.000000000000 0.213867187500 0.000000000000 +0.000000000000 0.269531250000 0.000000000000 0.241210937500 +0.265625000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.024414062500 0.000000000000 +0.000000000000 0.062988281250 0.000000000000 0.131835937500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.300781250000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.103027343750 0.000000000000 0.227539062500 0.041015625000 +0.000000000000 0.000000000000 0.000000000000 0.447265625000 +0.388671875000 0.000000000000 0.000000000000 0.027709960938 +0.010070800781 0.000000000000 0.000000000000 0.000000000000 +0.135742187500 0.000000000000 0.000000000000 0.000000000000 +0.097656250000 0.000000000000 0.038330078125 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.196289062500 0.000000000000 +0.000000000000 0.253906250000 0.000000000000 0.160156250000 +0.253906250000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.104980468750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.246093750000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.001655578613 0.000000000000 0.151367187500 0.018676757812 +0.000000000000 0.000000000000 0.000000000000 0.328125000000 +0.283203125000 0.000000000000 0.000000000000 0.033691406250 +0.015991210938 0.000000000000 0.000000000000 0.000000000000 +0.095703125000 0.000000000000 0.000000000000 0.000000000000 +0.043457031250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.109375000000 0.000000000000 +0.000000000000 0.173828125000 0.000000000000 0.122070312500 +0.207031250000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.029907226562 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.193359375000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.130859375000 0.000087261200 +0.000000000000 0.000000000000 0.000000000000 0.204101562500 +0.214843750000 0.000000000000 0.000000000000 0.024780273438 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.084960937500 0.000000000000 0.000000000000 0.000000000000 +0.011352539062 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.057128906250 0.000000000000 +0.000000000000 0.110839843750 0.000000000000 0.086914062500 +0.180664062500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.114746093750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.103027343750 0.023559570312 +0.000000000000 0.000000000000 0.000000000000 0.116699218750 +0.177734375000 0.000000000000 0.000000000000 0.005157470703 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.095214843750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.002716064453 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.008850097656 0.000000000000 +0.000000000000 0.066894531250 0.000000000000 0.041748046875 +0.167968750000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.040039062500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.052001953125 0.000000000000 0.145507812500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.018554687500 0.000000000000 0.129882812500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.035888671875 +0.200195312500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.086425781250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.108886718750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.017822265625 0.000000000000 0.000000000000 +0.160156250000 0.000000000000 0.000000000000 0.019653320312 +0.000000000000 0.000000000000 0.104492187500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.090332031250 +0.000000000000 0.107421875000 0.000000000000 0.230468750000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.076660156250 0.000000000000 0.158203125000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.193359375000 0.000000000000 0.033203125000 0.022460937500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.133789062500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.229492187500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.187500000000 0.000000000000 0.000000000000 0.097656250000 +0.000000000000 0.000000000000 0.154296875000 0.041015625000 +0.000000000000 0.022094726562 0.021972656250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.169921875000 +0.000000000000 0.168945312500 0.000000000000 0.333984375000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.103027343750 0.026000976562 0.178710937500 0.023803710938 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.172851562500 0.000000000000 0.147460937500 0.100585937500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.205078125000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.355468750000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.023437500000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.228515625000 0.000000000000 0.000000000000 0.163085937500 +0.000000000000 0.000000000000 0.165039062500 0.072265625000 +0.000000000000 0.064453125000 0.022460937500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.230468750000 +0.000000000000 0.244140625000 0.000000000000 0.441406250000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.127929687500 0.102050781250 0.190429687500 0.014282226562 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.162109375000 0.000000000000 0.273437500000 0.173828125000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.185546875000 0.000000000000 0.000000000000 0.000000000000 +0.037597656250 0.000000000000 0.451171875000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.081542968750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.240234375000 0.000000000000 0.000000000000 0.198242187500 +0.000000000000 0.000000000000 0.152343750000 0.158203125000 +0.000000000000 0.063964843750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.263671875000 +0.000000000000 0.281250000000 0.000000000000 0.531250000000 +0.000000000000 0.000000000000 0.000000000000 0.036376953125 +0.106933593750 0.146484375000 0.197265625000 0.028442382812 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.099121093750 0.000000000000 0.412109375000 0.285156250000 +0.001312255859 0.000000000000 0.000000000000 0.000000000000 +0.201171875000 0.000000000000 0.000000000000 0.000000000000 +0.054687500000 0.000000000000 0.539062500000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.175781250000 +0.000000000000 0.000709533691 0.000000000000 0.000000000000 +0.263671875000 0.000000000000 0.000000000000 0.219726562500 +0.000000000000 0.000000000000 0.150390625000 0.187500000000 +0.000000000000 0.123535156250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.239257812500 +0.000000000000 0.316406250000 0.004455566406 0.570312500000 +0.000000000000 0.000000000000 0.000000000000 0.169921875000 +0.047607421875 0.174804687500 0.167968750000 0.000247955322 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.474609375000 0.384765625000 +0.103027343750 0.094726562500 0.000000000000 0.000000000000 +0.187500000000 0.000000000000 0.000000000000 0.000000000000 +0.050781250000 0.000000000000 0.515625000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.232421875000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.234375000000 0.000000000000 0.000000000000 0.199218750000 +0.000000000000 0.000000000000 0.074707031250 0.189453125000 +0.000000000000 0.063964843750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.038330078125 0.157226562500 +0.000000000000 0.316406250000 0.000000000000 0.539062500000 +0.000000000000 0.000000000000 0.000000000000 0.269531250000 +0.000000000000 0.171875000000 0.112304687500 0.006927490234 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.492187500000 0.449218750000 +0.162109375000 0.180664062500 0.000000000000 0.000000000000 +0.101562500000 0.000000000000 0.000000000000 0.000000000000 +0.057128906250 0.000000000000 0.492187500000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.265625000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.172851562500 0.000000000000 0.000000000000 0.148437500000 +0.012939453125 0.000000000000 0.000000000000 0.173828125000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.079589843750 0.003845214844 +0.000000000000 0.269531250000 0.000000000000 0.402343750000 +0.000000000000 0.000000000000 0.000000000000 0.345703125000 +0.000000000000 0.115722656250 0.031250000000 0.022583007812 +0.067382812500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.453125000000 0.458984375000 +0.204101562500 0.197265625000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.048339843750 0.000000000000 0.339843750000 0.000000000000 +0.045898437500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.154296875000 0.000000000000 0.306640625000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.101562500000 0.000000000000 0.000000000000 0.101562500000 +0.060058593750 0.000000000000 0.000000000000 0.149414062500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.043701171875 0.000000000000 +0.000000000000 0.000000000000 0.095703125000 0.000000000000 +0.000000000000 0.234375000000 0.000000000000 0.239257812500 +0.000000000000 0.000000000000 0.000000000000 0.408203125000 +0.000000000000 0.024658203125 0.000000000000 0.004425048828 +0.135742187500 0.052978515625 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.373046875000 0.460937500000 +0.185546875000 0.210937500000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.115234375000 0.000000000000 +0.110351562500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.304687500000 0.000000000000 0.300781250000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000094413757 0.000000000000 0.041992187500 0.059082031250 +0.106933593750 0.000000000000 0.000000000000 0.077636718750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.075683593750 0.000000000000 +0.000000000000 0.000000000000 0.074707031250 0.000000000000 +0.000000000000 0.173828125000 0.000000000000 0.007629394531 +0.000000000000 0.000148773193 0.000000000000 0.437500000000 +0.000000000000 0.008544921875 0.000000000000 0.008483886719 +0.155273437500 0.064453125000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.246093750000 0.375000000000 +0.104980468750 0.182617187500 0.000000000000 0.031005859375 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.020874023438 0.000000000000 0.000000000000 +0.200195312500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.439453125000 0.000000000000 0.285156250000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.122558593750 0.000000000000 +0.165039062500 0.000000000000 0.000000000000 0.012817382812 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.132812500000 0.034179687500 +0.000000000000 0.000000000000 0.022705078125 0.000000000000 +0.026000976562 0.105957031250 0.000000000000 0.000000000000 +0.000000000000 0.108886718750 0.000000000000 0.449218750000 +0.000000000000 0.000000000000 0.000000000000 0.049560546875 +0.167968750000 0.064941406250 0.000000000000 0.000000000000 +0.000000000000 0.042724609375 0.061035156250 0.300781250000 +0.015747070312 0.139648437500 0.000000000000 0.126953125000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.046142578125 0.000000000000 0.036865234375 +0.179687500000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.542968750000 0.000000000000 0.246093750000 +0.038085937500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.208007812500 0.000000000000 +0.155273437500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.131835937500 0.082031250000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.076660156250 0.051757812500 0.000000000000 0.000000000000 +0.000000000000 0.199218750000 0.000000000000 0.429687500000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.144531250000 0.022094726562 0.000000000000 0.000000000000 +0.000000000000 0.255859375000 0.000000000000 0.176757812500 +0.000000000000 0.084960937500 0.000000000000 0.171875000000 +0.000000000000 0.000000000000 0.054931640625 0.000000000000 +0.000000000000 0.057617187500 0.000000000000 0.054687500000 +0.214843750000 0.000000000000 0.086914062500 0.000000000000 +0.071777343750 0.570312500000 0.000000000000 0.184570312500 +0.087402343750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.267578125000 0.000000000000 +0.189453125000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.138671875000 0.059814453125 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.115234375000 0.000432968140 0.000000000000 0.000000000000 +0.005554199219 0.273437500000 0.008728027344 0.373046875000 +0.000000000000 0.000000000000 0.000000000000 0.050537109375 +0.121093750000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.435546875000 0.000000000000 0.048095703125 +0.000000000000 0.000000000000 0.000000000000 0.173828125000 +0.000000000000 0.000000000000 0.062500000000 0.000000000000 +0.000000000000 0.024047851562 0.000000000000 0.053466796875 +0.146484375000 0.101562500000 0.196289062500 0.000000000000 +0.056884765625 0.585937500000 0.000000000000 0.126953125000 +0.118652343750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.267578125000 0.000000000000 +0.154296875000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.105957031250 0.046386718750 +0.063964843750 0.000000000000 0.000000000000 0.000000000000 +0.111328125000 0.000000000000 0.000000000000 0.000000000000 +0.057373046875 0.314453125000 0.054443359375 0.318359375000 +0.000000000000 0.000000000000 0.000000000000 0.002517700195 +0.095214843750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.531250000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.162109375000 +0.000000000000 0.000000000000 0.065917968750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.039550781250 +0.121093750000 0.156250000000 0.283203125000 0.000000000000 +0.069335937500 0.554687500000 0.000000000000 0.067871093750 +0.136718750000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.285156250000 0.000000000000 +0.135742187500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.071777343750 0.011352539062 +0.181640625000 0.000000000000 0.000000000000 0.000000000000 +0.104003906250 0.000000000000 0.000000000000 0.000000000000 +0.056152343750 0.328125000000 0.091308593750 0.200195312500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.024047851562 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.589843750000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.110839843750 +0.000000000000 0.000000000000 0.079589843750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.066406250000 0.205078125000 0.292968750000 0.000000000000 +0.057617187500 0.494140625000 0.000000000000 0.018432617188 +0.144531250000 0.000000000000 0.000000000000 0.001014709473 +0.000000000000 0.000000000000 0.271484375000 0.000000000000 +0.118164062500 0.031005859375 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.033935546875 0.000000000000 +0.224609375000 0.000000000000 0.000000000000 0.000000000000 +0.074707031250 0.000000000000 0.000000000000 0.000000000000 +0.034912109375 0.324218750000 0.107421875000 0.116699218750 +0.000000000000 0.000000000000 0.000000000000 0.010131835938 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.597656250000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.052001953125 +0.000000000000 0.000000000000 0.086914062500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.038085937500 0.208984375000 0.285156250000 0.000000000000 +0.043701171875 0.419921875000 0.000000000000 0.000000000000 +0.125976562500 0.000000000000 0.000000000000 0.015991210938 +0.000000000000 0.000000000000 0.277343750000 0.000000000000 +0.093261718750 0.034667968750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.002075195312 0.000000000000 +0.224609375000 0.000000000000 0.000000000000 0.000000000000 +0.026733398438 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.291015625000 0.100097656250 0.033935546875 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.574218750000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.006072998047 0.000000000000 +0.000000000000 0.000000000000 0.043701171875 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000020384789 0.162109375000 0.271484375000 0.000000000000 +0.021972656250 0.337890625000 0.000000000000 0.000000000000 +0.076660156250 0.000000000000 0.000000000000 0.008178710938 +0.000000000000 0.000000000000 0.236328125000 0.000000000000 +0.101074218750 0.066406250000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.244140625000 0.000000000000 0.000000000000 0.000000000000 +0.011840820312 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.253906250000 0.102539062500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.019042968750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.498046875000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.033691406250 0.000000000000 +0.000000000000 0.000000000000 0.029541015625 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.103515625000 0.180664062500 0.000000000000 +0.000000000000 0.230468750000 0.000000000000 0.000000000000 +0.054931640625 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.212890625000 0.000000000000 +0.096191406250 0.032958984375 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.235351562500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.193359375000 0.066406250000 0.005462646484 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.406250000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.059570312500 0.000000000000 +0.000000000000 0.000000000000 0.025512695312 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.023193359375 0.048095703125 0.000000000000 +0.000000000000 0.148437500000 0.000000000000 0.008605957031 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.169921875000 0.069335937500 +0.088378906250 0.008361816406 0.027709960938 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.178710937500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.043945312500 0.000000000000 0.000000000000 +0.000000000000 0.099609375000 0.000000000000 0.046386718750 +0.000000000000 0.000000000000 0.000000000000 0.014587402344 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.249023437500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.061035156250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.070312500000 0.000000000000 0.027954101562 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.125976562500 0.126953125000 +0.093750000000 0.000000000000 0.047119140625 0.028076171875 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.064941406250 0.000000000000 0.000000000000 0.079101562500 +0.000000000000 0.131835937500 0.004821777344 0.000000000000 +0.000000000000 0.023559570312 0.000000000000 0.123535156250 +0.000000000000 0.000000000000 0.005218505859 0.009643554688 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.055664062500 0.002868652344 0.000000000000 +0.000000000000 0.000000000000 0.006164550781 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.081054687500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.087890625000 0.208984375000 +0.087402343750 0.000000000000 0.103515625000 0.047119140625 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.022705078125 0.000000000000 0.000000000000 0.164062500000 +0.000000000000 0.232421875000 0.031127929688 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.229492187500 +0.000000000000 0.000000000000 0.025756835938 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.132812500000 0.021728515625 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.152343750000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.104980468750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.039062500000 0.000000000000 0.000000000000 0.255859375000 +0.060546875000 0.000000000000 0.162109375000 0.083007812500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.229492187500 +0.000000000000 0.277343750000 0.000000000000 0.125000000000 +0.000000000000 0.000000000000 0.000000000000 0.281250000000 +0.000000000000 0.006530761719 0.064941406250 0.016967773438 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.265625000000 0.119140625000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.018798828125 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.335937500000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.116210937500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.135742187500 0.000000000000 0.000000000000 0.261718750000 +0.002990722656 0.000000000000 0.154296875000 0.080078125000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.229492187500 +0.000000000000 0.341796875000 0.000000000000 0.255859375000 +0.000000000000 0.000000000000 0.000000000000 0.324218750000 +0.050781250000 0.062500000000 0.083984375000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.361328125000 0.208984375000 +0.000000000000 0.083496093750 0.000000000000 0.000000000000 +0.060302734375 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.400390625000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.133789062500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.189453125000 0.000000000000 0.000000000000 0.253906250000 +0.000000000000 0.000000000000 0.150390625000 0.080566406250 +0.000000000000 0.047119140625 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.198242187500 +0.000000000000 0.337890625000 0.000000000000 0.343750000000 +0.000000000000 0.000000000000 0.000000000000 0.318359375000 +0.089843750000 0.141601562500 0.083496093750 0.018798828125 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.394531250000 0.271484375000 +0.000000000000 0.168945312500 0.000000000000 0.000000000000 +0.074218750000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.458984375000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.149414062500 +0.000000000000 0.016357421875 0.000000000000 0.000000000000 +0.200195312500 0.000000000000 0.000000000000 0.173828125000 +0.000000000000 0.000000000000 0.107910156250 0.044921875000 +0.000000000000 0.020263671875 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.065429687500 0.053955078125 +0.000000000000 0.310546875000 0.000000000000 0.326171875000 +0.000000000000 0.000000000000 0.000000000000 0.285156250000 +0.055175781250 0.064453125000 0.070312500000 0.000000000000 +0.073242187500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.390625000000 0.343750000000 +0.130859375000 0.233398437500 0.000000000000 0.000000000000 +0.084960937500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.392578125000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.155273437500 +0.000000000000 0.016723632812 0.000000000000 0.000000000000 +0.181640625000 0.000000000000 0.000000000000 0.055908203125 +0.000000000000 0.000000000000 0.000000000000 0.008239746094 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.073730468750 0.000000000000 +0.000000000000 0.226562500000 0.000000000000 0.250000000000 +0.000000000000 0.000000000000 0.000000000000 0.213867187500 +0.000000000000 0.074218750000 0.006072998047 0.009948730469 +0.132812500000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.339843750000 0.341796875000 +0.144531250000 0.171875000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.245117187500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.068359375000 0.000000000000 0.174804687500 +0.000000000000 0.004425048828 0.000000000000 0.000000000000 +0.133789062500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.050292968750 0.000000000000 +0.000000000000 0.000000000000 0.082519531250 0.000000000000 +0.000000000000 0.134765625000 0.000000000000 0.132812500000 +0.000000000000 0.000000000000 0.000000000000 0.155273437500 +0.000000000000 0.000000000000 0.000000000000 0.063964843750 +0.183593750000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.157226562500 0.330078125000 +0.162109375000 0.134765625000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.078613281250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.213867187500 0.000000000000 0.166015625000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.025146484375 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.139648437500 0.000000000000 +0.000000000000 0.000000000000 0.062988281250 0.000000000000 +0.000000000000 0.036621093750 0.000000000000 0.000000000000 +0.000000000000 0.047363281250 0.000000000000 0.092285156250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.238281250000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.025756835938 0.269531250000 +0.095214843750 0.079589843750 0.000000000000 0.052490234375 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.107421875000 0.000000000000 0.000000000000 +0.062255859375 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.326171875000 0.000000000000 0.127929687500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.059570312500 0.000000000000 +0.017211914062 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.174804687500 0.000000000000 +0.000000000000 0.000000000000 0.011291503906 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.001449584961 0.135742187500 0.000000000000 0.055664062500 +0.000000000000 0.000000000000 0.000000000000 0.005859375000 +0.227539062500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.094726562500 0.000000000000 0.137695312500 +0.000000000000 0.000000000000 0.000000000000 0.127929687500 +0.000000000000 0.000000000000 0.016357421875 0.000000000000 +0.000000000000 0.080566406250 0.000000000000 0.000000000000 +0.112304687500 0.041259765625 0.146484375000 0.000000000000 +0.000000000000 0.390625000000 0.000000000000 0.095214843750 +0.025756835938 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.164062500000 0.000000000000 +0.095703125000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.174804687500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.006042480469 0.200195312500 0.010253906250 0.022827148438 +0.000000000000 0.000000000000 0.000000000000 0.002273559570 +0.114257812500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.335937500000 0.000000000000 0.012023925781 +0.000000000000 0.000000000000 0.000000000000 0.162109375000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.109375000000 0.078125000000 0.250000000000 0.000000000000 +0.005645751953 0.406250000000 0.000000000000 0.071289062500 +0.080566406250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.237304687500 0.000000000000 +0.129882812500 0.007080078125 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.129882812500 0.000000000000 +0.044677734375 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.241210937500 0.058349609375 0.024780273438 +0.000000000000 0.000000000000 0.000000000000 0.002166748047 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.460937500000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.118652343750 +0.000000000000 0.000000000000 0.032958984375 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.064453125000 0.126953125000 0.261718750000 0.000000000000 +0.000000000000 0.361328125000 0.000000000000 0.016357421875 +0.045166015625 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.249023437500 0.000000000000 +0.160156250000 0.037597656250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.007629394531 0.001502990723 +0.241210937500 0.000000000000 0.000000000000 0.000000000000 +0.007049560547 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.232421875000 0.044433593750 0.070312500000 +0.000000000000 0.000000000000 0.000000000000 0.029785156250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.462890625000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.012207031250 0.000000000000 +0.000000000000 0.000000000000 0.009094238281 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.083984375000 0.147460937500 0.000000000000 +0.000000000000 0.236328125000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.226562500000 0.072265625000 +0.154296875000 0.078125000000 0.010925292969 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.310546875000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.060546875000 0.000000000000 0.000000000000 +0.000000000000 0.182617187500 0.043701171875 0.086914062500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.396484375000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.123046875000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.002655029297 0.000000000000 +0.000000000000 0.090820312500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.152343750000 0.151367187500 +0.103515625000 0.051025390625 0.126953125000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.294921875000 0.000000000000 0.000000000000 0.092285156250 +0.032226562500 0.146484375000 0.000000000000 0.000000000000 +0.000000000000 0.083007812500 0.003005981445 0.108398437500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.171875000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.096679687500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.023681640625 0.000000000000 0.012634277344 0.160156250000 +0.001541137695 0.000000000000 0.165039062500 0.000000000000 +0.000000000000 0.000000000000 0.024902343750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.211914062500 0.000000000000 0.000000000000 0.116699218750 +0.039306640625 0.196289062500 0.000000000000 0.000000000000 +0.000000000000 0.004028320312 0.000000000000 0.121093750000 +0.090820312500 0.000000000000 0.058105468750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.046630859375 0.000000000000 +0.000000000000 0.000000000000 0.062500000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.140625000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.101562500000 0.000000000000 0.000000000000 0.107421875000 +0.000000000000 0.000000000000 0.146484375000 0.000000000000 +0.000000000000 0.000000000000 0.018066406250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.059326171875 +0.000000000000 0.182617187500 0.000000000000 0.081054687500 +0.000000000000 0.000000000000 0.000000000000 0.064941406250 +0.101562500000 0.000000000000 0.077148437500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.001968383789 0.000000000000 0.136718750000 0.072753906250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.004547119141 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.189453125000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.013610839844 +0.000000000000 0.090820312500 0.000000000000 0.000000000000 +0.197265625000 0.000000000000 0.000000000000 0.071777343750 +0.000000000000 0.000000000000 0.083984375000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.166992187500 0.000000000000 0.137695312500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.078125000000 0.000000000000 0.065429687500 0.000000000000 +0.020141601562 0.000000000000 0.000000000000 0.000000000000 +0.013671875000 0.000000000000 0.124023437500 0.119628906250 +0.000000000000 0.026123046875 0.000000000000 0.000000000000 +0.027954101562 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.186523437500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.163085937500 0.000000000000 0.000000000000 +0.208984375000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.001533508301 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.007446289062 0.000000000000 +0.000000000000 0.121093750000 0.000000000000 0.118652343750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.049316406250 0.000000000000 0.045654296875 0.062255859375 +0.114746093750 0.000000000000 0.000000000000 0.000000000000 +0.018920898438 0.000000000000 0.035888671875 0.132812500000 +0.005950927734 0.030761718750 0.000000000000 0.000000000000 +0.011291503906 0.000000000000 0.000000000000 0.047607421875 +0.000000000000 0.000000000000 0.101562500000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.219726562500 0.000000000000 0.097167968750 +0.210937500000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.051269531250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.046142578125 0.000000000000 +0.000000000000 0.025512695312 0.000000000000 0.007141113281 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.023681640625 0.000000000000 0.000000000000 0.031982421875 +0.223632812500 0.000000000000 0.000000000000 0.000000000000 +0.051757812500 0.000000000000 0.000000000000 0.089843750000 +0.032958984375 0.000202178955 0.000000000000 0.000000000000 +0.000000000000 0.145507812500 0.000000000000 0.129882812500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.259765625000 0.000000000000 0.200195312500 +0.166015625000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.051513671875 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.091796875000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.003158569336 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.042724609375 0.035400390625 0.034423828125 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.217773437500 0.000000000000 0.000000000000 0.146484375000 +0.092773437500 0.000000000000 0.000000000000 0.010559082031 +0.025146484375 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.302734375000 0.000000000000 0.168945312500 +0.000000000000 0.007019042969 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.055664062500 0.000000000000 +0.000000000000 0.000000000000 0.012390136719 0.000000000000 +0.000000000000 0.228515625000 0.000000000000 0.322265625000 +0.138671875000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.043945312500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.158203125000 0.036132812500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.101562500000 0.065917968750 0.079589843750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.012756347656 +0.217773437500 0.000000000000 0.043945312500 0.294921875000 +0.127929687500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.373046875000 0.000000000000 0.164062500000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.186523437500 0.000000000000 +0.000000000000 0.000000000000 0.026489257812 0.000000000000 +0.000000000000 0.209960937500 0.000000000000 0.378906250000 +0.074218750000 0.019897460938 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.068847656250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.188476562500 0.033447265625 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.098144531250 0.096679687500 0.117675781250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.134765625000 0.000000000000 0.067871093750 0.373046875000 +0.210937500000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.396484375000 0.000000000000 0.123046875000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.047851562500 0.249023437500 0.029541015625 +0.000000000000 0.000000000000 0.042968750000 0.000000000000 +0.000000000000 0.158203125000 0.000000000000 0.431640625000 +0.043945312500 0.010803222656 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.030639648438 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.187500000000 0.011474609375 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.055419921875 0.086425781250 0.146484375000 0.000000000000 +0.000000000000 0.000000000000 0.013549804688 0.045166015625 +0.027343750000 0.000000000000 0.110351562500 0.419921875000 +0.227539062500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.359375000000 0.000000000000 0.083496093750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.097656250000 0.269531250000 0.110351562500 +0.000000000000 0.000000000000 0.015991210938 0.000000000000 +0.000000000000 0.115722656250 0.000000000000 0.437500000000 +0.017333984375 0.005126953125 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.015197753906 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.160156250000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.002227783203 0.071777343750 0.162109375000 0.000000000000 +0.000000000000 0.000000000000 0.046875000000 0.010314941406 +0.000000000000 0.000000000000 0.047851562500 0.443359375000 +0.249023437500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.332031250000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.086914062500 0.251953125000 0.144531250000 +0.000000000000 0.000000000000 0.056152343750 0.000000000000 +0.000000000000 0.085449218750 0.000000000000 0.419921875000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.133789062500 0.015258789062 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.042480468750 0.140625000000 0.000000000000 +0.000000000000 0.000000000000 0.046142578125 0.048583984375 +0.000000000000 0.000000000000 0.058837890625 0.431640625000 +0.221679687500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.255859375000 0.000000000000 0.000000000000 +0.022583007812 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.109863281250 0.208007812500 0.169921875000 +0.000000000000 0.000000000000 0.027343750000 0.000000000000 +0.013793945312 0.011413574219 0.000000000000 0.373046875000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.072753906250 0.074218750000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.031982421875 0.096679687500 0.000000000000 +0.000000000000 0.000000000000 0.053710937500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.388671875000 +0.139648437500 0.028076171875 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.203125000000 0.000000000000 0.000000000000 +0.058593750000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.084472656250 0.187500000000 0.117187500000 +0.000000000000 0.000000000000 0.005828857422 0.000000000000 +0.016479492188 0.000000000000 0.000000000000 0.269531250000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.140625000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.033447265625 0.080566406250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.065917968750 +0.000000000000 0.000000000000 0.000000000000 0.281250000000 +0.000000000000 0.108886718750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.136718750000 0.000000000000 0.000000000000 +0.041015625000 0.000000000000 0.000000000000 0.000000000000 +0.039550781250 0.069335937500 0.191406250000 0.072265625000 +0.000000000000 0.081542968750 0.000000000000 0.013549804688 +0.050537109375 0.000000000000 0.000000000000 0.157226562500 +0.000000000000 0.000000000000 0.056884765625 0.000000000000 +0.022949218750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.160156250000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.087890625000 0.046875000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.020263671875 +0.000000000000 0.000000000000 0.000000000000 0.094726562500 +0.000000000000 0.235351562500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.045898437500 +0.000000000000 0.103515625000 0.029785156250 0.000000000000 +0.000000000000 0.016235351562 0.000000000000 0.000000000000 +0.118164062500 0.080078125000 0.224609375000 0.000000000000 +0.000000000000 0.240234375000 0.000000000000 0.054443359375 +0.111328125000 0.000000000000 0.000000000000 0.088378906250 +0.000000000000 0.000000000000 0.154296875000 0.000000000000 +0.071777343750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.177734375000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.158203125000 0.051513671875 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000036239624 +0.000000000000 0.012634277344 0.000000000000 0.000000000000 +0.000000000000 0.349609375000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.111328125000 +0.000000000000 0.033447265625 0.054199218750 0.000000000000 +0.000000000000 0.000511169434 0.000000000000 0.000000000000 +0.128906250000 0.164062500000 0.245117187500 0.000000000000 +0.007507324219 0.353515625000 0.000000000000 0.052978515625 +0.093261718750 0.000000000000 0.000000000000 0.018066406250 +0.000000000000 0.000000000000 0.242187500000 0.000000000000 +0.130859375000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.176757812500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.211914062500 0.046142578125 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.006591796875 +0.000000000000 0.028442382812 0.000000000000 0.000000000000 +0.000000000000 0.484375000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.142578125000 +0.000000000000 0.000000000000 0.032226562500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.143554687500 0.125000000000 0.277343750000 0.000000000000 +0.048828125000 0.388671875000 0.000000000000 0.065429687500 +0.092285156250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.273437500000 0.000000000000 +0.205078125000 0.081542968750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.120117187500 0.000000000000 +0.119628906250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.227539062500 0.052978515625 0.012207031250 +0.000000000000 0.000000000000 0.000000000000 0.011596679688 +0.000000000000 0.013061523438 0.000000000000 0.000000000000 +0.000000000000 0.546875000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.121582031250 +0.000000000000 0.000000000000 0.038330078125 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.111328125000 0.097167968750 0.261718750000 0.000000000000 +0.021118164062 0.347656250000 0.000000000000 0.052001953125 +0.095214843750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.312500000000 0.008972167969 +0.193359375000 0.063964843750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.010498046875 +0.269531250000 0.000000000000 0.000000000000 0.000000000000 +0.005126953125 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.213867187500 0.046142578125 0.124511718750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.519531250000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.030029296875 0.000000000000 +0.000000000000 0.000000000000 0.012145996094 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.004974365234 +0.000000000000 0.036621093750 0.116699218750 0.000000000000 +0.000000000000 0.261718750000 0.000000000000 0.011596679688 +0.001449584961 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.248046875000 0.076171875000 +0.162109375000 0.091796875000 0.007080078125 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.333984375000 0.000000000000 0.000000000000 0.000000000000 +0.053466796875 0.099609375000 0.000000000000 0.000000000000 +0.000000000000 0.188476562500 0.043457031250 0.171875000000 +0.000000000000 0.000000000000 0.000000000000 0.047363281250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.386718750000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.107421875000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.050781250000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.118164062500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.151367187500 0.159179687500 +0.084960937500 0.032958984375 0.114257812500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.328125000000 0.000000000000 0.000000000000 0.044921875000 +0.077636718750 0.162109375000 0.000000000000 0.000000000000 +0.000000000000 0.102050781250 0.000000000000 0.166992187500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.165039062500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.089355468750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.037597656250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.035644531250 0.000000000000 0.000000000000 0.130859375000 +0.000000000000 0.000000000000 0.158203125000 0.000000000000 +0.000000000000 0.000000000000 0.037109375000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.174804687500 0.000000000000 0.000000000000 0.037353515625 +0.070800781250 0.182617187500 0.000000000000 0.000000000000 +0.000000000000 0.017333984375 0.000000000000 0.125976562500 +0.108398437500 0.000000000000 0.020385742188 0.028198242188 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.022827148438 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.090332031250 0.002639770508 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.077636718750 0.000000000000 0.000000000000 +0.192382812500 0.000000000000 0.000000000000 0.068359375000 +0.000000000000 0.000000000000 0.137695312500 0.000000000000 +0.000000000000 0.000000000000 0.093750000000 0.000000000000 +0.000000000000 0.003524780273 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.076171875000 0.176757812500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.251953125000 0.000000000000 0.059814453125 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.122070312500 0.000000000000 0.021484375000 0.000000000000 +0.000000000000 0.018188476562 0.000000000000 0.000000000000 +0.104980468750 0.000000000000 0.000000000000 0.077636718750 +0.000000000000 0.000000000000 0.204101562500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.212890625000 0.000000000000 0.100585937500 +0.279296875000 0.031738281250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.131835937500 0.000000000000 +0.000000000000 0.015747070312 0.092285156250 0.000000000000 +0.000000000000 0.037597656250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.043945312500 0.144531250000 0.000000000000 0.072265625000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.367187500000 0.010253906250 0.112304687500 0.027954101562 +0.037597656250 0.000000000000 0.000000000000 0.000000000000 +0.300781250000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.172851562500 0.000000000000 0.000000000000 0.080566406250 +0.000000000000 0.000000000000 0.218750000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.095703125000 0.000000000000 +0.000000000000 0.275390625000 0.000000000000 0.175781250000 +0.283203125000 0.093261718750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.109375000000 0.000000000000 +0.000000000000 0.041259765625 0.109863281250 0.000000000000 +0.000000000000 0.088867187500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.050781250000 0.000000000000 0.180664062500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.359375000000 0.000000000000 0.159179687500 0.000000000000 +0.036865234375 0.000000000000 0.000000000000 0.184570312500 +0.380859375000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.203125000000 0.000000000000 0.000000000000 0.000000000000 +0.009033203125 0.000000000000 0.172851562500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.175781250000 0.000000000000 +0.000000000000 0.289062500000 0.000000000000 0.186523437500 +0.310546875000 0.055175781250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.049072265625 0.000000000000 +0.000000000000 0.042724609375 0.060058593750 0.038574218750 +0.000000000000 0.072265625000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.291015625000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.253906250000 0.000000000000 0.189453125000 0.000000000000 +0.005676269531 0.000000000000 0.000000000000 0.306640625000 +0.386718750000 0.000000000000 0.000000000000 0.026733398438 +0.023803710938 0.000000000000 0.000000000000 0.000000000000 +0.225585937500 0.000000000000 0.000000000000 0.000000000000 +0.095703125000 0.000000000000 0.152343750000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.206054687500 0.000000000000 +0.000000000000 0.242187500000 0.000000000000 0.162109375000 +0.291015625000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.022827148438 0.000000000000 +0.000000000000 0.017211914062 0.000000000000 0.076171875000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.304687500000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.131835937500 0.000000000000 0.195312500000 0.035644531250 +0.000000000000 0.000000000000 0.000000000000 0.298828125000 +0.345703125000 0.000000000000 0.000000000000 0.058349609375 +0.024414062500 0.000000000000 0.000000000000 0.000000000000 +0.179687500000 0.000000000000 0.000000000000 0.000000000000 +0.154296875000 0.000000000000 0.142578125000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.195312500000 0.000000000000 +0.000000000000 0.168945312500 0.000000000000 0.087402343750 +0.233398437500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000371932983 0.016967773438 +0.000000000000 0.010375976562 0.000000000000 0.102050781250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.002655029297 0.000000000000 0.322265625000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.015747070312 0.000000000000 0.181640625000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.222656250000 +0.255859375000 0.000000000000 0.004547119141 0.139648437500 +0.021362304688 0.000000000000 0.000000000000 0.000000000000 +0.132812500000 0.000000000000 0.000000000000 0.000000000000 +0.158203125000 0.000000000000 0.079101562500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.105468750000 0.065429687500 +0.000000000000 0.061767578125 0.000000000000 0.000000000000 +0.174804687500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.062011718750 +0.000000000000 0.000000000000 0.000000000000 0.095703125000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.034179687500 0.000000000000 0.330078125000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.145507812500 0.029174804688 +0.000000000000 0.000000000000 0.000000000000 0.070800781250 +0.077636718750 0.000000000000 0.044677734375 0.199218750000 +0.022338867188 0.000000000000 0.000000000000 0.000000000000 +0.018188476562 0.000000000000 0.000000000000 0.000000000000 +0.099609375000 0.000000000000 0.060791015625 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.113769531250 +0.000000000000 0.015625000000 0.000000000000 0.000000000000 +0.125976562500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.056640625000 +0.000000000000 0.000000000000 0.000000000000 0.043212890625 +0.000000000000 0.000000000000 0.050048828125 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.032958984375 0.000000000000 0.197265625000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.052978515625 0.022460937500 +0.001129150391 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.058593750000 0.234375000000 +0.073730468750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.047119140625 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.125000000000 0.000000000000 0.160156250000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.029541015625 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.108886718750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000284194946 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.130859375000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.024291992188 0.229492187500 +0.033691406250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.074707031250 0.000000000000 0.000000000000 +0.031250000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.253906250000 0.000000000000 0.142578125000 +0.029052734375 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.125976562500 0.000000000000 +0.000000000000 0.000000000000 0.004669189453 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.036621093750 0.126953125000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.012512207031 +0.200195312500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.132812500000 +0.000000000000 0.000000000000 0.000000000000 0.027343750000 +0.000000000000 0.092773437500 0.000000000000 0.000000000000 +0.000000000000 0.135742187500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.117675781250 0.000000000000 +0.000000000000 0.330078125000 0.000000000000 0.063476562500 +0.048828125000 0.000000000000 0.000000000000 0.048583984375 +0.000000000000 0.000000000000 0.015197753906 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.147460937500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.003265380859 0.000000000000 0.000000000000 0.000000000000 +0.151367187500 0.232421875000 0.048583984375 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.031738281250 +0.222656250000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.181640625000 0.000000000000 0.000328063965 +0.000000000000 0.000000000000 0.000000000000 0.073730468750 +0.000000000000 0.206054687500 0.000000000000 0.000000000000 +0.000000000000 0.094726562500 0.000000000000 0.000000000000 +0.000000000000 0.139648437500 0.296875000000 0.000000000000 +0.000000000000 0.330078125000 0.000000000000 0.000000000000 +0.070312500000 0.000000000000 0.000000000000 0.131835937500 +0.000000000000 0.000000000000 0.075195312500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.055175781250 0.141601562500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.176757812500 0.273437500000 0.111816406250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.175781250000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.363281250000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.091308593750 +0.000000000000 0.207031250000 0.038330078125 0.000000000000 +0.000000000000 0.061523437500 0.000000000000 0.000000000000 +0.000000000000 0.281250000000 0.378906250000 0.000000000000 +0.000000000000 0.314453125000 0.000000000000 0.000000000000 +0.080566406250 0.000000000000 0.000000000000 0.163085937500 +0.000000000000 0.000000000000 0.162109375000 0.000000000000 +0.025756835938 0.035644531250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.026855468750 0.135742187500 0.000000000000 +0.019409179688 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.105957031250 0.261718750000 0.122558593750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.020263671875 +0.034667968750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.496093750000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.068847656250 +0.000000000000 0.104492187500 0.037353515625 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.289062500000 0.386718750000 0.104492187500 +0.000000000000 0.243164062500 0.000000000000 0.000000000000 +0.062500000000 0.000000000000 0.000000000000 0.133789062500 +0.000000000000 0.000000000000 0.209960937500 0.000000000000 +0.087402343750 0.130859375000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.065429687500 0.000000000000 +0.156250000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.242187500000 0.123535156250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.531250000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.058349609375 0.004272460938 +0.000000000000 0.000000000000 0.041015625000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.169921875000 0.330078125000 0.148437500000 +0.005187988281 0.179687500000 0.000000000000 0.000000000000 +0.070312500000 0.000000000000 0.000000000000 0.072753906250 +0.000000000000 0.000000000000 0.208984375000 0.000000000000 +0.122558593750 0.132812500000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.203125000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.170898437500 0.090332031250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.011779785156 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.484375000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.088867187500 0.000000000000 +0.000000000000 0.000000000000 0.019287109375 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.053222656250 0.125976562500 0.045654296875 +0.000000000000 0.119628906250 0.000000000000 0.000000000000 +0.035644531250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.177734375000 0.015991210938 +0.091796875000 0.052734375000 0.008544921875 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.200195312500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.007629394531 0.000000000000 0.000000000000 +0.000000000000 0.126953125000 0.047363281250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.328125000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.089843750000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.074218750000 0.000000000000 0.004516601562 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.115722656250 0.086914062500 +0.061279296875 0.000000000000 0.043945312500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.106933593750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.080566406250 0.000000000000 0.000000000000 +0.000000000000 0.062988281250 0.000000000000 0.032226562500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.128906250000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.015563964844 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.011352539062 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.006835937500 0.000000000000 0.008728027344 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.020507812500 0.000000000000 0.000000000000 0.081054687500 +0.000000000000 0.000000000000 0.078125000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.046142578125 0.000000000000 0.000000000000 0.000000000000 +0.065917968750 0.120605468750 0.000000000000 0.000000000000 +0.000000000000 0.039794921875 0.000000000000 0.032958984375 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.031738281250 0.000000000000 0.025146484375 +0.094238281250 0.000000000000 0.000000000000 0.019653320312 +0.000000000000 0.000000000000 0.075683593750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.060058593750 0.117675781250 0.000000000000 0.000000000000 +0.000000000000 0.026855468750 0.000000000000 0.000000000000 +0.106933593750 0.000000000000 0.000762939453 0.001152038574 +0.014160156250 0.000000000000 0.000000000000 0.000000000000 +0.021484375000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.099609375000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.161132812500 0.000000000000 0.111328125000 +0.187500000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.031250000000 0.000000000000 +0.000000000000 0.000000000000 0.014892578125 0.000000000000 +0.000000000000 0.081542968750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.016967773438 0.040771484375 0.000000000000 0.000000000000 +0.000000000000 0.015014648438 0.002319335938 0.000000000000 +0.193359375000 0.000000000000 0.036132812500 0.000000000000 +0.063964843750 0.000000000000 0.000000000000 0.000000000000 +0.211914062500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.049072265625 0.037597656250 0.000000000000 0.221679687500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.289062500000 0.000000000000 0.248046875000 +0.265625000000 0.085937500000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.066406250000 0.000000000000 +0.017944335938 0.000000000000 0.026855468750 0.000000000000 +0.000000000000 0.134765625000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.016723632812 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.039794921875 0.000000000000 +0.294921875000 0.000000000000 0.075683593750 0.000000000000 +0.086425781250 0.000000000000 0.000000000000 0.130859375000 +0.361328125000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.091308593750 0.125976562500 0.000000000000 0.246093750000 +0.000000000000 0.000000000000 0.003158569336 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.084960937500 0.000000000000 +0.000000000000 0.351562500000 0.000000000000 0.384765625000 +0.259765625000 0.192382812500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.041748046875 0.000000000000 +0.025146484375 0.000000000000 0.071777343750 0.000000000000 +0.000000000000 0.231445312500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.055175781250 0.000000000000 +0.328125000000 0.000000000000 0.141601562500 0.050781250000 +0.078613281250 0.000000000000 0.000000000000 0.410156250000 +0.429687500000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.105468750000 0.273437500000 0.000000000000 0.183593750000 +0.007629394531 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.231445312500 0.000000000000 +0.000000000000 0.392578125000 0.000000000000 0.419921875000 +0.255859375000 0.152343750000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.044189453125 0.015625000000 0.000000000000 0.083007812500 +0.000000000000 0.195312500000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.021240234375 +0.000000000000 0.000000000000 0.048828125000 0.000000000000 +0.193359375000 0.000000000000 0.138671875000 0.000000000000 +0.099121093750 0.000000000000 0.004333496094 0.605468750000 +0.421875000000 0.000000000000 0.000000000000 0.000000000000 +0.010681152344 0.000000000000 0.000000000000 0.000000000000 +0.124511718750 0.308593750000 0.000000000000 0.028198242188 +0.120605468750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.012145996094 0.038574218750 +0.000000000000 0.000000000000 0.283203125000 0.000000000000 +0.000000000000 0.320312500000 0.000000000000 0.400390625000 +0.202148437500 0.074218750000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.052490234375 0.000000000000 0.000000000000 0.144531250000 +0.000000000000 0.136718750000 0.080566406250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.007019042969 +0.000000000000 0.000000000000 0.028564453125 0.000000000000 +0.000000000000 0.000000000000 0.120117187500 0.000000000000 +0.054931640625 0.000000000000 0.020751953125 0.632812500000 +0.359375000000 0.000000000000 0.000000000000 0.000000000000 +0.013305664062 0.000000000000 0.000000000000 0.000000000000 +0.010009765625 0.292968750000 0.000000000000 0.000000000000 +0.197265625000 0.002960205078 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.073242187500 0.109375000000 +0.000000000000 0.000000000000 0.253906250000 0.000000000000 +0.000000000000 0.186523437500 0.000000000000 0.361328125000 +0.097167968750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.156250000000 +0.000000000000 0.045898437500 0.201171875000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.020019531250 0.000000000000 +0.000000000000 0.000000000000 0.087890625000 0.035888671875 +0.000000000000 0.000000000000 0.002410888672 0.574218750000 +0.180664062500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.214843750000 0.000000000000 0.000000000000 +0.234375000000 0.005432128906 0.000000000000 0.000000000000 +0.000000000000 0.061767578125 0.126953125000 0.156250000000 +0.000000000000 0.000000000000 0.131835937500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.230468750000 +0.000000000000 0.000000000000 0.011596679688 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.133789062500 +0.000000000000 0.000000000000 0.251953125000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000907897949 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.022460937500 0.002685546875 +0.000000000000 0.153320312500 0.000000000000 0.396484375000 +0.000000000000 0.068847656250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.111328125000 +0.000000000000 0.061767578125 0.000000000000 0.000000000000 +0.217773437500 0.000000000000 0.000000000000 0.000000000000 +0.160156250000 0.057617187500 0.176757812500 0.214843750000 +0.000000000000 0.131835937500 0.008117675781 0.100585937500 +0.000000000000 0.000000000000 0.000000000000 0.021484375000 +0.000000000000 0.000000000000 0.197265625000 0.000000000000 +0.208007812500 0.000000000000 0.000000000000 0.103515625000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.051757812500 0.000000000000 0.241210937500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.221679687500 0.000000000000 +0.000000000000 0.013488769531 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.243164062500 0.000000000000 0.051757812500 +0.000000000000 0.304687500000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.134765625000 +0.000000000000 0.000000000000 0.047119140625 0.000000000000 +0.105468750000 0.000000000000 0.000000000000 0.000000000000 +0.259765625000 0.024291992188 0.130859375000 0.201171875000 +0.007232666016 0.261718750000 0.000000000000 0.207031250000 +0.001296997070 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.333984375000 0.100097656250 +0.351562500000 0.000000000000 0.000000000000 0.197265625000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.060791015625 0.000000000000 0.130859375000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000162124634 0.369140625000 0.000000000000 +0.000000000000 0.041748046875 0.000000000000 0.156250000000 +0.000000000000 0.000000000000 0.000000000000 0.009216308594 +0.000000000000 0.237304687500 0.000000000000 0.000000000000 +0.000000000000 0.406250000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.084472656250 +0.000000000000 0.000000000000 0.057861328125 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.279296875000 0.000000000000 0.000000000000 0.041503906250 +0.033691406250 0.361328125000 0.000000000000 0.277343750000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.386718750000 0.273437500000 +0.390625000000 0.000000000000 0.000000000000 0.237304687500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.124511718750 +0.083496093750 0.000000000000 0.000000000000 0.107910156250 +0.000000000000 0.178710937500 0.380859375000 0.000000000000 +0.000000000000 0.045898437500 0.000000000000 0.511718750000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.178710937500 0.000000000000 0.000000000000 +0.000000000000 0.392578125000 0.071289062500 0.059082031250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.004455566406 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.219726562500 +0.227539062500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.375000000000 0.000000000000 0.298828125000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.359375000000 0.376953125000 +0.388671875000 0.000000000000 0.039306640625 0.206054687500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.171875000000 +0.211914062500 0.000000000000 0.000000000000 0.156250000000 +0.152343750000 0.318359375000 0.292968750000 0.000000000000 +0.000000000000 0.060546875000 0.000000000000 0.742187500000 +0.000000000000 0.000000000000 0.000000000000 0.015319824219 +0.000000000000 0.059570312500 0.000000000000 0.000000000000 +0.000000000000 0.283203125000 0.206054687500 0.087890625000 +0.000000000000 0.063964843750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.006317138672 0.279296875000 +0.090820312500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.355468750000 0.000000000000 0.265625000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.277343750000 0.369140625000 +0.257812500000 0.000000000000 0.085449218750 0.122558593750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.164062500000 +0.208007812500 0.000000000000 0.000000000000 0.152343750000 +0.253906250000 0.363281250000 0.067871093750 0.000000000000 +0.000000000000 0.050537109375 0.000000000000 0.800781250000 +0.000000000000 0.000000000000 0.000000000000 0.000633239746 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.066894531250 0.273437500000 0.131835937500 +0.000000000000 0.249023437500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.131835937500 0.292968750000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.279296875000 0.000000000000 0.208007812500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.111328125000 0.306640625000 +0.118652343750 0.000000000000 0.083984375000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.083007812500 +0.102539062500 0.000000000000 0.000000000000 0.041748046875 +0.265625000000 0.359375000000 0.000000000000 0.000000000000 +0.000000000000 0.043945312500 0.000000000000 0.777343750000 +0.000000000000 0.000000000000 0.000000000000 0.004089355469 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.273437500000 0.164062500000 +0.000000000000 0.347656250000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.128906250000 0.263671875000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.203125000000 0.000000000000 0.146484375000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.065917968750 0.000000000000 0.000000000000 0.181640625000 +0.000000000000 0.000000000000 0.039306640625 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.072265625000 0.000000000000 +0.245117187500 0.291015625000 0.000000000000 0.000000000000 +0.000000000000 0.056884765625 0.000000000000 0.562500000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.183593750000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.178710937500 0.167968750000 +0.000000000000 0.361328125000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.174804687500 +0.000000000000 0.001998901367 0.084472656250 0.137695312500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.173828125000 0.000000000000 0.063476562500 +0.000000000000 0.107421875000 0.000000000000 0.000000000000 +0.082519531250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.037597656250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.144531250000 0.000000000000 +0.192382812500 0.135742187500 0.000000000000 0.000000000000 +0.136718750000 0.125976562500 0.000000000000 0.273437500000 +0.000000000000 0.000000000000 0.000000000000 0.005249023438 +0.396484375000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.147460937500 +0.024291992188 0.337890625000 0.000000000000 0.000000000000 +0.000000000000 0.209960937500 0.000000000000 0.232421875000 +0.000000000000 0.202148437500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.183593750000 0.000000000000 0.000000000000 +0.000000000000 0.141601562500 0.008300781250 0.163085937500 +0.045898437500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.002441406250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.156250000000 0.136718750000 0.000000000000 +0.000000000000 0.000000000000 0.107421875000 0.000000000000 +0.097656250000 0.000000000000 0.000000000000 0.000000000000 +0.308593750000 0.194335937500 0.033935546875 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.002914428711 +0.443359375000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.057861328125 +0.042968750000 0.094726562500 0.000000000000 0.000000000000 +0.000000000000 0.453125000000 0.000000000000 0.238281250000 +0.000000000000 0.275390625000 0.000000000000 0.000000000000 +0.000000000000 0.123046875000 0.306640625000 0.000000000000 +0.000000000000 0.193359375000 0.000000000000 0.000000000000 +0.028564453125 0.138671875000 0.000000000000 0.318359375000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.053222656250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.194335937500 0.222656250000 0.000000000000 +0.000000000000 0.000000000000 0.020507812500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.341796875000 0.247070312500 0.133789062500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.063964843750 +0.390625000000 0.000000000000 0.102539062500 0.172851562500 +0.000000000000 0.143554687500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.095214843750 +0.000000000000 0.531250000000 0.000000000000 0.159179687500 +0.000000000000 0.235351562500 0.000000000000 0.000000000000 +0.000000000000 0.322265625000 0.507812500000 0.000000000000 +0.000000000000 0.183593750000 0.000000000000 0.000000000000 +0.136718750000 0.000000000000 0.000000000000 0.394531250000 +0.000000000000 0.000000000000 0.002243041992 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.018432617188 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.188476562500 0.242187500000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.320312500000 0.291015625000 0.210937500000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.203125000000 0.000000000000 0.090332031250 0.269531250000 +0.000000000000 0.423828125000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.141601562500 +0.000000000000 0.539062500000 0.023437500000 0.069335937500 +0.000000000000 0.167968750000 0.000000000000 0.000000000000 +0.000000000000 0.427734375000 0.628906250000 0.125976562500 +0.000000000000 0.203125000000 0.000000000000 0.000000000000 +0.172851562500 0.000000000000 0.000000000000 0.404296875000 +0.000000000000 0.000000000000 0.105957031250 0.000000000000 +0.000000000000 0.128906250000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.178710937500 0.237304687500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.261718750000 0.300781250000 0.226562500000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.012268066406 +0.053222656250 0.000000000000 0.112792968750 0.257812500000 +0.000000000000 0.605468750000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.144531250000 +0.000000000000 0.457031250000 0.056640625000 0.000000000000 +0.000000000000 0.037353515625 0.000000000000 0.000000000000 +0.000000000000 0.478515625000 0.644531250000 0.314453125000 +0.000000000000 0.182617187500 0.000000000000 0.000000000000 +0.161132812500 0.000000000000 0.000000000000 0.375000000000 +0.000000000000 0.000000000000 0.204101562500 0.000000000000 +0.028686523438 0.222656250000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.088867187500 0.184570312500 0.000000000000 +0.113281250000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.119628906250 0.285156250000 0.224609375000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.049316406250 0.190429687500 +0.000000000000 0.675781250000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.054931640625 0.091308593750 +0.000000000000 0.237304687500 0.063964843750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.421875000000 0.574218750000 0.353515625000 +0.024780273438 0.146484375000 0.000000000000 0.000000000000 +0.121582031250 0.000000000000 0.000000000000 0.271484375000 +0.000000000000 0.000000000000 0.227539062500 0.000000000000 +0.108886718750 0.273437500000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.116699218750 0.000000000000 0.077148437500 0.000000000000 +0.269531250000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.231445312500 0.175781250000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.016723632812 +0.000000000000 0.687500000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.179687500000 0.000000000000 +0.000000000000 0.037353515625 0.004364013672 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.185546875000 0.437500000000 0.291015625000 +0.000000000000 0.080078125000 0.000000000000 0.000000000000 +0.108398437500 0.000000000000 0.000000000000 0.155273437500 +0.000000000000 0.000000000000 0.199218750000 0.000000000000 +0.095703125000 0.247070312500 0.038574218750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.050537109375 0.000000000000 0.000000000000 0.000000000000 +0.347656250000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.172851562500 0.151367187500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.010742187500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.527343750000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.190429687500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.012695312500 0.158203125000 0.094726562500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.052490234375 0.000000000000 0.000000000000 0.090332031250 +0.000000000000 0.000000000000 0.096679687500 0.000242233276 +0.008911132812 0.074707031250 0.085449218750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.300781250000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000610351562 0.000000000000 0.000000000000 +0.000000000000 0.125976562500 0.101074218750 0.000000000000 +0.000000000000 0.000000000000 0.003967285156 0.001106262207 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.021240234375 0.261718750000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.153320312500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.016601562500 0.000000000000 0.000000000000 0.105468750000 +0.020263671875 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.100097656250 0.000000000000 +0.000000000000 0.000000000000 0.000839233398 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.119140625000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.021484375000 0.000000000000 0.000000000000 +0.000000000000 0.048095703125 0.048095703125 0.000000000000 +0.041503906250 0.000000000000 0.038330078125 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.055664062500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.045166015625 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.119628906250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.137695312500 0.000000000000 0.170898437500 +0.130859375000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.053710937500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.101074218750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.037353515625 0.049072265625 0.000000000000 +0.106933593750 0.000000000000 0.015441894531 0.000000000000 +0.057861328125 0.000000000000 0.000000000000 0.000000000000 +0.143554687500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.155273437500 0.000000000000 0.233398437500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.261718750000 0.000000000000 0.292968750000 +0.170898437500 0.047607421875 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.020629882812 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.151367187500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.030029296875 0.035644531250 0.071289062500 0.000000000000 +0.111816406250 0.000000000000 0.022949218750 0.000000000000 +0.156250000000 0.000000000000 0.000000000000 0.173828125000 +0.205078125000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.320312500000 0.000000000000 0.265625000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.006713867188 0.000000000000 +0.000000000000 0.000000000000 0.063476562500 0.000000000000 +0.000000000000 0.292968750000 0.000000000000 0.410156250000 +0.150390625000 0.116210937500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.053955078125 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.231445312500 0.005645751953 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.125976562500 0.039062500000 0.101074218750 0.000000000000 +0.069335937500 0.000000000000 0.017211914062 0.029296875000 +0.188476562500 0.000000000000 0.054687500000 0.423828125000 +0.224609375000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.396484375000 0.000000000000 0.181640625000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.021484375000 0.192382812500 0.000000000000 +0.000000000000 0.000000000000 0.152343750000 0.000000000000 +0.000000000000 0.273437500000 0.000000000000 0.417968750000 +0.106933593750 0.056884765625 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.094238281250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.224609375000 0.055419921875 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.093750000000 0.045898437500 0.103027343750 0.000000000000 +0.000000000000 0.000000000000 0.024780273438 0.000000000000 +0.127929687500 0.000000000000 0.026855468750 0.527343750000 +0.267578125000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.373046875000 0.000000000000 0.000000000000 +0.034423828125 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.107421875000 0.238281250000 0.296875000000 +0.000000000000 0.000000000000 0.139648437500 0.000000000000 +0.000000000000 0.126953125000 0.000000000000 0.406250000000 +0.058105468750 0.005035400391 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.143554687500 0.039550781250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.015747070312 0.093261718750 0.000000000000 +0.000000000000 0.000000000000 0.083496093750 0.005645751953 +0.000000000000 0.000000000000 0.047607421875 0.511718750000 +0.285156250000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.146484375000 0.000000000000 0.000000000000 +0.059814453125 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.082031250000 0.169921875000 0.398437500000 +0.000000000000 0.000000000000 0.087402343750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.306640625000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.024780273438 0.007873535156 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.098632812500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.042236328125 0.000000000000 +0.000000000000 0.000000000000 0.140625000000 0.000499725342 +0.000000000000 0.000000000000 0.000000000000 0.365234375000 +0.265625000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.001235961914 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.070800781250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.031494140625 0.406250000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.126953125000 +0.000000000000 0.000000000000 0.000000000000 0.020751953125 +0.000000000000 0.000000000000 0.090820312500 0.081054687500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.095214843750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.152343750000 +0.000000000000 0.000000000000 0.134765625000 0.079589843750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.174804687500 0.040283203125 +0.000000000000 0.000000000000 0.000000000000 0.123046875000 +0.192382812500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.041992187500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.213867187500 +0.000000000000 0.000000000000 0.000000000000 0.043945312500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.046386718750 0.000000000000 0.000000000000 0.146484375000 +0.028320312500 0.000000000000 0.113769531250 0.152343750000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.064941406250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.232421875000 +0.000000000000 0.148437500000 0.162109375000 0.208007812500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.157226562500 0.009704589844 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.069824218750 0.000000000000 0.121093750000 0.058105468750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.165039062500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.137695312500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.101562500000 0.000000000000 0.000000000000 0.190429687500 +0.011596679688 0.000000000000 0.127929687500 0.132812500000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.179687500000 +0.000000000000 0.209960937500 0.064941406250 0.263671875000 +0.000000000000 0.000000000000 0.000000000000 0.092285156250 +0.000000000000 0.032470703125 0.124023437500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.211914062500 0.182617187500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.243164062500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.137695312500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.134765625000 0.000000000000 0.000000000000 0.147460937500 +0.000000000000 0.000000000000 0.057128906250 0.044433593750 +0.000000000000 0.007293701172 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.013366699219 +0.000000000000 0.225585937500 0.000000000000 0.217773437500 +0.000000000000 0.000000000000 0.000000000000 0.162109375000 +0.000000000000 0.009338378906 0.052978515625 0.031250000000 +0.020507812500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.234375000000 0.249023437500 +0.000625610352 0.145507812500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.191406250000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.111816406250 +0.000000000000 0.051269531250 0.000000000000 0.000000000000 +0.167968750000 0.000000000000 0.000000000000 0.025268554688 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.098144531250 0.000000000000 +0.000000000000 0.163085937500 0.000000000000 0.089355468750 +0.000000000000 0.000000000000 0.000000000000 0.133789062500 +0.000000000000 0.000000000000 0.000000000000 0.037109375000 +0.204101562500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.145507812500 0.219726562500 +0.064453125000 0.177734375000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.004089355469 0.068847656250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.058593750000 0.000000000000 0.065429687500 +0.000000000000 0.113281250000 0.000000000000 0.000000000000 +0.127929687500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.036376953125 0.000000000000 +0.000000000000 0.000000000000 0.106445312500 0.000000000000 +0.000000000000 0.040283203125 0.000000000000 0.000000000000 +0.000000000000 0.035644531250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000583648682 +0.283203125000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.169921875000 +0.069824218750 0.101074218750 0.000000000000 0.000000000000 +0.000000000000 0.051513671875 0.000000000000 0.000000000000 +0.000000000000 0.030151367188 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.090820312500 0.000000000000 0.000000000000 +0.000000000000 0.064941406250 0.000000000000 0.065429687500 +0.039794921875 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.014160156250 0.094726562500 0.000000000000 +0.000000000000 0.000000000000 0.017822265625 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.017456054688 0.077636718750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.238281250000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.062988281250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.064453125000 0.000000000000 0.000000000000 +0.000000000000 0.014038085938 0.000000000000 0.000000000000 +0.000000000000 0.023071289062 0.086425781250 0.000000000000 +0.000000000000 0.110351562500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.080078125000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.117675781250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.084472656250 0.000686645508 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.018676757812 +0.088867187500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.079101562500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.020874023438 0.015197753906 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.030273437500 0.057128906250 0.140625000000 0.000000000000 +0.000000000000 0.164062500000 0.000000000000 0.024414062500 +0.000000000000 0.000000000000 0.000000000000 0.053222656250 +0.000000000000 0.000000000000 0.114746093750 0.000000000000 +0.062988281250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.114257812500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.092773437500 0.008422851562 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.004058837891 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.236328125000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.023193359375 +0.000000000000 0.000000000000 0.091308593750 0.000000000000 +0.017944335938 0.000000000000 0.000000000000 0.000000000000 +0.166992187500 0.102539062500 0.126953125000 0.014831542969 +0.007141113281 0.263671875000 0.000000000000 0.107910156250 +0.037597656250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.251953125000 0.000000000000 +0.181640625000 0.000000000000 0.000000000000 0.035644531250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.133789062500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.131835937500 0.000000000000 +0.000000000000 0.092285156250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.026855468750 +0.000000000000 0.104980468750 0.000000000000 0.000000000000 +0.000000000000 0.361328125000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.103027343750 +0.000000000000 0.000000000000 0.101562500000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.267578125000 0.012023925781 0.089843750000 0.000000000000 +0.044677734375 0.439453125000 0.000000000000 0.222656250000 +0.101562500000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.312500000000 0.000000000000 +0.245117187500 0.000000000000 0.000000000000 0.067382812500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.147460937500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.142578125000 0.000000000000 +0.000000000000 0.126953125000 0.000000000000 0.207031250000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.131835937500 0.000000000000 0.000000000000 +0.000000000000 0.462890625000 0.000000000000 0.048828125000 +0.000000000000 0.000000000000 0.000000000000 0.194335937500 +0.000000000000 0.000000000000 0.094238281250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.363281250000 0.000000000000 0.081542968750 0.000000000000 +0.103515625000 0.578125000000 0.000000000000 0.250000000000 +0.143554687500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.380859375000 0.024902343750 +0.298828125000 0.000000000000 0.000000000000 0.089355468750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.160156250000 0.025878906250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.125976562500 0.000000000000 +0.000000000000 0.224609375000 0.000000000000 0.402343750000 +0.000000000000 0.000000000000 0.000000000000 0.069335937500 +0.000000000000 0.163085937500 0.000000000000 0.000000000000 +0.000000000000 0.566406250000 0.000000000000 0.047851562500 +0.000000000000 0.000000000000 0.000000000000 0.234375000000 +0.000000000000 0.000000000000 0.062500000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.198242187500 +0.281250000000 0.000000000000 0.150390625000 0.000000000000 +0.125000000000 0.703125000000 0.000000000000 0.273437500000 +0.164062500000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.394531250000 0.023193359375 +0.285156250000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.115722656250 0.145507812500 +0.121582031250 0.000000000000 0.000000000000 0.000000000000 +0.173828125000 0.016235351562 0.000000000000 0.000000000000 +0.000000000000 0.310546875000 0.005493164062 0.486328125000 +0.000000000000 0.000000000000 0.000000000000 0.020141601562 +0.015197753906 0.067382812500 0.000000000000 0.000000000000 +0.000000000000 0.593750000000 0.000000000000 0.013793945312 +0.000000000000 0.000000000000 0.000000000000 0.233398437500 +0.000000000000 0.000000000000 0.046630859375 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.208007812500 +0.261718750000 0.073730468750 0.206054687500 0.000000000000 +0.112792968750 0.652343750000 0.000000000000 0.166992187500 +0.156250000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.355468750000 0.001556396484 +0.255859375000 0.004394531250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.049560546875 0.164062500000 +0.367187500000 0.000000000000 0.000000000000 0.000000000000 +0.283203125000 0.018798828125 0.000000000000 0.000000000000 +0.000000000000 0.369140625000 0.083007812500 0.439453125000 +0.000000000000 0.000000000000 0.000000000000 0.023315429688 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.628906250000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.097167968750 +0.000000000000 0.000000000000 0.020385742188 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.240234375000 +0.008666992188 0.103515625000 0.216796875000 0.000000000000 +0.057128906250 0.542968750000 0.000000000000 0.013854980469 +0.082519531250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.259765625000 0.000000000000 +0.136718750000 0.074707031250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.076660156250 +0.482421875000 0.000000000000 0.000000000000 0.000000000000 +0.277343750000 0.019165039062 0.000000000000 0.000000000000 +0.004302978516 0.365234375000 0.111328125000 0.345703125000 +0.000000000000 0.000000000000 0.000000000000 0.006866455078 +0.005279541016 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.542968750000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.052490234375 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.136718750000 +0.000000000000 0.072753906250 0.172851562500 0.000000000000 +0.000000000000 0.277343750000 0.000000000000 0.000000000000 +0.038330078125 0.000000000000 0.000000000000 0.036132812500 +0.000000000000 0.000000000000 0.173828125000 0.000000000000 +0.020507812500 0.126953125000 0.045410156250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.020629882812 0.000000000000 0.000000000000 +0.523437500000 0.000000000000 0.000000000000 0.000000000000 +0.217773437500 0.047607421875 0.000000000000 0.000000000000 +0.000000000000 0.285156250000 0.112792968750 0.107910156250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.363281250000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.146484375000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.020141601562 +0.000000000000 0.000000000000 0.000000000000 0.043701171875 +0.000000000000 0.000000000000 0.048339843750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.118652343750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.093261718750 0.159179687500 0.000000000000 +0.000000000000 0.000000000000 0.132812500000 0.000000000000 +0.000000000000 0.063476562500 0.000000000000 0.000000000000 +0.455078125000 0.000000000000 0.000000000000 0.000000000000 +0.141601562500 0.071777343750 0.000000000000 0.000000000000 +0.000000000000 0.157226562500 0.115234375000 0.000000000000 +0.236328125000 0.000000000000 0.057861328125 0.026977539062 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.209960937500 0.056884765625 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.154296875000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.019775390625 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.025756835938 0.000000000000 0.146484375000 +0.133789062500 0.015441894531 0.000000000000 0.014709472656 +0.000000000000 0.000000000000 0.220703125000 0.000000000000 +0.000000000000 0.000000000000 0.229492187500 0.000000000000 +0.000000000000 0.043945312500 0.000000000000 0.000000000000 +0.240234375000 0.000000000000 0.000000000000 0.069335937500 +0.000000000000 0.082031250000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.036621093750 0.000000000000 +0.347656250000 0.000000000000 0.166992187500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.353515625000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.128906250000 0.000000000000 +0.115722656250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.161132812500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.022094726562 0.000000000000 +0.000000000000 0.102539062500 0.000000000000 0.137695312500 +0.200195312500 0.020385742188 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.192382812500 0.000000000000 +0.000000000000 0.087890625000 0.188476562500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.112792968750 +0.000000000000 0.082031250000 0.000000000000 0.287109375000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.332031250000 0.000000000000 0.245117187500 0.066406250000 +0.000000000000 0.000000000000 0.000000000000 0.052490234375 +0.378906250000 0.000000000000 0.035400390625 0.000923156738 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.159179687500 0.000000000000 0.000000000000 0.000000000000 +0.109863281250 0.000000000000 0.265625000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.113769531250 0.000000000000 +0.000000000000 0.138671875000 0.000000000000 0.065429687500 +0.224609375000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.120605468750 0.025268554688 +0.000000000000 0.038085937500 0.020629882812 0.082031250000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.021972656250 +0.000000000000 0.053955078125 0.000000000000 0.382812500000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.143554687500 0.000000000000 0.217773437500 0.032470703125 +0.000000000000 0.000000000000 0.000000000000 0.102050781250 +0.243164062500 0.000000000000 0.127929687500 0.202148437500 +0.080566406250 0.000000000000 0.000000000000 0.000000000000 +0.134765625000 0.000000000000 0.000000000000 0.000000000000 +0.160156250000 0.000000000000 0.198242187500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.117675781250 0.104003906250 +0.000000000000 0.116210937500 0.000000000000 0.000000000000 +0.192382812500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.058105468750 +0.000000000000 0.022338867188 0.000000000000 0.130859375000 +0.000000000000 0.000000000000 0.011535644531 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.038574218750 0.000000000000 0.376953125000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.134765625000 0.000000000000 +0.005340576172 0.000000000000 0.000000000000 0.048828125000 +0.052001953125 0.000000000000 0.122558593750 0.277343750000 +0.143554687500 0.000000000000 0.000000000000 0.000000000000 +0.031738281250 0.000000000000 0.000000000000 0.000000000000 +0.151367187500 0.000000000000 0.117675781250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.063476562500 0.167968750000 +0.000000000000 0.010314941406 0.000000000000 0.000000000000 +0.125000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.050781250000 +0.000000000000 0.000000000000 0.000000000000 0.083496093750 +0.000000000000 0.000000000000 0.125000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.019653320312 0.000000000000 0.212890625000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.023315429688 0.015747070312 +0.061767578125 0.032470703125 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.048095703125 0.294921875000 +0.173828125000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.053955078125 0.049316406250 0.000000000000 0.000000000000 +0.039794921875 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.174804687500 0.000000000000 0.171875000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.020385742188 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.147460937500 0.000000000000 +0.000000000000 0.000000000000 0.000168800354 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.022705078125 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.154296875000 0.017211914062 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.229492187500 +0.057128906250 0.000000000000 0.000000000000 0.037353515625 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.108398437500 0.000000000000 0.000000000000 +0.054931640625 0.000000000000 0.006530761719 0.000000000000 +0.000000000000 0.296875000000 0.000000000000 0.141601562500 +0.010681152344 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.013549804688 0.000000000000 +0.014648437500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.159179687500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.056884765625 0.172851562500 0.003479003906 0.002059936523 +0.000000000000 0.000000000000 0.000000000000 0.015136718750 +0.196289062500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.082031250000 0.000000000000 0.116699218750 +0.000000000000 0.000000000000 0.000000000000 0.072753906250 +0.000000000000 0.127929687500 0.000000000000 0.026489257812 +0.000000000000 0.067871093750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.197265625000 0.000000000000 +0.000000000000 0.332031250000 0.000000000000 0.028442382812 +0.081054687500 0.000000000000 0.000000000000 0.058593750000 +0.000000000000 0.000000000000 0.036376953125 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.034179687500 0.104492187500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.054443359375 0.000000000000 0.000000000000 0.000000000000 +0.159179687500 0.263671875000 0.095703125000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.007995605469 +0.201171875000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.244140625000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.032226562500 +0.000000000000 0.242187500000 0.000000000000 0.196289062500 +0.000000000000 0.063476562500 0.000000000000 0.000000000000 +0.000000000000 0.121582031250 0.314453125000 0.000000000000 +0.000000000000 0.285156250000 0.000000000000 0.000000000000 +0.105468750000 0.000000000000 0.000000000000 0.239257812500 +0.000000000000 0.000000000000 0.001495361328 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.129882812500 0.043212890625 0.000000000000 +0.012512207031 0.000000000000 0.000000000000 0.000000000000 +0.077636718750 0.000000000000 0.000000000000 0.000000000000 +0.227539062500 0.302734375000 0.173828125000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.030395507812 +0.166992187500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.306640625000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.367187500000 0.001327514648 0.240234375000 +0.000000000000 0.033203125000 0.000000000000 0.000000000000 +0.000000000000 0.242187500000 0.386718750000 0.000000000000 +0.000000000000 0.211914062500 0.000000000000 0.000000000000 +0.128906250000 0.000000000000 0.000000000000 0.357421875000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.240234375000 0.053955078125 0.000000000000 +0.035156250000 0.000000000000 0.000000000000 0.000000000000 +0.010437011719 0.000000000000 0.000000000000 0.000000000000 +0.279296875000 0.316406250000 0.214843750000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.012207031250 +0.125976562500 0.000000000000 0.052001953125 0.058837890625 +0.000000000000 0.349609375000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.441406250000 0.003890991211 0.211914062500 +0.000000000000 0.037353515625 0.000000000000 0.000000000000 +0.000000000000 0.328125000000 0.498046875000 0.000000000000 +0.000000000000 0.138671875000 0.000000000000 0.000000000000 +0.126953125000 0.000000000000 0.000000000000 0.427734375000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.065429687500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.225585937500 0.080566406250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.245117187500 0.292968750000 0.228515625000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.002395629883 +0.077636718750 0.000000000000 0.067871093750 0.217773437500 +0.000000000000 0.384765625000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.423828125000 0.059570312500 0.077636718750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.380859375000 0.500000000000 0.150390625000 +0.000000000000 0.053955078125 0.000000000000 0.000000000000 +0.123046875000 0.000000000000 0.000000000000 0.429687500000 +0.000000000000 0.000000000000 0.041259765625 0.000000000000 +0.000000000000 0.070312500000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.167968750000 0.099121093750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.136718750000 0.253906250000 0.219726562500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.008361816406 +0.000000000000 0.000000000000 0.084472656250 0.269531250000 +0.000000000000 0.443359375000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.001472473145 0.000000000000 +0.000000000000 0.384765625000 0.060791015625 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.365234375000 0.478515625000 0.232421875000 +0.000000000000 0.078613281250 0.000000000000 0.000000000000 +0.154296875000 0.000000000000 0.000000000000 0.388671875000 +0.000000000000 0.000000000000 0.117675781250 0.000000000000 +0.000000000000 0.090332031250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.104492187500 0.150390625000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.064941406250 0.203125000000 0.190429687500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.020874023438 +0.000000000000 0.000000000000 0.057373046875 0.247070312500 +0.000000000000 0.488281250000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.032226562500 +0.000000000000 0.255859375000 0.096679687500 0.000000000000 +0.016235351562 0.000000000000 0.000000000000 0.000000000000 +0.046386718750 0.363281250000 0.457031250000 0.292968750000 +0.000000000000 0.160156250000 0.000000000000 0.000000000000 +0.116699218750 0.000000000000 0.000000000000 0.265625000000 +0.000000000000 0.000000000000 0.233398437500 0.000000000000 +0.082031250000 0.064941406250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.015014648438 0.000000000000 0.171875000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.036376953125 0.000000000000 +0.000000000000 0.168945312500 0.127929687500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.003158569336 +0.000000000000 0.036865234375 0.000000000000 0.125976562500 +0.000000000000 0.558593750000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.106933593750 +0.000000000000 0.051025390625 0.090820312500 0.000000000000 +0.026611328125 0.000000000000 0.000000000000 0.000000000000 +0.175781250000 0.291015625000 0.376953125000 0.271484375000 +0.058349609375 0.271484375000 0.000000000000 0.054687500000 +0.112304687500 0.000000000000 0.000000000000 0.088867187500 +0.000000000000 0.000000000000 0.335937500000 0.000000000000 +0.226562500000 0.113769531250 0.000000000000 0.048095703125 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.060791015625 0.000000000000 0.161132812500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.216796875000 0.000000000000 +0.000000000000 0.148437500000 0.071777343750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000877380371 +0.000000000000 0.119628906250 0.000000000000 0.000000000000 +0.000000000000 0.609375000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.034912109375 0.128906250000 +0.000000000000 0.000000000000 0.054931640625 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.234375000000 0.144531250000 0.275390625000 0.236328125000 +0.064941406250 0.298828125000 0.000000000000 0.140625000000 +0.096191406250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.392578125000 0.104980468750 +0.326171875000 0.123046875000 0.000000000000 0.094238281250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.065429687500 0.000000000000 0.065429687500 0.005462646484 +0.180664062500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.003082275391 0.271484375000 0.000000000000 +0.000000000000 0.129882812500 0.000000000000 0.144531250000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.155273437500 0.000000000000 0.000000000000 +0.000000000000 0.597656250000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.068847656250 0.032714843750 +0.000000000000 0.000000000000 0.026489257812 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.070800781250 +0.147460937500 0.000000000000 0.080078125000 0.028930664062 +0.028930664062 0.318359375000 0.000000000000 0.148437500000 +0.024169921875 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.359375000000 0.232421875000 +0.330078125000 0.054687500000 0.021606445312 0.079101562500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.064453125000 +0.298828125000 0.000000000000 0.000000000000 0.084960937500 +0.028198242188 0.162109375000 0.215820312500 0.000000000000 +0.000000000000 0.122558593750 0.000000000000 0.408203125000 +0.000000000000 0.000000000000 0.000000000000 0.016357421875 +0.000000000000 0.005371093750 0.000000000000 0.000000000000 +0.000000000000 0.474609375000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.088867187500 0.000000000000 +0.000000000000 0.000000000000 0.007141113281 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.181640625000 +0.058593750000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.267578125000 0.000000000000 0.153320312500 +0.010925292969 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.273437500000 0.277343750000 +0.237304687500 0.000000000000 0.104003906250 0.048583984375 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.032714843750 +0.306640625000 0.000000000000 0.000000000000 0.107421875000 +0.169921875000 0.253906250000 0.075195312500 0.000000000000 +0.000000000000 0.091796875000 0.000000000000 0.507812500000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.241210937500 0.060791015625 0.000000000000 +0.000000000000 0.003784179688 0.071777343750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.255859375000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.166015625000 0.000000000000 0.094726562500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.010253906250 0.000000000000 0.110839843750 0.263671875000 +0.106933593750 0.000000000000 0.147460937500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.024291992188 +0.251953125000 0.000000000000 0.000000000000 0.088378906250 +0.224609375000 0.302734375000 0.000000000000 0.000000000000 +0.000000000000 0.058593750000 0.000000000000 0.492187500000 +0.054443359375 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.107910156250 0.000000000000 +0.000000000000 0.166992187500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.157226562500 0.202148437500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.012329101562 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.153320312500 0.000000000000 0.000000000000 0.185546875000 +0.000000000000 0.000000000000 0.161132812500 0.000000000000 +0.000000000000 0.000000000000 0.055175781250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.130859375000 0.000000000000 0.000000000000 0.010559082031 +0.242187500000 0.296875000000 0.000000000000 0.000000000000 +0.000000000000 0.010803222656 0.000000000000 0.335937500000 +0.261718750000 0.000000000000 0.009460449219 0.043457031250 +0.002929687500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.081054687500 0.001136779785 +0.000000000000 0.185546875000 0.000000000000 0.000000000000 +0.004760742188 0.000000000000 0.000000000000 0.220703125000 +0.000000000000 0.000000000000 0.227539062500 0.089355468750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.261718750000 0.000000000000 0.048583984375 +0.273437500000 0.000556945801 0.000000000000 0.051513671875 +0.000000000000 0.000000000000 0.148437500000 0.000000000000 +0.000000000000 0.010070800781 0.102050781250 0.000000000000 +0.000000000000 0.093750000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.055908203125 0.000000000000 +0.170898437500 0.197265625000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.052734375000 +0.353515625000 0.000000000000 0.021850585938 0.000000000000 +0.197265625000 0.000000000000 0.000000000000 0.000000000000 +0.156250000000 0.000000000000 0.021972656250 0.006652832031 +0.000000000000 0.229492187500 0.000000000000 0.000000000000 +0.090820312500 0.040527343750 0.000000000000 0.330078125000 +0.000000000000 0.000000000000 0.196289062500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.014038085938 0.000000000000 +0.000000000000 0.408203125000 0.000000000000 0.247070312500 +0.308593750000 0.116699218750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.029418945312 0.000000000000 +0.069824218750 0.013610839844 0.041748046875 0.000000000000 +0.000000000000 0.179687500000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.054443359375 0.000000000000 +0.040771484375 0.056396484375 0.000000000000 0.000000000000 +0.027954101562 0.000000000000 0.015441894531 0.000000000000 +0.330078125000 0.000000000000 0.043701171875 0.014709472656 +0.291015625000 0.000000000000 0.000000000000 0.176757812500 +0.261718750000 0.000000000000 0.000000000000 0.003585815430 +0.072265625000 0.102539062500 0.000000000000 0.000000000000 +0.111328125000 0.296875000000 0.000000000000 0.341796875000 +0.000000000000 0.000000000000 0.058593750000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.195312500000 0.000000000000 +0.000000000000 0.431640625000 0.000000000000 0.394531250000 +0.289062500000 0.188476562500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.101562500000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.259765625000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.046142578125 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.107910156250 0.000000000000 0.046875000000 0.000000000000 +0.217773437500 0.000000000000 0.048339843750 0.000000000000 +0.320312500000 0.000000000000 0.011840820312 0.500000000000 +0.326171875000 0.000000000000 0.000000000000 0.000000000000 +0.082031250000 0.000000000000 0.000000000000 0.000000000000 +0.066406250000 0.455078125000 0.000000000000 0.232421875000 +0.012573242188 0.048583984375 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.088378906250 0.000000000000 +0.000000000000 0.000000000000 0.230468750000 0.000000000000 +0.000000000000 0.404296875000 0.000000000000 0.455078125000 +0.230468750000 0.119140625000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.110839843750 0.000000000000 0.000000000000 0.077148437500 +0.000000000000 0.233398437500 0.098144531250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.112792968750 0.000000000000 0.080566406250 0.000000000000 +0.001945495605 0.000000000000 0.048339843750 0.000000000000 +0.230468750000 0.000000000000 0.073242187500 0.648437500000 +0.316406250000 0.000000000000 0.000000000000 0.000000000000 +0.046386718750 0.000000000000 0.000000000000 0.000000000000 +0.002441406250 0.482421875000 0.000000000000 0.122558593750 +0.022094726562 0.023071289062 0.000000000000 0.000000000000 +0.000000000000 0.019409179688 0.233398437500 0.052001953125 +0.000000000000 0.000000000000 0.203125000000 0.000000000000 +0.000000000000 0.314453125000 0.000000000000 0.460937500000 +0.138671875000 0.041748046875 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.105468750000 0.000000000000 0.000000000000 0.058105468750 +0.000000000000 0.183593750000 0.101074218750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.084960937500 0.020996093750 0.124511718750 0.000000000000 +0.000000000000 0.000000000000 0.041503906250 0.000000000000 +0.101074218750 0.000000000000 0.093750000000 0.648437500000 +0.300781250000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.460937500000 0.000000000000 0.054687500000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.051269531250 0.294921875000 0.207031250000 +0.000000000000 0.000000000000 0.116210937500 0.000000000000 +0.000000000000 0.205078125000 0.000000000000 0.447265625000 +0.092285156250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.022949218750 0.000000000000 0.000000000000 +0.074707031250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.153320312500 0.043701171875 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.034912109375 0.139648437500 0.000000000000 +0.000000000000 0.000000000000 0.076171875000 0.007629394531 +0.000000000000 0.000000000000 0.093750000000 0.574218750000 +0.359375000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.343750000000 0.000000000000 0.048095703125 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.251953125000 0.216796875000 +0.000000000000 0.000000000000 0.045898437500 0.000000000000 +0.000000000000 0.166015625000 0.000000000000 0.437500000000 +0.091796875000 0.021850585938 0.000000000000 0.000000000000 +0.000000000000 0.041015625000 0.022583007812 0.000000000000 +0.023437500000 0.000000000000 0.000000000000 0.000000000000 +0.029663085938 0.142578125000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.029296875000 0.156250000000 0.000000000000 +0.074707031250 0.000000000000 0.128906250000 0.000762939453 +0.000000000000 0.000000000000 0.058837890625 0.458984375000 +0.435546875000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.224609375000 0.000000000000 0.050537109375 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.127929687500 0.199218750000 +0.000000000000 0.000000000000 0.055419921875 0.000000000000 +0.000000000000 0.192382812500 0.000000000000 0.429687500000 +0.130859375000 0.069335937500 0.000000000000 0.000000000000 +0.000000000000 0.020385742188 0.090332031250 0.000000000000 +0.000000000000 0.000000000000 0.078613281250 0.000000000000 +0.000000000000 0.138671875000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.121582031250 0.000000000000 +0.188476562500 0.000000000000 0.177734375000 0.044189453125 +0.000000000000 0.000000000000 0.031250000000 0.443359375000 +0.480468750000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.078613281250 0.128906250000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.162109375000 +0.000000000000 0.000000000000 0.125976562500 0.000000000000 +0.000000000000 0.206054687500 0.000000000000 0.408203125000 +0.167968750000 0.082031250000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.063964843750 0.000000000000 +0.000000000000 0.000000000000 0.066894531250 0.000000000000 +0.000000000000 0.113769531250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.038330078125 +0.000000000000 0.000000000000 0.072753906250 0.000000000000 +0.190429687500 0.000000000000 0.207031250000 0.029907226562 +0.000000000000 0.000000000000 0.000000000000 0.468750000000 +0.474609375000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.068359375000 0.097167968750 0.000000000000 0.000000000000 +0.046875000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.114257812500 +0.000000000000 0.000000000000 0.175781250000 0.000000000000 +0.000000000000 0.243164062500 0.000000000000 0.341796875000 +0.192382812500 0.000394821167 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.046875000000 0.000000000000 +0.000000000000 0.029785156250 0.000000000000 0.074707031250 +0.000000000000 0.038330078125 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.114746093750 +0.000000000000 0.000000000000 0.034423828125 0.000000000000 +0.112792968750 0.000000000000 0.205078125000 0.006103515625 +0.000000000000 0.000000000000 0.000000000000 0.457031250000 +0.419921875000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.047119140625 0.138671875000 0.000000000000 0.000000000000 +0.124023437500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.166992187500 0.000000000000 +0.000000000000 0.211914062500 0.000000000000 0.291015625000 +0.146484375000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.120605468750 +0.000000000000 0.000000000000 0.102050781250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.120117187500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.139648437500 0.052001953125 +0.023681640625 0.000000000000 0.000000000000 0.439453125000 +0.198242187500 0.000000000000 0.000000000000 0.050292968750 +0.031982421875 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.261718750000 0.000000000000 0.000000000000 +0.129882812500 0.130859375000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.043212890625 0.000000000000 +0.000000000000 0.000000000000 0.132812500000 0.000000000000 +0.000000000000 0.188476562500 0.000000000000 0.218750000000 +0.087402343750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.142578125000 +0.000000000000 0.000000000000 0.248046875000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.006896972656 0.000000000000 +0.118652343750 0.000000000000 0.000000000000 0.361328125000 +0.000000000000 0.000000000000 0.000000000000 0.054199218750 +0.061035156250 0.000000000000 0.000000000000 0.035400390625 +0.000000000000 0.271484375000 0.000000000000 0.000000000000 +0.083984375000 0.149414062500 0.000000000000 0.000000000000 +0.000000000000 0.021972656250 0.196289062500 0.000000000000 +0.000000000000 0.093750000000 0.028442382812 0.000000000000 +0.023437500000 0.048583984375 0.000000000000 0.175781250000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.025146484375 +0.000000000000 0.000000000000 0.250000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.053222656250 0.109863281250 0.049072265625 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.005065917969 +0.101074218750 0.000000000000 0.000000000000 0.210937500000 +0.000000000000 0.108886718750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.121093750000 +0.000000000000 0.250000000000 0.000000000000 0.000000000000 +0.000000000000 0.088867187500 0.000000000000 0.000000000000 +0.000000000000 0.085937500000 0.332031250000 0.000000000000 +0.000000000000 0.170898437500 0.000000000000 0.000000000000 +0.064453125000 0.000000000000 0.000000000000 0.147460937500 +0.000000000000 0.000000000000 0.051513671875 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.198242187500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.047119140625 0.188476562500 0.091308593750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.025756835938 0.000000000000 0.000000000000 0.048095703125 +0.000000000000 0.326171875000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.080566406250 +0.000000000000 0.217773437500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.126953125000 0.369140625000 0.000000000000 +0.000000000000 0.151367187500 0.000000000000 0.000000000000 +0.093750000000 0.000000000000 0.000000000000 0.185546875000 +0.000000000000 0.000000000000 0.058837890625 0.000000000000 +0.006408691406 0.091308593750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.022460937500 0.063964843750 0.000000000000 +0.098632812500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.023437500000 0.226562500000 0.146484375000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.024291992188 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.363281250000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.108398437500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.147460937500 0.318359375000 0.040039062500 +0.000000000000 0.062011718750 0.000000000000 0.000000000000 +0.044921875000 0.000000000000 0.000000000000 0.205078125000 +0.000000000000 0.000000000000 0.057373046875 0.000000000000 +0.000000000000 0.131835937500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.053222656250 0.000000000000 0.000000000000 +0.241210937500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.217773437500 0.140625000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.052734375000 0.306640625000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.090820312500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.102050781250 0.189453125000 0.104003906250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.212890625000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.075683593750 0.069335937500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.043701171875 0.000000000000 0.000000000000 +0.212890625000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.109863281250 0.111816406250 0.000000000000 +0.000000000000 0.000000000000 0.061279296875 0.024536132812 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.153320312500 0.125000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.108398437500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.014221191406 0.093750000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.184570312500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.092773437500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.012023925781 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.068359375000 0.000000000000 +0.008911132812 0.000000000000 0.105468750000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.161132812500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.067382812500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.014221191406 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.105468750000 +0.003280639648 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.017578125000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.082519531250 0.005065917969 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.068359375000 0.000000000000 0.000000000000 0.010192871094 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.108886718750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.104980468750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.060302734375 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.061035156250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.014099121094 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.052978515625 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.140625000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.010375976562 0.000000000000 +0.123535156250 0.000000000000 0.000000000000 0.000000000000 +0.160156250000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.166992187500 0.000000000000 0.207031250000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.102050781250 0.000000000000 +0.110351562500 0.000000000000 0.000000000000 0.124023437500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.169921875000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.096679687500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.026733398438 +0.000000000000 0.000000000000 0.000000000000 0.035156250000 +0.000000000000 0.161132812500 0.000000000000 0.000000000000 +0.000000000000 0.006469726562 0.000000000000 0.202148437500 +0.000000000000 0.000000000000 0.000000000000 0.105468750000 +0.000000000000 0.000000000000 0.007507324219 0.000000000000 +0.097656250000 0.009948730469 0.000000000000 0.000000000000 +0.277343750000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.419921875000 0.000000000000 0.289062500000 +0.026977539062 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.221679687500 0.000000000000 +0.238281250000 0.000000000000 0.000000000000 0.119628906250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.210937500000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.103515625000 0.000000000000 +0.000000000000 0.074707031250 0.000000000000 0.265625000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.232421875000 0.000000000000 0.000000000000 +0.000000000000 0.234375000000 0.000000000000 0.213867187500 +0.000000000000 0.000000000000 0.000000000000 0.243164062500 +0.000000000000 0.000000000000 0.037841796875 0.000000000000 +0.000000000000 0.015747070312 0.000000000000 0.000000000000 +0.351562500000 0.000000000000 0.006866455078 0.000000000000 +0.042724609375 0.574218750000 0.000000000000 0.298828125000 +0.071289062500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.343750000000 0.036132812500 +0.308593750000 0.000000000000 0.000000000000 0.083984375000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.209960937500 0.104492187500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.006744384766 0.022094726562 0.090332031250 0.000000000000 +0.000000000000 0.195312500000 0.000000000000 0.445312500000 +0.000000000000 0.000000000000 0.000000000000 0.016235351562 +0.000000000000 0.220703125000 0.000000000000 0.000000000000 +0.000000000000 0.449218750000 0.000000000000 0.158203125000 +0.000000000000 0.000000000000 0.000000000000 0.259765625000 +0.000000000000 0.000000000000 0.040771484375 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.107910156250 +0.287109375000 0.000000000000 0.088378906250 0.000000000000 +0.071289062500 0.632812500000 0.000000000000 0.267578125000 +0.077148437500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.378906250000 0.053466796875 +0.326171875000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.106445312500 0.213867187500 +0.127929687500 0.000000000000 0.000000000000 0.000000000000 +0.142578125000 0.070312500000 0.000000000000 0.000000000000 +0.000000000000 0.253906250000 0.000000000000 0.539062500000 +0.000000000000 0.000000000000 0.000000000000 0.019897460938 +0.000000000000 0.105957031250 0.000000000000 0.000000000000 +0.000000000000 0.527343750000 0.000000000000 0.045166015625 +0.000000000000 0.000000000000 0.000000000000 0.197265625000 +0.000000000000 0.000000000000 0.081054687500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.146484375000 +0.218750000000 0.015869140625 0.081054687500 0.000000000000 +0.091308593750 0.605468750000 0.000000000000 0.185546875000 +0.063476562500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.384765625000 0.100585937500 +0.300781250000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.204101562500 +0.300781250000 0.000000000000 0.000000000000 0.000000000000 +0.175781250000 0.101074218750 0.000000000000 0.000000000000 +0.000000000000 0.263671875000 0.000000000000 0.558593750000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.550781250000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.041015625000 +0.000000000000 0.000000000000 0.067871093750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.152343750000 +0.119140625000 0.000000000000 0.009765625000 0.000000000000 +0.080078125000 0.523437500000 0.000000000000 0.138671875000 +0.035644531250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.351562500000 0.148437500000 +0.253906250000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.150390625000 +0.314453125000 0.000000000000 0.000000000000 0.000000000000 +0.152343750000 0.138671875000 0.000000000000 0.000000000000 +0.000000000000 0.224609375000 0.000000000000 0.554687500000 +0.000000000000 0.000000000000 0.000000000000 0.006652832031 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.472656250000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.020996093750 0.000000000000 +0.000000000000 0.000000000000 0.067382812500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.115722656250 +0.080078125000 0.000000000000 0.000000000000 0.000000000000 +0.028320312500 0.398437500000 0.000000000000 0.139648437500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.320312500000 0.195312500000 +0.221679687500 0.000000000000 0.000000000000 0.002609252930 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.103515625000 +0.263671875000 0.000000000000 0.000000000000 0.000000000000 +0.106445312500 0.175781250000 0.011047363281 0.000000000000 +0.000000000000 0.147460937500 0.000000000000 0.527343750000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.333984375000 0.000576019287 0.000000000000 +0.000000000000 0.000000000000 0.026611328125 0.000000000000 +0.000000000000 0.000000000000 0.014770507812 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.083984375000 +0.029296875000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.298828125000 0.000000000000 0.150390625000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.250000000000 0.224609375000 +0.199218750000 0.000000000000 0.030761718750 0.049560546875 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.063964843750 +0.191406250000 0.000000000000 0.000000000000 0.068847656250 +0.113281250000 0.245117187500 0.016479492188 0.000000000000 +0.000000000000 0.085449218750 0.000000000000 0.523437500000 +0.000000000000 0.000000000000 0.000000000000 0.008361816406 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.149414062500 0.132812500000 0.036376953125 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.015869140625 0.049072265625 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.192382812500 0.000000000000 0.161132812500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.197265625000 0.259765625000 +0.190429687500 0.000000000000 0.079589843750 0.087890625000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.083007812500 +0.113281250000 0.000000000000 0.000000000000 0.164062500000 +0.076660156250 0.296875000000 0.052490234375 0.000000000000 +0.000000000000 0.013916015625 0.000000000000 0.550781250000 +0.000000000000 0.000000000000 0.000000000000 0.034912109375 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.263671875000 0.097656250000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.140625000000 0.065429687500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.132812500000 0.000000000000 0.216796875000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.113281250000 0.316406250000 +0.146484375000 0.000000000000 0.108886718750 0.140625000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.013061523438 +0.000000000000 0.000000000000 0.000000000000 0.198242187500 +0.054687500000 0.332031250000 0.058837890625 0.033691406250 +0.000000000000 0.000000000000 0.000000000000 0.570312500000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.330078125000 0.191406250000 +0.000000000000 0.090820312500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.243164062500 0.085449218750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.095214843750 0.000000000000 0.232421875000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.024536132812 0.000000000000 0.044921875000 0.308593750000 +0.121093750000 0.000000000000 0.095703125000 0.144531250000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.177734375000 +0.068847656250 0.357421875000 0.008544921875 0.106933593750 +0.000000000000 0.000000000000 0.000000000000 0.589843750000 +0.000000000000 0.035400390625 0.000000000000 0.026489257812 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.386718750000 0.267578125000 +0.000000000000 0.238281250000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.277343750000 0.143554687500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.099121093750 0.000000000000 0.235351562500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.100097656250 0.000000000000 0.000000000000 0.261718750000 +0.057861328125 0.000000000000 0.057617187500 0.064453125000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.007812500000 0.050537109375 +0.130859375000 0.345703125000 0.000000000000 0.106933593750 +0.000000000000 0.000000000000 0.000000000000 0.582031250000 +0.000000000000 0.071777343750 0.000000000000 0.012084960938 +0.031494140625 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.369140625000 0.279296875000 +0.000000000000 0.328125000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.269531250000 0.096191406250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.060546875000 0.000000000000 0.176757812500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.144531250000 0.000000000000 0.000000000000 0.179687500000 +0.000000000000 0.000000000000 0.040771484375 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.083984375000 0.000000000000 +0.148437500000 0.302734375000 0.000000000000 0.060058593750 +0.000000000000 0.000000000000 0.000000000000 0.455078125000 +0.000000000000 0.062255859375 0.000000000000 0.000000000000 +0.136718750000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.265625000000 0.250000000000 +0.000000000000 0.294921875000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.223632812500 0.077636718750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.007476806641 0.000000000000 0.064941406250 +0.000000000000 0.057128906250 0.000000000000 0.000000000000 +0.184570312500 0.000000000000 0.000000000000 0.066406250000 +0.000000000000 0.000000000000 0.007873535156 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.057128906250 0.000000000000 +0.145507812500 0.234375000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.271484375000 +0.081542968750 0.027221679688 0.000000000000 0.012573242188 +0.160156250000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.125000000000 0.154296875000 +0.000000000000 0.253906250000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.123046875000 +0.000000000000 0.000000000000 0.141601562500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.200195312500 0.000000000000 0.022338867188 +0.212890625000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.006317138672 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.036132812500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.048828125000 0.000000000000 +0.081542968750 0.140625000000 0.000000000000 0.000000000000 +0.000000000000 0.007781982422 0.000000000000 0.000000000000 +0.151367187500 0.000000000000 0.000000000000 0.000000000000 +0.200195312500 0.000000000000 0.000000000000 0.000000000000 +0.053955078125 0.000000000000 0.000000000000 0.068359375000 +0.000000000000 0.146484375000 0.000000000000 0.000000000000 +0.102050781250 0.000000000000 0.000000000000 0.176757812500 +0.000000000000 0.000000000000 0.060058593750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.249023437500 0.000166893005 0.160156250000 +0.245117187500 0.052490234375 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.005676269531 0.000000000000 +0.010437011719 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.136718750000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.037109375000 0.036621093750 0.000000000000 0.000000000000 +0.000000000000 0.000881195068 0.000000000000 0.000000000000 +0.242187500000 0.000000000000 0.040771484375 0.000000000000 +0.198242187500 0.000000000000 0.000000000000 0.038818359375 +0.281250000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.114257812500 0.000000000000 0.000000000000 0.128906250000 +0.000000000000 0.000000000000 0.025390625000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.090820312500 0.000000000000 +0.000000000000 0.250000000000 0.000000000000 0.271484375000 +0.248046875000 0.114257812500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.035400390625 0.000000000000 +0.000000000000 0.000000000000 0.017089843750 0.000000000000 +0.000000000000 0.131835937500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.006896972656 +0.000000000000 0.000000000000 0.009826660156 0.000000000000 +0.271484375000 0.000000000000 0.140625000000 0.039794921875 +0.062500000000 0.000000000000 0.000000000000 0.251953125000 +0.427734375000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.169921875000 0.000000000000 0.000000000000 0.000000000000 +0.010192871094 0.000000000000 0.025634765625 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.081054687500 +0.000000000000 0.000000000000 0.155273437500 0.000000000000 +0.000000000000 0.194335937500 0.000000000000 0.281250000000 +0.225585937500 0.092285156250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.081054687500 0.000000000000 +0.000000000000 0.012512207031 0.087402343750 0.000000000000 +0.000000000000 0.090820312500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.194335937500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.250000000000 0.000000000000 0.233398437500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.355468750000 +0.458984375000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.190429687500 0.000000000000 0.000000000000 0.000000000000 +0.121093750000 0.000000000000 0.091796875000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.138671875000 +0.000000000000 0.000000000000 0.192382812500 0.000000000000 +0.000000000000 0.173828125000 0.000000000000 0.194335937500 +0.226562500000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.079589843750 0.000000000000 +0.000000000000 0.016967773438 0.018798828125 0.069824218750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.026489257812 +0.000000000000 0.000000000000 0.000000000000 0.341796875000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.130859375000 0.000000000000 0.236328125000 0.002777099609 +0.000000000000 0.000000000000 0.000000000000 0.339843750000 +0.396484375000 0.000000000000 0.000000000000 0.010559082031 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.193359375000 0.000000000000 0.000000000000 0.000000000000 +0.167968750000 0.000000000000 0.169921875000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.131835937500 +0.000000000000 0.000000000000 0.163085937500 0.000000000000 +0.000000000000 0.070312500000 0.000000000000 0.060791015625 +0.210937500000 0.000000000000 0.000000000000 0.002609252930 +0.000000000000 0.000000000000 0.087890625000 0.103515625000 +0.000000000000 0.021484375000 0.000000000000 0.075683593750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.146484375000 +0.000000000000 0.066406250000 0.025634765625 0.435546875000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.039062500000 0.000000000000 0.246093750000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.188476562500 +0.292968750000 0.000000000000 0.103027343750 0.120605468750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.180664062500 0.000000000000 0.000000000000 0.000000000000 +0.155273437500 0.000000000000 0.251953125000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.042724609375 +0.000000000000 0.000000000000 0.093750000000 0.087890625000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.199218750000 0.000000000000 0.000000000000 0.111816406250 +0.000000000000 0.000000000000 0.093261718750 0.164062500000 +0.000000000000 0.031127929688 0.000000000000 0.053710937500 +0.001914978027 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.180664062500 +0.000000000000 0.171875000000 0.056640625000 0.480468750000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.051757812500 0.212890625000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.155273437500 0.000000000000 0.221679687500 0.230468750000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.113281250000 0.000000000000 0.000000000000 0.000000000000 +0.076171875000 0.000000000000 0.294921875000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.142578125000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.206054687500 0.000000000000 0.000000000000 0.150390625000 +0.000000000000 0.000000000000 0.084960937500 0.161132812500 +0.000000000000 0.045898437500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.152343750000 +0.000000000000 0.230468750000 0.007263183594 0.468750000000 +0.000000000000 0.000000000000 0.000000000000 0.020874023438 +0.000000000000 0.127929687500 0.149414062500 0.010192871094 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.273437500000 0.285156250000 +0.039550781250 0.010314941406 0.000000000000 0.000000000000 +0.090332031250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.320312500000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.146484375000 +0.000000000000 0.073242187500 0.000000000000 0.000000000000 +0.236328125000 0.000000000000 0.000000000000 0.141601562500 +0.000000000000 0.000000000000 0.064453125000 0.043701171875 +0.000000000000 0.010070800781 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.047851562500 0.005767822266 +0.000000000000 0.236328125000 0.000000000000 0.349609375000 +0.000000000000 0.000000000000 0.000000000000 0.095214843750 +0.006042480469 0.119140625000 0.065429687500 0.000000000000 +0.070312500000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.265625000000 0.271484375000 +0.080566406250 0.152343750000 0.000000000000 0.000000000000 +0.067871093750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.308593750000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.074218750000 +0.000000000000 0.119140625000 0.000000000000 0.000000000000 +0.231445312500 0.000000000000 0.000000000000 0.031250000000 +0.000000000000 0.000000000000 0.010864257812 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.062500000000 0.000000000000 +0.000000000000 0.199218750000 0.000000000000 0.201171875000 +0.000000000000 0.000000000000 0.000000000000 0.055664062500 +0.035644531250 0.084472656250 0.014526367188 0.000000000000 +0.153320312500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.170898437500 0.225585937500 +0.073242187500 0.151367187500 0.000000000000 0.000000000000 +0.047363281250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.209960937500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.002319335938 +0.000000000000 0.152343750000 0.000000000000 0.000000000000 +0.209960937500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.049804687500 0.000000000000 +0.000000000000 0.108398437500 0.000000000000 0.078613281250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.020996093750 0.000000000000 0.000000000000 0.000000000000 +0.170898437500 0.000000000000 0.000000000000 0.000000000000 +0.002975463867 0.000000000000 0.050537109375 0.159179687500 +0.054687500000 0.090332031250 0.000000000000 0.000000000000 +0.055664062500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.094238281250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.116699218750 0.005065917969 0.032714843750 +0.175781250000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.029296875000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.008544921875 0.001998901367 +0.146484375000 0.000000000000 0.000000000000 0.000000000000 +0.021606445312 0.000000000000 0.000000000000 0.095703125000 +0.017456054688 0.000000000000 0.000000000000 0.000000000000 +0.027954101562 0.000000000000 0.000000000000 0.000000000000 +0.077148437500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.048095703125 0.000000000000 +0.000000000000 0.000000000000 0.003753662109 0.030639648438 +0.071289062500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.035156250000 0.003707885742 +0.003326416016 0.000000000000 0.000000000000 0.000000000000 +0.010192871094 0.000000000000 0.000000000000 0.066894531250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.116210937500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.104492187500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.058105468750 0.000000000000 0.000000000000 0.106445312500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.033691406250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.002059936523 0.086914062500 0.011413574219 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.032958984375 0.003784179688 +0.000000000000 0.043945312500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.126953125000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.090820312500 0.000000000000 0.000000000000 0.000000000000 +0.101562500000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.104003906250 0.000000000000 0.202148437500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.077148437500 0.049804687500 +0.150390625000 0.000000000000 0.000000000000 0.142578125000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.039550781250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.060546875000 0.122070312500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.111328125000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.082519531250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.044189453125 0.171875000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.125000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.255859375000 0.000000000000 0.234375000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.117675781250 0.104003906250 +0.180664062500 0.000000000000 0.000000000000 0.123046875000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.028564453125 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.112792968750 0.069335937500 0.000000000000 +0.000000000000 0.031005859375 0.000000000000 0.298828125000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.062988281250 0.000000000000 0.000000000000 +0.000000000000 0.009460449219 0.048828125000 0.185546875000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.083984375000 +0.111328125000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.343750000000 0.000000000000 0.227539062500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.135742187500 0.080566406250 +0.138671875000 0.000000000000 0.000000000000 0.008972167969 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.093750000000 0.133789062500 0.000000000000 0.000000000000 +0.000000000000 0.118652343750 0.000000000000 0.373046875000 +0.000000000000 0.000000000000 0.000000000000 0.007049560547 +0.045410156250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.051513671875 0.000000000000 0.136718750000 +0.000000000000 0.106445312500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.101562500000 +0.011596679688 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.339843750000 0.000000000000 0.140625000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.096679687500 0.011535644531 +0.065429687500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.153320312500 0.090820312500 0.000000000000 0.000000000000 +0.000000000000 0.180664062500 0.000000000000 0.353515625000 +0.000000000000 0.000000000000 0.000000000000 0.021484375000 +0.109375000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.073242187500 0.000000000000 0.048828125000 +0.000000000000 0.077636718750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.088867187500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.296875000000 0.000000000000 0.041259765625 +0.012390136719 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.046630859375 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.003494262695 0.000000000000 0.000000000000 0.000000000000 +0.161132812500 0.042968750000 0.000000000000 0.000000000000 +0.000000000000 0.193359375000 0.025268554688 0.194335937500 +0.000000000000 0.000000000000 0.000000000000 0.062500000000 +0.122070312500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.059570312500 0.000000000000 0.000000000000 +0.000000000000 0.039550781250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.024414062500 0.000000000000 +0.000000000000 0.164062500000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.047363281250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.016723632812 0.000000000000 0.000000000000 +0.077636718750 0.000000000000 0.000000000000 0.000000000000 +0.091796875000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.176757812500 0.049316406250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.028564453125 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.045410156250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.010864257812 0.000000000000 +0.000000000000 0.013610839844 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.084472656250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.002716064453 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.075195312500 0.021362304688 0.000000000000 +0.000000000000 0.000000000000 0.006378173828 0.028564453125 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.035400390625 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.028198242188 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.029785156250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.063476562500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.029174804688 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.003158569336 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.023071289062 0.000000000000 0.000000000000 0.010437011719 +0.000000000000 0.000000000000 0.039550781250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.055175781250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.055664062500 0.023071289062 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.020263671875 +0.000000000000 0.026489257812 0.000000000000 0.000000000000 +0.089355468750 0.000000000000 0.000000000000 0.028808593750 +0.000000000000 0.000000000000 0.032470703125 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.074218750000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.039306640625 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.049316406250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.031250000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.122070312500 0.000000000000 0.058349609375 +0.125000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.003051757812 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.037597656250 0.000000000000 0.000000000000 +0.000000000000 0.028930664062 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.021362304688 +0.159179687500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.029418945312 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.125000000000 0.000000000000 0.161132812500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.182617187500 0.000000000000 0.206054687500 +0.125000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.125000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.104980468750 0.069335937500 0.040527343750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.008300781250 +0.249023437500 0.000000000000 0.000000000000 0.057128906250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.269531250000 0.000000000000 0.166015625000 +0.000000000000 0.033691406250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.093750000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.181640625000 0.000000000000 0.285156250000 +0.078613281250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.039550781250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.165039062500 0.049804687500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.124511718750 0.105468750000 0.075683593750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.016479492188 +0.234375000000 0.000000000000 0.027709960938 0.238281250000 +0.065429687500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.302734375000 0.000000000000 0.061279296875 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.077148437500 0.231445312500 0.003036499023 +0.000000000000 0.000000000000 0.014648437500 0.000000000000 +0.000000000000 0.105957031250 0.000000000000 0.322265625000 +0.024780273438 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.140625000000 0.055664062500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.059570312500 0.099609375000 0.104492187500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.095703125000 0.000000000000 0.007263183594 0.289062500000 +0.119140625000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.232421875000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.120117187500 0.245117187500 0.238281250000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.306640625000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.042236328125 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.052734375000 0.008056640625 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.061767578125 0.091308593750 0.000000000000 +0.000000000000 0.000000000000 0.052978515625 0.041503906250 +0.000000000000 0.000000000000 0.012512207031 0.263671875000 +0.162109375000 0.030639648438 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.056396484375 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.092285156250 0.161132812500 0.369140625000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.202148437500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.041015625000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.084472656250 0.000000000000 +0.000000000000 0.000000000000 0.025268554688 0.000000000000 +0.000000000000 0.000000000000 0.113769531250 0.002593994141 +0.000000000000 0.000000000000 0.000000000000 0.154296875000 +0.142578125000 0.014648437500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.010742187500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.115234375000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.375000000000 +0.000000000000 0.000000000000 0.000000000000 0.053466796875 +0.000000000000 0.000000000000 0.000000000000 0.001937866211 +0.000000000000 0.000000000000 0.090820312500 0.112792968750 +0.122070312500 0.000000000000 0.057861328125 0.233398437500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.092773437500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.239257812500 +0.000000000000 0.059082031250 0.345703125000 0.075683593750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.144531250000 0.000000000000 +0.000000000000 0.018676757812 0.000000000000 0.000000000000 +0.020874023438 0.000000000000 0.052734375000 0.009887695312 +0.000000000000 0.000000000000 0.030273437500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.099121093750 0.000000000000 0.009887695312 0.000000000000 +0.063964843750 0.000000000000 0.000000000000 0.207031250000 +0.000000000000 0.000000000000 0.000000000000 0.229492187500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.109375000000 0.263671875000 +0.226562500000 0.000000000000 0.091308593750 0.316406250000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.087402343750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.314453125000 +0.000000000000 0.226562500000 0.388671875000 0.216796875000 +0.000000000000 0.000000000000 0.000000000000 0.226562500000 +0.000000000000 0.000000000000 0.121093750000 0.003494262695 +0.000000000000 0.064941406250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.263671875000 0.195312500000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.023315429688 0.000000000000 0.172851562500 0.000000000000 +0.090820312500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.052246093750 0.000000000000 0.330078125000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.106445312500 0.359375000000 +0.237304687500 0.000000000000 0.087402343750 0.330078125000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.320312500000 +0.000000000000 0.335937500000 0.349609375000 0.237304687500 +0.000000000000 0.000000000000 0.000000000000 0.566406250000 +0.000000000000 0.024536132812 0.060302734375 0.016967773438 +0.000000000000 0.042968750000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.445312500000 0.339843750000 +0.000000000000 0.070312500000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.273437500000 0.063476562500 +0.134765625000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.216796875000 0.000000000000 0.382812500000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.106445312500 0.341796875000 +0.209960937500 0.000000000000 0.041748046875 0.298828125000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.051269531250 +0.000000000000 0.000000000000 0.000000000000 0.194335937500 +0.000000000000 0.365234375000 0.211914062500 0.196289062500 +0.000000000000 0.000000000000 0.000000000000 0.765625000000 +0.000000000000 0.062255859375 0.000000000000 0.012756347656 +0.000000000000 0.020629882812 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.496093750000 0.441406250000 +0.000000000000 0.285156250000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.267578125000 0.150390625000 +0.150390625000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.369140625000 0.000000000000 0.402343750000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.095214843750 0.292968750000 +0.200195312500 0.000000000000 0.000000000000 0.196289062500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.103515625000 +0.000000000000 0.000000000000 0.104980468750 0.000000000000 +0.107421875000 0.343750000000 0.057373046875 0.080566406250 +0.000000000000 0.000000000000 0.000000000000 0.824218750000 +0.000000000000 0.069335937500 0.000000000000 0.010742187500 +0.100097656250 0.003189086914 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.470703125000 0.447265625000 +0.017333984375 0.386718750000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.154296875000 0.166992187500 +0.174804687500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.486328125000 0.000000000000 0.380859375000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.114257812500 0.168945312500 +0.157226562500 0.000000000000 0.000000000000 0.082031250000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.030883789062 0.111816406250 +0.000000000000 0.000000000000 0.164062500000 0.000000000000 +0.185546875000 0.281250000000 0.000000000000 0.000000000000 +0.000000000000 0.085449218750 0.000000000000 0.796875000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.230468750000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.316406250000 0.433593750000 +0.033203125000 0.449218750000 0.000000000000 0.049560546875 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.033203125000 0.000000000000 0.195312500000 +0.170898437500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.562500000000 0.000000000000 0.296875000000 +0.000000000000 0.000000000000 0.010620117188 0.000000000000 +0.000000000000 0.000000000000 0.180664062500 0.044433593750 +0.138671875000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.072753906250 0.137695312500 +0.000000000000 0.000000000000 0.117675781250 0.000000000000 +0.212890625000 0.183593750000 0.000000000000 0.000000000000 +0.000000000000 0.176757812500 0.000000000000 0.687500000000 +0.000000000000 0.000000000000 0.000000000000 0.022583007812 +0.283203125000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.068359375000 0.123046875000 0.289062500000 +0.000000000000 0.369140625000 0.000000000000 0.101074218750 +0.000000000000 0.000000000000 0.041503906250 0.000000000000 +0.000000000000 0.060058593750 0.000000000000 0.122558593750 +0.135742187500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.574218750000 0.000000000000 0.207031250000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.193359375000 0.000000000000 +0.144531250000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.102539062500 0.125000000000 +0.000000000000 0.000000000000 0.041748046875 0.000000000000 +0.164062500000 0.062988281250 0.000000000000 0.000000000000 +0.012817382812 0.246093750000 0.000000000000 0.527343750000 +0.000000000000 0.000000000000 0.000000000000 0.025756835938 +0.239257812500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.285156250000 0.000000000000 0.125976562500 +0.000000000000 0.164062500000 0.000000000000 0.153320312500 +0.000000000000 0.000000000000 0.016845703125 0.000000000000 +0.000000000000 0.014587402344 0.000000000000 0.068359375000 +0.125000000000 0.033691406250 0.134765625000 0.000000000000 +0.038574218750 0.578125000000 0.000000000000 0.137695312500 +0.057128906250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.257812500000 0.000000000000 +0.132812500000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.088867187500 0.055419921875 +0.037841796875 0.000000000000 0.000000000000 0.000000000000 +0.132812500000 0.000000000000 0.000000000000 0.000000000000 +0.032470703125 0.275390625000 0.005279541016 0.347656250000 +0.000000000000 0.000000000000 0.000000000000 0.032714843750 +0.132812500000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.431640625000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.127929687500 +0.000000000000 0.000000000000 0.026367187500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.018554687500 +0.087402343750 0.101562500000 0.182617187500 0.000000000000 +0.042480468750 0.484375000000 0.000000000000 0.082519531250 +0.041748046875 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.273437500000 0.000000000000 +0.159179687500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.031250000000 0.088867187500 +0.194335937500 0.000000000000 0.000000000000 0.000000000000 +0.092285156250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.273437500000 0.034423828125 0.234375000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.482421875000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.037597656250 +0.000000000000 0.000000000000 0.041259765625 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.057128906250 0.077636718750 0.178710937500 0.000000000000 +0.023681640625 0.384765625000 0.000000000000 0.028808593750 +0.027221679688 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.263671875000 0.027343750000 +0.169921875000 0.090820312500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.320312500000 0.000000000000 0.000000000000 0.000000000000 +0.073242187500 0.019653320312 0.000000000000 0.000000000000 +0.000000000000 0.237304687500 0.049804687500 0.175781250000 +0.000000000000 0.000000000000 0.000000000000 0.019897460938 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.468750000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.052978515625 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.016967773438 +0.000000000000 0.000000000000 0.094238281250 0.000000000000 +0.000000000000 0.233398437500 0.000000000000 0.000000000000 +0.019775390625 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.208984375000 0.078613281250 +0.117675781250 0.017578125000 0.041259765625 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.312500000000 0.000000000000 0.000000000000 0.000000000000 +0.077148437500 0.088867187500 0.000000000000 0.000000000000 +0.000000000000 0.171875000000 0.035156250000 0.148437500000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.335937500000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.072265625000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.003067016602 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.081054687500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.095703125000 0.126953125000 +0.053710937500 0.009582519531 0.125976562500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.283203125000 0.000000000000 0.000000000000 0.064941406250 +0.059814453125 0.150390625000 0.000000000000 0.000000000000 +0.000000000000 0.083007812500 0.000000000000 0.127929687500 +0.000000000000 0.000000000000 0.014343261719 0.040283203125 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.072265625000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.072753906250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.057861328125 0.000000000000 0.000000000000 0.136718750000 +0.000000000000 0.000000000000 0.153320312500 0.000000000000 +0.000000000000 0.000000000000 0.005096435547 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.113281250000 0.000000000000 0.000000000000 0.087890625000 +0.000000000000 0.188476562500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.095214843750 +0.077636718750 0.000000000000 0.058837890625 0.031494140625 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.009887695312 0.000000000000 0.037353515625 0.000000000000 +0.000000000000 0.000000000000 0.028442382812 0.000000000000 +0.012573242188 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.141601562500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.025390625000 0.000000000000 0.000000000000 +0.176757812500 0.000000000000 0.000000000000 0.140625000000 +0.000000000000 0.000000000000 0.166015625000 0.000000000000 +0.000000000000 0.000000000000 0.064453125000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.065429687500 +0.018432617188 0.203125000000 0.000000000000 0.100097656250 +0.000000000000 0.000000000000 0.000000000000 0.000949859619 +0.202148437500 0.002975463867 0.082031250000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.097167968750 0.000000000000 0.063476562500 0.015502929688 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.102539062500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.255859375000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.154296875000 0.000000000000 0.000000000000 +0.263671875000 0.000000000000 0.000000000000 0.048828125000 +0.000000000000 0.000000000000 0.141601562500 0.000000000000 +0.000000000000 0.022460937500 0.083007812500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.197265625000 0.000000000000 0.177734375000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.310546875000 0.017822265625 0.107910156250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.222656250000 0.000000000000 0.070312500000 0.029174804688 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.184570312500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.310546875000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.220703125000 0.000000000000 0.052978515625 +0.324218750000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.130859375000 0.000000000000 +0.000000000000 0.055908203125 0.120605468750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.158203125000 0.000000000000 0.275390625000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.349609375000 0.023071289062 0.174804687500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.332031250000 0.000000000000 0.062500000000 0.042236328125 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.230468750000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.335937500000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.113281250000 0.000000000000 +0.000000000000 0.302734375000 0.000000000000 0.092773437500 +0.363281250000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.134765625000 0.000000000000 +0.000000000000 0.094726562500 0.114257812500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.110351562500 0.000000000000 0.359375000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.349609375000 0.033691406250 0.194335937500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.115234375000 +0.398437500000 0.000000000000 0.040527343750 0.059570312500 +0.015197753906 0.000000000000 0.000000000000 0.000000000000 +0.294921875000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.328125000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.161132812500 0.000000000000 +0.000000000000 0.302734375000 0.000000000000 0.111328125000 +0.373046875000 0.010986328125 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.105957031250 0.000000000000 +0.000000000000 0.112792968750 0.095214843750 0.007263183594 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.076171875000 0.000000000000 0.423828125000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.330078125000 0.056152343750 0.224609375000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.217773437500 +0.439453125000 0.000000000000 0.032470703125 0.064941406250 +0.057128906250 0.000000000000 0.000000000000 0.000000000000 +0.318359375000 0.000000000000 0.000000000000 0.000000000000 +0.089355468750 0.000000000000 0.361328125000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.239257812500 0.000000000000 +0.000000000000 0.279296875000 0.000000000000 0.092773437500 +0.361328125000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.101074218750 0.000000000000 +0.000000000000 0.098144531250 0.047607421875 0.065429687500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.035156250000 +0.000000000000 0.074707031250 0.000000000000 0.490234375000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.285156250000 0.022094726562 0.251953125000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.228515625000 +0.431640625000 0.000000000000 0.081054687500 0.110351562500 +0.058349609375 0.000000000000 0.000000000000 0.000000000000 +0.287109375000 0.000000000000 0.000000000000 0.000000000000 +0.144531250000 0.000000000000 0.351562500000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.225585937500 0.000000000000 +0.000000000000 0.191406250000 0.000000000000 0.022827148438 +0.328125000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.103515625000 0.060791015625 +0.000000000000 0.098144531250 0.006652832031 0.125976562500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.106933593750 +0.000000000000 0.111816406250 0.000000000000 0.570312500000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.185546875000 0.054687500000 0.261718750000 0.017089843750 +0.000000000000 0.000000000000 0.000000000000 0.184570312500 +0.375000000000 0.000000000000 0.184570312500 0.197265625000 +0.058837890625 0.000000000000 0.000000000000 0.000000000000 +0.283203125000 0.000000000000 0.000000000000 0.000000000000 +0.178710937500 0.000000000000 0.386718750000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.157226562500 0.048583984375 +0.000000000000 0.128906250000 0.000000000000 0.000000000000 +0.296875000000 0.000000000000 0.000000000000 0.045410156250 +0.000000000000 0.000000000000 0.091308593750 0.145507812500 +0.000000000000 0.076660156250 0.000000000000 0.129882812500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.145507812500 +0.000000000000 0.161132812500 0.000000000000 0.585937500000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.062500000000 0.111816406250 0.237304687500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.059326171875 +0.220703125000 0.000000000000 0.289062500000 0.275390625000 +0.113281250000 0.000000000000 0.000000000000 0.000000000000 +0.243164062500 0.000000000000 0.000000000000 0.000000000000 +0.177734375000 0.000000000000 0.408203125000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.122558593750 0.148437500000 +0.000000000000 0.029541015625 0.000000000000 0.000000000000 +0.242187500000 0.000000000000 0.000000000000 0.130859375000 +0.000000000000 0.000000000000 0.068359375000 0.197265625000 +0.000000000000 0.048828125000 0.000000000000 0.067871093750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.161132812500 +0.000000000000 0.226562500000 0.047851562500 0.562500000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.119140625000 0.190429687500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.083007812500 0.000000000000 0.359375000000 0.335937500000 +0.090332031250 0.000000000000 0.000000000000 0.000000000000 +0.139648437500 0.000000000000 0.000000000000 0.000000000000 +0.138671875000 0.000000000000 0.404296875000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.234375000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.208984375000 0.000000000000 0.000000000000 0.179687500000 +0.002304077148 0.000000000000 0.039550781250 0.235351562500 +0.000000000000 0.014343261719 0.000000000000 0.039062500000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.156250000000 +0.000000000000 0.253906250000 0.068847656250 0.535156250000 +0.000000000000 0.000000000000 0.000000000000 0.170898437500 +0.000000000000 0.129882812500 0.141601562500 0.031127929688 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.410156250000 0.408203125000 +0.125000000000 0.027343750000 0.000000000000 0.000000000000 +0.099121093750 0.000000000000 0.000000000000 0.000000000000 +0.092773437500 0.000000000000 0.392578125000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.273437500000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.140625000000 0.000000000000 0.000000000000 0.178710937500 +0.049560546875 0.000000000000 0.000000000000 0.213867187500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.016845703125 0.064453125000 +0.000000000000 0.277343750000 0.041259765625 0.410156250000 +0.000000000000 0.000000000000 0.000000000000 0.357421875000 +0.000000000000 0.116699218750 0.044189453125 0.000000000000 +0.000000000000 0.011596679688 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.437500000000 0.423828125000 +0.132812500000 0.131835937500 0.000000000000 0.000000000000 +0.008300781250 0.000000000000 0.000000000000 0.000000000000 +0.028442382812 0.000000000000 0.322265625000 0.000000000000 +0.017089843750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.083496093750 0.000000000000 0.294921875000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.098144531250 0.000000000000 0.000000000000 0.181640625000 +0.099609375000 0.000000000000 0.000000000000 0.179687500000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.039794921875 0.000000000000 +0.000000000000 0.283203125000 0.000000000000 0.273437500000 +0.000000000000 0.000000000000 0.000000000000 0.455078125000 +0.000000000000 0.101562500000 0.000000000000 0.009704589844 +0.012634277344 0.013244628906 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.384765625000 0.408203125000 +0.087402343750 0.196289062500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.204101562500 0.112304687500 +0.021484375000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.196289062500 0.000000000000 0.291015625000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.063476562500 0.000000000000 0.000000000000 0.160156250000 +0.074218750000 0.000000000000 0.000000000000 0.080566406250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.109375000000 0.000000000000 +0.104492187500 0.257812500000 0.000000000000 0.105957031250 +0.000000000000 0.000000000000 0.000000000000 0.482421875000 +0.000000000000 0.044677734375 0.000000000000 0.000000000000 +0.146484375000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.287109375000 0.365234375000 +0.040039062500 0.320312500000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.086425781250 0.099609375000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.253906250000 0.000000000000 0.206054687500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.050781250000 0.000000000000 0.000000000000 0.044433593750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.127929687500 0.000000000000 +0.151367187500 0.205078125000 0.000000000000 0.000000000000 +0.000000000000 0.088867187500 0.000000000000 0.406250000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.287109375000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.107910156250 0.255859375000 +0.012573242188 0.300781250000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.059326171875 +0.000000000000 0.001617431641 0.000000000000 0.052978515625 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.259765625000 0.000000000000 0.079101562500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.005187988281 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.015625000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.112304687500 0.000000000000 +0.159179687500 0.047363281250 0.000000000000 0.000000000000 +0.098144531250 0.172851562500 0.000000000000 0.226562500000 +0.000000000000 0.000000000000 0.000000000000 0.017822265625 +0.316406250000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.105468750000 +0.000000000000 0.206054687500 0.000000000000 0.000000000000 +0.000000000000 0.125000000000 0.000000000000 0.172851562500 +0.000000000000 0.005401611328 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.095214843750 0.000000000000 +0.000000000000 0.202148437500 0.000000000000 0.000000000000 +0.000000000000 0.046875000000 0.000000000000 0.122558593750 +0.004608154297 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.088867187500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.106445312500 0.000000000000 0.000000000000 0.000000000000 +0.127929687500 0.208007812500 0.084960937500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.267578125000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.248046875000 0.000000000000 0.281250000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.037109375000 0.177734375000 0.000000000000 +0.000000000000 0.073730468750 0.000000000000 0.000000000000 +0.018554687500 0.077636718750 0.000000000000 0.320312500000 +0.000000000000 0.015747070312 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.006134033203 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.214843750000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.040039062500 0.000000000000 0.000000000000 0.000000000000 +0.168945312500 0.212890625000 0.158203125000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.025390625000 +0.185546875000 0.000000000000 0.016967773438 0.052246093750 +0.030883789062 0.011779785156 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.365234375000 0.000000000000 0.267578125000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.128906250000 0.257812500000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.021484375000 0.118652343750 0.000000000000 0.416015625000 +0.000000000000 0.053222656250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.025512695312 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.247070312500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.164062500000 0.189453125000 0.175781250000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.112304687500 0.000000000000 0.041503906250 0.281250000000 +0.134765625000 0.031250000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.406250000000 0.000000000000 0.206054687500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.191406250000 0.332031250000 0.060058593750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.010986328125 0.110351562500 0.000000000000 0.464843750000 +0.000000000000 0.043701171875 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.018066406250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.233398437500 0.020019531250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.126953125000 0.155273437500 0.188476562500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.020751953125 +0.037597656250 0.000000000000 0.061767578125 0.414062500000 +0.186523437500 0.054199218750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.394531250000 0.000000000000 0.048095703125 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.212890625000 0.324218750000 0.161132812500 +0.000000000000 0.000000000000 0.016845703125 0.000000000000 +0.030883789062 0.045654296875 0.000000000000 0.464843750000 +0.000000000000 0.018798828125 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.164062500000 0.065429687500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.050048828125 0.107910156250 0.163085937500 0.000000000000 +0.000000000000 0.000000000000 0.004364013672 0.001129150391 +0.000000000000 0.000000000000 0.042968750000 0.437500000000 +0.156250000000 0.115234375000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.349609375000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.167968750000 0.326171875000 0.211914062500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.046875000000 0.000000000000 0.000000000000 0.396484375000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.025024414062 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.099121093750 0.087890625000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.083007812500 0.134765625000 0.000000000000 +0.000000000000 0.000000000000 0.006805419922 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.386718750000 +0.098632812500 0.162109375000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.257812500000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.110839843750 0.304687500000 0.191406250000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.050781250000 0.000000000000 0.000000000000 0.292968750000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.025268554688 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.026000976562 0.000000000000 0.057373046875 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.092285156250 0.117675781250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.239257812500 +0.031005859375 0.189453125000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.150390625000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.053955078125 0.241210937500 0.116210937500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.065917968750 0.000000000000 0.000000000000 0.237304687500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.026855468750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.097167968750 0.104003906250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.084472656250 +0.017822265625 0.164062500000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.088378906250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.166015625000 0.001457214355 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.024536132812 0.000000000000 0.000000000000 0.218750000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.005371093750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.042480468750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.100097656250 0.106445312500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.060058593750 0.076660156250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.155273437500 0.000000000000 0.168945312500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.104980468750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.026489257812 0.100585937500 0.000000000000 0.291015625000 +0.050292968750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.131835937500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.109375000000 0.135742187500 0.000000000000 +0.026733398438 0.000000000000 0.000000000000 0.022827148438 +0.000812530518 0.000000000000 0.000000000000 0.072753906250 +0.154296875000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.217773437500 0.000000000000 0.223632812500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.093750000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.193359375000 0.000000000000 0.369140625000 +0.085449218750 0.085937500000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.021362304688 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.203125000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.014770507812 0.099609375000 0.130859375000 0.000000000000 +0.097167968750 0.000000000000 0.019775390625 0.000000000000 +0.028076171875 0.000000000000 0.000000000000 0.259765625000 +0.275390625000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.271484375000 0.000000000000 0.188476562500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.105957031250 0.000000000000 +0.000000000000 0.000000000000 0.041748046875 0.000000000000 +0.000000000000 0.184570312500 0.000000000000 0.433593750000 +0.097167968750 0.115722656250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.212890625000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.043945312500 0.125976562500 0.000000000000 +0.081054687500 0.000000000000 0.084960937500 0.013916015625 +0.006011962891 0.000000000000 0.029541015625 0.425781250000 +0.326171875000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.273437500000 0.000000000000 0.046142578125 +0.024414062500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.045166015625 0.107421875000 0.125976562500 +0.000000000000 0.000000000000 0.123535156250 0.000000000000 +0.000000000000 0.174804687500 0.000000000000 0.427734375000 +0.071777343750 0.039306640625 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.146484375000 0.012390136719 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.110351562500 0.000000000000 +0.000000000000 0.000000000000 0.099609375000 0.014038085938 +0.000000000000 0.000000000000 0.000000000000 0.503906250000 +0.304687500000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.228515625000 0.000000000000 0.000000000000 +0.172851562500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.068847656250 0.096191406250 0.211914062500 +0.000000000000 0.000000000000 0.168945312500 0.000000000000 +0.000000000000 0.073242187500 0.000000000000 0.345703125000 +0.000568389893 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.055419921875 +0.000000000000 0.036865234375 0.118164062500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.037841796875 0.000000000000 +0.000000000000 0.000000000000 0.080078125000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.468750000000 +0.166992187500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.095214843750 0.000000000000 0.000000000000 +0.213867187500 0.000000000000 0.000000000000 0.000000000000 +0.038818359375 0.045410156250 0.085449218750 0.261718750000 +0.000000000000 0.000000000000 0.097167968750 0.034667968750 +0.000000000000 0.000000000000 0.000000000000 0.179687500000 +0.000000000000 0.000000000000 0.036865234375 0.000000000000 +0.058837890625 0.000000000000 0.000000000000 0.059082031250 +0.000000000000 0.000000000000 0.000000000000 0.065917968750 +0.080566406250 0.000000000000 0.174804687500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.147460937500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.055664062500 0.015258789062 +0.000000000000 0.140625000000 0.000000000000 0.279296875000 +0.000000000000 0.094726562500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.021972656250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.158203125000 0.000000000000 0.000000000000 0.000000000000 +0.173828125000 0.000000000000 0.064941406250 0.163085937500 +0.000000000000 0.130859375000 0.000000000000 0.134765625000 +0.001441955566 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.165039062500 0.000000000000 +0.186523437500 0.000000000000 0.000000000000 0.120605468750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.067382812500 0.000000000000 0.133789062500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.185546875000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.019653320312 +0.000000000000 0.166992187500 0.000000000000 0.000000000000 +0.000000000000 0.205078125000 0.000000000000 0.029907226562 +0.000000000000 0.000000000000 0.000000000000 0.020263671875 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.008422851562 0.000000000000 0.000000000000 0.000000000000 +0.161132812500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.235351562500 0.000000000000 0.179687500000 +0.019531250000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.215820312500 0.096679687500 +0.239257812500 0.000000000000 0.000000000000 0.109863281250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.010253906250 0.000000000000 0.054199218750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.064453125000 0.179687500000 0.000000000000 +0.000000000000 0.070312500000 0.000000000000 0.191406250000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.139648437500 0.000000000000 0.000000000000 +0.000000000000 0.240234375000 0.000000000000 0.014465332031 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.140625000000 +0.076171875000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.259765625000 0.000000000000 0.157226562500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.194335937500 0.188476562500 +0.208007812500 0.000000000000 0.019653320312 0.012817382812 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.003356933594 +0.180664062500 0.000000000000 0.000000000000 0.000000000000 +0.127929687500 0.172851562500 0.000000000000 0.000000000000 +0.000000000000 0.108398437500 0.000000000000 0.314453125000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.200195312500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.199218750000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.151367187500 0.000000000000 0.052001953125 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000186920166 0.000000000000 0.077148437500 0.171875000000 +0.093261718750 0.000000000000 0.130859375000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.285156250000 0.000000000000 0.000000000000 0.000000000000 +0.230468750000 0.222656250000 0.000000000000 0.000000000000 +0.000000000000 0.104492187500 0.000000000000 0.308593750000 +0.073242187500 0.000000000000 0.000000000000 0.007507324219 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000438690186 0.000000000000 0.000000000000 +0.000000000000 0.064453125000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.025878906250 +0.000000000000 0.000000000000 0.063476562500 0.159179687500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.160156250000 0.000000000000 0.000000000000 0.125976562500 +0.000000000000 0.000000000000 0.196289062500 0.000000000000 +0.000000000000 0.000000000000 0.181640625000 0.000000000000 +0.000000000000 0.003509521484 0.000000000000 0.000000000000 +0.261718750000 0.000000000000 0.000000000000 0.014160156250 +0.245117187500 0.232421875000 0.000000000000 0.000000000000 +0.000000000000 0.061279296875 0.000000000000 0.161132812500 +0.384765625000 0.000000000000 0.055419921875 0.007934570312 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.190429687500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.030517578125 0.000000000000 0.000000000000 +0.119140625000 0.000000000000 0.000000000000 0.043212890625 +0.000000000000 0.000000000000 0.257812500000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.173828125000 0.000000000000 0.083007812500 +0.287109375000 0.092773437500 0.000000000000 0.049072265625 +0.000000000000 0.000000000000 0.246093750000 0.000000000000 +0.000000000000 0.069824218750 0.257812500000 0.000000000000 +0.000000000000 0.046875000000 0.000000000000 0.000000000000 +0.086914062500 0.000000000000 0.000000000000 0.047851562500 +0.095214843750 0.207031250000 0.000000000000 0.146484375000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.523437500000 0.000000000000 0.168945312500 0.023437500000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.396484375000 0.000000000000 0.019653320312 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.277343750000 0.000000000000 0.000000000000 0.017822265625 +0.000000000000 0.000000000000 0.363281250000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.048583984375 0.000000000000 +0.000000000000 0.294921875000 0.000000000000 0.129882812500 +0.369140625000 0.093261718750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.224609375000 0.000000000000 +0.000000000000 0.110839843750 0.302734375000 0.000000000000 +0.000000000000 0.059814453125 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.055175781250 +0.000000000000 0.142578125000 0.000000000000 0.382812500000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.519531250000 0.000000000000 0.259765625000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.131835937500 +0.486328125000 0.000000000000 0.083984375000 0.004028320312 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.316406250000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.443359375000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.224609375000 0.000000000000 +0.000000000000 0.390625000000 0.000000000000 0.135742187500 +0.439453125000 0.054199218750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.182617187500 0.000000000000 +0.000000000000 0.179687500000 0.232421875000 0.070800781250 +0.000000000000 0.005645751953 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.029907226562 +0.000000000000 0.118652343750 0.000000000000 0.535156250000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.458984375000 0.074218750000 0.275390625000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.253906250000 +0.531250000000 0.000000000000 0.077148437500 0.096679687500 +0.073242187500 0.000000000000 0.000000000000 0.000000000000 +0.300781250000 0.000000000000 0.000000000000 0.000000000000 +0.056396484375 0.000000000000 0.433593750000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.238281250000 0.000000000000 +0.000000000000 0.414062500000 0.000000000000 0.155273437500 +0.431640625000 0.034667968750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.103515625000 0.000000000000 +0.004791259766 0.147460937500 0.091308593750 0.138671875000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.052734375000 0.000000000000 0.550781250000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.343750000000 0.055664062500 0.263671875000 0.039550781250 +0.020629882812 0.000000000000 0.000000000000 0.339843750000 +0.449218750000 0.000000000000 0.069824218750 0.152343750000 +0.212890625000 0.000000000000 0.000000000000 0.000000000000 +0.322265625000 0.000000000000 0.000000000000 0.000000000000 +0.077636718750 0.000000000000 0.353515625000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.273437500000 0.000000000000 +0.000000000000 0.437500000000 0.000000000000 0.146484375000 +0.412109375000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.030395507812 0.000000000000 +0.000000000000 0.137695312500 0.000000000000 0.188476562500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.036621093750 0.000000000000 +0.000000000000 0.018310546875 0.000000000000 0.484375000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.218750000000 0.006805419922 0.214843750000 0.000000000000 +0.145507812500 0.000000000000 0.000000000000 0.353515625000 +0.378906250000 0.000000000000 0.041503906250 0.175781250000 +0.251953125000 0.000000000000 0.000000000000 0.000000000000 +0.212890625000 0.075195312500 0.000000000000 0.000000000000 +0.047607421875 0.000000000000 0.202148437500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.227539062500 0.000000000000 +0.000000000000 0.412109375000 0.000000000000 0.206054687500 +0.375000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.065917968750 0.044677734375 0.000000000000 0.141601562500 +0.000000000000 0.026123046875 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.026367187500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.347656250000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.118652343750 0.035156250000 0.127929687500 0.027587890625 +0.156250000000 0.000000000000 0.000000000000 0.359375000000 +0.326171875000 0.000000000000 0.000000000000 0.107910156250 +0.240234375000 0.000000000000 0.000000000000 0.000000000000 +0.150390625000 0.204101562500 0.000000000000 0.094726562500 +0.000000000000 0.000000000000 0.047607421875 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.188476562500 0.000000000000 +0.000000000000 0.406250000000 0.000000000000 0.277343750000 +0.308593750000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.086425781250 0.000000000000 0.000000000000 0.069824218750 +0.000000000000 0.079589843750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.163085937500 +0.000000000000 0.000000000000 0.000877380371 0.000000000000 +0.071777343750 0.000000000000 0.095214843750 0.014160156250 +0.190429687500 0.000000000000 0.000000000000 0.416015625000 +0.287109375000 0.000000000000 0.000000000000 0.029174804688 +0.133789062500 0.000000000000 0.000000000000 0.000000000000 +0.075683593750 0.298828125000 0.000000000000 0.126953125000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.157226562500 0.000000000000 +0.000000000000 0.347656250000 0.000000000000 0.347656250000 +0.250000000000 0.039306640625 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.087890625000 0.000000000000 0.000000000000 0.037597656250 +0.000000000000 0.141601562500 0.007659912109 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.007995605469 0.000000000000 0.049072265625 0.000000000000 +0.026123046875 0.000000000000 0.068847656250 0.021362304688 +0.174804687500 0.000000000000 0.028442382812 0.484375000000 +0.289062500000 0.000000000000 0.000000000000 0.000000000000 +0.046875000000 0.000000000000 0.000000000000 0.000000000000 +0.070312500000 0.308593750000 0.000000000000 0.080078125000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.071777343750 0.014770507812 +0.000000000000 0.000000000000 0.180664062500 0.000000000000 +0.000000000000 0.285156250000 0.000000000000 0.375000000000 +0.183593750000 0.043212890625 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.062500000000 0.000000000000 0.000000000000 0.005432128906 +0.000000000000 0.138671875000 0.008117675781 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.050048828125 0.000000000000 +0.000000000000 0.000000000000 0.080566406250 0.000000000000 +0.087402343750 0.000000000000 0.020874023438 0.500000000000 +0.316406250000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.013610839844 0.255859375000 0.000000000000 0.000000000000 +0.016479492188 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.092773437500 0.186523437500 +0.000000000000 0.000000000000 0.144531250000 0.000000000000 +0.000000000000 0.174804687500 0.000000000000 0.349609375000 +0.112792968750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000186920166 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.087402343750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.065917968750 0.000000000000 +0.000000000000 0.000000000000 0.124023437500 0.007934570312 +0.000000000000 0.000000000000 0.010192871094 0.472656250000 +0.328125000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.003479003906 0.123535156250 0.000000000000 0.000000000000 +0.060058593750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.043212890625 0.240234375000 +0.000000000000 0.000000000000 0.098144531250 0.000000000000 +0.000000000000 0.054931640625 0.000000000000 0.287109375000 +0.074707031250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.021728515625 0.000000000000 +0.000000000000 0.000000000000 0.141601562500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.361328125000 +0.275390625000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.024902343750 0.000000000000 0.000000000000 0.000000000000 +0.093261718750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.243164062500 +0.000000000000 0.000000000000 0.050781250000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.143554687500 +0.038574218750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.031738281250 0.037841796875 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.036376953125 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.034423828125 +0.000000000000 0.000000000000 0.034667968750 0.089843750000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.153320312500 0.022216796875 +0.000000000000 0.000000000000 0.000000000000 0.191406250000 +0.195312500000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.007354736328 0.000000000000 0.000000000000 0.000000000000 +0.093750000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.208007812500 +0.000000000000 0.000000000000 0.000000000000 0.036865234375 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.047119140625 0.000000000000 0.000000000000 0.079101562500 +0.020263671875 0.000000000000 0.073242187500 0.136718750000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.046142578125 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.165039062500 +0.000000000000 0.095703125000 0.129882812500 0.208984375000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.149414062500 0.000598907471 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.096191406250 0.000000000000 0.042480468750 0.062988281250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.026733398438 0.000000000000 0.092285156250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.128906250000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.067871093750 0.000000000000 0.000000000000 0.168945312500 +0.046142578125 0.000000000000 0.089843750000 0.142578125000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.001289367676 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.168945312500 +0.000000000000 0.189453125000 0.117187500000 0.237304687500 +0.000000000000 0.000000000000 0.000000000000 0.044677734375 +0.000000000000 0.000000000000 0.123046875000 0.003265380859 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.199218750000 0.172851562500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.009948730469 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.197265625000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.149414062500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.111816406250 0.000000000000 0.000000000000 0.171875000000 +0.004089355469 0.000000000000 0.068847656250 0.112792968750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.098632812500 +0.000000000000 0.238281250000 0.000000000000 0.223632812500 +0.000000000000 0.000000000000 0.000000000000 0.197265625000 +0.000000000000 0.040039062500 0.066894531250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.234375000000 0.217773437500 +0.000000000000 0.029907226562 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.226562500000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.141601562500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.151367187500 0.000000000000 0.000000000000 0.137695312500 +0.000000000000 0.000000000000 0.033203125000 0.001533508301 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.004516601562 0.000000000000 +0.005035400391 0.240234375000 0.000000000000 0.171875000000 +0.000000000000 0.000000000000 0.000000000000 0.220703125000 +0.000000000000 0.055419921875 0.007934570312 0.001411437988 +0.035400390625 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.231445312500 0.223632812500 +0.000000000000 0.174804687500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.180664062500 0.001754760742 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.102050781250 +0.000000000000 0.100585937500 0.000000000000 0.000000000000 +0.167968750000 0.000000000000 0.000000000000 0.045166015625 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.076660156250 0.000000000000 +0.072753906250 0.187500000000 0.000000000000 0.077148437500 +0.000000000000 0.000000000000 0.000000000000 0.136718750000 +0.000000000000 0.015319824219 0.000000000000 0.000000000000 +0.214843750000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.104492187500 0.206054687500 +0.047607421875 0.227539062500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.128906250000 +0.000000000000 0.000000000000 0.076660156250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.200195312500 0.000000000000 0.031982421875 +0.166992187500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.056640625000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.105957031250 0.000000000000 +0.046875000000 0.065917968750 0.000000000000 0.000000000000 +0.015869140625 0.052490234375 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.294921875000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.107910156250 +0.033447265625 0.143554687500 0.000000000000 0.000000000000 +0.000000000000 0.159179687500 0.000000000000 0.176757812500 +0.000000000000 0.002731323242 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.184570312500 0.000000000000 0.216796875000 +0.154296875000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.117187500000 0.007202148438 0.000000000000 +0.000000000000 0.000000000000 0.007202148438 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.100097656250 0.075195312500 0.027221679688 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.028930664062 +0.287109375000 0.000000000000 0.003555297852 0.074707031250 +0.017578125000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.318359375000 0.000000000000 0.181640625000 +0.000000000000 0.039062500000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.090820312500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.209960937500 0.000000000000 0.324218750000 +0.063964843750 0.007415771484 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.053955078125 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.195312500000 0.069824218750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.164062500000 0.107421875000 0.090820312500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.025146484375 +0.224609375000 0.000000000000 0.041259765625 0.267578125000 +0.065917968750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.384765625000 0.000000000000 0.131835937500 +0.000000000000 0.049072265625 0.000000000000 0.000000000000 +0.000000000000 0.096191406250 0.279296875000 0.000000000000 +0.000000000000 0.000000000000 0.033447265625 0.000000000000 +0.000000000000 0.151367187500 0.000000000000 0.376953125000 +0.024169921875 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.031982421875 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.174804687500 0.104492187500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.131835937500 0.114746093750 0.126953125000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.020019531250 +0.134765625000 0.000000000000 0.032226562500 0.361328125000 +0.087890625000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.375000000000 0.000000000000 0.020751953125 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.198242187500 0.326171875000 0.136718750000 +0.000000000000 0.000000000000 0.004760742188 0.000000000000 +0.000000000000 0.027465820312 0.000000000000 0.380859375000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.140625000000 0.102539062500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.060546875000 0.121582031250 0.134765625000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.015563964844 +0.000000000000 0.000000000000 0.081542968750 0.351562500000 +0.085937500000 0.133789062500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.257812500000 0.000000000000 0.000000000000 +0.035644531250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.204101562500 0.316406250000 0.310546875000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.007385253906 0.000000000000 0.000000000000 0.316406250000 +0.000000000000 0.000000000000 0.033447265625 0.000000000000 +0.000000000000 0.025634765625 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.025512695312 0.033203125000 0.081542968750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.069824218750 0.086914062500 0.000000000000 +0.000000000000 0.000000000000 0.003143310547 0.012390136719 +0.000000000000 0.000000000000 0.000000000000 0.279296875000 +0.041748046875 0.217773437500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.035644531250 0.000000000000 0.000000000000 +0.044677734375 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.138671875000 0.239257812500 0.318359375000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.153320312500 +0.000000000000 0.000000000000 0.106933593750 0.000000000000 +0.063964843750 0.062988281250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.082519531250 0.000000000000 0.044189453125 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.073242187500 0.000000000000 +0.000000000000 0.033447265625 0.040527343750 0.000000000000 +0.000000000000 0.000000000000 0.021118164062 0.030761718750 +0.000000000000 0.000000000000 0.000000000000 0.070800781250 +0.000000000000 0.242187500000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.032958984375 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.116210937500 0.245117187500 +0.000000000000 0.000000000000 0.000000000000 0.030883789062 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.137695312500 0.059326171875 +0.141601562500 0.031738281250 0.003768920898 0.042968750000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.044433593750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.008361816406 +0.000000000000 0.013671875000 0.124511718750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.019775390625 0.027343750000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.173828125000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.013549804688 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.041992187500 +0.000000000000 0.004211425781 0.000000000000 0.058837890625 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.132812500000 0.138671875000 +0.119628906250 0.000000000000 0.048583984375 0.083496093750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.113281250000 +0.000000000000 0.125000000000 0.100585937500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.105468750000 +0.000000000000 0.000000000000 0.021850585938 0.036865234375 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.026367187500 0.067871093750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.151367187500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.104492187500 0.220703125000 +0.145507812500 0.000000000000 0.078125000000 0.141601562500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.184570312500 +0.000000000000 0.224609375000 0.115234375000 0.016967773438 +0.000000000000 0.000000000000 0.000000000000 0.269531250000 +0.000000000000 0.000000000000 0.023071289062 0.024414062500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.204101562500 0.094726562500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.149414062500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.009826660156 0.000000000000 0.213867187500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.057617187500 0.265625000000 +0.126953125000 0.000000000000 0.103027343750 0.176757812500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.204101562500 +0.000000000000 0.285156250000 0.117187500000 0.122558593750 +0.000000000000 0.000000000000 0.000000000000 0.410156250000 +0.000000000000 0.000000000000 0.036865234375 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.337890625000 0.221679687500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.241210937500 0.000000000000 +0.004638671875 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.063964843750 0.000000000000 0.257812500000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.034912109375 0.259765625000 +0.128906250000 0.000000000000 0.059814453125 0.208007812500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.162109375000 +0.000000000000 0.308593750000 0.109863281250 0.166992187500 +0.000000000000 0.000000000000 0.000000000000 0.539062500000 +0.000000000000 0.003997802734 0.006378173828 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.433593750000 0.326171875000 +0.000000000000 0.096679687500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.287109375000 0.000000000000 +0.082031250000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.175781250000 0.000000000000 0.343750000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.064941406250 0.275390625000 +0.184570312500 0.000000000000 0.000000000000 0.251953125000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.010131835938 +0.000000000000 0.000000000000 0.000000000000 0.098144531250 +0.000000000000 0.312500000000 0.135742187500 0.159179687500 +0.000000000000 0.000000000000 0.000000000000 0.640625000000 +0.000000000000 0.012634277344 0.000000000000 0.000000000000 +0.000000000000 0.051025390625 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.458984375000 0.396484375000 +0.000000000000 0.186523437500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.225585937500 0.090820312500 +0.152343750000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.279296875000 0.000000000000 0.371093750000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.111328125000 0.296875000000 +0.212890625000 0.000000000000 0.000000000000 0.232421875000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.109375000000 +0.000000000000 0.000000000000 0.011230468750 0.021484375000 +0.050292968750 0.332031250000 0.124511718750 0.110839843750 +0.000000000000 0.000000000000 0.000000000000 0.730468750000 +0.000000000000 0.071289062500 0.000000000000 0.000000000000 +0.000000000000 0.068847656250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.441406250000 0.417968750000 +0.000000000000 0.263671875000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.155273437500 0.196289062500 +0.119140625000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.353515625000 0.000000000000 0.359375000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.095703125000 0.259765625000 +0.203125000000 0.000000000000 0.000000000000 0.131835937500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.117187500000 +0.000000000000 0.000000000000 0.065917968750 0.000000000000 +0.175781250000 0.339843750000 0.000000000000 0.000000000000 +0.000000000000 0.009338378906 0.000000000000 0.773437500000 +0.000000000000 0.068847656250 0.000000000000 0.045898437500 +0.065429687500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.330078125000 0.363281250000 +0.000000000000 0.369140625000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.066894531250 0.259765625000 +0.043457031250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.376953125000 0.000000000000 0.273437500000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.064453125000 0.200195312500 +0.111328125000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.072265625000 +0.000000000000 0.000000000000 0.088867187500 0.000000000000 +0.285156250000 0.287109375000 0.000000000000 0.000000000000 +0.000000000000 0.103027343750 0.000000000000 0.718750000000 +0.000000000000 0.019653320312 0.000000000000 0.000000000000 +0.154296875000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.208007812500 0.265625000000 +0.000000000000 0.373046875000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.004211425781 0.294921875000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.296875000000 0.000000000000 0.125976562500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.062500000000 0.000000000000 0.000000000000 0.112304687500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.063476562500 +0.038330078125 0.000000000000 0.055175781250 0.000000000000 +0.316406250000 0.253906250000 0.000000000000 0.000000000000 +0.000000000000 0.131835937500 0.000000000000 0.511718750000 +0.000000000000 0.000000000000 0.000000000000 0.007995605469 +0.189453125000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.027832031250 0.085449218750 +0.000000000000 0.324218750000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.189453125000 +0.000000000000 0.000000000000 0.000000000000 0.162109375000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.085449218750 0.000000000000 0.000000000000 +0.000000000000 0.057373046875 0.000000000000 0.021118164062 +0.108886718750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.044677734375 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.085937500000 0.000000000000 0.000000000000 +0.075195312500 0.000000000000 0.000000000000 0.000000000000 +0.269531250000 0.165039062500 0.000000000000 0.000000000000 +0.000000000000 0.122558593750 0.016967773438 0.176757812500 +0.199218750000 0.000000000000 0.000000000000 0.015502929688 +0.139648437500 0.000000000000 0.000000000000 0.000000000000 +0.022827148438 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.161132812500 0.000000000000 0.000000000000 +0.030151367188 0.000000000000 0.000000000000 0.230468750000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.164062500000 0.000000000000 0.191406250000 +0.189453125000 0.105468750000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.063964843750 0.000000000000 +0.000000000000 0.000000000000 0.058105468750 0.000000000000 +0.000000000000 0.158203125000 0.000000000000 0.000000000000 +0.005645751953 0.000000000000 0.000000000000 0.000000000000 +0.148437500000 0.067382812500 0.000000000000 0.000000000000 +0.000000000000 0.071777343750 0.033935546875 0.000000000000 +0.300781250000 0.000000000000 0.055419921875 0.000000000000 +0.106933593750 0.000000000000 0.000000000000 0.000000000000 +0.283203125000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.111816406250 0.000000000000 0.000000000000 0.136718750000 +0.000000000000 0.000000000000 0.011901855469 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.037109375000 0.000000000000 +0.000000000000 0.203125000000 0.000000000000 0.247070312500 +0.212890625000 0.116699218750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.076171875000 0.000000000000 +0.000000000000 0.000000000000 0.105468750000 0.000000000000 +0.000000000000 0.141601562500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.006225585938 +0.000000000000 0.000000000000 0.018554687500 0.000000000000 +0.308593750000 0.000000000000 0.145507812500 0.000000000000 +0.003723144531 0.000000000000 0.000000000000 0.228515625000 +0.441406250000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.150390625000 0.000000000000 0.000000000000 0.000000000000 +0.013549804688 0.000000000000 0.070800781250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.064941406250 +0.000000000000 0.000000000000 0.176757812500 0.000000000000 +0.000000000000 0.189453125000 0.000000000000 0.253906250000 +0.233398437500 0.083496093750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.098632812500 0.000000000000 +0.000000000000 0.031127929688 0.103515625000 0.000000000000 +0.000000000000 0.075195312500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.237304687500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.263671875000 0.000000000000 0.235351562500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.324218750000 +0.470703125000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.170898437500 0.000000000000 0.000000000000 0.000000000000 +0.125976562500 0.000000000000 0.084472656250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.078613281250 +0.000000000000 0.000000000000 0.174804687500 0.000000000000 +0.000000000000 0.150390625000 0.000000000000 0.173828125000 +0.209960937500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.054199218750 0.000000000000 +0.000000000000 0.041748046875 0.000000000000 0.098144531250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.326171875000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.104492187500 0.000000000000 0.226562500000 0.030639648438 +0.000000000000 0.000000000000 0.000000000000 0.322265625000 +0.353515625000 0.000000000000 0.020141601562 0.069824218750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.141601562500 0.000000000000 0.000000000000 0.000000000000 +0.170898437500 0.000000000000 0.111816406250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.168945312500 0.034912109375 +0.000000000000 0.116699218750 0.000000000000 0.048828125000 +0.188476562500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.025146484375 0.044677734375 +0.000000000000 0.000000000000 0.000000000000 0.126953125000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.347656250000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.188476562500 0.027832031250 +0.000000000000 0.000000000000 0.000000000000 0.189453125000 +0.164062500000 0.000000000000 0.016479492188 0.176757812500 +0.066406250000 0.000000000000 0.000000000000 0.000000000000 +0.001838684082 0.000000000000 0.000000000000 0.000000000000 +0.113769531250 0.000000000000 0.034423828125 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.048583984375 0.113281250000 +0.000000000000 0.077148437500 0.000000000000 0.000000000000 +0.145507812500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.019287109375 +0.000000000000 0.000000000000 0.000000000000 0.070312500000 +0.000000000000 0.000000000000 0.035156250000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.004241943359 0.000000000000 0.255859375000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.083007812500 0.021484375000 +0.029296875000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.014343261719 0.216796875000 +0.083007812500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.008056640625 0.033691406250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.032714843750 0.000000000000 0.099121093750 +0.000000000000 0.061279296875 0.000000000000 0.000000000000 +0.099609375000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.106933593750 0.000000000000 +0.000000000000 0.000000000000 0.024047851562 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.009643554688 +0.000000000000 0.016845703125 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.009887695312 +0.196289062500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.192382812500 +0.099609375000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.121093750000 0.000000000000 0.000000000000 +0.000000000000 0.121093750000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.173828125000 0.000000000000 0.050781250000 +0.000000000000 0.039550781250 0.000000000000 0.058349609375 +0.014221191406 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.142578125000 0.000000000000 +0.000000000000 0.000000000000 0.026245117188 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.114257812500 0.141601562500 0.009765625000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.010559082031 +0.248046875000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.087402343750 +0.002548217773 0.000000000000 0.000000000000 0.016479492188 +0.000000000000 0.217773437500 0.000000000000 0.000000000000 +0.000000000000 0.123046875000 0.000000000000 0.000000000000 +0.000000000000 0.065429687500 0.202148437500 0.000000000000 +0.000000000000 0.210937500000 0.000000000000 0.000000000000 +0.035888671875 0.000000000000 0.000000000000 0.156250000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.053710937500 0.143554687500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.151367187500 0.204101562500 0.071777343750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000999450684 +0.217773437500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.152343750000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.019409179688 +0.000000000000 0.244140625000 0.000000000000 0.000000000000 +0.000000000000 0.087402343750 0.000000000000 0.000000000000 +0.000000000000 0.206054687500 0.333984375000 0.000000000000 +0.000000000000 0.192382812500 0.000000000000 0.000000000000 +0.038330078125 0.000000000000 0.000000000000 0.200195312500 +0.000000000000 0.000000000000 0.042724609375 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.054443359375 0.137695312500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.127929687500 0.226562500000 0.132812500000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.105957031250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.322265625000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.036621093750 +0.000000000000 0.196289062500 0.025146484375 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.241210937500 0.365234375000 0.121093750000 +0.000000000000 0.165039062500 0.000000000000 0.000000000000 +0.066894531250 0.000000000000 0.000000000000 0.210937500000 +0.000000000000 0.000000000000 0.131835937500 0.000000000000 +0.011657714844 0.062500000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.048828125000 0.064453125000 0.000000000000 +0.017944335938 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.008178710938 0.204101562500 0.111328125000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.005371093750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.392578125000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.034423828125 0.006591796875 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.194335937500 0.298828125000 0.156250000000 +0.000000000000 0.081054687500 0.000000000000 0.000000000000 +0.029418945312 0.000000000000 0.000000000000 0.141601562500 +0.000000000000 0.000000000000 0.132812500000 0.000000000000 +0.060791015625 0.077636718750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.092773437500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.156250000000 0.087890625000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.001945495605 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.394531250000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.077148437500 0.000000000000 +0.000000000000 0.000000000000 0.017944335938 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.044189453125 0.169921875000 0.120605468750 +0.000000000000 0.058837890625 0.000000000000 0.000000000000 +0.067871093750 0.000000000000 0.000000000000 0.065917968750 +0.000000000000 0.000000000000 0.136718750000 0.000000000000 +0.053222656250 0.052734375000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.079589843750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.092773437500 0.058349609375 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.004608154297 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.291015625000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.054687500000 0.000000000000 +0.000000000000 0.000000000000 0.013671875000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.007476806641 0.000000000000 +0.000000000000 0.101074218750 0.000000000000 0.014953613281 +0.009155273438 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.103027343750 0.000000000000 +0.038330078125 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.069335937500 0.010009765625 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.151367187500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.144531250000 0.000000000000 0.049560546875 +0.016845703125 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.042724609375 0.000000000000 +0.012207031250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.090332031250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.064453125000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.154296875000 0.000000000000 0.033935546875 +0.035156250000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.008300781250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.033691406250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.135742187500 0.021850585938 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.033935546875 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.034667968750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.015869140625 0.000000000000 +0.000000000000 0.121582031250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.065917968750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.003021240234 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.141601562500 0.054687500000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.035644531250 +0.040283203125 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.031005859375 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.029541015625 0.000000000000 +0.000000000000 0.056152343750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.077148437500 +0.000000000000 0.000000000000 0.006774902344 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.099121093750 0.008361816406 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.049072265625 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.038818359375 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.009155273438 0.036376953125 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.025024414062 +0.000000000000 0.000000000000 0.045410156250 0.000000000000 +0.051513671875 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.032470703125 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.013000488281 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.028564453125 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.106445312500 +0.000000000000 0.000000000000 0.000000000000 0.043457031250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.091308593750 0.094238281250 +0.105957031250 0.000000000000 0.032226562500 0.087890625000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.101562500000 +0.000000000000 0.091796875000 0.106445312500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.047607421875 0.009948730469 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.125976562500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.059326171875 0.216796875000 +0.131835937500 0.000000000000 0.090820312500 0.120605468750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.172851562500 +0.000000000000 0.206054687500 0.136718750000 0.036132812500 +0.000000000000 0.000000000000 0.000000000000 0.175781250000 +0.000000000000 0.000000000000 0.044433593750 0.008728027344 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.162109375000 0.070800781250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.094238281250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.164062500000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.032958984375 0.000000000000 0.025512695312 0.231445312500 +0.064453125000 0.000000000000 0.101074218750 0.117187500000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.146484375000 +0.000000000000 0.247070312500 0.028564453125 0.097656250000 +0.000000000000 0.000000000000 0.000000000000 0.310546875000 +0.000000000000 0.000000000000 0.042480468750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.221679687500 0.159179687500 +0.000000000000 0.032958984375 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.211914062500 0.011474609375 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.140625000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.101074218750 0.000000000000 0.000000000000 0.199218750000 +0.009338378906 0.000000000000 0.069335937500 0.003799438477 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.029785156250 +0.037597656250 0.273437500000 0.000000000000 0.079101562500 +0.000000000000 0.000000000000 0.000000000000 0.337890625000 +0.000000000000 0.041259765625 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.241210937500 0.209960937500 +0.000000000000 0.163085937500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.177734375000 0.045410156250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.105957031250 +0.000000000000 0.021972656250 0.000000000000 0.000000000000 +0.143554687500 0.000000000000 0.000000000000 0.118652343750 +0.000000000000 0.000000000000 0.024536132812 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.040771484375 0.000000000000 +0.101562500000 0.219726562500 0.000000000000 0.052978515625 +0.000000000000 0.000000000000 0.000000000000 0.259765625000 +0.014892578125 0.038818359375 0.000000000000 0.000000000000 +0.103515625000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.142578125000 0.182617187500 +0.000000000000 0.209960937500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.178710937500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.015014648438 +0.000000000000 0.097167968750 0.000000000000 0.000000000000 +0.170898437500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.025146484375 0.000000000000 +0.058837890625 0.169921875000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.083984375000 +0.026733398438 0.000000000000 0.000000000000 0.000000000000 +0.168945312500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.051513671875 0.135742187500 +0.000000000000 0.165039062500 0.000000000000 0.000000000000 +0.008300781250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.054931640625 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.112304687500 0.022949218750 0.058837890625 +0.163085937500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.040039062500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.014099121094 0.067871093750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.062988281250 0.000000000000 0.010131835938 0.030395507812 +0.154296875000 0.000000000000 0.000000000000 0.000000000000 +0.062011718750 0.000000000000 0.000000000000 0.024780273438 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.031494140625 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.003082275391 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.085449218750 0.000000000000 0.080078125000 +0.127929687500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.041992187500 0.023925781250 +0.052246093750 0.000000000000 0.000000000000 0.006683349609 +0.121582031250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.027832031250 0.000000000000 0.000000000000 0.000000000000 +0.001136779785 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.010375976562 0.000000000000 0.070312500000 +0.095214843750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000999450684 0.000000000000 0.046142578125 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.092773437500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.019531250000 +0.118652343750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.092285156250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.041259765625 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.057617187500 0.000000000000 0.094238281250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.096679687500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.087890625000 0.000000000000 0.000000000000 0.024169921875 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.005249023438 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.026611328125 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.024658203125 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.092773437500 0.000000000000 0.000000000000 0.014526367188 +0.000000000000 0.000000000000 0.038085937500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.082519531250 0.000000000000 0.130859375000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.099121093750 0.017333984375 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.023681640625 0.000000000000 0.040039062500 0.101074218750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.043212890625 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.056396484375 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.113769531250 0.000000000000 0.000000000000 0.016723632812 +0.000000000000 0.000000000000 0.005615234375 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.088378906250 0.000000000000 0.104492187500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.041015625000 0.002532958984 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.048339843750 0.139648437500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.012207031250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.054443359375 +0.000000000000 0.059326171875 0.000000000000 0.000000000000 +0.118652343750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.062988281250 0.000000000000 0.021362304688 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.009155273438 +0.143554687500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.142578125000 +0.014282226562 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.060546875000 0.000000000000 0.010498046875 +0.000000000000 0.033935546875 0.000000000000 0.024047851562 +0.059814453125 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.081054687500 0.000000000000 +0.000000000000 0.000000000000 0.003051757812 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.043701171875 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.050292968750 +0.186523437500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.101562500000 +0.007995605469 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.125000000000 0.000000000000 0.000000000000 +0.000000000000 0.134765625000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.047851562500 0.000000000000 +0.000000000000 0.173828125000 0.000000000000 0.025512695312 +0.000000000000 0.022338867188 0.000000000000 0.082031250000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.176757812500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.062500000000 0.108886718750 0.007781982422 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.012329101562 +0.195312500000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.048339843750 +0.000000000000 0.000000000000 0.000000000000 0.063476562500 +0.000000000000 0.156250000000 0.026977539062 0.000000000000 +0.000000000000 0.118652343750 0.000000000000 0.000000000000 +0.022460937500 0.110351562500 0.189453125000 0.000000000000 +0.000000000000 0.265625000000 0.000000000000 0.006622314453 +0.069335937500 0.000000000000 0.000000000000 0.105468750000 +0.000000000000 0.000000000000 0.081054687500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.221679687500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.096679687500 0.182617187500 0.058593750000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.041503906250 +0.124023437500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.279296875000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.186523437500 +0.000000000000 0.170898437500 0.028076171875 0.000000000000 +0.000000000000 0.119628906250 0.000000000000 0.000000000000 +0.133789062500 0.192382812500 0.349609375000 0.000000000000 +0.055175781250 0.347656250000 0.000000000000 0.007690429688 +0.085937500000 0.000000000000 0.000000000000 0.080566406250 +0.000000000000 0.000000000000 0.203125000000 0.000000000000 +0.098144531250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.232421875000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.053955078125 0.216796875000 0.057373046875 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.020874023438 +0.036621093750 0.040283203125 0.000000000000 0.000000000000 +0.000000000000 0.507812500000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.207031250000 +0.000000000000 0.077636718750 0.013549804688 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.104003906250 0.217773437500 0.375000000000 0.052978515625 +0.032470703125 0.339843750000 0.000000000000 0.025512695312 +0.105468750000 0.000000000000 0.000000000000 0.018188476562 +0.000000000000 0.000000000000 0.287109375000 0.000000000000 +0.197265625000 0.112792968750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.145507812500 0.000000000000 +0.133789062500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.236328125000 0.081054687500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.049560546875 0.000000000000 0.000000000000 +0.000000000000 0.589843750000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.125976562500 +0.000000000000 0.000000000000 0.062500000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.099609375000 0.188476562500 0.324218750000 0.091308593750 +0.041503906250 0.314453125000 0.000000000000 0.009277343750 +0.071777343750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.302734375000 0.050781250000 +0.224609375000 0.139648437500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.330078125000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.031494140625 0.000000000000 +0.000000000000 0.201171875000 0.056396484375 0.053710937500 +0.000000000000 0.000000000000 0.000000000000 0.024047851562 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.582031250000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.125976562500 0.000000000000 +0.000000000000 0.000000000000 0.017822265625 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.014831542969 +0.011230468750 0.026123046875 0.150390625000 0.041748046875 +0.000000000000 0.210937500000 0.000000000000 0.007293701172 +0.007110595703 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.261718750000 0.175781250000 +0.201171875000 0.108886718750 0.091796875000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.394531250000 0.000000000000 0.000000000000 0.089843750000 +0.026000976562 0.119628906250 0.030517578125 0.000000000000 +0.000000000000 0.141601562500 0.029907226562 0.148437500000 +0.000000000000 0.000000000000 0.000000000000 0.000193595886 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.402343750000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.153320312500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.059814453125 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.035156250000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.145507812500 0.244140625000 +0.118652343750 0.054687500000 0.206054687500 0.000000000000 +0.000000000000 0.000000000000 0.043945312500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.386718750000 0.000000000000 0.000000000000 0.230468750000 +0.094238281250 0.251953125000 0.000000000000 0.000000000000 +0.000000000000 0.059570312500 0.000000000000 0.196289062500 +0.091308593750 0.000000000000 0.038085937500 0.006256103516 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.091308593750 0.027587890625 0.000000000000 +0.000000000000 0.000000000000 0.139648437500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.163085937500 0.119628906250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.142578125000 0.000000000000 0.000000000000 0.257812500000 +0.000000000000 0.000000000000 0.271484375000 0.000000000000 +0.000000000000 0.001541137695 0.201171875000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.267578125000 0.000000000000 0.000000000000 0.235351562500 +0.108398437500 0.283203125000 0.000000000000 0.074707031250 +0.000000000000 0.000000000000 0.000000000000 0.184570312500 +0.328125000000 0.006378173828 0.107421875000 0.004852294922 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.112792968750 0.000000000000 0.122558593750 0.000000000000 +0.000000000000 0.035888671875 0.089843750000 0.000000000000 +0.099121093750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.353515625000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.171875000000 0.000000000000 0.000000000000 +0.273437500000 0.000000000000 0.000000000000 0.143554687500 +0.000000000000 0.000000000000 0.250000000000 0.000000000000 +0.000000000000 0.095703125000 0.217773437500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.130859375000 +0.070800781250 0.265625000000 0.000000000000 0.235351562500 +0.000000000000 0.000000000000 0.000000000000 0.035156250000 +0.398437500000 0.005035400391 0.138671875000 0.012756347656 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.198242187500 0.000000000000 0.172851562500 0.078125000000 +0.000000000000 0.124511718750 0.000000000000 0.000000000000 +0.133789062500 0.000000000000 0.000000000000 0.099121093750 +0.000000000000 0.000000000000 0.400390625000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.339843750000 0.000000000000 0.081542968750 +0.367187500000 0.013000488281 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.132812500000 0.000000000000 +0.000000000000 0.078125000000 0.117675781250 0.000000000000 +0.000000000000 0.051513671875 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.050781250000 0.000000000000 +0.000000000000 0.170898437500 0.000000000000 0.263671875000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.367187500000 0.000000000000 0.115234375000 0.025634765625 +0.206054687500 0.000000000000 0.000000000000 0.000000000000 +0.229492187500 0.000000000000 0.121582031250 0.144531250000 +0.144531250000 0.143554687500 0.000000000000 0.000000000000 +0.194335937500 0.034912109375 0.000000000000 0.168945312500 +0.000000000000 0.000000000000 0.287109375000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.157226562500 0.000000000000 +0.000000000000 0.457031250000 0.000000000000 0.192382812500 +0.353515625000 0.055908203125 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.005676269531 0.000000000000 +0.052001953125 0.058349609375 0.000000000000 0.008666992188 +0.000000000000 0.101562500000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.122070312500 0.000000000000 +0.000000000000 0.021240234375 0.000000000000 0.228515625000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.255859375000 0.000000000000 0.094726562500 0.000000000000 +0.308593750000 0.000000000000 0.000000000000 0.247070312500 +0.251953125000 0.000000000000 0.000000000000 0.119140625000 +0.195312500000 0.006683349609 0.000000000000 0.000000000000 +0.141601562500 0.257812500000 0.000000000000 0.218750000000 +0.000000000000 0.009643554688 0.124023437500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.180664062500 0.000000000000 +0.000000000000 0.447265625000 0.000000000000 0.310546875000 +0.333984375000 0.077636718750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.114746093750 0.000000000000 0.000000000000 0.059814453125 +0.000000000000 0.167968750000 0.015075683594 0.000000000000 +0.000000000000 0.000000000000 0.075195312500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.064941406250 +0.031250000000 0.000000000000 0.000000000000 0.000000000000 +0.108398437500 0.000000000000 0.049072265625 0.037841796875 +0.324218750000 0.000000000000 0.021606445312 0.458984375000 +0.292968750000 0.000000000000 0.000000000000 0.041748046875 +0.196289062500 0.000000000000 0.000000000000 0.000000000000 +0.098144531250 0.351562500000 0.000000000000 0.153320312500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.021362304688 0.000000000000 +0.000000000000 0.000000000000 0.202148437500 0.000000000000 +0.000000000000 0.380859375000 0.000000000000 0.373046875000 +0.239257812500 0.063476562500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.105468750000 0.000000000000 0.000000000000 0.040039062500 +0.000000000000 0.180664062500 0.034423828125 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.046386718750 0.000000000000 0.074707031250 0.000000000000 +0.004455566406 0.000000000000 0.054443359375 0.000000000000 +0.206054687500 0.000000000000 0.027343750000 0.542968750000 +0.318359375000 0.000000000000 0.000000000000 0.000000000000 +0.035644531250 0.000000000000 0.000000000000 0.000000000000 +0.051757812500 0.361328125000 0.000000000000 0.092285156250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.120117187500 0.062988281250 +0.000000000000 0.000000000000 0.168945312500 0.000000000000 +0.000000000000 0.265625000000 0.000000000000 0.412109375000 +0.190429687500 0.064453125000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.070800781250 0.000000000000 0.000000000000 0.008361816406 +0.000000000000 0.153320312500 0.008056640625 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.091308593750 0.000000000000 +0.000000000000 0.000000000000 0.101074218750 0.060302734375 +0.060302734375 0.000000000000 0.078613281250 0.527343750000 +0.369140625000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.011596679688 0.298828125000 0.000000000000 0.040283203125 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.119140625000 0.135742187500 +0.000000000000 0.000000000000 0.111816406250 0.000000000000 +0.000000000000 0.237304687500 0.000000000000 0.402343750000 +0.152343750000 0.043945312500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.049560546875 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.131835937500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.104980468750 0.000000000000 +0.081054687500 0.000000000000 0.137695312500 0.012207031250 +0.000000000000 0.000000000000 0.020019531250 0.507812500000 +0.441406250000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.029296875000 0.214843750000 0.000000000000 0.040771484375 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.073730468750 0.155273437500 +0.000000000000 0.000000000000 0.088378906250 0.000000000000 +0.000000000000 0.246093750000 0.000000000000 0.392578125000 +0.188476562500 0.047119140625 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.054687500000 0.000000000000 +0.000000000000 0.000000000000 0.018066406250 0.000000000000 +0.000000000000 0.110351562500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.093750000000 0.000000000000 +0.171875000000 0.000000000000 0.165039062500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.453125000000 +0.464843750000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.069335937500 0.196289062500 0.000000000000 0.154296875000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.045410156250 +0.000000000000 0.000000000000 0.070312500000 0.000000000000 +0.000000000000 0.341796875000 0.000000000000 0.419921875000 +0.257812500000 0.102050781250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.086914062500 0.000000000000 +0.038085937500 0.029418945312 0.109863281250 0.000000000000 +0.000000000000 0.164062500000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.030761718750 +0.000000000000 0.000000000000 0.094238281250 0.000000000000 +0.283203125000 0.000000000000 0.191406250000 0.008544921875 +0.000000000000 0.000000000000 0.000183105469 0.470703125000 +0.519531250000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.137695312500 0.240234375000 0.000000000000 0.198242187500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.192382812500 0.000000000000 +0.000000000000 0.412109375000 0.000000000000 0.455078125000 +0.279296875000 0.189453125000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.066894531250 0.000000000000 +0.082519531250 0.026245117188 0.059326171875 0.000000000000 +0.000000000000 0.191406250000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.052734375000 +0.000000000000 0.000000000000 0.080078125000 0.000000000000 +0.289062500000 0.000000000000 0.191406250000 0.000000000000 +0.007690429688 0.000000000000 0.021850585938 0.585937500000 +0.531250000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.140625000000 0.330078125000 0.000000000000 0.202148437500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.246093750000 0.000000000000 +0.000000000000 0.429687500000 0.000000000000 0.492187500000 +0.285156250000 0.165039062500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.084960937500 0.010986328125 0.031738281250 0.116699218750 +0.000000000000 0.217773437500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.059570312500 +0.000000000000 0.000000000000 0.085937500000 0.000000000000 +0.243164062500 0.000000000000 0.184570312500 0.007507324219 +0.045898437500 0.000000000000 0.020141601562 0.710937500000 +0.539062500000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.138671875000 0.375000000000 0.000000000000 0.115234375000 +0.108398437500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.005706787109 0.075683593750 +0.000000000000 0.000000000000 0.312500000000 0.000000000000 +0.000000000000 0.402343750000 0.000000000000 0.478515625000 +0.250000000000 0.120117187500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.082031250000 0.000000000000 0.000000000000 0.160156250000 +0.000000000000 0.167968750000 0.036132812500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.055908203125 +0.000000000000 0.000000000000 0.056640625000 0.000000000000 +0.082519531250 0.000000000000 0.165039062500 0.000000000000 +0.044677734375 0.000000000000 0.046875000000 0.753906250000 +0.464843750000 0.000000000000 0.000000000000 0.000000000000 +0.007446289062 0.000000000000 0.000000000000 0.000000000000 +0.102050781250 0.339843750000 0.000000000000 0.000000000000 +0.237304687500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000595092773 0.063476562500 0.208007812500 +0.000000000000 0.000000000000 0.330078125000 0.000000000000 +0.000000000000 0.255859375000 0.000000000000 0.431640625000 +0.149414062500 0.062255859375 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.195312500000 +0.000000000000 0.106933593750 0.153320312500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.023803710938 0.000000000000 +0.000000000000 0.000000000000 0.137695312500 0.010864257812 +0.000000000000 0.000000000000 0.031250000000 0.703125000000 +0.330078125000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.232421875000 0.000000000000 0.000000000000 +0.289062500000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.014526367188 0.088378906250 0.263671875000 +0.000000000000 0.000000000000 0.243164062500 0.000000000000 +0.000000000000 0.033935546875 0.000000000000 0.289062500000 +0.006408691406 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.019653320312 +0.000000000000 0.000000000000 0.000000000000 0.219726562500 +0.063964843750 0.000000000000 0.229492187500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.057861328125 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.092773437500 0.047851562500 +0.000000000000 0.124511718750 0.000000000000 0.535156250000 +0.084472656250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.030029296875 +0.000000000000 0.051269531250 0.000000000000 0.000000000000 +0.261718750000 0.000000000000 0.000000000000 0.000000000000 +0.122070312500 0.000000000000 0.102539062500 0.243164062500 +0.000000000000 0.036865234375 0.052490234375 0.092773437500 +0.000000000000 0.000000000000 0.000000000000 0.055419921875 +0.000000000000 0.000000000000 0.113281250000 0.000000000000 +0.146484375000 0.000000000000 0.000000000000 0.110839843750 +0.000000000000 0.000000000000 0.000000000000 0.086914062500 +0.092285156250 0.000000000000 0.206054687500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.190429687500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.001983642578 0.000000000000 +0.000000000000 0.215820312500 0.000000000000 0.161132812500 +0.000000000000 0.158203125000 0.000000000000 0.012268066406 +0.000000000000 0.000000000000 0.000000000000 0.058593750000 +0.000000000000 0.000000000000 0.000117778778 0.000000000000 +0.098632812500 0.000000000000 0.000000000000 0.000000000000 +0.184570312500 0.000000000000 0.064453125000 0.113281250000 +0.000000000000 0.202148437500 0.000000000000 0.175781250000 +0.012084960938 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.203125000000 0.020507812500 +0.228515625000 0.000000000000 0.000000000000 0.121093750000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.078613281250 0.000000000000 0.114746093750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.213867187500 0.000000000000 +0.000000000000 0.035888671875 0.000000000000 0.046630859375 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.198242187500 0.000000000000 0.000000000000 +0.000000000000 0.253906250000 0.000000000000 0.021606445312 +0.000000000000 0.000000000000 0.000000000000 0.021362304688 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.077148437500 +0.165039062500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.289062500000 0.000000000000 0.182617187500 +0.053710937500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.218750000000 0.130859375000 +0.228515625000 0.000000000000 0.000000000000 0.072265625000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.002197265625 0.000000000000 +0.014221191406 0.000000000000 0.000000000000 0.000000000000 +0.026489257812 0.087890625000 0.091796875000 0.000000000000 +0.000000000000 0.131835937500 0.000000000000 0.265625000000 +0.000000000000 0.000000000000 0.000000000000 0.015441894531 +0.000000000000 0.049072265625 0.000000000000 0.000000000000 +0.000000000000 0.253906250000 0.000000000000 0.011047363281 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.234375000000 +0.002960205078 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.294921875000 0.000000000000 0.137695312500 +0.049316406250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.124023437500 0.101074218750 +0.110351562500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.175781250000 0.000000000000 0.000000000000 0.000000000000 +0.253906250000 0.125976562500 0.000000000000 0.000000000000 +0.000000000000 0.194335937500 0.013122558594 0.279296875000 +0.000000000000 0.000000000000 0.000000000000 0.026611328125 +0.033935546875 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.154296875000 0.000000000000 0.000000000000 +0.000000000000 0.062500000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.246093750000 +0.000000000000 0.000000000000 0.000000000000 0.150390625000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.182617187500 0.000000000000 0.000000000000 +0.000000000000 0.008117675781 0.000000000000 0.058593750000 +0.007812500000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.120117187500 0.000000000000 0.000000000000 +0.185546875000 0.000000000000 0.000000000000 0.000000000000 +0.269531250000 0.078613281250 0.000000000000 0.000000000000 +0.027343750000 0.218750000000 0.090332031250 0.135742187500 +0.089355468750 0.000000000000 0.000000000000 0.000000000000 +0.141601562500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.073242187500 0.000000000000 0.000000000000 +0.000000000000 0.075195312500 0.000000000000 0.318359375000 +0.000000000000 0.000000000000 0.000000000000 0.011779785156 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.020263671875 0.000000000000 0.000000000000 +0.000000000000 0.127929687500 0.000000000000 0.261718750000 +0.084960937500 0.071777343750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.220703125000 0.000000000000 0.000000000000 +0.062255859375 0.000000000000 0.000000000000 0.000000000000 +0.155273437500 0.000000000000 0.000000000000 0.000000000000 +0.061035156250 0.171875000000 0.107910156250 0.000000000000 +0.153320312500 0.000000000000 0.000000000000 0.005981445312 +0.169921875000 0.000000000000 0.000000000000 0.000000000000 +0.147460937500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.191406250000 0.000000000000 0.279296875000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.007171630859 0.026977539062 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.174804687500 0.003341674805 0.380859375000 +0.085449218750 0.130859375000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.222656250000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.041259765625 0.095703125000 0.112304687500 0.000000000000 +0.127929687500 0.000000000000 0.029663085938 0.007171630859 +0.105468750000 0.000000000000 0.014770507812 0.287109375000 +0.249023437500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.012756347656 0.223632812500 0.000000000000 0.081542968750 +0.057861328125 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.115234375000 0.096679687500 0.179687500000 +0.000000000000 0.000000000000 0.134765625000 0.000000000000 +0.000000000000 0.142578125000 0.056640625000 0.390625000000 +0.053955078125 0.094726562500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.197265625000 0.014526367188 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.011901855469 0.082031250000 0.000000000000 +0.000000000000 0.000000000000 0.098144531250 0.017944335938 +0.000000000000 0.000000000000 0.000000000000 0.443359375000 +0.253906250000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.018676757812 0.102050781250 0.000000000000 0.000000000000 +0.142578125000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.050781250000 0.064941406250 0.283203125000 +0.000000000000 0.000000000000 0.161132812500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.259765625000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.109375000000 0.000000000000 0.020629882812 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.013488769531 0.000000000000 +0.000000000000 0.000000000000 0.108398437500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.371093750000 +0.166992187500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.102050781250 +0.000000000000 0.000000000000 0.014465332031 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.184570312500 0.000000000000 0.202148437500 +0.150390625000 0.022705078125 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.112792968750 0.000000000000 +0.000000000000 0.000000000000 0.033935546875 0.000000000000 +0.000000000000 0.069824218750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.014160156250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.022460937500 0.000000000000 +0.240234375000 0.000000000000 0.092773437500 0.092773437500 +0.052734375000 0.000000000000 0.000000000000 0.014282226562 +0.174804687500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.046386718750 0.187500000000 0.000000000000 0.122070312500 +0.000000000000 0.009887695312 0.008972167969 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.090332031250 0.000000000000 +0.000000000000 0.312500000000 0.013305664062 0.226562500000 +0.216796875000 0.007873535156 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.063476562500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.178710937500 0.031738281250 0.000000000000 +0.000000000000 0.000000000000 0.013183593750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.034667968750 0.000000000000 0.001869201660 0.000000000000 +0.063964843750 0.000000000000 0.051269531250 0.000000000000 +0.255859375000 0.000000000000 0.000000000000 0.265625000000 +0.137695312500 0.000000000000 0.000000000000 0.027099609375 +0.089843750000 0.000000000000 0.000000000000 0.000000000000 +0.019653320312 0.281250000000 0.000000000000 0.113281250000 +0.000000000000 0.003387451172 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.040527343750 0.000000000000 +0.000000000000 0.000000000000 0.084960937500 0.000000000000 +0.000000000000 0.279296875000 0.000000000000 0.298828125000 +0.180664062500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.059570312500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.126953125000 0.032714843750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.043945312500 0.020141601562 0.050048828125 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.210937500000 0.000000000000 0.006591796875 0.343750000000 +0.196289062500 0.000000000000 0.000000000000 0.000000000000 +0.005401611328 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.279296875000 0.000000000000 0.063964843750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.125976562500 0.026977539062 +0.000000000000 0.000000000000 0.075195312500 0.000000000000 +0.000000000000 0.186523437500 0.000000000000 0.332031250000 +0.111328125000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.024291992188 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.125976562500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.023315429688 0.074707031250 0.000000000000 +0.000000000000 0.000000000000 0.050292968750 0.000000000000 +0.054199218750 0.000000000000 0.013000488281 0.363281250000 +0.279296875000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.185546875000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.125976562500 0.207031250000 +0.000000000000 0.000000000000 0.051269531250 0.000000000000 +0.000000000000 0.089843750000 0.000000000000 0.320312500000 +0.081542968750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.010131835938 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.084960937500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.066894531250 0.000000000000 +0.011779785156 0.000000000000 0.128906250000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.341796875000 +0.345703125000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.019409179688 0.017456054688 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.024291992188 0.236328125000 +0.000000000000 0.000000000000 0.023437500000 0.000000000000 +0.000000000000 0.038085937500 0.000000000000 0.259765625000 +0.118164062500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.109375000000 0.000000000000 +0.000000000000 0.000000000000 0.035156250000 0.000000000000 +0.010375976562 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.006439208984 +0.000000000000 0.000000000000 0.000000000000 0.043212890625 +0.000000000000 0.000000000000 0.036376953125 0.000000000000 +0.109863281250 0.000000000000 0.195312500000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.255859375000 +0.369140625000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.065429687500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.157226562500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.104980468750 0.000000000000 0.178710937500 +0.191406250000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.150390625000 0.000000000000 +0.000000000000 0.014770507812 0.079589843750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.047607421875 +0.000000000000 0.018066406250 0.000000000000 0.202148437500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.180664062500 0.000000000000 0.211914062500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.153320312500 +0.361328125000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.104003906250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.112304687500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.016113281250 0.000000000000 +0.000000000000 0.211914062500 0.000000000000 0.124023437500 +0.259765625000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.140625000000 0.000000000000 +0.000000000000 0.050537109375 0.072753906250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.008728027344 +0.000000000000 0.038330078125 0.000000000000 0.267578125000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.207031250000 0.000000000000 0.204101562500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.099121093750 +0.322265625000 0.000000000000 0.000000000000 0.009399414062 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.115722656250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.149414062500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.062500000000 0.000000000000 +0.000000000000 0.314453125000 0.000000000000 0.153320312500 +0.294921875000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.076171875000 0.000000000000 +0.000000000000 0.050537109375 0.006713867188 0.000000000000 +0.000000000000 0.004638671875 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.024291992188 0.000000000000 0.255859375000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.193359375000 0.000000000000 0.155273437500 0.000000000000 +0.086425781250 0.000000000000 0.000000000000 0.172851562500 +0.273437500000 0.000000000000 0.000000000000 0.063476562500 +0.064453125000 0.000000000000 0.000000000000 0.000000000000 +0.108398437500 0.110351562500 0.000000000000 0.095703125000 +0.000000000000 0.000000000000 0.107421875000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.119628906250 0.000000000000 +0.000000000000 0.363281250000 0.000000000000 0.228515625000 +0.289062500000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.041259765625 0.010803222656 0.000000000000 0.019287109375 +0.000000000000 0.083007812500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.005676269531 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.152343750000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.117187500000 0.000000000000 0.089843750000 0.000000000000 +0.214843750000 0.000000000000 0.000000000000 0.304687500000 +0.225585937500 0.000000000000 0.000000000000 0.061767578125 +0.125976562500 0.000000000000 0.000000000000 0.000000000000 +0.091796875000 0.247070312500 0.000000000000 0.099121093750 +0.003234863281 0.001556396484 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.170898437500 0.000000000000 +0.000000000000 0.339843750000 0.000000000000 0.291015625000 +0.235351562500 0.010192871094 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.046386718750 0.000000000000 0.000000000000 0.032958984375 +0.000000000000 0.110839843750 0.059326171875 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.010070800781 0.000000000000 0.006774902344 0.000000000000 +0.000000000000 0.000000000000 0.038818359375 0.000000000000 +0.225585937500 0.000000000000 0.000000000000 0.414062500000 +0.203125000000 0.000000000000 0.000000000000 0.005615234375 +0.108398437500 0.000000000000 0.000000000000 0.000000000000 +0.041259765625 0.259765625000 0.000000000000 0.000000000000 +0.079101562500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.058105468750 0.006591796875 +0.000000000000 0.000000000000 0.176757812500 0.000000000000 +0.000000000000 0.215820312500 0.000000000000 0.298828125000 +0.127929687500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000938415527 0.000000000000 0.000000000000 0.033935546875 +0.000000000000 0.087890625000 0.093261718750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.013488769531 0.000000000000 +0.000000000000 0.000000000000 0.034667968750 0.000000000000 +0.110839843750 0.000000000000 0.000000000000 0.435546875000 +0.179687500000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.172851562500 0.000000000000 0.000000000000 +0.125000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.006622314453 0.095703125000 0.224609375000 +0.000000000000 0.000000000000 0.132812500000 0.000000000000 +0.000000000000 0.015197753906 0.000000000000 0.239257812500 +0.008178710938 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.001235961914 +0.004852294922 0.000000000000 0.082519531250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.004669189453 0.000000000000 +0.000000000000 0.000000000000 0.058593750000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.351562500000 +0.121582031250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.125000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.064453125000 0.271484375000 +0.000000000000 0.000000000000 0.015258789062 0.000444412231 +0.000000000000 0.000000000000 0.000000000000 0.092285156250 +0.000000000000 0.000000000000 0.036132812500 0.000000000000 +0.074707031250 0.000000000000 0.000000000000 0.077148437500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.062988281250 0.000000000000 0.030029296875 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.152343750000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.065917968750 0.000000000000 +0.000000000000 0.026367187500 0.000000000000 0.106445312500 +0.006774902344 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.070800781250 0.000000000000 0.000000000000 0.000000000000 +0.005096435547 0.000000000000 0.000000000000 0.198242187500 +0.000000000000 0.000000000000 0.000000000000 0.115234375000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.087402343750 0.111816406250 +0.149414062500 0.000000000000 0.009399414062 0.150390625000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.057128906250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.088867187500 +0.000000000000 0.072753906250 0.205078125000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.058593750000 0.000000000000 +0.000000000000 0.024169921875 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.030517578125 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.017211914062 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.033691406250 0.000000000000 0.176757812500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.079589843750 0.191406250000 +0.151367187500 0.000000000000 0.037841796875 0.144531250000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.092773437500 +0.000000000000 0.176757812500 0.152343750000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.218750000000 +0.000000000000 0.000000000000 0.018432617188 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.096191406250 0.113769531250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.083007812500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.102539062500 0.000000000000 0.174804687500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.024902343750 0.000000000000 0.011535644531 0.175781250000 +0.069335937500 0.000000000000 0.028320312500 0.027465820312 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.090820312500 0.199218750000 0.000000000000 0.000000000000 +0.000000000000 0.008056640625 0.000000000000 0.292968750000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.101074218750 0.132812500000 +0.000000000000 0.147460937500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.014709472656 +0.000000000000 0.000000000000 0.000000000000 0.108398437500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.107910156250 0.000000000000 0.100097656250 +0.000000000000 0.027709960938 0.000000000000 0.000000000000 +0.086425781250 0.000000000000 0.000000000000 0.062500000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.056640625000 0.000000000000 +0.175781250000 0.170898437500 0.000000000000 0.000000000000 +0.000000000000 0.085937500000 0.000000000000 0.248046875000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.210937500000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.008178710938 0.105468750000 +0.000000000000 0.214843750000 0.000000000000 0.000000000000 +0.000000000000 0.007690429688 0.000000000000 0.275390625000 +0.000000000000 0.000000000000 0.000000000000 0.059814453125 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.078613281250 0.000000000000 0.000000000000 +0.000000000000 0.169921875000 0.000000000000 0.102539062500 +0.112304687500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.004852294922 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.127929687500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.063964843750 0.000000000000 +0.167968750000 0.052734375000 0.000000000000 0.000000000000 +0.132812500000 0.140625000000 0.041992187500 0.001892089844 +0.005126953125 0.000000000000 0.000000000000 0.000000000000 +0.324218750000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.007293701172 +0.000000000000 0.170898437500 0.000000000000 0.000000000000 +0.000000000000 0.279296875000 0.000000000000 0.398437500000 +0.000000000000 0.019165039062 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.045898437500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.249023437500 0.000000000000 0.316406250000 +0.115234375000 0.079101562500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.092285156250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.261718750000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.024902343750 0.000000000000 +0.071289062500 0.000000000000 0.000000000000 0.000000000000 +0.230468750000 0.165039062500 0.120605468750 0.000000000000 +0.009948730469 0.000000000000 0.000000000000 0.000000000000 +0.339843750000 0.000000000000 0.028930664062 0.137695312500 +0.102539062500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.457031250000 0.000000000000 0.398437500000 +0.000000000000 0.026123046875 0.000000000000 0.000000000000 +0.000000000000 0.074707031250 0.228515625000 0.000000000000 +0.000000000000 0.000000000000 0.011657714844 0.000000000000 +0.000000000000 0.259765625000 0.000000000000 0.478515625000 +0.094238281250 0.141601562500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.102539062500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.308593750000 0.005493164062 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.239257812500 0.160156250000 0.173828125000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.263671875000 0.000000000000 0.093261718750 0.429687500000 +0.239257812500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.515625000000 0.000000000000 0.312500000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.165039062500 0.339843750000 0.054687500000 +0.000000000000 0.000000000000 0.074707031250 0.000000000000 +0.000000000000 0.233398437500 0.000000000000 0.546875000000 +0.052246093750 0.142578125000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.101074218750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.300781250000 0.018920898438 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.178710937500 0.134765625000 0.195312500000 0.000000000000 +0.000000000000 0.000000000000 0.017211914062 0.000000000000 +0.108398437500 0.000000000000 0.105468750000 0.585937500000 +0.326171875000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.500000000000 0.000000000000 0.160156250000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.188476562500 0.363281250000 0.267578125000 +0.000000000000 0.000000000000 0.090332031250 0.000000000000 +0.000000000000 0.168945312500 0.000000000000 0.546875000000 +0.020874023438 0.092773437500 0.000000000000 0.000000000000 +0.000000000000 0.050781250000 0.000000000000 0.000000000000 +0.047119140625 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.247070312500 0.009826660156 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.057373046875 0.086914062500 0.191406250000 0.000000000000 +0.000000000000 0.000000000000 0.075195312500 0.000000000000 +0.000000000000 0.000000000000 0.085937500000 0.617187500000 +0.361328125000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.392578125000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.158203125000 0.332031250000 0.347656250000 +0.000000000000 0.000000000000 0.082031250000 0.000000000000 +0.000000000000 0.100097656250 0.000000000000 0.492187500000 +0.015380859375 0.024169921875 0.000000000000 0.000000000000 +0.000000000000 0.071777343750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.041748046875 0.156250000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.034179687500 0.165039062500 0.000000000000 +0.000000000000 0.000000000000 0.122070312500 0.000000000000 +0.000000000000 0.000000000000 0.035156250000 0.566406250000 +0.369140625000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.231445312500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.055419921875 0.225585937500 0.359375000000 +0.000000000000 0.000000000000 0.040771484375 0.000000000000 +0.000000000000 0.042724609375 0.000000000000 0.398437500000 +0.043945312500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.062988281250 0.045410156250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.053955078125 0.063476562500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.112304687500 0.000000000000 +0.000000000000 0.000000000000 0.163085937500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.443359375000 +0.369140625000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.008605957031 0.000000000000 +0.020385742188 0.036132812500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.054931640625 0.300781250000 +0.000000000000 0.000000000000 0.014648437500 0.000000000000 +0.000000000000 0.030151367188 0.000000000000 0.283203125000 +0.105957031250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.003890991211 0.112304687500 0.000000000000 +0.000000000000 0.000000000000 0.032226562500 0.000000000000 +0.040039062500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.016235351562 +0.000000000000 0.000000000000 0.000000000000 0.032958984375 +0.000000000000 0.000000000000 0.052246093750 0.000000000000 +0.094238281250 0.000000000000 0.199218750000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.292968750000 +0.373046875000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.007568359375 0.000000000000 +0.090332031250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.209960937500 +0.000000000000 0.000000000000 0.003814697266 0.000000000000 +0.000000000000 0.059326171875 0.000000000000 0.175781250000 +0.178710937500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.170898437500 0.000000000000 +0.000000000000 0.005096435547 0.100097656250 0.000000000000 +0.010925292969 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.123046875000 +0.000000000000 0.033935546875 0.000000000000 0.211914062500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.191406250000 0.000000000000 0.229492187500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.158203125000 +0.375000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.168945312500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.184570312500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.084960937500 +0.000000000000 0.000000000000 0.029663085938 0.000000000000 +0.000000000000 0.100585937500 0.000000000000 0.081054687500 +0.250000000000 0.000000000000 0.000000000000 0.036621093750 +0.000000000000 0.000000000000 0.194335937500 0.000000000000 +0.000000000000 0.066894531250 0.127929687500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.176757812500 +0.000000000000 0.115722656250 0.000000000000 0.375000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.253906250000 0.000000000000 0.251953125000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.062500000000 +0.373046875000 0.000000000000 0.056640625000 0.001823425293 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.226562500000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.347656250000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.056884765625 0.000000000000 +0.000000000000 0.155273437500 0.000000000000 0.000000000000 +0.320312500000 0.000000000000 0.000000000000 0.063476562500 +0.000000000000 0.000000000000 0.196289062500 0.000000000000 +0.000000000000 0.114746093750 0.135742187500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.185546875000 +0.000000000000 0.176757812500 0.000000000000 0.500000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.283203125000 0.081054687500 0.253906250000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000212669373 +0.355468750000 0.000000000000 0.174804687500 0.109375000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.246093750000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.443359375000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.077148437500 0.000000000000 +0.000000000000 0.222656250000 0.000000000000 0.000000000000 +0.359375000000 0.000000000000 0.000000000000 0.062988281250 +0.000000000000 0.000000000000 0.180664062500 0.000000000000 +0.000000000000 0.128906250000 0.106933593750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.146484375000 +0.000000000000 0.185546875000 0.000000000000 0.550781250000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.279296875000 0.116210937500 0.244140625000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.312500000000 0.000000000000 0.222656250000 0.199218750000 +0.084472656250 0.000000000000 0.000000000000 0.000000000000 +0.246093750000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.457031250000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.098632812500 0.000000000000 +0.000000000000 0.287109375000 0.000000000000 0.000000000000 +0.373046875000 0.000000000000 0.000000000000 0.015747070312 +0.000000000000 0.000000000000 0.119140625000 0.000000000000 +0.000000000000 0.122558593750 0.035644531250 0.039550781250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.024902343750 0.015869140625 +0.000000000000 0.172851562500 0.000000000000 0.539062500000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.246093750000 0.111328125000 0.202148437500 0.000000000000 +0.051025390625 0.000000000000 0.000000000000 0.000000000000 +0.251953125000 0.000000000000 0.221679687500 0.247070312500 +0.192382812500 0.000000000000 0.000000000000 0.000000000000 +0.217773437500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.412109375000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.108398437500 0.000000000000 +0.000000000000 0.326171875000 0.000000000000 0.006072998047 +0.367187500000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.024536132812 0.000000000000 +0.000000000000 0.079589843750 0.000000000000 0.052978515625 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.083007812500 0.000000000000 +0.000000000000 0.112792968750 0.000000000000 0.445312500000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.155273437500 0.072753906250 0.135742187500 0.000000000000 +0.178710937500 0.000000000000 0.000000000000 0.059082031250 +0.181640625000 0.000000000000 0.137695312500 0.248046875000 +0.246093750000 0.015991210938 0.000000000000 0.000000000000 +0.159179687500 0.002822875977 0.000000000000 0.002624511719 +0.000000000000 0.000000000000 0.255859375000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.105957031250 0.000000000000 +0.000000000000 0.339843750000 0.000000000000 0.097656250000 +0.324218750000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.005004882812 0.017333984375 0.000000000000 0.049316406250 +0.000000000000 0.002288818359 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.094238281250 0.000000000000 +0.000000000000 0.019775390625 0.000000000000 0.265625000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.055175781250 0.000000000000 0.064941406250 0.000000000000 +0.261718750000 0.000000000000 0.000000000000 0.149414062500 +0.130859375000 0.000000000000 0.000000000000 0.196289062500 +0.236328125000 0.000000000000 0.000000000000 0.000000000000 +0.082031250000 0.175781250000 0.000000000000 0.090332031250 +0.000000000000 0.014404296875 0.045898437500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.095703125000 0.000000000000 +0.000000000000 0.326171875000 0.000000000000 0.202148437500 +0.257812500000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.054199218750 0.000000000000 0.000000000000 0.014221191406 +0.000000000000 0.079101562500 0.035156250000 0.000000000000 +0.000000000000 0.000000000000 0.061523437500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.044921875000 +0.030029296875 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.004272460938 0.000000000000 +0.271484375000 0.000000000000 0.000000000000 0.247070312500 +0.122558593750 0.000000000000 0.000000000000 0.086425781250 +0.171875000000 0.000000000000 0.000000000000 0.000000000000 +0.010437011719 0.287109375000 0.000000000000 0.128906250000 +0.000000000000 0.010559082031 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.036132812500 0.000000000000 +0.000000000000 0.000000000000 0.075195312500 0.000000000000 +0.000000000000 0.287109375000 0.000000000000 0.294921875000 +0.184570312500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.067871093750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.137695312500 0.033691406250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.052001953125 0.030639648438 0.056640625000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.223632812500 0.000000000000 0.009216308594 0.324218750000 +0.190429687500 0.000000000000 0.000000000000 0.000000000000 +0.013000488281 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.302734375000 0.000000000000 0.120117187500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.140625000000 0.000000000000 +0.000000000000 0.000000000000 0.052001953125 0.000000000000 +0.000000000000 0.215820312500 0.000000000000 0.357421875000 +0.128906250000 0.020141601562 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.050048828125 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.148437500000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.011230468750 0.040039062500 0.096191406250 0.000000000000 +0.000000000000 0.000000000000 0.035888671875 0.000000000000 +0.089355468750 0.000000000000 0.023437500000 0.371093750000 +0.292968750000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.249023437500 0.000000000000 0.049072265625 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.146484375000 0.153320312500 +0.000000000000 0.000000000000 0.047851562500 0.000000000000 +0.000000000000 0.150390625000 0.000000000000 0.369140625000 +0.099121093750 0.031738281250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.138671875000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.013122558594 0.097656250000 0.000000000000 +0.058837890625 0.000000000000 0.117187500000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.380859375000 +0.386718750000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.041015625000 0.119140625000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.075195312500 0.253906250000 +0.000000000000 0.000000000000 0.059570312500 0.000000000000 +0.000000000000 0.101074218750 0.000000000000 0.339843750000 +0.125000000000 0.011718750000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.088378906250 0.000000000000 +0.000000000000 0.000000000000 0.038574218750 0.000000000000 +0.000000000000 0.075195312500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.067382812500 0.000000000000 +0.134765625000 0.000000000000 0.197265625000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.363281250000 +0.441406250000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.103515625000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.263671875000 +0.000000000000 0.000000000000 0.083984375000 0.000000000000 +0.000000000000 0.074707031250 0.000000000000 0.257812500000 +0.164062500000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.142578125000 0.000000000000 +0.000000000000 0.003067016602 0.076171875000 0.000000000000 +0.002670288086 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.087890625000 +0.000000000000 0.000000000000 0.000000000000 0.197265625000 +0.000000000000 0.000000000000 0.003082275391 0.000000000000 +0.163085937500 0.000000000000 0.251953125000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.294921875000 +0.441406250000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.147460937500 0.000000000000 0.000000000000 0.000000000000 +0.080078125000 0.000000000000 0.121093750000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.197265625000 +0.000000000000 0.000000000000 0.100585937500 0.000000000000 +0.000000000000 0.059814453125 0.000000000000 0.135742187500 +0.189453125000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.149414062500 0.033203125000 +0.000000000000 0.037109375000 0.065429687500 0.007781982422 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.141601562500 +0.000000000000 0.043457031250 0.000000000000 0.369140625000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.144531250000 0.000000000000 0.259765625000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.194335937500 +0.369140625000 0.000000000000 0.043945312500 0.042236328125 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.153320312500 0.000000000000 0.000000000000 0.000000000000 +0.147460937500 0.000000000000 0.228515625000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.049804687500 +0.000000000000 0.000000000000 0.098632812500 0.038574218750 +0.000000000000 0.036132812500 0.000000000000 0.000000000000 +0.190429687500 0.000000000000 0.000000000000 0.030517578125 +0.000000000000 0.000000000000 0.107421875000 0.129882812500 +0.000000000000 0.031738281250 0.000000000000 0.062988281250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.132812500000 +0.000000000000 0.099609375000 0.011352539062 0.443359375000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.028930664062 0.000000000000 0.233398437500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.057617187500 +0.207031250000 0.000000000000 0.190429687500 0.208984375000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.135742187500 0.000000000000 0.000000000000 0.000000000000 +0.164062500000 0.000000000000 0.255859375000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.061523437500 0.155273437500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.169921875000 0.000000000000 0.000000000000 0.068359375000 +0.000000000000 0.000000000000 0.031127929688 0.186523437500 +0.000000000000 0.000000000000 0.000000000000 0.062988281250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.075195312500 +0.000000000000 0.145507812500 0.054687500000 0.433593750000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.009948730469 0.159179687500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.006347656250 0.000000000000 0.269531250000 0.314453125000 +0.074218750000 0.000000000000 0.000000000000 0.000000000000 +0.077636718750 0.000000000000 0.000000000000 0.000000000000 +0.155273437500 0.000000000000 0.246093750000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.239257812500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.110351562500 0.000000000000 0.000000000000 0.114746093750 +0.065917968750 0.000000000000 0.000000000000 0.217773437500 +0.000000000000 0.000000000000 0.000000000000 0.009704589844 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.021850585938 +0.000000000000 0.186523437500 0.099609375000 0.355468750000 +0.000000000000 0.000000000000 0.000000000000 0.171875000000 +0.000000000000 0.023315429688 0.070312500000 0.000000000000 +0.000000000000 0.074707031250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.314453125000 0.355468750000 +0.077636718750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.109375000000 0.000000000000 0.194335937500 0.000000000000 +0.076171875000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.074218750000 0.000000000000 0.298828125000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.036865234375 0.000000000000 0.028686523438 0.181640625000 +0.163085937500 0.000000000000 0.000000000000 0.235351562500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.023803710938 +0.000000000000 0.238281250000 0.140625000000 0.238281250000 +0.000000000000 0.000000000000 0.000000000000 0.390625000000 +0.000000000000 0.029174804688 0.000000000000 0.000000000000 +0.000000000000 0.111816406250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.337890625000 0.359375000000 +0.022827148438 0.005310058594 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.022583007812 0.000000000000 0.143554687500 0.000000000000 +0.115722656250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.188476562500 0.000000000000 0.326171875000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.099609375000 0.247070312500 +0.218750000000 0.000000000000 0.000000000000 0.229492187500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.050537109375 +0.000000000000 0.000000000000 0.000000000000 0.046386718750 +0.000000000000 0.292968750000 0.139648437500 0.129882812500 +0.000000000000 0.000000000000 0.000000000000 0.578125000000 +0.000000000000 0.036132812500 0.000000000000 0.000000000000 +0.000000000000 0.101074218750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.353515625000 0.343750000000 +0.000000000000 0.098144531250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.125000000000 0.093750000000 +0.107421875000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.253906250000 0.000000000000 0.326171875000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.113769531250 0.283203125000 +0.225585937500 0.000000000000 0.000000000000 0.198242187500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.089355468750 +0.000000000000 0.000000000000 0.000000000000 0.049072265625 +0.066894531250 0.330078125000 0.096191406250 0.037597656250 +0.000000000000 0.000000000000 0.000000000000 0.695312500000 +0.000000000000 0.037109375000 0.000000000000 0.000000000000 +0.000000000000 0.037353515625 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.353515625000 0.318359375000 +0.000000000000 0.212890625000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.129882812500 0.190429687500 +0.065429687500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.281250000000 0.000000000000 0.304687500000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.096679687500 0.277343750000 +0.188476562500 0.000000000000 0.000000000000 0.115234375000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.097167968750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.165039062500 0.333984375000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.714843750000 +0.000000000000 0.030639648438 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.330078125000 0.287109375000 +0.000000000000 0.306640625000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.116699218750 0.214843750000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.277343750000 0.000000000000 0.247070312500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.006988525391 0.000000000000 0.033935546875 0.213867187500 +0.091308593750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.051025390625 +0.000000000000 0.000000000000 0.051757812500 0.000000000000 +0.224609375000 0.304687500000 0.000000000000 0.000000000000 +0.000000000000 0.052246093750 0.000000000000 0.656250000000 +0.000000000000 0.000713348389 0.000000000000 0.000000000000 +0.126953125000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.247070312500 0.241210937500 +0.000000000000 0.343750000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.058105468750 0.196289062500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.250000000000 0.000000000000 0.144531250000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.042724609375 0.000000000000 0.000000000000 0.080078125000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.077636718750 0.000000000000 +0.232421875000 0.219726562500 0.000000000000 0.000000000000 +0.000000000000 0.109375000000 0.000000000000 0.466796875000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.235351562500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.092285156250 0.162109375000 +0.000000000000 0.328125000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.166992187500 +0.000000000000 0.000000000000 0.000000000000 0.110351562500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.179687500000 0.000000000000 0.013610839844 +0.000000000000 0.064941406250 0.000000000000 0.001968383789 +0.069824218750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.064453125000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.061767578125 0.000000000000 +0.208007812500 0.097167968750 0.000000000000 0.000000000000 +0.064453125000 0.150390625000 0.008605957031 0.169921875000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.281250000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.039306640625 +0.000000000000 0.210937500000 0.000000000000 0.000000000000 +0.000000000000 0.112304687500 0.000000000000 0.279296875000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.053710937500 0.000000000000 0.000000000000 +0.000000000000 0.142578125000 0.000000000000 0.200195312500 +0.085449218750 0.005981445312 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.017456054688 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.185546875000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.124511718750 0.000000000000 0.000000000000 0.000000000000 +0.104980468750 0.159179687500 0.083007812500 0.000000000000 +0.020996093750 0.000000000000 0.000000000000 0.000000000000 +0.267578125000 0.000000000000 0.000000000000 0.000000000000 +0.055664062500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.211914062500 0.000000000000 0.283203125000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.107910156250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.162109375000 0.000000000000 0.341796875000 +0.092285156250 0.092285156250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.025146484375 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.224609375000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.076660156250 0.136718750000 0.120117187500 0.000000000000 +0.095703125000 0.000000000000 0.000000000000 0.000000000000 +0.159179687500 0.000000000000 0.000000000000 0.202148437500 +0.271484375000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.213867187500 0.000000000000 0.183593750000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.124023437500 0.084960937500 +0.000000000000 0.000000000000 0.023925781250 0.000000000000 +0.000000000000 0.155273437500 0.000000000000 0.394531250000 +0.114257812500 0.119140625000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.019287109375 0.000000000000 +0.000000000000 0.000000000000 0.004821777344 0.000000000000 +0.000000000000 0.216796875000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.057617187500 0.116210937500 0.000000000000 +0.159179687500 0.000000000000 0.114746093750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.361328125000 +0.433593750000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.062500000000 0.132812500000 0.000000000000 0.002807617188 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.064453125000 0.253906250000 +0.000000000000 0.000000000000 0.087402343750 0.000000000000 +0.000000000000 0.136718750000 0.000000000000 0.388671875000 +0.144531250000 0.090820312500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.094726562500 0.000000000000 +0.000000000000 0.000000000000 0.078125000000 0.000000000000 +0.000000000000 0.137695312500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.084960937500 0.000000000000 +0.194335937500 0.000000000000 0.215820312500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.404296875000 +0.500000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.133789062500 0.000000000000 0.000000000000 0.000000000000 +0.037353515625 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.291015625000 +0.000000000000 0.000000000000 0.142578125000 0.000000000000 +0.000000000000 0.112792968750 0.000000000000 0.302734375000 +0.179687500000 0.011657714844 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.132812500000 0.000000000000 +0.000000000000 0.004333496094 0.093261718750 0.000000000000 +0.013000488281 0.015075683594 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.076171875000 +0.000000000000 0.000000000000 0.000000000000 0.224609375000 +0.000000000000 0.000000000000 0.008911132812 0.000000000000 +0.190429687500 0.000000000000 0.271484375000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.386718750000 +0.494140625000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.158203125000 0.000000000000 0.000000000000 0.000000000000 +0.122558593750 0.000000000000 0.108886718750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.245117187500 +0.000000000000 0.000000000000 0.145507812500 0.000000000000 +0.000000000000 0.081054687500 0.000000000000 0.162109375000 +0.196289062500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.137695312500 0.050781250000 +0.000000000000 0.037597656250 0.058105468750 0.058837890625 +0.024047851562 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.142578125000 +0.000000000000 0.024291992188 0.000000000000 0.400390625000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.127929687500 0.000000000000 0.277343750000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.273437500000 +0.398437500000 0.000000000000 0.034667968750 0.046386718750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.167968750000 0.000000000000 0.000000000000 0.000000000000 +0.172851562500 0.000000000000 0.220703125000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.089355468750 +0.000000000000 0.000000000000 0.120117187500 0.045410156250 +0.000000000000 0.041503906250 0.000000000000 0.000000000000 +0.193359375000 0.000000000000 0.000000000000 0.026489257812 +0.000000000000 0.000000000000 0.102539062500 0.143554687500 +0.000000000000 0.038085937500 0.000000000000 0.085449218750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.138671875000 +0.000000000000 0.091796875000 0.041015625000 0.458984375000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.008117675781 0.000000000000 0.245117187500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.097167968750 +0.214843750000 0.000000000000 0.184570312500 0.212890625000 +0.004302978516 0.000000000000 0.000000000000 0.000000000000 +0.137695312500 0.000000000000 0.000000000000 0.000000000000 +0.179687500000 0.000000000000 0.249023437500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.072753906250 0.163085937500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.166015625000 0.000000000000 0.000000000000 0.073730468750 +0.000000000000 0.000000000000 0.025146484375 0.200195312500 +0.000000000000 0.000000000000 0.000000000000 0.079101562500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.081542968750 +0.000000000000 0.143554687500 0.080078125000 0.443359375000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.012145996094 0.161132812500 0.000000000000 +0.000000000000 0.003692626953 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.271484375000 0.320312500000 +0.074218750000 0.000000000000 0.000000000000 0.000000000000 +0.072753906250 0.000000000000 0.000000000000 0.000000000000 +0.159179687500 0.000000000000 0.232421875000 0.000000000000 +0.000606536865 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.247070312500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.107910156250 0.000000000000 0.000000000000 0.119140625000 +0.071777343750 0.000000000000 0.000000000000 0.222656250000 +0.000000000000 0.000000000000 0.000000000000 0.014160156250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.029052734375 +0.000000000000 0.194335937500 0.104003906250 0.359375000000 +0.000000000000 0.000000000000 0.000000000000 0.186523437500 +0.000000000000 0.028686523438 0.067871093750 0.000000000000 +0.000000000000 0.079589843750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.312500000000 0.361328125000 +0.071289062500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.102050781250 0.000000000000 0.191406250000 0.000000000000 +0.076660156250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.085449218750 0.000000000000 0.296875000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.034667968750 0.000000000000 0.031738281250 0.183593750000 +0.166015625000 0.000000000000 0.000000000000 0.226562500000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.018188476562 +0.000000000000 0.240234375000 0.132812500000 0.231445312500 +0.000000000000 0.000000000000 0.000000000000 0.410156250000 +0.000000000000 0.032226562500 0.000000000000 0.000000000000 +0.000000000000 0.103515625000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.339843750000 0.361328125000 +0.022949218750 0.017700195312 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.016723632812 0.000000000000 0.145507812500 0.000000000000 +0.110839843750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.196289062500 0.000000000000 0.324218750000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.100585937500 0.250000000000 +0.220703125000 0.000000000000 0.000000000000 0.228515625000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.057128906250 +0.000000000000 0.000000000000 0.000000000000 0.044677734375 +0.000000000000 0.292968750000 0.135742187500 0.117675781250 +0.000000000000 0.000000000000 0.000000000000 0.585937500000 +0.000000000000 0.033447265625 0.000000000000 0.000000000000 +0.000000000000 0.096679687500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.349609375000 0.343750000000 +0.000000000000 0.105468750000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.126953125000 0.098144531250 +0.110839843750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.257812500000 0.000000000000 0.328125000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.114257812500 0.283203125000 +0.228515625000 0.000000000000 0.000000000000 0.194335937500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.095703125000 +0.000000000000 0.000000000000 0.000000000000 0.047851562500 +0.074707031250 0.333984375000 0.095214843750 0.034912109375 +0.000000000000 0.000000000000 0.000000000000 0.695312500000 +0.000000000000 0.042968750000 0.000000000000 0.000000000000 +0.000000000000 0.033203125000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.351562500000 0.314453125000 +0.000000000000 0.211914062500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.128906250000 0.191406250000 +0.060302734375 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.275390625000 0.000000000000 0.302734375000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.099121093750 0.281250000000 +0.184570312500 0.000000000000 0.000000000000 0.115234375000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.093750000000 +0.000000000000 0.000000000000 0.000000000000 0.005920410156 +0.169921875000 0.335937500000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.714843750000 +0.000000000000 0.028442382812 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.328125000000 0.283203125000 +0.000000000000 0.310546875000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.122558593750 0.226562500000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.273437500000 0.000000000000 0.242187500000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.015380859375 0.000000000000 0.030517578125 0.214843750000 +0.087402343750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.044189453125 +0.000000000000 0.000000000000 0.051269531250 0.000000000000 +0.229492187500 0.308593750000 0.000000000000 0.000000000000 +0.000000000000 0.051025390625 0.000000000000 0.656250000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.122558593750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.249023437500 0.238281250000 +0.000000000000 0.351562500000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.066894531250 0.208007812500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.236328125000 0.000000000000 0.142578125000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.055175781250 0.000000000000 0.000000000000 0.083007812500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.080566406250 0.000000000000 +0.242187500000 0.224609375000 0.000000000000 0.000000000000 +0.000000000000 0.106445312500 0.000000000000 0.460937500000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.249023437500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.086914062500 0.158203125000 +0.000000000000 0.341796875000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.182617187500 +0.000000000000 0.000000000000 0.000000000000 0.105468750000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.166015625000 0.000000000000 0.002365112305 +0.000000000000 0.082031250000 0.000000000000 0.015991210938 +0.072753906250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.078613281250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.073242187500 0.000000000000 +0.207031250000 0.087402343750 0.000000000000 0.000000000000 +0.076660156250 0.148437500000 0.013305664062 0.152343750000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.294921875000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.038818359375 +0.000000000000 0.217773437500 0.000000000000 0.000000000000 +0.000000000000 0.125000000000 0.000000000000 0.253906250000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.005767822266 0.000000000000 +0.000000000000 0.048095703125 0.000000000000 0.000000000000 +0.000000000000 0.136718750000 0.000000000000 0.206054687500 +0.080566406250 0.003356933594 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.006622314453 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.175781250000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.102539062500 0.000000000000 0.000000000000 0.000000000000 +0.103515625000 0.152343750000 0.079101562500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.275390625000 0.000000000000 0.000000000000 0.000000000000 +0.053466796875 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.211914062500 0.000000000000 0.240234375000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.111816406250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.141601562500 0.000000000000 0.332031250000 +0.073730468750 0.069824218750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.012145996094 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.204101562500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.065917968750 0.126953125000 0.107910156250 0.000000000000 +0.034423828125 0.000000000000 0.000000000000 0.000000000000 +0.144531250000 0.000000000000 0.000000000000 0.205078125000 +0.231445312500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.206054687500 0.000000000000 0.117187500000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.014038085938 0.132812500000 0.103027343750 +0.000000000000 0.000000000000 0.014892578125 0.000000000000 +0.000000000000 0.121093750000 0.000000000000 0.359375000000 +0.080566406250 0.063476562500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.180664062500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.056152343750 0.108398437500 0.000000000000 +0.073730468750 0.000000000000 0.096191406250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.324218750000 +0.363281250000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.022705078125 0.110351562500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.081054687500 0.248046875000 +0.000000000000 0.000000000000 0.041748046875 0.000000000000 +0.000000000000 0.080566406250 0.000000000000 0.339843750000 +0.112304687500 0.025878906250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.084960937500 0.000000000000 +0.000000000000 0.000000000000 0.039062500000 0.000000000000 +0.000000000000 0.093750000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.072753906250 0.000000000000 +0.129882812500 0.000000000000 0.188476562500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.332031250000 +0.427734375000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.096191406250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.251953125000 +0.000000000000 0.000000000000 0.047607421875 0.000000000000 +0.000000000000 0.082031250000 0.000000000000 0.257812500000 +0.174804687500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.157226562500 0.000000000000 +0.000000000000 0.000000000000 0.105957031250 0.000000000000 +0.010864257812 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.086914062500 +0.000000000000 0.000000000000 0.000000000000 0.178710937500 +0.000000000000 0.000000000000 0.012145996094 0.000000000000 +0.191406250000 0.000000000000 0.244140625000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.275390625000 +0.435546875000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.158203125000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.118164062500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.160156250000 +0.000000000000 0.000000000000 0.053955078125 0.000000000000 +0.000000000000 0.130859375000 0.000000000000 0.149414062500 +0.253906250000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.194335937500 0.000000000000 +0.000000000000 0.066894531250 0.145507812500 0.000000000000 +0.002960205078 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.151367187500 +0.000000000000 0.073242187500 0.000000000000 0.355468750000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.259765625000 0.000000000000 0.265625000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.172851562500 +0.429687500000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.220703125000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.291015625000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.002655029297 +0.000000000000 0.000000000000 0.076660156250 0.000000000000 +0.000000000000 0.197265625000 0.000000000000 0.066894531250 +0.320312500000 0.000000000000 0.000000000000 0.021606445312 +0.000000000000 0.000000000000 0.196289062500 0.000000000000 +0.000000000000 0.123046875000 0.146484375000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.157226562500 +0.000000000000 0.129882812500 0.000000000000 0.474609375000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.306640625000 0.053466796875 0.265625000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.092285156250 +0.406250000000 0.000000000000 0.093750000000 0.062988281250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.257812500000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.402343750000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.115234375000 0.000000000000 +0.000000000000 0.249023437500 0.000000000000 0.022460937500 +0.359375000000 0.000000000000 0.000000000000 0.008056640625 +0.000000000000 0.000000000000 0.173828125000 0.000000000000 +0.000000000000 0.122558593750 0.116699218750 0.017456054688 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.098632812500 +0.000000000000 0.139648437500 0.000000000000 0.519531250000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.306640625000 0.071289062500 0.251953125000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.070800781250 +0.367187500000 0.000000000000 0.153320312500 0.157226562500 +0.076171875000 0.000000000000 0.000000000000 0.000000000000 +0.273437500000 0.000000000000 0.000000000000 0.000000000000 +0.062255859375 0.000000000000 0.421875000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.163085937500 0.000000000000 +0.000000000000 0.265625000000 0.000000000000 0.000000000000 +0.359375000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.107910156250 0.000000000000 +0.000000000000 0.118164062500 0.026367187500 0.078125000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000013113022 +0.000000000000 0.124023437500 0.000000000000 0.519531250000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.241210937500 0.069335937500 0.219726562500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.093261718750 +0.304687500000 0.000000000000 0.172851562500 0.221679687500 +0.166992187500 0.000000000000 0.000000000000 0.000000000000 +0.263671875000 0.000000000000 0.000000000000 0.000000000000 +0.133789062500 0.000000000000 0.390625000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.179687500000 0.005584716797 +0.000000000000 0.226562500000 0.000000000000 0.000000000000 +0.322265625000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.023803710938 0.001052856445 +0.000000000000 0.067382812500 0.000000000000 0.114257812500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.092773437500 0.000000000000 0.478515625000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.097167968750 0.039550781250 0.177734375000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.088378906250 +0.210937500000 0.000000000000 0.168945312500 0.257812500000 +0.185546875000 0.000000000000 0.000000000000 0.000000000000 +0.199218750000 0.000000000000 0.000000000000 0.000000000000 +0.174804687500 0.000000000000 0.298828125000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.156250000000 0.079589843750 +0.000000000000 0.119140625000 0.000000000000 0.000000000000 +0.241210937500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.079101562500 +0.000000000000 0.000000000000 0.000000000000 0.114257812500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.075195312500 0.000000000000 0.408203125000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.132812500000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.023681640625 +0.072753906250 0.000000000000 0.166992187500 0.275390625000 +0.167968750000 0.000000000000 0.000000000000 0.000000000000 +0.115722656250 0.000000000000 0.000000000000 0.000000000000 +0.174804687500 0.000000000000 0.189453125000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.071289062500 0.156250000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.143554687500 0.000000000000 0.000000000000 0.023437500000 +0.006683349609 0.000000000000 0.000000000000 0.142578125000 +0.000000000000 0.000000000000 0.000000000000 0.063476562500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.111328125000 0.021972656250 0.316406250000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.079101562500 0.000000000000 +0.000000000000 0.042724609375 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.179687500000 0.277343750000 +0.091796875000 0.000000000000 0.000000000000 0.000000000000 +0.017333984375 0.000000000000 0.000000000000 0.000000000000 +0.117187500000 0.000000000000 0.105957031250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.205078125000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.064453125000 0.000000000000 0.000000000000 0.128906250000 +0.104003906250 0.000000000000 0.000000000000 0.166015625000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.014831542969 +0.000000000000 0.182617187500 0.071777343750 0.218750000000 +0.000000000000 0.000000000000 0.000000000000 0.163085937500 +0.000000000000 0.015869140625 0.024902343750 0.000000000000 +0.000000000000 0.060302734375 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.210937500000 0.265625000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.100585937500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.016357421875 0.000000000000 0.214843750000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.036621093750 0.000000000000 0.000000000000 0.221679687500 +0.128906250000 0.000000000000 0.018188476562 0.150390625000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.082519531250 +0.000000000000 0.267578125000 0.056396484375 0.141601562500 +0.000000000000 0.000000000000 0.000000000000 0.337890625000 +0.000000000000 0.065917968750 0.000000000000 0.000000000000 +0.000000000000 0.008422851562 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.239257812500 0.229492187500 +0.000000000000 0.004669189453 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.179687500000 0.071289062500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.012329101562 0.000000000000 0.185546875000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.085937500000 0.000000000000 0.000000000000 0.261718750000 +0.105468750000 0.000000000000 0.098144531250 0.083007812500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.109375000000 +0.076660156250 0.328125000000 0.000000000000 0.104003906250 +0.000000000000 0.000000000000 0.000000000000 0.404296875000 +0.000000000000 0.097656250000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.255859375000 0.183593750000 +0.000000000000 0.141601562500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.285156250000 0.104492187500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.118164062500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.170898437500 0.000000000000 0.000000000000 0.243164062500 +0.000000000000 0.000000000000 0.136718750000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.091308593750 +0.137695312500 0.335937500000 0.000000000000 0.123535156250 +0.000000000000 0.000000000000 0.000000000000 0.386718750000 +0.149414062500 0.101562500000 0.016113281250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.255859375000 0.152343750000 +0.000000000000 0.225585937500 0.000000000000 0.000000000000 +0.042236328125 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.351562500000 0.074218750000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.030151367188 +0.000000000000 0.111816406250 0.000000000000 0.000000000000 +0.255859375000 0.000000000000 0.000000000000 0.155273437500 +0.000000000000 0.000000000000 0.138671875000 0.000000000000 +0.000000000000 0.009521484375 0.030151367188 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.031494140625 0.000000000000 +0.131835937500 0.300781250000 0.000000000000 0.148437500000 +0.000000000000 0.000000000000 0.000000000000 0.237304687500 +0.263671875000 0.082031250000 0.039062500000 0.000000000000 +0.091308593750 0.000000000000 0.000000000000 0.000000000000 +0.042724609375 0.000000000000 0.215820312500 0.137695312500 +0.000000000000 0.241210937500 0.000000000000 0.000000000000 +0.087402343750 0.000000000000 0.000000000000 0.082031250000 +0.000000000000 0.000000000000 0.345703125000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.267578125000 0.000000000000 0.007385253906 +0.302734375000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.087890625000 0.000000000000 +0.000000000000 0.027832031250 0.023437500000 0.000000000000 +0.000000000000 0.017578125000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.073730468750 0.000000000000 +0.062500000000 0.200195312500 0.000000000000 0.152343750000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.277343750000 0.026367187500 0.049316406250 0.000000000000 +0.207031250000 0.000000000000 0.000000000000 0.000000000000 +0.136718750000 0.000000000000 0.114257812500 0.126953125000 +0.060058593750 0.199218750000 0.000000000000 0.000000000000 +0.101074218750 0.000000000000 0.000000000000 0.166992187500 +0.000000000000 0.000000000000 0.261718750000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.048095703125 0.000000000000 +0.000000000000 0.357421875000 0.000000000000 0.160156250000 +0.306640625000 0.029541015625 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.019042968750 0.006317138672 0.000000000000 0.000000000000 +0.000000000000 0.104003906250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.079101562500 0.000000000000 +0.000000000000 0.052001953125 0.000000000000 0.107910156250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.219726562500 0.000000000000 0.044433593750 0.000000000000 +0.281250000000 0.000000000000 0.000000000000 0.127929687500 +0.186523437500 0.000000000000 0.000000000000 0.101074218750 +0.132812500000 0.071777343750 0.000000000000 0.000000000000 +0.091796875000 0.213867187500 0.000000000000 0.178710937500 +0.000000000000 0.000000000000 0.072265625000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.130859375000 0.000000000000 +0.000000000000 0.369140625000 0.000000000000 0.277343750000 +0.271484375000 0.040527343750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.071777343750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.151367187500 0.004730224609 0.000000000000 +0.000000000000 0.000000000000 0.045654296875 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.003738403320 +0.051757812500 0.000000000000 0.004699707031 0.000000000000 +0.085937500000 0.000000000000 0.026855468750 0.000000000000 +0.287109375000 0.000000000000 0.000000000000 0.351562500000 +0.212890625000 0.000000000000 0.000000000000 0.034423828125 +0.128906250000 0.000000000000 0.000000000000 0.000000000000 +0.059326171875 0.318359375000 0.000000000000 0.142578125000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.031005859375 0.000000000000 +0.000000000000 0.000000000000 0.150390625000 0.000000000000 +0.000000000000 0.322265625000 0.000000000000 0.343750000000 +0.204101562500 0.031738281250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.077148437500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.155273437500 0.036865234375 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.045654296875 0.000000000000 0.047119140625 0.000000000000 +0.000000000000 0.000000000000 0.027221679688 0.000000000000 +0.211914062500 0.000000000000 0.021118164062 0.451171875000 +0.251953125000 0.000000000000 0.000000000000 0.000000000000 +0.033935546875 0.000000000000 0.000000000000 0.000000000000 +0.006225585938 0.318359375000 0.000000000000 0.047851562500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.133789062500 0.068359375000 +0.000000000000 0.000000000000 0.135742187500 0.000000000000 +0.000000000000 0.222656250000 0.000000000000 0.355468750000 +0.130859375000 0.002304077148 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.035888671875 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.133789062500 0.017822265625 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.069824218750 0.000000000000 +0.000000000000 0.000000000000 0.067382812500 0.000000000000 +0.046142578125 0.000000000000 0.016357421875 0.458984375000 +0.304687500000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.221679687500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.133789062500 0.220703125000 +0.000000000000 0.000000000000 0.082519531250 0.000000000000 +0.000000000000 0.113281250000 0.000000000000 0.335937500000 +0.088867187500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.076171875000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.067871093750 0.000000000000 +0.000000000000 0.000000000000 0.129882812500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.398437500000 +0.351562500000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.016967773438 0.046875000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.038574218750 0.241210937500 +0.000000000000 0.000000000000 0.041015625000 0.000000000000 +0.000000000000 0.049804687500 0.000000000000 0.271484375000 +0.116210937500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.099121093750 0.000000000000 +0.000000000000 0.000000000000 0.018310546875 0.000000000000 +0.014587402344 0.000008344650 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.034179687500 +0.000000000000 0.000000000000 0.035888671875 0.000000000000 +0.092773437500 0.000000000000 0.190429687500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.285156250000 +0.371093750000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.062500000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.174804687500 +0.000000000000 0.000000000000 0.011108398438 0.000000000000 +0.000000000000 0.086425781250 0.000000000000 0.190429687500 +0.174804687500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.140625000000 0.000000000000 +0.000000000000 0.007995605469 0.061279296875 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.042480468750 +0.000000000000 0.003997802734 0.000000000000 0.187500000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.156250000000 0.000000000000 0.212890625000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.174804687500 +0.361328125000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.086425781250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.094726562500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.027221679688 0.000000000000 +0.000000000000 0.171875000000 0.000000000000 0.125000000000 +0.229492187500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.129882812500 0.000000000000 +0.000000000000 0.032470703125 0.045166015625 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.009887695312 +0.000000000000 0.026489257812 0.000000000000 0.257812500000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.162109375000 0.000000000000 0.203125000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.109375000000 +0.302734375000 0.000000000000 0.000000000000 0.024047851562 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.091308593750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.119628906250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.049804687500 0.000000000000 +0.000000000000 0.257812500000 0.000000000000 0.112304687500 +0.253906250000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.055419921875 0.000000000000 +0.000000000000 0.028564453125 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.015563964844 0.000000000000 0.249023437500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.114746093750 0.000000000000 0.149414062500 0.000000000000 +0.059082031250 0.000000000000 0.000000000000 0.128906250000 +0.215820312500 0.000000000000 0.000000000000 0.091308593750 +0.060546875000 0.000000000000 0.000000000000 0.000000000000 +0.077636718750 0.076660156250 0.000000000000 0.033447265625 +0.000000000000 0.000000000000 0.070312500000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.065429687500 0.000000000000 +0.000000000000 0.304687500000 0.000000000000 0.166992187500 +0.248046875000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.015563964844 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.038085937500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.007598876953 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.132812500000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.025634765625 0.000000000000 0.065917968750 0.000000000000 +0.201171875000 0.000000000000 0.000000000000 0.198242187500 +0.142578125000 0.000000000000 0.000000000000 0.085449218750 +0.098632812500 0.000000000000 0.000000000000 0.000000000000 +0.034179687500 0.234375000000 0.000000000000 0.125000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.065429687500 0.000000000000 +0.000000000000 0.306640625000 0.000000000000 0.253906250000 +0.215820312500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.066406250000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.112792968750 0.019653320312 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.043945312500 0.003707885742 0.026489257812 0.000000000000 +0.000000000000 0.000000000000 0.002258300781 0.000000000000 +0.225585937500 0.000000000000 0.000000000000 0.287109375000 +0.161132812500 0.000000000000 0.000000000000 0.000782012939 +0.070312500000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.298828125000 0.000000000000 0.142578125000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.087890625000 0.000000000000 +0.000000000000 0.000000000000 0.063476562500 0.000000000000 +0.000000000000 0.267578125000 0.000000000000 0.337890625000 +0.161132812500 0.017822265625 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.070800781250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.159179687500 0.007690429688 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.045898437500 0.036865234375 0.081542968750 0.000000000000 +0.000000000000 0.000000000000 0.009765625000 0.000000000000 +0.168945312500 0.000000000000 0.017333984375 0.361328125000 +0.253906250000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.291015625000 0.000000000000 0.106933593750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.142578125000 0.079101562500 +0.000000000000 0.000000000000 0.057128906250 0.000000000000 +0.000000000000 0.197265625000 0.000000000000 0.371093750000 +0.122558593750 0.039306640625 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.036132812500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.160156250000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.028686523438 0.094726562500 0.000000000000 +0.043457031250 0.000000000000 0.085937500000 0.000000000000 +0.010314941406 0.000000000000 0.016723632812 0.396484375000 +0.375000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.034667968750 0.177734375000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.115234375000 0.257812500000 +0.000000000000 0.000000000000 0.077148437500 0.000000000000 +0.000000000000 0.126953125000 0.000000000000 0.365234375000 +0.117187500000 0.040283203125 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.060058593750 0.000000000000 +0.000000000000 0.000000000000 0.012390136719 0.000000000000 +0.000000000000 0.109863281250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.080566406250 0.000000000000 +0.125000000000 0.000000000000 0.180664062500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.394531250000 +0.453125000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.103515625000 0.000000000000 0.000000000000 0.000000000000 +0.015380859375 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.326171875000 +0.000000000000 0.000000000000 0.100585937500 0.000000000000 +0.000000000000 0.065917968750 0.000000000000 0.292968750000 +0.139648437500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.137695312500 0.000000000000 +0.000000000000 0.000000000000 0.074707031250 0.000000000000 +0.018676757812 0.007141113281 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.099609375000 +0.000000000000 0.000000000000 0.000000000000 0.164062500000 +0.000000000000 0.000000000000 0.019165039062 0.000000000000 +0.147460937500 0.000000000000 0.261718750000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.343750000000 +0.462890625000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.147460937500 0.000000000000 0.000000000000 0.000000000000 +0.116699218750 0.000000000000 0.095214843750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.306640625000 +0.000000000000 0.000000000000 0.112304687500 0.000000000000 +0.000000000000 0.015869140625 0.000000000000 0.143554687500 +0.163085937500 0.000000000000 0.000000000000 0.008300781250 +0.000000000000 0.000000000000 0.155273437500 0.083007812500 +0.000000000000 0.029907226562 0.064453125000 0.008605957031 +0.033935546875 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.225585937500 +0.000000000000 0.048583984375 0.046875000000 0.388671875000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.120605468750 0.000000000000 0.279296875000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.221679687500 +0.388671875000 0.000000000000 0.060058593750 0.023559570312 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.159179687500 0.000000000000 0.000000000000 0.000000000000 +0.181640625000 0.000000000000 0.255859375000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.166992187500 +0.000000000000 0.000000000000 0.094726562500 0.071289062500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.167968750000 0.000000000000 0.000000000000 0.107910156250 +0.000000000000 0.000000000000 0.140625000000 0.223632812500 +0.000000000000 0.039550781250 0.000000000000 0.062988281250 +0.014282226562 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.253906250000 +0.000000000000 0.145507812500 0.157226562500 0.519531250000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.013977050781 0.000000000000 0.265625000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.022827148438 +0.213867187500 0.000000000000 0.265625000000 0.230468750000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.132812500000 0.000000000000 0.000000000000 0.000000000000 +0.187500000000 0.000000000000 0.324218750000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.036376953125 0.221679687500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.159179687500 0.000000000000 0.000000000000 0.164062500000 +0.009887695312 0.000000000000 0.078125000000 0.265625000000 +0.000000000000 0.019653320312 0.000000000000 0.060791015625 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.208984375000 +0.000000000000 0.211914062500 0.169921875000 0.527343750000 +0.000000000000 0.000000000000 0.000000000000 0.067382812500 +0.000000000000 0.062011718750 0.186523437500 0.000000000000 +0.000000000000 0.007507324219 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.378906250000 0.380859375000 +0.081542968750 0.000000000000 0.000000000000 0.000000000000 +0.053466796875 0.000000000000 0.000000000000 0.000000000000 +0.128906250000 0.000000000000 0.318359375000 0.000000000000 +0.012329101562 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.300781250000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.133789062500 0.000000000000 0.000000000000 0.168945312500 +0.048095703125 0.000000000000 0.000000000000 0.246093750000 +0.000000000000 0.000000000000 0.000000000000 0.004760742188 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.025634765625 0.059570312500 +0.000000000000 0.237304687500 0.091796875000 0.431640625000 +0.000000000000 0.000000000000 0.000000000000 0.296875000000 +0.000000000000 0.083496093750 0.063476562500 0.000000000000 +0.000000000000 0.030639648438 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.384765625000 0.427734375000 +0.139648437500 0.134765625000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.239257812500 0.000000000000 +0.026489257812 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.155273437500 0.000000000000 0.302734375000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.095703125000 0.000000000000 0.000000000000 0.132812500000 +0.050292968750 0.000000000000 0.000000000000 0.123535156250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.115722656250 0.000000000000 +0.010009765625 0.231445312500 0.000000000000 0.208007812500 +0.000000000000 0.000000000000 0.000000000000 0.392578125000 +0.000000000000 0.071777343750 0.000000000000 0.000000000000 +0.156250000000 0.001205444336 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.304687500000 0.406250000000 +0.132812500000 0.265625000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.081054687500 0.087890625000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.241210937500 0.000000000000 0.234375000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.064453125000 0.000000000000 0.000000000000 0.046142578125 +0.003936767578 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.128906250000 0.000000000000 +0.146484375000 0.180664062500 0.000000000000 0.000000000000 +0.000000000000 0.078125000000 0.000000000000 0.369140625000 +0.000000000000 0.002487182617 0.000000000000 0.000000000000 +0.269531250000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.116699218750 0.283203125000 +0.057373046875 0.283203125000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.113769531250 +0.000000000000 0.000000000000 0.000000000000 0.095214843750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.238281250000 0.000000000000 0.086425781250 +0.000000000000 0.024902343750 0.000000000000 0.000000000000 +0.043457031250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.015747070312 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.104003906250 0.000000000000 +0.191406250000 0.085449218750 0.000000000000 0.000000000000 +0.077148437500 0.177734375000 0.003143310547 0.197265625000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.300781250000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.091308593750 +0.000000000000 0.212890625000 0.000000000000 0.000000000000 +0.000000000000 0.099121093750 0.000000000000 0.281250000000 +0.000000000000 0.000000000000 0.000000000000 0.025756835938 +0.000000000000 0.000000000000 0.041992187500 0.000000000000 +0.000000000000 0.138671875000 0.000000000000 0.000000000000 +0.000000000000 0.088867187500 0.000000000000 0.167968750000 +0.050048828125 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.001220703125 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.169921875000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000308990479 0.000000000000 +0.170898437500 0.000000000000 0.000000000000 0.000000000000 +0.116210937500 0.197265625000 0.094726562500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.275390625000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.014160156250 0.000000000000 0.000000000000 +0.000000000000 0.191406250000 0.000000000000 0.304687500000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.130859375000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.130859375000 0.000000000000 0.335937500000 +0.068359375000 0.105468750000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.021484375000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.242187500000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.051513671875 0.000000000000 0.000000000000 0.000000000000 +0.085937500000 0.177734375000 0.136718750000 0.000000000000 +0.117187500000 0.000000000000 0.000000000000 0.000000000000 +0.151367187500 0.000000000000 0.000000000000 0.123046875000 +0.251953125000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.201171875000 0.000000000000 0.232421875000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.017822265625 0.137695312500 0.067382812500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.143554687500 0.000000000000 0.408203125000 +0.106445312500 0.136718750000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.031982421875 0.000000000000 +0.000000000000 0.000000000000 0.032714843750 0.000000000000 +0.000000000000 0.241210937500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.086914062500 0.137695312500 0.000000000000 +0.194335937500 0.000000000000 0.108398437500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.335937500000 +0.439453125000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.065917968750 0.133789062500 0.000000000000 0.044677734375 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.072265625000 0.261718750000 +0.000000000000 0.000000000000 0.091308593750 0.000000000000 +0.000000000000 0.139648437500 0.000000000000 0.404296875000 +0.144531250000 0.121582031250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.106933593750 0.000000000000 +0.000000000000 0.000000000000 0.105957031250 0.000000000000 +0.000000000000 0.162109375000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.096191406250 0.000000000000 +0.224609375000 0.000000000000 0.221679687500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.419921875000 +0.523437500000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.006439208984 0.000000000000 +0.139648437500 0.000000000000 0.000000000000 0.000000000000 +0.046630859375 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.306640625000 +0.000000000000 0.000000000000 0.156250000000 0.000000000000 +0.000000000000 0.118164062500 0.000000000000 0.324218750000 +0.177734375000 0.039306640625 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.138671875000 0.000000000000 +0.000000000000 0.015380859375 0.109375000000 0.000000000000 +0.015991210938 0.032714843750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.081054687500 +0.000000000000 0.000000000000 0.000000000000 0.234375000000 +0.000000000000 0.000000000000 0.011535644531 0.000000000000 +0.210937500000 0.000000000000 0.283203125000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.410156250000 +0.515625000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.172851562500 0.000000000000 0.000000000000 0.000000000000 +0.144531250000 0.000000000000 0.110839843750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.273437500000 +0.000000000000 0.000000000000 0.161132812500 0.000000000000 +0.000000000000 0.081054687500 0.000000000000 0.169921875000 +0.194335937500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.137695312500 0.067871093750 +0.000000000000 0.046630859375 0.059326171875 0.073730468750 +0.029663085938 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.159179687500 +0.000000000000 0.021606445312 0.000000000000 0.421875000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.129882812500 0.000000000000 0.289062500000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.302734375000 +0.414062500000 0.000000000000 0.035400390625 0.050048828125 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.173828125000 0.000000000000 0.000000000000 0.000000000000 +0.189453125000 0.000000000000 0.224609375000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.123046875000 +0.000000000000 0.000000000000 0.138671875000 0.054443359375 +0.000000000000 0.031494140625 0.000000000000 0.000000000000 +0.193359375000 0.000000000000 0.000000000000 0.044189453125 +0.000000000000 0.000000000000 0.102539062500 0.172851562500 +0.000000000000 0.035156250000 0.000000000000 0.097167968750 +0.001808166504 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.162109375000 +0.000000000000 0.099121093750 0.079101562500 0.486328125000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.253906250000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.104980468750 +0.218750000000 0.000000000000 0.201171875000 0.222656250000 +0.002716064453 0.000000000000 0.000000000000 0.000000000000 +0.138671875000 0.000000000000 0.000000000000 0.000000000000 +0.189453125000 0.000000000000 0.263671875000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.065917968750 0.179687500000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.166015625000 0.000000000000 0.000000000000 0.098144531250 +0.000000000000 0.000000000000 0.036865234375 0.217773437500 +0.000000000000 0.005371093750 0.000000000000 0.084960937500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.114257812500 +0.000000000000 0.163085937500 0.095214843750 0.472656250000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.029663085938 0.167968750000 0.000000000000 +0.000000000000 0.008972167969 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.294921875000 0.333984375000 +0.074707031250 0.000000000000 0.000000000000 0.000000000000 +0.073242187500 0.000000000000 0.000000000000 0.000000000000 +0.147460937500 0.000000000000 0.255859375000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.255859375000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.117187500000 0.000000000000 0.000000000000 0.133789062500 +0.065429687500 0.000000000000 0.000000000000 0.217773437500 +0.000000000000 0.000000000000 0.000000000000 0.005340576172 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.042480468750 +0.000000000000 0.207031250000 0.089355468750 0.378906250000 +0.000000000000 0.000000000000 0.000000000000 0.212890625000 +0.000000000000 0.051269531250 0.067382812500 0.000000000000 +0.000000000000 0.055419921875 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.326171875000 0.371093750000 +0.083007812500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.062988281250 0.000000000000 0.207031250000 0.000000000000 +0.051025390625 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.093261718750 0.000000000000 0.285156250000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.057373046875 0.000000000000 0.000000000000 0.155273437500 +0.117675781250 0.000000000000 0.000000000000 0.189453125000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.235351562500 0.048095703125 0.225585937500 +0.000000000000 0.000000000000 0.000000000000 0.390625000000 +0.000000000000 0.042968750000 0.000000000000 0.000000000000 +0.000000000000 0.055908203125 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.316406250000 0.365234375000 +0.044921875000 0.083984375000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.140625000000 0.000000000000 +0.053710937500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.186523437500 0.000000000000 0.281250000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.004760742188 0.000000000000 0.047607421875 0.173828125000 +0.142578125000 0.000000000000 0.000000000000 0.141601562500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.021240234375 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.251953125000 0.000000000000 0.070800781250 +0.000000000000 0.000000000000 0.000000000000 0.498046875000 +0.000000000000 0.023559570312 0.000000000000 0.000000000000 +0.000000000000 0.025390625000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.285156250000 0.324218750000 +0.000000000000 0.119628906250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.093261718750 0.012268066406 +0.036376953125 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.215820312500 0.000000000000 0.253906250000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.079101562500 0.186523437500 +0.150390625000 0.000000000000 0.000000000000 0.091308593750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.055908203125 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.039794921875 0.263671875000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.542968750000 +0.000000000000 0.000934600830 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.257812500000 0.259765625000 +0.000000000000 0.123535156250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.082031250000 0.017700195312 +0.013488769531 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.211914062500 0.000000000000 0.226562500000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.094238281250 0.212890625000 +0.154296875000 0.000000000000 0.000000000000 0.092773437500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.063476562500 +0.000000000000 0.000000000000 0.000000000000 0.015747070312 +0.046386718750 0.277343750000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.558593750000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.269531250000 0.220703125000 +0.000000000000 0.102539062500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.116210937500 0.019287109375 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.188476562500 0.000000000000 0.227539062500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.094726562500 0.241210937500 +0.156250000000 0.000000000000 0.011169433594 0.122558593750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.056640625000 +0.000000000000 0.000000000000 0.000000000000 0.074218750000 +0.038818359375 0.298828125000 0.019409179688 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.574218750000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.302734375000 0.223632812500 +0.000000000000 0.091796875000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.162109375000 0.017700195312 +0.003326416016 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.166015625000 0.000000000000 0.249023437500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.093750000000 0.271484375000 +0.163085937500 0.000000000000 0.025024414062 0.156250000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.053222656250 +0.000000000000 0.000000000000 0.000000000000 0.110839843750 +0.024658203125 0.318359375000 0.055908203125 0.023925781250 +0.000000000000 0.000000000000 0.000000000000 0.613281250000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.361328125000 0.259765625000 +0.000000000000 0.122558593750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.190429687500 0.078613281250 +0.015502929688 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.178710937500 0.000000000000 0.279296875000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.080078125000 0.283203125000 +0.161132812500 0.000000000000 0.023193359375 0.161132812500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.039062500000 +0.000000000000 0.000000000000 0.000000000000 0.102050781250 +0.052978515625 0.337890625000 0.048828125000 0.053710937500 +0.000000000000 0.000000000000 0.000000000000 0.644531250000 +0.000000000000 0.020874023438 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.376953125000 0.296875000000 +0.000000000000 0.209960937500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.194335937500 0.140625000000 +0.014038085938 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.205078125000 0.000000000000 0.281250000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.014099121094 0.000000000000 0.043701171875 0.269531250000 +0.130859375000 0.000000000000 0.010314941406 0.120117187500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.020507812500 +0.000000000000 0.000000000000 0.012084960938 0.026977539062 +0.128906250000 0.333984375000 0.000000000000 0.042480468750 +0.000000000000 0.000000000000 0.000000000000 0.648437500000 +0.000000000000 0.033691406250 0.000000000000 0.000000000000 +0.009582519531 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.353515625000 0.304687500000 +0.000000000000 0.310546875000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.169921875000 0.186523437500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.218750000000 0.000000000000 0.240234375000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.053955078125 0.000000000000 0.000000000000 0.192382812500 +0.046386718750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.085449218750 0.000000000000 +0.201171875000 0.296875000000 0.000000000000 0.000000000000 +0.000000000000 0.030273437500 0.000000000000 0.589843750000 +0.000000000000 0.015991210938 0.000000000000 0.000000000000 +0.163085937500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.259765625000 0.271484375000 +0.000000000000 0.357421875000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.005737304688 +0.000000000000 0.000000000000 0.085937500000 0.170898437500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.205078125000 0.000000000000 0.134765625000 +0.000000000000 0.002227783203 0.000000000000 0.000000000000 +0.079101562500 0.000000000000 0.000000000000 0.051025390625 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.101074218750 0.000000000000 +0.217773437500 0.207031250000 0.000000000000 0.000000000000 +0.000000000000 0.100585937500 0.000000000000 0.396484375000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.275390625000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.074218750000 0.171875000000 +0.000000000000 0.328125000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.201171875000 +0.000000000000 0.000000000000 0.000000000000 0.070800781250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.138671875000 0.000000000000 0.000000000000 +0.000000000000 0.100585937500 0.000000000000 0.046386718750 +0.086425781250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.093750000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.081542968750 0.000000000000 +0.188476562500 0.070312500000 0.000000000000 0.000000000000 +0.087402343750 0.142578125000 0.015991210938 0.094238281250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.302734375000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.031494140625 +0.000000000000 0.192382812500 0.000000000000 0.000000000000 +0.000000000000 0.130859375000 0.000000000000 0.230468750000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.011535644531 0.000000000000 +0.000000000000 0.022338867188 0.000000000000 0.000000000000 +0.000000000000 0.125000000000 0.000000000000 0.220703125000 +0.075683593750 0.014282226562 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.170898437500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.069824218750 0.000000000000 0.000000000000 0.000000000000 +0.098144531250 0.141601562500 0.068847656250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.261718750000 0.000000000000 0.000000000000 0.013183593750 +0.063964843750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.168945312500 0.000000000000 0.154296875000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.039550781250 0.105957031250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.101562500000 0.000000000000 0.302734375000 +0.047119140625 0.028808593750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.171875000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.020263671875 0.101562500000 0.084472656250 0.000000000000 +0.000000000000 0.000000000000 0.006530761719 0.001205444336 +0.103027343750 0.000000000000 0.000000000000 0.218750000000 +0.182617187500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.123535156250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.062255859375 0.107910156250 0.206054687500 +0.000000000000 0.000000000000 0.034423828125 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.289062500000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.079101562500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.008911132812 0.052490234375 0.000000000000 +0.000000000000 0.000000000000 0.087402343750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.253906250000 +0.200195312500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.097656250000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000648498535 0.031127929688 0.294921875000 +0.000000000000 0.000000000000 0.027587890625 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.172851562500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.038330078125 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.044677734375 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.088867187500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.125000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.170898437500 +0.138671875000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.114257812500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.248046875000 +0.000000000000 0.000000000000 0.000000000000 0.092773437500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.027832031250 0.056152343750 +0.087402343750 0.000000000000 0.003616333008 0.177734375000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.049560546875 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.083007812500 +0.000000000000 0.032226562500 0.227539062500 0.074707031250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.116699218750 0.000000000000 +0.000000000000 0.014709472656 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.019409179688 0.076660156250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.084960937500 0.000000000000 0.000000000000 0.000000000000 +0.082031250000 0.000000000000 0.000000000000 0.010620117188 +0.000000000000 0.020263671875 0.000000000000 0.222656250000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.070312500000 0.141601562500 +0.143554687500 0.000000000000 0.000000000000 0.206054687500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.076660156250 +0.000000000000 0.130859375000 0.229492187500 0.087890625000 +0.000000000000 0.000000000000 0.000000000000 0.158203125000 +0.000000000000 0.000000000000 0.051513671875 0.000000000000 +0.000000000000 0.046386718750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.150390625000 0.207031250000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.124511718750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.214843750000 0.000000000000 0.281250000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.077148437500 0.147460937500 +0.143554687500 0.000000000000 0.000000000000 0.170898437500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.158203125000 0.107421875000 0.013671875000 +0.000000000000 0.000000000000 0.000000000000 0.384765625000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.029785156250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.161132812500 0.265625000000 +0.000000000000 0.064453125000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.036865234375 +0.128906250000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.376953125000 0.000000000000 0.275390625000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.090332031250 0.087402343750 +0.117187500000 0.000000000000 0.000000000000 0.046875000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.046875000000 0.000000000000 +0.000000000000 0.000000000000 0.019653320312 0.000000000000 +0.065429687500 0.147460937500 0.000000000000 0.000000000000 +0.000000000000 0.086914062500 0.000000000000 0.443359375000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.137695312500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.116699218750 0.259765625000 +0.000000000000 0.177734375000 0.000000000000 0.015136718750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.062255859375 0.000000000000 0.044921875000 +0.114257812500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.484375000000 0.000000000000 0.227539062500 +0.015380859375 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.111816406250 0.000000000000 +0.077636718750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.108886718750 0.000000000000 +0.000000000000 0.000000000000 0.033691406250 0.000000000000 +0.108886718750 0.071289062500 0.000000000000 0.000000000000 +0.026733398438 0.194335937500 0.000000000000 0.417968750000 +0.000000000000 0.000000000000 0.000000000000 0.001434326172 +0.230468750000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.124023437500 0.000000000000 0.190429687500 +0.000000000000 0.164062500000 0.000000000000 0.112304687500 +0.000000000000 0.000000000000 0.010986328125 0.000000000000 +0.000000000000 0.103515625000 0.000000000000 0.013305664062 +0.097656250000 0.000000000000 0.079101562500 0.000000000000 +0.000000000000 0.523437500000 0.000000000000 0.148437500000 +0.054199218750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.165039062500 0.000000000000 +0.063964843750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.141601562500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.104980468750 0.000000000000 0.000000000000 0.000000000000 +0.102539062500 0.267578125000 0.007995605469 0.292968750000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.227539062500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.322265625000 0.000000000000 0.062500000000 +0.000000000000 0.039550781250 0.000000000000 0.164062500000 +0.000000000000 0.002136230469 0.043945312500 0.000000000000 +0.000000000000 0.086914062500 0.000000000000 0.000000000000 +0.096191406250 0.138671875000 0.242187500000 0.000000000000 +0.031738281250 0.523437500000 0.000000000000 0.072753906250 +0.088378906250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.226562500000 0.000000000000 +0.095703125000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.143554687500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.060546875000 0.000000000000 0.000000000000 0.000000000000 +0.099121093750 0.300781250000 0.063964843750 0.147460937500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.143554687500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.500000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.167968750000 +0.000000000000 0.013732910156 0.058105468750 0.000000000000 +0.000000000000 0.008361816406 0.000000000000 0.000000000000 +0.094238281250 0.203125000000 0.320312500000 0.000000000000 +0.053710937500 0.496093750000 0.000000000000 0.025024414062 +0.122070312500 0.000000000000 0.000000000000 0.003356933594 +0.000000000000 0.000000000000 0.267578125000 0.000000000000 +0.124511718750 0.011657714844 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.116210937500 0.000000000000 +0.119628906250 0.000000000000 0.000000000000 0.000000000000 +0.011474609375 0.000000000000 0.000000000000 0.000000000000 +0.057373046875 0.306640625000 0.097167968750 0.050292968750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.014099121094 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.601562500000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.139648437500 +0.000000000000 0.000000000000 0.065917968750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.087402343750 0.208984375000 0.335937500000 0.000000000000 +0.056884765625 0.451171875000 0.000000000000 0.002365112305 +0.143554687500 0.000000000000 0.000000000000 0.018310546875 +0.000000000000 0.000000000000 0.277343750000 0.000000000000 +0.128906250000 0.054443359375 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.065917968750 0.000000000000 +0.208984375000 0.000000000000 0.000000000000 0.000000000000 +0.005065917969 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.300781250000 0.111816406250 0.004516601562 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.617187500000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.068847656250 +0.000000000000 0.000000000000 0.041259765625 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.034667968750 0.171875000000 0.318359375000 0.000000000000 +0.026977539062 0.390625000000 0.000000000000 0.000000000000 +0.134765625000 0.000000000000 0.000000000000 0.040771484375 +0.000000000000 0.000000000000 0.251953125000 0.000000000000 +0.108398437500 0.070312500000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.265625000000 0.000000000000 0.000000000000 0.000000000000 +0.043701171875 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.294921875000 0.123046875000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.582031250000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.018920898438 0.000000000000 +0.000000000000 0.000000000000 0.009216308594 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.115722656250 0.271484375000 0.000000000000 +0.000000000000 0.306640625000 0.000000000000 0.000000000000 +0.126953125000 0.000000000000 0.000000000000 0.093750000000 +0.000000000000 0.000000000000 0.178710937500 0.000000000000 +0.038330078125 0.062500000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.009521484375 0.000000000000 0.000000000000 +0.275390625000 0.000000000000 0.000000000000 0.000000000000 +0.075683593750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.279296875000 0.142578125000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.472656250000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.018798828125 0.000000000000 +0.000000000000 0.064453125000 0.000000000000 0.114257812500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.062988281250 0.224609375000 0.000000000000 +0.000000000000 0.196289062500 0.000000000000 0.000000000000 +0.097656250000 0.000000000000 0.000000000000 0.185546875000 +0.000000000000 0.000000000000 0.061035156250 0.000000000000 +0.000000000000 0.030761718750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.103515625000 0.000000000000 0.000000000000 +0.248046875000 0.000000000000 0.000000000000 0.000000000000 +0.076171875000 0.000000000000 0.000000000000 0.000000000000 +0.031738281250 0.259765625000 0.161132812500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.314453125000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.006622314453 0.000000000000 +0.000000000000 0.164062500000 0.000000000000 0.237304687500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.040283203125 0.205078125000 0.000000000000 +0.000000000000 0.045898437500 0.000000000000 0.000000000000 +0.052001953125 0.019042968750 0.000000000000 0.302734375000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.004180908203 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.191406250000 0.000000000000 0.000000000000 +0.175781250000 0.000000000000 0.000000000000 0.000000000000 +0.047363281250 0.000000000000 0.000000000000 0.000000000000 +0.067382812500 0.227539062500 0.176757812500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.011474609375 0.000000000000 0.000000000000 0.000000000000 +0.081054687500 0.144531250000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.269531250000 0.000000000000 0.289062500000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.049560546875 0.195312500000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.011962890625 0.126953125000 0.000000000000 0.410156250000 +0.024291992188 0.088378906250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.015380859375 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.248046875000 0.000000000000 0.000000000000 +0.048095703125 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.078125000000 0.178710937500 0.180664062500 0.000000000000 +0.061523437500 0.000000000000 0.000000000000 0.000000000000 +0.020751953125 0.000000000000 0.018798828125 0.209960937500 +0.232421875000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.359375000000 0.000000000000 0.283203125000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.060058593750 0.205078125000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.201171875000 0.000000000000 0.484375000000 +0.066894531250 0.126953125000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.038085937500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.259765625000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.076660156250 0.122070312500 0.182617187500 0.000000000000 +0.067382812500 0.000000000000 0.039306640625 0.000000000000 +0.012634277344 0.000000000000 0.048828125000 0.421875000000 +0.326171875000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.402343750000 0.000000000000 0.232421875000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.072265625000 0.216796875000 0.067382812500 +0.000000000000 0.000000000000 0.075195312500 0.000000000000 +0.000000000000 0.217773437500 0.000000000000 0.515625000000 +0.072753906250 0.126953125000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.046386718750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.251953125000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.050537109375 0.070312500000 0.173828125000 0.000000000000 +0.041259765625 0.000000000000 0.076660156250 0.000000000000 +0.000000000000 0.000000000000 0.053955078125 0.558593750000 +0.357421875000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.410156250000 0.000000000000 0.123535156250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.087402343750 0.220703125000 0.147460937500 +0.000000000000 0.000000000000 0.128906250000 0.000000000000 +0.000000000000 0.207031250000 0.000000000000 0.511718750000 +0.061279296875 0.087402343750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.019042968750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.208007812500 0.029296875000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.017089843750 0.027465820312 0.151367187500 0.000000000000 +0.000000000000 0.000000000000 0.082031250000 0.000000000000 +0.000000000000 0.000000000000 0.051757812500 0.601562500000 +0.335937500000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.390625000000 0.000000000000 0.000000000000 +0.050048828125 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.091796875000 0.228515625000 0.191406250000 +0.000000000000 0.000000000000 0.130859375000 0.000000000000 +0.000000000000 0.146484375000 0.000000000000 0.462890625000 +0.021850585938 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.004638671875 +0.000000000000 0.133789062500 0.089843750000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.007263183594 0.123535156250 0.000000000000 +0.000000000000 0.000000000000 0.074707031250 0.000000000000 +0.000000000000 0.000000000000 0.029418945312 0.582031250000 +0.257812500000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.332031250000 0.000000000000 0.000000000000 +0.079101562500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.096191406250 0.233398437500 0.195312500000 +0.000000000000 0.000000000000 0.095703125000 0.000000000000 +0.012512207031 0.045166015625 0.000000000000 0.373046875000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.001998901367 +0.000000000000 0.035156250000 0.138671875000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.019775390625 0.093261718750 0.000000000000 +0.000000000000 0.000000000000 0.041992187500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.470703125000 +0.123046875000 0.052978515625 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.244140625000 0.000000000000 0.000000000000 +0.081542968750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.107910156250 0.226562500000 0.157226562500 +0.000000000000 0.000000000000 0.012939453125 0.000000000000 +0.041992187500 0.000000000000 0.000000000000 0.265625000000 +0.000000000000 0.000000000000 0.017089843750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.180664062500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.053710937500 0.066406250000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.289062500000 +0.000000000000 0.191406250000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.030151367188 +0.000000000000 0.149414062500 0.029541015625 0.000000000000 +0.063476562500 0.000000000000 0.000000000000 0.000000000000 +0.100097656250 0.102050781250 0.235351562500 0.088378906250 +0.000000000000 0.167968750000 0.000000000000 0.034179687500 +0.088378906250 0.000000000000 0.000000000000 0.144531250000 +0.000000000000 0.000000000000 0.128906250000 0.000000000000 +0.064941406250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.206054687500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.109863281250 0.043212890625 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.055664062500 0.000000000000 0.062988281250 +0.000000000000 0.345703125000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.135742187500 +0.000000000000 0.071289062500 0.061035156250 0.000000000000 +0.002456665039 0.012939453125 0.000000000000 0.000000000000 +0.196289062500 0.124511718750 0.253906250000 0.000000000000 +0.024291992188 0.345703125000 0.000000000000 0.092285156250 +0.133789062500 0.000000000000 0.000000000000 0.041503906250 +0.000000000000 0.000000000000 0.236328125000 0.000000000000 +0.143554687500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.213867187500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.182617187500 0.038330078125 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.010559082031 +0.000000000000 0.084960937500 0.000000000000 0.000000000000 +0.000000000000 0.494140625000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.207031250000 +0.000000000000 0.009582519531 0.062255859375 0.000000000000 +0.000000000000 0.015136718750 0.000000000000 0.000000000000 +0.221679687500 0.143554687500 0.291015625000 0.000000000000 +0.066406250000 0.482421875000 0.000000000000 0.112792968750 +0.152343750000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.304687500000 0.000000000000 +0.197265625000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.201171875000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.255859375000 0.053955078125 0.034423828125 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.082519531250 0.000000000000 0.000000000000 +0.000000000000 0.613281250000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.222656250000 +0.000000000000 0.000000000000 0.041992187500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.208007812500 0.144531250000 0.326171875000 0.000000000000 +0.066406250000 0.507812500000 0.000000000000 0.102539062500 +0.155273437500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.328125000000 0.000000000000 +0.215820312500 0.062255859375 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.135742187500 0.000000000000 +0.205078125000 0.000000000000 0.000000000000 0.000000000000 +0.049316406250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.312500000000 0.086425781250 0.116699218750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.020751953125 0.000000000000 0.000000000000 +0.000000000000 0.660156250000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.172851562500 +0.000000000000 0.000000000000 0.016357421875 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.076660156250 +0.088378906250 0.128906250000 0.324218750000 0.000000000000 +0.038818359375 0.476562500000 0.000000000000 0.031494140625 +0.141601562500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.304687500000 0.000000000000 +0.177734375000 0.114257812500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.015563964844 +0.410156250000 0.000000000000 0.000000000000 0.000000000000 +0.145507812500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.320312500000 0.114746093750 0.125976562500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.628906250000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.041992187500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.082519531250 +0.000000000000 0.100585937500 0.255859375000 0.000000000000 +0.000000000000 0.314453125000 0.000000000000 0.000000000000 +0.060546875000 0.000000000000 0.000000000000 0.028076171875 +0.000000000000 0.000000000000 0.209960937500 0.000000000000 +0.086914062500 0.125976562500 0.023315429688 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.494140625000 0.000000000000 0.000000000000 0.000000000000 +0.162109375000 0.012207031250 0.000000000000 0.000000000000 +0.000000000000 0.291015625000 0.117675781250 0.066894531250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.472656250000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.142578125000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.015991210938 +0.000000000000 0.008972167969 0.119628906250 0.000000000000 +0.000000000000 0.068847656250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.086914062500 +0.000000000000 0.000000000000 0.064941406250 0.000000000000 +0.000000000000 0.091796875000 0.125976562500 0.000000000000 +0.000000000000 0.000000000000 0.036865234375 0.000000000000 +0.000000000000 0.018188476562 0.000000000000 0.000000000000 +0.453125000000 0.000000000000 0.000000000000 0.000000000000 +0.112304687500 0.046142578125 0.000000000000 0.000000000000 +0.000000000000 0.183593750000 0.101074218750 0.000000000000 +0.106933593750 0.000000000000 0.004058837891 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.086425781250 0.190429687500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.144531250000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.107421875000 +0.063964843750 0.000000000000 0.000000000000 0.000229835510 +0.000000000000 0.000000000000 0.182617187500 0.000000000000 +0.000000000000 0.000000000000 0.145507812500 0.000000000000 +0.000000000000 0.018676757812 0.000000000000 0.000000000000 +0.267578125000 0.000000000000 0.000000000000 0.042480468750 +0.000406265259 0.073730468750 0.000000000000 0.000000000000 +0.000000000000 0.041015625000 0.050781250000 0.000000000000 +0.241210937500 0.000000000000 0.122070312500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.244140625000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.124023437500 0.000000000000 +0.064453125000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.096679687500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.014831542969 0.000000000000 0.097656250000 +0.152343750000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.183593750000 0.000000000000 +0.000000000000 0.000000000000 0.141601562500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.095703125000 +0.000000000000 0.084472656250 0.000000000000 0.144531250000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.251953125000 0.000000000000 0.193359375000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.281250000000 0.000000000000 0.003692626953 0.000000000000 +0.000000000000 0.000000000000 0.006378173828 0.000000000000 +0.134765625000 0.000000000000 0.000000000000 0.000000000000 +0.044433593750 0.000000000000 0.226562500000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.052001953125 0.000000000000 +0.000000000000 0.031127929688 0.000000000000 0.035156250000 +0.182617187500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.145507812500 0.030151367188 +0.000000000000 0.017578125000 0.063964843750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.100097656250 +0.000000000000 0.093261718750 0.000000000000 0.339843750000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.168945312500 0.000000000000 0.207031250000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.247070312500 0.000000000000 0.145507812500 0.125976562500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.142578125000 0.000000000000 0.000000000000 0.000000000000 +0.152343750000 0.000000000000 0.253906250000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.067871093750 0.088867187500 +0.000000000000 0.010620117188 0.000000000000 0.000000000000 +0.175781250000 0.000000000000 0.000000000000 0.035644531250 +0.000000000000 0.000000000000 0.063476562500 0.146484375000 +0.000000000000 0.008056640625 0.000000000000 0.048095703125 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.076171875000 +0.000000000000 0.120605468750 0.012390136719 0.404296875000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.182617187500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.098144531250 0.000000000000 0.238281250000 0.265625000000 +0.038818359375 0.000000000000 0.000000000000 0.000000000000 +0.107421875000 0.000000000000 0.000000000000 0.000000000000 +0.165039062500 0.000000000000 0.247070312500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.028930664062 0.197265625000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.138671875000 0.000000000000 0.000000000000 0.096679687500 +0.023559570312 0.000000000000 0.000000000000 0.199218750000 +0.000000000000 0.000000000000 0.000000000000 0.040039062500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.038818359375 +0.000000000000 0.166015625000 0.076660156250 0.386718750000 +0.000000000000 0.000000000000 0.000000000000 0.045166015625 +0.000000000000 0.028930664062 0.111328125000 0.000000000000 +0.000000000000 0.039306640625 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.281250000000 0.326171875000 +0.063964843750 0.000000000000 0.000000000000 0.000000000000 +0.031250000000 0.000000000000 0.000000000000 0.000000000000 +0.103515625000 0.000000000000 0.193359375000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.245117187500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.091308593750 0.000000000000 0.000000000000 0.166992187500 +0.091308593750 0.000000000000 0.000000000000 0.193359375000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.022827148438 +0.000000000000 0.233398437500 0.068847656250 0.294921875000 +0.000000000000 0.000000000000 0.000000000000 0.253906250000 +0.000000000000 0.070312500000 0.030395507812 0.000000000000 +0.000000000000 0.050048828125 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.287109375000 0.322265625000 +0.023681640625 0.000583648682 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.166992187500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.025024414062 0.000000000000 0.237304687500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.073242187500 0.000000000000 0.000000000000 0.214843750000 +0.106933593750 0.000000000000 0.012756347656 0.132812500000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.031005859375 +0.003997802734 0.289062500000 0.000000000000 0.178710937500 +0.000000000000 0.000000000000 0.000000000000 0.380859375000 +0.000000000000 0.105468750000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.269531250000 0.277343750000 +0.000000000000 0.108398437500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.211914062500 0.096679687500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.017822265625 0.000000000000 0.174804687500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.125976562500 0.000000000000 0.000000000000 0.225585937500 +0.053955078125 0.000000000000 0.082031250000 0.020507812500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.032470703125 +0.117675781250 0.320312500000 0.000000000000 0.094726562500 +0.000000000000 0.000000000000 0.000000000000 0.394531250000 +0.004486083984 0.108398437500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.250000000000 0.194335937500 +0.000000000000 0.187500000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.279296875000 0.111328125000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.072265625000 +0.000000000000 0.013427734375 0.000000000000 0.000000000000 +0.203125000000 0.000000000000 0.000000000000 0.191406250000 +0.000000000000 0.000000000000 0.132812500000 0.000000000000 +0.000000000000 0.000000000000 0.015197753906 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.013366699219 +0.150390625000 0.314453125000 0.000000000000 0.092773437500 +0.000000000000 0.000000000000 0.000000000000 0.308593750000 +0.214843750000 0.106933593750 0.017089843750 0.000000000000 +0.021240234375 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.201171875000 0.122558593750 +0.000000000000 0.213867187500 0.000000000000 0.000000000000 +0.070312500000 0.000000000000 0.000000000000 0.032470703125 +0.000000000000 0.000000000000 0.324218750000 0.040039062500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.183593750000 0.000000000000 0.000000000000 +0.285156250000 0.000000000000 0.000000000000 0.087890625000 +0.000000000000 0.000000000000 0.131835937500 0.000000000000 +0.000000000000 0.031005859375 0.078125000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.015319824219 0.000000000000 +0.127929687500 0.257812500000 0.000000000000 0.132812500000 +0.000000000000 0.000000000000 0.000000000000 0.098144531250 +0.333984375000 0.063476562500 0.061523437500 0.000000000000 +0.110351562500 0.000000000000 0.000000000000 0.000000000000 +0.152343750000 0.000000000000 0.140625000000 0.081054687500 +0.000000000000 0.196289062500 0.000000000000 0.000000000000 +0.127929687500 0.000000000000 0.000000000000 0.139648437500 +0.000000000000 0.000000000000 0.320312500000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.324218750000 0.000000000000 0.103515625000 +0.330078125000 0.046630859375 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.094238281250 0.000000000000 +0.000000000000 0.044921875000 0.068359375000 0.000000000000 +0.000000000000 0.076660156250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.031982421875 0.000000000000 +0.020996093750 0.149414062500 0.000000000000 0.154296875000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.345703125000 0.000000000000 0.090332031250 0.000000000000 +0.188476562500 0.000000000000 0.000000000000 0.000000000000 +0.257812500000 0.000000000000 0.037109375000 0.064453125000 +0.050537109375 0.108886718750 0.000000000000 0.000000000000 +0.142578125000 0.050048828125 0.000000000000 0.178710937500 +0.000000000000 0.000000000000 0.236328125000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.124511718750 0.000000000000 +0.000000000000 0.404296875000 0.000000000000 0.238281250000 +0.333984375000 0.083496093750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.010986328125 0.000000000000 +0.033203125000 0.029052734375 0.000000000000 0.000000000000 +0.000000000000 0.134765625000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.038574218750 0.000000000000 +0.000000000000 0.006835937500 0.000000000000 0.142578125000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.277343750000 0.000000000000 0.090820312500 0.000000000000 +0.241210937500 0.000000000000 0.000000000000 0.281250000000 +0.292968750000 0.000000000000 0.000000000000 0.049560546875 +0.129882812500 0.000000000000 0.000000000000 0.000000000000 +0.124511718750 0.257812500000 0.000000000000 0.168945312500 +0.000000000000 0.006317138672 0.073730468750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.211914062500 0.000000000000 +0.000000000000 0.406250000000 0.000000000000 0.333984375000 +0.294921875000 0.082519531250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.065917968750 0.000000000000 0.000000000000 0.082519531250 +0.000000000000 0.148437500000 0.042480468750 0.000000000000 +0.000000000000 0.000000000000 0.008544921875 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.063964843750 +0.049560546875 0.000000000000 0.008789062500 0.000000000000 +0.109375000000 0.000000000000 0.075195312500 0.000000000000 +0.250000000000 0.000000000000 0.001205444336 0.484375000000 +0.277343750000 0.000000000000 0.000000000000 0.023559570312 +0.144531250000 0.000000000000 0.000000000000 0.000000000000 +0.046386718750 0.402343750000 0.000000000000 0.108398437500 +0.082031250000 0.125000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.037109375000 0.000000000000 +0.000000000000 0.000000000000 0.221679687500 0.000000000000 +0.000000000000 0.351562500000 0.000000000000 0.375000000000 +0.193359375000 0.026855468750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.067871093750 0.000000000000 0.000000000000 0.123535156250 +0.000000000000 0.144531250000 0.183593750000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.107421875000 0.000000000000 0.042480468750 0.000000000000 +0.000000000000 0.000000000000 0.030029296875 0.003601074219 +0.234375000000 0.000000000000 0.040771484375 0.566406250000 +0.197265625000 0.000000000000 0.000000000000 0.000000000000 +0.117675781250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.453125000000 0.000000000000 0.000000000000 +0.107421875000 0.166015625000 0.000000000000 0.000000000000 +0.000000000000 0.072753906250 0.236328125000 0.000000000000 +0.000000000000 0.000000000000 0.196289062500 0.000000000000 +0.000000000000 0.214843750000 0.000000000000 0.371093750000 +0.055664062500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.035156250000 0.000000000000 0.000000000000 0.108398437500 +0.000000000000 0.098144531250 0.261718750000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.116210937500 0.055664062500 0.082519531250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.155273437500 0.000000000000 0.056884765625 0.546875000000 +0.071777343750 0.000000000000 0.000000000000 0.000000000000 +0.002563476562 0.000000000000 0.000000000000 0.054443359375 +0.000000000000 0.437500000000 0.000000000000 0.000000000000 +0.102050781250 0.153320312500 0.000000000000 0.000000000000 +0.000000000000 0.197265625000 0.369140625000 0.111816406250 +0.000000000000 0.022094726562 0.083007812500 0.000000000000 +0.052001953125 0.018432617188 0.000000000000 0.332031250000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.024658203125 +0.000000000000 0.037109375000 0.273437500000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.084472656250 0.118164062500 0.095214843750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.010437011719 +0.031982421875 0.008056640625 0.048583984375 0.425781250000 +0.000000000000 0.259765625000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.126953125000 +0.000000000000 0.328125000000 0.014343261719 0.000000000000 +0.058837890625 0.059326171875 0.000000000000 0.000000000000 +0.049560546875 0.255859375000 0.414062500000 0.195312500000 +0.000000000000 0.143554687500 0.000000000000 0.000000000000 +0.076660156250 0.000000000000 0.000000000000 0.243164062500 +0.000000000000 0.000000000000 0.143554687500 0.000000000000 +0.062500000000 0.039062500000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.003143310547 0.000000000000 0.242187500000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.152343750000 0.102050781250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.002548217773 +0.000000000000 0.049560546875 0.000000000000 0.208007812500 +0.000000000000 0.458984375000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.131835937500 +0.000000000000 0.139648437500 0.033935546875 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.090332031250 0.245117187500 0.398437500000 0.226562500000 +0.000000000000 0.197265625000 0.000000000000 0.000000000000 +0.082031250000 0.000000000000 0.000000000000 0.121093750000 +0.000000000000 0.000000000000 0.259765625000 0.000000000000 +0.169921875000 0.105957031250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.027832031250 0.000000000000 0.154296875000 0.000000000000 +0.022094726562 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.071777343750 0.000000000000 +0.000000000000 0.159179687500 0.081542968750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.055175781250 0.000000000000 0.000000000000 +0.000000000000 0.539062500000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.009643554688 0.078613281250 +0.000000000000 0.000000000000 0.037353515625 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.087890625000 0.166992187500 0.294921875000 0.215820312500 +0.006164550781 0.206054687500 0.000000000000 0.035400390625 +0.055175781250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.292968750000 0.030883789062 +0.233398437500 0.111816406250 0.000000000000 0.009094238281 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.026367187500 0.000000000000 0.009399414062 0.000000000000 +0.185546875000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.156250000000 0.000000000000 +0.000000000000 0.138671875000 0.037353515625 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.017456054688 0.000000000000 0.000000000000 +0.000000000000 0.523437500000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.092773437500 0.000000000000 +0.000000000000 0.000000000000 0.041015625000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.064453125000 0.017700195312 0.092773437500 0.125976562500 +0.000000000000 0.185546875000 0.000000000000 0.087402343750 +0.005950927734 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.285156250000 0.166992187500 +0.236328125000 0.055664062500 0.038330078125 0.074707031250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.212890625000 0.000000000000 0.000000000000 0.097167968750 +0.000000000000 0.103515625000 0.174804687500 0.000000000000 +0.000000000000 0.084472656250 0.000000000000 0.217773437500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.386718750000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.107421875000 0.000000000000 +0.000000000000 0.000000000000 0.025024414062 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.030517578125 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.163085937500 0.000000000000 0.150390625000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.233398437500 0.229492187500 +0.207031250000 0.000000000000 0.065917968750 0.100097656250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.149414062500 0.000000000000 0.000000000000 0.126953125000 +0.000000000000 0.201171875000 0.155273437500 0.000000000000 +0.000000000000 0.024658203125 0.000000000000 0.390625000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.173828125000 0.101074218750 0.034912109375 +0.000000000000 0.000000000000 0.056152343750 0.000000000000 +0.000000000000 0.000000000000 0.010742187500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.023193359375 +0.018920898438 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.192382812500 0.000000000000 0.204101562500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.156250000000 0.224609375000 +0.151367187500 0.000000000000 0.053955078125 0.101562500000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.083984375000 +0.020629882812 0.222656250000 0.066406250000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.484375000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.194335937500 0.166992187500 +0.000000000000 0.063476562500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.004516601562 0.031250000000 +0.051025390625 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.281250000000 0.000000000000 0.237304687500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.091308593750 0.164062500000 +0.096191406250 0.000000000000 0.000000000000 0.062011718750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.043457031250 0.210937500000 0.000000000000 0.000000000000 +0.000000000000 0.016357421875 0.000000000000 0.500000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.024658203125 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.201171875000 0.246093750000 +0.000000000000 0.174804687500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.027099609375 +0.089843750000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.384765625000 0.000000000000 0.241210937500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.077148437500 0.056152343750 +0.065917968750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.047851562500 0.000000000000 +0.000000000000 0.000000000000 0.023925781250 0.000000000000 +0.070800781250 0.142578125000 0.000000000000 0.000000000000 +0.000000000000 0.097167968750 0.000000000000 0.470703125000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.164062500000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.111816406250 0.248046875000 +0.000000000000 0.183593750000 0.000000000000 0.016967773438 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.023315429688 0.000000000000 0.028686523438 +0.083007812500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.445312500000 0.000000000000 0.204101562500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.114746093750 0.000000000000 +0.074707031250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.085449218750 0.006042480469 +0.000000000000 0.000000000000 0.012023925781 0.000000000000 +0.094726562500 0.062988281250 0.000000000000 0.000000000000 +0.000000000000 0.181640625000 0.000000000000 0.382812500000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.192382812500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.118652343750 0.000000000000 0.167968750000 +0.000000000000 0.126953125000 0.000000000000 0.071289062500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.014526367188 +0.054199218750 0.000000000000 0.063964843750 0.000000000000 +0.000000000000 0.441406250000 0.000000000000 0.118164062500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.149414062500 0.000000000000 +0.084960937500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.064453125000 0.019531250000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.102539062500 0.005523681641 0.000000000000 0.000000000000 +0.000000000000 0.228515625000 0.000000000000 0.259765625000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.141601562500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.259765625000 0.000000000000 0.010253906250 +0.000000000000 0.000000000000 0.000000000000 0.042968750000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.014099121094 +0.000000000000 0.000000000000 0.115234375000 0.000000000000 +0.000000000000 0.347656250000 0.000000000000 0.014892578125 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.147460937500 0.000000000000 +0.083984375000 0.004699707031 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.003738403320 +0.222656250000 0.000000000000 0.000000000000 0.000000000000 +0.100097656250 0.018188476562 0.000000000000 0.000000000000 +0.000000000000 0.224609375000 0.038085937500 0.137695312500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.279296875000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.003005981445 +0.000000000000 0.000000000000 0.090332031250 0.000000000000 +0.000000000000 0.154296875000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.094726562500 0.029907226562 +0.037597656250 0.042968750000 0.065429687500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.330078125000 0.000000000000 0.000000000000 0.000000000000 +0.090820312500 0.074218750000 0.000000000000 0.000000000000 +0.000000000000 0.172851562500 0.048339843750 0.023315429688 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.192382812500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.074707031250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.036865234375 +0.040771484375 0.000000000000 0.000000000000 0.055908203125 +0.000000000000 0.000000000000 0.174804687500 0.000000000000 +0.000000000000 0.000000000000 0.103027343750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.296875000000 0.000000000000 0.000000000000 0.028930664062 +0.049072265625 0.113769531250 0.000000000000 0.000000000000 +0.000000000000 0.069824218750 0.033935546875 0.000000000000 +0.198242187500 0.000000000000 0.065429687500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.146484375000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.092285156250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.044433593750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.090820312500 0.000000000000 0.095703125000 +0.180664062500 0.000000000000 0.000000000000 0.037109375000 +0.000000000000 0.000000000000 0.194335937500 0.000000000000 +0.000000000000 0.003021240234 0.170898437500 0.000000000000 +0.000000000000 0.005859375000 0.000000000000 0.000000000000 +0.088867187500 0.000000000000 0.000000000000 0.029907226562 +0.000000000000 0.120117187500 0.000000000000 0.024414062500 +0.000000000000 0.000000000000 0.003463745117 0.000000000000 +0.324218750000 0.000000000000 0.134765625000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.259765625000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.022460937500 0.000000000000 +0.077148437500 0.000000000000 0.000000000000 0.095214843750 +0.000000000000 0.000000000000 0.157226562500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.285156250000 0.000000000000 0.173828125000 +0.281250000000 0.033691406250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.160156250000 0.000000000000 +0.000000000000 0.041503906250 0.150390625000 0.000000000000 +0.000000000000 0.067871093750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.077148437500 0.000000000000 0.129882812500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.335937500000 0.000000000000 0.138671875000 0.000000000000 +0.051025390625 0.000000000000 0.000000000000 0.068847656250 +0.304687500000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.123046875000 0.073730468750 0.000000000000 0.162109375000 +0.000000000000 0.000000000000 0.155273437500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.116210937500 0.000000000000 +0.000000000000 0.396484375000 0.000000000000 0.263671875000 +0.298828125000 0.070312500000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.040283203125 0.000000000000 +0.037597656250 0.035888671875 0.020629882812 0.000000000000 +0.000000000000 0.128906250000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.128906250000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.265625000000 0.000000000000 0.121093750000 0.000000000000 +0.197265625000 0.000000000000 0.000000000000 0.322265625000 +0.300781250000 0.000000000000 0.000000000000 0.014953613281 +0.098632812500 0.000000000000 0.000000000000 0.000000000000 +0.122558593750 0.255859375000 0.000000000000 0.153320312500 +0.013671875000 0.000000000000 0.036621093750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.213867187500 0.000000000000 +0.000000000000 0.396484375000 0.000000000000 0.330078125000 +0.275390625000 0.074707031250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.054199218750 0.000000000000 0.000000000000 0.081054687500 +0.000000000000 0.145507812500 0.040527343750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.048339843750 +0.019409179688 0.000000000000 0.002563476562 0.000000000000 +0.092285156250 0.000000000000 0.077636718750 0.000000000000 +0.227539062500 0.000000000000 0.000000000000 0.494140625000 +0.281250000000 0.000000000000 0.000000000000 0.008117675781 +0.125000000000 0.000000000000 0.000000000000 0.000000000000 +0.082519531250 0.302734375000 0.000000000000 0.028442382812 +0.109375000000 0.016601562500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.032958984375 0.000000000000 +0.000000000000 0.000000000000 0.233398437500 0.000000000000 +0.000000000000 0.298828125000 0.000000000000 0.337890625000 +0.176757812500 0.015075683594 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.039306640625 0.000000000000 0.000000000000 0.097167968750 +0.000000000000 0.117675781250 0.125000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.002700805664 0.000000000000 0.012451171875 0.000000000000 +0.000000000000 0.000000000000 0.048339843750 0.000000000000 +0.157226562500 0.000000000000 0.005187988281 0.531250000000 +0.229492187500 0.000000000000 0.000000000000 0.000000000000 +0.066406250000 0.000000000000 0.000000000000 0.000000000000 +0.005737304688 0.261718750000 0.000000000000 0.000000000000 +0.156250000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.015563964844 0.123535156250 0.201171875000 +0.000000000000 0.000000000000 0.195312500000 0.000000000000 +0.000000000000 0.098144531250 0.000000000000 0.289062500000 +0.047119140625 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.072265625000 +0.000000000000 0.018920898438 0.128906250000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.007934570312 0.000000000000 +0.000000000000 0.000000000000 0.049072265625 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.466796875000 +0.146484375000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.067382812500 0.000000000000 0.000000000000 +0.154296875000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.014953613281 0.115722656250 0.302734375000 +0.000000000000 0.000000000000 0.073730468750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.150390625000 +0.000000000000 0.000000000000 0.017211914062 0.000000000000 +0.051757812500 0.000000000000 0.000000000000 0.039062500000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.072265625000 0.000000000000 0.080566406250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.114257812500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.059082031250 0.000000000000 +0.000000000000 0.043701171875 0.000000000000 0.223632812500 +0.035644531250 0.022216796875 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.094726562500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.005737304688 0.267578125000 +0.000000000000 0.000000000000 0.000000000000 0.077636718750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.093261718750 0.076660156250 +0.147460937500 0.000000000000 0.000000000000 0.133789062500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.085937500000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.079101562500 +0.000000000000 0.034423828125 0.213867187500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.057128906250 0.000000000000 +0.000000000000 0.044677734375 0.000000000000 0.000000000000 +0.000000000000 0.039550781250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.002731323242 0.000000000000 0.000000000000 0.052246093750 +0.000000000000 0.000000000000 0.000000000000 0.144531250000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.092285156250 0.195312500000 +0.157226562500 0.000000000000 0.060058593750 0.142578125000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.018188476562 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.116699218750 +0.000000000000 0.165039062500 0.182617187500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.152343750000 +0.000000000000 0.000000000000 0.036621093750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.064941406250 0.062255859375 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.055419921875 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.045654296875 0.000000000000 0.152343750000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.023193359375 0.000000000000 0.024414062500 0.200195312500 +0.085937500000 0.000000000000 0.065429687500 0.055664062500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.052734375000 +0.051757812500 0.214843750000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.275390625000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.104003906250 0.114746093750 +0.000000000000 0.097656250000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.043212890625 0.086914062500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.053466796875 0.000000000000 0.105957031250 +0.000000000000 0.006866455078 0.000000000000 0.000000000000 +0.097656250000 0.000000000000 0.000000000000 0.107910156250 +0.000000000000 0.000000000000 0.030761718750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.030151367188 0.000000000000 +0.148437500000 0.197265625000 0.000000000000 0.000000000000 +0.000000000000 0.040283203125 0.000000000000 0.251953125000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.149414062500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.062500000000 0.115234375000 +0.000000000000 0.216796875000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.184570312500 +0.000000000000 0.000000000000 0.025268554688 0.040039062500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.041992187500 0.000000000000 0.000000000000 +0.000000000000 0.150390625000 0.000000000000 0.045410156250 +0.125000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.069335937500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.071289062500 0.000000000000 +0.142578125000 0.092773437500 0.000000000000 0.000000000000 +0.067871093750 0.093261718750 0.000000000000 0.055175781250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.308593750000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.062988281250 +0.000000000000 0.191406250000 0.000000000000 0.000000000000 +0.000000000000 0.194335937500 0.000000000000 0.269531250000 +0.000000000000 0.059814453125 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.004119873047 0.000000000000 0.000000000000 +0.000000000000 0.204101562500 0.000000000000 0.238281250000 +0.110351562500 0.004516601562 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.030151367188 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.183593750000 0.020507812500 0.000000000000 +0.000000000000 0.000000000000 0.049072265625 0.000000000000 +0.038330078125 0.000000000000 0.000000000000 0.000000000000 +0.202148437500 0.127929687500 0.064941406250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.337890625000 0.000000000000 0.000000000000 0.075683593750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.012756347656 0.000000000000 0.000000000000 +0.000000000000 0.384765625000 0.000000000000 0.244140625000 +0.000000000000 0.135742187500 0.000000000000 0.000000000000 +0.000000000000 0.083007812500 0.181640625000 0.000000000000 +0.000000000000 0.000000000000 0.019775390625 0.000000000000 +0.000000000000 0.190429687500 0.000000000000 0.357421875000 +0.045166015625 0.018798828125 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.036132812500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.206054687500 0.146484375000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.227539062500 0.140625000000 0.110351562500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.298828125000 0.000000000000 0.044189453125 0.320312500000 +0.001770019531 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.423828125000 0.000000000000 0.063476562500 +0.011230468750 0.132812500000 0.000000000000 0.000000000000 +0.000000000000 0.244140625000 0.353515625000 0.033447265625 +0.000000000000 0.003036499023 0.036376953125 0.000000000000 +0.009887695312 0.066894531250 0.000000000000 0.375000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.164062500000 0.217773437500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.176757812500 0.143554687500 0.120605468750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.001594543457 +0.138671875000 0.000000000000 0.060302734375 0.373046875000 +0.000000000000 0.196289062500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.059326171875 +0.000000000000 0.378906250000 0.012145996094 0.000000000000 +0.052490234375 0.049804687500 0.000000000000 0.000000000000 +0.000000000000 0.291015625000 0.425781250000 0.250000000000 +0.000000000000 0.066894531250 0.000000000000 0.000000000000 +0.055908203125 0.000000000000 0.000000000000 0.322265625000 +0.000000000000 0.000000000000 0.094726562500 0.000000000000 +0.002227783203 0.039062500000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.007537841797 0.042236328125 0.219726562500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.033447265625 0.137695312500 0.116210937500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.013244628906 0.013183593750 0.314453125000 +0.000000000000 0.408203125000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.091796875000 +0.000000000000 0.194335937500 0.036865234375 0.000000000000 +0.041259765625 0.000000000000 0.000000000000 0.000000000000 +0.078125000000 0.275390625000 0.414062500000 0.304687500000 +0.000000000000 0.133789062500 0.000000000000 0.000000000000 +0.069335937500 0.000000000000 0.000000000000 0.183593750000 +0.000000000000 0.000000000000 0.228515625000 0.000000000000 +0.145507812500 0.094726562500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.062011718750 0.000000000000 0.168945312500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.101074218750 0.000000000000 +0.000000000000 0.129882812500 0.087402343750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.063476562500 0.000000000000 0.075683593750 +0.000000000000 0.511718750000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.001136779785 0.067871093750 +0.000000000000 0.000000000000 0.035888671875 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.107910156250 0.182617187500 0.306640625000 0.285156250000 +0.000000000000 0.173828125000 0.000000000000 0.044921875000 +0.055664062500 0.000000000000 0.000000000000 0.010986328125 +0.000000000000 0.000000000000 0.291015625000 0.010742187500 +0.236328125000 0.107910156250 0.000000000000 0.043457031250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.066406250000 0.000000000000 0.049072265625 0.000000000000 +0.105468750000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.202148437500 0.000000000000 +0.000000000000 0.111328125000 0.039062500000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.060791015625 0.000000000000 0.000000000000 +0.000000000000 0.507812500000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.071289062500 0.000000000000 +0.000000000000 0.000000000000 0.035644531250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.095703125000 0.023437500000 0.114257812500 0.165039062500 +0.000000000000 0.179687500000 0.000000000000 0.106445312500 +0.016601562500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.296875000000 0.164062500000 +0.251953125000 0.059082031250 0.019897460938 0.094238281250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.020996093750 0.000000000000 0.000000000000 0.000000000000 +0.173828125000 0.000000000000 0.000000000000 0.090820312500 +0.000000000000 0.092285156250 0.217773437500 0.000000000000 +0.000000000000 0.075195312500 0.000000000000 0.200195312500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.404296875000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.086425781250 0.000000000000 +0.000000000000 0.000000000000 0.019165039062 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.057128906250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.175781250000 0.000000000000 0.158203125000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.250000000000 0.245117187500 +0.236328125000 0.000000000000 0.072265625000 0.110351562500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.162109375000 0.000000000000 0.000000000000 0.140625000000 +0.000000000000 0.207031250000 0.180664062500 0.000000000000 +0.000000000000 0.028930664062 0.000000000000 0.404296875000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.206054687500 0.093750000000 0.022460937500 +0.000000000000 0.000000000000 0.057861328125 0.000000000000 +0.000000000000 0.000000000000 0.005950927734 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.036132812500 +0.018066406250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.184570312500 0.000000000000 0.199218750000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.171875000000 0.247070312500 +0.173828125000 0.000000000000 0.067382812500 0.104003906250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.030883789062 0.000000000000 0.000000000000 0.115722656250 +0.033935546875 0.245117187500 0.082031250000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.511718750000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.210937500000 0.150390625000 +0.000000000000 0.050292968750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.040527343750 0.040283203125 +0.027954101562 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.248046875000 0.000000000000 0.234375000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.099121093750 0.199218750000 +0.108398437500 0.000000000000 0.007171630859 0.076171875000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.048828125000 0.238281250000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.531250000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.230468750000 0.242187500000 +0.000000000000 0.166992187500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.010559082031 0.041259765625 +0.063476562500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.337890625000 0.000000000000 0.243164062500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.063964843750 0.106933593750 +0.076660156250 0.000000000000 0.000000000000 0.023071289062 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.016357421875 0.000000000000 +0.069335937500 0.186523437500 0.000000000000 0.000000000000 +0.000000000000 0.058349609375 0.000000000000 0.503906250000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.123535156250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.177734375000 0.257812500000 +0.000000000000 0.201171875000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.012695312500 0.000000000000 0.041259765625 +0.082031250000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.425781250000 0.000000000000 0.226562500000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.079589843750 0.000000000000 +0.058837890625 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.078125000000 0.000000000000 +0.000000000000 0.000000000000 0.031494140625 0.000000000000 +0.096191406250 0.104003906250 0.000000000000 0.000000000000 +0.000000000000 0.150390625000 0.000000000000 0.429687500000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.208007812500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.028686523438 0.025634765625 0.216796875000 +0.000000000000 0.181640625000 0.000000000000 0.056396484375 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.068359375000 0.000000000000 0.043945312500 +0.071289062500 0.000000000000 0.005462646484 0.000000000000 +0.000000000000 0.464843750000 0.000000000000 0.161132812500 +0.035400390625 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.099121093750 0.000000000000 +0.045654296875 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.095214843750 0.000000000000 +0.000000000000 0.000000000000 0.011474609375 0.000000000000 +0.121582031250 0.010253906250 0.000000000000 0.000000000000 +0.086425781250 0.243164062500 0.001869201660 0.302734375000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.223632812500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.205078125000 0.000000000000 0.093750000000 +0.000000000000 0.089843750000 0.000000000000 0.083984375000 +0.000000000000 0.045898437500 0.000000000000 0.009887695312 +0.000000000000 0.066406250000 0.000000000000 0.044433593750 +0.015563964844 0.010803222656 0.192382812500 0.000000000000 +0.000000000000 0.451171875000 0.000000000000 0.055908203125 +0.072753906250 0.000000000000 0.000000000000 0.003036499023 +0.000000000000 0.000000000000 0.101562500000 0.000000000000 +0.020874023438 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.006011962891 0.079101562500 0.000000000000 +0.032226562500 0.000000000000 0.000000000000 0.000000000000 +0.137695312500 0.000000000000 0.000000000000 0.000000000000 +0.140625000000 0.306640625000 0.088867187500 0.125976562500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.200195312500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.330078125000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.052490234375 +0.000000000000 0.139648437500 0.000000000000 0.140625000000 +0.000000000000 0.000000000000 0.000000000000 0.011413574219 +0.000000000000 0.104980468750 0.300781250000 0.000000000000 +0.000000000000 0.353515625000 0.000000000000 0.000000000000 +0.078125000000 0.000000000000 0.000000000000 0.153320312500 +0.000000000000 0.000000000000 0.082519531250 0.000000000000 +0.000000000000 0.019165039062 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.112792968750 0.000000000000 0.000000000000 +0.201171875000 0.000000000000 0.000000000000 0.000000000000 +0.134765625000 0.000000000000 0.000000000000 0.000000000000 +0.144531250000 0.320312500000 0.160156250000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.124023437500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.351562500000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.200195312500 0.000000000000 0.225585937500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.140625000000 0.322265625000 0.000000000000 +0.000000000000 0.182617187500 0.000000000000 0.000000000000 +0.069824218750 0.000000000000 0.000000000000 0.294921875000 +0.000000000000 0.000000000000 0.010375976562 0.000000000000 +0.000000000000 0.073730468750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.190429687500 0.000000000000 0.000000000000 +0.248046875000 0.000000000000 0.000000000000 0.000000000000 +0.087890625000 0.000000000000 0.000000000000 0.000000000000 +0.117187500000 0.300781250000 0.201171875000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.028930664062 0.000000000000 0.000000000000 0.000000000000 +0.012573242188 0.312500000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.006652832031 0.000000000000 +0.000000000000 0.255859375000 0.000000000000 0.273437500000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.137695312500 0.310546875000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.046142578125 0.042480468750 0.000000000000 0.404296875000 +0.000000000000 0.063476562500 0.000000000000 0.000000000000 +0.000000000000 0.071777343750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.243164062500 0.000000000000 0.000000000000 +0.218750000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.079589843750 0.240234375000 0.213867187500 0.000000000000 +0.036621093750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.007629394531 0.124511718750 +0.201171875000 0.179687500000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.029052734375 0.000000000000 +0.000000000000 0.310546875000 0.000000000000 0.279296875000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.105468750000 0.265625000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.011230468750 0.148437500000 0.000000000000 0.480468750000 +0.032958984375 0.124023437500 0.000000000000 0.000000000000 +0.000000000000 0.045898437500 0.000000000000 0.000000000000 +0.013610839844 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.259765625000 0.000000000000 0.000000000000 +0.085449218750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.047119140625 0.160156250000 0.208984375000 0.000000000000 +0.105957031250 0.000000000000 0.044433593750 0.000000000000 +0.000000000000 0.000000000000 0.023437500000 0.341796875000 +0.333984375000 0.007202148438 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.014282226562 0.000000000000 +0.000000000000 0.359375000000 0.000000000000 0.249023437500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.077636718750 0.213867187500 0.061279296875 +0.000000000000 0.000000000000 0.033935546875 0.000000000000 +0.000000000000 0.209960937500 0.000000000000 0.519531250000 +0.072265625000 0.144531250000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.024169921875 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.257812500000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.022705078125 0.081054687500 0.187500000000 0.000000000000 +0.101562500000 0.000000000000 0.088867187500 0.000000000000 +0.000000000000 0.000000000000 0.046142578125 0.515625000000 +0.378906250000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.394531250000 0.000000000000 0.161132812500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.059326171875 0.183593750000 0.107910156250 +0.000000000000 0.000000000000 0.125000000000 0.000000000000 +0.000000000000 0.221679687500 0.000000000000 0.519531250000 +0.075683593750 0.115234375000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.021484375000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.224609375000 0.000392913818 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.009216308594 0.023803710938 0.158203125000 0.000000000000 +0.022460937500 0.000000000000 0.097167968750 0.000000000000 +0.000000000000 0.000000000000 0.043212890625 0.605468750000 +0.369140625000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.402343750000 0.000000000000 0.029296875000 +0.059570312500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.082031250000 0.202148437500 0.134765625000 +0.000000000000 0.000000000000 0.149414062500 0.000000000000 +0.000000000000 0.191406250000 0.000000000000 0.486328125000 +0.044677734375 0.029418945312 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.038818359375 +0.000000000000 0.154296875000 0.115722656250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.004913330078 0.003860473633 0.125000000000 0.000000000000 +0.000000000000 0.000000000000 0.079589843750 0.001251220703 +0.000000000000 0.000000000000 0.042480468750 0.617187500000 +0.269531250000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.392578125000 0.000000000000 0.000000000000 +0.110839843750 0.023925781250 0.000000000000 0.000000000000 +0.000000000000 0.119628906250 0.257812500000 0.151367187500 +0.000000000000 0.000000000000 0.131835937500 0.000000000000 +0.022583007812 0.096191406250 0.000000000000 0.408203125000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.048095703125 +0.000000000000 0.075195312500 0.202148437500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.003997802734 0.032470703125 0.098632812500 0.000000000000 +0.000000000000 0.000000000000 0.030029296875 0.000000000000 +0.000000000000 0.000000000000 0.016967773438 0.539062500000 +0.111816406250 0.052490234375 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.333984375000 0.000000000000 0.000000000000 +0.111328125000 0.035156250000 0.000000000000 0.000000000000 +0.000000000000 0.160156250000 0.304687500000 0.154296875000 +0.000000000000 0.014648437500 0.049560546875 0.000000000000 +0.058349609375 0.000000000000 0.000000000000 0.296875000000 +0.000000000000 0.000000000000 0.025512695312 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000740051270 +0.000000000000 0.000000000000 0.233398437500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.083984375000 0.076660156250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.025390625000 0.000000000000 0.361328125000 +0.000000000000 0.257812500000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.099609375000 +0.000000000000 0.227539062500 0.000000000000 0.000000000000 +0.064941406250 0.009277343750 0.000000000000 0.000000000000 +0.087890625000 0.164062500000 0.332031250000 0.131835937500 +0.000000000000 0.166992187500 0.000000000000 0.000000000000 +0.093750000000 0.000000000000 0.000000000000 0.174804687500 +0.000000000000 0.000000000000 0.149414062500 0.000000000000 +0.083984375000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.003936767578 0.000000000000 0.221679687500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.141601562500 0.068359375000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.060546875000 0.000000000000 0.108398437500 +0.000000000000 0.423828125000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.121582031250 +0.000000000000 0.090820312500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.095214843750 0.149414062500 0.330078125000 0.084960937500 +0.000000000000 0.237304687500 0.000000000000 0.011535644531 +0.097167968750 0.000000000000 0.000000000000 0.061035156250 +0.000000000000 0.000000000000 0.218750000000 0.000000000000 +0.149414062500 0.062988281250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.138671875000 0.000000000000 +0.026000976562 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.182617187500 0.068359375000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.039794921875 0.000000000000 0.000000000000 +0.000000000000 0.482421875000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.067871093750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.031982421875 0.092285156250 0.271484375000 0.018798828125 +0.000000000000 0.231445312500 0.000000000000 0.000000000000 +0.065429687500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.220703125000 0.000000000000 +0.150390625000 0.101074218750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.249023437500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.187500000000 0.069335937500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.460937500000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.052001953125 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.142578125000 0.000000000000 +0.000000000000 0.136718750000 0.000000000000 0.000000000000 +0.010437011719 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.157226562500 0.072753906250 +0.097167968750 0.093261718750 0.082031250000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.349609375000 0.000000000000 0.000000000000 0.000000000000 +0.051757812500 0.071289062500 0.000000000000 0.000000000000 +0.000000000000 0.155273437500 0.053466796875 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.296875000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.108398437500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.006958007812 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.022216796875 0.000000000000 0.009094238281 0.092285156250 +0.000000000000 0.027465820312 0.183593750000 0.000000000000 +0.000000000000 0.000000000000 0.099609375000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.332031250000 0.000000000000 0.000000000000 0.055175781250 +0.069335937500 0.140625000000 0.000000000000 0.000000000000 +0.000000000000 0.081054687500 0.033447265625 0.000000000000 +0.182617187500 0.000000000000 0.051513671875 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.112792968750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.105468750000 0.000000000000 +0.003723144531 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.074707031250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.041992187500 0.000000000000 0.048339843750 +0.178710937500 0.000000000000 0.000000000000 0.082519531250 +0.000000000000 0.000000000000 0.232421875000 0.000000000000 +0.000000000000 0.002914428711 0.225585937500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.181640625000 0.000000000000 0.000000000000 0.081542968750 +0.041503906250 0.161132812500 0.000000000000 0.024047851562 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.384765625000 0.000000000000 0.142578125000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.294921875000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.048828125000 0.000000000000 +0.154296875000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.269531250000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.209960937500 0.000000000000 0.101562500000 +0.308593750000 0.039794921875 0.000000000000 0.029541015625 +0.000000000000 0.000000000000 0.234375000000 0.000000000000 +0.000000000000 0.093750000000 0.255859375000 0.000000000000 +0.000000000000 0.015075683594 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.075195312500 +0.000000000000 0.157226562500 0.000000000000 0.255859375000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.468750000000 0.000000000000 0.213867187500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.421875000000 0.000000000000 0.021972656250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.267578125000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.378906250000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.118652343750 0.000000000000 +0.000000000000 0.316406250000 0.000000000000 0.130859375000 +0.376953125000 0.056152343750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.203125000000 0.000000000000 +0.000000000000 0.130859375000 0.234375000000 0.000000000000 +0.000000000000 0.015869140625 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.025146484375 +0.000000000000 0.121093750000 0.000000000000 0.414062500000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.464843750000 0.004180908203 0.248046875000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.170898437500 +0.468750000000 0.000000000000 0.062500000000 0.048583984375 +0.006317138672 0.000000000000 0.000000000000 0.000000000000 +0.324218750000 0.000000000000 0.000000000000 0.000000000000 +0.063476562500 0.000000000000 0.400390625000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.242187500000 0.000000000000 +0.000000000000 0.328125000000 0.000000000000 0.128906250000 +0.386718750000 0.039794921875 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.131835937500 0.000000000000 +0.000000000000 0.124511718750 0.129882812500 0.094238281250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.074218750000 0.000000000000 0.503906250000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.371093750000 0.008728027344 0.255859375000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.283203125000 +0.458984375000 0.000000000000 0.091796875000 0.130859375000 +0.121582031250 0.000000000000 0.000000000000 0.000000000000 +0.318359375000 0.000000000000 0.000000000000 0.000000000000 +0.190429687500 0.000000000000 0.384765625000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.275390625000 0.000000000000 +0.000000000000 0.283203125000 0.000000000000 0.080566406250 +0.359375000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.060302734375 0.012573242188 +0.000000000000 0.104003906250 0.000000000000 0.185546875000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.048583984375 0.000000000000 0.539062500000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.196289062500 0.010498046875 0.250000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.285156250000 +0.382812500000 0.000000000000 0.135742187500 0.208984375000 +0.160156250000 0.000000000000 0.000000000000 0.000000000000 +0.281250000000 0.000000000000 0.000000000000 0.000000000000 +0.251953125000 0.000000000000 0.326171875000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.255859375000 0.053710937500 +0.000000000000 0.153320312500 0.000000000000 0.000000000000 +0.279296875000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.009948730469 0.137695312500 +0.000000000000 0.054199218750 0.000000000000 0.196289062500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.026489257812 +0.000000000000 0.077636718750 0.000000000000 0.539062500000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.019897460938 0.218750000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.185546875000 +0.220703125000 0.000000000000 0.208984375000 0.277343750000 +0.159179687500 0.000000000000 0.000000000000 0.000000000000 +0.187500000000 0.000000000000 0.000000000000 0.000000000000 +0.247070312500 0.000000000000 0.271484375000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.146484375000 0.169921875000 +0.000000000000 0.005737304688 0.000000000000 0.000000000000 +0.196289062500 0.000000000000 0.000000000000 0.070312500000 +0.001640319824 0.000000000000 0.000000000000 0.215820312500 +0.000000000000 0.000000000000 0.000000000000 0.149414062500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.060791015625 +0.000000000000 0.145507812500 0.104980468750 0.492187500000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.056884765625 0.158203125000 0.000000000000 +0.000000000000 0.058593750000 0.000000000000 0.000000000000 +0.016845703125 0.000000000000 0.265625000000 0.324218750000 +0.117187500000 0.000000000000 0.000000000000 0.000000000000 +0.071777343750 0.000000000000 0.000000000000 0.000000000000 +0.166992187500 0.000000000000 0.225585937500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.248046875000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.122558593750 0.000000000000 0.000000000000 0.144531250000 +0.072265625000 0.000000000000 0.000000000000 0.223632812500 +0.000000000000 0.000000000000 0.000000000000 0.027221679688 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.054931640625 +0.000000000000 0.203125000000 0.112304687500 0.392578125000 +0.000000000000 0.000000000000 0.000000000000 0.169921875000 +0.000000000000 0.061035156250 0.079101562500 0.000000000000 +0.000000000000 0.062500000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.292968750000 0.343750000000 +0.064453125000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.020019531250 0.000000000000 0.178710937500 0.000000000000 +0.004547119141 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.062988281250 0.000000000000 0.261718750000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.083496093750 0.000000000000 0.000000000000 0.158203125000 +0.075683593750 0.000000000000 0.000000000000 0.153320312500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.021606445312 0.000000000000 +0.000000000000 0.227539062500 0.000000000000 0.234375000000 +0.000000000000 0.000000000000 0.000000000000 0.328125000000 +0.000000000000 0.063476562500 0.000000000000 0.000000000000 +0.020263671875 0.001884460449 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.275390625000 0.335937500000 +0.027099609375 0.166015625000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.113281250000 0.083984375000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.144531250000 0.000000000000 0.222656250000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.082519531250 0.000000000000 0.000000000000 0.109863281250 +0.016723632812 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.090332031250 0.000000000000 +0.123535156250 0.216796875000 0.000000000000 0.024169921875 +0.000000000000 0.022827148438 0.000000000000 0.339843750000 +0.000000000000 0.037109375000 0.000000000000 0.000000000000 +0.181640625000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.159179687500 0.265625000000 +0.000591278076 0.261718750000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.067382812500 +0.000000000000 0.000000000000 0.020751953125 0.089843750000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.152343750000 0.000000000000 0.095703125000 +0.000000000000 0.048828125000 0.000000000000 0.000000000000 +0.085937500000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.097167968750 0.000000000000 +0.166015625000 0.138671875000 0.000000000000 0.000000000000 +0.011352539062 0.111816406250 0.000000000000 0.223632812500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.287109375000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.130859375000 +0.000000000000 0.244140625000 0.000000000000 0.000000000000 +0.000000000000 0.039306640625 0.000000000000 0.210937500000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.097656250000 0.000000000000 0.000000000000 +0.000000000000 0.109863281250 0.000000000000 0.122558593750 +0.079589843750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.125000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.047607421875 0.000000000000 +0.135742187500 0.005340576172 0.000000000000 0.000000000000 +0.104980468750 0.143554687500 0.042236328125 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.298828125000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.090820312500 0.000000000000 0.000000000000 +0.000000000000 0.170898437500 0.000000000000 0.202148437500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.073730468750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.107910156250 0.000000000000 0.259765625000 +0.049560546875 0.000156402588 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.160156250000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.098632812500 0.137695312500 0.080078125000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.220703125000 0.000000000000 0.000000000000 0.108398437500 +0.067871093750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.184570312500 0.000000000000 0.031982421875 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.094726562500 0.145507812500 0.047119140625 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.038574218750 0.000000000000 0.287109375000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.131835937500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.083496093750 0.073730468750 0.000000000000 +0.000000000000 0.000000000000 0.007720947266 0.000503540039 +0.031738281250 0.000000000000 0.000000000000 0.225585937500 +0.109863281250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.085937500000 0.000000000000 0.000000000000 +0.054687500000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.090332031250 0.135742187500 0.261718750000 +0.000000000000 0.000000000000 0.006042480469 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.228515625000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.002807617188 0.030883789062 0.000000000000 +0.000000000000 0.000000000000 0.060058593750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.200195312500 +0.088867187500 0.014221191406 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.081054687500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.045410156250 0.306640625000 +0.000000000000 0.000000000000 0.000000000000 0.006011962891 +0.000000000000 0.000000000000 0.000000000000 0.059082031250 +0.000000000000 0.000000000000 0.064453125000 0.017089843750 +0.098632812500 0.000000000000 0.000000000000 0.104003906250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.081054687500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.066406250000 +0.000000000000 0.000000000000 0.195312500000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.082519531250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.002426147461 +0.000000000000 0.022460937500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.029296875000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.208007812500 +0.000000000000 0.000000000000 0.000000000000 0.105957031250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.084960937500 0.201171875000 +0.157226562500 0.000000000000 0.085449218750 0.166015625000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.068359375000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.221679687500 +0.000000000000 0.157226562500 0.233398437500 0.053710937500 +0.000000000000 0.000000000000 0.000000000000 0.032958984375 +0.000000000000 0.000000000000 0.080078125000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.062011718750 0.021362304688 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.064941406250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.132812500000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.042724609375 0.000000000000 0.042480468750 0.294921875000 +0.138671875000 0.000000000000 0.161132812500 0.145507812500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.250000000000 +0.000000000000 0.294921875000 0.138671875000 0.132812500000 +0.000000000000 0.000000000000 0.000000000000 0.267578125000 +0.000000000000 0.046875000000 0.065429687500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.214843750000 0.092285156250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.285156250000 0.067382812500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.113769531250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.160156250000 0.000000000000 0.000000000000 0.292968750000 +0.019165039062 0.000000000000 0.189453125000 0.041992187500 +0.000000000000 0.000000000000 0.021850585938 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.214843750000 +0.095703125000 0.343750000000 0.000000000000 0.189453125000 +0.000000000000 0.000000000000 0.000000000000 0.314453125000 +0.158203125000 0.109375000000 0.057617187500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.273437500000 0.139648437500 +0.000000000000 0.167968750000 0.000000000000 0.000000000000 +0.064453125000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.417968750000 0.066894531250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.046386718750 +0.000000000000 0.080078125000 0.000000000000 0.000000000000 +0.255859375000 0.000000000000 0.000000000000 0.208984375000 +0.000000000000 0.000000000000 0.175781250000 0.000000000000 +0.000000000000 0.035888671875 0.061523437500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.007141113281 0.092285156250 +0.107421875000 0.332031250000 0.000000000000 0.227539062500 +0.000000000000 0.000000000000 0.000000000000 0.263671875000 +0.277343750000 0.108886718750 0.068359375000 0.000000000000 +0.033691406250 0.000000000000 0.000000000000 0.000000000000 +0.041992187500 0.000000000000 0.275390625000 0.169921875000 +0.000000000000 0.236328125000 0.000000000000 0.000000000000 +0.125976562500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.435546875000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.198242187500 0.000000000000 0.000000000000 +0.289062500000 0.000000000000 0.000000000000 0.050537109375 +0.000000000000 0.000000000000 0.112792968750 0.000000000000 +0.000000000000 0.041015625000 0.027709960938 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.054687500000 0.000000000000 +0.034667968750 0.245117187500 0.000000000000 0.240234375000 +0.000000000000 0.000000000000 0.000000000000 0.060546875000 +0.273437500000 0.049804687500 0.074707031250 0.000000000000 +0.146484375000 0.000000000000 0.000000000000 0.000000000000 +0.094726562500 0.000000000000 0.224609375000 0.197265625000 +0.090820312500 0.203125000000 0.000000000000 0.000000000000 +0.136718750000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.371093750000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.066406250000 0.000000000000 +0.000000000000 0.227539062500 0.000000000000 0.008544921875 +0.281250000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.002395629883 0.000000000000 +0.000000000000 0.013122558594 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.062011718750 0.000000000000 +0.000000000000 0.112304687500 0.000000000000 0.222656250000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.147460937500 0.000000000000 0.066406250000 0.000000000000 +0.193359375000 0.000000000000 0.000000000000 0.000000000000 +0.088867187500 0.000000000000 0.128906250000 0.213867187500 +0.177734375000 0.073730468750 0.000000000000 0.000000000000 +0.090820312500 0.000000000000 0.000000000000 0.000000000000 +0.089843750000 0.000000000000 0.186523437500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.107910156250 0.014770507812 +0.000000000000 0.192382812500 0.000000000000 0.036621093750 +0.201171875000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.065917968750 +0.000000000000 0.000000000000 0.100097656250 0.000000000000 +0.000000000000 0.000000000000 0.026977539062 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.140625000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.029541015625 0.000000000000 +0.187500000000 0.000000000000 0.000000000000 0.084960937500 +0.000000000000 0.000000000000 0.000000000000 0.215820312500 +0.192382812500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.046386718750 0.000000000000 0.000000000000 +0.132812500000 0.112792968750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.037841796875 0.083007812500 0.079101562500 +0.000000000000 0.076171875000 0.000000000000 0.031250000000 +0.069824218750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.071289062500 +0.000000000000 0.000000000000 0.239257812500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000018715858 +0.168945312500 0.037109375000 0.000000000000 0.078125000000 +0.000000000000 0.000000000000 0.000000000000 0.194335937500 +0.146484375000 0.000000000000 0.000000000000 0.100097656250 +0.000000000000 0.089355468750 0.000000000000 0.000000000000 +0.114746093750 0.170898437500 0.000000000000 0.000000000000 +0.132812500000 0.000000000000 0.079101562500 0.000000000000 +0.000000000000 0.253906250000 0.000000000000 0.123046875000 +0.022949218750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.053955078125 0.000000000000 +0.044189453125 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.296875000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.002960205078 0.100585937500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.126953125000 0.128906250000 0.000000000000 0.000000000000 +0.000000000000 0.158203125000 0.000000000000 0.128906250000 +0.010986328125 0.000000000000 0.000000000000 0.251953125000 +0.000000000000 0.095214843750 0.010925292969 0.000000000000 +0.013000488281 0.165039062500 0.000000000000 0.000000000000 +0.205078125000 0.076171875000 0.250000000000 0.000000000000 +0.008117675781 0.423828125000 0.000000000000 0.125976562500 +0.105468750000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.208984375000 0.000000000000 +0.139648437500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.291015625000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.032958984375 0.216796875000 0.025878906250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.072265625000 0.132812500000 0.000000000000 0.000000000000 +0.000000000000 0.453125000000 0.000000000000 0.017211914062 +0.000000000000 0.000000000000 0.000000000000 0.279296875000 +0.000000000000 0.066406250000 0.047607421875 0.000000000000 +0.000000000000 0.104980468750 0.000000000000 0.000000000000 +0.208984375000 0.173828125000 0.343750000000 0.000000000000 +0.059082031250 0.511718750000 0.000000000000 0.104492187500 +0.141601562500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.294921875000 0.000000000000 +0.186523437500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.228515625000 0.000000000000 +0.007446289062 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.037597656250 0.298828125000 0.079101562500 0.027832031250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.004302978516 0.077148437500 0.000000000000 0.000000000000 +0.000000000000 0.640625000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.257812500000 +0.000000000000 0.010070800781 0.066894531250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.173828125000 0.221679687500 0.367187500000 0.000000000000 +0.077636718750 0.523437500000 0.000000000000 0.057373046875 +0.150390625000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.333984375000 0.000000000000 +0.189453125000 0.073242187500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.125976562500 0.000000000000 +0.228515625000 0.000000000000 0.000000000000 0.000000000000 +0.024658203125 0.000000000000 0.000000000000 0.000000000000 +0.013671875000 0.322265625000 0.101562500000 0.071777343750 +0.000000000000 0.000000000000 0.000000000000 0.002273559570 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.695312500000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.161132812500 +0.000000000000 0.000000000000 0.070800781250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.097656250000 0.220703125000 0.353515625000 0.000000000000 +0.058105468750 0.468750000000 0.000000000000 0.010131835938 +0.128906250000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.332031250000 0.000000000000 +0.180664062500 0.100585937500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.014038085938 0.000514984131 +0.343750000000 0.000000000000 0.000000000000 0.000000000000 +0.042480468750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.314453125000 0.106445312500 0.088867187500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.675781250000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.067382812500 0.021484375000 +0.000000000000 0.000000000000 0.073242187500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.020874023438 0.185546875000 0.265625000000 0.000000000000 +0.035156250000 0.367187500000 0.000000000000 0.000000000000 +0.082519531250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.300781250000 0.000000000000 +0.155273437500 0.096679687500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.353515625000 0.000000000000 0.000000000000 0.000000000000 +0.028076171875 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.255859375000 0.084472656250 0.098632812500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.570312500000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.108398437500 0.000000000000 +0.000000000000 0.000000000000 0.053466796875 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.084960937500 0.117675781250 0.000000000000 +0.000000000000 0.246093750000 0.000000000000 0.006500244141 +0.015563964844 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.253906250000 0.069335937500 +0.140625000000 0.050292968750 0.009704589844 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.302734375000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.052978515625 0.003143310547 0.000000000000 +0.000000000000 0.164062500000 0.029663085938 0.139648437500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.400390625000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.111328125000 0.000000000000 +0.000000000000 0.000000000000 0.029907226562 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.145507812500 0.000000000000 0.064941406250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.207031250000 0.161132812500 +0.150390625000 0.000000000000 0.059814453125 0.054687500000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.186523437500 0.000000000000 0.000000000000 0.111328125000 +0.000000000000 0.139648437500 0.098144531250 0.000000000000 +0.000000000000 0.058105468750 0.000000000000 0.232421875000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.199218750000 0.011535644531 0.000000000000 +0.000000000000 0.000000000000 0.071777343750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.077148437500 0.000000000000 0.141601562500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.166015625000 0.247070312500 +0.166015625000 0.000000000000 0.088867187500 0.154296875000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.055175781250 0.000000000000 0.000000000000 0.213867187500 +0.000000000000 0.235351562500 0.163085937500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.365234375000 +0.000000000000 0.000000000000 0.012756347656 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.001899719238 0.196289062500 0.082031250000 +0.000000000000 0.000000000000 0.015747070312 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.123535156250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.061767578125 0.000000000000 0.224609375000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.123535156250 0.310546875000 +0.174804687500 0.000000000000 0.097167968750 0.208984375000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.242187500000 +0.000000000000 0.314453125000 0.177734375000 0.087402343750 +0.000000000000 0.000000000000 0.000000000000 0.515625000000 +0.000000000000 0.000000000000 0.015441894531 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.349609375000 0.214843750000 +0.000000000000 0.005523681641 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.245117187500 0.026611328125 +0.004455566406 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.099609375000 0.000000000000 0.283203125000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.082031250000 0.330078125000 +0.166992187500 0.000000000000 0.086425781250 0.220703125000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.007080078125 +0.000000000000 0.000000000000 0.000000000000 0.226562500000 +0.007720947266 0.361328125000 0.142578125000 0.153320312500 +0.000000000000 0.000000000000 0.000000000000 0.632812500000 +0.000000000000 0.046386718750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.437500000000 0.314453125000 +0.000000000000 0.172851562500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.294921875000 0.103515625000 +0.003906250000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.161132812500 0.000000000000 0.302734375000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.032714843750 0.000000000000 0.036376953125 0.320312500000 +0.139648437500 0.000000000000 0.050292968750 0.186523437500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.014221191406 +0.000000000000 0.000000000000 0.000000000000 0.131835937500 +0.078613281250 0.371093750000 0.036132812500 0.153320312500 +0.000000000000 0.000000000000 0.000000000000 0.679687500000 +0.000000000000 0.067871093750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.449218750000 0.363281250000 +0.000000000000 0.316406250000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.275390625000 0.157226562500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.218750000000 0.000000000000 0.296875000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.052246093750 0.000000000000 0.000000000000 0.248046875000 +0.083984375000 0.000000000000 0.000000000000 0.088867187500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.099609375000 0.000000000000 +0.155273437500 0.339843750000 0.000000000000 0.082031250000 +0.000000000000 0.000000000000 0.000000000000 0.664062500000 +0.000000000000 0.057617187500 0.000000000000 0.000000000000 +0.130859375000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.384765625000 0.359375000000 +0.000000000000 0.400390625000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.186523437500 0.162109375000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.250000000000 0.000000000000 0.233398437500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.061767578125 0.000000000000 0.000000000000 0.115234375000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.138671875000 0.000000000000 +0.197265625000 0.257812500000 0.000000000000 0.000000000000 +0.000000000000 0.061523437500 0.000000000000 0.542968750000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.275390625000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.221679687500 0.294921875000 +0.007476806641 0.396484375000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.075195312500 +0.000000000000 0.000000000000 0.014404296875 0.121093750000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.236328125000 0.000000000000 0.109375000000 +0.000000000000 0.024291992188 0.000000000000 0.000000000000 +0.058349609375 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.137695312500 0.000000000000 +0.198242187500 0.130859375000 0.000000000000 0.000000000000 +0.052978515625 0.145507812500 0.000000000000 0.300781250000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.326171875000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.151367187500 +0.000000000000 0.296875000000 0.000000000000 0.000000000000 +0.000000000000 0.059082031250 0.000000000000 0.226562500000 +0.000000000000 0.000000000000 0.000000000000 0.027343750000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.160156250000 0.000000000000 0.000000000000 +0.000000000000 0.084960937500 0.000000000000 0.107910156250 +0.055908203125 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.125976562500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.045166015625 0.000000000000 +0.161132812500 0.003707885742 0.000000000000 0.000000000000 +0.114746093750 0.180664062500 0.059570312500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.308593750000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.081054687500 0.000000000000 0.000000000000 +0.000000000000 0.177734375000 0.000000000000 0.261718750000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.115722656250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.113281250000 0.000000000000 0.277343750000 +0.061767578125 0.047851562500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.017944335938 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.211914062500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.061523437500 0.000000000000 0.000000000000 0.000000000000 +0.101074218750 0.177734375000 0.117675781250 0.000000000000 +0.047607421875 0.000000000000 0.000000000000 0.000000000000 +0.199218750000 0.000000000000 0.000000000000 0.050781250000 +0.172851562500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.193359375000 0.000000000000 0.229492187500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.143554687500 0.000663757324 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.126953125000 0.000000000000 0.375000000000 +0.096191406250 0.109375000000 0.000000000000 0.000000000000 +0.000000000000 0.001045227051 0.016357421875 0.000000000000 +0.004211425781 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.220703125000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.113281250000 0.129882812500 0.000000000000 +0.171875000000 0.000000000000 0.070800781250 0.000000000000 +0.009277343750 0.000000000000 0.000000000000 0.255859375000 +0.390625000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.032958984375 0.132812500000 0.000000000000 0.092285156250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.092773437500 0.205078125000 +0.000000000000 0.000000000000 0.046875000000 0.000000000000 +0.000000000000 0.130859375000 0.000000000000 0.390625000000 +0.136718750000 0.123535156250 0.000000000000 0.000000000000 +0.000000000000 0.001426696777 0.108886718750 0.000000000000 +0.000000000000 0.000000000000 0.119628906250 0.000000000000 +0.000000000000 0.174804687500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.107910156250 0.000000000000 +0.250000000000 0.000000000000 0.198242187500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.371093750000 +0.515625000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.022583007812 0.000000000000 +0.109375000000 0.005432128906 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.248046875000 +0.000000000000 0.000000000000 0.133789062500 0.000000000000 +0.000000000000 0.138671875000 0.000000000000 0.351562500000 +0.184570312500 0.073730468750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.136718750000 0.000000000000 +0.000000000000 0.011535644531 0.133789062500 0.000000000000 +0.000000000000 0.076171875000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.014831542969 +0.000000000000 0.000000000000 0.000000000000 0.171875000000 +0.000000000000 0.000000000000 0.040527343750 0.000000000000 +0.249023437500 0.000000000000 0.267578125000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.392578125000 +0.519531250000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.004699707031 0.000000000000 +0.130859375000 0.000000000000 0.000000000000 0.000000000000 +0.112304687500 0.000000000000 0.056396484375 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.202148437500 +0.000000000000 0.000000000000 0.166992187500 0.000000000000 +0.000000000000 0.142578125000 0.000000000000 0.243164062500 +0.195312500000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.119628906250 0.000000000000 +0.000000000000 0.032226562500 0.058105468750 0.085449218750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.024414062500 +0.000000000000 0.000000000000 0.000000000000 0.326171875000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.153320312500 0.000000000000 0.269531250000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.359375000000 +0.419921875000 0.000000000000 0.000000000000 0.028076171875 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.123535156250 0.000000000000 0.000000000000 0.000000000000 +0.185546875000 0.000000000000 0.081542968750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.022705078125 +0.000000000000 0.000000000000 0.166015625000 0.016479492188 +0.000000000000 0.127929687500 0.000000000000 0.108398437500 +0.184570312500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.023193359375 0.039794921875 +0.000000000000 0.013610839844 0.000000000000 0.156250000000 +0.000000000000 0.000000000000 0.006347656250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.341796875000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.206054687500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.251953125000 +0.195312500000 0.000000000000 0.005767822266 0.195312500000 +0.083007812500 0.000000000000 0.000000000000 0.000000000000 +0.038818359375 0.000000000000 0.000000000000 0.000000000000 +0.192382812500 0.000000000000 0.034912109375 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.109375000000 0.127929687500 +0.000000000000 0.072753906250 0.000000000000 0.000000000000 +0.119140625000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.046630859375 +0.000000000000 0.000000000000 0.000000000000 0.152343750000 +0.000000000000 0.000000000000 0.158203125000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.228515625000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.071289062500 0.000000000000 +0.052490234375 0.030517578125 0.000000000000 0.090332031250 +0.000000000000 0.000000000000 0.001251220703 0.257812500000 +0.143554687500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.136718750000 0.099121093750 0.000000000000 0.000000000000 +0.077636718750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.153320312500 0.000000000000 0.163085937500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.012329101562 0.000000000000 0.000000000000 0.000000000000 +0.004760742188 0.000000000000 0.000000000000 0.001808166504 +0.000000000000 0.000000000000 0.000000000000 0.049316406250 +0.000000000000 0.000000000000 0.223632812500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.014770507812 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.129882812500 0.095214843750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.234375000000 +0.109863281250 0.000000000000 0.000000000000 0.122070312500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.001510620117 0.098144531250 0.000000000000 0.000000000000 +0.091796875000 0.000000000000 0.066894531250 0.000000000000 +0.000000000000 0.294921875000 0.000000000000 0.146484375000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.079101562500 0.000000000000 +0.077148437500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.208007812500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.147460937500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.120605468750 0.082519531250 0.000000000000 0.000000000000 +0.000000000000 0.164062500000 0.000000000000 0.103515625000 +0.000000000000 0.000000000000 0.000000000000 0.133789062500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.041015625000 0.000000000000 0.166015625000 0.000000000000 +0.000000000000 0.310546875000 0.000000000000 0.064453125000 +0.007873535156 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.123046875000 0.000000000000 +0.092773437500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.085449218750 0.000000000000 +0.049316406250 0.000000000000 0.000000000000 0.000000000000 +0.023681640625 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.207031250000 0.036132812500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.030395507812 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.285156250000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.014587402344 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.169921875000 0.000000000000 +0.000000000000 0.209960937500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.003128051758 +0.000000000000 0.000000000000 0.111816406250 0.000000000000 +0.060546875000 0.063476562500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.304687500000 0.000000000000 0.000000000000 0.000000000000 +0.070312500000 0.020507812500 0.000000000000 0.000000000000 +0.000000000000 0.203125000000 0.062988281250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.261718750000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.032714843750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.068847656250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.052978515625 +0.000000000000 0.000000000000 0.017578125000 0.031738281250 +0.000000000000 0.064941406250 0.148437500000 0.000000000000 +0.000000000000 0.000000000000 0.062011718750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.347656250000 0.000000000000 0.000000000000 0.010681152344 +0.063964843750 0.084472656250 0.000000000000 0.000000000000 +0.000000000000 0.127929687500 0.064941406250 0.000000000000 +0.144531250000 0.000000000000 0.036865234375 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.138671875000 0.077636718750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.122070312500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.069824218750 +0.132812500000 0.000000000000 0.000000000000 0.074707031250 +0.000000000000 0.000246047974 0.255859375000 0.000000000000 +0.000000000000 0.000000000000 0.250000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.265625000000 0.000000000000 0.000000000000 0.169921875000 +0.000000000000 0.143554687500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.018920898438 0.000000000000 +0.367187500000 0.000000000000 0.169921875000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.337890625000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.122070312500 0.000000000000 +0.152343750000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.259765625000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.113769531250 0.000000000000 0.071777343750 +0.271484375000 0.000000000000 0.000000000000 0.071777343750 +0.000000000000 0.000000000000 0.285156250000 0.000000000000 +0.000000000000 0.093750000000 0.306640625000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.005157470703 0.000000000000 0.000000000000 0.226562500000 +0.000000000000 0.173828125000 0.000000000000 0.310546875000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.468750000000 0.000000000000 0.263671875000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.441406250000 0.000000000000 0.074218750000 0.000000000000 +0.000000000000 0.000000000000 0.038085937500 0.000000000000 +0.253906250000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.443359375000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.082031250000 0.000000000000 +0.000000000000 0.249023437500 0.000000000000 0.056152343750 +0.369140625000 0.000000000000 0.000000000000 0.050537109375 +0.000000000000 0.000000000000 0.265625000000 0.000000000000 +0.000000000000 0.153320312500 0.283203125000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.205078125000 +0.000000000000 0.174804687500 0.000000000000 0.531250000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.462890625000 0.040527343750 0.285156250000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.050537109375 +0.447265625000 0.000000000000 0.190429687500 0.106933593750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.298828125000 0.000000000000 0.000000000000 0.000000000000 +0.031738281250 0.000000000000 0.492187500000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.170898437500 0.000000000000 +0.000000000000 0.333984375000 0.000000000000 0.027099609375 +0.414062500000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.178710937500 0.000000000000 +0.000000000000 0.166992187500 0.164062500000 0.098144531250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.078613281250 +0.000000000000 0.154296875000 0.000000000000 0.593750000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.367187500000 0.084960937500 0.269531250000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.127929687500 +0.390625000000 0.000000000000 0.203125000000 0.228515625000 +0.190429687500 0.000000000000 0.000000000000 0.000000000000 +0.289062500000 0.000000000000 0.000000000000 0.000000000000 +0.068359375000 0.000000000000 0.470703125000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.198242187500 0.000000000000 +0.000000000000 0.371093750000 0.000000000000 0.030151367188 +0.404296875000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.062500000000 0.000000000000 +0.000000000000 0.129882812500 0.000000000000 0.151367187500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.073730468750 0.000000000000 +0.000000000000 0.097167968750 0.000000000000 0.562500000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.215820312500 0.068847656250 0.203125000000 0.000000000000 +0.140625000000 0.000000000000 0.000000000000 0.171875000000 +0.281250000000 0.000000000000 0.161132812500 0.261718750000 +0.294921875000 0.000000000000 0.000000000000 0.000000000000 +0.208984375000 0.000000000000 0.000000000000 0.000000000000 +0.062500000000 0.000000000000 0.322265625000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.184570312500 0.000000000000 +0.000000000000 0.369140625000 0.000000000000 0.084472656250 +0.359375000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.052490234375 0.000000000000 0.150390625000 +0.000000000000 0.000000000000 0.011535644531 0.000000000000 +0.000000000000 0.000000000000 0.096679687500 0.000000000000 +0.000000000000 0.015197753906 0.000000000000 0.392578125000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.054443359375 0.010681152344 0.111328125000 0.000000000000 +0.246093750000 0.000000000000 0.000000000000 0.210937500000 +0.171875000000 0.000000000000 0.030639648438 0.247070312500 +0.304687500000 0.000000000000 0.000000000000 0.000000000000 +0.113281250000 0.165039062500 0.000000000000 0.034179687500 +0.023315429688 0.051513671875 0.091796875000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.144531250000 0.000000000000 +0.000000000000 0.345703125000 0.000000000000 0.166015625000 +0.277343750000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.057128906250 0.000000000000 0.000000000000 0.093750000000 +0.000000000000 0.036865234375 0.073242187500 0.000000000000 +0.000000000000 0.000000000000 0.084960937500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.140625000000 +0.020751953125 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.018554687500 0.000000000000 +0.279296875000 0.000000000000 0.000000000000 0.249023437500 +0.092773437500 0.000000000000 0.000000000000 0.152343750000 +0.248046875000 0.000000000000 0.000000000000 0.000000000000 +0.019287109375 0.281250000000 0.000000000000 0.098144531250 +0.000000000000 0.058593750000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.019165039062 0.000000000000 +0.000000000000 0.000000000000 0.086425781250 0.000000000000 +0.000000000000 0.283203125000 0.000000000000 0.259765625000 +0.190429687500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.064941406250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.104003906250 0.074218750000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.060546875000 0.033203125000 0.039794921875 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.253906250000 0.000000000000 0.008605957031 0.291015625000 +0.128906250000 0.000000000000 0.000000000000 0.000000000000 +0.077148437500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.302734375000 0.000000000000 0.111816406250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.153320312500 0.000000000000 +0.000000000000 0.000000000000 0.039306640625 0.000000000000 +0.000000000000 0.208007812500 0.000000000000 0.332031250000 +0.116210937500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.057128906250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.143554687500 0.022949218750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.038574218750 0.058593750000 0.094238281250 0.000000000000 +0.000000000000 0.000000000000 0.003524780273 0.000000000000 +0.127929687500 0.000000000000 0.021484375000 0.324218750000 +0.240234375000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.261718750000 0.000000000000 0.063476562500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.174804687500 0.124023437500 +0.000000000000 0.000000000000 0.016723632812 0.000000000000 +0.000000000000 0.133789062500 0.000000000000 0.357421875000 +0.085449218750 0.020141601562 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.002365112305 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.140625000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.041992187500 0.102539062500 0.000000000000 +0.048828125000 0.000000000000 0.090820312500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.333984375000 +0.363281250000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.009765625000 0.133789062500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.106933593750 0.227539062500 +0.000000000000 0.000000000000 0.024169921875 0.000000000000 +0.000000000000 0.093261718750 0.000000000000 0.349609375000 +0.117187500000 0.024414062500 0.000000000000 0.000000000000 +0.000000000000 0.003143310547 0.091796875000 0.000000000000 +0.000000000000 0.000000000000 0.057128906250 0.000000000000 +0.000000000000 0.096679687500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.087890625000 0.000000000000 +0.159179687500 0.000000000000 0.184570312500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.328125000000 +0.443359375000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.003234863281 0.000000000000 +0.076660156250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.228515625000 +0.000000000000 0.000000000000 0.070800781250 0.000000000000 +0.000000000000 0.111328125000 0.000000000000 0.294921875000 +0.168945312500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.136718750000 0.000000000000 +0.000000000000 0.000000000000 0.088378906250 0.000000000000 +0.000000000000 0.023315429688 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.014831542969 +0.000000000000 0.000000000000 0.000000000000 0.139648437500 +0.000000000000 0.000000000000 0.031494140625 0.000000000000 +0.189453125000 0.000000000000 0.236328125000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.302734375000 +0.449218750000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.104980468750 0.000000000000 0.000000000000 0.000000000000 +0.039794921875 0.000000000000 0.051025390625 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.131835937500 +0.000000000000 0.000000000000 0.108398437500 0.000000000000 +0.000000000000 0.135742187500 0.000000000000 0.209960937500 +0.195312500000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.125000000000 0.000000000000 +0.000000000000 0.024291992188 0.059326171875 0.015319824219 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.015869140625 +0.000000000000 0.000000000000 0.000000000000 0.273437500000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.163085937500 0.000000000000 0.239257812500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.261718750000 +0.380859375000 0.000000000000 0.000000000000 0.007171630859 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.099121093750 0.000000000000 0.000000000000 0.000000000000 +0.115722656250 0.000000000000 0.084960937500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.118652343750 0.000000000000 +0.000000000000 0.147460937500 0.000000000000 0.117187500000 +0.193359375000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.039794921875 0.000000000000 +0.000000000000 0.012023925781 0.000000000000 0.104492187500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.291015625000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.008300781250 0.000000000000 0.187500000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.204101562500 +0.204101562500 0.000000000000 0.000000000000 0.159179687500 +0.065917968750 0.000000000000 0.000000000000 0.000000000000 +0.048339843750 0.000000000000 0.000000000000 0.000000000000 +0.142578125000 0.000000000000 0.040283203125 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.102539062500 0.072265625000 +0.000000000000 0.118164062500 0.000000000000 0.035156250000 +0.142578125000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.111328125000 +0.000000000000 0.000000000000 0.128906250000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.193359375000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.073242187500 0.000000000000 +0.077148437500 0.000000000000 0.000000000000 0.119140625000 +0.000000000000 0.000000000000 0.000000000000 0.217773437500 +0.136718750000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.136718750000 0.083496093750 0.000000000000 0.000000000000 +0.028930664062 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.087402343750 0.029785156250 0.115722656250 +0.000000000000 0.016113281250 0.000000000000 0.000000000000 +0.032958984375 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.063964843750 +0.000000000000 0.000000000000 0.224609375000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.112792968750 0.077148437500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.204101562500 +0.111816406250 0.000000000000 0.000000000000 0.103027343750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.074707031250 0.079589843750 0.000000000000 0.000000000000 +0.100097656250 0.000000000000 0.058593750000 0.000000000000 +0.000000000000 0.250000000000 0.000000000000 0.124023437500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.097656250000 0.000000000000 +0.095214843750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.225585937500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.092285156250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.075195312500 0.110839843750 0.000000000000 0.000000000000 +0.000000000000 0.156250000000 0.000000000000 0.106933593750 +0.000000000000 0.000000000000 0.000000000000 0.139648437500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.124023437500 0.006622314453 0.124023437500 0.000000000000 +0.000000000000 0.302734375000 0.000000000000 0.109863281250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.219726562500 0.000000000000 +0.194335937500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.144531250000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.134765625000 0.000000000000 0.054931640625 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.095703125000 0.000000000000 0.000000000000 +0.000000000000 0.339843750000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.094726562500 +0.000000000000 0.000000000000 0.000732421875 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.094726562500 0.004608154297 0.105957031250 0.000000000000 +0.000000000000 0.292968750000 0.000000000000 0.094726562500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.265625000000 0.081542968750 +0.235351562500 0.000000000000 0.000000000000 0.006347656250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.016601562500 +0.143554687500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.064941406250 0.070312500000 0.000000000000 +0.000000000000 0.130859375000 0.000000000000 0.208007812500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.011657714844 0.000000000000 0.000000000000 +0.000000000000 0.359375000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.010986328125 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.043457031250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.233398437500 0.000000000000 0.110839843750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.255859375000 0.196289062500 +0.233398437500 0.000000000000 0.044189453125 0.051269531250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.019287109375 +0.197265625000 0.000000000000 0.000000000000 0.091796875000 +0.000000000000 0.168945312500 0.095214843750 0.000000000000 +0.000000000000 0.083984375000 0.000000000000 0.345703125000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.277343750000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.043945312500 0.000000000000 +0.000000000000 0.000000000000 0.008056640625 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.025512695312 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.172851562500 0.000000000000 0.150390625000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.191406250000 0.230468750000 +0.181640625000 0.000000000000 0.076171875000 0.070312500000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.143554687500 0.000000000000 0.000000000000 0.117187500000 +0.025878906250 0.226562500000 0.072265625000 0.000000000000 +0.000000000000 0.021240234375 0.000000000000 0.441406250000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.080566406250 0.141601562500 0.066406250000 +0.000000000000 0.000000000000 0.015563964844 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.015502929688 0.038574218750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.185546875000 0.000000000000 0.194335937500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.102539062500 0.209960937500 +0.108398437500 0.000000000000 0.048095703125 0.063964843750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.040527343750 +0.039550781250 0.231445312500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.466796875000 +0.000000000000 0.000000000000 0.000000000000 0.000402450562 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.189453125000 0.188476562500 +0.000000000000 0.123046875000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.025024414062 0.025878906250 +0.015625000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.269531250000 0.000000000000 0.208984375000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.041259765625 0.117187500000 +0.045654296875 0.000000000000 0.000000000000 0.013916015625 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.050292968750 0.189453125000 0.000000000000 0.000000000000 +0.000000000000 0.031738281250 0.000000000000 0.449218750000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.097167968750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.174804687500 0.237304687500 +0.000000000000 0.179687500000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000885009766 0.000000000000 0.000000000000 +0.050537109375 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.369140625000 0.000000000000 0.206054687500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.042236328125 0.000000000000 +0.020751953125 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.076171875000 0.000000000000 +0.000000000000 0.000000000000 0.029052734375 0.000000000000 +0.053466796875 0.100097656250 0.000000000000 0.000000000000 +0.000000000000 0.114746093750 0.000000000000 0.376953125000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.208984375000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.048828125000 0.224609375000 +0.000000000000 0.168945312500 0.000000000000 0.038085937500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.081054687500 0.000000000000 0.000000000000 +0.073730468750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.435546875000 0.000000000000 0.161132812500 +0.011413574219 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.103515625000 0.000000000000 +0.040771484375 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.135742187500 0.000000000000 +0.000000000000 0.000000000000 0.004364013672 0.000000000000 +0.047851562500 0.002105712891 0.000000000000 0.000000000000 +0.042236328125 0.197265625000 0.000000000000 0.259765625000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.219726562500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.163085937500 0.000000000000 0.131835937500 +0.000000000000 0.059082031250 0.000000000000 0.123535156250 +0.000000000000 0.000000000000 0.010131835938 0.000000000000 +0.000000000000 0.083984375000 0.000000000000 0.000000000000 +0.081054687500 0.038818359375 0.149414062500 0.000000000000 +0.000000000000 0.460937500000 0.000000000000 0.101074218750 +0.052490234375 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.164062500000 0.000000000000 +0.074218750000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.140625000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.031127929688 0.000000000000 0.000000000000 0.000000000000 +0.062255859375 0.255859375000 0.030029296875 0.145507812500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.167968750000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.365234375000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.139648437500 +0.000000000000 0.002288818359 0.041503906250 0.000000000000 +0.000000000000 0.027709960938 0.000000000000 0.000000000000 +0.079589843750 0.141601562500 0.259765625000 0.000000000000 +0.029296875000 0.455078125000 0.000000000000 0.046630859375 +0.093750000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.221679687500 0.000000000000 +0.096191406250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.119140625000 0.000000000000 +0.023803710938 0.000000000000 0.000000000000 0.000000000000 +0.010864257812 0.000000000000 0.000000000000 0.000000000000 +0.050781250000 0.277343750000 0.070312500000 0.052734375000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.058105468750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.498046875000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.121093750000 +0.000000000000 0.000000000000 0.082031250000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.081542968750 0.195312500000 0.289062500000 0.000000000000 +0.047851562500 0.431640625000 0.000000000000 0.013366699219 +0.110839843750 0.000000000000 0.000000000000 0.012390136719 +0.000000000000 0.000000000000 0.255859375000 0.000000000000 +0.113281250000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.083984375000 0.000000000000 +0.091796875000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.005493164062 0.277343750000 0.085937500000 0.006134033203 +0.000000000000 0.000000000000 0.000000000000 0.004455566406 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.558593750000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.082031250000 +0.000000000000 0.000000000000 0.097167968750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.109375000000 0.200195312500 0.279296875000 0.000000000000 +0.055664062500 0.423828125000 0.000000000000 0.030151367188 +0.134765625000 0.000000000000 0.000000000000 0.010864257812 +0.000000000000 0.000000000000 0.281250000000 0.000000000000 +0.128906250000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.077636718750 0.000000000000 +0.093261718750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.265625000000 0.084960937500 0.015380859375 +0.000000000000 0.000000000000 0.000000000000 0.002639770508 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.582031250000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.087890625000 +0.000000000000 0.000000000000 0.101562500000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.147460937500 0.179687500000 0.267578125000 0.000000000000 +0.068847656250 0.458984375000 0.000000000000 0.062500000000 +0.158203125000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.298828125000 0.000000000000 +0.147460937500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.099609375000 0.000000000000 +0.070800781250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.263671875000 0.076171875000 0.056884765625 +0.000000000000 0.000000000000 0.000000000000 0.000606536865 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.597656250000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.124511718750 +0.000000000000 0.000000000000 0.091796875000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.162109375000 0.169921875000 0.273437500000 0.000000000000 +0.072265625000 0.496093750000 0.000000000000 0.070312500000 +0.151367187500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.312500000000 0.000000000000 +0.163085937500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.103515625000 0.000000000000 +0.102050781250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.285156250000 0.074218750000 0.098632812500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.621093750000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.132812500000 +0.000000000000 0.000000000000 0.069824218750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.141601562500 0.166015625000 0.291015625000 0.000000000000 +0.058349609375 0.496093750000 0.000000000000 0.064453125000 +0.150390625000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.318359375000 0.000000000000 +0.174804687500 0.050781250000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.075683593750 0.000000000000 +0.215820312500 0.000000000000 0.000000000000 0.000000000000 +0.047119140625 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.300781250000 0.082519531250 0.115722656250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.625000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.104003906250 +0.000000000000 0.000000000000 0.029663085938 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.035644531250 +0.065917968750 0.138671875000 0.289062500000 0.000000000000 +0.034423828125 0.437500000000 0.000000000000 0.015441894531 +0.108886718750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.291015625000 0.000000000000 +0.158203125000 0.103027343750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.367187500000 0.000000000000 0.000000000000 0.000000000000 +0.099609375000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.294921875000 0.093750000000 0.108886718750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.585937500000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.049316406250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.044677734375 +0.000000000000 0.073242187500 0.223632812500 0.000000000000 +0.000000000000 0.283203125000 0.000000000000 0.000000000000 +0.047119140625 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.209960937500 0.014465332031 +0.099121093750 0.111816406250 0.026245117188 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.445312500000 0.000000000000 0.000000000000 0.000000000000 +0.116210937500 0.030273437500 0.000000000000 0.000000000000 +0.000000000000 0.251953125000 0.093750000000 0.064941406250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.435546875000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.125976562500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.022216796875 +0.000000000000 0.000000000000 0.072265625000 0.000000000000 +0.000000000000 0.058837890625 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.035156250000 +0.000000000000 0.000000000000 0.074707031250 0.042724609375 +0.000000000000 0.084472656250 0.139648437500 0.000000000000 +0.000000000000 0.000000000000 0.038330078125 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.427734375000 0.000000000000 0.000000000000 0.000000000000 +0.101562500000 0.085937500000 0.000000000000 0.000000000000 +0.000000000000 0.157226562500 0.076171875000 0.000000000000 +0.103515625000 0.000000000000 0.009643554688 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.067382812500 0.162109375000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.138671875000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.073730468750 +0.080566406250 0.000000000000 0.000000000000 0.039550781250 +0.000000000000 0.000000000000 0.191406250000 0.000000000000 +0.000000000000 0.000000000000 0.145507812500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.257812500000 0.000000000000 0.000000000000 0.048828125000 +0.021728515625 0.104003906250 0.000000000000 0.000000000000 +0.000000000000 0.025268554688 0.031494140625 0.000000000000 +0.257812500000 0.000000000000 0.114257812500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.213867187500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.104980468750 0.000000000000 +0.040039062500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.122558593750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.078613281250 0.000000000000 0.083496093750 +0.173828125000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.180664062500 0.000000000000 +0.000000000000 0.002517700195 0.142578125000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.033691406250 +0.000000000000 0.096191406250 0.000000000000 0.123046875000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.269531250000 0.000000000000 0.161132812500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.242187500000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.083984375000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.174804687500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.053710937500 0.000000000000 +0.000000000000 0.143554687500 0.000000000000 0.074707031250 +0.196289062500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.092285156250 0.000000000000 +0.000000000000 0.014526367188 0.012573242188 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.052490234375 0.000000000000 0.216796875000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.156250000000 0.000000000000 0.155273437500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.051025390625 +0.198242187500 0.000000000000 0.025268554688 0.129882812500 +0.012573242188 0.000000000000 0.000000000000 0.000000000000 +0.069824218750 0.000000000000 0.000000000000 0.000000000000 +0.112304687500 0.000000000000 0.138671875000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.091796875000 0.030883789062 +0.000000000000 0.140625000000 0.000000000000 0.044189453125 +0.173828125000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.082519531250 +0.000000000000 0.000000000000 0.064941406250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.197265625000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.090820312500 0.000000000000 +0.080078125000 0.000000000000 0.000000000000 0.077148437500 +0.036865234375 0.000000000000 0.009643554688 0.218750000000 +0.141601562500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.145507812500 0.083496093750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.025512695312 0.072753906250 0.113769531250 +0.000000000000 0.064941406250 0.000000000000 0.000000000000 +0.074707031250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.090332031250 +0.000000000000 0.000000000000 0.224609375000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.042236328125 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.135742187500 0.048339843750 0.000000000000 0.043457031250 +0.000000000000 0.000000000000 0.000000000000 0.229492187500 +0.147460937500 0.000000000000 0.000000000000 0.084960937500 +0.000000000000 0.030151367188 0.000000000000 0.000000000000 +0.121093750000 0.151367187500 0.000000000000 0.000000000000 +0.130859375000 0.000000000000 0.019531250000 0.000000000000 +0.000000000000 0.253906250000 0.000000000000 0.147460937500 +0.001922607422 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.050537109375 0.000000000000 +0.048583984375 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.003311157227 +0.000000000000 0.000000000000 0.279296875000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.080078125000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.131835937500 0.136718750000 0.000000000000 0.000000000000 +0.000000000000 0.099121093750 0.000000000000 0.171875000000 +0.044189453125 0.000000000000 0.000000000000 0.229492187500 +0.000000000000 0.030883789062 0.000000000000 0.000000000000 +0.014038085938 0.146484375000 0.000000000000 0.000000000000 +0.195312500000 0.024169921875 0.185546875000 0.000000000000 +0.002609252930 0.417968750000 0.000000000000 0.149414062500 +0.068359375000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.191406250000 0.000000000000 +0.150390625000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.269531250000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.198242187500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000545501709 +0.078125000000 0.138671875000 0.000000000000 0.000000000000 +0.000000000000 0.396484375000 0.000000000000 0.052246093750 +0.000000000000 0.000000000000 0.000000000000 0.251953125000 +0.000000000000 0.000000000000 0.035644531250 0.000000000000 +0.000000000000 0.062988281250 0.000000000000 0.000000000000 +0.198242187500 0.115234375000 0.275390625000 0.000000000000 +0.048583984375 0.494140625000 0.000000000000 0.120605468750 +0.124023437500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.279296875000 0.000000000000 +0.182617187500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.196289062500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.273437500000 0.052246093750 0.079101562500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.064941406250 0.000000000000 0.000000000000 +0.000000000000 0.570312500000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.217773437500 +0.000000000000 0.000000000000 0.072753906250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.164062500000 0.165039062500 0.296875000000 0.000000000000 +0.067871093750 0.503906250000 0.000000000000 0.075683593750 +0.138671875000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.308593750000 0.000000000000 +0.185546875000 0.008728027344 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.106933593750 0.000000000000 +0.166992187500 0.000000000000 0.000000000000 0.000000000000 +0.030517578125 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.300781250000 0.083496093750 0.118164062500 +0.000000000000 0.000000000000 0.000000000000 0.001335144043 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.625000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.133789062500 +0.000000000000 0.000000000000 0.082031250000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.111816406250 0.172851562500 0.285156250000 0.000000000000 +0.064941406250 0.488281250000 0.000000000000 0.037841796875 +0.143554687500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.302734375000 0.000000000000 +0.155273437500 0.015014648438 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.041992187500 0.000000000000 +0.208984375000 0.000000000000 0.000000000000 0.000000000000 +0.044433593750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.302734375000 0.097167968750 0.120605468750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.625000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.061279296875 +0.000000000000 0.000000000000 0.092285156250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.083007812500 0.166992187500 0.263671875000 0.000000000000 +0.061035156250 0.458984375000 0.000000000000 0.019287109375 +0.148437500000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.279296875000 0.000000000000 +0.116699218750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.028808593750 0.000000000000 +0.192382812500 0.000000000000 0.000000000000 0.000000000000 +0.036621093750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.292968750000 0.097167968750 0.094238281250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.585937500000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.030761718750 +0.000000000000 0.000000000000 0.084960937500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.068359375000 0.171875000000 0.253906250000 0.000000000000 +0.041259765625 0.435546875000 0.000000000000 0.011352539062 +0.132812500000 0.000000000000 0.000000000000 0.006713867188 +0.000000000000 0.000000000000 0.257812500000 0.000000000000 +0.094726562500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.044677734375 0.000000000000 +0.142578125000 0.000000000000 0.000000000000 0.000000000000 +0.020507812500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.285156250000 0.095214843750 0.055175781250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.546875000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.039794921875 +0.000000000000 0.000000000000 0.076171875000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.064941406250 0.180664062500 0.263671875000 0.000000000000 +0.034179687500 0.416015625000 0.000000000000 0.005584716797 +0.118652343750 0.000000000000 0.000000000000 0.005889892578 +0.000000000000 0.000000000000 0.253906250000 0.000000000000 +0.111816406250 0.002319335938 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.048339843750 0.000000000000 +0.121093750000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.271484375000 0.087402343750 0.019775390625 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.535156250000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.042236328125 +0.000000000000 0.000000000000 0.062988281250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.056152343750 0.172851562500 0.255859375000 0.000000000000 +0.027465820312 0.382812500000 0.000000000000 0.008178710938 +0.095703125000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.265625000000 0.000000000000 +0.135742187500 0.036132812500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.027465820312 0.000000000000 +0.163085937500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.249023437500 0.074707031250 0.021606445312 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.531250000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.010253906250 +0.000000000000 0.000000000000 0.044677734375 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.041259765625 0.129882812500 0.215820312500 0.000000000000 +0.014282226562 0.326171875000 0.000000000000 0.011413574219 +0.056640625000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.263671875000 0.000000000000 +0.156250000000 0.046142578125 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.215820312500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.208007812500 0.047119140625 0.074218750000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.480468750000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.042724609375 0.000000000000 +0.000000000000 0.000000000000 0.034912109375 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000953674316 0.048828125000 0.102050781250 0.000000000000 +0.000000000000 0.243164062500 0.000000000000 0.033203125000 +0.001312255859 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.247070312500 0.079101562500 +0.164062500000 0.023437500000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.218750000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.059814453125 0.027709960938 0.000000000000 +0.000000000000 0.142578125000 0.007019042969 0.159179687500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.369140625000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.065429687500 0.000000000000 +0.000000000000 0.000000000000 0.022216796875 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.161132812500 0.000000000000 0.083007812500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.214843750000 0.166992187500 +0.162109375000 0.000000000000 0.051269531250 0.057128906250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.170898437500 0.000000000000 0.000000000000 0.096191406250 +0.000000000000 0.149414062500 0.089355468750 0.000000000000 +0.000000000000 0.058349609375 0.000000000000 0.265625000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.201171875000 0.016479492188 0.000000000000 +0.000000000000 0.000000000000 0.056152343750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.104980468750 0.000000000000 0.147460937500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.166992187500 0.235351562500 +0.162109375000 0.000000000000 0.075195312500 0.124511718750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.055664062500 0.000000000000 0.000000000000 0.165039062500 +0.000000000000 0.230468750000 0.116210937500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.384765625000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.010498046875 0.182617187500 0.083007812500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.087402343750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.090332031250 0.000000000000 0.210937500000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.121582031250 0.277343750000 +0.154296875000 0.000000000000 0.077636718750 0.167968750000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.178710937500 +0.000000000000 0.291015625000 0.119140625000 0.031494140625 +0.000000000000 0.000000000000 0.000000000000 0.496093750000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.306640625000 0.197265625000 +0.000000000000 0.017333984375 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.191406250000 0.021606445312 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.122558593750 0.000000000000 0.257812500000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.079589843750 0.281250000000 +0.145507812500 0.000000000000 0.060791015625 0.170898437500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.153320312500 +0.011291503906 0.324218750000 0.086425781250 0.082519531250 +0.000000000000 0.000000000000 0.000000000000 0.582031250000 +0.000000000000 0.000774383545 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.375000000000 0.281250000000 +0.000000000000 0.147460937500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.223632812500 0.068847656250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.149414062500 0.000000000000 0.269531250000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.014526367188 0.000000000000 0.044921875000 0.277343750000 +0.131835937500 0.000000000000 0.029174804688 0.151367187500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.018676757812 +0.000000000000 0.000000000000 0.000000000000 0.087402343750 +0.066894531250 0.335937500000 0.009643554688 0.086914062500 +0.000000000000 0.000000000000 0.000000000000 0.613281250000 +0.000000000000 0.046630859375 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.380859375000 0.302734375000 +0.000000000000 0.232421875000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.228515625000 0.110839843750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.158203125000 0.000000000000 0.255859375000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.045166015625 0.000000000000 0.006713867188 0.249023437500 +0.097656250000 0.000000000000 0.009765625000 0.084960937500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.025146484375 +0.000000000000 0.000000000000 0.000915527344 0.008178710938 +0.123046875000 0.333984375000 0.000000000000 0.054199218750 +0.000000000000 0.000000000000 0.000000000000 0.609375000000 +0.000000000000 0.063476562500 0.000000000000 0.000000000000 +0.002212524414 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.343750000000 0.292968750000 +0.000000000000 0.267578125000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.207031250000 0.126953125000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.130859375000 0.000000000000 0.193359375000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.086914062500 0.000000000000 0.000000000000 0.211914062500 +0.041259765625 0.000000000000 0.028686523438 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000556945801 +0.000000000000 0.000000000000 0.002395629883 0.000000000000 +0.157226562500 0.318359375000 0.000000000000 0.005249023438 +0.000000000000 0.000000000000 0.000000000000 0.531250000000 +0.000000000000 0.063964843750 0.000000000000 0.000000000000 +0.036132812500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.279296875000 0.230468750000 +0.000000000000 0.267578125000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.204101562500 0.111816406250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.038574218750 0.000000000000 0.099609375000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.142578125000 0.000000000000 0.000000000000 0.155273437500 +0.000000000000 0.000000000000 0.065917968750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.159179687500 0.291015625000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.380859375000 +0.087402343750 0.054931640625 0.000000000000 0.000000000000 +0.042480468750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.189453125000 0.145507812500 +0.000000000000 0.224609375000 0.000000000000 0.000000000000 +0.034423828125 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.232421875000 0.044433593750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.059570312500 0.000000000000 0.000000000000 +0.214843750000 0.000000000000 0.000000000000 0.099121093750 +0.000000000000 0.000000000000 0.111816406250 0.000000000000 +0.000000000000 0.000000000000 0.029296875000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.128906250000 0.251953125000 0.000000000000 0.060058593750 +0.000000000000 0.000000000000 0.000000000000 0.167968750000 +0.241210937500 0.043457031250 0.036865234375 0.000000000000 +0.030639648438 0.000000000000 0.000000000000 0.000000000000 +0.086914062500 0.000000000000 0.121093750000 0.065429687500 +0.000000000000 0.144531250000 0.000000000000 0.000000000000 +0.130859375000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.279296875000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.165039062500 0.000000000000 0.000000000000 +0.285156250000 0.000000000000 0.000000000000 0.031738281250 +0.000000000000 0.000000000000 0.145507812500 0.000000000000 +0.000000000000 0.031982421875 0.124511718750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.047119140625 0.206054687500 0.000000000000 0.168945312500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.363281250000 0.036621093750 0.118164062500 0.000000000000 +0.012634277344 0.000000000000 0.000000000000 0.000000000000 +0.275390625000 0.000000000000 0.064941406250 0.015991210938 +0.000000000000 0.040283203125 0.000000000000 0.000000000000 +0.209960937500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.339843750000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.026367187500 0.000000000000 +0.000000000000 0.253906250000 0.000000000000 0.069824218750 +0.347656250000 0.023071289062 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.163085937500 0.000000000000 +0.000000000000 0.081054687500 0.168945312500 0.000000000000 +0.000000000000 0.001411437988 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.164062500000 0.000000000000 0.310546875000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.416015625000 0.029907226562 0.193359375000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.004882812500 +0.402343750000 0.000000000000 0.050781250000 0.015197753906 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.273437500000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.375000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.135742187500 0.000000000000 +0.000000000000 0.308593750000 0.000000000000 0.104003906250 +0.380859375000 0.033691406250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.156250000000 0.000000000000 +0.000000000000 0.121582031250 0.166992187500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.121093750000 0.000000000000 0.437500000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.412109375000 0.031494140625 0.242187500000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.162109375000 +0.451171875000 0.000000000000 0.071289062500 0.065429687500 +0.021362304688 0.000000000000 0.000000000000 0.000000000000 +0.291015625000 0.000000000000 0.000000000000 0.000000000000 +0.046630859375 0.000000000000 0.390625000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.221679687500 0.000000000000 +0.000000000000 0.322265625000 0.000000000000 0.106445312500 +0.388671875000 0.004486083984 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.127929687500 0.000000000000 +0.000000000000 0.125976562500 0.113769531250 0.096679687500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.085937500000 0.000000000000 0.503906250000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.347656250000 0.027221679688 0.248046875000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.248046875000 +0.441406250000 0.000000000000 0.085449218750 0.143554687500 +0.128906250000 0.000000000000 0.000000000000 0.000000000000 +0.273437500000 0.000000000000 0.000000000000 0.000000000000 +0.135742187500 0.000000000000 0.365234375000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.241210937500 0.000000000000 +0.000000000000 0.310546875000 0.000000000000 0.089843750000 +0.359375000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.054199218750 0.000000000000 +0.000000000000 0.097656250000 0.000000000000 0.180664062500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.037109375000 0.000000000000 0.500000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.190429687500 0.000000000000 0.225585937500 0.000000000000 +0.015625000000 0.000000000000 0.000000000000 0.263671875000 +0.339843750000 0.000000000000 0.086425781250 0.217773437500 +0.208984375000 0.000000000000 0.000000000000 0.000000000000 +0.207031250000 0.000000000000 0.000000000000 0.000000000000 +0.187500000000 0.000000000000 0.269531250000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.227539062500 0.024047851562 +0.000000000000 0.253906250000 0.000000000000 0.049316406250 +0.287109375000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.021118164062 0.000000000000 0.198242187500 +0.000000000000 0.000000000000 0.053222656250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.414062500000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.153320312500 0.000000000000 +0.073242187500 0.000000000000 0.000000000000 0.235351562500 +0.157226562500 0.000000000000 0.056640625000 0.257812500000 +0.243164062500 0.000000000000 0.000000000000 0.000000000000 +0.084472656250 0.000000000000 0.000000000000 0.000000000000 +0.187500000000 0.008605957031 0.087402343750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.162109375000 0.092773437500 +0.000000000000 0.146484375000 0.000000000000 0.000000000000 +0.169921875000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.167968750000 +0.000000000000 0.000000000000 0.164062500000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.221679687500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.043457031250 0.000000000000 +0.109863281250 0.008422851562 0.000000000000 0.128906250000 +0.000000000000 0.000000000000 0.000000000000 0.253906250000 +0.214843750000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.144531250000 0.098632812500 0.000000000000 0.000000000000 +0.051025390625 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.109863281250 0.032470703125 0.132812500000 +0.000000000000 0.003189086914 0.000000000000 0.000000000000 +0.032470703125 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.068359375000 +0.000000000000 0.000000000000 0.231445312500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.002548217773 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.003875732422 +0.118652343750 0.080078125000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.209960937500 +0.116699218750 0.000000000000 0.000000000000 0.119140625000 +0.000000000000 0.005950927734 0.000000000000 0.000000000000 +0.054931640625 0.113769531250 0.000000000000 0.000000000000 +0.128906250000 0.000000000000 0.066894531250 0.000000000000 +0.000000000000 0.300781250000 0.000000000000 0.134765625000 +0.020263671875 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.095214843750 0.000000000000 +0.077148437500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.241210937500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.125976562500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.002838134766 +0.103515625000 0.097656250000 0.000000000000 0.000000000000 +0.000000000000 0.193359375000 0.000000000000 0.115722656250 +0.000000000000 0.000000000000 0.000000000000 0.195312500000 +0.000000000000 0.001396179199 0.010253906250 0.000000000000 +0.000000000000 0.083984375000 0.000000000000 0.000000000000 +0.160156250000 0.043457031250 0.196289062500 0.000000000000 +0.012023925781 0.417968750000 0.000000000000 0.124023437500 +0.079101562500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.203125000000 0.000000000000 +0.139648437500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.209960937500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.212890625000 0.016967773438 0.014343261719 +0.000000000000 0.000000000000 0.000000000000 0.004638671875 +0.045166015625 0.071289062500 0.000000000000 0.000000000000 +0.000000000000 0.417968750000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.194335937500 +0.000000000000 0.000000000000 0.045410156250 0.000000000000 +0.000000000000 0.012329101562 0.000000000000 0.000000000000 +0.161132812500 0.123535156250 0.251953125000 0.000000000000 +0.037109375000 0.464843750000 0.000000000000 0.092773437500 +0.110839843750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.267578125000 0.000000000000 +0.160156250000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.149414062500 0.000000000000 +0.026855468750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.267578125000 0.056884765625 0.076660156250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.542968750000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.159179687500 +0.000000000000 0.000000000000 0.069824218750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.132812500000 0.149414062500 0.267578125000 0.000000000000 +0.053466796875 0.470703125000 0.000000000000 0.059326171875 +0.131835937500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.287109375000 0.000000000000 +0.157226562500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.084472656250 0.000000000000 +0.133789062500 0.000000000000 0.000000000000 0.000000000000 +0.007690429688 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.279296875000 0.076171875000 0.099609375000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.582031250000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.099609375000 +0.000000000000 0.000000000000 0.096679687500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.111328125000 0.157226562500 0.259765625000 0.000000000000 +0.064453125000 0.460937500000 0.000000000000 0.041992187500 +0.136718750000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.287109375000 0.000000000000 +0.149414062500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.046630859375 0.000000000000 +0.151367187500 0.000000000000 0.000000000000 0.000000000000 +0.014465332031 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.279296875000 0.080566406250 0.105468750000 +0.000000000000 0.000000000000 0.000000000000 0.006072998047 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.578125000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.057128906250 +0.000000000000 0.000000000000 0.102050781250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.117187500000 0.165039062500 0.235351562500 0.000000000000 +0.060546875000 0.462890625000 0.000000000000 0.047607421875 +0.142578125000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.285156250000 0.000000000000 +0.131835937500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.066406250000 0.000000000000 +0.119628906250 0.000000000000 0.000000000000 0.000000000000 +0.002395629883 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.273437500000 0.080566406250 0.103515625000 +0.000000000000 0.000000000000 0.000000000000 0.000237464905 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.566406250000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.082519531250 +0.000000000000 0.000000000000 0.090332031250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.120117187500 0.161132812500 0.250000000000 0.000000000000 +0.057617187500 0.468750000000 0.000000000000 0.054931640625 +0.137695312500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.289062500000 0.000000000000 +0.140625000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.073730468750 0.000000000000 +0.104980468750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.277343750000 0.074707031250 0.095214843750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.578125000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.093261718750 +0.000000000000 0.000000000000 0.074707031250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.121582031250 0.155273437500 0.263671875000 0.000000000000 +0.059570312500 0.468750000000 0.000000000000 0.048095703125 +0.128906250000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.287109375000 0.000000000000 +0.149414062500 0.014587402344 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.065917968750 0.000000000000 +0.165039062500 0.000000000000 0.000000000000 0.000000000000 +0.019775390625 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.281250000000 0.077148437500 0.095703125000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.578125000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.080078125000 +0.000000000000 0.000000000000 0.043457031250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.070312500000 0.139648437500 0.259765625000 0.000000000000 +0.030029296875 0.429687500000 0.000000000000 0.025024414062 +0.111816406250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.279296875000 0.000000000000 +0.140625000000 0.060791015625 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.006195068359 0.000000000000 +0.265625000000 0.000000000000 0.000000000000 0.000000000000 +0.056152343750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.279296875000 0.082031250000 0.091796875000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.558593750000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.005218505859 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.003753662109 +0.000000000000 0.087402343750 0.222656250000 0.000000000000 +0.000000000000 0.324218750000 0.000000000000 0.000000000000 +0.068847656250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.228515625000 0.000000000000 +0.111816406250 0.075195312500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.349609375000 0.000000000000 0.000000000000 0.000000000000 +0.080078125000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.250000000000 0.082031250000 0.064941406250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.462890625000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.070800781250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.012329101562 +0.000000000000 0.000770568848 0.117187500000 0.000000000000 +0.000000000000 0.153320312500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000356674194 +0.000000000000 0.000000000000 0.127929687500 0.036865234375 +0.039062500000 0.082031250000 0.080566406250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.371093750000 0.000000000000 0.000000000000 0.000000000000 +0.083984375000 0.062500000000 0.000000000000 0.000000000000 +0.000000000000 0.184570312500 0.068847656250 0.006195068359 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.261718750000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.109375000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.040771484375 +0.037353515625 0.000000000000 0.000000000000 0.051757812500 +0.000000000000 0.026733398438 0.175781250000 0.000000000000 +0.000000000000 0.000000000000 0.113769531250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.326171875000 0.000000000000 0.000000000000 0.035156250000 +0.067871093750 0.115722656250 0.000000000000 0.000000000000 +0.000000000000 0.084472656250 0.048095703125 0.000000000000 +0.210937500000 0.000000000000 0.064941406250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.166015625000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.104492187500 0.000000000000 +0.032226562500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.067871093750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.052490234375 0.000000000000 0.076171875000 +0.187500000000 0.000000000000 0.000000000000 0.055664062500 +0.000000000000 0.000000000000 0.240234375000 0.000000000000 +0.000000000000 0.009460449219 0.247070312500 0.000000000000 +0.000000000000 0.000606536865 0.000000000000 0.000000000000 +0.163085937500 0.000000000000 0.000000000000 0.107910156250 +0.001029968262 0.145507812500 0.000000000000 0.051757812500 +0.000000000000 0.000000000000 0.001998901367 0.000000000000 +0.398437500000 0.000000000000 0.167968750000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.347656250000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.058593750000 0.000000000000 +0.181640625000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.277343750000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.203125000000 0.000000000000 0.100585937500 +0.316406250000 0.030395507812 0.000000000000 0.028320312500 +0.000000000000 0.000000000000 0.249023437500 0.000000000000 +0.000000000000 0.105468750000 0.283203125000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.124023437500 +0.000000000000 0.152343750000 0.000000000000 0.312500000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.484375000000 0.000000000000 0.246093750000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.462890625000 0.000000000000 0.038818359375 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.287109375000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.421875000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.128906250000 0.000000000000 +0.000000000000 0.308593750000 0.000000000000 0.107421875000 +0.394531250000 0.038818359375 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.231445312500 0.000000000000 +0.000000000000 0.152343750000 0.265625000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.104980468750 +0.000000000000 0.141601562500 0.000000000000 0.494140625000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.484375000000 0.030273437500 0.281250000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.156250000000 +0.490234375000 0.000000000000 0.113769531250 0.068847656250 +0.000572204590 0.000000000000 0.000000000000 0.000000000000 +0.320312500000 0.000000000000 0.000000000000 0.000000000000 +0.064941406250 0.000000000000 0.460937500000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.239257812500 0.000000000000 +0.000000000000 0.347656250000 0.000000000000 0.101074218750 +0.408203125000 0.013305664062 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.163085937500 0.000000000000 +0.000000000000 0.160156250000 0.164062500000 0.130859375000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.028930664062 +0.000000000000 0.105468750000 0.000000000000 0.574218750000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.394531250000 0.041259765625 0.277343750000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.255859375000 +0.464843750000 0.000000000000 0.144531250000 0.186523437500 +0.174804687500 0.000000000000 0.000000000000 0.000000000000 +0.304687500000 0.000000000000 0.000000000000 0.000000000000 +0.176757812500 0.000000000000 0.435546875000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.273437500000 0.000000000000 +0.000000000000 0.335937500000 0.000000000000 0.075195312500 +0.382812500000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.050292968750 0.000000000000 +0.000000000000 0.116699218750 0.000000000000 0.227539062500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.047119140625 0.000000000000 0.562500000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.191406250000 0.010742187500 0.235351562500 0.000000000000 +0.044677734375 0.000000000000 0.000000000000 0.275390625000 +0.330078125000 0.000000000000 0.134765625000 0.271484375000 +0.281250000000 0.000000000000 0.000000000000 0.000000000000 +0.227539062500 0.000000000000 0.000000000000 0.000000000000 +0.226562500000 0.000000000000 0.304687500000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.259765625000 0.058349609375 +0.000000000000 0.259765625000 0.000000000000 0.024414062500 +0.294921875000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.002151489258 +0.000000000000 0.025512695312 0.000000000000 0.242187500000 +0.000000000000 0.000000000000 0.093261718750 0.000000000000 +0.000000000000 0.000000000000 0.002334594727 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.447265625000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.146484375000 0.000000000000 +0.096191406250 0.000000000000 0.000000000000 0.238281250000 +0.125000000000 0.000000000000 0.094238281250 0.300781250000 +0.292968750000 0.000000000000 0.000000000000 0.000000000000 +0.078613281250 0.000000000000 0.000000000000 0.000000000000 +0.221679687500 0.043701171875 0.085937500000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.165039062500 0.127929687500 +0.000000000000 0.125000000000 0.000000000000 0.000000000000 +0.158203125000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.006378173828 +0.000000000000 0.000000000000 0.000000000000 0.198242187500 +0.000000000000 0.000000000000 0.202148437500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.224609375000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.025146484375 0.001968383789 +0.120605468750 0.068847656250 0.000000000000 0.108398437500 +0.000000000000 0.000000000000 0.002868652344 0.291015625000 +0.251953125000 0.000000000000 0.000000000000 0.017578125000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.151367187500 0.103515625000 0.000000000000 0.000000000000 +0.083984375000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.163085937500 0.006469726562 0.154296875000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.006347656250 0.000000000000 0.000000000000 0.000000000000 +0.024902343750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.055175781250 +0.000000000000 0.000000000000 0.233398437500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.025268554688 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.120605468750 0.112792968750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.222656250000 +0.112792968750 0.000000000000 0.000000000000 0.140625000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.005310058594 0.095703125000 0.000000000000 0.000000000000 +0.110351562500 0.000000000000 0.084472656250 0.000000000000 +0.000000000000 0.318359375000 0.000000000000 0.146484375000 +0.039306640625 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.090820312500 0.000000000000 +0.084472656250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.216796875000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.158203125000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.097656250000 0.086425781250 0.000000000000 0.000000000000 +0.000000000000 0.212890625000 0.000000000000 0.090332031250 +0.000000000000 0.000000000000 0.000000000000 0.152343750000 +0.000000000000 0.021972656250 0.000000000000 0.000000000000 +0.000000000000 0.046875000000 0.000000000000 0.000000000000 +0.087402343750 0.000000000000 0.199218750000 0.000000000000 +0.000000000000 0.365234375000 0.000000000000 0.085449218750 +0.086914062500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.131835937500 0.000000000000 +0.084472656250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.133789062500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.030883789062 0.000000000000 0.000000000000 0.000000000000 +0.042236328125 0.253906250000 0.064453125000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.069824218750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.355468750000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.088867187500 +0.000000000000 0.070312500000 0.000000000000 0.023681640625 +0.000000000000 0.000000000000 0.000000000000 0.002563476562 +0.000000000000 0.053710937500 0.263671875000 0.000000000000 +0.000000000000 0.345703125000 0.000000000000 0.000000000000 +0.091308593750 0.000000000000 0.000000000000 0.084472656250 +0.000000000000 0.000000000000 0.120605468750 0.000000000000 +0.026123046875 0.006072998047 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.031494140625 0.020874023438 0.000000000000 +0.170898437500 0.000000000000 0.000000000000 0.000000000000 +0.100097656250 0.000000000000 0.000000000000 0.000000000000 +0.079589843750 0.294921875000 0.133789062500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.045654296875 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.375000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.147460937500 0.000000000000 0.200195312500 +0.000000000000 0.000000000000 0.000000000000 0.000629425049 +0.000000000000 0.084960937500 0.283203125000 0.000000000000 +0.000000000000 0.234375000000 0.000000000000 0.000000000000 +0.091796875000 0.000000000000 0.000000000000 0.226562500000 +0.000000000000 0.000000000000 0.040039062500 0.000000000000 +0.000000000000 0.043945312500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.145507812500 0.000000000000 0.000000000000 +0.241210937500 0.000000000000 0.000000000000 0.000000000000 +0.108886718750 0.000000000000 0.000000000000 0.000000000000 +0.106445312500 0.294921875000 0.187500000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.028320312500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.326171875000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.251953125000 0.000000000000 0.332031250000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.101074218750 0.277343750000 0.000000000000 +0.000000000000 0.058593750000 0.000000000000 0.000000000000 +0.067871093750 0.047607421875 0.000000000000 0.375000000000 +0.000000000000 0.046142578125 0.000000000000 0.000000000000 +0.000000000000 0.035888671875 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.251953125000 0.000000000000 0.000000000000 +0.222656250000 0.000000000000 0.000000000000 0.000000000000 +0.066894531250 0.000000000000 0.000000000000 0.000000000000 +0.134765625000 0.267578125000 0.220703125000 0.000000000000 +0.009887695312 0.000000000000 0.000000000000 0.000000000000 +0.031494140625 0.000000000000 0.002975463867 0.035644531250 +0.120605468750 0.193359375000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.371093750000 0.000000000000 0.367187500000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.124023437500 0.273437500000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.037353515625 0.158203125000 0.000000000000 0.496093750000 +0.011474609375 0.145507812500 0.000000000000 0.000000000000 +0.000000000000 0.012512207031 0.000000000000 0.000000000000 +0.046386718750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.306640625000 0.000000000000 0.000000000000 +0.083007812500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.144531250000 0.208984375000 0.222656250000 0.000000000000 +0.065917968750 0.000000000000 0.000000000000 0.001380920410 +0.036865234375 0.000000000000 0.057128906250 0.318359375000 +0.271484375000 0.038818359375 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.458984375000 0.000000000000 0.345703125000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.153320312500 0.287109375000 0.025756835938 +0.000000000000 0.000000000000 0.024291992188 0.000000000000 +0.010070800781 0.211914062500 0.000000000000 0.562500000000 +0.040039062500 0.166992187500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.060791015625 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.310546875000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.138671875000 0.145507812500 0.220703125000 0.000000000000 +0.055664062500 0.000000000000 0.040039062500 0.000000000000 +0.022460937500 0.000000000000 0.082031250000 0.546875000000 +0.349609375000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.476562500000 0.000000000000 0.221679687500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.180664062500 0.304687500000 0.193359375000 +0.000000000000 0.000000000000 0.119140625000 0.000000000000 +0.000000000000 0.203125000000 0.000000000000 0.570312500000 +0.033691406250 0.143554687500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.048583984375 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.275390625000 0.017211914062 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.083496093750 0.081054687500 0.194335937500 0.000000000000 +0.000000000000 0.000000000000 0.075195312500 0.000000000000 +0.000000000000 0.000000000000 0.082031250000 0.648437500000 +0.357421875000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.429687500000 0.000000000000 0.000000000000 +0.062988281250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.190429687500 0.302734375000 0.345703125000 +0.000000000000 0.000000000000 0.143554687500 0.000000000000 +0.000000000000 0.122070312500 0.000000000000 0.515625000000 +0.000000000000 0.044189453125 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.015869140625 0.173828125000 0.053466796875 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.023315429688 0.147460937500 0.000000000000 +0.000000000000 0.000000000000 0.095703125000 0.000000000000 +0.000000000000 0.000000000000 0.044433593750 0.644531250000 +0.320312500000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.271484375000 0.000000000000 0.000000000000 +0.127929687500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.154296875000 0.257812500000 0.417968750000 +0.000000000000 0.000000000000 0.121093750000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.376953125000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.082519531250 0.014770507812 0.054443359375 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.083496093750 0.000000000000 +0.000000000000 0.000000000000 0.102539062500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.498046875000 +0.215820312500 0.033691406250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.025634765625 0.000000000000 0.000000000000 +0.134765625000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.055908203125 0.141601562500 0.406250000000 +0.000000000000 0.000000000000 0.020996093750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.171875000000 +0.000000000000 0.000000000000 0.045166015625 0.000000000000 +0.055419921875 0.000000000000 0.000000000000 0.072753906250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.105468750000 0.000000000000 0.023803710938 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.176757812500 0.000000000000 +0.000000000000 0.000000000000 0.000308990479 0.000000000000 +0.000000000000 0.000000000000 0.098632812500 0.000000000000 +0.000000000000 0.016723632812 0.000000000000 0.212890625000 +0.064941406250 0.048583984375 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.085449218750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.285156250000 +0.000000000000 0.000000000000 0.000000000000 0.084472656250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.087402343750 0.106445312500 +0.147460937500 0.000000000000 0.025390625000 0.150390625000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.094238281250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.120605468750 +0.000000000000 0.055419921875 0.227539062500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.078125000000 0.000000000000 +0.000000000000 0.025634765625 0.000000000000 0.000000000000 +0.000000000000 0.024536132812 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.045654296875 +0.000000000000 0.000000000000 0.000000000000 0.141601562500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.085449218750 0.229492187500 +0.154296875000 0.000000000000 0.089843750000 0.155273437500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.013122558594 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.173828125000 +0.000000000000 0.204101562500 0.189453125000 0.037597656250 +0.000000000000 0.000000000000 0.000000000000 0.178710937500 +0.000000000000 0.000000000000 0.049804687500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.115722656250 0.070800781250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.103515625000 0.034179687500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.143554687500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.058349609375 0.000000000000 0.015869140625 0.253906250000 +0.101562500000 0.000000000000 0.127929687500 0.086425781250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.166015625000 +0.042968750000 0.294921875000 0.008056640625 0.076171875000 +0.000000000000 0.000000000000 0.000000000000 0.314453125000 +0.000000000000 0.045654296875 0.020385742188 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.207031250000 0.108398437500 +0.000000000000 0.050048828125 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.257812500000 0.078125000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.094238281250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.166015625000 0.000000000000 0.000000000000 0.242187500000 +0.000000000000 0.000000000000 0.149414062500 0.000000000000 +0.000000000000 0.000000000000 0.000747680664 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.113281250000 +0.117187500000 0.310546875000 0.000000000000 0.119140625000 +0.000000000000 0.000000000000 0.000000000000 0.314453125000 +0.158203125000 0.080566406250 0.027343750000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.217773437500 0.116210937500 +0.000000000000 0.181640625000 0.000000000000 0.000000000000 +0.074218750000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.347656250000 0.042480468750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.008666992188 +0.000000000000 0.088867187500 0.000000000000 0.000000000000 +0.245117187500 0.000000000000 0.000000000000 0.144531250000 +0.000000000000 0.000000000000 0.143554687500 0.000000000000 +0.000000000000 0.021484375000 0.047363281250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.014770507812 +0.113281250000 0.291015625000 0.000000000000 0.166992187500 +0.000000000000 0.000000000000 0.000000000000 0.188476562500 +0.273437500000 0.076171875000 0.063964843750 0.000000000000 +0.039550781250 0.000000000000 0.000000000000 0.000000000000 +0.078125000000 0.000000000000 0.202148437500 0.117187500000 +0.000000000000 0.186523437500 0.000000000000 0.000000000000 +0.156250000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.371093750000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.168945312500 0.000000000000 0.000000000000 +0.283203125000 0.000000000000 0.000000000000 0.024047851562 +0.000000000000 0.000000000000 0.112792968750 0.000000000000 +0.000000000000 0.028686523438 0.041748046875 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.014770507812 0.212890625000 0.000000000000 0.225585937500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.285156250000 0.035644531250 0.104003906250 0.000000000000 +0.062988281250 0.000000000000 0.000000000000 0.000000000000 +0.183593750000 0.000000000000 0.161132812500 0.121093750000 +0.000766754150 0.105468750000 0.000000000000 0.000000000000 +0.188476562500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.351562500000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.076660156250 0.000000000000 +0.000000000000 0.174804687500 0.000000000000 0.000000000000 +0.281250000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.063964843750 0.000000000000 +0.000000000000 0.026977539062 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.134765625000 0.000000000000 0.296875000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.215820312500 0.000000000000 0.138671875000 0.000000000000 +0.037109375000 0.000000000000 0.000000000000 0.000000000000 +0.204101562500 0.000000000000 0.123046875000 0.149414062500 +0.049804687500 0.000000000000 0.000000000000 0.000000000000 +0.186523437500 0.000000000000 0.000000000000 0.000000000000 +0.113281250000 0.000000000000 0.294921875000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.124511718750 0.000000000000 +0.000000000000 0.120117187500 0.000000000000 0.000000000000 +0.241210937500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.015991210938 0.021972656250 +0.000000000000 0.005371093750 0.000000000000 0.038085937500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.083984375000 0.000000000000 0.339843750000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.061523437500 0.000000000000 0.146484375000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.006683349609 +0.166992187500 0.000000000000 0.149414062500 0.208984375000 +0.064453125000 0.000000000000 0.000000000000 0.000000000000 +0.142578125000 0.000000000000 0.000000000000 0.000000000000 +0.190429687500 0.000000000000 0.228515625000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.109863281250 0.115234375000 +0.000000000000 0.002716064453 0.000000000000 0.000000000000 +0.163085937500 0.000000000000 0.000000000000 0.004302978516 +0.000000000000 0.000000000000 0.000000000000 0.156250000000 +0.000000000000 0.000000000000 0.000000000000 0.059082031250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.093750000000 0.046142578125 0.343750000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.128906250000 0.000000000000 +0.000000000000 0.005859375000 0.000000000000 0.000000000000 +0.019165039062 0.000000000000 0.205078125000 0.271484375000 +0.064941406250 0.000000000000 0.000000000000 0.000000000000 +0.062988281250 0.000000000000 0.000000000000 0.000000000000 +0.195312500000 0.000000000000 0.161132812500 0.000000000000 +0.021606445312 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.016235351562 0.234375000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.077636718750 0.000000000000 0.000000000000 0.103515625000 +0.101562500000 0.000000000000 0.000000000000 0.244140625000 +0.000000000000 0.000000000000 0.000000000000 0.035644531250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.027343750000 +0.000000000000 0.151367187500 0.174804687500 0.310546875000 +0.000000000000 0.000000000000 0.000000000000 0.111816406250 +0.000000000000 0.000000000000 0.076171875000 0.000000000000 +0.000000000000 0.125000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.259765625000 0.324218750000 +0.028198242188 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.134765625000 0.000000000000 0.111816406250 0.000000000000 +0.119628906250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.097167968750 0.000000000000 0.312500000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.069824218750 0.199218750000 +0.198242187500 0.000000000000 0.000000000000 0.261718750000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.041748046875 +0.000000000000 0.225585937500 0.203125000000 0.217773437500 +0.000000000000 0.000000000000 0.000000000000 0.388671875000 +0.000000000000 0.006805419922 0.000000000000 0.000000000000 +0.000000000000 0.144531250000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.316406250000 0.337890625000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.012329101562 0.000000000000 0.086425781250 0.007049560547 +0.135742187500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.219726562500 0.000000000000 0.333984375000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.117675781250 0.267578125000 +0.239257812500 0.000000000000 0.000000000000 0.243164062500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.070312500000 +0.000000000000 0.000000000000 0.000000000000 0.041503906250 +0.000000000000 0.296875000000 0.170898437500 0.100097656250 +0.000000000000 0.000000000000 0.000000000000 0.601562500000 +0.000000000000 0.043457031250 0.000000000000 0.000000000000 +0.000000000000 0.121093750000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.326171875000 0.330078125000 +0.000000000000 0.122070312500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.101562500000 0.158203125000 +0.097167968750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.251953125000 0.000000000000 0.318359375000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.121093750000 0.298828125000 +0.225585937500 0.000000000000 0.000326156616 0.162109375000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.114746093750 +0.000000000000 0.000000000000 0.000000000000 0.040771484375 +0.141601562500 0.347656250000 0.047607421875 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.691406250000 +0.000000000000 0.067871093750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.316406250000 0.281250000000 +0.000000000000 0.227539062500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.165039062500 0.226562500000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.223632812500 0.000000000000 0.243164062500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.027343750000 0.000000000000 0.073730468750 0.298828125000 +0.153320312500 0.000000000000 0.067382812500 0.047607421875 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.110351562500 +0.000000000000 0.000000000000 0.000000000000 0.049804687500 +0.227539062500 0.373046875000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.687500000000 +0.000000000000 0.081054687500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.294921875000 0.205078125000 +0.000000000000 0.273437500000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.250000000000 0.229492187500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.098632812500 0.000000000000 0.132812500000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.118164062500 0.000000000000 0.000000000000 0.269531250000 +0.034912109375 0.000000000000 0.134765625000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.032470703125 +0.018188476562 0.000000000000 0.000000000000 0.055175781250 +0.239257812500 0.371093750000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.574218750000 +0.134765625000 0.083984375000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.257812500000 0.131835937500 +0.000000000000 0.277343750000 0.000000000000 0.000000000000 +0.027832031250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.339843750000 0.141601562500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.023315429688 +0.000000000000 0.014770507812 0.000000000000 0.000000000000 +0.213867187500 0.000000000000 0.000000000000 0.194335937500 +0.000000000000 0.000000000000 0.159179687500 0.000000000000 +0.000000000000 0.000000000000 0.076660156250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.043457031250 +0.197265625000 0.337890625000 0.000000000000 0.108398437500 +0.000000000000 0.000000000000 0.000000000000 0.355468750000 +0.289062500000 0.070800781250 0.042480468750 0.000000000000 +0.006835937500 0.000000000000 0.000000000000 0.000000000000 +0.040771484375 0.000000000000 0.229492187500 0.096191406250 +0.000000000000 0.241210937500 0.000000000000 0.000000000000 +0.109375000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.394531250000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.146484375000 0.000000000000 0.000000000000 +0.279296875000 0.000000000000 0.000000000000 0.085937500000 +0.000000000000 0.000000000000 0.151367187500 0.000000000000 +0.000000000000 0.037353515625 0.089843750000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.077636718750 0.267578125000 0.000000000000 0.216796875000 +0.000000000000 0.000000000000 0.000000000000 0.091308593750 +0.318359375000 0.044433593750 0.100585937500 0.000000000000 +0.055175781250 0.000000000000 0.000000000000 0.000000000000 +0.151367187500 0.000000000000 0.196289062500 0.125976562500 +0.000000000000 0.160156250000 0.000000000000 0.000000000000 +0.146484375000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.384765625000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.038085937500 0.000000000000 +0.000000000000 0.212890625000 0.000000000000 0.003585815430 +0.283203125000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.083496093750 0.000000000000 +0.000000000000 0.043212890625 0.016113281250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.001014709473 0.000000000000 +0.000000000000 0.154296875000 0.000000000000 0.257812500000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.251953125000 0.000000000000 0.109863281250 0.000000000000 +0.109375000000 0.000000000000 0.000000000000 0.000000000000 +0.160156250000 0.000000000000 0.145507812500 0.188476562500 +0.112792968750 0.053222656250 0.000000000000 0.000000000000 +0.134765625000 0.000000000000 0.000000000000 0.000000000000 +0.076660156250 0.000000000000 0.287109375000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.123535156250 0.000667572021 +0.000000000000 0.211914062500 0.000000000000 0.024536132812 +0.246093750000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.071777343750 +0.000000000000 0.000000000000 0.017456054688 0.000000000000 +0.000000000000 0.000000000000 0.011962890625 0.000000000000 +0.000000000000 0.031982421875 0.000000000000 0.240234375000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.024291992188 0.000000000000 0.086425781250 0.000000000000 +0.151367187500 0.000000000000 0.000000000000 0.083007812500 +0.080078125000 0.000000000000 0.073242187500 0.232421875000 +0.198242187500 0.000000000000 0.000000000000 0.000000000000 +0.048339843750 0.000000000000 0.000000000000 0.000000000000 +0.144531250000 0.040527343750 0.074707031250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.114746093750 0.069335937500 +0.000000000000 0.134765625000 0.000000000000 0.017089843750 +0.144531250000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.098632812500 +0.000000000000 0.000000000000 0.179687500000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.110351562500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.008544921875 0.000000000000 +0.156250000000 0.000000000000 0.000000000000 0.090332031250 +0.000000000000 0.000000000000 0.000000000000 0.232421875000 +0.195312500000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.027954101562 0.000000000000 0.000000000000 +0.132812500000 0.099121093750 0.000000000000 0.000000000000 +0.042236328125 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.126953125000 0.028076171875 0.108886718750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.006256103516 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.040283203125 +0.000000000000 0.000000000000 0.231445312500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.027709960938 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.132812500000 0.085937500000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.175781250000 +0.085937500000 0.000000000000 0.000000000000 0.124511718750 +0.000000000000 0.027343750000 0.000000000000 0.000000000000 +0.021362304688 0.071777343750 0.000000000000 0.000000000000 +0.075683593750 0.000000000000 0.121093750000 0.000000000000 +0.000000000000 0.240234375000 0.000000000000 0.102539062500 +0.004974365234 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.088867187500 0.000000000000 +0.085449218750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.207031250000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.137695312500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.058837890625 0.083984375000 0.000000000000 0.000000000000 +0.000000000000 0.204101562500 0.000000000000 0.043945312500 +0.000000000000 0.000000000000 0.000000000000 0.119140625000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.022583007812 0.000000000000 0.174804687500 0.000000000000 +0.000000000000 0.249023437500 0.000000000000 0.042968750000 +0.005706787109 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.116699218750 0.000000000000 +0.099609375000 0.011413574219 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.055908203125 0.000000000000 +0.094726562500 0.000000000000 0.000000000000 0.000000000000 +0.001701354980 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.184570312500 0.041259765625 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.273437500000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.149414062500 0.000000000000 +0.000000000000 0.145507812500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.012939453125 +0.000000000000 0.000000000000 0.093750000000 0.000000000000 +0.051025390625 0.047119140625 0.031005859375 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.300781250000 0.000000000000 0.000000000000 0.000000000000 +0.062500000000 0.035400390625 0.000000000000 0.000000000000 +0.000000000000 0.177734375000 0.064941406250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.228515625000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.052246093750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.013977050781 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.064941406250 +0.010131835938 0.000000000000 0.000000000000 0.017456054688 +0.000000000000 0.037353515625 0.153320312500 0.000000000000 +0.000000000000 0.000000000000 0.075195312500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.308593750000 0.000000000000 0.000000000000 0.002578735352 +0.056396484375 0.083007812500 0.000000000000 0.000000000000 +0.000000000000 0.100585937500 0.058105468750 0.000000000000 +0.171875000000 0.000000000000 0.054687500000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.156250000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.086914062500 0.000000000000 +0.001998901367 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.023193359375 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.082031250000 +0.123046875000 0.000000000000 0.000000000000 0.019897460938 +0.000000000000 0.000000000000 0.198242187500 0.000000000000 +0.000000000000 0.000000000000 0.164062500000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.147460937500 0.000000000000 0.000000000000 0.091796875000 +0.000000000000 0.104003906250 0.000000000000 0.009277343750 +0.000000000000 0.000000000000 0.006713867188 0.000000000000 +0.285156250000 0.000000000000 0.160156250000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.283203125000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.067871093750 0.000000000000 +0.112792968750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.206054687500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.049560546875 0.000000000000 0.069335937500 +0.187500000000 0.000000000000 0.000000000000 0.004547119141 +0.000000000000 0.000000000000 0.186523437500 0.000000000000 +0.000000000000 0.032714843750 0.146484375000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.107910156250 +0.000000000000 0.104492187500 0.000000000000 0.263671875000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.271484375000 0.000000000000 0.211914062500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.292968750000 0.000000000000 0.088867187500 0.034667968750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.167968750000 0.000000000000 0.000000000000 0.000000000000 +0.105468750000 0.000000000000 0.283203125000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.087890625000 0.002029418945 +0.000000000000 0.053466796875 0.000000000000 0.000000000000 +0.200195312500 0.000000000000 0.000000000000 0.003707885742 +0.000000000000 0.000000000000 0.116699218750 0.078125000000 +0.000000000000 0.028686523438 0.010070800781 0.018188476562 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.091308593750 +0.000000000000 0.106445312500 0.000000000000 0.406250000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.123535156250 0.000000000000 0.208984375000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.207031250000 0.000000000000 0.205078125000 0.206054687500 +0.005920410156 0.000000000000 0.000000000000 0.000000000000 +0.156250000000 0.000000000000 0.000000000000 0.000000000000 +0.190429687500 0.000000000000 0.289062500000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.092285156250 0.138671875000 +0.000000000000 0.000518798828 0.000000000000 0.000000000000 +0.177734375000 0.000000000000 0.000000000000 0.049560546875 +0.000000000000 0.000000000000 0.023559570312 0.190429687500 +0.000000000000 0.000000000000 0.000000000000 0.065917968750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.053955078125 +0.000000000000 0.134765625000 0.061523437500 0.425781250000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.162109375000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.027954101562 0.000000000000 0.275390625000 0.316406250000 +0.084960937500 0.000000000000 0.000000000000 0.000000000000 +0.098632812500 0.000000000000 0.000000000000 0.000000000000 +0.188476562500 0.000000000000 0.241210937500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.009521484375 0.243164062500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.114746093750 0.000000000000 0.000000000000 0.139648437500 +0.082031250000 0.000000000000 0.000000000000 0.242187500000 +0.000000000000 0.000000000000 0.000000000000 0.038818359375 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.057617187500 +0.000000000000 0.198242187500 0.137695312500 0.386718750000 +0.000000000000 0.000000000000 0.000000000000 0.151367187500 +0.000000000000 0.051269531250 0.086425781250 0.000000000000 +0.000000000000 0.099121093750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.320312500000 0.351562500000 +0.073730468750 0.000000000000 0.000000000000 0.000000000000 +0.016967773438 0.000000000000 0.000000000000 0.000000000000 +0.107910156250 0.000000000000 0.204101562500 0.000000000000 +0.047607421875 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.027954101562 0.000000000000 0.291015625000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.056884765625 0.000000000000 0.006988525391 0.226562500000 +0.169921875000 0.000000000000 0.000000000000 0.246093750000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.090820312500 +0.000000000000 0.273437500000 0.147460937500 0.287109375000 +0.000000000000 0.000000000000 0.000000000000 0.394531250000 +0.000000000000 0.085449218750 0.013793945312 0.000000000000 +0.000000000000 0.104003906250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.353515625000 0.351562500000 +0.004547119141 0.021972656250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.210937500000 0.000000000000 +0.048828125000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.122070312500 0.000000000000 0.298828125000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.016235351562 0.000000000000 0.041015625000 0.273437500000 +0.177734375000 0.000000000000 0.000000000000 0.219726562500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.027587890625 +0.000000000000 0.000000000000 0.000000000000 0.100097656250 +0.000000000000 0.328125000000 0.114746093750 0.186523437500 +0.000000000000 0.000000000000 0.000000000000 0.570312500000 +0.000000000000 0.081054687500 0.000000000000 0.000000000000 +0.000000000000 0.034912109375 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.382812500000 0.333984375000 +0.000000000000 0.152343750000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.225585937500 0.083496093750 +0.026733398438 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.174804687500 0.000000000000 0.296875000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.012634277344 0.000000000000 0.042236328125 0.279296875000 +0.158203125000 0.000000000000 0.008728027344 0.165039062500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.031982421875 +0.000000000000 0.000000000000 0.000000000000 0.073730468750 +0.075195312500 0.339843750000 0.021972656250 0.109863281250 +0.000000000000 0.000000000000 0.000000000000 0.640625000000 +0.000000000000 0.067871093750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.380859375000 0.324218750000 +0.000000000000 0.261718750000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.224609375000 0.104492187500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.225585937500 0.000000000000 0.275390625000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.013061523438 0.000000000000 0.015258789062 0.230468750000 +0.094726562500 0.000000000000 0.000000000000 0.084472656250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.016113281250 +0.000000000000 0.000000000000 0.042724609375 0.000000000000 +0.113281250000 0.322265625000 0.000000000000 0.029052734375 +0.000000000000 0.000000000000 0.000000000000 0.640625000000 +0.000000000000 0.020141601562 0.000000000000 0.000190734863 +0.072753906250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.343750000000 0.322265625000 +0.000000000000 0.318359375000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.159179687500 0.085937500000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.287109375000 0.000000000000 0.242187500000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000507354736 0.000000000000 0.000000000000 0.119628906250 +0.032958984375 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.074707031250 0.000000000000 +0.117187500000 0.241210937500 0.000000000000 0.000000000000 +0.000000000000 0.030517578125 0.000000000000 0.558593750000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.184570312500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.249023437500 0.302734375000 +0.000000000000 0.308593750000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.009826660156 0.024414062500 +0.018188476562 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.347656250000 0.000000000000 0.201171875000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.015136718750 0.000000000000 +0.006469726562 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.054199218750 0.000000000000 +0.000000000000 0.000000000000 0.068847656250 0.000000000000 +0.089355468750 0.129882812500 0.000000000000 0.000000000000 +0.000000000000 0.101074218750 0.000000000000 0.417968750000 +0.000000000000 0.000000000000 0.000000000000 0.000303268433 +0.226562500000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.080566406250 0.245117187500 +0.000000000000 0.225585937500 0.000000000000 0.000295639038 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.025634765625 0.000000000000 0.000000000000 +0.047851562500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.388671875000 0.000000000000 0.148437500000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.094726562500 0.000000000000 +0.042968750000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.107421875000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.040527343750 0.021484375000 0.000000000000 0.000000000000 +0.000000000000 0.159179687500 0.000000000000 0.267578125000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.206054687500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.104003906250 0.000000000000 0.142578125000 +0.000000000000 0.054687500000 0.000000000000 0.082031250000 +0.000000000000 0.000000000000 0.000907897949 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.077636718750 0.009887695312 0.074707031250 0.000000000000 +0.000000000000 0.396484375000 0.000000000000 0.105468750000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.190429687500 0.000000000000 +0.124023437500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.108886718750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.178710937500 0.000000000000 0.165039062500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.093750000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.291015625000 0.000000000000 0.021118164062 +0.000000000000 0.000000000000 0.000000000000 0.089355468750 +0.000000000000 0.000000000000 0.018066406250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.081054687500 0.038330078125 0.105468750000 0.000000000000 +0.000000000000 0.367187500000 0.000000000000 0.080566406250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.261718750000 0.000000000000 +0.204101562500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.041503906250 0.028198242188 +0.074707031250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.005279541016 0.000000000000 0.000000000000 +0.000000000000 0.171875000000 0.000000000000 0.177734375000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.375000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.017211914062 +0.000000000000 0.000000000000 0.022705078125 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.077636718750 0.002349853516 0.060791015625 0.000000000000 +0.000000000000 0.302734375000 0.000000000000 0.102050781250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.275390625000 0.137695312500 +0.240234375000 0.000000000000 0.000000000000 0.031982421875 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.024291992188 +0.188476562500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.102539062500 0.103515625000 0.000000000000 +0.000000000000 0.124023437500 0.000000000000 0.283203125000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.363281250000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.037109375000 0.000000000000 +0.000000000000 0.000000000000 0.001632690430 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.046386718750 +0.039550781250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.224609375000 0.000000000000 0.131835937500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.251953125000 0.232421875000 +0.228515625000 0.000000000000 0.063476562500 0.056396484375 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.009338378906 +0.199218750000 0.000000000000 0.000000000000 0.103515625000 +0.032226562500 0.206054687500 0.104980468750 0.000000000000 +0.000000000000 0.065917968750 0.000000000000 0.400390625000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.230468750000 0.042724609375 0.000000000000 +0.000000000000 0.000000000000 0.047119140625 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.126953125000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.166015625000 0.000000000000 0.142578125000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.148437500000 0.247070312500 +0.153320312500 0.000000000000 0.085449218750 0.035644531250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.126953125000 0.000000000000 0.000000000000 0.093261718750 +0.113769531250 0.247070312500 0.000000000000 0.000000000000 +0.000000000000 0.025878906250 0.000000000000 0.441406250000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.009033203125 0.122558593750 0.064941406250 +0.000000000000 0.086425781250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.027587890625 0.147460937500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.135742187500 0.000000000000 0.125000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.029174804688 0.000000000000 0.005126953125 0.180664062500 +0.008850097656 0.000000000000 0.063476562500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.166015625000 0.236328125000 0.000000000000 0.000000000000 +0.000000000000 0.041015625000 0.000000000000 0.408203125000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.053710937500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.113281250000 0.103027343750 +0.000000000000 0.220703125000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.069824218750 +0.000000000000 0.000000000000 0.024658203125 0.114746093750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.103515625000 0.000000000000 0.053710937500 +0.000000000000 0.055664062500 0.000000000000 0.000000000000 +0.094238281250 0.000000000000 0.000000000000 0.020385742188 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.049560546875 0.000000000000 +0.174804687500 0.156250000000 0.000000000000 0.000000000000 +0.000000000000 0.086425781250 0.000000000000 0.227539062500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.240234375000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.085937500000 +0.000000000000 0.229492187500 0.000000000000 0.000000000000 +0.000000000000 0.018920898438 0.000000000000 0.205078125000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.047607421875 0.000000000000 0.000000000000 +0.000000000000 0.142578125000 0.000000000000 0.118164062500 +0.103515625000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.120117187500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.045166015625 0.000000000000 +0.118164062500 0.020141601562 0.000000000000 0.000000000000 +0.088378906250 0.114257812500 0.025756835938 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.283203125000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000652313232 +0.000000000000 0.099609375000 0.000000000000 0.000000000000 +0.000000000000 0.170898437500 0.000000000000 0.203125000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.036621093750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.149414062500 0.000000000000 0.250000000000 +0.083984375000 0.008789062500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000431060791 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.164062500000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.090332031250 0.113769531250 0.062988281250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.238281250000 0.000000000000 0.000000000000 0.123535156250 +0.101074218750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.177734375000 0.000000000000 0.046630859375 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.042968750000 0.115722656250 0.045410156250 +0.000000000000 0.000000000000 0.020263671875 0.000000000000 +0.000000000000 0.075195312500 0.000000000000 0.277343750000 +0.038574218750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.133789062500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.064453125000 0.063964843750 0.000000000000 +0.000000000000 0.000000000000 0.031005859375 0.000000000000 +0.036132812500 0.000000000000 0.000000000000 0.234375000000 +0.184570312500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.059814453125 0.000000000000 0.000000000000 +0.038330078125 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.047851562500 0.096191406250 0.283203125000 +0.000000000000 0.000000000000 0.025024414062 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.240234375000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.007537841797 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.031494140625 0.000000000000 +0.000000000000 0.000000000000 0.112792968750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.220703125000 +0.189453125000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.110839843750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.308593750000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.088867187500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.031127929688 0.000000000000 0.015075683594 0.118652343750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.054199218750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.077148437500 +0.000000000000 0.000000000000 0.190429687500 0.038818359375 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.130859375000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.061767578125 +0.084960937500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.121093750000 0.000000000000 0.000000000000 0.000000000000 +0.042724609375 0.000000000000 0.000000000000 0.170898437500 +0.000000000000 0.000000000000 0.000000000000 0.170898437500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.061035156250 0.110839843750 +0.122558593750 0.000000000000 0.008056640625 0.236328125000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.032226562500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.104980468750 +0.000000000000 0.081054687500 0.271484375000 0.112304687500 +0.000000000000 0.000000000000 0.000000000000 0.002243041992 +0.000000000000 0.000000000000 0.106445312500 0.003646850586 +0.000000000000 0.055664062500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.113281250000 0.167968750000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.087402343750 0.000000000000 0.000000000000 0.000000000000 +0.157226562500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.154296875000 0.000000000000 0.298828125000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.103515625000 0.142578125000 +0.167968750000 0.000000000000 0.000000000000 0.240234375000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.015441894531 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.032226562500 +0.000000000000 0.143554687500 0.244140625000 0.089843750000 +0.000000000000 0.000000000000 0.000000000000 0.322265625000 +0.000000000000 0.000000000000 0.005187988281 0.000000000000 +0.000000000000 0.095214843750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.196289062500 0.294921875000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.006591796875 +0.212890625000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.376953125000 0.000000000000 0.337890625000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.137695312500 0.130859375000 +0.183593750000 0.000000000000 0.000000000000 0.171875000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.074218750000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000058412552 0.151367187500 0.083007812500 0.000000000000 +0.000000000000 0.037109375000 0.000000000000 0.503906250000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.053222656250 0.099121093750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.180664062500 0.314453125000 +0.000000000000 0.154296875000 0.000000000000 0.057373046875 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.012756347656 0.000000000000 0.141601562500 +0.196289062500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.515625000000 0.000000000000 0.314453125000 +0.010192871094 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.148437500000 0.062500000000 +0.163085937500 0.000000000000 0.000000000000 0.005493164062 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.083007812500 0.064453125000 +0.000000000000 0.000000000000 0.035888671875 0.000000000000 +0.165039062500 0.129882812500 0.000000000000 0.000000000000 +0.000000000000 0.179687500000 0.000000000000 0.531250000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.191406250000 0.029296875000 0.000000000000 0.000000000000 +0.000000000000 0.114746093750 0.048828125000 0.250000000000 +0.000000000000 0.200195312500 0.000000000000 0.087890625000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.010986328125 0.000000000000 0.180664062500 +0.102539062500 0.000000000000 0.000984191895 0.000000000000 +0.000000000000 0.527343750000 0.000000000000 0.194335937500 +0.019287109375 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.147460937500 0.000000000000 +0.111816406250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.044433593750 0.076171875000 +0.031250000000 0.000000000000 0.012634277344 0.000000000000 +0.250000000000 0.077636718750 0.000000000000 0.000000000000 +0.036376953125 0.275390625000 0.000000000000 0.455078125000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.208007812500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.225585937500 0.000000000000 0.072265625000 +0.000000000000 0.166015625000 0.000000000000 0.045410156250 +0.000000000000 0.000000000000 0.000000000000 0.029418945312 +0.000000000000 0.000000000000 0.000000000000 0.158203125000 +0.000000000000 0.000000000000 0.117675781250 0.000000000000 +0.000000000000 0.427734375000 0.000000000000 0.015869140625 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.110839843750 0.000000000000 +0.033203125000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.018310546875 0.000000000000 0.039794921875 +0.261718750000 0.000000000000 0.000000000000 0.000000000000 +0.253906250000 0.030151367188 0.000000000000 0.000000000000 +0.026489257812 0.289062500000 0.074218750000 0.244140625000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.140625000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.241210937500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.057861328125 +0.000000000000 0.000000000000 0.000000000000 0.057373046875 +0.000000000000 0.000000000000 0.128906250000 0.000000000000 +0.000000000000 0.187500000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.101562500000 +0.000000000000 0.000000000000 0.030151367188 0.000000000000 +0.000000000000 0.045410156250 0.025390625000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.080078125000 0.000000000000 0.000000000000 +0.345703125000 0.000000000000 0.000000000000 0.000000000000 +0.185546875000 0.007049560547 0.000000000000 0.000000000000 +0.000000000000 0.242187500000 0.095703125000 0.000000000000 +0.033935546875 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.035644531250 0.166992187500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.052490234375 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.010559082031 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.049804687500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.159179687500 +0.025146484375 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.038330078125 0.146484375000 0.000000000000 +0.000000000000 0.000000000000 0.107910156250 0.000000000000 +0.000000000000 0.077636718750 0.000000000000 0.000000000000 +0.308593750000 0.000000000000 0.000000000000 0.000000000000 +0.035888671875 0.025634765625 0.000000000000 0.000000000000 +0.000000000000 0.107910156250 0.083496093750 0.000000000000 +0.217773437500 0.000000000000 0.089843750000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.265625000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.108886718750 0.000000000000 +0.042236328125 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.110839843750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.152343750000 +0.117675781250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.206054687500 0.000000000000 +0.000000000000 0.000000000000 0.176757812500 0.000000000000 +0.000000000000 0.012451171875 0.000000000000 0.000000000000 +0.093750000000 0.000000000000 0.000000000000 0.163085937500 +0.000000000000 0.067382812500 0.000000000000 0.080566406250 +0.000000000000 0.000000000000 0.009033203125 0.000000000000 +0.263671875000 0.000000000000 0.217773437500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.353515625000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.097656250000 0.000000000000 +0.146484375000 0.000000000000 0.000000000000 0.000000000000 +0.028564453125 0.000000000000 0.211914062500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.115234375000 +0.000000000000 0.000000000000 0.039062500000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.067382812500 +0.176757812500 0.000000000000 0.000000000000 0.053466796875 +0.000000000000 0.000000000000 0.204101562500 0.059326171875 +0.000000000000 0.048339843750 0.150390625000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.240234375000 +0.000000000000 0.117187500000 0.000000000000 0.380859375000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.227539062500 0.000000000000 0.261718750000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.333984375000 0.000000000000 0.154296875000 0.063476562500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.170898437500 0.000000000000 0.000000000000 0.000000000000 +0.149414062500 0.000000000000 0.337890625000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.019165039062 +0.000000000000 0.000000000000 0.063964843750 0.079589843750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.196289062500 0.000000000000 0.000000000000 0.108886718750 +0.000000000000 0.000000000000 0.153320312500 0.195312500000 +0.000000000000 0.051757812500 0.015991210938 0.047607421875 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.237304687500 +0.000000000000 0.172851562500 0.077148437500 0.531250000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.076171875000 0.012084960938 0.249023437500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.187500000000 0.000000000000 0.316406250000 0.271484375000 +0.005218505859 0.000000000000 0.000000000000 0.000000000000 +0.143554687500 0.000000000000 0.000000000000 0.000000000000 +0.168945312500 0.000000000000 0.365234375000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.040039062500 0.222656250000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.189453125000 0.000000000000 0.000000000000 0.131835937500 +0.000000000000 0.000000000000 0.061523437500 0.231445312500 +0.000000000000 0.027709960938 0.000000000000 0.067871093750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.153320312500 +0.000000000000 0.204101562500 0.090820312500 0.535156250000 +0.000000000000 0.000000000000 0.000000000000 0.067382812500 +0.000000000000 0.065429687500 0.171875000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.373046875000 0.404296875000 +0.144531250000 0.000000000000 0.000000000000 0.000000000000 +0.055664062500 0.000000000000 0.000000000000 0.000000000000 +0.119140625000 0.000000000000 0.320312500000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.285156250000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.151367187500 0.000000000000 0.000000000000 0.127929687500 +0.008178710938 0.000000000000 0.000000000000 0.198242187500 +0.000000000000 0.000000000000 0.000000000000 0.015258789062 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.069824218750 0.000000000000 +0.000000000000 0.209960937500 0.009643554688 0.408203125000 +0.000000000000 0.000000000000 0.000000000000 0.249023437500 +0.000000000000 0.079589843750 0.040527343750 0.000000000000 +0.062011718750 0.013061523438 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.357421875000 0.425781250000 +0.175781250000 0.160156250000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.188476562500 0.000000000000 +0.006042480469 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.165039062500 0.000000000000 0.275390625000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.109863281250 0.000000000000 0.000000000000 0.069824218750 +0.009155273438 0.000000000000 0.000000000000 0.053466796875 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.021484375000 0.000000000000 +0.000000000000 0.000000000000 0.139648437500 0.000000000000 +0.029174804688 0.186523437500 0.000000000000 0.145507812500 +0.000000000000 0.000000000000 0.000000000000 0.291015625000 +0.000000000000 0.046386718750 0.000000000000 0.000000000000 +0.228515625000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.217773437500 0.378906250000 +0.160156250000 0.251953125000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.022216796875 0.000000000000 0.056640625000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.233398437500 0.000000000000 0.176757812500 +0.000000000000 0.008972167969 0.000000000000 0.000000000000 +0.066406250000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.014892578125 0.000000000000 +0.000000000000 0.000000000000 0.141601562500 0.000000000000 +0.145507812500 0.113281250000 0.000000000000 0.000000000000 +0.036376953125 0.127929687500 0.000000000000 0.243164062500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.320312500000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.216796875000 +0.051757812500 0.244140625000 0.000000000000 0.000000000000 +0.000000000000 0.044433593750 0.000000000000 0.190429687500 +0.000000000000 0.024047851562 0.000000000000 0.034179687500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.213867187500 0.000000000000 0.005218505859 +0.000000000000 0.046875000000 0.000000000000 0.060546875000 +0.036376953125 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.093750000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.071289062500 0.000000000000 +0.162109375000 0.006530761719 0.000000000000 0.000000000000 +0.127929687500 0.202148437500 0.049560546875 0.024414062500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.320312500000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.104980468750 0.000000000000 0.000000000000 +0.000000000000 0.155273437500 0.000000000000 0.240234375000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.134765625000 0.000000000000 +0.000000000000 0.077148437500 0.000000000000 0.000000000000 +0.000000000000 0.064453125000 0.000000000000 0.243164062500 +0.024169921875 0.013488769531 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.192382812500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.097167968750 0.000000000000 0.000000000000 0.000000000000 +0.113769531250 0.204101562500 0.116699218750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.214843750000 0.000000000000 0.000000000000 0.000000000000 +0.095214843750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.168945312500 0.000000000000 0.204101562500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.037597656250 0.163085937500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.064453125000 0.000000000000 0.341796875000 +0.044921875000 0.074707031250 0.000000000000 0.000000000000 +0.000000000000 0.009277343750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.201171875000 0.000000000000 0.000000000000 +0.025390625000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.140625000000 0.128906250000 0.000000000000 +0.106933593750 0.000000000000 0.040039062500 0.000000000000 +0.013366699219 0.000000000000 0.000000000000 0.178710937500 +0.312500000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.105468750000 0.000000000000 0.048095703125 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.013671875000 0.112792968750 0.189453125000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.073242187500 0.000000000000 0.351562500000 +0.095214843750 0.076660156250 0.000000000000 0.000000000000 +0.000000000000 0.017456054688 0.092285156250 0.000000000000 +0.000000000000 0.000000000000 0.074707031250 0.000000000000 +0.000000000000 0.154296875000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.018676757812 0.104980468750 0.000000000000 +0.181640625000 0.000000000000 0.165039062500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.279296875000 +0.435546875000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.035644531250 0.000000000000 +0.054931640625 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.214843750000 +0.000000000000 0.000000000000 0.043701171875 0.000000000000 +0.000000000000 0.114746093750 0.000000000000 0.310546875000 +0.166992187500 0.023681640625 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.143554687500 0.000000000000 +0.000000000000 0.000000000000 0.120605468750 0.000000000000 +0.000000000000 0.056152343750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.006042480469 +0.000000000000 0.000000000000 0.000000000000 0.104492187500 +0.000000000000 0.000000000000 0.048583984375 0.000000000000 +0.213867187500 0.000000000000 0.233398437500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.289062500000 +0.453125000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.019897460938 0.000000000000 +0.103515625000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.021728515625 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.115234375000 +0.000000000000 0.000000000000 0.069335937500 0.000000000000 +0.000000000000 0.204101562500 0.000000000000 0.236328125000 +0.239257812500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.145507812500 0.000000000000 +0.000000000000 0.040283203125 0.108398437500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.004943847656 +0.000000000000 0.000000000000 0.000000000000 0.250000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.214843750000 0.000000000000 0.238281250000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.263671875000 +0.421875000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.124023437500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.092773437500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.101074218750 0.000000000000 +0.000000000000 0.296875000000 0.000000000000 0.188476562500 +0.281250000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.093750000000 0.000000000000 +0.000000000000 0.053710937500 0.031982421875 0.017578125000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.269531250000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.188476562500 0.000000000000 0.202148437500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.251953125000 +0.347656250000 0.000000000000 0.000000000000 0.029418945312 +0.008178710938 0.000000000000 0.000000000000 0.000000000000 +0.109375000000 0.092285156250 0.000000000000 0.032470703125 +0.000000000000 0.000000000000 0.084960937500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.125000000000 0.000000000000 +0.000000000000 0.345703125000 0.000000000000 0.227539062500 +0.281250000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.015014648438 0.017333984375 0.000000000000 0.053466796875 +0.000000000000 0.048828125000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.202148437500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.109863281250 0.000000000000 0.125976562500 0.000205039978 +0.156250000000 0.000000000000 0.000000000000 0.318359375000 +0.259765625000 0.000000000000 0.000000000000 0.048583984375 +0.113769531250 0.000000000000 0.000000000000 0.000000000000 +0.082519531250 0.241210937500 0.000000000000 0.063964843750 +0.004730224609 0.021362304688 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.160156250000 0.000000000000 +0.000000000000 0.345703125000 0.000000000000 0.281250000000 +0.236328125000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.046386718750 0.000000000000 0.000000000000 0.055908203125 +0.000000000000 0.094238281250 0.068847656250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.037109375000 +0.028930664062 0.000000000000 0.004241943359 0.000000000000 +0.000000000000 0.000000000000 0.052734375000 0.000000000000 +0.209960937500 0.000000000000 0.000000000000 0.402343750000 +0.191406250000 0.000000000000 0.000000000000 0.028564453125 +0.119140625000 0.000000000000 0.000000000000 0.000000000000 +0.019653320312 0.300781250000 0.000000000000 0.028076171875 +0.053710937500 0.044433593750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.062988281250 0.000000000000 +0.000000000000 0.000000000000 0.162109375000 0.000000000000 +0.000000000000 0.253906250000 0.000000000000 0.300781250000 +0.141601562500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.027709960938 0.000000000000 0.000000000000 0.044921875000 +0.000000000000 0.099121093750 0.130859375000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.034912109375 0.000000000000 0.029418945312 0.000000000000 +0.000000000000 0.000000000000 0.005798339844 0.000000000000 +0.175781250000 0.000000000000 0.005035400391 0.425781250000 +0.142578125000 0.000000000000 0.000000000000 0.000000000000 +0.037109375000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.275390625000 0.000000000000 0.000000000000 +0.093261718750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.057373046875 0.166992187500 0.132812500000 +0.000000000000 0.000000000000 0.127929687500 0.000000000000 +0.000000000000 0.076660156250 0.000000000000 0.281250000000 +0.016601562500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.003814697266 +0.000000000000 0.035644531250 0.135742187500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000968933105 0.029907226562 0.000000000000 +0.000000000000 0.000000000000 0.006256103516 0.000000000000 +0.006378173828 0.000000000000 0.000000000000 0.388671875000 +0.086425781250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.111328125000 0.000000000000 0.000000000000 +0.099609375000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.069824218750 0.173828125000 0.287109375000 +0.000000000000 0.000000000000 0.033203125000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.173828125000 +0.000000000000 0.000000000000 0.032714843750 0.000000000000 +0.039794921875 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.051269531250 0.000000000000 0.085937500000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.049560546875 0.000000000000 +0.000000000000 0.000000000000 0.007995605469 0.000000000000 +0.000000000000 0.000000000000 0.032470703125 0.000000000000 +0.000000000000 0.007751464844 0.000000000000 0.202148437500 +0.013427734375 0.093750000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.060791015625 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.080078125000 0.294921875000 +0.000000000000 0.000000000000 0.000000000000 0.030395507812 +0.000000000000 0.000000000000 0.000000000000 0.000337600708 +0.000000000000 0.000000000000 0.108886718750 0.065429687500 +0.151367187500 0.000000000000 0.007812500000 0.103027343750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.080566406250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.092773437500 +0.000000000000 0.015075683594 0.201171875000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.053466796875 0.000000000000 +0.000000000000 0.012756347656 0.000000000000 0.000000000000 +0.000000000000 0.104492187500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.161132812500 +0.000000000000 0.000000000000 0.000000000000 0.094726562500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.108398437500 0.240234375000 +0.165039062500 0.000000000000 0.126953125000 0.127929687500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.053222656250 0.000000000000 0.000000000000 0.000000000000 +0.008605957031 0.000000000000 0.000000000000 0.246093750000 +0.000000000000 0.194335937500 0.203125000000 0.010314941406 +0.000000000000 0.000000000000 0.000000000000 0.103515625000 +0.000000000000 0.000000000000 0.064941406250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.002120971680 0.065917968750 0.000000000000 +0.000000000000 0.000000000000 0.017211914062 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.106933593750 0.023681640625 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.100585937500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.067382812500 0.000000000000 0.023437500000 0.296875000000 +0.107910156250 0.000000000000 0.198242187500 0.095703125000 +0.000000000000 0.000000000000 0.000934600830 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.019287109375 0.000000000000 0.000000000000 0.267578125000 +0.026489257812 0.312500000000 0.055419921875 0.123535156250 +0.000000000000 0.000000000000 0.000000000000 0.271484375000 +0.053466796875 0.054443359375 0.069824218750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.215820312500 0.066894531250 +0.000000000000 0.004119873047 0.000000000000 0.000000000000 +0.021240234375 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.332031250000 0.054931640625 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.070800781250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.196289062500 0.000000000000 0.000000000000 0.277343750000 +0.000000000000 0.000000000000 0.211914062500 0.000000000000 +0.000000000000 0.021606445312 0.079589843750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.215820312500 +0.090820312500 0.335937500000 0.000000000000 0.214843750000 +0.000000000000 0.000000000000 0.000000000000 0.289062500000 +0.239257812500 0.104980468750 0.079589843750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.006927490234 0.000000000000 0.275390625000 0.128906250000 +0.000000000000 0.175781250000 0.000000000000 0.000000000000 +0.102050781250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.449218750000 0.015625000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.014526367188 +0.000000000000 0.129882812500 0.000000000000 0.000000000000 +0.287109375000 0.000000000000 0.000000000000 0.172851562500 +0.000000000000 0.000000000000 0.185546875000 0.000000000000 +0.000000000000 0.050781250000 0.091796875000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.015502929688 0.077636718750 +0.077148437500 0.316406250000 0.000000000000 0.273437500000 +0.000000000000 0.000000000000 0.000000000000 0.183593750000 +0.300781250000 0.095214843750 0.092773437500 0.000000000000 +0.053466796875 0.000000000000 0.000000000000 0.000000000000 +0.089355468750 0.000000000000 0.273437500000 0.181640625000 +0.000000000000 0.211914062500 0.000000000000 0.000000000000 +0.157226562500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.453125000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.220703125000 0.000000000000 0.000000000000 +0.298828125000 0.000000000000 0.000000000000 0.009338378906 +0.000000000000 0.000000000000 0.097656250000 0.000000000000 +0.000000000000 0.058593750000 0.017700195312 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.057373046875 0.000000000000 +0.000000000000 0.211914062500 0.000000000000 0.283203125000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.267578125000 0.041259765625 0.093261718750 0.000000000000 +0.155273437500 0.000000000000 0.000000000000 0.000000000000 +0.108398437500 0.000000000000 0.215820312500 0.223632812500 +0.141601562500 0.165039062500 0.000000000000 0.000000000000 +0.150390625000 0.000000000000 0.000000000000 0.000000000000 +0.044677734375 0.000000000000 0.361328125000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.110839843750 0.000000000000 +0.000000000000 0.222656250000 0.000000000000 0.000000000000 +0.267578125000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.001724243164 0.000000000000 0.038330078125 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.054687500000 0.000000000000 +0.000000000000 0.075683593750 0.000000000000 0.245117187500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.071289062500 0.000000000000 0.069824218750 0.000000000000 +0.180664062500 0.000000000000 0.000000000000 0.029174804688 +0.068359375000 0.000000000000 0.122558593750 0.247070312500 +0.212890625000 0.019897460938 0.000000000000 0.000000000000 +0.070312500000 0.000000000000 0.000000000000 0.000000000000 +0.136718750000 0.015258789062 0.133789062500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.115234375000 0.065917968750 +0.000000000000 0.147460937500 0.000000000000 0.001220703125 +0.166992187500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.088867187500 +0.000000000000 0.000000000000 0.153320312500 0.000000000000 +0.000000000000 0.000000000000 0.014831542969 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.136718750000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.014709472656 0.000000000000 +0.169921875000 0.000000000000 0.000000000000 0.058105468750 +0.000000000000 0.000000000000 0.000000000000 0.242187500000 +0.203125000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.015197753906 0.000000000000 0.000000000000 +0.136718750000 0.095703125000 0.000000000000 0.000000000000 +0.031738281250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.102539062500 0.039306640625 0.115722656250 +0.000000000000 0.010620117188 0.000000000000 0.000000000000 +0.029541015625 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.053955078125 +0.000000000000 0.000000000000 0.229492187500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.010742187500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.139648437500 0.072753906250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.198242187500 +0.113769531250 0.000000000000 0.000000000000 0.115722656250 +0.000000000000 0.053955078125 0.000000000000 0.000000000000 +0.031127929688 0.104003906250 0.000000000000 0.000000000000 +0.080078125000 0.000000000000 0.096191406250 0.000000000000 +0.000000000000 0.263671875000 0.000000000000 0.118652343750 +0.035400390625 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.052490234375 0.000000000000 +0.052490234375 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.222656250000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.140625000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.104003906250 0.071777343750 0.000000000000 0.000000000000 +0.000000000000 0.171875000000 0.000000000000 0.083007812500 +0.000000000000 0.000000000000 0.000000000000 0.136718750000 +0.000000000000 0.079101562500 0.000000000000 0.000000000000 +0.000000000000 0.058349609375 0.000000000000 0.000000000000 +0.060302734375 0.000000000000 0.218750000000 0.000000000000 +0.000000000000 0.314453125000 0.000000000000 0.065429687500 +0.082519531250 0.000000000000 0.000000000000 0.020141601562 +0.000000000000 0.000000000000 0.089355468750 0.000000000000 +0.057861328125 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.141601562500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.017456054688 0.000000000000 0.000000000000 0.000000000000 +0.061279296875 0.247070312500 0.082031250000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.075195312500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.318359375000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.074218750000 +0.000000000000 0.123046875000 0.000000000000 0.080078125000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.070312500000 0.281250000000 0.000000000000 +0.000000000000 0.292968750000 0.000000000000 0.000000000000 +0.093261718750 0.000000000000 0.000000000000 0.139648437500 +0.000000000000 0.000000000000 0.076171875000 0.000000000000 +0.000000000000 0.008728027344 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.064453125000 0.016479492188 0.000000000000 +0.155273437500 0.000000000000 0.000000000000 0.000000000000 +0.083007812500 0.000000000000 0.000000000000 0.000000000000 +0.097167968750 0.289062500000 0.151367187500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.057617187500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.337890625000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.172851562500 0.000000000000 0.177734375000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.135742187500 0.291015625000 0.000000000000 +0.000000000000 0.175781250000 0.000000000000 0.000000000000 +0.071289062500 0.000000000000 0.000000000000 0.271484375000 +0.000000000000 0.000000000000 0.011901855469 0.000000000000 +0.000000000000 0.024169921875 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.162109375000 0.000000000000 0.000000000000 +0.190429687500 0.000000000000 0.000000000000 0.000000000000 +0.067871093750 0.000000000000 0.000000000000 0.000000000000 +0.100097656250 0.281250000000 0.180664062500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.026123046875 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.287109375000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.213867187500 0.000000000000 0.169921875000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.176757812500 0.277343750000 0.000000000000 +0.000000000000 0.025024414062 0.000000000000 0.000000000000 +0.046142578125 0.000000000000 0.000000000000 0.353515625000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.010375976562 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.178710937500 0.000000000000 0.000000000000 +0.111328125000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.072265625000 0.221679687500 0.183593750000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.006561279297 +0.000000000000 0.000000000000 0.000000000000 0.102050781250 +0.063476562500 0.190429687500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.222656250000 0.007873535156 0.044189453125 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.188476562500 0.247070312500 0.066406250000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.024414062500 0.000000000000 0.000000000000 0.361328125000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.150390625000 0.019653320312 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.015625000000 0.141601562500 0.150390625000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.228515625000 +0.065429687500 0.129882812500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.205078125000 0.016235351562 0.000000000000 +0.018432617188 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.176757812500 0.232421875000 0.133789062500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.032958984375 0.000000000000 0.000000000000 0.302734375000 +0.000000000000 0.000000000000 0.006530761719 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.039794921875 0.116210937500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.081054687500 0.095703125000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.226562500000 +0.000000000000 0.196289062500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.147460937500 0.012756347656 0.000000000000 +0.036621093750 0.000000000000 0.000000000000 0.000000000000 +0.040527343750 0.124511718750 0.226562500000 0.116699218750 +0.000000000000 0.100585937500 0.000000000000 0.000000000000 +0.074218750000 0.000000000000 0.000000000000 0.184570312500 +0.000000000000 0.000000000000 0.098144531250 0.000000000000 +0.034179687500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.157226562500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.095703125000 0.058349609375 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.008361816406 0.000000000000 0.098144531250 +0.000000000000 0.298828125000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.051757812500 +0.000000000000 0.076660156250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.075195312500 0.063476562500 0.235351562500 0.013671875000 +0.000000000000 0.222656250000 0.000000000000 0.037841796875 +0.107421875000 0.000000000000 0.000000000000 0.064941406250 +0.000000000000 0.000000000000 0.147460937500 0.000000000000 +0.090332031250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.143554687500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.164062500000 0.060058593750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.015136718750 0.000000000000 0.000000000000 +0.000000000000 0.378906250000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.057128906250 +0.000000000000 0.031250000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.051757812500 0.030151367188 0.237304687500 0.000000000000 +0.000000000000 0.269531250000 0.000000000000 0.024902343750 +0.114257812500 0.000000000000 0.000000000000 0.035156250000 +0.000000000000 0.000000000000 0.147460937500 0.000000000000 +0.084472656250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.069335937500 0.000000000000 +0.057373046875 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.232421875000 0.094238281250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.388671875000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.063476562500 0.000000000000 0.039794921875 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.035156250000 0.239257812500 0.000000000000 +0.000000000000 0.251953125000 0.000000000000 0.000000000000 +0.113281250000 0.000000000000 0.000000000000 0.121582031250 +0.000000000000 0.000000000000 0.102050781250 0.000000000000 +0.000000000000 0.005920410156 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.038574218750 0.000000000000 0.000000000000 +0.170898437500 0.000000000000 0.000000000000 0.000000000000 +0.077636718750 0.000000000000 0.000000000000 0.000000000000 +0.046875000000 0.263671875000 0.139648437500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.349609375000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.128906250000 0.000000000000 0.169921875000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.088378906250 0.233398437500 0.000000000000 +0.000000000000 0.158203125000 0.000000000000 0.000000000000 +0.072753906250 0.000000000000 0.000000000000 0.244140625000 +0.000000000000 0.000000000000 0.001716613770 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.146484375000 0.000000000000 0.000000000000 +0.175781250000 0.000000000000 0.000000000000 0.000000000000 +0.070800781250 0.000000000000 0.000000000000 0.000000000000 +0.078125000000 0.257812500000 0.166992187500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.014343261719 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.243164062500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.199218750000 0.000000000000 0.176757812500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.138671875000 0.225585937500 0.000000000000 +0.000000000000 0.025756835938 0.000000000000 0.000000000000 +0.033203125000 0.000000000000 0.000000000000 0.332031250000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.174804687500 0.000000000000 0.000000000000 +0.075683593750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.075683593750 0.210937500000 0.164062500000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.010192871094 0.000000000000 0.000000000000 0.086914062500 +0.059814453125 0.133789062500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.220703125000 0.000000000000 0.062500000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.165039062500 0.220703125000 0.026245117188 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.006408691406 0.000000000000 0.000000000000 0.349609375000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.149414062500 0.013732910156 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.022827148438 0.137695312500 0.139648437500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.225585937500 +0.068847656250 0.090332031250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.210937500000 0.010620117188 0.000000000000 +0.014282226562 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.160156250000 0.216796875000 0.115722656250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.022949218750 0.000000000000 0.000000000000 0.308593750000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.053955078125 0.114257812500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.079101562500 0.096191406250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.237304687500 +0.000000000000 0.163085937500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.155273437500 0.018066406250 0.000000000000 +0.045654296875 0.000000000000 0.000000000000 0.000000000000 +0.033447265625 0.131835937500 0.218750000000 0.119628906250 +0.000000000000 0.088867187500 0.000000000000 0.000000000000 +0.060546875000 0.000000000000 0.000000000000 0.198242187500 +0.000000000000 0.000000000000 0.085937500000 0.000000000000 +0.025390625000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.170898437500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.085937500000 0.056396484375 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.015319824219 0.000000000000 0.131835937500 +0.000000000000 0.285156250000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.065917968750 +0.000000000000 0.084960937500 0.003479003906 0.000000000000 +0.007507324219 0.000000000000 0.000000000000 0.000000000000 +0.114257812500 0.078125000000 0.236328125000 0.031982421875 +0.000000000000 0.235351562500 0.000000000000 0.056396484375 +0.112304687500 0.000000000000 0.000000000000 0.073242187500 +0.000000000000 0.000000000000 0.161132812500 0.000000000000 +0.103515625000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.168945312500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.151367187500 0.049316406250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.037597656250 0.000000000000 0.000000000000 +0.000000000000 0.392578125000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.093750000000 +0.000000000000 0.041015625000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.110351562500 0.042480468750 0.251953125000 0.000000000000 +0.000000000000 0.328125000000 0.000000000000 0.058593750000 +0.135742187500 0.000000000000 0.000000000000 0.010437011719 +0.000000000000 0.000000000000 0.175781250000 0.000000000000 +0.106933593750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.124023437500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.238281250000 0.086425781250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.441406250000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.074218750000 +0.000000000000 0.070312500000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.014953613281 0.067382812500 0.281250000000 0.000000000000 +0.000000000000 0.337890625000 0.000000000000 0.000000000000 +0.140625000000 0.000000000000 0.000000000000 0.073242187500 +0.000000000000 0.000000000000 0.157226562500 0.000000000000 +0.048828125000 0.022949218750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.001449584961 0.034667968750 0.000000000000 +0.166992187500 0.000000000000 0.000000000000 0.000000000000 +0.082519531250 0.000000000000 0.000000000000 0.000000000000 +0.066894531250 0.294921875000 0.134765625000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.003936767578 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.435546875000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.131835937500 0.000000000000 0.175781250000 +0.000000000000 0.000000000000 0.000000000000 0.002182006836 +0.000000000000 0.086914062500 0.296875000000 0.000000000000 +0.000000000000 0.257812500000 0.000000000000 0.000000000000 +0.106445312500 0.000000000000 0.000000000000 0.197265625000 +0.000000000000 0.000000000000 0.074707031250 0.000000000000 +0.000000000000 0.064453125000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.131835937500 0.000000000000 0.000000000000 +0.279296875000 0.000000000000 0.000000000000 0.000000000000 +0.117675781250 0.000000000000 0.000000000000 0.000000000000 +0.094238281250 0.304687500000 0.185546875000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.012451171875 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.369140625000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.184570312500 0.000000000000 0.281250000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.104980468750 0.294921875000 0.000000000000 +0.000000000000 0.074707031250 0.000000000000 0.000000000000 +0.056152343750 0.000000000000 0.000000000000 0.335937500000 +0.000000000000 0.039550781250 0.000000000000 0.000000000000 +0.000000000000 0.083496093750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.224609375000 0.000000000000 0.000000000000 +0.294921875000 0.000000000000 0.000000000000 0.000000000000 +0.096679687500 0.000000000000 0.000000000000 0.000000000000 +0.082031250000 0.273437500000 0.202148437500 0.000000000000 +0.048828125000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.149414062500 0.217773437500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.035156250000 0.000000000000 +0.000000000000 0.193359375000 0.000000000000 0.281250000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.109863281250 0.244140625000 0.013488769531 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.085937500000 0.000000000000 0.423828125000 +0.032714843750 0.144531250000 0.000000000000 0.000000000000 +0.000000000000 0.069335937500 0.040771484375 0.000000000000 +0.000000000000 0.000000000000 0.049560546875 0.000000000000 +0.000000000000 0.253906250000 0.000000000000 0.000000000000 +0.217773437500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.003601074219 0.181640625000 0.200195312500 0.000000000000 +0.192382812500 0.000000000000 0.055419921875 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.220703125000 +0.373046875000 0.019287109375 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.062500000000 0.000000000000 +0.000109672546 0.173828125000 0.000000000000 0.169921875000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.056640625000 0.156250000000 0.206054687500 +0.000000000000 0.000000000000 0.015441894531 0.000000000000 +0.000000000000 0.132812500000 0.000000000000 0.437500000000 +0.111816406250 0.151367187500 0.000000000000 0.000000000000 +0.000000000000 0.048095703125 0.100585937500 0.000000000000 +0.000000000000 0.000000000000 0.119628906250 0.000000000000 +0.000000000000 0.230468750000 0.000000000000 0.000000000000 +0.055419921875 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.042968750000 0.154296875000 0.000000000000 +0.250000000000 0.000000000000 0.178710937500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.394531250000 +0.511718750000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.064941406250 0.000000000000 +0.109863281250 0.069824218750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.011169433594 0.314453125000 +0.000000000000 0.000000000000 0.132812500000 0.000000000000 +0.000000000000 0.132812500000 0.000000000000 0.396484375000 +0.162109375000 0.111328125000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.138671875000 0.000000000000 +0.000000000000 0.000000000000 0.134765625000 0.000000000000 +0.000000000000 0.122070312500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.011230468750 +0.000000000000 0.000000000000 0.000000000000 0.098632812500 +0.000000000000 0.000000000000 0.072753906250 0.000000000000 +0.253906250000 0.000000000000 0.269531250000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.431640625000 +0.542968750000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.030883789062 0.000000000000 +0.177734375000 0.000000000000 0.000000000000 0.000000000000 +0.114746093750 0.000000000000 0.035644531250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.322265625000 +0.000000000000 0.000000000000 0.180664062500 0.000000000000 +0.000000000000 0.108886718750 0.000000000000 0.273437500000 +0.190429687500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.144531250000 0.000000000000 +0.000000000000 0.040039062500 0.112792968750 0.045166015625 +0.030883789062 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.145507812500 +0.000000000000 0.000000000000 0.000000000000 0.351562500000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.195312500000 0.000000000000 0.300781250000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.398437500000 +0.500000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.195312500000 0.000000000000 0.000000000000 0.000000000000 +0.199218750000 0.000000000000 0.192382812500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.251953125000 +0.000000000000 0.000000000000 0.175781250000 0.000000000000 +0.000000000000 0.052978515625 0.000000000000 0.083496093750 +0.199218750000 0.000000000000 0.000000000000 0.022705078125 +0.000000000000 0.000000000000 0.131835937500 0.155273437500 +0.000000000000 0.046875000000 0.016845703125 0.104003906250 +0.036132812500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.211914062500 +0.000000000000 0.070800781250 0.094726562500 0.503906250000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.075195312500 0.000000000000 0.294921875000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.234375000000 +0.349609375000 0.000000000000 0.143554687500 0.140625000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.184570312500 0.000000000000 0.000000000000 0.000000000000 +0.214843750000 0.000000000000 0.287109375000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.078613281250 +0.000000000000 0.000000000000 0.122558593750 0.135742187500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.188476562500 0.000000000000 0.000000000000 0.117187500000 +0.000000000000 0.000000000000 0.091308593750 0.246093750000 +0.000000000000 0.038818359375 0.000000000000 0.112792968750 +0.005523681641 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.214843750000 +0.000000000000 0.162109375000 0.157226562500 0.539062500000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.037353515625 0.239257812500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.128906250000 0.000000000000 0.302734375000 0.302734375000 +0.034912109375 0.000000000000 0.000000000000 0.000000000000 +0.117187500000 0.000000000000 0.000000000000 0.000000000000 +0.183593750000 0.000000000000 0.306640625000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.005767822266 0.250000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.160156250000 0.000000000000 0.000000000000 0.163085937500 +0.028320312500 0.000000000000 0.033447265625 0.257812500000 +0.000000000000 0.000000000000 0.000000000000 0.065429687500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.146484375000 +0.000000000000 0.223632812500 0.144531250000 0.507812500000 +0.000000000000 0.000000000000 0.000000000000 0.138671875000 +0.000000000000 0.086914062500 0.139648437500 0.000000000000 +0.000000000000 0.023925781250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.361328125000 0.394531250000 +0.104492187500 0.000000000000 0.000000000000 0.000000000000 +0.023803710938 0.000000000000 0.000000000000 0.000000000000 +0.073730468750 0.000000000000 0.287109375000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.026489257812 0.000000000000 0.281250000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.125976562500 0.000000000000 0.000000000000 0.159179687500 +0.039794921875 0.000000000000 0.000000000000 0.194335937500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.058837890625 0.000000000000 +0.000000000000 0.234375000000 0.014221191406 0.351562500000 +0.000000000000 0.000000000000 0.000000000000 0.324218750000 +0.000000000000 0.089355468750 0.014648437500 0.000000000000 +0.048339843750 0.013671875000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.345703125000 0.404296875000 +0.119628906250 0.186523437500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.186523437500 0.038330078125 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.170898437500 0.000000000000 0.265625000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.093750000000 0.000000000000 0.000000000000 0.099609375000 +0.016113281250 0.000000000000 0.000000000000 0.034423828125 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.129882812500 0.000000000000 +0.068847656250 0.212890625000 0.000000000000 0.106445312500 +0.000000000000 0.000000000000 0.000000000000 0.353515625000 +0.000000000000 0.046142578125 0.000000000000 0.000000000000 +0.214843750000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.226562500000 0.349609375000 +0.099609375000 0.279296875000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.024414062500 0.066894531250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.214843750000 0.000000000000 0.163085937500 +0.000000000000 0.014099121094 0.000000000000 0.000000000000 +0.069335937500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.130859375000 0.000000000000 +0.158203125000 0.131835937500 0.000000000000 0.000000000000 +0.022338867188 0.119628906250 0.000000000000 0.271484375000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.314453125000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.008728027344 0.210937500000 +0.033447265625 0.267578125000 0.000000000000 0.000000000000 +0.000000000000 0.036621093750 0.000000000000 0.200195312500 +0.000000000000 0.002349853516 0.000000000000 0.038818359375 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.193359375000 0.000000000000 0.000000000000 +0.000000000000 0.070800781250 0.000000000000 0.061767578125 +0.048828125000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.097656250000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.079589843750 0.000000000000 +0.161132812500 0.016479492188 0.000000000000 0.000000000000 +0.127929687500 0.189453125000 0.047363281250 0.031494140625 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.324218750000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.006347656250 +0.000000000000 0.124511718750 0.000000000000 0.000000000000 +0.000000000000 0.183593750000 0.000000000000 0.271484375000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.119140625000 0.000000000000 +0.000000000000 0.069335937500 0.000000000000 0.000000000000 +0.000000000000 0.097167968750 0.000000000000 0.255859375000 +0.039794921875 0.015991210938 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.015380859375 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.199218750000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.089355468750 0.000000000000 0.000000000000 0.000000000000 +0.133789062500 0.194335937500 0.119140625000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.242187500000 0.000000000000 0.000000000000 0.000000000000 +0.082519531250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.215820312500 0.000000000000 0.247070312500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.049560546875 0.176757812500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.104003906250 0.000000000000 0.367187500000 +0.047851562500 0.089355468750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.009765625000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.220703125000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.048828125000 0.152343750000 0.135742187500 0.000000000000 +0.070800781250 0.000000000000 0.015075683594 0.000000000000 +0.070800781250 0.000000000000 0.000000000000 0.219726562500 +0.289062500000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.190429687500 0.000000000000 0.106445312500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.043945312500 0.160156250000 0.179687500000 +0.000000000000 0.000000000000 0.001708984375 0.000000000000 +0.000000000000 0.094726562500 0.000000000000 0.382812500000 +0.082031250000 0.086425781250 0.000000000000 0.000000000000 +0.000000000000 0.017700195312 0.046386718750 0.000000000000 +0.000000000000 0.000000000000 0.024780273438 0.000000000000 +0.000000000000 0.187500000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.049316406250 0.125976562500 0.000000000000 +0.140625000000 0.000000000000 0.135742187500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.332031250000 +0.427734375000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.012329101562 0.000000000000 +0.046142578125 0.068847656250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.048339843750 0.261718750000 +0.000000000000 0.000000000000 0.055664062500 0.000000000000 +0.000000000000 0.094238281250 0.000000000000 0.351562500000 +0.136718750000 0.043945312500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.124511718750 0.000000000000 +0.000000000000 0.000000000000 0.096191406250 0.000000000000 +0.000000000000 0.090332031250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.026977539062 +0.000000000000 0.000000000000 0.073242187500 0.000000000000 +0.186523437500 0.000000000000 0.222656250000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.343750000000 +0.466796875000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.022949218750 0.000000000000 +0.122558593750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.248046875000 +0.000000000000 0.000000000000 0.080566406250 0.000000000000 +0.000000000000 0.116210937500 0.000000000000 0.259765625000 +0.200195312500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.159179687500 0.000000000000 +0.000000000000 0.025634765625 0.114746093750 0.000000000000 +0.004241943359 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.085937500000 +0.000000000000 0.000000000000 0.000000000000 0.243164062500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.206054687500 0.000000000000 0.261718750000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.302734375000 +0.462890625000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.175781250000 0.000000000000 0.000000000000 0.000000000000 +0.012023925781 0.000000000000 0.140625000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.127929687500 +0.000000000000 0.000000000000 0.092285156250 0.000000000000 +0.000000000000 0.155273437500 0.000000000000 0.143554687500 +0.265625000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.161132812500 0.000000000000 +0.000000000000 0.064941406250 0.102539062500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.102050781250 +0.000000000000 0.056640625000 0.000000000000 0.386718750000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.208007812500 0.000000000000 0.259765625000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.210937500000 +0.412109375000 0.000000000000 0.000000000000 0.005493164062 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.202148437500 0.000000000000 0.000000000000 0.000000000000 +0.007446289062 0.000000000000 0.255859375000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.087890625000 0.000000000000 +0.000000000000 0.208984375000 0.000000000000 0.057617187500 +0.310546875000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.147460937500 0.000000000000 +0.000000000000 0.085449218750 0.071777343750 0.003097534180 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.076660156250 +0.000000000000 0.099609375000 0.000000000000 0.437500000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.212890625000 0.037353515625 0.239257812500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.114257812500 +0.343750000000 0.000000000000 0.074218750000 0.094238281250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.224609375000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.308593750000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.083007812500 0.000000000000 +0.000000000000 0.253906250000 0.000000000000 0.016357421875 +0.339843750000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.113769531250 0.000000000000 +0.000000000000 0.090820312500 0.035156250000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000789642334 +0.000000000000 0.112792968750 0.000000000000 0.435546875000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.224609375000 0.072753906250 0.203125000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.059814453125 +0.302734375000 0.000000000000 0.082031250000 0.122070312500 +0.054931640625 0.000000000000 0.000000000000 0.000000000000 +0.235351562500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.316406250000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.093261718750 0.000000000000 +0.000000000000 0.281250000000 0.000000000000 0.029418945312 +0.361328125000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.089843750000 0.000000000000 +0.000000000000 0.081054687500 0.027465820312 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.114257812500 0.000000000000 0.408203125000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.261718750000 0.084472656250 0.178710937500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.068847656250 +0.333984375000 0.000000000000 0.067382812500 0.114746093750 +0.063964843750 0.000000000000 0.000000000000 0.000000000000 +0.251953125000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.320312500000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.117187500000 0.000000000000 +0.000000000000 0.296875000000 0.000000000000 0.070800781250 +0.373046875000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.100585937500 0.000000000000 +0.000000000000 0.090332031250 0.057861328125 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.107421875000 0.000000000000 0.394531250000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.306640625000 0.077148437500 0.195312500000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.119628906250 +0.386718750000 0.000000000000 0.036865234375 0.081542968750 +0.049804687500 0.000000000000 0.000000000000 0.000000000000 +0.267578125000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.330078125000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.158203125000 0.000000000000 +0.000000000000 0.306640625000 0.000000000000 0.101562500000 +0.373046875000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.106933593750 0.000000000000 +0.000000000000 0.100097656250 0.073242187500 0.007080078125 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.086914062500 0.000000000000 0.417968750000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.318359375000 0.052734375000 0.217773437500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.188476562500 +0.416015625000 0.000000000000 0.033691406250 0.074707031250 +0.053466796875 0.000000000000 0.000000000000 0.000000000000 +0.267578125000 0.000000000000 0.000000000000 0.000000000000 +0.040527343750 0.000000000000 0.330078125000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.202148437500 0.000000000000 +0.000000000000 0.304687500000 0.000000000000 0.106933593750 +0.367187500000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.093750000000 0.000000000000 +0.000000000000 0.095214843750 0.053710937500 0.077148437500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.062988281250 0.000000000000 0.445312500000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.283203125000 0.018920898438 0.224609375000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.238281250000 +0.406250000000 0.000000000000 0.042724609375 0.119140625000 +0.101074218750 0.000000000000 0.000000000000 0.000000000000 +0.244140625000 0.000000000000 0.000000000000 0.000000000000 +0.120605468750 0.000000000000 0.308593750000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.214843750000 0.000000000000 +0.000000000000 0.277343750000 0.000000000000 0.095214843750 +0.330078125000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.040039062500 0.000000000000 +0.000000000000 0.071777343750 0.000000000000 0.143554687500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.026489257812 0.000000000000 0.437500000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.158203125000 0.000000000000 0.208984375000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.245117187500 +0.318359375000 0.000000000000 0.052001953125 0.185546875000 +0.161132812500 0.000000000000 0.000000000000 0.000000000000 +0.181640625000 0.000000000000 0.000000000000 0.000000000000 +0.178710937500 0.000000000000 0.223632812500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.206054687500 0.020019531250 +0.000000000000 0.216796875000 0.000000000000 0.049804687500 +0.257812500000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.011352539062 0.000000000000 0.167968750000 +0.000000000000 0.000000000000 0.040039062500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.369140625000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.146484375000 0.000000000000 +0.035400390625 0.000000000000 0.000000000000 0.210937500000 +0.149414062500 0.000000000000 0.040771484375 0.236328125000 +0.190429687500 0.000000000000 0.000000000000 0.000000000000 +0.068847656250 0.000000000000 0.000000000000 0.000000000000 +0.189453125000 0.000000000000 0.068359375000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.146484375000 0.108398437500 +0.000000000000 0.103027343750 0.000000000000 0.000000000000 +0.143554687500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.005310058594 +0.000000000000 0.000000000000 0.000000000000 0.152343750000 +0.000000000000 0.000000000000 0.164062500000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.208984375000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.047607421875 0.000000000000 +0.075195312500 0.027099609375 0.000000000000 0.102539062500 +0.000000000000 0.000000000000 0.000000000000 0.248046875000 +0.179687500000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.151367187500 0.080078125000 0.000000000000 0.000000000000 +0.079101562500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.133789062500 0.005981445312 0.157226562500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.011413574219 0.000000000000 0.000000000000 0.000000000000 +0.009521484375 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.057861328125 +0.000000000000 0.000000000000 0.225585937500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.004669189453 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.099121093750 0.103515625000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.220703125000 +0.100097656250 0.000000000000 0.000000000000 0.122070312500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.026489257812 0.099609375000 0.000000000000 0.000000000000 +0.109863281250 0.000000000000 0.062500000000 0.000000000000 +0.000000000000 0.241210937500 0.000000000000 0.157226562500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.068359375000 0.000000000000 +0.125976562500 0.004302978516 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.221679687500 0.000000000000 +0.000000000000 0.052734375000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.166015625000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.101074218750 0.095703125000 0.000000000000 0.000000000000 +0.000000000000 0.140625000000 0.000000000000 0.117187500000 +0.000000000000 0.000000000000 0.000000000000 0.152343750000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.197265625000 0.000000000000 +0.000000000000 0.181640625000 0.000000000000 0.008483886719 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.108398437500 0.000000000000 +0.072265625000 0.004211425781 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.023925781250 +0.237304687500 0.126953125000 0.000000000000 0.000000000000 +0.057861328125 0.063964843750 0.000000000000 0.000000000000 +0.000000000000 0.160156250000 0.041992187500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.008117675781 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.175781250000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.020019531250 0.201171875000 0.000000000000 0.507812500000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.055908203125 0.009826660156 0.000000000000 +0.000000000000 0.000000000000 0.062988281250 0.000000000000 +0.000000000000 0.337890625000 0.078125000000 0.449218750000 +0.159179687500 0.308593750000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.006805419922 0.000000000000 +0.130859375000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.363281250000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.052978515625 0.000000000000 0.000000000000 0.000000000000 +0.117675781250 0.151367187500 0.164062500000 0.000000000000 +0.333984375000 0.000000000000 0.000000000000 0.000000000000 +0.228515625000 0.000000000000 0.040039062500 0.382812500000 +0.447265625000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.043457031250 0.302734375000 0.000000000000 0.296875000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.052490234375 0.097656250000 0.213867187500 +0.000000000000 0.000000000000 0.172851562500 0.000000000000 +0.000000000000 0.277343750000 0.057617187500 0.519531250000 +0.188476562500 0.378906250000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.044677734375 0.000000000000 +0.002883911133 0.000000000000 0.109863281250 0.000000000000 +0.000000000000 0.417968750000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.125000000000 0.000000000000 +0.251953125000 0.000000000000 0.198242187500 0.060791015625 +0.033203125000 0.000000000000 0.060791015625 0.632812500000 +0.550781250000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.077148437500 0.273437500000 0.000000000000 0.026000976562 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.062988281250 0.217773437500 +0.000000000000 0.000000000000 0.185546875000 0.000000000000 +0.000000000000 0.285156250000 0.000000000000 0.472656250000 +0.204101562500 0.093750000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.031250000000 0.000000000000 +0.011352539062 0.000000000000 0.027465820312 0.011901855469 +0.000000000000 0.129882812500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.035644531250 +0.000000000000 0.000000000000 0.094726562500 0.000000000000 +0.162109375000 0.000000000000 0.211914062500 0.021118164062 +0.000000000000 0.000000000000 0.021484375000 0.628906250000 +0.527343750000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.085937500000 0.242187500000 0.000000000000 0.020629882812 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.141601562500 +0.000000000000 0.000000000000 0.176757812500 0.000000000000 +0.000000000000 0.312500000000 0.000000000000 0.433593750000 +0.227539062500 0.053710937500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.041503906250 0.000000000000 +0.012756347656 0.000000000000 0.000000000000 0.046875000000 +0.000000000000 0.119140625000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.062988281250 +0.000000000000 0.000000000000 0.077148437500 0.000000000000 +0.137695312500 0.000000000000 0.206054687500 0.000000000000 +0.000000000000 0.000000000000 0.005676269531 0.601562500000 +0.472656250000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.061279296875 0.291015625000 0.000000000000 0.097167968750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.166992187500 0.000000000000 +0.000000000000 0.359375000000 0.000000000000 0.414062500000 +0.239257812500 0.032958984375 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.072265625000 0.003097534180 0.000000000000 0.068359375000 +0.000000000000 0.127929687500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.062988281250 +0.000000000000 0.000000000000 0.072753906250 0.000000000000 +0.100585937500 0.000000000000 0.151367187500 0.012268066406 +0.024047851562 0.000000000000 0.001625061035 0.558593750000 +0.425781250000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.077636718750 0.357421875000 0.000000000000 0.159179687500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.031494140625 0.000000000000 +0.000000000000 0.000000000000 0.186523437500 0.000000000000 +0.000000000000 0.375000000000 0.000000000000 0.429687500000 +0.218750000000 0.073730468750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.120605468750 0.000000000000 0.000000000000 0.023437500000 +0.000000000000 0.157226562500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.006744384766 0.000000000000 0.098632812500 0.000000000000 +0.066894531250 0.000000000000 0.116699218750 0.000000000000 +0.076660156250 0.000000000000 0.040039062500 0.578125000000 +0.382812500000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.040039062500 0.429687500000 0.000000000000 0.193359375000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.131835937500 0.000000000000 +0.000000000000 0.000000000000 0.169921875000 0.000000000000 +0.000000000000 0.361328125000 0.000000000000 0.474609375000 +0.211914062500 0.094238281250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.095703125000 0.000000000000 0.000000000000 0.018676757812 +0.000000000000 0.222656250000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.041259765625 0.000000000000 0.106933593750 0.000000000000 +0.042480468750 0.000000000000 0.092773437500 0.000000000000 +0.087402343750 0.000000000000 0.053710937500 0.625000000000 +0.398437500000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.019042968750 0.416015625000 0.000000000000 0.136718750000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.015625000000 0.149414062500 0.081054687500 +0.000000000000 0.000000000000 0.184570312500 0.000000000000 +0.000000000000 0.308593750000 0.000000000000 0.492187500000 +0.153320312500 0.094238281250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.082031250000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.200195312500 0.002502441406 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.002593994141 0.000000000000 0.123046875000 0.000000000000 +0.005065917969 0.000000000000 0.094238281250 0.001541137695 +0.012268066406 0.000000000000 0.078125000000 0.644531250000 +0.390625000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.402343750000 0.000000000000 0.052978515625 +0.003417968750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.002853393555 0.183593750000 0.154296875000 +0.000000000000 0.000000000000 0.166992187500 0.000000000000 +0.000000000000 0.232421875000 0.000000000000 0.474609375000 +0.112792968750 0.057861328125 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.040283203125 0.000000000000 0.000000000000 0.013732910156 +0.000000000000 0.166015625000 0.016235351562 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.118652343750 0.000000000000 +0.000000000000 0.000000000000 0.105468750000 0.016357421875 +0.000000000000 0.000000000000 0.072753906250 0.625000000000 +0.371093750000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.369140625000 0.000000000000 0.000000000000 +0.001213073730 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.008605957031 0.187500000000 0.161132812500 +0.000000000000 0.000000000000 0.120605468750 0.000000000000 +0.000000000000 0.190429687500 0.000000000000 0.429687500000 +0.087402343750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.012145996094 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.102050781250 0.017333984375 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.109375000000 0.000000000000 +0.000000000000 0.000000000000 0.092773437500 0.000000000000 +0.000000000000 0.000000000000 0.034179687500 0.554687500000 +0.306640625000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.271484375000 0.000000000000 0.000000000000 +0.013183593750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.029174804688 0.152343750000 0.175781250000 +0.000000000000 0.000000000000 0.090332031250 0.000000000000 +0.000000000000 0.106933593750 0.000000000000 0.373046875000 +0.035156250000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.066406250000 0.006439208984 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.083984375000 0.000000000000 +0.000000000000 0.000000000000 0.083984375000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.462890625000 +0.247070312500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.194335937500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.125976562500 0.145507812500 +0.000000000000 0.000000000000 0.034912109375 0.000000000000 +0.000000000000 0.058593750000 0.000000000000 0.292968750000 +0.040039062500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.010437011719 0.007751464844 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.072265625000 0.000000000000 +0.000000000000 0.000000000000 0.076171875000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.318359375000 +0.191406250000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.126953125000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.087402343750 0.047119140625 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.070800781250 0.000000000000 0.251953125000 +0.051757812500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.009887695312 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.066406250000 0.000000000000 +0.000000000000 0.000000000000 0.062500000000 0.010925292969 +0.000000000000 0.000000000000 0.000000000000 0.188476562500 +0.174804687500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.088378906250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.010498046875 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.079101562500 0.000000000000 0.244140625000 +0.055175781250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.041748046875 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.009521484375 0.058593750000 0.000000000000 +0.000000000000 0.000000000000 0.051025390625 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.175781250000 +0.166992187500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.075195312500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.057617187500 0.000000000000 0.241210937500 +0.047363281250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.024169921875 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.033935546875 0.000000000000 +0.000000000000 0.000000000000 0.058593750000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.190429687500 +0.123046875000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.002059936523 0.000000000000 0.000000000000 +0.050292968750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.012817382812 0.111328125000 +0.000000000000 0.000000000000 0.019042968750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.169921875000 +0.004760742188 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.070312500000 0.011291503906 +0.000000000000 0.000000000000 0.000000000000 0.155273437500 +0.105957031250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.125000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.202148437500 +0.000000000000 0.000000000000 0.018432617188 0.014892578125 +0.000000000000 0.000000000000 0.000000000000 0.032958984375 +0.000000000000 0.000000000000 0.018310546875 0.000000000000 +0.066406250000 0.000000000000 0.000000000000 0.111816406250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.013854980469 +0.000000000000 0.000000000000 0.163085937500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.086425781250 0.040283203125 +0.000000000000 0.011291503906 0.000000000000 0.015075683594 +0.004730224609 0.000000000000 0.000000000000 0.008117675781 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.115234375000 0.000000000000 0.000000000000 0.000000000000 +0.092285156250 0.000000000000 0.000000000000 0.159179687500 +0.000000000000 0.000000000000 0.000000000000 0.196289062500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.102050781250 0.117187500000 +0.190429687500 0.000000000000 0.000000000000 0.234375000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.052001953125 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.104492187500 +0.000000000000 0.097167968750 0.324218750000 0.067382812500 +0.000000000000 0.000000000000 0.000000000000 0.052490234375 +0.000000000000 0.000000000000 0.073730468750 0.001296997070 +0.000000000000 0.091308593750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.125000000000 0.155273437500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.064941406250 0.000000000000 0.000000000000 0.000000000000 +0.162109375000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.123535156250 0.000000000000 0.294921875000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.145507812500 0.244140625000 +0.234375000000 0.000000000000 0.000000000000 0.279296875000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.120117187500 +0.000000000000 0.205078125000 0.287109375000 0.057617187500 +0.000000000000 0.000000000000 0.000000000000 0.382812500000 +0.000000000000 0.000000000000 0.011291503906 0.019287109375 +0.000000000000 0.106933593750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.224609375000 0.245117187500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.109863281250 +0.136718750000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.294921875000 0.000000000000 0.328125000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.152343750000 0.242187500000 +0.211914062500 0.000000000000 0.000000000000 0.206054687500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.014160156250 +0.000000000000 0.000000000000 0.000000000000 0.020019531250 +0.041503906250 0.255859375000 0.140625000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.593750000000 +0.000000000000 0.000000000000 0.000000000000 0.009094238281 +0.000000000000 0.046386718750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.261718750000 0.271484375000 +0.000000000000 0.185546875000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.253906250000 +0.126953125000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.367187500000 0.000000000000 0.302734375000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.100585937500 0.187500000000 +0.159179687500 0.000000000000 0.000000000000 0.037353515625 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.024169921875 +0.000000000000 0.000000000000 0.062988281250 0.000000000000 +0.223632812500 0.238281250000 0.000000000000 0.000000000000 +0.000000000000 0.106933593750 0.000000000000 0.609375000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.139648437500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.197265625000 0.257812500000 +0.000000000000 0.337890625000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.052490234375 +0.000000000000 0.000000000000 0.000000000000 0.271484375000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.371093750000 0.000000000000 0.185546875000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.011840820312 0.000000000000 0.010070800781 0.052490234375 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.105468750000 0.000000000000 +0.330078125000 0.189453125000 0.000000000000 0.000000000000 +0.043945312500 0.208007812500 0.000000000000 0.494140625000 +0.000000000000 0.000000000000 0.000000000000 0.012451171875 +0.292968750000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.147460937500 +0.000000000000 0.345703125000 0.000000000000 0.000000000000 +0.000000000000 0.011047363281 0.000000000000 0.324218750000 +0.000000000000 0.000000000000 0.000000000000 0.167968750000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.285156250000 0.000000000000 0.000000000000 +0.000000000000 0.067871093750 0.000000000000 0.086425781250 +0.015991210938 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.139648437500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.057617187500 0.000000000000 +0.289062500000 0.060791015625 0.000000000000 0.000000000000 +0.214843750000 0.253906250000 0.083496093750 0.180664062500 +0.000000000000 0.000000000000 0.000000000000 0.010986328125 +0.345703125000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.199218750000 0.000000000000 0.000000000000 +0.000000000000 0.275390625000 0.000000000000 0.406250000000 +0.000000000000 0.004943847656 0.000000000000 0.000000000000 +0.000000000000 0.003341674805 0.157226562500 0.000000000000 +0.000000000000 0.144531250000 0.000000000000 0.000000000000 +0.000000000000 0.137695312500 0.000000000000 0.316406250000 +0.024169921875 0.071777343750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.052490234375 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.265625000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.166015625000 0.000000000000 0.000000000000 0.000000000000 +0.267578125000 0.253906250000 0.145507812500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.042236328125 +0.328125000000 0.000000000000 0.051025390625 0.023193359375 +0.034423828125 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.425781250000 0.000000000000 0.396484375000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.148437500000 0.320312500000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.020751953125 0.163085937500 0.000000000000 0.451171875000 +0.009765625000 0.112792968750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.101562500000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.322265625000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.250000000000 0.222656250000 0.195312500000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.017578125000 +0.211914062500 0.000000000000 0.102539062500 0.337890625000 +0.215820312500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.419921875000 0.000000000000 0.245117187500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.222656250000 0.349609375000 0.175781250000 +0.000000000000 0.000000000000 0.031738281250 0.000000000000 +0.000000000000 0.101562500000 0.000000000000 0.503906250000 +0.000000000000 0.139648437500 0.000000000000 0.000000000000 +0.000000000000 0.035400390625 0.000000000000 0.000000000000 +0.014709472656 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.292968750000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.093261718750 0.149414062500 0.186523437500 0.000000000000 +0.000000000000 0.000000000000 0.041259765625 0.000000000000 +0.000000000000 0.000000000000 0.064453125000 0.480468750000 +0.312500000000 0.032226562500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.339843750000 0.000000000000 0.009277343750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.210937500000 0.328125000000 0.419921875000 +0.000000000000 0.000000000000 0.056640625000 0.000000000000 +0.000000000000 0.040527343750 0.000000000000 0.472656250000 +0.000000000000 0.039794921875 0.000000000000 0.000000000000 +0.000000000000 0.080566406250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.171875000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.051025390625 0.167968750000 0.000000000000 +0.000000000000 0.000000000000 0.139648437500 0.022338867188 +0.000000000000 0.000000000000 0.034423828125 0.498046875000 +0.351562500000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.028686523438 0.000000000000 +0.000000000000 0.104003906250 0.000000000000 0.000000000000 +0.109375000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.143554687500 0.172851562500 0.470703125000 +0.000000000000 0.000000000000 0.094238281250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.333984375000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.007812500000 0.008789062500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.126953125000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.062011718750 0.000000000000 +0.000000000000 0.000000000000 0.057373046875 0.000000000000 +0.000000000000 0.000000000000 0.163085937500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.396484375000 +0.281250000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.032470703125 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.145507812500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.435546875000 +0.000000000000 0.000000000000 0.012207031250 0.010742187500 +0.000000000000 0.000000000000 0.000000000000 0.108398437500 +0.000000000000 0.000000000000 0.007476806641 0.034179687500 +0.041748046875 0.000000000000 0.058105468750 0.188476562500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.113769531250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.167968750000 +0.000000000000 0.000000000000 0.267578125000 0.121582031250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.183593750000 0.013671875000 +0.000000000000 0.000000000000 0.000000000000 0.125976562500 +0.141601562500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.008728027344 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.148437500000 0.000000000000 0.000000000000 0.000000000000 +0.024291992188 0.000000000000 0.000000000000 0.250000000000 +0.000000000000 0.000000000000 0.000000000000 0.170898437500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.051025390625 0.164062500000 +0.149414062500 0.000000000000 0.051757812500 0.279296875000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.065917968750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.210937500000 +0.000000000000 0.133789062500 0.333984375000 0.194335937500 +0.000000000000 0.000000000000 0.000000000000 0.035400390625 +0.000000000000 0.000000000000 0.131835937500 0.013854980469 +0.000000000000 0.062500000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.212890625000 0.175781250000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.110351562500 0.000000000000 0.051269531250 0.000000000000 +0.180664062500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.086425781250 0.000000000000 0.337890625000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.085937500000 0.222656250000 +0.208007812500 0.000000000000 0.020019531250 0.312500000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.165039062500 +0.000000000000 0.203125000000 0.332031250000 0.201171875000 +0.000000000000 0.000000000000 0.000000000000 0.384765625000 +0.000000000000 0.000000000000 0.054931640625 0.038330078125 +0.000000000000 0.117187500000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.330078125000 0.349609375000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.023803710938 0.000000000000 0.059814453125 0.000000000000 +0.251953125000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.363281250000 0.000000000000 0.423828125000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.138671875000 0.208007812500 +0.191406250000 0.000000000000 0.000000000000 0.263671875000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.077636718750 0.000000000000 +0.000000000000 0.000000000000 0.057861328125 0.000000000000 +0.000000000000 0.218750000000 0.181640625000 0.080078125000 +0.000000000000 0.000000000000 0.000000000000 0.625000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.058593750000 0.121582031250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.322265625000 0.429687500000 +0.026000976562 0.247070312500 0.000000000000 0.074707031250 +0.000000000000 0.000000000000 0.002334594727 0.000000000000 +0.000000000000 0.122558593750 0.000000000000 0.125976562500 +0.310546875000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.621093750000 0.000000000000 0.406250000000 +0.032714843750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.182617187500 0.071777343750 +0.195312500000 0.000000000000 0.000000000000 0.098144531250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.193359375000 0.072265625000 +0.000000000000 0.000000000000 0.142578125000 0.000000000000 +0.123046875000 0.158203125000 0.000000000000 0.000000000000 +0.000000000000 0.157226562500 0.000000000000 0.683593750000 +0.000000000000 0.000000000000 0.000000000000 0.010009765625 +0.273437500000 0.113769531250 0.000000000000 0.000000000000 +0.000000000000 0.097656250000 0.193359375000 0.416015625000 +0.062011718750 0.322265625000 0.000000000000 0.271484375000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.218750000000 0.000000000000 0.193359375000 +0.283203125000 0.000000000000 0.000000000000 0.000000000000 +0.038085937500 0.746093750000 0.000000000000 0.341796875000 +0.086914062500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.248046875000 0.000000000000 +0.184570312500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.210937500000 0.168945312500 +0.000000000000 0.000000000000 0.104980468750 0.000000000000 +0.231445312500 0.069824218750 0.000000000000 0.000000000000 +0.139648437500 0.314453125000 0.000000000000 0.640625000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.322265625000 0.074707031250 0.000000000000 0.000000000000 +0.000000000000 0.369140625000 0.000000000000 0.251953125000 +0.000000000000 0.281250000000 0.000000000000 0.312500000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.169921875000 0.000000000000 0.230468750000 +0.188476562500 0.041748046875 0.249023437500 0.000000000000 +0.036865234375 0.734375000000 0.000000000000 0.181640625000 +0.106445312500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.257812500000 0.000000000000 +0.182617187500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.149414062500 0.179687500000 +0.210937500000 0.000000000000 0.000000000000 0.000000000000 +0.306640625000 0.000000000000 0.000000000000 0.000000000000 +0.178710937500 0.412109375000 0.086914062500 0.478515625000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.277343750000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.550781250000 0.000000000000 0.000000000000 +0.000000000000 0.122070312500 0.000000000000 0.237304687500 +0.000000000000 0.000000000000 0.000000000000 0.045410156250 +0.000000000000 0.000000000000 0.000000000000 0.193359375000 +0.003158569336 0.202148437500 0.347656250000 0.000000000000 +0.049316406250 0.605468750000 0.000000000000 0.000000000000 +0.102050781250 0.000000000000 0.000000000000 0.017578125000 +0.000000000000 0.000000000000 0.238281250000 0.000000000000 +0.088378906250 0.126953125000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.053222656250 0.000000000000 0.096679687500 +0.492187500000 0.000000000000 0.000000000000 0.000000000000 +0.291015625000 0.000000000000 0.000000000000 0.000000000000 +0.147460937500 0.414062500000 0.149414062500 0.226562500000 +0.000000000000 0.000000000000 0.000000000000 0.005981445312 +0.125976562500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.570312500000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.013671875000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.047851562500 +0.000000000000 0.000000000000 0.000000000000 0.089843750000 +0.000000000000 0.191406250000 0.337890625000 0.000000000000 +0.000000000000 0.285156250000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.130859375000 +0.000000000000 0.000000000000 0.162109375000 0.000000000000 +0.016601562500 0.213867187500 0.059082031250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.099609375000 0.000000000000 0.000000000000 +0.628906250000 0.000000000000 0.000000000000 0.000000000000 +0.212890625000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.341796875000 0.161132812500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.043701171875 0.468750000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.240234375000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.071777343750 0.178710937500 0.125976562500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.172851562500 +0.000000000000 0.000000000000 0.007812500000 0.011108398438 +0.000000000000 0.186523437500 0.230468750000 0.000000000000 +0.000000000000 0.000000000000 0.211914062500 0.000000000000 +0.000000000000 0.059570312500 0.000000000000 0.000000000000 +0.570312500000 0.000000000000 0.000000000000 0.115234375000 +0.054687500000 0.041503906250 0.000000000000 0.000000000000 +0.000000000000 0.145507812500 0.127929687500 0.000000000000 +0.273437500000 0.000000000000 0.117675781250 0.025146484375 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.292968750000 0.146484375000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.269531250000 0.000000000000 +0.047607421875 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.033203125000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.139648437500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.152343750000 +0.122070312500 0.000000000000 0.000000000000 0.052490234375 +0.000000000000 0.022338867188 0.281250000000 0.000000000000 +0.000000000000 0.008728027344 0.294921875000 0.000000000000 +0.000000000000 0.013549804688 0.000000000000 0.000000000000 +0.283203125000 0.000000000000 0.000000000000 0.265625000000 +0.000000000000 0.117187500000 0.000000000000 0.097167968750 +0.000000000000 0.000000000000 0.035888671875 0.000000000000 +0.357421875000 0.000000000000 0.250000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.402343750000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.237304687500 0.000000000000 +0.099609375000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.279296875000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.092773437500 +0.000000000000 0.000000000000 0.025390625000 0.000000000000 +0.000000000000 0.053466796875 0.000000000000 0.074218750000 +0.205078125000 0.000000000000 0.000000000000 0.055908203125 +0.000000000000 0.000000000000 0.255859375000 0.023559570312 +0.000000000000 0.074218750000 0.207031250000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.269531250000 +0.000000000000 0.125976562500 0.000000000000 0.417968750000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.306640625000 0.000000000000 0.281250000000 0.004302978516 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.355468750000 0.000000000000 0.168945312500 0.097656250000 +0.000000000000 0.000000000000 0.009521484375 0.000000000000 +0.153320312500 0.000000000000 0.000000000000 0.000000000000 +0.169921875000 0.000000000000 0.349609375000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.089355468750 0.092285156250 +0.000000000000 0.084472656250 0.000000000000 0.000000000000 +0.211914062500 0.000000000000 0.000000000000 0.007507324219 +0.000000000000 0.000000000000 0.116699218750 0.137695312500 +0.000000000000 0.087890625000 0.000000000000 0.124511718750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.103515625000 +0.000000000000 0.110351562500 0.000000000000 0.478515625000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.078613281250 0.000000000000 0.235351562500 0.024169921875 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.138671875000 0.000000000000 0.269531250000 0.349609375000 +0.173828125000 0.000000000000 0.000000000000 0.000000000000 +0.112304687500 0.000000000000 0.000000000000 0.000000000000 +0.204101562500 0.000000000000 0.279296875000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.105468750000 0.217773437500 +0.000000000000 0.104492187500 0.000000000000 0.000000000000 +0.176757812500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.119628906250 +0.000000000000 0.000000000000 0.000000000000 0.156250000000 +0.000000000000 0.000000000000 0.142578125000 0.000000000000 +0.000000000000 0.000000000000 0.046386718750 0.000000000000 +0.000000000000 0.066406250000 0.000000000000 0.406250000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.064453125000 0.021362304688 +0.128906250000 0.063964843750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.226562500000 0.419921875000 +0.289062500000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.166015625000 0.098632812500 0.046875000000 0.000000000000 +0.121582031250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.185546875000 0.000000000000 0.261718750000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.054687500000 0.000000000000 0.000000000000 0.000000000000 +0.048095703125 0.000000000000 0.000000000000 0.088378906250 +0.000000000000 0.000000000000 0.000000000000 0.079589843750 +0.000000000000 0.000000000000 0.229492187500 0.000000000000 +0.000000000000 0.000000000000 0.078125000000 0.000000000000 +0.000000000000 0.009887695312 0.000000000000 0.113281250000 +0.000000000000 0.000000000000 0.000000000000 0.073730468750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.188476562500 0.147460937500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.085449218750 0.390625000000 +0.255859375000 0.000297546387 0.000000000000 0.145507812500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.136718750000 0.000000000000 0.000000000000 +0.130859375000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.378906250000 0.000000000000 0.235351562500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.059326171875 0.000000000000 +0.099121093750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.212890625000 0.000000000000 +0.000000000000 0.018554687500 0.054199218750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.144531250000 0.000000000000 0.128906250000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.219726562500 0.106445312500 0.000000000000 0.000000000000 +0.000000000000 0.083984375000 0.000000000000 0.229492187500 +0.036376953125 0.000000000000 0.000000000000 0.166015625000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.099121093750 0.000000000000 0.000000000000 +0.104003906250 0.000000000000 0.118652343750 0.000000000000 +0.000000000000 0.423828125000 0.000000000000 0.140625000000 +0.037353515625 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.114257812500 0.000000000000 +0.083496093750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.131835937500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.100097656250 0.000000000000 0.000000000000 0.000000000000 +0.045654296875 0.251953125000 0.035400390625 0.127929687500 +0.000000000000 0.000000000000 0.000000000000 0.007873535156 +0.168945312500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.273437500000 0.000000000000 0.011413574219 +0.000000000000 0.000000000000 0.000000000000 0.095214843750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.025878906250 +0.000000000000 0.062500000000 0.236328125000 0.000000000000 +0.000000000000 0.363281250000 0.000000000000 0.000000000000 +0.066894531250 0.000000000000 0.000000000000 0.023437500000 +0.000000000000 0.000000000000 0.116210937500 0.000000000000 +0.024169921875 0.003463745117 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.005737304688 0.006835937500 0.000000000000 +0.182617187500 0.000000000000 0.000000000000 0.000000000000 +0.117187500000 0.000000000000 0.000000000000 0.000000000000 +0.058837890625 0.281250000000 0.104980468750 0.031738281250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.083984375000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.330078125000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.005035400391 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.062500000000 0.221679687500 0.000000000000 +0.000000000000 0.197265625000 0.000000000000 0.000000000000 +0.035156250000 0.000000000000 0.000000000000 0.120605468750 +0.000000000000 0.000000000000 0.079589843750 0.000000000000 +0.000000000000 0.075195312500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.045898437500 0.000000000000 0.000000000000 +0.312500000000 0.000000000000 0.000000000000 0.000000000000 +0.090332031250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.251953125000 0.126953125000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.289062500000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.052978515625 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.038574218750 0.138671875000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.205078125000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.026977539062 0.044677734375 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.072753906250 0.000000000000 0.000000000000 +0.267578125000 0.000000000000 0.000000000000 0.000000000000 +0.003417968750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.150390625000 0.122558593750 0.000000000000 +0.026367187500 0.000000000000 0.014770507812 0.017211914062 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.094238281250 0.108398437500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.085937500000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.208984375000 +0.004577636719 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.049316406250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.052001953125 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.047851562500 0.086914062500 0.000000000000 +0.013244628906 0.000000000000 0.048339843750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.013732910156 +0.104492187500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.013732910156 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.010070800781 0.000000000000 0.172851562500 +0.016113281250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.011352539062 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.027587890625 0.000000000000 +0.000000000000 0.000000000000 0.036621093750 0.007934570312 +0.000000000000 0.000000000000 0.000000000000 0.077148437500 +0.079589843750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.002883911133 0.000000000000 0.000000000000 +0.001579284668 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.134765625000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.049072265625 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.010253906250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.069824218750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.046630859375 0.000000000000 0.000000000000 +0.021606445312 0.022583007812 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.003112792969 0.000000000000 +0.000000000000 0.070800781250 0.000000000000 0.040771484375 +0.049560546875 0.000000000000 0.000000000000 0.099121093750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.160156250000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.039062500000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.011596679688 +0.006256103516 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.016845703125 0.000000000000 0.034667968750 +0.000000000000 0.000000000000 0.000000000000 0.042480468750 +0.000000000000 0.104980468750 0.000000000000 0.000000000000 +0.009582519531 0.111328125000 0.000000000000 0.000000000000 +0.083496093750 0.005126953125 0.121093750000 0.000000000000 +0.000000000000 0.275390625000 0.000000000000 0.078125000000 +0.110839843750 0.000000000000 0.000000000000 0.039550781250 +0.000000000000 0.000000000000 0.093261718750 0.000000000000 +0.001525878906 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.228515625000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.070800781250 0.152343750000 0.026977539062 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.035400390625 +0.089843750000 0.000534057617 0.000000000000 0.000000000000 +0.000000000000 0.239257812500 0.000000000000 0.021362304688 +0.000000000000 0.000000000000 0.000000000000 0.194335937500 +0.000000000000 0.138671875000 0.011169433594 0.000000000000 +0.000000000000 0.167968750000 0.000000000000 0.000000000000 +0.158203125000 0.110839843750 0.291015625000 0.000000000000 +0.027099609375 0.402343750000 0.000000000000 0.072753906250 +0.122070312500 0.000000000000 0.000000000000 0.023437500000 +0.000000000000 0.000000000000 0.179687500000 0.000000000000 +0.101562500000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.261718750000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.086425781250 0.248046875000 0.052001953125 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.010437011719 +0.082519531250 0.062500000000 0.000000000000 0.000000000000 +0.000000000000 0.486328125000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.250000000000 +0.000000000000 0.130859375000 0.025878906250 0.000000000000 +0.000000000000 0.086914062500 0.000000000000 0.000000000000 +0.134765625000 0.190429687500 0.392578125000 0.000000000000 +0.079589843750 0.468750000000 0.000000000000 0.052490234375 +0.169921875000 0.000000000000 0.000000000000 0.042236328125 +0.000000000000 0.000000000000 0.248046875000 0.000000000000 +0.121582031250 0.049072265625 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.205078125000 0.000000000000 +0.047119140625 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.093750000000 0.314453125000 0.107910156250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.019897460938 +0.014160156250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.625000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.223632812500 +0.000000000000 0.113281250000 0.097167968750 0.000000000000 +0.000000000000 0.020874023438 0.000000000000 0.000000000000 +0.135742187500 0.279296875000 0.429687500000 0.000000000000 +0.066406250000 0.470703125000 0.000000000000 0.000000000000 +0.178710937500 0.000000000000 0.000000000000 0.063476562500 +0.000000000000 0.000000000000 0.279296875000 0.000000000000 +0.125000000000 0.087890625000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.142578125000 0.000000000000 +0.207031250000 0.000000000000 0.000000000000 0.000000000000 +0.008483886719 0.000000000000 0.000000000000 0.000000000000 +0.073242187500 0.345703125000 0.142578125000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.679687500000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.141601562500 +0.000000000000 0.046142578125 0.062988281250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.052246093750 0.283203125000 0.423828125000 0.000000000000 +0.070800781250 0.425781250000 0.000000000000 0.000000000000 +0.151367187500 0.000000000000 0.000000000000 0.072753906250 +0.000000000000 0.000000000000 0.283203125000 0.000000000000 +0.111816406250 0.126953125000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.041259765625 0.000000000000 +0.322265625000 0.000000000000 0.000000000000 0.000000000000 +0.006011962891 0.000000000000 0.000000000000 0.000000000000 +0.002853393555 0.326171875000 0.137695312500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.664062500000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.080078125000 0.026367187500 +0.000000000000 0.000000000000 0.084472656250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.004943847656 0.215820312500 0.359375000000 0.000000000000 +0.025390625000 0.314453125000 0.000000000000 0.000000000000 +0.121582031250 0.000000000000 0.000000000000 0.075683593750 +0.000000000000 0.000000000000 0.243164062500 0.000000000000 +0.100585937500 0.117675781250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.296875000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.267578125000 0.133789062500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.060302734375 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.578125000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.082031250000 0.000000000000 +0.000000000000 0.000000000000 0.052978515625 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.154296875000 0.201171875000 0.000000000000 +0.000000000000 0.250000000000 0.000000000000 0.000000000000 +0.125000000000 0.000000000000 0.000000000000 0.070312500000 +0.000000000000 0.000000000000 0.197265625000 0.000000000000 +0.022827148438 0.070800781250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.240234375000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.226562500000 0.111328125000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.445312500000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.074707031250 0.000000000000 +0.000000000000 0.000000000000 0.025512695312 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.043457031250 0.164062500000 0.000000000000 +0.000000000000 0.208007812500 0.000000000000 0.000000000000 +0.095703125000 0.000000000000 0.000000000000 0.101074218750 +0.000000000000 0.000000000000 0.105957031250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.100585937500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.195312500000 0.099609375000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.017822265625 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.292968750000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.063476562500 0.010864257812 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.082031250000 0.158203125000 0.000000000000 +0.000000000000 0.198242187500 0.000000000000 0.000000000000 +0.077148437500 0.000000000000 0.000000000000 0.137695312500 +0.000000000000 0.000000000000 0.054199218750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.046386718750 0.012756347656 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.055175781250 0.208984375000 0.103027343750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.026733398438 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.238281250000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.172851562500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.103515625000 0.246093750000 0.000000000000 +0.000000000000 0.200195312500 0.000000000000 0.000000000000 +0.091308593750 0.000000000000 0.000000000000 0.163085937500 +0.000000000000 0.000000000000 0.029174804688 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.048095703125 0.066894531250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.090332031250 0.227539062500 0.137695312500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.011413574219 +0.056884765625 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.265625000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.185546875000 0.006469726562 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.183593750000 0.294921875000 0.000000000000 +0.000000000000 0.173828125000 0.000000000000 0.000000000000 +0.077148437500 0.000000000000 0.000000000000 0.214843750000 +0.000000000000 0.000000000000 0.052001953125 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.062255859375 0.049560546875 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.077148437500 0.218750000000 0.124511718750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.046875000000 +0.016601562500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.312500000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.147460937500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.215820312500 0.306640625000 0.073242187500 +0.000000000000 0.096191406250 0.000000000000 0.000000000000 +0.034912109375 0.000000000000 0.000000000000 0.199218750000 +0.000000000000 0.000000000000 0.081054687500 0.000000000000 +0.000000000000 0.079589843750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.021362304688 0.015747070312 0.000000000000 +0.062500000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.203125000000 0.129882812500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.008605957031 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.316406250000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.005645751953 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.166015625000 0.255859375000 0.217773437500 +0.000000000000 0.013671875000 0.000000000000 0.000000000000 +0.013610839844 0.000000000000 0.000000000000 0.143554687500 +0.000000000000 0.000000000000 0.117675781250 0.000000000000 +0.062988281250 0.085449218750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.001152038574 0.000000000000 0.000000000000 0.000000000000 +0.091308593750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.112792968750 0.071289062500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.294921875000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.070800781250 0.000000000000 +0.000000000000 0.000000000000 0.005523681641 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.028930664062 0.085937500000 0.228515625000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.038085937500 +0.000000000000 0.000000000000 0.117187500000 0.063476562500 +0.075683593750 0.039306640625 0.073730468750 0.042968750000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.081054687500 0.000000000000 0.000000000000 0.124511718750 +0.000000000000 0.027832031250 0.119628906250 0.000000000000 +0.000000000000 0.012145996094 0.009765625000 0.000000000000 +0.000000000000 0.000000000000 0.073730468750 0.024902343750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.160156250000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.100585937500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.129882812500 +0.000000000000 0.000000000000 0.000000000000 0.090820312500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.096679687500 0.164062500000 +0.102539062500 0.000000000000 0.091308593750 0.111328125000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.166992187500 +0.000000000000 0.138671875000 0.161132812500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.083496093750 +0.000000000000 0.000000000000 0.073730468750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.072753906250 0.037109375000 +0.000000000000 0.000000000000 0.049316406250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.006958007812 0.000000000000 +0.013427734375 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.025024414062 0.000000000000 0.192382812500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.047851562500 0.174804687500 +0.085937500000 0.000000000000 0.066894531250 0.159179687500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.137695312500 +0.000000000000 0.177734375000 0.123535156250 0.059326171875 +0.000000000000 0.000000000000 0.000000000000 0.255859375000 +0.000000000000 0.000000000000 0.049316406250 0.028320312500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.204101562500 0.216796875000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.054443359375 0.000000000000 +0.062500000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.223632812500 0.000000000000 0.243164062500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.015747070312 0.128906250000 +0.038574218750 0.000000000000 0.000000000000 0.085937500000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.005828857422 0.000000000000 +0.000000000000 0.000000000000 0.021484375000 0.000000000000 +0.000000000000 0.162109375000 0.000000000000 0.004852294922 +0.000000000000 0.000000000000 0.000000000000 0.351562500000 +0.000000000000 0.000000000000 0.000000000000 0.050292968750 +0.102539062500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.188476562500 0.292968750000 +0.000000000000 0.174804687500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.089843750000 0.000000000000 0.000000000000 +0.097167968750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.369140625000 0.000000000000 0.237304687500 +0.007873535156 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.023925781250 0.000000000000 +0.016967773438 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.134765625000 0.000000000000 +0.000000000000 0.000000000000 0.125000000000 0.000000000000 +0.030273437500 0.091308593750 0.000000000000 0.000000000000 +0.013793945312 0.118652343750 0.000000000000 0.337890625000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.275390625000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.054931640625 0.285156250000 +0.024414062500 0.177734375000 0.000000000000 0.105957031250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.228515625000 0.000000000000 0.000000000000 +0.120605468750 0.000000000000 0.004211425781 0.000000000000 +0.000000000000 0.511718750000 0.000000000000 0.187500000000 +0.071777343750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.084472656250 0.000000000000 +0.024414062500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.213867187500 0.000000000000 +0.000000000000 0.000000000000 0.067382812500 0.000000000000 +0.064941406250 0.000000000000 0.000000000000 0.000000000000 +0.189453125000 0.247070312500 0.000000000000 0.271484375000 +0.000000000000 0.000000000000 0.000000000000 0.032714843750 +0.324218750000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.204101562500 0.000000000000 0.177734375000 +0.000000000000 0.132812500000 0.000000000000 0.229492187500 +0.000000000000 0.107421875000 0.013671875000 0.000000000000 +0.000000000000 0.218750000000 0.000000000000 0.000000000000 +0.113769531250 0.121093750000 0.265625000000 0.000000000000 +0.014953613281 0.542968750000 0.000000000000 0.090820312500 +0.118164062500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.192382812500 0.000000000000 +0.057861328125 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.228515625000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.066894531250 0.000000000000 0.000000000000 0.000000000000 +0.211914062500 0.330078125000 0.063964843750 0.101562500000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.267578125000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.486328125000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.251953125000 +0.000000000000 0.151367187500 0.049072265625 0.000000000000 +0.000000000000 0.155273437500 0.000000000000 0.000000000000 +0.095703125000 0.259765625000 0.423828125000 0.000000000000 +0.063476562500 0.558593750000 0.000000000000 0.006835937500 +0.141601562500 0.000000000000 0.000000000000 0.057373046875 +0.000000000000 0.000000000000 0.255859375000 0.000000000000 +0.113769531250 0.082519531250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.207031250000 0.000000000000 +0.135742187500 0.000000000000 0.000000000000 0.000000000000 +0.028198242188 0.000000000000 0.000000000000 0.000000000000 +0.176757812500 0.367187500000 0.133789062500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.015197753906 +0.132812500000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.671875000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.255859375000 +0.000000000000 0.133789062500 0.051025390625 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.062988281250 0.291015625000 0.484375000000 0.000000000000 +0.072265625000 0.474609375000 0.000000000000 0.000000000000 +0.155273437500 0.000000000000 0.000000000000 0.088378906250 +0.000000000000 0.000000000000 0.289062500000 0.000000000000 +0.117675781250 0.174804687500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.089355468750 0.000000000000 +0.363281250000 0.000000000000 0.000000000000 0.000000000000 +0.030883789062 0.000000000000 0.000000000000 0.000000000000 +0.077636718750 0.349609375000 0.165039062500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.699218750000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.039062500000 0.080566406250 +0.000000000000 0.025634765625 0.058349609375 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.263671875000 0.449218750000 0.046142578125 +0.027099609375 0.310546875000 0.000000000000 0.000000000000 +0.087402343750 0.000000000000 0.000000000000 0.123046875000 +0.000000000000 0.000000000000 0.232421875000 0.000000000000 +0.104980468750 0.191406250000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.451171875000 0.000000000000 0.000000000000 0.000000000000 +0.034667968750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.310546875000 0.166992187500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.016845703125 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.621093750000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.188476562500 0.000000000000 +0.000000000000 0.000000000000 0.000293731689 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.143554687500 0.246093750000 0.018920898438 +0.000000000000 0.128906250000 0.000000000000 0.000000000000 +0.090332031250 0.000000000000 0.000000000000 0.119628906250 +0.000000000000 0.000000000000 0.149414062500 0.000000000000 +0.013000488281 0.142578125000 0.034423828125 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.398437500000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.215820312500 0.135742187500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000530242920 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.421875000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.170898437500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.080078125000 0.000000000000 +0.000000000000 0.001770019531 0.000000000000 0.000000000000 +0.049804687500 0.000000000000 0.000000000000 0.127929687500 +0.000000000000 0.000000000000 0.026489257812 0.000000000000 +0.000000000000 0.045166015625 0.059570312500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.009826660156 0.000000000000 0.000000000000 +0.238281250000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.123535156250 0.085449218750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.004699707031 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.010498046875 0.130859375000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.086914062500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.169921875000 +0.025634765625 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.046630859375 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.041992187500 0.000000000000 0.000000000000 +0.051757812500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.071777343750 0.069824218750 0.000000000000 +0.034912109375 0.000000000000 0.039794921875 0.003402709961 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.095703125000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.044677734375 0.000000000000 0.181640625000 +0.046875000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.016601562500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.021850585938 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.007934570312 0.043212890625 0.000000000000 +0.000000000000 0.000000000000 0.034667968750 0.026855468750 +0.000000000000 0.000000000000 0.000000000000 0.051269531250 +0.095214843750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.014648437500 0.000000000000 0.000000000000 +0.020019531250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.027709960938 0.000000000000 0.179687500000 +0.026367187500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.043701171875 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.043701171875 0.013610839844 +0.000000000000 0.000000000000 0.000000000000 0.125000000000 +0.018188476562 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.013122558594 0.000000000000 0.000000000000 +0.103515625000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.014953613281 0.013671875000 0.019287109375 +0.000000000000 0.000000000000 0.000000000000 0.088378906250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.144531250000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.006774902344 +0.000000000000 0.020263671875 0.000000000000 0.079101562500 +0.000000000000 0.000000000000 0.000000000000 0.035400390625 +0.000000000000 0.000000000000 0.000000000000 0.008178710938 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.099121093750 0.000000000000 0.000000000000 0.000000000000 +0.126953125000 0.000000000000 0.062500000000 0.000000000000 +0.000000000000 0.163085937500 0.000000000000 0.113769531250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.106933593750 0.000000000000 +0.113769531250 0.000000000000 0.000000000000 0.001670837402 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.177734375000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.010192871094 0.000000000000 +0.000000000000 0.049804687500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.028930664062 +0.000000000000 0.095703125000 0.000000000000 0.000000000000 +0.000000000000 0.178710937500 0.000000000000 0.028320312500 +0.000000000000 0.000000000000 0.000000000000 0.077148437500 +0.000000000000 0.000000000000 0.005981445312 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.157226562500 0.000000000000 0.107910156250 0.000000000000 +0.000000000000 0.316406250000 0.000000000000 0.154296875000 +0.098632812500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.182617187500 0.000000000000 +0.136718750000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.148437500000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.148437500000 0.016967773438 0.017578125000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.056396484375 0.000000000000 0.000000000000 +0.000000000000 0.294921875000 0.000000000000 0.015869140625 +0.000000000000 0.000000000000 0.000000000000 0.102050781250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.034179687500 +0.133789062500 0.000000000000 0.170898437500 0.000000000000 +0.022583007812 0.375000000000 0.000000000000 0.102539062500 +0.098632812500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.173828125000 0.000000000000 +0.136718750000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.090332031250 0.000000000000 +0.090332031250 0.000000000000 0.000000000000 0.000000000000 +0.109863281250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.259765625000 0.081542968750 0.071777343750 +0.000000000000 0.000000000000 0.000000000000 0.050048828125 +0.006317138672 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.355468750000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.046630859375 +0.000000000000 0.005706787109 0.000000000000 0.087402343750 +0.000000000000 0.000000000000 0.000000000000 0.097167968750 +0.000000000000 0.017211914062 0.208007812500 0.000000000000 +0.000000000000 0.328125000000 0.000000000000 0.000000000000 +0.103515625000 0.000000000000 0.000000000000 0.072265625000 +0.000000000000 0.000000000000 0.102050781250 0.000000000000 +0.029663085938 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.041992187500 0.000000000000 0.000000000000 +0.239257812500 0.000000000000 0.000000000000 0.000000000000 +0.169921875000 0.000000000000 0.000000000000 0.000000000000 +0.039794921875 0.277343750000 0.130859375000 0.020385742188 +0.000000000000 0.000000000000 0.000000000000 0.031982421875 +0.048583984375 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.324218750000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.109863281250 0.000000000000 0.302734375000 +0.000000000000 0.000000000000 0.000000000000 0.041748046875 +0.000000000000 0.047119140625 0.185546875000 0.000000000000 +0.000000000000 0.154296875000 0.000000000000 0.000000000000 +0.078613281250 0.000000000000 0.000000000000 0.238281250000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.012512207031 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.230468750000 0.000000000000 0.000000000000 +0.263671875000 0.000000000000 0.000000000000 0.000000000000 +0.161132812500 0.000000000000 0.000000000000 0.000000000000 +0.112304687500 0.291015625000 0.188476562500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.019653320312 +0.072265625000 0.000000000000 0.000000000000 0.000000000000 +0.009582519531 0.228515625000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.253906250000 0.000000000000 0.361328125000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.052734375000 0.222656250000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.060546875000 0.098632812500 0.000000000000 0.384765625000 +0.017822265625 0.107910156250 0.000000000000 0.000000000000 +0.000000000000 0.014526367188 0.000000000000 0.000000000000 +0.020996093750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.263671875000 0.000000000000 0.000000000000 +0.169921875000 0.000000000000 0.000000000000 0.000000000000 +0.068359375000 0.000000000000 0.000000000000 0.000000000000 +0.122070312500 0.227539062500 0.192382812500 0.000000000000 +0.104980468750 0.000000000000 0.000000000000 0.000000000000 +0.060791015625 0.000000000000 0.029663085938 0.099609375000 +0.228515625000 0.040283203125 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.298828125000 0.000000000000 0.363281250000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.098632812500 0.207031250000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.181640625000 0.000000000000 0.498046875000 +0.080078125000 0.210937500000 0.000000000000 0.000000000000 +0.000000000000 0.008178710938 0.000000000000 0.000000000000 +0.063964843750 0.000000000000 0.025024414062 0.000000000000 +0.000000000000 0.316406250000 0.000000000000 0.000000000000 +0.070800781250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.069824218750 0.161132812500 0.208007812500 0.000000000000 +0.188476562500 0.000000000000 0.071777343750 0.000000000000 +0.003265380859 0.000000000000 0.020996093750 0.384765625000 +0.425781250000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.287109375000 0.000000000000 0.175781250000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.104492187500 0.172851562500 0.214843750000 +0.000000000000 0.000000000000 0.156250000000 0.000000000000 +0.000000000000 0.174804687500 0.000000000000 0.515625000000 +0.076660156250 0.190429687500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.004058837891 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.242187500000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.020263671875 0.148437500000 0.000000000000 +0.145507812500 0.000000000000 0.148437500000 0.000000000000 +0.000000000000 0.000000000000 0.007354736328 0.574218750000 +0.439453125000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.019165039062 0.202148437500 0.000000000000 0.000000000000 +0.176757812500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.102539062500 0.073730468750 0.365234375000 +0.000000000000 0.000000000000 0.198242187500 0.000000000000 +0.000000000000 0.091308593750 0.000000000000 0.433593750000 +0.036621093750 0.045410156250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.088378906250 +0.028686523438 0.107910156250 0.021362304688 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.065917968750 0.000000000000 +0.000000000000 0.000000000000 0.177734375000 0.001029968262 +0.000000000000 0.000000000000 0.000000000000 0.589843750000 +0.361328125000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.054443359375 0.000000000000 0.000000000000 +0.241210937500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.021850585938 0.384765625000 +0.000000000000 0.000000000000 0.176757812500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.206054687500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.003067016602 0.000000000000 0.000000000000 0.101562500000 +0.000000000000 0.000000000000 0.000000000000 0.102050781250 +0.110839843750 0.000000000000 0.052734375000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.166992187500 0.056640625000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.152343750000 0.000000000000 +0.000000000000 0.073242187500 0.000000000000 0.394531250000 +0.150390625000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.208007812500 0.000000000000 0.000000000000 0.000000000000 +0.037841796875 0.000000000000 0.000000000000 0.289062500000 +0.000000000000 0.000000000000 0.011962890625 0.132812500000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.060791015625 0.042968750000 +0.128906250000 0.000000000000 0.000000000000 0.207031250000 +0.000000000000 0.000000000000 0.000000000000 0.011108398438 +0.103027343750 0.000000000000 0.030761718750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.045410156250 +0.000000000000 0.005828857422 0.277343750000 0.068847656250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.104980468750 0.000000000000 +0.000000000000 0.110839843750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.088378906250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.103027343750 0.000000000000 0.000000000000 0.000000000000 +0.096191406250 0.000000000000 0.000000000000 0.056152343750 +0.000000000000 0.040527343750 0.000000000000 0.220703125000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.122070312500 0.183593750000 +0.194335937500 0.000000000000 0.000000000000 0.220703125000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.021850585938 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.083496093750 +0.000000000000 0.148437500000 0.271484375000 0.044433593750 +0.000000000000 0.000000000000 0.000000000000 0.187500000000 +0.000000000000 0.000000000000 0.028564453125 0.006988525391 +0.000000000000 0.116210937500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.133789062500 0.159179687500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.072753906250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.135742187500 0.000000000000 0.244140625000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.137695312500 0.257812500000 +0.218750000000 0.000000000000 0.004547119141 0.194335937500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.108886718750 +0.000000000000 0.257812500000 0.183593750000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.447265625000 +0.000000000000 0.000000000000 0.000000000000 0.011413574219 +0.000000000000 0.040527343750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.222656250000 0.180664062500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.100585937500 0.115234375000 +0.017089843750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.140625000000 0.000000000000 0.234375000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.102539062500 0.302734375000 +0.186523437500 0.000000000000 0.079589843750 0.118652343750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.050781250000 +0.000000000000 0.000000000000 0.000000000000 0.138671875000 +0.114746093750 0.337890625000 0.050537109375 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.554687500000 +0.000000000000 0.040527343750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.279296875000 0.177734375000 +0.000000000000 0.114746093750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.227539062500 0.154296875000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.083984375000 0.000000000000 0.162109375000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.076660156250 0.000000000000 0.015991210938 0.308593750000 +0.110839843750 0.000000000000 0.151367187500 0.041992187500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.032714843750 +0.000000000000 0.000000000000 0.000000000000 0.155273437500 +0.160156250000 0.375000000000 0.000000000000 0.060058593750 +0.000000000000 0.000000000000 0.000000000000 0.554687500000 +0.040771484375 0.093261718750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.306640625000 0.152343750000 +0.000000000000 0.223632812500 0.000000000000 0.000000000000 +0.015625000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.349609375000 0.170898437500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.099609375000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.182617187500 0.000000000000 0.000000000000 0.265625000000 +0.000000000000 0.000000000000 0.171875000000 0.000000000000 +0.000000000000 0.000000000000 0.052978515625 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.125976562500 +0.174804687500 0.375000000000 0.000000000000 0.150390625000 +0.000000000000 0.000000000000 0.000000000000 0.472656250000 +0.222656250000 0.128906250000 0.040039062500 0.002883911133 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.308593750000 0.148437500000 +0.000000000000 0.255859375000 0.000000000000 0.000000000000 +0.133789062500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.460937500000 0.041015625000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.011779785156 +0.000000000000 0.080566406250 0.000000000000 0.000000000000 +0.292968750000 0.000000000000 0.000000000000 0.215820312500 +0.000000000000 0.000000000000 0.194335937500 0.000000000000 +0.000000000000 0.052978515625 0.124023437500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.130859375000 +0.129882812500 0.357421875000 0.000000000000 0.277343750000 +0.000000000000 0.000000000000 0.000000000000 0.269531250000 +0.359375000000 0.147460937500 0.096679687500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.138671875000 0.000000000000 0.306640625000 0.134765625000 +0.000000000000 0.197265625000 0.000000000000 0.000000000000 +0.230468750000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.531250000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.162109375000 0.000000000000 0.000000000000 +0.361328125000 0.000000000000 0.000000000000 0.130859375000 +0.000000000000 0.000000000000 0.207031250000 0.000000000000 +0.000000000000 0.126953125000 0.187500000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.133789062500 +0.035156250000 0.324218750000 0.000000000000 0.427734375000 +0.000000000000 0.000000000000 0.000000000000 0.058105468750 +0.441406250000 0.159179687500 0.190429687500 0.023437500000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.279296875000 0.000000000000 0.292968750000 0.151367187500 +0.000000000000 0.134765625000 0.000000000000 0.000000000000 +0.308593750000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.601562500000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.086425781250 0.000000000000 +0.000000000000 0.242187500000 0.000198364258 0.000000000000 +0.386718750000 0.000000000000 0.000000000000 0.070800781250 +0.000000000000 0.000000000000 0.204101562500 0.000000000000 +0.000000000000 0.146484375000 0.171875000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.098632812500 +0.000000000000 0.255859375000 0.000000000000 0.527343750000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.417968750000 0.119140625000 0.210937500000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.302734375000 0.000000000000 0.316406250000 0.224609375000 +0.125976562500 0.066894531250 0.000000000000 0.000000000000 +0.328125000000 0.000000000000 0.000000000000 0.000000000000 +0.097656250000 0.000000000000 0.585937500000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.174804687500 0.000000000000 +0.000000000000 0.225585937500 0.011962890625 0.000000000000 +0.373046875000 0.000000000000 0.000000000000 0.028564453125 +0.000000000000 0.000000000000 0.107910156250 0.025146484375 +0.000000000000 0.131835937500 0.052246093750 0.072753906250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.063964843750 +0.000000000000 0.200195312500 0.000000000000 0.609375000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.279296875000 0.115722656250 0.228515625000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.289062500000 0.000000000000 0.322265625000 0.285156250000 +0.177734375000 0.000000000000 0.000000000000 0.000000000000 +0.291015625000 0.000000000000 0.000000000000 0.000000000000 +0.122558593750 0.000000000000 0.519531250000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.166015625000 0.059082031250 +0.000000000000 0.188476562500 0.000000000000 0.000000000000 +0.357421875000 0.000000000000 0.000000000000 0.042968750000 +0.000000000000 0.000000000000 0.064941406250 0.084960937500 +0.000000000000 0.094726562500 0.000000000000 0.109375000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.059082031250 +0.000000000000 0.195312500000 0.000000000000 0.613281250000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.118164062500 0.150390625000 0.201171875000 0.015014648438 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.207031250000 0.000000000000 0.304687500000 0.314453125000 +0.201171875000 0.000000000000 0.000000000000 0.000000000000 +0.251953125000 0.000000000000 0.000000000000 0.000000000000 +0.100585937500 0.000000000000 0.445312500000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.091796875000 0.081054687500 +0.000000000000 0.132812500000 0.000000000000 0.000000000000 +0.314453125000 0.000000000000 0.000000000000 0.098144531250 +0.000000000000 0.000000000000 0.063964843750 0.078125000000 +0.000000000000 0.071289062500 0.000000000000 0.046142578125 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.068847656250 +0.000000000000 0.226562500000 0.000000000000 0.562500000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.072753906250 0.193359375000 0.162109375000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.112792968750 0.000000000000 0.310546875000 0.306640625000 +0.178710937500 0.000000000000 0.000000000000 0.000000000000 +0.219726562500 0.000000000000 0.000000000000 0.000000000000 +0.012878417969 0.000000000000 0.437500000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.022460937500 0.065429687500 +0.000000000000 0.084472656250 0.000000000000 0.000000000000 +0.306640625000 0.000000000000 0.000000000000 0.127929687500 +0.000000000000 0.000000000000 0.102539062500 0.045654296875 +0.000000000000 0.061279296875 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.119628906250 +0.000000000000 0.257812500000 0.000000000000 0.492187500000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.125976562500 0.188476562500 0.145507812500 0.001312255859 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.111816406250 0.000000000000 0.289062500000 0.265625000000 +0.085449218750 0.000000000000 0.000000000000 0.000000000000 +0.200195312500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.455078125000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.043212890625 +0.000000000000 0.106933593750 0.000000000000 0.000000000000 +0.316406250000 0.000000000000 0.000000000000 0.154296875000 +0.000000000000 0.000000000000 0.141601562500 0.016479492188 +0.000000000000 0.085937500000 0.017456054688 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.134765625000 +0.000000000000 0.277343750000 0.000000000000 0.474609375000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.208984375000 0.189453125000 0.156250000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.137695312500 0.000000000000 0.328125000000 0.237304687500 +0.042236328125 0.051269531250 0.000000000000 0.000000000000 +0.255859375000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.503906250000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.020751953125 +0.000000000000 0.158203125000 0.000000000000 0.000000000000 +0.371093750000 0.000000000000 0.000000000000 0.147460937500 +0.000000000000 0.000000000000 0.165039062500 0.000000000000 +0.000000000000 0.122070312500 0.071777343750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.146484375000 +0.000000000000 0.304687500000 0.000000000000 0.515625000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.300781250000 0.225585937500 0.176757812500 0.002227783203 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.214843750000 0.000000000000 0.318359375000 0.217773437500 +0.040527343750 0.065917968750 0.000000000000 0.000000000000 +0.259765625000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.570312500000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.020019531250 0.000000000000 +0.000000000000 0.211914062500 0.000000000000 0.000000000000 +0.378906250000 0.000000000000 0.000000000000 0.101562500000 +0.000000000000 0.000000000000 0.179687500000 0.000000000000 +0.000000000000 0.116210937500 0.088378906250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.024780273438 0.118652343750 +0.000000000000 0.285156250000 0.000000000000 0.527343750000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.330078125000 0.178710937500 0.184570312500 0.034667968750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.226562500000 0.000000000000 0.328125000000 0.238281250000 +0.116699218750 0.075195312500 0.000000000000 0.000000000000 +0.296875000000 0.000000000000 0.000000000000 0.000000000000 +0.035156250000 0.000000000000 0.582031250000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.105468750000 0.012634277344 +0.000000000000 0.229492187500 0.000000000000 0.000000000000 +0.359375000000 0.000000000000 0.000000000000 0.025024414062 +0.000000000000 0.000000000000 0.122558593750 0.000000000000 +0.000000000000 0.134765625000 0.058837890625 0.035888671875 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.032470703125 0.033691406250 +0.000000000000 0.227539062500 0.000000000000 0.535156250000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.273437500000 0.123046875000 0.192382812500 0.000000000000 +0.032470703125 0.000000000000 0.000000000000 0.000000000000 +0.221679687500 0.000000000000 0.326171875000 0.302734375000 +0.200195312500 0.047363281250 0.000000000000 0.000000000000 +0.234375000000 0.000000000000 0.000000000000 0.000000000000 +0.110839843750 0.000000000000 0.500000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.152343750000 0.073242187500 +0.000000000000 0.208984375000 0.000000000000 0.000000000000 +0.330078125000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.017700195312 0.014343261719 +0.000000000000 0.094238281250 0.000000000000 0.105957031250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.043212890625 0.000000000000 +0.000000000000 0.160156250000 0.000000000000 0.519531250000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.078125000000 0.088867187500 0.144531250000 0.016479492188 +0.066894531250 0.000000000000 0.000000000000 0.000000000000 +0.120117187500 0.000000000000 0.259765625000 0.332031250000 +0.253906250000 0.008361816406 0.000000000000 0.000000000000 +0.180664062500 0.000000000000 0.000000000000 0.000000000000 +0.113281250000 0.000000000000 0.332031250000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.090332031250 0.116210937500 +0.000000000000 0.139648437500 0.000000000000 0.000000000000 +0.257812500000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.019775390625 +0.000000000000 0.017333984375 0.000000000000 0.078613281250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.025146484375 0.000000000000 +0.000000000000 0.109863281250 0.000000000000 0.400390625000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.040283203125 0.087890625000 0.000000000000 +0.080078125000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.187500000000 0.322265625000 +0.239257812500 0.000000000000 0.000000000000 0.000000000000 +0.070800781250 0.000000000000 0.000000000000 0.000000000000 +0.080078125000 0.000000000000 0.173828125000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.024780273438 0.114746093750 +0.000000000000 0.066406250000 0.000000000000 0.000000000000 +0.174804687500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.013366699219 +0.000000000000 0.000000000000 0.034423828125 0.000000000000 +0.000000000000 0.000000000000 0.030273437500 0.000000000000 +0.000000000000 0.067871093750 0.000000000000 0.211914062500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.004730224609 0.000000000000 +0.098144531250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.098144531250 0.273437500000 +0.158203125000 0.000000000000 0.000000000000 0.000000000000 +0.029907226562 0.000000000000 0.000000000000 0.000000000000 +0.011962890625 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.097167968750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.096191406250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.117187500000 0.000000000000 0.042968750000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.005584716797 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.048583984375 0.148437500000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.065917968750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.082519531250 0.000000000000 0.000000000000 0.061035156250 +0.035888671875 0.000000000000 0.027465820312 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.158203125000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.037109375000 +0.000000000000 0.000000000000 0.008239746094 0.025878906250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.046630859375 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.011413574219 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.104003906250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.017333984375 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.072753906250 0.000000000000 0.000000000000 0.109863281250 +0.000000000000 0.000000000000 0.111816406250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.082519531250 +0.000000000000 0.186523437500 0.000000000000 0.052978515625 +0.000000000000 0.000000000000 0.000000000000 0.060791015625 +0.028930664062 0.000000000000 0.060058593750 0.026977539062 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.095703125000 0.036132812500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.018310546875 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.241210937500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.028564453125 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.115722656250 0.000000000000 0.000000000000 0.114257812500 +0.000000000000 0.000000000000 0.124023437500 0.029174804688 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.116210937500 +0.000000000000 0.211914062500 0.000000000000 0.186523437500 +0.000000000000 0.000000000000 0.000000000000 0.066406250000 +0.049072265625 0.000000000000 0.112304687500 0.031250000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.025024414062 0.000000000000 0.192382812500 0.140625000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.079101562500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.298828125000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.098144531250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.129882812500 0.000000000000 0.000000000000 0.147460937500 +0.000000000000 0.000000000000 0.099121093750 0.110839843750 +0.000000000000 0.035888671875 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.157226562500 +0.000000000000 0.239257812500 0.000000000000 0.306640625000 +0.000000000000 0.000000000000 0.000000000000 0.105468750000 +0.018066406250 0.016235351562 0.117187500000 0.032958984375 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.328125000000 0.253906250000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.065429687500 0.000000000000 0.000000000000 0.000000000000 +0.062500000000 0.000000000000 0.347656250000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.202148437500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.120605468750 0.000000000000 0.000000000000 0.136718750000 +0.029418945312 0.000000000000 0.054931640625 0.163085937500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.097656250000 +0.000000000000 0.217773437500 0.020019531250 0.326171875000 +0.000000000000 0.000000000000 0.000000000000 0.236328125000 +0.000000000000 0.024047851562 0.085449218750 0.034423828125 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.343750000000 0.359375000000 +0.074218750000 0.025878906250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.062255859375 0.000000000000 0.253906250000 0.000000000000 +0.025878906250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.091308593750 0.000000000000 0.292968750000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.075195312500 0.000000000000 0.000000000000 0.132812500000 +0.029418945312 0.000000000000 0.000000000000 0.188476562500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000052213669 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.208007812500 0.024414062500 0.263671875000 +0.000000000000 0.000000000000 0.000000000000 0.339843750000 +0.000000000000 0.000000000000 0.008666992188 0.000000000000 +0.027587890625 0.046386718750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.371093750000 0.412109375000 +0.127929687500 0.107910156250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.028198242188 0.000000000000 0.125976562500 0.000000000000 +0.119140625000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.265625000000 0.000000000000 0.310546875000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.013488769531 0.000000000000 0.022949218750 0.080566406250 +0.111816406250 0.000000000000 0.000000000000 0.119628906250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.067871093750 0.000000000000 +0.000000000000 0.000000000000 0.069824218750 0.000000000000 +0.000000000000 0.180664062500 0.000000000000 0.081054687500 +0.000000000000 0.000000000000 0.000000000000 0.445312500000 +0.000000000000 0.004150390625 0.000000000000 0.005645751953 +0.117187500000 0.090820312500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.261718750000 0.392578125000 +0.104003906250 0.183593750000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.066894531250 +0.108398437500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.363281250000 0.000000000000 0.271484375000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.063964843750 0.053222656250 +0.121582031250 0.000000000000 0.000000000000 0.013854980469 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.045654296875 0.000000000000 +0.000000000000 0.000000000000 0.041992187500 0.000000000000 +0.091308593750 0.160156250000 0.000000000000 0.000000000000 +0.000000000000 0.092773437500 0.000000000000 0.437500000000 +0.000000000000 0.000000000000 0.000000000000 0.025634765625 +0.147460937500 0.015319824219 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.104003906250 0.263671875000 +0.000000000000 0.179687500000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.208007812500 +0.015136718750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.375000000000 0.000000000000 0.192382812500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.052734375000 0.010009765625 +0.062500000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.006378173828 +0.000000000000 0.000000000000 0.053466796875 0.000000000000 +0.236328125000 0.098144531250 0.000000000000 0.000000000000 +0.031127929688 0.219726562500 0.000000000000 0.375000000000 +0.000000000000 0.000000000000 0.000000000000 0.017211914062 +0.233398437500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.030883789062 0.000000000000 0.102539062500 +0.000000000000 0.184570312500 0.000000000000 0.000000000000 +0.000000000000 0.004394531250 0.000000000000 0.261718750000 +0.000000000000 0.000000000000 0.000000000000 0.204101562500 +0.000000000000 0.000000000000 0.059570312500 0.000000000000 +0.000000000000 0.310546875000 0.000000000000 0.000000000000 +0.022827148438 0.000000000000 0.000000000000 0.054687500000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.111816406250 0.000000000000 0.000000000000 +0.124023437500 0.003616333008 0.000000000000 0.000000000000 +0.287109375000 0.042480468750 0.000000000000 0.000000000000 +0.133789062500 0.265625000000 0.093261718750 0.129882812500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.236328125000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.031738281250 0.000000000000 0.000000000000 +0.000000000000 0.123046875000 0.000000000000 0.000000000000 +0.000000000000 0.185546875000 0.000000000000 0.484375000000 +0.000000000000 0.000000000000 0.000000000000 0.051757812500 +0.000000000000 0.000000000000 0.130859375000 0.000000000000 +0.000000000000 0.101562500000 0.000000000000 0.000000000000 +0.000000000000 0.140625000000 0.000000000000 0.312500000000 +0.043457031250 0.107421875000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.074218750000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.308593750000 0.000000000000 0.000000000000 +0.159179687500 0.000000000000 0.000000000000 0.000000000000 +0.217773437500 0.000000000000 0.000000000000 0.000000000000 +0.173828125000 0.269531250000 0.195312500000 0.000000000000 +0.155273437500 0.000000000000 0.000000000000 0.000000000000 +0.223632812500 0.000000000000 0.017456054688 0.000000000000 +0.147460937500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.390625000000 0.000000000000 0.562500000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.007476806641 0.199218750000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.306640625000 0.000000000000 0.527343750000 +0.135742187500 0.244140625000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.002166748047 0.000000000000 +0.120605468750 0.000000000000 0.049560546875 0.000000000000 +0.000000000000 0.396484375000 0.000000000000 0.000000000000 +0.104980468750 0.000000000000 0.000000000000 0.000000000000 +0.063964843750 0.000000000000 0.000000000000 0.000000000000 +0.185546875000 0.207031250000 0.236328125000 0.000000000000 +0.277343750000 0.000000000000 0.011657714844 0.014770507812 +0.153320312500 0.000000000000 0.066894531250 0.333984375000 +0.410156250000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.527343750000 0.000000000000 0.589843750000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.079589843750 0.232421875000 0.000000000000 +0.000000000000 0.000000000000 0.080566406250 0.000000000000 +0.000000000000 0.404296875000 0.000000000000 0.695312500000 +0.190429687500 0.378906250000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.182617187500 0.000000000000 0.076660156250 0.000000000000 +0.000000000000 0.447265625000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.181640625000 0.136718750000 0.251953125000 0.000000000000 +0.339843750000 0.000000000000 0.108886718750 0.026977539062 +0.111328125000 0.000000000000 0.156250000000 0.699218750000 +0.613281250000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.061767578125 0.593750000000 0.000000000000 0.511718750000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.153320312500 0.255859375000 0.200195312500 +0.000000000000 0.000000000000 0.291015625000 0.000000000000 +0.000000000000 0.445312500000 0.000000000000 0.746093750000 +0.188476562500 0.386718750000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.169921875000 0.000000000000 0.073242187500 0.007385253906 +0.000000000000 0.449218750000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.149414062500 0.044921875000 0.237304687500 0.000000000000 +0.298828125000 0.000000000000 0.175781250000 0.000000000000 +0.044189453125 0.000000000000 0.142578125000 0.984375000000 +0.671875000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.076171875000 0.609375000000 0.000000000000 0.232421875000 +0.102050781250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.144531250000 0.257812500000 0.337890625000 +0.000000000000 0.000000000000 0.361328125000 0.000000000000 +0.000000000000 0.386718750000 0.000000000000 0.734375000000 +0.165039062500 0.306640625000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.099121093750 0.000000000000 0.000000000000 0.160156250000 +0.047119140625 0.341796875000 0.049316406250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.033935546875 0.000000000000 0.179687500000 0.000000000000 +0.106933593750 0.000000000000 0.200195312500 0.000000000000 +0.000000000000 0.000000000000 0.140625000000 1.031250000000 +0.628906250000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.016845703125 0.566406250000 0.000000000000 0.000000000000 +0.228515625000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.142578125000 0.271484375000 0.400390625000 +0.000000000000 0.000000000000 0.335937500000 0.000000000000 +0.000000000000 0.287109375000 0.000000000000 0.644531250000 +0.109863281250 0.083496093750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.030395507812 0.000000000000 0.000000000000 0.244140625000 +0.036621093750 0.179687500000 0.190429687500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.146484375000 0.000000000000 +0.000000000000 0.000000000000 0.185546875000 0.033203125000 +0.000000000000 0.000000000000 0.091308593750 0.988281250000 +0.466796875000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.445312500000 0.000000000000 0.000000000000 +0.257812500000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.146484375000 0.279296875000 0.380859375000 +0.000000000000 0.000000000000 0.273437500000 0.000000000000 +0.000000000000 0.133789062500 0.000000000000 0.437500000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.018432617188 0.000000000000 0.000000000000 0.189453125000 +0.118652343750 0.024536132812 0.214843750000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.087890625000 0.000000000000 +0.000000000000 0.000000000000 0.091308593750 0.000000000000 +0.000000000000 0.013061523438 0.041259765625 0.773437500000 +0.227539062500 0.021240234375 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.312500000000 0.000000000000 0.000000000000 +0.230468750000 0.000000000000 0.000000000000 0.000000000000 +0.091308593750 0.099121093750 0.265625000000 0.333984375000 +0.000000000000 0.000000000000 0.128906250000 0.000000000000 +0.060791015625 0.000000000000 0.000000000000 0.289062500000 +0.000000000000 0.000000000000 0.028442382812 0.000000000000 +0.057861328125 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.126953125000 +0.117187500000 0.000000000000 0.247070312500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.072753906250 0.000000000000 +0.000000000000 0.018432617188 0.042236328125 0.000000000000 +0.000000000000 0.000000000000 0.038085937500 0.034912109375 +0.000000000000 0.131835937500 0.000000000000 0.417968750000 +0.000000000000 0.222656250000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.095703125000 +0.000000000000 0.086914062500 0.024169921875 0.000000000000 +0.126953125000 0.000000000000 0.000000000000 0.000000000000 +0.133789062500 0.120117187500 0.235351562500 0.182617187500 +0.000000000000 0.162109375000 0.000000000000 0.068847656250 +0.101074218750 0.000000000000 0.000000000000 0.080078125000 +0.000000000000 0.000000000000 0.212890625000 0.000000000000 +0.113281250000 0.000000000000 0.000000000000 0.027099609375 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.025024414062 0.000000000000 0.213867187500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.086425781250 0.000000000000 +0.000000000000 0.083984375000 0.011474609375 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000755310059 +0.000000000000 0.154296875000 0.000000000000 0.035156250000 +0.000000000000 0.375000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.097167968750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.138671875000 0.033691406250 0.239257812500 0.103515625000 +0.010742187500 0.225585937500 0.000000000000 0.088867187500 +0.021484375000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.242187500000 0.006378173828 +0.242187500000 0.031738281250 0.000000000000 0.001281738281 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.043212890625 0.000000000000 0.102050781250 0.000000000000 +0.058105468750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.098632812500 0.000000000000 +0.000000000000 0.113281250000 0.003295898438 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.045898437500 +0.000000000000 0.135742187500 0.000000000000 0.000000000000 +0.000000000000 0.406250000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.032470703125 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.011718750000 +0.055175781250 0.000000000000 0.083496093750 0.000000000000 +0.000000000000 0.228515625000 0.000000000000 0.080078125000 +0.050537109375 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.243164062500 0.120605468750 +0.201171875000 0.023437500000 0.004302978516 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.203125000000 0.000000000000 0.000000000000 0.000000000000 +0.025146484375 0.080566406250 0.045410156250 0.000000000000 +0.000000000000 0.125000000000 0.001838684082 0.183593750000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.363281250000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.020751953125 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.092773437500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.181640625000 0.000000000000 0.031494140625 +0.005828857422 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.139648437500 0.128906250000 +0.108398437500 0.000000000000 0.079589843750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.248046875000 0.000000000000 0.000000000000 0.000000000000 +0.104492187500 0.147460937500 0.000000000000 0.000000000000 +0.000000000000 0.111328125000 0.000000000000 0.205078125000 +0.000000000000 0.000000000000 0.000000000000 0.002380371094 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.140625000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.018920898438 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.043212890625 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.058593750000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.009948730469 0.000000000000 0.000000000000 0.072265625000 +0.000000000000 0.000000000000 0.077636718750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.142578125000 0.000000000000 0.000000000000 0.000000000000 +0.138671875000 0.141601562500 0.000000000000 0.000000000000 +0.000000000000 0.076660156250 0.000000000000 0.160156250000 +0.069824218750 0.000000000000 0.000000000000 0.016479492188 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.038330078125 0.000000000000 0.023559570312 +0.086914062500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.068847656250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.005920410156 0.113281250000 0.000000000000 0.000000000000 +0.000000000000 0.005554199219 0.000000000000 0.000000000000 +0.049072265625 0.000000000000 0.004577636719 0.000000000000 +0.031738281250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.007873535156 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.128906250000 0.000000000000 0.111328125000 +0.090820312500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.021362304688 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000177383423 0.000000000000 0.000000000000 +0.014648437500 0.019775390625 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.052734375000 +0.181640625000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.055419921875 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.143554687500 0.000000000000 0.014099121094 +0.000000000000 0.066894531250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.003997802734 0.000572204590 0.000000000000 +0.000000000000 0.135742187500 0.000000000000 0.147460937500 +0.050537109375 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.052734375000 0.130859375000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.058837890625 0.070312500000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.017822265625 +0.238281250000 0.000000000000 0.000000000000 0.085449218750 +0.000000000000 0.000000000000 0.000000000000 0.030639648438 +0.021484375000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.251953125000 0.000000000000 0.000000000000 +0.000000000000 0.106445312500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.173828125000 0.000000000000 +0.000000000000 0.072265625000 0.000000000000 0.000000000000 +0.014770507812 0.027221679688 0.000000000000 0.194335937500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.054931640625 0.188476562500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.074218750000 0.113769531250 0.068359375000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.007812500000 +0.152343750000 0.000000000000 0.000000000000 0.107910156250 +0.000000000000 0.071777343750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.047851562500 +0.000000000000 0.257812500000 0.000000000000 0.000000000000 +0.000000000000 0.075683593750 0.000000000000 0.000000000000 +0.000000000000 0.129882812500 0.300781250000 0.000000000000 +0.000000000000 0.112304687500 0.000000000000 0.000000000000 +0.040527343750 0.000000000000 0.000000000000 0.187500000000 +0.000000000000 0.000000000000 0.050292968750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.001197814941 0.175781250000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.067871093750 0.173828125000 0.080078125000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.027709960938 +0.047607421875 0.000000000000 0.007598876953 0.075195312500 +0.000000000000 0.253906250000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.033447265625 +0.000000000000 0.170898437500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.145507812500 0.330078125000 0.068847656250 +0.000000000000 0.102539062500 0.000000000000 0.000000000000 +0.021118164062 0.000000000000 0.000000000000 0.160156250000 +0.000000000000 0.000000000000 0.069335937500 0.000000000000 +0.027465820312 0.085937500000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.068359375000 0.000000000000 +0.038085937500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.172851562500 0.105957031250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.314453125000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.007720947266 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.104492187500 0.279296875000 0.132812500000 +0.000000000000 0.025512695312 0.000000000000 0.000000000000 +0.006042480469 0.000000000000 0.000000000000 0.136718750000 +0.000000000000 0.000000000000 0.077636718750 0.000000000000 +0.030395507812 0.131835937500 0.027832031250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.223632812500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.131835937500 0.089843750000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.043212890625 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.006256103516 0.289062500000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.104492187500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.112792968750 0.077148437500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.089843750000 +0.000000000000 0.000000000000 0.019897460938 0.000000000000 +0.000000000000 0.039306640625 0.103515625000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.182617187500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.023681640625 0.000000000000 0.000000000000 +0.000000000000 0.065429687500 0.071777343750 0.000000000000 +0.021240234375 0.000000000000 0.057617187500 0.034667968750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.110351562500 0.094238281250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.096679687500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.079101562500 +0.059814453125 0.000000000000 0.000000000000 0.012084960938 +0.000000000000 0.000000000000 0.147460937500 0.000000000000 +0.000000000000 0.000000000000 0.043945312500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.078613281250 0.000000000000 0.000000000000 0.035156250000 +0.000000000000 0.061767578125 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.004608154297 0.000000000000 +0.125000000000 0.000000000000 0.112792968750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.155273437500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.055908203125 0.000000000000 +0.009765625000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.041992187500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.031738281250 0.000000000000 0.049316406250 +0.161132812500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.127929687500 0.000000000000 +0.000000000000 0.000000000000 0.049804687500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000793457031 +0.000000000000 0.088378906250 0.000000000000 0.103515625000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.140625000000 0.000000000000 0.129882812500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.196289062500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.074707031250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.131835937500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.099609375000 0.000000000000 0.032714843750 +0.206054687500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.108398437500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.083007812500 0.000000000000 0.178710937500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.126953125000 0.000000000000 0.133789062500 0.002441406250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.171875000000 0.000000000000 0.000000000000 0.046142578125 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.102539062500 0.000000000000 0.000000000000 0.000000000000 +0.003387451172 0.000000000000 0.165039062500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.032470703125 0.000000000000 +0.000000000000 0.100585937500 0.000000000000 0.019287109375 +0.189453125000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.046875000000 0.000000000000 +0.000000000000 0.011901855469 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.063964843750 0.000000000000 0.197265625000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.072753906250 0.000000000000 0.123046875000 0.002944946289 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.150390625000 0.000000000000 0.047851562500 0.120117187500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.106445312500 0.000000000000 0.000000000000 0.000000000000 +0.110351562500 0.000000000000 0.150390625000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.064453125000 0.029907226562 +0.000000000000 0.045654296875 0.000000000000 0.000000000000 +0.141601562500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.025878906250 +0.000000000000 0.000000000000 0.000000000000 0.013244628906 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.038818359375 0.000000000000 0.209960937500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.098144531250 0.034667968750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.059082031250 0.000000000000 0.104980468750 0.180664062500 +0.019409179688 0.000000000000 0.000000000000 0.000000000000 +0.022949218750 0.000000000000 0.000000000000 0.000000000000 +0.135742187500 0.000000000000 0.072265625000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.024047851562 0.134765625000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.076171875000 0.000000000000 0.000000000000 0.000000000000 +0.023681640625 0.000000000000 0.000000000000 0.122070312500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.070800781250 0.035156250000 0.190429687500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.064941406250 0.021850585938 +0.000000000000 0.035400390625 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.126953125000 0.213867187500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.121582031250 0.000000000000 0.029785156250 0.000000000000 +0.028930664062 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.217773437500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.001350402832 0.000000000000 0.019897460938 0.113281250000 +0.138671875000 0.000000000000 0.000000000000 0.181640625000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.131835937500 0.145507812500 0.130859375000 +0.000000000000 0.000000000000 0.000000000000 0.151367187500 +0.000000000000 0.000000000000 0.028564453125 0.000000000000 +0.000000000000 0.101074218750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.174804687500 0.231445312500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.063476562500 0.000000000000 0.035400390625 0.000000000000 +0.130859375000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.149414062500 0.000000000000 0.273437500000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.112792968750 0.191406250000 +0.216796875000 0.000000000000 0.000000000000 0.244140625000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.045654296875 +0.000000000000 0.196289062500 0.192382812500 0.063476562500 +0.000000000000 0.000000000000 0.000000000000 0.382812500000 +0.000000000000 0.000000000000 0.000000000000 0.034423828125 +0.000000000000 0.117675781250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.259765625000 0.267578125000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.023803710938 0.011962890625 +0.150390625000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.242187500000 0.000000000000 0.330078125000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.164062500000 0.269531250000 +0.251953125000 0.000000000000 0.000000000000 0.228515625000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.095703125000 +0.000000000000 0.000000000000 0.000000000000 0.046142578125 +0.000000000000 0.279296875000 0.205078125000 0.018432617188 +0.000000000000 0.000000000000 0.000000000000 0.597656250000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.100585937500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.306640625000 0.283203125000 +0.000000000000 0.083984375000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.042968750000 0.131835937500 +0.118652343750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.292968750000 0.000000000000 0.308593750000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.139648437500 0.285156250000 +0.238281250000 0.000000000000 0.000000000000 0.160156250000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.113769531250 +0.000000000000 0.000000000000 0.000000000000 0.024536132812 +0.137695312500 0.316406250000 0.061279296875 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.683593750000 +0.000000000000 0.030761718750 0.000000000000 0.019775390625 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.296875000000 0.267578125000 +0.000000000000 0.203125000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.100585937500 0.189453125000 +0.033447265625 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.298828125000 0.000000000000 0.267578125000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.117675781250 0.259765625000 +0.142578125000 0.000000000000 0.000000000000 0.061279296875 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.105957031250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.198242187500 0.318359375000 0.000000000000 0.000000000000 +0.000000000000 0.030029296875 0.000000000000 0.710937500000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.013793945312 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.269531250000 0.236328125000 +0.000000000000 0.291015625000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.064453125000 0.209960937500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.273437500000 0.000000000000 0.193359375000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.033203125000 0.186523437500 +0.073242187500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.027587890625 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.204101562500 0.279296875000 0.000000000000 0.000000000000 +0.000000000000 0.045654296875 0.000000000000 0.609375000000 +0.000000000000 0.000000000000 0.000000000000 0.004516601562 +0.062011718750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.203125000000 0.178710937500 +0.000000000000 0.267578125000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.061767578125 0.118164062500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.187500000000 0.000000000000 0.120605468750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.032226562500 0.000000000000 0.000000000000 0.095214843750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.169921875000 0.220703125000 0.000000000000 0.000000000000 +0.000000000000 0.060058593750 0.000000000000 0.425781250000 +0.000000000000 0.000000000000 0.000000000000 0.003723144531 +0.103515625000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.099121093750 0.122558593750 +0.000000000000 0.196289062500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.020141601562 0.000972747803 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.106445312500 0.000000000000 0.041015625000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.038330078125 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.113769531250 0.140625000000 0.000000000000 0.000000000000 +0.000000000000 0.048583984375 0.000000000000 0.202148437500 +0.000000000000 0.000000000000 0.000000000000 0.011169433594 +0.128906250000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.010314941406 0.077148437500 +0.000000000000 0.104980468750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.050292968750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.015991210938 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.025146484375 0.000000000000 0.000000000000 +0.000000000000 0.044921875000 0.000000000000 0.001205444336 +0.000000000000 0.000000000000 0.000000000000 0.013977050781 +0.108886718750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.048095703125 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.077636718750 0.000000000000 0.015991210938 +0.000000000000 0.000000000000 0.000000000000 0.024902343750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.061523437500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.053710937500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.039794921875 +0.087890625000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.038085937500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.002380371094 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.014526367188 0.000000000000 +0.000000000000 0.168945312500 0.000000000000 0.043945312500 +0.000000000000 0.000000000000 0.000000000000 0.028930664062 +0.000000000000 0.000000000000 0.057128906250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.145507812500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.086914062500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.006408691406 +0.053710937500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.095214843750 0.000000000000 0.026611328125 +0.000000000000 0.000000000000 0.000000000000 0.056396484375 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.001365661621 0.000000000000 0.000000000000 +0.126953125000 0.008850097656 0.130859375000 0.000000000000 +0.000000000000 0.291015625000 0.000000000000 0.091796875000 +0.011474609375 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.136718750000 0.000000000000 +0.125976562500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.175781250000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.128906250000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.017333984375 +0.000000000000 0.054443359375 0.000000000000 0.000000000000 +0.000000000000 0.296875000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.136718750000 +0.000000000000 0.000000000000 0.035644531250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.174804687500 0.036376953125 0.168945312500 0.000000000000 +0.020263671875 0.392578125000 0.000000000000 0.119140625000 +0.110351562500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.227539062500 0.000000000000 +0.170898437500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.161132812500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.204101562500 0.019287109375 0.032470703125 +0.000000000000 0.000000000000 0.000000000000 0.006256103516 +0.000000000000 0.046630859375 0.000000000000 0.000000000000 +0.000000000000 0.441406250000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.142578125000 +0.000000000000 0.000000000000 0.008056640625 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.143554687500 0.060058593750 0.213867187500 0.000000000000 +0.018066406250 0.419921875000 0.000000000000 0.100585937500 +0.081054687500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.265625000000 0.000000000000 +0.171875000000 0.001533508301 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.086914062500 0.002685546875 +0.133789062500 0.000000000000 0.000000000000 0.000000000000 +0.019287109375 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.242187500000 0.031250000000 0.113769531250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.486328125000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.081542968750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.043212890625 +0.010559082031 0.037841796875 0.207031250000 0.000000000000 +0.000000000000 0.359375000000 0.000000000000 0.033691406250 +0.062011718750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.243164062500 0.007019042969 +0.163085937500 0.073242187500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.011291503906 +0.351562500000 0.000000000000 0.000000000000 0.000000000000 +0.111816406250 0.029296875000 0.000000000000 0.000000000000 +0.000000000000 0.246093750000 0.062011718750 0.131835937500 +0.000000000000 0.000000000000 0.000000000000 0.025756835938 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.462890625000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.044433593750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.069335937500 +0.000000000000 0.000000000000 0.102539062500 0.000000000000 +0.000000000000 0.196289062500 0.000000000000 0.000000000000 +0.011474609375 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.161132812500 0.055419921875 +0.065917968750 0.094238281250 0.086425781250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.425781250000 0.000000000000 0.000000000000 0.000000000000 +0.125000000000 0.084472656250 0.000000000000 0.000000000000 +0.000000000000 0.193359375000 0.061279296875 0.086425781250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.285156250000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.105957031250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.045166015625 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.041992187500 +0.008056640625 0.000000000000 0.000000000000 0.060058593750 +0.000000000000 0.011108398438 0.149414062500 0.000000000000 +0.000000000000 0.000000000000 0.078613281250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.339843750000 0.000000000000 0.000000000000 0.000000000000 +0.118652343750 0.110351562500 0.000000000000 0.000000000000 +0.000000000000 0.106933593750 0.051025390625 0.000000000000 +0.165039062500 0.000000000000 0.040771484375 0.000793457031 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.089843750000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.089355468750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.010009765625 +0.000000000000 0.000000000000 0.021484375000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.082031250000 0.000000000000 0.110351562500 +0.138671875000 0.000000000000 0.000000000000 0.032226562500 +0.000000000000 0.000000000000 0.163085937500 0.000000000000 +0.000000000000 0.000000000000 0.111328125000 0.000000000000 +0.000000000000 0.032470703125 0.000000000000 0.000000000000 +0.103027343750 0.000000000000 0.000000000000 0.000000000000 +0.028442382812 0.093261718750 0.000000000000 0.000000000000 +0.000000000000 0.010070800781 0.016723632812 0.000000000000 +0.255859375000 0.000000000000 0.086425781250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.209960937500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.099121093750 0.000000000000 0.000000000000 0.002029418945 +0.000000000000 0.000000000000 0.080566406250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.174804687500 0.000000000000 0.144531250000 +0.198242187500 0.013000488281 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.097167968750 0.000000000000 +0.000000000000 0.042968750000 0.059814453125 0.000000000000 +0.000000000000 0.041992187500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.044433593750 0.000000000000 0.080078125000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.267578125000 0.000000000000 0.126953125000 0.058105468750 +0.000000000000 0.000000000000 0.000000000000 0.065917968750 +0.269531250000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.083007812500 0.000000000000 0.000000000000 0.000000000000 +0.009521484375 0.000000000000 0.125976562500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.111816406250 0.000000000000 +0.000000000000 0.197265625000 0.000000000000 0.171875000000 +0.218750000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.017700195312 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.009216308594 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.135742187500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.133789062500 0.000000000000 0.129882812500 0.007659912109 +0.014343261719 0.000000000000 0.000000000000 0.208984375000 +0.246093750000 0.000000000000 0.000000000000 0.073242187500 +0.027343750000 0.000000000000 0.000000000000 0.000000000000 +0.037109375000 0.001426696777 0.000000000000 0.000000000000 +0.117675781250 0.000000000000 0.001449584961 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.125976562500 0.000000000000 +0.000000000000 0.152343750000 0.000000000000 0.135742187500 +0.143554687500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.084960937500 +0.000000000000 0.000000000000 0.080078125000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.128906250000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.087890625000 0.037109375000 +0.055175781250 0.000000000000 0.000000000000 0.227539062500 +0.078125000000 0.000000000000 0.000000000000 0.123046875000 +0.080566406250 0.000000000000 0.000000000000 0.000000000000 +0.006652832031 0.052734375000 0.000000000000 0.000000000000 +0.112304687500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.075683593750 0.021118164062 +0.000000000000 0.086425781250 0.000000000000 0.050292968750 +0.085937500000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.055908203125 +0.000000000000 0.000000000000 0.128906250000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.004974365234 +0.064941406250 0.000000000000 0.000000000000 0.133789062500 +0.000000000000 0.000000000000 0.000000000000 0.095703125000 +0.043701171875 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.016967773438 0.000000000000 0.000000000000 +0.025024414062 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.001678466797 0.000000000000 +0.000000000000 0.008850097656 0.000000000000 0.007720947266 +0.000000000000 0.000000000000 0.000000000000 0.037109375000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.104492187500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.041748046875 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.027221679688 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.013977050781 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.056640625000 0.000000000000 +0.000000000000 0.031982421875 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000694274902 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000766754150 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.063476562500 0.004425048828 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.020996093750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.033691406250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.015747070312 +0.004150390625 0.000000000000 0.000000000000 0.020751953125 +0.007324218750 0.000000000000 0.073730468750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.120605468750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.041748046875 0.000000000000 0.000000000000 +0.000000000000 0.069335937500 0.050537109375 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.013122558594 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.041992187500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.004302978516 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.028442382812 0.000000000000 0.103515625000 +0.138671875000 0.000000000000 0.000000000000 0.005096435547 +0.000000000000 0.000000000000 0.166992187500 0.000000000000 +0.000000000000 0.000000000000 0.117187500000 0.000000000000 +0.000000000000 0.012084960938 0.000000000000 0.000000000000 +0.140625000000 0.000000000000 0.000000000000 0.000000000000 +0.032958984375 0.091796875000 0.000000000000 0.000000000000 +0.000000000000 0.027221679688 0.033203125000 0.000000000000 +0.277343750000 0.000000000000 0.092285156250 0.010803222656 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.243164062500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.122070312500 0.000000000000 0.000000000000 0.073242187500 +0.000000000000 0.000000000000 0.110839843750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.170898437500 0.000000000000 0.183593750000 +0.257812500000 0.120117187500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.209960937500 0.000000000000 +0.000000000000 0.014953613281 0.238281250000 0.000000000000 +0.000000000000 0.097656250000 0.000000000000 0.000000000000 +0.038818359375 0.000000000000 0.000000000000 0.000000000000 +0.008483886719 0.086425781250 0.000000000000 0.044189453125 +0.000000000000 0.000000000000 0.045898437500 0.000000000000 +0.478515625000 0.000000000000 0.178710937500 0.036621093750 +0.000000000000 0.000000000000 0.000000000000 0.003448486328 +0.455078125000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.211914062500 0.000000000000 0.000000000000 0.036376953125 +0.000000000000 0.000000000000 0.246093750000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.100585937500 0.000000000000 +0.000000000000 0.324218750000 0.000000000000 0.217773437500 +0.355468750000 0.131835937500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.217773437500 0.000000000000 +0.000000000000 0.109375000000 0.296875000000 0.000000000000 +0.000000000000 0.101562500000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.021118164062 +0.000000000000 0.076660156250 0.000000000000 0.316406250000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.498046875000 0.000000000000 0.259765625000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.224609375000 +0.562500000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.312500000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.332031250000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.211914062500 0.000000000000 +0.000000000000 0.376953125000 0.000000000000 0.228515625000 +0.400390625000 0.119140625000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.187500000000 0.000000000000 +0.000000000000 0.191406250000 0.271484375000 0.058837890625 +0.000000000000 0.069335937500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.012512207031 +0.000000000000 0.058105468750 0.000000000000 0.490234375000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.490234375000 0.000000000000 0.306640625000 0.022583007812 +0.000000000000 0.000000000000 0.000000000000 0.373046875000 +0.589843750000 0.000000000000 0.000000000000 0.030395507812 +0.031250000000 0.000000000000 0.000000000000 0.000000000000 +0.314453125000 0.000000000000 0.000000000000 0.000000000000 +0.152343750000 0.000000000000 0.378906250000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.330078125000 0.000000000000 +0.000000000000 0.408203125000 0.000000000000 0.217773437500 +0.402343750000 0.062255859375 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.117675781250 0.000000000000 +0.000000000000 0.134765625000 0.097656250000 0.216796875000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.503906250000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.347656250000 0.000000000000 0.283203125000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.468750000000 +0.492187500000 0.000000000000 0.036376953125 0.166992187500 +0.229492187500 0.000000000000 0.000000000000 0.000000000000 +0.302734375000 0.000000000000 0.000000000000 0.000000000000 +0.300781250000 0.000000000000 0.294921875000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.357421875000 0.000000000000 +0.000000000000 0.300781250000 0.000000000000 0.148437500000 +0.318359375000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.019775390625 +0.000000000000 0.076171875000 0.000000000000 0.294921875000 +0.000000000000 0.000000000000 0.054687500000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.490234375000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.032226562500 0.000000000000 0.231445312500 0.026367187500 +0.001266479492 0.000000000000 0.000000000000 0.441406250000 +0.298828125000 0.000000000000 0.069824218750 0.251953125000 +0.253906250000 0.000000000000 0.000000000000 0.000000000000 +0.187500000000 0.000000000000 0.000000000000 0.000000000000 +0.308593750000 0.000000000000 0.118652343750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.267578125000 0.088867187500 +0.000000000000 0.156250000000 0.000000000000 0.004425048828 +0.216796875000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.107421875000 +0.000000000000 0.000000000000 0.000000000000 0.298828125000 +0.000000000000 0.000000000000 0.139648437500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.376953125000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.117675781250 0.012512207031 +0.000000000000 0.104980468750 0.000000000000 0.269531250000 +0.059814453125 0.000000000000 0.025878906250 0.261718750000 +0.224609375000 0.000000000000 0.000000000000 0.000000000000 +0.050781250000 0.000000000000 0.000000000000 0.000000000000 +0.259765625000 0.000000000000 0.000000000000 0.000000000000 +0.045166015625 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.101074218750 0.174804687500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.049072265625 0.000000000000 0.000000000000 0.000000000000 +0.084472656250 0.000000000000 0.000000000000 0.131835937500 +0.000000000000 0.000000000000 0.000000000000 0.120117187500 +0.000000000000 0.000000000000 0.132812500000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.009033203125 0.075683593750 0.186523437500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.025390625000 0.000000000000 +0.000000000000 0.166992187500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.034179687500 0.236328125000 +0.077636718750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.116210937500 0.000000000000 0.000000000000 0.000000000000 +0.134765625000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.156250000000 0.000000000000 0.229492187500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.082519531250 0.041259765625 +0.163085937500 0.000000000000 0.000000000000 0.142578125000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.089843750000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.070312500000 0.085937500000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.142578125000 +0.000000000000 0.000000000000 0.000000000000 0.002136230469 +0.000000000000 0.135742187500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.031250000000 0.213867187500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.132812500000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.238281250000 0.000000000000 0.225585937500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.141601562500 0.127929687500 +0.193359375000 0.000000000000 0.000000000000 0.085937500000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.018066406250 0.013732910156 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.157226562500 0.042968750000 0.000000000000 +0.000000000000 0.040039062500 0.000000000000 0.337890625000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.087402343750 0.000000000000 0.000000000000 +0.000000000000 0.017578125000 0.041992187500 0.146484375000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.098144531250 +0.009338378906 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.242187500000 0.000000000000 0.174804687500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.117187500000 0.153320312500 +0.164062500000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.032226562500 +0.019287109375 0.000000000000 0.000000000000 0.000000000000 +0.109863281250 0.199218750000 0.000000000000 0.000000000000 +0.000000000000 0.060791015625 0.000000000000 0.378906250000 +0.000000000000 0.000000000000 0.000000000000 0.026855468750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.005584716797 0.011535644531 0.067382812500 +0.000000000000 0.015991210938 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.116210937500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.164062500000 0.000000000000 0.092773437500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.051513671875 0.156250000000 +0.061523437500 0.000000000000 0.048095703125 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.068847656250 0.000000000000 0.000000000000 0.000000000000 +0.149414062500 0.207031250000 0.000000000000 0.000000000000 +0.000000000000 0.066894531250 0.000000000000 0.357421875000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.030395507812 0.014648437500 +0.000000000000 0.073730468750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.003845214844 0.082031250000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.071777343750 0.000000000000 0.019287109375 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.044433593750 0.000000000000 0.000000000000 0.070800781250 +0.000000000000 0.000000000000 0.032714843750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.125976562500 0.173828125000 0.000000000000 0.000000000000 +0.000000000000 0.047119140625 0.000000000000 0.235351562500 +0.013793945312 0.000000000000 0.000000000000 0.000000000000 +0.004608154297 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.009826660156 +0.000000000000 0.088378906250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.037353515625 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.073242187500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.018066406250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.031982421875 0.119628906250 0.000000000000 0.000000000000 +0.000000000000 0.005065917969 0.000000000000 0.025390625000 +0.022338867188 0.000000000000 0.000000000000 0.000000000000 +0.029052734375 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.034423828125 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.023437500000 +0.065429687500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.022460937500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.033935546875 +0.062988281250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.106445312500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.022460937500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.072265625000 0.000000000000 0.047851562500 +0.000000000000 0.000000000000 0.000000000000 0.013549804688 +0.003448486328 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.141601562500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.007598876953 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.003250122070 +0.094238281250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.123046875000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.060791015625 0.029663085938 0.000000000000 0.000000000000 +0.052490234375 0.000000000000 0.003814697266 0.000000000000 +0.000000000000 0.210937500000 0.000000000000 0.099121093750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.068847656250 0.000000000000 +0.068359375000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.189453125000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.060302734375 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.058593750000 0.097656250000 0.000000000000 0.000000000000 +0.000000000000 0.100097656250 0.000000000000 0.101562500000 +0.000000000000 0.000000000000 0.000000000000 0.134765625000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.035644531250 0.000000000000 0.000000000000 0.000000000000 +0.172851562500 0.000000000000 0.084472656250 0.000000000000 +0.000000000000 0.304687500000 0.000000000000 0.152343750000 +0.032958984375 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.225585937500 0.000000000000 +0.188476562500 0.000000000000 0.000000000000 0.026367187500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.180664062500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.055175781250 0.000000000000 +0.000000000000 0.104492187500 0.000000000000 0.031738281250 +0.000000000000 0.000000000000 0.000000000000 0.015075683594 +0.000000000000 0.126953125000 0.000000000000 0.000000000000 +0.000000000000 0.335937500000 0.000000000000 0.022583007812 +0.000000000000 0.000000000000 0.000000000000 0.136718750000 +0.000000000000 0.000000000000 0.051025390625 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.230468750000 0.000000000000 0.094238281250 0.000000000000 +0.036376953125 0.384765625000 0.000000000000 0.176757812500 +0.039062500000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.292968750000 0.016235351562 +0.275390625000 0.000000000000 0.000000000000 0.036865234375 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.095214843750 0.007995605469 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.102539062500 0.000000000000 +0.000000000000 0.137695312500 0.000000000000 0.244140625000 +0.000000000000 0.000000000000 0.000000000000 0.035400390625 +0.000000000000 0.104492187500 0.000000000000 0.000000000000 +0.000000000000 0.412109375000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.083007812500 +0.000000000000 0.000000000000 0.039794921875 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.023681640625 +0.187500000000 0.000000000000 0.019287109375 0.000000000000 +0.016113281250 0.435546875000 0.000000000000 0.187500000000 +0.041259765625 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.320312500000 0.093261718750 +0.259765625000 0.000000000000 0.000000000000 0.016479492188 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.011108398438 0.052246093750 +0.093261718750 0.000000000000 0.000000000000 0.000000000000 +0.038330078125 0.080566406250 0.069335937500 0.000000000000 +0.000000000000 0.163085937500 0.000000000000 0.392578125000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.018432617188 0.000000000000 0.000000000000 +0.000000000000 0.427734375000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.026489257812 +0.000000000000 0.000000000000 0.070312500000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.039306640625 +0.163085937500 0.000000000000 0.000000000000 0.000000000000 +0.041992187500 0.437500000000 0.000000000000 0.176757812500 +0.029785156250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.310546875000 0.118652343750 +0.251953125000 0.000000000000 0.000000000000 0.012145996094 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.098632812500 +0.127929687500 0.000000000000 0.000000000000 0.000000000000 +0.064453125000 0.111328125000 0.026733398438 0.000000000000 +0.000000000000 0.153320312500 0.000000000000 0.482421875000 +0.000000000000 0.000000000000 0.000000000000 0.012817382812 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.363281250000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.075195312500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.082031250000 +0.121582031250 0.000000000000 0.000000000000 0.000000000000 +0.032470703125 0.435546875000 0.000000000000 0.184570312500 +0.021728515625 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.261718750000 0.125976562500 +0.225585937500 0.000000000000 0.000000000000 0.001945495605 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.069824218750 +0.107421875000 0.000000000000 0.000000000000 0.000000000000 +0.081054687500 0.127929687500 0.000000000000 0.000000000000 +0.000000000000 0.150390625000 0.000000000000 0.511718750000 +0.000000000000 0.000000000000 0.000000000000 0.010375976562 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.296875000000 0.000000000000 0.057861328125 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.045166015625 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.095703125000 +0.140625000000 0.000000000000 0.000000000000 0.000000000000 +0.003555297852 0.447265625000 0.000000000000 0.205078125000 +0.054199218750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.242187500000 0.100097656250 +0.177734375000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.020385742188 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.114257812500 0.107910156250 0.000000000000 0.000000000000 +0.000000000000 0.169921875000 0.000000000000 0.480468750000 +0.000000000000 0.000000000000 0.000000000000 0.004241943359 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.237304687500 0.000000000000 0.074707031250 +0.000000000000 0.050048828125 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.041503906250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.093261718750 +0.102539062500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.480468750000 0.000000000000 0.182617187500 +0.022460937500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.210937500000 0.024780273438 +0.131835937500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.002624511719 0.047119140625 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.140625000000 0.085937500000 0.000000000000 0.000000000000 +0.000000000000 0.190429687500 0.000000000000 0.447265625000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.049560546875 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.236328125000 0.000000000000 0.055175781250 +0.000000000000 0.057861328125 0.000000000000 0.003326416016 +0.000000000000 0.000000000000 0.035644531250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.012512207031 +0.096191406250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.453125000000 0.000000000000 0.128906250000 +0.000843048096 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.225585937500 0.000000000000 +0.141601562500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.017456054688 0.042968750000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.089843750000 0.026611328125 0.000000000000 0.000000000000 +0.000000000000 0.206054687500 0.000000000000 0.361328125000 +0.000000000000 0.000000000000 0.000000000000 0.003875732422 +0.022827148438 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.310546875000 0.000000000000 0.001358032227 +0.000000000000 0.000000000000 0.000000000000 0.013732910156 +0.000000000000 0.000000000000 0.002166748047 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.005889892578 +0.063476562500 0.000000000000 0.055175781250 0.000000000000 +0.003387451172 0.427734375000 0.000000000000 0.098632812500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.239257812500 0.015991210938 +0.166015625000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.035888671875 +0.114257812500 0.000000000000 0.000000000000 0.000000000000 +0.060058593750 0.046142578125 0.000000000000 0.000000000000 +0.000000000000 0.194335937500 0.000000000000 0.283203125000 +0.000000000000 0.000000000000 0.000000000000 0.001838684082 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.328125000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.018310546875 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.026855468750 0.000000000000 0.032958984375 0.000000000000 +0.000000000000 0.318359375000 0.000000000000 0.078125000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.243164062500 0.102539062500 +0.183593750000 0.004791259766 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.056640625000 +0.230468750000 0.000000000000 0.000000000000 0.000000000000 +0.042968750000 0.103515625000 0.000000000000 0.000000000000 +0.000000000000 0.155273437500 0.000000000000 0.287109375000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.302734375000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.004180908203 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.007568359375 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.179687500000 0.000000000000 0.080566406250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.209960937500 0.204101562500 +0.176757812500 0.000000000000 0.087402343750 0.022827148438 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000991821289 +0.238281250000 0.000000000000 0.000000000000 0.111328125000 +0.008422851562 0.193359375000 0.023315429688 0.000000000000 +0.000000000000 0.067871093750 0.000000000000 0.322265625000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.177734375000 0.023559570312 0.000000000000 +0.000000000000 0.000000000000 0.069824218750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.022827148438 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.089843750000 0.000000000000 0.108886718750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.102050781250 0.216796875000 +0.128906250000 0.000000000000 0.100097656250 0.052246093750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.087890625000 0.000000000000 0.000000000000 0.127929687500 +0.025878906250 0.237304687500 0.007324218750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.349609375000 +0.000000000000 0.000000000000 0.000000000000 0.029785156250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.192382812500 0.073730468750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.117675781250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.050781250000 0.000000000000 0.151367187500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.008911132812 0.000000000000 0.054687500000 0.213867187500 +0.039062500000 0.000000000000 0.098144531250 0.054443359375 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.079589843750 +0.011901855469 0.242187500000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.380859375000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.214843750000 0.168945312500 +0.000000000000 0.079589843750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.141601562500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.084472656250 0.000000000000 0.167968750000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.026000976562 0.000000000000 0.000000000000 0.125976562500 +0.014038085938 0.000000000000 0.002975463867 0.022705078125 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.005065917969 0.229492187500 0.000000000000 0.000804901123 +0.000000000000 0.000000000000 0.000000000000 0.359375000000 +0.000000000000 0.000000000000 0.000000000000 0.028808593750 +0.001007080078 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.222656250000 0.222656250000 +0.000000000000 0.151367187500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.082519531250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.161132812500 0.000000000000 0.170898437500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.040527343750 0.000000000000 0.000000000000 0.062500000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.033691406250 0.000000000000 +0.030517578125 0.172851562500 0.000000000000 0.000000000000 +0.000000000000 0.008666992188 0.000000000000 0.296875000000 +0.000000000000 0.000000000000 0.000000000000 0.005157470703 +0.162109375000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.138671875000 0.224609375000 +0.000000000000 0.164062500000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.173828125000 0.000000000000 0.114746093750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.016479492188 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.030761718750 0.000000000000 +0.056884765625 0.077148437500 0.000000000000 0.000000000000 +0.000000000000 0.083007812500 0.000000000000 0.187500000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.185546875000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.153320312500 +0.000000000000 0.119628906250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.164062500000 0.000000000000 0.016723632812 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.013610839844 0.029296875000 0.000000000000 0.000000000000 +0.000000000000 0.097167968750 0.000000000000 0.030517578125 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.145507812500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.025878906250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.063964843750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.003906250000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.012268066406 0.000000000000 0.000000000000 +0.000000000000 0.085449218750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.022827148438 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.026000976562 +0.002075195312 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.016845703125 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.018798828125 0.000000000000 0.000000000000 +0.000000000000 0.029541015625 0.003753662109 0.000000000000 +0.000000000000 0.000000000000 0.016113281250 0.032714843750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.019287109375 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.046386718750 +0.071289062500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.053710937500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.038085937500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.047363281250 0.000231742859 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.047119140625 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.015136718750 0.000000000000 0.047119140625 +0.066406250000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.026367187500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.022460937500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.060058593750 0.026367187500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.042724609375 0.000000000000 0.000000000000 0.004333496094 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.075683593750 0.000000000000 0.083496093750 +0.100097656250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.009826660156 0.065917968750 +0.095214843750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.065429687500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.088378906250 0.000000000000 0.000000000000 +0.000000000000 0.068359375000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.104003906250 0.000000000000 0.116699218750 +0.052734375000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.118164062500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.069335937500 0.059570312500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.001327514648 +0.209960937500 0.000000000000 0.000000000000 0.023803710938 +0.000000000000 0.000000000000 0.000000000000 0.060791015625 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.215820312500 0.000000000000 0.000000000000 +0.000000000000 0.129882812500 0.000000000000 0.000000000000 +0.000000000000 0.005310058594 0.130859375000 0.000000000000 +0.000000000000 0.125976562500 0.000000000000 0.000000000000 +0.000000000000 0.052001953125 0.000000000000 0.155273437500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.032226562500 0.189453125000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.099609375000 0.123046875000 0.025756835938 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.012145996094 +0.226562500000 0.000000000000 0.000000000000 0.064941406250 +0.000000000000 0.037353515625 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.062255859375 +0.000000000000 0.221679687500 0.000000000000 0.000000000000 +0.000000000000 0.086425781250 0.000000000000 0.000000000000 +0.000000000000 0.137695312500 0.269531250000 0.000000000000 +0.000000000000 0.150390625000 0.000000000000 0.000000000000 +0.033447265625 0.000000000000 0.000000000000 0.148437500000 +0.000000000000 0.000000000000 0.071289062500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.206054687500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.036376953125 0.163085937500 0.064453125000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.059814453125 0.000000000000 0.000000000000 0.033691406250 +0.000000000000 0.291015625000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.081054687500 +0.000000000000 0.121093750000 0.017333984375 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.023071289062 0.178710937500 0.310546875000 0.091308593750 +0.000000000000 0.195312500000 0.000000000000 0.000000000000 +0.060058593750 0.000000000000 0.000000000000 0.113281250000 +0.000000000000 0.000000000000 0.178710937500 0.000000000000 +0.097167968750 0.072265625000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.149414062500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.159179687500 0.064453125000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.026855468750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.423828125000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.062500000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.031738281250 0.129882812500 0.289062500000 0.135742187500 +0.000000000000 0.167968750000 0.000000000000 0.000000000000 +0.036376953125 0.000000000000 0.000000000000 0.008117675781 +0.000000000000 0.000000000000 0.218750000000 0.000000000000 +0.160156250000 0.083496093750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.014099121094 0.000000000000 +0.153320312500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.137695312500 0.047851562500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.419921875000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.047363281250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.126953125000 0.046630859375 +0.000000000000 0.123535156250 0.000000000000 0.000000000000 +0.005584716797 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.175781250000 0.074707031250 +0.140625000000 0.074218750000 0.033447265625 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.200195312500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.055419921875 0.000000000000 0.000000000000 +0.000000000000 0.108398437500 0.038818359375 0.010070800781 +0.000000000000 0.000000000000 0.000000000000 0.049804687500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.302734375000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.069335937500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.005340576172 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.063964843750 0.000000000000 0.000000000000 +0.000770568848 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.095703125000 0.104492187500 +0.019287109375 0.000000000000 0.081054687500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.169921875000 0.000000000000 0.000000000000 0.000000000000 +0.052978515625 0.110839843750 0.000000000000 0.000000000000 +0.000000000000 0.069824218750 0.004669189453 0.056640625000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.072753906250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.028930664062 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.043212890625 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.103515625000 0.000000000000 0.000000000000 0.073730468750 +0.000000000000 0.000000000000 0.114746093750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.110839843750 0.000000000000 0.000000000000 0.000000000000 +0.094238281250 0.145507812500 0.000000000000 0.000000000000 +0.000000000000 0.046630859375 0.008422851562 0.011779785156 +0.142578125000 0.000000000000 0.004425048828 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.030151367188 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.137695312500 +0.000000000000 0.000000000000 0.019897460938 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.168945312500 0.000000000000 0.127929687500 +0.173828125000 0.018920898438 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.098632812500 0.000000000000 +0.000000000000 0.000000000000 0.045410156250 0.000000000000 +0.000000000000 0.077636718750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.086914062500 0.093750000000 0.000000000000 0.000000000000 +0.000000000000 0.014770507812 0.006103515625 0.000000000000 +0.277343750000 0.000000000000 0.048095703125 0.021972656250 +0.055175781250 0.000000000000 0.000000000000 0.000000000000 +0.191406250000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.041748046875 0.004333496094 0.000000000000 0.169921875000 +0.000000000000 0.000000000000 0.061767578125 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.023681640625 0.000000000000 +0.000000000000 0.255859375000 0.000000000000 0.246093750000 +0.219726562500 0.082031250000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.047119140625 0.000000000000 +0.000000000000 0.000000000000 0.029418945312 0.000000000000 +0.000000000000 0.144531250000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.012939453125 0.000000000000 +0.250000000000 0.000000000000 0.075683593750 0.020629882812 +0.117675781250 0.000000000000 0.000000000000 0.176757812500 +0.259765625000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.119140625000 0.083007812500 0.000000000000 0.078613281250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.146484375000 0.000000000000 +0.000000000000 0.251953125000 0.005279541016 0.265625000000 +0.201171875000 0.049560546875 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.123046875000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.112304687500 0.000000000000 0.098144531250 0.000000000000 +0.086914062500 0.000000000000 0.000000000000 0.367187500000 +0.273437500000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.086425781250 0.084960937500 0.000000000000 0.000000000000 +0.180664062500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.092773437500 +0.000000000000 0.000000000000 0.213867187500 0.000000000000 +0.000000000000 0.140625000000 0.002929687500 0.242187500000 +0.126953125000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.074218750000 +0.000000000000 0.014648437500 0.060791015625 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.012145996094 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.100097656250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.371093750000 +0.202148437500 0.000000000000 0.000000000000 0.002868652344 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.241210937500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.163085937500 +0.000000000000 0.000000000000 0.151367187500 0.061035156250 +0.000000000000 0.000000000000 0.000000000000 0.105468750000 +0.000530242920 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.115722656250 +0.000000000000 0.000000000000 0.000000000000 0.105468750000 +0.039794921875 0.000000000000 0.126953125000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.129882812500 0.031494140625 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.092773437500 0.032226562500 +0.000000000000 0.108886718750 0.000000000000 0.236328125000 +0.018188476562 0.000000000000 0.000000000000 0.095214843750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.210937500000 0.000000000000 0.000000000000 0.000000000000 +0.158203125000 0.000000000000 0.000000000000 0.081054687500 +0.000000000000 0.064453125000 0.000000000000 0.176757812500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.099609375000 0.000000000000 +0.167968750000 0.000000000000 0.000000000000 0.166992187500 +0.000000000000 0.000000000000 0.000000000000 0.024047851562 +0.039062500000 0.000000000000 0.129882812500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.187500000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.002304077148 0.021118164062 +0.000000000000 0.189453125000 0.000000000000 0.000000000000 +0.000000000000 0.014160156250 0.000000000000 0.127929687500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.053710937500 0.000000000000 0.000000000000 0.000000000000 +0.163085937500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.249023437500 0.000000000000 0.239257812500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.166015625000 0.065429687500 +0.216796875000 0.000000000000 0.000000000000 0.141601562500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.078125000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.064941406250 0.165039062500 0.000000000000 +0.000000000000 0.024414062500 0.000000000000 0.245117187500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.148437500000 0.000000000000 0.000000000000 +0.000000000000 0.104492187500 0.000000000000 0.136718750000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.114257812500 +0.172851562500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.355468750000 0.000000000000 0.226562500000 +0.064453125000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.153320312500 0.100585937500 +0.207031250000 0.000000000000 0.000000000000 0.031494140625 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.016967773438 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.110351562500 0.107421875000 0.000000000000 0.000000000000 +0.000000000000 0.139648437500 0.000000000000 0.351562500000 +0.000000000000 0.000000000000 0.000000000000 0.028686523438 +0.000000000000 0.008789062500 0.000000000000 0.000000000000 +0.000000000000 0.149414062500 0.000000000000 0.104492187500 +0.000000000000 0.075195312500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.001373291016 +0.000000000000 0.000000000000 0.000000000000 0.191406250000 +0.048583984375 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.390625000000 0.000000000000 0.155273437500 +0.078613281250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.094726562500 0.006072998047 +0.065917968750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.022705078125 0.000000000000 0.000000000000 0.000000000000 +0.257812500000 0.088867187500 0.000000000000 0.000000000000 +0.046142578125 0.251953125000 0.026977539062 0.333984375000 +0.000000000000 0.000000000000 0.000000000000 0.031127929688 +0.187500000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.114746093750 0.000000000000 0.031738281250 +0.000000000000 0.152343750000 0.000000000000 0.000000000000 +0.000000000000 0.075195312500 0.000000000000 0.312500000000 +0.000000000000 0.000000000000 0.000000000000 0.171875000000 +0.000000000000 0.000000000000 0.065429687500 0.000000000000 +0.000000000000 0.328125000000 0.000000000000 0.000000000000 +0.048339843750 0.000000000000 0.000000000000 0.099121093750 +0.000000000000 0.000000000000 0.002655029297 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.169921875000 0.000000000000 0.000000000000 +0.084472656250 0.000000000000 0.000000000000 0.000000000000 +0.261718750000 0.000000000000 0.000000000000 0.000000000000 +0.229492187500 0.302734375000 0.116699218750 0.133789062500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.285156250000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.095703125000 0.000000000000 0.000000000000 +0.000000000000 0.079101562500 0.000000000000 0.000000000000 +0.000000000000 0.318359375000 0.000000000000 0.511718750000 +0.000000000000 0.000000000000 0.000000000000 0.037109375000 +0.000000000000 0.021606445312 0.231445312500 0.000000000000 +0.000000000000 0.171875000000 0.000000000000 0.000000000000 +0.048583984375 0.135742187500 0.000000000000 0.349609375000 +0.011230468750 0.092285156250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.087402343750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.304687500000 0.000000000000 0.000000000000 +0.100585937500 0.000000000000 0.000000000000 0.000000000000 +0.209960937500 0.000000000000 0.000000000000 0.000000000000 +0.314453125000 0.306640625000 0.199218750000 0.000000000000 +0.016723632812 0.000000000000 0.000000000000 0.047607421875 +0.265625000000 0.000000000000 0.095214843750 0.000000000000 +0.045410156250 0.058593750000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.500000000000 0.000000000000 0.570312500000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.171875000000 0.353515625000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.035888671875 0.243164062500 0.000000000000 0.566406250000 +0.042236328125 0.248046875000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.140625000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.406250000000 0.000000000000 0.000000000000 +0.071777343750 0.000000000000 0.000000000000 0.000000000000 +0.067382812500 0.000000000000 0.000000000000 0.000000000000 +0.312500000000 0.285156250000 0.259765625000 0.000000000000 +0.101562500000 0.000000000000 0.000000000000 0.039306640625 +0.223632812500 0.000000000000 0.155273437500 0.371093750000 +0.296875000000 0.017456054688 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.601562500000 0.000000000000 0.539062500000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.271484375000 0.417968750000 0.089843750000 +0.000000000000 0.000000000000 0.051757812500 0.000000000000 +0.009216308594 0.263671875000 0.000000000000 0.679687500000 +0.032958984375 0.289062500000 0.000000000000 0.000000000000 +0.000000000000 0.043212890625 0.000000000000 0.000000000000 +0.137695312500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.451171875000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.267578125000 0.207031250000 0.275390625000 0.000000000000 +0.087890625000 0.000000000000 0.032714843750 0.007781982422 +0.112304687500 0.000000000000 0.161132812500 0.699218750000 +0.441406250000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.613281250000 0.000000000000 0.335937500000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.283203125000 0.435546875000 0.353515625000 +0.000000000000 0.000000000000 0.163085937500 0.000000000000 +0.000000000000 0.237304687500 0.000000000000 0.691406250000 +0.033203125000 0.257812500000 0.000000000000 0.000000000000 +0.000000000000 0.084960937500 0.000000000000 0.000000000000 +0.097656250000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.386718750000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.136718750000 0.116210937500 0.246093750000 0.000000000000 +0.032470703125 0.000000000000 0.113769531250 0.000000000000 +0.000000000000 0.000000000000 0.139648437500 0.812500000000 +0.503906250000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.507812500000 0.000000000000 0.049804687500 +0.036376953125 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.255859375000 0.398437500000 0.515625000000 +0.000000000000 0.000000000000 0.182617187500 0.000000000000 +0.000000000000 0.147460937500 0.000000000000 0.625000000000 +0.025024414062 0.141601562500 0.000000000000 0.000000000000 +0.000000000000 0.098632812500 0.000000000000 0.000000000000 +0.001296997070 0.000000000000 0.000000000000 0.000000000000 +0.098144531250 0.233398437500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.011291503906 0.186523437500 0.000000000000 +0.000000000000 0.000000000000 0.175781250000 0.004364013672 +0.000000000000 0.000000000000 0.093750000000 0.792968750000 +0.498046875000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.019409179688 0.000000000000 +0.000000000000 0.302734375000 0.000000000000 0.000000000000 +0.066894531250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.118164062500 0.263671875000 0.511718750000 +0.000000000000 0.000000000000 0.146484375000 0.000000000000 +0.000000000000 0.071777343750 0.000000000000 0.474609375000 +0.028320312500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.070312500000 0.013305664062 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.124023437500 0.073730468750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.127929687500 0.000000000000 +0.000000000000 0.000000000000 0.202148437500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.632812500000 +0.435546875000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.034179687500 0.000000000000 +0.000000000000 0.093750000000 0.000000000000 0.000000000000 +0.062500000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.082031250000 0.408203125000 +0.000000000000 0.000000000000 0.070312500000 0.000000000000 +0.000000000000 0.012268066406 0.000000000000 0.298828125000 +0.045898437500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.045410156250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.121582031250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.029785156250 +0.000000000000 0.000000000000 0.041503906250 0.000000000000 +0.000000000000 0.000000000000 0.191406250000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.394531250000 +0.314453125000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.025512695312 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.184570312500 +0.000000000000 0.000000000000 0.000797271729 0.000000000000 +0.000000000000 0.001281738281 0.000000000000 0.153320312500 +0.088867187500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.055175781250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.034179687500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.093750000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.159179687500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.162109375000 +0.200195312500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.073242187500 0.000000000000 0.062011718750 +0.148437500000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.059326171875 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.023437500000 0.000000000000 0.102050781250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.012145996094 0.000000000000 0.121093750000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.134765625000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.006042480469 0.000000000000 0.000000000000 0.010192871094 +0.000000000000 0.000000000000 0.010742187500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.205078125000 0.000000000000 0.112304687500 +0.216796875000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.051269531250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.043457031250 0.000000000000 0.075195312500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.132812500000 0.000000000000 0.074707031250 0.010803222656 +0.045410156250 0.000000000000 0.000000000000 0.000000000000 +0.169921875000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.012451171875 0.077148437500 0.000000000000 0.215820312500 +0.000000000000 0.000000000000 0.021484375000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.306640625000 0.000000000000 0.242187500000 +0.233398437500 0.050048828125 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.010192871094 0.000000000000 +0.052490234375 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.121093750000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.022827148438 0.000000000000 +0.156250000000 0.000000000000 0.042968750000 0.028442382812 +0.200195312500 0.000000000000 0.000000000000 0.162109375000 +0.216796875000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000425338745 0.349609375000 0.000000000000 0.335937500000 +0.000000000000 0.043212890625 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.083984375000 0.000000000000 +0.000000000000 0.402343750000 0.000000000000 0.386718750000 +0.228515625000 0.098144531250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.117675781250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.251953125000 0.001564025879 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.182617187500 0.026489257812 0.084472656250 0.000000000000 +0.112304687500 0.000000000000 0.022583007812 0.000000000000 +0.304687500000 0.000000000000 0.020385742188 0.427734375000 +0.230468750000 0.000000000000 0.000000000000 0.000000000000 +0.046875000000 0.000000000000 0.000000000000 0.000000000000 +0.000421524048 0.515625000000 0.000000000000 0.292968750000 +0.000000000000 0.148437500000 0.000000000000 0.000000000000 +0.000000000000 0.029663085938 0.119628906250 0.000000000000 +0.000000000000 0.000000000000 0.187500000000 0.000000000000 +0.000000000000 0.355468750000 0.000000000000 0.494140625000 +0.166015625000 0.122558593750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.115722656250 0.000000000000 0.000000000000 0.011291503906 +0.000000000000 0.257812500000 0.155273437500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.248046875000 0.075195312500 0.115234375000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.042236328125 +0.287109375000 0.000000000000 0.129882812500 0.625000000000 +0.224609375000 0.000000000000 0.000000000000 0.000000000000 +0.046630859375 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.597656250000 0.000000000000 0.178710937500 +0.096191406250 0.197265625000 0.000000000000 0.000000000000 +0.000000000000 0.214843750000 0.355468750000 0.064453125000 +0.000000000000 0.000000000000 0.203125000000 0.000000000000 +0.024780273438 0.265625000000 0.000000000000 0.511718750000 +0.032226562500 0.045166015625 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.117675781250 0.000000000000 0.000000000000 0.106445312500 +0.000000000000 0.246093750000 0.279296875000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.225585937500 0.084472656250 0.151367187500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.046142578125 +0.194335937500 0.000000000000 0.118164062500 0.679687500000 +0.173828125000 0.025268554688 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.049560546875 +0.000000000000 0.589843750000 0.000000000000 0.000000000000 +0.165039062500 0.217773437500 0.000000000000 0.000000000000 +0.000000000000 0.337890625000 0.480468750000 0.248046875000 +0.000000000000 0.000000000000 0.177734375000 0.000000000000 +0.072753906250 0.034423828125 0.000000000000 0.468750000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.056396484375 +0.031982421875 0.102539062500 0.345703125000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.147460937500 0.138671875000 0.141601562500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.019775390625 +0.013366699219 0.059570312500 0.104980468750 0.632812500000 +0.000000000000 0.357421875000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.214843750000 +0.000000000000 0.457031250000 0.019409179688 0.000000000000 +0.131835937500 0.097656250000 0.000000000000 0.000000000000 +0.110839843750 0.357421875000 0.550781250000 0.347656250000 +0.000215530396 0.151367187500 0.000000000000 0.000000000000 +0.157226562500 0.000000000000 0.000000000000 0.328125000000 +0.000000000000 0.000000000000 0.208007812500 0.000000000000 +0.100097656250 0.117187500000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.094238281250 0.003707885742 0.328125000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.023437500000 0.000000000000 +0.045410156250 0.166992187500 0.124511718750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.169921875000 0.006286621094 0.355468750000 +0.000000000000 0.605468750000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.240234375000 +0.000000000000 0.238281250000 0.080078125000 0.000000000000 +0.025268554688 0.000000000000 0.000000000000 0.000000000000 +0.175781250000 0.308593750000 0.539062500000 0.326171875000 +0.048828125000 0.271484375000 0.000000000000 0.001174926758 +0.151367187500 0.000000000000 0.000000000000 0.152343750000 +0.000000000000 0.000000000000 0.306640625000 0.000000000000 +0.209960937500 0.126953125000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.098632812500 0.000000000000 0.228515625000 0.000000000000 +0.045654296875 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.100097656250 0.000000000000 +0.000000000000 0.206054687500 0.115234375000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.020751953125 +0.000000000000 0.143554687500 0.000000000000 0.000000000000 +0.000000000000 0.710937500000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.036132812500 0.175781250000 +0.000000000000 0.000000000000 0.098632812500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.177734375000 0.281250000000 0.398437500000 0.223632812500 +0.079589843750 0.326171875000 0.000000000000 0.043701171875 +0.152343750000 0.000000000000 0.000000000000 0.023803710938 +0.000000000000 0.000000000000 0.357421875000 0.000000000000 +0.255859375000 0.154296875000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.019042968750 0.000000000000 0.080078125000 0.000000000000 +0.196289062500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.124023437500 0.000000000000 +0.000000000000 0.203125000000 0.087402343750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.004791259766 +0.000000000000 0.042480468750 0.000000000000 0.000000000000 +0.000000000000 0.683593750000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.072265625000 0.058837890625 +0.000000000000 0.000000000000 0.050048828125 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000724792480 +0.104003906250 0.147460937500 0.250000000000 0.084960937500 +0.057617187500 0.314453125000 0.000000000000 0.062988281250 +0.083496093750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.367187500000 0.094726562500 +0.247070312500 0.140625000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.314453125000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.040283203125 0.112792968750 0.000000000000 +0.000000000000 0.191406250000 0.057373046875 0.166992187500 +0.000000000000 0.000000000000 0.000000000000 0.021362304688 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.582031250000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.115234375000 0.000000000000 +0.000000000000 0.000000000000 0.020141601562 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.051025390625 +0.014038085938 0.000000000000 0.075195312500 0.000000000000 +0.000000000000 0.259765625000 0.000000000000 0.053222656250 +0.024658203125 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.265625000000 0.148437500000 +0.207031250000 0.079101562500 0.058593750000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.009277343750 +0.353515625000 0.000000000000 0.000000000000 0.012268066406 +0.077636718750 0.127929687500 0.002090454102 0.000000000000 +0.000000000000 0.150390625000 0.028320312500 0.263671875000 +0.000000000000 0.000000000000 0.000000000000 0.028198242188 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.371093750000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.099609375000 0.000000000000 +0.000000000000 0.000000000000 0.009277343750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.083007812500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.182617187500 0.000000000000 0.045410156250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.117187500000 0.133789062500 +0.066406250000 0.000000000000 0.066406250000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.224609375000 0.000000000000 0.000000000000 0.000000000000 +0.102050781250 0.139648437500 0.000000000000 0.000000000000 +0.000000000000 0.104980468750 0.000000000000 0.277343750000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.119140625000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.033935546875 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.057617187500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.123046875000 0.000000000000 0.024047851562 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.053466796875 +0.000000000000 0.000000000000 0.016113281250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.007080078125 0.000000000000 0.000000000000 0.000000000000 +0.083984375000 0.125976562500 0.000000000000 0.000000000000 +0.000000000000 0.072265625000 0.000000000000 0.169921875000 +0.000000000000 0.000000000000 0.000000000000 0.039794921875 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.013366699219 +0.000000000000 0.008361816406 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.056640625000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.026611328125 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.052978515625 0.059326171875 0.000000000000 0.000000000000 +0.000000000000 0.066894531250 0.000000000000 0.031494140625 +0.000000000000 0.000000000000 0.000000000000 0.023803710938 +0.052246093750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.007751464844 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.023193359375 0.000000000000 0.080078125000 +0.071777343750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.022216796875 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.031494140625 0.000000000000 0.000000000000 +0.000000000000 0.053222656250 0.009887695312 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.001907348633 +0.062988281250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.084960937500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.133789062500 0.000000000000 0.165039062500 +0.115722656250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.005859375000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.103027343750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.055908203125 0.041748046875 0.000000000000 +0.087890625000 0.000000000000 0.008239746094 0.025024414062 +0.043457031250 0.000000000000 0.000000000000 0.000000000000 +0.155273437500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.055419921875 0.008605957031 0.000000000000 0.076171875000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.123046875000 0.000000000000 0.224609375000 +0.159179687500 0.063964843750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.035644531250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.101562500000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.005371093750 0.047363281250 0.000000000000 +0.207031250000 0.000000000000 0.090820312500 0.035156250000 +0.000000000000 0.000000000000 0.000000000000 0.110351562500 +0.339843750000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.054443359375 0.000000000000 0.000000000000 0.011840820312 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.024169921875 0.000000000000 +0.000000000000 0.189453125000 0.000000000000 0.281250000000 +0.208984375000 0.048095703125 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.097656250000 0.000000000000 +0.000000000000 0.000000000000 0.080566406250 0.000000000000 +0.000000000000 0.095703125000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.027954101562 +0.000000000000 0.000000000000 0.050048828125 0.000000000000 +0.238281250000 0.000000000000 0.170898437500 0.000637054443 +0.000000000000 0.000000000000 0.000000000000 0.250000000000 +0.398437500000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.144531250000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.018188476562 +0.000000000000 0.000000000000 0.106933593750 0.000000000000 +0.000000000000 0.225585937500 0.000000000000 0.255859375000 +0.210937500000 0.037109375000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.099121093750 0.000000000000 +0.000000000000 0.029052734375 0.057128906250 0.000000000000 +0.000000000000 0.032226562500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.176757812500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.212890625000 0.000000000000 0.206054687500 0.048828125000 +0.000000000000 0.000000000000 0.000000000000 0.300781250000 +0.417968750000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.133789062500 0.000000000000 0.000000000000 0.000000000000 +0.086914062500 0.000000000000 0.073242187500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.170898437500 0.000000000000 +0.000000000000 0.202148437500 0.000000000000 0.204101562500 +0.226562500000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.042724609375 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.082519531250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.245117187500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.104003906250 0.000000000000 0.188476562500 0.056396484375 +0.000000000000 0.000000000000 0.000000000000 0.306640625000 +0.335937500000 0.000000000000 0.000000000000 0.042236328125 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.086914062500 0.000000000000 0.000000000000 0.000000000000 +0.212890625000 0.000000000000 0.048339843750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.173828125000 0.006134033203 +0.000000000000 0.115234375000 0.000000000000 0.136718750000 +0.142578125000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.021484375000 +0.000000000000 0.000000000000 0.000000000000 0.147460937500 +0.000000000000 0.000000000000 0.067871093750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.228515625000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.158203125000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.265625000000 +0.140625000000 0.000000000000 0.000000000000 0.175781250000 +0.075195312500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.232421875000 0.000000000000 0.000000000000 0.000000000000 +0.033691406250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.134765625000 0.153320312500 +0.000000000000 0.011047363281 0.000000000000 0.000000000000 +0.049804687500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.066894531250 +0.000000000000 0.000000000000 0.000000000000 0.150390625000 +0.000000000000 0.000000000000 0.208984375000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.126953125000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.035156250000 0.000000000000 +0.000000000000 0.131835937500 0.000000000000 0.109375000000 +0.000000000000 0.000000000000 0.000000000000 0.222656250000 +0.093750000000 0.000000000000 0.000000000000 0.057861328125 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.158203125000 0.057861328125 0.000000000000 0.000000000000 +0.176757812500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.213867187500 0.000000000000 0.197265625000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.074707031250 0.000000000000 +0.113769531250 0.000000000000 0.000000000000 0.061279296875 +0.000000000000 0.000000000000 0.000000000000 0.035644531250 +0.000000000000 0.000000000000 0.237304687500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.035400390625 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.006744384766 +0.023193359375 0.178710937500 0.000000000000 0.000000000000 +0.000000000000 0.056396484375 0.000000000000 0.202148437500 +0.032470703125 0.000000000000 0.000000000000 0.164062500000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.039306640625 0.000000000000 0.000000000000 +0.161132812500 0.000000000000 0.070800781250 0.000000000000 +0.000000000000 0.378906250000 0.000000000000 0.190429687500 +0.010681152344 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.160156250000 0.000000000000 +0.174804687500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.191406250000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.163085937500 0.000000000000 0.110839843750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.025878906250 0.135742187500 0.000000000000 0.000000000000 +0.000000000000 0.281250000000 0.000000000000 0.088867187500 +0.000000000000 0.000000000000 0.000000000000 0.167968750000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.122558593750 0.000000000000 0.139648437500 0.000000000000 +0.000000000000 0.392578125000 0.000000000000 0.131835937500 +0.070800781250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.197265625000 0.000000000000 +0.153320312500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.064941406250 0.011291503906 +0.084472656250 0.000000000000 0.000000000000 0.000000000000 +0.084472656250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.223632812500 0.023193359375 0.152343750000 +0.000000000000 0.000000000000 0.000000000000 0.003662109375 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.345703125000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.031250000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.081542968750 +0.000000000000 0.001930236816 0.126953125000 0.000000000000 +0.000000000000 0.335937500000 0.000000000000 0.023803710938 +0.067382812500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.143554687500 0.000000000000 +0.089843750000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.239257812500 0.000000000000 0.000000000000 0.000000000000 +0.164062500000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.255859375000 0.098144531250 0.141601562500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.355468750000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.061767578125 +0.000000000000 0.000000000000 0.000000000000 0.090332031250 +0.000000000000 0.000000000000 0.108886718750 0.000000000000 +0.000000000000 0.213867187500 0.000000000000 0.000000000000 +0.063964843750 0.000000000000 0.000000000000 0.073730468750 +0.000000000000 0.000000000000 0.053222656250 0.000000000000 +0.000000000000 0.000690460205 0.000064373016 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.045166015625 0.000000000000 0.000000000000 +0.257812500000 0.000000000000 0.000000000000 0.000000000000 +0.136718750000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.229492187500 0.125976562500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.035888671875 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.219726562500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.131835937500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.068847656250 0.000000000000 +0.000000000000 0.004150390625 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.209960937500 +0.000000000000 0.007415771484 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.014526367188 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.136718750000 0.000000000000 0.000000000000 +0.217773437500 0.000000000000 0.000000000000 0.000000000000 +0.104003906250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.178710937500 0.107910156250 0.000000000000 +0.072753906250 0.000000000000 0.000000000000 0.029174804688 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.110351562500 0.010803222656 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.025390625000 0.000000000000 0.077636718750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.041015625000 0.000000000000 0.251953125000 +0.045166015625 0.022338867188 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.029785156250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.142578125000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.081542968750 0.099609375000 0.000000000000 +0.075195312500 0.000000000000 0.038574218750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.076660156250 +0.201171875000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.097167968750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.110839843750 0.000000000000 0.271484375000 +0.087402343750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.084472656250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.061523437500 0.000000000000 +0.014587402344 0.000000000000 0.068359375000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.198242187500 +0.201171875000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.094238281250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.018676757812 0.000000000000 +0.000000000000 0.092773437500 0.000000000000 0.255859375000 +0.059814453125 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.032958984375 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.040283203125 0.000000000000 +0.000000000000 0.000000000000 0.058349609375 0.010864257812 +0.000000000000 0.000000000000 0.000000000000 0.243164062500 +0.161132812500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.118164062500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.031494140625 0.000000000000 +0.000000000000 0.000000000000 0.033691406250 0.000000000000 +0.000000000000 0.095703125000 0.000000000000 0.221679687500 +0.049560546875 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.027343750000 0.018432617188 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.035644531250 0.000000000000 +0.000000000000 0.000000000000 0.031250000000 0.035888671875 +0.000000000000 0.000000000000 0.000000000000 0.221679687500 +0.086914062500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.099609375000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.031738281250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.022216796875 0.000000000000 0.192382812500 +0.012939453125 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.025146484375 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.019897460938 0.040771484375 0.000000000000 +0.000000000000 0.000000000000 0.024780273438 0.016357421875 +0.000000000000 0.000000000000 0.000000000000 0.139648437500 +0.032226562500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.095214843750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.084472656250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.020629882812 0.000000000000 0.160156250000 +0.015380859375 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.046630859375 0.049804687500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.003570556641 +0.000000000000 0.000000000000 0.000000000000 0.050292968750 +0.039062500000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.063964843750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.066406250000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.004150390625 0.000000000000 0.172851562500 +0.008850097656 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.013305664062 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.059326171875 0.065917968750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.016601562500 +0.099121093750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.019531250000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.030639648438 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.014892578125 0.000000000000 0.195312500000 +0.058349609375 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.006347656250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.045898437500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.033447265625 0.052490234375 0.000000000000 +0.000000000000 0.000000000000 0.053222656250 0.006072998047 +0.000000000000 0.000000000000 0.000000000000 0.029052734375 +0.171875000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.044677734375 0.000000000000 0.187500000000 +0.107910156250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.052490234375 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.015869140625 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.053222656250 0.000000000000 +0.112792968750 0.000000000000 0.110351562500 0.022216796875 +0.000000000000 0.000000000000 0.000000000000 0.067382812500 +0.273437500000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.002929687500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.129882812500 0.000000000000 0.189453125000 +0.188476562500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.103027343750 0.000000000000 +0.000000000000 0.000000000000 0.067382812500 0.000000000000 +0.000000000000 0.018066406250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.029418945312 +0.000000000000 0.000000000000 0.027221679688 0.000000000000 +0.205078125000 0.000000000000 0.145507812500 0.011108398438 +0.000000000000 0.000000000000 0.000000000000 0.104003906250 +0.345703125000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.123535156250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.049316406250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.041992187500 0.000000000000 +0.000000000000 0.198242187500 0.000000000000 0.196289062500 +0.224609375000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.135742187500 0.000000000000 +0.000000000000 0.026611328125 0.101074218750 0.000000000000 +0.000000000000 0.020751953125 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.011047363281 0.000000000000 0.159179687500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.250000000000 0.000000000000 0.188476562500 0.014831542969 +0.000000000000 0.000000000000 0.000000000000 0.169921875000 +0.375000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.157226562500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.132812500000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.129882812500 0.000000000000 +0.000000000000 0.211914062500 0.000000000000 0.177734375000 +0.255859375000 0.011047363281 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.097167968750 0.000000000000 +0.000000000000 0.046630859375 0.054687500000 0.000000000000 +0.000000000000 0.004272460938 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.255859375000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.251953125000 0.000000000000 0.208007812500 0.006835937500 +0.000000000000 0.000000000000 0.000000000000 0.221679687500 +0.382812500000 0.000000000000 0.000000000000 0.000705718994 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.154296875000 0.000000000000 0.000000000000 0.000000000000 +0.102050781250 0.000000000000 0.154296875000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.152343750000 0.000000000000 +0.000000000000 0.195312500000 0.000000000000 0.153320312500 +0.237304687500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.056396484375 0.000000000000 +0.000000000000 0.014953613281 0.000000000000 0.079589843750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.304687500000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.096679687500 0.000000000000 0.205078125000 0.002593994141 +0.000000000000 0.000000000000 0.000000000000 0.255859375000 +0.281250000000 0.000000000000 0.000000000000 0.106445312500 +0.053955078125 0.000000000000 0.000000000000 0.000000000000 +0.143554687500 0.000000000000 0.000000000000 0.000000000000 +0.144531250000 0.000000000000 0.098632812500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.144531250000 0.000164985657 +0.000000000000 0.149414062500 0.000000000000 0.048828125000 +0.197265625000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.001937866211 +0.000000000000 0.000000000000 0.000000000000 0.112792968750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.279296875000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.139648437500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.179687500000 +0.163085937500 0.000000000000 0.000000000000 0.168945312500 +0.053222656250 0.000000000000 0.000000000000 0.000000000000 +0.053222656250 0.000000000000 0.000000000000 0.000000000000 +0.166992187500 0.000000000000 0.040527343750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.107421875000 0.084472656250 +0.000000000000 0.017211914062 0.000000000000 0.000000000000 +0.114746093750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.062011718750 +0.000000000000 0.000000000000 0.000000000000 0.062500000000 +0.000000000000 0.000000000000 0.059326171875 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.198242187500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.071289062500 0.020385742188 +0.000000000000 0.007507324219 0.000000000000 0.044189453125 +0.000000000000 0.000000000000 0.042968750000 0.193359375000 +0.068359375000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.149414062500 0.000000000000 0.000000000000 0.000000000000 +0.039306640625 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.003524780273 0.000000000000 0.178710937500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.013061523438 0.000000000000 0.022705078125 0.000000000000 +0.073730468750 0.000000000000 0.000000000000 0.144531250000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.077148437500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.036376953125 0.100097656250 0.074707031250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.013916015625 0.000000000000 +0.000000000000 0.122070312500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.038818359375 0.215820312500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.129882812500 0.000000000000 0.000000000000 0.000000000000 +0.140625000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.162109375000 0.000000000000 0.247070312500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.145507812500 0.112792968750 +0.218750000000 0.000000000000 0.000000000000 0.185546875000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.086914062500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.095703125000 0.202148437500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.250000000000 +0.000000000000 0.000000000000 0.000000000000 0.048583984375 +0.000000000000 0.172851562500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.101074218750 0.218750000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.006988525391 0.000000000000 0.000000000000 0.000000000000 +0.178710937500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.269531250000 0.000000000000 0.277343750000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.216796875000 0.227539062500 +0.277343750000 0.000000000000 0.000000000000 0.202148437500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.087402343750 +0.000000000000 0.000000000000 0.000000000000 0.034179687500 +0.000000000000 0.225585937500 0.199218750000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.478515625000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.155273437500 0.000000000000 0.000000000000 +0.000000000000 0.028320312500 0.163085937500 0.188476562500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.104003906250 +0.158203125000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.283203125000 0.000000000000 0.287109375000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.217773437500 0.302734375000 +0.302734375000 0.000000000000 0.009094238281 0.166015625000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.127929687500 +0.006011962891 0.000000000000 0.000000000000 0.106445312500 +0.085449218750 0.300781250000 0.174804687500 0.000000000000 +0.000000000000 0.000728607178 0.000000000000 0.667968750000 +0.000000000000 0.000000000000 0.000000000000 0.014587402344 +0.000000000000 0.037353515625 0.000000000000 0.000000000000 +0.000000000000 0.013793945312 0.271484375000 0.168945312500 +0.000000000000 0.078125000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.082519531250 0.186523437500 +0.029907226562 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.259765625000 0.000000000000 0.253906250000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.182617187500 0.337890625000 +0.208984375000 0.000000000000 0.076171875000 0.125000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.137695312500 +0.058593750000 0.000000000000 0.000000000000 0.150390625000 +0.183593750000 0.375000000000 0.044677734375 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.699218750000 +0.000000000000 0.050048828125 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.302734375000 0.166015625000 +0.000000000000 0.168945312500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.233398437500 0.225585937500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.163085937500 0.000000000000 0.200195312500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.026245117188 0.000000000000 0.072265625000 0.339843750000 +0.137695312500 0.000000000000 0.132812500000 0.054199218750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.078613281250 +0.054199218750 0.000000000000 0.000000000000 0.154296875000 +0.215820312500 0.390625000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.683593750000 +0.000000000000 0.075683593750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.326171875000 0.164062500000 +0.000000000000 0.267578125000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.326171875000 0.172851562500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.044921875000 0.000000000000 0.125000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.118164062500 0.000000000000 0.000000000000 0.285156250000 +0.013183593750 0.000000000000 0.151367187500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.148437500000 +0.190429687500 0.384765625000 0.000000000000 0.110839843750 +0.000000000000 0.000000000000 0.000000000000 0.582031250000 +0.119628906250 0.098144531250 0.012451171875 0.015869140625 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.359375000000 0.177734375000 +0.000000000000 0.259765625000 0.000000000000 0.000000000000 +0.041259765625 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.429687500000 0.055175781250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.097656250000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.199218750000 0.000000000000 0.000000000000 0.234375000000 +0.000000000000 0.000000000000 0.158203125000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.126953125000 +0.113281250000 0.363281250000 0.000000000000 0.226562500000 +0.000000000000 0.000000000000 0.000000000000 0.414062500000 +0.161132812500 0.087402343750 0.058105468750 0.031127929688 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.349609375000 0.218750000000 +0.000000000000 0.215820312500 0.000000000000 0.000000000000 +0.108398437500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.472656250000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.099121093750 +0.000000000000 0.000000000000 0.029052734375 0.000000000000 +0.181640625000 0.000000000000 0.000000000000 0.139648437500 +0.000000000000 0.000000000000 0.118164062500 0.045166015625 +0.000000000000 0.013610839844 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.066406250000 +0.000000000000 0.291015625000 0.000000000000 0.281250000000 +0.000000000000 0.000000000000 0.000000000000 0.259765625000 +0.123535156250 0.042236328125 0.073730468750 0.011230468750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.396484375000 0.330078125000 +0.067382812500 0.162109375000 0.000000000000 0.000000000000 +0.071777343750 0.000000000000 0.000000000000 0.000000000000 +0.103515625000 0.000000000000 0.402343750000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.221679687500 +0.000000000000 0.000000000000 0.003219604492 0.000000000000 +0.131835937500 0.000000000000 0.000000000000 0.057373046875 +0.000000000000 0.000000000000 0.000000000000 0.125976562500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.027709960938 0.000000000000 +0.000000000000 0.186523437500 0.000000000000 0.294921875000 +0.000000000000 0.000000000000 0.000000000000 0.202148437500 +0.000000000000 0.000000000000 0.044677734375 0.000000000000 +0.037597656250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.373046875000 0.396484375000 +0.156250000000 0.092773437500 0.000000000000 0.000000000000 +0.030273437500 0.000000000000 0.000000000000 0.000000000000 +0.101562500000 0.000000000000 0.213867187500 0.000000000000 +0.062255859375 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.095703125000 0.000000000000 0.281250000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.089355468750 0.000000000000 0.000000000000 0.069824218750 +0.076660156250 0.000000000000 0.000000000000 0.164062500000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.053955078125 0.000000000000 +0.000000000000 0.000000000000 0.018066406250 0.000000000000 +0.000000000000 0.181640625000 0.000000000000 0.212890625000 +0.000000000000 0.000000000000 0.000000000000 0.265625000000 +0.000000000000 0.015563964844 0.000000000000 0.000000000000 +0.048095703125 0.092773437500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.287109375000 0.384765625000 +0.130859375000 0.073730468750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.006622314453 0.000000000000 0.074707031250 0.000000000000 +0.114746093750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.261718750000 0.000000000000 0.287109375000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.025878906250 0.052734375000 +0.127929687500 0.000000000000 0.000000000000 0.075683593750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.048095703125 0.000000000000 +0.000000000000 0.000000000000 0.022460937500 0.000000000000 +0.000000000000 0.147460937500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.378906250000 +0.000000000000 0.000000000000 0.000000000000 0.064941406250 +0.068359375000 0.055175781250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.161132812500 0.320312500000 +0.053222656250 0.080566406250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.108398437500 +0.039794921875 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.275390625000 0.000000000000 0.226562500000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.072265625000 0.111328125000 +0.105957031250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.005218505859 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.121582031250 0.178710937500 0.000000000000 0.000000000000 +0.000000000000 0.087402343750 0.000000000000 0.373046875000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.076171875000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.060058593750 0.181640625000 +0.000000000000 0.118164062500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.166992187500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.269531250000 0.000000000000 0.102050781250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.035888671875 +0.061523437500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.066894531250 0.000000000000 0.000000000000 0.000000000000 +0.248046875000 0.159179687500 0.000000000000 0.000000000000 +0.000000000000 0.157226562500 0.000000000000 0.310546875000 +0.000000000000 0.000000000000 0.000000000000 0.049804687500 +0.097656250000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.033203125000 +0.000000000000 0.148437500000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.179687500000 +0.000000000000 0.000000000000 0.000000000000 0.132812500000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.107421875000 0.000000000000 0.000000000000 +0.000000000000 0.031127929688 0.000000000000 0.057373046875 +0.072753906250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.021118164062 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.105957031250 0.000000000000 0.000000000000 +0.106933593750 0.000000000000 0.000000000000 0.000000000000 +0.238281250000 0.117187500000 0.000000000000 0.000000000000 +0.000000000000 0.157226562500 0.051025390625 0.087890625000 +0.106445312500 0.000000000000 0.000000000000 0.000000000000 +0.124023437500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.083007812500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.230468750000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.126953125000 0.000000000000 0.229492187500 +0.108886718750 0.071777343750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.012145996094 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.172851562500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.101074218750 0.000073909760 0.000000000000 0.000000000000 +0.000000000000 0.107421875000 0.070800781250 0.000000000000 +0.200195312500 0.000000000000 0.008789062500 0.040527343750 +0.115234375000 0.000000000000 0.000000000000 0.000000000000 +0.207031250000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.107421875000 0.000000000000 0.147460937500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.059570312500 0.000000000000 +0.000000000000 0.162109375000 0.009094238281 0.306640625000 +0.108398437500 0.101074218750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.174804687500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.011047363281 0.050537109375 0.000000000000 +0.131835937500 0.000000000000 0.053466796875 0.000000000000 +0.058837890625 0.000000000000 0.000000000000 0.263671875000 +0.213867187500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.165039062500 0.000000000000 0.000000000000 +0.064941406250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.096679687500 0.000000000000 +0.000000000000 0.137695312500 0.000000000000 0.298828125000 +0.067871093750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.031127929688 +0.000000000000 0.085449218750 0.073730468750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.037353515625 0.000000000000 +0.000000000000 0.000000000000 0.059326171875 0.013854980469 +0.002700805664 0.000000000000 0.000000000000 0.345703125000 +0.172851562500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.152343750000 0.000000000000 0.000000000000 +0.161132812500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.061523437500 0.081542968750 +0.000000000000 0.000000000000 0.104492187500 0.000000000000 +0.000000000000 0.018798828125 0.000000000000 0.205078125000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.038574218750 +0.000000000000 0.000000000000 0.167968750000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.026123046875 0.026977539062 +0.000000000000 0.021728515625 0.000000000000 0.320312500000 +0.013000488281 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.047363281250 0.000000000000 0.000000000000 +0.156250000000 0.000000000000 0.000000000000 0.000000000000 +0.094238281250 0.004333496094 0.081542968750 0.073730468750 +0.000000000000 0.063476562500 0.018798828125 0.085449218750 +0.007934570312 0.000000000000 0.000000000000 0.083007812500 +0.000000000000 0.000000000000 0.064941406250 0.000000000000 +0.085937500000 0.000000000000 0.000000000000 0.022460937500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.018310546875 0.000000000000 0.179687500000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.051757812500 0.000000000000 +0.000000000000 0.013305664062 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.013427734375 +0.000000000000 0.119140625000 0.000000000000 0.083496093750 +0.000000000000 0.158203125000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.078125000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.047607421875 0.000000000000 0.000000000000 0.000000000000 +0.145507812500 0.000000000000 0.109375000000 0.000000000000 +0.000000000000 0.215820312500 0.000000000000 0.129882812500 +0.057861328125 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.196289062500 0.000000000000 +0.157226562500 0.000000000000 0.000000000000 0.021850585938 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.165039062500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.038330078125 0.000000000000 +0.000000000000 0.096679687500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.113281250000 0.000000000000 0.000000000000 +0.000000000000 0.275390625000 0.000000000000 0.000255584717 +0.000000000000 0.000000000000 0.000000000000 0.077148437500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.034667968750 +0.084472656250 0.000000000000 0.104980468750 0.000000000000 +0.000000000000 0.251953125000 0.000000000000 0.101562500000 +0.032226562500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.163085937500 0.020385742188 +0.183593750000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.024169921875 0.000000000000 +0.115722656250 0.000000000000 0.000000000000 0.000000000000 +0.049560546875 0.032470703125 0.000000000000 0.000000000000 +0.000000000000 0.173828125000 0.045654296875 0.089355468750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.002517700195 0.000000000000 0.000000000000 +0.000000000000 0.308593750000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.007385253906 +0.000000000000 0.000000000000 0.000000000000 0.124511718750 +0.000000000000 0.000000000000 0.067871093750 0.000000000000 +0.000000000000 0.220703125000 0.000000000000 0.000000000000 +0.050292968750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.071777343750 0.015319824219 +0.060058593750 0.008789062500 0.027465820312 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.273437500000 0.000000000000 0.000000000000 0.000000000000 +0.195312500000 0.056152343750 0.000000000000 0.000000000000 +0.000000000000 0.200195312500 0.080078125000 0.067382812500 +0.000000000000 0.000000000000 0.000000000000 0.048339843750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.189453125000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.308593750000 +0.000000000000 0.000000000000 0.000000000000 0.092285156250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.034667968750 0.000000000000 0.000000000000 +0.000000000000 0.060058593750 0.000000000000 0.170898437500 +0.074707031250 0.028808593750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.055419921875 0.000000000000 +0.000000000000 0.000000000000 0.041748046875 0.000000000000 +0.000000000000 0.190429687500 0.000000000000 0.000000000000 +0.273437500000 0.000000000000 0.000000000000 0.000000000000 +0.221679687500 0.037109375000 0.000000000000 0.000000000000 +0.000000000000 0.198242187500 0.115234375000 0.000000000000 +0.225585937500 0.000000000000 0.000000000000 0.000000000000 +0.063964843750 0.000000000000 0.000000000000 0.000000000000 +0.134765625000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.143554687500 0.000000000000 0.484375000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.292968750000 0.000000000000 0.378906250000 +0.196289062500 0.200195312500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.076660156250 0.000000000000 +0.083496093750 0.000000000000 0.136718750000 0.000000000000 +0.000000000000 0.308593750000 0.000000000000 0.000000000000 +0.109375000000 0.000000000000 0.000000000000 0.000000000000 +0.110351562500 0.000000000000 0.000000000000 0.000000000000 +0.053222656250 0.126953125000 0.153320312500 0.000000000000 +0.392578125000 0.000000000000 0.035888671875 0.000191688538 +0.107910156250 0.000000000000 0.020019531250 0.122558593750 +0.373046875000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.064941406250 0.318359375000 0.000000000000 0.519531250000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.080078125000 0.000000000000 +0.000000000000 0.419921875000 0.004547119141 0.554687500000 +0.255859375000 0.332031250000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.055419921875 0.000000000000 +0.114257812500 0.004058837891 0.146484375000 0.000000000000 +0.000000000000 0.375000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.080078125000 0.060302734375 0.168945312500 0.000000000000 +0.414062500000 0.000000000000 0.125976562500 0.006805419922 +0.135742187500 0.000000000000 0.065429687500 0.550781250000 +0.546875000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.079101562500 0.500000000000 0.000000000000 0.439453125000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.063476562500 0.000000000000 +0.000000000000 0.000000000000 0.267578125000 0.000000000000 +0.000000000000 0.490234375000 0.000000000000 0.636718750000 +0.255859375000 0.357421875000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.167968750000 0.002868652344 0.047363281250 0.048095703125 +0.000000000000 0.373046875000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.101562500000 0.000000000000 0.169921875000 0.000000000000 +0.306640625000 0.000000000000 0.146484375000 0.006408691406 +0.128906250000 0.000000000000 0.138671875000 0.843750000000 +0.582031250000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.115234375000 0.585937500000 0.000000000000 0.277343750000 +0.099121093750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.012573242188 0.180664062500 0.162109375000 +0.000000000000 0.000000000000 0.371093750000 0.000000000000 +0.000000000000 0.437500000000 0.000000000000 0.652343750000 +0.226562500000 0.255859375000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.121582031250 0.000000000000 0.000000000000 0.183593750000 +0.000000000000 0.341796875000 0.106445312500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.092773437500 0.000000000000 0.128906250000 0.000000000000 +0.102050781250 0.000000000000 0.166992187500 0.000000000000 +0.077148437500 0.000000000000 0.128906250000 0.945312500000 +0.542968750000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.059814453125 0.535156250000 0.000000000000 0.022094726562 +0.233398437500 0.000440597534 0.000000000000 0.000000000000 +0.000000000000 0.137695312500 0.227539062500 0.328125000000 +0.000000000000 0.000000000000 0.384765625000 0.000000000000 +0.000000000000 0.320312500000 0.000000000000 0.582031250000 +0.104492187500 0.087402343750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.065429687500 0.000000000000 0.000000000000 0.223632812500 +0.022094726562 0.187500000000 0.196289062500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.001869201660 0.000000000000 0.126953125000 0.000000000000 +0.000000000000 0.000000000000 0.123535156250 0.060546875000 +0.000000000000 0.000000000000 0.120117187500 0.945312500000 +0.408203125000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.427734375000 0.000000000000 0.000000000000 +0.279296875000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.148437500000 0.265625000000 0.441406250000 +0.000000000000 0.000000000000 0.283203125000 0.000000000000 +0.000000000000 0.070800781250 0.000000000000 0.425781250000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.193359375000 +0.115234375000 0.019531250000 0.217773437500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.007812500000 0.000000000000 +0.000000000000 0.000000000000 0.072265625000 0.000000000000 +0.000000000000 0.000000000000 0.105468750000 0.000000000000 +0.000000000000 0.094726562500 0.000000000000 0.734375000000 +0.209960937500 0.039550781250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.190429687500 0.000000000000 0.000000000000 +0.240234375000 0.000000000000 0.000000000000 0.000000000000 +0.048095703125 0.104003906250 0.250000000000 0.433593750000 +0.000000000000 0.000000000000 0.099121093750 0.012878417969 +0.000000000000 0.000000000000 0.000000000000 0.191406250000 +0.000000000000 0.000000000000 0.099121093750 0.000000000000 +0.108398437500 0.000000000000 0.000000000000 0.070312500000 +0.000000000000 0.000000000000 0.000000000000 0.050292968750 +0.142578125000 0.000000000000 0.188476562500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.217773437500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.051025390625 0.000000000000 +0.000000000000 0.150390625000 0.000000000000 0.326171875000 +0.000000000000 0.205078125000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.012145996094 0.000000000000 +0.137695312500 0.000000000000 0.000000000000 0.000000000000 +0.137695312500 0.029541015625 0.121093750000 0.318359375000 +0.000000000000 0.052978515625 0.000000000000 0.119140625000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.202148437500 0.048583984375 +0.234375000000 0.000000000000 0.000000000000 0.162109375000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.109375000000 0.000000000000 0.083496093750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.300781250000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.010498046875 0.012390136719 +0.000000000000 0.145507812500 0.000000000000 0.000000000000 +0.000000000000 0.245117187500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.139648437500 0.000000000000 0.000000000000 0.078125000000 +0.000000000000 0.166015625000 0.000000000000 0.184570312500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.227539062500 0.186523437500 +0.245117187500 0.000000000000 0.000000000000 0.156250000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.039794921875 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.069335937500 +0.000000000000 0.136718750000 0.267578125000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.234375000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.086425781250 0.000000000000 0.000000000000 +0.000000000000 0.217773437500 0.000000000000 0.020385742188 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.108886718750 +0.068847656250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.159179687500 0.000000000000 0.174804687500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.190429687500 0.271484375000 +0.253906250000 0.000000000000 0.080078125000 0.105957031250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.007934570312 +0.101074218750 0.000000000000 0.000000000000 0.118164062500 +0.068847656250 0.257812500000 0.124023437500 0.000000000000 +0.000000000000 0.020751953125 0.000000000000 0.435546875000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.076171875000 0.107910156250 0.040283203125 +0.000000000000 0.019775390625 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.011108398438 0.183593750000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.144531250000 0.000000000000 0.136718750000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.016357421875 0.000000000000 0.061523437500 0.245117187500 +0.090820312500 0.000000000000 0.103027343750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.096191406250 0.000000000000 0.000000000000 0.052978515625 +0.189453125000 0.283203125000 0.000000000000 0.000000000000 +0.000000000000 0.017822265625 0.000000000000 0.458984375000 +0.002471923828 0.000000000000 0.000000000000 0.036621093750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.132812500000 0.049072265625 +0.000000000000 0.138671875000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.210937500000 0.144531250000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.017822265625 0.000000000000 0.049804687500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.104980468750 0.000000000000 0.000000000000 0.175781250000 +0.000000000000 0.000000000000 0.124023437500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.021972656250 0.000000000000 0.000000000000 0.000000000000 +0.200195312500 0.269531250000 0.000000000000 0.000000000000 +0.000000000000 0.015563964844 0.000000000000 0.333984375000 +0.099609375000 0.000000000000 0.000000000000 0.000000000000 +0.063476562500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.119628906250 0.085449218750 +0.000000000000 0.228515625000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.147460937500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.111328125000 0.000000000000 0.000000000000 +0.123535156250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.026855468750 0.000000000000 +0.049560546875 0.136718750000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.109863281250 +0.072265625000 0.000000000000 0.000000000000 0.077636718750 +0.168945312500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.062011718750 0.120605468750 +0.000000000000 0.163085937500 0.000000000000 0.000000000000 +0.000000000000 0.024658203125 0.000000000000 0.017578125000 +0.000000000000 0.015625000000 0.051269531250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.149414062500 0.000000000000 0.068847656250 +0.140625000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.020996093750 0.040527343750 0.000000000000 +0.000000000000 0.000000000000 0.028930664062 0.000000000000 +0.000000000000 0.005798339844 0.000000000000 0.000000000000 +0.044433593750 0.030883789062 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.017211914062 +0.277343750000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.117187500000 +0.055664062500 0.023193359375 0.000000000000 0.000000000000 +0.000000000000 0.186523437500 0.000000000000 0.016723632812 +0.000000000000 0.123046875000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.065917968750 0.000000000000 0.000000000000 +0.000000000000 0.141601562500 0.000000000000 0.175781250000 +0.056640625000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.075683593750 0.146484375000 0.000000000000 +0.000000000000 0.000000000000 0.021484375000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.134765625000 0.097656250000 0.014404296875 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.050048828125 +0.267578125000 0.000000000000 0.004058837891 0.074218750000 +0.000000000000 0.000000000000 0.000000000000 0.042236328125 +0.030639648438 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.265625000000 0.000000000000 0.000000000000 +0.000000000000 0.113769531250 0.000000000000 0.000000000000 +0.000000000000 0.067382812500 0.210937500000 0.000000000000 +0.000000000000 0.100585937500 0.000000000000 0.000000000000 +0.016235351562 0.028198242188 0.000000000000 0.197265625000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.051269531250 0.187500000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.111816406250 0.146484375000 0.062500000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.176757812500 0.000000000000 0.000000000000 0.116210937500 +0.000000000000 0.115722656250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.045654296875 +0.000000000000 0.273437500000 0.000000000000 0.000000000000 +0.000000000000 0.063964843750 0.000000000000 0.000000000000 +0.000000000000 0.144531250000 0.339843750000 0.027832031250 +0.000000000000 0.127929687500 0.000000000000 0.000000000000 +0.007415771484 0.000000000000 0.000000000000 0.192382812500 +0.000000000000 0.000000000000 0.052001953125 0.000000000000 +0.002410888672 0.046386718750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.020996093750 0.174804687500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.038085937500 0.178710937500 0.101562500000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.025512695312 0.000000000000 0.000000000000 0.068359375000 +0.000000000000 0.304687500000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.046630859375 +0.000000000000 0.115234375000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.159179687500 0.349609375000 0.181640625000 +0.000000000000 0.071777343750 0.000000000000 0.000000000000 +0.002365112305 0.000000000000 0.000000000000 0.154296875000 +0.000000000000 0.000000000000 0.089843750000 0.000000000000 +0.035156250000 0.109375000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.143554687500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.152343750000 0.091308593750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.318359375000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.047851562500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.101074218750 0.201171875000 0.226562500000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.096679687500 +0.000000000000 0.000000000000 0.091796875000 0.028930664062 +0.042724609375 0.098632812500 0.077148437500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.008666992188 0.000000000000 0.000000000000 0.000000000000 +0.205078125000 0.000000000000 0.000000000000 0.068847656250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.070800781250 0.065917968750 0.000000000000 +0.000000000000 0.000000000000 0.061279296875 0.015075683594 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.045166015625 0.210937500000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.151367187500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.162109375000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.026611328125 0.000000000000 0.037597656250 0.162109375000 +0.007354736328 0.052734375000 0.198242187500 0.000000000000 +0.000000000000 0.000000000000 0.054687500000 0.000000000000 +0.011108398438 0.000000000000 0.000000000000 0.000000000000 +0.180664062500 0.000000000000 0.000000000000 0.251953125000 +0.000000000000 0.159179687500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.067871093750 0.000000000000 0.131835937500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.126953125000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.163085937500 0.000000000000 +0.052490234375 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.190429687500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.038085937500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.125000000000 0.000000000000 0.000000000000 0.214843750000 +0.000000000000 0.000000000000 0.283203125000 0.007629394531 +0.000000000000 0.025268554688 0.159179687500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.086914062500 0.000000000000 0.000000000000 0.357421875000 +0.000000000000 0.251953125000 0.000000000000 0.231445312500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.263671875000 0.002731323242 0.197265625000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.190429687500 0.000000000000 0.198242187500 0.000000000000 +0.000000000000 0.000000000000 0.053466796875 0.000000000000 +0.096679687500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.431640625000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.023193359375 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.225585937500 0.000000000000 0.000000000000 0.204101562500 +0.000000000000 0.000000000000 0.259765625000 0.068847656250 +0.000000000000 0.080566406250 0.174804687500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.326171875000 +0.000000000000 0.273437500000 0.000000000000 0.457031250000 +0.000000000000 0.000000000000 0.000000000000 0.020385742188 +0.277343750000 0.041015625000 0.213867187500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.169921875000 0.000000000000 0.353515625000 0.208007812500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.232421875000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.498046875000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.094726562500 +0.000000000000 0.077636718750 0.000000000000 0.000000000000 +0.292968750000 0.000000000000 0.000000000000 0.184570312500 +0.000000000000 0.000000000000 0.179687500000 0.110351562500 +0.000000000000 0.126953125000 0.070312500000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.226562500000 +0.000000000000 0.292968750000 0.000000000000 0.550781250000 +0.000000000000 0.000000000000 0.000000000000 0.031982421875 +0.184570312500 0.160156250000 0.195312500000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.095703125000 0.000000000000 0.404296875000 0.322265625000 +0.088378906250 0.072753906250 0.000000000000 0.000000000000 +0.209960937500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.539062500000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.119628906250 +0.000000000000 0.110351562500 0.000000000000 0.000000000000 +0.316406250000 0.000000000000 0.000000000000 0.147460937500 +0.000000000000 0.000000000000 0.108398437500 0.060302734375 +0.000000000000 0.067382812500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.044189453125 0.092773437500 +0.000000000000 0.287109375000 0.000000000000 0.523437500000 +0.000000000000 0.000000000000 0.000000000000 0.069335937500 +0.108398437500 0.187500000000 0.129882812500 0.031982421875 +0.015136718750 0.000000000000 0.000000000000 0.000000000000 +0.041748046875 0.000000000000 0.376953125000 0.330078125000 +0.163085937500 0.115722656250 0.000000000000 0.000000000000 +0.216796875000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.496093750000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.101562500000 +0.000000000000 0.095214843750 0.000000000000 0.000000000000 +0.285156250000 0.000000000000 0.000000000000 0.093261718750 +0.000000000000 0.000000000000 0.061767578125 0.034912109375 +0.000000000000 0.046875000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.036621093750 0.013916015625 +0.000000000000 0.257812500000 0.000000000000 0.455078125000 +0.000000000000 0.000000000000 0.000000000000 0.051757812500 +0.079101562500 0.161132812500 0.111328125000 0.000000000000 +0.023925781250 0.000000000000 0.000000000000 0.000000000000 +0.013427734375 0.000000000000 0.347656250000 0.333984375000 +0.155273437500 0.124023437500 0.000000000000 0.000000000000 +0.170898437500 0.000000000000 0.000000000000 0.000000000000 +0.000579833984 0.000000000000 0.425781250000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.099121093750 +0.000000000000 0.075683593750 0.000000000000 0.000000000000 +0.267578125000 0.000000000000 0.000000000000 0.070800781250 +0.000000000000 0.000000000000 0.023071289062 0.027465820312 +0.000000000000 0.026367187500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.028808593750 0.000000000000 +0.000000000000 0.236328125000 0.000000000000 0.390625000000 +0.000000000000 0.000000000000 0.000000000000 0.043701171875 +0.026000976562 0.139648437500 0.079589843750 0.000000000000 +0.039062500000 0.000000000000 0.000000000000 0.000000000000 +0.001686096191 0.000000000000 0.302734375000 0.298828125000 +0.121582031250 0.083984375000 0.000000000000 0.000000000000 +0.152343750000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.343750000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.094238281250 +0.000000000000 0.014587402344 0.000000000000 0.000000000000 +0.232421875000 0.000000000000 0.000000000000 0.108398437500 +0.000000000000 0.000000000000 0.052978515625 0.032470703125 +0.000000000000 0.026733398438 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.028442382812 +0.000000000000 0.233398437500 0.000000000000 0.349609375000 +0.000000000000 0.000000000000 0.000000000000 0.042724609375 +0.000823974609 0.124023437500 0.081542968750 0.022583007812 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.267578125000 0.253906250000 +0.064453125000 0.006072998047 0.000000000000 0.000000000000 +0.115234375000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.339843750000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.089843750000 +0.000000000000 0.012817382812 0.000000000000 0.000000000000 +0.232421875000 0.000000000000 0.000000000000 0.128906250000 +0.000000000000 0.000000000000 0.076171875000 0.025024414062 +0.000000000000 0.009033203125 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.054443359375 +0.000000000000 0.250000000000 0.000000000000 0.328125000000 +0.000000000000 0.000000000000 0.000000000000 0.054687500000 +0.063964843750 0.144531250000 0.083984375000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.022338867188 0.000000000000 0.257812500000 0.225585937500 +0.000000000000 0.025756835938 0.000000000000 0.000000000000 +0.148437500000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.375000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.054687500000 +0.000000000000 0.057617187500 0.000000000000 0.000000000000 +0.269531250000 0.000000000000 0.000000000000 0.138671875000 +0.000000000000 0.000000000000 0.132812500000 0.000000000000 +0.000000000000 0.027587890625 0.012939453125 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.083984375000 +0.000000000000 0.273437500000 0.000000000000 0.324218750000 +0.000000000000 0.000000000000 0.000000000000 0.035644531250 +0.194335937500 0.159179687500 0.111816406250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.101074218750 0.000000000000 0.257812500000 0.177734375000 +0.000000000000 0.048828125000 0.000000000000 0.000000000000 +0.150390625000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.423828125000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.133789062500 0.000000000000 0.000000000000 +0.310546875000 0.000000000000 0.000000000000 0.111328125000 +0.000000000000 0.000000000000 0.147460937500 0.000000000000 +0.000000000000 0.065429687500 0.063476562500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.074707031250 +0.000000000000 0.265625000000 0.000000000000 0.365234375000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.281250000000 0.147460937500 0.139648437500 0.003143310547 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.173828125000 0.000000000000 0.240234375000 0.164062500000 +0.000000000000 0.070800781250 0.000000000000 0.000000000000 +0.201171875000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.445312500000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.237304687500 0.000000000000 0.000000000000 +0.349609375000 0.000000000000 0.000000000000 0.065429687500 +0.000000000000 0.000000000000 0.141601562500 0.000000000000 +0.000000000000 0.093261718750 0.085449218750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.007049560547 0.014160156250 +0.000000000000 0.229492187500 0.000000000000 0.392578125000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.296875000000 0.105957031250 0.146484375000 0.000000000000 +0.049560546875 0.000000000000 0.000000000000 0.000000000000 +0.217773437500 0.000000000000 0.209960937500 0.185546875000 +0.083007812500 0.074707031250 0.000000000000 0.000000000000 +0.188476562500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.417968750000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.049072265625 0.000000000000 +0.000000000000 0.337890625000 0.000000000000 0.023071289062 +0.363281250000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.073242187500 0.000000000000 +0.000000000000 0.087890625000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.072753906250 0.000000000000 +0.000000000000 0.147460937500 0.000000000000 0.375000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.255859375000 0.052734375000 0.129882812500 0.000000000000 +0.172851562500 0.000000000000 0.000000000000 0.016723632812 +0.214843750000 0.000000000000 0.130859375000 0.194335937500 +0.187500000000 0.078613281250 0.000000000000 0.000000000000 +0.206054687500 0.000000000000 0.000000000000 0.041259765625 +0.000000000000 0.000000000000 0.306640625000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.147460937500 0.000000000000 +0.000000000000 0.371093750000 0.000000000000 0.134765625000 +0.351562500000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.057373046875 0.000000000000 0.024902343750 +0.000000000000 0.033691406250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.069335937500 0.000000000000 +0.000000000000 0.048583984375 0.000000000000 0.269531250000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.184570312500 0.000000000000 0.099609375000 0.009399414062 +0.251953125000 0.000000000000 0.000000000000 0.183593750000 +0.216796875000 0.000000000000 0.013854980469 0.160156250000 +0.203125000000 0.000000000000 0.000000000000 0.000000000000 +0.106933593750 0.172851562500 0.000000000000 0.076171875000 +0.000000000000 0.021240234375 0.122070312500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.156250000000 0.000000000000 +0.000000000000 0.380859375000 0.000000000000 0.240234375000 +0.285156250000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.053955078125 0.000000000000 0.000000000000 0.080566406250 +0.000000000000 0.087890625000 0.064453125000 0.000000000000 +0.000000000000 0.000000000000 0.084960937500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.106933593750 +0.030883789062 0.000000000000 0.000000000000 0.000000000000 +0.026611328125 0.000000000000 0.029418945312 0.053222656250 +0.275390625000 0.000000000000 0.000000000000 0.330078125000 +0.167968750000 0.000000000000 0.000000000000 0.095214843750 +0.208984375000 0.000000000000 0.000000000000 0.000000000000 +0.034912109375 0.332031250000 0.000000000000 0.053710937500 +0.019897460938 0.106445312500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.011291503906 0.000000000000 +0.000000000000 0.000000000000 0.140625000000 0.000000000000 +0.000000000000 0.300781250000 0.000000000000 0.277343750000 +0.174804687500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.088867187500 0.000000000000 0.000000000000 0.055908203125 +0.000000000000 0.101562500000 0.135742187500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.092285156250 0.016845703125 0.033447265625 0.000000000000 +0.000000000000 0.000000000000 0.002212524414 0.000000000000 +0.236328125000 0.000000000000 0.012268066406 0.392578125000 +0.102050781250 0.000000000000 0.000000000000 0.018554687500 +0.115722656250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.388671875000 0.000000000000 0.063964843750 +0.000000000000 0.082031250000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.200195312500 0.000000000000 +0.000000000000 0.000000000000 0.092285156250 0.000000000000 +0.000000000000 0.209960937500 0.000000000000 0.332031250000 +0.102050781250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.053710937500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.122558593750 0.132812500000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.093750000000 0.079589843750 0.091796875000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.174804687500 0.000000000000 0.043212890625 0.376953125000 +0.123046875000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.353515625000 0.000000000000 0.031250000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.088378906250 0.271484375000 0.086425781250 +0.000000000000 0.000000000000 0.023071289062 0.000000000000 +0.000000000000 0.102050781250 0.000000000000 0.349609375000 +0.017333984375 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.010437011719 0.000000000000 0.000000000000 +0.022949218750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.121093750000 0.053222656250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.007080078125 0.085449218750 0.117675781250 0.000000000000 +0.000000000000 0.000000000000 0.007690429688 0.000000000000 +0.004882812500 0.000000000000 0.024536132812 0.343750000000 +0.207031250000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.230468750000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.076660156250 0.255859375000 0.212890625000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.010375976562 0.000000000000 0.341796875000 +0.018554687500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.050292968750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.003402709961 0.095703125000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.050048828125 0.116210937500 0.000000000000 +0.000000000000 0.000000000000 0.090332031250 0.006011962891 +0.000000000000 0.000000000000 0.000000000000 0.292968750000 +0.287109375000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.008056640625 0.000000000000 +0.000000000000 0.090820312500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.130859375000 0.213867187500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.042236328125 0.000000000000 0.296875000000 +0.087890625000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.065917968750 0.098144531250 0.000000000000 +0.000000000000 0.000000000000 0.018310546875 0.000000000000 +0.010681152344 0.052246093750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.098144531250 0.000000000000 +0.114257812500 0.000000000000 0.153320312500 0.010131835938 +0.000000000000 0.000000000000 0.000000000000 0.219726562500 +0.357421875000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.026611328125 0.000000000000 +0.008483886719 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.140625000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.113769531250 0.000000000000 0.261718750000 +0.144531250000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.129882812500 0.000000000000 +0.000000000000 0.000000000000 0.062011718750 0.000000000000 +0.000000000000 0.017089843750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.042236328125 +0.000000000000 0.000000000000 0.042724609375 0.000000000000 +0.179687500000 0.000000000000 0.176757812500 0.004730224609 +0.000000000000 0.000000000000 0.000000000000 0.183593750000 +0.355468750000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.062988281250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.033447265625 0.000000000000 +0.000000000000 0.203125000000 0.000000000000 0.221679687500 +0.213867187500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.103027343750 0.000000000000 +0.000000000000 0.006103515625 0.075683593750 0.000000000000 +0.000000000000 0.017333984375 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.144531250000 +0.000000000000 0.000000000000 0.004333496094 0.000000000000 +0.174804687500 0.000000000000 0.180664062500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.218750000000 +0.339843750000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.055419921875 0.047363281250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.010375976562 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.102539062500 0.000000000000 +0.000000000000 0.263671875000 0.000000000000 0.218750000000 +0.207031250000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.012817382812 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.028198242188 +0.000000000000 0.000556945801 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.137695312500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.057861328125 0.000000000000 0.135742187500 0.013977050781 +0.082519531250 0.000000000000 0.000000000000 0.279296875000 +0.224609375000 0.000000000000 0.000000000000 0.043457031250 +0.052490234375 0.000000000000 0.000000000000 0.000000000000 +0.012756347656 0.220703125000 0.000000000000 0.002609252930 +0.004272460938 0.029663085938 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.084472656250 0.000000000000 +0.000000000000 0.277343750000 0.000000000000 0.232421875000 +0.178710937500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.017456054688 0.000000000000 0.000000000000 0.056640625000 +0.000000000000 0.061279296875 0.090332031250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.033447265625 0.000000000000 0.005310058594 0.000000000000 +0.000000000000 0.000000000000 0.032470703125 0.000000000000 +0.188476562500 0.000000000000 0.000000000000 0.324218750000 +0.111816406250 0.000000000000 0.000000000000 0.033691406250 +0.070312500000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.332031250000 0.000000000000 0.071289062500 +0.000000000000 0.092285156250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.121582031250 0.000000000000 +0.000000000000 0.000000000000 0.083007812500 0.000000000000 +0.000000000000 0.243164062500 0.000000000000 0.277343750000 +0.132812500000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.079101562500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.088867187500 0.122558593750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.087890625000 0.068359375000 0.088867187500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.208007812500 0.000000000000 0.020141601562 0.318359375000 +0.079101562500 0.000000000000 0.000000000000 0.000000000000 +0.010864257812 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.345703125000 0.000000000000 0.085937500000 +0.000000000000 0.012573242188 0.000000000000 0.000000000000 +0.000000000000 0.058593750000 0.246093750000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.150390625000 0.000000000000 0.333984375000 +0.060791015625 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.040771484375 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.140625000000 0.068847656250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.091308593750 0.097167968750 0.119140625000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.046142578125 +0.115234375000 0.000000000000 0.064453125000 0.312500000000 +0.157226562500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.287109375000 0.000000000000 0.006378173828 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.089355468750 0.255859375000 0.173828125000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.078125000000 0.000000000000 0.335937500000 +0.014892578125 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.103515625000 0.000000000000 0.000000000000 +0.002212524414 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.124023437500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.092285156250 0.117187500000 0.000000000000 +0.000000000000 0.000000000000 0.051513671875 0.010986328125 +0.000000000000 0.000000000000 0.030517578125 0.294921875000 +0.312500000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.083007812500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.025878906250 0.199218750000 0.314453125000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.300781250000 +0.073242187500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.105957031250 0.136718750000 0.000000000000 +0.000000000000 0.000000000000 0.087890625000 0.000000000000 +0.044189453125 0.046142578125 0.000000000000 0.000000000000 +0.056640625000 0.000000000000 0.000000000000 0.021484375000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.083007812500 0.000000000000 +0.148437500000 0.000000000000 0.183593750000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.231445312500 +0.429687500000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.106933593750 0.000000000000 +0.117675781250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.375000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.219726562500 +0.159179687500 0.000000000000 0.000000000000 0.029052734375 +0.000000000000 0.052734375000 0.249023437500 0.000000000000 +0.000000000000 0.049804687500 0.239257812500 0.000000000000 +0.029296875000 0.000000000000 0.000000000000 0.000000000000 +0.017944335938 0.000000000000 0.000000000000 0.298828125000 +0.000000000000 0.058349609375 0.000000000000 0.209960937500 +0.000000000000 0.000000000000 0.034667968750 0.000000000000 +0.316406250000 0.000000000000 0.308593750000 0.039794921875 +0.000000000000 0.000000000000 0.000000000000 0.165039062500 +0.490234375000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.127929687500 0.000000000000 +0.255859375000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.291015625000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.281250000000 +0.000000000000 0.000000000000 0.051757812500 0.000000000000 +0.000000000000 0.059814453125 0.000000000000 0.067871093750 +0.296875000000 0.000000000000 0.000000000000 0.140625000000 +0.000000000000 0.000000000000 0.324218750000 0.062988281250 +0.000000000000 0.143554687500 0.312500000000 0.000000000000 +0.039062500000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.435546875000 +0.000000000000 0.203125000000 0.000000000000 0.550781250000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.382812500000 0.038085937500 0.351562500000 0.036621093750 +0.000000000000 0.000000000000 0.000000000000 0.068847656250 +0.503906250000 0.000000000000 0.202148437500 0.000000000000 +0.000000000000 0.000000000000 0.080566406250 0.000000000000 +0.318359375000 0.000000000000 0.000000000000 0.000000000000 +0.076660156250 0.000000000000 0.546875000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.083496093750 +0.000000000000 0.000000000000 0.089355468750 0.009948730469 +0.000000000000 0.141601562500 0.000000000000 0.000000000000 +0.343750000000 0.000000000000 0.000000000000 0.190429687500 +0.000000000000 0.000000000000 0.314453125000 0.163085937500 +0.000000000000 0.197265625000 0.273437500000 0.043212890625 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.437500000000 +0.000000000000 0.245117187500 0.000000000000 0.765625000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.355468750000 0.124023437500 0.371093750000 0.005096435547 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.423828125000 0.000000000000 0.417968750000 0.241210937500 +0.018798828125 0.000000000000 0.000000000000 0.000000000000 +0.353515625000 0.000000000000 0.000000000000 0.000000000000 +0.130859375000 0.000000000000 0.675781250000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.121582031250 0.119628906250 +0.000000000000 0.190429687500 0.000000000000 0.000000000000 +0.388671875000 0.000000000000 0.000000000000 0.173828125000 +0.000000000000 0.000000000000 0.213867187500 0.192382812500 +0.000000000000 0.191406250000 0.149414062500 0.144531250000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.304687500000 +0.000000000000 0.287109375000 0.000000000000 0.804687500000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.273437500000 0.204101562500 0.302734375000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.271484375000 0.000000000000 0.503906250000 0.421875000000 +0.236328125000 0.019287109375 0.000000000000 0.000000000000 +0.287109375000 0.000000000000 0.000000000000 0.000000000000 +0.120117187500 0.000000000000 0.656250000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.110839843750 0.168945312500 +0.000000000000 0.213867187500 0.000000000000 0.000000000000 +0.400390625000 0.000000000000 0.000000000000 0.135742187500 +0.000000000000 0.000000000000 0.088867187500 0.130859375000 +0.000000000000 0.132812500000 0.000000000000 0.109375000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.127929687500 0.101074218750 +0.000000000000 0.277343750000 0.000000000000 0.757812500000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.107421875000 0.253906250000 0.191406250000 0.000000000000 +0.063476562500 0.000000000000 0.000000000000 0.000000000000 +0.083984375000 0.000000000000 0.447265625000 0.447265625000 +0.343750000000 0.158203125000 0.000000000000 0.000000000000 +0.205078125000 0.000000000000 0.000000000000 0.000000000000 +0.013916015625 0.000000000000 0.535156250000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.020385742188 0.147460937500 +0.000000000000 0.259765625000 0.000000000000 0.000000000000 +0.386718750000 0.000000000000 0.000000000000 0.069824218750 +0.000000000000 0.000000000000 0.000062465668 0.007202148438 +0.000000000000 0.079101562500 0.000000000000 0.053222656250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.188476562500 0.000000000000 +0.000000000000 0.243164062500 0.000000000000 0.554687500000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.048828125000 0.207031250000 0.088867187500 0.002807617188 +0.255859375000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.347656250000 0.417968750000 +0.371093750000 0.269531250000 0.000000000000 0.000000000000 +0.130859375000 0.000000000000 0.000000000000 0.030883789062 +0.000000000000 0.000000000000 0.347656250000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.082519531250 +0.000000000000 0.304687500000 0.000000000000 0.000000000000 +0.326171875000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.005218505859 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.244140625000 0.000000000000 +0.000000000000 0.112792968750 0.000000000000 0.253906250000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.087890625000 0.000000000000 0.067871093750 +0.390625000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.143554687500 0.312500000000 +0.322265625000 0.240234375000 0.000000000000 0.000000000000 +0.019653320312 0.184570312500 0.000000000000 0.251953125000 +0.000000000000 0.115234375000 0.083496093750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.343750000000 0.000000000000 0.156250000000 +0.277343750000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.088378906250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.138671875000 0.024658203125 0.000000000000 +0.000000000000 0.028686523438 0.218750000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.150390625000 0.051269531250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.009399414062 +0.427734375000 0.000000000000 0.000000000000 0.075195312500 +0.035644531250 0.000000000000 0.000000000000 0.124511718750 +0.191406250000 0.121582031250 0.000000000000 0.000000000000 +0.000000000000 0.326171875000 0.000000000000 0.359375000000 +0.000000000000 0.050781250000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.085449218750 0.000000000000 +0.000000000000 0.000000000000 0.007507324219 0.000000000000 +0.000000000000 0.332031250000 0.000000000000 0.343750000000 +0.202148437500 0.111816406250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.163085937500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.275390625000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.063476562500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.163085937500 0.109863281250 0.110351562500 0.000000000000 +0.060058593750 0.000000000000 0.000000000000 0.003341674805 +0.337890625000 0.000000000000 0.066894531250 0.283203125000 +0.257812500000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.367187500000 0.000000000000 0.328125000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.012939453125 0.177734375000 0.000000000000 +0.000000000000 0.000000000000 0.044677734375 0.000000000000 +0.000000000000 0.273437500000 0.000000000000 0.480468750000 +0.169921875000 0.178710937500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.095214843750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.289062500000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.085937500000 0.087890625000 0.157226562500 0.000000000000 +0.161132812500 0.000000000000 0.063476562500 0.037597656250 +0.146484375000 0.000000000000 0.096191406250 0.480468750000 +0.451171875000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.052978515625 0.332031250000 0.000000000000 0.224609375000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.004058837891 0.194335937500 0.205078125000 +0.000000000000 0.000000000000 0.111816406250 0.000000000000 +0.000000000000 0.267578125000 0.000000000000 0.519531250000 +0.193359375000 0.201171875000 0.000000000000 0.000000000000 +0.000000000000 0.024169921875 0.075195312500 0.000000000000 +0.092285156250 0.000000000000 0.126953125000 0.000000000000 +0.000000000000 0.255859375000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.017944335938 0.152343750000 0.000000000000 +0.283203125000 0.000000000000 0.196289062500 0.002304077148 +0.000000000000 0.000000000000 0.053222656250 0.570312500000 +0.621093750000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.115234375000 0.241210937500 0.000000000000 0.097167968750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.094726562500 0.300781250000 +0.000000000000 0.000000000000 0.188476562500 0.000000000000 +0.000000000000 0.261718750000 0.000000000000 0.515625000000 +0.209960937500 0.185546875000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.108886718750 0.000000000000 +0.000000000000 0.007019042969 0.137695312500 0.000000000000 +0.000000000000 0.181640625000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.064453125000 +0.000000000000 0.000000000000 0.127929687500 0.000000000000 +0.308593750000 0.000000000000 0.277343750000 0.052490234375 +0.000000000000 0.000000000000 0.013610839844 0.632812500000 +0.648437500000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.170898437500 0.095703125000 0.000000000000 0.000000000000 +0.137695312500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.306640625000 +0.000000000000 0.000000000000 0.279296875000 0.000000000000 +0.000000000000 0.248046875000 0.000000000000 0.443359375000 +0.218750000000 0.118652343750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.111328125000 0.000000000000 +0.000000000000 0.042480468750 0.125976562500 0.145507812500 +0.022705078125 0.099121093750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.253906250000 +0.000000000000 0.000000000000 0.036376953125 0.000000000000 +0.231445312500 0.000000000000 0.298828125000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.652343750000 +0.585937500000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.119628906250 0.054199218750 0.000000000000 0.000000000000 +0.228515625000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.193359375000 +0.000000000000 0.000000000000 0.289062500000 0.000000000000 +0.000000000000 0.209960937500 0.000000000000 0.292968750000 +0.200195312500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.006134033203 0.000000000000 +0.000000000000 0.026489257812 0.000000000000 0.248046875000 +0.009216308594 0.000000000000 0.028686523438 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.304687500000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.247070312500 0.033203125000 +0.000000000000 0.000000000000 0.000000000000 0.550781250000 +0.371093750000 0.000000000000 0.000000000000 0.079101562500 +0.034912109375 0.000000000000 0.000000000000 0.000000000000 +0.057617187500 0.040527343750 0.000000000000 0.000000000000 +0.224609375000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.195312500000 0.051757812500 +0.000000000000 0.139648437500 0.000000000000 0.148437500000 +0.123046875000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.209960937500 +0.000000000000 0.000000000000 0.176757812500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.218750000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.124023437500 0.000000000000 +0.011230468750 0.000092983246 0.000000000000 0.353515625000 +0.065429687500 0.000000000000 0.000000000000 0.168945312500 +0.103515625000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.076660156250 0.000000000000 0.000000000000 +0.192382812500 0.144531250000 0.000000000000 0.000000000000 +0.089355468750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.072753906250 0.078125000000 0.113769531250 +0.000000000000 0.019897460938 0.000000000000 0.051757812500 +0.015991210938 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.134765625000 +0.000000000000 0.000000000000 0.296875000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.012817382812 +0.087402343750 0.129882812500 0.000000000000 0.141601562500 +0.000000000000 0.000000000000 0.000000000000 0.174804687500 +0.107910156250 0.000000000000 0.000000000000 0.176757812500 +0.000000000000 0.118164062500 0.000000000000 0.000000000000 +0.107421875000 0.187500000000 0.000000000000 0.000000000000 +0.160156250000 0.000000000000 0.153320312500 0.000000000000 +0.000000000000 0.326171875000 0.000000000000 0.137695312500 +0.061279296875 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.100585937500 0.000000000000 +0.075683593750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.306640625000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.039550781250 0.150390625000 0.000088691711 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.105957031250 0.144531250000 0.000000000000 0.000000000000 +0.000000000000 0.257812500000 0.000000000000 0.103027343750 +0.000000000000 0.000000000000 0.000000000000 0.273437500000 +0.000000000000 0.116210937500 0.000000000000 0.000000000000 +0.000000000000 0.137695312500 0.000000000000 0.000000000000 +0.172851562500 0.078125000000 0.322265625000 0.000000000000 +0.000000000000 0.388671875000 0.000000000000 0.098632812500 +0.091796875000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.221679687500 0.000000000000 +0.135742187500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.239257812500 0.000000000000 +0.000000000000 0.015869140625 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.030273437500 0.259765625000 0.061035156250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.011291503906 +0.053222656250 0.111328125000 0.000000000000 0.000000000000 +0.000000000000 0.486328125000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.208007812500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.028930664062 0.143554687500 0.330078125000 0.000000000000 +0.000000000000 0.369140625000 0.000000000000 0.000000000000 +0.039550781250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.221679687500 0.000000000000 +0.154296875000 0.190429687500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.031738281250 0.016723632812 +0.384765625000 0.000000000000 0.000000000000 0.000000000000 +0.058349609375 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.275390625000 0.086425781250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.507812500000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.059814453125 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.036865234375 +0.000000000000 0.045166015625 0.261718750000 0.036621093750 +0.000000000000 0.149414062500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.006042480469 +0.000000000000 0.000000000000 0.177734375000 0.093750000000 +0.097167968750 0.234375000000 0.153320312500 0.000000000000 +0.000000000000 0.000000000000 0.020507812500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.597656250000 0.000000000000 0.000000000000 0.049804687500 +0.113281250000 0.090820312500 0.000000000000 0.000000000000 +0.000000000000 0.214843750000 0.098632812500 0.000000000000 +0.026123046875 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.048828125000 0.400390625000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.231445312500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.019042968750 0.069335937500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.038574218750 +0.053466796875 0.000000000000 0.000000000000 0.180664062500 +0.000000000000 0.138671875000 0.341796875000 0.000000000000 +0.000000000000 0.000000000000 0.335937500000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.562500000000 0.000000000000 0.000000000000 0.291015625000 +0.076171875000 0.188476562500 0.000000000000 0.000000000000 +0.000000000000 0.058593750000 0.044921875000 0.000000000000 +0.421875000000 0.000000000000 0.162109375000 0.036865234375 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.322265625000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.273437500000 0.000000000000 +0.139648437500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.294921875000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.056640625000 0.000000000000 0.050781250000 +0.291015625000 0.042236328125 0.000000000000 0.189453125000 +0.000000000000 0.000000000000 0.390625000000 0.000000000000 +0.000000000000 0.149414062500 0.480468750000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.320312500000 0.000000000000 0.000000000000 0.380859375000 +0.017211914062 0.273437500000 0.000000000000 0.304687500000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.644531250000 0.026977539062 0.308593750000 0.020263671875 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.535156250000 0.000000000000 0.121093750000 0.000000000000 +0.000000000000 0.000000000000 0.213867187500 0.000000000000 +0.333984375000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.613281250000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.062255859375 0.000000000000 +0.000000000000 0.294921875000 0.000000000000 0.049316406250 +0.447265625000 0.066406250000 0.000000000000 0.166992187500 +0.000000000000 0.000000000000 0.419921875000 0.000000000000 +0.000000000000 0.255859375000 0.498046875000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.375000000000 +0.000000000000 0.259765625000 0.000000000000 0.636718750000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.699218750000 0.146484375000 0.351562500000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.011535644531 +0.605468750000 0.000000000000 0.283203125000 0.066894531250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.468750000000 0.000000000000 0.000000000000 0.000000000000 +0.051757812500 0.000000000000 0.746093750000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.269531250000 0.000000000000 +0.000000000000 0.402343750000 0.000000000000 0.041259765625 +0.515625000000 0.085449218750 0.000000000000 0.054687500000 +0.000000000000 0.000000000000 0.310546875000 0.000000000000 +0.000000000000 0.279296875000 0.394531250000 0.107910156250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.275390625000 +0.000000000000 0.245117187500 0.000000000000 0.847656250000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.652343750000 0.166992187500 0.384765625000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.189453125000 +0.589843750000 0.000000000000 0.353515625000 0.255859375000 +0.219726562500 0.000000000000 0.000000000000 0.000000000000 +0.462890625000 0.000000000000 0.000000000000 0.000000000000 +0.173828125000 0.000000000000 0.753906250000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.326171875000 0.000000000000 +0.000000000000 0.431640625000 0.000000000000 0.000000000000 +0.542968750000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.178710937500 0.033447265625 +0.000000000000 0.257812500000 0.175781250000 0.283203125000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.026733398438 0.133789062500 +0.000000000000 0.201171875000 0.000000000000 0.882812500000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.451171875000 0.214843750000 0.337890625000 0.000000000000 +0.012451171875 0.000000000000 0.000000000000 0.229492187500 +0.498046875000 0.000000000000 0.386718750000 0.380859375000 +0.390625000000 0.000000000000 0.000000000000 0.000000000000 +0.451171875000 0.000000000000 0.000000000000 0.000000000000 +0.273437500000 0.000000000000 0.687500000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.351562500000 0.059082031250 +0.000000000000 0.373046875000 0.000000000000 0.000000000000 +0.472656250000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.059326171875 0.078613281250 +0.000000000000 0.186523437500 0.000000000000 0.316406250000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.081054687500 0.003509521484 +0.000000000000 0.138671875000 0.000000000000 0.835937500000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.195312500000 0.177734375000 0.273437500000 0.000518798828 +0.073730468750 0.000000000000 0.000000000000 0.227539062500 +0.304687500000 0.000000000000 0.349609375000 0.443359375000 +0.449218750000 0.000000000000 0.000000000000 0.000000000000 +0.330078125000 0.000000000000 0.000000000000 0.000000000000 +0.316406250000 0.000000000000 0.535156250000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.306640625000 0.157226562500 +0.000000000000 0.233398437500 0.009887695312 0.000000000000 +0.343750000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.163085937500 +0.000000000000 0.037597656250 0.000000000000 0.302734375000 +0.000000000000 0.000000000000 0.076171875000 0.000000000000 +0.000000000000 0.000000000000 0.056152343750 0.000000000000 +0.000000000000 0.093261718750 0.000000000000 0.644531250000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.095703125000 0.162109375000 0.008605957031 +0.067382812500 0.065917968750 0.000000000000 0.124023437500 +0.084472656250 0.000000000000 0.324218750000 0.453125000000 +0.417968750000 0.000000000000 0.000000000000 0.000000000000 +0.128906250000 0.000000000000 0.000000000000 0.000000000000 +0.294921875000 0.000000000000 0.281250000000 0.000000000000 +0.044433593750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.159179687500 0.259765625000 +0.000000000000 0.044189453125 0.000000000000 0.000000000000 +0.190429687500 0.000000000000 0.000000000000 0.000000000000 +0.013244628906 0.000000000000 0.000000000000 0.188476562500 +0.000000000000 0.000000000000 0.000000000000 0.214843750000 +0.000000000000 0.000000000000 0.137695312500 0.000000000000 +0.000000000000 0.000000000000 0.018188476562 0.000000000000 +0.000000000000 0.079101562500 0.030639648438 0.445312500000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.044921875000 0.055908203125 0.006195068359 +0.030029296875 0.168945312500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.233398437500 0.431640625000 +0.308593750000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.203125000000 0.000000000000 0.081542968750 0.000000000000 +0.125976562500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.140625000000 0.000000000000 0.304687500000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.031738281250 0.000000000000 0.024902343750 0.056640625000 +0.135742187500 0.000000000000 0.000000000000 0.184570312500 +0.000000000000 0.000000000000 0.000000000000 0.028320312500 +0.000000000000 0.000000000000 0.147460937500 0.000000000000 +0.000000000000 0.000000000000 0.001380920410 0.000000000000 +0.000000000000 0.106933593750 0.055908203125 0.160156250000 +0.000000000000 0.000000000000 0.000000000000 0.235351562500 +0.000000000000 0.000000000000 0.000000000000 0.009155273438 +0.008178710938 0.217773437500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.202148437500 0.376953125000 +0.143554687500 0.000000000000 0.000000000000 0.038085937500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.016235351562 0.000000000000 0.000000000000 0.000000000000 +0.183593750000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.349609375000 0.000000000000 0.306640625000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.105957031250 0.046386718750 +0.178710937500 0.000000000000 0.000000000000 0.088867187500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.111328125000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.122558593750 0.000000000000 0.000000000000 +0.000000000000 0.043212890625 0.000000000000 0.380859375000 +0.000000000000 0.000000000000 0.000000000000 0.044677734375 +0.046142578125 0.122558593750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.089843750000 0.292968750000 +0.000000000000 0.041992187500 0.000000000000 0.052734375000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.053710937500 +0.191406250000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.441406250000 0.000000000000 0.255859375000 +0.002105712891 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.165039062500 0.036132812500 +0.159179687500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.079589843750 0.059814453125 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.116210937500 0.096191406250 0.000000000000 0.000000000000 +0.000000000000 0.166015625000 0.000000000000 0.427734375000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.119628906250 0.008972167969 0.000000000000 0.000000000000 +0.000000000000 0.123535156250 0.000000000000 0.186523437500 +0.000000000000 0.096191406250 0.000000000000 0.043457031250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.075683593750 +0.092285156250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.478515625000 0.000000000000 0.158203125000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.157226562500 0.000000000000 +0.123535156250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.046142578125 0.040283203125 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.144531250000 0.061767578125 0.000000000000 0.000000000000 +0.000000000000 0.220703125000 0.000000000000 0.392578125000 +0.000000000000 0.000000000000 0.000000000000 0.022949218750 +0.130859375000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.236328125000 0.000000000000 0.067382812500 +0.000000000000 0.037353515625 0.000000000000 0.040039062500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.096679687500 +0.000000000000 0.000000000000 0.065429687500 0.000000000000 +0.000000000000 0.394531250000 0.000000000000 0.073242187500 +0.022216796875 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.154296875000 0.000000000000 +0.065917968750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.017089843750 +0.165039062500 0.000000000000 0.000000000000 0.000000000000 +0.166015625000 0.039306640625 0.000000000000 0.000000000000 +0.000000000000 0.232421875000 0.030639648438 0.257812500000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.051757812500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.253906250000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000156402588 +0.000000000000 0.000000000000 0.071777343750 0.000000000000 +0.000000000000 0.246093750000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.110351562500 0.000000000000 +0.016723632812 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.226562500000 0.000000000000 0.000000000000 0.000000000000 +0.113281250000 0.026367187500 0.000000000000 0.000000000000 +0.000000000000 0.196289062500 0.032226562500 0.104980468750 +0.000000000000 0.000000000000 0.000000000000 0.000972747803 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.195312500000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.049804687500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.037841796875 0.004547119141 +0.000000000000 0.000000000000 0.063964843750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.217773437500 0.000000000000 0.000000000000 0.000000000000 +0.027221679688 0.082031250000 0.000000000000 0.000000000000 +0.000000000000 0.116210937500 0.030151367188 0.000000000000 +0.000000000000 0.000000000000 0.011474609375 0.005645751953 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.019775390625 0.063476562500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.048828125000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.013610839844 0.000000000000 0.000000000000 0.066406250000 +0.000000000000 0.000000000000 0.147460937500 0.000000000000 +0.000000000000 0.000000000000 0.011291503906 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.115234375000 0.000000000000 0.000000000000 0.119140625000 +0.000000000000 0.121093750000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.083984375000 0.000000000000 0.097656250000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.110351562500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.026489257812 0.000000000000 +0.002334594727 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.137695312500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.103515625000 0.000000000000 0.000000000000 0.119628906250 +0.000000000000 0.000000000000 0.170898437500 0.017211914062 +0.000000000000 0.000000000000 0.059326171875 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.195312500000 +0.000000000000 0.184570312500 0.000000000000 0.191406250000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.115234375000 0.000000000000 0.160156250000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.117187500000 0.000000000000 0.123535156250 0.040283203125 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.074707031250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.275390625000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.049072265625 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.170898437500 0.000000000000 0.000000000000 0.154296875000 +0.000000000000 0.000000000000 0.162109375000 0.063476562500 +0.000000000000 0.041259765625 0.004791259766 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.209960937500 +0.000000000000 0.217773437500 0.000000000000 0.339843750000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.095703125000 0.019042968750 0.164062500000 0.010864257812 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.078613281250 0.000000000000 0.227539062500 0.186523437500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.078613281250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.314453125000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.089355468750 +0.000000000000 0.057373046875 0.000000000000 0.000000000000 +0.225585937500 0.000000000000 0.000000000000 0.126953125000 +0.000000000000 0.000000000000 0.104980468750 0.037109375000 +0.000000000000 0.030761718750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.061767578125 +0.000000000000 0.210937500000 0.000000000000 0.343750000000 +0.000000000000 0.000000000000 0.000000000000 0.012512207031 +0.056396484375 0.075195312500 0.111328125000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.259765625000 0.249023437500 +0.057373046875 0.081054687500 0.000000000000 0.000000000000 +0.081542968750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.316406250000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.095703125000 +0.000000000000 0.145507812500 0.000000000000 0.000000000000 +0.227539062500 0.000000000000 0.000000000000 0.018066406250 +0.000000000000 0.000000000000 0.018188476562 0.000000000000 +0.000000000000 0.012268066406 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.093261718750 0.000000000000 +0.000000000000 0.174804687500 0.000000000000 0.267578125000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.019897460938 0.047119140625 0.000000000000 +0.182617187500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.195312500000 0.271484375000 +0.150390625000 0.143554687500 0.000000000000 0.000000000000 +0.007507324219 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.162109375000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.045654296875 +0.000000000000 0.207031250000 0.000000000000 0.000000000000 +0.206054687500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.114746093750 0.000000000000 +0.000000000000 0.072753906250 0.000000000000 0.083496093750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.008911132812 +0.291015625000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.030273437500 0.205078125000 +0.143554687500 0.114746093750 0.000000000000 0.000000000000 +0.000000000000 0.153320312500 0.000000000000 0.176757812500 +0.000000000000 0.077148437500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.234375000000 0.000000000000 0.146484375000 +0.172851562500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.065429687500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.082519531250 0.042724609375 0.000000000000 +0.000000000000 0.000000000000 0.100585937500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.124511718750 0.084472656250 0.016967773438 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.028198242188 +0.333984375000 0.000000000000 0.010192871094 0.029663085938 +0.000000000000 0.000000000000 0.000000000000 0.084472656250 +0.110351562500 0.011779785156 0.000000000000 0.000000000000 +0.000000000000 0.367187500000 0.000000000000 0.306640625000 +0.000000000000 0.079589843750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.121582031250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.243164062500 0.000000000000 0.316406250000 +0.105957031250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.109863281250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.224609375000 0.041992187500 0.000000000000 +0.000000000000 0.000000000000 0.017456054688 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.220703125000 0.154296875000 0.127929687500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.322265625000 0.000000000000 0.054687500000 0.224609375000 +0.084472656250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.488281250000 0.000000000000 0.345703125000 +0.000000000000 0.083007812500 0.000000000000 0.000000000000 +0.000000000000 0.090332031250 0.300781250000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.234375000000 0.000000000000 0.462890625000 +0.076660156250 0.080566406250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.119628906250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.275390625000 0.034667968750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.239257812500 0.175781250000 0.191406250000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.014709472656 +0.233398437500 0.000000000000 0.125000000000 0.398437500000 +0.227539062500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.500000000000 0.000000000000 0.333984375000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.180664062500 0.382812500000 0.074218750000 +0.000000000000 0.000000000000 0.030883789062 0.000000000000 +0.000000000000 0.225585937500 0.000000000000 0.554687500000 +0.043701171875 0.149414062500 0.000000000000 0.000000000000 +0.000000000000 0.043701171875 0.000000000000 0.000000000000 +0.128906250000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.304687500000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.173828125000 0.168945312500 0.214843750000 0.000000000000 +0.000000000000 0.000000000000 0.026489257812 0.003082275391 +0.074707031250 0.000000000000 0.111816406250 0.531250000000 +0.386718750000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.470703125000 0.000000000000 0.209960937500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.208007812500 0.363281250000 0.328125000000 +0.000000000000 0.000000000000 0.079589843750 0.000000000000 +0.000000000000 0.174804687500 0.000000000000 0.574218750000 +0.031738281250 0.147460937500 0.000000000000 0.000000000000 +0.000000000000 0.096191406250 0.000000000000 0.000000000000 +0.038330078125 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.273437500000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.028442382812 0.091796875000 0.210937500000 0.000000000000 +0.034423828125 0.000000000000 0.117675781250 0.006896972656 +0.000000000000 0.000000000000 0.074707031250 0.609375000000 +0.474609375000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.302734375000 0.000000000000 0.000000000000 +0.008056640625 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.150390625000 0.267578125000 0.470703125000 +0.000000000000 0.000000000000 0.149414062500 0.000000000000 +0.000000000000 0.102539062500 0.000000000000 0.503906250000 +0.038330078125 0.102539062500 0.000000000000 0.000000000000 +0.000000000000 0.082031250000 0.038085937500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.036865234375 0.168945312500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.138671875000 0.000000000000 +0.051025390625 0.000000000000 0.207031250000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.582031250000 +0.486328125000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.058837890625 0.000000000000 +0.026855468750 0.071777343750 0.000000000000 0.000000000000 +0.085937500000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.019897460938 0.078613281250 0.511718750000 +0.000000000000 0.000000000000 0.112792968750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.349609375000 +0.051269531250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.036621093750 0.098632812500 0.000000000000 +0.000000000000 0.000000000000 0.004699707031 0.000000000000 +0.118164062500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.085449218750 +0.000000000000 0.000000000000 0.014404296875 0.114746093750 +0.000000000000 0.000000000000 0.033691406250 0.000000000000 +0.007812500000 0.000000000000 0.251953125000 0.030151367188 +0.000000000000 0.000000000000 0.000000000000 0.466796875000 +0.425781250000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.039794921875 0.000000000000 +0.107910156250 0.000000000000 0.000000000000 0.000000000000 +0.101562500000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.398437500000 +0.000000000000 0.000000000000 0.051757812500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.125976562500 +0.118164062500 0.000000000000 0.000000000000 0.038818359375 +0.000000000000 0.000000000000 0.141601562500 0.100097656250 +0.000000000000 0.014465332031 0.003768920898 0.000000000000 +0.119140625000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.248046875000 +0.000000000000 0.057861328125 0.091796875000 0.318359375000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.253906250000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.208984375000 +0.318359375000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.124023437500 0.000000000000 0.000000000000 0.000000000000 +0.066894531250 0.000000000000 0.202148437500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.202148437500 +0.000000000000 0.000000000000 0.000000000000 0.018920898438 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.171875000000 0.000000000000 0.000000000000 0.181640625000 +0.000000000000 0.000000000000 0.203125000000 0.145507812500 +0.000000000000 0.048339843750 0.054199218750 0.000000000000 +0.066894531250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.330078125000 +0.000000000000 0.200195312500 0.115234375000 0.443359375000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.085449218750 0.035888671875 0.245117187500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.224609375000 0.000000000000 0.203125000000 0.103027343750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.180664062500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.408203125000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.073242187500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.255859375000 0.000000000000 0.000000000000 0.245117187500 +0.000000000000 0.000000000000 0.228515625000 0.136718750000 +0.000000000000 0.104980468750 0.083984375000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.330078125000 +0.000000000000 0.310546875000 0.013488769531 0.539062500000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.179687500000 0.167968750000 0.222656250000 0.004699707031 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.158203125000 0.000000000000 0.341796875000 0.213867187500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.198242187500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.562500000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.076171875000 +0.000000000000 0.115722656250 0.000000000000 0.000000000000 +0.341796875000 0.000000000000 0.000000000000 0.250000000000 +0.000000000000 0.000000000000 0.211914062500 0.077148437500 +0.000000000000 0.144531250000 0.104492187500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.277343750000 +0.000000000000 0.347656250000 0.000000000000 0.562500000000 +0.000000000000 0.000000000000 0.000000000000 0.080078125000 +0.287109375000 0.230468750000 0.190429687500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.140625000000 0.000000000000 0.386718750000 0.271484375000 +0.043457031250 0.155273437500 0.000000000000 0.000000000000 +0.253906250000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.605468750000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.043212890625 +0.000000000000 0.277343750000 0.000000000000 0.000000000000 +0.429687500000 0.000000000000 0.000000000000 0.197265625000 +0.000000000000 0.000000000000 0.193359375000 0.000000000000 +0.000000000000 0.189453125000 0.141601562500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.084472656250 0.139648437500 +0.000000000000 0.339843750000 0.000000000000 0.554687500000 +0.000000000000 0.000000000000 0.000000000000 0.036132812500 +0.398437500000 0.259765625000 0.164062500000 0.000289916992 +0.079101562500 0.000000000000 0.000000000000 0.000000000000 +0.220703125000 0.000000000000 0.378906250000 0.257812500000 +0.146484375000 0.250000000000 0.000000000000 0.000000000000 +0.320312500000 0.000000000000 0.000000000000 0.026000976562 +0.000000000000 0.000000000000 0.628906250000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.046875000000 0.000000000000 +0.000000000000 0.392578125000 0.000000000000 0.000000000000 +0.470703125000 0.016967773438 0.000000000000 0.048583984375 +0.000000000000 0.000000000000 0.156250000000 0.000000000000 +0.000000000000 0.159179687500 0.130859375000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.123535156250 0.000000000000 +0.000000000000 0.279296875000 0.000000000000 0.500000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.472656250000 0.230468750000 0.153320312500 0.000000000000 +0.182617187500 0.000000000000 0.000000000000 0.000000000000 +0.337890625000 0.000000000000 0.277343750000 0.234375000000 +0.210937500000 0.234375000000 0.000000000000 0.000000000000 +0.339843750000 0.000000000000 0.000000000000 0.075195312500 +0.000000000000 0.000000000000 0.562500000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.159179687500 0.000000000000 +0.000000000000 0.451171875000 0.010742187500 0.098632812500 +0.484375000000 0.087402343750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.104492187500 0.000000000000 +0.000000000000 0.162109375000 0.130859375000 0.000000000000 +0.000000000000 0.072265625000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.120117187500 0.000000000000 +0.000000000000 0.175781250000 0.000000000000 0.460937500000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.472656250000 0.161132812500 0.192382812500 0.000000000000 +0.196289062500 0.000000000000 0.000000000000 0.177734375000 +0.447265625000 0.000000000000 0.162109375000 0.166992187500 +0.210937500000 0.115234375000 0.000000000000 0.000000000000 +0.353515625000 0.000000000000 0.000000000000 0.033691406250 +0.010742187500 0.000000000000 0.455078125000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.271484375000 0.000000000000 +0.000000000000 0.453125000000 0.000000000000 0.172851562500 +0.468750000000 0.111816406250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.058349609375 0.000000000000 +0.000000000000 0.166015625000 0.061035156250 0.084960937500 +0.000000000000 0.046875000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.035156250000 0.000000000000 +0.000000000000 0.067871093750 0.000000000000 0.466796875000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.402343750000 0.075195312500 0.215820312500 0.013366699219 +0.151367187500 0.000000000000 0.000000000000 0.365234375000 +0.484375000000 0.000000000000 0.036376953125 0.125000000000 +0.218750000000 0.000000000000 0.000000000000 0.000000000000 +0.343750000000 0.000000000000 0.000000000000 0.000000000000 +0.151367187500 0.000000000000 0.367187500000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.328125000000 0.000000000000 +0.000000000000 0.406250000000 0.000000000000 0.199218750000 +0.406250000000 0.079589843750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.012573242188 0.000000000000 +0.000000000000 0.115234375000 0.000000000000 0.191406250000 +0.000000000000 0.022827148438 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.449218750000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.261718750000 0.000000000000 0.225585937500 0.010131835938 +0.076660156250 0.000000000000 0.000000000000 0.439453125000 +0.449218750000 0.000000000000 0.000000000000 0.135742187500 +0.208007812500 0.000000000000 0.000000000000 0.000000000000 +0.296875000000 0.000000000000 0.000000000000 0.000000000000 +0.247070312500 0.000000000000 0.224609375000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.316406250000 0.000000000000 +0.000000000000 0.296875000000 0.000000000000 0.138671875000 +0.304687500000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.051269531250 0.000000000000 0.237304687500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.431640625000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.048828125000 0.000000000000 0.205078125000 0.006408691406 +0.000000000000 0.000000000000 0.000000000000 0.425781250000 +0.332031250000 0.000000000000 0.020263671875 0.176757812500 +0.172851562500 0.000000000000 0.000000000000 0.000000000000 +0.209960937500 0.000000000000 0.000000000000 0.000000000000 +0.322265625000 0.000000000000 0.156250000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.058105468750 +0.000000000000 0.000000000000 0.277343750000 0.084472656250 +0.000000000000 0.071289062500 0.000000000000 0.019165039062 +0.172851562500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.162109375000 +0.000000000000 0.000000000000 0.000000000000 0.225585937500 +0.000000000000 0.000000000000 0.075683593750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.117675781250 0.388671875000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.175781250000 0.020141601562 +0.000000000000 0.097167968750 0.000000000000 0.257812500000 +0.111816406250 0.000000000000 0.109375000000 0.250000000000 +0.122558593750 0.000000000000 0.000000000000 0.000000000000 +0.010620117188 0.000000000000 0.000000000000 0.000000000000 +0.283203125000 0.000000000000 0.016113281250 0.000000000000 +0.074707031250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.081542968750 0.238281250000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.059326171875 0.000000000000 0.000000000000 0.039062500000 +0.088378906250 0.000000000000 0.000000000000 0.237304687500 +0.000000000000 0.000000000000 0.000000000000 0.144531250000 +0.013793945312 0.000000000000 0.081542968750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.075195312500 0.167968750000 0.302734375000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.082031250000 0.000000000000 +0.000000000000 0.183593750000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.132812500000 0.294921875000 +0.033203125000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.119140625000 0.000000000000 0.000000000000 0.000000000000 +0.140625000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.145507812500 0.000000000000 0.281250000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.027587890625 0.085449218750 +0.144531250000 0.000000000000 0.000000000000 0.196289062500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.082031250000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.112304687500 0.112304687500 0.132812500000 +0.000000000000 0.000000000000 0.000000000000 0.248046875000 +0.000000000000 0.000000000000 0.000000000000 0.003799438477 +0.000000000000 0.169921875000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.105957031250 0.292968750000 +0.000000000000 0.009277343750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.092285156250 +0.102539062500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.310546875000 0.000000000000 0.251953125000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.031982421875 0.050537109375 +0.106445312500 0.000000000000 0.000000000000 0.007537841797 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.030151367188 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.102050781250 0.122558593750 0.000000000000 0.000000000000 +0.000000000000 0.099609375000 0.000000000000 0.324218750000 +0.000000000000 0.000000000000 0.000000000000 0.016357421875 +0.122558593750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.056152343750 0.222656250000 +0.000000000000 0.148437500000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.071289062500 +0.000000000000 0.000000000000 0.000000000000 0.177734375000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.304687500000 0.000000000000 0.148437500000 +0.019409179688 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.006530761719 0.000000000000 +0.000881195068 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.047851562500 0.000000000000 +0.261718750000 0.096679687500 0.000000000000 0.000000000000 +0.060302734375 0.220703125000 0.026611328125 0.265625000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.251953125000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.064453125000 +0.000000000000 0.169921875000 0.000000000000 0.000000000000 +0.000000000000 0.062988281250 0.000000000000 0.333984375000 +0.000000000000 0.000000000000 0.000000000000 0.139648437500 +0.000000000000 0.000000000000 0.051513671875 0.000000000000 +0.000000000000 0.231445312500 0.000000000000 0.000000000000 +0.000000000000 0.045654296875 0.000000000000 0.142578125000 +0.006256103516 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.168945312500 0.000000000000 0.000000000000 +0.069824218750 0.000000000000 0.000000000000 0.000000000000 +0.253906250000 0.006072998047 0.000000000000 0.000000000000 +0.159179687500 0.253906250000 0.117187500000 0.022949218750 +0.000000000000 0.000000000000 0.000000000000 0.010009765625 +0.261718750000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.062988281250 0.000000000000 0.000000000000 +0.000000000000 0.224609375000 0.000000000000 0.384765625000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.049560546875 0.161132812500 0.000000000000 +0.000000000000 0.030029296875 0.000000000000 0.000000000000 +0.000000000000 0.105468750000 0.000000000000 0.353515625000 +0.029907226562 0.126953125000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.018432617188 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.271484375000 0.000000000000 0.000000000000 +0.054199218750 0.000000000000 0.000000000000 0.000000000000 +0.128906250000 0.000000000000 0.000000000000 0.000000000000 +0.169921875000 0.234375000000 0.153320312500 0.000000000000 +0.061035156250 0.000000000000 0.000000000000 0.026367187500 +0.208984375000 0.000000000000 0.026000976562 0.082031250000 +0.169921875000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.253906250000 0.000000000000 0.267578125000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.155273437500 0.193359375000 0.050048828125 +0.000000000000 0.000000000000 0.009826660156 0.000000000000 +0.000000000000 0.113769531250 0.000000000000 0.417968750000 +0.014282226562 0.136718750000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.269531250000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.064941406250 0.136718750000 0.154296875000 0.000000000000 +0.048095703125 0.000000000000 0.040771484375 0.000000000000 +0.040039062500 0.000000000000 0.002761840820 0.365234375000 +0.292968750000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.189453125000 0.000000000000 0.000000000000 +0.094238281250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.167968750000 0.170898437500 0.404296875000 +0.000000000000 0.000000000000 0.131835937500 0.000000000000 +0.000000000000 0.009399414062 0.007019042969 0.390625000000 +0.000000000000 0.050048828125 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.131835937500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.081542968750 0.000000000000 +0.000000000000 0.000000000000 0.137695312500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.410156250000 +0.291015625000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.223632812500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.083007812500 0.046630859375 0.488281250000 +0.000000000000 0.000000000000 0.118164062500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.187500000000 +0.000000000000 0.000000000000 0.016113281250 0.000000000000 +0.052734375000 0.000000000000 0.000000000000 0.164062500000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.166015625000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.083007812500 +0.000000000000 0.000000000000 0.308593750000 0.047851562500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.160156250000 0.007812500000 +0.000000000000 0.048339843750 0.000000000000 0.277343750000 +0.150390625000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.210937500000 0.000000000000 0.000000000000 0.000000000000 +0.103515625000 0.000000000000 0.000000000000 0.363281250000 +0.000000000000 0.000000000000 0.000000000000 0.179687500000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.107421875000 0.150390625000 +0.203125000000 0.000000000000 0.012451171875 0.306640625000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.146484375000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.193359375000 +0.000000000000 0.079101562500 0.400390625000 0.145507812500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.135742187500 0.000167846680 +0.000000000000 0.152343750000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.067871093750 0.129882812500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.066406250000 0.000000000000 0.000000000000 0.000000000000 +0.112792968750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.059814453125 0.000000000000 0.263671875000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.117675781250 0.269531250000 +0.230468750000 0.000000000000 0.032714843750 0.271484375000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.056640625000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.184570312500 +0.000000000000 0.247070312500 0.332031250000 0.128906250000 +0.000000000000 0.000000000000 0.000000000000 0.351562500000 +0.000000000000 0.000000000000 0.029785156250 0.000000000000 +0.000000000000 0.118164062500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.226562500000 0.199218750000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.080566406250 0.155273437500 +0.025146484375 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.109863281250 0.000000000000 0.257812500000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.029052734375 0.000000000000 0.043212890625 0.296875000000 +0.174804687500 0.000000000000 0.070800781250 0.136718750000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.087890625000 +0.158203125000 0.316406250000 0.013000488281 0.060058593750 +0.000000000000 0.000000000000 0.000000000000 0.486328125000 +0.000000000000 0.105468750000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.207031250000 0.194335937500 +0.000000000000 0.214843750000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.169921875000 0.237304687500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.091796875000 0.000000000000 0.147460937500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.128906250000 0.000000000000 0.000000000000 0.226562500000 +0.000000000000 0.000000000000 0.073242187500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.050292968750 0.000000000000 +0.263671875000 0.312500000000 0.000000000000 0.000000000000 +0.000000000000 0.032714843750 0.000000000000 0.460937500000 +0.090332031250 0.057617187500 0.000000000000 0.008544921875 +0.135742187500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.192382812500 0.133789062500 +0.000000000000 0.365234375000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.249023437500 +0.000000000000 0.000000000000 0.179687500000 0.184570312500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.002593994141 0.000000000000 0.000000000000 +0.000000000000 0.166992187500 0.000000000000 0.000000000000 +0.200195312500 0.000000000000 0.000000000000 0.017333984375 +0.000000000000 0.000000000000 0.039062500000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.089843750000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.107910156250 0.000000000000 +0.261718750000 0.209960937500 0.000000000000 0.000000000000 +0.000000000000 0.053222656250 0.000000000000 0.211914062500 +0.208007812500 0.000000000000 0.000000000000 0.026733398438 +0.294921875000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.031982421875 0.066406250000 +0.000000000000 0.328125000000 0.000000000000 0.000000000000 +0.000000000000 0.078125000000 0.000000000000 0.369140625000 +0.000000000000 0.000000000000 0.085449218750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.324218750000 0.000000000000 0.222656250000 +0.225585937500 0.116699218750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.042968750000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.229492187500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.093750000000 0.000000000000 +0.127929687500 0.024536132812 0.000000000000 0.000000000000 +0.125000000000 0.060791015625 0.030517578125 0.000000000000 +0.207031250000 0.000000000000 0.000000000000 0.000000000000 +0.359375000000 0.000000000000 0.000000000000 0.048583984375 +0.148437500000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.128906250000 0.000000000000 0.000000000000 +0.000000000000 0.333984375000 0.000000000000 0.347656250000 +0.000000000000 0.027221679688 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.086914062500 0.000000000000 +0.000000000000 0.328125000000 0.000000000000 0.398437500000 +0.200195312500 0.136718750000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.082519531250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.248046875000 0.019409179688 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.176757812500 0.051513671875 0.079101562500 0.000000000000 +0.090820312500 0.000000000000 0.000000000000 0.024291992188 +0.322265625000 0.000000000000 0.068847656250 0.406250000000 +0.208007812500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.470703125000 0.000000000000 0.250000000000 +0.000000000000 0.057861328125 0.000000000000 0.000000000000 +0.000000000000 0.036621093750 0.182617187500 0.000000000000 +0.000000000000 0.000000000000 0.138671875000 0.000000000000 +0.000000000000 0.304687500000 0.000000000000 0.449218750000 +0.116699218750 0.087402343750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.099609375000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.249023437500 0.105468750000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.168945312500 0.062500000000 0.111328125000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.217773437500 0.000000000000 0.081542968750 0.570312500000 +0.228515625000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.507812500000 0.000000000000 0.118652343750 +0.000000000000 0.046142578125 0.000000000000 0.000000000000 +0.000000000000 0.098632812500 0.324218750000 0.072753906250 +0.000000000000 0.000000000000 0.153320312500 0.000000000000 +0.000000000000 0.218750000000 0.000000000000 0.468750000000 +0.056152343750 0.021850585938 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.062988281250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.195312500000 0.123046875000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.118652343750 0.083984375000 0.166015625000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.006561279297 +0.084472656250 0.000000000000 0.104492187500 0.566406250000 +0.221679687500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.503906250000 0.000000000000 0.113769531250 +0.000000000000 0.001937866211 0.000000000000 0.000000000000 +0.000000000000 0.121582031250 0.351562500000 0.099121093750 +0.000000000000 0.000000000000 0.054687500000 0.000000000000 +0.069335937500 0.150390625000 0.000000000000 0.484375000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.019897460938 0.000000000000 0.000000000000 +0.076171875000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.171875000000 0.107421875000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.109863281250 0.131835937500 0.198242187500 0.000000000000 +0.000000000000 0.000000000000 0.004211425781 0.037597656250 +0.000000000000 0.000000000000 0.102050781250 0.523437500000 +0.186523437500 0.076660156250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.486328125000 0.000000000000 0.160156250000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.139648437500 0.402343750000 0.098144531250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.048339843750 0.131835937500 0.000000000000 0.482421875000 +0.006469726562 0.018798828125 0.000000000000 0.000000000000 +0.000000000000 0.061523437500 0.000000000000 0.000000000000 +0.074707031250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.195312500000 0.034912109375 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.095214843750 0.141601562500 0.201171875000 0.000000000000 +0.000000000000 0.000000000000 0.004119873047 0.010925292969 +0.000000000000 0.000000000000 0.105468750000 0.474609375000 +0.251953125000 0.084960937500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.460937500000 0.000000000000 0.234375000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.143554687500 0.390625000000 0.109375000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.043701171875 0.152343750000 0.000000000000 0.531250000000 +0.019897460938 0.086425781250 0.000000000000 0.000000000000 +0.000000000000 0.053710937500 0.000000000000 0.000000000000 +0.069824218750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.232421875000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.083496093750 0.137695312500 0.240234375000 0.000000000000 +0.000000000000 0.000000000000 0.028930664062 0.075683593750 +0.000000000000 0.000000000000 0.145507812500 0.466796875000 +0.320312500000 0.057861328125 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.447265625000 0.000000000000 0.220703125000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.170898437500 0.337890625000 0.145507812500 +0.000000000000 0.000000000000 0.036621093750 0.000000000000 +0.048339843750 0.186523437500 0.000000000000 0.554687500000 +0.021728515625 0.098144531250 0.000000000000 0.000000000000 +0.000000000000 0.036865234375 0.000000000000 0.000000000000 +0.043212890625 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.265625000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.069824218750 0.102539062500 0.220703125000 0.000000000000 +0.000000000000 0.000000000000 0.060302734375 0.000000000000 +0.000000000000 0.000000000000 0.086425781250 0.562500000000 +0.333984375000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.449218750000 0.000000000000 0.146484375000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.178710937500 0.304687500000 0.190429687500 +0.000000000000 0.000000000000 0.096191406250 0.000000000000 +0.003570556641 0.163085937500 0.000000000000 0.546875000000 +0.003570556641 0.097656250000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.004852294922 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.228515625000 0.046386718750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.049072265625 0.067871093750 0.192382812500 0.000000000000 +0.000000000000 0.000000000000 0.065917968750 0.028808593750 +0.000000000000 0.000000000000 0.082031250000 0.609375000000 +0.314453125000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.423828125000 0.000000000000 0.000000000000 +0.109375000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.196289062500 0.285156250000 0.224609375000 +0.000000000000 0.000000000000 0.121093750000 0.000000000000 +0.035156250000 0.075195312500 0.000000000000 0.492187500000 +0.000000000000 0.002517700195 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.017944335938 +0.000000000000 0.135742187500 0.178710937500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.014160156250 0.036621093750 0.127929687500 0.000000000000 +0.000000000000 0.000000000000 0.059570312500 0.000000000000 +0.000000000000 0.000000000000 0.032714843750 0.597656250000 +0.181640625000 0.078125000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.373046875000 0.000000000000 0.000000000000 +0.119140625000 0.040039062500 0.000000000000 0.000000000000 +0.000000000000 0.174804687500 0.337890625000 0.199218750000 +0.000000000000 0.000000000000 0.075195312500 0.000000000000 +0.080078125000 0.000000000000 0.000000000000 0.357421875000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.017578125000 +0.019775390625 0.027343750000 0.257812500000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.073242187500 0.098144531250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.006958007812 +0.000000000000 0.010131835938 0.000000000000 0.449218750000 +0.000000000000 0.255859375000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.106445312500 +0.000000000000 0.310546875000 0.072265625000 0.000000000000 +0.088867187500 0.122558593750 0.000000000000 0.000000000000 +0.153320312500 0.216796875000 0.363281250000 0.137695312500 +0.000000000000 0.207031250000 0.000000000000 0.005676269531 +0.159179687500 0.000000000000 0.000000000000 0.240234375000 +0.000000000000 0.000000000000 0.137695312500 0.000000000000 +0.056884765625 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.310546875000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.022949218750 0.159179687500 0.089843750000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.018920898438 +0.000000000000 0.090332031250 0.000000000000 0.208007812500 +0.000000000000 0.457031250000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.253906250000 +0.000000000000 0.238281250000 0.037109375000 0.000000000000 +0.009887695312 0.107421875000 0.000000000000 0.000000000000 +0.186523437500 0.225585937500 0.439453125000 0.000000000000 +0.041992187500 0.402343750000 0.000000000000 0.049072265625 +0.192382812500 0.000000000000 0.000000000000 0.123046875000 +0.000000000000 0.000000000000 0.249023437500 0.000000000000 +0.124023437500 0.034667968750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.291015625000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.083984375000 0.267578125000 0.118164062500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.105957031250 0.000000000000 0.000000000000 +0.000000000000 0.648437500000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.289062500000 +0.000000000000 0.216796875000 0.065917968750 0.000000000000 +0.000000000000 0.091308593750 0.000000000000 0.000000000000 +0.184570312500 0.255859375000 0.503906250000 0.000000000000 +0.069824218750 0.458984375000 0.000000000000 0.037109375000 +0.219726562500 0.000000000000 0.000000000000 0.080078125000 +0.000000000000 0.000000000000 0.292968750000 0.000000000000 +0.160156250000 0.095214843750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.208984375000 0.000000000000 +0.136718750000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.082031250000 0.337890625000 0.151367187500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.005340576172 +0.000000000000 0.042724609375 0.000000000000 0.000000000000 +0.000000000000 0.734375000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.208984375000 +0.000000000000 0.125976562500 0.079101562500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.094726562500 0.304687500000 0.462890625000 0.000000000000 +0.079589843750 0.457031250000 0.000000000000 0.000000000000 +0.190429687500 0.000000000000 0.000000000000 0.121582031250 +0.000000000000 0.000000000000 0.281250000000 0.000000000000 +0.132812500000 0.116210937500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.018066406250 0.094238281250 0.000000000000 +0.279296875000 0.000000000000 0.000000000000 0.000000000000 +0.020507812500 0.000000000000 0.000000000000 0.000000000000 +0.099609375000 0.367187500000 0.183593750000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.011230468750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.746093750000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.039062500000 0.101074218750 +0.000000000000 0.135742187500 0.062988281250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.020874023438 0.283203125000 0.447265625000 0.000000000000 +0.064453125000 0.421875000000 0.000000000000 0.000000000000 +0.211914062500 0.000000000000 0.000000000000 0.152343750000 +0.000000000000 0.000000000000 0.251953125000 0.000000000000 +0.056884765625 0.138671875000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.036132812500 0.035888671875 0.000000000000 +0.300781250000 0.000000000000 0.000000000000 0.000000000000 +0.033691406250 0.000000000000 0.000000000000 0.000000000000 +0.105957031250 0.355468750000 0.191406250000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.695312500000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.036865234375 0.012329101562 +0.000000000000 0.100097656250 0.074707031250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.304687500000 0.431640625000 0.000000000000 +0.014343261719 0.318359375000 0.000000000000 0.000000000000 +0.122070312500 0.000000000000 0.000000000000 0.173828125000 +0.000000000000 0.000000000000 0.215820312500 0.000000000000 +0.027099609375 0.109375000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.042480468750 0.000000000000 0.000000000000 +0.298828125000 0.000000000000 0.000000000000 0.000000000000 +0.004577636719 0.000000000000 0.000000000000 0.000000000000 +0.030029296875 0.318359375000 0.168945312500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.016967773438 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.589843750000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.083496093750 0.000000000000 +0.000000000000 0.037353515625 0.051757812500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.263671875000 0.343750000000 0.052001953125 +0.009826660156 0.208984375000 0.000000000000 0.000000000000 +0.084472656250 0.000000000000 0.000000000000 0.160156250000 +0.000000000000 0.000000000000 0.174804687500 0.000000000000 +0.020751953125 0.105957031250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.015869140625 0.000000000000 0.000000000000 +0.234375000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.242187500000 0.151367187500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.023071289062 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.498046875000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.095703125000 0.000000000000 +0.000000000000 0.000000000000 0.025268554688 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.127929687500 0.236328125000 0.022460937500 +0.000000000000 0.135742187500 0.000000000000 0.000000000000 +0.109863281250 0.000000000000 0.000000000000 0.120605468750 +0.000000000000 0.000000000000 0.141601562500 0.000000000000 +0.015319824219 0.056884765625 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.135742187500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.175781250000 0.107910156250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.388671875000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.046142578125 0.000000000000 +0.000000000000 0.000000000000 0.018676757812 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.054443359375 0.139648437500 0.000000000000 +0.000000000000 0.128906250000 0.000000000000 0.000000000000 +0.056152343750 0.000000000000 0.000000000000 0.082519531250 +0.000000000000 0.000000000000 0.095214843750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.041259765625 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.143554687500 0.061035156250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.009948730469 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.259765625000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.089843750000 0.000000000000 +0.000000000000 0.109863281250 0.000000000000 0.000000000000 +0.043457031250 0.000000000000 0.000000000000 0.055664062500 +0.000000000000 0.000000000000 0.039550781250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.149414062500 0.082031250000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.002502441406 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.190429687500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.045410156250 0.000000000000 0.095703125000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.105468750000 0.000000000000 +0.000000000000 0.070312500000 0.000000000000 0.000000000000 +0.066894531250 0.000000000000 0.000000000000 0.155273437500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.049316406250 0.000000000000 0.000000000000 +0.030639648438 0.000000000000 0.000000000000 0.000000000000 +0.039550781250 0.000000000000 0.000000000000 0.000000000000 +0.001327514648 0.168945312500 0.105957031250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.009643554688 +0.029541015625 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.075683593750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.166015625000 0.000000000000 0.275390625000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.085449218750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.101074218750 0.000000000000 0.291015625000 +0.015441894531 0.028320312500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.001480102539 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.218750000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.026245117188 0.000000000000 0.000000000000 0.000000000000 +0.107421875000 0.179687500000 0.144531250000 0.000000000000 +0.010070800781 0.000000000000 0.000000000000 0.002624511719 +0.109375000000 0.000000000000 0.000000000000 0.007141113281 +0.090332031250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.333984375000 0.000000000000 0.314453125000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.188476562500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.016357421875 0.193359375000 0.000000000000 0.421875000000 +0.074218750000 0.096679687500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.031738281250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.246093750000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.134765625000 0.153320312500 0.166015625000 0.000000000000 +0.032470703125 0.000000000000 0.000000000000 0.006622314453 +0.103515625000 0.000000000000 0.027709960938 0.265625000000 +0.218750000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.425781250000 0.000000000000 0.333984375000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.075683593750 0.217773437500 0.000000000000 +0.000000000000 0.000000000000 0.015136718750 0.000000000000 +0.000000000000 0.253906250000 0.000000000000 0.523437500000 +0.066406250000 0.166992187500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.090820312500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.298828125000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.159179687500 0.131835937500 0.191406250000 0.000000000000 +0.041015625000 0.000000000000 0.010070800781 0.012939453125 +0.084960937500 0.000000000000 0.090820312500 0.486328125000 +0.308593750000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.535156250000 0.000000000000 0.285156250000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.125000000000 0.289062500000 0.050048828125 +0.000000000000 0.000000000000 0.091796875000 0.000000000000 +0.032470703125 0.251953125000 0.000000000000 0.562500000000 +0.057128906250 0.142578125000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.091796875000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.306640625000 0.050292968750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.155273437500 0.090332031250 0.192382812500 0.000000000000 +0.000000000000 0.000000000000 0.037597656250 0.000000000000 +0.063964843750 0.000000000000 0.110839843750 0.648437500000 +0.314453125000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.535156250000 0.000000000000 0.162109375000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.175781250000 0.355468750000 0.186523437500 +0.000000000000 0.000000000000 0.129882812500 0.000000000000 +0.019165039062 0.201171875000 0.000000000000 0.542968750000 +0.021850585938 0.067382812500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.093750000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.236328125000 0.073242187500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.092773437500 0.082519531250 0.185546875000 0.000000000000 +0.000000000000 0.000000000000 0.045898437500 0.000000000000 +0.000000000000 0.000000000000 0.094726562500 0.660156250000 +0.322265625000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.511718750000 0.000000000000 0.046386718750 +0.003158569336 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.181640625000 0.367187500000 0.234375000000 +0.000000000000 0.000000000000 0.127929687500 0.000000000000 +0.035156250000 0.125000000000 0.000000000000 0.527343750000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.004760742188 0.000000000000 0.000000000000 +0.018188476562 0.000000000000 0.000000000000 0.000000000000 +0.006988525391 0.173828125000 0.106445312500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.045166015625 0.072265625000 0.188476562500 0.000000000000 +0.000000000000 0.000000000000 0.037597656250 0.054199218750 +0.000000000000 0.000000000000 0.108398437500 0.617187500000 +0.242187500000 0.070800781250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.445312500000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.180664062500 0.357421875000 0.211914062500 +0.000000000000 0.000000000000 0.031982421875 0.000000000000 +0.097656250000 0.065429687500 0.000000000000 0.453125000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.006927490234 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.004455566406 0.122070312500 0.114746093750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.038085937500 0.098632812500 0.167968750000 0.000000000000 +0.000000000000 0.000000000000 0.026855468750 0.000000000000 +0.000000000000 0.000000000000 0.034423828125 0.507812500000 +0.155273437500 0.150390625000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.425781250000 0.000000000000 0.003158569336 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.130859375000 0.375000000000 0.120605468750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.105957031250 0.021972656250 0.000000000000 0.392578125000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.021240234375 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.089843750000 0.106445312500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.076171875000 0.144531250000 0.176757812500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.022705078125 +0.000000000000 0.000000000000 0.061523437500 0.371093750000 +0.075683593750 0.197265625000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.414062500000 0.000000000000 0.091796875000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.189453125000 0.388671875000 0.022705078125 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.133789062500 0.043945312500 0.000000000000 0.398437500000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.049072265625 0.000000000000 0.000000000000 +0.019775390625 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.147460937500 0.068359375000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.123535156250 0.182617187500 0.199218750000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.038818359375 0.294921875000 +0.066406250000 0.200195312500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.373046875000 0.000000000000 0.053710937500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.221679687500 0.392578125000 0.099121093750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.045410156250 0.000000000000 0.000000000000 0.400390625000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.045898437500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.151367187500 0.044921875000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.073242187500 0.172851562500 0.190429687500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.029907226562 0.283203125000 +0.101562500000 0.220703125000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.322265625000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.196289062500 0.378906250000 0.171875000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.072753906250 0.000000000000 0.000000000000 0.396484375000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.071777343750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.118652343750 0.011840820312 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.131835937500 0.177734375000 0.000000000000 +0.000000000000 0.000000000000 0.007720947266 0.032470703125 +0.000000000000 0.000000000000 0.024658203125 0.283203125000 +0.111328125000 0.200195312500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.236328125000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.158203125000 0.310546875000 0.189453125000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.041992187500 0.000000000000 0.000000000000 0.322265625000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.076660156250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.055419921875 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.108398437500 0.148437500000 0.000000000000 +0.000000000000 0.000000000000 0.016967773438 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.238281250000 +0.146484375000 0.165039062500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.002075195312 0.000000000000 +0.000000000000 0.091796875000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.074218750000 0.225585937500 0.222656250000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.259765625000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.046386718750 0.016113281250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.025878906250 0.015869140625 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.040771484375 0.094726562500 0.000000000000 +0.000000000000 0.000000000000 0.068847656250 0.022460937500 +0.000000000000 0.000000000000 0.000000000000 0.120117187500 +0.160156250000 0.078613281250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.026611328125 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.057128906250 0.183593750000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.177734375000 +0.024291992188 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.034912109375 0.095703125000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.050048828125 0.000000000000 +0.006225585938 0.000000000000 0.127929687500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.026611328125 +0.190429687500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.045654296875 0.000000000000 +0.016479492188 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.112304687500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.071289062500 +0.132812500000 0.000000000000 0.000000000000 0.031127929688 +0.000000000000 0.000000000000 0.144531250000 0.000000000000 +0.000000000000 0.000000000000 0.049316406250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.109375000000 +0.000000000000 0.088867187500 0.000000000000 0.091796875000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.152343750000 0.000000000000 0.162109375000 0.020141601562 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.269531250000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.102050781250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.118164062500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.090820312500 0.000000000000 0.040283203125 +0.228515625000 0.000000000000 0.000000000000 0.069824218750 +0.000000000000 0.000000000000 0.204101562500 0.000000000000 +0.000000000000 0.054199218750 0.140625000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.140625000000 +0.000000000000 0.135742187500 0.000000000000 0.265625000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.285156250000 0.000000000000 0.195312500000 0.018798828125 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.291015625000 0.000000000000 0.016479492188 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.269531250000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.337890625000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.007873535156 0.000000000000 +0.000000000000 0.187500000000 0.000000000000 0.000000000000 +0.318359375000 0.000000000000 0.000000000000 0.055419921875 +0.000000000000 0.000000000000 0.219726562500 0.000000000000 +0.000000000000 0.100585937500 0.184570312500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.155273437500 +0.000000000000 0.183593750000 0.000000000000 0.386718750000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.382812500000 0.067871093750 0.229492187500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.371093750000 0.000000000000 0.135742187500 0.031494140625 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.259765625000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.457031250000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.094726562500 0.000000000000 +0.000000000000 0.221679687500 0.000000000000 0.001823425293 +0.367187500000 0.000000000000 0.000000000000 0.027954101562 +0.000000000000 0.000000000000 0.194335937500 0.000000000000 +0.000000000000 0.130859375000 0.165039062500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.150390625000 +0.000000000000 0.190429687500 0.000000000000 0.535156250000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.378906250000 0.101562500000 0.263671875000 0.020019531250 +0.000000000000 0.000000000000 0.000000000000 0.014587402344 +0.410156250000 0.000000000000 0.216796875000 0.129882812500 +0.002014160156 0.000000000000 0.000000000000 0.000000000000 +0.337890625000 0.000000000000 0.000000000000 0.000000000000 +0.098144531250 0.000000000000 0.500000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.158203125000 0.000000000000 +0.000000000000 0.231445312500 0.000000000000 0.000000000000 +0.359375000000 0.000000000000 0.000000000000 0.017578125000 +0.000000000000 0.000000000000 0.161132812500 0.035400390625 +0.000000000000 0.146484375000 0.121093750000 0.082519531250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.113769531250 +0.000000000000 0.166992187500 0.000000000000 0.609375000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.302734375000 0.084960937500 0.273437500000 0.004913330078 +0.000000000000 0.000000000000 0.000000000000 0.065429687500 +0.341796875000 0.000000000000 0.289062500000 0.250000000000 +0.158203125000 0.000000000000 0.000000000000 0.000000000000 +0.310546875000 0.000000000000 0.000000000000 0.000000000000 +0.159179687500 0.000000000000 0.498046875000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.211914062500 0.062500000000 +0.000000000000 0.215820312500 0.000000000000 0.000000000000 +0.349609375000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.066406250000 0.070312500000 +0.000000000000 0.138671875000 0.000000000000 0.153320312500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.035156250000 +0.000000000000 0.161132812500 0.000000000000 0.613281250000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.127929687500 0.100585937500 0.215820312500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.025756835938 +0.226562500000 0.000000000000 0.292968750000 0.332031250000 +0.225585937500 0.000000000000 0.000000000000 0.000000000000 +0.221679687500 0.000000000000 0.000000000000 0.000000000000 +0.151367187500 0.000000000000 0.400390625000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.118164062500 0.129882812500 +0.000000000000 0.139648437500 0.000000000000 0.000000000000 +0.292968750000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.086425781250 +0.000000000000 0.052001953125 0.000000000000 0.130859375000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.017089843750 0.000000000000 +0.000000000000 0.137695312500 0.000000000000 0.542968750000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.103515625000 0.147460937500 0.018676757812 +0.028198242188 0.000000000000 0.000000000000 0.000000000000 +0.059814453125 0.000000000000 0.255859375000 0.365234375000 +0.251953125000 0.000000000000 0.000000000000 0.000000000000 +0.106933593750 0.000000000000 0.000000000000 0.000000000000 +0.122558593750 0.000000000000 0.300781250000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.050537109375 0.158203125000 +0.000000000000 0.100097656250 0.000000000000 0.000000000000 +0.204101562500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.055419921875 +0.000000000000 0.000000000000 0.000000000000 0.068359375000 +0.000000000000 0.000000000000 0.058105468750 0.000000000000 +0.000000000000 0.000000000000 0.052246093750 0.000000000000 +0.000000000000 0.096191406250 0.000000000000 0.335937500000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.039550781250 0.026367187500 +0.123535156250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.190429687500 0.355468750000 +0.237304687500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.052734375000 0.016723632812 0.078125000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.078613281250 0.000000000000 0.175781250000 +0.000000000000 0.017333984375 0.000000000000 0.000000000000 +0.111328125000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.103515625000 0.000000000000 +0.000000000000 0.000000000000 0.054931640625 0.000000000000 +0.000000000000 0.059326171875 0.000000000000 0.098144531250 +0.000000000000 0.000000000000 0.000000000000 0.009277343750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.185546875000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.083496093750 0.291015625000 +0.130859375000 0.019042968750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.108398437500 0.000000000000 0.000000000000 +0.027954101562 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.244140625000 0.000000000000 0.151367187500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.008789062500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.160156250000 0.000000000000 +0.000000000000 0.000000000000 0.045166015625 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.046142578125 0.113281250000 0.000000000000 0.004455566406 +0.000000000000 0.000000000000 0.000000000000 0.060058593750 +0.238281250000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.209960937500 +0.080078125000 0.009277343750 0.000000000000 0.077636718750 +0.000000000000 0.097656250000 0.000000000000 0.000000000000 +0.000000000000 0.134765625000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.123535156250 0.000000000000 +0.000000000000 0.318359375000 0.000000000000 0.080078125000 +0.047607421875 0.000000000000 0.000000000000 0.012084960938 +0.000000000000 0.000000000000 0.018310546875 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.150390625000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.130859375000 0.210937500000 0.026977539062 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.241210937500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.159179687500 0.000000000000 0.030151367188 +0.000000000000 0.000000000000 0.000000000000 0.068359375000 +0.000000000000 0.136718750000 0.011596679688 0.000000000000 +0.000000000000 0.093750000000 0.000000000000 0.000000000000 +0.000000000000 0.134765625000 0.261718750000 0.000000000000 +0.000000000000 0.302734375000 0.000000000000 0.000000000000 +0.038085937500 0.000000000000 0.000000000000 0.125976562500 +0.000000000000 0.000000000000 0.075195312500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.024414062500 0.111328125000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.011596679688 0.000000000000 0.000000000000 0.000000000000 +0.109375000000 0.250000000000 0.096679687500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.037109375000 +0.153320312500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.312500000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.028930664062 +0.000000000000 0.122070312500 0.041015625000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.248046875000 0.300781250000 0.000000000000 +0.000000000000 0.271484375000 0.000000000000 0.000000000000 +0.058593750000 0.000000000000 0.000000000000 0.150390625000 +0.000000000000 0.000000000000 0.152343750000 0.000000000000 +0.000000000000 0.012512207031 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.038085937500 0.078613281250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.058837890625 0.240234375000 0.104003906250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.003967285156 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.404296875000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.045410156250 0.034423828125 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.215820312500 0.310546875000 0.156250000000 +0.002151489258 0.208007812500 0.000000000000 0.000000000000 +0.035156250000 0.000000000000 0.000000000000 0.100585937500 +0.000000000000 0.000000000000 0.224609375000 0.000000000000 +0.086914062500 0.095703125000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.046630859375 0.000000000000 +0.098144531250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.188476562500 0.068847656250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.028930664062 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.433593750000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.045898437500 0.000000000000 +0.000000000000 0.000000000000 0.071777343750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.031738281250 0.107421875000 0.215820312500 0.158203125000 +0.000000000000 0.156250000000 0.000000000000 0.017578125000 +0.034667968750 0.000000000000 0.000000000000 0.013854980469 +0.000000000000 0.000000000000 0.218750000000 0.000000000000 +0.164062500000 0.018676757812 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.069824218750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.106933593750 0.000000000000 +0.000000000000 0.108886718750 0.028808593750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.029907226562 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.408203125000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.049072265625 0.000000000000 +0.000000000000 0.000000000000 0.091308593750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.090820312500 0.031494140625 0.027343750000 0.098632812500 +0.000000000000 0.204101562500 0.000000000000 0.125976562500 +0.018432617188 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.261718750000 0.103515625000 +0.192382812500 0.000000000000 0.000000000000 0.102539062500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.020874023438 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.042480468750 0.176757812500 0.000000000000 +0.000000000000 0.046630859375 0.000000000000 0.166992187500 +0.000000000000 0.000000000000 0.000000000000 0.019042968750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.294921875000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.033203125000 0.000000000000 +0.000000000000 0.000000000000 0.026245117188 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.001304626465 +0.182617187500 0.000000000000 0.000000000000 0.000000000000 +0.039794921875 0.316406250000 0.000000000000 0.210937500000 +0.017944335938 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.236328125000 0.124023437500 +0.222656250000 0.000000000000 0.000000000000 0.104492187500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.115722656250 0.165039062500 0.000000000000 +0.000000000000 0.057128906250 0.000000000000 0.347656250000 +0.000000000000 0.000000000000 0.000000000000 0.082031250000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.208984375000 0.012268066406 0.091308593750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.031738281250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.085449218750 +0.147460937500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.388671875000 0.000000000000 0.232421875000 +0.061767578125 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.225585937500 0.125976562500 +0.159179687500 0.000000000000 0.000000000000 0.050781250000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.094726562500 0.114746093750 0.000000000000 0.000000000000 +0.000000000000 0.142578125000 0.000000000000 0.445312500000 +0.000000000000 0.000000000000 0.000000000000 0.001663208008 +0.016357421875 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.157226562500 0.000000000000 0.117675781250 +0.000000000000 0.085449218750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.004791259766 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.118164062500 +0.079101562500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.458984375000 0.000000000000 0.180664062500 +0.061035156250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.145507812500 0.002548217773 +0.093261718750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.012207031250 0.012207031250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.160156250000 0.085449218750 0.000000000000 0.000000000000 +0.000000000000 0.215820312500 0.000000000000 0.439453125000 +0.000000000000 0.000000000000 0.000000000000 0.019042968750 +0.147460937500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.177734375000 0.000000000000 0.094726562500 +0.000000000000 0.130859375000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.071289062500 +0.000000000000 0.038085937500 0.000000000000 0.162109375000 +0.013671875000 0.000000000000 0.079589843750 0.000000000000 +0.000000000000 0.460937500000 0.000000000000 0.095214843750 +0.100585937500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.086914062500 0.000000000000 +0.021484375000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.001098632812 0.025878906250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.228515625000 0.004486083984 0.000000000000 0.000000000000 +0.179687500000 0.302734375000 0.090332031250 0.271484375000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.243164062500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.226562500000 0.000000000000 0.000000000000 +0.000000000000 0.121582031250 0.000000000000 0.001701354980 +0.000000000000 0.194335937500 0.000000000000 0.302734375000 +0.000000000000 0.058349609375 0.000000000000 0.111328125000 +0.000000000000 0.031738281250 0.246093750000 0.000000000000 +0.000000000000 0.404296875000 0.000000000000 0.000000000000 +0.114746093750 0.000000000000 0.000000000000 0.172851562500 +0.000000000000 0.000000000000 0.016235351562 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.156250000000 0.003677368164 0.000000000000 +0.105468750000 0.000000000000 0.000000000000 0.000000000000 +0.224609375000 0.000000000000 0.000000000000 0.000000000000 +0.291015625000 0.357421875000 0.175781250000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.033447265625 +0.261718750000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.277343750000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.423828125000 0.000000000000 0.478515625000 +0.000000000000 0.049560546875 0.000000000000 0.000000000000 +0.000000000000 0.188476562500 0.388671875000 0.000000000000 +0.000000000000 0.253906250000 0.000000000000 0.000000000000 +0.110839843750 0.048339843750 0.000000000000 0.404296875000 +0.000000000000 0.067382812500 0.000000000000 0.000000000000 +0.000000000000 0.033691406250 0.000000000000 0.000000000000 +0.072265625000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.337890625000 0.000000000000 0.000000000000 +0.119140625000 0.000000000000 0.000000000000 0.000000000000 +0.160156250000 0.000000000000 0.000000000000 0.000000000000 +0.369140625000 0.363281250000 0.245117187500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.028686523438 +0.257812500000 0.000000000000 0.099121093750 0.030761718750 +0.000000000000 0.259765625000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.523437500000 0.000000000000 0.478515625000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.308593750000 0.507812500000 0.000000000000 +0.000000000000 0.045898437500 0.000000000000 0.000000000000 +0.083984375000 0.116699218750 0.000000000000 0.550781250000 +0.000000000000 0.174804687500 0.000000000000 0.000000000000 +0.000000000000 0.102050781250 0.000000000000 0.000000000000 +0.114746093750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.376953125000 0.000000000000 0.000000000000 +0.154296875000 0.000000000000 0.000000000000 0.000000000000 +0.030273437500 0.000000000000 0.000000000000 0.000000000000 +0.322265625000 0.335937500000 0.283203125000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.145507812500 0.000000000000 0.094726562500 0.335937500000 +0.227539062500 0.246093750000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.535156250000 0.000000000000 0.400390625000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.345703125000 0.515625000000 0.271484375000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.095703125000 0.000000000000 0.625000000000 +0.000000000000 0.200195312500 0.000000000000 0.000000000000 +0.000000000000 0.168945312500 0.000000000000 0.000000000000 +0.067871093750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.380859375000 0.000000000000 0.000000000000 +0.143554687500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.164062500000 0.244140625000 0.287109375000 0.000000000000 +0.037109375000 0.000000000000 0.048583984375 0.013671875000 +0.000000000000 0.000000000000 0.142578125000 0.546875000000 +0.427734375000 0.186523437500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.105957031250 0.000000000000 +0.000000000000 0.425781250000 0.000000000000 0.132812500000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.330078125000 0.425781250000 0.507812500000 +0.000000000000 0.000000000000 0.079101562500 0.000000000000 +0.000000000000 0.049560546875 0.000000000000 0.617187500000 +0.000000000000 0.170898437500 0.000000000000 0.000000000000 +0.000000000000 0.132812500000 0.000637054443 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.031982421875 0.271484375000 0.000000000000 0.000000000000 +0.001739501953 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.084960937500 0.227539062500 0.000000000000 +0.013916015625 0.000000000000 0.155273437500 0.006896972656 +0.000000000000 0.000000000000 0.066406250000 0.625000000000 +0.441406250000 0.086425781250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.110839843750 0.000000000000 +0.000000000000 0.214843750000 0.000000000000 0.000000000000 +0.135742187500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.199218750000 0.253906250000 0.535156250000 +0.000000000000 0.000000000000 0.142578125000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.458984375000 +0.000000000000 0.020629882812 0.000000000000 0.000000000000 +0.000000000000 0.023071289062 0.006622314453 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.117675781250 0.058105468750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.024902343750 0.000000000000 +0.000000000000 0.000000000000 0.100585937500 0.000000000000 +0.000000000000 0.000000000000 0.196289062500 0.009094238281 +0.000000000000 0.000000000000 0.000000000000 0.550781250000 +0.382812500000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.089843750000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.210937500000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.021362304688 0.061035156250 0.539062500000 +0.000000000000 0.000000000000 0.068359375000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.196289062500 +0.000000000000 0.000000000000 0.012756347656 0.000000000000 +0.027343750000 0.010253906250 0.010803222656 0.166015625000 +0.000000000000 0.000000000000 0.000000000000 0.017211914062 +0.154296875000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.113281250000 +0.000000000000 0.000000000000 0.296875000000 0.083007812500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.187500000000 0.021362304688 +0.000000000000 0.035644531250 0.000000000000 0.320312500000 +0.186523437500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.241210937500 0.000000000000 0.000000000000 0.000000000000 +0.099121093750 0.000000000000 0.000000000000 0.412109375000 +0.000000000000 0.000000000000 0.002487182617 0.166015625000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.097167968750 0.130859375000 +0.233398437500 0.000000000000 0.030151367188 0.351562500000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.116699218750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.259765625000 +0.000000000000 0.086425781250 0.503906250000 0.202148437500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.151367187500 0.046630859375 +0.000000000000 0.186523437500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.175781250000 0.162109375000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.215820312500 0.000000000000 0.008544921875 0.000000000000 +0.233398437500 0.000000000000 0.000000000000 0.153320312500 +0.000000000000 0.067382812500 0.000000000000 0.386718750000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.208007812500 0.349609375000 +0.318359375000 0.000000000000 0.031127929688 0.468750000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.098632812500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.318359375000 +0.000000000000 0.265625000000 0.578125000000 0.251953125000 +0.000000000000 0.000000000000 0.000000000000 0.451171875000 +0.000000000000 0.000000000000 0.091796875000 0.000000000000 +0.000000000000 0.248046875000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.392578125000 0.341796875000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.055908203125 0.000000000000 0.137695312500 0.068847656250 +0.287109375000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.291015625000 0.000000000000 0.470703125000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.225585937500 0.398437500000 +0.359375000000 0.000000000000 0.000000000000 0.417968750000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.120605468750 +0.000000000000 0.000000000000 0.000000000000 0.228515625000 +0.014099121094 0.371093750000 0.431640625000 0.206054687500 +0.000000000000 0.000000000000 0.000000000000 0.839843750000 +0.000000000000 0.073242187500 0.000000000000 0.000000000000 +0.000000000000 0.222656250000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.466796875000 0.419921875000 +0.000000000000 0.205078125000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.171875000000 0.261718750000 +0.263671875000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.449218750000 0.000000000000 0.449218750000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.204101562500 0.373046875000 +0.320312500000 0.000000000000 0.000000000000 0.271484375000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.205078125000 +0.000000000000 0.000000000000 0.062011718750 0.069335937500 +0.188476562500 0.396484375000 0.171875000000 0.020996093750 +0.000000000000 0.000000000000 0.000000000000 1.007812500000 +0.000000000000 0.077148437500 0.000000000000 0.012207031250 +0.012084960938 0.092773437500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.500000000000 0.429687500000 +0.000000000000 0.455078125000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.144531250000 0.330078125000 +0.190429687500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.539062500000 0.000000000000 0.412109375000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.149414062500 0.281250000000 +0.237304687500 0.000000000000 0.000000000000 0.100097656250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.193359375000 +0.000000000000 0.000000000000 0.103027343750 0.000000000000 +0.292968750000 0.367187500000 0.000000000000 0.000000000000 +0.000000000000 0.093750000000 0.000000000000 0.992187500000 +0.000000000000 0.022338867188 0.000000000000 0.020019531250 +0.183593750000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.378906250000 0.386718750000 +0.000000000000 0.507812500000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.004150390625 0.324218750000 +0.103027343750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.550781250000 0.000000000000 0.318359375000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.121093750000 0.147460937500 +0.113281250000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.149414062500 +0.000000000000 0.000000000000 0.159179687500 0.000000000000 +0.339843750000 0.253906250000 0.000000000000 0.000000000000 +0.001258850098 0.208007812500 0.000000000000 0.832031250000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.330078125000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.171875000000 0.279296875000 +0.000000000000 0.492187500000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.045410156250 +0.000000000000 0.087890625000 0.000000000000 0.267578125000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.542968750000 0.000000000000 0.161132812500 +0.021362304688 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.052978515625 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.030517578125 0.057128906250 +0.000000000000 0.000000000000 0.113769531250 0.000000000000 +0.316406250000 0.114257812500 0.000000000000 0.000000000000 +0.167968750000 0.273437500000 0.000965118408 0.539062500000 +0.000000000000 0.000000000000 0.000000000000 0.007202148438 +0.359375000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.094238281250 0.000000000000 0.119628906250 +0.000000000000 0.357421875000 0.000000000000 0.008911132812 +0.000000000000 0.072265625000 0.000000000000 0.115722656250 +0.000000000000 0.101562500000 0.000000000000 0.084960937500 +0.000000000000 0.060791015625 0.145507812500 0.000000000000 +0.000000000000 0.472656250000 0.000000000000 0.017822265625 +0.030029296875 0.000000000000 0.003997802734 0.042724609375 +0.000000000000 0.000000000000 0.058593750000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.097167968750 0.065917968750 0.000000000000 +0.000000000000 0.000000000000 0.024291992188 0.000000000000 +0.211914062500 0.000000000000 0.000000000000 0.000000000000 +0.223632812500 0.314453125000 0.089843750000 0.185546875000 +0.000000000000 0.000000000000 0.000000000000 0.002456665039 +0.335937500000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.247070312500 0.000000000000 0.000000000000 +0.000000000000 0.089355468750 0.000000000000 0.030883789062 +0.000000000000 0.132812500000 0.007720947266 0.055419921875 +0.000000000000 0.056884765625 0.000000000000 0.000000000000 +0.000000000000 0.234375000000 0.322265625000 0.000000000000 +0.000000000000 0.367187500000 0.000000000000 0.000000000000 +0.026245117188 0.000000000000 0.011413574219 0.142578125000 +0.000000000000 0.000000000000 0.108886718750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.096679687500 0.066894531250 0.000000000000 +0.057128906250 0.000000000000 0.000000000000 0.000000000000 +0.059082031250 0.000000000000 0.000000000000 0.000000000000 +0.166992187500 0.296875000000 0.108398437500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.001693725586 +0.172851562500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.380859375000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.001045227051 +0.000000000000 0.089843750000 0.058349609375 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.253906250000 0.330078125000 0.086425781250 +0.000000000000 0.208007812500 0.000000000000 0.000000000000 +0.011840820312 0.000000000000 0.000000000000 0.156250000000 +0.000000000000 0.000000000000 0.155273437500 0.000000000000 +0.025512695312 0.068359375000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.022705078125 0.011291503906 0.000000000000 +0.100585937500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.235351562500 0.116210937500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.004516601562 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.421875000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.041748046875 0.000000000000 +0.000000000000 0.000000000000 0.070312500000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.234375000000 0.253906250000 0.255859375000 +0.000000000000 0.122558593750 0.000000000000 0.000000000000 +0.016723632812 0.000000000000 0.000000000000 0.088867187500 +0.000000000000 0.000000000000 0.231445312500 0.000000000000 +0.142578125000 0.088378906250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.012634277344 0.000000000000 0.000000000000 0.000000000000 +0.107910156250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.125976562500 0.000000000000 +0.000000000000 0.120117187500 0.048339843750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.013671875000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.396484375000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.094726562500 0.000000000000 +0.000000000000 0.000000000000 0.041259765625 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.027954101562 0.062011718750 0.087402343750 0.259765625000 +0.000000000000 0.073242187500 0.000000000000 0.081054687500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.250000000000 0.157226562500 +0.242187500000 0.026367187500 0.028930664062 0.146484375000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.060058593750 0.000000000000 0.000000000000 0.000000000000 +0.089355468750 0.000000000000 0.000000000000 0.157226562500 +0.000000000000 0.079101562500 0.273437500000 0.000000000000 +0.000000000000 0.016479492188 0.000000000000 0.083496093750 +0.000000000000 0.000000000000 0.013244628906 0.008911132812 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.302734375000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.123535156250 0.000000000000 +0.000000000000 0.000000000000 0.061523437500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.109375000000 0.000000000000 0.000000000000 0.092285156250 +0.000000000000 0.127929687500 0.000000000000 0.211914062500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.230468750000 0.261718750000 +0.241210937500 0.000000000000 0.065917968750 0.226562500000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.204101562500 +0.000000000000 0.186523437500 0.328125000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.367187500000 +0.000000000000 0.000000000000 0.015014648438 0.021118164062 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.131835937500 0.187500000000 0.111816406250 +0.000000000000 0.000000000000 0.042724609375 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.023193359375 +0.127929687500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.248046875000 0.000000000000 0.300781250000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.195312500000 0.277343750000 +0.198242187500 0.000000000000 0.042236328125 0.197265625000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.119140625000 +0.000000000000 0.253906250000 0.195312500000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.570312500000 +0.000000000000 0.000000000000 0.000000000000 0.009399414062 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.275390625000 0.255859375000 +0.000000000000 0.113281250000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.168945312500 +0.157226562500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.386718750000 0.000000000000 0.316406250000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.107421875000 0.195312500000 +0.150390625000 0.000000000000 0.000000000000 0.102539062500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.067382812500 0.000000000000 +0.155273437500 0.223632812500 0.000000000000 0.000000000000 +0.000000000000 0.081054687500 0.000000000000 0.621093750000 +0.000000000000 0.000000000000 0.000000000000 0.010986328125 +0.122070312500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.192382812500 0.292968750000 +0.000000000000 0.326171875000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.060546875000 0.000000000000 0.217773437500 +0.080078125000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.470703125000 0.000000000000 0.251953125000 +0.025512695312 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.076171875000 0.055664062500 +0.035644531250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.024536132812 0.021972656250 +0.000000000000 0.000000000000 0.110839843750 0.000000000000 +0.248046875000 0.160156250000 0.000000000000 0.000000000000 +0.072265625000 0.207031250000 0.000000000000 0.539062500000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.333984375000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.052001953125 0.219726562500 +0.000000000000 0.353515625000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.067871093750 +0.000000000000 0.084472656250 0.000000000000 0.144531250000 +0.000000000000 0.000000000000 0.028320312500 0.000000000000 +0.000000000000 0.453125000000 0.000000000000 0.091796875000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.030029296875 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.029907226562 0.027954101562 0.043457031250 +0.000000000000 0.000000000000 0.093261718750 0.000000000000 +0.259765625000 0.026367187500 0.000000000000 0.000000000000 +0.130859375000 0.271484375000 0.033935546875 0.318359375000 +0.000000000000 0.000000000000 0.000000000000 0.008300781250 +0.339843750000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.122558593750 0.000000000000 0.020629882812 +0.000000000000 0.195312500000 0.000000000000 0.000000000000 +0.000000000000 0.015563964844 0.000000000000 0.029541015625 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.080078125000 0.167968750000 0.000000000000 +0.000000000000 0.337890625000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.027465820312 0.071289062500 +0.000000000000 0.000000000000 0.051025390625 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.058593750000 0.000000000000 0.000000000000 +0.058349609375 0.000000000000 0.000000000000 0.000000000000 +0.115722656250 0.000000000000 0.000000000000 0.000000000000 +0.086914062500 0.257812500000 0.077148437500 0.001792907715 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.167968750000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.229492187500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.139648437500 0.211914062500 0.022216796875 +0.000000000000 0.166992187500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.101562500000 +0.000000000000 0.000000000000 0.086425781250 0.000000000000 +0.000000000000 0.036376953125 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.012634277344 0.000000000000 0.000000000000 +0.099121093750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.181640625000 0.079101562500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.015258789062 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.229492187500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.062500000000 0.126953125000 0.118652343750 +0.000000000000 0.000103950500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.051757812500 +0.000000000000 0.000000000000 0.089355468750 0.000000000000 +0.038574218750 0.034423828125 0.020874023438 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.097167968750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.084472656250 0.039306640625 0.000000000000 +0.000000000000 0.000000000000 0.016357421875 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.200195312500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.082519531250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.161132812500 +0.000000000000 0.000000000000 0.000000000000 0.022949218750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.080566406250 0.120605468750 +0.055664062500 0.021118164062 0.093261718750 0.002731323242 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.005798339844 0.000000000000 0.000000000000 0.000000000000 +0.067382812500 0.000000000000 0.000000000000 0.100097656250 +0.000000000000 0.076660156250 0.028076171875 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.062988281250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.017578125000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.050537109375 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000873565674 0.000000000000 0.058105468750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.026733398438 0.000000000000 0.000000000000 0.056640625000 +0.000000000000 0.000000000000 0.079589843750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.076660156250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.014526367188 0.000419616699 +0.000000000000 0.000000000000 0.004425048828 0.126953125000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.060791015625 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.172851562500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.067382812500 +0.000000000000 0.000000000000 0.000000000000 0.044433593750 +0.000000000000 0.000000000000 0.007873535156 0.000000000000 +0.037109375000 0.000000000000 0.047607421875 0.233398437500 +0.077636718750 0.000000000000 0.107910156250 0.077148437500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.088867187500 0.000000000000 0.000000000000 0.000000000000 +0.035888671875 0.000000000000 0.000000000000 0.042724609375 +0.000000000000 0.176757812500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.032714843750 0.026977539062 0.108398437500 +0.000000000000 0.056152343750 0.000000000000 0.000000000000 +0.005645751953 0.000000000000 0.043212890625 0.000000000000 +0.000000000000 0.000000000000 0.048828125000 0.000000000000 +0.000000000000 0.000000000000 0.068359375000 0.000000000000 +0.000000000000 0.000000000000 0.070312500000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.173828125000 0.000000000000 0.000000000000 0.069335937500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.118652343750 0.000000000000 0.000000000000 0.050537109375 +0.020263671875 0.000000000000 0.123535156250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.102050781250 +0.000000000000 0.212890625000 0.000000000000 0.035156250000 +0.000000000000 0.000000000000 0.015869140625 0.021606445312 +0.051513671875 0.000000000000 0.144531250000 0.470703125000 +0.000000000000 0.000000000000 0.000686645508 0.000000000000 +0.000000000000 0.000000000000 0.045166015625 0.066406250000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.174804687500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.085449218750 +0.000000000000 0.135742187500 0.069335937500 0.000000000000 +0.198242187500 0.000000000000 0.000000000000 0.189453125000 +0.000000000000 0.000000000000 0.222656250000 0.000000000000 +0.000000000000 0.072753906250 0.000000000000 0.000000000000 +0.000000000000 0.046386718750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.078613281250 0.000000000000 +0.074218750000 0.156250000000 0.000000000000 0.031982421875 +0.000000000000 0.000000000000 0.000000000000 0.047363281250 +0.046142578125 0.000000000000 0.022338867188 0.000000000000 +0.163085937500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.156250000000 0.096191406250 +0.000000000000 0.104003906250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.130859375000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.016235351562 0.019897460938 0.000000000000 0.024169921875 +0.000000000000 0.050781250000 0.003128051758 0.020874023438 +0.202148437500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.023681640625 0.017944335938 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.029907226562 0.000000000000 0.000000000000 +0.000000000000 0.120605468750 0.000000000000 0.036621093750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.023681640625 0.132812500000 +0.239257812500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.232421875000 +0.077148437500 0.031250000000 0.000000000000 0.000000000000 +0.164062500000 0.000000000000 0.017456054688 0.000000000000 +0.000000000000 0.000000000000 0.007110595703 0.044189453125 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.055175781250 0.000000000000 +0.000000000000 0.089355468750 0.012023925781 0.000000000000 +0.142578125000 0.000000000000 0.000000000000 0.041748046875 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.102539062500 0.000000000000 0.000000000000 +0.037597656250 0.059814453125 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.052001953125 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.080566406250 +0.083984375000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.124511718750 0.108886718750 +0.000000000000 0.117675781250 0.000000000000 0.000000000000 +0.085449218750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.118652343750 +0.000000000000 0.000000000000 0.058105468750 0.000000000000 +0.031738281250 0.000000000000 0.000000000000 0.021484375000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.287109375000 0.000000000000 0.000000000000 0.171875000000 +0.148437500000 0.075195312500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.088378906250 0.000000000000 0.000000000000 0.000000000000 +0.171875000000 0.190429687500 0.000000000000 0.026489257812 +0.000000000000 0.148437500000 0.000000000000 0.000000000000 +0.000000000000 0.030029296875 0.031005859375 0.000000000000 +0.170898437500 0.193359375000 0.099609375000 0.484375000000 +0.000000000000 0.000000000000 0.343750000000 0.000000000000 +0.201171875000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.129882812500 0.000000000000 0.134765625000 0.043457031250 +0.000000000000 0.000000000000 0.367187500000 0.000000000000 +0.000000000000 0.061279296875 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.020751953125 0.185546875000 0.332031250000 0.143554687500 +0.152343750000 0.072753906250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.335937500000 0.000000000000 +0.000000000000 0.253906250000 0.156250000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.094238281250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.261718750000 0.000000000000 +0.180664062500 0.000000000000 0.107910156250 0.804687500000 +0.000000000000 0.000000000000 0.306640625000 0.010681152344 +0.119140625000 0.000000000000 0.248046875000 0.000000000000 +0.000000000000 0.000000000000 0.055175781250 0.000000000000 +0.000000000000 0.000000000000 0.072753906250 0.000000000000 +0.182617187500 0.000000000000 0.201171875000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.134765625000 0.000000000000 0.123046875000 0.221679687500 +0.000000000000 0.231445312500 0.087890625000 0.081054687500 +0.062500000000 0.234375000000 0.000000000000 0.061523437500 +0.000000000000 0.000000000000 0.045654296875 0.000000000000 +0.000000000000 0.435546875000 0.217773437500 0.170898437500 +0.099609375000 0.111328125000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.002395629883 0.031494140625 0.136718750000 +0.000000000000 0.000000000000 0.158203125000 0.000000000000 +0.045166015625 0.000000000000 0.134765625000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.109375000000 +0.101562500000 0.000000000000 0.192382812500 0.210937500000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.257812500000 0.000000000000 0.000000000000 0.000000000000 +0.093261718750 0.000000000000 0.000000000000 0.000000000000 +0.182617187500 0.000000000000 0.000000000000 0.000000000000 +0.259765625000 0.025024414062 0.074707031250 0.103515625000 +0.000000000000 0.000000000000 0.116210937500 0.000000000000 +0.259765625000 0.000000000000 0.000000000000 0.028076171875 +0.131835937500 0.073242187500 0.000000000000 0.175781250000 +0.000000000000 0.412109375000 0.000000000000 0.098144531250 +0.088867187500 0.038818359375 0.131835937500 0.000000000000 +0.000000000000 0.263671875000 0.000000000000 0.000000000000 +0.000000000000 0.031738281250 0.085937500000 0.255859375000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.400390625000 0.087890625000 0.443359375000 +0.046142578125 0.108398437500 0.072265625000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.120117187500 +0.087890625000 0.000000000000 0.000000000000 0.000000000000 +0.006378173828 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.019775390625 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.164062500000 0.060546875000 0.000000000000 0.148437500000 +0.000000000000 0.225585937500 0.006286621094 0.000000000000 +0.164062500000 0.008972167969 0.000000000000 0.068359375000 +0.000000000000 0.013122558594 0.067871093750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.107910156250 0.000000000000 0.000000000000 +0.000000000000 0.228515625000 0.171875000000 0.000000000000 +0.064941406250 0.157226562500 0.000000000000 0.000000000000 +0.000000000000 0.023193359375 0.052978515625 0.000000000000 +0.000000000000 0.000000000000 0.036865234375 0.112792968750 +0.047119140625 0.000000000000 0.000000000000 0.000000000000 +0.080566406250 0.000000000000 0.129882812500 0.012573242188 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.146484375000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.146484375000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.047363281250 +0.000000000000 0.000000000000 0.064453125000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.017578125000 0.000000000000 0.000000000000 0.026977539062 +0.022460937500 0.000000000000 0.101562500000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.104492187500 +0.000000000000 0.062011718750 0.018798828125 0.022583007812 +0.000000000000 0.000000000000 0.000000000000 0.060546875000 +0.000000000000 0.031982421875 0.096191406250 0.031982421875 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.068847656250 0.000000000000 0.138671875000 0.088867187500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.107421875000 +0.061767578125 0.000000000000 0.000000000000 0.000000000000 +0.118164062500 0.000000000000 0.000000000000 0.043457031250 +0.053955078125 0.000000000000 0.010192871094 0.102539062500 +0.000000000000 0.009704589844 0.000000000000 0.004486083984 +0.059082031250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.052001953125 0.000000000000 0.000000000000 +0.000000000000 0.119140625000 0.000000000000 0.115234375000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.082031250000 0.158203125000 +0.000000000000 0.000000000000 0.007263183594 0.000000000000 +0.000000000000 0.000000000000 0.037353515625 0.199218750000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.012390136719 0.000000000000 0.007598876953 0.240234375000 +0.000000000000 0.149414062500 0.128906250000 0.159179687500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.076660156250 +0.125000000000 0.318359375000 0.000000000000 0.092285156250 +0.238281250000 0.000000000000 0.000000000000 0.168945312500 +0.000000000000 0.000000000000 0.027709960938 0.000000000000 +0.047363281250 0.142578125000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.124511718750 0.235351562500 0.000000000000 +0.086914062500 0.086425781250 0.000000000000 0.035156250000 +0.152343750000 0.062500000000 0.146484375000 0.000000000000 +0.000000000000 0.111816406250 0.000000000000 0.000000000000 +0.439453125000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.156250000000 +0.148437500000 0.201171875000 0.000000000000 0.000000000000 +0.316406250000 0.000000000000 0.000000000000 0.267578125000 +0.000000000000 0.000000000000 0.035156250000 0.000000000000 +0.000000000000 0.096679687500 0.000000000000 0.000000000000 +0.000000000000 0.077148437500 0.119628906250 0.000000000000 +0.000000000000 0.000000000000 0.410156250000 0.119140625000 +0.160156250000 0.223632812500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.071289062500 0.402343750000 0.000000000000 0.000000000000 +0.000000000000 0.216796875000 0.000000000000 0.061035156250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.208007812500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.118164062500 0.000000000000 0.000000000000 +0.102050781250 0.000000000000 0.021850585938 0.447265625000 +0.287109375000 0.000000000000 0.443359375000 0.085449218750 +0.181640625000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.014831542969 0.000000000000 0.000000000000 0.000000000000 +0.028442382812 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.040527343750 0.388671875000 +0.008972167969 0.000000000000 0.086425781250 0.000000000000 +0.000000000000 0.087402343750 0.223632812500 0.125976562500 +0.170898437500 0.000000000000 0.000000000000 0.041503906250 +0.000000000000 0.065429687500 0.059326171875 0.025634765625 +0.000000000000 0.028442382812 0.069824218750 0.000000000000 +0.082519531250 0.000000000000 0.000000000000 0.114746093750 +0.030395507812 0.000000000000 0.000000000000 0.156250000000 +0.000000000000 0.126953125000 0.000000000000 0.143554687500 +0.000000000000 0.000000000000 0.023437500000 0.000000000000 +0.000000000000 0.000000000000 0.165039062500 0.005828857422 +0.000000000000 0.000000000000 0.000000000000 0.030639648438 +0.306640625000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.091308593750 0.000000000000 +0.000000000000 0.000000000000 0.144531250000 0.000000000000 +0.000000000000 0.000000000000 0.126953125000 0.000000000000 +0.005615234375 0.000000000000 0.000000000000 0.060546875000 +0.000000000000 0.000000000000 0.000000000000 0.001014709473 +0.224609375000 0.189453125000 0.000000000000 0.141601562500 +0.251953125000 0.000000000000 0.000000000000 0.230468750000 +0.253906250000 0.000000000000 0.427734375000 0.000000000000 +0.000000000000 0.269531250000 0.369140625000 0.000000000000 +0.339843750000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.199218750000 +0.000000000000 0.071289062500 0.000000000000 0.271484375000 +0.000000000000 0.000000000000 0.162109375000 0.000000000000 +0.209960937500 0.231445312500 0.249023437500 0.593750000000 +0.000000000000 0.000000000000 0.486328125000 0.005096435547 +0.269531250000 0.000000000000 0.000000000000 0.068359375000 +0.000000000000 0.000000000000 0.020874023438 0.000000000000 +0.318359375000 0.000000000000 0.004882812500 0.000000000000 +0.099609375000 0.000000000000 0.324218750000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.294921875000 0.000000000000 +0.000000000000 0.076171875000 0.333984375000 0.023803710938 +0.221679687500 0.018554687500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.235351562500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.023803710938 0.000000000000 0.175781250000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.112304687500 0.000000000000 0.142578125000 0.511718750000 +0.054687500000 0.000000000000 0.149414062500 0.033691406250 +0.080566406250 0.000000000000 0.328125000000 0.228515625000 +0.083984375000 0.000000000000 0.000000000000 0.000000000000 +0.104492187500 0.000000000000 0.000000000000 0.000000000000 +0.247070312500 0.000000000000 0.098632812500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.220703125000 0.000000000000 0.077148437500 0.120605468750 +0.000000000000 0.077148437500 0.072265625000 0.000000000000 +0.217773437500 0.000000000000 0.000000000000 0.029907226562 +0.085937500000 0.000000000000 0.000000000000 0.169921875000 +0.003875732422 0.104492187500 0.000000000000 0.062255859375 +0.008789062500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.125976562500 0.041259765625 0.027343750000 +0.000000000000 0.218750000000 0.000000000000 0.287109375000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.139648437500 0.156250000000 0.117675781250 +0.000000000000 0.064453125000 0.000000000000 0.000000000000 +0.095214843750 0.000000000000 0.238281250000 0.104980468750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.124023437500 0.000000000000 +0.069824218750 0.000000000000 0.071777343750 0.000000000000 +0.118652343750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.012756347656 0.221679687500 +0.000000000000 0.011474609375 0.000000000000 0.000000000000 +0.046630859375 0.000000000000 0.000000000000 0.030883789062 +0.049804687500 0.000000000000 0.061279296875 0.092285156250 +0.000000000000 0.000000000000 0.000000000000 0.009521484375 +0.000000000000 0.000000000000 0.048583984375 0.000000000000 +0.000000000000 0.070312500000 0.139648437500 0.000000000000 +0.000000000000 0.066894531250 0.150390625000 0.265625000000 +0.000000000000 0.000000000000 0.000000000000 0.105468750000 +0.000000000000 0.016113281250 0.099121093750 0.121093750000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.097167968750 0.296875000000 +0.068359375000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.006805419922 0.000000000000 0.000000000000 0.000000000000 +0.035400390625 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.128906250000 0.000000000000 0.192382812500 +0.165039062500 0.000000000000 0.197265625000 0.000000000000 +0.050048828125 0.000000000000 0.083007812500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.075683593750 +0.000000000000 0.106933593750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.076171875000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.090332031250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.060791015625 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.143554687500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.175781250000 0.228515625000 +0.000000000000 0.054931640625 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.075683593750 0.000000000000 +0.126953125000 0.263671875000 0.000000000000 0.000000000000 +0.243164062500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.238281250000 0.061767578125 0.196289062500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.007141113281 0.034179687500 +0.332031250000 0.000000000000 0.000000000000 0.020751953125 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.069824218750 0.000000000000 0.271484375000 0.000000000000 +0.000000000000 0.026977539062 0.066894531250 0.000000000000 +0.000000000000 0.000000000000 0.017822265625 0.000000000000 +0.000000000000 0.125976562500 0.000000000000 0.117187500000 +0.000000000000 0.000000000000 0.000000000000 0.190429687500 +0.104003906250 0.184570312500 0.164062500000 0.000000000000 +0.000000000000 0.166992187500 0.076171875000 0.283203125000 +0.237304687500 0.000000000000 0.000000000000 0.204101562500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.241210937500 +0.104003906250 0.000000000000 0.161132812500 0.000000000000 +0.044189453125 0.308593750000 0.000000000000 0.150390625000 +0.170898437500 0.000000000000 0.000000000000 0.000000000000 +0.056396484375 0.000000000000 0.164062500000 0.134765625000 +0.073242187500 0.112304687500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.006164550781 0.000000000000 0.000000000000 +0.000000000000 0.235351562500 0.000000000000 0.000000000000 +0.092285156250 0.174804687500 0.000000000000 0.000000000000 +0.000000000000 0.156250000000 0.043457031250 0.169921875000 +0.000000000000 0.000000000000 0.000000000000 0.221679687500 +0.064453125000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.137695312500 0.000000000000 0.007293701172 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.095214843750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.008422851562 0.000000000000 +0.000000000000 0.138671875000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.058105468750 0.030761718750 +0.126953125000 0.084960937500 0.034912109375 0.000000000000 +0.000000000000 0.115722656250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.213867187500 +0.255859375000 0.140625000000 0.000000000000 0.000000000000 +0.237304687500 0.039550781250 0.000000000000 0.000000000000 +0.000000000000 0.181640625000 0.025512695312 0.167968750000 +0.000347137451 0.000000000000 0.000000000000 0.121582031250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.072265625000 0.033447265625 0.000000000000 +0.000000000000 0.000000000000 0.079589843750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.135742187500 +0.000000000000 0.000000000000 0.000000000000 0.332031250000 +0.000000000000 0.000000000000 0.058593750000 0.000000000000 +0.048095703125 0.103515625000 0.000000000000 0.000000000000 +0.134765625000 0.000000000000 0.220703125000 0.158203125000 +0.054199218750 0.000000000000 0.000000000000 0.128906250000 +0.000000000000 0.211914062500 0.093261718750 0.000000000000 +0.000000000000 0.281250000000 0.289062500000 0.000000000000 +0.000000000000 0.347656250000 0.000000000000 0.000000000000 +0.421875000000 0.018920898438 0.000000000000 0.000000000000 +0.226562500000 0.115722656250 0.000000000000 0.000000000000 +0.000000000000 0.173828125000 0.076660156250 0.000000000000 +0.164062500000 0.000000000000 0.020507812500 0.018432617188 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.071777343750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.076171875000 0.161132812500 0.000000000000 +0.144531250000 0.000000000000 0.014587402344 0.090820312500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.218750000000 0.107910156250 0.118164062500 +0.097167968750 0.084960937500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.097656250000 0.000000000000 +0.188476562500 0.228515625000 0.101562500000 0.000000000000 +0.000000000000 0.120605468750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.043212890625 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.106445312500 0.029907226562 0.000000000000 +0.190429687500 0.000000000000 0.050048828125 0.283203125000 +0.000000000000 0.000000000000 0.294921875000 0.000000000000 +0.098632812500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.110351562500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.049316406250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.222656250000 0.163085937500 0.287109375000 0.279296875000 +0.199218750000 0.145507812500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.110839843750 0.000000000000 +0.000000000000 0.000000000000 0.057861328125 0.000000000000 +0.000000000000 0.188476562500 0.000000000000 0.000000000000 +0.000000000000 0.006164550781 0.000000000000 0.000000000000 +0.000000000000 0.084472656250 0.000000000000 0.015869140625 +0.000000000000 0.000000000000 0.018920898438 0.000000000000 +0.154296875000 0.001457214355 0.131835937500 0.061279296875 +0.000705718994 0.000000000000 0.000000000000 0.108398437500 +0.410156250000 0.000000000000 0.006805419922 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.159179687500 0.000000000000 0.000000000000 0.009765625000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.028686523438 +0.000000000000 0.000000000000 0.011962890625 0.000000000000 +0.107910156250 0.320312500000 0.000000000000 0.251953125000 +0.231445312500 0.134765625000 0.000000000000 0.022949218750 +0.009338378906 0.000000000000 0.167968750000 0.000000000000 +0.101074218750 0.136718750000 0.211914062500 0.000000000000 +0.000000000000 0.093261718750 0.000000000000 0.000000000000 +0.000000000000 0.111328125000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.060546875000 +0.000000000000 0.000000000000 0.061767578125 0.000000000000 +0.365234375000 0.298828125000 0.180664062500 0.191406250000 +0.000000000000 0.000000000000 0.147460937500 0.118652343750 +0.423828125000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.026611328125 0.000000000000 +0.355468750000 0.000000000000 0.273437500000 0.000000000000 +0.263671875000 0.000000000000 0.378906250000 0.000000000000 +0.000000000000 0.028076171875 0.000000000000 0.089843750000 +0.000000000000 0.000000000000 0.228515625000 0.000000000000 +0.000000000000 0.109863281250 0.314453125000 0.208007812500 +0.120605468750 0.060058593750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.055664062500 0.079101562500 +0.000000000000 0.000000000000 0.000000000000 0.168945312500 +0.068359375000 0.049804687500 0.010986328125 0.000000000000 +0.000000000000 0.074218750000 0.065917968750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.184570312500 +0.000000000000 0.000000000000 0.009094238281 0.000000000000 +0.000000000000 0.000000000000 0.203125000000 0.396484375000 +0.000000000000 0.058593750000 0.182617187500 0.300781250000 +0.283203125000 0.000000000000 0.101074218750 0.153320312500 +0.053955078125 0.000000000000 0.000000000000 0.000000000000 +0.212890625000 0.000000000000 0.011474609375 0.000000000000 +0.322265625000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.119628906250 +0.000000000000 0.000000000000 0.253906250000 0.195312500000 +0.000000000000 0.000000000000 0.181640625000 0.002792358398 +0.121093750000 0.000000000000 0.045654296875 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.330078125000 +0.000000000000 0.082519531250 0.000000000000 0.361328125000 +0.000000000000 0.000000000000 0.188476562500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.101074218750 0.136718750000 +0.000000000000 0.000000000000 0.000854492188 0.000000000000 +0.000000000000 0.000000000000 0.081542968750 0.150390625000 +0.000000000000 0.283203125000 0.000000000000 0.119628906250 +0.027221679688 0.000000000000 0.195312500000 0.226562500000 +0.036865234375 0.000000000000 0.000000000000 0.063476562500 +0.000000000000 0.080566406250 0.000000000000 0.000000000000 +0.000000000000 0.011474609375 0.000000000000 0.000000000000 +0.080566406250 0.000000000000 0.000000000000 0.000000000000 +0.207031250000 0.024780273438 0.010375976562 0.343750000000 +0.125976562500 0.261718750000 0.000000000000 0.000000000000 +0.106933593750 0.000000000000 0.000000000000 0.017700195312 +0.056396484375 0.000000000000 0.000000000000 0.041992187500 +0.172851562500 0.228515625000 0.000000000000 0.000000000000 +0.127929687500 0.000000000000 0.197265625000 0.000000000000 +0.000000000000 0.267578125000 0.240234375000 0.000000000000 +0.104003906250 0.064941406250 0.000000000000 0.225585937500 +0.000000000000 0.089843750000 0.259765625000 0.000000000000 +0.000000000000 0.101074218750 0.009826660156 0.000000000000 +0.027832031250 0.126953125000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.184570312500 +0.000000000000 0.084960937500 0.000000000000 0.000000000000 +0.000000000000 0.014343261719 0.134765625000 0.273437500000 +0.000000000000 0.067871093750 0.000000000000 0.253906250000 +0.000000000000 0.068847656250 0.057373046875 0.000000000000 +0.249023437500 0.281250000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.211914062500 0.088867187500 +0.123046875000 0.073730468750 0.052246093750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.003402709961 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.190429687500 0.000000000000 0.000000000000 +0.000000000000 0.216796875000 0.000000000000 0.000000000000 +0.226562500000 0.006958007812 0.000000000000 0.000000000000 +0.202148437500 0.170898437500 0.000568389893 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.519531250000 +0.371093750000 0.000000000000 0.163085937500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.191406250000 0.000000000000 0.000000000000 0.000000000000 +0.034423828125 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.185546875000 0.005584716797 0.115234375000 +0.024536132812 0.015258789062 0.102050781250 0.000000000000 +0.000000000000 0.000000000000 0.269531250000 0.066894531250 +0.000000000000 0.000000000000 0.062988281250 0.000000000000 +0.151367187500 0.004852294922 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.013000488281 0.026245117188 0.000000000000 0.062988281250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.078613281250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.082031250000 +0.000000000000 0.000000000000 0.007995605469 0.000000000000 +0.136718750000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.071777343750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.105468750000 +0.000000000000 0.000000000000 0.000000000000 0.072265625000 +0.255859375000 0.000000000000 0.000000000000 0.063964843750 +0.022827148438 0.000000000000 0.000000000000 0.193359375000 +0.083496093750 0.000000000000 0.120605468750 0.030883789062 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.320312500000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.097656250000 0.000000000000 0.056640625000 +0.000000000000 0.065917968750 0.059326171875 0.013427734375 +0.000000000000 0.000000000000 0.081054687500 0.000000000000 +0.000000000000 0.000000000000 0.103515625000 0.061523437500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000255584717 0.109863281250 0.000000000000 0.064453125000 +0.000000000000 0.000000000000 0.216796875000 0.000000000000 +0.007232666016 0.000000000000 0.118164062500 0.047851562500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.013000488281 +0.171875000000 0.079589843750 0.097656250000 0.021850585938 +0.062988281250 0.000000000000 0.000000000000 0.042236328125 +0.000000000000 0.000000000000 0.022827148438 0.000000000000 +0.126953125000 0.071777343750 0.000000000000 0.000000000000 +0.000000000000 0.006744384766 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.004394531250 0.000000000000 +0.089355468750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.104492187500 0.058349609375 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.219726562500 +0.154296875000 0.000000000000 0.102050781250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.004425048828 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.031250000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.007110595703 0.000000000000 0.000000000000 +0.000000000000 0.050048828125 0.269531250000 0.112792968750 +0.090820312500 0.053222656250 0.000000000000 0.000000000000 +0.000000000000 0.052246093750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.159179687500 0.000000000000 0.000000000000 +0.000000000000 0.052978515625 0.012573242188 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.060546875000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.038574218750 +0.174804687500 0.000000000000 0.000000000000 0.000000000000 +0.164062500000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.022216796875 0.040283203125 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.019531250000 0.035888671875 0.000000000000 0.130859375000 +0.142578125000 0.000000000000 0.000000000000 0.048095703125 +0.000000000000 0.000000000000 0.182617187500 0.000000000000 +0.000000000000 0.000000000000 0.107421875000 0.000000000000 +0.016357421875 0.043457031250 0.000000000000 0.000000000000 +0.029296875000 0.034423828125 0.000000000000 0.000463485718 +0.000000000000 0.097167968750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.015380859375 0.000000000000 +0.093261718750 0.000000000000 0.141601562500 0.115234375000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.225585937500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.060302734375 0.000000000000 +0.000000000000 0.000000000000 0.285156250000 0.000000000000 +0.063476562500 0.000000000000 0.020874023438 0.000000000000 +0.000000000000 0.292968750000 0.000000000000 0.000000000000 +0.000000000000 0.041992187500 0.075195312500 0.006225585938 +0.117187500000 0.163085937500 0.341796875000 0.294921875000 +0.048339843750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.114257812500 0.000000000000 0.000000000000 +0.000000000000 0.142578125000 0.126953125000 0.000000000000 +0.000000000000 0.000000000000 0.070800781250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.057128906250 0.000000000000 +0.000000000000 0.000000000000 0.029174804688 0.333984375000 +0.100585937500 0.000000000000 0.101562500000 0.250000000000 +0.000000000000 0.000000000000 0.000000000000 0.148437500000 +0.194335937500 0.000000000000 0.000000000000 0.000000000000 +0.192382812500 0.219726562500 0.000000000000 0.000000000000 +0.145507812500 0.064941406250 0.000000000000 0.000000000000 +0.023437500000 0.039062500000 0.198242187500 0.000000000000 +0.132812500000 0.083984375000 0.021972656250 0.042724609375 +0.110839843750 0.154296875000 0.423828125000 0.080566406250 +0.058105468750 0.000000000000 0.094238281250 0.000000000000 +0.000000000000 0.209960937500 0.000000000000 0.000000000000 +0.013427734375 0.217773437500 0.000000000000 0.149414062500 +0.000000000000 0.056884765625 0.296875000000 0.304687500000 +0.000000000000 0.365234375000 0.123535156250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.257812500000 0.071777343750 0.069335937500 0.000000000000 +0.000000000000 0.100097656250 0.000000000000 0.000000000000 +0.285156250000 0.243164062500 0.000000000000 0.140625000000 +0.006652832031 0.000000000000 0.000000000000 0.140625000000 +0.007476806641 0.000000000000 0.000000000000 0.209960937500 +0.275390625000 0.076660156250 0.164062500000 0.000000000000 +0.000000000000 0.032958984375 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.412109375000 0.271484375000 +0.079101562500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.078613281250 +0.152343750000 0.000000000000 0.000000000000 0.000000000000 +0.255859375000 0.103515625000 0.031494140625 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.079589843750 0.000000000000 0.000000000000 0.018554687500 +0.148437500000 0.201171875000 0.000000000000 0.000000000000 +0.000000000000 0.080566406250 0.000000000000 0.000000000000 +0.000000000000 0.018188476562 0.110839843750 0.000000000000 +0.000000000000 0.031494140625 0.070312500000 0.312500000000 +0.000000000000 0.140625000000 0.173828125000 0.000000000000 +0.137695312500 0.099121093750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.014953613281 0.000000000000 +0.000000000000 0.000000000000 0.006561279297 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.005950927734 +0.000000000000 0.019775390625 0.000000000000 0.146484375000 +0.182617187500 0.000000000000 0.000000000000 0.000000000000 +0.129882812500 0.000000000000 0.000000000000 0.118164062500 +0.040771484375 0.003448486328 0.074218750000 0.131835937500 +0.000000000000 0.093261718750 0.306640625000 0.000000000000 +0.000000000000 0.222656250000 0.164062500000 0.000000000000 +0.034667968750 0.040039062500 0.000000000000 0.000000000000 +0.236328125000 0.000000000000 0.000000000000 0.250000000000 +0.000000000000 0.107421875000 0.000000000000 0.000000000000 +0.000000000000 0.034179687500 0.089843750000 0.000000000000 +0.186523437500 0.000000000000 0.114746093750 0.124511718750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.135742187500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.024536132812 0.217773437500 0.000000000000 +0.000000000000 0.000000000000 0.267578125000 0.000000000000 +0.086425781250 0.164062500000 0.167968750000 0.000000000000 +0.034179687500 0.000000000000 0.000000000000 0.000000000000 +0.158203125000 0.070800781250 0.000000000000 0.132812500000 +0.265625000000 0.032226562500 0.186523437500 0.099121093750 +0.027954101562 0.000000000000 0.155273437500 0.000000000000 +0.106933593750 0.000000000000 0.147460937500 0.089355468750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.220703125000 0.000000000000 +0.000000000000 0.000000000000 0.042968750000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.078125000000 0.000000000000 +0.000000000000 0.000000000000 0.068359375000 0.474609375000 +0.173828125000 0.077636718750 0.332031250000 0.046142578125 +0.000000000000 0.000000000000 0.000000000000 0.204101562500 +0.179687500000 0.000000000000 0.000000000000 0.061523437500 +0.000000000000 0.105957031250 0.041748046875 0.000000000000 +0.000659942627 0.194335937500 0.000000000000 0.000000000000 +0.119628906250 0.068359375000 0.000000000000 0.000000000000 +0.000000000000 0.347656250000 0.000000000000 0.190429687500 +0.088867187500 0.121582031250 0.396484375000 0.007324218750 +0.017089843750 0.000000000000 0.108886718750 0.000000000000 +0.000000000000 0.170898437500 0.000000000000 0.000000000000 +0.000000000000 0.089843750000 0.000000000000 0.000000000000 +0.000000000000 0.121582031250 0.292968750000 0.000000000000 +0.000000000000 0.003128051758 0.113769531250 0.000000000000 +0.083007812500 0.000000000000 0.000000000000 0.000000000000 +0.156250000000 0.126953125000 0.131835937500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000136375427 +0.239257812500 0.076660156250 0.000000000000 0.000000000000 +0.000000000000 0.039794921875 0.000000000000 0.222656250000 +0.000000000000 0.170898437500 0.000000000000 0.269531250000 +0.219726562500 0.084472656250 0.000000000000 0.000000000000 +0.034179687500 0.244140625000 0.000000000000 0.000000000000 +0.246093750000 0.059082031250 0.355468750000 0.109375000000 +0.333984375000 0.294921875000 0.015197753906 0.056640625000 +0.000000000000 0.000000000000 0.033691406250 0.000000000000 +0.000000000000 0.000000000000 0.188476562500 0.292968750000 +0.408203125000 0.072265625000 0.000000000000 0.000000000000 +0.092773437500 0.042724609375 0.000000000000 0.000000000000 +0.406250000000 0.000000000000 0.328125000000 0.425781250000 +0.464843750000 0.431640625000 0.003341674805 0.000000000000 +0.030151367188 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.287109375000 0.113281250000 0.000000000000 +0.000000000000 0.089355468750 0.000000000000 0.105468750000 +0.027465820312 0.304687500000 0.051757812500 0.000000000000 +0.000000000000 0.416015625000 0.000000000000 0.023803710938 +0.000000000000 0.000000000000 0.098632812500 0.140625000000 +0.000000000000 0.000000000000 0.190429687500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.141601562500 +0.039794921875 0.000000000000 0.296875000000 0.257812500000 +0.355468750000 0.048583984375 0.000000000000 0.000000000000 +0.068847656250 0.000000000000 0.000000000000 0.104492187500 +0.026611328125 0.000000000000 0.067382812500 0.046386718750 +0.183593750000 0.263671875000 0.146484375000 0.036376953125 +0.000000000000 0.000000000000 0.161132812500 0.000000000000 +0.000000000000 0.051757812500 0.000000000000 0.000000000000 +0.474609375000 0.000000000000 0.000000000000 0.291015625000 +0.034912109375 0.273437500000 0.000000000000 0.000000000000 +0.000000000000 0.032958984375 0.137695312500 0.097656250000 +0.002120971680 0.000000000000 0.277343750000 0.738281250000 +0.000000000000 0.000000000000 0.191406250000 0.000000000000 +0.180664062500 0.074218750000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.406250000000 0.000000000000 +0.000000000000 0.000000000000 0.222656250000 0.000000000000 +0.000000000000 0.000000000000 0.251953125000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.046630859375 +0.318359375000 0.000000000000 0.298828125000 0.000000000000 +0.000000000000 0.000000000000 0.029418945312 0.302734375000 +0.000000000000 0.000000000000 0.443359375000 0.000000000000 +0.000000000000 0.155273437500 0.181640625000 0.000000000000 +0.143554687500 0.000000000000 0.000000000000 0.000000000000 +0.055175781250 0.000000000000 0.000000000000 0.166015625000 +0.051269531250 0.117187500000 0.000000000000 0.000000000000 +0.000000000000 0.042236328125 0.121093750000 0.052978515625 +0.095214843750 0.000000000000 0.031005859375 0.232421875000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.027832031250 0.000000000000 0.542968750000 0.101562500000 +0.000000000000 0.000000000000 0.038818359375 0.000000000000 +0.137695312500 0.000000000000 0.000000000000 0.000000000000 +0.045410156250 0.000000000000 0.088378906250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.155273437500 0.113281250000 0.000000000000 0.277343750000 +0.145507812500 0.112792968750 0.306640625000 0.000000000000 +0.075195312500 0.047607421875 0.029663085938 0.214843750000 +0.248046875000 0.000000000000 0.000000000000 0.232421875000 +0.160156250000 0.000000000000 0.000000000000 0.000000000000 +0.363281250000 0.078613281250 0.031127929688 0.000000000000 +0.000000000000 0.000000000000 0.154296875000 0.000000000000 +0.000000000000 0.070312500000 0.000000000000 0.177734375000 +0.000000000000 0.006774902344 0.022094726562 0.045898437500 +0.000000000000 0.345703125000 0.121093750000 0.000000000000 +0.001091003418 0.088867187500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.091796875000 0.265625000000 +0.000000000000 0.078613281250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.120605468750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.102539062500 0.000000000000 0.127929687500 +0.174804687500 0.009887695312 0.100097656250 0.000000000000 +0.220703125000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.045166015625 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.250000000000 0.000000000000 0.000000000000 +0.146484375000 0.247070312500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.115722656250 0.065429687500 0.365234375000 +0.078613281250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.034179687500 0.083007812500 +0.000000000000 0.016845703125 0.000000000000 0.000000000000 +0.088378906250 0.000000000000 0.121582031250 0.025512695312 +0.000000000000 0.000000000000 0.139648437500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.118164062500 0.038574218750 0.024047851562 +0.000000000000 0.175781250000 0.141601562500 0.106933593750 +0.015197753906 0.097167968750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.049560546875 0.000000000000 +0.142578125000 0.010498046875 0.000000000000 0.000000000000 +0.000000000000 0.116699218750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.197265625000 0.000000000000 +0.039550781250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.104980468750 0.019653320312 0.006195068359 +0.009094238281 0.000000000000 0.000000000000 0.212890625000 +0.292968750000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.150390625000 0.088867187500 +0.000000000000 0.014343261719 0.000000000000 0.000000000000 +0.115234375000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.100585937500 0.022338867188 +0.000000000000 0.107421875000 0.000000000000 0.000000000000 +0.021606445312 0.000000000000 0.159179687500 0.092773437500 +0.051025390625 0.000000000000 0.000000000000 0.019531250000 +0.070312500000 0.145507812500 0.000000000000 0.000000000000 +0.150390625000 0.000000000000 0.000000000000 0.000000000000 +0.068847656250 0.229492187500 0.000000000000 0.000000000000 +0.000000000000 0.326171875000 0.000000000000 0.000000000000 +0.000000000000 0.023071289062 0.000000000000 0.000000000000 +0.000000000000 0.003204345703 0.000000000000 0.000000000000 +0.000000000000 0.275390625000 0.000000000000 0.000000000000 +0.045898437500 0.083984375000 0.000000000000 0.004180908203 +0.105957031250 0.000000000000 0.000000000000 0.026123046875 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.063964843750 +0.000000000000 0.000000000000 0.003524780273 0.000000000000 +0.000000000000 0.000000000000 0.043701171875 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.080078125000 0.108886718750 0.000000000000 0.157226562500 +0.158203125000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.023681640625 0.000000000000 +0.000000000000 0.009155273438 0.000000000000 0.000000000000 +0.000000000000 0.002578735352 0.000000000000 0.000000000000 +0.000000000000 0.007354736328 0.000000000000 0.000000000000 +0.000000000000 0.114746093750 0.000000000000 0.000000000000 +0.000000000000 0.023437500000 0.131835937500 0.000000000000 +0.000000000000 0.000000000000 0.006683349609 0.044189453125 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.002258300781 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.024536132812 0.000000000000 0.124511718750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.093750000000 0.000000000000 0.001968383789 0.000000000000 +0.047607421875 0.002319335938 0.142578125000 0.127929687500 +0.000000000000 0.076171875000 0.015441894531 0.000000000000 +0.000000000000 0.000000000000 0.028930664062 0.000000000000 +0.007202148438 0.041992187500 0.000000000000 0.000000000000 +0.000000000000 0.059570312500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.001876831055 0.000000000000 0.000000000000 +0.080078125000 0.000000000000 0.086425781250 0.546875000000 +0.000000000000 0.000000000000 0.172851562500 0.000000000000 +0.099121093750 0.000000000000 0.013977050781 0.066894531250 +0.000000000000 0.000000000000 0.048095703125 0.000000000000 +0.000000000000 0.257812500000 0.000000000000 0.000000000000 +0.055664062500 0.116699218750 0.000000000000 0.012084960938 +0.117187500000 0.000000000000 0.111816406250 0.000000000000 +0.230468750000 0.058105468750 0.000000000000 0.086914062500 +0.000000000000 0.162109375000 0.000000000000 0.102539062500 +0.162109375000 0.000000000000 0.000000000000 0.000000000000 +0.036376953125 0.000000000000 0.000000000000 0.000000000000 +0.000579833984 0.018676757812 0.000000000000 0.000000000000 +0.000000000000 0.040039062500 0.174804687500 0.000000000000 +0.000000000000 0.140625000000 0.015502929688 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.041992187500 0.041992187500 0.048095703125 0.000000000000 +0.000000000000 0.031738281250 0.000000000000 0.468750000000 +0.201171875000 0.000000000000 0.208007812500 0.071777343750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.183593750000 0.000000000000 0.142578125000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.099121093750 0.083496093750 0.000000000000 +0.000000000000 0.000000000000 0.013793945312 0.000000000000 +0.054199218750 0.032714843750 0.214843750000 0.125000000000 +0.000000000000 0.099121093750 0.109863281250 0.000000000000 +0.000000000000 0.000000000000 0.009704589844 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.008483886719 0.000000000000 +0.000000000000 0.178710937500 0.043212890625 0.000000000000 +0.004394531250 0.000000000000 0.000000000000 0.000000000000 +0.024169921875 0.128906250000 0.085449218750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.021728515625 +0.110839843750 0.000000000000 0.000000000000 0.027221679688 +0.000000000000 0.015258789062 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.005035400391 0.079101562500 0.000000000000 +0.019531250000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.155273437500 0.080566406250 0.125976562500 +0.110839843750 0.068847656250 0.094726562500 0.000000000000 +0.023925781250 0.000000000000 0.051025390625 0.129882812500 +0.000000000000 0.000000000000 0.024291992188 0.000000000000 +0.000000000000 0.131835937500 0.000000000000 0.038330078125 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.030029296875 0.099609375000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.088378906250 0.162109375000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.308593750000 +0.016357421875 0.000000000000 0.000000000000 0.031494140625 +0.000000000000 0.051757812500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.025268554688 +0.000000000000 0.063964843750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.073730468750 0.000000000000 0.165039062500 0.059326171875 +0.058349609375 0.028198242188 0.000000000000 0.166992187500 +0.235351562500 0.083496093750 0.000000000000 0.008178710938 +0.000000000000 0.000000000000 0.123046875000 0.009338378906 +0.103515625000 0.058837890625 0.094238281250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.109863281250 0.000000000000 0.083984375000 0.000000000000 +0.000000000000 0.236328125000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.090332031250 0.182617187500 0.000000000000 +0.000000000000 0.000000000000 0.025268554688 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.201171875000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.012451171875 +0.000000000000 0.000000000000 0.000000000000 0.060546875000 +0.000000000000 0.000000000000 0.029785156250 0.000000000000 +0.060791015625 0.142578125000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.058593750000 +0.040527343750 0.000000000000 0.000000000000 0.000000000000 +0.026000976562 0.080078125000 0.106933593750 0.000000000000 +0.000000000000 0.028320312500 0.000000000000 0.000000000000 +0.000000000000 0.048828125000 0.000000000000 0.000000000000 +0.169921875000 0.025024414062 0.000000000000 0.000000000000 +0.071289062500 0.011108398438 0.000000000000 0.000000000000 +0.000000000000 0.112792968750 0.050537109375 0.000000000000 +0.054687500000 0.000000000000 0.007934570312 0.326171875000 +0.007812500000 0.000000000000 0.153320312500 0.000000000000 +0.090332031250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.032226562500 0.000000000000 +0.000000000000 0.000000000000 0.058837890625 0.000000000000 +0.000000000000 0.000000000000 0.001548767090 0.000000000000 +0.000000000000 0.143554687500 0.000000000000 0.135742187500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.172851562500 0.128906250000 +0.000450134277 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.059570312500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.017333984375 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.002502441406 0.000000000000 0.000000000000 +0.000000000000 0.025390625000 0.030029296875 0.000000000000 +0.024902343750 0.000000000000 0.070312500000 0.019531250000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.071777343750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.007934570312 0.000000000000 +0.000000000000 0.000000000000 0.028686523438 0.000000000000 +0.039062500000 0.000000000000 0.000000000000 0.000000000000 +0.009460449219 0.000000000000 0.000000000000 0.000000000000 +0.093261718750 0.011901855469 0.035888671875 0.147460937500 +0.006164550781 0.000000000000 0.018066406250 0.075195312500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.148437500000 0.000000000000 0.000000000000 +0.075195312500 0.000000000000 0.020751953125 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.033447265625 +0.000000000000 0.000000000000 0.111816406250 0.000000000000 +0.000000000000 0.000000000000 0.070800781250 0.203125000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.014648437500 0.143554687500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.100585937500 0.014770507812 0.092285156250 0.000000000000 +0.000000000000 0.041015625000 0.000000000000 0.042480468750 +0.101562500000 0.000000000000 0.088378906250 0.000000000000 +0.149414062500 0.069824218750 0.000000000000 0.098144531250 +0.168945312500 0.025634765625 0.156250000000 0.000000000000 +0.125000000000 0.000000000000 0.104980468750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.007171630859 +0.028808593750 0.000000000000 0.000000000000 0.010131835938 +0.000000000000 0.000000000000 0.075683593750 0.064453125000 +0.000000000000 0.343750000000 0.017822265625 0.000000000000 +0.000000000000 0.037353515625 0.000000000000 0.000000000000 +0.000000000000 0.039794921875 0.003372192383 0.000000000000 +0.000000000000 0.042724609375 0.000000000000 0.326171875000 +0.107421875000 0.054443359375 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.078613281250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.178710937500 0.000000000000 0.093261718750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.116210937500 0.183593750000 0.010864257812 0.025268554688 +0.000000000000 0.000000000000 0.043212890625 0.000000000000 +0.000000000000 0.000000000000 0.034667968750 0.000000000000 +0.150390625000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.083496093750 0.067382812500 +0.000000000000 0.000000000000 0.070800781250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.064453125000 0.000000000000 0.074218750000 +0.000000000000 0.000000000000 0.000000000000 0.089355468750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.049316406250 0.000000000000 0.026733398438 +0.000000000000 0.000000000000 0.000000000000 0.010620117188 +0.000000000000 0.036376953125 0.000000000000 0.007049560547 +0.000000000000 0.000000000000 0.000000000000 0.314453125000 +0.000000000000 0.000000000000 0.126953125000 0.000000000000 +0.000000000000 0.192382812500 0.000000000000 0.186523437500 +0.291015625000 0.076171875000 0.000000000000 0.000000000000 +0.067871093750 0.000000000000 0.000000000000 0.277343750000 +0.015502929688 0.048828125000 0.052490234375 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.292968750000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.433593750000 0.011657714844 0.000000000000 +0.156250000000 0.148437500000 0.000000000000 0.000000000000 +0.000000000000 0.122070312500 0.091308593750 0.000000000000 +0.000000000000 0.021118164062 0.000000000000 0.000000000000 +0.087890625000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.118652343750 0.000000000000 0.011596679688 +0.000000000000 0.000000000000 0.065429687500 0.000000000000 +0.092285156250 0.000000000000 0.000000000000 0.263671875000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.091796875000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.199218750000 0.095214843750 0.070312500000 0.086914062500 +0.088867187500 0.123046875000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.002059936523 0.000000000000 +0.051513671875 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.170898437500 0.000000000000 0.000000000000 +0.085937500000 0.106445312500 0.011291503906 0.000000000000 +0.208984375000 0.000000000000 0.000000000000 0.000000000000 +0.019653320312 0.202148437500 0.093750000000 0.000000000000 +0.157226562500 0.000000000000 0.000000000000 0.191406250000 +0.137695312500 0.000000000000 0.065917968750 0.000000000000 +0.125000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.036132812500 0.000000000000 0.146484375000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.120605468750 0.000000000000 0.026000976562 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.094726562500 0.141601562500 0.279296875000 +0.094726562500 0.203125000000 0.000000000000 0.000000000000 +0.000000000000 0.151367187500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.143554687500 0.000000000000 +0.000000000000 0.310546875000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.104492187500 0.064453125000 0.000000000000 +0.140625000000 0.000000000000 0.121093750000 0.200195312500 +0.112304687500 0.000000000000 0.029785156250 0.171875000000 +0.202148437500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.078613281250 0.000000000000 +0.086425781250 0.000000000000 0.065429687500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.016479492188 0.190429687500 +0.000000000000 0.000000000000 0.052978515625 0.000000000000 +0.002502441406 0.063476562500 0.000000000000 0.206054687500 +0.042968750000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.070800781250 0.000000000000 0.000000000000 +0.060791015625 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.011230468750 +0.000000000000 0.000000000000 0.088867187500 0.000000000000 +0.000000000000 0.000000000000 0.111816406250 0.206054687500 +0.000000000000 0.000000000000 0.000000000000 0.142578125000 +0.118652343750 0.000000000000 0.000000000000 0.023437500000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.114257812500 0.036865234375 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.134765625000 0.084960937500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.102539062500 0.000000000000 0.082519531250 +0.105468750000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.160156250000 0.000000000000 0.000000000000 +0.165039062500 0.221679687500 0.000000000000 0.000000000000 +0.045410156250 0.051513671875 0.000000000000 0.000000000000 +0.000000000000 0.245117187500 0.000000000000 0.000000000000 +0.000000000000 0.060791015625 0.000000000000 0.000000000000 +0.000000000000 0.037841796875 0.006652832031 0.000000000000 +0.000000000000 0.000000000000 0.112792968750 0.058593750000 +0.000000000000 0.000000000000 0.044677734375 0.133789062500 +0.269531250000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000858306885 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.093261718750 +0.000000000000 0.000000000000 0.016723632812 0.000000000000 +0.000130653381 0.026733398438 0.038818359375 0.081054687500 +0.080078125000 0.000000000000 0.000000000000 0.000000000000 +0.017211914062 0.046142578125 0.136718750000 0.000000000000 +0.000000000000 0.000000000000 0.031494140625 0.000000000000 +0.118652343750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.041015625000 +0.000000000000 0.028808593750 0.000000000000 0.037353515625 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.095703125000 0.033935546875 0.108886718750 0.036621093750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.283203125000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.150390625000 0.000000000000 +0.000000000000 0.000000000000 0.167968750000 0.000000000000 +0.000000000000 0.058349609375 0.000000000000 0.000000000000 +0.064941406250 0.000000000000 0.000000000000 0.000000000000 +0.121093750000 0.042968750000 0.324218750000 0.212890625000 +0.156250000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.155273437500 0.056396484375 +0.000000000000 0.240234375000 0.000000000000 0.028198242188 +0.000000000000 0.064941406250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.071289062500 0.000000000000 0.086914062500 +0.000000000000 0.000000000000 0.006835937500 0.000000000000 +0.025024414062 0.000000000000 0.190429687500 0.367187500000 +0.000000000000 0.000000000000 0.000000000000 0.186523437500 +0.078613281250 0.000000000000 0.031738281250 0.134765625000 +0.114746093750 0.000000000000 0.026000976562 0.000000000000 +0.531250000000 0.000000000000 0.046630859375 0.000000000000 +0.279296875000 0.000000000000 0.000000000000 0.000000000000 +0.188476562500 0.000000000000 0.000000000000 0.087890625000 +0.058593750000 0.000000000000 0.218750000000 0.122070312500 +0.000000000000 0.000000000000 0.097167968750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.103027343750 +0.003417968750 0.000000000000 0.000000000000 0.123535156250 +0.000000000000 0.263671875000 0.000000000000 0.107910156250 +0.107421875000 0.000000000000 0.198242187500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.094238281250 0.086914062500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.031127929688 0.337890625000 +0.000000000000 0.211914062500 0.000000000000 0.052978515625 +0.000000000000 0.000000000000 0.289062500000 0.213867187500 +0.151367187500 0.050781250000 0.000000000000 0.070312500000 +0.000000000000 0.197265625000 0.000000000000 0.000000000000 +0.117187500000 0.109375000000 0.000000000000 0.417968750000 +0.453125000000 0.000000000000 0.000000000000 0.000000000000 +0.386718750000 0.267578125000 0.000000000000 0.330078125000 +0.109375000000 0.000000000000 0.000000000000 0.000000000000 +0.210937500000 0.000000000000 0.000000000000 0.056396484375 +0.345703125000 0.030639648438 0.000000000000 0.127929687500 +0.000000000000 0.000000000000 0.000000000000 0.221679687500 +0.118164062500 0.000000000000 0.208984375000 0.000000000000 +0.000000000000 0.355468750000 0.000000000000 0.000000000000 +0.058105468750 0.047607421875 0.000000000000 0.039550781250 +0.000000000000 0.092285156250 0.022705078125 0.000000000000 +0.000000000000 0.300781250000 0.000000000000 0.769531250000 +0.115722656250 0.022949218750 0.609375000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.217773437500 +0.084960937500 0.236328125000 0.000000000000 0.092773437500 +0.388671875000 0.000000000000 0.000000000000 0.152343750000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.086425781250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.054931640625 +0.158203125000 0.099609375000 0.183593750000 0.000000000000 +0.275390625000 0.259765625000 0.304687500000 0.140625000000 +0.000000000000 0.213867187500 0.300781250000 0.000000000000 +0.328125000000 0.014831542969 0.006561279297 0.000000000000 +0.000000000000 0.014648437500 0.000000000000 0.247070312500 +0.500000000000 0.480468750000 0.139648437500 0.000000000000 +0.480468750000 0.243164062500 0.000000000000 0.000000000000 +0.000000000000 0.193359375000 0.173828125000 0.000000000000 +0.423828125000 0.208984375000 0.000000000000 0.218750000000 +0.195312500000 0.000000000000 0.000000000000 0.000000000000 +0.265625000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.210937500000 0.322265625000 +0.000000000000 0.000000000000 0.221679687500 0.000000000000 +0.000000000000 0.075195312500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.237304687500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.355468750000 +0.029418945312 0.291015625000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.087402343750 0.000000000000 +0.083984375000 0.000000000000 0.016723632812 0.000000000000 +0.000000000000 0.257812500000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.003219604492 0.000000000000 0.000000000000 +0.000000000000 0.002746582031 0.212890625000 0.015869140625 +0.169921875000 0.000000000000 0.052001953125 0.773437500000 +0.115722656250 0.000000000000 0.542968750000 0.210937500000 +0.110839843750 0.000000000000 0.000402450562 0.000000000000 +0.000000000000 0.049316406250 0.016967773438 0.000000000000 +0.119628906250 0.115234375000 0.067871093750 0.000000000000 +0.177734375000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.296875000000 0.000000000000 0.263671875000 0.222656250000 +0.369140625000 0.453125000000 0.071289062500 0.208007812500 +0.085449218750 0.148437500000 0.004577636719 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.014953613281 +0.000000000000 0.441406250000 0.261718750000 0.224609375000 +0.000000000000 0.198242187500 0.150390625000 0.000000000000 +0.000000000000 0.000000000000 0.150390625000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.099609375000 0.000000000000 0.082031250000 0.000000000000 +0.000000000000 0.000000000000 0.222656250000 0.000000000000 +0.145507812500 0.003265380859 0.000000000000 0.194335937500 +0.154296875000 0.000000000000 0.000000000000 0.213867187500 +0.000000000000 0.000000000000 0.000000000000 0.014953613281 +0.169921875000 0.245117187500 0.000000000000 0.000000000000 +0.102539062500 0.375000000000 0.000000000000 0.000000000000 +0.277343750000 0.000000000000 0.285156250000 0.378906250000 +0.279296875000 0.020874023438 0.012329101562 0.000000000000 +0.000000000000 0.004730224609 0.028564453125 0.000000000000 +0.145507812500 0.000000000000 0.000000000000 0.000000000000 +0.236328125000 0.171875000000 0.000000000000 0.000000000000 +0.160156250000 0.218750000000 0.000000000000 0.000000000000 +0.000000000000 0.051513671875 0.112792968750 0.126953125000 +0.000000000000 0.294921875000 0.000000000000 0.000000000000 +0.000000000000 0.027465820312 0.032958984375 0.000000000000 +0.000000000000 0.020507812500 0.000000000000 0.000000000000 +0.000000000000 0.209960937500 0.092773437500 0.585937500000 +0.187500000000 0.098144531250 0.145507812500 0.212890625000 +0.267578125000 0.000000000000 0.000000000000 0.000000000000 +0.267578125000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.121582031250 0.000000000000 +0.110351562500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.191406250000 0.000000000000 0.468750000000 +0.004150390625 0.000000000000 0.091308593750 0.178710937500 +0.015502929688 0.000000000000 0.333984375000 0.000000000000 +0.000000000000 0.000000000000 0.345703125000 0.136718750000 +0.233398437500 0.000000000000 0.271484375000 0.207031250000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.324218750000 0.000000000000 0.000000000000 0.023193359375 +0.048828125000 0.000000000000 0.000000000000 0.310546875000 +0.000000000000 0.012878417969 0.375000000000 0.140625000000 +0.000000000000 0.000000000000 0.000000000000 0.068359375000 +0.000000000000 0.000000000000 0.197265625000 0.158203125000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.066894531250 0.000000000000 0.059326171875 +0.000000000000 0.000000000000 0.267578125000 0.000000000000 +0.143554687500 0.000000000000 0.079589843750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.127929687500 +0.328125000000 0.000000000000 0.000000000000 0.000000000000 +0.086914062500 0.137695312500 0.000000000000 0.208984375000 +0.542968750000 0.000000000000 0.059326171875 0.000000000000 +0.000000000000 0.000000000000 0.300781250000 0.080566406250 +0.205078125000 0.000000000000 0.082031250000 0.275390625000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.061279296875 0.000000000000 0.052734375000 0.000000000000 +0.000000000000 0.158203125000 0.000000000000 0.000000000000 +0.045166015625 0.055419921875 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.056396484375 0.000000000000 +0.000000000000 0.055419921875 0.013549804688 0.447265625000 +0.000000000000 0.000000000000 0.181640625000 0.000000000000 +0.000000000000 0.000000000000 0.004394531250 0.221679687500 +0.002304077148 0.183593750000 0.000000000000 0.000000000000 +0.000000000000 0.007934570312 0.000000000000 0.337890625000 +0.000000000000 0.166015625000 0.000000000000 0.109375000000 +0.000000000000 0.000000000000 0.012573242188 0.000000000000 +0.000000000000 0.185546875000 0.000000000000 0.140625000000 +0.092285156250 0.244140625000 0.000000000000 0.000000000000 +0.055908203125 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.294921875000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.143554687500 0.166015625000 0.269531250000 +0.000000000000 0.099121093750 0.345703125000 0.000000000000 +0.414062500000 0.000000000000 0.000000000000 0.000000000000 +0.173828125000 0.310546875000 0.243164062500 0.159179687500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.453125000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.135742187500 +0.000000000000 0.371093750000 0.000000000000 0.019653320312 +0.032470703125 0.000000000000 0.044189453125 0.127929687500 +0.000000000000 0.000000000000 0.000000000000 0.050048828125 +0.000000000000 0.002105712891 0.195312500000 0.185546875000 +0.306640625000 0.188476562500 0.000000000000 0.000000000000 +0.048828125000 0.000000000000 0.196289062500 0.172851562500 +0.161132812500 0.215820312500 0.038085937500 0.000000000000 +0.000000000000 0.308593750000 0.259765625000 0.000000000000 +0.000000000000 0.104980468750 0.046142578125 0.000000000000 +0.000000000000 0.231445312500 0.000000000000 0.000000000000 +0.320312500000 0.227539062500 0.000000000000 0.071289062500 +0.221679687500 0.154296875000 0.000000000000 0.000000000000 +0.000000000000 0.119140625000 0.008728027344 0.000000000000 +0.172851562500 0.000000000000 0.167968750000 0.667968750000 +0.085937500000 0.000000000000 0.181640625000 0.000000000000 +0.300781250000 0.004974365234 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.138671875000 0.000000000000 +0.000000000000 0.000000000000 0.201171875000 0.000000000000 +0.118652343750 0.000000000000 0.073242187500 0.000000000000 +0.000000000000 0.119628906250 0.000000000000 0.271484375000 +0.355468750000 0.000000000000 0.078125000000 0.000000000000 +0.000000000000 0.000000000000 0.030029296875 0.117187500000 +0.000000000000 0.136718750000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.164062500000 0.120605468750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.146484375000 +0.000000000000 0.000000000000 0.165039062500 0.011169433594 +0.000000000000 0.000000000000 0.099609375000 0.000000000000 +0.085937500000 0.000000000000 0.241210937500 0.515625000000 +0.000000000000 0.000000000000 0.000000000000 0.008850097656 +0.153320312500 0.000000000000 0.250000000000 0.050292968750 +0.000000000000 0.000000000000 0.094726562500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.224609375000 0.000000000000 0.096191406250 0.000000000000 +0.121582031250 0.000000000000 0.000000000000 0.065917968750 +0.000000000000 0.000000000000 0.000000000000 0.380859375000 +0.135742187500 0.000000000000 0.000000000000 0.000000000000 +0.012817382812 0.000000000000 0.117675781250 0.324218750000 +0.000000000000 0.000000000000 0.166015625000 0.361328125000 +0.000000000000 0.000000000000 0.054931640625 0.265625000000 +0.343750000000 0.000000000000 0.053710937500 0.000000000000 +0.000000000000 0.011474609375 0.000000000000 0.164062500000 +0.000000000000 0.119628906250 0.378906250000 0.330078125000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.201171875000 0.000000000000 +0.000000000000 0.147460937500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.111816406250 0.392578125000 +0.110351562500 0.000000000000 0.055419921875 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.098632812500 +0.167968750000 0.000000000000 0.000000000000 0.000000000000 +0.013671875000 0.108886718750 0.000000000000 0.257812500000 +0.000000000000 0.044189453125 0.000000000000 0.000000000000 +0.150390625000 0.000000000000 0.015258789062 0.182617187500 +0.281250000000 0.000000000000 0.020874023438 0.102539062500 +0.000000000000 0.149414062500 0.000000000000 0.000000000000 +0.078613281250 0.000000000000 0.087890625000 0.000000000000 +0.000000000000 0.097167968750 0.083007812500 0.000000000000 +0.122070312500 0.157226562500 0.000000000000 0.120117187500 +0.000000000000 0.060302734375 0.055419921875 0.263671875000 +0.000000000000 0.175781250000 0.000000000000 0.302734375000 +0.061035156250 0.250000000000 0.155273437500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.193359375000 +0.008239746094 0.176757812500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.166015625000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.251953125000 0.000000000000 0.060302734375 +0.000000000000 0.000000000000 0.239257812500 0.000000000000 +0.117187500000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.145507812500 +0.000000000000 0.007720947266 0.010864257812 0.000000000000 +0.180664062500 0.156250000000 0.000000000000 0.000000000000 +0.000000000000 0.041259765625 0.000000000000 0.216796875000 +0.000000000000 0.000000000000 0.000000000000 0.376953125000 +0.208984375000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.162109375000 0.102050781250 +0.000000000000 0.028198242188 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.093750000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.026611328125 0.174804687500 0.000000000000 0.121093750000 +0.000000000000 0.000000000000 0.005432128906 0.000000000000 +0.005889892578 0.000000000000 0.046142578125 0.047363281250 +0.122070312500 0.000000000000 0.000000000000 0.031982421875 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.011657714844 0.000000000000 0.006286621094 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.145507812500 0.041748046875 0.000000000000 +0.000000000000 0.003692626953 0.000000000000 0.199218750000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.269531250000 0.077636718750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.082519531250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.079589843750 +0.261718750000 0.000000000000 0.000000000000 0.000000000000 +0.060546875000 0.172851562500 0.000000000000 0.251953125000 +0.139648437500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.119140625000 +0.075683593750 0.049072265625 0.000000000000 0.020385742188 +0.173828125000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.135742187500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.269531250000 0.021362304688 0.000000000000 0.000000000000 +0.000000000000 0.158203125000 0.000000000000 0.063476562500 +0.000000000000 0.000000000000 0.000000000000 0.200195312500 +0.034179687500 0.000000000000 0.023071289062 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.291015625000 +0.018066406250 0.083984375000 0.000000000000 0.008728027344 +0.104003906250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.037597656250 0.000000000000 +0.000000000000 0.114257812500 0.000000000000 0.000000000000 +0.000000000000 0.206054687500 0.000000000000 0.028564453125 +0.000770568848 0.000000000000 0.443359375000 0.000000000000 +0.000000000000 0.000000000000 0.097167968750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.231445312500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.527343750000 +0.000000000000 0.171875000000 0.000000000000 0.000000000000 +0.081542968750 0.133789062500 0.000000000000 0.000000000000 +0.041992187500 0.131835937500 0.000000000000 0.088378906250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.257812500000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.062988281250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.044921875000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.076171875000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.040771484375 0.050048828125 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.051269531250 +0.000247955322 0.000000000000 0.000000000000 0.005401611328 +0.155273437500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.106933593750 0.000000000000 0.000000000000 0.000000000000 +0.021606445312 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.095214843750 0.000000000000 0.000000000000 +0.000000000000 0.110351562500 0.161132812500 0.111816406250 +0.000000000000 0.000000000000 0.003189086914 0.153320312500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.044433593750 0.000000000000 0.000000000000 +0.000000000000 0.148437500000 0.188476562500 0.000000000000 +0.076660156250 0.000000000000 0.004302978516 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.118652343750 0.000000000000 0.000000000000 0.000000000000 +0.028198242188 0.065429687500 0.000000000000 0.007019042969 +0.462890625000 0.000000000000 0.071289062500 0.136718750000 +0.000000000000 0.000000000000 0.066894531250 0.000000000000 +0.000000000000 0.137695312500 0.142578125000 0.006103515625 +0.000000000000 0.170898437500 0.000000000000 0.000000000000 +0.000000000000 0.121093750000 0.118164062500 0.000000000000 +0.000000000000 0.183593750000 0.000000000000 0.000000000000 +0.073730468750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.072753906250 0.055419921875 0.000000000000 +0.000000000000 0.011352539062 0.015747070312 0.223632812500 +0.090820312500 0.000000000000 0.019165039062 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.007629394531 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.028442382812 0.121093750000 0.000000000000 +0.000000000000 0.188476562500 0.000000000000 0.000000000000 +0.000000000000 0.007507324219 0.000000000000 0.000000000000 +0.124023437500 0.265625000000 0.104980468750 0.000000000000 +0.000000000000 0.172851562500 0.133789062500 0.224609375000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.009582519531 +0.000000000000 0.144531250000 0.136718750000 0.000000000000 +0.000000000000 0.000000000000 0.104980468750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.089355468750 0.168945312500 0.113281250000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.165039062500 +0.289062500000 0.000000000000 0.000000000000 0.000881195068 +0.000000000000 0.000000000000 0.000000000000 0.126953125000 +0.000000000000 0.000000000000 0.000000000000 0.155273437500 +0.125976562500 0.253906250000 0.000000000000 0.000000000000 +0.035888671875 0.092285156250 0.000000000000 0.000000000000 +0.205078125000 0.100097656250 0.259765625000 0.121093750000 +0.127929687500 0.212890625000 0.000000000000 0.000000000000 +0.016479492188 0.000000000000 0.077148437500 0.094238281250 +0.000000000000 0.000000000000 0.328125000000 0.048828125000 +0.165039062500 0.462890625000 0.000000000000 0.000000000000 +0.292968750000 0.000000000000 0.000000000000 0.000000000000 +0.093750000000 0.000000000000 0.320312500000 0.000000000000 +0.155273437500 0.316406250000 0.000000000000 0.000000000000 +0.062988281250 0.000000000000 0.000000000000 0.000000000000 +0.010681152344 0.159179687500 0.050537109375 0.000000000000 +0.000000000000 0.072753906250 0.000000000000 0.375000000000 +0.023437500000 0.062500000000 0.460937500000 0.000000000000 +0.023681640625 0.138671875000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.159179687500 +0.107910156250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.300781250000 0.092773437500 +0.000000000000 0.007080078125 0.015747070312 0.000000000000 +0.000000000000 0.000000000000 0.041015625000 0.062988281250 +0.076660156250 0.000000000000 0.109863281250 0.000000000000 +0.124511718750 0.000000000000 0.122558593750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.076171875000 0.000000000000 0.000000000000 0.191406250000 +0.199218750000 0.118164062500 0.000000000000 0.000000000000 +0.000000000000 0.179687500000 0.000000000000 0.000000000000 +0.000000000000 0.048095703125 0.166992187500 0.000000000000 +0.000000000000 0.000000000000 0.007385253906 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.033935546875 0.182617187500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.034912109375 0.000000000000 +0.000000000000 0.000000000000 0.171875000000 0.241210937500 +0.000000000000 0.000000000000 0.000000000000 0.236328125000 +0.089355468750 0.000000000000 0.000000000000 0.000000000000 +0.236328125000 0.013061523438 0.000000000000 0.000000000000 +0.236328125000 0.000000000000 0.215820312500 0.194335937500 +0.000000000000 0.000000000000 0.013305664062 0.032714843750 +0.174804687500 0.096191406250 0.261718750000 0.000000000000 +0.147460937500 0.078125000000 0.507812500000 0.000000000000 +0.166992187500 0.318359375000 0.000000000000 0.000000000000 +0.145507812500 0.051757812500 0.000000000000 0.000000000000 +0.218750000000 0.050292968750 0.000000000000 0.000000000000 +0.007812500000 0.115722656250 0.156250000000 0.000000000000 +0.200195312500 0.000000000000 0.144531250000 0.804687500000 +0.000000000000 0.000000000000 0.412109375000 0.000000000000 +0.090820312500 0.001106262207 0.000000000000 0.000000000000 +0.000000000000 0.065917968750 0.146484375000 0.000000000000 +0.431640625000 0.158203125000 0.000000000000 0.281250000000 +0.000000000000 0.085449218750 0.053222656250 0.000000000000 +0.000000000000 0.000000000000 0.066406250000 0.000000000000 +0.000000000000 0.000000000000 0.312500000000 0.000000000000 +0.376953125000 0.410156250000 0.000000000000 0.208984375000 +0.178710937500 0.100097656250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.077636718750 0.000000000000 +0.025268554688 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.088378906250 0.067871093750 0.000000000000 +0.000000000000 0.005676269531 0.109375000000 0.000000000000 +0.027099609375 0.000000000000 0.000000000000 0.000000000000 +0.165039062500 0.097656250000 0.079589843750 0.000000000000 +0.093261718750 0.000000000000 0.000000000000 0.000000000000 +0.365234375000 0.000000000000 0.085937500000 0.048339843750 +0.186523437500 0.000000000000 0.000000000000 0.000000000000 +0.016357421875 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.304687500000 0.000000000000 0.100097656250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.162109375000 0.018798828125 0.000000000000 +0.068359375000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.113281250000 0.109375000000 0.345703125000 +0.097167968750 0.192382812500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.084472656250 0.074218750000 0.000000000000 +0.024291992188 0.285156250000 0.006408691406 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.024291992188 0.058105468750 0.047363281250 0.000000000000 +0.054199218750 0.000000000000 0.069335937500 0.211914062500 +0.050781250000 0.000000000000 0.141601562500 0.310546875000 +0.279296875000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.178710937500 0.105957031250 0.080078125000 0.000000000000 +0.109375000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.182617187500 0.232421875000 0.416015625000 +0.171875000000 0.000000000000 0.257812500000 0.000000000000 +0.030883789062 0.000000000000 0.300781250000 0.247070312500 +0.064941406250 0.202148437500 0.112792968750 0.000000000000 +0.000000000000 0.079589843750 0.055664062500 0.000000000000 +0.000000000000 0.003753662109 0.000000000000 0.067382812500 +0.091308593750 0.000000000000 0.061523437500 0.000000000000 +0.000000000000 0.166015625000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.102050781250 0.000000000000 +0.000000000000 0.000000000000 0.144531250000 0.322265625000 +0.000000000000 0.000000000000 0.169921875000 0.468750000000 +0.245117187500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.147460937500 0.000000000000 0.077148437500 0.000000000000 +0.113281250000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.094726562500 0.018310546875 0.208007812500 +0.193359375000 0.000000000000 0.094238281250 0.000000000000 +0.006072998047 0.000000000000 0.000000000000 0.101562500000 +0.082031250000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.103027343750 0.007080078125 0.174804687500 +0.000000000000 0.000000000000 0.000000000000 0.152343750000 +0.077636718750 0.000000000000 0.005523681641 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.031250000000 +0.000000000000 0.000000000000 0.122070312500 0.000000000000 +0.000000000000 0.000000000000 0.239257812500 0.000000000000 +0.000000000000 0.000000000000 0.135742187500 0.494140625000 +0.000000000000 0.000000000000 0.000000000000 0.166992187500 +0.139648437500 0.000000000000 0.099121093750 0.000000000000 +0.000000000000 0.000000000000 0.027709960938 0.000000000000 +0.002517700195 0.000000000000 0.000000000000 0.000000000000 +0.041503906250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.046386718750 +0.000000000000 0.000000000000 0.000000000000 0.269531250000 +0.067871093750 0.111816406250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.027099609375 0.006561279297 +0.059814453125 0.000000000000 0.049072265625 0.033935546875 +0.000000000000 0.076171875000 0.000000000000 0.000000000000 +0.000452041626 0.000000000000 0.056152343750 0.000000000000 +0.000000000000 0.277343750000 0.106445312500 0.000000000000 +0.000000000000 0.035156250000 0.062255859375 0.100585937500 +0.000000000000 0.000000000000 0.058349609375 0.000000000000 +0.000000000000 0.000000000000 0.143554687500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.087890625000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000625610352 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.193359375000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.193359375000 0.115234375000 0.000000000000 0.078613281250 +0.159179687500 0.102050781250 0.000000000000 0.022216796875 +0.087890625000 0.000000000000 0.030151367188 0.000000000000 +0.059814453125 0.000000000000 0.140625000000 0.000000000000 +0.000000000000 0.085937500000 0.000000000000 0.000000000000 +0.000000000000 0.047363281250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.082031250000 0.000000000000 0.000000000000 +0.000000000000 0.062988281250 0.115722656250 0.000000000000 +0.000000000000 0.022949218750 0.007049560547 0.312500000000 +0.041503906250 0.000000000000 0.194335937500 0.000000000000 +0.029052734375 0.000000000000 0.000000000000 0.024047851562 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.094726562500 0.000000000000 0.339843750000 +0.000000000000 0.000000000000 0.000000000000 0.240234375000 +0.000000000000 0.000000000000 0.049072265625 0.000000000000 +0.000000000000 0.003067016602 0.000000000000 0.000000000000 +0.089843750000 0.209960937500 0.000000000000 0.187500000000 +0.253906250000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.166015625000 0.132812500000 0.000000000000 0.000000000000 +0.000000000000 0.101562500000 0.000000000000 0.000000000000 +0.000000000000 0.134765625000 0.106445312500 0.000000000000 +0.136718750000 0.000000000000 0.000000000000 0.000000000000 +0.107421875000 0.131835937500 0.128906250000 0.000000000000 +0.068359375000 0.000000000000 0.000000000000 0.146484375000 +0.273437500000 0.000000000000 0.166015625000 0.000000000000 +0.107421875000 0.000000000000 0.000000000000 0.000000000000 +0.015747070312 0.154296875000 0.000000000000 0.000000000000 +0.167968750000 0.082519531250 0.172851562500 0.029663085938 +0.015991210938 0.000000000000 0.008850097656 0.000000000000 +0.000000000000 0.235351562500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.277343750000 0.000000000000 +0.000000000000 0.028686523438 0.466796875000 0.261718750000 +0.020507812500 0.229492187500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.216796875000 0.044189453125 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.036376953125 0.000000000000 0.000000000000 +0.044677734375 0.000000000000 0.031982421875 0.197265625000 +0.111328125000 0.000000000000 0.000000000000 0.225585937500 +0.081542968750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.063476562500 0.000000000000 0.000000000000 +0.153320312500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.110351562500 0.208007812500 +0.265625000000 0.000000000000 0.056152343750 0.000000000000 +0.184570312500 0.000000000000 0.000000000000 0.197265625000 +0.084472656250 0.000000000000 0.000000000000 0.000000000000 +0.063476562500 0.088378906250 0.000000000000 0.081542968750 +0.088867187500 0.000000000000 0.000000000000 0.099609375000 +0.096191406250 0.006439208984 0.041992187500 0.000000000000 +0.000000000000 0.011047363281 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.115234375000 0.000000000000 +0.000000000000 0.000000000000 0.153320312500 0.195312500000 +0.000000000000 0.000000000000 0.037597656250 0.205078125000 +0.206054687500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.050537109375 0.137695312500 0.267578125000 0.000000000000 +0.000000000000 0.000000000000 0.016723632812 0.000000000000 +0.000000000000 0.000000000000 0.104980468750 0.016601562500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.069824218750 0.057373046875 0.000000000000 0.201171875000 +0.099121093750 0.000000000000 0.000000000000 0.140625000000 +0.064941406250 0.158203125000 0.148437500000 0.000000000000 +0.066406250000 0.100585937500 0.000000000000 0.000000000000 +0.285156250000 0.000000000000 0.000000000000 0.000000000000 +0.024291992188 0.267578125000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.044433593750 0.114257812500 0.000000000000 +0.000000000000 0.197265625000 0.033203125000 0.166015625000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.128906250000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.209960937500 0.000000000000 +0.124023437500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.171875000000 0.000000000000 0.000000000000 +0.071777343750 0.072753906250 0.000000000000 0.075683593750 +0.000000000000 0.036376953125 0.233398437500 0.222656250000 +0.000000000000 0.167968750000 0.022094726562 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.117675781250 0.000000000000 0.000000000000 0.000000000000 +0.090820312500 0.062988281250 0.074707031250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.006866455078 0.000000000000 +0.000000000000 0.033935546875 0.073242187500 0.000000000000 +0.000000000000 0.000000000000 0.062255859375 0.337890625000 +0.027221679688 0.000000000000 0.328125000000 0.158203125000 +0.000000000000 0.000000000000 0.000000000000 0.059326171875 +0.000000000000 0.000000000000 0.000000000000 0.087890625000 +0.000000000000 0.054931640625 0.000000000000 0.000000000000 +0.081542968750 0.000000000000 0.000000000000 0.003692626953 +0.000000000000 0.000000000000 0.151367187500 0.023559570312 +0.000000000000 0.081054687500 0.000000000000 0.030029296875 +0.343750000000 0.000000000000 0.185546875000 0.000000000000 +0.150390625000 0.000000000000 0.050781250000 0.046875000000 +0.079589843750 0.151367187500 0.054199218750 0.020629882812 +0.000000000000 0.000000000000 0.000000000000 0.061523437500 +0.032226562500 0.000000000000 0.050537109375 0.000000000000 +0.000000000000 0.320312500000 0.000000000000 0.000000000000 +0.000000000000 0.114746093750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.029174804688 0.017333984375 0.196289062500 +0.000000000000 0.174804687500 0.000000000000 0.000000000000 +0.034179687500 0.017456054688 0.031005859375 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.022338867188 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.033935546875 0.000000000000 0.154296875000 0.015625000000 +0.065429687500 0.000000000000 0.000000000000 0.051269531250 +0.000000000000 0.000000000000 0.000000000000 0.027709960938 +0.000000000000 0.137695312500 0.000000000000 0.074707031250 +0.304687500000 0.008239746094 0.083007812500 0.000000000000 +0.000000000000 0.000000000000 0.147460937500 0.000000000000 +0.000000000000 0.044677734375 0.000000000000 0.213867187500 +0.267578125000 0.038818359375 0.000000000000 0.078125000000 +0.010437011719 0.036376953125 0.000000000000 0.000000000000 +0.000000000000 0.067382812500 0.085449218750 0.008911132812 +0.245117187500 0.173828125000 0.049804687500 0.335937500000 +0.000000000000 0.000000000000 0.117187500000 0.000000000000 +0.069335937500 0.000000000000 0.058105468750 0.000000000000 +0.000000000000 0.000000000000 0.101074218750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.132812500000 0.030517578125 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.045654296875 0.126953125000 0.008789062500 0.082519531250 +0.235351562500 0.000000000000 0.000000000000 0.135742187500 +0.000000000000 0.000000000000 0.192382812500 0.000000000000 +0.000000000000 0.170898437500 0.265625000000 0.000000000000 +0.000000000000 0.045410156250 0.000000000000 0.000000000000 +0.026367187500 0.000000000000 0.000000000000 0.000000000000 +0.032226562500 0.132812500000 0.000000000000 0.000000000000 +0.000000000000 0.011108398438 0.087402343750 0.000000000000 +0.108398437500 0.000000000000 0.072753906250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.118164062500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.079101562500 0.231445312500 0.000000000000 +0.028808593750 0.000000000000 0.000000000000 0.068359375000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.077148437500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.263671875000 0.046142578125 0.128906250000 +0.163085937500 0.086425781250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.122558593750 0.000000000000 +0.145507812500 0.144531250000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.062988281250 0.000000000000 0.000000000000 +0.032714843750 0.000000000000 0.000000000000 0.014465332031 +0.000000000000 0.042480468750 0.104980468750 0.000000000000 +0.207031250000 0.000000000000 0.049316406250 0.382812500000 +0.100097656250 0.000000000000 0.125976562500 0.004821777344 +0.188476562500 0.000000000000 0.000000000000 0.000000000000 +0.047363281250 0.000000000000 0.000000000000 0.000000000000 +0.165039062500 0.061523437500 0.000000000000 0.292968750000 +0.000000000000 0.000000000000 0.179687500000 0.128906250000 +0.000000000000 0.000000000000 0.065429687500 0.000000000000 +0.000000000000 0.000000000000 0.139648437500 0.000000000000 +0.000000000000 0.394531250000 0.041503906250 0.269531250000 +0.355468750000 0.196289062500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.014404296875 0.000000000000 +0.078125000000 0.003784179688 0.192382812500 0.000000000000 +0.000000000000 0.369140625000 0.000000000000 0.000000000000 +0.000000000000 0.261718750000 0.089355468750 0.000000000000 +0.013610839844 0.070312500000 0.000000000000 0.019653320312 +0.014465332031 0.050048828125 0.033203125000 0.000000000000 +0.351562500000 0.000000000000 0.176757812500 0.015075683594 +0.223632812500 0.000000000000 0.000000000000 0.198242187500 +0.492187500000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.231445312500 0.000000000000 0.253906250000 0.000000000000 +0.220703125000 0.000000000000 0.059326171875 0.000000000000 +0.000000000000 0.098144531250 0.000000000000 0.107910156250 +0.000000000000 0.000000000000 0.347656250000 0.000000000000 +0.000000000000 0.161132812500 0.019897460938 0.351562500000 +0.141601562500 0.167968750000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.048095703125 0.000000000000 +0.000000000000 0.039550781250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.107421875000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.067871093750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.142578125000 0.000000000000 0.191406250000 0.302734375000 +0.000000000000 0.000000000000 0.107910156250 0.416015625000 +0.164062500000 0.000000000000 0.000000000000 0.145507812500 +0.079101562500 0.000000000000 0.000000000000 0.000000000000 +0.125976562500 0.137695312500 0.000000000000 0.000000000000 +0.474609375000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.104003906250 +0.000000000000 0.000000000000 0.163085937500 0.154296875000 +0.050292968750 0.000000000000 0.239257812500 0.080078125000 +0.075195312500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.242187500000 +0.000000000000 0.000000000000 0.000000000000 0.376953125000 +0.261718750000 0.000000000000 0.285156250000 0.000000000000 +0.000000000000 0.104492187500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.142578125000 0.259765625000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.130859375000 0.021240234375 +0.000000000000 0.353515625000 0.000000000000 0.392578125000 +0.000000000000 0.000000000000 0.265625000000 0.214843750000 +0.029052734375 0.000000000000 0.000000000000 0.184570312500 +0.000000000000 0.014709472656 0.000000000000 0.000000000000 +0.161132812500 0.055419921875 0.000000000000 0.028442382812 +0.218750000000 0.000000000000 0.150390625000 0.000000000000 +0.073242187500 0.111328125000 0.000000000000 0.335937500000 +0.071289062500 0.000000000000 0.000000000000 0.000000000000 +0.084960937500 0.000000000000 0.000000000000 0.000000000000 +0.240234375000 0.000000000000 0.000000000000 0.080078125000 +0.000000000000 0.000000000000 0.000000000000 0.143554687500 +0.101562500000 0.000000000000 0.164062500000 0.000000000000 +0.000000000000 0.269531250000 0.000000000000 0.000000000000 +0.000000000000 0.043945312500 0.096191406250 0.089355468750 +0.000000000000 0.068847656250 0.008850097656 0.000000000000 +0.000000000000 0.242187500000 0.000000000000 0.292968750000 +0.028442382812 0.316406250000 0.021240234375 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.091308593750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.056396484375 0.167968750000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.178710937500 0.000000000000 0.046386718750 +0.032958984375 0.027709960938 0.075683593750 0.084472656250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.015869140625 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.140625000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.022705078125 0.000000000000 +0.177734375000 0.000000000000 0.000000000000 0.000000000000 +0.139648437500 0.209960937500 0.135742187500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.106445312500 +0.231445312500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.094238281250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.107910156250 0.000000000000 +0.008483886719 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.155273437500 0.083007812500 0.001358032227 +0.056640625000 0.201171875000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.204101562500 0.103027343750 +0.000000000000 0.000000000000 0.076660156250 0.000000000000 +0.003967285156 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.105957031250 0.065429687500 0.000000000000 +0.000000000000 0.059326171875 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.097656250000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.108398437500 0.008605957031 0.000000000000 0.000000000000 +0.000000000000 0.119628906250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.004333496094 +0.000000000000 0.000000000000 0.119628906250 0.125976562500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.071289062500 0.000000000000 0.000000000000 0.120605468750 +0.131835937500 0.224609375000 0.067382812500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.092773437500 0.000000000000 0.000000000000 0.000000000000 +0.261718750000 0.056884765625 0.000000000000 0.091796875000 +0.000000000000 0.132812500000 0.000000000000 0.000000000000 +0.000000000000 0.056640625000 0.027465820312 0.000000000000 +0.000000000000 0.000000000000 0.087402343750 0.205078125000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.155273437500 0.090332031250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.140625000000 0.000000000000 +0.050292968750 0.000000000000 0.140625000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.425781250000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.009826660156 0.000000000000 0.041015625000 0.000000000000 +0.022583007812 0.000000000000 0.185546875000 0.182617187500 +0.047851562500 0.112792968750 0.294921875000 0.110839843750 +0.000000000000 0.121093750000 0.040283203125 0.000000000000 +0.096191406250 0.000000000000 0.000000000000 0.000000000000 +0.193359375000 0.136718750000 0.020385742188 0.406250000000 +0.000000000000 0.166992187500 0.105957031250 0.067382812500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.072265625000 0.000000000000 0.209960937500 0.167968750000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.120117187500 0.000000000000 0.061035156250 0.000000000000 +0.000000000000 0.000000000000 0.056884765625 0.000000000000 +0.136718750000 0.000000000000 0.175781250000 0.000000000000 +0.000000000000 0.000000000000 0.184570312500 0.000000000000 +0.023803710938 0.000000000000 0.000000000000 0.000000000000 +0.200195312500 0.095703125000 0.000000000000 0.070312500000 +0.052734375000 0.027221679688 0.131835937500 0.038085937500 +0.122070312500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.088378906250 0.106933593750 +0.000000000000 0.000000000000 0.096679687500 0.118164062500 +0.000000000000 0.034179687500 0.015563964844 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000017523766 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.194335937500 0.100585937500 +0.000000000000 0.000000000000 0.046142578125 0.542968750000 +0.139648437500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.194335937500 0.208007812500 +0.106445312500 0.194335937500 0.000000000000 0.000000000000 +0.092285156250 0.000000000000 0.040527343750 0.000000000000 +0.082031250000 0.044677734375 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.040527343750 0.069824218750 0.249023437500 +0.009521484375 0.255859375000 0.108886718750 0.000000000000 +0.071289062500 0.000000000000 0.077148437500 0.000000000000 +0.081542968750 0.000000000000 0.000000000000 0.000101089478 +0.119140625000 0.129882812500 0.000000000000 0.000000000000 +0.017089843750 0.000000000000 0.245117187500 0.153320312500 +0.000000000000 0.199218750000 0.466796875000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.135742187500 0.006896972656 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.181640625000 0.147460937500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.306640625000 +0.126953125000 0.000000000000 0.000000000000 0.069824218750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.113281250000 0.191406250000 +0.151367187500 0.242187500000 0.000000000000 0.000000000000 +0.105957031250 0.000000000000 0.088378906250 0.000000000000 +0.050048828125 0.000000000000 0.066894531250 0.163085937500 +0.115234375000 0.216796875000 0.111816406250 0.083496093750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.005096435547 0.052978515625 0.000000000000 0.000000000000 +0.111328125000 0.250000000000 0.000000000000 0.201171875000 +0.000000000000 0.169921875000 0.039062500000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.103515625000 0.132812500000 0.253906250000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.099121093750 0.057617187500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.177734375000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.014526367188 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.049316406250 0.000000000000 0.106933593750 +0.064941406250 0.000000000000 0.000000000000 0.000000000000 +0.000457763672 0.000000000000 0.000000000000 0.006835937500 +0.091308593750 0.000000000000 0.138671875000 0.000000000000 +0.033447265625 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.080566406250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.063964843750 0.101562500000 0.119628906250 +0.000000000000 0.000000000000 0.000000000000 0.437500000000 +0.000000000000 0.000000000000 0.212890625000 0.000000000000 +0.000000000000 0.000000000000 0.112304687500 0.087402343750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.043701171875 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.084472656250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.020629882812 0.046142578125 0.142578125000 +0.163085937500 0.072753906250 0.081054687500 0.000000000000 +0.086425781250 0.000000000000 0.051269531250 0.113281250000 +0.000000000000 0.090820312500 0.046875000000 0.000000000000 +0.000000000000 0.151367187500 0.173828125000 0.000000000000 +0.000000000000 0.043945312500 0.000000000000 0.000000000000 +0.023925781250 0.223632812500 0.000000000000 0.000000000000 +0.041992187500 0.191406250000 0.000000000000 0.000000000000 +0.000000000000 0.006042480469 0.000000000000 0.000000000000 +0.000000000000 0.009033203125 0.047607421875 0.000000000000 +0.031494140625 0.000000000000 0.000000000000 0.000000000000 +0.052978515625 0.000000000000 0.000000000000 0.157226562500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.029174804688 0.011901855469 0.000000000000 +0.100585937500 0.000000000000 0.000000000000 0.000000000000 +0.104980468750 0.053710937500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.007476806641 +0.029663085938 0.000000000000 0.000000000000 0.000000000000 +0.102539062500 0.000000000000 0.000000000000 0.000000000000 +0.125000000000 0.188476562500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.061523437500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.091308593750 0.000000000000 0.102539062500 +0.000000000000 0.000000000000 0.000000000000 0.339843750000 +0.095703125000 0.000000000000 0.200195312500 0.000000000000 +0.000000000000 0.000000000000 0.037109375000 0.010314941406 +0.066894531250 0.000000000000 0.000000000000 0.000000000000 +0.152343750000 0.102539062500 0.113769531250 0.000000000000 +0.000000000000 0.191406250000 0.000000000000 0.000000000000 +0.000000000000 0.008178710938 0.000000000000 0.000000000000 +0.000000000000 0.128906250000 0.000000000000 0.015014648438 +0.163085937500 0.118164062500 0.462890625000 0.039794921875 +0.083007812500 0.000000000000 0.161132812500 0.000000000000 +0.000000000000 0.000000000000 0.017456054688 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.141601562500 0.031250000000 0.000000000000 +0.000000000000 0.018432617188 0.123046875000 0.000000000000 +0.000000000000 0.024047851562 0.000000000000 0.000000000000 +0.001762390137 0.097167968750 0.002426147461 0.000000000000 +0.000000000000 0.000000000000 0.037841796875 0.000000000000 +0.199218750000 0.010986328125 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.100585937500 +0.000161170959 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.036621093750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.162109375000 0.000000000000 +0.106445312500 0.000000000000 0.000000000000 0.000000000000 +0.151367187500 0.000000000000 0.000000000000 0.257812500000 +0.031494140625 0.111816406250 0.000000000000 0.000000000000 +0.118164062500 0.000000000000 0.000000000000 0.000000000000 +0.192382812500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.081542968750 0.000000000000 0.088867187500 +0.000000000000 0.137695312500 0.000000000000 0.000000000000 +0.132812500000 0.018310546875 0.000000000000 0.000000000000 +0.000000000000 0.131835937500 0.130859375000 0.000000000000 +0.000000000000 0.326171875000 0.071777343750 0.228515625000 +0.000000000000 0.000000000000 0.065917968750 0.000000000000 +0.209960937500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.018676757812 0.000000000000 +0.000000000000 0.150390625000 0.000000000000 0.088867187500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.039794921875 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.038330078125 0.163085937500 0.000000000000 0.184570312500 +0.005035400391 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.308593750000 0.000000000000 0.000000000000 0.000000000000 +0.003936767578 0.068847656250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.029052734375 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.090332031250 0.145507812500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.022338867188 +0.006164550781 0.000000000000 0.142578125000 0.125976562500 +0.047607421875 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.004364013672 0.000000000000 0.000000000000 +0.052978515625 0.058105468750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.069824218750 0.077148437500 +0.028686523438 0.014282226562 0.096191406250 0.000000000000 +0.000000000000 0.112304687500 0.294921875000 0.177734375000 +0.113769531250 0.134765625000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.098632812500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.216796875000 0.000000000000 0.000000000000 +0.000000000000 0.066894531250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.046386718750 0.111328125000 0.000000000000 +0.000000000000 0.000000000000 0.076660156250 0.094238281250 +0.088867187500 0.000000000000 0.000000000000 0.133789062500 +0.166015625000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.055908203125 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.018066406250 0.076660156250 0.376953125000 +0.000000000000 0.000000000000 0.020507812500 0.000000000000 +0.000000000000 0.000000000000 0.017333984375 0.092285156250 +0.091796875000 0.002212524414 0.000000000000 0.209960937500 +0.152343750000 0.090332031250 0.275390625000 0.020507812500 +0.000000000000 0.128906250000 0.394531250000 0.000000000000 +0.188476562500 0.000000000000 0.000000000000 0.000000000000 +0.187500000000 0.000000000000 0.000000000000 0.408203125000 +0.000000000000 0.121093750000 0.000000000000 0.143554687500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.215820312500 0.026855468750 0.316406250000 0.480468750000 +0.000000000000 0.000000000000 0.161132812500 0.000000000000 +0.425781250000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.316406250000 0.000000000000 +0.000000000000 0.000000000000 0.229492187500 0.000000000000 +0.107421875000 0.000000000000 0.213867187500 0.000000000000 +0.004516601562 0.000000000000 0.000000000000 0.279296875000 +0.111816406250 0.000000000000 0.089355468750 0.125000000000 +0.140625000000 0.000000000000 0.000000000000 0.091308593750 +0.084472656250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.287109375000 0.160156250000 +0.000000000000 0.048828125000 0.000000000000 0.137695312500 +0.000000000000 0.000000000000 0.042480468750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.267578125000 +0.000000000000 0.091796875000 0.300781250000 0.333984375000 +0.000000000000 0.000000000000 0.036376953125 0.000000000000 +0.000000000000 0.000000000000 0.275390625000 0.507812500000 +0.000000000000 0.000000000000 0.161132812500 0.000000000000 +0.086914062500 0.000000000000 0.131835937500 0.353515625000 +0.153320312500 0.016845703125 0.077148437500 0.000000000000 +0.172851562500 0.018798828125 0.058349609375 0.000000000000 +0.110351562500 0.216796875000 0.000000000000 0.000000000000 +0.174804687500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.201171875000 0.000000000000 0.281250000000 +0.174804687500 0.287109375000 0.136718750000 0.000000000000 +0.147460937500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.003799438477 +0.123046875000 0.032470703125 0.000000000000 0.206054687500 +0.000000000000 0.000000000000 0.267578125000 0.000000000000 +0.000000000000 0.023681640625 0.341796875000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.110351562500 +0.296875000000 0.081542968750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.486328125000 0.185546875000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.111328125000 0.427734375000 +0.398437500000 0.154296875000 0.000000000000 0.144531250000 +0.223632812500 0.296875000000 0.000000000000 0.014465332031 +0.000000000000 0.330078125000 0.000000000000 0.057128906250 +0.000000000000 0.000000000000 0.410156250000 0.082519531250 +0.000000000000 0.273437500000 0.000000000000 0.022827148438 +0.000000000000 0.095214843750 0.091796875000 0.000000000000 +0.169921875000 0.000000000000 0.013061523438 0.000000000000 +0.215820312500 0.000000000000 0.000000000000 0.000000000000 +0.036376953125 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.082031250000 0.151367187500 0.455078125000 +0.109375000000 0.519531250000 0.020385742188 0.000000000000 +0.121582031250 0.085449218750 0.000000000000 0.000000000000 +0.072753906250 0.176757812500 0.000000000000 0.000000000000 +0.000000000000 0.250000000000 0.000000000000 0.210937500000 +0.466796875000 0.090332031250 0.000000000000 0.000000000000 +0.142578125000 0.000000000000 0.000000000000 0.000000000000 +0.091308593750 0.000000000000 0.000000000000 0.013732910156 +0.000000000000 0.000000000000 0.128906250000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.054687500000 +0.000000000000 0.112304687500 0.000000000000 0.169921875000 +0.190429687500 0.000000000000 0.022216796875 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.115722656250 +0.000000000000 0.240234375000 0.000000000000 0.275390625000 +0.066894531250 0.025512695312 0.267578125000 0.000000000000 +0.000000000000 0.000000000000 0.298828125000 0.000000000000 +0.371093750000 0.000000000000 0.000000000000 0.000000000000 +0.204101562500 0.000000000000 0.000000000000 0.116210937500 +0.000000000000 0.044921875000 0.023681640625 0.000000000000 +0.000000000000 0.022216796875 0.192382812500 0.000000000000 +0.029907226562 0.000000000000 0.104003906250 0.294921875000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.067382812500 0.119140625000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.345703125000 0.000000000000 +0.007049560547 0.000000000000 0.159179687500 0.000000000000 +0.000000000000 0.000000000000 0.008422851562 0.079589843750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.153320312500 0.000000000000 0.000000000000 0.017578125000 +0.312500000000 0.000000000000 0.205078125000 0.099609375000 +0.124023437500 0.000000000000 0.016845703125 0.000000000000 +0.000000000000 0.000000000000 0.110351562500 0.071289062500 +0.000000000000 0.102539062500 0.144531250000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.189453125000 0.000000000000 0.000000000000 +0.000000000000 0.159179687500 0.000000000000 0.012023925781 +0.000000000000 0.000000000000 0.027221679688 0.000000000000 +0.005249023438 0.000000000000 0.148437500000 0.373046875000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.012817382812 0.000000000000 0.005676269531 0.192382812500 +0.001983642578 0.000000000000 0.063476562500 0.000000000000 +0.226562500000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.054443359375 0.076171875000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.133789062500 0.094726562500 0.084960937500 +0.000000000000 0.245117187500 0.211914062500 0.000000000000 +0.015747070312 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.159179687500 0.070800781250 0.000000000000 0.000000000000 +0.000000000000 0.081054687500 0.068359375000 0.000000000000 +0.000000000000 0.000000000000 0.328125000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.087402343750 0.003341674805 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.006652832031 +0.285156250000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.087890625000 0.078613281250 +0.111328125000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.004333496094 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.121582031250 0.000000000000 0.187500000000 0.019165039062 +0.062255859375 0.102050781250 0.000000000000 0.032470703125 +0.056884765625 0.000000000000 0.061035156250 0.050781250000 +0.083496093750 0.000000000000 0.000000000000 0.000000000000 +0.079589843750 0.125976562500 0.000000000000 0.000000000000 +0.000000000000 0.038574218750 0.000000000000 0.000000000000 +0.000000000000 0.169921875000 0.105957031250 0.000000000000 +0.000000000000 0.308593750000 0.000000000000 0.000000000000 +0.000000000000 0.001670837402 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.108886718750 0.000000000000 0.027221679688 +0.013671875000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.005249023438 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.054443359375 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.069824218750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.009887695312 0.000000000000 +0.036621093750 0.000000000000 0.013061523438 0.144531250000 +0.075195312500 0.139648437500 0.099609375000 0.000000000000 +0.000000000000 0.164062500000 0.018554687500 0.000000000000 +0.034179687500 0.000000000000 0.000000000000 0.056152343750 +0.215820312500 0.028198242188 0.000000000000 0.116210937500 +0.055664062500 0.212890625000 0.000000000000 0.000000000000 +0.000000000000 0.071289062500 0.000000000000 0.000000000000 +0.073730468750 0.000000000000 0.084960937500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.232421875000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.095703125000 0.000000000000 +0.000000000000 0.000000000000 0.117675781250 0.000000000000 +0.000000000000 0.000000000000 0.054687500000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.016967773438 +0.000000000000 0.000000000000 0.000000000000 0.078125000000 +0.083984375000 0.000000000000 0.000000000000 0.055175781250 +0.000000000000 0.000000000000 0.146484375000 0.000000000000 +0.000000000000 0.000000000000 0.020385742188 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.006835937500 +0.000000000000 0.064453125000 0.000000000000 0.016235351562 +0.000000000000 0.000000000000 0.016723632812 0.000000000000 +0.004730224609 0.000000000000 0.135742187500 0.161132812500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.006896972656 0.145507812500 +0.065917968750 0.000000000000 0.022460937500 0.000000000000 +0.087402343750 0.000000000000 0.038574218750 0.000000000000 +0.038818359375 0.000000000000 0.000000000000 0.000000000000 +0.188476562500 0.000000000000 0.000000000000 0.000000000000 +0.003067016602 0.055908203125 0.000656127930 0.169921875000 +0.208984375000 0.159179687500 0.046875000000 0.000000000000 +0.003143310547 0.000000000000 0.019897460938 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.072265625000 +0.000000000000 0.007720947266 0.000000000000 0.024658203125 +0.000000000000 0.000000000000 0.088378906250 0.000000000000 +0.000000000000 0.000000000000 0.062255859375 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.031982421875 0.012268066406 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.060058593750 0.322265625000 +0.229492187500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.330078125000 0.265625000000 +0.000000000000 0.106445312500 0.000000000000 0.065917968750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.061523437500 0.234375000000 0.000000000000 0.097656250000 +0.017211914062 0.000000000000 0.007934570312 0.000000000000 +0.239257812500 0.156250000000 0.000000000000 0.170898437500 +0.000000000000 0.003082275391 0.000000000000 0.000000000000 +0.090820312500 0.000000000000 0.000000000000 0.000000000000 +0.117187500000 0.000000000000 0.000000000000 0.000000000000 +0.045654296875 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.139648437500 0.165039062500 +0.000000000000 0.122558593750 0.125000000000 0.000000000000 +0.000000000000 0.064941406250 0.000000000000 0.000000000000 +0.000000000000 0.095214843750 0.000000000000 0.000000000000 +0.000000000000 0.061035156250 0.000000000000 0.365234375000 +0.219726562500 0.110351562500 0.121093750000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.079101562500 +0.134765625000 0.000000000000 0.000000000000 0.019042968750 +0.000000000000 0.000000000000 0.000000000000 0.053710937500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.046386718750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.005310058594 +0.060791015625 0.020629882812 0.000000000000 0.103515625000 +0.092773437500 0.000000000000 0.025146484375 0.031738281250 +0.000000000000 0.000000000000 0.128906250000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.098144531250 0.073242187500 0.000000000000 0.000000000000 +0.103027343750 0.046630859375 0.000000000000 0.000000000000 +0.000000000000 0.117187500000 0.169921875000 0.000000000000 +0.063476562500 0.000000000000 0.000000000000 0.244140625000 +0.041259765625 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.229492187500 +0.000000000000 0.000000000000 0.000000000000 0.063476562500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.269531250000 0.000000000000 0.216796875000 +0.125976562500 0.073242187500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.212890625000 0.000000000000 +0.038330078125 0.000000000000 0.209960937500 0.000000000000 +0.000000000000 0.146484375000 0.000000000000 0.000000000000 +0.183593750000 0.000000000000 0.000000000000 0.000000000000 +0.095214843750 0.022216796875 0.000000000000 0.000000000000 +0.000000000000 0.130859375000 0.189453125000 0.000000000000 +0.371093750000 0.000000000000 0.044677734375 0.043212890625 +0.000000000000 0.000000000000 0.084960937500 0.000000000000 +0.335937500000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.120605468750 0.000000000000 +0.139648437500 0.000000000000 0.320312500000 0.000000000000 +0.104492187500 0.000000000000 0.302734375000 0.000000000000 +0.000000000000 0.174804687500 0.000000000000 0.077148437500 +0.000000000000 0.000000000000 0.174804687500 0.000000000000 +0.000000000000 0.093750000000 0.359375000000 0.347656250000 +0.065429687500 0.265625000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.242187500000 0.110351562500 0.004882812500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.041015625000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.063476562500 0.000000000000 0.203125000000 0.265625000000 +0.000000000000 0.000000000000 0.214843750000 0.214843750000 +0.218750000000 0.000000000000 0.000000000000 0.016723632812 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.138671875000 0.132812500000 0.000000000000 0.000000000000 +0.116210937500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.041259765625 0.020996093750 0.076171875000 0.056884765625 +0.125000000000 0.197265625000 0.273437500000 0.137695312500 +0.223632812500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.186523437500 0.000000000000 0.141601562500 +0.051269531250 0.008178710938 0.000000000000 0.265625000000 +0.000000000000 0.074218750000 0.081054687500 0.000000000000 +0.000000000000 0.115234375000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.178710937500 0.000000000000 +0.000000000000 0.000000000000 0.113281250000 0.289062500000 +0.018554687500 0.105957031250 0.000000000000 0.263671875000 +0.048095703125 0.000000000000 0.000000000000 0.104980468750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.011291503906 0.289062500000 0.000000000000 0.000000000000 +0.000000000000 0.086914062500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.148437500000 0.000000000000 +0.000000000000 0.000000000000 0.047363281250 0.023681640625 +0.185546875000 0.186523437500 0.013305664062 0.006896972656 +0.131835937500 0.000000000000 0.000000000000 0.000000000000 +0.020263671875 0.000000000000 0.000000000000 0.000000000000 +0.302734375000 0.308593750000 0.000000000000 0.000000000000 +0.141601562500 0.000000000000 0.136718750000 0.259765625000 +0.089355468750 0.357421875000 0.022460937500 0.000000000000 +0.249023437500 0.000000000000 0.000000000000 0.084960937500 +0.000000000000 0.125976562500 0.217773437500 0.000000000000 +0.090332031250 0.225585937500 0.000000000000 0.000000000000 +0.023925781250 0.008056640625 0.023193359375 0.000000000000 +0.251953125000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.110839843750 0.000000000000 0.259765625000 0.112792968750 +0.000000000000 0.000000000000 0.024291992188 0.034912109375 +0.000000000000 0.133789062500 0.000000000000 0.296875000000 +0.347656250000 0.000000000000 0.066406250000 0.000000000000 +0.000000000000 0.000000000000 0.125976562500 0.289062500000 +0.159179687500 0.503906250000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.220703125000 0.000000000000 +0.000000000000 0.086425781250 0.143554687500 0.000000000000 +0.000000000000 0.300781250000 0.000000000000 0.000000000000 +0.135742187500 0.000000000000 0.000000000000 0.073730468750 +0.000000000000 0.094238281250 0.011169433594 0.000000000000 +0.000000000000 0.003036499023 0.094238281250 0.000000000000 +0.296875000000 0.000000000000 0.213867187500 0.339843750000 +0.000000000000 0.000000000000 0.000000000000 0.098144531250 +0.335937500000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.049072265625 0.000000000000 +0.020019531250 0.041748046875 0.196289062500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.002761840820 0.000000000000 +0.087402343750 0.212890625000 0.000000000000 0.241210937500 +0.093750000000 0.136718750000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.051757812500 0.000000000000 +0.000000000000 0.022216796875 0.000000000000 0.026733398438 +0.162109375000 0.062255859375 0.156250000000 0.000000000000 +0.000000000000 0.000000000000 0.100585937500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.070312500000 +0.000000000000 0.000000000000 0.123535156250 0.000000000000 +0.098144531250 0.000000000000 0.107421875000 0.192382812500 +0.081542968750 0.000000000000 0.000000000000 0.119628906250 +0.008056640625 0.000000000000 0.000000000000 0.261718750000 +0.083496093750 0.029174804688 0.000000000000 0.000000000000 +0.320312500000 0.060546875000 0.100585937500 0.000000000000 +0.161132812500 0.106445312500 0.000000000000 0.000000000000 +0.063476562500 0.000000000000 0.112792968750 0.000000000000 +0.000000000000 0.000000000000 0.337890625000 0.085449218750 +0.304687500000 0.210937500000 0.128906250000 0.082031250000 +0.128906250000 0.000000000000 0.011169433594 0.000000000000 +0.000000000000 0.049804687500 0.000000000000 0.131835937500 +0.131835937500 0.247070312500 0.000000000000 0.196289062500 +0.000000000000 0.000000000000 0.349609375000 0.000000000000 +0.000000000000 0.351562500000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.015380859375 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.018310546875 0.142578125000 +0.118652343750 0.106933593750 0.000000000000 0.294921875000 +0.000000000000 0.000000000000 0.000000000000 0.215820312500 +0.144531250000 0.000000000000 0.000000000000 0.092285156250 +0.000000000000 0.028564453125 0.000000000000 0.000000000000 +0.118164062500 0.000000000000 0.000000000000 0.148437500000 +0.000000000000 0.000000000000 0.207031250000 0.000000000000 +0.126953125000 0.084960937500 0.081054687500 0.126953125000 +0.000000000000 0.202148437500 0.000000000000 0.011962890625 +0.065429687500 0.000000000000 0.000000000000 0.028198242188 +0.123535156250 0.213867187500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.246093750000 0.109863281250 0.000000000000 0.139648437500 +0.000000000000 0.140625000000 0.300781250000 0.000000000000 +0.000000000000 0.104003906250 0.000000000000 0.000000000000 +0.000000000000 0.129882812500 0.065429687500 0.000000000000 +0.000000000000 0.066406250000 0.000000000000 0.083007812500 +0.000000000000 0.170898437500 0.054443359375 0.000000000000 +0.166015625000 0.016601562500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.149414062500 0.000000000000 0.166015625000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.048339843750 0.054931640625 0.100585937500 0.155273437500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.161132812500 0.000000000000 0.054443359375 0.086425781250 +0.131835937500 0.000000000000 0.148437500000 0.036376953125 +0.033447265625 0.091796875000 0.281250000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.152343750000 0.195312500000 0.000000000000 0.125000000000 +0.000000000000 0.105468750000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.011901855469 0.000000000000 0.182617187500 0.466796875000 +0.000000000000 0.000000000000 0.043457031250 0.000000000000 +0.088378906250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.048339843750 +0.000000000000 0.000000000000 0.000000000000 0.127929687500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.061523437500 0.112304687500 0.000000000000 +0.000000000000 0.043945312500 0.000000000000 0.112792968750 +0.039306640625 0.000000000000 0.000000000000 0.000000000000 +0.035644531250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.250000000000 0.000000000000 +0.000000000000 0.341796875000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.215820312500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.026855468750 0.117675781250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.255859375000 +0.065917968750 0.000000000000 0.125000000000 0.000000000000 +0.000000000000 0.000000000000 0.216796875000 0.034179687500 +0.000000000000 0.097167968750 0.000000000000 0.000000000000 +0.255859375000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.090332031250 0.000000000000 0.000000000000 0.000000000000 +0.044189453125 0.000000000000 0.000000000000 0.043945312500 +0.103515625000 0.000000000000 0.142578125000 0.044921875000 +0.123535156250 0.000000000000 0.022094726562 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.079589843750 +0.000000000000 0.000000000000 0.000000000000 0.184570312500 +0.000000000000 0.000000000000 0.055175781250 0.000000000000 +0.000000000000 0.283203125000 0.000000000000 0.000000000000 +0.000000000000 0.009460449219 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.025634765625 0.059570312500 0.330078125000 +0.000000000000 0.070312500000 0.000000000000 0.020141601562 +0.000000000000 0.000000000000 0.000000000000 0.118164062500 +0.066406250000 0.000000000000 0.000000000000 0.000000000000 +0.015319824219 0.000000000000 0.064941406250 0.000000000000 +0.093261718750 0.000000000000 0.029296875000 0.000000000000 +0.000000000000 0.012695312500 0.000000000000 0.000000000000 +0.073730468750 0.207031250000 0.337890625000 0.076171875000 +0.000000000000 0.010498046875 0.055664062500 0.012084960938 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.158203125000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.062011718750 0.000000000000 +0.000000000000 0.000000000000 0.101074218750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.425781250000 +0.000000000000 0.000000000000 0.281250000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.068847656250 +0.000000000000 0.000000000000 0.000000000000 0.022094726562 +0.000000000000 0.000000000000 0.108398437500 0.000000000000 +0.102050781250 0.000000000000 0.000000000000 0.000000000000 +0.316406250000 0.000000000000 0.000000000000 0.067871093750 +0.159179687500 0.116210937500 0.000000000000 0.291015625000 +0.170898437500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.275390625000 0.082031250000 +0.065917968750 0.103515625000 0.000000000000 0.245117187500 +0.000000000000 0.031494140625 0.000000000000 0.036865234375 +0.121582031250 0.000000000000 0.159179687500 0.000000000000 +0.000000000000 0.086914062500 0.000000000000 0.000000000000 +0.000000000000 0.061523437500 0.211914062500 0.005187988281 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.030761718750 0.000000000000 +0.000000000000 0.221679687500 0.000000000000 0.000000000000 +0.000000000000 0.062255859375 0.077636718750 0.255859375000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.257812500000 0.000000000000 0.062988281250 0.000000000000 +0.078613281250 0.205078125000 0.000000000000 0.198242187500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.145507812500 0.151367187500 +0.320312500000 0.006988525391 0.000000000000 0.034179687500 +0.000000000000 0.080078125000 0.000000000000 0.000000000000 +0.059326171875 0.000000000000 0.007324218750 0.248046875000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.179687500000 0.000000000000 0.000000000000 +0.000000000000 0.096191406250 0.000000000000 0.292968750000 +0.000000000000 0.154296875000 0.000000000000 0.294921875000 +0.000000000000 0.199218750000 0.000000000000 0.000000000000 +0.000000000000 0.097656250000 0.010192871094 0.019897460938 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.283203125000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.310546875000 0.000000000000 0.093261718750 +0.211914062500 0.000000000000 0.011535644531 0.000000000000 +0.000000000000 0.000000000000 0.076171875000 0.139648437500 +0.013793945312 0.232421875000 0.066406250000 0.000000000000 +0.053466796875 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.211914062500 0.218750000000 0.000000000000 0.000000000000 +0.291015625000 0.148437500000 0.000000000000 0.000000000000 +0.000000000000 0.124511718750 0.029907226562 0.217773437500 +0.000000000000 0.093750000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.062988281250 0.000000000000 0.000000000000 +0.000000000000 0.193359375000 0.000000000000 0.000000000000 +0.129882812500 0.000000000000 0.175781250000 0.000000000000 +0.000000000000 0.000000000000 0.056640625000 0.147460937500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.006439208984 0.000000000000 0.237304687500 0.000000000000 +0.000000000000 0.000000000000 0.151367187500 0.210937500000 +0.013671875000 0.000000000000 0.173828125000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.009765625000 0.012878417969 0.000000000000 0.146484375000 +0.203125000000 0.071777343750 0.000000000000 0.088867187500 +0.035644531250 0.253906250000 0.000000000000 0.000000000000 +0.000000000000 0.029785156250 0.000000000000 0.294921875000 +0.031494140625 0.000000000000 0.040771484375 0.124511718750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.035644531250 0.000000000000 0.267578125000 0.000000000000 +0.000000000000 0.068359375000 0.027343750000 0.000000000000 +0.001129150391 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.037841796875 0.121093750000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.142578125000 0.000000000000 0.000000000000 0.037597656250 +0.159179687500 0.000000000000 0.000000000000 0.000000000000 +0.184570312500 0.000000000000 0.000000000000 0.174804687500 +0.087402343750 0.000000000000 0.122070312500 0.094726562500 +0.000000000000 0.000000000000 0.125976562500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.100585937500 +0.025390625000 0.216796875000 0.000000000000 0.035400390625 +0.000000000000 0.000000000000 0.075683593750 0.121093750000 +0.135742187500 0.142578125000 0.196289062500 0.390625000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.048339843750 0.000000000000 0.201171875000 0.039794921875 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.019775390625 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.065917968750 0.326171875000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.031982421875 0.077148437500 +0.225585937500 0.186523437500 0.048583984375 0.000000000000 +0.130859375000 0.000000000000 0.000000000000 0.032958984375 +0.000000000000 0.000000000000 0.201171875000 0.000000000000 +0.000000000000 0.233398437500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.067871093750 +0.000000000000 0.097167968750 0.328125000000 0.000000000000 +0.026000976562 0.096679687500 0.000000000000 0.104492187500 +0.000000000000 0.002029418945 0.000000000000 0.002243041992 +0.000000000000 0.000000000000 0.002120971680 0.251953125000 +0.300781250000 0.000000000000 0.037841796875 0.000000000000 +0.000000000000 0.000000000000 0.134765625000 0.195312500000 +0.153320312500 0.158203125000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.113281250000 0.000000000000 +0.171875000000 0.000000000000 0.046142578125 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.250000000000 0.200195312500 0.027221679688 0.175781250000 +0.008361816406 0.062988281250 0.156250000000 0.092285156250 +0.000000000000 0.191406250000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.001243591309 +0.000000000000 0.152343750000 0.229492187500 0.000000000000 +0.000000000000 0.000000000000 0.008728027344 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.019165039062 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.219726562500 +0.267578125000 0.065429687500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.007873535156 0.221679687500 +0.102050781250 0.000000000000 0.000000000000 0.167968750000 +0.032958984375 0.144531250000 0.000000000000 0.000000000000 +0.000000000000 0.114257812500 0.000000000000 0.000000000000 +0.081542968750 0.000000000000 0.320312500000 0.042968750000 +0.000000000000 0.170898437500 0.000000000000 0.139648437500 +0.013061523438 0.044189453125 0.050781250000 0.000000000000 +0.072265625000 0.000000000000 0.099609375000 0.000000000000 +0.128906250000 0.070800781250 0.000000000000 0.000000000000 +0.027832031250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.130859375000 0.071289062500 +0.000000000000 0.468750000000 0.000000000000 0.000000000000 +0.000000000000 0.069335937500 0.000000000000 0.000000000000 +0.013183593750 0.091796875000 0.000000000000 0.000000000000 +0.000000000000 0.111816406250 0.000000000000 0.121093750000 +0.177734375000 0.107910156250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.003280639648 +0.000000000000 0.000000000000 0.000000000000 0.037841796875 +0.000000000000 0.000000000000 0.197265625000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.033691406250 0.033203125000 0.000000000000 +0.000000000000 0.004089355469 0.000000000000 0.000000000000 +0.019042968750 0.000000000000 0.000000000000 0.048583984375 +0.000000000000 0.000000000000 0.000000000000 0.092285156250 +0.124511718750 0.000000000000 0.024414062500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.068847656250 0.000000000000 0.000000000000 0.000000000000 +0.208007812500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.014221191406 0.000000000000 0.000000000000 +0.000000000000 0.150390625000 0.180664062500 0.063964843750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.186523437500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.110351562500 0.000000000000 +0.000000000000 0.000000000000 0.210937500000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.211914062500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.180664062500 0.000000000000 0.000000000000 0.000000000000 +0.021606445312 0.000000000000 0.000000000000 0.064453125000 +0.054443359375 0.000000000000 0.142578125000 0.109375000000 +0.000000000000 0.164062500000 0.156250000000 0.000000000000 +0.000000000000 0.241210937500 0.052978515625 0.000000000000 +0.035400390625 0.044921875000 0.000000000000 0.000000000000 +0.157226562500 0.163085937500 0.000000000000 0.000000000000 +0.000000000000 0.080078125000 0.000000000000 0.000000000000 +0.000000000000 0.067871093750 0.038330078125 0.000000000000 +0.076171875000 0.000000000000 0.089355468750 0.460937500000 +0.000000000000 0.000000000000 0.205078125000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.064453125000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.095703125000 0.000000000000 0.034423828125 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.053955078125 0.024414062500 0.067382812500 +0.000000000000 0.000000000000 0.068359375000 0.000000000000 +0.073730468750 0.000000000000 0.000000000000 0.000000000000 +0.002624511719 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.044921875000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.016723632812 0.000000000000 +0.000000000000 0.000000000000 0.045654296875 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.077636718750 +0.000000000000 0.000000000000 0.000000000000 0.177734375000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.091796875000 0.115234375000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.006927490234 0.000000000000 +0.090332031250 0.000000000000 0.000000000000 0.000000000000 +0.112304687500 0.000000000000 0.000000000000 0.000000000000 +0.023315429688 0.205078125000 0.000000000000 0.177734375000 +0.110839843750 0.000000000000 0.001510620117 0.000000000000 +0.000000000000 0.000000000000 0.092285156250 0.000000000000 +0.077148437500 0.000000000000 0.000000000000 0.122558593750 +0.000000000000 0.000000000000 0.000000000000 0.017456054688 +0.000000000000 0.000000000000 0.047363281250 0.000000000000 +0.000000000000 0.011718750000 0.000000000000 0.000000000000 +0.000000000000 0.008911132812 0.032714843750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.010498046875 +0.000000000000 0.000000000000 0.000000000000 0.273437500000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.224609375000 0.155273437500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.017456054688 0.000000000000 +0.000000000000 0.000000000000 0.023437500000 0.041748046875 +0.060302734375 0.000000000000 0.046630859375 0.000000000000 +0.000000000000 0.123535156250 0.000000000000 0.199218750000 +0.000000000000 0.033935546875 0.065917968750 0.000000000000 +0.081542968750 0.000000000000 0.100097656250 0.207031250000 +0.251953125000 0.000000000000 0.006927490234 0.000000000000 +0.165039062500 0.000000000000 0.000000000000 0.000000000000 +0.142578125000 0.000000000000 0.000000000000 0.022094726562 +0.013916015625 0.158203125000 0.105957031250 0.000000000000 +0.091308593750 0.222656250000 0.000000000000 0.000000000000 +0.000000000000 0.129882812500 0.000000000000 0.104492187500 +0.000000000000 0.330078125000 0.000000000000 0.000000000000 +0.000000000000 0.100585937500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.137695312500 0.259765625000 +0.000000000000 0.000000000000 0.000000000000 0.203125000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.060791015625 0.079589843750 0.000000000000 0.000000000000 +0.176757812500 0.016113281250 0.000000000000 0.083984375000 +0.077148437500 0.000000000000 0.000000000000 0.000000000000 +0.015625000000 0.000000000000 0.000000000000 0.000000000000 +0.180664062500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.096679687500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.115722656250 0.000000000000 +0.228515625000 0.000000000000 0.000000000000 0.000000000000 +0.030883789062 0.165039062500 0.263671875000 0.016601562500 +0.000000000000 0.000000000000 0.000000000000 0.369140625000 +0.141601562500 0.000000000000 0.243164062500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.232421875000 0.000000000000 0.000000000000 +0.200195312500 0.119140625000 0.010253906250 0.083007812500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.020141601562 0.095703125000 0.000000000000 +0.065917968750 0.101562500000 0.150390625000 0.000000000000 +0.015014648438 0.042968750000 0.246093750000 0.129882812500 +0.099609375000 0.083496093750 0.028930664062 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.018432617188 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.183593750000 0.036621093750 0.000000000000 +0.000000000000 0.152343750000 0.000000000000 0.000000000000 +0.115722656250 0.000000000000 0.000000000000 0.000000000000 +0.178710937500 0.155273437500 0.021362304688 0.000000000000 +0.038818359375 0.000000000000 0.000000000000 0.353515625000 +0.225585937500 0.000000000000 0.014892578125 0.000000000000 +0.000000000000 0.000000000000 0.035400390625 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.166015625000 0.000000000000 +0.108886718750 0.084472656250 0.000000000000 0.000000000000 +0.000000000000 0.392578125000 0.086914062500 0.355468750000 +0.353515625000 0.109863281250 0.153320312500 0.000000000000 +0.000000000000 0.000000000000 0.172851562500 0.112792968750 +0.000000000000 0.008300781250 0.002380371094 0.000000000000 +0.117187500000 0.109863281250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.005737304688 0.068847656250 0.108398437500 +0.000000000000 0.000000000000 0.074218750000 0.000000000000 +0.000000000000 0.000000000000 0.112304687500 0.000000000000 +0.000000000000 0.054199218750 0.049316406250 0.000000000000 +0.000000000000 0.000000000000 0.078125000000 0.333984375000 +0.000000000000 0.000000000000 0.155273437500 0.110351562500 +0.070312500000 0.049804687500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.099121093750 0.000000000000 0.000000000000 0.076660156250 +0.000000000000 0.000000000000 0.031738281250 0.281250000000 +0.000000000000 0.000000000000 0.000000000000 0.198242187500 +0.214843750000 0.000000000000 0.000000000000 0.000000000000 +0.045654296875 0.000000000000 0.187500000000 0.316406250000 +0.095214843750 0.083984375000 0.100097656250 0.235351562500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.416015625000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.084472656250 0.000000000000 0.146484375000 +0.000000000000 0.139648437500 0.371093750000 0.000000000000 +0.000000000000 0.000000000000 0.124023437500 0.000000000000 +0.000000000000 0.000000000000 0.108398437500 0.000000000000 +0.000000000000 0.138671875000 0.000000000000 0.000000000000 +0.000000000000 0.324218750000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.257812500000 0.000000000000 +0.000000000000 0.000000000000 0.195312500000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.283203125000 0.000000000000 0.006011962891 0.000000000000 +0.216796875000 0.100585937500 0.000000000000 0.097656250000 +0.118652343750 0.000000000000 0.000000000000 0.000000000000 +0.032958984375 0.000000000000 0.028686523438 0.000000000000 +0.141601562500 0.000000000000 0.026245117188 0.001159667969 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.091308593750 0.000000000000 0.000000000000 +0.012268066406 0.091308593750 0.000000000000 0.000000000000 +0.000000000000 0.124511718750 0.000000000000 0.094726562500 +0.000000000000 0.000000000000 0.001235961914 0.691406250000 +0.000000000000 0.000000000000 0.025756835938 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.090820312500 +0.000000000000 0.068847656250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.045898437500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.312500000000 0.000000000000 0.083496093750 +0.000000000000 0.100097656250 0.263671875000 0.000000000000 +0.100097656250 0.000000000000 0.041259765625 0.000000000000 +0.000000000000 0.040771484375 0.000000000000 0.000000000000 +0.085449218750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.199218750000 0.000000000000 0.000000000000 +0.000000000000 0.086425781250 0.221679687500 0.000000000000 +0.079589843750 0.115234375000 0.000000000000 0.000000000000 +0.032226562500 0.196289062500 0.032226562500 0.135742187500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.191406250000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.081542968750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.007141113281 0.000000000000 0.025268554688 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.156250000000 0.092773437500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.009704589844 +0.013122558594 0.000000000000 0.040771484375 0.000000000000 +0.113769531250 0.106445312500 0.013549804688 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.036865234375 0.230468750000 0.000000000000 0.000000000000 +0.000000000000 0.084960937500 0.000000000000 0.000000000000 +0.000000000000 0.016845703125 0.006469726562 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.216796875000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.097656250000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.002716064453 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.057861328125 +0.000000000000 0.000000000000 0.000000000000 0.070800781250 +0.000000000000 0.027709960938 0.096679687500 0.000000000000 +0.000000000000 0.000000000000 0.043212890625 0.000000000000 +0.000000000000 0.002899169922 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.022094726562 +0.000000000000 0.076171875000 0.000000000000 0.000000000000 +0.000000000000 0.011230468750 0.041748046875 0.000000000000 +0.000000000000 0.000000000000 0.068359375000 0.050048828125 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.041503906250 0.000000000000 0.055664062500 0.000000000000 +0.000000000000 0.000000000000 0.031982421875 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.058837890625 +0.000000000000 0.001243591309 0.014770507812 0.000000000000 +0.143554687500 0.000000000000 0.047607421875 0.147460937500 +0.061767578125 0.000000000000 0.073730468750 0.045898437500 +0.000000000000 0.007934570312 0.000000000000 0.000000000000 +0.096191406250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.141601562500 0.000000000000 0.036376953125 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.102539062500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.003601074219 0.105957031250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.085449218750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.204101562500 0.086425781250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.106445312500 0.000000000000 +0.226562500000 0.000000000000 0.000000000000 0.116699218750 +0.007659912109 0.000000000000 0.296875000000 0.000000000000 +0.023681640625 0.165039062500 0.199218750000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.101562500000 0.116699218750 0.000000000000 0.170898437500 +0.097656250000 0.275390625000 0.000000000000 0.074707031250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.367187500000 0.343750000000 0.209960937500 0.160156250000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.251953125000 0.000000000000 0.088867187500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.140625000000 0.000000000000 0.057373046875 0.000000000000 +0.000000000000 0.000000000000 0.371093750000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.069824218750 0.000000000000 +0.000000000000 0.127929687500 0.000000000000 0.053222656250 +0.188476562500 0.056640625000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.207031250000 0.000000000000 +0.000000000000 0.093261718750 0.012817382812 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.112792968750 0.000000000000 0.187500000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.289062500000 0.000000000000 0.117187500000 0.191406250000 +0.007324218750 0.000000000000 0.000000000000 0.000000000000 +0.164062500000 0.000000000000 0.249023437500 0.149414062500 +0.029296875000 0.000000000000 0.000000000000 0.000000000000 +0.103515625000 0.000000000000 0.068847656250 0.000000000000 +0.193359375000 0.091796875000 0.177734375000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.271484375000 0.142578125000 +0.031005859375 0.177734375000 0.111816406250 0.073242187500 +0.187500000000 0.020141601562 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.016113281250 +0.000000000000 0.143554687500 0.102050781250 0.339843750000 +0.000000000000 0.137695312500 0.253906250000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.008483886719 0.000000000000 0.257812500000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.076171875000 0.000000000000 0.142578125000 0.000000000000 +0.250000000000 0.000000000000 0.000000000000 0.133789062500 +0.051513671875 0.000000000000 0.206054687500 0.484375000000 +0.369140625000 0.000000000000 0.000000000000 0.060302734375 +0.189453125000 0.062011718750 0.000000000000 0.000000000000 +0.215820312500 0.176757812500 0.000000000000 0.000000000000 +0.032470703125 0.000000000000 0.042480468750 0.000000000000 +0.000000000000 0.000000000000 0.070800781250 0.144531250000 +0.000000000000 0.172851562500 0.075683593750 0.000000000000 +0.159179687500 0.000000000000 0.000000000000 0.000000000000 +0.003067016602 0.000000000000 0.000000000000 0.000000000000 +0.193359375000 0.283203125000 0.000000000000 0.018554687500 +0.001258850098 0.000000000000 0.188476562500 0.000000000000 +0.000000000000 0.232421875000 0.131835937500 0.000000000000 +0.000000000000 0.031494140625 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.086914062500 0.000000000000 0.021484375000 +0.179687500000 0.227539062500 0.173828125000 0.114746093750 +0.000000000000 0.000000000000 0.000000000000 0.137695312500 +0.296875000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.053955078125 0.185546875000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.117187500000 0.058349609375 0.090332031250 +0.000000000000 0.000000000000 0.126953125000 0.031982421875 +0.055419921875 0.000000000000 0.000000000000 0.000000000000 +0.037597656250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.111816406250 0.050781250000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.021728515625 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.060546875000 +0.040283203125 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.094726562500 +0.089355468750 0.000000000000 0.000000000000 0.108886718750 +0.000000000000 0.000000000000 0.066894531250 0.000000000000 +0.014404296875 0.000000000000 0.000000000000 0.011840820312 +0.386718750000 0.000000000000 0.014099121094 0.000000000000 +0.067871093750 0.173828125000 0.000000000000 0.097167968750 +0.382812500000 0.000000000000 0.032470703125 0.000000000000 +0.000000000000 0.000000000000 0.275390625000 0.114746093750 +0.247070312500 0.024780273438 0.011169433594 0.032714843750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.039306640625 0.216796875000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.006439208984 0.000000000000 +0.000000000000 0.137695312500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.435546875000 +0.000000000000 0.020629882812 0.208007812500 0.000000000000 +0.000000000000 0.218750000000 0.051025390625 0.010559082031 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.060546875000 0.000000000000 0.000000000000 +0.023437500000 0.106445312500 0.251953125000 0.118164062500 +0.000000000000 0.205078125000 0.000000000000 0.109375000000 +0.000000000000 0.000000000000 0.040771484375 0.000000000000 +0.000000000000 0.000000000000 0.112792968750 0.000000000000 +0.285156250000 0.112792968750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.084960937500 0.160156250000 +0.160156250000 0.180664062500 0.000000000000 0.008911132812 +0.000000000000 0.039062500000 0.000000000000 0.000000000000 +0.000000000000 0.076171875000 0.010070800781 0.036621093750 +0.000000000000 0.000000000000 0.000000000000 0.312500000000 +0.005462646484 0.006103515625 0.048095703125 0.000000000000 +0.000000000000 0.118652343750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.114257812500 +0.000000000000 0.000000000000 0.000000000000 0.086914062500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.170898437500 0.263671875000 +0.165039062500 0.030639648438 0.206054687500 0.053466796875 +0.000000000000 0.035644531250 0.004699707031 0.000000000000 +0.065429687500 0.000000000000 0.000000000000 0.000000000000 +0.404296875000 0.000000000000 0.000000000000 0.237304687500 +0.000000000000 0.257812500000 0.123535156250 0.000000000000 +0.000000000000 0.053710937500 0.012268066406 0.161132812500 +0.000000000000 0.000000000000 0.081054687500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.006164550781 0.201171875000 0.092773437500 0.000000000000 +0.000000000000 0.000000000000 0.302734375000 0.000000000000 +0.000000000000 0.000000000000 0.223632812500 0.000000000000 +0.000000000000 0.000000000000 0.103027343750 0.000000000000 +0.314453125000 0.000000000000 0.000000000000 0.000000000000 +0.177734375000 0.092773437500 0.000000000000 0.251953125000 +0.040527343750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000081539154 0.201171875000 +0.183593750000 0.000000000000 0.050781250000 0.222656250000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.033447265625 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.134765625000 +0.000000000000 0.143554687500 0.199218750000 0.035888671875 +0.000000000000 0.000000000000 0.000000000000 0.261718750000 +0.000000000000 0.000000000000 0.101562500000 0.330078125000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.281250000000 0.273437500000 +0.000000000000 0.116699218750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000139236450 0.021362304688 0.101562500000 +0.029296875000 0.000000000000 0.000000000000 0.000000000000 +0.067382812500 0.382812500000 0.000000000000 0.277343750000 +0.060546875000 0.000000000000 0.251953125000 0.000000000000 +0.077636718750 0.000000000000 0.265625000000 0.153320312500 +0.040039062500 0.000000000000 0.000000000000 0.139648437500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.091796875000 0.000000000000 +0.000000000000 0.000000000000 0.107910156250 0.000000000000 +0.055664062500 0.222656250000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.390625000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.265625000000 0.160156250000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.400390625000 0.322265625000 +0.000000000000 0.162109375000 0.000000000000 0.073242187500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.021118164062 0.000000000000 0.217773437500 +0.183593750000 0.000000000000 0.000000000000 0.000000000000 +0.125000000000 0.300781250000 0.000000000000 0.271484375000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.052001953125 0.118652343750 +0.296875000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.059570312500 0.363281250000 +0.000000000000 0.152343750000 0.104003906250 0.000000000000 +0.166015625000 0.164062500000 0.000000000000 0.000000000000 +0.000000000000 0.152343750000 0.000000000000 0.406250000000 +0.000000000000 0.156250000000 0.000000000000 0.421875000000 +0.018920898438 0.071289062500 0.000000000000 0.000000000000 +0.000000000000 0.041748046875 0.116210937500 0.156250000000 +0.001518249512 0.038085937500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.242187500000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.277343750000 0.000000000000 0.063476562500 +0.090820312500 0.000000000000 0.121582031250 0.000000000000 +0.049804687500 0.000000000000 0.107421875000 0.172851562500 +0.000000000000 0.000000000000 0.089843750000 0.000000000000 +0.000000000000 0.000000000000 0.026245117188 0.000000000000 +0.000000000000 0.016235351562 0.000000000000 0.072753906250 +0.310546875000 0.111328125000 0.056152343750 0.000000000000 +0.326171875000 0.235351562500 0.000000000000 0.000000000000 +0.000000000000 0.149414062500 0.018310546875 0.322265625000 +0.000000000000 0.000000000000 0.000000000000 0.016967773438 +0.040039062500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.221679687500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.177734375000 0.162109375000 +0.000000000000 0.000000000000 0.078613281250 0.240234375000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.055419921875 0.000000000000 0.000000000000 +0.022827148438 0.030761718750 0.000000000000 0.142578125000 +0.105957031250 0.004913330078 0.000000000000 0.042724609375 +0.015869140625 0.000000000000 0.144531250000 0.000000000000 +0.000000000000 0.178710937500 0.013671875000 0.000000000000 +0.000000000000 0.043945312500 0.000000000000 0.050292968750 +0.294921875000 0.059570312500 0.000000000000 0.000000000000 +0.320312500000 0.166015625000 0.000000000000 0.000000000000 +0.000000000000 0.134765625000 0.048583984375 0.098632812500 +0.224609375000 0.143554687500 0.026977539062 0.110351562500 +0.015563964844 0.000000000000 0.121582031250 0.000000000000 +0.115722656250 0.000000000000 0.000071048737 0.000000000000 +0.000000000000 0.166992187500 0.017700195312 0.000000000000 +0.127929687500 0.000000000000 0.125000000000 0.000000000000 +0.112792968750 0.000000000000 0.137695312500 0.000000000000 +0.000000000000 0.057861328125 0.000000000000 0.000000000000 +0.000000000000 0.022216796875 0.040771484375 0.001953125000 +0.000000000000 0.000000000000 0.328125000000 0.101074218750 +0.021606445312 0.017456054688 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.026733398438 +0.000000000000 0.084472656250 0.000000000000 0.000000000000 +0.000000000000 0.092773437500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.052734375000 0.164062500000 +0.045410156250 0.000000000000 0.100585937500 0.056884765625 +0.000000000000 0.000000000000 0.022705078125 0.102050781250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.192382812500 0.000000000000 0.000000000000 0.000000000000 +0.037841796875 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.075195312500 0.082519531250 0.175781250000 +0.037109375000 0.000000000000 0.010375976562 0.000000000000 +0.039550781250 0.000000000000 0.112792968750 0.000000000000 +0.008422851562 0.161132812500 0.000000000000 0.187500000000 +0.000000000000 0.000000000000 0.000000000000 0.114257812500 +0.036621093750 0.000000000000 0.204101562500 0.000000000000 +0.000000000000 0.049316406250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.009704589844 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.066406250000 +0.041503906250 0.178710937500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.111328125000 0.228515625000 +0.000000000000 0.000000000000 0.000000000000 0.075195312500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.431640625000 0.000000000000 0.073730468750 0.000000000000 +0.154296875000 0.090332031250 0.000000000000 0.164062500000 +0.000000000000 0.000000000000 0.129882812500 0.000000000000 +0.000000000000 0.000000000000 0.202148437500 0.151367187500 +0.333984375000 0.000000000000 0.110351562500 0.015747070312 +0.000000000000 0.105468750000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.170898437500 0.183593750000 +0.070800781250 0.176757812500 0.000000000000 0.000000000000 +0.062500000000 0.087402343750 0.018432617188 0.000000000000 +0.000000000000 0.062500000000 0.033447265625 0.144531250000 +0.000000000000 0.167968750000 0.000000000000 0.433593750000 +0.000000000000 0.199218750000 0.000000000000 0.000000000000 +0.000000000000 0.041015625000 0.000000000000 0.086425781250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.175781250000 +0.000000000000 0.000000000000 0.000000000000 0.318359375000 +0.016235351562 0.000000000000 0.000000000000 0.000000000000 +0.163085937500 0.275390625000 0.000000000000 0.129882812500 +0.064941406250 0.000000000000 0.000000000000 0.000000000000 +0.010009765625 0.000000000000 0.000000000000 0.026489257812 +0.039062500000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.053710937500 0.000000000000 0.000000000000 +0.000000000000 0.041259765625 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.127929687500 0.000000000000 +0.291015625000 0.082031250000 0.000000000000 0.000000000000 +0.000455856323 0.201171875000 0.134765625000 0.214843750000 +0.000000000000 0.000000000000 0.000000000000 0.291015625000 +0.131835937500 0.000000000000 0.147460937500 0.000000000000 +0.000000000000 0.016357421875 0.000000000000 0.056884765625 +0.000000000000 0.416015625000 0.000000000000 0.000000000000 +0.232421875000 0.000000000000 0.020996093750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.001045227051 0.000000000000 +0.000000000000 0.099121093750 0.012817382812 0.000000000000 +0.089843750000 0.000000000000 0.279296875000 0.000000000000 +0.000000000000 0.067871093750 0.165039062500 0.000000000000 +0.000000000000 0.083496093750 0.013854980469 0.000000000000 +0.065917968750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.003387451172 0.000000000000 0.091308593750 +0.018920898438 0.136718750000 0.000000000000 0.000000000000 +0.251953125000 0.061767578125 0.000000000000 0.000000000000 +0.000000000000 0.116699218750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.056396484375 +0.094726562500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.106445312500 0.000000000000 +0.016967773438 0.000000000000 0.000000000000 0.000000000000 +0.161132812500 0.000000000000 0.000000000000 0.000000000000 +0.330078125000 0.238281250000 0.115234375000 0.024536132812 +0.000000000000 0.037597656250 0.000000000000 0.107421875000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.141601562500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.163085937500 0.000000000000 +0.000000000000 0.000000000000 0.040771484375 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.077148437500 0.162109375000 0.052734375000 +0.000000000000 0.000000000000 0.000000000000 0.757812500000 +0.004089355469 0.000000000000 0.335937500000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.048339843750 +0.000000000000 0.000000000000 0.000000000000 0.020874023438 +0.000000000000 0.003265380859 0.146484375000 0.000000000000 +0.082519531250 0.106933593750 0.000000000000 0.000000000000 +0.170898437500 0.072265625000 0.026733398438 0.087402343750 +0.116699218750 0.166015625000 0.000000000000 0.332031250000 +0.339843750000 0.038330078125 0.127929687500 0.000000000000 +0.000000000000 0.000000000000 0.300781250000 0.000000000000 +0.076660156250 0.063964843750 0.000000000000 0.296875000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.045898437500 0.000000000000 0.255859375000 0.000000000000 +0.000000000000 0.010925292969 0.144531250000 0.000000000000 +0.000000000000 0.000000000000 0.150390625000 0.000000000000 +0.000000000000 0.125000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.078125000000 0.000000000000 +0.041015625000 0.298828125000 0.000000000000 0.000000000000 +0.000000000000 0.265625000000 0.000000000000 0.121093750000 +0.000000000000 0.000000000000 0.000000000000 0.230468750000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.126953125000 0.000000000000 0.185546875000 +0.000000000000 0.000000000000 0.230468750000 0.000000000000 +0.184570312500 0.392578125000 0.000000000000 0.136718750000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.092773437500 0.086914062500 +0.257812500000 0.472656250000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.114257812500 0.271484375000 +0.474609375000 0.273437500000 0.000000000000 0.000000000000 +0.184570312500 0.126953125000 0.000000000000 0.000000000000 +0.000000000000 0.197265625000 0.076660156250 0.103515625000 +0.000000000000 0.081542968750 0.000000000000 0.302734375000 +0.132812500000 0.014770507812 0.007812500000 0.000000000000 +0.000000000000 0.213867187500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.101074218750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.185546875000 +0.000000000000 0.000000000000 0.227539062500 0.079101562500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.059814453125 0.000000000000 0.238281250000 0.199218750000 +0.032958984375 0.001022338867 0.287109375000 0.000000000000 +0.000000000000 0.040527343750 0.063476562500 0.000000000000 +0.000467300415 0.000000000000 0.000000000000 0.080566406250 +0.625000000000 0.180664062500 0.000000000000 0.187500000000 +0.137695312500 0.237304687500 0.000000000000 0.000000000000 +0.000000000000 0.083984375000 0.103027343750 0.104492187500 +0.292968750000 0.000000000000 0.031738281250 0.017578125000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.088378906250 0.208984375000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.304687500000 0.000000000000 +0.000000000000 0.000000000000 0.191406250000 0.000000000000 +0.000000000000 0.000000000000 0.054687500000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.130859375000 0.000000000000 0.000000000000 0.000000000000 +0.128906250000 0.000000000000 0.000000000000 0.095214843750 +0.050048828125 0.053955078125 0.000000000000 0.196289062500 +0.000000000000 0.000000000000 0.320312500000 0.000000000000 +0.000000000000 0.123046875000 0.292968750000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.150390625000 0.000000000000 0.000000000000 0.179687500000 +0.000000000000 0.184570312500 0.000000000000 0.031982421875 +0.000000000000 0.000000000000 0.000000000000 0.027343750000 +0.337890625000 0.000000000000 0.242187500000 0.400390625000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.255859375000 0.000000000000 0.271484375000 0.000000000000 +0.000000000000 0.000000000000 0.158203125000 0.000000000000 +0.011291503906 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.291015625000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.035888671875 0.012084960938 +0.000000000000 0.291015625000 0.000000000000 0.075683593750 +0.300781250000 0.000000000000 0.000000000000 0.057128906250 +0.000000000000 0.000000000000 0.167968750000 0.000000000000 +0.000000000000 0.111816406250 0.192382812500 0.125000000000 +0.000000000000 0.088867187500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.121093750000 0.000000000000 +0.000000000000 0.081054687500 0.000000000000 0.154296875000 +0.000000000000 0.000000000000 0.000698089600 0.000000000000 +0.125976562500 0.000000000000 0.028442382812 0.308593750000 +0.306640625000 0.000000000000 0.000000000000 0.000000000000 +0.042724609375 0.000000000000 0.044921875000 0.228515625000 +0.170898437500 0.107421875000 0.000000000000 0.000000000000 +0.023681640625 0.009582519531 0.269531250000 0.000000000000 +0.267578125000 0.212890625000 0.224609375000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.027465820312 0.142578125000 0.077636718750 +0.008728027344 0.116699218750 0.169921875000 0.194335937500 +0.000000000000 0.004943847656 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.265625000000 0.000000000000 0.000000000000 0.065429687500 +0.024536132812 0.000000000000 0.306640625000 0.000000000000 +0.000000000000 0.000000000000 0.183593750000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.012512207031 0.063964843750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.016723632812 0.095214843750 +0.289062500000 0.194335937500 0.115722656250 0.179687500000 +0.000000000000 0.000000000000 0.000000000000 0.378906250000 +0.416015625000 0.000000000000 0.000000000000 0.198242187500 +0.118164062500 0.057373046875 0.000000000000 0.000000000000 +0.259765625000 0.000000000000 0.000000000000 0.038818359375 +0.000000000000 0.064941406250 0.066406250000 0.049072265625 +0.000000000000 0.107910156250 0.092773437500 0.106445312500 +0.118164062500 0.000000000000 0.369140625000 0.000000000000 +0.159179687500 0.000000000000 0.169921875000 0.112792968750 +0.235351562500 0.028564453125 0.000000000000 0.094238281250 +0.000000000000 0.000000000000 0.000000000000 0.069824218750 +0.296875000000 0.000000000000 0.166015625000 0.000000000000 +0.000000000000 0.088378906250 0.000000000000 0.000000000000 +0.000000000000 0.077148437500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.345703125000 0.000000000000 0.004028320312 +0.000000000000 0.151367187500 0.037597656250 0.084472656250 +0.000000000000 0.000000000000 0.000000000000 0.067871093750 +0.000000000000 0.000000000000 0.049560546875 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.079101562500 0.000000000000 0.287109375000 0.130859375000 +0.143554687500 0.000000000000 0.000000000000 0.123046875000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.086425781250 +0.324218750000 0.071289062500 0.075683593750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.106933593750 0.000000000000 0.000000000000 0.028076171875 +0.250000000000 0.281250000000 0.000000000000 0.182617187500 +0.044189453125 0.133789062500 0.082519531250 0.000000000000 +0.000000000000 0.012939453125 0.155273437500 0.000000000000 +0.113281250000 0.316406250000 0.088867187500 0.714843750000 +0.000000000000 0.000000000000 0.116210937500 0.000000000000 +0.000000000000 0.000000000000 0.184570312500 0.000000000000 +0.000000000000 0.000000000000 0.016967773438 0.000000000000 +0.000000000000 0.000000000000 0.163085937500 0.000000000000 +0.000000000000 0.000000000000 0.088378906250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.141601562500 +0.075195312500 0.000000000000 0.011779785156 0.000000000000 +0.000000000000 0.000000000000 0.081542968750 0.115234375000 +0.000000000000 0.000000000000 0.251953125000 0.000000000000 +0.000000000000 0.036865234375 0.185546875000 0.000000000000 +0.000000000000 0.024414062500 0.000000000000 0.000000000000 +0.011657714844 0.000000000000 0.091308593750 0.000000000000 +0.000000000000 0.067382812500 0.000000000000 0.000000000000 +0.000000000000 0.007629394531 0.000000000000 0.166015625000 +0.000000000000 0.000000000000 0.052978515625 0.068359375000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.235351562500 0.101074218750 +0.000000000000 0.028564453125 0.054931640625 0.000000000000 +0.000000000000 0.000000000000 0.047607421875 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.104980468750 +0.048583984375 0.000000000000 0.000000000000 0.000000000000 +0.198242187500 0.212890625000 0.000000000000 0.220703125000 +0.031005859375 0.000000000000 0.000000000000 0.000000000000 +0.054931640625 0.000000000000 0.072265625000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.045410156250 0.077148437500 0.000000000000 +0.000000000000 0.001480102539 0.000000000000 0.000000000000 +0.000000000000 0.053466796875 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.012207031250 0.030639648438 +0.000000000000 0.000000000000 0.000000000000 0.120605468750 +0.153320312500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.199218750000 +0.018066406250 0.104492187500 0.000000000000 0.000000000000 +0.146484375000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.022583007812 0.000000000000 +0.000000000000 0.099609375000 0.004730224609 0.000000000000 +0.000000000000 0.000000000000 0.156250000000 0.000000000000 +0.045410156250 0.000000000000 0.099121093750 0.022460937500 +0.098144531250 0.062500000000 0.000000000000 0.000000000000 +0.000000000000 0.136718750000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.039062500000 +0.000000000000 0.088867187500 0.000000000000 0.000000000000 +0.038818359375 0.170898437500 0.000000000000 0.000000000000 +0.000000000000 0.074218750000 0.000000000000 0.065917968750 +0.000000000000 0.000000000000 0.000000000000 0.119628906250 +0.000000000000 0.092773437500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.159179687500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.007873535156 0.000000000000 0.089843750000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.122070312500 0.000000000000 0.000000000000 0.122558593750 +0.120605468750 0.183593750000 0.071289062500 0.000000000000 +0.000000000000 0.000000000000 0.129882812500 0.000000000000 +0.056396484375 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.116210937500 0.048583984375 0.008911132812 +0.101562500000 0.139648437500 0.000000000000 0.000000000000 +0.000000000000 0.049560546875 0.021362304688 0.046630859375 +0.000000000000 0.034423828125 0.014831542969 0.131835937500 +0.000000000000 0.000000000000 0.041992187500 0.000000000000 +0.037109375000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.079101562500 0.000000000000 0.000000000000 +0.114257812500 0.000000000000 0.012207031250 0.000000000000 +0.000000000000 0.000000000000 0.161132812500 0.000000000000 +0.016113281250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.040527343750 +0.076171875000 0.073730468750 0.060546875000 0.000000000000 +0.050781250000 0.000000000000 0.000000000000 0.113769531250 +0.000000000000 0.000000000000 0.140625000000 0.000000000000 +0.000000000000 0.140625000000 0.000000000000 0.000000000000 +0.000000000000 0.035888671875 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.057128906250 +0.000000000000 0.138671875000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.063476562500 0.132812500000 +0.069824218750 0.000000000000 0.134765625000 0.281250000000 +0.052246093750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.259765625000 0.134765625000 +0.000000000000 0.104492187500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.035888671875 0.009094238281 0.121093750000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.110351562500 0.130859375000 0.000000000000 0.056152343750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.067871093750 0.000000000000 0.000000000000 0.000000000000 +0.048339843750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.017700195312 0.062500000000 0.000000000000 +0.000000000000 0.000000000000 0.091308593750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.015747070312 0.566406250000 +0.136718750000 0.000000000000 0.097167968750 0.000000000000 +0.000000000000 0.000000000000 0.168945312500 0.150390625000 +0.093750000000 0.000000000000 0.000000000000 0.000000000000 +0.081542968750 0.000000000000 0.000000000000 0.000000000000 +0.035400390625 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.150390625000 0.160156250000 0.000000000000 0.207031250000 +0.000000000000 0.002075195312 0.044189453125 0.000000000000 +0.087402343750 0.000000000000 0.199218750000 0.000000000000 +0.109863281250 0.000000000000 0.015258789062 0.056152343750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.082031250000 0.000000000000 +0.000000000000 0.070800781250 0.000000000000 0.000000000000 +0.000000000000 0.067871093750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.002487182617 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.367187500000 +0.121582031250 0.036132812500 0.006835937500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.117187500000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.025146484375 0.000000000000 0.176757812500 +0.000000000000 0.102539062500 0.000000000000 0.109863281250 +0.102050781250 0.000000000000 0.000000000000 0.000000000000 +0.054443359375 0.228515625000 0.000000000000 0.118652343750 +0.229492187500 0.147460937500 0.000000000000 0.134765625000 +0.021484375000 0.000000000000 0.000000000000 0.042236328125 +0.058105468750 0.000000000000 0.000000000000 0.000000000000 +0.019653320312 0.000000000000 0.000000000000 0.000000000000 +0.083496093750 0.000000000000 0.045166015625 0.000000000000 +0.000000000000 0.000000000000 0.181640625000 0.000000000000 +0.116210937500 0.000000000000 0.000000000000 0.000000000000 +0.369140625000 0.174804687500 0.136718750000 0.028320312500 +0.000000000000 0.000000000000 0.000000000000 0.349609375000 +0.359375000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.071777343750 +0.000000000000 0.151367187500 0.000000000000 0.000000000000 +0.492187500000 0.233398437500 0.000000000000 0.316406250000 +0.000000000000 0.116699218750 0.000000000000 0.000000000000 +0.000000000000 0.144531250000 0.302734375000 0.000000000000 +0.000000000000 0.365234375000 0.000000000000 0.000000000000 +0.133789062500 0.022583007812 0.404296875000 0.097167968750 +0.000000000000 0.000000000000 0.142578125000 0.000000000000 +0.000000000000 0.138671875000 0.000000000000 0.000000000000 +0.229492187500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.306640625000 0.065429687500 0.022583007812 +0.099121093750 0.253906250000 0.000000000000 0.000000000000 +0.277343750000 0.000000000000 0.000000000000 0.000000000000 +0.259765625000 0.239257812500 0.008483886719 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.343750000000 0.000000000000 0.004669189453 0.000000000000 +0.079589843750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.211914062500 0.228515625000 0.316406250000 +0.000000000000 0.000000000000 0.257812500000 0.000000000000 +0.000000000000 0.000000000000 0.246093750000 0.257812500000 +0.000000000000 0.105957031250 0.000000000000 0.000000000000 +0.018066406250 0.083984375000 0.103027343750 0.000000000000 +0.000000000000 0.000000000000 0.091796875000 0.000000000000 +0.224609375000 0.065429687500 0.000000000000 0.267578125000 +0.255859375000 0.000000000000 0.000000000000 0.051025390625 +0.000000000000 0.024536132812 0.000000000000 0.000000000000 +0.000000000000 0.083984375000 0.137695312500 0.000000000000 +0.000000000000 0.000000000000 0.095703125000 0.035156250000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.304687500000 0.101074218750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.237304687500 0.000000000000 +0.000000000000 0.000000000000 0.141601562500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.150390625000 0.000000000000 0.000000000000 0.353515625000 +0.166015625000 0.000000000000 0.000000000000 0.040527343750 +0.507812500000 0.000000000000 0.000000000000 0.121093750000 +0.000000000000 0.000000000000 0.122558593750 0.120117187500 +0.162109375000 0.188476562500 0.287109375000 0.172851562500 +0.000000000000 0.210937500000 0.092773437500 0.000000000000 +0.135742187500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.218750000000 +0.000000000000 0.000000000000 0.149414062500 0.052001953125 +0.000000000000 0.000000000000 0.003250122070 0.000000000000 +0.000000000000 0.000000000000 0.235351562500 0.589843750000 +0.000000000000 0.000000000000 0.160156250000 0.000000000000 +0.212890625000 0.000000000000 0.000000000000 0.082519531250 +0.000000000000 0.000000000000 0.108398437500 0.000000000000 +0.094238281250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.009338378906 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.078613281250 0.000000000000 0.141601562500 0.017089843750 +0.000000000000 0.057128906250 0.182617187500 0.024902343750 +0.133789062500 0.011047363281 0.000000000000 0.035400390625 +0.000000000000 0.000000000000 0.055664062500 0.000000000000 +0.013305664062 0.267578125000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.081054687500 +0.000000000000 0.000000000000 0.119140625000 0.000000000000 +0.007141113281 0.093261718750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.010925292969 0.000000000000 0.259765625000 +0.163085937500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.107910156250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.219726562500 0.000000000000 0.108398437500 0.000000000000 +0.000000000000 0.000000000000 0.046875000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.069824218750 0.000000000000 0.026123046875 +0.000000000000 0.000000000000 0.098144531250 0.064941406250 +0.025268554688 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.021118164062 0.000000000000 0.022583007812 +0.170898437500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.034423828125 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.007812500000 0.048583984375 0.000000000000 +0.000000000000 0.000000000000 0.001434326172 0.135742187500 +0.030151367188 0.000000000000 0.002136230469 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.160156250000 +0.039062500000 0.041259765625 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.033691406250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.001274108887 0.000000000000 0.162109375000 +0.316406250000 0.228515625000 0.164062500000 0.030761718750 +0.083984375000 0.000000000000 0.011718750000 0.000000000000 +0.000000000000 0.000000000000 0.001884460449 0.000000000000 +0.000000000000 0.018554687500 0.000000000000 0.000000000000 +0.011657714844 0.000000000000 0.062988281250 0.000000000000 +0.000000000000 0.183593750000 0.191406250000 0.000000000000 +0.000000000000 0.099609375000 0.000000000000 0.000000000000 +0.000000000000 0.060302734375 0.073242187500 0.000000000000 +0.000000000000 0.034667968750 0.021850585938 0.000000000000 +0.093261718750 0.000000000000 0.000000000000 0.000000000000 +0.016235351562 0.000000000000 0.035644531250 0.068847656250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.188476562500 0.094726562500 0.144531250000 0.045654296875 +0.000000000000 0.119628906250 0.000000000000 0.000000000000 +0.106933593750 0.171875000000 0.079589843750 0.037353515625 +0.068359375000 0.169921875000 0.000000000000 0.000000000000 +0.022827148438 0.000000000000 0.320312500000 0.048828125000 +0.057128906250 0.000000000000 0.200195312500 0.000000000000 +0.151367187500 0.091796875000 0.011474609375 0.017211914062 +0.057617187500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.130859375000 0.000000000000 +0.000000000000 0.096191406250 0.000000000000 0.000000000000 +0.043701171875 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.057861328125 0.063964843750 0.000000000000 +0.000000000000 0.135742187500 0.074707031250 0.578125000000 +0.162109375000 0.000000000000 0.339843750000 0.000000000000 +0.000000000000 0.000000000000 0.044433593750 0.000000000000 +0.082031250000 0.000000000000 0.000000000000 0.000000000000 +0.234375000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.016967773438 0.000000000000 0.027221679688 +0.000000000000 0.000000000000 0.111328125000 0.020751953125 +0.000000000000 0.000000000000 0.211914062500 0.000000000000 +0.057861328125 0.000000000000 0.178710937500 0.068847656250 +0.226562500000 0.000000000000 0.007049560547 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.156250000000 0.000000000000 0.000000000000 0.239257812500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.098632812500 0.000000000000 0.000000000000 +0.000000000000 0.020263671875 0.037353515625 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.112792968750 0.011657714844 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.059326171875 0.000000000000 +0.000000000000 0.000000000000 0.281250000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.102539062500 +0.064453125000 0.000000000000 0.000000000000 0.271484375000 +0.281250000000 0.000000000000 0.000000000000 0.093261718750 +0.306640625000 0.000000000000 0.000000000000 0.000000000000 +0.133789062500 0.000000000000 0.005737304688 0.199218750000 +0.207031250000 0.277343750000 0.361328125000 0.226562500000 +0.000000000000 0.259765625000 0.188476562500 0.000000000000 +0.086914062500 0.000000000000 0.000000000000 0.000000000000 +0.174804687500 0.019653320312 0.000000000000 0.398437500000 +0.000000000000 0.298828125000 0.234375000000 0.298828125000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.065917968750 0.054199218750 0.300781250000 0.527343750000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.255859375000 0.000000000000 0.042480468750 0.193359375000 +0.000000000000 0.000000000000 0.146484375000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.140625000000 +0.000000000000 0.000000000000 0.074218750000 0.012451171875 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.118652343750 0.000000000000 0.269531250000 +0.310546875000 0.283203125000 0.183593750000 0.000000000000 +0.115722656250 0.000000000000 0.000000000000 0.108398437500 +0.000000000000 0.000000000000 0.135742187500 0.000000000000 +0.390625000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.145507812500 0.000000000000 0.000000000000 +0.000000000000 0.095703125000 0.332031250000 0.000000000000 +0.367187500000 0.066894531250 0.000000000000 0.060058593750 +0.003997802734 0.083007812500 0.043701171875 0.150390625000 +0.032226562500 0.229492187500 0.000000000000 0.032958984375 +0.353515625000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.140625000000 0.277343750000 +0.216796875000 0.478515625000 0.000000000000 0.000000000000 +0.460937500000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.043212890625 0.077148437500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.031494140625 0.241210937500 0.005767822266 +0.000000000000 0.139648437500 0.312500000000 0.000000000000 +0.193359375000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.168945312500 0.000000000000 0.000000000000 +0.000000000000 0.004821777344 0.000000000000 0.296875000000 +0.000000000000 0.210937500000 0.063476562500 0.000000000000 +0.000000000000 0.188476562500 0.000000000000 0.000000000000 +0.010131835938 0.023071289062 0.020019531250 0.000000000000 +0.000000000000 0.000000000000 0.021362304688 0.000000000000 +0.312500000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.069335937500 0.154296875000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.125976562500 0.000000000000 +0.000000000000 0.001373291016 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.139648437500 0.105957031250 0.000000000000 0.000000000000 +0.006225585938 0.000000000000 0.112304687500 0.195312500000 +0.064453125000 0.000000000000 0.000000000000 0.000000000000 +0.114257812500 0.000000000000 0.000000000000 0.000000000000 +0.110839843750 0.000000000000 0.048339843750 0.000000000000 +0.000000000000 0.169921875000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.140625000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.036865234375 0.028076171875 0.000000000000 +0.000000000000 0.000000000000 0.116699218750 0.636718750000 +0.104492187500 0.000000000000 0.285156250000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.009216308594 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.333984375000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.103027343750 0.027954101562 +0.000000000000 0.000000000000 0.275390625000 0.000000000000 +0.207031250000 0.087402343750 0.166992187500 0.021240234375 +0.117675781250 0.000000000000 0.188476562500 0.003082275391 +0.017456054688 0.145507812500 0.118652343750 0.035644531250 +0.004608154297 0.066894531250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.072753906250 0.000000000000 +0.000000000000 0.110839843750 0.063476562500 0.000000000000 +0.000000000000 0.009948730469 0.000000000000 0.000000000000 +0.000000000000 0.012817382812 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.002914428711 0.124023437500 +0.134765625000 0.000000000000 0.000000000000 0.109863281250 +0.004211425781 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.204101562500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.164062500000 +0.028808593750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.035888671875 0.054199218750 0.000000000000 0.000000000000 +0.000000000000 0.087402343750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.050292968750 0.163085937500 0.000000000000 +0.000000000000 0.000000000000 0.015197753906 0.443359375000 +0.000000000000 0.000000000000 0.043945312500 0.000000000000 +0.053955078125 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.174804687500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.139648437500 0.000000000000 +0.079101562500 0.190429687500 0.166992187500 0.183593750000 +0.054443359375 0.000000000000 0.000000000000 0.003692626953 +0.000000000000 0.057617187500 0.130859375000 0.000000000000 +0.000000000000 0.006561279297 0.032958984375 0.000000000000 +0.000000000000 0.036132812500 0.000000000000 0.000000000000 +0.083984375000 0.184570312500 0.000000000000 0.000000000000 +0.005310058594 0.002716064453 0.000000000000 0.000000000000 +0.000000000000 0.046142578125 0.028930664062 0.000000000000 +0.038330078125 0.000000000000 0.093750000000 0.000000000000 +0.038085937500 0.000000000000 0.000000000000 0.040283203125 +0.184570312500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.041992187500 0.261718750000 0.036376953125 +0.015991210938 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.084960937500 0.000000000000 0.095214843750 +0.000000000000 0.000000000000 0.005004882812 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.243164062500 +0.104003906250 0.000000000000 0.010437011719 0.000000000000 +0.041259765625 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.057861328125 0.000000000000 0.000000000000 +0.000000000000 0.020385742188 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.027832031250 0.014099121094 0.000000000000 +0.000000000000 0.000000000000 0.100585937500 0.376953125000 +0.039062500000 0.000000000000 0.457031250000 0.235351562500 +0.139648437500 0.000000000000 0.000000000000 0.032958984375 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.082519531250 0.000000000000 +0.089355468750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.119140625000 0.006103515625 +0.000000000000 0.000000000000 0.240234375000 0.144531250000 +0.062988281250 0.000000000000 0.132812500000 0.052246093750 +0.070800781250 0.000000000000 0.094726562500 0.052246093750 +0.000000000000 0.051757812500 0.000000000000 0.021606445312 +0.000000000000 0.204101562500 0.000000000000 0.102050781250 +0.142578125000 0.000000000000 0.079101562500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.020874023438 0.000211715698 +0.000000000000 0.000537872314 0.049804687500 0.000000000000 +0.000000000000 0.000000000000 0.073242187500 0.000000000000 +0.000000000000 0.083496093750 0.092773437500 0.049804687500 +0.022827148438 0.000000000000 0.000000000000 0.175781250000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.045410156250 0.259765625000 0.000000000000 +0.012512207031 0.000000000000 0.000000000000 0.000000000000 +0.060302734375 0.000000000000 0.105468750000 0.043945312500 +0.031250000000 0.051025390625 0.000000000000 0.024047851562 +0.000000000000 0.000000000000 0.000000000000 0.014282226562 +0.159179687500 0.000000000000 0.208007812500 0.000000000000 +0.337890625000 0.001869201660 0.000000000000 0.025268554688 +0.000000000000 0.353515625000 0.000000000000 0.000000000000 +0.176757812500 0.000000000000 0.073730468750 0.029541015625 +0.000000000000 0.102539062500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.048583984375 0.000000000000 +0.000000000000 0.067382812500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.566406250000 +0.000000000000 0.102050781250 0.656250000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.093750000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.022338867188 0.000000000000 0.000000000000 0.000000000000 +0.003005981445 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.066894531250 0.000000000000 0.079101562500 +0.000000000000 0.000000000000 0.155273437500 0.000000000000 +0.027221679688 0.000000000000 0.104980468750 0.072265625000 +0.194335937500 0.015869140625 0.006988525391 0.000000000000 +0.000000000000 0.015380859375 0.000000000000 0.000000000000 +0.000000000000 0.047119140625 0.016967773438 0.070312500000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.041748046875 0.000000000000 0.000000000000 +0.000000000000 0.088378906250 0.058837890625 0.140625000000 +0.000000000000 0.000000000000 0.000000000000 0.238281250000 +0.000000000000 0.150390625000 0.261718750000 0.000000000000 +0.000000000000 0.068359375000 0.137695312500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.020996093750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.059326171875 +0.232421875000 0.000000000000 0.067382812500 0.000000000000 +0.008544921875 0.084472656250 0.000000000000 0.051025390625 +0.343750000000 0.000000000000 0.000000000000 0.019653320312 +0.093750000000 0.000000000000 0.092285156250 0.074218750000 +0.345703125000 0.000000000000 0.151367187500 0.003448486328 +0.000000000000 0.000000000000 0.011779785156 0.000000000000 +0.000000000000 0.018310546875 0.000000000000 0.052246093750 +0.000000000000 0.013854980469 0.000000000000 0.000000000000 +0.000000000000 0.125976562500 0.000000000000 0.000000000000 +0.000000000000 0.020019531250 0.000000000000 0.103027343750 +0.000000000000 0.103515625000 0.015563964844 0.730468750000 +0.000000000000 0.000000000000 0.263671875000 0.000000000000 +0.000000000000 0.035888671875 0.137695312500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.167968750000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.008361816406 0.000000000000 0.000000000000 0.000000000000 +0.223632812500 0.207031250000 0.000000000000 0.099609375000 +0.130859375000 0.000000000000 0.011169433594 0.062255859375 +0.000000000000 0.000495910645 0.024169921875 0.047363281250 +0.192382812500 0.000000000000 0.000000000000 0.000000000000 +0.120117187500 0.019287109375 0.000000000000 0.000000000000 +0.000000000000 0.010437011719 0.000000000000 0.007171630859 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.120117187500 0.083984375000 0.000000000000 0.000000000000 +0.000000000000 0.071777343750 0.036132812500 0.092285156250 +0.000000000000 0.181640625000 0.009399414062 0.110839843750 +0.092285156250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.061035156250 0.168945312500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.056152343750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.127929687500 0.000000000000 0.108398437500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.038574218750 0.000000000000 +0.035400390625 0.005279541016 0.000000000000 0.000000000000 +0.141601562500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.066406250000 0.000000000000 +0.000000000000 0.061767578125 0.000000000000 0.000000000000 +0.055664062500 0.039550781250 0.000000000000 0.000000000000 +0.000000000000 0.084960937500 0.004821777344 0.000000000000 +0.000000000000 0.031250000000 0.000000000000 0.046386718750 +0.032470703125 0.000000000000 0.012939453125 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.067382812500 +0.000000000000 0.053466796875 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.175781250000 0.000000000000 0.076171875000 +0.110839843750 0.001632690430 0.004974365234 0.020019531250 +0.067871093750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.032226562500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.022216796875 0.000000000000 0.000000000000 +0.000000000000 0.121582031250 0.000000000000 0.000000000000 +0.000000000000 0.092773437500 0.161132812500 0.000736236572 +0.000000000000 0.000000000000 0.000000000000 0.000659942627 +0.086914062500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.034179687500 0.000000000000 0.000564575195 +0.000000000000 0.039306640625 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.149414062500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.050292968750 0.074707031250 0.000000000000 0.000000000000 +0.139648437500 0.056152343750 0.000000000000 0.000000000000 +0.064941406250 0.000000000000 0.255859375000 0.101074218750 +0.040283203125 0.000000000000 0.166015625000 0.000000000000 +0.155273437500 0.000000000000 0.134765625000 0.000000000000 +0.150390625000 0.000000000000 0.089843750000 0.000000000000 +0.000000000000 0.137695312500 0.000000000000 0.000000000000 +0.069824218750 0.000000000000 0.000000000000 0.000000000000 +0.121582031250 0.033447265625 0.000000000000 0.000000000000 +0.000000000000 0.152343750000 0.041015625000 0.000000000000 +0.004028320312 0.077148437500 0.070800781250 0.675781250000 +0.036621093750 0.000000000000 0.398437500000 0.000000000000 +0.036376953125 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.115722656250 0.000000000000 +0.004821777344 0.017822265625 0.000000000000 0.080566406250 +0.000000000000 0.000000000000 0.000000000000 0.127929687500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.002380371094 0.052734375000 0.000000000000 0.062255859375 +0.110839843750 0.000000000000 0.000000000000 0.000000000000 +0.024291992188 0.031494140625 0.000000000000 0.000000000000 +0.124511718750 0.000000000000 0.000000000000 0.000000000000 +0.081542968750 0.042236328125 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.020385742188 0.002578735352 0.000000000000 0.000000000000 +0.000000000000 0.102050781250 0.086425781250 0.000000000000 +0.052246093750 0.127929687500 0.000000000000 0.074218750000 +0.000000000000 0.000000000000 0.130859375000 0.000000000000 +0.222656250000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.137695312500 0.170898437500 0.151367187500 +0.000000000000 0.009704589844 0.000000000000 0.000000000000 +0.000000000000 0.048339843750 0.000103473663 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.206054687500 0.099121093750 0.169921875000 0.318359375000 +0.077636718750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.043945312500 0.000000000000 +0.000000000000 0.057617187500 0.000000000000 0.000000000000 +0.000000000000 0.172851562500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.050048828125 0.055419921875 0.134765625000 0.000000000000 +0.000000000000 0.000000000000 0.090820312500 0.178710937500 +0.124511718750 0.000000000000 0.114746093750 0.149414062500 +0.006744384766 0.000000000000 0.000000000000 0.000000000000 +0.027221679688 0.000000000000 0.000000000000 0.000000000000 +0.132812500000 0.084472656250 0.000000000000 0.007476806641 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.101562500000 0.049072265625 0.000000000000 +0.000000000000 0.000000000000 0.147460937500 0.000000000000 +0.000000000000 0.228515625000 0.353515625000 0.245117187500 +0.079101562500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.378906250000 0.183593750000 0.000000000000 0.000000000000 +0.000000000000 0.213867187500 0.029296875000 0.000000000000 +0.000000000000 0.000000000000 0.074218750000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.137695312500 0.041748046875 0.000000000000 +0.000000000000 0.000000000000 0.014099121094 0.000000000000 +0.137695312500 0.000000000000 0.000000000000 0.180664062500 +0.125976562500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.251953125000 0.000000000000 0.000000000000 +0.058349609375 0.091308593750 0.000000000000 0.000000000000 +0.150390625000 0.000000000000 0.243164062500 0.164062500000 +0.000000000000 0.000000000000 0.071289062500 0.000000000000 +0.120605468750 0.000000000000 0.000000000000 0.273437500000 +0.001396179199 0.000000000000 0.000000000000 0.000000000000 +0.226562500000 0.017456054688 0.000000000000 0.000000000000 +0.213867187500 0.000000000000 0.000000000000 0.000000000000 +0.180664062500 0.089843750000 0.116210937500 0.000000000000 +0.000000000000 0.088867187500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.042480468750 0.051269531250 0.000000000000 +0.000000000000 0.171875000000 0.000000000000 0.271484375000 +0.000000000000 0.000000000000 0.253906250000 0.281250000000 +0.153320312500 0.012268066406 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.047119140625 0.000000000000 0.236328125000 0.000000000000 +0.098632812500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.205078125000 0.056884765625 0.291015625000 +0.000000000000 0.000000000000 0.034423828125 0.000000000000 +0.074218750000 0.000000000000 0.255859375000 0.149414062500 +0.000000000000 0.000000000000 0.267578125000 0.000000000000 +0.102050781250 0.000000000000 0.022949218750 0.099121093750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.186523437500 0.000000000000 0.048095703125 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.056152343750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.133789062500 0.000000000000 +0.000000000000 0.094726562500 0.000000000000 0.051269531250 +0.000000000000 0.102539062500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.100097656250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.011657714844 0.000000000000 0.000000000000 0.096679687500 +0.129882812500 0.000000000000 0.054687500000 0.000000000000 +0.085937500000 0.206054687500 0.000000000000 0.171875000000 +0.153320312500 0.000000000000 0.000000000000 0.000000000000 +0.021728515625 0.000000000000 0.000000000000 0.025146484375 +0.144531250000 0.142578125000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.072265625000 0.000000000000 0.093261718750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.006103515625 0.000713348389 0.097167968750 0.000000000000 +0.000000000000 0.082519531250 0.128906250000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.312500000000 +0.000000000000 0.000000000000 0.057861328125 0.000000000000 +0.000000000000 0.071289062500 0.000000000000 0.023437500000 +0.000000000000 0.000000000000 0.000000000000 0.006988525391 +0.000000000000 0.004394531250 0.133789062500 0.000000000000 +0.000000000000 0.097167968750 0.000000000000 0.000000000000 +0.057128906250 0.000000000000 0.088867187500 0.000000000000 +0.000000000000 0.179687500000 0.000000000000 0.104492187500 +0.382812500000 0.027954101562 0.010314941406 0.023071289062 +0.000000000000 0.000000000000 0.165039062500 0.000000000000 +0.157226562500 0.000000000000 0.000000000000 0.000000000000 +0.189453125000 0.135742187500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.123046875000 0.265625000000 +0.000000000000 0.163085937500 0.183593750000 0.000000000000 +0.206054687500 0.000000000000 0.000000000000 0.000000000000 +0.038085937500 0.283203125000 0.056396484375 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.068847656250 +0.150390625000 0.000000000000 0.285156250000 0.000000000000 +0.000000000000 0.083007812500 0.000000000000 0.150390625000 +0.000000000000 0.000000000000 0.000000000000 0.002975463867 +0.000000000000 0.003005981445 0.000000000000 0.012329101562 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.030273437500 0.177734375000 0.000000000000 +0.083007812500 0.215820312500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.101074218750 +0.056396484375 0.027954101562 0.011840820312 0.000000000000 +0.000000000000 0.022460937500 0.000000000000 0.000000000000 +0.000000000000 0.008483886719 0.000000000000 0.000000000000 +0.000000000000 0.196289062500 0.000000000000 0.000000000000 +0.227539062500 0.015625000000 0.000000000000 0.000000000000 +0.047119140625 0.020996093750 0.000000000000 0.000000000000 +0.000000000000 0.193359375000 0.075683593750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.054199218750 +0.093261718750 0.000000000000 0.022338867188 0.000000000000 +0.016723632812 0.138671875000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.029418945312 0.000000000000 +0.000000000000 0.000000000000 0.001876831055 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.020751953125 0.186523437500 0.145507812500 0.253906250000 +0.166015625000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.018066406250 0.154296875000 +0.000000000000 0.054199218750 0.099609375000 0.000000000000 +0.099121093750 0.253906250000 0.129882812500 0.000000000000 +0.000000000000 0.117675781250 0.000000000000 0.000000000000 +0.000000000000 0.025390625000 0.000000000000 0.000000000000 +0.166015625000 0.019775390625 0.000000000000 0.023193359375 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.028076171875 0.079589843750 0.000000000000 +0.000000000000 0.000000000000 0.080078125000 0.554687500000 +0.000000000000 0.000000000000 0.247070312500 0.000000000000 +0.097656250000 0.072265625000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.036376953125 0.000000000000 +0.045898437500 0.016845703125 0.000000000000 0.033935546875 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.111328125000 0.000000000000 0.000000000000 0.000000000000 +0.099609375000 0.082519531250 0.000000000000 0.150390625000 +0.167968750000 0.000000000000 0.000000000000 0.015075683594 +0.000000000000 0.000000000000 0.229492187500 0.000000000000 +0.019409179688 0.000000000000 0.306640625000 0.038085937500 +0.000000000000 0.242187500000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.003173828125 0.049560546875 0.265625000000 0.000000000000 +0.000000000000 0.000000000000 0.009704589844 0.494140625000 +0.091308593750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.124511718750 0.000000000000 +0.053222656250 0.018310546875 0.003845214844 0.000000000000 +0.000000000000 0.043701171875 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.179687500000 0.031982421875 +0.110839843750 0.318359375000 0.226562500000 0.191406250000 +0.013427734375 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.006866455078 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.026489257812 0.000000000000 0.000000000000 +0.000000000000 0.253906250000 0.294921875000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.059082031250 0.067382812500 0.055419921875 0.000000000000 +0.000000000000 0.000000000000 0.066406250000 0.000000000000 +0.145507812500 0.000000000000 0.000000000000 0.066894531250 +0.088867187500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.212890625000 0.064453125000 0.000000000000 0.024169921875 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.186523437500 0.038330078125 0.205078125000 +0.102050781250 0.088867187500 0.000000000000 0.000000000000 +0.128906250000 0.000000000000 0.231445312500 0.150390625000 +0.023925781250 0.000000000000 0.038574218750 0.000000000000 +0.000000000000 0.053222656250 0.000000000000 0.058105468750 +0.000000000000 0.160156250000 0.000000000000 0.000000000000 +0.000000000000 0.212890625000 0.045410156250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.049560546875 0.038085937500 0.000000000000 +0.000000000000 0.000000000000 0.101562500000 0.195312500000 +0.062011718750 0.000000000000 0.298828125000 0.091796875000 +0.157226562500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.050292968750 0.000000000000 +0.092773437500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.002822875977 0.050292968750 0.138671875000 +0.000000000000 0.000000000000 0.094726562500 0.070800781250 +0.011047363281 0.000000000000 0.139648437500 0.016357421875 +0.000000000000 0.000000000000 0.033935546875 0.000000000000 +0.075683593750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.227539062500 0.000000000000 0.041015625000 0.000000000000 +0.000000000000 0.059570312500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.022216796875 0.000000000000 +0.000000000000 0.002380371094 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.080078125000 0.057373046875 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.125976562500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.009643554688 +0.000000000000 0.000000000000 0.000000000000 0.042480468750 +0.419921875000 0.005462646484 0.000000000000 0.044677734375 +0.054687500000 0.000000000000 0.100097656250 0.138671875000 +0.166992187500 0.240234375000 0.261718750000 0.133789062500 +0.000000000000 0.168945312500 0.054443359375 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.105468750000 0.213867187500 0.000000000000 0.160156250000 +0.000461578369 0.162109375000 0.000000000000 0.043457031250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.312500000000 0.169921875000 0.180664062500 +0.000000000000 0.000000000000 0.018310546875 0.000000000000 +0.281250000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.066406250000 0.000000000000 +0.096191406250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.038574218750 0.013854980469 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.162109375000 0.000000000000 0.018432617188 +0.170898437500 0.017700195312 0.000000000000 0.087402343750 +0.062988281250 0.000000000000 0.135742187500 0.000000000000 +0.021972656250 0.376953125000 0.085937500000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.162109375000 +0.000000000000 0.073242187500 0.076660156250 0.033203125000 +0.081542968750 0.173828125000 0.000000000000 0.078613281250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.380859375000 0.200195312500 0.053466796875 0.244140625000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.203125000000 0.000000000000 0.106933593750 0.000000000000 +0.000000000000 0.000000000000 0.016113281250 0.000000000000 +0.281250000000 0.000000000000 0.060058593750 0.112304687500 +0.000000000000 0.000000000000 0.314453125000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.014526367188 0.000000000000 +0.125976562500 0.245117187500 0.217773437500 0.185546875000 +0.224609375000 0.036865234375 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.173828125000 0.000000000000 +0.000000000000 0.041748046875 0.236328125000 0.003082275391 +0.000000000000 0.166015625000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.036376953125 0.000000000000 +0.008300781250 0.155273437500 0.000000000000 0.144531250000 +0.000000000000 0.000000000000 0.014953613281 0.000000000000 +0.277343750000 0.000000000000 0.186523437500 0.017944335938 +0.089355468750 0.000000000000 0.000000000000 0.176757812500 +0.225585937500 0.000000000000 0.000000000000 0.166992187500 +0.250000000000 0.179687500000 0.000000000000 0.000000000000 +0.039306640625 0.018676757812 0.027221679688 0.000000000000 +0.098632812500 0.000000000000 0.072265625000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.175781250000 0.083007812500 +0.109375000000 0.359375000000 0.021362304688 0.094726562500 +0.088867187500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.012573242188 0.000000000000 0.000000000000 0.094238281250 +0.000000000000 0.144531250000 0.227539062500 0.000000000000 +0.000000000000 0.000000000000 0.158203125000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.132812500000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.198242187500 +0.244140625000 0.000000000000 0.227539062500 0.229492187500 +0.007568359375 0.000000000000 0.085449218750 0.237304687500 +0.190429687500 0.021606445312 0.000000000000 0.000000000000 +0.000000000000 0.390625000000 0.000000000000 0.000000000000 +0.062988281250 0.373046875000 0.000000000000 0.000000000000 +0.002838134766 0.000000000000 0.146484375000 0.000000000000 +0.000000000000 0.145507812500 0.104492187500 0.033935546875 +0.025512695312 0.128906250000 0.000000000000 0.111328125000 +0.197265625000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.047607421875 0.000000000000 0.000000000000 +0.182617187500 0.000000000000 0.000000000000 0.228515625000 +0.000000000000 0.000000000000 0.376953125000 0.000000000000 +0.000000000000 0.193359375000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.186523437500 0.116699218750 0.020507812500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.142578125000 +0.443359375000 0.059814453125 0.046386718750 0.151367187500 +0.000000000000 0.000000000000 0.000000000000 0.201171875000 +0.240234375000 0.000000000000 0.000000000000 0.174804687500 +0.000000000000 0.239257812500 0.096191406250 0.086914062500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.292968750000 0.294921875000 0.039550781250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.125976562500 0.300781250000 0.237304687500 +0.041748046875 0.000000000000 0.031738281250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.210937500000 0.040771484375 0.000000000000 0.000000000000 +0.000000000000 0.147460937500 0.000000000000 0.045654296875 +0.089355468750 0.116210937500 0.002334594727 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.045166015625 0.233398437500 0.180664062500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.133789062500 0.000000000000 0.029418945312 0.043945312500 +0.219726562500 0.054931640625 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.048339843750 0.000000000000 +0.039550781250 0.000000000000 0.238281250000 0.000000000000 +0.112304687500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.178710937500 0.050048828125 0.404296875000 +0.142578125000 0.000000000000 0.058349609375 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.279296875000 +0.000000000000 0.202148437500 0.009155273438 0.000000000000 +0.064453125000 0.000000000000 0.025634765625 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.074707031250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.025878906250 +0.000000000000 0.000000000000 0.353515625000 0.000000000000 +0.000000000000 0.000000000000 0.042480468750 0.000000000000 +0.000000000000 0.000000000000 0.135742187500 0.376953125000 +0.000000000000 0.000000000000 0.097167968750 0.091796875000 +0.125976562500 0.073242187500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.204101562500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.083496093750 0.000000000000 0.000000000000 0.048583984375 +0.000000000000 0.000000000000 0.000000000000 0.165039062500 +0.000000000000 0.000000000000 0.000000000000 0.086425781250 +0.142578125000 0.000000000000 0.000000000000 0.013305664062 +0.096191406250 0.000000000000 0.050781250000 0.168945312500 +0.028320312500 0.121093750000 0.073242187500 0.215820312500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.242187500000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.289062500000 0.000000000000 0.103027343750 +0.000000000000 0.145507812500 0.154296875000 0.133789062500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.124023437500 0.119628906250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.007049560547 0.060302734375 0.002365112305 +0.000000000000 0.000000000000 0.167968750000 0.000000000000 +0.000000000000 0.000000000000 0.145507812500 0.002838134766 +0.000000000000 0.000000000000 0.173828125000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.152343750000 +0.193359375000 0.146484375000 0.096679687500 0.032714843750 +0.176757812500 0.000000000000 0.000000000000 0.130859375000 +0.000000000000 0.000000000000 0.142578125000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.133789062500 0.000000000000 0.000000000000 +0.088867187500 0.125976562500 0.000000000000 0.028564453125 +0.000000000000 0.008605957031 0.030639648438 0.000000000000 +0.086425781250 0.119628906250 0.000000000000 0.090332031250 +0.044189453125 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.014099121094 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.009948730469 0.056884765625 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.071289062500 0.000000000000 0.000000000000 +0.000000000000 0.106933593750 0.076660156250 0.116210937500 +0.000000000000 0.121582031250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.231445312500 0.032470703125 0.000000000000 +0.000000000000 0.000000000000 0.166015625000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.041015625000 0.067871093750 0.097656250000 0.000000000000 +0.016967773438 0.000000000000 0.000000000000 0.116699218750 +0.233398437500 0.000000000000 0.008789062500 0.007110595703 +0.000000000000 0.000000000000 0.052490234375 0.107910156250 +0.000000000000 0.020019531250 0.000000000000 0.000000000000 +0.000000000000 0.306640625000 0.000000000000 0.000000000000 +0.000000000000 0.192382812500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.189453125000 0.000000000000 +0.043701171875 0.088867187500 0.000000000000 0.019897460938 +0.156250000000 0.138671875000 0.000000000000 0.136718750000 +0.139648437500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.139648437500 +0.000000000000 0.054443359375 0.235351562500 0.000000000000 +0.000000000000 0.324218750000 0.007019042969 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.212890625000 0.088378906250 0.023315429688 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.230468750000 +0.281250000000 0.000000000000 0.000000000000 0.068847656250 +0.000000000000 0.000000000000 0.000000000000 0.055664062500 +0.031494140625 0.000000000000 0.000000000000 0.000000000000 +0.068359375000 0.167968750000 0.166015625000 0.000000000000 +0.000000000000 0.021606445312 0.000000000000 0.000000000000 +0.000000000000 0.449218750000 0.330078125000 0.279296875000 +0.000000000000 0.022827148438 0.061767578125 0.000000000000 +0.000000000000 0.173828125000 0.375000000000 0.123535156250 +0.027221679688 0.005401611328 0.078613281250 0.000000000000 +0.000000000000 0.042236328125 0.000000000000 0.000000000000 +0.223632812500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.076171875000 0.000000000000 0.083496093750 +0.032226562500 0.100097656250 0.107910156250 0.000000000000 +0.006805419922 0.000000000000 0.000000000000 0.000000000000 +0.006042480469 0.226562500000 0.058593750000 0.000000000000 +0.000000000000 0.000000000000 0.014831542969 0.001022338867 +0.090332031250 0.000000000000 0.035644531250 0.000000000000 +0.263671875000 0.006256103516 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.004760742188 0.000000000000 +0.000000000000 0.000000000000 0.057373046875 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.396484375000 +0.000000000000 0.000000000000 0.000000000000 0.030151367188 +0.002517700195 0.000000000000 0.000000000000 0.137695312500 +0.000000000000 0.000000000000 0.000000000000 0.054931640625 +0.118164062500 0.000000000000 0.089355468750 0.000000000000 +0.000000000000 0.000000000000 0.031005859375 0.000000000000 +0.287109375000 0.000000000000 0.000000000000 0.000000000000 +0.059814453125 0.000000000000 0.000000000000 0.123046875000 +0.000000000000 0.000000000000 0.094238281250 0.000000000000 +0.000000000000 0.000000000000 0.235351562500 0.000000000000 +0.000000000000 0.000000000000 0.125000000000 0.147460937500 +0.000000000000 0.000000000000 0.031982421875 0.000000000000 +0.010253906250 0.238281250000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.180664062500 0.000000000000 +0.000000000000 0.003265380859 0.109863281250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.213867187500 0.000000000000 0.000000000000 0.000000000000 +0.160156250000 0.076171875000 0.000000000000 0.128906250000 +0.335937500000 0.000000000000 0.024658203125 0.143554687500 +0.006744384766 0.000000000000 0.060791015625 0.036621093750 +0.000000000000 0.096191406250 0.000000000000 0.139648437500 +0.015136718750 0.000000000000 0.000000000000 0.164062500000 +0.000000000000 0.000000000000 0.057861328125 0.000000000000 +0.000000000000 0.283203125000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.096679687500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.076171875000 0.605468750000 +0.000000000000 0.000000000000 0.026977539062 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.111816406250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.188476562500 0.000000000000 0.000000000000 0.113281250000 +0.000000000000 0.000000000000 0.030029296875 0.069335937500 +0.000000000000 0.000000000000 0.082519531250 0.000000000000 +0.000000000000 0.079589843750 0.000000000000 0.086425781250 +0.000000000000 0.296875000000 0.209960937500 0.058105468750 +0.224609375000 0.039062500000 0.017700195312 0.023437500000 +0.000000000000 0.062500000000 0.000000000000 0.000000000000 +0.242187500000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.267578125000 0.000000000000 0.206054687500 +0.229492187500 0.056884765625 0.294921875000 0.000000000000 +0.139648437500 0.194335937500 0.000000000000 0.000000000000 +0.000000000000 0.194335937500 0.060546875000 0.000000000000 +0.103515625000 0.128906250000 0.000000000000 0.027832031250 +0.084472656250 0.000000000000 0.000000000000 0.000000000000 +0.253906250000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.243164062500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.112304687500 0.016113281250 0.235351562500 +0.037353515625 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.053710937500 0.215820312500 +0.000000000000 0.033447265625 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.136718750000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.143554687500 +0.000000000000 0.000000000000 0.131835937500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.068847656250 0.000000000000 0.181640625000 0.390625000000 +0.000000000000 0.000000000000 0.011718750000 0.000000000000 +0.125976562500 0.000000000000 0.184570312500 0.000000000000 +0.000000000000 0.000000000000 0.074218750000 0.000000000000 +0.000000000000 0.000000000000 0.134765625000 0.000000000000 +0.190429687500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.058593750000 0.038818359375 0.241210937500 +0.031738281250 0.000000000000 0.000000000000 0.029785156250 +0.123046875000 0.000000000000 0.054931640625 0.026977539062 +0.047119140625 0.000000000000 0.020629882812 0.208984375000 +0.000000000000 0.117187500000 0.000000000000 0.105468750000 +0.113281250000 0.000000000000 0.175781250000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.149414062500 0.118652343750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.123046875000 0.000000000000 +0.031982421875 0.136718750000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.246093750000 0.265625000000 +0.000000000000 0.051513671875 0.041503906250 0.079101562500 +0.047119140625 0.000000000000 0.016357421875 0.000000000000 +0.000000000000 0.055175781250 0.000000000000 0.000000000000 +0.194335937500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.113769531250 0.000000000000 0.242187500000 +0.038085937500 0.000000000000 0.000000000000 0.000000000000 +0.068359375000 0.000000000000 0.031494140625 0.018676757812 +0.066406250000 0.042236328125 0.000000000000 0.073242187500 +0.077148437500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.089355468750 0.000000000000 +0.000000000000 0.322265625000 0.000000000000 0.000000000000 +0.000000000000 0.115722656250 0.000000000000 0.062988281250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.193359375000 0.000000000000 0.228515625000 +0.053222656250 0.112792968750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.142578125000 +0.124023437500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.116210937500 +0.000000000000 0.000000000000 0.000000000000 0.166992187500 +0.000000000000 0.000000000000 0.038330078125 0.000000000000 +0.000000000000 0.115234375000 0.000000000000 0.047851562500 +0.034912109375 0.099609375000 0.000000000000 0.000000000000 +0.049316406250 0.000000000000 0.000000000000 0.089355468750 +0.000000000000 0.000000000000 0.002441406250 0.000000000000 +0.073242187500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.013671875000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.180664062500 0.000000000000 +0.215820312500 0.083007812500 0.000000000000 0.000000000000 +0.000000000000 0.213867187500 0.124511718750 0.175781250000 +0.000000000000 0.037353515625 0.000000000000 0.227539062500 +0.166992187500 0.000000000000 0.000000000000 0.000000000000 +0.025512695312 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.169921875000 0.000000000000 0.000000000000 +0.118164062500 0.000000000000 0.009216308594 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.022460937500 0.000000000000 0.027954101562 +0.116699218750 0.121093750000 0.000000000000 0.000000000000 +0.116699218750 0.000000000000 0.230468750000 0.150390625000 +0.062011718750 0.006744384766 0.063964843750 0.000000000000 +0.000000000000 0.005126953125 0.089355468750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.143554687500 0.000000000000 0.000000000000 +0.020996093750 0.007873535156 0.000000000000 0.000000000000 +0.002365112305 0.049804687500 0.000000000000 0.000000000000 +0.000000000000 0.032470703125 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.087402343750 0.251953125000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.045410156250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.138671875000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.010192871094 0.060058593750 +0.169921875000 0.000000000000 0.000000000000 0.123535156250 +0.108886718750 0.037109375000 0.181640625000 0.000000000000 +0.000000000000 0.036621093750 0.402343750000 0.000000000000 +0.003936767578 0.126953125000 0.000000000000 0.003890991211 +0.128906250000 0.000000000000 0.000000000000 0.126953125000 +0.000000000000 0.240234375000 0.000000000000 0.054199218750 +0.000000000000 0.023437500000 0.000000000000 0.000000000000 +0.157226562500 0.003509521484 0.189453125000 0.086425781250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.318359375000 0.000000000000 0.124511718750 0.000000000000 +0.000000000000 0.000000000000 0.263671875000 0.000000000000 +0.215820312500 0.000000000000 0.114257812500 0.000000000000 +0.000000000000 0.000000000000 0.169921875000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.211914062500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.068359375000 +0.132812500000 0.000000000000 0.000000000000 0.131835937500 +0.000000000000 0.000000000000 0.246093750000 0.095214843750 +0.000000000000 0.023681640625 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.296875000000 +0.000000000000 0.138671875000 0.037841796875 0.253906250000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.185546875000 0.000000000000 0.261718750000 0.241210937500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.120117187500 0.000000000000 0.195312500000 0.056884765625 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.176757812500 0.000000000000 0.500000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.011596679688 0.105468750000 0.141601562500 +0.000000000000 0.216796875000 0.390625000000 0.000000000000 +0.176757812500 0.000000000000 0.000000000000 0.059814453125 +0.000000000000 0.000000000000 0.087890625000 0.111816406250 +0.000000000000 0.373046875000 0.000000000000 0.154296875000 +0.000000000000 0.002502441406 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.132812500000 0.000000000000 +0.000000000000 0.077148437500 0.000000000000 0.235351562500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.060791015625 0.000000000000 +0.124023437500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.324218750000 0.369140625000 +0.211914062500 0.200195312500 0.000000000000 0.000000000000 +0.169921875000 0.000000000000 0.000000000000 0.000000000000 +0.179687500000 0.146484375000 0.000000000000 0.000000000000 +0.240234375000 0.000000000000 0.000000000000 0.000000000000 +0.322265625000 0.020629882812 0.021240234375 0.261718750000 +0.000000000000 0.184570312500 0.000000000000 0.000000000000 +0.085937500000 0.000000000000 0.000000000000 0.233398437500 +0.085937500000 0.000000000000 0.000000000000 0.181640625000 +0.241210937500 0.167968750000 0.000000000000 0.166992187500 +0.096679687500 0.000000000000 0.283203125000 0.000000000000 +0.000000000000 0.100585937500 0.136718750000 0.000000000000 +0.079101562500 0.040039062500 0.000000000000 0.292968750000 +0.000000000000 0.074218750000 0.040283203125 0.000000000000 +0.000000000000 0.394531250000 0.000000000000 0.353515625000 +0.126953125000 0.238281250000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.371093750000 +0.363281250000 0.174804687500 0.000000000000 0.066406250000 +0.160156250000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.014648437500 0.179687500000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.133789062500 0.000000000000 0.104980468750 +0.000000000000 0.000000000000 0.038085937500 0.000000000000 +0.134765625000 0.000000000000 0.011840820312 0.011901855469 +0.255859375000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.026977539062 +0.000000000000 0.000000000000 0.000000000000 0.200195312500 +0.000000000000 0.173828125000 0.000000000000 0.000000000000 +0.000000000000 0.211914062500 0.000000000000 0.000000000000 +0.000000000000 0.013244628906 0.000000000000 0.076660156250 +0.000000000000 0.129882812500 0.000000000000 0.281250000000 +0.215820312500 0.000000000000 0.343750000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.157226562500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.052490234375 0.000000000000 0.016113281250 0.000000000000 +0.000000000000 0.000000000000 0.093750000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.037353515625 0.125976562500 0.000000000000 0.067382812500 +0.000000000000 0.000000000000 0.095703125000 0.000000000000 +0.123046875000 0.000000000000 0.109375000000 0.075195312500 +0.000000000000 0.000000000000 0.168945312500 0.000000000000 +0.000000000000 0.273437500000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.097167968750 +0.000000000000 0.131835937500 0.058349609375 0.000000000000 +0.000000000000 0.000000000000 0.031982421875 0.094726562500 +0.000000000000 0.000000000000 0.070312500000 0.351562500000 +0.021484375000 0.000000000000 0.037353515625 0.000000000000 +0.000000000000 0.000000000000 0.224609375000 0.125000000000 +0.000000000000 0.142578125000 0.102539062500 0.000000000000 +0.285156250000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.088867187500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.034423828125 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.189453125000 0.000000000000 0.026977539062 0.243164062500 +0.209960937500 0.275390625000 0.157226562500 0.106445312500 +0.000000000000 0.246093750000 0.139648437500 0.000000000000 +0.043212890625 0.000000000000 0.000000000000 0.000000000000 +0.060791015625 0.239257812500 0.000000000000 0.247070312500 +0.000000000000 0.320312500000 0.000000000000 0.159179687500 +0.000000000000 0.000000000000 0.000000000000 0.016113281250 +0.116210937500 0.515625000000 0.087402343750 0.341796875000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.218750000000 0.000000000000 0.355468750000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.421875000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.022460937500 +0.000000000000 0.000000000000 0.122558593750 0.000000000000 +0.201171875000 0.000000000000 0.000000000000 0.242187500000 +0.082031250000 0.000000000000 0.386718750000 0.000000000000 +0.000000000000 0.000000000000 0.237304687500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.013427734375 +0.122558593750 0.000000000000 0.000000000000 0.239257812500 +0.000000000000 0.351562500000 0.000000000000 0.285156250000 +0.000000000000 0.000000000000 0.000000000000 0.143554687500 +0.185546875000 0.009826660156 0.157226562500 0.451171875000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.096679687500 0.000000000000 0.146484375000 0.085937500000 +0.000000000000 0.006835937500 0.068359375000 0.000000000000 +0.060546875000 0.000000000000 0.062011718750 0.000000000000 +0.000000000000 0.000000000000 0.382812500000 0.084960937500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.068847656250 0.000000000000 0.000000000000 0.158203125000 +0.080078125000 0.238281250000 0.228515625000 0.000000000000 +0.143554687500 0.000000000000 0.000000000000 0.109863281250 +0.000000000000 0.000000000000 0.173828125000 0.055419921875 +0.000000000000 0.223632812500 0.153320312500 0.000000000000 +0.000000000000 0.005432128906 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.002441406250 0.125000000000 0.000000000000 0.253906250000 +0.000000000000 0.000000000000 0.000000000000 0.029907226562 +0.222656250000 0.000000000000 0.152343750000 0.357421875000 +0.086425781250 0.000000000000 0.073242187500 0.000000000000 +0.000000000000 0.000000000000 0.312500000000 0.363281250000 +0.203125000000 0.431640625000 0.000000000000 0.000000000000 +0.425781250000 0.000000000000 0.000000000000 0.000000000000 +0.077636718750 0.169921875000 0.223632812500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.232421875000 0.121582031250 +0.000000000000 0.170898437500 0.113769531250 0.000000000000 +0.273437500000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.146484375000 +0.000000000000 0.000000000000 0.188476562500 0.000000000000 +0.000000000000 0.026000976562 0.216796875000 0.000000000000 +0.000000000000 0.060546875000 0.000000000000 0.143554687500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.014831542969 0.000000000000 0.156250000000 +0.449218750000 0.050048828125 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.128906250000 0.367187500000 +0.378906250000 0.087402343750 0.000000000000 0.064941406250 +0.061279296875 0.000000000000 0.000000000000 0.000000000000 +0.019287109375 0.029663085938 0.000000000000 0.000000000000 +0.000000000000 0.020874023438 0.000000000000 0.089355468750 +0.060791015625 0.077148437500 0.000000000000 0.065917968750 +0.000000000000 0.067382812500 0.269531250000 0.000000000000 +0.142578125000 0.000000000000 0.041015625000 0.000000000000 +0.000000000000 0.042724609375 0.000000000000 0.031494140625 +0.026123046875 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.023193359375 0.000000000000 +0.000000000000 0.283203125000 0.153320312500 0.000000000000 +0.000000000000 0.086914062500 0.000000000000 0.000000000000 +0.000000000000 0.016967773438 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.076660156250 0.255859375000 +0.202148437500 0.000000000000 0.015625000000 0.000000000000 +0.037597656250 0.000000000000 0.000000000000 0.036132812500 +0.004852294922 0.000000000000 0.000000000000 0.000000000000 +0.099121093750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.039550781250 +0.000000000000 0.000000000000 0.000000000000 0.097656250000 +0.000000000000 0.000000000000 0.000000000000 0.109375000000 +0.007629394531 0.000000000000 0.000000000000 0.000000000000 +0.066406250000 0.000000000000 0.050292968750 0.241210937500 +0.116210937500 0.000000000000 0.096191406250 0.066894531250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.211914062500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.132812500000 +0.000000000000 0.152343750000 0.103515625000 0.037597656250 +0.000000000000 0.000000000000 0.097167968750 0.089355468750 +0.000000000000 0.000000000000 0.022460937500 0.000000000000 +0.000000000000 0.090332031250 0.000000000000 0.000000000000 +0.000000000000 0.002929687500 0.000000000000 0.000000000000 +0.000000000000 0.004852294922 0.000000000000 0.000000000000 +0.063964843750 0.000000000000 0.083007812500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.189453125000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.016357421875 0.000000000000 0.000000000000 0.000000000000 +0.078125000000 0.000000000000 0.000000000000 0.000000000000 +0.173828125000 0.000000000000 0.000000000000 0.104492187500 +0.000000000000 0.124511718750 0.188476562500 0.000000000000 +0.000000000000 0.300781250000 0.053466796875 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.009704589844 0.154296875000 0.000000000000 0.043457031250 +0.129882812500 0.167968750000 0.000000000000 0.011535644531 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.124023437500 0.000000000000 0.115234375000 0.482421875000 +0.000000000000 0.000000000000 0.035400390625 0.000000000000 +0.006256103516 0.000000000000 0.000000000000 0.083496093750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.121093750000 0.000000000000 0.127929687500 0.000000000000 +0.070312500000 0.000000000000 0.257812500000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.083496093750 0.104492187500 0.233398437500 0.022338867188 +0.000000000000 0.134765625000 0.187500000000 0.074707031250 +0.031982421875 0.097656250000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.052246093750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.014709472656 0.121093750000 0.010253906250 +0.000000000000 0.000000000000 0.112304687500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.080566406250 +0.009094238281 0.000000000000 0.000000000000 0.169921875000 +0.261718750000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.153320312500 0.298828125000 +0.150390625000 0.000000000000 0.000000000000 0.107421875000 +0.000000000000 0.079589843750 0.000000000000 0.000000000000 +0.229492187500 0.070800781250 0.000000000000 0.000000000000 +0.124023437500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.154296875000 0.000000000000 0.234375000000 +0.212890625000 0.039794921875 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.065917968750 0.008422851562 +0.014099121094 0.021850585938 0.000000000000 0.072753906250 +0.083984375000 0.000000000000 0.000000000000 0.068359375000 +0.025878906250 0.000000000000 0.296875000000 0.000000000000 +0.000000000000 0.163085937500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.028320312500 0.071777343750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.112304687500 +0.104980468750 0.209960937500 0.075683593750 0.000000000000 +0.000000000000 0.000000000000 0.016967773438 0.271484375000 +0.065917968750 0.000000000000 0.000000000000 0.229492187500 +0.000000000000 0.154296875000 0.000000000000 0.041748046875 +0.000000000000 0.208007812500 0.000000000000 0.078125000000 +0.120605468750 0.000000000000 0.251953125000 0.000000000000 +0.000000000000 0.242187500000 0.000000000000 0.168945312500 +0.068847656250 0.000000000000 0.000000000000 0.000000000000 +0.069335937500 0.000000000000 0.036376953125 0.000000000000 +0.097656250000 0.179687500000 0.000000000000 0.000000000000 +0.097656250000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.205078125000 0.291015625000 +0.249023437500 0.396484375000 0.000000000000 0.000000000000 +0.277343750000 0.048339843750 0.000000000000 0.000000000000 +0.032714843750 0.265625000000 0.051269531250 0.000000000000 +0.000000000000 0.059326171875 0.000000000000 0.000000000000 +0.247070312500 0.093750000000 0.029663085938 0.000000000000 +0.000000000000 0.024658203125 0.000000000000 0.060791015625 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.388671875000 0.186523437500 +0.000000000000 0.000000000000 0.062988281250 0.104003906250 +0.000000000000 0.283203125000 0.257812500000 0.037597656250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.330078125000 0.304687500000 +0.012451171875 0.057128906250 0.061767578125 0.000000000000 +0.006256103516 0.000000000000 0.201171875000 0.000000000000 +0.053222656250 0.098632812500 0.085449218750 0.000000000000 +0.000000000000 0.150390625000 0.000000000000 0.000000000000 +0.531250000000 0.051269531250 0.000000000000 0.000000000000 +0.230468750000 0.109375000000 0.000000000000 0.000000000000 +0.000000000000 0.234375000000 0.125000000000 0.000000000000 +0.257812500000 0.085937500000 0.160156250000 0.193359375000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.291015625000 0.042236328125 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.251953125000 0.000000000000 +0.000000000000 0.000000000000 0.066894531250 0.000000000000 +0.089843750000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.101562500000 0.000000000000 0.170898437500 +0.030761718750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.219726562500 +0.000000000000 0.171875000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.026733398438 0.000000000000 +0.000000000000 0.056884765625 0.000000000000 0.000000000000 +0.045898437500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.152343750000 0.000000000000 +0.000000000000 0.000000000000 0.020385742188 0.000000000000 +0.000000000000 0.000000000000 0.113281250000 0.185546875000 +0.000000000000 0.000000000000 0.015319824219 0.034179687500 +0.075683593750 0.000000000000 0.109375000000 0.004486083984 +0.000000000000 0.000000000000 0.113769531250 0.000000000000 +0.071777343750 0.000000000000 0.001014709473 0.000000000000 +0.096191406250 0.074218750000 0.000000000000 0.000000000000 +0.170898437500 0.000000000000 0.000000000000 0.057373046875 +0.134765625000 0.007995605469 0.138671875000 0.180664062500 +0.180664062500 0.000000000000 0.222656250000 0.000000000000 +0.080566406250 0.000000000000 0.101074218750 0.081054687500 +0.022705078125 0.101074218750 0.029663085938 0.255859375000 +0.000000000000 0.156250000000 0.000000000000 0.144531250000 +0.000000000000 0.000000000000 0.218750000000 0.000000000000 +0.000000000000 0.091308593750 0.000000000000 0.053710937500 +0.000000000000 0.088378906250 0.019409179688 0.224609375000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.135742187500 0.045654296875 +0.000000000000 0.061523437500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.083496093750 0.339843750000 +0.099121093750 0.000000000000 0.000000000000 0.047363281250 +0.000000000000 0.000000000000 0.090332031250 0.000000000000 +0.077148437500 0.162109375000 0.000000000000 0.186523437500 +0.243164062500 0.000000000000 0.000000000000 0.000000000000 +0.107910156250 0.367187500000 0.000000000000 0.347656250000 +0.033203125000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.194335937500 0.019409179688 0.000000000000 0.000000000000 +0.247070312500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.088867187500 0.251953125000 0.000000000000 +0.000000000000 0.000000000000 0.182617187500 0.000000000000 +0.162109375000 0.000000000000 0.000000000000 0.000000000000 +0.177734375000 0.229492187500 0.071289062500 0.065917968750 +0.000000000000 0.000000000000 0.000000000000 0.155273437500 +0.285156250000 0.005493164062 0.181640625000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.247070312500 +0.156250000000 0.097656250000 0.000000000000 0.167968750000 +0.078613281250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.025878906250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.243164062500 0.000000000000 +0.000000000000 0.250000000000 0.000000000000 0.000000000000 +0.037109375000 0.000000000000 0.302734375000 0.000000000000 +0.030029296875 0.000000000000 0.210937500000 0.000000000000 +0.000000000000 0.086914062500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.013122558594 0.000000000000 0.318359375000 +0.097167968750 0.484375000000 0.000000000000 0.000000000000 +0.193359375000 0.155273437500 0.000000000000 0.000000000000 +0.000000000000 0.177734375000 0.000000000000 0.000000000000 +0.000000000000 0.083984375000 0.000000000000 0.000000000000 +0.137695312500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.029785156250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.008483886719 0.000036239624 +0.000000000000 0.000000000000 0.000000000000 0.123535156250 +0.000000000000 0.035400390625 0.085937500000 0.000000000000 +0.003936767578 0.049072265625 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.093261718750 +0.000000000000 0.000000000000 0.000000000000 0.165039062500 +0.306640625000 0.382812500000 0.199218750000 0.000000000000 +0.088378906250 0.000000000000 0.482421875000 0.000000000000 +0.011657714844 0.171875000000 0.000000000000 0.010864257812 +0.511718750000 0.000000000000 0.000000000000 0.056396484375 +0.185546875000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.146484375000 0.136718750000 0.025268554688 +0.292968750000 0.000000000000 0.045654296875 0.531250000000 +0.000000000000 0.000000000000 0.441406250000 0.000000000000 +0.205078125000 0.083496093750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.402343750000 0.000000000000 +0.066894531250 0.000000000000 0.000000000000 0.044189453125 +0.000000000000 0.000000000000 0.148437500000 0.159179687500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.312500000000 0.108886718750 0.162109375000 0.161132812500 +0.183593750000 0.000000000000 0.000000000000 0.075683593750 +0.000000000000 0.000000000000 0.225585937500 0.000000000000 +0.000000000000 0.275390625000 0.332031250000 0.000000000000 +0.000000000000 0.170898437500 0.000000000000 0.151367187500 +0.205078125000 0.180664062500 0.000000000000 0.000000000000 +0.082519531250 0.192382812500 0.000000000000 0.000000000000 +0.000000000000 0.024536132812 0.098632812500 0.000000000000 +0.202148437500 0.000000000000 0.155273437500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.237304687500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.186523437500 0.000000000000 +0.318359375000 0.000000000000 0.255859375000 0.000000000000 +0.121582031250 0.000000000000 0.137695312500 0.000000000000 +0.000000000000 0.026733398438 0.000000000000 0.140625000000 +0.009826660156 0.000000000000 0.215820312500 0.000000000000 +0.000000000000 0.000000000000 0.084472656250 0.198242187500 +0.001075744629 0.384765625000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.009948730469 0.000000000000 +0.000000000000 0.174804687500 0.006866455078 0.000000000000 +0.000000000000 0.025390625000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.002349853516 +0.000000000000 0.000000000000 0.001548767090 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.228515625000 0.000000000000 0.176757812500 0.558593750000 +0.000000000000 0.000000000000 0.047119140625 0.036621093750 +0.235351562500 0.000000000000 0.230468750000 0.132812500000 +0.000000000000 0.000000000000 0.121582031250 0.000000000000 +0.000000000000 0.238281250000 0.000000000000 0.000000000000 +0.291015625000 0.207031250000 0.000000000000 0.000000000000 +0.419921875000 0.000000000000 0.000000000000 0.000000000000 +0.202148437500 0.137695312500 0.000000000000 0.207031250000 +0.147460937500 0.115722656250 0.000000000000 0.079101562500 +0.171875000000 0.000000000000 0.000000000000 0.000000000000 +0.078125000000 0.000000000000 0.000000000000 0.246093750000 +0.000000000000 0.000000000000 0.000000000000 0.361328125000 +0.047607421875 0.019409179688 0.447265625000 0.000000000000 +0.000000000000 0.337890625000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.011718750000 0.170898437500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.110351562500 0.043945312500 0.333984375000 +0.173828125000 0.310546875000 0.106445312500 0.281250000000 +0.000000000000 0.000000000000 0.002746582031 0.328125000000 +0.257812500000 0.000000000000 0.000000000000 0.161132812500 +0.147460937500 0.117187500000 0.000000000000 0.000000000000 +0.000000000000 0.134765625000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.208984375000 0.000000000000 +0.000000000000 0.062988281250 0.000000000000 0.247070312500 +0.240234375000 0.215820312500 0.011291503906 0.000000000000 +0.091796875000 0.000000000000 0.099609375000 0.039550781250 +0.039306640625 0.000000000000 0.000000000000 0.000000000000 +0.230468750000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.083496093750 0.212890625000 +0.000000000000 0.367187500000 0.035400390625 0.000000000000 +0.132812500000 0.085449218750 0.000000000000 0.000000000000 +0.000000000000 0.145507812500 0.026733398438 0.000000000000 +0.000000000000 0.134765625000 0.000000000000 0.125000000000 +0.200195312500 0.175781250000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.006439208984 +0.027099609375 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.141601562500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.078125000000 0.000000000000 0.000000000000 +0.000000000000 0.087402343750 0.014587402344 0.000000000000 +0.000000000000 0.000000000000 0.021850585938 0.150390625000 +0.000000000000 0.066894531250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.003128051758 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.060546875000 0.076660156250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.116699218750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.036865234375 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.037109375000 +0.000000000000 0.000000000000 0.112792968750 0.000000000000 +0.019287109375 0.026123046875 0.000000000000 0.040039062500 +0.242187500000 0.000000000000 0.000000000000 0.007781982422 +0.000000000000 0.000000000000 0.172851562500 0.065429687500 +0.000000000000 0.193359375000 0.032958984375 0.000000000000 +0.046386718750 0.013427734375 0.012512207031 0.000000000000 +0.092773437500 0.028930664062 0.000000000000 0.000000000000 +0.000000000000 0.231445312500 0.000000000000 0.000000000000 +0.000000000000 0.085449218750 0.000000000000 0.000000000000 +0.000000000000 0.095214843750 0.017333984375 0.000000000000 +0.000000000000 0.000000000000 0.025512695312 0.085449218750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.018554687500 0.000000000000 0.002273559570 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.090820312500 0.000000000000 +0.000000000000 0.124511718750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.006195068359 0.000000000000 +0.000000000000 0.045410156250 0.029296875000 0.030029296875 +0.003784179688 0.000000000000 0.034179687500 0.032226562500 +0.000000000000 0.000000000000 0.001075744629 0.000000000000 +0.219726562500 0.000000000000 0.000000000000 0.000000000000 +0.136718750000 0.000000000000 0.000000000000 0.000000000000 +0.172851562500 0.000000000000 0.072265625000 0.140625000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.172851562500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.124023437500 +0.000000000000 0.000000000000 0.243164062500 0.000000000000 +0.000000000000 0.069335937500 0.000000000000 0.053955078125 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.134765625000 0.144531250000 0.000000000000 +0.000000000000 0.242187500000 0.000000000000 0.000000000000 +0.000000000000 0.010742187500 0.000000000000 0.000000000000 +0.016235351562 0.376953125000 0.000000000000 0.079101562500 +0.498046875000 0.000000000000 0.179687500000 0.169921875000 +0.000000000000 0.000000000000 0.082031250000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.044189453125 +0.000000000000 0.018676757812 0.000000000000 0.000000000000 +0.000000000000 0.065429687500 0.171875000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.011230468750 0.000000000000 0.000000000000 +0.169921875000 0.073242187500 0.141601562500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.035644531250 +0.173828125000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.094238281250 0.000000000000 0.180664062500 +0.020751953125 0.000000000000 0.188476562500 0.109863281250 +0.000000000000 0.296875000000 0.000000000000 0.310546875000 +0.000000000000 0.300781250000 0.000000000000 0.000000000000 +0.179687500000 0.000000000000 0.351562500000 0.000000000000 +0.000000000000 0.189453125000 0.000000000000 0.045166015625 +0.000000000000 0.208984375000 0.000000000000 0.079589843750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.208984375000 0.000000000000 0.000000000000 0.000000000000 +0.507812500000 0.000000000000 0.000000000000 0.000000000000 +0.187500000000 0.114746093750 0.253906250000 0.000000000000 +0.152343750000 0.154296875000 0.121582031250 0.000000000000 +0.281250000000 0.000000000000 0.000000000000 0.000000000000 +0.326171875000 0.373046875000 0.285156250000 0.000000000000 +0.000000000000 0.115234375000 0.000000000000 0.029296875000 +0.316406250000 0.113281250000 0.279296875000 0.000000000000 +0.000000000000 0.221679687500 0.000000000000 0.000000000000 +0.021362304688 0.025390625000 0.076660156250 0.088867187500 +0.013977050781 0.180664062500 0.000000000000 0.219726562500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.425781250000 0.447265625000 0.396484375000 +0.160156250000 0.243164062500 0.093750000000 0.000000000000 +0.000843048096 0.000000000000 0.574218750000 0.244140625000 +0.048583984375 0.234375000000 0.091308593750 0.000000000000 +0.136718750000 0.527343750000 0.000000000000 0.000000000000 +0.000000000000 0.221679687500 0.000000000000 0.000000000000 +0.000000000000 0.472656250000 0.000000000000 0.263671875000 +0.388671875000 0.179687500000 0.000000000000 0.000000000000 +0.198242187500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.186523437500 0.067382812500 0.000000000000 +0.000000000000 0.000000000000 0.005737304688 0.333984375000 +0.061523437500 0.000000000000 0.131835937500 0.000000000000 +0.235351562500 0.227539062500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.296875000000 0.000000000000 +0.094726562500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.390625000000 0.000000000000 0.414062500000 +0.382812500000 0.000000000000 0.000000000000 0.000000000000 +0.066406250000 0.000000000000 0.079101562500 0.310546875000 +0.000000000000 0.096679687500 0.063476562500 0.000000000000 +0.000000000000 0.000000000000 0.202148437500 0.245117187500 +0.000000000000 0.000000000000 0.075683593750 0.071777343750 +0.000000000000 0.085937500000 0.000000000000 0.000000000000 +0.304687500000 0.000000000000 0.000000000000 0.035400390625 +0.000000000000 0.000000000000 0.141601562500 0.000000000000 +0.000000000000 0.055908203125 0.277343750000 0.000000000000 +0.088378906250 0.000000000000 0.216796875000 0.259765625000 +0.000000000000 0.000000000000 0.000000000000 0.160156250000 +0.250000000000 0.131835937500 0.000000000000 0.009887695312 +0.000000000000 0.000000000000 0.535156250000 0.000000000000 +0.017333984375 0.011474609375 0.000000000000 0.000000000000 +0.078125000000 0.000000000000 0.000000000000 0.000000000000 +0.093750000000 0.000000000000 0.098632812500 0.057617187500 +0.000000000000 0.000000000000 0.000000000000 0.250000000000 +0.180664062500 0.153320312500 0.000000000000 0.000000000000 +0.006774902344 0.000000000000 0.200195312500 0.326171875000 +0.257812500000 0.178710937500 0.194335937500 0.079589843750 +0.009094238281 0.192382812500 0.000000000000 0.000000000000 +0.609375000000 0.000000000000 0.057861328125 0.000000000000 +0.000000000000 0.197265625000 0.000000000000 0.000000000000 +0.000000000000 0.143554687500 0.133789062500 0.137695312500 +0.000000000000 0.000000000000 0.158203125000 0.000000000000 +0.000000000000 0.078125000000 0.109863281250 0.000000000000 +0.000000000000 0.148437500000 0.237304687500 0.000000000000 +0.000000000000 0.078125000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.003448486328 0.000000000000 +0.048583984375 0.000000000000 0.068359375000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.031005859375 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.115722656250 0.048339843750 +0.306640625000 0.000000000000 0.000000000000 0.000000000000 +0.087402343750 0.000000000000 0.179687500000 0.000000000000 +0.000000000000 0.308593750000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.139648437500 +0.021728515625 0.201171875000 0.000000000000 0.000000000000 +0.071289062500 0.186523437500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.076171875000 0.029541015625 +0.029174804688 0.020996093750 0.050292968750 0.527343750000 +0.029296875000 0.000000000000 0.275390625000 0.000000000000 +0.025390625000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.036132812500 0.000000000000 0.000000000000 0.097656250000 +0.000000000000 0.000000000000 0.002334594727 0.000000000000 +0.000000000000 0.026611328125 0.000000000000 0.000000000000 +0.000000000000 0.012634277344 0.000000000000 0.000000000000 +0.000000000000 0.134765625000 0.310546875000 0.114257812500 +0.129882812500 0.008972167969 0.000000000000 0.000000000000 +0.000000000000 0.214843750000 0.021606445312 0.000000000000 +0.000000000000 0.000000000000 0.339843750000 0.000000000000 +0.000000000000 0.419921875000 0.000000000000 0.000000000000 +0.000000000000 0.018920898438 0.192382812500 0.000000000000 +0.032714843750 0.009887695312 0.000000000000 0.000000000000 +0.000000000000 0.072265625000 0.052978515625 0.000000000000 +0.140625000000 0.000000000000 0.085449218750 0.464843750000 +0.130859375000 0.000000000000 0.326171875000 0.065429687500 +0.083984375000 0.000000000000 0.247070312500 0.000000000000 +0.000000000000 0.158203125000 0.000000000000 0.000000000000 +0.435546875000 0.000000000000 0.000000000000 0.000000000000 +0.133789062500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.193359375000 +0.000000000000 0.000000000000 0.145507812500 0.000000000000 +0.000000000000 0.083984375000 0.081542968750 0.000000000000 +0.114257812500 0.000000000000 0.000000000000 0.096191406250 +0.000000000000 0.000000000000 0.082031250000 0.035400390625 +0.000000000000 0.031982421875 0.000000000000 0.024658203125 +0.141601562500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.198242187500 0.000000000000 0.004821777344 +0.000000000000 0.052490234375 0.000000000000 0.087890625000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.092773437500 0.115234375000 0.062988281250 +0.000000000000 0.155273437500 0.000000000000 0.000000000000 +0.134765625000 0.000000000000 0.069335937500 0.008666992188 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.054199218750 0.164062500000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.143554687500 0.000000000000 0.000000000000 0.005249023438 +0.224609375000 0.013732910156 0.000000000000 0.139648437500 +0.205078125000 0.000000000000 0.000000000000 0.056640625000 +0.021850585938 0.000000000000 0.077148437500 0.000000000000 +0.000000000000 0.000000000000 0.108886718750 0.000000000000 +0.000000000000 0.000499725342 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.089355468750 0.000000000000 0.074218750000 +0.000000000000 0.000000000000 0.069335937500 0.000000000000 +0.113281250000 0.005737304688 0.171875000000 0.394531250000 +0.000000000000 0.000000000000 0.128906250000 0.000000000000 +0.124511718750 0.000000000000 0.000000000000 0.013183593750 +0.000000000000 0.074707031250 0.000000000000 0.000000000000 +0.343750000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.199218750000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.191406250000 0.000000000000 +0.058837890625 0.241210937500 0.232421875000 0.072265625000 +0.186523437500 0.106933593750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.184570312500 0.000000000000 +0.091796875000 0.142578125000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.182617187500 0.187500000000 0.000000000000 +0.034423828125 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.058837890625 0.000000000000 +0.032470703125 0.000000000000 0.014831542969 0.194335937500 +0.292968750000 0.000000000000 0.000000000000 0.027343750000 +0.026977539062 0.000000000000 0.099609375000 0.072753906250 +0.076660156250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.194335937500 0.000000000000 0.104003906250 0.000000000000 +0.000000000000 0.163085937500 0.000000000000 0.154296875000 +0.000000000000 0.000000000000 0.257812500000 0.031982421875 +0.000000000000 0.000000000000 0.285156250000 0.030761718750 +0.059570312500 0.007812500000 0.000000000000 0.000000000000 +0.108886718750 0.000000000000 0.000000000000 0.069335937500 +0.000000000000 0.000000000000 0.000000000000 0.086914062500 +0.190429687500 0.115234375000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.122558593750 0.125976562500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.086914062500 0.217773437500 +0.000000000000 0.041748046875 0.000000000000 0.096679687500 +0.118164062500 0.000000000000 0.127929687500 0.012512207031 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.123046875000 0.000000000000 +0.149414062500 0.001342773438 0.000000000000 0.000000000000 +0.216796875000 0.000000000000 0.000000000000 0.067382812500 +0.000000000000 0.000000000000 0.000000000000 0.314453125000 +0.267578125000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.005523681641 0.075683593750 +0.155273437500 0.000000000000 0.000000000000 0.227539062500 +0.000000000000 0.000000000000 0.000000000000 0.091308593750 +0.178710937500 0.000000000000 0.118652343750 0.000000000000 +0.000000000000 0.000000000000 0.006072998047 0.000000000000 +0.000000000000 0.048095703125 0.189453125000 0.145507812500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.164062500000 0.192382812500 +0.000000000000 0.194335937500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.255859375000 +0.065429687500 0.000000000000 0.000000000000 0.000000000000 +0.087890625000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.196289062500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.164062500000 0.000000000000 0.167968750000 +0.016967773438 0.000000000000 0.129882812500 0.000000000000 +0.034667968750 0.000000000000 0.111816406250 0.083984375000 +0.048583984375 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.151367187500 0.000000000000 +0.000000000000 0.116699218750 0.036132812500 0.000000000000 +0.083496093750 0.106445312500 0.000000000000 0.000000000000 +0.000000000000 0.116699218750 0.000000000000 0.062500000000 +0.000000000000 0.093750000000 0.000000000000 0.000000000000 +0.074218750000 0.018432617188 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.025512695312 0.193359375000 +0.018066406250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.045654296875 0.000000000000 +0.000000000000 0.159179687500 0.000000000000 0.045166015625 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.023315429688 0.000000000000 +0.197265625000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.155273437500 +0.000000000000 0.205078125000 0.000000000000 0.000000000000 +0.000000000000 0.179687500000 0.000000000000 0.000000000000 +0.000000000000 0.027954101562 0.000000000000 0.153320312500 +0.000000000000 0.001251220703 0.000000000000 0.332031250000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.015380859375 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.246093750000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.061035156250 0.000000000000 0.047119140625 +0.018432617188 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.027221679688 0.137695312500 +0.000000000000 0.000000000000 0.077148437500 0.000000000000 +0.000000000000 0.000000000000 0.099121093750 0.000000000000 +0.000000000000 0.001602172852 0.000000000000 0.000000000000 +0.061767578125 0.000000000000 0.000000000000 0.000000000000 +0.081542968750 0.125000000000 0.000000000000 0.000000000000 +0.000000000000 0.087402343750 0.023681640625 0.123535156250 +0.000000000000 0.000000000000 0.001968383789 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.023193359375 0.019531250000 +0.000000000000 0.076171875000 0.000000000000 0.000000000000 +0.179687500000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.014770507812 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.025146484375 0.000000000000 +0.000000000000 0.000000000000 0.234375000000 0.000000000000 +0.085937500000 0.000000000000 0.000000000000 0.013977050781 +0.000000000000 0.000000000000 0.068359375000 0.000000000000 +0.000000000000 0.052734375000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.010192871094 +0.000000000000 0.072265625000 0.000000000000 0.075683593750 +0.033935546875 0.134765625000 0.000000000000 0.000000000000 +0.000000000000 0.000659942627 0.000000000000 0.000000000000 +0.031982421875 0.075195312500 0.021362304688 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.145507812500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.007324218750 0.000000000000 +0.000000000000 0.000000000000 0.143554687500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.041992187500 0.025146484375 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.090332031250 0.000000000000 0.000000000000 0.049804687500 +0.000000000000 0.000000000000 0.094726562500 0.113281250000 +0.000000000000 0.000000000000 0.085937500000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.043945312500 +0.000000000000 0.139648437500 0.000000000000 0.135742187500 +0.000000000000 0.000000000000 0.000000000000 0.015441894531 +0.000000000000 0.000000000000 0.121093750000 0.207031250000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.003341674805 0.000000000000 0.211914062500 0.147460937500 +0.000000000000 0.000000000000 0.049072265625 0.000000000000 +0.011596679688 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.082031250000 0.000000000000 +0.188476562500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.015197753906 0.000000000000 0.187500000000 +0.127929687500 0.138671875000 0.008056640625 0.000000000000 +0.087890625000 0.000000000000 0.000000000000 0.143554687500 +0.000000000000 0.000000000000 0.016601562500 0.128906250000 +0.000000000000 0.196289062500 0.000000000000 0.000991821289 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.012329101562 0.000000000000 +0.000000000000 0.098144531250 0.000000000000 0.251953125000 +0.000000000000 0.000000000000 0.000000000000 0.002243041992 +0.000000000000 0.058593750000 0.072265625000 0.233398437500 +0.187500000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.225585937500 0.292968750000 +0.010070800781 0.263671875000 0.000000000000 0.000000000000 +0.251953125000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.043457031250 0.175781250000 0.019287109375 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.011108398438 0.000000000000 0.064453125000 +0.000000000000 0.000000000000 0.206054687500 0.000000000000 +0.141601562500 0.000000000000 0.000000000000 0.134765625000 +0.135742187500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.118164062500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.190429687500 +0.055664062500 0.096191406250 0.000000000000 0.000000000000 +0.065917968750 0.211914062500 0.000000000000 0.000000000000 +0.000000000000 0.028930664062 0.000000000000 0.054199218750 +0.065917968750 0.283203125000 0.000000000000 0.113281250000 +0.123535156250 0.004913330078 0.000000000000 0.000000000000 +0.179687500000 0.000000000000 0.038574218750 0.081054687500 +0.155273437500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.219726562500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.147460937500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.054443359375 0.032226562500 +0.219726562500 0.000000000000 0.026245117188 0.117675781250 +0.010620117188 0.000000000000 0.292968750000 0.022949218750 +0.000000000000 0.000000000000 0.136718750000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.016601562500 +0.103027343750 0.000000000000 0.000000000000 0.190429687500 +0.000000000000 0.287109375000 0.000000000000 0.194335937500 +0.000000000000 0.000000000000 0.075683593750 0.000000000000 +0.107421875000 0.000000000000 0.167968750000 0.605468750000 +0.000000000000 0.000000000000 0.036132812500 0.000000000000 +0.201171875000 0.000000000000 0.027587890625 0.061767578125 +0.000000000000 0.000000000000 0.208007812500 0.000000000000 +0.231445312500 0.000000000000 0.118652343750 0.000000000000 +0.000000000000 0.000000000000 0.177734375000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.110839843750 +0.000000000000 0.199218750000 0.214843750000 0.000000000000 +0.114257812500 0.000000000000 0.000000000000 0.078125000000 +0.000000000000 0.000000000000 0.154296875000 0.026733398438 +0.048339843750 0.169921875000 0.046875000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.052978515625 0.000000000000 +0.063964843750 0.074707031250 0.000000000000 0.221679687500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.082031250000 0.000000000000 0.097656250000 0.000000000000 +0.020019531250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.427734375000 0.214843750000 +0.007995605469 0.207031250000 0.000000000000 0.000000000000 +0.320312500000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.148437500000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.172851562500 0.153320312500 +0.000000000000 0.332031250000 0.189453125000 0.000000000000 +0.259765625000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.072753906250 0.000000000000 0.000000000000 +0.000000000000 0.044189453125 0.000000000000 0.000000000000 +0.000000000000 0.213867187500 0.298828125000 0.000000000000 +0.000000000000 0.212890625000 0.000000000000 0.133789062500 +0.000000000000 0.000000000000 0.033935546875 0.000000000000 +0.000000000000 0.042480468750 0.032226562500 0.000000000000 +0.234375000000 0.000000000000 0.000000000000 0.000000000000 +0.030883789062 0.000000000000 0.000000000000 0.176757812500 +0.018432617188 0.113769531250 0.000000000000 0.000000000000 +0.000000000000 0.057128906250 0.255859375000 0.020019531250 +0.085937500000 0.206054687500 0.263671875000 0.000000000000 +0.195312500000 0.000000000000 0.000000000000 0.000000000000 +0.153320312500 0.208984375000 0.000000000000 0.010925292969 +0.141601562500 0.000000000000 0.017578125000 0.208007812500 +0.073242187500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.037597656250 +0.000000000000 0.000000000000 0.392578125000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.250000000000 0.047851562500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.570312500000 +0.326171875000 0.000000000000 0.192382812500 0.100097656250 +0.000000000000 0.000000000000 0.000000000000 0.310546875000 +0.320312500000 0.000000000000 0.000000000000 0.267578125000 +0.124511718750 0.294921875000 0.000000000000 0.000000000000 +0.133789062500 0.158203125000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.404296875000 0.000000000000 +0.000000000000 0.248046875000 0.000000000000 0.154296875000 +0.000000000000 0.212890625000 0.194335937500 0.000000000000 +0.156250000000 0.000000000000 0.136718750000 0.000000000000 +0.006774902344 0.166015625000 0.000000000000 0.000000000000 +0.320312500000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.066406250000 0.326171875000 0.171875000000 +0.000000000000 0.369140625000 0.135742187500 0.000000000000 +0.000000000000 0.036865234375 0.000000000000 0.000000000000 +0.225585937500 0.214843750000 0.003997802734 0.000000000000 +0.000000000000 0.021972656250 0.000000000000 0.000000000000 +0.308593750000 0.277343750000 0.000000000000 0.101074218750 +0.000000000000 0.060302734375 0.000000000000 0.077636718750 +0.042480468750 0.000000000000 0.000000000000 0.320312500000 +0.000000000000 0.220703125000 0.242187500000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.050292968750 0.585937500000 0.322265625000 +0.000000000000 0.041992187500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.211914062500 +0.095214843750 0.000000000000 0.000000000000 0.000000000000 +0.233398437500 0.240234375000 0.115722656250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.004791259766 0.000000000000 0.000000000000 0.207031250000 +0.308593750000 0.419921875000 0.000000000000 0.044433593750 +0.000000000000 0.082519531250 0.000000000000 0.000000000000 +0.000000000000 0.121093750000 0.170898437500 0.000000000000 +0.008605957031 0.080078125000 0.028686523438 0.408203125000 +0.000000000000 0.000000000000 0.041259765625 0.000000000000 +0.122558593750 0.196289062500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.124023437500 0.000000000000 +0.000000000000 0.000000000000 0.470703125000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.339843750000 0.000000000000 0.094238281250 +0.106933593750 0.000000000000 0.000000000000 0.004943847656 +0.112792968750 0.000000000000 0.026489257812 0.267578125000 +0.000000000000 0.099609375000 0.065917968750 0.042236328125 +0.000000000000 0.000000000000 0.097167968750 0.029296875000 +0.000000000000 0.000000000000 0.022827148438 0.000000000000 +0.039794921875 0.038330078125 0.000000000000 0.000000000000 +0.028930664062 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.009033203125 0.000000000000 +0.000000000000 0.025024414062 0.008911132812 0.000000000000 +0.000339508057 0.000000000000 0.131835937500 0.283203125000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.104003906250 0.032226562500 0.012451171875 +0.000000000000 0.000000000000 0.231445312500 0.000000000000 +0.177734375000 0.000000000000 0.000000000000 0.000000000000 +0.026000976562 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.129882812500 0.097656250000 +0.000000000000 0.000000000000 0.000000000000 0.099121093750 +0.000000000000 0.000000000000 0.098632812500 0.000000000000 +0.160156250000 0.000000000000 0.097167968750 0.097167968750 +0.106933593750 0.231445312500 0.000000000000 0.054443359375 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.034179687500 0.396484375000 0.000000000000 0.077636718750 +0.000000000000 0.243164062500 0.000000000000 0.007110595703 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.151367187500 0.036132812500 0.000000000000 +0.000000000000 0.096679687500 0.000000000000 0.000000000000 +0.034179687500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.093261718750 0.000000000000 +0.000000000000 0.000000000000 0.037841796875 0.121093750000 +0.000000000000 0.000000000000 0.000000000000 0.085449218750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.008056640625 +0.000000000000 0.000000000000 0.000000000000 0.137695312500 +0.148437500000 0.000000000000 0.150390625000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.035400390625 0.000000000000 0.000000000000 0.147460937500 +0.000000000000 0.000000000000 0.004943847656 0.134765625000 +0.000000000000 0.140625000000 0.028442382812 0.000000000000 +0.000000000000 0.023193359375 0.000000000000 0.153320312500 +0.166992187500 0.000000000000 0.043701171875 0.322265625000 +0.000000000000 0.000000000000 0.106933593750 0.000000000000 +0.000000000000 0.000000000000 0.109863281250 0.000000000000 +0.000000000000 0.060058593750 0.010070800781 0.000000000000 +0.134765625000 0.000000000000 0.241210937500 0.000000000000 +0.000000000000 0.000000000000 0.020019531250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000432968140 0.081054687500 0.000000000000 0.096679687500 +0.242187500000 0.125976562500 0.267578125000 0.093750000000 +0.116210937500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.010681152344 0.022583007812 +0.000000000000 0.110351562500 0.109863281250 0.000000000000 +0.000000000000 0.055419921875 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.057128906250 0.042480468750 0.000000000000 0.000000000000 +0.055419921875 0.017456054688 0.062255859375 0.000000000000 +0.000000000000 0.000000000000 0.039550781250 0.000000000000 +0.189453125000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.057861328125 0.267578125000 +0.104980468750 0.251953125000 0.000000000000 0.000000000000 +0.144531250000 0.149414062500 0.000000000000 0.138671875000 +0.000000000000 0.275390625000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.130859375000 0.141601562500 0.061523437500 +0.000000000000 0.240234375000 0.000000000000 0.057373046875 +0.090820312500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.006500244141 0.265625000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.227539062500 0.091308593750 +0.000000000000 0.183593750000 0.332031250000 0.000000000000 +0.016357421875 0.000000000000 0.000000000000 0.000000000000 +0.195312500000 0.207031250000 0.143554687500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.421875000000 0.000000000000 0.160156250000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.175781250000 +0.205078125000 0.120117187500 0.000000000000 0.058593750000 +0.000000000000 0.207031250000 0.001388549805 0.000000000000 +0.000000000000 0.189453125000 0.000000000000 0.000000000000 +0.133789062500 0.214843750000 0.177734375000 0.000000000000 +0.175781250000 0.279296875000 0.000000000000 0.000000000000 +0.062988281250 0.000000000000 0.098144531250 0.183593750000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.039062500000 0.086425781250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.232421875000 0.193359375000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.043212890625 0.176757812500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.229492187500 +0.177734375000 0.000000000000 0.196289062500 0.076660156250 +0.000000000000 0.302734375000 0.000000000000 0.000000000000 +0.012695312500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.207031250000 0.000000000000 0.072753906250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.088867187500 0.414062500000 0.000000000000 +0.289062500000 0.020629882812 0.000000000000 0.000000000000 +0.031250000000 0.103515625000 0.022460937500 0.287109375000 +0.151367187500 0.088378906250 0.127929687500 0.000000000000 +0.000000000000 0.326171875000 0.082519531250 0.000000000000 +0.125976562500 0.000000000000 0.000000000000 0.000000000000 +0.005859375000 0.189453125000 0.000000000000 0.000000000000 +0.226562500000 0.030029296875 0.000000000000 0.000000000000 +0.100585937500 0.003189086914 0.000000000000 0.000000000000 +0.042236328125 0.226562500000 0.294921875000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.648437500000 +0.100585937500 0.000000000000 0.161132812500 0.000000000000 +0.106933593750 0.103515625000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.038085937500 0.000000000000 +0.117187500000 0.116210937500 0.546875000000 0.065429687500 +0.160156250000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.562500000000 0.117675781250 0.241210937500 +0.000000000000 0.061767578125 0.000000000000 0.000000000000 +0.188476562500 0.000000000000 0.165039062500 0.445312500000 +0.000000000000 0.000000000000 0.132812500000 0.000000000000 +0.000000000000 0.000000000000 0.002578735352 0.000000000000 +0.117187500000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.062255859375 0.091796875000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.044677734375 0.000000000000 +0.000000000000 0.106445312500 0.214843750000 0.000000000000 +0.000000000000 0.000000000000 0.038330078125 0.193359375000 +0.000000000000 0.000000000000 0.067871093750 0.345703125000 +0.000000000000 0.084472656250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.037841796875 0.000000000000 0.000000000000 +0.018920898438 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.001983642578 0.388671875000 0.226562500000 +0.020507812500 0.057128906250 0.000000000000 0.150390625000 +0.200195312500 0.000000000000 0.029296875000 0.000000000000 +0.059326171875 0.000000000000 0.235351562500 0.037597656250 +0.000000000000 0.241210937500 0.075195312500 0.031982421875 +0.000000000000 0.007049560547 0.000000000000 0.000000000000 +0.202148437500 0.149414062500 0.078613281250 0.000000000000 +0.000000000000 0.139648437500 0.000000000000 0.000000000000 +0.000000000000 0.096191406250 0.000000000000 0.000000000000 +0.000000000000 0.155273437500 0.229492187500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.034179687500 0.000000000000 0.000000000000 +0.098632812500 0.361328125000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.241210937500 0.000000000000 +0.000000000000 0.114746093750 0.122558593750 0.000000000000 +0.000000000000 0.023437500000 0.000000000000 0.025634765625 +0.163085937500 0.000000000000 0.296875000000 0.219726562500 +0.402343750000 0.002548217773 0.000000000000 0.000000000000 +0.059326171875 0.000000000000 0.000000000000 0.104003906250 +0.138671875000 0.000000000000 0.000000000000 0.157226562500 +0.400390625000 0.093750000000 0.316406250000 0.000000000000 +0.157226562500 0.072753906250 0.103027343750 0.000000000000 +0.101562500000 0.000000000000 0.000000000000 0.000000000000 +0.419921875000 0.229492187500 0.000000000000 0.089355468750 +0.162109375000 0.026367187500 0.000000000000 0.000000000000 +0.000000000000 0.139648437500 0.183593750000 0.000000000000 +0.211914062500 0.077636718750 0.028442382812 0.929687500000 +0.000000000000 0.000000000000 0.466796875000 0.000000000000 +0.120605468750 0.035400390625 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.149414062500 0.000000000000 +0.049560546875 0.000000000000 0.265625000000 0.000000000000 +0.037109375000 0.000000000000 0.049804687500 0.000000000000 +0.000000000000 0.097656250000 0.000000000000 0.000000000000 +0.000000000000 0.150390625000 0.053955078125 0.000000000000 +0.036865234375 0.010620117188 0.287109375000 0.178710937500 +0.000000000000 0.093261718750 0.105468750000 0.000000000000 +0.000000000000 0.000000000000 0.117675781250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.197265625000 0.042968750000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.021118164062 0.000000000000 0.000000000000 +0.000000000000 0.020141601562 0.016967773438 0.000000000000 +0.145507812500 0.000000000000 0.057373046875 0.000000000000 +0.072265625000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.279296875000 0.136718750000 +0.000000000000 0.000000000000 0.238281250000 0.000000000000 +0.000000000000 0.029052734375 0.000000000000 0.000000000000 +0.224609375000 0.000326156616 0.000000000000 0.034423828125 +0.201171875000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.207031250000 0.012878417969 0.190429687500 +0.043945312500 0.000000000000 0.000000000000 0.000000000000 +0.026611328125 0.000000000000 0.000000000000 0.009277343750 +0.104980468750 0.000000000000 0.000000000000 0.050537109375 +0.000000000000 0.000000000000 0.000000000000 0.068359375000 +0.075195312500 0.000000000000 0.222656250000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.162109375000 0.000000000000 +0.007690429688 0.091796875000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.099121093750 +0.074218750000 0.118652343750 0.014099121094 0.029174804688 +0.000000000000 0.055175781250 0.000000000000 0.142578125000 +0.047607421875 0.032958984375 0.000000000000 0.118652343750 +0.000000000000 0.192382812500 0.000000000000 0.069824218750 +0.000000000000 0.195312500000 0.000000000000 0.114257812500 +0.000000000000 0.000000000000 0.157226562500 0.000000000000 +0.000000000000 0.197265625000 0.000000000000 0.191406250000 +0.337890625000 0.000000000000 0.000000000000 0.000000000000 +0.103515625000 0.000000000000 0.156250000000 0.000000000000 +0.224609375000 0.000000000000 0.000000000000 0.000000000000 +0.194335937500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.088378906250 0.083007812500 +0.045166015625 0.229492187500 0.088867187500 0.000000000000 +0.241210937500 0.000000000000 0.000000000000 0.000000000000 +0.046142578125 0.287109375000 0.068359375000 0.000000000000 +0.000000000000 0.139648437500 0.000000000000 0.347656250000 +0.201171875000 0.000000000000 0.429687500000 0.000000000000 +0.000000000000 0.053710937500 0.000000000000 0.082519531250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.054687500000 0.000000000000 0.036621093750 0.228515625000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.247070312500 0.259765625000 0.105468750000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.351562500000 0.186523437500 +0.021606445312 0.157226562500 0.027587890625 0.000000000000 +0.000000000000 0.063476562500 0.052490234375 0.000000000000 +0.069335937500 0.000000000000 0.002990722656 0.000000000000 +0.000000000000 0.153320312500 0.000000000000 0.084472656250 +0.425781250000 0.124023437500 0.000000000000 0.000000000000 +0.281250000000 0.048828125000 0.000000000000 0.000000000000 +0.000000000000 0.251953125000 0.198242187500 0.000000000000 +0.212890625000 0.000000000000 0.075195312500 0.275390625000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.277343750000 0.010681152344 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.113769531250 0.000000000000 +0.000000000000 0.000000000000 0.138671875000 0.000000000000 +0.057128906250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.237304687500 0.000000000000 0.441406250000 +0.000000000000 0.000000000000 0.084472656250 0.000000000000 +0.000000000000 0.000000000000 0.019653320312 0.182617187500 +0.000000000000 0.171875000000 0.000000000000 0.116699218750 +0.105468750000 0.000000000000 0.143554687500 0.000000000000 +0.000000000000 0.000000000000 0.065917968750 0.000000000000 +0.277343750000 0.006378173828 0.000000000000 0.000000000000 +0.042968750000 0.000000000000 0.000000000000 0.202148437500 +0.000000000000 0.000000000000 0.257812500000 0.085449218750 +0.000000000000 0.000000000000 0.027832031250 0.000000000000 +0.021484375000 0.000000000000 0.185546875000 0.131835937500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.202148437500 0.000000000000 0.151367187500 0.000000000000 +0.000000000000 0.000000000000 0.265625000000 0.000000000000 +0.107421875000 0.000000000000 0.000000000000 0.000000000000 +0.052246093750 0.000000000000 0.000000000000 0.000000000000 +0.150390625000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.166992187500 +0.157226562500 0.000000000000 0.000000000000 0.052734375000 +0.068359375000 0.000000000000 0.000000000000 0.068847656250 +0.000000000000 0.000000000000 0.106445312500 0.230468750000 +0.000000000000 0.000000000000 0.207031250000 0.082519531250 +0.000000000000 0.000000000000 0.042480468750 0.000000000000 +0.000000000000 0.222656250000 0.000000000000 0.000000000000 +0.000000000000 0.068847656250 0.000310897827 0.212890625000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.182617187500 0.096679687500 +0.000000000000 0.063964843750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.239257812500 +0.101074218750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.124023437500 +0.000000000000 0.000000000000 0.040039062500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.079101562500 0.000000000000 0.174804687500 +0.091796875000 0.226562500000 0.054443359375 0.000000000000 +0.104003906250 0.000000000000 0.000000000000 0.027221679688 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.133789062500 0.076660156250 0.000000000000 0.000000000000 +0.000000000000 0.068359375000 0.050781250000 0.033691406250 +0.000000000000 0.000000000000 0.292968750000 0.000000000000 +0.240234375000 0.024169921875 0.000000000000 0.000000000000 +0.000000000000 0.124511718750 0.108886718750 0.024536132812 +0.000000000000 0.010620117188 0.000000000000 0.000000000000 +0.302734375000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.160156250000 +0.015136718750 0.208984375000 0.000000000000 0.000000000000 +0.085937500000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.211914062500 0.114746093750 0.000000000000 0.000000000000 +0.000000000000 0.024291992188 0.023803710938 0.085937500000 +0.155273437500 0.094726562500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.058837890625 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.086914062500 0.000000000000 0.000000000000 +0.000000000000 0.084472656250 0.000000000000 0.000000000000 +0.000000000000 0.071289062500 0.000000000000 0.000000000000 +0.000000000000 0.082031250000 0.050537109375 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.404296875000 +0.219726562500 0.000000000000 0.000000000000 0.000000000000 +0.085937500000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.157226562500 0.000000000000 0.002746582031 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.033691406250 +0.174804687500 0.000000000000 0.045898437500 0.000000000000 +0.000000000000 0.000000000000 0.043212890625 0.162109375000 +0.051757812500 0.161132812500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.011779785156 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.008972167969 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.005035400391 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.020996093750 0.000000000000 +0.076660156250 0.000000000000 0.170898437500 0.296875000000 +0.000000000000 0.000000000000 0.054199218750 0.000000000000 +0.189453125000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.133789062500 +0.095214843750 0.000000000000 0.000000000000 0.023071289062 +0.000000000000 0.000000000000 0.000000000000 0.043945312500 +0.168945312500 0.000000000000 0.000000000000 0.156250000000 +0.000000000000 0.064453125000 0.226562500000 0.009460449219 +0.000000000000 0.189453125000 0.134765625000 0.133789062500 +0.213867187500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.134765625000 +0.000000000000 0.122070312500 0.078613281250 0.155273437500 +0.000000000000 0.000000000000 0.074707031250 0.000000000000 +0.000000000000 0.000000000000 0.132812500000 0.375000000000 +0.000000000000 0.000000000000 0.000000000000 0.012329101562 +0.116210937500 0.000000000000 0.092285156250 0.114746093750 +0.000000000000 0.000000000000 0.035400390625 0.000000000000 +0.081054687500 0.000000000000 0.023315429688 0.000000000000 +0.000000000000 0.216796875000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.091796875000 +0.240234375000 0.157226562500 0.000000000000 0.059082031250 +0.125000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.071777343750 0.000000000000 +0.168945312500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.084960937500 0.000000000000 +0.000000000000 0.000000000000 0.113769531250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.026855468750 +0.000000000000 0.000000000000 0.033447265625 0.000000000000 +0.000000000000 0.000000000000 0.028320312500 0.146484375000 +0.218750000000 0.000000000000 0.000000000000 0.057373046875 +0.000000000000 0.000000000000 0.000000000000 0.159179687500 +0.320312500000 0.208984375000 0.000000000000 0.000000000000 +0.101562500000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.011840820312 0.000000000000 +0.000000000000 0.092773437500 0.036621093750 0.000000000000 +0.000000000000 0.187500000000 0.367187500000 0.000000000000 +0.066894531250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.003387451172 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.098632812500 0.077148437500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.008544921875 0.000000000000 0.000000000000 +0.000000000000 0.093261718750 0.056396484375 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.091308593750 +0.218750000000 0.000000000000 0.148437500000 0.000000000000 +0.089843750000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.008972167969 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.176757812500 0.190429687500 +0.019287109375 0.000000000000 0.000000000000 0.000000000000 +0.036132812500 0.000000000000 0.000000000000 0.208984375000 +0.267578125000 0.000000000000 0.000000000000 0.000000000000 +0.119628906250 0.000000000000 0.194335937500 0.000000000000 +0.000000000000 0.024169921875 0.066894531250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.037109375000 +0.000000000000 0.108398437500 0.000000000000 0.131835937500 +0.000000000000 0.138671875000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.114746093750 0.115234375000 0.200195312500 0.412109375000 +0.000000000000 0.000000000000 0.115722656250 0.000000000000 +0.316406250000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.283203125000 0.000000000000 +0.009338378906 0.000000000000 0.170898437500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.016235351562 0.081054687500 0.169921875000 0.209960937500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.166992187500 0.000000000000 +0.000000000000 0.026611328125 0.000000000000 0.034912109375 +0.000000000000 0.086914062500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.079589843750 0.000000000000 +0.126953125000 0.000000000000 0.104492187500 0.051025390625 +0.088378906250 0.000000000000 0.000000000000 0.132812500000 +0.071777343750 0.000000000000 0.082519531250 0.251953125000 +0.040039062500 0.000000000000 0.000000000000 0.000000000000 +0.016235351562 0.140625000000 0.000000000000 0.000000000000 +0.216796875000 0.145507812500 0.000000000000 0.000000000000 +0.026855468750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.008911132812 0.090820312500 0.204101562500 +0.013366699219 0.194335937500 0.111816406250 0.000000000000 +0.024169921875 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.003875732422 +0.014831542969 0.065429687500 0.000000000000 0.083007812500 +0.000000000000 0.000000000000 0.279296875000 0.000000000000 +0.000000000000 0.000000000000 0.149414062500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.058105468750 0.041992187500 0.007293701172 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.215820312500 0.137695312500 0.036376953125 0.104980468750 +0.000000000000 0.000000000000 0.000000000000 0.182617187500 +0.143554687500 0.000000000000 0.000000000000 0.203125000000 +0.060791015625 0.189453125000 0.000000000000 0.000000000000 +0.000000000000 0.166015625000 0.000000000000 0.000000000000 +0.026367187500 0.000000000000 0.253906250000 0.033203125000 +0.104980468750 0.220703125000 0.000000000000 0.075195312500 +0.000000000000 0.000000000000 0.094238281250 0.011901855469 +0.101562500000 0.000000000000 0.058349609375 0.000000000000 +0.035156250000 0.003067016602 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.154296875000 0.041992187500 +0.000000000000 0.230468750000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.092773437500 0.014831542969 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.125000000000 +0.189453125000 0.050781250000 0.044189453125 0.000000000000 +0.000000000000 0.075683593750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.012023925781 +0.000000000000 0.016357421875 0.107910156250 0.000000000000 +0.000000000000 0.122070312500 0.000000000000 0.000000000000 +0.017578125000 0.000000000000 0.000000000000 0.115722656250 +0.000000000000 0.000000000000 0.017822265625 0.000000000000 +0.105468750000 0.004577636719 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.154296875000 0.000000000000 0.000000000000 +0.008422851562 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.166992187500 0.152343750000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.255859375000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.033691406250 0.000000000000 +0.000000000000 0.030273437500 0.070312500000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.079589843750 0.125976562500 0.147460937500 0.122070312500 +0.220703125000 0.151367187500 0.000000000000 0.000000000000 +0.116699218750 0.000000000000 0.129882812500 0.104003906250 +0.000000000000 0.000000000000 0.249023437500 0.000000000000 +0.038574218750 0.061279296875 0.104003906250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.011474609375 0.000000000000 +0.061279296875 0.075683593750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.071289062500 0.006134033203 0.000000000000 +0.000000000000 0.000000000000 0.017456054688 0.406250000000 +0.000000000000 0.000000000000 0.092285156250 0.000000000000 +0.000000000000 0.070312500000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.004699707031 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.081542968750 0.012573242188 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.046386718750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.002288818359 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.029785156250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.092285156250 0.130859375000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.089843750000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.034423828125 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.022094726562 0.000000000000 +0.022949218750 0.021362304688 0.000000000000 0.000000000000 +0.081542968750 0.000000000000 0.000000000000 0.024047851562 +0.000000000000 0.000000000000 0.046142578125 0.028930664062 +0.000000000000 0.242187500000 0.051513671875 0.000000000000 +0.000000000000 0.044921875000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.006500244141 0.148437500000 0.000000000000 0.000000000000 +0.000000000000 0.060546875000 0.000000000000 0.000000000000 +0.000000000000 0.012878417969 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.075195312500 0.236328125000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.013122558594 +0.000000000000 0.116210937500 0.000000000000 0.032958984375 +0.145507812500 0.000000000000 0.000000000000 0.026611328125 +0.000000000000 0.032470703125 0.125976562500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.048095703125 0.000000000000 0.000000000000 +0.040771484375 0.000000000000 0.003036499023 0.000000000000 +0.065429687500 0.110351562500 0.000000000000 0.000000000000 +0.000000000000 0.085449218750 0.129882812500 0.000000000000 +0.170898437500 0.000000000000 0.000000000000 0.396484375000 +0.000000000000 0.000000000000 0.073242187500 0.000000000000 +0.229492187500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.178710937500 +0.000000000000 0.000000000000 0.090820312500 0.160156250000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.075683593750 0.330078125000 0.000000000000 0.206054687500 +0.186523437500 0.000000000000 0.000000000000 0.119628906250 +0.000000000000 0.000000000000 0.259765625000 0.000000000000 +0.000000000000 0.153320312500 0.312500000000 0.000000000000 +0.000000000000 0.074218750000 0.000000000000 0.000000000000 +0.158203125000 0.011291503906 0.000000000000 0.000000000000 +0.032470703125 0.134765625000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.184570312500 0.000000000000 +0.302734375000 0.000000000000 0.166015625000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.267578125000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.056396484375 0.000000000000 +0.128906250000 0.000000000000 0.308593750000 0.085937500000 +0.294921875000 0.000000000000 0.298828125000 0.000000000000 +0.000000000000 0.287109375000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.312500000000 0.000000000000 +0.000000000000 0.044677734375 0.324218750000 0.320312500000 +0.118164062500 0.281250000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.047851562500 0.195312500000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.121582031250 0.000000000000 0.085449218750 0.462890625000 +0.194335937500 0.000000000000 0.088867187500 0.380859375000 +0.072265625000 0.000000000000 0.102539062500 0.206054687500 +0.163085937500 0.000000000000 0.000000000000 0.019409179688 +0.123535156250 0.024536132812 0.000000000000 0.000000000000 +0.402343750000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.141601562500 0.089843750000 +0.000000000000 0.000000000000 0.163085937500 0.104492187500 +0.000000000000 0.089355468750 0.133789062500 0.000000000000 +0.244140625000 0.000000000000 0.000000000000 0.030883789062 +0.045410156250 0.092285156250 0.000000000000 0.107421875000 +0.030151367188 0.000000000000 0.000000000000 0.209960937500 +0.296875000000 0.000000000000 0.068847656250 0.000000000000 +0.000000000000 0.308593750000 0.000000000000 0.000000000000 +0.000000000000 0.205078125000 0.056884765625 0.229492187500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.153320312500 0.066406250000 0.000000000000 +0.000000000000 0.292968750000 0.000000000000 0.216796875000 +0.120605468750 0.000000000000 0.115234375000 0.009582519531 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.018676757812 0.000000000000 0.104003906250 0.194335937500 +0.000000000000 0.000000000000 0.000000000000 0.129882812500 +0.152343750000 0.018188476562 0.000000000000 0.000000000000 +0.236328125000 0.000000000000 0.000000000000 0.113769531250 +0.231445312500 0.036865234375 0.196289062500 0.091308593750 +0.083496093750 0.162109375000 0.000000000000 0.000000000000 +0.115722656250 0.000000000000 0.000000000000 0.000000000000 +0.009460449219 0.353515625000 0.000000000000 0.122558593750 +0.099609375000 0.159179687500 0.000000000000 0.215820312500 +0.000000000000 0.048583984375 0.027709960938 0.000000000000 +0.191406250000 0.181640625000 0.116210937500 0.285156250000 +0.000000000000 0.007202148438 0.024291992188 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.036865234375 0.000000000000 0.339843750000 0.208007812500 +0.000000000000 0.000000000000 0.184570312500 0.000000000000 +0.000000000000 0.163085937500 0.000000000000 0.000000000000 +0.000000000000 0.133789062500 0.000000000000 0.000000000000 +0.000000000000 0.131835937500 0.507812500000 0.178710937500 +0.000000000000 0.118652343750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.052246093750 0.000000000000 +0.000000000000 0.023803710938 0.000000000000 0.000000000000 +0.000000000000 0.349609375000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.029663085938 0.000000000000 +0.067871093750 0.000000000000 0.000000000000 0.000000000000 +0.104492187500 0.044677734375 0.105468750000 0.000000000000 +0.179687500000 0.000000000000 0.000000000000 0.034912109375 +0.310546875000 0.000000000000 0.000000000000 0.117675781250 +0.000000000000 0.000000000000 0.184570312500 0.164062500000 +0.127929687500 0.209960937500 0.000000000000 0.000000000000 +0.180664062500 0.022949218750 0.000000000000 0.000000000000 +0.172851562500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.075683593750 0.155273437500 +0.000000000000 0.000000000000 0.124511718750 0.008728027344 +0.000000000000 0.000000000000 0.218750000000 0.000000000000 +0.054931640625 0.000000000000 0.088378906250 0.000000000000 +0.034423828125 0.000000000000 0.000000000000 0.000000000000 +0.088867187500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.208984375000 0.068847656250 +0.000000000000 0.077148437500 0.000000000000 0.000000000000 +0.000000000000 0.079101562500 0.000000000000 0.000000000000 +0.000000000000 0.000629425049 0.000000000000 0.000000000000 +0.000000000000 0.003601074219 0.011718750000 0.000000000000 +0.074707031250 0.162109375000 0.000000000000 0.079101562500 +0.116699218750 0.000000000000 0.000000000000 0.026245117188 +0.024902343750 0.000000000000 0.000000000000 0.016967773438 +0.000000000000 0.000000000000 0.101074218750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.168945312500 0.000000000000 0.004302978516 0.132812500000 +0.064453125000 0.000000000000 0.039794921875 0.138671875000 +0.022338867188 0.000000000000 0.000000000000 0.025390625000 +0.096191406250 0.000000000000 0.000000000000 0.000000000000 +0.195312500000 0.000000000000 0.011047363281 0.043701171875 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.122558593750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.099609375000 0.000000000000 0.065917968750 +0.000000000000 0.000000000000 0.127929687500 0.000000000000 +0.000000000000 0.000000000000 0.058837890625 0.316406250000 +0.000000000000 0.000000000000 0.126953125000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.064453125000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.038818359375 0.000000000000 0.126953125000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.066406250000 +0.002655029297 0.026611328125 0.000000000000 0.000000000000 +0.000000000000 0.040771484375 0.000000000000 0.008972167969 +0.181640625000 0.112304687500 0.176757812500 0.000000000000 +0.039550781250 0.000000000000 0.135742187500 0.091308593750 +0.000000000000 0.093261718750 0.050537109375 0.073730468750 +0.000000000000 0.292968750000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.081542968750 0.000000000000 +0.093261718750 0.077636718750 0.000000000000 0.000000000000 +0.076171875000 0.114746093750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.022216796875 0.176757812500 +0.204101562500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.180664062500 0.067382812500 +0.000000000000 0.193359375000 0.000000000000 0.000000000000 +0.055419921875 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.069824218750 0.093750000000 0.000000000000 +0.016113281250 0.000000000000 0.005432128906 0.000000000000 +0.550781250000 0.117187500000 0.000000000000 0.107910156250 +0.000000000000 0.160156250000 0.125000000000 0.140625000000 +0.123535156250 0.229492187500 0.000000000000 0.000000000000 +0.049072265625 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.004211425781 0.000000000000 0.367187500000 +0.000000000000 0.034179687500 0.008605957031 0.000000000000 +0.200195312500 0.052001953125 0.000000000000 0.000000000000 +0.000000000000 0.081054687500 0.229492187500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.984375000000 +0.144531250000 0.000000000000 0.263671875000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.167968750000 0.000000000000 0.445312500000 0.000000000000 +0.051513671875 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.263671875000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.111328125000 +0.000000000000 0.068359375000 0.188476562500 0.044433593750 +0.000000000000 0.000000000000 0.095703125000 0.166015625000 +0.000000000000 0.000000000000 0.031738281250 0.047363281250 +0.082031250000 0.000000000000 0.000000000000 0.000000000000 +0.196289062500 0.000000000000 0.067871093750 0.000000000000 +0.000000000000 0.000000000000 0.125976562500 0.000000000000 +0.000000000000 0.000000000000 0.104492187500 0.000000000000 +0.000000000000 0.081542968750 0.001998901367 0.000000000000 +0.000000000000 0.000000000000 0.066894531250 0.000000000000 +0.000000000000 0.054687500000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.142578125000 0.083007812500 +0.000000000000 0.000000000000 0.002975463867 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.149414062500 +0.000000000000 0.000000000000 0.085937500000 0.000000000000 +0.045654296875 0.092773437500 0.000000000000 0.149414062500 +0.412109375000 0.083984375000 0.000000000000 0.000000000000 +0.227539062500 0.000000000000 0.000000000000 0.265625000000 +0.091308593750 0.157226562500 0.296875000000 0.022705078125 +0.000000000000 0.000000000000 0.006195068359 0.000000000000 +0.120117187500 0.000000000000 0.000000000000 0.000000000000 +0.098144531250 0.378906250000 0.000000000000 0.180664062500 +0.000000000000 0.308593750000 0.000000000000 0.125976562500 +0.000000000000 0.000000000000 0.040527343750 0.000000000000 +0.000000000000 0.287109375000 0.089843750000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.235351562500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.026733398438 0.000000000000 +0.000000000000 0.000000000000 0.191406250000 0.291015625000 +0.000000000000 0.000000000000 0.051513671875 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.142578125000 0.164062500000 0.146484375000 +0.054931640625 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.053222656250 0.000000000000 +0.250000000000 0.066894531250 0.004699707031 0.000000000000 +0.000000000000 0.116699218750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.020263671875 0.000000000000 +0.277343750000 0.026367187500 0.000000000000 0.000000000000 +0.046386718750 0.145507812500 0.101074218750 0.000350952148 +0.318359375000 0.000000000000 0.000000000000 0.384765625000 +0.123535156250 0.000000000000 0.132812500000 0.000000000000 +0.000000000000 0.000000000000 0.161132812500 0.085937500000 +0.055175781250 0.224609375000 0.000000000000 0.000000000000 +0.261718750000 0.227539062500 0.153320312500 0.000000000000 +0.074218750000 0.000000000000 0.076171875000 0.000000000000 +0.000000000000 0.060058593750 0.000000000000 0.000000000000 +0.000000000000 0.041748046875 0.138671875000 0.000000000000 +0.000000000000 0.312500000000 0.423828125000 0.154296875000 +0.236328125000 0.253906250000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.224609375000 0.000000000000 0.000000000000 +0.097656250000 0.298828125000 0.049316406250 0.007507324219 +0.000000000000 0.000000000000 0.199218750000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.122558593750 0.097656250000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.347656250000 0.051513671875 0.092773437500 0.082519531250 +0.000000000000 0.000000000000 0.038085937500 0.184570312500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.294921875000 0.324218750000 0.000000000000 +0.076660156250 0.253906250000 0.000000000000 0.000000000000 +0.167968750000 0.289062500000 0.314453125000 0.163085937500 +0.020751953125 0.057373046875 0.111328125000 0.000000000000 +0.000000000000 0.089355468750 0.316406250000 0.228515625000 +0.100585937500 0.000000000000 0.000000000000 0.000000000000 +0.022338867188 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.097656250000 0.000000000000 0.071777343750 +0.000000000000 0.000000000000 0.195312500000 0.000000000000 +0.000000000000 0.078613281250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.015014648438 0.000000000000 0.129882812500 0.000000000000 +0.000000000000 0.000000000000 0.098632812500 0.648437500000 +0.206054687500 0.000000000000 0.373046875000 0.149414062500 +0.001853942871 0.000000000000 0.000000000000 0.000000000000 +0.086425781250 0.000000000000 0.000000000000 0.000000000000 +0.163085937500 0.036376953125 0.000000000000 0.000000000000 +0.051025390625 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.112304687500 0.159179687500 0.088378906250 +0.000000000000 0.000000000000 0.001670837402 0.026611328125 +0.203125000000 0.111816406250 0.000000000000 0.083496093750 +0.066894531250 0.000000000000 0.157226562500 0.045410156250 +0.162109375000 0.028320312500 0.000000000000 0.000000000000 +0.206054687500 0.146484375000 0.000000000000 0.000000000000 +0.194335937500 0.000000000000 0.071289062500 0.029907226562 +0.051513671875 0.000000000000 0.043457031250 0.000000000000 +0.004180908203 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.194335937500 0.198242187500 0.000000000000 +0.000000000000 0.208007812500 0.000000000000 0.000000000000 +0.000000000000 0.032958984375 0.000000000000 0.106445312500 +0.166015625000 0.225585937500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.149414062500 0.040527343750 +0.000000000000 0.044921875000 0.421875000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.126953125000 +0.265625000000 0.000000000000 0.291015625000 0.330078125000 +0.205078125000 0.077148437500 0.000000000000 0.000000000000 +0.237304687500 0.000000000000 0.000000000000 0.195312500000 +0.170898437500 0.000000000000 0.000000000000 0.000000000000 +0.177734375000 0.316406250000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.167968750000 0.107910156250 0.000000000000 +0.048339843750 0.181640625000 0.000000000000 0.000000000000 +0.000000000000 0.179687500000 0.067382812500 0.000000000000 +0.000000000000 0.000000000000 0.027465820312 0.000000000000 +0.000000000000 0.000000000000 0.138671875000 0.546875000000 +0.000000000000 0.000000000000 0.199218750000 0.000000000000 +0.062988281250 0.000000000000 0.000000000000 0.014343261719 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.177734375000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.198242187500 0.000000000000 0.000000000000 +0.013977050781 0.235351562500 0.000000000000 0.010803222656 +0.000000000000 0.000000000000 0.095214843750 0.030517578125 +0.000000000000 0.000000000000 0.085937500000 0.019775390625 +0.000000000000 0.000000000000 0.082519531250 0.000000000000 +0.056152343750 0.000000000000 0.000000000000 0.000000000000 +0.059326171875 0.188476562500 0.048583984375 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.121582031250 0.000000000000 +0.000000000000 0.130859375000 0.038085937500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.108886718750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.087402343750 0.168945312500 0.069824218750 +0.000000000000 0.000000000000 0.138671875000 0.079589843750 +0.000000000000 0.134765625000 0.000000000000 0.000000000000 +0.000000000000 0.259765625000 0.000000000000 0.077636718750 +0.291015625000 0.000000000000 0.312500000000 0.000000000000 +0.000000000000 0.249023437500 0.000000000000 0.160156250000 +0.380859375000 0.000000000000 0.000000000000 0.000000000000 +0.101074218750 0.000000000000 0.063964843750 0.000000000000 +0.240234375000 0.164062500000 0.000000000000 0.134765625000 +0.000000000000 0.000000000000 0.000000000000 0.071777343750 +0.000000000000 0.033935546875 0.175781250000 0.000000000000 +0.000000000000 0.466796875000 0.000000000000 0.000000000000 +0.000000000000 0.023437500000 0.000000000000 0.000000000000 +0.000000000000 0.060546875000 0.000000000000 0.000000000000 +0.000000000000 0.189453125000 0.000000000000 0.170898437500 +0.019287109375 0.146484375000 0.000000000000 0.000000000000 +0.000000000000 0.021240234375 0.000000000000 0.069824218750 +0.032470703125 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.038330078125 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.079101562500 +0.000000000000 0.029907226562 0.050048828125 0.000000000000 +0.000000000000 0.085937500000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.055419921875 0.000000000000 +0.000000000000 0.000000000000 0.085449218750 0.017822265625 +0.122070312500 0.000000000000 0.005798339844 0.000000000000 +0.000000000000 0.000000000000 0.034179687500 0.000000000000 +0.000000000000 0.194335937500 0.000000000000 0.117187500000 +0.296875000000 0.000000000000 0.000000000000 0.000000000000 +0.104003906250 0.036865234375 0.000000000000 0.000000000000 +0.000000000000 0.192382812500 0.027343750000 0.097167968750 +0.000000000000 0.000000000000 0.000000000000 0.083496093750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.107421875000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.166992187500 0.000000000000 +0.000000000000 0.000000000000 0.109375000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.063964843750 0.000000000000 +0.074707031250 0.000000000000 0.000000000000 0.000000000000 +0.216796875000 0.000000000000 0.000000000000 0.140625000000 +0.024291992188 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.059082031250 0.075683593750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.142578125000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.139648437500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.034667968750 0.000000000000 +0.000000000000 0.000000000000 0.110839843750 0.229492187500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.125976562500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.102050781250 0.000000000000 +0.016113281250 0.000000000000 0.110351562500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.010498046875 0.000000000000 0.030761718750 +0.000000000000 0.000000000000 0.000000000000 0.000511169434 +0.000000000000 0.000000000000 0.025390625000 0.000000000000 +0.000000000000 0.000000000000 0.062500000000 0.000000000000 +0.000000000000 0.080566406250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.022705078125 0.023193359375 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.040283203125 +0.023071289062 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.190429687500 0.144531250000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.033203125000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.090820312500 0.000000000000 +0.000000000000 0.119628906250 0.000000000000 0.122558593750 +0.000000000000 0.000000000000 0.210937500000 0.000000000000 +0.036132812500 0.000000000000 0.027832031250 0.018920898438 +0.047851562500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.025756835938 0.000000000000 0.000000000000 +0.000000000000 0.040283203125 0.000000000000 0.000000000000 +0.000000000000 0.104003906250 0.000000000000 0.000000000000 +0.000000000000 0.079101562500 0.000000000000 0.000000000000 +0.000000000000 0.031982421875 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.009521484375 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.018798828125 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.120605468750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.051269531250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.098632812500 0.000000000000 0.134765625000 +0.134765625000 0.000000000000 0.009887695312 0.000000000000 +0.000000000000 0.000000000000 0.121582031250 0.000000000000 +0.189453125000 0.000000000000 0.029052734375 0.056884765625 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.018066406250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.068847656250 0.052734375000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.164062500000 +0.000000000000 0.000000000000 0.023315429688 0.339843750000 +0.000000000000 0.000000000000 0.084960937500 0.000000000000 +0.000000000000 0.006164550781 0.000000000000 0.107910156250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.008361816406 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.119628906250 0.000000000000 0.000000000000 0.000000000000 +0.004974365234 0.204101562500 0.000000000000 0.135742187500 +0.178710937500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.251953125000 0.053955078125 +0.234375000000 0.000000000000 0.000000000000 0.153320312500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.019775390625 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.137695312500 0.000000000000 0.000000000000 +0.000000000000 0.059082031250 0.000000000000 0.129882812500 +0.000000000000 0.008666992188 0.000000000000 0.247070312500 +0.000000000000 0.000000000000 0.092285156250 0.000000000000 +0.000000000000 0.005432128906 0.168945312500 0.155273437500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.005645751953 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.072753906250 0.000000000000 0.000000000000 0.000000000000 +0.031738281250 0.148437500000 0.000000000000 0.173828125000 +0.000000000000 0.000000000000 0.019653320312 0.000000000000 +0.000000000000 0.000000000000 0.090332031250 0.075683593750 +0.304687500000 0.000000000000 0.000000000000 0.027587890625 +0.000000000000 0.022338867188 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.310546875000 +0.000000000000 0.052246093750 0.000000000000 0.000000000000 +0.000000000000 0.104003906250 0.023559570312 0.000000000000 +0.000000000000 0.023071289062 0.000000000000 0.369140625000 +0.000000000000 0.007873535156 0.000000000000 0.041259765625 +0.000000000000 0.179687500000 0.000000000000 0.000000000000 +0.000000000000 0.072265625000 0.000000000000 0.084960937500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.160156250000 +0.044433593750 0.000000000000 0.000000000000 0.000000000000 +0.036376953125 0.324218750000 0.000000000000 0.209960937500 +0.310546875000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.122558593750 0.126953125000 +0.160156250000 0.000000000000 0.000000000000 0.003677368164 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.058593750000 0.093750000000 0.000000000000 0.000000000000 +0.009033203125 0.089843750000 0.000000000000 0.283203125000 +0.000000000000 0.000000000000 0.000000000000 0.097167968750 +0.098632812500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.052246093750 0.072753906250 0.163085937500 +0.000000000000 0.226562500000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.086914062500 +0.000000000000 0.000000000000 0.000000000000 0.170898437500 +0.082031250000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.304687500000 0.000000000000 0.082031250000 +0.118164062500 0.072265625000 0.019897460938 0.000000000000 +0.000000000000 0.000000000000 0.040771484375 0.022705078125 +0.134765625000 0.000000000000 0.000000000000 0.000000000000 +0.018432617188 0.016723632812 0.000000000000 0.000000000000 +0.000000000000 0.009765625000 0.020629882812 0.108398437500 +0.065429687500 0.206054687500 0.119140625000 0.000000000000 +0.306640625000 0.083984375000 0.000000000000 0.000000000000 +0.109863281250 0.250000000000 0.049072265625 0.176757812500 +0.000000000000 0.130859375000 0.000000000000 0.102050781250 +0.245117187500 0.000000000000 0.063964843750 0.000000000000 +0.000000000000 0.034912109375 0.000000000000 0.000000000000 +0.000000000000 0.124511718750 0.000000000000 0.000000000000 +0.000000000000 0.052246093750 0.130859375000 0.388671875000 +0.000000000000 0.000000000000 0.000000000000 0.197265625000 +0.000000000000 0.137695312500 0.078613281250 0.000000000000 +0.008117675781 0.235351562500 0.000000000000 0.000000000000 +0.000000000000 0.026245117188 0.019287109375 0.261718750000 +0.112792968750 0.106933593750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.190429687500 0.000000000000 0.082031250000 +0.094726562500 0.000000000000 0.032958984375 0.000000000000 +0.318359375000 0.016967773438 0.000000000000 0.000000000000 +0.118164062500 0.261718750000 0.157226562500 0.000000000000 +0.005706787109 0.000000000000 0.000000000000 0.178710937500 +0.326171875000 0.000000000000 0.162109375000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.208007812500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.154296875000 0.029052734375 0.000000000000 +0.000000000000 0.000000000000 0.023925781250 0.000000000000 +0.000000000000 0.183593750000 0.166015625000 0.214843750000 +0.000000000000 0.066406250000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.076660156250 0.000000000000 +0.000000000000 0.019165039062 0.047851562500 0.000000000000 +0.000000000000 0.192382812500 0.000000000000 0.000000000000 +0.165039062500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.154296875000 0.176757812500 0.000000000000 +0.074707031250 0.000000000000 0.003662109375 0.052246093750 +0.000000000000 0.000000000000 0.132812500000 0.006958007812 +0.175781250000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.185546875000 0.000000000000 +0.000000000000 0.044921875000 0.072753906250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.029663085938 0.108886718750 0.143554687500 +0.063964843750 0.000000000000 0.000000000000 0.000000000000 +0.095214843750 0.000000000000 0.040527343750 0.277343750000 +0.096191406250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.115722656250 0.019165039062 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.220703125000 0.014038085938 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.009155273438 0.052001953125 0.000000000000 +0.000000000000 0.000000000000 0.104980468750 0.408203125000 +0.000000000000 0.000000000000 0.136718750000 0.121093750000 +0.125000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.110351562500 0.000000000000 0.176757812500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.057861328125 0.096679687500 +0.000000000000 0.000000000000 0.013366699219 0.000000000000 +0.015258789062 0.000000000000 0.121582031250 0.076171875000 +0.152343750000 0.000000000000 0.090820312500 0.000000000000 +0.000000000000 0.000000000000 0.073242187500 0.000000000000 +0.000000000000 0.087402343750 0.000000000000 0.000000000000 +0.011169433594 0.061767578125 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.034423828125 0.000000000000 +0.000000000000 0.000000000000 0.098144531250 0.000000000000 +0.000000000000 0.000000000000 0.079101562500 0.021362304688 +0.000000000000 0.000000000000 0.000000000000 0.078125000000 +0.161132812500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.083984375000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.052246093750 0.030761718750 +0.000000000000 0.000000000000 0.053466796875 0.047607421875 +0.006927490234 0.000000000000 0.000000000000 0.048583984375 +0.100097656250 0.000000000000 0.000000000000 0.001052856445 +0.019409179688 0.000000000000 0.041748046875 0.001602172852 +0.000000000000 0.130859375000 0.000000000000 0.000000000000 +0.014587402344 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.117187500000 0.000000000000 0.000000000000 +0.000000000000 0.022216796875 0.000000000000 0.093750000000 +0.000000000000 0.000000000000 0.025024414062 0.000000000000 +0.000000000000 0.097167968750 0.110351562500 0.380859375000 +0.000000000000 0.000000000000 0.025634765625 0.000000000000 +0.135742187500 0.000000000000 0.108886718750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.086425781250 +0.058837890625 0.269531250000 0.000000000000 0.037841796875 +0.151367187500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.048583984375 0.000000000000 +0.141601562500 0.033447265625 0.014587402344 0.000000000000 +0.000000000000 0.045654296875 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.191406250000 0.000000000000 +0.000446319580 0.000210762024 0.000000000000 0.000000000000 +0.000000000000 0.054199218750 0.039550781250 0.000000000000 +0.000000000000 0.036132812500 0.046142578125 0.012878417969 +0.070312500000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.056640625000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.211914062500 0.000000000000 0.000000000000 0.023437500000 +0.000000000000 0.000000000000 0.075195312500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.015319824219 +0.000000000000 0.038085937500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.167968750000 0.116210937500 +0.089355468750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.166015625000 0.000000000000 0.000000000000 +0.000000000000 0.002807617188 0.000000000000 0.000000000000 +0.000000000000 0.021606445312 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.024169921875 0.117675781250 +0.183593750000 0.000000000000 0.013305664062 0.000000000000 +0.096679687500 0.000000000000 0.000000000000 0.039794921875 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.055419921875 0.000000000000 +0.026000976562 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.017089843750 0.177734375000 0.059326171875 +0.000000000000 0.047119140625 0.000000000000 0.143554687500 +0.035888671875 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.184570312500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.026611328125 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.095214843750 0.000000000000 +0.000000000000 0.000000000000 0.006835937500 0.084472656250 +0.017456054688 0.000000000000 0.000000000000 0.007873535156 +0.000000000000 0.000000000000 0.000000000000 0.117187500000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.010498046875 0.170898437500 0.000000000000 +0.230468750000 0.202148437500 0.000000000000 0.000000000000 +0.281250000000 0.009521484375 0.000000000000 0.000000000000 +0.335937500000 0.154296875000 0.000000000000 0.185546875000 +0.139648437500 0.000000000000 0.089843750000 0.114746093750 +0.000000000000 0.000000000000 0.183593750000 0.000000000000 +0.035644531250 0.000000000000 0.000000000000 0.132812500000 +0.000000000000 0.000000000000 0.000000000000 0.148437500000 +0.000000000000 0.000000000000 0.398437500000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.082519531250 0.000000000000 +0.000000000000 0.088867187500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.406250000000 +0.033203125000 0.322265625000 0.000000000000 0.083496093750 +0.000000000000 0.154296875000 0.000000000000 0.248046875000 +0.242187500000 0.000000000000 0.000000000000 0.300781250000 +0.000000000000 0.140625000000 0.000000000000 0.000000000000 +0.078613281250 0.066406250000 0.000000000000 0.130859375000 +0.170898437500 0.000000000000 0.380859375000 0.000000000000 +0.243164062500 0.417968750000 0.000000000000 0.203125000000 +0.000000000000 0.000000000000 0.068359375000 0.000000000000 +0.018798828125 0.000000000000 0.226562500000 0.000000000000 +0.312500000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.177734375000 0.053955078125 +0.000000000000 0.201171875000 0.065429687500 0.000000000000 +0.000000000000 0.079101562500 0.000000000000 0.000000000000 +0.000000000000 0.178710937500 0.000000000000 0.000717163086 +0.000000000000 0.000000000000 0.000000000000 0.292968750000 +0.098632812500 0.296875000000 0.030517578125 0.000000000000 +0.000000000000 0.332031250000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.206054687500 +0.000000000000 0.000000000000 0.000000000000 0.077148437500 +0.000000000000 0.000000000000 0.000000000000 0.204101562500 +0.000000000000 0.000000000000 0.263671875000 0.000000000000 +0.076660156250 0.171875000000 0.000000000000 0.024780273438 +0.150390625000 0.000000000000 0.000000000000 0.050781250000 +0.000000000000 0.000000000000 0.160156250000 0.067382812500 +0.206054687500 0.365234375000 0.059814453125 0.000000000000 +0.000000000000 0.138671875000 0.000000000000 0.000000000000 +0.000083446503 0.000000000000 0.000000000000 0.062255859375 +0.449218750000 0.175781250000 0.000000000000 0.000000000000 +0.216796875000 0.043457031250 0.000000000000 0.000000000000 +0.000000000000 0.281250000000 0.150390625000 0.000000000000 +0.054687500000 0.000000000000 0.000000000000 0.208984375000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.275390625000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.044189453125 0.000000000000 +0.197265625000 0.000000000000 0.318359375000 0.212890625000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.287109375000 0.000000000000 0.053222656250 +0.000000000000 0.154296875000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.261718750000 0.183593750000 +0.000000000000 0.143554687500 0.080566406250 0.000000000000 +0.000000000000 0.296875000000 0.092773437500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.177734375000 0.000000000000 0.000000000000 +0.231445312500 0.000000000000 0.000000000000 0.000000000000 +0.186523437500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.179687500000 0.232421875000 0.000000000000 +0.106933593750 0.000000000000 0.000000000000 0.154296875000 +0.014892578125 0.000000000000 0.000000000000 0.000000000000 +0.086425781250 0.002670288086 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.078613281250 0.000000000000 +0.000000000000 0.000000000000 0.097656250000 0.000000000000 +0.006378173828 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.075683593750 0.224609375000 +0.000000000000 0.000000000000 0.142578125000 0.063964843750 +0.067871093750 0.000000000000 0.000000000000 0.019531250000 +0.027954101562 0.000000000000 0.013366699219 0.178710937500 +0.000000000000 0.000000000000 0.217773437500 0.091308593750 +0.000000000000 0.294921875000 0.000000000000 0.000000000000 +0.194335937500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.165039062500 +0.000000000000 0.081542968750 0.082031250000 0.000000000000 +0.000000000000 0.000000000000 0.060546875000 0.000000000000 +0.000000000000 0.000000000000 0.136718750000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.253906250000 0.032958984375 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.263671875000 0.000000000000 +0.000000000000 0.000000000000 0.033203125000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.114746093750 0.000000000000 0.000000000000 0.107421875000 +0.226562500000 0.000000000000 0.000000000000 0.106445312500 +0.065917968750 0.000000000000 0.000000000000 0.000000000000 +0.032714843750 0.000000000000 0.000000000000 0.221679687500 +0.139648437500 0.022583007812 0.191406250000 0.122558593750 +0.000000000000 0.076660156250 0.000000000000 0.000000000000 +0.073242187500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.046386718750 0.000000000000 0.165039062500 +0.000000000000 0.124511718750 0.086914062500 0.211914062500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.056640625000 0.181640625000 0.390625000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.033691406250 0.000000000000 0.241210937500 0.104003906250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.008178710938 0.000000000000 +0.000000000000 0.000000000000 0.150390625000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.035156250000 0.000000000000 0.166015625000 +0.228515625000 0.106445312500 0.000000000000 0.000000000000 +0.169921875000 0.000000000000 0.000000000000 0.000000000000 +0.114257812500 0.000000000000 0.097656250000 0.002624511719 +0.138671875000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.003372192383 +0.000000000000 0.000000000000 0.150390625000 0.000000000000 +0.117187500000 0.044433593750 0.000000000000 0.014221191406 +0.000000000000 0.046630859375 0.000000000000 0.145507812500 +0.000000000000 0.214843750000 0.000000000000 0.246093750000 +0.205078125000 0.000000000000 0.220703125000 0.000000000000 +0.000000000000 0.000000000000 0.044677734375 0.269531250000 +0.044677734375 0.094238281250 0.000000000000 0.000000000000 +0.000000000000 0.038574218750 0.000000000000 0.075683593750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.026855468750 0.068847656250 0.000000000000 0.016967773438 +0.039794921875 0.148437500000 0.047363281250 0.007385253906 +0.177734375000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.222656250000 0.000000000000 0.000000000000 +0.000000000000 0.012390136719 0.000000000000 0.000972747803 +0.000000000000 0.016723632812 0.009277343750 0.000000000000 +0.140625000000 0.104003906250 0.000000000000 0.000000000000 +0.023315429688 0.109863281250 0.029052734375 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.222656250000 0.000000000000 0.054443359375 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.164062500000 +0.000000000000 0.124511718750 0.000000000000 0.000000000000 +0.176757812500 0.000000000000 0.089355468750 0.071777343750 +0.000000000000 0.000000000000 0.051025390625 0.000000000000 +0.000000000000 0.060546875000 0.049072265625 0.000000000000 +0.000000000000 0.000000000000 0.010375976562 0.000000000000 +0.000000000000 0.084960937500 0.353515625000 0.094238281250 +0.089843750000 0.030395507812 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.199218750000 0.089355468750 0.000000000000 0.000000000000 +0.000000000000 0.015747070312 0.000000000000 0.021240234375 +0.023193359375 0.169921875000 0.000000000000 0.000000000000 +0.123046875000 0.076660156250 0.000000000000 0.000000000000 +0.000000000000 0.093750000000 0.000000000000 0.000000000000 +0.123535156250 0.069824218750 0.120117187500 0.146484375000 +0.107910156250 0.000000000000 0.000000000000 0.000000000000 +0.292968750000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.172851562500 0.000000000000 +0.005065917969 0.000000000000 0.145507812500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.121582031250 +0.000000000000 0.000000000000 0.008850097656 0.000000000000 +0.048339843750 0.164062500000 0.000000000000 0.180664062500 +0.071289062500 0.095214843750 0.000000000000 0.049072265625 +0.000000000000 0.000000000000 0.163085937500 0.000000000000 +0.000000000000 0.000000000000 0.101562500000 0.000000000000 +0.175781250000 0.124511718750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.039062500000 0.000000000000 0.000000000000 +0.000000000000 0.007751464844 0.055419921875 0.000000000000 +0.125976562500 0.090820312500 0.140625000000 0.306640625000 +0.000000000000 0.000000000000 0.000000000000 0.074218750000 +0.369140625000 0.000000000000 0.024780273438 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.150390625000 0.092773437500 0.000000000000 0.082031250000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.187500000000 0.000000000000 0.000000000000 0.100097656250 +0.375000000000 0.433593750000 0.000000000000 0.170898437500 +0.151367187500 0.063964843750 0.000000000000 0.104003906250 +0.000000000000 0.000000000000 0.139648437500 0.188476562500 +0.238281250000 0.115722656250 0.030029296875 0.037353515625 +0.116210937500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.088867187500 0.040039062500 0.072753906250 +0.000000000000 0.000000000000 0.000000000000 0.184570312500 +0.000000000000 0.013977050781 0.238281250000 0.000000000000 +0.008911132812 0.223632812500 0.271484375000 0.246093750000 +0.065429687500 0.000000000000 0.000000000000 0.000000000000 +0.056884765625 0.000000000000 0.043945312500 0.035644531250 +0.031982421875 0.257812500000 0.000000000000 0.000000000000 +0.079101562500 0.291015625000 0.073730468750 0.324218750000 +0.000000000000 0.187500000000 0.131835937500 0.000000000000 +0.000000000000 0.041015625000 0.000000000000 0.000000000000 +0.048095703125 0.075683593750 0.000000000000 0.008056640625 +0.000000000000 0.410156250000 0.269531250000 0.316406250000 +0.361328125000 0.298828125000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.097656250000 0.000000000000 0.000000000000 0.216796875000 +0.000000000000 0.308593750000 0.160156250000 0.000000000000 +0.000000000000 0.146484375000 0.269531250000 0.000000000000 +0.105468750000 0.000000000000 0.000000000000 0.000000000000 +0.243164062500 0.031738281250 0.038085937500 0.000000000000 +0.056640625000 0.000000000000 0.018554687500 0.582031250000 +0.435546875000 0.000000000000 0.132812500000 0.174804687500 +0.000000000000 0.000000000000 0.000000000000 0.070800781250 +0.244140625000 0.000000000000 0.000000000000 0.000000000000 +0.375000000000 0.031982421875 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.062988281250 0.146484375000 0.000000000000 +0.050537109375 0.000000000000 0.439453125000 0.000000000000 +0.000000000000 0.408203125000 0.239257812500 0.304687500000 +0.163085937500 0.316406250000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.613281250000 0.000000000000 0.000000000000 0.052490234375 +0.000000000000 0.269531250000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.178710937500 0.000000000000 +0.000000000000 0.028930664062 0.000000000000 0.000000000000 +0.000000000000 0.165039062500 0.098144531250 0.000000000000 +0.082031250000 0.020751953125 0.100097656250 0.097167968750 +0.102539062500 0.000000000000 0.000000000000 0.365234375000 +0.384765625000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.068847656250 0.000000000000 +0.127929687500 0.111328125000 0.000000000000 0.000000000000 +0.091796875000 0.000000000000 0.000000000000 0.000000000000 +0.084472656250 0.000000000000 0.146484375000 0.671875000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.206054687500 +0.127929687500 0.000000000000 0.000000000000 0.000000000000 +0.121093750000 0.355468750000 0.120605468750 0.063476562500 +0.002548217773 0.419921875000 0.000000000000 0.000000000000 +0.375000000000 0.027954101562 0.000000000000 0.000000000000 +0.000000000000 0.093750000000 0.000000000000 0.369140625000 +0.000000000000 0.005310058594 0.328125000000 0.285156250000 +0.000000000000 0.000000000000 0.009521484375 0.000000000000 +0.005035400391 0.194335937500 0.221679687500 0.294921875000 +0.000000000000 0.000000000000 0.116210937500 0.261718750000 +0.388671875000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.058593750000 0.000000000000 +0.060058593750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.160156250000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.097167968750 +0.000000000000 0.000000000000 0.000000000000 0.033691406250 +0.000000000000 0.060791015625 0.051757812500 0.053710937500 +0.118652343750 0.000000000000 0.000000000000 0.199218750000 +0.000000000000 0.000000000000 0.267578125000 0.078125000000 +0.000000000000 0.000000000000 0.156250000000 0.000000000000 +0.017578125000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.255859375000 +0.000000000000 0.097656250000 0.009582519531 0.318359375000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.131835937500 0.000000000000 0.322265625000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.195312500000 0.000000000000 0.187500000000 0.046386718750 +0.000000000000 0.000000000000 0.193359375000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.085449218750 0.010681152344 +0.065429687500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.066406250000 +0.308593750000 0.291015625000 0.000000000000 0.073242187500 +0.291015625000 0.000000000000 0.000000000000 0.055908203125 +0.119628906250 0.000000000000 0.205078125000 0.000000000000 +0.000000000000 0.101074218750 0.146484375000 0.032958984375 +0.000000000000 0.050292968750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.153320312500 0.000000000000 0.306640625000 +0.000000000000 0.000000000000 0.019775390625 0.000000000000 +0.069824218750 0.251953125000 0.145507812500 0.687500000000 +0.096679687500 0.000000000000 0.250000000000 0.000000000000 +0.153320312500 0.000000000000 0.291015625000 0.235351562500 +0.016967773438 0.304687500000 0.000000000000 0.000000000000 +0.179687500000 0.168945312500 0.000000000000 0.388671875000 +0.000000000000 0.136718750000 0.081542968750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.075195312500 +0.000000000000 0.468750000000 0.077148437500 0.164062500000 +0.332031250000 0.126953125000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.341796875000 0.053466796875 0.000000000000 0.000000000000 +0.000000000000 0.222656250000 0.000000000000 0.000000000000 +0.000000000000 0.191406250000 0.343750000000 0.000000000000 +0.164062500000 0.000000000000 0.000000000000 0.015747070312 +0.235351562500 0.060546875000 0.018066406250 0.000000000000 +0.100585937500 0.129882812500 0.000000000000 0.126953125000 +0.523437500000 0.000000000000 0.055908203125 0.030029296875 +0.111816406250 0.000000000000 0.000000000000 0.123535156250 +0.326171875000 0.208984375000 0.000000000000 0.000000000000 +0.353515625000 0.083984375000 0.000000000000 0.067871093750 +0.008728027344 0.000000000000 0.092285156250 0.000000000000 +0.000000000000 0.091796875000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.458984375000 0.000000000000 +0.000000000000 0.206054687500 0.423828125000 0.300781250000 +0.123535156250 0.318359375000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.001670837402 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.129882812500 0.003005981445 0.000000000000 +0.000000000000 0.055419921875 0.056640625000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.011352539062 0.000000000000 0.000000000000 +0.052246093750 0.000000000000 0.000000000000 0.097656250000 +0.187500000000 0.000000000000 0.026123046875 0.271484375000 +0.245117187500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.287109375000 0.158203125000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.146484375000 0.447265625000 +0.018676757812 0.000000000000 0.000000000000 0.000000000000 +0.019653320312 0.073730468750 0.000000000000 0.253906250000 +0.144531250000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.221679687500 0.077148437500 0.066406250000 +0.110839843750 0.203125000000 0.137695312500 0.164062500000 +0.211914062500 0.211914062500 0.000000000000 0.000000000000 +0.000000000000 0.177734375000 0.000000000000 0.109375000000 +0.000000000000 0.037353515625 0.000000000000 0.101074218750 +0.000000000000 0.000000000000 0.163085937500 0.000000000000 +0.038574218750 0.000000000000 0.271484375000 0.203125000000 +0.000000000000 0.000000000000 0.196289062500 0.300781250000 +0.416015625000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.124023437500 0.000000000000 0.050048828125 0.000000000000 +0.148437500000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.345703125000 +0.000000000000 0.000000000000 0.200195312500 0.000000000000 +0.000000000000 0.048583984375 0.085937500000 0.149414062500 +0.070800781250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.127929687500 0.006042480469 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.175781250000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.029785156250 0.000000000000 0.126953125000 +0.000000000000 0.000000000000 0.145507812500 0.146484375000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.277343750000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.171875000000 +0.182617187500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.038574218750 0.000000000000 +0.101074218750 0.000000000000 0.000000000000 0.000000000000 +0.023925781250 0.000000000000 0.000000000000 0.000000000000 +0.261718750000 0.000000000000 0.114257812500 0.194335937500 +0.419921875000 0.074707031250 0.000000000000 0.105468750000 +0.119628906250 0.000000000000 0.000000000000 0.109863281250 +0.000000000000 0.031982421875 0.110839843750 0.211914062500 +0.000000000000 0.083984375000 0.022583007812 0.205078125000 +0.108398437500 0.000000000000 0.050048828125 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.039062500000 0.000000000000 0.188476562500 +0.000000000000 0.000000000000 0.006622314453 0.000000000000 +0.000000000000 0.000000000000 0.167968750000 0.519531250000 +0.000000000000 0.000000000000 0.037353515625 0.031005859375 +0.019531250000 0.000000000000 0.279296875000 0.225585937500 +0.059814453125 0.000000000000 0.000000000000 0.000000000000 +0.106933593750 0.126953125000 0.000000000000 0.108886718750 +0.000000000000 0.289062500000 0.000000000000 0.000000000000 +0.259765625000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.119140625000 0.000000000000 0.222656250000 +0.122558593750 0.285156250000 0.318359375000 0.000000000000 +0.179687500000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.285156250000 0.261718750000 0.000000000000 0.119628906250 +0.000000000000 0.004516601562 0.199218750000 0.109863281250 +0.000000000000 0.302734375000 0.253906250000 0.000000000000 +0.161132812500 0.000000000000 0.000000000000 0.113281250000 +0.083496093750 0.123535156250 0.008483886719 0.000000000000 +0.000000000000 0.253906250000 0.000000000000 0.196289062500 +0.357421875000 0.015747070312 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.179687500000 +0.300781250000 0.042724609375 0.000000000000 0.000000000000 +0.320312500000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.062011718750 0.086914062500 0.000000000000 +0.000000000000 0.000000000000 0.157226562500 0.000000000000 +0.000000000000 0.009948730469 0.164062500000 0.131835937500 +0.037109375000 0.091308593750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.022583007812 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.095703125000 0.000000000000 0.020629882812 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.126953125000 0.016601562500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.143554687500 +0.139648437500 0.000000000000 0.075683593750 0.000000000000 +0.167968750000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.008911132812 0.000000000000 +0.000000000000 0.000000000000 0.016235351562 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.115722656250 0.098144531250 0.000000000000 0.120117187500 +0.312500000000 0.000000000000 0.000000000000 0.000000000000 +0.051269531250 0.000000000000 0.069335937500 0.200195312500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.023437500000 0.134765625000 0.099609375000 0.000000000000 +0.000000000000 0.113281250000 0.019165039062 0.000000000000 +0.000000000000 0.102050781250 0.033935546875 0.000000000000 +0.000000000000 0.021118164062 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.149414062500 0.000000000000 +0.000000000000 0.000000000000 0.102050781250 0.462890625000 +0.000000000000 0.000000000000 0.062500000000 0.096191406250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.013916015625 0.000000000000 +0.000000000000 0.000000000000 0.072265625000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.057861328125 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.044433593750 +0.068359375000 0.181640625000 0.002227783203 0.050048828125 +0.111328125000 0.000000000000 0.083984375000 0.000000000000 +0.000000000000 0.000000000000 0.098632812500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.016479492188 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.166992187500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.026000976562 0.086914062500 0.079589843750 0.000000000000 +0.000000000000 0.000000000000 0.026367187500 0.000000000000 +0.138671875000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000949859619 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.191406250000 0.054443359375 0.071289062500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.107910156250 0.000000000000 +0.000000000000 0.129882812500 0.000000000000 0.000000000000 +0.124023437500 0.000000000000 0.042480468750 0.077636718750 +0.014099121094 0.000000000000 0.048095703125 0.000000000000 +0.000000000000 0.000000000000 0.003845214844 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.103515625000 0.000000000000 +0.000000000000 0.218750000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.070312500000 0.021850585938 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.187500000000 +0.064453125000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.038574218750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.014343261719 0.000000000000 0.024658203125 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.011901855469 0.000000000000 +0.000000000000 0.000000000000 0.030029296875 0.000000000000 +0.000000000000 0.086425781250 0.050048828125 0.173828125000 +0.075683593750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.139648437500 0.000000000000 0.000000000000 +0.000000000000 0.078125000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.015441894531 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.126953125000 0.178710937500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.087890625000 +0.106933593750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.133789062500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.011901855469 0.000000000000 +0.388671875000 0.054687500000 0.000000000000 0.000000000000 +0.107421875000 0.136718750000 0.000000000000 0.267578125000 +0.000000000000 0.146484375000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.125000000000 0.000093460083 0.000000000000 0.000000000000 +0.000000000000 0.060302734375 0.051757812500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.025756835938 0.145507812500 0.176757812500 0.000000000000 +0.000000000000 0.000000000000 0.025756835938 0.410156250000 +0.067382812500 0.000000000000 0.091796875000 0.045166015625 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.161132812500 0.000000000000 0.042236328125 +0.000000000000 0.035156250000 0.000000000000 0.000000000000 +0.000000000000 0.187500000000 0.228515625000 0.166992187500 +0.000000000000 0.032714843750 0.000000000000 0.000000000000 +0.038574218750 0.146484375000 0.267578125000 0.241210937500 +0.062500000000 0.000000000000 0.000000000000 0.000000000000 +0.075195312500 0.562500000000 0.000000000000 0.000000000000 +0.032470703125 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.197265625000 0.000000000000 0.067382812500 +0.172851562500 0.361328125000 0.011962890625 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.184570312500 0.118652343750 0.059326171875 0.000000000000 +0.000000000000 0.147460937500 0.003112792969 0.031738281250 +0.232421875000 0.000000000000 0.181640625000 0.111328125000 +0.375000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.188476562500 0.000000000000 0.146484375000 0.000000000000 +0.092773437500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.176757812500 0.291015625000 0.507812500000 +0.000000000000 0.000000000000 0.237304687500 0.000000000000 +0.034179687500 0.000000000000 0.084960937500 0.203125000000 +0.000000000000 0.000000000000 0.129882812500 0.000000000000 +0.138671875000 0.000000000000 0.070800781250 0.000000000000 +0.000000000000 0.412109375000 0.000000000000 0.000000000000 +0.090820312500 0.000000000000 0.000000000000 0.078125000000 +0.000000000000 0.000000000000 0.000000000000 0.072265625000 +0.000000000000 0.000000000000 0.114746093750 0.000000000000 +0.000000000000 0.000000000000 0.035400390625 0.000000000000 +0.000000000000 0.000000000000 0.150390625000 0.084472656250 +0.000000000000 0.000000000000 0.240234375000 0.000000000000 +0.107910156250 0.085937500000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.167968750000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.039794921875 0.000000000000 0.000000000000 0.000000000000 +0.160156250000 0.000000000000 0.000000000000 0.208984375000 +0.166015625000 0.000000000000 0.000000000000 0.081054687500 +0.000000000000 0.000000000000 0.125000000000 0.013122558594 +0.039550781250 0.000000000000 0.071777343750 0.178710937500 +0.039550781250 0.000000000000 0.000000000000 0.169921875000 +0.000000000000 0.188476562500 0.000000000000 0.000000000000 +0.225585937500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.144531250000 0.000000000000 0.080078125000 +0.000000000000 0.143554687500 0.245117187500 0.069335937500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.029052734375 0.167968750000 0.161132812500 +0.000000000000 0.016601562500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.205078125000 0.100097656250 +0.000000000000 0.000000000000 0.021118164062 0.000000000000 +0.128906250000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.053222656250 0.096191406250 +0.000000000000 0.000000000000 0.039062500000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.235351562500 +0.478515625000 0.164062500000 0.000000000000 0.000000000000 +0.182617187500 0.000000000000 0.111328125000 0.229492187500 +0.388671875000 0.000000000000 0.200195312500 0.110839843750 +0.059326171875 0.000000000000 0.000000000000 0.000000000000 +0.052734375000 0.000000000000 0.000000000000 0.386718750000 +0.041503906250 0.363281250000 0.000000000000 0.000000000000 +0.251953125000 0.242187500000 0.000000000000 0.093750000000 +0.000000000000 0.000000000000 0.000000000000 0.005401611328 +0.058837890625 0.699218750000 0.000000000000 0.500000000000 +0.000000000000 0.000000000000 0.240234375000 0.000000000000 +0.225585937500 0.000000000000 0.000000000000 0.016601562500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.118652343750 0.000000000000 0.077148437500 0.000000000000 +0.000000000000 0.000000000000 0.243164062500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.012634277344 +0.006530761719 0.138671875000 0.000000000000 0.089355468750 +0.000000000000 0.000000000000 0.238281250000 0.000000000000 +0.000000000000 0.183593750000 0.111816406250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.130859375000 0.000000000000 0.000000000000 0.243164062500 +0.000000000000 0.213867187500 0.000000000000 0.041992187500 +0.000000000000 0.000000000000 0.000000000000 0.105468750000 +0.267578125000 0.000000000000 0.167968750000 0.048095703125 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.021728515625 0.000000000000 0.195312500000 0.112304687500 +0.000000000000 0.048828125000 0.141601562500 0.000000000000 +0.004516601562 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.138671875000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.077636718750 +0.000000000000 0.004333496094 0.103027343750 0.000000000000 +0.146484375000 0.000000000000 0.000000000000 0.090820312500 +0.000000000000 0.000000000000 0.023315429688 0.075683593750 +0.000000000000 0.021240234375 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.187500000000 0.000000000000 0.014038085938 +0.000000000000 0.224609375000 0.000000000000 0.213867187500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.013427734375 0.102050781250 0.151367187500 0.192382812500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.006103515625 0.000000000000 0.253906250000 0.253906250000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.157226562500 0.000000000000 0.016479492188 0.000000000000 +0.024902343750 0.026000976562 0.271484375000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.076171875000 0.013671875000 0.244140625000 +0.177734375000 0.204101562500 0.000000000000 0.000000000000 +0.132812500000 0.000000000000 0.000000000000 0.053710937500 +0.041259765625 0.000000000000 0.058837890625 0.070312500000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.120605468750 0.000000000000 +0.000000000000 0.000000000000 0.182617187500 0.000000000000 +0.000000000000 0.083007812500 0.000000000000 0.224609375000 +0.000000000000 0.000000000000 0.000000000000 0.136718750000 +0.000000000000 0.011352539062 0.000000000000 0.210937500000 +0.207031250000 0.000000000000 0.006622314453 0.000000000000 +0.000000000000 0.000000000000 0.061279296875 0.298828125000 +0.261718750000 0.048339843750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.045898437500 0.000000000000 0.000000000000 +0.004180908203 0.000000000000 0.000000000000 0.000000000000 +0.040527343750 0.235351562500 0.000000000000 0.150390625000 +0.041259765625 0.038818359375 0.080078125000 0.000000000000 +0.026123046875 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.169921875000 0.000000000000 +0.000000000000 0.113281250000 0.159179687500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.051513671875 0.049072265625 0.000762939453 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.171875000000 +0.261718750000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.114257812500 0.229492187500 +0.084960937500 0.114746093750 0.000000000000 0.068359375000 +0.073730468750 0.143554687500 0.000000000000 0.099121093750 +0.000000000000 0.265625000000 0.000000000000 0.065917968750 +0.000000000000 0.000000000000 0.143554687500 0.000000000000 +0.000000000000 0.188476562500 0.000000000000 0.125000000000 +0.077636718750 0.052246093750 0.000000000000 0.000000000000 +0.068847656250 0.000000000000 0.000000000000 0.000000000000 +0.033935546875 0.000000000000 0.000000000000 0.000000000000 +0.067871093750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.007629394531 0.125976562500 0.000000000000 +0.000000000000 0.194335937500 0.158203125000 0.000000000000 +0.138671875000 0.000000000000 0.000000000000 0.000000000000 +0.097167968750 0.244140625000 0.052490234375 0.000000000000 +0.000000000000 0.083984375000 0.000000000000 0.118164062500 +0.296875000000 0.086425781250 0.029907226562 0.000000000000 +0.000000000000 0.033203125000 0.000000000000 0.034179687500 +0.005035400391 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.040527343750 0.021118164062 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.233398437500 0.211914062500 0.088867187500 +0.057861328125 0.034912109375 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.223632812500 0.156250000000 +0.000000000000 0.125000000000 0.011535644531 0.000000000000 +0.000000000000 0.072753906250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.102539062500 0.000000000000 0.000000000000 +0.172851562500 0.000000000000 0.000000000000 0.000000000000 +0.129882812500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.162109375000 0.141601562500 0.000000000000 +0.000000000000 0.000000000000 0.058349609375 0.213867187500 +0.000000000000 0.000000000000 0.003067016602 0.000000000000 +0.126953125000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.002822875977 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.071289062500 0.000000000000 0.320312500000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.048339843750 +0.000000000000 0.000000000000 0.053466796875 0.060791015625 +0.012756347656 0.000000000000 0.140625000000 0.002304077148 +0.000000000000 0.000000000000 0.034912109375 0.000000000000 +0.046142578125 0.000000000000 0.000000000000 0.000000000000 +0.092285156250 0.000000000000 0.000000000000 0.177734375000 +0.000000000000 0.078613281250 0.100097656250 0.000000000000 +0.000000000000 0.000000000000 0.004699707031 0.000000000000 +0.000000000000 0.000000000000 0.149414062500 0.015319824219 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.157226562500 0.024658203125 0.087890625000 0.000000000000 +0.000000000000 0.000000000000 0.255859375000 0.000000000000 +0.000000000000 0.000000000000 0.070800781250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.080078125000 0.000000000000 0.000000000000 0.000000000000 +0.068359375000 0.000000000000 0.000000000000 0.163085937500 +0.172851562500 0.000000000000 0.000000000000 0.031494140625 +0.063476562500 0.000000000000 0.000000000000 0.121093750000 +0.010681152344 0.000000000000 0.111816406250 0.140625000000 +0.000000000000 0.005523681641 0.011901855469 0.000000000000 +0.112792968750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.040283203125 0.000000000000 0.071777343750 +0.000000000000 0.096679687500 0.071777343750 0.204101562500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.017578125000 0.171875000000 0.072265625000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.177734375000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.205078125000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.008850097656 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.107421875000 0.039062500000 0.166015625000 +0.000000000000 0.046386718750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.012390136719 +0.000000000000 0.000000000000 0.000000000000 0.080566406250 +0.000000000000 0.031127929688 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.098144531250 0.000000000000 +0.000000000000 0.000000000000 0.129882812500 0.000000000000 +0.000000000000 0.046630859375 0.000000000000 0.000000000000 +0.000000000000 0.015441894531 0.000000000000 0.140625000000 +0.000000000000 0.000000000000 0.003311157227 0.078613281250 +0.239257812500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.218750000000 0.283203125000 +0.000000000000 0.255859375000 0.000000000000 0.066894531250 +0.000000000000 0.084472656250 0.000000000000 0.000000000000 +0.000000000000 0.132812500000 0.000000000000 0.103515625000 +0.144531250000 0.000000000000 0.000000000000 0.000000000000 +0.220703125000 0.273437500000 0.000000000000 0.186523437500 +0.000000000000 0.023925781250 0.000000000000 0.000000000000 +0.069335937500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.144531250000 0.000000000000 +0.000000000000 0.261718750000 0.142578125000 0.000000000000 +0.019653320312 0.032958984375 0.000000000000 0.000000000000 +0.054443359375 0.117675781250 0.000000000000 0.049316406250 +0.000000000000 0.025146484375 0.000000000000 0.251953125000 +0.261718750000 0.000000000000 0.023315429688 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.128906250000 +0.089843750000 0.000000000000 0.000000000000 0.015869140625 +0.000000000000 0.147460937500 0.002044677734 0.192382812500 +0.000000000000 0.343750000000 0.000000000000 0.000000000000 +0.000000000000 0.048828125000 0.061035156250 0.000000000000 +0.000000000000 0.316406250000 0.000000000000 0.108398437500 +0.244140625000 0.124023437500 0.000000000000 0.159179687500 +0.000000000000 0.000000000000 0.076171875000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.091308593750 0.128906250000 0.000000000000 +0.000000000000 0.020751953125 0.104492187500 0.000000000000 +0.066894531250 0.000000000000 0.000000000000 0.000000000000 +0.267578125000 0.243164062500 0.136718750000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.188476562500 +0.419921875000 0.000000000000 0.106933593750 0.000000000000 +0.000000000000 0.018066406250 0.000000000000 0.010314941406 +0.000000000000 0.000000000000 0.000000000000 0.079101562500 +0.000000000000 0.198242187500 0.030761718750 0.090332031250 +0.000000000000 0.065429687500 0.000000000000 0.000000000000 +0.000000000000 0.283203125000 0.281250000000 0.015625000000 +0.047607421875 0.306640625000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.243164062500 0.166992187500 +0.000000000000 0.000000000000 0.206054687500 0.000000000000 +0.000000000000 0.382812500000 0.000000000000 0.000000000000 +0.033935546875 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.170898437500 0.203125000000 0.000000000000 +0.249023437500 0.032226562500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.161132812500 0.263671875000 0.077636718750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.133789062500 +0.204101562500 0.000000000000 0.167968750000 0.000000000000 +0.030029296875 0.259765625000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.063964843750 0.108886718750 +0.000000000000 0.082519531250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.034912109375 0.470703125000 0.240234375000 +0.006317138672 0.028442382812 0.018920898438 0.000000000000 +0.002243041992 0.000000000000 0.000000000000 0.147460937500 +0.000000000000 0.000000000000 0.103027343750 0.000000000000 +0.237304687500 0.195312500000 0.057128906250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.216796875000 0.000000000000 0.000000000000 0.047119140625 +0.296875000000 0.092773437500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.107421875000 0.164062500000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.097656250000 +0.000000000000 0.000000000000 0.191406250000 0.000000000000 +0.061035156250 0.300781250000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.023193359375 0.000000000000 +0.000000000000 0.000000000000 0.123535156250 0.029296875000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.105468750000 0.069335937500 +0.106933593750 0.000000000000 0.000000000000 0.000000000000 +0.210937500000 0.000000000000 0.005432128906 0.242187500000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.043945312500 0.173828125000 0.000000000000 +0.000000000000 0.149414062500 0.129882812500 0.000000000000 +0.007812500000 0.084472656250 0.000000000000 0.000000000000 +0.250000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.073730468750 0.124023437500 0.000000000000 +0.113281250000 0.000000000000 0.137695312500 0.267578125000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.145507812500 0.094726562500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.265625000000 0.000000000000 +0.112792968750 0.000000000000 0.000000000000 0.012268066406 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.012573242188 0.000000000000 +0.000000000000 0.000000000000 0.032470703125 0.000000000000 +0.125976562500 0.117675781250 0.066894531250 0.160156250000 +0.069335937500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.094238281250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.102539062500 0.000000000000 0.000000000000 +0.000000000000 0.036376953125 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.044677734375 0.044189453125 0.000000000000 +0.059082031250 0.051513671875 0.024780273438 0.199218750000 +0.000000000000 0.000000000000 0.045654296875 0.090820312500 +0.310546875000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.010620117188 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.034667968750 +0.000000000000 0.000000000000 0.062011718750 0.000000000000 +0.000000000000 0.008361816406 0.070800781250 0.148437500000 +0.156250000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.110351562500 0.000000000000 +0.000000000000 0.000000000000 0.038330078125 0.000000000000 +0.083496093750 0.090820312500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.087890625000 +0.000000000000 0.000000000000 0.020629882812 0.000000000000 +0.027465820312 0.000000000000 0.125976562500 0.115722656250 +0.000000000000 0.000000000000 0.000000000000 0.003799438477 +0.186523437500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.086425781250 0.000000000000 +0.015869140625 0.000000000000 0.031494140625 0.028564453125 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.192382812500 0.241210937500 0.000000000000 0.229492187500 +0.202148437500 0.000000000000 0.000000000000 0.050292968750 +0.000000000000 0.044677734375 0.131835937500 0.000000000000 +0.035400390625 0.227539062500 0.141601562500 0.000000000000 +0.052978515625 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.007720947266 0.000000000000 0.000000000000 +0.000000000000 0.035400390625 0.000000000000 0.110351562500 +0.000000000000 0.000000000000 0.025268554688 0.000000000000 +0.174804687500 0.047851562500 0.146484375000 0.192382812500 +0.049560546875 0.000000000000 0.005554199219 0.023681640625 +0.255859375000 0.000000000000 0.000000000000 0.078125000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.148437500000 0.000000000000 0.092773437500 0.000000000000 +0.156250000000 0.029418945312 0.208007812500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.249023437500 0.000000000000 +0.000000000000 0.156250000000 0.236328125000 0.194335937500 +0.076171875000 0.123046875000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.015136718750 0.151367187500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.001083374023 0.069824218750 +0.182617187500 0.000000000000 0.000000000000 0.253906250000 +0.001846313477 0.000000000000 0.000000000000 0.110839843750 +0.192382812500 0.000000000000 0.000000000000 0.000000000000 +0.025390625000 0.007934570312 0.000000000000 0.000000000000 +0.251953125000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.032958984375 0.199218750000 +0.000000000000 0.000000000000 0.137695312500 0.078125000000 +0.061035156250 0.000000000000 0.225585937500 0.000000000000 +0.100585937500 0.000000000000 0.000000000000 0.000000000000 +0.000541687012 0.013122558594 0.000000000000 0.162109375000 +0.000000000000 0.000000000000 0.000000000000 0.137695312500 +0.145507812500 0.005432128906 0.099121093750 0.000000000000 +0.000000000000 0.035156250000 0.000000000000 0.000000000000 +0.000000000000 0.003967285156 0.000000000000 0.089843750000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.050537109375 0.000000000000 +0.000000000000 0.178710937500 0.000000000000 0.146484375000 +0.075195312500 0.000000000000 0.000000000000 0.018432617188 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.083007812500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.110839843750 0.000000000000 0.088867187500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.100585937500 +0.061279296875 0.043945312500 0.000000000000 0.040771484375 +0.114746093750 0.000000000000 0.000000000000 0.015380859375 +0.230468750000 0.000000000000 0.118652343750 0.000000000000 +0.091308593750 0.000000000000 0.000000000000 0.000000000000 +0.205078125000 0.000000000000 0.050781250000 0.000000000000 +0.000000000000 0.149414062500 0.000000000000 0.000000000000 +0.187500000000 0.001266479492 0.000000000000 0.051513671875 +0.000000000000 0.084472656250 0.139648437500 0.000000000000 +0.026733398438 0.170898437500 0.000000000000 0.192382812500 +0.000000000000 0.000000000000 0.121093750000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.060302734375 0.033935546875 0.000000000000 0.245117187500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.019775390625 0.000000000000 +0.047607421875 0.275390625000 0.032470703125 0.227539062500 +0.067871093750 0.100585937500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.002120971680 0.000000000000 0.000000000000 +0.000000000000 0.130859375000 0.000000000000 0.000000000000 +0.000000000000 0.000013887882 0.075195312500 0.000000000000 +0.057373046875 0.030151367188 0.000000000000 0.000000000000 +0.135742187500 0.120117187500 0.145507812500 0.000000000000 +0.133789062500 0.000000000000 0.002807617188 0.137695312500 +0.247070312500 0.000000000000 0.000000000000 0.000000000000 +0.049072265625 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.066894531250 0.000000000000 0.000000000000 +0.000000000000 0.376953125000 0.007812500000 0.224609375000 +0.000000000000 0.138671875000 0.000000000000 0.000000000000 +0.000000000000 0.038818359375 0.003036499023 0.000000000000 +0.216796875000 0.066894531250 0.000000000000 0.000000000000 +0.082031250000 0.121093750000 0.023925781250 0.345703125000 +0.045654296875 0.114746093750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.022949218750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.206054687500 0.227539062500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.308593750000 0.122558593750 0.113281250000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.249023437500 +0.294921875000 0.000000000000 0.205078125000 0.228515625000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.055419921875 0.000000000000 0.000000000000 0.000000000000 +0.031005859375 0.484375000000 0.000000000000 0.090820312500 +0.000000000000 0.316406250000 0.000000000000 0.000000000000 +0.000000000000 0.155273437500 0.384765625000 0.000000000000 +0.000000000000 0.065917968750 0.000000000000 0.000000000000 +0.174804687500 0.269531250000 0.059082031250 0.283203125000 +0.027832031250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.044433593750 0.000000000000 0.000000000000 +0.111816406250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.154296875000 0.212890625000 0.000000000000 +0.000000000000 0.016967773438 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.269531250000 0.196289062500 0.233398437500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.168945312500 +0.238281250000 0.000000000000 0.159179687500 0.369140625000 +0.000000000000 0.042724609375 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.064453125000 +0.000000000000 0.386718750000 0.021972656250 0.000000000000 +0.017089843750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.398437500000 0.523437500000 0.423828125000 +0.000000000000 0.021484375000 0.094726562500 0.000000000000 +0.000000000000 0.000000000000 0.005950927734 0.314453125000 +0.000000000000 0.000000000000 0.118652343750 0.000000000000 +0.000000000000 0.087890625000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.037109375000 0.058349609375 0.184570312500 0.000000000000 +0.000000000000 0.082519531250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.143554687500 0.159179687500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000379562378 +0.000000000000 0.000000000000 0.041503906250 0.236328125000 +0.098632812500 0.335937500000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.094238281250 0.000000000000 +0.000000000000 0.135742187500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.100097656250 0.298828125000 0.302734375000 +0.145507812500 0.000000000000 0.000000000000 0.000000000000 +0.122070312500 0.000000000000 0.000000000000 0.234375000000 +0.000000000000 0.000000000000 0.091796875000 0.000000000000 +0.055419921875 0.193359375000 0.066406250000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.203125000000 0.033691406250 0.000000000000 0.000000000000 +0.054931640625 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.009033203125 0.000000000000 +0.000000000000 0.090332031250 0.188476562500 0.000000000000 +0.000000000000 0.000000000000 0.061279296875 0.091796875000 +0.000000000000 0.000000000000 0.018676757812 0.010009765625 +0.073730468750 0.359375000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.170898437500 0.000000000000 +0.000000000000 0.000000000000 0.128906250000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.086425781250 0.131835937500 0.337890625000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.067871093750 0.000000000000 0.000000000000 0.104492187500 +0.000000000000 0.000000000000 0.120117187500 0.000000000000 +0.018554687500 0.206054687500 0.055908203125 0.000675201416 +0.000000000000 0.053466796875 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.085449218750 0.000000000000 0.000000000000 0.046386718750 +0.000000000000 0.000000000000 0.053710937500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.077636718750 0.095214843750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.119140625000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.145507812500 0.118652343750 0.000000000000 0.047607421875 +0.000000000000 0.000000000000 0.000000000000 0.037353515625 +0.000000000000 0.000000000000 0.000000000000 0.051269531250 +0.000000000000 0.000000000000 0.022094726562 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.088867187500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.027099609375 0.000000000000 0.000000000000 +0.000000000000 0.069335937500 0.109863281250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.180664062500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.022583007812 0.000000000000 0.034179687500 +0.000000000000 0.000000000000 0.039794921875 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.009826660156 0.000000000000 0.023437500000 0.000000000000 +0.000000000000 0.033691406250 0.000000000000 0.045166015625 +0.228515625000 0.011108398438 0.000000000000 0.000000000000 +0.026611328125 0.000000000000 0.066894531250 0.015991210938 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.028076171875 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.015258789062 0.000000000000 +0.000000000000 0.081542968750 0.000000000000 0.000000000000 +0.074218750000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.109863281250 0.078613281250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.014892578125 +0.001510620117 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.111328125000 +0.000000000000 0.000000000000 0.000000000000 0.221679687500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.019897460938 0.000000000000 0.000000000000 +0.090820312500 0.089355468750 0.073242187500 0.148437500000 +0.064941406250 0.009643554688 0.000000000000 0.016479492188 +0.032714843750 0.000000000000 0.084472656250 0.000000000000 +0.000000000000 0.000000000000 0.093750000000 0.000000000000 +0.023559570312 0.144531250000 0.000000000000 0.000000000000 +0.027343750000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.046142578125 0.000000000000 0.000000000000 +0.000000000000 0.112304687500 0.147460937500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.332031250000 +0.007995605469 0.000000000000 0.099609375000 0.000000000000 +0.064941406250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.053222656250 0.046386718750 0.000000000000 +0.240234375000 0.000000000000 0.000000000000 0.123046875000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.047119140625 0.000000000000 +0.161132812500 0.000000000000 0.000000000000 0.000000000000 +0.067382812500 0.059570312500 0.000000000000 0.271484375000 +0.154296875000 0.316406250000 0.000000000000 0.000000000000 +0.000000000000 0.201171875000 0.081542968750 0.000000000000 +0.144531250000 0.224609375000 0.035888671875 0.000000000000 +0.000000000000 0.082519531250 0.000000000000 0.000000000000 +0.065429687500 0.077636718750 0.000000000000 0.000000000000 +0.230468750000 0.033935546875 0.000000000000 0.000000000000 +0.000000000000 0.039062500000 0.186523437500 0.000000000000 +0.279296875000 0.042480468750 0.173828125000 0.277343750000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.253906250000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.211914062500 0.000000000000 0.000000000000 0.032958984375 +0.016601562500 0.000000000000 0.186523437500 0.000000000000 +0.000000000000 0.007812500000 0.000000000000 0.070312500000 +0.000000000000 0.000000000000 0.204101562500 0.000000000000 +0.000000000000 0.222656250000 0.100585937500 0.236328125000 +0.112792968750 0.226562500000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.212890625000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.082519531250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.008483886719 0.150390625000 0.000000000000 +0.216796875000 0.000000000000 0.107910156250 0.271484375000 +0.000000000000 0.000000000000 0.000000000000 0.263671875000 +0.320312500000 0.000000000000 0.058837890625 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.050048828125 0.000000000000 0.153320312500 0.000000000000 +0.386718750000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.318359375000 +0.148437500000 0.000000000000 0.232421875000 0.215820312500 +0.023315429688 0.008422851562 0.080566406250 0.192382812500 +0.017822265625 0.011108398438 0.030761718750 0.120605468750 +0.000000000000 0.000000000000 0.103515625000 0.345703125000 +0.000000000000 0.000000000000 0.000000000000 0.130859375000 +0.324218750000 0.000000000000 0.066894531250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.138671875000 +0.000000000000 0.000000000000 0.455078125000 0.351562500000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.304687500000 0.207031250000 +0.000000000000 0.196289062500 0.000000000000 0.227539062500 +0.148437500000 0.000000000000 0.016723632812 0.155273437500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.059814453125 0.000000000000 0.000000000000 0.000000000000 +0.132812500000 0.000000000000 0.035644531250 0.000000000000 +0.068359375000 0.000000000000 0.000000000000 0.031005859375 +0.000000000000 0.000000000000 0.000000000000 0.142578125000 +0.000000000000 0.000000000000 0.004180908203 0.000000000000 +0.183593750000 0.000000000000 0.076660156250 0.164062500000 +0.155273437500 0.000000000000 0.146484375000 0.187500000000 +0.000000000000 0.000000000000 0.000000000000 0.096679687500 +0.160156250000 0.000000000000 0.024291992188 0.000000000000 +0.000000000000 0.291015625000 0.000000000000 0.182617187500 +0.000000000000 0.253906250000 0.043701171875 0.289062500000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.221679687500 0.112304687500 0.145507812500 +0.000000000000 0.155273437500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.090820312500 0.117675781250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.302734375000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.249023437500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.098632812500 +0.000000000000 0.000000000000 0.000000000000 0.050537109375 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.118164062500 0.000000000000 0.000000000000 0.292968750000 +0.211914062500 0.000000000000 0.228515625000 0.113769531250 +0.000000000000 0.088378906250 0.059082031250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.065917968750 +0.000000000000 0.061035156250 0.000000000000 0.378906250000 +0.000000000000 0.308593750000 0.085937500000 0.231445312500 +0.000000000000 0.000000000000 0.000000000000 0.308593750000 +0.179687500000 0.187500000000 0.123046875000 0.195312500000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.107421875000 0.000000000000 0.353515625000 0.050781250000 +0.000000000000 0.000000000000 0.078613281250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.419921875000 0.296875000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.154296875000 +0.014526367188 0.009216308594 0.000000000000 0.000000000000 +0.291015625000 0.000000000000 0.000000000000 0.324218750000 +0.000000000000 0.000000000000 0.275390625000 0.164062500000 +0.000000000000 0.189453125000 0.240234375000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.398437500000 +0.000000000000 0.351562500000 0.021850585938 0.523437500000 +0.000000000000 0.000000000000 0.000000000000 0.294921875000 +0.196289062500 0.050292968750 0.184570312500 0.137695312500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.507812500000 0.359375000000 +0.028686523438 0.455078125000 0.081054687500 0.000000000000 +0.091308593750 0.000000000000 0.020751953125 0.455078125000 +0.000000000000 0.406250000000 0.492187500000 0.240234375000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.133789062500 0.000000000000 0.302734375000 +0.201171875000 0.488281250000 0.096679687500 0.032714843750 +0.322265625000 0.000000000000 0.000000000000 0.132812500000 +0.000000000000 0.000000000000 0.136718750000 0.000000000000 +0.106445312500 0.117675781250 0.000000000000 0.000000000000 +0.000000000000 0.071289062500 0.075195312500 0.000000000000 +0.000000000000 0.000000000000 0.416015625000 0.000000000000 +0.279296875000 0.172851562500 0.000000000000 0.333984375000 +0.419921875000 0.026000976562 0.014099121094 0.073242187500 +0.069824218750 0.161132812500 0.000000000000 0.164062500000 +0.835937500000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.068359375000 0.447265625000 +0.671875000000 0.773437500000 0.000000000000 0.000000000000 +0.335937500000 0.184570312500 0.000000000000 0.292968750000 +0.008911132812 0.388671875000 0.191406250000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.141601562500 0.339843750000 0.000000000000 +0.000000000000 0.343750000000 0.490234375000 0.045166015625 +0.107910156250 0.153320312500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.167968750000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.208984375000 0.230468750000 0.000000000000 +0.000000000000 0.000000000000 0.357421875000 0.000000000000 +0.064941406250 0.000000000000 0.000000000000 0.000000000000 +0.302734375000 0.171875000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.746093750000 0.000000000000 0.038085937500 0.128906250000 +0.000000000000 0.000000000000 0.000000000000 0.219726562500 +0.488281250000 0.079589843750 0.000000000000 0.102050781250 +0.000000000000 0.335937500000 0.000000000000 0.000000000000 +0.036132812500 0.021484375000 0.000000000000 0.000000000000 +0.000000000000 0.027343750000 0.265625000000 0.153320312500 +0.140625000000 0.071289062500 0.173828125000 0.000000000000 +0.099121093750 0.000000000000 0.167968750000 0.244140625000 +0.147460937500 0.000000000000 0.000000000000 0.000000000000 +0.037841796875 0.192382812500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.204101562500 0.209960937500 0.092773437500 0.000000000000 +0.000000000000 0.096679687500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.038818359375 0.049560546875 0.000000000000 +0.000000000000 0.000000000000 0.027832031250 0.302734375000 +0.189453125000 0.000000000000 0.190429687500 0.161132812500 +0.128906250000 0.053222656250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.103515625000 0.209960937500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000083446503 0.231445312500 0.294921875000 0.066894531250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.090820312500 0.000000000000 0.160156250000 0.275390625000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.026245117188 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.082519531250 0.014038085938 0.000000000000 +0.000000000000 0.041015625000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.096679687500 0.214843750000 0.000000000000 +0.000000000000 0.000000000000 0.029052734375 0.099609375000 +0.000000000000 0.000000000000 0.014343261719 0.153320312500 +0.039062500000 0.028808593750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.095214843750 0.000000000000 +0.150390625000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.261718750000 0.086914062500 0.092773437500 +0.000000000000 0.000000000000 0.109375000000 0.044677734375 +0.000000000000 0.000000000000 0.096679687500 0.130859375000 +0.000000000000 0.000000000000 0.025024414062 0.000000000000 +0.048095703125 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.132812500000 0.028930664062 0.129882812500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.020751953125 0.000000000000 +0.000000000000 0.023193359375 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.100585937500 0.000000000000 0.137695312500 +0.000000000000 0.186523437500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.001953125000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.038330078125 0.000000000000 0.000000000000 0.000000000000 +0.189453125000 0.000000000000 0.178710937500 0.236328125000 +0.004211425781 0.062255859375 0.000000000000 0.083007812500 +0.114257812500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.084960937500 0.146484375000 +0.273437500000 0.219726562500 0.000000000000 0.055175781250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.226562500000 0.000000000000 0.014709472656 0.000000000000 +0.010742187500 0.100097656250 0.000000000000 0.000000000000 +0.000000000000 0.018798828125 0.056640625000 0.000000000000 +0.000000000000 0.056152343750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.300781250000 +0.000000000000 0.023437500000 0.060791015625 0.000000000000 +0.000000000000 0.193359375000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.070312500000 0.000000000000 0.055175781250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.007446289062 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.031250000000 0.000000000000 0.036376953125 0.000000000000 +0.000000000000 0.000000000000 0.098144531250 0.045410156250 +0.000000000000 0.000000000000 0.177734375000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.158203125000 0.055908203125 0.000000000000 0.000000000000 +0.098632812500 0.075195312500 0.000000000000 0.000000000000 +0.000000000000 0.070312500000 0.146484375000 0.000000000000 +0.000000000000 0.000000000000 0.004028320312 0.337890625000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.015869140625 0.000000000000 +0.000000000000 0.000000000000 0.011474609375 0.000000000000 +0.000000000000 0.000000000000 0.249023437500 0.000000000000 +0.104003906250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.068359375000 0.000000000000 0.000000000000 +0.000000000000 0.025756835938 0.000000000000 0.158203125000 +0.000000000000 0.000000000000 0.083007812500 0.000000000000 +0.000000000000 0.000000000000 0.046386718750 0.120117187500 +0.075683593750 0.000000000000 0.000000000000 0.086425781250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.098632812500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.154296875000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.068847656250 +0.000000000000 0.000000000000 0.040771484375 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.176757812500 0.087402343750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.140625000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.044433593750 0.062255859375 0.000000000000 0.213867187500 +0.259765625000 0.000000000000 0.000000000000 0.000000000000 +0.152343750000 0.000000000000 0.000000000000 0.247070312500 +0.133789062500 0.228515625000 0.175781250000 0.109375000000 +0.000000000000 0.096679687500 0.000000000000 0.000000000000 +0.069335937500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.206054687500 0.000000000000 0.070312500000 +0.000000000000 0.294921875000 0.000000000000 0.158203125000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.147460937500 0.054199218750 0.002197265625 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.069335937500 +0.000000000000 0.021972656250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.214843750000 0.209960937500 +0.000000000000 0.003097534180 0.106933593750 0.053466796875 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.163085937500 0.000000000000 0.131835937500 +0.096679687500 0.046142578125 0.000000000000 0.066406250000 +0.086425781250 0.011047363281 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.067382812500 0.000000000000 +0.033935546875 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.095703125000 0.000000000000 +0.166992187500 0.071777343750 0.000000000000 0.000000000000 +0.123535156250 0.121093750000 0.066894531250 0.195312500000 +0.000000000000 0.000000000000 0.000000000000 0.388671875000 +0.339843750000 0.000000000000 0.088378906250 0.000000000000 +0.000000000000 0.000000000000 0.074218750000 0.151367187500 +0.152343750000 0.316406250000 0.000000000000 0.000000000000 +0.061523437500 0.087890625000 0.144531250000 0.032714843750 +0.142578125000 0.206054687500 0.000000000000 0.000000000000 +0.000000000000 0.076171875000 0.000000000000 0.000000000000 +0.000000000000 0.259765625000 0.081542968750 0.055419921875 +0.000000000000 0.029418945312 0.396484375000 0.056884765625 +0.000000000000 0.000000000000 0.079589843750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.215820312500 0.225585937500 0.000000000000 +0.000000000000 0.000000000000 0.003051757812 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.263671875000 0.132812500000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.406250000000 0.160156250000 0.000000000000 0.034423828125 +0.000000000000 0.000000000000 0.087402343750 0.199218750000 +0.013671875000 0.060058593750 0.000000000000 0.251953125000 +0.000000000000 0.251953125000 0.000000000000 0.000000000000 +0.000000000000 0.100097656250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.408203125000 0.148437500000 +0.000000000000 0.159179687500 0.000000000000 0.008056640625 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.077148437500 0.000000000000 0.083984375000 0.000000000000 +0.257812500000 0.306640625000 0.000000000000 0.000000000000 +0.001838684082 0.000000000000 0.000000000000 0.000000000000 +0.129882812500 0.000000000000 0.178710937500 0.000000000000 +0.269531250000 0.289062500000 0.000000000000 0.000000000000 +0.027832031250 0.065917968750 0.000000000000 0.000000000000 +0.000000000000 0.155273437500 0.122070312500 0.000000000000 +0.000000000000 0.054931640625 0.000000000000 0.107421875000 +0.115722656250 0.199218750000 0.140625000000 0.000000000000 +0.094726562500 0.148437500000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.016479492188 0.054687500000 +0.000000000000 0.000000000000 0.230468750000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.153320312500 0.125976562500 0.133789062500 +0.055175781250 0.000000000000 0.000000000000 0.000000000000 +0.141601562500 0.000000000000 0.000000000000 0.128906250000 +0.000000000000 0.000000000000 0.024902343750 0.000000000000 +0.018676757812 0.000000000000 0.161132812500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.269531250000 0.000000000000 0.000000000000 0.034912109375 +0.000000000000 0.036132812500 0.000000000000 0.000000000000 +0.000000000000 0.054199218750 0.102050781250 0.000000000000 +0.000000000000 0.000000000000 0.064453125000 0.285156250000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.001853942871 0.141601562500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.078613281250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.023559570312 +0.094238281250 0.000000000000 0.000000000000 0.160156250000 +0.000000000000 0.067382812500 0.128906250000 0.000000000000 +0.000000000000 0.148437500000 0.176757812500 0.000000000000 +0.049316406250 0.009704589844 0.000000000000 0.000000000000 +0.185546875000 0.009582519531 0.000000000000 0.130859375000 +0.000000000000 0.205078125000 0.000000000000 0.030273437500 +0.000000000000 0.030029296875 0.000000000000 0.000000000000 +0.168945312500 0.000000000000 0.152343750000 0.112792968750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.124511718750 0.000000000000 0.145507812500 0.012756347656 +0.000000000000 0.000000000000 0.188476562500 0.000000000000 +0.081542968750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.030883789062 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.096191406250 +0.210937500000 0.196289062500 0.000000000000 0.057617187500 +0.221679687500 0.000000000000 0.000000000000 0.019897460938 +0.000000000000 0.000000000000 0.136718750000 0.000000000000 +0.080078125000 0.020751953125 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.161132812500 0.000000000000 0.000000000000 +0.066894531250 0.043457031250 0.000000000000 0.064941406250 +0.000000000000 0.000000000000 0.046875000000 0.000000000000 +0.168945312500 0.164062500000 0.031250000000 0.245117187500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.189453125000 0.000000000000 0.000000000000 0.000000000000 +0.039794921875 0.000000000000 0.000000000000 0.000000000000 +0.211914062500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.227539062500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.052001953125 0.000000000000 +0.000000000000 0.144531250000 0.320312500000 0.059326171875 +0.139648437500 0.050292968750 0.000000000000 0.000000000000 +0.000000000000 0.008117675781 0.077148437500 0.000000000000 +0.000000000000 0.147460937500 0.103515625000 0.000000000000 +0.000000000000 0.178710937500 0.000000000000 0.044677734375 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.056884765625 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.147460937500 0.000000000000 0.105468750000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.010620117188 +0.241210937500 0.000000000000 0.228515625000 0.018066406250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.168945312500 0.000000000000 0.174804687500 0.000000000000 +0.195312500000 0.000000000000 0.110839843750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.174804687500 +0.182617187500 0.000000000000 0.222656250000 0.046386718750 +0.000000000000 0.000000000000 0.060791015625 0.031005859375 +0.175781250000 0.000000000000 0.000000000000 0.047851562500 +0.033203125000 0.000000000000 0.117187500000 0.203125000000 +0.000000000000 0.240234375000 0.000000000000 0.214843750000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.098632812500 +0.000000000000 0.130859375000 0.269531250000 0.308593750000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.228515625000 0.582031250000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.151367187500 0.000000000000 0.140625000000 0.251953125000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.184570312500 0.000000000000 0.000000000000 0.000000000000 +0.158203125000 0.000000000000 0.082031250000 0.000000000000 +0.037353515625 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.247070312500 +0.000000000000 0.021972656250 0.019165039062 0.000000000000 +0.180664062500 0.000000000000 0.000000000000 0.225585937500 +0.041748046875 0.000000000000 0.035644531250 0.263671875000 +0.031738281250 0.054443359375 0.000000000000 0.000000000000 +0.208984375000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.197265625000 0.023071289062 0.134765625000 +0.000000000000 0.306640625000 0.193359375000 0.341796875000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.267578125000 0.081054687500 0.000000000000 +0.000000000000 0.094726562500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.279296875000 0.271484375000 +0.008972167969 0.052734375000 0.000000000000 0.000000000000 +0.147460937500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.168945312500 0.000000000000 +0.085937500000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.251953125000 +0.151367187500 0.000000000000 0.000000000000 0.000000000000 +0.140625000000 0.000000000000 0.032714843750 0.197265625000 +0.222656250000 0.000000000000 0.147460937500 0.210937500000 +0.000000000000 0.058349609375 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.105957031250 0.099609375000 +0.000000000000 0.221679687500 0.000000000000 0.227539062500 +0.000000000000 0.000000000000 0.000000000000 0.237304687500 +0.000000000000 0.287109375000 0.015625000000 0.388671875000 +0.073730468750 0.000000000000 0.079589843750 0.000000000000 +0.000000000000 0.000000000000 0.067382812500 0.197265625000 +0.052246093750 0.213867187500 0.000000000000 0.000000000000 +0.117675781250 0.000000000000 0.104980468750 0.000000000000 +0.000000000000 0.000000000000 0.248046875000 0.020385742188 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.160156250000 0.000000000000 0.108398437500 +0.000000000000 0.040283203125 0.285156250000 0.000000000000 +0.036376953125 0.000000000000 0.000000000000 0.057617187500 +0.000000000000 0.000000000000 0.066894531250 0.005981445312 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.039306640625 0.000000000000 +0.140625000000 0.107910156250 0.000000000000 0.000000000000 +0.000000000000 0.014343261719 0.000000000000 0.204101562500 +0.005065917969 0.000000000000 0.000000000000 0.018676757812 +0.191406250000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.199218750000 0.296875000000 +0.144531250000 0.308593750000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.064941406250 0.000000000000 0.135742187500 +0.000000000000 0.047607421875 0.000000000000 0.000000000000 +0.068847656250 0.000000000000 0.000000000000 0.031738281250 +0.007934570312 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.069824218750 0.000000000000 +0.000000000000 0.000000000000 0.172851562500 0.000000000000 +0.000000000000 0.066894531250 0.000000000000 0.000000000000 +0.000000000000 0.064453125000 0.075195312500 0.062500000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.188476562500 0.035400390625 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.118652343750 +0.000000000000 0.110351562500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.130859375000 0.173828125000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.044677734375 0.000000000000 +0.127929687500 0.000000000000 0.094726562500 0.010437011719 +0.056152343750 0.000000000000 0.052978515625 0.000000000000 +0.000000000000 0.017089843750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.128906250000 0.000000000000 0.000000000000 +0.000000000000 0.075683593750 0.000000000000 0.000000000000 +0.000000000000 0.000877380371 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.503906250000 +0.052246093750 0.000000000000 0.118652343750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.113769531250 0.000000000000 +0.028320312500 0.000000000000 0.000000000000 0.248046875000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.098632812500 0.000000000000 0.092285156250 +0.000000000000 0.000000000000 0.036376953125 0.000000000000 +0.000093460083 0.000000000000 0.093261718750 0.181640625000 +0.087890625000 0.024902343750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.166015625000 0.025512695312 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.073730468750 0.097656250000 0.000000000000 +0.000000000000 0.006317138672 0.000000000000 0.138671875000 +0.000000000000 0.000000000000 0.000000000000 0.054443359375 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.253906250000 0.051513671875 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.296875000000 0.000000000000 +0.000000000000 0.056640625000 0.000000000000 0.248046875000 +0.318359375000 0.000000000000 0.000000000000 0.000000000000 +0.015197753906 0.316406250000 0.000000000000 0.267578125000 +0.482421875000 0.000000000000 0.000000000000 0.000000000000 +0.023071289062 0.000000000000 0.099609375000 0.070312500000 +0.019531250000 0.000000000000 0.000000000000 0.152343750000 +0.000000000000 0.142578125000 0.000000000000 0.098144531250 +0.000000000000 0.000000000000 0.146484375000 0.000000000000 +0.000000000000 0.000000000000 0.143554687500 0.000000000000 +0.000000000000 0.111816406250 0.196289062500 0.030151367188 +0.197265625000 0.127929687500 0.000000000000 0.051269531250 +0.000000000000 0.000000000000 0.015625000000 0.223632812500 +0.234375000000 0.000000000000 0.246093750000 0.000000000000 +0.000000000000 0.000000000000 0.056640625000 0.324218750000 +0.000000000000 0.433593750000 0.000000000000 0.072753906250 +0.000000000000 0.121093750000 0.204101562500 0.000000000000 +0.000000000000 0.472656250000 0.000000000000 0.000000000000 +0.217773437500 0.017822265625 0.000000000000 0.000000000000 +0.039306640625 0.636718750000 0.000000000000 0.277343750000 +0.036132812500 0.000000000000 0.369140625000 0.000000000000 +0.000000000000 0.000000000000 0.125976562500 0.000000000000 +0.041015625000 0.000000000000 0.000000000000 0.000000000000 +0.166992187500 0.021362304688 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.363281250000 0.095703125000 +0.000000000000 0.074218750000 0.281250000000 0.000000000000 +0.134765625000 0.000000000000 0.000000000000 0.000000000000 +0.453125000000 0.335937500000 0.127929687500 0.224609375000 +0.000000000000 0.000000000000 0.000000000000 0.445312500000 +0.582031250000 0.196289062500 0.347656250000 0.000000000000 +0.000000000000 0.183593750000 0.010925292969 0.318359375000 +0.423828125000 0.054199218750 0.000000000000 0.386718750000 +0.000000000000 0.224609375000 0.000000000000 0.000000000000 +0.000000000000 0.188476562500 0.000000000000 0.000000000000 +0.175781250000 0.247070312500 0.640625000000 0.117187500000 +0.000000000000 0.494140625000 0.000000000000 0.009216308594 +0.000000000000 0.000000000000 0.152343750000 0.000000000000 +0.000000000000 0.000000000000 0.283203125000 0.000000000000 +0.425781250000 0.247070312500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.255859375000 0.127929687500 0.373046875000 +0.215820312500 0.296875000000 0.000000000000 0.000000000000 +0.060058593750 0.000000000000 0.000000000000 0.000000000000 +0.052246093750 0.339843750000 0.059814453125 0.070800781250 +0.000000000000 0.000000000000 0.000000000000 0.458984375000 +0.210937500000 0.122070312500 0.076660156250 0.000000000000 +0.000000000000 0.474609375000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.249023437500 +0.000000000000 0.000000000000 0.234375000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.265625000000 +0.151367187500 0.249023437500 0.296875000000 0.190429687500 +0.176757812500 0.265625000000 0.000000000000 0.037841796875 +0.052978515625 0.000000000000 0.000000000000 0.072265625000 +0.000000000000 0.000000000000 0.163085937500 0.095703125000 +0.172851562500 0.488281250000 0.134765625000 0.000000000000 +0.000000000000 0.092285156250 0.039794921875 0.000000000000 +0.139648437500 0.152343750000 0.000000000000 0.013977050781 +0.703125000000 0.000000000000 0.000000000000 0.035400390625 +0.000000000000 0.000000000000 0.177734375000 0.000000000000 +0.000000000000 0.205078125000 0.220703125000 0.012390136719 +0.000000000000 0.000000000000 0.000000000000 0.150390625000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.546875000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.351562500000 0.000000000000 +0.000000000000 0.000000000000 0.294921875000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.166015625000 +0.000000000000 0.136718750000 0.000000000000 0.000000000000 +0.086914062500 0.255859375000 0.000000000000 0.017700195312 +0.250000000000 0.000000000000 0.111816406250 0.128906250000 +0.000000000000 0.000000000000 0.112304687500 0.138671875000 +0.000000000000 0.073242187500 0.049560546875 0.000000000000 +0.126953125000 0.000000000000 0.000000000000 0.000000000000 +0.080566406250 0.007263183594 0.000000000000 0.000000000000 +0.086425781250 0.000000000000 0.000000000000 0.000000000000 +0.050781250000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.206054687500 0.034423828125 0.000000000000 +0.000000000000 0.000000000000 0.043457031250 0.242187500000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.178710937500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.039306640625 0.000000000000 +0.034423828125 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.147460937500 0.000000000000 +0.000000000000 0.083007812500 0.000000000000 0.000000000000 +0.098144531250 0.000000000000 0.164062500000 0.105468750000 +0.048828125000 0.032470703125 0.033203125000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.121093750000 0.000000000000 0.000000000000 +0.115234375000 0.174804687500 0.000000000000 0.000000000000 +0.221679687500 0.133789062500 0.000000000000 0.000000000000 +0.000000000000 0.144531250000 0.080566406250 0.000000000000 +0.000000000000 0.076171875000 0.000000000000 0.000000000000 +0.049560546875 0.000000000000 0.000000000000 0.000000000000 +0.030639648438 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.216796875000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.126953125000 0.010437011719 0.000000000000 +0.000000000000 0.000000000000 0.068359375000 0.000000000000 +0.000000000000 0.000000000000 0.061767578125 0.077148437500 +0.000000000000 0.000000000000 0.001853942871 0.000000000000 +0.124511718750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.012634277344 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.021850585938 0.006286621094 0.000000000000 +0.000000000000 0.000000000000 0.009582519531 0.222656250000 +0.000000000000 0.000000000000 0.043212890625 0.000000000000 +0.000000000000 0.000000000000 0.181640625000 0.000000000000 +0.000000000000 0.000000000000 0.100585937500 0.000000000000 +0.148437500000 0.000000000000 0.002273559570 0.000000000000 +0.039062500000 0.000000000000 0.000000000000 0.080566406250 +0.025146484375 0.000000000000 0.156250000000 0.287109375000 +0.000000000000 0.016113281250 0.000000000000 0.135742187500 +0.000000000000 0.000000000000 0.023193359375 0.000000000000 +0.013854980469 0.000000000000 0.238281250000 0.183593750000 +0.045654296875 0.300781250000 0.033203125000 0.202148437500 +0.000000000000 0.000000000000 0.141601562500 0.000000000000 +0.118652343750 0.082031250000 0.000000000000 0.007476806641 +0.000000000000 0.345703125000 0.000000000000 0.137695312500 +0.000000000000 0.224609375000 0.192382812500 0.045898437500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.036865234375 0.095214843750 0.000000000000 +0.000000000000 0.096679687500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.079589843750 +0.000000000000 0.000000000000 0.008483886719 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.281250000000 +0.000000000000 0.000000000000 0.000000000000 0.113769531250 +0.000000000000 0.000000000000 0.000000000000 0.110351562500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.353515625000 +0.308593750000 0.000000000000 0.130859375000 0.099609375000 +0.061767578125 0.133789062500 0.111328125000 0.000000000000 +0.277343750000 0.000000000000 0.000000000000 0.146484375000 +0.017333984375 0.000000000000 0.023193359375 0.208007812500 +0.026123046875 0.135742187500 0.121582031250 0.039306640625 +0.000000000000 0.054687500000 0.081054687500 0.283203125000 +0.027221679688 0.172851562500 0.036376953125 0.205078125000 +0.000000000000 0.050292968750 0.005462646484 0.000000000000 +0.000000000000 0.000000000000 0.045654296875 0.000000000000 +0.000000000000 0.206054687500 0.148437500000 0.000000000000 +0.052978515625 0.000000000000 0.253906250000 0.138671875000 +0.000000000000 0.312500000000 0.238281250000 0.439453125000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.238281250000 0.000000000000 0.147460937500 +0.359375000000 0.155273437500 0.294921875000 0.070312500000 +0.240234375000 0.000000000000 0.000000000000 0.035400390625 +0.000000000000 0.000000000000 0.084960937500 0.000000000000 +0.000000000000 0.000000000000 0.135742187500 0.000000000000 +0.000000000000 0.041259765625 0.054931640625 0.000000000000 +0.000000000000 0.265625000000 0.003784179688 0.000000000000 +0.205078125000 0.257812500000 0.000000000000 0.000000000000 +0.161132812500 0.000000000000 0.099609375000 0.010742187500 +0.041015625000 0.000000000000 0.030883789062 0.216796875000 +0.326171875000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.104492187500 0.339843750000 +0.492187500000 0.519531250000 0.000000000000 0.000000000000 +0.357421875000 0.000000000000 0.186523437500 0.028076171875 +0.000000000000 0.099609375000 0.269531250000 0.000000000000 +0.000000000000 0.310546875000 0.000000000000 0.000000000000 +0.000000000000 0.141601562500 0.308593750000 0.000000000000 +0.000000000000 0.292968750000 0.617187500000 0.012084960938 +0.000000000000 0.000000000000 0.077148437500 0.000000000000 +0.006958007812 0.000000000000 0.000000000000 0.000000000000 +0.570312500000 0.055664062500 0.000000000000 0.000000000000 +0.000000000000 0.265625000000 0.098144531250 0.126953125000 +0.000000000000 0.000000000000 0.523437500000 0.000000000000 +0.119628906250 0.035888671875 0.000000000000 0.000000000000 +0.041748046875 0.281250000000 0.080566406250 0.020263671875 +0.000000000000 0.163085937500 0.000000000000 0.000000000000 +0.341796875000 0.000000000000 0.230468750000 0.000000000000 +0.078125000000 0.000000000000 0.086914062500 0.040771484375 +0.066894531250 0.000000000000 0.079589843750 0.000000000000 +0.025390625000 0.000000000000 0.000000000000 0.000000000000 +0.170898437500 0.000000000000 0.000000000000 0.000000000000 +0.285156250000 0.055908203125 0.195312500000 0.421875000000 +0.225585937500 0.105957031250 0.000000000000 0.055664062500 +0.000000000000 0.000000000000 0.241210937500 0.048828125000 +0.126953125000 0.000000000000 0.000000000000 0.093261718750 +0.355468750000 0.197265625000 0.000000000000 0.128906250000 +0.000000000000 0.332031250000 0.000000000000 0.000000000000 +0.373046875000 0.084960937500 0.070312500000 0.000000000000 +0.000000000000 0.205078125000 0.000000000000 0.120605468750 +0.000000000000 0.006347656250 0.478515625000 0.205078125000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.251953125000 0.068847656250 0.421875000000 +0.000000000000 0.192382812500 0.180664062500 0.000000000000 +0.015625000000 0.131835937500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.047363281250 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.367187500000 +0.092285156250 0.000000000000 0.000000000000 0.000000000000 +0.095703125000 0.178710937500 0.000000000000 0.267578125000 +0.225585937500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.146484375000 0.203125000000 +0.090820312500 0.005126953125 0.149414062500 0.194335937500 +0.000000000000 0.000000000000 0.004394531250 0.000000000000 +0.000000000000 0.038085937500 0.000000000000 0.000000000000 +0.000000000000 0.018920898438 0.000000000000 0.134765625000 +0.000000000000 0.098632812500 0.237304687500 0.000000000000 +0.000000000000 0.028686523438 0.020507812500 0.148437500000 +0.000000000000 0.000000000000 0.087402343750 0.185546875000 +0.001861572266 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.003967285156 0.277343750000 0.062011718750 +0.000000000000 0.090332031250 0.117187500000 0.000000000000 +0.052001953125 0.000000000000 0.000000000000 0.106445312500 +0.000000000000 0.000000000000 0.000000000000 0.261718750000 +0.112792968750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.065429687500 0.000000000000 0.162109375000 +0.000000000000 0.017089843750 0.141601562500 0.000000000000 +0.147460937500 0.030151367188 0.000000000000 0.055664062500 +0.065429687500 0.000000000000 0.034179687500 0.000000000000 +0.118164062500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.188476562500 0.000000000000 0.000000000000 +0.177734375000 0.158203125000 0.018676757812 0.000000000000 +0.208984375000 0.157226562500 0.000000000000 0.000000000000 +0.000000000000 0.134765625000 0.028930664062 0.066894531250 +0.169921875000 0.292968750000 0.000000000000 0.067871093750 +0.155273437500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.050781250000 0.020141601562 +0.000000000000 0.074707031250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.087402343750 0.062255859375 +0.000000000000 0.000000000000 0.073242187500 0.000000000000 +0.000000000000 0.002136230469 0.000000000000 0.000000000000 +0.000000000000 0.003173828125 0.043457031250 0.000000000000 +0.000000000000 0.043701171875 0.126953125000 0.154296875000 +0.046630859375 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.110351562500 0.000000000000 0.000000000000 +0.000000000000 0.055175781250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.047363281250 0.000000000000 0.000000000000 +0.000000000000 0.055175781250 0.089843750000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.396484375000 +0.192382812500 0.000000000000 0.287109375000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.068359375000 +0.000000000000 0.023437500000 0.000000000000 0.000000000000 +0.130859375000 0.000000000000 0.038574218750 0.000000000000 +0.211914062500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.142578125000 0.000000000000 0.106445312500 +0.056152343750 0.000000000000 0.079589843750 0.008056640625 +0.000000000000 0.000000000000 0.464843750000 0.099121093750 +0.000000000000 0.029296875000 0.172851562500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.021240234375 +0.000000000000 0.199218750000 0.000000000000 0.000000000000 +0.000000000000 0.113281250000 0.025390625000 0.073730468750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.033203125000 0.000000000000 +0.000000000000 0.024047851562 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.036376953125 0.000000000000 +0.041259765625 0.103027343750 0.000000000000 0.036621093750 +0.000000000000 0.000000000000 0.060302734375 0.025512695312 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.108886718750 0.000000000000 0.000000000000 0.000000000000 +0.093750000000 0.000000000000 0.000000000000 0.000000000000 +0.058593750000 0.000000000000 0.065429687500 0.197265625000 +0.000000000000 0.000000000000 0.086914062500 0.098632812500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.049072265625 0.000000000000 0.000000000000 0.147460937500 +0.326171875000 0.000000000000 0.008239746094 0.076171875000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.257812500000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.016113281250 0.000000000000 0.002227783203 +0.000000000000 0.130859375000 0.080566406250 0.080566406250 +0.000000000000 0.000000000000 0.101074218750 0.000000000000 +0.000000000000 0.322265625000 0.007446289062 0.093261718750 +0.000000000000 0.169921875000 0.000000000000 0.000000000000 +0.091796875000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.073730468750 0.000000000000 +0.000000000000 0.000000000000 0.089355468750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.100585937500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.050781250000 +0.231445312500 0.000000000000 0.000000000000 0.020385742188 +0.050781250000 0.000000000000 0.063476562500 0.133789062500 +0.000000000000 0.026977539062 0.211914062500 0.155273437500 +0.000000000000 0.166015625000 0.027343750000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.009887695312 0.000000000000 0.171875000000 +0.000000000000 0.154296875000 0.000000000000 0.029052734375 +0.000000000000 0.031005859375 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.155273437500 0.238281250000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.039794921875 +0.000000000000 0.159179687500 0.000000000000 0.000000000000 +0.263671875000 0.000000000000 0.125976562500 0.000000000000 +0.002059936523 0.000000000000 0.215820312500 0.000000000000 +0.000000000000 0.083007812500 0.000000000000 0.000000000000 +0.088867187500 0.147460937500 0.000000000000 0.098144531250 +0.000000000000 0.182617187500 0.519531250000 0.000000000000 +0.080566406250 0.169921875000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.064941406250 0.000000000000 +0.009887695312 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.125000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.088867187500 0.000000000000 +0.119140625000 0.032226562500 0.000000000000 0.000000000000 +0.000000000000 0.034423828125 0.144531250000 0.030273437500 +0.000000000000 0.000000000000 0.005462646484 0.369140625000 +0.149414062500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.173828125000 0.110351562500 +0.000000000000 0.009887695312 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.021850585938 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.110839843750 0.222656250000 +0.000000000000 0.192382812500 0.000000000000 0.000000000000 +0.151367187500 0.000000000000 0.000000000000 0.069824218750 +0.021484375000 0.000000000000 0.002182006836 0.000000000000 +0.035644531250 0.159179687500 0.000000000000 0.000000000000 +0.150390625000 0.000000000000 0.058837890625 0.000000000000 +0.000000000000 0.000000000000 0.097167968750 0.000000000000 +0.024658203125 0.061035156250 0.000000000000 0.070800781250 +0.000000000000 0.019287109375 0.172851562500 0.000000000000 +0.000000000000 0.005737304688 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.062988281250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.028076171875 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.285156250000 0.128906250000 0.000000000000 0.000000000000 +0.075195312500 0.055664062500 0.043701171875 0.025634765625 +0.122070312500 0.000000000000 0.000000000000 0.088867187500 +0.000000000000 0.089355468750 0.097656250000 0.000000000000 +0.000000000000 0.112792968750 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.302734375000 0.000000000000 0.000000000000 +0.000000000000 0.156250000000 0.000000000000 0.000000000000 +0.000000000000 0.065429687500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.084472656250 0.441406250000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.038574218750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.142578125000 +0.000000000000 0.000000000000 0.051269531250 0.000000000000 +0.000000000000 0.092773437500 0.000000000000 0.000000000000 +0.166992187500 0.166992187500 0.000000000000 0.017944335938 +0.000000000000 0.261718750000 0.367187500000 0.113281250000 +0.097167968750 0.065429687500 0.000000000000 0.000000000000 +0.000000000000 0.031982421875 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.208007812500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.226562500000 0.000000000000 +0.047607421875 0.000000000000 0.000000000000 0.000000000000 +0.003570556641 0.113281250000 0.204101562500 0.024902343750 +0.000000000000 0.000000000000 0.023437500000 0.515625000000 +0.215820312500 0.000000000000 0.099609375000 0.000000000000 +0.041992187500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.078613281250 0.000000000000 0.000000000000 +0.169921875000 0.000000000000 0.016845703125 0.000000000000 +0.182617187500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.158203125000 +0.000000000000 0.000000000000 0.180664062500 0.130859375000 +0.000000000000 0.000000000000 0.038818359375 0.000000000000 +0.000000000000 0.000000000000 0.101562500000 0.000000000000 +0.031982421875 0.000000000000 0.000000000000 0.052490234375 +0.000000000000 0.146484375000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.065429687500 +0.000000000000 0.069335937500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.214843750000 0.000000000000 +0.000000000000 0.000000000000 0.008422851562 0.000000000000 +0.000000000000 0.000000000000 0.102050781250 0.000000000000 +0.000000000000 0.012817382812 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.035400390625 0.037353515625 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.169921875000 +0.012329101562 0.000000000000 0.000000000000 0.000000000000 +0.157226562500 0.002716064453 0.000000000000 0.068847656250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.107421875000 0.000000000000 0.000000000000 0.243164062500 +0.191406250000 0.131835937500 0.170898437500 0.010864257812 +0.000000000000 0.083007812500 0.124023437500 0.000000000000 +0.232421875000 0.000000000000 0.000000000000 0.000000000000 +0.004486083984 0.292968750000 0.000000000000 0.105957031250 +0.018432617188 0.210937500000 0.000000000000 0.124023437500 +0.000000000000 0.000000000000 0.041748046875 0.000000000000 +0.000000000000 0.345703125000 0.079589843750 0.326171875000 +0.000000000000 0.000000000000 0.096191406250 0.000000000000 +0.092773437500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.010925292969 0.000000000000 +0.042968750000 0.000000000000 0.018920898438 0.246093750000 +0.000000000000 0.000000000000 0.267578125000 0.166015625000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.078613281250 +0.353515625000 0.200195312500 0.000000000000 0.035400390625 +0.248046875000 0.000000000000 0.000000000000 0.190429687500 +0.000000000000 0.000000000000 0.240234375000 0.000000000000 +0.000000000000 0.005981445312 0.000000000000 0.000000000000 +0.000000000000 0.027343750000 0.000000000000 0.000000000000 +0.044433593750 0.060058593750 0.018188476562 0.000000000000 +0.192382812500 0.223632812500 0.000000000000 0.006469726562 +0.000000000000 0.010681152344 0.031494140625 0.021240234375 +0.200195312500 0.000000000000 0.063964843750 0.058837890625 +0.182617187500 0.000000000000 0.000000000000 0.000000000000 +0.032714843750 0.000000000000 0.000000000000 0.023803710938 +0.051757812500 0.123046875000 0.000000000000 0.000000000000 +0.138671875000 0.000000000000 0.204101562500 0.002731323242 +0.064453125000 0.000000000000 0.210937500000 0.000000000000 +0.000000000000 0.025024414062 0.000000000000 0.000000000000 +0.000000000000 0.090332031250 0.184570312500 0.000000000000 +0.000000000000 0.098632812500 0.214843750000 0.212890625000 +0.034667968750 0.204101562500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.255859375000 0.163085937500 0.000000000000 +0.000000000000 0.000000000000 0.137695312500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.085449218750 0.000000000000 0.000000000000 0.000000000000 +0.165039062500 0.000000000000 0.000000000000 0.365234375000 +0.291015625000 0.000000000000 0.013305664062 0.089843750000 +0.000000000000 0.000000000000 0.237304687500 0.281250000000 +0.046875000000 0.015747070312 0.000000000000 0.140625000000 +0.244140625000 0.052246093750 0.000000000000 0.000000000000 +0.314453125000 0.052734375000 0.000000000000 0.000000000000 +0.246093750000 0.000000000000 0.195312500000 0.267578125000 +0.147460937500 0.083007812500 0.102050781250 0.127929687500 +0.000000000000 0.058349609375 0.130859375000 0.000000000000 +0.000000000000 0.000000000000 0.139648437500 0.000000000000 +0.119140625000 0.000000000000 0.000000000000 0.211914062500 +0.104492187500 0.000000000000 0.000000000000 0.197265625000 +0.020507812500 0.000000000000 0.289062500000 0.000000000000 +0.000000000000 0.361328125000 0.000000000000 0.000000000000 +0.000000000000 0.029052734375 0.138671875000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.022705078125 0.117675781250 +0.031738281250 0.447265625000 0.000000000000 0.277343750000 +0.000000000000 0.000000000000 0.000000000000 0.130859375000 +0.118652343750 0.000000000000 0.000000000000 0.118164062500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.157226562500 0.000000000000 0.000000000000 0.000000000000 +0.051269531250 0.000000000000 0.050292968750 0.271484375000 +0.000000000000 0.000000000000 0.000000000000 0.190429687500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.168945312500 0.233398437500 +0.345703125000 0.000000000000 0.000000000000 0.147460937500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.330078125000 0.000000000000 0.000000000000 0.218750000000 +0.000000000000 0.000000000000 0.000000000000 0.093750000000 +0.000000000000 0.138671875000 0.294921875000 0.000000000000 +0.000000000000 0.000000000000 0.019287109375 0.232421875000 +0.000000000000 0.000000000000 0.000000000000 0.106445312500 +0.000000000000 0.408203125000 0.000000000000 0.000000000000 +0.000000000000 0.193359375000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000339508057 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.470703125000 +0.078613281250 0.000000000000 0.000000000000 0.000000000000 +0.160156250000 0.131835937500 0.000000000000 0.133789062500 +0.429687500000 0.034912109375 0.000000000000 0.000000000000 +0.056152343750 0.000000000000 0.095703125000 0.353515625000 +0.281250000000 0.140625000000 0.316406250000 0.000000000000 +0.000000000000 0.316406250000 0.185546875000 0.000000000000 +0.138671875000 0.000000000000 0.000000000000 0.000000000000 +0.250000000000 0.136718750000 0.000000000000 0.097656250000 +0.237304687500 0.216796875000 0.000000000000 0.000000000000 +0.000000000000 0.063476562500 0.102050781250 0.143554687500 +0.004547119141 0.000000000000 0.044921875000 0.503906250000 +0.000000000000 0.000000000000 0.238281250000 0.000000000000 +0.000000000000 0.018676757812 0.030273437500 0.040771484375 +0.000000000000 0.193359375000 0.014343261719 0.000000000000 +0.000000000000 0.019042968750 0.000000000000 0.570312500000 +0.000000000000 0.150390625000 0.090332031250 0.044921875000 +0.000000000000 0.006439208984 0.000000000000 0.000000000000 +0.000000000000 0.176757812500 0.000000000000 0.062500000000 +0.124511718750 0.250000000000 0.148437500000 0.125976562500 +0.193359375000 0.161132812500 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.173828125000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.384765625000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.333984375000 0.000000000000 +0.332031250000 0.054931640625 0.000000000000 0.000000000000 +0.269531250000 0.240234375000 0.048339843750 0.050292968750 +0.073242187500 0.000000000000 0.000000000000 0.247070312500 +0.519531250000 0.000000000000 0.054443359375 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.113769531250 +0.170898437500 0.500000000000 0.000000000000 0.000000000000 +0.039550781250 0.208984375000 0.279296875000 0.014892578125 +0.043701171875 0.084960937500 0.000000000000 0.000000000000 +0.000000000000 0.275390625000 0.007202148438 0.000000000000 +0.000000000000 0.114257812500 0.165039062500 0.000000000000 +0.000000000000 0.000000000000 0.378906250000 0.225585937500 +0.000000000000 0.177734375000 0.000000000000 0.000000000000 +0.000000000000 0.082519531250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.006317138672 0.398437500000 0.209960937500 0.000000000000 +0.000000000000 0.000000000000 0.010131835938 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.175781250000 0.158203125000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.265625000000 +0.392578125000 0.000000000000 0.000000000000 0.152343750000 +0.000000000000 0.032470703125 0.042724609375 0.083984375000 +0.000000000000 0.000000000000 0.000000000000 0.058349609375 +0.000000000000 0.156250000000 0.000000000000 0.000000000000 +0.053710937500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.484375000000 0.257812500000 +0.000000000000 0.000000000000 0.081542968750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.101562500000 +0.104980468750 0.000000000000 0.000000000000 0.000000000000 +0.159179687500 0.198242187500 0.000000000000 0.000000000000 +0.046630859375 0.020751953125 0.000000000000 0.000000000000 +0.073242187500 0.000000000000 0.088378906250 0.000000000000 +0.190429687500 0.189453125000 0.000000000000 0.000000000000 +0.000000000000 0.013183593750 0.000000000000 0.000000000000 +0.000000000000 0.012390136719 0.067382812500 0.000000000000 +0.000000000000 0.036865234375 0.122558593750 0.330078125000 +0.000000000000 0.032470703125 0.182617187500 0.124023437500 +0.139648437500 0.146484375000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.250000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.020507812500 0.106445312500 0.128906250000 0.097167968750 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.289062500000 0.000000000000 0.046875000000 0.191406250000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.068359375000 0.000000000000 0.205078125000 0.000000000000 +0.000000000000 0.115722656250 0.000000000000 0.000000000000 +0.048339843750 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.021606445312 0.179687500000 0.000000000000 +0.000000000000 0.000000000000 0.026123046875 0.546875000000 +0.000000000000 0.000000000000 0.240234375000 0.000000000000 +0.019409179688 0.073730468750 0.072265625000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.043212890625 0.000000000000 +0.049072265625 0.000000000000 0.000000000000 0.001861572266 +0.164062500000 0.008728027344 0.012939453125 0.112304687500 +0.066406250000 0.107910156250 0.000000000000 0.037109375000 +0.000000000000 0.013671875000 0.049072265625 0.000000000000 +0.000000000000 0.020507812500 0.152343750000 0.000000000000 +0.000000000000 0.216796875000 0.000000000000 0.000000000000 +0.000000000000 0.141601562500 0.000000000000 0.000000000000 +0.000000000000 0.079589843750 0.000000000000 0.000000000000 +0.000000000000 0.055175781250 0.084960937500 0.000000000000 +0.000000000000 0.194335937500 0.057861328125 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.210937500000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.011840820312 0.000000000000 +0.116210937500 0.000000000000 0.127929687500 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.058349609375 +0.036621093750 0.000000000000 0.000000000000 0.000000000000 +0.006378173828 0.000000000000 0.000000000000 0.069824218750 +0.189453125000 0.000000000000 0.000000000000 0.000000000000 +0.038574218750 0.000000000000 0.064453125000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.021484375000 +0.000000000000 0.153320312500 0.000000000000 0.028320312500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.114746093750 0.277343750000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.046875000000 0.000000000000 0.000000000000 0.044677734375 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.125976562500 0.000000000000 +0.115234375000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.038085937500 0.000000000000 0.000000000000 +0.000000000000 0.131835937500 0.000000000000 0.090332031250 +0.000000000000 0.025756835938 0.431640625000 0.050292968750 +0.000000000000 0.000000000000 0.031982421875 0.000000000000 +0.000000000000 0.000000000000 0.019409179688 0.088378906250 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.038330078125 0.065429687500 0.000000000000 +0.000000000000 0.000000000000 0.003906250000 0.000000000000 +0.000000000000 0.013366699219 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.056640625000 0.130859375000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.224609375000 0.207031250000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.267578125000 0.000000000000 0.000000000000 0.000000000000 +0.219726562500 0.000000000000 0.000000000000 0.000000000000 +0.042480468750 0.000000000000 0.000000000000 0.057861328125 +0.000000000000 0.079101562500 0.048583984375 0.263671875000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.084472656250 0.000000000000 0.155273437500 0.122558593750 +0.237304687500 0.000000000000 0.000000000000 0.251953125000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.062255859375 0.000000000000 0.094726562500 0.000000000000 +0.000000000000 0.000000000000 0.083007812500 0.001792907715 +0.000000000000 0.112304687500 0.169921875000 0.112304687500 +0.000000000000 0.000000000000 0.000000000000 0.103027343750 +0.000000000000 0.000000000000 0.000000000000 0.020507812500 +0.028930664062 0.363281250000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.020263671875 0.185546875000 +0.000000000000 0.112792968750 0.000000000000 0.024536132812 +0.096679687500 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.414062500000 +0.049316406250 0.000000000000 0.000000000000 0.000000000000 +0.090332031250 0.123046875000 0.000000000000 0.147460937500 +0.037109375000 0.000000000000 0.000000000000 0.000000000000 +0.100097656250 0.000000000000 0.009765625000 0.155273437500 +0.150390625000 0.215820312500 0.042968750000 0.000000000000 +0.118652343750 0.289062500000 0.000000000000 0.000000000000 +0.055664062500 0.000000000000 0.000000000000 0.000000000000 +0.107421875000 0.390625000000 0.000000000000 0.000000000000 +0.302734375000 0.221679687500 0.000000000000 0.000000000000 +0.000000000000 0.104980468750 0.080566406250 0.051757812500 +0.095214843750 0.116210937500 0.000000000000 0.234375000000 +0.010559082031 0.000000000000 0.103027343750 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.110839843750 0.000000000000 0.000000000000 +0.058837890625 0.000000000000 0.000000000000 0.133789062500 +0.000000000000 0.000000000000 0.193359375000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.082519531250 0.000000000000 +0.030273437500 0.151367187500 0.228515625000 0.098632812500 +0.069335937500 0.146484375000 0.000000000000 0.004058837891 +0.000000000000 0.000000000000 0.171875000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.124511718750 0.000000000000 0.127929687500 +0.151367187500 0.000000000000 0.072265625000 0.000000000000 +0.183593750000 0.076660156250 0.000000000000 0.000000000000 +0.000000000000 0.142578125000 0.053466796875 0.078125000000 +0.163085937500 0.000000000000 0.000000000000 0.000000000000 +0.177734375000 0.000000000000 0.000000000000 0.000000000000 +0.070800781250 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.128906250000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.053955078125 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.178710937500 0.000000000000 0.000000000000 0.000000000000 +0.233398437500 0.000000000000 0.038330078125 0.179687500000 +0.070800781250 0.130859375000 0.024169921875 0.000000000000 +0.000000000000 0.000000000000 0.135742187500 0.097167968750 +0.000000000000 0.000000000000 0.074707031250 0.000000000000 +0.000000000000 0.064941406250 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.018554687500 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.043945312500 0.000000000000 0.145507812500 0.589843750000 +0.000000000000 0.000000000000 0.271484375000 0.104980468750 +0.181640625000 0.000000000000 0.078125000000 0.051025390625 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 diff --git a/AI_Engine_Development/AIE-MLv2/Design_Tutorials/01-Radio-ML/aie/max_pool1d_w2/gen_vectors.ipynb b/AI_Engine_Development/AIE-MLv2/Design_Tutorials/01-Radio-ML/aie/max_pool1d_w2/gen_vectors.ipynb new file mode 100755 index 0000000000..91f8a3f2a7 --- /dev/null +++ b/AI_Engine_Development/AIE-MLv2/Design_Tutorials/01-Radio-ML/aie/max_pool1d_w2/gen_vectors.ipynb @@ -0,0 +1,456 @@ +{ + "cells": [ + { + "cell_type": "markdown", + "id": "bcdf2452-4c3b-4ce0-b019-cbe980967a1c", + "metadata": {}, + "source": [ + "# Testbench for `max_pool1d_w2()`" + ] + }, + { + "cell_type": "code", + "execution_count": 19, + "id": "946f566a-c3f6-446f-aeb6-cb0055910900", + "metadata": {}, + "outputs": [], + "source": [ + "#\n", + "# Copyright (C) 2024, Advanced Micro Devices, Inc. All rights reserved.\n", + "# SPDX-License-Identifier: MIT\n", + "#\n", + "# Author: Faisal El-Shabani" + ] + }, + { + "cell_type": "code", + "execution_count": 20, + "id": "934e0796-0306-4ce9-9a92-598027c75f38", + "metadata": {}, + "outputs": [], + "source": [ + "from tensorflow import keras\n", + "from tensorflow.keras.layers import Conv1D, MaxPooling1D\n", + "import matplotlib.pyplot as plt\n", + "from sklearn.model_selection import train_test_split\n", + "import h5py as h5\n", + "import numpy as np\n", + "import os.path\n", + "import vfs\n", + "import varray as va\n", + "\n", + "NITERATIONS = 4 # Number of AI Engine graph iterations" + ] + }, + { + "cell_type": "markdown", + "id": "5bdc7e83-3fd0-4fd0-99b5-7938816f0df2", + "metadata": {}, + "source": [ + "## Layer Definition" + ] + }, + { + "cell_type": "code", + "execution_count": 21, + "id": "0c57f98d-1999-4b61-a129-e3dd1bd92677", + "metadata": {}, + "outputs": [], + "source": [ + "inputs = keras.Input(shape=(1024,2),name=\"input\")\n", + "outputs = Conv1D(filters=64,kernel_size=7,strides=1,padding=\"same\",name=\"conv1d_w1\",activation='relu')(inputs)\n", + "model_stim = keras.Model(inputs=inputs,outputs=outputs)\n", + "w_weights = np.loadtxt('../conv1d_w1/w1_weights_trained.txt')\n", + "w_weights = (w_weights.astype(\"bfloat16\")).astype(\"float32\")\n", + "w_bias = np.loadtxt('../conv1d_w1/w1_bias_trained.txt')\n", + "w_bias = (w_bias.astype(\"bfloat16\")).astype(\"float32\")\n", + "w_weights = np.reshape(w_weights,(7,2,64))\n", + "model_stim.set_weights((w_weights,w_bias))" + ] + }, + { + "cell_type": "code", + "execution_count": 22, + "id": "cd15a0ca-2889-4d90-bd0f-2e76c63c6c19", + "metadata": {}, + "outputs": [ + { + "data": { + "text/html": [ + "
Model: \"functional_2\"\n",
+       "
\n" + ], + "text/plain": [ + "\u001b[1mModel: \"functional_2\"\u001b[0m\n" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/html": [ + "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━┓\n",
+       "┃ Layer (type)                     Output Shape                  Param # ┃\n",
+       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━┩\n",
+       "│ input (InputLayer)              │ (None, 1024, 2)        │             0 │\n",
+       "├─────────────────────────────────┼────────────────────────┼───────────────┤\n",
+       "│ conv1d_w1 (Conv1D)              │ (None, 1024, 64)       │           960 │\n",
+       "└─────────────────────────────────┴────────────────────────┴───────────────┘\n",
+       "
\n" + ], + "text/plain": [ + "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━┓\n", + "┃\u001b[1m \u001b[0m\u001b[1mLayer (type) \u001b[0m\u001b[1m \u001b[0m┃\u001b[1m \u001b[0m\u001b[1mOutput Shape \u001b[0m\u001b[1m \u001b[0m┃\u001b[1m \u001b[0m\u001b[1m Param #\u001b[0m\u001b[1m \u001b[0m┃\n", + "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━┩\n", + "│ input (\u001b[38;5;33mInputLayer\u001b[0m) │ (\u001b[38;5;45mNone\u001b[0m, \u001b[38;5;34m1024\u001b[0m, \u001b[38;5;34m2\u001b[0m) │ \u001b[38;5;34m0\u001b[0m │\n", + "├─────────────────────────────────┼────────────────────────┼───────────────┤\n", + "│ conv1d_w1 (\u001b[38;5;33mConv1D\u001b[0m) │ (\u001b[38;5;45mNone\u001b[0m, \u001b[38;5;34m1024\u001b[0m, \u001b[38;5;34m64\u001b[0m) │ \u001b[38;5;34m960\u001b[0m │\n", + "└─────────────────────────────────┴────────────────────────┴───────────────┘\n" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/html": [ + "
 Total params: 960 (3.75 KB)\n",
+       "
\n" + ], + "text/plain": [ + "\u001b[1m Total params: \u001b[0m\u001b[38;5;34m960\u001b[0m (3.75 KB)\n" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/html": [ + "
 Trainable params: 960 (3.75 KB)\n",
+       "
\n" + ], + "text/plain": [ + "\u001b[1m Trainable params: \u001b[0m\u001b[38;5;34m960\u001b[0m (3.75 KB)\n" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/html": [ + "
 Non-trainable params: 0 (0.00 B)\n",
+       "
\n" + ], + "text/plain": [ + "\u001b[1m Non-trainable params: \u001b[0m\u001b[38;5;34m0\u001b[0m (0.00 B)\n" + ] + }, + "metadata": {}, + "output_type": "display_data" + } + ], + "source": [ + "model_stim.summary()" + ] + }, + { + "cell_type": "code", + "execution_count": 23, + "id": "53441463", + "metadata": {}, + "outputs": [], + "source": [ + "inputs = keras.Input(shape=(1024,64),name=\"input_layer\")\n", + "outputs = MaxPooling1D(pool_size=2,strides=2,padding=\"valid\",name=\"max_pool1d_w2\")(inputs)\n", + "model = keras.Model(inputs=inputs,outputs=outputs)" + ] + }, + { + "cell_type": "code", + "execution_count": 24, + "id": "1f5d4822", + "metadata": {}, + "outputs": [ + { + "data": { + "text/html": [ + "
Model: \"functional_3\"\n",
+       "
\n" + ], + "text/plain": [ + "\u001b[1mModel: \"functional_3\"\u001b[0m\n" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/html": [ + "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━┓\n",
+       "┃ Layer (type)                     Output Shape                  Param # ┃\n",
+       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━┩\n",
+       "│ input_layer (InputLayer)        │ (None, 1024, 64)       │             0 │\n",
+       "├─────────────────────────────────┼────────────────────────┼───────────────┤\n",
+       "│ max_pool1d_w2 (MaxPooling1D)    │ (None, 512, 64)        │             0 │\n",
+       "└─────────────────────────────────┴────────────────────────┴───────────────┘\n",
+       "
\n" + ], + "text/plain": [ + "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━┓\n", + "┃\u001b[1m \u001b[0m\u001b[1mLayer (type) \u001b[0m\u001b[1m \u001b[0m┃\u001b[1m \u001b[0m\u001b[1mOutput Shape \u001b[0m\u001b[1m \u001b[0m┃\u001b[1m \u001b[0m\u001b[1m Param #\u001b[0m\u001b[1m \u001b[0m┃\n", + "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━┩\n", + "│ input_layer (\u001b[38;5;33mInputLayer\u001b[0m) │ (\u001b[38;5;45mNone\u001b[0m, \u001b[38;5;34m1024\u001b[0m, \u001b[38;5;34m64\u001b[0m) │ \u001b[38;5;34m0\u001b[0m │\n", + "├─────────────────────────────────┼────────────────────────┼───────────────┤\n", + "│ max_pool1d_w2 (\u001b[38;5;33mMaxPooling1D\u001b[0m) │ (\u001b[38;5;45mNone\u001b[0m, \u001b[38;5;34m512\u001b[0m, \u001b[38;5;34m64\u001b[0m) │ \u001b[38;5;34m0\u001b[0m │\n", + "└─────────────────────────────────┴────────────────────────┴───────────────┘\n" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/html": [ + "
 Total params: 0 (0.00 B)\n",
+       "
\n" + ], + "text/plain": [ + "\u001b[1m Total params: \u001b[0m\u001b[38;5;34m0\u001b[0m (0.00 B)\n" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/html": [ + "
 Trainable params: 0 (0.00 B)\n",
+       "
\n" + ], + "text/plain": [ + "\u001b[1m Trainable params: \u001b[0m\u001b[38;5;34m0\u001b[0m (0.00 B)\n" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/html": [ + "
 Non-trainable params: 0 (0.00 B)\n",
+       "
\n" + ], + "text/plain": [ + "\u001b[1m Non-trainable params: \u001b[0m\u001b[38;5;34m0\u001b[0m (0.00 B)\n" + ] + }, + "metadata": {}, + "output_type": "display_data" + } + ], + "source": [ + "model.summary()" + ] + }, + { + "cell_type": "markdown", + "id": "0905bc81-af38-4280-ae38-072b9530e565", + "metadata": {}, + "source": [ + "### Read training and test data" + ] + }, + { + "cell_type": "code", + "execution_count": 25, + "id": "841caa23-3f4f-455a-b21b-06a3b7cece28", + "metadata": {}, + "outputs": [ + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\u001b[1m1/1\u001b[0m \u001b[32m━━━━━━━━━━━━━━━━━━━━\u001b[0m\u001b[37m\u001b[0m \u001b[1m0s\u001b[0m 44ms/step\n" + ] + } + ], + "source": [ + "if not(\"RADIOML_DATA\" in os.environ):\n", + " print(\"Please set environment variable RADIOML_DATA to point to dataset found in https://www.kaggle.com/datasets/pinxau1000/radioml2018\")\n", + "data_file = os.environ[\"RADIOML_DATA\"] + 'GOLD_XYZ_OSC.0001_1024.hdf5'\n", + "file_handle = h5.File(data_file,'r')\n", + "myData = file_handle['X'][:] #1024x2 samples \n", + "myMods = file_handle['Y'][:] #mods \n", + "mySNRs = file_handle['Z'][:] #snrs \n", + "file_handle.close()\n", + "X_train ,X_predict ,Y_train ,Y_test, Z_train, Z_test =train_test_split(myData, myMods, mySNRs, test_size=0.2, random_state=0)\n", + "X_predict = X_predict[:NITERATIONS]\n", + "X_predict = (X_predict.astype(\"bfloat16\")).astype(\"float32\")\n", + "X_inputs = model_stim.predict(X_predict,batch_size=1024)\n", + "X_inputs = (X_inputs.astype(\"bfloat16\")).astype(\"float32\")\n" + ] + }, + { + "cell_type": "markdown", + "id": "53bf2899-8424-4f34-b305-dea322001c7c", + "metadata": {}, + "source": [ + "## Compute Golden Outputs" + ] + }, + { + "cell_type": "code", + "execution_count": 26, + "id": "532b9d20-6698-420d-842a-b5c2ee89c114", + "metadata": {}, + "outputs": [ + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\u001b[1m1/1\u001b[0m \u001b[32m━━━━━━━━━━━━━━━━━━━━\u001b[0m\u001b[37m\u001b[0m \u001b[1m0s\u001b[0m 40ms/step\n" + ] + } + ], + "source": [ + "predict = model.predict(X_inputs, batch_size=1024)\n", + "predict = (predict.astype(\"bfloat16\")).astype(\"float32\")\n" + ] + }, + { + "cell_type": "markdown", + "id": "b588f848-eb35-409a-94c0-9b9bf986383f", + "metadata": {}, + "source": [ + "## Store Layer Inputs" + ] + }, + { + "cell_type": "code", + "execution_count": 27, + "id": "84a1f04f-7eca-4694-906f-245a9001fd25", + "metadata": {}, + "outputs": [ + { + "name": "stdout", + "output_type": "stream", + "text": [ + "(4, 1024, 64)\n", + "(4, 64, 1024)\n" + ] + } + ], + "source": [ + "# Create directory if it doesn't exist\n", + "data_i = np.transpose(X_inputs,axes=(0,2,1))\n", + "if not os.path.exists('data'):\n", + " os.makedirs('data')\n", + "np.savetxt('data/data_i.txt',np.reshape(data_i,(-1,4)),fmt='%.12f %.12f %.12f %.12f')\n", + "print(X_inputs.shape)\n", + "print(data_i.shape)\n" + ] + }, + { + "cell_type": "markdown", + "id": "33ae9119-15e3-49ce-9ef8-ffab0c9ec411", + "metadata": {}, + "source": [ + "## Store Layer Outputs" + ] + }, + { + "cell_type": "code", + "execution_count": 28, + "id": "de799f89-ecbe-4480-9dcf-3bb4e5402546", + "metadata": {}, + "outputs": [ + { + "name": "stdout", + "output_type": "stream", + "text": [ + "(4, 512, 64)\n" + ] + } + ], + "source": [ + "data_o = predict\n", + "\n", + "np.savetxt('data/data_o.txt',np.reshape(data_o,(-1,4)),fmt='%.12f %.12f %.12f %.12f')\n", + "print(data_o.shape)" + ] + }, + { + "cell_type": "markdown", + "id": "06a8af86", + "metadata": {}, + "source": [ + "## Run Vitis Functional Simulation" + ] + }, + { + "cell_type": "code", + "execution_count": 29, + "id": "9986c78f", + "metadata": {}, + "outputs": [], + "source": [ + "max_pool1d_w2_graph = vfs.aieGraph(\n", + " input_file='max_pool1d_w2_app.cpp',\n", + " part=\"xc2ve3858-ssva2112-2MP-e-S\",\n", + " include_paths=['./'])\n", + "act_o = max_pool1d_w2_graph.run(va.array(np.reshape(data_i,(1,-1)),dtype=va.bfloat16))\n", + "act_o = np.array(act_o)\n" + ] + }, + { + "cell_type": "code", + "execution_count": 30, + "id": "66a9c0d5", + "metadata": {}, + "outputs": [ + { + "data": { + "image/png": "iVBORw0KGgoAAAANSUhEUgAAAjcAAAGzCAYAAADT4Tb9AAAAOnRFWHRTb2Z0d2FyZQBNYXRwbG90bGliIHZlcnNpb24zLjEwLjMsIGh0dHBzOi8vbWF0cGxvdGxpYi5vcmcvZiW1igAAAAlwSFlzAAAPYQAAD2EBqD+naQAAJrJJREFUeJzt3X101NWB//HPJCGTICSREDIGEh4UDUoKmpgQypZumdOo7NqsWDGbClIq1QIFwyJEEbZ1bVyfilaE0j0VPUKhdIWtlMaTBupDjQHCg4aHFI8KCJ1EiplBMCEw9/eHP746TQhBMyS5eb/OmdPm+73fmXvvKcy7k5nBZYwxAgAAsERER08AAACgPRE3AADAKsQNAACwCnEDAACsQtwAAACrEDcAAMAqxA0AALAKcQMAAKxC3AAAAKsQNwAAwCrEDYBOYcWKFXK5XOe8vfXWWx09RQBdRFRHTwAAvuinP/2pBg8e3Oz4FVdc0QGzAdAVETcAOpUbb7xRWVlZbR5/+vRpBYNBRUdHNzt34sQJXXLJJV96LsYYNTQ0KDY29kvfB4CLj19LAegyPvjgA7lcLj3++ONavHixLr/8crndbu3Zs0f/+Z//KZfLpT179ujf//3fdemll2rMmDGSPgughx56yBk/aNAg3X///WpsbAy5/0GDBulf/uVf9MorrygrK0uxsbH65S9/2RFLBfAV8MoNgE7F7/fr6NGjIcdcLpcSExOdn5977jk1NDRo2rRpcrvd6tOnj3Puu9/9roYOHaqf/exnMsZIkn7wgx/o+eef16233qo5c+aosrJSJSUl2rt3r9atWxfyWDU1NSooKNAPf/hD3XXXXbrqqqvCuFoA4UDcAOhUvF5vs2Nut1sNDQ3Ozx9++KHeffddJSUlNRs7YsQIrVq1yvl5165dev755/WDH/xAv/rVryRJP/rRj9SvXz89/vjj2rx5s/75n//ZGf/uu++qtLRUeXl57bksABcRcQOgU1myZImuvPLKkGORkZEhP0+YMKHFsJGku+++O+TnjRs3SpKKiopCjs+ZM0ePP/64/vCHP4TEzeDBgwkboIsjbgB0KtnZ2ed9Q3FLn6Y617kDBw4oIiKi2aetPB6PEhISdODAgTbfN4CugTcUA+hyWvv00rnOuVyur3zfALoG4gaA1QYOHKhgMKj9+/eHHK+trVV9fb0GDhzYQTMDEC7EDQCr3XTTTZKkxYsXhxx/8sknJUnjx4+/2FMCEGa85wZAp/LHP/5R+/bta3Z89OjRioi48P8/NmLECE2ePFnLly9XfX29xo4dqy1btuj5559Xfn5+yJuJAdiBuAHQqSxcuLDF488995y++c1vfqn7/J//+R8NGTJEK1as0Lp16+TxeFRcXKxFixZ9hZkC6Kxc5uy3XAEAAFiA99wAAACrEDcAAMAqxA0AALAKcQMAAKxC3AAAAKsQNwAAwCrd8ntugsGgjhw5ot69e7f535sBAAAdyxij48ePKyUlpdUv9eyWcXPkyBGlpqZ29DQAAMCXcOjQIQ0YMOCc57tl3PTu3VvSZ5sTFxfXwbMBAABtEQgElJqa6jyPn0u3jJuzv4qKi4sjbgAA6GLO95YS3lAMAACsQtwAAACrEDcAAMAqxA0AALAKcQMAAKxC3AAAAKsQNwAAwCrEDQAAsApxAwAArELcAAAAqxA3AADAKsQNAACwCnEDAACsQtwAAACrEDcAAMAqxA0AALAKcQMAAKxC3AAAAKsQNwAAwCrEDQAAsApxAwAArELcAAAAqxA3AADAKsQNAACwCnEDAACsQtwAAACrEDcAAMAqxA0AALAKcQMAAKxC3AAAAKsQNwAAwCrEDQAAsApxAwAArELcAAAAqxA3AADAKsQNAACwCnEDAACsQtwAAACrEDcAAMAqxA0AALAKcQMAAKxC3AAAAKsQNwAAwCoXJW6WLFmiQYMGKSYmRjk5OdqyZUur49euXav09HTFxMQoIyNDGzduPOfYu+++Wy6XS4sXL27nWQMAgK4o7HGzZs0aFRUVadGiRdq+fbtGjBihvLw81dXVtTj+zTffVEFBgaZOnaodO3YoPz9f+fn5qq6ubjZ23bp1euutt5SSkhLuZQAAgC4i7HHz5JNP6q677tKUKVN09dVXa9myZerZs6d+/etftzj+qaee0g033KC5c+dq2LBheuihh3TdddfpmWeeCRl3+PBhzZw5UytXrlSPHj3CvQwAANBFhDVuTp06paqqKnm93s8fMCJCXq9XFRUVLV5TUVERMl6S8vLyQsYHg0Hdcccdmjt3rq655przzqOxsVGBQCDkBgAA7BTWuDl69KjOnDmj5OTkkOPJycny+XwtXuPz+c47/r//+78VFRWlH//4x22aR0lJieLj451bamrqBa4EAAB0FV3u01JVVVV66qmntGLFCrlcrjZdU1xcLL/f79wOHToU5lkCAICOEta46du3ryIjI1VbWxtyvLa2Vh6Pp8VrPB5Pq+Nff/111dXVKS0tTVFRUYqKitKBAwc0Z84cDRo0qMX7dLvdiouLC7kBAAA7hTVuoqOjlZmZqfLycudYMBhUeXm5cnNzW7wmNzc3ZLwklZWVOePvuOMOvf3229q5c6dzS0lJ0dy5c/XKK6+EbzEAAKBLiAr3AxQVFWny5MnKyspSdna2Fi9erBMnTmjKlCmSpEmTJql///4qKSmRJM2aNUtjx47VE088ofHjx2v16tXatm2bli9fLklKTExUYmJiyGP06NFDHo9HV111VbiXAwAAOrmwx83EiRP10UcfaeHChfL5fBo5cqRKS0udNw0fPHhQERGfv4A0evRorVq1SgsWLND999+voUOHav369Ro+fHi4pwoAACzgMsaYjp7ExRYIBBQfHy+/38/7bwAA6CLa+vzd5T4tBQAA0BriBgAAWIW4AQAAViFuAACAVYgbAABgFeIGAABYhbgBAABWIW4AAIBViBsAAGAV4gYAAFiFuAEAAFYhbgAAgFWIGwAAYBXiBgAAWIW4AQAAViFuAACAVYgbAABgFeIGAABYhbgBAABWIW4AAIBViBsAAGAV4gYAAFiFuAEAAFYhbgAAgFWIGwAAYBXiBgAAWIW4AQAAViFuAACAVYgbAABgFeIGAABYhbgBAABWIW4AAIBViBsAAGAV4gYAAFiFuAEAAFYhbgAAgFWIGwAAYBXiBgAAWIW4AQAAViFuAACAVYgbAABgFeIGAABYhbgBAABWIW4AAIBViBsAAGAV4gYAAFiFuAEAAFYhbgAAgFWIGwAAYBXiBgAAWIW4AQAAViFuAACAVYgbAABgFeIGAABYhbgBAABWIW4AAIBVLkrcLFmyRIMGDVJMTIxycnK0ZcuWVsevXbtW6enpiomJUUZGhjZu3Oica2pq0rx585SRkaFLLrlEKSkpmjRpko4cORLuZQAAgC4g7HGzZs0aFRUVadGiRdq+fbtGjBihvLw81dXVtTj+zTffVEFBgaZOnaodO3YoPz9f+fn5qq6uliSdPHlS27dv14MPPqjt27frpZdeUk1NjW6++eZwLwUAAHQBLmOMCecD5OTk6Prrr9czzzwjSQoGg0pNTdXMmTM1f/78ZuMnTpyoEydOaMOGDc6xUaNGaeTIkVq2bFmLj7F161ZlZ2frwIEDSktLO++cAoGA4uPj5ff7FRcX9yVXBgAALqa2Pn+H9ZWbU6dOqaqqSl6v9/MHjIiQ1+tVRUVFi9dUVFSEjJekvLy8c46XJL/fL5fLpYSEhBbPNzY2KhAIhNwAAICdwho3R48e1ZkzZ5ScnBxyPDk5WT6fr8VrfD7fBY1vaGjQvHnzVFBQcM6KKykpUXx8vHNLTU39EqsBAABdQZf+tFRTU5Nuu+02GWO0dOnSc44rLi6W3+93bocOHbqIswQAABdTVDjvvG/fvoqMjFRtbW3I8draWnk8nhav8Xg8bRp/NmwOHDigTZs2tfq7N7fbLbfb/SVXAQAAupKwvnITHR2tzMxMlZeXO8eCwaDKy8uVm5vb4jW5ubkh4yWprKwsZPzZsNm/f7/+9Kc/KTExMTwLAAAAXU5YX7mRpKKiIk2ePFlZWVnKzs7W4sWLdeLECU2ZMkWSNGnSJPXv318lJSWSpFmzZmns2LF64oknNH78eK1evVrbtm3T8uXLJX0WNrfeequ2b9+uDRs26MyZM877cfr06aPo6OhwLwkAAHRiYY+biRMn6qOPPtLChQvl8/k0cuRIlZaWOm8aPnjwoCIiPn8BafTo0Vq1apUWLFig+++/X0OHDtX69es1fPhwSdLhw4f1+9//XpI0cuTIkMfavHmzvvnNb4Z7SQAAoBML+/fcdEZ8zw0AAF1Pp/ieGwAAgIuNuAEAAFYhbgAAgFWIGwAAYBXiBgAAWIW4AQAAViFuAACAVYgbAABgFeIGAABYhbgBAABWIW4AAIBViBsAAGAV4gYAAFiFuAEAAFYhbgAAgFWIGwAAYBXiBgAAWIW4AQAAViFuAACAVYgbAABgFeIGAABYhbgBAABWIW4AAIBViBsAAGAV4gYAAFiFuAEAAFYhbgAAgFWIGwAAYBXiBgAAWIW4AQAAViFuAACAVYgbAABgFeIGAABYhbgBAABWIW4AAIBViBsAAGAV4gYAAFiFuAEAAFYhbgAAgFWIGwAAYBXiBgAAWIW4AQAAViFuAACAVYgbAABgFeIGAABYhbgBAABWIW4AAIBViBsAAGAV4gYAAFiFuAEAAFYhbgAAgFWIGwAAYBXiBgAAWIW4AQAAViFuAACAVYgbAABgFeIGAABY5aLEzZIlSzRo0CDFxMQoJydHW7ZsaXX82rVrlZ6erpiYGGVkZGjjxo0h540xWrhwoS677DLFxsbK6/Vq//794VwCAADoIsIeN2vWrFFRUZEWLVqk7du3a8SIEcrLy1NdXV2L4998800VFBRo6tSp2rFjh/Lz85Wfn6/q6mpnzKOPPqqnn35ay5YtU2VlpS655BLl5eWpoaEh3MsBAACdnMsYY8L5ADk5Obr++uv1zDPPSJKCwaBSU1M1c+ZMzZ8/v9n4iRMn6sSJE9qwYYNzbNSoURo5cqSWLVsmY4xSUlI0Z84c/cd//Ickye/3Kzk5WStWrNDtt9/e7D4bGxvV2Njo/BwIBJSamiq/36+4uLh2W2v53lq98e7Rdrs/AAC6qnHpyRoztG+73mcgEFB8fPx5n7+j2vVR/8GpU6dUVVWl4uJi51hERIS8Xq8qKipavKaiokJFRUUhx/Ly8rR+/XpJ0vvvvy+fzyev1+ucj4+PV05OjioqKlqMm5KSEv3kJz9phxW1rurAx3ruLx+E/XEAAOjsknq72z1u2iqscXP06FGdOXNGycnJIceTk5O1b9++Fq/x+Xwtjvf5fM75s8fONeYfFRcXhwTT2Vdu2tuoIYlyudr9bgEA6HKuS7u0wx47rHHTWbjdbrnd7rA/zjeuTNI3rkwK++MAAIBzC+sbivv27avIyEjV1taGHK+trZXH42nxGo/H0+r4s/95IfcJAAC6j7DGTXR0tDIzM1VeXu4cCwaDKi8vV25ubovX5ObmhoyXpLKyMmf84MGD5fF4QsYEAgFVVlae8z4BAED3EfZfSxUVFWny5MnKyspSdna2Fi9erBMnTmjKlCmSpEmTJql///4qKSmRJM2aNUtjx47VE088ofHjx2v16tXatm2bli9fLklyuVyaPXu2/uu//ktDhw7V4MGD9eCDDyolJUX5+fnhXg4AAOjkwh43EydO1EcffaSFCxfK5/Np5MiRKi0tdd4QfPDgQUVEfP4C0ujRo7Vq1SotWLBA999/v4YOHar169dr+PDhzpj77rtPJ06c0LRp01RfX68xY8aotLRUMTEx4V4OAADo5ML+PTedUVs/Jw8AADqPtj5/829LAQAAqxA3AADAKsQNAACwCnEDAACsQtwAAACrEDcAAMAqxA0AALAKcQMAAKxC3AAAAKsQNwAAwCrEDQAAsApxAwAArELcAAAAqxA3AADAKsQNAACwCnEDAACsQtwAAACrEDcAAMAqxA0AALAKcQMAAKxC3AAAAKsQNwAAwCrEDQAAsApxAwAArELcAAAAqxA3AADAKsQNAACwCnEDAACsQtwAAACrEDcAAMAqxA0AALAKcQMAAKxC3AAAAKsQNwAAwCrEDQAAsApxAwAArELcAAAAqxA3AADAKsQNAACwCnEDAACsQtwAAACrEDcAAMAqxA0AALAKcQMAAKxC3AAAAKsQNwAAwCrEDQAAsApxAwAArELcAAAAqxA3AADAKsQNAACwCnEDAACsQtwAAACrEDcAAMAqxA0AALAKcQMAAKwStrg5duyYCgsLFRcXp4SEBE2dOlWffPJJq9c0NDRo+vTpSkxMVK9evTRhwgTV1tY653ft2qWCggKlpqYqNjZWw4YN01NPPRWuJQAAgC4obHFTWFio3bt3q6ysTBs2bNBrr72madOmtXrNvffeq5dffllr167Vq6++qiNHjuiWW25xzldVValfv3568cUXtXv3bj3wwAMqLi7WM888E65lAACALsZljDHtfad79+7V1Vdfra1btyorK0uSVFpaqptuukkffvihUlJSml3j9/uVlJSkVatW6dZbb5Uk7du3T8OGDVNFRYVGjRrV4mNNnz5de/fu1aZNm9o8v0AgoPj4ePn9fsXFxX2JFQIAgIutrc/fYXnlpqKiQgkJCU7YSJLX61VERIQqKytbvKaqqkpNTU3yer3OsfT0dKWlpamiouKcj+X3+9WnT59W59PY2KhAIBByAwAAdgpL3Ph8PvXr1y/kWFRUlPr06SOfz3fOa6Kjo5WQkBByPDk5+ZzXvPnmm1qzZs15f91VUlKi+Ph455aamtr2xQAAgC7lguJm/vz5crlcrd727dsXrrmGqK6u1ne+8x0tWrRI3/72t1sdW1xcLL/f79wOHTp0UeYIAAAuvqgLGTxnzhzdeeedrY4ZMmSIPB6P6urqQo6fPn1ax44dk8fjafE6j8ejU6dOqb6+PuTVm9ra2mbX7NmzR+PGjdO0adO0YMGC887b7XbL7XafdxwAAOj6LihukpKSlJSUdN5xubm5qq+vV1VVlTIzMyVJmzZtUjAYVE5OTovXZGZmqkePHiovL9eECRMkSTU1NTp48KByc3Odcbt379a3vvUtTZ48WQ8//PCFTB8AAHQDYfm0lCTdeOONqq2t1bJly9TU1KQpU6YoKytLq1atkiQdPnxY48aN0wsvvKDs7GxJ0j333KONGzdqxYoViouL08yZMyV99t4a6bNfRX3rW99SXl6eHnvsMeexIiMj2xRdZ/FpKQAAup62Pn9f0Cs3F2LlypWaMWOGxo0bp4iICE2YMEFPP/20c76pqUk1NTU6efKkc+znP/+5M7axsVF5eXl69tlnnfO/+93v9NFHH+nFF1/Uiy++6BwfOHCgPvjgg3AtBQAAdCFhe+WmM+OVGwAAup4O/Z4bAACAjkLcAAAAqxA3AADAKsQNAACwCnEDAACsQtwAAACrEDcAAMAqxA0AALAKcQMAAKxC3AAAAKsQNwAAwCrEDQAAsApxAwAArELcAAAAqxA3AADAKsQNAACwCnEDAACsQtwAAACrEDcAAMAqxA0AALAKcQMAAKxC3AAAAKsQNwAAwCrEDQAAsApxAwAArELcAAAAqxA3AADAKsQNAACwCnEDAACsQtwAAACrEDcAAMAqxA0AALAKcQMAAKxC3AAAAKsQNwAAwCrEDQAAsApxAwAArELcAAAAqxA3AADAKsQNAACwCnEDAACsQtwAAACrEDcAAMAqxA0AALAKcQMAAKxC3AAAAKsQNwAAwCrEDQAAsApxAwAArELcAAAAqxA3AADAKsQNAACwCnEDAACsQtwAAACrEDcAAMAqxA0AALBK2OLm2LFjKiwsVFxcnBISEjR16lR98sknrV7T0NCg6dOnKzExUb169dKECRNUW1vb4ti///3vGjBggFwul+rr68OwAgAA0BWFLW4KCwu1e/dulZWVacOGDXrttdc0bdq0Vq+599579fLLL2vt2rV69dVXdeTIEd1yyy0tjp06daq+9rWvhWPqAACgC3MZY0x73+nevXt19dVXa+vWrcrKypIklZaW6qabbtKHH36olJSUZtf4/X4lJSVp1apVuvXWWyVJ+/bt07Bhw1RRUaFRo0Y5Y5cuXao1a9Zo4cKFGjdunD7++GMlJCS0eX6BQEDx8fHy+/2Ki4v7aosFAAAXRVufv8Pyyk1FRYUSEhKcsJEkr9eriIgIVVZWtnhNVVWVmpqa5PV6nWPp6elKS0tTRUWFc2zPnj366U9/qhdeeEEREW2bfmNjowKBQMgNAADYKSxx4/P51K9fv5BjUVFR6tOnj3w+3zmviY6ObvYKTHJysnNNY2OjCgoK9NhjjyktLa3N8ykpKVF8fLxzS01NvbAFAQCALuOC4mb+/PlyuVyt3vbt2xeuuaq4uFjDhg3T9773vQu+zu/3O7dDhw6FaYYAAKCjRV3I4Dlz5ujOO+9sdcyQIUPk8XhUV1cXcvz06dM6duyYPB5Pi9d5PB6dOnVK9fX1Ia/e1NbWOtds2rRJ77zzjn73u99Jks6+Xahv37564IEH9JOf/KTF+3a73XK73W1ZIgAA6OIuKG6SkpKUlJR03nG5ubmqr69XVVWVMjMzJX0WJsFgUDk5OS1ek5mZqR49eqi8vFwTJkyQJNXU1OjgwYPKzc2VJP3v//6vPv30U+earVu36vvf/75ef/11XX755ReyFAAAYKkLipu2GjZsmG644QbdddddWrZsmZqamjRjxgzdfvvtzielDh8+rHHjxumFF15Qdna24uPjNXXqVBUVFalPnz6Ki4vTzJkzlZub63xS6h8D5ujRo87jXcinpQAAgL3CEjeStHLlSs2YMUPjxo1TRESEJkyYoKeffto539TUpJqaGp08edI59vOf/9wZ29jYqLy8PD377LPhmiIAALBQWL7nprPje24AAOh6OvR7bgAAADoKcQMAAKxC3AAAAKsQNwAAwCrEDQAAsApxAwAArELcAAAAqxA3AADAKsQNAACwCnEDAACsQtwAAACrEDcAAMAqxA0AALAKcQMAAKxC3AAAAKsQNwAAwCrEDQAAsApxAwAArELcAAAAqxA3AADAKsQNAACwCnEDAACsQtwAAACrEDcAAMAqxA0AALAKcQMAAKxC3AAAAKsQNwAAwCrEDQAAsApxAwAArELcAAAAqxA3AADAKsQNAACwCnEDAACsQtwAAACrEDcAAMAqxA0AALAKcQMAAKxC3AAAAKsQNwAAwCrEDQAAsApxAwAArBLV0RPoCMYYSVIgEOjgmQAAgLY6+7x99nn8XLpl3Bw/flySlJqa2sEzAQAAF+r48eOKj48/53mXOV/+WCgYDOrIkSPq3bu3XC5Xu953IBBQamqqDh06pLi4uHa9766I/WiOPWmOPWmOPWmOPQnVHffDGKPjx48rJSVFERHnfmdNt3zlJiIiQgMGDAjrY8TFxXWb/7G1BfvRHHvSHHvSHHvSHHsSqrvtR2uv2JzFG4oBAIBViBsAAGAV4qadud1uLVq0SG63u6On0imwH82xJ82xJ82xJ82xJ6HYj3Prlm8oBgAA9uKVGwAAYBXiBgAAWIW4AQAAViFuAACAVYgbAABgFeKmHS1ZskSDBg1STEyMcnJytGXLlo6e0gUrKSnR9ddfr969e6tfv37Kz89XTU1NyJiGhgZNnz5diYmJ6tWrlyZMmKDa2tqQMQcPHtT48ePVs2dP9evXT3PnztXp06dDxvz5z3/WddddJ7fbrSuuuEIrVqxoNp/OuKePPPKIXC6XZs+e7Rzrjnty+PBhfe9731NiYqJiY2OVkZGhbdu2OeeNMVq4cKEuu+wyxcbGyuv1av/+/SH3cezYMRUWFiouLk4JCQmaOnWqPvnkk5Axb7/9tv7pn/5JMTExSk1N1aOPPtpsLmvXrlV6erpiYmKUkZGhjRs3hmfRrThz5owefPBBDR48WLGxsbr88sv10EMPhfwDf7bvyWuvvaZ//dd/VUpKilwul9avXx9yvjOtvy1zaQ+t7UlTU5PmzZunjIwMXXLJJUpJSdGkSZN05MiRkPuwbU8uCoN2sXr1ahMdHW1+/etfm927d5u77rrLJCQkmNra2o6e2gXJy8szzz33nKmurjY7d+40N910k0lLSzOffPKJM+buu+82qamppry83Gzbts2MGjXKjB492jl/+vRpM3z4cOP1es2OHTvMxo0bTd++fU1xcbEz5r333jM9e/Y0RUVFZs+ePeYXv/iFiYyMNKWlpc6YzrinW7ZsMYMGDTJf+9rXzKxZs5zj3W1Pjh07ZgYOHGjuvPNOU1lZad577z3zyiuvmHfffdcZ88gjj5j4+Hizfv16s2vXLnPzzTebwYMHm08//dQZc8MNN5gRI0aYt956y7z++uvmiiuuMAUFBc55v99vkpOTTWFhoamurja/+c1vTGxsrPnlL3/pjPnLX/5iIiMjzaOPPmr27NljFixYYHr06GHeeeedi7MZ/9/DDz9sEhMTzYYNG8z7779v1q5da3r16mWeeuopZ4zte7Jx40bzwAMPmJdeeslIMuvWrQs535nW35a5hHtP6uvrjdfrNWvWrDH79u0zFRUVJjs722RmZobch217cjEQN+0kOzvbTJ8+3fn5zJkzJiUlxZSUlHTgrL66uro6I8m8+uqrxpjP/jD26NHDrF271hmzd+9eI8lUVFQYYz77wxwREWF8Pp8zZunSpSYuLs40NjYaY4y57777zDXXXBPyWBMnTjR5eXnOz51tT48fP26GDh1qysrKzNixY5246Y57Mm/ePDNmzJhzng8Gg8bj8ZjHHnvMOVZfX2/cbrf5zW9+Y4wxZs+ePUaS2bp1qzPmj3/8o3G5XObw4cPGGGOeffZZc+mllzp7dPaxr7rqKufn2267zYwfPz7k8XNycswPf/jDr7bICzR+/Hjz/e9/P+TYLbfcYgoLC40x3W9P/vGJvDOtvy1zCYeWgu8fbdmyxUgyBw4cMMbYvyfhwq+l2sGpU6dUVVUlr9frHIuIiJDX61VFRUUHzuyr8/v9kqQ+ffpIkqqqqtTU1BSy1vT0dKWlpTlrraioUEZGhpKTk50xeXl5CgQC2r17tzPmi/dxdszZ++iMezp9+nSNHz++2by74578/ve/V1ZWlr773e+qX79+uvbaa/WrX/3KOf/+++/L5/OFzDU+Pl45OTkhe5KQkKCsrCxnjNfrVUREhCorK50x3/jGNxQdHe2MycvLU01NjT7++GNnTGv7drGMHj1a5eXl+utf/ypJ2rVrl9544w3deOONkrrnnnxRZ1p/W+bSUfx+v1wulxISEiSxJ18WcdMOjh49qjNnzoQ8cUlScnKyfD5fB83qqwsGg5o9e7a+/vWva/jw4ZIkn8+n6Oho5w/eWV9cq8/na3Evzp5rbUwgENCnn37a6fZ09erV2r59u0pKSpqd64578t5772np0qUaOnSoXnnlFd1zzz368Y9/rOeff17S52tqba4+n0/9+vULOR8VFaU+ffq0y75d7D2ZP3++br/9dqWnp6tHjx669tprNXv2bBUWFobMtzvtyRd1pvW3ZS4doaGhQfPmzVNBQYHzr3x39z35sqI6egLovKZPn67q6mq98cYbHT2VDnXo0CHNmjVLZWVliomJ6ejpdArBYFBZWVn62c9+Jkm69tprVV1drWXLlmny5MkdPLuO8dvf/lYrV67UqlWrdM0112jnzp2aPXu2UlJSuu2eoO2ampp02223yRijpUuXdvR0ujxeuWkHffv2VWRkZLNPx9TW1srj8XTQrL6aGTNmaMOGDdq8ebMGDBjgHPd4PDp16pTq6+tDxn9xrR6Pp8W9OHuutTFxcXGKjY3tVHtaVVWluro6XXfddYqKilJUVJReffVVPf3004qKilJycnK325PLLrtMV199dcixYcOG6eDBg5I+X1Nrc/V4PKqrqws5f/r0aR07dqxd9u1i78ncuXOdV28yMjJ0xx136N5773Ve7euOe/JFnWn9bZnLxXQ2bA4cOKCysjLnVRup++7JV0XctIPo6GhlZmaqvLzcORYMBlVeXq7c3NwOnNmFM8ZoxowZWrdunTZt2qTBgweHnM/MzFSPHj1C1lpTU6ODBw86a83NzdU777wT8gfy7B/Ys0+Iubm5IfdxdszZ++hMezpu3Di988472rlzp3PLyspSYWGh89+72558/etfb/YVAX/96181cOBASdLgwYPl8XhC5hoIBFRZWRmyJ/X19aqqqnLGbNq0ScFgUDk5Oc6Y1157TU1NTc6YsrIyXXXVVbr00kudMa3t28Vy8uRJRUSE/pUaGRmpYDAoqXvuyRd1pvW3ZS4Xy9mw2b9/v/70pz8pMTEx5Hx33JN20dHvaLbF6tWrjdvtNitWrDB79uwx06ZNMwkJCSGfjukK7rnnHhMfH2/+/Oc/m7/97W/O7eTJk86Yu+++26SlpZlNmzaZbdu2mdzcXJObm+ucP/ux529/+9tm586dprS01CQlJbX4see5c+eavXv3miVLlrT4sefOuqdf/LSUMd1vT7Zs2WKioqLMww8/bPbv329WrlxpevbsaV588UVnzCOPPGISEhLM//3f/5m3337bfOc732nxY7/XXnutqaysNG+88YYZOnRoyEdc6+vrTXJysrnjjjtMdXW1Wb16tenZs2ezj7hGRUWZxx9/3Ozdu9csWrSoQz4KPnnyZNO/f3/no+AvvfSS6du3r7nvvvucMbbvyfHjx82OHTvMjh07jCTz5JNPmh07djif/OlM62/LXMK9J6dOnTI333yzGTBggNm5c2fI37lf/OSTbXtyMRA37egXv/iFSUtLM9HR0SY7O9u89dZbHT2lCyapxdtzzz3njPn000/Nj370I3PppZeanj17mn/7t38zf/vb30Lu54MPPjA33nijiY2NNX379jVz5swxTU1NIWM2b95sRo4caaKjo82QIUNCHuOszrqn/xg33XFPXn75ZTN8+HDjdrtNenq6Wb58ecj5YDBoHnzwQZOcnGzcbrcZN26cqampCRnz97//3RQUFJhevXqZuLg4M2XKFHP8+PGQMbt27TJjxowxbrfb9O/f3zzyyCPN5vLb3/7WXHnllSY6Otpcc8015g9/+EP7L/g8AoGAmTVrlklLSzMxMTFmyJAh5oEHHgh5krJ9TzZv3tzi3x+TJ082xnSu9bdlLu2htT15//33z/l37ubNm63dk4vBZcwXvj4TAACgi+M9NwAAwCrEDQAAsApxAwAArELcAAAAqxA3AADAKsQNAACwCnEDAACsQtwAAACrEDcAAMAqxA0AALAKcQMAAKzy/wBnYiQFqJtuPwAAAABJRU5ErkJggg==", + "text/plain": [ + "
" + ] + }, + "metadata": {}, + "output_type": "display_data" + } + ], + "source": [ + "data_o_reshaped = np.reshape(data_o,(-1))\n", + "err = data_o_reshaped-act_o\n", + "plt.plot(err)\n", + "plt.title(\"Error\")\n", + "plt.show()\n" + ] + } + ], + "metadata": { + "kernelspec": { + "display_name": "my-venv", + "language": "python", + "name": "python3" + }, + "language_info": { + "codemirror_mode": { + "name": "ipython", + "version": 3 + }, + "file_extension": ".py", + "mimetype": "text/x-python", + "name": "python", + "nbconvert_exporter": "python", + "pygments_lexer": "ipython3", + "version": "3.12.3" + } + }, + "nbformat": 4, + "nbformat_minor": 5 +} diff --git a/AI_Engine_Development/AIE-MLv2/Design_Tutorials/01-Radio-ML/aie/max_pool1d_w2/max_pool1d_w2.cpp b/AI_Engine_Development/AIE-MLv2/Design_Tutorials/01-Radio-ML/aie/max_pool1d_w2/max_pool1d_w2.cpp new file mode 100755 index 0000000000..2380df5188 --- /dev/null +++ b/AI_Engine_Development/AIE-MLv2/Design_Tutorials/01-Radio-ML/aie/max_pool1d_w2/max_pool1d_w2.cpp @@ -0,0 +1,65 @@ +// +// Copyright (C) 2024, Advanced Micro Devices, Inc. All rights reserved. +// SPDX-License-Identifier: MIT +// +// Author: Faisal El-Shabani + +#include +#include +#include + +#include "max_pool1d_w2.h" + +// ------------------------------------------------------------ +// Constructor +// ------------------------------------------------------------ + +max_pool1d_w2::max_pool1d_w2(void) +{ + aie::set_rounding(aie::rounding_mode::symmetric_inf); + aie::set_saturation(aie::saturation_mode::saturate); +} + +// ------------------------------------------------------------ +// Run +// ------------------------------------------------------------ + +void max_pool1d_w2::run( input_buffer& __restrict data_i, + output_buffer& __restrict data_o) +{ + + aie::vector data_i_0; + aie::vector data_i_1; + aie::vector data_i_2; + aie::vector data_i_3; + + aie::vector data_o_0; + aie::vector data_o_1; + + auto p_data_i_0 = aie::begin_vector<32>(data_i); // Works on even rows + auto p_data_i_1 = aie::begin_vector<32>(data_i.data()+NSAMP); // Works on odd rows + auto p_data_o = aie::begin_vector<64>(data_o); + // Loop over nodes + for ( unsigned ii=0; ii < NNODES/NSPLIT/2; ii++) + { + // Loop over samples + for ( unsigned jj=0; jj < NSAMP/64; jj++) + chess_prepare_for_pipelining + { + data_i_0 = *p_data_i_0++; + data_i_1 = *p_data_i_0++; + auto [v1, v2] = aie::interleave_unzip(data_i_0,data_i_1,1); + data_o_0 = aie::max(v1,v2); + + data_i_2 = *p_data_i_1++; + data_i_3 = *p_data_i_1++; + auto [v3, v4] = aie::interleave_unzip(data_i_2,data_i_3,1); + data_o_1 = aie::max(v3,v4); + + auto rv = aie::interleave_zip(data_o_0,data_o_1,1); + *p_data_o++ = aie::concat(rv.first,rv.second); + } + p_data_i_0+=NSAMP/32; + p_data_i_1+=NSAMP/32; + } +} \ No newline at end of file diff --git a/AI_Engine_Development/AIE-MLv2/Design_Tutorials/01-Radio-ML/aie/max_pool1d_w2/max_pool1d_w2.h b/AI_Engine_Development/AIE-MLv2/Design_Tutorials/01-Radio-ML/aie/max_pool1d_w2/max_pool1d_w2.h new file mode 100755 index 0000000000..94487b64e2 --- /dev/null +++ b/AI_Engine_Development/AIE-MLv2/Design_Tutorials/01-Radio-ML/aie/max_pool1d_w2/max_pool1d_w2.h @@ -0,0 +1,42 @@ +// +// Copyright (C) 2024, Advanced Micro Devices, Inc. All rights reserved. +// SPDX-License-Identifier: MIT +// +// Author: Faisal El-Shabani + +#pragma once + +#include +#include + +using namespace adf; + +class max_pool1d_w2 { +public: + typedef bfloat16 TT_DATA; + static constexpr unsigned NSAMP = 1024; // 1024 from each node + static constexpr unsigned NNODES = 64; // 64 nodes + static constexpr double BUFFER_SIZE_MULTIPLE = NSAMP*NNODES*2*2*2.0/65536; // Ratio of IO buffer size to local tile memory + // 22/16 -> Bandwidth and kernel input buffer grows by a factor of 22/16 due to nature of processing. + // *2 -> 2 bytes per sample + // *2 -> ping-pong + // *2 -> Margin to ensure input buffer uses only two banks (same applies for output buffer) + // 65536 -> Local tile memory (64KB) + static constexpr unsigned NSPLIT = BUFFER_SIZE_MULTIPLE; // Process incoming samples in NSPLIT chunks so IO buffers fit in local tile memory. + +private: + +public: + // Constructor: + max_pool1d_w2( void ); + + // Run: + void run( input_buffer& __restrict data_i, + output_buffer& __restrict data_o); + + static void registerKernelClass( void ) + { + REGISTER_FUNCTION( max_pool1d_w2::run ); + } +}; + diff --git a/AI_Engine_Development/AIE-MLv2/Design_Tutorials/01-Radio-ML/aie/max_pool1d_w2/max_pool1d_w2_app.cpp b/AI_Engine_Development/AIE-MLv2/Design_Tutorials/01-Radio-ML/aie/max_pool1d_w2/max_pool1d_w2_app.cpp new file mode 100755 index 0000000000..7a9fd0de52 --- /dev/null +++ b/AI_Engine_Development/AIE-MLv2/Design_Tutorials/01-Radio-ML/aie/max_pool1d_w2/max_pool1d_w2_app.cpp @@ -0,0 +1,36 @@ +// +// Copyright (C) 2024, Advanced Micro Devices, Inc. All rights reserved. +// SPDX-License-Identifier: MIT +// +// Author: Faisal El-Shabani + +#include "max_pool1d_w2_graph.h" + +class dut_graph : public graph { + max_pool1d_w2_graph dut; +public: + input_plio data_i; + output_plio data_o; + + dut_graph( void ) + { + data_i = input_plio::create("PLIO_i_0",plio_64_bits,"data/data_i.txt"); + connect<>(data_i.out[0],dut.data_i); + + data_o = output_plio::create("PLIO_o_0",plio_64_bits,"data/data_o.txt"); + connect<>(dut.data_o,data_o.in[0]); + } +}; + +// Instantiate AIE graph: +dut_graph aie_dut; + +// Initialize and run the graph: +int main(void) +{ + aie_dut.init(); + aie_dut.run(4); + aie_dut.end(); + + return 0; +} diff --git a/AI_Engine_Development/AIE-MLv2/Design_Tutorials/01-Radio-ML/aie/max_pool1d_w2/max_pool1d_w2_graph.h b/AI_Engine_Development/AIE-MLv2/Design_Tutorials/01-Radio-ML/aie/max_pool1d_w2/max_pool1d_w2_graph.h new file mode 100755 index 0000000000..1874bf01f0 --- /dev/null +++ b/AI_Engine_Development/AIE-MLv2/Design_Tutorials/01-Radio-ML/aie/max_pool1d_w2/max_pool1d_w2_graph.h @@ -0,0 +1,56 @@ +// +// Copyright (C) 2024, Advanced Micro Devices, Inc. All rights reserved. +// SPDX-License-Identifier: MIT +// +// Author: Faisal El-Shabani + +#pragma once + +#include +#include "max_pool1d_w2.h" + +using namespace adf; + +// ------------------------------------------------------------ +// Top Level Graph +// ------------------------------------------------------------ + +class max_pool1d_w2_graph : public graph { +public: + // Declare Kernels + kernel kk; + + port data_i; + port data_o; + shared_buffer MT_output; + + max_pool1d_w2_graph( void ) + { + // Tiling parameters for outputs + tiling_parameters bdw_output = { .buffer_dimension = {max_pool1d_w2::NNODES,max_pool1d_w2::NSAMP/2}, + .tiling_dimension = {2,32}, + .offset = {0,0}, + .tile_traversal = {{.dimension=1, .stride=32,.wrap=max_pool1d_w2::NSAMP/2/32}, + {.dimension=0, .stride=2, .wrap=max_pool1d_w2::NNODES/2}} + }; + tiling_parameters bdr_output = { .buffer_dimension = {max_pool1d_w2::NNODES*max_pool1d_w2::NSAMP/2}, + .tiling_dimension = {max_pool1d_w2::NNODES*max_pool1d_w2::NSAMP/2}, + .offset = {0} }; + MT_output = shared_buffer::create({max_pool1d_w2::NNODES*max_pool1d_w2::NSAMP/2}, 1, 1); + write_access(MT_output.in[0]) = tiling(bdw_output); + read_access(MT_output.out[0]) = tiling(bdr_output); + repetition_count(MT_output) = 1; + + kk = kernel::create_object(); + source(kk) = "max_pool1d_w2.cpp"; + runtime(kk) = 0.9; + repetition_count(kk) = max_pool1d_w2::NSPLIT; + + // Connect inputs: + connect<> ( data_i, kk.in[0] ); dimensions(kk.in[0]) = {max_pool1d_w2::NSAMP /max_pool1d_w2::NSPLIT*max_pool1d_w2::NNODES}; + connect<> ( kk.out[0], MT_output.in[0] ); + connect<> ( MT_output.out[0], data_o ); dimensions(kk.out[0]) = {max_pool1d_w2::NSAMP/2/max_pool1d_w2::NSPLIT*max_pool1d_w2::NNODES}; + + } +}; + diff --git a/AI_Engine_Development/AIE-MLv2/Design_Tutorials/01-Radio-ML/aie/radioml_top/Makefile b/AI_Engine_Development/AIE-MLv2/Design_Tutorials/01-Radio-ML/aie/radioml_top/Makefile new file mode 100755 index 0000000000..d2d68b1d0d --- /dev/null +++ b/AI_Engine_Development/AIE-MLv2/Design_Tutorials/01-Radio-ML/aie/radioml_top/Makefile @@ -0,0 +1,84 @@ +# +# Copyright (C) 2024, Advanced Micro Devices, Inc. All rights reserved. +# SPDX-License-Identifier: MIT +# +# Author: Faisal El-Shabani + +USE_JSON := true + +MY_APP := radioml_top_app +MY_SOURCES := ${MY_APP}.cpp radioml_top_graph.h ../conv1d_w1/conv1d_w1.h ../conv1d_w1/conv1d_w1.cpp ../conv1d_w1/conv1d_w1_graph.h ../max_pool1d_w2/max_pool1d_w2.h ../max_pool1d_w2/max_pool1d_w2.cpp ../max_pool1d_w2/max_pool1d_w2_graph.h ../conv1d_template/conv1d_template.cpp ../conv1d_template/conv1d_template.h ../conv1d_template/conv1d_graph_template.h ../max_pool1d_template/max_pool1d_template.cpp ../max_pool1d_template/max_pool1d_template.h ../max_pool1d_template/max_pool1d_graph_template.h ../dense_w16/dense_w16_graph.h ../dense_w16/dense_w16.h ../dense_w16/dense_w16.cpp ../dense_w17/dense_w17_graph.h ../dense_w17/dense_w17.h ../dense_w17/dense_w17.cpp ../dense_w18/dense_w18_graph.h ../dense_w18/dense_w18.h ../dense_w18/dense_w18.cpp + +PART ?= xc2ve3858-ssva2112-2MP-e-S + +INCLUDES := --include=../conv1d_w1 \ + --include=../max_pool1d_w2 \ + --include=../conv1d_template \ + --include=../max_pool1d_template \ + --include=../dense_w16 \ + --include=../dense_w17 \ + --include=../dense_w18 \ + --include=../utility + +AIE_OUTPUT := libadf.a + +AIE_FLAGS := --part=${PART} ${MY_APP}.cpp --aie.output-archive=${AIE_OUTPUT} ${INCLUDES} + +ifeq (${USE_JSON},true) + AIE_FLAGS := ${AIE_FLAGS} --aie.constraints=${MY_APP}_aie_routed.aiecst +endif + +.PHONY: help clean x86com x86sim sim profile throughput + +help:: + @echo "Makefile Usage:" + @echo " make all" + @echo " Command to generate everything for this design" + @echo "" + @echo " make compile" + @echo " Run AIE compiler and build the design" + @echo "" + @echo " make profile" + @echo " Run AIE simulator with profiling and generate outputs suitable for Vitis Analyzer" + @echo "" + @echo " make analyze" + @echo " Run Vitis Analyzer to inspect results" + @echo "" + @echo " make throughput" + @echo " Evaluate the achieved throughput at the output" + @echo "" + @echo " make clean" + @echo " Command to remove all the generated files." + +all: ${AIE_OUTPUT} + +x86all: clean x86com x86sim + +${AIE_OUTPUT}: ${MY_SOURCES} + v++ --compile --config aie.cfg --mode aie --target=hw ${AIE_FLAGS} 2>&1 | tee log + +x86com: + v++ --compile --config aie.cfg --mode aie --target=x86sim ${AIE_FLAGS} 2>&1 | tee log + +sim: + aiesimulator 2>&1 | tee -a log + +x86sim: + x86simulator 2>&1 | tee -a log + +profile: + aiesimulator --online -wdb -text --profile 2>&1 | tee -a log + +trace: + aiesimulator --hang-detect-time=5000 --online -wdb -text 2>&1 | tee -a log + +clean: + rm -rf .Xil Work libadf.a + rm -rf aiesimulator_output* aiesimulator*.log + rm -rf x86simulator_output* + rm -rf log log* + rm -rf *.xpe *.elf *.db *.soln Map_* xnw* *.lp *.log .xil .Xil *.lp *.db *.log *.exe *.vcd *.json + rm -rf vitis_analyzer* pl_sample_counts* pl_sample_count_* + rm -rf temp ISS_RPC_SERVER_PORT .crashReporter .AIE_SIM_CMD_LINE_OPTIONS + rm -rf system*.* trdata.aiesim function_wdb_dir .wsdata _ide vfs_work .ipynb_checkpoints data_o_sim.txt + diff --git a/AI_Engine_Development/AIE-MLv2/Design_Tutorials/01-Radio-ML/aie/radioml_top/aie.cfg b/AI_Engine_Development/AIE-MLv2/Design_Tutorials/01-Radio-ML/aie/radioml_top/aie.cfg new file mode 100755 index 0000000000..9770be027f --- /dev/null +++ b/AI_Engine_Development/AIE-MLv2/Design_Tutorials/01-Radio-ML/aie/radioml_top/aie.cfg @@ -0,0 +1,13 @@ +# +# Copyright (C) 2024, Advanced Micro Devices, Inc. All rights reserved. +# SPDX-License-Identifier: MIT +# +# Author: Faisal El-Shabani + +[aie] + +kernel-linting=true +xlopt=1 +verbose=true +pl-freq=625 +Xchess=main:backend.mist2.maxfoldk=110 diff --git a/AI_Engine_Development/AIE-MLv2/Design_Tutorials/01-Radio-ML/aie/radioml_top/data/data_iq.txt b/AI_Engine_Development/AIE-MLv2/Design_Tutorials/01-Radio-ML/aie/radioml_top/data/data_iq.txt new file mode 100644 index 0000000000..1a001e3489 --- /dev/null +++ b/AI_Engine_Development/AIE-MLv2/Design_Tutorials/01-Radio-ML/aie/radioml_top/data/data_iq.txt @@ -0,0 +1,4096 @@ +0.271484375000 0.285156250000 0.453125000000 0.478515625000 +0.648437500000 0.687500000000 0.851562500000 0.898437500000 +1.046875000000 1.101562500000 1.218750000000 1.281250000000 +1.359375000000 1.437500000000 1.468750000000 1.554687500000 +1.546875000000 1.632812500000 1.593750000000 1.679687500000 +1.601562500000 1.695312500000 1.601562500000 1.695312500000 +1.585937500000 1.679687500000 1.570312500000 1.656250000000 +1.554687500000 1.648437500000 1.554687500000 1.648437500000 +1.562500000000 1.656250000000 1.578125000000 1.671875000000 +1.585937500000 1.679687500000 1.593750000000 1.687500000000 +1.578125000000 1.671875000000 1.539062500000 1.625000000000 +1.460937500000 1.546875000000 1.351562500000 1.437500000000 +1.203125000000 1.281250000000 1.039062500000 1.101562500000 +0.847656250000 0.898437500000 0.652343750000 0.687500000000 +0.458984375000 0.488281250000 0.287109375000 0.306640625000 +0.142578125000 0.151367187500 0.031738281250 0.033447265625 +-0.041748046875 -0.045654296875 -0.084472656250 -0.090332031250 +-0.102050781250 -0.110351562500 -0.103515625000 -0.108398437500 +-0.096191406250 -0.100585937500 -0.090332031250 -0.096679687500 +-0.093261718750 -0.099121093750 -0.108398437500 -0.115234375000 +-0.132812500000 -0.141601562500 -0.159179687500 -0.170898437500 +-0.178710937500 -0.189453125000 -0.177734375000 -0.191406250000 +-0.149414062500 -0.157226562500 -0.078613281250 -0.085449218750 +0.036132812500 0.039550781250 0.195312500000 0.206054687500 +0.386718750000 0.416015625000 0.605468750000 0.644531250000 +0.828125000000 0.882812500000 1.031250000000 1.101562500000 +1.195312500000 1.281250000000 1.304687500000 1.398437500000 +1.351562500000 1.445312500000 1.320312500000 1.414062500000 +1.218750000000 1.304687500000 1.062500000000 1.132812500000 +0.859375000000 0.921875000000 0.648437500000 0.695312500000 +0.447265625000 0.478515625000 0.279296875000 0.298828125000 +0.166015625000 0.179687500000 0.124511718750 0.132812500000 +0.153320312500 0.165039062500 0.253906250000 0.273437500000 +0.416015625000 0.443359375000 0.613281250000 0.660156250000 +0.832031250000 0.894531250000 1.054687500000 1.132812500000 +1.250000000000 1.343750000000 1.414062500000 1.515625000000 +1.531250000000 1.640625000000 1.601562500000 1.718750000000 +1.640625000000 1.765625000000 1.640625000000 1.765625000000 +1.625000000000 1.750000000000 1.609375000000 1.726562500000 +1.585937500000 1.710937500000 1.585937500000 1.703125000000 +1.585937500000 1.710937500000 1.593750000000 1.718750000000 +1.609375000000 1.734375000000 1.609375000000 1.734375000000 +1.585937500000 1.710937500000 1.531250000000 1.648437500000 +1.437500000000 1.546875000000 1.296875000000 1.398437500000 +1.125000000000 1.218750000000 0.925781250000 1.000000000000 +0.714843750000 0.773437500000 0.507812500000 0.550781250000 +0.328125000000 0.351562500000 0.185546875000 0.199218750000 +0.098632812500 0.105957031250 0.076171875000 0.082519531250 +0.120117187500 0.129882812500 0.228515625000 0.249023437500 +0.394531250000 0.425781250000 0.597656250000 0.648437500000 +0.828125000000 0.894531250000 1.062500000000 1.156250000000 +1.296875000000 1.406250000000 1.492187500000 1.617187500000 +1.656250000000 1.796875000000 1.765625000000 1.921875000000 +1.828125000000 1.984375000000 1.835937500000 1.992187500000 +1.796875000000 1.953125000000 1.710937500000 1.859375000000 +1.585937500000 1.718750000000 1.421875000000 1.546875000000 +1.242187500000 1.351562500000 1.046875000000 1.140625000000 +0.843750000000 0.914062500000 0.632812500000 0.687500000000 +0.427734375000 0.462890625000 0.230468750000 0.248046875000 +0.049072265625 0.052734375000 -0.108398437500 -0.119140625000 +-0.236328125000 -0.257812500000 -0.326171875000 -0.353515625000 +-0.371093750000 -0.402343750000 -0.369140625000 -0.402343750000 +-0.314453125000 -0.341796875000 -0.209960937500 -0.228515625000 +-0.057128906250 -0.062500000000 0.132812500000 0.146484375000 +0.349609375000 0.384765625000 0.582031250000 0.636718750000 +0.812500000000 0.886718750000 1.023437500000 1.117187500000 +1.203125000000 1.312500000000 1.328125000000 1.453125000000 +1.406250000000 1.531250000000 1.414062500000 1.539062500000 +1.351562500000 1.476562500000 1.234375000000 1.351562500000 +1.062500000000 1.164062500000 0.855468750000 0.933593750000 +0.613281250000 0.671875000000 0.367187500000 0.404296875000 +0.128906250000 0.141601562500 -0.085449218750 -0.094726562500 +-0.263671875000 -0.292968750000 -0.390625000000 -0.429687500000 +-0.455078125000 -0.500000000000 -0.457031250000 -0.500000000000 +-0.390625000000 -0.429687500000 -0.261718750000 -0.287109375000 +-0.077636718750 -0.085449218750 0.147460937500 0.160156250000 +0.396484375000 0.435546875000 0.652343750000 0.718750000000 +0.898437500000 0.988281250000 1.109375000000 1.218750000000 +1.265625000000 1.390625000000 1.359375000000 1.492187500000 +1.382812500000 1.515625000000 1.328125000000 1.460937500000 +1.210937500000 1.328125000000 1.031250000000 1.140625000000 +0.832031250000 0.917968750000 0.617187500000 0.679687500000 +0.416015625000 0.458984375000 0.253906250000 0.283203125000 +0.148437500000 0.164062500000 0.111816406250 0.123046875000 +0.144531250000 0.160156250000 0.247070312500 0.271484375000 +0.404296875000 0.447265625000 0.605468750000 0.667968750000 +0.824218750000 0.910156250000 1.039062500000 1.148437500000 +1.234375000000 1.367187500000 1.406250000000 1.546875000000 +1.523437500000 1.679687500000 1.601562500000 1.765625000000 +1.632812500000 1.812500000000 1.632812500000 1.812500000000 +1.617187500000 1.789062500000 1.585937500000 1.750000000000 +1.554687500000 1.718750000000 1.531250000000 1.695312500000 +1.515625000000 1.679687500000 1.515625000000 1.671875000000 +1.515625000000 1.679687500000 1.515625000000 1.679687500000 +1.507812500000 1.679687500000 1.484375000000 1.648437500000 +1.429687500000 1.585937500000 1.343750000000 1.492187500000 +1.226562500000 1.359375000000 1.070312500000 1.187500000000 +0.898437500000 0.996093750000 0.703125000000 0.781250000000 +0.500000000000 0.554687500000 0.298828125000 0.333984375000 +0.115234375000 0.126953125000 -0.044433593750 -0.050781250000 +-0.171875000000 -0.189453125000 -0.261718750000 -0.289062500000 +-0.308593750000 -0.343750000000 -0.316406250000 -0.351562500000 +-0.279296875000 -0.310546875000 -0.204101562500 -0.226562500000 +-0.094238281250 -0.102539062500 0.047851562500 0.053710937500 +0.210937500000 0.236328125000 0.394531250000 0.437500000000 +0.593750000000 0.660156250000 0.796875000000 0.890625000000 +0.996093750000 1.109375000000 1.195312500000 1.335937500000 +1.375000000000 1.539062500000 1.531250000000 1.718750000000 +1.664062500000 1.859375000000 1.750000000000 1.960937500000 +1.804687500000 2.015625000000 1.804687500000 2.015625000000 +1.750000000000 1.953125000000 1.648437500000 1.843750000000 +1.492187500000 1.671875000000 1.304687500000 1.468750000000 +1.093750000000 1.226562500000 0.863281250000 0.968750000000 +0.636718750000 0.710937500000 0.427734375000 0.476562500000 +0.251953125000 0.285156250000 0.125976562500 0.142578125000 +0.057861328125 0.065917968750 0.052978515625 0.060546875000 +0.112792968750 0.124511718750 0.231445312500 0.259765625000 +0.398437500000 0.447265625000 0.601562500000 0.679687500000 +0.828125000000 0.929687500000 1.054687500000 1.187500000000 +1.281250000000 1.437500000000 1.476562500000 1.656250000000 +1.625000000000 1.828125000000 1.734375000000 1.953125000000 +1.796875000000 2.015625000000 1.804687500000 2.031250000000 +1.757812500000 1.984375000000 1.671875000000 1.890625000000 +1.554687500000 1.750000000000 1.398437500000 1.578125000000 +1.218750000000 1.375000000000 1.031250000000 1.156250000000 +0.824218750000 0.929687500000 0.617187500000 0.699218750000 +0.414062500000 0.468750000000 0.218750000000 0.248046875000 +0.041015625000 0.044677734375 -0.116210937500 -0.132812500000 +-0.245117187500 -0.277343750000 -0.337890625000 -0.380859375000 +-0.380859375000 -0.431640625000 -0.376953125000 -0.423828125000 +-0.314453125000 -0.357421875000 -0.204101562500 -0.228515625000 +-0.035644531250 -0.045410156250 0.166015625000 0.187500000000 +0.394531250000 0.447265625000 0.636718750000 0.722656250000 +0.867187500000 0.984375000000 1.070312500000 1.210937500000 +1.226562500000 1.390625000000 1.328125000000 1.500000000000 +1.351562500000 1.531250000000 1.304687500000 1.484375000000 +1.195312500000 1.359375000000 1.031250000000 1.179687500000 +0.835937500000 0.949218750000 0.625000000000 0.710937500000 +0.417968750000 0.476562500000 0.246093750000 0.279296875000 +0.126953125000 0.141601562500 0.065429687500 0.076171875000 +0.078125000000 0.089355468750 0.162109375000 0.183593750000 +0.310546875000 0.355468750000 0.511718750000 0.585937500000 +0.746093750000 0.851562500000 1.000000000000 1.140625000000 +1.250000000000 1.421875000000 1.476562500000 1.679687500000 +1.656250000000 1.898437500000 1.796875000000 2.046875000000 +1.867187500000 2.125000000000 1.875000000000 2.140625000000 +1.812500000000 2.062500000000 1.695312500000 1.929687500000 +1.523437500000 1.734375000000 1.312500000000 1.500000000000 +1.070312500000 1.226562500000 0.828125000000 0.949218750000 +0.597656250000 0.679687500000 0.386718750000 0.441406250000 +0.218750000000 0.251953125000 0.105957031250 0.120605468750 +0.053710937500 0.061035156250 0.065917968750 0.077148437500 +0.140625000000 0.160156250000 0.269531250000 0.308593750000 +0.445312500000 0.507812500000 0.644531250000 0.742187500000 +0.859375000000 0.988281250000 1.070312500000 1.226562500000 +1.257812500000 1.445312500000 1.414062500000 1.617187500000 +1.531250000000 1.757812500000 1.601562500000 1.843750000000 +1.632812500000 1.875000000000 1.632812500000 1.875000000000 +1.601562500000 1.843750000000 1.562500000000 1.796875000000 +1.507812500000 1.734375000000 1.453125000000 1.671875000000 +1.414062500000 1.625000000000 1.382812500000 1.593750000000 +1.367187500000 1.570312500000 1.359375000000 1.562500000000 +1.351562500000 1.562500000000 1.359375000000 1.562500000000 +1.367187500000 1.570312500000 1.367187500000 1.578125000000 +1.367187500000 1.578125000000 1.367187500000 1.578125000000 +1.375000000000 1.585937500000 1.375000000000 1.585937500000 +1.390625000000 1.601562500000 1.406250000000 1.625000000000 +1.429687500000 1.648437500000 1.460937500000 1.687500000000 +1.492187500000 1.726562500000 1.523437500000 1.757812500000 +1.546875000000 1.789062500000 1.562500000000 1.796875000000 +1.546875000000 1.789062500000 1.507812500000 1.742187500000 +1.445312500000 1.671875000000 1.343750000000 1.562500000000 +1.210937500000 1.406250000000 1.054687500000 1.226562500000 +0.878906250000 1.015625000000 0.679687500000 0.789062500000 +0.474609375000 0.554687500000 0.271484375000 0.320312500000 +0.083496093750 0.097656250000 -0.083984375000 -0.098632812500 +-0.222656250000 -0.257812500000 -0.320312500000 -0.371093750000 +-0.373046875000 -0.433593750000 -0.371093750000 -0.435546875000 +-0.320312500000 -0.373046875000 -0.214843750000 -0.250000000000 +-0.061035156250 -0.069824218750 0.129882812500 0.152343750000 +0.347656250000 0.406250000000 0.578125000000 0.671875000000 +0.800781250000 0.933593750000 1.007812500000 1.164062500000 +1.164062500000 1.359375000000 1.281250000000 1.492187500000 +1.328125000000 1.554687500000 1.320312500000 1.539062500000 +1.242187500000 1.453125000000 1.117187500000 1.296875000000 +0.945312500000 1.101562500000 0.746093750000 0.871093750000 +0.539062500000 0.628906250000 0.343750000000 0.400390625000 +0.166015625000 0.196289062500 0.025268554688 0.030273437500 +-0.076660156250 -0.089843750000 -0.141601562500 -0.164062500000 +-0.166992187500 -0.194335937500 -0.166992187500 -0.193359375000 +-0.147460937500 -0.173828125000 -0.124023437500 -0.144531250000 +-0.100585937500 -0.116210937500 -0.083007812500 -0.098144531250 +-0.077636718750 -0.092773437500 -0.081542968750 -0.097656250000 +-0.086914062500 -0.101562500000 -0.088378906250 -0.104492187500 +-0.079101562500 -0.091796875000 -0.041015625000 -0.048583984375 +0.021362304688 0.024536132812 0.117187500000 0.137695312500 +0.245117187500 0.287109375000 0.402343750000 0.470703125000 +0.582031250000 0.679687500000 0.769531250000 0.898437500000 +0.953125000000 1.125000000000 1.132812500000 1.328125000000 +1.281250000000 1.507812500000 1.406250000000 1.656250000000 +1.500000000000 1.765625000000 1.554687500000 1.828125000000 +1.578125000000 1.851562500000 1.570312500000 1.843750000000 +1.539062500000 1.812500000000 1.492187500000 1.757812500000 +1.437500000000 1.695312500000 1.375000000000 1.625000000000 +1.328125000000 1.570312500000 1.296875000000 1.523437500000 +1.273437500000 1.500000000000 1.273437500000 1.507812500000 +1.296875000000 1.531250000000 1.343750000000 1.578125000000 +1.398437500000 1.648437500000 1.460937500000 1.734375000000 +1.531250000000 1.812500000000 1.593750000000 1.875000000000 +1.625000000000 1.921875000000 1.632812500000 1.929687500000 +1.601562500000 1.890625000000 1.515625000000 1.796875000000 +1.398437500000 1.648437500000 1.226562500000 1.453125000000 +1.023437500000 1.218750000000 0.812500000000 0.960937500000 +0.597656250000 0.707031250000 0.400390625000 0.474609375000 +0.241210937500 0.287109375000 0.134765625000 0.160156250000 +0.096679687500 0.114257812500 0.125976562500 0.148437500000 +0.220703125000 0.259765625000 0.369140625000 0.437500000000 +0.554687500000 0.660156250000 0.761718750000 0.902343750000 +0.960937500000 1.140625000000 1.132812500000 1.343750000000 +1.250000000000 1.492187500000 1.312500000000 1.562500000000 +1.304687500000 1.554687500000 1.226562500000 1.453125000000 +1.085937500000 1.289062500000 0.886718750000 1.054687500000 +0.656250000000 0.785156250000 0.412109375000 0.492187500000 +0.171875000000 0.205078125000 -0.049072265625 -0.057373046875 +-0.231445312500 -0.275390625000 -0.363281250000 -0.431640625000 +-0.429687500000 -0.515625000000 -0.435546875000 -0.523437500000 +-0.380859375000 -0.453125000000 -0.265625000000 -0.316406250000 +-0.098144531250 -0.118652343750 0.108398437500 0.125000000000 +0.335937500000 0.402343750000 0.574218750000 0.683593750000 +0.800781250000 0.957031250000 1.000000000000 1.195312500000 +1.164062500000 1.390625000000 1.273437500000 1.523437500000 +1.320312500000 1.578125000000 1.304687500000 1.562500000000 +1.226562500000 1.468750000000 1.101562500000 1.320312500000 +0.929687500000 1.117187500000 0.734375000000 0.882812500000 +0.531250000000 0.640625000000 0.339843750000 0.406250000000 +0.171875000000 0.206054687500 0.035156250000 0.041992187500 +-0.062988281250 -0.076171875000 -0.124511718750 -0.144531250000 +-0.147460937500 -0.176757812500 -0.149414062500 -0.178710937500 +-0.137695312500 -0.166015625000 -0.124023437500 -0.146484375000 +-0.113769531250 -0.137695312500 -0.113769531250 -0.137695312500 +-0.125976562500 -0.151367187500 -0.139648437500 -0.170898437500 +-0.155273437500 -0.186523437500 -0.151367187500 -0.181640625000 +-0.125000000000 -0.148437500000 -0.058349609375 -0.072753906250 +0.042236328125 0.051269531250 0.186523437500 0.225585937500 +0.363281250000 0.439453125000 0.566406250000 0.679687500000 +0.769531250000 0.929687500000 0.960937500000 1.156250000000 +1.117187500000 1.351562500000 1.226562500000 1.476562500000 +1.265625000000 1.531250000000 1.242187500000 1.500000000000 +1.148437500000 1.390625000000 1.007812500000 1.210937500000 +0.820312500000 0.992187500000 0.621093750000 0.750000000000 +0.425781250000 0.511718750000 0.257812500000 0.312500000000 +0.138671875000 0.168945312500 0.081542968750 0.100585937500 +0.093261718750 0.113769531250 0.174804687500 0.212890625000 +0.318359375000 0.384765625000 0.507812500000 0.617187500000 +0.730468750000 0.882812500000 0.964843750000 1.164062500000 +1.187500000000 1.437500000000 1.390625000000 1.687500000000 +1.554687500000 1.882812500000 1.664062500000 2.031250000000 +1.734375000000 2.093750000000 1.742187500000 2.109375000000 +1.703125000000 2.062500000000 1.617187500000 1.968750000000 +1.500000000000 1.820312500000 1.343750000000 1.632812500000 +1.171875000000 1.429687500000 0.984375000000 1.203125000000 +0.789062500000 0.960937500000 0.593750000000 0.726562500000 +0.400390625000 0.486328125000 0.213867187500 0.263671875000 +0.045898437500 0.054443359375 -0.102539062500 -0.123046875000 +-0.220703125000 -0.271484375000 -0.306640625000 -0.373046875000 +-0.351562500000 -0.425781250000 -0.345703125000 -0.423828125000 +-0.298828125000 -0.363281250000 -0.198242187500 -0.244140625000 +-0.056152343750 -0.070800781250 0.121582031250 0.148437500000 +0.324218750000 0.398437500000 0.546875000000 0.664062500000 +0.761718750000 0.929687500000 0.960937500000 1.171875000000 +1.125000000000 1.375000000000 1.250000000000 1.523437500000 +1.312500000000 1.609375000000 1.328125000000 1.617187500000 +1.273437500000 1.554687500000 1.156250000000 1.421875000000 +1.000000000000 1.226562500000 0.804687500000 0.984375000000 +0.582031250000 0.710937500000 0.353515625000 0.431640625000 +0.129882812500 0.160156250000 -0.067871093750 -0.083007812500 +-0.231445312500 -0.285156250000 -0.349609375000 -0.429687500000 +-0.410156250000 -0.503906250000 -0.414062500000 -0.507812500000 +-0.359375000000 -0.443359375000 -0.250000000000 -0.308593750000 +-0.092285156250 -0.112792968750 0.102050781250 0.125976562500 +0.320312500000 0.394531250000 0.546875000000 0.675781250000 +0.773437500000 0.949218750000 0.972656250000 1.195312500000 +1.140625000000 1.406250000000 1.257812500000 1.546875000000 +1.320312500000 1.625000000000 1.328125000000 1.632812500000 +1.273437500000 1.562500000000 1.156250000000 1.429687500000 +1.000000000000 1.226562500000 0.796875000000 0.984375000000 +0.578125000000 0.714843750000 0.351562500000 0.431640625000 +0.129882812500 0.159179687500 -0.066894531250 -0.083984375000 +-0.231445312500 -0.287109375000 -0.349609375000 -0.429687500000 +-0.410156250000 -0.503906250000 -0.414062500000 -0.511718750000 +-0.359375000000 -0.445312500000 -0.248046875000 -0.308593750000 +-0.092285156250 -0.114746093750 0.101562500000 0.123535156250 +0.318359375000 0.394531250000 0.546875000000 0.675781250000 +0.765625000000 0.953125000000 0.968750000000 1.203125000000 +1.132812500000 1.398437500000 1.250000000000 1.546875000000 +1.312500000000 1.625000000000 1.312500000000 1.625000000000 +1.250000000000 1.554687500000 1.140625000000 1.414062500000 +0.976562500000 1.210937500000 0.781250000000 0.976562500000 +0.570312500000 0.707031250000 0.351562500000 0.437500000000 +0.147460937500 0.182617187500 -0.035400390625 -0.044921875000 +-0.181640625000 -0.227539062500 -0.285156250000 -0.357421875000 +-0.341796875000 -0.425781250000 -0.349609375000 -0.435546875000 +-0.310546875000 -0.386718750000 -0.230468750000 -0.287109375000 +-0.116699218750 -0.141601562500 0.030395507812 0.037841796875 +0.196289062500 0.245117187500 0.376953125000 0.468750000000 +0.566406250000 0.707031250000 0.761718750000 0.953125000000 +0.953125000000 1.187500000000 1.132812500000 1.414062500000 +1.304687500000 1.625000000000 1.445312500000 1.804687500000 +1.562500000000 1.953125000000 1.648437500000 2.062500000000 +1.695312500000 2.109375000000 1.687500000000 2.109375000000 +1.640625000000 2.046875000000 1.539062500000 1.929687500000 +1.406250000000 1.750000000000 1.226562500000 1.531250000000 +1.023437500000 1.281250000000 0.804687500000 1.007812500000 +0.593750000000 0.742187500000 0.396484375000 0.498046875000 +0.230468750000 0.291015625000 0.112304687500 0.138671875000 +0.043457031250 0.057373046875 0.036132812500 0.046142578125 +0.091308593750 0.113769531250 0.200195312500 0.251953125000 +0.359375000000 0.449218750000 0.554687500000 0.695312500000 +0.769531250000 0.968750000000 0.996093750000 1.250000000000 +1.210937500000 1.523437500000 1.414062500000 1.773437500000 +1.570312500000 1.976562500000 1.687500000000 2.125000000000 +1.750000000000 2.203125000000 1.750000000000 2.203125000000 +1.695312500000 2.140625000000 1.585937500000 2.000000000000 +1.429687500000 1.804687500000 1.242187500000 1.562500000000 +1.023437500000 1.289062500000 0.792968750000 1.000000000000 +0.578125000000 0.726562500000 0.378906250000 0.476562500000 +0.215820312500 0.275390625000 0.098144531250 0.122558593750 +0.035644531250 0.044189453125 0.031738281250 0.042480468750 +0.085937500000 0.108398437500 0.195312500000 0.247070312500 +0.355468750000 0.451171875000 0.550781250000 0.695312500000 +0.765625000000 0.968750000000 0.996093750000 1.257812500000 +1.218750000000 1.539062500000 1.414062500000 1.789062500000 +1.578125000000 2.000000000000 1.695312500000 2.140625000000 +1.757812500000 2.218750000000 1.757812500000 2.218750000000 +1.695312500000 2.156250000000 1.570312500000 2.000000000000 +1.406250000000 1.781250000000 1.195312500000 1.515625000000 +0.960937500000 1.218750000000 0.722656250000 0.914062500000 +0.496093750000 0.628906250000 0.302734375000 0.386718750000 +0.160156250000 0.204101562500 0.083007812500 0.102539062500 +0.072753906250 0.092773437500 0.132812500000 0.167968750000 +0.251953125000 0.320312500000 0.417968750000 0.531250000000 +0.609375000000 0.777343750000 0.804687500000 1.023437500000 +0.980468750000 1.250000000000 1.109375000000 1.414062500000 +1.187500000000 1.507812500000 1.187500000000 1.515625000000 +1.125000000000 1.429687500000 0.996093750000 1.273437500000 +0.832031250000 1.062500000000 0.640625000000 0.816406250000 +0.453125000000 0.578125000000 0.291015625000 0.371093750000 +0.176757812500 0.223632812500 0.123535156250 0.157226562500 +0.137695312500 0.176757812500 0.218750000000 0.277343750000 +0.355468750000 0.453125000000 0.535156250000 0.679687500000 +0.730468750000 0.937500000000 0.929687500000 1.187500000000 +1.109375000000 1.429687500000 1.265625000000 1.617187500000 +1.375000000000 1.757812500000 1.445312500000 1.851562500000 +1.476562500000 1.898437500000 1.484375000000 1.906250000000 +1.476562500000 1.890625000000 1.453125000000 1.867187500000 +1.437500000000 1.843750000000 1.429687500000 1.835937500000 +1.437500000000 1.843750000000 1.445312500000 1.851562500000 +1.453125000000 1.867187500000 1.453125000000 1.867187500000 +1.429687500000 1.843750000000 1.382812500000 1.781250000000 +1.296875000000 1.664062500000 1.171875000000 1.507812500000 +1.023437500000 1.312500000000 0.835937500000 1.078125000000 +0.644531250000 0.832031250000 0.460937500000 0.589843750000 +0.294921875000 0.380859375000 0.166015625000 0.212890625000 +0.087402343750 0.113281250000 0.066894531250 0.085937500000 +0.107421875000 0.138671875000 0.206054687500 0.265625000000 +0.353515625000 0.458984375000 0.539062500000 0.695312500000 +0.750000000000 0.964843750000 0.964843750000 1.250000000000 +1.171875000000 1.515625000000 1.359375000000 1.757812500000 +1.507812500000 1.945312500000 1.609375000000 2.078125000000 +1.671875000000 2.156250000000 1.671875000000 2.156250000000 +1.625000000000 2.109375000000 1.539062500000 1.992187500000 +1.406250000000 1.820312500000 1.250000000000 1.617187500000 +1.062500000000 1.382812500000 0.875000000000 1.132812500000 +0.683593750000 0.882812500000 0.500000000000 0.648437500000 +0.332031250000 0.427734375000 0.187500000000 0.245117187500 +0.078613281250 0.099121093750 -0.006408691406 -0.007598876953 +-0.060546875000 -0.078613281250 -0.089355468750 -0.112792968750 +-0.092773437500 -0.123046875000 -0.088867187500 -0.114746093750 +-0.075195312500 -0.099121093750 -0.064941406250 -0.083496093750 +-0.058593750000 -0.073242187500 -0.059326171875 -0.076171875000 +-0.069824218750 -0.089355468750 -0.083496093750 -0.106445312500 +-0.093750000000 -0.124023437500 -0.099121093750 -0.128906250000 +-0.089843750000 -0.114257812500 -0.055419921875 -0.073242187500 +0.008850097656 0.011413574219 0.100585937500 0.131835937500 +0.223632812500 0.291015625000 0.373046875000 0.486328125000 +0.542968750000 0.707031250000 0.714843750000 0.933593750000 +0.890625000000 1.164062500000 1.054687500000 1.375000000000 +1.195312500000 1.562500000000 1.312500000000 1.710937500000 +1.390625000000 1.820312500000 1.445312500000 1.882812500000 +1.460937500000 1.914062500000 1.460937500000 1.906250000000 +1.437500000000 1.882812500000 1.398437500000 1.835937500000 +1.359375000000 1.781250000000 1.328125000000 1.742187500000 +1.296875000000 1.695312500000 1.273437500000 1.664062500000 +1.257812500000 1.648437500000 1.257812500000 1.648437500000 +1.265625000000 1.656250000000 1.273437500000 1.671875000000 +1.289062500000 1.687500000000 1.304687500000 1.710937500000 +1.320312500000 1.726562500000 1.328125000000 1.742187500000 +1.335937500000 1.750000000000 1.335937500000 1.750000000000 +1.328125000000 1.742187500000 1.320312500000 1.734375000000 +1.304687500000 1.710937500000 1.289062500000 1.695312500000 +1.273437500000 1.671875000000 1.257812500000 1.656250000000 +1.257812500000 1.648437500000 1.257812500000 1.656250000000 +1.265625000000 1.664062500000 1.281250000000 1.695312500000 +1.312500000000 1.734375000000 1.351562500000 1.781250000000 +1.382812500000 1.828125000000 1.421875000000 1.867187500000 +1.445312500000 1.906250000000 1.445312500000 1.914062500000 +1.437500000000 1.890625000000 1.390625000000 1.835937500000 +1.320312500000 1.742187500000 1.210937500000 1.601562500000 +1.078125000000 1.421875000000 0.921875000000 1.218750000000 +0.750000000000 0.992187500000 0.574218750000 0.757812500000 +0.400390625000 0.531250000000 0.240234375000 0.320312500000 +0.103027343750 0.134765625000 -0.007598876953 -0.010192871094 +-0.086425781250 -0.115234375000 -0.134765625000 -0.176757812500 +-0.152343750000 -0.203125000000 -0.150390625000 -0.197265625000 +-0.126953125000 -0.170898437500 -0.095703125000 -0.127929687500 +-0.060791015625 -0.081542968750 -0.027832031250 -0.035400390625 +0.000991821289 -0.001373291016 0.019775390625 0.025512695312 +0.034179687500 0.041992187500 0.036865234375 0.050537109375 +0.037353515625 0.049804687500 0.034423828125 0.046630859375 +0.034667968750 0.046142578125 0.033935546875 0.044433593750 +0.034912109375 0.043945312500 0.034912109375 0.047119140625 +0.033935546875 0.047607421875 0.031494140625 0.041748046875 +0.019042968750 0.027465820312 0.001495361328 0.003997802734 +-0.021240234375 -0.029663085938 -0.051757812500 -0.070312500000 +-0.086914062500 -0.118164062500 -0.119628906250 -0.159179687500 +-0.141601562500 -0.188476562500 -0.148437500000 -0.197265625000 +-0.132812500000 -0.177734375000 -0.089355468750 -0.118652343750 +-0.014770507812 -0.020263671875 0.088378906250 0.119140625000 +0.220703125000 0.294921875000 0.375000000000 0.500000000000 +0.546875000000 0.730468750000 0.722656250000 0.968750000000 +0.894531250000 1.195312500000 1.054687500000 1.406250000000 +1.187500000000 1.593750000000 1.296875000000 1.742187500000 +1.375000000000 1.843750000000 1.421875000000 1.906250000000 +1.437500000000 1.937500000000 1.437500000000 1.929687500000 +1.414062500000 1.890625000000 1.375000000000 1.851562500000 +1.343750000000 1.804687500000 1.304687500000 1.750000000000 +1.273437500000 1.710937500000 1.250000000000 1.679687500000 +1.234375000000 1.664062500000 1.234375000000 1.656250000000 +1.242187500000 1.664062500000 1.250000000000 1.679687500000 +1.257812500000 1.695312500000 1.273437500000 1.710937500000 +1.281250000000 1.726562500000 1.289062500000 1.742187500000 +1.296875000000 1.750000000000 1.296875000000 1.750000000000 +1.304687500000 1.757812500000 1.304687500000 1.757812500000 +1.304687500000 1.750000000000 1.304687500000 1.757812500000 +1.296875000000 1.757812500000 1.296875000000 1.750000000000 +1.296875000000 1.757812500000 1.296875000000 1.750000000000 +1.289062500000 1.742187500000 1.281250000000 1.726562500000 +1.265625000000 1.710937500000 1.250000000000 1.687500000000 +1.234375000000 1.671875000000 1.218750000000 1.656250000000 +1.218750000000 1.648437500000 1.218750000000 1.656250000000 +1.234375000000 1.671875000000 1.257812500000 1.710937500000 +1.296875000000 1.757812500000 1.343750000000 1.828125000000 +1.390625000000 1.890625000000 1.437500000000 1.945312500000 +1.468750000000 1.984375000000 1.468750000000 1.992187500000 +1.445312500000 1.960937500000 1.382812500000 1.875000000000 +1.281250000000 1.742187500000 1.140625000000 1.554687500000 +0.976562500000 1.328125000000 0.789062500000 1.078125000000 +0.597656250000 0.816406250000 0.417968750000 0.570312500000 +0.261718750000 0.355468750000 0.145507812500 0.200195312500 +0.083007812500 0.112792968750 0.078125000000 0.104492187500 +0.128906250000 0.176757812500 0.233398437500 0.320312500000 +0.386718750000 0.523437500000 0.566406250000 0.765625000000 +0.753906250000 1.031250000000 0.945312500000 1.289062500000 +1.117187500000 1.523437500000 1.265625000000 1.726562500000 +1.375000000000 1.875000000000 1.437500000000 1.968750000000 +1.476562500000 2.015625000000 1.468750000000 2.015625000000 +1.445312500000 1.976562500000 1.406250000000 1.921875000000 +1.359375000000 1.851562500000 1.312500000000 1.796875000000 +1.273437500000 1.742187500000 1.242187500000 1.703125000000 +1.226562500000 1.679687500000 1.218750000000 1.664062500000 +1.210937500000 1.664062500000 1.218750000000 1.664062500000 +1.218750000000 1.671875000000 1.218750000000 1.671875000000 +1.218750000000 1.671875000000 1.218750000000 1.671875000000 +1.218750000000 1.671875000000 1.226562500000 1.679687500000 +1.242187500000 1.703125000000 1.265625000000 1.742187500000 +1.304687500000 1.789062500000 1.351562500000 1.851562500000 +1.398437500000 1.921875000000 1.437500000000 1.976562500000 +1.468750000000 2.015625000000 1.468750000000 2.015625000000 +1.437500000000 1.976562500000 1.375000000000 1.890625000000 +1.257812500000 1.734375000000 1.117187500000 1.531250000000 +0.933593750000 1.289062500000 0.738281250000 1.023437500000 +0.546875000000 0.750000000000 0.367187500000 0.503906250000 +0.218750000000 0.302734375000 0.124511718750 0.169921875000 +0.085449218750 0.118164062500 0.113281250000 0.155273437500 +0.197265625000 0.271484375000 0.333984375000 0.460937500000 +0.503906250000 0.695312500000 0.691406250000 0.953125000000 +0.875000000000 1.203125000000 1.031250000000 1.421875000000 +1.140625000000 1.578125000000 1.195312500000 1.656250000000 +1.187500000000 1.648437500000 1.117187500000 1.546875000000 +0.988281250000 1.367187500000 0.812500000000 1.125000000000 +0.601562500000 0.832031250000 0.373046875000 0.523437500000 +0.155273437500 0.216796875000 -0.044433593750 -0.062988281250 +-0.209960937500 -0.292968750000 -0.330078125000 -0.457031250000 +-0.394531250000 -0.546875000000 -0.402343750000 -0.554687500000 +-0.351562500000 -0.488281250000 -0.248046875000 -0.343750000000 +-0.099121093750 -0.136718750000 0.086425781250 0.121093750000 +0.291015625000 0.406250000000 0.503906250000 0.699218750000 +0.710937500000 0.992187500000 0.898437500000 1.250000000000 +1.054687500000 1.468750000000 1.164062500000 1.625000000000 +1.218750000000 1.703125000000 1.226562500000 1.710937500000 +1.171875000000 1.640625000000 1.070312500000 1.492187500000 +0.921875000000 1.289062500000 0.738281250000 1.031250000000 +0.535156250000 0.742187500000 0.320312500000 0.447265625000 +0.113769531250 0.158203125000 -0.071777343750 -0.101074218750 +-0.226562500000 -0.318359375000 -0.337890625000 -0.472656250000 +-0.394531250000 -0.550781250000 -0.394531250000 -0.550781250000 +-0.337890625000 -0.474609375000 -0.226562500000 -0.318359375000 +-0.067871093750 -0.094726562500 0.129882812500 0.180664062500 +0.349609375000 0.490234375000 0.574218750000 0.804687500000 +0.785156250000 1.101562500000 0.964843750000 1.351562500000 +1.101562500000 1.539062500000 1.171875000000 1.648437500000 +1.179687500000 1.656250000000 1.125000000000 1.578125000000 +0.458984375000 0.636718750000 0.527343750000 0.730468750000 +0.585937500000 0.812500000000 0.632812500000 0.875000000000 +0.664062500000 0.917968750000 0.683593750000 0.945312500000 +0.687500000000 0.949218750000 0.675781250000 0.933593750000 +0.648437500000 0.898437500000 0.613281250000 0.851562500000 +0.566406250000 0.785156250000 0.511718750000 0.710937500000 +0.447265625000 0.617187500000 0.373046875000 0.519531250000 +0.291015625000 0.400390625000 0.201171875000 0.279296875000 +0.106933593750 0.146484375000 0.008850097656 0.013122558594 +-0.082031250000 -0.113769531250 -0.164062500000 -0.228515625000 +-0.227539062500 -0.314453125000 -0.263671875000 -0.367187500000 +-0.267578125000 -0.373046875000 -0.234375000000 -0.322265625000 +-0.154296875000 -0.213867187500 -0.030517578125 -0.041259765625 +0.134765625000 0.187500000000 0.335937500000 0.466796875000 +0.562500000000 0.781250000000 0.800781250000 1.109375000000 +1.039062500000 1.445312500000 1.257812500000 1.750000000000 +1.453125000000 2.015625000000 1.601562500000 2.218750000000 +1.703125000000 2.359375000000 1.750000000000 2.437500000000 +1.750000000000 2.437500000000 1.703125000000 2.375000000000 +1.625000000000 2.265625000000 1.515625000000 2.109375000000 +1.390625000000 1.937500000000 1.265625000000 1.757812500000 +1.140625000000 1.578125000000 1.015625000000 1.414062500000 +0.914062500000 1.273437500000 0.824218750000 1.140625000000 +0.738281250000 1.031250000000 0.664062500000 0.921875000000 +0.597656250000 0.828125000000 0.531250000000 0.742187500000 +0.472656250000 0.656250000000 0.419921875000 0.582031250000 +0.378906250000 0.527343750000 0.359375000000 0.498046875000 +0.363281250000 0.507812500000 0.400390625000 0.558593750000 +0.472656250000 0.660156250000 0.582031250000 0.808593750000 +0.722656250000 1.007812500000 0.886718750000 1.234375000000 +1.062500000000 1.484375000000 1.242187500000 1.734375000000 +1.398437500000 1.953125000000 1.523437500000 2.125000000000 +1.601562500000 2.234375000000 1.632812500000 2.265625000000 +1.601562500000 2.234375000000 1.515625000000 2.109375000000 +1.390625000000 1.937500000000 1.234375000000 1.718750000000 +1.062500000000 1.484375000000 0.902343750000 1.257812500000 +0.765625000000 1.070312500000 0.667968750000 0.933593750000 +0.625000000000 0.875000000000 0.636718750000 0.890625000000 +0.707031250000 0.988281250000 0.828125000000 1.156250000000 +0.988281250000 1.382812500000 1.171875000000 1.640625000000 +1.375000000000 1.921875000000 1.570312500000 2.203125000000 +1.757812500000 2.453125000000 1.898437500000 2.656250000000 +2.000000000000 2.796875000000 2.062500000000 2.890625000000 +2.078125000000 2.890625000000 2.031250000000 2.828125000000 +1.929687500000 2.703125000000 1.789062500000 2.500000000000 +1.609375000000 2.250000000000 1.398437500000 1.960937500000 +1.171875000000 1.640625000000 0.933593750000 1.304687500000 +0.695312500000 0.972656250000 0.472656250000 0.660156250000 +0.269531250000 0.376953125000 0.096191406250 0.133789062500 +-0.042724609375 -0.060058593750 -0.147460937500 -0.204101562500 +-0.208984375000 -0.292968750000 -0.236328125000 -0.330078125000 +-0.227539062500 -0.318359375000 -0.192382812500 -0.271484375000 +-0.134765625000 -0.191406250000 -0.062255859375 -0.091308593750 +0.016601562500 0.022216796875 0.100585937500 0.141601562500 +0.187500000000 0.261718750000 0.265625000000 0.375000000000 +0.345703125000 0.480468750000 0.414062500000 0.582031250000 +0.480468750000 0.671875000000 0.542968750000 0.761718750000 +0.601562500000 0.843750000000 0.664062500000 0.929687500000 +0.726562500000 1.015625000000 0.792968750000 1.109375000000 +0.859375000000 1.203125000000 0.933593750000 1.304687500000 +1.007812500000 1.414062500000 1.093750000000 1.531250000000 +1.179687500000 1.656250000000 1.265625000000 1.773437500000 +1.351562500000 1.898437500000 1.437500000000 2.015625000000 +1.515625000000 2.125000000000 1.585937500000 2.234375000000 +1.648437500000 2.312500000000 1.695312500000 2.375000000000 +1.718750000000 2.406250000000 1.718750000000 2.421875000000 +1.695312500000 2.390625000000 1.648437500000 2.312500000000 +1.570312500000 2.203125000000 1.468750000000 2.062500000000 +1.335937500000 1.882812500000 1.187500000000 1.671875000000 +1.023437500000 1.429687500000 0.839843750000 1.179687500000 +0.664062500000 0.925781250000 0.488281250000 0.687500000000 +0.339843750000 0.476562500000 0.210937500000 0.296875000000 +0.119140625000 0.168945312500 0.065917968750 0.094238281250 +0.049072265625 0.071289062500 0.070312500000 0.099609375000 +0.120117187500 0.167968750000 0.191406250000 0.267578125000 +0.271484375000 0.380859375000 0.349609375000 0.490234375000 +0.417968750000 0.585937500000 0.468750000000 0.660156250000 +0.498046875000 0.703125000000 0.507812500000 0.718750000000 +0.507812500000 0.714843750000 0.498046875000 0.699218750000 +0.494140625000 0.695312500000 0.503906250000 0.710937500000 +0.539062500000 0.757812500000 0.605468750000 0.855468750000 +0.707031250000 0.996093750000 0.835937500000 1.179687500000 +0.984375000000 1.390625000000 1.148437500000 1.617187500000 +1.304687500000 1.843750000000 1.437500000000 2.031250000000 +1.546875000000 2.171875000000 1.601562500000 2.265625000000 +1.609375000000 2.281250000000 1.570312500000 2.218750000000 +1.476562500000 2.078125000000 1.343750000000 1.898437500000 +1.187500000000 1.679687500000 1.015625000000 1.437500000000 +0.847656250000 1.195312500000 0.691406250000 0.976562500000 +0.558593750000 0.792968750000 0.464843750000 0.656250000000 +0.402343750000 0.570312500000 0.375000000000 0.531250000000 +0.378906250000 0.535156250000 0.406250000000 0.574218750000 +0.449218750000 0.636718750000 0.500000000000 0.707031250000 +0.554687500000 0.781250000000 0.597656250000 0.843750000000 +0.636718750000 0.894531250000 0.660156250000 0.929687500000 +0.667968750000 0.941406250000 0.660156250000 0.929687500000 +0.644531250000 0.902343750000 0.613281250000 0.863281250000 +0.566406250000 0.804687500000 0.511718750000 0.726562500000 +0.453125000000 0.636718750000 0.378906250000 0.531250000000 +0.292968750000 0.416015625000 0.203125000000 0.289062500000 +0.105468750000 0.151367187500 0.008850097656 0.013977050781 +-0.084960937500 -0.121582031250 -0.168945312500 -0.240234375000 +-0.234375000000 -0.332031250000 -0.273437500000 -0.386718750000 +-0.277343750000 -0.390625000000 -0.243164062500 -0.341796875000 +-0.159179687500 -0.224609375000 -0.032714843750 -0.045654296875 +0.135742187500 0.192382812500 0.337890625000 0.478515625000 +0.562500000000 0.800781250000 0.804687500000 1.140625000000 +1.039062500000 1.468750000000 1.257812500000 1.781250000000 +1.437500000000 2.046875000000 1.585937500000 2.250000000000 +1.679687500000 2.375000000000 1.718750000000 2.437500000000 +1.710937500000 2.421875000000 1.656250000000 2.359375000000 +1.570312500000 2.234375000000 1.460937500000 2.078125000000 +1.343750000000 1.906250000000 1.226562500000 1.734375000000 +1.117187500000 1.578125000000 1.023437500000 1.460937500000 +0.964843750000 1.367187500000 0.929687500000 1.320312500000 +0.925781250000 1.320312500000 0.949218750000 1.351562500000 +1.000000000000 1.421875000000 1.062500000000 1.515625000000 +1.148437500000 1.632812500000 1.234375000000 1.757812500000 +1.335937500000 1.890625000000 1.421875000000 2.015625000000 +1.507812500000 2.140625000000 1.578125000000 2.250000000000 +1.640625000000 2.328125000000 1.679687500000 2.390625000000 +1.703125000000 2.421875000000 1.695312500000 2.406250000000 +1.671875000000 2.375000000000 1.617187500000 2.296875000000 +1.546875000000 2.203125000000 1.445312500000 2.062500000000 +1.328125000000 1.890625000000 1.195312500000 1.703125000000 +1.046875000000 1.484375000000 0.886718750000 1.257812500000 +0.722656250000 1.031250000000 0.566406250000 0.808593750000 +0.416015625000 0.589843750000 0.277343750000 0.396484375000 +0.155273437500 0.220703125000 0.053466796875 0.075683593750 +-0.024291992188 -0.036621093750 -0.084960937500 -0.119628906250 +-0.119628906250 -0.170898437500 -0.135742187500 -0.191406250000 +-0.135742187500 -0.190429687500 -0.116210937500 -0.167968750000 +-0.091796875000 -0.129882812500 -0.054199218750 -0.078125000000 +-0.010131835938 -0.014587402344 0.041992187500 0.057617187500 +0.097167968750 0.139648437500 0.168945312500 0.239257812500 +0.246093750000 0.349609375000 0.333984375000 0.476562500000 +0.433593750000 0.617187500000 0.546875000000 0.777343750000 +0.660156250000 0.945312500000 0.781250000000 1.117187500000 +0.894531250000 1.273437500000 0.996093750000 1.421875000000 +1.070312500000 1.531250000000 1.117187500000 1.593750000000 +1.132812500000 1.617187500000 1.101562500000 1.578125000000 +1.039062500000 1.484375000000 0.937500000000 1.335937500000 +0.804687500000 1.148437500000 0.652343750000 0.929687500000 +0.490234375000 0.703125000000 0.332031250000 0.472656250000 +0.190429687500 0.267578125000 0.072753906250 0.102050781250 +-0.012634277344 -0.017211914062 -0.057128906250 -0.081054687500 +-0.056884765625 -0.080566406250 -0.014099121094 -0.019042968750 +0.066894531250 0.097167968750 0.183593750000 0.263671875000 +0.326171875000 0.466796875000 0.490234375000 0.699218750000 +0.656250000000 0.933593750000 0.820312500000 1.171875000000 +0.960937500000 1.375000000000 1.078125000000 1.539062500000 +1.156250000000 1.656250000000 1.187500000000 1.703125000000 +1.171875000000 1.679687500000 1.109375000000 1.593750000000 +1.007812500000 1.437500000000 0.863281250000 1.234375000000 +0.695312500000 1.000000000000 0.527343750000 0.753906250000 +0.365234375000 0.523437500000 0.229492187500 0.328125000000 +0.131835937500 0.190429687500 0.087402343750 0.122558593750 +0.093750000000 0.133789062500 0.153320312500 0.219726562500 +0.257812500000 0.369140625000 0.402343750000 0.574218750000 +0.558593750000 0.804687500000 0.722656250000 1.039062500000 +0.871093750000 1.250000000000 0.988281250000 1.421875000000 +1.070312500000 1.539062500000 1.109375000000 1.593750000000 +1.101562500000 1.578125000000 1.054687500000 1.507812500000 +0.972656250000 1.398437500000 0.875000000000 1.250000000000 +0.765625000000 1.101562500000 0.660156250000 0.949218750000 +0.570312500000 0.816406250000 0.498046875000 0.710937500000 +0.449218750000 0.644531250000 0.427734375000 0.609375000000 +0.423828125000 0.609375000000 0.441406250000 0.632812500000 +0.470703125000 0.675781250000 0.507812500000 0.734375000000 +0.550781250000 0.789062500000 0.582031250000 0.835937500000 +0.609375000000 0.878906250000 0.632812500000 0.906250000000 +0.636718750000 0.917968750000 0.636718750000 0.914062500000 +0.621093750000 0.894531250000 0.597656250000 0.863281250000 +0.566406250000 0.812500000000 0.515625000000 0.742187500000 +0.458984375000 0.660156250000 0.388671875000 0.562500000000 +0.304687500000 0.441406250000 0.212890625000 0.304687500000 +0.109863281250 0.156250000000 0.000071525574 0.001319885254 +-0.102539062500 -0.147460937500 -0.199218750000 -0.287109375000 +-0.271484375000 -0.392578125000 -0.314453125000 -0.451171875000 +-0.314453125000 -0.455078125000 -0.267578125000 -0.384765625000 +-0.166015625000 -0.237304687500 -0.008239746094 -0.014587402344 +0.192382812500 0.275390625000 0.427734375000 0.617187500000 +0.687500000000 0.988281250000 0.941406250000 1.359375000000 +1.179687500000 1.703125000000 1.367187500000 1.976562500000 +1.500000000000 2.171875000000 1.562500000000 2.250000000000 +1.546875000000 2.218750000000 1.453125000000 2.093750000000 +1.289062500000 1.859375000000 1.078125000000 1.554687500000 +0.839843750000 1.210937500000 0.593750000000 0.859375000000 +0.367187500000 0.527343750000 0.172851562500 0.250000000000 +0.031250000000 0.041992187500 -0.052978515625 -0.076660156250 +-0.075683593750 -0.109863281250 -0.040527343750 -0.058837890625 +0.043212890625 0.062011718750 0.162109375000 0.232421875000 +0.298828125000 0.431640625000 0.443359375000 0.636718750000 +0.574218750000 0.828125000000 0.683593750000 0.988281250000 +0.761718750000 1.101562500000 0.804687500000 1.164062500000 +0.804687500000 1.164062500000 0.765625000000 1.109375000000 +0.695312500000 1.000000000000 0.589843750000 0.855468750000 +0.468750000000 0.679687500000 0.339843750000 0.490234375000 +0.212890625000 0.306640625000 0.104003906250 0.150390625000 +0.023193359375 0.031982421875 -0.018188476562 -0.026733398438 +-0.014221191406 -0.020874023438 0.039306640625 0.058105468750 +0.137695312500 0.200195312500 0.273437500000 0.394531250000 +0.433593750000 0.628906250000 0.601562500000 0.871093750000 +0.757812500000 1.093750000000 0.882812500000 1.281250000000 +0.968750000000 1.398437500000 0.996093750000 1.437500000000 +0.964843750000 1.398437500000 0.878906250000 1.273437500000 +0.750000000000 1.085937500000 0.593750000000 0.859375000000 +0.431640625000 0.625000000000 0.285156250000 0.412109375000 +0.176757812500 0.255859375000 0.122558593750 0.177734375000 +0.133789062500 0.193359375000 0.209960937500 0.306640625000 +0.353515625000 0.511718750000 0.546875000000 0.792968750000 +0.773437500000 1.125000000000 1.015625000000 1.476562500000 +1.257812500000 1.820312500000 1.476562500000 2.140625000000 +1.656250000000 2.390625000000 1.781250000000 2.593750000000 +1.867187500000 2.703125000000 1.906250000000 2.765625000000 +1.898437500000 2.765625000000 1.867187500000 2.703125000000 +1.812500000000 2.625000000000 1.742187500000 2.531250000000 +1.679687500000 2.437500000000 1.625000000000 2.359375000000 +1.585937500000 2.312500000000 1.570312500000 2.281250000000 +1.562500000000 2.281250000000 1.578125000000 2.296875000000 +1.601562500000 2.328125000000 1.640625000000 2.375000000000 +1.679687500000 2.437500000000 1.718750000000 2.500000000000 +1.742187500000 2.531250000000 1.765625000000 2.562500000000 +1.765625000000 2.562500000000 1.750000000000 2.546875000000 +1.710937500000 2.500000000000 1.656250000000 2.406250000000 +1.585937500000 2.296875000000 1.500000000000 2.187500000000 +1.406250000000 2.046875000000 1.320312500000 1.921875000000 +1.242187500000 1.804687500000 1.187500000000 1.726562500000 +1.156250000000 1.679687500000 1.156250000000 1.679687500000 +1.187500000000 1.718750000000 1.242187500000 1.804687500000 +1.312500000000 1.914062500000 1.398437500000 2.046875000000 +1.484375000000 2.156250000000 1.554687500000 2.250000000000 +1.585937500000 2.312500000000 1.593750000000 2.328125000000 +1.562500000000 2.281250000000 1.492187500000 2.171875000000 +1.382812500000 2.015625000000 1.250000000000 1.820312500000 +1.101562500000 1.601562500000 0.949218750000 1.382812500000 +0.800781250000 1.171875000000 0.679687500000 0.996093750000 +0.582031250000 0.851562500000 0.515625000000 0.750000000000 +0.472656250000 0.691406250000 0.457031250000 0.667968750000 +0.455078125000 0.664062500000 0.458984375000 0.671875000000 +0.464843750000 0.675781250000 0.464843750000 0.679687500000 +0.453125000000 0.664062500000 0.433593750000 0.632812500000 +0.414062500000 0.605468750000 0.402343750000 0.585937500000 +0.402343750000 0.589843750000 0.433593750000 0.632812500000 +0.496093750000 0.726562500000 0.597656250000 0.875000000000 +0.734375000000 1.070312500000 0.898437500000 1.312500000000 +1.078125000000 1.570312500000 1.250000000000 1.828125000000 +1.398437500000 2.046875000000 1.507812500000 2.203125000000 +1.562500000000 2.281250000000 1.546875000000 2.265625000000 +1.460937500000 2.140625000000 1.312500000000 1.921875000000 +1.117187500000 1.632812500000 0.886718750000 1.304687500000 +0.660156250000 0.964843750000 0.453125000000 0.660156250000 +0.291015625000 0.425781250000 0.193359375000 0.279296875000 +0.164062500000 0.241210937500 0.206054687500 0.300781250000 +0.306640625000 0.447265625000 0.447265625000 0.652343750000 +0.597656250000 0.878906250000 0.742187500000 1.085937500000 +0.847656250000 1.242187500000 0.902343750000 1.320312500000 +0.894531250000 1.312500000000 0.824218750000 1.210937500000 +0.707031250000 1.039062500000 0.558593750000 0.824218750000 +0.408203125000 0.601562500000 0.279296875000 0.410156250000 +0.197265625000 0.289062500000 0.181640625000 0.265625000000 +0.238281250000 0.349609375000 0.365234375000 0.535156250000 +0.550781250000 0.812500000000 0.773437500000 1.132812500000 +1.000000000000 1.476562500000 1.210937500000 1.773437500000 +1.367187500000 2.000000000000 1.453125000000 2.125000000000 +1.445312500000 2.125000000000 1.359375000000 2.000000000000 +1.203125000000 1.773437500000 1.000000000000 1.460937500000 +0.761718750000 1.117187500000 0.527343750000 0.773437500000 +0.332031250000 0.486328125000 0.193359375000 0.283203125000 +0.127929687500 0.192382812500 0.150390625000 0.222656250000 +0.253906250000 0.375000000000 0.429687500000 0.632812500000 +0.660156250000 0.968750000000 0.921875000000 1.351562500000 +1.187500000000 1.750000000000 1.445312500000 2.125000000000 +1.664062500000 2.453125000000 1.835937500000 2.703125000000 +1.945312500000 2.859375000000 2.000000000000 2.953125000000 +2.000000000000 2.937500000000 1.945312500000 2.859375000000 +1.851562500000 2.718750000000 1.726562500000 2.546875000000 +1.593750000000 2.343750000000 1.453125000000 2.140625000000 +1.320312500000 1.945312500000 1.210937500000 1.781250000000 +1.132812500000 1.671875000000 1.085937500000 1.601562500000 +1.085937500000 1.593750000000 1.117187500000 1.640625000000 +1.179687500000 1.734375000000 1.265625000000 1.867187500000 +1.367187500000 2.015625000000 1.468750000000 2.171875000000 +1.562500000000 2.296875000000 1.617187500000 2.390625000000 +1.640625000000 2.421875000000 1.601562500000 2.375000000000 +1.523437500000 2.250000000000 1.390625000000 2.046875000000 +1.210937500000 1.789062500000 1.000000000000 1.476562500000 +0.773437500000 1.132812500000 0.539062500000 0.792968750000 +0.318359375000 0.470703125000 0.132812500000 0.195312500000 +-0.010925292969 -0.017944335938 -0.106445312500 -0.152343750000 +-0.139648437500 -0.206054687500 -0.116210937500 -0.172851562500 +-0.041992187500 -0.059814453125 0.081542968750 0.122558593750 +0.242187500000 0.359375000000 0.431640625000 0.636718750000 +0.628906250000 0.933593750000 0.835937500000 1.234375000000 +1.031250000000 1.531250000000 1.210937500000 1.789062500000 +1.367187500000 2.015625000000 1.484375000000 2.187500000000 +1.554687500000 2.312500000000 1.601562500000 2.359375000000 +1.601562500000 2.375000000000 1.570312500000 2.328125000000 +1.515625000000 2.234375000000 1.445312500000 2.125000000000 +1.367187500000 2.015625000000 1.289062500000 1.906250000000 +1.226562500000 1.812500000000 1.187500000000 1.750000000000 +1.164062500000 1.718750000000 1.156250000000 1.710937500000 +1.164062500000 1.726562500000 1.179687500000 1.742187500000 +1.179687500000 1.750000000000 1.164062500000 1.726562500000 +1.125000000000 1.664062500000 1.054687500000 1.554687500000 +0.941406250000 1.398437500000 0.804687500000 1.195312500000 +0.648437500000 0.960937500000 0.486328125000 0.718750000000 +0.330078125000 0.486328125000 0.197265625000 0.292968750000 +0.106445312500 0.156250000000 0.067382812500 0.098632812500 +0.085937500000 0.127929687500 0.165039062500 0.247070312500 +0.310546875000 0.457031250000 0.500000000000 0.742187500000 +0.734375000000 1.085937500000 0.988281250000 1.468750000000 +1.250000000000 1.859375000000 1.507812500000 2.234375000000 +1.734375000000 2.578125000000 1.921875000000 2.843750000000 +2.046875000000 3.046875000000 2.109375000000 3.140625000000 +2.109375000000 3.140625000000 2.031250000000 3.015625000000 +1.890625000000 2.812500000000 1.687500000000 2.515625000000 +1.437500000000 2.140625000000 1.164062500000 1.726562500000 +0.875000000000 1.304687500000 0.609375000000 0.902343750000 +0.378906250000 0.562500000000 0.208984375000 0.308593750000 +0.115722656250 0.170898437500 0.105957031250 0.158203125000 +0.180664062500 0.269531250000 0.328125000000 0.488281250000 +0.535156250000 0.789062500000 0.769531250000 1.140625000000 +1.007812500000 1.492187500000 1.218750000000 1.804687500000 +1.375000000000 2.046875000000 1.453125000000 2.171875000000 +1.460937500000 2.171875000000 1.375000000000 2.046875000000 +1.218750000000 1.812500000000 1.007812500000 1.500000000000 +0.773437500000 1.148437500000 0.535156250000 0.800781250000 +0.335937500000 0.496093750000 0.186523437500 0.277343750000 +0.113281250000 0.166015625000 0.120117187500 0.178710937500 +0.210937500000 0.316406250000 0.382812500000 0.570312500000 +0.609375000000 0.906250000000 0.875000000000 1.304687500000 +1.156250000000 1.726562500000 1.429687500000 2.140625000000 +1.679687500000 2.500000000000 1.875000000000 2.796875000000 +2.015625000000 3.015625000000 2.093750000000 3.125000000000 +2.093750000000 3.125000000000 2.031250000000 3.031250000000 +1.914062500000 2.859375000000 1.734375000000 2.593750000000 +1.523437500000 2.265625000000 1.281250000000 1.906250000000 +1.023437500000 1.531250000000 0.777343750000 1.164062500000 +0.550781250000 0.820312500000 0.349609375000 0.519531250000 +0.194335937500 0.289062500000 0.083007812500 0.125976562500 +0.022949218750 0.036865234375 0.014587402344 0.022705078125 +0.046142578125 0.069824218750 0.112792968750 0.169921875000 +0.200195312500 0.302734375000 0.294921875000 0.439453125000 +0.382812500000 0.574218750000 0.455078125000 0.679687500000 +0.500000000000 0.746093750000 0.511718750000 0.765625000000 +0.490234375000 0.734375000000 0.441406250000 0.664062500000 +0.369140625000 0.550781250000 0.277343750000 0.416015625000 +0.180664062500 0.271484375000 0.088867187500 0.132812500000 +0.005523681641 0.008361816406 -0.061767578125 -0.094238281250 +-0.110839843750 -0.165039062500 -0.134765625000 -0.204101562500 +-0.140625000000 -0.208984375000 -0.127929687500 -0.191406250000 +-0.095703125000 -0.145507812500 -0.052734375000 -0.080078125000 +0.000442504883 0.001091003418 0.057373046875 0.088867187500 +0.125976562500 0.189453125000 0.196289062500 0.294921875000 +0.271484375000 0.406250000000 0.349609375000 0.523437500000 +0.429687500000 0.644531250000 0.511718750000 0.765625000000 +0.597656250000 0.894531250000 0.679687500000 1.023437500000 +0.765625000000 1.140625000000 0.835937500000 1.257812500000 +0.906250000000 1.367187500000 0.968750000000 1.453125000000 +1.015625000000 1.523437500000 1.054687500000 1.585937500000 +1.085937500000 1.625000000000 1.101562500000 1.648437500000 +1.101562500000 1.656250000000 1.109375000000 1.656250000000 +1.101562500000 1.656250000000 1.101562500000 1.648437500000 +1.101562500000 1.648437500000 1.101562500000 1.656250000000 +1.109375000000 1.664062500000 1.117187500000 1.671875000000 +1.117187500000 1.679687500000 1.132812500000 1.695312500000 +1.132812500000 1.695312500000 1.125000000000 1.695312500000 +1.109375000000 1.671875000000 1.085937500000 1.625000000000 +1.046875000000 1.570312500000 0.988281250000 1.492187500000 +0.925781250000 1.390625000000 0.859375000000 1.289062500000 +0.785156250000 1.179687500000 0.707031250000 1.062500000000 +0.640625000000 0.957031250000 0.574218750000 0.863281250000 +0.523437500000 0.785156250000 0.480468750000 0.726562500000 +0.455078125000 0.687500000000 0.445312500000 0.671875000000 +0.453125000000 0.679687500000 0.468750000000 0.703125000000 +0.498046875000 0.750000000000 0.531250000000 0.800781250000 +0.570312500000 0.863281250000 0.609375000000 0.914062500000 +0.640625000000 0.957031250000 0.656250000000 0.988281250000 +0.656250000000 0.992187500000 0.640625000000 0.964843750000 +0.601562500000 0.906250000000 0.542968750000 0.816406250000 +0.464843750000 0.699218750000 0.376953125000 0.562500000000 +0.279296875000 0.423828125000 0.188476562500 0.285156250000 +0.108886718750 0.165039062500 0.048583984375 0.074218750000 +0.021118164062 0.028930664062 0.023193359375 0.035644531250 +0.062988281250 0.098632812500 0.140625000000 0.210937500000 +0.250000000000 0.375000000000 0.382812500000 0.578125000000 +0.531250000000 0.804687500000 0.687500000000 1.039062500000 +0.843750000000 1.265625000000 0.980468750000 1.476562500000 +1.093750000000 1.656250000000 1.187500000000 1.789062500000 +1.242187500000 1.882812500000 1.273437500000 1.921875000000 +1.273437500000 1.921875000000 1.242187500000 1.882812500000 +1.203125000000 1.812500000000 1.140625000000 1.718750000000 +1.070312500000 1.609375000000 0.984375000000 1.492187500000 +0.902343750000 1.367187500000 0.820312500000 1.242187500000 +0.746093750000 1.125000000000 0.675781250000 1.015625000000 +0.609375000000 0.921875000000 0.554687500000 0.835937500000 +0.507812500000 0.765625000000 0.468750000000 0.710937500000 +0.443359375000 0.667968750000 0.429687500000 0.652343750000 +0.433593750000 0.652343750000 0.447265625000 0.675781250000 +0.474609375000 0.718750000000 0.511718750000 0.781250000000 +0.566406250000 0.859375000000 0.628906250000 0.949218750000 +0.695312500000 1.054687500000 0.769531250000 1.164062500000 +0.843750000000 1.281250000000 0.917968750000 1.390625000000 +0.988281250000 1.492187500000 1.054687500000 1.593750000000 +1.101562500000 1.671875000000 1.148437500000 1.734375000000 +1.179687500000 1.781250000000 1.187500000000 1.804687500000 +1.195312500000 1.804687500000 1.171875000000 1.781250000000 +1.148437500000 1.734375000000 1.093750000000 1.664062500000 +1.039062500000 1.578125000000 0.976562500000 1.484375000000 +0.906250000000 1.367187500000 0.828125000000 1.257812500000 +0.753906250000 1.140625000000 0.679687500000 1.031250000000 +0.613281250000 0.933593750000 0.554687500000 0.847656250000 +0.511718750000 0.773437500000 0.470703125000 0.718750000000 +0.451171875000 0.683593750000 0.445312500000 0.675781250000 +0.449218750000 0.683593750000 0.468750000000 0.714843750000 +0.500000000000 0.757812500000 0.539062500000 0.816406250000 +0.582031250000 0.882812500000 0.621093750000 0.941406250000 +0.652343750000 0.992187500000 0.671875000000 1.023437500000 +0.671875000000 1.023437500000 0.648437500000 0.988281250000 +0.605468750000 0.917968750000 0.535156250000 0.812500000000 +0.445312500000 0.675781250000 0.341796875000 0.519531250000 +0.234375000000 0.357421875000 0.133789062500 0.202148437500 +0.052490234375 0.077636718750 -0.003479003906 -0.006988525391 +-0.019531250000 -0.030273437500 0.010070800781 0.016845703125 +0.088867187500 0.133789062500 0.210937500000 0.320312500000 +0.378906250000 0.578125000000 0.582031250000 0.882812500000 +0.804687500000 1.226562500000 1.039062500000 1.585937500000 +1.273437500000 1.937500000000 1.492187500000 2.265625000000 +1.671875000000 2.546875000000 1.820312500000 2.781250000000 +1.921875000000 2.921875000000 1.968750000000 3.000000000000 +1.968750000000 3.000000000000 1.914062500000 2.921875000000 +1.812500000000 2.765625000000 1.671875000000 2.546875000000 +1.500000000000 2.296875000000 1.320312500000 2.015625000000 +1.132812500000 1.726562500000 0.957031250000 1.453125000000 +0.796875000000 1.218750000000 0.679687500000 1.039062500000 +0.601562500000 0.921875000000 0.582031250000 0.886718750000 +0.605468750000 0.925781250000 0.679687500000 1.039062500000 +0.789062500000 1.203125000000 0.929687500000 1.421875000000 +1.085937500000 1.656250000000 1.242187500000 1.890625000000 +1.382812500000 2.109375000000 1.492187500000 2.281250000000 +1.570312500000 2.390625000000 1.609375000000 2.453125000000 +1.601562500000 2.453125000000 1.562500000000 2.390625000000 +1.492187500000 2.281250000000 1.398437500000 2.140625000000 +1.289062500000 1.976562500000 1.187500000000 1.812500000000 +1.078125000000 1.656250000000 0.984375000000 1.507812500000 +0.898437500000 1.375000000000 0.824218750000 1.257812500000 +0.750000000000 1.148437500000 0.675781250000 1.039062500000 +0.605468750000 0.925781250000 0.527343750000 0.808593750000 +0.445312500000 0.683593750000 0.359375000000 0.550781250000 +0.271484375000 0.414062500000 0.186523437500 0.285156250000 +0.108886718750 0.168945312500 0.050781250000 0.078613281250 +0.012329101562 0.018798828125 0.004302978516 0.002502441406 +0.023193359375 0.037597656250 0.075683593750 0.117187500000 +0.164062500000 0.251953125000 0.285156250000 0.435546875000 +0.435546875000 0.667968750000 0.609375000000 0.929687500000 +0.796875000000 1.218750000000 0.996093750000 1.523437500000 +1.195312500000 1.828125000000 1.375000000000 2.109375000000 +1.531250000000 2.343750000000 1.648437500000 2.531250000000 +1.726562500000 2.640625000000 1.742187500000 2.671875000000 +1.703125000000 2.609375000000 1.601562500000 2.453125000000 +1.445312500000 2.218750000000 1.250000000000 1.914062500000 +1.023437500000 1.570312500000 0.789062500000 1.210937500000 +0.562500000000 0.863281250000 0.369140625000 0.562500000000 +0.217773437500 0.333984375000 0.127929687500 0.193359375000 +0.098144531250 0.151367187500 0.133789062500 0.206054687500 +0.223632812500 0.343750000000 0.355468750000 0.542968750000 +0.507812500000 0.777343750000 0.660156250000 1.015625000000 +0.796875000000 1.226562500000 0.906250000000 1.390625000000 +0.972656250000 1.492187500000 0.992187500000 1.523437500000 +0.968750000000 1.492187500000 0.914062500000 1.406250000000 +0.843750000000 1.296875000000 0.765625000000 1.179687500000 +0.699218750000 1.078125000000 0.660156250000 1.007812500000 +0.648437500000 0.996093750000 0.667968750000 1.031250000000 +0.718750000000 1.101562500000 0.789062500000 1.210937500000 +0.859375000000 1.320312500000 0.921875000000 1.421875000000 +0.964843750000 1.484375000000 0.972656250000 1.500000000000 +0.941406250000 1.453125000000 0.867187500000 1.335937500000 +0.761718750000 1.171875000000 0.628906250000 0.968750000000 +0.482421875000 0.746093750000 0.337890625000 0.523437500000 +0.210937500000 0.328125000000 0.114257812500 0.175781250000 +0.052734375000 0.079589843750 0.028564453125 0.046875000000 +0.047119140625 0.073242187500 0.098632812500 0.151367187500 +0.173828125000 0.267578125000 0.261718750000 0.404296875000 +0.355468750000 0.546875000000 0.441406250000 0.683593750000 +0.511718750000 0.789062500000 0.566406250000 0.875000000000 +0.601562500000 0.925781250000 0.609375000000 0.941406250000 +0.605468750000 0.933593750000 0.585937500000 0.906250000000 +0.562500000000 0.871093750000 0.542968750000 0.843750000000 +0.535156250000 0.824218750000 0.535156250000 0.828125000000 +0.558593750000 0.863281250000 0.605468750000 0.933593750000 +0.679687500000 1.046875000000 0.773437500000 1.195312500000 +0.894531250000 1.382812500000 1.031250000000 1.593750000000 +1.179687500000 1.820312500000 1.328125000000 2.046875000000 +1.460937500000 2.265625000000 1.570312500000 2.437500000000 +1.648437500000 2.546875000000 1.671875000000 2.593750000000 +1.648437500000 2.546875000000 1.570312500000 2.421875000000 +1.429687500000 2.218750000000 1.250000000000 1.937500000000 +1.039062500000 1.609375000000 0.808593750000 1.257812500000 +0.585937500000 0.910156250000 0.386718750000 0.601562500000 +0.226562500000 0.351562500000 0.125000000000 0.192382812500 +0.083984375000 0.127929687500 0.103027343750 0.162109375000 +0.182617187500 0.281250000000 0.308593750000 0.474609375000 +0.462890625000 0.714843750000 0.625000000000 0.972656250000 +0.785156250000 1.218750000000 0.921875000000 1.429687500000 +1.023437500000 1.585937500000 1.078125000000 1.671875000000 +1.085937500000 1.679687500000 1.046875000000 1.625000000000 +0.972656250000 1.507812500000 0.871093750000 1.351562500000 +0.753906250000 1.164062500000 0.628906250000 0.980468750000 +0.515625000000 0.800781250000 0.416015625000 0.648437500000 +0.343750000000 0.539062500000 0.306640625000 0.476562500000 +0.298828125000 0.462890625000 0.324218750000 0.500000000000 +0.507812500000 0.656250000000 0.347656250000 0.445312500000 +0.241210937500 0.308593750000 0.188476562500 0.244140625000 +0.191406250000 0.245117187500 0.234375000000 0.302734375000 +0.304687500000 0.392578125000 0.392578125000 0.503906250000 +0.478515625000 0.613281250000 0.550781250000 0.707031250000 +0.597656250000 0.769531250000 0.617187500000 0.796875000000 +0.613281250000 0.785156250000 0.574218750000 0.738281250000 +0.503906250000 0.652343750000 0.419921875000 0.542968750000 +0.322265625000 0.416015625000 0.224609375000 0.289062500000 +0.132812500000 0.171875000000 0.061279296875 0.080078125000 +0.019287109375 0.025512695312 0.012756347656 0.017456054688 +0.051025390625 0.067871093750 0.143554687500 0.181640625000 +0.287109375000 0.365234375000 0.474609375000 0.605468750000 +0.695312500000 0.894531250000 0.945312500000 1.210937500000 +1.203125000000 1.531250000000 1.445312500000 1.843750000000 +1.656250000000 2.109375000000 1.812500000000 2.312500000000 +1.914062500000 2.437500000000 1.945312500000 2.484375000000 +1.914062500000 2.437500000000 1.820312500000 2.328125000000 +1.687500000000 2.140625000000 1.515625000000 1.929687500000 +1.335937500000 1.703125000000 1.171875000000 1.492187500000 +1.031250000000 1.312500000000 0.929687500000 1.179687500000 +0.871093750000 1.109375000000 0.871093750000 1.101562500000 +0.914062500000 1.164062500000 0.992187500000 1.265625000000 +1.109375000000 1.406250000000 1.234375000000 1.570312500000 +1.367187500000 1.742187500000 1.492187500000 1.898437500000 +1.601562500000 2.031250000000 1.679687500000 2.125000000000 +1.726562500000 2.187500000000 1.734375000000 2.203125000000 +1.703125000000 2.156250000000 1.625000000000 2.062500000000 +1.523437500000 1.929687500000 1.382812500000 1.750000000000 +1.218750000000 1.539062500000 1.031250000000 1.304687500000 +0.832031250000 1.054687500000 0.632812500000 0.796875000000 +0.435546875000 0.550781250000 0.255859375000 0.324218750000 +0.099121093750 0.124023437500 -0.032714843750 -0.037597656250 +-0.127929687500 -0.164062500000 -0.190429687500 -0.242187500000 +-0.222656250000 -0.277343750000 -0.222656250000 -0.279296875000 +-0.192382812500 -0.246093750000 -0.142578125000 -0.182617187500 +-0.078125000000 -0.097656250000 0.001899719238 0.002426147461 +0.096191406250 0.118164062500 0.198242187500 0.247070312500 +0.308593750000 0.388671875000 0.431640625000 0.542968750000 +0.566406250000 0.707031250000 0.707031250000 0.890625000000 +0.863281250000 1.078125000000 1.015625000000 1.273437500000 +1.171875000000 1.468750000000 1.304687500000 1.640625000000 +1.421875000000 1.781250000000 1.500000000000 1.882812500000 +1.531250000000 1.921875000000 1.523437500000 1.906250000000 +1.453125000000 1.820312500000 1.335937500000 1.671875000000 +1.171875000000 1.460937500000 0.972656250000 1.218750000000 +0.761718750000 0.957031250000 0.554687500000 0.691406250000 +0.365234375000 0.460937500000 0.213867187500 0.269531250000 +0.115234375000 0.145507812500 0.074218750000 0.090820312500 +0.090820312500 0.116699218750 0.168945312500 0.214843750000 +0.300781250000 0.375000000000 0.466796875000 0.585937500000 +0.660156250000 0.824218750000 0.859375000000 1.070312500000 +1.054687500000 1.312500000000 1.218750000000 1.523437500000 +1.359375000000 1.695312500000 1.453125000000 1.812500000000 +1.500000000000 1.867187500000 1.507812500000 1.875000000000 +1.453125000000 1.812500000000 1.367187500000 1.695312500000 +1.242187500000 1.539062500000 1.085937500000 1.351562500000 +0.925781250000 1.148437500000 0.757812500000 0.937500000000 +0.605468750000 0.750000000000 0.474609375000 0.589843750000 +0.378906250000 0.470703125000 0.332031250000 0.412109375000 +0.339843750000 0.421875000000 0.396484375000 0.490234375000 +0.503906250000 0.621093750000 0.656250000000 0.812500000000 +0.843750000000 1.046875000000 1.054687500000 1.304687500000 +1.273437500000 1.570312500000 1.476562500000 1.828125000000 +1.664062500000 2.062500000000 1.820312500000 2.250000000000 +1.929687500000 2.390625000000 1.992187500000 2.468750000000 +2.000000000000 2.468750000000 1.960937500000 2.421875000000 +1.867187500000 2.296875000000 1.726562500000 2.125000000000 +1.562500000000 1.921875000000 1.367187500000 1.687500000000 +1.171875000000 1.437500000000 0.976562500000 1.203125000000 +0.812500000000 1.007812500000 0.687500000000 0.847656250000 +0.613281250000 0.757812500000 0.605468750000 0.742187500000 +0.660156250000 0.808593750000 0.777343750000 0.953125000000 +0.945312500000 1.164062500000 1.148437500000 1.414062500000 +1.375000000000 1.687500000000 1.585937500000 1.953125000000 +1.765625000000 2.171875000000 1.890625000000 2.328125000000 +1.953125000000 2.390625000000 1.929687500000 2.359375000000 +1.828125000000 2.234375000000 1.656250000000 2.031250000000 +1.437500000000 1.765625000000 1.195312500000 1.460937500000 +0.937500000000 1.148437500000 0.703125000000 0.859375000000 +0.511718750000 0.625000000000 0.375000000000 0.457031250000 +0.300781250000 0.367187500000 0.289062500000 0.353515625000 +0.335937500000 0.408203125000 0.419921875000 0.511718750000 +0.531250000000 0.648437500000 0.652343750000 0.796875000000 +0.769531250000 0.937500000000 0.859375000000 1.046875000000 +0.921875000000 1.125000000000 0.953125000000 1.156250000000 +0.941406250000 1.148437500000 0.906250000000 1.101562500000 +0.843750000000 1.031250000000 0.765625000000 0.929687500000 +0.675781250000 0.820312500000 0.585937500000 0.710937500000 +0.500000000000 0.605468750000 0.423828125000 0.515625000000 +0.363281250000 0.441406250000 0.318359375000 0.386718750000 +0.291015625000 0.351562500000 0.283203125000 0.343750000000 +0.289062500000 0.351562500000 0.318359375000 0.384765625000 +0.359375000000 0.437500000000 0.416015625000 0.503906250000 +0.486328125000 0.593750000000 0.566406250000 0.691406250000 +0.656250000000 0.796875000000 0.750000000000 0.906250000000 +0.843750000000 1.023437500000 0.937500000000 1.132812500000 +1.031250000000 1.250000000000 1.117187500000 1.351562500000 +1.203125000000 1.460937500000 1.289062500000 1.554687500000 +1.367187500000 1.648437500000 1.445312500000 1.742187500000 +1.515625000000 1.828125000000 1.578125000000 1.906250000000 +1.632812500000 1.968750000000 1.671875000000 2.031250000000 +1.703125000000 2.046875000000 1.703125000000 2.046875000000 +1.664062500000 2.000000000000 1.601562500000 1.929687500000 +1.507812500000 1.820312500000 1.390625000000 1.671875000000 +1.250000000000 1.507812500000 1.101562500000 1.328125000000 +0.957031250000 1.148437500000 0.832031250000 0.996093750000 +0.734375000000 0.882812500000 0.683593750000 0.820312500000 +0.679687500000 0.820312500000 0.730468750000 0.875000000000 +0.828125000000 0.992187500000 0.964843750000 1.156250000000 +1.125000000000 1.351562500000 1.296875000000 1.554687500000 +1.460937500000 1.757812500000 1.601562500000 1.921875000000 +1.703125000000 2.031250000000 1.757812500000 2.093750000000 +1.757812500000 2.093750000000 1.703125000000 2.031250000000 +1.609375000000 1.929687500000 1.484375000000 1.773437500000 +1.335937500000 1.593750000000 1.179687500000 1.414062500000 +1.039062500000 1.242187500000 0.910156250000 1.085937500000 +0.808593750000 0.964843750000 0.738281250000 0.886718750000 +0.703125000000 0.839843750000 0.703125000000 0.839843750000 +0.734375000000 0.871093750000 0.785156250000 0.933593750000 +0.859375000000 1.023437500000 0.941406250000 1.125000000000 +1.031250000000 1.234375000000 1.132812500000 1.343750000000 +1.226562500000 1.453125000000 1.312500000000 1.562500000000 +1.390625000000 1.648437500000 1.460937500000 1.726562500000 +1.507812500000 1.789062500000 1.546875000000 1.835937500000 +1.562500000000 1.851562500000 1.562500000000 1.851562500000 +1.539062500000 1.828125000000 1.500000000000 1.773437500000 +1.429687500000 1.695312500000 1.351562500000 1.601562500000 +1.265625000000 1.500000000000 1.164062500000 1.382812500000 +1.062500000000 1.250000000000 0.957031250000 1.132812500000 +0.855468750000 1.015625000000 0.773437500000 0.914062500000 +0.703125000000 0.832031250000 0.656250000000 0.777343750000 +0.628906250000 0.746093750000 0.628906250000 0.746093750000 +0.656250000000 0.773437500000 0.707031250000 0.832031250000 +0.777343750000 0.917968750000 0.863281250000 1.015625000000 +0.957031250000 1.132812500000 1.062500000000 1.250000000000 +1.164062500000 1.375000000000 1.265625000000 1.484375000000 +1.351562500000 1.593750000000 1.429687500000 1.679687500000 +1.492187500000 1.750000000000 1.531250000000 1.804687500000 +1.562500000000 1.835937500000 1.570312500000 1.843750000000 +1.562500000000 1.835937500000 1.539062500000 1.804687500000 +1.500000000000 1.757812500000 1.445312500000 1.695312500000 +1.375000000000 1.609375000000 1.281250000000 1.507812500000 +1.179687500000 1.382812500000 1.070312500000 1.250000000000 +0.945312500000 1.109375000000 0.820312500000 0.960937500000 +0.699218750000 0.816406250000 0.593750000000 0.691406250000 +0.515625000000 0.601562500000 0.470703125000 0.554687500000 +0.474609375000 0.554687500000 0.527343750000 0.617187500000 +0.632812500000 0.742187500000 0.789062500000 0.921875000000 +0.980468750000 1.148437500000 1.203125000000 1.406250000000 +1.429687500000 1.671875000000 1.640625000000 1.914062500000 +1.828125000000 2.125000000000 1.953125000000 2.281250000000 +2.015625000000 2.359375000000 2.015625000000 2.359375000000 +1.953125000000 2.281250000000 1.835937500000 2.140625000000 +1.679687500000 1.953125000000 1.507812500000 1.757812500000 +1.343750000000 1.562500000000 1.210937500000 1.406250000000 +1.117187500000 1.296875000000 1.078125000000 1.257812500000 +1.093750000000 1.265625000000 1.148437500000 1.328125000000 +1.226562500000 1.429687500000 1.320312500000 1.531250000000 +1.390625000000 1.617187500000 1.429687500000 1.656250000000 +1.414062500000 1.640625000000 1.343750000000 1.554687500000 +1.210937500000 1.406250000000 1.031250000000 1.195312500000 +0.824218750000 0.953125000000 0.605468750000 0.699218750000 +0.402343750000 0.466796875000 0.241210937500 0.283203125000 +0.141601562500 0.162109375000 0.115234375000 0.130859375000 +0.166992187500 0.191406250000 0.298828125000 0.345703125000 +0.498046875000 0.578125000000 0.761718750000 0.875000000000 +1.054687500000 1.218750000000 1.375000000000 1.585937500000 +1.687500000000 1.945312500000 1.976562500000 2.281250000000 +2.218750000000 2.562500000000 2.406250000000 2.781250000000 +2.531250000000 2.921875000000 2.578125000000 2.968750000000 +2.546875000000 2.921875000000 2.421875000000 2.781250000000 +2.234375000000 2.562500000000 1.976562500000 2.281250000000 +1.679687500000 1.929687500000 1.351562500000 1.554687500000 +1.031250000000 1.179687500000 0.722656250000 0.828125000000 +0.462890625000 0.531250000000 0.269531250000 0.310546875000 +0.160156250000 0.184570312500 0.134765625000 0.152343750000 +0.192382812500 0.220703125000 0.326171875000 0.375000000000 +0.515625000000 0.593750000000 0.738281250000 0.843750000000 +0.964843750000 1.109375000000 1.179687500000 1.351562500000 +1.351562500000 1.546875000000 1.468750000000 1.687500000000 +1.531250000000 1.750000000000 1.531250000000 1.750000000000 +1.484375000000 1.695312500000 1.398437500000 1.601562500000 +1.289062500000 1.468750000000 1.179687500000 1.343750000000 +1.078125000000 1.234375000000 1.007812500000 1.148437500000 +0.964843750000 1.101562500000 0.957031250000 1.085937500000 +0.976562500000 1.109375000000 1.015625000000 1.164062500000 +1.070312500000 1.218750000000 1.125000000000 1.281250000000 +1.179687500000 1.335937500000 1.210937500000 1.375000000000 +1.218750000000 1.390625000000 1.210937500000 1.382812500000 +1.187500000000 1.351562500000 1.148437500000 1.304687500000 +1.101562500000 1.250000000000 1.054687500000 1.195312500000 +1.007812500000 1.140625000000 0.964843750000 1.093750000000 +0.925781250000 1.046875000000 0.890625000000 1.007812500000 +0.855468750000 0.968750000000 0.816406250000 0.921875000000 +0.761718750000 0.863281250000 0.699218750000 0.789062500000 +0.621093750000 0.703125000000 0.527343750000 0.597656250000 +0.423828125000 0.482421875000 0.322265625000 0.359375000000 +0.218750000000 0.249023437500 0.134765625000 0.153320312500 +0.072265625000 0.083984375000 0.042480468750 0.047607421875 +0.050781250000 0.052734375000 0.092773437500 0.105468750000 +0.169921875000 0.190429687500 0.277343750000 0.310546875000 +0.402343750000 0.451171875000 0.531250000000 0.597656250000 +0.652343750000 0.734375000000 0.757812500000 0.851562500000 +0.835937500000 0.941406250000 0.878906250000 0.988281250000 +0.890625000000 1.000000000000 0.871093750000 0.984375000000 +0.835937500000 0.941406250000 0.789062500000 0.890625000000 +0.750000000000 0.843750000000 0.722656250000 0.804687500000 +0.714843750000 0.804687500000 0.738281250000 0.828125000000 +0.785156250000 0.886718750000 0.859375000000 0.960937500000 +0.945312500000 1.054687500000 1.023437500000 1.148437500000 +1.101562500000 1.226562500000 1.148437500000 1.289062500000 +1.164062500000 1.304687500000 1.148437500000 1.289062500000 +1.101562500000 1.226562500000 1.023437500000 1.148437500000 +0.933593750000 1.046875000000 0.847656250000 0.949218750000 +0.773437500000 0.867187500000 0.738281250000 0.820312500000 +0.734375000000 0.824218750000 0.781250000000 0.875000000000 +0.867187500000 0.968750000000 0.984375000000 1.101562500000 +1.117187500000 1.242187500000 1.250000000000 1.390625000000 +1.351562500000 1.507812500000 1.421875000000 1.585937500000 +1.437500000000 1.601562500000 1.406250000000 1.562500000000 +1.320312500000 1.460937500000 1.195312500000 1.328125000000 +1.054687500000 1.171875000000 0.921875000000 1.031250000000 +0.820312500000 0.917968750000 0.773437500000 0.859375000000 +0.792968750000 0.882812500000 0.882812500000 0.984375000000 +1.039062500000 1.156250000000 1.250000000000 1.382812500000 +1.476562500000 1.632812500000 1.695312500000 1.882812500000 +1.882812500000 2.078125000000 2.000000000000 2.218750000000 +2.031250000000 2.250000000000 1.968750000000 2.187500000000 +1.820312500000 2.015625000000 1.585937500000 1.750000000000 +1.296875000000 1.429687500000 0.980468750000 1.085937500000 +0.675781250000 0.750000000000 0.419921875000 0.462890625000 +0.229492187500 0.253906250000 0.136718750000 0.148437500000 +0.142578125000 0.155273437500 0.246093750000 0.271484375000 +0.443359375000 0.486328125000 0.707031250000 0.781250000000 +1.015625000000 1.125000000000 1.351562500000 1.484375000000 +1.671875000000 1.843750000000 1.968750000000 2.171875000000 +2.218750000000 2.437500000000 2.406250000000 2.640625000000 +2.531250000000 2.781250000000 2.578125000000 2.828125000000 +2.562500000000 2.812500000000 2.468750000000 2.718750000000 +2.343750000000 2.578125000000 2.156250000000 2.375000000000 +1.937500000000 2.125000000000 1.695312500000 1.859375000000 +1.437500000000 1.578125000000 1.164062500000 1.281250000000 +0.902343750000 0.984375000000 0.644531250000 0.710937500000 +0.414062500000 0.453125000000 0.210937500000 0.229492187500 +0.045166015625 0.049804687500 -0.068847656250 -0.076660156250 +-0.125976562500 -0.138671875000 -0.118652343750 -0.130859375000 +-0.048339843750 -0.050537109375 0.088867187500 0.097167968750 +0.283203125000 0.308593750000 0.519531250000 0.566406250000 +0.789062500000 0.863281250000 1.062500000000 1.164062500000 +1.328125000000 1.453125000000 1.554687500000 1.695312500000 +1.718750000000 1.867187500000 1.804687500000 1.968750000000 +1.804687500000 1.968750000000 1.718750000000 1.875000000000 +1.546875000000 1.687500000000 1.320312500000 1.437500000000 +1.054687500000 1.148437500000 0.781250000000 0.847656250000 +0.527343750000 0.574218750000 0.324218750000 0.353515625000 +0.197265625000 0.214843750000 0.160156250000 0.171875000000 +0.210937500000 0.231445312500 0.353515625000 0.384765625000 +0.570312500000 0.621093750000 0.839843750000 0.910156250000 +1.140625000000 1.234375000000 1.429687500000 1.554687500000 +1.703125000000 1.851562500000 1.929687500000 2.093750000000 +2.093750000000 2.265625000000 2.187500000000 2.375000000000 +2.218750000000 2.406250000000 2.171875000000 2.359375000000 +2.078125000000 2.250000000000 1.921875000000 2.078125000000 +1.734375000000 1.882812500000 1.531250000000 1.648437500000 +1.312500000000 1.414062500000 1.093750000000 1.179687500000 +0.898437500000 0.968750000000 0.718750000000 0.777343750000 +0.574218750000 0.617187500000 0.462890625000 0.498046875000 +0.388671875000 0.419921875000 0.353515625000 0.384765625000 +0.351562500000 0.380859375000 0.378906250000 0.406250000000 +0.419921875000 0.455078125000 0.474609375000 0.511718750000 +0.523437500000 0.566406250000 0.558593750000 0.601562500000 +0.574218750000 0.621093750000 0.566406250000 0.609375000000 +0.527343750000 0.570312500000 0.468750000000 0.507812500000 +0.392578125000 0.419921875000 0.304687500000 0.326171875000 +0.215820312500 0.233398437500 0.140625000000 0.149414062500 +0.083007812500 0.090332031250 0.049072265625 0.052001953125 +0.037841796875 0.040039062500 0.051025390625 0.056396484375 +0.087402343750 0.091308593750 0.131835937500 0.140625000000 +0.184570312500 0.195312500000 0.230468750000 0.244140625000 +0.265625000000 0.281250000000 0.283203125000 0.302734375000 +0.285156250000 0.306640625000 0.265625000000 0.285156250000 +0.236328125000 0.253906250000 0.191406250000 0.206054687500 +0.141601562500 0.152343750000 0.092773437500 0.100097656250 +0.048583984375 0.050537109375 0.011108398438 0.013488769531 +-0.015625000000 -0.015075683594 -0.030273437500 -0.033447265625 +-0.036621093750 -0.040039062500 -0.037353515625 -0.042724609375 +-0.033447265625 -0.035644531250 -0.027954101562 -0.028564453125 +-0.020385742188 -0.021362304688 -0.015502929688 -0.013732910156 +-0.011596679688 -0.013427734375 -0.012756347656 -0.013122558594 +-0.014953613281 -0.015441894531 -0.019409179688 -0.021850585938 +-0.026367187500 -0.027832031250 -0.028076171875 -0.028808593750 +-0.025634765625 -0.027221679688 -0.013427734375 -0.016357421875 +0.008666992188 0.007415771484 0.046386718750 0.049316406250 +0.110351562500 0.118652343750 0.199218750000 0.211914062500 +0.314453125000 0.337890625000 0.460937500000 0.488281250000 +0.632812500000 0.671875000000 0.824218750000 0.875000000000 +1.023437500000 1.085937500000 1.218750000000 1.289062500000 +1.390625000000 1.468750000000 1.523437500000 1.617187500000 +1.601562500000 1.687500000000 1.609375000000 1.703125000000 +1.546875000000 1.640625000000 1.421875000000 1.500000000000 +1.226562500000 1.296875000000 1.000000000000 1.054687500000 +0.757812500000 0.800781250000 0.523437500000 0.554687500000 +0.332031250000 0.347656250000 0.202148437500 0.214843750000 +0.160156250000 0.169921875000 0.211914062500 0.221679687500 +0.355468750000 0.373046875000 0.574218750000 0.601562500000 +0.855468750000 0.902343750000 1.171875000000 1.234375000000 +1.492187500000 1.570312500000 1.789062500000 1.882812500000 +2.031250000000 2.140625000000 2.203125000000 2.328125000000 +2.312500000000 2.421875000000 2.328125000000 2.453125000000 +2.296875000000 2.406250000000 2.203125000000 2.312500000000 +2.093750000000 2.187500000000 1.960937500000 2.046875000000 +1.835937500000 1.921875000000 1.734375000000 1.820312500000 +1.656250000000 1.734375000000 1.601562500000 1.679687500000 +1.554687500000 1.625000000000 1.515625000000 1.578125000000 +1.453125000000 1.515625000000 1.367187500000 1.429687500000 +1.250000000000 1.304687500000 1.093750000000 1.140625000000 +0.906250000000 0.945312500000 0.703125000000 0.730468750000 +0.500000000000 0.523437500000 0.320312500000 0.333984375000 +0.185546875000 0.194335937500 0.113281250000 0.118652343750 +0.113769531250 0.121093750000 0.198242187500 0.206054687500 +0.351562500000 0.367187500000 0.574218750000 0.593750000000 +0.832031250000 0.867187500000 1.109375000000 1.156250000000 +1.375000000000 1.437500000000 1.609375000000 1.671875000000 +1.789062500000 1.859375000000 1.890625000000 1.968750000000 +1.914062500000 1.992187500000 1.859375000000 1.929687500000 +1.734375000000 1.804687500000 1.546875000000 1.609375000000 +1.328125000000 1.375000000000 1.078125000000 1.117187500000 +0.835937500000 0.863281250000 0.605468750000 0.628906250000 +0.410156250000 0.419921875000 0.251953125000 0.259765625000 +0.149414062500 0.154296875000 0.104003906250 0.104003906250 +0.107910156250 0.114257812500 0.166992187500 0.172851562500 +0.275390625000 0.285156250000 0.421875000000 0.435546875000 +0.589843750000 0.613281250000 0.781250000000 0.808593750000 +0.976562500000 1.007812500000 1.164062500000 1.203125000000 +1.335937500000 1.375000000000 1.468750000000 1.515625000000 +1.570312500000 1.617187500000 1.625000000000 1.679687500000 +1.648437500000 1.695312500000 1.617187500000 1.664062500000 +1.554687500000 1.601562500000 1.453125000000 1.500000000000 +1.328125000000 1.375000000000 1.203125000000 1.234375000000 +1.210937500000 1.250000000000 1.078125000000 1.109375000000 +0.957031250000 0.984375000000 0.851562500000 0.871093750000 +0.769531250000 0.792968750000 0.726562500000 0.746093750000 +0.722656250000 0.738281250000 0.761718750000 0.777343750000 +0.839843750000 0.863281250000 0.960937500000 0.984375000000 +1.109375000000 1.140625000000 1.281250000000 1.312500000000 +1.460937500000 1.492187500000 1.625000000000 1.664062500000 +1.765625000000 1.804687500000 1.859375000000 1.906250000000 +1.906250000000 1.953125000000 1.890625000000 1.937500000000 +1.812500000000 1.851562500000 1.679687500000 1.718750000000 +1.507812500000 1.539062500000 1.312500000000 1.335937500000 +1.125000000000 1.148437500000 0.964843750000 0.988281250000 +0.863281250000 0.882812500000 0.832031250000 0.847656250000 +0.878906250000 0.894531250000 0.996093750000 1.015625000000 +1.179687500000 1.203125000000 1.398437500000 1.429687500000 +1.625000000000 1.656250000000 1.835937500000 1.875000000000 +2.000000000000 2.031250000000 2.093750000000 2.125000000000 +2.093750000000 2.125000000000 2.015625000000 2.046875000000 +1.851562500000 1.882812500000 1.648437500000 1.671875000000 +1.421875000000 1.445312500000 1.210937500000 1.226562500000 +1.031250000000 1.046875000000 0.925781250000 0.937500000000 +0.898437500000 0.910156250000 0.953125000000 0.964843750000 +1.070312500000 1.093750000000 1.242187500000 1.265625000000 +1.437500000000 1.453125000000 1.601562500000 1.625000000000 +1.718750000000 1.742187500000 1.765625000000 1.789062500000 +1.726562500000 1.750000000000 1.601562500000 1.617187500000 +1.390625000000 1.414062500000 1.140625000000 1.148437500000 +0.859375000000 0.867187500000 0.593750000000 0.597656250000 +0.376953125000 0.378906250000 0.238281250000 0.239257812500 +0.198242187500 0.202148437500 0.263671875000 0.267578125000 +0.433593750000 0.435546875000 0.687500000000 0.691406250000 +1.000000000000 1.007812500000 1.343750000000 1.359375000000 +1.695312500000 1.710937500000 2.015625000000 2.031250000000 +2.296875000000 2.312500000000 2.500000000000 2.515625000000 +2.640625000000 2.656250000000 2.703125000000 2.718750000000 +2.718750000000 2.734375000000 2.671875000000 2.687500000000 +2.593750000000 2.609375000000 2.500000000000 2.515625000000 +2.390625000000 2.406250000000 2.281250000000 2.296875000000 +2.171875000000 2.171875000000 2.046875000000 2.046875000000 +1.906250000000 1.906250000000 1.742187500000 1.750000000000 +1.562500000000 1.562500000000 1.351562500000 1.359375000000 +1.125000000000 1.125000000000 0.878906250000 0.875000000000 +0.628906250000 0.628906250000 0.406250000000 0.408203125000 +0.223632812500 0.224609375000 0.102539062500 0.100585937500 +0.058593750000 0.056152343750 0.100585937500 0.100585937500 +0.226562500000 0.226562500000 0.433593750000 0.431640625000 +0.695312500000 0.691406250000 0.980468750000 0.980468750000 +1.265625000000 1.257812500000 1.507812500000 1.507812500000 +1.687500000000 1.679687500000 1.773437500000 1.773437500000 +1.757812500000 1.750000000000 1.640625000000 1.640625000000 +1.445312500000 1.445312500000 1.195312500000 1.187500000000 +0.914062500000 0.910156250000 0.648437500000 0.644531250000 +0.431640625000 0.429687500000 0.294921875000 0.292968750000 +0.250000000000 0.249023437500 0.300781250000 0.302734375000 +0.441406250000 0.439453125000 0.644531250000 0.636718750000 +0.875000000000 0.871093750000 1.101562500000 1.093750000000 +1.281250000000 1.273437500000 1.398437500000 1.382812500000 +1.421875000000 1.414062500000 1.359375000000 1.343750000000 +1.210937500000 1.195312500000 1.000000000000 0.996093750000 +0.773437500000 0.761718750000 0.546875000000 0.539062500000 +0.365234375000 0.359375000000 0.253906250000 0.248046875000 +0.231445312500 0.225585937500 0.300781250000 0.298828125000 +0.464843750000 0.458984375000 0.695312500000 0.683593750000 +0.968750000000 0.953125000000 1.250000000000 1.234375000000 +1.515625000000 1.492187500000 1.726562500000 1.703125000000 +1.882812500000 1.851562500000 1.960937500000 1.929687500000 +1.960937500000 1.929687500000 1.914062500000 1.882812500000 +1.820312500000 1.789062500000 1.710937500000 1.687500000000 +1.609375000000 1.585937500000 1.531250000000 1.507812500000 +1.492187500000 1.468750000000 1.507812500000 1.476562500000 +1.554687500000 1.523437500000 1.632812500000 1.609375000000 +1.734375000000 1.703125000000 1.828125000000 1.789062500000 +1.890625000000 1.859375000000 1.929687500000 1.890625000000 +1.906250000000 1.867187500000 1.828125000000 1.789062500000 +1.687500000000 1.656250000000 1.507812500000 1.476562500000 +1.281250000000 1.250000000000 1.031250000000 1.007812500000 +0.769531250000 0.753906250000 0.515625000000 0.503906250000 +0.285156250000 0.279296875000 0.086914062500 0.085937500000 +-0.067871093750 -0.067382812500 -0.172851562500 -0.166015625000 +-0.224609375000 -0.220703125000 -0.226562500000 -0.220703125000 +-0.175781250000 -0.174804687500 -0.078613281250 -0.078613281250 +0.061035156250 0.058837890625 0.236328125000 0.226562500000 +0.435546875000 0.425781250000 0.656250000000 0.640625000000 +0.890625000000 0.867187500000 1.125000000000 1.101562500000 +1.359375000000 1.320312500000 1.570312500000 1.531250000000 +1.765625000000 1.710937500000 1.929687500000 1.875000000000 +2.062500000000 2.000000000000 2.140625000000 2.078125000000 +2.187500000000 2.125000000000 2.203125000000 2.140625000000 +2.156250000000 2.093750000000 2.093750000000 2.031250000000 +1.984375000000 1.929687500000 1.851562500000 1.796875000000 +1.695312500000 1.640625000000 1.515625000000 1.468750000000 +1.335937500000 1.296875000000 1.148437500000 1.109375000000 +0.960937500000 0.933593750000 0.789062500000 0.765625000000 +0.628906250000 0.609375000000 0.484375000000 0.466796875000 +0.363281250000 0.349609375000 0.251953125000 0.248046875000 +0.166015625000 0.161132812500 0.095703125000 0.092285156250 +0.040771484375 0.037841796875 -0.001884460449 -0.001007080078 +-0.032470703125 -0.032470703125 -0.053710937500 -0.054443359375 +-0.068359375000 -0.065917968750 -0.073730468750 -0.074218750000 +-0.074218750000 -0.070312500000 -0.066894531250 -0.064453125000 +-0.052734375000 -0.049560546875 -0.028198242188 -0.026000976562 +0.010253906250 0.006652832031 0.054931640625 0.054443359375 +0.111328125000 0.108398437500 0.184570312500 0.177734375000 +0.273437500000 0.261718750000 0.375000000000 0.361328125000 +0.494140625000 0.472656250000 0.621093750000 0.597656250000 +0.765625000000 0.734375000000 0.917968750000 0.878906250000 +1.070312500000 1.023437500000 1.218750000000 1.171875000000 +1.359375000000 1.304687500000 1.476562500000 1.414062500000 +1.570312500000 1.507812500000 1.640625000000 1.578125000000 +1.687500000000 1.617187500000 1.695312500000 1.625000000000 +1.679687500000 1.609375000000 1.648437500000 1.578125000000 +1.601562500000 1.531250000000 1.554687500000 1.484375000000 +1.500000000000 1.429687500000 1.453125000000 1.390625000000 +1.421875000000 1.359375000000 1.390625000000 1.328125000000 +1.367187500000 1.304687500000 1.335937500000 1.273437500000 +1.296875000000 1.234375000000 1.226562500000 1.164062500000 +1.132812500000 1.078125000000 1.007812500000 0.957031250000 +0.847656250000 0.808593750000 0.671875000000 0.636718750000 +0.486328125000 0.460937500000 0.310546875000 0.296875000000 +0.163085937500 0.154296875000 0.062988281250 0.058837890625 +0.030761718750 0.029418945312 0.073730468750 0.069824218750 +0.200195312500 0.192382812500 0.402343750000 0.380859375000 +0.667968750000 0.632812500000 0.976562500000 0.929687500000 +1.312500000000 1.242187500000 1.632812500000 1.546875000000 +1.921875000000 1.820312500000 2.156250000000 2.046875000000 +2.312500000000 2.203125000000 2.406250000000 2.281250000000 +2.421875000000 2.296875000000 2.375000000000 2.250000000000 +2.281250000000 2.156250000000 2.156250000000 2.046875000000 +2.031250000000 1.914062500000 1.914062500000 1.804687500000 +1.820312500000 1.718750000000 1.750000000000 1.656250000000 +1.718750000000 1.625000000000 1.710937500000 1.609375000000 +1.703125000000 1.609375000000 1.710937500000 1.609375000000 +1.687500000000 1.593750000000 1.648437500000 1.554687500000 +1.578125000000 1.484375000000 1.468750000000 1.382812500000 +1.335937500000 1.265625000000 1.195312500000 1.132812500000 +1.054687500000 0.992187500000 0.929687500000 0.875000000000 +0.832031250000 0.785156250000 0.781250000000 0.738281250000 +0.777343750000 0.730468750000 0.832031250000 0.785156250000 +0.937500000000 0.878906250000 1.093750000000 1.023437500000 +1.281250000000 1.203125000000 1.484375000000 1.390625000000 +1.695312500000 1.593750000000 1.906250000000 1.789062500000 +2.093750000000 1.960937500000 2.250000000000 2.109375000000 +2.375000000000 2.234375000000 2.468750000000 2.312500000000 +2.515625000000 2.359375000000 2.546875000000 2.375000000000 +2.531250000000 2.359375000000 2.484375000000 2.328125000000 +2.421875000000 2.265625000000 2.359375000000 2.203125000000 +2.250000000000 2.109375000000 2.125000000000 1.992187500000 +1.992187500000 1.859375000000 1.828125000000 1.703125000000 +1.640625000000 1.531250000000 1.437500000000 1.343750000000 +1.226562500000 1.140625000000 1.007812500000 0.945312500000 +0.804687500000 0.750000000000 0.628906250000 0.585937500000 +0.490234375000 0.453125000000 0.396484375000 0.369140625000 +0.369140625000 0.343750000000 0.412109375000 0.382812500000 +0.511718750000 0.478515625000 0.671875000000 0.621093750000 +0.867187500000 0.804687500000 1.078125000000 1.000000000000 +1.273437500000 1.187500000000 1.437500000000 1.335937500000 +1.539062500000 1.429687500000 1.578125000000 1.460937500000 +1.531250000000 1.421875000000 1.406250000000 1.304687500000 +1.218750000000 1.132812500000 0.988281250000 0.914062500000 +0.742187500000 0.687500000000 0.507812500000 0.470703125000 +0.318359375000 0.294921875000 0.198242187500 0.182617187500 +0.161132812500 0.147460937500 0.214843750000 0.198242187500 +0.357421875000 0.332031250000 0.578125000000 0.535156250000 +0.859375000000 0.796875000000 1.171875000000 1.085937500000 +1.500000000000 1.382812500000 1.804687500000 1.671875000000 +2.078125000000 1.921875000000 2.312500000000 2.125000000000 +2.468750000000 2.281250000000 2.578125000000 2.390625000000 +2.640625000000 2.437500000000 2.656250000000 2.437500000000 +2.625000000000 2.406250000000 2.562500000000 2.359375000000 +2.484375000000 2.281250000000 2.375000000000 2.187500000000 +2.265625000000 2.093750000000 2.140625000000 1.968750000000 +2.000000000000 1.835937500000 1.828125000000 1.679687500000 +0.170898437500 1.359375000000 0.177734375000 1.398437500000 +0.176757812500 1.390625000000 0.170898437500 1.343750000000 +0.162109375000 1.273437500000 0.149414062500 1.179687500000 +0.138671875000 1.093750000000 0.127929687500 1.015625000000 +0.122070312500 0.949218750000 0.117187500000 0.917968750000 +0.116210937500 0.914062500000 0.118652343750 0.937500000000 +0.125000000000 0.984375000000 0.134765625000 1.054687500000 +0.143554687500 1.132812500000 0.155273437500 1.218750000000 +0.164062500000 1.289062500000 0.168945312500 1.335937500000 +0.171875000000 1.351562500000 0.167968750000 1.328125000000 +0.159179687500 1.250000000000 0.142578125000 1.125000000000 +0.121093750000 0.945312500000 0.091308593750 0.718750000000 +0.057861328125 0.457031250000 0.021240234375 0.168945312500 +-0.015625000000 -0.127929687500 -0.052001953125 -0.416015625000 +-0.087890625000 -0.679687500000 -0.116210937500 -0.910156250000 +-0.140625000000 -1.093750000000 -0.157226562500 -1.226562500000 +-0.166015625000 -1.304687500000 -0.170898437500 -1.343750000000 +-0.169921875000 -1.335937500000 -0.164062500000 -1.296875000000 +-0.159179687500 -1.250000000000 -0.151367187500 -1.187500000000 +-0.142578125000 -1.132812500000 -0.138671875000 -1.085937500000 +-0.134765625000 -1.054687500000 -0.129882812500 -1.031250000000 +-0.129882812500 -1.023437500000 -0.130859375000 -1.023437500000 +-0.130859375000 -1.023437500000 -0.131835937500 -1.023437500000 +-0.129882812500 -1.023437500000 -0.130859375000 -1.023437500000 +-0.131835937500 -1.023437500000 -0.129882812500 -1.023437500000 +-0.129882812500 -1.031250000000 -0.131835937500 -1.046875000000 +-0.135742187500 -1.070312500000 -0.141601562500 -1.109375000000 +-0.148437500000 -1.156250000000 -0.153320312500 -1.210937500000 +-0.160156250000 -1.257812500000 -0.164062500000 -1.296875000000 +-0.166992187500 -1.312500000000 -0.163085937500 -1.289062500000 +-0.158203125000 -1.234375000000 -0.144531250000 -1.132812500000 +-0.125000000000 -0.984375000000 -0.100097656250 -0.785156250000 +-0.070800781250 -0.542968750000 -0.034179687500 -0.267578125000 +0.005737304688 0.033935546875 0.045166015625 0.347656250000 +0.083984375000 0.660156250000 0.122070312500 0.953125000000 +0.155273437500 1.210937500000 0.181640625000 1.421875000000 +0.200195312500 1.578125000000 0.210937500000 1.656250000000 +0.210937500000 1.656250000000 0.200195312500 1.578125000000 +0.180664062500 1.414062500000 0.150390625000 1.179687500000 +0.113769531250 0.886718750000 0.068847656250 0.550781250000 +0.024536132812 0.198242187500 -0.019042968750 -0.147460937500 +-0.058837890625 -0.458984375000 -0.091308593750 -0.714843750000 +-0.113769531250 -0.894531250000 -0.125000000000 -0.980468750000 +-0.124511718750 -0.968750000000 -0.108886718750 -0.855468750000 +-0.085449218750 -0.664062500000 -0.052001953125 -0.402343750000 +-0.011718750000 -0.093261718750 0.030029296875 0.234375000000 +0.071777343750 0.558593750000 0.108398437500 0.847656250000 +0.140625000000 1.093750000000 0.164062500000 1.273437500000 +0.178710937500 1.390625000000 0.183593750000 1.445312500000 +0.182617187500 1.437500000000 0.176757812500 1.382812500000 +0.165039062500 1.296875000000 0.151367187500 1.187500000000 +0.138671875000 1.085937500000 0.125976562500 0.988281250000 +0.117187500000 0.921875000000 0.112304687500 0.882812500000 +0.112792968750 0.878906250000 0.116210937500 0.910156250000 +0.124023437500 0.972656250000 0.135742187500 1.062500000000 +0.149414062500 1.164062500000 0.162109375000 1.265625000000 +0.173828125000 1.359375000000 0.180664062500 1.414062500000 +0.183593750000 1.429687500000 0.176757812500 1.390625000000 +0.163085937500 1.281250000000 0.141601562500 1.101562500000 +0.111328125000 0.867187500000 0.073730468750 0.578125000000 +0.033691406250 0.259765625000 -0.007781982422 -0.066406250000 +-0.047607421875 -0.375000000000 -0.082519531250 -0.640625000000 +-0.106445312500 -0.832031250000 -0.120605468750 -0.937500000000 +-0.121093750000 -0.949218750000 -0.109863281250 -0.859375000000 +-0.087890625000 -0.679687500000 -0.054931640625 -0.427734375000 +-0.015991210938 -0.123046875000 0.026123046875 0.205078125000 +0.069824218750 0.531250000000 0.106933593750 0.828125000000 +0.138671875000 1.078125000000 0.163085937500 1.265625000000 +0.177734375000 1.390625000000 0.184570312500 1.445312500000 +0.184570312500 1.437500000000 0.177734375000 1.382812500000 +0.166992187500 1.296875000000 0.153320312500 1.187500000000 +0.139648437500 1.085937500000 0.127929687500 0.988281250000 +0.118164062500 0.917968750000 0.114746093750 0.878906250000 +0.112792968750 0.878906250000 0.116699218750 0.914062500000 +0.125000000000 0.976562500000 0.137695312500 1.070312500000 +0.151367187500 1.179687500000 0.166015625000 1.289062500000 +0.177734375000 1.375000000000 0.185546875000 1.437500000000 +0.186523437500 1.453125000000 0.179687500000 1.398437500000 +0.165039062500 1.281250000000 0.138671875000 1.085937500000 +0.107421875000 0.832031250000 0.066894531250 0.527343750000 +0.025268554688 0.191406250000 -0.018066406250 -0.144531250000 +-0.057861328125 -0.449218750000 -0.089355468750 -0.695312500000 +-0.110839843750 -0.855468750000 -0.119628906250 -0.917968750000 +-0.111816406250 -0.871093750000 -0.092285156250 -0.718750000000 +-0.062988281250 -0.484375000000 -0.024414062500 -0.191406250000 +0.016357421875 0.121093750000 0.054443359375 0.419921875000 +0.084960937500 0.667968750000 0.107421875000 0.832031250000 +0.115234375000 0.898437500000 0.109375000000 0.855468750000 +0.090820312500 0.707031250000 0.062011718750 0.476562500000 +0.023925781250 0.183593750000 -0.018676757812 -0.139648437500 +-0.060302734375 -0.462890625000 -0.097656250000 -0.753906250000 +-0.127929687500 -0.996093750000 -0.150390625000 -1.171875000000 +-0.166015625000 -1.281250000000 -0.171875000000 -1.335937500000 +-0.172851562500 -1.343750000000 -0.170898437500 -1.320312500000 +-0.166992187500 -1.296875000000 -0.163085937500 -1.273437500000 +-0.164062500000 -1.257812500000 -0.163085937500 -1.265625000000 +-0.165039062500 -1.281250000000 -0.166992187500 -1.296875000000 +-0.167968750000 -1.296875000000 -0.163085937500 -1.265625000000 +-0.151367187500 -1.179687500000 -0.134765625000 -1.039062500000 +-0.108886718750 -0.839843750000 -0.075195312500 -0.585937500000 +-0.037109375000 -0.291015625000 0.003112792969 0.022827148438 +0.042480468750 0.328125000000 0.078613281250 0.601562500000 +0.104492187500 0.812500000000 0.123535156250 0.945312500000 +0.126953125000 0.984375000000 0.119628906250 0.925781250000 +0.098632812500 0.769531250000 0.068359375000 0.527343750000 +0.028930664062 0.219726562500 -0.016845703125 -0.130859375000 +-0.064453125000 -0.498046875000 -0.111816406250 -0.855468750000 +-0.152343750000 -1.179687500000 -0.185546875000 -1.437500000000 +-0.209960937500 -1.632812500000 -0.223632812500 -1.734375000000 +-0.225585937500 -1.742187500000 -0.213867187500 -1.648437500000 +-0.189453125000 -1.476562500000 -0.157226562500 -1.218750000000 +-0.116699218750 -0.906250000000 -0.071289062500 -0.554687500000 +-0.023315429688 -0.184570312500 0.021972656250 0.167968750000 +0.062988281250 0.484375000000 0.095214843750 0.738281250000 +0.118164062500 0.910156250000 0.127929687500 0.988281250000 +0.125000000000 0.964843750000 0.110351562500 0.847656250000 +0.083007812500 0.644531250000 0.049560546875 0.378906250000 +0.010192871094 0.073730468750 -0.031494140625 -0.243164062500 +-0.070800781250 -0.546875000000 -0.104492187500 -0.812500000000 +-0.133789062500 -1.031250000000 -0.153320312500 -1.179687500000 +-0.165039062500 -1.273437500000 -0.170898437500 -1.320312500000 +-0.170898437500 -1.320312500000 -0.169921875000 -1.304687500000 +-0.165039062500 -1.281250000000 -0.163085937500 -1.265625000000 +-0.163085937500 -1.265625000000 -0.165039062500 -1.281250000000 +-0.169921875000 -1.304687500000 -0.170898437500 -1.320312500000 +-0.169921875000 -1.320312500000 -0.164062500000 -1.273437500000 +-0.150390625000 -1.171875000000 -0.129882812500 -1.000000000000 +-0.100585937500 -0.773437500000 -0.063964843750 -0.486328125000 +-0.021850585938 -0.168945312500 0.020019531250 0.152343750000 +0.058105468750 0.447265625000 0.087890625000 0.683593750000 +0.107910156250 0.832031250000 0.113769531250 0.875000000000 +0.104492187500 0.804687500000 0.082519531250 0.636718750000 +0.049804687500 0.382812500000 0.011474609375 0.082519531250 +-0.029418945312 -0.226562500000 -0.065917968750 -0.500000000000 +-0.091308593750 -0.707031250000 -0.105468750000 -0.812500000000 +-0.104492187500 -0.804687500000 -0.088867187500 -0.683593750000 +-0.060546875000 -0.468750000000 -0.024047851562 -0.186523437500 +0.015380859375 0.122070312500 0.054687500000 0.414062500000 +0.084960937500 0.652343750000 0.104492187500 0.796875000000 +0.108398437500 0.835937500000 0.099609375000 0.757812500000 +0.076171875000 0.578125000000 0.040039062500 0.314453125000 +-0.000069618225 0.003784179688 -0.040039062500 -0.312500000000 +-0.077148437500 -0.593750000000 -0.104980468750 -0.804687500000 +-0.119628906250 -0.925781250000 -0.120117187500 -0.925781250000 +-0.105957031250 -0.816406250000 -0.079589843750 -0.605468750000 +-0.039550781250 -0.308593750000 0.005462646484 0.039062500000 +0.054199218750 0.412109375000 0.102050781250 0.773437500000 +0.143554687500 1.101562500000 0.176757812500 1.359375000000 +0.201171875000 1.546875000000 0.213867187500 1.656250000000 +0.217773437500 1.671875000000 0.209960937500 1.609375000000 +0.193359375000 1.476562500000 0.166992187500 1.281250000000 +0.135742187500 1.046875000000 0.100097656250 0.773437500000 +0.061279296875 0.478515625000 0.020874023438 0.168945312500 +-0.019409179688 -0.143554687500 -0.058837890625 -0.453125000000 +-0.097656250000 -0.746093750000 -0.132812500000 -1.015625000000 +-0.163085937500 -1.257812500000 -0.188476562500 -1.453125000000 +-0.207031250000 -1.585937500000 -0.215820312500 -1.656250000000 +-0.213867187500 -1.648437500000 -0.203125000000 -1.562500000000 +-0.179687500000 -1.382812500000 -0.148437500000 -1.140625000000 +-0.107910156250 -0.824218750000 -0.061523437500 -0.472656250000 +-0.013122558594 -0.101562500000 0.031738281250 0.250000000000 +0.072265625000 0.554687500000 0.103027343750 0.785156250000 +0.120605468750 0.917968750000 0.123535156250 0.941406250000 +0.111328125000 0.851562500000 0.086425781250 0.664062500000 +0.052978515625 0.398437500000 0.010559082031 0.088378906250 +-0.029785156250 -0.229492187500 -0.067871093750 -0.515625000000 +-0.097167968750 -0.730468750000 -0.110839843750 -0.855468750000 +-0.112792968750 -0.863281250000 -0.099609375000 -0.765625000000 +-0.073242187500 -0.566406250000 -0.038818359375 -0.291015625000 +0.003494262695 0.023681640625 0.044921875000 0.341796875000 +0.081542968750 0.621093750000 0.107910156250 0.832031250000 +0.124511718750 0.949218750000 0.125976562500 0.953125000000 +0.110839843750 0.843750000000 0.082031250000 0.625000000000 +0.041992187500 0.326171875000 -0.002243041992 -0.031005859375 +-0.054687500000 -0.417968750000 -0.104003906250 -0.800781250000 +-0.150390625000 -1.148437500000 -0.186523437500 -1.437500000000 +-0.213867187500 -1.640625000000 -0.230468750000 -1.757812500000 +-0.230468750000 -1.765625000000 -0.218750000000 -1.679687500000 +-0.195312500000 -1.500000000000 -0.163085937500 -1.234375000000 +-0.119140625000 -0.917968750000 -0.072265625000 -0.558593750000 +-0.025390625000 -0.189453125000 0.022094726562 0.167968750000 +0.063476562500 0.486328125000 0.096679687500 0.742187500000 +0.119628906250 0.917968750000 0.129882812500 0.996093750000 +0.127929687500 0.976562500000 0.113281250000 0.867187500000 +0.087890625000 0.667968750000 0.052734375000 0.402343750000 +0.011596679688 0.092773437500 -0.031250000000 -0.235351562500 +-0.071777343750 -0.558593750000 -0.111328125000 -0.851562500000 +-0.143554687500 -1.093750000000 -0.166015625000 -1.273437500000 +-0.182617187500 -1.390625000000 -0.187500000000 -1.445312500000 +-0.187500000000 -1.437500000000 -0.179687500000 -1.382812500000 +-0.169921875000 -1.296875000000 -0.156250000000 -1.187500000000 +-0.142578125000 -1.085937500000 -0.129882812500 -0.988281250000 +-0.119628906250 -0.917968750000 -0.115234375000 -0.878906250000 +-0.113769531250 -0.875000000000 -0.119140625000 -0.906250000000 +-0.126953125000 -0.968750000000 -0.139648437500 -1.062500000000 +-0.151367187500 -1.164062500000 -0.167968750000 -1.265625000000 +-0.178710937500 -1.359375000000 -0.185546875000 -1.414062500000 +-0.188476562500 -1.429687500000 -0.182617187500 -1.390625000000 +-0.168945312500 -1.289062500000 -0.146484375000 -1.117187500000 +-0.115234375000 -0.882812500000 -0.078125000000 -0.601562500000 +-0.038574218750 -0.285156250000 0.005157470703 0.043945312500 +0.046630859375 0.355468750000 0.082031250000 0.628906250000 +0.110351562500 0.839843750000 0.125976562500 0.964843750000 +0.130859375000 1.000000000000 0.122070312500 0.933593750000 +0.100585937500 0.773437500000 0.068847656250 0.527343750000 +0.029052734375 0.219726562500 -0.017944335938 -0.131835937500 +-0.064453125000 -0.500000000000 -0.111816406250 -0.859375000000 +-0.155273437500 -1.179687500000 -0.188476562500 -1.445312500000 +-0.214843750000 -1.632812500000 -0.228515625000 -1.734375000000 +-0.228515625000 -1.742187500000 -0.217773437500 -1.656250000000 +-0.193359375000 -1.476562500000 -0.162109375000 -1.226562500000 +-0.120117187500 -0.921875000000 -0.075195312500 -0.574218750000 +-0.028198242188 -0.210937500000 0.019287109375 0.142578125000 +0.061279296875 0.462890625000 0.096191406250 0.726562500000 +0.121093750000 0.917968750000 0.133789062500 1.023437500000 +0.134765625000 1.023437500000 0.123535156250 0.937500000000 +0.101074218750 0.761718750000 0.066894531250 0.503906250000 +0.024902343750 0.190429687500 -0.021972656250 -0.164062500000 +-0.070312500000 -0.531250000000 -0.116210937500 -0.886718750000 +-0.159179687500 -1.203125000000 -0.194335937500 -1.468750000000 +-0.217773437500 -1.656250000000 -0.231445312500 -1.757812500000 +-0.231445312500 -1.757812500000 -0.218750000000 -1.656250000000 +-0.192382812500 -1.468750000000 -0.157226562500 -1.195312500000 +-0.112792968750 -0.855468750000 -0.063476562500 -0.476562500000 +-0.011840820312 -0.090820312500 0.036621093750 0.271484375000 +0.076660156250 0.582031250000 0.106933593750 0.812500000000 +0.124023437500 0.945312500000 0.126953125000 0.960937500000 +0.114257812500 0.867187500000 0.088867187500 0.671875000000 +0.052734375000 0.404296875000 0.011779785156 0.089843750000 +-0.030029296875 -0.228515625000 -0.066894531250 -0.511718750000 +-0.094726562500 -0.722656250000 -0.110839843750 -0.839843750000 +-0.113281250000 -0.847656250000 -0.097656250000 -0.742187500000 +-0.071777343750 -0.542968750000 -0.035644531250 -0.267578125000 +0.006042480469 0.045166015625 0.046386718750 0.351562500000 +0.081542968750 0.617187500000 0.106933593750 0.808593750000 +0.118164062500 0.898437500000 0.115722656250 0.878906250000 +0.098144531250 0.750000000000 0.067871093750 0.523437500000 +0.030517578125 0.229492187500 -0.013427734375 -0.106445312500 +-0.059814453125 -0.449218750000 -0.102050781250 -0.769531250000 +-0.137695312500 -1.046875000000 -0.166015625000 -1.257812500000 +-0.185546875000 -1.398437500000 -0.193359375000 -1.460937500000 +-0.193359375000 -1.460937500000 -0.185546875000 -1.414062500000 +-0.172851562500 -1.320312500000 -0.162109375000 -1.218750000000 +-0.145507812500 -1.109375000000 -0.133789062500 -1.015625000000 +-0.125976562500 -0.949218750000 -0.119628906250 -0.906250000000 +-0.119628906250 -0.902343750000 -0.122070312500 -0.925781250000 +-0.128906250000 -0.976562500000 -0.138671875000 -1.046875000000 +-0.149414062500 -1.132812500000 -0.160156250000 -1.218750000000 +-0.170898437500 -1.289062500000 -0.176757812500 -1.335937500000 +-0.178710937500 -1.351562500000 -0.175781250000 -1.328125000000 +-0.165039062500 -1.250000000000 -0.148437500000 -1.117187500000 +-0.123535156250 -0.941406250000 -0.095214843750 -0.714843750000 +-0.060058593750 -0.451171875000 -0.022583007812 -0.164062500000 +0.016601562500 0.131835937500 0.056396484375 0.419921875000 +0.089355468750 0.683593750000 0.119628906250 0.914062500000 +0.144531250000 1.093750000000 0.162109375000 1.226562500000 +0.172851562500 1.304687500000 0.175781250000 1.335937500000 +0.176757812500 1.328125000000 0.170898437500 1.296875000000 +0.163085937500 1.234375000000 0.156250000000 1.171875000000 +0.147460937500 1.117187500000 0.141601562500 1.062500000000 +0.136718750000 1.031250000000 0.133789062500 1.007812500000 +0.132812500000 1.000000000000 0.133789062500 1.015625000000 +0.137695312500 1.031250000000 0.138671875000 1.054687500000 +0.141601562500 1.078125000000 0.145507812500 1.101562500000 +0.148437500000 1.117187500000 0.149414062500 1.125000000000 +0.148437500000 1.125000000000 0.147460937500 1.117187500000 +0.145507812500 1.101562500000 0.141601562500 1.070312500000 +0.138671875000 1.039062500000 0.133789062500 1.015625000000 +0.130859375000 0.992187500000 0.129882812500 0.980468750000 +0.128906250000 0.984375000000 0.132812500000 1.007812500000 +0.139648437500 1.054687500000 0.147460937500 1.117187500000 +0.159179687500 1.195312500000 0.168945312500 1.273437500000 +0.178710937500 1.343750000000 0.186523437500 1.398437500000 +0.186523437500 1.406250000000 0.181640625000 1.367187500000 +0.167968750000 1.257812500000 0.145507812500 1.093750000000 +0.115234375000 0.867187500000 0.078125000000 0.589843750000 +0.036621093750 0.277343750000 -0.006011962891 -0.045898437500 +-0.047119140625 -0.357421875000 -0.082519531250 -0.628906250000 +-0.112304687500 -0.839843750000 -0.127929687500 -0.964843750000 +-0.133789062500 -1.000000000000 -0.123046875000 -0.933593750000 +-0.101074218750 -0.773437500000 -0.068847656250 -0.527343750000 +-0.027832031250 -0.216796875000 0.017944335938 0.133789062500 +0.066894531250 0.500000000000 0.114257812500 0.855468750000 +0.155273437500 1.179687500000 0.191406250000 1.437500000000 +0.214843750000 1.625000000000 0.229492187500 1.726562500000 +0.230468750000 1.742187500000 0.218750000000 1.648437500000 +0.195312500000 1.476562500000 0.163085937500 1.226562500000 +0.122558593750 0.917968750000 0.075195312500 0.570312500000 +0.027709960938 0.209960937500 -0.018310546875 -0.143554687500 +-0.061035156250 -0.464843750000 -0.096191406250 -0.726562500000 +-0.122070312500 -0.914062500000 -0.133789062500 -1.007812500000 +-0.133789062500 -1.007812500000 -0.121582031250 -0.917968750000 +-0.098144531250 -0.738281250000 -0.064453125000 -0.480468750000 +-0.022827148438 -0.170898437500 0.022827148438 0.174804687500 +0.069335937500 0.523437500000 0.114257812500 0.859375000000 +0.154296875000 1.156250000000 0.185546875000 1.398437500000 +0.207031250000 1.562500000000 0.219726562500 1.656250000000 +0.221679687500 1.664062500000 0.211914062500 1.593750000000 +0.193359375000 1.445312500000 0.164062500000 1.242187500000 +0.129882812500 0.984375000000 0.091308593750 0.691406250000 +0.051025390625 0.378906250000 0.009155273438 0.064453125000 +-0.031982421875 -0.240234375000 -0.069335937500 -0.523437500000 +-0.102050781250 -0.765625000000 -0.130859375000 -0.972656250000 +-0.150390625000 -1.132812500000 -0.164062500000 -1.242187500000 +-0.171875000000 -1.304687500000 -0.175781250000 -1.320312500000 +-0.173828125000 -1.304687500000 -0.170898437500 -1.273437500000 +-0.162109375000 -1.218750000000 -0.155273437500 -1.164062500000 +-0.149414062500 -1.117187500000 -0.142578125000 -1.078125000000 +-0.138671875000 -1.046875000000 -0.136718750000 -1.031250000000 +-0.136718750000 -1.023437500000 -0.136718750000 -1.015625000000 +-0.135742187500 -1.023437500000 -0.135742187500 -1.015625000000 +-0.136718750000 -1.015625000000 -0.134765625000 -1.007812500000 +-0.132812500000 -1.000000000000 -0.132812500000 -1.000000000000 +-0.134765625000 -1.007812500000 -0.136718750000 -1.031250000000 +-0.142578125000 -1.078125000000 -0.151367187500 -1.132812500000 +-0.162109375000 -1.210937500000 -0.170898437500 -1.281250000000 +-0.179687500000 -1.351562500000 -0.186523437500 -1.398437500000 +-0.187500000000 -1.406250000000 -0.182617187500 -1.359375000000 +-0.167968750000 -1.257812500000 -0.145507812500 -1.085937500000 +-0.115234375000 -0.855468750000 -0.075195312500 -0.570312500000 +-0.032714843750 -0.251953125000 0.009643554688 0.072753906250 +0.050292968750 0.378906250000 0.085937500000 0.640625000000 +0.110839843750 0.828125000000 0.124511718750 0.929687500000 +0.125976562500 0.933593750000 0.112792968750 0.835937500000 +0.086425781250 0.652343750000 0.052001953125 0.396484375000 +0.013671875000 0.097167968750 -0.029785156250 -0.219726562500 +-0.069824218750 -0.527343750000 -0.106933593750 -0.796875000000 +-0.135742187500 -1.023437500000 -0.156250000000 -1.179687500000 +-0.170898437500 -1.273437500000 -0.176757812500 -1.320312500000 +-0.176757812500 -1.320312500000 -0.173828125000 -1.304687500000 +-0.171875000000 -1.281250000000 -0.168945312500 -1.265625000000 +-0.168945312500 -1.265625000000 -0.169921875000 -1.273437500000 +-0.173828125000 -1.296875000000 -0.177734375000 -1.320312500000 +-0.176757812500 -1.312500000000 -0.169921875000 -1.273437500000 +-0.157226562500 -1.171875000000 -0.133789062500 -1.000000000000 +-0.103027343750 -0.773437500000 -0.066406250000 -0.488281250000 +-0.021850585938 -0.168945312500 0.019653320312 0.151367187500 +0.059814453125 0.447265625000 0.092285156250 0.683593750000 +0.112304687500 0.832031250000 0.117187500000 0.875000000000 +0.109375000000 0.808593750000 0.084960937500 0.632812500000 +0.050292968750 0.382812500000 0.009399414062 0.083496093750 +-0.029541015625 -0.223632812500 -0.067382812500 -0.496093750000 +-0.094238281250 -0.695312500000 -0.106933593750 -0.800781250000 +-0.103515625000 -0.785156250000 -0.087402343750 -0.660156250000 +-0.059082031250 -0.441406250000 -0.022460937500 -0.158203125000 +0.019775390625 0.145507812500 0.057373046875 0.429687500000 +0.087402343750 0.648437500000 0.103515625000 0.773437500000 +0.105957031250 0.785156250000 0.091308593750 0.683593750000 +0.065429687500 0.480468750000 0.028808593750 0.208984375000 +-0.013488769531 -0.096679687500 -0.052490234375 -0.390625000000 +-0.084472656250 -0.628906250000 -0.104492187500 -0.781250000000 +-0.109375000000 -0.824218750000 -0.101562500000 -0.750000000000 +-0.077148437500 -0.570312500000 -0.041259765625 -0.312500000000 +-0.000352859497 -0.004516601562 0.041992187500 0.310546875000 +0.080078125000 0.593750000000 0.107421875000 0.804687500000 +0.125000000000 0.921875000000 0.124023437500 0.925781250000 +0.108886718750 0.812500000000 0.081542968750 0.597656250000 +0.040283203125 0.302734375000 -0.006805419922 -0.047119140625 +-0.057128906250 -0.419921875000 -0.105468750000 -0.785156250000 +-0.149414062500 -1.117187500000 -0.185546875000 -1.382812500000 +-0.210937500000 -1.570312500000 -0.224609375000 -1.671875000000 +-0.227539062500 -1.687500000000 -0.217773437500 -1.617187500000 +-0.198242187500 -1.468750000000 -0.169921875000 -1.257812500000 +-0.133789062500 -0.992187500000 -0.093750000000 -0.699218750000 +-0.052490234375 -0.384765625000 -0.009338378906 -0.067871093750 +0.033447265625 0.240234375000 0.070800781250 0.523437500000 +0.104003906250 0.773437500000 0.131835937500 0.980468750000 +0.154296875000 1.140625000000 0.168945312500 1.257812500000 +0.177734375000 1.320312500000 0.180664062500 1.343750000000 +0.179687500000 1.328125000000 0.171875000000 1.281250000000 +0.164062500000 1.218750000000 0.154296875000 1.140625000000 +0.143554687500 1.070312500000 0.134765625000 1.000000000000 +0.126953125000 0.953125000000 0.125000000000 0.929687500000 +0.125000000000 0.925781250000 0.126953125000 0.949218750000 +0.132812500000 0.992187500000 0.141601562500 1.054687500000 +0.152343750000 1.125000000000 0.162109375000 1.195312500000 +0.170898437500 1.265625000000 0.177734375000 1.312500000000 +0.179687500000 1.328125000000 0.176757812500 1.312500000000 +0.168945312500 1.250000000000 0.153320312500 1.140625000000 +0.130859375000 0.976562500000 0.104003906250 0.769531250000 +0.070312500000 0.523437500000 0.034423828125 0.243164062500 +-0.006103515625 -0.055664062500 -0.049072265625 -0.359375000000 +-0.088378906250 -0.652343750000 -0.125976562500 -0.925781250000 +-0.157226562500 -1.164062500000 -0.182617187500 -1.351562500000 +-0.200195312500 -1.484375000000 -0.209960937500 -1.554687500000 +-0.210937500000 -1.562500000000 -0.202148437500 -1.500000000000 +-0.186523437500 -1.390625000000 -0.165039062500 -1.218750000000 +-0.133789062500 -1.000000000000 -0.100097656250 -0.746093750000 +-0.062988281250 -0.462890625000 -0.022583007812 -0.165039062500 +0.018432617188 0.136718750000 0.058837890625 0.433593750000 +0.097656250000 0.710937500000 0.130859375000 0.964843750000 +0.160156250000 1.179687500000 0.181640625000 1.351562500000 +0.198242187500 1.468750000000 0.207031250000 1.531250000000 +0.208007812500 1.531250000000 0.200195312500 1.476562500000 +0.184570312500 1.367187500000 0.163085937500 1.210937500000 +0.135742187500 1.000000000000 0.102539062500 0.757812500000 +0.064941406250 0.484375000000 0.024658203125 0.188476562500 +-0.014343261719 -0.116699218750 -0.056640625000 -0.421875000000 +-0.095214843750 -0.718750000000 -0.132812500000 -0.992187500000 +-0.166015625000 -1.234375000000 -0.192382812500 -1.421875000000 +-0.209960937500 -1.562500000000 -0.221679687500 -1.632812500000 +-0.220703125000 -1.632812500000 -0.208984375000 -1.546875000000 +-0.188476562500 -1.390625000000 -0.156250000000 -1.164062500000 +-0.118652343750 -0.871093750000 -0.073730468750 -0.542968750000 +-0.026367187500 -0.192382812500 0.020507812500 0.150390625000 +0.062255859375 0.460937500000 0.096191406250 0.714843750000 +0.121093750000 0.890625000000 0.132812500000 0.976562500000 +0.130859375000 0.964843750000 0.116699218750 0.855468750000 +0.087890625000 0.660156250000 0.053710937500 0.398437500000 +0.011779785156 0.090820312500 -0.032958984375 -0.238281250000 +-0.076660156250 -0.558593750000 -0.114746093750 -0.851562500000 +-0.147460937500 -1.093750000000 -0.173828125000 -1.273437500000 +-0.188476562500 -1.390625000000 -0.194335937500 -1.445312500000 +-0.193359375000 -1.437500000000 -0.189453125000 -1.382812500000 +-0.175781250000 -1.296875000000 -0.162109375000 -1.195312500000 +-0.148437500000 -1.093750000000 -0.136718750000 -1.007812500000 +-0.127929687500 -0.941406250000 -0.122558593750 -0.902343750000 +-0.122558593750 -0.894531250000 -0.124511718750 -0.917968750000 +-0.130859375000 -0.968750000000 -0.140625000000 -1.039062500000 +-0.151367187500 -1.117187500000 -0.162109375000 -1.195312500000 +-0.171875000000 -1.265625000000 -0.178710937500 -1.312500000000 +-0.181640625000 -1.335937500000 -0.177734375000 -1.312500000000 +-0.169921875000 -1.250000000000 -0.153320312500 -1.140625000000 +-0.132812500000 -0.976562500000 -0.105468750000 -0.773437500000 +-0.070800781250 -0.523437500000 -0.032470703125 -0.244140625000 +0.007324218750 0.054931640625 0.049316406250 0.363281250000 +0.089355468750 0.660156250000 0.128906250000 0.937500000000 +0.160156250000 1.179687500000 0.186523437500 1.375000000000 +0.204101562500 1.507812500000 0.214843750000 1.578125000000 +0.213867187500 1.585937500000 0.207031250000 1.515625000000 +0.188476562500 1.390625000000 0.163085937500 1.203125000000 +0.130859375000 0.964843750000 0.093750000000 0.691406250000 +0.053710937500 0.394531250000 0.011230468750 0.085449218750 +-0.028320312500 -0.216796875000 -0.067382812500 -0.500000000000 +-0.101074218750 -0.753906250000 -0.131835937500 -0.964843750000 +-0.154296875000 -1.132812500000 -0.168945312500 -1.250000000000 +-0.178710937500 -1.320312500000 -0.182617187500 -1.343750000000 +-0.180664062500 -1.328125000000 -0.173828125000 -1.281250000000 +-0.166015625000 -1.218750000000 -0.155273437500 -1.140625000000 +-0.145507812500 -1.070312500000 -0.135742187500 -1.000000000000 +-0.129882812500 -0.949218750000 -0.126953125000 -0.925781250000 +-0.125976562500 -0.925781250000 -0.128906250000 -0.953125000000 +-0.135742187500 -1.000000000000 -0.145507812500 -1.070312500000 +-0.156250000000 -1.140625000000 -0.166992187500 -1.226562500000 +-0.175781250000 -1.296875000000 -0.181640625000 -1.335937500000 +-0.183593750000 -1.351562500000 -0.180664062500 -1.328125000000 +-0.171875000000 -1.250000000000 -0.153320312500 -1.125000000000 +-0.127929687500 -0.941406250000 -0.098144531250 -0.714843750000 +-0.061035156250 -0.451171875000 -0.021118164062 -0.161132812500 +0.018554687500 0.135742187500 0.058837890625 0.425781250000 +0.095214843750 0.695312500000 0.125976562500 0.925781250000 +0.151367187500 1.117187500000 0.169921875000 1.250000000000 +0.180664062500 1.335937500000 0.187500000000 1.367187500000 +0.184570312500 1.351562500000 0.177734375000 1.304687500000 +0.167968750000 1.234375000000 0.157226562500 1.148437500000 +0.145507812500 1.062500000000 0.135742187500 0.988281250000 +0.127929687500 0.933593750000 0.123046875000 0.902343750000 +0.123046875000 0.902343750000 0.127929687500 0.937500000000 +0.136718750000 1.000000000000 0.149414062500 1.093750000000 +0.163085937500 1.195312500000 0.177734375000 1.296875000000 +0.188476562500 1.382812500000 0.196289062500 1.445312500000 +0.197265625000 1.445312500000 0.191406250000 1.398437500000 +0.174804687500 1.273437500000 0.146484375000 1.070312500000 +0.109375000000 0.812500000000 0.067871093750 0.500000000000 +0.021484375000 0.161132812500 -0.023437500000 -0.173828125000 +-0.064453125000 -0.474609375000 -0.096191406250 -0.710937500000 +-0.118164062500 -0.859375000000 -0.122070312500 -0.902343750000 +-0.112792968750 -0.832031250000 -0.090332031250 -0.660156250000 +-0.055908203125 -0.408203125000 -0.014892578125 -0.106445312500 +0.027832031250 0.205078125000 0.066894531250 0.486328125000 +0.096191406250 0.703125000000 0.113769531250 0.824218750000 +0.114257812500 0.832031250000 0.100097656250 0.734375000000 +0.073730468750 0.531250000000 0.035644531250 0.261718750000 +-0.006774902344 -0.048095703125 -0.048583984375 -0.353515625000 +-0.084472656250 -0.617187500000 -0.111328125000 -0.804687500000 +-0.122558593750 -0.894531250000 -0.119628906250 -0.875000000000 +-0.101074218750 -0.742187500000 -0.070800781250 -0.519531250000 +-0.030517578125 -0.220703125000 0.014465332031 0.113769531250 +0.063476562500 0.457031250000 0.107421875000 0.777343750000 +0.143554687500 1.054687500000 0.171875000000 1.257812500000 +0.190429687500 1.398437500000 0.199218750000 1.460937500000 +0.200195312500 1.460937500000 0.192382812500 1.406250000000 +0.179687500000 1.312500000000 0.165039062500 1.203125000000 +0.149414062500 1.093750000000 0.135742187500 0.996093750000 +0.124023437500 0.921875000000 0.120117187500 0.878906250000 +0.120117187500 0.878906250000 0.125976562500 0.914062500000 +0.134765625000 0.980468750000 0.147460937500 1.078125000000 +0.162109375000 1.179687500000 0.176757812500 1.289062500000 +0.188476562500 1.382812500000 0.197265625000 1.445312500000 +0.199218750000 1.453125000000 0.192382812500 1.398437500000 +0.175781250000 1.281250000000 0.149414062500 1.085937500000 +0.112792968750 0.828125000000 0.070800781250 0.519531250000 +0.025756835938 0.185546875000 -0.021240234375 -0.151367187500 +-0.063964843750 -0.457031250000 -0.096191406250 -0.703125000000 +-0.117675781250 -0.863281250000 -0.126953125000 -0.925781250000 +-0.121582031250 -0.882812500000 -0.100097656250 -0.734375000000 +-0.068847656250 -0.503906250000 -0.029541015625 -0.210937500000 +0.013977050781 0.107421875000 0.056152343750 0.416015625000 +0.093261718750 0.679687500000 0.120117187500 0.871093750000 +0.130859375000 0.964843750000 0.129882812500 0.949218750000 +0.113769531250 0.824218750000 0.082519531250 0.601562500000 +0.040771484375 0.296875000000 -0.008239746094 -0.061035156250 +-0.060791015625 -0.443359375000 -0.111816406250 -0.820312500000 +-0.158203125000 -1.156250000000 -0.198242187500 -1.437500000000 +-0.225585937500 -1.640625000000 -0.240234375000 -1.750000000000 +-0.242187500000 -1.765625000000 -0.229492187500 -1.671875000000 +-0.205078125000 -1.492187500000 -0.169921875000 -1.234375000000 +-0.125976562500 -0.914062500000 -0.076660156250 -0.554687500000 +-0.025878906250 -0.184570312500 0.023193359375 0.169921875000 +0.067871093750 0.486328125000 0.102050781250 0.738281250000 +0.125976562500 0.910156250000 0.135742187500 0.984375000000 +0.132812500000 0.964843750000 0.114257812500 0.843750000000 +-0.511718750000 0.578125000000 -0.474609375000 0.322265625000 +-0.376953125000 0.045654296875 -0.230468750000 -0.229492187500 +-0.041259765625 -0.482421875000 0.173828125000 -0.695312500000 +0.396484375000 -0.839843750000 0.617187500000 -0.917968750000 +0.812500000000 -0.917968750000 0.980468750000 -0.835937500000 +1.093750000000 -0.683593750000 1.156250000000 -0.468750000000 +1.164062500000 -0.210937500000 1.109375000000 0.074707031250 +0.996093750000 0.367187500000 0.832031250000 0.648437500000 +0.632812500000 0.898437500000 0.408203125000 1.101562500000 +0.181640625000 1.234375000000 -0.030395507812 1.296875000000 +-0.210937500000 1.281250000000 -0.339843750000 1.179687500000 +-0.408203125000 1.007812500000 -0.414062500000 0.761718750000 +-0.357421875000 0.470703125000 -0.253906250000 0.160156250000 +-0.113281250000 -0.147460937500 0.042480468750 -0.423828125000 +0.188476562500 -0.636718750000 0.310546875000 -0.773437500000 +0.384765625000 -0.812500000000 0.408203125000 -0.753906250000 +0.373046875000 -0.605468750000 0.289062500000 -0.384765625000 +0.162109375000 -0.115722656250 0.009948730469 0.163085937500 +-0.146484375000 0.419921875000 -0.289062500000 0.621093750000 +-0.398437500000 0.742187500000 -0.462890625000 0.765625000000 +-0.476562500000 0.691406250000 -0.431640625000 0.527343750000 +-0.333984375000 0.292968750000 -0.190429687500 0.017456054688 +-0.012695312500 -0.267578125000 0.185546875000 -0.527343750000 +0.390625000000 -0.730468750000 0.589843750000 -0.863281250000 +0.769531250000 -0.906250000000 0.917968750000 -0.855468750000 +1.031250000000 -0.722656250000 1.093750000000 -0.515625000000 +1.117187500000 -0.261718750000 1.085937500000 0.019653320312 +1.015625000000 0.304687500000 0.898437500000 0.570312500000 +0.750000000000 0.804687500000 0.570312500000 0.988281250000 +0.371093750000 1.117187500000 0.166992187500 1.187500000000 +-0.037109375000 1.195312500000 -0.226562500000 1.156250000000 +-0.400390625000 1.062500000000 -0.546875000000 0.925781250000 +-0.667968750000 0.753906250000 -0.761718750000 0.562500000000 +-0.835937500000 0.355468750000 -0.894531250000 0.140625000000 +-0.941406250000 -0.066894531250 -0.984375000000 -0.261718750000 +-1.023437500000 -0.435546875000 -1.070312500000 -0.582031250000 +-1.109375000000 -0.691406250000 -1.148437500000 -0.765625000000 +-1.179687500000 -0.804687500000 -1.179687500000 -0.800781250000 +-1.156250000000 -0.765625000000 -1.085937500000 -0.707031250000 +-0.984375000000 -0.613281250000 -0.828125000000 -0.500000000000 +-0.636718750000 -0.371093750000 -0.410156250000 -0.231445312500 +-0.156250000000 -0.084472656250 0.108886718750 0.066406250000 +0.371093750000 0.213867187500 0.617187500000 0.361328125000 +0.832031250000 0.500000000000 1.015625000000 0.621093750000 +1.148437500000 0.726562500000 1.226562500000 0.800781250000 +1.265625000000 0.839843750000 1.257812500000 0.839843750000 +1.210937500000 0.792968750000 1.132812500000 0.699218750000 +1.039062500000 0.562500000000 0.925781250000 0.386718750000 +0.812500000000 0.177734375000 0.707031250000 -0.048339843750 +0.617187500000 -0.277343750000 0.554687500000 -0.492187500000 +0.519531250000 -0.679687500000 0.519531250000 -0.820312500000 +0.550781250000 -0.906250000000 0.609375000000 -0.933593750000 +0.691406250000 -0.890625000000 0.781250000000 -0.781250000000 +0.871093750000 -0.621093750000 0.941406250000 -0.406250000000 +0.980468750000 -0.157226562500 0.980468750000 0.109375000000 +0.933593750000 0.380859375000 0.832031250000 0.640625000000 +0.687500000000 0.871093750000 0.507812500000 1.062500000000 +0.302734375000 1.187500000000 0.094238281250 1.257812500000 +-0.103027343750 1.250000000000 -0.267578125000 1.171875000000 +-0.388671875000 1.023437500000 -0.451171875000 0.816406250000 +-0.455078125000 0.562500000000 -0.400390625000 0.279296875000 +-0.298828125000 -0.013488769531 -0.155273437500 -0.292968750000 +0.008239746094 -0.535156250000 0.182617187500 -0.726562500000 +0.349609375000 -0.851562500000 0.500000000000 -0.898437500000 +0.625000000000 -0.863281250000 0.730468750000 -0.757812500000 +0.812500000000 -0.589843750000 0.878906250000 -0.378906250000 +0.933593750000 -0.141601562500 0.988281250000 0.102050781250 +1.039062500000 0.330078125000 1.093750000000 0.527343750000 +1.156250000000 0.683593750000 1.203125000000 0.789062500000 +1.234375000000 0.843750000000 1.234375000000 0.851562500000 +1.195312500000 0.812500000000 1.109375000000 0.742187500000 +0.968750000000 0.640625000000 0.777343750000 0.523437500000 +0.539062500000 0.392578125000 0.271484375000 0.255859375000 +-0.009216308594 0.111328125000 -0.281250000000 -0.036621093750 +-0.519531250000 -0.188476562500 -0.710937500000 -0.341796875000 +-0.835937500000 -0.490234375000 -0.886718750000 -0.636718750000 +-0.855468750000 -0.773437500000 -0.753906250000 -0.894531250000 +-0.589843750000 -0.988281250000 -0.382812500000 -1.046875000000 +-0.151367187500 -1.070312500000 0.086425781250 -1.054687500000 +0.312500000000 -0.984375000000 0.511718750000 -0.871093750000 +0.671875000000 -0.718750000000 0.796875000000 -0.539062500000 +0.886718750000 -0.337890625000 0.953125000000 -0.130859375000 +1.000000000000 0.066894531250 1.031250000000 0.244140625000 +1.070312500000 0.394531250000 1.101562500000 0.507812500000 +1.132812500000 0.582031250000 1.171875000000 0.621093750000 +1.187500000000 0.632812500000 1.187500000000 0.628906250000 +1.148437500000 0.613281250000 1.070312500000 0.601562500000 +0.945312500000 0.597656250000 0.777343750000 0.613281250000 +0.570312500000 0.644531250000 0.347656250000 0.691406250000 +0.118652343750 0.746093750000 -0.088378906250 0.804687500000 +-0.250000000000 0.855468750000 -0.355468750000 0.886718750000 +-0.386718750000 0.894531250000 -0.341796875000 0.878906250000 +-0.226562500000 0.839843750000 -0.055175781250 0.785156250000 +0.152343750000 0.718750000000 0.365234375000 0.660156250000 +0.558593750000 0.617187500000 0.710937500000 0.601562500000 +0.792968750000 0.621093750000 0.800781250000 0.671875000000 +0.734375000000 0.750000000000 0.601562500000 0.839843750000 +0.417968750000 0.933593750000 0.208984375000 1.000000000000 +0.000153541565 1.023437500000 -0.182617187500 0.996093750000 +-0.318359375000 0.898437500000 -0.388671875000 0.734375000000 +-0.392578125000 0.511718750000 -0.332031250000 0.247070312500 +-0.219726562500 -0.036132812500 -0.071289062500 -0.310546875000 +0.091796875000 -0.542968750000 0.245117187500 -0.710937500000 +0.371093750000 -0.796875000000 0.453125000000 -0.781250000000 +0.480468750000 -0.675781250000 0.447265625000 -0.488281250000 +0.357421875000 -0.243164062500 0.215820312500 0.035888671875 +0.034179687500 0.316406250000 -0.172851562500 0.562500000000 +-0.394531250000 0.753906250000 -0.613281250000 0.867187500000 +-0.808593750000 0.894531250000 -0.972656250000 0.832031250000 +-1.093750000000 0.691406250000 -1.164062500000 0.488281250000 +-1.164062500000 0.239257812500 -1.109375000000 -0.030029296875 +-0.988281250000 -0.298828125000 -0.816406250000 -0.546875000000 +-0.605468750000 -0.757812500000 -0.373046875000 -0.925781250000 +-0.138671875000 -1.039062500000 0.074707031250 -1.101562500000 +0.243164062500 -1.117187500000 0.351562500000 -1.085937500000 +0.388671875000 -1.023437500000 0.349609375000 -0.937500000000 +0.239257812500 -0.839843750000 0.071777343750 -0.742187500000 +-0.131835937500 -0.652343750000 -0.345703125000 -0.582031250000 +-0.546875000000 -0.546875000000 -0.703125000000 -0.539062500000 +-0.800781250000 -0.570312500000 -0.828125000000 -0.632812500000 +-0.777343750000 -0.718750000000 -0.656250000000 -0.816406250000 +-0.476562500000 -0.910156250000 -0.267578125000 -0.984375000000 +-0.044433593750 -1.015625000000 0.163085937500 -1.000000000000 +0.333984375000 -0.921875000000 0.449218750000 -0.781250000000 +0.500000000000 -0.582031250000 0.482421875000 -0.337890625000 +0.400390625000 -0.067871093750 0.257812500000 0.205078125000 +0.074218750000 0.458984375000 -0.137695312500 0.667968750000 +-0.357421875000 0.812500000000 -0.574218750000 0.882812500000 +-0.765625000000 0.875000000000 -0.929687500000 0.785156250000 +-1.046875000000 0.632812500000 -1.117187500000 0.425781250000 +-1.140625000000 0.187500000000 -1.109375000000 -0.061279296875 +-1.031250000000 -0.304687500000 -0.902343750000 -0.523437500000 +-0.742187500000 -0.707031250000 -0.554687500000 -0.847656250000 +-0.353515625000 -0.949218750000 -0.143554687500 -1.015625000000 +0.059082031250 -1.039062500000 0.244140625000 -1.046875000000 +0.402343750000 -1.039062500000 0.527343750000 -1.023437500000 +0.617187500000 -1.000000000000 0.671875000000 -0.988281250000 +0.695312500000 -0.972656250000 0.687500000000 -0.968750000000 +0.660156250000 -0.964843750000 0.621093750000 -0.968750000000 +0.582031250000 -0.972656250000 0.535156250000 -0.976562500000 +0.500000000000 -0.984375000000 0.476562500000 -0.988281250000 +0.460937500000 -0.988281250000 0.458984375000 -0.988281250000 +0.462890625000 -0.984375000000 0.476562500000 -0.976562500000 +0.492187500000 -0.968750000000 0.507812500000 -0.953125000000 +0.523437500000 -0.941406250000 0.539062500000 -0.933593750000 +0.542968750000 -0.925781250000 0.542968750000 -0.929687500000 +0.539062500000 -0.945312500000 0.527343750000 -0.972656250000 +0.511718750000 -1.015625000000 0.494140625000 -1.062500000000 +0.476562500000 -1.117187500000 0.458984375000 -1.156250000000 +0.449218750000 -1.187500000000 0.449218750000 -1.195312500000 +0.457031250000 -1.164062500000 0.478515625000 -1.093750000000 +0.515625000000 -0.976562500000 0.566406250000 -0.820312500000 +0.625000000000 -0.621093750000 0.695312500000 -0.408203125000 +0.765625000000 -0.186523437500 0.828125000000 0.024047851562 +0.886718750000 0.201171875000 0.929687500000 0.332031250000 +0.953125000000 0.400390625000 0.953125000000 0.400390625000 +0.937500000000 0.333984375000 0.898437500000 0.206054687500 +0.843750000000 0.030273437500 0.777343750000 -0.176757812500 +0.703125000000 -0.394531250000 0.628906250000 -0.601562500000 +0.558593750000 -0.785156250000 0.498046875000 -0.929687500000 +0.449218750000 -1.031250000000 0.416015625000 -1.093750000000 +0.404296875000 -1.125000000000 0.406250000000 -1.125000000000 +0.425781250000 -1.117187500000 0.460937500000 -1.109375000000 +0.503906250000 -1.109375000000 0.558593750000 -1.125000000000 +0.609375000000 -1.156250000000 0.652343750000 -1.187500000000 +0.679687500000 -1.210937500000 0.683593750000 -1.210937500000 +0.656250000000 -1.171875000000 0.597656250000 -1.078125000000 +0.503906250000 -0.925781250000 0.380859375000 -0.718750000000 +0.234375000000 -0.460937500000 0.074218750000 -0.173828125000 +-0.082031250000 0.120605468750 -0.222656250000 0.390625000000 +-0.333984375000 0.609375000000 -0.400390625000 0.753906250000 +-0.417968750000 0.804687500000 -0.380859375000 0.761718750000 +-0.298828125000 0.621093750000 -0.177734375000 0.410156250000 +-0.033935546875 0.144531250000 0.110351562500 -0.137695312500 +0.238281250000 -0.400390625000 0.332031250000 -0.613281250000 +0.378906250000 -0.753906250000 0.371093750000 -0.792968750000 +0.310546875000 -0.738281250000 0.204101562500 -0.585937500000 +0.070312500000 -0.367187500000 -0.077148437500 -0.096191406250 +-0.215820312500 0.193359375000 -0.320312500000 0.466796875000 +-0.382812500000 0.703125000000 -0.380859375000 0.882812500000 +-0.320312500000 0.992187500000 -0.202148437500 1.031250000000 +-0.034179687500 1.015625000000 0.168945312500 0.957031250000 +0.386718750000 0.871093750000 0.605468750000 0.781250000000 +0.800781250000 0.703125000000 0.968750000000 0.648437500000 +1.093750000000 0.617187500000 1.179687500000 0.609375000000 +1.218750000000 0.613281250000 1.218750000000 0.609375000000 +1.187500000000 0.585937500000 1.140625000000 0.527343750000 +1.078125000000 0.423828125000 1.007812500000 0.273437500000 +0.937500000000 0.077636718750 0.871093750000 -0.141601562500 +0.804687500000 -0.365234375000 0.742187500000 -0.570312500000 +0.683593750000 -0.730468750000 0.617187500000 -0.824218750000 +0.546875000000 -0.835937500000 0.472656250000 -0.765625000000 +0.380859375000 -0.609375000000 0.279296875000 -0.384765625000 +0.158203125000 -0.120605468750 0.021484375000 0.154296875000 +-0.131835937500 0.412109375000 -0.298828125000 0.621093750000 +-0.474609375000 0.753906250000 -0.656250000000 0.808593750000 +-0.820312500000 0.769531250000 -0.968750000000 0.652343750000 +-1.085937500000 0.480468750000 -1.148437500000 0.269531250000 +-1.156250000000 0.053710937500 -1.101562500000 -0.136718750000 +-0.976562500000 -0.281250000000 -0.785156250000 -0.363281250000 +-0.546875000000 -0.376953125000 -0.269531250000 -0.322265625000 +0.025024414062 -0.216796875000 0.304687500000 -0.073242187500 +0.550781250000 0.082519531250 0.738281250000 0.228515625000 +0.851562500000 0.343750000000 0.878906250000 0.416015625000 +0.816406250000 0.429687500000 0.664062500000 0.388671875000 +0.443359375000 0.292968750000 0.164062500000 0.154296875000 +-0.147460937500 -0.013610839844 -0.468750000000 -0.197265625000 +-0.773437500000 -0.378906250000 -1.046875000000 -0.542968750000 +-1.265625000000 -0.679687500000 -1.421875000000 -0.777343750000 +-1.500000000000 -0.828125000000 -1.507812500000 -0.828125000000 +-1.437500000000 -0.781250000000 -1.296875000000 -0.687500000000 +-1.101562500000 -0.550781250000 -0.855468750000 -0.382812500000 +-0.578125000000 -0.197265625000 -0.281250000000 -0.009460449219 +0.010681152344 0.166992187500 0.285156250000 0.312500000000 +0.527343750000 0.414062500000 0.722656250000 0.458984375000 +0.859375000000 0.441406250000 0.941406250000 0.361328125000 +0.968750000000 0.224609375000 0.949218750000 0.042724609375 +0.894531250000 -0.166992187500 0.820312500000 -0.380859375000 +0.738281250000 -0.578125000000 0.671875000000 -0.742187500000 +0.632812500000 -0.843750000000 0.617187500000 -0.882812500000 +0.640625000000 -0.851562500000 0.687500000000 -0.750000000000 +0.757812500000 -0.593750000000 0.824218750000 -0.390625000000 +0.882812500000 -0.162109375000 0.910156250000 0.071777343750 +0.902343750000 0.294921875000 0.843750000000 0.496093750000 +0.738281250000 0.664062500000 0.589843750000 0.792968750000 +0.408203125000 0.890625000000 0.208007812500 0.957031250000 +0.010986328125 1.000000000000 -0.173828125000 1.031250000000 +-0.330078125000 1.046875000000 -0.449218750000 1.070312500000 +-0.527343750000 1.085937500000 -0.570312500000 1.101562500000 +-0.585937500000 1.109375000000 -0.582031250000 1.117187500000 +-0.578125000000 1.101562500000 -0.578125000000 1.070312500000 +-0.593750000000 1.007812500000 -0.632812500000 0.921875000000 +-0.695312500000 0.800781250000 -0.769531250000 0.648437500000 +-0.843750000000 0.472656250000 -0.914062500000 0.269531250000 +-0.957031250000 0.047851562500 -0.968750000000 -0.185546875000 +-0.929687500000 -0.419921875000 -0.847656250000 -0.644531250000 +-0.714843750000 -0.847656250000 -0.542968750000 -1.015625000000 +-0.341796875000 -1.140625000000 -0.132812500000 -1.203125000000 +0.068359375000 -1.210937500000 0.244140625000 -1.140625000000 +0.382812500000 -0.996093750000 0.466796875000 -0.792968750000 +0.494140625000 -0.542968750000 0.460937500000 -0.257812500000 +0.369140625000 0.035888671875 0.229492187500 0.314453125000 +0.049804687500 0.554687500000 -0.152343750000 0.734375000000 +-0.371093750000 0.835937500000 -0.582031250000 0.859375000000 +-0.777343750000 0.800781250000 -0.941406250000 0.667968750000 +-1.062500000000 0.484375000000 -1.140625000000 0.269531250000 +-1.164062500000 0.047851562500 -1.132812500000 -0.154296875000 +-1.046875000000 -0.318359375000 -0.902343750000 -0.423828125000 +-0.710937500000 -0.466796875000 -0.482421875000 -0.441406250000 +-0.224609375000 -0.351562500000 0.053710937500 -0.212890625000 +0.335937500000 -0.037841796875 0.609375000000 0.154296875000 +0.863281250000 0.347656250000 1.085937500000 0.523437500000 +1.257812500000 0.667968750000 1.382812500000 0.769531250000 +1.445312500000 0.828125000000 1.445312500000 0.832031250000 +1.382812500000 0.785156250000 1.257812500000 0.695312500000 +1.085937500000 0.566406250000 0.855468750000 0.402343750000 +0.597656250000 0.226562500000 0.312500000000 0.044921875000 +0.027099609375 -0.125976562500 -0.247070312500 -0.271484375000 +-0.498046875000 -0.378906250000 -0.710937500000 -0.441406250000 +-0.875000000000 -0.447265625000 -0.984375000000 -0.396484375000 +-1.039062500000 -0.291015625000 -1.039062500000 -0.137695312500 +-1.000000000000 0.047363281250 -0.921875000000 0.253906250000 +-0.824218750000 0.460937500000 -0.710937500000 0.656250000000 +-0.601562500000 0.820312500000 -0.500000000000 0.953125000000 +-0.419921875000 1.046875000000 -0.365234375000 1.101562500000 +-0.337890625000 1.125000000000 -0.339843750000 1.125000000000 +-0.365234375000 1.109375000000 -0.414062500000 1.101562500000 +-0.472656250000 1.093750000000 -0.539062500000 1.093750000000 +-0.609375000000 1.109375000000 -0.660156250000 1.132812500000 +-0.695312500000 1.156250000000 -0.695312500000 1.156250000000 +-0.667968750000 1.132812500000 -0.597656250000 1.078125000000 +-0.488281250000 0.976562500000 -0.349609375000 0.824218750000 +-0.187500000000 0.628906250000 -0.015197753906 0.396484375000 +0.150390625000 0.133789062500 0.289062500000 -0.134765625000 +0.388671875000 -0.400390625000 0.429687500000 -0.640625000000 +0.408203125000 -0.843750000000 0.322265625000 -1.000000000000 +0.179687500000 -1.093750000000 -0.008850097656 -1.132812500000 +-0.225585937500 -1.117187500000 -0.439453125000 -1.046875000000 +-0.628906250000 -0.929687500000 -0.777343750000 -0.785156250000 +-0.859375000000 -0.617187500000 -0.859375000000 -0.433593750000 +-0.781250000000 -0.253906250000 -0.625000000000 -0.080566406250 +-0.400390625000 0.077148437500 -0.123046875000 0.210937500000 +0.182617187500 0.318359375000 0.492187500000 0.396484375000 +0.785156250000 0.445312500000 1.046875000000 0.466796875000 +1.250000000000 0.470703125000 1.398437500000 0.462890625000 +1.468750000000 0.447265625000 1.468750000000 0.443359375000 +1.406250000000 0.455078125000 1.273437500000 0.492187500000 +1.093750000000 0.550781250000 0.875000000000 0.640625000000 +0.632812500000 0.746093750000 0.386718750000 0.851562500000 +0.148437500000 0.953125000000 -0.062255859375 1.023437500000 +-0.233398437500 1.054687500000 -0.351562500000 1.031250000000 +-0.414062500000 0.933593750000 -0.414062500000 0.773437500000 +-0.361328125000 0.558593750000 -0.263671875000 0.296875000000 +-0.131835937500 0.013549804688 0.016723632812 -0.267578125000 +0.164062500000 -0.519531250000 0.289062500000 -0.714843750000 +0.378906250000 -0.839843750000 0.429687500000 -0.875000000000 +0.427734375000 -0.816406250000 0.373046875000 -0.671875000000 +0.273437500000 -0.451171875000 0.134765625000 -0.171875000000 +-0.027954101562 0.140625000000 -0.205078125000 0.462890625000 +-0.378906250000 0.773437500000 -0.535156250000 1.046875000000 +-0.667968750000 1.265625000000 -0.765625000000 1.421875000000 +-0.812500000000 1.507812500000 -0.812500000000 1.507812500000 +-0.765625000000 1.445312500000 -0.667968750000 1.312500000000 +-0.527343750000 1.117187500000 -0.357421875000 0.886718750000 +-0.168945312500 0.617187500000 0.021606445312 0.332031250000 +0.196289062500 0.041503906250 0.335937500000 -0.236328125000 +0.423828125000 -0.490234375000 0.451171875000 -0.710937500000 +0.408203125000 -0.882812500000 0.296875000000 -1.007812500000 +0.127929687500 -1.078125000000 -0.078613281250 -1.093750000000 +-0.302734375000 -1.062500000000 -0.515625000000 -0.992187500000 +-0.687500000000 -0.894531250000 -0.796875000000 -0.769531250000 +-0.824218750000 -0.636718750000 -0.765625000000 -0.496093750000 +-0.621093750000 -0.357421875000 -0.406250000000 -0.220703125000 +-0.147460937500 -0.084472656250 0.131835937500 0.053955078125 +0.392578125000 0.197265625000 0.609375000000 0.347656250000 +0.753906250000 0.503906250000 0.816406250000 0.664062500000 +0.789062500000 0.820312500000 0.679687500000 0.960937500000 +0.507812500000 1.070312500000 0.298828125000 1.140625000000 +0.083496093750 1.148437500000 -0.112304687500 1.085937500000 +-0.263671875000 0.953125000000 -0.353515625000 0.750000000000 +-0.375000000000 0.498046875000 -0.328125000000 0.205078125000 +-0.226562500000 -0.092773437500 -0.090820312500 -0.371093750000 +0.062500000000 -0.597656250000 0.208007812500 -0.750000000000 +0.328125000000 -0.812500000000 0.402343750000 -0.769531250000 +0.425781250000 -0.636718750000 0.390625000000 -0.423828125000 +0.306640625000 -0.162109375000 0.175781250000 0.118164062500 +0.018554687500 0.378906250000 -0.156250000000 0.593750000000 +-0.333984375000 0.726562500000 -0.498046875000 0.777343750000 +-0.648437500000 0.734375000000 -0.769531250000 0.609375000000 +-0.871093750000 0.429687500000 -0.945312500000 0.222656250000 +-0.996093750000 0.022827148438 -1.031250000000 -0.139648437500 +-1.046875000000 -0.238281250000 -1.046875000000 -0.255859375000 +-1.031250000000 -0.192382812500 -1.000000000000 -0.059570312500 +-0.949218750000 0.125976562500 -0.878906250000 0.333984375000 +-0.781250000000 0.531250000000 -0.664062500000 0.691406250000 +-0.523437500000 0.777343750000 -0.363281250000 0.785156250000 +-0.195312500000 0.703125000000 -0.023803710938 0.539062500000 +0.136718750000 0.310546875000 0.275390625000 0.039306640625 +0.382812500000 -0.244140625000 0.447265625000 -0.515625000000 +0.462890625000 -0.742187500000 0.425781250000 -0.914062500000 +0.335937500000 -1.023437500000 0.199218750000 -1.062500000000 +0.020263671875 -1.039062500000 -0.191406250000 -0.964843750000 +-0.421875000000 -0.863281250000 -0.660156250000 -0.753906250000 +-0.886718750000 -0.644531250000 -1.093750000000 -0.554687500000 +-1.265625000000 -0.492187500000 -1.390625000000 -0.455078125000 +-1.460937500000 -0.439453125000 -1.460937500000 -0.441406250000 +-1.390625000000 -0.449218750000 -1.257812500000 -0.453125000000 +-1.054687500000 -0.443359375000 -0.800781250000 -0.414062500000 +-0.507812500000 -0.359375000000 -0.196289062500 -0.273437500000 +0.110839843750 -0.167968750000 0.390625000000 -0.043457031250 +0.617187500000 0.098632812500 0.781250000000 0.246093750000 +0.863281250000 0.396484375000 0.859375000000 0.535156250000 +0.777343750000 0.664062500000 0.632812500000 0.773437500000 +0.437500000000 0.867187500000 0.218750000000 0.937500000000 +0.003768920898 0.980468750000 -0.180664062500 1.007812500000 +-0.312500000000 1.007812500000 -0.376953125000 0.984375000000 +-0.367187500000 0.945312500000 -0.281250000000 0.890625000000 +-0.129882812500 0.824218750000 0.073242187500 0.750000000000 +0.312500000000 0.675781250000 0.562500000000 0.601562500000 +0.804687500000 0.531250000000 1.023437500000 0.472656250000 +1.195312500000 0.427734375000 1.320312500000 0.392578125000 +1.382812500000 0.375000000000 1.390625000000 0.373046875000 +1.343750000000 0.384765625000 1.242187500000 0.412109375000 +1.093750000000 0.447265625000 0.914062500000 0.492187500000 +0.710937500000 0.550781250000 0.496093750000 0.613281250000 +0.281250000000 0.679687500000 0.076660156250 0.753906250000 +-0.105957031250 0.828125000000 -0.261718750000 0.906250000000 +-0.380859375000 0.980468750000 -0.462890625000 1.054687500000 +-0.515625000000 1.117187500000 -0.539062500000 1.164062500000 +-0.542968750000 1.195312500000 -0.535156250000 1.195312500000 +-0.527343750000 1.171875000000 -0.531250000000 1.117187500000 +-0.550781250000 1.031250000000 -0.589843750000 0.906250000000 +-0.652343750000 0.753906250000 -0.726562500000 0.578125000000 +-0.804687500000 0.386718750000 -0.878906250000 0.188476562500 +-0.937500000000 -0.005401611328 -0.964843750000 -0.188476562500 +-0.953125000000 -0.353515625000 -0.894531250000 -0.496093750000 +-0.796875000000 -0.613281250000 -0.652343750000 -0.710937500000 +-0.472656250000 -0.789062500000 -0.269531250000 -0.859375000000 +-0.055175781250 -0.925781250000 0.159179687500 -0.988281250000 +0.355468750000 -1.062500000000 0.531250000000 -1.132812500000 +0.667968750000 -1.203125000000 0.761718750000 -1.265625000000 +0.808593750000 -1.296875000000 0.804687500000 -1.296875000000 +0.757812500000 -1.250000000000 0.667968750000 -1.140625000000 +0.539062500000 -0.964843750000 0.388671875000 -0.738281250000 +0.221679687500 -0.458984375000 0.051757812500 -0.157226562500 +-0.107910156250 0.146484375000 -0.247070312500 0.421875000000 +-0.351562500000 0.640625000000 -0.416015625000 0.781250000000 +-0.433593750000 0.824218750000 -0.406250000000 0.765625000000 +-0.333984375000 0.613281250000 -0.226562500000 0.388671875000 +-0.095214843750 0.114746093750 0.047607421875 -0.170898437500 +0.188476562500 -0.433593750000 0.308593750000 -0.640625000000 +0.400390625000 -0.761718750000 0.451171875000 -0.789062500000 +0.457031250000 -0.707031250000 0.416015625000 -0.539062500000 +0.322265625000 -0.298828125000 0.190429687500 -0.017700195312 +0.021484375000 0.271484375000 -0.171875000000 0.539062500000 +-0.378906250000 0.742187500000 -0.582031250000 0.875000000000 +-0.777343750000 0.917968750000 -0.945312500000 0.867187500000 +-1.070312500000 0.734375000000 -1.140625000000 0.535156250000 +-1.156250000000 0.292968750000 -1.101562500000 0.028320312500 +-0.992187500000 -0.233398437500 -0.824218750000 -0.474609375000 +-0.617187500000 -0.679687500000 -0.386718750000 -0.843750000000 +-0.156250000000 -0.964843750000 0.052978515625 -1.039062500000 +0.213867187500 -1.085937500000 0.308593750000 -1.093750000000 +0.328125000000 -1.085937500000 0.267578125000 -1.062500000000 +0.134765625000 -1.023437500000 -0.050292968750 -0.976562500000 +-0.265625000000 -0.914062500000 -0.476562500000 -0.839843750000 +-0.652343750000 -0.742187500000 -0.761718750000 -0.632812500000 +-0.792968750000 -0.500000000000 -0.726562500000 -0.349609375000 +-0.570312500000 -0.190429687500 -0.345703125000 -0.029174804688 +-0.077636718750 0.122070312500 0.200195312500 0.251953125000 +0.449218750000 0.349609375000 0.636718750000 0.408203125000 +0.734375000000 0.423828125000 0.730468750000 0.390625000000 +0.625000000000 0.314453125000 0.427734375000 0.204101562500 +0.173828125000 0.074707031250 -0.106445312500 -0.066406250000 +-0.375000000000 -0.197265625000 -0.593750000000 -0.306640625000 +-0.730468750000 -0.384765625000 -0.765625000000 -0.419921875000 +-0.699218750000 -0.408203125000 -0.539062500000 -0.351562500000 +-0.302734375000 -0.255859375000 -0.021118164062 -0.125976562500 +0.267578125000 0.023193359375 0.531250000000 0.182617187500 +0.746093750000 0.341796875000 0.878906250000 0.490234375000 +0.917968750000 0.621093750000 0.871093750000 0.734375000000 +0.734375000000 0.824218750000 0.531250000000 0.894531250000 +0.279296875000 0.953125000000 0.004974365234 1.000000000000 +-0.265625000000 1.031250000000 -0.511718750000 1.062500000000 +-0.710937500000 1.085937500000 -0.855468750000 1.109375000000 +-0.929687500000 1.117187500000 -0.933593750000 1.109375000000 +-0.871093750000 1.085937500000 -0.742187500000 1.046875000000 +-0.558593750000 0.984375000000 -0.337890625000 0.906250000000 +-0.087890625000 0.812500000000 0.166015625000 0.718750000000 +0.406250000000 0.632812500000 0.617187500000 0.562500000000 +0.781250000000 0.523437500000 0.878906250000 0.515625000000 +0.910156250000 0.550781250000 0.867187500000 0.617187500000 +0.761718750000 0.714843750000 0.601562500000 0.824218750000 +0.402343750000 0.929687500000 0.192382812500 1.007812500000 +-0.010131835938 1.039062500000 -0.184570312500 1.015625000000 +-0.308593750000 0.917968750000 -0.373046875000 0.750000000000 +-0.375000000000 0.519531250000 -0.320312500000 0.246093750000 +-0.216796875000 -0.043457031250 -0.078125000000 -0.322265625000 +0.073730468750 -0.558593750000 0.221679687500 -0.722656250000 +0.345703125000 -0.800781250000 0.429687500000 -0.777343750000 +0.466796875000 -0.660156250000 0.445312500000 -0.458984375000 +0.369140625000 -0.201171875000 0.239257812500 0.080078125000 +0.065429687500 0.351562500000 -0.140625000000 0.578125000000 +-0.365234375000 0.738281250000 -0.589843750000 0.808593750000 +-0.804687500000 0.789062500000 -0.988281250000 0.687500000000 +-1.125000000000 0.523437500000 -1.203125000000 0.320312500000 +-1.218750000000 0.107910156250 -1.148437500000 -0.083007812500 +-1.007812500000 -0.225585937500 -0.800781250000 -0.306640625000 +-0.539062500000 -0.320312500000 -0.245117187500 -0.267578125000 +0.058105468750 -0.166992187500 0.343750000000 -0.037597656250 +0.585937500000 0.095214843750 0.757812500000 0.210937500000 +0.847656250000 0.285156250000 0.843750000000 0.308593750000 +0.746093750000 0.277343750000 0.570312500000 0.196289062500 +0.328125000000 0.081054687500 0.045898437500 -0.050781250000 +-0.250000000000 -0.177734375000 -0.527343750000 -0.279296875000 +-0.765625000000 -0.333984375000 -0.945312500000 -0.333984375000 +-1.062500000000 -0.269531250000 -1.101562500000 -0.150390625000 +-1.085937500000 0.016967773438 -1.007812500000 0.214843750000 +-0.890625000000 0.425781250000 -0.757812500000 0.636718750000 +-0.617187500000 0.824218750000 -0.488281250000 0.976562500000 +-0.384765625000 1.085937500000 -0.312500000000 1.156250000000 +-0.275390625000 1.187500000000 -0.275390625000 1.187500000000 +-0.306640625000 1.164062500000 -0.365234375000 1.132812500000 +-0.441406250000 1.093750000000 -0.523437500000 1.062500000000 +-0.605468750000 1.046875000000 -0.671875000000 1.031250000000 +-0.714843750000 1.031250000000 -0.722656250000 1.031250000000 +-0.687500000000 1.015625000000 -0.601562500000 1.000000000000 +-0.468750000000 0.972656250000 -0.292968750000 0.925781250000 +-0.087402343750 0.863281250000 0.139648437500 0.789062500000 +0.367187500000 0.710937500000 0.574218750000 0.640625000000 +0.738281250000 0.582031250000 0.843750000000 0.539062500000 +0.882812500000 0.523437500000 0.851562500000 0.535156250000 +0.750000000000 0.574218750000 0.589843750000 0.632812500000 +0.390625000000 0.707031250000 0.179687500000 0.781250000000 +-0.024047851562 0.851562500000 -0.189453125000 0.902343750000 +-0.302734375000 0.933593750000 -0.345703125000 0.937500000000 +-0.318359375000 0.914062500000 -0.217773437500 0.867187500000 +-0.058837890625 0.804687500000 0.141601562500 0.730468750000 +0.365234375000 0.664062500000 0.589843750000 0.605468750000 +0.796875000000 0.562500000000 0.968750000000 0.539062500000 +1.101562500000 0.531250000000 1.179687500000 0.539062500000 +1.226562500000 0.550781250000 1.234375000000 0.558593750000 +1.210937500000 0.550781250000 1.179687500000 0.515625000000 +1.140625000000 0.447265625000 1.093750000000 0.341796875000 +1.054687500000 0.203125000000 1.007812500000 0.030517578125 +0.957031250000 -0.160156250000 0.878906250000 -0.365234375000 +0.773437500000 -0.566406250000 0.628906250000 -0.750000000000 +0.449218750000 -0.902343750000 0.234375000000 -1.023437500000 +-0.006408691406 -1.093750000000 -0.257812500000 -1.117187500000 +-0.494140625000 -1.085937500000 -0.695312500000 -1.007812500000 +-0.839843750000 -0.890625000000 -0.906250000000 -0.734375000000 +-0.890625000000 -0.554687500000 -0.785156250000 -0.357421875000 +-0.597656250000 -0.157226562500 -0.349609375000 0.030273437500 +-0.063964843750 0.193359375000 0.222656250000 0.324218750000 +0.480468750000 0.408203125000 0.679687500000 0.439453125000 +0.796875000000 0.417968750000 0.816406250000 0.347656250000 +0.738281250000 0.236328125000 0.566406250000 0.097656250000 +0.332031250000 -0.049804687500 0.054687500000 -0.186523437500 +-0.234375000000 -0.296875000000 -0.503906250000 -0.359375000000 +-0.730468750000 -0.365234375000 -0.890625000000 -0.308593750000 +-0.976562500000 -0.196289062500 -1.000000000000 -0.029785156250 +-0.964843750000 0.165039062500 -0.890625000000 0.375000000000 +-0.800781250000 0.574218750000 -0.714843750000 0.742187500000 +-0.656250000000 0.859375000000 -0.628906250000 0.910156250000 +-0.644531250000 0.894531250000 -0.691406250000 0.804687500000 +-0.761718750000 0.656250000000 -0.832031250000 0.455078125000 +-0.890625000000 0.220703125000 -0.917968750000 -0.026855468750 +-0.898437500000 -0.273437500000 -0.824218750000 -0.503906250000 +-0.699218750000 -0.699218750000 -0.527343750000 -0.863281250000 +-0.330078125000 -0.980468750000 -0.125976562500 -1.054687500000 +0.070312500000 -1.085937500000 0.226562500000 -1.085937500000 +0.335937500000 -1.046875000000 0.378906250000 -0.996093750000 +-1.218750000000 0.365234375000 -1.179687500000 0.453125000000 +-1.101562500000 0.494140625000 -1.007812500000 0.484375000000 +-0.886718750000 0.412109375000 -0.750000000000 0.285156250000 +-0.597656250000 0.109863281250 -0.437500000000 -0.099121093750 +-0.275390625000 -0.324218750000 -0.115234375000 -0.542968750000 +0.036865234375 -0.742187500000 0.176757812500 -0.902343750000 +0.308593750000 -1.015625000000 0.423828125000 -1.078125000000 +0.527343750000 -1.085937500000 0.625000000000 -1.046875000000 +0.714843750000 -0.972656250000 0.796875000000 -0.882812500000 +0.875000000000 -0.781250000000 0.957031250000 -0.687500000000 +1.031250000000 -0.609375000000 1.093750000000 -0.554687500000 +1.148437500000 -0.515625000000 1.179687500000 -0.500000000000 +1.187500000000 -0.500000000000 1.156250000000 -0.511718750000 +1.085937500000 -0.523437500000 0.968750000000 -0.527343750000 +0.816406250000 -0.527343750000 0.617187500000 -0.511718750000 +0.382812500000 -0.486328125000 0.124023437500 -0.451171875000 +-0.151367187500 -0.410156250000 -0.429687500000 -0.371093750000 +-0.699218750000 -0.330078125000 -0.949218750000 -0.296875000000 +-1.164062500000 -0.271484375000 -1.335937500000 -0.255859375000 +-1.460937500000 -0.251953125000 -1.523437500000 -0.250000000000 +-1.523437500000 -0.251953125000 -1.453125000000 -0.253906250000 +-1.335937500000 -0.253906250000 -1.156250000000 -0.247070312500 +-0.925781250000 -0.228515625000 -0.660156250000 -0.198242187500 +-0.373046875000 -0.158203125000 -0.071777343750 -0.106445312500 +0.223632812500 -0.042724609375 0.503906250000 0.031982421875 +0.750000000000 0.109375000000 0.957031250000 0.196289062500 +1.109375000000 0.283203125000 1.203125000000 0.373046875000 +1.242187500000 0.464843750000 1.226562500000 0.554687500000 +1.148437500000 0.648437500000 1.023437500000 0.742187500000 +0.863281250000 0.828125000000 0.671875000000 0.914062500000 +0.466796875000 0.996093750000 0.259765625000 1.070312500000 +0.071289062500 1.125000000000 -0.089355468750 1.164062500000 +-0.201171875000 1.179687500000 -0.259765625000 1.171875000000 +-0.253906250000 1.132812500000 -0.187500000000 1.070312500000 +-0.062255859375 0.976562500000 0.112304687500 0.863281250000 +0.312500000000 0.738281250000 0.519531250000 0.617187500000 +0.707031250000 0.503906250000 0.851562500000 0.414062500000 +0.933593750000 0.355468750000 0.933593750000 0.333984375000 +0.855468750000 0.345703125000 0.695312500000 0.390625000000 +0.472656250000 0.451171875000 0.209960937500 0.519531250000 +-0.066406250000 0.578125000000 -0.326171875000 0.601562500000 +-0.539062500000 0.585937500000 -0.691406250000 0.519531250000 +-0.761718750000 0.398437500000 -0.753906250000 0.225585937500 +-0.671875000000 0.013366699219 -0.535156250000 -0.218750000000 +-0.373046875000 -0.453125000000 -0.208007812500 -0.664062500000 +-0.069824218750 -0.828125000000 0.025756835938 -0.933593750000 +0.058349609375 -0.960937500000 0.028686523438 -0.914062500000 +-0.057617187500 -0.792968750000 -0.189453125000 -0.609375000000 +-0.343750000000 -0.378906250000 -0.500000000000 -0.121093750000 +-0.476562500000 -0.150390625000 -0.617187500000 0.117675781250 +-0.722656250000 0.375000000000 -0.781250000000 0.609375000000 +-0.785156250000 0.808593750000 -0.742187500000 0.960937500000 +-0.667968750000 1.070312500000 -0.574218750000 1.140625000000 +-0.480468750000 1.171875000000 -0.410156250000 1.164062500000 +-0.371093750000 1.140625000000 -0.375000000000 1.101562500000 +-0.421875000000 1.054687500000 -0.503906250000 0.992187500000 +-0.605468750000 0.929687500000 -0.707031250000 0.863281250000 +-0.785156250000 0.789062500000 -0.824218750000 0.714843750000 +-0.808593750000 0.636718750000 -0.726562500000 0.554687500000 +-0.578125000000 0.474609375000 -0.375000000000 0.400390625000 +-0.127929687500 0.332031250000 0.139648437500 0.275390625000 +0.408203125000 0.233398437500 0.652343750000 0.211914062500 +0.855468750000 0.208984375000 1.007812500000 0.225585937500 +1.093750000000 0.267578125000 1.125000000000 0.330078125000 +1.093750000000 0.410156250000 1.031250000000 0.511718750000 +0.945312500000 0.621093750000 0.851562500000 0.742187500000 +0.765625000000 0.863281250000 0.699218750000 0.984375000000 +0.652343750000 1.085937500000 0.628906250000 1.171875000000 +0.621093750000 1.218750000000 0.625000000000 1.226562500000 +0.625000000000 1.179687500000 0.609375000000 1.085937500000 +0.578125000000 0.937500000000 0.511718750000 0.738281250000 +0.412109375000 0.500000000000 0.289062500000 0.239257812500 +0.140625000000 -0.026733398438 -0.021850585938 -0.281250000000 +-0.186523437500 -0.500000000000 -0.343750000000 -0.671875000000 +-0.486328125000 -0.773437500000 -0.605468750000 -0.800781250000 +-0.699218750000 -0.757812500000 -0.769531250000 -0.648437500000 +-0.820312500000 -0.476562500000 -0.859375000000 -0.263671875000 +-0.890625000000 -0.029052734375 -0.921875000000 0.208984375000 +-0.960937500000 0.433593750000 -1.007812500000 0.625000000000 +-1.054687500000 0.777343750000 -1.093750000000 0.878906250000 +-1.125000000000 0.929687500000 -1.132812500000 0.933593750000 +-1.101562500000 0.890625000000 -1.023437500000 0.808593750000 +-0.890625000000 0.703125000000 -0.710937500000 0.582031250000 +-0.486328125000 0.458984375000 -0.225585937500 0.341796875000 +0.049804687500 0.244140625000 0.322265625000 0.178710937500 +0.570312500000 0.146484375000 0.773437500000 0.158203125000 +0.921875000000 0.211914062500 0.996093750000 0.304687500000 +1.000000000000 0.429687500000 0.929687500000 0.570312500000 +0.804687500000 0.718750000000 0.632812500000 0.851562500000 +0.433593750000 0.953125000000 0.224609375000 1.007812500000 +0.023559570312 1.000000000000 -0.156250000000 0.937500000000 +-0.306640625000 0.804687500000 -0.427734375000 0.613281250000 +-0.515625000000 0.375000000000 -0.582031250000 0.106933593750 +-0.628906250000 -0.171875000000 -0.667968750000 -0.441406250000 +-0.707031250000 -0.683593750000 -0.746093750000 -0.886718750000 +-0.785156250000 -1.039062500000 -0.820312500000 -1.140625000000 +-0.839843750000 -1.179687500000 -0.843750000000 -1.179687500000 +-0.812500000000 -1.140625000000 -0.746093750000 -1.070312500000 +-0.632812500000 -0.976562500000 -0.480468750000 -0.882812500000 +-0.289062500000 -0.789062500000 -0.074707031250 -0.707031250000 +0.149414062500 -0.644531250000 0.361328125000 -0.609375000000 +0.546875000000 -0.597656250000 0.687500000000 -0.617187500000 +0.765625000000 -0.660156250000 0.781250000000 -0.722656250000 +0.722656250000 -0.796875000000 0.601562500000 -0.875000000000 +0.429687500000 -0.937500000000 0.220703125000 -0.980468750000 +-0.006744384766 -0.980468750000 -0.235351562500 -0.941406250000 +-0.445312500000 -0.847656250000 -0.625000000000 -0.707031250000 +-0.769531250000 -0.523437500000 -0.875000000000 -0.310546875000 +-0.937500000000 -0.085449218750 -0.972656250000 0.126953125000 +-0.980468750000 0.310546875000 -0.980468750000 0.439453125000 +-0.968750000000 0.503906250000 -0.960937500000 0.496093750000 +-0.953125000000 0.417968750000 -0.945312500000 0.273437500000 +-0.929687500000 0.083007812500 -0.902343750000 -0.131835937500 +-0.855468750000 -0.345703125000 -0.777343750000 -0.535156250000 +-0.667968750000 -0.683593750000 -0.519531250000 -0.773437500000 +-0.339843750000 -0.796875000000 -0.129882812500 -0.757812500000 +0.095214843750 -0.660156250000 0.330078125000 -0.519531250000 +0.554687500000 -0.355468750000 0.765625000000 -0.183593750000 +0.945312500000 -0.024780273438 1.093750000000 0.114746093750 +1.195312500000 0.216796875000 1.265625000000 0.283203125000 +1.289062500000 0.318359375000 1.281250000000 0.318359375000 +1.257812500000 0.296875000000 1.203125000000 0.263671875000 +1.148437500000 0.224609375000 1.093750000000 0.186523437500 +1.046875000000 0.154296875000 1.007812500000 0.134765625000 +0.984375000000 0.123535156250 0.984375000000 0.117187500000 +1.000000000000 0.119140625000 1.039062500000 0.119628906250 +1.085937500000 0.122558593750 1.140625000000 0.120117187500 +1.203125000000 0.117675781250 1.257812500000 0.111816406250 +1.296875000000 0.105957031250 1.312500000000 0.103027343750 +1.281250000000 0.104980468750 1.218750000000 0.117187500000 +1.101562500000 0.137695312500 0.941406250000 0.168945312500 +0.738281250000 0.213867187500 0.503906250000 0.267578125000 +0.247070312500 0.333984375000 -0.015747070312 0.406250000000 +-0.269531250000 0.484375000000 -0.498046875000 0.562500000000 +-0.687500000000 0.640625000000 -0.832031250000 0.710937500000 +-0.933593750000 0.773437500000 -0.988281250000 0.816406250000 +-1.007812500000 0.843750000000 -1.000000000000 0.847656250000 +-0.988281250000 0.820312500000 -0.976562500000 0.773437500000 +-0.968750000000 0.699218750000 -0.984375000000 0.601562500000 +-1.015625000000 0.488281250000 -1.062500000000 0.367187500000 +-1.109375000000 0.244140625000 -1.140625000000 0.125976562500 +-1.148437500000 0.026245117188 -1.117187500000 -0.048339843750 +-1.039062500000 -0.090332031250 -0.914062500000 -0.098632812500 +-0.738281250000 -0.067382812500 -0.523437500000 0.000061511993 +-0.287109375000 0.104980468750 -0.046142578125 0.244140625000 +0.178710937500 0.406250000000 0.369140625000 0.585937500000 +0.511718750000 0.777343750000 0.593750000000 0.960937500000 +0.617187500000 1.132812500000 0.582031250000 1.265625000000 +0.500000000000 1.359375000000 0.388671875000 1.398437500000 +0.259765625000 1.375000000000 0.136718750000 1.281250000000 +0.031738281250 1.117187500000 -0.046630859375 0.882812500000 +-0.090820312500 0.605468750000 -0.100585937500 0.289062500000 +-0.083984375000 -0.031494140625 -0.048583984375 -0.335937500000 +-0.005371093750 -0.601562500000 0.033691406250 -0.800781250000 +0.055908203125 -0.917968750000 0.053222656250 -0.941406250000 +0.023193359375 -0.875000000000 -0.044921875000 -0.730468750000 +-0.145507812500 -0.519531250000 -0.273437500000 -0.267578125000 +-0.425781250000 -0.005340576172 -0.593750000000 0.245117187500 +-0.769531250000 0.457031250000 -0.941406250000 0.609375000000 +-1.093750000000 0.703125000000 -1.218750000000 0.718750000000 +-1.312500000000 0.671875000000 -1.351562500000 0.566406250000 +-1.335937500000 0.421875000000 -1.257812500000 0.250000000000 +-1.117187500000 0.072265625000 -0.921875000000 -0.101562500000 +-0.683593750000 -0.259765625000 -0.412109375000 -0.394531250000 +-0.130859375000 -0.503906250000 0.143554687500 -0.582031250000 +0.384765625000 -0.640625000000 0.578125000000 -0.683593750000 +0.703125000000 -0.710937500000 0.757812500000 -0.722656250000 +0.734375000000 -0.734375000000 0.632812500000 -0.746093750000 +0.468750000000 -0.757812500000 0.253906250000 -0.773437500000 +0.005737304688 -0.796875000000 -0.255859375000 -0.824218750000 +-0.507812500000 -0.859375000000 -0.738281250000 -0.894531250000 +-0.925781250000 -0.929687500000 -1.054687500000 -0.964843750000 +-1.132812500000 -0.980468750000 -1.140625000000 -0.984375000000 +-1.085937500000 -0.960937500000 -0.972656250000 -0.910156250000 +-0.808593750000 -0.832031250000 -0.601562500000 -0.718750000000 +-0.363281250000 -0.589843750000 -0.103515625000 -0.445312500000 +0.160156250000 -0.300781250000 0.412109375000 -0.168945312500 +0.644531250000 -0.067382812500 0.847656250000 -0.005279541016 +1.000000000000 0.007812500000 1.101562500000 -0.031250000000 +1.148437500000 -0.120605468750 1.132812500000 -0.250000000000 +1.054687500000 -0.406250000000 0.917968750000 -0.574218750000 +0.722656250000 -0.730468750000 0.486328125000 -0.867187500000 +0.214843750000 -0.957031250000 -0.072753906250 -1.000000000000 +-0.361328125000 -0.988281250000 -0.632812500000 -0.925781250000 +-0.859375000000 -0.824218750000 -1.031250000000 -0.687500000000 +-1.125000000000 -0.535156250000 -1.132812500000 -0.382812500000 +-1.046875000000 -0.245117187500 -0.871093750000 -0.130859375000 +-0.628906250000 -0.042236328125 -0.332031250000 0.017211914062 +-0.012634277344 0.052246093750 0.296875000000 0.073730468750 +0.562500000000 0.088378906250 0.761718750000 0.107421875000 +0.863281250000 0.138671875000 0.871093750000 0.187500000000 +0.773437500000 0.255859375000 0.593750000000 0.337890625000 +0.349609375000 0.425781250000 0.077636718750 0.507812500000 +-0.187500000000 0.582031250000 -0.410156250000 0.625000000000 +-0.562500000000 0.640625000000 -0.625000000000 0.625000000000 +-0.589843750000 0.574218750000 -0.460937500000 0.498046875000 +-0.253906250000 0.408203125000 0.005706787109 0.318359375000 +0.287109375000 0.240234375000 0.566406250000 0.185546875000 +0.808593750000 0.166992187500 1.000000000000 0.185546875000 +1.125000000000 0.241210937500 1.187500000000 0.328125000000 +1.187500000000 0.433593750000 1.140625000000 0.542968750000 +1.062500000000 0.640625000000 0.972656250000 0.710937500000 +0.886718750000 0.738281250000 0.824218750000 0.718750000000 +0.781250000000 0.644531250000 0.761718750000 0.519531250000 +0.765625000000 0.345703125000 0.773437500000 0.136718750000 +0.781250000000 -0.093261718750 0.781250000000 -0.332031250000 +0.761718750000 -0.562500000000 0.710937500000 -0.777343750000 +0.640625000000 -0.957031250000 0.546875000000 -1.101562500000 +0.443359375000 -1.195312500000 0.335937500000 -1.250000000000 +0.241210937500 -1.257812500000 0.166015625000 -1.226562500000 +0.122070312500 -1.156250000000 0.116210937500 -1.046875000000 +0.152343750000 -0.917968750000 0.228515625000 -0.769531250000 +0.341796875000 -0.609375000000 0.486328125000 -0.449218750000 +0.648437500000 -0.294921875000 0.824218750000 -0.150390625000 +0.996093750000 -0.024902343750 1.156250000000 0.077148437500 +1.289062500000 0.154296875000 1.390625000000 0.203125000000 +1.453125000000 0.224609375000 1.460937500000 0.220703125000 +1.421875000000 0.190429687500 1.320312500000 0.142578125000 +1.171875000000 0.082519531250 0.972656250000 0.015075683594 +0.734375000000 -0.053466796875 0.460937500000 -0.111328125000 +0.166015625000 -0.152343750000 -0.134765625000 -0.170898437500 +-0.433593750000 -0.160156250000 -0.714843750000 -0.116210937500 +-0.960937500000 -0.039550781250 -1.164062500000 0.064453125000 +-1.320312500000 0.190429687500 -1.414062500000 0.326171875000 +-1.445312500000 0.458984375000 -1.398437500000 0.574218750000 +-1.289062500000 0.656250000000 -1.125000000000 0.691406250000 +-0.898437500000 0.671875000000 -0.632812500000 0.597656250000 +-0.345703125000 0.470703125000 -0.056884765625 0.300781250000 +0.212890625000 0.104003906250 0.441406250000 -0.101074218750 +0.605468750000 -0.294921875000 0.695312500000 -0.455078125000 +0.699218750000 -0.574218750000 0.613281250000 -0.632812500000 +0.451171875000 -0.636718750000 0.225585937500 -0.593750000000 +-0.038085937500 -0.511718750000 -0.308593750000 -0.414062500000 +-0.558593750000 -0.314453125000 -0.761718750000 -0.238281250000 +-0.886718750000 -0.195312500000 -0.929687500000 -0.195312500000 +-0.878906250000 -0.240234375000 -0.742187500000 -0.318359375000 +-0.535156250000 -0.419921875000 -0.277343750000 -0.519531250000 +0.002044677734 -0.597656250000 0.277343750000 -0.636718750000 +0.523437500000 -0.617187500000 0.730468750000 -0.539062500000 +0.878906250000 -0.400390625000 0.968750000000 -0.213867187500 +1.007812500000 -0.000598907471 1.000000000000 0.210937500000 +0.972656250000 0.398437500000 0.929687500000 0.531250000000 +0.890625000000 0.597656250000 0.863281250000 0.582031250000 +0.847656250000 0.488281250000 0.851562500000 0.330078125000 +0.859375000000 0.128906250000 0.863281250000 -0.087890625000 +0.855468750000 -0.287109375000 0.828125000000 -0.441406250000 +0.765625000000 -0.527343750000 0.664062500000 -0.531250000000 +0.527343750000 -0.455078125000 0.355468750000 -0.308593750000 +0.156250000000 -0.115234375000 -0.056152343750 0.092285156250 +-0.267578125000 0.287109375000 -0.472656250000 0.437500000000 +-0.652343750000 0.519531250000 -0.804687500000 0.515625000000 +-0.914062500000 0.431640625000 -0.988281250000 0.277343750000 +-1.023437500000 0.076171875000 -1.015625000000 -0.137695312500 +-0.984375000000 -0.332031250000 -0.925781250000 -0.476562500000 +-0.847656250000 -0.542968750000 -0.757812500000 -0.515625000000 +-0.660156250000 -0.402343750000 -0.558593750000 -0.210937500000 +-0.451171875000 0.032226562500 -0.343750000000 0.296875000000 +-0.236328125000 0.539062500000 -0.129882812500 0.734375000000 +-0.023437500000 0.847656250000 0.071777343750 0.859375000000 +0.157226562500 0.773437500000 0.220703125000 0.589843750000 +0.257812500000 0.332031250000 0.259765625000 0.030883789062 +0.218750000000 -0.283203125000 0.132812500000 -0.574218750000 +0.003387451172 -0.816406250000 -0.164062500000 -0.984375000000 +-0.359375000000 -1.070312500000 -0.562500000000 -1.062500000000 +-0.757812500000 -0.976562500000 -0.914062500000 -0.828125000000 +-1.015625000000 -0.632812500000 -1.054687500000 -0.419921875000 +-1.007812500000 -0.204101562500 -0.875000000000 -0.008300781250 +-0.667968750000 0.149414062500 -0.402343750000 0.259765625000 +-0.100097656250 0.320312500000 0.208007812500 0.326171875000 +0.492187500000 0.281250000000 0.722656250000 0.192382812500 +0.878906250000 0.069824218750 0.937500000000 -0.078125000000 +0.902343750000 -0.235351562500 0.777343750000 -0.392578125000 +0.574218750000 -0.535156250000 0.318359375000 -0.652343750000 +0.034423828125 -0.726562500000 -0.250000000000 -0.757812500000 +-0.511718750000 -0.738281250000 -0.730468750000 -0.664062500000 +-0.890625000000 -0.542968750000 -0.996093750000 -0.376953125000 +-1.039062500000 -0.180664062500 -1.039062500000 0.032958984375 +-1.007812500000 0.246093750000 -0.949218750000 0.449218750000 +-0.886718750000 0.625000000000 -0.832031250000 0.765625000000 +-0.785156250000 0.863281250000 -0.757812500000 0.925781250000 +-0.742187500000 0.949218750000 -0.738281250000 0.945312500000 +-0.746093750000 0.921875000000 -0.753906250000 0.886718750000 +-0.753906250000 0.859375000000 -0.742187500000 0.835937500000 +-0.710937500000 0.824218750000 -0.656250000000 0.835937500000 +-0.582031250000 0.859375000000 -0.478515625000 0.902343750000 +-0.351562500000 0.953125000000 -0.201171875000 1.015625000000 +-0.030639648438 1.070312500000 0.150390625000 1.117187500000 +0.332031250000 1.148437500000 0.503906250000 1.164062500000 +0.648437500000 1.156250000000 0.757812500000 1.117187500000 +0.812500000000 1.046875000000 0.812500000000 0.945312500000 +0.742187500000 0.816406250000 0.617187500000 0.660156250000 +0.435546875000 0.476562500000 0.218750000000 0.279296875000 +-0.013427734375 0.075195312500 -0.237304687500 -0.127929687500 +-0.427734375000 -0.322265625000 -0.566406250000 -0.498046875000 +-0.628906250000 -0.648437500000 -0.617187500000 -0.769531250000 +-0.531250000000 -0.859375000000 -0.376953125000 -0.917968750000 +-0.176757812500 -0.941406250000 0.041748046875 -0.945312500000 +0.253906250000 -0.921875000000 0.431640625000 -0.890625000000 +0.554687500000 -0.843750000000 0.605468750000 -0.800781250000 +0.578125000000 -0.757812500000 0.474609375000 -0.726562500000 +0.310546875000 -0.699218750000 0.100585937500 -0.695312500000 +-0.130859375000 -0.699218750000 -0.359375000000 -0.718750000000 +-0.570312500000 -0.753906250000 -0.738281250000 -0.792968750000 +-0.867187500000 -0.835937500000 -0.945312500000 -0.871093750000 +-0.980468750000 -0.898437500000 -0.984375000000 -0.906250000000 +-0.968750000000 -0.890625000000 -0.945312500000 -0.847656250000 +-0.921875000000 -0.769531250000 -0.914062500000 -0.656250000000 +-0.914062500000 -0.511718750000 -0.921875000000 -0.337890625000 +-0.925781250000 -0.139648437500 -0.921875000000 0.071289062500 +-0.886718750000 0.289062500000 -0.820312500000 0.503906250000 +-0.710937500000 0.699218750000 -0.558593750000 0.875000000000 +-0.367187500000 1.015625000000 -0.151367187500 1.109375000000 +0.074707031250 1.156250000000 0.291015625000 1.148437500000 +0.474609375000 1.085937500000 0.609375000000 0.964843750000 +0.683593750000 0.792968750000 0.683593750000 0.582031250000 +0.609375000000 0.339843750000 0.472656250000 0.088867187500 +0.281250000000 -0.150390625000 0.059814453125 -0.357421875000 +-0.174804687500 -0.515625000000 -0.402343750000 -0.605468750000 +-0.601562500000 -0.621093750000 -0.765625000000 -0.558593750000 +-0.878906250000 -0.425781250000 -0.945312500000 -0.241210937500 +-0.968750000000 -0.023437500000 -0.960937500000 0.196289062500 +-0.929687500000 0.390625000000 -0.886718750000 0.539062500000 +-0.851562500000 0.613281250000 -0.824218750000 0.613281250000 +-0.812500000000 0.531250000000 -0.816406250000 0.378906250000 +-0.824218750000 0.182617187500 -0.832031250000 -0.036376953125 +-0.832031250000 -0.245117187500 -0.812500000000 -0.414062500000 +-0.765625000000 -0.519531250000 -0.687500000000 -0.542968750000 +-0.585937500000 -0.488281250000 -0.466796875000 -0.347656250000 +-0.339843750000 -0.145507812500 -0.221679687500 0.101074218750 +-0.124511718750 0.363281250000 -0.061035156250 0.617187500000 +-0.041503906250 0.839843750000 -0.066894531250 1.015625000000 +-0.135742187500 1.125000000000 -0.236328125000 1.179687500000 +-0.351562500000 1.187500000000 -0.468750000000 1.148437500000 +-0.558593750000 1.093750000000 -0.613281250000 1.031250000000 +-0.613281250000 0.984375000000 -0.554687500000 0.949218750000 +-0.437500000000 0.933593750000 -0.271484375000 0.929687500000 +-0.072753906250 0.929687500000 0.141601562500 0.917968750000 +0.343750000000 0.878906250000 0.519531250000 0.800781250000 +0.648437500000 0.671875000000 0.718750000000 0.498046875000 +0.726562500000 0.273437500000 0.679687500000 0.019287109375 +0.578125000000 -0.244140625000 0.449218750000 -0.494140625000 +0.306640625000 -0.707031250000 0.169921875000 -0.859375000000 +0.057128906250 -0.937500000000 -0.018310546875 -0.929687500000 +-0.046875000000 -0.832031250000 -0.023559570312 -0.667968750000 +0.051269531250 -0.445312500000 0.173828125000 -0.191406250000 +0.335937500000 0.066894531250 0.523437500000 0.298828125000 +0.726562500000 0.490234375000 0.929687500000 0.621093750000 +1.109375000000 0.683593750000 1.265625000000 0.679687500000 +1.367187500000 0.613281250000 1.414062500000 0.503906250000 +1.390625000000 0.365234375000 1.289062500000 0.219726562500 +1.117187500000 0.082519531250 0.878906250000 -0.032226562500 +0.589843750000 -0.113769531250 0.267578125000 -0.157226562500 +-0.061035156250 -0.167968750000 -0.371093750000 -0.146484375000 +-0.632812500000 -0.102539062500 -0.824218750000 -0.044921875000 +-0.925781250000 0.014526367188 -0.929687500000 0.068359375000 +-0.832031250000 0.109863281250 -0.648437500000 0.131835937500 +-0.392578125000 0.134765625000 -0.087402343750 0.116699218750 +0.234375000000 0.079101562500 0.546875000000 0.025146484375 +0.824218750000 -0.044677734375 1.046875000000 -0.127929687500 +1.203125000000 -0.219726562500 1.289062500000 -0.318359375000 +1.296875000000 -0.417968750000 1.250000000000 -0.519531250000 +1.148437500000 -0.617187500000 1.023437500000 -0.707031250000 +0.871093750000 -0.789062500000 0.718750000000 -0.859375000000 +0.570312500000 -0.921875000000 0.433593750000 -0.972656250000 +0.312500000000 -1.015625000000 0.201171875000 -1.046875000000 +0.103515625000 -1.078125000000 0.009948730469 -1.101562500000 +-0.075195312500 -1.125000000000 -0.162109375000 -1.140625000000 +-0.250000000000 -1.156250000000 -0.343750000000 -1.148437500000 +-0.439453125000 -1.125000000000 -0.539062500000 -1.078125000000 +-0.636718750000 -0.996093750000 -0.738281250000 -0.878906250000 +-0.832031250000 -0.722656250000 -0.914062500000 -0.531250000000 +-0.984375000000 -0.312500000000 -1.031250000000 -0.082519531250 +-1.046875000000 0.146484375000 -1.031250000000 0.355468750000 +-0.976562500000 0.531250000000 -0.878906250000 0.656250000000 +-0.734375000000 0.722656250000 -0.550781250000 0.722656250000 +-0.335937500000 0.667968750000 -0.094238281250 0.566406250000 +0.158203125000 0.433593750000 0.404296875000 0.294921875000 +0.632812500000 0.168945312500 0.832031250000 0.077636718750 +0.984375000000 0.036132812500 1.078125000000 0.052978515625 +1.125000000000 0.126953125000 1.101562500000 0.251953125000 +1.023437500000 0.410156250000 0.886718750000 0.582031250000 +0.703125000000 0.742187500000 0.486328125000 0.871093750000 +0.246093750000 0.949218750000 -0.001602172852 0.960937500000 +-0.246093750000 0.898437500000 -0.468750000000 0.769531250000 +-0.656250000000 0.578125000000 -0.792968750000 0.337890625000 +-0.871093750000 0.066894531250 -0.882812500000 -0.212890625000 +-0.824218750000 -0.486328125000 -0.707031250000 -0.730468750000 +-0.531250000000 -0.933593750000 -0.322265625000 -1.085937500000 +-0.095214843750 -1.171875000000 0.122558593750 -1.203125000000 +0.310546875000 -1.171875000000 0.449218750000 -1.085937500000 +0.519531250000 -0.949218750000 0.519531250000 -0.769531250000 +0.451171875000 -0.554687500000 0.318359375000 -0.320312500000 +0.146484375000 -0.077148437500 -0.047119140625 0.162109375000 +-0.237304687500 0.382812500000 -0.394531250000 0.582031250000 +-0.500000000000 0.746093750000 -0.542968750000 0.867187500000 +-0.511718750000 0.945312500000 -0.408203125000 0.984375000000 +-0.246093750000 0.984375000000 -0.035888671875 0.949218750000 +0.198242187500 0.898437500000 0.439453125000 0.832031250000 +0.664062500000 0.761718750000 0.859375000000 0.695312500000 +1.007812500000 0.640625000000 1.109375000000 0.597656250000 +1.164062500000 0.578125000000 1.164062500000 0.570312500000 +1.132812500000 0.578125000000 1.054687500000 0.597656250000 +0.964843750000 0.625000000000 0.851562500000 0.660156250000 +0.734375000000 0.699218750000 0.617187500000 0.750000000000 +0.507812500000 0.800781250000 0.402343750000 0.863281250000 +0.314453125000 0.929687500000 0.239257812500 1.007812500000 +0.176757812500 1.085937500000 0.131835937500 1.171875000000 +0.100097656250 1.250000000000 0.085449218750 1.312500000000 +0.082031250000 1.351562500000 0.088867187500 1.359375000000 +0.102050781250 1.328125000000 0.116699218750 1.250000000000 +0.132812500000 1.125000000000 0.144531250000 0.941406250000 +0.150390625000 0.718750000000 0.143554687500 0.453125000000 +0.123046875000 0.166992187500 0.087890625000 -0.132812500000 +0.035888671875 -0.427734375000 -0.032226562500 -0.703125000000 +-0.116699218750 -0.941406250000 -0.209960937500 -1.132812500000 +-0.314453125000 -1.273437500000 -0.421875000000 -1.351562500000 +-0.527343750000 -1.359375000000 -0.625000000000 -1.296875000000 +-0.710937500000 -1.171875000000 -0.781250000000 -0.992187500000 +-0.828125000000 -0.765625000000 -0.855468750000 -0.503906250000 +-0.863281250000 -0.226562500000 -0.851562500000 0.048828125000 +-0.828125000000 0.306640625000 -0.792968750000 0.523437500000 +-0.757812500000 0.683593750000 -0.726562500000 0.773437500000 +-0.707031250000 0.789062500000 -0.699218750000 0.730468750000 +-0.707031250000 0.601562500000 -0.722656250000 0.421875000000 +-0.750000000000 0.207031250000 -0.777343750000 -0.011718750000 +-0.804687500000 -0.215820312500 -0.828125000000 -0.376953125000 +-0.839843750000 -0.480468750000 -0.835937500000 -0.511718750000 +-0.820312500000 -0.464843750000 -0.789062500000 -0.347656250000 +-0.757812500000 -0.174804687500 -0.726562500000 0.039794921875 +-0.699218750000 0.269531250000 -0.687500000000 0.494140625000 +-0.691406250000 0.691406250000 -0.714843750000 0.839843750000 +-0.753906250000 0.929687500000 -0.808593750000 0.960937500000 +-0.867187500000 0.929687500000 -0.933593750000 0.835937500000 +-0.988281250000 0.703125000000 -1.031250000000 0.527343750000 +-1.046875000000 0.335937500000 -1.039062500000 0.132812500000 +-0.996093750000 -0.072265625000 -0.925781250000 -0.271484375000 +-0.832031250000 -0.458984375000 -0.710937500000 -0.632812500000 +-0.578125000000 -0.792968750000 -0.431640625000 -0.941406250000 +-0.283203125000 -1.062500000000 -0.136718750000 -1.171875000000 +0.002090454102 -1.257812500000 0.130859375000 -1.304687500000 +0.249023437500 -1.320312500000 0.357421875000 -1.296875000000 +0.455078125000 -1.218750000000 0.542968750000 -1.093750000000 +0.621093750000 -0.929687500000 0.695312500000 -0.722656250000 +0.757812500000 -0.486328125000 0.808593750000 -0.237304687500 +0.851562500000 0.002670288086 0.882812500000 0.215820312500 +0.898437500000 0.382812500000 0.898437500000 0.488281250000 +0.882812500000 0.523437500000 0.851562500000 0.480468750000 +0.812500000000 0.369140625000 0.765625000000 0.199218750000 +0.722656250000 -0.005523681641 0.687500000000 -0.225585937500 +0.664062500000 -0.431640625000 0.664062500000 -0.605468750000 +0.679687500000 -0.718750000000 0.722656250000 -0.765625000000 +0.777343750000 -0.734375000000 0.839843750000 -0.636718750000 +0.898437500000 -0.472656250000 0.941406250000 -0.267578125000 +0.957031250000 -0.041503906250 0.929687500000 0.188476562500 +0.855468750000 0.400390625000 0.734375000000 0.582031250000 +0.574218750000 0.726562500000 0.376953125000 0.828125000000 +0.167968750000 0.890625000000 -0.039550781250 0.933593750000 +-0.225585937500 0.953125000000 -0.369140625000 0.972656250000 +-0.460937500000 0.996093750000 -0.494140625000 1.031250000000 +-0.466796875000 1.070312500000 -0.392578125000 1.117187500000 +-0.287109375000 1.164062500000 -0.170898437500 1.187500000000 +-0.062988281250 1.179687500000 0.014099121094 1.140625000000 +0.045166015625 1.046875000000 0.020751953125 0.906250000000 +-0.056884765625 0.722656250000 -0.178710937500 0.507812500000 +-0.330078125000 0.269531250000 -0.486328125000 0.035156250000 +-0.625000000000 -0.180664062500 -0.722656250000 -0.355468750000 +-0.761718750000 -0.478515625000 -0.730468750000 -0.539062500000 +-0.628906250000 -0.531250000000 -0.462890625000 -0.460937500000 +-0.244140625000 -0.333984375000 0.004516601562 -0.166015625000 +0.261718750000 0.030273437500 0.498046875000 0.236328125000 +0.703125000000 0.437500000000 0.847656250000 0.625000000000 +0.933593750000 0.781250000000 0.953125000000 0.910156250000 +0.914062500000 1.000000000000 0.820312500000 1.062500000000 +0.695312500000 1.101562500000 0.542968750000 1.117187500000 +0.384765625000 1.117187500000 0.225585937500 1.101562500000 +0.077636718750 1.085937500000 -0.058349609375 1.062500000000 +-0.181640625000 1.046875000000 -0.291015625000 1.023437500000 +-0.402343750000 1.000000000000 -0.507812500000 0.976562500000 +-0.617187500000 0.949218750000 -0.726562500000 0.917968750000 +-0.835937500000 0.875000000000 -0.937500000000 0.824218750000 +-1.031250000000 0.753906250000 -1.093750000000 0.667968750000 +-1.125000000000 0.554687500000 -1.117187500000 0.417968750000 +-1.070312500000 0.257812500000 -0.968750000000 0.078613281250 +-0.824218750000 -0.112304687500 -0.640625000000 -0.304687500000 +-0.429687500000 -0.488281250000 -0.203125000000 -0.644531250000 +0.026489257812 -0.765625000000 0.250000000000 -0.839843750000 +0.451171875000 -0.855468750000 0.625000000000 -0.812500000000 +0.765625000000 -0.710937500000 0.871093750000 -0.562500000000 +0.941406250000 -0.375000000000 0.976562500000 -0.165039062500 +0.988281250000 0.047607421875 0.980468750000 0.249023437500 +0.960937500000 0.423828125000 0.937500000000 0.562500000000 +0.910156250000 0.664062500000 0.890625000000 0.722656250000 +0.875000000000 0.746093750000 0.871093750000 0.746093750000 +0.882812500000 0.730468750000 0.898437500000 0.707031250000 +0.925781250000 0.687500000000 0.960937500000 0.679687500000 +0.996093750000 0.679687500000 1.031250000000 0.691406250000 +1.054687500000 0.703125000000 1.054687500000 0.707031250000 +1.039062500000 0.695312500000 1.000000000000 0.656250000000 +0.925781250000 0.582031250000 0.828125000000 0.474609375000 +0.703125000000 0.328125000000 0.558593750000 0.148437500000 +0.404296875000 -0.059082031250 0.249023437500 -0.283203125000 +0.101562500000 -0.515625000000 -0.026977539062 -0.746093750000 +-0.129882812500 -0.957031250000 -0.203125000000 -1.140625000000 +-0.248046875000 -1.289062500000 -0.267578125000 -1.390625000000 +-0.269531250000 -1.445312500000 -0.263671875000 -1.445312500000 +-0.261718750000 -1.382812500000 -0.269531250000 -1.281250000000 +-0.294921875000 -1.117187500000 -0.345703125000 -0.925781250000 +-0.417968750000 -0.707031250000 -0.515625000000 -0.480468750000 +-0.625000000000 -0.267578125000 -0.734375000000 -0.081542968750 +-0.843750000000 0.056152343750 -0.937500000000 0.131835937500 +-1.000000000000 0.137695312500 -1.031250000000 0.078125000000 +-1.031250000000 -0.045410156250 -0.988281250000 -0.213867187500 +0.355468750000 0.828125000000 0.464843750000 0.710937500000 +0.519531250000 0.515625000000 0.519531250000 0.257812500000 +0.466796875000 -0.033935546875 0.375000000000 -0.324218750000 +0.261718750000 -0.578125000000 0.130859375000 -0.761718750000 +0.002609252930 -0.855468750000 -0.112792968750 -0.843750000000 +-0.200195312500 -0.730468750000 -0.255859375000 -0.523437500000 +-0.273437500000 -0.253906250000 -0.248046875000 0.048828125000 +-0.184570312500 0.347656250000 -0.084472656250 0.605468750000 +0.047607421875 0.792968750000 0.202148437500 0.898437500000 +0.367187500000 0.910156250000 0.539062500000 0.839843750000 +0.699218750000 0.707031250000 0.835937500000 0.542968750000 +0.945312500000 0.371093750000 1.015625000000 0.230468750000 +1.039062500000 0.138671875000 1.015625000000 0.113769531250 +0.953125000000 0.160156250000 0.851562500000 0.265625000000 +0.722656250000 0.417968750000 0.578125000000 0.585937500000 +0.439453125000 0.742187500000 0.310546875000 0.859375000000 +0.208984375000 0.921875000000 0.142578125000 0.902343750000 +0.115722656250 0.808593750000 0.129882812500 0.636718750000 +0.178710937500 0.408203125000 0.259765625000 0.139648437500 +0.363281250000 -0.142578125000 0.480468750000 -0.410156250000 +0.597656250000 -0.644531250000 0.710937500000 -0.824218750000 +0.812500000000 -0.937500000000 0.902343750000 -0.976562500000 +0.972656250000 -0.937500000000 1.031250000000 -0.832031250000 +1.070312500000 -0.671875000000 1.101562500000 -0.462890625000 +1.125000000000 -0.225585937500 1.132812500000 0.021240234375 +1.132812500000 0.261718750000 1.125000000000 0.476562500000 +1.101562500000 0.648437500000 1.070312500000 0.765625000000 +1.023437500000 0.812500000000 0.957031250000 0.785156250000 +0.878906250000 0.683593750000 0.781250000000 0.511718750000 +0.667968750000 0.285156250000 0.546875000000 0.023681640625 +0.417968750000 -0.251953125000 0.291015625000 -0.507812500000 +0.165039062500 -0.726562500000 0.049804687500 -0.875000000000 +-0.053955078125 -0.937500000000 -0.137695312500 -0.910156250000 +-0.196289062500 -0.789062500000 -0.228515625000 -0.585937500000 +-0.231445312500 -0.320312500000 -0.203125000000 -0.019165039062 +-0.142578125000 0.291015625000 -0.053710937500 0.582031250000 +0.060546875000 0.828125000000 0.195312500000 1.007812500000 +0.337890625000 1.125000000000 0.484375000000 1.171875000000 +0.617187500000 1.164062500000 0.726562500000 1.109375000000 +0.796875000000 1.031250000000 0.828125000000 0.957031250000 +0.808593750000 0.890625000000 0.738281250000 0.851562500000 +0.613281250000 0.835937500000 0.453125000000 0.847656250000 +0.259765625000 0.867187500000 0.049560546875 0.882812500000 +-0.168945312500 0.878906250000 -0.375000000000 0.839843750000 +-0.562500000000 0.750000000000 -0.714843750000 0.617187500000 +-0.832031250000 0.433593750000 -0.914062500000 0.219726562500 +-0.957031250000 -0.002502441406 -0.972656250000 -0.213867187500 +-0.964843750000 -0.390625000000 -0.941406250000 -0.507812500000 +-0.910156250000 -0.554687500000 -0.878906250000 -0.523437500000 +-0.847656250000 -0.416015625000 -0.824218750000 -0.248046875000 +-0.804687500000 -0.039062500000 -0.789062500000 0.183593750000 +-0.765625000000 0.392578125000 -0.742187500000 0.562500000000 +-0.707031250000 0.664062500000 -0.660156250000 0.691406250000 +-0.601562500000 0.632812500000 -0.531250000000 0.488281250000 +-0.455078125000 0.275390625000 -0.375000000000 0.010559082031 +-0.298828125000 -0.287109375000 -0.221679687500 -0.593750000000 +-0.154296875000 -0.878906250000 -0.094726562500 -1.132812500000 +-0.040039062500 -1.328125000000 0.008056640625 -1.468750000000 +0.059326171875 -1.531250000000 0.116210937500 -1.531250000000 +0.180664062500 -1.460937500000 0.257812500000 -1.335937500000 +0.351562500000 -1.164062500000 0.453125000000 -0.957031250000 +0.562500000000 -0.718750000000 0.667968750000 -0.468750000000 +0.765625000000 -0.214843750000 0.835937500000 0.031982421875 +0.875000000000 0.257812500000 0.871093750000 0.457031250000 +0.816406250000 0.625000000000 0.710937500000 0.750000000000 +0.554687500000 0.835937500000 0.357421875000 0.878906250000 +0.127929687500 0.878906250000 -0.118652343750 0.839843750000 +-0.371093750000 0.769531250000 -0.613281250000 0.671875000000 +-0.828125000000 0.558593750000 -1.015625000000 0.439453125000 +-1.156250000000 0.314453125000 -1.250000000000 0.206054687500 +-1.304687500000 0.118164062500 -1.312500000000 0.059326171875 +-1.289062500000 0.035156250000 -1.234375000000 0.050781250000 +-1.156250000000 0.103027343750 -1.078125000000 0.190429687500 +-0.984375000000 0.304687500000 -0.902343750000 0.429687500000 +-0.828125000000 0.554687500000 -0.773437500000 0.660156250000 +-0.738281250000 0.734375000000 -0.726562500000 0.761718750000 +-0.738281250000 0.738281250000 -0.773437500000 0.656250000000 +-0.824218750000 0.531250000000 -0.878906250000 0.369140625000 +-0.941406250000 0.197265625000 -0.988281250000 0.032958984375 +-1.023437500000 -0.096679687500 -1.031250000000 -0.175781250000 +-1.015625000000 -0.187500000000 -0.957031250000 -0.125000000000 +-0.871093750000 0.001785278320 -0.753906250000 0.181640625000 +-0.617187500000 0.386718750000 -0.466796875000 0.589843750000 +-0.316406250000 0.761718750000 -0.173828125000 0.875000000000 +-0.043701171875 0.906250000000 0.062988281250 0.847656250000 +0.148437500000 0.699218750000 0.210937500000 0.480468750000 +0.253906250000 0.204101562500 0.285156250000 -0.091796875000 +0.312500000000 -0.375000000000 0.339843750000 -0.613281250000 +0.376953125000 -0.789062500000 0.421875000000 -0.871093750000 +0.484375000000 -0.871093750000 0.558593750000 -0.781250000000 +0.648437500000 -0.625000000000 0.742187500000 -0.427734375000 +0.835937500000 -0.214843750000 0.921875000000 -0.017089843750 +1.000000000000 0.144531250000 1.062500000000 0.246093750000 +1.101562500000 0.279296875000 1.117187500000 0.238281250000 +1.101562500000 0.133789062500 1.054687500000 -0.025268554688 +0.988281250000 -0.221679687500 0.890625000000 -0.437500000000 +0.773437500000 -0.652343750000 0.640625000000 -0.851562500000 +0.500000000000 -1.023437500000 0.359375000000 -1.148437500000 +0.227539062500 -1.234375000000 0.112304687500 -1.281250000000 +0.024780273438 -1.281250000000 -0.029907226562 -1.234375000000 +-0.046142578125 -1.156250000000 -0.019653320312 -1.054687500000 +0.045410156250 -0.929687500000 0.151367187500 -0.792968750000 +0.289062500000 -0.648437500000 0.453125000000 -0.500000000000 +0.636718750000 -0.365234375000 0.824218750000 -0.239257812500 +1.007812500000 -0.135742187500 1.179687500000 -0.048583984375 +1.312500000000 0.013610839844 1.421875000000 0.053710937500 +1.476562500000 0.067382812500 1.484375000000 0.060791015625 +1.437500000000 0.036132812500 1.328125000000 -0.002395629883 +1.171875000000 -0.048095703125 0.960937500000 -0.095703125000 +0.707031250000 -0.138671875000 0.421875000000 -0.167968750000 +0.123535156250 -0.178710937500 -0.179687500000 -0.162109375000 +-0.472656250000 -0.116210937500 -0.734375000000 -0.040283203125 +-0.960937500000 0.065917968750 -1.132812500000 0.195312500000 +-1.257812500000 0.341796875000 -1.312500000000 0.486328125000 +-1.320312500000 0.625000000000 -1.265625000000 0.730468750000 +-1.171875000000 0.796875000000 -1.031250000000 0.808593750000 +-0.863281250000 0.761718750000 -0.671875000000 0.652343750000 +-0.470703125000 0.494140625000 -0.261718750000 0.289062500000 +-0.052490234375 0.061035156250 0.148437500000 -0.172851562500 +0.341796875000 -0.390625000000 0.523437500000 -0.562500000000 +0.683593750000 -0.683593750000 0.828125000000 -0.734375000000 +0.941406250000 -0.714843750000 1.023437500000 -0.621093750000 +1.070312500000 -0.458984375000 1.078125000000 -0.241210937500 +1.039062500000 0.014770507812 0.964843750000 0.291015625000 +0.843750000000 0.570312500000 0.691406250000 0.832031250000 +0.511718750000 1.062500000000 0.322265625000 1.234375000000 +0.137695312500 1.351562500000 -0.029296875000 1.398437500000 +-0.162109375000 1.359375000000 -0.249023437500 1.257812500000 +-0.281250000000 1.078125000000 -0.259765625000 0.839843750000 +-0.183593750000 0.562500000000 -0.063964843750 0.267578125000 +0.082031250000 -0.025146484375 0.240234375000 -0.287109375000 +0.394531250000 -0.494140625000 0.523437500000 -0.625000000000 +0.613281250000 -0.667968750000 0.652343750000 -0.621093750000 +0.636718750000 -0.492187500000 0.570312500000 -0.291015625000 +0.457031250000 -0.043945312500 0.306640625000 0.222656250000 +0.137695312500 0.476562500000 -0.040771484375 0.687500000000 +-0.211914062500 0.828125000000 -0.369140625000 0.890625000000 +-0.503906250000 0.859375000000 -0.609375000000 0.746093750000 +-0.687500000000 0.554687500000 -0.750000000000 0.306640625000 +-0.789062500000 0.026855468750 -0.824218750000 -0.259765625000 +-0.847656250000 -0.527343750000 -0.871093750000 -0.753906250000 +-0.898437500000 -0.925781250000 -0.929687500000 -1.031250000000 +-0.957031250000 -1.054687500000 -0.984375000000 -1.007812500000 +-1.015625000000 -0.890625000000 -1.031250000000 -0.710937500000 +-1.031250000000 -0.482421875000 -1.023437500000 -0.221679687500 +-0.992187500000 0.053710937500 -0.945312500000 0.320312500000 +-0.878906250000 0.566406250000 -0.792968750000 0.765625000000 +-0.691406250000 0.906250000000 -0.574218750000 0.968750000000 +-0.441406250000 0.957031250000 -0.298828125000 0.867187500000 +-0.149414062500 0.707031250000 0.001007080078 0.488281250000 +0.153320312500 0.238281250000 0.300781250000 -0.021240234375 +0.439453125000 -0.265625000000 0.566406250000 -0.472656250000 +0.683593750000 -0.617187500000 0.781250000000 -0.691406250000 +0.863281250000 -0.691406250000 0.929687500000 -0.621093750000 +0.976562500000 -0.494140625000 1.007812500000 -0.328125000000 +1.023437500000 -0.144531250000 1.039062500000 0.034423828125 +1.039062500000 0.187500000000 1.031250000000 0.300781250000 +1.023437500000 0.369140625000 1.023437500000 0.384765625000 +1.023437500000 0.361328125000 1.031250000000 0.302734375000 +1.046875000000 0.223632812500 1.078125000000 0.137695312500 +1.109375000000 0.059570312500 1.148437500000 0.001472473145 +1.187500000000 -0.031250000000 1.218750000000 -0.032226562500 +1.242187500000 -0.004943847656 1.242187500000 0.046875000000 +1.218750000000 0.121582031250 1.156250000000 0.207031250000 +1.070312500000 0.302734375000 0.941406250000 0.394531250000 +0.777343750000 0.484375000000 0.585937500000 0.566406250000 +0.363281250000 0.636718750000 0.118652343750 0.699218750000 +-0.134765625000 0.750000000000 -0.394531250000 0.789062500000 +-0.644531250000 0.820312500000 -0.875000000000 0.839843750000 +-1.070312500000 0.843750000000 -1.226562500000 0.835937500000 +-1.320312500000 0.808593750000 -1.359375000000 0.761718750000 +-1.320312500000 0.691406250000 -1.210937500000 0.601562500000 +-1.031250000000 0.486328125000 -0.792968750000 0.355468750000 +-0.511718750000 0.210937500000 -0.202148437500 0.065917968750 +0.105468750000 -0.074707031250 0.388671875000 -0.197265625000 +0.625000000000 -0.292968750000 0.789062500000 -0.355468750000 +0.867187500000 -0.380859375000 0.855468750000 -0.369140625000 +0.750000000000 -0.322265625000 0.562500000000 -0.253906250000 +0.308593750000 -0.175781250000 0.011108398438 -0.103515625000 +-0.302734375000 -0.049804687500 -0.609375000000 -0.030639648438 +-0.882812500000 -0.052978515625 -1.101562500000 -0.121582031250 +-1.250000000000 -0.228515625000 -1.320312500000 -0.365234375000 +-1.312500000000 -0.515625000000 -1.226562500000 -0.660156250000 +-1.070312500000 -0.781250000000 -0.863281250000 -0.855468750000 +-0.613281250000 -0.871093750000 -0.339843750000 -0.832031250000 +-0.059570312500 -0.726562500000 0.213867187500 -0.574218750000 +0.460937500000 -0.390625000000 0.671875000000 -0.195312500000 +0.835937500000 -0.012817382812 0.945312500000 0.132812500000 +0.992187500000 0.222656250000 0.980468750000 0.249023437500 +0.910156250000 0.207031250000 0.781250000000 0.100585937500 +0.609375000000 -0.058349609375 0.398437500000 -0.248046875000 +0.166015625000 -0.451171875000 -0.075683593750 -0.644531250000 +-0.312500000000 -0.812500000000 -0.531250000000 -0.941406250000 +-0.718750000000 -1.023437500000 -0.871093750000 -1.054687500000 +-0.968750000000 -1.054687500000 -1.015625000000 -1.015625000000 +-1.007812500000 -0.964843750000 -0.949218750000 -0.914062500000 +-0.839843750000 -0.867187500000 -0.695312500000 -0.835937500000 +-0.515625000000 -0.832031250000 -0.328125000000 -0.843750000000 +-0.137695312500 -0.871093750000 0.036132812500 -0.906250000000 +0.178710937500 -0.941406250000 0.277343750000 -0.964843750000 +0.320312500000 -0.964843750000 0.308593750000 -0.945312500000 +0.236328125000 -0.902343750000 0.114257812500 -0.835937500000 +-0.052001953125 -0.757812500000 -0.251953125000 -0.675781250000 +-0.464843750000 -0.597656250000 -0.679687500000 -0.531250000000 +-0.875000000000 -0.484375000000 -1.046875000000 -0.457031250000 +-1.187500000000 -0.451171875000 -1.273437500000 -0.457031250000 +-1.320312500000 -0.470703125000 -1.320312500000 -0.478515625000 +-1.289062500000 -0.470703125000 -1.210937500000 -0.437500000000 +-1.109375000000 -0.369140625000 -0.984375000000 -0.267578125000 +-0.843750000000 -0.125976562500 -0.695312500000 0.045166015625 +-0.546875000000 0.237304687500 -0.404296875000 0.435546875000 +-0.271484375000 0.632812500000 -0.154296875000 0.812500000000 +-0.054931640625 0.964843750000 0.031250000000 1.078125000000 +0.100585937500 1.164062500000 0.159179687500 1.203125000000 +0.211914062500 1.210937500000 0.265625000000 1.203125000000 +0.324218750000 1.171875000000 0.396484375000 1.140625000000 +0.476562500000 1.101562500000 0.570312500000 1.078125000000 +0.667968750000 1.054687500000 0.765625000000 1.031250000000 +0.843750000000 1.007812500000 0.894531250000 0.976562500000 +0.902343750000 0.925781250000 0.855468750000 0.847656250000 +0.753906250000 0.746093750000 0.597656250000 0.609375000000 +0.392578125000 0.455078125000 0.151367187500 0.281250000000 +-0.107421875000 0.107910156250 -0.359375000000 -0.054687500000 +-0.585937500000 -0.187500000000 -0.757812500000 -0.279296875000 +-0.871093750000 -0.318359375000 -0.906250000000 -0.300781250000 +-0.863281250000 -0.224609375000 -0.753906250000 -0.096679687500 +-0.589843750000 0.071289062500 -0.386718750000 0.263671875000 +-0.166015625000 0.470703125000 0.044921875000 0.671875000000 +0.237304687500 0.851562500000 0.390625000000 1.000000000000 +0.500000000000 1.109375000000 0.566406250000 1.179687500000 +0.589843750000 1.210937500000 0.585937500000 1.218750000000 +0.566406250000 1.195312500000 0.539062500000 1.156250000000 +0.523437500000 1.117187500000 0.519531250000 1.062500000000 +0.542968750000 1.007812500000 0.582031250000 0.953125000000 +0.648437500000 0.886718750000 0.722656250000 0.800781250000 +0.804687500000 0.699218750000 0.886718750000 0.566406250000 +0.960937500000 0.408203125000 1.015625000000 0.223632812500 +1.046875000000 0.023559570312 1.062500000000 -0.181640625000 +1.046875000000 -0.375000000000 1.007812500000 -0.539062500000 +0.957031250000 -0.660156250000 0.886718750000 -0.722656250000 +0.808593750000 -0.714843750000 0.722656250000 -0.636718750000 +0.640625000000 -0.494140625000 0.562500000000 -0.296875000000 +0.498046875000 -0.061523437500 0.451171875000 0.194335937500 +0.425781250000 0.445312500000 0.421875000000 0.671875000000 +0.447265625000 0.851562500000 0.494140625000 0.976562500000 +0.562500000000 1.031250000000 0.648437500000 1.015625000000 +0.738281250000 0.933593750000 0.832031250000 0.789062500000 +0.917968750000 0.597656250000 0.984375000000 0.375000000000 +1.039062500000 0.133789062500 1.062500000000 -0.109375000000 +1.062500000000 -0.339843750000 1.039062500000 -0.539062500000 +1.007812500000 -0.699218750000 0.957031250000 -0.808593750000 +0.906250000000 -0.855468750000 0.863281250000 -0.843750000000 +0.828125000000 -0.769531250000 0.812500000000 -0.640625000000 +0.812500000000 -0.474609375000 0.828125000000 -0.285156250000 +0.855468750000 -0.092285156250 0.894531250000 0.076660156250 +0.933593750000 0.205078125000 0.968750000000 0.271484375000 +0.992187500000 0.271484375000 1.000000000000 0.195312500000 +0.988281250000 0.055664062500 0.953125000000 -0.131835937500 +0.898437500000 -0.341796875000 0.820312500000 -0.542968750000 +0.722656250000 -0.707031250000 0.605468750000 -0.804687500000 +0.478515625000 -0.816406250000 0.345703125000 -0.738281250000 +0.207031250000 -0.570312500000 0.071777343750 -0.335937500000 +-0.053222656250 -0.058837890625 -0.166015625000 0.224609375000 +-0.263671875000 0.476562500000 -0.337890625000 0.664062500000 +-0.388671875000 0.757812500000 -0.414062500000 0.750000000000 +-0.417968750000 0.632812500000 -0.396484375000 0.425781250000 +-0.351562500000 0.156250000000 -0.289062500000 -0.142578125000 +-0.213867187500 -0.433593750000 -0.129882812500 -0.675781250000 +-0.039062500000 -0.835937500000 0.045654296875 -0.898437500000 +0.118164062500 -0.851562500000 0.174804687500 -0.699218750000 +0.205078125000 -0.460937500000 0.206054687500 -0.159179687500 +0.174804687500 0.177734375000 0.107421875000 0.515625000000 +0.006713867188 0.824218750000 -0.121582031250 1.078125000000 +-0.265625000000 1.265625000000 -0.414062500000 1.382812500000 +-0.554687500000 1.414062500000 -0.671875000000 1.367187500000 +-0.746093750000 1.257812500000 -0.769531250000 1.101562500000 +-0.734375000000 0.910156250000 -0.636718750000 0.703125000000 +-0.478515625000 0.498046875000 -0.271484375000 0.312500000000 +-0.026855468750 0.158203125000 0.233398437500 0.046875000000 +0.496093750000 -0.011596679688 0.738281250000 -0.011840820312 +0.941406250000 0.041748046875 1.093750000000 0.147460937500 +1.187500000000 0.291015625000 1.218750000000 0.455078125000 +1.179687500000 0.625000000000 1.085937500000 0.773437500000 +0.945312500000 0.878906250000 0.769531250000 0.921875000000 +0.562500000000 0.898437500000 0.345703125000 0.796875000000 +0.126953125000 0.628906250000 -0.083496093750 0.406250000000 +-0.277343750000 0.156250000000 -0.445312500000 -0.096679687500 +-0.582031250000 -0.320312500000 -0.687500000000 -0.488281250000 +-0.753906250000 -0.582031250000 -0.785156250000 -0.585937500000 +-0.777343750000 -0.498046875000 -0.734375000000 -0.332031250000 +-0.656250000000 -0.104980468750 -0.550781250000 0.159179687500 +-0.419921875000 0.425781250000 -0.269531250000 0.671875000000 +-0.105957031250 0.863281250000 0.067871093750 0.992187500000 +0.240234375000 1.046875000000 0.412109375000 1.023437500000 +0.570312500000 0.925781250000 0.718750000000 0.777343750000 +0.855468750000 0.597656250000 0.972656250000 0.398437500000 +1.070312500000 0.207031250000 1.148437500000 0.034912109375 +1.203125000000 -0.109375000000 1.234375000000 -0.221679687500 +1.242187500000 -0.300781250000 1.226562500000 -0.355468750000 +1.187500000000 -0.394531250000 1.125000000000 -0.423828125000 +1.039062500000 -0.451171875000 0.945312500000 -0.486328125000 +0.843750000000 -0.535156250000 0.738281250000 -0.593750000000 +0.640625000000 -0.664062500000 0.562500000000 -0.742187500000 +0.503906250000 -0.824218750000 0.478515625000 -0.902343750000 +0.478515625000 -0.976562500000 0.507812500000 -1.031250000000 +0.562500000000 -1.078125000000 0.628906250000 -1.093750000000 +0.699218750000 -1.093750000000 0.757812500000 -1.062500000000 +0.796875000000 -1.007812500000 0.800781250000 -0.925781250000 +0.761718750000 -0.820312500000 0.675781250000 -0.699218750000 +0.539062500000 -0.554687500000 0.355468750000 -0.402343750000 +0.135742187500 -0.239257812500 -0.113769531250 -0.081542968750 +-0.375000000000 0.074218750000 -0.636718750000 0.219726562500 +-0.882812500000 0.345703125000 -1.101562500000 0.449218750000 +-1.273437500000 0.527343750000 -1.406250000000 0.582031250000 +-1.468750000000 0.605468750000 -1.468750000000 0.597656250000 +-1.414062500000 0.566406250000 -1.289062500000 0.511718750000 +-1.109375000000 0.435546875000 -0.886718750000 0.349609375000 +-0.617187500000 0.257812500000 -0.328125000000 0.167968750000 +-0.029174804688 0.089355468750 0.265625000000 0.030639648438 +0.542968750000 -0.000831604004 0.781250000000 -0.002471923828 +0.976562500000 0.030639648438 1.117187500000 0.096679687500 +1.195312500000 0.194335937500 1.218750000000 0.316406250000 +1.171875000000 0.455078125000 1.078125000000 0.597656250000 +0.933593750000 0.730468750000 0.753906250000 0.847656250000 +0.546875000000 0.941406250000 0.320312500000 0.996093750000 +0.089355468750 1.015625000000 -0.136718750000 1.000000000000 +-0.349609375000 0.945312500000 -0.542968750000 0.863281250000 +-0.714843750000 0.761718750000 -0.851562500000 0.644531250000 +-0.964843750000 0.519531250000 -1.039062500000 0.394531250000 +-1.093750000000 0.271484375000 -1.117187500000 0.150390625000 +-1.125000000000 0.034179687500 -1.117187500000 -0.082519531250 +-1.101562500000 -0.197265625000 -1.085937500000 -0.318359375000 +-1.062500000000 -0.439453125000 -1.046875000000 -0.562500000000 +-1.031250000000 -0.679687500000 -1.023437500000 -0.781250000000 +-1.000000000000 -0.863281250000 -0.972656250000 -0.910156250000 +-0.933593750000 -0.917968750000 -0.875000000000 -0.875000000000 +-0.789062500000 -0.777343750000 -0.679687500000 -0.632812500000 +-0.542968750000 -0.447265625000 -0.382812500000 -0.231445312500 +-0.195312500000 -0.002899169922 0.011840820312 0.219726562500 +0.232421875000 0.416015625000 0.458984375000 0.570312500000 +0.683593750000 0.667968750000 0.894531250000 0.703125000000 +1.078125000000 0.671875000000 1.226562500000 0.585937500000 +1.320312500000 0.451171875000 1.359375000000 0.281250000000 +1.328125000000 0.097167968750 1.218750000000 -0.084472656250 +1.039062500000 -0.245117187500 0.792968750000 -0.375000000000 +0.496093750000 -0.460937500000 0.174804687500 -0.500000000000 +-0.146484375000 -0.496093750000 -0.443359375000 -0.447265625000 +-0.683593750000 -0.367187500000 -0.847656250000 -0.263671875000 +-0.914062500000 -0.140625000000 -0.886718750000 -0.012634277344 +-0.761718750000 0.118164062500 -0.562500000000 0.246093750000 +-0.320312500000 0.367187500000 -0.055664062500 0.484375000000 +0.188476562500 0.593750000000 0.380859375000 0.699218750000 +0.500000000000 0.789062500000 0.531250000000 0.875000000000 +0.472656250000 0.945312500000 0.333984375000 0.996093750000 +0.142578125000 1.023437500000 -0.075195312500 1.015625000000 +-0.283203125000 0.980468750000 -0.451171875000 0.898437500000 +-0.550781250000 0.781250000000 -0.570312500000 0.628906250000 +-0.507812500000 0.443359375000 -0.367187500000 0.239257812500 +-0.170898437500 0.028320312500 0.051757812500 -0.174804687500 +0.273437500000 -0.363281250000 0.462890625000 -0.519531250000 +0.589843750000 -0.632812500000 0.640625000000 -0.707031250000 +0.605468750000 -0.742187500000 0.486328125000 -0.738281250000 +0.292968750000 -0.707031250000 0.042968750000 -0.656250000000 +-0.237304687500 -0.609375000000 -0.523437500000 -0.570312500000 +-0.792968750000 -0.550781250000 -1.023437500000 -0.554687500000 +-1.195312500000 -0.582031250000 -1.304687500000 -0.628906250000 +-1.343750000000 -0.683593750000 -1.312500000000 -0.734375000000 +-1.218750000000 -0.773437500000 -1.070312500000 -0.781250000000 +-0.867187500000 -0.750000000000 -0.640625000000 -0.671875000000 +-0.390625000000 -0.554687500000 -0.138671875000 -0.388671875000 +0.100585937500 -0.194335937500 0.314453125000 0.018554687500 +0.488281250000 0.241210937500 0.613281250000 0.455078125000 +0.683593750000 0.648437500000 0.691406250000 0.812500000000 +0.644531250000 0.941406250000 0.542968750000 1.031250000000 +0.406250000000 1.093750000000 0.237304687500 1.117187500000 +0.054199218750 1.109375000000 -0.128906250000 1.093750000000 +-0.298828125000 1.062500000000 -0.447265625000 1.023437500000 +-0.570312500000 0.992187500000 -0.664062500000 0.953125000000 +-0.730468750000 0.921875000000 -0.773437500000 0.886718750000 +-0.804687500000 0.851562500000 -0.832031250000 0.812500000000 +-0.855468750000 0.765625000000 -0.886718750000 0.710937500000 +-0.925781250000 0.648437500000 -0.968750000000 0.570312500000 +-1.007812500000 0.480468750000 -1.046875000000 0.380859375000 +-1.070312500000 0.271484375000 -1.078125000000 0.153320312500 +-1.062500000000 0.030029296875 -1.023437500000 -0.100585937500 +-0.960937500000 -0.232421875000 -0.878906250000 -0.367187500000 +-0.785156250000 -0.500000000000 -0.687500000000 -0.632812500000 +-0.597656250000 -0.761718750000 -0.523437500000 -0.886718750000 +-0.464843750000 -1.000000000000 -0.429687500000 -1.101562500000 +-0.416015625000 -1.187500000000 -0.416015625000 -1.250000000000 +-0.427734375000 -1.281250000000 -0.435546875000 -1.281250000000 +-0.435546875000 -1.250000000000 -0.414062500000 -1.171875000000 +-0.367187500000 -1.062500000000 -0.287109375000 -0.914062500000 +-0.173828125000 -0.738281250000 -0.029907226562 -0.542968750000 +0.136718750000 -0.337890625000 0.324218750000 -0.136718750000 +0.523437500000 0.047363281250 0.718750000000 0.207031250000 +0.902343750000 0.333984375000 1.070312500000 0.421875000000 +1.203125000000 0.474609375000 1.296875000000 0.500000000000 +1.351562500000 0.500000000000 1.343750000000 0.498046875000 +1.296875000000 0.498046875000 1.187500000000 0.515625000000 +1.039062500000 0.550781250000 0.851562500000 0.613281250000 +0.636718750000 0.699218750000 0.406250000000 0.796875000000 +0.182617187500 0.890625000000 -0.017211914062 0.968750000000 +-0.180664062500 1.007812500000 -0.292968750000 0.996093750000 +-0.345703125000 0.921875000000 -0.337890625000 0.785156250000 +-0.275390625000 0.589843750000 -0.165039062500 0.347656250000 +-0.031738281250 0.079101562500 0.103515625000 -0.193359375000 +0.223632812500 -0.445312500000 0.302734375000 -0.652343750000 +0.326171875000 -0.800781250000 0.289062500000 -0.875000000000 +0.185546875000 -0.882812500000 0.027954101562 -0.820312500000 +-0.166015625000 -0.714843750000 -0.376953125000 -0.578125000000 +-0.585937500000 -0.433593750000 -0.765625000000 -0.306640625000 +-0.894531250000 -0.216796875000 -0.968750000000 -0.173828125000 +-0.988281250000 -0.186523437500 -0.949218750000 -0.250000000000 +-0.871093750000 -0.355468750000 -0.769531250000 -0.492187500000 +-0.671875000000 -0.636718750000 -0.585937500000 -0.777343750000 +-0.535156250000 -0.890625000000 -0.531250000000 -0.968750000000 +-0.566406250000 -1.007812500000 -0.636718750000 -1.000000000000 +-0.730468750000 -0.960937500000 -0.820312500000 -0.890625000000 +-0.890625000000 -0.800781250000 -0.921875000000 -0.703125000000 +-0.898437500000 -0.601562500000 -0.808593750000 -0.511718750000 +-0.648437500000 -0.433593750000 -0.433593750000 -0.361328125000 +-0.174804687500 -0.292968750000 0.109375000000 -0.219726562500 +0.394531250000 -0.136718750000 0.660156250000 -0.035888671875 +0.890625000000 0.083496093750 1.062500000000 0.221679687500 +1.179687500000 0.371093750000 1.226562500000 0.519531250000 +1.226562500000 0.656250000000 1.179687500000 0.761718750000 +1.101562500000 0.824218750000 0.996093750000 0.824218750000 +0.886718750000 0.761718750000 0.785156250000 0.628906250000 +0.683593750000 0.441406250000 0.593750000000 0.206054687500 +0.503906250000 -0.059570312500 0.410156250000 -0.330078125000 +0.308593750000 -0.578125000000 0.189453125000 -0.789062500000 +0.049560546875 -0.937500000000 -0.107421875000 -1.015625000000 +-0.283203125000 -1.007812500000 -0.462890625000 -0.929687500000 +-0.636718750000 -0.785156250000 -0.785156250000 -0.582031250000 +-0.902343750000 -0.341796875000 -0.968750000000 -0.083984375000 +-0.976562500000 0.170898437500 -0.921875000000 0.410156250000 +-0.808593750000 0.617187500000 -0.636718750000 0.781250000000 +-0.421875000000 0.898437500000 -0.179687500000 0.960937500000 +0.075683593750 0.980468750000 0.324218750000 0.953125000000 +0.554687500000 0.882812500000 0.757812500000 0.781250000000 +0.914062500000 0.648437500000 1.031250000000 0.503906250000 +1.109375000000 0.343750000000 1.148437500000 0.176757812500 +1.148437500000 0.017333984375 1.132812500000 -0.135742187500 +1.101562500000 -0.273437500000 1.054687500000 -0.394531250000 +1.007812500000 -0.496093750000 0.960937500000 -0.574218750000 +0.925781250000 -0.636718750000 0.894531250000 -0.679687500000 +0.871093750000 -0.710937500000 0.855468750000 -0.730468750000 +0.843750000000 -0.746093750000 0.835937500000 -0.757812500000 +0.828125000000 -0.773437500000 0.812500000000 -0.792968750000 +0.785156250000 -0.820312500000 0.742187500000 -0.851562500000 +0.679687500000 -0.890625000000 0.597656250000 -0.933593750000 +0.488281250000 -0.980468750000 0.363281250000 -1.031250000000 +0.226562500000 -1.070312500000 0.081542968750 -1.109375000000 +-0.054687500000 -1.132812500000 -0.171875000000 -1.140625000000 +-0.259765625000 -1.125000000000 -0.306640625000 -1.093750000000 +-0.308593750000 -1.031250000000 -0.257812500000 -0.953125000000 +-0.158203125000 -0.859375000000 -0.016723632812 -0.757812500000 +0.157226562500 -0.652343750000 0.351562500000 -0.562500000000 +0.550781250000 -0.490234375000 0.738281250000 -0.445312500000 +0.906250000000 -0.435546875000 1.039062500000 -0.457031250000 +1.132812500000 -0.507812500000 1.179687500000 -0.570312500000 +1.187500000000 -0.640625000000 1.164062500000 -0.703125000000 +1.109375000000 -0.734375000000 1.023437500000 -0.726562500000 +0.933593750000 -0.664062500000 0.828125000000 -0.554687500000 +0.718750000000 -0.386718750000 0.605468750000 -0.178710937500 +0.488281250000 0.058349609375 0.365234375000 0.302734375000 +0.235351562500 0.539062500000 0.097167968750 0.746093750000 +-0.046875000000 0.910156250000 -0.197265625000 1.023437500000 +-0.347656250000 1.078125000000 -0.492187500000 1.085937500000 +-0.621093750000 1.054687500000 -0.722656250000 1.000000000000 +-0.789062500000 0.941406250000 -0.812500000000 0.894531250000 +-0.789062500000 0.863281250000 -0.722656250000 0.863281250000 +-0.613281250000 0.894531250000 -0.472656250000 0.941406250000 +-0.312500000000 1.000000000000 -0.152343750000 1.054687500000 +-0.001083374023 1.070312500000 0.125000000000 1.054687500000 +0.212890625000 0.980468750000 0.263671875000 0.847656250000 +0.273437500000 0.656250000000 0.253906250000 0.414062500000 +0.215820312500 0.136718750000 0.174804687500 -0.155273437500 +0.146484375000 -0.443359375000 0.147460937500 -0.699218750000 +0.183593750000 -0.914062500000 0.261718750000 -1.062500000000 +0.376953125000 -1.148437500000 0.515625000000 -1.171875000000 +0.664062500000 -1.125000000000 0.796875000000 -1.015625000000 +0.898437500000 -0.875000000000 0.941406250000 -0.703125000000 +0.917968750000 -0.515625000000 0.820312500000 -0.326171875000 +0.656250000000 -0.145507812500 0.437500000000 0.025512695312 +0.184570312500 0.185546875000 -0.072265625000 0.332031250000 +-0.306640625000 0.468750000000 -0.492187500000 0.597656250000 +-0.609375000000 0.718750000000 -0.648437500000 0.832031250000 +-0.609375000000 0.937500000000 -0.503906250000 1.031250000000 +-0.355468750000 1.101562500000 -0.189453125000 1.140625000000 +-0.035400390625 1.140625000000 0.078125000000 1.101562500000 +0.128906250000 1.023437500000 0.110839843750 0.910156250000 +0.018432617188 0.765625000000 -0.133789062500 0.597656250000 +-0.324218750000 0.427734375000 -0.519531250000 0.271484375000 +-0.699218750000 0.145507812500 -0.828125000000 0.059326171875 +-0.882812500000 0.024658203125 -0.859375000000 0.043457031250 +-0.746093750000 0.112304687500 -0.566406250000 0.219726562500 +-0.335937500000 0.349609375000 -0.085937500000 0.484375000000 +0.153320312500 0.605468750000 0.347656250000 0.691406250000 +0.478515625000 0.726562500000 0.527343750000 0.703125000000 +0.490234375000 0.617187500000 0.378906250000 0.472656250000 +0.208007812500 0.277343750000 0.005554199219 0.048583984375 +-0.202148437500 -0.198242187500 -0.384765625000 -0.441406250000 +-0.519531250000 -0.667968750000 -0.582031250000 -0.863281250000 +-0.570312500000 -1.007812500000 -0.482421875000 -1.101562500000 +-0.326171875000 -1.140625000000 -0.116699218750 -1.117187500000 +0.126953125000 -1.046875000000 0.382812500000 -0.933593750000 +0.632812500000 -0.781250000000 0.859375000000 -0.605468750000 +1.039062500000 -0.425781250000 1.179687500000 -0.250000000000 +1.265625000000 -0.098632812500 1.312500000000 0.015869140625 +1.304687500000 0.076660156250 1.257812500000 0.079589843750 +-0.859375000000 -0.707031250000 -0.636718750000 -0.597656250000 +-0.367187500000 -0.464843750000 -0.074218750000 -0.328125000000 +0.218750000000 -0.197265625000 0.488281250000 -0.087890625000 +0.710937500000 -0.011474609375 0.859375000000 0.026367187500 +0.925781250000 0.015197753906 0.898437500000 -0.043212890625 +0.785156250000 -0.140625000000 0.593750000000 -0.265625000000 +0.347656250000 -0.394531250000 0.076660156250 -0.507812500000 +-0.192382812500 -0.585937500000 -0.427734375000 -0.609375000000 +-0.609375000000 -0.562500000000 -0.714843750000 -0.443359375000 +-0.742187500000 -0.259765625000 -0.695312500000 -0.030761718750 +-0.578125000000 0.218750000000 -0.417968750000 0.458984375000 +-0.228515625000 0.660156250000 -0.038085937500 0.789062500000 +0.129882812500 0.828125000000 0.263671875000 0.769531250000 +0.349609375000 0.617187500000 0.386718750000 0.382812500000 +0.367187500000 0.101562500000 0.308593750000 -0.197265625000 +0.212890625000 -0.472656250000 0.097656250000 -0.687500000000 +-0.022949218750 -0.812500000000 -0.140625000000 -0.835937500000 +-0.238281250000 -0.750000000000 -0.312500000000 -0.566406250000 +-0.353515625000 -0.308593750000 -0.353515625000 -0.005676269531 +-0.314453125000 0.304687500000 -0.232421875000 0.585937500000 +-0.115234375000 0.808593750000 0.032470703125 0.949218750000 +0.199218750000 0.988281250000 0.376953125000 0.933593750000 +0.542968750000 0.789062500000 0.691406250000 0.574218750000 +0.800781250000 0.302734375000 0.863281250000 0.008911132812 +0.867187500000 -0.287109375000 0.812500000000 -0.562500000000 +0.707031250000 -0.800781250000 0.558593750000 -0.992187500000 +0.380859375000 -1.117187500000 0.197265625000 -1.195312500000 +0.028076171875 -1.210937500000 -0.109863281250 -1.179687500000 +-0.197265625000 -1.093750000000 -0.225585937500 -0.980468750000 +-0.188476562500 -0.839843750000 -0.090332031250 -0.679687500000 +0.065429687500 -0.519531250000 0.261718750000 -0.365234375000 +0.478515625000 -0.227539062500 0.703125000000 -0.114257812500 +0.917968750000 -0.032470703125 1.101562500000 0.019287109375 +1.257812500000 0.042968750000 1.359375000000 0.043457031250 +1.414062500000 0.035156250000 1.414062500000 0.030639648438 +1.375000000000 0.039550781250 1.289062500000 0.076660156250 +1.171875000000 0.148437500000 1.031250000000 0.255859375000 +0.878906250000 0.396484375000 0.707031250000 0.554687500000 +0.539062500000 0.714843750000 0.378906250000 0.859375000000 +0.231445312500 0.964843750000 0.103027343750 1.007812500000 +-0.001480102539 0.984375000000 -0.076171875000 0.878906250000 +-0.119140625000 0.703125000000 -0.133789062500 0.462890625000 +-0.115234375000 0.184570312500 -0.068359375000 -0.111328125000 +0.001892089844 -0.392578125000 0.094726562500 -0.636718750000 +0.198242187500 -0.820312500000 0.314453125000 -0.929687500000 +0.431640625000 -0.964843750000 0.550781250000 -0.925781250000 +0.671875000000 -0.832031250000 0.785156250000 -0.707031250000 +0.890625000000 -0.566406250000 0.988281250000 -0.441406250000 +1.078125000000 -0.345703125000 1.148437500000 -0.294921875000 +1.195312500000 -0.296875000000 1.218750000000 -0.345703125000 +1.210937500000 -0.425781250000 1.156250000000 -0.527343750000 +1.046875000000 -0.628906250000 0.898437500000 -0.707031250000 +0.695312500000 -0.750000000000 0.455078125000 -0.742187500000 +0.185546875000 -0.683593750000 -0.093750000000 -0.582031250000 +-0.363281250000 -0.437500000000 -0.597656250000 -0.271484375000 +-0.777343750000 -0.098144531250 -0.886718750000 0.062988281250 +-0.910156250000 0.201171875000 -0.839843750000 0.306640625000 +-0.691406250000 0.371093750000 -0.468750000000 0.402343750000 +-0.198242187500 0.404296875000 0.095214843750 0.386718750000 +0.380859375000 0.361328125000 0.636718750000 0.341796875000 +0.835937500000 0.341796875000 0.960937500000 0.363281250000 +1.007812500000 0.414062500000 0.964843750000 0.488281250000 +0.847656250000 0.582031250000 0.667968750000 0.687500000000 +0.441406250000 0.792968750000 0.191406250000 0.890625000000 +-0.062500000000 0.968750000000 -0.300781250000 1.023437500000 +-0.511718750000 1.054687500000 -0.675781250000 1.054687500000 +-0.789062500000 1.046875000000 -0.843750000000 1.015625000000 +-0.843750000000 0.988281250000 -0.785156250000 0.964843750000 +-0.675781250000 0.953125000000 -0.527343750000 0.953125000000 +-0.355468750000 0.968750000000 -0.170898437500 0.988281250000 +0.003387451172 1.015625000000 0.152343750000 1.039062500000 +0.251953125000 1.054687500000 0.296875000000 1.046875000000 +0.271484375000 1.007812500000 0.181640625000 0.945312500000 +0.030639648438 0.847656250000 -0.162109375000 0.718750000000 +-0.375000000000 0.566406250000 -0.578125000000 0.396484375000 +-0.750000000000 0.213867187500 -0.855468750000 0.028076171875 +-0.882812500000 -0.149414062500 -0.820312500000 -0.310546875000 +-0.671875000000 -0.449218750000 -0.453125000000 -0.554687500000 +-0.184570312500 -0.617187500000 0.104492187500 -0.640625000000 +0.376953125000 -0.613281250000 0.601562500000 -0.542968750000 +0.757812500000 -0.421875000000 0.824218750000 -0.263671875000 +0.800781250000 -0.076660156250 0.695312500000 0.126953125000 +0.523437500000 0.333984375000 0.318359375000 0.531250000000 +0.104980468750 0.695312500000 -0.079589843750 0.820312500000 +-0.214843750000 0.894531250000 -0.281250000000 0.910156250000 +-0.267578125000 0.871093750000 -0.174804687500 0.777343750000 +-0.019897460938 0.644531250000 0.185546875000 0.476562500000 +0.414062500000 0.298828125000 0.644531250000 0.123046875000 +0.851562500000 -0.037841796875 1.023437500000 -0.169921875000 +1.156250000000 -0.265625000000 1.234375000000 -0.320312500000 +1.273437500000 -0.332031250000 1.281250000000 -0.308593750000 +1.257812500000 -0.247070312500 1.234375000000 -0.161132812500 +1.203125000000 -0.060791015625 1.187500000000 0.051269531250 +1.171875000000 0.165039062500 1.164062500000 0.275390625000 +1.156250000000 0.373046875000 1.140625000000 0.458984375000 +1.093750000000 0.527343750000 1.015625000000 0.578125000000 +0.902343750000 0.605468750000 0.742187500000 0.617187500000 +0.542968750000 0.605468750000 0.308593750000 0.582031250000 +0.054199218750 0.535156250000 -0.211914062500 0.480468750000 +-0.470703125000 0.414062500000 -0.707031250000 0.339843750000 +-0.910156250000 0.261718750000 -1.070312500000 0.182617187500 +-1.187500000000 0.103027343750 -1.257812500000 0.025878906250 +-1.281250000000 -0.054687500000 -1.265625000000 -0.136718750000 +-1.234375000000 -0.220703125000 -1.179687500000 -0.310546875000 +-1.117187500000 -0.404296875000 -1.054687500000 -0.503906250000 +-0.984375000000 -0.601562500000 -0.921875000000 -0.695312500000 +-0.851562500000 -0.785156250000 -0.769531250000 -0.863281250000 +-0.679687500000 -0.925781250000 -0.566406250000 -0.964843750000 +-0.429687500000 -0.980468750000 -0.269531250000 -0.976562500000 +-0.092773437500 -0.949218750000 0.096679687500 -0.906250000000 +0.287109375000 -0.851562500000 0.464843750000 -0.789062500000 +0.617187500000 -0.734375000000 0.734375000000 -0.687500000000 +0.808593750000 -0.652343750000 0.835937500000 -0.640625000000 +0.820312500000 -0.652343750000 0.757812500000 -0.679687500000 +0.671875000000 -0.730468750000 0.574218750000 -0.796875000000 +0.474609375000 -0.871093750000 0.390625000000 -0.957031250000 +0.332031250000 -1.031250000000 0.308593750000 -1.101562500000 +0.318359375000 -1.156250000000 0.361328125000 -1.179687500000 +0.427734375000 -1.187500000000 0.503906250000 -1.156250000000 +0.582031250000 -1.085937500000 0.644531250000 -0.984375000000 +0.679687500000 -0.843750000000 0.683593750000 -0.675781250000 +0.660156250000 -0.474609375000 0.593750000000 -0.250000000000 +0.507812500000 -0.005523681641 0.406250000000 0.248046875000 +0.296875000000 0.503906250000 0.194335937500 0.753906250000 +0.109863281250 0.988281250000 0.043212890625 1.195312500000 +0.007781982422 1.367187500000 -0.003585815430 1.492187500000 +0.009765625000 1.554687500000 0.040039062500 1.554687500000 +0.082519531250 1.484375000000 0.125976562500 1.343750000000 +0.168945312500 1.125000000000 0.197265625000 0.851562500000 +0.214843750000 0.535156250000 0.214843750000 0.198242187500 +0.199218750000 -0.135742187500 0.166992187500 -0.439453125000 +0.122070312500 -0.687500000000 0.072753906250 -0.851562500000 +0.018310546875 -0.925781250000 -0.036132812500 -0.898437500000 +-0.083984375000 -0.769531250000 -0.118164062500 -0.562500000000 +-0.139648437500 -0.289062500000 -0.141601562500 0.016601562500 +-0.121582031250 0.324218750000 -0.077148437500 0.605468750000 +-0.008972167969 0.828125000000 0.082519531250 0.980468750000 +0.190429687500 1.046875000000 0.318359375000 1.031250000000 +0.457031250000 0.945312500000 0.605468750000 0.796875000000 +0.753906250000 0.609375000000 0.898437500000 0.402343750000 +1.023437500000 0.200195312500 1.140625000000 0.016113281250 +1.234375000000 -0.138671875000 1.289062500000 -0.257812500000 +1.320312500000 -0.341796875000 1.312500000000 -0.396484375000 +1.257812500000 -0.431640625000 1.171875000000 -0.455078125000 +1.046875000000 -0.476562500000 0.894531250000 -0.503906250000 +0.718750000000 -0.539062500000 0.535156250000 -0.593750000000 +0.351562500000 -0.664062500000 0.177734375000 -0.746093750000 +0.030883789062 -0.835937500000 -0.080566406250 -0.933593750000 +-0.152343750000 -1.039062500000 -0.175781250000 -1.132812500000 +-0.153320312500 -1.210937500000 -0.089843750000 -1.273437500000 +0.005767822266 -1.296875000000 0.123046875000 -1.289062500000 +0.250000000000 -1.234375000000 0.371093750000 -1.125000000000 +0.478515625000 -0.960937500000 0.558593750000 -0.753906250000 +0.601562500000 -0.511718750000 0.609375000000 -0.239257812500 +0.582031250000 0.044677734375 0.511718750000 0.320312500000 +0.412109375000 0.570312500000 0.285156250000 0.781250000000 +0.134765625000 0.933593750000 -0.027343750000 1.023437500000 +-0.194335937500 1.054687500000 -0.361328125000 1.023437500000 +-0.523437500000 0.937500000000 -0.671875000000 0.816406250000 +-0.808593750000 0.675781250000 -0.921875000000 0.527343750000 +-1.015625000000 0.394531250000 -1.085937500000 0.283203125000 +-1.132812500000 0.209960937500 -1.148437500000 0.175781250000 +-1.148437500000 0.185546875000 -1.117187500000 0.237304687500 +-1.070312500000 0.324218750000 -1.015625000000 0.439453125000 +-0.937500000000 0.570312500000 -0.851562500000 0.710937500000 +-0.765625000000 0.847656250000 -0.679687500000 0.972656250000 +-0.597656250000 1.070312500000 -0.527343750000 1.132812500000 +-0.472656250000 1.148437500000 -0.433593750000 1.125000000000 +-0.412109375000 1.046875000000 -0.406250000000 0.917968750000 +-0.414062500000 0.742187500000 -0.429687500000 0.523437500000 +-0.449218750000 0.271484375000 -0.464843750000 -0.002792358398 +-0.472656250000 -0.287109375000 -0.464843750000 -0.570312500000 +-0.437500000000 -0.839843750000 -0.390625000000 -1.078125000000 +-0.324218750000 -1.273437500000 -0.244140625000 -1.421875000000 +-0.155273437500 -1.507812500000 -0.067871093750 -1.523437500000 +0.008361816406 -1.468750000000 0.068847656250 -1.335937500000 +0.100097656250 -1.148437500000 0.104003906250 -0.898437500000 +0.077636718750 -0.609375000000 0.022827148438 -0.298828125000 +-0.056884765625 0.008605957031 -0.155273437500 0.292968750000 +-0.259765625000 0.527343750000 -0.365234375000 0.691406250000 +-0.464843750000 0.781250000000 -0.554687500000 0.781250000000 +-0.628906250000 0.695312500000 -0.687500000000 0.539062500000 +-0.730468750000 0.333984375000 -0.761718750000 0.101074218750 +-0.789062500000 -0.130859375000 -0.812500000000 -0.335937500000 +-0.832031250000 -0.492187500000 -0.859375000000 -0.585937500000 +-0.886718750000 -0.617187500000 -0.921875000000 -0.582031250000 +-0.957031250000 -0.500000000000 -0.996093750000 -0.390625000000 +-1.039062500000 -0.271484375000 -1.070312500000 -0.172851562500 +-1.093750000000 -0.107910156250 -1.101562500000 -0.095703125000 +-1.093750000000 -0.131835937500 -1.070312500000 -0.218750000000 +-1.015625000000 -0.343750000000 -0.941406250000 -0.484375000000 +-0.839843750000 -0.625000000000 -0.707031250000 -0.746093750000 +-0.554687500000 -0.828125000000 -0.373046875000 -0.863281250000 +-0.173828125000 -0.847656250000 0.035400390625 -0.781250000000 +0.250000000000 -0.679687500000 0.464843750000 -0.550781250000 +0.667968750000 -0.419921875000 0.851562500000 -0.300781250000 +1.007812500000 -0.208007812500 1.132812500000 -0.149414062500 +1.218750000000 -0.138671875000 1.257812500000 -0.170898437500 +1.257812500000 -0.239257812500 1.203125000000 -0.339843750000 +1.109375000000 -0.460937500000 0.968750000000 -0.585937500000 +0.792968750000 -0.710937500000 0.589843750000 -0.820312500000 +0.373046875000 -0.906250000000 0.156250000000 -0.972656250000 +-0.047119140625 -1.015625000000 -0.214843750000 -1.039062500000 +-0.333984375000 -1.039062500000 -0.398437500000 -1.031250000000 +-0.396484375000 -1.015625000000 -0.330078125000 -0.988281250000 +-0.209960937500 -0.964843750000 -0.048583984375 -0.937500000000 +0.129882812500 -0.914062500000 0.302734375000 -0.894531250000 +0.443359375000 -0.878906250000 0.531250000000 -0.859375000000 +0.546875000000 -0.847656250000 0.486328125000 -0.832031250000 +0.355468750000 -0.816406250000 0.166015625000 -0.792968750000 +-0.061523437500 -0.765625000000 -0.294921875000 -0.726562500000 +-0.503906250000 -0.679687500000 -0.660156250000 -0.621093750000 +-0.738281250000 -0.550781250000 -0.730468750000 -0.466796875000 +-0.628906250000 -0.380859375000 -0.441406250000 -0.296875000000 +-0.198242187500 -0.219726562500 0.083007812500 -0.155273437500 +0.365234375000 -0.114257812500 0.617187500000 -0.097167968750 +0.816406250000 -0.112304687500 0.941406250000 -0.159179687500 +0.992187500000 -0.235351562500 0.957031250000 -0.339843750000 +0.867187500000 -0.462890625000 0.738281250000 -0.601562500000 +0.589843750000 -0.742187500000 0.449218750000 -0.878906250000 +0.341796875000 -1.000000000000 0.275390625000 -1.101562500000 +0.257812500000 -1.179687500000 0.277343750000 -1.226562500000 +0.328125000000 -1.234375000000 0.384765625000 -1.226562500000 +0.427734375000 -1.179687500000 0.437500000000 -1.101562500000 +0.396484375000 -1.007812500000 0.300781250000 -0.898437500000 +0.148437500000 -0.781250000000 -0.045654296875 -0.664062500000 +-0.263671875000 -0.554687500000 -0.478515625000 -0.464843750000 +-0.664062500000 -0.402343750000 -0.796875000000 -0.369140625000 +-0.855468750000 -0.373046875000 -0.832031250000 -0.408203125000 +-0.730468750000 -0.472656250000 -0.562500000000 -0.558593750000 +-0.359375000000 -0.656250000000 -0.139648437500 -0.750000000000 +0.058105468750 -0.832031250000 0.207031250000 -0.878906250000 +0.287109375000 -0.894531250000 0.281250000000 -0.863281250000 +0.193359375000 -0.789062500000 0.035156250000 -0.671875000000 +-0.167968750000 -0.519531250000 -0.388671875000 -0.347656250000 +-0.589843750000 -0.162109375000 -0.742187500000 0.021240234375 +-0.820312500000 0.187500000000 -0.804687500000 0.326171875000 +-0.699218750000 0.429687500000 -0.507812500000 0.490234375000 +-0.250000000000 0.507812500000 0.041503906250 0.482421875000 +0.337890625000 0.417968750000 0.605468750000 0.320312500000 +0.816406250000 0.194335937500 0.953125000000 0.046142578125 +1.007812500000 -0.113769531250 0.972656250000 -0.281250000000 +0.867187500000 -0.451171875000 0.703125000000 -0.613281250000 +0.511718750000 -0.765625000000 0.310546875000 -0.906250000000 +0.119140625000 -1.023437500000 -0.043701171875 -1.125000000000 +-0.166992187500 -1.203125000000 -0.251953125000 -1.250000000000 +-0.306640625000 -1.273437500000 -0.333984375000 -1.257812500000 +-0.351562500000 -1.226562500000 -0.375000000000 -1.164062500000 +-0.410156250000 -1.078125000000 -0.466796875000 -0.976562500000 +-0.539062500000 -0.867187500000 -0.628906250000 -0.757812500000 +-0.726562500000 -0.660156250000 -0.812500000000 -0.585937500000 +-0.878906250000 -0.542968750000 -0.910156250000 -0.535156250000 +-0.898437500000 -0.566406250000 -0.839843750000 -0.636718750000 +-0.734375000000 -0.734375000000 -0.593750000000 -0.847656250000 +-0.427734375000 -0.957031250000 -0.253906250000 -1.039062500000 +-0.089843750000 -1.078125000000 0.051269531250 -1.062500000000 +0.151367187500 -0.964843750000 0.208007812500 -0.800781250000 +0.214843750000 -0.566406250000 0.181640625000 -0.287109375000 +0.115234375000 0.012634277344 0.029174804688 0.304687500000 +-0.056396484375 0.554687500000 -0.133789062500 0.738281250000 +-0.184570312500 0.828125000000 -0.201171875000 0.816406250000 +-0.180664062500 0.707031250000 -0.123046875000 0.511718750000 +-0.034667968750 0.253906250000 0.071289062500 -0.032470703125 +0.185546875000 -0.310546875000 0.294921875000 -0.546875000000 +0.388671875000 -0.714843750000 0.457031250000 -0.789062500000 +0.496093750000 -0.761718750000 0.503906250000 -0.636718750000 +0.482421875000 -0.421875000000 0.433593750000 -0.144531250000 +0.367187500000 0.172851562500 0.285156250000 0.498046875000 +0.198242187500 0.804687500000 0.117675781250 1.070312500000 +0.047607421875 1.281250000000 -0.005676269531 1.429687500000 +-0.037353515625 1.500000000000 -0.040771484375 1.507812500000 +-0.016479492188 1.453125000000 0.038085937500 1.359375000000 +0.119628906250 1.218750000000 0.226562500000 1.062500000000 +0.351562500000 0.886718750000 0.488281250000 0.699218750000 +0.625000000000 0.507812500000 0.750000000000 0.310546875000 +0.859375000000 0.116699218750 0.941406250000 -0.078613281250 +0.984375000000 -0.269531250000 0.984375000000 -0.451171875000 +0.941406250000 -0.621093750000 0.855468750000 -0.773437500000 +0.734375000000 -0.898437500000 0.574218750000 -0.996093750000 +0.392578125000 -1.054687500000 0.196289062500 -1.085937500000 +-0.007934570312 -1.070312500000 -0.208007812500 -1.023437500000 +-0.398437500000 -0.945312500000 -0.570312500000 -0.843750000000 +-0.718750000000 -0.730468750000 -0.843750000000 -0.617187500000 +-0.937500000000 -0.507812500000 -1.000000000000 -0.419921875000 +-1.039062500000 -0.357421875000 -1.054687500000 -0.324218750000 +-1.046875000000 -0.326171875000 -1.015625000000 -0.355468750000 +-0.976562500000 -0.410156250000 -0.929687500000 -0.486328125000 +-0.875000000000 -0.570312500000 -0.824218750000 -0.656250000000 +-0.777343750000 -0.734375000000 -0.746093750000 -0.796875000000 +-0.722656250000 -0.843750000000 -0.714843750000 -0.867187500000 +-0.718750000000 -0.863281250000 -0.738281250000 -0.843750000000 +-0.769531250000 -0.808593750000 -0.804687500000 -0.757812500000 +-0.847656250000 -0.695312500000 -0.894531250000 -0.636718750000 +-0.933593750000 -0.578125000000 -0.972656250000 -0.527343750000 +-1.000000000000 -0.482421875000 -1.023437500000 -0.453125000000 +-1.031250000000 -0.439453125000 -1.023437500000 -0.443359375000 +-1.007812500000 -0.464843750000 -0.972656250000 -0.503906250000 +-0.929687500000 -0.554687500000 -0.871093750000 -0.617187500000 +-0.796875000000 -0.691406250000 -0.718750000000 -0.769531250000 +-0.625000000000 -0.843750000000 -0.527343750000 -0.914062500000 +-0.419921875000 -0.976562500000 -0.316406250000 -1.031250000000 +-0.215820312500 -1.062500000000 -0.124511718750 -1.093750000000 +-0.049316406250 -1.109375000000 0.006469726562 -1.117187500000 +0.037841796875 -1.125000000000 0.043701171875 -1.125000000000 +0.020874023438 -1.125000000000 -0.027343750000 -1.125000000000 +-0.092773437500 -1.132812500000 -0.168945312500 -1.132812500000 +-0.246093750000 -1.132812500000 -0.312500000000 -1.132812500000 +-0.359375000000 -1.117187500000 -0.371093750000 -1.085937500000 +-0.345703125000 -1.046875000000 -0.277343750000 -0.984375000000 +-0.166992187500 -0.906250000000 -0.017700195312 -0.804687500000 +0.161132812500 -0.683593750000 0.363281250000 -0.546875000000 +0.574218750000 -0.388671875000 0.781250000000 -0.219726562500 +0.972656250000 -0.043212890625 1.140625000000 0.136718750000 +1.257812500000 0.310546875000 1.335937500000 0.470703125000 +1.351562500000 0.605468750000 1.312500000000 0.710937500000 +1.210937500000 0.777343750000 1.046875000000 0.800781250000 +0.832031250000 0.777343750000 0.578125000000 0.707031250000 +0.296875000000 0.601562500000 0.005767822266 0.457031250000 +-0.273437500000 0.292968750000 -0.519531250000 0.116210937500 +-0.714843750000 -0.053710937500 -0.839843750000 -0.208984375000 +-0.886718750000 -0.335937500000 -0.847656250000 -0.425781250000 +-0.722656250000 -0.472656250000 -0.527343750000 -0.470703125000 +-0.275390625000 -0.423828125000 0.009582519531 -0.330078125000 +0.304687500000 -0.202148437500 0.585937500000 -0.040771484375 +0.832031250000 0.138671875000 1.023437500000 0.328125000000 +1.156250000000 0.511718750000 1.218750000000 0.679687500000 +1.218750000000 0.820312500000 1.156250000000 0.921875000000 +1.046875000000 0.980468750000 0.910156250000 0.980468750000 +0.750000000000 0.921875000000 0.589843750000 0.812500000000 +0.425781250000 0.644531250000 0.269531250000 0.435546875000 +0.125000000000 0.191406250000 -0.013000488281 -0.075195312500 +-0.140625000000 -0.347656250000 -0.265625000000 -0.613281250000 +-0.386718750000 -0.855468750000 -0.503906250000 -1.062500000000 +-0.605468750000 -1.226562500000 -0.695312500000 -1.335937500000 +-0.757812500000 -1.382812500000 -0.789062500000 -1.375000000000 +-0.773437500000 -1.304687500000 -0.710937500000 -1.171875000000 +-0.597656250000 -0.996093750000 -0.437500000000 -0.781250000000 +-0.238281250000 -0.546875000000 -0.014282226562 -0.308593750000 +0.218750000000 -0.083984375000 0.443359375000 0.107910156250 +0.632812500000 0.248046875000 0.777343750000 0.320312500000 +0.863281250000 0.326171875000 0.882812500000 0.257812500000 +0.835937500000 0.124023437500 0.730468750000 -0.059326171875 +0.585937500000 -0.271484375000 0.414062500000 -0.484375000000 +0.239257812500 -0.675781250000 0.083007812500 -0.824218750000 +-0.037597656250 -0.898437500000 -0.110351562500 -0.894531250000 +-0.127929687500 -0.812500000000 -0.087402343750 -0.656250000000 +0.001045227051 -0.441406250000 0.129882812500 -0.187500000000 +0.283203125000 0.081054687500 0.447265625000 0.332031250000 +0.605468750000 0.550781250000 0.750000000000 0.710937500000 +0.867187500000 0.812500000000 0.957031250000 0.843750000000 +1.023437500000 0.800781250000 1.070312500000 0.695312500000 +1.109375000000 0.546875000000 1.132812500000 0.365234375000 +1.164062500000 0.163085937500 1.187500000000 -0.042480468750 +1.203125000000 -0.236328125000 1.218750000000 -0.410156250000 +1.203125000000 -0.554687500000 1.164062500000 -0.664062500000 +1.085937500000 -0.738281250000 0.957031250000 -0.773437500000 +0.777343750000 -0.769531250000 0.550781250000 -0.726562500000 +0.285156250000 -0.660156250000 -0.000698089600 -0.566406250000 +-0.287109375000 -0.462890625000 -0.546875000000 -0.355468750000 +-0.753906250000 -0.251953125000 -0.894531250000 -0.161132812500 +-0.945312500000 -0.093261718750 -0.906250000000 -0.048583984375 +-0.769531250000 -0.027099609375 -0.558593750000 -0.023925781250 +-0.289062500000 -0.031250000000 0.015014648438 -0.038574218750 +0.324218750000 -0.037353515625 0.609375000000 -0.014221191406 +0.843750000000 0.037597656250 1.007812500000 0.117675781250 +1.093750000000 0.227539062500 1.101562500000 0.363281250000 +1.023437500000 0.511718750000 0.882812500000 0.664062500000 +0.691406250000 0.804687500000 0.470703125000 0.921875000000 +0.235351562500 1.000000000000 0.001174926758 1.039062500000 +-0.218750000000 1.023437500000 -0.419921875000 0.957031250000 +-0.593750000000 0.851562500000 -0.746093750000 0.707031250000 +-0.882812500000 0.531250000000 -1.000000000000 0.341796875000 +-1.101562500000 0.146484375000 -1.187500000000 -0.042480468750 +-1.265625000000 -0.213867187500 -1.320312500000 -0.355468750000 +-1.343750000000 -0.460937500000 -1.335937500000 -0.523437500000 +-1.281250000000 -0.539062500000 -1.187500000000 -0.500000000000 +-1.039062500000 -0.416015625000 -0.851562500000 -0.289062500000 +-0.628906250000 -0.129882812500 -0.380859375000 0.052734375000 +-0.134765625000 0.242187500000 0.095703125000 0.425781250000 +0.289062500000 0.585937500000 0.429687500000 0.710937500000 +0.503906250000 0.789062500000 0.503906250000 0.816406250000 +0.431640625000 0.789062500000 0.291015625000 0.710937500000 +0.094726562500 0.593750000000 -0.137695312500 0.443359375000 +-0.388671875000 0.275390625000 -0.640625000000 0.107421875000 +-0.871093750000 -0.050537109375 -1.062500000000 -0.184570312500 +-1.210937500000 -0.289062500000 -1.304687500000 -0.349609375000 +-1.359375000000 -0.367187500000 -1.359375000000 -0.339843750000 +-1.320312500000 -0.271484375000 -1.265625000000 -0.165039062500 +-1.187500000000 -0.029785156250 -1.101562500000 0.124511718750 +-1.015625000000 0.287109375000 -0.937500000000 0.447265625000 +-0.871093750000 0.589843750000 -0.820312500000 0.699218750000 +-0.781250000000 0.769531250000 -0.761718750000 0.785156250000 +-0.757812500000 0.746093750000 -0.792968750000 0.496093750000 +-0.816406250000 0.314453125000 -0.847656250000 0.117675781250 +-0.871093750000 -0.075195312500 -0.894531250000 -0.243164062500 +-0.902343750000 -0.369140625000 -0.898437500000 -0.437500000000 +-0.886718750000 -0.439453125000 -0.859375000000 -0.375000000000 +-0.828125000000 -0.255859375000 -0.796875000000 -0.089355468750 +-0.773437500000 0.102539062500 -0.765625000000 0.296875000000 +-0.773437500000 0.476562500000 -0.808593750000 0.625000000000 +-0.863281250000 0.730468750000 -0.929687500000 0.789062500000 +-1.000000000000 0.804687500000 -1.062500000000 0.781250000000 +-1.101562500000 0.730468750000 -1.101562500000 0.675781250000 +-1.046875000000 0.621093750000 -0.937500000000 0.578125000000 +-0.769531250000 0.562500000000 -0.550781250000 0.566406250000 +-0.302734375000 0.593750000000 -0.041259765625 0.636718750000 +0.207031250000 0.675781250000 0.414062500000 0.710937500000 +0.562500000000 0.718750000000 0.632812500000 0.699218750000 +0.621093750000 0.640625000000 0.527343750000 0.539062500000 +0.365234375000 0.400390625000 0.156250000000 0.227539062500 +-0.071289062500 0.028808593750 -0.289062500000 -0.189453125000 +-0.470703125000 -0.410156250000 -0.597656250000 -0.625000000000 +-0.652343750000 -0.824218750000 -0.632812500000 -0.996093750000 +-0.542968750000 -1.125000000000 -0.410156250000 -1.218750000000 +-0.247070312500 -1.265625000000 -0.077148437500 -1.250000000000 +0.071289062500 -1.195312500000 0.179687500000 -1.085937500000 +0.237304687500 -0.929687500000 0.235351562500 -0.734375000000 +0.180664062500 -0.503906250000 0.077148437500 -0.248046875000 +-0.051269531250 0.025268554688 -0.191406250000 0.302734375000 +-0.320312500000 0.574218750000 -0.427734375000 0.828125000000 +-0.492187500000 1.054687500000 -0.511718750000 1.242187500000 +-0.484375000000 1.375000000000 -0.408203125000 1.453125000000 +-0.292968750000 1.468750000000 -0.150390625000 1.414062500000 +0.013244628906 1.289062500000 0.180664062500 1.109375000000 +0.341796875000 0.871093750000 0.484375000000 0.593750000000 +0.601562500000 0.296875000000 0.683593750000 -0.003051757812 +0.722656250000 -0.283203125000 0.718750000000 -0.523437500000 +0.667968750000 -0.699218750000 0.570312500000 -0.808593750000 +0.435546875000 -0.839843750000 0.267578125000 -0.789062500000 +0.077148437500 -0.667968750000 -0.124023437500 -0.484375000000 +-0.320312500000 -0.261718750000 -0.500000000000 -0.017089843750 +-0.652343750000 0.227539062500 -0.769531250000 0.457031250000 +-0.839843750000 0.652343750000 -0.859375000000 0.812500000000 +-0.832031250000 0.933593750000 -0.765625000000 1.015625000000 +-0.664062500000 1.078125000000 -0.535156250000 1.109375000000 +-0.396484375000 1.140625000000 -0.248046875000 1.171875000000 +-0.105957031250 1.203125000000 0.020385742188 1.234375000000 +0.128906250000 1.273437500000 0.213867187500 1.289062500000 +0.277343750000 1.289062500000 0.312500000000 1.257812500000 +0.326171875000 1.179687500000 0.316406250000 1.046875000000 +0.285156250000 0.875000000000 0.236328125000 0.656250000000 +0.166015625000 0.400390625000 0.075683593750 0.125000000000 +-0.033691406250 -0.153320312500 -0.158203125000 -0.417968750000 +-0.298828125000 -0.652343750000 -0.449218750000 -0.835937500000 +-0.605468750000 -0.968750000000 -0.757812500000 -1.031250000000 +-0.894531250000 -1.031250000000 -1.007812500000 -0.968750000000 +-1.093750000000 -0.851562500000 -1.140625000000 -0.683593750000 +-1.140625000000 -0.476562500000 -1.085937500000 -0.249023437500 +-0.984375000000 -0.011596679688 -0.835937500000 0.221679687500 +-0.648437500000 0.433593750000 -0.425781250000 0.613281250000 +-0.183593750000 0.750000000000 0.067382812500 0.828125000000 +0.310546875000 0.847656250000 0.542968750000 0.808593750000 +0.746093750000 0.714843750000 0.914062500000 0.574218750000 +1.046875000000 0.408203125000 1.132812500000 0.229492187500 +1.179687500000 0.066894531250 1.187500000000 -0.064941406250 +1.156250000000 -0.146484375000 1.093750000000 -0.164062500000 +1.007812500000 -0.114746093750 0.902343750000 -0.003646850586 +0.789062500000 0.156250000000 0.679687500000 0.345703125000 +0.574218750000 0.539062500000 0.488281250000 0.710937500000 +0.417968750000 0.835937500000 0.373046875000 0.890625000000 +0.351562500000 0.871093750000 0.351562500000 0.769531250000 +0.369140625000 0.593750000000 0.400390625000 0.359375000000 +0.435546875000 0.084960937500 0.466796875000 -0.203125000000 +0.486328125000 -0.482421875000 0.488281250000 -0.730468750000 +0.466796875000 -0.929687500000 0.417968750000 -1.078125000000 +0.345703125000 -1.171875000000 0.251953125000 -1.218750000000 +0.138671875000 -1.226562500000 0.012145996094 -1.218750000000 +-0.117675781250 -1.195312500000 -0.248046875000 -1.171875000000 +-0.369140625000 -1.164062500000 -0.472656250000 -1.164062500000 +-0.558593750000 -1.171875000000 -0.617187500000 -1.179687500000 +-0.644531250000 -1.171875000000 -0.644531250000 -1.132812500000 +-0.609375000000 -1.054687500000 -0.542968750000 -0.937500000000 +-0.447265625000 -0.773437500000 -0.328125000000 -0.566406250000 +-0.184570312500 -0.330078125000 -0.028686523438 -0.081542968750 +0.137695312500 0.162109375000 0.298828125000 0.382812500000 +0.457031250000 0.558593750000 0.601562500000 0.683593750000 +0.726562500000 0.742187500000 0.832031250000 0.746093750000 +0.921875000000 0.691406250000 0.988281250000 0.605468750000 +1.039062500000 0.498046875000 1.078125000000 0.392578125000 +1.109375000000 0.306640625000 1.132812500000 0.253906250000 +1.156250000000 0.242187500000 1.171875000000 0.271484375000 +1.179687500000 0.335937500000 1.164062500000 0.417968750000 +1.132812500000 0.503906250000 1.070312500000 0.570312500000 +0.980468750000 0.605468750000 0.855468750000 0.585937500000 +0.703125000000 0.511718750000 0.531250000000 0.382812500000 +0.345703125000 0.203125000000 0.164062500000 -0.013549804688 +0.001075744629 -0.248046875000 -0.125000000000 -0.480468750000 +-0.207031250000 -0.691406250000 -0.234375000000 -0.867187500000 +-0.203125000000 -0.996093750000 -0.119628906250 -1.070312500000 +0.008483886719 -1.093750000000 0.165039062500 -1.078125000000 +0.333984375000 -1.023437500000 0.492187500000 -0.957031250000 +0.628906250000 -0.882812500000 0.718750000000 -0.820312500000 +0.757812500000 -0.773437500000 0.734375000000 -0.750000000000 +0.652343750000 -0.750000000000 0.511718750000 -0.769531250000 +0.324218750000 -0.804687500000 0.096679687500 -0.843750000000 +-0.153320312500 -0.882812500000 -0.410156250000 -0.914062500000 +-0.656250000000 -0.925781250000 -0.882812500000 -0.921875000000 +-1.062500000000 -0.898437500000 -1.187500000000 -0.851562500000 +-1.250000000000 -0.789062500000 -1.234375000000 -0.714843750000 +-1.148437500000 -0.632812500000 -0.980468750000 -0.546875000000 +-0.753906250000 -0.458984375000 -0.472656250000 -0.378906250000 +-0.164062500000 -0.306640625000 0.148437500000 -0.245117187500 +0.437500000000 -0.195312500000 0.671875000000 -0.159179687500 +0.835937500000 -0.138671875000 0.910156250000 -0.130859375000 +0.886718750000 -0.139648437500 0.769531250000 -0.162109375000 +0.578125000000 -0.202148437500 0.328125000000 -0.261718750000 +0.052490234375 -0.335937500000 -0.219726562500 -0.425781250000 +-0.457031250000 -0.535156250000 -0.636718750000 -0.648437500000 +-0.738281250000 -0.769531250000 -0.753906250000 -0.890625000000 +-0.691406250000 -0.992187500000 -0.558593750000 -1.078125000000 +-0.375000000000 -1.117187500000 -0.159179687500 -1.125000000000 +0.062011718750 -1.078125000000 0.267578125000 -0.976562500000 diff --git a/AI_Engine_Development/AIE-MLv2/Design_Tutorials/01-Radio-ML/aie/radioml_top/data/data_o.txt b/AI_Engine_Development/AIE-MLv2/Design_Tutorials/01-Radio-ML/aie/radioml_top/data/data_o.txt new file mode 100644 index 0000000000..7fb833433c --- /dev/null +++ b/AI_Engine_Development/AIE-MLv2/Design_Tutorials/01-Radio-ML/aie/radioml_top/data/data_o.txt @@ -0,0 +1,48 @@ +1.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000040 1.000000000000 0.000000808388 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000206 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000028173 0.120605468750 0.878906250000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000003 0.000000000000 +0.000000000000 0.000000000000 0.000000000029 0.000000000000 +0.000000000146 0.000000053085 0.000000001120 0.000000000159 +0.000000000000 0.000000000000 0.000000000001 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 1.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000000000000 0.000000000000 0.000000000000 +0.000000001543 0.000000000691 0.000012516975 0.000000000015 +1.000000000000 0.000000009779 0.000000000003 0.000000000013 +0.000000000001 0.000000000000 0.000000000000 0.000000000000 +0.000000000013 0.000000000000 0.000000000000 0.000000000000 +0.000000000000 0.000009417534 0.000000007858 0.000000000040 +0.000000000005 0.000000000000 0.000000000793 0.000000000000 +0.000000007043 0.000000000564 0.000000080559 0.000000079162 +0.000009417534 1.000000000000 0.000019669533 0.000001274049 +0.000000003070 0.000000000186 0.000000000052 0.000000000187 +0.000000119209 0.000000000073 0.000000000658 0.000000000050 +0.000000002110 0.000002637506 0.000000008382 0.000000000086 +0.000000002343 0.000000000238 0.000000363216 0.000000113156 +0.000000026659 0.000000065193 0.000000068452 0.000000000022 +0.000000413507 0.000000060536 1.000000000000 0.000092983246 +0.000000072643 0.000001117587 0.000000000210 0.000000000089 +0.000000199303 0.000000000034 0.000000689179 0.000000002299 +0.000001005828 0.000000215136 0.000000089873 0.000000506639 +0.000015199184 0.000000002037 0.000000562519 0.000000008091 +0.000000052387 0.000000640750 0.000000145286 0.000000001666 +0.000000000132 0.000000976026 0.000003799796 1.000000000000 +0.000000322238 0.000000000033 0.000000000014 0.000000000008 +0.000000002517 0.000000000015 0.000000000355 0.000000000004 +0.000000000275 0.000008463860 0.000000050757 0.000000000001 +0.000000000000 0.000000055181 0.000000292435 0.000000001477 diff --git a/AI_Engine_Development/AIE-MLv2/Design_Tutorials/01-Radio-ML/aie/radioml_top/data/modulation_classes.txt b/AI_Engine_Development/AIE-MLv2/Design_Tutorials/01-Radio-ML/aie/radioml_top/data/modulation_classes.txt new file mode 100644 index 0000000000..d9f82e6e56 --- /dev/null +++ b/AI_Engine_Development/AIE-MLv2/Design_Tutorials/01-Radio-ML/aie/radioml_top/data/modulation_classes.txt @@ -0,0 +1,24 @@ +OOK +4ASK +8ASK +BPSK +QPSK +8PSK +16PSK +32PSK +16APSK +32APSK +64APSK +128APSK +16QAM +32QAM +64QAM +128QAM +256QAM +AM-SSB-WC +AM-SSB-SC +AM-DSB-WC +AM-DSB-SC +FM +GMSK +OQPSK diff --git a/AI_Engine_Development/AIE-MLv2/Design_Tutorials/01-Radio-ML/aie/radioml_top/data/w11_biases-rtp.txt b/AI_Engine_Development/AIE-MLv2/Design_Tutorials/01-Radio-ML/aie/radioml_top/data/w11_biases-rtp.txt new file mode 100644 index 0000000000..fb71fc38ed --- /dev/null +++ b/AI_Engine_Development/AIE-MLv2/Design_Tutorials/01-Radio-ML/aie/radioml_top/data/w11_biases-rtp.txt @@ -0,0 +1,64 @@ +0.304687500000 +-0.051269531250 +0.157226562500 +0.002136230469 +-0.020019531250 +0.139648437500 +0.115234375000 +0.234375000000 +-0.038574218750 +0.136718750000 +0.183593750000 +0.328125000000 +-0.217773437500 +0.095214843750 +0.133789062500 +0.021484375000 +-0.055419921875 +0.328125000000 +0.192382812500 +-0.105468750000 +-0.143554687500 +-0.138671875000 +0.033447265625 +0.043212890625 +-0.138671875000 +-0.038330078125 +0.013671875000 +-0.029296875000 +-0.402343750000 +0.031005859375 +0.171875000000 +0.069335937500 +0.144531250000 +0.289062500000 +0.136718750000 +0.056884765625 +-0.081542968750 +0.021850585938 +-0.001235961914 +0.388671875000 +-0.008483886719 +0.347656250000 +-0.205078125000 +-0.059326171875 +-0.314453125000 +0.230468750000 +-0.094726562500 +-0.220703125000 +-0.026367187500 +0.091796875000 +-0.068359375000 +-0.019165039062 +0.046142578125 +-0.169921875000 +0.045410156250 +0.107421875000 +0.103027343750 +0.092285156250 +-0.008605957031 +0.171875000000 +0.005920410156 +0.232421875000 +0.241210937500 +0.066406250000 diff --git a/AI_Engine_Development/AIE-MLv2/Design_Tutorials/01-Radio-ML/aie/radioml_top/data/w11_weights-rtp.txt b/AI_Engine_Development/AIE-MLv2/Design_Tutorials/01-Radio-ML/aie/radioml_top/data/w11_weights-rtp.txt new file mode 100644 index 0000000000..a06cac07f2 --- /dev/null +++ b/AI_Engine_Development/AIE-MLv2/Design_Tutorials/01-Radio-ML/aie/radioml_top/data/w11_weights-rtp.txt @@ -0,0 +1,28672 @@ +0.026733398438 +-0.106933593750 +0.081054687500 +-0.255859375000 +0.185546875000 +0.298828125000 +-0.151367187500 +-0.078613281250 +0.026367187500 +-0.097656250000 +0.058105468750 +-0.026611328125 +-0.213867187500 +-0.103027343750 +0.100585937500 +-0.023437500000 +-0.014099121094 +-0.026123046875 +-0.067871093750 +0.045654296875 +-0.174804687500 +0.138671875000 +0.009765625000 +-0.213867187500 +-0.030639648438 +-0.010253906250 +-0.035400390625 +-0.324218750000 +0.087402343750 +0.021972656250 +0.054443359375 +0.004058837891 +-0.158203125000 +-0.114257812500 +0.106445312500 +0.014160156250 +0.052001953125 +-0.026855468750 +0.077636718750 +-0.198242187500 +-0.125000000000 +0.136718750000 +0.233398437500 +0.126953125000 +0.214843750000 +-0.069824218750 +0.218750000000 +-0.045654296875 +-0.103515625000 +0.026855468750 +-0.020141601562 +-0.068847656250 +0.245117187500 +-0.148437500000 +-0.000297546387 +0.041015625000 +-0.030883789062 +0.047607421875 +-0.043701171875 +0.166015625000 +-0.106445312500 +-0.484375000000 +0.105468750000 +-0.171875000000 +-0.064453125000 +-0.169921875000 +0.085449218750 +-0.089843750000 +0.192382812500 +0.212890625000 +-0.116210937500 +-0.146484375000 +-0.108398437500 +-0.057861328125 +0.257812500000 +0.024536132812 +-0.182617187500 +0.072265625000 +-0.089355468750 +-0.066894531250 +-0.149414062500 +0.017578125000 +-0.285156250000 +-0.014038085938 +-0.188476562500 +-0.045166015625 +-0.016113281250 +-0.181640625000 +0.016723632812 +-0.124023437500 +0.037109375000 +-0.332031250000 +0.166015625000 +0.027343750000 +-0.063476562500 +-0.013305664062 +-0.175781250000 +-0.111328125000 +0.082031250000 +0.034423828125 +0.152343750000 +0.134765625000 +0.039062500000 +-0.175781250000 +-0.078125000000 +0.198242187500 +0.265625000000 +-0.141601562500 +0.112792968750 +-0.118164062500 +0.049316406250 +-0.137695312500 +-0.154296875000 +-0.032958984375 +0.102539062500 +0.061035156250 +0.135742187500 +-0.010375976562 +0.151367187500 +0.003448486328 +-0.010986328125 +0.012817382812 +0.001701354980 +0.143554687500 +-0.165039062500 +-0.378906250000 +0.069335937500 +0.077636718750 +0.135742187500 +-0.226562500000 +0.157226562500 +0.043701171875 +0.125000000000 +-0.008483886719 +-0.111816406250 +-0.125976562500 +0.059570312500 +-0.052001953125 +0.178710937500 +0.171875000000 +-0.044921875000 +-0.102539062500 +-0.101562500000 +-0.085449218750 +-0.007446289062 +0.000621795654 +-0.129882812500 +0.036865234375 +-0.318359375000 +-0.156250000000 +-0.119140625000 +-0.131835937500 +0.049560546875 +0.070312500000 +-0.086425781250 +-0.187500000000 +0.105957031250 +0.056152343750 +0.041992187500 +0.012268066406 +-0.417968750000 +-0.149414062500 +0.271484375000 +-0.181640625000 +0.072753906250 +-0.087402343750 +-0.130859375000 +-0.182617187500 +-0.078125000000 +0.108398437500 +0.248046875000 +0.187500000000 +0.134765625000 +0.020141601562 +0.021850585938 +-0.259765625000 +-0.130859375000 +0.078613281250 +-0.011901855469 +0.073242187500 +0.127929687500 +0.132812500000 +0.108886718750 +0.022460937500 +-0.055419921875 +-0.147460937500 +0.083984375000 +0.039550781250 +-0.018798828125 +-0.138671875000 +0.014404296875 +-0.042968750000 +0.047851562500 +-0.170898437500 +0.117187500000 +0.125976562500 +0.168945312500 +-0.093261718750 +0.047363281250 +-0.010925292969 +0.127929687500 +0.006134033203 +0.229492187500 +0.146484375000 +-0.125976562500 +0.006866455078 +0.006561279297 +0.170898437500 +-0.033203125000 +0.053710937500 +-0.100585937500 +0.152343750000 +-0.230468750000 +0.145507812500 +0.141601562500 +0.009155273438 +-0.091308593750 +0.016723632812 +0.050292968750 +-0.259765625000 +0.195312500000 +0.059814453125 +0.000892639160 +0.019531250000 +-0.075683593750 +-0.160156250000 +-0.031127929688 +-0.148437500000 +0.025268554688 +-0.181640625000 +-0.004791259766 +-0.112792968750 +0.004699707031 +0.068847656250 +0.248046875000 +0.147460937500 +0.127929687500 +-0.029663085938 +0.201171875000 +-0.267578125000 +-0.257812500000 +0.130859375000 +0.190429687500 +0.131835937500 +0.116210937500 +0.154296875000 +-0.051513671875 +0.167968750000 +-0.196289062500 +-0.097656250000 +-0.167968750000 +0.171875000000 +0.054443359375 +-0.097656250000 +0.198242187500 +0.000379562378 +0.085937500000 +-0.326171875000 +-0.066406250000 +-0.016723632812 +0.059326171875 +-0.056884765625 +-0.115722656250 +-0.122558593750 +-0.031494140625 +-0.001770019531 +0.102050781250 +0.022583007812 +-0.229492187500 +-0.060546875000 +-0.038330078125 +0.079589843750 +-0.181640625000 +-0.025024414062 +-0.257812500000 +-0.051757812500 +-0.176757812500 +-0.022949218750 +0.098632812500 +0.028686523438 +-0.009155273438 +-0.085449218750 +-0.010009765625 +-0.306640625000 +0.236328125000 +0.069824218750 +0.060058593750 +0.029785156250 +-0.271484375000 +-0.185546875000 +0.047607421875 +-0.182617187500 +-0.065429687500 +-0.269531250000 +0.067871093750 +-0.119140625000 +-0.380859375000 +-0.014099121094 +0.195312500000 +0.078125000000 +0.107421875000 +0.011474609375 +0.132812500000 +-0.196289062500 +0.024536132812 +0.031982421875 +0.189453125000 +0.027099609375 +-0.033203125000 +-0.028320312500 +-0.220703125000 +-0.236328125000 +-0.105957031250 +-0.067871093750 +-0.072753906250 +0.081054687500 +-0.046386718750 +0.060791015625 +0.051757812500 +-0.107421875000 +0.187500000000 +-0.217773437500 +-0.052490234375 +-0.052246093750 +0.029663085938 +0.049316406250 +-0.226562500000 +-0.316406250000 +-0.102539062500 +0.108398437500 +-0.106933593750 +-0.160156250000 +-0.177734375000 +-0.038574218750 +-0.055664062500 +-0.033691406250 +-0.044189453125 +-0.110351562500 +0.002624511719 +-0.096191406250 +-0.136718750000 +0.133789062500 +0.068847656250 +0.020019531250 +0.057617187500 +-0.167968750000 +-0.052734375000 +-0.326171875000 +0.298828125000 +0.123535156250 +0.050537109375 +-0.041259765625 +-0.292968750000 +-0.204101562500 +-0.102539062500 +0.003768920898 +-0.031127929688 +-0.086914062500 +0.087890625000 +-0.083984375000 +-0.120117187500 +0.016601562500 +0.227539062500 +-0.043945312500 +0.283203125000 +-0.034667968750 +0.201171875000 +-0.129882812500 +-0.117187500000 +-0.010253906250 +0.163085937500 +0.107421875000 +-0.065917968750 +-0.031738281250 +-0.143554687500 +-0.137695312500 +-0.057373046875 +-0.047607421875 +-0.054931640625 +0.196289062500 +-0.161132812500 +0.038085937500 +0.022094726562 +-0.165039062500 +0.201171875000 +-0.439453125000 +-0.159179687500 +0.058837890625 +0.002395629883 +-0.300781250000 +-0.314453125000 +-0.103515625000 +0.009826660156 +0.031005859375 +-0.039550781250 +-0.225585937500 +-0.196289062500 +-0.122558593750 +-0.149414062500 +-0.237304687500 +0.121582031250 +-0.190429687500 +-0.000141143799 +0.135742187500 +0.067871093750 +-0.091796875000 +0.015869140625 +0.048095703125 +0.073730468750 +-0.108398437500 +-0.084960937500 +-0.271484375000 +0.277343750000 +0.064941406250 +-0.026977539062 +0.068359375000 +-0.515625000000 +-0.228515625000 +-0.058349609375 +-0.212890625000 +0.168945312500 +-0.161132812500 +0.145507812500 +-0.040283203125 +-0.091796875000 +0.063476562500 +0.259765625000 +0.068359375000 +0.300781250000 +0.031738281250 +0.359375000000 +-0.149414062500 +-0.059570312500 +-0.141601562500 +0.072753906250 +-0.029174804688 +0.145507812500 +0.242187500000 +-0.121093750000 +-0.106933593750 +-0.060302734375 +0.045898437500 +-0.014099121094 +0.034667968750 +0.210937500000 +-0.139648437500 +0.066406250000 +-0.114257812500 +0.009582519531 +-0.052490234375 +-0.133789062500 +0.106933593750 +-0.212890625000 +-0.041503906250 +0.068359375000 +0.037109375000 +-0.037353515625 +0.018554687500 +0.088867187500 +-0.020263671875 +0.122070312500 +0.074218750000 +0.161132812500 +0.159179687500 +0.133789062500 +0.025390625000 +0.019042968750 +0.111328125000 +0.049560546875 +-0.055908203125 +-0.013183593750 +0.068847656250 +0.006134033203 +0.198242187500 +-0.153320312500 +-0.120605468750 +0.213867187500 +-0.384765625000 +-0.263671875000 +-0.173828125000 +0.051513671875 +-0.139648437500 +-0.012023925781 +-0.146484375000 +-0.092285156250 +0.083007812500 +0.218750000000 +-0.289062500000 +0.037109375000 +-0.175781250000 +-0.046875000000 +0.070800781250 +-0.049316406250 +-0.160156250000 +0.139648437500 +0.057373046875 +-0.213867187500 +0.086425781250 +-0.024780273438 +-0.259765625000 +0.108886718750 +-0.117187500000 +-0.123046875000 +0.050537109375 +0.033935546875 +-0.158203125000 +-0.021484375000 +-0.015625000000 +0.049316406250 +0.044189453125 +0.016235351562 +-0.202148437500 +-0.054443359375 +-0.051025390625 +-0.107910156250 +0.127929687500 +-0.104980468750 +-0.128906250000 +0.170898437500 +0.002716064453 +0.164062500000 +0.124511718750 +0.139648437500 +0.000469207764 +0.104980468750 +-0.106445312500 +0.044921875000 +0.027465820312 +-0.036132812500 +0.047363281250 +-0.086914062500 +0.117675781250 +-0.038085937500 +-0.126953125000 +-0.059082031250 +-0.108398437500 +0.102050781250 +0.225585937500 +0.060302734375 +-0.161132812500 +0.007385253906 +-0.408203125000 +0.052734375000 +0.042480468750 +0.194335937500 +0.095214843750 +-0.135742187500 +0.098144531250 +0.075195312500 +0.026245117188 +0.005249023438 +-0.189453125000 +0.035644531250 +-0.092773437500 +-0.227539062500 +0.022949218750 +-0.130859375000 +-0.163085937500 +0.185546875000 +0.050537109375 +-0.125976562500 +0.073730468750 +-0.081542968750 +-0.201171875000 +0.020996093750 +-0.147460937500 +-0.063476562500 +-0.020141601562 +0.062988281250 +-0.121582031250 +0.000138282776 +0.056152343750 +0.032714843750 +-0.031738281250 +0.055419921875 +-0.189453125000 +0.090332031250 +-0.052734375000 +-0.112792968750 +0.068359375000 +0.060791015625 +-0.032470703125 +-0.093261718750 +0.093750000000 +0.029541015625 +0.080566406250 +0.154296875000 +0.030395507812 +-0.035156250000 +-0.155273437500 +-0.000465393066 +-0.022094726562 +0.126953125000 +0.107910156250 +-0.208007812500 +0.026245117188 +-0.009521484375 +0.042968750000 +-0.133789062500 +0.118164062500 +-0.002197265625 +-0.077148437500 +-0.058593750000 +-0.052490234375 +0.062011718750 +-0.189453125000 +-0.150390625000 +-0.112304687500 +0.110351562500 +-0.008728027344 +-0.144531250000 +0.107910156250 +-0.019775390625 +0.298828125000 +-0.020019531250 +-0.188476562500 +0.226562500000 +-0.105468750000 +-0.259765625000 +0.164062500000 +-0.149414062500 +-0.087890625000 +0.094726562500 +0.017822265625 +-0.033935546875 +0.077636718750 +-0.096679687500 +-0.085937500000 +0.168945312500 +-0.163085937500 +-0.112792968750 +-0.095703125000 +-0.166015625000 +-0.084960937500 +0.009826660156 +0.021240234375 +0.049804687500 +0.146484375000 +-0.093261718750 +-0.211914062500 +0.189453125000 +0.022827148438 +-0.120605468750 +-0.051269531250 +-0.141601562500 +-0.196289062500 +0.157226562500 +0.084472656250 +-0.044921875000 +0.130859375000 +0.144531250000 +0.016479492188 +0.120117187500 +-0.094238281250 +0.182617187500 +0.089843750000 +0.199218750000 +0.110351562500 +-0.194335937500 +0.014343261719 +0.104003906250 +-0.046386718750 +-0.016967773438 +0.070800781250 +0.125000000000 +-0.015625000000 +-0.103027343750 +-0.068359375000 +0.035156250000 +0.037109375000 +-0.025634765625 +-0.045654296875 +-0.137695312500 +-0.240234375000 +0.037353515625 +-0.063476562500 +0.029907226562 +0.250000000000 +-0.088867187500 +-0.132812500000 +0.113769531250 +-0.080566406250 +-0.232421875000 +0.184570312500 +0.025878906250 +-0.166992187500 +0.096191406250 +-0.065917968750 +-0.076660156250 +0.001983642578 +-0.016845703125 +0.177734375000 +0.119628906250 +-0.152343750000 +-0.018676757812 +0.008056640625 +-0.108886718750 +-0.186523437500 +0.040527343750 +0.013793945312 +-0.100097656250 +0.069824218750 +0.053466796875 +-0.043212890625 +-0.028930664062 +0.047607421875 +-0.157226562500 +0.015441894531 +-0.122070312500 +-0.193359375000 +0.094726562500 +0.122070312500 +-0.168945312500 +-0.027832031250 +0.078125000000 +-0.025390625000 +0.068847656250 +-0.018310546875 +0.096191406250 +0.170898437500 +0.122070312500 +0.086914062500 +-0.267578125000 +-0.061035156250 +0.038085937500 +0.131835937500 +-0.049804687500 +0.009887695312 +-0.020141601562 +0.186523437500 +0.149414062500 +0.113281250000 +0.042236328125 +0.045654296875 +-0.194335937500 +-0.187500000000 +-0.117675781250 +-0.101074218750 +-0.050292968750 +0.190429687500 +0.016357421875 +0.112792968750 +0.139648437500 +0.013916015625 +-0.024658203125 +0.049560546875 +-0.058837890625 +-0.003402709961 +0.118652343750 +-0.070800781250 +0.211914062500 +-0.102050781250 +-0.000071525574 +-0.160156250000 +-0.164062500000 +0.050048828125 +0.036376953125 +-0.111816406250 +-0.129882812500 +0.009887695312 +0.000957489014 +-0.104980468750 +-0.123046875000 +0.006835937500 +0.148437500000 +0.105468750000 +0.079101562500 +-0.150390625000 +-0.166015625000 +-0.200195312500 +-0.153320312500 +0.010925292969 +-0.083007812500 +-0.055908203125 +0.053955078125 +0.125976562500 +-0.139648437500 +0.059326171875 +0.108886718750 +-0.030395507812 +0.036865234375 +0.010192871094 +0.033935546875 +0.023193359375 +0.109863281250 +0.078125000000 +-0.298828125000 +-0.198242187500 +0.090332031250 +0.081542968750 +-0.164062500000 +0.128906250000 +-0.018432617188 +0.194335937500 +0.013122558594 +-0.047119140625 +-0.121582031250 +0.036865234375 +-0.059326171875 +-0.205078125000 +-0.078613281250 +0.122070312500 +-0.020874023438 +-0.172851562500 +-0.052978515625 +0.132812500000 +-0.012207031250 +-0.245117187500 +0.038574218750 +0.001098632812 +-0.158203125000 +0.010864257812 +-0.049316406250 +-0.045898437500 +0.037841796875 +-0.014099121094 +-0.086914062500 +-0.261718750000 +-0.096191406250 +0.113281250000 +-0.037353515625 +-0.149414062500 +-0.020507812500 +-0.034912109375 +0.070312500000 +-0.227539062500 +-0.140625000000 +-0.050048828125 +0.128906250000 +0.066894531250 +0.143554687500 +-0.084472656250 +-0.063964843750 +-0.233398437500 +-0.158203125000 +-0.036132812500 +-0.209960937500 +-0.022949218750 +-0.026123046875 +0.041992187500 +0.011230468750 +0.039794921875 +0.194335937500 +0.117187500000 +0.141601562500 +-0.102050781250 +0.066406250000 +0.058593750000 +0.058105468750 +0.136718750000 +-0.185546875000 +-0.142578125000 +0.161132812500 +0.119628906250 +-0.164062500000 +-0.059326171875 +-0.033691406250 +-0.038818359375 +0.068359375000 +-0.109863281250 +0.043701171875 +0.122558593750 +0.214843750000 +-0.332031250000 +-0.168945312500 +0.204101562500 +0.055908203125 +-0.072265625000 +0.023071289062 +0.341796875000 +0.053955078125 +-0.104980468750 +0.003112792969 +0.140625000000 +-0.104980468750 +0.161132812500 +0.023315429688 +-0.129882812500 +0.061279296875 +-0.064941406250 +0.058593750000 +-0.253906250000 +-0.166992187500 +-0.001518249512 +-0.083984375000 +-0.043457031250 +-0.016235351562 +0.063476562500 +-0.000999450684 +-0.109863281250 +-0.076171875000 +0.030883789062 +0.036132812500 +-0.002426147461 +0.037597656250 +-0.066406250000 +-0.046630859375 +0.086425781250 +-0.140625000000 +0.132812500000 +0.029296875000 +0.006530761719 +-0.275390625000 +-0.229492187500 +-0.228515625000 +-0.419921875000 +-0.187500000000 +-0.105468750000 +-0.080078125000 +0.027099609375 +-0.143554687500 +-0.180664062500 +-0.126953125000 +-0.118164062500 +-0.108886718750 +-0.183593750000 +0.062500000000 +-0.033203125000 +-0.281250000000 +0.050781250000 +0.027954101562 +0.242187500000 +-0.131835937500 +-0.194335937500 +0.090820312500 +-0.201171875000 +-0.027832031250 +-0.139648437500 +0.079589843750 +-0.086914062500 +-0.617187500000 +-0.162109375000 +-0.005187988281 +-0.073730468750 +0.057128906250 +-0.217773437500 +-0.027343750000 +-0.043701171875 +-0.130859375000 +0.014160156250 +-0.190429687500 +0.202148437500 +-0.061523437500 +-0.003540039062 +0.016723632812 +-0.158203125000 +-0.183593750000 +-0.020385742188 +-0.173828125000 +-0.058837890625 +-0.263671875000 +-0.124511718750 +-0.030761718750 +0.141601562500 +-0.067382812500 +-0.414062500000 +0.086425781250 +-0.115234375000 +0.079589843750 +-0.188476562500 +-0.198242187500 +-0.020874023438 +-0.222656250000 +0.116210937500 +-0.077148437500 +0.105468750000 +-0.277343750000 +-0.111816406250 +-0.171875000000 +-0.373046875000 +-0.097656250000 +-0.118652343750 +-0.022827148438 +-0.255859375000 +-0.111816406250 +-0.085937500000 +-0.023925781250 +-0.129882812500 +-0.119140625000 +-0.010070800781 +-0.079101562500 +0.118652343750 +-0.175781250000 +0.032226562500 +0.041992187500 +0.213867187500 +-0.175781250000 +-0.019897460938 +0.116210937500 +-0.232421875000 +-0.026611328125 +-0.005615234375 +0.090332031250 +-0.094238281250 +-0.186523437500 +-0.036621093750 +0.021972656250 +-0.051025390625 +-0.090332031250 +-0.027465820312 +-0.077636718750 +0.032470703125 +0.061523437500 +-0.082519531250 +-0.028686523438 +0.077148437500 +-0.003570556641 +-0.065429687500 +0.028686523438 +-0.096679687500 +0.109863281250 +-0.122558593750 +0.155273437500 +-0.003601074219 +-0.210937500000 +-0.062011718750 +-0.154296875000 +-0.023559570312 +0.011840820312 +-0.172851562500 +-0.065429687500 +-0.222656250000 +-0.085937500000 +-0.130859375000 +0.064453125000 +0.160156250000 +-0.304687500000 +0.115722656250 +-0.054199218750 +-0.020874023438 +0.033935546875 +-0.180664062500 +-0.058593750000 +0.000514984131 +-0.259765625000 +0.103515625000 +-0.040771484375 +-0.129882812500 +-0.040527343750 +-0.023193359375 +0.055908203125 +-0.104980468750 +-0.044433593750 +-0.073242187500 +-0.156250000000 +0.078125000000 +-0.292968750000 +0.013488769531 +0.040771484375 +0.171875000000 +-0.081542968750 +-0.000100135803 +0.175781250000 +-0.375000000000 +0.132812500000 +-0.218750000000 +0.011901855469 +-0.129882812500 +0.086425781250 +-0.089355468750 +0.041015625000 +-0.038818359375 +0.081054687500 +0.144531250000 +-0.119140625000 +0.072265625000 +-0.024902343750 +-0.185546875000 +-0.057861328125 +-0.004302978516 +-0.215820312500 +0.055664062500 +0.071289062500 +0.035400390625 +0.147460937500 +0.049560546875 +-0.004943847656 +0.066894531250 +-0.296875000000 +-0.058349609375 +-0.055664062500 +0.255859375000 +0.085937500000 +-0.035156250000 +0.077636718750 +-0.213867187500 +-0.091796875000 +-0.131835937500 +0.044189453125 +0.096191406250 +-0.160156250000 +-0.075683593750 +-0.016479492188 +-0.050781250000 +-0.125976562500 +0.033447265625 +-0.107421875000 +-0.020019531250 +-0.117675781250 +-0.004028320312 +-0.040771484375 +0.165039062500 +0.125976562500 +-0.152343750000 +-0.008728027344 +0.008728027344 +-0.020019531250 +-0.064453125000 +-0.228515625000 +0.005645751953 +-0.111816406250 +0.011352539062 +0.070312500000 +0.152343750000 +-0.229492187500 +0.081054687500 +0.216796875000 +-0.174804687500 +-0.019897460938 +0.015991210938 +0.028320312500 +-0.155273437500 +-0.098632812500 +-0.069335937500 +0.017944335938 +-0.091796875000 +0.037353515625 +0.026000976562 +-0.109863281250 +0.140625000000 +-0.036376953125 +-0.014038085938 +0.145507812500 +0.156250000000 +-0.054931640625 +-0.006591796875 +0.026367187500 +0.071777343750 +0.036132812500 +-0.055908203125 +0.097167968750 +0.123046875000 +-0.191406250000 +-0.250000000000 +-0.033691406250 +0.257812500000 +0.068847656250 +0.215820312500 +0.120117187500 +-0.188476562500 +0.011413574219 +-0.051269531250 +-0.054443359375 +0.066406250000 +-0.166992187500 +0.070800781250 +-0.111328125000 +0.072753906250 +-0.122558593750 +-0.076171875000 +-0.111816406250 +-0.040771484375 +-0.265625000000 +0.021484375000 +-0.188476562500 +-0.013061523438 +0.050048828125 +-0.125976562500 +0.018798828125 +0.014709472656 +0.024780273438 +-0.116210937500 +-0.228515625000 +-0.065917968750 +-0.088867187500 +0.048095703125 +0.048828125000 +0.147460937500 +-0.037109375000 +0.011962890625 +0.176757812500 +-0.025512695312 +0.127929687500 +0.110839843750 +-0.040039062500 +-0.143554687500 +-0.318359375000 +-0.045654296875 +-0.205078125000 +0.033447265625 +-0.045898437500 +-0.004119873047 +0.057373046875 +-0.070312500000 +-0.080078125000 +-0.184570312500 +0.106933593750 +0.006164550781 +-0.006011962891 +0.031738281250 +-0.048339843750 +-0.004852294922 +-0.107910156250 +0.038330078125 +-0.077148437500 +0.208984375000 +-0.190429687500 +-0.161132812500 +-0.084960937500 +0.148437500000 +0.054199218750 +0.085937500000 +0.021240234375 +-0.202148437500 +-0.128906250000 +0.005187988281 +-0.094726562500 +0.120117187500 +-0.131835937500 +0.140625000000 +-0.063476562500 +-0.065429687500 +-0.265625000000 +-0.102539062500 +0.046875000000 +-0.425781250000 +-0.092773437500 +0.135742187500 +-0.182617187500 +-0.138671875000 +-0.058593750000 +0.075683593750 +-0.112304687500 +0.157226562500 +-0.104980468750 +-0.158203125000 +-0.251953125000 +0.021484375000 +-0.165039062500 +0.085937500000 +0.028808593750 +0.259765625000 +-0.048339843750 +0.101074218750 +0.031250000000 +0.046142578125 +-0.088867187500 +0.062500000000 +0.120117187500 +-0.118164062500 +-0.353515625000 +-0.155273437500 +-0.099609375000 +0.119140625000 +0.010559082031 +-0.055908203125 +-0.019775390625 +-0.024169921875 +-0.144531250000 +-0.160156250000 +0.018188476562 +-0.137695312500 +0.060058593750 +-0.086425781250 +0.110351562500 +-0.147460937500 +-0.066894531250 +0.052490234375 +-0.115722656250 +0.099121093750 +-0.217773437500 +-0.160156250000 +-0.062500000000 +-0.046386718750 +-0.040771484375 +0.105957031250 +0.052246093750 +-0.203125000000 +-0.082519531250 +-0.083007812500 +0.005432128906 +0.067382812500 +-0.210937500000 +0.152343750000 +0.108886718750 +-0.121093750000 +-0.180664062500 +-0.057861328125 +-0.031250000000 +-0.095703125000 +-0.126953125000 +-0.167968750000 +0.021972656250 +-0.084960937500 +0.071777343750 +0.108398437500 +0.011657714844 +0.049804687500 +-0.103515625000 +-0.069335937500 +-0.371093750000 +0.073730468750 +-0.187500000000 +0.120117187500 +-0.124511718750 +0.159179687500 +-0.175781250000 +-0.050292968750 +-0.022705078125 +0.003280639648 +-0.030151367188 +-0.048339843750 +0.086425781250 +-0.194335937500 +-0.013793945312 +-0.001014709473 +-0.058837890625 +0.155273437500 +0.111328125000 +0.073730468750 +0.054199218750 +-0.100585937500 +0.005737304688 +-0.076171875000 +-0.160156250000 +-0.279296875000 +-0.097656250000 +-0.047607421875 +0.083007812500 +-0.001754760742 +0.026123046875 +-0.188476562500 +0.090332031250 +0.084960937500 +-0.073730468750 +-0.108886718750 +-0.067382812500 +0.052490234375 +-0.057128906250 +0.018432617188 +0.009277343750 +-0.287109375000 +-0.131835937500 +-0.094238281250 +0.044189453125 +0.194335937500 +0.031250000000 +0.091796875000 +-0.208007812500 +0.141601562500 +-0.335937500000 +-0.020996093750 +-0.027221679688 +0.123046875000 +0.058593750000 +-0.107421875000 +0.333984375000 +-0.065429687500 +0.054199218750 +-0.152343750000 +0.022705078125 +-0.040771484375 +-0.111328125000 +0.088378906250 +-0.104003906250 +0.100585937500 +-0.025512695312 +-0.194335937500 +0.049072265625 +-0.105957031250 +-0.261718750000 +-0.250000000000 +0.016723632812 +0.131835937500 +0.022338867188 +0.168945312500 +0.068847656250 +0.147460937500 +0.054931640625 +0.193359375000 +-0.124511718750 +-0.531250000000 +-0.157226562500 +-0.033691406250 +0.124023437500 +0.166992187500 +0.143554687500 +0.048583984375 +-0.013732910156 +-0.423828125000 +-0.019042968750 +-0.030029296875 +0.127929687500 +-0.032714843750 +0.125976562500 +0.198242187500 +-0.177734375000 +-0.018676757812 +0.169921875000 +-0.085449218750 +-0.076660156250 +0.171875000000 +-0.141601562500 +-0.060791015625 +-0.002914428711 +-0.082031250000 +0.053222656250 +-0.130859375000 +0.021606445312 +0.037841796875 +-0.080566406250 +0.052246093750 +-0.057861328125 +0.078613281250 +-0.419921875000 +-0.096191406250 +0.095703125000 +-0.032226562500 +0.002777099609 +-0.097167968750 +0.108886718750 +-0.237304687500 +0.053222656250 +0.015747070312 +0.111816406250 +-0.129882812500 +0.065917968750 +0.117187500000 +-0.085937500000 +-0.044677734375 +0.049804687500 +0.020874023438 +0.011230468750 +-0.186523437500 +0.104492187500 +-0.233398437500 +-0.006225585938 +0.033935546875 +-0.087402343750 +0.007934570312 +0.167968750000 +0.037109375000 +0.128906250000 +0.164062500000 +-0.037353515625 +-0.213867187500 +-0.042236328125 +0.201171875000 +0.067871093750 +0.004180908203 +0.142578125000 +-0.032226562500 +-0.095214843750 +-0.369140625000 +-0.071777343750 +0.093750000000 +0.033691406250 +0.084472656250 +0.127929687500 +-0.077148437500 +-0.161132812500 +0.051025390625 +0.057128906250 +-0.090332031250 +-0.161132812500 +-0.037597656250 +-0.144531250000 +-0.067871093750 +0.008117675781 +0.248046875000 +0.136718750000 +0.044677734375 +-0.083007812500 +0.056152343750 +-0.130859375000 +-0.038085937500 +0.072753906250 +0.035888671875 +-0.179687500000 +-0.138671875000 +0.002868652344 +0.075195312500 +0.091796875000 +0.178710937500 +0.093261718750 +-0.242187500000 +-0.087402343750 +-0.100585937500 +-0.061035156250 +-0.117675781250 +0.149414062500 +0.064453125000 +0.018188476562 +0.070800781250 +-0.041748046875 +-0.010986328125 +0.097656250000 +-0.145507812500 +-0.029174804688 +0.020141601562 +0.208984375000 +0.062988281250 +-0.101074218750 +0.009216308594 +-0.030029296875 +-0.107910156250 +0.090332031250 +0.145507812500 +0.069824218750 +-0.257812500000 +0.008300781250 +0.075683593750 +0.022705078125 +-0.032470703125 +-0.014343261719 +0.090820312500 +-0.022949218750 +-0.122558593750 +-0.050537109375 +0.047363281250 +0.004577636719 +0.083007812500 +0.027587890625 +-0.122070312500 +-0.155273437500 +0.053466796875 +0.051269531250 +-0.100585937500 +-0.102050781250 +0.347656250000 +-0.234375000000 +-0.144531250000 +0.029174804688 +0.220703125000 +0.082519531250 +-0.123046875000 +0.241210937500 +0.304687500000 +-0.049316406250 +0.019653320312 +0.114257812500 +0.207031250000 +-0.166992187500 +-0.166992187500 +0.021118164062 +-0.041259765625 +0.178710937500 +0.168945312500 +0.071289062500 +-0.120605468750 +-0.083984375000 +-0.178710937500 +0.052001953125 +-0.173828125000 +-0.020019531250 +-0.019775390625 +0.061767578125 +0.169921875000 +0.067871093750 +0.001502990723 +0.031982421875 +-0.037841796875 +-0.109375000000 +0.039550781250 +0.242187500000 +-0.013061523438 +0.163085937500 +-0.224609375000 +-0.008850097656 +0.165039062500 +0.155273437500 +0.168945312500 +-0.095214843750 +-0.016479492188 +0.048583984375 +0.132812500000 +0.044189453125 +0.044433593750 +0.296875000000 +0.039550781250 +0.074707031250 +-0.197265625000 +0.037353515625 +0.093750000000 +0.206054687500 +0.002609252930 +0.157226562500 +-0.158203125000 +-0.079101562500 +0.180664062500 +-0.033447265625 +-0.015869140625 +-0.073242187500 +-0.093261718750 +-0.095214843750 +-0.234375000000 +-0.179687500000 +0.047851562500 +-0.010559082031 +-0.050537109375 +0.056884765625 +0.128906250000 +-0.320312500000 +-0.076171875000 +0.211914062500 +0.171875000000 +-0.251953125000 +-0.001777648926 +-0.032470703125 +-0.080078125000 +0.071289062500 +-0.032714843750 +-0.005432128906 +-0.083496093750 +0.008850097656 +-0.032958984375 +0.064941406250 +-0.155273437500 +0.016479492188 +0.056884765625 +0.093261718750 +-0.102539062500 +0.108398437500 +-0.075683593750 +0.018066406250 +-0.068359375000 +-0.195312500000 +-0.066406250000 +0.118164062500 +0.232421875000 +-0.113281250000 +-0.296875000000 +0.185546875000 +0.082031250000 +0.144531250000 +0.083007812500 +-0.180664062500 +0.049072265625 +-0.090820312500 +0.047363281250 +0.047851562500 +0.019409179688 +-0.120605468750 +0.026245117188 +0.131835937500 +-0.030883789062 +-0.018066406250 +0.012817382812 +0.025634765625 +0.269531250000 +0.209960937500 +-0.159179687500 +-0.233398437500 +-0.084472656250 +-0.019775390625 +0.025268554688 +-0.194335937500 +0.099121093750 +-0.133789062500 +-0.002990722656 +-0.129882812500 +-0.014465332031 +-0.077636718750 +0.032958984375 +0.171875000000 +0.240234375000 +-0.144531250000 +-0.000762939453 +0.022216796875 +0.177734375000 +-0.341796875000 +-0.020751953125 +0.065917968750 +-0.211914062500 +0.098632812500 +-0.111328125000 +-0.090820312500 +0.080078125000 +-0.061279296875 +-0.107421875000 +-0.049560546875 +-0.006072998047 +0.044433593750 +0.041992187500 +0.089843750000 +0.155273437500 +-0.036865234375 +-0.078125000000 +0.011352539062 +-0.022094726562 +-0.096679687500 +-0.012817382812 +0.244140625000 +0.059326171875 +0.061767578125 +0.044433593750 +0.096679687500 +0.227539062500 +0.078125000000 +0.109863281250 +-0.009033203125 +-0.211914062500 +-0.099121093750 +-0.083007812500 +0.035888671875 +-0.005767822266 +-0.129882812500 +-0.037597656250 +0.111328125000 +-0.127929687500 +-0.153320312500 +-0.000364303589 +-0.088378906250 +0.011474609375 +0.166015625000 +-0.265625000000 +-0.174804687500 +0.207031250000 +0.023315429688 +-0.092285156250 +0.017456054688 +0.160156250000 +-0.067382812500 +-0.026733398438 +-0.145507812500 +-0.175781250000 +0.012634277344 +-0.074218750000 +0.018554687500 +-0.130859375000 +0.040771484375 +-0.013305664062 +0.066894531250 +0.202148437500 +-0.429687500000 +0.030273437500 +0.097167968750 +-0.193359375000 +-0.148437500000 +-0.120605468750 +-0.051513671875 +-0.110839843750 +0.024536132812 +-0.208984375000 +-0.011474609375 +-0.245117187500 +0.020385742188 +0.056396484375 +-0.005035400391 +0.058105468750 +-0.078613281250 +-0.158203125000 +0.148437500000 +-0.183593750000 +-0.233398437500 +0.048828125000 +0.265625000000 +-0.027221679688 +-0.079589843750 +-0.277343750000 +0.079589843750 +0.111328125000 +0.121582031250 +-0.002182006836 +-0.302734375000 +-0.103515625000 +-0.127929687500 +-0.080078125000 +0.123535156250 +0.041748046875 +-0.080566406250 +0.026611328125 +0.124511718750 +-0.098632812500 +-0.095703125000 +0.124511718750 +-0.021606445312 +-0.014648437500 +0.056640625000 +-0.121093750000 +-0.151367187500 +0.066406250000 +-0.058837890625 +-0.140625000000 +-0.074707031250 +0.150390625000 +-0.308593750000 +-0.065429687500 +-0.314453125000 +0.014648437500 +0.012695312500 +0.072265625000 +0.052734375000 +-0.078125000000 +0.002655029297 +-0.158203125000 +-0.125000000000 +0.025512695312 +0.109863281250 +0.007995605469 +-0.197265625000 +-0.037597656250 +-0.166992187500 +0.178710937500 +-0.181640625000 +0.178710937500 +0.081054687500 +0.174804687500 +-0.154296875000 +-0.199218750000 +-0.024902343750 +-0.050048828125 +0.183593750000 +-0.136718750000 +-0.012207031250 +-0.028808593750 +0.129882812500 +0.017089843750 +-0.178710937500 +-0.306640625000 +0.015136718750 +0.312500000000 +-0.106445312500 +-0.117675781250 +0.175781250000 +0.110839843750 +-0.142578125000 +0.111328125000 +0.226562500000 +0.063476562500 +0.021362304688 +-0.102539062500 +0.035400390625 +-0.078125000000 +-0.150390625000 +-0.178710937500 +-0.126953125000 +0.085937500000 +-0.343750000000 +0.026611328125 +0.051025390625 +0.172851562500 +-0.289062500000 +-0.233398437500 +0.141601562500 +-0.365234375000 +-0.022338867188 +0.071289062500 +0.073242187500 +0.052246093750 +0.043457031250 +0.185546875000 +-0.166992187500 +-0.079101562500 +-0.045654296875 +-0.089355468750 +-0.116210937500 +-0.074707031250 +-0.002807617188 +-0.209960937500 +-0.044433593750 +0.010803222656 +-0.072753906250 +0.013793945312 +-0.003173828125 +-0.249023437500 +-0.285156250000 +0.124023437500 +-0.111816406250 +0.040771484375 +0.065429687500 +0.198242187500 +-0.114257812500 +-0.072753906250 +-0.110839843750 +-0.002120971680 +0.496093750000 +-0.308593750000 +0.041992187500 +-0.013977050781 +-0.046630859375 +0.042724609375 +-0.138671875000 +-0.328125000000 +0.103515625000 +0.224609375000 +-0.183593750000 +-0.069335937500 +0.017822265625 +-0.163085937500 +-0.130859375000 +0.003631591797 +0.237304687500 +-0.089355468750 +-0.080566406250 +0.038085937500 +0.073242187500 +0.056152343750 +0.010925292969 +-0.124511718750 +-0.136718750000 +0.134765625000 +-0.134765625000 +-0.009643554688 +0.076660156250 +0.086914062500 +-0.059814453125 +-0.378906250000 +0.003356933594 +-0.263671875000 +-0.022460937500 +-0.047851562500 +0.099121093750 +0.121582031250 +-0.215820312500 +0.162109375000 +-0.375000000000 +0.002243041992 +0.005615234375 +0.000392913818 +-0.054931640625 +-0.235351562500 +0.062255859375 +-0.122070312500 +-0.057861328125 +0.004241943359 +0.072753906250 +0.052001953125 +0.142578125000 +-0.092285156250 +-0.275390625000 +0.245117187500 +0.025146484375 +0.069335937500 +0.122558593750 +0.161132812500 +-0.208984375000 +0.019042968750 +-0.166015625000 +-0.110839843750 +0.073730468750 +-0.161132812500 +0.068847656250 +-0.058349609375 +0.021850585938 +-0.055175781250 +-0.042480468750 +-0.185546875000 +0.080078125000 +0.105468750000 +-0.175781250000 +-0.066894531250 +0.112792968750 +-0.086914062500 +-0.132812500000 +0.031982421875 +0.394531250000 +0.129882812500 +-0.039306640625 +0.035888671875 +0.056396484375 +-0.046875000000 +0.030395507812 +0.080566406250 +0.006622314453 +0.125000000000 +-0.153320312500 +-0.125976562500 +0.181640625000 +-0.020263671875 +-0.017333984375 +0.005004882812 +0.042968750000 +-0.099609375000 +-0.159179687500 +-0.053466796875 +0.189453125000 +0.181640625000 +-0.110351562500 +0.087890625000 +-0.365234375000 +-0.043457031250 +0.022338867188 +0.010498046875 +-0.028320312500 +-0.062255859375 +0.142578125000 +-0.294921875000 +-0.052978515625 +-0.006591796875 +0.130859375000 +0.069335937500 +-0.060546875000 +0.044921875000 +-0.231445312500 +0.027221679688 +-0.018432617188 +0.009887695312 +0.124023437500 +0.053955078125 +-0.308593750000 +-0.063964843750 +-0.173828125000 +-0.172851562500 +-0.065917968750 +0.167968750000 +-0.007446289062 +-0.062988281250 +0.024291992188 +-0.193359375000 +-0.184570312500 +0.031738281250 +0.178710937500 +0.102050781250 +-0.043212890625 +0.002517700195 +0.079101562500 +-0.026367187500 +0.040527343750 +0.018798828125 +0.265625000000 +0.178710937500 +0.013854980469 +-0.035400390625 +0.222656250000 +0.099121093750 +0.027343750000 +0.050781250000 +0.043457031250 +0.193359375000 +-0.032470703125 +-0.087402343750 +0.059814453125 +0.059814453125 +-0.209960937500 +-0.153320312500 +0.136718750000 +-0.095703125000 +-0.179687500000 +-0.018310546875 +0.000274658203 +0.230468750000 +-0.119628906250 +0.131835937500 +-0.243164062500 +-0.083496093750 +0.058593750000 +0.172851562500 +-0.102539062500 +-0.145507812500 +-0.126953125000 +-0.158203125000 +-0.003250122070 +-0.035400390625 +0.187500000000 +0.077636718750 +-0.507812500000 +-0.131835937500 +-0.304687500000 +0.054687500000 +-0.092773437500 +-0.022949218750 +0.129882812500 +0.194335937500 +-0.224609375000 +-0.042968750000 +-0.109863281250 +0.100097656250 +-0.067382812500 +0.081542968750 +-0.095214843750 +-0.041503906250 +-0.107910156250 +-0.031250000000 +-0.199218750000 +0.123046875000 +0.134765625000 +0.228515625000 +-0.117675781250 +0.017700195312 +0.271484375000 +0.055908203125 +-0.116699218750 +-0.082031250000 +0.231445312500 +0.178710937500 +0.091796875000 +-0.005859375000 +0.002304077148 +0.002838134766 +-0.116699218750 +-0.043212890625 +0.087890625000 +0.073242187500 +-0.287109375000 +0.141601562500 +0.039306640625 +0.137695312500 +-0.081542968750 +0.040527343750 +0.107421875000 +-0.208007812500 +-0.205078125000 +0.024291992188 +0.197265625000 +0.187500000000 +-0.220703125000 +0.038085937500 +-0.269531250000 +-0.003036499023 +0.163085937500 +-0.002349853516 +-0.054199218750 +-0.238281250000 +-0.101074218750 +-0.131835937500 +-0.083496093750 +0.006378173828 +0.125000000000 +-0.061767578125 +-0.388671875000 +-0.085937500000 +-0.480468750000 +0.169921875000 +-0.078125000000 +-0.017333984375 +0.154296875000 +0.133789062500 +-0.206054687500 +-0.002944946289 +-0.114257812500 +-0.125000000000 +-0.122558593750 +0.198242187500 +-0.150390625000 +-0.063964843750 +0.061523437500 +-0.154296875000 +-0.164062500000 +-0.037597656250 +0.096679687500 +0.119140625000 +-0.304687500000 +-0.099609375000 +0.223632812500 +-0.109375000000 +-0.111816406250 +0.060791015625 +0.318359375000 +0.300781250000 +-0.144531250000 +0.018920898438 +0.006164550781 +-0.169921875000 +0.042724609375 +-0.208984375000 +0.000129699707 +-0.049560546875 +-0.094238281250 +0.006317138672 +-0.075683593750 +0.052734375000 +-0.075195312500 +0.010864257812 +-0.082519531250 +-0.011962890625 +-0.092773437500 +-0.031738281250 +0.146484375000 +0.166992187500 +-0.167968750000 +0.073242187500 +-0.419921875000 +-0.093261718750 +0.048339843750 +0.050781250000 +-0.007537841797 +-0.144531250000 +-0.130859375000 +-0.149414062500 +0.056884765625 +0.100097656250 +0.046630859375 +-0.015563964844 +-0.184570312500 +-0.085937500000 +-0.382812500000 +0.089355468750 +-0.032714843750 +0.224609375000 +0.191406250000 +0.099121093750 +-0.161132812500 +-0.089843750000 +0.057128906250 +0.143554687500 +-0.038818359375 +-0.031982421875 +-0.050292968750 +0.000942230225 +0.129882812500 +-0.080078125000 +-0.171875000000 +0.195312500000 +0.151367187500 +0.203125000000 +-0.253906250000 +-0.047607421875 +0.215820312500 +0.200195312500 +-0.140625000000 +-0.011596679688 +0.363281250000 +0.267578125000 +-0.292968750000 +-0.122070312500 +0.028442382812 +0.102050781250 +-0.050537109375 +-0.166992187500 +0.064453125000 +0.063964843750 +-0.186523437500 +0.091308593750 +0.076660156250 +0.224609375000 +-0.225585937500 +-0.018554687500 +-0.016845703125 +0.095214843750 +0.002288818359 +-0.024780273438 +0.175781250000 +0.174804687500 +-0.212890625000 +-0.029663085938 +-0.359375000000 +0.010131835938 +0.050048828125 +0.172851562500 +-0.190429687500 +-0.065429687500 +-0.044921875000 +0.208007812500 +0.098144531250 +-0.095214843750 +0.060791015625 +-0.104003906250 +-0.176757812500 +0.085937500000 +-0.156250000000 +0.117187500000 +0.052490234375 +-0.093750000000 +0.009155273438 +-0.163085937500 +0.006835937500 +-0.175781250000 +0.246093750000 +-0.121093750000 +-0.068847656250 +-0.223632812500 +-0.088867187500 +0.056884765625 +0.011840820312 +-0.131835937500 +0.011779785156 +-0.072265625000 +0.101562500000 +-0.069335937500 +-0.104003906250 +0.003173828125 +-0.125976562500 +0.026855468750 +-0.083496093750 +0.130859375000 +0.005218505859 +0.100585937500 +0.136718750000 +-0.247070312500 +0.075195312500 +-0.076660156250 +-0.226562500000 +-0.296875000000 +0.110839843750 +-0.060302734375 +0.014648437500 +0.230468750000 +-0.110839843750 +-0.022949218750 +-0.306640625000 +0.175781250000 +-0.075683593750 +-0.053466796875 +0.073242187500 +0.149414062500 +-0.046875000000 +0.308593750000 +0.037353515625 +-0.114257812500 +-0.191406250000 +-0.019287109375 +0.181640625000 +0.298828125000 +-0.117675781250 +-0.281250000000 +0.063964843750 +0.126953125000 +0.049560546875 +-0.080078125000 +-0.102050781250 +-0.111328125000 +-0.198242187500 +0.012084960938 +-0.195312500000 +-0.015197753906 +0.251953125000 +-0.095214843750 +0.013305664062 +-0.076171875000 +-0.102050781250 +-0.035400390625 +0.194335937500 +0.098632812500 +-0.129882812500 +-0.147460937500 +-0.062500000000 +0.126953125000 +0.003173828125 +0.033691406250 +0.122558593750 +-0.013000488281 +0.031250000000 +-0.074218750000 +-0.074218750000 +0.006805419922 +-0.124023437500 +0.036865234375 +0.082519531250 +0.063964843750 +0.065917968750 +-0.029418945312 +-0.005249023438 +-0.204101562500 +0.064453125000 +-0.037353515625 +-0.179687500000 +0.015380859375 +0.181640625000 +0.061035156250 +-0.118652343750 +0.033935546875 +-0.091308593750 +0.025146484375 +-0.215820312500 +0.144531250000 +0.060058593750 +-0.111328125000 +-0.147460937500 +0.174804687500 +-0.023925781250 +0.343750000000 +-0.052978515625 +-0.113769531250 +-0.008300781250 +-0.121093750000 +0.111328125000 +0.112792968750 +0.203125000000 +-0.129882812500 +0.069824218750 +-0.114257812500 +-0.006195068359 +0.026367187500 +0.045410156250 +-0.192382812500 +-0.208007812500 +-0.082031250000 +-0.306640625000 +0.089355468750 +0.211914062500 +0.179687500000 +-0.009826660156 +-0.079589843750 +0.024658203125 +0.064453125000 +0.084472656250 +0.049072265625 +-0.031738281250 +-0.111816406250 +-0.163085937500 +0.056396484375 +0.080566406250 +0.072265625000 +0.059570312500 +-0.101562500000 +0.104492187500 +-0.216796875000 +-0.193359375000 +-0.089355468750 +-0.064941406250 +-0.073730468750 +0.057128906250 +0.025024414062 +-0.016967773438 +-0.015625000000 +0.094726562500 +-0.263671875000 +0.118164062500 +-0.162109375000 +-0.066894531250 +-0.016235351562 +0.115234375000 +-0.006195068359 +0.048339843750 +0.098632812500 +0.033203125000 +-0.100585937500 +-0.088867187500 +0.172851562500 +-0.136718750000 +0.055419921875 +0.085449218750 +0.064453125000 +-0.267578125000 +0.177734375000 +-0.066894531250 +-0.296875000000 +0.142578125000 +0.042236328125 +0.220703125000 +0.087890625000 +-0.285156250000 +-0.213867187500 +-0.087402343750 +0.031494140625 +0.102050781250 +0.035400390625 +-0.144531250000 +-0.070312500000 +-0.242187500000 +-0.023315429688 +-0.166015625000 +0.082519531250 +0.177734375000 +-0.084472656250 +-0.051269531250 +-0.029296875000 +0.077636718750 +-0.109863281250 +0.306640625000 +0.110839843750 +0.238281250000 +-0.078613281250 +-0.099121093750 +0.167968750000 +0.206054687500 +-0.120605468750 +0.039062500000 +0.095703125000 +0.062500000000 +-0.039794921875 +-0.102539062500 +0.040527343750 +-0.204101562500 +0.052001953125 +-0.009399414062 +0.200195312500 +-0.015258789062 +0.015869140625 +0.168945312500 +-0.265625000000 +0.196289062500 +-0.148437500000 +-0.052001953125 +-0.106933593750 +0.071777343750 +0.000549316406 +0.025634765625 +0.022338867188 +-0.123535156250 +0.059570312500 +-0.116699218750 +0.229492187500 +-0.093750000000 +-0.038818359375 +0.167968750000 +0.142578125000 +-0.118164062500 +0.320312500000 +0.137695312500 +-0.259765625000 +-0.121093750000 +-0.109375000000 +0.133789062500 +0.056152343750 +-0.185546875000 +-0.134765625000 +-0.042236328125 +-0.102050781250 +-0.041015625000 +0.039062500000 +0.085937500000 +-0.052246093750 +-0.226562500000 +0.279296875000 +-0.116210937500 +0.242187500000 +-0.025268554688 +0.024536132812 +0.113769531250 +-0.125976562500 +0.035400390625 +-0.027832031250 +0.149414062500 +0.271484375000 +0.120605468750 +0.040771484375 +0.017211914062 +0.044433593750 +0.001853942871 +-0.010498046875 +-0.041992187500 +-0.042968750000 +0.044677734375 +0.083007812500 +-0.016601562500 +-0.074218750000 +-0.168945312500 +0.155273437500 +-0.163085937500 +0.003814697266 +-0.017089843750 +0.000366210938 +0.212890625000 +-0.263671875000 +0.090820312500 +-0.113769531250 +-0.226562500000 +0.193359375000 +0.009826660156 +0.007110595703 +0.003494262695 +0.376953125000 +-0.345703125000 +-0.168945312500 +-0.277343750000 +0.216796875000 +-0.156250000000 +0.039550781250 +0.070312500000 +0.036865234375 +-0.167968750000 +0.068359375000 +-0.032470703125 +-0.228515625000 +-0.059570312500 +-0.190429687500 +0.283203125000 +0.302734375000 +-0.006072998047 +-0.302734375000 +-0.005920410156 +-0.020385742188 +-0.021240234375 +-0.103027343750 +0.001312255859 +-0.208007812500 +-0.179687500000 +0.134765625000 +-0.110351562500 +-0.004760742188 +-0.208984375000 +0.070312500000 +-0.054443359375 +-0.031005859375 +-0.020751953125 +-0.010314941406 +0.105957031250 +0.156250000000 +-0.017944335938 +-0.300781250000 +0.010925292969 +0.176757812500 +0.006835937500 +-0.127929687500 +-0.042236328125 +0.049804687500 +-0.118164062500 +0.134765625000 +-0.029418945312 +-0.044433593750 +-0.306640625000 +0.036376953125 +-0.147460937500 +0.057373046875 +0.043945312500 +-0.105957031250 +0.000629425049 +-0.160156250000 +0.103027343750 +-0.010437011719 +-0.253906250000 +-0.068847656250 +0.161132812500 +-0.019409179688 +0.075195312500 +0.237304687500 +-0.433593750000 +-0.059082031250 +-0.233398437500 +0.247070312500 +-0.135742187500 +-0.070800781250 +0.092773437500 +0.168945312500 +-0.127929687500 +0.058837890625 +-0.020996093750 +-0.273437500000 +-0.005249023438 +-0.162109375000 +0.128906250000 +0.169921875000 +-0.029663085938 +-0.328125000000 +-0.077148437500 +-0.164062500000 +-0.076660156250 +-0.175781250000 +-0.189453125000 +-0.060546875000 +-0.182617187500 +0.039062500000 +-0.150390625000 +0.326171875000 +-0.176757812500 +0.160156250000 +-0.125000000000 +0.088867187500 +-0.005249023438 +-0.008544921875 +0.277343750000 +-0.010070800781 +-0.026489257812 +-0.212890625000 +-0.174804687500 +0.034423828125 +0.009704589844 +0.184570312500 +0.039550781250 +-0.060546875000 +0.038085937500 +0.053222656250 +-0.125976562500 +0.041748046875 +-0.186523437500 +-0.014648437500 +-0.056152343750 +0.035400390625 +0.033203125000 +0.102539062500 +0.060302734375 +-0.375000000000 +0.086425781250 +-0.194335937500 +-0.125000000000 +-0.232421875000 +-0.022949218750 +0.104980468750 +0.054443359375 +0.026977539062 +-0.125000000000 +0.207031250000 +-0.287109375000 +0.184570312500 +-0.031494140625 +0.125976562500 +0.116210937500 +0.059082031250 +-0.255859375000 +0.466796875000 +-0.079101562500 +-0.180664062500 +-0.146484375000 +-0.275390625000 +0.095214843750 +0.170898437500 +-0.014709472656 +-0.213867187500 +0.031005859375 +-0.519531250000 +0.167968750000 +0.100585937500 +0.120117187500 +0.085937500000 +-0.031982421875 +-0.164062500000 +0.115722656250 +-0.359375000000 +-0.111328125000 +0.090820312500 +-0.178710937500 +-0.158203125000 +-0.070312500000 +-0.037841796875 +-0.002838134766 +-0.232421875000 +-0.253906250000 +-0.013671875000 +-0.080566406250 +-0.115234375000 +-0.033203125000 +-0.178710937500 +-0.279296875000 +-0.152343750000 +-0.120605468750 +-0.075195312500 +0.034667968750 +-0.171875000000 +0.141601562500 +0.020751953125 +-0.048583984375 +-0.003295898438 +-0.083007812500 +-0.174804687500 +-0.084472656250 +-0.023803710938 +0.011840820312 +0.229492187500 +0.044677734375 +-0.248046875000 +0.210937500000 +-0.773437500000 +0.029785156250 +-0.062988281250 +0.000507354736 +0.049316406250 +-0.093750000000 +-0.259765625000 +-0.038085937500 +0.208007812500 +-0.291015625000 +-0.051025390625 +0.109375000000 +-0.441406250000 +-0.094238281250 +-0.144531250000 +0.077636718750 +0.092773437500 +0.109375000000 +-0.228515625000 +-0.103027343750 +-0.100585937500 +0.038574218750 +-0.597656250000 +0.027465820312 +0.055908203125 +0.064453125000 +0.223632812500 +-0.092285156250 +-0.120605468750 +0.012695312500 +-0.308593750000 +-0.063964843750 +0.247070312500 +-0.209960937500 +-0.121093750000 +-0.355468750000 +-0.196289062500 +-0.182617187500 +0.019653320312 +0.019042968750 +0.261718750000 +-0.094238281250 +-0.005401611328 +-0.155273437500 +-0.116699218750 +-0.113769531250 +0.042480468750 +-0.035888671875 +-0.172851562500 +0.127929687500 +0.010253906250 +-0.083496093750 +0.096679687500 +0.194335937500 +-0.116210937500 +0.038818359375 +0.047363281250 +-0.078613281250 +0.121093750000 +-0.029541015625 +0.192382812500 +-0.014160156250 +0.049072265625 +-0.043701171875 +-0.644531250000 +0.087890625000 +0.057373046875 +0.029418945312 +-0.157226562500 +0.224609375000 +-0.245117187500 +-0.021362304688 +0.098144531250 +-0.135742187500 +-0.093750000000 +-0.000156402588 +-0.219726562500 +-0.176757812500 +-0.234375000000 +0.024902343750 +0.133789062500 +-0.024414062500 +-0.217773437500 +-0.140625000000 +-0.005554199219 +0.144531250000 +-0.605468750000 +0.137695312500 +0.037109375000 +0.119628906250 +0.087402343750 +-0.433593750000 +-0.131835937500 +0.083007812500 +-0.375000000000 +-0.122070312500 +0.160156250000 +-0.144531250000 +-0.057128906250 +-0.332031250000 +-0.150390625000 +0.235351562500 +-0.127929687500 +0.081542968750 +0.167968750000 +-0.100097656250 +-0.125976562500 +-0.060791015625 +0.146484375000 +-0.173828125000 +0.023193359375 +-0.289062500000 +0.017700195312 +0.017089843750 +-0.166015625000 +0.136718750000 +0.032226562500 +0.023071289062 +-0.022216796875 +-0.121093750000 +-0.102050781250 +-0.116699218750 +-0.151367187500 +0.061279296875 +0.129882812500 +0.070312500000 +0.072265625000 +-0.112792968750 +-0.349609375000 +0.185546875000 +0.096679687500 +-0.131835937500 +-0.054931640625 +0.164062500000 +-0.204101562500 +0.013061523438 +0.071777343750 +-0.089843750000 +-0.004821777344 +0.079101562500 +-0.041259765625 +-0.088378906250 +-0.185546875000 +0.151367187500 +0.056640625000 +0.200195312500 +-0.189453125000 +-0.031982421875 +-0.194335937500 +0.122070312500 +-0.570312500000 +-0.083984375000 +-0.030273437500 +0.170898437500 +0.198242187500 +-0.302734375000 +-0.218750000000 +0.056884765625 +-0.347656250000 +-0.304687500000 +0.114746093750 +-0.023803710938 +-0.100097656250 +-0.357421875000 +-0.091796875000 +-0.038574218750 +-0.028076171875 +-0.133789062500 +0.103515625000 +0.023193359375 +-0.031738281250 +-0.296875000000 +0.105957031250 +-0.105468750000 +0.027587890625 +-0.287109375000 +0.198242187500 +-0.217773437500 +-0.384765625000 +-0.038818359375 +0.134765625000 +0.056884765625 +-0.018066406250 +-0.036376953125 +-0.247070312500 +-0.216796875000 +-0.067382812500 +0.147460937500 +0.179687500000 +0.029907226562 +0.001121520996 +0.163085937500 +0.019653320312 +0.168945312500 +0.195312500000 +-0.076660156250 +-0.044677734375 +-0.032226562500 +-0.273437500000 +-0.062255859375 +-0.068359375000 +-0.139648437500 +-0.121093750000 +0.238281250000 +0.019653320312 +-0.120605468750 +-0.023559570312 +0.027587890625 +0.119628906250 +0.050537109375 +-0.124023437500 +-0.057861328125 +-0.152343750000 +0.097167968750 +-0.574218750000 +-0.157226562500 +-0.094726562500 +0.060302734375 +0.166992187500 +-0.076171875000 +0.005554199219 +0.059814453125 +-0.367187500000 +-0.267578125000 +0.062988281250 +-0.240234375000 +-0.081542968750 +-0.433593750000 +-0.119628906250 +0.072265625000 +-0.253906250000 +-0.141601562500 +0.010620117188 +-0.032714843750 +-0.226562500000 +-0.322265625000 +0.081054687500 +-0.065429687500 +0.067382812500 +-0.096679687500 +-0.132812500000 +0.020019531250 +-0.036132812500 +0.001106262207 +0.224609375000 +-0.017822265625 +-0.115234375000 +-0.067382812500 +-0.196289062500 +-0.077636718750 +-0.062988281250 +0.012145996094 +0.158203125000 +-0.081542968750 +0.061523437500 +-0.049072265625 +0.041259765625 +-0.010742187500 +0.117187500000 +-0.084472656250 +-0.047607421875 +0.139648437500 +-0.193359375000 +0.150390625000 +0.184570312500 +-0.035156250000 +-0.047119140625 +0.104980468750 +-0.271484375000 +-0.021240234375 +-0.109863281250 +0.066406250000 +-0.030029296875 +0.228515625000 +-0.160156250000 +0.061279296875 +-0.119628906250 +0.073242187500 +-0.660156250000 +-0.062255859375 +-0.075683593750 +0.157226562500 +0.157226562500 +-0.150390625000 +-0.009033203125 +0.045166015625 +-0.433593750000 +-0.160156250000 +-0.045166015625 +-0.090332031250 +-0.219726562500 +-0.114257812500 +-0.013793945312 +-0.054687500000 +-0.008117675781 +-0.099609375000 +0.094726562500 +-0.130859375000 +-0.063476562500 +-0.357421875000 +0.220703125000 +0.009277343750 +0.049316406250 +0.080078125000 +-0.185546875000 +0.003967285156 +-0.086425781250 +-0.006744384766 +-0.011779785156 +0.155273437500 +-0.000602722168 +-0.235351562500 +-0.215820312500 +-0.103027343750 +-0.077636718750 +-0.023071289062 +0.098632812500 +-0.000492095947 +0.089355468750 +0.003875732422 +0.098632812500 +-0.112792968750 +0.142578125000 +-0.263671875000 +-0.018188476562 +0.114746093750 +-0.205078125000 +-0.031005859375 +-0.071289062500 +-0.302734375000 +-0.212890625000 +0.500000000000 +-0.251953125000 +-0.178710937500 +-0.087402343750 +-0.065429687500 +-0.121582031250 +0.175781250000 +-0.253906250000 +-0.035644531250 +-0.197265625000 +-0.018188476562 +-0.531250000000 +-0.100097656250 +0.049560546875 +0.133789062500 +0.202148437500 +-0.215820312500 +-0.062988281250 +-0.030151367188 +-0.363281250000 +-0.174804687500 +0.310546875000 +-0.105957031250 +-0.111328125000 +0.041992187500 +-0.174804687500 +0.031494140625 +-0.117675781250 +-0.076660156250 +0.203125000000 +-0.010192871094 +-0.234375000000 +-0.248046875000 +0.289062500000 +-0.116699218750 +0.167968750000 +-0.034667968750 +0.125976562500 +-0.213867187500 +-0.165039062500 +0.155273437500 +0.016601562500 +0.030517578125 +0.022949218750 +0.012756347656 +0.027343750000 +-0.083496093750 +-0.078125000000 +-0.045654296875 +0.250000000000 +-0.062011718750 +-0.114746093750 +0.101074218750 +0.162109375000 +0.066894531250 +0.053710937500 +-0.059570312500 +-0.061523437500 +0.099609375000 +-0.257812500000 +-0.062988281250 +0.132812500000 +0.060546875000 +-0.161132812500 +0.310546875000 +-0.040039062500 +-0.042724609375 +-0.100097656250 +-0.008666992188 +-0.128906250000 +0.086914062500 +-0.240234375000 +-0.201171875000 +0.038574218750 +-0.089843750000 +-0.002716064453 +0.070312500000 +0.083984375000 +-0.139648437500 +-0.437500000000 +0.022583007812 +-0.330078125000 +-0.243164062500 +0.170898437500 +-0.123535156250 +-0.048339843750 +-0.214843750000 +-0.106445312500 +0.193359375000 +-0.349609375000 +0.017944335938 +-0.226562500000 +0.022460937500 +0.453125000000 +-0.057128906250 +0.177734375000 +-0.035400390625 +-0.149414062500 +-0.005035400391 +0.192382812500 +0.114257812500 +-0.032714843750 +-0.034912109375 +-0.251953125000 +0.011291503906 +0.066406250000 +-0.128906250000 +-0.245117187500 +-0.029418945312 +-0.068359375000 +-0.085449218750 +0.071777343750 +-0.031494140625 +-0.022583007812 +-0.104980468750 +-0.039062500000 +0.070800781250 +0.017456054688 +-0.208007812500 +-0.285156250000 +-0.096191406250 +-0.390625000000 +-0.289062500000 +0.048339843750 +-0.292968750000 +0.339843750000 +-0.081542968750 +-0.053955078125 +-0.102539062500 +-0.312500000000 +0.020874023438 +0.166992187500 +-0.029907226562 +0.100097656250 +0.062255859375 +0.080078125000 +-0.013977050781 +-0.040771484375 +-0.153320312500 +-0.105468750000 +0.142578125000 +-0.038574218750 +-0.063476562500 +-0.162109375000 +-0.016357421875 +-0.298828125000 +-0.200195312500 +0.107910156250 +0.053466796875 +0.051513671875 +-0.212890625000 +-0.191406250000 +0.179687500000 +-0.431640625000 +0.181640625000 +0.021728515625 +-0.018432617188 +0.232421875000 +-0.087402343750 +-0.138671875000 +-0.107910156250 +-0.051513671875 +-0.092773437500 +0.054199218750 +0.231445312500 +-0.064453125000 +0.071777343750 +-0.197265625000 +-0.191406250000 +0.114257812500 +0.021606445312 +-0.230468750000 +-0.144531250000 +0.035400390625 +-0.152343750000 +-0.099609375000 +-0.121093750000 +0.065429687500 +-0.092285156250 +0.125976562500 +0.126953125000 +-0.084472656250 +-0.125976562500 +-0.235351562500 +-0.091308593750 +-0.144531250000 +-0.176757812500 +-0.090332031250 +-0.075195312500 +0.165039062500 +-0.231445312500 +-0.061279296875 +-0.103515625000 +-0.104980468750 +-0.051025390625 +0.157226562500 +0.038818359375 +0.076660156250 +0.168945312500 +0.259765625000 +-0.039306640625 +-0.101074218750 +-0.218750000000 +-0.062500000000 +0.135742187500 +0.070312500000 +-0.029663085938 +-0.205078125000 +0.062988281250 +-0.029785156250 +-0.084472656250 +0.046630859375 +-0.033203125000 +0.029541015625 +-0.199218750000 +-0.133789062500 +0.143554687500 +-0.320312500000 +0.134765625000 +0.075195312500 +0.059326171875 +0.072265625000 +-0.020996093750 +0.241210937500 +0.067382812500 +-0.135742187500 +-0.069335937500 +0.010559082031 +0.050537109375 +-0.069335937500 +-0.079101562500 +-0.162109375000 +-0.007598876953 +0.277343750000 +-0.127929687500 +-0.206054687500 +-0.143554687500 +-0.081542968750 +0.012023925781 +-0.005706787109 +0.055175781250 +0.010253906250 +-0.196289062500 +0.021728515625 +0.162109375000 +-0.148437500000 +-0.064453125000 +-0.079589843750 +-0.156250000000 +-0.253906250000 +-0.013122558594 +-0.058593750000 +0.156250000000 +0.196289062500 +-0.115722656250 +0.173828125000 +-0.070312500000 +-0.007934570312 +-0.101074218750 +0.099609375000 +0.009765625000 +0.173828125000 +0.012573242188 +-0.125000000000 +0.137695312500 +-0.064453125000 +-0.155273437500 +-0.010803222656 +0.125976562500 +0.041015625000 +-0.061523437500 +-0.166015625000 +-0.033203125000 +-0.030639648438 +-0.077636718750 +0.143554687500 +0.084472656250 +0.240234375000 +-0.213867187500 +-0.125976562500 +0.100585937500 +-0.234375000000 +0.198242187500 +-0.092773437500 +0.164062500000 +-0.077636718750 +0.062500000000 +0.174804687500 +-0.093261718750 +-0.062988281250 +-0.070312500000 +0.141601562500 +-0.038085937500 +0.124023437500 +0.201171875000 +-0.155273437500 +-0.057128906250 +-0.043701171875 +0.150390625000 +-0.269531250000 +-0.273437500000 +0.004455566406 +0.002227783203 +0.136718750000 +-0.039306640625 +0.107910156250 +-0.005676269531 +0.095214843750 +0.065429687500 +-0.180664062500 +-0.211914062500 +-0.037353515625 +-0.062988281250 +-0.194335937500 +-0.109863281250 +-0.062255859375 +-0.086914062500 +0.052490234375 +-0.085937500000 +0.012084960938 +-0.010498046875 +-0.095703125000 +0.099121093750 +-0.012451171875 +-0.000164031982 +0.067871093750 +0.042968750000 +0.069335937500 +0.247070312500 +-0.077148437500 +-0.198242187500 +0.021362304688 +0.055664062500 +0.147460937500 +0.050781250000 +-0.227539062500 +0.025024414062 +0.045410156250 +-0.414062500000 +-0.001243591309 +-0.075683593750 +0.155273437500 +-0.142578125000 +-0.041259765625 +0.199218750000 +-0.215820312500 +0.091308593750 +0.092773437500 +0.016113281250 +-0.168945312500 +0.006591796875 +0.304687500000 +0.009094238281 +0.015258789062 +-0.153320312500 +0.133789062500 +0.021606445312 +0.093750000000 +0.192382812500 +-0.103027343750 +0.037109375000 +0.038085937500 +-0.020751953125 +-0.333984375000 +-0.206054687500 +-0.038818359375 +-0.111816406250 +0.157226562500 +-0.027343750000 +0.132812500000 +-0.149414062500 +0.166015625000 +0.044433593750 +-0.082031250000 +-0.149414062500 +-0.135742187500 +-0.068359375000 +-0.126953125000 +-0.322265625000 +0.019042968750 +-0.110839843750 +-0.038085937500 +0.032470703125 +-0.099121093750 +0.059082031250 +-0.143554687500 +-0.249023437500 +-0.010498046875 +-0.033691406250 +-0.050537109375 +0.115234375000 +-0.003601074219 +0.161132812500 +-0.026367187500 +-0.160156250000 +-0.035888671875 +0.111816406250 +0.008850097656 +-0.024658203125 +-0.222656250000 +0.174804687500 +-0.069824218750 +-0.390625000000 +0.200195312500 +-0.000896453857 +-0.016845703125 +-0.112304687500 +-0.184570312500 +0.140625000000 +-0.390625000000 +0.050292968750 +0.041748046875 +0.053222656250 +-0.404296875000 +-0.180664062500 +0.124511718750 +0.044433593750 +0.051757812500 +-0.165039062500 +0.083984375000 +0.066894531250 +-0.046875000000 +-0.006103515625 +-0.132812500000 +-0.082519531250 +0.000216484070 +-0.131835937500 +-0.314453125000 +-0.210937500000 +0.032470703125 +-0.203125000000 +0.070312500000 +-0.035644531250 +-0.037109375000 +0.006744384766 +0.064941406250 +0.083984375000 +-0.166992187500 +-0.118652343750 +-0.030883789062 +0.066406250000 +-0.017944335938 +-0.302734375000 +-0.032714843750 +-0.201171875000 +-0.192382812500 +-0.099121093750 +-0.036621093750 +0.055175781250 +-0.046630859375 +0.007751464844 +-0.158203125000 +0.004638671875 +-0.034912109375 +-0.066894531250 +-0.057373046875 +0.045898437500 +-0.165039062500 +-0.152343750000 +-0.056396484375 +-0.048583984375 +-0.042480468750 +-0.363281250000 +-0.253906250000 +0.097656250000 +0.006622314453 +-0.133789062500 +-0.018920898438 +-0.061523437500 +0.020629882812 +-0.412109375000 +-0.092773437500 +0.218750000000 +-0.416015625000 +-0.089355468750 +-0.005828857422 +0.236328125000 +-0.757812500000 +0.062500000000 +0.179687500000 +0.145507812500 +-0.034179687500 +-0.151367187500 +-0.085449218750 +0.138671875000 +-0.031982421875 +0.167968750000 +-0.244140625000 +-0.004089355469 +0.127929687500 +-0.066406250000 +-0.261718750000 +-0.304687500000 +-0.132812500000 +-0.117187500000 +0.024291992188 +-0.147460937500 +0.079101562500 +0.103027343750 +0.036376953125 +0.096679687500 +-0.195312500000 +-0.207031250000 +0.057617187500 +0.108886718750 +-0.414062500000 +-0.275390625000 +-0.037597656250 +-0.335937500000 +-0.320312500000 +-0.153320312500 +0.064453125000 +-0.079589843750 +-0.091796875000 +-0.011352539062 +0.036621093750 +-0.061035156250 +0.090820312500 +0.140625000000 +0.084960937500 +-0.174804687500 +0.045654296875 +0.051757812500 +0.028930664062 +0.106933593750 +-0.248046875000 +0.114746093750 +-0.128906250000 +-0.023925781250 +0.191406250000 +-0.076660156250 +0.063964843750 +0.097167968750 +-0.007598876953 +-0.012207031250 +-0.118652343750 +0.125000000000 +-0.261718750000 +-0.139648437500 +0.013427734375 +-0.122558593750 +-0.139648437500 +0.061523437500 +0.099121093750 +-0.151367187500 +0.124023437500 +-0.086914062500 +-0.026245117188 +-0.020996093750 +-0.083984375000 +0.070800781250 +-0.024169921875 +-0.080078125000 +0.275390625000 +-0.184570312500 +-0.097167968750 +-0.243164062500 +0.011840820312 +-0.064941406250 +0.021972656250 +0.034912109375 +0.078125000000 +0.116210937500 +-0.185546875000 +0.147460937500 +-0.085449218750 +0.253906250000 +-0.003707885742 +0.095703125000 +0.092773437500 +0.125000000000 +-0.015197753906 +-0.196289062500 +0.012329101562 +0.165039062500 +0.090332031250 +0.175781250000 +-0.080566406250 +-0.271484375000 +-0.131835937500 +-0.523437500000 +-0.033203125000 +0.102539062500 +0.037353515625 +-0.037109375000 +0.064453125000 +0.023315429688 +-0.047607421875 +0.065917968750 +-0.263671875000 +0.142578125000 +-0.147460937500 +-0.108886718750 +-0.023559570312 +-0.175781250000 +0.006195068359 +0.027465820312 +-0.089355468750 +-0.081542968750 +-0.079589843750 +0.000229835510 +-0.275390625000 +-0.081054687500 +-0.244140625000 +-0.070312500000 +-0.087402343750 +0.206054687500 +-0.003585815430 +0.010437011719 +0.171875000000 +-0.004028320312 +-0.116210937500 +0.009155273438 +0.027099609375 +0.104980468750 +0.050048828125 +-0.137695312500 +0.183593750000 +-0.308593750000 +-0.031738281250 +-0.090820312500 +-0.124511718750 +0.050048828125 +0.213867187500 +-0.109375000000 +0.119628906250 +-0.004516601562 +-0.125000000000 +0.027709960938 +-0.034667968750 +0.205078125000 +0.160156250000 +-0.074218750000 +-0.178710937500 +0.135742187500 +0.053710937500 +0.058837890625 +0.037597656250 +-0.086914062500 +0.016723632812 +0.023925781250 +-0.095703125000 +0.012329101562 +-0.056640625000 +-0.055908203125 +-0.253906250000 +0.162109375000 +0.104003906250 +-0.114257812500 +0.163085937500 +-0.055664062500 +-0.013854980469 +0.197265625000 +-0.182617187500 +0.105468750000 +-0.069335937500 +0.006713867188 +0.113281250000 +-0.147460937500 +0.016357421875 +-0.068847656250 +0.004669189453 +-0.140625000000 +-0.209960937500 +-0.146484375000 +-0.235351562500 +-0.083496093750 +0.021362304688 +-0.097167968750 +-0.174804687500 +0.218750000000 +0.047119140625 +-0.065917968750 +0.171875000000 +-0.073242187500 +-0.140625000000 +-0.144531250000 +0.012695312500 +0.040527343750 +0.007080078125 +-0.071777343750 +0.006958007812 +-0.191406250000 +0.010498046875 +-0.218750000000 +-0.002273559570 +-0.201171875000 +0.106445312500 +0.038085937500 +0.125976562500 +-0.126953125000 +-0.065917968750 +-0.154296875000 +0.007080078125 +0.108398437500 +-0.055175781250 +-0.032714843750 +-0.010498046875 +0.182617187500 +-0.175781250000 +-0.080566406250 +0.227539062500 +0.012878417969 +0.041015625000 +-0.110839843750 +-0.033447265625 +-0.013122558594 +0.037841796875 +0.006774902344 +-0.216796875000 +-0.271484375000 +0.110351562500 +0.057617187500 +0.095703125000 +0.004547119141 +0.203125000000 +0.038574218750 +-0.139648437500 +-0.083496093750 +-0.043945312500 +-0.078125000000 +0.118164062500 +-0.089843750000 +0.045166015625 +0.052001953125 +0.077636718750 +0.137695312500 +-0.156250000000 +-0.031738281250 +-0.217773437500 +0.039306640625 +0.133789062500 +-0.085937500000 +-0.170898437500 +-0.178710937500 +-0.069824218750 +-0.111328125000 +0.227539062500 +-0.053955078125 +-0.010070800781 +-0.198242187500 +0.002105712891 +-0.010803222656 +0.044433593750 +0.003204345703 +-0.101562500000 +-0.114746093750 +0.148437500000 +-0.098144531250 +0.083007812500 +-0.024414062500 +0.048583984375 +-0.067382812500 +0.192382812500 +-0.108398437500 +-0.130859375000 +-0.058837890625 +0.030639648438 +0.212890625000 +0.171875000000 +-0.043457031250 +-0.159179687500 +-0.019775390625 +0.050048828125 +0.232421875000 +0.080078125000 +0.291015625000 +-0.022216796875 +0.129882812500 +0.080566406250 +-0.033203125000 +-0.004272460938 +-0.188476562500 +-0.147460937500 +-0.055175781250 +0.086425781250 +0.024902343750 +0.007659912109 +0.045654296875 +0.021606445312 +-0.087402343750 +-0.110839843750 +0.034912109375 +0.061279296875 +-0.007324218750 +0.209960937500 +0.070800781250 +0.000530242920 +0.095214843750 +0.105468750000 +-0.195312500000 +-0.130859375000 +-0.095214843750 +-0.109863281250 +-0.125976562500 +-0.066894531250 +-0.097656250000 +0.002578735352 +0.016723632812 +-0.090332031250 +-0.209960937500 +0.055419921875 +0.003829956055 +-0.108398437500 +-0.173828125000 +-0.052246093750 +-0.071289062500 +-0.017333984375 +-0.006439208984 +-0.121582031250 +-0.122558593750 +0.000082969666 +0.181640625000 +-0.007812500000 +-0.122070312500 +-0.215820312500 +0.075683593750 +-0.107421875000 +0.042724609375 +0.027465820312 +-0.033447265625 +0.063964843750 +0.143554687500 +0.052246093750 +0.166015625000 +-0.222656250000 +-0.136718750000 +0.059570312500 +-0.055175781250 +-0.062988281250 +0.134765625000 +0.111328125000 +0.136718750000 +-0.145507812500 +0.069335937500 +-0.031005859375 +-0.095214843750 +0.054687500000 +-0.250000000000 +0.136718750000 +-0.021484375000 +-0.063476562500 +-0.059814453125 +0.079589843750 +0.094238281250 +-0.082519531250 +0.010925292969 +0.035156250000 +0.198242187500 +0.131835937500 +-0.003997802734 +-0.130859375000 +-0.027221679688 +-0.020751953125 +-0.259765625000 +-0.050048828125 +0.065917968750 +-0.320312500000 +-0.386718750000 +0.078125000000 +0.046142578125 +-0.001533508301 +-0.088867187500 +0.030883789062 +-0.073730468750 +0.102539062500 +0.031738281250 +-0.025634765625 +-0.320312500000 +-0.187500000000 +0.030883789062 +0.077148437500 +-0.161132812500 +-0.141601562500 +0.091308593750 +0.123535156250 +0.298828125000 +-0.058349609375 +-0.103515625000 +0.053222656250 +-0.058349609375 +-0.281250000000 +-0.034912109375 +0.005126953125 +-0.024169921875 +-0.151367187500 +0.135742187500 +0.077636718750 +0.073730468750 +-0.151367187500 +-0.113281250000 +-0.100097656250 +0.135742187500 +0.024902343750 +0.071777343750 +-0.104003906250 +-0.271484375000 +-0.069335937500 +0.018554687500 +-0.125000000000 +-0.170898437500 +-0.194335937500 +-0.240234375000 +-0.184570312500 +0.149414062500 +-0.005737304688 +-0.042724609375 +0.140625000000 +-0.026977539062 +-0.068359375000 +0.091796875000 +0.029663085938 +0.149414062500 +0.151367187500 +0.094238281250 +-0.193359375000 +0.089355468750 +0.105468750000 +-0.213867187500 +-0.225585937500 +-0.029052734375 +-0.406250000000 +-0.341796875000 +0.076660156250 +-0.008666992188 +-0.125000000000 +-0.108398437500 +-0.040039062500 +-0.100097656250 +0.024169921875 +0.053710937500 +-0.119628906250 +-0.289062500000 +-0.166015625000 +-0.010620117188 +0.108398437500 +-0.118164062500 +0.077636718750 +0.119140625000 +-0.063476562500 +-0.135742187500 +0.121582031250 +-0.084960937500 +0.121093750000 +-0.091308593750 +-0.183593750000 +-0.020019531250 +-0.099609375000 +-0.054199218750 +-0.127929687500 +0.062500000000 +0.049804687500 +-0.010803222656 +-0.104003906250 +0.002502441406 +0.150390625000 +-0.355468750000 +0.100097656250 +-0.072265625000 +-0.011352539062 +-0.300781250000 +0.018920898438 +-0.265625000000 +-0.080566406250 +-0.285156250000 +-0.174804687500 +0.069335937500 +0.028320312500 +-0.002914428711 +0.041259765625 +-0.193359375000 +0.206054687500 +0.275390625000 +-0.032470703125 +0.029663085938 +-0.051269531250 +-0.012451171875 +0.117187500000 +-0.073730468750 +-0.261718750000 +0.164062500000 +-0.050537109375 +0.004547119141 +-0.103027343750 +0.091796875000 +0.105468750000 +0.127929687500 +0.225585937500 +0.111328125000 +-0.108398437500 +0.400390625000 +-0.110351562500 +0.158203125000 +0.255859375000 +-0.077636718750 +0.074707031250 +0.099121093750 +-0.275390625000 +0.034912109375 +-0.137695312500 +0.010742187500 +0.121093750000 +-0.074218750000 +-0.081054687500 +-0.345703125000 +-0.181640625000 +0.103027343750 +0.222656250000 +0.154296875000 +-0.015258789062 +0.069824218750 +0.166992187500 +-0.165039062500 +-0.105468750000 +0.076171875000 +-0.086914062500 +-0.201171875000 +-0.048583984375 +-0.126953125000 +-0.124023437500 +-0.182617187500 +-0.214843750000 +0.045898437500 +-0.140625000000 +-0.221679687500 +0.126953125000 +0.160156250000 +0.073730468750 +0.503906250000 +-0.203125000000 +0.137695312500 +0.111816406250 +0.072753906250 +0.155273437500 +-0.213867187500 +0.205078125000 +0.234375000000 +-0.100097656250 +-0.025390625000 +0.029541015625 +0.016723632812 +0.021484375000 +-0.138671875000 +-0.196289062500 +0.055419921875 +0.045166015625 +0.084472656250 +0.067382812500 +0.056152343750 +0.285156250000 +0.207031250000 +0.137695312500 +0.125976562500 +-0.114746093750 +0.355468750000 +-0.083496093750 +0.186523437500 +0.205078125000 +-0.231445312500 +0.025878906250 +-0.175781250000 +-0.351562500000 +0.119628906250 +0.053466796875 +-0.043457031250 +0.068359375000 +0.131835937500 +-0.046630859375 +0.053222656250 +-0.248046875000 +-0.019897460938 +0.080078125000 +0.265625000000 +-0.296875000000 +-0.096191406250 +0.161132812500 +-0.145507812500 +-0.014587402344 +0.071777343750 +-0.196289062500 +-0.215820312500 +-0.024047851562 +-0.081054687500 +-0.087890625000 +-0.059326171875 +-0.137695312500 +0.011474609375 +-0.165039062500 +-0.111816406250 +0.155273437500 +0.075195312500 +0.072265625000 +0.211914062500 +-0.125976562500 +0.153320312500 +0.119628906250 +0.090332031250 +0.131835937500 +-0.287109375000 +0.096679687500 +0.019897460938 +-0.170898437500 +-0.045654296875 +-0.044677734375 +-0.030151367188 +0.137695312500 +-0.221679687500 +-0.322265625000 +0.008239746094 +-0.042236328125 +-0.003997802734 +-0.130859375000 +0.000117778778 +0.222656250000 +0.026367187500 +0.082519531250 +-0.052001953125 +-0.129882812500 +0.165039062500 +0.068847656250 +0.045410156250 +-0.010131835938 +-0.204101562500 +-0.169921875000 +0.026489257812 +-0.209960937500 +-0.062500000000 +-0.189453125000 +0.029907226562 +-0.218750000000 +-0.101562500000 +0.084960937500 +0.159179687500 +-0.253906250000 +0.104980468750 +0.149414062500 +0.263671875000 +-0.131835937500 +0.098144531250 +-0.000659942627 +-0.209960937500 +-0.121093750000 +-0.115722656250 +-0.137695312500 +-0.094238281250 +0.161132812500 +-0.034179687500 +-0.039306640625 +-0.120605468750 +-0.130859375000 +-0.140625000000 +-0.114257812500 +-0.071777343750 +-0.158203125000 +0.172851562500 +0.141601562500 +0.119140625000 +0.049560546875 +0.279296875000 +0.137695312500 +-0.092285156250 +0.235351562500 +-0.147460937500 +0.171875000000 +0.154296875000 +-0.171875000000 +-0.242187500000 +0.077148437500 +-0.011108398438 +0.060302734375 +0.001449584961 +-0.203125000000 +0.014587402344 +-0.066894531250 +0.099121093750 +-0.037597656250 +-0.061035156250 +0.101562500000 +0.041259765625 +0.134765625000 +0.065917968750 +-0.128906250000 +0.045166015625 +-0.127929687500 +0.053466796875 +0.033691406250 +0.053222656250 +0.018920898438 +0.052246093750 +0.083007812500 +-0.055908203125 +-0.079589843750 +0.180664062500 +-0.245117187500 +0.161132812500 +-0.171875000000 +-0.144531250000 +-0.063964843750 +0.106445312500 +-0.063964843750 +0.113769531250 +-0.242187500000 +0.196289062500 +0.261718750000 +-0.028198242188 +-0.061767578125 +-0.079589843750 +-0.058837890625 +-0.188476562500 +0.213867187500 +-0.053955078125 +0.126953125000 +-0.184570312500 +-0.042236328125 +0.012268066406 +-0.082519531250 +0.040771484375 +-0.068359375000 +0.040283203125 +0.047363281250 +0.056884765625 +-0.006225585938 +0.101074218750 +0.022216796875 +0.172851562500 +-0.139648437500 +-0.122558593750 +0.091796875000 +0.255859375000 +-0.076171875000 +-0.351562500000 +-0.014526367188 +-0.033203125000 +0.047607421875 +0.003524780273 +-0.174804687500 +0.111816406250 +-0.044433593750 +0.118164062500 +-0.042724609375 +-0.103027343750 +-0.192382812500 +0.122558593750 +0.003540039062 +0.002975463867 +-0.103515625000 +0.084472656250 +0.053710937500 +-0.031738281250 +-0.040283203125 +-0.028564453125 +0.102050781250 +0.043945312500 +-0.071777343750 +-0.064941406250 +0.102050781250 +-0.060302734375 +0.015991210938 +0.052001953125 +-0.065429687500 +0.013854980469 +-0.014343261719 +-0.109375000000 +0.103027343750 +-0.019287109375 +-0.101074218750 +0.026000976562 +0.040527343750 +0.011718750000 +0.058349609375 +-0.021606445312 +0.018432617188 +-0.184570312500 +0.151367187500 +-0.063964843750 +0.067871093750 +-0.135742187500 +-0.069335937500 +-0.089355468750 +-0.071777343750 +0.005523681641 +-0.184570312500 +-0.108886718750 +0.109375000000 +0.255859375000 +-0.292968750000 +0.224609375000 +0.055175781250 +-0.056640625000 +-0.244140625000 +0.068847656250 +0.083496093750 +0.277343750000 +-0.183593750000 +-0.198242187500 +0.043212890625 +-0.005615234375 +-0.062988281250 +0.154296875000 +-0.139648437500 +-0.021362304688 +-0.160156250000 +0.132812500000 +-0.024414062500 +-0.157226562500 +-0.152343750000 +0.036865234375 +0.057861328125 +0.105957031250 +-0.184570312500 +-0.107910156250 +-0.075195312500 +-0.045410156250 +-0.200195312500 +-0.107421875000 +-0.059814453125 +0.108886718750 +-0.238281250000 +-0.032714843750 +-0.012512207031 +-0.008666992188 +0.083496093750 +0.142578125000 +0.073242187500 +-0.090332031250 +-0.128906250000 +-0.310546875000 +-0.029418945312 +-0.104980468750 +-0.166992187500 +-0.017456054688 +0.103027343750 +0.176757812500 +0.087402343750 +0.051513671875 +0.010864257812 +-0.017822265625 +0.145507812500 +-0.130859375000 +0.073730468750 +-0.298828125000 +-0.171875000000 +-0.142578125000 +-0.156250000000 +0.072753906250 +-0.168945312500 +-0.110839843750 +0.122558593750 +0.259765625000 +-0.200195312500 +0.076171875000 +0.025756835938 +-0.008544921875 +-0.041015625000 +0.117675781250 +0.136718750000 +0.398437500000 +-0.086425781250 +-0.308593750000 +0.085937500000 +0.055419921875 +-0.113281250000 +0.073242187500 +-0.394531250000 +0.072265625000 +-0.068847656250 +-0.015625000000 +0.052246093750 +-0.215820312500 +-0.116210937500 +0.078125000000 +0.076171875000 +0.094238281250 +-0.083007812500 +-0.154296875000 +-0.041015625000 +-0.171875000000 +-0.021484375000 +-0.032714843750 +-0.104492187500 +-0.048095703125 +-0.030639648438 +0.051757812500 +0.183593750000 +-0.222656250000 +-0.038085937500 +0.081054687500 +0.076660156250 +-0.187500000000 +-0.065917968750 +-0.078125000000 +-0.095703125000 +-0.131835937500 +-0.195312500000 +-0.031982421875 +0.192382812500 +0.143554687500 +-0.057617187500 +-0.089843750000 +-0.119628906250 +0.068359375000 +-0.038330078125 +-0.012878417969 +0.098144531250 +-0.188476562500 +-0.163085937500 +-0.004089355469 +-0.119140625000 +0.132812500000 +-0.015014648438 +-0.015441894531 +0.019897460938 +0.439453125000 +-0.164062500000 +0.104492187500 +-0.031127929688 +-0.138671875000 +0.037841796875 +-0.265625000000 +-0.123535156250 +0.090820312500 +0.010437011719 +-0.088867187500 +0.312500000000 +-0.086914062500 +-0.486328125000 +-0.029663085938 +-0.131835937500 +0.069335937500 +-0.015258789062 +0.287109375000 +0.104492187500 +0.023681640625 +0.088378906250 +0.070312500000 +-0.000153541565 +-0.030639648438 +0.024169921875 +0.060058593750 +-0.166992187500 +-0.151367187500 +0.159179687500 +0.011169433594 +-0.155273437500 +0.055664062500 +0.076171875000 +-0.029052734375 +0.020996093750 +0.014831542969 +-0.343750000000 +-0.141601562500 +0.003799438477 +0.052734375000 +0.230468750000 +-0.070800781250 +0.169921875000 +-0.359375000000 +0.112792968750 +0.044189453125 +0.166992187500 +-0.033691406250 +-0.163085937500 +-0.119140625000 +0.138671875000 +0.195312500000 +-0.238281250000 +0.226562500000 +-0.144531250000 +0.037841796875 +0.072265625000 +-0.078613281250 +-0.010131835938 +-0.093261718750 +-0.126953125000 +-0.098632812500 +-0.224609375000 +0.202148437500 +0.036621093750 +0.139648437500 +-0.066894531250 +-0.170898437500 +-0.114746093750 +-0.188476562500 +-0.069824218750 +0.007476806641 +-0.124023437500 +-0.070800781250 +0.184570312500 +-0.124511718750 +-0.287109375000 +-0.134765625000 +-0.183593750000 +-0.008239746094 +0.103515625000 +0.269531250000 +-0.010437011719 +0.094726562500 +-0.083007812500 +-0.027587890625 +-0.036865234375 +-0.021728515625 +-0.161132812500 +-0.011291503906 +-0.031127929688 +0.005981445312 +0.213867187500 +0.216796875000 +0.026855468750 +0.038330078125 +0.108398437500 +0.079589843750 +0.257812500000 +-0.061035156250 +-0.695312500000 +-0.222656250000 +-0.183593750000 +0.080566406250 +-0.042236328125 +0.014709472656 +-0.078125000000 +-0.263671875000 +0.098144531250 +0.170898437500 +0.102050781250 +0.103515625000 +-0.152343750000 +0.094238281250 +0.179687500000 +0.079589843750 +-0.032958984375 +0.024902343750 +-0.120605468750 +-0.058349609375 +0.000322341919 +0.002853393555 +0.015747070312 +-0.039550781250 +-0.008850097656 +-0.212890625000 +-0.018066406250 +0.137695312500 +-0.025634765625 +0.031005859375 +-0.104492187500 +-0.127929687500 +-0.049316406250 +-0.011352539062 +-0.190429687500 +-0.133789062500 +-0.021728515625 +-0.221679687500 +0.155273437500 +-0.017822265625 +-0.209960937500 +0.429687500000 +-0.249023437500 +-0.040527343750 +0.079589843750 +-0.017822265625 +0.081542968750 +0.255859375000 +-0.059814453125 +0.017211914062 +-0.316406250000 +-0.006652832031 +-0.159179687500 +-0.018066406250 +-0.008544921875 +0.027709960938 +0.142578125000 +0.044189453125 +0.032958984375 +0.161132812500 +0.335937500000 +0.139648437500 +0.106933593750 +-0.084472656250 +-0.714843750000 +-0.017700195312 +-0.085937500000 +-0.004455566406 +0.174804687500 +-0.168945312500 +0.186523437500 +-0.117675781250 +0.031982421875 +0.130859375000 +0.187500000000 +-0.099609375000 +-0.135742187500 +0.071289062500 +-0.045898437500 +-0.261718750000 +-0.023925781250 +0.104003906250 +-0.241210937500 +-0.003158569336 +-0.020263671875 +-0.033691406250 +-0.160156250000 +-0.072265625000 +0.089355468750 +-0.126953125000 +-0.018676757812 +0.177734375000 +-0.005767822266 +-0.044921875000 +-0.160156250000 +-0.013671875000 +-0.001457214355 +-0.224609375000 +0.005950927734 +0.034667968750 +-0.086425781250 +-0.100097656250 +0.107421875000 +0.234375000000 +-0.174804687500 +-0.047607421875 +-0.149414062500 +-0.076660156250 +0.027832031250 +0.271484375000 +0.169921875000 +0.019409179688 +-0.044921875000 +0.047851562500 +-0.018920898438 +-0.044677734375 +-0.009399414062 +-0.000961303711 +0.075195312500 +-0.031250000000 +0.142578125000 +-0.073242187500 +0.032958984375 +-0.027587890625 +0.168945312500 +0.017211914062 +0.140625000000 +-0.093750000000 +-0.478515625000 +-0.118164062500 +-0.183593750000 +-0.248046875000 +0.251953125000 +-0.108886718750 +0.126953125000 +-0.018920898438 +0.281250000000 +0.048583984375 +0.155273437500 +0.042968750000 +-0.141601562500 +0.074218750000 +0.086914062500 +-0.125000000000 +-0.113769531250 +0.023315429688 +-0.045410156250 +0.007873535156 +0.072753906250 +0.057617187500 +-0.065429687500 +-0.189453125000 +0.117675781250 +-0.209960937500 +0.027343750000 +-0.020996093750 +-0.016723632812 +-0.245117187500 +-0.121582031250 +0.112304687500 +0.011169433594 +-0.097167968750 +-0.007934570312 +0.071777343750 +-0.004730224609 +-0.137695312500 +0.188476562500 +0.357421875000 +-0.261718750000 +-0.412109375000 +0.005737304688 +-0.050781250000 +-0.005554199219 +-0.105957031250 +0.209960937500 +-0.193359375000 +-0.040283203125 +0.017822265625 +-0.096679687500 +0.001564025879 +0.107910156250 +0.020507812500 +-0.002716064453 +0.024291992188 +0.087890625000 +0.050781250000 +-0.015625000000 +0.084472656250 +0.134765625000 +-0.038818359375 +0.076171875000 +-0.180664062500 +-0.457031250000 +-0.052490234375 +-0.177734375000 +-0.009399414062 +0.115722656250 +-0.154296875000 +0.008483886719 +0.140625000000 +-0.066894531250 +0.146484375000 +0.090332031250 +0.031982421875 +-0.281250000000 +0.226562500000 +-0.080566406250 +-0.157226562500 +-0.071777343750 +-0.024536132812 +-0.095214843750 +-0.261718750000 +0.135742187500 +0.095703125000 +-0.000383377075 +-0.196289062500 +0.148437500000 +-0.136718750000 +-0.052246093750 +-0.275390625000 +0.082031250000 +-0.156250000000 +-0.044433593750 +-0.087890625000 +-0.009765625000 +-0.065917968750 +-0.076171875000 +-0.127929687500 +-0.077148437500 +-0.083984375000 +0.012634277344 +0.196289062500 +-0.273437500000 +-0.029296875000 +-0.153320312500 +-0.007537841797 +0.048583984375 +-0.009094238281 +0.001380920410 +-0.184570312500 +-0.144531250000 +-0.007781982422 +0.018798828125 +-0.001167297363 +0.188476562500 +-0.031005859375 +-0.075195312500 +0.208984375000 +0.187500000000 +0.132812500000 +0.073242187500 +-0.040771484375 +-0.037109375000 +0.087890625000 +-0.057617187500 +-0.219726562500 +0.078125000000 +-0.068847656250 +0.016967773438 +-0.043945312500 +-0.073242187500 +-0.267578125000 +0.093750000000 +0.155273437500 +0.146484375000 +0.065917968750 +0.062255859375 +-0.165039062500 +-0.191406250000 +0.076171875000 +-0.075683593750 +-0.099609375000 +-0.097167968750 +0.017578125000 +-0.135742187500 +-0.065429687500 +0.023071289062 +-0.106933593750 +-0.103027343750 +-0.222656250000 +0.042480468750 +-0.148437500000 +-0.041503906250 +-0.433593750000 +-0.071777343750 +-0.250000000000 +-0.146484375000 +-0.017333984375 +0.113281250000 +-0.098144531250 +-0.040283203125 +-0.037353515625 +-0.078125000000 +-0.238281250000 +0.148437500000 +-0.080566406250 +-0.308593750000 +0.075683593750 +-0.174804687500 +-0.057617187500 +0.047851562500 +0.380859375000 +-0.010070800781 +-0.189453125000 +-0.112304687500 +0.080566406250 +-0.161132812500 +0.085449218750 +-0.073242187500 +-0.113769531250 +-0.233398437500 +0.062988281250 +0.196289062500 +0.131835937500 +0.091308593750 +0.089355468750 +0.218750000000 +0.247070312500 +0.086914062500 +-0.296875000000 +-0.031738281250 +-0.035644531250 +0.052001953125 +0.093261718750 +-0.119628906250 +-0.214843750000 +-0.036865234375 +0.163085937500 +0.367187500000 +0.131835937500 +0.151367187500 +-0.163085937500 +-0.101074218750 +0.208007812500 +0.110839843750 +-0.292968750000 +-0.298828125000 +0.095703125000 +-0.037597656250 +-0.013977050781 +0.022583007812 +-0.020507812500 +0.151367187500 +-0.197265625000 +0.089843750000 +0.069824218750 +-0.075195312500 +-0.250000000000 +-0.081054687500 +-0.231445312500 +-0.238281250000 +-0.058349609375 +-0.255859375000 +0.033203125000 +-0.200195312500 +0.063476562500 +-0.078613281250 +-0.106933593750 +0.216796875000 +0.222656250000 +0.082519531250 +-0.109863281250 +0.298828125000 +0.010925292969 +0.018188476562 +0.079101562500 +-0.105468750000 +-0.160156250000 +-0.097656250000 +-0.349609375000 +-0.027221679688 +0.079101562500 +0.060791015625 +-0.187500000000 +0.036376953125 +-0.046875000000 +-0.117675781250 +-0.166992187500 +0.041748046875 +0.038330078125 +0.144531250000 +0.035400390625 +-0.062500000000 +0.007049560547 +-0.068847656250 +0.285156250000 +-0.245117187500 +-0.186523437500 +0.114746093750 +-0.177734375000 +0.131835937500 +0.122070312500 +0.039794921875 +0.289062500000 +0.204101562500 +0.042724609375 +0.208007812500 +0.205078125000 +-0.181640625000 +0.101562500000 +-0.025024414062 +-0.213867187500 +-0.157226562500 +-0.039550781250 +-0.136718750000 +-0.044433593750 +-0.031005859375 +0.008544921875 +-0.239257812500 +-0.013427734375 +0.033935546875 +-0.324218750000 +-0.141601562500 +0.074707031250 +-0.016235351562 +0.006958007812 +-0.037353515625 +0.144531250000 +-0.243164062500 +0.029907226562 +-0.100585937500 +0.351562500000 +0.199218750000 +0.142578125000 +0.292968750000 +0.003890991211 +0.239257812500 +0.068847656250 +0.492187500000 +0.171875000000 +-0.121582031250 +0.136718750000 +-0.119628906250 +-0.001480102539 +0.009460449219 +0.090332031250 +0.144531250000 +-0.200195312500 +0.022583007812 +-0.075195312500 +-0.236328125000 +-0.118652343750 +0.083007812500 +-0.075195312500 +-0.054199218750 +-0.045166015625 +-0.117675781250 +0.210937500000 +-0.027587890625 +0.279296875000 +-0.010986328125 +-0.271484375000 +0.363281250000 +-0.042236328125 +-0.108886718750 +0.034667968750 +-0.031250000000 +-0.003570556641 +0.194335937500 +0.086914062500 +0.488281250000 +0.122070312500 +-0.062988281250 +0.165039062500 +0.137695312500 +-0.244140625000 +-0.261718750000 +0.041015625000 +-0.153320312500 +0.138671875000 +-0.049804687500 +-0.002517700195 +-0.028808593750 +0.119140625000 +0.119628906250 +-0.149414062500 +-0.045166015625 +-0.205078125000 +0.160156250000 +-0.236328125000 +0.055419921875 +0.064453125000 +-0.435546875000 +0.023803710938 +0.008972167969 +0.165039062500 +0.168945312500 +0.146484375000 +0.036621093750 +0.030273437500 +0.279296875000 +0.040527343750 +-0.113281250000 +0.118652343750 +-0.076171875000 +0.020263671875 +0.010375976562 +0.100585937500 +-0.157226562500 +-0.075683593750 +0.026489257812 +-0.159179687500 +0.054687500000 +-0.105468750000 +-0.248046875000 +-0.012939453125 +0.024414062500 +0.070312500000 +0.167968750000 +-0.026123046875 +0.038085937500 +-0.007873535156 +0.116210937500 +0.114257812500 +-0.052246093750 +-0.073242187500 +0.218750000000 +0.024658203125 +-0.124023437500 +0.118164062500 +-0.126953125000 +-0.136718750000 +0.198242187500 +-0.011779785156 +0.341796875000 +0.100585937500 +0.041259765625 +-0.161132812500 +0.122070312500 +0.105468750000 +-0.118164062500 +0.090332031250 +-0.239257812500 +0.394531250000 +0.029174804688 +-0.095703125000 +-0.269531250000 +-0.117675781250 +-0.107421875000 +-0.207031250000 +-0.210937500000 +-0.117187500000 +0.055664062500 +0.116210937500 +0.084472656250 +0.277343750000 +-0.312500000000 +-0.011413574219 +-0.003875732422 +-0.027709960938 +0.060791015625 +0.062500000000 +0.080566406250 +0.009155273438 +0.120117187500 +0.043457031250 +0.170898437500 +0.121093750000 +0.009155273438 +-0.052734375000 +-0.047363281250 +0.019531250000 +0.001731872559 +0.128906250000 +-0.022583007812 +0.004486083984 +0.079589843750 +0.084472656250 +-0.232421875000 +-0.069824218750 +0.045654296875 +-0.041015625000 +0.170898437500 +0.077148437500 +-0.002258300781 +-0.132812500000 +-0.097167968750 +0.255859375000 +-0.046875000000 +0.005218505859 +0.051269531250 +-0.161132812500 +-0.045166015625 +-0.037109375000 +-0.007385253906 +0.125000000000 +0.088378906250 +0.051757812500 +0.165039062500 +0.146484375000 +-0.015014648438 +-0.277343750000 +0.178710937500 +-0.027832031250 +-0.153320312500 +0.267578125000 +-0.072753906250 +0.104492187500 +-0.122070312500 +0.073242187500 +-0.057617187500 +0.460937500000 +0.087890625000 +-0.186523437500 +-0.124023437500 +0.028442382812 +0.084472656250 +0.137695312500 +-0.086425781250 +-0.139648437500 +-0.294921875000 +0.031738281250 +-0.018066406250 +0.277343750000 +0.326171875000 +0.275390625000 +-0.162109375000 +-0.111816406250 +0.059082031250 +-0.009948730469 +0.589843750000 +0.023925781250 +0.086425781250 +-0.135742187500 +-0.150390625000 +-0.151367187500 +-0.011047363281 +0.004943847656 +0.066406250000 +-0.104980468750 +0.007415771484 +0.056640625000 +-0.205078125000 +-0.008911132812 +-0.001083374023 +0.081054687500 +0.155273437500 +-0.083496093750 +-0.114746093750 +-0.255859375000 +0.062500000000 +0.132812500000 +-0.156250000000 +-0.073730468750 +-0.036376953125 +0.029907226562 +-0.084472656250 +-0.203125000000 +-0.116210937500 +0.095703125000 +0.096679687500 +-0.013183593750 +-0.120117187500 +0.134765625000 +-0.076660156250 +-0.277343750000 +0.227539062500 +0.001586914062 +-0.308593750000 +0.025756835938 +-0.211914062500 +0.227539062500 +-0.138671875000 +-0.060058593750 +-0.235351562500 +0.008056640625 +-0.021850585938 +-0.206054687500 +-0.100097656250 +-0.007537841797 +0.211914062500 +0.074218750000 +-0.050537109375 +-0.219726562500 +-0.478515625000 +-0.056640625000 +-0.029907226562 +0.014038085938 +0.259765625000 +0.176757812500 +0.001922607422 +-0.080078125000 +0.108398437500 +-0.104980468750 +0.151367187500 +0.099121093750 +0.036132812500 +-0.091796875000 +0.037841796875 +0.017456054688 +-0.087402343750 +0.151367187500 +-0.071289062500 +-0.104003906250 +-0.149414062500 +0.090820312500 +0.001922607422 +-0.061767578125 +0.172851562500 +0.000038385391 +-0.052490234375 +0.089355468750 +-0.106445312500 +-0.236328125000 +0.201171875000 +0.109375000000 +-0.081542968750 +-0.080078125000 +0.322265625000 +-0.105957031250 +0.001388549805 +-0.511718750000 +0.010131835938 +-0.076171875000 +0.170898437500 +-0.087402343750 +0.239257812500 +0.089843750000 +0.229492187500 +-0.124023437500 +0.034667968750 +0.117187500000 +-0.306640625000 +-0.162109375000 +-0.173828125000 +0.097167968750 +-0.051757812500 +-0.010742187500 +-0.394531250000 +0.052001953125 +-0.022949218750 +-0.051513671875 +-0.107421875000 +-0.204101562500 +0.233398437500 +-0.040283203125 +-0.240234375000 +0.214843750000 +-0.332031250000 +-0.142578125000 +0.079589843750 +0.034179687500 +0.186523437500 +0.257812500000 +0.125976562500 +-0.036621093750 +0.195312500000 +0.019287109375 +0.113769531250 +0.039794921875 +0.082519531250 +-0.168945312500 +0.030883789062 +-0.097167968750 +0.089355468750 +0.135742187500 +0.058349609375 +-0.092773437500 +0.006195068359 +0.162109375000 +-0.095214843750 +-0.165039062500 +0.244140625000 +-0.038818359375 +0.158203125000 +0.191406250000 +-0.161132812500 +-0.039062500000 +0.120117187500 +0.213867187500 +-0.003738403320 +-0.030761718750 +-0.058593750000 +-0.132812500000 +-0.019287109375 +-0.488281250000 +0.074707031250 +-0.047851562500 +0.109863281250 +0.098632812500 +0.111816406250 +-0.188476562500 +-0.028076171875 +-0.023071289062 +0.162109375000 +-0.039306640625 +-0.244140625000 +-0.021728515625 +-0.132812500000 +0.034912109375 +-0.115234375000 +-0.091796875000 +-0.139648437500 +-0.024291992188 +0.053466796875 +-0.279296875000 +-0.229492187500 +-0.160156250000 +0.125976562500 +0.112304687500 +0.068847656250 +-0.204101562500 +0.131835937500 +-0.175781250000 +-0.084960937500 +-0.121093750000 +-0.388671875000 +-0.082031250000 +0.098144531250 +-0.028320312500 +-0.064941406250 +0.219726562500 +0.095214843750 +0.002929687500 +0.003890991211 +-0.084472656250 +0.130859375000 +-0.236328125000 +0.075195312500 +-0.060302734375 +-0.167968750000 +-0.006439208984 +0.030395507812 +0.033935546875 +-0.056640625000 +-0.183593750000 +0.228515625000 +0.086914062500 +-0.474609375000 +0.219726562500 +-0.047851562500 +0.261718750000 +0.084960937500 +-0.048828125000 +0.281250000000 +0.166992187500 +-0.167968750000 +0.142578125000 +-0.330078125000 +-0.022583007812 +0.015869140625 +0.064941406250 +-0.232421875000 +0.027832031250 +-0.052734375000 +0.083496093750 +0.045898437500 +-0.049560546875 +0.055175781250 +-0.070800781250 +0.314453125000 +0.036865234375 +0.180664062500 +0.079101562500 +-0.078613281250 +0.108398437500 +0.062255859375 +-0.137695312500 +0.149414062500 +-0.285156250000 +-0.291015625000 +-0.003448486328 +0.120605468750 +-0.047851562500 +-0.053955078125 +-0.248046875000 +-0.042480468750 +-0.227539062500 +-0.164062500000 +-0.175781250000 +-0.255859375000 +0.066894531250 +-0.098144531250 +-0.414062500000 +0.011596679688 +0.131835937500 +-0.047363281250 +-0.151367187500 +-0.070800781250 +-0.083984375000 +0.101562500000 +-0.152343750000 +-0.048828125000 +0.082031250000 +-0.207031250000 +-0.267578125000 +0.204101562500 +0.050781250000 +0.098632812500 +-0.016601562500 +0.112304687500 +0.039062500000 +-0.251953125000 +0.273437500000 +-0.154296875000 +0.152343750000 +0.044677734375 +0.316406250000 +0.298828125000 +0.036621093750 +0.011169433594 +0.314453125000 +-0.292968750000 +0.178710937500 +0.174804687500 +-0.043212890625 +-0.076660156250 +0.233398437500 +-0.101074218750 +0.016235351562 +0.140625000000 +-0.081542968750 +0.038818359375 +-0.072753906250 +0.134765625000 +0.056884765625 +0.127929687500 +0.160156250000 +0.091796875000 +0.088378906250 +0.114257812500 +0.095214843750 +0.225585937500 +-0.047363281250 +-0.431640625000 +-0.166992187500 +0.221679687500 +0.167968750000 +0.160156250000 +-0.194335937500 +0.191406250000 +0.025512695312 +-0.054443359375 +0.041992187500 +-0.235351562500 +0.046630859375 +-0.392578125000 +-0.410156250000 +0.030883789062 +0.023559570312 +0.176757812500 +-0.330078125000 +-0.263671875000 +-0.011352539062 +-0.083984375000 +-0.126953125000 +0.031738281250 +0.054443359375 +-0.231445312500 +-0.116210937500 +0.085449218750 +0.104003906250 +0.102050781250 +0.101074218750 +0.172851562500 +0.027465820312 +-0.148437500000 +0.347656250000 +0.062988281250 +0.166015625000 +0.196289062500 +0.269531250000 +0.130859375000 +0.072753906250 +-0.136718750000 +0.310546875000 +-0.136718750000 +0.177734375000 +-0.061279296875 +0.067871093750 +0.011840820312 +0.008483886719 +-0.041259765625 +-0.008544921875 +-0.077148437500 +0.072753906250 +0.145507812500 +0.077636718750 +0.092285156250 +0.033935546875 +0.073242187500 +0.189453125000 +-0.026123046875 +0.104003906250 +0.208984375000 +-0.003906250000 +0.205078125000 +0.061035156250 +-0.406250000000 +-0.173828125000 +0.101074218750 +0.025634765625 +0.016845703125 +-0.010803222656 +0.242187500000 +-0.060302734375 +-0.220703125000 +0.081542968750 +-0.121093750000 +0.129882812500 +-0.337890625000 +-0.143554687500 +-0.052978515625 +0.028198242188 +0.136718750000 +-0.390625000000 +-0.015197753906 +0.135742187500 +-0.208984375000 +-0.237304687500 +0.034423828125 +-0.216796875000 +-0.076171875000 +-0.357421875000 +-0.108398437500 +0.182617187500 +0.007537841797 +0.129882812500 +0.304687500000 +0.036865234375 +-0.154296875000 +0.215820312500 +-0.004791259766 +0.040283203125 +-0.007049560547 +0.054687500000 +0.156250000000 +-0.151367187500 +-0.183593750000 +0.298828125000 +-0.059814453125 +0.152343750000 +-0.062255859375 +0.029418945312 +-0.175781250000 +0.104492187500 +0.088378906250 +-0.207031250000 +0.103515625000 +0.015869140625 +0.072265625000 +0.004577636719 +0.195312500000 +-0.039306640625 +0.025390625000 +0.041503906250 +0.007873535156 +-0.002563476562 +0.273437500000 +-0.040771484375 +0.114746093750 +0.062988281250 +-0.328125000000 +0.005767822266 +0.091308593750 +0.110839843750 +-0.075683593750 +0.121582031250 +-0.064941406250 +0.151367187500 +-0.237304687500 +-0.089355468750 +0.050537109375 +0.166015625000 +-0.281250000000 +0.055175781250 +0.050781250000 +0.150390625000 +0.066406250000 +-0.416015625000 +0.077148437500 +0.122558593750 +-0.095214843750 +-0.001152038574 +0.000415802002 +-0.154296875000 +0.102050781250 +-0.228515625000 +0.051757812500 +0.192382812500 +-0.106933593750 +0.126953125000 +0.176757812500 +-0.143554687500 +-0.310546875000 +0.211914062500 +0.167968750000 +0.004974365234 +-0.166015625000 +-0.153320312500 +0.166015625000 +-0.093261718750 +-0.215820312500 +0.423828125000 +-0.005340576172 +-0.023315429688 +-0.255859375000 +0.068359375000 +-0.086914062500 +0.122070312500 +-0.002182006836 +-0.095214843750 +0.056640625000 +-0.172851562500 +-0.207031250000 +0.001014709473 +0.194335937500 +-0.025512695312 +0.041259765625 +-0.049804687500 +-0.135742187500 +0.011291503906 +0.192382812500 +-0.177734375000 +0.134765625000 +0.073730468750 +-0.125976562500 +-0.013854980469 +0.106445312500 +-0.028198242188 +-0.002304077148 +0.197265625000 +0.055664062500 +-0.017822265625 +-0.168945312500 +-0.087402343750 +0.041015625000 +0.033935546875 +-0.216796875000 +0.189453125000 +0.061279296875 +0.003143310547 +0.052490234375 +-0.125976562500 +0.022949218750 +0.156250000000 +-0.084472656250 +-0.163085937500 +-0.124511718750 +0.145507812500 +-0.122070312500 +-0.160156250000 +-0.071289062500 +0.287109375000 +-0.093750000000 +0.177734375000 +0.302734375000 +-0.055908203125 +-0.349609375000 +0.347656250000 +0.053710937500 +-0.070312500000 +-0.423828125000 +0.031982421875 +0.384765625000 +-0.157226562500 +-0.240234375000 +0.341796875000 +0.064453125000 +-0.150390625000 +-0.263671875000 +-0.224609375000 +-0.084960937500 +0.116210937500 +0.166015625000 +0.033447265625 +-0.072265625000 +-0.217773437500 +0.010681152344 +0.031005859375 +0.150390625000 +-0.140625000000 +-0.314453125000 +0.104980468750 +-0.144531250000 +-0.190429687500 +0.209960937500 +-0.104492187500 +0.224609375000 +0.118652343750 +-0.275390625000 +-0.079101562500 +0.041748046875 +0.017089843750 +0.020996093750 +0.027832031250 +0.127929687500 +-0.121093750000 +-0.109863281250 +0.100585937500 +0.082031250000 +0.007812500000 +-0.141601562500 +-0.016723632812 +0.093261718750 +0.217773437500 +0.047119140625 +-0.016601562500 +0.050292968750 +0.213867187500 +-0.076171875000 +-0.013916015625 +-0.006988525391 +0.079101562500 +0.047607421875 +-0.153320312500 +-0.214843750000 +0.246093750000 +-0.251953125000 +0.071289062500 +0.406250000000 +-0.020874023438 +-0.359375000000 +0.308593750000 +0.186523437500 +-0.032714843750 +-0.376953125000 +-0.051269531250 +0.388671875000 +0.162109375000 +-0.180664062500 +0.451171875000 +-0.125976562500 +-0.129882812500 +-0.126953125000 +-0.037597656250 +-0.110351562500 +0.287109375000 +0.102050781250 +-0.046875000000 +-0.042236328125 +-0.162109375000 +0.012878417969 +-0.017456054688 +0.285156250000 +-0.184570312500 +-0.208984375000 +0.090332031250 +-0.216796875000 +-0.063476562500 +0.310546875000 +-0.116699218750 +0.194335937500 +-0.014831542969 +-0.255859375000 +-0.265625000000 +0.062988281250 +0.139648437500 +-0.111328125000 +-0.041503906250 +0.015197753906 +-0.127929687500 +-0.257812500000 +-0.041259765625 +-0.115234375000 +0.165039062500 +0.011352539062 +-0.281250000000 +-0.113281250000 +-0.227539062500 +-0.217773437500 +-0.203125000000 +-0.091796875000 +-0.250000000000 +0.210937500000 +-0.145507812500 +-0.004119873047 +0.050292968750 +-0.077148437500 +-0.246093750000 +0.059082031250 +-0.028442382812 +0.011474609375 +0.007812500000 +-0.137695312500 +0.041748046875 +0.016723632812 +-0.076660156250 +-0.099121093750 +-0.027587890625 +-0.146484375000 +-0.037841796875 +-0.152343750000 +-0.087402343750 +-0.085449218750 +-0.127929687500 +-0.152343750000 +0.079101562500 +-0.035644531250 +0.013671875000 +-0.023437500000 +-0.235351562500 +0.056396484375 +-0.069335937500 +-0.182617187500 +0.013122558594 +0.194335937500 +0.010070800781 +0.131835937500 +0.162109375000 +-0.004150390625 +0.218750000000 +-0.208007812500 +-0.014160156250 +0.035156250000 +-0.033203125000 +-0.035888671875 +0.139648437500 +-0.065429687500 +-0.257812500000 +-0.125976562500 +0.038330078125 +-0.093261718750 +-0.060302734375 +0.192382812500 +-0.148437500000 +-0.188476562500 +-0.082031250000 +-0.089355468750 +-0.125000000000 +0.423828125000 +-0.149414062500 +-0.164062500000 +0.012817382812 +-0.308593750000 +-0.287109375000 +0.239257812500 +0.104980468750 +0.202148437500 +0.061279296875 +-0.037841796875 +-0.084472656250 +0.147460937500 +-0.304687500000 +-0.052246093750 +-0.076171875000 +0.055664062500 +0.057861328125 +-0.206054687500 +-0.048095703125 +0.013549804688 +-0.109863281250 +-0.084472656250 +-0.071289062500 +0.062988281250 +-0.257812500000 +0.013244628906 +-0.202148437500 +0.139648437500 +-0.138671875000 +0.036132812500 +0.076660156250 +-0.055908203125 +0.022338867188 +0.031494140625 +-0.242187500000 +0.045166015625 +0.034179687500 +-0.202148437500 +-0.104003906250 +0.182617187500 +-0.585937500000 +0.171875000000 +0.132812500000 +-0.141601562500 +0.141601562500 +-0.318359375000 +-0.001243591309 +-0.189453125000 +-0.003341674805 +-0.196289062500 +-0.117675781250 +-0.060791015625 +-0.355468750000 +-0.083984375000 +0.055175781250 +-0.127929687500 +0.008728027344 +0.114746093750 +0.057373046875 +-0.492187500000 +0.052978515625 +-0.049560546875 +-0.098144531250 +0.058837890625 +-0.005615234375 +-0.002655029297 +0.044677734375 +-0.201171875000 +-0.126953125000 +0.084960937500 +-0.057617187500 +0.166015625000 +0.125000000000 +0.152343750000 +-0.106933593750 +0.114746093750 +0.145507812500 +-0.099121093750 +0.038085937500 +0.007568359375 +-0.039062500000 +-0.060546875000 +-0.022338867188 +-0.055664062500 +-0.015136718750 +-0.091308593750 +-0.059814453125 +0.061035156250 +-0.378906250000 +-0.061279296875 +-0.064453125000 +0.074707031250 +0.053710937500 +-0.006805419922 +0.047607421875 +-0.198242187500 +0.030151367188 +-0.051269531250 +-0.215820312500 +0.291015625000 +-0.058349609375 +-0.136718750000 +0.054199218750 +-0.033691406250 +-0.449218750000 +-0.007171630859 +-0.012756347656 +-0.071289062500 +-0.085937500000 +-0.184570312500 +-0.052978515625 +-0.216796875000 +-0.188476562500 +-0.075195312500 +-0.139648437500 +0.125976562500 +-0.198242187500 +-0.095703125000 +0.131835937500 +-0.251953125000 +-0.076660156250 +0.066406250000 +-0.083007812500 +-0.445312500000 +0.003997802734 +0.073242187500 +-0.127929687500 +-0.151367187500 +-0.070800781250 +0.074218750000 +0.044921875000 +0.006225585938 +-0.127929687500 +0.069335937500 +0.011108398438 +0.152343750000 +-0.242187500000 +0.102539062500 +0.034423828125 +0.021850585938 +-0.020996093750 +0.005432128906 +0.101074218750 +0.021850585938 +-0.005401611328 +0.032714843750 +-0.128906250000 +-0.001251220703 +-0.116210937500 +-0.216796875000 +-0.023925781250 +0.197265625000 +-0.152343750000 +-0.022094726562 +-0.176757812500 +-0.039550781250 +-0.096679687500 +0.093261718750 +0.035644531250 +-0.199218750000 +0.083007812500 +-0.093750000000 +0.096679687500 +0.152343750000 +0.002990722656 +0.063964843750 +0.070800781250 +-0.119628906250 +-0.145507812500 +0.071777343750 +0.082519531250 +-0.017700195312 +-0.296875000000 +-0.225585937500 +0.042480468750 +-0.249023437500 +-0.061767578125 +0.143554687500 +-0.158203125000 +0.116210937500 +-0.017700195312 +-0.017333984375 +0.048828125000 +-0.376953125000 +-0.050537109375 +0.054687500000 +0.097167968750 +-0.181640625000 +-0.042968750000 +0.018920898438 +0.057861328125 +-0.008483886719 +-0.096679687500 +0.013000488281 +0.011901855469 +-0.056884765625 +-0.231445312500 +-0.035156250000 +-0.089355468750 +0.141601562500 +-0.084960937500 +0.066894531250 +0.007598876953 +-0.231445312500 +0.064941406250 +-0.232421875000 +-0.021484375000 +0.013732910156 +-0.005096435547 +-0.053955078125 +-0.011169433594 +0.021362304688 +-0.106933593750 +-0.103515625000 +0.054687500000 +-0.124023437500 +0.224609375000 +-0.093261718750 +-0.110351562500 +0.021118164062 +-0.097167968750 +0.126953125000 +-0.100097656250 +-0.026123046875 +-0.084960937500 +0.135742187500 +0.006469726562 +0.068847656250 +-0.041992187500 +0.028564453125 +0.045166015625 +-0.194335937500 +0.053955078125 +0.021606445312 +0.064941406250 +-0.125976562500 +-0.300781250000 +-0.064941406250 +0.028198242188 +-0.108398437500 +0.025146484375 +-0.032470703125 +-0.014282226562 +-0.128906250000 +-0.125976562500 +0.040283203125 +0.088378906250 +-0.441406250000 +-0.063476562500 +-0.012573242188 +0.221679687500 +-0.087890625000 +-0.000720977783 +0.021118164062 +-0.062500000000 +-0.038330078125 +-0.287109375000 +0.043945312500 +-0.040039062500 +-0.153320312500 +-0.257812500000 +0.047363281250 +-0.092285156250 +0.170898437500 +-0.102050781250 +0.025268554688 +-0.071289062500 +0.071289062500 +0.118652343750 +-0.101074218750 +-0.077636718750 +0.045410156250 +0.151367187500 +-0.112792968750 +0.214843750000 +-0.055419921875 +0.013671875000 +-0.102539062500 +0.111328125000 +-0.253906250000 +0.200195312500 +0.013000488281 +-0.238281250000 +0.135742187500 +0.036376953125 +0.030517578125 +0.048583984375 +-0.131835937500 +-0.038085937500 +0.034667968750 +-0.179687500000 +0.083007812500 +0.037597656250 +-0.048339843750 +0.005249023438 +-0.193359375000 +0.277343750000 +0.047607421875 +0.120605468750 +-0.016479492188 +-0.017822265625 +-0.015991210938 +-0.080566406250 +-0.026000976562 +-0.019653320312 +-0.018066406250 +0.142578125000 +-0.041503906250 +-0.076171875000 +0.018798828125 +0.104003906250 +-0.078613281250 +-0.110839843750 +-0.020385742188 +0.191406250000 +-0.355468750000 +-0.152343750000 +-0.067871093750 +0.103515625000 +-0.127929687500 +-0.152343750000 +-0.144531250000 +-0.039306640625 +0.033203125000 +-0.208984375000 +0.051757812500 +-0.076660156250 +0.166992187500 +-0.109375000000 +0.003326416016 +-0.111328125000 +-0.064453125000 +-0.048828125000 +-0.021728515625 +-0.072265625000 +-0.011718750000 +-0.069824218750 +0.011413574219 +0.122070312500 +-0.113281250000 +-0.051025390625 +-0.177734375000 +0.082031250000 +-0.390625000000 +-0.067871093750 +-0.030761718750 +-0.196289062500 +0.147460937500 +-0.296875000000 +0.109375000000 +0.026489257812 +-0.003936767578 +0.100585937500 +0.030761718750 +-0.496093750000 +0.041503906250 +-0.138671875000 +-0.104980468750 +0.023071289062 +0.066406250000 +0.009155273438 +0.042480468750 +0.136718750000 +0.105957031250 +-0.074707031250 +0.108398437500 +0.041015625000 +0.118164062500 +0.007293701172 +0.084472656250 +0.064453125000 +-0.054687500000 +-0.255859375000 +-0.045898437500 +0.131835937500 +0.066406250000 +0.094238281250 +0.275390625000 +0.087890625000 +0.059570312500 +-0.196289062500 +-0.067871093750 +0.094238281250 +-0.199218750000 +0.179687500000 +-0.188476562500 +0.113769531250 +-0.063476562500 +-0.010070800781 +-0.048339843750 +-0.085449218750 +0.257812500000 +0.045166015625 +-0.166015625000 +-0.122558593750 +0.092773437500 +-0.110351562500 +0.135742187500 +0.064941406250 +0.091308593750 +-0.255859375000 +-0.004547119141 +0.107421875000 +-0.106445312500 +-0.210937500000 +0.050781250000 +0.100585937500 +-0.113769531250 +-0.253906250000 +-0.145507812500 +0.026855468750 +-0.026855468750 +-0.474609375000 +-0.206054687500 +0.152343750000 +0.069824218750 +0.000200271606 +0.267578125000 +-0.142578125000 +0.009765625000 +0.144531250000 +-0.236328125000 +-0.178710937500 +0.030517578125 +-0.021362304688 +-0.015747070312 +-0.013183593750 +-0.016357421875 +0.130859375000 +-0.164062500000 +-0.263671875000 +0.042236328125 +0.265625000000 +0.024169921875 +0.056884765625 +-0.166015625000 +0.068359375000 +0.147460937500 +0.010620117188 +0.060302734375 +-0.314453125000 +0.177734375000 +0.124023437500 +0.043212890625 +-0.144531250000 +-0.090820312500 +0.084472656250 +-0.102539062500 +-0.111816406250 +0.018554687500 +0.064941406250 +-0.022338867188 +0.084960937500 +-0.051513671875 +-0.156250000000 +-0.127929687500 +-0.219726562500 +0.009521484375 +-0.086425781250 +0.046142578125 +-0.250000000000 +0.345703125000 +-0.070312500000 +-0.402343750000 +-0.124511718750 +-0.101562500000 +-0.074707031250 +-0.012817382812 +-0.183593750000 +0.119628906250 +0.008544921875 +-0.107910156250 +-0.275390625000 +-0.330078125000 +0.107421875000 +0.036376953125 +-0.092285156250 +-0.091796875000 +0.241210937500 +-0.047363281250 +0.195312500000 +0.189453125000 +0.054687500000 +-0.044677734375 +0.087402343750 +-0.351562500000 +0.069335937500 +-0.259765625000 +0.035156250000 +-0.155273437500 +-0.080078125000 +-0.087402343750 +0.199218750000 +-0.037597656250 +-0.056152343750 +0.125976562500 +0.318359375000 +0.081054687500 +-0.064941406250 +-0.128906250000 +0.092285156250 +0.026611328125 +0.046142578125 +-0.078613281250 +-0.386718750000 +0.157226562500 +0.070312500000 +0.026733398438 +-0.008178710938 +-0.060302734375 +0.003555297852 +-0.146484375000 +0.064941406250 +0.074218750000 +0.013916015625 +-0.328125000000 +0.012329101562 +-0.009643554688 +-0.396484375000 +-0.153320312500 +-0.133789062500 +0.165039062500 +-0.351562500000 +0.033935546875 +-0.038330078125 +0.230468750000 +-0.174804687500 +-0.018310546875 +-0.150390625000 +-0.064453125000 +-0.116210937500 +-0.031127929688 +0.089843750000 +0.004455566406 +-0.072753906250 +0.003250122070 +-0.361328125000 +-0.099609375000 +0.068847656250 +0.124023437500 +-0.130859375000 +-0.062011718750 +0.353515625000 +0.089355468750 +0.190429687500 +0.078613281250 +0.026123046875 +0.077148437500 +-0.101562500000 +-0.097167968750 +-0.053222656250 +-0.180664062500 +-0.216796875000 +-0.091796875000 +-0.063964843750 +-0.069824218750 +0.008972167969 +-0.044921875000 +-0.139648437500 +-0.014831542969 +0.433593750000 +0.166992187500 +-0.175781250000 +-0.091796875000 +0.167968750000 +0.106445312500 +-0.289062500000 +0.029785156250 +0.001319885254 +0.158203125000 +0.163085937500 +0.017822265625 +0.059082031250 +-0.027343750000 +0.059082031250 +-0.117675781250 +0.188476562500 +-0.073730468750 +0.009582519531 +0.011230468750 +0.245117187500 +-0.089843750000 +-0.263671875000 +-0.103027343750 +-0.146484375000 +0.184570312500 +-0.394531250000 +0.038330078125 +-0.020263671875 +0.214843750000 +-0.013122558594 +-0.257812500000 +-0.050781250000 +0.098632812500 +0.242187500000 +0.028686523438 +-0.110351562500 +0.024414062500 +-0.085449218750 +-0.085937500000 +-0.149414062500 +0.077636718750 +-0.008117675781 +0.113769531250 +-0.125976562500 +-0.168945312500 +0.056640625000 +0.187500000000 +-0.065917968750 +-0.069335937500 +0.017944335938 +-0.033935546875 +0.193359375000 +-0.186523437500 +-0.075683593750 +-0.072753906250 +-0.011718750000 +-0.107421875000 +-0.025268554688 +0.052490234375 +0.129882812500 +0.109375000000 +-0.171875000000 +0.205078125000 +0.259765625000 +0.233398437500 +-0.057373046875 +-0.019897460938 +0.414062500000 +0.072265625000 +-0.190429687500 +0.059326171875 +-0.002471923828 +0.174804687500 +-0.175781250000 +0.158203125000 +-0.037109375000 +-0.034423828125 +-0.104003906250 +-0.119628906250 +-0.021240234375 +-0.129882812500 +0.007537841797 +0.210937500000 +-0.087402343750 +0.045410156250 +-0.127929687500 +-0.090820312500 +-0.225585937500 +-0.114746093750 +0.150390625000 +0.151367187500 +-0.145507812500 +-0.140625000000 +0.136718750000 +-0.036865234375 +0.121093750000 +0.081542968750 +0.388671875000 +0.023803710938 +0.101562500000 +-0.031005859375 +-0.261718750000 +-0.028320312500 +-0.037353515625 +-0.181640625000 +0.120117187500 +0.101074218750 +0.148437500000 +-0.210937500000 +-0.224609375000 +0.216796875000 +0.086914062500 +-0.054687500000 +-0.207031250000 +0.119628906250 +0.070800781250 +0.027587890625 +-0.012573242188 +-0.209960937500 +0.062500000000 +0.039794921875 +-0.146484375000 +0.105957031250 +-0.112304687500 +0.060302734375 +0.228515625000 +0.169921875000 +0.063476562500 +0.131835937500 +0.229492187500 +0.022827148438 +0.328125000000 +0.018676757812 +-0.222656250000 +0.133789062500 +0.018066406250 +0.062255859375 +-0.091796875000 +-0.002334594727 +0.030273437500 +-0.131835937500 +-0.107421875000 +0.008239746094 +0.119140625000 +-0.033691406250 +-0.027465820312 +0.100585937500 +0.084472656250 +0.038574218750 +-0.066406250000 +-0.085449218750 +-0.214843750000 +0.062011718750 +0.531250000000 +0.040039062500 +-0.218750000000 +0.020263671875 +0.060302734375 +0.107910156250 +-0.003540039062 +-0.071777343750 +0.100097656250 +0.006042480469 +-0.250000000000 +-0.188476562500 +-0.134765625000 +-0.107910156250 +-0.197265625000 +-0.246093750000 +0.002410888672 +0.018310546875 +-0.197265625000 +-0.018554687500 +-0.667968750000 +0.046630859375 +0.251953125000 +0.149414062500 +-0.165039062500 +0.040527343750 +0.082031250000 +-0.131835937500 +0.011352539062 +-0.171875000000 +-0.050781250000 +-0.032958984375 +0.102539062500 +-0.086914062500 +-0.013916015625 +-0.197265625000 +0.072753906250 +0.231445312500 +-0.145507812500 +0.155273437500 +0.008117675781 +-0.035888671875 +0.160156250000 +0.084472656250 +-0.107421875000 +-0.082031250000 +0.031982421875 +0.154296875000 +-0.128906250000 +0.028198242188 +-0.049072265625 +-0.044189453125 +-0.188476562500 +-0.154296875000 +0.144531250000 +-0.017578125000 +0.055419921875 +-0.135742187500 +0.070800781250 +-0.150390625000 +-0.077148437500 +0.209960937500 +-0.147460937500 +0.029174804688 +-0.277343750000 +0.112304687500 +-0.198242187500 +-0.140625000000 +-0.016357421875 +0.023925781250 +-0.149414062500 +-0.131835937500 +0.292968750000 +-0.010192871094 +-0.292968750000 +-0.082519531250 +0.024169921875 +-0.028930664062 +-0.112304687500 +-0.200195312500 +0.060791015625 +0.054931640625 +-0.304687500000 +-0.084960937500 +-0.738281250000 +0.082031250000 +0.100097656250 +0.059814453125 +0.090332031250 +-0.045898437500 +0.088867187500 +0.110839843750 +-0.032958984375 +-0.154296875000 +-0.135742187500 +-0.314453125000 +-0.146484375000 +0.036621093750 +0.032226562500 +0.062988281250 +0.199218750000 +0.098144531250 +0.122070312500 +0.113769531250 +-0.131835937500 +-0.154296875000 +-0.016235351562 +0.136718750000 +-0.014038085938 +-0.061035156250 +-0.095214843750 +-0.182617187500 +-0.122558593750 +-0.068359375000 +0.207031250000 +0.076660156250 +0.061279296875 +0.008422851562 +0.079101562500 +-0.382812500000 +-0.166015625000 +-0.025634765625 +0.030151367188 +0.152343750000 +-0.523437500000 +0.068359375000 +-0.016357421875 +-0.160156250000 +-0.078613281250 +0.026855468750 +-0.091796875000 +0.141601562500 +0.149414062500 +-0.041503906250 +0.041015625000 +0.029663085938 +-0.245117187500 +-0.144531250000 +0.182617187500 +0.171875000000 +0.057128906250 +-0.191406250000 +-0.208984375000 +0.261718750000 +0.023437500000 +0.022583007812 +-0.124023437500 +-0.131835937500 +-0.110351562500 +0.029663085938 +-0.036376953125 +-0.024414062500 +-0.208984375000 +0.015075683594 +0.070312500000 +-0.059326171875 +-0.326171875000 +-0.002334594727 +-0.269531250000 +-0.095703125000 +-0.042724609375 +-0.208984375000 +-0.343750000000 +0.125000000000 +0.042236328125 +-0.190429687500 +-0.067871093750 +0.007202148438 +-0.289062500000 +-0.015563964844 +-0.084960937500 +-0.092285156250 +0.017211914062 +0.145507812500 +0.171875000000 +0.028808593750 +0.067382812500 +0.179687500000 +0.093261718750 +0.058593750000 +-0.019653320312 +0.043457031250 +-0.076171875000 +-0.238281250000 +-0.023803710938 +-0.022949218750 +0.061523437500 +0.055419921875 +-0.326171875000 +0.065917968750 +0.033447265625 +-0.109375000000 +-0.210937500000 +0.013977050781 +0.172851562500 +0.115234375000 +-0.079101562500 +-0.006927490234 +0.039550781250 +0.117187500000 +-0.195312500000 +-0.239257812500 +0.124511718750 +0.014526367188 +0.013916015625 +-0.107910156250 +-0.126953125000 +-0.021728515625 +-0.063476562500 +-0.128906250000 +-0.042724609375 +-0.161132812500 +-0.242187500000 +0.135742187500 +0.058105468750 +-0.092285156250 +-0.153320312500 +0.140625000000 +0.109375000000 +-0.198242187500 +-0.121582031250 +0.231445312500 +-0.018310546875 +-0.047607421875 +-0.068847656250 +-0.341796875000 +-0.034667968750 +0.250000000000 +0.178710937500 +-0.008483886719 +-0.104003906250 +0.091308593750 +-0.164062500000 +0.131835937500 +0.109375000000 +0.178710937500 +-0.009216308594 +0.035156250000 +0.308593750000 +-0.059082031250 +-0.028930664062 +0.310546875000 +0.209960937500 +0.095703125000 +0.013000488281 +-0.009887695312 +0.083496093750 +-0.166992187500 +-0.289062500000 +0.201171875000 +0.041503906250 +0.228515625000 +-0.124023437500 +0.091796875000 +-0.019897460938 +0.061035156250 +-0.029052734375 +-0.093261718750 +-0.076660156250 +0.074218750000 +-0.013305664062 +0.013244628906 +-0.007995605469 +0.022216796875 +-0.043701171875 +-0.275390625000 +0.091796875000 +-0.042968750000 +0.035400390625 +-0.200195312500 +-0.189453125000 +0.073730468750 +0.102539062500 +-0.146484375000 +-0.005828857422 +-0.025024414062 +0.118652343750 +0.028320312500 +0.160156250000 +-0.124511718750 +-0.075195312500 +0.113281250000 +0.131835937500 +-0.110351562500 +-0.267578125000 +-0.038085937500 +-0.037353515625 +0.024414062500 +-0.103515625000 +-0.314453125000 +-0.173828125000 +0.120117187500 +0.059570312500 +-0.049804687500 +-0.026245117188 +0.122070312500 +-0.198242187500 +0.018432617188 +0.102539062500 +-0.008056640625 +-0.089843750000 +0.081054687500 +0.237304687500 +0.011169433594 +0.026855468750 +0.009155273438 +0.103027343750 +0.067382812500 +0.072753906250 +-0.107910156250 +0.125000000000 +-0.029418945312 +-0.267578125000 +-0.118652343750 +-0.041992187500 +0.087402343750 +-0.079101562500 +0.085937500000 +0.021728515625 +-0.108398437500 +0.032226562500 +-0.044189453125 +-0.034912109375 +0.065429687500 +0.081054687500 +-0.044921875000 +0.086914062500 +0.181640625000 +-0.224609375000 +-0.150390625000 +-0.002700805664 +0.148437500000 +-0.265625000000 +-0.189453125000 +0.071777343750 +0.161132812500 +-0.123535156250 +-0.000427246094 +-0.007446289062 +-0.057128906250 +0.154296875000 +0.003128051758 +-0.237304687500 +0.027587890625 +0.075195312500 +-0.027709960938 +-0.002655029297 +-0.057861328125 +0.083007812500 +-0.032226562500 +-0.000915527344 +0.001190185547 +0.115234375000 +0.017944335938 +-0.066406250000 +0.230468750000 +-0.075195312500 +-0.000598907471 +-0.023803710938 +0.183593750000 +-0.008911132812 +0.017944335938 +0.120117187500 +-0.047607421875 +-0.012756347656 +-0.123046875000 +-0.080566406250 +-0.101562500000 +0.006805419922 +0.001495361328 +0.033447265625 +0.198242187500 +0.016723632812 +-0.041503906250 +-0.015563964844 +-0.164062500000 +0.028320312500 +-0.004180908203 +-0.057373046875 +0.082031250000 +0.092285156250 +-0.020874023438 +0.084960937500 +0.000189781189 +0.166992187500 +0.039062500000 +-0.088867187500 +-0.051757812500 +-0.011779785156 +-0.026733398438 +0.201171875000 +-0.108886718750 +-0.273437500000 +-0.222656250000 +-0.017089843750 +0.200195312500 +-0.261718750000 +-0.115234375000 +0.041503906250 +-0.018188476562 +-0.060302734375 +0.079101562500 +-0.135742187500 +-0.221679687500 +0.072753906250 +-0.110839843750 +0.001716613770 +-0.042968750000 +0.175781250000 +-0.005035400391 +-0.077148437500 +-0.085449218750 +0.003036499023 +0.053222656250 +-0.141601562500 +0.027099609375 +0.044433593750 +-0.202148437500 +-0.007446289062 +0.176757812500 +0.087402343750 +-0.040283203125 +0.102539062500 +-0.075683593750 +-0.103027343750 +-0.109375000000 +0.114746093750 +-0.079589843750 +0.156250000000 +-0.208007812500 +-0.127929687500 +-0.022094726562 +0.123535156250 +0.082519531250 +-0.080566406250 +0.149414062500 +-0.105957031250 +-0.166992187500 +-0.130859375000 +-0.208007812500 +0.235351562500 +-0.055175781250 +0.275390625000 +-0.062255859375 +0.261718750000 +0.082031250000 +0.014038085938 +-0.021240234375 +-0.036621093750 +-0.170898437500 +0.091308593750 +0.102539062500 +-0.023315429688 +0.022338867188 +0.167968750000 +0.128906250000 +-0.113281250000 +-0.204101562500 +-0.110351562500 +0.221679687500 +-0.180664062500 +-0.223632812500 +0.039062500000 +0.046875000000 +0.221679687500 +0.148437500000 +-0.024169921875 +-0.020996093750 +-0.001289367676 +0.037109375000 +-0.005279541016 +-0.073242187500 +0.275390625000 +0.025268554688 +0.055664062500 +-0.050537109375 +0.040283203125 +-0.181640625000 +-0.333984375000 +0.097656250000 +0.083984375000 +-0.041992187500 +0.022583007812 +0.031127929688 +-0.021362304688 +-0.082519531250 +0.008850097656 +0.021850585938 +0.320312500000 +-0.036376953125 +0.016845703125 +0.047119140625 +0.096679687500 +-0.176757812500 +-0.009826660156 +0.003448486328 +0.131835937500 +-0.016845703125 +0.045654296875 +0.156250000000 +-0.023437500000 +-0.034423828125 +-0.014038085938 +-0.255859375000 +0.212890625000 +0.024291992188 +0.190429687500 +-0.053222656250 +0.386718750000 +0.141601562500 +0.081054687500 +-0.112792968750 +-0.130859375000 +-0.015991210938 +0.263671875000 +0.194335937500 +-0.170898437500 +0.015075683594 +0.103515625000 +0.055419921875 +-0.195312500000 +-0.137695312500 +-0.265625000000 +0.204101562500 +-0.008361816406 +-0.216796875000 +0.029541015625 +0.108398437500 +-0.032714843750 +0.014953613281 +-0.058105468750 +-0.136718750000 +0.066406250000 +0.021972656250 +-0.015991210938 +-0.261718750000 +0.265625000000 +0.062500000000 +0.108398437500 +-0.090820312500 +0.035400390625 +-0.246093750000 +-0.198242187500 +-0.010314941406 +-0.001678466797 +-0.177734375000 +-0.167968750000 +0.029052734375 +0.049072265625 +-0.123535156250 +0.017211914062 +0.208007812500 +0.035888671875 +-0.045654296875 +0.057617187500 +0.181640625000 +0.026977539062 +-0.079101562500 +0.056884765625 +0.056152343750 +-0.012390136719 +-0.188476562500 +0.049316406250 +-0.128906250000 +-0.151367187500 +-0.099121093750 +-0.166992187500 +0.010925292969 +0.261718750000 +-0.100097656250 +0.125976562500 +0.069824218750 +-0.119140625000 +-0.046386718750 +0.217773437500 +-0.562500000000 +-0.033935546875 +0.015502929688 +-0.225585937500 +0.015869140625 +0.394531250000 +-0.067382812500 +0.102050781250 +0.010498046875 +-0.021118164062 +-0.166015625000 +0.361328125000 +0.030151367188 +0.116699218750 +-0.183593750000 +-0.102539062500 +-0.064453125000 +-0.205078125000 +0.097167968750 +-0.112792968750 +0.061035156250 +0.029663085938 +0.137695312500 +-0.145507812500 +-0.093261718750 +-0.091308593750 +-0.150390625000 +-0.204101562500 +-0.105957031250 +-0.038085937500 +-0.038574218750 +0.007934570312 +0.010742187500 +-0.204101562500 +-0.143554687500 +0.030151367188 +0.108398437500 +0.052001953125 +-0.100585937500 +0.123535156250 +-0.605468750000 +-0.125000000000 +0.224609375000 +-0.161132812500 +0.014160156250 +-0.039550781250 +0.000352859497 +0.002151489258 +0.112792968750 +0.011779785156 +-0.208984375000 +0.002014160156 +-0.098144531250 +-0.202148437500 +-0.247070312500 +-0.126953125000 +-0.003479003906 +0.228515625000 +-0.026123046875 +0.177734375000 +0.096191406250 +-0.191406250000 +-0.072265625000 +-0.013305664062 +-0.213867187500 +-0.191406250000 +0.259765625000 +-0.181640625000 +0.067871093750 +0.208984375000 +-0.086425781250 +0.175781250000 +-0.035644531250 +-0.009643554688 +-0.173828125000 +0.453125000000 +-0.087890625000 +0.250000000000 +0.040039062500 +-0.115722656250 +0.178710937500 +0.047851562500 +0.084960937500 +-0.122558593750 +0.339843750000 +0.018676757812 +0.359375000000 +0.041259765625 +-0.030517578125 +-0.024658203125 +-0.114746093750 +-0.171875000000 +-0.091308593750 +-0.092285156250 +-0.084472656250 +0.129882812500 +0.265625000000 +-0.203125000000 +-0.056884765625 +0.099609375000 +0.025756835938 +0.043945312500 +-0.047607421875 +0.009216308594 +-0.128906250000 +-0.136718750000 +-0.064453125000 +-0.066406250000 +0.131835937500 +0.092285156250 +-0.003967285156 +0.060791015625 +0.006164550781 +-0.120605468750 +-0.237304687500 +0.009094238281 +-0.052246093750 +-0.081542968750 +-0.277343750000 +-0.003005981445 +-0.018676757812 +0.180664062500 +0.120117187500 +-0.065429687500 +0.042236328125 +-0.176757812500 +-0.160156250000 +0.059082031250 +-0.410156250000 +0.246093750000 +0.205078125000 +-0.171875000000 +0.010498046875 +0.394531250000 +-0.015441894531 +0.277343750000 +-0.038330078125 +-0.021850585938 +-0.219726562500 +0.519531250000 +0.028320312500 +0.018554687500 +-0.016601562500 +-0.147460937500 +-0.060302734375 +0.143554687500 +0.062988281250 +0.001434326172 +0.082519531250 +0.084472656250 +0.310546875000 +0.049560546875 +0.125000000000 +-0.123046875000 +-0.057617187500 +-0.202148437500 +0.063964843750 +0.048339843750 +-0.020507812500 +0.089843750000 +0.077636718750 +0.088867187500 +-0.041259765625 +-0.081542968750 +0.148437500000 +0.043457031250 +-0.121093750000 +-0.038330078125 +-0.000579833984 +0.036376953125 +-0.133789062500 +-0.235351562500 +0.001266479492 +0.063476562500 +-0.017822265625 +-0.065917968750 +0.081542968750 +-0.146484375000 +-0.283203125000 +0.024291992188 +-0.051513671875 +0.075195312500 +-0.043945312500 +-0.109863281250 +0.027832031250 +0.134765625000 +0.106933593750 +0.048095703125 +0.053222656250 +-0.263671875000 +-0.314453125000 +-0.109863281250 +-0.210937500000 +0.172851562500 +0.168945312500 +-0.069335937500 +-0.091796875000 +0.466796875000 +-0.006103515625 +0.127929687500 +0.068847656250 +-0.037597656250 +-0.253906250000 +0.574218750000 +-0.094238281250 +0.084472656250 +0.157226562500 +-0.016113281250 +0.161132812500 +0.037353515625 +0.153320312500 +0.055419921875 +-0.034423828125 +-0.158203125000 +0.294921875000 +0.046142578125 +0.123535156250 +-0.125976562500 +-0.071777343750 +-0.246093750000 +0.018432617188 +0.209960937500 +-0.107910156250 +0.041015625000 +0.068359375000 +-0.009521484375 +-0.066894531250 +0.016357421875 +-0.006713867188 +0.075683593750 +-0.214843750000 +0.005615234375 +-0.328125000000 +-0.023925781250 +-0.267578125000 +-0.126953125000 +-0.142578125000 +-0.038330078125 +-0.025634765625 +0.041748046875 +0.067871093750 +-0.248046875000 +-0.255859375000 +-0.073242187500 +0.098632812500 +-0.072753906250 +-0.043212890625 +-0.179687500000 +-0.101562500000 +0.148437500000 +-0.057128906250 +-0.010864257812 +0.127929687500 +-0.222656250000 +-0.229492187500 +0.070800781250 +-0.118164062500 +0.083984375000 +0.163085937500 +0.073730468750 +0.039794921875 +0.423828125000 +-0.088378906250 +0.144531250000 +0.075683593750 +-0.203125000000 +-0.255859375000 +0.488281250000 +-0.020874023438 +0.095703125000 +-0.085937500000 +-0.209960937500 +0.076171875000 +-0.207031250000 +0.136718750000 +-0.027221679688 +0.092285156250 +0.070312500000 +0.080078125000 +0.047607421875 +-0.093261718750 +-0.113281250000 +-0.265625000000 +-0.208984375000 +0.055664062500 +0.318359375000 +-0.033691406250 +0.088867187500 +0.095703125000 +-0.207031250000 +0.027099609375 +0.055175781250 +0.287109375000 +0.043701171875 +0.077636718750 +-0.069824218750 +-0.200195312500 +-0.029663085938 +-0.082031250000 +-0.218750000000 +-0.055908203125 +0.077148437500 +-0.037353515625 +0.003097534180 +0.083007812500 +-0.255859375000 +-0.170898437500 +-0.132812500000 +0.163085937500 +0.020507812500 +-0.016723632812 +-0.222656250000 +-0.019775390625 +0.208007812500 +-0.330078125000 +-0.172851562500 +0.079101562500 +0.037353515625 +-0.145507812500 +0.197265625000 +-0.257812500000 +-0.032958984375 +0.199218750000 +-0.174804687500 +0.177734375000 +0.318359375000 +-0.016967773438 +0.129882812500 +-0.009521484375 +-0.133789062500 +-0.193359375000 +0.398437500000 +0.054687500000 +0.009948730469 +-0.171875000000 +-0.316406250000 +-0.105957031250 +-0.217773437500 +0.175781250000 +-0.074218750000 +-0.193359375000 +-0.101074218750 +0.185546875000 +-0.119140625000 +0.061523437500 +-0.005767822266 +-0.239257812500 +-0.225585937500 +0.114257812500 +0.104492187500 +0.125976562500 +0.009460449219 +-0.021362304688 +-0.151367187500 +0.045166015625 +0.013793945312 +-0.083984375000 +-0.182617187500 +0.089843750000 +0.024780273438 +-0.011474609375 +0.152343750000 +-0.180664062500 +-0.100097656250 +-0.035156250000 +-0.075683593750 +0.052978515625 +-0.084960937500 +0.125976562500 +-0.421875000000 +-0.070312500000 +0.011352539062 +0.158203125000 +0.044433593750 +-0.065917968750 +-0.021850585938 +-0.026733398438 +0.335937500000 +-0.084960937500 +-0.126953125000 +0.172851562500 +-0.054199218750 +0.355468750000 +0.105957031250 +-0.130859375000 +-0.067871093750 +0.037353515625 +-0.171875000000 +-0.155273437500 +0.416015625000 +-0.057128906250 +0.083496093750 +-0.052978515625 +-0.138671875000 +-0.085449218750 +0.441406250000 +0.056152343750 +0.072753906250 +-0.028930664062 +-0.057617187500 +-0.031982421875 +-0.149414062500 +0.073730468750 +0.097656250000 +-0.211914062500 +-0.043701171875 +0.167968750000 +-0.078125000000 +-0.131835937500 +0.084960937500 +-0.078613281250 +-0.365234375000 +-0.070312500000 +0.144531250000 +0.117675781250 +0.028930664062 +0.080566406250 +-0.101562500000 +-0.148437500000 +0.123046875000 +-0.161132812500 +-0.108398437500 +0.042236328125 +0.138671875000 +-0.166015625000 +-0.004333496094 +-0.363281250000 +-0.082031250000 +-0.157226562500 +-0.057128906250 +-0.234375000000 +-0.016479492188 +0.054443359375 +-0.038085937500 +0.157226562500 +-0.308593750000 +0.031494140625 +-0.116699218750 +0.118164062500 +-0.111328125000 +-0.122558593750 +0.010314941406 +0.083496093750 +0.140625000000 +-0.016601562500 +-0.168945312500 +0.155273437500 +0.118164062500 +0.075683593750 +0.136718750000 +-0.058105468750 +0.296875000000 +-0.205078125000 +0.131835937500 +-0.175781250000 +-0.028564453125 +-0.361328125000 +-0.089843750000 +-0.072753906250 +-0.498046875000 +0.057128906250 +-0.243164062500 +0.099121093750 +-0.032958984375 +0.111816406250 +-0.000694274902 +-0.004394531250 +0.015869140625 +0.032470703125 +-0.067871093750 +0.025878906250 +-0.017700195312 +-0.263671875000 +0.103515625000 +0.049560546875 +0.031005859375 +-0.068359375000 +0.100097656250 +0.069824218750 +0.062988281250 +0.047851562500 +-0.043457031250 +-0.127929687500 +-0.175781250000 +-0.083496093750 +-0.134765625000 +-0.198242187500 +0.180664062500 +0.095214843750 +-0.111328125000 +-0.055664062500 +0.023681640625 +0.066894531250 +-0.151367187500 +-0.028564453125 +0.007415771484 +-0.094238281250 +0.076660156250 +0.044677734375 +-0.219726562500 +-0.003570556641 +-0.106933593750 +0.285156250000 +-0.010070800781 +-0.015747070312 +0.004882812500 +0.005645751953 +-0.039062500000 +0.022705078125 +-0.124023437500 +0.129882812500 +0.046630859375 +0.000488281250 +0.024902343750 +-0.159179687500 +0.131835937500 +-0.069824218750 +-0.158203125000 +-0.283203125000 +-0.095703125000 +-0.234375000000 +0.004058837891 +0.016235351562 +-0.359375000000 +0.138671875000 +-0.265625000000 +0.035156250000 +0.226562500000 +0.028808593750 +0.133789062500 +0.172851562500 +-0.172851562500 +0.012451171875 +0.153320312500 +-0.025390625000 +-0.292968750000 +-0.176757812500 +0.030273437500 +0.032958984375 +0.023437500000 +-0.084960937500 +0.167968750000 +0.038330078125 +0.062255859375 +0.037353515625 +0.072265625000 +-0.251953125000 +-0.013732910156 +-0.077636718750 +0.013000488281 +-0.188476562500 +0.109863281250 +0.014526367188 +0.063476562500 +-0.011535644531 +0.081054687500 +0.209960937500 +-0.141601562500 +-0.187500000000 +-0.077148437500 +-0.055419921875 +0.042968750000 +0.163085937500 +-0.197265625000 +0.125000000000 +-0.019531250000 +0.257812500000 +0.108398437500 +-0.126953125000 +-0.062988281250 +-0.018676757812 +0.081542968750 +0.112792968750 +-0.001838684082 +-0.033691406250 +0.112304687500 +0.009765625000 +0.047851562500 +0.086914062500 +-0.004211425781 +-0.016357421875 +0.065917968750 +-0.281250000000 +-0.084472656250 +-0.073242187500 +-0.078613281250 +-0.172851562500 +-0.363281250000 +0.034667968750 +-0.400390625000 +-0.102539062500 +-0.033203125000 +0.189453125000 +-0.017578125000 +0.265625000000 +-0.084960937500 +0.155273437500 +-0.116210937500 +0.004486083984 +0.080566406250 +-0.242187500000 +0.197265625000 +0.004730224609 +-0.077148437500 +-0.157226562500 +0.150390625000 +-0.011291503906 +0.086914062500 +-0.052490234375 +0.053955078125 +-0.269531250000 +-0.135742187500 +-0.224609375000 +-0.172851562500 +-0.125976562500 +0.102539062500 +-0.028930664062 +-0.004425048828 +-0.123046875000 +-0.026123046875 +0.121093750000 +-0.170898437500 +-0.244140625000 +-0.253906250000 +-0.125000000000 +0.082519531250 +0.124511718750 +-0.208984375000 +0.040283203125 +-0.043701171875 +0.115234375000 +0.018554687500 +-0.020751953125 +0.012145996094 +-0.121093750000 +0.115722656250 +0.113281250000 +-0.131835937500 +-0.082519531250 +-0.037109375000 +0.147460937500 +0.010742187500 +0.214843750000 +0.174804687500 +0.008544921875 +0.078125000000 +-0.347656250000 +-0.013305664062 +-0.244140625000 +0.099609375000 +-0.063476562500 +-0.292968750000 +0.128906250000 +-0.216796875000 +0.005950927734 +0.083007812500 +-0.117187500000 +0.115234375000 +0.341796875000 +-0.037109375000 +0.162109375000 +-0.074707031250 +-0.091308593750 +0.070800781250 +-0.333984375000 +0.014221191406 +0.125976562500 +-0.013061523438 +-0.142578125000 +0.124511718750 +0.074218750000 +0.139648437500 +0.007232666016 +0.095214843750 +-0.304687500000 +0.012817382812 +-0.082519531250 +-0.097656250000 +-0.104492187500 +0.150390625000 +0.023925781250 +0.027099609375 +-0.283203125000 +0.101562500000 +0.062500000000 +-0.112792968750 +-0.244140625000 +-0.007873535156 +0.011962890625 +0.151367187500 +0.120605468750 +-0.298828125000 +-0.047363281250 +-0.169921875000 +0.014465332031 +-0.026611328125 +0.015869140625 +0.031982421875 +-0.046386718750 +-0.038085937500 +0.072753906250 +-0.081542968750 +-0.028564453125 +0.004425048828 +0.124023437500 +0.026367187500 +0.038330078125 +0.083496093750 +0.047607421875 +-0.061279296875 +0.002807617188 +-0.083496093750 +-0.000318527222 +0.165039062500 +-0.025146484375 +-0.376953125000 +0.054199218750 +-0.044677734375 +0.020385742188 +0.120605468750 +-0.111328125000 +0.243164062500 +0.263671875000 +0.059326171875 +0.119628906250 +-0.125000000000 +0.032958984375 +0.064941406250 +-0.332031250000 +0.010375976562 +0.080566406250 +0.161132812500 +-0.157226562500 +0.136718750000 +-0.005432128906 +0.109863281250 +0.005004882812 +0.017211914062 +-0.243164062500 +-0.071777343750 +-0.097167968750 +0.082031250000 +0.055908203125 +-0.086425781250 +0.105468750000 +-0.014038085938 +-0.184570312500 +0.128906250000 +0.058105468750 +-0.205078125000 +-0.064941406250 +-0.111328125000 +-0.039306640625 +-0.032714843750 +0.113769531250 +-0.104003906250 +0.097656250000 +-0.124511718750 +0.123535156250 +-0.009643554688 +-0.029541015625 +0.049560546875 +0.006439208984 +-0.170898437500 +0.087402343750 +-0.070312500000 +0.101074218750 +0.208984375000 +0.041748046875 +-0.087890625000 +0.003692626953 +0.222656250000 +0.165039062500 +-0.037597656250 +-0.092285156250 +-0.042724609375 +-0.074218750000 +0.018920898438 +-0.183593750000 +-0.195312500000 +0.028442382812 +-0.188476562500 +0.218750000000 +0.069335937500 +-0.191406250000 +0.046142578125 +0.173828125000 +0.078125000000 +0.063964843750 +-0.022338867188 +0.006256103516 +0.041992187500 +-0.248046875000 +-0.061035156250 +0.170898437500 +0.021850585938 +-0.124511718750 +-0.044921875000 +-0.009765625000 +0.065429687500 +0.092773437500 +-0.104980468750 +-0.209960937500 +-0.135742187500 +-0.179687500000 +-0.080566406250 +-0.000553131104 +0.043945312500 +-0.008544921875 +0.053222656250 +-0.200195312500 +-0.077148437500 +0.071777343750 +-0.239257812500 +-0.125000000000 +-0.144531250000 +-0.180664062500 +-0.016235351562 +0.156250000000 +0.024169921875 +-0.001876831055 +-0.322265625000 +0.086914062500 +-0.009338378906 +-0.118164062500 +-0.005401611328 +-0.015380859375 +-0.157226562500 +0.154296875000 +0.064941406250 +0.335937500000 +-0.043457031250 +-0.065917968750 +-0.181640625000 +0.101562500000 +0.218750000000 +0.273437500000 +0.030395507812 +-0.186523437500 +0.062500000000 +-0.468750000000 +0.000385284424 +-0.118164062500 +-0.230468750000 +0.097656250000 +-0.066894531250 +0.056396484375 +0.055664062500 +-0.222656250000 +0.007934570312 +0.240234375000 +-0.289062500000 +0.116699218750 +0.010925292969 +-0.111328125000 +0.186523437500 +-0.138671875000 +-0.116210937500 +0.122070312500 +-0.017822265625 +-0.053955078125 +-0.120605468750 +0.034912109375 +-0.015258789062 +0.145507812500 +-0.167968750000 +-0.183593750000 +-0.032470703125 +0.036621093750 +0.083496093750 +0.137695312500 +0.036132812500 +-0.151367187500 +0.092773437500 +-0.181640625000 +-0.136718750000 +-0.010986328125 +-0.056152343750 +-0.038330078125 +-0.199218750000 +0.009399414062 +-0.086914062500 +-0.106933593750 +-0.112304687500 +-0.052978515625 +0.066406250000 +-0.199218750000 +0.052001953125 +-0.130859375000 +-0.330078125000 +0.000429153442 +-0.157226562500 +0.043457031250 +0.066894531250 +-0.050781250000 +-0.213867187500 +-0.114257812500 +0.009643554688 +-0.021972656250 +-0.199218750000 +-0.230468750000 +0.143554687500 +-0.101074218750 +0.005004882812 +0.043945312500 +-0.039550781250 +-0.267578125000 +-0.373046875000 +0.162109375000 +-0.087890625000 +-0.458984375000 +-0.250000000000 +-0.273437500000 +0.300781250000 +-0.053955078125 +-0.071289062500 +-0.047607421875 +-0.306640625000 +0.023559570312 +0.154296875000 +0.137695312500 +-0.172851562500 +-0.029541015625 +0.189453125000 +0.056884765625 +0.010314941406 +-0.241210937500 +-0.023681640625 +0.171875000000 +-0.075683593750 +-0.263671875000 +0.032958984375 +-0.289062500000 +0.096679687500 +0.022094726562 +0.028198242188 +0.126953125000 +-0.124511718750 +-0.300781250000 +-0.061523437500 +-0.239257812500 +-0.031982421875 +-0.076660156250 +-0.240234375000 +0.071777343750 +-0.011413574219 +0.074707031250 +0.009094238281 +0.035400390625 +0.003372192383 +-0.435546875000 +0.055175781250 +-0.224609375000 +-0.300781250000 +0.076171875000 +-0.242187500000 +-0.024658203125 +0.108886718750 +0.003021240234 +-0.458984375000 +-0.078613281250 +-0.080566406250 +0.100585937500 +-0.214843750000 +-0.116210937500 +0.037597656250 +-0.112792968750 +0.064941406250 +0.100097656250 +-0.114746093750 +-0.045898437500 +-0.359375000000 +-0.031005859375 +0.273437500000 +-0.957031250000 +-0.069335937500 +0.012329101562 +0.064453125000 +0.032958984375 +0.037597656250 +-0.038818359375 +-0.187500000000 +-0.083007812500 +0.059082031250 +0.142578125000 +-0.033935546875 +-0.078125000000 +-0.069335937500 +0.036865234375 +0.128906250000 +-0.047119140625 +0.047363281250 +0.013427734375 +0.056396484375 +0.041259765625 +0.222656250000 +-0.222656250000 +0.109863281250 +0.033691406250 +0.067871093750 +0.058349609375 +-0.038818359375 +-0.298828125000 +-0.011901855469 +-0.165039062500 +0.109863281250 +-0.287109375000 +-0.053222656250 +-0.208984375000 +0.232421875000 +0.020019531250 +-0.129882812500 +-0.147460937500 +-0.112792968750 +-0.230468750000 +-0.223632812500 +0.037109375000 +-0.140625000000 +0.109375000000 +-0.231445312500 +0.201171875000 +0.040283203125 +-0.026855468750 +-0.249023437500 +-0.067871093750 +0.125000000000 +0.083984375000 +-0.300781250000 +-0.146484375000 +0.099121093750 +-0.010009765625 +-0.046630859375 +0.098144531250 +-0.055175781250 +-0.043457031250 +-0.369140625000 +0.189453125000 +0.016845703125 +-0.703125000000 +-0.206054687500 +-0.232421875000 +0.341796875000 +-0.069824218750 +-0.103027343750 +-0.209960937500 +-0.217773437500 +0.020019531250 +0.008605957031 +0.097656250000 +-0.041748046875 +-0.164062500000 +-0.008056640625 +-0.059570312500 +0.001579284668 +-0.037597656250 +0.007629394531 +0.078125000000 +-0.111328125000 +-0.041748046875 +0.059570312500 +-0.157226562500 +0.041259765625 +-0.139648437500 +0.049804687500 +0.086914062500 +0.039306640625 +-0.335937500000 +0.051025390625 +-0.251953125000 +-0.064453125000 +-0.144531250000 +-0.048828125000 +-0.249023437500 +0.093261718750 +0.063964843750 +-0.028320312500 +-0.326171875000 +-0.238281250000 +-0.269531250000 +0.038330078125 +-0.130859375000 +-0.155273437500 +0.068359375000 +-0.208007812500 +0.061767578125 +0.028442382812 +-0.069335937500 +-0.131835937500 +-0.224609375000 +0.065917968750 +0.114746093750 +-0.062255859375 +0.011779785156 +-0.000785827637 +0.076171875000 +0.075683593750 +0.232421875000 +-0.008056640625 +0.097167968750 +-0.394531250000 +-0.076171875000 +0.017700195312 +-0.160156250000 +-0.063476562500 +0.033691406250 +0.196289062500 +0.125976562500 +0.115234375000 +-0.169921875000 +0.012756347656 +0.073730468750 +-0.036376953125 +0.090820312500 +-0.104492187500 +-0.253906250000 +0.190429687500 +0.013977050781 +0.136718750000 +0.009460449219 +-0.041015625000 +0.052490234375 +0.117187500000 +0.032714843750 +0.070800781250 +-0.245117187500 +-0.036865234375 +-0.075683593750 +0.043701171875 +0.076171875000 +-0.046630859375 +-0.416015625000 +0.141601562500 +-0.078125000000 +0.107910156250 +0.124023437500 +-0.057373046875 +-0.001029968262 +-0.022705078125 +-0.090332031250 +0.137695312500 +-0.373046875000 +-0.100097656250 +-0.087890625000 +0.173828125000 +-0.038330078125 +-0.129882812500 +0.147460937500 +-0.371093750000 +0.032958984375 +-0.160156250000 +0.000411987305 +-0.043945312500 +-0.205078125000 +-0.136718750000 +0.156250000000 +0.053222656250 +-0.036132812500 +-0.051269531250 +-0.000257492065 +0.039306640625 +0.155273437500 +0.020507812500 +-0.204101562500 +-0.255859375000 +-0.109375000000 +0.034423828125 +-0.084960937500 +0.046875000000 +-0.018432617188 +0.215820312500 +-0.048828125000 +-0.357421875000 +-0.187500000000 +-0.066894531250 +0.019531250000 +-0.011352539062 +0.044433593750 +-0.084472656250 +-0.359375000000 +0.171875000000 +-0.007324218750 +0.168945312500 +-0.114746093750 +-0.020629882812 +0.183593750000 +0.035156250000 +0.099609375000 +0.095703125000 +-0.098144531250 +0.079101562500 +0.026855468750 +-0.009399414062 +0.128906250000 +0.020874023438 +-0.320312500000 +-0.045898437500 +0.160156250000 +-0.061035156250 +0.125000000000 +-0.035156250000 +-0.055419921875 +-0.137695312500 +0.022583007812 +0.112304687500 +-0.285156250000 +-0.151367187500 +0.255859375000 +0.022460937500 +-0.171875000000 +-0.056396484375 +-0.094238281250 +-0.384765625000 +0.121093750000 +-0.253906250000 +-0.030761718750 +0.124023437500 +0.013366699219 +-0.136718750000 +0.055419921875 +-0.085937500000 +-0.154296875000 +0.159179687500 +0.123046875000 +-0.071289062500 +0.067871093750 +-0.085937500000 +-0.111328125000 +-0.312500000000 +0.027465820312 +-0.066406250000 +-0.337890625000 +0.123535156250 +-0.098144531250 +0.101562500000 +0.085937500000 +-0.277343750000 +-0.347656250000 +-0.032470703125 +0.078613281250 +0.188476562500 +0.047119140625 +-0.021484375000 +-0.294921875000 +-0.026489257812 +0.068359375000 +-0.065917968750 +0.090332031250 +0.087890625000 +0.006500244141 +-0.003707885742 +0.070312500000 +0.248046875000 +-0.153320312500 +0.074218750000 +0.052490234375 +-0.034423828125 +0.145507812500 +-0.215820312500 +-0.130859375000 +-0.106445312500 +-0.098632812500 +-0.033447265625 +0.084960937500 +0.058349609375 +0.077636718750 +-0.431640625000 +0.101074218750 +0.081542968750 +-0.246093750000 +-0.107910156250 +-0.067871093750 +0.027221679688 +-0.060546875000 +-0.171875000000 +0.036132812500 +-0.447265625000 +0.131835937500 +-0.162109375000 +-0.133789062500 +0.038330078125 +0.153320312500 +-0.090820312500 +0.257812500000 +0.077148437500 +-0.195312500000 +0.039550781250 +-0.080566406250 +0.054931640625 +0.068847656250 +-0.151367187500 +-0.398437500000 +-0.371093750000 +0.099121093750 +-0.019409179688 +-0.116699218750 +0.024414062500 +-0.190429687500 +0.083496093750 +0.029296875000 +-0.123535156250 +-0.160156250000 +-0.316406250000 +0.049560546875 +-0.042724609375 +0.134765625000 +-0.046875000000 +-0.464843750000 +-0.279296875000 +0.015625000000 +0.129882812500 +-0.006744384766 +0.005371093750 +0.204101562500 +0.063476562500 +-0.006286621094 +0.098144531250 +-0.237304687500 +0.001464843750 +0.138671875000 +-0.060791015625 +0.108398437500 +-0.147460937500 +-0.109863281250 +-0.029907226562 +0.055908203125 +0.049804687500 +-0.057128906250 +0.152343750000 +-0.139648437500 +0.091308593750 +-0.179687500000 +0.083984375000 +0.075195312500 +0.053955078125 +-0.126953125000 +0.019165039062 +-0.081542968750 +0.051757812500 +0.001091003418 +-0.152343750000 +0.125000000000 +-0.074218750000 +-0.032470703125 +-0.019897460938 +0.081542968750 +0.066406250000 +-0.037841796875 +0.169921875000 +0.113769531250 +0.094238281250 +-0.664062500000 +0.042968750000 +0.057861328125 +0.092285156250 +0.105468750000 +-0.080078125000 +-0.023193359375 +0.048095703125 +-0.033935546875 +0.207031250000 +-0.085937500000 +-0.038574218750 +-0.217773437500 +-0.140625000000 +-0.037841796875 +-0.119140625000 +-0.005065917969 +-0.146484375000 +-0.072753906250 +0.013183593750 +0.069335937500 +0.065917968750 +-0.192382812500 +-0.234375000000 +0.080566406250 +-0.194335937500 +0.020874023438 +0.045166015625 +0.092285156250 +0.219726562500 +0.116699218750 +0.002258300781 +-0.237304687500 +0.132812500000 +0.101074218750 +-0.078613281250 +-0.081054687500 +0.019165039062 +0.170898437500 +0.226562500000 +-0.103027343750 +-0.023437500000 +0.074707031250 +-0.093261718750 +-0.002761840820 +0.043945312500 +-0.061035156250 +0.138671875000 +-0.214843750000 +-0.105957031250 +-0.159179687500 +0.121582031250 +-0.248046875000 +-0.250000000000 +0.133789062500 +-0.118164062500 +0.118164062500 +0.039306640625 +0.146484375000 +-0.076660156250 +-0.097167968750 +0.123046875000 +0.117675781250 +0.010864257812 +-0.835937500000 +-0.003021240234 +0.083007812500 +0.038085937500 +0.167968750000 +-0.092285156250 +-0.031738281250 +0.028808593750 +0.039062500000 +0.259765625000 +0.083007812500 +-0.006744384766 +-0.125976562500 +-0.036865234375 +-0.071289062500 +-0.035644531250 +0.092285156250 +0.001953125000 +0.081054687500 +-0.001892089844 +0.145507812500 +0.228515625000 +-0.078613281250 +-0.298828125000 +0.125976562500 +-0.106445312500 +0.086425781250 +0.061767578125 +0.025512695312 +0.353515625000 +0.004119873047 +-0.076660156250 +-0.082031250000 +0.233398437500 +0.151367187500 +-0.038574218750 +-0.095214843750 +0.153320312500 +0.186523437500 +0.031982421875 +0.091308593750 +-0.099121093750 +-0.086425781250 +0.002197265625 +0.092773437500 +0.150390625000 +-0.109375000000 +0.314453125000 +-0.170898437500 +0.102539062500 +0.073730468750 +0.048583984375 +0.060546875000 +-0.302734375000 +0.156250000000 +-0.011840820312 +0.176757812500 +0.259765625000 +0.402343750000 +0.198242187500 +-0.121093750000 +0.233398437500 +0.071777343750 +0.050292968750 +-0.412109375000 +-0.041259765625 +-0.024780273438 +0.337890625000 +0.190429687500 +-0.206054687500 +0.039062500000 +0.314453125000 +0.149414062500 +0.417968750000 +0.064453125000 +0.151367187500 +-0.079589843750 +-0.082519531250 +-0.045898437500 +-0.007202148438 +0.059082031250 +0.082031250000 +0.062500000000 +-0.088378906250 +0.079589843750 +-0.103027343750 +-0.066406250000 +-0.045654296875 +0.121582031250 +-0.226562500000 +0.144531250000 +0.111816406250 +0.180664062500 +0.039306640625 +0.052734375000 +-0.125976562500 +-0.050048828125 +0.281250000000 +0.101562500000 +-0.017822265625 +0.086914062500 +0.205078125000 +0.021362304688 +0.008789062500 +-0.074707031250 +-0.046875000000 +-0.073730468750 +0.017333984375 +0.224609375000 +0.036621093750 +-0.162109375000 +0.056396484375 +-0.018310546875 +0.097656250000 +0.072753906250 +-0.003494262695 +-0.090820312500 +-0.121582031250 +0.208984375000 +0.316406250000 +0.064941406250 +0.216796875000 +0.283203125000 +0.125000000000 +-0.003997802734 +0.112792968750 +-0.026000976562 +0.369140625000 +0.156250000000 +-0.159179687500 +0.171875000000 +0.071289062500 +-0.018066406250 +-0.345703125000 +0.023681640625 +0.200195312500 +0.191406250000 +0.234375000000 +0.085449218750 +0.005615234375 +0.105468750000 +-0.067382812500 +-0.008544921875 +-0.166992187500 +-0.017089843750 +-0.010803222656 +0.090820312500 +-0.037597656250 +0.136718750000 +0.033935546875 +0.071289062500 +0.011840820312 +-0.025512695312 +-0.180664062500 +0.233398437500 +-0.012084960938 +0.172851562500 +0.289062500000 +0.208984375000 +0.042236328125 +0.105468750000 +0.134765625000 +0.115722656250 +-0.287109375000 +0.180664062500 +0.198242187500 +0.022949218750 +-0.041748046875 +-0.117187500000 +0.101074218750 +-0.125000000000 +-0.006713867188 +0.067871093750 +0.057617187500 +-0.090820312500 +-0.006378173828 +-0.136718750000 +-0.027954101562 +0.125000000000 +-0.050537109375 +-0.014465332031 +-0.292968750000 +0.239257812500 +0.138671875000 +0.053222656250 +0.054199218750 +0.310546875000 +0.097167968750 +-0.048095703125 +0.190429687500 +-0.033447265625 +0.156250000000 +-0.148437500000 +-0.136718750000 +0.054931640625 +0.083496093750 +0.100097656250 +-0.230468750000 +-0.068847656250 +0.236328125000 +0.005310058594 +0.194335937500 +-0.078125000000 +0.055664062500 +-0.087890625000 +-0.078613281250 +0.014526367188 +0.102539062500 +-0.147460937500 +-0.090332031250 +0.070312500000 +-0.081542968750 +0.233398437500 +0.186523437500 +-0.006835937500 +0.178710937500 +0.088378906250 +-0.251953125000 +0.056152343750 +0.027221679688 +0.026245117188 +0.065917968750 +0.130859375000 +-0.184570312500 +-0.046630859375 +0.059814453125 +0.241210937500 +-0.269531250000 +0.135742187500 +0.102539062500 +-0.111816406250 +0.185546875000 +-0.088378906250 +0.104492187500 +0.024536132812 +-0.224609375000 +0.218750000000 +0.125000000000 +-0.163085937500 +0.036132812500 +-0.078613281250 +0.204101562500 +0.133789062500 +-0.089843750000 +0.015319824219 +0.028198242188 +0.279296875000 +0.030273437500 +0.078125000000 +-0.079101562500 +0.332031250000 +0.113281250000 +0.158203125000 +-0.170898437500 +-0.119628906250 +-0.148437500000 +-0.155273437500 +0.081054687500 +0.008789062500 +-0.170898437500 +0.131835937500 +-0.092773437500 +0.003417968750 +-0.008544921875 +-0.061523437500 +0.092773437500 +0.063964843750 +0.151367187500 +-0.071777343750 +0.002578735352 +-0.002029418945 +0.047851562500 +0.013671875000 +-0.221679687500 +-0.026000976562 +-0.190429687500 +0.031494140625 +-0.036376953125 +-0.010437011719 +-0.033447265625 +0.019775390625 +-0.208007812500 +0.029907226562 +0.123046875000 +0.114257812500 +0.042480468750 +0.163085937500 +-0.075683593750 +0.083007812500 +0.110351562500 +-0.016235351562 +-0.088867187500 +0.091796875000 +-0.067871093750 +-0.160156250000 +-0.050781250000 +0.143554687500 +0.108398437500 +-0.083984375000 +-0.051025390625 +-0.079101562500 +0.157226562500 +-0.337890625000 +0.116699218750 +-0.089843750000 +0.074218750000 +0.118164062500 +-0.197265625000 +-0.031738281250 +0.112792968750 +0.173828125000 +0.056884765625 +0.129882812500 +0.071777343750 +0.042968750000 +0.048828125000 +0.028198242188 +0.187500000000 +0.039306640625 +0.048583984375 +-0.011901855469 +0.020019531250 +0.081054687500 +-0.085449218750 +0.047119140625 +-0.187500000000 +0.055908203125 +0.074218750000 +0.137695312500 +0.089843750000 +0.036132812500 +0.034912109375 +-0.058837890625 +0.078125000000 +0.055908203125 +-0.081054687500 +0.016479492188 +-0.120605468750 +-0.304687500000 +0.036865234375 +-0.140625000000 +0.119628906250 +0.111328125000 +-0.192382812500 +0.031127929688 +-0.188476562500 +-0.035400390625 +-0.039794921875 +0.109375000000 +0.077636718750 +0.235351562500 +0.136718750000 +0.064453125000 +0.146484375000 +0.289062500000 +-0.300781250000 +-0.028686523438 +0.155273437500 +-0.178710937500 +-0.384765625000 +-0.046875000000 +-0.007629394531 +-0.133789062500 +-0.076171875000 +-0.100585937500 +-0.113281250000 +0.152343750000 +-0.130859375000 +-0.166015625000 +0.019042968750 +0.054687500000 +0.065429687500 +0.195312500000 +-0.117187500000 +-0.345703125000 +0.031982421875 +-0.010620117188 +-0.064453125000 +0.015869140625 +-0.104980468750 +0.038818359375 +-0.075683593750 +0.472656250000 +-0.094726562500 +-0.028198242188 +0.079589843750 +0.070800781250 +-0.038085937500 +-0.113769531250 +0.074218750000 +0.137695312500 +-0.181640625000 +-0.123046875000 +0.103515625000 +0.043457031250 +-0.242187500000 +0.144531250000 +0.153320312500 +0.129882812500 +-0.023193359375 +-0.067382812500 +-0.023437500000 +0.034912109375 +-0.045166015625 +-0.123535156250 +-0.102050781250 +0.069824218750 +0.016357421875 +0.128906250000 +-0.165039062500 +-0.291015625000 +0.210937500000 +0.125000000000 +-0.239257812500 +0.075195312500 +0.019409179688 +-0.271484375000 +-0.098632812500 +-0.054687500000 +-0.064941406250 +-0.172851562500 +0.018432617188 +-0.066894531250 +-0.302734375000 +-0.106445312500 +0.073242187500 +-0.016479492188 +-0.048583984375 +-0.056152343750 +0.001998901367 +0.200195312500 +-0.148437500000 +-0.574218750000 +-0.103027343750 +0.060058593750 +0.036865234375 +0.314453125000 +0.123046875000 +-0.192382812500 +-0.033203125000 +-0.061035156250 +-0.156250000000 +-0.020019531250 +-0.200195312500 +0.165039062500 +-0.127929687500 +0.068847656250 +-0.082031250000 +0.026123046875 +-0.005004882812 +0.035400390625 +-0.036621093750 +-0.204101562500 +-0.156250000000 +0.043212890625 +-0.104003906250 +-0.040039062500 +0.165039062500 +0.225585937500 +-0.218750000000 +-0.059082031250 +-0.040771484375 +0.263671875000 +-0.058593750000 +-0.043457031250 +0.023071289062 +0.073242187500 +0.096191406250 +-0.010803222656 +-0.023925781250 +0.030395507812 +0.007659912109 +0.203125000000 +-0.207031250000 +-0.033203125000 +0.164062500000 +-0.079101562500 +0.020751953125 +-0.140625000000 +0.046386718750 +0.010559082031 +0.015625000000 +-0.054443359375 +0.037109375000 +-0.158203125000 +-0.056152343750 +-0.046142578125 +-0.199218750000 +0.064453125000 +0.149414062500 +-0.101562500000 +-0.120605468750 +-0.125000000000 +0.003845214844 +0.110351562500 +-0.184570312500 +-0.828125000000 +0.069335937500 +0.103515625000 +0.147460937500 +0.048339843750 +-0.085449218750 +-0.172851562500 +-0.092773437500 +-0.253906250000 +-0.248046875000 +0.050048828125 +-0.155273437500 +0.198242187500 +-0.174804687500 +-0.073730468750 +0.026855468750 +-0.004058837891 +0.079589843750 +0.131835937500 +-0.029052734375 +-0.172851562500 +-0.324218750000 +0.213867187500 +-0.171875000000 +-0.014953613281 +0.116210937500 +0.138671875000 +-0.072753906250 +-0.074707031250 +0.015625000000 +0.253906250000 +-0.036376953125 +-0.175781250000 +-0.083984375000 +-0.108886718750 +0.013671875000 +-0.220703125000 +-0.234375000000 +0.124511718750 +0.050292968750 +0.082031250000 +-0.005218505859 +-0.198242187500 +0.229492187500 +0.249023437500 +-0.164062500000 +0.010131835938 +-0.045654296875 +-0.075683593750 +0.043945312500 +0.082031250000 +0.055175781250 +-0.124023437500 +0.028198242188 +-0.008789062500 +0.144531250000 +0.029663085938 +0.088867187500 +0.000398635864 +-0.026367187500 +-0.069824218750 +0.005798339844 +0.253906250000 +0.140625000000 +-0.554687500000 +-0.059814453125 +0.008850097656 +0.001449584961 +0.243164062500 +-0.016357421875 +-0.209960937500 +-0.031250000000 +-0.044189453125 +0.018310546875 +-0.255859375000 +0.129882812500 +0.045410156250 +-0.176757812500 +-0.069824218750 +-0.035156250000 +-0.075683593750 +0.101562500000 +0.126953125000 +-0.194335937500 +-0.341796875000 +-0.126953125000 +0.055419921875 +-0.163085937500 +-0.059326171875 +0.111816406250 +0.197265625000 +-0.292968750000 +-0.048339843750 +-0.101074218750 +0.233398437500 +-0.160156250000 +-0.261718750000 +0.162109375000 +-0.075195312500 +0.079589843750 +-0.015747070312 +-0.038330078125 +-0.099121093750 +0.121093750000 +0.031250000000 +-0.030029296875 +0.070800781250 +0.050537109375 +0.089843750000 +-0.071289062500 +0.030639648438 +0.104003906250 +0.154296875000 +0.034423828125 +-0.078613281250 +-0.162109375000 +0.004119873047 +0.124511718750 +-0.025390625000 +-0.054199218750 +-0.017456054688 +0.050537109375 +-0.113769531250 +-0.210937500000 +-0.039062500000 +-0.011840820312 +0.213867187500 +-0.037597656250 +-0.353515625000 +-0.000229835510 +0.075683593750 +0.204101562500 +0.083007812500 +0.041259765625 +-0.308593750000 +0.003143310547 +-0.081054687500 +-0.025024414062 +-0.314453125000 +-0.052490234375 +-0.026123046875 +-0.279296875000 +-0.094726562500 +0.099121093750 +-0.007690429688 +0.117187500000 +0.111816406250 +-0.257812500000 +-0.186523437500 +0.026611328125 +0.247070312500 +-0.175781250000 +-0.030151367188 +0.223632812500 +0.096679687500 +-0.263671875000 +0.056396484375 +0.091796875000 +0.261718750000 +-0.249023437500 +0.107421875000 +0.001411437988 +-0.026123046875 +0.013793945312 +-0.018798828125 +0.029541015625 +-0.100585937500 +0.012268066406 +-0.062988281250 +-0.159179687500 +-0.112792968750 +-0.115722656250 +-0.082519531250 +-0.029541015625 +-0.035644531250 +0.132812500000 +0.130859375000 +-0.000736236572 +-0.140625000000 +-0.154296875000 +0.044677734375 +0.123046875000 +-0.046630859375 +0.147460937500 +-0.039550781250 +-0.117675781250 +-0.003402709961 +-0.043457031250 +-0.119140625000 +-0.101562500000 +0.128906250000 +-0.104980468750 +-0.332031250000 +-0.058593750000 +0.039062500000 +0.170898437500 +-0.077636718750 +0.186523437500 +0.005950927734 +0.018310546875 +0.018066406250 +0.134765625000 +-0.267578125000 +-0.091308593750 +-0.008911132812 +-0.078613281250 +-0.051757812500 +0.048583984375 +-0.035644531250 +0.158203125000 +0.028442382812 +-0.198242187500 +-0.160156250000 +0.004058837891 +0.267578125000 +-0.104492187500 +-0.125000000000 +0.226562500000 +0.061523437500 +-0.071777343750 +-0.013793945312 +-0.030151367188 +0.263671875000 +-0.179687500000 +0.006195068359 +0.202148437500 +-0.049804687500 +0.017700195312 +-0.029174804688 +0.109863281250 +0.006622314453 +0.035400390625 +-0.063964843750 +0.033935546875 +-0.176757812500 +-0.038818359375 +0.079101562500 +0.081542968750 +0.016357421875 +-0.017822265625 +0.042480468750 +0.058105468750 +-0.104980468750 +0.022216796875 +0.203125000000 +0.085937500000 +-0.030273437500 +-0.175781250000 +0.040039062500 +-0.026367187500 +-0.050292968750 +0.018676757812 +-0.010620117188 +-0.243164062500 +0.283203125000 +-0.163085937500 +-0.230468750000 +-0.041503906250 +-0.011962890625 +0.214843750000 +0.246093750000 +-0.014038085938 +-0.130859375000 +-0.028442382812 +-0.089843750000 +0.275390625000 +0.148437500000 +-0.120605468750 +-0.047119140625 +-0.013610839844 +-0.141601562500 +-0.010192871094 +-0.099609375000 +-0.067382812500 +-0.059326171875 +-0.285156250000 +-0.111816406250 +0.080566406250 +0.144531250000 +-0.181640625000 +-0.106933593750 +0.066894531250 +-0.055664062500 +-0.199218750000 +0.020751953125 +0.067871093750 +0.333984375000 +-0.000394821167 +-0.153320312500 +0.075683593750 +-0.077636718750 +-0.162109375000 +0.179687500000 +0.061035156250 +-0.151367187500 +-0.185546875000 +-0.107910156250 +-0.031982421875 +-0.029418945312 +0.242187500000 +0.082519531250 +-0.043945312500 +0.025878906250 +-0.032958984375 +-0.164062500000 +0.243164062500 +-0.117675781250 +0.141601562500 +0.039794921875 +-0.024169921875 +0.021728515625 +-0.173828125000 +-0.116699218750 +0.253906250000 +-0.318359375000 +-0.020019531250 +-0.084472656250 +-0.511718750000 +0.341796875000 +-0.028320312500 +0.078125000000 +0.055664062500 +-0.005554199219 +0.036865234375 +0.090820312500 +0.009521484375 +0.175781250000 +-0.135742187500 +0.124511718750 +0.131835937500 +-0.148437500000 +-0.017700195312 +-0.032226562500 +-0.067382812500 +0.017089843750 +0.061279296875 +-0.150390625000 +0.044677734375 +-0.123046875000 +-0.105957031250 +-0.024658203125 +0.029785156250 +-0.037841796875 +-0.246093750000 +-0.294921875000 +-0.096679687500 +0.017456054688 +-0.130859375000 +-0.024047851562 +0.026733398438 +-0.285156250000 +0.082519531250 +-0.166992187500 +0.034179687500 +0.028198242188 +0.351562500000 +0.339843750000 +0.239257812500 +-0.114746093750 +-0.259765625000 +-0.143554687500 +-0.237304687500 +-0.014953613281 +-0.012878417969 +0.108398437500 +0.002365112305 +-0.088378906250 +0.018798828125 +-0.123046875000 +-0.016845703125 +0.053466796875 +0.116210937500 +-0.082519531250 +-0.029418945312 +-0.082031250000 +-0.263671875000 +-0.190429687500 +-0.092773437500 +-0.186523437500 +-0.041259765625 +0.199218750000 +-0.249023437500 +0.184570312500 +-0.023437500000 +0.085449218750 +-0.072753906250 +0.180664062500 +-0.074218750000 +0.003082275391 +-0.074707031250 +0.345703125000 +-0.132812500000 +0.208007812500 +0.211914062500 +0.058837890625 +0.060302734375 +0.041259765625 +0.245117187500 +-0.041748046875 +0.012451171875 +-0.181640625000 +0.025878906250 +0.024414062500 +-0.071777343750 +0.041992187500 +0.149414062500 +0.032226562500 +-0.071777343750 +-0.121093750000 +0.085449218750 +-0.134765625000 +-0.050537109375 +0.060546875000 +-0.143554687500 +-0.112792968750 +0.164062500000 +-0.562500000000 +0.108886718750 +0.180664062500 +0.213867187500 +0.089355468750 +0.224609375000 +0.040283203125 +-0.215820312500 +-0.199218750000 +-0.048828125000 +0.116210937500 +0.235351562500 +0.029541015625 +0.037353515625 +-0.061035156250 +-0.117187500000 +-0.523437500000 +0.090332031250 +0.007781982422 +0.148437500000 +-0.018798828125 +-0.059570312500 +-0.111816406250 +-0.240234375000 +-0.103027343750 +0.032470703125 +-0.047363281250 +0.196289062500 +0.236328125000 +-0.067871093750 +0.150390625000 +0.082031250000 +0.101562500000 +-0.032714843750 +0.058105468750 +-0.030883789062 +-0.044433593750 +-0.027709960938 +0.242187500000 +0.144531250000 +0.208007812500 +0.277343750000 +0.006011962891 +-0.088867187500 +0.028686523438 +0.133789062500 +-0.102539062500 +0.021850585938 +0.017089843750 +-0.084472656250 +-0.230468750000 +-0.041259765625 +0.013122558594 +0.227539062500 +0.062011718750 +0.005645751953 +-0.007995605469 +0.101562500000 +0.060546875000 +0.080566406250 +0.013977050781 +-0.015747070312 +-0.125976562500 +0.068847656250 +-0.683593750000 +0.070312500000 +-0.174804687500 +-0.099121093750 +0.343750000000 +0.257812500000 +-0.092285156250 +-0.212890625000 +-0.188476562500 +-0.178710937500 +0.002349853516 +0.102050781250 +0.095703125000 +-0.004364013672 +0.072265625000 +-0.080566406250 +-0.496093750000 +-0.023925781250 +0.063964843750 +-0.255859375000 +-0.083496093750 +-0.043701171875 +-0.027954101562 +-0.077636718750 +-0.141601562500 +0.070312500000 +0.037353515625 +-0.132812500000 +-0.106445312500 +-0.032226562500 +0.160156250000 +0.135742187500 +0.089355468750 +-0.079101562500 +0.118164062500 +0.001541137695 +0.048339843750 +-0.012573242188 +-0.207031250000 +-0.001502990723 +0.277343750000 +0.192382812500 +-0.037109375000 +-0.112792968750 +0.006011962891 +0.099609375000 +-0.059326171875 +0.108398437500 +-0.021850585938 +0.031494140625 +0.102050781250 +-0.005950927734 +-0.008666992188 +0.093261718750 +-0.034912109375 +-0.016723632812 +-0.074218750000 +-0.026611328125 +0.086914062500 +0.011047363281 +-0.195312500000 +-0.080566406250 +-0.218750000000 +-0.035156250000 +-0.447265625000 +0.134765625000 +-0.050292968750 +-0.162109375000 +0.289062500000 +0.160156250000 +0.036865234375 +-0.052734375000 +-0.156250000000 +-0.075683593750 +0.125976562500 +0.053466796875 +0.059082031250 +0.004486083984 +0.008789062500 +0.166992187500 +-0.073730468750 +0.003570556641 +0.043212890625 +-0.073242187500 +-0.125000000000 +-0.066894531250 +-0.095703125000 +-0.233398437500 +-0.201171875000 +0.071289062500 +0.089355468750 +-0.120605468750 +-0.085449218750 +-0.002716064453 +0.170898437500 +-0.007232666016 +0.046630859375 +-0.140625000000 +-0.049804687500 +-0.088378906250 +-0.205078125000 +-0.069335937500 +-0.124023437500 +0.183593750000 +0.077636718750 +-0.022094726562 +-0.149414062500 +-0.093750000000 +0.190429687500 +-0.081054687500 +-0.089843750000 +0.158203125000 +-0.069335937500 +-0.039550781250 +0.000633239746 +0.053466796875 +0.074707031250 +-0.060546875000 +-0.150390625000 +-0.145507812500 +-0.108398437500 +-0.120117187500 +0.064453125000 +-0.067871093750 +-0.257812500000 +-0.160156250000 +-0.132812500000 +-0.047119140625 +-0.194335937500 +0.012634277344 +-0.061767578125 +0.201171875000 +0.013977050781 +0.143554687500 +0.010742187500 +-0.089355468750 +-0.128906250000 +-0.253906250000 +0.088378906250 +0.062988281250 +0.151367187500 +0.140625000000 +-0.056396484375 +0.042236328125 +-0.026977539062 +-0.006774902344 +-0.118164062500 +-0.087890625000 +-0.066894531250 +-0.104003906250 +-0.016967773438 +-0.151367187500 +-0.208984375000 +0.012695312500 +0.203125000000 +0.090332031250 +-0.108886718750 +-0.033935546875 +0.219726562500 +0.115234375000 +-0.056640625000 +0.132812500000 +-0.170898437500 +-0.001190185547 +-0.055664062500 +0.149414062500 +0.021850585938 +0.103515625000 +0.059570312500 +-0.051269531250 +-0.067382812500 +-0.151367187500 +0.005737304688 +0.125000000000 +-0.063476562500 +0.101562500000 +0.024902343750 +0.010681152344 +-0.151367187500 +-0.056640625000 +0.102050781250 +0.009338378906 +-0.049316406250 +-0.139648437500 +0.135742187500 +-0.412109375000 +0.060302734375 +0.054443359375 +-0.332031250000 +-0.037841796875 +0.011047363281 +-0.092285156250 +-0.107910156250 +0.110839843750 +-0.053710937500 +0.112304687500 +0.173828125000 +-0.118652343750 +-0.129882812500 +-0.120117187500 +-0.215820312500 +-0.222656250000 +0.079101562500 +0.188476562500 +0.194335937500 +0.168945312500 +-0.022460937500 +-0.038085937500 +0.020385742188 +-0.075195312500 +-0.032714843750 +0.018432617188 +-0.131835937500 +-0.151367187500 +-0.124023437500 +-0.345703125000 +-0.165039062500 +0.132812500000 +0.070312500000 +-0.213867187500 +-0.240234375000 +0.183593750000 +0.223632812500 +0.036621093750 +0.047363281250 +0.094238281250 +0.230468750000 +-0.206054687500 +-0.163085937500 +-0.013366699219 +-0.142578125000 +0.071289062500 +0.018798828125 +-0.086914062500 +-0.035888671875 +-0.098144531250 +0.065429687500 +-0.053222656250 +-0.091308593750 +-0.084960937500 +-0.016113281250 +0.028564453125 +-0.255859375000 +-0.179687500000 +0.118164062500 +0.009094238281 +-0.080078125000 +-0.185546875000 +0.091308593750 +-0.416015625000 +0.080566406250 +0.103515625000 +-0.390625000000 +-0.135742187500 +-0.223632812500 +-0.035644531250 +-0.075195312500 +0.162109375000 +-0.257812500000 +0.294921875000 +0.242187500000 +-0.022949218750 +-0.037841796875 +-0.171875000000 +-0.180664062500 +-0.183593750000 +0.064941406250 +0.065429687500 +-0.030761718750 +0.153320312500 +-0.035400390625 +0.019042968750 +-0.105957031250 +0.048583984375 +-0.030395507812 +0.021728515625 +-0.033691406250 +-0.242187500000 +-0.077148437500 +-0.095703125000 +0.075195312500 +-0.431640625000 +0.085449218750 +0.199218750000 +-0.117187500000 +0.037597656250 +-0.007873535156 +0.070312500000 +-0.179687500000 +-0.291015625000 +-0.134765625000 +-0.054199218750 +0.249023437500 +-0.113769531250 +0.026123046875 +0.184570312500 +0.070312500000 +-0.213867187500 +0.053955078125 +0.156250000000 +-0.010437011719 +-0.075683593750 +0.263671875000 +0.016113281250 +-0.042236328125 +0.057128906250 +-0.014465332031 +0.089355468750 +-0.251953125000 +0.028686523438 +-0.028564453125 +0.257812500000 +0.092285156250 +0.004364013672 +-0.021972656250 +-0.130859375000 +-0.239257812500 +0.210937500000 +-0.218750000000 +-0.002304077148 +-0.162109375000 +-0.061279296875 +-0.550781250000 +0.109863281250 +-0.104980468750 +-0.053466796875 +-0.063476562500 +0.007568359375 +-0.050537109375 +0.031127929688 +0.144531250000 +-0.205078125000 +0.031982421875 +-0.102539062500 +0.020874023438 +-0.253906250000 +-0.152343750000 +0.371093750000 +0.097656250000 +0.023071289062 +0.127929687500 +0.013854980469 +0.063964843750 +0.031738281250 +0.018310546875 +-0.253906250000 +0.090332031250 +0.081054687500 +-0.074218750000 +0.089355468750 +-0.030639648438 +0.001098632812 +-0.027709960938 +-0.251953125000 +-0.165039062500 +-0.143554687500 +0.241210937500 +-0.119628906250 +0.057128906250 +0.124023437500 +-0.120117187500 +0.047851562500 +0.020507812500 +0.226562500000 +-0.078613281250 +-0.056884765625 +0.406250000000 +-0.012695312500 +0.100097656250 +-0.126953125000 +-0.185546875000 +0.075683593750 +-0.077636718750 +0.079101562500 +-0.181640625000 +0.096191406250 +0.074707031250 +0.055664062500 +0.072265625000 +0.208007812500 +-0.126953125000 +0.184570312500 +-0.031005859375 +0.058837890625 +0.125976562500 +-0.091308593750 +-0.427734375000 +0.036376953125 +-0.265625000000 +-0.067382812500 +-0.140625000000 +-0.121093750000 +-0.201171875000 +-0.045898437500 +0.090820312500 +-0.140625000000 +0.020996093750 +-0.328125000000 +0.003021240234 +-0.090820312500 +-0.104492187500 +0.421875000000 +0.117187500000 +-0.008056640625 +0.019287109375 +0.165039062500 +-0.055175781250 +-0.137695312500 +0.118652343750 +-0.345703125000 +0.131835937500 +0.181640625000 +-0.035644531250 +0.150390625000 +-0.032226562500 +-0.152343750000 +-0.209960937500 +-0.427734375000 +-0.008972167969 +0.012268066406 +-0.054931640625 +0.110839843750 +0.049316406250 +0.149414062500 +-0.275390625000 +-0.046142578125 +-0.126953125000 +0.062255859375 +-0.036376953125 +-0.057617187500 +0.137695312500 +0.015563964844 +0.085449218750 +0.048828125000 +0.267578125000 +0.310546875000 +-0.026367187500 +-0.040771484375 +-0.026489257812 +0.153320312500 +0.191406250000 +0.003479003906 +-0.142578125000 +0.177734375000 +-0.267578125000 +0.249023437500 +-0.113769531250 +-0.021972656250 +0.187500000000 +0.040527343750 +-0.425781250000 +0.050292968750 +-0.367187500000 +-0.302734375000 +-0.083496093750 +-0.178710937500 +-0.174804687500 +-0.045654296875 +-0.005279541016 +0.030883789062 +-0.027587890625 +-0.337890625000 +-0.003662109375 +-0.056640625000 +-0.025512695312 +0.275390625000 +0.065429687500 +-0.111816406250 +0.051025390625 +0.357421875000 +0.157226562500 +-0.129882812500 +0.126953125000 +-0.263671875000 +0.126953125000 +0.090332031250 +-0.072265625000 +0.157226562500 +0.130859375000 +-0.273437500000 +-0.142578125000 +-0.527343750000 +0.021972656250 +0.044921875000 +0.302734375000 +0.030029296875 +0.157226562500 +0.095214843750 +-0.108886718750 +-0.228515625000 +0.204101562500 +0.223632812500 +-0.091796875000 +0.012878417969 +-0.038818359375 +0.222656250000 +-0.174804687500 +0.000033617020 +0.154296875000 +-0.119140625000 +-0.094726562500 +0.084472656250 +0.029296875000 +0.125976562500 +0.179687500000 +0.104003906250 +0.048339843750 +0.144531250000 +-0.267578125000 +0.267578125000 +-0.198242187500 +0.003204345703 +0.170898437500 +0.192382812500 +-0.224609375000 +0.158203125000 +-0.151367187500 +0.004180908203 +-0.126953125000 +-0.028808593750 +-0.130859375000 +-0.118652343750 +0.015319824219 +-0.002807617188 +-0.109375000000 +-0.228515625000 +0.101562500000 +-0.168945312500 +0.046142578125 +0.227539062500 +0.074218750000 +-0.074707031250 +-0.124511718750 +0.238281250000 +0.223632812500 +-0.192382812500 +0.147460937500 +-0.184570312500 +0.095703125000 +0.073730468750 +0.038330078125 +-0.034423828125 +0.165039062500 +-0.277343750000 +-0.094238281250 +-0.168945312500 +0.019531250000 +0.121582031250 +0.018920898438 +-0.049072265625 +0.208984375000 +0.300781250000 +-0.062988281250 +-0.138671875000 +-0.120605468750 +-0.059570312500 +-0.171875000000 +0.006500244141 +0.222656250000 +0.222656250000 +-0.007263183594 +0.110351562500 +-0.129882812500 +-0.215820312500 +0.170898437500 +-0.067871093750 +-0.058105468750 +0.245117187500 +0.160156250000 +0.036132812500 +-0.038330078125 +-0.171875000000 +-0.086914062500 +0.007598876953 +-0.130859375000 +0.085937500000 +-0.077636718750 +0.067871093750 +-0.211914062500 +0.129882812500 +-0.007171630859 +-0.187500000000 +-0.025146484375 +-0.294921875000 +0.014465332031 +-0.072753906250 +0.103515625000 +-0.050292968750 +0.074707031250 +-0.207031250000 +0.013732910156 +-0.219726562500 +-0.075195312500 +0.343750000000 +0.093750000000 +-0.029907226562 +-0.105468750000 +-0.040527343750 +0.106445312500 +-0.037841796875 +0.015441894531 +-0.125976562500 +0.060546875000 +-0.024169921875 +-0.117187500000 +-0.111328125000 +-0.008666992188 +-0.159179687500 +-0.190429687500 +-0.062500000000 +-0.053466796875 +-0.059326171875 +0.263671875000 +-0.045898437500 +0.195312500000 +-0.001281738281 +0.083007812500 +-0.291015625000 +-0.125976562500 +-0.125976562500 +-0.159179687500 +-0.094238281250 +-0.146484375000 +0.221679687500 +0.121093750000 +0.213867187500 +0.085937500000 +-0.068847656250 +0.306640625000 +0.028076171875 +0.035400390625 +0.206054687500 +-0.007019042969 +0.140625000000 +0.034912109375 +0.007476806641 +-0.163085937500 +0.261718750000 +-0.172851562500 +-0.001312255859 +-0.162109375000 +-0.141601562500 +-0.253906250000 +0.009765625000 +-0.108886718750 +0.033447265625 +-0.032470703125 +-0.398437500000 +0.189453125000 +-0.162109375000 +0.135742187500 +-0.101562500000 +-0.163085937500 +-0.294921875000 +0.106445312500 +-0.205078125000 +-0.031250000000 +0.503906250000 +-0.093750000000 +0.121093750000 +-0.110839843750 +-0.026123046875 +0.107910156250 +-0.198242187500 +0.093750000000 +-0.224609375000 +0.102050781250 +-0.056640625000 +-0.038574218750 +-0.171875000000 +0.038574218750 +-0.131835937500 +-0.225585937500 +-0.203125000000 +-0.157226562500 +-0.170898437500 +0.122070312500 +-0.063964843750 +0.015075683594 +0.210937500000 +-0.069824218750 +0.007781982422 +-0.306640625000 +0.069824218750 +-0.188476562500 +-0.022338867188 +-0.135742187500 +0.038818359375 +-0.015197753906 +0.072265625000 +0.421875000000 +-0.099121093750 +0.052734375000 +0.245117187500 +-0.243164062500 +0.308593750000 +-0.091308593750 +0.011047363281 +0.040039062500 +-0.049560546875 +-0.189453125000 +0.168945312500 +-0.178710937500 +-0.115234375000 +-0.128906250000 +-0.099121093750 +-0.269531250000 +0.200195312500 +-0.176757812500 +-0.073242187500 +-0.041748046875 +-0.228515625000 +-0.069335937500 +-0.191406250000 +-0.201171875000 +-0.152343750000 +-0.124023437500 +-0.182617187500 +0.062988281250 +-0.243164062500 +-0.153320312500 +0.431640625000 +0.050048828125 +-0.120605468750 +-0.233398437500 +0.004302978516 +0.101562500000 +0.071289062500 +-0.118164062500 +0.085449218750 +0.090332031250 +-0.082031250000 +-0.020874023438 +-0.209960937500 +0.066894531250 +0.169921875000 +-0.160156250000 +0.134765625000 +-0.035644531250 +-0.063476562500 +0.161132812500 +-0.010070800781 +-0.228515625000 +-0.009277343750 +0.163085937500 +0.002502441406 +0.263671875000 +0.066406250000 +-0.235351562500 +0.242187500000 +-0.034423828125 +-0.111328125000 +-0.130859375000 +-0.110839843750 +0.015014648438 +-0.068847656250 +0.182617187500 +-0.137695312500 +0.139648437500 +-0.062255859375 +0.054443359375 +-0.213867187500 +0.126953125000 +0.144531250000 +-0.044677734375 +-0.024414062500 +-0.125976562500 +0.087890625000 +-0.089355468750 +0.078613281250 +-0.126953125000 +-0.052001953125 +-0.079589843750 +-0.020751953125 +-0.049560546875 +0.197265625000 +-0.376953125000 +0.100585937500 +-0.001922607422 +-0.083984375000 +-0.226562500000 +0.161132812500 +-0.013549804688 +-0.001869201660 +0.003524780273 +0.034423828125 +-0.206054687500 +-0.128906250000 +0.041259765625 +0.020263671875 +0.046630859375 +0.083007812500 +0.000766754150 +0.107421875000 +0.055908203125 +0.063964843750 +-0.083496093750 +-0.207031250000 +0.018066406250 +0.074218750000 +-0.186523437500 +-0.026367187500 +0.127929687500 +0.063476562500 +-0.144531250000 +-0.062500000000 +-0.222656250000 +0.067871093750 +-0.028198242188 +-0.148437500000 +0.087402343750 +-0.052490234375 +0.013854980469 +0.196289062500 +-0.033447265625 +-0.053222656250 +-0.148437500000 +0.224609375000 +0.134765625000 +0.063964843750 +0.226562500000 +-0.137695312500 +-0.058349609375 +0.140625000000 +0.042724609375 +-0.285156250000 +0.095703125000 +-0.064453125000 +-0.011901855469 +0.006744384766 +-0.087402343750 +-0.114257812500 +-0.025634765625 +0.134765625000 +0.019531250000 +-0.055419921875 +-0.025024414062 +-0.014831542969 +-0.125976562500 +0.049072265625 +-0.220703125000 +0.257812500000 +-0.018310546875 +0.098144531250 +-0.376953125000 +0.018432617188 +0.056884765625 +-0.090820312500 +0.000881195068 +0.004821777344 +0.168945312500 +-0.045654296875 +-0.011901855469 +0.196289062500 +0.257812500000 +-0.072265625000 +-0.088867187500 +0.027954101562 +0.119140625000 +0.123535156250 +0.044677734375 +0.029541015625 +0.108398437500 +0.037841796875 +-0.234375000000 +-0.034179687500 +0.117675781250 +0.168945312500 +-0.021118164062 +0.113769531250 +-0.111816406250 +0.004058837891 +0.101562500000 +0.065917968750 +0.161132812500 +0.010192871094 +-0.044677734375 +0.201171875000 +0.043945312500 +-0.133789062500 +-0.147460937500 +-0.110839843750 +0.086914062500 +0.019775390625 +0.169921875000 +-0.020385742188 +-0.010498046875 +-0.196289062500 +-0.041259765625 +-0.283203125000 +0.104980468750 +-0.121582031250 +-0.062988281250 +-0.017822265625 +-0.015441894531 +-0.010559082031 +0.054931640625 +0.020019531250 +-0.056152343750 +0.079589843750 +-0.027832031250 +0.182617187500 +-0.133789062500 +0.068359375000 +-0.222656250000 +0.033203125000 +-0.052734375000 +0.116210937500 +-0.337890625000 +0.095703125000 +0.009338378906 +-0.012878417969 +-0.060302734375 +-0.007171630859 +-0.097656250000 +0.028564453125 +0.170898437500 +0.094726562500 +0.132812500000 +0.053222656250 +-0.179687500000 +-0.034423828125 +-0.105468750000 +0.103515625000 +-0.014282226562 +-0.017700195312 +-0.072265625000 +0.171875000000 +0.020751953125 +0.021728515625 +-0.002273559570 +0.062011718750 +0.020019531250 +0.052246093750 +-0.192382812500 +-0.021972656250 +0.023193359375 +-0.066894531250 +0.211914062500 +0.171875000000 +-0.239257812500 +0.194335937500 +0.038085937500 +-0.092285156250 +-0.233398437500 +-0.023559570312 +-0.025390625000 +0.017944335938 +-0.050292968750 +-0.171875000000 +0.030883789062 +-0.074707031250 +-0.112304687500 +-0.207031250000 +0.174804687500 +-0.018310546875 +-0.072265625000 +0.000052213669 +0.022216796875 +0.090332031250 +0.105468750000 +0.113769531250 +-0.009704589844 +0.090332031250 +-0.074218750000 +0.158203125000 +-0.314453125000 +-0.107421875000 +0.116210937500 +0.107910156250 +0.003005981445 +0.253906250000 +-0.114257812500 +-0.012145996094 +-0.032226562500 +0.179687500000 +-0.052490234375 +-0.018798828125 +0.103027343750 +-0.147460937500 +0.132812500000 +0.150390625000 +0.070312500000 +0.129882812500 +-0.119140625000 +0.219726562500 +-0.146484375000 +-0.011718750000 +0.007324218750 +-0.123046875000 +-0.173828125000 +0.112304687500 +-0.014343261719 +-0.027221679688 +-0.043701171875 +-0.042724609375 +-0.028320312500 +0.017211914062 +-0.027832031250 +0.015747070312 +-0.141601562500 +-0.056640625000 +0.106933593750 +-0.103027343750 +-0.022827148438 +0.201171875000 +0.021606445312 +-0.220703125000 +-0.152343750000 +0.076171875000 +-0.181640625000 +0.159179687500 +-0.221679687500 +-0.117187500000 +-0.106445312500 +0.043701171875 +0.010437011719 +-0.172851562500 +-0.068359375000 +0.085937500000 +-0.076660156250 +-0.075195312500 +0.059326171875 +0.051757812500 +0.162109375000 +0.123046875000 +-0.114257812500 +0.043457031250 +-0.053466796875 +0.002410888672 +-0.186523437500 +-0.011962890625 +-0.068847656250 +-0.098632812500 +-0.056152343750 +-0.025268554688 +-0.324218750000 +0.045898437500 +0.191406250000 +0.236328125000 +-0.089843750000 +-0.034912109375 +-0.071777343750 +-0.135742187500 +0.186523437500 +-0.101562500000 +0.108886718750 +0.096191406250 +-0.063964843750 +0.141601562500 +-0.096191406250 +-0.026000976562 +-0.248046875000 +0.040771484375 +-0.036132812500 +0.098144531250 +0.156250000000 +0.078125000000 +-0.135742187500 +-0.036132812500 +-0.066894531250 +0.137695312500 +-0.259765625000 +0.030029296875 +-0.006988525391 +-0.000743865967 +0.131835937500 +-0.175781250000 +-0.055908203125 +0.265625000000 +0.136718750000 +-0.039550781250 +-0.149414062500 +0.067871093750 +0.048828125000 +0.026367187500 +-0.175781250000 +-0.006866455078 +-0.005554199219 +-0.004180908203 +0.144531250000 +-0.166015625000 +-0.060791015625 +0.094238281250 +-0.014099121094 +0.011840820312 +-0.092773437500 +0.031982421875 +-0.127929687500 +0.001876831055 +-0.037597656250 +-0.024780273438 +0.083007812500 +-0.088867187500 +-0.077636718750 +-0.063476562500 +0.021850585938 +0.063964843750 +0.006378173828 +-0.078125000000 +-0.077148437500 +0.048339843750 +0.144531250000 +0.019042968750 +-0.004699707031 +-0.007537841797 +0.042968750000 +-0.121582031250 +0.109375000000 +-0.021240234375 +-0.122558593750 +0.014221191406 +-0.065429687500 +0.107910156250 +0.166015625000 +0.003646850586 +-0.026855468750 +-0.038085937500 +-0.074218750000 +0.214843750000 +0.019042968750 +0.045654296875 +-0.008422851562 +0.277343750000 +0.051269531250 +0.119140625000 +-0.233398437500 +0.052246093750 +-0.166015625000 +-0.019042968750 +0.211914062500 +-0.296875000000 +0.091796875000 +0.285156250000 +-0.085937500000 +-0.172851562500 +-0.206054687500 +-0.030273437500 +-0.097167968750 +0.158203125000 +-0.062500000000 +0.078125000000 +-0.030029296875 +0.060791015625 +-0.043945312500 +-0.221679687500 +0.020874023438 +-0.007202148438 +-0.061279296875 +-0.181640625000 +-0.056640625000 +-0.001243591309 +-0.074218750000 +0.129882812500 +-0.073242187500 +-0.036865234375 +-0.024169921875 +0.049560546875 +-0.009460449219 +-0.130859375000 +0.030761718750 +0.007232666016 +0.186523437500 +-0.068847656250 +-0.082031250000 +0.083984375000 +0.034179687500 +-0.100585937500 +0.173828125000 +0.096191406250 +0.081542968750 +-0.137695312500 +0.125976562500 +0.255859375000 +-0.001487731934 +0.014160156250 +0.025512695312 +-0.103027343750 +-0.416015625000 +-0.004669189453 +0.159179687500 +0.213867187500 +0.088867187500 +-0.062011718750 +0.217773437500 +-0.003860473633 +-0.047119140625 +0.241210937500 +0.054443359375 +-0.033203125000 +-0.082031250000 +-0.039062500000 +-0.033935546875 +0.020385742188 +0.145507812500 +-0.275390625000 +-0.068359375000 +-0.093261718750 +0.057128906250 +0.013916015625 +-0.011108398438 +0.049072265625 +-0.318359375000 +0.687500000000 +-0.114257812500 +0.029418945312 +-0.363281250000 +0.275390625000 +0.099121093750 +0.081054687500 +-0.014221191406 +0.129882812500 +0.137695312500 +0.078613281250 +-0.150390625000 +0.085449218750 +0.175781250000 +-0.188476562500 +0.022583007812 +-0.063964843750 +0.038330078125 +0.058837890625 +0.121093750000 +0.008850097656 +0.020263671875 +-0.143554687500 +-0.064453125000 +0.002593994141 +-0.247070312500 +0.298828125000 +-0.140625000000 +-0.030639648438 +-0.120117187500 +0.031738281250 +0.019287109375 +0.134765625000 +0.121093750000 +-0.026855468750 +0.024780273438 +0.111816406250 +0.028930664062 +-0.119628906250 +-0.174804687500 +-0.039062500000 +0.208007812500 +0.234375000000 +-0.044921875000 +0.159179687500 +0.251953125000 +-0.051269531250 +-0.090332031250 +-0.049316406250 +0.084472656250 +-0.099609375000 +0.183593750000 +-0.097167968750 +-0.068847656250 +-0.043701171875 +0.068359375000 +-0.092285156250 +0.008300781250 +-0.086425781250 +-0.030273437500 +0.065429687500 +0.032958984375 +-0.119140625000 +-0.341796875000 +0.609375000000 +-0.117675781250 +0.035644531250 +-0.408203125000 +0.081542968750 +0.087890625000 +-0.017333984375 +0.015319824219 +0.030273437500 +0.070312500000 +-0.121093750000 +-0.011047363281 +-0.030273437500 +0.170898437500 +-0.078613281250 +0.125976562500 +-0.098632812500 +-0.024414062500 +0.039306640625 +0.116699218750 +-0.044433593750 +-0.116699218750 +-0.176757812500 +-0.042724609375 +-0.104980468750 +-0.114257812500 +0.320312500000 +-0.094238281250 +0.261718750000 +-0.036132812500 +0.081542968750 +0.092773437500 +-0.105957031250 +-0.017333984375 +-0.080078125000 +-0.144531250000 +0.005126953125 +0.086914062500 +-0.086914062500 +-0.197265625000 +0.021972656250 +0.036376953125 +0.047607421875 +-0.162109375000 +0.072265625000 +0.151367187500 +-0.083007812500 +-0.019409179688 +0.019042968750 +0.098144531250 +0.019042968750 +-0.067382812500 +-0.188476562500 +-0.018432617188 +-0.019165039062 +0.201171875000 +-0.082031250000 +0.002410888672 +0.170898437500 +-0.043945312500 +-0.058105468750 +-0.067382812500 +-0.103515625000 +-0.468750000000 +0.703125000000 +-0.136718750000 +-0.080078125000 +-0.347656250000 +-0.018920898438 +0.087890625000 +0.173828125000 +0.002319335938 +-0.230468750000 +-0.071289062500 +-0.202148437500 +0.013366699219 +0.053710937500 +0.186523437500 +-0.022827148438 +-0.043701171875 +-0.202148437500 +0.110351562500 +0.013610839844 +0.073242187500 +-0.017578125000 +-0.064941406250 +-0.159179687500 +0.106933593750 +0.224609375000 +-0.113281250000 +0.271484375000 +0.164062500000 +0.098144531250 +-0.126953125000 +-0.003784179688 +0.183593750000 +-0.121582031250 +0.148437500000 +-0.168945312500 +0.081542968750 +-0.169921875000 +-0.016357421875 +0.065429687500 +-0.300781250000 +-0.097167968750 +-0.219726562500 +0.230468750000 +-0.242187500000 +0.203125000000 +0.160156250000 +-0.277343750000 +0.019409179688 +0.084472656250 +-0.016967773438 +-0.212890625000 +-0.332031250000 +0.065429687500 +0.015747070312 +0.095703125000 +0.080078125000 +-0.135742187500 +-0.049804687500 +-0.060302734375 +0.177734375000 +-0.079589843750 +-0.003189086914 +-0.112792968750 +-0.425781250000 +0.470703125000 +-0.384765625000 +-0.043457031250 +-0.386718750000 +-0.018310546875 +0.140625000000 +0.232421875000 +0.141601562500 +-0.121582031250 +0.077148437500 +-0.061523437500 +0.026489257812 +0.004638671875 +-0.020751953125 +-0.005157470703 +0.139648437500 +-0.177734375000 +0.181640625000 +0.124511718750 +0.127929687500 +0.133789062500 +0.009155273438 +0.156250000000 +0.007019042969 +0.192382812500 +-0.100585937500 +0.283203125000 +0.138671875000 +0.146484375000 +-0.082031250000 +-0.155273437500 +0.056152343750 +0.197265625000 +0.097656250000 +-0.152343750000 +-0.146484375000 +-0.127929687500 +-0.116210937500 +0.068359375000 +-0.078125000000 +0.011535644531 +-0.159179687500 +-0.041503906250 +-0.070800781250 +0.059814453125 +0.135742187500 +-0.228515625000 +-0.129882812500 +-0.079101562500 +0.062255859375 +-0.005126953125 +-0.185546875000 +0.000564575195 +0.164062500000 +-0.244140625000 +0.145507812500 +-0.084472656250 +0.215820312500 +0.136718750000 +-0.075683593750 +0.052978515625 +0.034667968750 +-0.153320312500 +-0.357421875000 +0.515625000000 +-0.384765625000 +0.005126953125 +-0.398437500000 +0.037841796875 +0.104492187500 +0.115722656250 +0.097656250000 +0.122558593750 +0.194335937500 +-0.123535156250 +-0.115234375000 +-0.002227783203 +0.051757812500 +-0.031494140625 +0.088378906250 +-0.112792968750 +0.271484375000 +0.026489257812 +-0.013732910156 +-0.095703125000 +-0.046630859375 +0.125976562500 +-0.188476562500 +0.125976562500 +-0.017944335938 +0.045898437500 +0.006286621094 +-0.029541015625 +-0.059326171875 +-0.220703125000 +0.062988281250 +0.038574218750 +0.125000000000 +0.076171875000 +0.064453125000 +-0.130859375000 +-0.044677734375 +-0.033691406250 +0.064453125000 +0.038574218750 +-0.273437500000 +0.064941406250 +-0.141601562500 +0.142578125000 +0.172851562500 +-0.089355468750 +-0.154296875000 +-0.085449218750 +-0.073730468750 +0.010925292969 +-0.015197753906 +0.067382812500 +0.230468750000 +-0.198242187500 +0.021606445312 +-0.112304687500 +0.158203125000 +0.177734375000 +-0.169921875000 +-0.052490234375 +0.008117675781 +-0.110351562500 +-0.201171875000 +0.419921875000 +-0.484375000000 +-0.017211914062 +-0.332031250000 +0.228515625000 +0.111816406250 +0.050292968750 +-0.067382812500 +-0.054443359375 +0.140625000000 +-0.318359375000 +-0.127929687500 +0.012512207031 +0.118652343750 +0.010681152344 +0.126953125000 +-0.166015625000 +-0.089355468750 +0.109863281250 +-0.101562500000 +0.090332031250 +-0.087890625000 +0.093261718750 +0.029174804688 +-0.164062500000 +0.016967773438 +-0.060302734375 +0.025390625000 +0.031127929688 +0.079589843750 +-0.218750000000 +0.027099609375 +0.228515625000 +-0.030883789062 +-0.125976562500 +0.008728027344 +-0.132812500000 +-0.138671875000 +-0.065429687500 +0.023193359375 +0.263671875000 +-0.386718750000 +0.202148437500 +0.023071289062 +0.019531250000 +0.184570312500 +0.134765625000 +-0.104980468750 +-0.093261718750 +-0.081054687500 +0.014953613281 +0.013854980469 +0.283203125000 +0.012695312500 +-0.161132812500 +-0.003906250000 +-0.205078125000 +0.223632812500 +-0.150390625000 +-0.045410156250 +0.089355468750 +-0.061767578125 +-0.046875000000 +-0.157226562500 +0.582031250000 +-0.425781250000 +-0.041015625000 +-0.402343750000 +-0.077636718750 +-0.204101562500 +0.020385742188 +0.048583984375 +0.057128906250 +-0.043945312500 +-0.041992187500 +-0.010437011719 +0.011413574219 +0.273437500000 +-0.060791015625 +0.132812500000 +-0.049804687500 +0.031250000000 +0.122070312500 +-0.057128906250 +0.006988525391 +-0.205078125000 +0.023559570312 +-0.029541015625 +0.192382812500 +-0.021240234375 +0.243164062500 +-0.037353515625 +0.183593750000 +-0.129882812500 +0.018676757812 +0.100585937500 +-0.193359375000 +-0.036621093750 +-0.165039062500 +0.169921875000 +0.087402343750 +-0.027709960938 +-0.122558593750 +-0.003768920898 +-0.041015625000 +0.082031250000 +-0.147460937500 +-0.065917968750 +-0.076171875000 +0.253906250000 +-0.036621093750 +0.064453125000 +-0.081542968750 +-0.018066406250 +-0.035400390625 +-0.199218750000 +-0.679687500000 +-0.089355468750 +-0.263671875000 +-0.228515625000 +-0.271484375000 +0.232421875000 +0.333984375000 +0.224609375000 +-0.130859375000 +-0.192382812500 +-0.025756835938 +0.100585937500 +-0.027465820312 +0.059326171875 +-0.012695312500 +-0.273437500000 +0.072265625000 +0.050292968750 +-0.104980468750 +-0.208984375000 +0.202148437500 +0.032958984375 +0.069824218750 +-0.002059936523 +-0.204101562500 +-0.061279296875 +-0.098632812500 +0.106933593750 +-0.406250000000 +0.058105468750 +-0.152343750000 +-0.062988281250 +-0.093750000000 +-0.116699218750 +0.048095703125 +-0.250000000000 +0.044677734375 +-0.117675781250 +-0.107910156250 +-0.250000000000 +0.028564453125 +0.007080078125 +-0.087890625000 +-0.221679687500 +0.104003906250 +0.002136230469 +0.205078125000 +0.039062500000 +-0.054443359375 +-0.022827148438 +0.069824218750 +0.116210937500 +-0.066894531250 +-0.221679687500 +0.069824218750 +0.036132812500 +-0.041015625000 +0.133789062500 +-0.134765625000 +-0.022949218750 +-0.098632812500 +0.094238281250 +-0.130859375000 +-0.098144531250 +-0.287109375000 +-0.086425781250 +-0.335937500000 +-0.150390625000 +-0.255859375000 +0.312500000000 +-0.033203125000 +0.027343750000 +0.020629882812 +-0.204101562500 +0.101074218750 +-0.096191406250 +-0.169921875000 +-0.045654296875 +0.123046875000 +-0.031738281250 +0.067871093750 +-0.051269531250 +-0.074707031250 +-0.100585937500 +0.094726562500 +-0.011596679688 +0.117187500000 +-0.152343750000 +-0.292968750000 +-0.098632812500 +-0.144531250000 +-0.108886718750 +-0.150390625000 +0.014404296875 +-0.296875000000 +-0.111328125000 +-0.153320312500 +-0.031738281250 +-0.002258300781 +-0.251953125000 +-0.006835937500 +0.178710937500 +-0.214843750000 +-0.289062500000 +0.061035156250 +0.092285156250 +0.111328125000 +-0.085449218750 +0.192382812500 +-0.015563964844 +0.007873535156 +0.005279541016 +-0.070312500000 +0.045166015625 +0.006774902344 +-0.038818359375 +-0.046142578125 +-0.059326171875 +0.007232666016 +0.047607421875 +0.071777343750 +0.074218750000 +0.176757812500 +0.140625000000 +0.044189453125 +0.123046875000 +-0.070800781250 +-0.267578125000 +-0.316406250000 +0.026245117188 +-0.267578125000 +-0.140625000000 +-0.226562500000 +0.176757812500 +0.134765625000 +0.073242187500 +-0.114257812500 +-0.173828125000 +-0.322265625000 +-0.104492187500 +-0.077636718750 +-0.137695312500 +-0.031494140625 +0.039306640625 +0.104003906250 +0.102050781250 +-0.228515625000 +-0.124023437500 +0.172851562500 +0.242187500000 +0.188476562500 +0.169921875000 +-0.285156250000 +-0.078125000000 +-0.000720977783 +-0.027343750000 +-0.006072998047 +-0.030273437500 +-0.333984375000 +0.145507812500 +-0.225585937500 +-0.149414062500 +0.041748046875 +-0.490234375000 +0.045654296875 +0.106933593750 +0.021850585938 +-0.535156250000 +0.050781250000 +-0.086425781250 +-0.164062500000 +0.162109375000 +0.014953613281 +-0.126953125000 +0.104492187500 +0.102539062500 +-0.158203125000 +-0.069824218750 +0.005798339844 +-0.050537109375 +0.021606445312 +0.090820312500 +0.069335937500 +0.239257812500 +0.018798828125 +0.076171875000 +0.061523437500 +0.059082031250 +-0.029785156250 +0.112792968750 +-0.102539062500 +-0.294921875000 +-0.097656250000 +-0.077148437500 +-0.400390625000 +-0.086914062500 +-0.155273437500 +0.005737304688 +0.011230468750 +0.034179687500 +0.027954101562 +-0.118652343750 +-0.486328125000 +-0.041015625000 +0.041259765625 +0.037353515625 +0.048583984375 +0.120605468750 +0.159179687500 +0.154296875000 +-0.414062500000 +0.050048828125 +0.226562500000 +0.081542968750 +0.107421875000 +0.141601562500 +-0.220703125000 +-0.138671875000 +-0.335937500000 +-0.075195312500 +-0.103515625000 +0.081054687500 +-0.339843750000 +0.202148437500 +-0.275390625000 +-0.112304687500 +0.032714843750 +-0.404296875000 +0.019653320312 +0.083007812500 +-0.191406250000 +-0.484375000000 +0.192382812500 +0.052490234375 +0.076171875000 +0.104003906250 +0.101562500000 +0.109375000000 +0.050292968750 +0.063964843750 +-0.096191406250 +0.105957031250 +-0.012756347656 +-0.054931640625 +0.097167968750 +0.020996093750 +-0.007537841797 +0.227539062500 +0.052978515625 +0.083007812500 +0.003997802734 +0.108886718750 +-0.047363281250 +0.075683593750 +0.010192871094 +-0.488281250000 +-0.292968750000 +-0.011413574219 +-0.494140625000 +-0.081054687500 +-0.017578125000 +-0.046630859375 +-0.024414062500 +0.094726562500 +-0.079589843750 +-0.113769531250 +-0.427734375000 +0.091796875000 +0.041992187500 +-0.027465820312 +0.015380859375 +-0.060058593750 +-0.060058593750 +0.080566406250 +-0.218750000000 +0.114746093750 +0.171875000000 +-0.207031250000 +0.192382812500 +-0.032714843750 +-0.116210937500 +-0.136718750000 +-0.337890625000 +-0.036376953125 +-0.045410156250 +0.140625000000 +-0.066894531250 +0.112304687500 +-0.048339843750 +-0.187500000000 +0.114257812500 +-0.312500000000 +0.175781250000 +-0.084472656250 +-0.097656250000 +-0.439453125000 +-0.075683593750 +0.023071289062 +-0.007324218750 +0.125976562500 +-0.042480468750 +0.066894531250 +0.015869140625 +0.188476562500 +-0.026489257812 +-0.020507812500 +-0.102539062500 +-0.110351562500 +-0.088378906250 +-0.039550781250 +0.045898437500 +0.093261718750 +-0.060791015625 +0.074218750000 +0.018188476562 +0.030395507812 +0.033691406250 +-0.075195312500 +0.129882812500 +-0.269531250000 +-0.667968750000 +-0.028076171875 +-0.105957031250 +-0.004425048828 +-0.061767578125 +-0.273437500000 +-0.040283203125 +0.015747070312 +-0.029663085938 +-0.023803710938 +-0.208984375000 +-0.031738281250 +0.188476562500 +0.071289062500 +-0.070800781250 +-0.042236328125 +-0.065429687500 +0.022460937500 +-0.122070312500 +0.033447265625 +0.084472656250 +-0.127929687500 +0.093750000000 +-0.085449218750 +-0.204101562500 +-0.176757812500 +-0.190429687500 +0.036621093750 +0.076660156250 +0.135742187500 +-0.294921875000 +-0.046875000000 +-0.061035156250 +-0.304687500000 +0.141601562500 +-0.096679687500 +0.132812500000 +-0.186523437500 +-0.261718750000 +-0.146484375000 +0.139648437500 +0.027832031250 +-0.006896972656 +0.021972656250 +0.102539062500 +-0.157226562500 +0.085449218750 +0.150390625000 +0.113769531250 +-0.020019531250 +-0.021240234375 +0.095703125000 +-0.145507812500 +-0.099121093750 +-0.117187500000 +0.104492187500 +-0.142578125000 +0.195312500000 +-0.024047851562 +0.168945312500 +0.017578125000 +0.025146484375 +-0.088867187500 +-0.343750000000 +-1.132812500000 +-0.129882812500 +-0.412109375000 +0.009094238281 +0.227539062500 +-0.476562500000 +0.047851562500 +0.054199218750 +0.102050781250 +0.052246093750 +0.049316406250 +0.077148437500 +-0.017822265625 +-0.144531250000 +-0.022949218750 +-0.003173828125 +-0.089843750000 +0.101074218750 +0.006622314453 +-0.083984375000 +0.097167968750 +-0.024536132812 +0.255859375000 +-0.028930664062 +-0.265625000000 +-0.094726562500 +-0.021118164062 +0.060546875000 +0.043945312500 +0.107421875000 +-0.196289062500 +0.036132812500 +-0.057861328125 +-0.111328125000 +0.074707031250 +-0.047363281250 +0.141601562500 +-0.240234375000 +-0.105468750000 +-0.209960937500 +0.019042968750 +0.104980468750 +0.025024414062 +-0.042480468750 +-0.052734375000 +-0.042480468750 +0.171875000000 +0.128906250000 +0.201171875000 +-0.067871093750 +-0.145507812500 +-0.011413574219 +-0.087402343750 +0.150390625000 +-0.322265625000 +0.068359375000 +-0.322265625000 +-0.151367187500 +0.080566406250 +0.039794921875 +-0.067382812500 +-0.106445312500 +-0.009338378906 +0.198242187500 +-0.125000000000 +-0.184570312500 +0.008117675781 +0.030029296875 +-0.029541015625 +0.029663085938 +-0.294921875000 +-0.133789062500 +0.291015625000 +-0.185546875000 +0.124511718750 +-0.054199218750 +0.131835937500 +0.160156250000 +-0.186523437500 +-0.196289062500 +-0.283203125000 +0.003692626953 +0.060302734375 +-0.083984375000 +0.291015625000 +-0.126953125000 +-0.367187500000 +-0.107421875000 +0.041259765625 +-0.161132812500 +0.205078125000 +-0.121093750000 +0.018066406250 +-0.201171875000 +-0.273437500000 +0.371093750000 +0.251953125000 +0.085937500000 +-0.104980468750 +0.040527343750 +0.076171875000 +-0.121093750000 +-0.146484375000 +-0.105468750000 +-0.120605468750 +-0.065917968750 +0.036621093750 +-0.210937500000 +0.012634277344 +0.104492187500 +-0.216796875000 +0.091796875000 +0.154296875000 +0.137695312500 +0.069824218750 +0.052978515625 +0.000904083252 +0.124023437500 +-0.021972656250 +0.057861328125 +-0.062011718750 +-0.009399414062 +0.057373046875 +-0.392578125000 +0.018920898438 +-0.119140625000 +0.075683593750 +0.075195312500 +0.080078125000 +-0.076171875000 +0.081542968750 +-0.007598876953 +0.076660156250 +0.138671875000 +-0.359375000000 +-0.132812500000 +0.238281250000 +-0.151367187500 +0.237304687500 +-0.039306640625 +0.110351562500 +0.180664062500 +-0.166015625000 +-0.048095703125 +-0.066894531250 +0.071289062500 +0.089355468750 +-0.017578125000 +0.147460937500 +0.011779785156 +-0.248046875000 +0.062988281250 +0.138671875000 +0.007720947266 +0.023193359375 +0.119140625000 +-0.043212890625 +-0.279296875000 +-0.030029296875 +0.279296875000 +0.141601562500 +-0.061035156250 +-0.059570312500 +-0.091308593750 +0.052246093750 +-0.082519531250 +-0.062500000000 +-0.123046875000 +-0.017456054688 +-0.112304687500 +0.097167968750 +-0.382812500000 +0.011108398438 +0.184570312500 +-0.194335937500 +-0.035888671875 +-0.092773437500 +0.009826660156 +-0.113281250000 +0.051757812500 +0.185546875000 +0.153320312500 +-0.069335937500 +0.197265625000 +0.000308990479 +-0.067382812500 +0.209960937500 +-0.330078125000 +0.054443359375 +-0.015075683594 +-0.140625000000 +0.187500000000 +-0.070800781250 +-0.236328125000 +0.019042968750 +-0.079589843750 +0.113769531250 +0.076171875000 +-0.275390625000 +-0.146484375000 +0.117675781250 +-0.146484375000 +0.126953125000 +0.043701171875 +0.167968750000 +-0.104492187500 +-0.208007812500 +0.057861328125 +-0.044677734375 +-0.238281250000 +0.050048828125 +-0.218750000000 +0.199218750000 +0.143554687500 +-0.273437500000 +0.052490234375 +-0.028808593750 +-0.068359375000 +0.077148437500 +0.133789062500 +0.086914062500 +-0.198242187500 +-0.082519531250 +0.275390625000 +0.056640625000 +-0.163085937500 +0.259765625000 +0.042968750000 +0.165039062500 +-0.312500000000 +0.004974365234 +-0.198242187500 +0.018310546875 +-0.155273437500 +0.006072998047 +-0.593750000000 +0.006072998047 +0.169921875000 +-0.130859375000 +-0.267578125000 +-0.036376953125 +-0.177734375000 +0.101562500000 +0.077636718750 +0.078125000000 +0.027709960938 +0.082031250000 +0.136718750000 +-0.169921875000 +0.096679687500 +0.182617187500 +0.020263671875 +0.027709960938 +0.394531250000 +0.036865234375 +-0.253906250000 +-0.048583984375 +-0.163085937500 +-0.345703125000 +-0.161132812500 +0.081542968750 +0.105957031250 +-0.247070312500 +-0.144531250000 +0.236328125000 +0.017944335938 +0.073242187500 +0.016113281250 +0.111328125000 +0.172851562500 +-0.072265625000 +-0.002563476562 +0.133789062500 +-0.102050781250 +0.075195312500 +0.017333984375 +-0.043457031250 +-0.078613281250 +-0.291015625000 +0.085937500000 +0.115234375000 +-0.007049560547 +0.213867187500 +-0.065429687500 +0.170898437500 +-0.259765625000 +0.053466796875 +0.215820312500 +0.156250000000 +-0.067871093750 +0.205078125000 +0.000793457031 +0.129882812500 +-0.123046875000 +-0.024658203125 +0.009155273438 +-0.049072265625 +-0.039550781250 +0.166015625000 +-0.625000000000 +0.026245117188 +-0.037353515625 +-0.178710937500 +-0.224609375000 +0.040039062500 +-0.091796875000 +-0.147460937500 +0.051269531250 +0.141601562500 +0.092285156250 +0.036865234375 +0.127929687500 +-0.119140625000 +-0.008056640625 +0.462890625000 +-0.089355468750 +-0.041259765625 +0.283203125000 +0.115234375000 +-0.157226562500 +-0.036132812500 +-0.124511718750 +-0.593750000000 +-0.042724609375 +0.071289062500 +0.038818359375 +-0.259765625000 +-0.105957031250 +0.233398437500 +-0.084472656250 +0.119628906250 +0.054931640625 +0.034667968750 +0.218750000000 +0.024902343750 +-0.281250000000 +0.138671875000 +-0.054931640625 +-0.023315429688 +0.060546875000 +0.002395629883 +-0.095214843750 +-0.062255859375 +-0.273437500000 +-0.069824218750 +0.168945312500 +0.159179687500 +0.135742187500 +0.181640625000 +-0.125000000000 +0.084960937500 +0.144531250000 +0.166015625000 +0.090332031250 +0.187500000000 +-0.014587402344 +-0.037109375000 +-0.208984375000 +-0.182617187500 +-0.046875000000 +-0.015991210938 +-0.065429687500 +0.055175781250 +-0.394531250000 +0.079101562500 +-0.363281250000 +-0.224609375000 +-0.020019531250 +-0.110351562500 +-0.100585937500 +-0.164062500000 +0.006072998047 +0.050292968750 +0.078125000000 +-0.122558593750 +0.041503906250 +-0.090820312500 +-0.136718750000 +0.023559570312 +-0.138671875000 +-0.136718750000 +0.052978515625 +-0.019897460938 +0.035888671875 +-0.067382812500 +-0.094726562500 +-0.213867187500 +-0.077636718750 +0.215820312500 +0.075195312500 +-0.179687500000 +-0.053466796875 +0.231445312500 +-0.124023437500 +0.128906250000 +-0.076660156250 +0.019775390625 +0.017944335938 +-0.179687500000 +-0.247070312500 +0.006164550781 +-0.235351562500 +-0.239257812500 +0.189453125000 +0.029296875000 +0.126953125000 +-0.306640625000 +-0.151367187500 +0.132812500000 +0.121582031250 +0.146484375000 +0.106933593750 +-0.003417968750 +0.263671875000 +-0.092773437500 +-0.012878417969 +0.248046875000 +-0.216796875000 +-0.154296875000 +0.000360488892 +-0.035888671875 +-0.289062500000 +-0.263671875000 +-0.057617187500 +-0.152343750000 +0.087890625000 +0.060302734375 +-0.114746093750 +0.139648437500 +-0.435546875000 +-0.111816406250 +-0.059082031250 +0.062988281250 +-0.011901855469 +-0.017333984375 +0.118652343750 +0.057128906250 +-0.104980468750 +-0.152343750000 +-0.036376953125 +-0.118164062500 +0.011779785156 +0.153320312500 +-0.140625000000 +-0.011535644531 +-0.113769531250 +-0.039062500000 +0.148437500000 +-0.229492187500 +-0.117187500000 +-0.042236328125 +0.015991210938 +0.169921875000 +0.034667968750 +-0.394531250000 +0.018554687500 +0.229492187500 +-0.043701171875 +0.109863281250 +-0.026733398438 +-0.039306640625 +-0.066406250000 +-0.112792968750 +-0.139648437500 +-0.122070312500 +-0.097656250000 +-0.067871093750 +0.063964843750 +0.054931640625 +0.030395507812 +-0.203125000000 +-0.192382812500 +0.192382812500 +0.028442382812 +0.172851562500 +0.063476562500 +-0.183593750000 +0.108398437500 +-0.236328125000 +0.178710937500 +0.075683593750 +-0.103515625000 +-0.003540039062 +0.065917968750 +-0.161132812500 +-0.128906250000 +-0.232421875000 +0.081542968750 +-0.067382812500 +-0.019287109375 +0.106445312500 +-0.216796875000 +0.113769531250 +-0.414062500000 +-0.328125000000 +0.058349609375 +0.016479492188 +-0.000276565552 +-0.026733398438 +0.118652343750 +-0.104003906250 +0.029907226562 +0.002136230469 +-0.281250000000 +-0.189453125000 +0.090820312500 +0.247070312500 +-0.361328125000 +-0.060791015625 +0.207031250000 +0.143554687500 +-0.071289062500 +-0.247070312500 +-0.035156250000 +0.054931640625 +-0.014465332031 +0.238281250000 +-0.257812500000 +-0.339843750000 +-0.047851562500 +0.000164985657 +0.088378906250 +-0.018432617188 +-0.267578125000 +0.153320312500 +-0.081054687500 +-0.150390625000 +-0.067871093750 +0.003784179688 +-0.234375000000 +0.016113281250 +0.081542968750 +-0.001228332520 +0.009033203125 +0.059326171875 +0.073242187500 +-0.429687500000 +-0.108886718750 +0.072753906250 +-0.410156250000 +0.077636718750 +0.246093750000 +0.221679687500 +0.056152343750 +-0.099609375000 +0.195312500000 +-0.135742187500 +-0.061523437500 +0.086914062500 +0.058349609375 +-0.045898437500 +0.083496093750 +-0.007293701172 +0.124023437500 +-0.062011718750 +0.029663085938 +-0.161132812500 +-0.048828125000 +0.136718750000 +-0.014648437500 +-0.123535156250 +0.005706787109 +-0.037109375000 +-0.046386718750 +-0.140625000000 +0.005004882812 +0.065917968750 +-0.205078125000 +-0.068847656250 +-0.223632812500 +0.184570312500 +-0.188476562500 +-0.123535156250 +-0.044189453125 +0.070312500000 +-0.048583984375 +0.091308593750 +0.021362304688 +0.199218750000 +0.019287109375 +0.283203125000 +0.026489257812 +-0.236328125000 +0.032470703125 +0.057373046875 +-0.111328125000 +-0.027709960938 +-0.435546875000 +0.127929687500 +-0.048583984375 +-0.108398437500 +0.007019042969 +0.094238281250 +0.092773437500 +-0.183593750000 +0.116699218750 +0.026000976562 +0.066894531250 +0.101562500000 +-0.065429687500 +-0.427734375000 +-0.203125000000 +-0.464843750000 +-0.351562500000 +0.103515625000 +0.161132812500 +0.139648437500 +-0.228515625000 +-0.089355468750 +0.064941406250 +-0.135742187500 +-0.166992187500 +0.083496093750 +0.158203125000 +-0.027587890625 +0.310546875000 +-0.024658203125 +0.063476562500 +-0.130859375000 +-0.157226562500 +-0.218750000000 +-0.034912109375 +0.170898437500 +0.017089843750 +0.039794921875 +-0.136718750000 +-0.105957031250 +-0.033203125000 +0.076660156250 +0.203125000000 +0.122070312500 +-0.068847656250 +-0.036376953125 +-0.045654296875 +0.273437500000 +0.082031250000 +0.125976562500 +-0.072265625000 +0.100585937500 +0.022583007812 +0.097656250000 +0.067871093750 +0.040039062500 +-0.072753906250 +0.200195312500 +0.001106262207 +-0.232421875000 +0.326171875000 +0.044677734375 +0.023925781250 +0.013854980469 +-0.289062500000 +0.007232666016 +-0.114257812500 +0.016967773438 +-0.018554687500 +0.063964843750 +0.049804687500 +0.076171875000 +0.120605468750 +0.046630859375 +-0.029785156250 +0.088867187500 +-0.019775390625 +-0.337890625000 +-0.164062500000 +0.155273437500 +-0.269531250000 +-0.051269531250 +0.291015625000 +0.173828125000 +-0.063476562500 +-0.007934570312 +-0.036621093750 +-0.144531250000 +-0.034667968750 +0.170898437500 +-0.150390625000 +-0.156250000000 +-0.243164062500 +-0.046142578125 +-0.049316406250 +0.104492187500 +-0.075195312500 +-0.090820312500 +-0.100097656250 +0.072753906250 +0.095703125000 +-0.245117187500 +0.075683593750 +0.242187500000 +-0.253906250000 +0.109863281250 +-0.008911132812 +0.013305664062 +0.057617187500 +0.077148437500 +0.111816406250 +0.102539062500 +0.098144531250 +-0.081542968750 +-0.054687500000 +0.228515625000 +0.018310546875 +0.125000000000 +-0.029296875000 +0.231445312500 +0.061035156250 +0.152343750000 +-0.129882812500 +-0.253906250000 +-0.140625000000 +0.015991210938 +-0.011840820312 +0.067871093750 +-0.271484375000 +0.086914062500 +-0.083496093750 +0.167968750000 +-0.041015625000 +0.242187500000 +0.049316406250 +0.345703125000 +0.077636718750 +-0.021728515625 +-0.482421875000 +0.007781982422 +0.207031250000 +-0.421875000000 +-0.119140625000 +0.785156250000 +-0.197265625000 +0.014465332031 +-0.181640625000 +0.044433593750 +0.091796875000 +0.106445312500 +0.034423828125 +-0.033691406250 +-0.088867187500 +0.145507812500 +0.006805419922 +0.000610351562 +-0.016967773438 +-0.059326171875 +-0.115234375000 +0.085937500000 +0.061767578125 +0.149414062500 +0.031738281250 +0.165039062500 +0.118164062500 +-0.011779785156 +0.022949218750 +-0.000755310059 +-0.038330078125 +-0.137695312500 +0.235351562500 +0.140625000000 +-0.039306640625 +0.049804687500 +0.235351562500 +0.060791015625 +0.066406250000 +0.031250000000 +0.047851562500 +0.238281250000 +-0.090332031250 +0.108398437500 +-0.300781250000 +0.376953125000 +0.053466796875 +0.067871093750 +-0.417968750000 +-0.224609375000 +0.056152343750 +-0.050781250000 +-0.138671875000 +-0.005432128906 +0.173828125000 +-0.019287109375 +-0.269531250000 +0.100097656250 +0.031738281250 +0.125976562500 +-0.064941406250 +0.194335937500 +0.109863281250 +0.014343261719 +-0.174804687500 +-0.081054687500 +0.050537109375 +-0.431640625000 +-0.023925781250 +0.523437500000 +-0.122558593750 +0.004394531250 +-0.203125000000 +0.004241943359 +0.060546875000 +0.141601562500 +0.000175476074 +-0.006439208984 +-0.065917968750 +0.044189453125 +0.005004882812 +-0.134765625000 +-0.036132812500 +0.015869140625 +-0.144531250000 +0.092773437500 +-0.043701171875 +-0.182617187500 +0.031738281250 +0.077148437500 +-0.052490234375 +-0.044921875000 +0.178710937500 +0.202148437500 +-0.002807617188 +-0.053955078125 +0.125000000000 +-0.085449218750 +-0.249023437500 +-0.015502929688 +0.105468750000 +0.086914062500 +-0.003692626953 +-0.121093750000 +0.062255859375 +0.149414062500 +0.078125000000 +0.008544921875 +-0.023071289062 +0.007781982422 +0.111328125000 +-0.094726562500 +-0.095703125000 +-0.474609375000 +-0.055908203125 +0.064941406250 +-0.259765625000 +-0.042968750000 +0.072753906250 +0.052978515625 +-0.138671875000 +0.069335937500 +0.036621093750 +0.073730468750 +0.082519531250 +0.076660156250 +-0.103515625000 +-0.044921875000 +0.013305664062 +0.155273437500 +-0.109863281250 +-0.523437500000 +-0.183593750000 +0.515625000000 +-0.047119140625 +0.030517578125 +-0.287109375000 +-0.060791015625 +-0.223632812500 +0.049804687500 +0.154296875000 +-0.176757812500 +-0.005645751953 +0.070800781250 +-0.192382812500 +0.143554687500 +-0.019287109375 +-0.032226562500 +-0.101562500000 +-0.189453125000 +0.064941406250 +-0.004486083984 +0.114257812500 +-0.191406250000 +0.165039062500 +-0.092285156250 +-0.081542968750 +0.060546875000 +-0.040527343750 +0.037597656250 +-0.118164062500 +0.027221679688 +-0.157226562500 +-0.081542968750 +0.097656250000 +0.106933593750 +0.026123046875 +0.093750000000 +-0.137695312500 +0.140625000000 +0.117187500000 +0.002212524414 +-0.028442382812 +0.292968750000 +0.034667968750 +0.116699218750 +0.095703125000 +-0.625000000000 +-0.051269531250 +0.076660156250 +-0.265625000000 +0.058837890625 +-0.004364013672 +0.041748046875 +-0.027832031250 +-0.004974365234 +0.015441894531 +0.085937500000 +-0.195312500000 +-0.167968750000 +0.066406250000 +-0.043212890625 +-0.071777343750 +0.197265625000 +-0.279296875000 +-0.593750000000 +-0.144531250000 +-0.253906250000 +-0.055175781250 +0.124023437500 +-0.388671875000 +0.043212890625 +-0.429687500000 +0.065917968750 +0.094238281250 +-0.171875000000 +-0.020141601562 +-0.047363281250 +-0.081054687500 +-0.010864257812 +0.065429687500 +-0.015869140625 +-0.080078125000 +-0.080566406250 +-0.123535156250 +0.071289062500 +0.106445312500 +-0.011169433594 +-0.052001953125 +-0.028198242188 +-0.016357421875 +0.006927490234 +-0.143554687500 +0.016601562500 +-0.155273437500 +0.004760742188 +-0.206054687500 +-0.012695312500 +0.040527343750 +0.076171875000 +0.096191406250 +0.353515625000 +-0.042236328125 +-0.053466796875 +-0.187500000000 +0.173828125000 +-0.091796875000 +0.018066406250 +0.167968750000 +-0.003799438477 +-0.048095703125 +-0.026855468750 +0.079101562500 +0.007476806641 +-0.246093750000 +-0.069335937500 +-0.128906250000 +-0.014770507812 +-0.012390136719 +0.375000000000 +0.039550781250 +-0.111816406250 +-0.142578125000 +-0.061035156250 +-0.343750000000 +-0.275390625000 +0.009887695312 +0.207031250000 +-0.223632812500 +0.186523437500 +-0.157226562500 +-0.023193359375 +0.060791015625 +-0.233398437500 +-0.009460449219 +0.112304687500 +-0.228515625000 +0.078125000000 +-0.386718750000 +0.102539062500 +-0.128906250000 +-0.011230468750 +-0.156250000000 +-0.095214843750 +0.095214843750 +-0.066894531250 +0.109863281250 +0.009277343750 +0.189453125000 +-0.609375000000 +-0.201171875000 +0.096191406250 +-0.141601562500 +-0.143554687500 +-0.033935546875 +0.172851562500 +-0.006408691406 +-0.003067016602 +-0.066894531250 +-0.043457031250 +-0.161132812500 +0.066406250000 +0.095703125000 +-0.055175781250 +0.169921875000 +0.255859375000 +-0.041503906250 +-0.130859375000 +-0.052001953125 +0.239257812500 +0.009094238281 +0.138671875000 +0.035400390625 +0.060546875000 +-0.061523437500 +-0.014160156250 +0.067382812500 +0.155273437500 +-0.302734375000 +0.040283203125 +-0.200195312500 +0.037109375000 +-0.183593750000 +0.371093750000 +0.009521484375 +-0.012451171875 +0.021850585938 +-0.044677734375 +-0.180664062500 +-0.160156250000 +0.052490234375 +0.308593750000 +-0.041259765625 +-0.012878417969 +-0.124511718750 +0.140625000000 +-0.014587402344 +-0.139648437500 +0.132812500000 +0.170898437500 +-0.024414062500 +0.072753906250 +-0.443359375000 +0.142578125000 +-0.257812500000 +-0.007812500000 +0.010803222656 +-0.179687500000 +0.084472656250 +0.181640625000 +0.220703125000 +0.071777343750 +-0.008239746094 +-0.531250000000 +-0.083984375000 +0.004089355469 +-0.076660156250 +-0.068359375000 +-0.138671875000 +-0.028686523438 +-0.058105468750 +-0.034667968750 +0.039306640625 +0.069824218750 +-0.324218750000 +0.103027343750 +0.000705718994 +-0.025756835938 +-0.109375000000 +0.380859375000 +0.010864257812 +0.110839843750 +0.052490234375 +0.074707031250 +-0.000648498535 +0.178710937500 +0.104980468750 +0.091308593750 +-0.025512695312 +-0.120605468750 +0.120117187500 +0.037597656250 +-0.069824218750 +-0.104003906250 +-0.151367187500 +0.056640625000 +-0.193359375000 +0.332031250000 +-0.333984375000 +0.048339843750 +-0.115234375000 +-0.186523437500 +-0.103515625000 +-0.085937500000 +-0.068359375000 +0.333984375000 +-0.061279296875 +0.020019531250 +-0.081054687500 +-0.022705078125 +-0.058349609375 +-0.110351562500 +-0.141601562500 +0.026733398438 +0.056640625000 +0.049804687500 +-0.304687500000 +0.110839843750 +-0.218750000000 +-0.038085937500 +-0.033447265625 +0.019287109375 +0.184570312500 +-0.088378906250 +0.148437500000 +0.093261718750 +0.084472656250 +-0.515625000000 +-0.015991210938 +-0.043457031250 +0.130859375000 +0.036621093750 +-0.068359375000 +0.139648437500 +-0.002975463867 +0.068847656250 +-0.114746093750 +0.067871093750 +-0.371093750000 +0.088378906250 +0.037597656250 +-0.002761840820 +0.074707031250 +0.153320312500 +0.168945312500 +-0.002639770508 +-0.287109375000 +0.240234375000 +0.052246093750 +0.023681640625 +0.135742187500 +0.376953125000 +0.020141601562 +-0.028198242188 +0.146484375000 +0.141601562500 +0.010498046875 +-0.263671875000 +0.064941406250 +0.006927490234 +-0.016601562500 +0.417968750000 +-0.417968750000 +-0.103027343750 +-0.207031250000 +-0.180664062500 +-0.186523437500 +0.039306640625 +-0.102539062500 +0.228515625000 +-0.158203125000 +-0.003692626953 +0.079589843750 +-0.314453125000 +0.097167968750 +-0.094726562500 +0.245117187500 +0.149414062500 +0.140625000000 +0.036376953125 +-0.187500000000 +0.111816406250 +-0.006988525391 +0.006347656250 +0.070800781250 +0.039550781250 +-0.004333496094 +-0.170898437500 +0.026000976562 +0.049316406250 +0.083007812500 +-0.292968750000 +0.026489257812 +0.213867187500 +-0.010803222656 +-0.025390625000 +-0.175781250000 +-0.106445312500 +-0.006652832031 +0.246093750000 +-0.072265625000 +-0.035400390625 +-0.283203125000 +-0.081054687500 +-0.062011718750 +-0.046142578125 +0.048828125000 +0.451171875000 +0.068359375000 +-0.020385742188 +-0.138671875000 +0.151367187500 +0.119140625000 +-0.058593750000 +0.060302734375 +0.244140625000 +-0.085449218750 +-0.040771484375 +0.148437500000 +-0.033447265625 +0.028564453125 +-0.210937500000 +0.143554687500 +0.189453125000 +-0.308593750000 +0.326171875000 +-0.181640625000 +0.038085937500 +-0.132812500000 +-0.122558593750 +0.009826660156 +0.018554687500 +-0.318359375000 +0.271484375000 +-0.166015625000 +0.075195312500 +0.033203125000 +-0.166015625000 +0.105957031250 +-0.106445312500 +-0.074218750000 +0.122070312500 +0.007324218750 +0.013793945312 +0.060058593750 +0.036376953125 +-0.038085937500 +-0.022460937500 +-0.060302734375 +0.008422851562 +-0.015075683594 +-0.106445312500 +-0.040771484375 +-0.027343750000 +0.038330078125 +-0.322265625000 +0.175781250000 +0.101074218750 +0.203125000000 +-0.125976562500 +-0.180664062500 +0.041259765625 +-0.032226562500 +0.021240234375 +0.112792968750 +0.074218750000 +-0.210937500000 +0.137695312500 +-0.154296875000 +-0.077636718750 +0.015258789062 +0.247070312500 +-0.059814453125 +0.075683593750 +-0.396484375000 +-0.029052734375 +-0.069335937500 +-0.158203125000 +0.092773437500 +0.251953125000 +0.138671875000 +-0.162109375000 +0.018798828125 +-0.060302734375 +-0.009155273438 +-0.150390625000 +0.218750000000 +0.156250000000 +-0.251953125000 +0.398437500000 +-0.128906250000 +-0.117187500000 +-0.088378906250 +-0.138671875000 +-0.026367187500 +0.068847656250 +-0.208007812500 +0.156250000000 +-0.132812500000 +-0.013793945312 +0.004211425781 +0.001907348633 +0.154296875000 +0.134765625000 +-0.008789062500 +0.098144531250 +-0.070800781250 +0.109863281250 +0.053710937500 +-0.180664062500 +0.024780273438 +0.193359375000 +-0.038085937500 +-0.056884765625 +0.038330078125 +-0.030517578125 +0.031494140625 +0.016845703125 +-0.043212890625 +-0.445312500000 +-0.038818359375 +0.048828125000 +-0.060546875000 +-0.042480468750 +-0.020629882812 +-0.098144531250 +-0.009582519531 +0.172851562500 +-0.032470703125 +0.134765625000 +-0.250000000000 +0.050537109375 +-0.056396484375 +0.089843750000 +0.056884765625 +0.148437500000 +-0.025634765625 +0.022094726562 +-0.285156250000 +0.023925781250 +0.137695312500 +-0.045166015625 +0.188476562500 +0.208007812500 +0.003097534180 +-0.098632812500 +0.009704589844 +-0.000637054443 +-0.080078125000 +-0.008789062500 +-0.014282226562 +0.142578125000 +-0.332031250000 +0.427734375000 +0.017944335938 +-0.003036499023 +-0.049560546875 +-0.130859375000 +-0.056396484375 +0.144531250000 +-0.396484375000 +0.330078125000 +-0.253906250000 +0.057617187500 +-0.159179687500 +-0.163085937500 +0.081542968750 +0.030639648438 +0.118164062500 +0.041015625000 +-0.003005981445 +0.154296875000 +-0.099609375000 +-0.064453125000 +-0.055419921875 +0.181640625000 +-0.112792968750 +-0.010620117188 +0.162109375000 +-0.200195312500 +0.033691406250 +0.028808593750 +-0.031738281250 +-0.223632812500 +-0.155273437500 +0.029663085938 +0.093261718750 +0.161132812500 +0.226562500000 +-0.142578125000 +-0.001838684082 +-0.004058837891 +0.294921875000 +-0.002655029297 +0.050048828125 +0.222656250000 +-0.013854980469 +0.058837890625 +0.281250000000 +-0.066894531250 +0.109375000000 +0.020874023438 +0.024902343750 +-0.057373046875 +-0.095214843750 +0.030273437500 +-0.337890625000 +0.005889892578 +-0.151367187500 +-0.232421875000 +-0.163085937500 +0.101562500000 +-0.105957031250 +-0.013671875000 +0.058105468750 +-0.128906250000 +-0.010131835938 +-0.062500000000 +0.071289062500 +-0.020751953125 +0.168945312500 +0.015869140625 +-0.008361816406 +-0.028930664062 +0.031982421875 +-0.039062500000 +0.032226562500 +0.125000000000 +0.109863281250 +-0.234375000000 +-0.025756835938 +0.160156250000 +-0.012939453125 +0.061035156250 +-0.013305664062 +-0.225585937500 +0.050537109375 +-0.041259765625 +0.106445312500 +0.100097656250 +-0.094238281250 +0.041992187500 +-0.029052734375 +0.084472656250 +-0.081542968750 +-0.109375000000 +-0.038818359375 +0.114257812500 +-0.196289062500 +0.226562500000 +0.130859375000 +0.035400390625 +-0.114746093750 +-0.015869140625 +0.008605957031 +0.119140625000 +-0.080078125000 +-0.144531250000 +-0.060302734375 +-0.038818359375 +-0.142578125000 +0.134765625000 +0.078125000000 +-0.140625000000 +-0.034912109375 +-0.132812500000 +0.123535156250 +-0.343750000000 +0.025390625000 +-0.355468750000 +-0.107910156250 +-0.093261718750 +-0.121093750000 +-0.369140625000 +-0.016479492188 +-0.125976562500 +-0.011230468750 +-0.055419921875 +0.043457031250 +-0.133789062500 +0.032226562500 +-0.098144531250 +0.121582031250 +0.053466796875 +0.110839843750 +0.113769531250 +0.226562500000 +0.094238281250 +0.041503906250 +-0.145507812500 +-0.109375000000 +-0.002365112305 +-0.150390625000 +-0.215820312500 +-0.195312500000 +-0.021484375000 +-0.125976562500 +0.137695312500 +-0.067871093750 +-0.027709960938 +0.002243041992 +0.040527343750 +0.081054687500 +-0.053466796875 +0.044921875000 +-0.028686523438 +0.087890625000 +-0.012329101562 +0.040283203125 +-0.180664062500 +-0.023437500000 +-0.141601562500 +-0.016357421875 +0.026733398438 +-0.049804687500 +-0.055664062500 +0.388671875000 +-0.132812500000 +0.079589843750 +0.117675781250 +0.029052734375 +-0.022949218750 +-0.081054687500 +-0.065917968750 +0.217773437500 +0.188476562500 +0.008544921875 +-0.119628906250 +0.092773437500 +-0.065429687500 +0.216796875000 +-0.183593750000 +0.111816406250 +-0.163085937500 +-0.018676757812 +0.066894531250 +-0.207031250000 +-0.071289062500 +-0.185546875000 +-0.042236328125 +-0.062988281250 +0.064941406250 +0.046875000000 +-0.300781250000 +-0.012939453125 +-0.079101562500 +0.157226562500 +-0.056640625000 +0.239257812500 +0.141601562500 +0.148437500000 +0.163085937500 +0.043945312500 +-0.134765625000 +-0.159179687500 +0.092285156250 +-0.010070800781 +-0.138671875000 +-0.136718750000 +-0.392578125000 +-0.065917968750 +0.135742187500 +-0.251953125000 +0.019653320312 +-0.042968750000 +-0.008544921875 +0.115234375000 +0.142578125000 +-0.052246093750 +-0.104003906250 +0.163085937500 +0.084472656250 +0.031982421875 +-0.283203125000 +0.019653320312 +-0.063476562500 +0.046630859375 +0.180664062500 +0.072265625000 +0.073242187500 +0.232421875000 +0.112304687500 +0.121582031250 +-0.000663757324 +-0.181640625000 +-0.103515625000 +0.033203125000 +0.021850585938 +-0.073242187500 +0.159179687500 +0.000211715698 +0.168945312500 +0.046630859375 +-0.053710937500 +0.112792968750 +-0.167968750000 +-0.029785156250 +0.400390625000 +-0.086914062500 +0.009521484375 +-0.332031250000 +-0.061035156250 +0.081054687500 +-0.063476562500 +-0.073730468750 +0.077148437500 +-0.076660156250 +-0.200195312500 +-0.022827148438 +-0.013000488281 +0.133789062500 +0.118652343750 +-0.001022338867 +0.146484375000 +0.225585937500 +0.067382812500 +0.079101562500 +0.123535156250 +-0.167968750000 +0.079101562500 +-0.069335937500 +0.097656250000 +-0.028564453125 +-0.285156250000 +0.128906250000 +0.032226562500 +-0.127929687500 +-0.104492187500 +0.099121093750 +0.001121520996 +0.130859375000 +0.063964843750 +0.075195312500 +-0.049804687500 +0.067871093750 +0.158203125000 +0.045166015625 +-0.219726562500 +0.027343750000 +0.056884765625 +0.177734375000 +0.070800781250 +0.035156250000 +0.050048828125 +0.057373046875 +-0.388671875000 +0.126953125000 +0.185546875000 +-0.009277343750 +0.045410156250 +-0.253906250000 +-0.180664062500 +0.051757812500 +0.238281250000 +-0.047607421875 +0.049316406250 +0.062255859375 +0.145507812500 +0.007324218750 +-0.086914062500 +0.038574218750 +0.232421875000 +-0.113769531250 +-0.068847656250 +-0.388671875000 +0.040527343750 +0.051025390625 +-0.121093750000 +-0.005310058594 +0.046142578125 +-0.081542968750 +-0.189453125000 +-0.044433593750 +0.103027343750 +-0.008728027344 +-0.025146484375 +-0.094238281250 +0.200195312500 +0.004394531250 +0.045410156250 +0.017333984375 +0.117187500000 +-0.104492187500 +0.023803710938 +0.005889892578 +-0.082031250000 +-0.001937866211 +-0.109375000000 +0.063476562500 +0.130859375000 +-0.462890625000 +0.023925781250 +-0.043212890625 +-0.050048828125 +-0.021850585938 +0.090332031250 +-0.020996093750 +-0.100097656250 +0.202148437500 +0.043945312500 +0.034423828125 +-0.277343750000 +-0.021972656250 +0.056884765625 +0.187500000000 +0.291015625000 +0.001968383789 +-0.094726562500 +0.024780273438 +-0.412109375000 +0.031005859375 +0.283203125000 +0.118652343750 +0.068359375000 +-0.285156250000 +-0.013061523438 +-0.001998901367 +-0.078613281250 +0.142578125000 +0.300781250000 +0.102539062500 +-0.075195312500 +-0.003265380859 +-0.128906250000 +-0.048583984375 +0.253906250000 +-0.211914062500 +-0.002029418945 +-0.306640625000 +-0.057617187500 +0.219726562500 +-0.018310546875 +0.116210937500 +0.041015625000 +0.002227783203 +-0.184570312500 +0.128906250000 +-0.075683593750 +0.107910156250 +0.018432617188 +-0.090820312500 +0.107421875000 +0.001983642578 +-0.006378173828 +0.148437500000 +-0.074707031250 +0.004577636719 +0.026245117188 +-0.008850097656 +-0.148437500000 +-0.046386718750 +-0.126953125000 +0.045654296875 +0.126953125000 +-0.328125000000 +-0.094238281250 +-0.051025390625 +-0.043457031250 +0.097656250000 +0.112792968750 +0.131835937500 +0.083007812500 +-0.041748046875 +0.150390625000 +0.016723632812 +0.031494140625 +-0.074218750000 +0.053466796875 +0.171875000000 +0.265625000000 +-0.109375000000 +-0.130859375000 +0.169921875000 +-0.539062500000 +0.121093750000 +-0.243164062500 +-0.257812500000 +0.094238281250 +-0.106933593750 +0.100097656250 +0.118652343750 +-0.065429687500 +0.158203125000 +0.144531250000 +-0.159179687500 +0.075195312500 +0.073242187500 +0.082031250000 +0.015441894531 +-0.142578125000 +-0.174804687500 +-0.021118164062 +-0.062011718750 +0.044433593750 +-0.121093750000 +-0.058593750000 +0.007293701172 +-0.145507812500 +-0.062255859375 +0.038818359375 +-0.190429687500 +-0.022216796875 +0.036621093750 +0.066894531250 +0.106445312500 +0.144531250000 +0.002822875977 +0.037841796875 +-0.094726562500 +-0.178710937500 +-0.091796875000 +-0.208984375000 +0.198242187500 +-0.357421875000 +-0.048583984375 +0.101562500000 +-0.445312500000 +0.080566406250 +-0.199218750000 +0.000276565552 +-0.029907226562 +-0.016479492188 +0.007934570312 +0.020874023438 +0.022216796875 +0.154296875000 +0.076171875000 +0.171875000000 +0.041015625000 +0.023071289062 +-0.174804687500 +0.069824218750 +-0.098632812500 +0.090332031250 +-0.021850585938 +0.005035400391 +0.054931640625 +0.108398437500 +-0.170898437500 +0.138671875000 +-0.220703125000 +-0.216796875000 +-0.007568359375 +-0.000839233398 +-0.141601562500 +-0.054931640625 +0.100097656250 +-0.084960937500 +0.002227783203 +-0.152343750000 +0.102539062500 +0.189453125000 +0.041259765625 +0.227539062500 +0.024658203125 +-0.023559570312 +-0.003082275391 +0.107910156250 +-0.145507812500 +0.128906250000 +0.031250000000 +-0.134765625000 +0.114746093750 +0.289062500000 +-0.013000488281 +0.052001953125 +-0.068847656250 +0.546875000000 +0.223632812500 +-0.038330078125 +-0.007232666016 +-0.026367187500 +-0.098144531250 +0.004852294922 +-0.281250000000 +-0.003738403320 +-0.554687500000 +-0.219726562500 +0.035400390625 +-0.188476562500 +0.033447265625 +-0.121582031250 +-0.066406250000 +-0.084472656250 +-0.376953125000 +0.062988281250 +-0.120605468750 +0.013732910156 +-0.048339843750 +0.000862121582 +-0.091796875000 +0.153320312500 +0.008544921875 +0.191406250000 +-0.275390625000 +-0.152343750000 +-0.339843750000 +0.026611328125 +-0.088867187500 +0.072753906250 +-0.005889892578 +0.071289062500 +-0.263671875000 +-0.012207031250 +0.021850585938 +-0.184570312500 +0.020263671875 +-0.022949218750 +-0.063964843750 +0.015869140625 +-0.007781982422 +-0.061767578125 +-0.011962890625 +-0.070800781250 +0.179687500000 +0.034667968750 +0.121582031250 +0.091308593750 +0.163085937500 +0.061035156250 +0.066406250000 +-0.188476562500 +-0.251953125000 +-0.072265625000 +-0.087890625000 +0.231445312500 +0.067382812500 +0.157226562500 +0.019287109375 +-0.081542968750 +-0.011779785156 +-0.027954101562 +0.045898437500 +-0.130859375000 +0.111816406250 +-0.051513671875 +-0.226562500000 +-0.003021240234 +-0.188476562500 +0.090820312500 +-0.382812500000 +-0.060546875000 +-0.009704589844 +-0.039794921875 +0.154296875000 +-0.108398437500 +-0.033935546875 +0.193359375000 +-0.061523437500 +0.024047851562 +0.039306640625 +0.241210937500 +0.002777099609 +-0.071289062500 +-0.226562500000 +-0.086914062500 +0.109863281250 +0.040771484375 +0.024291992188 +-0.198242187500 +-0.185546875000 +-0.067871093750 +-0.043212890625 +0.054199218750 +-0.030517578125 +0.136718750000 +-0.302734375000 +0.104003906250 +0.100585937500 +-0.078125000000 +0.101562500000 +-0.030151367188 +-0.044677734375 +0.177734375000 +-0.151367187500 +-0.029418945312 +0.136718750000 +-0.202148437500 +0.078125000000 +0.086425781250 +0.273437500000 +0.177734375000 +0.257812500000 +-0.067871093750 +-0.122558593750 +0.055664062500 +-0.197265625000 +-0.261718750000 +0.067382812500 +0.180664062500 +0.222656250000 +0.220703125000 +-0.092285156250 +0.021484375000 +0.095703125000 +0.400390625000 +0.041503906250 +-0.165039062500 +0.095703125000 +-0.077148437500 +-0.113769531250 +0.144531250000 +-0.177734375000 +0.081542968750 +-0.369140625000 +-0.004272460938 +0.092773437500 +-0.064453125000 +0.046386718750 +0.012878417969 +-0.029541015625 +-0.060791015625 +-0.153320312500 +0.027709960938 +0.063476562500 +0.062011718750 +-0.017456054688 +0.044677734375 +-0.074707031250 +-0.016479492188 +0.067382812500 +-0.206054687500 +-0.049804687500 +-0.019897460938 +-0.208984375000 +0.041015625000 +-0.216796875000 +0.084960937500 +-0.124511718750 +0.052001953125 +-0.193359375000 +0.044433593750 +-0.112304687500 +-0.074707031250 +0.102539062500 +-0.013549804688 +0.078125000000 +-0.302734375000 +0.160156250000 +-0.006286621094 +-0.094726562500 +0.001480102539 +-0.137695312500 +-0.238281250000 +0.259765625000 +0.065429687500 +0.071289062500 +-0.221679687500 +-0.003265380859 +0.034912109375 +-0.166992187500 +-0.009643554688 +-0.211914062500 +0.183593750000 +0.176757812500 +0.320312500000 +-0.235351562500 +-0.106445312500 +0.057128906250 +0.058105468750 +0.063964843750 +-0.018432617188 +-0.094726562500 +0.118652343750 +-0.267578125000 +-0.088378906250 +0.030029296875 +0.144531250000 +-0.031250000000 +-0.061279296875 +0.068847656250 +-0.151367187500 +0.041503906250 +-0.084472656250 +-0.199218750000 +0.016845703125 +0.192382812500 +-0.220703125000 +-0.092773437500 +0.056640625000 +-0.086914062500 +-0.047607421875 +-0.236328125000 +0.111816406250 +0.045166015625 +0.014343261719 +-0.077636718750 +0.069335937500 +-0.119628906250 +0.001777648926 +-0.211914062500 +0.123046875000 +-0.048095703125 +0.124511718750 +-0.124023437500 +-0.048828125000 +-0.120605468750 +-0.162109375000 +-0.053955078125 +-0.025146484375 +-0.044921875000 +-0.480468750000 +0.128906250000 +0.010009765625 +0.174804687500 +-0.068847656250 +-0.255859375000 +-0.159179687500 +0.198242187500 +-0.011657714844 +0.123046875000 +0.466796875000 +0.012268066406 +0.180664062500 +-0.289062500000 +0.084960937500 +-0.043701171875 +0.026855468750 +0.113769531250 +0.351562500000 +-0.404296875000 +0.131835937500 +0.035156250000 +0.283203125000 +0.072265625000 +-0.130859375000 +-0.135742187500 +-0.090332031250 +-0.187500000000 +-0.015991210938 +0.086425781250 +0.004608154297 +-0.128906250000 +0.083496093750 +0.138671875000 +0.051513671875 +-0.416015625000 +0.015869140625 +0.182617187500 +-0.022460937500 +0.044433593750 +-0.005554199219 +0.195312500000 +0.022216796875 +0.034179687500 +-0.098144531250 +-0.018798828125 +0.009033203125 +0.002197265625 +-0.155273437500 +-0.174804687500 +-0.064453125000 +-0.021240234375 +0.007171630859 +-0.100097656250 +0.069824218750 +-0.107910156250 +-0.020019531250 +-0.014160156250 +-0.072753906250 +-0.095703125000 +-0.210937500000 +-0.122558593750 +0.045654296875 +-0.024169921875 +-0.335937500000 +0.127929687500 +0.138671875000 +0.034667968750 +0.035644531250 +-0.065429687500 +0.170898437500 +0.004882812500 +0.030395507812 +0.096679687500 +-0.134765625000 +-0.050048828125 +-0.240234375000 +-0.347656250000 +-0.068359375000 +-0.019653320312 +-0.013549804688 +0.152343750000 +0.474609375000 +0.125000000000 +0.104003906250 +0.024780273438 +0.150390625000 +0.047363281250 +-0.040527343750 +0.143554687500 +-0.066894531250 +-0.019409179688 +-0.062011718750 +0.027832031250 +-0.035888671875 +-0.132812500000 +0.005004882812 +0.134765625000 +0.185546875000 +-0.683593750000 +-0.124511718750 +0.179687500000 +0.066406250000 +-0.437500000000 +-0.080078125000 +0.198242187500 +0.078125000000 +-0.162109375000 +0.032958984375 +-0.108398437500 +0.127929687500 +0.093750000000 +-0.034912109375 +-0.127929687500 +-0.054687500000 +-0.075195312500 +0.167968750000 +-0.233398437500 +0.010559082031 +-0.128906250000 +0.017456054688 +-0.060546875000 +-0.081542968750 +-0.064453125000 +-0.052001953125 +-0.010437011719 +0.008605957031 +0.195312500000 +-0.237304687500 +0.128906250000 +0.000391006470 +0.188476562500 +0.125000000000 +0.118164062500 +-0.064453125000 +-0.115234375000 +0.069335937500 +0.201171875000 +0.341796875000 +0.163085937500 +-0.114746093750 +-0.248046875000 +-0.129882812500 +0.018920898438 +0.230468750000 +0.273437500000 +0.046630859375 +0.047607421875 +-0.092285156250 +-0.135742187500 +0.114746093750 +0.010070800781 +-0.049804687500 +-0.128906250000 +-0.044921875000 +-0.097656250000 +0.013549804688 +-0.102539062500 +0.072753906250 +0.037353515625 +0.066894531250 +0.019409179688 +0.057617187500 +-0.410156250000 +0.067871093750 +-0.067871093750 +-0.051757812500 +-0.218750000000 +0.003524780273 +0.126953125000 +-0.031250000000 +-0.009094238281 +0.046386718750 +-0.121093750000 +-0.056396484375 +0.036621093750 +-0.022583007812 +-0.243164062500 +-0.020019531250 +-0.180664062500 +-0.063964843750 +-0.414062500000 +0.271484375000 +-0.029174804688 +-0.147460937500 +-0.069824218750 +-0.129882812500 +0.010681152344 +-0.145507812500 +-0.021362304688 +0.047607421875 +-0.429687500000 +-0.186523437500 +0.076660156250 +-0.149414062500 +-0.173828125000 +-0.029785156250 +-0.008728027344 +0.190429687500 +-0.023681640625 +0.100097656250 +-0.357421875000 +-0.180664062500 +-0.108398437500 +-0.156250000000 +-0.121582031250 +-0.165039062500 +0.103027343750 +-0.065429687500 +-0.204101562500 +0.182617187500 +0.170898437500 +-0.107421875000 +0.038085937500 +0.022338867188 +-0.062988281250 +-0.041503906250 +-0.139648437500 +-0.171875000000 +-0.076171875000 +0.120605468750 +-0.006256103516 +0.134765625000 +-0.169921875000 +-0.031982421875 +-0.046630859375 +-0.127929687500 +-0.099121093750 +-0.235351562500 +0.122070312500 +0.014709472656 +-0.059082031250 +0.038330078125 +-0.026489257812 +-0.511718750000 +-0.049072265625 +0.121582031250 +-0.083007812500 +0.063964843750 +0.075683593750 +-0.171875000000 +0.110839843750 +-0.148437500000 +0.144531250000 +-0.175781250000 +0.036865234375 +-0.023681640625 +-0.028930664062 +-0.157226562500 +-0.021362304688 +-0.000442504883 +-0.041992187500 +-0.093750000000 +0.047119140625 +-0.038574218750 +-0.189453125000 +-0.138671875000 +0.052490234375 +-0.126953125000 +-0.015747070312 +-0.062500000000 +-0.064453125000 +0.126953125000 +0.161132812500 +-0.081542968750 +-0.378906250000 +-0.408203125000 +0.119140625000 +-0.187500000000 +0.021606445312 +-0.132812500000 +0.148437500000 +-0.050292968750 +-0.045898437500 +0.279296875000 +0.090332031250 +0.014587402344 +0.049560546875 +-0.031250000000 +-0.000484466553 +0.117675781250 +-0.173828125000 +-0.363281250000 +-0.164062500000 +0.239257812500 +-0.010192871094 +0.148437500000 +-0.216796875000 +-0.023681640625 +-0.054687500000 +-0.195312500000 +-0.000368118286 +-0.248046875000 +0.049560546875 +0.024047851562 +0.070312500000 +0.139648437500 +0.075683593750 +-0.396484375000 +0.158203125000 +-0.060791015625 +-0.328125000000 +-0.179687500000 +0.104003906250 +-0.174804687500 +0.005737304688 +-0.275390625000 +0.061279296875 +-0.037109375000 +-0.001365661621 +0.068359375000 +-0.003326416016 +-0.265625000000 +0.128906250000 +0.041992187500 +0.066406250000 +0.125976562500 +0.095214843750 +-0.043945312500 +-0.034423828125 +-0.002380371094 +0.000310897827 +-0.227539062500 +0.056152343750 +-0.149414062500 +0.072265625000 +-0.038818359375 +0.105468750000 +-0.118164062500 +-0.049316406250 +-0.235351562500 +-0.027099609375 +-0.119140625000 +-0.251953125000 +-0.041992187500 +0.169921875000 +0.148437500000 +0.108886718750 +0.085937500000 +-0.117675781250 +0.065429687500 +0.098144531250 +0.011169433594 +-0.082031250000 +0.002075195312 +-0.151367187500 +-0.200195312500 +0.026855468750 +0.151367187500 +0.017700195312 +-0.044189453125 +-0.040039062500 +-0.100585937500 +-0.156250000000 +-0.291015625000 +0.009033203125 +-0.155273437500 +0.219726562500 +-0.020385742188 +-0.027587890625 +0.242187500000 +-0.013854980469 +-0.067871093750 +0.059814453125 +-0.040039062500 +-0.275390625000 +-0.079589843750 +0.112304687500 +-0.105468750000 +0.001258850098 +0.070312500000 +0.004028320312 +0.083007812500 +0.058349609375 +-0.039794921875 +-0.062255859375 +0.077636718750 +0.052490234375 +0.123046875000 +-0.018310546875 +0.048095703125 +0.033691406250 +-0.187500000000 +0.015014648438 +0.057861328125 +0.151367187500 +-0.228515625000 +-0.183593750000 +-0.123535156250 +0.017700195312 +0.034912109375 +0.019409179688 +-0.060546875000 +-0.103027343750 +0.049804687500 +0.081054687500 +-0.080566406250 +-0.202148437500 +0.020507812500 +0.120117187500 +0.035644531250 +-0.046875000000 +0.140625000000 +-0.088378906250 +0.125976562500 +0.010559082031 +-0.094238281250 +0.037109375000 +-0.248046875000 +-0.199218750000 +-0.168945312500 +0.132812500000 +0.181640625000 +-0.078613281250 +0.075195312500 +0.023437500000 +-0.022949218750 +-0.171875000000 +-0.222656250000 +0.090820312500 +-0.419921875000 +0.061035156250 +-0.180664062500 +-0.143554687500 +0.097656250000 +0.135742187500 +-0.250000000000 +0.052978515625 +-0.104003906250 +-0.359375000000 +-0.285156250000 +0.078613281250 +0.038330078125 +-0.034912109375 +-0.012023925781 +-0.141601562500 +-0.194335937500 +0.143554687500 +-0.126953125000 +-0.057128906250 +-0.228515625000 +-0.062255859375 +0.277343750000 +-0.199218750000 +0.079589843750 +0.046142578125 +-0.166015625000 +-0.051025390625 +-0.042968750000 +-0.053222656250 +0.036376953125 +0.027343750000 +0.038818359375 +-0.019165039062 +0.142578125000 +0.050537109375 +-0.002029418945 +-0.046630859375 +-0.072753906250 +-0.038330078125 +-0.071777343750 +-0.208984375000 +-0.025634765625 +0.054199218750 +0.081542968750 +0.050781250000 +0.021362304688 +0.018066406250 +0.090332031250 +0.222656250000 +0.052734375000 +-0.139648437500 +-0.265625000000 +-0.125976562500 +0.150390625000 +0.197265625000 +0.186523437500 +-0.131835937500 +-0.062988281250 +0.032958984375 +0.053710937500 +-0.121093750000 +-0.072753906250 +-0.031005859375 +-0.129882812500 +0.081054687500 +-0.150390625000 +0.136718750000 +0.084472656250 +0.008850097656 +-0.198242187500 +0.052734375000 +0.216796875000 +-0.062500000000 +-0.220703125000 +-0.119140625000 +0.035156250000 +-0.049560546875 +0.082031250000 +-0.043457031250 +-0.087402343750 +0.193359375000 +-0.165039062500 +0.069335937500 +-0.097656250000 +-0.083984375000 +-0.044921875000 +-0.057128906250 +0.049804687500 +-0.114257812500 +-0.087402343750 +-0.237304687500 +0.035156250000 +0.074707031250 +0.053955078125 +0.084960937500 +-0.066894531250 +-0.003463745117 +0.089843750000 +-0.067382812500 +0.050537109375 +-0.064941406250 +-0.004150390625 +-0.124511718750 +-0.051025390625 +-0.147460937500 +-0.144531250000 +0.098632812500 +-0.084472656250 +-0.067871093750 +-0.109863281250 +-0.066406250000 +-0.079589843750 +0.111328125000 +-0.056152343750 +-0.069824218750 +-0.048583984375 +-0.154296875000 +-0.054931640625 +0.164062500000 +0.228515625000 +-0.136718750000 +-0.045654296875 +-0.159179687500 +-0.001060485840 +-0.137695312500 +0.000278472900 +-0.127929687500 +-0.152343750000 +-0.031250000000 +-0.100585937500 +0.029052734375 +0.134765625000 +-0.039794921875 +0.075195312500 +0.078613281250 +-0.108398437500 +-0.091796875000 +-0.109863281250 +0.121093750000 +0.017944335938 +0.074707031250 +0.025634765625 +0.173828125000 +-0.139648437500 +-0.108886718750 +-0.207031250000 +-0.097167968750 +-0.279296875000 +0.048583984375 +0.224609375000 +-0.019653320312 +-0.060791015625 +-0.034423828125 +-0.066894531250 +-0.153320312500 +-0.048095703125 +0.047607421875 +0.255859375000 +0.113769531250 +-0.199218750000 +0.017211914062 +0.024047851562 +0.006408691406 +-0.001068115234 +-0.003219604492 +-0.140625000000 +-0.028320312500 +-0.102539062500 +-0.066894531250 +-0.072753906250 +0.013488769531 +-0.106933593750 +-0.048828125000 +0.090332031250 +-0.129882812500 +-0.170898437500 +0.170898437500 +-0.084960937500 +-0.163085937500 +-0.009826660156 +-0.214843750000 +-0.004699707031 +0.176757812500 +0.171875000000 +-0.003936767578 +0.077148437500 +-0.267578125000 +-0.056884765625 +-0.105957031250 +0.116210937500 +-0.040283203125 +-0.156250000000 +0.166015625000 +-0.046386718750 +-0.022949218750 +-0.153320312500 +0.210937500000 +-0.143554687500 +-0.277343750000 +-0.065917968750 +-0.204101562500 +-0.081542968750 +0.113281250000 +-0.099609375000 +-0.023437500000 +-0.073242187500 +0.019653320312 +-0.222656250000 +-0.018066406250 +-0.204101562500 +0.197265625000 +0.112304687500 +0.078613281250 +0.125976562500 +0.128906250000 +0.068847656250 +-0.033203125000 +0.085937500000 +-0.180664062500 +0.373046875000 +0.097656250000 +-0.176757812500 +-0.048583984375 +0.159179687500 +0.039062500000 +-0.148437500000 +-0.004760742188 +-0.012695312500 +-0.060302734375 +0.104003906250 +0.294921875000 +-0.287109375000 +0.163085937500 +-0.271484375000 +0.057128906250 +-0.038085937500 +-0.033691406250 +0.296875000000 +-0.038574218750 +-0.047119140625 +-0.115722656250 +-0.055175781250 +-0.263671875000 +-0.131835937500 +-0.159179687500 +0.073730468750 +-0.040283203125 +-0.133789062500 +-0.130859375000 +0.210937500000 +-0.014587402344 +-0.046630859375 +0.136718750000 +0.248046875000 +-0.453125000000 +-0.032958984375 +0.207031250000 +-0.041503906250 +0.067871093750 +0.122558593750 +-0.234375000000 +0.031250000000 +-0.361328125000 +-0.096679687500 +0.005340576172 +-0.177734375000 +-0.109863281250 +-0.211914062500 +-0.289062500000 +0.163085937500 +0.073730468750 +-0.067871093750 +-0.177734375000 +0.000324249268 +0.146484375000 +-0.030761718750 +0.054443359375 +-0.061523437500 +0.149414062500 +0.165039062500 +0.003875732422 +0.013122558594 +-0.074218750000 +0.222656250000 +0.059814453125 +-0.333984375000 +-0.108886718750 +-0.056884765625 +0.108886718750 +0.033203125000 +0.048339843750 +-0.248046875000 +-0.206054687500 +0.071777343750 +-0.023315429688 +-0.041748046875 +0.149414062500 +-0.225585937500 +-0.000839233398 +-0.010986328125 +-0.051269531250 +0.277343750000 +-0.091308593750 +0.189453125000 +-0.045410156250 +-0.156250000000 +-0.134765625000 +0.120605468750 +-0.067871093750 +0.082519531250 +0.054443359375 +-0.119140625000 +-0.150390625000 +-0.036865234375 +-0.115234375000 +-0.245117187500 +-0.007598876953 +0.122558593750 +-0.308593750000 +-0.049560546875 +0.117187500000 +-0.100585937500 +-0.247070312500 +0.144531250000 +-0.158203125000 +0.054931640625 +-0.357421875000 +-0.127929687500 +-0.003265380859 +-0.078125000000 +-0.032470703125 +-0.005096435547 +-0.080078125000 +-0.131835937500 +-0.088378906250 +0.129882812500 +-0.096191406250 +0.250000000000 +0.216796875000 +0.155273437500 +0.010620117188 +-0.118164062500 +0.011962890625 +0.120117187500 +-0.011596679688 +0.212890625000 +-0.002563476562 +0.131835937500 +-0.034912109375 +-0.117675781250 +0.069824218750 +0.014526367188 +-0.044433593750 +0.025634765625 +0.041503906250 +-0.164062500000 +-0.050781250000 +-0.010437011719 +0.269531250000 +-0.112304687500 +0.073242187500 +-0.080078125000 +0.038085937500 +0.009216308594 +-0.002822875977 +0.367187500000 +-0.114257812500 +0.098144531250 +-0.163085937500 +0.062500000000 +-0.231445312500 +-0.114257812500 +-0.029541015625 +-0.047363281250 +-0.133789062500 +0.002029418945 +-0.233398437500 +-0.050292968750 +-0.048339843750 +-0.123046875000 +0.028930664062 +0.106445312500 +-0.279296875000 +-0.131835937500 +0.223632812500 +-0.109863281250 +-0.367187500000 +-0.006774902344 +-0.006439208984 +-0.233398437500 +-0.398437500000 +-0.106933593750 +-0.041503906250 +0.055664062500 +0.018798828125 +0.032958984375 +-0.016967773438 +0.059570312500 +0.083984375000 +-0.198242187500 +-0.283203125000 +0.185546875000 +0.177734375000 +0.089843750000 +0.072753906250 +0.092285156250 +-0.067871093750 +0.277343750000 +-0.023315429688 +0.137695312500 +-0.106933593750 +0.417968750000 +0.074218750000 +0.057861328125 +0.185546875000 +0.103515625000 +-0.126953125000 +-0.073730468750 +0.111816406250 +0.060302734375 +-0.014465332031 +-0.076660156250 +0.043457031250 +-0.135742187500 +0.265625000000 +-0.231445312500 +0.090332031250 +-0.051269531250 +-0.086914062500 +0.170898437500 +-0.198242187500 +0.130859375000 +-0.068847656250 +-0.063476562500 +-0.017822265625 +-0.109863281250 +0.029663085938 +0.027954101562 +-0.084960937500 +-0.077636718750 +-0.120605468750 +-0.132812500000 +0.035888671875 +0.176757812500 +0.038085937500 +-0.028076171875 +-0.125976562500 +-0.050781250000 +0.131835937500 +-0.172851562500 +-0.324218750000 +-0.110839843750 +-0.104980468750 +0.036376953125 +-0.232421875000 +-0.030517578125 +-0.170898437500 +-0.030883789062 +-0.044677734375 +0.066894531250 +-0.093750000000 +-0.100097656250 +0.203125000000 +0.022583007812 +-0.263671875000 +-0.171875000000 +0.261718750000 +-0.119628906250 +0.030029296875 +0.014648437500 +0.047851562500 +0.224609375000 +-0.052001953125 +0.122558593750 +0.045898437500 +0.250000000000 +0.035400390625 +0.177734375000 +0.298828125000 +0.052001953125 +-0.103515625000 +0.025268554688 +0.175781250000 +0.062988281250 +-0.026489257812 +-0.014526367188 +0.126953125000 +-0.075683593750 +-0.019531250000 +-0.193359375000 +-0.022216796875 +-0.045166015625 +-0.114746093750 +0.269531250000 +-0.351562500000 +-0.018798828125 +0.010864257812 +-0.005523681641 +-0.195312500000 +-0.095703125000 +0.209960937500 +0.011840820312 +-0.151367187500 +0.081542968750 +-0.071289062500 +-0.062500000000 +0.140625000000 +0.302734375000 +0.074218750000 +-0.169921875000 +-0.119140625000 +-0.092773437500 +0.041992187500 +-0.182617187500 +-0.096191406250 +-0.056640625000 +-0.121582031250 +-0.107910156250 +-0.250000000000 +-0.097167968750 +-0.337890625000 +-0.022338867188 +-0.010803222656 +0.126953125000 +0.061523437500 +0.226562500000 +0.250000000000 +0.031982421875 +-0.032714843750 +-0.230468750000 +0.209960937500 +0.021972656250 +-0.058349609375 +-0.105957031250 +0.049804687500 +-0.091308593750 +0.047363281250 +-0.071777343750 +0.119140625000 +0.250000000000 +0.111328125000 +0.058105468750 +0.148437500000 +-0.042480468750 +-0.036621093750 +-0.054687500000 +0.067382812500 +0.109863281250 +-0.026245117188 +-0.052978515625 +0.002365112305 +-0.064941406250 +-0.034179687500 +-0.184570312500 +0.004333496094 +0.015197753906 +-0.084472656250 +0.239257812500 +-0.289062500000 +-0.112304687500 +-0.032714843750 +0.061767578125 +-0.169921875000 +-0.234375000000 +0.010498046875 +-0.231445312500 +-0.047851562500 +0.103027343750 +-0.203125000000 +0.023071289062 +0.055175781250 +0.291015625000 +0.004852294922 +-0.088378906250 +-0.043457031250 +0.033203125000 +0.127929687500 +-0.127929687500 +-0.088867187500 +-0.106933593750 +-0.080566406250 +-0.171875000000 +-0.246093750000 +0.067382812500 +-0.341796875000 +-0.113281250000 +0.115234375000 +-0.029052734375 +-0.000965118408 +0.166992187500 +0.241210937500 +-0.093261718750 +0.043212890625 +-0.188476562500 +0.194335937500 +0.006072998047 +0.057861328125 +-0.225585937500 +-0.006774902344 +-0.071289062500 +-0.024658203125 +-0.068847656250 +-0.103027343750 +0.239257812500 +0.088867187500 +-0.154296875000 +0.105957031250 +-0.097656250000 +-0.167968750000 +-0.172851562500 +0.097167968750 +-0.037109375000 +-0.194335937500 +0.052978515625 +0.156250000000 +-0.253906250000 +-0.041015625000 +-0.114746093750 +-0.024536132812 +0.029296875000 +-0.012023925781 +0.185546875000 +-0.234375000000 +-0.051025390625 +-0.020263671875 +0.053466796875 +-0.143554687500 +-0.300781250000 +0.095703125000 +-0.072753906250 +-0.349609375000 +-0.078125000000 +-0.246093750000 +0.065429687500 +-0.036132812500 +0.079589843750 +-0.009033203125 +-0.088378906250 +0.145507812500 +0.043457031250 +0.067382812500 +-0.083984375000 +-0.064453125000 +-0.070312500000 +-0.127929687500 +0.011047363281 +-0.191406250000 +-0.096679687500 +-0.139648437500 +-0.217773437500 +-0.041992187500 +-0.008605957031 +0.187500000000 +0.114746093750 +0.157226562500 +0.097167968750 +-0.074218750000 +-0.112304687500 +0.070312500000 +-0.142578125000 +-0.014892578125 +0.255859375000 +-0.109375000000 +0.178710937500 +0.041748046875 +0.075683593750 +-0.063476562500 +-0.022338867188 +-0.008422851562 +0.059814453125 +0.086914062500 +-0.013366699219 +0.056396484375 +-0.178710937500 +0.191406250000 +0.265625000000 +0.001815795898 +-0.006927490234 +0.066894531250 +0.298828125000 +-0.306640625000 +-0.081542968750 +0.176757812500 +-0.239257812500 +-0.070800781250 +0.065917968750 +-0.006164550781 +-0.031250000000 +-0.061767578125 +-0.200195312500 +0.050537109375 +-0.007263183594 +-0.167968750000 +0.094238281250 +0.048583984375 +-0.106445312500 +0.127929687500 +-0.043212890625 +-0.037841796875 +0.017211914062 +0.102539062500 +0.022705078125 +0.238281250000 +0.077636718750 +0.039062500000 +-0.235351562500 +-0.173828125000 +0.162109375000 +0.140625000000 +0.106445312500 +0.062988281250 +-0.040039062500 +-0.080078125000 +-0.219726562500 +-0.117187500000 +-0.129882812500 +-0.038330078125 +0.012329101562 +-0.162109375000 +0.218750000000 +0.059570312500 +-0.060058593750 +-0.004791259766 +-0.132812500000 +0.090820312500 +0.129882812500 +-0.192382812500 +0.122070312500 +-0.095214843750 +-0.008117675781 +-0.097167968750 +0.045654296875 +-0.021362304688 +0.014038085938 +0.194335937500 +-0.050781250000 +0.093261718750 +-0.008056640625 +0.191406250000 +0.245117187500 +0.007690429688 +-0.020263671875 +-0.171875000000 +0.112304687500 +-0.079589843750 +0.076171875000 +0.111328125000 +-0.227539062500 +-0.058105468750 +-0.198242187500 +0.074707031250 +0.095214843750 +-0.038085937500 +0.095214843750 +0.238281250000 +-0.120605468750 +0.014160156250 +0.159179687500 +-0.072753906250 +-0.105957031250 +-0.046142578125 +0.044921875000 +0.081054687500 +-0.023803710938 +-0.015991210938 +-0.104003906250 +0.167968750000 +0.084472656250 +0.052490234375 +-0.023925781250 +-0.196289062500 +0.113769531250 +0.125976562500 +-0.062988281250 +0.152343750000 +0.048339843750 +-0.052001953125 +-0.200195312500 +-0.160156250000 +-0.048583984375 +-0.110351562500 +0.094238281250 +-0.153320312500 +0.073730468750 +-0.018188476562 +-0.115722656250 +0.057128906250 +-0.089843750000 +-0.041503906250 +0.257812500000 +-0.193359375000 +0.165039062500 +-0.028808593750 +0.100585937500 +-0.013549804688 +-0.009643554688 +-0.052978515625 +-0.065429687500 +0.296875000000 +-0.023925781250 +0.083496093750 +-0.089843750000 +0.182617187500 +0.127929687500 +-0.066894531250 +-0.174804687500 +-0.257812500000 +0.068847656250 +0.049804687500 +0.077636718750 +0.044189453125 +-0.079101562500 +-0.034179687500 +0.063964843750 +0.156250000000 +0.047363281250 +-0.004272460938 +0.289062500000 +0.015991210938 +-0.086425781250 +-0.103027343750 +-0.050781250000 +-0.078125000000 +-0.068847656250 +0.009094238281 +0.120605468750 +-0.105468750000 +-0.014709472656 +-0.068847656250 +0.065917968750 +0.125000000000 +0.029174804688 +0.093750000000 +0.066406250000 +-0.141601562500 +-0.055908203125 +0.113281250000 +0.152343750000 +0.034423828125 +0.217773437500 +-0.086914062500 +-0.225585937500 +-0.121582031250 +-0.207031250000 +-0.022583007812 +0.052246093750 +-0.125976562500 +0.096191406250 +0.034423828125 +-0.178710937500 +-0.089355468750 +0.089355468750 +0.113281250000 +0.248046875000 +-0.013122558594 +-0.011596679688 +0.192382812500 +0.172851562500 +0.019531250000 +0.197265625000 +-0.086425781250 +0.022338867188 +0.384765625000 +-0.051757812500 +-0.041015625000 +-0.005035400391 +-0.006744384766 +0.251953125000 +0.017333984375 +0.041748046875 +-0.108398437500 +0.141601562500 +0.218750000000 +0.110351562500 +0.083007812500 +0.267578125000 +0.026123046875 +0.137695312500 +0.050048828125 +0.197265625000 +0.178710937500 +0.036621093750 +0.182617187500 +-0.081054687500 +-0.043212890625 +0.003112792969 +0.088867187500 +-0.059570312500 +0.091308593750 +0.122070312500 +0.182617187500 +-0.081054687500 +0.029296875000 +-0.055419921875 +0.158203125000 +-0.020629882812 +0.226562500000 +0.046386718750 +0.006469726562 +-0.073242187500 +0.144531250000 +0.066406250000 +-0.015197753906 +0.251953125000 +-0.083984375000 +-0.044189453125 +0.018798828125 +-0.091308593750 +-0.068359375000 +0.046142578125 +0.120117187500 +0.028686523438 +0.032226562500 +0.037841796875 +-0.068847656250 +-0.044921875000 +0.115722656250 +0.234375000000 +0.134765625000 +0.085449218750 +-0.014831542969 +0.030395507812 +-0.088867187500 +0.285156250000 +0.005157470703 +0.015380859375 +0.133789062500 +-0.029907226562 +-0.058349609375 +-0.245117187500 +0.153320312500 +0.257812500000 +-0.080078125000 +0.038330078125 +-0.072265625000 +0.101074218750 +-0.018310546875 +-0.051025390625 +0.230468750000 +0.069335937500 +0.058593750000 +0.138671875000 +0.053466796875 +0.026123046875 +-0.096191406250 +0.062500000000 +0.144531250000 +-0.203125000000 +0.050537109375 +-0.014892578125 +-0.245117187500 +-0.018920898438 +-0.152343750000 +-0.045166015625 +0.123046875000 +-0.184570312500 +0.029541015625 +-0.097167968750 +0.111816406250 +-0.022460937500 +0.014343261719 +-0.100097656250 +0.100585937500 +0.043457031250 +0.037597656250 +0.232421875000 +-0.058349609375 +0.028564453125 +-0.153320312500 +-0.162109375000 +-0.003585815430 +0.008056640625 +-0.026733398438 +-0.002807617188 +0.149414062500 +-0.137695312500 +-0.205078125000 +0.079589843750 +-0.033935546875 +0.041503906250 +0.043212890625 +0.203125000000 +0.151367187500 +0.080566406250 +-0.153320312500 +-0.156250000000 +-0.084960937500 +0.184570312500 +0.028686523438 +-0.054931640625 +-0.148437500000 +0.006988525391 +-0.130859375000 +-0.150390625000 +0.064453125000 +0.253906250000 +0.040527343750 +-0.159179687500 +-0.028442382812 +0.255859375000 +0.160156250000 +-0.059814453125 +0.044433593750 +-0.020751953125 +0.005523681641 +-0.048339843750 +-0.022949218750 +-0.166015625000 +0.160156250000 +-0.113769531250 +-0.041992187500 +-0.196289062500 +-0.085449218750 +0.120605468750 +-0.245117187500 +0.062988281250 +0.059082031250 +-0.012084960938 +-0.085937500000 +-0.083984375000 +0.038085937500 +-0.061767578125 +0.096679687500 +-0.052490234375 +-0.044921875000 +-0.226562500000 +0.062500000000 +0.104003906250 +0.128906250000 +0.081054687500 +-0.205078125000 +-0.137695312500 +-0.216796875000 +-0.081054687500 +-0.073730468750 +0.104492187500 +-0.028076171875 +0.051025390625 +0.045166015625 +0.089355468750 +-0.238281250000 +0.026123046875 +-0.092285156250 +0.066894531250 +0.002624511719 +0.125000000000 +0.038818359375 +0.022216796875 +0.083496093750 +-0.243164062500 +-0.218750000000 +0.085449218750 +0.093750000000 +-0.005126953125 +-0.196289062500 +-0.049804687500 +-0.113281250000 +-0.425781250000 +0.129882812500 +0.271484375000 +-0.053222656250 +-0.042724609375 +0.190429687500 +0.302734375000 +0.199218750000 +-0.109863281250 +-0.043457031250 +0.117187500000 +0.072753906250 +-0.083496093750 +-0.059082031250 +0.151367187500 +-0.064453125000 +0.063964843750 +0.066894531250 +0.148437500000 +-0.012023925781 +0.137695312500 +-0.075683593750 +0.104003906250 +0.005920410156 +0.092285156250 +0.040771484375 +-0.060302734375 +-0.117675781250 +0.029418945312 +0.160156250000 +0.065917968750 +0.051269531250 +-0.165039062500 +-0.192382812500 +0.123535156250 +0.081054687500 +0.105468750000 +-0.108886718750 +-0.182617187500 +-0.194335937500 +-0.155273437500 +0.005157470703 +-0.036132812500 +-0.216796875000 +0.030395507812 +0.196289062500 +0.074707031250 +-0.123535156250 +-0.062988281250 +0.058349609375 +-0.119140625000 +0.063964843750 +-0.010681152344 +0.257812500000 +-0.300781250000 +-0.124511718750 +0.113281250000 +-0.018310546875 +-0.244140625000 +-0.031982421875 +-0.239257812500 +-0.181640625000 +-0.011901855469 +-0.008850097656 +-0.085937500000 +0.064453125000 +0.165039062500 +0.108886718750 +0.016845703125 +0.170898437500 +0.230468750000 +0.110351562500 +-0.004638671875 +-0.010620117188 +-0.289062500000 +0.109375000000 +0.100585937500 +-0.071777343750 +-0.402343750000 +0.034423828125 +-0.100097656250 +-0.104003906250 +0.042236328125 +-0.163085937500 +-0.124511718750 +0.083007812500 +-0.115722656250 +0.061767578125 +-0.384765625000 +-0.014343261719 +-0.294921875000 +0.146484375000 +0.114257812500 +-0.302734375000 +-0.640625000000 +0.059326171875 +0.095214843750 +0.033203125000 +-0.011047363281 +-0.073730468750 +0.151367187500 +-0.227539062500 +-0.114257812500 +-0.104003906250 +-0.152343750000 +-0.126953125000 +0.155273437500 +0.054199218750 +0.046386718750 +0.095703125000 +-0.036132812500 +-0.120117187500 +0.052001953125 +0.080078125000 +-0.054931640625 +0.026489257812 +0.041015625000 +0.062500000000 +-0.077148437500 +0.061767578125 +-0.070312500000 +0.001762390137 +-0.249023437500 +-0.028320312500 +-0.006774902344 +-0.104003906250 +0.015563964844 +-0.019287109375 +0.148437500000 +0.010864257812 +0.158203125000 +0.097656250000 +0.012023925781 +0.215820312500 +0.196289062500 +0.068847656250 +0.126953125000 +0.063476562500 +-0.152343750000 +-0.042968750000 +0.004669189453 +-0.187500000000 +-0.226562500000 +0.103027343750 +-0.040771484375 +-0.067871093750 +-0.159179687500 +0.027221679688 +0.147460937500 +0.156250000000 +-0.080078125000 +-0.062255859375 +-0.291015625000 +-0.170898437500 +-0.164062500000 +0.117187500000 +-0.072753906250 +-0.349609375000 +-0.476562500000 +-0.046142578125 +0.105957031250 +0.024902343750 +-0.058105468750 +-0.296875000000 +0.468750000000 +-0.100585937500 +-0.035156250000 +-0.021972656250 +0.039550781250 +-0.156250000000 +0.079589843750 +0.084472656250 +-0.051025390625 +0.225585937500 +0.004608154297 +-0.166992187500 +0.053222656250 +0.012634277344 +0.144531250000 +0.080078125000 +0.001762390137 +0.041015625000 +-0.154296875000 +0.082031250000 +-0.107910156250 +-0.039306640625 +-0.181640625000 +0.106445312500 +-0.040039062500 +0.014953613281 +-0.181640625000 +-0.077636718750 +0.213867187500 +-0.036865234375 +-0.140625000000 +0.025390625000 +0.169921875000 +0.171875000000 +0.435546875000 +0.125976562500 +0.002716064453 +0.102539062500 +-0.158203125000 +-0.032470703125 +0.244140625000 +0.048095703125 +-0.143554687500 +-0.130859375000 +0.157226562500 +-0.207031250000 +-0.437500000000 +-0.081542968750 +-0.015197753906 +0.267578125000 +-0.011474609375 +-0.070800781250 +-0.437500000000 +-0.211914062500 +-0.191406250000 +0.139648437500 +0.003204345703 +-0.343750000000 +-0.114257812500 +0.048583984375 +0.106445312500 +0.091308593750 +-0.051757812500 +-0.247070312500 +0.373046875000 +-0.113769531250 +-0.168945312500 +-0.324218750000 +0.273437500000 +-0.059326171875 +0.111328125000 +0.173828125000 +0.025024414062 +-0.183593750000 +0.072753906250 +-0.124023437500 +0.008666992188 +0.061767578125 +0.052734375000 +0.032714843750 +0.166015625000 +0.011779785156 +0.182617187500 +0.051025390625 +-0.150390625000 +-0.033203125000 +-0.111328125000 +-0.152343750000 +-0.314453125000 +0.091308593750 +-0.341796875000 +-0.031005859375 +0.143554687500 +0.175781250000 +-0.102539062500 +0.107910156250 +0.236328125000 +0.185546875000 +0.197265625000 +0.196289062500 +0.095214843750 +0.119140625000 +0.039550781250 +0.095214843750 +0.183593750000 +-0.108398437500 +0.006347656250 +0.052246093750 +-0.038085937500 +0.109863281250 +-0.578125000000 +0.024047851562 +-0.228515625000 +0.083007812500 +-0.108398437500 +0.018310546875 +-0.242187500000 +-0.120117187500 +-0.087402343750 +0.007293701172 +0.022338867188 +-0.189453125000 +-0.120117187500 +0.081542968750 +0.064453125000 +0.022583007812 +-0.157226562500 +-0.106933593750 +0.012634277344 +0.101074218750 +-0.104492187500 +-0.333984375000 +0.240234375000 +-0.058593750000 +0.076660156250 +0.129882812500 +0.061767578125 +-0.171875000000 +0.225585937500 +-0.236328125000 +0.024780273438 +0.102050781250 +-0.084960937500 +-0.058105468750 +-0.140625000000 +0.149414062500 +0.069335937500 +-0.040527343750 +0.012939453125 +-0.020874023438 +0.013244628906 +-0.105957031250 +-0.416015625000 +-0.073242187500 +-0.085449218750 +-0.038085937500 +0.117675781250 +0.172851562500 +0.026733398438 +0.049316406250 +0.138671875000 +0.044677734375 +-0.016967773438 +0.238281250000 +-0.087402343750 +0.079101562500 +0.026367187500 +0.144531250000 +-0.011596679688 +-0.109863281250 +0.058593750000 +-0.269531250000 +0.080078125000 +-0.212890625000 +-0.769531250000 +-0.151367187500 +0.074218750000 +-0.086425781250 +-0.151367187500 +-0.053466796875 +-0.421875000000 +0.153320312500 +-0.196289062500 +0.005767822266 +-0.091308593750 +-0.034912109375 +-0.316406250000 +-0.103027343750 +0.206054687500 +-0.081054687500 +0.001716613770 +-0.121093750000 +-0.285156250000 +-0.121093750000 +0.034423828125 +-0.137695312500 +-0.110839843750 +-0.024658203125 +0.065917968750 +0.110351562500 +0.074218750000 +-0.199218750000 +0.239257812500 +-0.285156250000 +0.048583984375 +0.075683593750 +-0.061279296875 +-0.097167968750 +-0.114746093750 +0.036376953125 +0.023193359375 +-0.093750000000 +0.049316406250 +-0.030029296875 +-0.121582031250 +-0.146484375000 +-0.337890625000 +-0.175781250000 +-0.237304687500 +0.083984375000 +0.027221679688 +-0.048828125000 +0.210937500000 +0.031127929688 +0.152343750000 +0.022705078125 +0.077636718750 +0.145507812500 +0.043212890625 +0.102539062500 +-0.019653320312 +-0.016601562500 +0.126953125000 +0.117675781250 +-0.111816406250 +-0.199218750000 +-0.179687500000 +-0.004943847656 +-0.667968750000 +-0.259765625000 +-0.132812500000 +-0.186523437500 +0.059082031250 +-0.052734375000 +-0.175781250000 +0.128906250000 +-0.273437500000 +0.101074218750 +-0.157226562500 +-0.051757812500 +-0.703125000000 +-0.159179687500 +0.015563964844 +0.011901855469 +0.117675781250 +-0.339843750000 +-0.261718750000 +-0.125976562500 +-0.012878417969 +-0.263671875000 +-0.191406250000 +0.021484375000 +0.115722656250 +0.173828125000 +0.033691406250 +-0.211914062500 +-0.267578125000 +-0.125000000000 +-0.092285156250 +0.122558593750 +-0.061523437500 +-0.235351562500 +-0.036376953125 +-0.001480102539 +-0.118652343750 +-0.235351562500 +-0.023559570312 +-0.044921875000 +0.010253906250 +-0.051757812500 +-0.341796875000 +-0.135742187500 +-0.155273437500 +0.005676269531 +-0.111328125000 +0.002014160156 +0.281250000000 +0.045166015625 +0.115234375000 +-0.010437011719 +-0.133789062500 +0.083984375000 +0.098144531250 +0.110351562500 +-0.202148437500 +-0.001464843750 +0.255859375000 +0.213867187500 +-0.486328125000 +-0.322265625000 +0.082031250000 +-0.137695312500 +0.029418945312 +0.081054687500 +0.078125000000 +-0.294921875000 +-0.051757812500 +-0.215820312500 +-0.212890625000 +0.164062500000 +-0.196289062500 +0.033691406250 +0.038330078125 +0.130859375000 +-0.617187500000 +-0.249023437500 +0.138671875000 +0.200195312500 +0.080566406250 +-0.367187500000 +0.076660156250 +-0.092773437500 +-0.228515625000 +-0.100585937500 +-0.153320312500 +-0.037841796875 +0.064453125000 +0.049804687500 +-0.043701171875 +-0.308593750000 +-0.153320312500 +-0.182617187500 +-0.078125000000 +-0.120605468750 +-0.169921875000 +-0.215820312500 +-0.085937500000 +0.118652343750 +-0.308593750000 +-0.132812500000 +-0.014038085938 +0.267578125000 +0.021240234375 +0.076171875000 +0.083007812500 +-0.044921875000 +-0.060302734375 +-0.021972656250 +0.149414062500 +-0.025390625000 +0.152343750000 +-0.112792968750 +-0.083496093750 +0.025878906250 +-0.011535644531 +0.014282226562 +-0.216796875000 +0.041015625000 +0.093261718750 +0.045410156250 +0.050537109375 +-0.117675781250 +-0.151367187500 +-0.006896972656 +0.176757812500 +-0.064453125000 +0.051025390625 +-0.373046875000 +0.043701171875 +-0.261718750000 +-0.033203125000 +-0.074707031250 +0.208984375000 +0.055419921875 +0.257812500000 +0.088867187500 +-0.273437500000 +-0.166015625000 +0.202148437500 +-0.072265625000 +-0.137695312500 +-0.176757812500 +0.206054687500 +0.074218750000 +-0.341796875000 +-0.335937500000 +0.029052734375 +-0.119628906250 +0.009338378906 +-0.141601562500 +-0.151367187500 +-0.055908203125 +0.186523437500 +-0.058105468750 +0.052246093750 +-0.110351562500 +0.175781250000 +-0.028198242188 +-0.129882812500 +-0.221679687500 +0.132812500000 +-0.016967773438 +-0.025634765625 +-0.275390625000 +-0.093750000000 +0.050781250000 +0.031738281250 +-0.029296875000 +0.031494140625 +0.014221191406 +0.048583984375 +0.306640625000 +0.203125000000 +-0.222656250000 +0.073242187500 +-0.057617187500 +-0.160156250000 +0.054443359375 +-0.082031250000 +0.136718750000 +0.041992187500 +0.148437500000 +-0.302734375000 +-0.101074218750 +0.076660156250 +-0.016235351562 +-0.118164062500 +0.031982421875 +0.083496093750 +-0.099609375000 +0.010681152344 +-0.087402343750 +-0.189453125000 +-0.055664062500 +-0.027343750000 +0.132812500000 +-0.047119140625 +0.020507812500 +0.093750000000 +0.033935546875 +-0.271484375000 +-0.152343750000 +0.036865234375 +0.004333496094 +-0.221679687500 +-0.259765625000 +0.255859375000 +0.081054687500 +-0.221679687500 +-0.053955078125 +0.035156250000 +-0.117675781250 +-0.186523437500 +-0.103027343750 +-0.211914062500 +0.077636718750 +0.199218750000 +0.052734375000 +-0.002944946289 +-0.187500000000 +0.080566406250 +0.005859375000 +-0.121582031250 +-0.208984375000 +0.503906250000 +0.038574218750 +-0.229492187500 +-0.229492187500 +0.066894531250 +0.053955078125 +-0.027343750000 +-0.108886718750 +-0.025634765625 +0.070312500000 +-0.108398437500 +0.112792968750 +0.034667968750 +-0.176757812500 +0.060546875000 +-0.135742187500 +-0.097167968750 +0.133789062500 +0.211914062500 +-0.054443359375 +0.128906250000 +0.214843750000 +-0.296875000000 +-0.046875000000 +-0.216796875000 +0.004516601562 +0.064453125000 +0.279296875000 +-0.158203125000 +-0.024291992188 +0.016601562500 +-0.271484375000 +0.032470703125 +-0.138671875000 +0.007659912109 +-0.071777343750 +-0.108398437500 +0.067871093750 +0.041503906250 +0.113281250000 +-0.195312500000 +-0.308593750000 +-0.006256103516 +0.080078125000 +-0.458984375000 +-0.160156250000 +0.161132812500 +0.057128906250 +-0.130859375000 +0.123535156250 +-0.151367187500 +-0.357421875000 +-0.157226562500 +-0.164062500000 +-0.061279296875 +0.107910156250 +0.014831542969 +-0.010864257812 +0.106445312500 +-0.271484375000 +0.159179687500 +0.191406250000 +-0.271484375000 +-0.332031250000 +0.199218750000 +0.054443359375 +-0.124511718750 +0.053710937500 +0.490234375000 +0.250000000000 +0.079101562500 +-0.062500000000 +-0.113769531250 +0.059570312500 +-0.053955078125 +0.458984375000 +-0.235351562500 +0.136718750000 +0.106445312500 +-0.133789062500 +-0.040039062500 +-0.026489257812 +0.057861328125 +-0.003662109375 +0.247070312500 +0.237304687500 +-0.730468750000 +0.086914062500 +-0.222656250000 +0.037597656250 +-0.004699707031 +0.127929687500 +0.132812500000 +-0.170898437500 +-0.076660156250 +-0.308593750000 +0.070800781250 +-0.130859375000 +0.065429687500 +0.045410156250 +-0.015869140625 +-0.036376953125 +0.019042968750 +0.014282226562 +-0.157226562500 +-0.211914062500 +0.125000000000 +0.164062500000 +-0.357421875000 +-0.184570312500 +0.304687500000 +-0.025390625000 +-0.170898437500 +0.031982421875 +-0.084960937500 +-0.106445312500 +-0.227539062500 +-0.326171875000 +-0.240234375000 +0.140625000000 +0.000900268555 +0.133789062500 +0.047363281250 +-0.231445312500 +0.072265625000 +-0.064941406250 +-0.179687500000 +-0.208984375000 +-0.151367187500 +0.081542968750 +-0.416015625000 +-0.041748046875 +0.035888671875 +0.382812500000 +0.082519531250 +-0.090332031250 +-0.135742187500 +0.206054687500 +-0.060546875000 +0.181640625000 +-0.181640625000 +-0.076660156250 +0.014343261719 +-0.180664062500 +-0.003234863281 +-0.118652343750 +0.132812500000 +-0.040283203125 +0.127929687500 +0.235351562500 +-0.812500000000 +-0.008117675781 +-0.028442382812 +-0.187500000000 +0.061523437500 +0.236328125000 +0.141601562500 +-0.074707031250 +-0.073242187500 +-0.202148437500 +0.013427734375 +-0.034423828125 +-0.257812500000 +0.058837890625 +0.123535156250 +0.086425781250 +-0.030395507812 +0.167968750000 +-0.324218750000 +-0.081054687500 +0.056396484375 +-0.152343750000 +-0.186523437500 +-0.192382812500 +0.283203125000 +0.057373046875 +-0.154296875000 +-0.205078125000 +0.173828125000 +-0.259765625000 +-0.065917968750 +-0.214843750000 +-0.241210937500 +0.120605468750 +0.054199218750 +0.064453125000 +0.166992187500 +-0.367187500000 +0.027465820312 +-0.121582031250 +-0.205078125000 +-0.231445312500 +0.008117675781 +-0.052246093750 +-0.183593750000 +-0.121582031250 +0.330078125000 +0.190429687500 +0.257812500000 +-0.010192871094 +-0.168945312500 +0.094238281250 +0.011291503906 +0.191406250000 +-0.195312500000 +-0.007537841797 +0.159179687500 +-0.277343750000 +0.041748046875 +-0.145507812500 +0.094238281250 +0.018432617188 +0.156250000000 +0.191406250000 +-0.394531250000 +-0.124511718750 +-0.120605468750 +0.032470703125 +0.000391006470 +0.050781250000 +0.281250000000 +0.073730468750 +0.022583007812 +-0.235351562500 +0.011413574219 +-0.040527343750 +-0.104492187500 +0.039794921875 +0.339843750000 +0.074707031250 +0.049560546875 +0.092285156250 +-0.077148437500 +-0.152343750000 +0.193359375000 +-0.007995605469 +-0.143554687500 +-0.302734375000 +0.241210937500 +0.018554687500 +-0.261718750000 +-0.353515625000 +0.080078125000 +-0.209960937500 +0.031982421875 +-0.053710937500 +-0.359375000000 +0.117675781250 +-0.002563476562 +-0.165039062500 +0.108886718750 +-0.294921875000 +0.033691406250 +0.099121093750 +-0.285156250000 +-0.312500000000 +-0.013671875000 +-0.102050781250 +-0.394531250000 +-0.261718750000 +-0.154296875000 +0.159179687500 +0.412109375000 +-0.098632812500 +0.047851562500 +-0.046630859375 +-0.113281250000 +0.151367187500 +0.055664062500 +-0.028198242188 +0.150390625000 +-0.176757812500 +0.136718750000 +0.087890625000 +-0.111816406250 +0.014587402344 +0.042724609375 +0.180664062500 +0.332031250000 +0.011047363281 +-0.062988281250 +0.066406250000 +-0.079589843750 +-0.118164062500 +0.125000000000 +-0.067871093750 +0.102539062500 +-0.039062500000 +0.013183593750 +-0.170898437500 +-0.122558593750 +0.093750000000 +0.104003906250 +0.062255859375 +0.144531250000 +0.120605468750 +0.112792968750 +0.099121093750 +0.353515625000 +0.133789062500 +-0.241210937500 +-0.283203125000 +0.188476562500 +-0.031250000000 +-0.000881195068 +-0.460937500000 +0.026123046875 +-0.160156250000 +-0.021240234375 +0.027343750000 +-0.269531250000 +0.067382812500 +0.020263671875 +-0.031494140625 +0.182617187500 +-0.161132812500 +0.024047851562 +0.025024414062 +-0.171875000000 +0.244140625000 +0.074707031250 +-0.037841796875 +0.041503906250 +0.137695312500 +-0.006622314453 +-0.084960937500 +-0.035156250000 +0.172851562500 +-0.217773437500 +-0.187500000000 +0.020019531250 +0.054199218750 +-0.034667968750 +0.043212890625 +-0.243164062500 +0.028930664062 +0.115234375000 +0.058837890625 +0.018432617188 +0.029785156250 +-0.378906250000 +0.209960937500 +0.119140625000 +0.123535156250 +0.035156250000 +-0.024169921875 +-0.005249023438 +0.100097656250 +-0.156250000000 +0.341796875000 +-0.176757812500 +-0.108886718750 +0.117187500000 +-0.110351562500 +-0.018798828125 +0.261718750000 +-0.243164062500 +0.049316406250 +-0.382812500000 +-0.065917968750 +0.047851562500 +0.021850585938 +-0.153320312500 +-0.067871093750 +-0.149414062500 +-0.095703125000 +-0.036621093750 +0.021972656250 +-0.107421875000 +0.059326171875 +0.024291992188 +0.092773437500 +0.004364013672 +-0.063476562500 +-0.033935546875 +-0.199218750000 +0.182617187500 +0.166015625000 +0.082031250000 +-0.135742187500 +-0.271484375000 +-0.014709472656 +-0.138671875000 +0.115722656250 +0.031494140625 +0.010681152344 +0.044433593750 +-0.039306640625 +-0.071289062500 +0.045410156250 +-0.050292968750 +0.219726562500 +-0.111328125000 +-0.359375000000 +-0.027343750000 +0.035888671875 +-0.197265625000 +-0.111328125000 +-0.083496093750 +0.009216308594 +-0.075683593750 +0.053955078125 +-0.054931640625 +-0.068847656250 +-0.229492187500 +0.298828125000 +-0.001678466797 +0.192382812500 +-0.131835937500 +-0.087890625000 +0.043945312500 +0.269531250000 +-0.220703125000 +0.239257812500 +-0.166015625000 +-0.044189453125 +-0.056884765625 +-0.024902343750 +0.049072265625 +0.198242187500 +-0.261718750000 +0.215820312500 +-0.176757812500 +-0.035888671875 +0.066894531250 +0.165039062500 +0.025756835938 +-0.101562500000 +0.061035156250 +-0.029418945312 +0.079589843750 +0.043701171875 +-0.130859375000 +0.133789062500 +0.105957031250 +0.090332031250 +-0.096191406250 +-0.150390625000 +-0.250000000000 +0.014465332031 +0.093261718750 +0.083496093750 +0.062011718750 +0.077636718750 +-0.191406250000 +0.051269531250 +-0.097167968750 +0.253906250000 +0.024047851562 +0.102539062500 +0.009765625000 +-0.056396484375 +-0.214843750000 +-0.125000000000 +-0.225585937500 +0.175781250000 +0.009338378906 +-0.233398437500 +0.019531250000 +-0.174804687500 +-0.147460937500 +-0.153320312500 +-0.060791015625 +-0.017578125000 +-0.169921875000 +0.032470703125 +-0.244140625000 +-0.166992187500 +-0.110839843750 +0.132812500000 +-0.054199218750 +0.191406250000 +0.160156250000 +-0.050048828125 +-0.004394531250 +0.076660156250 +-0.116699218750 +0.273437500000 +-0.253906250000 +-0.028686523438 +0.129882812500 +-0.105468750000 +0.079101562500 +0.190429687500 +0.011901855469 +0.216796875000 +-0.056884765625 +-0.065429687500 +0.063964843750 +0.159179687500 +-0.031738281250 +-0.012573242188 +0.223632812500 +-0.084960937500 +-0.107910156250 +0.105468750000 +-0.080566406250 +0.193359375000 +0.050048828125 +0.019165039062 +0.010742187500 +-0.092285156250 +-0.141601562500 +-0.054443359375 +0.097167968750 +0.226562500000 +0.047363281250 +0.008483886719 +-0.090332031250 +-0.026733398438 +0.017944335938 +0.189453125000 +0.034667968750 +-0.006225585938 +0.065429687500 +-0.024414062500 +-0.144531250000 +-0.194335937500 +-0.283203125000 +0.118164062500 +-0.114257812500 +-0.125000000000 +-0.037597656250 +-0.193359375000 +-0.023437500000 +-0.130859375000 +-0.057861328125 +-0.044921875000 +-0.118164062500 +0.151367187500 +-0.008056640625 +-0.051513671875 +-0.083007812500 +0.251953125000 +-0.060791015625 +-0.026245117188 +-0.111328125000 +0.031738281250 +0.089843750000 +0.101074218750 +-0.151367187500 +0.429687500000 +-0.134765625000 +-0.147460937500 +0.086914062500 +-0.069335937500 +0.060546875000 +0.212890625000 +0.104003906250 +-0.041259765625 +0.043701171875 +-0.127929687500 +0.152343750000 +0.070312500000 +0.020385742188 +0.193359375000 +0.322265625000 +0.121093750000 +0.075195312500 +0.161132812500 +-0.007873535156 +-0.087890625000 +0.131835937500 +0.279296875000 +-0.047363281250 +0.096679687500 +0.113281250000 +-0.203125000000 +0.068847656250 +0.074707031250 +0.106933593750 +0.136718750000 +-0.046875000000 +0.033935546875 +-0.019653320312 +0.167968750000 +0.166015625000 +0.132812500000 +0.150390625000 +-0.265625000000 +-0.037597656250 +0.026245117188 +-0.507812500000 +0.161132812500 +-0.159179687500 +-0.078613281250 +-0.012695312500 +0.025024414062 +-0.028686523438 +-0.107421875000 +0.020385742188 +0.058105468750 +0.071289062500 +0.194335937500 +0.601562500000 +0.031494140625 +-0.183593750000 +0.271484375000 +-0.000077724457 +0.159179687500 +-0.058105468750 +-0.147460937500 +0.083984375000 +0.041748046875 +-0.063964843750 +0.322265625000 +0.121582031250 +0.017944335938 +-0.048583984375 +-0.029052734375 +0.127929687500 +0.111816406250 +0.006988525391 +0.269531250000 +0.041503906250 +-0.098144531250 +0.218750000000 +0.125976562500 +0.073242187500 +0.005340576172 +-0.109375000000 +0.213867187500 +-0.092285156250 +0.147460937500 +0.075195312500 +0.174804687500 +0.214843750000 +0.029296875000 +-0.112792968750 +0.007354736328 +0.034912109375 +-0.023803710938 +0.115234375000 +-0.073730468750 +0.232421875000 +-0.013061523438 +-0.126953125000 +-0.156250000000 +0.037353515625 +0.189453125000 +-0.055908203125 +0.078125000000 +0.054687500000 +-0.053466796875 +0.094238281250 +-0.074218750000 +-0.589843750000 +0.187500000000 +-0.006744384766 +0.004547119141 +-0.066406250000 +0.010681152344 +-0.126953125000 +0.032958984375 +0.041259765625 +-0.074707031250 +-0.097167968750 +-0.023315429688 +-0.137695312500 +-0.033691406250 +-0.216796875000 +0.333984375000 +0.146484375000 +0.099121093750 +-0.198242187500 +-0.063964843750 +-0.040527343750 +0.061523437500 +-0.152343750000 +0.255859375000 +0.059326171875 +-0.206054687500 +-0.073730468750 +-0.122558593750 +0.102539062500 +0.351562500000 +0.011047363281 +0.238281250000 +-0.199218750000 +-0.202148437500 +0.011352539062 +0.168945312500 +0.030883789062 +0.055175781250 +-0.094726562500 +0.066894531250 +-0.119628906250 +-0.053710937500 +-0.064941406250 +0.123535156250 +-0.030517578125 +0.064941406250 +0.031005859375 +-0.080078125000 +0.148437500000 +-0.131835937500 +0.145507812500 +-0.005004882812 +0.089355468750 +-0.090820312500 +-0.190429687500 +-0.131835937500 +0.066406250000 +0.196289062500 +-0.021118164062 +-0.097656250000 +0.036376953125 +-0.084960937500 +-0.032958984375 +-0.123535156250 +-0.347656250000 +0.229492187500 +-0.164062500000 +-0.103515625000 +-0.038330078125 +-0.110839843750 +-0.211914062500 +0.181640625000 +-0.060546875000 +0.099609375000 +-0.142578125000 +0.170898437500 +0.289062500000 +-0.073242187500 +-0.255859375000 +0.458984375000 +0.289062500000 +0.133789062500 +0.015197753906 +0.003463745117 +-0.174804687500 +0.109863281250 +-0.141601562500 +0.326171875000 +0.217773437500 +-0.111328125000 +-0.034423828125 +0.109863281250 +0.117187500000 +0.259765625000 +-0.178710937500 +0.205078125000 +-0.100585937500 +-0.065917968750 +0.271484375000 +-0.026123046875 +-0.113281250000 +-0.101074218750 +-0.178710937500 +0.093261718750 +-0.045166015625 +0.083496093750 +-0.037109375000 +-0.009033203125 +-0.289062500000 +-0.253906250000 +-0.080566406250 +-0.197265625000 +-0.192382812500 +-0.240234375000 +0.136718750000 +0.058349609375 +0.140625000000 +0.042968750000 +-0.095703125000 +-0.070312500000 +0.093750000000 +-0.038330078125 +0.047119140625 +0.226562500000 +-0.285156250000 +0.127929687500 +0.016845703125 +-0.050781250000 +0.115722656250 +-0.200195312500 +0.026611328125 +0.219726562500 +-0.046386718750 +-0.136718750000 +0.183593750000 +-0.058837890625 +0.178710937500 +0.166992187500 +-0.178710937500 +-0.421875000000 +-0.230468750000 +0.132812500000 +-0.002334594727 +-0.032470703125 +-0.234375000000 +-0.018310546875 +-0.065429687500 +-0.097656250000 +-0.077636718750 +0.075683593750 +-0.021484375000 +-0.051269531250 +-0.195312500000 +0.157226562500 +-0.080078125000 +-0.104003906250 +0.051025390625 +0.082031250000 +-0.142578125000 +0.007080078125 +0.027343750000 +0.017578125000 +-0.025024414062 +-0.180664062500 +0.038330078125 +-0.038818359375 +-0.013000488281 +0.084960937500 +0.140625000000 +0.217773437500 +-0.119140625000 +-0.330078125000 +0.076660156250 +0.088867187500 +0.065429687500 +-0.287109375000 +0.215820312500 +-0.026000976562 +-0.134765625000 +-0.051757812500 +0.106445312500 +0.095703125000 +-0.112792968750 +0.123046875000 +0.018066406250 +-0.016967773438 +0.084472656250 +0.180664062500 +-0.227539062500 +-0.083984375000 +-0.081054687500 +0.078125000000 +-0.000949859619 +-0.053710937500 +-0.017578125000 +0.144531250000 +-0.146484375000 +-0.187500000000 +-0.013183593750 +-0.103515625000 +0.168945312500 +0.232421875000 +0.038818359375 +-0.249023437500 +-0.265625000000 +0.162109375000 +-0.181640625000 +-0.011535644531 +0.084960937500 +0.013244628906 +0.010192871094 +-0.018188476562 +-0.165039062500 +0.106933593750 +-0.147460937500 +-0.068359375000 +-0.072265625000 +0.178710937500 +-0.017456054688 +-0.122558593750 +0.082519531250 +0.085937500000 +-0.047851562500 +0.113281250000 +0.034179687500 +-0.095703125000 +0.109863281250 +-0.117187500000 +-0.085937500000 +-0.024291992188 +0.007659912109 +0.044921875000 +-0.146484375000 +0.193359375000 +-0.049804687500 +-0.302734375000 +0.168945312500 +0.114746093750 +-0.109375000000 +-0.265625000000 +-0.035400390625 +0.125976562500 +0.089843750000 +-0.012756347656 +0.269531250000 +0.010742187500 +-0.154296875000 +-0.023071289062 +-0.039550781250 +-0.018310546875 +-0.136718750000 +0.082519531250 +0.146484375000 +-0.003890991211 +-0.163085937500 +-0.077148437500 +0.060791015625 +-0.056396484375 +-0.179687500000 +0.107421875000 +-0.192382812500 +-0.204101562500 +-0.185546875000 +-0.090820312500 +0.193359375000 +0.052734375000 +-0.201171875000 +-0.219726562500 +-0.163085937500 +0.027832031250 +0.005310058594 +-0.141601562500 +0.012329101562 +0.036376953125 +-0.191406250000 +-0.170898437500 +-0.021850585938 +-0.006835937500 +-0.079101562500 +0.007995605469 +-0.085937500000 +0.255859375000 +-0.060058593750 +-0.140625000000 +-0.004608154297 +-0.098144531250 +-0.087402343750 +0.041748046875 +-0.143554687500 +0.008728027344 +-0.176757812500 +0.180664062500 +0.033447265625 +-0.035156250000 +0.064453125000 +-0.090332031250 +0.219726562500 +0.244140625000 +-0.072753906250 +-0.244140625000 +0.051513671875 +-0.079589843750 +-0.100097656250 +-0.289062500000 +-0.318359375000 +0.221679687500 +-0.011291503906 +-0.032714843750 +0.035400390625 +-0.001358032227 +0.186523437500 +-0.010742187500 +-0.022338867188 +-0.082519531250 +0.016723632812 +-0.075683593750 +0.014160156250 +-0.024780273438 +-0.113281250000 +-0.239257812500 +0.054687500000 +-0.016479492188 +-0.062500000000 +0.190429687500 +-0.119628906250 +-0.222656250000 +-0.074218750000 +-0.059326171875 +0.291015625000 +0.086425781250 +-0.210937500000 +-0.287109375000 +-0.051513671875 +0.228515625000 +-0.001495361328 +-0.105468750000 +-0.173828125000 +-0.020751953125 +0.078125000000 +-0.081054687500 +-0.046875000000 +-0.043945312500 +0.044189453125 +0.092285156250 +0.169921875000 +0.316406250000 +0.126953125000 +-0.089843750000 +0.163085937500 +-0.074218750000 +0.015747070312 +0.062255859375 +-0.275390625000 +0.031005859375 +0.211914062500 +-0.021606445312 +-0.178710937500 +-0.044921875000 +0.197265625000 +0.032958984375 +0.112304687500 +0.245117187500 +-0.089355468750 +-0.263671875000 +0.165039062500 +0.087402343750 +-0.053955078125 +-0.110351562500 +-0.351562500000 +0.048095703125 +-0.158203125000 +-0.099121093750 +-0.037597656250 +0.191406250000 +-0.179687500000 +-0.076171875000 +0.294921875000 +-0.194335937500 +0.042724609375 +0.088867187500 +-0.037353515625 +-0.044433593750 +-0.130859375000 +-0.110351562500 +-0.112792968750 +-0.025512695312 +-0.052001953125 +0.091308593750 +0.310546875000 +0.063476562500 +-0.110839843750 +-0.053955078125 +0.302734375000 +0.061279296875 +-0.271484375000 +-0.345703125000 +-0.193359375000 +0.008361816406 +0.036376953125 +0.019653320312 +-0.312500000000 +-0.020263671875 +0.095214843750 +-0.009216308594 +-0.238281250000 +-0.034912109375 +0.076660156250 +-0.157226562500 +0.169921875000 +0.174804687500 +0.018554687500 +0.165039062500 +0.004608154297 +0.121582031250 +-0.199218750000 +0.216796875000 +-0.632812500000 +0.029418945312 +-0.080078125000 +0.093261718750 +-0.211914062500 +0.138671875000 +0.063964843750 +0.012268066406 +0.031250000000 +0.250000000000 +-0.048583984375 +-0.194335937500 +0.104980468750 +0.112792968750 +-0.215820312500 +-0.125000000000 +-0.486328125000 +0.127929687500 +-0.187500000000 +-0.108886718750 +-0.022338867188 +-0.165039062500 +-0.129882812500 +-0.191406250000 +0.172851562500 +-0.104003906250 +0.178710937500 +0.022216796875 +0.083007812500 +0.001396179199 +-0.040771484375 +-0.079589843750 +0.080566406250 +0.023071289062 +-0.160156250000 +0.166992187500 +0.080078125000 +0.110839843750 +0.230468750000 +0.088378906250 +0.250000000000 +0.094726562500 +-0.176757812500 +-0.120117187500 +-0.335937500000 +0.132812500000 +0.058593750000 +-0.010192871094 +-0.207031250000 +-0.090332031250 +0.025390625000 +-0.083007812500 +-0.151367187500 +-0.047851562500 +-0.057373046875 +0.063476562500 +-0.025512695312 +0.055664062500 +-0.076660156250 +0.046630859375 +0.131835937500 +0.102539062500 +-0.212890625000 +0.177734375000 +-0.613281250000 +0.062255859375 +-0.104980468750 +0.026733398438 +-0.168945312500 +0.098632812500 +0.001884460449 +0.097167968750 +0.062988281250 +0.235351562500 +-0.059082031250 +-0.000846862793 +0.233398437500 +0.102539062500 +-0.061035156250 +-0.118164062500 +-0.302734375000 +0.198242187500 +-0.217773437500 +-0.170898437500 +-0.022216796875 +0.030151367188 +-0.396484375000 +-0.150390625000 +0.250000000000 +-0.113769531250 +0.163085937500 +0.048828125000 +0.112792968750 +0.066406250000 +-0.227539062500 +-0.026245117188 +-0.021240234375 +0.078125000000 +-0.153320312500 +0.109863281250 +0.357421875000 +-0.063964843750 +0.026489257812 +-0.072753906250 +0.140625000000 +0.010498046875 +-0.051513671875 +-0.040527343750 +-0.453125000000 +-0.065429687500 +-0.064453125000 +-0.074218750000 +-0.129882812500 +0.044433593750 +0.036865234375 +-0.105957031250 +-0.064453125000 +-0.112792968750 +-0.085449218750 +0.122558593750 +-0.020751953125 +0.211914062500 +0.166015625000 +0.224609375000 +-0.065917968750 +-0.081054687500 +-0.202148437500 +0.091796875000 +-0.111328125000 +-0.073242187500 +0.175781250000 +-0.056152343750 +0.022827148438 +-0.004119873047 +0.082031250000 +0.099609375000 +0.255859375000 +0.211914062500 +-0.125976562500 +0.013793945312 +0.170898437500 +0.149414062500 +-0.009094238281 +-0.166015625000 +0.048828125000 +0.046630859375 +-0.241210937500 +-0.235351562500 +0.082519531250 +-0.065429687500 +-0.198242187500 +-0.049072265625 +0.128906250000 +-0.006134033203 +-0.316406250000 +-0.101074218750 +0.177734375000 +0.069335937500 +-0.345703125000 +0.114257812500 +-0.095703125000 +-0.214843750000 +-0.075195312500 +-0.222656250000 +-0.243164062500 +0.085449218750 +0.018920898438 +-0.182617187500 +0.178710937500 +0.105957031250 +-0.039306640625 +-0.310546875000 +0.072753906250 +-0.083496093750 +-0.043457031250 +-0.064453125000 +0.222656250000 +-0.355468750000 +-0.094238281250 +0.025146484375 +-0.177734375000 +-0.057373046875 +0.259765625000 +0.176757812500 +-0.016113281250 +-0.061279296875 +0.010192871094 +-0.076171875000 +-0.034179687500 +-0.223632812500 +0.164062500000 +0.056640625000 +0.005371093750 +-0.017700195312 +0.076660156250 +-0.213867187500 +0.198242187500 +-0.157226562500 +-0.232421875000 +0.304687500000 +-0.103515625000 +0.020629882812 +-0.003936767578 +-0.068847656250 +-0.023193359375 +-0.080566406250 +-0.133789062500 +-0.084472656250 +-0.226562500000 +-0.000736236572 +0.008239746094 +-0.226562500000 +-0.153320312500 +0.361328125000 +-0.281250000000 +-0.011291503906 +0.110839843750 +0.116699218750 +-0.273437500000 +-0.091308593750 +0.084960937500 +0.091308593750 +-0.136718750000 +0.096679687500 +-0.080078125000 +-0.179687500000 +-0.277343750000 +-0.048095703125 +-0.036621093750 +-0.010803222656 +0.098632812500 +0.074707031250 +0.028564453125 +0.011413574219 +0.011718750000 +-0.207031250000 +-0.128906250000 +0.069824218750 +0.071777343750 +-0.168945312500 +0.044677734375 +-0.542968750000 +0.116699218750 +-0.081542968750 +0.023315429688 +0.026123046875 +0.096679687500 +-0.055908203125 +0.020996093750 +-0.054199218750 +0.535156250000 +-0.085937500000 +-0.166992187500 +-0.128906250000 +0.075683593750 +0.108886718750 +-0.139648437500 +0.104003906250 +-0.018798828125 +-0.060058593750 +0.196289062500 +-0.111328125000 +-0.061279296875 +0.322265625000 +-0.184570312500 +-0.087402343750 +-0.410156250000 +-0.019165039062 +-0.117675781250 +0.024780273438 +0.064941406250 +0.010681152344 +-0.223632812500 +0.068847656250 +-0.125976562500 +-0.222656250000 +0.094238281250 +0.186523437500 +0.095703125000 +-0.067871093750 +0.123046875000 +-0.010986328125 +-0.058593750000 +-0.026367187500 +-0.077636718750 +0.072265625000 +0.053955078125 +0.088378906250 +0.042968750000 +-0.210937500000 +-0.367187500000 +0.101562500000 +-0.122070312500 +-0.082031250000 +0.090332031250 +-0.150390625000 +-0.243164062500 +-0.030883789062 +0.078125000000 +-0.009033203125 +-0.072265625000 +-0.048828125000 +0.095214843750 +-0.220703125000 +-0.032470703125 +-0.570312500000 +-0.011108398438 +-0.206054687500 +-0.001235961914 +-0.165039062500 +0.207031250000 +0.185546875000 +-0.005065917969 +0.061767578125 +0.072265625000 +0.143554687500 +-0.014587402344 +0.003219604492 +0.053222656250 +-0.031250000000 +-0.159179687500 +-0.088378906250 +0.132812500000 +-0.170898437500 +0.095214843750 +-0.063964843750 +0.079101562500 +0.316406250000 +-0.250000000000 +-0.025756835938 +-0.341796875000 +0.089843750000 +-0.052978515625 +-0.177734375000 +0.064453125000 +0.029296875000 +-0.133789062500 +0.009826660156 +0.094238281250 +0.018310546875 +-0.066406250000 +0.115234375000 +-0.014038085938 +0.105468750000 +0.168945312500 +0.155273437500 +0.055175781250 +-0.118164062500 +0.009582519531 +0.131835937500 +0.084960937500 +-0.034423828125 +-0.158203125000 +-0.201171875000 +0.041992187500 +-0.023681640625 +0.131835937500 +-0.062500000000 +-0.102539062500 +0.206054687500 +-0.255859375000 +-0.124511718750 +0.008056640625 +-0.087402343750 +-0.175781250000 +0.009948730469 +0.036132812500 +-0.128906250000 +0.095214843750 +-0.605468750000 +0.084472656250 +-0.125976562500 +0.433593750000 +-0.065429687500 +0.167968750000 +-0.046875000000 +0.230468750000 +0.072753906250 +-0.027587890625 +0.128906250000 +-0.129882812500 +0.096679687500 +0.186523437500 +0.074218750000 +-0.089355468750 +0.005920410156 +0.113281250000 +-0.081542968750 +0.140625000000 +0.002319335938 +0.078613281250 +0.162109375000 +0.007812500000 +-0.035644531250 +-0.118164062500 +0.083496093750 +0.193359375000 +-0.018676757812 +-0.036865234375 +-0.010070800781 +-0.001625061035 +-0.148437500000 +0.218750000000 +-0.138671875000 +0.071777343750 +0.294921875000 +0.166992187500 +0.018554687500 +0.165039062500 +0.067871093750 +-0.146484375000 +-0.240234375000 +0.063964843750 +0.095703125000 +-0.122558593750 +0.064453125000 +0.110839843750 +-0.161132812500 +0.043457031250 +-0.000820159912 +-0.043212890625 +0.044433593750 +-0.003585815430 +-0.158203125000 +-0.212890625000 +-0.038574218750 +0.023925781250 +-0.008911132812 +0.244140625000 +-0.213867187500 +-0.094238281250 +-0.137695312500 +0.165039062500 +-0.691406250000 +-0.061035156250 +-0.265625000000 +0.458984375000 +-0.263671875000 +0.014648437500 +-0.121093750000 +0.131835937500 +-0.098632812500 +-0.070800781250 +0.035888671875 +-0.163085937500 +0.001182556152 +0.251953125000 +0.000425338745 +-0.069335937500 +0.029052734375 +0.153320312500 +-0.214843750000 +0.084472656250 +0.123535156250 +-0.134765625000 +0.247070312500 +-0.105468750000 +-0.171875000000 +-0.123535156250 +-0.016235351562 +0.146484375000 +0.004943847656 +-0.058837890625 +-0.226562500000 +-0.070312500000 +0.033935546875 +0.124511718750 +0.013122558594 +-0.072753906250 +-0.045410156250 +0.122070312500 +0.024780273438 +0.152343750000 +0.037841796875 +-0.199218750000 +-0.234375000000 +-0.005157470703 +0.105468750000 +-0.139648437500 +0.068359375000 +-0.086914062500 +-0.324218750000 +-0.031250000000 +0.057373046875 +0.088378906250 +-0.099609375000 +0.159179687500 +-0.087402343750 +-0.292968750000 +-0.008300781250 +0.000495910645 +-0.119140625000 +0.302734375000 +-0.123046875000 +-0.120117187500 +-0.172851562500 +0.312500000000 +-0.757812500000 +0.028808593750 +-0.104492187500 +0.492187500000 +-0.406250000000 +-0.038574218750 +0.172851562500 +-0.018432617188 +-0.077636718750 +-0.130859375000 +-0.028686523438 +-0.209960937500 +-0.225585937500 +0.154296875000 +0.046386718750 +-0.040039062500 +0.048828125000 +0.067871093750 +-0.345703125000 +0.156250000000 +0.051757812500 +-0.167968750000 +0.207031250000 +-0.137695312500 +-0.073242187500 +-0.021850585938 +-0.010681152344 +0.040527343750 +0.067382812500 +-0.130859375000 +-0.065917968750 +0.201171875000 +-0.039306640625 +0.143554687500 +0.316406250000 +-0.097167968750 +-0.192382812500 +0.091308593750 +-0.078125000000 +0.149414062500 +0.139648437500 +-0.343750000000 +-0.121093750000 +0.072753906250 +0.146484375000 +-0.373046875000 +-0.058593750000 +-0.049316406250 +-0.131835937500 +-0.000455856323 +-0.052978515625 +0.110351562500 +-0.071777343750 +0.073730468750 +0.080078125000 +-0.167968750000 +-0.091308593750 +-0.117675781250 +-0.113769531250 +-0.253906250000 +-0.030517578125 +-0.000197410583 +-0.164062500000 +0.082519531250 +-0.609375000000 +-0.092773437500 +-0.178710937500 +0.324218750000 +-0.230468750000 +0.077636718750 +0.166992187500 +-0.128906250000 +-0.047851562500 +0.032714843750 +0.047363281250 +-0.183593750000 +-0.202148437500 +0.103027343750 +-0.099609375000 +-0.080566406250 +0.043212890625 +0.142578125000 +-0.122070312500 +0.195312500000 +0.148437500000 +-0.014099121094 +0.082031250000 +0.124023437500 +0.062255859375 +-0.127929687500 +0.099121093750 +0.153320312500 +-0.079589843750 +0.009460449219 +-0.013732910156 +0.074707031250 +-0.170898437500 +0.079101562500 +0.085937500000 +-0.242187500000 +-0.143554687500 +0.104003906250 +0.058105468750 +-0.337890625000 +-0.085449218750 +-0.055908203125 +0.077636718750 +-0.023803710938 +0.149414062500 +-0.022460937500 +-0.188476562500 +-0.220703125000 +-0.110839843750 +0.160156250000 +-0.008178710938 +0.003662109375 +-0.075683593750 +-0.298828125000 +-0.008178710938 +-0.111816406250 +0.148437500000 +-0.027465820312 +-0.070800781250 +-0.032958984375 +0.073242187500 +0.047851562500 +-0.104492187500 +0.045898437500 +0.102050781250 +0.220703125000 +0.011962890625 +0.083496093750 +-0.095703125000 +-0.079101562500 +-0.265625000000 +0.021118164062 +0.113281250000 +0.093261718750 +-0.054199218750 +-0.039062500000 +0.129882812500 +0.151367187500 +-0.180664062500 +-0.287109375000 +-0.130859375000 +-0.172851562500 +-0.030639648438 +-0.183593750000 +-0.075683593750 +-0.096679687500 +-0.218750000000 +-0.207031250000 +-0.085937500000 +0.193359375000 +0.056396484375 +-0.058837890625 +-0.116210937500 +0.120605468750 +-0.215820312500 +-0.077636718750 +-0.152343750000 +0.287109375000 +-0.102050781250 +-0.011596679688 +-0.021728515625 +0.138671875000 +-0.083496093750 +-0.000389099121 +-0.281250000000 +0.013244628906 +-0.060546875000 +0.096679687500 +0.188476562500 +-0.107421875000 +-0.109375000000 +-0.134765625000 +-0.060058593750 +0.060302734375 +-0.034423828125 +0.085937500000 +-0.069824218750 +-0.141601562500 +0.103027343750 +-0.058593750000 +0.067382812500 +-0.029418945312 +-0.283203125000 +-0.019042968750 +0.137695312500 +-0.052001953125 +-0.185546875000 +0.088867187500 +-0.050048828125 +0.076171875000 +-0.026489257812 +-0.022583007812 +-0.140625000000 +0.022460937500 +-0.158203125000 +-0.064941406250 +0.045166015625 +0.041748046875 +-0.112792968750 +0.116210937500 +-0.070800781250 +0.039062500000 +-0.062255859375 +0.172851562500 +-0.215820312500 +-0.041748046875 +0.015869140625 +-0.133789062500 +0.062988281250 +-0.347656250000 +-0.028930664062 +-0.179687500000 +0.039550781250 +0.232421875000 +0.071289062500 +0.176757812500 +-0.190429687500 +-0.004913330078 +-0.099121093750 +-0.039306640625 +-0.070800781250 +-0.038330078125 +-0.066406250000 +0.068847656250 +-0.030517578125 +0.006927490234 +0.007598876953 +-0.002258300781 +-0.178710937500 +0.180664062500 +-0.191406250000 +0.026000976562 +0.092773437500 +-0.108398437500 +-0.234375000000 +-0.238281250000 +-0.047607421875 +-0.005859375000 +0.105957031250 +0.036865234375 +0.078125000000 +0.106445312500 +0.171875000000 +-0.183593750000 +-0.049316406250 +0.000804901123 +-0.111328125000 +0.165039062500 +0.120117187500 +-0.148437500000 +-0.168945312500 +0.095214843750 +0.131835937500 +0.101562500000 +-0.172851562500 +-0.019042968750 +0.052246093750 +0.207031250000 +-0.068847656250 +-0.014221191406 +-0.071777343750 +0.121093750000 +0.004852294922 +0.056396484375 +0.167968750000 +0.092285156250 +-0.190429687500 +0.076660156250 +-0.124023437500 +-0.022216796875 +0.052246093750 +-0.049316406250 +0.097656250000 +-0.141601562500 +-0.089843750000 +-0.051513671875 +-0.083984375000 +-0.016357421875 +-0.012878417969 +-0.116210937500 +0.035644531250 +-0.167968750000 +-0.101562500000 +-0.095703125000 +-0.008789062500 +0.070800781250 +-0.213867187500 +-0.079589843750 +-0.090820312500 +0.034667968750 +-0.022338867188 +0.057861328125 +-0.263671875000 +-0.015502929688 +-0.000112533569 +0.035888671875 +0.184570312500 +0.010437011719 +0.001983642578 +-0.085937500000 +0.028564453125 +-0.084960937500 +0.124511718750 +0.130859375000 +-0.048339843750 +0.014282226562 +0.124023437500 +-0.070800781250 +-0.058837890625 +-0.227539062500 +-0.125976562500 +0.107421875000 +0.201171875000 +0.052978515625 +-0.269531250000 +0.187500000000 +0.076171875000 +0.030761718750 +-0.001365661621 +-0.089355468750 +-0.080566406250 +0.063964843750 +-0.087402343750 +-0.142578125000 +0.024291992188 +-0.080566406250 +-0.182617187500 +-0.019042968750 +0.086425781250 +0.098144531250 +-0.098632812500 +-0.066406250000 +-0.087890625000 +0.163085937500 +-0.080566406250 +-0.167968750000 +-0.124511718750 +-0.031982421875 +-0.160156250000 +0.115234375000 +-0.150390625000 +0.166015625000 +0.253906250000 +-0.061035156250 +-0.060546875000 +-0.118652343750 +-0.156250000000 +-0.069335937500 +-0.017211914062 +-0.016723632812 +-0.132812500000 +-0.095214843750 +0.062255859375 +0.025512695312 +0.041748046875 +0.116210937500 +-0.162109375000 +-0.181640625000 +-0.075195312500 +0.122558593750 +0.108886718750 +0.061767578125 +-0.102539062500 +0.070800781250 +-0.016967773438 +-0.124023437500 +0.169921875000 +-0.006408691406 +0.219726562500 +-0.084472656250 +0.106933593750 +-0.285156250000 +0.023559570312 +0.026245117188 +-0.064941406250 +0.148437500000 +0.117675781250 +-0.056884765625 +-0.197265625000 +0.041015625000 +-0.005279541016 +0.089843750000 +0.033447265625 +0.086914062500 +0.014892578125 +0.060546875000 +-0.040527343750 +-0.133789062500 +-0.120117187500 +-0.073242187500 +-0.219726562500 +-0.191406250000 +0.133789062500 +-0.001838684082 +-0.107421875000 +-0.175781250000 +-0.057128906250 +-0.099121093750 +-0.029418945312 +-0.049316406250 +0.048095703125 +-0.048095703125 +0.113281250000 +0.023559570312 +-0.141601562500 +-0.051757812500 +0.160156250000 +0.147460937500 +0.013671875000 +-0.058837890625 +-0.101074218750 +-0.127929687500 +-0.080078125000 +-0.044189453125 +-0.205078125000 +-0.069335937500 +0.024414062500 +-0.026245117188 +-0.039306640625 +0.059326171875 +-0.145507812500 +-0.036621093750 +-0.052246093750 +0.021118164062 +0.090820312500 +0.046142578125 +-0.050781250000 +-0.026367187500 +-0.016357421875 +0.016723632812 +0.167968750000 +-0.144531250000 +0.114257812500 +0.089843750000 +0.218750000000 +-0.120605468750 +-0.048095703125 +-0.406250000000 +-0.094238281250 +0.097656250000 +0.000482559204 +-0.049804687500 +-0.075195312500 +0.195312500000 +-0.038085937500 +0.041015625000 +0.134765625000 +-0.003356933594 +0.096679687500 +-0.005126953125 +0.036132812500 +-0.130859375000 +0.050048828125 +-0.123046875000 +-0.026611328125 +-0.041992187500 +-0.091308593750 +-0.078613281250 +0.035644531250 +-0.235351562500 +-0.133789062500 +-0.149414062500 +-0.006408691406 +-0.083984375000 +-0.007873535156 +-0.253906250000 +-0.248046875000 +-0.093750000000 +-0.050781250000 +0.159179687500 +0.083984375000 +0.095214843750 +-0.156250000000 +0.078125000000 +-0.343750000000 +-0.035400390625 +0.071289062500 +0.131835937500 +-0.186523437500 +-0.003295898438 +-0.098632812500 +0.025390625000 +0.094238281250 +-0.000583648682 +-0.072265625000 +0.085449218750 +0.076171875000 +0.034912109375 +0.132812500000 +0.145507812500 +0.078613281250 +0.010681152344 +-0.039550781250 +-0.172851562500 +0.093261718750 +-0.135742187500 +-0.015991210938 +0.006591796875 +0.013122558594 +-0.269531250000 +0.041748046875 +-0.011718750000 +-0.010314941406 +0.054687500000 +-0.159179687500 +-0.245117187500 +-0.147460937500 +0.113281250000 +0.084960937500 +0.021484375000 +0.116699218750 +-0.010314941406 +-0.245117187500 +-0.183593750000 +-0.063964843750 +-0.096191406250 +0.136718750000 +-0.245117187500 +-0.139648437500 +0.027954101562 +0.050048828125 +0.151367187500 +0.095214843750 +-0.339843750000 +-0.174804687500 +0.051269531250 +0.011901855469 +-0.023803710938 +-0.202148437500 +-0.330078125000 +0.046630859375 +-0.092285156250 +0.063964843750 +0.032958984375 +0.234375000000 +0.250000000000 +-0.079589843750 +-0.054443359375 +-0.125976562500 +-0.038085937500 +0.036376953125 +0.149414062500 +-0.032714843750 +-0.004119873047 +-0.099121093750 +-0.044189453125 +0.165039062500 +-0.040771484375 +-0.117187500000 +-0.416015625000 +-0.094238281250 +-0.012329101562 +-0.021484375000 +0.070800781250 +-0.031738281250 +0.044189453125 +0.253906250000 +0.131835937500 +-0.121582031250 +0.049072265625 +0.020263671875 +-0.010498046875 +-0.076171875000 +-0.098144531250 +-0.114746093750 +-0.120117187500 +-0.133789062500 +0.065429687500 +-0.084472656250 +-0.511718750000 +-0.057373046875 +-0.024536132812 +0.223632812500 +-0.271484375000 +-0.231445312500 +-0.324218750000 +-0.184570312500 +0.017578125000 +-0.062988281250 +0.095214843750 +0.075195312500 +0.126953125000 +-0.043212890625 +-0.010192871094 +0.011047363281 +-0.051757812500 +0.031494140625 +0.048339843750 +0.090332031250 +0.201171875000 +-0.220703125000 +-0.107421875000 +-0.125976562500 +0.004821777344 +-0.031738281250 +0.158203125000 +-0.026977539062 +-0.053222656250 +0.079589843750 +0.195312500000 +0.115234375000 +-0.090820312500 +-0.277343750000 +0.312500000000 +0.043945312500 +-0.121582031250 +-0.112304687500 +0.166992187500 +0.041992187500 +-0.003265380859 +0.094238281250 +0.088867187500 +-0.100585937500 +-0.169921875000 +0.018554687500 +0.104003906250 +-0.130859375000 +0.194335937500 +-0.107421875000 +0.006317138672 +0.188476562500 +0.069824218750 +-0.135742187500 +-0.104980468750 +0.020874023438 +0.158203125000 +0.079589843750 +-0.095214843750 +-0.251953125000 +-0.054443359375 +-0.015014648438 +-0.049316406250 +0.158203125000 +-0.279296875000 +-0.063964843750 +-0.113769531250 +0.363281250000 +-0.227539062500 +-0.273437500000 +-0.369140625000 +-0.191406250000 +0.170898437500 +-0.109863281250 +0.004852294922 +-0.167968750000 +-0.078613281250 +-0.046386718750 +0.120117187500 +0.098632812500 +0.040527343750 +0.209960937500 +0.076171875000 +-0.078613281250 +-0.036376953125 +-0.314453125000 +0.031250000000 +0.122070312500 +-0.008300781250 +-0.110839843750 +0.103515625000 +0.050292968750 +0.083984375000 +-0.045166015625 +0.017578125000 +0.081542968750 +0.084472656250 +-0.188476562500 +0.302734375000 +0.141601562500 +-0.029785156250 +-0.045166015625 +0.147460937500 +-0.016723632812 +-0.047363281250 +0.025634765625 +0.039794921875 +-0.031738281250 +-0.037841796875 +0.030517578125 +-0.243164062500 +-0.014526367188 +0.076171875000 +-0.125976562500 +-0.104003906250 +0.094238281250 +0.075683593750 +-0.341796875000 +0.000032901764 +-0.032226562500 +0.168945312500 +-0.236328125000 +0.067382812500 +-0.376953125000 +-0.026855468750 +-0.023803710938 +0.060546875000 +0.164062500000 +-0.347656250000 +-0.019775390625 +-0.024291992188 +0.345703125000 +-0.289062500000 +-0.149414062500 +-0.308593750000 +-0.394531250000 +-0.049316406250 +0.041503906250 +-0.045898437500 +-0.057617187500 +0.134765625000 +-0.271484375000 +0.077148437500 +0.098144531250 +-0.069335937500 +0.071777343750 +-0.031494140625 +-0.134765625000 +0.052246093750 +-0.365234375000 +-0.086914062500 +0.116699218750 +-0.039550781250 +-0.112304687500 +-0.033203125000 +0.103027343750 +0.107910156250 +0.138671875000 +0.044677734375 +0.047363281250 +-0.008239746094 +0.158203125000 +0.226562500000 +0.022827148438 +0.074218750000 +-0.249023437500 +0.184570312500 +-0.007141113281 +0.153320312500 +-0.049560546875 +0.002609252930 +-0.021850585938 +0.021850585938 +-0.017089843750 +-0.224609375000 +-0.094726562500 +-0.022338867188 +-0.104003906250 +-0.080566406250 +0.037597656250 +0.069335937500 +-0.233398437500 +0.109863281250 +-0.011657714844 +0.096191406250 +0.131835937500 +-0.122558593750 +-0.228515625000 +-0.023559570312 +-0.043457031250 +-0.137695312500 +0.080078125000 +-0.343750000000 +-0.037841796875 +-0.141601562500 +0.439453125000 +-0.269531250000 +-0.212890625000 +-0.470703125000 +-0.237304687500 +-0.007812500000 +0.038818359375 +-0.186523437500 +-0.096191406250 +0.058105468750 +-0.110839843750 +0.053955078125 +0.025756835938 +0.064453125000 +0.043212890625 +0.032958984375 +-0.033691406250 +0.073242187500 +-0.367187500000 +0.088867187500 +0.035888671875 +0.155273437500 +-0.031982421875 +0.043212890625 +0.093261718750 +0.058105468750 +0.140625000000 +0.062988281250 +-0.072265625000 +-0.011535644531 +-0.095214843750 +-0.219726562500 +0.003723144531 +0.127929687500 +-0.182617187500 +0.083496093750 +0.071777343750 +0.239257812500 +0.074707031250 +0.081054687500 +-0.019897460938 +0.053222656250 +0.205078125000 +-0.257812500000 +0.091308593750 +0.122070312500 +-0.296875000000 +0.042968750000 +0.134765625000 +0.060791015625 +-0.214843750000 +0.007507324219 +-0.094726562500 +-0.083984375000 +-0.015319824219 +0.042480468750 +-0.237304687500 +0.001617431641 +-0.124511718750 +0.061035156250 +0.059082031250 +-0.470703125000 +0.035644531250 +-0.076660156250 +0.439453125000 +-0.410156250000 +-0.146484375000 +-0.388671875000 +-0.292968750000 +0.014526367188 +-0.008483886719 +-0.117187500000 +0.145507812500 +0.104980468750 +-0.234375000000 +0.019775390625 +0.163085937500 +-0.016845703125 +0.065917968750 +-0.024658203125 +-0.053222656250 +0.211914062500 +-0.176757812500 +0.014343261719 +-0.109863281250 +-0.008544921875 +-0.085449218750 +-0.014526367188 +-0.145507812500 +0.095214843750 +0.144531250000 +0.287109375000 +-0.285156250000 +-0.073242187500 +-0.179687500000 +0.098144531250 +0.048095703125 +0.250000000000 +-0.202148437500 +-0.140625000000 +0.205078125000 +0.053466796875 +-0.044921875000 +-0.091796875000 +-0.054687500000 +-0.003372192383 +0.273437500000 +-0.187500000000 +-0.011962890625 +0.048095703125 +-0.091796875000 +0.043457031250 +0.328125000000 +-0.065429687500 +-0.251953125000 +-0.005676269531 +-0.069335937500 +-0.248046875000 +-0.051513671875 +-0.003250122070 +-0.148437500000 +-0.131835937500 +-0.306640625000 +-0.118652343750 +-0.020751953125 +-0.404296875000 +-0.042724609375 +-0.057861328125 +0.330078125000 +-0.316406250000 +-0.091308593750 +-0.255859375000 +-0.241210937500 +0.071289062500 +-0.048828125000 +0.189453125000 +-0.014404296875 +0.169921875000 +-0.519531250000 +-0.125000000000 +0.055908203125 +0.002975463867 +0.123535156250 +-0.077148437500 +0.113281250000 +-0.024658203125 +-0.353515625000 +0.026245117188 +0.047607421875 +0.089355468750 +-0.128906250000 +0.253906250000 +-0.036376953125 +-0.120605468750 +0.031982421875 +0.220703125000 +0.104003906250 +0.161132812500 +-0.355468750000 +0.067382812500 +0.090332031250 +0.118164062500 +-0.257812500000 +-0.157226562500 +0.033203125000 +0.136718750000 +0.216796875000 +0.075195312500 +0.137695312500 +-0.010803222656 +0.257812500000 +-0.073730468750 +-0.123535156250 +-0.154296875000 +-0.083984375000 +0.098144531250 +0.125976562500 +0.005920410156 +-0.273437500000 +0.166015625000 +-0.033935546875 +0.146484375000 +-0.242187500000 +0.182617187500 +-0.109863281250 +-0.060302734375 +-0.104492187500 +-0.239257812500 +-0.026611328125 +-0.341796875000 +-0.036376953125 +-0.117187500000 +0.245117187500 +-0.292968750000 +-0.112792968750 +-0.240234375000 +-0.144531250000 +0.089843750000 +0.057128906250 +0.204101562500 +-0.092285156250 +0.167968750000 +0.038574218750 +-0.204101562500 +0.097656250000 +-0.055664062500 +0.166992187500 +-0.073242187500 +-0.047119140625 +0.212890625000 +-0.292968750000 +-0.009643554688 +0.116210937500 +0.111328125000 +-0.005981445312 +0.229492187500 +-0.001281738281 +-0.104980468750 +-0.012939453125 +0.190429687500 +-0.044433593750 +-0.075683593750 +-0.131835937500 +0.269531250000 +0.017822265625 +0.030151367188 +-0.177734375000 +0.133789062500 +0.101074218750 +-0.170898437500 +-0.016601562500 +0.059814453125 +-0.012207031250 +0.109375000000 +-0.138671875000 +0.259765625000 +0.130859375000 +-0.081054687500 +0.005462646484 +-0.048095703125 +-0.081542968750 +-0.016967773438 +-0.023925781250 +0.021606445312 +0.026000976562 +0.128906250000 +0.002014160156 +-0.098632812500 +0.033935546875 +0.056396484375 +0.041748046875 +0.244140625000 +-0.077148437500 +0.030029296875 +0.018554687500 +0.031982421875 +0.013000488281 +-0.104003906250 +0.063964843750 +-0.092773437500 +-0.089843750000 +-0.152343750000 +0.123046875000 +0.125976562500 +-0.128906250000 +0.011535644531 +0.339843750000 +0.042724609375 +0.298828125000 +-0.007110595703 +0.044677734375 +-0.136718750000 +0.020996093750 +-0.057617187500 +0.197265625000 +0.073242187500 +-0.039550781250 +-0.466796875000 +-0.032470703125 +-0.181640625000 +-0.012084960938 +-0.357421875000 +-0.075195312500 +0.139648437500 +-0.166015625000 +-0.135742187500 +-0.065429687500 +-1.234375000000 +0.050537109375 +0.271484375000 +-0.153320312500 +-0.167968750000 +-0.761718750000 +-0.130859375000 +0.081054687500 +-0.085449218750 +-0.085449218750 +0.072265625000 +-0.192382812500 +0.036376953125 +-0.152343750000 +-0.152343750000 +0.070312500000 +0.024658203125 +-0.125976562500 +0.062500000000 +-0.113281250000 +-0.038574218750 +-0.077636718750 +-0.168945312500 +0.068359375000 +-0.115234375000 +0.139648437500 +0.243164062500 +-0.117675781250 +0.246093750000 +-0.046142578125 +0.112792968750 +0.233398437500 +0.109863281250 +-0.031494140625 +0.070800781250 +-0.055908203125 +0.018798828125 +0.011657714844 +-0.011108398438 +-0.065429687500 +0.125000000000 +0.005340576172 +0.086425781250 +0.182617187500 +-0.005096435547 +-0.075683593750 +0.015625000000 +0.013305664062 +-0.028320312500 +0.145507812500 +-0.076171875000 +-0.043945312500 +0.141601562500 +0.091308593750 +-0.621093750000 +-0.055419921875 +-0.112792968750 +0.029296875000 +-0.333984375000 +-0.009399414062 +0.022460937500 +-0.013244628906 +-0.251953125000 +0.115234375000 +-0.486328125000 +0.115722656250 +0.285156250000 +-0.193359375000 +-0.219726562500 +-0.609375000000 +-0.259765625000 +0.070800781250 +-0.020263671875 +0.038085937500 +0.026855468750 +-0.185546875000 +0.042236328125 +-0.059082031250 +-0.388671875000 +0.086914062500 +-0.094726562500 +-0.097656250000 +-0.021972656250 +-0.137695312500 +-0.043701171875 +-0.057373046875 +0.024902343750 +0.048339843750 +-0.149414062500 +-0.116210937500 +0.102050781250 +-0.033935546875 +0.155273437500 +0.151367187500 +0.008666992188 +0.034179687500 +0.103515625000 +-0.080566406250 +-0.014770507812 +-0.051513671875 +-0.076171875000 +0.159179687500 +0.008422851562 +0.101074218750 +0.049316406250 +-0.064941406250 +0.056884765625 +0.302734375000 +0.212890625000 +0.064941406250 +0.087402343750 +0.022460937500 +-0.143554687500 +0.071777343750 +-0.048828125000 +-0.080078125000 +0.144531250000 +0.109863281250 +-0.597656250000 +-0.056152343750 +-0.056884765625 +0.020874023438 +-0.263671875000 +-0.057861328125 +-0.154296875000 +0.045410156250 +-0.104003906250 +0.002700805664 +-0.359375000000 +0.152343750000 +0.328125000000 +-0.314453125000 +-0.035400390625 +-0.373046875000 +-0.077148437500 +0.143554687500 +-0.055175781250 +-0.004730224609 +0.003723144531 +-0.076171875000 +-0.010498046875 +-0.006134033203 +-0.144531250000 +-0.017822265625 +0.065429687500 +-0.035644531250 +0.152343750000 +-0.056640625000 +0.039062500000 +-0.052001953125 +0.077148437500 +0.077148437500 +-0.071289062500 +0.100585937500 +0.253906250000 +0.194335937500 +0.166015625000 +0.250000000000 +-0.033935546875 +0.006225585938 +-0.053710937500 +-0.059814453125 +-0.032470703125 +-0.289062500000 +-0.091308593750 +0.086914062500 +-0.044433593750 +0.150390625000 +0.106933593750 +-0.058837890625 +-0.101562500000 +0.162109375000 +-0.051269531250 +0.002990722656 +-0.019531250000 +-0.011962890625 +-0.109375000000 +-0.026367187500 +-0.084472656250 +-0.166015625000 +-0.047363281250 +0.135742187500 +-0.289062500000 +-0.124511718750 +-0.038085937500 +0.009216308594 +-0.162109375000 +0.014709472656 +-0.361328125000 +0.009033203125 +-0.003540039062 +-0.031250000000 +-0.132812500000 +0.000461578369 +0.136718750000 +-0.281250000000 +0.032470703125 +0.001052856445 +-0.026733398438 +0.114257812500 +-0.043212890625 +-0.045410156250 +-0.052001953125 +-0.052490234375 +0.133789062500 +0.022338867188 +0.014282226562 +0.094726562500 +0.001831054688 +0.047851562500 +0.011596679688 +-0.190429687500 +0.127929687500 +-0.069824218750 +0.078613281250 +0.134765625000 +-0.064453125000 +-0.091796875000 +0.114746093750 +0.147460937500 +0.174804687500 +0.014465332031 +0.021118164062 +0.100097656250 +0.203125000000 +-0.046630859375 +-0.033203125000 +-0.052001953125 +-0.022705078125 +0.047363281250 +-0.009399414062 +0.169921875000 +0.101562500000 +0.029418945312 +-0.076660156250 +0.024169921875 +0.009521484375 +-0.077148437500 +-0.053222656250 +0.129882812500 +-0.035400390625 +0.071289062500 +-0.052978515625 +-0.312500000000 +-0.239257812500 +0.091796875000 +-0.172851562500 +-0.025146484375 +-0.054199218750 +0.102539062500 +-0.223632812500 +0.193359375000 +-0.341796875000 +-0.034423828125 +-0.197265625000 +-0.046630859375 +-0.166992187500 +-0.062500000000 +0.176757812500 +-0.206054687500 +-0.106933593750 +-0.371093750000 +0.017944335938 +-0.018188476562 +0.039550781250 +0.118164062500 +0.028198242188 +-0.121093750000 +0.138671875000 +0.164062500000 +0.181640625000 +0.173828125000 +-0.049804687500 +-0.006927490234 +-0.086425781250 +0.024902343750 +-0.002990722656 +0.019165039062 +-0.010070800781 +0.057617187500 +-0.075683593750 +-0.074218750000 +0.220703125000 +0.200195312500 +0.047363281250 +-0.062988281250 +0.065917968750 +-0.106445312500 +0.064453125000 +0.117187500000 +0.045410156250 +-0.185546875000 +-0.081542968750 +-0.120605468750 +-0.068359375000 +-0.018676757812 +0.048095703125 +0.034912109375 +0.178710937500 +0.068847656250 +0.051757812500 +-0.006347656250 +-0.089843750000 +-0.018676757812 +0.131835937500 +-0.165039062500 +-0.113769531250 +-0.209960937500 +-0.378906250000 +-0.090332031250 +-0.141601562500 +-0.080566406250 +-0.123046875000 +-0.075683593750 +-0.322265625000 +0.222656250000 +-0.468750000000 +-0.205078125000 +-0.139648437500 +0.014099121094 +-0.644531250000 +0.149414062500 +0.259765625000 +-0.202148437500 +0.020996093750 +-0.416015625000 +-0.027465820312 +-0.029418945312 +-0.101074218750 +-0.089843750000 +0.142578125000 +-0.158203125000 +0.330078125000 +0.078613281250 +-0.173828125000 +0.155273437500 +-0.093750000000 +-0.085937500000 +0.010864257812 +-0.105468750000 +0.030517578125 +0.114257812500 +0.019897460938 +0.028686523438 +-0.045410156250 +0.140625000000 +0.089843750000 +0.187500000000 +0.114257812500 +-0.226562500000 +-0.024658203125 +-0.083007812500 +-0.014526367188 +-0.059082031250 +0.021484375000 +-0.011657714844 +-0.296875000000 +-0.091796875000 +0.153320312500 +0.047851562500 +0.251953125000 +0.253906250000 +-0.009948730469 +0.002639770508 +-0.121582031250 +0.240234375000 +-0.081542968750 +0.018676757812 +0.066406250000 +0.044433593750 +-0.191406250000 +-0.131835937500 +-0.033447265625 +-0.196289062500 +-0.337890625000 +-0.004394531250 +-0.057617187500 +-0.049072265625 +-0.041015625000 +0.384765625000 +-0.137695312500 +-0.227539062500 +0.049072265625 +-0.214843750000 +-1.132812500000 +0.104980468750 +0.449218750000 +-0.215820312500 +-0.036132812500 +-0.746093750000 +-0.043212890625 +-0.029418945312 +-0.044189453125 +-0.040283203125 +-0.051269531250 +-0.087402343750 +0.115722656250 +-0.089843750000 +0.359375000000 +0.034912109375 +-0.184570312500 +-0.222656250000 +-0.062011718750 +-0.002517700195 +-0.026245117188 +0.033935546875 +-0.132812500000 +0.134765625000 +0.030639648438 +0.181640625000 +-0.004455566406 +-0.019287109375 +-0.027099609375 +0.001770019531 +0.038818359375 +-0.031250000000 +0.033691406250 +0.054443359375 +0.113281250000 +0.038085937500 +0.041015625000 +-0.115722656250 +-0.029174804688 +-0.145507812500 +-0.138671875000 +-0.283203125000 +0.085449218750 +0.133789062500 +-0.149414062500 +-0.119140625000 +-0.193359375000 +-0.059814453125 +0.112792968750 +0.137695312500 +0.065917968750 +-0.125000000000 +0.279296875000 +0.011291503906 +-0.177734375000 +0.026489257812 +0.030395507812 +0.100585937500 +-0.042968750000 +0.017944335938 +-0.107421875000 +-0.157226562500 +0.041748046875 +-0.199218750000 +-0.004333496094 +0.020019531250 +-0.181640625000 +-0.041992187500 +0.139648437500 +-0.152343750000 +0.039794921875 +-0.082031250000 +0.062988281250 +-0.084472656250 +-0.049560546875 +-0.099121093750 +0.018188476562 +-0.008178710938 +0.613281250000 +0.102050781250 +-0.026245117188 +-0.330078125000 +-0.195312500000 +-0.001777648926 +-0.058105468750 +0.099121093750 +-0.115234375000 +0.036865234375 +0.035400390625 +-0.100097656250 +0.031250000000 +-0.178710937500 +-0.114257812500 +0.054687500000 +0.198242187500 +0.232421875000 +0.046875000000 +0.133789062500 +0.041503906250 +-0.056152343750 +-0.178710937500 +-0.059326171875 +0.018798828125 +-0.130859375000 +-0.183593750000 +0.039550781250 +0.010620117188 +0.023803710938 +-0.335937500000 +-0.041992187500 +-0.251953125000 +-0.124023437500 +0.138671875000 +-0.068359375000 +0.061035156250 +-0.093750000000 +0.204101562500 +0.098144531250 +-0.253906250000 +0.187500000000 +-0.027709960938 +0.056396484375 +-0.010620117188 +0.044433593750 +-0.183593750000 +-0.310546875000 +-0.106445312500 +-0.093261718750 +-0.082031250000 +0.062988281250 +-0.206054687500 +-0.010070800781 +0.112304687500 +-0.051269531250 +0.096191406250 +-0.025146484375 +-0.107421875000 +-0.070312500000 +0.087890625000 +-0.068847656250 +0.008239746094 +0.068359375000 +0.503906250000 +0.135742187500 +-0.035888671875 +0.000614166260 +0.030395507812 +0.078613281250 +0.061767578125 +-0.155273437500 +-0.201171875000 +0.152343750000 +0.073242187500 +-0.074218750000 +0.058105468750 +0.041992187500 +-0.207031250000 +-0.007385253906 +0.166992187500 +0.064453125000 +0.021850585938 +-0.020751953125 +0.007110595703 +-0.126953125000 +-0.115234375000 +0.026123046875 +-0.122070312500 +-0.087402343750 +0.057373046875 +-0.098144531250 +-0.036865234375 +0.034179687500 +-0.013916015625 +-0.123535156250 +-0.179687500000 +-0.083496093750 +0.060546875000 +-0.058105468750 +0.042724609375 +-0.070312500000 +0.040039062500 +0.051513671875 +-0.083496093750 +0.101562500000 +0.092773437500 +-0.002532958984 +0.002975463867 +-0.044433593750 +-0.146484375000 +-0.257812500000 +-0.049560546875 +-0.045410156250 +-0.017089843750 +0.058593750000 +-0.181640625000 +0.112792968750 +-0.131835937500 +-0.043212890625 +0.020996093750 +0.019775390625 +-0.099121093750 +-0.002273559570 +-0.066406250000 +0.066894531250 +0.083007812500 +-0.064453125000 +0.235351562500 +-0.111816406250 +-0.099609375000 +-0.107421875000 +0.089843750000 +-0.228515625000 +0.143554687500 +-0.003738403320 +-0.088378906250 +0.093261718750 +0.119628906250 +0.061279296875 +0.064941406250 +0.103515625000 +-0.220703125000 +-0.006439208984 +0.191406250000 +0.190429687500 +0.100097656250 +0.096679687500 +0.052001953125 +-0.332031250000 +0.045166015625 +-0.060546875000 +-0.041992187500 +-0.017456054688 +-0.006530761719 +-0.026489257812 +-0.217773437500 +0.165039062500 +-0.042480468750 +-0.289062500000 +-0.169921875000 +0.029907226562 +0.117675781250 +0.088378906250 +0.144531250000 +0.085937500000 +0.180664062500 +0.087890625000 +-0.053466796875 +0.070800781250 +0.085449218750 +-0.025268554688 +-0.145507812500 +0.154296875000 +0.054687500000 +-0.143554687500 +0.059814453125 +0.024658203125 +-0.129882812500 +-0.004272460938 +-0.083984375000 +0.059082031250 +-0.378906250000 +0.002288818359 +-0.082519531250 +-0.068359375000 +0.000218391418 +0.020141601562 +-0.062500000000 +0.059814453125 +0.081054687500 +-0.187500000000 +0.080078125000 +-0.216796875000 +-0.037353515625 +-0.242187500000 +0.069824218750 +-0.039306640625 +0.009643554688 +-0.076660156250 +-0.050292968750 +0.154296875000 +0.099609375000 +-0.074707031250 +0.094238281250 +0.123046875000 +-0.248046875000 +-0.123046875000 +0.121093750000 +0.202148437500 +-0.046142578125 +0.075195312500 +0.032958984375 +-0.045654296875 +-0.068847656250 +0.049316406250 +-0.049316406250 +-0.414062500000 +-0.112304687500 +0.114257812500 +-0.059082031250 +0.022827148438 +-0.186523437500 +-0.112792968750 +-0.257812500000 +0.096679687500 +0.055175781250 +-0.187500000000 +0.082519531250 +0.083007812500 +0.067382812500 +0.050537109375 +-0.114257812500 +0.052001953125 +-0.069335937500 +-0.058105468750 +-0.113769531250 +0.035400390625 +0.067871093750 +-0.101074218750 +0.161132812500 +-0.026245117188 +-0.176757812500 +0.044189453125 +-0.189453125000 +0.100585937500 +-0.380859375000 +-0.058593750000 +0.013793945312 +-0.193359375000 +0.186523437500 +-0.016479492188 +-0.069335937500 +-0.004516601562 +-0.073730468750 +-0.149414062500 +0.609375000000 +-0.027343750000 +-0.169921875000 +-0.443359375000 +-0.011718750000 +-0.043945312500 +0.071289062500 +0.017089843750 +-0.117675781250 +-0.031250000000 +0.155273437500 +0.014770507812 +0.056884765625 +0.210937500000 +-0.310546875000 +-0.040771484375 +0.151367187500 +0.081542968750 +-0.078125000000 +0.030883789062 +0.009765625000 +-0.046630859375 +0.002319335938 +-0.197265625000 +0.016479492188 +-0.359375000000 +-0.178710937500 +-0.277343750000 +0.042480468750 +0.027709960938 +0.210937500000 +0.062988281250 +-0.039306640625 +0.008361816406 +0.060058593750 +0.052246093750 +0.149414062500 +-0.078125000000 +0.053222656250 +0.144531250000 +-0.013916015625 +0.128906250000 +-0.068359375000 +-0.206054687500 +-0.020263671875 +0.116699218750 +-0.115722656250 +0.029418945312 +0.125976562500 +0.096679687500 +-0.065917968750 +0.056884765625 +-0.194335937500 +0.143554687500 +-0.267578125000 +-0.018188476562 +0.031127929688 +-0.124511718750 +0.089355468750 +0.006317138672 +-0.044189453125 +0.003128051758 +-0.086914062500 +-0.330078125000 +-0.161132812500 +0.178710937500 +-0.067871093750 +-0.326171875000 +0.026367187500 +-0.133789062500 +0.164062500000 +-0.030639648438 +-0.169921875000 +0.090332031250 +0.117675781250 +0.029785156250 +-0.033447265625 +0.250000000000 +-0.324218750000 +-0.150390625000 +0.150390625000 +-0.027954101562 +-0.140625000000 +0.093261718750 +0.173828125000 +-0.101074218750 +-0.028564453125 +-0.153320312500 +0.040039062500 +-0.245117187500 +-0.175781250000 +0.091308593750 +-0.082519531250 +0.107910156250 +-0.324218750000 +0.006958007812 +-0.060302734375 +0.041992187500 +0.096191406250 +0.122558593750 +0.233398437500 +-0.296875000000 +0.213867187500 +0.251953125000 +-0.127929687500 +0.067871093750 +0.050292968750 +0.008178710938 +0.011962890625 +-0.174804687500 +0.025390625000 +-0.016723632812 +0.046142578125 +0.050048828125 +-0.075195312500 +0.035644531250 +-0.312500000000 +0.337890625000 +-0.100097656250 +-0.410156250000 +-0.077636718750 +0.320312500000 +0.085937500000 +0.217773437500 +0.032226562500 +-0.023559570312 +-0.071289062500 +-0.039794921875 +0.134765625000 +0.312500000000 +-0.004150390625 +-0.126953125000 +-0.318359375000 +0.131835937500 +0.162109375000 +-0.075683593750 +0.031982421875 +-0.117187500000 +0.061035156250 +-0.195312500000 +-0.105468750000 +0.074707031250 +-0.130859375000 +-0.166015625000 +-0.016601562500 +-0.195312500000 +-0.093261718750 +-0.013732910156 +0.015380859375 +0.129882812500 +0.099609375000 +0.052490234375 +-0.045166015625 +-0.026000976562 +0.195312500000 +-0.030639648438 +-0.091308593750 +-0.021240234375 +0.059570312500 +0.019531250000 +0.057617187500 +0.010498046875 +-0.149414062500 +-0.128906250000 +-0.070800781250 +0.027221679688 +0.168945312500 +0.065429687500 +0.019165039062 +-0.076171875000 +-0.083007812500 +-0.263671875000 +-0.026367187500 +0.117675781250 +-0.093750000000 +0.190429687500 +-0.005218505859 +0.017211914062 +0.208007812500 +-0.296875000000 +-0.084960937500 +0.062255859375 +-0.156250000000 +-0.024658203125 +-0.016845703125 +0.089355468750 +0.151367187500 +0.079101562500 +-0.059570312500 +0.020141601562 +-0.029907226562 +0.071777343750 +0.134765625000 +0.174804687500 +0.066894531250 +-0.169921875000 +-0.253906250000 +0.085449218750 +0.296875000000 +-0.141601562500 +-0.023925781250 +-0.023315429688 +-0.062500000000 +-0.085937500000 +0.030883789062 +0.072753906250 +0.028686523438 +0.031127929688 +0.050537109375 +-0.167968750000 +-0.181640625000 +0.034667968750 +0.056884765625 +0.087890625000 +0.065429687500 +0.052734375000 +-0.190429687500 +-0.000095844269 +0.107421875000 +0.009643554688 +0.004241943359 +0.131835937500 +-0.048339843750 +-0.008544921875 +-0.019897460938 +-0.051269531250 +-0.062011718750 +-0.041748046875 +-0.036376953125 +-0.237304687500 +0.078125000000 +0.173828125000 +-0.041748046875 +-0.019165039062 +-0.172851562500 +-0.341796875000 +-0.094726562500 +0.074218750000 +-0.055664062500 +-0.062011718750 +-0.236328125000 +0.015075683594 +-0.060058593750 +-0.232421875000 +-0.021850585938 +0.020385742188 +-0.017333984375 +0.063964843750 +0.208007812500 +0.125000000000 +0.132812500000 +-0.045654296875 +0.005249023438 +-0.193359375000 +-0.095703125000 +0.018066406250 +0.120117187500 +0.283203125000 +0.127929687500 +0.046875000000 +-0.349609375000 +-0.058105468750 +0.100585937500 +0.061523437500 +0.074707031250 +-0.054687500000 +-0.011535644531 +-0.028930664062 +-0.061767578125 +0.175781250000 +-0.123535156250 +0.003860473633 +0.068847656250 +0.039062500000 +-0.125976562500 +0.033691406250 +-0.119628906250 +-0.018554687500 +0.115234375000 +0.150390625000 +0.079101562500 +-0.068359375000 +0.058105468750 +-0.048339843750 +0.052734375000 +0.030151367188 +0.004364013672 +0.047363281250 +0.194335937500 +-0.151367187500 +-0.064941406250 +0.058349609375 +-0.140625000000 +-0.090820312500 +0.135742187500 +0.022949218750 +-0.022094726562 +-0.148437500000 +-0.179687500000 +-0.237304687500 +-0.062500000000 +0.195312500000 +-0.132812500000 +0.065429687500 +-0.404296875000 +0.002014160156 +-0.039550781250 +-0.010681152344 +0.121093750000 +0.271484375000 +-0.044189453125 +-0.017700195312 +0.096679687500 +0.219726562500 +0.033203125000 +0.125976562500 +0.050048828125 +-0.066894531250 +-0.036132812500 +-0.029418945312 +0.119628906250 +0.296875000000 +-0.040039062500 +0.095214843750 +-0.339843750000 +-0.189453125000 +0.110839843750 +0.114257812500 +0.057373046875 +0.062500000000 +-0.027221679688 +0.064453125000 +-0.104492187500 +0.190429687500 +0.068847656250 +-0.182617187500 +0.050781250000 +-0.216796875000 +-0.138671875000 +0.008605957031 +-0.269531250000 +0.085449218750 +0.050292968750 +0.028198242188 +0.073730468750 +-0.042480468750 +0.007629394531 +-0.034179687500 +-0.035156250000 +-0.001274108887 +-0.165039062500 +-0.056884765625 +0.375000000000 +-0.141601562500 +-0.005798339844 +0.049072265625 +-0.092773437500 +0.045898437500 +-0.042480468750 +0.027343750000 +0.086425781250 +-0.034179687500 +-0.122070312500 +-0.249023437500 +-0.053955078125 +0.363281250000 +0.023437500000 +0.053710937500 +-0.028320312500 +0.133789062500 +0.030029296875 +0.040527343750 +0.076171875000 +0.133789062500 +0.008544921875 +-0.246093750000 +-0.082519531250 +0.190429687500 +0.172851562500 +0.093750000000 +0.117675781250 +-0.146484375000 +0.023315429688 +0.004547119141 +0.020019531250 +0.247070312500 +-0.055419921875 +0.065429687500 +-0.294921875000 +-0.253906250000 +-0.017822265625 +0.120117187500 +0.196289062500 +-0.105468750000 +-0.014648437500 +-0.002716064453 +-0.277343750000 +0.234375000000 +0.055419921875 +-0.174804687500 +0.091308593750 +-0.324218750000 +-0.138671875000 +0.101074218750 +0.070800781250 +0.166992187500 +0.052001953125 +-0.106445312500 +-0.058837890625 +-0.082519531250 +0.040039062500 +-0.000766754150 +-0.018310546875 +0.068847656250 +-0.076660156250 +0.007080078125 +0.170898437500 +-0.083496093750 +-0.154296875000 +0.002502441406 +-0.082519531250 +0.078125000000 +0.036376953125 +-0.033691406250 +0.082031250000 +-0.138671875000 +-0.159179687500 +-0.269531250000 +-0.150390625000 +0.199218750000 +0.320312500000 +0.013427734375 +0.210937500000 +-0.159179687500 +0.076171875000 +-0.194335937500 +-0.060546875000 +0.221679687500 +0.149414062500 +-0.220703125000 +0.016845703125 +0.053222656250 +-0.004333496094 +0.035400390625 +0.161132812500 +-0.131835937500 +-0.132812500000 +0.039062500000 +0.025024414062 +0.219726562500 +-0.066894531250 +-0.042968750000 +-0.147460937500 +-0.208007812500 +-0.157226562500 +0.042480468750 +0.093750000000 +0.082519531250 +-0.046630859375 +-0.074218750000 +-0.142578125000 +0.104980468750 +0.233398437500 +-0.211914062500 +0.142578125000 +-0.222656250000 +-0.163085937500 +0.132812500000 +0.095214843750 +0.070312500000 +-0.115234375000 +0.084472656250 +-0.128906250000 +-0.114746093750 +-0.015747070312 +0.109375000000 +-0.041259765625 +0.066406250000 +-0.112792968750 +0.085937500000 +-0.138671875000 +-0.087402343750 +-0.144531250000 +0.126953125000 +-0.029052734375 +0.026977539062 +0.135742187500 +-0.138671875000 +-0.031494140625 +-0.065429687500 +-0.160156250000 +-0.289062500000 +-0.101562500000 +0.119628906250 +0.239257812500 +0.208984375000 +-0.037353515625 +-0.142578125000 +0.114746093750 +-0.142578125000 +0.011901855469 +0.082519531250 +-0.048095703125 +0.017944335938 +0.136718750000 +0.177734375000 +0.110839843750 +-0.144531250000 +0.067871093750 +0.002380371094 +-0.073242187500 +-0.024780273438 +0.149414062500 +0.347656250000 +-0.147460937500 +-0.013854980469 +0.015319824219 +-0.144531250000 +0.039550781250 +-0.080566406250 +-0.082031250000 +-0.008483886719 +-0.064941406250 +-0.092285156250 +-0.125976562500 +0.096679687500 +0.083984375000 +-0.177734375000 +0.107421875000 +-0.114257812500 +-0.107421875000 +0.139648437500 +-0.036376953125 +-0.065429687500 +0.113281250000 +0.043212890625 +0.025024414062 +-0.122070312500 +0.114257812500 +-0.076660156250 +0.068847656250 +0.096679687500 +0.032958984375 +-0.026367187500 +0.316406250000 +-0.189453125000 +-0.088378906250 +0.059570312500 +-0.010559082031 +0.062011718750 +0.067871093750 +-0.015869140625 +-0.067871093750 +-0.004364013672 +-0.271484375000 +-0.269531250000 +-0.044921875000 +0.265625000000 +0.127929687500 +0.211914062500 +-0.092773437500 +-0.045410156250 +0.367187500000 +-0.291015625000 +-0.100097656250 +-0.001914978027 +0.042968750000 +-0.008544921875 +-0.182617187500 +0.040283203125 +0.143554687500 +-0.310546875000 +-0.092773437500 +0.013122558594 +0.078613281250 +-0.222656250000 +0.093261718750 +-0.093261718750 +-0.339843750000 +-0.091308593750 +-0.015563964844 +-0.306640625000 +-0.089843750000 +-0.148437500000 +0.208984375000 +-0.131835937500 +-0.037353515625 +-0.025390625000 +0.117187500000 +-0.150390625000 +0.008911132812 +-0.025146484375 +-0.123046875000 +0.652343750000 +-0.008239746094 +-0.049804687500 +-0.476562500000 +0.139648437500 +0.104003906250 +0.040771484375 +0.040039062500 +0.302734375000 +0.029541015625 +0.019042968750 +-0.250000000000 +0.043212890625 +0.200195312500 +0.164062500000 +-0.088378906250 +0.130859375000 +-0.111816406250 +0.006134033203 +-0.029174804688 +-0.038085937500 +0.046386718750 +0.035156250000 +0.108398437500 +0.024169921875 +0.125000000000 +0.023925781250 +-0.332031250000 +-0.059814453125 +-0.113769531250 +-0.016235351562 +-0.158203125000 +0.192382812500 +0.228515625000 +-0.075195312500 +-0.441406250000 +0.010864257812 +-0.214843750000 +-0.033447265625 +-0.135742187500 +0.021606445312 +0.076171875000 +-0.120605468750 +-0.247070312500 +0.059082031250 +-0.001770019531 +-0.059082031250 +0.062255859375 +-0.092773437500 +-0.188476562500 +-0.176757812500 +-0.016845703125 +-0.294921875000 +-0.156250000000 +0.057617187500 +0.079589843750 +0.203125000000 +-0.141601562500 +-0.233398437500 +0.197265625000 +0.032958984375 +0.012756347656 +-0.002563476562 +-0.148437500000 +0.416015625000 +-0.104980468750 +0.015258789062 +-0.380859375000 +-0.018310546875 +0.112304687500 +0.176757812500 +-0.086914062500 +0.349609375000 +-0.163085937500 +0.011840820312 +-0.082031250000 +-0.019897460938 +0.167968750000 +0.008239746094 +-0.091796875000 +0.048339843750 +-0.008422851562 +0.012512207031 +0.011230468750 +0.012329101562 +-0.104492187500 +-0.145507812500 +0.066894531250 +-0.019775390625 +-0.022949218750 +-0.067382812500 +-0.291015625000 +-0.074218750000 +-0.030151367188 +-0.001182556152 +-0.191406250000 +0.131835937500 +0.063964843750 +-0.056152343750 +-0.187500000000 +-0.168945312500 +-0.199218750000 +-0.034423828125 +-0.095214843750 +0.160156250000 +0.061279296875 +-0.002151489258 +-0.161132812500 +0.003082275391 +0.056884765625 +-0.135742187500 +-0.038574218750 +-0.154296875000 +-0.012878417969 +0.042968750000 +-0.296875000000 +-0.172851562500 +-0.088867187500 +-0.081542968750 +0.128906250000 +-0.022827148438 +-0.002075195312 +-0.194335937500 +0.259765625000 +-0.050781250000 +0.042236328125 +0.116210937500 +-0.059082031250 +0.384765625000 +-0.014709472656 +-0.156250000000 +-0.376953125000 +-0.078125000000 +-0.009155273438 +0.176757812500 +-0.132812500000 +0.375000000000 +0.020263671875 +0.092773437500 +0.013793945312 +-0.000453948975 +0.110839843750 +0.255859375000 +-0.151367187500 +0.020629882812 +-0.079101562500 +0.158203125000 +-0.101074218750 +-0.114746093750 +-0.009643554688 +0.184570312500 +0.108886718750 +0.012756347656 +0.031982421875 +-0.135742187500 +-0.291015625000 +0.052734375000 +-0.232421875000 +0.086425781250 +-0.196289062500 +0.103515625000 +-0.190429687500 +-0.041015625000 +-0.208984375000 +-0.063476562500 +-0.037841796875 +-0.082031250000 +0.019042968750 +0.162109375000 +0.007141113281 +-0.095703125000 +0.023925781250 +0.130859375000 +0.035644531250 +-0.037353515625 +0.021728515625 +-0.010070800781 +-0.021606445312 +-0.071289062500 +0.054443359375 +-0.087402343750 +0.039794921875 +0.086914062500 +-0.000224113464 +-0.302734375000 +-0.219726562500 +0.291015625000 +0.227539062500 +-0.051025390625 +-0.091308593750 +-0.007080078125 +0.086914062500 +0.451171875000 +-0.033691406250 +0.014770507812 +-0.302734375000 +0.033691406250 +0.125976562500 +0.057373046875 +0.015319824219 +0.460937500000 +-0.054687500000 +0.141601562500 +-0.007934570312 +0.037109375000 +0.066894531250 +0.204101562500 +0.007141113281 +0.201171875000 +0.098632812500 +0.031982421875 +0.059814453125 +-0.209960937500 +0.087890625000 +0.028076171875 +0.208984375000 +-0.071777343750 +0.018310546875 +-0.048583984375 +-0.126953125000 +0.150390625000 +-0.287109375000 +0.026489257812 +-0.150390625000 +0.059570312500 +0.124511718750 +-0.029052734375 +-0.160156250000 +0.090820312500 +-0.124023437500 +0.095703125000 +-0.035156250000 +0.079589843750 +-0.083984375000 +-0.009826660156 +-0.035400390625 +0.002105712891 +-0.049316406250 +-0.007476806641 +0.098144531250 +-0.050048828125 +-0.127929687500 +0.067382812500 +0.083007812500 +-0.153320312500 +-0.002670288086 +0.037353515625 +0.100097656250 +-0.106445312500 +0.062988281250 +-0.051269531250 +0.227539062500 +-0.154296875000 +-0.213867187500 +0.078125000000 +0.038818359375 +0.355468750000 +-0.107910156250 +0.014587402344 +0.058837890625 +0.121093750000 +0.097656250000 +0.119628906250 +-0.010375976562 +0.394531250000 +-0.116210937500 +0.076171875000 +0.046142578125 +0.080078125000 +-0.085937500000 +0.220703125000 +0.123046875000 +0.062988281250 +-0.074218750000 +-0.017089843750 +-0.034179687500 +-0.247070312500 +-0.233398437500 +-0.019165039062 +0.072753906250 +-0.007324218750 +0.029785156250 +-0.122070312500 +-0.101562500000 +0.113769531250 +-0.384765625000 +-0.038574218750 +-0.230468750000 +0.117675781250 +-0.023071289062 +-0.095214843750 +-0.225585937500 +-0.081054687500 +-0.427734375000 +-0.054443359375 +-0.059814453125 +0.165039062500 +0.100585937500 +-0.116210937500 +0.003494262695 +0.133789062500 +-0.057128906250 +-0.216796875000 +0.149414062500 +-0.177734375000 +-0.251953125000 +-0.063476562500 +-0.141601562500 +-0.029174804688 +-0.047607421875 +-0.036376953125 +0.057617187500 +-0.161132812500 +0.279296875000 +0.031250000000 +0.231445312500 +-0.160156250000 +-0.158203125000 +-0.162109375000 +0.092285156250 +0.167968750000 +-0.196289062500 +-0.089355468750 +0.168945312500 +0.238281250000 +0.091308593750 +0.055908203125 +-0.095214843750 +0.318359375000 +-0.197265625000 +0.146484375000 +0.271484375000 +0.118652343750 +0.223632812500 +0.053955078125 +0.000230789185 +0.100097656250 +-0.015747070312 +-0.014404296875 +-0.048339843750 +-0.167968750000 +-0.269531250000 +-0.128906250000 +0.186523437500 +0.054443359375 +0.021362304688 +-0.208984375000 +-0.072265625000 +0.322265625000 +-0.211914062500 +-0.062500000000 +-0.285156250000 +0.166015625000 +0.139648437500 +-0.121582031250 +-0.140625000000 +-0.069335937500 +-0.283203125000 +0.015380859375 +-0.053955078125 +0.249023437500 +0.015380859375 +-0.195312500000 +-0.050292968750 +0.177734375000 +-0.009399414062 +-0.026367187500 +0.091796875000 +-0.202148437500 +-0.384765625000 +0.238281250000 +-0.261718750000 +-0.129882812500 +-0.183593750000 +-0.088867187500 +-0.027587890625 +-0.228515625000 +0.283203125000 +-0.166992187500 +0.017456054688 +-0.182617187500 +-0.253906250000 +-0.189453125000 +0.064453125000 +0.410156250000 +-0.291015625000 +0.078613281250 +0.039794921875 +0.376953125000 +-0.021850585938 +0.060546875000 +0.022460937500 +0.388671875000 +-0.107910156250 +0.259765625000 +0.302734375000 +-0.003585815430 +0.235351562500 +0.100585937500 +-0.133789062500 +0.129882812500 +-0.086425781250 +-0.056152343750 +-0.046630859375 +-0.064941406250 +-0.229492187500 +-0.014099121094 +0.065917968750 +-0.002639770508 +0.083496093750 +-0.174804687500 +-0.213867187500 +0.390625000000 +-0.199218750000 +-0.060791015625 +-0.202148437500 +0.110839843750 +0.069824218750 +-0.043457031250 +-0.488281250000 +-0.241210937500 +-0.462890625000 +-0.204101562500 +-0.361328125000 +-0.150390625000 +0.077148437500 +-0.054199218750 +0.070312500000 +-0.216796875000 +-0.062255859375 +-0.120605468750 +0.078613281250 +-0.082519531250 +-0.026245117188 +0.149414062500 +0.133789062500 +0.011779785156 +-0.034423828125 +0.248046875000 +0.124511718750 +0.008850097656 +-0.047363281250 +0.063476562500 +0.006347656250 +-0.086425781250 +-0.056884765625 +0.117187500000 +-0.006835937500 +-0.150390625000 +-0.392578125000 +0.011657714844 +-0.012207031250 +-0.114257812500 +0.172851562500 +-0.184570312500 +-0.056152343750 +-0.181640625000 +0.156250000000 +-0.113769531250 +0.037109375000 +0.026855468750 +0.155273437500 +-0.147460937500 +-0.011596679688 +-0.026855468750 +0.166992187500 +0.292968750000 +-0.181640625000 +-0.166992187500 +0.065917968750 +0.053710937500 +-0.133789062500 +0.187500000000 +0.011474609375 +-0.287109375000 +-0.208984375000 +0.002700805664 +0.070800781250 +-0.112304687500 +-0.078613281250 +-0.030029296875 +-0.034179687500 +0.216796875000 +-0.050781250000 +-0.084472656250 +-0.271484375000 +0.054687500000 +-0.126953125000 +-0.023681640625 +0.088867187500 +0.012023925781 +0.128906250000 +-0.143554687500 +-0.158203125000 +0.108886718750 +0.035156250000 +0.087890625000 +0.045898437500 +-0.056884765625 +0.289062500000 +-0.014526367188 +0.054199218750 +0.277343750000 +-0.136718750000 +0.029296875000 +-0.093261718750 +0.246093750000 +0.008300781250 +-0.095703125000 +-0.026123046875 +0.083984375000 +-0.036132812500 +-0.148437500000 +-0.206054687500 +0.043212890625 +0.011413574219 +-0.093750000000 +0.043945312500 +0.069824218750 +-0.112792968750 +0.037841796875 +0.071289062500 +0.021118164062 +-0.039306640625 +0.028076171875 +0.059570312500 +-0.208984375000 +-0.000865936279 +-0.207031250000 +0.116210937500 +0.052246093750 +-0.417968750000 +-0.185546875000 +-0.115722656250 +0.048095703125 +-0.110351562500 +0.156250000000 +0.024780273438 +-0.160156250000 +-0.355468750000 +-0.057617187500 +-0.008239746094 +-0.031982421875 +-0.028198242188 +-0.085449218750 +-0.137695312500 +0.018920898438 +-0.265625000000 +-0.159179687500 +-0.097656250000 +0.077148437500 +0.063476562500 +0.127929687500 +-0.016479492188 +-0.027221679688 +0.162109375000 +-0.240234375000 +0.098632812500 +-0.107421875000 +-0.006896972656 +0.146484375000 +0.193359375000 +-0.032470703125 +0.136718750000 +-0.192382812500 +0.102539062500 +0.098632812500 +-0.113769531250 +0.032470703125 +-0.009826660156 +0.097167968750 +-0.085449218750 +-0.236328125000 +-0.112792968750 +-0.083984375000 +-0.045654296875 +-0.124511718750 +-0.076660156250 +0.020141601562 +0.077636718750 +-0.033691406250 +-0.031982421875 +0.096191406250 +-0.149414062500 +0.042236328125 +-0.001106262207 +0.034423828125 +-0.107421875000 +-0.072265625000 +-0.081542968750 +-0.038330078125 +-0.179687500000 +0.084472656250 +0.064453125000 +0.166992187500 +-0.183593750000 +-0.129882812500 +0.011047363281 +-0.028442382812 +-0.261718750000 +0.148437500000 +0.057373046875 +-0.079101562500 +-0.210937500000 +-0.216796875000 +0.007934570312 +0.076171875000 +-0.137695312500 +-0.115234375000 +-0.033203125000 +-0.091796875000 +-0.281250000000 +-0.041015625000 +-0.189453125000 +0.019775390625 +-0.054931640625 +0.075683593750 +-0.085449218750 +0.099121093750 +0.063964843750 +-0.065429687500 +-0.026611328125 +-0.142578125000 +-0.045898437500 +0.261718750000 +-0.103027343750 +0.169921875000 +0.209960937500 +-0.144531250000 +-0.093261718750 +0.063964843750 +0.105468750000 +0.034423828125 +0.055664062500 +0.175781250000 +-0.047851562500 +0.166015625000 +-0.157226562500 +-0.041015625000 +0.065917968750 +-0.106933593750 +-0.314453125000 +-0.081542968750 +0.071777343750 +0.003906250000 +0.128906250000 +0.148437500000 +0.144531250000 +-0.091308593750 +0.059326171875 +-0.075195312500 +-0.065917968750 +0.148437500000 +-0.007202148438 +0.011047363281 +0.040527343750 +0.157226562500 +-0.031738281250 +0.186523437500 +0.074218750000 +-0.075195312500 +-0.001083374023 +-0.138671875000 +0.001586914062 +0.143554687500 +0.048583984375 +0.009765625000 +-0.109863281250 +0.048583984375 +0.229492187500 +0.248046875000 +0.017944335938 +-0.041015625000 +-0.014160156250 +-0.109863281250 +0.277343750000 +-0.062988281250 +-0.047119140625 +0.157226562500 +-0.273437500000 +0.120117187500 +0.012573242188 +0.095703125000 +-0.086425781250 +-0.059570312500 +-0.165039062500 +-0.016235351562 +-0.078125000000 +-0.044921875000 +0.112304687500 +0.093750000000 +0.056396484375 +0.031250000000 +-0.161132812500 +0.068359375000 +0.229492187500 +0.057861328125 +0.000318527222 +0.012329101562 +-0.167968750000 +0.037353515625 +-0.000743865967 +-0.203125000000 +0.026245117188 +-0.040527343750 +-0.171875000000 +-0.127929687500 +0.159179687500 +-0.078125000000 +-0.017333984375 +0.034912109375 +0.098144531250 +-0.082519531250 +-0.087890625000 +0.056640625000 +-0.059082031250 +0.142578125000 +0.121582031250 +0.091308593750 +-0.123046875000 +-0.080078125000 +0.030639648438 +0.094726562500 +0.154296875000 +-0.046875000000 +0.022216796875 +0.099609375000 +0.094238281250 +0.242187500000 +0.014221191406 +-0.060058593750 +-0.054687500000 +0.139648437500 +-0.043212890625 +0.078125000000 +-0.007720947266 +-0.089843750000 +-0.243164062500 +-0.034912109375 +0.091308593750 +-0.079589843750 +-0.146484375000 +0.195312500000 +-0.277343750000 +0.152343750000 +0.074218750000 +-0.020263671875 +-0.045166015625 +-0.203125000000 +-0.253906250000 +0.013549804688 +0.018920898438 +-0.168945312500 +0.230468750000 +0.127929687500 +0.253906250000 +-0.011291503906 +-0.058349609375 +0.079101562500 +-0.137695312500 +0.043945312500 +-0.072265625000 +0.096679687500 +-0.157226562500 +-0.040283203125 +-0.177734375000 +-0.111816406250 +0.020507812500 +-0.005584716797 +-0.208007812500 +-0.028930664062 +0.162109375000 +-0.028686523438 +0.014465332031 +-0.021728515625 +0.008361816406 +-0.067382812500 +-0.056640625000 +0.178710937500 +-0.028076171875 +-0.059814453125 +0.022583007812 +0.001853942871 +-0.179687500000 +-0.180664062500 +0.188476562500 +0.200195312500 +-0.104980468750 +-0.031738281250 +0.019775390625 +0.146484375000 +-0.080566406250 +0.104980468750 +-0.031005859375 +-0.038818359375 +0.106445312500 +-0.072265625000 +-0.104003906250 +-0.012573242188 +-0.030395507812 +-0.124511718750 +-0.142578125000 +-0.133789062500 +-0.173828125000 +-0.097656250000 +-0.265625000000 +-0.000463485718 +0.158203125000 +0.119628906250 +0.083984375000 +0.197265625000 +0.105468750000 +-0.159179687500 +-0.186523437500 +-0.089843750000 +0.081542968750 +-0.193359375000 +0.427734375000 +-0.174804687500 +0.050292968750 +-0.082519531250 +-0.200195312500 +0.157226562500 +0.036132812500 +0.047363281250 +0.074218750000 +-0.063476562500 +-0.112304687500 +-0.065429687500 +0.091308593750 +0.006927490234 +-0.014770507812 +-0.075683593750 +-0.042968750000 +0.053955078125 +-0.035644531250 +-0.072753906250 +-0.103515625000 +-0.237304687500 +0.052734375000 +-0.026977539062 +0.167968750000 +-0.158203125000 +0.047363281250 +0.164062500000 +0.154296875000 +0.088378906250 +-0.154296875000 +-0.077636718750 +0.294921875000 +0.027709960938 +-0.159179687500 +0.016967773438 +0.121093750000 +0.141601562500 +-0.055175781250 +0.236328125000 +-0.080078125000 +-0.072753906250 +-0.033935546875 +-0.058349609375 +-0.174804687500 +-0.069335937500 +-0.120117187500 +-0.210937500000 +-0.177734375000 +-0.088867187500 +0.014892578125 +-0.115234375000 +-0.125976562500 +0.153320312500 +0.130859375000 +0.130859375000 +0.076171875000 +-0.092285156250 +0.037353515625 +0.016601562500 +-0.216796875000 +-0.210937500000 +-0.186523437500 +-0.055908203125 +-0.052978515625 +-0.150390625000 +-0.056640625000 +-0.050292968750 +-0.333984375000 +0.087402343750 +-0.184570312500 +0.006317138672 +0.046142578125 +0.121093750000 +0.193359375000 +-0.205078125000 +-0.253906250000 +0.001068115234 +0.110351562500 +-0.114746093750 +-0.015380859375 +-0.056396484375 +-0.002777099609 +-0.053955078125 +0.093261718750 +0.273437500000 +-0.154296875000 +0.048095703125 +0.164062500000 +-0.053710937500 +0.059326171875 +-0.199218750000 +0.158203125000 +-0.090332031250 +0.010131835938 +-0.135742187500 +0.161132812500 +0.038330078125 +-0.052734375000 +-0.189453125000 +0.092773437500 +0.152343750000 +-0.006591796875 +0.062500000000 +0.074707031250 +0.113281250000 +-0.003433227539 +0.197265625000 +-0.173828125000 +0.010437011719 +-0.189453125000 +-0.140625000000 +0.092285156250 +0.074707031250 +0.107421875000 +-0.123046875000 +-0.011230468750 +0.188476562500 +-0.214843750000 +0.131835937500 +0.024047851562 +-0.049316406250 +0.023437500000 +0.041503906250 +0.028076171875 +-0.203125000000 +-0.169921875000 +-0.165039062500 +-0.043701171875 +-0.207031250000 +0.097656250000 +-0.400390625000 +-0.153320312500 +0.177734375000 +-0.073730468750 +-0.107910156250 +0.049072265625 +-0.138671875000 +-0.064941406250 +-0.029296875000 +0.072265625000 +-0.112304687500 +-0.073242187500 +-0.039550781250 +-0.072265625000 +-0.138671875000 +0.361328125000 +0.098144531250 +-0.242187500000 +0.134765625000 +-0.494140625000 +0.281250000000 +-0.039306640625 +-0.172851562500 +0.112792968750 +-0.151367187500 +0.194335937500 +-0.082031250000 +-0.102050781250 +0.034423828125 +0.104492187500 +0.156250000000 +0.140625000000 +-0.200195312500 +0.081542968750 +-0.007171630859 +0.135742187500 +0.049316406250 +-0.007476806641 +0.034912109375 +-0.007995605469 +-0.018554687500 +-0.054443359375 +-0.002746582031 +-0.222656250000 +0.076171875000 +0.057861328125 +0.223632812500 +0.234375000000 +-0.265625000000 +0.009887695312 +0.048583984375 +-0.052734375000 +0.125000000000 +0.052978515625 +-0.077148437500 +-0.094238281250 +0.007568359375 +-0.302734375000 +-0.214843750000 +-0.259765625000 +-0.179687500000 +0.010498046875 +-0.296875000000 +0.053222656250 +0.057128906250 +-0.064453125000 +0.000324249268 +-0.133789062500 +0.238281250000 +-0.025878906250 +-0.167968750000 +0.106445312500 +-0.263671875000 +-0.145507812500 +0.037597656250 +0.213867187500 +-0.259765625000 +-0.028320312500 +0.087890625000 +0.283203125000 +0.018188476562 +0.037597656250 +0.231445312500 +-0.130859375000 +0.208984375000 +0.038818359375 +-0.041748046875 +0.112304687500 +-0.139648437500 +0.229492187500 +0.119140625000 +-0.367187500000 +0.049560546875 +0.128906250000 +0.015197753906 +0.063964843750 +-0.057861328125 +0.034423828125 +0.112792968750 +-0.000919342041 +-0.014038085938 +0.131835937500 +-0.248046875000 +-0.041748046875 +-0.006317138672 +0.134765625000 +0.060546875000 +-0.062011718750 +-0.039306640625 +-0.063476562500 +0.271484375000 +0.084960937500 +-0.259765625000 +-0.072265625000 +-0.038330078125 +-0.046386718750 +0.124511718750 +0.066894531250 +-0.089355468750 +-0.086425781250 +0.114746093750 +-0.083007812500 +-0.220703125000 +-0.141601562500 +-0.125000000000 +-0.118164062500 +-0.294921875000 +0.007263183594 +0.294921875000 +-0.163085937500 +0.207031250000 +-0.069824218750 +0.128906250000 +-0.019775390625 +-0.133789062500 +0.291015625000 +0.086914062500 +0.112792968750 +0.235351562500 +0.208007812500 +-0.265625000000 +-0.051513671875 +0.045898437500 +0.181640625000 +0.224609375000 +-0.071289062500 +-0.210937500000 +-0.104980468750 +-0.033935546875 +0.193359375000 +0.036132812500 +0.002532958984 +-0.070800781250 +0.225585937500 +-0.009216308594 +-0.132812500000 +0.067382812500 +0.138671875000 +-0.079101562500 +-0.121093750000 +0.175781250000 +-0.019165039062 +-0.122070312500 +-0.022094726562 +0.005676269531 +-0.117675781250 +-0.149414062500 +-0.127929687500 +-0.100097656250 +0.107910156250 +-0.047607421875 +-0.083984375000 +-0.129882812500 +0.001083374023 +0.215820312500 +0.149414062500 +-0.203125000000 +0.072265625000 +0.070312500000 +-0.054931640625 +0.065429687500 +0.065429687500 +0.018310546875 +-0.122558593750 +0.057861328125 +0.101562500000 +-0.061279296875 +-0.312500000000 +-0.160156250000 +0.021362304688 +-0.164062500000 +0.036865234375 +0.283203125000 +-0.314453125000 +0.208007812500 +-0.097656250000 +-0.186523437500 +-0.125976562500 +0.073730468750 +0.187500000000 +-0.162109375000 +0.035400390625 +-0.089843750000 +0.044677734375 +-0.291015625000 +0.275390625000 +0.197265625000 +0.104980468750 +0.114746093750 +-0.194335937500 +-0.423828125000 +-0.213867187500 +0.164062500000 +-0.056884765625 +-0.063964843750 +0.001792907715 +-0.107910156250 +0.026733398438 +-0.049072265625 +0.234375000000 +-0.046630859375 +0.107421875000 +0.012023925781 +-0.162109375000 +0.162109375000 +0.040527343750 +0.013671875000 +-0.039062500000 +-0.001800537109 +0.011230468750 +-0.166015625000 +0.016479492188 +0.061279296875 +-0.099121093750 +0.090332031250 +-0.033935546875 +-0.102050781250 +-0.004699707031 +0.212890625000 +-0.012329101562 +-0.108398437500 +0.071289062500 +-0.020629882812 +0.006378173828 +-0.061279296875 +-0.367187500000 +-0.163085937500 +-0.060791015625 +-0.144531250000 +0.001296997070 +0.101562500000 +-0.119628906250 +-0.194335937500 +0.035400390625 +-0.166015625000 +0.094238281250 +-0.082031250000 +-0.206054687500 +0.100097656250 +-0.015991210938 +-0.306640625000 +0.269531250000 +-0.037841796875 +0.249023437500 +-0.237304687500 +-0.076171875000 +0.092773437500 +0.193359375000 +-0.322265625000 +0.378906250000 +0.084960937500 +0.035644531250 +-0.102539062500 +-0.044189453125 +-0.476562500000 +-0.281250000000 +0.076660156250 +0.139648437500 +-0.007263183594 +0.050292968750 +-0.110351562500 +-0.022949218750 +0.048583984375 +0.089355468750 +0.072753906250 +0.125976562500 +0.138671875000 +0.021972656250 +0.004730224609 +-0.182617187500 +0.049560546875 +0.100097656250 +0.029541015625 +-0.017944335938 +0.188476562500 +0.137695312500 +0.145507812500 +-0.083984375000 +0.128906250000 +0.002685546875 +-0.253906250000 +-0.020629882812 +0.249023437500 +0.064453125000 +-0.177734375000 +-0.131835937500 +-0.029663085938 +-0.111328125000 +0.219726562500 +-0.166015625000 +-0.136718750000 +0.104003906250 +-0.013000488281 +-0.072265625000 +0.125976562500 +-0.202148437500 +-0.129882812500 +0.025756835938 +-0.347656250000 +0.050292968750 +-0.172851562500 +-0.271484375000 +0.019287109375 +-0.004486083984 +-0.116699218750 +0.412109375000 +-0.112304687500 +0.211914062500 +-0.247070312500 +-0.287109375000 +-0.114257812500 +0.108886718750 +-0.259765625000 +0.490234375000 +0.055908203125 +-0.173828125000 +-0.025512695312 +-0.041015625000 +-0.279296875000 +-0.076171875000 +0.045410156250 +0.039062500000 +0.199218750000 +0.152343750000 +-0.120605468750 +0.163085937500 +-0.019775390625 +-0.259765625000 +0.055664062500 +0.148437500000 +0.302734375000 +0.068359375000 +0.241210937500 +-0.090820312500 +0.127929687500 +-0.142578125000 +0.053710937500 +-0.335937500000 +-0.022949218750 +0.053955078125 +-0.110351562500 +-0.041748046875 +0.100097656250 +-0.016845703125 +-0.082519531250 +0.092773437500 +0.236328125000 +-0.017456054688 +-0.242187500000 +-0.079101562500 +0.061523437500 +-0.030395507812 +-0.008300781250 +0.164062500000 +0.208984375000 +-0.166015625000 +-0.114257812500 +0.156250000000 +0.018676757812 +-0.000953674316 +-0.097656250000 +-0.052246093750 +0.125000000000 +-0.160156250000 +0.055664062500 +0.010681152344 +-0.017822265625 +-0.236328125000 +0.028076171875 +0.062011718750 +0.117187500000 +-0.257812500000 +0.164062500000 +0.232421875000 +0.121093750000 +-0.247070312500 +0.036132812500 +0.126953125000 +0.208007812500 +-0.425781250000 +-0.208984375000 +-0.578125000000 +-0.034912109375 +-0.055175781250 +0.063964843750 +0.080078125000 +-0.263671875000 +-0.109375000000 +-0.024902343750 +-0.006958007812 +0.083007812500 +0.071289062500 +-0.310546875000 +-0.367187500000 +0.066894531250 +-0.119140625000 +-0.066406250000 +0.193359375000 +-0.110839843750 +-0.228515625000 +0.012695312500 +0.041015625000 +0.062500000000 +0.359375000000 +-0.053710937500 +0.098632812500 +-0.219726562500 +-0.114257812500 +-0.050781250000 +0.137695312500 +0.016357421875 +0.012939453125 +-0.215820312500 +0.218750000000 +0.223632812500 +0.143554687500 +-0.099609375000 +0.057617187500 +0.190429687500 +-0.018188476562 +-0.130859375000 +0.088378906250 +-0.112304687500 +-0.106445312500 +-0.037597656250 +0.109863281250 +-0.063964843750 +-0.071777343750 +0.178710937500 +0.125976562500 +0.161132812500 +0.016113281250 +0.065429687500 +0.020629882812 +-0.108886718750 +0.074707031250 +0.046630859375 +0.104980468750 +0.218750000000 +-0.094238281250 +0.062255859375 +0.075683593750 +0.065917968750 +-0.304687500000 +-0.197265625000 +-0.382812500000 +0.047363281250 +-0.132812500000 +-0.014404296875 +-0.044189453125 +-0.223632812500 +-0.232421875000 +0.034179687500 +0.049316406250 +0.011596679688 +0.056396484375 +-0.246093750000 +-0.176757812500 +0.052490234375 +-0.005035400391 +0.087890625000 +0.240234375000 +0.125000000000 +-0.361328125000 +-0.016113281250 +0.050048828125 +-0.073730468750 +0.191406250000 +-0.103027343750 +-0.000885009766 +-0.206054687500 +-0.008789062500 +-0.159179687500 +0.112304687500 +0.014770507812 +0.011047363281 +-0.006256103516 +0.142578125000 +0.210937500000 +0.246093750000 +-0.028320312500 +0.010437011719 +0.225585937500 +0.016601562500 +-0.070312500000 +0.082031250000 +0.010559082031 +-0.049560546875 +-0.144531250000 +-0.014709472656 +0.045410156250 +-0.125976562500 +0.347656250000 +0.071289062500 +0.148437500000 +-0.088867187500 +0.218750000000 +0.033935546875 +-0.085937500000 +-0.101074218750 +-0.203125000000 +0.054687500000 +0.144531250000 +-0.108886718750 +0.141601562500 +-0.038574218750 +0.055664062500 +-0.140625000000 +-0.177734375000 +-0.363281250000 +0.015136718750 +-0.070312500000 +0.078125000000 +-0.106933593750 +-0.110351562500 +-0.056152343750 +0.239257812500 +-0.023315429688 +0.045898437500 +0.124023437500 +-0.140625000000 +-0.104980468750 +-0.050537109375 +-0.064941406250 +-0.069824218750 +0.118652343750 +0.110351562500 +-0.300781250000 +0.121093750000 +0.208984375000 +-0.078613281250 +0.233398437500 +-0.138671875000 +-0.098632812500 +0.025146484375 +0.059814453125 +-0.023681640625 +-0.018310546875 +0.118652343750 +0.071289062500 +0.147460937500 +0.006317138672 +0.085449218750 +0.208007812500 +0.156250000000 +-0.050537109375 +0.103027343750 +-0.091308593750 +-0.028198242188 +0.092285156250 +0.142578125000 +0.019897460938 +-0.075195312500 +-0.193359375000 +0.002441406250 +0.007720947266 +-0.069335937500 +0.103027343750 +0.281250000000 +-0.119140625000 +0.138671875000 +0.143554687500 +-0.071289062500 +-0.104003906250 +-0.048828125000 +0.000785827637 +0.109863281250 +0.096679687500 +-0.104980468750 +0.153320312500 +-0.081542968750 +-0.102050781250 +-0.265625000000 +-0.068847656250 +0.136718750000 +-0.001876831055 +0.034423828125 +0.133789062500 +-0.162109375000 +-0.071777343750 +0.125000000000 +-0.005828857422 +0.143554687500 +0.057128906250 +-0.239257812500 +-0.244140625000 +0.055175781250 +0.154296875000 +-0.196289062500 +0.006317138672 +0.140625000000 +-0.106445312500 +0.273437500000 +0.101562500000 +0.096679687500 +0.087890625000 +-0.302734375000 +-0.059570312500 +-0.024536132812 +0.024414062500 +-0.002578735352 +-0.035888671875 +-0.007354736328 +0.017089843750 +0.271484375000 +0.100585937500 +-0.019653320312 +-0.002990722656 +-0.128906250000 +0.106445312500 +0.051025390625 +-0.106445312500 +-0.216796875000 +0.060791015625 +-0.052490234375 +-0.028930664062 +-0.172851562500 +-0.227539062500 +-0.020019531250 +-0.011108398438 +0.025878906250 +0.087890625000 +0.213867187500 +-0.242187500000 +0.135742187500 +0.041259765625 +0.001075744629 +0.027587890625 +-0.064453125000 +0.014343261719 +0.037353515625 +-0.156250000000 +-0.201171875000 +-0.035400390625 +0.271484375000 +-0.191406250000 +-0.061035156250 +-0.130859375000 +-0.137695312500 +-0.062011718750 +0.008972167969 +-0.039306640625 +-0.171875000000 +-0.172851562500 +0.082031250000 +-0.226562500000 +0.034667968750 +-0.019531250000 +-0.279296875000 +-0.067871093750 +-0.074218750000 +0.067382812500 +-0.199218750000 +0.094726562500 +-0.045898437500 +-0.187500000000 +0.025512695312 +0.207031250000 +0.251953125000 +0.047607421875 +-0.064453125000 +0.048095703125 +0.134765625000 +-0.092285156250 +-0.115722656250 +0.105468750000 +0.177734375000 +-0.003967285156 +0.285156250000 +0.210937500000 +-0.033691406250 +-0.010681152344 +-0.156250000000 +0.091308593750 +0.161132812500 +0.006286621094 +-0.167968750000 +-0.001380920410 +-0.233398437500 +-0.030883789062 +-0.212890625000 +-0.198242187500 +0.093261718750 +0.225585937500 +-0.170898437500 +-0.090820312500 +0.129882812500 +-0.184570312500 +-0.008422851562 +0.083984375000 +-0.191406250000 +0.053222656250 +0.113769531250 +-0.105957031250 +-0.006530761719 +-0.047851562500 +-0.265625000000 +0.134765625000 +0.225585937500 +-0.400390625000 +-0.195312500000 +-0.382812500000 +0.006805419922 +-0.146484375000 +-0.013122558594 +-0.070800781250 +-0.130859375000 +-0.053710937500 +0.052001953125 +-0.021972656250 +0.154296875000 +0.103515625000 +-0.242187500000 +-0.017578125000 +0.008300781250 +0.093261718750 +-0.017700195312 +0.090820312500 +-0.217773437500 +-0.250000000000 +0.115722656250 +-0.055175781250 +0.152343750000 +0.195312500000 +0.012145996094 +0.166992187500 +0.233398437500 +-0.053710937500 +-0.090820312500 +0.322265625000 +0.163085937500 +0.053710937500 +0.014160156250 +0.248046875000 +0.100585937500 +0.215820312500 +-0.225585937500 +0.049804687500 +0.176757812500 +-0.097167968750 +-0.160156250000 +0.078125000000 +-0.138671875000 +-0.186523437500 +0.047851562500 +0.071289062500 +0.011718750000 +-0.044921875000 +0.025024414062 +0.104003906250 +0.015869140625 +0.010070800781 +0.100097656250 +0.189453125000 +-0.062988281250 +-0.056152343750 +0.037597656250 +-0.011230468750 +0.081054687500 +0.146484375000 +-0.242187500000 +0.310546875000 +0.113281250000 +-0.462890625000 +-0.101562500000 +-0.546875000000 +-0.125976562500 +-0.069824218750 +-0.015197753906 +0.134765625000 +-0.093261718750 +-0.000961303711 +-0.084472656250 +-0.011779785156 +0.059326171875 +-0.043945312500 +-0.205078125000 +0.310546875000 +0.130859375000 +-0.041503906250 +-0.180664062500 +0.047607421875 +-0.210937500000 +-0.168945312500 +0.099609375000 +-0.090820312500 +-0.173828125000 +0.257812500000 +-0.003860473633 +0.093750000000 +0.125976562500 +0.014343261719 +-0.128906250000 +0.390625000000 +0.065917968750 +-0.105468750000 +0.032226562500 +0.330078125000 +0.118164062500 +-0.088867187500 +-0.326171875000 +-0.090332031250 +0.045654296875 +-0.145507812500 +0.077636718750 +-0.216796875000 +-0.221679687500 +0.049072265625 +-0.091308593750 +-0.089843750000 +-0.220703125000 +-0.067871093750 +0.005310058594 +0.242187500000 +-0.178710937500 +-0.031005859375 +-0.117187500000 +-0.069335937500 +-0.072753906250 +-0.235351562500 +0.071777343750 +-0.135742187500 +-0.064453125000 +-0.027954101562 +-0.060302734375 +0.007598876953 +-0.012145996094 +-0.001930236816 +-0.419921875000 +-0.080566406250 +-0.078125000000 +0.083007812500 +-0.180664062500 +0.455078125000 +-0.190429687500 +-0.120117187500 +0.097167968750 +-0.013183593750 +0.029418945312 +-0.128906250000 +-0.077148437500 +-0.000385284424 +-0.135742187500 +-0.030273437500 +0.136718750000 +-0.006378173828 +0.177734375000 +-0.029296875000 +0.146484375000 +-0.562500000000 +-0.042236328125 +0.163085937500 +0.040039062500 +-0.212890625000 +-0.197265625000 +0.198242187500 +-0.024414062500 +0.053222656250 +-0.148437500000 +-0.074707031250 +0.130859375000 +0.202148437500 +-0.222656250000 +-0.150390625000 +-0.172851562500 +-0.006774902344 +-0.012207031250 +-0.092285156250 +0.105957031250 +-0.174804687500 +0.137695312500 +0.019165039062 +0.017578125000 +0.004699707031 +-0.132812500000 +-0.006591796875 +-0.132812500000 +0.104492187500 +-0.007141113281 +0.030639648438 +0.118652343750 +-0.039306640625 +0.077636718750 +-0.057861328125 +0.047363281250 +-0.218750000000 +-0.016601562500 +-0.012695312500 +0.094726562500 +0.024047851562 +0.005645751953 +0.035888671875 +-0.357421875000 +-0.084472656250 +-0.012145996094 +0.107910156250 +-0.182617187500 +0.114746093750 +-0.249023437500 +-0.138671875000 +-0.007995605469 +0.020263671875 +-0.057617187500 +-0.073730468750 +-0.023803710938 +-0.081542968750 +0.010375976562 +-0.045166015625 +-0.010498046875 +-0.090820312500 +0.025512695312 +0.156250000000 +-0.067871093750 +-0.261718750000 +-0.140625000000 +-0.056884765625 +-0.080078125000 +-0.141601562500 +-0.114257812500 +-0.020751953125 +0.166992187500 +0.078613281250 +-0.014282226562 +-0.067382812500 +-0.259765625000 +-0.015747070312 +-0.046386718750 +-0.121093750000 +-0.050781250000 +0.083496093750 +-0.101562500000 +-0.190429687500 +0.059814453125 +-0.097167968750 +0.042724609375 +0.154296875000 +0.202148437500 +0.074218750000 +-0.066406250000 +-0.003372192383 +-0.166015625000 +0.190429687500 +0.088867187500 +0.018188476562 +0.091796875000 +0.130859375000 +-0.123535156250 +-0.073242187500 +-0.135742187500 +-0.064453125000 +0.351562500000 +-0.007202148438 +-0.030517578125 +-0.078613281250 +-0.006958007812 +0.021240234375 +-0.369140625000 +-0.053466796875 +-0.108886718750 +0.203125000000 +0.244140625000 +0.112792968750 +-0.086914062500 +0.005096435547 +0.188476562500 +0.095214843750 +-0.104003906250 +-0.084960937500 +-0.011352539062 +0.054199218750 +-0.032714843750 +-0.054443359375 +-0.006835937500 +-0.138671875000 +0.070312500000 +-0.339843750000 +0.007659912109 +-0.308593750000 +-0.139648437500 +-0.005767822266 +0.184570312500 +-0.151367187500 +-0.014770507812 +-0.255859375000 +0.217773437500 +-0.121093750000 +0.102539062500 +-0.130859375000 +-0.242187500000 +0.088867187500 +0.031127929688 +0.078125000000 +0.063476562500 +0.033203125000 +-0.036376953125 +-0.174804687500 +0.086425781250 +-0.111816406250 +0.014404296875 +0.085449218750 +0.107910156250 +-0.071777343750 +-0.103515625000 +0.085937500000 +-0.009704589844 +-0.024658203125 +0.014831542969 +-0.029174804688 +0.207031250000 +-0.038818359375 +-0.110839843750 +-0.044921875000 +0.012756347656 +0.166992187500 +0.308593750000 +-0.081542968750 +-0.027099609375 +0.006195068359 +-0.002853393555 +0.005187988281 +-0.437500000000 +-0.131835937500 +0.115234375000 +0.140625000000 +0.140625000000 +-0.065429687500 +-0.365234375000 +-0.062255859375 +0.066406250000 +0.034179687500 +-0.333984375000 +0.089843750000 +-0.018066406250 +-0.017822265625 +0.000911712646 +0.296875000000 +0.023803710938 +-0.091308593750 +0.145507812500 +-0.289062500000 +0.119628906250 +-0.302734375000 +-0.345703125000 +-0.106445312500 +0.169921875000 +-0.099609375000 +-0.092773437500 +-0.100097656250 +0.263671875000 +0.206054687500 +0.016479492188 +0.193359375000 +-0.095703125000 +0.168945312500 +0.122558593750 +0.004364013672 +-0.120117187500 +0.058593750000 +-0.011291503906 +-0.055419921875 +-0.056152343750 +0.030761718750 +0.142578125000 +-0.016357421875 +0.263671875000 +-0.045166015625 +0.078613281250 +-0.076171875000 +-0.056396484375 +-0.087402343750 +0.004089355469 +-0.125000000000 +0.207031250000 +-0.006317138672 +-0.137695312500 +0.118652343750 +-0.088867187500 +0.099609375000 +0.228515625000 +0.020629882812 +0.082031250000 +-0.032714843750 +-0.122558593750 +-0.068359375000 +-0.435546875000 +-0.080566406250 +-0.107910156250 +0.166015625000 +-0.086425781250 +0.050292968750 +0.062011718750 +0.150390625000 +0.122558593750 +0.094726562500 +-0.127929687500 +-0.166992187500 +-0.049560546875 +-0.005706787109 +0.018798828125 +0.271484375000 +0.089843750000 +-0.033447265625 +0.038818359375 +-0.312500000000 +0.060791015625 +-0.111816406250 +-0.251953125000 +-0.166015625000 +-0.052490234375 +-0.066894531250 +-0.112304687500 +0.048095703125 +0.111816406250 +-0.027465820312 +-0.005432128906 +0.104980468750 +0.005493164062 +0.067871093750 +0.223632812500 +-0.038574218750 +-0.257812500000 +0.062255859375 +-0.111328125000 +-0.218750000000 +-0.115234375000 +0.016601562500 +0.016723632812 +0.107910156250 +0.004302978516 +0.036621093750 +-0.055908203125 +0.066406250000 +-0.008605957031 +0.015197753906 +0.100097656250 +-0.018066406250 +0.186523437500 +-0.013549804688 +-0.055664062500 +-0.118164062500 +0.056640625000 +-0.162109375000 +-0.141601562500 +-0.004364013672 +0.032226562500 +-0.031250000000 +0.014038085938 +0.000896453857 +-0.472656250000 +-0.016845703125 +0.058837890625 +0.134765625000 +-0.145507812500 +0.059814453125 +-0.166015625000 +-0.185546875000 +0.095214843750 +-0.106933593750 +-0.196289062500 +-0.051513671875 +-0.082031250000 +0.147460937500 +0.117187500000 +0.192382812500 +0.007720947266 +-0.136718750000 +0.097656250000 +-0.421875000000 +-0.263671875000 +-0.480468750000 +0.020629882812 +-0.136718750000 +-0.040283203125 +0.032714843750 +-0.046875000000 +0.084960937500 +0.164062500000 +-0.006988525391 +-0.223632812500 +-0.066894531250 +0.058593750000 +-0.075195312500 +0.039550781250 +-0.241210937500 +-0.302734375000 +-0.034179687500 +-0.007019042969 +-0.188476562500 +-0.066894531250 +0.033935546875 +0.137695312500 +-0.165039062500 +-0.082519531250 +-0.091308593750 +-0.123535156250 +-0.023559570312 +-0.052978515625 +-0.005279541016 +-0.159179687500 +-0.044433593750 +0.220703125000 +-0.071289062500 +-0.157226562500 +-0.217773437500 +-0.018676757812 +0.016967773438 +0.164062500000 +0.001670837402 +0.082031250000 +-0.117675781250 +0.034667968750 +-0.076660156250 +-0.380859375000 +0.010925292969 +-0.047119140625 +0.168945312500 +0.062255859375 +0.294921875000 +-0.201171875000 +-0.201171875000 +0.160156250000 +0.178710937500 +-0.162109375000 +-0.071777343750 +-0.072265625000 +-0.003234863281 +0.002685546875 +0.022827148438 +0.125000000000 +-0.016601562500 +0.070312500000 +-0.113769531250 +-0.067871093750 +-0.703125000000 +-0.132812500000 +0.100097656250 +-0.016235351562 +0.093261718750 +0.023071289062 +-0.211914062500 +-0.216796875000 +-0.192382812500 +-0.261718750000 +-0.141601562500 +0.234375000000 +0.000415802002 +0.055175781250 +0.265625000000 +0.001106262207 +-0.566406250000 +0.007476806641 +-0.269531250000 +-0.597656250000 +0.027099609375 +-0.001136779785 +0.004028320312 +-0.051513671875 +-0.170898437500 +-0.023071289062 +-0.004272460938 +-0.107910156250 +0.056640625000 +-0.155273437500 +0.121582031250 +0.064941406250 +0.057617187500 +-0.045898437500 +-0.184570312500 +-0.060302734375 +0.173828125000 +-0.328125000000 +0.190429687500 +0.103027343750 +0.214843750000 +-0.044433593750 +-0.202148437500 +0.179687500000 +0.067871093750 +-0.037109375000 +-0.126953125000 +-0.012268066406 +-0.209960937500 +0.020019531250 +-0.062011718750 +-0.277343750000 +0.017333984375 +0.041992187500 +0.049804687500 +0.039550781250 +0.024780273438 +-0.139648437500 +-0.308593750000 +0.059570312500 +0.111816406250 +-0.057373046875 +-0.021362304688 +0.037597656250 +-0.196289062500 +0.238281250000 +-0.066894531250 +0.168945312500 +-0.208984375000 +0.025878906250 +0.134765625000 +-0.001296997070 +0.453125000000 +-0.013854980469 +-0.310546875000 +0.126953125000 +-0.088378906250 +-0.172851562500 +0.064453125000 +-0.088378906250 +-0.367187500000 +0.029296875000 +-0.279296875000 +-0.435546875000 +0.052246093750 +-0.053466796875 +0.135742187500 +-0.009460449219 +-0.147460937500 +-0.009216308594 +0.043945312500 +-0.190429687500 +-0.141601562500 +-0.042968750000 +-0.108398437500 +0.154296875000 +-0.183593750000 +-0.118164062500 +-0.139648437500 +0.060058593750 +0.137695312500 +-0.174804687500 +-0.072265625000 +-0.012390136719 +-0.011901855469 +0.027343750000 +-0.163085937500 +-0.036865234375 +-0.175781250000 +-0.020751953125 +0.010803222656 +-0.090332031250 +-0.030395507812 +-0.003234863281 +-0.079101562500 +-0.281250000000 +-0.166015625000 +0.059082031250 +0.087402343750 +-0.095214843750 +0.010620117188 +-0.078613281250 +-0.123535156250 +-0.056152343750 +0.068847656250 +0.181640625000 +-0.132812500000 +0.013916015625 +0.040771484375 +0.222656250000 +-0.109863281250 +0.154296875000 +-0.121582031250 +-0.027709960938 +0.070312500000 +0.027832031250 +0.223632812500 +0.083984375000 +-0.201171875000 +0.117187500000 +0.031982421875 +-0.073730468750 +0.133789062500 +-0.104980468750 +-0.127929687500 +-0.026367187500 +-0.285156250000 +-0.244140625000 +0.095703125000 +-0.107910156250 +0.119140625000 +-0.049804687500 +0.060791015625 +-0.176757812500 +0.038818359375 +0.097167968750 +-0.178710937500 +0.061279296875 +-0.112304687500 +0.160156250000 +-0.038818359375 +-0.135742187500 +-0.026367187500 +0.113281250000 +-0.066894531250 +-0.225585937500 +0.102539062500 +0.046142578125 +-0.049560546875 +0.180664062500 +-0.324218750000 +0.033203125000 +-0.168945312500 +0.132812500000 +0.423828125000 +-0.066894531250 +0.003677368164 +0.013854980469 +-0.234375000000 +-0.339843750000 +-0.064453125000 +-0.003234863281 +0.023925781250 +-0.052001953125 +0.120117187500 +-0.179687500000 +-0.205078125000 +-0.006835937500 +-0.017211914062 +0.102050781250 +-0.159179687500 +-0.112792968750 +0.145507812500 +0.144531250000 +-0.031250000000 +0.068359375000 +-0.010375976562 +-0.063964843750 +-0.141601562500 +-0.017700195312 +0.145507812500 +0.045166015625 +-0.332031250000 +0.026123046875 +-0.048583984375 +-0.164062500000 +0.126953125000 +0.035888671875 +-0.112792968750 +0.012634277344 +-0.101074218750 +0.078613281250 +0.215820312500 +0.231445312500 +0.273437500000 +-0.014526367188 +-0.078613281250 +-0.051513671875 +0.016601562500 +-0.016845703125 +-0.043701171875 +-0.002273559570 +0.173828125000 +0.169921875000 +0.024780273438 +0.040283203125 +-0.023681640625 +0.059814453125 +0.006408691406 +0.144531250000 +0.121093750000 +0.015747070312 +0.027465820312 +0.110839843750 +-0.075683593750 +0.115722656250 +-0.017333984375 +0.079589843750 +0.265625000000 +0.044189453125 +-0.050048828125 +0.003082275391 +-0.210937500000 +-0.117187500000 +0.167968750000 +-0.059326171875 +0.103027343750 +-0.010864257812 +0.122070312500 +-0.155273437500 +-0.211914062500 +0.100585937500 +0.065917968750 +0.200195312500 +-0.002075195312 +-0.042480468750 +0.109375000000 +0.133789062500 +-0.090332031250 +-0.042724609375 +0.022460937500 +-0.074707031250 +-0.141601562500 +0.045166015625 +-0.015441894531 +0.178710937500 +-0.126953125000 +0.057128906250 +0.042968750000 +0.062500000000 +0.032714843750 +0.104980468750 +-0.314453125000 +0.131835937500 +-0.206054687500 +-0.115234375000 +-0.093750000000 +-0.047607421875 +0.112792968750 +-0.080566406250 +0.079101562500 +0.012939453125 +0.077636718750 +-0.154296875000 +-0.137695312500 +0.018066406250 +-0.133789062500 +0.207031250000 +-0.002120971680 +-0.007537841797 +-0.067871093750 +-0.118164062500 +-0.069824218750 +0.263671875000 +-0.016113281250 +0.106445312500 +-0.061279296875 +0.118652343750 +-0.155273437500 +0.172851562500 +-0.011901855469 +0.085937500000 +0.073730468750 +-0.061523437500 +-0.154296875000 +-0.013122558594 +-0.199218750000 +-0.093750000000 +0.140625000000 +0.028930664062 +-0.011108398438 +-0.025390625000 +0.112792968750 +-0.109863281250 +-0.164062500000 +0.021484375000 +0.111328125000 +0.074707031250 +-0.089843750000 +-0.087890625000 +0.121093750000 +0.088378906250 +-0.056396484375 +-0.234375000000 +-0.042968750000 +-0.154296875000 +-0.003906250000 +-0.019653320312 +0.132812500000 +-0.072753906250 +-0.261718750000 +-0.055908203125 +-0.125976562500 +0.024536132812 +0.081542968750 +0.044433593750 +-0.196289062500 +0.019531250000 +-0.218750000000 +-0.080078125000 +-0.196289062500 +-0.049804687500 +0.045654296875 +-0.061035156250 +-0.005371093750 +-0.055908203125 +0.105468750000 +-0.134765625000 +-0.008911132812 +-0.120605468750 +-0.157226562500 +0.121093750000 +-0.136718750000 +0.059814453125 +-0.016845703125 +-0.035644531250 +0.214843750000 +0.188476562500 +0.070800781250 +0.088867187500 +0.129882812500 +-0.242187500000 +-0.160156250000 +0.179687500000 +-0.138671875000 +0.005554199219 +-0.027832031250 +-0.174804687500 +0.231445312500 +0.148437500000 +-0.136718750000 +-0.245117187500 +-0.148437500000 +-0.250000000000 +0.067382812500 +-0.092773437500 +0.092285156250 +-0.177734375000 +-0.230468750000 +0.006683349609 +-0.117675781250 +0.029052734375 +-0.118652343750 +-0.097167968750 +0.032226562500 +0.104980468750 +-0.122558593750 +-0.188476562500 +-0.244140625000 +-0.081054687500 +-0.140625000000 +0.094726562500 +0.226562500000 +-0.173828125000 +-0.269531250000 +-0.013183593750 +-0.042236328125 +-0.056884765625 +0.095703125000 +-0.071777343750 +-0.601562500000 +0.237304687500 +-0.239257812500 +-0.345703125000 +-0.006317138672 +-0.176757812500 +-0.196289062500 +-0.033935546875 +-0.223632812500 +-0.184570312500 +0.007781982422 +-0.125000000000 +-0.051269531250 +-0.119628906250 +-0.069824218750 +0.031005859375 +-0.211914062500 +-0.006500244141 +-0.032958984375 +-0.052001953125 +-0.165039062500 +0.151367187500 +-0.084472656250 +-0.085937500000 +0.298828125000 +0.071289062500 +-0.139648437500 +0.135742187500 +-0.053222656250 +-0.027221679688 +-0.044677734375 +-0.054687500000 +0.083984375000 +0.028442382812 +0.049316406250 +-0.210937500000 +-0.202148437500 +-0.345703125000 +0.023437500000 +0.018920898438 +0.063964843750 +-0.082519531250 +-0.115234375000 +0.004608154297 +0.015258789062 +0.141601562500 +-0.233398437500 +-0.019897460938 +-0.069824218750 +0.058593750000 +-0.133789062500 +-0.108886718750 +-0.375000000000 +0.015258789062 +0.024536132812 +-0.172851562500 +0.343750000000 +-0.160156250000 +-0.215820312500 +-0.015747070312 +-0.108886718750 +0.050292968750 +0.120117187500 +-0.049804687500 +-0.115722656250 +-0.227539062500 +-0.185546875000 +0.083496093750 +-0.196289062500 +-0.009643554688 +-0.083984375000 +-0.367187500000 +0.184570312500 +-0.104492187500 +-0.064453125000 +0.090820312500 +-0.214843750000 +-0.065917968750 +0.273437500000 +-0.148437500000 +0.043457031250 +0.040527343750 +-0.044921875000 +0.003692626953 +-0.155273437500 +0.166992187500 +0.042724609375 +0.093261718750 +0.198242187500 +0.109375000000 +-0.186523437500 +0.021118164062 +0.026489257812 +0.229492187500 +-0.007568359375 +-0.058837890625 +-0.026733398438 +-0.085937500000 +0.155273437500 +-0.045654296875 +-0.292968750000 +-0.104492187500 +-0.106445312500 +0.201171875000 +-0.068359375000 +-0.137695312500 +-0.057617187500 +-0.206054687500 +0.118164062500 +0.211914062500 +0.040039062500 +-0.065917968750 +0.029418945312 +-0.054931640625 +0.035888671875 +0.054443359375 +0.136718750000 +-0.020629882812 +-0.213867187500 +-0.365234375000 +-0.175781250000 +0.069824218750 +-0.011230468750 +0.033203125000 +0.055419921875 +-0.113769531250 +0.199218750000 +-0.069824218750 +0.014282226562 +0.071289062500 +0.016967773438 +0.022460937500 +-0.187500000000 +0.028198242188 +0.011413574219 +-0.562500000000 +0.111328125000 +-0.000782012939 +-0.054931640625 +0.054443359375 +-0.116210937500 +0.220703125000 +0.130859375000 +0.021240234375 +0.194335937500 +0.021118164062 +-0.090332031250 +-0.071777343750 +-0.003601074219 +0.128906250000 +0.066894531250 +0.130859375000 +-0.017456054688 +0.025756835938 +-0.205078125000 +-0.023437500000 +-0.063964843750 +0.227539062500 +-0.052246093750 +0.014099121094 +-0.062011718750 +-0.044677734375 +-0.032714843750 +-0.062988281250 +-0.149414062500 +-0.031494140625 +-0.085449218750 +0.058593750000 +-0.077636718750 +-0.211914062500 +-0.028076171875 +0.030395507812 +-0.019897460938 +0.251953125000 +0.086914062500 +-0.194335937500 +0.034179687500 +0.229492187500 +-0.094726562500 +0.082031250000 +-0.162109375000 +-0.193359375000 +-0.386718750000 +-0.181640625000 +0.051025390625 +0.010681152344 +-0.011535644531 +0.062988281250 +0.025268554688 +-0.096191406250 +0.251953125000 +-0.092285156250 +0.033447265625 +0.018066406250 +0.044433593750 +-0.007232666016 +-0.053466796875 +0.079589843750 +0.000637054443 +-0.621093750000 +-0.002487182617 +0.014465332031 +0.032958984375 +0.190429687500 +-0.051513671875 +0.316406250000 +0.153320312500 +0.129882812500 +0.176757812500 +0.104492187500 +-0.134765625000 +-0.102539062500 +0.042480468750 +0.037597656250 +0.271484375000 +0.102050781250 +0.112304687500 +-0.095703125000 +-0.188476562500 +-0.247070312500 +-0.122558593750 +0.166015625000 +0.029785156250 +0.104003906250 +-0.119140625000 +-0.073730468750 +0.166992187500 +-0.238281250000 +-0.308593750000 +-0.033203125000 +-0.153320312500 +-0.060791015625 +0.007324218750 +-0.088378906250 +-0.073730468750 +-0.099609375000 +0.089355468750 +0.048095703125 +-0.031250000000 +-0.332031250000 +-0.174804687500 +0.122070312500 +-0.086914062500 +-0.060791015625 +0.128906250000 +-0.357421875000 +-0.192382812500 +-0.004821777344 +0.167968750000 +0.095214843750 +0.001571655273 +0.130859375000 +-0.200195312500 +-0.090820312500 +0.205078125000 +-0.367187500000 +0.076171875000 +0.043701171875 +-0.014709472656 +-0.117187500000 +0.154296875000 +0.261718750000 +0.063476562500 +-0.636718750000 +0.029052734375 +0.045410156250 +0.111816406250 +0.052734375000 +0.028808593750 +0.515625000000 +0.136718750000 +0.074218750000 +0.033447265625 +0.178710937500 +0.035400390625 +-0.129882812500 +0.177734375000 +0.134765625000 +0.197265625000 +0.125000000000 +0.011108398438 +0.112792968750 +0.050781250000 +0.016357421875 +0.095703125000 +0.203125000000 +0.101562500000 +0.058349609375 +-0.328125000000 +-0.078613281250 +-0.078125000000 +-0.099121093750 +-0.118652343750 +0.125976562500 +-0.095214843750 +-0.084960937500 +-0.024169921875 +0.022216796875 +0.003158569336 +0.121582031250 +0.263671875000 +-0.001434326172 +-0.107421875000 +-0.125000000000 +-0.294921875000 +-0.154296875000 +-0.013610839844 +-0.117187500000 +0.065429687500 +-0.052490234375 +-0.097167968750 +-0.075683593750 +0.015747070312 +0.071289062500 +-0.066406250000 +-0.112792968750 +-0.269531250000 +-0.097167968750 +-0.001983642578 +-0.333984375000 +0.033447265625 +0.042724609375 +-0.062988281250 +-0.118652343750 +0.045898437500 +-0.037597656250 +-0.005096435547 +-0.613281250000 +-0.086914062500 +0.070312500000 +-0.102539062500 +0.043212890625 +-0.024047851562 +-0.204101562500 +0.079589843750 +-0.040283203125 +-0.198242187500 +0.145507812500 +0.027587890625 +-0.171875000000 +-0.097167968750 +0.031127929688 +0.111328125000 +0.102050781250 +0.187500000000 +0.136718750000 +0.049560546875 +0.008605957031 +-0.037841796875 +-0.044433593750 +0.014831542969 +0.105468750000 +-0.248046875000 +-0.114746093750 +0.243164062500 +-0.114257812500 +-0.257812500000 +-0.089843750000 +-0.322265625000 +0.022949218750 +-0.102539062500 +-0.082519531250 +0.006896972656 +-0.007141113281 +0.066406250000 +-0.067871093750 +0.310546875000 +-0.213867187500 +-0.222656250000 +0.111328125000 +-0.038818359375 +0.039794921875 +0.081542968750 +-0.172851562500 +-0.059326171875 +-0.038330078125 +-0.113281250000 +-0.033447265625 +-0.072753906250 +-0.131835937500 +-0.248046875000 +-0.051269531250 +0.042724609375 +-0.330078125000 +0.090332031250 +0.013244628906 +-0.047119140625 +0.066894531250 +0.088378906250 +-0.006134033203 +-0.015625000000 +-0.539062500000 +-0.021362304688 +-0.190429687500 +-0.085937500000 +-0.030395507812 +-0.090820312500 +0.051757812500 +0.158203125000 +0.065429687500 +-0.099609375000 +0.017822265625 +0.017089843750 +-0.077636718750 +-0.243164062500 +0.209960937500 +0.006011962891 +0.081542968750 +0.077148437500 +-0.127929687500 +-0.063964843750 +0.165039062500 +-0.228515625000 +-0.324218750000 +-0.168945312500 +0.164062500000 +-0.277343750000 +-0.046142578125 +0.184570312500 +-0.018066406250 +-0.168945312500 +0.075195312500 +-0.365234375000 +-0.173828125000 +-0.154296875000 +-0.082031250000 +0.119140625000 +0.014221191406 +0.065917968750 +-0.175781250000 +-0.055419921875 +-0.139648437500 +-0.188476562500 +0.201171875000 +0.070800781250 +-0.069335937500 +0.171875000000 +-0.107421875000 +-0.179687500000 +0.041992187500 +-0.103515625000 +0.118164062500 +-0.201171875000 +-0.178710937500 +-0.222656250000 +-0.206054687500 +0.089843750000 +-0.095703125000 +0.024414062500 +-0.249023437500 +-0.287109375000 +-0.148437500000 +-0.013000488281 +0.060791015625 +0.014038085938 +-0.025390625000 +-0.005126953125 +-0.296875000000 +-0.161132812500 +0.037597656250 +0.026123046875 +-0.044677734375 +0.217773437500 +0.074218750000 +-0.207031250000 +0.021850585938 +-0.154296875000 +-0.141601562500 +-0.187500000000 +0.189453125000 +0.021240234375 +0.117187500000 +0.257812500000 +0.038818359375 +-0.052734375000 +0.044677734375 +-0.045654296875 +-0.248046875000 +-0.119140625000 +0.007873535156 +0.074707031250 +-0.067382812500 +0.010681152344 +0.112792968750 +-0.044677734375 +-0.030883789062 +-0.382812500000 +-0.084960937500 +-0.108398437500 +-0.081054687500 +0.179687500000 +0.121093750000 +0.129882812500 +0.102539062500 +-0.062988281250 +0.105957031250 +0.081542968750 +-0.135742187500 +0.076171875000 +-0.037841796875 +0.096679687500 +0.012512207031 +-0.061035156250 +-0.018920898438 +-0.306640625000 +0.003753662109 +-0.231445312500 +-0.238281250000 +-0.236328125000 +-0.178710937500 +-0.131835937500 +0.024414062500 +-0.229492187500 +-0.067871093750 +0.070800781250 +-0.167968750000 +0.074707031250 +0.028076171875 +0.322265625000 +0.131835937500 +-0.132812500000 +0.232421875000 +-0.144531250000 +0.049804687500 +0.133789062500 +0.007354736328 +-0.228515625000 +0.053466796875 +0.231445312500 +-0.053710937500 +-0.030151367188 +0.066406250000 +-0.007537841797 +-0.144531250000 +-0.052001953125 +-0.139648437500 +-0.020263671875 +-0.083984375000 +0.054931640625 +-0.124511718750 +-0.192382812500 +0.031250000000 +-0.251953125000 +0.218750000000 +-0.108886718750 +-0.253906250000 +0.071289062500 +-0.154296875000 +0.074707031250 +-0.040527343750 +-0.092773437500 +-0.164062500000 +0.066894531250 +-0.047607421875 +-0.159179687500 +-0.185546875000 +-0.034423828125 +-0.032714843750 +-0.094726562500 +-0.069335937500 +0.207031250000 +-0.277343750000 +0.115234375000 +-0.094238281250 +-0.006408691406 +-0.104003906250 +-0.100097656250 +0.060058593750 +0.131835937500 +-0.294921875000 +-0.118164062500 +0.045166015625 +-0.012145996094 +-0.135742187500 +0.096679687500 +-0.287109375000 +-0.085937500000 +-0.153320312500 +0.197265625000 +-0.158203125000 +-0.078125000000 +0.124511718750 +0.183593750000 +0.031982421875 +-0.120117187500 +0.011352539062 +-0.175781250000 +-0.054687500000 +0.065917968750 +0.074707031250 +0.012817382812 +0.263671875000 +0.101562500000 +0.053710937500 +0.103027343750 +-0.091796875000 +0.137695312500 +0.039550781250 +0.220703125000 +-0.082031250000 +0.107910156250 +-0.055419921875 +0.065429687500 +-0.024536132812 +-0.015380859375 +-0.018920898438 +-0.244140625000 +0.108886718750 +0.094238281250 +-0.114257812500 +-0.110351562500 +-0.185546875000 +0.151367187500 +-0.302734375000 +0.078125000000 +-0.181640625000 +-0.025512695312 +-0.119628906250 +-0.154296875000 +0.016601562500 +-0.056396484375 +-0.257812500000 +0.055175781250 +-0.167968750000 +0.022705078125 +-0.198242187500 +0.143554687500 +0.161132812500 +-0.082031250000 +0.094726562500 +0.072753906250 +0.106445312500 +-0.081542968750 +0.002624511719 +-0.014526367188 +0.092773437500 +0.062988281250 +-0.238281250000 +-0.097656250000 +-0.449218750000 +-0.091796875000 +-0.106933593750 +-0.155273437500 +0.049560546875 +-0.228515625000 +0.185546875000 +0.212890625000 +0.010742187500 +-0.077148437500 +0.099121093750 +-0.166015625000 +-0.092773437500 +0.022583007812 +-0.119140625000 +-0.149414062500 +0.121582031250 +-0.094238281250 +0.005798339844 +-0.023437500000 +0.049072265625 +0.013366699219 +-0.060546875000 +0.027099609375 +-0.093261718750 +-0.046875000000 +0.032226562500 +0.065429687500 +-0.212890625000 +-0.148437500000 +-0.181640625000 +-0.314453125000 +0.151367187500 +-0.189453125000 +-0.030639648438 +-0.074218750000 +-0.289062500000 +-0.170898437500 +-0.314453125000 +-0.112792968750 +-0.135742187500 +-0.071289062500 +0.051269531250 +-0.104980468750 +0.085937500000 +0.102050781250 +-0.161132812500 +-0.000389099121 +-0.058349609375 +0.060791015625 +-0.269531250000 +-0.021728515625 +0.257812500000 +-0.200195312500 +-0.077148437500 +-0.020019531250 +0.102539062500 +-0.062255859375 +-0.148437500000 +0.097656250000 +0.081542968750 +0.096679687500 +-0.164062500000 +0.167968750000 +-0.406250000000 +-0.124511718750 +-0.089355468750 +0.466796875000 +0.014343261719 +0.216796875000 +0.292968750000 +0.171875000000 +0.060058593750 +-0.051513671875 +0.024169921875 +-0.110839843750 +-0.198242187500 +0.029174804688 +-0.218750000000 +0.045410156250 +0.103515625000 +-0.072265625000 +0.051269531250 +-0.121093750000 +0.159179687500 +-0.103027343750 +-0.326171875000 +-0.052734375000 +-0.150390625000 +-0.153320312500 +-0.006500244141 +-0.111328125000 +-0.094238281250 +-0.157226562500 +-0.199218750000 +-0.333984375000 +0.137695312500 +-0.070312500000 +-0.070800781250 +0.023681640625 +-0.306640625000 +0.092285156250 +-0.010131835938 +-0.158203125000 +0.053466796875 +0.036132812500 +0.204101562500 +0.195312500000 +-0.078613281250 +0.028808593750 +-0.020751953125 +0.190429687500 +0.028076171875 +-0.049316406250 +-0.056152343750 +-0.010681152344 +-0.073242187500 +-0.180664062500 +-0.098144531250 +-0.190429687500 +-0.010681152344 +0.062255859375 +-0.245117187500 +0.134765625000 +-0.017333984375 +0.067871093750 +-0.073242187500 +-0.026977539062 +-0.230468750000 +0.002670288086 +-0.178710937500 +0.130859375000 +0.010620117188 +-0.115722656250 +0.234375000000 +0.160156250000 +0.009948730469 +-0.034667968750 +0.127929687500 +0.079589843750 +0.147460937500 +-0.196289062500 +-0.022827148438 +0.136718750000 +0.107910156250 +-0.462890625000 +0.112792968750 +-0.124511718750 +-0.136718750000 +-0.086914062500 +-0.249023437500 +-0.161132812500 +-0.051025390625 +-0.316406250000 +0.005950927734 +0.080078125000 +0.019165039062 +-0.053955078125 +-0.142578125000 +-0.257812500000 +0.185546875000 +-0.157226562500 +-0.263671875000 +0.042724609375 +-0.250000000000 +0.100097656250 +0.156250000000 +-0.174804687500 +-0.061035156250 +0.019897460938 +-0.004119873047 +0.042480468750 +-0.283203125000 +-0.085449218750 +0.179687500000 +0.052490234375 +-0.030395507812 +-0.123046875000 +-0.095214843750 +-0.033935546875 +-0.017578125000 +-0.112792968750 +-0.064453125000 +-0.035644531250 +0.007812500000 +-0.008789062500 +-0.153320312500 +-0.076660156250 +-0.129882812500 +0.246093750000 +-0.135742187500 +0.208007812500 +-0.351562500000 +-0.060058593750 +-0.083984375000 +-0.246093750000 +-0.072265625000 +0.060546875000 +-0.169921875000 +0.018066406250 +-0.049560546875 +-0.196289062500 +0.060058593750 +0.111328125000 +0.248046875000 +0.046142578125 +-0.088867187500 +-0.217773437500 +0.082031250000 +-0.324218750000 +0.020385742188 +-0.179687500000 +-0.206054687500 +-0.013610839844 +0.122558593750 +0.116210937500 +-0.114257812500 +-0.190429687500 +0.027832031250 +0.056152343750 +-0.057373046875 +-0.285156250000 +-0.065429687500 +-0.443359375000 +0.135742187500 +-0.355468750000 +-0.180664062500 +0.156250000000 +-0.170898437500 +0.186523437500 +0.147460937500 +-0.296875000000 +-0.165039062500 +-0.053222656250 +0.149414062500 +0.071289062500 +-0.093750000000 +-0.089355468750 +0.082519531250 +0.079589843750 +-0.038574218750 +-0.198242187500 +-0.332031250000 +-0.060058593750 +0.186523437500 +0.041259765625 +-0.044921875000 +-0.182617187500 +-0.033203125000 +-0.087890625000 +-0.158203125000 +-0.047119140625 +-0.127929687500 +0.237304687500 +0.025512695312 +0.031738281250 +-0.241210937500 +-0.203125000000 +-0.167968750000 +0.005889892578 +0.026977539062 +-0.154296875000 +0.135742187500 +0.160156250000 +-0.017089843750 +0.226562500000 +0.051757812500 +-0.140625000000 +0.186523437500 +0.096679687500 +-0.056152343750 +-0.142578125000 +-0.043945312500 +-0.050781250000 +0.140625000000 +-0.049804687500 +0.078125000000 +0.033935546875 +-0.104980468750 +-0.077148437500 +-0.075683593750 +0.046875000000 +-0.025512695312 +0.193359375000 +0.028076171875 +-0.112792968750 +-0.069824218750 +-0.462890625000 +-0.014465332031 +-0.355468750000 +-0.113769531250 +0.121582031250 +-0.216796875000 +0.005096435547 +0.050048828125 +-0.117187500000 +0.078613281250 +0.028076171875 +0.175781250000 +-0.012939453125 +-0.093261718750 +-0.105468750000 +0.090332031250 +0.036865234375 +-0.180664062500 +-0.142578125000 +-0.151367187500 +0.051513671875 +0.051025390625 +0.061523437500 +0.016601562500 +-0.129882812500 +-0.001190185547 +-0.235351562500 +0.005340576172 +-0.259765625000 +-0.025634765625 +0.191406250000 +0.004425048828 +0.064453125000 +-0.019165039062 +0.172851562500 +0.168945312500 +-0.007141113281 +-0.074707031250 +0.223632812500 +-0.057128906250 +-0.221679687500 +-0.049560546875 +0.056884765625 +-0.355468750000 +0.171875000000 +-0.224609375000 +0.062255859375 +-0.047119140625 +-0.077636718750 +0.043701171875 +-0.103515625000 +-0.020751953125 +-0.118652343750 +-0.087402343750 +-0.025390625000 +-0.191406250000 +-0.062988281250 +0.045654296875 +-0.217773437500 +0.064453125000 +-0.197265625000 +0.045166015625 +-0.024780273438 +0.034423828125 +-0.027709960938 +-0.074707031250 +-0.055419921875 +0.049072265625 +-0.228515625000 +-0.013977050781 +0.060791015625 +0.001792907715 +0.075195312500 +0.054199218750 +0.169921875000 +-0.065429687500 +-0.075195312500 +-0.028686523438 +0.094238281250 +-0.058105468750 +0.033691406250 +0.160156250000 +0.043457031250 +-0.014282226562 +-0.203125000000 +0.186523437500 +-0.163085937500 +0.160156250000 +-0.060546875000 +0.090332031250 +0.253906250000 +-0.030151367188 +-0.095214843750 +0.076660156250 +0.135742187500 +-0.079589843750 +-0.015258789062 +0.021728515625 +-0.043945312500 +0.018066406250 +-0.085449218750 +-0.156250000000 +0.103027343750 +0.009460449219 +0.080566406250 +-0.078125000000 +-0.006225585938 +-0.005889892578 +0.129882812500 +-0.156250000000 +0.020629882812 +-0.008544921875 +0.229492187500 +0.128906250000 +-0.092285156250 +-0.035888671875 +0.111328125000 +-0.057128906250 +-0.032470703125 +0.204101562500 +-0.031738281250 +0.114257812500 +-0.127929687500 +0.040771484375 +-0.287109375000 +0.171875000000 +0.146484375000 +-0.033691406250 +-0.133789062500 +0.081054687500 +0.014343261719 +0.271484375000 +-0.226562500000 +0.013854980469 +0.041259765625 +-0.046875000000 +-0.005981445312 +0.008422851562 +-0.021606445312 +0.045898437500 +-0.021972656250 +-0.048828125000 +0.205078125000 +-0.066406250000 +0.071289062500 +0.207031250000 +0.060791015625 +-0.044921875000 +-0.087890625000 +0.040283203125 +-0.223632812500 +0.106445312500 +-0.145507812500 +-0.063476562500 +0.166992187500 +0.201171875000 +-0.108398437500 +0.026123046875 +0.184570312500 +0.013732910156 +0.099121093750 +-0.041748046875 +0.081542968750 +0.075195312500 +-0.150390625000 +-0.204101562500 +0.192382812500 +0.065429687500 +0.003173828125 +0.007232666016 +-0.027343750000 +-0.091796875000 +0.349609375000 +-0.173828125000 +0.057617187500 +0.039550781250 +0.111816406250 +0.221679687500 +0.011169433594 +0.002700805664 +0.079101562500 +-0.177734375000 +-0.041015625000 +0.113281250000 +0.026367187500 +0.174804687500 +-0.013244628906 +0.052978515625 +-0.189453125000 +0.086914062500 +0.052246093750 +-0.067871093750 +-0.077148437500 +0.058349609375 +-0.112792968750 +-0.105468750000 +-0.176757812500 +0.143554687500 +-0.080566406250 +0.008422851562 +0.017333984375 +-0.005035400391 +0.095703125000 +0.039062500000 +0.100585937500 +-0.010803222656 +0.074707031250 +0.059082031250 +-0.006591796875 +0.157226562500 +0.014770507812 +0.020019531250 +-0.151367187500 +0.107910156250 +-0.169921875000 +0.043945312500 +-0.199218750000 +0.082031250000 +-0.081542968750 +0.195312500000 +-0.039062500000 +-0.039550781250 +0.087402343750 +-0.122558593750 +0.161132812500 +-0.004608154297 +0.047607421875 +0.054199218750 +-0.103515625000 +-0.054931640625 +0.137695312500 +0.075195312500 +-0.106445312500 +-0.033203125000 +0.077636718750 +-0.028076171875 +0.232421875000 +-0.205078125000 +0.100097656250 +-0.065917968750 +0.054199218750 +0.085449218750 +0.031738281250 +-0.016113281250 +0.341796875000 +-0.109375000000 +-0.002929687500 +-0.142578125000 +0.062988281250 +0.318359375000 +-0.018676757812 +-0.029541015625 +-0.156250000000 +-0.188476562500 +0.019042968750 +0.109863281250 +0.102050781250 +0.283203125000 +-0.030761718750 +-0.005584716797 +-0.127929687500 +0.308593750000 +0.028930664062 +-0.117187500000 +-0.014099121094 +-0.030639648438 +-0.007141113281 +-0.080078125000 +0.136718750000 +0.074707031250 +-0.007751464844 +-0.074707031250 +0.166992187500 +0.051757812500 +-0.022705078125 +-0.062255859375 +0.013793945312 +0.024291992188 +-0.143554687500 +0.142578125000 +0.036376953125 +-0.009155273438 +-0.091308593750 +0.143554687500 +0.015869140625 +-0.069335937500 +-0.134765625000 +-0.071777343750 +0.119628906250 +0.101074218750 +-0.068359375000 +0.134765625000 +-0.030395507812 +0.084472656250 +0.135742187500 +0.137695312500 +-0.253906250000 +-0.028564453125 +0.098632812500 +-0.140625000000 +0.785156250000 +-0.129882812500 +-0.123535156250 +-0.048583984375 +-0.022216796875 +0.160156250000 +0.114257812500 +-0.008483886719 +-0.112304687500 +-0.012390136719 +0.025024414062 +-0.135742187500 +-0.040527343750 +0.221679687500 +0.091308593750 +0.103027343750 +-0.070312500000 +-0.048583984375 +0.070312500000 +-0.077148437500 +-0.125000000000 +0.171875000000 +0.106933593750 +0.146484375000 +-0.066894531250 +0.169921875000 +0.144531250000 +-0.082031250000 +0.015014648438 +0.049560546875 +0.044433593750 +0.037109375000 +-0.207031250000 +-0.066406250000 +0.205078125000 +-0.060791015625 +-0.032470703125 +0.171875000000 +0.048095703125 +0.083007812500 +0.006774902344 +-0.054199218750 +-0.218750000000 +-0.010437011719 +-0.148437500000 +0.073730468750 +0.127929687500 +0.159179687500 +0.131835937500 +0.110839843750 +-0.062988281250 +-0.199218750000 +-0.072265625000 +-0.063964843750 +0.139648437500 +0.039306640625 +-0.034667968750 +0.039062500000 +0.108398437500 +-0.008972167969 +-0.210937500000 +-0.021118164062 +0.056640625000 +-0.036621093750 +0.103027343750 +0.126953125000 +-0.063964843750 +-0.048828125000 +-0.064453125000 +0.108398437500 +0.006683349609 +-0.148437500000 +-0.205078125000 +-0.067871093750 +0.044677734375 +-0.045166015625 +-0.047607421875 +0.156250000000 +-0.139648437500 +0.071777343750 +-0.119140625000 +-0.209960937500 +-0.039550781250 +-0.353515625000 +0.025146484375 +0.096679687500 +0.121093750000 +0.246093750000 +-0.104980468750 +0.114746093750 +-0.078613281250 +-0.253906250000 +-0.075683593750 +-0.065917968750 +0.100585937500 +-0.124023437500 +0.251953125000 +-0.107910156250 +-0.124511718750 +0.032470703125 +0.079101562500 +0.167968750000 +-0.129882812500 +0.013916015625 +0.047119140625 +-0.055175781250 +-0.175781250000 +-0.066406250000 +-0.079101562500 +0.065917968750 +-0.127929687500 +0.155273437500 +-0.050781250000 +0.079589843750 +-0.113281250000 +-0.129882812500 +-0.077148437500 +0.066406250000 +-0.086914062500 +0.106445312500 +0.034179687500 +-0.002273559570 +0.213867187500 +0.026977539062 +-0.178710937500 +0.109863281250 +0.137695312500 +-0.228515625000 +0.204101562500 +0.073242187500 +0.098144531250 +-0.220703125000 +-0.019531250000 +0.138671875000 +-0.105957031250 +-0.052490234375 +-0.136718750000 +-0.116210937500 +-0.002014160156 +0.026855468750 +-0.034423828125 +0.118652343750 +-0.048828125000 +-0.026611328125 +0.046630859375 +-0.021972656250 +-0.006469726562 +-0.191406250000 +0.019042968750 +0.118652343750 +-0.053710937500 +-0.049316406250 +-0.075683593750 +-0.050537109375 +-0.166015625000 +-0.198242187500 +0.036132812500 +-0.026977539062 +0.010803222656 +0.011718750000 +-0.115722656250 +-0.061523437500 +-0.088867187500 +-0.009521484375 +0.114257812500 +0.125000000000 +0.027221679688 +-0.116210937500 +-0.086425781250 +-0.098632812500 +-0.211914062500 +-0.141601562500 +-0.121093750000 +0.000968933105 +0.141601562500 +0.086914062500 +0.023803710938 +0.047363281250 +-0.219726562500 +-0.069824218750 +0.016967773438 +0.147460937500 +0.318359375000 +-0.060058593750 +-0.074218750000 +0.031005859375 +0.300781250000 +0.147460937500 +0.014709472656 +0.028198242188 +-0.043701171875 +0.029174804688 +-0.050537109375 +-0.007202148438 +0.035156250000 +-0.058593750000 +-0.244140625000 +0.066894531250 +0.185546875000 +0.094726562500 +0.001678466797 +-0.024902343750 +-0.136718750000 +0.129882812500 +-0.144531250000 +0.030395507812 +0.029785156250 +-0.221679687500 +-0.103027343750 +-0.006561279297 +0.185546875000 +-0.037841796875 +0.203125000000 +-0.079589843750 +-0.224609375000 +0.425781250000 +-0.416015625000 +-0.135742187500 +-0.014587402344 +0.196289062500 +-0.019409179688 +0.044433593750 +0.035644531250 +-0.139648437500 +0.199218750000 +0.067871093750 +0.018920898438 +-0.138671875000 +0.064453125000 +0.166015625000 +0.064453125000 +-0.335937500000 +-0.216796875000 +0.124023437500 +0.200195312500 +0.029541015625 +-0.287109375000 +0.217773437500 +0.202148437500 +-0.201171875000 +0.049560546875 +0.006683349609 +-0.225585937500 +-0.066406250000 +0.202148437500 +0.195312500000 +-0.021484375000 +0.277343750000 +-0.101074218750 +0.106933593750 +-0.070312500000 +0.140625000000 +0.053466796875 +0.006072998047 +-0.028808593750 +0.127929687500 +0.000877380371 +-0.027954101562 +0.072265625000 +-0.020141601562 +-0.392578125000 +-0.230468750000 +0.101562500000 +-0.059082031250 +0.105468750000 +0.029296875000 +0.094238281250 +0.098632812500 +-0.034179687500 +-0.007873535156 +-0.025146484375 +-0.218750000000 +-0.059326171875 +0.142578125000 +0.054687500000 +0.029418945312 +-0.085449218750 +0.005645751953 +0.020141601562 +0.298828125000 +-0.259765625000 +-0.152343750000 +0.124023437500 +0.053955078125 +0.281250000000 +-0.001304626465 +0.008361816406 +-0.127929687500 +0.369140625000 +0.128906250000 +-0.006866455078 +-0.098144531250 +0.207031250000 +0.208984375000 +0.100097656250 +-0.126953125000 +-0.142578125000 +0.068359375000 +0.192382812500 +0.095703125000 +0.015991210938 +0.107910156250 +-0.037597656250 +-0.027343750000 +0.059082031250 +-0.127929687500 +-0.306640625000 +0.046875000000 +0.230468750000 +0.028076171875 +0.204101562500 +0.093750000000 +0.044433593750 +-0.188476562500 +0.095214843750 +0.118652343750 +-0.012329101562 +0.020019531250 +-0.062255859375 +-0.048095703125 +0.037841796875 +-0.065917968750 +-0.059082031250 +-0.068847656250 +-0.235351562500 +-0.070800781250 +-0.015197753906 +0.165039062500 +0.062500000000 +0.292968750000 +0.105957031250 +-0.070312500000 +-0.126953125000 +0.022460937500 +-0.204101562500 +-0.012512207031 +-0.101074218750 +0.172851562500 +0.127929687500 +-0.139648437500 +-0.150390625000 +-0.103027343750 +0.131835937500 +0.289062500000 +-0.156250000000 +-0.040771484375 +0.024536132812 +-0.069335937500 +0.190429687500 +0.138671875000 +-0.047851562500 +-0.059570312500 +0.048828125000 +0.113769531250 +0.013183593750 +-0.060546875000 +-0.002410888672 +0.072265625000 +0.003479003906 +-0.139648437500 +-0.320312500000 +0.063476562500 +0.222656250000 +0.061279296875 +0.230468750000 +-0.060302734375 +0.020507812500 +-0.060302734375 +0.047363281250 +0.098144531250 +-0.077636718750 +0.044189453125 +-0.108886718750 +-0.095214843750 +0.263671875000 +-0.104980468750 +-0.020141601562 +-0.036621093750 +0.164062500000 +0.191406250000 +0.014465332031 +-0.010498046875 +0.001594543457 +-0.081054687500 +0.209960937500 +0.004394531250 +0.104003906250 +-0.150390625000 +-0.104980468750 +-0.047119140625 +0.059570312500 +0.151367187500 +0.150390625000 +0.061279296875 +-0.020263671875 +-0.375000000000 +-0.017089843750 +-0.001930236816 +0.012329101562 +-0.013916015625 +-0.100097656250 +0.255859375000 +-0.244140625000 +-0.187500000000 +-0.019531250000 +0.025146484375 +0.047119140625 +0.419921875000 +0.192382812500 +0.017211914062 +0.072753906250 +0.155273437500 +0.102539062500 +-0.067382812500 +-0.000667572021 +0.068847656250 +0.546875000000 +0.221679687500 +-0.059814453125 +-0.133789062500 +0.002670288086 +-0.042236328125 +0.060058593750 +-0.277343750000 +-0.060546875000 +0.070800781250 +0.180664062500 +0.175781250000 +0.147460937500 +0.104492187500 +-0.012329101562 +-0.106933593750 +0.026123046875 +0.008483886719 +-0.188476562500 +0.146484375000 +-0.261718750000 +-0.057617187500 +0.135742187500 +0.045166015625 +-0.066406250000 +0.021606445312 +-0.012878417969 +0.304687500000 +0.058105468750 +0.143554687500 +0.079589843750 +-0.169921875000 +0.073730468750 +-0.059814453125 +0.162109375000 +-0.014831542969 +-0.300781250000 +-0.170898437500 +0.151367187500 +0.246093750000 +0.111816406250 +-0.207031250000 +0.088867187500 +-0.045654296875 +-0.170898437500 +0.068847656250 +-0.030273437500 +0.029785156250 +0.081542968750 +-0.009704589844 +-0.102050781250 +-0.190429687500 +-0.378906250000 +-0.101562500000 +0.046386718750 +0.306640625000 +0.225585937500 +-0.006927490234 +0.068359375000 +0.220703125000 +0.044677734375 +0.005737304688 +0.141601562500 +0.002502441406 +0.490234375000 +0.143554687500 +0.124023437500 +0.060302734375 +-0.026611328125 +0.155273437500 +-0.081542968750 +-0.302734375000 +-0.174804687500 +-0.002670288086 +0.133789062500 +0.124511718750 +0.068847656250 +0.132812500000 +0.067871093750 +0.010559082031 +0.058349609375 +0.048828125000 +-0.165039062500 +0.010559082031 +-0.034179687500 +-0.188476562500 +-0.034667968750 +-0.119140625000 +-0.119140625000 +0.396484375000 +-0.104492187500 +0.000140190125 +0.064941406250 +0.015441894531 +0.054443359375 +-0.154296875000 +0.105957031250 +0.018676757812 +0.042968750000 +-0.079589843750 +-0.371093750000 +-0.215820312500 +-0.102050781250 +-0.027832031250 +0.107910156250 +0.069824218750 +-0.025024414062 +0.032226562500 +-0.097656250000 +0.022583007812 +-0.104492187500 +0.039062500000 +0.038818359375 +-0.038085937500 +-0.006500244141 +0.015502929688 +-0.006988525391 +0.099609375000 +0.013122558594 +0.239257812500 +0.002990722656 +-0.023925781250 +0.138671875000 +0.179687500000 +0.062255859375 +0.067382812500 +0.031127929688 +-0.156250000000 +0.136718750000 +-0.128906250000 +0.033691406250 +0.111328125000 +0.010864257812 +0.220703125000 +0.026489257812 +-0.179687500000 +-0.310546875000 +0.166015625000 +0.227539062500 +0.014587402344 +-0.084472656250 +0.165039062500 +0.123046875000 +-0.237304687500 +0.054443359375 +-0.169921875000 +-0.153320312500 +0.125000000000 +-0.099609375000 +-0.068359375000 +0.277343750000 +-0.141601562500 +-0.002059936523 +0.507812500000 +-0.066406250000 +0.226562500000 +-0.119628906250 +0.001609802246 +-0.152343750000 +-0.120605468750 +-0.021118164062 +-0.302734375000 +0.031738281250 +-0.165039062500 +-0.191406250000 +-0.022583007812 +0.136718750000 +0.082519531250 +0.088867187500 +-0.050781250000 +0.096679687500 +-0.089355468750 +-0.131835937500 +-0.030639648438 +-0.139648437500 +-0.141601562500 +-0.033447265625 +-0.059326171875 +0.013366699219 +-0.104492187500 +-0.030883789062 +-0.031127929688 +-0.151367187500 +0.458984375000 +-0.024536132812 +-0.036865234375 +0.166992187500 +-0.005920410156 +0.063964843750 +-0.115234375000 +0.005310058594 +-0.078125000000 +0.402343750000 +0.098632812500 +0.117187500000 +0.009155273438 +0.022827148438 +0.088867187500 +-0.090820312500 +-0.220703125000 +-0.074707031250 +0.197265625000 +0.322265625000 +0.216796875000 +0.109375000000 +0.012390136719 +-0.056396484375 +-0.126953125000 +-0.006500244141 +-0.137695312500 +-0.285156250000 +0.088867187500 +0.083984375000 +0.025512695312 +0.185546875000 +0.269531250000 +0.078613281250 +-0.061523437500 +0.007751464844 +0.058349609375 +-0.141601562500 +0.007690429688 +0.115234375000 +0.020751953125 +-0.057373046875 +0.126953125000 +0.133789062500 +0.021484375000 +-0.215820312500 +-0.098144531250 +-0.466796875000 +-0.328125000000 +-0.107421875000 +0.030761718750 +-0.164062500000 +-0.084472656250 +-0.063476562500 +-0.107421875000 +0.251953125000 +0.043212890625 +-0.062255859375 +0.181640625000 +-0.179687500000 +-0.218750000000 +0.224609375000 +0.237304687500 +-0.021240234375 +-0.007415771484 +0.037109375000 +0.100585937500 +0.017578125000 +-0.157226562500 +-0.304687500000 +0.037109375000 +-0.005432128906 +0.054443359375 +-0.008239746094 +-0.193359375000 +0.200195312500 +0.006256103516 +-0.058593750000 +0.101074218750 +0.062988281250 +-0.041015625000 +-0.008728027344 +0.158203125000 +-0.130859375000 +0.001533508301 +0.095214843750 +0.159179687500 +0.174804687500 +0.033447265625 +-0.209960937500 +-0.109863281250 +-0.069824218750 +-0.196289062500 +0.084960937500 +0.001800537109 +0.159179687500 +0.171875000000 +0.125976562500 +-0.044921875000 +-0.131835937500 +-0.041992187500 +-0.257812500000 +0.000579833984 +-0.078613281250 +-0.040771484375 +-0.123535156250 +0.113769531250 +-0.060546875000 +-0.013366699219 +-0.021850585938 +-0.123046875000 +-0.089843750000 +-0.018920898438 +-0.239257812500 +0.011901855469 +-0.047363281250 +-0.062988281250 +-0.002441406250 +0.005920410156 +0.208007812500 +0.092773437500 +0.035888671875 +0.011230468750 +-0.057861328125 +-0.039062500000 +0.160156250000 +-0.008666992188 +-0.048339843750 +0.064453125000 +0.112304687500 +0.116699218750 +-0.082031250000 +-0.369140625000 +-0.052978515625 +0.096679687500 +0.085449218750 +0.062255859375 +-0.085937500000 +-0.104003906250 +-0.113281250000 +-0.023437500000 +-0.156250000000 +0.197265625000 +0.001846313477 +-0.009155273438 +-0.015441894531 +-0.094238281250 +-0.154296875000 +-0.062988281250 +-0.084960937500 +0.116210937500 +0.032470703125 +0.016479492188 +-0.224609375000 +-0.175781250000 +0.055664062500 +-0.025024414062 +0.190429687500 +0.063964843750 +0.006530761719 +0.207031250000 +0.125976562500 +0.113769531250 +-0.095703125000 +-0.055908203125 +-0.006256103516 +0.075683593750 +0.061767578125 +-0.097656250000 +0.034423828125 +0.094238281250 +-0.025268554688 +0.084472656250 +0.083984375000 +0.147460937500 +-0.025268554688 +-0.015869140625 +0.054931640625 +0.277343750000 +-0.333984375000 +-0.135742187500 +-0.050048828125 +-0.048828125000 +0.062500000000 +0.047851562500 +-0.077636718750 +0.337890625000 +-0.073242187500 +-0.189453125000 +0.156250000000 +0.086914062500 +-0.041748046875 +-0.122558593750 +0.126953125000 +-0.088378906250 +-0.025024414062 +-0.636718750000 +-0.229492187500 +0.117675781250 +0.033935546875 +-0.069335937500 +-0.105957031250 +-0.089355468750 +0.073730468750 +-0.289062500000 +-0.050781250000 +0.183593750000 +0.000919342041 +-0.012817382812 +-0.108398437500 +0.050048828125 +-0.147460937500 +-0.015075683594 +-0.201171875000 +-0.032470703125 +-0.130859375000 +0.010375976562 +-0.386718750000 +-0.112792968750 +-0.131835937500 +-0.285156250000 +0.207031250000 +0.136718750000 +0.181640625000 +0.132812500000 +-0.021118164062 +0.119628906250 +-0.076171875000 +-0.024169921875 +-0.061523437500 +0.102050781250 +-0.057617187500 +-0.049560546875 +0.108886718750 +0.215820312500 +0.074707031250 +0.190429687500 +0.100097656250 +0.105957031250 +-0.070312500000 +-0.285156250000 +-0.005401611328 +0.187500000000 +0.079101562500 +0.107910156250 +0.058837890625 +-0.231445312500 +0.283203125000 +-0.074707031250 +-0.038330078125 +-0.032470703125 +-0.178710937500 +-0.087402343750 +0.153320312500 +0.296875000000 +-0.118652343750 +0.035156250000 +0.116699218750 +0.009521484375 +-0.064941406250 +-0.494140625000 +-0.152343750000 +0.107910156250 +0.025024414062 +0.125976562500 +0.023193359375 +-0.088867187500 +-0.159179687500 +-0.460937500000 +-0.101074218750 +0.176757812500 +0.132812500000 +0.138671875000 +-0.091796875000 +0.004577636719 +0.090820312500 +0.084960937500 +-0.180664062500 +0.066894531250 +-0.169921875000 +0.186523437500 +-0.164062500000 +0.109863281250 +-0.118164062500 +-0.177734375000 +0.150390625000 +0.090332031250 +0.279296875000 +0.124023437500 +0.057617187500 +0.121582031250 +-0.273437500000 +-0.255859375000 +-0.145507812500 +0.089843750000 +-0.127929687500 +-0.020874023438 +-0.166015625000 +-0.000614166260 +-0.073730468750 +-0.138671875000 +-0.086425781250 +-0.043701171875 +-0.086914062500 +-0.027343750000 +0.046875000000 +0.073730468750 +-0.131835937500 +-0.076171875000 +-0.125000000000 +-0.152343750000 +0.036132812500 +-0.287109375000 +-0.198242187500 +0.098144531250 +0.107421875000 +0.211914062500 +0.251953125000 +0.077148437500 +-0.058105468750 +0.055908203125 +-0.078613281250 +0.100585937500 +-0.093261718750 +0.038330078125 +-0.259765625000 +0.065429687500 +-0.045898437500 +0.058349609375 +0.024047851562 +0.040039062500 +-0.208984375000 +-0.656250000000 +0.005035400391 +0.157226562500 +0.125000000000 +-0.027465820312 +0.001968383789 +0.149414062500 +-0.049316406250 +-0.055419921875 +-0.255859375000 +0.046875000000 +-0.045410156250 +0.160156250000 +-0.296875000000 +-0.168945312500 +-0.192382812500 +-0.142578125000 +0.054199218750 +0.115722656250 +0.172851562500 +0.136718750000 +0.150390625000 +0.096679687500 +-0.171875000000 +0.080078125000 +-0.068359375000 +0.036621093750 +-0.267578125000 +-0.082031250000 +0.115722656250 +-0.073242187500 +-0.014953613281 +-0.072265625000 +-0.107421875000 +-0.088378906250 +0.059814453125 +-0.201171875000 +0.045166015625 +0.273437500000 +-0.188476562500 +-0.157226562500 +-0.194335937500 +-0.064453125000 +0.238281250000 +-0.088867187500 +-0.172851562500 +0.127929687500 +0.151367187500 +0.030639648438 +0.067382812500 +0.152343750000 +-0.084472656250 +-0.061279296875 +0.063476562500 +0.070800781250 +-0.037841796875 +-0.077148437500 +-0.236328125000 +-0.036865234375 +-0.027709960938 +0.113769531250 +0.057617187500 +0.051025390625 +-0.298828125000 +0.153320312500 +-0.056884765625 +0.112792968750 +0.059814453125 +-0.039794921875 +-0.010070800781 +0.025268554688 +-0.155273437500 +-0.205078125000 +-0.412109375000 +0.055664062500 +0.006561279297 +0.079589843750 +-0.182617187500 +0.132812500000 +-0.001701354980 +-0.216796875000 +0.166015625000 +0.021484375000 +0.205078125000 +0.167968750000 +0.031738281250 +0.109375000000 +-0.124023437500 +0.084472656250 +-0.097167968750 +0.049560546875 +-0.130859375000 +-0.032226562500 +-0.087890625000 +0.054199218750 +0.056396484375 +0.106445312500 +-0.100585937500 +-0.108398437500 +-0.016723632812 +-0.147460937500 +-0.118164062500 +0.225585937500 +-0.119628906250 +0.031005859375 +-0.145507812500 +-0.065917968750 +0.253906250000 +-0.230468750000 +-0.224609375000 +0.168945312500 +0.040283203125 +-0.087890625000 +0.149414062500 +0.373046875000 +-0.070312500000 +-0.084472656250 +0.022583007812 +-0.006561279297 +0.155273437500 +-0.008972167969 +-0.306640625000 +0.005828857422 +0.117675781250 +0.189453125000 +-0.167968750000 +-0.101562500000 +-0.275390625000 +0.085449218750 +-0.070312500000 +-0.090332031250 +0.058837890625 +-0.044189453125 +-0.025512695312 +0.273437500000 +-0.062500000000 +-0.121582031250 +-0.116210937500 +-0.007934570312 +0.137695312500 +-0.020263671875 +-0.224609375000 +0.024658203125 +-0.190429687500 +-0.361328125000 +-0.004028320312 +-0.193359375000 +-0.148437500000 +-0.193359375000 +-0.222656250000 +-0.041259765625 +-0.109375000000 +0.068359375000 +-0.003372192383 +-0.171875000000 +0.189453125000 +-0.059570312500 +-0.193359375000 +0.113281250000 +0.067382812500 +-0.235351562500 +-0.062988281250 +-0.093750000000 +-0.097167968750 +-0.007232666016 +0.019287109375 +-0.021362304688 +-0.386718750000 +-0.048583984375 +0.225585937500 +-0.074707031250 +0.335937500000 +-0.126953125000 +-0.369140625000 +0.382812500000 +-0.022949218750 +0.048095703125 +0.040283203125 +0.049560546875 +0.046386718750 +-0.067871093750 +0.128906250000 +-0.089843750000 +-0.049072265625 +0.032470703125 +-0.062988281250 +-0.064941406250 +-0.200195312500 +-0.035400390625 +-0.137695312500 +-0.072753906250 +-0.275390625000 +-0.073242187500 +-0.099609375000 +-0.158203125000 +-0.343750000000 +0.218750000000 +-0.005310058594 +-0.133789062500 +-0.431640625000 +-0.182617187500 +0.088867187500 +-0.194335937500 +-0.675781250000 +0.277343750000 +-0.077636718750 +0.128906250000 +0.067871093750 +-0.195312500000 +0.030151367188 +-0.114257812500 +0.006317138672 +0.062988281250 +-0.324218750000 +-0.098632812500 +-0.150390625000 +-0.020019531250 +-0.128906250000 +-0.189453125000 +0.076660156250 +-0.002075195312 +-0.292968750000 +-0.039794921875 +0.124023437500 +-0.038330078125 +0.037353515625 +0.114746093750 +0.082519531250 +-0.024536132812 +0.017456054688 +0.174804687500 +-0.031738281250 +0.110839843750 +0.202148437500 +-0.124023437500 +0.100585937500 +-0.043945312500 +-0.310546875000 +0.186523437500 +0.089843750000 +-0.199218750000 +0.024047851562 +-0.162109375000 +0.041259765625 +-0.109863281250 +0.013671875000 +0.047607421875 +-0.029052734375 +0.095703125000 +0.022705078125 +0.029663085938 +-0.075195312500 +-0.040039062500 +-0.004180908203 +0.047607421875 +-0.187500000000 +0.073730468750 +-0.144531250000 +-0.084960937500 +-0.281250000000 +0.129882812500 +-0.042724609375 +0.062011718750 +-0.199218750000 +-0.121582031250 +0.026855468750 +-0.049560546875 +-0.198242187500 +-0.034179687500 +-0.181640625000 +0.222656250000 +-0.024902343750 +-0.090820312500 +0.125000000000 +-0.090820312500 +-0.034667968750 +-0.105468750000 +-0.253906250000 +-0.072265625000 +0.113769531250 +0.010253906250 +-0.105468750000 +-0.115234375000 +0.134765625000 +0.127929687500 +-0.218750000000 +0.216796875000 +-0.033203125000 +-0.001091003418 +0.087890625000 +-0.010131835938 +0.082519531250 +0.105957031250 +0.129882812500 +-0.055419921875 +-0.035644531250 +0.049316406250 +-0.004791259766 +-0.052001953125 +0.122558593750 +0.000503540039 +-0.359375000000 +0.063476562500 +-0.017089843750 +-0.138671875000 +0.119628906250 +0.069335937500 +0.080078125000 +-0.032226562500 +-0.039306640625 +0.128906250000 +-0.064941406250 +-0.003524780273 +0.024658203125 +-0.083984375000 +-0.136718750000 +-0.032958984375 +-0.127929687500 +0.039306640625 +-0.097656250000 +0.110351562500 +-0.032470703125 +0.062500000000 +-0.210937500000 +-0.157226562500 +-0.170898437500 +0.000455856323 +-0.002975463867 +-0.154296875000 +0.115234375000 +-0.090332031250 +-0.388671875000 +-0.034423828125 +-0.145507812500 +0.287109375000 +-0.007507324219 +-0.139648437500 +0.036865234375 +-0.110351562500 +-0.071777343750 +-0.199218750000 +-0.066894531250 +-0.115234375000 +-0.074707031250 +0.343750000000 +-0.101074218750 +-0.083496093750 +0.139648437500 +-0.053466796875 +-0.046875000000 +0.184570312500 +0.172851562500 +-0.010009765625 +0.143554687500 +0.055419921875 +0.085449218750 +0.074218750000 +0.166015625000 +0.043212890625 +0.154296875000 +0.036621093750 +-0.131835937500 +-0.244140625000 +0.123046875000 +-0.015869140625 +-0.106933593750 +0.103027343750 +-0.048095703125 +0.102539062500 +0.053955078125 +0.095703125000 +0.026000976562 +-0.047607421875 +0.090820312500 +-0.038574218750 +-0.060546875000 +0.053710937500 +0.128906250000 +-0.079101562500 +-0.001358032227 +0.160156250000 +0.044677734375 +0.125000000000 +-0.197265625000 +0.097167968750 +0.153320312500 +0.116699218750 +-0.104980468750 +0.155273437500 +0.049316406250 +0.023559570312 +0.089355468750 +0.148437500000 +0.015747070312 +0.051757812500 +-0.158203125000 +-0.096191406250 +-0.101074218750 +0.039550781250 +-0.161132812500 +-0.072753906250 +0.065429687500 +-0.148437500000 +0.004272460938 +-0.069335937500 +-0.084472656250 +-0.051513671875 +0.003189086914 +0.261718750000 +-0.141601562500 +-0.027099609375 +-0.090332031250 +-0.055175781250 +-0.375000000000 +0.087402343750 +0.238281250000 +-0.152343750000 +-0.040527343750 +-0.083984375000 +0.011474609375 +0.018798828125 +0.055908203125 +-0.092285156250 +0.025146484375 +-0.110351562500 +-0.085449218750 +-0.142578125000 +0.036621093750 +0.042724609375 +-0.109375000000 +0.050781250000 +0.047119140625 +-0.035400390625 +0.085937500000 +-0.115234375000 +0.110839843750 +0.125000000000 +-0.036865234375 +-0.050537109375 +-0.038574218750 +0.006347656250 +0.102050781250 +-0.007476806641 +-0.082519531250 +0.172851562500 +-0.016479492188 +-0.113769531250 +-0.113769531250 +0.052978515625 +0.002639770508 +0.065917968750 +-0.230468750000 +0.251953125000 +0.136718750000 +0.037841796875 +0.263671875000 +0.167968750000 +-0.148437500000 +0.055908203125 +-0.194335937500 +-0.003540039062 +0.062988281250 +-0.026123046875 +-0.018798828125 +-0.023803710938 +-0.077148437500 +-0.308593750000 +-0.011840820312 +-0.022827148438 +-0.120117187500 +0.015197753906 +-0.159179687500 +-0.045410156250 +0.137695312500 +-0.058837890625 +0.157226562500 +0.065917968750 +-0.255859375000 +0.041015625000 +0.188476562500 +-0.217773437500 +-0.166015625000 +-0.232421875000 +-0.178710937500 +-0.003082275391 +0.184570312500 +-0.027099609375 +-0.092773437500 +-0.250000000000 +0.104980468750 +-0.208007812500 +0.192382812500 +-0.239257812500 +-0.159179687500 +0.149414062500 +0.066894531250 +0.066406250000 +-0.009094238281 +-0.043212890625 +0.000820159912 +0.065429687500 +0.028442382812 +-0.002593994141 +-0.100097656250 +0.217773437500 +0.059326171875 +-0.040039062500 +-0.158203125000 +0.091308593750 +-0.100097656250 +-0.199218750000 +-0.263671875000 +0.030395507812 +0.046386718750 +0.040039062500 +-0.224609375000 +0.115722656250 +0.068847656250 +-0.024658203125 +0.189453125000 +-0.075195312500 +-0.255859375000 +-0.054443359375 +-0.275390625000 +0.057617187500 +0.019653320312 +-0.056152343750 +-0.107910156250 +-0.104492187500 +-0.069335937500 +-0.106933593750 +-0.021362304688 +-0.097656250000 +-0.115722656250 +-0.109863281250 +0.044189453125 +-0.216796875000 +0.023315429688 +-0.218750000000 +0.017089843750 +0.075683593750 +-0.133789062500 +-0.088378906250 +0.084960937500 +-0.012207031250 +-0.363281250000 +-0.138671875000 +0.047851562500 +-0.060791015625 +0.002426147461 +0.087402343750 +0.160156250000 +-0.251953125000 +0.115722656250 +-0.328125000000 +0.328125000000 +-0.077148437500 +-0.111328125000 +0.298828125000 +-0.002136230469 +-0.134765625000 +0.169921875000 +-0.109863281250 +0.122558593750 +0.006927490234 +0.025756835938 +-0.082519531250 +-0.052001953125 +-0.033203125000 +-0.083984375000 +0.069824218750 +-0.275390625000 +0.040771484375 +-0.069335937500 +-0.030761718750 +-0.128906250000 +-0.083007812500 +-0.010925292969 +0.037353515625 +-0.219726562500 +0.075195312500 +0.084472656250 +-0.124023437500 +0.234375000000 +-0.089355468750 +-0.042968750000 +0.058105468750 +-0.730468750000 +0.121093750000 +-0.150390625000 +0.079101562500 +-0.101074218750 +-0.246093750000 +-0.039306640625 +0.008850097656 +0.145507812500 +-0.063476562500 +-0.145507812500 +0.154296875000 +-0.503906250000 +0.031738281250 +-0.151367187500 +0.150390625000 +-0.302734375000 +0.040283203125 +0.026855468750 +0.247070312500 +-0.112792968750 +0.020019531250 +0.062500000000 +-0.136718750000 +0.014343261719 +-0.051025390625 +-0.053466796875 +0.232421875000 +-0.098144531250 +0.144531250000 +-0.199218750000 +-0.239257812500 +-0.113769531250 +-0.320312500000 +0.026367187500 +0.007476806641 +0.044189453125 +-0.328125000000 +0.063476562500 +-0.065429687500 +0.116210937500 +-0.061767578125 +-0.160156250000 +0.005676269531 +-0.093750000000 +0.040527343750 +-0.197265625000 +-0.007110595703 +0.088378906250 +0.057128906250 +0.005554199219 +-0.102539062500 +0.109863281250 +0.119140625000 +0.026855468750 +-0.004302978516 +0.004608154297 +-0.018920898438 +0.146484375000 +0.021850585938 +-0.088867187500 +-0.023315429688 +0.149414062500 +-0.192382812500 +0.129882812500 +0.155273437500 +-0.188476562500 +-0.166992187500 +0.001037597656 +0.206054687500 +0.087402343750 +0.034423828125 +-0.062011718750 +-0.069335937500 +-0.098632812500 +0.056884765625 +-0.204101562500 +-0.102050781250 +0.026123046875 +-0.012451171875 +-0.236328125000 +-0.069335937500 +0.127929687500 +0.133789062500 +-0.121582031250 +0.065429687500 +0.000450134277 +0.069335937500 +0.091308593750 +0.255859375000 +-0.108886718750 +0.154296875000 +-0.079589843750 +0.172851562500 +-0.279296875000 +-0.410156250000 +-0.104980468750 +-0.289062500000 +-0.065429687500 +-0.061279296875 +-0.016479492188 +-0.369140625000 +0.017456054688 +0.024291992188 +0.238281250000 +0.009582519531 +-0.036621093750 +-0.067382812500 +-0.075683593750 +-0.121093750000 +-0.227539062500 +0.122070312500 +0.014648437500 +-0.167968750000 +-0.109863281250 +0.064941406250 +0.084472656250 +0.190429687500 +-0.050048828125 +-0.000255584717 +-0.051025390625 +-0.052490234375 +0.098632812500 +-0.038330078125 +-0.187500000000 +-0.065429687500 +-0.025268554688 +-0.046142578125 +0.291015625000 +0.081054687500 +-0.149414062500 +-0.231445312500 +0.079589843750 +0.062255859375 +0.025146484375 +-0.052246093750 +-0.009155273438 +-0.082519531250 +0.068847656250 +-0.002243041992 +-0.160156250000 +0.022583007812 +-0.020141601562 +0.178710937500 +-0.208007812500 +-0.018554687500 +0.034912109375 +0.122558593750 +-0.050048828125 +0.242187500000 +0.083984375000 +0.355468750000 +0.074218750000 +0.174804687500 +-0.027221679688 +0.131835937500 +-0.136718750000 +0.216796875000 +-0.173828125000 +-0.416015625000 +-0.121093750000 +-0.248046875000 +-0.070800781250 +-0.011291503906 +0.120117187500 +-0.357421875000 +-0.096679687500 +0.098632812500 +0.273437500000 +-0.121582031250 +0.056884765625 +-0.005523681641 +0.009399414062 +0.019897460938 +0.026245117188 +-0.084960937500 +0.121093750000 +-0.214843750000 +0.127929687500 +0.053222656250 +0.018554687500 +0.115234375000 +0.067382812500 +0.123535156250 +-0.097167968750 +0.053222656250 +0.067871093750 +-0.016479492188 +0.021728515625 +0.029785156250 +-0.009460449219 +0.096679687500 +0.103027343750 +0.044189453125 +-0.141601562500 +-0.113281250000 +-0.042724609375 +0.124023437500 +-0.000942230225 +0.023559570312 +0.061767578125 +-0.015747070312 +-0.003967285156 +-0.118164062500 +-0.166015625000 +-0.127929687500 +-0.070312500000 +0.308593750000 +-0.127929687500 +-0.269531250000 +0.037109375000 +0.220703125000 +-0.007812500000 +0.090332031250 +-0.070800781250 +0.332031250000 +0.026489257812 +0.283203125000 +-0.110839843750 +0.012573242188 +0.166992187500 +0.207031250000 +-0.180664062500 +-0.400390625000 +-0.145507812500 +-0.235351562500 +-0.075683593750 +-0.056396484375 +0.042724609375 +-0.353515625000 +-0.007995605469 +0.002593994141 +0.112304687500 +-0.035400390625 +-0.060546875000 +0.031005859375 +0.030639648438 +0.043212890625 +-0.016113281250 +-0.025878906250 +0.064941406250 +-0.075195312500 +0.233398437500 +0.097167968750 +0.133789062500 +-0.098632812500 +-0.009399414062 +0.135742187500 +-0.059082031250 +-0.009826660156 +-0.003417968750 +-0.093750000000 +-0.062255859375 +0.111816406250 +-0.103515625000 +-0.067871093750 +-0.014648437500 +0.017211914062 +-0.131835937500 +0.157226562500 +-0.066406250000 +-0.031005859375 +-0.011169433594 +0.080566406250 +0.167968750000 +-0.067382812500 +-0.093750000000 +-0.065429687500 +-0.082031250000 +-0.014892578125 +-0.142578125000 +0.049560546875 +0.041503906250 +-0.172851562500 +0.061279296875 +0.233398437500 +-0.023315429688 +-0.159179687500 +0.052490234375 +0.253906250000 +-0.419921875000 +0.180664062500 +0.067871093750 +0.033935546875 +-0.166992187500 +0.245117187500 +-0.098632812500 +-0.384765625000 +-0.120117187500 +-0.034667968750 +-0.016235351562 +0.051513671875 +0.095703125000 +-0.326171875000 +-0.045898437500 +0.055175781250 +0.029174804688 +-0.087402343750 +-0.011474609375 +0.055175781250 +-0.124023437500 +0.122070312500 +-0.171875000000 +-0.176757812500 +-0.089843750000 +0.031982421875 +0.225585937500 +-0.130859375000 +0.008422851562 +0.005737304688 +-0.043701171875 +0.008361816406 +0.137695312500 +0.116210937500 +-0.020507812500 +0.008300781250 +0.117187500000 +0.065429687500 +0.023071289062 +-0.094238281250 +-0.283203125000 +-0.144531250000 +0.039550781250 +0.055664062500 +-0.178710937500 +-0.164062500000 +-0.051757812500 +0.147460937500 +0.062500000000 +0.148437500000 +-0.083984375000 +-0.085937500000 +0.026000976562 +-0.029418945312 +-0.020141601562 +0.100585937500 +0.166992187500 +-0.104003906250 +0.046875000000 +-0.052978515625 +-0.028198242188 +0.154296875000 +0.088867187500 +0.129882812500 +-0.339843750000 +0.200195312500 +0.151367187500 +0.085449218750 +-0.143554687500 +0.123046875000 +-0.164062500000 +-0.318359375000 +-0.127929687500 +-0.025390625000 +-0.050781250000 +0.022705078125 +-0.007019042969 +-0.257812500000 +-0.158203125000 +0.069335937500 +0.069335937500 +0.015991210938 +0.051025390625 +0.042968750000 +-0.020751953125 +0.023437500000 +-0.261718750000 +0.145507812500 +-0.080078125000 +0.046630859375 +0.142578125000 +-0.041503906250 +-0.120605468750 +0.011535644531 +0.179687500000 +0.088378906250 +0.160156250000 +-0.159179687500 +0.126953125000 +0.061523437500 +0.005340576172 +0.105468750000 +-0.069824218750 +-0.027343750000 +-0.166992187500 +-0.108398437500 +0.058593750000 +0.135742187500 +0.007080078125 +-0.085449218750 +-0.066894531250 +0.112304687500 +0.285156250000 +0.042724609375 +-0.056152343750 +-0.318359375000 +0.294921875000 +0.149414062500 +-0.020263671875 +0.189453125000 +0.052246093750 +-0.097656250000 +-0.115234375000 +-0.051513671875 +-0.197265625000 +0.129882812500 +-0.095214843750 +0.135742187500 +0.084472656250 +0.201171875000 +-0.037597656250 +0.067382812500 +-0.023681640625 +-0.164062500000 +-0.106933593750 +-0.308593750000 +-0.109375000000 +-0.126953125000 +-0.032958984375 +0.090332031250 +0.058349609375 +-0.122070312500 +0.062988281250 +-0.166992187500 +-0.051269531250 +0.231445312500 +-0.004913330078 +-0.113281250000 +-0.032226562500 +-0.043945312500 +-0.196289062500 +0.125976562500 +0.038818359375 +-0.091796875000 +-0.010925292969 +-0.038818359375 +0.034179687500 +-0.308593750000 +0.130859375000 +-0.056640625000 +-0.067871093750 +0.010620117188 +-0.048583984375 +0.003814697266 +0.006225585938 +0.093750000000 +-0.069824218750 +-0.106445312500 +-0.151367187500 +0.034667968750 +-0.117675781250 +-0.013244628906 +-0.085937500000 +0.057373046875 +0.055175781250 +-0.310546875000 +0.089355468750 +-0.054199218750 +0.255859375000 +-0.269531250000 +0.002975463867 +0.192382812500 +-0.349609375000 +-0.015319824219 +0.006683349609 +0.009948730469 +0.006774902344 +0.030029296875 +-0.150390625000 +0.155273437500 +0.153320312500 +-0.155273437500 +0.123535156250 +-0.216796875000 +-0.072753906250 +0.058105468750 +-0.075683593750 +0.038818359375 +0.255859375000 +-0.079589843750 +0.076171875000 +-0.089843750000 +-0.287109375000 +0.020263671875 +0.086914062500 +0.117187500000 +0.078125000000 +-0.195312500000 +-0.140625000000 +0.139648437500 +0.212890625000 +0.033691406250 +0.011779785156 +0.034667968750 +0.010620117188 +0.036376953125 +0.012512207031 +0.077148437500 +-0.222656250000 +-0.087890625000 +0.049560546875 +0.056640625000 +-0.100585937500 +-0.289062500000 +-0.106445312500 +-0.087890625000 +-0.085937500000 +0.014892578125 +-0.093750000000 +-0.038818359375 +0.051757812500 +-0.168945312500 +-0.181640625000 +0.171875000000 +0.131835937500 +-0.190429687500 +-0.140625000000 +0.040283203125 +-0.048095703125 +-0.566406250000 +0.166992187500 +0.122070312500 +0.248046875000 +-0.267578125000 +-0.099609375000 +0.066894531250 +-0.229492187500 +-0.062988281250 +-0.096191406250 +-0.106933593750 +-0.063476562500 +0.148437500000 +-0.060058593750 +-0.007476806641 +0.051269531250 +-0.176757812500 +0.089355468750 +-0.378906250000 +-0.140625000000 +0.061523437500 +0.049560546875 +0.054931640625 +0.023071289062 +-0.020507812500 +0.110351562500 +0.120117187500 +-0.169921875000 +0.074218750000 +0.084960937500 +-0.015075683594 +-0.037109375000 +-0.289062500000 +-0.078125000000 +0.123046875000 +0.216796875000 +0.081054687500 +0.099121093750 +0.084472656250 +0.080566406250 +0.064941406250 +0.114746093750 +0.016479492188 +-0.019165039062 +-0.117675781250 +-0.230468750000 +0.011596679688 +0.047119140625 +-0.192382812500 +-0.077148437500 +-0.054687500000 +0.026733398438 +-0.123535156250 +-0.106933593750 +-0.197265625000 +0.060302734375 +-0.002059936523 +0.012878417969 +-0.001060485840 +0.044677734375 +0.031250000000 +-0.073242187500 +0.041015625000 +0.026977539062 +-0.144531250000 +-0.103027343750 +0.196289062500 +0.137695312500 +-0.472656250000 +0.008911132812 +-0.157226562500 +-0.049804687500 +-0.004608154297 +-0.010070800781 +-0.142578125000 +-0.088867187500 +-0.047851562500 +0.028442382812 +-0.006561279297 +-0.038330078125 +-0.445312500000 +0.226562500000 +-0.162109375000 +0.022705078125 +0.014221191406 +0.077636718750 +0.146484375000 +-0.006988525391 +0.059082031250 +-0.024414062500 +-0.133789062500 +-0.026245117188 +0.104980468750 +-0.050292968750 +0.232421875000 +0.139648437500 +-0.279296875000 +0.062011718750 +0.204101562500 +0.104980468750 +-0.094726562500 +-0.114257812500 +-0.002014160156 +0.153320312500 +0.044433593750 +0.084960937500 +0.065917968750 +-0.113281250000 +-0.065917968750 +-0.237304687500 +0.139648437500 +-0.066406250000 +-0.240234375000 +-0.148437500000 +-0.015319824219 +-0.000408172607 +-0.119628906250 +-0.045166015625 +-0.194335937500 +0.037597656250 +-0.081542968750 +-0.024658203125 +0.053710937500 +0.142578125000 +-0.052001953125 +-0.237304687500 +0.149414062500 +0.124023437500 +-0.257812500000 +0.028686523438 +0.217773437500 +0.161132812500 +-0.125976562500 +-0.255859375000 +-0.136718750000 +0.108886718750 +-0.017089843750 +0.053955078125 +-0.186523437500 +0.070800781250 +-0.013061523438 +0.039062500000 +-0.114257812500 +0.108886718750 +-0.267578125000 +0.146484375000 +0.062988281250 +0.024291992188 +-0.134765625000 +0.036865234375 +0.147460937500 +-0.038574218750 +-0.001487731934 +-0.165039062500 +-0.097656250000 +-0.003707885742 +0.306640625000 +0.111328125000 +0.183593750000 +0.075195312500 +-0.205078125000 +-0.104003906250 +0.140625000000 +-0.215820312500 +-0.128906250000 +0.088378906250 +0.168945312500 +0.125000000000 +-0.083496093750 +0.097656250000 +0.094726562500 +-0.042236328125 +-0.042236328125 +-0.112304687500 +0.057373046875 +-0.135742187500 +-0.251953125000 +-0.265625000000 +-0.026000976562 +-0.003204345703 +-0.116699218750 +-0.092773437500 +-0.234375000000 +-0.029174804688 +-0.023071289062 +-0.060791015625 +0.098144531250 +-0.049072265625 +-0.007812500000 +0.126953125000 +0.041992187500 +0.022338867188 +-0.064453125000 +-0.115234375000 +0.044921875000 +0.180664062500 +-0.139648437500 +-0.117187500000 +-0.142578125000 +-0.030273437500 +-0.148437500000 +0.210937500000 +-0.001251220703 +0.072753906250 +0.141601562500 +-0.242187500000 +-0.000602722168 +0.201171875000 +-0.255859375000 +0.084960937500 +0.235351562500 +0.022705078125 +0.020263671875 +0.089355468750 +0.123046875000 +0.181640625000 +0.038085937500 +-0.300781250000 +-0.003143310547 +0.032470703125 +0.120117187500 +0.014648437500 +0.025146484375 +0.160156250000 +-0.259765625000 +-0.058349609375 +0.066406250000 +-0.320312500000 +0.064941406250 +-0.014282226562 +0.150390625000 +0.107910156250 +-0.057128906250 +-0.332031250000 +-0.196289062500 +0.117675781250 +-0.131835937500 +-0.084960937500 +-0.034667968750 +-0.048583984375 +-0.318359375000 +-0.285156250000 +0.087890625000 +-0.131835937500 +0.099609375000 +-0.056152343750 +-0.277343750000 +0.013671875000 +-0.014465332031 +0.055908203125 +-0.028198242188 +0.110351562500 +-0.056884765625 +-0.126953125000 +-0.010131835938 +0.061035156250 +-0.196289062500 +-0.275390625000 +0.088867187500 +0.063476562500 +0.083496093750 +-0.022705078125 +-0.059570312500 +-0.243164062500 +0.073730468750 +0.082519531250 +0.076171875000 +-0.026611328125 +0.115234375000 +-0.023559570312 +0.052734375000 +0.142578125000 +-0.095703125000 +0.204101562500 +0.208007812500 +-0.002258300781 +-0.084960937500 +0.223632812500 +0.127929687500 +0.035400390625 +0.007049560547 +-0.263671875000 +-0.002593994141 +-0.132812500000 +0.223632812500 +0.081054687500 +-0.106445312500 +-0.038330078125 +-0.137695312500 +0.028930664062 +0.040039062500 +-0.118164062500 +0.119628906250 +-0.135742187500 +-0.019287109375 +-0.002929687500 +-0.068359375000 +-0.287109375000 +0.022216796875 +-0.049072265625 +0.008056640625 +0.052001953125 +0.016235351562 +-0.214843750000 +-0.291015625000 +-0.058105468750 +0.104003906250 +-0.095703125000 +-0.062011718750 +-0.077636718750 +-0.111816406250 +-0.079589843750 +-0.035156250000 +-0.070312500000 +0.086914062500 +0.140625000000 +-0.117187500000 +-0.004333496094 +0.163085937500 +-0.044921875000 +-0.235351562500 +-0.263671875000 +0.035644531250 +0.257812500000 +0.187500000000 +-0.158203125000 +-0.004852294922 +-0.133789062500 +-0.045898437500 +0.005859375000 +0.049804687500 +-0.069335937500 +0.156250000000 +-0.072265625000 +-0.083984375000 +0.097656250000 +-0.093750000000 +0.203125000000 +0.255859375000 +-0.116699218750 +-0.253906250000 +0.177734375000 +0.168945312500 +0.149414062500 +-0.073242187500 +-0.204101562500 +0.083496093750 +-0.147460937500 +0.050048828125 +-0.019775390625 +0.038330078125 +-0.017211914062 +-0.198242187500 +0.103027343750 +0.040527343750 +-0.104980468750 +0.131835937500 +-0.217773437500 +-0.073730468750 +0.171875000000 +-0.017089843750 +-0.236328125000 +0.071777343750 +-0.087402343750 +0.050781250000 +-0.020507812500 +-0.118652343750 +-0.267578125000 +-0.247070312500 +-0.020874023438 +-0.068359375000 +-0.013916015625 +-0.108886718750 +0.005249023438 +0.022216796875 +-0.018432617188 +-0.136718750000 +-0.140625000000 +-0.076660156250 +0.128906250000 +-0.017822265625 +0.114746093750 +-0.051513671875 +0.100097656250 +-0.144531250000 +0.161132812500 +-0.125976562500 +0.116210937500 +-0.152343750000 +-0.072265625000 +0.003051757812 +-0.052978515625 +-0.191406250000 +-0.020996093750 +0.141601562500 +-0.119140625000 +-0.126953125000 +-0.102050781250 +-0.077636718750 +0.028930664062 +-0.136718750000 +0.035156250000 +0.096191406250 +-0.059570312500 +0.095214843750 +-0.029663085938 +-0.043701171875 +0.136718750000 +-0.101074218750 +-0.213867187500 +-0.039794921875 +0.072265625000 +-0.314453125000 +0.253906250000 +0.162109375000 +0.030395507812 +-0.062500000000 +-0.275390625000 +-0.005035400391 +0.235351562500 +0.025512695312 +0.113281250000 +-0.062255859375 +0.073242187500 +-0.012817382812 +-0.376953125000 +0.104003906250 +0.044433593750 +-0.234375000000 +0.065429687500 +0.048828125000 +-0.168945312500 +0.145507812500 +0.055908203125 +0.111816406250 +0.069335937500 +-0.070312500000 +0.059326171875 +-0.134765625000 +-0.050292968750 +0.019165039062 +-0.357421875000 +0.086914062500 +-0.186523437500 +0.011474609375 +0.055419921875 +-0.112304687500 +0.051269531250 +-0.091796875000 +0.175781250000 +0.011840820312 +0.017822265625 +-0.206054687500 +-0.036132812500 +0.020141601562 +0.001228332520 +0.404296875000 +-0.112792968750 +0.079101562500 +-0.198242187500 +-0.108886718750 +0.041992187500 +-0.185546875000 +-0.085937500000 +0.034179687500 +-0.033935546875 +0.124023437500 +-0.008850097656 +0.089843750000 +0.197265625000 +-0.147460937500 +0.091308593750 +0.062988281250 +0.075195312500 +0.154296875000 +0.024658203125 +-0.289062500000 +0.100585937500 +0.177734375000 +-0.054687500000 +-0.085449218750 +-0.335937500000 +0.142578125000 +0.097167968750 +-0.108886718750 +-0.018920898438 +-0.205078125000 +-0.052246093750 +0.191406250000 +-0.149414062500 +0.000198364258 +0.057373046875 +-0.192382812500 +-0.000873565674 +0.145507812500 +-0.039306640625 +-0.206054687500 +0.150390625000 +-0.042968750000 +0.105468750000 +-0.251953125000 +0.041259765625 +-0.155273437500 +0.012939453125 +-0.115234375000 +-0.304687500000 +-0.116699218750 +-0.094238281250 +0.043457031250 +-0.034423828125 +-0.062988281250 +0.010498046875 +-0.156250000000 +0.104003906250 +0.052246093750 +-0.087890625000 +-0.265625000000 +-0.181640625000 +-0.041748046875 +0.075683593750 +0.148437500000 +0.055419921875 +-0.010131835938 +-0.043701171875 +-0.212890625000 +0.069335937500 +0.119140625000 +-0.192382812500 +0.007019042969 +-0.137695312500 +0.184570312500 +0.061035156250 +0.095703125000 +0.183593750000 +-0.122558593750 +0.030395507812 +0.055908203125 +0.110351562500 +0.045898437500 +0.001510620117 +-0.287109375000 +0.019165039062 +0.184570312500 +0.091796875000 +0.149414062500 +-0.133789062500 +-0.046630859375 +0.225585937500 +-0.190429687500 +0.145507812500 +0.003036499023 +0.100585937500 +0.167968750000 +-0.032714843750 +0.050048828125 +0.102050781250 +-0.084960937500 +0.167968750000 +0.062988281250 +-0.273437500000 +-0.088867187500 +0.076660156250 +0.004333496094 +0.046142578125 +-0.015014648438 +-0.034912109375 +-0.527343750000 +-0.059814453125 +-0.181640625000 +-0.310546875000 +0.000297546387 +-0.131835937500 +0.059570312500 +-0.084960937500 +-0.373046875000 +0.059814453125 +-0.011108398438 +-0.041015625000 +0.073730468750 +0.022705078125 +-0.223632812500 +-0.193359375000 +-0.037353515625 +-0.047119140625 +0.388671875000 +0.032470703125 +0.068359375000 +-0.038574218750 +-0.190429687500 +-0.011047363281 +0.117187500000 +0.060058593750 +0.025512695312 +-0.238281250000 +0.079589843750 +0.091796875000 +-0.008850097656 +0.318359375000 +-0.048828125000 +0.165039062500 +0.074218750000 +-0.097656250000 +0.112304687500 +0.032470703125 +0.152343750000 +-0.161132812500 +0.083007812500 +0.123046875000 +0.294921875000 +-0.110839843750 +-0.113281250000 +-0.263671875000 +-0.060546875000 +-0.042968750000 +-0.050048828125 +-0.098632812500 +0.175781250000 +0.040527343750 +0.206054687500 +0.009155273438 +0.119628906250 +0.100585937500 +0.063476562500 +-0.084960937500 +-0.112792968750 +0.287109375000 +-0.222656250000 +-0.248046875000 +0.062500000000 +0.018554687500 +-0.392578125000 +-0.076171875000 +-0.222656250000 +-0.273437500000 +-0.041015625000 +-0.020996093750 +0.056640625000 +0.013977050781 +-0.447265625000 +-0.042724609375 +-0.040527343750 +-0.191406250000 +-0.154296875000 +0.143554687500 +-0.178710937500 +-0.221679687500 +-0.158203125000 +-0.060058593750 +0.222656250000 +-0.204101562500 +-0.048339843750 +-0.043945312500 +-0.376953125000 +-0.060058593750 +-0.073730468750 +0.099121093750 +-0.238281250000 +-0.330078125000 +0.120117187500 +0.026977539062 +-0.051269531250 +0.066406250000 +-0.022949218750 +0.121093750000 +-0.067871093750 +-0.194335937500 +-0.169921875000 +0.104003906250 +0.241210937500 +-0.267578125000 +-0.032958984375 +-0.131835937500 +-0.110839843750 +-0.253906250000 +-0.182617187500 +-0.180664062500 +0.018432617188 +0.003616333008 +0.120117187500 +-0.061523437500 +-0.127929687500 +-0.019165039062 +-0.031250000000 +0.095214843750 +0.126953125000 +0.025878906250 +-0.052978515625 +-0.000541687012 +-0.003372192383 +-0.076171875000 +-0.245117187500 +-0.209960937500 +-0.057373046875 +0.049072265625 +0.041992187500 +-0.043457031250 +-0.263671875000 +-0.052246093750 +0.104980468750 +-0.146484375000 +-0.044433593750 +-0.056152343750 +-0.121093750000 +0.002136230469 +-0.040039062500 +-0.169921875000 +-0.068359375000 +0.062988281250 +0.043945312500 +-0.079589843750 +0.057128906250 +-0.042724609375 +0.326171875000 +-0.046630859375 +-0.089355468750 +-0.108398437500 +-0.300781250000 +-0.025024414062 +-0.095703125000 +0.046630859375 +-0.104003906250 +-0.470703125000 +0.066406250000 +-0.044189453125 +0.086425781250 +0.110839843750 +-0.048583984375 +-0.000234603882 +0.004028320312 +-0.139648437500 +-0.004638671875 +0.028076171875 +0.341796875000 +-0.246093750000 +-0.140625000000 +-0.169921875000 +0.166015625000 +-0.347656250000 +-0.178710937500 +0.404296875000 +0.024780273438 +-0.002914428711 +0.017456054688 +-0.082519531250 +0.025512695312 +-0.122558593750 +-0.174804687500 +0.089843750000 +0.201171875000 +0.119628906250 +-0.269531250000 +-0.062500000000 +-0.177734375000 +0.038818359375 +-0.078613281250 +-0.302734375000 +-0.020629882812 +0.058837890625 +0.103027343750 +-0.078613281250 +-0.166992187500 +-0.102050781250 +0.106933593750 +-0.048828125000 +-0.018920898438 +-0.055664062500 +-0.077148437500 +0.102539062500 +-0.062011718750 +-0.080566406250 +0.097656250000 +-0.021850585938 +-0.066406250000 +-0.026611328125 +0.008117675781 +0.034667968750 +0.132812500000 +-0.029174804688 +-0.103027343750 +-0.109863281250 +-0.492187500000 +0.041259765625 +0.002227783203 +-0.062500000000 +-0.036132812500 +-0.219726562500 +0.085449218750 +-0.115722656250 +0.034912109375 +-0.020019531250 +-0.020874023438 +0.074707031250 +0.123046875000 +-0.058837890625 +-0.318359375000 +-0.200195312500 +0.412109375000 +-0.240234375000 +-0.236328125000 +0.181640625000 +-0.017456054688 +-0.083007812500 +-0.141601562500 +0.160156250000 +-0.011962890625 +0.032958984375 +-0.265625000000 +0.014648437500 +0.084960937500 +-0.157226562500 +-0.223632812500 +0.060302734375 +0.090820312500 +0.019042968750 +-0.002822875977 +0.012573242188 +0.067871093750 +-0.070800781250 +-0.195312500000 +-0.089843750000 +0.158203125000 +0.010620117188 +-0.026611328125 +-0.048828125000 +-0.036376953125 +-0.011230468750 +0.005126953125 +-0.189453125000 +-0.046875000000 +-0.024536132812 +0.120605468750 +-0.113769531250 +-0.271484375000 +0.062255859375 +0.029663085938 +-0.228515625000 +-0.322265625000 +0.084472656250 +-0.458984375000 +0.011901855469 +-0.056396484375 +-0.007659912109 +0.026245117188 +-0.083984375000 +-0.236328125000 +0.044677734375 +-0.090820312500 +-0.265625000000 +0.048339843750 +0.015075683594 +-0.382812500000 +0.195312500000 +-0.185546875000 +-0.214843750000 +-0.076660156250 +-0.087402343750 +-0.170898437500 +-0.494140625000 +0.026489257812 +-0.050048828125 +-0.271484375000 +0.126953125000 +-0.001045227051 +0.029296875000 +0.046386718750 +-0.233398437500 +0.063476562500 +0.021606445312 +-0.117187500000 +-0.129882812500 +-0.078613281250 +-0.019287109375 +0.040771484375 +0.168945312500 +-0.308593750000 +-0.243164062500 +-0.071777343750 +-0.161132812500 +-0.228515625000 +0.077636718750 +-0.030761718750 +0.077148437500 +-0.054443359375 +0.050537109375 +0.310546875000 +-0.015014648438 +-0.065917968750 +-0.162109375000 +0.126953125000 +0.098632812500 +-0.019775390625 +0.070312500000 +-0.065429687500 +-0.123046875000 +-0.151367187500 +-0.017578125000 +0.022460937500 +0.069335937500 +0.147460937500 +-0.238281250000 +-0.253906250000 +0.148437500000 +-0.335937500000 +0.062500000000 +0.212890625000 +0.135742187500 +-0.050781250000 +-0.072753906250 +0.021240234375 +0.019287109375 +0.223632812500 +-0.241210937500 +0.031250000000 +-0.056396484375 +-0.113769531250 +0.184570312500 +-0.109863281250 +-0.215820312500 +-0.166992187500 +-0.098632812500 +-0.089355468750 +-0.281250000000 +0.073242187500 +0.164062500000 +-0.084960937500 +0.073242187500 +-0.072265625000 +0.255859375000 +0.008544921875 +-0.188476562500 +0.035888671875 +-0.210937500000 +-0.128906250000 +-0.253906250000 +-0.089843750000 +-0.027709960938 +-0.247070312500 +0.036865234375 +-0.168945312500 +-0.189453125000 +-0.022583007812 +-0.318359375000 +-0.188476562500 +-0.222656250000 +0.086425781250 +-0.135742187500 +-0.024902343750 +0.058105468750 +0.196289062500 +0.216796875000 +0.061523437500 +-0.056152343750 +0.074707031250 +0.114257812500 +0.012207031250 +-0.115234375000 +-0.087890625000 +-0.094726562500 +-0.164062500000 +-0.056640625000 +0.124511718750 +-0.037353515625 +-0.066406250000 +-0.234375000000 +-0.470703125000 +0.101562500000 +-0.507812500000 +0.059082031250 +0.108886718750 +-0.056884765625 +0.103027343750 +-0.010437011719 +0.040283203125 +-0.013793945312 +0.075683593750 +-0.114257812500 +0.115722656250 +-0.318359375000 +0.085449218750 +0.004302978516 +-0.067871093750 +-0.184570312500 +-0.121093750000 +-0.030517578125 +0.136718750000 +-0.229492187500 +-0.045166015625 +0.247070312500 +-0.048583984375 +0.296875000000 +-0.024169921875 +0.010253906250 +0.034179687500 +0.007812500000 +-0.022460937500 +-0.064453125000 +-0.154296875000 +-0.496093750000 +-0.104003906250 +-0.056884765625 +-0.211914062500 +0.040039062500 +-0.095214843750 +-0.034912109375 +-0.041748046875 +-0.261718750000 +-0.195312500000 +-0.032470703125 +0.044433593750 +-0.036132812500 +-0.316406250000 +0.022583007812 +0.142578125000 +0.408203125000 +0.077148437500 +-0.104980468750 +-0.049804687500 +0.180664062500 +0.132812500000 +-0.108886718750 +0.043945312500 +-0.185546875000 +-0.112304687500 +0.071289062500 +0.138671875000 +0.250000000000 +-0.068359375000 +-0.162109375000 +-0.314453125000 +0.075195312500 +-0.476562500000 +0.043457031250 +-0.044433593750 +-0.082519531250 +0.030395507812 +0.047363281250 +0.137695312500 +-0.024902343750 +-0.083007812500 +-0.027832031250 +0.186523437500 +-0.263671875000 +-0.113769531250 +0.003479003906 +-0.077636718750 +-0.351562500000 +-0.074707031250 +0.170898437500 +0.203125000000 +-0.287109375000 +-0.019165039062 +-0.191406250000 +-0.001518249512 +-0.074707031250 +-0.125000000000 +-0.061767578125 +0.071777343750 +0.233398437500 +0.063476562500 +-0.316406250000 +0.035644531250 +-0.140625000000 +0.035156250000 +-0.005004882812 +-0.294921875000 +0.009826660156 +0.018798828125 +0.033935546875 +-0.292968750000 +-0.141601562500 +-0.209960937500 +-0.025024414062 +-0.022827148438 +-0.023071289062 +-0.371093750000 +-0.076660156250 +0.126953125000 +0.113281250000 +0.189453125000 +-0.170898437500 +0.025024414062 +-0.195312500000 +0.160156250000 +-0.143554687500 +0.066406250000 +-0.188476562500 +-0.124023437500 +-0.045654296875 +0.085937500000 +0.020019531250 +-0.050048828125 +-0.003906250000 +-0.431640625000 +0.157226562500 +-0.515625000000 +0.028930664062 +0.135742187500 +-0.073730468750 +0.123535156250 +0.063964843750 +-0.037109375000 +0.005493164062 +0.091796875000 +-0.124511718750 +0.008056640625 +0.130859375000 +-0.210937500000 +-0.431640625000 +-0.114746093750 +-0.250000000000 +-0.148437500000 +-0.047851562500 +-0.117187500000 +-0.488281250000 +-0.104003906250 +0.069824218750 +-0.141601562500 +0.062500000000 +-0.026489257812 +0.045410156250 +-0.027954101562 +0.069335937500 +0.133789062500 +-0.179687500000 +-0.091796875000 +0.034423828125 +-0.125976562500 +-0.034179687500 +-0.066894531250 +0.235351562500 +-0.020996093750 +0.071777343750 +-0.343750000000 +-0.001373291016 +-0.065917968750 +0.125000000000 +0.003448486328 +0.110839843750 +-0.271484375000 +-0.261718750000 +0.189453125000 +0.129882812500 +0.022460937500 +-0.071777343750 +0.104980468750 +0.277343750000 +0.058105468750 +-0.031494140625 +-0.030273437500 +-0.059326171875 +-0.125000000000 +0.037109375000 +-0.044433593750 +0.055664062500 +-0.003707885742 +-0.177734375000 +-0.322265625000 +0.058837890625 +0.041015625000 +0.054199218750 +0.136718750000 +-0.193359375000 +0.064453125000 +-0.062988281250 +-0.038330078125 +0.031127929688 +-0.048095703125 +-0.207031250000 +0.035888671875 +0.145507812500 +-0.133789062500 +-0.378906250000 +-0.144531250000 +-0.253906250000 +-0.027954101562 +-0.054687500000 +0.048095703125 +-0.257812500000 +-0.175781250000 +0.140625000000 +0.098632812500 +-0.054199218750 +-0.049072265625 +0.134765625000 +0.017700195312 +-0.182617187500 +0.029174804688 +-0.079589843750 +0.035400390625 +0.042480468750 +-0.147460937500 +0.218750000000 +-0.144531250000 +0.166015625000 +0.072753906250 +0.029663085938 +-0.404296875000 +0.085449218750 +0.127929687500 +-0.151367187500 +0.054443359375 +0.210937500000 +-0.135742187500 +-0.304687500000 +0.104492187500 +-0.045166015625 +0.166015625000 +0.067871093750 +0.027587890625 +0.095214843750 +0.169921875000 +0.088867187500 +0.032958984375 +-0.044433593750 +0.065917968750 +0.088867187500 +0.001075744629 +0.059082031250 +0.097656250000 +-0.153320312500 +-0.333984375000 +0.051025390625 +-0.043212890625 +-0.022338867188 +0.021606445312 +-0.023681640625 +0.017944335938 +-0.259765625000 +-0.038574218750 +0.238281250000 +-0.140625000000 +-0.102539062500 +0.077636718750 +0.004943847656 +-0.398437500000 +0.023071289062 +-0.093261718750 +-0.129882812500 +0.095214843750 +0.044433593750 +0.100097656250 +-0.192382812500 +-0.296875000000 +0.158203125000 +0.076171875000 +0.062988281250 +-0.149414062500 +-0.054443359375 +0.000126838684 +-0.261718750000 +0.049804687500 +0.024658203125 +-0.129882812500 +-0.178710937500 +-0.156250000000 +0.009521484375 +0.006408691406 +0.265625000000 +0.153320312500 +0.021362304688 +-0.203125000000 +-0.061279296875 +-0.082519531250 +0.009704589844 +-0.106445312500 +0.271484375000 +0.015502929688 +-0.169921875000 +0.183593750000 +0.188476562500 +0.251953125000 +-0.019531250000 +0.153320312500 +0.115722656250 +-0.022583007812 +0.148437500000 +-0.002014160156 +0.035400390625 +-0.045166015625 +-0.121582031250 +-0.088867187500 +-0.097167968750 +0.069335937500 +0.015014648438 +0.070800781250 +-0.141601562500 +-0.028686523438 +-0.165039062500 +-0.026733398438 +0.046630859375 +0.232421875000 +0.166015625000 +-0.263671875000 +-0.010986328125 +0.153320312500 +-0.037597656250 +0.062255859375 +0.112304687500 +0.172851562500 +-0.043945312500 +0.028198242188 +0.047119140625 +-0.050048828125 +0.018432617188 +-0.074218750000 +-0.016113281250 +-0.068359375000 +-0.053222656250 +0.163085937500 +0.023559570312 +-0.042480468750 +0.112792968750 +-0.044921875000 +0.316406250000 +0.076660156250 +0.010192871094 +0.230468750000 +0.185546875000 +-0.005981445312 +0.156250000000 +0.019775390625 +0.026977539062 +0.135742187500 +-0.238281250000 +-0.101562500000 +-0.055419921875 +-0.129882812500 +-0.008361816406 +-0.326171875000 +0.066894531250 +-0.021606445312 +-0.082519531250 +-0.098632812500 +0.150390625000 +-0.076660156250 +0.144531250000 +0.046875000000 +0.008239746094 +-0.237304687500 +-0.306640625000 +-0.141601562500 +-0.144531250000 +-0.127929687500 +0.045654296875 +0.016235351562 +-0.037109375000 +-0.024658203125 +0.004119873047 +-0.033447265625 +-0.047607421875 +0.032226562500 +-0.159179687500 +-0.281250000000 +-0.067871093750 +0.089843750000 +-0.091308593750 +-0.088867187500 +0.165039062500 +-0.008850097656 +-0.041015625000 +0.170898437500 +0.006164550781 +0.054931640625 +-0.088867187500 +0.058349609375 +0.016723632812 +0.011474609375 +-0.037109375000 +0.094726562500 +0.012512207031 +0.102050781250 +-0.087890625000 +0.145507812500 +0.022949218750 +0.113281250000 +0.012817382812 +0.048828125000 +0.250000000000 +-0.035888671875 +-0.026123046875 +0.320312500000 +0.146484375000 +0.119628906250 +0.009094238281 +-0.208984375000 +0.069824218750 +0.032714843750 +-0.064453125000 +-0.030761718750 +0.077148437500 +-0.030761718750 +0.041503906250 +-0.119628906250 +0.105957031250 +-0.077148437500 +-0.015747070312 +-0.116699218750 +0.077148437500 +-0.062988281250 +0.212890625000 +0.160156250000 +0.172851562500 +-0.164062500000 +-0.306640625000 +-0.121582031250 +-0.185546875000 +-0.243164062500 +0.056640625000 +0.036621093750 +-0.138671875000 +0.041992187500 +0.014953613281 +-0.018432617188 +0.053222656250 +0.042968750000 +-0.007263183594 +0.061279296875 +-0.035156250000 +-0.055664062500 +0.224609375000 +-0.302734375000 +0.039306640625 +0.118164062500 +0.046142578125 +-0.015625000000 +-0.166992187500 +0.039062500000 +-0.014282226562 +0.074707031250 +-0.023437500000 +0.059570312500 +-0.117675781250 +-0.064453125000 +0.084960937500 +0.041015625000 +0.124023437500 +0.036132812500 +0.222656250000 +-0.057128906250 +-0.058349609375 +-0.125000000000 +0.210937500000 +-0.103027343750 +0.101562500000 +0.079589843750 +0.279296875000 +0.216796875000 +0.177734375000 +-0.113769531250 +0.174804687500 +-0.234375000000 +0.044189453125 +-0.019531250000 +-0.169921875000 +-0.035644531250 +0.052246093750 +-0.130859375000 +0.158203125000 +-0.032226562500 +0.104003906250 +-0.104980468750 +0.004699707031 +-0.066406250000 +0.158203125000 +0.051513671875 +0.214843750000 +-0.127929687500 +-0.159179687500 +-0.043457031250 +0.014526367188 +-0.199218750000 +-0.056884765625 +0.097167968750 +-0.089355468750 +0.153320312500 +-0.107910156250 +0.106933593750 +-0.053710937500 +-0.096191406250 +0.119140625000 +0.269531250000 +0.208984375000 +0.062011718750 +0.137695312500 +-0.320312500000 +-0.021850585938 +-0.195312500000 +-0.096191406250 +0.021362304688 +0.089843750000 +-0.110351562500 +-0.089843750000 +0.016479492188 +0.119628906250 +0.067871093750 +-0.047851562500 +0.059326171875 +-0.088867187500 +0.279296875000 +0.033935546875 +0.159179687500 +0.036376953125 +-0.045654296875 +-0.095214843750 +-0.179687500000 +0.065917968750 +0.140625000000 +-0.005645751953 +0.145507812500 +0.062500000000 +0.174804687500 +-0.164062500000 +-0.125000000000 +0.071289062500 +-0.044189453125 +-0.023803710938 +-0.127929687500 +0.142578125000 +-0.124023437500 +-0.159179687500 +-0.296875000000 +0.161132812500 +0.052001953125 +-0.052246093750 +0.141601562500 +0.000343322754 +-0.032226562500 +0.114257812500 +0.063964843750 +0.176757812500 +0.105957031250 +-0.090820312500 +-0.075195312500 +-0.031494140625 +-0.197265625000 +-0.095703125000 +0.011230468750 +-0.056884765625 +0.063476562500 +0.006591796875 +0.085449218750 +-0.061523437500 +-0.064453125000 +-0.221679687500 +-0.165039062500 +0.068847656250 +0.006896972656 +0.298828125000 +-0.136718750000 +-0.119140625000 +-0.025878906250 +0.149414062500 +0.245117187500 +-0.339843750000 +-0.221679687500 +0.013916015625 +0.221679687500 +0.071777343750 +-0.122558593750 +0.014282226562 +0.148437500000 +0.089355468750 +0.207031250000 +-0.053466796875 +0.265625000000 +0.027221679688 +0.045654296875 +-0.067871093750 +0.093750000000 +0.213867187500 +-0.122558593750 +-0.116210937500 +0.202148437500 +0.081542968750 +0.189453125000 +0.072753906250 +-0.092773437500 +-0.179687500000 +0.184570312500 +0.060546875000 +-0.068359375000 +0.003799438477 +-0.116210937500 +-0.109863281250 +-0.283203125000 +0.232421875000 +0.070312500000 +0.008789062500 +0.176757812500 +-0.007873535156 +-0.041503906250 +0.075195312500 +0.231445312500 +0.078125000000 +0.078125000000 +-0.084472656250 +-0.026000976562 +0.089355468750 +0.039306640625 +0.033203125000 +-0.026245117188 +-0.026855468750 +0.124023437500 +-0.136718750000 +-0.027709960938 +-0.071289062500 +-0.031982421875 +-0.151367187500 +-0.271484375000 +-0.065429687500 +-0.128906250000 +0.063964843750 +-0.099121093750 +0.054199218750 +-0.302734375000 +-0.067382812500 +0.130859375000 +-0.312500000000 +-0.022583007812 +-0.041503906250 +0.092285156250 +0.105957031250 +-0.249023437500 +-0.091796875000 +0.115722656250 +-0.019531250000 +0.196289062500 +-0.145507812500 +0.195312500000 +0.106445312500 +-0.172851562500 +0.114746093750 +0.046386718750 +-0.039794921875 +0.038818359375 +0.012817382812 +0.261718750000 +0.027465820312 +-0.086425781250 +0.092285156250 +0.080566406250 +-0.261718750000 +0.092773437500 +-0.099121093750 +0.186523437500 +-0.055908203125 +0.079101562500 +-0.018798828125 +-0.049560546875 +0.221679687500 +0.081054687500 +-0.179687500000 +-0.023925781250 +-0.242187500000 +-0.078125000000 +0.132812500000 +0.099609375000 +0.103027343750 +0.069335937500 +-0.253906250000 +0.043701171875 +-0.108398437500 +0.100097656250 +-0.016357421875 +-0.033203125000 +0.108886718750 +0.089355468750 +-0.133789062500 +-0.052490234375 +0.000896453857 +-0.135742187500 +0.018798828125 +-0.163085937500 +-0.120117187500 +0.250000000000 +0.156250000000 +-0.016967773438 +0.093261718750 +-0.396484375000 +-0.074707031250 +0.051269531250 +-0.091308593750 +0.091796875000 +0.091308593750 +0.095214843750 +0.132812500000 +-0.226562500000 +0.126953125000 +0.063964843750 +0.023803710938 +0.118652343750 +0.041015625000 +0.186523437500 +0.057128906250 +-0.169921875000 +-0.044433593750 +0.071289062500 +0.269531250000 +0.036132812500 +-0.165039062500 +0.148437500000 +0.054687500000 +-0.265625000000 +0.224609375000 +-0.064453125000 +-0.114746093750 +0.019287109375 +-0.041503906250 +0.236328125000 +0.024047851562 +-0.361328125000 +0.124023437500 +-0.132812500000 +0.175781250000 +-0.179687500000 +-0.141601562500 +0.194335937500 +-0.490234375000 +-0.145507812500 +0.070800781250 +0.016967773438 +0.225585937500 +0.059814453125 +-0.091796875000 +0.166015625000 +0.026977539062 +0.289062500000 +-0.009338378906 +-0.435546875000 +-0.004211425781 +0.178710937500 +-0.019897460938 +-0.095214843750 +0.378906250000 +0.189453125000 +-0.088378906250 +0.038574218750 +0.102050781250 +0.062011718750 +0.000705718994 +0.064941406250 +-0.096679687500 +-0.092773437500 +-0.143554687500 +0.105468750000 +0.005004882812 +-0.089355468750 +-0.129882812500 +-0.137695312500 +-0.023071289062 +-0.162109375000 +0.055419921875 +-0.035156250000 +-0.058349609375 +0.129882812500 +0.064941406250 +0.009765625000 +-0.026733398438 +0.042480468750 +-0.208984375000 +-0.204101562500 +-0.007080078125 +0.138671875000 +0.183593750000 +0.088378906250 +-0.015563964844 +0.148437500000 +0.073730468750 +-0.152343750000 +-0.006774902344 +-0.098144531250 +-0.038330078125 +-0.163085937500 +-0.006896972656 +0.196289062500 +-0.218750000000 +-0.503906250000 +-0.014465332031 +0.052001953125 +0.229492187500 +0.003067016602 +0.205078125000 +0.062500000000 +-0.044433593750 +0.038085937500 +-0.363281250000 +0.128906250000 +0.050537109375 +0.023071289062 +-0.242187500000 +-0.144531250000 +0.132812500000 +-0.273437500000 +-0.124023437500 +0.249023437500 +-0.190429687500 +0.188476562500 +0.023315429688 +0.281250000000 +-0.041503906250 +-0.009033203125 +-0.012695312500 +0.055664062500 +-0.091796875000 +-0.038085937500 +-0.182617187500 +-0.056640625000 +0.114257812500 +0.134765625000 +-0.005798339844 +-0.136718750000 +-0.072753906250 +-0.271484375000 +-0.025634765625 +-0.015136718750 +-0.011657714844 +0.091796875000 +0.022949218750 +0.085449218750 +0.042480468750 +0.019775390625 +0.027099609375 +-0.100585937500 +0.041748046875 +-0.010864257812 +0.143554687500 +-0.038330078125 +0.098144531250 +-0.128906250000 +-0.048583984375 +0.185546875000 +-0.126953125000 +-0.003433227539 +-0.046875000000 +0.089843750000 +-0.034667968750 +-0.089355468750 +0.107421875000 +0.001525878906 +-0.134765625000 +-0.110351562500 +-0.089355468750 +0.006439208984 +0.273437500000 +0.099121093750 +0.009582519531 +0.248046875000 +-0.143554687500 +0.084472656250 +-0.656250000000 +0.087402343750 +-0.138671875000 +-0.129882812500 +-0.081542968750 +-0.227539062500 +0.108398437500 +0.058349609375 +0.128906250000 +0.051513671875 +-0.121582031250 +0.151367187500 +-0.021606445312 +0.275390625000 +0.167968750000 +0.114257812500 +0.071289062500 +0.001625061035 +-0.049316406250 +0.098632812500 +-0.005157470703 +-0.035644531250 +-0.133789062500 +-0.088867187500 +0.008605957031 +-0.195312500000 +-0.022460937500 +-0.062011718750 +-0.166992187500 +-0.148437500000 +0.029663085938 +0.055908203125 +0.085937500000 +-0.121093750000 +-0.033935546875 +-0.020019531250 +0.142578125000 +-0.061523437500 +0.023559570312 +0.016113281250 +-0.018310546875 +-0.119140625000 +0.267578125000 +-0.171875000000 +-0.022460937500 +0.096679687500 +0.010620117188 +0.081542968750 +-0.180664062500 +-0.228515625000 +0.044433593750 +-0.144531250000 +0.121582031250 +0.111328125000 +-0.060546875000 +-0.066894531250 +0.124511718750 +0.281250000000 +0.392578125000 +-0.088867187500 +0.195312500000 +0.162109375000 +0.128906250000 +-0.026245117188 +-0.406250000000 +-0.109863281250 +0.019165039062 +-0.255859375000 +-0.021850585938 +-0.133789062500 +0.132812500000 +0.107910156250 +-0.131835937500 +0.014282226562 +-0.006744384766 +-0.035888671875 +0.235351562500 +-0.036132812500 +0.164062500000 +0.012817382812 +-0.059570312500 +-0.192382812500 +-0.101074218750 +0.169921875000 +0.011596679688 +-0.003936767578 +-0.257812500000 +-0.129882812500 +0.151367187500 +-0.224609375000 +-0.095214843750 +0.052490234375 +-0.191406250000 +-0.367187500000 +0.013610839844 +-0.028564453125 +0.154296875000 +-0.026733398438 +-0.060791015625 +-0.062500000000 +0.006011962891 +-0.061035156250 +0.032958984375 +0.034912109375 +0.024291992188 +-0.050781250000 +0.261718750000 +-0.053710937500 +-0.014465332031 +-0.175781250000 +-0.013000488281 +0.093261718750 +0.019287109375 +-0.239257812500 +0.316406250000 +-0.202148437500 +0.060302734375 +0.057128906250 +0.070312500000 +0.214843750000 +-0.042236328125 +0.201171875000 +0.176757812500 +-0.032714843750 +-0.064453125000 +-0.087402343750 +0.004272460938 +-0.072753906250 +-0.061523437500 +0.040283203125 +0.208984375000 +0.245117187500 +0.046142578125 +0.059326171875 +0.075683593750 +0.096679687500 +0.029907226562 +-0.066894531250 +-0.076171875000 +0.035888671875 +0.292968750000 +0.082031250000 +-0.097656250000 +0.142578125000 +-0.112304687500 +-0.143554687500 +-0.141601562500 +0.047363281250 +-0.095703125000 +-0.014953613281 +-0.203125000000 +-0.089843750000 +0.205078125000 +-0.225585937500 +-0.069824218750 +-0.032470703125 +-0.186523437500 +-0.017211914062 +-0.175781250000 +0.010925292969 +0.152343750000 +0.045898437500 +-0.110839843750 +0.055419921875 +-0.099609375000 +-0.009277343750 +-0.104003906250 +-0.115234375000 +0.102050781250 +-0.302734375000 +0.082519531250 +0.081542968750 +-0.022705078125 +-0.253906250000 +-0.132812500000 +-0.177734375000 +0.069824218750 +-0.103515625000 +0.304687500000 +-0.166015625000 +0.023559570312 +-0.030517578125 +-0.072265625000 +-0.060302734375 +-0.091796875000 +0.006164550781 +0.062500000000 +-0.097656250000 +0.145507812500 +-0.267578125000 +-0.156250000000 +-0.095214843750 +-0.107910156250 +0.163085937500 +0.326171875000 +0.041015625000 +-0.175781250000 +-0.178710937500 +0.032470703125 +-0.020751953125 +-0.084960937500 +-0.083984375000 +0.005218505859 +0.154296875000 +0.153320312500 +-0.018676757812 +0.121093750000 +0.015136718750 +0.016357421875 +0.037109375000 +-0.078613281250 +-0.006164550781 +-0.062011718750 +0.020385742188 +-0.143554687500 +-0.096679687500 +0.019287109375 +-0.281250000000 +-0.104980468750 +-0.117187500000 +-0.207031250000 +0.202148437500 +-0.022338867188 +-0.001510620117 +0.076660156250 +-0.080078125000 +-0.026245117188 +0.039306640625 +-0.074218750000 +-0.076171875000 +-0.132812500000 +-0.083496093750 +-0.103515625000 +0.067382812500 +-0.004547119141 +0.196289062500 +-0.004272460938 +-0.199218750000 +-0.078125000000 +-0.202148437500 +-0.006500244141 +0.109863281250 +0.148437500000 +-0.105468750000 +-0.125000000000 +0.029296875000 +-0.211914062500 +-0.178710937500 +-0.089355468750 +0.048583984375 +0.199218750000 +-0.069335937500 +0.041992187500 +-0.455078125000 +-0.035156250000 +-0.008728027344 +0.091796875000 +0.012451171875 +0.101562500000 +0.105468750000 +-0.099609375000 +0.012878417969 +-0.045410156250 +-0.052246093750 +0.144531250000 +-0.046142578125 +-0.063964843750 +-0.111816406250 +0.361328125000 +0.080566406250 +-0.019287109375 +0.100585937500 +0.007751464844 +0.173828125000 +-0.001441955566 +0.074218750000 +-0.135742187500 +-0.047119140625 +-0.111328125000 +-0.056884765625 +0.128906250000 +-0.453125000000 +-0.198242187500 +-0.004455566406 +-0.099121093750 +0.100585937500 +-0.003646850586 +0.061279296875 +-0.034667968750 +-0.165039062500 +0.082519531250 +-0.050048828125 +-0.089355468750 +0.035400390625 +-0.205078125000 +-0.019897460938 +-0.068847656250 +-0.007110595703 +0.091796875000 +-0.000564575195 +0.076171875000 +-0.380859375000 +0.107910156250 +-0.229492187500 +-0.094238281250 +-0.109375000000 +-0.133789062500 +-0.130859375000 +0.066406250000 +-0.210937500000 +-0.153320312500 +-0.267578125000 +-0.018432617188 +0.257812500000 +0.149414062500 +-0.063964843750 +0.140625000000 +-0.235351562500 +-0.022216796875 +-0.023437500000 +-0.035156250000 +0.162109375000 +0.060302734375 +0.203125000000 +-0.287109375000 +0.233398437500 +-0.269531250000 +0.097167968750 +0.171875000000 +-0.211914062500 +-0.062988281250 +-0.131835937500 +0.047119140625 +0.016357421875 +0.045898437500 +0.020874023438 +-0.050292968750 +-0.157226562500 +-0.026123046875 +0.103515625000 +0.034179687500 +0.038574218750 +-0.263671875000 +0.058593750000 +0.005432128906 +-0.153320312500 +0.001045227051 +0.067871093750 +-0.128906250000 +-0.045410156250 +0.113281250000 +0.046142578125 +-0.049316406250 +0.100097656250 +-0.000503540039 +0.022338867188 +-0.172851562500 +-0.132812500000 +-0.357421875000 +0.015869140625 +-0.099609375000 +0.081542968750 +-0.126953125000 +0.129882812500 +-0.078613281250 +0.038330078125 +0.016479492188 +-0.024169921875 +0.098632812500 +-0.123535156250 +-0.096679687500 +-0.021728515625 +0.160156250000 +0.043945312500 +-0.067382812500 +-0.003860473633 +-0.050292968750 +0.136718750000 +-0.021240234375 +0.202148437500 +0.043701171875 +0.210937500000 +0.062255859375 +0.053710937500 +-0.080078125000 +0.144531250000 +-0.068847656250 +-0.439453125000 +0.113769531250 +0.057373046875 +-0.429687500000 +0.210937500000 +-0.029907226562 +-0.231445312500 +0.014465332031 +-0.009704589844 +0.205078125000 +-0.061279296875 +0.190429687500 +-0.064941406250 +0.000991821289 +-0.245117187500 +-0.099609375000 +0.166015625000 +0.185546875000 +-0.017211914062 +-0.226562500000 +0.064453125000 +-0.115234375000 +0.042968750000 +-0.077636718750 +0.036621093750 +-0.014343261719 +-0.158203125000 +0.113769531250 +0.097656250000 +-0.010925292969 +0.213867187500 +0.096679687500 +0.015991210938 +-0.060302734375 +0.085937500000 +-0.388671875000 +-0.378906250000 +0.100097656250 +0.041748046875 +-0.138671875000 +-0.216796875000 +-0.160156250000 +0.250000000000 +-0.077148437500 +0.096191406250 +-0.026489257812 +-0.018920898438 +0.079101562500 +-0.046630859375 +0.083984375000 +-0.025512695312 +-0.066894531250 +0.054687500000 +-0.063964843750 +-0.087402343750 +-0.102050781250 +0.050537109375 +0.030273437500 +0.134765625000 +0.083496093750 +-0.012878417969 +-0.304687500000 +0.050537109375 +-0.111816406250 +-0.412109375000 +0.113281250000 +-0.038085937500 +-0.361328125000 +0.029418945312 +-0.253906250000 +-0.074218750000 +-0.131835937500 +0.142578125000 +0.208984375000 +-0.255859375000 +-0.012634277344 +-0.012451171875 +-0.109375000000 +-0.011352539062 +0.008178710938 +0.059814453125 +0.380859375000 +0.263671875000 +-0.163085937500 +0.057617187500 +-0.275390625000 +-0.182617187500 +-0.165039062500 +-0.147460937500 +0.118164062500 +0.078125000000 +0.125976562500 +0.062988281250 +0.011718750000 +0.078125000000 +-0.113281250000 +0.012390136719 +-0.069335937500 +0.088378906250 +-0.259765625000 +-0.287109375000 +0.032470703125 +0.007171630859 +-0.095214843750 +0.162109375000 +-0.082519531250 +-0.159179687500 +-0.030395507812 +-0.215820312500 +0.084472656250 +-0.002273559570 +0.064941406250 +0.058105468750 +0.042968750000 +-0.034179687500 +-0.027709960938 +0.063476562500 +0.068359375000 +0.004547119141 +0.147460937500 +0.137695312500 +0.051513671875 +0.443359375000 +0.090332031250 +0.033203125000 +0.028198242188 +0.076660156250 +-0.114746093750 +-0.457031250000 +0.235351562500 +-0.058837890625 +-0.184570312500 +-0.014038085938 +-0.226562500000 +-0.214843750000 +0.045166015625 +-0.027343750000 +0.359375000000 +-0.250000000000 +0.281250000000 +0.150390625000 +-0.208007812500 +-0.041748046875 +-0.061279296875 +0.227539062500 +0.478515625000 +0.104492187500 +-0.134765625000 +0.162109375000 +0.069824218750 +-0.063964843750 +-0.057617187500 +-0.052246093750 +0.105468750000 +0.000065803528 +0.225585937500 +0.162109375000 +0.099609375000 +0.201171875000 +-0.012268066406 +0.191406250000 +0.127929687500 +0.111816406250 +-0.292968750000 +-0.343750000000 +0.069824218750 +-0.234375000000 +-0.072265625000 +0.357421875000 +-0.175781250000 +0.023681640625 +0.101074218750 +-0.227539062500 +-0.108398437500 +0.070800781250 +0.069335937500 +0.078125000000 +0.025512695312 +0.160156250000 +0.098632812500 +0.098632812500 +-0.300781250000 +0.091308593750 +-0.150390625000 +0.386718750000 +0.214843750000 +0.365234375000 +0.022949218750 +-0.172851562500 +0.219726562500 +0.018798828125 +-0.148437500000 +-0.223632812500 +0.201171875000 +-0.110839843750 +-0.130859375000 +-0.103515625000 +-0.014526367188 +-0.308593750000 +0.079101562500 +-0.172851562500 +0.202148437500 +0.076171875000 +0.211914062500 +0.017700195312 +-0.312500000000 +0.018310546875 +-0.189453125000 +0.177734375000 +0.298828125000 +0.137695312500 +-0.034667968750 +0.075683593750 +-0.010070800781 +-0.233398437500 +-0.178710937500 +0.015991210938 +0.019042968750 +-0.062988281250 +0.201171875000 +0.051757812500 +-0.087890625000 +-0.122558593750 +-0.116210937500 +0.008300781250 +0.020385742188 +0.225585937500 +-0.359375000000 +-0.098632812500 +-0.038085937500 +-0.102050781250 +-0.015258789062 +0.267578125000 +-0.312500000000 +0.296875000000 +-0.033691406250 +-0.507812500000 +0.055175781250 +0.209960937500 +0.102050781250 +0.246093750000 +0.104003906250 +0.016601562500 +0.004974365234 +0.204101562500 +-0.322265625000 +0.018676757812 +-0.141601562500 +0.251953125000 +0.167968750000 +0.050537109375 +0.137695312500 +-0.008056640625 +0.017211914062 +-0.060546875000 +-0.082031250000 +0.089843750000 +0.045166015625 +0.082031250000 +-0.193359375000 +-0.043945312500 +0.137695312500 +-0.417968750000 +-0.068847656250 +-0.069824218750 +-0.092285156250 +0.078125000000 +0.255859375000 +-0.104980468750 +-0.166992187500 +-0.114257812500 +-0.060302734375 +-0.033447265625 +0.330078125000 +0.068359375000 +-0.177734375000 +-0.040283203125 +0.056640625000 +-0.378906250000 +-0.230468750000 +-0.086914062500 +-0.041503906250 +0.105468750000 +0.111328125000 +0.103515625000 +-0.058837890625 +-0.298828125000 +-0.125000000000 +-0.016479492188 +-0.010620117188 +0.196289062500 +-0.154296875000 +-0.251953125000 +-0.159179687500 +-0.097167968750 +0.090820312500 +0.151367187500 +-0.093750000000 +0.056884765625 +0.064941406250 +-0.271484375000 +-0.044677734375 +-0.057861328125 +-0.021240234375 +0.020263671875 +-0.059570312500 +-0.054199218750 +-0.010498046875 +0.041503906250 +-0.281250000000 +0.217773437500 +0.051757812500 +0.098632812500 +0.022338867188 +-0.267578125000 +0.122558593750 +-0.091308593750 +0.089843750000 +0.023803710938 +-0.206054687500 +0.135742187500 +0.023803710938 +-0.067382812500 +-0.159179687500 +0.000675201416 +0.150390625000 +-0.380859375000 +-0.003784179688 +-0.062011718750 +0.128906250000 +0.094238281250 +0.031982421875 +0.021606445312 +-0.112304687500 +-0.167968750000 +-0.000109672546 +-0.051025390625 +0.128906250000 +0.058837890625 +-0.174804687500 +0.128906250000 +-0.018310546875 +-0.316406250000 +-0.025878906250 +0.010009765625 +-0.175781250000 +0.175781250000 +-0.089843750000 +0.220703125000 +-0.175781250000 +-0.136718750000 +-0.019897460938 +0.002624511719 +-0.161132812500 +0.151367187500 +-0.148437500000 +0.074707031250 +0.057373046875 +-0.108398437500 +-0.110839843750 +0.367187500000 +-0.146484375000 +0.198242187500 +0.118164062500 +-0.166992187500 +0.007873535156 +-0.013732910156 +0.031494140625 +0.188476562500 +-0.150390625000 +-0.187500000000 +-0.095214843750 +-0.066406250000 +-0.228515625000 +0.154296875000 +-0.082519531250 +-0.034912109375 +-0.016845703125 +-0.111328125000 +-0.026000976562 +-0.027954101562 +0.072265625000 +-0.025756835938 +-0.271484375000 +0.083496093750 +-0.049560546875 +-0.084960937500 +-0.025756835938 +-0.043701171875 +-0.031127929688 +0.110839843750 +-0.102050781250 +-0.099121093750 +0.052246093750 +0.033447265625 +0.255859375000 +0.063964843750 +-0.010681152344 +0.054931640625 +-0.194335937500 +0.103515625000 +-0.213867187500 +0.044677734375 +0.115234375000 +0.084960937500 +-0.283203125000 +-0.139648437500 +-0.165039062500 +0.077148437500 +-0.357421875000 +0.021240234375 +0.166992187500 +-0.084472656250 +0.058593750000 +-0.031982421875 +-0.283203125000 +-0.047851562500 +-0.078613281250 +0.081542968750 +-0.158203125000 +0.067871093750 +-0.109863281250 +0.122070312500 +0.062988281250 +-0.017211914062 +-0.221679687500 +-0.112304687500 +-0.025024414062 +0.010864257812 +0.027465820312 +-0.100585937500 +-0.074218750000 +0.138671875000 +-0.061035156250 +0.068847656250 +0.083496093750 +0.054931640625 +-0.030395507812 +-0.045654296875 +0.106445312500 +-0.196289062500 +-0.269531250000 +0.007507324219 +0.073730468750 +-0.251953125000 +0.023437500000 +-0.024414062500 +0.036376953125 +0.058837890625 +-0.032714843750 +-0.032714843750 +0.049072265625 +-0.062255859375 +-0.081054687500 +-0.025146484375 +-0.121093750000 +-0.233398437500 +-0.029541015625 +0.086914062500 +0.194335937500 +-0.047119140625 +-0.002670288086 +0.078125000000 +-0.133789062500 +0.106445312500 +-0.165039062500 +0.020507812500 +0.119140625000 +0.212890625000 +-0.182617187500 +-0.048828125000 +-0.071777343750 +0.009521484375 +0.033935546875 +0.069335937500 +0.112792968750 +-0.251953125000 +-0.023925781250 +-0.098632812500 +-0.089843750000 +-0.011962890625 +-0.074707031250 +0.139648437500 +-0.105468750000 +-0.089843750000 +-0.112304687500 +-0.025146484375 +0.019653320312 +-0.000202178955 +0.043212890625 +-0.114746093750 +0.045166015625 +-0.058593750000 +0.054443359375 +-0.125976562500 +-0.042236328125 +0.082031250000 +-0.040283203125 +0.123046875000 +0.182617187500 +-0.020019531250 +-0.012145996094 +-0.202148437500 +-0.013916015625 +-0.132812500000 +-0.153320312500 +0.215820312500 +0.113281250000 +-0.271484375000 +0.081054687500 +0.040527343750 +-0.051269531250 +0.017089843750 +-0.002960205078 +-0.072753906250 +0.083496093750 +0.015502929688 +-0.046875000000 +-0.037597656250 +-0.161132812500 +-0.104492187500 +-0.247070312500 +0.089843750000 +0.068359375000 +0.081542968750 +-0.078125000000 +-0.053222656250 +0.071289062500 +0.018066406250 +-0.136718750000 +-0.079101562500 +0.152343750000 +0.199218750000 +-0.249023437500 +0.100585937500 +0.085449218750 +-0.065429687500 +0.000942230225 +-0.026977539062 +0.062500000000 +0.082519531250 +0.044921875000 +-0.022094726562 +-0.103515625000 +0.022949218750 +-0.175781250000 +-0.072753906250 +0.186523437500 +-0.107421875000 +-0.028686523438 +0.063476562500 +0.132812500000 +-0.003662109375 +0.191406250000 +-0.223632812500 +0.130859375000 +0.045166015625 +0.051025390625 +-0.100585937500 +0.034912109375 +-0.012878417969 +-0.118164062500 +0.116699218750 +-0.046875000000 +0.001617431641 +-0.021850585938 +-0.017700195312 +0.150390625000 +-0.326171875000 +-0.110839843750 +0.016113281250 +0.089843750000 +-0.191406250000 +0.045410156250 +0.129882812500 +0.095214843750 +0.000105857849 +0.196289062500 +-0.042968750000 +0.081054687500 +0.133789062500 +0.028076171875 +0.097167968750 +-0.074218750000 +0.047119140625 +-0.224609375000 +0.082519531250 +0.137695312500 +0.047363281250 +0.014221191406 +-0.042480468750 +-0.154296875000 +0.043701171875 +0.121582031250 +-0.107421875000 +-0.010009765625 +0.215820312500 +0.040527343750 +0.055908203125 +0.042968750000 +0.151367187500 +-0.128906250000 +0.058349609375 +0.046875000000 +0.047607421875 +0.161132812500 +0.100097656250 +-0.083496093750 +-0.136718750000 +-0.281250000000 +-0.109375000000 +0.145507812500 +-0.123046875000 +-0.214843750000 +0.141601562500 +0.218750000000 +0.009399414062 +0.134765625000 +-0.253906250000 +0.066406250000 +0.033447265625 +-0.158203125000 +-0.104980468750 +-0.057617187500 +0.100585937500 +-0.094726562500 +0.039794921875 +0.010559082031 +-0.032714843750 +0.077148437500 +0.065429687500 +0.048828125000 +-0.202148437500 +0.127929687500 +-0.066406250000 +0.147460937500 +-0.190429687500 +0.146484375000 +-0.018310546875 +0.154296875000 +-0.198242187500 +0.194335937500 +-0.035156250000 +0.017456054688 +-0.033203125000 +-0.027343750000 +0.014099121094 +0.023193359375 +-0.021728515625 +0.046630859375 +0.050781250000 +0.157226562500 +0.015380859375 +-0.033935546875 +-0.129882812500 +-0.061767578125 +-0.023925781250 +-0.001113891602 +-0.083496093750 +0.031738281250 +0.123046875000 +0.009704589844 +-0.100097656250 +0.149414062500 +0.034423828125 +0.064941406250 +-0.065429687500 +-0.002380371094 +-0.138671875000 +-0.075195312500 +-0.073242187500 +-0.046875000000 +-0.105468750000 +-0.047851562500 +0.011413574219 +0.209960937500 +-0.114257812500 +-0.000610351562 +0.168945312500 +0.189453125000 +0.071289062500 +0.026245117188 +0.039306640625 +0.003616333008 +0.015136718750 +-0.104492187500 +-0.015136718750 +0.068847656250 +0.018920898438 +-0.134765625000 +0.060058593750 +0.031250000000 +0.009094238281 +-0.008728027344 +-0.148437500000 +0.066406250000 +-0.151367187500 +0.110351562500 +-0.131835937500 +0.065429687500 +-0.123046875000 +0.228515625000 +-0.221679687500 +0.066406250000 +-0.126953125000 +0.115722656250 +0.244140625000 +0.186523437500 +0.011169433594 +-0.170898437500 +-0.060546875000 +-0.056640625000 +0.033203125000 +0.030517578125 +-0.025390625000 +0.158203125000 +0.058349609375 +0.080078125000 +-0.164062500000 +-0.049804687500 +0.018554687500 +0.128906250000 +-0.022583007812 +0.052246093750 +0.156250000000 +-0.063964843750 +-0.074218750000 +-0.053222656250 +-0.060058593750 +0.079589843750 +0.060302734375 +-0.030761718750 +0.043212890625 +-0.116699218750 +-0.085937500000 +-0.066406250000 +-0.012756347656 +-0.120117187500 +0.069335937500 +0.173828125000 +-0.050048828125 +0.007659912109 +0.118652343750 +-0.041503906250 +0.008483886719 +-0.094238281250 +0.126953125000 +0.046386718750 +-0.050537109375 +-0.070800781250 +0.009521484375 +0.084472656250 +0.051269531250 +-0.081542968750 +0.120117187500 +0.118164062500 +0.103515625000 +0.034912109375 +-0.110351562500 +-0.052490234375 +-0.121093750000 +0.255859375000 +-0.035644531250 +0.066406250000 +-0.010620117188 +-0.125976562500 +-0.129882812500 +0.114746093750 +-0.113769531250 +-0.025878906250 +0.115722656250 +-0.017456054688 +0.019165039062 +0.012512207031 +-0.155273437500 +-0.027954101562 +0.035156250000 +0.027465820312 +-0.101562500000 +0.201171875000 +-0.022705078125 +0.170898437500 +-0.030029296875 +-0.036132812500 +0.001586914062 +0.122558593750 +-0.158203125000 +0.059570312500 +0.239257812500 +-0.064453125000 +-0.164062500000 +-0.188476562500 +-0.208007812500 +0.180664062500 +-0.017333984375 +0.053955078125 +-0.158203125000 +-0.017822265625 +0.171875000000 +-0.072265625000 +0.110351562500 +-0.057861328125 +0.064453125000 +0.094238281250 +-0.050537109375 +0.013854980469 +-0.076171875000 +-0.020019531250 +-0.088867187500 +0.139648437500 +0.251953125000 +0.141601562500 +-0.004516601562 +0.081054687500 +-0.207031250000 +0.064453125000 +0.026489257812 +-0.004547119141 +0.094726562500 +-0.069335937500 +0.052490234375 +-0.007293701172 +-0.176757812500 +-0.160156250000 +-0.131835937500 +0.054443359375 +0.063476562500 +-0.006195068359 +0.008850097656 +-0.064941406250 +0.037597656250 +-0.049560546875 +0.054443359375 +0.166015625000 +0.021850585938 diff --git a/AI_Engine_Development/AIE-MLv2/Design_Tutorials/01-Radio-ML/aie/radioml_top/data/w13_biases-rtp.txt b/AI_Engine_Development/AIE-MLv2/Design_Tutorials/01-Radio-ML/aie/radioml_top/data/w13_biases-rtp.txt new file mode 100644 index 0000000000..c596419403 --- /dev/null +++ b/AI_Engine_Development/AIE-MLv2/Design_Tutorials/01-Radio-ML/aie/radioml_top/data/w13_biases-rtp.txt @@ -0,0 +1,64 @@ +0.179687500000 +-0.093261718750 +-0.167968750000 +-0.208984375000 +-0.150390625000 +0.068847656250 +-0.177734375000 +-0.036865234375 +-0.359375000000 +0.004241943359 +0.300781250000 +-0.025268554688 +0.002182006836 +-0.261718750000 +0.107910156250 +-0.052246093750 +0.332031250000 +0.231445312500 +0.009094238281 +0.145507812500 +0.019653320312 +0.156250000000 +-0.085937500000 +-0.182617187500 +0.166015625000 +0.287109375000 +0.172851562500 +0.052734375000 +-0.126953125000 +0.123535156250 +0.367187500000 +0.255859375000 +0.267578125000 +-0.034179687500 +0.184570312500 +0.194335937500 +0.120605468750 +-0.022094726562 +-0.355468750000 +0.163085937500 +0.009704589844 +0.219726562500 +0.169921875000 +0.129882812500 +0.083007812500 +0.148437500000 +0.031127929688 +0.161132812500 +0.144531250000 +0.115234375000 +0.149414062500 +0.116699218750 +-0.259765625000 +-0.343750000000 +-0.027832031250 +0.466796875000 +0.232421875000 +-0.135742187500 +-0.139648437500 +-0.084960937500 +-0.083007812500 +-0.036621093750 +-0.006317138672 +0.178710937500 diff --git a/AI_Engine_Development/AIE-MLv2/Design_Tutorials/01-Radio-ML/aie/radioml_top/data/w13_weights-rtp.txt b/AI_Engine_Development/AIE-MLv2/Design_Tutorials/01-Radio-ML/aie/radioml_top/data/w13_weights-rtp.txt new file mode 100644 index 0000000000..e0279eb4fe --- /dev/null +++ b/AI_Engine_Development/AIE-MLv2/Design_Tutorials/01-Radio-ML/aie/radioml_top/data/w13_weights-rtp.txt @@ -0,0 +1,28672 @@ +0.207031250000 +-0.028320312500 +-0.015319824219 +0.051025390625 +-0.098144531250 +-0.177734375000 +-0.106933593750 +-0.507812500000 +0.086914062500 +0.041748046875 +0.191406250000 +-0.093261718750 +-0.095214843750 +-0.077636718750 +-0.108398437500 +0.015563964844 +0.117675781250 +0.000165939331 +0.064453125000 +0.081542968750 +0.193359375000 +0.009338378906 +-0.146484375000 +0.049316406250 +0.152343750000 +-0.186523437500 +0.018798828125 +0.061523437500 +0.090332031250 +0.064941406250 +0.120117187500 +0.151367187500 +-0.215820312500 +-0.056640625000 +0.039794921875 +-0.326171875000 +-0.106933593750 +-0.014587402344 +-0.027832031250 +0.093750000000 +-0.049804687500 +0.008117675781 +-0.125000000000 +0.035156250000 +-0.135742187500 +-0.106445312500 +0.128906250000 +-0.149414062500 +-0.058349609375 +0.051025390625 +0.003479003906 +-0.027221679688 +0.008422851562 +-0.143554687500 +-0.108886718750 +0.145507812500 +0.125000000000 +-0.054443359375 +-0.016601562500 +-0.093261718750 +0.088378906250 +-0.227539062500 +-0.172851562500 +-0.009948730469 +0.134765625000 +0.103515625000 +-0.072265625000 +-0.028564453125 +0.022338867188 +-0.127929687500 +-0.339843750000 +-0.163085937500 +0.116210937500 +0.074707031250 +0.104492187500 +-0.175781250000 +-0.000732421875 +-0.128906250000 +-0.217773437500 +-0.138671875000 +-0.133789062500 +0.122070312500 +0.117675781250 +0.074707031250 +0.138671875000 +-0.014587402344 +-0.005340576172 +0.073730468750 +0.177734375000 +-0.026855468750 +0.189453125000 +0.185546875000 +0.066894531250 +0.104980468750 +0.031982421875 +0.068847656250 +-0.159179687500 +0.055419921875 +-0.122070312500 +-0.018676757812 +-0.091796875000 +-0.269531250000 +-0.283203125000 +0.123046875000 +0.122558593750 +0.033203125000 +-0.143554687500 +-0.069824218750 +-0.040039062500 +-0.035400390625 +0.054199218750 +-0.005310058594 +-0.162109375000 +0.318359375000 +-0.024780273438 +-0.027465820312 +0.026611328125 +-0.126953125000 +-0.057617187500 +0.128906250000 +0.040527343750 +-0.059082031250 +0.060058593750 +-0.113281250000 +0.135742187500 +0.000808715820 +-0.263671875000 +-0.091796875000 +0.083496093750 +0.022216796875 +0.149414062500 +-0.130859375000 +-0.083007812500 +0.011779785156 +-0.257812500000 +-0.148437500000 +0.086914062500 +0.090820312500 +0.151367187500 +-0.070800781250 +0.085449218750 +-0.010620117188 +0.031127929688 +0.125976562500 +0.024780273438 +0.042236328125 +0.116699218750 +0.041503906250 +0.089843750000 +0.094238281250 +-0.135742187500 +0.165039062500 +0.050292968750 +-0.151367187500 +0.000236511230 +-0.020141601562 +-0.060546875000 +0.135742187500 +0.067382812500 +-0.053955078125 +-0.181640625000 +-0.014953613281 +-0.017944335938 +0.271484375000 +-0.117187500000 +-0.069824218750 +-0.131835937500 +0.114257812500 +0.077148437500 +-0.027709960938 +-0.435546875000 +0.022949218750 +-0.017089843750 +-0.109863281250 +0.064941406250 +-0.048339843750 +-0.083007812500 +-0.080566406250 +-0.082519531250 +-0.083007812500 +0.016967773438 +-0.169921875000 +0.061035156250 +0.088378906250 +0.073730468750 +0.052001953125 +0.079101562500 +-0.026245117188 +0.026367187500 +-0.080078125000 +-0.292968750000 +-0.141601562500 +0.157226562500 +0.139648437500 +-0.020019531250 +0.073730468750 +0.035644531250 +-0.027099609375 +-0.011962890625 +0.097167968750 +0.032714843750 +-0.061767578125 +0.073242187500 +-0.080078125000 +0.121093750000 +-0.082031250000 +0.184570312500 +0.103027343750 +-0.098632812500 +-0.064941406250 +0.281250000000 +0.050048828125 +0.078125000000 +-0.016235351562 +-0.003005981445 +0.302734375000 +-0.060302734375 +-0.245117187500 +0.104492187500 +0.080078125000 +-0.141601562500 +0.113281250000 +0.111816406250 +0.271484375000 +-0.073242187500 +-0.006561279297 +0.099609375000 +0.127929687500 +0.038818359375 +0.013488769531 +0.040527343750 +0.055664062500 +0.168945312500 +-0.096679687500 +-0.605468750000 +-0.018432617188 +0.016845703125 +-0.022216796875 +-0.186523437500 +0.112792968750 +-0.263671875000 +-0.127929687500 +-0.047119140625 +-0.053222656250 +0.015258789062 +-0.169921875000 +-0.144531250000 +0.039550781250 +0.068359375000 +0.130859375000 +0.208007812500 +0.119628906250 +0.022216796875 +-0.068359375000 +-0.035400390625 +-0.141601562500 +0.047607421875 +-0.071289062500 +0.052246093750 +-0.122070312500 +0.050537109375 +0.073730468750 +0.071777343750 +-0.181640625000 +0.073242187500 +0.020751953125 +0.005126953125 +-0.063476562500 +0.027709960938 +0.018554687500 +0.257812500000 +0.106933593750 +-0.190429687500 +-0.265625000000 +0.302734375000 +0.080566406250 +0.010192871094 +-0.115722656250 +0.006164550781 +0.025756835938 +0.073242187500 +0.050292968750 +0.079589843750 +-0.056152343750 +-0.244140625000 +0.041503906250 +0.072265625000 +0.034667968750 +-0.135742187500 +0.193359375000 +0.036865234375 +-0.032470703125 +-0.191406250000 +-0.009948730469 +0.027587890625 +0.159179687500 +0.304687500000 +0.062500000000 +-0.353515625000 +-0.053222656250 +-0.166015625000 +-0.125976562500 +-0.075195312500 +0.038330078125 +-0.208984375000 +-0.131835937500 +0.120117187500 +-0.037597656250 +-0.165039062500 +-0.102539062500 +-0.060302734375 +-0.019531250000 +-0.029541015625 +-0.071289062500 +0.239257812500 +0.042236328125 +-0.136718750000 +-0.207031250000 +-0.220703125000 +-0.148437500000 +0.105957031250 +0.006896972656 +-0.073730468750 +-0.021240234375 +-0.122070312500 +-0.007019042969 +-0.015136718750 +-0.190429687500 +0.132812500000 +-0.085449218750 +0.132812500000 +-0.056152343750 +0.208007812500 +-0.069824218750 +0.148437500000 +0.070312500000 +-0.070800781250 +0.088378906250 +-0.026977539062 +0.088867187500 +0.069824218750 +-0.007812500000 +-0.065917968750 +0.129882812500 +0.031250000000 +-0.042724609375 +0.181640625000 +-0.132812500000 +-0.144531250000 +0.079589843750 +0.029541015625 +0.044677734375 +-0.064941406250 +-0.022705078125 +-0.005676269531 +-0.086425781250 +-0.061035156250 +-0.088867187500 +0.041503906250 +0.210937500000 +0.373046875000 +-0.194335937500 +-0.136718750000 +-0.013244628906 +-0.106933593750 +-0.051025390625 +-0.032470703125 +-0.039306640625 +-0.134765625000 +0.144531250000 +-0.108886718750 +0.022583007812 +-0.162109375000 +-0.176757812500 +-0.139648437500 +0.060546875000 +-0.077636718750 +-0.005279541016 +0.025756835938 +0.050781250000 +0.036865234375 +-0.139648437500 +-0.060058593750 +-0.178710937500 +0.179687500000 +-0.068847656250 +-0.060791015625 +0.034179687500 +0.148437500000 +-0.141601562500 +0.072753906250 +-0.515625000000 +-0.001403808594 +0.013183593750 +0.104980468750 +-0.040771484375 +0.221679687500 +0.023315429688 +0.178710937500 +0.024780273438 +-0.062500000000 +-0.052001953125 +-0.018310546875 +0.081054687500 +0.118652343750 +-0.083007812500 +0.006744384766 +0.216796875000 +-0.076171875000 +-0.079101562500 +0.137695312500 +0.105957031250 +0.108398437500 +0.138671875000 +0.094238281250 +0.077148437500 +-0.231445312500 +0.015991210938 +-0.195312500000 +-0.206054687500 +-0.064941406250 +0.051757812500 +0.024414062500 +0.178710937500 +0.007934570312 +0.185546875000 +-0.166992187500 +-0.004302978516 +-0.089355468750 +-0.098632812500 +-0.090332031250 +0.006927490234 +-0.024780273438 +0.062988281250 +-0.166015625000 +0.020874023438 +-0.077148437500 +-0.073730468750 +0.040527343750 +0.273437500000 +-0.022216796875 +-0.033691406250 +0.093261718750 +0.126953125000 +0.063476562500 +-0.141601562500 +-0.136718750000 +-0.047363281250 +-0.105957031250 +-0.130859375000 +-0.091796875000 +0.150390625000 +-0.044189453125 +-0.265625000000 +0.009460449219 +-0.079589843750 +-0.051269531250 +-0.058837890625 +-0.065429687500 +-0.015319824219 +-0.190429687500 +-0.189453125000 +-0.328125000000 +-0.014709472656 +0.277343750000 +0.046142578125 +-0.070800781250 +0.043457031250 +-0.034179687500 +-0.166992187500 +-0.074707031250 +0.108398437500 +0.003936767578 +-0.066406250000 +0.004180908203 +0.010803222656 +-0.125976562500 +-0.200195312500 +0.002899169922 +-0.296875000000 +-0.357421875000 +0.037353515625 +0.170898437500 +-0.125000000000 +0.109863281250 +-0.011596679688 +-0.083984375000 +-0.160156250000 +0.110351562500 +0.143554687500 +-0.068359375000 +-0.036132812500 +0.167968750000 +0.127929687500 +-0.095703125000 +-0.130859375000 +0.068847656250 +-0.172851562500 +-0.160156250000 +-0.070312500000 +-0.019775390625 +0.250000000000 +0.099121093750 +0.222656250000 +-0.133789062500 +0.224609375000 +0.071777343750 +-0.181640625000 +-0.030639648438 +-0.005981445312 +0.013427734375 +0.114257812500 +0.031005859375 +-0.091796875000 +-0.151367187500 +0.145507812500 +0.153320312500 +-0.049316406250 +0.115722656250 +-0.072753906250 +0.045410156250 +0.001258850098 +-0.148437500000 +0.090332031250 +0.012390136719 +-0.269531250000 +-0.390625000000 +0.071777343750 +0.106933593750 +0.044433593750 +-0.038818359375 +0.047851562500 +-0.002044677734 +-0.191406250000 +0.147460937500 +-0.048583984375 +-0.086425781250 +-0.036865234375 +0.030029296875 +0.172851562500 +-0.065917968750 +-0.128906250000 +0.002334594727 +-0.042968750000 +-0.337890625000 +0.045654296875 +0.124023437500 +-0.015075683594 +-0.111328125000 +-0.040771484375 +-0.088378906250 +-0.067382812500 +0.017700195312 +0.171875000000 +-0.057861328125 +-0.066406250000 +0.228515625000 +0.101562500000 +0.063476562500 +-0.173828125000 +0.170898437500 +0.062988281250 +-0.151367187500 +-0.037109375000 +0.087890625000 +0.137695312500 +0.208007812500 +0.041259765625 +-0.056640625000 +0.137695312500 +-0.010253906250 +-0.138671875000 +0.012207031250 +-0.145507812500 +0.102539062500 +0.135742187500 +0.208984375000 +0.013793945312 +-0.203125000000 +-0.040039062500 +-0.180664062500 +0.002548217773 +-0.049804687500 +0.024414062500 +0.030761718750 +0.061035156250 +0.044189453125 +-0.127929687500 +0.119140625000 +-0.127929687500 +-0.380859375000 +-0.037109375000 +0.106933593750 +0.003707885742 +-0.076171875000 +-0.199218750000 +-0.125000000000 +-0.175781250000 +-0.043457031250 +-0.083496093750 +-0.071777343750 +0.056640625000 +-0.003524780273 +0.050781250000 +-0.114257812500 +-0.021972656250 +-0.153320312500 +-0.079589843750 +-0.351562500000 +0.045410156250 +-0.031127929688 +-0.141601562500 +0.150390625000 +-0.197265625000 +-0.231445312500 +-0.003829956055 +0.040039062500 +0.219726562500 +-0.004913330078 +-0.034423828125 +0.075683593750 +0.164062500000 +-0.182617187500 +-0.099609375000 +0.156250000000 +-0.023803710938 +-0.052246093750 +-0.090332031250 +-0.133789062500 +0.111816406250 +0.099121093750 +0.108398437500 +-0.102539062500 +0.148437500000 +-0.019287109375 +-0.123535156250 +-0.088867187500 +0.053222656250 +0.010009765625 +0.073730468750 +0.153320312500 +-0.043945312500 +-0.116699218750 +0.086425781250 +0.084472656250 +-0.056396484375 +-0.058593750000 +0.122070312500 +-0.166992187500 +0.003738403320 +0.226562500000 +0.188476562500 +-0.021728515625 +-0.117675781250 +-0.005279541016 +-0.036132812500 +0.198242187500 +-0.212890625000 +0.107421875000 +-0.116210937500 +0.206054687500 +-0.089843750000 +0.057861328125 +0.197265625000 +-0.126953125000 +-0.165039062500 +-0.080566406250 +-0.026733398438 +-0.095214843750 +0.078125000000 +0.037353515625 +0.002914428711 +-0.388671875000 +0.066406250000 +-0.084960937500 +0.073242187500 +-0.123046875000 +-0.130859375000 +-0.064941406250 +-0.176757812500 +0.134765625000 +0.228515625000 +-0.101562500000 +-0.082031250000 +0.018920898438 +0.183593750000 +-0.167968750000 +-0.267578125000 +0.129882812500 +-0.098144531250 +-0.038085937500 +0.007720947266 +-0.018798828125 +0.114746093750 +0.002609252930 +0.158203125000 +-0.206054687500 +-0.006530761719 +-0.061279296875 +0.019409179688 +-0.076660156250 +0.132812500000 +-0.069824218750 +0.142578125000 +0.161132812500 +-0.071289062500 +-0.181640625000 +-0.053955078125 +-0.107910156250 +-0.022094726562 +0.104980468750 +-0.029296875000 +-0.011230468750 +0.114257812500 +0.271484375000 +0.172851562500 +0.062988281250 +-0.097167968750 +0.227539062500 +-0.166992187500 +0.024780273438 +-0.030395507812 +-0.058593750000 +-0.110351562500 +0.253906250000 +-0.122558593750 +0.069335937500 +-0.310546875000 +-0.324218750000 +-0.044433593750 +-0.104492187500 +-0.066406250000 +-0.013122558594 +0.099609375000 +-0.034179687500 +0.004486083984 +-0.195312500000 +-0.164062500000 +-0.163085937500 +0.063476562500 +-0.201171875000 +0.044921875000 +-0.034179687500 +0.031494140625 +0.008483886719 +0.180664062500 +0.006164550781 +-0.113769531250 +-0.071289062500 +0.096191406250 +-0.098632812500 +-0.169921875000 +0.067382812500 +-0.149414062500 +-0.081054687500 +0.089843750000 +0.156250000000 +0.149414062500 +0.042968750000 +-0.070800781250 +-0.175781250000 +0.166015625000 +-0.093261718750 +-0.121582031250 +-0.188476562500 +0.046875000000 +0.141601562500 +-0.110351562500 +-0.038574218750 +0.101562500000 +-0.218750000000 +-0.010314941406 +-0.111816406250 +0.059082031250 +-0.083984375000 +-0.033691406250 +-0.096191406250 +-0.275390625000 +0.073242187500 +-0.039550781250 +0.150390625000 +-0.113769531250 +0.111328125000 +-0.402343750000 +0.231445312500 +-0.115722656250 +-0.136718750000 +-0.044921875000 +0.034667968750 +-0.183593750000 +0.212890625000 +-0.089355468750 +-0.091308593750 +0.082031250000 +0.027832031250 +-0.019531250000 +0.009155273438 +-0.002410888672 +-0.051269531250 +-0.044189453125 +-0.250000000000 +-0.285156250000 +0.069335937500 +0.038330078125 +-0.018798828125 +0.037353515625 +0.096679687500 +0.021850585938 +0.107910156250 +0.218750000000 +-0.130859375000 +-0.057128906250 +0.142578125000 +0.122558593750 +-0.226562500000 +-0.190429687500 +0.179687500000 +0.183593750000 +-0.128906250000 +0.054931640625 +0.172851562500 +-0.050292968750 +-0.158203125000 +-0.024047851562 +0.011718750000 +-0.172851562500 +-0.100585937500 +-0.112304687500 +0.067871093750 +-0.021606445312 +0.020263671875 +-0.006256103516 +0.017944335938 +-0.322265625000 +0.083984375000 +0.190429687500 +0.055419921875 +0.202148437500 +0.021362304688 +-0.068847656250 +-0.090820312500 +-0.239257812500 +0.060546875000 +0.255859375000 +-0.004821777344 +0.030517578125 +0.171875000000 +-0.312500000000 +0.263671875000 +-0.009399414062 +-0.049804687500 +0.043701171875 +0.075683593750 +-0.144531250000 +-0.076171875000 +0.242187500000 +-0.023559570312 +0.043457031250 +0.025512695312 +-0.188476562500 +-0.006561279297 +-0.071777343750 +-0.023437500000 +-0.378906250000 +-0.177734375000 +0.049316406250 +-0.044677734375 +-0.094238281250 +0.055908203125 +-0.029663085938 +-0.073242187500 +-0.184570312500 +0.025878906250 +0.174804687500 +-0.172851562500 +-0.020751953125 +0.227539062500 +0.086914062500 +-0.018920898438 +-0.180664062500 +0.133789062500 +-0.181640625000 +0.095703125000 +0.119140625000 +0.110839843750 +0.150390625000 +-0.093261718750 +0.173828125000 +-0.038818359375 +-0.261718750000 +0.062255859375 +-0.068359375000 +-0.087890625000 +0.029296875000 +-0.019165039062 +0.135742187500 +-0.101562500000 +-0.020385742188 +0.049072265625 +-0.152343750000 +-0.183593750000 +-0.025024414062 +-0.111816406250 +-0.034667968750 +0.141601562500 +-0.010314941406 +-0.004394531250 +-0.057373046875 +-0.209960937500 +0.019042968750 +-0.147460937500 +-0.146484375000 +0.169921875000 +0.062988281250 +0.134765625000 +-0.097656250000 +0.028076171875 +0.075195312500 +-0.030517578125 +-0.046142578125 +-0.035644531250 +0.123046875000 +0.253906250000 +0.067871093750 +0.078125000000 +-0.054443359375 +-0.074707031250 +-0.166015625000 +-0.075683593750 +-0.129882812500 +-0.194335937500 +0.224609375000 +0.080078125000 +-0.023559570312 +0.077148437500 +-0.213867187500 +0.153320312500 +0.099121093750 +-0.161132812500 +0.046630859375 +0.199218750000 +0.149414062500 +0.065429687500 +-0.078613281250 +0.127929687500 +-0.176757812500 +0.014770507812 +0.089355468750 +0.126953125000 +-0.000476837158 +-0.069335937500 +-0.188476562500 +-0.175781250000 +0.105957031250 +-0.030761718750 +0.036132812500 +-0.143554687500 +-0.035156250000 +-0.053466796875 +-0.157226562500 +0.059814453125 +-0.180664062500 +-0.027221679688 +-0.116699218750 +-0.125976562500 +0.079589843750 +-0.196289062500 +-0.033935546875 +0.150390625000 +0.031127929688 +-0.002182006836 +-0.119140625000 +-0.104492187500 +0.190429687500 +-0.257812500000 +-0.239257812500 +-0.000808715820 +0.020507812500 +0.002960205078 +-0.106445312500 +0.043701171875 +-0.025756835938 +0.024169921875 +-0.033691406250 +-0.152343750000 +-0.077636718750 +0.122558593750 +-0.123046875000 +0.113769531250 +0.072265625000 +-0.054687500000 +-0.077636718750 +-0.041259765625 +-0.194335937500 +-0.014465332031 +0.275390625000 +0.073242187500 +-0.059570312500 +-0.026245117188 +-0.013977050781 +0.148437500000 +-0.009399414062 +-0.283203125000 +-0.155273437500 +0.022827148438 +0.113769531250 +0.273437500000 +-0.116699218750 +0.202148437500 +-0.184570312500 +-0.048828125000 +0.029785156250 +0.049072265625 +-0.068847656250 +-0.187500000000 +0.022583007812 +-0.174804687500 +0.087890625000 +-0.130859375000 +0.081054687500 +-0.191406250000 +-0.047607421875 +0.006835937500 +-0.017333984375 +-0.018432617188 +-0.021484375000 +0.208984375000 +-0.196289062500 +0.085937500000 +0.075195312500 +-0.113769531250 +0.097167968750 +0.002288818359 +0.020507812500 +-0.054443359375 +-0.072265625000 +-0.214843750000 +0.054443359375 +-0.110839843750 +-0.277343750000 +0.034912109375 +-0.041015625000 +0.059570312500 +0.055908203125 +-0.031738281250 +-0.050781250000 +-0.003692626953 +-0.061767578125 +-0.100585937500 +0.018798828125 +-0.005798339844 +-0.139648437500 +0.065429687500 +0.117187500000 +0.039550781250 +0.041503906250 +-0.131835937500 +-0.096191406250 +-0.014648437500 +0.083984375000 +-0.200195312500 +-0.052246093750 +-0.050048828125 +-0.031250000000 +-0.071289062500 +-0.179687500000 +-0.398437500000 +-0.031127929688 +0.006896972656 +0.059570312500 +0.102050781250 +-0.157226562500 +0.042724609375 +0.247070312500 +-0.070312500000 +-0.107421875000 +-0.073242187500 +-0.061279296875 +-0.318359375000 +0.096679687500 +-0.221679687500 +-0.010253906250 +0.036865234375 +-0.141601562500 +-0.242187500000 +-0.113281250000 +0.129882812500 +-0.014770507812 +-0.037597656250 +0.040527343750 +0.296875000000 +-0.225585937500 +-0.060058593750 +-0.002563476562 +-0.114257812500 +0.055664062500 +0.169921875000 +-0.112792968750 +-0.046142578125 +-0.232421875000 +-0.273437500000 +0.073242187500 +-0.149414062500 +-0.267578125000 +0.083984375000 +-0.152343750000 +0.074218750000 +-0.035400390625 +-0.232421875000 +0.057617187500 +0.168945312500 +-0.027709960938 +-0.021484375000 +0.095214843750 +0.127929687500 +-0.003036499023 +0.151367187500 +-0.026489257812 +0.087890625000 +0.083007812500 +0.008972167969 +-0.065429687500 +0.040771484375 +0.110839843750 +-0.067871093750 +0.089355468750 +-0.050537109375 +-0.084472656250 +0.142578125000 +-0.088867187500 +-0.277343750000 +-0.172851562500 +0.155273437500 +0.090820312500 +0.100585937500 +-0.047851562500 +0.283203125000 +0.054443359375 +-0.051269531250 +0.027343750000 +0.040771484375 +-0.149414062500 +-0.047851562500 +0.083007812500 +-0.251953125000 +0.027954101562 +0.150390625000 +-0.076660156250 +-0.145507812500 +-0.076171875000 +-0.171875000000 +0.148437500000 +0.002838134766 +0.013549804688 +0.330078125000 +-0.102050781250 +-0.167968750000 +0.001098632812 +0.007080078125 +0.000656127930 +0.024658203125 +-0.036132812500 +-0.008178710938 +-0.250000000000 +-0.218750000000 +0.145507812500 +-0.111816406250 +-0.240234375000 +0.024169921875 +0.007080078125 +0.111328125000 +-0.083007812500 +-0.166015625000 +0.084960937500 +-0.006439208984 +0.110351562500 +-0.161132812500 +0.090332031250 +0.096191406250 +0.126953125000 +0.043212890625 +0.032958984375 +0.182617187500 +-0.031738281250 +-0.090820312500 +0.187500000000 +-0.087890625000 +0.165039062500 +-0.097656250000 +0.020141601562 +0.170898437500 +-0.136718750000 +0.209960937500 +-0.081054687500 +-0.110351562500 +-0.166015625000 +0.146484375000 +0.086914062500 +-0.029418945312 +-0.052490234375 +0.239257812500 +-0.021118164062 +0.010742187500 +-0.108398437500 +-0.103515625000 +-0.053222656250 +-0.010559082031 +0.079101562500 +-0.149414062500 +0.066406250000 +-0.052001953125 +0.019531250000 +0.039306640625 +-0.225585937500 +-0.106933593750 +-0.005859375000 +-0.009765625000 +-0.019409179688 +0.223632812500 +-0.173828125000 +0.105957031250 +0.004638671875 +0.051757812500 +0.149414062500 +0.080078125000 +0.068847656250 +-0.160156250000 +-0.171875000000 +-0.187500000000 +0.211914062500 +0.069335937500 +-0.202148437500 +0.171875000000 +0.070800781250 +0.024902343750 +0.035156250000 +-0.037841796875 +-0.034667968750 +0.149414062500 +-0.007202148438 +-0.241210937500 +-0.174804687500 +0.164062500000 +0.057373046875 +0.032226562500 +0.204101562500 +0.022338867188 +-0.068847656250 +0.003173828125 +-0.171875000000 +-0.121582031250 +0.164062500000 +-0.065917968750 +0.120117187500 +-0.025024414062 +0.074218750000 +0.059326171875 +0.004913330078 +-0.108398437500 +-0.013366699219 +0.189453125000 +0.081054687500 +0.081542968750 +-0.203125000000 +0.138671875000 +-0.016113281250 +0.045410156250 +-0.158203125000 +-0.066406250000 +-0.060058593750 +-0.017456054688 +0.205078125000 +-0.302734375000 +0.080078125000 +-0.150390625000 +0.078613281250 +-0.196289062500 +-0.066406250000 +-0.106445312500 +-0.111328125000 +0.031982421875 +0.052001953125 +0.104980468750 +-0.176757812500 +0.017578125000 +0.034179687500 +0.028320312500 +0.137695312500 +0.237304687500 +-0.036621093750 +-0.040039062500 +-0.141601562500 +-0.046386718750 +-0.046142578125 +-0.234375000000 +-0.232421875000 +0.054687500000 +-0.020507812500 +-0.116210937500 +-0.092285156250 +-0.131835937500 +0.060302734375 +-0.109375000000 +-0.204101562500 +-0.084472656250 +-0.210937500000 +0.326171875000 +-0.124023437500 +-0.087890625000 +0.198242187500 +0.152343750000 +-0.071289062500 +-0.237304687500 +0.215820312500 +-0.054199218750 +0.220703125000 +0.079589843750 +-0.026123046875 +-0.011779785156 +0.039550781250 +0.037841796875 +0.113281250000 +-0.213867187500 +-0.300781250000 +0.220703125000 +0.019287109375 +-0.001190185547 +-0.155273437500 +0.010314941406 +-0.248046875000 +-0.057617187500 +-0.091796875000 +0.055175781250 +-0.031494140625 +-0.023681640625 +0.047607421875 +-0.253906250000 +0.001304626465 +-0.050292968750 +0.074707031250 +-0.237304687500 +-0.221679687500 +-0.123535156250 +-0.014465332031 +-0.136718750000 +0.166992187500 +0.255859375000 +-0.167968750000 +-0.117187500000 +0.058593750000 +0.080566406250 +0.091308593750 +-0.165039062500 +-0.068359375000 +0.083007812500 +0.161132812500 +0.126953125000 +-0.073730468750 +-0.049316406250 +0.201171875000 +-0.058593750000 +0.131835937500 +0.083007812500 +-0.118164062500 +-0.074707031250 +0.106933593750 +0.192382812500 +-0.251953125000 +-0.103515625000 +0.196289062500 +-0.160156250000 +-0.016723632812 +-0.167968750000 +0.000694274902 +0.068847656250 +0.271484375000 +-0.180664062500 +0.013305664062 +-0.061767578125 +0.345703125000 +0.136718750000 +0.106445312500 +-0.016357421875 +0.033691406250 +-0.177734375000 +-0.083984375000 +-0.073242187500 +0.050048828125 +0.174804687500 +0.005676269531 +0.108398437500 +-0.198242187500 +0.087890625000 +-0.148437500000 +-0.306640625000 +-0.087890625000 +-0.146484375000 +-0.206054687500 +0.148437500000 +0.008239746094 +0.092773437500 +0.148437500000 +0.128906250000 +-0.349609375000 +0.122558593750 +0.253906250000 +0.122070312500 +-0.104003906250 +0.099121093750 +0.074218750000 +0.085937500000 +-0.066894531250 +-0.054199218750 +-0.059570312500 +0.085449218750 +-0.110351562500 +-0.193359375000 +0.047363281250 +0.065429687500 +0.191406250000 +0.070312500000 +-0.171875000000 +0.055419921875 +0.052246093750 +-0.088378906250 +-0.174804687500 +-0.012084960938 +0.191406250000 +0.103027343750 +0.013183593750 +-0.033447265625 +-0.200195312500 +-0.255859375000 +-0.020141601562 +0.007598876953 +-0.124023437500 +-0.125976562500 +0.032226562500 +0.239257812500 +-0.005737304688 +-0.300781250000 +-0.076660156250 +-0.189453125000 +-0.030639648438 +0.155273437500 +0.037841796875 +0.016357421875 +0.070312500000 +-0.020019531250 +-0.052978515625 +-0.010437011719 +-0.084472656250 +0.203125000000 +0.009521484375 +0.044921875000 +-0.146484375000 +0.092773437500 +-0.054443359375 +-0.176757812500 +-0.054199218750 +-0.028930664062 +-0.022216796875 +0.083007812500 +0.019775390625 +0.086914062500 +0.141601562500 +0.083496093750 +-0.279296875000 +-0.058349609375 +0.071289062500 +0.096191406250 +-0.176757812500 +-0.077636718750 +0.098632812500 +0.117187500000 +-0.100585937500 +0.058349609375 +-0.095703125000 +0.124023437500 +0.084472656250 +-0.106933593750 +-0.025634765625 +-0.049560546875 +0.051513671875 +0.013366699219 +-0.171875000000 +0.032226562500 +0.134765625000 +-0.021362304688 +0.122070312500 +-0.104492187500 +0.117675781250 +-0.181640625000 +0.230468750000 +-0.083984375000 +-0.164062500000 +-0.279296875000 +-0.021362304688 +-0.014099121094 +-0.148437500000 +-0.000345230103 +0.113769531250 +0.104492187500 +-0.114746093750 +-0.118164062500 +0.036376953125 +0.117187500000 +-0.047851562500 +-0.062255859375 +0.087402343750 +0.221679687500 +-0.076660156250 +0.054443359375 +0.057617187500 +-0.222656250000 +-0.078125000000 +0.132812500000 +-0.043212890625 +-0.055419921875 +0.178710937500 +0.100585937500 +-0.018798828125 +-0.121582031250 +-0.115234375000 +-0.171875000000 +-0.024414062500 +0.150390625000 +-0.021362304688 +0.115234375000 +0.023559570312 +0.077636718750 +-0.277343750000 +-0.099609375000 +0.015625000000 +0.042480468750 +-0.279296875000 +-0.059082031250 +0.070800781250 +0.180664062500 +0.170898437500 +0.194335937500 +0.102050781250 +0.198242187500 +0.103027343750 +-0.121093750000 +-0.146484375000 +-0.071289062500 +0.090332031250 +-0.080078125000 +-0.170898437500 +-0.135742187500 +0.076171875000 +0.014404296875 +0.167968750000 +-0.037109375000 +-0.024291992188 +-0.044921875000 +0.030517578125 +0.125976562500 +-0.196289062500 +-0.011779785156 +-0.008483886719 +0.002212524414 +-0.133789062500 +-0.248046875000 +-0.014648437500 +0.070312500000 +0.034423828125 +0.006622314453 +0.037109375000 +-0.214843750000 +-0.194335937500 +-0.043701171875 +0.092773437500 +0.131835937500 +0.100585937500 +0.036376953125 +-0.054443359375 +-0.150390625000 +0.060058593750 +0.035156250000 +-0.192382812500 +0.034423828125 +0.127929687500 +0.087890625000 +-0.155273437500 +-0.193359375000 +-0.075195312500 +0.026000976562 +-0.087890625000 +0.056884765625 +0.109375000000 +0.087402343750 +-0.010986328125 +-0.067871093750 +-0.220703125000 +-0.142578125000 +0.097167968750 +-0.034912109375 +-0.151367187500 +0.035156250000 +-0.088378906250 +0.115234375000 +-0.059814453125 +0.178710937500 +-0.093261718750 +0.123535156250 +-0.116699218750 +-0.102050781250 +0.011596679688 +0.073242187500 +0.154296875000 +-0.184570312500 +-0.071777343750 +-0.129882812500 +0.030029296875 +-0.085449218750 +0.167968750000 +0.034179687500 +-0.094726562500 +0.123046875000 +0.153320312500 +0.037841796875 +-0.067382812500 +-0.174804687500 +-0.041259765625 +0.137695312500 +-0.057128906250 +-0.376953125000 +0.037841796875 +-0.017578125000 +-0.093750000000 +-0.078613281250 +-0.014770507812 +-0.120117187500 +-0.003463745117 +0.189453125000 +-0.026367187500 +0.119140625000 +-0.003677368164 +0.070312500000 +-0.248046875000 +-0.042236328125 +0.105468750000 +-0.051269531250 +0.136718750000 +-0.022460937500 +-0.087890625000 +0.000066757202 +0.043212890625 +0.135742187500 +0.073730468750 +0.040283203125 +-0.191406250000 +-0.067382812500 +-0.119140625000 +0.174804687500 +-0.011169433594 +0.014404296875 +-0.216796875000 +0.223632812500 +0.086914062500 +0.196289062500 +-0.125976562500 +-0.049560546875 +-0.312500000000 +0.120117187500 +0.114257812500 +0.057861328125 +-0.065429687500 +0.052490234375 +-0.213867187500 +-0.157226562500 +0.071289062500 +0.002136230469 +0.119628906250 +-0.181640625000 +-0.081542968750 +-0.231445312500 +0.084472656250 +-0.068847656250 +-0.171875000000 +0.010253906250 +0.057373046875 +0.099121093750 +0.236328125000 +-0.028442382812 +-0.091308593750 +-0.139648437500 +0.062500000000 +0.101074218750 +0.049072265625 +-0.277343750000 +0.037353515625 +0.088378906250 +0.056884765625 +0.078613281250 +0.008605957031 +0.064941406250 +-0.009704589844 +0.191406250000 +-0.096191406250 +-0.005950927734 +0.162109375000 +0.047851562500 +0.113769531250 +-0.087402343750 +-0.021728515625 +-0.111328125000 +-0.102050781250 +-0.020019531250 +0.096191406250 +0.073730468750 +0.154296875000 +0.017944335938 +-0.085937500000 +0.056396484375 +-0.192382812500 +-0.134765625000 +-0.085449218750 +0.107421875000 +-0.158203125000 +0.179687500000 +-0.216796875000 +0.351562500000 +-0.020141601562 +0.063476562500 +-0.279296875000 +-0.114746093750 +-0.507812500000 +0.158203125000 +-0.103027343750 +0.070312500000 +0.029052734375 +0.056396484375 +-0.076660156250 +-0.025634765625 +-0.093261718750 +-0.223632812500 +0.165039062500 +-0.181640625000 +-0.164062500000 +-0.187500000000 +0.345703125000 +-0.021240234375 +-0.104003906250 +0.163085937500 +0.025268554688 +0.013549804688 +0.205078125000 +0.062500000000 +-0.255859375000 +-0.187500000000 +0.021362304688 +-0.251953125000 +0.020263671875 +-0.289062500000 +0.023193359375 +-0.013305664062 +0.052978515625 +-0.177734375000 +-0.077148437500 +0.149414062500 +-0.255859375000 +-0.113281250000 +-0.002517700195 +0.108398437500 +-0.072265625000 +0.028320312500 +0.015625000000 +-0.035644531250 +0.034912109375 +0.115722656250 +0.125976562500 +0.132812500000 +0.261718750000 +0.057861328125 +0.125976562500 +-0.289062500000 +-0.013610839844 +0.014648437500 +-0.084960937500 +0.007324218750 +0.087402343750 +0.128906250000 +-0.113281250000 +0.106933593750 +-0.251953125000 +0.176757812500 +0.168945312500 +0.169921875000 +-0.376953125000 +0.120117187500 +0.035644531250 +-0.016479492188 +-0.136718750000 +0.156250000000 +0.134765625000 +-0.069824218750 +-0.063964843750 +-0.052734375000 +0.036376953125 +-0.157226562500 +-0.064941406250 +-0.010559082031 +-0.011657714844 +-0.083984375000 +-0.093750000000 +-0.073242187500 +-0.165039062500 +0.131835937500 +0.376953125000 +-0.015502929688 +0.049072265625 +-0.121093750000 +-0.010192871094 +-0.060546875000 +0.028686523438 +-0.216796875000 +-0.056884765625 +-0.253906250000 +-0.175781250000 +0.034423828125 +0.119140625000 +-0.357421875000 +-0.077636718750 +-0.097167968750 +-0.088867187500 +-0.043701171875 +-0.095703125000 +0.061523437500 +-0.106445312500 +-0.038818359375 +-0.086425781250 +-0.098144531250 +-0.016479492188 +0.075195312500 +0.096679687500 +0.192382812500 +-0.108398437500 +0.110839843750 +-0.474609375000 +0.013549804688 +0.067382812500 +-0.161132812500 +-0.414062500000 +-0.267578125000 +-0.073242187500 +0.040527343750 +0.007476806641 +0.233398437500 +0.091308593750 +0.013366699219 +-0.010559082031 +-0.115722656250 +0.105957031250 +0.222656250000 +0.067382812500 +-0.027832031250 +-0.208984375000 +0.028320312500 +0.038330078125 +-0.060058593750 +-0.147460937500 +-0.017822265625 +0.005065917969 +-0.055664062500 +0.148437500000 +-0.047363281250 +0.080566406250 +-0.066406250000 +0.018188476562 +-0.109375000000 +-0.147460937500 +0.017211914062 +-0.059326171875 +-0.001342773438 +0.078613281250 +0.168945312500 +0.100097656250 +-0.172851562500 +0.085937500000 +-0.141601562500 +-0.083984375000 +-0.094238281250 +-0.172851562500 +-0.032714843750 +0.058349609375 +-0.398437500000 +-0.216796875000 +-0.136718750000 +-0.006988525391 +0.072753906250 +-0.148437500000 +-0.178710937500 +-0.049804687500 +-0.024047851562 +0.015991210938 +0.043212890625 +0.044921875000 +-0.155273437500 +0.211914062500 +0.198242187500 +0.011169433594 +-0.079589843750 +-0.143554687500 +0.062011718750 +0.004333496094 +0.037841796875 +-0.073730468750 +-0.400390625000 +0.018920898438 +0.160156250000 +0.108398437500 +-0.009643554688 +0.035156250000 +0.145507812500 +0.138671875000 +-0.188476562500 +0.082031250000 +0.050048828125 +0.168945312500 +-0.065429687500 +-0.165039062500 +-0.023803710938 +0.145507812500 +-0.029541015625 +-0.134765625000 +-0.032714843750 +0.035156250000 +-0.015197753906 +0.201171875000 +-0.108886718750 +0.072753906250 +-0.082031250000 +-0.080078125000 +-0.046142578125 +-0.235351562500 +0.089355468750 +-0.101074218750 +0.022094726562 +-0.069824218750 +-0.190429687500 +-0.002883911133 +-0.047607421875 +-0.016479492188 +-0.159179687500 +0.075683593750 +0.002410888672 +-0.079589843750 +-0.117187500000 +0.070800781250 +-0.289062500000 +-0.079101562500 +0.037841796875 +0.002899169922 +0.018554687500 +-0.201171875000 +-0.039550781250 +-0.059814453125 +0.025878906250 +0.053466796875 +-0.105957031250 +-0.154296875000 +-0.059326171875 +0.123046875000 +0.147460937500 +-0.001396179199 +-0.141601562500 +-0.005462646484 +0.008239746094 +0.032470703125 +0.056884765625 +-0.261718750000 +-0.075195312500 +0.006347656250 +0.055908203125 +0.020263671875 +0.014587402344 +-0.109863281250 +0.035888671875 +0.208007812500 +-0.009887695312 +-0.102050781250 +0.050781250000 +0.152343750000 +-0.041259765625 +-0.107421875000 +-0.099609375000 +0.217773437500 +0.037597656250 +-0.159179687500 +-0.068847656250 +0.002975463867 +-0.027465820312 +-0.025268554688 +0.011901855469 +-0.001205444336 +-0.084472656250 +-0.019653320312 +-0.146484375000 +-0.304687500000 +0.179687500000 +0.230468750000 +-0.124023437500 +0.127929687500 +-0.046142578125 +-0.029174804688 +-0.263671875000 +0.096191406250 +0.193359375000 +0.075195312500 +0.019897460938 +-0.142578125000 +-0.139648437500 +-0.052246093750 +-0.427734375000 +0.024780273438 +0.078613281250 +-0.023437500000 +0.010925292969 +-0.218750000000 +0.045166015625 +-0.007934570312 +-0.038818359375 +-0.165039062500 +-0.014038085938 +0.172851562500 +-0.160156250000 +-0.020263671875 +0.069824218750 +-0.021484375000 +-0.240234375000 +-0.047363281250 +0.103027343750 +0.007995605469 +0.020141601562 +-0.018310546875 +0.182617187500 +-0.005615234375 +0.125976562500 +-0.008666992188 +-0.227539062500 +-0.086914062500 +0.092773437500 +0.115722656250 +0.055664062500 +0.097656250000 +-0.006866455078 +0.019775390625 +-0.062011718750 +-0.165039062500 +0.113281250000 +0.239257812500 +0.156250000000 +-0.095214843750 +-0.101074218750 +0.114257812500 +0.039062500000 +0.074707031250 +0.056152343750 +-0.021362304688 +0.103515625000 +-0.041015625000 +-0.075195312500 +-0.080566406250 +0.122070312500 +0.102539062500 +0.083007812500 +0.159179687500 +0.074218750000 +-0.065917968750 +-0.100097656250 +0.033203125000 +0.234375000000 +0.000286102295 +-0.035156250000 +-0.135742187500 +-0.024536132812 +-0.006591796875 +-0.480468750000 +-0.010009765625 +0.140625000000 +0.033203125000 +0.205078125000 +-0.231445312500 +0.083984375000 +0.041992187500 +-0.226562500000 +-0.146484375000 +-0.192382812500 +0.018676757812 +-0.035644531250 +-0.021606445312 +0.178710937500 +-0.035644531250 +-0.125976562500 +-0.058105468750 +0.234375000000 +-0.004516601562 +0.139648437500 +-0.123046875000 +0.205078125000 +-0.043212890625 +0.073242187500 +0.138671875000 +-0.011962890625 +-0.033447265625 +-0.103515625000 +0.153320312500 +-0.072265625000 +-0.014648437500 +0.101074218750 +-0.070312500000 +-0.015625000000 +-0.131835937500 +0.051025390625 +0.057128906250 +0.051269531250 +-0.097167968750 +-0.046630859375 +-0.027709960938 +-0.079589843750 +0.057373046875 +0.115722656250 +0.117187500000 +0.042724609375 +-0.014282226562 +-0.024780273438 +-0.062255859375 +0.087890625000 +0.062988281250 +0.018432617188 +0.152343750000 +-0.059326171875 +-0.104003906250 +-0.048583984375 +-0.049804687500 +0.125976562500 +0.072265625000 +-0.240234375000 +-0.173828125000 +0.000850677490 +-0.081054687500 +-0.306640625000 +0.087402343750 +-0.094238281250 +0.026733398438 +0.122558593750 +-0.302734375000 +0.025390625000 +0.090332031250 +-0.191406250000 +-0.300781250000 +-0.233398437500 +0.049072265625 +-0.046875000000 +0.154296875000 +0.105468750000 +0.029174804688 +-0.072753906250 +0.107910156250 +0.135742187500 +0.090332031250 +-0.003860473633 +0.020996093750 +0.210937500000 +0.101562500000 +0.180664062500 +-0.230468750000 +-0.007019042969 +0.025878906250 +-0.130859375000 +0.066406250000 +0.091308593750 +-0.247070312500 +0.121093750000 +-0.016601562500 +0.062988281250 +-0.191406250000 +0.239257812500 +0.151367187500 +-0.044189453125 +-0.126953125000 +-0.144531250000 +-0.082031250000 +-0.106445312500 +-0.006744384766 +0.038818359375 +0.065429687500 +0.085449218750 +-0.053222656250 +0.063964843750 +0.071777343750 +0.131835937500 +0.041992187500 +0.116699218750 +0.009399414062 +-0.027343750000 +-0.129882812500 +0.036865234375 +-0.157226562500 +-0.113281250000 +-0.063476562500 +-0.108886718750 +-0.216796875000 +0.163085937500 +0.033691406250 +-0.238281250000 +0.055419921875 +-0.148437500000 +0.077148437500 +0.077148437500 +-0.200195312500 +-0.082031250000 +-0.033203125000 +-0.203125000000 +-0.255859375000 +-0.146484375000 +-0.095703125000 +0.083496093750 +0.122070312500 +0.108886718750 +0.081542968750 +0.003402709961 +0.292968750000 +0.273437500000 +-0.196289062500 +0.103515625000 +-0.049804687500 +0.204101562500 +-0.001457214355 +-0.031738281250 +0.034423828125 +-0.104492187500 +-0.125976562500 +0.104980468750 +0.020507812500 +-0.050292968750 +-0.079101562500 +0.095703125000 +-0.115722656250 +-0.072753906250 +-0.012329101562 +0.128906250000 +0.369140625000 +0.158203125000 +-0.095214843750 +-0.041015625000 +0.062988281250 +0.064453125000 +-0.390625000000 +-0.206054687500 +-0.024047851562 +-0.083496093750 +-0.050048828125 +-0.228515625000 +-0.030029296875 +0.092773437500 +0.047851562500 +-0.004577636719 +-0.079589843750 +-0.180664062500 +0.277343750000 +-0.076660156250 +0.073242187500 +-0.125976562500 +0.059326171875 +-0.062500000000 +-0.205078125000 +-0.294921875000 +0.088867187500 +-0.251953125000 +-0.135742187500 +0.064453125000 +0.076171875000 +-0.181640625000 +-0.046630859375 +0.130859375000 +0.250000000000 +0.306640625000 +-0.175781250000 +-0.195312500000 +-0.056396484375 +-0.063964843750 +0.071289062500 +-0.085937500000 +-0.109863281250 +0.026855468750 +0.030029296875 +0.183593750000 +-0.198242187500 +0.051757812500 +0.164062500000 +0.285156250000 +-0.075195312500 +-0.107421875000 +-0.046386718750 +0.193359375000 +0.075195312500 +0.171875000000 +0.136718750000 +0.087890625000 +-0.078613281250 +0.240234375000 +0.124511718750 +-0.008789062500 +0.134765625000 +0.221679687500 +0.296875000000 +0.217773437500 +-0.120117187500 +-0.060058593750 +0.064941406250 +-0.167968750000 +-0.263671875000 +-0.207031250000 +-0.011230468750 +-0.216796875000 +-0.089355468750 +-0.294921875000 +0.058593750000 +-0.091308593750 +-0.001068115234 +-0.098144531250 +-0.126953125000 +0.021484375000 +-0.086914062500 +-0.187500000000 +0.111816406250 +-0.065429687500 +0.152343750000 +-0.072265625000 +-0.226562500000 +-0.269531250000 +0.118652343750 +-0.141601562500 +-0.183593750000 +0.104003906250 +0.183593750000 +0.016235351562 +0.079589843750 +0.006500244141 +0.170898437500 +0.090332031250 +-0.047119140625 +-0.287109375000 +-0.133789062500 +0.138671875000 +0.139648437500 +-0.092773437500 +-0.213867187500 +0.066894531250 +0.101562500000 +0.053466796875 +0.009582519531 +0.157226562500 +0.110839843750 +0.149414062500 +0.033447265625 +0.031738281250 +0.087402343750 +0.203125000000 +-0.033447265625 +-0.014953613281 +-0.076660156250 +0.049560546875 +-0.147460937500 +0.127929687500 +0.051269531250 +0.006958007812 +0.107421875000 +0.098144531250 +0.249023437500 +0.236328125000 +-0.101562500000 +-0.197265625000 +-0.096679687500 +-0.096191406250 +-0.279296875000 +-0.165039062500 +-0.139648437500 +-0.189453125000 +-0.013549804688 +-0.296875000000 +0.000429153442 +-0.117675781250 +0.004455566406 +0.202148437500 +-0.151367187500 +-0.209960937500 +-0.229492187500 +-0.114746093750 +-0.026000976562 +-0.012512207031 +0.169921875000 +-0.056640625000 +-0.142578125000 +-0.218750000000 +-0.049072265625 +-0.127929687500 +-0.088378906250 +0.083496093750 +-0.133789062500 +-0.053710937500 +-0.066894531250 +0.052978515625 +-0.037109375000 +0.058349609375 +-0.081054687500 +0.049072265625 +-0.277343750000 +0.135742187500 +0.122558593750 +0.132812500000 +-0.129882812500 +0.157226562500 +-0.052734375000 +0.158203125000 +-0.072753906250 +-0.073730468750 +0.080078125000 +0.036132812500 +0.151367187500 +0.079101562500 +-0.051025390625 +0.147460937500 +0.065917968750 +-0.279296875000 +-0.019531250000 +0.042968750000 +-0.086425781250 +0.202148437500 +0.038085937500 +0.022949218750 +0.235351562500 +0.024902343750 +0.369140625000 +0.086425781250 +-0.106933593750 +-0.040771484375 +-0.046875000000 +0.039794921875 +-0.069824218750 +0.081054687500 +-0.000602722168 +-0.144531250000 +-0.015441894531 +-0.275390625000 +0.011352539062 +-0.106933593750 +0.127929687500 +0.135742187500 +0.043457031250 +0.093261718750 +0.017822265625 +-0.209960937500 +0.035644531250 +0.113281250000 +0.070800781250 +0.001998901367 +-0.048095703125 +-0.007019042969 +0.003768920898 +-0.029785156250 +-0.103027343750 +-0.173828125000 +-0.133789062500 +0.007812500000 +-0.107910156250 +0.100097656250 +0.189453125000 +0.086425781250 +-0.095214843750 +-0.154296875000 +-0.094238281250 +0.166992187500 +0.140625000000 +-0.068359375000 +-0.171875000000 +0.154296875000 +-0.130859375000 +-0.083496093750 +0.023681640625 +-0.152343750000 +0.088867187500 +0.013183593750 +-0.036865234375 +0.088378906250 +-0.007781982422 +0.034667968750 +0.206054687500 +-0.215820312500 +-0.124023437500 +0.109375000000 +-0.047607421875 +0.320312500000 +-0.015869140625 +0.149414062500 +-0.058105468750 +0.128906250000 +0.062988281250 +0.036865234375 +-0.176757812500 +-0.215820312500 +-0.031250000000 +0.120117187500 +-0.084960937500 +-0.025390625000 +-0.108886718750 +-0.074218750000 +-0.112304687500 +-0.204101562500 +-0.042480468750 +0.076660156250 +-0.046630859375 +-0.070312500000 +-0.050781250000 +0.031494140625 +-0.206054687500 +-0.166015625000 +0.045166015625 +0.209960937500 +0.163085937500 +-0.007415771484 +0.016967773438 +0.082519531250 +-0.098632812500 +-0.117675781250 +-0.101074218750 +-0.072753906250 +-0.208007812500 +-0.133789062500 +-0.036865234375 +0.046875000000 +-0.120605468750 +-0.024780273438 +-0.047851562500 +-0.271484375000 +-0.081542968750 +0.375000000000 +0.124511718750 +-0.121582031250 +-0.139648437500 +0.222656250000 +-0.073730468750 +-0.029663085938 +0.066406250000 +-0.116210937500 +0.215820312500 +0.145507812500 +-0.147460937500 +-0.009582519531 +-0.039062500000 +0.049804687500 +-0.089843750000 +0.040283203125 +0.107421875000 +0.011596679688 +-0.036376953125 +0.141601562500 +0.013610839844 +-0.055175781250 +0.109863281250 +0.026733398438 +0.259765625000 +-0.022094726562 +-0.045410156250 +-0.169921875000 +-0.058105468750 +0.209960937500 +-0.018798828125 +-0.112304687500 +-0.029785156250 +0.036865234375 +-0.070312500000 +-0.250000000000 +0.033691406250 +0.158203125000 +-0.150390625000 +0.041503906250 +-0.022949218750 +0.099609375000 +-0.074218750000 +-0.159179687500 +-0.067382812500 +-0.159179687500 +0.179687500000 +-0.004180908203 +-0.097656250000 +0.109863281250 +0.042968750000 +-0.028930664062 +0.110351562500 +0.095703125000 +-0.011047363281 +-0.259765625000 +-0.052001953125 +0.119628906250 +0.089843750000 +0.089355468750 +-0.118652343750 +-0.296875000000 +-0.069824218750 +0.180664062500 +0.034179687500 +-0.242187500000 +-0.096679687500 +0.210937500000 +0.039550781250 +-0.078125000000 +0.171875000000 +-0.140625000000 +0.208984375000 +-0.080566406250 +-0.050781250000 +-0.043701171875 +-0.056640625000 +0.137695312500 +-0.197265625000 +0.085449218750 +-0.082519531250 +-0.026489257812 +0.151367187500 +0.150390625000 +-0.122070312500 +0.060791015625 +0.081054687500 +0.156250000000 +0.496093750000 +0.163085937500 +-0.170898437500 +-0.156250000000 +-0.053710937500 +0.036621093750 +-0.195312500000 +-0.154296875000 +-0.160156250000 +-0.122070312500 +-0.052490234375 +-0.248046875000 +0.135742187500 +0.040039062500 +-0.351562500000 +0.078613281250 +0.093261718750 +0.114257812500 +0.045654296875 +-0.185546875000 +-0.080566406250 +-0.080566406250 +0.081054687500 +0.014343261719 +-0.103515625000 +-0.031494140625 +0.031494140625 +0.066406250000 +0.233398437500 +-0.030029296875 +-0.041015625000 +-0.125000000000 +0.027709960938 +0.121093750000 +0.079101562500 +0.043701171875 +0.052734375000 +-0.215820312500 +-0.108886718750 +-0.001068115234 +0.006774902344 +-0.109863281250 +-0.064941406250 +0.116210937500 +0.046875000000 +-0.089843750000 +-0.066894531250 +-0.099609375000 +0.121093750000 +0.000404357910 +0.083007812500 +-0.004730224609 +-0.007324218750 +0.118652343750 +-0.279296875000 +0.251953125000 +-0.077636718750 +0.035888671875 +0.035400390625 +-0.097167968750 +-0.122070312500 +-0.027343750000 +0.048828125000 +0.089843750000 +0.002136230469 +-0.003311157227 +0.097656250000 +-0.144531250000 +0.019409179688 +-0.205078125000 +-0.231445312500 +-0.154296875000 +-0.345703125000 +0.006744384766 +-0.339843750000 +-0.009765625000 +-0.014160156250 +-0.079101562500 +0.027709960938 +0.069824218750 +-0.154296875000 +-0.052001953125 +-0.158203125000 +-0.217773437500 +-0.110839843750 +-0.255859375000 +-0.108398437500 +0.009094238281 +0.031005859375 +-0.051025390625 +-0.257812500000 +-0.038330078125 +0.114746093750 +0.116210937500 +-0.031250000000 +0.201171875000 +-0.052978515625 +-0.097167968750 +0.351562500000 +-0.208984375000 +0.039062500000 +0.100585937500 +-0.100585937500 +0.232421875000 +0.231445312500 +0.059326171875 +0.006622314453 +0.033203125000 +-0.019775390625 +-0.215820312500 +0.101562500000 +0.202148437500 +0.058837890625 +0.151367187500 +-0.265625000000 +0.257812500000 +-0.036132812500 +-0.259765625000 +0.009094238281 +0.197265625000 +0.181640625000 +0.189453125000 +0.116210937500 +-0.187500000000 +0.026855468750 +-0.142578125000 +0.011108398438 +0.006622314453 +-0.002670288086 +-0.032714843750 +0.193359375000 +0.038330078125 +-0.069824218750 +0.050048828125 +-0.043457031250 +0.014831542969 +-0.353515625000 +-0.189453125000 +-0.149414062500 +-0.005828857422 +0.024658203125 +0.068359375000 +-0.048339843750 +-0.081054687500 +-0.118164062500 +-0.068847656250 +0.083984375000 +-0.186523437500 +-0.176757812500 +-0.174804687500 +-0.052246093750 +-0.021240234375 +0.042724609375 +-0.028930664062 +-0.138671875000 +-0.109375000000 +0.033203125000 +0.202148437500 +-0.016601562500 +0.246093750000 +-0.015747070312 +-0.259765625000 +0.200195312500 +-0.170898437500 +0.032226562500 +0.118164062500 +0.189453125000 +-0.051025390625 +0.028442382812 +-0.082031250000 +-0.055419921875 +-0.071777343750 +0.020141601562 +-0.161132812500 +-0.029052734375 +0.165039062500 +0.004547119141 +0.131835937500 +-0.188476562500 +0.067871093750 +-0.133789062500 +-0.235351562500 +0.058349609375 +0.158203125000 +-0.006378173828 +0.150390625000 +0.029418945312 +-0.213867187500 +0.058105468750 +-0.024414062500 +0.013000488281 +-0.084472656250 +0.062500000000 +0.049072265625 +0.033447265625 +-0.120117187500 +0.171875000000 +0.028076171875 +-0.104003906250 +0.041992187500 +-0.241210937500 +-0.353515625000 +-0.018188476562 +-0.059326171875 +0.121582031250 +0.025756835938 +-0.175781250000 +-0.012817382812 +-0.030883789062 +0.118652343750 +0.076660156250 +-0.198242187500 +0.011718750000 +-0.083496093750 +-0.078613281250 +0.022338867188 +0.140625000000 +-0.131835937500 +-0.125000000000 +-0.003509521484 +0.172851562500 +0.145507812500 +-0.080078125000 +0.251953125000 +-0.024780273438 +-0.059814453125 +-0.087402343750 +-0.052001953125 +-0.198242187500 +0.031982421875 +-0.022705078125 +0.116210937500 +0.140625000000 +-0.127929687500 +0.021484375000 +-0.033203125000 +0.023071289062 +-0.228515625000 +-0.135742187500 +0.099121093750 +-0.190429687500 +0.025756835938 +-0.168945312500 +-0.096679687500 +-0.133789062500 +-0.227539062500 +0.013732910156 +0.091796875000 +0.211914062500 +0.067871093750 +-0.137695312500 +-0.113281250000 +-0.081054687500 +-0.170898437500 +-0.102050781250 +-0.042480468750 +-0.197265625000 +0.140625000000 +-0.001914978027 +-0.261718750000 +0.061523437500 +0.019653320312 +0.087402343750 +-0.063476562500 +-0.259765625000 +-0.013183593750 +-0.022827148438 +-0.101074218750 +-0.014526367188 +-0.032226562500 +0.095214843750 +-0.051513671875 +-0.155273437500 +0.000877380371 +0.061523437500 +-0.182617187500 +-0.174804687500 +-0.012939453125 +0.124023437500 +0.037841796875 +0.022827148438 +0.138671875000 +-0.023437500000 +0.074218750000 +0.021850585938 +0.146484375000 +0.106933593750 +0.234375000000 +-0.012207031250 +-0.097167968750 +0.220703125000 +-0.031005859375 +-0.201171875000 +0.204101562500 +-0.080566406250 +-0.001472473145 +0.058105468750 +-0.018066406250 +-0.083496093750 +0.118164062500 +-0.032958984375 +-0.171875000000 +-0.044921875000 +0.177734375000 +-0.178710937500 +0.087890625000 +-0.159179687500 +0.142578125000 +-0.195312500000 +-0.156250000000 +0.140625000000 +0.124511718750 +-0.039794921875 +-0.009155273438 +0.076660156250 +-0.114746093750 +-0.018676757812 +-0.094238281250 +-0.085937500000 +0.009948730469 +-0.076660156250 +0.049804687500 +-0.078613281250 +-0.322265625000 +0.032958984375 +0.089843750000 +-0.083984375000 +0.019287109375 +-0.135742187500 +0.057128906250 +0.059814453125 +0.057373046875 +-0.115234375000 +0.095214843750 +-0.197265625000 +0.015014648438 +-0.186523437500 +-0.010131835938 +-0.183593750000 +-0.257812500000 +-0.097656250000 +-0.091796875000 +-0.087890625000 +-0.060302734375 +0.069824218750 +-0.143554687500 +-0.185546875000 +-0.058837890625 +0.012390136719 +0.055175781250 +0.096679687500 +0.166992187500 +0.105468750000 +-0.090332031250 +-0.115234375000 +-0.115722656250 +-0.031127929688 +0.069335937500 +-0.083496093750 +-0.153320312500 +0.114257812500 +0.053466796875 +0.079101562500 +0.041503906250 +0.122558593750 +-0.359375000000 +0.071289062500 +0.095703125000 +-0.166015625000 +-0.113769531250 +-0.283203125000 +0.149414062500 +0.090820312500 +-0.302734375000 +-0.032714843750 +0.077636718750 +-0.052001953125 +0.038574218750 +-0.187500000000 +-0.085937500000 +-0.196289062500 +0.010559082031 +-0.128906250000 +-0.172851562500 +0.062500000000 +0.059326171875 +0.029418945312 +-0.300781250000 +-0.027099609375 +0.128906250000 +-0.107421875000 +-0.166015625000 +-0.228515625000 +0.068359375000 +-0.073242187500 +0.035156250000 +0.224609375000 +0.000892639160 +-0.126953125000 +0.188476562500 +-0.184570312500 +-0.152343750000 +-0.150390625000 +-0.206054687500 +0.197265625000 +0.037109375000 +0.037597656250 +-0.068847656250 +-0.008422851562 +0.039306640625 +-0.113281250000 +0.085937500000 +-0.071777343750 +-0.000690460205 +0.097656250000 +0.178710937500 +-0.095703125000 +-0.127929687500 +-0.090332031250 +-0.155273437500 +-0.111328125000 +0.158203125000 +-0.165039062500 +-0.126953125000 +0.109863281250 +0.117187500000 +-0.069335937500 +-0.058593750000 +0.002319335938 +-0.445312500000 +0.191406250000 +-0.071289062500 +-0.096191406250 +0.041259765625 +-0.216796875000 +0.208984375000 +0.021362304688 +-0.139648437500 +-0.052001953125 +-0.189453125000 +-0.070800781250 +-0.093261718750 +-0.324218750000 +-0.180664062500 +-0.051513671875 +-0.063964843750 +0.054687500000 +0.108886718750 +0.182617187500 +-0.046875000000 +0.208984375000 +-0.189453125000 +0.087890625000 +-0.144531250000 +-0.104980468750 +-0.238281250000 +-0.406250000000 +-0.031127929688 +-0.408203125000 +-0.055908203125 +-0.013549804688 +-0.170898437500 +-0.136718750000 +0.250000000000 +-0.054687500000 +-0.083496093750 +-0.060546875000 +-0.024902343750 +-0.071289062500 +0.035888671875 +-0.092285156250 +0.088378906250 +-0.028320312500 +-0.010498046875 +-0.281250000000 +-0.080078125000 +0.039062500000 +0.083496093750 +0.230468750000 +0.253906250000 +0.037353515625 +-0.031738281250 +-0.102539062500 +-0.121093750000 +-0.122070312500 +-0.012878417969 +-0.065429687500 +0.245117187500 +0.130859375000 +0.033203125000 +-0.036132812500 +-0.044921875000 +0.056884765625 +-0.539062500000 +0.011657714844 +-0.026123046875 +-0.008605957031 +-0.036132812500 +-0.292968750000 +0.135742187500 +0.072753906250 +-0.201171875000 +-0.033447265625 +0.121093750000 +0.108398437500 +0.214843750000 +0.224609375000 +0.169921875000 +0.022583007812 +0.042236328125 +-0.111816406250 +-0.089355468750 +-0.027099609375 +-0.020996093750 +-0.578125000000 +-0.063964843750 +0.119628906250 +0.030029296875 +0.318359375000 +-0.052490234375 +0.175781250000 +0.177734375000 +-0.059082031250 +0.074707031250 +-0.306640625000 +-0.132812500000 +-0.445312500000 +0.039306640625 +0.046142578125 +0.180664062500 +-0.140625000000 +0.117187500000 +0.087890625000 +-0.410156250000 +-0.197265625000 +0.182617187500 +-0.146484375000 +0.028564453125 +-0.296875000000 +-0.037109375000 +0.053955078125 +-0.020507812500 +-0.145507812500 +0.263671875000 +-0.056396484375 +0.063964843750 +0.011169433594 +0.098632812500 +0.012573242188 +-0.193359375000 +0.466796875000 +0.043701171875 +-0.109375000000 +-0.248046875000 +0.016723632812 +0.106445312500 +0.056396484375 +-0.026000976562 +0.012451171875 +-0.010375976562 +-0.234375000000 +-0.166015625000 +0.074218750000 +-0.279296875000 +-0.101074218750 +0.020385742188 +0.055419921875 +0.140625000000 +0.110839843750 +-0.094726562500 +0.251953125000 +0.097656250000 +0.062988281250 +0.038085937500 +0.166015625000 +0.039794921875 +-0.043457031250 +0.044189453125 +-0.273437500000 +-0.181640625000 +-0.019897460938 +-0.033935546875 +0.173828125000 +-0.126953125000 +0.054443359375 +0.291015625000 +0.154296875000 +0.091796875000 +-0.044921875000 +-0.054199218750 +-0.058105468750 +0.012512207031 +0.010620117188 +0.165039062500 +-0.109863281250 +0.008789062500 +-0.047363281250 +-0.498046875000 +-0.109863281250 +0.147460937500 +-0.111816406250 +-0.166992187500 +-0.247070312500 +-0.159179687500 +-0.112304687500 +-0.043212890625 +-0.018310546875 +0.343750000000 +-0.059082031250 +0.031982421875 +-0.126953125000 +0.095703125000 +-0.144531250000 +0.106445312500 +-0.005218505859 +-0.165039062500 +-0.069335937500 +-0.285156250000 +0.040283203125 +0.112304687500 +-0.028076171875 +-0.112792968750 +0.122558593750 +-0.083007812500 +-0.105468750000 +-0.267578125000 +-0.025878906250 +-0.312500000000 +0.027587890625 +-0.104492187500 +0.090820312500 +-0.024169921875 +0.100585937500 +0.029418945312 +0.007293701172 +0.028442382812 +0.197265625000 +0.044189453125 +-0.108398437500 +0.049560546875 +-0.048095703125 +-0.031738281250 +-0.219726562500 +-0.116699218750 +0.157226562500 +0.137695312500 +-0.023803710938 +-0.001548767090 +0.133789062500 +0.149414062500 +0.004852294922 +0.149414062500 +-0.146484375000 +-0.106445312500 +-0.126953125000 +-0.085449218750 +0.090820312500 +-0.015747070312 +0.035644531250 +-0.131835937500 +-0.044921875000 +-0.003723144531 +-0.150390625000 +0.126953125000 +-0.057373046875 +0.006652832031 +-0.146484375000 +-0.166015625000 +0.096191406250 +-0.036865234375 +-0.197265625000 +0.265625000000 +-0.132812500000 +0.008789062500 +0.028198242188 +0.046142578125 +-0.166992187500 +0.076660156250 +-0.138671875000 +-0.006195068359 +-0.136718750000 +-0.207031250000 +-0.083984375000 +0.067871093750 +-0.110351562500 +-0.015563964844 +-0.180664062500 +-0.125000000000 +-0.253906250000 +-0.347656250000 +0.014892578125 +-0.357421875000 +0.103515625000 +-0.373046875000 +-0.060302734375 +0.044677734375 +0.126953125000 +0.033691406250 +0.077636718750 +0.145507812500 +-0.092773437500 +0.030029296875 +0.110351562500 +-0.033203125000 +0.083496093750 +0.032226562500 +-0.097656250000 +0.050048828125 +-0.083984375000 +0.107421875000 +0.169921875000 +-0.100097656250 +-0.004364013672 +-0.006958007812 +-0.139648437500 +0.045410156250 +-0.191406250000 +-0.042724609375 +-0.059570312500 +-0.164062500000 +0.030517578125 +-0.058837890625 +0.142578125000 +0.045654296875 +0.081542968750 +-0.380859375000 +-0.120605468750 +0.047363281250 +-0.115234375000 +-0.012573242188 +-0.172851562500 +-0.246093750000 +0.116699218750 +-0.142578125000 +-0.091308593750 +0.074218750000 +-0.090332031250 +0.055175781250 +0.074218750000 +-0.095214843750 +0.012695312500 +-0.078125000000 +0.163085937500 +0.359375000000 +0.003219604492 +0.128906250000 +0.279296875000 +0.188476562500 +-0.122558593750 +-0.084472656250 +0.004150390625 +-0.052001953125 +-0.176757812500 +-0.130859375000 +0.019775390625 +-0.186523437500 +-0.119628906250 +-0.097167968750 +-0.023071289062 +0.259765625000 +0.029785156250 +0.189453125000 +-0.070800781250 +0.164062500000 +0.094238281250 +-0.015625000000 +-0.054687500000 +-0.069824218750 +-0.127929687500 +-0.067871093750 +-0.010131835938 +0.044921875000 +-0.112304687500 +0.203125000000 +0.007507324219 +-0.046630859375 +0.031127929688 +-0.065917968750 +-0.043212890625 +0.002853393555 +0.031738281250 +0.000107288361 +-0.135742187500 +0.090820312500 +0.022949218750 +0.018554687500 +-0.063476562500 +-0.012145996094 +0.279296875000 +-0.324218750000 +-0.178710937500 +-0.015747070312 +-0.004058837891 +-0.029663085938 +-0.039306640625 +-0.190429687500 +-0.134765625000 +0.131835937500 +-0.127929687500 +0.055664062500 +-0.118164062500 +0.110351562500 +-0.090820312500 +-0.093261718750 +0.235351562500 +-0.081542968750 +-0.061767578125 +-0.014221191406 +0.020141601562 +-0.030029296875 +0.049072265625 +0.118652343750 +0.141601562500 +-0.105957031250 +0.227539062500 +-0.006896972656 +-0.213867187500 +-0.145507812500 +0.026245117188 +-0.116699218750 +0.040039062500 +-0.007934570312 +0.104980468750 +-0.036865234375 +-0.071777343750 +0.080078125000 +-0.026245117188 +0.125000000000 +-0.178710937500 +-0.035400390625 +0.089843750000 +0.003265380859 +-0.016357421875 +0.026611328125 +-0.343750000000 +-0.038085937500 +-0.242187500000 +0.047119140625 +0.005249023438 +-0.203125000000 +0.097167968750 +-0.005249023438 +0.018188476562 +0.165039062500 +0.203125000000 +-0.020751953125 +-0.200195312500 +0.044677734375 +-0.018188476562 +-0.102050781250 +0.031127929688 +0.005981445312 +-0.001907348633 +-0.320312500000 +-0.085449218750 +0.015625000000 +-0.123535156250 +-0.001136779785 +-0.257812500000 +-0.010314941406 +0.022460937500 +0.160156250000 +-0.005218505859 +-0.018676757812 +-0.169921875000 +-0.255859375000 +0.010986328125 +-0.003356933594 +-0.068847656250 +0.006561279297 +-0.037597656250 +-0.185546875000 +-0.013305664062 +-0.082519531250 +-0.028930664062 +0.037353515625 +-0.136718750000 +0.100097656250 +0.208007812500 +-0.041503906250 +-0.257812500000 +-0.061035156250 +-0.029663085938 +-0.208007812500 +0.100097656250 +0.099121093750 +0.249023437500 +-0.232421875000 +-0.001998901367 +0.077636718750 +-0.314453125000 +0.180664062500 +0.026123046875 +-0.045410156250 +-0.112304687500 +-0.005279541016 +-0.032714843750 +0.015258789062 +-0.605468750000 +-0.070800781250 +-0.184570312500 +-0.065429687500 +0.011352539062 +-0.026000976562 +0.113769531250 +0.072753906250 +0.000354766846 +0.300781250000 +0.253906250000 +0.067382812500 +-0.112304687500 +0.010864257812 +0.062500000000 +0.042724609375 +0.169921875000 +-0.086425781250 +0.000169754028 +-0.194335937500 +-0.421875000000 +0.079589843750 +0.006164550781 +-0.032226562500 +-0.320312500000 +-0.056152343750 +0.138671875000 +0.090332031250 +0.088867187500 +0.067382812500 +-0.074218750000 +0.007232666016 +0.089843750000 +0.005096435547 +-0.279296875000 +-0.184570312500 +0.010620117188 +-0.136718750000 +-0.112792968750 +-0.103515625000 +0.079101562500 +0.102539062500 +0.160156250000 +-0.127929687500 +-0.182617187500 +-0.156250000000 +-0.253906250000 +-0.147460937500 +-0.029907226562 +-0.187500000000 +0.002075195312 +-0.148437500000 +0.226562500000 +-0.211914062500 +0.116210937500 +-0.005279541016 +-0.219726562500 +0.157226562500 +-0.126953125000 +-0.041503906250 +0.042724609375 +0.267578125000 +-0.259765625000 +-0.322265625000 +-0.062500000000 +0.036132812500 +0.063476562500 +0.168945312500 +0.137695312500 +0.238281250000 +0.074218750000 +-0.080566406250 +0.023193359375 +0.013732910156 +0.103027343750 +-0.013549804688 +0.009521484375 +-0.063476562500 +0.128906250000 +0.065917968750 +0.000724792480 +0.124511718750 +-0.024291992188 +0.234375000000 +-0.519531250000 +-0.355468750000 +-0.214843750000 +-0.105468750000 +-0.062500000000 +0.006439208984 +0.061523437500 +-0.039062500000 +-0.014038085938 +0.306640625000 +-0.005889892578 +-0.162109375000 +0.171875000000 +-0.116699218750 +0.024291992188 +-0.047363281250 +0.072265625000 +-0.171875000000 +0.114746093750 +-0.223632812500 +-0.188476562500 +-0.179687500000 +0.212890625000 +0.040039062500 +0.285156250000 +-0.259765625000 +0.261718750000 +0.076660156250 +0.110351562500 +-0.111816406250 +-0.089355468750 +0.121582031250 +-0.084472656250 +0.049804687500 +0.104980468750 +0.096679687500 +-0.053466796875 +0.098632812500 +-0.122070312500 +0.122558593750 +0.133789062500 +0.165039062500 +-0.231445312500 +-0.061523437500 +-0.011230468750 +0.066894531250 +-0.077636718750 +0.028686523438 +0.181640625000 +0.120605468750 +0.123535156250 +-0.000835418701 +0.037109375000 +-0.087890625000 +0.121582031250 +0.060791015625 +0.013793945312 +-0.104980468750 +0.202148437500 +0.039062500000 +-0.016967773438 +0.141601562500 +0.060791015625 +-0.146484375000 +-0.085937500000 +-0.341796875000 +-0.083007812500 +0.051269531250 +-0.126953125000 +-0.103515625000 +0.045898437500 +0.010375976562 +0.032714843750 +0.170898437500 +-0.086914062500 +-0.004516601562 +0.011840820312 +-0.098632812500 +-0.078125000000 +0.080566406250 +-0.097656250000 +-0.155273437500 +-0.082031250000 +-0.261718750000 +0.034912109375 +0.023559570312 +-0.197265625000 +0.127929687500 +0.306640625000 +-0.228515625000 +0.159179687500 +0.186523437500 +0.032226562500 +0.127929687500 +-0.150390625000 +0.096679687500 +-0.092773437500 +-0.003280639648 +0.122558593750 +0.021484375000 +-0.059082031250 +-0.058593750000 +-0.122070312500 +-0.113769531250 +0.092285156250 +0.113281250000 +-0.349609375000 +0.140625000000 +0.010070800781 +0.017578125000 +-0.135742187500 +-0.008422851562 +0.265625000000 +0.110839843750 +-0.013610839844 +-0.004608154297 +0.061035156250 +-0.039550781250 +0.027954101562 +0.048583984375 +0.018798828125 +-0.090332031250 +0.194335937500 +0.022216796875 +0.024658203125 +-0.067871093750 +0.218750000000 +0.059814453125 +-0.002304077148 +-0.474609375000 +-0.332031250000 +-0.143554687500 +0.125976562500 +-0.081054687500 +0.029541015625 +-0.035644531250 +0.095214843750 +0.090820312500 +-0.001419067383 +-0.058593750000 +-0.014404296875 +-0.018798828125 +-0.147460937500 +0.014770507812 +-0.090820312500 +-0.104003906250 +-0.037597656250 +-0.128906250000 +0.037353515625 +-0.006805419922 +-0.136718750000 +0.017333984375 +0.384765625000 +-0.337890625000 +0.124511718750 +0.083496093750 +0.191406250000 +0.009460449219 +-0.123046875000 +-0.098144531250 +-0.094726562500 +0.074218750000 +0.179687500000 +-0.061279296875 +0.078125000000 +0.071289062500 +-0.171875000000 +0.029785156250 +0.104492187500 +0.142578125000 +-0.085937500000 +0.045898437500 +-0.006164550781 +0.169921875000 +0.024414062500 +-0.062500000000 +0.249023437500 +0.058593750000 +0.016723632812 +0.017089843750 +-0.052490234375 +-0.157226562500 +0.061523437500 +-0.130859375000 +0.001060485840 +0.004791259766 +0.006134033203 +0.209960937500 +0.049560546875 +0.004974365234 +0.093261718750 +-0.073730468750 +-0.257812500000 +-0.244140625000 +-0.113769531250 +-0.216796875000 +-0.091796875000 +-0.217773437500 +-0.068359375000 +-0.138671875000 +0.033935546875 +0.083007812500 +-0.055175781250 +-0.104003906250 +0.039794921875 +0.107421875000 +0.020751953125 +0.029907226562 +-0.087890625000 +-0.312500000000 +0.049072265625 +-0.127929687500 +0.064941406250 +-0.127929687500 +0.102050781250 +-0.029418945312 +0.300781250000 +-0.200195312500 +0.010498046875 +0.083984375000 +-0.062500000000 +-0.099121093750 +-0.055175781250 +-0.204101562500 +0.013732910156 +0.079589843750 +-0.146484375000 +0.004180908203 +0.079101562500 +0.149414062500 +-0.164062500000 +-0.030639648438 +0.106933593750 +0.109375000000 +-0.173828125000 +-0.131835937500 +0.083984375000 +0.020141601562 +-0.077636718750 +-0.032714843750 +0.294921875000 +0.178710937500 +0.131835937500 +-0.032226562500 +0.149414062500 +-0.054199218750 +-0.024658203125 +-0.253906250000 +0.039062500000 +-0.053466796875 +0.047363281250 +0.186523437500 +0.083496093750 +0.045410156250 +0.149414062500 +-0.054443359375 +-0.146484375000 +-0.235351562500 +-0.056640625000 +0.051269531250 +0.043212890625 +-0.127929687500 +0.042968750000 +0.031494140625 +0.063476562500 +0.069335937500 +0.043212890625 +-0.008117675781 +0.071289062500 +-0.287109375000 +0.009826660156 +0.092285156250 +-0.174804687500 +-0.230468750000 +-0.038574218750 +-0.167968750000 +-0.174804687500 +-0.302734375000 +0.013366699219 +-0.000063419342 +0.224609375000 +-0.202148437500 +0.078613281250 +0.008483886719 +-0.068847656250 +0.025878906250 +-0.038818359375 +-0.135742187500 +-0.126953125000 +0.095214843750 +-0.088378906250 +-0.014587402344 +0.031250000000 +0.046386718750 +-0.082031250000 +0.025512695312 +-0.025268554688 +0.165039062500 +-0.030395507812 +-0.110839843750 +0.137695312500 +0.083496093750 +-0.139648437500 +-0.018188476562 +0.265625000000 +0.148437500000 +0.046630859375 +0.024536132812 +0.242187500000 +0.023315429688 +0.045166015625 +-0.263671875000 +-0.053222656250 +-0.019897460938 +0.051269531250 +0.157226562500 +0.010192871094 +0.021972656250 +0.055175781250 +0.101562500000 +-0.195312500000 +-0.207031250000 +0.124023437500 +-0.019042968750 +0.080566406250 +0.025512695312 +0.004180908203 +0.070312500000 +0.020019531250 +0.188476562500 +-0.020019531250 +-0.107421875000 +0.087402343750 +-0.166992187500 +0.055908203125 +-0.059814453125 +-0.229492187500 +-0.243164062500 +-0.110839843750 +-0.231445312500 +0.052978515625 +-0.227539062500 +0.161132812500 +-0.005310058594 +0.353515625000 +-0.229492187500 +0.131835937500 +0.107421875000 +-0.184570312500 +0.016845703125 +-0.000556945801 +-0.281250000000 +0.002212524414 +-0.023071289062 +0.024536132812 +-0.087402343750 +-0.071777343750 +0.116699218750 +-0.302734375000 +0.071289062500 +-0.082519531250 +0.273437500000 +-0.250000000000 +-0.124023437500 +0.106933593750 +0.006927490234 +-0.168945312500 +0.174804687500 +0.277343750000 +0.159179687500 +-0.005310058594 +0.087890625000 +0.074218750000 +-0.000785827637 +0.035400390625 +-0.149414062500 +0.020019531250 +0.151367187500 +0.005371093750 +0.045410156250 +-0.010620117188 +-0.026245117188 +-0.063964843750 +-0.162109375000 +-0.139648437500 +-0.045654296875 +0.107421875000 +-0.138671875000 +-0.229492187500 +0.112792968750 +-0.029907226562 +-0.000923156738 +-0.048828125000 +0.083007812500 +0.279296875000 +-0.318359375000 +0.054443359375 +-0.210937500000 +0.058593750000 +0.111328125000 +-0.075195312500 +-0.291015625000 +-0.117675781250 +-0.341796875000 +-0.220703125000 +-0.277343750000 +0.160156250000 +0.142578125000 +0.296875000000 +-0.345703125000 +0.235351562500 +0.220703125000 +0.162109375000 +-0.014404296875 +-0.102050781250 +-0.047363281250 +-0.109863281250 +-0.012878417969 +0.114746093750 +-0.053222656250 +0.074707031250 +-0.184570312500 +0.004302978516 +0.037353515625 +-0.228515625000 +0.095703125000 +0.009887695312 +-0.098632812500 +0.061767578125 +-0.191406250000 +-0.063476562500 +0.035400390625 +0.042724609375 +0.076171875000 +-0.137695312500 +0.014587402344 +-0.392578125000 +-0.026489257812 +-0.269531250000 +0.057373046875 +-0.289062500000 +0.054687500000 +0.130859375000 +-0.193359375000 +0.039306640625 +-0.187500000000 +-0.055419921875 +-0.051513671875 +-0.215820312500 +0.178710937500 +-0.018066406250 +0.322265625000 +0.061035156250 +0.127929687500 +-0.043457031250 +-0.082031250000 +-0.247070312500 +-0.213867187500 +-0.064453125000 +-0.088867187500 +-0.160156250000 +0.170898437500 +-0.059082031250 +0.049316406250 +-0.071777343750 +0.084472656250 +0.269531250000 +0.067871093750 +0.020019531250 +0.013916015625 +0.045410156250 +0.021850585938 +0.049560546875 +-0.095214843750 +0.030029296875 +-0.184570312500 +-0.153320312500 +0.052001953125 +-0.153320312500 +0.166015625000 +-0.189453125000 +-0.174804687500 +0.129882812500 +-0.152343750000 +0.073242187500 +0.017089843750 +0.052246093750 +0.096679687500 +-0.154296875000 +-0.308593750000 +0.206054687500 +-0.002731323242 +-0.051025390625 +-0.218750000000 +-0.188476562500 +0.153320312500 +0.037109375000 +0.088867187500 +-0.085937500000 +0.080078125000 +-0.292968750000 +0.202148437500 +-0.482421875000 +0.078125000000 +-0.257812500000 +-0.039062500000 +-0.029785156250 +0.173828125000 +0.054687500000 +-0.159179687500 +0.026855468750 +0.029174804688 +-0.045166015625 +0.125000000000 +-0.009277343750 +0.275390625000 +0.051269531250 +-0.044921875000 +0.133789062500 +0.004821777344 +-0.229492187500 +-0.216796875000 +-0.186523437500 +-0.040283203125 +-0.010009765625 +0.099121093750 +-0.020996093750 +-0.104003906250 +-0.065429687500 +0.092773437500 +0.121093750000 +0.030273437500 +-0.114746093750 +-0.064941406250 +0.046875000000 +0.008972167969 +0.045898437500 +-0.025268554688 +0.112792968750 +-0.187500000000 +0.030761718750 +0.035644531250 +-0.100097656250 +0.023437500000 +-0.177734375000 +0.014465332031 +-0.059814453125 +0.010253906250 +0.011474609375 +-0.045166015625 +-0.044677734375 +0.000522613525 +-0.207031250000 +-0.337890625000 +-0.003997802734 +0.049072265625 +-0.023803710938 +-0.240234375000 +0.015747070312 +-0.093261718750 +0.163085937500 +-0.007934570312 +-0.044189453125 +0.142578125000 +-0.143554687500 +0.088378906250 +-0.376953125000 +-0.187500000000 +-0.101074218750 +0.003128051758 +-0.193359375000 +-0.001350402832 +-0.102539062500 +-0.170898437500 +0.070800781250 +-0.005157470703 +0.075195312500 +0.083007812500 +0.095703125000 +0.300781250000 +0.046875000000 +-0.007568359375 +0.071289062500 +-0.160156250000 +-0.163085937500 +-0.168945312500 +0.163085937500 +0.098144531250 +0.153320312500 +0.052490234375 +0.018310546875 +-0.306640625000 +0.016357421875 +0.008972167969 +0.033447265625 +0.017456054688 +-0.051269531250 +0.026000976562 +-0.067871093750 +0.088378906250 +-0.027343750000 +-0.033935546875 +0.009460449219 +0.007934570312 +0.064453125000 +0.005523681641 +-0.211914062500 +0.002365112305 +-0.172851562500 +0.115722656250 +0.051513671875 +-0.002838134766 +0.029663085938 +0.172851562500 +0.027099609375 +0.098632812500 +-0.052734375000 +-0.241210937500 +0.029541015625 +-0.084960937500 +0.008728027344 +0.077148437500 +-0.179687500000 +0.182617187500 +0.180664062500 +0.118652343750 +-0.154296875000 +0.269531250000 +-0.019653320312 +0.014526367188 +0.127929687500 +0.061767578125 +-0.257812500000 +0.022338867188 +-0.137695312500 +0.222656250000 +0.112792968750 +0.049560546875 +-0.001075744629 +0.055664062500 +0.007568359375 +-0.015319824219 +-0.283203125000 +0.209960937500 +-0.018310546875 +0.088378906250 +0.102539062500 +-0.115234375000 +-0.255859375000 +-0.179687500000 +0.135742187500 +0.053466796875 +0.128906250000 +0.039550781250 +0.018798828125 +-0.125000000000 +0.052490234375 +0.151367187500 +-0.020629882812 +0.001930236816 +-0.125000000000 +-0.028930664062 +-0.032958984375 +0.074218750000 +0.001502990723 +-0.168945312500 +0.022094726562 +0.089355468750 +0.090820312500 +0.026489257812 +0.217773437500 +-0.022949218750 +-0.176757812500 +-0.067871093750 +-0.029541015625 +-0.022583007812 +-0.026489257812 +0.068359375000 +-0.057373046875 +-0.003326416016 +-0.105468750000 +-0.400390625000 +0.177734375000 +-0.160156250000 +-0.033935546875 +0.202148437500 +-0.232421875000 +0.003326416016 +-0.001258850098 +0.040771484375 +-0.378906250000 +0.164062500000 +0.061767578125 +-0.148437500000 +-0.251953125000 +0.104980468750 +-0.128906250000 +-0.129882812500 +-0.131835937500 +-0.113769531250 +0.015869140625 +-0.076171875000 +0.011108398438 +0.137695312500 +0.015747070312 +0.128906250000 +-0.014160156250 +0.107910156250 +0.129882812500 +0.166992187500 +0.177734375000 +-0.037841796875 +-0.165039062500 +-0.188476562500 +0.117187500000 +-0.151367187500 +0.049316406250 +0.125000000000 +-0.113281250000 +-0.261718750000 +-0.092773437500 +0.096191406250 +-0.018432617188 +-0.036132812500 +-0.066894531250 +0.015563964844 +-0.045654296875 +-0.093261718750 +-0.120605468750 +0.100097656250 +-0.099609375000 +0.065429687500 +-0.132812500000 +0.077636718750 +-0.001716613770 +0.050537109375 +-0.269531250000 +-0.158203125000 +-0.129882812500 +-0.004333496094 +-0.117187500000 +-0.044677734375 +0.052490234375 +0.069824218750 +-0.208007812500 +-0.449218750000 +0.047119140625 +-0.028808593750 +-0.013183593750 +0.187500000000 +-0.089355468750 +-0.251953125000 +-0.127929687500 +0.120605468750 +-0.195312500000 +0.113769531250 +-0.029663085938 +-0.044189453125 +-0.394531250000 +-0.035400390625 +-0.074707031250 +-0.042968750000 +-0.098632812500 +-0.052246093750 +0.045166015625 +-0.033691406250 +-0.017456054688 +0.026123046875 +0.111816406250 +0.132812500000 +-0.050781250000 +0.255859375000 +0.091796875000 +0.171875000000 +0.032470703125 +0.070312500000 +-0.071777343750 +-0.235351562500 +0.146484375000 +0.118164062500 +-0.084960937500 +-0.018798828125 +-0.079589843750 +-0.224609375000 +-0.091796875000 +0.104980468750 +0.074707031250 +-0.119628906250 +0.109375000000 +-0.018188476562 +0.014404296875 +0.016601562500 +-0.166992187500 +-0.133789062500 +-0.154296875000 +0.033935546875 +-0.195312500000 +0.045410156250 +-0.052490234375 +0.127929687500 +-0.219726562500 +-0.111328125000 +-0.093750000000 +0.074707031250 +-0.023925781250 +-0.181640625000 +0.082519531250 +0.128906250000 +-0.148437500000 +0.093750000000 +-0.111816406250 +-0.150390625000 +-0.029296875000 +0.002975463867 +-0.143554687500 +0.044921875000 +0.079101562500 +0.219726562500 +-0.255859375000 +0.058105468750 +0.082519531250 +0.097167968750 +-0.613281250000 +0.170898437500 +-0.083007812500 +0.025146484375 +-0.066894531250 +-0.021118164062 +-0.092773437500 +-0.026855468750 +-0.090820312500 +-0.054199218750 +0.036132812500 +0.020019531250 +-0.320312500000 +0.398437500000 +0.107910156250 +0.169921875000 +0.042480468750 +-0.053466796875 +-0.170898437500 +-0.040527343750 +0.214843750000 +-0.081542968750 +-0.359375000000 +-0.149414062500 +-0.096679687500 +-0.339843750000 +0.059814453125 +0.030761718750 +0.018188476562 +-0.020751953125 +0.000209808350 +-0.019775390625 +-0.209960937500 +-0.063964843750 +-0.129882812500 +0.063964843750 +-0.062500000000 +-0.237304687500 +-0.169921875000 +0.185546875000 +0.034179687500 +0.077636718750 +-0.281250000000 +0.019531250000 +0.075195312500 +-0.006072998047 +-0.040527343750 +-0.128906250000 +-0.071289062500 +0.064941406250 +0.065429687500 +-0.036865234375 +-0.139648437500 +0.064453125000 +-0.136718750000 +-0.052978515625 +-0.147460937500 +0.008544921875 +-0.138671875000 +0.011596679688 +0.059814453125 +0.221679687500 +-0.049316406250 +-0.007446289062 +-0.007446289062 +0.043701171875 +-0.012878417969 +-0.056152343750 +-0.073730468750 +-0.092773437500 +-0.156250000000 +0.065429687500 +0.000705718994 +0.086425781250 +0.134765625000 +0.185546875000 +0.100585937500 +0.093261718750 +0.015319824219 +-0.128906250000 +-0.125976562500 +-0.018188476562 +-0.060546875000 +-0.017211914062 +-0.098144531250 +-0.363281250000 +-0.001098632812 +0.011230468750 +0.085449218750 +0.095214843750 +-0.011535644531 +-0.003738403320 +-0.131835937500 +-0.112304687500 +0.144531250000 +0.038085937500 +-0.036865234375 +-0.326171875000 +0.072753906250 +0.125976562500 +-0.067382812500 +-0.170898437500 +0.075683593750 +-0.059814453125 +-0.058593750000 +-0.077148437500 +-0.221679687500 +-0.051757812500 +-0.047363281250 +-0.062988281250 +-0.000135421753 +-0.149414062500 +-0.046630859375 +0.009826660156 +0.051757812500 +-0.071289062500 +0.130859375000 +0.024780273438 +-0.267578125000 +0.007354736328 +-0.089355468750 +0.030151367188 +-0.138671875000 +-0.080078125000 +0.009216308594 +0.265625000000 +0.034667968750 +-0.042724609375 +-0.117187500000 +0.055175781250 +0.044921875000 +0.014160156250 +-0.001899719238 +-0.011657714844 +-0.079589843750 +-0.041503906250 +0.126953125000 +0.269531250000 +0.186523437500 +0.022827148438 +0.031127929688 +0.011169433594 +0.081542968750 +0.103027343750 +0.118652343750 +-0.119140625000 +-0.153320312500 +-0.124511718750 +-0.080078125000 +0.018432617188 +0.008544921875 +0.033935546875 +0.007812500000 +-0.064941406250 +-0.125976562500 +0.010375976562 +-0.004852294922 +-0.267578125000 +0.031738281250 +-0.057861328125 +0.117675781250 +0.074218750000 +0.015502929688 +-0.119628906250 +0.061035156250 +-0.175781250000 +-0.098144531250 +0.094726562500 +-0.046142578125 +-0.082519531250 +-0.086914062500 +-0.296875000000 +-0.042236328125 +-0.026245117188 +-0.102050781250 +-0.296875000000 +-0.166015625000 +-0.225585937500 +-0.023315429688 +-0.038085937500 +0.077148437500 +-0.001983642578 +-0.351562500000 +-0.115234375000 +-0.086914062500 +0.016235351562 +-0.085449218750 +-0.045654296875 +-0.019042968750 +0.047363281250 +0.058349609375 +-0.117675781250 +-0.212890625000 +-0.039794921875 +0.156250000000 +-0.200195312500 +0.027099609375 +-0.034667968750 +-0.038085937500 +0.028198242188 +0.100585937500 +0.059326171875 +0.192382812500 +0.210937500000 +0.107910156250 +-0.132812500000 +0.064941406250 +-0.151367187500 +-0.053222656250 +-0.107910156250 +-0.108886718750 +-0.007659912109 +-0.237304687500 +0.092773437500 +-0.218750000000 +0.126953125000 +-0.012145996094 +-0.020263671875 +-0.009216308594 +-0.083496093750 +0.069824218750 +-0.240234375000 +0.003997802734 +-0.144531250000 +-0.058593750000 +0.131835937500 +0.010192871094 +-0.096191406250 +-0.016235351562 +0.011291503906 +-0.087402343750 +0.050048828125 +-0.038085937500 +0.029785156250 +-0.206054687500 +-0.214843750000 +0.034179687500 +0.052734375000 +0.028686523438 +0.227539062500 +-0.110839843750 +-0.261718750000 +0.024169921875 +-0.039062500000 +0.188476562500 +0.023437500000 +-0.151367187500 +-0.040527343750 +-0.166992187500 +0.277343750000 +-0.194335937500 +-0.028930664062 +-0.056152343750 +0.435546875000 +0.043945312500 +0.080566406250 +-0.246093750000 +-0.029418945312 +0.020751953125 +0.014404296875 +-0.026489257812 +0.032714843750 +-0.124023437500 +0.211914062500 +0.072265625000 +-0.074707031250 +0.220703125000 +0.175781250000 +-0.047363281250 +0.146484375000 +0.009033203125 +0.008239746094 +0.091308593750 +0.062500000000 +-0.157226562500 +0.123535156250 +0.115234375000 +-0.085449218750 +-0.223632812500 +0.020263671875 +-0.218750000000 +-0.053466796875 +-0.052978515625 +-0.087890625000 +0.107421875000 +-0.277343750000 +0.138671875000 +-0.015319824219 +0.031250000000 +-0.027465820312 +0.205078125000 +-0.039062500000 +0.159179687500 +-0.072753906250 +-0.114746093750 +-0.041015625000 +0.026489257812 +0.005401611328 +-0.205078125000 +-0.135742187500 +0.191406250000 +0.188476562500 +-0.001274108887 +0.019531250000 +-0.173828125000 +-0.216796875000 +0.030883789062 +-0.082031250000 +-0.141601562500 +-0.203125000000 +-0.049560546875 +-0.111328125000 +-0.053710937500 +-0.075195312500 +-0.141601562500 +0.086914062500 +-0.112792968750 +0.585937500000 +-0.023925781250 +0.019531250000 +-0.169921875000 +-0.056884765625 +0.048339843750 +-0.149414062500 +-0.124023437500 +-0.027587890625 +-0.042480468750 +0.277343750000 +-0.013977050781 +-0.004455566406 +0.296875000000 +0.133789062500 +-0.104492187500 +0.036865234375 +-0.161132812500 +-0.063476562500 +0.218750000000 +0.064941406250 +-0.064941406250 +-0.024047851562 +-0.086425781250 +-0.273437500000 +0.019165039062 +0.125976562500 +0.043945312500 +-0.003402709961 +-0.060546875000 +-0.043457031250 +0.168945312500 +-0.474609375000 +0.022705078125 +0.017944335938 +-0.034423828125 +-0.173828125000 +0.119628906250 +0.108886718750 +-0.045166015625 +-0.193359375000 +-0.046142578125 +-0.012268066406 +-0.070800781250 +-0.165039062500 +-0.174804687500 +-0.088378906250 +-0.086914062500 +0.109375000000 +0.003128051758 +0.084960937500 +-0.097167968750 +-0.179687500000 +0.058837890625 +-0.143554687500 +0.182617187500 +-0.083984375000 +-0.191406250000 +-0.041992187500 +-0.086425781250 +0.054443359375 +-0.137695312500 +0.085937500000 +-0.190429687500 +0.589843750000 +-0.008789062500 +-0.005035400391 +-0.259765625000 +0.095214843750 +-0.169921875000 +-0.150390625000 +-0.102050781250 +-0.120117187500 +0.157226562500 +0.119628906250 +-0.134765625000 +-0.065429687500 +0.398437500000 +0.249023437500 +-0.083984375000 +0.209960937500 +0.074707031250 +-0.060546875000 +0.113769531250 +-0.064941406250 +-0.123535156250 +-0.160156250000 +0.083984375000 +-0.125000000000 +0.161132812500 +-0.091308593750 +-0.215820312500 +0.005126953125 +-0.085449218750 +-0.024780273438 +0.060791015625 +-0.431640625000 +-0.022094726562 +0.057617187500 +0.000553131104 +-0.088867187500 +0.077148437500 +0.037841796875 +0.031982421875 +-0.227539062500 +0.102539062500 +0.043457031250 +0.051513671875 +-0.034912109375 +-0.174804687500 +-0.202148437500 +-0.011840820312 +-0.017578125000 +-0.019165039062 +-0.008422851562 +-0.129882812500 +-0.255859375000 +0.165039062500 +-0.180664062500 +0.100585937500 +-0.243164062500 +-0.081054687500 +-0.060058593750 +-0.075683593750 +-0.079589843750 +-0.168945312500 +0.085937500000 +-0.244140625000 +0.200195312500 +0.024291992188 +-0.120605468750 +-0.261718750000 +0.029174804688 +-0.277343750000 +0.122070312500 +-0.002975463867 +-0.097656250000 +0.055664062500 +-0.091308593750 +-0.002532958984 +0.227539062500 +0.234375000000 +0.202148437500 +-0.078125000000 +0.245117187500 +-0.066406250000 +-0.298828125000 +0.104003906250 +0.008605957031 +-0.023681640625 +-0.160156250000 +0.026123046875 +-0.158203125000 +0.019409179688 +-0.116210937500 +-0.018066406250 +-0.143554687500 +-0.063964843750 +-0.086914062500 +0.020507812500 +-0.232421875000 +-0.109375000000 +-0.087402343750 +0.208007812500 +0.079101562500 +-0.024047851562 +0.054199218750 +0.124511718750 +-0.294921875000 +0.091796875000 +0.051513671875 +0.039794921875 +-0.087890625000 +-0.044433593750 +-0.172851562500 +-0.122070312500 +-0.059082031250 +-0.183593750000 +0.180664062500 +-0.008728027344 +0.124511718750 +0.074707031250 +0.135742187500 +0.105957031250 +-0.124023437500 +-0.127929687500 +-0.052246093750 +0.199218750000 +0.026367187500 +0.345703125000 +-0.410156250000 +-0.083984375000 +-0.046630859375 +0.104492187500 +0.144531250000 +0.023437500000 +-0.084472656250 +0.108886718750 +0.172851562500 +0.215820312500 +0.042480468750 +-0.239257812500 +0.205078125000 +0.044189453125 +-0.092285156250 +0.118652343750 +-0.380859375000 +0.054199218750 +0.000747680664 +0.125976562500 +-0.025390625000 +0.171875000000 +-0.033935546875 +-0.259765625000 +-0.121582031250 +-0.072265625000 +-0.009033203125 +0.088867187500 +0.116699218750 +0.202148437500 +0.007141113281 +0.176757812500 +-0.058593750000 +-0.011901855469 +-0.261718750000 +-0.192382812500 +-0.046142578125 +0.011352539062 +-0.046142578125 +0.089355468750 +-0.081542968750 +-0.178710937500 +0.020996093750 +0.000228881836 +-0.104980468750 +-0.088867187500 +-0.120117187500 +-0.005340576172 +-0.021240234375 +-0.609375000000 +0.277343750000 +-0.124023437500 +0.273437500000 +0.026611328125 +0.067382812500 +0.183593750000 +0.125976562500 +0.132812500000 +0.042480468750 +-0.180664062500 +0.168945312500 +0.003753662109 +0.028320312500 +0.226562500000 +-0.294921875000 +-0.094238281250 +0.183593750000 +0.082031250000 +-0.207031250000 +0.081054687500 +0.217773437500 +0.079101562500 +0.119140625000 +-0.002670288086 +0.138671875000 +-0.169921875000 +-0.110351562500 +0.153320312500 +-0.088378906250 +0.292968750000 +-0.302734375000 +-0.091796875000 +0.180664062500 +0.037353515625 +0.028686523438 +0.052978515625 +-0.097167968750 +0.048095703125 +-0.416015625000 +0.000446319580 +-0.081054687500 +-0.003372192383 +0.237304687500 +-0.208984375000 +-0.084472656250 +0.180664062500 +-0.112792968750 +-0.079589843750 +-0.259765625000 +-0.181640625000 +0.035156250000 +0.001266479492 +0.096679687500 +-0.000724792480 +-0.076171875000 +-0.204101562500 +0.156250000000 +0.015625000000 +0.032470703125 +0.015502929688 +-0.070312500000 +-0.099121093750 +0.040039062500 +-0.566406250000 +0.048828125000 +0.043945312500 +0.084472656250 +0.027587890625 +-0.052001953125 +0.115722656250 +0.128906250000 +-0.175781250000 +0.085449218750 +-0.113281250000 +0.003906250000 +-0.141601562500 +0.046875000000 +0.166015625000 +-0.152343750000 +-0.116699218750 +0.193359375000 +-0.036132812500 +-0.007019042969 +0.109863281250 +0.092773437500 +0.190429687500 +0.203125000000 +0.022583007812 +0.183593750000 +-0.159179687500 +-0.419921875000 +0.058105468750 +0.197265625000 +0.244140625000 +-0.267578125000 +-0.038085937500 +0.030883789062 +-0.015136718750 +-0.095703125000 +-0.168945312500 +-0.292968750000 +0.147460937500 +-0.312500000000 +0.064453125000 +0.005950927734 +-0.024536132812 +0.009826660156 +-0.096679687500 +0.195312500000 +0.169921875000 +-0.333984375000 +-0.070800781250 +-0.019287109375 +0.204101562500 +0.100097656250 +-0.015869140625 +0.078613281250 +0.049316406250 +-0.009521484375 +-0.165039062500 +0.040039062500 +0.059082031250 +-0.198242187500 +0.032226562500 +-0.150390625000 +0.055664062500 +-0.042236328125 +-0.143554687500 +0.057617187500 +0.004760742188 +0.227539062500 +-0.229492187500 +0.054443359375 +0.180664062500 +0.022827148438 +-0.110839843750 +0.067871093750 +0.090332031250 +-0.049316406250 +0.006378173828 +-0.034667968750 +0.096191406250 +-0.316406250000 +-0.322265625000 +0.037841796875 +-0.075683593750 +0.082031250000 +0.088378906250 +0.045166015625 +0.285156250000 +0.029052734375 +0.176757812500 +0.166992187500 +-0.057617187500 +-0.109863281250 +0.049072265625 +0.203125000000 +0.235351562500 +-0.171875000000 +0.061523437500 +0.090820312500 +-0.048095703125 +0.125976562500 +0.224609375000 +0.068847656250 +-0.386718750000 +-0.069335937500 +0.173828125000 +-0.000210762024 +0.054687500000 +-0.185546875000 +0.133789062500 +-0.010986328125 +0.005462646484 +-0.073730468750 +0.068359375000 +-0.162109375000 +-0.312500000000 +0.062500000000 +-0.059570312500 +0.041259765625 +-0.006469726562 +0.060546875000 +-0.196289062500 +0.116210937500 +-0.010009765625 +-0.156250000000 +-0.037109375000 +0.163085937500 +0.022827148438 +-0.007324218750 +0.152343750000 +0.289062500000 +-0.115234375000 +0.163085937500 +-0.031982421875 +-0.126953125000 +0.128906250000 +0.042480468750 +-0.164062500000 +0.131835937500 +0.033447265625 +-0.132812500000 +0.171875000000 +-0.068847656250 +0.115722656250 +-0.267578125000 +-0.238281250000 +0.012939453125 +-0.060302734375 +0.231445312500 +-0.073730468750 +-0.116699218750 +0.189453125000 +0.150390625000 +0.101562500000 +0.091796875000 +-0.030151367188 +-0.118164062500 +0.215820312500 +0.026245117188 +0.215820312500 +-0.101562500000 +0.069824218750 +0.014709472656 +-0.132812500000 +0.059326171875 +0.091796875000 +0.069824218750 +-0.078125000000 +-0.263671875000 +0.285156250000 +-0.074707031250 +0.164062500000 +-0.156250000000 +0.039062500000 +-0.004913330078 +0.179687500000 +-0.308593750000 +-0.027465820312 +-0.158203125000 +-0.204101562500 +0.021850585938 +-0.013916015625 +0.013244628906 +-0.104492187500 +0.074218750000 +-0.225585937500 +-0.203125000000 +-0.043457031250 +-0.052001953125 +-0.042480468750 +0.149414062500 +-0.096191406250 +-0.025268554688 +0.108398437500 +0.291015625000 +-0.043945312500 +0.136718750000 +0.113281250000 +0.001617431641 +0.216796875000 +0.246093750000 +-0.106933593750 +-0.032714843750 +-0.093750000000 +-0.171875000000 +-0.002700805664 +0.063476562500 +0.128906250000 +-0.255859375000 +-0.104492187500 +0.038574218750 +-0.000289916992 +0.292968750000 +-0.186523437500 +-0.203125000000 +0.242187500000 +0.122070312500 +-0.108398437500 +0.153320312500 +-0.023925781250 +0.019897460938 +0.005828857422 +0.072753906250 +0.164062500000 +-0.229492187500 +-0.015747070312 +0.036865234375 +-0.250000000000 +0.116699218750 +-0.040039062500 +-0.052246093750 +-0.166992187500 +-0.269531250000 +0.156250000000 +-0.155273437500 +-0.015380859375 +0.117675781250 +0.186523437500 +0.192382812500 +0.133789062500 +-0.333984375000 +0.053710937500 +0.068359375000 +-0.002517700195 +-0.128906250000 +0.062500000000 +0.011657714844 +-0.133789062500 +0.045166015625 +-0.124023437500 +0.057373046875 +-0.062255859375 +-0.157226562500 +0.064941406250 +-0.084472656250 +-0.032226562500 +0.029541015625 +0.117187500000 +0.201171875000 +-0.125976562500 +0.062988281250 +0.112304687500 +-0.057617187500 +0.196289062500 +0.094238281250 +-0.010375976562 +-0.092773437500 +-0.263671875000 +-0.166015625000 +0.027343750000 +0.042480468750 +0.096679687500 +-0.308593750000 +0.106445312500 +0.029052734375 +0.021606445312 +0.196289062500 +-0.003051757812 +-0.042724609375 +0.195312500000 +0.010925292969 +-0.059082031250 +0.090820312500 +-0.032714843750 +-0.222656250000 +0.050292968750 +0.052734375000 +0.098144531250 +-0.312500000000 +0.054199218750 +0.019409179688 +-0.070800781250 +0.057128906250 +0.010742187500 +-0.163085937500 +0.062011718750 +-0.187500000000 +0.382812500000 +-0.143554687500 +-0.187500000000 +-0.106445312500 +0.108398437500 +0.320312500000 +0.191406250000 +-0.040527343750 +0.140625000000 +0.151367187500 +-0.167968750000 +0.076660156250 +-0.019897460938 +-0.101074218750 +-0.184570312500 +-0.075195312500 +-0.026367187500 +-0.028564453125 +0.044677734375 +-0.291015625000 +-0.086425781250 +0.107421875000 +-0.083984375000 +0.046142578125 +0.125976562500 +0.193359375000 +-0.037841796875 +0.018066406250 +-0.039794921875 +-0.125976562500 +-0.166015625000 +0.070800781250 +0.021484375000 +-0.161132812500 +-0.118164062500 +-0.037597656250 +-0.029907226562 +-0.118164062500 +-0.054199218750 +-0.004760742188 +0.318359375000 +-0.108398437500 +-0.028686523438 +0.009704589844 +-0.152343750000 +0.173828125000 +0.226562500000 +0.231445312500 +-0.152343750000 +-0.102050781250 +-0.199218750000 +0.060058593750 +0.163085937500 +-0.104003906250 +-0.107910156250 +0.194335937500 +-0.220703125000 +-0.117187500000 +0.080078125000 +-0.221679687500 +0.077636718750 +0.094238281250 +-0.181640625000 +-0.096679687500 +-0.112792968750 +-0.067871093750 +0.055908203125 +0.008056640625 +-0.247070312500 +-0.253906250000 +-0.097656250000 +-0.149414062500 +-0.070800781250 +-0.519531250000 +0.063964843750 +0.013977050781 +0.125976562500 +0.086425781250 +-0.000000035623 +0.118652343750 +-0.341796875000 +-0.007415771484 +-0.072753906250 +-0.002426147461 +0.078125000000 +-0.011413574219 +-0.048583984375 +-0.134765625000 +-0.076660156250 +0.076171875000 +-0.195312500000 +-0.202148437500 +0.083984375000 +-0.133789062500 +-0.100585937500 +-0.049804687500 +-0.037841796875 +-0.106445312500 +-0.055175781250 +-0.001388549805 +-0.018920898438 +-0.063476562500 +-0.026245117188 +0.110839843750 +0.238281250000 +-0.058349609375 +-0.082031250000 +-0.142578125000 +-0.044921875000 +0.084472656250 +0.124511718750 +0.152343750000 +-0.124023437500 +0.010803222656 +-0.242187500000 +0.104492187500 +0.062500000000 +0.019775390625 +-0.147460937500 +0.104492187500 +-0.113769531250 +-0.100097656250 +0.086425781250 +0.166015625000 +0.042724609375 +0.054443359375 +-0.080078125000 +-0.167968750000 +-0.129882812500 +0.024047851562 +0.002151489258 +-0.208984375000 +-0.117187500000 +0.031738281250 +-0.125000000000 +-0.214843750000 +-0.189453125000 +-0.324218750000 +0.027709960938 +0.035400390625 +0.027343750000 +0.052490234375 +0.114746093750 +0.046142578125 +-0.023437500000 +-0.148437500000 +-0.036865234375 +0.102539062500 +0.053955078125 +0.014343261719 +-0.001731872559 +-0.121093750000 +-0.163085937500 +0.166992187500 +-0.249023437500 +-0.165039062500 +0.054443359375 +-0.183593750000 +-0.089843750000 +0.109863281250 +-0.083496093750 +-0.188476562500 +-0.033935546875 +-0.038574218750 +-0.062988281250 +-0.053710937500 +-0.079589843750 +0.015869140625 +0.081542968750 +-0.013244628906 +-0.105957031250 +-0.120605468750 +-0.156250000000 +0.112304687500 +0.242187500000 +0.159179687500 +-0.166015625000 +-0.232421875000 +0.001335144043 +-0.053710937500 +0.062500000000 +0.005340576172 +0.068359375000 +0.120117187500 +-0.176757812500 +-0.067871093750 +0.004211425781 +-0.017578125000 +0.064453125000 +0.092285156250 +-0.051513671875 +-0.107421875000 +-0.113769531250 +0.051513671875 +-0.029174804688 +-0.310546875000 +-0.164062500000 +-0.175781250000 +-0.083496093750 +-0.044189453125 +-0.289062500000 +-0.261718750000 +-0.093261718750 +-0.037353515625 +-0.152343750000 +-0.080566406250 +0.005340576172 +-0.045410156250 +0.057861328125 +-0.135742187500 +-0.089843750000 +-0.077636718750 +-0.006286621094 +-0.098144531250 +0.025756835938 +-0.111816406250 +-0.063964843750 +0.040527343750 +-0.116699218750 +-0.143554687500 +-0.082031250000 +-0.093261718750 +-0.036865234375 +0.119628906250 +0.242187500000 +0.000063419342 +-0.194335937500 +-0.068847656250 +-0.005737304688 +-0.174804687500 +-0.101562500000 +0.024169921875 +-0.104003906250 +-0.212890625000 +-0.099121093750 +-0.049560546875 +-0.119628906250 +0.178710937500 +0.235351562500 +0.008605957031 +-0.008056640625 +0.204101562500 +-0.140625000000 +-0.089843750000 +0.167968750000 +-0.044677734375 +0.076660156250 +-0.041503906250 +-0.027587890625 +-0.255859375000 +-0.051269531250 +0.101074218750 +0.093750000000 +0.146484375000 +-0.101074218750 +-0.022949218750 +0.136718750000 +-0.022460937500 +-0.158203125000 +-0.083496093750 +-0.187500000000 +-0.119140625000 +-0.050292968750 +-0.167968750000 +0.030761718750 +-0.241210937500 +-0.043945312500 +0.186523437500 +-0.000553131104 +0.062255859375 +0.049804687500 +0.132812500000 +0.168945312500 +0.139648437500 +-0.115234375000 +-0.351562500000 +-0.010253906250 +0.138671875000 +-0.096679687500 +0.018188476562 +-0.049316406250 +0.098632812500 +-0.054931640625 +-0.098144531250 +-0.238281250000 +-0.014831542969 +-0.050781250000 +0.001747131348 +0.034912109375 +-0.031738281250 +-0.100097656250 +-0.146484375000 +0.021484375000 +0.038330078125 +-0.084472656250 +-0.020385742188 +-0.067871093750 +-0.316406250000 +0.084960937500 +-0.018066406250 +-0.060058593750 +0.056884765625 +0.246093750000 +0.118164062500 +-0.112304687500 +0.429687500000 +-0.080078125000 +-0.229492187500 +0.138671875000 +-0.046386718750 +0.024902343750 +0.018310546875 +-0.038330078125 +-0.213867187500 +-0.010986328125 +-0.061035156250 +0.099121093750 +-0.126953125000 +-0.184570312500 +-0.038085937500 +-0.171875000000 +0.012512207031 +-0.208984375000 +-0.100585937500 +-0.287109375000 +-0.008666992188 +-0.023071289062 +-0.194335937500 +-0.110351562500 +-0.222656250000 +-0.036132812500 +0.292968750000 +-0.017456054688 +0.112792968750 +0.116210937500 +0.052978515625 +-0.018676757812 +-0.261718750000 +0.069335937500 +-0.223632812500 +-0.076660156250 +0.003463745117 +-0.198242187500 +-0.027832031250 +0.098144531250 +-0.020629882812 +-0.085449218750 +-0.027709960938 +-0.178710937500 +-0.061035156250 +-0.080078125000 +0.027221679688 +0.039550781250 +-0.077148437500 +-0.194335937500 +-0.076660156250 +-0.022094726562 +-0.066406250000 +-0.085449218750 +0.130859375000 +-0.101074218750 +-0.160156250000 +0.080566406250 +0.018066406250 +-0.070800781250 +-0.169921875000 +0.210937500000 +0.145507812500 +-0.161132812500 +0.236328125000 +-0.073730468750 +-0.031005859375 +0.077636718750 +-0.013671875000 +-0.051269531250 +0.155273437500 +0.176757812500 +-0.027832031250 +-0.006835937500 +0.024414062500 +0.036865234375 +0.068359375000 +-0.004272460938 +-0.046630859375 +-0.011779785156 +-0.037109375000 +-0.061767578125 +-0.101562500000 +-0.210937500000 +-0.143554687500 +-0.155273437500 +-0.100585937500 +0.123046875000 +-0.114257812500 +-0.064941406250 +0.130859375000 +0.031005859375 +-0.085449218750 +0.053955078125 +0.091308593750 +0.007141113281 +0.022094726562 +-0.023559570312 +-0.133789062500 +-0.028686523438 +0.038085937500 +-0.112304687500 +-0.064453125000 +0.154296875000 +0.093261718750 +-0.080078125000 +-0.146484375000 +0.002548217773 +-0.033935546875 +-0.054687500000 +0.085937500000 +0.051757812500 +-0.109863281250 +-0.149414062500 +0.122558593750 +-0.001075744629 +-0.087402343750 +-0.047119140625 +0.017578125000 +-0.066406250000 +-0.279296875000 +-0.013488769531 +0.013244628906 +-0.087890625000 +-0.023559570312 +0.328125000000 +0.201171875000 +-0.279296875000 +-0.066406250000 +-0.087402343750 +0.079101562500 +0.064453125000 +0.044677734375 +-0.187500000000 +0.190429687500 +0.135742187500 +-0.135742187500 +-0.026367187500 +-0.047607421875 +-0.186523437500 +-0.003768920898 +-0.078125000000 +-0.180664062500 +0.036376953125 +-0.148437500000 +-0.259765625000 +0.002563476562 +-0.077636718750 +-0.251953125000 +-0.132812500000 +-0.131835937500 +0.069824218750 +-0.388671875000 +-0.163085937500 +0.150390625000 +0.109375000000 +0.012207031250 +0.160156250000 +0.150390625000 +-0.062500000000 +-0.044677734375 +-0.160156250000 +-0.226562500000 +-0.086425781250 +0.066894531250 +-0.108398437500 +0.132812500000 +0.016235351562 +0.113769531250 +-0.031494140625 +-0.076171875000 +-0.037109375000 +-0.173828125000 +0.036621093750 +0.066894531250 +0.036865234375 +-0.172851562500 +-0.150390625000 +-0.070312500000 +-0.017578125000 +0.008850097656 +-0.207031250000 +-0.042724609375 +0.070800781250 +-0.062011718750 +-0.063964843750 +0.275390625000 +0.115722656250 +-0.062988281250 +-0.246093750000 +-0.261718750000 +0.302734375000 +-0.131835937500 +0.519531250000 +-0.040771484375 +-0.003845214844 +-0.032470703125 +0.058593750000 +0.095703125000 +-0.161132812500 +-0.312500000000 +0.006164550781 +0.328125000000 +-0.079101562500 +0.209960937500 +-0.091796875000 +-0.482421875000 +-0.080566406250 +-0.065917968750 +-0.589843750000 +-0.275390625000 +-0.219726562500 +-0.192382812500 +-0.166015625000 +-0.091796875000 +-0.067382812500 +0.017822265625 +-0.110351562500 +0.143554687500 +0.035644531250 +-0.018554687500 +-0.133789062500 +-0.127929687500 +-0.267578125000 +-0.053710937500 +-0.217773437500 +0.015991210938 +-0.141601562500 +-0.004821777344 +-0.174804687500 +0.062011718750 +-0.265625000000 +-0.067382812500 +0.277343750000 +-0.173828125000 +-0.157226562500 +0.089355468750 +-0.001640319824 +-0.143554687500 +0.034179687500 +-0.201171875000 +-0.263671875000 +0.114746093750 +-0.073730468750 +-0.060791015625 +-0.217773437500 +-0.123535156250 +-0.142578125000 +-0.115234375000 +0.083984375000 +0.316406250000 +0.020385742188 +-0.056640625000 +-0.187500000000 +-0.189453125000 +0.069824218750 +-0.048095703125 +0.482421875000 +-0.022338867188 +-0.078125000000 +-0.006378173828 +0.039550781250 +0.138671875000 +0.041259765625 +0.084960937500 +-0.072753906250 +0.302734375000 +-0.019287109375 +-0.040283203125 +-0.228515625000 +-0.312500000000 +0.024291992188 +-0.001380920410 +-0.431640625000 +-0.267578125000 +-0.001968383789 +-0.223632812500 +0.033935546875 +-0.349609375000 +0.166015625000 +-0.027832031250 +0.064941406250 +0.173828125000 +-0.011291503906 +-0.069824218750 +-0.121093750000 +-0.156250000000 +-0.074707031250 +0.030883789062 +-0.253906250000 +0.084472656250 +0.034423828125 +0.125976562500 +-0.100585937500 +-0.125976562500 +-0.371093750000 +0.090332031250 +0.018188476562 +0.016845703125 +-0.166015625000 +-0.081054687500 +-0.031982421875 +-0.013488769531 +-0.037597656250 +-0.121582031250 +-0.139648437500 +0.153320312500 +0.023437500000 +-0.066894531250 +0.016723632812 +-0.081054687500 +-0.251953125000 +-0.059570312500 +-0.001106262207 +0.048095703125 +0.031494140625 +0.008666992188 +-0.086914062500 +-0.098144531250 +0.133789062500 +-0.037353515625 +0.300781250000 +-0.106933593750 +-0.047607421875 +-0.052734375000 +0.018432617188 +-0.008605957031 +-0.052246093750 +-0.097167968750 +0.044677734375 +0.127929687500 +-0.198242187500 +-0.161132812500 +-0.096191406250 +-0.155273437500 +-0.096191406250 +0.038818359375 +-0.291015625000 +0.025634765625 +-0.051025390625 +-0.320312500000 +0.052001953125 +-0.234375000000 +0.139648437500 +-0.076660156250 +-0.082519531250 +0.085449218750 +-0.178710937500 +-0.067382812500 +-0.235351562500 +-0.239257812500 +-0.188476562500 +0.149414062500 +0.012451171875 +0.051025390625 +0.030639648438 +0.181640625000 +-0.013793945312 +-0.087402343750 +-0.250000000000 +-0.033447265625 +0.218750000000 +-0.064941406250 +-0.014770507812 +0.050781250000 +-0.004486083984 +-0.168945312500 +0.084960937500 +-0.019042968750 +-0.235351562500 +0.135742187500 +-0.021118164062 +-0.011962890625 +-0.080078125000 +-0.084960937500 +-0.161132812500 +0.014953613281 +0.036376953125 +0.287109375000 +0.021240234375 +-0.115722656250 +-0.055419921875 +-0.178710937500 +0.211914062500 +0.140625000000 +0.110839843750 +-0.081542968750 +-0.086425781250 +-0.047851562500 +0.035644531250 +-0.051269531250 +-0.129882812500 +-0.009887695312 +-0.027954101562 +0.089355468750 +0.104003906250 +-0.034912109375 +-0.134765625000 +-0.123046875000 +0.167968750000 +0.175781250000 +-0.082519531250 +-0.104980468750 +-0.232421875000 +-0.257812500000 +-0.067871093750 +-0.058837890625 +0.006713867188 +-0.119140625000 +0.107421875000 +0.085937500000 +-0.026489257812 +-0.042480468750 +-0.244140625000 +-0.134765625000 +-0.053466796875 +-0.029541015625 +0.074218750000 +-0.065917968750 +0.101074218750 +-0.168945312500 +-0.034179687500 +0.124023437500 +0.229492187500 +-0.177734375000 +0.104980468750 +-0.015136718750 +-0.148437500000 +0.010620117188 +-0.072265625000 +-0.048095703125 +0.048828125000 +-0.060302734375 +0.007781982422 +-0.045898437500 +0.083007812500 +0.036621093750 +-0.240234375000 +0.055419921875 +-0.417968750000 +0.007476806641 +-0.016967773438 +0.281250000000 +0.070800781250 +-0.369140625000 +-0.023437500000 +-0.248046875000 +0.160156250000 +0.056396484375 +0.189453125000 +-0.085449218750 +0.017578125000 +0.078613281250 +0.119628906250 +-0.041992187500 +-0.181640625000 +-0.095703125000 +0.015747070312 +0.122070312500 +-0.031250000000 +-0.026123046875 +-0.067382812500 +-0.361328125000 +0.382812500000 +-0.067382812500 +-0.125976562500 +0.076660156250 +-0.001777648926 +0.044433593750 +-0.068847656250 +-0.177734375000 +0.020019531250 +-0.005035400391 +0.199218750000 +0.186523437500 +0.025878906250 +-0.122558593750 +-0.126953125000 +-0.359375000000 +-0.070800781250 +-0.168945312500 +-0.250000000000 +0.034912109375 +0.012695312500 +-0.271484375000 +-0.010559082031 +-0.161132812500 +0.192382812500 +-0.153320312500 +-0.038818359375 +0.099609375000 +-0.051269531250 +-0.106933593750 +-0.033691406250 +0.017700195312 +0.081542968750 +-0.134765625000 +-0.130859375000 +-0.142578125000 +0.122070312500 +-0.005584716797 +-0.165039062500 +0.126953125000 +-0.324218750000 +-0.039062500000 +-0.102050781250 +0.025268554688 +0.002243041992 +0.117187500000 +-0.183593750000 +-0.375000000000 +0.214843750000 +-0.130859375000 +0.205078125000 +0.090332031250 +0.021850585938 +0.118652343750 +-0.068847656250 +0.063476562500 +-0.209960937500 +-0.263671875000 +0.148437500000 +0.239257812500 +-0.023071289062 +0.038330078125 +-0.058105468750 +-0.347656250000 +0.238281250000 +0.074218750000 +-0.216796875000 +0.150390625000 +0.089843750000 +0.045898437500 +0.055175781250 +-0.215820312500 +-0.182617187500 +0.065429687500 +0.045654296875 +0.142578125000 +0.016235351562 +-0.149414062500 +-0.241210937500 +-0.355468750000 +0.031250000000 +-0.017333984375 +-0.240234375000 +0.187500000000 +-0.102050781250 +0.125000000000 +0.000507354736 +-0.143554687500 +0.197265625000 +0.020629882812 +0.308593750000 +0.016357421875 +0.004272460938 +-0.091308593750 +-0.041748046875 +-0.008972167969 +0.072265625000 +-0.125976562500 +-0.226562500000 +0.037109375000 +0.015014648438 +-0.090332031250 +-0.244140625000 +-0.058837890625 +-0.281250000000 +-0.000107765198 +-0.046875000000 +0.230468750000 +0.081542968750 +-0.036621093750 +-0.170898437500 +-0.416015625000 +0.410156250000 +-0.132812500000 +0.542968750000 +-0.009216308594 +-0.146484375000 +0.044677734375 +0.016723632812 +0.175781250000 +0.023193359375 +-0.335937500000 +0.043945312500 +0.109375000000 +-0.102050781250 +-0.043945312500 +-0.022705078125 +-0.234375000000 +0.312500000000 +-0.052490234375 +-0.523437500000 +0.026245117188 +0.037109375000 +0.049804687500 +0.027832031250 +0.158203125000 +-0.178710937500 +-0.017456054688 +0.015197753906 +-0.064453125000 +-0.119140625000 +-0.228515625000 +-0.106445312500 +-0.192382812500 +-0.019775390625 +-0.190429687500 +-0.249023437500 +0.031127929688 +0.102050781250 +-0.050781250000 +0.054443359375 +-0.183593750000 +0.094726562500 +-0.024902343750 +0.214843750000 +0.007324218750 +-0.041503906250 +-0.163085937500 +-0.057617187500 +-0.107910156250 +-0.165039062500 +-0.216796875000 +-0.128906250000 +0.073730468750 +-0.012512207031 +-0.006469726562 +-0.221679687500 +0.060546875000 +0.141601562500 +0.034667968750 +0.005096435547 +0.189453125000 +-0.039306640625 +0.146484375000 +-0.306640625000 +-0.088867187500 +-0.010314941406 +-0.113769531250 +0.593750000000 +-0.125000000000 +0.174804687500 +0.047363281250 +0.022949218750 +0.063964843750 +-0.061767578125 +0.165039062500 +-0.245117187500 +-0.091308593750 +0.017822265625 +0.031494140625 +0.057861328125 +-0.072753906250 +0.458984375000 +-0.018432617188 +-0.165039062500 +0.150390625000 +0.000149726868 +-0.098144531250 +-0.091796875000 +-0.257812500000 +-0.196289062500 +0.052001953125 +0.259765625000 +-0.164062500000 +0.163085937500 +0.070312500000 +-0.112304687500 +-0.259765625000 +-0.171875000000 +-0.048583984375 +0.051513671875 +-0.138671875000 +-0.006164550781 +-0.038085937500 +-0.008117675781 +-0.092285156250 +0.324218750000 +-0.281250000000 +-0.089355468750 +-0.029418945312 +-0.071289062500 +-0.101562500000 +-0.008483886719 +-0.079101562500 +-0.209960937500 +-0.204101562500 +-0.090332031250 +-0.028564453125 +0.026733398438 +0.020263671875 +-0.062500000000 +0.056640625000 +0.235351562500 +-0.061767578125 +-0.092773437500 +0.182617187500 +0.031982421875 +-0.097656250000 +-0.273437500000 +-0.130859375000 +-0.111816406250 +-0.105957031250 +0.357421875000 +-0.056396484375 +0.199218750000 +-0.083496093750 +0.026855468750 +-0.058837890625 +-0.066406250000 +0.159179687500 +-0.180664062500 +0.016479492188 +-0.189453125000 +0.097656250000 +0.117187500000 +0.059814453125 +0.185546875000 +-0.014221191406 +-0.124511718750 +-0.060302734375 +-0.125976562500 +-0.150390625000 +-0.061279296875 +-0.257812500000 +-0.241210937500 +0.035400390625 +-0.039550781250 +0.040283203125 +0.070312500000 +0.044677734375 +-0.205078125000 +-0.018554687500 +-0.192382812500 +0.026977539062 +-0.019653320312 +0.243164062500 +0.200195312500 +0.031005859375 +0.078613281250 +-0.077148437500 +0.083984375000 +-0.287109375000 +0.021118164062 +0.143554687500 +-0.215820312500 +-0.193359375000 +0.033935546875 +-0.147460937500 +-0.045654296875 +-0.316406250000 +-0.132812500000 +0.143554687500 +-0.073242187500 +0.036376953125 +-0.156250000000 +-0.016235351562 +-0.008178710938 +0.031250000000 +-0.086914062500 +0.263671875000 +0.058105468750 +-0.257812500000 +-0.096679687500 +-0.265625000000 +-0.114257812500 +-0.175781250000 +0.220703125000 +-0.188476562500 +0.277343750000 +-0.060791015625 +0.048583984375 +-0.070312500000 +-0.279296875000 +0.137695312500 +-0.106933593750 +0.002487182617 +-0.114746093750 +0.029052734375 +0.068359375000 +-0.081542968750 +0.083984375000 +-0.091796875000 +-0.095703125000 +-0.027587890625 +-0.004516601562 +-0.141601562500 +-0.117675781250 +-0.102050781250 +0.021362304688 +0.021362304688 +0.133789062500 +-0.183593750000 +0.079101562500 +-0.041992187500 +-0.181640625000 +-0.048095703125 +-0.416015625000 +0.101074218750 +0.175781250000 +0.103027343750 +0.028442382812 +0.195312500000 +0.086425781250 +-0.071777343750 +0.156250000000 +-0.218750000000 +0.081054687500 +-0.133789062500 +-0.249023437500 +0.206054687500 +-0.104492187500 +-0.178710937500 +-0.029418945312 +-0.333984375000 +-0.144531250000 +0.182617187500 +0.004577636719 +-0.129882812500 +-0.122558593750 +0.105957031250 +0.179687500000 +-0.018310546875 +-0.014282226562 +0.187500000000 +-0.027832031250 +-0.267578125000 +-0.087402343750 +-0.240234375000 +0.060791015625 +0.038818359375 +0.227539062500 +0.144531250000 +0.220703125000 +-0.035156250000 +-0.115722656250 +-0.054199218750 +0.156250000000 +0.064453125000 +-0.115722656250 +0.106933593750 +0.070800781250 +-0.170898437500 +0.116699218750 +0.023559570312 +0.081542968750 +-0.128906250000 +0.003616333008 +0.092285156250 +0.097167968750 +-0.213867187500 +0.135742187500 +0.088867187500 +0.237304687500 +-0.094238281250 +-0.249023437500 +-0.277343750000 +0.047607421875 +0.079589843750 +-0.225585937500 +-0.125976562500 +-0.468750000000 +0.059326171875 +0.052978515625 +0.019165039062 +0.209960937500 +0.079101562500 +0.031494140625 +0.006927490234 +0.023681640625 +-0.246093750000 +-0.095214843750 +-0.023559570312 +-0.072265625000 +0.062988281250 +-0.091796875000 +-0.218750000000 +0.113281250000 +-0.184570312500 +-0.052978515625 +0.084472656250 +0.012268066406 +-0.208984375000 +0.018188476562 +0.104492187500 +0.124023437500 +-0.181640625000 +0.068847656250 +0.166992187500 +-0.015991210938 +-0.007385253906 +0.064453125000 +-0.153320312500 +-0.046386718750 +-0.133789062500 +0.245117187500 +-0.021972656250 +0.162109375000 +-0.070312500000 +0.060791015625 +0.057617187500 +-0.216796875000 +-0.069824218750 +-0.095703125000 +0.087402343750 +-0.052246093750 +-0.062011718750 +0.068359375000 +0.020385742188 +0.061035156250 +-0.019531250000 +-0.060791015625 +0.071289062500 +0.104492187500 +0.000134468079 +-0.126953125000 +-0.243164062500 +-0.047119140625 +0.137695312500 +-0.094238281250 +-0.156250000000 +0.150390625000 +-0.005340576172 +-0.283203125000 +-0.083984375000 +-0.357421875000 +-0.060791015625 +-0.077636718750 +-0.152343750000 +0.024169921875 +-0.088867187500 +0.008239746094 +-0.034179687500 +-0.070800781250 +-0.248046875000 +-0.289062500000 +0.139648437500 +0.037841796875 +0.062500000000 +-0.128906250000 +-0.227539062500 +0.153320312500 +-0.138671875000 +-0.049316406250 +0.093261718750 +0.024780273438 +-0.265625000000 +-0.083984375000 +0.091308593750 +0.166015625000 +0.048828125000 +-0.053466796875 +0.062988281250 +0.048583984375 +-0.000709533691 +-0.176757812500 +-0.292968750000 +-0.036865234375 +-0.198242187500 +0.174804687500 +-0.099121093750 +0.242187500000 +0.015991210938 +-0.185546875000 +-0.057617187500 +-0.116699218750 +0.140625000000 +-0.365234375000 +0.189453125000 +0.184570312500 +0.016357421875 +0.047363281250 +0.062500000000 +0.048828125000 +-0.109375000000 +0.054199218750 +-0.018310546875 +0.030395507812 +0.114257812500 +-0.209960937500 +-0.222656250000 +0.177734375000 +-0.060791015625 +0.113769531250 +-0.086914062500 +0.021972656250 +-0.100585937500 +-0.175781250000 +-0.257812500000 +-0.093261718750 +0.035644531250 +0.171875000000 +-0.171875000000 +0.210937500000 +0.013854980469 +0.153320312500 +-0.086425781250 +-0.023193359375 +-0.220703125000 +0.014221191406 +-0.001548767090 +-0.042236328125 +-0.098144531250 +-0.021362304688 +-0.197265625000 +0.057617187500 +-0.240234375000 +-0.092773437500 +0.050048828125 +0.031127929688 +0.132812500000 +0.030395507812 +0.126953125000 +0.058349609375 +0.174804687500 +-0.182617187500 +0.106445312500 +-0.010009765625 +0.119140625000 +-0.160156250000 +-0.292968750000 +-0.230468750000 +0.064453125000 +0.597656250000 +0.296875000000 +0.417968750000 +0.141601562500 +-0.071289062500 +-0.079589843750 +-0.449218750000 +0.155273437500 +-0.550781250000 +0.102539062500 +0.177734375000 +-0.021728515625 +0.040039062500 +0.074707031250 +0.104003906250 +-0.034912109375 +0.054931640625 +0.026489257812 +0.114746093750 +0.105957031250 +-0.178710937500 +-0.198242187500 +0.179687500000 +-0.044433593750 +0.304687500000 +-0.071777343750 +0.173828125000 +0.030151367188 +-0.216796875000 +-0.227539062500 +-0.055175781250 +0.030883789062 +-0.091308593750 +-0.007934570312 +0.166992187500 +0.196289062500 +0.164062500000 +-0.116699218750 +0.028930664062 +-0.097656250000 +-0.152343750000 +-0.045654296875 +-0.172851562500 +0.038085937500 +-0.558593750000 +-0.094726562500 +-0.531250000000 +0.004669189453 +0.051513671875 +-0.106445312500 +-0.188476562500 +0.065917968750 +-0.076171875000 +-0.006225585938 +-0.083007812500 +0.096679687500 +-0.068359375000 +0.051757812500 +0.055419921875 +0.069824218750 +-0.154296875000 +0.079101562500 +-0.008361816406 +-0.005889892578 +-0.214843750000 +-0.032226562500 +0.237304687500 +-0.042236328125 +-0.232421875000 +-0.085937500000 +-0.226562500000 +0.045410156250 +-0.158203125000 +0.026000976562 +-0.022583007812 +0.102539062500 +-0.181640625000 +0.096191406250 +-0.035644531250 +0.051757812500 +-0.332031250000 +-0.049072265625 +-0.140625000000 +0.140625000000 +-0.057128906250 +0.128906250000 +0.206054687500 +-0.310546875000 +-0.117675781250 +0.059082031250 +-0.021362304688 +-0.063476562500 +-0.050781250000 +-0.243164062500 +0.140625000000 +0.144531250000 +-0.053710937500 +0.113769531250 +-0.021362304688 +0.098632812500 +-0.191406250000 +-0.171875000000 +-0.087402343750 +-0.392578125000 +-0.142578125000 +-0.019409179688 +-0.147460937500 +0.065429687500 +-0.390625000000 +-0.124511718750 +-0.324218750000 +0.037597656250 +0.087890625000 +-0.042968750000 +-0.157226562500 +-0.099609375000 +-0.018798828125 +0.159179687500 +0.032714843750 +0.099121093750 +-0.082519531250 +0.091308593750 +-0.076171875000 +-0.003768920898 +-0.144531250000 +0.247070312500 +0.145507812500 +-0.017456054688 +-0.167968750000 +0.104980468750 +-0.002395629883 +0.110351562500 +-0.191406250000 +-0.134765625000 +-0.425781250000 +0.013977050781 +-0.140625000000 +-0.065429687500 +-0.163085937500 +0.022949218750 +-0.070312500000 +0.007202148438 +-0.178710937500 +-0.194335937500 +-0.175781250000 +-0.133789062500 +-0.166015625000 +0.006774902344 +-0.036376953125 +0.071289062500 +-0.025634765625 +0.003067016602 +-0.119140625000 +-0.003814697266 +-0.032226562500 +0.035400390625 +0.043457031250 +-0.169921875000 +0.141601562500 +0.063476562500 +-0.210937500000 +-0.038818359375 +-0.004150390625 +0.190429687500 +-0.271484375000 +-0.193359375000 +0.023925781250 +-0.283203125000 +-0.016601562500 +-0.025634765625 +-0.060058593750 +0.004364013672 +-0.492187500000 +-0.181640625000 +-0.247070312500 +-0.011535644531 +-0.146484375000 +0.078613281250 +-0.014770507812 +0.048583984375 +0.075195312500 +0.034912109375 +-0.005706787109 +0.337890625000 +0.054443359375 +0.090820312500 +-0.045166015625 +-0.064453125000 +-0.085937500000 +0.060058593750 +-0.136718750000 +0.064453125000 +-0.018310546875 +-0.132812500000 +-0.020507812500 +0.059082031250 +0.120605468750 +-0.202148437500 +0.023559570312 +-0.145507812500 +-0.094238281250 +0.150390625000 +-0.003143310547 +-0.257812500000 +-0.112304687500 +-0.027709960938 +-0.230468750000 +-0.045410156250 +-0.105468750000 +-0.156250000000 +0.027954101562 +-0.119628906250 +0.086914062500 +-0.125000000000 +-0.139648437500 +-0.194335937500 +-0.083496093750 +0.016235351562 +-0.123046875000 +0.067382812500 +-0.029663085938 +-0.237304687500 +0.019897460938 +-0.041259765625 +0.087402343750 +-0.092773437500 +-0.143554687500 +-0.137695312500 +-0.133789062500 +-0.279296875000 +-0.076171875000 +-0.263671875000 +0.002456665039 +-0.062988281250 +-0.020629882812 +-0.003341674805 +-0.343750000000 +-0.102050781250 +0.080078125000 +0.171875000000 +-0.070800781250 +0.004333496094 +0.091308593750 +0.037841796875 +0.014709472656 +-0.023437500000 +0.063964843750 +0.207031250000 +-0.074218750000 +0.102050781250 +0.023315429688 +0.168945312500 +-0.029174804688 +-0.080566406250 +0.035156250000 +0.179687500000 +0.059570312500 +-0.025146484375 +0.082031250000 +0.001335144043 +-0.255859375000 +-0.055908203125 +-0.061767578125 +0.078613281250 +-0.111816406250 +-0.156250000000 +0.074707031250 +-0.166992187500 +-0.019897460938 +-0.007812500000 +-0.039550781250 +-0.117675781250 +-0.102050781250 +0.126953125000 +-0.020751953125 +-0.050048828125 +-0.076171875000 +-0.201171875000 +-0.096679687500 +-0.016357421875 +-0.036865234375 +0.000774383545 +-0.000518798828 +-0.044677734375 +0.035644531250 +0.014465332031 +-0.163085937500 +-0.102539062500 +-0.042724609375 +0.137695312500 +-0.310546875000 +0.002731323242 +-0.131835937500 +-0.292968750000 +0.128906250000 +-0.024414062500 +0.003128051758 +-0.009887695312 +-0.185546875000 +-0.105957031250 +-0.361328125000 +-0.064453125000 +0.194335937500 +0.050048828125 +-0.065917968750 +0.147460937500 +-0.211914062500 +-0.106933593750 +0.065917968750 +-0.179687500000 +-0.084960937500 +0.062255859375 +-0.019409179688 +0.119140625000 +-0.115234375000 +0.006469726562 +-0.116699218750 +0.067871093750 +-0.049560546875 +-0.008972167969 +-0.107421875000 +-0.058593750000 +-0.154296875000 +0.025146484375 +-0.209960937500 +-0.251953125000 +-0.071777343750 +-0.026123046875 +-0.175781250000 +-0.046875000000 +0.029785156250 +0.044433593750 +-0.072265625000 +-0.226562500000 +-0.096191406250 +-0.314453125000 +-0.192382812500 +-0.345703125000 +-0.001449584961 +0.015563964844 +-0.166992187500 +-0.014587402344 +-0.007263183594 +0.083496093750 +-0.128906250000 +-0.089355468750 +0.062500000000 +0.108886718750 +-0.089843750000 +-0.100585937500 +-0.073730468750 +-0.043701171875 +-0.002761840820 +0.011230468750 +-0.146484375000 +-0.118164062500 +-0.257812500000 +-0.359375000000 +0.180664062500 +-0.007781982422 +-0.226562500000 +-0.056152343750 +-0.139648437500 +-0.003021240234 +-0.542968750000 +-0.222656250000 +0.053222656250 +0.071777343750 +-0.136718750000 +0.036865234375 +-0.083984375000 +-0.129882812500 +-0.038574218750 +0.030761718750 +-0.084960937500 +-0.001220703125 +-0.089843750000 +0.109863281250 +-0.016357421875 +0.049072265625 +-0.093261718750 +0.111328125000 +0.136718750000 +-0.135742187500 +-0.090820312500 +-0.052246093750 +0.014221191406 +0.121093750000 +-0.207031250000 +-0.206054687500 +-0.145507812500 +0.033203125000 +-0.208007812500 +0.026489257812 +0.202148437500 +0.021728515625 +0.062500000000 +-0.131835937500 +0.061035156250 +-0.115234375000 +-0.042480468750 +-0.253906250000 +0.151367187500 +0.069824218750 +-0.012207031250 +-0.111328125000 +-0.027832031250 +0.062500000000 +0.091308593750 +-0.038818359375 +0.024536132812 +0.022216796875 +-0.083984375000 +-0.243164062500 +-0.121093750000 +-0.107421875000 +0.088378906250 +-0.063476562500 +-0.031982421875 +0.057861328125 +-0.277343750000 +-0.219726562500 +0.023071289062 +-0.053955078125 +0.111328125000 +-0.134765625000 +-0.153320312500 +-0.007751464844 +-0.519531250000 +-0.062988281250 +0.106933593750 +0.038574218750 +-0.093750000000 +-0.073242187500 +-0.351562500000 +0.054687500000 +0.023437500000 +0.099609375000 +0.038818359375 +-0.033203125000 +0.113281250000 +0.160156250000 +0.094238281250 +-0.174804687500 +0.068847656250 +0.097656250000 +0.007080078125 +-0.167968750000 +0.083496093750 +-0.127929687500 +-0.005310058594 +0.003585815430 +-0.184570312500 +-0.114257812500 +-0.172851562500 +0.154296875000 +-0.230468750000 +-0.241210937500 +0.104003906250 +0.072753906250 +0.089355468750 +-0.094726562500 +0.021118164062 +0.154296875000 +-0.359375000000 +-0.229492187500 +-0.067871093750 +0.117187500000 +-0.110351562500 +-0.283203125000 +-0.048339843750 +-0.144531250000 +-0.119140625000 +-0.135742187500 +-0.033447265625 +-0.144531250000 +0.036865234375 +-0.022949218750 +-0.063476562500 +-0.000820159912 +-0.054199218750 +-0.251953125000 +-0.237304687500 +-0.168945312500 +-0.165039062500 +-0.195312500000 +-0.085449218750 +-0.292968750000 +0.357421875000 +-0.033935546875 +0.134765625000 +0.159179687500 +0.030639648438 +-0.116210937500 +-0.048339843750 +-0.339843750000 +0.028320312500 +-0.046386718750 +0.067382812500 +0.281250000000 +0.014038085938 +0.217773437500 +0.029785156250 +-0.095703125000 +-0.012268066406 +-0.024047851562 +-0.051513671875 +0.006561279297 +-0.046386718750 +0.063476562500 +0.201171875000 +-0.104492187500 +-0.021240234375 +0.096679687500 +-0.326171875000 +-0.052246093750 +-0.096191406250 +0.160156250000 +-0.225585937500 +0.289062500000 +0.080566406250 +-0.135742187500 +-0.144531250000 +0.304687500000 +-0.210937500000 +-0.041259765625 +-0.036865234375 +-0.357421875000 +0.032714843750 +-0.054931640625 +0.178710937500 +0.226562500000 +-0.148437500000 +-0.061035156250 +-0.148437500000 +-0.065917968750 +-0.010742187500 +-0.051025390625 +0.102539062500 +-0.052734375000 +-0.109863281250 +0.199218750000 +0.061767578125 +0.073242187500 +0.070312500000 +-0.026245117188 +0.069335937500 +-0.221679687500 +0.095214843750 +-0.077148437500 +0.072753906250 +0.147460937500 +-0.188476562500 +0.110839843750 +0.040039062500 +-0.095214843750 +0.035400390625 +0.034179687500 +-0.029541015625 +-0.148437500000 +0.006164550781 +-0.033935546875 +0.085937500000 +0.233398437500 +0.074218750000 +0.059570312500 +-0.013671875000 +-0.113769531250 +0.034179687500 +-0.003814697266 +0.119628906250 +0.025146484375 +-0.002655029297 +0.020019531250 +0.244140625000 +-0.004333496094 +-0.112304687500 +-0.242187500000 +-0.228515625000 +0.079101562500 +-0.164062500000 +0.108398437500 +-0.200195312500 +0.178710937500 +0.217773437500 +0.124511718750 +-0.082031250000 +0.185546875000 +-0.190429687500 +-0.018066406250 +-0.066406250000 +-0.265625000000 +0.044921875000 +0.015502929688 +0.243164062500 +0.119628906250 +-0.024414062500 +0.066894531250 +-0.053222656250 +-0.010925292969 +-0.159179687500 +-0.065917968750 +0.000186920166 +-0.300781250000 +-0.375000000000 +0.004821777344 +-0.039306640625 +0.091796875000 +-0.032958984375 +0.064453125000 +0.143554687500 +-0.251953125000 +-0.048828125000 +-0.123535156250 +0.042968750000 +0.085937500000 +-0.155273437500 +0.265625000000 +0.098144531250 +-0.000242233276 +0.094726562500 +-0.135742187500 +-0.160156250000 +-0.024414062500 +-0.019531250000 +-0.121582031250 +-0.138671875000 +0.161132812500 +-0.012634277344 +-0.085937500000 +-0.267578125000 +-0.031250000000 +-0.010925292969 +-0.090332031250 +0.223632812500 +-0.005950927734 +0.134765625000 +0.095214843750 +0.244140625000 +-0.025756835938 +-0.086425781250 +0.013977050781 +-0.205078125000 +-0.063964843750 +0.034179687500 +-0.078125000000 +-0.172851562500 +-0.020263671875 +0.033203125000 +0.211914062500 +-0.003601074219 +-0.044921875000 +-0.137695312500 +0.155273437500 +-0.106933593750 +-0.186523437500 +0.050781250000 +0.124023437500 +-0.081542968750 +-0.159179687500 +-0.029907226562 +-0.057617187500 +-0.088378906250 +-0.033203125000 +-0.138671875000 +-0.068359375000 +0.002929687500 +-0.237304687500 +-0.188476562500 +-0.143554687500 +0.056884765625 +0.029785156250 +-0.124511718750 +-0.082519531250 +0.038818359375 +-0.078125000000 +0.164062500000 +-0.028076171875 +0.071777343750 +-0.042480468750 +-0.096191406250 +0.075683593750 +0.002197265625 +-0.085937500000 +0.186523437500 +0.157226562500 +0.021362304688 +0.058349609375 +-0.124511718750 +-0.176757812500 +-0.067871093750 +0.059082031250 +-0.029663085938 +-0.058837890625 +-0.285156250000 +-0.154296875000 +-0.140625000000 +0.071777343750 +0.044921875000 +0.085449218750 +0.153320312500 +0.181640625000 +0.223632812500 +-0.045166015625 +-0.061279296875 +-0.149414062500 +-0.285156250000 +-0.053222656250 +-0.048828125000 +0.003067016602 +-0.132812500000 +0.016479492188 +-0.033447265625 +0.111816406250 +-0.017944335938 +-0.115234375000 +-0.088378906250 +-0.100097656250 +-0.084472656250 +0.095214843750 +-0.103515625000 +0.109375000000 +0.016845703125 +0.012145996094 +-0.164062500000 +0.151367187500 +-0.178710937500 +-0.078125000000 +-0.026611328125 +-0.121093750000 +0.250000000000 +0.094238281250 +-0.192382812500 +-0.453125000000 +0.025512695312 +0.013916015625 +0.134765625000 +0.019653320312 +0.122070312500 +0.263671875000 +0.194335937500 +0.028320312500 +0.174804687500 +-0.016235351562 +-0.101074218750 +0.146484375000 +-0.022583007812 +0.140625000000 +-0.093750000000 +0.110351562500 +0.048828125000 +0.157226562500 +-0.435546875000 +0.002517700195 +-0.146484375000 +-0.064941406250 +-0.009948730469 +-0.053955078125 +-0.351562500000 +-0.121582031250 +-0.136718750000 +-0.040283203125 +0.083984375000 +0.104003906250 +0.131835937500 +0.073242187500 +0.096679687500 +-0.034912109375 +-0.084960937500 +-0.169921875000 +-0.271484375000 +-0.351562500000 +-0.188476562500 +-0.007171630859 +-0.148437500000 +-0.020141601562 +0.122070312500 +0.176757812500 +-0.071289062500 +-0.199218750000 +-0.287109375000 +0.052978515625 +0.024658203125 +-0.023559570312 +-0.181640625000 +0.066894531250 +0.150390625000 +-0.112304687500 +-0.005554199219 +-0.036376953125 +-0.060302734375 +-0.112304687500 +0.002853393555 +-0.105468750000 +0.131835937500 +0.071289062500 +-0.026489257812 +-0.263671875000 +0.040771484375 +-0.071777343750 +0.055419921875 +0.107421875000 +0.010803222656 +0.283203125000 +0.238281250000 +0.069824218750 +0.056152343750 +0.020996093750 +-0.184570312500 +0.022705078125 +0.124023437500 +0.199218750000 +-0.003524780273 +0.005981445312 +-0.085937500000 +-0.208007812500 +-0.414062500000 +-0.119628906250 +-0.047851562500 +-0.024169921875 +-0.079589843750 +-0.294921875000 +0.091796875000 +-0.133789062500 +-0.058105468750 +-0.006774902344 +0.016235351562 +0.091796875000 +0.138671875000 +-0.039550781250 +0.095214843750 +0.036865234375 +-0.030639648438 +-0.200195312500 +-0.162109375000 +-0.314453125000 +-0.232421875000 +0.036865234375 +-0.259765625000 +-0.083984375000 +0.178710937500 +-0.112792968750 +0.064453125000 +-0.144531250000 +-0.261718750000 +-0.043212890625 +-0.046875000000 +-0.105468750000 +-0.059570312500 +0.084472656250 +-0.015258789062 +-0.023437500000 +0.021362304688 +0.025878906250 +-0.046630859375 +-0.109863281250 +0.185546875000 +-0.093750000000 +0.033691406250 +0.006500244141 +0.004516601562 +-0.240234375000 +-0.009521484375 +0.039062500000 +-0.020263671875 +-0.006134033203 +0.089355468750 +0.044189453125 +0.118164062500 +0.008117675781 +0.114257812500 +0.173828125000 +-0.181640625000 +0.065429687500 +-0.119140625000 +-0.010009765625 +0.053710937500 +0.193359375000 +-0.221679687500 +-0.125976562500 +-0.380859375000 +0.033203125000 +-0.154296875000 +0.083984375000 +-0.010192871094 +-0.082519531250 +0.208007812500 +-0.060791015625 +-0.108886718750 +-0.018066406250 +0.044433593750 +0.076660156250 +0.251953125000 +-0.043212890625 +0.190429687500 +-0.035156250000 +-0.050292968750 +-0.162109375000 +0.009887695312 +-0.265625000000 +-0.273437500000 +-0.183593750000 +-0.209960937500 +-0.078613281250 +0.116699218750 +0.023925781250 +-0.143554687500 +-0.134765625000 +-0.296875000000 +0.007873535156 +-0.104492187500 +-0.062988281250 +-0.063964843750 +0.060546875000 +0.056152343750 +0.240234375000 +0.061279296875 +0.043945312500 +-0.259765625000 +-0.049072265625 +0.202148437500 +-0.015075683594 +0.063964843750 +-0.042968750000 +-0.103515625000 +-0.025878906250 +0.067871093750 +0.125000000000 +0.210937500000 +0.016845703125 +0.166015625000 +0.121582031250 +0.219726562500 +0.117187500000 +0.086914062500 +0.281250000000 +-0.072753906250 +-0.038085937500 +-0.011352539062 +0.175781250000 +0.073242187500 +0.087890625000 +-0.141601562500 +0.102050781250 +-0.095214843750 +-0.018554687500 +-0.182617187500 +0.189453125000 +0.023315429688 +0.053222656250 +-0.010803222656 +-0.235351562500 +-0.253906250000 +0.042724609375 +0.007781982422 +-0.523437500000 +-0.024902343750 +0.232421875000 +-0.160156250000 +-0.220703125000 +-0.558593750000 +0.077636718750 +-0.036132812500 +-0.082031250000 +0.498046875000 +-0.003280639648 +0.052978515625 +0.068847656250 +-0.171875000000 +0.026367187500 +-0.037109375000 +-0.035644531250 +-0.166015625000 +-0.004516601562 +0.053710937500 +0.040771484375 +0.112304687500 +-0.149414062500 +-0.008117675781 +0.064941406250 +0.148437500000 +-0.174804687500 +-0.086425781250 +0.269531250000 +0.029174804688 +-0.112304687500 +-0.196289062500 +-0.079589843750 +-0.214843750000 +0.071777343750 +0.007049560547 +-0.105957031250 +-0.094238281250 +0.122070312500 +-0.087890625000 +0.117675781250 +-0.063476562500 +0.052490234375 +-0.113769531250 +-0.202148437500 +-0.069824218750 +0.013366699219 +-0.070800781250 +0.182617187500 +-0.036621093750 +0.125976562500 +-0.106933593750 +-0.096191406250 +-0.057617187500 +-0.020263671875 +-0.004302978516 +0.271484375000 +0.008789062500 +-0.047851562500 +0.115234375000 +-0.096679687500 +0.127929687500 +0.050537109375 +-0.079101562500 +0.083984375000 +0.102539062500 +0.124023437500 +-0.129882812500 +-0.186523437500 +-0.099609375000 +-0.043945312500 +-0.273437500000 +-0.253906250000 +0.386718750000 +0.030395507812 +-0.072265625000 +0.044189453125 +-0.066894531250 +-0.133789062500 +-0.130859375000 +-0.032958984375 +-0.036132812500 +-0.111328125000 +0.056640625000 +0.044921875000 +0.004882812500 +-0.033691406250 +-0.168945312500 +0.091796875000 +0.106445312500 +-0.181640625000 +-0.178710937500 +-0.005706787109 +-0.061767578125 +-0.146484375000 +-0.131835937500 +0.111328125000 +0.025390625000 +-0.051269531250 +0.008483886719 +0.080566406250 +-0.235351562500 +-0.049072265625 +-0.068847656250 +0.063476562500 +-0.131835937500 +0.028808593750 +-0.084960937500 +-0.008666992188 +-0.039794921875 +-0.009704589844 +-0.200195312500 +0.046630859375 +-0.088867187500 +0.005676269531 +-0.229492187500 +-0.064453125000 +-0.032226562500 +-0.005310058594 +0.087890625000 +0.064941406250 +0.009643554688 +-0.085937500000 +0.051025390625 +0.133789062500 +-0.077148437500 +-0.098632812500 +-0.141601562500 +0.275390625000 +0.052978515625 +-0.178710937500 +-0.243164062500 +-0.515625000000 +-0.111816406250 +-0.061767578125 +-0.326171875000 +-0.289062500000 +0.343750000000 +0.000789642334 +-0.054687500000 +-0.106445312500 +-0.027709960938 +-0.090820312500 +-0.133789062500 +-0.040771484375 +-0.124023437500 +-0.019042968750 +0.134765625000 +-0.235351562500 +0.082519531250 +-0.128906250000 +-0.390625000000 +0.211914062500 +0.212890625000 +-0.170898437500 +-0.116699218750 +0.199218750000 +0.003173828125 +-0.114746093750 +0.007812500000 +-0.076660156250 +-0.054443359375 +0.095703125000 +0.087402343750 +-0.006103515625 +-0.086914062500 +-0.039550781250 +-0.086425781250 +-0.008483886719 +-0.241210937500 +0.018798828125 +-0.047607421875 +0.016601562500 +-0.163085937500 +-0.000663757324 +-0.055419921875 +-0.126953125000 +0.011962890625 +-0.005828857422 +-0.058349609375 +0.125000000000 +0.127929687500 +0.031127929688 +-0.029785156250 +-0.298828125000 +-0.003143310547 +-0.237304687500 +-0.013122558594 +0.072265625000 +0.150390625000 +-0.039306640625 +0.022338867188 +0.314453125000 +0.103027343750 +-0.122558593750 +0.095703125000 +-0.378906250000 +-0.042724609375 +-0.083984375000 +0.077148437500 +-0.115722656250 +0.251953125000 +0.018188476562 +-0.012207031250 +-0.121582031250 +0.052490234375 +0.021118164062 +0.168945312500 +0.259765625000 +-0.030029296875 +0.037597656250 +0.116210937500 +0.121093750000 +0.084472656250 +-0.074218750000 +-0.357421875000 +0.012939453125 +0.220703125000 +-0.249023437500 +-0.038085937500 +0.194335937500 +0.037109375000 +-0.253906250000 +0.077148437500 +-0.003021240234 +-0.089355468750 +0.038818359375 +-0.081542968750 +0.001403808594 +-0.172851562500 +-0.084472656250 +-0.038330078125 +0.047851562500 +-0.187500000000 +0.105468750000 +-0.168945312500 +-0.058593750000 +-0.116210937500 +-0.027587890625 +0.277343750000 +-0.194335937500 +-0.193359375000 +0.170898437500 +-0.109375000000 +-0.041015625000 +0.064941406250 +-0.042236328125 +-0.239257812500 +-0.263671875000 +-0.169921875000 +-0.137695312500 +0.043457031250 +-0.008850097656 +0.024169921875 +-0.052978515625 +-0.066406250000 +-0.074218750000 +0.110839843750 +-0.037109375000 +-0.116210937500 +-0.229492187500 +-0.058349609375 +-0.039306640625 +0.048828125000 +0.126953125000 +0.279296875000 +-0.026733398438 +-0.161132812500 +-0.194335937500 +-0.021484375000 +-0.054199218750 +0.103515625000 +0.035156250000 +0.065429687500 +0.041748046875 +-0.008911132812 +0.010375976562 +0.012634277344 +-0.016479492188 +-0.182617187500 +-0.196289062500 +0.221679687500 +-0.425781250000 +-0.118164062500 +0.161132812500 +0.094238281250 +-0.208984375000 +-0.193359375000 +-0.128906250000 +-0.099609375000 +-0.061279296875 +-0.141601562500 +-0.026489257812 +-0.135742187500 +0.077148437500 +-0.048095703125 +-0.101562500000 +-0.127929687500 +0.071289062500 +-0.140625000000 +0.078125000000 +0.058349609375 +0.011047363281 +0.116699218750 +-0.014343261719 +-0.343750000000 +0.100585937500 +-0.064453125000 +-0.073242187500 +0.082031250000 +-0.075683593750 +-0.020629882812 +-0.157226562500 +-0.181640625000 +0.003356933594 +0.041503906250 +-0.118652343750 +-0.251953125000 +-0.042968750000 +-0.080078125000 +0.192382812500 +0.041015625000 +-0.190429687500 +0.004974365234 +-0.048583984375 +-0.043212890625 +-0.081542968750 +-0.016967773438 +0.059082031250 +0.236328125000 +0.061523437500 +0.009948730469 +-0.139648437500 +-0.024902343750 +-0.092773437500 +0.076171875000 +-0.145507812500 +-0.083007812500 +0.031127929688 +-0.004669189453 +0.176757812500 +0.076660156250 +-0.005493164062 +0.078613281250 +-0.000892639160 +0.129882812500 +-0.298828125000 +-0.189453125000 +0.105468750000 +0.036621093750 +-0.112304687500 +-0.139648437500 +0.011291503906 +0.087890625000 +-0.100097656250 +0.076171875000 +0.047607421875 +0.127929687500 +0.070800781250 +-0.046875000000 +-0.038818359375 +-0.133789062500 +-0.088378906250 +-0.042724609375 +0.125000000000 +0.104980468750 +0.021972656250 +-0.112304687500 +-0.117675781250 +-0.394531250000 +0.070312500000 +-0.199218750000 +0.108398437500 +0.001426696777 +0.016967773438 +-0.090820312500 +-0.132812500000 +0.129882812500 +-0.048583984375 +0.086914062500 +-0.052001953125 +-0.373046875000 +-0.029663085938 +-0.359375000000 +-0.026977539062 +0.017578125000 +0.166992187500 +-0.011596679688 +-0.160156250000 +0.048095703125 +0.110351562500 +-0.023071289062 +0.013305664062 +0.417968750000 +-0.039794921875 +-0.052978515625 +0.064453125000 +-0.054443359375 +0.052246093750 +0.009460449219 +-0.129882812500 +-0.166992187500 +0.146484375000 +0.049560546875 +0.105957031250 +0.002960205078 +-0.112304687500 +0.144531250000 +-0.037109375000 +0.057128906250 +-0.184570312500 +-0.236328125000 +0.092773437500 +0.104003906250 +-0.112304687500 +-0.127929687500 +0.000991821289 +0.035400390625 +0.100585937500 +0.218750000000 +-0.083007812500 +-0.227539062500 +0.041992187500 +-0.052490234375 +-0.007781982422 +-0.283203125000 +0.067382812500 +-0.121093750000 +-0.039306640625 +0.229492187500 +-0.068359375000 +-0.056884765625 +0.133789062500 +0.114746093750 +-0.164062500000 +-0.098144531250 +-0.249023437500 +0.121582031250 +0.001518249512 +0.031494140625 +0.044677734375 +0.106445312500 +0.003479003906 +0.486328125000 +-0.236328125000 +0.000307083130 +0.152343750000 +0.164062500000 +0.057617187500 +-0.050292968750 +0.058105468750 +0.096191406250 +-0.302734375000 +0.017700195312 +-0.109375000000 +-0.040771484375 +0.019042968750 +0.021240234375 +-0.453125000000 +-0.071777343750 +0.049560546875 +-0.085937500000 +-0.055664062500 +-0.008422851562 +0.096191406250 +-0.101562500000 +0.168945312500 +-0.275390625000 +0.111816406250 +-0.123535156250 +-0.036132812500 +0.037353515625 +0.229492187500 +0.075683593750 +-0.152343750000 +-0.091308593750 +-0.186523437500 +0.355468750000 +-0.047607421875 +-0.002288818359 +-0.090332031250 +0.227539062500 +-0.214843750000 +-0.024291992188 +0.077148437500 +0.226562500000 +-0.119140625000 +0.225585937500 +0.096679687500 +-0.224609375000 +0.043457031250 +0.259765625000 +-0.092285156250 +-0.087890625000 +0.016235351562 +-0.067382812500 +0.263671875000 +0.037353515625 +-0.113769531250 +-0.060546875000 +-0.127929687500 +0.347656250000 +0.029541015625 +0.179687500000 +-0.160156250000 +0.219726562500 +0.040039062500 +0.527343750000 +-0.300781250000 +0.082519531250 +0.058593750000 +0.094726562500 +0.117675781250 +0.035888671875 +0.058349609375 +0.204101562500 +-0.199218750000 +-0.104492187500 +-0.205078125000 +-0.108398437500 +0.277343750000 +-0.113281250000 +-0.351562500000 +-0.019897460938 +0.019653320312 +0.047363281250 +-0.079101562500 +0.018920898438 +-0.017700195312 +-0.188476562500 +-0.000432968140 +-0.310546875000 +0.085937500000 +-0.138671875000 +0.035888671875 +-0.141601562500 +0.259765625000 +-0.025024414062 +-0.078125000000 +-0.077148437500 +-0.041259765625 +0.191406250000 +0.257812500000 +0.030517578125 +-0.036621093750 +0.174804687500 +-0.210937500000 +-0.087890625000 +-0.037841796875 +0.343750000000 +-0.004608154297 +0.183593750000 +-0.160156250000 +-0.314453125000 +-0.029907226562 +0.127929687500 +-0.042480468750 +-0.068847656250 +0.075195312500 +-0.128906250000 +0.229492187500 +0.049072265625 +-0.171875000000 +0.002731323242 +0.153320312500 +0.012145996094 +0.007019042969 +0.404296875000 +-0.115722656250 +0.396484375000 +0.020385742188 +0.470703125000 +-0.322265625000 +-0.017333984375 +0.183593750000 +0.077148437500 +0.084472656250 +0.153320312500 +-0.088378906250 +0.185546875000 +0.079101562500 +-0.061035156250 +-0.165039062500 +-0.066894531250 +0.035156250000 +-0.139648437500 +-0.208007812500 +-0.106445312500 +-0.079101562500 +-0.078125000000 +-0.026123046875 +-0.109375000000 +0.201171875000 +-0.196289062500 +0.088867187500 +-0.253906250000 +0.025878906250 +-0.206054687500 +0.102050781250 +-0.259765625000 +0.183593750000 +-0.055175781250 +-0.083496093750 +-0.121582031250 +0.035888671875 +0.203125000000 +0.035400390625 +-0.138671875000 +-0.217773437500 +0.044677734375 +-0.140625000000 +-0.148437500000 +0.014526367188 +0.229492187500 +0.026245117188 +-0.022827148438 +-0.168945312500 +-0.322265625000 +0.070800781250 +0.052246093750 +-0.094726562500 +0.009582519531 +0.100585937500 +-0.121582031250 +0.283203125000 +0.154296875000 +-0.103515625000 +0.062011718750 +0.341796875000 +-0.060546875000 +0.033203125000 +0.671875000000 +-0.004791259766 +0.231445312500 +-0.137695312500 +0.511718750000 +-0.230468750000 +0.042724609375 +0.005218505859 +0.085937500000 +-0.012695312500 +0.056152343750 +-0.040283203125 +0.142578125000 +0.085937500000 +-0.183593750000 +-0.057617187500 +-0.067382812500 +-0.157226562500 +0.007019042969 +-0.073242187500 +-0.041748046875 +-0.030395507812 +0.052001953125 +-0.248046875000 +-0.453125000000 +0.013793945312 +-0.176757812500 +-0.157226562500 +0.023559570312 +-0.066406250000 +0.076660156250 +0.030273437500 +-0.373046875000 +0.125000000000 +-0.018310546875 +0.001586914062 +-0.006530761719 +0.186523437500 +0.131835937500 +-0.115722656250 +-0.014160156250 +-0.175781250000 +0.217773437500 +0.245117187500 +0.014099121094 +0.145507812500 +-0.011474609375 +-0.173828125000 +0.044921875000 +-0.194335937500 +-0.083496093750 +0.078125000000 +0.202148437500 +0.146484375000 +-0.029174804688 +-0.000751495361 +-0.120117187500 +0.032470703125 +0.131835937500 +0.009521484375 +-0.029174804688 +0.197265625000 +0.039062500000 +-0.061523437500 +0.087402343750 +-0.048583984375 +0.087890625000 +-0.118164062500 +0.226562500000 +-0.298828125000 +-0.088867187500 +0.142578125000 +0.113769531250 +-0.028442382812 +-0.070312500000 +0.110839843750 +-0.030517578125 +-0.083007812500 +-0.071289062500 +-0.085937500000 +-0.241210937500 +-0.114257812500 +0.072265625000 +-0.027709960938 +0.014648437500 +-0.078613281250 +0.125000000000 +-0.061035156250 +-0.241210937500 +0.009643554688 +-0.130859375000 +0.059814453125 +-0.007690429688 +-0.001411437988 +0.240234375000 +-0.046630859375 +-0.157226562500 +0.091796875000 +-0.003387451172 +0.053466796875 +0.107421875000 +0.085449218750 +0.097656250000 +0.029052734375 +-0.038330078125 +-0.070800781250 +0.041992187500 +0.322265625000 +-0.026611328125 +-0.044677734375 +0.081054687500 +-0.193359375000 +0.066894531250 +-0.183593750000 +0.016967773438 +-0.045654296875 +0.196289062500 +0.029174804688 +-0.091308593750 +-0.135742187500 +-0.152343750000 +-0.124511718750 +-0.121093750000 +-0.035888671875 +-0.010925292969 +0.134765625000 +-0.044921875000 +-0.016723632812 +-0.052246093750 +-0.015380859375 +0.101074218750 +-0.026245117188 +0.519531250000 +-0.248046875000 +-0.031982421875 +0.153320312500 +0.060791015625 +0.020751953125 +-0.135742187500 +-0.025878906250 +-0.100097656250 +-0.184570312500 +-0.175781250000 +0.100585937500 +-0.277343750000 +-0.071777343750 +-0.048339843750 +-0.012145996094 +-0.086914062500 +-0.086914062500 +-0.125000000000 +-0.170898437500 +-0.107910156250 +0.253906250000 +-0.237304687500 +0.079589843750 +-0.349609375000 +0.067871093750 +0.178710937500 +0.052490234375 +0.109375000000 +0.250000000000 +0.115722656250 +0.031127929688 +-0.007354736328 +-0.179687500000 +0.156250000000 +0.012084960938 +-0.192382812500 +-0.170898437500 +0.184570312500 +0.011169433594 +-0.106933593750 +-0.031738281250 +-0.107421875000 +-0.155273437500 +0.151367187500 +-0.239257812500 +0.074218750000 +-0.038574218750 +0.163085937500 +-0.076171875000 +0.097656250000 +-0.036132812500 +-0.034423828125 +-0.115722656250 +-0.134765625000 +-0.100585937500 +-0.053222656250 +0.167968750000 +-0.166015625000 +0.071777343750 +-0.029174804688 +-0.036376953125 +0.269531250000 +-0.156250000000 +0.410156250000 +-0.165039062500 +0.004852294922 +0.082519531250 +0.052246093750 +-0.337890625000 +-0.180664062500 +0.008972167969 +-0.075683593750 +-0.103515625000 +-0.335937500000 +0.131835937500 +-0.153320312500 +0.045410156250 +0.077636718750 +0.165039062500 +-0.162109375000 +-0.192382812500 +-0.086914062500 +-0.001777648926 +-0.129882812500 +-0.074218750000 +-0.170898437500 +-0.012451171875 +-0.326171875000 +0.154296875000 +-0.036132812500 +0.002853393555 +0.065917968750 +0.207031250000 +-0.184570312500 +-0.147460937500 +-0.002700805664 +-0.076660156250 +0.123046875000 +0.130859375000 +-0.011901855469 +-0.175781250000 +0.096191406250 +0.093261718750 +-0.061767578125 +-0.040527343750 +0.061279296875 +-0.097167968750 +0.014953613281 +-0.065917968750 +0.009155273438 +-0.247070312500 +0.154296875000 +-0.206054687500 +0.100585937500 +0.227539062500 +-0.043457031250 +0.164062500000 +0.122558593750 +0.061523437500 +-0.222656250000 +0.049560546875 +-0.380859375000 +-0.129882812500 +0.118652343750 +-0.093261718750 +-0.074707031250 +0.010498046875 +-0.071777343750 +0.061523437500 +0.125976562500 +0.027465820312 +-0.047607421875 +0.347656250000 +-0.092773437500 +-0.041748046875 +-0.040771484375 +-0.089355468750 +-0.191406250000 +0.156250000000 +0.040039062500 +0.158203125000 +-0.036376953125 +0.196289062500 +-0.056396484375 +-0.115722656250 +-0.139648437500 +0.194335937500 +-0.077636718750 +0.070312500000 +-0.115722656250 +0.129882812500 +-0.117675781250 +0.164062500000 +0.102539062500 +0.001724243164 +-0.146484375000 +-0.141601562500 +-0.058105468750 +0.147460937500 +-0.259765625000 +0.100585937500 +-0.094238281250 +-0.279296875000 +-0.069335937500 +-0.043701171875 +-0.073730468750 +-0.105957031250 +0.002395629883 +0.079101562500 +-0.162109375000 +-0.069824218750 +-0.208007812500 +-0.072753906250 +-0.031494140625 +-0.124023437500 +-0.208007812500 +-0.016723632812 +0.081542968750 +-0.091308593750 +-0.011169433594 +0.367187500000 +-0.081054687500 +-0.081054687500 +-0.023071289062 +0.032470703125 +-0.208984375000 +-0.105468750000 +0.012207031250 +-0.151367187500 +-0.166015625000 +-0.071289062500 +-0.079101562500 +0.040283203125 +0.147460937500 +0.060058593750 +0.133789062500 +0.527343750000 +-0.001869201660 +-0.216796875000 +-0.013549804688 +0.092285156250 +-0.235351562500 +0.081054687500 +-0.077636718750 +0.302734375000 +0.081054687500 +0.149414062500 +0.088867187500 +0.057373046875 +-0.251953125000 +-0.121582031250 +-0.239257812500 +0.064941406250 +-0.219726562500 +-0.028198242188 +-0.106933593750 +0.179687500000 +0.009338378906 +0.022094726562 +0.038085937500 +-0.066406250000 +-0.230468750000 +0.130859375000 +-0.141601562500 +-0.058837890625 +-0.135742187500 +-0.054687500000 +-0.074707031250 +-0.020629882812 +-0.057617187500 +-0.090820312500 +-0.071289062500 +0.014404296875 +-0.091796875000 +-0.029418945312 +-0.296875000000 +0.208984375000 +0.152343750000 +-0.140625000000 +-0.078125000000 +-0.011840820312 +-0.089355468750 +-0.135742187500 +-0.164062500000 +0.075683593750 +-0.024536132812 +-0.056884765625 +-0.105957031250 +0.001937866211 +0.163085937500 +-0.087402343750 +0.030151367188 +-0.028808593750 +-0.192382812500 +-0.066894531250 +-0.148437500000 +-0.012695312500 +0.025146484375 +-0.376953125000 +0.110839843750 +0.055175781250 +-0.021240234375 +-0.250000000000 +-0.090820312500 +0.094726562500 +-0.261718750000 +0.080566406250 +-0.197265625000 +0.086914062500 +-0.037353515625 +-0.134765625000 +0.083984375000 +-0.039550781250 +-0.166992187500 +0.131835937500 +-0.104003906250 +0.229492187500 +-0.173828125000 +-0.168945312500 +-0.237304687500 +0.069335937500 +-0.073730468750 +-0.070312500000 +0.103027343750 +-0.013305664062 +-0.180664062500 +0.097167968750 +-0.145507812500 +0.126953125000 +-0.060058593750 +-0.000413894653 +-0.092773437500 +-0.124023437500 +0.030151367188 +-0.078125000000 +-0.123535156250 +0.102539062500 +0.033447265625 +-0.036132812500 +-0.213867187500 +0.177734375000 +0.009826660156 +-0.304687500000 +-0.199218750000 +-0.114746093750 +0.021606445312 +-0.033935546875 +-0.117187500000 +-0.062255859375 +0.060546875000 +-0.029785156250 +-0.032470703125 +-0.037597656250 +-0.021118164062 +-0.054687500000 +-0.199218750000 +0.013671875000 +-0.149414062500 +-0.066406250000 +-0.028076171875 +-0.112304687500 +-0.158203125000 +-0.020996093750 +-0.070312500000 +-0.152343750000 +-0.032226562500 +-0.015197753906 +0.035400390625 +0.105957031250 +-0.052246093750 +0.046875000000 +-0.039550781250 +0.066894531250 +0.157226562500 +0.044677734375 +-0.030151367188 +-0.039794921875 +-0.117187500000 +-0.213867187500 +-0.233398437500 +0.061523437500 +-0.190429687500 +0.075683593750 +-0.115234375000 +0.015747070312 +0.049804687500 +-0.170898437500 +0.120605468750 +-0.244140625000 +-0.081542968750 +-0.040771484375 +-0.135742187500 +0.166015625000 +-0.001770019531 +-0.138671875000 +0.055664062500 +0.009033203125 +0.006988525391 +-0.116699218750 +-0.209960937500 +-0.087890625000 +0.065429687500 +0.015502929688 +-0.199218750000 +0.009948730469 +0.086425781250 +0.066894531250 +-0.076171875000 +-0.020507812500 +-0.165039062500 +-0.112304687500 +-0.154296875000 +-0.054931640625 +0.043212890625 +-0.066406250000 +-0.010253906250 +-0.221679687500 +0.095703125000 +0.025756835938 +-0.160156250000 +-0.227539062500 +-0.121582031250 +0.084472656250 +-0.167968750000 +-0.104980468750 +-0.127929687500 +-0.134765625000 +-0.039306640625 +0.102050781250 +0.009399414062 +-0.103515625000 +-0.052978515625 +0.339843750000 +-0.194335937500 +-0.068359375000 +-0.001251220703 +0.018676757812 +-0.040283203125 +-0.147460937500 +-0.045410156250 +-0.248046875000 +-0.025756835938 +-0.071289062500 +-0.193359375000 +0.050537109375 +-0.123046875000 +-0.040039062500 +-0.064941406250 +-0.005249023438 +-0.150390625000 +-0.075195312500 +0.018676757812 +-0.014343261719 +-0.055664062500 +-0.035644531250 +-0.124023437500 +-0.015075683594 +-0.027221679688 +-0.092773437500 +0.111816406250 +-0.279296875000 +0.018432617188 +-0.062011718750 +-0.234375000000 +-0.063476562500 +0.007232666016 +0.004791259766 +-0.134765625000 +0.031250000000 +-0.063964843750 +-0.065429687500 +-0.169921875000 +-0.033691406250 +-0.382812500000 +-0.086914062500 +-0.076171875000 +-0.045654296875 +0.013000488281 +-0.116699218750 +0.091796875000 +-0.153320312500 +0.229492187500 +0.050292968750 +-0.013427734375 +-0.082031250000 +-0.099121093750 +-0.109375000000 +-0.241210937500 +0.050048828125 +-0.065917968750 +-0.093261718750 +0.001586914062 +-0.162109375000 +0.056884765625 +-0.060058593750 +0.012573242188 +0.152343750000 +-0.082519531250 +-0.007110595703 +-0.001152038574 +-0.035156250000 +-0.034179687500 +-0.106445312500 +-0.089843750000 +-0.047851562500 +0.160156250000 +-0.269531250000 +-0.042724609375 +-0.010681152344 +-0.158203125000 +-0.118164062500 +-0.190429687500 +0.015197753906 +-0.006713867188 +-0.058593750000 +-0.070312500000 +0.093261718750 +-0.283203125000 +0.054443359375 +-0.125000000000 +0.077148437500 +-0.250000000000 +0.092285156250 +-0.062011718750 +-0.237304687500 +-0.060302734375 +0.017456054688 +-0.074707031250 +-0.067871093750 +-0.049804687500 +-0.008239746094 +-0.017089843750 +0.002548217773 +-0.186523437500 +-0.066406250000 +-0.033203125000 +0.081054687500 +-0.316406250000 +-0.035400390625 +0.019531250000 +0.109863281250 +-0.041503906250 +-0.002075195312 +-0.066406250000 +0.003646850586 +0.114746093750 +0.020385742188 +-0.039062500000 +-0.220703125000 +-0.139648437500 +0.108398437500 +-0.123535156250 +0.007659912109 +-0.063964843750 +0.076171875000 +-0.010070800781 +0.046142578125 +-0.008728027344 +-0.073730468750 +-0.074218750000 +-0.008178710938 +-0.095703125000 +0.036376953125 +-0.086914062500 +0.179687500000 +-0.154296875000 +-0.099121093750 +-0.152343750000 +-0.239257812500 +-0.063964843750 +-0.117187500000 +-0.196289062500 +-0.025756835938 +-0.168945312500 +-0.118652343750 +-0.097656250000 +0.196289062500 +0.110839843750 +0.028320312500 +0.188476562500 +-0.134765625000 +-0.194335937500 +0.316406250000 +-0.180664062500 +0.192382812500 +-0.112792968750 +0.011413574219 +0.050292968750 +-0.123046875000 +0.006591796875 +0.054199218750 +0.082519531250 +-0.036865234375 +-0.040771484375 +0.000724792480 +-0.090820312500 +0.214843750000 +-0.074707031250 +-0.182617187500 +-0.148437500000 +-0.004943847656 +-0.093261718750 +0.161132812500 +-0.078613281250 +-0.143554687500 +0.089843750000 +-0.136718750000 +-0.009155273438 +0.326171875000 +0.345703125000 +0.191406250000 +-0.123046875000 +0.072753906250 +-0.002792358398 +-0.008972167969 +-0.160156250000 +0.022338867188 +0.103515625000 +0.038574218750 +-0.018676757812 +0.082031250000 +-0.139648437500 +-0.107421875000 +0.476562500000 +0.009704589844 +0.045166015625 +-0.133789062500 +-0.121093750000 +-0.103515625000 +-0.201171875000 +0.005920410156 +0.034912109375 +-0.102539062500 +0.163085937500 +0.027709960938 +0.090332031250 +0.048339843750 +-0.010070800781 +0.176757812500 +-0.106933593750 +-0.240234375000 +0.010437011719 +-0.075683593750 +0.125976562500 +-0.116699218750 +-0.118652343750 +-0.048583984375 +0.064453125000 +0.064941406250 +0.271484375000 +0.006744384766 +-0.073242187500 +-0.055175781250 +-0.020874023438 +-0.004119873047 +-0.130859375000 +-0.181640625000 +0.056152343750 +0.028686523438 +-0.057617187500 +-0.165039062500 +0.064941406250 +-0.102050781250 +-0.095214843750 +0.022216796875 +0.005218505859 +0.117187500000 +-0.188476562500 +0.009460449219 +0.077636718750 +-0.173828125000 +-0.099609375000 +0.088378906250 +0.138671875000 +-0.042480468750 +-0.138671875000 +0.038818359375 +-0.022460937500 +-0.067871093750 +-0.139648437500 +0.039062500000 +0.140625000000 +0.224609375000 +0.225585937500 +0.038330078125 +0.128906250000 +-0.324218750000 +0.208007812500 +-0.060546875000 +0.120605468750 +0.007476806641 +-0.043212890625 +-0.412109375000 +-0.296875000000 +-0.056884765625 +-0.050781250000 +-0.042480468750 +0.108398437500 +0.027832031250 +-0.021362304688 +-0.082519531250 +0.039062500000 +-0.088378906250 +0.012817382812 +-0.146484375000 +0.037353515625 +0.096191406250 +-0.010192871094 +-0.161132812500 +-0.039062500000 +-0.014099121094 +-0.104980468750 +-0.203125000000 +0.055175781250 +-0.208007812500 +0.052001953125 +-0.102539062500 +-0.184570312500 +-0.106445312500 +-0.126953125000 +-0.081542968750 +0.184570312500 +0.070312500000 +-0.064941406250 +-0.141601562500 +0.125000000000 +0.033203125000 +-0.250000000000 +0.003311157227 +-0.017089843750 +0.106933593750 +-0.067382812500 +-0.081054687500 +0.128906250000 +-0.353515625000 +-0.033447265625 +0.220703125000 +0.197265625000 +0.162109375000 +-0.008850097656 +-0.019287109375 +-0.109375000000 +0.003753662109 +-0.062500000000 +-0.040039062500 +0.069824218750 +-0.092285156250 +0.298828125000 +0.046386718750 +0.069335937500 +-0.077148437500 +0.237304687500 +-0.160156250000 +0.003067016602 +0.177734375000 +-0.080566406250 +-0.472656250000 +-0.281250000000 +-0.075195312500 +-0.092285156250 +-0.060058593750 +0.104492187500 +0.226562500000 +-0.008666992188 +0.029785156250 +0.222656250000 +-0.115234375000 +0.001159667969 +0.088867187500 +0.009704589844 +-0.010498046875 +-0.004302978516 +-0.143554687500 +0.104003906250 +-0.052734375000 +0.102050781250 +0.128906250000 +0.037353515625 +-0.072265625000 +-0.041748046875 +0.085449218750 +-0.171875000000 +-0.084960937500 +-0.135742187500 +0.047119140625 +0.157226562500 +-0.049560546875 +-0.073730468750 +0.054687500000 +0.163085937500 +-0.031982421875 +-0.221679687500 +-0.026489257812 +-0.082519531250 +0.019531250000 +-0.201171875000 +-0.378906250000 +0.178710937500 +-0.408203125000 +0.020019531250 +0.226562500000 +0.240234375000 +-0.145507812500 +-0.010070800781 +-0.083984375000 +-0.096679687500 +-0.040771484375 +-0.021362304688 +0.063964843750 +0.056152343750 +0.208007812500 +-0.098144531250 +0.004302978516 +0.055175781250 +-0.004364013672 +0.114257812500 +-0.318359375000 +0.040527343750 +-0.114746093750 +0.126953125000 +-0.247070312500 +-0.210937500000 +0.007659912109 +-0.078125000000 +0.181640625000 +0.194335937500 +-0.015991210938 +-0.000041484833 +-0.046875000000 +0.083984375000 +-0.253906250000 +0.027099609375 +0.106933593750 +0.181640625000 +0.094726562500 +0.074218750000 +-0.122558593750 +-0.030639648438 +0.223632812500 +0.339843750000 +-0.062500000000 +0.220703125000 +-0.233398437500 +-0.006103515625 +0.203125000000 +-0.098144531250 +-0.069824218750 +0.110351562500 +0.006896972656 +0.044189453125 +-0.091796875000 +-0.073242187500 +-0.035400390625 +0.147460937500 +0.085449218750 +-0.027465820312 +-0.097167968750 +0.018676757812 +-0.043701171875 +-0.059570312500 +-0.114746093750 +0.141601562500 +-0.314453125000 +-0.000402450562 +0.320312500000 +0.129882812500 +-0.000278472900 +-0.003814697266 +-0.114257812500 +-0.127929687500 +-0.005432128906 +-0.067382812500 +0.125000000000 +0.031250000000 +0.096191406250 +-0.206054687500 +-0.035156250000 +0.046630859375 +-0.062255859375 +0.228515625000 +-0.031127929688 +-0.013305664062 +0.066894531250 +0.116210937500 +-0.018798828125 +-0.115234375000 +-0.033447265625 +-0.086425781250 +0.101562500000 +-0.023803710938 +0.087890625000 +0.057373046875 +-0.052734375000 +-0.208007812500 +-0.178710937500 +-0.098632812500 +0.242187500000 +-0.151367187500 +-0.014221191406 +-0.113769531250 +-0.041259765625 +-0.281250000000 +-0.239257812500 +0.185546875000 +0.065429687500 +0.074707031250 +-0.081054687500 +0.036621093750 +-0.006256103516 +-0.062988281250 +-0.005615234375 +-0.079101562500 +0.098144531250 +-0.058349609375 +-0.016479492188 +-0.151367187500 +-0.070800781250 +-0.002502441406 +-0.078613281250 +-0.148437500000 +0.065429687500 +-0.027832031250 +-0.079101562500 +-0.011779785156 +-0.116699218750 +-0.042480468750 +-0.158203125000 +-0.052246093750 +-0.015991210938 +0.237304687500 +-0.074707031250 +0.016479492188 +-0.048828125000 +-0.165039062500 +-0.056152343750 +-0.149414062500 +0.075683593750 +0.100097656250 +0.085449218750 +-0.318359375000 +-0.034912109375 +0.138671875000 +-0.021972656250 +0.263671875000 +-0.182617187500 +-0.056152343750 +0.061035156250 +0.075683593750 +0.016845703125 +-0.165039062500 +0.045410156250 +-0.057861328125 +-0.037597656250 +0.040039062500 +-0.009521484375 +-0.016601562500 +-0.091308593750 +-0.124023437500 +-0.337890625000 +0.010375976562 +0.036376953125 +-0.106933593750 +-0.137695312500 +-0.316406250000 +0.096191406250 +-0.281250000000 +-0.048583984375 +-0.015380859375 +0.114746093750 +0.103515625000 +0.072753906250 +-0.105957031250 +-0.055175781250 +-0.043945312500 +0.103027343750 +0.038085937500 +-0.108398437500 +-0.211914062500 +-0.044921875000 +-0.135742187500 +0.001350402832 +-0.008972167969 +-0.063476562500 +-0.106445312500 +0.143554687500 +0.030273437500 +-0.130859375000 +-0.026855468750 +-0.085937500000 +-0.077148437500 +-0.241210937500 +-0.068847656250 +0.043945312500 +0.137695312500 +-0.088867187500 +-0.054687500000 +-0.294921875000 +-0.132812500000 +-0.053710937500 +-0.144531250000 +-0.084472656250 +0.125000000000 +0.137695312500 +-0.213867187500 +-0.045898437500 +0.188476562500 +-0.071289062500 +0.314453125000 +-0.023437500000 +-0.091796875000 +-0.007781982422 +0.037109375000 +-0.155273437500 +-0.205078125000 +-0.037841796875 +-0.064941406250 +0.046875000000 +0.182617187500 +-0.019775390625 +-0.024047851562 +0.050781250000 +-0.076660156250 +0.037353515625 +-0.128906250000 +-0.048339843750 +-0.192382812500 +-0.087402343750 +0.121582031250 +-0.199218750000 +-0.134765625000 +0.011474609375 +-0.219726562500 +0.034423828125 +0.085937500000 +0.133789062500 +-0.090820312500 +-0.142578125000 +-0.040527343750 +-0.064453125000 +-0.201171875000 +0.069335937500 +-0.125976562500 +-0.062988281250 +-0.147460937500 +-0.101562500000 +0.232421875000 +-0.029296875000 +-0.185546875000 +0.006835937500 +-0.065917968750 +0.104003906250 +-0.074218750000 +-0.075683593750 +-0.089355468750 +0.066894531250 +-0.081054687500 +-0.208007812500 +0.001541137695 +-0.130859375000 +0.022827148438 +-0.328125000000 +0.036865234375 +-0.087402343750 +0.155273437500 +0.100097656250 +0.047607421875 +0.011169433594 +0.088378906250 +-0.250000000000 +-0.060058593750 +-0.033935546875 +-0.118652343750 +0.181640625000 +0.125000000000 +-0.042236328125 +0.043457031250 +0.159179687500 +-0.139648437500 +0.074218750000 +-0.204101562500 +-0.202148437500 +-0.103515625000 +0.149414062500 +0.235351562500 +-0.206054687500 +-0.199218750000 +0.136718750000 +-0.058349609375 +0.047851562500 +0.025024414062 +0.066406250000 +0.028564453125 +-0.316406250000 +0.044677734375 +-0.052246093750 +-0.039550781250 +-0.064941406250 +0.050292968750 +-0.095703125000 +-0.112304687500 +-0.083496093750 +-0.122070312500 +-0.060791015625 +0.058837890625 +-0.104003906250 +0.030273437500 +0.095214843750 +-0.101562500000 +-0.124511718750 +-0.117187500000 +0.023437500000 +-0.139648437500 +0.044433593750 +0.065917968750 +-0.031005859375 +-0.152343750000 +-0.125000000000 +0.019775390625 +0.015258789062 +-0.000261306763 +0.032470703125 +-0.050537109375 +-0.016845703125 +0.086425781250 +-0.318359375000 +0.145507812500 +-0.028198242188 +0.166015625000 +0.073730468750 +-0.007781982422 +-0.150390625000 +0.000961303711 +-0.045654296875 +-0.093750000000 +0.086914062500 +-0.015014648438 +0.104980468750 +0.063476562500 +-0.012329101562 +-0.083496093750 +0.060546875000 +-0.179687500000 +0.011535644531 +-0.222656250000 +-0.101562500000 +0.144531250000 +-0.144531250000 +-0.062500000000 +0.104980468750 +-0.112792968750 +0.026611328125 +-0.015991210938 +0.022827148438 +-0.058837890625 +-0.149414062500 +0.054199218750 +-0.400390625000 +0.049316406250 +-0.224609375000 +-0.006500244141 +0.213867187500 +0.181640625000 +-0.102539062500 +-0.073242187500 +0.125976562500 +-0.064941406250 +-0.203125000000 +0.026855468750 +0.185546875000 +0.127929687500 +-0.124511718750 +-0.054199218750 +0.216796875000 +-0.022827148438 +-0.088378906250 +-0.160156250000 +-0.054931640625 +0.030395507812 +0.071289062500 +-0.055664062500 +-0.019653320312 +-0.043457031250 +0.223632812500 +-0.002288818359 +-0.054199218750 +-0.075683593750 +-0.016479492188 +0.148437500000 +-0.106445312500 +0.083007812500 +0.083496093750 +0.089355468750 +-0.005981445312 +-0.082519531250 +-0.141601562500 +0.117675781250 +0.345703125000 +0.024047851562 +0.069335937500 +-0.187500000000 +0.107910156250 +0.028808593750 +0.164062500000 +-0.098632812500 +0.071289062500 +-0.213867187500 +-0.052001953125 +-0.208984375000 +0.077636718750 +0.066894531250 +-0.030883789062 +-0.253906250000 +-0.226562500000 +-0.040527343750 +-0.004577636719 +-0.085449218750 +0.012207031250 +-0.108398437500 +0.027099609375 +-0.049072265625 +-0.314453125000 +-0.028564453125 +-0.076660156250 +-0.070800781250 +0.332031250000 +-0.031494140625 +-0.193359375000 +-0.009033203125 +-0.041992187500 +-0.016723632812 +0.018066406250 +0.131835937500 +0.172851562500 +0.057861328125 +-0.005432128906 +-0.239257812500 +-0.028076171875 +0.000972747803 +-0.118652343750 +-0.150390625000 +0.112792968750 +-0.016113281250 +0.001243591309 +-0.142578125000 +-0.257812500000 +-0.218750000000 +0.166992187500 +-0.044189453125 +0.119140625000 +-0.122558593750 +-0.054931640625 +0.236328125000 +0.257812500000 +0.097656250000 +-0.091796875000 +0.273437500000 +-0.050292968750 +0.030517578125 +-0.105957031250 +-0.186523437500 +0.083984375000 +-0.068359375000 +-0.080078125000 +0.044189453125 +0.067871093750 +0.047607421875 +0.004455566406 +-0.072265625000 +-0.016357421875 +-0.145507812500 +0.019409179688 +-0.134765625000 +0.083496093750 +0.050781250000 +-0.097656250000 +-0.339843750000 +-0.197265625000 +-0.062988281250 +0.277343750000 +-0.016967773438 +-0.098632812500 +-0.167968750000 +-0.076171875000 +-0.062988281250 +-0.175781250000 +-0.065917968750 +0.094726562500 +-0.015563964844 +0.281250000000 +-0.047363281250 +-0.215820312500 +-0.064941406250 +-0.087402343750 +0.113281250000 +0.097167968750 +0.037841796875 +0.065429687500 +-0.062011718750 +-0.349609375000 +-0.439453125000 +-0.214843750000 +0.041015625000 +0.133789062500 +-0.054687500000 +0.030029296875 +-0.146484375000 +-0.049560546875 +-0.072265625000 +-0.206054687500 +-0.168945312500 +0.279296875000 +-0.047119140625 +0.071289062500 +0.066406250000 +-0.131835937500 +0.191406250000 +0.173828125000 +0.120117187500 +0.055908203125 +0.201171875000 +-0.044921875000 +0.015869140625 +-0.111328125000 +0.071289062500 +-0.208007812500 +-0.033691406250 +0.113281250000 +0.093261718750 +0.001129150391 +0.197265625000 +0.143554687500 +-0.130859375000 +-0.091796875000 +-0.178710937500 +0.036865234375 +-0.140625000000 +0.112304687500 +-0.119140625000 +-0.035888671875 +-0.148437500000 +-0.020629882812 +-0.135742187500 +0.168945312500 +0.037353515625 +0.007690429688 +0.037841796875 +-0.140625000000 +-0.051513671875 +-0.112792968750 +0.000320434570 +-0.032470703125 +-0.212890625000 +0.367187500000 +-0.026367187500 +-0.066894531250 +-0.028686523438 +-0.192382812500 +0.155273437500 +0.032958984375 +0.106445312500 +0.038085937500 +-0.005065917969 +-0.080078125000 +-0.247070312500 +-0.029663085938 +0.054443359375 +0.072265625000 +-0.059326171875 +-0.019775390625 +0.003997802734 +-0.059570312500 +-0.162109375000 +-0.100097656250 +-0.265625000000 +0.224609375000 +-0.110839843750 +0.052490234375 +-0.015869140625 +0.038085937500 +0.055419921875 +0.104003906250 +0.178710937500 +0.100097656250 +0.172851562500 +0.120117187500 +0.087890625000 +-0.039794921875 +0.117187500000 +-0.026245117188 +-0.170898437500 +-0.062988281250 +-0.051513671875 +0.103515625000 +-0.083007812500 +-0.091796875000 +-0.085449218750 +-0.164062500000 +-0.147460937500 +0.032958984375 +-0.083984375000 +-0.186523437500 +0.022583007812 +-0.060791015625 +-0.024291992188 +-0.010986328125 +-0.068359375000 +0.079101562500 +-0.023681640625 +0.105957031250 +0.066406250000 +-0.158203125000 +0.140625000000 +0.134765625000 +0.154296875000 +0.003967285156 +-0.142578125000 +0.135742187500 +-0.043945312500 +-0.121093750000 +-0.017456054688 +-0.124023437500 +-0.032226562500 +-0.024291992188 +0.109375000000 +-0.131835937500 +0.165039062500 +-0.094238281250 +-0.200195312500 +0.110351562500 +0.067871093750 +-0.032714843750 +-0.052246093750 +0.034667968750 +-0.080078125000 +-0.023803710938 +-0.071289062500 +-0.190429687500 +-0.184570312500 +0.006713867188 +-0.062988281250 +-0.002319335938 +-0.116699218750 +-0.034912109375 +0.066406250000 +0.077636718750 +0.181640625000 +-0.104003906250 +0.118652343750 +0.192382812500 +-0.003433227539 +-0.036621093750 +-0.044189453125 +-0.101562500000 +-0.164062500000 +0.122558593750 +0.032958984375 +0.007690429688 +0.162109375000 +-0.037353515625 +-0.298828125000 +-0.425781250000 +-0.172851562500 +-0.062988281250 +-0.125000000000 +-0.162109375000 +-0.034179687500 +-0.044189453125 +0.173828125000 +0.005187988281 +-0.166015625000 +-0.005920410156 +-0.032470703125 +0.023803710938 +0.025512695312 +-0.033447265625 +0.090820312500 +0.049316406250 +-0.064453125000 +-0.047363281250 +-0.000350952148 +-0.063964843750 +-0.109863281250 +0.055664062500 +0.007019042969 +0.061279296875 +0.036865234375 +0.147460937500 +0.059082031250 +-0.104003906250 +0.049560546875 +0.016357421875 +-0.103027343750 +0.106933593750 +-0.123535156250 +-0.026000976562 +-0.034423828125 +-0.018188476562 +-0.058593750000 +0.052734375000 +0.175781250000 +-0.139648437500 +0.135742187500 +-0.071777343750 +0.051025390625 +-0.011352539062 +0.177734375000 +-0.144531250000 +0.026367187500 +0.126953125000 +0.031250000000 +0.221679687500 +0.123046875000 +-0.048095703125 +0.136718750000 +0.179687500000 +-0.026611328125 +0.061035156250 +-0.225585937500 +0.026367187500 +-0.039794921875 +0.004882812500 +-0.213867187500 +-0.030273437500 +-0.066406250000 +-0.012451171875 +0.037597656250 +-0.036621093750 +-0.166015625000 +0.182617187500 +-0.047363281250 +-0.028808593750 +-0.122558593750 +-0.167968750000 +-0.032958984375 +0.077148437500 +-0.025634765625 +0.160156250000 +0.013061523438 +-0.018066406250 +-0.049072265625 +-0.166992187500 +0.147460937500 +-0.145507812500 +-0.156250000000 +-0.008422851562 +0.161132812500 +-0.082519531250 +0.130859375000 +-0.022705078125 +-0.007446289062 +0.107910156250 +0.067871093750 +0.300781250000 +0.078613281250 +0.050048828125 +0.115234375000 +0.073242187500 +-0.013366699219 +-0.061035156250 +-0.148437500000 +0.053710937500 +0.084472656250 +0.015502929688 +-0.014465332031 +-0.251953125000 +0.171875000000 +-0.201171875000 +-0.061767578125 +-0.044433593750 +0.106445312500 +-0.048583984375 +0.036621093750 +0.074707031250 +-0.062011718750 +0.124023437500 +-0.033203125000 +-0.049316406250 +-0.050048828125 +-0.047363281250 +0.096191406250 +-0.011657714844 +-0.215820312500 +0.014892578125 +0.020141601562 +0.060791015625 +0.047607421875 +0.045654296875 +-0.271484375000 +0.075683593750 +0.106445312500 +0.181640625000 +-0.128906250000 +0.036621093750 +0.116210937500 +-0.013061523438 +-0.061523437500 +-0.059814453125 +0.153320312500 +-0.014160156250 +-0.019775390625 +0.168945312500 +0.092285156250 +0.437500000000 +-0.335937500000 +0.070800781250 +-0.006286621094 +-0.052978515625 +-0.161132812500 +-0.099121093750 +0.101074218750 +0.077148437500 +0.082519531250 +0.052490234375 +-0.197265625000 +-0.029418945312 +-0.013183593750 +0.096191406250 +0.103027343750 +-0.017700195312 +0.009094238281 +-0.038085937500 +-0.064453125000 +0.048583984375 +-0.117675781250 +0.135742187500 +-0.149414062500 +0.019775390625 +0.088378906250 +-0.144531250000 +0.068359375000 +0.068359375000 +-0.141601562500 +0.035400390625 +0.161132812500 +-0.101562500000 +-0.033691406250 +0.217773437500 +-0.055664062500 +-0.045898437500 +0.119628906250 +0.050292968750 +-0.115234375000 +0.095214843750 +0.033203125000 +-0.108886718750 +-0.241210937500 +0.124511718750 +-0.079101562500 +0.131835937500 +0.052001953125 +-0.013427734375 +-0.151367187500 +0.086914062500 +0.141601562500 +-0.162109375000 +-0.199218750000 +0.107421875000 +-0.125000000000 +-0.039062500000 +-0.054687500000 +-0.062011718750 +0.114746093750 +-0.078613281250 +-0.082031250000 +0.001495361328 +-0.154296875000 +0.072265625000 +-0.227539062500 +-0.022949218750 +0.054443359375 +-0.047607421875 +-0.084960937500 +0.040283203125 +0.089843750000 +0.119628906250 +0.084472656250 +0.014282226562 +-0.188476562500 +0.082519531250 +0.001251220703 +-0.134765625000 +0.029052734375 +0.045166015625 +-0.076660156250 +0.038818359375 +-0.291015625000 +0.012695312500 +-0.153320312500 +-0.092773437500 +-0.108398437500 +-0.018920898438 +0.177734375000 +0.091796875000 +-0.086425781250 +0.076660156250 +0.143554687500 +-0.015563964844 +0.107910156250 +-0.000284194946 +0.076660156250 +0.017456054688 +0.162109375000 +-0.136718750000 +0.115722656250 +0.007385253906 +0.081542968750 +0.015869140625 +0.237304687500 +-0.181640625000 +-0.093750000000 +0.060058593750 +-0.155273437500 +-0.075683593750 +0.168945312500 +-0.111328125000 +-0.031738281250 +0.022338867188 +0.051025390625 +-0.137695312500 +-0.157226562500 +0.043457031250 +0.195312500000 +-0.020385742188 +-0.087890625000 +0.157226562500 +0.095703125000 +-0.043212890625 +-0.054687500000 +-0.072265625000 +-0.151367187500 +0.139648437500 +-0.213867187500 +0.101562500000 +0.146484375000 +-0.090332031250 +-0.131835937500 +-0.040771484375 +-0.099121093750 +-0.072753906250 +0.018432617188 +0.208007812500 +-0.209960937500 +-0.054443359375 +0.031127929688 +-0.003128051758 +0.052246093750 +-0.037841796875 +-0.074218750000 +0.016723632812 +-0.267578125000 +-0.009704589844 +-0.164062500000 +-0.045898437500 +0.024658203125 +-0.145507812500 +-0.007690429688 +0.091796875000 +-0.168945312500 +-0.019531250000 +0.102050781250 +-0.001762390137 +0.117675781250 +0.028930664062 +-0.086914062500 +0.025512695312 +0.036865234375 +-0.167968750000 +0.079101562500 +0.157226562500 +0.128906250000 +-0.144531250000 +-0.038330078125 +0.093750000000 +-0.147460937500 +0.031738281250 +-0.039306640625 +0.235351562500 +0.094238281250 +-0.126953125000 +0.198242187500 +0.310546875000 +-0.064453125000 +0.010498046875 +-0.138671875000 +0.057128906250 +-0.037597656250 +-0.022827148438 +-0.103515625000 +0.119628906250 +0.161132812500 +-0.165039062500 +-0.046386718750 +-0.174804687500 +-0.189453125000 +-0.009948730469 +-0.136718750000 +-0.001815795898 +0.143554687500 +0.164062500000 +-0.231445312500 +0.060302734375 +-0.028564453125 +-0.076171875000 +0.087890625000 +0.143554687500 +-0.247070312500 +-0.079101562500 +0.163085937500 +-0.155273437500 +0.098144531250 +0.064453125000 +0.204101562500 +0.144531250000 +-0.251953125000 +0.051513671875 +-0.157226562500 +-0.071289062500 +-0.011352539062 +-0.115722656250 +-0.225585937500 +-0.036865234375 +-0.038330078125 +-0.084960937500 +0.074707031250 +-0.184570312500 +0.143554687500 +-0.024658203125 +0.014770507812 +0.201171875000 +0.016357421875 +-0.064453125000 +0.030639648438 +0.040527343750 +0.121582031250 +-0.034179687500 +-0.129882812500 +0.036132812500 +-0.227539062500 +0.093750000000 +-0.109863281250 +-0.029052734375 +-0.037109375000 +-0.038574218750 +0.034667968750 +0.250000000000 +0.036865234375 +-0.058593750000 +-0.097167968750 +-0.121093750000 +0.122558593750 +-0.133789062500 +-0.093750000000 +0.159179687500 +0.304687500000 +-0.032470703125 +-0.127929687500 +0.182617187500 +-0.143554687500 +0.111328125000 +-0.181640625000 +-0.121582031250 +0.215820312500 +0.037109375000 +-0.214843750000 +-0.212890625000 +-0.142578125000 +-0.087402343750 +0.104003906250 +0.140625000000 +-0.345703125000 +0.042480468750 +-0.062988281250 +0.030273437500 +0.136718750000 +-0.015747070312 +0.157226562500 +0.028198242188 +-0.332031250000 +0.326171875000 +-0.149414062500 +0.008361816406 +0.077148437500 +-0.159179687500 +0.014587402344 +-0.043701171875 +0.065917968750 +-0.142578125000 +0.041503906250 +-0.153320312500 +0.184570312500 +-0.074218750000 +0.017944335938 +0.206054687500 +0.107421875000 +-0.417968750000 +0.187500000000 +-0.085937500000 +-0.145507812500 +0.001655578613 +-0.046386718750 +0.014770507812 +-0.289062500000 +0.008911132812 +0.071289062500 +0.316406250000 +0.041015625000 +0.207031250000 +0.047607421875 +0.028808593750 +0.129882812500 +0.144531250000 +-0.194335937500 +0.162109375000 +0.111816406250 +0.025146484375 +-0.052246093750 +0.065429687500 +0.229492187500 +-0.010864257812 +-0.017700195312 +0.132812500000 +0.131835937500 +0.135742187500 +-0.227539062500 +-0.062500000000 +0.066406250000 +-0.026000976562 +-0.056152343750 +0.041992187500 +-0.020996093750 +-0.084472656250 +-0.281250000000 +0.169921875000 +-0.197265625000 +0.152343750000 +-0.110839843750 +0.225585937500 +0.084472656250 +-0.019409179688 +0.037597656250 +0.279296875000 +-0.265625000000 +0.077636718750 +-0.114746093750 +-0.141601562500 +-0.112304687500 +-0.217773437500 +0.030761718750 +-0.095214843750 +-0.054687500000 +0.178710937500 +-0.162109375000 +-0.089355468750 +-0.089355468750 +-0.121582031250 +0.140625000000 +-0.244140625000 +-0.209960937500 +0.095214843750 +0.070800781250 +-0.006225585938 +-0.353515625000 +-0.059326171875 +-0.092285156250 +-0.110839843750 +-0.012084960938 +0.017211914062 +0.065429687500 +-0.055419921875 +0.033447265625 +0.220703125000 +-0.187500000000 +-0.024414062500 +0.018554687500 +0.040283203125 +-0.008117675781 +0.170898437500 +0.142578125000 +0.052490234375 +0.010559082031 +-0.024658203125 +-0.248046875000 +0.062255859375 +-0.125976562500 +0.261718750000 +0.026855468750 +-0.120117187500 +-0.059570312500 +-0.204101562500 +-0.269531250000 +-0.107910156250 +0.203125000000 +-0.029541015625 +-0.169921875000 +-0.032226562500 +0.034179687500 +0.104492187500 +0.152343750000 +0.088378906250 +-0.038818359375 +0.062255859375 +-0.042236328125 +-0.151367187500 +0.016845703125 +-0.159179687500 +-0.191406250000 +-0.054443359375 +-0.320312500000 +0.052246093750 +-0.050781250000 +-0.324218750000 +-0.259765625000 +0.032226562500 +0.002471923828 +-0.020141601562 +-0.135742187500 +0.005584716797 +0.242187500000 +-0.107421875000 +0.126953125000 +-0.208007812500 +0.033935546875 +0.131835937500 +-0.020141601562 +-0.051269531250 +-0.108398437500 +0.042480468750 +0.029907226562 +0.120117187500 +0.029663085938 +0.037597656250 +0.098632812500 +-0.057617187500 +-0.044921875000 +-0.098144531250 +0.024780273438 +-0.024169921875 +-0.022094726562 +0.110839843750 +-0.051513671875 +0.199218750000 +-0.032714843750 +0.063964843750 +-0.145507812500 +-0.149414062500 +-0.308593750000 +-0.028442382812 +-0.079101562500 +0.193359375000 +-0.118652343750 +-0.080078125000 +-0.102539062500 +0.129882812500 +-0.166015625000 +-0.175781250000 +0.188476562500 +-0.306640625000 +0.041259765625 +-0.040771484375 +-0.088867187500 +-0.038330078125 +0.073242187500 +0.068847656250 +-0.103027343750 +-0.090332031250 +-0.076171875000 +-0.164062500000 +-0.019775390625 +-0.033935546875 +-0.127929687500 +0.063476562500 +-0.265625000000 +-0.008483886719 +0.099609375000 +-0.237304687500 +-0.020629882812 +-0.009033203125 +0.025390625000 +0.006652832031 +-0.112304687500 +-0.104980468750 +0.089355468750 +-0.133789062500 +0.040039062500 +-0.127929687500 +-0.156250000000 +0.069335937500 +0.080566406250 +0.060058593750 +-0.035888671875 +0.010314941406 +-0.009948730469 +0.261718750000 +0.193359375000 +0.079589843750 +0.101074218750 +-0.045410156250 +-0.265625000000 +0.132812500000 +-0.099609375000 +0.048095703125 +0.086914062500 +-0.008300781250 +-0.225585937500 +0.159179687500 +-0.106445312500 +0.090332031250 +-0.241210937500 +-0.030639648438 +-0.316406250000 +0.048339843750 +-0.101074218750 +0.054931640625 +-0.105957031250 +-0.048095703125 +-0.028808593750 +-0.105957031250 +-0.003402709961 +-0.124023437500 +0.009704589844 +-0.182617187500 +0.034179687500 +-0.031250000000 +-0.134765625000 +-0.098144531250 +0.016235351562 +0.012939453125 +-0.136718750000 +-0.030273437500 +-0.083007812500 +-0.162109375000 +-0.116699218750 +-0.086425781250 +-0.051513671875 +0.063964843750 +-0.176757812500 +-0.039550781250 +-0.137695312500 +-0.371093750000 +-0.131835937500 +-0.017944335938 +0.056884765625 +0.086914062500 +-0.005249023438 +-0.055419921875 +-0.025634765625 +-0.146484375000 +0.063476562500 +-0.060058593750 +-0.194335937500 +0.229492187500 +0.310546875000 +0.022094726562 +-0.074707031250 +-0.049560546875 +-0.275390625000 +-0.013671875000 +0.127929687500 +0.031738281250 +0.034912109375 +-0.005035400391 +-0.061035156250 +-0.119628906250 +-0.007171630859 +0.033691406250 +0.134765625000 +-0.127929687500 +-0.234375000000 +-0.157226562500 +0.004821777344 +-0.112792968750 +-0.198242187500 +0.057373046875 +-0.128906250000 +-0.125000000000 +-0.023315429688 +-0.049560546875 +-0.153320312500 +0.087890625000 +0.033935546875 +0.201171875000 +0.007354736328 +-0.007171630859 +0.006622314453 +-0.176757812500 +0.005645751953 +-0.059082031250 +0.159179687500 +0.090332031250 +0.206054687500 +0.058105468750 +0.026733398438 +-0.025512695312 +-0.097167968750 +-0.115234375000 +-0.343750000000 +-0.045410156250 +-0.116210937500 +-0.034912109375 +-0.087402343750 +-0.400390625000 +-0.186523437500 +-0.084960937500 +-0.014099121094 +-0.175781250000 +-0.167968750000 +-0.062500000000 +-0.172851562500 +-0.219726562500 +-0.054443359375 +-0.077148437500 +-0.118652343750 +-0.173828125000 +-0.156250000000 +-0.090820312500 +0.103027343750 +-0.081054687500 +-0.067871093750 +-0.026123046875 +-0.212890625000 +-0.093750000000 +0.267578125000 +-0.074707031250 +0.009704589844 +-0.136718750000 +-0.157226562500 +0.171875000000 +0.090820312500 +0.153320312500 +-0.095703125000 +-0.046875000000 +-0.114746093750 +-0.080566406250 +0.064453125000 +-0.030883789062 +-0.096679687500 +0.158203125000 +-0.144531250000 +0.042236328125 +-0.104003906250 +-0.109375000000 +-0.129882812500 +-0.073730468750 +-0.416015625000 +0.238281250000 +0.065429687500 +0.054199218750 +0.006774902344 +-0.206054687500 +0.051269531250 +0.018432617188 +0.090820312500 +0.099121093750 +0.143554687500 +-0.152343750000 +-0.071777343750 +0.001159667969 +0.011169433594 +-0.118164062500 +-0.384765625000 +-0.091796875000 +-0.215820312500 +-0.006896972656 +-0.060058593750 +-0.433593750000 +0.015747070312 +-0.294921875000 +0.045654296875 +-0.111816406250 +-0.186523437500 +0.073242187500 +-0.133789062500 +-0.240234375000 +0.074707031250 +-0.049560546875 +0.011230468750 +0.010314941406 +-0.109375000000 +0.112304687500 +-0.098632812500 +-0.083007812500 +-0.034423828125 +-0.032226562500 +-0.015625000000 +-0.023071289062 +0.010986328125 +0.125976562500 +0.279296875000 +-0.253906250000 +0.204101562500 +0.233398437500 +0.016723632812 +0.191406250000 +-0.304687500000 +0.032714843750 +-0.185546875000 +-0.030029296875 +0.122558593750 +-0.096191406250 +-0.043701171875 +0.220703125000 +-0.225585937500 +0.017211914062 +-0.034667968750 +0.136718750000 +-0.020874023438 +-0.073242187500 +-0.261718750000 +0.177734375000 +0.095703125000 +-0.027465820312 +-0.002471923828 +-0.114746093750 +0.005065917969 +-0.044189453125 +-0.022216796875 +-0.005798339844 +0.169921875000 +0.042968750000 +-0.133789062500 +-0.024902343750 +0.070312500000 +-0.126953125000 +-0.237304687500 +-0.021240234375 +-0.235351562500 +0.157226562500 +-0.097656250000 +-0.120117187500 +0.186523437500 +-0.188476562500 +0.049072265625 +-0.070312500000 +-0.049072265625 +0.071777343750 +-0.146484375000 +-0.224609375000 +-0.090820312500 +-0.096191406250 +0.148437500000 +-0.150390625000 +-0.206054687500 +0.086914062500 +-0.102539062500 +0.141601562500 +-0.195312500000 +0.069824218750 +-0.039794921875 +0.153320312500 +-0.143554687500 +-0.050781250000 +0.294921875000 +-0.119628906250 +0.036376953125 +0.030029296875 +0.068359375000 +0.227539062500 +-0.076171875000 +-0.120605468750 +-0.001266479492 +-0.002426147461 +0.047119140625 +0.059570312500 +-0.076660156250 +0.037597656250 +-0.233398437500 +0.010192871094 +-0.176757812500 +0.285156250000 +-0.104492187500 +-0.012390136719 +-0.192382812500 +0.229492187500 +0.037109375000 +-0.016235351562 +0.062255859375 +-0.160156250000 +-0.030151367188 +-0.107910156250 +-0.210937500000 +-0.057617187500 +0.205078125000 +0.069335937500 +-0.067382812500 +-0.173828125000 +0.111816406250 +-0.228515625000 +-0.273437500000 +0.013305664062 +-0.246093750000 +0.267578125000 +-0.104003906250 +-0.359375000000 +-0.394531250000 +0.056884765625 +-0.118652343750 +-0.061279296875 +0.110839843750 +0.097656250000 +-0.099121093750 +-0.096679687500 +0.002822875977 +-0.021728515625 +-0.181640625000 +0.192382812500 +0.196289062500 +0.133789062500 +-0.008422851562 +-0.249023437500 +0.180664062500 +-0.127929687500 +-0.133789062500 +0.104492187500 +-0.062255859375 +0.138671875000 +0.265625000000 +0.152343750000 +-0.068847656250 +0.121093750000 +0.091308593750 +-0.175781250000 +-0.043212890625 +-0.110351562500 +-0.277343750000 +0.011413574219 +0.044677734375 +-0.060546875000 +-0.369140625000 +-0.209960937500 +0.107910156250 +-0.085937500000 +-0.111328125000 +-0.216796875000 +-0.061523437500 +0.097167968750 +0.062500000000 +-0.005218505859 +-0.068359375000 +-0.045410156250 +-0.037353515625 +-0.099121093750 +-0.232421875000 +0.184570312500 +-0.226562500000 +-0.018066406250 +-0.064941406250 +-0.273437500000 +-0.067871093750 +-0.208007812500 +0.020385742188 +-0.032226562500 +-0.098144531250 +0.096191406250 +0.180664062500 +-0.105468750000 +0.188476562500 +-0.152343750000 +0.027709960938 +-0.095703125000 +-0.057373046875 +-0.151367187500 +-0.072265625000 +-0.037841796875 +-0.089843750000 +0.161132812500 +-0.001426696777 +-0.326171875000 +-0.013000488281 +0.105957031250 +0.080566406250 +0.135742187500 +0.141601562500 +-0.094726562500 +-0.090332031250 +-0.058105468750 +-0.132812500000 +0.187500000000 +0.013916015625 +-0.014221191406 +0.283203125000 +-0.125976562500 +0.076660156250 +-0.169921875000 +0.047607421875 +-0.121093750000 +-0.058105468750 +-0.029418945312 +-0.194335937500 +-0.152343750000 +-0.004638671875 +-0.028076171875 +-0.277343750000 +-0.064453125000 +0.002777099609 +-0.090332031250 +-0.135742187500 +-0.114257812500 +-0.096679687500 +0.118652343750 +0.086914062500 +-0.104003906250 +-0.070312500000 +0.178710937500 +0.212890625000 +-0.062011718750 +-0.144531250000 +-0.047119140625 +-0.129882812500 +-0.188476562500 +-0.096679687500 +-0.287109375000 +-0.062011718750 +-0.069335937500 +-0.043701171875 +0.019042968750 +-0.359375000000 +-0.005035400391 +0.089355468750 +-0.166992187500 +0.022583007812 +-0.213867187500 +0.025024414062 +-0.044189453125 +-0.231445312500 +0.099609375000 +0.098632812500 +-0.031494140625 +0.025390625000 +0.191406250000 +0.116210937500 +-0.095214843750 +0.028930664062 +0.044189453125 +-0.050048828125 +0.234375000000 +-0.231445312500 +-0.239257812500 +0.186523437500 +-0.065429687500 +-0.138671875000 +0.142578125000 +-0.014526367188 +-0.020141601562 +0.186523437500 +-0.023437500000 +-0.022216796875 +0.027465820312 +-0.024414062500 +0.125976562500 +0.070800781250 +0.055419921875 +-0.223632812500 +-0.142578125000 +0.126953125000 +-0.046386718750 +-0.343750000000 +-0.119628906250 +-0.052978515625 +-0.250000000000 +-0.166015625000 +-0.179687500000 +-0.087890625000 +0.026855468750 +-0.159179687500 +-0.117675781250 +-0.153320312500 +0.118164062500 +-0.008972167969 +-0.070312500000 +-0.269531250000 +0.018188476562 +-0.081542968750 +-0.212890625000 +-0.171875000000 +-0.177734375000 +-0.005798339844 +-0.121093750000 +-0.125976562500 +-0.182617187500 +-0.172851562500 +0.006896972656 +0.117187500000 +-0.122558593750 +0.104003906250 +-0.195312500000 +-0.009765625000 +0.149414062500 +-0.160156250000 +-0.039306640625 +0.042480468750 +-0.023803710938 +-0.237304687500 +0.211914062500 +-0.079589843750 +-0.167968750000 +0.130859375000 +-0.160156250000 +0.101074218750 +0.063964843750 +0.172851562500 +-0.275390625000 +0.041992187500 +-0.265625000000 +-0.043945312500 +0.056640625000 +-0.089843750000 +0.071777343750 +0.148437500000 +-0.153320312500 +0.030883789062 +-0.016723632812 +-0.065429687500 +0.083984375000 +0.042724609375 +-0.016357421875 +0.173828125000 +-0.052978515625 +-0.088378906250 +-0.003875732422 +-0.367187500000 +-0.032958984375 +0.005493164062 +-0.373046875000 +-0.108886718750 +-0.261718750000 +-0.029541015625 +-0.005493164062 +-0.094238281250 +0.152343750000 +-0.042724609375 +0.211914062500 +-0.000881195068 +0.099609375000 +-0.207031250000 +0.054687500000 +-0.107910156250 +-0.162109375000 +-0.171875000000 +0.043945312500 +-0.128906250000 +-0.203125000000 +-0.204101562500 +-0.223632812500 +-0.192382812500 +-0.059326171875 +0.163085937500 +-0.006500244141 +0.078613281250 +-0.203125000000 +0.060791015625 +0.072265625000 +-0.094726562500 +-0.017089843750 +0.145507812500 +-0.130859375000 +-0.142578125000 +-0.022583007812 +0.045166015625 +-0.007110595703 +0.002334594727 +-0.102050781250 +0.195312500000 +0.018676757812 +-0.118652343750 +-0.324218750000 +-0.064453125000 +-0.187500000000 +0.075195312500 +0.004058837891 +-0.101074218750 +0.166015625000 +0.054199218750 +-0.143554687500 +-0.055664062500 +0.200195312500 +0.063964843750 +-0.063964843750 +0.016357421875 +-0.015197753906 +-0.103027343750 +0.105957031250 +0.158203125000 +0.038818359375 +-0.316406250000 +-0.168945312500 +0.006958007812 +-0.191406250000 +-0.208984375000 +-0.312500000000 +0.071777343750 +-0.104003906250 +-0.236328125000 +0.005920410156 +-0.089843750000 +0.028198242188 +0.012878417969 +0.098144531250 +-0.158203125000 +0.043945312500 +-0.111816406250 +-0.156250000000 +-0.057128906250 +-0.023193359375 +-0.119140625000 +-0.201171875000 +0.016479492188 +-0.183593750000 +-0.037841796875 +0.168945312500 +0.190429687500 +-0.015563964844 +-0.091308593750 +0.005157470703 +0.188476562500 +-0.016967773438 +-0.153320312500 +-0.077636718750 +-0.057617187500 +0.085937500000 +-0.095214843750 +0.154296875000 +0.019775390625 +0.041748046875 +0.118652343750 +-0.125000000000 +0.112304687500 +0.076171875000 +-0.089355468750 +0.018554687500 +-0.107421875000 +-0.283203125000 +0.123046875000 +0.125000000000 +-0.024047851562 +0.171875000000 +0.060546875000 +0.140625000000 +-0.145507812500 +-0.030151367188 +0.006286621094 +-0.168945312500 +-0.090332031250 +-0.113769531250 +-0.040527343750 +-0.083496093750 +0.071777343750 +-0.022216796875 +-0.214843750000 +-0.084472656250 +-0.119628906250 +-0.244140625000 +-0.208007812500 +-0.306640625000 +0.155273437500 +0.088867187500 +-0.028564453125 +-0.154296875000 +-0.044189453125 +0.136718750000 +0.143554687500 +0.022094726562 +-0.154296875000 +-0.151367187500 +-0.048828125000 +-0.105468750000 +-0.136718750000 +0.096191406250 +0.033203125000 +-0.064941406250 +-0.179687500000 +-0.120117187500 +0.006103515625 +0.060058593750 +0.048828125000 +-0.041503906250 +-0.064941406250 +-0.071289062500 +0.069824218750 +0.006622314453 +-0.088378906250 +-0.242187500000 +0.013916015625 +-0.042968750000 +0.000183105469 +0.188476562500 +-0.036132812500 +0.016479492188 +-0.014465332031 +0.081054687500 +0.328125000000 +0.018310546875 +0.021118164062 +-0.089355468750 +0.010009765625 +-0.129882812500 +-0.054931640625 +0.064453125000 +0.044189453125 +0.239257812500 +0.142578125000 +0.049072265625 +0.021728515625 +0.091308593750 +-0.101074218750 +-0.135742187500 +0.065429687500 +-0.046142578125 +-0.114746093750 +-0.120605468750 +0.071777343750 +-0.188476562500 +-0.421875000000 +-0.125976562500 +-0.104980468750 +-0.223632812500 +-0.208007812500 +-0.302734375000 +0.043701171875 +0.000440597534 +-0.013732910156 +0.004058837891 +-0.242187500000 +0.077148437500 +0.001770019531 +0.082031250000 +-0.125976562500 +0.131835937500 +-0.042724609375 +0.063964843750 +-0.049804687500 +-0.226562500000 +-0.027221679688 +-0.031738281250 +-0.050048828125 +-0.178710937500 +-0.095214843750 +0.159179687500 +0.091308593750 +-0.098632812500 +-0.005584716797 +0.061767578125 +0.023681640625 +-0.077636718750 +0.055908203125 +-0.281250000000 +-0.363281250000 +-0.102539062500 +-0.056640625000 +-0.109863281250 +0.047119140625 +-0.076171875000 +-0.306640625000 +-0.105957031250 +0.026489257812 +-0.008483886719 +-0.010559082031 +0.065429687500 +0.016479492188 +0.152343750000 +-0.078125000000 +0.022827148438 +-0.084472656250 +0.097167968750 +-0.121582031250 +0.241210937500 +-0.122070312500 +-0.008239746094 +0.033447265625 +0.123535156250 +-0.091796875000 +-0.167968750000 +-0.122558593750 +-0.014465332031 +0.189453125000 +-0.006744384766 +0.253906250000 +-0.078125000000 +0.214843750000 +-0.029785156250 +-0.114746093750 +0.104492187500 +0.011413574219 +-0.267578125000 +0.030273437500 +-0.292968750000 +-0.021972656250 +-0.070312500000 +-0.419921875000 +0.113281250000 +-0.140625000000 +0.019165039062 +0.004547119141 +-0.187500000000 +-0.139648437500 +0.093750000000 +0.155273437500 +0.074707031250 +0.044677734375 +0.168945312500 +-0.083496093750 +0.043701171875 +-0.041748046875 +-0.053955078125 +-0.247070312500 +0.139648437500 +-0.176757812500 +0.156250000000 +-0.261718750000 +-0.324218750000 +-0.357421875000 +-0.081542968750 +-0.140625000000 +-0.082519531250 +0.030517578125 +0.022094726562 +-0.265625000000 +0.054931640625 +-0.036376953125 +0.091308593750 +0.200195312500 +0.017211914062 +0.035156250000 +0.083007812500 +0.007751464844 +-0.129882812500 +-0.182617187500 +0.118652343750 +-0.064941406250 +0.148437500000 +-0.269531250000 +-0.098144531250 +-0.040771484375 +0.096679687500 +-0.104980468750 +-0.215820312500 +0.056152343750 +0.104980468750 +-0.060791015625 +-0.119140625000 +0.108398437500 +-0.113281250000 +0.199218750000 +0.012268066406 +0.113281250000 +0.031127929688 +0.019287109375 +-0.283203125000 +0.013732910156 +-0.199218750000 +-0.104003906250 +0.054931640625 +-0.273437500000 +0.002624511719 +0.082519531250 +-0.078125000000 +-0.042480468750 +-0.001472473145 +-0.187500000000 +-0.021362304688 +0.247070312500 +0.023315429688 +0.071289062500 +0.022827148438 +-0.022705078125 +0.022583007812 +-0.088378906250 +0.049804687500 +-0.005493164062 +-0.019775390625 +0.048828125000 +-0.001472473145 +-0.200195312500 +-0.170898437500 +-0.197265625000 +0.138671875000 +-0.136718750000 +-0.124511718750 +-0.119140625000 +0.384765625000 +-0.291015625000 +0.116699218750 +0.058349609375 +0.050048828125 +0.201171875000 +-0.057861328125 +0.011535644531 +-0.059570312500 +-0.171875000000 +-0.073242187500 +-0.017211914062 +0.128906250000 +-0.184570312500 +-0.089355468750 +0.205078125000 +0.063964843750 +0.045898437500 +0.132812500000 +-0.068847656250 +-0.136718750000 +-0.004302978516 +0.000240325928 +-0.006805419922 +-0.091308593750 +0.151367187500 +0.070312500000 +0.007537841797 +0.021972656250 +0.093261718750 +0.014892578125 +-0.062988281250 +-0.298828125000 +0.056640625000 +-0.240234375000 +-0.063476562500 +0.015625000000 +-0.306640625000 +-0.050292968750 +-0.128906250000 +0.036621093750 +-0.085449218750 +-0.102050781250 +-0.089355468750 +-0.049072265625 +0.172851562500 +0.047363281250 +0.055175781250 +-0.086425781250 +-0.027954101562 +0.177734375000 +-0.095703125000 +-0.055908203125 +-0.123535156250 +-0.162109375000 +0.027221679688 +-0.074218750000 +-0.251953125000 +-0.298828125000 +-0.031982421875 +-0.109375000000 +0.110351562500 +0.118652343750 +-0.196289062500 +0.124023437500 +-0.300781250000 +-0.160156250000 +0.139648437500 +-0.232421875000 +0.091308593750 +-0.060302734375 +0.150390625000 +0.141601562500 +-0.062011718750 +-0.214843750000 +-0.043701171875 +0.207031250000 +0.065429687500 +0.181640625000 +-0.300781250000 +0.105957031250 +-0.030883789062 +0.006744384766 +-0.065917968750 +-0.041015625000 +-0.267578125000 +-0.068847656250 +0.071777343750 +0.065429687500 +0.075683593750 +-0.103027343750 +-0.126953125000 +-0.099609375000 +-0.000938415527 +-0.116699218750 +0.073242187500 +-0.021118164062 +0.101074218750 +-0.263671875000 +-0.208984375000 +-0.007568359375 +-0.177734375000 +0.019775390625 +-0.226562500000 +0.028808593750 +-0.078125000000 +-0.056640625000 +-0.089843750000 +-0.002670288086 +0.042968750000 +-0.012207031250 +0.109375000000 +-0.037597656250 +-0.227539062500 +0.038818359375 +-0.236328125000 +-0.075683593750 +0.003601074219 +-0.119628906250 +-0.151367187500 +-0.052734375000 +-0.396484375000 +-0.318359375000 +-0.134765625000 +-0.273437500000 +-0.162109375000 +0.080078125000 +0.222656250000 +-0.158203125000 +-0.134765625000 +-0.024780273438 +0.060058593750 +-0.115234375000 +-0.103515625000 +-0.023315429688 +-0.103515625000 +-0.067382812500 +-0.166015625000 +-0.226562500000 +0.011291503906 +0.118652343750 +0.014099121094 +0.033691406250 +-0.135742187500 +-0.011047363281 +-0.107910156250 +-0.011901855469 +0.101562500000 +-0.089843750000 +-0.097656250000 +-0.097656250000 +0.005676269531 +0.007507324219 +0.273437500000 +-0.058349609375 +0.033203125000 +0.099121093750 +0.020385742188 +-0.038818359375 +0.056640625000 +-0.205078125000 +0.157226562500 +-0.234375000000 +-0.210937500000 +0.166992187500 +-0.075195312500 +0.129882812500 +0.066406250000 +0.055664062500 +-0.034912109375 +-0.103515625000 +-0.079589843750 +0.064941406250 +-0.041992187500 +-0.042968750000 +0.154296875000 +0.003433227539 +-0.190429687500 +-0.143554687500 +-0.152343750000 +0.013977050781 +0.002273559570 +0.031982421875 +-0.203125000000 +-0.046630859375 +-0.179687500000 +-0.219726562500 +-0.277343750000 +-0.046386718750 +0.067871093750 +0.027709960938 +-0.349609375000 +0.102539062500 +-0.236328125000 +-0.017822265625 +0.150390625000 +-0.159179687500 +-0.097167968750 +-0.169921875000 +0.023315429688 +-0.124023437500 +-0.038574218750 +-0.052246093750 +-0.028808593750 +0.246093750000 +0.128906250000 +0.010620117188 +-0.026245117188 +-0.027221679688 +0.031250000000 +0.138671875000 +0.099121093750 +-0.029296875000 +0.034423828125 +-0.075683593750 +-0.118652343750 +-0.043212890625 +0.032714843750 +-0.099121093750 +-0.035888671875 +-0.120117187500 +-0.132812500000 +-0.168945312500 +0.130859375000 +-0.106933593750 +0.098632812500 +-0.253906250000 +-0.117187500000 +0.043212890625 +-0.149414062500 +0.038085937500 +-0.030151367188 +-0.007476806641 +0.039794921875 +-0.187500000000 +-0.154296875000 +0.124023437500 +-0.177734375000 +0.053710937500 +-0.089843750000 +-0.015991210938 +-0.193359375000 +-0.149414062500 +-0.289062500000 +-0.148437500000 +-0.027465820312 +-0.126953125000 +-0.141601562500 +0.103027343750 +-0.246093750000 +-0.263671875000 +-0.085937500000 +-0.123535156250 +-0.094238281250 +-0.061035156250 +-0.139648437500 +0.076171875000 +-0.248046875000 +-0.136718750000 +0.033203125000 +-0.219726562500 +0.068359375000 +0.079589843750 +0.099609375000 +0.019409179688 +0.032958984375 +0.144531250000 +-0.101562500000 +0.246093750000 +0.028198242188 +0.010253906250 +0.069824218750 +-0.084960937500 +-0.021484375000 +0.056396484375 +0.078613281250 +0.016723632812 +0.125000000000 +-0.081054687500 +0.076660156250 +0.086425781250 +0.175781250000 +0.097167968750 +0.025512695312 +0.054199218750 +0.036865234375 +-0.037353515625 +-0.191406250000 +-0.116699218750 +0.012390136719 +-0.152343750000 +0.034179687500 +0.047363281250 +0.007812500000 +0.113281250000 +-0.017700195312 +-0.124023437500 +-0.077636718750 +-0.124511718750 +0.062011718750 +0.070800781250 +0.064453125000 +-0.050048828125 +-0.140625000000 +-0.052246093750 +-0.101074218750 +-0.025024414062 +-0.222656250000 +-0.163085937500 +0.019653320312 +-0.052734375000 +0.012451171875 +-0.078613281250 +0.104980468750 +-0.101074218750 +0.147460937500 +-0.069824218750 +0.021362304688 +0.026123046875 +-0.176757812500 +-0.124511718750 +-0.048095703125 +0.251953125000 +-0.083007812500 +0.161132812500 +0.416015625000 +0.037109375000 +0.007659912109 +0.028442382812 +-0.154296875000 +-0.148437500000 +0.025390625000 +0.056640625000 +-0.333984375000 +-0.063964843750 +0.045410156250 +0.081054687500 +0.052246093750 +0.016967773438 +0.161132812500 +0.322265625000 +0.119140625000 +0.083007812500 +-0.062988281250 +-0.093261718750 +0.050781250000 +-0.205078125000 +-0.031250000000 +-0.114746093750 +-0.183593750000 +0.114746093750 +0.190429687500 +0.084960937500 +-0.013793945312 +-0.216796875000 +-0.040283203125 +0.099609375000 +-0.075195312500 +0.121093750000 +-0.004394531250 +0.103515625000 +0.100585937500 +0.070312500000 +0.232421875000 +0.150390625000 +0.097167968750 +-0.192382812500 +-0.312500000000 +0.016113281250 +-0.196289062500 +-0.072265625000 +-0.122558593750 +0.057861328125 +0.017333984375 +-0.038574218750 +-0.204101562500 +-0.147460937500 +0.066406250000 +-0.043457031250 +0.093750000000 +-0.005828857422 +0.037109375000 +0.083007812500 +-0.016235351562 +0.019531250000 +-0.145507812500 +0.188476562500 +0.098632812500 +-0.049804687500 +0.535156250000 +0.163085937500 +-0.026855468750 +0.107421875000 +-0.052734375000 +-0.150390625000 +0.057128906250 +-0.013488769531 +-0.273437500000 +0.058349609375 +-0.054199218750 +-0.146484375000 +-0.156250000000 +-0.132812500000 +0.080078125000 +0.435546875000 +0.060302734375 +-0.077636718750 +-0.095214843750 +0.014709472656 +0.209960937500 +-0.212890625000 +-0.052978515625 +-0.070312500000 +-0.341796875000 +0.058837890625 +0.084472656250 +-0.087890625000 +-0.041992187500 +-0.208984375000 +0.002502441406 +0.220703125000 +-0.166015625000 +0.122558593750 +0.004791259766 +-0.119628906250 +0.056396484375 +0.033935546875 +0.233398437500 +0.220703125000 +0.065429687500 +-0.099121093750 +-0.289062500000 +0.109863281250 +-0.312500000000 +-0.064453125000 +-0.375000000000 +-0.052490234375 +0.002166748047 +0.077148437500 +0.024291992188 +-0.269531250000 +-0.034423828125 +-0.011291503906 +0.047607421875 +0.023071289062 +0.086914062500 +-0.015563964844 +0.077148437500 +-0.144531250000 +-0.238281250000 +0.081054687500 +-0.028198242188 +0.077148437500 +0.597656250000 +-0.117187500000 +-0.059082031250 +-0.102539062500 +0.043701171875 +-0.145507812500 +0.071289062500 +0.025634765625 +-0.273437500000 +0.028320312500 +0.029785156250 +0.085449218750 +-0.184570312500 +-0.088378906250 +0.091308593750 +0.304687500000 +0.102050781250 +-0.107421875000 +-0.240234375000 +0.093750000000 +-0.034667968750 +-0.242187500000 +-0.029174804688 +-0.076171875000 +-0.226562500000 +0.116210937500 +0.059082031250 +-0.219726562500 +-0.074218750000 +-0.251953125000 +-0.068359375000 +0.145507812500 +-0.084960937500 +0.062988281250 +-0.087402343750 +0.002731323242 +-0.168945312500 +0.150390625000 +0.165039062500 +0.221679687500 +0.155273437500 +-0.138671875000 +-0.118652343750 +-0.113281250000 +-0.310546875000 +-0.271484375000 +-0.302734375000 +-0.330078125000 +-0.108886718750 +-0.089843750000 +0.065917968750 +-0.355468750000 +0.109375000000 +0.062011718750 +0.082031250000 +0.010437011719 +-0.054199218750 +-0.012329101562 +0.146484375000 +-0.149414062500 +0.037597656250 +0.197265625000 +0.003738403320 +-0.005310058594 +0.425781250000 +0.009521484375 +-0.042480468750 +0.131835937500 +0.014709472656 +-0.050048828125 +-0.045410156250 +-0.132812500000 +-0.249023437500 +-0.055908203125 +-0.159179687500 +0.151367187500 +-0.101562500000 +0.033203125000 +0.096679687500 +0.355468750000 +0.134765625000 +-0.298828125000 +-0.070800781250 +0.060302734375 +0.306640625000 +-0.289062500000 +-0.068847656250 +0.032714843750 +0.047363281250 +0.195312500000 +0.018188476562 +0.015991210938 +-0.201171875000 +-0.125976562500 +-0.025390625000 +0.048095703125 +-0.012268066406 +0.223632812500 +-0.048828125000 +0.139648437500 +-0.341796875000 +0.269531250000 +0.065429687500 +0.058349609375 +0.044189453125 +-0.194335937500 +-0.001144409180 +0.002944946289 +-0.057128906250 +-0.357421875000 +-0.064941406250 +-0.127929687500 +-0.093750000000 +-0.139648437500 +-0.067382812500 +-0.239257812500 +0.127929687500 +-0.071777343750 +0.089843750000 +0.106933593750 +0.113769531250 +0.053710937500 +0.116699218750 +-0.126953125000 +-0.104980468750 +0.128906250000 +0.007690429688 +-0.003509521484 +0.216796875000 +0.131835937500 +0.207031250000 +-0.009399414062 +0.013488769531 +-0.126953125000 +0.038818359375 +-0.136718750000 +-0.034667968750 +-0.105957031250 +0.099121093750 +0.071289062500 +-0.112304687500 +0.108398437500 +0.079589843750 +0.349609375000 +0.013610839844 +-0.186523437500 +-0.184570312500 +-0.150390625000 +0.208007812500 +-0.142578125000 +0.056884765625 +-0.099121093750 +0.149414062500 +0.134765625000 +-0.128906250000 +-0.135742187500 +-0.058349609375 +-0.124511718750 +-0.022949218750 +-0.085449218750 +0.213867187500 +0.147460937500 +0.102539062500 +-0.079589843750 +-0.173828125000 +0.211914062500 +0.197265625000 +0.059570312500 +0.166992187500 +-0.095703125000 +0.072753906250 +-0.016601562500 +-0.187500000000 +-0.120117187500 +-0.066894531250 +0.162109375000 +-0.249023437500 +-0.003341674805 +0.001968383789 +0.012573242188 +0.038574218750 +-0.084960937500 +-0.030151367188 +0.083984375000 +0.095703125000 +0.041992187500 +0.209960937500 +-0.097167968750 +0.054931640625 +0.184570312500 +-0.132812500000 +0.057617187500 +0.357421875000 +0.063476562500 +-0.066406250000 +0.016113281250 +0.034179687500 +-0.206054687500 +0.024047851562 +-0.210937500000 +0.242187500000 +0.076660156250 +-0.028564453125 +-0.054443359375 +-0.151367187500 +0.015075683594 +0.127929687500 +0.302734375000 +0.167968750000 +-0.126953125000 +-0.029785156250 +-0.062988281250 +0.125976562500 +-0.236328125000 +-0.021484375000 +-0.049072265625 +0.076171875000 +0.018676757812 +-0.162109375000 +0.021118164062 +-0.110839843750 +-0.083007812500 +0.182617187500 +0.058349609375 +0.101074218750 +0.175781250000 +-0.041748046875 +-0.074707031250 +-0.007659912109 +0.028320312500 +0.095214843750 +0.081542968750 +0.232421875000 +0.047119140625 +0.357421875000 +-0.082519531250 +-0.212890625000 +0.041259765625 +-0.115722656250 +0.031127929688 +0.005889892578 +-0.038574218750 +0.078613281250 +0.155273437500 +-0.011291503906 +0.027099609375 +0.046142578125 +0.042236328125 +-0.123046875000 +-0.020141601562 +0.011108398438 +0.004547119141 +-0.066406250000 +0.259765625000 +0.031982421875 +0.015136718750 +0.480468750000 +0.104492187500 +-0.045898437500 +0.156250000000 +-0.092773437500 +-0.107910156250 +-0.072753906250 +-0.119628906250 +0.096191406250 +-0.045898437500 +-0.114746093750 +-0.100585937500 +-0.071289062500 +-0.134765625000 +0.221679687500 +0.246093750000 +-0.076171875000 +-0.053222656250 +0.009704589844 +0.310546875000 +-0.007232666016 +-0.365234375000 +0.161132812500 +-0.046142578125 +-0.121582031250 +0.103027343750 +0.251953125000 +0.077636718750 +-0.026245117188 +-0.361328125000 +0.221679687500 +0.083984375000 +-0.012878417969 +0.125976562500 +-0.155273437500 +-0.332031250000 +0.148437500000 +0.015991210938 +0.003479003906 +0.316406250000 +0.055419921875 +-0.169921875000 +0.055175781250 +0.144531250000 +-0.203125000000 +0.002243041992 +-0.127929687500 +0.024658203125 +-0.000999450684 +0.080566406250 +-0.033935546875 +0.120117187500 +0.084960937500 +-0.339843750000 +0.125976562500 +0.285156250000 +-0.054443359375 +-0.007354736328 +0.040527343750 +0.021240234375 +-0.015197753906 +-0.093750000000 +-0.153320312500 +-0.425781250000 +0.175781250000 +-0.071777343750 +-0.179687500000 +-0.163085937500 +-0.079589843750 +-0.376953125000 +0.067871093750 +0.174804687500 +0.028076171875 +0.210937500000 +0.051269531250 +0.150390625000 +-0.002960205078 +-0.075195312500 +-0.460937500000 +-0.085449218750 +-0.365234375000 +0.019653320312 +-0.079589843750 +0.294921875000 +-0.172851562500 +-0.159179687500 +0.249023437500 +0.069335937500 +-0.079589843750 +0.003158569336 +-0.001419067383 +0.205078125000 +-0.037353515625 +-0.101074218750 +-0.373046875000 +-0.070800781250 +-0.345703125000 +-0.188476562500 +0.038330078125 +-0.009826660156 +-0.386718750000 +0.298828125000 +-0.211914062500 +-0.079589843750 +-0.052001953125 +-0.008544921875 +0.042236328125 +-0.304687500000 +0.087890625000 +0.195312500000 +-0.157226562500 +0.183593750000 +-0.194335937500 +0.010375976562 +-0.057128906250 +0.028320312500 +0.151367187500 +-0.248046875000 +0.002227783203 +0.259765625000 +-0.065917968750 +-0.017456054688 +-0.013305664062 +0.149414062500 +-0.013549804688 +-0.116210937500 +-0.138671875000 +-0.421875000000 +0.135742187500 +-0.011657714844 +-0.098144531250 +-0.088867187500 +-0.012084960938 +-0.128906250000 +0.004699707031 +0.060058593750 +0.050292968750 +0.119140625000 +-0.040527343750 +0.138671875000 +0.144531250000 +-0.118164062500 +-0.328125000000 +-0.062011718750 +-0.041992187500 +0.054931640625 +-0.104492187500 +-0.160156250000 +0.028564453125 +-0.202148437500 +0.085449218750 +0.162109375000 +-0.064453125000 +-0.095703125000 +-0.065917968750 +0.060302734375 +-0.220703125000 +-0.106933593750 +-0.253906250000 +-0.030517578125 +-0.267578125000 +-0.036621093750 +0.016357421875 +-0.042968750000 +-0.055664062500 +0.027343750000 +-0.222656250000 +-0.202148437500 +0.086425781250 +0.031738281250 +-0.056396484375 +-0.208984375000 +0.023315429688 +0.077148437500 +-0.042236328125 +0.259765625000 +-0.365234375000 +-0.043945312500 +-0.188476562500 +-0.067871093750 +0.406250000000 +-0.166992187500 +0.026733398438 +0.324218750000 +-0.125976562500 +-0.011108398438 +0.230468750000 +0.003860473633 +-0.099609375000 +-0.209960937500 +-0.211914062500 +-0.251953125000 +0.039306640625 +-0.164062500000 +-0.183593750000 +-0.287109375000 +-0.141601562500 +-0.110351562500 +0.136718750000 +0.177734375000 +0.109375000000 +-0.009582519531 +-0.141601562500 +-0.192382812500 +0.158203125000 +-0.021118164062 +-0.279296875000 +0.066406250000 +0.072265625000 +0.050048828125 +-0.312500000000 +0.062988281250 +0.026245117188 +-0.076660156250 +0.185546875000 +0.146484375000 +-0.112304687500 +-0.028686523438 +0.177734375000 +0.207031250000 +-0.071289062500 +-0.061035156250 +-0.382812500000 +0.014709472656 +-0.269531250000 +-0.136718750000 +-0.223632812500 +0.108886718750 +-0.171875000000 +0.183593750000 +-0.355468750000 +-0.248046875000 +0.082519531250 +-0.151367187500 +0.031494140625 +-0.238281250000 +-0.135742187500 +0.025024414062 +-0.138671875000 +0.217773437500 +-0.195312500000 +-0.018920898438 +-0.178710937500 +0.048583984375 +0.457031250000 +-0.121093750000 +0.115722656250 +0.236328125000 +-0.076171875000 +-0.283203125000 +0.039306640625 +0.011840820312 +-0.176757812500 +-0.207031250000 +-0.113281250000 +-0.291015625000 +0.003723144531 +-0.192382812500 +-0.147460937500 +-0.029907226562 +-0.079589843750 +-0.081054687500 +0.271484375000 +-0.076660156250 +0.129882812500 +-0.003036499023 +-0.093750000000 +-0.114746093750 +0.079589843750 +-0.098632812500 +-0.369140625000 +0.119140625000 +0.105957031250 +-0.071777343750 +-0.114257812500 +-0.080566406250 +0.013122558594 +-0.067382812500 +0.390625000000 +0.212890625000 +-0.154296875000 +-0.096191406250 +-0.080078125000 +-0.068359375000 +-0.273437500000 +0.011169433594 +-0.255859375000 +-0.200195312500 +0.003250122070 +0.005249023438 +-0.170898437500 +0.055419921875 +0.077636718750 +0.100097656250 +-0.165039062500 +0.074707031250 +0.094726562500 +-0.182617187500 +-0.005187988281 +-0.353515625000 +-0.116699218750 +0.121582031250 +-0.186523437500 +0.341796875000 +0.006866455078 +0.006103515625 +-0.202148437500 +0.141601562500 +0.337890625000 +-0.220703125000 +0.086914062500 +0.347656250000 +-0.161132812500 +-0.205078125000 +-0.050781250000 +-0.032958984375 +-0.025268554688 +-0.333984375000 +-0.239257812500 +-0.189453125000 +0.042236328125 +-0.314453125000 +-0.125976562500 +-0.176757812500 +-0.054687500000 +-0.169921875000 +0.014953613281 +0.138671875000 +-0.104492187500 +0.159179687500 +-0.055664062500 +-0.172851562500 +-0.035156250000 +-0.003067016602 +-0.388671875000 +0.064453125000 +0.044921875000 +0.165039062500 +-0.036376953125 +0.102050781250 +0.200195312500 +0.041992187500 +0.441406250000 +0.120117187500 +-0.012817382812 +-0.184570312500 +-0.253906250000 +-0.071777343750 +-0.328125000000 +-0.080078125000 +-0.208007812500 +-0.032958984375 +0.146484375000 +-0.038818359375 +0.289062500000 +-0.097167968750 +-0.151367187500 +0.052734375000 +-0.135742187500 +0.217773437500 +0.062988281250 +-0.147460937500 +0.032226562500 +-0.222656250000 +0.018310546875 +0.193359375000 +-0.259765625000 +-0.109375000000 +0.143554687500 +-0.056640625000 +-0.203125000000 +-0.031982421875 +0.225585937500 +-0.211914062500 +-0.013488769531 +0.142578125000 +-0.039062500000 +0.023559570312 +-0.217773437500 +-0.024291992188 +0.064941406250 +-0.324218750000 +-0.259765625000 +-0.269531250000 +-0.000740051270 +-0.124511718750 +-0.076660156250 +-0.136718750000 +0.027709960938 +-0.574218750000 +0.199218750000 +0.112792968750 +-0.049804687500 +0.089843750000 +-0.035156250000 +0.004333496094 +0.063964843750 +0.070312500000 +-0.470703125000 +0.164062500000 +0.015502929688 +0.034667968750 +-0.070312500000 +-0.079589843750 +-0.094726562500 +-0.146484375000 +0.402343750000 +-0.067871093750 +-0.241210937500 +-0.113769531250 +-0.316406250000 +0.055419921875 +-0.287109375000 +0.064941406250 +-0.478515625000 +-0.020019531250 +0.036865234375 +0.032714843750 +-0.220703125000 +0.038085937500 +-0.178710937500 +0.098632812500 +-0.251953125000 +0.120117187500 +0.161132812500 +-0.017456054688 +-0.239257812500 +-0.333984375000 +-0.025512695312 +0.130859375000 +-0.146484375000 +-0.001747131348 +-0.038330078125 +-0.077636718750 +-0.250000000000 +0.065917968750 +0.183593750000 +-0.246093750000 +-0.122558593750 +0.155273437500 +0.269531250000 +0.011352539062 +-0.087890625000 +0.234375000000 +-0.003646850586 +-0.322265625000 +-0.240234375000 +-0.300781250000 +0.087890625000 +-0.117675781250 +-0.189453125000 +-0.066406250000 +-0.104003906250 +-0.625000000000 +0.104980468750 +0.198242187500 +0.021484375000 +0.202148437500 +0.011047363281 +0.056884765625 +0.052246093750 +-0.017089843750 +-0.539062500000 +0.008911132812 +-0.178710937500 +0.116210937500 +-0.240234375000 +-0.085449218750 +-0.121093750000 +-0.095214843750 +0.490234375000 +-0.037597656250 +-0.168945312500 +0.075683593750 +0.047119140625 +0.079101562500 +-0.175781250000 +0.103027343750 +-0.287109375000 +-0.100097656250 +-0.142578125000 +-0.162109375000 +-0.116699218750 +-0.066406250000 +-0.088378906250 +0.228515625000 +-0.320312500000 +-0.221679687500 +0.006439208984 +0.017333984375 +0.015014648438 +-0.324218750000 +-0.078613281250 +0.367187500000 +-0.076171875000 +-0.046386718750 +-0.003890991211 +0.152343750000 +-0.170898437500 +-0.013427734375 +-0.027587890625 +-0.197265625000 +-0.248046875000 +-0.113769531250 +-0.351562500000 +0.187500000000 +-0.137695312500 +-0.099121093750 +-0.004577636719 +-0.166992187500 +-0.172851562500 +-0.166992187500 +-0.275390625000 +0.024536132812 +0.091796875000 +0.051025390625 +0.121582031250 +-0.005706787109 +0.259765625000 +-0.125000000000 +0.468750000000 +-0.160156250000 +-0.043701171875 +-0.097167968750 +-0.221679687500 +0.029907226562 +-0.234375000000 +-0.009155273438 +-0.265625000000 +-0.155273437500 +-0.143554687500 +0.058105468750 +-0.044921875000 +-0.088378906250 +0.060058593750 +-0.063964843750 +-0.030761718750 +-0.215820312500 +0.089843750000 +-0.086914062500 +0.010925292969 +-0.168945312500 +-0.046875000000 +-0.116699218750 +-0.146484375000 +0.002487182617 +-0.089355468750 +0.195312500000 +-0.136718750000 +0.129882812500 +-0.182617187500 +-0.075195312500 +-0.051025390625 +-0.077148437500 +0.042236328125 +-0.085449218750 +0.292968750000 +0.166015625000 +0.007263183594 +-0.125976562500 +-0.145507812500 +0.140625000000 +-0.004547119141 +-0.135742187500 +0.019653320312 +-0.119140625000 +-0.215820312500 +-0.143554687500 +-0.363281250000 +0.062988281250 +-0.071289062500 +0.013244628906 +0.108886718750 +-0.076660156250 +-0.174804687500 +-0.217773437500 +-0.203125000000 +0.060302734375 +-0.000360488892 +-0.232421875000 +-0.030151367188 +-0.023925781250 +0.055908203125 +-0.092285156250 +0.402343750000 +-0.021850585938 +-0.054931640625 +0.075683593750 +-0.148437500000 +-0.042724609375 +-0.369140625000 +-0.048339843750 +-0.175781250000 +-0.173828125000 +-0.076660156250 +-0.173828125000 +0.168945312500 +-0.059570312500 +0.024658203125 +-0.010742187500 +-0.070312500000 +-0.066406250000 +-0.136718750000 +-0.201171875000 +0.205078125000 +-0.057617187500 +-0.027709960938 +0.057373046875 +-0.021728515625 +0.119140625000 +0.076660156250 +0.023193359375 +-0.045166015625 +0.021850585938 +-0.072753906250 +-0.251953125000 +-0.031982421875 +-0.109375000000 +0.009277343750 +0.038085937500 +0.183593750000 +-0.017089843750 +-0.031982421875 +-0.253906250000 +-0.098632812500 +0.104003906250 +-0.016845703125 +-0.089843750000 +0.047119140625 +-0.024780273438 +-0.223632812500 +0.009521484375 +-0.287109375000 +-0.020507812500 +0.027343750000 +-0.040527343750 +0.097167968750 +-0.090332031250 +-0.113769531250 +-0.251953125000 +-0.192382812500 +-0.056884765625 +0.071777343750 +-0.089843750000 +0.087890625000 +0.018310546875 +0.034667968750 +-0.208007812500 +0.330078125000 +-0.179687500000 +-0.145507812500 +0.088867187500 +-0.211914062500 +0.024780273438 +-0.127929687500 +-0.053466796875 +-0.176757812500 +-0.044921875000 +0.058837890625 +-0.141601562500 +0.009643554688 +0.023803710938 +0.083984375000 +-0.108886718750 +-0.085449218750 +-0.302734375000 +0.038085937500 +-0.277343750000 +0.057373046875 +-0.021118164062 +-0.025146484375 +0.044677734375 +0.004791259766 +0.239257812500 +0.132812500000 +-0.156250000000 +-0.185546875000 +-0.114257812500 +-0.084472656250 +-0.147460937500 +-0.261718750000 +0.020629882812 +0.080078125000 +0.009338378906 +0.073730468750 +-0.072265625000 +0.073242187500 +-0.204101562500 +0.058837890625 +0.194335937500 +-0.072265625000 +0.034912109375 +0.122070312500 +-0.003387451172 +-0.228515625000 +-0.023071289062 +-0.250000000000 +0.108886718750 +0.077636718750 +-0.060058593750 +0.162109375000 +0.018066406250 +-0.054687500000 +-0.231445312500 +0.073242187500 +0.207031250000 +0.118164062500 +-0.026733398438 +0.135742187500 +-0.041015625000 +0.060546875000 +-0.231445312500 +0.291015625000 +-0.147460937500 +0.101562500000 +-0.145507812500 +-0.233398437500 +0.114257812500 +0.073730468750 +0.107421875000 +-0.335937500000 +-0.174804687500 +0.004608154297 +0.111816406250 +0.074707031250 +-0.022338867188 +-0.071289062500 +-0.104492187500 +-0.100097656250 +-0.074707031250 +0.139648437500 +-0.179687500000 +-0.073730468750 +-0.017822265625 +0.071777343750 +0.039306640625 +-0.080078125000 +0.204101562500 +0.021606445312 +-0.097167968750 +-0.125976562500 +-0.144531250000 +-0.123535156250 +-0.206054687500 +-0.269531250000 +0.040039062500 +0.077636718750 +0.013183593750 +0.253906250000 +-0.051269531250 +-0.115722656250 +-0.320312500000 +-0.005462646484 +0.177734375000 +0.082519531250 +0.031005859375 +0.183593750000 +-0.101562500000 +-0.129882812500 +-0.137695312500 +-0.007232666016 +0.048095703125 +-0.084960937500 +-0.033447265625 +0.162109375000 +-0.061279296875 +0.063964843750 +-0.168945312500 +-0.291015625000 +0.092773437500 +-0.133789062500 +-0.031738281250 +0.032470703125 +-0.097167968750 +0.118652343750 +-0.154296875000 +0.281250000000 +-0.073730468750 +0.101562500000 +0.012939453125 +-0.281250000000 +0.093261718750 +0.068359375000 +0.037841796875 +-0.205078125000 +-0.133789062500 +-0.201171875000 +-0.126953125000 +-0.082031250000 +-0.094726562500 +0.055664062500 +-0.021972656250 +-0.022949218750 +-0.078125000000 +0.100097656250 +-0.255859375000 +0.042236328125 +-0.080078125000 +-0.009582519531 +-0.077636718750 +0.064941406250 +0.147460937500 +-0.224609375000 +0.000066757202 +-0.172851562500 +-0.218750000000 +0.099121093750 +-0.063964843750 +-0.228515625000 +0.148437500000 +-0.044677734375 +-0.066406250000 +0.055419921875 +0.100585937500 +0.048828125000 +-0.294921875000 +-0.080078125000 +0.229492187500 +0.142578125000 +0.094238281250 +0.022827148438 +0.008605957031 +-0.044677734375 +-0.030273437500 +-0.028442382812 +0.123046875000 +-0.106933593750 +-0.017089843750 +0.191406250000 +-0.130859375000 +0.010192871094 +-0.044677734375 +-0.104003906250 +-0.051269531250 +-0.017456054688 +0.079101562500 +0.034667968750 +0.013671875000 +0.249023437500 +-0.233398437500 +0.179687500000 +-0.015502929688 +0.084472656250 +0.041259765625 +-0.115234375000 +0.056640625000 +-0.155273437500 +0.026611328125 +-0.084472656250 +-0.125976562500 +-0.003341674805 +0.156250000000 +-0.079101562500 +-0.051025390625 +0.011779785156 +-0.240234375000 +0.101074218750 +-0.062988281250 +-0.037597656250 +-0.009338378906 +-0.007720947266 +-0.067871093750 +0.038330078125 +-0.146484375000 +0.011169433594 +0.022460937500 +-0.098632812500 +0.134765625000 +-0.035156250000 +-0.410156250000 +0.120605468750 +0.000736236572 +-0.187500000000 +0.083007812500 +-0.055664062500 +0.061279296875 +0.127929687500 +0.296875000000 +-0.035400390625 +-0.185546875000 +-0.053710937500 +0.226562500000 +0.069335937500 +0.063964843750 +0.060302734375 +-0.339843750000 +0.130859375000 +-0.099121093750 +0.123046875000 +-0.038818359375 +-0.020751953125 +0.061523437500 +0.173828125000 +-0.203125000000 +0.045898437500 +-0.021484375000 +0.078125000000 +-0.116210937500 +-0.068359375000 +-0.002975463867 +0.051757812500 +-0.078613281250 +0.189453125000 +-0.061279296875 +0.255859375000 +0.061523437500 +0.011108398438 +-0.074218750000 +-0.152343750000 +0.098632812500 +-0.186523437500 +-0.047851562500 +-0.058837890625 +-0.222656250000 +-0.041015625000 +0.144531250000 +0.049804687500 +-0.190429687500 +-0.124511718750 +-0.037841796875 +0.057128906250 +-0.060302734375 +-0.066406250000 +-0.040527343750 +-0.047851562500 +-0.222656250000 +-0.071777343750 +-0.070312500000 +-0.107421875000 +0.082519531250 +0.079101562500 +-0.002975463867 +-0.082519531250 +-0.347656250000 +0.145507812500 +-0.129882812500 +-0.111328125000 +-0.031494140625 +-0.070312500000 +0.018066406250 +0.027832031250 +0.298828125000 +-0.153320312500 +-0.324218750000 +0.028320312500 +0.195312500000 +0.109863281250 +-0.161132812500 +-0.231445312500 +0.013977050781 +-0.204101562500 +-0.059326171875 +0.033691406250 +0.005218505859 +-0.080078125000 +-0.109863281250 +0.204101562500 +0.265625000000 +-0.220703125000 +0.011230468750 +0.312500000000 +0.020385742188 +-0.063476562500 +-0.032714843750 +0.134765625000 +0.046875000000 +0.097167968750 +-0.076660156250 +-0.040283203125 +-0.042236328125 +-0.160156250000 +0.099609375000 +-0.320312500000 +-0.164062500000 +0.053710937500 +-0.148437500000 +-0.261718750000 +-0.169921875000 +-0.209960937500 +0.063476562500 +0.071777343750 +0.093750000000 +-0.053710937500 +0.141601562500 +0.074218750000 +-0.092285156250 +-0.041748046875 +0.052978515625 +0.008728027344 +-0.066406250000 +-0.154296875000 +0.207031250000 +0.019897460938 +0.054931640625 +0.179687500000 +-0.163085937500 +-0.008117675781 +-0.035400390625 +-0.136718750000 +0.141601562500 +0.183593750000 +0.018554687500 +-0.006011962891 +-0.030639648438 +0.064941406250 +0.035400390625 +0.125976562500 +-0.005035400391 +-0.041748046875 +-0.044433593750 +0.061523437500 +-0.153320312500 +-0.060791015625 +-0.040527343750 +-0.132812500000 +0.120605468750 +0.052246093750 +0.031494140625 +-0.086914062500 +0.137695312500 +0.068847656250 +0.111328125000 +-0.083984375000 +-0.064453125000 +0.255859375000 +-0.000614166260 +0.082519531250 +-0.123046875000 +0.048583984375 +0.041259765625 +0.038574218750 +0.055664062500 +0.084472656250 +-0.069335937500 +-0.044921875000 +0.088867187500 +-0.503906250000 +-0.216796875000 +-0.132812500000 +-0.159179687500 +-0.304687500000 +-0.199218750000 +-0.073730468750 +0.050537109375 +-0.071777343750 +0.089843750000 +0.120117187500 +0.059326171875 +-0.048095703125 +-0.108886718750 +0.074707031250 +-0.102539062500 +0.055419921875 +-0.039062500000 +-0.130859375000 +0.146484375000 +0.104003906250 +-0.102050781250 +0.099121093750 +-0.062500000000 +0.052001953125 +0.003082275391 +-0.168945312500 +-0.010864257812 +0.204101562500 +0.015197753906 +0.071777343750 +-0.025390625000 +0.028808593750 +0.242187500000 +0.246093750000 +0.010314941406 +-0.047607421875 +0.058837890625 +0.063476562500 +-0.133789062500 +-0.039062500000 +0.054687500000 +-0.171875000000 +-0.079589843750 +-0.036132812500 +-0.004211425781 +-0.181640625000 +-0.068847656250 +-0.004943847656 +0.145507812500 +-0.031250000000 +-0.007659912109 +0.160156250000 +-0.067871093750 +-0.062500000000 +-0.007568359375 +0.088867187500 +0.062255859375 +-0.006134033203 +0.032714843750 +-0.045166015625 +-0.050048828125 +-0.021850585938 +0.143554687500 +-0.251953125000 +-0.111816406250 +-0.005371093750 +-0.310546875000 +-0.239257812500 +-0.215820312500 +0.093261718750 +0.015747070312 +0.027465820312 +0.090332031250 +0.150390625000 +0.281250000000 +-0.108398437500 +-0.333984375000 +-0.070312500000 +-0.125976562500 +-0.144531250000 +0.035156250000 +0.026367187500 +0.009399414062 +-0.054931640625 +0.169921875000 +0.064453125000 +0.026977539062 +0.012512207031 +-0.037841796875 +0.131835937500 +0.144531250000 +0.112792968750 +-0.087402343750 +-0.001373291016 +-0.064941406250 +-0.120605468750 +0.165039062500 +0.216796875000 +0.185546875000 +0.022827148438 +-0.042724609375 +-0.029785156250 +-0.145507812500 +-0.069335937500 +-0.092773437500 +-0.335937500000 +0.017456054688 +0.178710937500 +0.021240234375 +-0.049072265625 +-0.122558593750 +-0.025268554688 +0.153320312500 +-0.198242187500 +0.035400390625 +0.059082031250 +-0.041015625000 +-0.012695312500 +-0.190429687500 +0.041015625000 +0.140625000000 +0.072265625000 +-0.015991210938 +-0.130859375000 +-0.088378906250 +-0.213867187500 +-0.046875000000 +-0.250000000000 +-0.332031250000 +-0.105957031250 +-0.318359375000 +-0.244140625000 +-0.206054687500 +0.160156250000 +-0.022216796875 +0.105468750000 +0.103027343750 +-0.126953125000 +0.253906250000 +-0.068359375000 +-0.273437500000 +-0.019287109375 +0.000591278076 +-0.054931640625 +0.087890625000 +0.079589843750 +0.041259765625 +-0.037109375000 +0.147460937500 +0.103027343750 +0.009704589844 +-0.026733398438 +0.130859375000 +-0.062255859375 +0.118652343750 +0.028564453125 +-0.289062500000 +-0.237304687500 +-0.053955078125 +0.155273437500 +0.185546875000 +0.077636718750 +0.149414062500 +0.077636718750 +-0.012268066406 +-0.080078125000 +-0.096191406250 +-0.037841796875 +-0.020263671875 +-0.176757812500 +-0.208984375000 +0.289062500000 +0.044677734375 +-0.181640625000 +0.090332031250 +0.067382812500 +0.078613281250 +-0.203125000000 +0.054199218750 +0.029052734375 +0.026611328125 +0.008056640625 +0.094726562500 +0.240234375000 +-0.003967285156 +0.053710937500 +0.046386718750 +-0.018554687500 +0.039306640625 +-0.191406250000 +-0.041992187500 +-0.343750000000 +-0.306640625000 +0.031005859375 +-0.251953125000 +-0.087402343750 +-0.406250000000 +-0.079101562500 +-0.109863281250 +-0.072753906250 +0.115722656250 +-0.011535644531 +0.054687500000 +0.061523437500 +-0.198242187500 +-0.073242187500 +0.015991210938 +-0.050292968750 +0.265625000000 +0.137695312500 +0.070800781250 +0.001182556152 +0.169921875000 +-0.208007812500 +-0.022094726562 +-0.088867187500 +-0.165039062500 +-0.118164062500 +0.036132812500 +-0.071289062500 +-0.116699218750 +0.013732910156 +-0.013305664062 +0.059570312500 +0.024169921875 +-0.029541015625 +0.046142578125 +0.067871093750 +0.107421875000 +-0.114746093750 +-0.038330078125 +-0.050781250000 +-0.087890625000 +-0.168945312500 +-0.100097656250 +0.227539062500 +-0.081054687500 +-0.051757812500 +-0.004089355469 +0.050537109375 +0.114746093750 +-0.216796875000 +-0.033935546875 +0.108886718750 +0.135742187500 +-0.104980468750 +-0.092285156250 +0.044433593750 +0.017944335938 +0.117675781250 +-0.078125000000 +-0.024658203125 +-0.036865234375 +-0.113281250000 +0.111328125000 +-0.228515625000 +-0.242187500000 +-0.107910156250 +-0.159179687500 +0.018920898438 +-0.235351562500 +0.074707031250 +-0.080078125000 +-0.049316406250 +0.310546875000 +0.049072265625 +0.024169921875 +0.053955078125 +-0.161132812500 +-0.188476562500 +-0.178710937500 +-0.050048828125 +0.006530761719 +-0.015747070312 +0.046142578125 +-0.125976562500 +0.069824218750 +-0.132812500000 +0.039306640625 +-0.079589843750 +-0.178710937500 +0.004302978516 +0.106933593750 +0.145507812500 +-0.062988281250 +-0.141601562500 +-0.143554687500 +0.077636718750 +0.015197753906 +-0.006500244141 +-0.000793457031 +-0.030639648438 +0.056640625000 +-0.170898437500 +-0.048095703125 +-0.191406250000 +-0.114257812500 +0.072753906250 +-0.063476562500 +0.131835937500 +0.154296875000 +0.048583984375 +-0.083984375000 +0.194335937500 +0.104492187500 +-0.092773437500 +-0.103027343750 +0.255859375000 +0.116210937500 +-0.138671875000 +0.104492187500 +0.008728027344 +-0.095703125000 +0.062011718750 +0.114257812500 +0.000507354736 +-0.185546875000 +-0.103027343750 +0.059082031250 +-0.429687500000 +-0.265625000000 +0.000073432922 +-0.171875000000 +-0.076660156250 +-0.291015625000 +0.051269531250 +0.187500000000 +-0.038330078125 +0.169921875000 +0.008728027344 +0.053710937500 +-0.029052734375 +-0.140625000000 +-0.030883789062 +-0.129882812500 +0.034423828125 +0.000843048096 +-0.057373046875 +0.095703125000 +0.054199218750 +-0.081542968750 +-0.219726562500 +-0.050292968750 +-0.002044677734 +-0.013244628906 +0.165039062500 +0.228515625000 +-0.014038085938 +-0.127929687500 +-0.009826660156 +0.039550781250 +-0.012634277344 +0.180664062500 +0.068847656250 +-0.038818359375 +0.024291992188 +-0.039306640625 +0.092285156250 +0.182617187500 +0.056640625000 +0.075195312500 +-0.037597656250 +-0.059326171875 +0.100097656250 +-0.077148437500 +-0.048583984375 +-0.115234375000 +-0.016113281250 +0.205078125000 +-0.093750000000 +0.041015625000 +-0.168945312500 +-0.162109375000 +-0.131835937500 +0.020385742188 +-0.031982421875 +-0.012939453125 +0.119140625000 +0.028076171875 +-0.117187500000 +-0.001846313477 +-0.020385742188 +0.065429687500 +-0.036865234375 +0.035888671875 +0.000999450684 +0.174804687500 +0.012695312500 +0.098632812500 +-0.057373046875 +-0.182617187500 +-0.181640625000 +-0.096679687500 +-0.062988281250 +-0.136718750000 +0.110351562500 +-0.049316406250 +-0.019165039062 +-0.024536132812 +0.103515625000 +-0.141601562500 +0.328125000000 +0.103027343750 +0.033691406250 +-0.060058593750 +-0.159179687500 +0.005554199219 +0.042968750000 +0.090820312500 +-0.201171875000 +-0.125976562500 +-0.316406250000 +-0.132812500000 +-0.029785156250 +-0.133789062500 +-0.075683593750 +0.043945312500 +-0.108886718750 +0.104492187500 +-0.121093750000 +0.053710937500 +-0.117675781250 +-0.064941406250 +0.014221191406 +0.046386718750 +-0.177734375000 +-0.026000976562 +0.103027343750 +-0.011352539062 +0.053955078125 +-0.004211425781 +-0.037597656250 +0.027709960938 +-0.145507812500 +0.142578125000 +-0.153320312500 +-0.184570312500 +0.124511718750 +-0.039550781250 +0.032714843750 +0.022705078125 +-0.071289062500 +0.080078125000 +-0.125000000000 +0.070312500000 +0.105468750000 +0.063476562500 +-0.020019531250 +0.057617187500 +-0.240234375000 +0.201171875000 +0.060302734375 +0.022949218750 +0.048828125000 +-0.173828125000 +0.031127929688 +-0.025390625000 +-0.011291503906 +-0.170898437500 +0.171875000000 +-0.193359375000 +0.087890625000 +0.073242187500 +0.178710937500 +-0.113281250000 +0.136718750000 +0.059082031250 +0.236328125000 +-0.080078125000 +0.155273437500 +0.195312500000 +-0.023803710938 +0.153320312500 +-0.214843750000 +0.068359375000 +-0.110351562500 +-0.141601562500 +-0.052734375000 +-0.037109375000 +-0.039794921875 +0.132812500000 +-0.190429687500 +-0.078125000000 +-0.308593750000 +0.102539062500 +-0.000020742416 +-0.063964843750 +-0.198242187500 +0.020507812500 +0.017822265625 +0.052978515625 +0.028808593750 +0.019897460938 +0.146484375000 +-0.083984375000 +-0.164062500000 +-0.105468750000 +-0.022827148438 +0.154296875000 +-0.075683593750 +-0.343750000000 +0.237304687500 +-0.024414062500 +-0.006652832031 +-0.123535156250 +-0.003707885742 +0.067871093750 +-0.156250000000 +-0.167968750000 +0.034667968750 +0.026489257812 +-0.065429687500 +0.006622314453 +0.118652343750 +0.054443359375 +0.045898437500 +0.052490234375 +-0.061035156250 +0.000410079956 +-0.079589843750 +-0.141601562500 +-0.027832031250 +0.062255859375 +0.106445312500 +-0.166992187500 +-0.048828125000 +0.049316406250 +0.103515625000 +-0.069824218750 +0.138671875000 +0.227539062500 +0.205078125000 +-0.067871093750 +-0.337890625000 +0.014770507812 +-0.216796875000 +0.221679687500 +-0.152343750000 +0.097656250000 +-0.061523437500 +-0.314453125000 +-0.066406250000 +0.269531250000 +-0.037109375000 +0.052978515625 +0.003509521484 +-0.045898437500 +-0.244140625000 +0.116699218750 +-0.192382812500 +0.127929687500 +-0.184570312500 +0.004943847656 +0.057861328125 +-0.060302734375 +-0.152343750000 +-0.019653320312 +-0.116699218750 +0.120605468750 +0.095703125000 +-0.070312500000 +-0.096191406250 +0.127929687500 +-0.114257812500 +-0.230468750000 +0.099121093750 +-0.215820312500 +0.133789062500 +0.027587890625 +0.206054687500 +-0.028320312500 +-0.275390625000 +-0.106445312500 +-0.095703125000 +-0.088867187500 +-0.005584716797 +-0.048095703125 +0.075195312500 +0.098144531250 +-0.020385742188 +0.002120971680 +-0.101562500000 +-0.320312500000 +-0.068847656250 +-0.196289062500 +0.044189453125 +0.208984375000 +0.084960937500 +0.039062500000 +0.055175781250 +-0.006652832031 +0.045166015625 +-0.121582031250 +0.085937500000 +0.097656250000 +0.347656250000 +-0.075195312500 +-0.117675781250 +0.046142578125 +-0.143554687500 +0.145507812500 +-0.176757812500 +0.159179687500 +0.117675781250 +-0.054199218750 +-0.020385742188 +-0.039794921875 +-0.083496093750 +-0.071777343750 +-0.110351562500 +0.104980468750 +0.237304687500 +0.124023437500 +-0.253906250000 +-0.181640625000 +-0.134765625000 +0.026611328125 +0.039550781250 +0.015502929688 +0.010864257812 +-0.016967773438 +-0.072753906250 +0.059082031250 +-0.056640625000 +-0.142578125000 +0.058837890625 +0.177734375000 +-0.123535156250 +-0.296875000000 +0.194335937500 +0.097656250000 +-0.094238281250 +-0.020629882812 +0.031494140625 +0.090820312500 +-0.061279296875 +-0.126953125000 +-0.027832031250 +-0.016967773438 +0.006896972656 +0.065917968750 +0.096679687500 +0.202148437500 +-0.048583984375 +0.031005859375 +-0.021728515625 +-0.070800781250 +0.111816406250 +-0.185546875000 +0.006805419922 +0.152343750000 +0.095703125000 +0.043212890625 +-0.008422851562 +-0.029418945312 +0.113281250000 +0.229492187500 +0.074707031250 +0.007019042969 +0.337890625000 +0.048095703125 +-0.088378906250 +-0.061279296875 +-0.176757812500 +0.083984375000 +-0.294921875000 +0.109375000000 +-0.287109375000 +-0.141601562500 +-0.098144531250 +-0.070312500000 +-0.057128906250 +0.025146484375 +-0.015502929688 +0.053955078125 +-0.096679687500 +0.099121093750 +-0.017211914062 +-0.049560546875 +-0.107910156250 +-0.055419921875 +0.233398437500 +-0.104003906250 +0.026977539062 +-0.007141113281 +0.057617187500 +0.026855468750 +-0.051025390625 +0.112792968750 +-0.040771484375 +0.198242187500 +-0.143554687500 +0.035888671875 +-0.139648437500 +-0.057861328125 +0.056152343750 +0.119628906250 +-0.114257812500 +-0.042724609375 +-0.083007812500 +-0.127929687500 +-0.135742187500 +-0.007446289062 +0.021850585938 +0.016845703125 +0.212890625000 +0.048828125000 +-0.211914062500 +-0.136718750000 +-0.095703125000 +-0.182617187500 +-0.085937500000 +-0.127929687500 +0.011535644531 +0.017089843750 +0.071777343750 +-0.020263671875 +0.037353515625 +0.031494140625 +-0.002380371094 +0.062988281250 +-0.112304687500 +0.040283203125 +0.152343750000 +0.010559082031 +0.269531250000 +0.066406250000 +-0.010559082031 +-0.153320312500 +-0.235351562500 +-0.055664062500 +-0.096191406250 +-0.073730468750 +-0.143554687500 +-0.033935546875 +0.004058837891 +0.223632812500 +0.080566406250 +-0.065429687500 +-0.120117187500 +-0.167968750000 +-0.134765625000 +-0.071777343750 +-0.030761718750 +-0.152343750000 +0.128906250000 +-0.249023437500 +0.143554687500 +0.105468750000 +-0.003356933594 +-0.088378906250 +-0.084472656250 +0.247070312500 +0.090820312500 +0.150390625000 +-0.128906250000 +-0.042480468750 +-0.109863281250 +0.049560546875 +0.071777343750 +0.076660156250 +0.006378173828 +-0.083984375000 +-0.014648437500 +-0.100097656250 +-0.098144531250 +0.015197753906 +0.010986328125 +0.027832031250 +0.155273437500 +0.116699218750 +-0.070800781250 +-0.080078125000 +-0.044921875000 +0.118164062500 +0.103027343750 +-0.181640625000 +-0.057373046875 +0.028564453125 +0.109863281250 +0.069335937500 +0.039550781250 +0.033447265625 +0.020629882812 +0.143554687500 +-0.173828125000 +-0.015441894531 +0.054687500000 +-0.024536132812 +-0.014648437500 +0.064941406250 +0.141601562500 +0.088867187500 +-0.361328125000 +-0.036132812500 +0.028930664062 +-0.072265625000 +0.001296997070 +0.220703125000 +-0.021606445312 +0.218750000000 +0.024902343750 +-0.107421875000 +-0.111816406250 +0.128906250000 +-0.070312500000 +-0.022583007812 +-0.113769531250 +-0.008178710938 +0.035888671875 +-0.165039062500 +-0.486328125000 +0.139648437500 +-0.084960937500 +-0.031982421875 +0.028320312500 +-0.159179687500 +-0.220703125000 +-0.078613281250 +-0.080078125000 +0.191406250000 +0.006530761719 +-0.078613281250 +-0.082519531250 +-0.123046875000 +-0.096679687500 +0.170898437500 +-0.135742187500 +-0.001754760742 +0.119628906250 +0.105468750000 +-0.036865234375 +0.250000000000 +-0.298828125000 +0.083496093750 +-0.121582031250 +-0.044921875000 +0.036132812500 +-0.031005859375 +-0.202148437500 +0.143554687500 +0.021118164062 +0.123046875000 +-0.287109375000 +0.013610839844 +-0.094726562500 +0.006011962891 +0.180664062500 +-0.027832031250 +-0.010070800781 +-0.049072265625 +0.015075683594 +-0.138671875000 +-0.201171875000 +-0.063964843750 +0.119140625000 +0.033203125000 +-0.039550781250 +-0.049804687500 +0.210937500000 +0.111816406250 +0.102539062500 +0.009277343750 +0.253906250000 +-0.151367187500 +-0.429687500000 +-0.005371093750 +-0.118164062500 +0.062988281250 +-0.034179687500 +-0.016967773438 +-0.008666992188 +0.053466796875 +0.036865234375 +0.015991210938 +-0.447265625000 +-0.030029296875 +-0.056152343750 +0.095703125000 +0.049560546875 +-0.167968750000 +-0.200195312500 +-0.082031250000 +0.097167968750 +0.128906250000 +0.038085937500 +-0.144531250000 +0.092773437500 +-0.109863281250 +0.039794921875 +0.040771484375 +0.026855468750 +0.140625000000 +-0.007934570312 +-0.041259765625 +0.022705078125 +0.030517578125 +-0.096191406250 +0.111816406250 +-0.292968750000 +-0.018066406250 +-0.082519531250 +0.044189453125 +-0.060302734375 +0.072265625000 +0.110839843750 +0.080078125000 +-0.347656250000 +0.014221191406 +-0.187500000000 +0.050048828125 +0.330078125000 +-0.113769531250 +-0.019897460938 +-0.073730468750 +0.318359375000 +0.130859375000 +-0.055908203125 +0.024780273438 +-0.006866455078 +0.031738281250 +-0.010131835938 +-0.084472656250 +0.159179687500 +0.025024414062 +0.013000488281 +-0.044677734375 +0.240234375000 +-0.263671875000 +-0.306640625000 +-0.015502929688 +-0.190429687500 +0.042724609375 +0.082031250000 +0.087402343750 +-0.035888671875 +0.029174804688 +0.076171875000 +-0.125976562500 +-0.390625000000 +0.102539062500 +0.125976562500 +0.048095703125 +0.062988281250 +-0.096191406250 +-0.275390625000 +-0.039550781250 +0.124023437500 +0.128906250000 +0.075683593750 +0.030029296875 +0.022705078125 +-0.020629882812 +0.133789062500 +0.369140625000 +0.117675781250 +-0.298828125000 +0.200195312500 +-0.029663085938 +0.041259765625 +-0.054443359375 +-0.010803222656 +0.031494140625 +-0.095703125000 +0.006591796875 +-0.128906250000 +0.028686523438 +-0.041748046875 +-0.068359375000 +0.025512695312 +0.248046875000 +-0.200195312500 +-0.099609375000 +-0.084960937500 +-0.055419921875 +0.226562500000 +-0.003128051758 +0.048828125000 +-0.029052734375 +0.102050781250 +-0.007934570312 +0.001197814941 +0.009155273438 +-0.054443359375 +-0.010131835938 +0.059814453125 +-0.009338378906 +0.017211914062 +-0.027465820312 +-0.134765625000 +-0.029174804688 +0.300781250000 +-0.243164062500 +-0.219726562500 +-0.043212890625 +-0.038574218750 +0.049316406250 +0.060302734375 +0.137695312500 +-0.026245117188 +-0.022827148438 +-0.013000488281 +-0.056396484375 +0.058837890625 +0.153320312500 +0.084472656250 +-0.044433593750 +0.217773437500 +-0.140625000000 +-0.233398437500 +-0.064453125000 +0.126953125000 +0.281250000000 +-0.070800781250 +-0.115722656250 +-0.104980468750 +-0.201171875000 +0.059814453125 +0.343750000000 +0.064453125000 +-0.125000000000 +0.020141601562 +0.044433593750 +-0.037597656250 +0.066406250000 +-0.188476562500 +0.128906250000 +0.066894531250 +-0.136718750000 +-0.153320312500 +-0.016723632812 +-0.074218750000 +0.043212890625 +0.047607421875 +0.078613281250 +-0.143554687500 +-0.108886718750 +-0.081054687500 +0.014404296875 +0.406250000000 +-0.062988281250 +0.103515625000 +-0.069335937500 +0.029785156250 +-0.080078125000 +-0.181640625000 +0.006591796875 +-0.071289062500 +0.081054687500 +0.080078125000 +-0.004699707031 +0.146484375000 +0.142578125000 +0.160156250000 +0.093261718750 +0.574218750000 +-0.212890625000 +-0.229492187500 +-0.123046875000 +-0.126953125000 +-0.021118164062 +0.054199218750 +0.052246093750 +-0.049560546875 +-0.077148437500 +0.122070312500 +-0.169921875000 +-0.089843750000 +0.044921875000 +-0.037841796875 +-0.016601562500 +0.182617187500 +-0.294921875000 +-0.125000000000 +0.069335937500 +0.065429687500 +0.060058593750 +-0.162109375000 +0.006774902344 +-0.058349609375 +0.025390625000 +-0.102050781250 +0.259765625000 +0.248046875000 +0.176757812500 +0.097656250000 +0.053222656250 +-0.119140625000 +-0.055419921875 +-0.241210937500 +0.047607421875 +0.127929687500 +-0.038085937500 +-0.085449218750 +0.006072998047 +-0.134765625000 +0.143554687500 +0.115722656250 +0.091796875000 +-0.107421875000 +-0.018676757812 +-0.047119140625 +-0.073730468750 +0.208984375000 +-0.211914062500 +0.059326171875 +-0.039062500000 +0.070312500000 +-0.094238281250 +-0.099609375000 +-0.047363281250 +0.030761718750 +0.067382812500 +0.104980468750 +-0.004821777344 +-0.042480468750 +-0.085449218750 +0.228515625000 +0.038574218750 +0.449218750000 +-0.190429687500 +-0.207031250000 +-0.241210937500 +0.147460937500 +-0.079589843750 +0.084472656250 +-0.075683593750 +-0.168945312500 +0.111328125000 +0.000942230225 +-0.291015625000 +-0.062011718750 +-0.012817382812 +0.142578125000 +-0.337890625000 +0.180664062500 +-0.265625000000 +-0.220703125000 +0.084472656250 +0.088378906250 +0.189453125000 +-0.010986328125 +0.080566406250 +-0.168945312500 +0.126953125000 +-0.123535156250 +0.143554687500 +0.208984375000 +0.061767578125 +-0.131835937500 +0.050292968750 +-0.138671875000 +0.018432617188 +-0.102050781250 +-0.066894531250 +0.073730468750 +-0.099609375000 +0.044433593750 +-0.070800781250 +-0.208984375000 +0.166015625000 +0.085449218750 +0.037109375000 +-0.047607421875 +-0.080566406250 +-0.202148437500 +0.103027343750 +0.190429687500 +-0.110839843750 +-0.074218750000 +0.031982421875 +0.160156250000 +-0.063964843750 +-0.086425781250 +0.004638671875 +0.131835937500 +0.074218750000 +0.034179687500 +0.059814453125 +-0.039062500000 +0.124023437500 +0.156250000000 +0.030639648438 +0.233398437500 +-0.192382812500 +-0.255859375000 +-0.087402343750 +0.047607421875 +-0.066894531250 +-0.232421875000 +0.068359375000 +-0.108398437500 +0.066894531250 +0.052001953125 +-0.132812500000 +-0.121582031250 +-0.013671875000 +0.005615234375 +-0.003326416016 +0.007202148438 +-0.343750000000 +-0.209960937500 +0.006011962891 +0.085449218750 +0.152343750000 +-0.071289062500 +0.022583007812 +-0.044677734375 +-0.089843750000 +-0.013000488281 +0.206054687500 +0.255859375000 +-0.063476562500 +0.064941406250 +-0.156250000000 +-0.176757812500 +0.097167968750 +0.062500000000 +-0.001762390137 +0.053222656250 +0.014160156250 +0.220703125000 +0.059570312500 +-0.088867187500 +0.160156250000 +0.015502929688 +0.036621093750 +-0.067382812500 +0.040771484375 +0.009765625000 +0.120605468750 +0.142578125000 +0.141601562500 +-0.051269531250 +0.061523437500 +0.060546875000 +0.024047851562 +0.048339843750 +-0.044677734375 +0.058105468750 +0.142578125000 +-0.082519531250 +0.000081539154 +-0.068359375000 +0.057373046875 +0.032470703125 +0.234375000000 +0.312500000000 +-0.218750000000 +-0.076171875000 +-0.128906250000 +0.060791015625 +-0.028930664062 +-0.166015625000 +0.031494140625 +0.035644531250 +-0.196289062500 +-0.143554687500 +-0.050537109375 +0.125976562500 +-0.109863281250 +-0.179687500000 +-0.020019531250 +0.052490234375 +0.138671875000 +0.037353515625 +0.208007812500 +-0.271484375000 +-0.082031250000 +0.341796875000 +0.031005859375 +-0.080566406250 +0.103515625000 +-0.019042968750 +0.078613281250 +0.201171875000 +0.134765625000 +0.101562500000 +-0.028930664062 +-0.173828125000 +-0.217773437500 +0.113769531250 +-0.138671875000 +-0.296875000000 +0.007354736328 +-0.263671875000 +-0.330078125000 +-0.193359375000 +-0.392578125000 +0.117675781250 +0.132812500000 +-0.106445312500 +-0.398437500000 +-0.136718750000 +0.008117675781 +0.112792968750 +0.071777343750 +0.082519531250 +-0.464843750000 +0.351562500000 +0.052001953125 +0.098632812500 +0.136718750000 +0.068847656250 +-0.036376953125 +-0.183593750000 +-0.103515625000 +-0.204101562500 +-0.014160156250 +0.020019531250 +0.206054687500 +0.209960937500 +-0.091308593750 +0.073730468750 +0.003326416016 +0.118164062500 +0.306640625000 +0.222656250000 +0.109863281250 +-0.103027343750 +-0.121093750000 +-0.032226562500 +0.018066406250 +-0.019897460938 +-0.113281250000 +-0.103027343750 +0.006011962891 +-0.024291992188 +0.083007812500 +0.064941406250 +0.095214843750 +-0.166992187500 +-0.043945312500 +0.154296875000 +0.038818359375 +0.028442382812 +-0.021606445312 +-0.023803710938 +0.156250000000 +0.136718750000 +0.063964843750 +0.032714843750 +0.035644531250 +0.021484375000 +-0.232421875000 +0.263671875000 +-0.271484375000 +-0.308593750000 +0.087402343750 +-0.127929687500 +-0.306640625000 +-0.180664062500 +-0.416015625000 +0.011108398438 +0.105468750000 +0.038330078125 +-0.412109375000 +-0.248046875000 +-0.006439208984 +-0.014282226562 +0.076171875000 +-0.007110595703 +-0.132812500000 +-0.012145996094 +0.045410156250 +-0.062988281250 +0.207031250000 +0.008483886719 +-0.033203125000 +-0.217773437500 +-0.052246093750 +-0.154296875000 +-0.011047363281 +-0.050781250000 +0.062500000000 +0.140625000000 +0.246093750000 +0.088867187500 +-0.098144531250 +-0.023315429688 +0.249023437500 +-0.026977539062 +0.052001953125 +0.097167968750 +0.102539062500 +-0.069824218750 +-0.114257812500 +0.093261718750 +-0.214843750000 +-0.006072998047 +0.003112792969 +-0.056152343750 +0.188476562500 +-0.030761718750 +-0.020874023438 +-0.070800781250 +-0.092773437500 +0.161132812500 +-0.025146484375 +0.007385253906 +-0.218750000000 +0.008239746094 +0.169921875000 +0.142578125000 +0.026611328125 +0.159179687500 +-0.013427734375 +-0.108886718750 +0.131835937500 +0.109863281250 +-0.332031250000 +0.018920898438 +0.122070312500 +-0.129882812500 +-0.208007812500 +-0.314453125000 +-0.210937500000 +-0.098632812500 +0.092285156250 +0.070312500000 +-0.214843750000 +-0.273437500000 +0.064453125000 +-0.123535156250 +0.026611328125 +-0.159179687500 +-0.261718750000 +0.000102519989 +-0.053466796875 +-0.116699218750 +0.025878906250 +0.002273559570 +-0.269531250000 +-0.116699218750 +0.070312500000 +-0.214843750000 +-0.231445312500 +0.148437500000 +0.057617187500 +0.159179687500 +0.073242187500 +-0.049560546875 +-0.018066406250 +0.139648437500 +0.149414062500 +0.104003906250 +0.153320312500 +0.054931640625 +0.169921875000 +-0.085937500000 +-0.144531250000 +-0.043701171875 +0.029785156250 +0.040771484375 +-0.095214843750 +0.016113281250 +0.013732910156 +0.170898437500 +0.039794921875 +-0.047119140625 +-0.011474609375 +0.022216796875 +-0.008789062500 +-0.249023437500 +-0.167968750000 +-0.093261718750 +0.087402343750 +0.159179687500 +0.078125000000 +0.147460937500 +0.053466796875 +-0.143554687500 +0.180664062500 +0.060546875000 +-0.199218750000 +-0.088867187500 +0.128906250000 +-0.058105468750 +-0.228515625000 +-0.168945312500 +-0.273437500000 +-0.289062500000 +-0.066406250000 +-0.092285156250 +-0.158203125000 +-0.435546875000 +-0.035156250000 +0.104492187500 +0.080078125000 +0.093750000000 +-0.135742187500 +-0.137695312500 +-0.046386718750 +0.067871093750 +-0.007598876953 +-0.097656250000 +-0.330078125000 +-0.004089355469 +-0.052734375000 +-0.097167968750 +0.050048828125 +0.133789062500 +0.118164062500 +0.057373046875 +-0.172851562500 +0.027709960938 +-0.137695312500 +-0.042480468750 +0.292968750000 +-0.025268554688 +0.019775390625 +0.221679687500 +-0.011535644531 +-0.022949218750 +-0.143554687500 +0.133789062500 +0.030883789062 +0.033691406250 +0.001937866211 +-0.188476562500 +0.107910156250 +0.125000000000 +0.113281250000 +-0.011047363281 +0.049072265625 +0.227539062500 +0.009643554688 +-0.156250000000 +-0.185546875000 +-0.106933593750 +0.089843750000 +0.153320312500 +0.018310546875 +0.050537109375 +0.082031250000 +0.050537109375 +-0.095703125000 +0.044677734375 +-0.078613281250 +-0.214843750000 +0.019531250000 +-0.152343750000 +-0.300781250000 +-0.082031250000 +-0.220703125000 +-0.123535156250 +-0.000598907471 +-0.029174804688 +0.016967773438 +-0.185546875000 +-0.096191406250 +0.101074218750 +-0.183593750000 +0.149414062500 +-0.031494140625 +-0.048583984375 +-0.066406250000 +-0.225585937500 +-0.187500000000 +-0.269531250000 +-0.161132812500 +-0.046630859375 +0.240234375000 +-0.067871093750 +0.078125000000 +-0.001312255859 +-0.174804687500 +-0.029907226562 +-0.172851562500 +-0.000789642334 +-0.073730468750 +0.078613281250 +0.174804687500 +0.011474609375 +0.112304687500 +-0.022949218750 +-0.065917968750 +-0.009216308594 +-0.033203125000 +0.050781250000 +0.094726562500 +-0.134765625000 +0.174804687500 +-0.049804687500 +-0.079101562500 +0.008483886719 +0.161132812500 +-0.030395507812 +0.093261718750 +0.138671875000 +0.014953613281 +-0.318359375000 +-0.140625000000 +0.071289062500 +-0.010620117188 +0.218750000000 +0.115234375000 +-0.054931640625 +-0.132812500000 +0.166015625000 +-0.151367187500 +-0.055908203125 +0.089355468750 +-0.039794921875 +0.127929687500 +-0.232421875000 +-0.172851562500 +-0.113769531250 +-0.359375000000 +-0.035888671875 +-0.045410156250 +-0.018066406250 +0.053955078125 +-0.263671875000 +-0.091796875000 +0.036132812500 +-0.038085937500 +-0.067871093750 +-0.078613281250 +0.036621093750 +-0.047851562500 +0.067871093750 +-0.230468750000 +-0.371093750000 +-0.279296875000 +0.197265625000 +-0.063476562500 +-0.114746093750 +0.072265625000 +-0.108886718750 +-0.121582031250 +-0.328125000000 +-0.199218750000 +0.223632812500 +-0.049072265625 +0.138671875000 +0.285156250000 +-0.041259765625 +0.004486083984 +-0.084472656250 +-0.217773437500 +-0.048828125000 +-0.137695312500 +0.230468750000 +0.051513671875 +-0.194335937500 +0.064453125000 +-0.114746093750 +-0.192382812500 +-0.019042968750 +0.153320312500 +0.101074218750 +0.068359375000 +0.225585937500 +-0.059082031250 +-0.328125000000 +-0.026367187500 +-0.016845703125 +0.032226562500 +0.080566406250 +0.062988281250 +0.089843750000 +0.085937500000 +-0.096191406250 +-0.082519531250 +-0.096679687500 +0.124023437500 +-0.061035156250 +0.012512207031 +-0.099121093750 +-0.316406250000 +-0.174804687500 +-0.212890625000 +-0.075683593750 +0.087890625000 +0.045654296875 +-0.086914062500 +-0.261718750000 +0.111816406250 +0.131835937500 +0.053710937500 +0.153320312500 +0.020507812500 +-0.185546875000 +-0.132812500000 +0.020019531250 +-0.169921875000 +-0.277343750000 +-0.190429687500 +0.040527343750 +-0.064453125000 +-0.127929687500 +-0.033447265625 +-0.005523681641 +0.097167968750 +-0.199218750000 +0.057617187500 +0.205078125000 +-0.079589843750 +0.180664062500 +0.154296875000 +0.061035156250 +-0.081054687500 +-0.224609375000 +-0.167968750000 +-0.039306640625 +0.018920898438 +-0.410156250000 +-0.185546875000 +-0.073730468750 +0.057373046875 +-0.127929687500 +-0.007263183594 +0.058105468750 +0.107421875000 +0.004425048828 +-0.174804687500 +0.169921875000 +0.427734375000 +-0.190429687500 +0.105957031250 +0.127929687500 +0.007751464844 +0.116699218750 +-0.109863281250 +0.065917968750 +-0.184570312500 +0.122558593750 +0.137695312500 +-0.088378906250 +0.166992187500 +-0.092285156250 +-0.439453125000 +-0.073730468750 +-0.337890625000 +-0.223632812500 +-0.095703125000 +0.015197753906 +0.012939453125 +0.029296875000 +0.223632812500 +-0.176757812500 +-0.011474609375 +-0.065429687500 +-0.072753906250 +-0.148437500000 +-0.099609375000 +-0.134765625000 +-0.069335937500 +-0.316406250000 +0.028198242188 +-0.085449218750 +0.175781250000 +-0.100097656250 +-0.137695312500 +-0.141601562500 +0.028320312500 +0.101562500000 +0.045898437500 +0.027709960938 +0.012634277344 +-0.013854980469 +0.047119140625 +0.332031250000 +-0.054443359375 +-0.208984375000 +-0.156250000000 +0.025756835938 +-0.131835937500 +-0.060302734375 +0.022827148438 +-0.139648437500 +0.103027343750 +0.007781982422 +0.125000000000 +-0.049072265625 +-0.058837890625 +0.017089843750 +0.033447265625 +-0.052001953125 +-0.306640625000 +-0.044433593750 +0.098632812500 +-0.215820312500 +-0.055908203125 +-0.175781250000 +0.077148437500 +-0.400390625000 +0.092285156250 +-0.027832031250 +-0.007019042969 +0.067382812500 +0.041503906250 +0.001129150391 +0.058349609375 +0.059326171875 +-0.349609375000 +-0.111328125000 +-0.177734375000 +-0.121093750000 +0.029052734375 +0.210937500000 +0.026611328125 +-0.063476562500 +0.294921875000 +-0.095214843750 +0.045166015625 +-0.257812500000 +-0.053955078125 +-0.147460937500 +-0.005432128906 +-0.088867187500 +-0.242187500000 +-0.168945312500 +-0.038330078125 +0.121582031250 +0.151367187500 +0.008361816406 +0.035156250000 +-0.151367187500 +0.055175781250 +0.120117187500 +-0.000326156616 +-0.055419921875 +0.005126953125 +-0.055419921875 +0.036376953125 +0.058349609375 +0.031127929688 +-0.002975463867 +-0.076171875000 +-0.110839843750 +0.017822265625 +0.316406250000 +-0.054687500000 +0.100097656250 +0.010375976562 +-0.183593750000 +0.078613281250 +-0.123535156250 +-0.161132812500 +-0.057128906250 +-0.059082031250 +0.185546875000 +-0.141601562500 +-0.096679687500 +0.181640625000 +-0.157226562500 +-0.031005859375 +-0.100585937500 +-0.062988281250 +-0.078125000000 +-0.021362304688 +0.113281250000 +-0.036865234375 +0.055419921875 +-0.017456054688 +-0.123046875000 +0.062988281250 +-0.087890625000 +-0.328125000000 +-0.111328125000 +-0.320312500000 +0.017822265625 +-0.020874023438 +0.021728515625 +0.048828125000 +0.076171875000 +0.055908203125 +-0.056884765625 +0.070312500000 +-0.226562500000 +-0.032470703125 +-0.248046875000 +-0.023803710938 +-0.001876831055 +-0.279296875000 +-0.236328125000 +0.056640625000 +-0.089843750000 +-0.162109375000 +0.008728027344 +0.080078125000 +-0.008422851562 +0.027099609375 +0.087402343750 +-0.061523437500 +-0.006866455078 +0.011169433594 +0.063476562500 +0.033447265625 +0.195312500000 +0.159179687500 +-0.140625000000 +0.007751464844 +-0.012023925781 +0.265625000000 +-0.080078125000 +-0.127929687500 +-0.005279541016 +0.070312500000 +-0.302734375000 +-0.093750000000 +-0.062988281250 +0.002700805664 +0.095214843750 +-0.055664062500 +0.086914062500 +-0.206054687500 +-0.083496093750 +0.227539062500 +-0.255859375000 +0.013854980469 +0.117187500000 +-0.138671875000 +-0.153320312500 +-0.181640625000 +-0.131835937500 +-0.061279296875 +0.129882812500 +-0.085937500000 +0.097656250000 +-0.094238281250 +-0.121582031250 +-0.104492187500 +0.031494140625 +-0.408203125000 +-0.084472656250 +-0.009582519531 +0.092773437500 +-0.092285156250 +-0.085449218750 +0.182617187500 +-0.219726562500 +0.060791015625 +-0.122558593750 +0.029541015625 +-0.209960937500 +0.104980468750 +0.092285156250 +-0.357421875000 +-0.153320312500 +-0.084472656250 +-0.120605468750 +-0.210937500000 +0.024414062500 +0.031127929688 +-0.061523437500 +-0.010803222656 +0.155273437500 +-0.003967285156 +0.052734375000 +0.040527343750 +-0.004211425781 +-0.111816406250 +0.108398437500 +0.036865234375 +-0.154296875000 +-0.146484375000 +0.059570312500 +0.046386718750 +-0.081542968750 +0.006591796875 +0.090332031250 +0.062500000000 +-0.113281250000 +-0.058593750000 +-0.087890625000 +-0.038818359375 +0.031250000000 +-0.031738281250 +0.114257812500 +-0.038818359375 +-0.318359375000 +0.304687500000 +-0.138671875000 +0.012939453125 +0.021118164062 +0.066406250000 +0.047851562500 +-0.209960937500 +-0.121093750000 +-0.112792968750 +0.081054687500 +-0.157226562500 +0.062255859375 +0.039794921875 +0.028320312500 +-0.057861328125 +0.018066406250 +-0.376953125000 +-0.051025390625 +0.061279296875 +-0.018554687500 +-0.062988281250 +-0.018432617188 +-0.119140625000 +-0.010620117188 +0.071289062500 +-0.081054687500 +0.000694274902 +-0.176757812500 +0.308593750000 +0.056884765625 +-0.445312500000 +-0.236328125000 +0.024291992188 +-0.011901855469 +-0.021484375000 +-0.110839843750 +0.065917968750 +0.002761840820 +-0.001869201660 +0.080078125000 +0.031982421875 +0.180664062500 +-0.021728515625 +-0.068359375000 +0.049560546875 +0.180664062500 +-0.138671875000 +-0.089843750000 +-0.131835937500 +0.127929687500 +-0.073242187500 +0.170898437500 +-0.038818359375 +0.027099609375 +-0.060302734375 +-0.166015625000 +-0.001426696777 +0.039794921875 +-0.012023925781 +-0.059326171875 +0.005981445312 +0.208007812500 +0.117675781250 +-0.089843750000 +0.291015625000 +-0.117187500000 +0.061523437500 +-0.024291992188 +0.111816406250 +0.034179687500 +-0.096679687500 +0.269531250000 +-0.158203125000 +0.021606445312 +0.004089355469 +0.050048828125 +0.090332031250 +-0.127929687500 +0.141601562500 +0.037353515625 +-0.421875000000 +-0.166992187500 +0.172851562500 +0.113769531250 +-0.050292968750 +0.066406250000 +0.058349609375 +0.050537109375 +0.120605468750 +0.065917968750 +-0.219726562500 +-0.184570312500 +0.287109375000 +-0.043945312500 +-0.255859375000 +-0.189453125000 +0.140625000000 +0.003570556641 +-0.013854980469 +-0.002899169922 +0.006500244141 +-0.028198242188 +-0.130859375000 +0.059814453125 +0.034912109375 +0.086425781250 +-0.216796875000 +0.012207031250 +-0.129882812500 +0.092285156250 +-0.036621093750 +0.062011718750 +0.275390625000 +0.142578125000 +-0.194335937500 +-0.009338378906 +0.044189453125 +0.228515625000 +0.022705078125 +-0.188476562500 +-0.035888671875 +-0.072265625000 +-0.036865234375 +0.003280639648 +0.250000000000 +0.229492187500 +-0.221679687500 +-0.109863281250 +0.182617187500 +-0.104492187500 +-0.057617187500 +-0.054687500000 +-0.046630859375 +-0.001075744629 +-0.065429687500 +0.152343750000 +0.011840820312 +0.169921875000 +-0.189453125000 +0.079101562500 +0.186523437500 +0.109375000000 +-0.056396484375 +0.002487182617 +-0.318359375000 +-0.113281250000 +0.040039062500 +-0.125976562500 +-0.032714843750 +0.037353515625 +0.216796875000 +-0.040283203125 +0.068847656250 +-0.024047851562 +-0.027709960938 +-0.159179687500 +0.091308593750 +-0.139648437500 +-0.255859375000 +-0.208984375000 +0.152343750000 +-0.076660156250 +0.067871093750 +-0.124511718750 +0.046386718750 +0.241210937500 +-0.053466796875 +0.079589843750 +-0.004364013672 +0.133789062500 +-0.083007812500 +-0.100097656250 +-0.312500000000 +0.078613281250 +-0.072753906250 +-0.045898437500 +-0.384765625000 +0.076660156250 +-0.259765625000 +-0.067871093750 +0.187500000000 +-0.153320312500 +0.004272460938 +0.023803710938 +0.142578125000 +0.034667968750 +-0.052490234375 +0.054931640625 +0.211914062500 +0.192382812500 +-0.193359375000 +-0.047119140625 +-0.160156250000 +-0.099121093750 +-0.065429687500 +0.174804687500 +0.076660156250 +0.173828125000 +-0.167968750000 +0.047119140625 +-0.062255859375 +-0.011901855469 +-0.019653320312 +0.031982421875 +-0.337890625000 +0.279296875000 +0.163085937500 +0.095214843750 +0.043457031250 +-0.203125000000 +-0.080566406250 +0.013549804688 +0.012634277344 +-0.683593750000 +-0.011901855469 +-0.057128906250 +0.172851562500 +0.020141601562 +0.001533508301 +-0.059326171875 +-0.275390625000 +-0.172851562500 +-0.023437500000 +-0.040771484375 +-0.083007812500 +0.277343750000 +-0.140625000000 +0.227539062500 +-0.078125000000 +0.148437500000 +0.302734375000 +-0.002304077148 +0.107421875000 +0.107421875000 +0.064941406250 +-0.251953125000 +0.130859375000 +0.127929687500 +0.132812500000 +-0.125000000000 +-0.221679687500 +0.146484375000 +-0.129882812500 +0.045166015625 +0.152343750000 +-0.304687500000 +-0.121093750000 +0.045654296875 +0.105957031250 +0.185546875000 +0.021240234375 +0.076660156250 +0.196289062500 +0.228515625000 +-0.139648437500 +0.005493164062 +-0.051025390625 +-0.113769531250 +-0.139648437500 +0.079101562500 +-0.054687500000 +0.033935546875 +-0.196289062500 +-0.068847656250 +0.036132812500 +-0.148437500000 +-0.084472656250 +-0.028076171875 +-0.116699218750 +0.020019531250 +0.109863281250 +0.102539062500 +0.164062500000 +0.005554199219 +-0.035888671875 +-0.012451171875 +0.136718750000 +-0.062011718750 +0.079589843750 +-0.000507354736 +0.116699218750 +0.103515625000 +0.224609375000 +0.243164062500 +-0.047119140625 +-0.066406250000 +0.103515625000 +-0.002365112305 +-0.241210937500 +0.118652343750 +-0.019409179688 +0.332031250000 +0.033935546875 +-0.167968750000 +0.107910156250 +-0.144531250000 +0.157226562500 +0.052001953125 +0.034912109375 +-0.294921875000 +0.030151367188 +0.050292968750 +0.088867187500 +-0.019775390625 +-0.021118164062 +-0.028564453125 +0.186523437500 +-0.156250000000 +-0.072265625000 +-0.193359375000 +-0.106445312500 +0.034179687500 +0.025024414062 +-0.081054687500 +-0.083007812500 +0.086914062500 +0.166015625000 +0.099121093750 +-0.108886718750 +-0.017456054688 +0.009033203125 +-0.105957031250 +0.217773437500 +-0.127929687500 +-0.092285156250 +-0.055419921875 +-0.106933593750 +-0.068359375000 +-0.075683593750 +-0.051757812500 +0.029174804688 +-0.047363281250 +-0.047363281250 +0.145507812500 +0.212890625000 +-0.022094726562 +0.051513671875 +-0.092773437500 +0.052978515625 +-0.024047851562 +0.118164062500 +-0.147460937500 +-0.128906250000 +0.047607421875 +0.105957031250 +0.023925781250 +0.064453125000 +0.102539062500 +-0.084960937500 +0.051025390625 +-0.007507324219 +0.071289062500 +-0.007110595703 +0.219726562500 +-0.041015625000 +0.134765625000 +-0.022949218750 +-0.028198242188 +0.029663085938 +-0.054931640625 +-0.101074218750 +-0.091796875000 +0.039794921875 +-0.318359375000 +0.103027343750 +0.024780273438 +0.215820312500 +0.118164062500 +-0.021362304688 +-0.083007812500 +0.055175781250 +-0.063964843750 +0.011108398438 +-0.211914062500 +0.123046875000 +-0.049072265625 +0.111328125000 +0.195312500000 +0.001403808594 +0.078613281250 +0.036376953125 +0.030517578125 +-0.361328125000 +0.067871093750 +0.060302734375 +-0.101562500000 +0.294921875000 +0.041259765625 +-0.057373046875 +-0.079101562500 +-0.181640625000 +0.022460937500 +-0.198242187500 +0.030151367188 +0.023559570312 +0.028442382812 +-0.145507812500 +0.079101562500 +0.166992187500 +0.102050781250 +-0.046630859375 +-0.024902343750 +0.231445312500 +-0.008789062500 +-0.012573242188 +-0.245117187500 +-0.125976562500 +-0.125976562500 +0.031127929688 +0.052490234375 +0.106445312500 +0.102539062500 +-0.014892578125 +0.081542968750 +0.089355468750 +0.041503906250 +-0.005706787109 +0.257812500000 +0.120117187500 +0.075195312500 +0.055175781250 +-0.085449218750 +0.095214843750 +0.071777343750 +-0.154296875000 +-0.094726562500 +-0.104492187500 +-0.140625000000 +-0.031494140625 +0.007873535156 +0.043212890625 +0.067382812500 +-0.132812500000 +0.010620117188 +0.064453125000 +-0.064453125000 +0.021240234375 +-0.208984375000 +0.079589843750 +0.021972656250 +0.114257812500 +0.065917968750 +-0.017700195312 +-0.134765625000 +0.099121093750 +0.007476806641 +-0.332031250000 +-0.010131835938 +0.010375976562 +-0.031982421875 +-0.002960205078 +0.162109375000 +-0.008300781250 +-0.029541015625 +-0.196289062500 +-0.000261306763 +0.027099609375 +0.043945312500 +-0.283203125000 +-0.061767578125 +-0.070312500000 +0.119628906250 +0.118164062500 +0.167968750000 +-0.065917968750 +-0.271484375000 +0.056884765625 +-0.061035156250 +0.186523437500 +-0.104003906250 +0.108398437500 +-0.158203125000 +0.062255859375 +0.185546875000 +0.083496093750 +-0.041992187500 +0.012756347656 +-0.156250000000 +0.081054687500 +-0.099609375000 +0.124511718750 +0.330078125000 +-0.008361816406 +-0.149414062500 +0.163085937500 +-0.014343261719 +-0.045898437500 +-0.021850585938 +-0.200195312500 +-0.091796875000 +-0.180664062500 +0.037109375000 +0.058593750000 +0.021362304688 +0.104003906250 +-0.174804687500 +-0.289062500000 +0.033691406250 +0.091308593750 +-0.062255859375 +-0.079101562500 +-0.222656250000 +-0.108886718750 +-0.065917968750 +0.186523437500 +-0.084960937500 +-0.166015625000 +0.071289062500 +0.020629882812 +0.261718750000 +-0.227539062500 +0.062011718750 +-0.002029418945 +-0.062255859375 +-0.121582031250 +0.086425781250 +-0.048583984375 +-0.044189453125 +-0.144531250000 +0.019653320312 +-0.106933593750 +0.218750000000 +-0.128906250000 +-0.179687500000 +-0.062988281250 +0.200195312500 +0.035400390625 +0.033203125000 +-0.031494140625 +0.234375000000 +0.084960937500 +-0.118652343750 +0.050292968750 +-0.339843750000 +-0.081542968750 +-0.071777343750 +0.012634277344 +0.006072998047 +0.028930664062 +-0.014526367188 +0.247070312500 +-0.091796875000 +0.149414062500 +-0.055664062500 +0.006347656250 +0.291015625000 +0.154296875000 +0.067382812500 +-0.054687500000 +-0.041503906250 +0.058349609375 +0.046386718750 +-0.365234375000 +-0.219726562500 +-0.146484375000 +0.022827148438 +0.044921875000 +-0.045166015625 +0.040039062500 +-0.043701171875 +-0.384765625000 +-0.021118164062 +0.125000000000 +-0.185546875000 +0.040527343750 +-0.140625000000 +-0.173828125000 +0.069824218750 +0.133789062500 +0.038330078125 +-0.033447265625 +0.021362304688 +0.025634765625 +0.335937500000 +-0.259765625000 +0.052001953125 +-0.066894531250 +-0.007934570312 +0.136718750000 +0.116210937500 +0.090332031250 +0.121582031250 +-0.169921875000 +-0.050537109375 +0.014648437500 +-0.384765625000 +0.052490234375 +-0.063476562500 +-0.339843750000 +0.330078125000 +0.090332031250 +0.113281250000 +0.108886718750 +0.015991210938 +0.097167968750 +0.010314941406 +0.170898437500 +-0.625000000000 +-0.070800781250 +0.051025390625 +0.017089843750 +0.164062500000 +-0.151367187500 +-0.104492187500 +0.105957031250 +-0.216796875000 +0.052490234375 +-0.078125000000 +-0.186523437500 +0.152343750000 +0.219726562500 +0.098144531250 +-0.011474609375 +-0.029052734375 +0.118652343750 +-0.033447265625 +-0.343750000000 +-0.263671875000 +-0.082031250000 +-0.183593750000 +-0.101562500000 +-0.035888671875 +0.031127929688 +0.018676757812 +-0.217773437500 +-0.408203125000 +0.217773437500 +0.075195312500 +0.175781250000 +0.455078125000 +0.231445312500 +0.171875000000 +-0.056884765625 +0.095703125000 +0.189453125000 +-0.143554687500 +-0.562500000000 +0.086425781250 +-0.237304687500 +0.041015625000 +0.015502929688 +0.106445312500 +0.209960937500 +0.043457031250 +0.283203125000 +0.096191406250 +-0.138671875000 +-0.531250000000 +0.005371093750 +-0.027465820312 +0.267578125000 +0.056152343750 +0.004852294922 +-0.363281250000 +-0.142578125000 +0.028442382812 +-0.145507812500 +-0.025878906250 +0.118164062500 +-0.010559082031 +-0.026367187500 +0.079101562500 +-0.055175781250 +-0.051513671875 +0.046142578125 +0.063476562500 +0.094726562500 +0.059082031250 +-0.235351562500 +-0.159179687500 +-0.234375000000 +0.128906250000 +-0.337890625000 +0.233398437500 +0.091796875000 +-0.090820312500 +-0.410156250000 +-0.253906250000 +0.006072998047 +0.406250000000 +-0.031982421875 +-0.111816406250 +-0.125976562500 +-0.045166015625 +-0.144531250000 +-0.160156250000 +-0.129882812500 +0.359375000000 +-0.130859375000 +-0.094238281250 +-0.045166015625 +0.133789062500 +0.277343750000 +0.089355468750 +0.235351562500 +0.039794921875 +0.020385742188 +0.159179687500 +0.073242187500 +0.029296875000 +-0.410156250000 +-0.052978515625 +0.006622314453 +0.144531250000 +-0.011962890625 +0.102050781250 +-0.018920898438 +0.067382812500 +0.009765625000 +0.022705078125 +-0.125000000000 +-0.435546875000 +0.049316406250 +-0.107910156250 +0.130859375000 +0.082031250000 +0.151367187500 +-0.001739501953 +0.043212890625 +-0.001579284668 +-0.410156250000 +-0.049560546875 +-0.002914428711 +-0.022949218750 +0.057861328125 +-0.056396484375 +0.156250000000 +-0.211914062500 +-0.068847656250 +0.055419921875 +0.106933593750 +0.161132812500 +-0.371093750000 +-0.124511718750 +-0.124511718750 +-0.154296875000 +-0.183593750000 +0.084472656250 +0.072753906250 +-0.018066406250 +-0.159179687500 +-0.000170707703 +0.167968750000 +0.328125000000 +-0.011779785156 +0.000713348389 +-0.136718750000 +0.019897460938 +-0.094238281250 +-0.148437500000 +0.298828125000 +0.207031250000 +-0.074707031250 +-0.068847656250 +-0.056152343750 +0.073730468750 +0.089355468750 +0.101562500000 +0.150390625000 +0.198242187500 +-0.090332031250 +-0.142578125000 +-0.020996093750 +-0.111328125000 +-0.458984375000 +0.140625000000 +-0.188476562500 +0.041992187500 +-0.034423828125 +0.060791015625 +0.166992187500 +0.020141601562 +-0.106445312500 +0.081542968750 +-0.131835937500 +-0.550781250000 +0.179687500000 +-0.029296875000 +0.248046875000 +-0.208007812500 +0.193359375000 +-0.152343750000 +0.083984375000 +0.072265625000 +-0.341796875000 +0.104492187500 +-0.121093750000 +-0.265625000000 +-0.052734375000 +0.200195312500 +0.094238281250 +-0.103027343750 +0.020874023438 +-0.076171875000 +-0.119628906250 +0.172851562500 +-0.308593750000 +-0.152343750000 +-0.172851562500 +0.077148437500 +0.029785156250 +0.013793945312 +-0.078613281250 +-0.158203125000 +0.003341674805 +-0.046875000000 +0.165039062500 +0.204101562500 +0.105468750000 +0.049316406250 +0.099121093750 +0.093750000000 +-0.159179687500 +-0.026367187500 +0.147460937500 +0.162109375000 +-0.079589843750 +-0.129882812500 +-0.024902343750 +-0.032226562500 +0.165039062500 +0.083496093750 +0.324218750000 +0.033935546875 +-0.089843750000 +0.040527343750 +-0.020263671875 +-0.041748046875 +-0.236328125000 +-0.005371093750 +-0.003860473633 +0.036621093750 +-0.073730468750 +0.022460937500 +0.142578125000 +0.089843750000 +0.153320312500 +0.039550781250 +-0.177734375000 +-0.470703125000 +0.002777099609 +0.103027343750 +0.206054687500 +0.045654296875 +0.249023437500 +-0.103027343750 +-0.143554687500 +-0.068847656250 +-0.167968750000 +-0.022949218750 +-0.027832031250 +-0.027709960938 +0.101074218750 +-0.130859375000 +0.324218750000 +-0.134765625000 +-0.121582031250 +-0.062500000000 +-0.086425781250 +0.090820312500 +-0.339843750000 +-0.019287109375 +-0.048828125000 +-0.038818359375 +-0.104492187500 +-0.049072265625 +-0.045410156250 +-0.034423828125 +-0.085449218750 +-0.023803710938 +-0.104003906250 +0.216796875000 +0.113769531250 +0.188476562500 +0.196289062500 +-0.012695312500 +-0.198242187500 +-0.016967773438 +0.066894531250 +0.155273437500 +-0.135742187500 +0.027099609375 +-0.006713867188 +-0.125976562500 +0.134765625000 +0.229492187500 +0.156250000000 +0.026855468750 +-0.057861328125 +0.001243591309 +-0.261718750000 +0.032958984375 +-0.203125000000 +-0.020629882812 +-0.041259765625 +0.046386718750 +0.078125000000 +0.133789062500 +0.031738281250 +0.204101562500 +-0.148437500000 +0.086425781250 +-0.093750000000 +-0.400390625000 +-0.081542968750 +0.130859375000 +0.129882812500 +0.046875000000 +0.212890625000 +-0.024291992188 +-0.369140625000 +-0.077636718750 +-0.203125000000 +0.231445312500 +-0.114746093750 +-0.222656250000 +-0.017333984375 +-0.075195312500 +0.025512695312 +-0.094726562500 +0.093750000000 +-0.051025390625 +0.067382812500 +-0.343750000000 +-0.083007812500 +-0.082519531250 +-0.131835937500 +-0.171875000000 +-0.150390625000 +-0.114746093750 +-0.137695312500 +-0.060791015625 +0.098632812500 +-0.050537109375 +-0.093750000000 +0.296875000000 +-0.039062500000 +0.049804687500 +0.214843750000 +0.169921875000 +-0.219726562500 +0.000450134277 +0.054443359375 +0.265625000000 +-0.182617187500 +0.143554687500 +0.141601562500 +0.294921875000 +0.206054687500 +0.161132812500 +0.137695312500 +0.186523437500 +-0.162109375000 +-0.025512695312 +-0.227539062500 +-0.027099609375 +-0.291015625000 +0.110839843750 +-0.168945312500 +0.074707031250 +-0.086425781250 +0.108886718750 +0.014587402344 +0.178710937500 +-0.240234375000 +-0.122070312500 +-0.185546875000 +-0.408203125000 +-0.058105468750 +0.007476806641 +0.111816406250 +0.108886718750 +0.158203125000 +0.023803710938 +-0.244140625000 +-0.125976562500 +-0.082519531250 +0.050048828125 +0.036621093750 +-0.130859375000 +-0.004119873047 +-0.031738281250 +-0.093261718750 +-0.122558593750 +0.071777343750 +-0.044921875000 +-0.205078125000 +0.022338867188 +-0.308593750000 +-0.234375000000 +0.078613281250 +-0.010681152344 +-0.229492187500 +-0.056884765625 +0.019409179688 +0.124511718750 +0.062255859375 +-0.027465820312 +-0.078613281250 +0.349609375000 +0.085449218750 +0.130859375000 +0.202148437500 +0.066406250000 +-0.169921875000 +-0.040039062500 +0.054199218750 +-0.011169433594 +0.035888671875 +-0.371093750000 +0.007141113281 +-0.004913330078 +0.337890625000 +0.382812500000 +0.082031250000 +0.289062500000 +0.075683593750 +0.068359375000 +-0.099609375000 +0.065429687500 +-0.562500000000 +0.075683593750 +-0.144531250000 +0.186523437500 +-0.211914062500 +-0.232421875000 +-0.022216796875 +-0.128906250000 +-0.148437500000 +0.198242187500 +-0.117675781250 +-0.578125000000 +0.003768920898 +-0.172851562500 +0.233398437500 +0.097167968750 +0.035400390625 +0.072753906250 +-0.226562500000 +-0.040283203125 +-0.083007812500 +-0.093750000000 +0.024536132812 +-0.153320312500 +0.067871093750 +-0.058837890625 +-0.053466796875 +-0.000042438507 +0.179687500000 +0.026245117188 +-0.275390625000 +-0.003768920898 +-0.425781250000 +-0.240234375000 +0.093261718750 +0.163085937500 +-0.316406250000 +-0.003707885742 +0.019042968750 +-0.067382812500 +-0.166015625000 +-0.179687500000 +-0.098632812500 +0.443359375000 +-0.026367187500 +0.045410156250 +0.103027343750 +0.038574218750 +-0.059570312500 +-0.005249023438 +-0.042236328125 +0.109863281250 +0.006958007812 +0.032470703125 +-0.208984375000 +-0.113281250000 +-0.037841796875 +-0.178710937500 +-0.117187500000 +-0.006805419922 +0.235351562500 +0.036132812500 +-0.147460937500 +0.151367187500 +-0.072265625000 +0.024047851562 +0.065917968750 +-0.005187988281 +0.078125000000 +-0.096191406250 +0.214843750000 +0.048339843750 +-0.133789062500 +-0.129882812500 +-0.220703125000 +0.148437500000 +-0.140625000000 +-0.160156250000 +-0.298828125000 +-0.122558593750 +0.019775390625 +0.079589843750 +-0.113281250000 +-0.033691406250 +-0.289062500000 +0.010437011719 +0.016479492188 +0.000396728516 +0.347656250000 +-0.088378906250 +-0.107910156250 +0.015563964844 +0.050292968750 +0.100097656250 +-0.263671875000 +-0.135742187500 +-0.142578125000 +-0.283203125000 +0.003097534180 +-0.159179687500 +0.119628906250 +0.062500000000 +-0.038574218750 +-0.021484375000 +-0.271484375000 +-0.394531250000 +-0.333984375000 +-0.044677734375 +0.045654296875 +-0.141601562500 +-0.016235351562 +-0.007385253906 +0.171875000000 +0.165039062500 +0.061035156250 +-0.049316406250 +0.042236328125 +-0.107910156250 +-0.324218750000 +0.015869140625 +-0.020507812500 +-0.043212890625 +-0.047607421875 +0.043457031250 +0.106933593750 +0.029174804688 +-0.160156250000 +0.209960937500 +0.050048828125 +-0.082519531250 +0.002365112305 +0.042480468750 +0.146484375000 +-0.032470703125 +0.179687500000 +0.101562500000 +-0.110351562500 +-0.060546875000 +-0.221679687500 +-0.084472656250 +-0.125000000000 +-0.009094238281 +-0.117675781250 +0.030761718750 +0.024780273438 +-0.069335937500 +-0.213867187500 +-0.161132812500 +-0.156250000000 +-0.019531250000 +0.033203125000 +0.084472656250 +0.193359375000 +-0.203125000000 +-0.087402343750 +0.008056640625 +0.122070312500 +0.104492187500 +-0.125000000000 +-0.261718750000 +-0.107421875000 +-0.115234375000 +0.155273437500 +-0.165039062500 +0.041992187500 +-0.142578125000 +0.048339843750 +-0.013793945312 +-0.339843750000 +-0.416015625000 +-0.265625000000 +-0.053710937500 +-0.007812500000 +-0.117675781250 +0.086914062500 +0.064453125000 +0.050048828125 +0.117187500000 +-0.019897460938 +-0.026367187500 +0.062988281250 +0.085937500000 +-0.055664062500 +-0.174804687500 +0.057861328125 +-0.049804687500 +-0.014953613281 +0.024658203125 +0.168945312500 +-0.064941406250 +-0.119628906250 +0.018554687500 +-0.004486083984 +0.093261718750 +-0.054931640625 +-0.072753906250 +0.073730468750 +-0.067871093750 +-0.104492187500 +-0.193359375000 +0.096191406250 +-0.300781250000 +-0.144531250000 +-0.079101562500 +-0.202148437500 +-0.035644531250 +-0.080566406250 +-0.239257812500 +0.041748046875 +0.079101562500 +-0.310546875000 +-0.032470703125 +-0.029418945312 +-0.066406250000 +-0.055419921875 +-0.035400390625 +-0.030395507812 +0.007293701172 +0.130859375000 +0.116210937500 +0.128906250000 +0.033447265625 +-0.128906250000 +0.058593750000 +-0.088378906250 +-0.186523437500 +-0.069335937500 +-0.140625000000 +0.066406250000 +-0.203125000000 +0.078613281250 +0.042480468750 +-0.263671875000 +-0.160156250000 +-0.176757812500 +-0.209960937500 +0.208007812500 +-0.040283203125 +0.007141113281 +-0.083007812500 +0.064453125000 +0.051025390625 +-0.055175781250 +0.070312500000 +0.096679687500 +0.045166015625 +0.130859375000 +-0.312500000000 +0.039794921875 +-0.080566406250 +-0.122558593750 +-0.154296875000 +0.055664062500 +-0.117187500000 +-0.196289062500 +-0.028320312500 +0.018920898438 +-0.018066406250 +-0.135742187500 +-0.218750000000 +0.041259765625 +0.033691406250 +0.013488769531 +-0.154296875000 +-0.112792968750 +-0.259765625000 +-0.210937500000 +0.024902343750 +-0.120117187500 +-0.109375000000 +-0.054199218750 +-0.118652343750 +-0.020385742188 +0.105468750000 +-0.291015625000 +-0.097656250000 +-0.296875000000 +0.026977539062 +-0.013488769531 +-0.025512695312 +0.004241943359 +-0.138671875000 +0.057617187500 +-0.071777343750 +0.000938415527 +0.085937500000 +0.082031250000 +-0.044189453125 +-0.087890625000 +-0.210937500000 +0.085937500000 +-0.208984375000 +0.092285156250 +-0.241210937500 +-0.000013470650 +-0.010681152344 +-0.269531250000 +-0.144531250000 +-0.068359375000 +-0.047119140625 +0.241210937500 +0.113769531250 +0.171875000000 +-0.135742187500 +0.025268554688 +-0.057128906250 +-0.076171875000 +-0.061523437500 +0.077636718750 +0.000617980957 +0.067382812500 +-0.230468750000 +0.045166015625 +-0.101562500000 +-0.188476562500 +-0.145507812500 +0.148437500000 +0.107421875000 +-0.151367187500 +0.025756835938 +-0.000598907471 +0.083007812500 +-0.126953125000 +0.081054687500 +0.109375000000 +-0.092773437500 +-0.189453125000 +-0.165039062500 +-0.019287109375 +-0.064453125000 +-0.205078125000 +0.005126953125 +-0.152343750000 +-0.453125000000 +0.025390625000 +-0.135742187500 +0.005523681641 +0.073242187500 +-0.244140625000 +-0.125976562500 +-0.071289062500 +0.214843750000 +-0.080078125000 +0.044189453125 +-0.033203125000 +-0.052978515625 +-0.091796875000 +-0.025268554688 +0.087402343750 +-0.090332031250 +-0.009338378906 +-0.048339843750 +-0.133789062500 +-0.010192871094 +0.045898437500 +-0.081054687500 +0.030883789062 +-0.083007812500 +-0.229492187500 +0.120117187500 +-0.220703125000 +-0.077148437500 +0.101074218750 +-0.206054687500 +0.099121093750 +0.204101562500 +0.094238281250 +-0.096679687500 +0.016723632812 +-0.013732910156 +-0.134765625000 +-0.185546875000 +0.024414062500 +0.128906250000 +0.000835418701 +-0.306640625000 +0.104492187500 +-0.058349609375 +-0.221679687500 +-0.257812500000 +0.200195312500 +0.197265625000 +-0.042236328125 +-0.114257812500 +0.005584716797 +-0.037597656250 +-0.112304687500 +-0.049316406250 +0.010803222656 +-0.097167968750 +-0.124023437500 +0.006958007812 +0.063964843750 +0.007934570312 +-0.091796875000 +-0.021728515625 +-0.108886718750 +-0.251953125000 +-0.078613281250 +-0.073730468750 +-0.074218750000 +-0.044921875000 +-0.203125000000 +-0.166992187500 +-0.099121093750 +-0.039306640625 +-0.075683593750 +0.106445312500 +0.041503906250 +0.050292968750 +-0.052001953125 +0.050048828125 +0.032958984375 +0.064453125000 +-0.056640625000 +-0.046630859375 +-0.055419921875 +-0.130859375000 +-0.041992187500 +-0.003936767578 +-0.017456054688 +-0.148437500000 +-0.302734375000 +0.103027343750 +-0.235351562500 +0.054443359375 +0.098632812500 +-0.230468750000 +0.008361816406 +0.042236328125 +0.015563964844 +-0.072753906250 +-0.063476562500 +-0.080566406250 +-0.042236328125 +-0.191406250000 +0.105957031250 +0.228515625000 +-0.050292968750 +-0.112304687500 +0.049316406250 +-0.088867187500 +-0.127929687500 +-0.245117187500 +0.145507812500 +0.111328125000 +0.012084960938 +-0.058837890625 +0.001777648926 +-0.060058593750 +0.011962890625 +-0.044189453125 +0.075195312500 +-0.037597656250 +-0.027221679688 +0.098144531250 +-0.042724609375 +-0.130859375000 +-0.161132812500 +-0.004272460938 +-0.089355468750 +-0.139648437500 +-0.119140625000 +0.105957031250 +0.066406250000 +0.002365112305 +-0.421875000000 +-0.005615234375 +0.033203125000 +0.062011718750 +-0.059326171875 +0.051513671875 +0.263671875000 +-0.086425781250 +-0.043945312500 +0.069824218750 +0.175781250000 +0.071289062500 +-0.098632812500 +-0.030883789062 +-0.089843750000 +-0.132812500000 +0.013305664062 +0.083984375000 +-0.017822265625 +-0.202148437500 +-0.234375000000 +-0.074218750000 +-0.503906250000 +-0.388671875000 +0.093750000000 +-0.012939453125 +0.199218750000 +-0.032958984375 +0.131835937500 +-0.005737304688 +-0.192382812500 +-0.167968750000 +-0.011962890625 +-0.111328125000 +-0.031494140625 +-0.008850097656 +-0.206054687500 +-0.112792968750 +-0.013671875000 +-0.027832031250 +0.060302734375 +0.142578125000 +0.148437500000 +0.133789062500 +0.071289062500 +-0.047607421875 +-0.077636718750 +0.089355468750 +0.055664062500 +-0.267578125000 +-0.108886718750 +-0.059326171875 +0.125000000000 +0.013854980469 +0.090820312500 +-0.039306640625 +0.033203125000 +-0.018554687500 +-0.320312500000 +-0.287109375000 +-0.363281250000 +0.166015625000 +-0.053955078125 +-0.073730468750 +-0.310546875000 +-0.239257812500 +-0.142578125000 +-0.093750000000 +-0.064941406250 +-0.119628906250 +-0.298828125000 +-0.013061523438 +0.034912109375 +0.088378906250 +0.186523437500 +0.116210937500 +-0.133789062500 +-0.089355468750 +-0.237304687500 +-0.031982421875 +0.208007812500 +0.177734375000 +-0.414062500000 +0.051269531250 +-0.221679687500 +-0.154296875000 +-0.007537841797 +0.124023437500 +0.061279296875 +0.197265625000 +-0.058105468750 +-0.016113281250 +0.084960937500 +-0.009826660156 +-0.137695312500 +-0.000640869141 +0.040527343750 +0.082519531250 +-0.133789062500 +-0.016845703125 +-0.166992187500 +-0.040039062500 +-0.012268066406 +-0.236328125000 +0.158203125000 +0.058349609375 +0.004486083984 +-0.014892578125 +0.061523437500 +0.012084960938 +-0.010925292969 +0.086914062500 +0.073730468750 +-0.185546875000 +-0.171875000000 +-0.114257812500 +0.063476562500 +-0.197265625000 +-0.005065917969 +0.026245117188 +0.109863281250 +0.047363281250 +-0.211914062500 +-0.306640625000 +-0.155273437500 +0.111816406250 +0.059082031250 +0.069335937500 +-0.386718750000 +-0.216796875000 +-0.190429687500 +0.022827148438 +0.049804687500 +-0.235351562500 +-0.248046875000 +-0.314453125000 +0.140625000000 +-0.043701171875 +0.046386718750 +0.199218750000 +-0.133789062500 +-0.058349609375 +-0.359375000000 +0.062988281250 +0.168945312500 +0.055419921875 +-0.229492187500 +0.006927490234 +-0.226562500000 +-0.172851562500 +-0.004028320312 +-0.043701171875 +-0.043945312500 +0.302734375000 +-0.140625000000 +-0.073242187500 +0.038818359375 +-0.215820312500 +-0.005554199219 +-0.016601562500 +0.072265625000 +-0.010314941406 +0.000930786133 +-0.051025390625 +0.132812500000 +-0.108398437500 +-0.131835937500 +-0.134765625000 +0.016235351562 +0.168945312500 +0.053222656250 +0.005096435547 +-0.141601562500 +-0.053710937500 +0.047363281250 +0.067871093750 +-0.062255859375 +-0.062500000000 +-0.120117187500 +-0.133789062500 +0.096679687500 +-0.269531250000 +-0.221679687500 +-0.077636718750 +0.175781250000 +0.048095703125 +-0.134765625000 +-0.201171875000 +-0.225585937500 +0.016601562500 +0.120117187500 +-0.085937500000 +-0.147460937500 +-0.308593750000 +-0.027099609375 +-0.084960937500 +-0.069824218750 +-0.159179687500 +0.003860473633 +-0.147460937500 +0.103027343750 +0.197265625000 +0.002502441406 +0.112304687500 +-0.187500000000 +-0.048828125000 +-0.406250000000 +0.023559570312 +0.025268554688 +0.161132812500 +-0.148437500000 +-0.078613281250 +-0.158203125000 +-0.095703125000 +-0.051025390625 +0.048583984375 +0.236328125000 +0.223632812500 +0.003555297852 +-0.037597656250 +0.103027343750 +-0.096679687500 +-0.010070800781 +-0.082031250000 +0.026123046875 +0.208007812500 +0.062988281250 +0.061767578125 +0.052246093750 +-0.173828125000 +-0.026855468750 +-0.060546875000 +0.030151367188 +0.225585937500 +-0.017700195312 +0.099121093750 +-0.082519531250 +-0.151367187500 +-0.010192871094 +-0.075195312500 +0.002273559570 +-0.199218750000 +-0.225585937500 +-0.064453125000 +-0.061035156250 +-0.032226562500 +-0.049804687500 +-0.043212890625 +0.302734375000 +-0.013183593750 +-0.079589843750 +-0.259765625000 +-0.009826660156 +-0.207031250000 +-0.057617187500 +-0.063964843750 +-0.094238281250 +-0.472656250000 +-0.115722656250 +-0.003570556641 +0.082031250000 +0.205078125000 +0.166015625000 +-0.179687500000 +0.292968750000 +0.222656250000 +-0.072265625000 +-0.044921875000 +-0.125000000000 +0.019042968750 +-0.230468750000 +0.057373046875 +0.059570312500 +0.069335937500 +-0.320312500000 +0.001441955566 +-0.124023437500 +0.008789062500 +-0.061035156250 +0.105468750000 +-0.058349609375 +0.217773437500 +-0.104003906250 +0.064941406250 +0.244140625000 +0.279296875000 +-0.206054687500 +0.030761718750 +0.198242187500 +0.289062500000 +0.031127929688 +-0.070800781250 +0.000999450684 +-0.183593750000 +0.005950927734 +0.016601562500 +0.109375000000 +0.198242187500 +-0.030761718750 +0.183593750000 +-0.167968750000 +-0.099609375000 +0.065429687500 +-0.007507324219 +0.053466796875 +-0.267578125000 +-0.353515625000 +-0.101562500000 +-0.111816406250 +-0.026489257812 +0.106445312500 +-0.172851562500 +0.112792968750 +-0.011779785156 +-0.179687500000 +-0.081054687500 +-0.157226562500 +-0.143554687500 +-0.010559082031 +-0.021972656250 +0.159179687500 +-0.468750000000 +-0.080566406250 +0.071777343750 +0.124511718750 +0.026855468750 +0.107421875000 +-0.136718750000 +0.125976562500 +-0.011901855469 +0.123046875000 +0.216796875000 +-0.131835937500 +-0.164062500000 +-0.068847656250 +-0.028076171875 +0.031494140625 +0.003997802734 +-0.365234375000 +-0.048095703125 +-0.007263183594 +-0.165039062500 +0.043457031250 +-0.058593750000 +0.122070312500 +0.135742187500 +-0.205078125000 +-0.078613281250 +0.142578125000 +0.205078125000 +0.002487182617 +0.050537109375 +0.210937500000 +0.138671875000 +0.145507812500 +-0.001327514648 +0.026367187500 +-0.013793945312 +-0.059814453125 +-0.153320312500 +0.053955078125 +0.126953125000 +0.083984375000 +-0.145507812500 +-0.174804687500 +-0.005004882812 +0.061035156250 +0.108398437500 +0.144531250000 +-0.275390625000 +-0.176757812500 +-0.072753906250 +-0.013427734375 +-0.119140625000 +0.269531250000 +0.117675781250 +0.047363281250 +0.072753906250 +-0.117187500000 +0.063476562500 +-0.104980468750 +-0.056152343750 +0.085937500000 +-0.112304687500 +-0.027221679688 +-0.223632812500 +-0.178710937500 +-0.131835937500 +0.087890625000 +0.051025390625 +0.053466796875 +0.038330078125 +-0.031494140625 +0.073730468750 +0.028198242188 +0.133789062500 +-0.124511718750 +-0.048339843750 +-0.162109375000 +-0.042724609375 +-0.117187500000 +0.022216796875 +-0.414062500000 +0.180664062500 +0.079589843750 +-0.091796875000 +-0.189453125000 +0.026123046875 +0.111816406250 +0.224609375000 +-0.097656250000 +-0.031250000000 +0.124023437500 +-0.132812500000 +0.132812500000 +0.023925781250 +0.172851562500 +0.098144531250 +-0.061035156250 +0.015502929688 +-0.024536132812 +-0.157226562500 +0.079101562500 +-0.164062500000 +0.018676757812 +0.106445312500 +0.073242187500 +-0.070312500000 +-0.248046875000 +-0.096679687500 +-0.034667968750 +0.012512207031 +-0.042236328125 +-0.229492187500 +0.029785156250 +-0.056640625000 +0.004882812500 +-0.021118164062 +0.013977050781 +-0.028320312500 +0.232421875000 +-0.002532958984 +-0.147460937500 +-0.007293701172 +-0.180664062500 +-0.022949218750 +0.060546875000 +0.066406250000 +0.106933593750 +-0.371093750000 +-0.126953125000 +0.006286621094 +0.145507812500 +0.062500000000 +0.097656250000 +-0.024902343750 +0.017944335938 +0.133789062500 +0.013427734375 +-0.105468750000 +0.024536132812 +0.038330078125 +-0.029052734375 +-0.104492187500 +0.054443359375 +0.012145996094 +-0.263671875000 +0.253906250000 +-0.156250000000 +0.285156250000 +-0.108886718750 +0.068847656250 +0.172851562500 +0.091796875000 +-0.173828125000 +-0.171875000000 +0.245117187500 +0.122070312500 +0.043701171875 +-0.002197265625 +0.145507812500 +0.238281250000 +0.120605468750 +0.154296875000 +-0.115722656250 +-0.102050781250 +-0.010559082031 +-0.104980468750 +0.056152343750 +-0.124511718750 +0.088378906250 +0.048583984375 +0.030639648438 +0.008666992188 +0.218750000000 +0.058593750000 +0.070312500000 +0.125976562500 +-0.008056640625 +-0.038085937500 +-0.019287109375 +-0.090820312500 +0.001655578613 +-0.117675781250 +-0.085937500000 +0.188476562500 +-0.131835937500 +-0.085449218750 +0.121093750000 +-0.248046875000 +-0.064941406250 +-0.167968750000 +0.099609375000 +-0.009399414062 +0.230468750000 +-0.045166015625 +0.065429687500 +0.083496093750 +-0.008056640625 +-0.034423828125 +0.306640625000 +-0.073242187500 +-0.057617187500 +0.106933593750 +0.082031250000 +0.093750000000 +-0.076660156250 +-0.051269531250 +-0.030761718750 +0.159179687500 +0.128906250000 +-0.007995605469 +-0.057861328125 +0.103515625000 +-0.142578125000 +-0.332031250000 +-0.215820312500 +0.134765625000 +0.068359375000 +-0.074707031250 +0.039794921875 +0.039062500000 +0.054199218750 +0.052001953125 +0.119628906250 +0.047119140625 +-0.057373046875 +-0.023071289062 +-0.070312500000 +-0.105957031250 +-0.168945312500 +-0.096679687500 +0.142578125000 +0.018554687500 +0.194335937500 +-0.065429687500 +0.115722656250 +-0.131835937500 +0.157226562500 +-0.061279296875 +0.058837890625 +-0.115234375000 +-0.030761718750 +0.011291503906 +0.059082031250 +0.061523437500 +0.138671875000 +-0.012390136719 +0.176757812500 +0.077636718750 +-0.183593750000 +-0.008117675781 +-0.018066406250 +-0.098632812500 +-0.092773437500 +-0.177734375000 +-0.115234375000 +-0.003387451172 +0.153320312500 +0.008911132812 +-0.010498046875 +0.012512207031 +-0.088867187500 +-0.040771484375 +0.251953125000 +-0.148437500000 +-0.025024414062 +0.093261718750 +-0.038818359375 +0.123535156250 +0.157226562500 +-0.023559570312 +-0.115234375000 +0.038085937500 +-0.087890625000 +-0.002777099609 +-0.028930664062 +0.002990722656 +-0.080566406250 +-0.122558593750 +0.010559082031 +-0.024414062500 +0.168945312500 +-0.081542968750 +0.073730468750 +-0.119628906250 +-0.139648437500 +-0.111816406250 +0.121582031250 +-0.026977539062 +0.031250000000 +0.009521484375 +-0.013244628906 +-0.044921875000 +-0.151367187500 +-0.014526367188 +0.142578125000 +0.087402343750 +0.019531250000 +0.161132812500 +-0.063964843750 +-0.053222656250 +0.096679687500 +-0.096191406250 +-0.036132812500 +0.058349609375 +0.048828125000 +-0.014587402344 +0.107421875000 +0.091796875000 +-0.027465820312 +0.009704589844 +0.179687500000 +-0.000671386719 +-0.031982421875 +0.168945312500 +-0.223632812500 +-0.287109375000 +-0.072753906250 +-0.047851562500 +0.030517578125 +-0.034912109375 +0.132812500000 +-0.046875000000 +-0.112792968750 +0.013122558594 +-0.068847656250 +-0.065429687500 +0.154296875000 +-0.177734375000 +-0.096679687500 +0.164062500000 +-0.142578125000 +0.056640625000 +-0.043701171875 +-0.045410156250 +0.030395507812 +0.149414062500 +0.104003906250 +-0.101562500000 +0.100585937500 +-0.271484375000 +-0.140625000000 +0.155273437500 +-0.116699218750 +0.102050781250 +0.160156250000 +-0.007354736328 +0.174804687500 +-0.154296875000 +-0.443359375000 +-0.228515625000 +-0.015075683594 +0.058349609375 +-0.059570312500 +-0.058593750000 +-0.049072265625 +-0.184570312500 +-0.105957031250 +-0.144531250000 +0.100097656250 +-0.009399414062 +0.146484375000 +0.004058837891 +-0.161132812500 +0.055908203125 +0.055908203125 +-0.038330078125 +-0.013671875000 +0.123535156250 +0.004241943359 +-0.223632812500 +0.133789062500 +0.074218750000 +0.056396484375 +-0.181640625000 +0.253906250000 +0.026245117188 +-0.212890625000 +0.127929687500 +-0.026367187500 +0.102050781250 +-0.128906250000 +-0.160156250000 +0.004791259766 +-0.056640625000 +-0.006347656250 +-0.037597656250 +-0.192382812500 +-0.124023437500 +0.112304687500 +0.025390625000 +0.316406250000 +-0.263671875000 +-0.054687500000 +-0.013305664062 +0.044921875000 +0.084472656250 +-0.190429687500 +0.063476562500 +0.065917968750 +0.291015625000 +-0.041015625000 +0.015991210938 +-0.007751464844 +-0.102539062500 +-0.171875000000 +0.008850097656 +-0.141601562500 +0.075683593750 +0.157226562500 +0.022949218750 +-0.113769531250 +-0.253906250000 +-0.168945312500 +-0.349609375000 +0.167968750000 +0.008178710938 +-0.016967773438 +0.246093750000 +-0.110351562500 +-0.108886718750 +-0.168945312500 +-0.168945312500 +0.061279296875 +-0.002670288086 +-0.027221679688 +-0.093261718750 +-0.119140625000 +0.055664062500 +0.020751953125 +0.097167968750 +0.025024414062 +-0.031982421875 +0.043945312500 +-0.259765625000 +-0.275390625000 +-0.115234375000 +-0.012878417969 +-0.007812500000 +0.086914062500 +0.078125000000 +-0.183593750000 +0.181640625000 +-0.002044677734 +-0.003402709961 +-0.197265625000 +-0.201171875000 +0.014831542969 +-0.082519531250 +-0.120605468750 +-0.084472656250 +-0.055419921875 +0.102539062500 +0.140625000000 +-0.010681152344 +0.220703125000 +-0.163085937500 +-0.138671875000 +-0.048583984375 +0.087402343750 +0.255859375000 +-0.150390625000 +0.031250000000 +0.298828125000 +0.193359375000 +-0.108398437500 +0.125976562500 +-0.140625000000 +0.082031250000 +-0.083984375000 +-0.163085937500 +-0.076171875000 +0.109375000000 +0.115234375000 +0.045898437500 +0.033935546875 +-0.112304687500 +-0.189453125000 +-0.367187500000 +-0.098632812500 +0.115722656250 +-0.018188476562 +0.034423828125 +-0.025756835938 +0.076171875000 +-0.025024414062 +-0.208984375000 +0.126953125000 +0.137695312500 +-0.133789062500 +-0.271484375000 +-0.167968750000 +0.038330078125 +0.049804687500 +-0.119140625000 +0.035888671875 +-0.118652343750 +-0.041259765625 +-0.289062500000 +-0.259765625000 +0.071777343750 +-0.068847656250 +0.043457031250 +0.125976562500 +-0.072753906250 +-0.226562500000 +0.016357421875 +0.040771484375 +-0.046142578125 +0.042724609375 +0.057128906250 +0.168945312500 +-0.002136230469 +0.213867187500 +-0.298828125000 +-0.059326171875 +-0.024047851562 +0.086914062500 +-0.118652343750 +0.200195312500 +-0.188476562500 +0.019897460938 +-0.077148437500 +0.150390625000 +-0.048583984375 +-0.091796875000 +0.019165039062 +-0.008483886719 +0.189453125000 +-0.043701171875 +-0.136718750000 +0.021362304688 +0.144531250000 +-0.289062500000 +0.025268554688 +0.014282226562 +-0.042968750000 +0.127929687500 +-0.235351562500 +-0.034423828125 +-0.281250000000 +-0.353515625000 +-0.300781250000 +0.047607421875 +0.088378906250 +0.029785156250 +0.159179687500 +-0.263671875000 +-0.115722656250 +0.103515625000 +-0.138671875000 +0.058105468750 +-0.004394531250 +-0.037353515625 +-0.394531250000 +-0.166015625000 +0.171875000000 +0.062255859375 +-0.011291503906 +0.081054687500 +0.087402343750 +-0.046875000000 +-0.341796875000 +-0.111328125000 +-0.033447265625 +0.283203125000 +0.078613281250 +0.094726562500 +-0.084960937500 +-0.205078125000 +0.247070312500 +0.296875000000 +0.086425781250 +-0.063476562500 +0.095214843750 +0.123046875000 +0.324218750000 +0.200195312500 +-0.156250000000 +0.077148437500 +0.020263671875 +-0.018554687500 +-0.088867187500 +0.164062500000 +-0.171875000000 +-0.019653320312 +-0.032470703125 +0.142578125000 +-0.150390625000 +-0.050292968750 +-0.113769531250 +0.132812500000 +0.165039062500 +0.239257812500 +-0.099609375000 +0.086425781250 +0.019897460938 +-0.628906250000 +0.184570312500 +0.009948730469 +0.003860473633 +0.265625000000 +0.218750000000 +0.017578125000 +-0.009460449219 +-0.292968750000 +-0.289062500000 +-0.138671875000 +0.211914062500 +-0.025512695312 +-0.050781250000 +-0.082031250000 +0.005187988281 +0.114257812500 +-0.092285156250 +-0.204101562500 +-0.079101562500 +-0.003463745117 +0.021362304688 +0.209960937500 +0.192382812500 +-0.347656250000 +0.189453125000 +-0.138671875000 +-0.009948730469 +-0.015075683594 +0.059326171875 +-0.047851562500 +0.141601562500 +0.083007812500 +-0.773437500000 +-0.086914062500 +-0.177734375000 +0.071777343750 +0.166015625000 +0.122070312500 +-0.222656250000 +-0.121093750000 +0.030517578125 +-0.134765625000 +0.145507812500 +-0.046630859375 +-0.111328125000 +0.098144531250 +-0.112792968750 +0.101562500000 +0.039306640625 +-0.102539062500 +-0.038330078125 +-0.039306640625 +-0.146484375000 +0.167968750000 +-0.070312500000 +-0.049560546875 +-0.013183593750 +0.029052734375 +0.369140625000 +0.245117187500 +0.002105712891 +0.257812500000 +-0.023559570312 +0.380859375000 +0.097656250000 +0.020263671875 +0.058349609375 +-0.070800781250 +0.149414062500 +-0.101074218750 +0.040527343750 +0.065917968750 +0.178710937500 +0.067382812500 +-0.200195312500 +0.028930664062 +-0.180664062500 +-0.096679687500 +0.014892578125 +0.187500000000 +0.034912109375 +0.072753906250 +-0.063964843750 +0.002410888672 +0.224609375000 +0.167968750000 +0.069824218750 +-0.148437500000 +-0.019775390625 +-0.209960937500 +0.019409179688 +0.071777343750 +0.098144531250 +-0.052001953125 +0.050781250000 +0.063476562500 +-0.535156250000 +0.042968750000 +-0.120117187500 +0.024536132812 +0.165039062500 +0.073730468750 +-0.198242187500 +-0.069824218750 +-0.120117187500 +-0.011230468750 +-0.057861328125 +0.041015625000 +-0.005462646484 +0.018188476562 +-0.029541015625 +-0.004394531250 +-0.078613281250 +-0.093750000000 +-0.145507812500 +0.144531250000 +-0.013549804688 +0.003128051758 +0.151367187500 +0.273437500000 +-0.104980468750 +-0.010864257812 +0.041748046875 +0.168945312500 +0.151367187500 +0.328125000000 +-0.104003906250 +-0.014526367188 +-0.084472656250 +0.070312500000 +0.002944946289 +-0.217773437500 +0.103515625000 +-0.067871093750 +0.203125000000 +-0.095703125000 +-0.081542968750 +0.131835937500 +-0.073730468750 +-0.048583984375 +-0.085449218750 +0.092285156250 +0.066894531250 +0.023071289062 +0.032226562500 +0.065429687500 +0.006103515625 +-0.042480468750 +0.033935546875 +0.271484375000 +-0.236328125000 +0.026489257812 +0.073730468750 +-0.084472656250 +0.041748046875 +0.113769531250 +-0.265625000000 +0.036865234375 +0.041748046875 +0.014587402344 +-0.441406250000 +-0.069824218750 +0.023925781250 +0.129882812500 +-0.049560546875 +-0.176757812500 +-0.384765625000 +0.014282226562 +-0.051269531250 +-0.034912109375 +0.105957031250 +0.127929687500 +0.119140625000 +-0.075683593750 +0.040771484375 +-0.085449218750 +0.135742187500 +0.022338867188 +-0.132812500000 +0.163085937500 +0.182617187500 +-0.034667968750 +-0.044433593750 +-0.043212890625 +0.235351562500 +0.037353515625 +0.011840820312 +0.145507812500 +0.131835937500 +0.042480468750 +0.265625000000 +-0.153320312500 +0.004699707031 +0.046142578125 +-0.013000488281 +-0.181640625000 +0.024047851562 +-0.164062500000 +0.066406250000 +-0.077636718750 +0.190429687500 +0.093750000000 +-0.008728027344 +0.093261718750 +-0.010498046875 +0.123046875000 +0.151367187500 +0.030883789062 +0.017700195312 +0.123046875000 +-0.049072265625 +0.182617187500 +0.024780273438 +0.166015625000 +0.056396484375 +-0.010925292969 +0.038330078125 +-0.061767578125 +-0.018676757812 +-0.060302734375 +-0.012634277344 +0.131835937500 +0.091796875000 +0.141601562500 +-0.470703125000 +0.053222656250 +-0.090332031250 +0.117187500000 +-0.073730468750 +0.074218750000 +-0.154296875000 +0.112792968750 +-0.154296875000 +0.099609375000 +0.005859375000 +0.141601562500 +-0.105468750000 +-0.168945312500 +-0.014160156250 +-0.063476562500 +0.132812500000 +0.087890625000 +-0.210937500000 +0.120117187500 +0.041992187500 +-0.097167968750 +0.098632812500 +-0.118164062500 +-0.138671875000 +-0.142578125000 +0.193359375000 +0.188476562500 +-0.016113281250 +-0.075195312500 +0.223632812500 +-0.023803710938 +-0.062255859375 +-0.072753906250 +0.111816406250 +0.014831542969 +0.083984375000 +-0.188476562500 +-0.016357421875 +-0.314453125000 +-0.184570312500 +0.166015625000 +-0.090332031250 +0.026977539062 +0.000291824341 +0.108886718750 +-0.031250000000 +-0.062255859375 +0.027465820312 +0.132812500000 +-0.020629882812 +-0.063476562500 +-0.132812500000 +0.171875000000 +0.281250000000 +0.037109375000 +0.031127929688 +-0.022094726562 +-0.005432128906 +-0.265625000000 +-0.003875732422 +0.172851562500 +0.005249023438 +0.065429687500 +-0.419921875000 +-0.028442382812 +-0.285156250000 +0.269531250000 +-0.195312500000 +-0.118652343750 +0.041992187500 +-0.138671875000 +-0.163085937500 +0.054687500000 +0.097656250000 +0.023193359375 +-0.322265625000 +-0.105957031250 +-0.021606445312 +-0.001502990723 +0.004882812500 +0.023071289062 +0.014709472656 +-0.005432128906 +-0.177734375000 +0.012268066406 +0.020629882812 +-0.226562500000 +-0.068359375000 +-0.137695312500 +0.100097656250 +0.105957031250 +0.239257812500 +0.024902343750 +-0.037353515625 +-0.085937500000 +0.100585937500 +0.133789062500 +-0.029418945312 +0.112304687500 +-0.135742187500 +-0.065917968750 +0.055175781250 +-0.144531250000 +0.035644531250 +0.089355468750 +0.036621093750 +-0.012451171875 +0.108398437500 +-0.068359375000 +0.062500000000 +0.162109375000 +0.100097656250 +-0.025390625000 +-0.244140625000 +0.027954101562 +0.049316406250 +0.128906250000 +0.215820312500 +0.027954101562 +0.084960937500 +-0.128906250000 +-0.137695312500 +-0.087890625000 +-0.026000976562 +0.100097656250 +0.139648437500 +-0.062988281250 +-0.289062500000 +-0.147460937500 +-0.100097656250 +0.048095703125 +-0.091308593750 +-0.016723632812 +-0.172851562500 +-0.083007812500 +-0.041748046875 +-0.089355468750 +0.127929687500 +-0.016601562500 +-0.337890625000 +0.013977050781 +-0.019287109375 +0.041015625000 +0.109863281250 +-0.002014160156 +0.015197753906 +0.001380920410 +-0.146484375000 +-0.115234375000 +0.030151367188 +0.101562500000 +-0.014709472656 +0.061035156250 +0.020996093750 +0.169921875000 +-0.016601562500 +0.215820312500 +-0.034912109375 +-0.255859375000 +-0.077148437500 +0.067871093750 +0.082031250000 +0.013977050781 +0.101562500000 +-0.003433227539 +-0.017456054688 +-0.083007812500 +-0.086914062500 +-0.022216796875 +-0.071289062500 +-0.050537109375 +-0.009521484375 +0.049072265625 +0.031494140625 +0.131835937500 +0.003860473633 +0.030151367188 +-0.138671875000 +0.024536132812 +-0.032470703125 +0.159179687500 +0.096679687500 +-0.152343750000 +0.087402343750 +-0.170898437500 +-0.140625000000 +0.069335937500 +0.183593750000 +-0.024902343750 +0.122070312500 +-0.139648437500 +-0.527343750000 +-0.190429687500 +-0.021850585938 +0.044677734375 +-0.118164062500 +0.019653320312 +0.062988281250 +-0.087402343750 +-0.332031250000 +-0.054443359375 +0.136718750000 +0.009765625000 +-0.089355468750 +0.119140625000 +-0.112304687500 +-0.011962890625 +0.045410156250 +0.203125000000 +0.066406250000 +0.093750000000 +0.005279541016 +-0.145507812500 +0.184570312500 +0.110839843750 +-0.090820312500 +0.078125000000 +0.191406250000 +0.232421875000 +-0.102539062500 +0.180664062500 +0.046386718750 +-0.519531250000 +-0.045166015625 +0.145507812500 +0.032714843750 +-0.052734375000 +0.083007812500 +-0.002227783203 +0.163085937500 +0.089843750000 +-0.122558593750 +-0.139648437500 +0.035644531250 +0.176757812500 +-0.043701171875 +0.019287109375 +0.213867187500 +-0.367187500000 +0.009704589844 +-0.173828125000 +-0.167968750000 +0.069335937500 +-0.035400390625 +0.084472656250 +-0.081542968750 +-0.100097656250 +-0.142578125000 +-0.077148437500 +-0.136718750000 +0.161132812500 +-0.014160156250 +-0.347656250000 +0.077636718750 +-0.132812500000 +0.060302734375 +-0.041748046875 +-0.022827148438 +-0.187500000000 +-0.103515625000 +0.139648437500 +0.054687500000 +0.106933593750 +-0.419921875000 +0.130859375000 +-0.135742187500 +0.216796875000 +-0.031982421875 +-0.058349609375 +-0.055664062500 +0.063964843750 +-0.423828125000 +0.164062500000 +0.006378173828 +-0.084960937500 +0.215820312500 +-0.324218750000 +0.281250000000 +-0.025634765625 +-0.159179687500 +0.088867187500 +-0.055908203125 +-0.250000000000 +-0.121093750000 +-0.068847656250 +-0.142578125000 +0.062988281250 +0.102050781250 +0.134765625000 +0.096191406250 +-0.031494140625 +-0.131835937500 +-0.010314941406 +0.067382812500 +-0.012939453125 +0.127929687500 +0.162109375000 +0.085937500000 +0.102539062500 +-0.014038085938 +0.102539062500 +0.056152343750 +-0.302734375000 +0.118652343750 +-0.248046875000 +-0.191406250000 +0.083984375000 +-0.076171875000 +-0.000265121460 +-0.041259765625 +-0.117675781250 +0.177734375000 +-0.163085937500 +-0.279296875000 +0.498046875000 +-0.075683593750 +-0.349609375000 +0.081054687500 +0.024658203125 +0.089843750000 +0.068847656250 +-0.118652343750 +-0.165039062500 +-0.065917968750 +0.139648437500 +0.102539062500 +-0.085937500000 +-0.337890625000 +0.069335937500 +0.013305664062 +0.251953125000 +-0.097167968750 +-0.093261718750 +-0.025878906250 +0.081054687500 +-0.047363281250 +0.132812500000 +-0.087402343750 +0.078125000000 +0.160156250000 +-0.187500000000 +0.007293701172 +-0.017211914062 +0.038330078125 +0.120605468750 +0.079101562500 +-0.081054687500 +-0.150390625000 +-0.046875000000 +0.012573242188 +0.071777343750 +0.197265625000 +0.085937500000 +0.104003906250 +-0.052734375000 +0.088867187500 +-0.107421875000 +0.027954101562 +0.151367187500 +0.134765625000 +0.279296875000 +-0.031250000000 +0.010131835938 +-0.002777099609 +0.038085937500 +-0.000391006470 +-0.199218750000 +0.172851562500 +-0.263671875000 +-0.259765625000 +0.002548217773 +-0.047119140625 +0.084472656250 +-0.104492187500 +-0.150390625000 +-0.112304687500 +-0.005126953125 +-0.139648437500 +0.361328125000 +-0.044189453125 +-0.203125000000 +0.173828125000 +-0.086914062500 +0.009094238281 +0.096679687500 +-0.017089843750 +0.070800781250 +-0.071777343750 +-0.001663208008 +-0.267578125000 +0.067382812500 +-0.167968750000 +0.041259765625 +-0.093750000000 +-0.023315429688 +-0.164062500000 +0.054199218750 +-0.094726562500 +0.028442382812 +-0.065429687500 +-0.116210937500 +-0.050292968750 +-0.111816406250 +-0.067871093750 +-0.263671875000 +-0.015991210938 +-0.047607421875 +-0.047119140625 +-0.061767578125 +-0.071777343750 +-0.129882812500 +-0.059570312500 +0.048828125000 +-0.093261718750 +-0.077148437500 +0.146484375000 +0.202148437500 +0.217773437500 +0.100585937500 +0.114257812500 +-0.052490234375 +-0.001129150391 +0.079101562500 +0.147460937500 +0.113281250000 +0.040771484375 +0.037353515625 +0.078125000000 +0.031250000000 +0.005126953125 +-0.251953125000 +0.142578125000 +-0.287109375000 +-0.227539062500 +-0.109375000000 +0.010620117188 +0.285156250000 +0.023315429688 +-0.076660156250 +-0.125976562500 +0.209960937500 +-0.146484375000 +0.191406250000 +0.207031250000 +-0.148437500000 +0.287109375000 +-0.048583984375 +0.055175781250 +0.208984375000 +-0.147460937500 +0.072265625000 +-0.211914062500 +0.088378906250 +0.110839843750 +0.032714843750 +-0.267578125000 +0.048828125000 +-0.235351562500 +-0.080566406250 +-0.126953125000 +-0.060058593750 +0.034179687500 +-0.106445312500 +-0.039062500000 +-0.236328125000 +-0.184570312500 +0.012329101562 +0.216796875000 +-0.202148437500 +-0.057373046875 +-0.039306640625 +0.030273437500 +0.170898437500 +0.006134033203 +-0.106445312500 +-0.002746582031 +0.020263671875 +-0.337890625000 +0.196289062500 +0.138671875000 +0.088867187500 +0.181640625000 +-0.136718750000 +-0.001174926758 +-0.022827148438 +0.049072265625 +0.279296875000 +0.176757812500 +0.269531250000 +0.006195068359 +0.039062500000 +0.063964843750 +-0.016113281250 +-0.010314941406 +-0.223632812500 +0.017822265625 +-0.263671875000 +-0.296875000000 +0.101562500000 +0.017700195312 +0.129882812500 +-0.077636718750 +-0.069824218750 +-0.214843750000 +-0.002975463867 +-0.052490234375 +0.235351562500 +0.141601562500 +-0.138671875000 +0.076660156250 +0.072753906250 +0.048583984375 +-0.068847656250 +0.021972656250 +0.169921875000 +-0.224609375000 +0.178710937500 +-0.172851562500 +0.013549804688 +-0.210937500000 +0.053466796875 +-0.069824218750 +0.028930664062 +-0.289062500000 +0.020629882812 +-0.055175781250 +0.054443359375 +-0.073242187500 +-0.263671875000 +-0.143554687500 +0.127929687500 +0.100585937500 +-0.294921875000 +-0.153320312500 +0.126953125000 +0.102539062500 +-0.046630859375 +-0.117675781250 +-0.169921875000 +-0.097656250000 +-0.003616333008 +-0.283203125000 +-0.098144531250 +0.020996093750 +-0.055664062500 +-0.089355468750 +-0.022705078125 +-0.040283203125 +0.035644531250 +0.023925781250 +0.172851562500 +0.150390625000 +0.190429687500 +0.098144531250 +-0.176757812500 +-0.026367187500 +0.007934570312 +0.081054687500 +-0.174804687500 +-0.062988281250 +-0.265625000000 +-0.283203125000 +-0.122558593750 +0.064941406250 +0.253906250000 +0.023193359375 +-0.078125000000 +-0.181640625000 +0.117675781250 +-0.013549804688 +0.053955078125 +0.152343750000 +-0.139648437500 +0.109863281250 +-0.011291503906 +0.032958984375 +0.023315429688 +0.045898437500 +0.123535156250 +-0.175781250000 +0.154296875000 +-0.053466796875 +-0.027099609375 +-0.171875000000 +-0.107910156250 +-0.080566406250 +-0.308593750000 +-0.156250000000 +-0.083007812500 +0.054687500000 +0.049072265625 +-0.015502929688 +-0.032226562500 +-0.055664062500 +0.092773437500 +0.126953125000 +-0.232421875000 +-0.065917968750 +-0.110351562500 +0.025878906250 +0.116210937500 +-0.178710937500 +-0.035644531250 +0.143554687500 +-0.085449218750 +-0.233398437500 +0.076171875000 +0.006195068359 +0.088378906250 +0.074218750000 +-0.046875000000 +-0.057617187500 +-0.089355468750 +-0.037597656250 +0.120117187500 +-0.056884765625 +0.104492187500 +0.110351562500 +-0.193359375000 +0.032958984375 +0.111328125000 +0.203125000000 +-0.304687500000 +-0.104980468750 +-0.365234375000 +-0.294921875000 +0.089843750000 +-0.055419921875 +0.033691406250 +-0.153320312500 +-0.032470703125 +0.003936767578 +0.066894531250 +-0.133789062500 +0.140625000000 +-0.024902343750 +-0.202148437500 +0.186523437500 +0.023315429688 +0.080078125000 +0.070800781250 +-0.041259765625 +0.090820312500 +-0.152343750000 +0.145507812500 +-0.083007812500 +0.123535156250 +-0.390625000000 +-0.267578125000 +-0.038085937500 +-0.143554687500 +-0.226562500000 +-0.072753906250 +-0.065917968750 +0.070312500000 +-0.239257812500 +-0.197265625000 +-0.084472656250 +0.215820312500 +0.189453125000 +-0.281250000000 +-0.151367187500 +-0.115722656250 +-0.176757812500 +-0.059814453125 +-0.184570312500 +-0.174804687500 +0.089355468750 +-0.025756835938 +-0.221679687500 +0.012756347656 +0.080566406250 +0.169921875000 +0.159179687500 +0.029541015625 +0.075683593750 +-0.085937500000 +0.062500000000 +0.100097656250 +-0.030517578125 +0.271484375000 +0.195312500000 +-0.119628906250 +0.021606445312 +0.097167968750 +-0.145507812500 +-0.023315429688 +0.010314941406 +0.119140625000 +-0.052001953125 +0.281250000000 +-0.169921875000 +-0.233398437500 +-0.061767578125 +-0.245117187500 +-0.269531250000 +0.225585937500 +-0.083984375000 +-0.030639648438 +0.065429687500 +0.032958984375 +0.018920898438 +-0.443359375000 +-0.028564453125 +0.171875000000 +0.062011718750 +-0.279296875000 +-0.061523437500 +0.094238281250 +0.018676757812 +-0.218750000000 +-0.076660156250 +-0.174804687500 +0.245117187500 +-0.017822265625 +-0.026489257812 +-0.059082031250 +0.116699218750 +0.121582031250 +-0.201171875000 +-0.008666992188 +0.035400390625 +0.142578125000 +0.179687500000 +0.107421875000 +-0.071289062500 +0.049316406250 +0.275390625000 +0.022216796875 +0.189453125000 +-0.077636718750 +0.027343750000 +-0.105468750000 +0.085937500000 +-0.175781250000 +-0.122558593750 +-0.005920410156 +-0.184570312500 +-0.086425781250 +-0.021606445312 +-0.090820312500 +0.130859375000 +-0.208007812500 +-0.053466796875 +-0.033447265625 +-0.314453125000 +-0.253906250000 +0.016845703125 +0.133789062500 +-0.030639648438 +-0.201171875000 +-0.057128906250 +-0.081054687500 +-0.072753906250 +0.166992187500 +-0.129882812500 +-0.142578125000 +-0.230468750000 +0.019042968750 +0.071289062500 +-0.155273437500 +-0.092285156250 +0.196289062500 +-0.039794921875 +0.001319885254 +0.130859375000 +-0.227539062500 +0.108398437500 +0.215820312500 +0.044921875000 +-0.076660156250 +0.023071289062 +0.053710937500 +0.023193359375 +-0.162109375000 +0.047607421875 +0.000118732452 +0.189453125000 +-0.039794921875 +-0.065429687500 +-0.199218750000 +-0.077636718750 +0.108886718750 +-0.039306640625 +0.043945312500 +-0.005157470703 +0.259765625000 +0.086914062500 +-0.018188476562 +-0.124023437500 +0.139648437500 +0.145507812500 +0.063964843750 +0.153320312500 +0.063476562500 +-0.055175781250 +-0.066894531250 +-0.074218750000 +0.011779785156 +-0.129882812500 +0.141601562500 +-0.171875000000 +-0.040283203125 +0.103515625000 +0.024047851562 +0.053955078125 +-0.057128906250 +-0.000092506409 +-0.004180908203 +-0.055664062500 +-0.095703125000 +-0.242187500000 +-0.096191406250 +-0.072753906250 +-0.163085937500 +0.126953125000 +0.073730468750 +-0.181640625000 +0.072753906250 +-0.010986328125 +-0.091796875000 +-0.161132812500 +-0.063964843750 +0.152343750000 +0.049804687500 +0.141601562500 +0.009338378906 +-0.052001953125 +-0.081542968750 +0.070312500000 +-0.429687500000 +-0.070800781250 +0.041015625000 +0.036376953125 +-0.073730468750 +0.066406250000 +0.080566406250 +-0.017211914062 +-0.014526367188 +-0.127929687500 +0.014099121094 +0.190429687500 +-0.010253906250 +0.029418945312 +-0.171875000000 +-0.014404296875 +-0.053955078125 +-0.008850097656 +-0.004272460938 +0.127929687500 +0.157226562500 +-0.162109375000 +-0.031982421875 +-0.094726562500 +0.166015625000 +0.216796875000 +0.184570312500 +0.287109375000 +0.000984191895 +-0.071777343750 +-0.183593750000 +-0.079101562500 +-0.047851562500 +-0.072265625000 +-0.007873535156 +-0.253906250000 +-0.149414062500 +-0.031127929688 +0.083007812500 +0.013000488281 +-0.189453125000 +-0.066894531250 +-0.014892578125 +-0.135742187500 +-0.027954101562 +-0.138671875000 +0.029296875000 +-0.048583984375 +-0.008361816406 +0.056396484375 +0.019409179688 +-0.045654296875 +-0.079101562500 +0.195312500000 +-0.063476562500 +-0.158203125000 +-0.008361816406 +0.120117187500 +0.026733398438 +-0.107910156250 +0.113281250000 +0.015991210938 +-0.037353515625 +0.033203125000 +0.164062500000 +0.100585937500 +0.244140625000 +0.019165039062 +-0.010681152344 +0.263671875000 +0.271484375000 +-0.112792968750 +-0.201171875000 +-0.040039062500 +-0.045654296875 +0.191406250000 +-0.240234375000 +-0.099609375000 +-0.351562500000 +-0.069824218750 +-0.033447265625 +-0.116699218750 +-0.052734375000 +-0.008483886719 +0.244140625000 +-0.345703125000 +0.078125000000 +-0.142578125000 +0.095214843750 +0.176757812500 +0.116210937500 +0.414062500000 +-0.096679687500 +0.065917968750 +-0.250000000000 +0.042480468750 +-0.068847656250 +-0.212890625000 +0.060546875000 +-0.119140625000 +-0.189453125000 +-0.165039062500 +0.130859375000 +0.095214843750 +0.045410156250 +-0.009338378906 +-0.104492187500 +-0.130859375000 +0.269531250000 +-0.211914062500 +0.082519531250 +0.028442382812 +0.073242187500 +0.066406250000 +0.166015625000 +-0.168945312500 +0.031127929688 +0.050048828125 +-0.098144531250 +-0.190429687500 +-0.098632812500 +0.124511718750 +-0.026123046875 +-0.117675781250 +0.039550781250 +0.001235961914 +-0.139648437500 +0.052734375000 +-0.494140625000 +-0.097167968750 +0.069824218750 +0.074707031250 +0.131835937500 +0.117187500000 +0.034667968750 +0.012878417969 +-0.061035156250 +-0.018920898438 +0.031494140625 +0.047363281250 +0.090820312500 +0.001213073730 +-0.306640625000 +-0.154296875000 +0.035400390625 +0.110351562500 +-0.132812500000 +-0.163085937500 +0.215820312500 +-0.210937500000 +0.081054687500 +-0.100097656250 +0.141601562500 +0.170898437500 +0.163085937500 +0.359375000000 +-0.012878417969 +-0.037841796875 +0.019165039062 +-0.140625000000 +0.066406250000 +-0.081054687500 +0.104492187500 +-0.105468750000 +-0.012084960938 +-0.078125000000 +-0.056152343750 +0.188476562500 +-0.090820312500 +-0.036621093750 +0.043457031250 +-0.096679687500 +-0.004760742188 +-0.078125000000 +-0.131835937500 +0.028320312500 +-0.165039062500 +-0.111328125000 +0.114257812500 +-0.196289062500 +-0.147460937500 +-0.029907226562 +-0.206054687500 +-0.004333496094 +-0.046630859375 +0.022338867188 +-0.253906250000 +-0.135742187500 +-0.130859375000 +0.034667968750 +-0.043701171875 +-0.145507812500 +-0.240234375000 +0.101562500000 +0.147460937500 +0.052246093750 +0.033203125000 +0.066406250000 +0.165039062500 +0.000747680664 +-0.033447265625 +-0.097167968750 +-0.106933593750 +0.219726562500 +0.095703125000 +0.010314941406 +0.020385742188 +0.070800781250 +0.099609375000 +0.027832031250 +-0.200195312500 +-0.152343750000 +0.165039062500 +-0.133789062500 +-0.008789062500 +-0.075195312500 +-0.051513671875 +0.030517578125 +0.136718750000 +0.316406250000 +-0.046630859375 +-0.065917968750 +-0.102050781250 +-0.059814453125 +-0.090820312500 +0.021118164062 +-0.021972656250 +-0.151367187500 +-0.009094238281 +-0.036376953125 +-0.108886718750 +0.071289062500 +0.067382812500 +0.024047851562 +0.098144531250 +-0.157226562500 +0.183593750000 +-0.190429687500 +-0.052490234375 +-0.013977050781 +-0.011108398438 +0.073730468750 +-0.193359375000 +-0.165039062500 +-0.166015625000 +-0.164062500000 +-0.151367187500 +-0.492187500000 +-0.259765625000 +0.152343750000 +-0.162109375000 +-0.036621093750 +-0.166992187500 +-0.019409179688 +-0.031982421875 +-0.347656250000 +-0.196289062500 +-0.137695312500 +-0.010253906250 +0.087890625000 +-0.051513671875 +-0.037109375000 +-0.023071289062 +-0.121582031250 +-0.028564453125 +0.015258789062 +-0.123535156250 +0.250000000000 +0.230468750000 +-0.203125000000 +-0.075195312500 +0.098144531250 +0.021606445312 +-0.214843750000 +-0.148437500000 +0.042236328125 +0.106445312500 +0.098632812500 +0.103515625000 +-0.160156250000 +0.072265625000 +0.057861328125 +0.196289062500 +0.386718750000 +-0.038330078125 +0.054443359375 +-0.124511718750 +-0.077636718750 +-0.120117187500 +0.011108398438 +0.076660156250 +-0.085937500000 +0.113281250000 +0.144531250000 +-0.132812500000 +0.106933593750 +0.144531250000 +-0.130859375000 +0.062011718750 +-0.152343750000 +0.181640625000 +0.028320312500 +0.103515625000 +-0.028564453125 +-0.117187500000 +-0.117675781250 +0.099609375000 +0.004821777344 +0.265625000000 +0.001037597656 +0.062988281250 +-0.012268066406 +0.005645751953 +0.140625000000 +-0.257812500000 +0.227539062500 +0.072753906250 +-0.185546875000 +0.184570312500 +-0.086425781250 +0.029418945312 +0.094726562500 +0.013793945312 +-0.020874023438 +-0.029663085938 +0.232421875000 +-0.351562500000 +0.302734375000 +0.092773437500 +-0.031982421875 +0.191406250000 +0.214843750000 +-0.031738281250 +0.179687500000 +0.003433227539 +-0.181640625000 +0.078125000000 +0.042968750000 +-0.016479492188 +-0.027221679688 +-0.259765625000 +0.124511718750 +-0.142578125000 +-0.104980468750 +0.137695312500 +-0.160156250000 +0.060546875000 +-0.031738281250 +-0.028564453125 +0.046875000000 +-0.147460937500 +0.345703125000 +0.020874023438 +-0.096679687500 +0.098144531250 +0.035400390625 +-0.183593750000 +-0.363281250000 +-0.365234375000 +-0.207031250000 +-0.220703125000 +0.051513671875 +0.090820312500 +-0.089355468750 +0.182617187500 +0.007934570312 +0.076660156250 +-0.003997802734 +-0.105957031250 +0.004028320312 +0.072753906250 +-0.075683593750 +0.523437500000 +-0.165039062500 +0.062500000000 +0.124511718750 +0.046142578125 +0.223632812500 +0.011718750000 +0.193359375000 +0.086914062500 +-0.098144531250 +0.157226562500 +-0.003311157227 +-0.038818359375 +0.149414062500 +-0.013549804688 +-0.144531250000 +-0.038330078125 +0.151367187500 +-0.183593750000 +0.153320312500 +0.008911132812 +0.054931640625 +-0.040039062500 +-0.017822265625 +-0.116210937500 +0.132812500000 +0.118164062500 +-0.149414062500 +-0.149414062500 +0.036376953125 +0.116699218750 +0.114257812500 +0.088378906250 +0.125976562500 +-0.142578125000 +-0.038085937500 +0.039306640625 +-0.055419921875 +0.013366699219 +0.095703125000 +0.072265625000 +0.108398437500 +-0.067871093750 +0.052490234375 +0.062011718750 +0.077636718750 +-0.035644531250 +0.051025390625 +0.094726562500 +-0.378906250000 +-0.055419921875 +0.037597656250 +-0.038818359375 +0.156250000000 +-0.043945312500 +-0.104980468750 +0.138671875000 +0.026367187500 +0.150390625000 +0.053955078125 +-0.144531250000 +0.162109375000 +0.031982421875 +-0.148437500000 +0.119628906250 +0.088378906250 +-0.035156250000 +0.132812500000 +-0.083007812500 +0.051269531250 +0.101074218750 +0.162109375000 +0.054687500000 +-0.104492187500 +0.155273437500 +-0.055908203125 +0.134765625000 +0.017700195312 +-0.042724609375 +-0.143554687500 +-0.033447265625 +0.131835937500 +-0.155273437500 +0.275390625000 +-0.053710937500 +0.066894531250 +-0.069335937500 +-0.064941406250 +-0.109863281250 +-0.105468750000 +0.013427734375 +-0.069335937500 +0.041259765625 +0.024780273438 +-0.040527343750 +0.045410156250 +0.005950927734 +-0.016845703125 +-0.234375000000 +-0.059814453125 +0.151367187500 +-0.131835937500 +-0.020263671875 +0.105468750000 +0.008056640625 +0.067871093750 +-0.088378906250 +-0.008300781250 +0.099121093750 +0.087402343750 +-0.239257812500 +-0.017578125000 +-0.075683593750 +-0.077636718750 +0.028808593750 +0.016845703125 +-0.082031250000 +0.109375000000 +-0.076660156250 +-0.017700195312 +-0.006195068359 +-0.129882812500 +0.165039062500 +0.028686523438 +-0.077148437500 +-0.076171875000 +-0.065917968750 +0.008239746094 +0.100097656250 +0.451171875000 +0.026489257812 +0.088378906250 +-0.046142578125 +0.121582031250 +0.062988281250 +0.229492187500 +-0.051269531250 +-0.075195312500 +0.249023437500 +-0.033203125000 +0.028198242188 +-0.014831542969 +0.000617980957 +-0.085449218750 +0.080078125000 +0.064453125000 +0.052734375000 +0.324218750000 +-0.129882812500 +0.056640625000 +-0.174804687500 +0.050048828125 +-0.202148437500 +-0.172851562500 +0.084960937500 +0.040771484375 +0.111816406250 +0.148437500000 +0.040771484375 +0.139648437500 +0.140625000000 +-0.192382812500 +-0.228515625000 +-0.234375000000 +0.091796875000 +-0.042236328125 +-0.038330078125 +0.132812500000 +-0.062988281250 +0.059570312500 +-0.035400390625 +0.088378906250 +0.083007812500 +-0.011962890625 +-0.261718750000 +-0.084960937500 +-0.219726562500 +0.051269531250 +-0.064941406250 +-0.008728027344 +0.086425781250 +0.075683593750 +-0.052001953125 +-0.028076171875 +-0.052490234375 +0.006256103516 +0.065429687500 +-0.026977539062 +-0.125976562500 +-0.024536132812 +-0.052001953125 +0.108398437500 +0.036621093750 +0.367187500000 +-0.074707031250 +0.015991210938 +-0.055419921875 +-0.056396484375 +-0.020141601562 +0.056152343750 +0.133789062500 +-0.091308593750 +0.194335937500 +0.024902343750 +0.002899169922 +0.134765625000 +0.035400390625 +-0.185546875000 +-0.019287109375 +-0.044433593750 +-0.106933593750 +0.151367187500 +0.026123046875 +0.039794921875 +0.018432617188 +0.091308593750 +0.053710937500 +-0.048339843750 +-0.023193359375 +-0.206054687500 +-0.160156250000 +0.184570312500 +-0.066406250000 +0.057617187500 +-0.048583984375 +-0.190429687500 +-0.037841796875 +-0.022949218750 +-0.010009765625 +0.134765625000 +0.008972167969 +-0.094726562500 +0.045654296875 +0.007568359375 +0.107910156250 +0.031494140625 +0.134765625000 +-0.031738281250 +-0.384765625000 +-0.210937500000 +-0.021484375000 +-0.091796875000 +-0.219726562500 +0.041259765625 +0.009399414062 +0.088378906250 +-0.148437500000 +-0.087402343750 +-0.092773437500 +-0.146484375000 +-0.094726562500 +-0.016235351562 +-0.071289062500 +0.040771484375 +0.047363281250 +0.104492187500 +0.137695312500 +0.215820312500 +0.041015625000 +0.143554687500 +0.035644531250 +0.174804687500 +0.054443359375 +0.242187500000 +-0.054199218750 +-0.037109375000 +0.163085937500 +-0.014282226562 +-0.030517578125 +0.054443359375 +0.020629882812 +-0.119628906250 +-0.169921875000 +-0.065429687500 +-0.082519531250 +0.201171875000 +-0.138671875000 +-0.051757812500 +0.098632812500 +-0.043701171875 +-0.138671875000 +0.032470703125 +-0.111816406250 +-0.386718750000 +-0.039306640625 +-0.011657714844 +0.009826660156 +-0.017211914062 +0.107910156250 +0.016357421875 +0.041015625000 +-0.184570312500 +-0.056884765625 +0.076660156250 +-0.011352539062 +-0.087402343750 +0.001998901367 +-0.080566406250 +-0.042724609375 +-0.018432617188 +-0.053710937500 +-0.144531250000 +-0.213867187500 +-0.244140625000 +-0.102539062500 +-0.129882812500 +-0.240234375000 +0.052490234375 +-0.044189453125 +0.187500000000 +-0.018188476562 +-0.104003906250 +-0.129882812500 +-0.180664062500 +-0.007934570312 +0.157226562500 +-0.093750000000 +0.029785156250 +0.011291503906 +-0.077148437500 +0.237304687500 +-0.084960937500 +0.131835937500 +0.102539062500 +0.087402343750 +0.279296875000 +0.049072265625 +0.277343750000 +-0.100585937500 +-0.117675781250 +0.153320312500 +-0.003723144531 +-0.104003906250 +-0.079101562500 +-0.024047851562 +-0.130859375000 +-0.173828125000 +0.041503906250 +-0.061767578125 +0.322265625000 +-0.291015625000 +-0.000587463379 +0.093261718750 +0.195312500000 +0.050048828125 +0.135742187500 +0.164062500000 +-0.468750000000 +0.127929687500 +-0.050781250000 +-0.028686523438 +-0.061279296875 +0.131835937500 +0.045166015625 +0.003250122070 +-0.170898437500 +0.142578125000 +-0.182617187500 +-0.112304687500 +-0.010864257812 +0.052246093750 +0.032470703125 +-0.122558593750 +0.322265625000 +-0.043457031250 +-0.110351562500 +-0.081054687500 +0.058349609375 +0.089843750000 +-0.104980468750 +-0.243164062500 +0.157226562500 +-0.082031250000 +0.183593750000 +-0.009155273438 +-0.287109375000 +-0.312500000000 +0.002456665039 +0.092773437500 +-0.298828125000 +-0.106445312500 +-0.187500000000 +-0.089355468750 +0.036376953125 +-0.279296875000 +0.139648437500 +-0.224609375000 +0.188476562500 +0.194335937500 +0.015991210938 +-0.061035156250 +0.117187500000 +-0.009094238281 +0.073730468750 +-0.134765625000 +-0.043212890625 +-0.029785156250 +0.021484375000 +0.042724609375 +0.261718750000 +-0.237304687500 +-0.168945312500 +-0.021240234375 +-0.699218750000 +0.075683593750 +0.092773437500 +-0.012084960938 +0.073730468750 +0.121093750000 +0.004882812500 +0.087402343750 +-0.147460937500 +0.012939453125 +-0.034179687500 +0.140625000000 +0.091308593750 +-0.184570312500 +-0.251953125000 +-0.158203125000 +0.219726562500 +0.417968750000 +-0.273437500000 +0.058837890625 +0.007812500000 +-0.043457031250 +-0.069335937500 +-0.392578125000 +0.250000000000 +-0.103515625000 +0.079589843750 +0.112792968750 +-0.090820312500 +-0.174804687500 +-0.137695312500 +0.113769531250 +-0.050048828125 +0.069335937500 +-0.158203125000 +0.043945312500 +0.277343750000 +-0.093261718750 +0.114257812500 +0.058349609375 +-0.063964843750 +-0.127929687500 +-0.089843750000 +0.052246093750 +-0.155273437500 +-0.132812500000 +-0.039550781250 +-0.032226562500 +0.030273437500 +0.098632812500 +0.187500000000 +-0.226562500000 +0.125000000000 +0.199218750000 +0.101074218750 +-0.112304687500 +-0.113769531250 +0.066894531250 +0.024169921875 +0.046386718750 +0.135742187500 +-0.031982421875 +0.019042968750 +0.142578125000 +-0.328125000000 +0.078125000000 +-0.097167968750 +0.100097656250 +-0.008972167969 +-0.059814453125 +-0.086425781250 +0.010681152344 +-0.320312500000 +-0.211914062500 +0.132812500000 +0.097656250000 +-0.064453125000 +-0.231445312500 +-0.223632812500 +-0.139648437500 +0.054931640625 +-0.007995605469 +-0.116210937500 +0.126953125000 +0.098632812500 +-0.037353515625 +-0.046142578125 +-0.146484375000 +0.082031250000 +-0.030273437500 +0.094238281250 +-0.024902343750 +-0.104492187500 +0.017822265625 +-0.061035156250 +0.064941406250 +-0.107910156250 +0.067871093750 +-0.271484375000 +0.126953125000 +0.189453125000 +-0.263671875000 +0.096679687500 +0.112304687500 +-0.033203125000 +0.054443359375 +-0.037841796875 +-0.050048828125 +-0.070800781250 +-0.140625000000 +0.142578125000 +-0.126953125000 +0.279296875000 +-0.032958984375 +0.042236328125 +-0.119628906250 +-0.112304687500 +0.193359375000 +0.080078125000 +-0.070312500000 +0.103515625000 +0.104980468750 +-0.130859375000 +-0.166015625000 +0.038818359375 +0.004272460938 +-0.132812500000 +-0.025390625000 +-0.150390625000 +-0.045654296875 +0.072753906250 +-0.082519531250 +0.032226562500 +0.014160156250 +-0.098632812500 +-0.244140625000 +-0.194335937500 +-0.182617187500 +0.093750000000 +-0.077636718750 +-0.016845703125 +-0.239257812500 +-0.186523437500 +-0.117675781250 +-0.075195312500 +-0.066894531250 +-0.017211914062 +0.211914062500 +-0.019897460938 +-0.047607421875 +-0.079589843750 +0.033691406250 +0.129882812500 +-0.146484375000 +0.060058593750 +0.022949218750 +0.121093750000 +-0.067382812500 +-0.125000000000 +0.050048828125 +0.058837890625 +0.037353515625 +-0.283203125000 +-0.082031250000 +0.079101562500 +-0.227539062500 +-0.067382812500 +0.255859375000 +-0.167968750000 +-0.125976562500 +0.066406250000 +0.042968750000 +-0.150390625000 +-0.223632812500 +0.069824218750 +-0.090332031250 +0.213867187500 +0.041992187500 +0.130859375000 +-0.042236328125 +-0.066894531250 +0.071289062500 +-0.033935546875 +-0.097167968750 +0.100097656250 +0.351562500000 +-0.186523437500 +0.177734375000 +0.208984375000 +-0.025756835938 +-0.169921875000 +0.083496093750 +-0.308593750000 +0.222656250000 +0.095214843750 +0.132812500000 +-0.022583007812 +0.096191406250 +-0.347656250000 +0.087402343750 +-0.088867187500 +0.145507812500 +-0.123046875000 +0.078613281250 +-0.122070312500 +-0.073730468750 +-0.105957031250 +-0.173828125000 +0.171875000000 +-0.086425781250 +-0.008972167969 +0.207031250000 +-0.007415771484 +-0.009399414062 +-0.024902343750 +-0.181640625000 +0.156250000000 +0.022216796875 +0.084960937500 +-0.277343750000 +0.097656250000 +0.187500000000 +-0.139648437500 +-0.034423828125 +0.058349609375 +0.013305664062 +-0.408203125000 +-0.062988281250 +0.144531250000 +-0.130859375000 +0.079589843750 +0.042236328125 +-0.183593750000 +-0.098144531250 +0.120117187500 +0.053222656250 +0.080078125000 +-0.025878906250 +-0.017944335938 +-0.178710937500 +0.031494140625 +-0.062011718750 +0.098632812500 +-0.423828125000 +-0.167968750000 +-0.027954101562 +-0.052246093750 +-0.113281250000 +0.049560546875 +0.171875000000 +-0.189453125000 +0.091308593750 +0.219726562500 +-0.107421875000 +-0.081542968750 +0.051757812500 +-0.199218750000 +0.257812500000 +-0.039794921875 +0.053222656250 +-0.157226562500 +0.146484375000 +-0.353515625000 +0.127929687500 +-0.138671875000 +0.046142578125 +0.066894531250 +0.008056640625 +0.052001953125 +-0.001693725586 +-0.016601562500 +-0.123535156250 +-0.458984375000 +-0.339843750000 +0.292968750000 +0.281250000000 +0.009948730469 +-0.063476562500 +-0.115722656250 +-0.425781250000 +0.007354736328 +-0.018920898438 +-0.086425781250 +-0.047363281250 +-0.104003906250 +0.072265625000 +-0.146484375000 +0.109863281250 +0.215820312500 +0.000276565552 +-0.291015625000 +-0.013244628906 +-0.004852294922 +-0.028564453125 +0.146484375000 +-0.029663085938 +-0.335937500000 +0.133789062500 +0.101074218750 +0.277343750000 +-0.131835937500 +-0.163085937500 +0.078125000000 +-0.127929687500 +-0.026245117188 +-0.055664062500 +-0.005767822266 +-0.339843750000 +-0.148437500000 +-0.136718750000 +-0.146484375000 +-0.183593750000 +0.101562500000 +-0.087890625000 +-0.017578125000 +-0.015625000000 +0.213867187500 +0.003219604492 +-0.118652343750 +-0.094238281250 +-0.217773437500 +-0.059326171875 +0.115234375000 +0.196289062500 +-0.180664062500 +0.124511718750 +-0.275390625000 +0.018554687500 +-0.216796875000 +-0.064453125000 +-0.122070312500 +0.150390625000 +-0.024414062500 +-0.010986328125 +-0.064941406250 +-0.166992187500 +0.255859375000 +-0.143554687500 +-0.217773437500 +0.048828125000 +-0.029174804688 +-0.246093750000 +0.229492187500 +-0.361328125000 +0.035888671875 +-0.048828125000 +0.091308593750 +-0.034667968750 +-0.192382812500 +0.005462646484 +-0.149414062500 +0.015991210938 +0.130859375000 +0.048583984375 +-0.199218750000 +0.088867187500 +0.201171875000 +-0.042236328125 +0.121582031250 +-0.054443359375 +-0.656250000000 +-0.099609375000 +0.170898437500 +0.116210937500 +0.025634765625 +-0.316406250000 +0.032470703125 +-0.092285156250 +0.130859375000 +-0.113281250000 +0.053955078125 +-0.037353515625 +-0.091796875000 +-0.017089843750 +0.150390625000 +-0.129882812500 +-0.094238281250 +0.000210762024 +0.098144531250 +0.101562500000 +0.050048828125 +0.008911132812 +-0.035400390625 +0.096191406250 +-0.073730468750 +-0.008544921875 +-0.060302734375 +-0.119628906250 +-0.035888671875 +-0.008361816406 +-0.080566406250 +0.050537109375 +0.083007812500 +-0.064453125000 +-0.086914062500 +0.057617187500 +-0.101562500000 +0.012084960938 +0.229492187500 +0.044921875000 +0.200195312500 +0.165039062500 +-0.005310058594 +-0.089843750000 +-0.061279296875 +-0.304687500000 +0.090820312500 +-0.250000000000 +-0.051269531250 +-0.019042968750 +0.112304687500 +-0.082519531250 +-0.135742187500 +0.085449218750 +-0.208984375000 +0.111816406250 +0.098144531250 +-0.014343261719 +-0.306640625000 +-0.170898437500 +0.306640625000 +-0.185546875000 +0.095703125000 +0.308593750000 +-0.082031250000 +0.004882812500 +0.125000000000 +0.099121093750 +0.134765625000 +-0.063476562500 +-0.000774383545 +0.103027343750 +-0.074707031250 +0.064941406250 +-0.005371093750 +0.018188476562 +-0.064453125000 +-0.109375000000 +-0.082031250000 +0.003341674805 +0.328125000000 +-0.122070312500 +-0.027221679688 +-0.029174804688 +0.028198242188 +0.214843750000 +-0.125000000000 +-0.081054687500 +0.059570312500 +0.247070312500 +-0.226562500000 +0.027099609375 +0.044433593750 +0.174804687500 +-0.057373046875 +-0.002685546875 +-0.234375000000 +0.006774902344 +-0.045898437500 +-0.119140625000 +0.076171875000 +-0.231445312500 +-0.031738281250 +0.345703125000 +-0.041259765625 +-0.063476562500 +0.094238281250 +0.045654296875 +-0.057617187500 +0.067871093750 +-0.129882812500 +0.067382812500 +0.279296875000 +-0.059326171875 +0.173828125000 +0.066406250000 +0.267578125000 +-0.101562500000 +-0.031982421875 +0.175781250000 +-0.166015625000 +-0.032470703125 +-0.009216308594 +-0.143554687500 +0.318359375000 +-0.013244628906 +0.092285156250 +0.122558593750 +-0.062011718750 +-0.010620117188 +-0.102050781250 +0.152343750000 +0.142578125000 +-0.040039062500 +-0.188476562500 +-0.077148437500 +-0.009521484375 +0.164062500000 +0.005981445312 +0.049804687500 +-0.063964843750 +-0.163085937500 +0.021972656250 +-0.094238281250 +0.127929687500 +0.009338378906 +0.085449218750 +-0.176757812500 +0.058593750000 +0.104003906250 +-0.185546875000 +-0.050048828125 +-0.020874023438 +0.164062500000 +0.016967773438 +-0.006317138672 +-0.034912109375 +-0.006378173828 +0.096679687500 +-0.052978515625 +-0.203125000000 +-0.079101562500 +0.039550781250 +-0.062255859375 +-0.125000000000 +-0.333984375000 +-0.072753906250 +0.255859375000 +-0.184570312500 +-0.017211914062 +-0.240234375000 +0.013793945312 +-0.025390625000 +0.151367187500 +-0.021606445312 +-0.200195312500 +0.131835937500 +-0.017944335938 +0.166015625000 +0.070800781250 +0.047851562500 +-0.287109375000 +-0.163085937500 +0.204101562500 +-0.043457031250 +-0.016235351562 +0.021850585938 +-0.171875000000 +0.351562500000 +-0.156250000000 +-0.014526367188 +0.188476562500 +-0.120605468750 +-0.041259765625 +0.019531250000 +0.188476562500 +0.188476562500 +-0.056640625000 +-0.111328125000 +0.104003906250 +0.036132812500 +0.090332031250 +0.058105468750 +0.004486083984 +0.059814453125 +-0.148437500000 +0.118652343750 +-0.041992187500 +-0.154296875000 +-0.143554687500 +0.071289062500 +-0.118164062500 +-0.190429687500 +0.001907348633 +-0.081054687500 +-0.045654296875 +-0.101562500000 +0.164062500000 +-0.004638671875 +-0.057617187500 +-0.024902343750 +0.137695312500 +-0.067871093750 +0.069335937500 +-0.355468750000 +-0.235351562500 +-0.041259765625 +-0.068847656250 +-0.083007812500 +-0.148437500000 +-0.095214843750 +0.118164062500 +-0.120605468750 +0.040527343750 +-0.128906250000 +-0.123046875000 +-0.115234375000 +0.155273437500 +-0.121093750000 +0.007446289062 +0.163085937500 +0.050048828125 +0.193359375000 +-0.216796875000 +-0.079101562500 +-0.215820312500 +-0.142578125000 +0.022949218750 +0.009277343750 +0.057617187500 +-0.063476562500 +-0.158203125000 +0.107421875000 +0.306640625000 +-0.041748046875 +0.053710937500 +-0.039794921875 +0.023437500000 +0.048339843750 +0.121093750000 +0.183593750000 +0.143554687500 +-0.125000000000 +0.035644531250 +0.066894531250 +-0.007171630859 +0.064453125000 +-0.023193359375 +0.026611328125 +-0.037597656250 +0.519531250000 +0.068847656250 +-0.023071289062 +-0.103027343750 +0.110351562500 +0.023559570312 +-0.138671875000 +0.015136718750 +-0.132812500000 +-0.078613281250 +0.040283203125 +0.169921875000 +-0.126953125000 +-0.166992187500 +-0.187500000000 +0.011901855469 +-0.007873535156 +-0.074218750000 +-0.498046875000 +-0.257812500000 +-0.003860473633 +-0.192382812500 +-0.113769531250 +0.067871093750 +-0.096191406250 +0.050292968750 +-0.073730468750 +0.013427734375 +0.028076171875 +0.109375000000 +-0.012878417969 +-0.026367187500 +-0.157226562500 +0.037353515625 +0.191406250000 +0.052978515625 +0.118164062500 +-0.081054687500 +0.104980468750 +0.051513671875 +0.251953125000 +0.071777343750 +0.034912109375 +0.040283203125 +0.162109375000 +-0.160156250000 +0.232421875000 +0.190429687500 +0.035644531250 +0.206054687500 +-0.172851562500 +0.073242187500 +0.154296875000 +0.191406250000 +0.322265625000 +0.111328125000 +-0.020141601562 +0.011901855469 +-0.058593750000 +-0.027709960938 +0.055175781250 +0.082519531250 +0.066406250000 +0.038818359375 +0.212890625000 +-0.001487731934 +0.083496093750 +-0.019165039062 +0.178710937500 +-0.250000000000 +-0.023071289062 +-0.066406250000 +-0.132812500000 +-0.243164062500 +-0.019653320312 +0.093750000000 +0.028564453125 +-0.149414062500 +-0.237304687500 +0.140625000000 +0.043457031250 +-0.076660156250 +-0.324218750000 +-0.052734375000 +0.092285156250 +-0.236328125000 +-0.218750000000 +0.045898437500 +-0.062500000000 +0.021362304688 +0.048828125000 +-0.173828125000 +0.090332031250 +0.065429687500 +-0.107421875000 +-0.155273437500 +-0.078613281250 +-0.047363281250 +0.205078125000 +0.060791015625 +0.110351562500 +-0.021362304688 +-0.217773437500 +0.247070312500 +0.026489257812 +0.112792968750 +-0.090820312500 +-0.018920898438 +-0.222656250000 +-0.123046875000 +0.347656250000 +0.034912109375 +-0.045654296875 +0.287109375000 +-0.029296875000 +-0.031494140625 +0.098144531250 +0.059570312500 +0.154296875000 +0.005065917969 +-0.108398437500 +0.006591796875 +0.032714843750 +0.002197265625 +-0.046630859375 +-0.015258789062 +0.026855468750 +-0.016113281250 +0.012756347656 +-0.050048828125 +0.231445312500 +0.098144531250 +0.136718750000 +-0.147460937500 +0.048583984375 +-0.081054687500 +-0.191406250000 +-0.208007812500 +0.065429687500 +0.174804687500 +-0.063476562500 +-0.147460937500 +-0.122558593750 +-0.212890625000 +-0.062988281250 +-0.111328125000 +-0.283203125000 +0.020874023438 +0.048339843750 +-0.310546875000 +-0.072753906250 +0.123535156250 +-0.117675781250 +0.125000000000 +-0.039306640625 +-0.022583007812 +-0.024902343750 +0.090820312500 +0.087402343750 +-0.166992187500 +-0.061767578125 +-0.052001953125 +0.267578125000 +-0.092773437500 +-0.083984375000 +0.067382812500 +-0.104003906250 +-0.098144531250 +-0.099609375000 +0.156250000000 +-0.033935546875 +0.015075683594 +0.015869140625 +-0.214843750000 +0.423828125000 +0.269531250000 +0.079589843750 +0.300781250000 +-0.098144531250 +-0.076660156250 +-0.021606445312 +0.244140625000 +0.013732910156 +0.065429687500 +-0.114746093750 +0.137695312500 +-0.026977539062 +0.050048828125 +-0.382812500000 +0.154296875000 +-0.056152343750 +-0.026733398438 +0.014038085938 +0.072265625000 +0.285156250000 +-0.030761718750 +0.036865234375 +-0.217773437500 +0.080078125000 +-0.230468750000 +-0.263671875000 +-0.025634765625 +-0.077636718750 +0.208984375000 +-0.055664062500 +0.026123046875 +-0.127929687500 +-0.214843750000 +-0.004516601562 +-0.131835937500 +-0.445312500000 +-0.043945312500 +-0.073242187500 +-0.136718750000 +-0.072753906250 +0.050781250000 +-0.057128906250 +0.207031250000 +-0.111816406250 +-0.090820312500 +-0.227539062500 +-0.227539062500 +-0.006713867188 +-0.206054687500 +-0.050292968750 +-0.039062500000 +0.249023437500 +-0.099609375000 +-0.134765625000 +0.000030159950 +-0.024658203125 +0.159179687500 +-0.105957031250 +0.200195312500 +0.112792968750 +-0.107910156250 +-0.195312500000 +-0.244140625000 +0.386718750000 +0.087890625000 +-0.031494140625 +0.029418945312 +-0.055664062500 +-0.094238281250 +0.076171875000 +0.079589843750 +-0.133789062500 +-0.104980468750 +0.107910156250 +0.230468750000 +0.025024414062 +0.079589843750 +-0.160156250000 +0.070312500000 +0.095703125000 +-0.142578125000 +0.095703125000 +-0.151367187500 +-0.107421875000 +0.152343750000 +-0.030029296875 +0.077636718750 +0.229492187500 +0.259765625000 +0.019653320312 +-0.131835937500 +-0.012329101562 +0.092285156250 +-0.259765625000 +0.094726562500 +-0.055908203125 +0.079589843750 +-0.033447265625 +-0.063476562500 +0.045898437500 +-0.075683593750 +-0.186523437500 +0.384765625000 +-0.068847656250 +0.281250000000 +0.095703125000 +-0.101562500000 +0.172851562500 +-0.010925292969 +-0.041015625000 +-0.038574218750 +0.033203125000 +0.007934570312 +-0.066406250000 +0.018066406250 +0.026611328125 +0.164062500000 +-0.195312500000 +-0.094726562500 +0.009277343750 +0.037841796875 +-0.196289062500 +-0.172851562500 +0.049316406250 +-0.173828125000 +-0.089355468750 +0.070312500000 +-0.109375000000 +0.163085937500 +-0.071289062500 +0.105468750000 +-0.104980468750 +0.106933593750 +0.093750000000 +0.044677734375 +-0.239257812500 +-0.152343750000 +0.158203125000 +0.064941406250 +-0.142578125000 +-0.001022338867 +-0.136718750000 +-0.083496093750 +-0.187500000000 +-0.014404296875 +0.067382812500 +-0.431640625000 +0.032470703125 +0.060546875000 +0.195312500000 +0.127929687500 +0.034423828125 +-0.004241943359 +-0.044921875000 +-0.083984375000 +-0.057861328125 +0.092773437500 +-0.004241943359 +-0.075195312500 +0.068359375000 +0.182617187500 +-0.076660156250 +-0.006958007812 +-0.100097656250 +0.086914062500 +0.003051757812 +0.257812500000 +0.015625000000 +0.259765625000 +0.134765625000 +-0.147460937500 +-0.128906250000 +-0.019897460938 +-0.094238281250 +-0.084472656250 +0.000785827637 +0.145507812500 +-0.103027343750 +0.034423828125 +-0.083984375000 +0.055908203125 +-0.017578125000 +0.032714843750 +0.006164550781 +0.113769531250 +-0.211914062500 +-0.046630859375 +-0.064941406250 +-0.224609375000 +-0.037841796875 +-0.009155273438 +0.206054687500 +0.165039062500 +-0.010070800781 +-0.025146484375 +-0.145507812500 +0.034423828125 +0.165039062500 +0.053222656250 +-0.102050781250 +-0.227539062500 +0.318359375000 +0.025756835938 +0.043212890625 +0.011474609375 +-0.199218750000 +-0.086425781250 +-0.164062500000 +-0.089355468750 +0.025390625000 +-0.261718750000 +-0.018310546875 +0.007995605469 +-0.102539062500 +-0.033935546875 +0.131835937500 +-0.001358032227 +-0.091796875000 +-0.062011718750 +-0.042724609375 +0.063964843750 +0.027954101562 +-0.004852294922 +0.066894531250 +-0.008911132812 +-0.082031250000 +-0.113281250000 +-0.110839843750 +0.032714843750 +-0.010009765625 +0.158203125000 +0.097167968750 +0.199218750000 +0.101074218750 +-0.226562500000 +-0.174804687500 +0.029663085938 +-0.089355468750 +-0.207031250000 +-0.012756347656 +0.155273437500 +-0.108886718750 +-0.114257812500 +-0.033691406250 +-0.035400390625 +-0.017211914062 +-0.015380859375 +0.117187500000 +0.042236328125 +-0.189453125000 +-0.059082031250 +-0.036865234375 +-0.100097656250 +0.122558593750 +0.124511718750 +0.087402343750 +0.143554687500 +-0.028198242188 +0.101074218750 +-0.133789062500 +-0.004058837891 +0.125000000000 +0.306640625000 +-0.136718750000 +-0.263671875000 +0.388671875000 +0.031494140625 +0.081542968750 +-0.041992187500 +-0.136718750000 +-0.013366699219 +-0.219726562500 +0.115722656250 +-0.302734375000 +-0.189453125000 +0.149414062500 +0.076660156250 +-0.133789062500 +0.066894531250 +0.084960937500 +0.000197410583 +-0.251953125000 +0.067382812500 +-0.056640625000 +0.050781250000 +0.014465332031 +-0.259765625000 +0.018554687500 +-0.091308593750 +-0.175781250000 +-0.096679687500 +0.067871093750 +0.119140625000 +0.151367187500 +0.128906250000 +-0.195312500000 +-0.111328125000 +-0.050781250000 +-0.072265625000 +-0.156250000000 +0.062011718750 +0.011047363281 +-0.339843750000 +-0.023315429688 +0.017333984375 +-0.107910156250 +0.042480468750 +-0.036621093750 +-0.089355468750 +0.010986328125 +-0.160156250000 +-0.015563964844 +-0.036865234375 +-0.427734375000 +-0.181640625000 +0.003936767578 +-0.149414062500 +0.119628906250 +-0.021240234375 +0.112304687500 +0.014770507812 +-0.131835937500 +0.137695312500 +0.048583984375 +0.015625000000 +0.139648437500 +0.416015625000 +0.033203125000 +-0.155273437500 +0.171875000000 +0.073730468750 +-0.048583984375 +0.037353515625 +-0.141601562500 +0.006713867188 +-0.227539062500 +0.073242187500 +-0.193359375000 +-0.082031250000 +0.029785156250 +0.119140625000 +-0.102539062500 +0.105468750000 +-0.017822265625 +-0.020751953125 +-0.170898437500 +-0.112792968750 +-0.050537109375 +-0.043945312500 +-0.076171875000 +-0.162109375000 +0.008911132812 +0.031005859375 +-0.162109375000 +-0.151367187500 +-0.074707031250 +0.092285156250 +0.054199218750 +0.204101562500 +0.030761718750 +-0.073242187500 +-0.019653320312 +-0.086914062500 +-0.082519531250 +-0.077148437500 +-0.075683593750 +-0.162109375000 +0.048095703125 +0.093261718750 +-0.148437500000 +0.121093750000 +-0.006286621094 +0.217773437500 +-0.130859375000 +-0.173828125000 +0.102539062500 +-0.032470703125 +-0.392578125000 +-0.269531250000 +-0.041748046875 +-0.207031250000 +0.014343261719 +-0.066406250000 +0.155273437500 +-0.117675781250 +-0.003326416016 +0.056152343750 +-0.028076171875 +0.044433593750 +0.229492187500 +0.279296875000 +-0.061767578125 +0.012390136719 +0.243164062500 +0.061279296875 +-0.044433593750 +0.064453125000 +-0.040039062500 +0.112792968750 +-0.132812500000 +0.072265625000 +-0.324218750000 +0.042480468750 +-0.015380859375 +0.081542968750 +0.115722656250 +0.203125000000 +0.068847656250 +-0.116210937500 +-0.253906250000 +-0.138671875000 +0.010620117188 +-0.032470703125 +-0.332031250000 +-0.218750000000 +0.043701171875 +-0.017944335938 +-0.105468750000 +-0.119628906250 +0.040039062500 +0.010314941406 +-0.053222656250 +0.118164062500 +-0.015136718750 +-0.084472656250 +-0.044433593750 +-0.242187500000 +-0.157226562500 +-0.058349609375 +-0.060546875000 +-0.057617187500 +-0.056396484375 +0.001136779785 +-0.133789062500 +0.054443359375 +-0.102539062500 +0.103515625000 +0.094726562500 +0.040527343750 +0.110839843750 +-0.063964843750 +-0.320312500000 +-0.204101562500 +-0.199218750000 +-0.104003906250 +0.166992187500 +0.018676757812 +0.043457031250 +-0.052001953125 +-0.059326171875 +0.203125000000 +0.011657714844 +0.020629882812 +-0.034667968750 +-0.078613281250 +-0.092285156250 +0.195312500000 +0.250000000000 +-0.087890625000 +0.000648498535 +0.090332031250 +-0.187500000000 +0.189453125000 +-0.178710937500 +0.051025390625 +-0.208007812500 +0.061767578125 +-0.255859375000 +-0.023925781250 +-0.130859375000 +0.179687500000 +0.236328125000 +-0.175781250000 +-0.134765625000 +-0.022094726562 +0.000113487244 +-0.022094726562 +-0.376953125000 +-0.000216484070 +-0.174804687500 +0.042724609375 +-0.117187500000 +-0.034423828125 +0.038330078125 +0.194335937500 +-0.294921875000 +0.304687500000 +-0.061523437500 +-0.133789062500 +0.094238281250 +-0.133789062500 +-0.055664062500 +0.013122558594 +0.053710937500 +0.068847656250 +-0.077636718750 +0.131835937500 +-0.147460937500 +-0.036132812500 +-0.166992187500 +-0.059082031250 +-0.042236328125 +-0.157226562500 +0.149414062500 +-0.085937500000 +-0.194335937500 +-0.169921875000 +-0.152343750000 +-0.137695312500 +-0.050292968750 +0.072265625000 +0.179687500000 +-0.039062500000 +0.216796875000 +-0.052978515625 +-0.094726562500 +0.084472656250 +-0.158203125000 +0.050292968750 +0.061767578125 +-0.001098632812 +-0.208984375000 +0.090332031250 +-0.667968750000 +0.054443359375 +0.166992187500 +-0.089355468750 +-0.038085937500 +0.231445312500 +-0.192382812500 +-0.074218750000 +-0.074218750000 +0.015747070312 +0.055908203125 +-0.037109375000 +-0.082519531250 +-0.170898437500 +0.085449218750 +0.046875000000 +-0.036865234375 +0.079101562500 +0.085937500000 +-0.135742187500 +-0.040039062500 +0.073730468750 +0.221679687500 +-0.114746093750 +-0.056152343750 +-0.076171875000 +-0.107910156250 +0.172851562500 +-0.114257812500 +-0.009826660156 +-0.375000000000 +-0.092285156250 +0.143554687500 +-0.108886718750 +-0.045166015625 +0.045898437500 +0.055664062500 +-0.335937500000 +0.100585937500 +-0.030395507812 +-0.148437500000 +-0.015441894531 +-0.001731872559 +-0.132812500000 +-0.005493164062 +-0.174804687500 +0.097656250000 +-0.040039062500 +-0.147460937500 +-0.041748046875 +-0.117187500000 +0.118652343750 +-0.056152343750 +-0.166992187500 +-0.064453125000 +-0.148437500000 +-0.074707031250 +0.012756347656 +-0.067382812500 +-0.119628906250 +0.078613281250 +0.039306640625 +-0.181640625000 +-0.020507812500 +-0.255859375000 +-0.127929687500 +0.081054687500 +0.101562500000 +0.029785156250 +0.011230468750 +-0.225585937500 +-0.077148437500 +0.052001953125 +0.116210937500 +0.062255859375 +-0.141601562500 +0.004882812500 +-0.035644531250 +0.120605468750 +-0.131835937500 +-0.015502929688 +0.152343750000 +0.120117187500 +-0.010864257812 +-0.067871093750 +0.384765625000 +0.147460937500 +-0.104492187500 +0.033935546875 +0.386718750000 +-0.107910156250 +0.075683593750 +-0.114746093750 +0.004089355469 +-0.214843750000 +-0.225585937500 +0.043945312500 +-0.017089843750 +-0.102539062500 +0.041015625000 +-0.000713348389 +-0.136718750000 +-0.011474609375 +-0.086914062500 +0.056152343750 +-0.016113281250 +0.102539062500 +0.173828125000 +0.028564453125 +-0.251953125000 +0.206054687500 +-0.041503906250 +0.054199218750 +-0.271484375000 +0.049072265625 +0.232421875000 +-0.128906250000 +-0.388671875000 +0.148437500000 +-0.160156250000 +-0.132812500000 +-0.169921875000 +0.130859375000 +-0.046386718750 +0.045654296875 +0.079589843750 +-0.059814453125 +0.075195312500 +-0.166015625000 +-0.125976562500 +0.133789062500 +-0.000204086304 +0.208007812500 +0.111328125000 +-0.242187500000 +-0.040771484375 +-0.064453125000 +-0.112792968750 +-0.157226562500 +0.059082031250 +0.206054687500 +-0.037841796875 +0.241210937500 +-0.015319824219 +-0.064453125000 +-0.046630859375 +-0.113769531250 +0.030029296875 +-0.076171875000 +0.140625000000 +0.027099609375 +-0.015502929688 +-0.124023437500 +0.211914062500 +-0.041259765625 +0.289062500000 +0.004791259766 +-0.106933593750 +-0.208984375000 +-0.289062500000 +-0.099609375000 +-0.156250000000 +-0.039794921875 +-0.135742187500 +0.062988281250 +-0.169921875000 +-0.289062500000 +-0.009765625000 +0.168945312500 +-0.152343750000 +0.063476562500 +0.069824218750 +0.015197753906 +-0.051757812500 +-0.068359375000 +0.000324249268 +-0.174804687500 +0.013549804688 +-0.015441894531 +0.019653320312 +-0.113281250000 +0.082031250000 +0.149414062500 +-0.102050781250 +-0.255859375000 +-0.343750000000 +-0.009826660156 +0.083496093750 +-0.011657714844 +-0.047363281250 +-0.098632812500 +0.147460937500 +-0.337890625000 +-0.089843750000 +0.223632812500 +-0.104492187500 +0.140625000000 +0.054199218750 +-0.287109375000 +-0.100585937500 +0.076660156250 +-0.019165039062 +0.098632812500 +0.166015625000 +0.177734375000 +-0.012207031250 +0.337890625000 +0.051269531250 +-0.069335937500 +0.162109375000 +0.005645751953 +0.063476562500 +-0.068359375000 +0.105468750000 +-0.103515625000 +-0.038818359375 +-0.106445312500 +0.275390625000 +0.026489257812 +0.375000000000 +0.158203125000 +-0.143554687500 +-0.023559570312 +-0.053710937500 +0.041015625000 +-0.134765625000 +-0.023315429688 +-0.100097656250 +0.062500000000 +0.388671875000 +-0.249023437500 +0.039794921875 +0.094238281250 +0.002761840820 +-0.074707031250 +-0.133789062500 +0.088867187500 +-0.013916015625 +-0.026489257812 +0.149414062500 +0.056152343750 +0.248046875000 +-0.028808593750 +0.363281250000 +-0.083007812500 +0.095703125000 +0.208007812500 +0.004882812500 +-0.240234375000 +-0.308593750000 +-0.004150390625 +-0.111816406250 +0.004882812500 +0.064941406250 +0.032958984375 +-0.037353515625 +-0.159179687500 +-0.255859375000 +0.068847656250 +-0.075683593750 +-0.086914062500 +0.040039062500 +-0.155273437500 +-0.233398437500 +-0.020141601562 +0.020629882812 +-0.012573242188 +-0.320312500000 +0.198242187500 +0.057128906250 +0.184570312500 +-0.012329101562 +-0.189453125000 +0.060302734375 +0.104980468750 +-0.078125000000 +0.023559570312 +0.021484375000 +-0.080566406250 +-0.201171875000 +0.102050781250 +-0.048583984375 +-0.050292968750 +0.013977050781 +-0.074707031250 +0.005523681641 +-0.108398437500 +-0.226562500000 +-0.129882812500 +-0.025878906250 +-0.093750000000 +-0.089355468750 +-0.000530242920 +-0.063476562500 +-0.030395507812 +0.012268066406 +0.182617187500 +-0.077148437500 +0.072265625000 +-0.337890625000 +-0.215820312500 +-0.051025390625 +-0.012878417969 +-0.031982421875 +-0.056884765625 +-0.194335937500 +-0.053466796875 +0.455078125000 +-0.221679687500 +0.392578125000 +0.292968750000 +0.085449218750 +-0.184570312500 +-0.148437500000 +0.002563476562 +-0.098632812500 +0.064941406250 +-0.081054687500 +-0.037353515625 +0.004577636719 +-0.108886718750 +-0.203125000000 +0.117187500000 +-0.044189453125 +-0.026489257812 +-0.292968750000 +0.010925292969 +-0.139648437500 +-0.034667968750 +-0.021728515625 +-0.056884765625 +-0.228515625000 +0.160156250000 +0.101074218750 +-0.055908203125 +-0.094726562500 +-0.022827148438 +0.119628906250 +0.115722656250 +-0.060302734375 +0.100585937500 +0.066894531250 +0.004241943359 +-0.044921875000 +0.055908203125 +-0.022827148438 +-0.047363281250 +0.162109375000 +0.039794921875 +0.084472656250 +-0.123046875000 +-0.168945312500 +-0.131835937500 +-0.153320312500 +-0.144531250000 +0.031738281250 +0.157226562500 +0.225585937500 +0.004119873047 +-0.208007812500 +0.032470703125 +0.068359375000 +-0.072265625000 +-0.187500000000 +-0.265625000000 +-0.083007812500 +0.077636718750 +0.124023437500 +0.014892578125 +-0.003814697266 +0.195312500000 +0.484375000000 +-0.015563964844 +0.201171875000 +0.361328125000 +0.081054687500 +-0.373046875000 +-0.223632812500 +-0.139648437500 +-0.223632812500 +0.007629394531 +0.127929687500 +-0.138671875000 +-0.034179687500 +-0.644531250000 +-0.029418945312 +0.056884765625 +-0.026611328125 +0.236328125000 +-0.120117187500 +0.025390625000 +-0.065429687500 +-0.144531250000 +0.298828125000 +-0.216796875000 +-0.095214843750 +0.096679687500 +-0.239257812500 +-0.048583984375 +-0.186523437500 +-0.071777343750 +0.214843750000 +-0.088867187500 +-0.137695312500 +0.157226562500 +-0.015319824219 +0.140625000000 +-0.231445312500 +0.104980468750 +0.054199218750 +-0.025878906250 +0.221679687500 +-0.061767578125 +0.108886718750 +-0.089843750000 +-0.187500000000 +0.159179687500 +-0.075683593750 +0.061279296875 +0.057861328125 +0.190429687500 +0.182617187500 +-0.028686523438 +-0.195312500000 +0.103515625000 +0.181640625000 +-0.024780273438 +-0.250000000000 +-0.028076171875 +0.006195068359 +0.209960937500 +0.111328125000 +0.154296875000 +0.052246093750 +-0.001800537109 +0.223632812500 +0.020874023438 +-0.223632812500 +-0.247070312500 +0.113769531250 +0.013549804688 +-0.318359375000 +-0.179687500000 +0.041992187500 +-0.088867187500 +-0.107910156250 +-0.089355468750 +0.028808593750 +0.000637054443 +-0.160156250000 +0.199218750000 +0.028564453125 +-0.155273437500 +-0.097656250000 +-0.078613281250 +-0.212890625000 +0.081054687500 +0.015380859375 +-0.218750000000 +-0.095703125000 +0.106445312500 +0.006042480469 +0.088867187500 +0.071777343750 +-0.161132812500 +0.026245117188 +-0.014282226562 +-0.154296875000 +0.049316406250 +-0.160156250000 +0.145507812500 +-0.057861328125 +-0.111816406250 +0.234375000000 +-0.056640625000 +0.066894531250 +-0.113281250000 +-0.182617187500 +-0.168945312500 +0.050537109375 +0.103515625000 +-0.168945312500 +0.003128051758 +0.003067016602 +-0.183593750000 +-0.031738281250 +0.124511718750 +-0.204101562500 +-0.527343750000 +-0.052246093750 +0.039794921875 +0.095703125000 +0.001609802246 +-0.232421875000 +-0.267578125000 +0.051513671875 +-0.217773437500 +-0.054443359375 +-0.500000000000 +-0.139648437500 +-0.160156250000 +-0.162109375000 +-0.062011718750 +0.017700195312 +0.034423828125 +-0.341796875000 +-0.025146484375 +-0.087890625000 +-0.083984375000 +0.039794921875 +-0.017578125000 +-0.024536132812 +0.060791015625 +-0.020385742188 +0.089843750000 +-0.040771484375 +-0.066894531250 +0.136718750000 +0.107910156250 +-0.078125000000 +-0.030395507812 +0.043457031250 +0.068359375000 +-0.078125000000 +-0.033203125000 +-0.115722656250 +-0.125000000000 +-0.081054687500 +-0.182617187500 +-0.143554687500 +0.086914062500 +0.015991210938 +0.005035400391 +-0.201171875000 +-0.017456054688 +0.064941406250 +-0.128906250000 +0.068359375000 +-0.031005859375 +0.007751464844 +0.057617187500 +-0.001922607422 +-0.291015625000 +-0.081054687500 +0.028808593750 +-0.157226562500 +0.142578125000 +0.049072265625 +-0.164062500000 +0.036621093750 +0.011047363281 +-0.060302734375 +-0.406250000000 +-0.000934600830 +0.021972656250 +0.126953125000 +-0.074707031250 +-0.124511718750 +-0.147460937500 +-0.025878906250 +0.071777343750 +-0.197265625000 +-0.038330078125 +-0.044921875000 +-0.027343750000 +-0.113769531250 +-0.083496093750 +-0.054443359375 +0.006347656250 +-0.199218750000 +-0.047119140625 +-0.029418945312 +-0.185546875000 +0.061767578125 +-0.265625000000 +0.035888671875 +0.034179687500 +0.101562500000 +-0.009765625000 +-0.061767578125 +0.010620117188 +0.036132812500 +-0.006591796875 +-0.161132812500 +0.032714843750 +-0.075683593750 +-0.170898437500 +-0.221679687500 +-0.148437500000 +-0.239257812500 +-0.059570312500 +0.092773437500 +-0.104003906250 +-0.306640625000 +-0.193359375000 +-0.020263671875 +0.159179687500 +-0.026367187500 +-0.131835937500 +0.093261718750 +-0.058837890625 +-0.082519531250 +-0.043212890625 +0.181640625000 +-0.048339843750 +-0.217773437500 +-0.152343750000 +-0.043212890625 +-0.165039062500 +-0.371093750000 +0.068359375000 +-0.050537109375 +-0.099609375000 +-0.192382812500 +0.196289062500 +-0.165039062500 +-0.158203125000 +0.166015625000 +-0.116210937500 +0.095214843750 +0.056152343750 +-0.097167968750 +-0.277343750000 +0.015319824219 +0.048583984375 +-0.188476562500 +0.045654296875 +-0.251953125000 +0.007934570312 +-0.027832031250 +-0.129882812500 +0.071777343750 +0.049072265625 +-0.146484375000 +0.010314941406 +-0.015991210938 +-0.217773437500 +-0.017089843750 +-0.217773437500 +0.115234375000 +0.059570312500 +0.013244628906 +0.211914062500 +0.178710937500 +-0.004180908203 +0.164062500000 +0.099121093750 +-0.145507812500 +0.108398437500 +-0.038330078125 +-0.345703125000 +-0.069335937500 +0.016479492188 +0.128906250000 +-0.164062500000 +0.087890625000 +0.084472656250 +-0.208984375000 +0.036132812500 +-0.091308593750 +0.145507812500 +-0.103027343750 +-0.217773437500 +-0.109375000000 +-0.088378906250 +-0.001342773438 +0.002975463867 +0.107421875000 +-0.092773437500 +-0.234375000000 +-0.008056640625 +0.055175781250 +-0.271484375000 +-0.166992187500 +0.196289062500 +-0.050292968750 +0.030761718750 +-0.310546875000 +0.190429687500 +-0.279296875000 +0.027832031250 +-0.009826660156 +0.147460937500 +0.190429687500 +0.096679687500 +-0.244140625000 +-0.213867187500 +0.075683593750 +0.129882812500 +-0.255859375000 +-0.009460449219 +-0.194335937500 +0.074707031250 +0.093261718750 +0.075683593750 +0.049560546875 +-0.052734375000 +-0.016235351562 +-0.042724609375 +0.179687500000 +-0.058105468750 +-0.107421875000 +-0.039550781250 +-0.093261718750 +-0.018188476562 +0.049316406250 +0.207031250000 +0.151367187500 +0.041748046875 +0.030273437500 +-0.093261718750 +-0.367187500000 +0.175781250000 +-0.007171630859 +-0.273437500000 +-0.174804687500 +0.013977050781 +-0.082031250000 +-0.055908203125 +0.078613281250 +-0.129882812500 +0.022460937500 +-0.089843750000 +-0.240234375000 +-0.003738403320 +-0.057128906250 +-0.125976562500 +-0.010559082031 +0.005584716797 +-0.061523437500 +-0.186523437500 +-0.257812500000 +-0.214843750000 +0.049804687500 +0.158203125000 +-0.029052734375 +-0.130859375000 +-0.178710937500 +-0.105957031250 +-0.212890625000 +-0.132812500000 +-0.110839843750 +0.148437500000 +-0.359375000000 +-0.014343261719 +0.136718750000 +-0.105468750000 +0.234375000000 +0.080566406250 +-0.165039062500 +-0.122070312500 +0.088378906250 +0.166015625000 +-0.144531250000 +0.026489257812 +-0.275390625000 +-0.121582031250 +0.021850585938 +0.032714843750 +0.058349609375 +0.109863281250 +-0.241210937500 +0.035400390625 +0.154296875000 +-0.102050781250 +-0.064453125000 +0.031494140625 +-0.007202148438 +-0.015136718750 +-0.072265625000 +-0.007141113281 +0.152343750000 +-0.146484375000 +0.134765625000 +-0.081054687500 +-0.285156250000 +0.116699218750 +0.001266479492 +-0.062011718750 +0.107910156250 +0.165039062500 +-0.083007812500 +-0.106933593750 +-0.013854980469 +0.046142578125 +0.012634277344 +0.063476562500 +-0.215820312500 +0.019653320312 +-0.026611328125 +-0.108398437500 +-0.065429687500 +-0.027221679688 +0.089843750000 +-0.234375000000 +-0.016967773438 +-0.024658203125 +0.233398437500 +0.024658203125 +0.032470703125 +-0.220703125000 +0.112792968750 +-0.040283203125 +-0.166992187500 +-0.041259765625 +0.013061523438 +-0.056396484375 +-0.203125000000 +-0.049804687500 +-0.035400390625 +-0.138671875000 +0.175781250000 +-0.021118164062 +-0.137695312500 +-0.184570312500 +0.107421875000 +0.012878417969 +-0.043212890625 +-0.224609375000 +-0.093750000000 +-0.259765625000 +0.034423828125 +-0.123046875000 +0.109375000000 +-0.083496093750 +-0.012390136719 +-0.089355468750 +0.068847656250 +-0.031738281250 +-0.148437500000 +0.084472656250 +0.071777343750 +0.110839843750 +-0.045410156250 +0.086914062500 +-0.175781250000 +-0.121093750000 +0.012207031250 +-0.114746093750 +-0.071777343750 +0.337890625000 +-0.242187500000 +0.160156250000 +-0.163085937500 +-0.120605468750 +-0.062255859375 +0.232421875000 +0.195312500000 +0.253906250000 +-0.119628906250 +-0.046386718750 +-0.439453125000 +0.069824218750 +0.054687500000 +0.009521484375 +0.053222656250 +-0.133789062500 +-0.023681640625 +-0.002563476562 +0.189453125000 +0.083984375000 +0.044189453125 +-0.046630859375 +0.086914062500 +-0.773437500000 +0.020019531250 +0.014404296875 +-0.057861328125 +0.016723632812 +0.018798828125 +0.107910156250 +-0.292968750000 +0.335937500000 +0.004058837891 +-0.121582031250 +0.236328125000 +-0.009582519531 +0.011657714844 +-0.108398437500 +0.013610839844 +0.253906250000 +-0.222656250000 +-0.169921875000 +-0.188476562500 +0.070800781250 +0.069824218750 +-0.078125000000 +0.158203125000 +-0.155273437500 +0.077148437500 +0.062255859375 +-0.131835937500 +-0.088378906250 +0.198242187500 +-0.131835937500 +0.059326171875 +0.090332031250 +0.183593750000 +0.027465820312 +0.059570312500 +0.196289062500 +-0.021972656250 +0.159179687500 +-0.143554687500 +-0.021972656250 +-0.023559570312 +-0.151367187500 +-0.084472656250 +-0.049804687500 +0.115234375000 +-0.051025390625 +0.013671875000 +0.168945312500 +-0.028320312500 +0.010253906250 +0.060546875000 +-0.251953125000 +-0.056640625000 +-0.287109375000 +0.113281250000 +-0.119140625000 +-0.120117187500 +0.042968750000 +-0.091308593750 +-0.156250000000 +-0.062011718750 +0.080566406250 +0.032714843750 +0.098632812500 +-0.062011718750 +-0.308593750000 +0.035888671875 +-0.050048828125 +-0.249023437500 +0.140625000000 +-0.044189453125 +0.046142578125 +-0.250000000000 +-0.077636718750 +-0.061767578125 +-0.083496093750 +-0.230468750000 +0.201171875000 +-0.007324218750 +0.012756347656 +0.263671875000 +-0.180664062500 +-0.092773437500 +-0.008239746094 +0.203125000000 +-0.095214843750 +0.081542968750 +0.025512695312 +0.104980468750 +0.028808593750 +-0.109863281250 +0.082519531250 +-0.172851562500 +0.107421875000 +0.015441894531 +0.021362304688 +0.155273437500 +0.066894531250 +-0.066894531250 +0.091796875000 +0.145507812500 +-0.008361816406 +-0.143554687500 +0.045166015625 +-0.020263671875 +-0.115234375000 +-0.001098632812 +0.031982421875 +0.244140625000 +-0.124511718750 +0.156250000000 +0.147460937500 +-0.030883789062 +0.275390625000 +-0.072265625000 +-0.099609375000 +-0.099121093750 +-0.123046875000 +-0.199218750000 +-0.121093750000 +-0.012329101562 +0.049804687500 +-0.036621093750 +-0.020629882812 +-0.122558593750 +-0.026611328125 +0.029785156250 +0.004272460938 +0.081054687500 +-0.287109375000 +-0.089355468750 +-0.036376953125 +-0.202148437500 +0.159179687500 +0.007293701172 +-0.012817382812 +-0.159179687500 +0.026245117188 +-0.117187500000 +-0.015991210938 +0.015075683594 +0.123046875000 +0.013427734375 +0.043212890625 +0.181640625000 +-0.125000000000 +-0.110351562500 +-0.063476562500 +0.223632812500 +0.060302734375 +-0.010925292969 +0.104980468750 +0.139648437500 +0.167968750000 +-0.106933593750 +0.371093750000 +0.045410156250 +0.094726562500 +0.151367187500 +0.078125000000 +0.083007812500 +0.076171875000 +-0.040771484375 +0.048095703125 +0.031982421875 +0.098144531250 +-0.003585815430 +-0.028930664062 +-0.075683593750 +-0.109375000000 +0.084960937500 +0.095214843750 +0.057373046875 +0.191406250000 +0.032714843750 +-0.131835937500 +-0.117187500000 +0.190429687500 +-0.061523437500 +-0.330078125000 +-0.184570312500 +-0.193359375000 +-0.236328125000 +-0.039306640625 +-0.163085937500 +0.063476562500 +-0.248046875000 +-0.125000000000 +-0.235351562500 +-0.104003906250 +0.041992187500 +0.124023437500 +-0.014404296875 +-0.065917968750 +-0.151367187500 +0.029296875000 +-0.169921875000 +0.040527343750 +-0.086914062500 +-0.086914062500 +0.188476562500 +-0.002838134766 +-0.113281250000 +-0.047363281250 +-0.011047363281 +-0.074707031250 +0.047119140625 +0.050537109375 +0.275390625000 +0.001655578613 +-0.037109375000 +0.023437500000 +0.081054687500 +-0.121093750000 +0.168945312500 +0.022583007812 +-0.001853942871 +-0.005859375000 +-0.033447265625 +-0.074707031250 +-0.071289062500 +0.049560546875 +-0.095214843750 +-0.001708984375 +-0.121093750000 +-0.004333496094 +-0.000999450684 +0.042480468750 +0.102539062500 +0.014465332031 +0.000354766846 +-0.103027343750 +0.020141601562 +0.006835937500 +0.166992187500 +0.053710937500 +0.137695312500 +0.002014160156 +0.064941406250 +-0.093261718750 +-0.006134033203 +0.145507812500 +-0.029174804688 +-0.208007812500 +-0.339843750000 +-0.053222656250 +-0.124023437500 +-0.078613281250 +-0.129882812500 +-0.016235351562 +-0.210937500000 +0.008666992188 +0.055664062500 +0.106933593750 +0.179687500000 +-0.059326171875 +0.082519531250 +-0.062500000000 +-0.300781250000 +-0.060546875000 +-0.273437500000 +-0.042724609375 +-0.025512695312 +0.075683593750 +-0.081542968750 +0.042968750000 +-0.169921875000 +-0.127929687500 +0.042968750000 +-0.132812500000 +0.095214843750 +0.145507812500 +0.129882812500 +0.019775390625 +-0.118164062500 +-0.086914062500 +0.069824218750 +0.000280380249 +0.069824218750 +0.012207031250 +0.147460937500 +-0.073730468750 +-0.176757812500 +0.217773437500 +0.030639648438 +-0.103027343750 +-0.022338867188 +0.072265625000 +-0.178710937500 +-0.001670837402 +-0.109863281250 +0.179687500000 +0.143554687500 +0.078125000000 +-0.215820312500 +-0.047363281250 +0.048583984375 +0.065917968750 +0.088867187500 +-0.029907226562 +-0.017456054688 +0.047851562500 +-0.020263671875 +0.029418945312 +-0.103027343750 +0.042724609375 +0.025756835938 +-0.088867187500 +-0.070800781250 +-0.189453125000 +-0.074218750000 +0.038085937500 +-0.080566406250 +-0.002899169922 +-0.005798339844 +0.049804687500 +0.031982421875 +0.001319885254 +0.034667968750 +-0.089355468750 +-0.042480468750 +-0.028564453125 +-0.292968750000 +-0.007690429688 +-0.228515625000 +-0.083007812500 +0.026611328125 +-0.015991210938 +-0.039306640625 +-0.086425781250 +-0.046142578125 +-0.002548217773 +0.002441406250 +-0.229492187500 +-0.062988281250 +0.054931640625 +-0.009094238281 +-0.069824218750 +-0.110839843750 +0.103515625000 +0.144531250000 +0.077148437500 +0.004760742188 +0.043457031250 +0.010253906250 +0.074218750000 +-0.112792968750 +0.011291503906 +0.052978515625 +-0.047607421875 +0.255859375000 +0.027221679688 +-0.036865234375 +-0.106933593750 +-0.207031250000 +0.136718750000 +0.156250000000 +0.055664062500 +0.047363281250 +-0.089843750000 +0.106445312500 +0.012390136719 +-0.187500000000 +0.038574218750 +0.086425781250 +-0.102539062500 +-0.080566406250 +-0.042480468750 +-0.273437500000 +0.112304687500 +0.088378906250 +-0.190429687500 +-0.213867187500 +-0.138671875000 +0.130859375000 +-0.023071289062 +0.024780273438 +-0.092773437500 +-0.215820312500 +-0.083984375000 +-0.141601562500 +0.002929687500 +0.016723632812 +0.033203125000 +-0.115722656250 +0.010437011719 +-0.314453125000 +-0.088378906250 +-0.202148437500 +0.066406250000 +0.083496093750 +-0.017700195312 +-0.116699218750 +0.066406250000 +-0.132812500000 +-0.108886718750 +0.180664062500 +-0.151367187500 +-0.017456054688 +-0.087890625000 +0.130859375000 +-0.056640625000 +-0.166015625000 +-0.026733398438 +0.182617187500 +-0.134765625000 +-0.110351562500 +-0.119628906250 +-0.118652343750 +-0.221679687500 +-0.240234375000 +-0.079589843750 +0.057373046875 +-0.101074218750 +-0.002120971680 +-0.041015625000 +-0.035156250000 +-0.007080078125 +-0.300781250000 +0.041259765625 +0.138671875000 +-0.002990722656 +-0.169921875000 +-0.146484375000 +0.126953125000 +0.109375000000 +-0.065429687500 +0.046142578125 +0.094238281250 +-0.094726562500 +-0.015380859375 +-0.126953125000 +-0.041748046875 +0.222656250000 +0.074218750000 +-0.123535156250 +-0.076171875000 +-0.194335937500 +0.083984375000 +-0.085449218750 +-0.144531250000 +-0.050048828125 +-0.271484375000 +-0.215820312500 +-0.125000000000 +0.095703125000 +-0.067382812500 +0.138671875000 +0.060791015625 +-0.116699218750 +-0.100097656250 +0.020996093750 +-0.011169433594 +0.199218750000 +-0.028076171875 +-0.226562500000 +-0.177734375000 +0.221679687500 +-0.029907226562 +-0.020507812500 +0.105468750000 +0.057617187500 +0.032470703125 +-0.062011718750 +0.229492187500 +-0.000324249268 +-0.121093750000 +0.005859375000 +0.006195068359 +-0.176757812500 +-0.065429687500 +0.001289367676 +-0.115722656250 +0.017578125000 +-0.149414062500 +-0.027709960938 +-0.179687500000 +-0.300781250000 +-0.206054687500 +-0.013916015625 +0.210937500000 +0.062988281250 +-0.126953125000 +0.014221191406 +0.071289062500 +-0.080566406250 +0.130859375000 +0.107421875000 +0.052001953125 +-0.390625000000 +-0.041992187500 +-0.071289062500 +-0.133789062500 +0.149414062500 +-0.162109375000 +-0.026367187500 +0.114746093750 +-0.115234375000 +0.026245117188 +-0.017578125000 +-0.094238281250 +-0.273437500000 +-0.010681152344 +0.204101562500 +0.429687500000 +0.122558593750 +0.414062500000 +-0.062988281250 +0.033447265625 +0.170898437500 +0.031250000000 +0.176757812500 +-0.201171875000 +0.031738281250 +0.131835937500 +-0.038085937500 +-0.050537109375 +-0.114257812500 +-0.072265625000 +-0.081542968750 +-0.020263671875 +-0.116699218750 +0.182617187500 +-0.172851562500 +-0.024658203125 +-0.243164062500 +0.081054687500 +-0.169921875000 +0.014831542969 +-0.055664062500 +-0.113769531250 +0.034423828125 +0.073242187500 +-0.263671875000 +-0.232421875000 +0.117187500000 +-0.084472656250 +-0.190429687500 +-0.118164062500 +-0.204101562500 +0.012268066406 +-0.367187500000 +0.056884765625 +-0.042480468750 +0.166015625000 +0.097656250000 +-0.065429687500 +-0.010192871094 +-0.005706787109 +-0.125976562500 +-0.024169921875 +0.003936767578 +-0.073242187500 +-0.171875000000 +-0.084960937500 +-0.048095703125 +-0.088867187500 +0.177734375000 +-0.219726562500 +-0.039062500000 +0.039794921875 +-0.041503906250 +-0.044189453125 +-0.009948730469 +-0.152343750000 +-0.026367187500 +-0.056640625000 +0.125000000000 +0.298828125000 +0.084472656250 +0.211914062500 +0.147460937500 +0.040283203125 +0.145507812500 +-0.092285156250 +0.084960937500 +-0.373046875000 +0.140625000000 +0.130859375000 +-0.027221679688 +0.029052734375 +-0.130859375000 +-0.000453948975 +0.130859375000 +0.063476562500 +-0.143554687500 +0.094726562500 +-0.149414062500 +-0.125976562500 +0.026489257812 +-0.001564025879 +0.063964843750 +-0.079101562500 +-0.122070312500 +-0.111328125000 +-0.008178710938 +-0.189453125000 +-0.205078125000 +0.105468750000 +-0.006195068359 +0.018188476562 +-0.164062500000 +-0.038085937500 +-0.028808593750 +0.023681640625 +-0.308593750000 +-0.112792968750 +-0.152343750000 +0.105957031250 +0.003997802734 +-0.142578125000 +0.082519531250 +0.201171875000 +-0.289062500000 +-0.043701171875 +0.104980468750 +0.199218750000 +-0.304687500000 +-0.117675781250 +-0.042480468750 +-0.093750000000 +0.164062500000 +-0.229492187500 +-0.063964843750 +0.001564025879 +-0.135742187500 +-0.128906250000 +0.002685546875 +-0.154296875000 +-0.184570312500 +0.044921875000 +0.122558593750 +0.285156250000 +0.075683593750 +0.143554687500 +-0.001007080078 +0.027954101562 +0.031738281250 +-0.130859375000 +-0.179687500000 +-0.206054687500 +-0.058349609375 +0.142578125000 +0.075683593750 +-0.032470703125 +-0.306640625000 +0.196289062500 +-0.096191406250 +-0.172851562500 +0.015991210938 +0.178710937500 +-0.101074218750 +-0.079589843750 +0.019165039062 +-0.144531250000 +0.020141601562 +-0.113281250000 +-0.209960937500 +-0.059570312500 +-0.044433593750 +-0.069335937500 +-0.257812500000 +0.016357421875 +-0.013732910156 +-0.072265625000 +0.083984375000 +-0.019287109375 +0.015441894531 +0.090332031250 +-0.098144531250 +-0.269531250000 +0.065429687500 +-0.179687500000 +0.023803710938 +-0.063964843750 +0.190429687500 +0.115722656250 +-0.091308593750 +0.077636718750 +-0.017578125000 +-0.034667968750 +-0.080566406250 +-0.080078125000 +0.002410888672 +-0.050781250000 +0.098144531250 +-0.263671875000 +-0.099121093750 +0.123046875000 +-0.062011718750 +-0.052978515625 +-0.141601562500 +-0.244140625000 +-0.011535644531 +-0.104492187500 +0.214843750000 +0.134765625000 +0.093750000000 +0.302734375000 +-0.011779785156 +-0.038818359375 +0.002426147461 +-0.020385742188 +-0.089843750000 +-0.224609375000 +0.031738281250 +0.265625000000 +0.024658203125 +-0.060302734375 +-0.261718750000 +0.101562500000 +-0.100585937500 +0.030273437500 +0.007171630859 +0.133789062500 +-0.051269531250 +-0.043701171875 +-0.053710937500 +0.041503906250 +-0.041259765625 +-0.065917968750 +-0.080566406250 +-0.024414062500 +-0.092285156250 +0.045898437500 +-0.343750000000 +-0.267578125000 +-0.064453125000 +-0.221679687500 +-0.124023437500 +-0.163085937500 +-0.155273437500 +-0.027832031250 +-0.203125000000 +0.242187500000 +-0.135742187500 +-0.067382812500 +-0.041015625000 +-0.207031250000 +0.029296875000 +0.132812500000 +-0.231445312500 +-0.119628906250 +0.030883789062 +-0.069824218750 +-0.110839843750 +-0.073242187500 +-0.046386718750 +0.097656250000 +-0.083007812500 +-0.169921875000 +0.063476562500 +-0.026367187500 +-0.094726562500 +-0.041748046875 +-0.132812500000 +-0.125976562500 +-0.021972656250 +-0.121093750000 +0.312500000000 +0.103515625000 +-0.035156250000 +0.195312500000 +-0.071289062500 +-0.012268066406 +0.152343750000 +-0.006561279297 +-0.070800781250 +-0.029541015625 +-0.024780273438 +0.142578125000 +0.161132812500 +0.007049560547 +-0.226562500000 +0.060791015625 +-0.013549804688 +-0.005828857422 +-0.124511718750 +0.148437500000 +-0.124511718750 +-0.231445312500 +-0.110839843750 +0.006896972656 +-0.081054687500 +-0.062988281250 +-0.031005859375 +-0.070312500000 +-0.071777343750 +0.006317138672 +-0.150390625000 +-0.023193359375 +0.245117187500 +0.067382812500 +-0.176757812500 +0.055908203125 +-0.074218750000 +-0.118652343750 +-0.199218750000 +-0.068359375000 +0.110839843750 +-0.085937500000 +-0.052490234375 +-0.306640625000 +-0.026611328125 +0.097656250000 +-0.010253906250 +-0.120605468750 +0.016479492188 +0.018310546875 +0.062500000000 +-0.125000000000 +-0.021118164062 +-0.118652343750 +0.139648437500 +-0.003936767578 +0.043701171875 +-0.106445312500 +-0.171875000000 +-0.160156250000 +0.021484375000 +-0.142578125000 +-0.210937500000 +0.027465820312 +0.061523437500 +0.345703125000 +-0.064941406250 +-0.004943847656 +0.053955078125 +-0.054931640625 +0.195312500000 +0.029785156250 +-0.016845703125 +-0.111328125000 +0.072265625000 +0.184570312500 +0.123046875000 +-0.078613281250 +-0.155273437500 +-0.088867187500 +0.079101562500 +-0.006622314453 +-0.099121093750 +0.202148437500 +-0.138671875000 +-0.139648437500 +-0.067871093750 +-0.012023925781 +-0.089355468750 +-0.039794921875 +0.076171875000 +0.017333984375 +-0.182617187500 +0.132812500000 +-0.119628906250 +0.041992187500 +0.273437500000 +-0.062988281250 +-0.065917968750 +-0.060546875000 +-0.120117187500 +0.075683593750 +-0.216796875000 +-0.178710937500 +-0.060302734375 +-0.079589843750 +-0.017456054688 +-0.166015625000 +0.030395507812 +0.070800781250 +0.071289062500 +-0.008178710938 +-0.079101562500 +-0.025024414062 +0.018432617188 +-0.153320312500 +-0.105957031250 +-0.042236328125 +0.110351562500 +-0.077148437500 +-0.257812500000 +-0.044921875000 +0.066406250000 +-0.222656250000 +-0.001457214355 +-0.198242187500 +-0.269531250000 +0.091308593750 +0.269531250000 +0.337890625000 +-0.162109375000 +0.170898437500 +-0.073730468750 +0.034179687500 +0.174804687500 +-0.099121093750 +0.088378906250 +-0.017944335938 +0.152343750000 +0.104492187500 +0.033203125000 +0.068359375000 +-0.158203125000 +-0.168945312500 +-0.179687500000 +-0.000249862671 +-0.068359375000 +0.249023437500 +-0.052734375000 +-0.281250000000 +-0.184570312500 +-0.029296875000 +0.096191406250 +-0.176757812500 +0.168945312500 +0.089843750000 +-0.171875000000 +-0.089843750000 +-0.090332031250 +-0.398437500000 +-0.204101562500 +0.154296875000 +0.128906250000 +-0.050048828125 +-0.085449218750 +0.068359375000 +-0.066894531250 +0.093261718750 +-0.106445312500 +-0.202148437500 +-0.332031250000 +0.064453125000 +-0.082519531250 +-0.028198242188 +-0.069824218750 +0.005493164062 +0.092285156250 +0.023437500000 +0.043212890625 +-0.085449218750 +0.055664062500 +-0.023437500000 +0.077148437500 +-0.038085937500 +-0.049804687500 +0.118652343750 +-0.053466796875 +0.097656250000 +0.320312500000 +-0.179687500000 +0.221679687500 +0.150390625000 +-0.104980468750 +0.107910156250 +0.084960937500 +0.078613281250 +-0.040527343750 +0.043457031250 +-0.078125000000 +0.105957031250 +-0.020996093750 +-0.186523437500 +0.104980468750 +0.024291992188 +-0.093261718750 +0.249023437500 +-0.025512695312 +-0.216796875000 +-0.219726562500 +0.271484375000 +-0.011718750000 +0.083007812500 +0.236328125000 +-0.166015625000 +0.263671875000 +0.054443359375 +-0.123046875000 +0.111816406250 +-0.112304687500 +-0.116699218750 +-0.139648437500 +0.172851562500 +0.025878906250 +-0.186523437500 +-0.150390625000 +0.104003906250 +0.165039062500 +-0.031250000000 +-0.028686523438 +0.004882812500 +0.033447265625 +0.341796875000 +0.104492187500 +-0.126953125000 +-0.441406250000 +-0.054931640625 +0.061767578125 +0.099121093750 +-0.090332031250 +-0.000553131104 +-0.010925292969 +0.007354736328 +-0.008605957031 +-0.098144531250 +0.064453125000 +0.039794921875 +0.083496093750 +0.043457031250 +-0.219726562500 +0.080566406250 +0.018798828125 +0.010375976562 +0.261718750000 +0.065917968750 +-0.097656250000 +0.051025390625 +-0.189453125000 +-0.138671875000 +-0.011230468750 +0.009338378906 +-0.085937500000 +-0.014160156250 +-0.144531250000 +0.066406250000 +0.179687500000 +-0.108398437500 +0.187500000000 +0.042236328125 +-0.043212890625 +0.093261718750 +-0.065429687500 +-0.044921875000 +-0.077636718750 +0.180664062500 +-0.067382812500 +-0.011718750000 +0.190429687500 +0.035400390625 +0.065429687500 +-0.075683593750 +-0.026977539062 +0.122558593750 +-0.072753906250 +-0.076660156250 +-0.098632812500 +0.080566406250 +0.025756835938 +-0.402343750000 +-0.159179687500 +0.275390625000 +-0.005310058594 +-0.052734375000 +0.049804687500 +0.105468750000 +-0.108886718750 +0.292968750000 +-0.045410156250 +-0.180664062500 +-0.398437500000 +-0.066894531250 +0.084472656250 +0.117675781250 +0.103027343750 +0.045410156250 +0.096191406250 +-0.142578125000 +0.043212890625 +-0.013977050781 +0.213867187500 +-0.056396484375 +0.043701171875 +-0.190429687500 +-0.137695312500 +-0.072265625000 +-0.063476562500 +0.066406250000 +0.070312500000 +-0.014526367188 +0.189453125000 +0.088867187500 +-0.246093750000 +-0.012390136719 +0.047851562500 +-0.118652343750 +0.010253906250 +-0.066894531250 +-0.103515625000 +-0.053466796875 +0.037353515625 +-0.045166015625 +0.089843750000 +0.150390625000 +-0.088378906250 +0.191406250000 +0.060058593750 +0.033935546875 +-0.118164062500 +0.077636718750 +0.103515625000 +0.022583007812 +-0.118652343750 +-0.081542968750 +0.115234375000 +-0.040527343750 +0.055175781250 +-0.004760742188 +-0.016357421875 +-0.185546875000 +-0.134765625000 +0.029174804688 +0.114257812500 +-0.294921875000 +-0.080566406250 +0.093261718750 +-0.079589843750 +0.163085937500 +0.179687500000 +0.150390625000 +-0.076660156250 +0.024536132812 +0.011840820312 +-0.257812500000 +-0.302734375000 +0.089355468750 +0.021728515625 +0.034423828125 +0.060546875000 +-0.043701171875 +-0.030151367188 +-0.097656250000 +0.080566406250 +-0.027221679688 +-0.026000976562 +-0.170898437500 +0.189453125000 +-0.174804687500 +-0.045898437500 +0.124023437500 +0.144531250000 +0.166992187500 +0.010742187500 +0.087890625000 +0.166015625000 +0.113281250000 +-0.130859375000 +-0.013183593750 +0.104003906250 +0.026855468750 +-0.194335937500 +0.090820312500 +-0.263671875000 +0.119628906250 +-0.068359375000 +0.012695312500 +0.069824218750 +0.055419921875 +-0.028320312500 +0.061767578125 +0.111816406250 +-0.109863281250 +-0.124023437500 +-0.027954101562 +0.040283203125 +0.232421875000 +-0.237304687500 +-0.210937500000 +0.137695312500 +-0.008300781250 +0.047851562500 +-0.045410156250 +-0.181640625000 +-0.140625000000 +-0.068847656250 +0.159179687500 +-0.036865234375 +-0.289062500000 +-0.080078125000 +-0.337890625000 +0.058349609375 +-0.021972656250 +0.095703125000 +0.000923156738 +-0.044433593750 +-0.013427734375 +0.028564453125 +-0.186523437500 +-0.291015625000 +0.019287109375 +0.083496093750 +0.035156250000 +0.002334594727 +-0.059570312500 +-0.004730224609 +0.018920898438 +-0.016357421875 +-0.092773437500 +-0.133789062500 +-0.066894531250 +0.027099609375 +-0.160156250000 +-0.015502929688 +0.035400390625 +0.198242187500 +0.086425781250 +-0.054931640625 +0.069335937500 +0.079589843750 +0.111816406250 +-0.108398437500 +0.024169921875 +-0.142578125000 +0.100097656250 +-0.076171875000 +0.056396484375 +-0.190429687500 +0.001380920410 +-0.094238281250 +-0.079101562500 +0.048339843750 +0.039062500000 +-0.038818359375 +0.018432617188 +-0.034912109375 +-0.115234375000 +-0.257812500000 +-0.261718750000 +0.127929687500 +0.204101562500 +-0.188476562500 +-0.122070312500 +0.034667968750 +0.037353515625 +-0.108886718750 +0.014160156250 +-0.051269531250 +-0.102050781250 +-0.076660156250 +0.206054687500 +0.006958007812 +-0.170898437500 +-0.283203125000 +-0.294921875000 +0.031494140625 +-0.032226562500 +0.043701171875 +0.023925781250 +-0.003662109375 +-0.083007812500 +-0.032226562500 +-0.185546875000 +-0.310546875000 +-0.141601562500 +-0.040771484375 +0.119628906250 +-0.108398437500 +0.056640625000 +0.021362304688 +-0.026245117188 +-0.042968750000 +-0.210937500000 +-0.026245117188 +0.181640625000 +0.067382812500 +0.033691406250 +-0.197265625000 +0.028320312500 +0.067871093750 +-0.024047851562 +0.046875000000 +0.160156250000 +0.009887695312 +0.039306640625 +-0.275390625000 +-0.044433593750 +0.024536132812 +-0.065917968750 +-0.079589843750 +-0.112304687500 +-0.168945312500 +0.002365112305 +0.006835937500 +-0.179687500000 +-0.084472656250 +-0.027832031250 +0.090820312500 +-0.047607421875 +-0.073242187500 +0.147460937500 +-0.185546875000 +-0.154296875000 +0.028198242188 +-0.065429687500 +-0.054931640625 +-0.127929687500 +0.157226562500 +0.017700195312 +-0.123535156250 +0.065917968750 +-0.130859375000 +-0.127929687500 +0.005004882812 +0.279296875000 +-0.151367187500 +-0.275390625000 +-0.386718750000 +-0.253906250000 +0.007324218750 +-0.265625000000 +-0.097167968750 +-0.015747070312 +0.077636718750 +-0.034423828125 +-0.026123046875 +-0.082031250000 +-0.269531250000 +0.035644531250 +0.026245117188 +0.253906250000 +-0.165039062500 +0.108886718750 +-0.048828125000 +-0.016479492188 +-0.176757812500 +-0.207031250000 +-0.154296875000 +0.188476562500 +0.203125000000 +0.002532958984 +-0.004547119141 +-0.047119140625 +0.024536132812 +-0.136718750000 +0.163085937500 +-0.008544921875 +-0.062500000000 +0.052734375000 +-0.023071289062 +0.071777343750 +0.117187500000 +-0.106933593750 +0.058837890625 +-0.202148437500 +-0.145507812500 +0.043212890625 +-0.056640625000 +-0.157226562500 +-0.140625000000 +-0.119628906250 +-0.060058593750 +0.196289062500 +-0.166992187500 +0.070312500000 +-0.007324218750 +-0.168945312500 +-0.316406250000 +-0.136718750000 +-0.006042480469 +-0.104492187500 +0.320312500000 +-0.123046875000 +-0.177734375000 +0.052978515625 +0.041259765625 +-0.154296875000 +0.042724609375 +0.188476562500 +-0.045654296875 +0.051757812500 +-0.200195312500 +0.206054687500 +0.061523437500 +-0.088867187500 +0.050292968750 +0.055175781250 +-0.221679687500 +0.084960937500 +0.002456665039 +0.083496093750 +-0.082031250000 +-0.051025390625 +-0.057128906250 +-0.042968750000 +0.188476562500 +0.083007812500 +-0.357421875000 +0.119140625000 +-0.265625000000 +0.231445312500 +-0.027099609375 +-0.017700195312 +-0.008789062500 +0.021728515625 +0.223632812500 +0.040527343750 +-0.109375000000 +-0.232421875000 +-0.172851562500 +-0.129882812500 +0.191406250000 +-0.197265625000 +0.036376953125 +0.082031250000 +0.025634765625 +0.089355468750 +-0.100097656250 +0.147460937500 +-0.074218750000 +0.048828125000 +-0.059326171875 +-0.018554687500 +-0.021728515625 +-0.056640625000 +-0.054443359375 +-0.257812500000 +-0.108398437500 +-0.002517700195 +0.048339843750 +0.006713867188 +-0.007263183594 +-0.134765625000 +-0.113281250000 +0.072265625000 +-0.188476562500 +-0.052001953125 +0.105468750000 +0.069824218750 +0.201171875000 +0.130859375000 +0.009643554688 +0.099121093750 +0.144531250000 +-0.008728027344 +0.080566406250 +0.141601562500 +0.060058593750 +-0.028076171875 +0.061767578125 +-0.201171875000 +-0.173828125000 +0.084472656250 +-0.101074218750 +0.001266479492 +-0.267578125000 +-0.057617187500 +-0.046386718750 +-0.042724609375 +0.158203125000 +0.182617187500 +-0.322265625000 +0.097656250000 +-0.147460937500 +0.078613281250 +0.015747070312 +-0.066406250000 +0.253906250000 +0.202148437500 +-0.070312500000 +-0.082031250000 +0.027343750000 +-0.128906250000 +-0.120605468750 +-0.022583007812 +-0.111816406250 +-0.078125000000 +-0.173828125000 +0.038085937500 +0.070312500000 +-0.009643554688 +0.066406250000 +-0.125000000000 +-0.035644531250 +0.039550781250 +0.124511718750 +-0.037353515625 +-0.027465820312 +0.044677734375 +-0.097167968750 +-0.202148437500 +-0.030639648438 +-0.088378906250 +-0.013732910156 +-0.016723632812 +0.188476562500 +-0.190429687500 +-0.016967773438 +-0.063964843750 +-0.170898437500 +0.016357421875 +0.240234375000 +0.048339843750 +0.136718750000 +0.062500000000 +-0.042968750000 +0.123046875000 +0.224609375000 +0.046630859375 +0.005523681641 +0.161132812500 +-0.052246093750 +0.047851562500 +0.062988281250 +-0.320312500000 +-0.251953125000 +-0.060302734375 +-0.048828125000 +-0.075683593750 +-0.173828125000 +-0.141601562500 +-0.064453125000 +0.061523437500 +-0.095214843750 +0.028198242188 +-0.433593750000 +-0.085937500000 +-0.263671875000 +0.223632812500 +-0.120117187500 +0.023193359375 +0.285156250000 +0.170898437500 +0.015625000000 +-0.039306640625 +0.025268554688 +-0.096191406250 +0.029418945312 +-0.029052734375 +0.026489257812 +-0.103515625000 +-0.152343750000 +-0.014404296875 +0.115722656250 +-0.115722656250 +-0.139648437500 +0.087890625000 +-0.115722656250 +0.250000000000 +0.045410156250 +0.071777343750 +0.180664062500 +-0.020263671875 +-0.099121093750 +-0.162109375000 +-0.101562500000 +0.007995605469 +0.049560546875 +0.034912109375 +-0.069824218750 +-0.055664062500 +-0.074218750000 +0.033447265625 +-0.170898437500 +-0.121093750000 +0.113281250000 +-0.153320312500 +0.024902343750 +-0.120605468750 +-0.013488769531 +0.062500000000 +0.283203125000 +0.050048828125 +-0.161132812500 +0.028198242188 +-0.148437500000 +-0.028808593750 +0.042968750000 +-0.257812500000 +-0.186523437500 +0.029541015625 +-0.145507812500 +-0.021972656250 +-0.098144531250 +-0.077636718750 +-0.065429687500 +0.077636718750 +0.211914062500 +-0.028564453125 +-0.312500000000 +-0.084472656250 +-0.048339843750 +0.141601562500 +-0.026611328125 +0.033691406250 +0.335937500000 +0.042480468750 +0.023925781250 +0.002639770508 +-0.228515625000 +-0.292968750000 +-0.128906250000 +-0.008911132812 +-0.007598876953 +-0.121093750000 +0.053710937500 +-0.054443359375 +0.026245117188 +0.048583984375 +-0.349609375000 +0.159179687500 +-0.195312500000 +0.134765625000 +0.193359375000 +-0.044921875000 +0.083007812500 +-0.177734375000 +-0.261718750000 +-0.156250000000 +-0.103027343750 +0.023559570312 +0.071777343750 +0.051513671875 +-0.010681152344 +-0.210937500000 +-0.169921875000 +0.172851562500 +-0.119628906250 +-0.183593750000 +0.058349609375 +0.063964843750 +-0.000173568726 +0.166015625000 +-0.107910156250 +0.193359375000 +0.043212890625 +0.018920898438 +-0.010681152344 +0.122070312500 +-0.028198242188 +-0.028686523438 +0.003433227539 +-0.189453125000 +-0.414062500000 +-0.042968750000 +-0.146484375000 +-0.050781250000 +-0.207031250000 +-0.194335937500 +-0.088378906250 +0.149414062500 +0.087402343750 +0.081054687500 +-0.235351562500 +-0.154296875000 +0.123046875000 +0.404296875000 +-0.059326171875 +-0.049316406250 +0.160156250000 +-0.057861328125 +0.045898437500 +-0.031127929688 +-0.035400390625 +-0.233398437500 +-0.058837890625 +-0.116699218750 +-0.165039062500 +0.134765625000 +0.184570312500 +-0.127929687500 +0.076660156250 +0.003936767578 +-0.416015625000 +-0.060791015625 +-0.197265625000 +0.106933593750 +-0.129882812500 +-0.204101562500 +-0.054931640625 +-0.068359375000 +-0.069824218750 +-0.234375000000 +-0.142578125000 +0.001579284668 +0.007720947266 +-0.099609375000 +0.011779785156 +-0.125976562500 +-0.160156250000 +0.233398437500 +-0.176757812500 +-0.285156250000 +0.150390625000 +0.079101562500 +-0.128906250000 +0.002899169922 +-0.077636718750 +0.085937500000 +0.047363281250 +0.064453125000 +-0.081542968750 +0.160156250000 +0.106445312500 +0.062988281250 +-0.037597656250 +-0.267578125000 +-0.474609375000 +-0.068359375000 +-0.190429687500 +0.072753906250 +-0.129882812500 +-0.104980468750 +-0.039794921875 +0.183593750000 +0.130859375000 +0.075683593750 +-0.193359375000 +-0.263671875000 +0.129882812500 +0.001121520996 +-0.184570312500 +-0.089355468750 +0.101074218750 +0.043701171875 +-0.082519531250 +-0.020751953125 +-0.080566406250 +-0.123046875000 +-0.055664062500 +0.052001953125 +-0.011535644531 +0.104980468750 +-0.105957031250 +-0.105468750000 +0.310546875000 +0.015747070312 +-0.285156250000 +-0.149414062500 +-0.177734375000 +0.078613281250 +0.070312500000 +0.041748046875 +0.027099609375 +0.097656250000 +-0.081542968750 +-0.281250000000 +-0.167968750000 +0.055664062500 +-0.023193359375 +0.105957031250 +0.083984375000 +-0.177734375000 +-0.210937500000 +-0.045166015625 +-0.285156250000 +0.024414062500 +0.105957031250 +-0.016845703125 +-0.048828125000 +-0.043212890625 +0.032226562500 +0.181640625000 +0.081542968750 +-0.343750000000 +-0.099609375000 +0.227539062500 +-0.018066406250 +0.090332031250 +0.017944335938 +-0.224609375000 +-0.472656250000 +0.016845703125 +-0.265625000000 +0.018920898438 +-0.005767822266 +-0.105957031250 +-0.153320312500 +0.312500000000 +0.196289062500 +-0.049072265625 +-0.151367187500 +-0.094238281250 +-0.275390625000 +0.110351562500 +-0.031982421875 +-0.045654296875 +0.012634277344 +-0.106445312500 +-0.153320312500 +-0.120605468750 +-0.069335937500 +-0.178710937500 +-0.136718750000 +0.244140625000 +-0.073242187500 +-0.200195312500 +-0.164062500000 +-0.160156250000 +0.341796875000 +0.123046875000 +-0.158203125000 +-0.277343750000 +-0.077636718750 +-0.071289062500 +0.289062500000 +0.104003906250 +-0.281250000000 +0.144531250000 +-0.031250000000 +-0.140625000000 +-0.055908203125 +0.049316406250 +-0.000142097473 +0.007446289062 +0.135742187500 +-0.136718750000 +-0.104003906250 +-0.056884765625 +-0.339843750000 +0.079101562500 +0.107910156250 +-0.123046875000 +0.121093750000 +-0.136718750000 +-0.134765625000 +0.025146484375 +0.140625000000 +0.035156250000 +-0.070800781250 +-0.335937500000 +-0.090332031250 +0.032714843750 +0.232421875000 +0.043701171875 +0.053710937500 +0.004089355469 +-0.118164062500 +-0.121093750000 +-0.003417968750 +0.074218750000 +-0.051269531250 +-0.020629882812 +-0.078613281250 +-0.243164062500 +-0.054931640625 +0.225585937500 +0.110839843750 +0.044677734375 +0.267578125000 +-0.298828125000 +0.065429687500 +-0.197265625000 +-0.037353515625 +-0.186523437500 +-0.049560546875 +-0.140625000000 +-0.232421875000 +-0.076171875000 +-0.367187500000 +0.070312500000 +0.123535156250 +0.023437500000 +0.107421875000 +-0.235351562500 +-0.126953125000 +0.034423828125 +0.119628906250 +0.251953125000 +-0.069824218750 +-0.021972656250 +-0.030151367188 +-0.047119140625 +0.136718750000 +-0.136718750000 +0.195312500000 +-0.036132812500 +-0.220703125000 +0.130859375000 +0.009460449219 +-0.202148437500 +-0.163085937500 +0.003067016602 +0.136718750000 +0.006347656250 +-0.036376953125 +-0.008483886719 +0.056152343750 +-0.032714843750 +-0.090820312500 +0.245117187500 +-0.157226562500 +-0.008789062500 +-0.115234375000 +-0.265625000000 +0.052734375000 +0.142578125000 +-0.075683593750 +0.066894531250 +0.116210937500 +-0.127929687500 +0.005340576172 +-0.119628906250 +-0.011657714844 +0.007385253906 +-0.067871093750 +-0.118164062500 +0.015991210938 +0.036865234375 +-0.036865234375 +0.267578125000 +0.320312500000 +-0.153320312500 +0.195312500000 +-0.106933593750 +-0.048828125000 +-0.101562500000 +0.002212524414 +-0.332031250000 +-0.057373046875 +-0.123535156250 +-0.009948730469 +0.142578125000 +-0.082031250000 +0.039306640625 +-0.007232666016 +-0.119628906250 +-0.013916015625 +-0.033447265625 +0.056884765625 +0.089843750000 +0.020141601562 +0.116699218750 +-0.040283203125 +-0.130859375000 +-0.116699218750 +-0.102539062500 +0.079101562500 +0.025024414062 +0.106445312500 +-0.005462646484 +-0.152343750000 +0.079101562500 +-0.070312500000 +-0.088867187500 +-0.039794921875 +0.140625000000 +-0.011108398438 +-0.054199218750 +0.138671875000 +0.208984375000 +-0.088378906250 +0.019531250000 +0.044921875000 +0.061767578125 +0.057373046875 +-0.289062500000 +-0.194335937500 +-0.231445312500 +0.143554687500 +0.104492187500 +-0.123046875000 +0.018920898438 +-0.007751464844 +-0.161132812500 +-0.064453125000 +0.050537109375 +-0.062500000000 +-0.002410888672 +-0.012390136719 +0.074218750000 +-0.084960937500 +0.024414062500 +-0.055664062500 +0.169921875000 +0.347656250000 +0.035156250000 +0.091308593750 +0.051025390625 +-0.155273437500 +0.004577636719 +0.109863281250 +-0.025756835938 +0.021606445312 +-0.190429687500 +0.113281250000 +0.050292968750 +0.124023437500 +0.019287109375 +-0.080566406250 +-0.164062500000 +-0.012756347656 +0.045898437500 +0.277343750000 +0.261718750000 +0.037109375000 +0.197265625000 +-0.111328125000 +-0.176757812500 +0.115722656250 +-0.049560546875 +0.077636718750 +-0.154296875000 +0.164062500000 +-0.077148437500 +0.057373046875 +-0.050292968750 +-0.054199218750 +-0.232421875000 +-0.045166015625 +0.010192871094 +-0.150390625000 +-0.082519531250 +0.006835937500 +0.000167846680 +-0.050537109375 +0.103515625000 +-0.071289062500 +0.277343750000 +0.127929687500 +-0.239257812500 +-0.184570312500 +-0.242187500000 +0.150390625000 +0.176757812500 +-0.122558593750 +0.062255859375 +0.059082031250 +-0.186523437500 +-0.200195312500 +0.030883789062 +-0.130859375000 +-0.034179687500 +0.132812500000 +-0.111816406250 +0.015625000000 +0.091796875000 +0.158203125000 +0.130859375000 +0.061035156250 +0.042480468750 +-0.040771484375 +0.043945312500 +-0.219726562500 +-0.048339843750 +0.015075683594 +-0.039550781250 +-0.082519531250 +-0.137695312500 +0.000118732452 +0.045654296875 +0.153320312500 +-0.045410156250 +0.042968750000 +-0.160156250000 +-0.138671875000 +-0.046875000000 +0.216796875000 +0.077148437500 +-0.042480468750 +0.135742187500 +0.085937500000 +-0.164062500000 +0.133789062500 +0.037841796875 +-0.208984375000 +0.010620117188 +0.263671875000 +0.094238281250 +0.037353515625 +-0.101074218750 +-0.147460937500 +-0.001777648926 +0.206054687500 +0.075683593750 +-0.045410156250 +-0.006164550781 +-0.056640625000 +-0.033203125000 +0.210937500000 +0.010070800781 +-0.063476562500 +0.196289062500 +0.161132812500 +-0.326171875000 +-0.026123046875 +-0.193359375000 +0.116699218750 +0.115234375000 +-0.108886718750 +-0.026611328125 +0.112304687500 +0.029541015625 +-0.000034809113 +0.015869140625 +-0.007049560547 +-0.021728515625 +0.000598907471 +-0.054687500000 +-0.073242187500 +-0.043457031250 +0.161132812500 +-0.134765625000 +0.093750000000 +-0.077636718750 +0.075683593750 +-0.135742187500 +-0.215820312500 +-0.065917968750 +0.079589843750 +-0.055419921875 +-0.148437500000 +-0.178710937500 +0.233398437500 +-0.090820312500 +0.178710937500 +0.099121093750 +-0.094726562500 +-0.113281250000 +-0.083007812500 +-0.135742187500 +0.211914062500 +0.086914062500 +0.111328125000 +0.209960937500 +0.224609375000 +-0.089843750000 +-0.035400390625 +0.110839843750 +0.007934570312 +0.086914062500 +0.060302734375 +-0.078613281250 +-0.160156250000 +-0.152343750000 +-0.005554199219 +-0.168945312500 +0.188476562500 +-0.145507812500 +-0.004333496094 +-0.058593750000 +-0.139648437500 +-0.062988281250 +-0.116210937500 +0.075683593750 +0.006774902344 +0.081542968750 +0.120117187500 +-0.181640625000 +0.056640625000 +-0.221679687500 +0.209960937500 +0.007873535156 +-0.052490234375 +-0.082519531250 +0.056396484375 +-0.029174804688 +0.073242187500 +0.045898437500 +-0.005310058594 +0.072265625000 +0.029785156250 +-0.250000000000 +0.079101562500 +0.007934570312 +0.027709960938 +-0.018066406250 +0.124511718750 +-0.023559570312 +0.151367187500 +-0.183593750000 +-0.108886718750 +-0.023925781250 +0.040771484375 +-0.125000000000 +-0.068847656250 +0.012329101562 +0.103027343750 +-0.082519531250 +0.059570312500 +0.089843750000 +0.035400390625 +0.164062500000 +0.050781250000 +-0.143554687500 +0.079101562500 +-0.146484375000 +0.068847656250 +0.115722656250 +0.131835937500 +-0.128906250000 +-0.002807617188 +0.141601562500 +0.051513671875 +-0.060302734375 +-0.035644531250 +0.071289062500 +-0.049804687500 +-0.086425781250 +-0.012207031250 +-0.166015625000 +-0.142578125000 +0.011596679688 +0.162109375000 +-0.296875000000 +-0.010742187500 +-0.016601562500 +-0.009094238281 +-0.030273437500 +0.125000000000 +0.059814453125 +0.081542968750 +-0.098632812500 +0.025512695312 +-0.296875000000 +0.133789062500 +0.007720947266 +0.007507324219 +-0.081054687500 +0.249023437500 +0.078125000000 +-0.048583984375 +0.026855468750 +-0.015075683594 +0.093750000000 +-0.075195312500 +-0.158203125000 +-0.018920898438 +-0.093261718750 +0.045410156250 +0.199218750000 +0.119140625000 +0.052490234375 +0.250000000000 +-0.073242187500 +-0.064453125000 +-0.187500000000 +-0.032958984375 +-0.335937500000 +0.015075683594 +-0.003631591797 +0.047363281250 +-0.022216796875 +0.000122070312 +0.139648437500 +0.055908203125 +0.089355468750 +-0.035400390625 +-0.263671875000 +-0.128906250000 +-0.300781250000 +-0.115234375000 +-0.085449218750 +0.238281250000 +-0.102050781250 +0.056640625000 +0.110351562500 +0.054687500000 +0.051513671875 +-0.069824218750 +0.135742187500 +-0.077148437500 +0.041503906250 +0.220703125000 +-0.137695312500 +-0.218750000000 +-0.177734375000 +-0.020263671875 +-0.193359375000 +0.283203125000 +0.016357421875 +0.052978515625 +0.161132812500 +0.072265625000 +0.031494140625 +-0.114257812500 +0.136718750000 +0.021240234375 +-0.090820312500 +-0.171875000000 +0.136718750000 +-0.072265625000 +0.011230468750 +0.028076171875 +0.156250000000 +-0.217773437500 +-0.165039062500 +-0.034667968750 +-0.097656250000 +-0.125000000000 +-0.078613281250 +0.318359375000 +-0.037353515625 +0.371093750000 +0.227539062500 +-0.036376953125 +0.089843750000 +0.032470703125 +-0.236328125000 +-0.118652343750 +0.016723632812 +-0.060546875000 +-0.095214843750 +0.019897460938 +-0.246093750000 +-0.097656250000 +0.014892578125 +-0.135742187500 +0.154296875000 +0.357421875000 +0.503906250000 +-0.092285156250 +-0.071289062500 +-0.109375000000 +-0.063476562500 +0.189453125000 +-0.048339843750 +0.025146484375 +0.118164062500 +-0.038085937500 +-0.017578125000 +-0.069824218750 +0.289062500000 +-0.239257812500 +-0.031250000000 +0.201171875000 +0.402343750000 +0.090332031250 +0.054443359375 +0.006072998047 +0.059082031250 +-0.230468750000 +-0.111328125000 +0.457031250000 +0.031738281250 +0.218750000000 +0.134765625000 +0.198242187500 +0.140625000000 +-0.160156250000 +0.191406250000 +-0.054443359375 +-0.169921875000 +-0.160156250000 +0.149414062500 +-0.078125000000 +-0.030639648438 +0.049804687500 +0.093261718750 +-0.062255859375 +-0.085937500000 +-0.100097656250 +-0.130859375000 +0.038818359375 +-0.012207031250 +0.097167968750 +0.062988281250 +0.176757812500 +0.194335937500 +-0.053466796875 +0.089843750000 +0.002334594727 +-0.074707031250 +-0.177734375000 +-0.136718750000 +0.013427734375 +0.019165039062 +0.062988281250 +-0.151367187500 +-0.067871093750 +-0.026123046875 +0.095214843750 +-0.079101562500 +0.275390625000 +0.189453125000 +0.073730468750 +-0.206054687500 +-0.084960937500 +-0.012145996094 +0.107910156250 +0.080566406250 +0.067871093750 +0.068847656250 +-0.070800781250 +0.148437500000 +-0.013427734375 +0.146484375000 +-0.208007812500 +0.182617187500 +0.129882812500 +0.332031250000 +0.012451171875 +0.125976562500 +-0.029663085938 +0.037353515625 +-0.041748046875 +-0.078613281250 +0.001174926758 +0.123535156250 +0.150390625000 +0.187500000000 +-0.023803710938 +0.001708984375 +-0.196289062500 +0.369140625000 +-0.003219604492 +-0.011718750000 +-0.174804687500 +0.208984375000 +0.025634765625 +-0.014831542969 +0.000572204590 +0.068359375000 +0.047851562500 +0.004608154297 +-0.178710937500 +-0.007415771484 +0.056884765625 +-0.041259765625 +0.017822265625 +0.032470703125 +0.208007812500 +0.308593750000 +0.054931640625 +0.101074218750 +-0.144531250000 +0.002502441406 +-0.148437500000 +-0.079589843750 +0.081054687500 +0.012451171875 +0.052734375000 +-0.071289062500 +0.020874023438 +-0.216796875000 +0.008056640625 +-0.154296875000 +0.060058593750 +0.005462646484 +0.043945312500 +-0.078125000000 +0.061279296875 +0.009704589844 +0.157226562500 +0.051757812500 +0.130859375000 +-0.231445312500 +-0.347656250000 +0.151367187500 +0.196289062500 +0.114746093750 +-0.110839843750 +0.028564453125 +0.127929687500 +0.062255859375 +-0.001319885254 +0.190429687500 +0.033935546875 +-0.046875000000 +-0.142578125000 +0.041503906250 +0.126953125000 +0.037597656250 +0.012939453125 +-0.083984375000 +-0.034912109375 +0.046875000000 +-0.142578125000 +0.147460937500 +0.023559570312 +-0.171875000000 +-0.143554687500 +-0.058593750000 +0.056640625000 +-0.049072265625 +0.149414062500 +0.103515625000 +0.065917968750 +-0.060302734375 +-0.092773437500 +-0.043701171875 +-0.007995605469 +-0.289062500000 +0.031982421875 +0.051757812500 +0.245117187500 +0.271484375000 +0.081054687500 +0.031494140625 +-0.061279296875 +-0.180664062500 +-0.165039062500 +-0.102050781250 +0.012634277344 +-0.127929687500 +-0.103027343750 +-0.025146484375 +0.027832031250 +-0.125000000000 +0.040283203125 +-0.104492187500 +0.215820312500 +-0.079101562500 +0.223632812500 +0.009887695312 +-0.012023925781 +-0.084472656250 +0.253906250000 +0.035400390625 +-0.003738403320 +0.025024414062 +-0.156250000000 +-0.003692626953 +0.141601562500 +0.052734375000 +-0.088378906250 +-0.090332031250 +0.240234375000 +0.144531250000 +0.123535156250 +0.190429687500 +-0.068847656250 +0.076171875000 +-0.048828125000 +0.061767578125 +0.269531250000 +0.043212890625 +0.183593750000 +0.292968750000 +-0.223632812500 +0.183593750000 +-0.228515625000 +-0.013366699219 +0.006195068359 +-0.006134033203 +-0.145507812500 +0.179687500000 +-0.048095703125 +-0.030639648438 +0.018554687500 +-0.083007812500 +-0.076171875000 +0.055908203125 +-0.251953125000 +-0.061767578125 +-0.039794921875 +-0.064941406250 +0.139648437500 +0.011962890625 +0.306640625000 +0.164062500000 +0.173828125000 +-0.012634277344 +-0.069335937500 +-0.207031250000 +-0.108398437500 +-0.155273437500 +0.090820312500 +-0.072753906250 +-0.064941406250 +0.035644531250 +0.013305664062 +0.038085937500 +0.034423828125 +0.206054687500 +-0.025634765625 +-0.059326171875 +0.026123046875 +0.041748046875 +-0.063964843750 +-0.041015625000 +0.013549804688 +0.011108398438 +0.058349609375 +-0.058105468750 +0.084960937500 +0.166015625000 +-0.025878906250 +0.457031250000 +-0.082031250000 +0.037109375000 +0.115234375000 +0.263671875000 +0.121093750000 +0.132812500000 +-0.267578125000 +-0.003799438477 +-0.215820312500 +-0.031982421875 +0.058349609375 +0.060302734375 +0.079589843750 +0.296875000000 +-0.096679687500 +0.033447265625 +-0.011169433594 +0.006530761719 +0.087402343750 +-0.064453125000 +-0.211914062500 +0.153320312500 +-0.039306640625 +-0.115722656250 +0.035156250000 +0.140625000000 +0.055419921875 +-0.056884765625 +-0.043457031250 +-0.126953125000 +-0.183593750000 +-0.014282226562 +-0.147460937500 +0.084960937500 +0.222656250000 +0.236328125000 +0.057373046875 +-0.001579284668 +-0.028808593750 +-0.157226562500 +-0.030639648438 +0.011230468750 +0.022583007812 +-0.036865234375 +-0.032714843750 +-0.165039062500 +0.023071289062 +0.031127929688 +-0.187500000000 +0.170898437500 +0.071289062500 +0.096679687500 +0.109375000000 +-0.053466796875 +0.027709960938 +0.006958007812 +0.090332031250 +-0.029541015625 +0.101562500000 +-0.023681640625 +0.198242187500 +-0.035400390625 +-0.077636718750 +0.337890625000 +-0.128906250000 +0.010620117188 +0.081054687500 +0.279296875000 +0.126953125000 +0.143554687500 +-0.005401611328 +-0.006530761719 +-0.386718750000 +0.043457031250 +0.056640625000 +-0.021118164062 +0.088378906250 +0.037597656250 +-0.071777343750 +0.180664062500 +0.004455566406 +-0.046875000000 +0.132812500000 +0.082519531250 +-0.133789062500 +0.291015625000 +0.015319824219 +-0.012512207031 +0.162109375000 +0.118164062500 +-0.066894531250 +-0.275390625000 +-0.038818359375 +-0.073730468750 +-0.128906250000 +0.212890625000 +-0.242187500000 +-0.010131835938 +0.412109375000 +0.283203125000 +0.085449218750 +-0.177734375000 +0.002655029297 +0.001983642578 +-0.223632812500 +0.008117675781 +0.029541015625 +-0.007293701172 +-0.133789062500 +-0.247070312500 +-0.084472656250 +0.042968750000 +-0.259765625000 +-0.099609375000 +0.135742187500 +0.124023437500 +0.121582031250 +-0.125976562500 +-0.047119140625 +-0.026489257812 +0.080078125000 +-0.099609375000 +-0.038818359375 +-0.001319885254 +0.273437500000 +-0.039550781250 +-0.028320312500 +0.255859375000 +-0.289062500000 +-0.009277343750 +0.253906250000 +0.478515625000 +0.166015625000 +0.117675781250 +-0.141601562500 +0.102539062500 +-0.351562500000 +-0.027099609375 +0.081054687500 +0.080078125000 +0.017578125000 +0.139648437500 +0.015625000000 +0.041503906250 +-0.003967285156 +0.217773437500 +0.043701171875 +-0.005279541016 +-0.017822265625 +-0.026367187500 +-0.040527343750 +0.133789062500 +0.291015625000 +-0.031250000000 +-0.072265625000 +0.123046875000 +0.205078125000 +-0.181640625000 +-0.065917968750 +-0.209960937500 +-0.057373046875 +0.067382812500 +0.014770507812 +0.332031250000 +-0.099121093750 +-0.116210937500 +-0.314453125000 +-0.149414062500 +0.069824218750 +0.093750000000 +0.185546875000 +0.347656250000 +0.016235351562 +0.073730468750 +-0.240234375000 +-0.128906250000 +-0.257812500000 +-0.122558593750 +0.041015625000 +0.185546875000 +-0.180664062500 +-0.103027343750 +0.022949218750 +-0.104980468750 +-0.404296875000 +-0.220703125000 +-0.275390625000 +-0.069335937500 +-0.074707031250 +0.237304687500 +0.052978515625 +-0.161132812500 +-0.085937500000 +0.017700195312 +-0.179687500000 +-0.052490234375 +-0.281250000000 +-0.050292968750 +0.070312500000 +-0.040771484375 +-0.184570312500 +-0.062988281250 +-0.146484375000 +0.216796875000 +-0.345703125000 +0.137695312500 +-0.036376953125 +0.120605468750 +0.105468750000 +-0.062988281250 +-0.070312500000 +-0.051025390625 +-0.052490234375 +0.053710937500 +-0.039794921875 +0.115234375000 +0.111328125000 +-0.018432617188 +-0.076171875000 +0.043212890625 +0.034667968750 +-0.163085937500 +0.029663085938 +0.071777343750 +-0.056396484375 +0.091796875000 +0.165039062500 +0.433593750000 +0.094238281250 +-0.050537109375 +-0.020507812500 +0.088378906250 +0.075195312500 +-0.072265625000 +-0.160156250000 +0.122070312500 +0.012817382812 +-0.022338867188 +0.142578125000 +-0.016723632812 +-0.099609375000 +-0.047851562500 +-0.055419921875 +0.055419921875 +-0.106445312500 +-0.011413574219 +0.021240234375 +-0.105468750000 +-0.211914062500 +-0.312500000000 +-0.062255859375 +-0.025756835938 +0.217773437500 +0.273437500000 +-0.012634277344 +0.018676757812 +-0.172851562500 +0.093261718750 +-0.123535156250 +-0.049316406250 +-0.355468750000 +-0.079101562500 +0.017456054688 +0.069824218750 +-0.207031250000 +-0.076660156250 +-0.135742187500 +-0.029052734375 +-0.326171875000 +0.052978515625 +-0.016479492188 +0.040527343750 +0.006927490234 +0.090332031250 +-0.130859375000 +-0.036865234375 +0.127929687500 +0.019287109375 +-0.071777343750 +0.226562500000 +0.073730468750 +-0.112792968750 +0.141601562500 +0.005401611328 +0.058349609375 +-0.099609375000 +0.146484375000 +-0.024047851562 +0.084472656250 +0.045410156250 +0.218750000000 +0.386718750000 +-0.165039062500 +-0.035888671875 +-0.101074218750 +-0.081542968750 +0.048583984375 +-0.206054687500 +0.015136718750 +0.312500000000 +-0.016967773438 +-0.024169921875 +0.006500244141 +0.071289062500 +-0.318359375000 +0.043457031250 +0.064941406250 +0.112304687500 +-0.077148437500 +0.008911132812 +0.005371093750 +0.110351562500 +-0.263671875000 +-0.154296875000 +-0.088867187500 +-0.090332031250 +0.246093750000 +0.140625000000 +-0.168945312500 +0.210937500000 +0.064453125000 +0.063476562500 +-0.002487182617 +-0.113769531250 +-0.304687500000 +-0.365234375000 +-0.044189453125 +0.142578125000 +-0.181640625000 +-0.080566406250 +0.015625000000 +0.009338378906 +-0.289062500000 +-0.099609375000 +-0.000128746033 +-0.015625000000 +-0.187500000000 +0.012817382812 +-0.101562500000 +0.010803222656 +0.077148437500 +0.049804687500 +-0.101074218750 +0.171875000000 +0.202148437500 +0.057373046875 +0.132812500000 +-0.022949218750 +-0.007446289062 +-0.054443359375 +0.018432617188 +-0.053710937500 +0.140625000000 +-0.134765625000 +0.066894531250 +0.349609375000 +-0.080078125000 +-0.142578125000 +0.080566406250 +-0.143554687500 +-0.081542968750 +-0.359375000000 +-0.034667968750 +0.082031250000 +-0.240234375000 +-0.009826660156 +0.087402343750 +0.068847656250 +-0.289062500000 +0.097656250000 +-0.177734375000 +0.065917968750 +-0.186523437500 +0.011352539062 +0.065917968750 +-0.024414062500 +-0.144531250000 +-0.048828125000 +-0.050048828125 +-0.147460937500 +0.070800781250 +0.251953125000 +0.011779785156 +0.168945312500 +-0.037597656250 +0.017944335938 +-0.075195312500 +-0.160156250000 +-0.199218750000 +-0.103027343750 +-0.066894531250 +0.152343750000 +-0.199218750000 +0.154296875000 +-0.298828125000 +0.047119140625 +-0.115722656250 +-0.019897460938 +-0.049560546875 +0.027465820312 +-0.214843750000 +0.034423828125 +-0.024169921875 +-0.143554687500 +0.104003906250 +0.045654296875 +-0.009521484375 +0.160156250000 +0.067871093750 +-0.004364013672 +-0.095214843750 +0.077636718750 +-0.046386718750 +-0.100585937500 +0.158203125000 +-0.118164062500 +0.099121093750 +0.038574218750 +0.257812500000 +0.314453125000 +0.031982421875 +-0.148437500000 +0.035400390625 +0.014953613281 +-0.129882812500 +-0.123535156250 +-0.134765625000 +0.071777343750 +-0.141601562500 +0.032226562500 +0.225585937500 +0.115234375000 +-0.328125000000 +0.155273437500 +-0.073242187500 +0.060546875000 +-0.069824218750 +-0.011413574219 +0.021362304688 +-0.259765625000 +-0.250000000000 +-0.033203125000 +-0.000591278076 +-0.101562500000 +0.138671875000 +0.238281250000 +-0.059326171875 +0.061279296875 +-0.046630859375 +-0.015563964844 +-0.105957031250 +-0.218750000000 +-0.232421875000 +-0.166992187500 +-0.109375000000 +0.111816406250 +-0.171875000000 +-0.197265625000 +-0.120605468750 +0.175781250000 +0.007110595703 +-0.016845703125 +-0.036865234375 +-0.335937500000 +0.037597656250 +-0.025512695312 +-0.016235351562 +-0.148437500000 +-0.072753906250 +0.163085937500 +-0.077636718750 +0.257812500000 +0.032470703125 +-0.145507812500 +-0.124023437500 +0.159179687500 +-0.001495361328 +-0.198242187500 +0.167968750000 +-0.008728027344 +0.149414062500 +0.010803222656 +0.042236328125 +0.378906250000 +0.186523437500 +-0.074707031250 +-0.149414062500 +-0.122558593750 +-0.138671875000 +0.052490234375 +0.109863281250 +-0.116699218750 +0.263671875000 +0.034912109375 +-0.026855468750 +-0.012207031250 +-0.269531250000 +-0.033203125000 +0.043945312500 +0.138671875000 +0.021850585938 +0.040039062500 +-0.092285156250 +-0.261718750000 +-0.222656250000 +0.022583007812 +-0.200195312500 +-0.026367187500 +0.082519531250 +0.259765625000 +-0.082031250000 +-0.207031250000 +-0.109863281250 +0.175781250000 +-0.203125000000 +-0.277343750000 +-0.037109375000 +-0.189453125000 +-0.005432128906 +-0.132812500000 +-0.125000000000 +0.061523437500 +0.117675781250 +-0.022949218750 +-0.026245117188 +0.000310897827 +-0.057617187500 +-0.453125000000 +0.069335937500 +0.136718750000 +-0.081054687500 +-0.096191406250 +0.088867187500 +0.082519531250 +0.078125000000 +0.216796875000 +0.191406250000 +-0.027099609375 +-0.043212890625 +0.246093750000 +0.153320312500 +-0.235351562500 +0.065917968750 +-0.062500000000 +0.030151367188 +0.061767578125 +-0.257812500000 +0.433593750000 +0.302734375000 +-0.265625000000 +-0.033935546875 +-0.114746093750 +0.053710937500 +-0.024658203125 +0.166992187500 +-0.004394531250 +0.004364013672 +0.026733398438 +-0.026977539062 +-0.045654296875 +-0.205078125000 +-0.051513671875 +-0.058837890625 +0.277343750000 +0.193359375000 +-0.059814453125 +0.104492187500 +-0.249023437500 +-0.143554687500 +0.110839843750 +-0.287109375000 +-0.259765625000 +-0.394531250000 +0.046630859375 +-0.369140625000 +-0.022949218750 +0.054931640625 +0.072265625000 +-0.094238281250 +-0.094726562500 +-0.084960937500 +-0.028198242188 +0.003204345703 +-0.042724609375 +-0.010375976562 +0.277343750000 +-0.027832031250 +0.067871093750 +-0.126953125000 +0.119628906250 +-0.049316406250 +-0.079101562500 +-0.308593750000 +-0.006927490234 +0.036376953125 +-0.041992187500 +0.101562500000 +-0.040039062500 +-0.231445312500 +-0.160156250000 +0.050537109375 +-0.208984375000 +-0.123535156250 +0.003616333008 +0.099121093750 +-0.051269531250 +-0.134765625000 +0.134765625000 +-0.180664062500 +0.211914062500 +0.032958984375 +0.119628906250 +-0.048583984375 +-0.124023437500 +-0.171875000000 +-0.083007812500 +-0.118652343750 +0.039550781250 +-0.030151367188 +-0.128906250000 +-0.023681640625 +-0.078125000000 +-0.095703125000 +0.140625000000 +-0.142578125000 +-0.132812500000 +0.239257812500 +0.088867187500 +-0.040039062500 +0.007568359375 +-0.041259765625 +-0.020019531250 +0.233398437500 +-0.245117187500 +0.005493164062 +0.102050781250 +0.253906250000 +0.127929687500 +-0.101074218750 +-0.194335937500 +0.051269531250 +-0.068847656250 +-0.318359375000 +0.105957031250 +-0.069824218750 +0.083007812500 +-0.065429687500 +-0.184570312500 +0.179687500000 +0.080566406250 +-0.093750000000 +-0.051269531250 +0.030517578125 +0.145507812500 +-0.207031250000 +-0.129882812500 +0.058349609375 +-0.074218750000 +-0.030273437500 +-0.153320312500 +0.191406250000 +0.016601562500 +-0.096679687500 +-0.159179687500 +0.004302978516 +0.060058593750 +0.062011718750 +-0.125976562500 +-0.004333496094 +-0.004699707031 +-0.180664062500 +0.069824218750 +-0.160156250000 +0.073242187500 +0.051269531250 +0.092285156250 +-0.166015625000 +0.065917968750 +-0.050537109375 +0.218750000000 +0.063964843750 +-0.036376953125 +-0.064941406250 +0.038574218750 +-0.132812500000 +-0.024291992188 +0.116210937500 +0.129882812500 +-0.108886718750 +-0.132812500000 +-0.016235351562 +-0.057617187500 +0.058837890625 +-0.084960937500 +-0.045654296875 +-0.040283203125 +0.062988281250 +0.239257812500 +-0.082031250000 +-0.161132812500 +0.277343750000 +-0.100585937500 +-0.084472656250 +-0.103027343750 +-0.043457031250 +0.030273437500 +0.056640625000 +0.056152343750 +0.096679687500 +-0.040771484375 +0.068847656250 +-0.015747070312 +0.083007812500 +0.185546875000 +0.039062500000 +0.009460449219 +0.149414062500 +0.182617187500 +-0.114746093750 +-0.157226562500 +-0.002288818359 +-0.048583984375 +-0.041748046875 +-0.119140625000 +0.181640625000 +0.045410156250 +-0.149414062500 +-0.177734375000 +0.021484375000 +0.194335937500 +-0.147460937500 +-0.116210937500 +0.009155273438 +-0.259765625000 +-0.150390625000 +-0.022705078125 +-0.289062500000 +-0.087402343750 +-0.221679687500 +-0.170898437500 +0.002487182617 +0.197265625000 +-0.017700195312 +0.194335937500 +0.156250000000 +0.046386718750 +-0.134765625000 +0.009460449219 +-0.154296875000 +0.031738281250 +-0.133789062500 +0.157226562500 +-0.298828125000 +-0.023193359375 +-0.006256103516 +0.011596679688 +-0.054687500000 +-0.127929687500 +-0.083984375000 +0.087890625000 +0.109863281250 +0.048095703125 +-0.141601562500 +-0.063476562500 +0.018066406250 +-0.088378906250 +-0.009033203125 +-0.075195312500 +-0.055419921875 +0.030273437500 +0.217773437500 +-0.198242187500 +0.085937500000 +-0.075195312500 +-0.029541015625 +0.046875000000 +-0.020263671875 +-0.027343750000 +-0.245117187500 +-0.147460937500 +0.144531250000 +0.063964843750 +-0.037109375000 +-0.025146484375 +0.004913330078 +-0.089355468750 +-0.108398437500 +-0.088867187500 +0.149414062500 +-0.010192871094 +-0.239257812500 +-0.076171875000 +0.126953125000 +0.249023437500 +-0.111328125000 +-0.102539062500 +-0.094726562500 +-0.204101562500 +-0.156250000000 +0.238281250000 +-0.159179687500 +0.003112792969 +-0.069335937500 +-0.018920898438 +0.083496093750 +0.173828125000 +0.005493164062 +0.049316406250 +0.006958007812 +-0.000694274902 +0.120117187500 +0.110351562500 +-0.233398437500 +-0.083496093750 +-0.011108398438 +-0.068359375000 +-0.231445312500 +-0.036376953125 +0.074707031250 +0.120117187500 +0.020996093750 +-0.147460937500 +-0.066406250000 +0.002639770508 +0.192382812500 +0.220703125000 +-0.073730468750 +0.111328125000 +0.273437500000 +-0.045654296875 +0.033935546875 +-0.283203125000 +-0.123046875000 +0.112792968750 +0.082519531250 +0.053466796875 +0.118164062500 +-0.146484375000 +-0.040771484375 +-0.020751953125 +0.316406250000 +-0.040527343750 +-0.022705078125 +-0.062011718750 +-0.025512695312 +0.115722656250 +-0.059326171875 +-0.117675781250 +-0.073242187500 +-0.074707031250 +-0.067871093750 +-0.189453125000 +0.023925781250 +0.050048828125 +-0.241210937500 +0.127929687500 +0.087890625000 +0.063476562500 +-0.060791015625 +-0.081542968750 +-0.213867187500 +-0.150390625000 +-0.043701171875 +0.131835937500 +0.057128906250 +-0.186523437500 +0.007568359375 +-0.054687500000 +-0.194335937500 +0.165039062500 +-0.086914062500 +0.210937500000 +0.021484375000 +-0.010375976562 +-0.045166015625 +-0.177734375000 +0.025024414062 +-0.002227783203 +-0.045166015625 +0.049560546875 +-0.314453125000 +0.032470703125 +0.054931640625 +0.017456054688 +-0.019531250000 +-0.171875000000 +0.012207031250 +-0.014343261719 +0.068359375000 +-0.194335937500 +-0.117187500000 +-0.063964843750 +0.224609375000 +-0.186523437500 +-0.051513671875 +-0.330078125000 +-0.063476562500 +0.111328125000 +-0.091796875000 +0.076171875000 +-0.074218750000 +-0.144531250000 +-0.032714843750 +-0.090820312500 +0.166992187500 +0.149414062500 +0.073242187500 +-0.063964843750 +-0.294921875000 +0.051269531250 +-0.075683593750 +-0.176757812500 +0.037597656250 +0.029785156250 +-0.104003906250 +-0.065917968750 +0.122070312500 +-0.015991210938 +-0.279296875000 +0.143554687500 +0.018920898438 +-0.155273437500 +-0.100585937500 +-0.059570312500 +-0.148437500000 +0.047851562500 +-0.146484375000 +0.106445312500 +0.029052734375 +0.141601562500 +-0.037841796875 +0.063476562500 +-0.016723632812 +0.005126953125 +-0.052246093750 +-0.112792968750 +-0.041015625000 +-0.046142578125 +-0.036865234375 +0.091308593750 +0.189453125000 +0.017822265625 +0.010620117188 +-0.009460449219 +-0.361328125000 +-0.059326171875 +-0.060546875000 +-0.153320312500 +-0.115234375000 +-0.058837890625 +-0.087890625000 +-0.105957031250 +0.046386718750 +-0.059570312500 +0.171875000000 +-0.009521484375 +0.277343750000 +0.039550781250 +0.005645751953 +-0.255859375000 +0.058593750000 +0.063476562500 +-0.127929687500 +-0.125976562500 +-0.185546875000 +0.068847656250 +0.053466796875 +-0.161132812500 +0.114257812500 +0.118652343750 +-0.055419921875 +-0.061523437500 +-0.013671875000 +0.087402343750 +-0.138671875000 +-0.200195312500 +-0.047607421875 +0.163085937500 +0.056396484375 +-0.099121093750 +-0.006225585938 +-0.039794921875 +-0.164062500000 +0.094726562500 +0.091308593750 +0.049316406250 +-0.141601562500 +0.118164062500 +-0.074218750000 +0.052246093750 +0.011291503906 +0.310546875000 +-0.017822265625 +-0.183593750000 +-0.198242187500 +-0.091308593750 +0.009338378906 +0.081542968750 +-0.078613281250 +-0.186523437500 +0.012268066406 +0.064453125000 +-0.035888671875 +0.124023437500 +-0.009643554688 +-0.027343750000 +-0.028564453125 +0.044921875000 +-0.322265625000 +-0.069824218750 +0.092773437500 +0.155273437500 +0.144531250000 +-0.031005859375 +-0.073730468750 +0.032958984375 +-0.045166015625 +0.069824218750 +0.070312500000 +0.144531250000 +0.306640625000 +-0.040283203125 +-0.085449218750 +-0.330078125000 +0.081542968750 +-0.021972656250 +-0.022583007812 +0.020996093750 +0.006835937500 +0.028198242188 +-0.018066406250 +-0.263671875000 +0.026367187500 +-0.011962890625 +0.057373046875 +0.189453125000 +0.031494140625 +0.320312500000 +-0.103027343750 +-0.079101562500 +0.099121093750 +0.040771484375 +0.019531250000 +0.009216308594 +-0.189453125000 +-0.230468750000 +-0.157226562500 +-0.241210937500 +-0.076171875000 +0.023193359375 +0.220703125000 +-0.162109375000 +0.302734375000 +0.160156250000 +0.110351562500 +0.130859375000 +-0.082519531250 +0.227539062500 +0.062988281250 +-0.148437500000 +0.000423431396 +-0.061767578125 +-0.034179687500 +-0.014709472656 +0.091796875000 +-0.062988281250 +-0.042724609375 +0.265625000000 +0.001686096191 +0.024169921875 +-0.154296875000 +-0.090332031250 +0.109375000000 +-0.024291992188 +0.115722656250 +-0.173828125000 +0.077636718750 +-0.148437500000 +-0.201171875000 +0.068847656250 +-0.075683593750 +0.157226562500 +-0.031250000000 +0.052734375000 +-0.640625000000 +0.009399414062 +0.221679687500 +-0.084960937500 +0.093750000000 +0.019653320312 +-0.289062500000 +-0.057373046875 +0.073242187500 +-0.123046875000 +-0.023193359375 +0.174804687500 +-0.165039062500 +-0.125976562500 +-0.173828125000 +-0.235351562500 +0.019409179688 +-0.000858306885 +0.273437500000 +-0.099121093750 +0.005981445312 +-0.114257812500 +-0.019775390625 +0.155273437500 +-0.043945312500 +-0.246093750000 +-0.144531250000 +-0.115234375000 +-0.104980468750 +0.044677734375 +0.285156250000 +-0.088867187500 +-0.089843750000 +0.018310546875 +-0.094238281250 +0.037597656250 +-0.064453125000 +0.075683593750 +0.160156250000 +-0.220703125000 +0.041992187500 +-0.096191406250 +-0.076660156250 +-0.078613281250 +-0.019653320312 +-0.263671875000 +-0.043945312500 +-0.023315429688 +0.021484375000 +-0.103027343750 +-0.002700805664 +-0.038574218750 +0.155273437500 +-0.081054687500 +0.107421875000 +-0.179687500000 +0.030395507812 +-0.157226562500 +-0.233398437500 +0.032226562500 +-0.054687500000 +0.078613281250 +-0.246093750000 +-0.053222656250 +-0.355468750000 +-0.176757812500 +0.017700195312 +0.036865234375 +0.082519531250 +-0.126953125000 +-0.030517578125 +0.030273437500 +0.197265625000 +0.064453125000 +-0.108398437500 +0.111328125000 +0.071289062500 +-0.142578125000 +-0.063476562500 +-0.242187500000 +-0.017578125000 +0.077636718750 +0.029296875000 +-0.071777343750 +-0.190429687500 +0.060546875000 +-0.155273437500 +0.051757812500 +0.124511718750 +-0.138671875000 +-0.133789062500 +-0.130859375000 +-0.339843750000 +0.016723632812 +-0.040283203125 +-0.123046875000 +0.136718750000 +-0.044677734375 +0.068359375000 +0.045166015625 +-0.210937500000 +0.159179687500 +0.109375000000 +-0.161132812500 +-0.033203125000 +-0.033935546875 +0.002319335938 +-0.058593750000 +0.201171875000 +-0.045654296875 +-0.106933593750 +0.062255859375 +0.351562500000 +-0.123046875000 +-0.089843750000 +-0.164062500000 +-0.209960937500 +-0.031127929688 +0.062500000000 +-0.201171875000 +-0.003692626953 +-0.205078125000 +-0.221679687500 +-0.082031250000 +-0.063476562500 +0.010314941406 +-0.249023437500 +-0.043945312500 +-0.124511718750 +0.011169433594 +0.083984375000 +-0.125000000000 +-0.191406250000 +-0.048339843750 +-0.154296875000 +0.060791015625 +0.062011718750 +0.125000000000 +-0.050781250000 +-0.211914062500 +0.060302734375 +-0.075195312500 +-0.070800781250 +-0.101562500000 +0.029785156250 +-0.029541015625 +0.073730468750 +-0.167968750000 +-0.091308593750 +-0.151367187500 +-0.118652343750 +-0.070312500000 +-0.085937500000 +-0.015747070312 +-0.082031250000 +-0.070800781250 +0.016723632812 +0.050048828125 +0.221679687500 +0.091308593750 +-0.049072265625 +0.032958984375 +-0.094238281250 +0.056884765625 +-0.034179687500 +0.239257812500 +-0.100585937500 +-0.116210937500 +0.055908203125 +-0.015991210938 +0.064453125000 +-0.169921875000 +0.010375976562 +-0.051025390625 +0.054199218750 +0.115722656250 +0.122558593750 +-0.193359375000 +-0.080566406250 +-0.259765625000 +-0.166992187500 +0.007781982422 +0.079589843750 +-0.180664062500 +-0.062988281250 +-0.126953125000 +-0.175781250000 +0.271484375000 +0.109863281250 +0.021972656250 +0.062011718750 +-0.064453125000 +-0.314453125000 +0.057861328125 +0.104003906250 +-0.051025390625 +0.026977539062 +0.001586914062 +-0.227539062500 +0.229492187500 +0.077636718750 +0.130859375000 +-0.001594543457 +0.017700195312 +0.051757812500 +0.096679687500 +0.000854492188 +-0.199218750000 +0.010620117188 +0.086914062500 +0.100097656250 +-0.294921875000 +-0.024780273438 +-0.027099609375 +0.035644531250 +-0.089843750000 +-0.136718750000 +-0.111328125000 +-0.065429687500 +-0.067382812500 +0.106445312500 +0.054443359375 +0.068847656250 +0.017822265625 +0.026733398438 +0.007812500000 +-0.036865234375 +-0.072753906250 +0.152343750000 +0.189453125000 +0.024780273438 +-0.145507812500 +-0.111328125000 +0.023559570312 +0.017578125000 +-0.104980468750 +-0.347656250000 +-0.066894531250 +-0.017089843750 +-0.083007812500 +-0.100097656250 +-0.162109375000 +-0.059082031250 +-0.291015625000 +-0.092285156250 +-0.104003906250 +-0.020507812500 +-0.245117187500 +0.116210937500 +-0.158203125000 +-0.169921875000 +0.160156250000 +-0.072753906250 +0.056884765625 +-0.145507812500 +0.096679687500 +-0.168945312500 +-0.093261718750 +0.055175781250 +0.157226562500 +-0.088867187500 +-0.034912109375 +-0.104003906250 +0.185546875000 +-0.002899169922 +0.223632812500 +-0.072265625000 +-0.093750000000 +-0.213867187500 +-0.111328125000 +0.042480468750 +-0.185546875000 +-0.091308593750 +0.127929687500 +0.158203125000 +-0.149414062500 +-0.064453125000 +-0.048583984375 +-0.161132812500 +0.130859375000 +0.062500000000 +-0.213867187500 +-0.201171875000 +0.107421875000 +-0.036865234375 +0.160156250000 +0.207031250000 +-0.099121093750 +0.092285156250 +0.013793945312 +0.102539062500 +0.096191406250 +0.257812500000 +0.012756347656 +0.009033203125 +-0.075195312500 +-0.118164062500 +0.073730468750 +0.097656250000 +-0.127929687500 +-0.281250000000 +-0.271484375000 +0.017944335938 +-0.014831542969 +0.001754760742 +0.040039062500 +-0.083007812500 +-0.283203125000 +-0.326171875000 +-0.163085937500 +-0.006958007812 +-0.178710937500 +0.116699218750 +0.054199218750 +-0.140625000000 +-0.073730468750 +-0.054687500000 +-0.035644531250 +-0.151367187500 +0.183593750000 +-0.006011962891 +-0.036621093750 +-0.027954101562 +0.190429687500 +0.128906250000 +0.034667968750 +-0.009277343750 +0.191406250000 +0.077148437500 +0.083496093750 +0.085937500000 +0.332031250000 +0.031494140625 +-0.167968750000 +0.021606445312 +-0.281250000000 +0.062500000000 +0.064453125000 +0.046386718750 +-0.134765625000 +-0.382812500000 +0.061767578125 +0.044189453125 +0.004486083984 +-0.055419921875 +-0.235351562500 +-0.194335937500 +0.100585937500 +0.016723632812 +0.091308593750 +0.335937500000 +-0.179687500000 +0.439453125000 +0.044433593750 +0.014099121094 +0.003753662109 +0.060791015625 +0.117675781250 +0.044921875000 +-0.163085937500 +-0.119628906250 +0.002426147461 +0.161132812500 +0.141601562500 +-0.343750000000 +-0.149414062500 +0.130859375000 +0.146484375000 +0.079589843750 +-0.157226562500 +-0.150390625000 +-0.219726562500 +-0.423828125000 +-0.058349609375 +-0.048095703125 +-0.018554687500 +0.094726562500 +0.055419921875 +-0.057617187500 +0.046142578125 +0.030517578125 +0.027587890625 +-0.208984375000 +0.279296875000 +0.151367187500 +-0.077636718750 +0.127929687500 +0.240234375000 +-0.056640625000 +-0.120117187500 +0.034179687500 +0.187500000000 +0.044189453125 +0.162109375000 +0.075683593750 +0.049072265625 +0.026123046875 +-0.062011718750 +0.046142578125 +-0.285156250000 +-0.008850097656 +0.035156250000 +0.177734375000 +-0.105957031250 +0.106933593750 +-0.105957031250 +-0.285156250000 +0.125000000000 +0.209960937500 +-0.058593750000 +-0.154296875000 +-0.149414062500 +-0.062500000000 +-0.169921875000 +-0.091796875000 +-0.095214843750 +-0.043212890625 +-0.050292968750 +-0.058593750000 +-0.107910156250 +-0.145507812500 +0.030151367188 +-0.146484375000 +-0.232421875000 +0.251953125000 +0.085937500000 +-0.104980468750 +0.084960937500 +-0.241210937500 +-0.020019531250 +0.158203125000 +-0.208984375000 +0.122558593750 +-0.159179687500 +0.027465820312 +-0.090820312500 +0.018432617188 +-0.029174804688 +-0.058837890625 +0.021606445312 +0.030639648438 +-0.216796875000 +-0.125000000000 +0.089355468750 +-0.129882812500 +0.118164062500 +-0.230468750000 +-0.213867187500 +0.094238281250 +-0.012573242188 +-0.240234375000 +0.002731323242 +-0.172851562500 +-0.056396484375 +0.007934570312 +-0.076171875000 +0.068847656250 +0.018676757812 +-0.130859375000 +-0.056884765625 +0.145507812500 +-0.186523437500 +0.055419921875 +0.012023925781 +-0.343750000000 +0.041992187500 +-0.135742187500 +-0.026977539062 +-0.158203125000 +-0.098144531250 +-0.180664062500 +0.115722656250 +0.025146484375 +-0.116699218750 +-0.159179687500 +-0.109863281250 +-0.185546875000 +-0.119140625000 +0.055419921875 +-0.094726562500 +-0.038574218750 +-0.046875000000 +0.014892578125 +-0.006958007812 +-0.139648437500 +0.009948730469 +-0.267578125000 +-0.174804687500 +-0.109375000000 +0.015380859375 +-0.294921875000 +0.267578125000 +0.003967285156 +0.032714843750 +-0.040283203125 +-0.119628906250 +0.015502929688 +-0.104980468750 +0.022583007812 +-0.180664062500 +0.141601562500 +-0.031738281250 +-0.267578125000 +0.105957031250 +-0.061035156250 +-0.184570312500 +-0.212890625000 +0.013061523438 +-0.009704589844 +0.119140625000 +-0.202148437500 +-0.289062500000 +0.144531250000 +0.061767578125 +-0.205078125000 +0.067871093750 +-0.181640625000 +-0.079589843750 +0.080078125000 +0.004638671875 +0.061523437500 +0.008056640625 +-0.105468750000 +0.170898437500 +-0.091308593750 +-0.240234375000 +0.005645751953 +-0.076171875000 +-0.255859375000 +-0.061523437500 +-0.031738281250 +-0.004211425781 +-0.113281250000 +-0.148437500000 +-0.222656250000 +0.216796875000 +-0.073242187500 +-0.077148437500 +-0.223632812500 +-0.175781250000 +-0.330078125000 +-0.046630859375 +-0.019409179688 +-0.088378906250 +0.039306640625 +-0.068847656250 +0.107910156250 +0.010131835938 +-0.098632812500 +-0.065917968750 +-0.279296875000 +0.052246093750 +-0.030517578125 +-0.013000488281 +-0.185546875000 +-0.041503906250 +0.014831542969 +-0.164062500000 +-0.036621093750 +0.066894531250 +0.037109375000 +-0.158203125000 +-0.016113281250 +-0.133789062500 +0.031982421875 +-0.097167968750 +-0.070800781250 +0.057861328125 +-0.014343261719 +-0.128906250000 +-0.127929687500 +-0.009887695312 +0.026245117188 +-0.012634277344 +-0.094238281250 +-0.213867187500 +-0.053466796875 +-0.011901855469 +-0.062988281250 +0.162109375000 +-0.122558593750 +-0.283203125000 +-0.108398437500 +-0.308593750000 +0.059082031250 +-0.027221679688 +-0.135742187500 +-0.040771484375 +0.108886718750 +-0.090820312500 +-0.208007812500 +-0.047363281250 +-0.345703125000 +0.026611328125 +-0.137695312500 +-0.160156250000 +0.103515625000 +-0.121582031250 +0.150390625000 +-0.121093750000 +-0.010192871094 +-0.281250000000 +-0.193359375000 +-0.156250000000 +-0.250000000000 +-0.175781250000 +-0.124023437500 +0.010131835938 +-0.107910156250 +-0.089355468750 +-0.117675781250 +0.025756835938 +-0.083984375000 +0.130859375000 +0.129882812500 +-0.067871093750 +-0.083007812500 +0.192382812500 +0.118164062500 +0.174804687500 +-0.094238281250 +0.044433593750 +0.094726562500 +0.139648437500 +-0.096191406250 +0.110351562500 +-0.010375976562 +-0.223632812500 +0.113769531250 +-0.166015625000 +-0.064453125000 +0.151367187500 +-0.062255859375 +-0.376953125000 +-0.202148437500 +0.273437500000 +-0.153320312500 +0.056396484375 +0.028686523438 +-0.283203125000 +-0.092285156250 +0.204101562500 +-0.107421875000 +0.316406250000 +-0.104980468750 +-0.097167968750 +0.025390625000 +-0.281250000000 +0.059326171875 +-0.183593750000 +-0.153320312500 +0.129882812500 +0.049560546875 +-0.079589843750 +-0.235351562500 +0.120117187500 +-0.400390625000 +-0.099609375000 +-0.101074218750 +-0.148437500000 +0.047851562500 +-0.034423828125 +-0.005462646484 +0.150390625000 +-0.085937500000 +-0.037841796875 +-0.265625000000 +-0.206054687500 +0.067382812500 +-0.160156250000 +-0.126953125000 +-0.104003906250 +-0.155273437500 +-0.062255859375 +-0.088378906250 +-0.070800781250 +-0.060302734375 +-0.013671875000 +0.046875000000 +0.190429687500 +-0.014709472656 +0.030883789062 +-0.142578125000 +0.002120971680 +-0.057861328125 +0.043945312500 +0.039306640625 +0.009338378906 +0.063476562500 +-0.034179687500 +-0.209960937500 +-0.147460937500 +-0.261718750000 +-0.049072265625 +0.064453125000 +0.075195312500 +0.012878417969 +-0.267578125000 +-0.103027343750 +0.049072265625 +0.069335937500 +0.037109375000 +0.116699218750 +-0.269531250000 +-0.062988281250 +0.040039062500 +-0.198242187500 +0.045654296875 +0.013549804688 +-0.092285156250 +-0.036865234375 +-0.300781250000 +-0.159179687500 +-0.034912109375 +-0.125976562500 +0.069335937500 +-0.102050781250 +-0.124023437500 +0.091308593750 +0.014770507812 +-0.283203125000 +-0.062255859375 +-0.102050781250 +-0.179687500000 +-0.080566406250 +-0.058593750000 +0.021484375000 +0.025756835938 +-0.216796875000 +0.066894531250 +-0.196289062500 +-0.220703125000 +0.125976562500 +-0.074218750000 +-0.147460937500 +-0.066894531250 +-0.142578125000 +-0.033447265625 +0.074218750000 +-0.012268066406 +0.173828125000 +-0.095703125000 +0.143554687500 +-0.120117187500 +-0.126953125000 +-0.156250000000 +-0.111328125000 +0.080566406250 +-0.140625000000 +-0.052978515625 +-0.017578125000 +0.054687500000 +-0.113281250000 +-0.089355468750 +-0.044677734375 +-0.045410156250 +-0.226562500000 +-0.173828125000 +-0.247070312500 +-0.000968933105 +-0.027465820312 +-0.257812500000 +-0.225585937500 +0.099609375000 +0.166992187500 +0.048828125000 +-0.067871093750 +-0.063476562500 +0.078613281250 +0.095703125000 +-0.216796875000 +-0.126953125000 +0.134765625000 +-0.074218750000 +-0.001182556152 +0.074218750000 +-0.005096435547 +-0.065917968750 +-0.119628906250 +-0.017333984375 +-0.016479492188 +-0.025512695312 +0.067382812500 +0.028564453125 +-0.118164062500 +-0.009704589844 +-0.068359375000 +-0.035644531250 +-0.119628906250 +-0.059082031250 +-0.106933593750 +0.173828125000 +-0.550781250000 +-0.035644531250 +-0.204101562500 +-0.134765625000 +0.162109375000 +0.026245117188 +0.076171875000 +-0.166015625000 +-0.025512695312 +-0.214843750000 +-0.166992187500 +0.104980468750 +0.064941406250 +-0.024291992188 +0.041015625000 +-0.212890625000 +0.179687500000 +0.032470703125 +0.043457031250 +0.173828125000 +-0.291015625000 +0.077636718750 +0.182617187500 +-0.033203125000 +0.087402343750 +-0.062011718750 +-0.083496093750 +-0.177734375000 +0.024047851562 +-0.211914062500 +-0.171875000000 +0.053710937500 +-0.217773437500 +-0.206054687500 +-0.163085937500 +0.146484375000 +0.167968750000 +0.024169921875 +-0.302734375000 +-0.046875000000 +0.103515625000 +0.192382812500 +-0.189453125000 +0.075683593750 +0.168945312500 +-0.193359375000 +0.085449218750 +-0.154296875000 +-0.243164062500 +-0.078125000000 +0.002426147461 +-0.158203125000 +-0.056152343750 +-0.085449218750 +0.014587402344 +0.047119140625 +-0.291015625000 +-0.160156250000 +-0.057617187500 +-0.205078125000 +0.253906250000 +0.126953125000 +0.178710937500 +-0.070800781250 +-0.027343750000 +-0.104003906250 +-0.064453125000 +-0.191406250000 +-0.073242187500 +0.106445312500 +0.032958984375 +-0.193359375000 +0.007293701172 +0.053466796875 +0.082519531250 +-0.144531250000 +0.201171875000 +-0.092773437500 +0.013610839844 +-0.059326171875 +0.116210937500 +-0.120117187500 +-0.118164062500 +-0.023315429688 +0.095703125000 +0.226562500000 +0.046142578125 +-0.073242187500 +-0.652343750000 +-0.253906250000 +-0.034179687500 +-0.072753906250 +0.053955078125 +-0.267578125000 +-0.033935546875 +-0.285156250000 +0.140625000000 +0.061523437500 +-0.159179687500 +0.157226562500 +0.211914062500 +-0.015991210938 +-0.029907226562 +0.267578125000 +0.099609375000 +-0.119628906250 +-0.203125000000 +-0.173828125000 +0.153320312500 +0.132812500000 +-0.009216308594 +0.048828125000 +-0.058349609375 +-0.101074218750 +0.054443359375 +0.194335937500 +0.129882812500 +0.294921875000 +-0.222656250000 +-0.184570312500 +-0.081542968750 +-0.196289062500 +0.206054687500 +-0.271484375000 +0.130859375000 +0.013122558594 +0.206054687500 +-0.176757812500 +-0.189453125000 +0.081542968750 +-0.097656250000 +0.006652832031 +-0.328125000000 +0.162109375000 +0.250000000000 +-0.211914062500 +0.100585937500 +0.027343750000 +0.081054687500 +-0.154296875000 +-0.004119873047 +-0.070312500000 +0.139648437500 +-0.257812500000 +0.093261718750 +0.018920898438 +-0.057617187500 +0.175781250000 +-0.072753906250 +-0.010192871094 +-0.018676757812 +-0.151367187500 +-0.386718750000 +-0.298828125000 +-0.027709960938 +-0.126953125000 +0.013061523438 +-0.371093750000 +-0.221679687500 +-0.114257812500 +0.174804687500 +0.157226562500 +-0.236328125000 +0.005462646484 +0.192382812500 +-0.065917968750 +0.087402343750 +0.048583984375 +0.120605468750 +-0.183593750000 +-0.178710937500 +-0.045898437500 +0.032958984375 +0.005310058594 +0.097167968750 +-0.125000000000 +-0.098144531250 +-0.250000000000 +0.062988281250 +0.066894531250 +-0.035644531250 +0.216796875000 +-0.044921875000 +-0.171875000000 +-0.138671875000 +-0.149414062500 +0.059326171875 +-0.102539062500 +0.004577636719 +0.027221679688 +0.125976562500 +-0.161132812500 +-0.059082031250 +-0.067871093750 +-0.055419921875 +-0.147460937500 +-0.125976562500 +0.125976562500 +0.130859375000 +-0.232421875000 +-0.081542968750 +0.050292968750 +0.107910156250 +-0.156250000000 +-0.014221191406 +0.038085937500 +0.103515625000 +-0.100097656250 +0.080566406250 +0.028198242188 +0.047851562500 +0.033691406250 +-0.034667968750 +0.041503906250 +0.096191406250 +-0.187500000000 +-0.332031250000 +-0.230468750000 +-0.072265625000 +-0.291015625000 +-0.026000976562 +-0.251953125000 +-0.122558593750 +-0.177734375000 +0.028564453125 +0.050292968750 +-0.162109375000 +0.167968750000 +0.047119140625 +-0.111328125000 +0.031494140625 +-0.050292968750 +0.078125000000 +-0.138671875000 +-0.179687500000 +-0.093750000000 +0.019653320312 +-0.033935546875 +0.196289062500 +0.007476806641 +-0.088378906250 +-0.080078125000 +0.152343750000 +0.166992187500 +-0.176757812500 +0.180664062500 +-0.133789062500 +-0.287109375000 +-0.041259765625 +-0.109375000000 +0.101074218750 +-0.124023437500 +-0.092773437500 +-0.025390625000 +0.261718750000 +-0.125000000000 +0.153320312500 +-0.202148437500 +0.031494140625 +-0.051513671875 +-0.008666992188 +0.235351562500 +0.023193359375 +-0.140625000000 +-0.177734375000 +0.099121093750 +0.042968750000 +-0.227539062500 +0.056152343750 +-0.030517578125 +0.071777343750 +-0.125000000000 +-0.083496093750 +0.034912109375 +0.060302734375 +0.211914062500 +-0.129882812500 +0.112792968750 +0.105957031250 +-0.061279296875 +-0.263671875000 +-0.339843750000 +-0.166015625000 +-0.001983642578 +-0.018554687500 +-0.335937500000 +-0.025878906250 +-0.185546875000 +0.202148437500 +0.199218750000 +0.037597656250 +0.168945312500 +-0.013305664062 +-0.126953125000 +-0.073730468750 +0.031250000000 +0.164062500000 +-0.069335937500 +0.031738281250 +-0.082519531250 +-0.242187500000 +0.306640625000 +0.207031250000 +-0.017700195312 +-0.108886718750 +-0.150390625000 +0.056396484375 +0.259765625000 +0.080078125000 +0.101562500000 +-0.060546875000 +-0.038330078125 +-0.027709960938 +0.084960937500 +0.135742187500 +-0.251953125000 +0.012817382812 +-0.073242187500 +0.259765625000 +-0.103027343750 +0.079101562500 +-0.134765625000 +-0.025634765625 +-0.089843750000 +0.306640625000 +0.112304687500 +-0.002914428711 +-0.134765625000 +-0.161132812500 +0.116210937500 +0.027343750000 +-0.220703125000 +-0.201171875000 +0.265625000000 +-0.088867187500 +-0.095703125000 +-0.146484375000 +-0.044677734375 +0.059814453125 +0.116699218750 +0.099609375000 +0.189453125000 +0.117675781250 +-0.068847656250 +-0.382812500000 +-0.228515625000 +-0.042236328125 +-0.116699218750 +0.133789062500 +-0.433593750000 +0.187500000000 +-0.076660156250 +-0.035400390625 +0.073730468750 +-0.084960937500 +-0.015136718750 +-0.209960937500 +-0.183593750000 +-0.011901855469 +0.027099609375 +-0.044433593750 +-0.022827148438 +-0.054443359375 +-0.063476562500 +-0.154296875000 +0.171875000000 +0.016967773438 +0.020874023438 +-0.209960937500 +0.127929687500 +-0.009765625000 +0.179687500000 +-0.013977050781 +0.122070312500 +0.105957031250 +-0.036132812500 +0.056884765625 +0.003479003906 +-0.102050781250 +-0.181640625000 +-0.032226562500 +0.119140625000 +0.071777343750 +-0.183593750000 +0.113769531250 +0.018188476562 +-0.018798828125 +-0.097167968750 +0.259765625000 +0.127929687500 +0.006591796875 +0.017089843750 +-0.019897460938 +0.009582519531 +0.093750000000 +-0.052246093750 +-0.078125000000 +0.082031250000 +-0.099609375000 +-0.064453125000 +0.013916015625 +0.030639648438 +-0.069824218750 +0.082519531250 +0.042236328125 +0.130859375000 +0.113281250000 +-0.084472656250 +-0.554687500000 +-0.061035156250 +-0.125976562500 +-0.055664062500 +0.010803222656 +-0.269531250000 +0.056152343750 +-0.187500000000 +0.022094726562 +-0.040283203125 +-0.032226562500 +0.105957031250 +-0.248046875000 +-0.066406250000 +0.042968750000 +0.061279296875 +-0.087402343750 +-0.106933593750 +-0.067871093750 +-0.093261718750 +-0.000568389893 +0.016601562500 +-0.098632812500 +-0.066894531250 +-0.179687500000 +0.066406250000 +-0.016479492188 +0.234375000000 +0.194335937500 +0.107421875000 +0.029541015625 +-0.005157470703 +-0.034912109375 +-0.052978515625 +0.131835937500 +-0.188476562500 +-0.082519531250 +0.160156250000 +0.041992187500 +-0.279296875000 +-0.081542968750 +-0.096679687500 +0.041748046875 +-0.156250000000 +0.250000000000 +0.118652343750 +0.065429687500 +-0.016113281250 +-0.000602722168 +-0.021606445312 +0.163085937500 +-0.034912109375 +-0.306640625000 +-0.166992187500 +-0.154296875000 +0.014221191406 +-0.102050781250 +-0.105957031250 +0.029907226562 +-0.196289062500 +-0.040039062500 +0.233398437500 +-0.026367187500 +-0.337890625000 +-0.625000000000 +-0.214843750000 +-0.304687500000 +-0.062988281250 +0.024414062500 +0.043701171875 +-0.099121093750 +-0.019409179688 +0.277343750000 +-0.027587890625 +-0.218750000000 +0.099121093750 +-0.294921875000 +0.000904083252 +-0.123046875000 +0.132812500000 +-0.194335937500 +-0.068359375000 +-0.092773437500 +-0.257812500000 +-0.224609375000 +-0.109375000000 +0.009216308594 +-0.068847656250 +-0.253906250000 +0.005706787109 +-0.060546875000 +0.123535156250 +0.021606445312 +0.136718750000 +0.131835937500 +-0.249023437500 +-0.050781250000 +-0.146484375000 +0.080078125000 +-0.171875000000 +0.025878906250 +-0.100585937500 +0.078613281250 +-0.210937500000 +-0.224609375000 +0.056640625000 +-0.162109375000 +-0.147460937500 +0.098144531250 +-0.312500000000 +-0.175781250000 +0.062988281250 +-0.664062500000 +0.036865234375 +-0.291015625000 +-0.000698089600 +-0.100585937500 +0.152343750000 +0.065429687500 +-0.328125000000 +0.050292968750 +-0.226562500000 +-0.225585937500 +0.007812500000 +0.040283203125 +-0.207031250000 +-0.367187500000 +-0.021850585938 +-0.184570312500 +-0.167968750000 +-0.218750000000 +0.086914062500 +0.095214843750 +0.400390625000 +-0.026367187500 +-0.250000000000 +-0.269531250000 +-0.281250000000 +0.035156250000 +-0.032226562500 +0.016357421875 +-0.051269531250 +-0.242187500000 +0.101074218750 +0.112792968750 +0.067382812500 +0.167968750000 +-0.219726562500 +0.180664062500 +0.045898437500 +-0.115234375000 +-0.159179687500 +-0.091796875000 +-0.108886718750 +0.213867187500 +0.100097656250 +0.123046875000 +-0.051025390625 +-0.144531250000 +0.125976562500 +0.194335937500 +-0.076660156250 +0.116699218750 +-0.128906250000 +0.024902343750 +-0.100097656250 +-0.004364013672 +-0.158203125000 +-0.040039062500 +0.163085937500 +-0.036621093750 +-0.200195312500 +-0.067382812500 +-0.376953125000 +-0.125976562500 +-0.312500000000 +-0.388671875000 +0.096191406250 +-0.192382812500 +-0.012268066406 +-0.077148437500 +-0.002136230469 +-0.021484375000 +-0.376953125000 +-0.114257812500 +-0.120605468750 +-0.249023437500 +-0.051269531250 +0.121582031250 +-0.035644531250 +-0.263671875000 +0.032470703125 +0.024658203125 +-0.217773437500 +-0.037109375000 +-0.020874023438 +-0.046875000000 +0.022583007812 +-0.053466796875 +-0.221679687500 +-0.332031250000 +-0.242187500000 +-0.090332031250 +0.104492187500 +-0.059326171875 +0.009033203125 +-0.261718750000 +0.073730468750 +-0.091796875000 +-0.049560546875 +0.087402343750 +-0.396484375000 +0.078125000000 +0.059326171875 +-0.203125000000 +0.022094726562 +-0.046142578125 +-0.181640625000 +0.082519531250 +0.041015625000 +0.135742187500 +-0.158203125000 +-0.188476562500 +0.162109375000 +0.143554687500 +-0.213867187500 +0.017578125000 +-0.127929687500 +-0.008789062500 +-0.095703125000 +-0.016723632812 +-0.098144531250 +-0.011169433594 +0.042236328125 +-0.239257812500 +-0.353515625000 +0.052734375000 +-0.206054687500 +-0.175781250000 +-0.176757812500 +-0.174804687500 +0.104003906250 +-0.173828125000 +0.083984375000 +-0.008789062500 +0.221679687500 +-0.050537109375 +-0.376953125000 +-0.103515625000 +-0.152343750000 +-0.237304687500 +-0.157226562500 +0.065429687500 +-0.222656250000 +-0.247070312500 +0.081054687500 +-0.052490234375 +-0.263671875000 +0.094726562500 +0.110839843750 +-0.099121093750 +0.199218750000 +0.054199218750 +-0.053222656250 +-0.044433593750 +-0.159179687500 +0.061767578125 +-0.041015625000 +0.213867187500 +-0.100585937500 +-0.194335937500 +0.103027343750 +-0.147460937500 +-0.129882812500 +0.101562500000 +-0.263671875000 +-0.044921875000 +0.089843750000 +-0.128906250000 +0.051269531250 +0.018920898438 +-0.242187500000 +0.265625000000 +-0.004577636719 +0.087402343750 +-0.105468750000 +-0.183593750000 +0.182617187500 +0.281250000000 +-0.096679687500 +0.099609375000 +0.067382812500 +0.053222656250 +-0.082519531250 +0.228515625000 +0.198242187500 +-0.004608154297 +0.011535644531 +-0.112304687500 +-0.314453125000 +-0.054199218750 +-0.166015625000 +-0.031738281250 +-0.183593750000 +-0.306640625000 +0.049072265625 +-0.110839843750 +0.143554687500 +-0.026123046875 +0.261718750000 +0.072265625000 +-0.255859375000 +0.108886718750 +-0.265625000000 +-0.412109375000 +-0.070800781250 +0.043701171875 +-0.189453125000 +-0.138671875000 +0.103515625000 +-0.083496093750 +-0.201171875000 +-0.101074218750 +0.069335937500 +-0.008850097656 +0.398437500000 +0.094238281250 +-0.111816406250 +-0.222656250000 +-0.166992187500 +-0.069824218750 +-0.077148437500 +-0.150390625000 +-0.118652343750 +-0.267578125000 +0.138671875000 +-0.109375000000 +-0.135742187500 +0.105957031250 +-0.122070312500 +0.292968750000 +0.063964843750 +-0.049804687500 +0.081542968750 +0.047851562500 +-0.185546875000 +0.143554687500 +-0.030761718750 +0.367187500000 +-0.213867187500 +-0.237304687500 +-0.054443359375 +0.255859375000 +-0.042968750000 +0.103515625000 +-0.230468750000 +0.066894531250 +-0.063964843750 +0.216796875000 +-0.016845703125 +-0.041748046875 +0.035888671875 +-0.191406250000 +-0.207031250000 +-0.124511718750 +-0.156250000000 +-0.191406250000 +-0.018798828125 +-0.145507812500 +0.050292968750 +-0.253906250000 +-0.035644531250 +0.114257812500 +-0.124511718750 +0.128906250000 +-0.204101562500 +-0.108398437500 +-0.034179687500 +-0.341796875000 +-0.099609375000 +0.085449218750 +-0.166992187500 +-0.117675781250 +0.023803710938 +0.248046875000 +-0.247070312500 +0.055908203125 +0.125976562500 +-0.253906250000 +0.355468750000 +0.353515625000 +0.031494140625 +0.048095703125 +-0.181640625000 +-0.014892578125 +-0.023315429688 +-0.207031250000 +-0.075195312500 +-0.108886718750 +0.004852294922 +-0.400390625000 +0.058105468750 +0.196289062500 +-0.041992187500 +0.111328125000 +0.071777343750 +-0.217773437500 +-0.002838134766 +0.115234375000 +-0.253906250000 +0.186523437500 +0.036376953125 +-0.300781250000 +-0.153320312500 +-0.247070312500 +0.038818359375 +-0.066406250000 +-0.172851562500 +-0.048828125000 +0.008789062500 +0.017944335938 +-0.181640625000 +0.257812500000 +-0.075683593750 +-0.215820312500 +0.174804687500 +-0.314453125000 +-0.014404296875 +-0.013916015625 +-0.184570312500 +-0.098632812500 +0.069824218750 +-0.414062500000 +0.084960937500 +-0.247070312500 +-0.133789062500 +0.091796875000 +0.234375000000 +0.077148437500 +-0.150390625000 +-0.166015625000 +-0.065429687500 +-0.363281250000 +-0.157226562500 +0.192382812500 +-0.115234375000 +-0.020507812500 +0.059814453125 +-0.085449218750 +-0.128906250000 +-0.084472656250 +0.048339843750 +-0.198242187500 +0.287109375000 +0.208007812500 +-0.180664062500 +0.017211914062 +-0.202148437500 +-0.183593750000 +0.113281250000 +-0.026000976562 +-0.028076171875 +-0.145507812500 +0.064941406250 +-0.190429687500 +-0.013916015625 +0.159179687500 +0.170898437500 +0.070312500000 +0.028930664062 +0.055664062500 +0.042480468750 +0.090820312500 +-0.259765625000 +0.170898437500 +0.005767822266 +-0.542968750000 +-0.156250000000 +-0.088378906250 +0.030395507812 +-0.188476562500 +-0.220703125000 +-0.071777343750 +-0.070312500000 +0.238281250000 +0.044921875000 +0.161132812500 +-0.016601562500 +-0.392578125000 +0.158203125000 +-0.312500000000 +-0.014892578125 +-0.177734375000 +-0.388671875000 +-0.081054687500 +0.102539062500 +-0.503906250000 +-0.057861328125 +-0.208984375000 +-0.096679687500 +0.068359375000 +0.127929687500 +-0.016967773438 +-0.172851562500 +-0.075195312500 +-0.059814453125 +-0.738281250000 +0.004394531250 +-0.011840820312 +-0.038085937500 +-0.390625000000 +0.106445312500 +-0.000961303711 +-0.332031250000 +-0.013549804688 +-0.008117675781 +-0.168945312500 +0.171875000000 +-0.176757812500 +-0.040283203125 +-0.118652343750 +-0.150390625000 +-0.195312500000 +0.253906250000 +-0.124023437500 +0.028930664062 +-0.332031250000 +0.171875000000 +0.071289062500 +-0.042236328125 +0.075683593750 +0.116699218750 +-0.064453125000 +-0.101562500000 +-0.018920898438 +-0.069824218750 +0.145507812500 +-0.222656250000 +0.267578125000 +0.086425781250 +-0.408203125000 +-0.125976562500 +-0.333984375000 +0.215820312500 +-0.200195312500 +-0.118164062500 +0.072265625000 +0.021850585938 +0.110351562500 +-0.095214843750 +-0.227539062500 +-0.005340576172 +0.388671875000 +0.187500000000 +-0.135742187500 +-0.064941406250 +-0.163085937500 +0.118652343750 +0.013427734375 +0.141601562500 +0.021728515625 +0.238281250000 +-0.232421875000 +-0.119140625000 +-0.152343750000 +-0.241210937500 +0.035156250000 +-0.156250000000 +0.263671875000 +-0.068847656250 +-0.035156250000 +0.041259765625 +0.186523437500 +-0.222656250000 +0.016479492188 +-0.138671875000 +-0.132812500000 +-0.195312500000 +0.156250000000 +-0.419921875000 +0.011047363281 +0.087402343750 +-0.150390625000 +0.109863281250 +0.099121093750 +0.155273437500 +-0.171875000000 +0.184570312500 +0.103027343750 +-0.128906250000 +0.060546875000 +0.239257812500 +0.406250000000 +0.066894531250 +-0.158203125000 +0.096679687500 +-0.068359375000 +-0.016967773438 +-0.210937500000 +0.063964843750 +0.400390625000 +-0.056152343750 +0.037597656250 +0.094726562500 +0.073242187500 +-0.269531250000 +0.067871093750 +0.090332031250 +-0.185546875000 +-0.012207031250 +-0.118164062500 +0.038085937500 +-0.044189453125 +-0.173828125000 +-0.026489257812 +-0.153320312500 +0.099609375000 +0.045898437500 +-0.158203125000 +0.043701171875 +-0.047363281250 +-0.070800781250 +0.052490234375 +0.099609375000 +0.067871093750 +0.042724609375 +-0.099609375000 +-0.075195312500 +-0.151367187500 +-0.083984375000 +0.203125000000 +-0.083496093750 +-0.063476562500 +-0.031494140625 +0.049072265625 +-0.001869201660 +-0.021606445312 +-0.265625000000 +0.117675781250 +-0.066894531250 +0.074218750000 +-0.182617187500 +-0.006622314453 +-0.171875000000 +0.012268066406 +-0.021728515625 +-0.056640625000 +0.061767578125 +0.016967773438 +0.006347656250 +-0.016479492188 +0.072265625000 +0.096191406250 +-0.058837890625 +0.049072265625 +0.098632812500 +0.345703125000 +0.071777343750 +-0.079101562500 +0.057128906250 +-0.047363281250 +-0.120605468750 +-0.150390625000 +-0.001838684082 +0.028442382812 +-0.020141601562 +-0.008178710938 +0.058593750000 +0.004455566406 +-0.214843750000 +-0.133789062500 +0.098144531250 +-0.134765625000 +-0.104003906250 +-0.070312500000 +-0.088378906250 +-0.055908203125 +-0.183593750000 +-0.012878417969 +-0.100097656250 +0.396484375000 +0.079101562500 +0.003875732422 +-0.129882812500 +-0.046142578125 +0.015747070312 +0.073242187500 +0.156250000000 +0.119628906250 +0.116210937500 +-0.156250000000 +-0.070800781250 +-0.183593750000 +-0.183593750000 +-0.031127929688 +-0.251953125000 +0.109863281250 +0.018310546875 +-0.085937500000 +-0.105957031250 +0.003356933594 +-0.224609375000 +-0.007232666016 +-0.183593750000 +0.020019531250 +-0.114746093750 +0.068847656250 +-0.166992187500 +-0.161132812500 +-0.021484375000 +-0.028808593750 +0.062988281250 +0.164062500000 +0.062988281250 +-0.067871093750 +-0.063476562500 +0.070312500000 +-0.184570312500 +0.261718750000 +0.059082031250 +0.080566406250 +-0.047119140625 +-0.127929687500 +-0.037353515625 +0.056396484375 +-0.109863281250 +-0.056396484375 +-0.104003906250 +0.224609375000 +0.112792968750 +-0.118652343750 +-0.163085937500 +0.078613281250 +-0.095703125000 +0.072265625000 +-0.017333984375 +-0.011230468750 +0.050048828125 +-0.027832031250 +-0.055419921875 +-0.033691406250 +-0.230468750000 +-0.166992187500 +-0.091796875000 +0.337890625000 +0.119140625000 +-0.094238281250 +0.012634277344 +-0.117187500000 +-0.039062500000 +-0.041992187500 +-0.044677734375 +-0.008544921875 +0.210937500000 +-0.231445312500 +-0.147460937500 +0.279296875000 +0.084960937500 +-0.175781250000 +-0.190429687500 +0.087402343750 +-0.017944335938 +0.019531250000 +-0.189453125000 +-0.135742187500 +-0.191406250000 +-0.073242187500 +-0.143554687500 +0.000081062317 +-0.015075683594 +0.033203125000 +-0.263671875000 +-0.066894531250 +-0.073242187500 +-0.038330078125 +0.090820312500 +-0.065429687500 +-0.106933593750 +-0.104003906250 +0.002319335938 +0.168945312500 +-0.085937500000 +0.080566406250 +0.056640625000 +0.199218750000 +0.080566406250 +-0.137695312500 +-0.073242187500 +-0.033691406250 +-0.021728515625 +0.094238281250 +-0.044433593750 +0.078125000000 +0.166992187500 +-0.073730468750 +-0.173828125000 +-0.071777343750 +-0.112792968750 +0.114257812500 +-0.055908203125 +-0.184570312500 +0.118652343750 +0.161132812500 +-0.052246093750 +0.048828125000 +-0.085937500000 +0.011901855469 +-0.194335937500 +-0.012817382812 +0.176757812500 +-0.200195312500 +-0.133789062500 +0.056396484375 +0.020996093750 +-0.005615234375 +0.013122558594 +-0.007781982422 +0.247070312500 +-0.237304687500 +-0.079589843750 +0.063964843750 +0.013610839844 +0.096191406250 +-0.105468750000 +-0.263671875000 +-0.053955078125 +0.035400390625 +-0.094238281250 +-0.153320312500 +-0.265625000000 +0.073242187500 +-0.109863281250 +0.069824218750 +-0.049560546875 +-0.065917968750 +-0.291015625000 +0.090820312500 +-0.030639648438 +0.072753906250 +0.135742187500 +0.019042968750 +-0.152343750000 +0.007995605469 +-0.110351562500 +-0.047119140625 +0.019897460938 +0.051513671875 +0.212890625000 +-0.101562500000 +0.108398437500 +0.010314941406 +-0.125976562500 +-0.096191406250 +-0.017700195312 +0.229492187500 +0.128906250000 +0.179687500000 +0.212890625000 +-0.077636718750 +-0.136718750000 +-0.234375000000 +-0.156250000000 +-0.018554687500 +-0.003112792969 +0.021850585938 +0.077148437500 +-0.062011718750 +0.116699218750 +0.092285156250 +-0.156250000000 +-0.110351562500 +-0.191406250000 +0.051513671875 +0.017333984375 +-0.192382812500 +-0.212890625000 +-0.009643554688 +-0.022583007812 +0.088378906250 +0.219726562500 +-0.059326171875 +0.052001953125 +-0.122558593750 +-0.125976562500 +0.127929687500 +0.144531250000 +-0.265625000000 +-0.072753906250 +-0.314453125000 +0.068359375000 +0.065429687500 +0.041992187500 +0.021484375000 +-0.247070312500 +0.052734375000 +-0.072265625000 +-0.022949218750 +-0.017456054688 +0.143554687500 +-0.121093750000 +-0.022460937500 +0.118164062500 +-0.012145996094 +0.070800781250 +-0.040527343750 +-0.135742187500 +0.016113281250 +-0.014709472656 +-0.062988281250 +-0.076660156250 +-0.037109375000 +0.105468750000 +-0.096191406250 +0.109863281250 +-0.059814453125 +-0.024047851562 +-0.043701171875 +0.277343750000 +-0.007690429688 +0.105468750000 +0.093261718750 +-0.028198242188 +-0.205078125000 +0.043945312500 +0.011047363281 +-0.170898437500 +-0.210937500000 +-0.047607421875 +0.158203125000 +-0.058349609375 +0.104003906250 +0.074707031250 +-0.019775390625 +0.212890625000 +-0.039550781250 +-0.141601562500 +0.093261718750 +0.030639648438 +-0.359375000000 +-0.053466796875 +0.012756347656 +0.123535156250 +-0.034423828125 +0.177734375000 +-0.063476562500 +0.103515625000 +-0.103515625000 +-0.015625000000 +0.194335937500 +0.140625000000 +0.209960937500 +-0.022338867188 +0.234375000000 +-0.011413574219 +0.165039062500 +-0.157226562500 +-0.012695312500 +-0.121093750000 +-0.146484375000 +-0.209960937500 +0.018676757812 +0.001007080078 +-0.003570556641 +-0.406250000000 +0.053466796875 +0.024169921875 +0.133789062500 +-0.006652832031 +0.030517578125 +-0.298828125000 +-0.057373046875 +0.169921875000 +-0.029541015625 +-0.160156250000 +-0.052001953125 +0.222656250000 +-0.102050781250 +0.108398437500 +-0.171875000000 +-0.204101562500 +-0.080078125000 +0.261718750000 +-0.237304687500 +-0.067871093750 +0.343750000000 +-0.160156250000 +0.141601562500 +-0.046875000000 +-0.005676269531 +-0.304687500000 +-0.000381469727 +0.111816406250 +0.218750000000 +-0.048095703125 +0.213867187500 +0.200195312500 +0.110351562500 +-0.063964843750 +-0.127929687500 +0.044677734375 +-0.226562500000 +0.221679687500 +-0.068359375000 +-0.103027343750 +0.171875000000 +0.112792968750 +0.098632812500 +-0.041015625000 +-0.127929687500 +0.211914062500 +0.246093750000 +-0.125976562500 +-0.071777343750 +0.043945312500 +-0.249023437500 +-0.044433593750 +0.117675781250 +0.046386718750 +-0.045166015625 +-0.166015625000 +0.144531250000 +0.052734375000 +-0.016845703125 +0.011291503906 +-0.088867187500 +0.113281250000 +-0.287109375000 +-0.058349609375 +0.306640625000 +-0.057861328125 +-0.261718750000 +-0.124511718750 +0.075195312500 +-0.140625000000 +-0.062988281250 +0.332031250000 +0.034667968750 +0.165039062500 +-0.314453125000 +-0.000039339066 +0.036376953125 +-0.113769531250 +-0.122070312500 +-0.080566406250 +0.279296875000 +0.107421875000 +0.153320312500 +-0.166015625000 +0.234375000000 +-0.265625000000 +-0.037597656250 +-0.059570312500 +0.404296875000 +-0.075683593750 +-0.083007812500 +0.153320312500 +0.011291503906 +-0.369140625000 +0.129882812500 +0.059570312500 +0.061523437500 +-0.057128906250 +-0.261718750000 +-0.033691406250 +-0.181640625000 +0.117675781250 +-0.125976562500 +-0.042480468750 +-0.024780273438 +0.104003906250 +0.099609375000 +-0.089355468750 +-0.078125000000 +0.124511718750 +0.138671875000 +-0.081542968750 +0.004394531250 +0.029663085938 +-0.308593750000 +-0.064941406250 +0.079101562500 +0.029296875000 +-0.101074218750 +-0.044189453125 +-0.061523437500 +-0.005981445312 +-0.081542968750 +-0.055664062500 +-0.031005859375 +0.142578125000 +-0.142578125000 +0.040771484375 +0.170898437500 +-0.009826660156 +-0.253906250000 +-0.084960937500 +0.107421875000 +-0.206054687500 +-0.015625000000 +0.171875000000 +0.024658203125 +0.089355468750 +-0.341796875000 +-0.075195312500 +-0.175781250000 +0.007507324219 +-0.065429687500 +0.030029296875 +0.103515625000 +0.000232696533 +-0.033935546875 +0.198242187500 +-0.056884765625 +-0.206054687500 +-0.071289062500 +0.062011718750 +0.283203125000 +-0.126953125000 +-0.097167968750 +0.206054687500 +0.063964843750 +-0.386718750000 +0.086425781250 +0.013671875000 +0.129882812500 +-0.183593750000 +-0.073242187500 +-0.031250000000 +0.041992187500 +0.224609375000 +-0.125000000000 +-0.191406250000 +-0.147460937500 +0.196289062500 +0.225585937500 +0.039306640625 +-0.015563964844 +0.069335937500 +0.132812500000 +-0.009521484375 +0.077636718750 +-0.128906250000 +-0.136718750000 +0.113281250000 +0.044921875000 +-0.108398437500 +-0.094238281250 +-0.012084960938 +-0.102539062500 +0.030395507812 +0.094238281250 +-0.006317138672 +0.015197753906 +0.064941406250 +-0.209960937500 +-0.078613281250 +0.081054687500 +0.145507812500 +-0.231445312500 +0.153320312500 +0.063964843750 +-0.095214843750 +0.034423828125 +0.147460937500 +-0.086914062500 +0.085449218750 +-0.255859375000 +-0.155273437500 +0.052490234375 +-0.017822265625 +0.014770507812 +-0.166992187500 +0.198242187500 +-0.101562500000 +-0.324218750000 +-0.153320312500 +0.019409179688 +-0.153320312500 +-0.167968750000 +0.108398437500 +0.102050781250 +-0.053955078125 +-0.061767578125 +0.153320312500 +-0.017211914062 +-0.355468750000 +0.289062500000 +-0.055175781250 +0.087402343750 +-0.033203125000 +0.044677734375 +-0.009826660156 +-0.318359375000 +0.093261718750 +-0.143554687500 +-0.088867187500 +-0.147460937500 +0.125000000000 +0.116699218750 +0.121093750000 +-0.109863281250 +0.263671875000 +0.135742187500 +0.048828125000 +-0.143554687500 +-0.002212524414 +0.287109375000 +0.155273437500 +-0.121582031250 +-0.035644531250 +-0.114746093750 +-0.367187500000 +-0.333984375000 +-0.011657714844 +-0.026123046875 +-0.174804687500 +0.022094726562 +-0.033935546875 +-0.082519531250 +0.091796875000 +0.087890625000 +0.091796875000 +-0.010925292969 +0.176757812500 +-0.058105468750 +-0.240234375000 +0.019042968750 +0.550781250000 +0.095703125000 +-0.020263671875 +0.021728515625 +-0.073242187500 +-0.042968750000 +0.050048828125 +0.029907226562 +-0.069335937500 +0.116699218750 +0.103027343750 +-0.205078125000 +-0.164062500000 +0.051025390625 +-0.217773437500 +-0.038330078125 +0.142578125000 +0.077148437500 +0.115234375000 +-0.072265625000 +0.119140625000 +-0.007995605469 +-0.351562500000 +0.265625000000 +0.038818359375 +-0.066406250000 +-0.074218750000 +-0.069335937500 +0.048095703125 +-0.216796875000 +0.090332031250 +0.021118164062 +-0.101562500000 +0.104003906250 +-0.029541015625 +-0.010681152344 +-0.037109375000 +0.082031250000 +0.200195312500 +0.060791015625 +0.004730224609 +-0.232421875000 +-0.016357421875 +0.153320312500 +-0.037597656250 +-0.033691406250 +-0.037109375000 +-0.175781250000 +-0.257812500000 +0.077148437500 +0.078613281250 +0.098632812500 +0.007446289062 +0.172851562500 +0.045410156250 +-0.205078125000 +0.115722656250 +-0.080566406250 +0.003479003906 +0.253906250000 +0.093261718750 +-0.072753906250 +-0.113281250000 +0.077636718750 +0.357421875000 +0.081054687500 +0.142578125000 +-0.277343750000 +-0.033447265625 +0.031127929688 +0.077148437500 +0.009887695312 +-0.049804687500 +-0.052978515625 +0.068847656250 +0.007720947266 +-0.097167968750 +0.025268554688 +-0.277343750000 +-0.163085937500 +0.048339843750 +0.014831542969 +-0.036132812500 +0.269531250000 +-0.021484375000 +-0.015563964844 +-0.494140625000 +0.144531250000 +0.147460937500 +-0.070312500000 +-0.178710937500 +-0.070800781250 +-0.114746093750 +-0.090332031250 +0.216796875000 +-0.079101562500 +-0.248046875000 +0.164062500000 +0.034423828125 +0.061279296875 +-0.107910156250 +-0.047119140625 +0.067382812500 +0.112304687500 +0.071289062500 +-0.419921875000 +-0.100097656250 +-0.166015625000 +-0.011474609375 +0.131835937500 +0.142578125000 +-0.259765625000 +-0.082031250000 +-0.012084960938 +-0.053222656250 +-0.092285156250 +-0.015991210938 +0.014465332031 +0.069824218750 +-0.100585937500 +-0.038330078125 +-0.133789062500 +-0.160156250000 +0.220703125000 +0.061035156250 +-0.108398437500 +-0.114746093750 +-0.018676757812 +0.207031250000 +0.122070312500 +0.298828125000 +-0.333984375000 +0.000728607178 +-0.015258789062 +-0.147460937500 +-0.005981445312 +0.052246093750 +-0.147460937500 +0.087890625000 +-0.245117187500 +-0.213867187500 +-0.017578125000 +-0.105957031250 +-0.145507812500 +0.112792968750 +-0.055908203125 +-0.081054687500 +0.077148437500 +-0.090820312500 +-0.056396484375 +-0.386718750000 +0.148437500000 +0.140625000000 +-0.048583984375 +-0.152343750000 +-0.056396484375 +0.017089843750 +-0.117187500000 +0.240234375000 +-0.100097656250 +-0.029174804688 +0.077148437500 +0.027832031250 +0.011840820312 +-0.075195312500 +-0.110839843750 +0.153320312500 +0.163085937500 +-0.185546875000 +-0.464843750000 +-0.057373046875 +-0.110351562500 +0.013488769531 +0.092285156250 +0.064453125000 +-0.061279296875 +-0.049316406250 +-0.250000000000 +0.081542968750 +-0.041259765625 +-0.130859375000 +0.150390625000 +0.082519531250 +-0.090332031250 +-0.068847656250 +-0.077148437500 +-0.142578125000 +-0.107910156250 +0.006134033203 +0.164062500000 +-0.267578125000 +-0.096191406250 +0.125000000000 +0.162109375000 +0.220703125000 +-0.203125000000 +0.003936767578 +-0.062988281250 +-0.001594543457 +-0.023437500000 +-0.144531250000 +0.086914062500 +-0.112304687500 +-0.082519531250 +0.030273437500 +-0.002212524414 +-0.300781250000 +-0.123535156250 +-0.010864257812 +-0.012634277344 +0.355468750000 +-0.020507812500 +-0.098632812500 +0.064941406250 +-0.371093750000 +0.097656250000 +0.076660156250 +-0.137695312500 +0.048583984375 +0.048583984375 +0.179687500000 +0.167968750000 +0.220703125000 +0.064453125000 +-0.096679687500 +0.169921875000 +0.114746093750 +0.004943847656 +-0.345703125000 +0.126953125000 +0.009826660156 +0.068359375000 +-0.053222656250 +0.067382812500 +0.006256103516 +-0.149414062500 +0.057128906250 +0.150390625000 +0.078125000000 +-0.033935546875 +0.055664062500 +-0.059082031250 +-0.068359375000 +-0.111328125000 +0.020507812500 +0.223632812500 +0.047119140625 +-0.074218750000 +-0.072265625000 +0.039794921875 +-0.511718750000 +-0.185546875000 +-0.085937500000 +0.021850585938 +0.017333984375 +-0.078613281250 +-0.085937500000 +0.168945312500 +0.089355468750 +0.084960937500 +0.128906250000 +0.103515625000 +-0.213867187500 +-0.040039062500 +-0.146484375000 +-0.168945312500 +-0.117675781250 +-0.229492187500 +-0.066894531250 +0.253906250000 +-0.058837890625 +0.057861328125 +0.221679687500 +-0.159179687500 +-0.115722656250 +-0.120117187500 +0.123046875000 +-0.263671875000 +0.316406250000 +0.119628906250 +0.004180908203 +0.239257812500 +-0.124511718750 +-0.009033203125 +-0.004089355469 +0.170898437500 +0.208984375000 +0.019042968750 +-0.008056640625 +-0.079101562500 +0.033447265625 +0.083984375000 +-0.302734375000 +0.005554199219 +0.037353515625 +0.106933593750 +-0.209960937500 +0.109375000000 +0.044677734375 +-0.277343750000 +0.097167968750 +-0.047119140625 +0.044677734375 +-0.003433227539 +-0.035400390625 +-0.018554687500 +-0.090332031250 +-0.200195312500 +0.052246093750 +-0.102050781250 +0.084960937500 +0.151367187500 +0.044189453125 +-0.017211914062 +-0.519531250000 +-0.097656250000 +-0.023803710938 +-0.080566406250 +0.045654296875 +-0.131835937500 +0.047363281250 +0.151367187500 +0.193359375000 +-0.091796875000 +-0.020507812500 +0.037353515625 +-0.281250000000 +-0.027587890625 +0.010559082031 +-0.126953125000 +-0.106933593750 +-0.246093750000 +0.043212890625 +-0.002838134766 +-0.094238281250 +0.057128906250 +0.059326171875 +-0.128906250000 +-0.035156250000 +-0.021606445312 +0.124023437500 +-0.092773437500 +0.205078125000 +0.145507812500 +-0.014160156250 +0.117187500000 +-0.066894531250 +0.068359375000 +0.015747070312 +0.298828125000 +0.109375000000 +0.089355468750 +0.034423828125 +-0.153320312500 +0.007080078125 +0.053710937500 +-0.279296875000 +0.166015625000 +0.105957031250 +0.035400390625 +-0.170898437500 +-0.023071289062 +0.032958984375 +-0.332031250000 +0.193359375000 +0.125000000000 +0.210937500000 +-0.048828125000 +0.042480468750 +0.057617187500 +-0.198242187500 +-0.176757812500 +0.197265625000 +0.037597656250 +0.012329101562 +0.095214843750 +-0.248046875000 +-0.029418945312 +-0.341796875000 +-0.054443359375 +0.060791015625 +-0.146484375000 +0.037597656250 +-0.162109375000 +0.098632812500 +0.124023437500 +0.105957031250 +-0.107910156250 +0.089843750000 +-0.086914062500 +-0.129882812500 +0.087402343750 +0.014831542969 +0.068847656250 +-0.044433593750 +-0.207031250000 +0.162109375000 +-0.094238281250 +-0.176757812500 +-0.122558593750 +0.085449218750 +-0.110839843750 +-0.211914062500 +-0.000385284424 +0.243164062500 +-0.037353515625 +0.120605468750 +0.104980468750 +-0.093750000000 +0.064453125000 +0.014343261719 +0.017944335938 +0.227539062500 +-0.065917968750 +0.269531250000 +0.159179687500 +0.063476562500 +-0.115234375000 +0.082031250000 +0.143554687500 +-0.170898437500 +0.138671875000 +0.215820312500 +0.088867187500 +-0.156250000000 +-0.067871093750 +-0.263671875000 +-0.120605468750 +0.163085937500 +0.113769531250 +0.190429687500 +0.117675781250 +0.108886718750 +-0.150390625000 +-0.138671875000 +-0.139648437500 +0.171875000000 +-0.179687500000 +-0.022583007812 +-0.094726562500 +-0.269531250000 +-0.071777343750 +-0.335937500000 +0.074707031250 +-0.017578125000 +-0.102539062500 +0.018310546875 +-0.120605468750 +0.175781250000 +-0.069335937500 +0.361328125000 +-0.086914062500 +0.104003906250 +-0.000168800354 +-0.090820312500 +0.125000000000 +-0.032958984375 +0.082519531250 +-0.143554687500 +0.031982421875 +-0.077636718750 +-0.094726562500 +-0.142578125000 +-0.063476562500 +-0.073242187500 +0.123046875000 +0.029296875000 +-0.180664062500 +0.035400390625 +-0.151367187500 +-0.000720977783 +0.104980468750 +-0.034423828125 +0.010986328125 +0.037109375000 +-0.039550781250 +0.158203125000 +-0.146484375000 +0.287109375000 +0.237304687500 +-0.003143310547 +0.158203125000 +-0.025756835938 +0.216796875000 +-0.183593750000 +0.034667968750 +0.045410156250 +-0.008117675781 +-0.113281250000 +-0.093750000000 +-0.143554687500 +0.098144531250 +-0.041992187500 +-0.166015625000 +0.184570312500 +0.056640625000 +-0.038085937500 +-0.156250000000 +-0.100585937500 +0.018432617188 +0.059814453125 +-0.002151489258 +-0.048828125000 +-0.052001953125 +-0.083496093750 +-0.022216796875 +-0.414062500000 +0.100585937500 +-0.048828125000 +0.009399414062 +0.173828125000 +-0.133789062500 +0.281250000000 +0.100097656250 +-0.199218750000 +-0.075195312500 +0.081054687500 +-0.087402343750 +-0.185546875000 +0.115722656250 +-0.302734375000 +0.155273437500 +-0.190429687500 +-0.243164062500 +-0.119140625000 +-0.149414062500 +-0.174804687500 +-0.125000000000 +0.161132812500 +0.285156250000 +0.014526367188 +-0.279296875000 +0.208007812500 +-0.400390625000 +0.026733398438 +0.100097656250 +0.040771484375 +0.083007812500 +0.024169921875 +0.196289062500 +0.149414062500 +-0.308593750000 +0.181640625000 +0.251953125000 +0.119628906250 +0.195312500000 +-0.049072265625 +0.023559570312 +-0.160156250000 +0.235351562500 +-0.029174804688 +0.073730468750 +0.032958984375 +-0.142578125000 +0.134765625000 +-0.190429687500 +-0.051025390625 +-0.102539062500 +0.038330078125 +0.137695312500 +-0.092285156250 +-0.198242187500 +0.139648437500 +-0.030029296875 +0.172851562500 +-0.037353515625 +0.062011718750 +0.072753906250 +-0.057861328125 +0.139648437500 +-0.345703125000 +0.126953125000 +-0.042480468750 +-0.027099609375 +-0.039550781250 +0.056396484375 +0.022094726562 +0.044189453125 +-0.147460937500 +-0.005920410156 +0.170898437500 +-0.073242187500 +-0.053222656250 +0.054443359375 +-0.184570312500 +0.104980468750 +-0.094726562500 +-0.199218750000 +-0.006408691406 +-0.141601562500 +-0.093261718750 +-0.237304687500 +0.066894531250 +0.003356933594 +-0.077636718750 +0.031005859375 +0.039794921875 +-0.212890625000 +0.183593750000 +0.120605468750 +0.144531250000 +0.015319824219 +0.052490234375 +-0.035644531250 +0.237304687500 +-0.380859375000 +0.089355468750 +0.234375000000 +-0.040771484375 +-0.094238281250 +0.071777343750 +0.004821777344 +-0.519531250000 +0.229492187500 +-0.097656250000 +0.118164062500 +0.040527343750 +-0.195312500000 +0.285156250000 +-0.143554687500 +0.037597656250 +-0.149414062500 +0.064453125000 +0.203125000000 +0.059326171875 +-0.238281250000 +0.140625000000 +-0.174804687500 +0.143554687500 +0.096191406250 +0.056152343750 +0.065917968750 +0.129882812500 +0.138671875000 +-0.447265625000 +0.069335937500 +-0.042968750000 +-0.121582031250 +-0.027343750000 +0.005981445312 +0.004974365234 +-0.067382812500 +0.347656250000 +-0.083007812500 +0.043701171875 +0.033447265625 +-0.146484375000 +0.032958984375 +-0.261718750000 +-0.201171875000 +-0.184570312500 +-0.154296875000 +-0.015258789062 +-0.375000000000 +0.027954101562 +0.104003906250 +0.097167968750 +0.083984375000 +-0.083984375000 +-0.020263671875 +0.163085937500 +-0.291015625000 +0.337890625000 +0.314453125000 +0.071777343750 +0.168945312500 +-0.267578125000 +-0.086914062500 +0.023559570312 +-0.014892578125 +-0.199218750000 +-0.322265625000 +-0.044677734375 +0.189453125000 +-0.080566406250 +0.054443359375 +-0.175781250000 +-0.511718750000 +-0.100097656250 +-0.188476562500 +-0.164062500000 +0.103515625000 +-0.119628906250 +0.168945312500 +-0.179687500000 +0.279296875000 +-0.201171875000 +-0.221679687500 +-0.014099121094 +0.079589843750 +0.271484375000 +-0.231445312500 +0.060302734375 +-0.039550781250 +0.100097656250 +-0.005279541016 +-0.038330078125 +-0.124511718750 +-0.328125000000 +-0.038330078125 +-0.169921875000 +-0.184570312500 +0.019531250000 +0.042724609375 +-0.097656250000 +-0.099609375000 +0.130859375000 +-0.023559570312 +-0.355468750000 +-0.080078125000 +-0.066406250000 +0.273437500000 +0.131835937500 +-0.236328125000 +-0.055419921875 +-0.267578125000 +-0.092285156250 +0.035156250000 +0.066406250000 +0.134765625000 +-0.038085937500 +0.084960937500 +-0.129882812500 +-0.107421875000 +-0.035400390625 +0.023071289062 +-0.060058593750 +-0.220703125000 +0.047851562500 +0.149414062500 +-0.176757812500 +-0.013610839844 +0.019165039062 +0.064941406250 +-0.166015625000 +-0.279296875000 +0.013610839844 +0.105957031250 +-0.062500000000 +0.091308593750 +-0.210937500000 +-0.335937500000 +-0.042480468750 +0.061523437500 +-0.134765625000 +-0.201171875000 +-0.173828125000 +0.059082031250 +-0.111816406250 +0.024414062500 +-0.190429687500 +-0.187500000000 +0.130859375000 +-0.099609375000 +-0.116699218750 +-0.231445312500 +0.070800781250 +0.052490234375 +-0.042968750000 +-0.157226562500 +0.037109375000 +-0.093750000000 +-0.219726562500 +-0.141601562500 +-0.094238281250 +-0.013488769531 +-0.048583984375 +-0.058105468750 +-0.000157356262 +0.047607421875 +-0.078125000000 +-0.052734375000 +-0.425781250000 +-0.222656250000 +-0.031005859375 +-0.109863281250 +0.199218750000 +-0.119140625000 +-0.091308593750 +-0.120117187500 +0.095703125000 +0.093261718750 +0.033691406250 +0.041748046875 +-0.140625000000 +0.050292968750 +-0.230468750000 +-0.080566406250 +-0.045410156250 +0.158203125000 +-0.097656250000 +-0.203125000000 +-0.039062500000 +-0.014221191406 +-0.147460937500 +0.101562500000 +0.137695312500 +0.089355468750 +-0.179687500000 +-0.089843750000 +-0.057128906250 +0.059814453125 +-0.017578125000 +-0.029418945312 +-0.166992187500 +-0.503906250000 +-0.140625000000 +-0.072753906250 +-0.064941406250 +-0.291015625000 +-0.107910156250 +0.023315429688 +-0.034423828125 +0.073242187500 +-0.163085937500 +-0.035400390625 +-0.145507812500 +-0.165039062500 +0.229492187500 +-0.129882812500 +0.053222656250 +0.072265625000 +0.116210937500 +0.102050781250 +-0.197265625000 +0.065429687500 +-0.357421875000 +-0.133789062500 +0.062255859375 +0.001434326172 +-0.034667968750 +0.108886718750 +-0.161132812500 +0.039062500000 +-0.141601562500 +-0.314453125000 +-0.269531250000 +0.019897460938 +-0.035400390625 +0.112304687500 +0.073730468750 +-0.106933593750 +-0.106933593750 +-0.118164062500 +-0.016845703125 +0.074218750000 +0.044921875000 +-0.063476562500 +0.083984375000 +0.023437500000 +-0.207031250000 +0.205078125000 +0.144531250000 +0.011047363281 +0.040039062500 +-0.347656250000 +-0.011718750000 +0.038085937500 +-0.074218750000 +-0.017456054688 +0.097656250000 +-0.043701171875 +-0.058593750000 +-0.147460937500 +0.038330078125 +0.125976562500 +-0.006866455078 +0.183593750000 +-0.233398437500 +-0.460937500000 +-0.171875000000 +-0.004119873047 +-0.140625000000 +0.161132812500 +-0.179687500000 +0.115722656250 +-0.166015625000 +0.045410156250 +-0.019042968750 +0.112792968750 +-0.026977539062 +0.173828125000 +0.068359375000 +0.019775390625 +0.033447265625 +0.076171875000 +0.016235351562 +0.015502929688 +-0.185546875000 +-0.130859375000 +-0.279296875000 +-0.021606445312 +0.002258300781 +-0.150390625000 +-0.041015625000 +-0.030639648438 +0.105468750000 +-0.085937500000 +-0.028076171875 +0.328125000000 +-0.160156250000 +0.015991210938 +0.203125000000 +0.143554687500 +0.416015625000 +-0.045898437500 +-0.138671875000 +0.073242187500 +0.055419921875 +-0.164062500000 +0.060791015625 +0.094238281250 +-0.061767578125 +-0.120605468750 +-0.225585937500 +-0.009826660156 +0.083984375000 +-0.112792968750 +-0.069335937500 +-0.182617187500 +-0.105957031250 +-0.227539062500 +-0.201171875000 +0.085937500000 +0.087402343750 +-0.045898437500 +-0.121093750000 +-0.110839843750 +-0.026977539062 +0.017944335938 +0.043945312500 +0.449218750000 +-0.164062500000 +-0.249023437500 +0.033447265625 +-0.024047851562 +-0.132812500000 +-0.173828125000 +-0.184570312500 +-0.050781250000 +0.061523437500 +0.100097656250 +-0.343750000000 +-0.185546875000 +0.039550781250 +-0.178710937500 +0.345703125000 +-0.363281250000 +-0.083496093750 +0.118652343750 +0.020385742188 +0.005645751953 +-0.215820312500 +-0.281250000000 +-0.206054687500 +-0.207031250000 +-0.191406250000 +-0.046386718750 +-0.008544921875 +-0.135742187500 +0.073730468750 +0.118164062500 +0.064941406250 +-0.148437500000 +-0.158203125000 +-0.015014648438 +0.056396484375 +-0.011230468750 +0.186523437500 +0.036376953125 +-0.198242187500 +-0.025024414062 +0.156250000000 +0.040771484375 +0.077148437500 +-0.166015625000 +-0.083984375000 +-0.193359375000 +-0.084472656250 +-0.087890625000 +0.155273437500 +0.087402343750 +-0.083007812500 +-0.028076171875 +-0.042724609375 +-0.263671875000 +-0.132812500000 +0.106445312500 +0.006164550781 +0.049316406250 +-0.210937500000 +-0.200195312500 +0.064941406250 +0.021240234375 +-0.016601562500 +0.171875000000 +-0.036865234375 +-0.242187500000 +-0.054443359375 +-0.038574218750 +-0.185546875000 +-0.215820312500 +-0.163085937500 +0.106445312500 +-0.163085937500 +0.082519531250 +-0.198242187500 +0.166992187500 +0.136718750000 +-0.267578125000 +0.158203125000 +-0.208984375000 +-0.067382812500 +0.045654296875 +0.057373046875 +0.040527343750 +-0.047851562500 +-0.410156250000 +-0.359375000000 +-0.035400390625 +-0.170898437500 +0.024902343750 +0.082031250000 +0.125976562500 +-0.042968750000 +0.075195312500 +0.070312500000 +-0.054687500000 +-0.129882812500 +0.112304687500 +-0.084960937500 +-0.063964843750 +0.044677734375 +0.214843750000 +-0.173828125000 +-0.180664062500 +0.055908203125 +0.138671875000 +0.008422851562 +-0.081542968750 +-0.049316406250 +-0.050048828125 +-0.086914062500 +-0.180664062500 +0.089355468750 +0.080566406250 +-0.131835937500 +-0.014038085938 +0.082519531250 +-0.376953125000 +-0.096191406250 +-0.019042968750 +0.018188476562 +0.098632812500 +-0.113769531250 +-0.101074218750 +0.136718750000 +0.044189453125 +0.015625000000 +0.161132812500 +-0.235351562500 +-0.263671875000 +-0.205078125000 +-0.036865234375 +-0.166015625000 +-0.062500000000 +-0.073730468750 +0.306640625000 +0.025634765625 +0.211914062500 +-0.108886718750 +-0.040771484375 +0.083496093750 +-0.033447265625 +-0.121582031250 +-0.253906250000 +0.023071289062 +0.030761718750 +0.109375000000 +0.094726562500 +-0.115722656250 +-0.279296875000 +-0.378906250000 +-0.110839843750 +-0.066894531250 +-0.170898437500 +0.051513671875 +0.097656250000 +-0.109863281250 +-0.129882812500 +-0.161132812500 +-0.156250000000 +-0.076660156250 +0.027954101562 +-0.086425781250 +0.042968750000 +0.119140625000 +0.116210937500 +-0.120117187500 +-0.172851562500 +-0.002090454102 +-0.094238281250 +0.097167968750 +0.294921875000 +0.106445312500 +-0.147460937500 +-0.114257812500 +-0.314453125000 +0.111816406250 +0.044677734375 +-0.039794921875 +-0.210937500000 diff --git a/AI_Engine_Development/AIE-MLv2/Design_Tutorials/01-Radio-ML/aie/radioml_top/data/w16_0_weights-rtp.txt b/AI_Engine_Development/AIE-MLv2/Design_Tutorials/01-Radio-ML/aie/radioml_top/data/w16_0_weights-rtp.txt new file mode 100644 index 0000000000..c332476bc6 --- /dev/null +++ b/AI_Engine_Development/AIE-MLv2/Design_Tutorials/01-Radio-ML/aie/radioml_top/data/w16_0_weights-rtp.txt @@ -0,0 +1,32768 @@ +-0.008483886719 +0.008178710938 +0.127929687500 +0.038085937500 +0.007598876953 +-0.001373291016 +0.030273437500 +-0.014404296875 +-0.054199218750 +-0.010742187500 +0.041503906250 +0.115234375000 +0.030883789062 +-0.137695312500 +0.129882812500 +0.123535156250 +-0.105468750000 +-0.015075683594 +-0.125000000000 +-0.087402343750 +0.058837890625 +-0.129882812500 +0.000907897949 +0.105957031250 +0.001869201660 +-0.030883789062 +0.157226562500 +0.046386718750 +0.006347656250 +0.052246093750 +0.096679687500 +-0.025146484375 +-0.104003906250 +-0.104003906250 +0.044433593750 +0.057373046875 +-0.056884765625 +0.083007812500 +0.035156250000 +0.095214843750 +-0.020507812500 +0.070800781250 +0.143554687500 +0.114746093750 +0.008300781250 +-0.181640625000 +0.112304687500 +0.049316406250 +0.063964843750 +-0.023315429688 +0.129882812500 +-0.042236328125 +-0.058593750000 +-0.059326171875 +-0.188476562500 +-0.070800781250 +-0.328125000000 +0.157226562500 +0.154296875000 +-0.013305664062 +-0.068359375000 +0.136718750000 +-0.006408691406 +-0.149414062500 +0.027221679688 +0.003540039062 +0.141601562500 +-0.081542968750 +0.175781250000 +-0.047119140625 +0.045654296875 +-0.104980468750 +0.008911132812 +0.000440597534 +-0.090820312500 +-0.011657714844 +0.078125000000 +-0.085937500000 +-0.000667572021 +0.002044677734 +0.151367187500 +-0.098144531250 +-0.056396484375 +0.080566406250 +-0.027343750000 +-0.054687500000 +0.067382812500 +0.122558593750 +0.217773437500 +0.028442382812 +-0.130859375000 +0.073730468750 +0.035644531250 +-0.084472656250 +0.015869140625 +-0.066894531250 +0.038085937500 +-0.209960937500 +-0.077148437500 +-0.025878906250 +0.038818359375 +0.006988525391 +-0.029052734375 +-0.080566406250 +0.194335937500 +0.060302734375 +0.014587402344 +-0.075195312500 +0.152343750000 +-0.281250000000 +0.195312500000 +-0.000379562378 +0.016845703125 +-0.134765625000 +0.136718750000 +0.041015625000 +-0.092285156250 +0.110839843750 +-0.136718750000 +-0.190429687500 +0.006896972656 +-0.085449218750 +0.025634765625 +-0.032714843750 +0.136718750000 +0.152343750000 +0.086914062500 +-0.042724609375 +-0.339843750000 +-0.011352539062 +-0.084472656250 +0.083007812500 +0.019653320312 +0.029663085938 +0.028808593750 +0.004272460938 +0.087402343750 +-0.047851562500 +0.113281250000 +0.199218750000 +-0.182617187500 +0.061523437500 +0.191406250000 +-0.005371093750 +0.054199218750 +0.068359375000 +-0.063964843750 +0.062500000000 +0.455078125000 +-0.161132812500 +-0.025146484375 +0.052734375000 +0.031127929688 +-0.088867187500 +-0.032714843750 +0.190429687500 +0.026611328125 +-0.130859375000 +-0.014953613281 +0.126953125000 +-0.056640625000 +-0.039794921875 +-0.222656250000 +0.015563964844 +-0.000942230225 +-0.081542968750 +-0.345703125000 +-0.011718750000 +0.054199218750 +0.068359375000 +-0.104980468750 +0.086914062500 +0.247070312500 +0.015502929688 +-0.095703125000 +-0.016479492188 +-0.103515625000 +0.000320434570 +-0.110839843750 +0.006988525391 +-0.067871093750 +0.074218750000 +0.065917968750 +-0.058837890625 +-0.072265625000 +-0.144531250000 +0.032714843750 +0.014587402344 +-0.048583984375 +0.095703125000 +-0.012329101562 +-0.017456054688 +0.059326171875 +-0.083496093750 +-0.093261718750 +0.162109375000 +0.079101562500 +0.010742187500 +-0.049560546875 +0.043457031250 +-0.142578125000 +0.075195312500 +-0.078613281250 +0.068847656250 +0.002624511719 +-0.042480468750 +0.169921875000 +-0.006317138672 +-0.082031250000 +-0.039062500000 +-0.034667968750 +-0.096191406250 +-0.062500000000 +0.035644531250 +0.065429687500 +0.039550781250 +-0.004028320312 +-0.070312500000 +0.076171875000 +-0.199218750000 +0.189453125000 +0.094238281250 +0.002212524414 +-0.145507812500 +0.130859375000 +0.060791015625 +0.131835937500 +0.006042480469 +-0.009399414062 +0.037353515625 +-0.019531250000 +-0.089843750000 +0.010009765625 +-0.110351562500 +0.023437500000 +0.082519531250 +0.086425781250 +0.192382812500 +-0.058837890625 +-0.110839843750 +0.008911132812 +-0.031738281250 +-0.009582519531 +0.121582031250 +0.008361816406 +-0.044433593750 +0.012817382812 +0.062011718750 +0.077636718750 +-0.214843750000 +0.006591796875 +-0.046386718750 +-0.117187500000 +-0.169921875000 +-0.011840820312 +-0.026733398438 +0.067871093750 +0.085937500000 +-0.039062500000 +-0.045166015625 +0.169921875000 +0.069335937500 +0.027954101562 +0.042236328125 +-0.026733398438 +0.024414062500 +-0.122070312500 +0.091796875000 +-0.066894531250 +-0.016113281250 +-0.071289062500 +0.106445312500 +0.011291503906 +-0.065429687500 +0.101074218750 +-0.077636718750 +0.079101562500 +-0.208984375000 +0.145507812500 +-0.164062500000 +-0.096191406250 +-0.122558593750 +0.013793945312 +0.144531250000 +0.041748046875 +0.002624511719 +-0.072265625000 +-0.112792968750 +0.010742187500 +-0.067382812500 +0.110351562500 +0.111816406250 +-0.074707031250 +-0.075683593750 +0.004638671875 +-0.071289062500 +0.060058593750 +-0.130859375000 +-0.089355468750 +0.036621093750 +-0.072265625000 +-0.080566406250 +-0.130859375000 +0.000471115112 +-0.139648437500 +0.084960937500 +-0.088378906250 +-0.137695312500 +-0.005218505859 +-0.093261718750 +-0.181640625000 +-0.047851562500 +-0.012390136719 +0.088867187500 +0.128906250000 +0.014770507812 +-0.159179687500 +-0.088378906250 +0.023803710938 +0.031250000000 +0.249023437500 +0.001586914062 +0.089843750000 +0.071777343750 +0.107910156250 +-0.013244628906 +-0.044921875000 +0.056152343750 +0.233398437500 +0.077636718750 +0.074707031250 +-0.216796875000 +0.078613281250 +0.031494140625 +0.014770507812 +0.112304687500 +0.151367187500 +-0.016479492188 +0.080078125000 +0.051513671875 +-0.197265625000 +-0.091308593750 +-0.130859375000 +-0.135742187500 +-0.054199218750 +0.046630859375 +0.044433593750 +-0.107910156250 +0.124511718750 +0.016357421875 +0.024291992188 +0.023071289062 +0.004272460938 +0.178710937500 +0.050537109375 +-0.019042968750 +0.008117675781 +0.090332031250 +0.011108398438 +0.002227783203 +0.085937500000 +-0.229492187500 +-0.059814453125 +-0.071289062500 +-0.085449218750 +-0.238281250000 +-0.010925292969 +0.091308593750 +0.038818359375 +0.103515625000 +0.041748046875 +-0.240234375000 +-0.021728515625 +0.233398437500 +0.014343261719 +-0.000816345215 +0.004425048828 +0.048583984375 +-0.054687500000 +-0.123535156250 +0.011291503906 +-0.109375000000 +0.065429687500 +-0.004486083984 +-0.126953125000 +-0.025390625000 +-0.158203125000 +0.025146484375 +0.007873535156 +-0.140625000000 +-0.064941406250 +-0.008117675781 +-0.010742187500 +0.116210937500 +-0.029785156250 +0.079589843750 +0.055419921875 +-0.036132812500 +0.009826660156 +-0.060546875000 +-0.308593750000 +0.059326171875 +-0.014770507812 +0.062500000000 +-0.116210937500 +0.009338378906 +-0.144531250000 +-0.025024414062 +-0.148437500000 +-0.154296875000 +0.000564575195 +-0.094238281250 +-0.000526428223 +-0.150390625000 +-0.119140625000 +-0.125000000000 +-0.145507812500 +0.125000000000 +-0.133789062500 +0.046386718750 +-0.024536132812 +0.030883789062 +0.015258789062 +0.022583007812 +-0.066406250000 +-0.144531250000 +-0.020507812500 +-0.025268554688 +-0.158203125000 +0.021240234375 +-0.022094726562 +-0.269531250000 +0.093261718750 +-0.005920410156 +0.047607421875 +-0.056640625000 +-0.182617187500 +-0.035400390625 +0.084960937500 +-0.101074218750 +0.042236328125 +-0.019897460938 +0.030883789062 +-0.007598876953 +0.110839843750 +0.032714843750 +-0.007934570312 +0.105957031250 +0.016113281250 +-0.191406250000 +0.081542968750 +-0.187500000000 +-0.050537109375 +0.056884765625 +-0.056152343750 +0.034667968750 +-0.063964843750 +0.018188476562 +-0.036621093750 +-0.024780273438 +-0.007293701172 +-0.048583984375 +0.183593750000 +0.052246093750 +0.109375000000 +-0.016357421875 +-0.161132812500 +0.064941406250 +-0.062988281250 +-0.241210937500 +0.172851562500 +0.106445312500 +-0.191406250000 +0.068847656250 +0.100097656250 +0.073730468750 +-0.037353515625 +-0.022583007812 +0.052001953125 +0.074707031250 +0.092773437500 +-0.349609375000 +0.091308593750 +0.121582031250 +0.066406250000 +-0.015197753906 +0.030761718750 +-0.048583984375 +0.027343750000 +0.175781250000 +0.082519531250 +0.043457031250 +0.085449218750 +0.036376953125 +-0.157226562500 +0.132812500000 +0.021240234375 +0.230468750000 +-0.070800781250 +0.000088691711 +-0.032226562500 +0.096191406250 +-0.157226562500 +-0.132812500000 +-0.043945312500 +0.036865234375 +-0.040039062500 +-0.045654296875 +-0.081542968750 +0.005432128906 +0.021118164062 +0.206054687500 +-0.151367187500 +-0.031250000000 +-0.015075683594 +0.039062500000 +0.144531250000 +-0.173828125000 +-0.029663085938 +-0.056152343750 +-0.081542968750 +0.025390625000 +-0.005584716797 +0.022338867188 +-0.042480468750 +-0.070800781250 +0.208984375000 +-0.190429687500 +0.081542968750 +-0.096679687500 +-0.077636718750 +-0.096191406250 +0.009216308594 +-0.010925292969 +-0.030639648438 +-0.152343750000 +-0.002502441406 +0.105957031250 +0.050781250000 +0.154296875000 +-0.047119140625 +-0.039062500000 +-0.106445312500 +-0.033935546875 +0.052978515625 +0.008728027344 +-0.038085937500 +0.074218750000 +0.107421875000 +0.044189453125 +-0.177734375000 +-0.120605468750 +-0.031494140625 +0.185546875000 +0.082031250000 +0.024414062500 +0.005004882812 +-0.070800781250 +0.204101562500 +0.070312500000 +-0.127929687500 +0.074218750000 +-0.086914062500 +0.065429687500 +0.060058593750 +0.024414062500 +0.101562500000 +-0.025024414062 +-0.041992187500 +0.076660156250 +0.089355468750 +-0.061523437500 +0.037109375000 +-0.024169921875 +-0.174804687500 +-0.037841796875 +0.107421875000 +0.048339843750 +0.062255859375 +0.005187988281 +-0.013977050781 +-0.034912109375 +0.079101562500 +0.146484375000 +-0.001937866211 +0.018310546875 +0.013610839844 +-0.013610839844 +-0.039794921875 +-0.218750000000 +0.075195312500 +-0.003128051758 +0.095703125000 +0.020385742188 +-0.010620117188 +0.046875000000 +-0.073730468750 +0.032714843750 +-0.046142578125 +-0.022094726562 +-0.110839843750 +-0.039550781250 +-0.406250000000 +-0.031127929688 +-0.027832031250 +-0.089355468750 +-0.034912109375 +0.071777343750 +-0.064453125000 +0.074707031250 +0.012084960938 +0.135742187500 +-0.130859375000 +0.110839843750 +-0.094238281250 +-0.168945312500 +-0.245117187500 +0.002929687500 +-0.003326416016 +-0.012573242188 +-0.124023437500 +0.067871093750 +0.077148437500 +0.002685546875 +-0.014404296875 +-0.182617187500 +-0.051513671875 +0.046386718750 +0.143554687500 +0.071777343750 +0.066406250000 +-0.026611328125 +0.101074218750 +-0.111328125000 +0.056152343750 +0.144531250000 +-0.181640625000 +-0.076171875000 +0.330078125000 +-0.109375000000 +0.032470703125 +-0.104492187500 +0.119140625000 +0.233398437500 +-0.019897460938 +-0.025756835938 +0.043457031250 +0.038085937500 +-0.108886718750 +-0.075683593750 +-0.070800781250 +0.103027343750 +-0.046386718750 +0.112792968750 +0.015136718750 +0.016601562500 +0.023437500000 +0.130859375000 +-0.033935546875 +0.075195312500 +-0.248046875000 +0.022705078125 +-0.091796875000 +-0.090332031250 +-0.147460937500 +0.002578735352 +-0.005065917969 +0.013122558594 +-0.050781250000 +0.002716064453 +0.019165039062 +0.063476562500 +0.034179687500 +-0.039062500000 +0.000553131104 +0.019531250000 +-0.086914062500 +-0.070800781250 +-0.067382812500 +-0.095703125000 +0.025756835938 +0.033447265625 +0.051269531250 +-0.040283203125 +0.011779785156 +0.067871093750 +0.064941406250 +-0.053710937500 +0.161132812500 +-0.057617187500 +-0.077636718750 +-0.052734375000 +0.016845703125 +0.066406250000 +-0.133789062500 +-0.069335937500 +-0.090332031250 +0.081542968750 +0.271484375000 +0.114746093750 +-0.089843750000 +0.003845214844 +-0.091308593750 +-0.007934570312 +-0.120605468750 +0.029052734375 +-0.074707031250 +-0.005828857422 +0.045898437500 +-0.083007812500 +-0.114746093750 +0.116210937500 +-0.032958984375 +0.047363281250 +0.064453125000 +0.000713348389 +-0.082031250000 +-0.001403808594 +-0.110351562500 +-0.015319824219 +-0.034423828125 +-0.003875732422 +0.123535156250 +-0.082031250000 +0.020141601562 +0.028930664062 +-0.043457031250 +-0.281250000000 +-0.124023437500 +-0.050048828125 +0.008544921875 +0.114746093750 +-0.090820312500 +-0.022583007812 +0.120605468750 +0.009643554688 +0.035156250000 +-0.038818359375 +0.000103473663 +0.259765625000 +0.075683593750 +-0.005371093750 +-0.032714843750 +-0.039306640625 +-0.078613281250 +-0.051269531250 +0.108886718750 +0.127929687500 +0.046875000000 +0.082031250000 +-0.098144531250 +-0.038330078125 +0.072265625000 +0.047363281250 +0.020751953125 +0.032226562500 +-0.065429687500 +0.211914062500 +0.092285156250 +-0.073730468750 +-0.087890625000 +0.017944335938 +-0.198242187500 +0.112304687500 +0.082519531250 +-0.050537109375 +-0.134765625000 +-0.116210937500 +0.177734375000 +0.167968750000 +0.066406250000 +0.249023437500 +0.035644531250 +-0.308593750000 +0.088378906250 +0.135742187500 +0.049316406250 +-0.019409179688 +0.353515625000 +0.075683593750 +0.018798828125 +-0.125000000000 +0.047851562500 +-0.029663085938 +0.129882812500 +0.135742187500 +0.105468750000 +-0.088867187500 +-0.322265625000 +0.140625000000 +-0.008483886719 +-0.140625000000 +-0.025390625000 +-0.070312500000 +-0.084960937500 +-0.008605957031 +0.186523437500 +-0.047851562500 +-0.111328125000 +0.009887695312 +-0.011962890625 +-0.082031250000 +-0.007659912109 +0.233398437500 +0.005340576172 +-0.168945312500 +0.097656250000 +0.018310546875 +0.036376953125 +-0.091308593750 +-0.018310546875 +0.145507812500 +0.132812500000 +0.050292968750 +-0.032470703125 +0.138671875000 +0.029907226562 +-0.145507812500 +0.199218750000 +-0.098144531250 +0.011352539062 +-0.038330078125 +-0.009338378906 +-0.153320312500 +-0.146484375000 +-0.057861328125 +-0.135742187500 +-0.026611328125 +-0.019897460938 +0.017089843750 +-0.020507812500 +0.158203125000 +-0.084472656250 +0.052734375000 +-0.004119873047 +0.103027343750 +-0.041748046875 +0.018798828125 +-0.167968750000 +-0.092773437500 +0.015625000000 +0.488281250000 +0.014221191406 +-0.046630859375 +-0.198242187500 +0.104980468750 +0.050292968750 +-0.107910156250 +-0.244140625000 +0.019653320312 +-0.060546875000 +-0.106933593750 +-0.168945312500 +0.119140625000 +-0.218750000000 +0.001770019531 +-0.015869140625 +-0.119628906250 +-0.120605468750 +0.031982421875 +0.059570312500 +0.093750000000 +-0.056152343750 +-0.038085937500 +-0.009643554688 +-0.011352539062 +0.008728027344 +-0.016235351562 +-0.061523437500 +-0.086425781250 +-0.069824218750 +0.009399414062 +-0.116699218750 +0.061767578125 +-0.102050781250 +-0.164062500000 +0.029418945312 +-0.094238281250 +0.018920898438 +-0.002716064453 +0.029296875000 +-0.049560546875 +-0.155273437500 +0.032958984375 +0.001296997070 +-0.091308593750 +0.169921875000 +-0.039062500000 +-0.026000976562 +-0.039062500000 +0.032958984375 +-0.042480468750 +0.020874023438 +-0.008117675781 +0.218750000000 +0.206054687500 +-0.042480468750 +-0.090820312500 +-0.041259765625 +-0.259765625000 +0.052978515625 +0.110351562500 +-0.043212890625 +-0.095703125000 +0.211914062500 +0.079589843750 +0.052978515625 +0.172851562500 +-0.045654296875 +-0.132812500000 +-0.050292968750 +-0.200195312500 +-0.105957031250 +0.034667968750 +0.135742187500 +-0.029541015625 +0.002883911133 +-0.130859375000 +0.055908203125 +-0.089355468750 +-0.108398437500 +-0.207031250000 +-0.143554687500 +0.106445312500 +0.000808715820 +0.048828125000 +0.033447265625 +-0.019897460938 +0.010070800781 +-0.259765625000 +-0.222656250000 +0.051513671875 +-0.081054687500 +0.041259765625 +0.022827148438 +-0.056396484375 +0.107421875000 +-0.009155273438 +0.112304687500 +0.038330078125 +-0.193359375000 +0.014892578125 +0.115234375000 +-0.104980468750 +0.019409179688 +-0.071289062500 +-0.054199218750 +0.040039062500 +0.052246093750 +0.040039062500 +-0.076171875000 +-0.104492187500 +0.009765625000 +-0.021484375000 +-0.042236328125 +-0.027587890625 +0.010131835938 +-0.060058593750 +0.267578125000 +-0.118164062500 +-0.072753906250 +-0.028320312500 +0.083984375000 +-0.099121093750 +-0.021850585938 +-0.093261718750 +-0.114257812500 +0.241210937500 +-0.009094238281 +-0.062011718750 +0.136718750000 +0.002517700195 +-0.083984375000 +0.023193359375 +-0.075195312500 +-0.194335937500 +-0.137695312500 +-0.088867187500 +0.134765625000 +-0.033935546875 +0.161132812500 +-0.002075195312 +0.068359375000 +0.062255859375 +0.063476562500 +0.076171875000 +0.003631591797 +-0.120605468750 +-0.014465332031 +0.081054687500 +0.037353515625 +-0.140625000000 +-0.125976562500 +-0.028198242188 +0.041259765625 +0.009277343750 +0.113769531250 +-0.010009765625 +0.040283203125 +0.079101562500 +-0.085937500000 +0.062500000000 +-0.089843750000 +0.041015625000 +-0.020507812500 +0.025024414062 +-0.116699218750 +0.070800781250 +-0.051025390625 +0.015991210938 +-0.124023437500 +-0.050537109375 +0.043701171875 +0.096191406250 +-0.337890625000 +0.031127929688 +-0.021606445312 +0.062988281250 +-0.017456054688 +-0.010559082031 +-0.109863281250 +0.015197753906 +-0.064941406250 +0.025024414062 +-0.378906250000 +0.121093750000 +0.026245117188 +-0.034912109375 +0.037109375000 +0.048095703125 +-0.029907226562 +0.009765625000 +0.157226562500 +-0.129882812500 +-0.041748046875 +-0.066894531250 +-0.064941406250 +0.185546875000 +0.200195312500 +0.001815795898 +-0.078125000000 +0.023803710938 +-0.135742187500 +0.083007812500 +-0.028564453125 +0.026733398438 +-0.036865234375 +0.095703125000 +-0.049072265625 +0.018066406250 +0.051513671875 +0.052978515625 +0.028320312500 +-0.232421875000 +-0.023437500000 +-0.063964843750 +-0.043701171875 +-0.096191406250 +-0.034912109375 +0.104980468750 +-0.128906250000 +-0.000065803528 +0.178710937500 +0.061523437500 +-0.067871093750 +0.172851562500 +-0.039062500000 +0.012023925781 +-0.132812500000 +0.033447265625 +-0.099609375000 +0.153320312500 +0.000370025635 +-0.055908203125 +0.158203125000 +-0.133789062500 +-0.019165039062 +0.095703125000 +-0.010375976562 +0.029418945312 +0.072265625000 +-0.035400390625 +-0.110351562500 +-0.036376953125 +-0.207031250000 +0.147460937500 +-0.023681640625 +0.006469726562 +0.000705718994 +0.027954101562 +0.075683593750 +0.044433593750 +0.017089843750 +0.063476562500 +0.029541015625 +0.094238281250 +-0.043457031250 +-0.039794921875 +-0.129882812500 +0.167968750000 +0.242187500000 +0.053222656250 +-0.056152343750 +-0.147460937500 +-0.017822265625 +0.046142578125 +-0.248046875000 +0.076660156250 +-0.045898437500 +0.102539062500 +-0.132812500000 +-0.130859375000 +0.045654296875 +0.058105468750 +-0.135742187500 +0.058349609375 +-0.178710937500 +0.160156250000 +0.027832031250 +-0.198242187500 +0.061035156250 +0.220703125000 +0.040771484375 +0.073242187500 +-0.034179687500 +-0.031738281250 +-0.091796875000 +0.169921875000 +0.110839843750 +0.328125000000 +-0.145507812500 +0.061523437500 +0.164062500000 +-0.126953125000 +0.073730468750 +-0.033447265625 +0.008117675781 +0.057373046875 +0.021972656250 +-0.060302734375 +-0.018310546875 +0.234375000000 +-0.017578125000 +-0.003372192383 +-0.102050781250 +0.152343750000 +-0.053466796875 +-0.098144531250 +-0.061279296875 +0.118652343750 +-0.009948730469 +-0.002014160156 +0.078125000000 +-0.121582031250 +-0.011108398438 +-0.022094726562 +-0.070312500000 +0.171875000000 +0.094238281250 +0.168945312500 +0.007751464844 +-0.044433593750 +-0.205078125000 +-0.148437500000 +0.057861328125 +-0.000488281250 +-0.045654296875 +-0.184570312500 +0.053710937500 +-0.081054687500 +-0.002899169922 +-0.041992187500 +-0.053955078125 +-0.197265625000 +0.128906250000 +0.151367187500 +-0.032470703125 +0.069824218750 +0.070312500000 +-0.199218750000 +0.074707031250 +-0.056152343750 +0.045898437500 +0.054687500000 +-0.000694274902 +-0.010070800781 +-0.019287109375 +-0.263671875000 +0.027343750000 +-0.062011718750 +0.208007812500 +0.110839843750 +-0.055664062500 +0.036132812500 +-0.080078125000 +0.120117187500 +0.092285156250 +0.108398437500 +0.010192871094 +-0.015991210938 +0.109863281250 +0.000020861626 +0.039306640625 +0.085937500000 +-0.009033203125 +0.085937500000 +0.067382812500 +-0.153320312500 +0.157226562500 +-0.035156250000 +0.002777099609 +-0.185546875000 +0.071777343750 +0.018432617188 +-0.020751953125 +-0.009704589844 +-0.165039062500 +-0.149414062500 +0.038330078125 +-0.100097656250 +-0.032226562500 +0.107910156250 +-0.355468750000 +0.010986328125 +-0.034423828125 +0.102050781250 +0.090332031250 +-0.125976562500 +0.013000488281 +-0.129882812500 +-0.181640625000 +-0.246093750000 +-0.010742187500 +0.089843750000 +0.024902343750 +0.129882812500 +0.087402343750 +0.172851562500 +0.078125000000 +-0.126953125000 +0.116210937500 +0.017333984375 +0.168945312500 +-0.057861328125 +0.000514984131 +0.072753906250 +-0.073730468750 +-0.116210937500 +-0.088378906250 +0.040527343750 +0.096679687500 +-0.231445312500 +-0.125976562500 +-0.071289062500 +0.104003906250 +-0.104980468750 +0.044433593750 +0.099609375000 +0.014038085938 +-0.009765625000 +-0.020385742188 +0.169921875000 +0.007537841797 +-0.219726562500 +-0.090820312500 +-0.027832031250 +-0.039550781250 +-0.186523437500 +0.046386718750 +0.072265625000 +0.061035156250 +-0.032958984375 +0.166015625000 +0.016357421875 +0.010314941406 +0.039306640625 +-0.072265625000 +0.179687500000 +-0.055419921875 +-0.233398437500 +0.019531250000 +0.174804687500 +-0.022094726562 +0.078125000000 +-0.136718750000 +0.263671875000 +-0.066406250000 +-0.022827148438 +0.022705078125 +0.022216796875 +0.112304687500 +-0.279296875000 +-0.046386718750 +-0.055419921875 +-0.004333496094 +0.086425781250 +0.163085937500 +0.019653320312 +0.199218750000 +-0.071289062500 +-0.020019531250 +-0.061767578125 +-0.117675781250 +-0.010131835938 +0.122070312500 +-0.039550781250 +-0.107910156250 +-0.008911132812 +-0.011657714844 +-0.057861328125 +0.024902343750 +0.059814453125 +0.012084960938 +-0.004180908203 +-0.221679687500 +0.175781250000 +0.179687500000 +-0.217773437500 +0.152343750000 +0.097167968750 +0.027221679688 +0.075195312500 +-0.117675781250 +0.079101562500 +-0.075683593750 +0.033691406250 +0.091796875000 +-0.064453125000 +-0.052246093750 +-0.078613281250 +-0.042724609375 +-0.063964843750 +-0.034423828125 +0.073730468750 +0.074218750000 +0.166992187500 +0.104980468750 +-0.089355468750 +-0.129882812500 +-0.024658203125 +0.144531250000 +-0.133789062500 +0.120605468750 +0.173828125000 +-0.010131835938 +-0.049316406250 +0.051025390625 +0.201171875000 +-0.106445312500 +-0.014038085938 +0.013183593750 +-0.118652343750 +0.027709960938 +0.009460449219 +-0.060302734375 +-0.119628906250 +-0.002334594727 +0.001922607422 +0.060546875000 +0.042724609375 +0.045410156250 +-0.253906250000 +-0.053466796875 +-0.047851562500 +0.184570312500 +0.036865234375 +0.004760742188 +0.114746093750 +0.083496093750 +-0.200195312500 +-0.120117187500 +0.023071289062 +-0.050048828125 +0.014892578125 +-0.019042968750 +0.015380859375 +0.109375000000 +-0.011901855469 +-0.005371093750 +0.175781250000 +0.011291503906 +-0.024536132812 +-0.030883789062 +0.170898437500 +-0.026611328125 +-0.162109375000 +-0.040771484375 +0.042480468750 +0.037109375000 +0.070800781250 +-0.076171875000 +0.136718750000 +0.109863281250 +-0.156250000000 +0.008850097656 +-0.094726562500 +-0.045654296875 +-0.076660156250 +-0.096679687500 +-0.161132812500 +-0.109375000000 +-0.062011718750 +0.065429687500 +-0.096679687500 +-0.110839843750 +-0.199218750000 +-0.006072998047 +0.042480468750 +-0.134765625000 +0.006927490234 +-0.055175781250 +-0.030517578125 +-0.157226562500 +0.069335937500 +0.049804687500 +-0.062255859375 +-0.080566406250 +0.098144531250 +0.141601562500 +0.024169921875 +0.035888671875 +-0.066894531250 +0.005432128906 +-0.052734375000 +-0.019897460938 +-0.000200271606 +-0.116699218750 +-0.062988281250 +0.024536132812 +-0.035156250000 +-0.062988281250 +-0.059326171875 +0.108886718750 +0.008972167969 +-0.060302734375 +0.040039062500 +-0.099609375000 +-0.044433593750 +0.033203125000 +0.026977539062 +-0.130859375000 +-0.029907226562 +0.010986328125 +-0.053955078125 +0.106445312500 +-0.043701171875 +-0.157226562500 +0.034179687500 +-0.086914062500 +-0.054931640625 +0.028320312500 +0.025146484375 +-0.085449218750 +0.035400390625 +0.143554687500 +0.296875000000 +0.145507812500 +-0.059570312500 +-0.175781250000 +0.013793945312 +0.027832031250 +0.117675781250 +0.057861328125 +-0.152343750000 +-0.083007812500 +-0.006042480469 +0.144531250000 +-0.083984375000 +0.065429687500 +0.100585937500 +0.052734375000 +0.045166015625 +0.047119140625 +-0.024414062500 +-0.102050781250 +0.109863281250 +-0.076660156250 +0.200195312500 +0.053710937500 +0.007202148438 +0.071777343750 +0.067871093750 +-0.114746093750 +-0.111816406250 +-0.105468750000 +0.200195312500 +0.011962890625 +0.033447265625 +-0.251953125000 +0.016479492188 +0.000823974609 +-0.194335937500 +0.062255859375 +-0.020263671875 +-0.058593750000 +0.123046875000 +0.077636718750 +0.026245117188 +-0.039306640625 +-0.229492187500 +0.015197753906 +0.057373046875 +0.093261718750 +0.077636718750 +-0.039794921875 +0.097656250000 +0.005218505859 +-0.124511718750 +-0.053466796875 +0.127929687500 +-0.019531250000 +-0.020019531250 +-0.090332031250 +-0.023071289062 +0.103515625000 +-0.138671875000 +0.057128906250 +0.079101562500 +0.103027343750 +-0.024780273438 +-0.101562500000 +0.092773437500 +-0.046875000000 +-0.001617431641 +-0.151367187500 +0.112304687500 +0.053955078125 +0.090332031250 +-0.053466796875 +0.079101562500 +-0.016113281250 +0.078613281250 +0.005401611328 +-0.022827148438 +-0.047851562500 +-0.023803710938 +0.088378906250 +-0.162109375000 +0.031738281250 +-0.171875000000 +-0.065429687500 +-0.053466796875 +0.120605468750 +0.152343750000 +-0.060058593750 +0.212890625000 +0.017578125000 +0.130859375000 +-0.039062500000 +0.007629394531 +-0.028808593750 +0.158203125000 +-0.062500000000 +0.029541015625 +0.071777343750 +-0.056884765625 +0.125000000000 +-0.125976562500 +0.005737304688 +0.048828125000 +-0.022216796875 +0.097656250000 +-0.022460937500 +0.021362304688 +0.060302734375 +-0.251953125000 +-0.045898437500 +0.176757812500 +-0.115722656250 +0.201171875000 +-0.066894531250 +0.015380859375 +0.049804687500 +0.069335937500 +0.054199218750 +0.081542968750 +0.046875000000 +0.061035156250 +0.056640625000 +0.118652343750 +-0.074218750000 +-0.123535156250 +0.189453125000 +-0.065917968750 +0.015380859375 +-0.102539062500 +-0.032714843750 +0.010559082031 +0.065429687500 +-0.083496093750 +-0.103027343750 +0.164062500000 +-0.096679687500 +0.110839843750 +-0.122070312500 +-0.159179687500 +-0.039062500000 +-0.058837890625 +-0.019531250000 +0.090332031250 +-0.235351562500 +0.059570312500 +0.026733398438 +-0.146484375000 +0.180664062500 +-0.187500000000 +0.149414062500 +0.067382812500 +-0.053466796875 +-0.074707031250 +-0.045166015625 +0.015869140625 +-0.028686523438 +-0.036865234375 +-0.202148437500 +-0.111328125000 +0.107421875000 +0.073242187500 +-0.047607421875 +0.073242187500 +-0.040771484375 +0.208984375000 +-0.004058837891 +0.085937500000 +-0.051025390625 +-0.023803710938 +-0.130859375000 +-0.080566406250 +-0.209960937500 +-0.000113487244 +0.165039062500 +0.127929687500 +-0.094726562500 +0.009033203125 +-0.052490234375 +0.017822265625 +0.006469726562 +0.011169433594 +-0.019165039062 +-0.101074218750 +0.047851562500 +-0.031494140625 +0.059814453125 +0.199218750000 +0.062500000000 +0.006835937500 +0.069824218750 +-0.044921875000 +0.115722656250 +-0.091308593750 +-0.174804687500 +-0.145507812500 +0.090332031250 +-0.094726562500 +-0.125000000000 +-0.027221679688 +-0.063476562500 +-0.023559570312 +0.094238281250 +0.109863281250 +0.012145996094 +0.039550781250 +-0.145507812500 +0.069824218750 +0.004882812500 +-0.024291992188 +0.050781250000 +0.047607421875 +0.120117187500 +-0.097167968750 +0.197265625000 +0.161132812500 +-0.030517578125 +-0.001350402832 +-0.073242187500 +-0.022583007812 +-0.006286621094 +-0.068847656250 +0.171875000000 +-0.110351562500 +-0.088867187500 +0.028198242188 +0.094238281250 +-0.041748046875 +0.049072265625 +-0.147460937500 +-0.065429687500 +-0.065917968750 +0.193359375000 +0.151367187500 +0.066406250000 +0.058837890625 +-0.083007812500 +-0.073730468750 +0.106445312500 +0.066406250000 +-0.012695312500 +-0.141601562500 +0.000694274902 +0.022949218750 +0.044433593750 +-0.104492187500 +0.028564453125 +-0.061035156250 +0.011108398438 +-0.079101562500 +-0.144531250000 +0.012573242188 +-0.012084960938 +-0.093750000000 +-0.171875000000 +-0.034912109375 +0.154296875000 +0.046630859375 +-0.036132812500 +0.111816406250 +-0.094238281250 +-0.080078125000 +0.164062500000 +0.048583984375 +0.144531250000 +0.144531250000 +-0.070312500000 +-0.003677368164 +0.289062500000 +0.108398437500 +-0.111328125000 +-0.109375000000 +-0.177734375000 +-0.136718750000 +-0.316406250000 +0.008972167969 +-0.019531250000 +0.071289062500 +-0.021240234375 +-0.187500000000 +0.002914428711 +-0.116699218750 +-0.010925292969 +0.030883789062 +0.103515625000 +0.231445312500 +0.025146484375 +-0.232421875000 +0.057128906250 +-0.110839843750 +0.063964843750 +0.312500000000 +-0.114257812500 +-0.086425781250 +-0.221679687500 +-0.103515625000 +0.067382812500 +-0.143554687500 +0.049316406250 +0.039794921875 +0.244140625000 +-0.057617187500 +-0.061523437500 +-0.054443359375 +-0.008666992188 +-0.069335937500 +-0.019897460938 +-0.005401611328 +-0.043701171875 +0.041015625000 +-0.050537109375 +-0.155273437500 +-0.020263671875 +0.060546875000 +-0.133789062500 +0.188476562500 +0.004608154297 +0.036376953125 +0.075195312500 +-0.013916015625 +0.076171875000 +-0.068359375000 +0.029296875000 +-0.080078125000 +0.000690460205 +0.168945312500 +-0.039062500000 +0.092285156250 +0.119628906250 +0.073242187500 +0.096679687500 +-0.166015625000 +-0.150390625000 +-0.009948730469 +-0.021728515625 +0.068359375000 +0.056396484375 +0.051269531250 +-0.347656250000 +0.044921875000 +0.047607421875 +0.010498046875 +-0.324218750000 +-0.202148437500 +-0.067382812500 +0.049804687500 +0.049316406250 +-0.126953125000 +-0.005035400391 +-0.097656250000 +0.106445312500 +-0.037841796875 +0.135742187500 +0.082031250000 +0.092285156250 +-0.106445312500 +-0.071289062500 +0.022094726562 +-0.004302978516 +0.101562500000 +0.006652832031 +0.050048828125 +-0.100585937500 +0.131835937500 +-0.187500000000 +0.086914062500 +-0.009155273438 +-0.012145996094 +-0.057373046875 +0.043945312500 +0.165039062500 +0.011413574219 +-0.029785156250 +0.024414062500 +-0.219726562500 +0.031250000000 +0.165039062500 +0.050292968750 +0.015625000000 +-0.243164062500 +-0.054931640625 +-0.001655578613 +-0.044189453125 +-0.081054687500 +0.069335937500 +-0.049560546875 +0.004180908203 +0.034667968750 +-0.143554687500 +-0.036621093750 +0.127929687500 +0.062255859375 +-0.110839843750 +0.196289062500 +0.281250000000 +0.074707031250 +-0.128906250000 +0.208007812500 +-0.012329101562 +-0.052734375000 +0.083984375000 +0.242187500000 +-0.127929687500 +-0.080566406250 +0.051757812500 +0.128906250000 +-0.134765625000 +0.045654296875 +0.052246093750 +0.123046875000 +0.109375000000 +-0.079101562500 +0.035644531250 +0.160156250000 +0.102539062500 +-0.064453125000 +-0.069335937500 +-0.102539062500 +-0.124023437500 +-0.162109375000 +0.033691406250 +-0.004180908203 +0.035156250000 +0.229492187500 +-0.056396484375 +-0.218750000000 +-0.127929687500 +-0.187500000000 +-0.101562500000 +-0.096679687500 +-0.033447265625 +0.365234375000 +-0.044189453125 +-0.102539062500 +-0.087890625000 +0.039306640625 +0.001228332520 +0.095214843750 +-0.040527343750 +-0.042968750000 +0.157226562500 +0.053710937500 +-0.027954101562 +0.136718750000 +-0.080078125000 +-0.048095703125 +-0.064941406250 +-0.033447265625 +-0.104492187500 +0.170898437500 +0.083984375000 +-0.050781250000 +0.029907226562 +-0.022460937500 +-0.106933593750 +-0.126953125000 +0.071777343750 +-0.137695312500 +-0.045898437500 +0.074218750000 +0.060791015625 +-0.048095703125 +-0.083984375000 +-0.053710937500 +0.038818359375 +0.114746093750 +-0.204101562500 +0.155273437500 +-0.229492187500 +-0.263671875000 +0.005584716797 +0.047607421875 +-0.061523437500 +0.027099609375 +0.147460937500 +0.172851562500 +0.051513671875 +-0.010803222656 +0.089355468750 +0.048095703125 +0.035156250000 +-0.111328125000 +-0.063476562500 +0.132812500000 +-0.037597656250 +-0.088867187500 +0.086914062500 +-0.089843750000 +-0.012756347656 +-0.127929687500 +-0.053955078125 +0.013183593750 +-0.043701171875 +-0.104003906250 +0.100097656250 +0.120117187500 +-0.070312500000 +0.147460937500 +-0.071777343750 +-0.150390625000 +-0.162109375000 +0.006835937500 +-0.056396484375 +-0.009399414062 +0.060302734375 +-0.051025390625 +-0.031738281250 +0.006591796875 +-0.108398437500 +0.136718750000 +-0.069824218750 +-0.183593750000 +0.129882812500 +0.129882812500 +0.064453125000 +-0.065917968750 +-0.047363281250 +0.056396484375 +-0.000074386597 +-0.072753906250 +-0.061279296875 +-0.037109375000 +-0.075195312500 +-0.122070312500 +0.023925781250 +0.022338867188 +-0.002105712891 +-0.130859375000 +-0.171875000000 +0.054687500000 +-0.125000000000 +0.089843750000 +-0.021362304688 +0.053710937500 +-0.025512695312 +0.096191406250 +-0.050292968750 +0.032714843750 +-0.068359375000 +0.066406250000 +-0.026489257812 +-0.020141601562 +-0.005126953125 +0.056152343750 +0.109375000000 +0.138671875000 +-0.025024414062 +0.096679687500 +0.085937500000 +-0.045654296875 +0.037841796875 +0.012573242188 +-0.022094726562 +-0.273437500000 +0.017822265625 +0.074218750000 +0.074218750000 +0.112792968750 +0.051025390625 +0.114746093750 +0.086425781250 +0.050537109375 +-0.022094726562 +-0.220703125000 +-0.064453125000 +0.105957031250 +0.067382812500 +0.015625000000 +0.031127929688 +-0.087890625000 +-0.009277343750 +-0.010009765625 +0.109863281250 +0.104980468750 +0.047363281250 +0.233398437500 +-0.072265625000 +-0.084960937500 +0.055664062500 +-0.128906250000 +-0.053466796875 +-0.117187500000 +0.104492187500 +0.047363281250 +-0.099609375000 +0.016235351562 +-0.046142578125 +-0.011535644531 +0.120117187500 +-0.052246093750 +0.023681640625 +-0.124023437500 +0.166992187500 +0.022583007812 +-0.341796875000 +-0.160156250000 +-0.038330078125 +-0.043945312500 +0.019653320312 +-0.115234375000 +0.034179687500 +0.001556396484 +0.113769531250 +0.033203125000 +-0.007049560547 +-0.044921875000 +-0.001243591309 +0.083496093750 +0.060791015625 +0.046142578125 +0.085449218750 +0.167968750000 +0.020141601562 +-0.039794921875 +0.029174804688 +-0.085937500000 +-0.121093750000 +-0.012268066406 +-0.051025390625 +0.063476562500 +0.144531250000 +-0.004302978516 +0.068359375000 +0.070800781250 +0.164062500000 +0.124511718750 +0.046386718750 +-0.125976562500 +-0.015991210938 +0.090332031250 +-0.191406250000 +-0.036621093750 +-0.025878906250 +-0.039062500000 +0.052490234375 +-0.067382812500 +0.131835937500 +-0.233398437500 +0.003906250000 +0.013183593750 +-0.134765625000 +-0.062988281250 +-0.273437500000 +-0.058593750000 +-0.078613281250 +0.113281250000 +0.103027343750 +-0.031005859375 +-0.019165039062 +0.096191406250 +-0.010375976562 +-0.009094238281 +0.122558593750 +0.060302734375 +0.014038085938 +-0.089843750000 +-0.136718750000 +0.269531250000 +0.046875000000 +0.129882812500 +0.081054687500 +-0.102539062500 +0.127929687500 +-0.185546875000 +0.126953125000 +0.071289062500 +0.116210937500 +0.034179687500 +-0.008483886719 +0.098144531250 +0.019653320312 +-0.040527343750 +0.005767822266 +0.046630859375 +0.036621093750 +-0.075195312500 +0.119628906250 +-0.084472656250 +-0.148437500000 +0.084472656250 +-0.083007812500 +0.055419921875 +0.030029296875 +0.072753906250 +0.034423828125 +0.167968750000 +-0.010437011719 +-0.137695312500 +-0.113769531250 +0.144531250000 +0.013916015625 +0.177734375000 +0.030273437500 +0.061279296875 +0.038574218750 +0.118164062500 +-0.059326171875 +-0.043457031250 +-0.026489257812 +0.125000000000 +-0.139648437500 +-0.168945312500 +-0.067871093750 +0.004028320312 +-0.131835937500 +0.012329101562 +-0.000633239746 +0.056884765625 +-0.038330078125 +0.125976562500 +-0.017211914062 +0.123535156250 +0.074707031250 +-0.165039062500 +-0.043457031250 +0.050781250000 +0.008666992188 +-0.173828125000 +0.035400390625 +-0.002716064453 +0.246093750000 +0.020751953125 +0.007598876953 +0.000214576721 +0.053466796875 +-0.218750000000 +0.217773437500 +0.248046875000 +0.025024414062 +-0.031005859375 +-0.200195312500 +0.125000000000 +0.150390625000 +0.112304687500 +0.002960205078 +-0.103515625000 +-0.047607421875 +0.022216796875 +0.116210937500 +0.150390625000 +-0.047119140625 +0.035888671875 +-0.164062500000 +0.108398437500 +0.230468750000 +-0.044921875000 +-0.080566406250 +-0.026611328125 +0.078125000000 +-0.017700195312 +0.157226562500 +0.093261718750 +0.052978515625 +0.057128906250 +-0.269531250000 +-0.050781250000 +-0.033447265625 +0.005157470703 +-0.081542968750 +0.043945312500 +-0.112304687500 +-0.056884765625 +-0.023803710938 +0.065917968750 +0.053466796875 +0.129882812500 +-0.008544921875 +0.052490234375 +-0.007781982422 +0.047363281250 +-0.029052734375 +0.134765625000 +-0.080078125000 +0.019775390625 +-0.088867187500 +-0.033935546875 +-0.074707031250 +-0.094726562500 +0.046875000000 +-0.116699218750 +-0.006042480469 +-0.037597656250 +0.062255859375 +-0.014587402344 +-0.134765625000 +-0.038330078125 +0.077148437500 +0.068847656250 +-0.102539062500 +-0.150390625000 +-0.038330078125 +-0.125976562500 +-0.034667968750 +0.024291992188 +0.033447265625 +0.083496093750 +0.167968750000 +0.131835937500 +0.190429687500 +-0.055175781250 +0.010864257812 +0.007720947266 +0.145507812500 +-0.077636718750 +-0.039794921875 +-0.190429687500 +-0.053222656250 +0.001396179199 +0.010742187500 +0.039062500000 +-0.045898437500 +-0.079101562500 +-0.051757812500 +0.063964843750 +0.006378173828 +-0.047607421875 +-0.025756835938 +-0.084960937500 +-0.127929687500 +-0.004852294922 +-0.038085937500 +-0.112792968750 +-0.112304687500 +0.056884765625 +0.102539062500 +-0.165039062500 +0.012268066406 +0.001007080078 +-0.061279296875 +0.029785156250 +-0.022705078125 +-0.010864257812 +0.083007812500 +-0.031494140625 +0.092285156250 +0.056396484375 +-0.086914062500 +0.114257812500 +0.049560546875 +0.109375000000 +0.056640625000 +0.038330078125 +-0.015075683594 +0.002044677734 +0.016113281250 +-0.088867187500 +-0.040039062500 +-0.017089843750 +0.006805419922 +-0.063964843750 +0.038818359375 +-0.157226562500 +0.070800781250 +0.073730468750 +-0.150390625000 +0.123046875000 +0.109863281250 +0.022094726562 +-0.211914062500 +0.018554687500 +0.045166015625 +-0.143554687500 +-0.008666992188 +0.016357421875 +-0.048339843750 +-0.049804687500 +-0.040039062500 +-0.103515625000 +0.049316406250 +-0.019897460938 +0.026367187500 +0.002929687500 +-0.096191406250 +-0.110351562500 +0.054443359375 +-0.145507812500 +-0.069824218750 +-0.005676269531 +-0.004943847656 +-0.110839843750 +-0.057617187500 +-0.116210937500 +-0.042236328125 +0.057373046875 +-0.149414062500 +-0.140625000000 +-0.052978515625 +-0.150390625000 +0.076660156250 +-0.082519531250 +0.056152343750 +0.053955078125 +-0.085449218750 +-0.175781250000 +0.050048828125 +-0.063476562500 +-0.097167968750 +-0.057373046875 +0.005035400391 +-0.043212890625 +0.068847656250 +-0.190429687500 +-0.175781250000 +-0.108398437500 +0.104003906250 +0.044433593750 +-0.225585937500 +-0.043457031250 +0.151367187500 +-0.016357421875 +0.008056640625 +-0.149414062500 +-0.000142097473 +-0.050537109375 +0.210937500000 +-0.138671875000 +0.068847656250 +-0.114746093750 +0.055419921875 +0.024169921875 +-0.022338867188 +-0.322265625000 +-0.015258789062 +0.093261718750 +-0.146484375000 +-0.062988281250 +-0.012573242188 +0.204101562500 +0.111816406250 +0.076660156250 +0.160156250000 +0.004699707031 +0.077148437500 +-0.139648437500 +0.166992187500 +0.146484375000 +-0.103515625000 +0.004577636719 +-0.046142578125 +0.182617187500 +-0.066894531250 +0.081054687500 +-0.048828125000 +0.191406250000 +-0.041015625000 +-0.017944335938 +-0.109863281250 +0.004333496094 +0.005249023438 +-0.132812500000 +-0.141601562500 +-0.170898437500 +0.022460937500 +0.118652343750 +-0.014587402344 +0.010925292969 +-0.163085937500 +0.251953125000 +0.171875000000 +0.023559570312 +-0.139648437500 +-0.107910156250 +0.087890625000 +0.045654296875 +-0.192382812500 +-0.095703125000 +0.040283203125 +0.126953125000 +0.027343750000 +0.171875000000 +0.023193359375 +0.013366699219 +0.112304687500 +-0.127929687500 +0.196289062500 +0.061035156250 +-0.214843750000 +-0.067382812500 +-0.113281250000 +-0.200195312500 +-0.098144531250 +-0.125976562500 +-0.028442382812 +-0.087402343750 +0.017578125000 +-0.071777343750 +0.103515625000 +0.138671875000 +0.016235351562 +-0.043457031250 +-0.159179687500 +-0.193359375000 +0.065429687500 +-0.162109375000 +-0.100097656250 +0.052001953125 +0.115722656250 +0.007293701172 +0.035400390625 +-0.012634277344 +0.114746093750 +-0.156250000000 +-0.071777343750 +-0.082031250000 +-0.148437500000 +-0.105957031250 +0.271484375000 +0.147460937500 +0.102539062500 +-0.031127929688 +-0.051757812500 +-0.016601562500 +0.067382812500 +0.016357421875 +-0.136718750000 +-0.009765625000 +-0.025390625000 +0.073242187500 +0.016479492188 +0.158203125000 +0.118164062500 +0.070800781250 +-0.178710937500 +-0.155273437500 +-0.091796875000 +-0.008483886719 +-0.083007812500 +0.107421875000 +-0.081542968750 +0.067871093750 +0.005950927734 +0.023925781250 +-0.076660156250 +-0.130859375000 +-0.164062500000 +-0.166992187500 +0.237304687500 +-0.302734375000 +0.103027343750 +-0.023681640625 +0.142578125000 +0.039062500000 +0.047607421875 +0.070800781250 +-0.095214843750 +0.019042968750 +-0.281250000000 +-0.055419921875 +-0.106933593750 +-0.020507812500 +0.066406250000 +0.052490234375 +-0.009094238281 +0.064453125000 +-0.042724609375 +-0.121093750000 +-0.134765625000 +-0.013244628906 +-0.063964843750 +0.013488769531 +0.038574218750 +0.240234375000 +-0.070800781250 +0.030761718750 +0.043701171875 +0.094726562500 +0.196289062500 +0.174804687500 +-0.003112792969 +0.143554687500 +-0.165039062500 +0.176757812500 +-0.076660156250 +-0.030517578125 +0.061523437500 +-0.089355468750 +-0.062988281250 +-0.093750000000 +0.154296875000 +-0.014282226562 +-0.068847656250 +0.122558593750 +-0.037841796875 +0.124511718750 +-0.057861328125 +-0.065917968750 +-0.117187500000 +0.174804687500 +0.028442382812 +0.019775390625 +-0.223632812500 +0.176757812500 +-0.064453125000 +0.126953125000 +-0.107910156250 +-0.020996093750 +0.026123046875 +0.253906250000 +0.034667968750 +0.069335937500 +0.228515625000 +-0.054931640625 +-0.057373046875 +-0.009521484375 +0.240234375000 +-0.063476562500 +-0.066894531250 +0.043457031250 +0.103515625000 +0.115722656250 +-0.107421875000 +-0.002563476562 +-0.138671875000 +-0.006225585938 +0.087402343750 +0.033203125000 +-0.153320312500 +-0.108398437500 +-0.039062500000 +-0.208007812500 +-0.011535644531 +-0.005279541016 +-0.202148437500 +0.002716064453 +0.091308593750 +0.003936767578 +0.058837890625 +0.094238281250 +-0.163085937500 +-0.006896972656 +-0.055175781250 +-0.108398437500 +0.232421875000 +0.200195312500 +0.004669189453 +-0.011474609375 +0.015014648438 +0.109863281250 +-0.093750000000 +0.027832031250 +-0.054199218750 +0.005676269531 +-0.102050781250 +-0.090820312500 +-0.095214843750 +-0.102539062500 +-0.053710937500 +0.092285156250 +0.012573242188 +-0.003860473633 +0.047607421875 +-0.010620117188 +-0.052734375000 +-0.011108398438 +0.030151367188 +0.089355468750 +-0.104980468750 +-0.028442382812 +-0.042480468750 +-0.027465820312 +0.044677734375 +0.038330078125 +-0.166015625000 +0.062255859375 +0.134765625000 +0.098632812500 +-0.091796875000 +-0.007537841797 +-0.068847656250 +-0.041015625000 +-0.011535644531 +-0.150390625000 +-0.052978515625 +-0.172851562500 +-0.083496093750 +-0.165039062500 +-0.061767578125 +-0.109375000000 +-0.058349609375 +-0.121093750000 +-0.102050781250 +0.062988281250 +0.025146484375 +-0.000976562500 +-0.111328125000 +0.122558593750 +0.107910156250 +0.117675781250 +-0.017211914062 +0.071289062500 +0.018188476562 +-0.032226562500 +0.015625000000 +-0.070312500000 +0.289062500000 +0.064941406250 +-0.085449218750 +0.105957031250 +0.050537109375 +-0.036376953125 +-0.036132812500 +-0.125976562500 +-0.027465820312 +-0.176757812500 +-0.001792907715 +-0.123535156250 +-0.194335937500 +0.000029444695 +0.054199218750 +-0.008178710938 +-0.054931640625 +0.016479492188 +0.085937500000 +-0.077148437500 +-0.060302734375 +-0.012695312500 +0.028442382812 +-0.090820312500 +0.087402343750 +0.086914062500 +0.064453125000 +0.036865234375 +-0.094238281250 +-0.078125000000 +0.163085937500 +-0.092773437500 +0.091796875000 +0.037597656250 +-0.066406250000 +0.212890625000 +0.177734375000 +-0.066894531250 +0.059570312500 +0.090820312500 +0.128906250000 +-0.326171875000 +0.021362304688 +-0.015136718750 +-0.149414062500 +-0.009765625000 +0.076171875000 +-0.004150390625 +0.154296875000 +0.076171875000 +0.029418945312 +-0.064941406250 +-0.037597656250 +-0.099609375000 +-0.029174804688 +0.051025390625 +0.145507812500 +-0.034667968750 +-0.101562500000 +-0.102050781250 +0.023071289062 +0.054687500000 +0.146484375000 +-0.003295898438 +-0.166992187500 +0.000942230225 +0.134765625000 +-0.003662109375 +-0.177734375000 +0.067382812500 +-0.020141601562 +-0.008728027344 +-0.225585937500 +-0.094726562500 +0.018676757812 +0.119628906250 +-0.132812500000 +-0.071777343750 +-0.203125000000 +0.232421875000 +0.146484375000 +0.140625000000 +-0.208984375000 +0.229492187500 +0.008300781250 +-0.000846862793 +-0.010620117188 +-0.015869140625 +-0.085449218750 +0.052734375000 +0.026977539062 +-0.044189453125 +0.068847656250 +0.070312500000 +-0.115722656250 +-0.042968750000 +0.073242187500 +0.024169921875 +-0.124023437500 +0.046142578125 +0.015869140625 +0.114257812500 +-0.050048828125 +-0.126953125000 +0.221679687500 +0.034667968750 +-0.002273559570 +0.061035156250 +-0.171875000000 +-0.001922607422 +0.021484375000 +0.040039062500 +-0.013305664062 +-0.026245117188 +0.022705078125 +-0.189453125000 +-0.085937500000 +-0.049804687500 +0.046875000000 +0.163085937500 +-0.072753906250 +0.002609252930 +-0.079101562500 +0.174804687500 +-0.123535156250 +-0.177734375000 +-0.009521484375 +-0.055664062500 +-0.049560546875 +-0.086914062500 +-0.086914062500 +-0.139648437500 +-0.062988281250 +-0.082031250000 +-0.070800781250 +-0.003860473633 +-0.119628906250 +0.125000000000 +-0.065917968750 +-0.100585937500 +0.029541015625 +0.060546875000 +0.136718750000 +0.000214576721 +0.105957031250 +0.153320312500 +0.015991210938 +-0.125976562500 +-0.066406250000 +0.202148437500 +-0.185546875000 +0.003845214844 +0.004791259766 +-0.098144531250 +-0.067382812500 +0.032958984375 +0.039550781250 +-0.082519531250 +0.088867187500 +-0.047119140625 +-0.018066406250 +-0.055908203125 +-0.055908203125 +-0.170898437500 +-0.025512695312 +0.031250000000 +0.097656250000 +-0.039794921875 +0.104980468750 +-0.001564025879 +0.021972656250 +0.109375000000 +-0.026733398438 +0.012512207031 +-0.098632812500 +0.099609375000 +-0.181640625000 +-0.146484375000 +-0.070800781250 +-0.030395507812 +-0.036621093750 +0.098144531250 +-0.007690429688 +-0.041015625000 +0.147460937500 +-0.128906250000 +-0.128906250000 +0.068359375000 +0.037841796875 +0.019531250000 +0.139648437500 +-0.086914062500 +0.083007812500 +-0.023437500000 +0.070800781250 +-0.006896972656 +0.164062500000 +0.001060485840 +-0.045898437500 +0.065917968750 +0.049560546875 +0.068359375000 +0.009765625000 +0.051025390625 +-0.333984375000 +0.049560546875 +0.134765625000 +0.038818359375 +-0.173828125000 +0.236328125000 +-0.021606445312 +0.007354736328 +-0.091796875000 +-0.116699218750 +-0.063476562500 +0.083496093750 +0.118164062500 +0.104980468750 +-0.036376953125 +-0.005920410156 +0.045166015625 +-0.141601562500 +0.066406250000 +0.018432617188 +-0.071289062500 +0.059326171875 +-0.064453125000 +0.201171875000 +0.034912109375 +-0.056152343750 +0.137695312500 +-0.073242187500 +0.098632812500 +0.005065917969 +0.040039062500 +0.062988281250 +0.085937500000 +0.013061523438 +0.028686523438 +0.109863281250 +-0.072265625000 +-0.068359375000 +0.067871093750 +0.056396484375 +0.011535644531 +-0.214843750000 +-0.000606536865 +0.067871093750 +0.014831542969 +-0.166992187500 +0.160156250000 +0.073242187500 +0.017456054688 +0.020874023438 +0.092285156250 +-0.066894531250 +0.267578125000 +0.119140625000 +-0.027954101562 +0.117187500000 +-0.082519531250 +-0.017944335938 +0.050781250000 +0.067382812500 +0.032470703125 +-0.028442382812 +-0.025024414062 +-0.054443359375 +-0.110839843750 +0.079589843750 +0.031982421875 +0.170898437500 +-0.085937500000 +0.018798828125 +0.175781250000 +0.159179687500 +-0.197265625000 +0.042724609375 +-0.029907226562 +0.167968750000 +0.133789062500 +-0.063964843750 +0.079589843750 +0.158203125000 +0.141601562500 +0.016967773438 +-0.086914062500 +0.081542968750 +-0.020629882812 +-0.024291992188 +0.096191406250 +0.069335937500 +-0.054687500000 +0.079589843750 +-0.032226562500 +0.001342773438 +-0.079101562500 +-0.033203125000 +-0.025268554688 +0.015869140625 +-0.029174804688 +0.043701171875 +-0.170898437500 +-0.022460937500 +-0.285156250000 +0.039794921875 +0.089843750000 +-0.096191406250 +0.043457031250 +-0.174804687500 +-0.015380859375 +0.068847656250 +-0.071777343750 +-0.039550781250 +0.014038085938 +-0.036621093750 +-0.132812500000 +0.103515625000 +-0.008300781250 +-0.080078125000 +-0.109863281250 +-0.071289062500 +0.014160156250 +-0.028808593750 +-0.066406250000 +0.028564453125 +-0.039794921875 +0.017944335938 +0.002838134766 +0.021240234375 +-0.124511718750 +-0.109375000000 +0.079589843750 +-0.130859375000 +0.136718750000 +-0.039062500000 +-0.097167968750 +-0.038330078125 +-0.030273437500 +-0.159179687500 +0.104003906250 +0.119140625000 +-0.130859375000 +-0.115234375000 +0.110839843750 +0.056152343750 +0.052978515625 +-0.067382812500 +0.012634277344 +-0.133789062500 +0.204101562500 +-0.217773437500 +0.064941406250 +-0.118164062500 +-0.010559082031 +-0.062011718750 +-0.016601562500 +-0.083984375000 +0.091308593750 +-0.038574218750 +-0.120117187500 +-0.055908203125 +0.140625000000 +-0.017700195312 +-0.182617187500 +0.036865234375 +0.006896972656 +-0.027465820312 +-0.070800781250 +0.162109375000 +-0.122558593750 +0.078125000000 +0.057617187500 +-0.133789062500 +-0.054687500000 +0.037109375000 +-0.041992187500 +0.052001953125 +-0.041992187500 +0.002136230469 +0.053955078125 +0.002548217773 +-0.028930664062 +0.152343750000 +0.039794921875 +0.121093750000 +0.039306640625 +0.002227783203 +-0.051025390625 +-0.007507324219 +0.000957489014 +-0.056396484375 +-0.032470703125 +0.010986328125 +-0.046142578125 +-0.018798828125 +0.041503906250 +-0.205078125000 +-0.107910156250 +-0.035400390625 +-0.004089355469 +0.048828125000 +0.021484375000 +0.031494140625 +0.064453125000 +-0.122070312500 +-0.118164062500 +-0.007110595703 +0.158203125000 +-0.173828125000 +0.009155273438 +0.004241943359 +-0.071777343750 +0.101074218750 +0.122558593750 +-0.012695312500 +-0.039062500000 +0.069335937500 +-0.030029296875 +-0.099121093750 +0.117675781250 +-0.075683593750 +0.175781250000 +0.093261718750 +-0.113281250000 +0.002883911133 +-0.046142578125 +0.050292968750 +-0.038085937500 +0.013427734375 +0.000957489014 +-0.042480468750 +0.006958007812 +0.077636718750 +0.070312500000 +-0.052001953125 +0.057128906250 +0.125000000000 +-0.171875000000 +0.069335937500 +0.066406250000 +-0.038818359375 +0.117187500000 +0.013793945312 +0.053222656250 +0.113769531250 +-0.050781250000 +-0.117675781250 +-0.116210937500 +-0.019042968750 +-0.079101562500 +-0.048583984375 +0.030395507812 +0.075683593750 +0.016601562500 +-0.079101562500 +-0.145507812500 +-0.047607421875 +0.037109375000 +0.125976562500 +-0.107910156250 +0.073242187500 +-0.129882812500 +-0.010620117188 +0.014282226562 +-0.030883789062 +0.002105712891 +-0.021240234375 +0.182617187500 +-0.073242187500 +-0.208984375000 +0.078125000000 +-0.199218750000 +0.051757812500 +-0.029418945312 +0.002868652344 +0.085937500000 +-0.011474609375 +-0.032226562500 +0.051513671875 +-0.100585937500 +0.052734375000 +-0.123535156250 +-0.149414062500 +0.095214843750 +0.052734375000 +-0.149414062500 +-0.002746582031 +0.120117187500 +0.002075195312 +-0.126953125000 +0.021118164062 +0.038330078125 +0.105957031250 +-0.083496093750 +-0.170898437500 +0.057617187500 +-0.088867187500 +0.061523437500 +-0.079101562500 +0.037841796875 +-0.109863281250 +-0.048583984375 +0.060302734375 +-0.012207031250 +-0.255859375000 +0.041259765625 +0.133789062500 +-0.052734375000 +-0.101074218750 +0.101562500000 +0.079101562500 +0.068359375000 +0.019409179688 +-0.149414062500 +0.057373046875 +0.010681152344 +0.185546875000 +0.122070312500 +0.036132812500 +-0.041748046875 +0.016723632812 +-0.151367187500 +0.039550781250 +-0.177734375000 +-0.041748046875 +0.021850585938 +-0.022094726562 +-0.155273437500 +-0.110351562500 +-0.013977050781 +-0.141601562500 +-0.110839843750 +-0.203125000000 +0.008361816406 +0.152343750000 +0.087890625000 +-0.007415771484 +0.002883911133 +0.006225585938 +0.031127929688 +0.066894531250 +0.166015625000 +0.039306640625 +0.043945312500 +0.015502929688 +-0.171875000000 +0.056640625000 +-0.041748046875 +-0.100585937500 +0.129882812500 +0.021972656250 +0.148437500000 +0.078613281250 +-0.044677734375 +-0.071777343750 +0.021484375000 +-0.111328125000 +0.107910156250 +-0.100585937500 +-0.033935546875 +-0.098632812500 +-0.093750000000 +-0.027221679688 +-0.016967773438 +-0.021240234375 +0.083007812500 +0.041503906250 +0.051513671875 +-0.063964843750 +0.236328125000 +0.021728515625 +0.015014648438 +0.032958984375 +0.004150390625 +0.073730468750 +-0.191406250000 +0.066894531250 +0.219726562500 +-0.145507812500 +0.134765625000 +-0.182617187500 +0.071289062500 +-0.154296875000 +0.005340576172 +-0.104980468750 +0.009338378906 +-0.026977539062 +0.115234375000 +0.037353515625 +-0.014099121094 +0.005828857422 +-0.005004882812 +0.227539062500 +0.215820312500 +0.009948730469 +-0.138671875000 +0.048095703125 +-0.069824218750 +0.041992187500 +0.013427734375 +0.032958984375 +-0.083496093750 +0.074707031250 +-0.198242187500 +-0.077148437500 +0.146484375000 +-0.103027343750 +0.029907226562 +0.083007812500 +0.048095703125 +0.157226562500 +0.009155273438 +-0.015502929688 +-0.034179687500 +0.011047363281 +-0.100585937500 +0.059814453125 +-0.024658203125 +0.183593750000 +-0.066894531250 +0.019775390625 +-0.018920898438 +0.032226562500 +-0.023559570312 +0.071777343750 +0.084472656250 +-0.043945312500 +0.057128906250 +-0.048095703125 +0.063964843750 +0.105468750000 +0.031982421875 +0.306640625000 +0.104980468750 +0.129882812500 +-0.002151489258 +-0.079101562500 +0.141601562500 +-0.050292968750 +0.060791015625 +0.125976562500 +-0.001586914062 +-0.122558593750 +-0.081054687500 +-0.000736236572 +-0.069824218750 +-0.040771484375 +-0.171875000000 +0.159179687500 +0.207031250000 +0.060546875000 +0.238281250000 +-0.045410156250 +-0.026123046875 +0.142578125000 +-0.211914062500 +0.104980468750 +-0.051025390625 +-0.197265625000 +0.165039062500 +-0.206054687500 +0.161132812500 +-0.004821777344 +-0.005157470703 +-0.109863281250 +-0.089355468750 +-0.075195312500 +-0.015319824219 +0.009399414062 +-0.019165039062 +-0.073242187500 +0.014221191406 +-0.033447265625 +0.042724609375 +-0.177734375000 +0.104492187500 +0.040039062500 +0.128906250000 +-0.036132812500 +-0.040039062500 +0.021484375000 +0.027832031250 +0.189453125000 +0.139648437500 +-0.032226562500 +0.004882812500 +-0.120605468750 +-0.013732910156 +-0.103515625000 +0.068359375000 +-0.010620117188 +-0.126953125000 +0.215820312500 +-0.080566406250 +-0.068847656250 +0.030029296875 +-0.056152343750 +0.085937500000 +-0.092773437500 +0.020263671875 +-0.117187500000 +0.098632812500 +-0.172851562500 +-0.165039062500 +0.061767578125 +0.148437500000 +0.004913330078 +-0.012756347656 +-0.106933593750 +-0.020019531250 +0.125976562500 +0.012390136719 +-0.110839843750 +-0.005737304688 +-0.075683593750 +0.044921875000 +0.042724609375 +-0.091308593750 +-0.130859375000 +0.096679687500 +-0.015563964844 +0.242187500000 +0.062988281250 +0.081054687500 +-0.197265625000 +-0.046386718750 +-0.063964843750 +-0.026855468750 +-0.069335937500 +0.051513671875 +-0.027343750000 +0.107421875000 +-0.030761718750 +-0.058837890625 +0.080078125000 +0.057617187500 +-0.019165039062 +-0.069335937500 +0.025512695312 +0.134765625000 +0.024169921875 +-0.086425781250 +-0.087402343750 +-0.128906250000 +-0.141601562500 +-0.081054687500 +-0.023681640625 +-0.064453125000 +0.100097656250 +-0.036865234375 +-0.190429687500 +0.030517578125 +-0.167968750000 +0.054931640625 +-0.152343750000 +0.039794921875 +0.014831542969 +-0.047363281250 +0.061767578125 +0.156250000000 +-0.009277343750 +0.053222656250 +-0.074218750000 +-0.016967773438 +0.010803222656 +0.184570312500 +-0.012512207031 +-0.165039062500 +0.306640625000 +-0.294921875000 +0.077636718750 +0.179687500000 +0.062500000000 +-0.116699218750 +-0.233398437500 +0.032958984375 +0.043945312500 +0.150390625000 +-0.058837890625 +0.020751953125 +-0.197265625000 +0.097656250000 +0.032226562500 +-0.074707031250 +-0.023437500000 +-0.033447265625 +-0.018920898438 +-0.007080078125 +-0.059326171875 +-0.115722656250 +0.078125000000 +0.041748046875 +0.194335937500 +0.070800781250 +-0.089843750000 +0.062988281250 +-0.144531250000 +0.051757812500 +-0.081542968750 +0.042236328125 +0.047851562500 +0.025024414062 +-0.093261718750 +-0.068847656250 +0.075683593750 +0.000724792480 +-0.097656250000 +0.069335937500 +-0.142578125000 +-0.151367187500 +0.042724609375 +0.083496093750 +-0.086425781250 +0.097167968750 +-0.146484375000 +-0.093750000000 +0.107421875000 +0.085937500000 +-0.030517578125 +0.118164062500 +-0.129882812500 +0.048583984375 +-0.060058593750 +-0.053222656250 +-0.158203125000 +-0.056640625000 +0.011474609375 +0.176757812500 +0.007476806641 +0.057617187500 +0.017211914062 +-0.007507324219 +-0.015380859375 +-0.102539062500 +-0.055175781250 +0.040527343750 +-0.092773437500 +-0.021606445312 +0.017944335938 +0.038330078125 +-0.053222656250 +-0.059326171875 +-0.126953125000 +0.085937500000 +0.023803710938 +0.130859375000 +0.142578125000 +-0.118164062500 +-0.029541015625 +0.096191406250 +-0.013488769531 +-0.103515625000 +-0.126953125000 +-0.027587890625 +0.069824218750 +-0.145507812500 +-0.029418945312 +-0.108886718750 +-0.083007812500 +-0.232421875000 +0.063964843750 +0.017089843750 +-0.110839843750 +0.104003906250 +-0.079101562500 +0.135742187500 +0.061035156250 +0.018676757812 +0.139648437500 +-0.022949218750 +0.039550781250 +0.024536132812 +-0.124023437500 +-0.001304626465 +-0.154296875000 +0.141601562500 +0.037109375000 +-0.028686523438 +-0.086425781250 +0.068847656250 +-0.052978515625 +-0.004119873047 +0.036132812500 +-0.108398437500 +0.115234375000 +-0.028564453125 +-0.144531250000 +-0.075683593750 +-0.072753906250 +-0.022583007812 +0.060058593750 +-0.059814453125 +0.044921875000 +0.052246093750 +-0.093750000000 +0.008117675781 +-0.031127929688 +0.108398437500 +0.014526367188 +-0.023071289062 +0.088378906250 +-0.046630859375 +0.021728515625 +0.160156250000 +0.061279296875 +0.037109375000 +0.057617187500 +0.054443359375 +0.022583007812 +-0.036376953125 +-0.128906250000 +-0.022583007812 +0.083984375000 +-0.177734375000 +0.110839843750 +-0.104003906250 +0.043945312500 +-0.001945495605 +0.213867187500 +0.005767822266 +0.044677734375 +-0.026123046875 +0.012878417969 +-0.166992187500 +0.126953125000 +-0.050537109375 +0.076660156250 +0.017456054688 +-0.133789062500 +-0.026245117188 +0.003082275391 +-0.008056640625 +0.104492187500 +-0.045410156250 +0.045410156250 +0.045654296875 +-0.090332031250 +-0.002990722656 +0.003173828125 +0.085449218750 +-0.025390625000 +-0.011108398438 +-0.065917968750 +-0.041259765625 +-0.092773437500 +0.052001953125 +0.285156250000 +0.194335937500 +0.157226562500 +0.051269531250 +-0.029907226562 +0.010131835938 +0.046386718750 +0.037597656250 +-0.335937500000 +-0.029296875000 +0.104492187500 +-0.026977539062 +0.039062500000 +0.067382812500 +0.057861328125 +-0.024902343750 +-0.041259765625 +0.239257812500 +0.152343750000 +0.072265625000 +-0.016601562500 +0.090332031250 +-0.028686523438 +0.043212890625 +-0.084960937500 +0.129882812500 +-0.098632812500 +-0.085449218750 +-0.008422851562 +0.003753662109 +-0.050048828125 +0.101562500000 +0.022216796875 +-0.071289062500 +0.122558593750 +0.109863281250 +-0.050048828125 +-0.037597656250 +0.101562500000 +0.031494140625 +-0.063964843750 +-0.039794921875 +0.125000000000 +-0.055664062500 +0.051269531250 +0.002807617188 +0.010131835938 +-0.083496093750 +0.054199218750 +-0.006042480469 +-0.069824218750 +0.083007812500 +0.133789062500 +-0.044433593750 +0.174804687500 +0.076171875000 +0.033935546875 +0.110351562500 +-0.199218750000 +-0.006652832031 +0.142578125000 +-0.013366699219 +0.051757812500 +-0.076171875000 +0.251953125000 +-0.087402343750 +0.139648437500 +0.171875000000 +-0.082031250000 +0.204101562500 +-0.145507812500 +0.143554687500 +-0.209960937500 +0.009033203125 +0.030029296875 +0.030639648438 +-0.121093750000 +-0.032470703125 +-0.051513671875 +-0.019653320312 +0.058105468750 +0.048339843750 +0.058593750000 +-0.211914062500 +0.170898437500 +0.099121093750 +-0.086425781250 +-0.020141601562 +-0.211914062500 +0.077636718750 +-0.013793945312 +-0.007110595703 +0.002014160156 +-0.125000000000 +0.090820312500 +0.083007812500 +0.066406250000 +0.003021240234 +-0.118652343750 +0.057861328125 +0.046630859375 +-0.070800781250 +0.023559570312 +-0.011413574219 +0.155273437500 +-0.147460937500 +0.125976562500 +0.013793945312 +0.071777343750 +0.110351562500 +-0.045898437500 +0.100585937500 +0.298828125000 +0.087890625000 +-0.040527343750 +0.515625000000 +0.043212890625 +-0.087402343750 +-0.031982421875 +0.021972656250 +0.029418945312 +0.183593750000 +0.060546875000 +-0.052490234375 +0.068847656250 +0.239257812500 +-0.025512695312 +0.179687500000 +-0.049316406250 +-0.079589843750 +-0.073242187500 +-0.014526367188 +0.015991210938 +0.077636718750 +-0.031127929688 +0.180664062500 +0.048828125000 +0.166015625000 +0.091308593750 +-0.178710937500 +0.016723632812 +0.035400390625 +-0.267578125000 +0.231445312500 +-0.067382812500 +0.103027343750 +0.125976562500 +0.047119140625 +0.054199218750 +0.081542968750 +-0.075195312500 +0.043701171875 +0.009460449219 +-0.043945312500 +0.031738281250 +0.096679687500 +-0.001770019531 +-0.039794921875 +0.062500000000 +-0.025024414062 +-0.005828857422 +-0.075683593750 +0.096191406250 +0.025512695312 +-0.032226562500 +-0.038818359375 +-0.082519531250 +-0.143554687500 +-0.055664062500 +-0.234375000000 +-0.027709960938 +-0.073730468750 +-0.039306640625 +-0.227539062500 +-0.020507812500 +-0.178710937500 +-0.042968750000 +-0.044677734375 +0.010070800781 +-0.095703125000 +0.166015625000 +0.007995605469 +-0.052246093750 +-0.058349609375 +0.094238281250 +-0.124511718750 +-0.146484375000 +0.039550781250 +0.163085937500 +-0.073242187500 +0.041259765625 +-0.006256103516 +0.056152343750 +-0.051269531250 +0.006011962891 +-0.051757812500 +0.067871093750 +0.171875000000 +-0.181640625000 +0.037841796875 +-0.012390136719 +0.140625000000 +0.013732910156 +0.006072998047 +0.004333496094 +-0.086914062500 +0.143554687500 +0.016845703125 +0.000762939453 +-0.129882812500 +-0.103515625000 +-0.166015625000 +0.014221191406 +-0.107421875000 +-0.026367187500 +0.128906250000 +-0.218750000000 +-0.117187500000 +0.053466796875 +-0.082031250000 +-0.017089843750 +-0.092773437500 +-0.054443359375 +0.044189453125 +0.196289062500 +0.016845703125 +-0.084960937500 +-0.010925292969 +-0.010437011719 +0.013366699219 +-0.241210937500 +0.053466796875 +-0.082519531250 +0.070312500000 +0.049316406250 +-0.072265625000 +0.057861328125 +0.182617187500 +0.026855468750 +0.082519531250 +0.139648437500 +0.030029296875 +-0.132812500000 +-0.007995605469 +-0.051269531250 +0.036132812500 +0.031982421875 +-0.050048828125 +0.039306640625 +-0.065429687500 +-0.030029296875 +0.067871093750 +-0.122070312500 +-0.137695312500 +0.011901855469 +0.090332031250 +-0.035156250000 +0.088378906250 +0.087890625000 +-0.077636718750 +0.123046875000 +0.025390625000 +-0.022216796875 +0.330078125000 +-0.279296875000 +-0.108398437500 +-0.122558593750 +-0.045410156250 +0.118164062500 +-0.052978515625 +-0.064941406250 +0.079101562500 +-0.070312500000 +-0.082519531250 +0.033935546875 +0.141601562500 +0.038085937500 +-0.111816406250 +0.033447265625 +-0.042724609375 +-0.206054687500 +0.170898437500 +-0.181640625000 +0.048339843750 +-0.002243041992 +-0.023193359375 +-0.109863281250 +0.098144531250 +-0.198242187500 +-0.041748046875 +-0.038330078125 +0.070800781250 +-0.097167968750 +0.054931640625 +0.049560546875 +-0.026611328125 +-0.036376953125 +-0.059570312500 +0.003356933594 +0.064941406250 +-0.515625000000 +-0.072753906250 +0.019165039062 +0.051513671875 +-0.056396484375 +0.261718750000 +-0.021606445312 +-0.009155273438 +-0.024902343750 +0.012634277344 +0.114746093750 +0.083984375000 +-0.169921875000 +0.125000000000 +0.169921875000 +-0.066894531250 +-0.048095703125 +-0.005828857422 +0.074707031250 +-0.108886718750 +0.060302734375 +0.044677734375 +-0.194335937500 +0.131835937500 +0.074218750000 +-0.067871093750 +-0.035400390625 +0.084960937500 +0.027099609375 +-0.011291503906 +-0.057861328125 +-0.125976562500 +0.180664062500 +-0.118652343750 +-0.012695312500 +-0.046630859375 +-0.040771484375 +-0.077636718750 +0.130859375000 +0.104980468750 +0.116210937500 +-0.061523437500 +0.226562500000 +0.010803222656 +-0.055175781250 +0.046386718750 +0.158203125000 +0.091308593750 +-0.142578125000 +-0.032226562500 +-0.001983642578 +-0.135742187500 +-0.101562500000 +-0.125976562500 +-0.023803710938 +0.052490234375 +-0.204101562500 +0.020141601562 +-0.107421875000 +-0.078613281250 +0.036132812500 +-0.099609375000 +0.018310546875 +-0.008117675781 +-0.279296875000 +0.135742187500 +-0.020019531250 +-0.170898437500 +-0.125000000000 +0.173828125000 +0.062988281250 +0.076171875000 +-0.058105468750 +-0.172851562500 +-0.036865234375 +0.048583984375 +0.306640625000 +-0.077148437500 +0.021240234375 +-0.077636718750 +-0.001037597656 +0.139648437500 +-0.020751953125 +-0.070800781250 +0.070800781250 +-0.042968750000 +0.115722656250 +0.009094238281 +0.042480468750 +0.047119140625 +-0.149414062500 +-0.137695312500 +0.083984375000 +0.010314941406 +-0.027954101562 +0.210937500000 +-0.131835937500 +-0.012268066406 +-0.130859375000 +0.076660156250 +0.015197753906 +-0.111328125000 +-0.007476806641 +0.017944335938 +-0.003936767578 +0.109375000000 +0.073242187500 +0.102050781250 +0.091308593750 +-0.090332031250 +-0.063964843750 +-0.062500000000 +0.096679687500 +0.022460937500 +0.032958984375 +-0.073242187500 +0.074218750000 +-0.002258300781 +0.104980468750 +-0.067382812500 +0.166015625000 +0.055175781250 +-0.101562500000 +0.127929687500 +-0.019897460938 +-0.080566406250 +0.069824218750 +-0.239257812500 +0.033447265625 +0.117675781250 +-0.039550781250 +0.005798339844 +-0.079589843750 +0.000457763672 +-0.050781250000 +0.003341674805 +0.065429687500 +0.148437500000 +0.075195312500 +-0.093261718750 +0.028442382812 +-0.026367187500 +-0.022705078125 +-0.028686523438 +-0.213867187500 +0.020141601562 +0.004302978516 +-0.079589843750 +-0.236328125000 +-0.035644531250 +0.013671875000 +-0.027832031250 +-0.210937500000 +-0.031738281250 +0.071289062500 +0.026489257812 +0.096191406250 +0.265625000000 +-0.016235351562 +0.087890625000 +0.025756835938 +0.021850585938 +0.023071289062 +-0.009887695312 +-0.126953125000 +-0.072753906250 +-0.009704589844 +0.011535644531 +0.154296875000 +0.048339843750 +0.074707031250 +0.102050781250 +0.057373046875 +0.022705078125 +0.033935546875 +-0.079589843750 +-0.022949218750 +0.093750000000 +0.089843750000 +0.202148437500 +-0.098144531250 +-0.123535156250 +-0.049804687500 +0.084960937500 +-0.018798828125 +0.065429687500 +-0.024658203125 +0.086425781250 +0.127929687500 +0.217773437500 +-0.190429687500 +0.021240234375 +0.078613281250 +-0.054443359375 +0.061035156250 +0.059082031250 +0.176757812500 +0.071777343750 +-0.069335937500 +0.190429687500 +-0.002578735352 +0.056396484375 +-0.184570312500 +-0.035400390625 +-0.004974365234 +-0.001815795898 +-0.007629394531 +-0.023925781250 +-0.040527343750 +-0.046142578125 +0.047363281250 +-0.044433593750 +-0.162109375000 +-0.169921875000 +0.176757812500 +-0.193359375000 +-0.000392913818 +-0.169921875000 +0.000888824463 +0.074707031250 +-0.033691406250 +0.138671875000 +0.122558593750 +-0.035156250000 +-0.029418945312 +0.004333496094 +-0.006408691406 +-0.122070312500 +0.061767578125 +-0.000602722168 +0.211914062500 +-0.047119140625 +-0.059082031250 +0.223632812500 +0.066406250000 +0.060546875000 +-0.041259765625 +-0.063964843750 +0.012084960938 +0.015014648438 +-0.005767822266 +0.080566406250 +-0.003646850586 +0.086914062500 +-0.078125000000 +0.006835937500 +-0.109863281250 +-0.032470703125 +0.010253906250 +0.068847656250 +-0.136718750000 +-0.084472656250 +-0.051025390625 +0.000307083130 +0.003082275391 +-0.199218750000 +-0.089843750000 +0.096679687500 +0.095214843750 +-0.041259765625 +-0.138671875000 +0.060302734375 +0.092285156250 +-0.023803710938 +0.019165039062 +0.120117187500 +0.090820312500 +0.049560546875 +0.019775390625 +-0.087890625000 +-0.011108398438 +0.005767822266 +0.046630859375 +-0.132812500000 +-0.067871093750 +-0.206054687500 +-0.122558593750 +0.040527343750 +0.109375000000 +0.039062500000 +-0.220703125000 +0.172851562500 +-0.020507812500 +0.027954101562 +0.085449218750 +0.050537109375 +0.017700195312 +0.105468750000 +0.021606445312 +-0.090820312500 +-0.008911132812 +-0.075195312500 +-0.053466796875 +0.105957031250 +0.034912109375 +0.087890625000 +0.101562500000 +0.070312500000 +0.012268066406 +-0.073242187500 +0.216796875000 +0.131835937500 +-0.171875000000 +0.028320312500 +-0.052734375000 +0.016113281250 +-0.013854980469 +-0.109375000000 +-0.287109375000 +0.138671875000 +0.072265625000 +-0.180664062500 +-0.135742187500 +-0.038085937500 +-0.157226562500 +0.171875000000 +0.005554199219 +-0.251953125000 +-0.159179687500 +-0.001869201660 +0.133789062500 +0.078125000000 +-0.048339843750 +0.042724609375 +0.004516601562 +-0.021728515625 +-0.038085937500 +-0.104492187500 +0.060058593750 +0.086425781250 +0.152343750000 +0.166015625000 +-0.013122558594 +0.158203125000 +0.082519531250 +0.078613281250 +-0.057861328125 +0.041503906250 +0.163085937500 +0.084960937500 +-0.066406250000 +0.120117187500 +0.081054687500 +0.090820312500 +0.076660156250 +0.159179687500 +-0.062500000000 +0.369140625000 +0.088867187500 +0.063476562500 +0.098632812500 +0.028564453125 +-0.112792968750 +0.084960937500 +-0.060546875000 +0.023681640625 +0.006500244141 +0.066406250000 +0.145507812500 +-0.175781250000 +-0.111328125000 +-0.068847656250 +0.039306640625 +0.038574218750 +0.043212890625 +-0.189453125000 +-0.089843750000 +0.085937500000 +-0.065917968750 +-0.116699218750 +0.078125000000 +0.298828125000 +0.024902343750 +-0.193359375000 +0.002075195312 +0.024414062500 +0.026367187500 +0.005828857422 +-0.046875000000 +0.017089843750 +0.003707885742 +0.123535156250 +0.022338867188 +0.053466796875 +0.177734375000 +-0.031738281250 +0.028686523438 +-0.082519531250 +-0.002990722656 +-0.040039062500 +-0.084960937500 +0.023559570312 +-0.030883789062 +-0.085937500000 +0.187500000000 +0.021972656250 +-0.167968750000 +0.048095703125 +-0.039306640625 +-0.121582031250 +0.140625000000 +-0.096679687500 +-0.018554687500 +0.004455566406 +-0.224609375000 +-0.040039062500 +-0.209960937500 +-0.055664062500 +-0.090820312500 +0.129882812500 +0.013366699219 +-0.052246093750 +0.040283203125 +0.054687500000 +0.036865234375 +0.125976562500 +0.100097656250 +0.166015625000 +-0.110839843750 +0.235351562500 +0.060058593750 +0.045166015625 +0.055908203125 +-0.073730468750 +-0.023315429688 +-0.082519531250 +-0.086425781250 +0.129882812500 +-0.018798828125 +-0.000888824463 +0.006683349609 +-0.008178710938 +-0.171875000000 +-0.022216796875 +0.059082031250 +-0.093750000000 +0.116699218750 +-0.144531250000 +-0.043457031250 +-0.133789062500 +0.049072265625 +0.004547119141 +0.000900268555 +0.013305664062 +-0.022583007812 +-0.088378906250 +0.016967773438 +-0.016601562500 +-0.075683593750 +0.036865234375 +0.057373046875 +-0.160156250000 +-0.036132812500 +-0.049072265625 +-0.031982421875 +-0.060302734375 +0.053955078125 +-0.164062500000 +0.029785156250 +0.031738281250 +-0.044677734375 +-0.131835937500 +-0.114257812500 +-0.039550781250 +0.068847656250 +-0.156250000000 +-0.034667968750 +0.019653320312 +0.006805419922 +0.033691406250 +-0.041015625000 +-0.090820312500 +-0.119628906250 +0.075683593750 +-0.043457031250 +0.015136718750 +-0.207031250000 +0.025268554688 +-0.078613281250 +-0.054199218750 +-0.011047363281 +0.062255859375 +0.259765625000 +0.009765625000 +-0.028564453125 +0.072753906250 +0.015319824219 +-0.056396484375 +0.048828125000 +0.072753906250 +0.023559570312 +0.178710937500 +-0.151367187500 +-0.067382812500 +-0.028808593750 +0.061523437500 +-0.047851562500 +0.065917968750 +0.110351562500 +0.072265625000 +0.119628906250 +0.030151367188 +-0.091796875000 +-0.038085937500 +0.103515625000 +-0.049804687500 +-0.117187500000 +0.012756347656 +0.106933593750 +-0.022460937500 +-0.006042480469 +-0.038085937500 +-0.037353515625 +-0.041015625000 +0.105957031250 +-0.069824218750 +0.013244628906 +0.015625000000 +0.053222656250 +0.208984375000 +0.052490234375 +0.052246093750 +0.092285156250 +0.040039062500 +-0.098632812500 +-0.080078125000 +-0.111816406250 +0.024536132812 +-0.086914062500 +0.139648437500 +-0.175781250000 +-0.034667968750 +-0.103027343750 +0.073730468750 +0.117675781250 +-0.051025390625 +-0.022460937500 +0.047119140625 +0.003509521484 +-0.097167968750 +-0.115722656250 +-0.008361816406 +-0.038085937500 +0.127929687500 +-0.066406250000 +-0.094726562500 +-0.071289062500 +0.059570312500 +-0.197265625000 +0.118164062500 +0.026245117188 +-0.002441406250 +0.104980468750 +0.105957031250 +-0.053710937500 +-0.125976562500 +-0.058105468750 +-0.098144531250 +0.089355468750 +0.003570556641 +-0.161132812500 +0.121093750000 +0.042480468750 +-0.029174804688 +-0.104492187500 +-0.087402343750 +-0.029418945312 +0.024414062500 +0.002044677734 +-0.062500000000 +-0.108886718750 +-0.111328125000 +0.273437500000 +-0.111328125000 +0.035400390625 +-0.030761718750 +0.071777343750 +0.104980468750 +-0.003631591797 +-0.055664062500 +-0.108886718750 +0.040771484375 +0.109375000000 +-0.061767578125 +0.008972167969 +-0.060302734375 +-0.045654296875 +-0.178710937500 +-0.046875000000 +-0.114257812500 +-0.079101562500 +-0.036376953125 +0.062988281250 +0.193359375000 +0.000074386597 +-0.020507812500 +-0.059814453125 +-0.028564453125 +-0.006866455078 +-0.042724609375 +0.036865234375 +0.008483886719 +-0.077148437500 +0.026000976562 +-0.080566406250 +-0.151367187500 +0.102050781250 +-0.032470703125 +-0.124511718750 +0.048828125000 +0.142578125000 +-0.094238281250 +-0.161132812500 +-0.012207031250 +0.028564453125 +0.234375000000 +0.121093750000 +-0.363281250000 +-0.020263671875 +0.025512695312 +0.005218505859 +-0.209960937500 +-0.071777343750 +0.016235351562 +-0.130859375000 +-0.008300781250 +0.000679016113 +0.006500244141 +0.105468750000 +-0.117675781250 +-0.269531250000 +0.150390625000 +0.041015625000 +0.153320312500 +-0.123535156250 +-0.101562500000 +-0.024291992188 +0.005645751953 +-0.041015625000 +0.022216796875 +-0.197265625000 +0.019287109375 +-0.101074218750 +0.054443359375 +0.073242187500 +0.073730468750 +-0.035400390625 +-0.108398437500 +-0.118652343750 +0.095214843750 +-0.107910156250 +0.019165039062 +-0.059326171875 +-0.236328125000 +0.086425781250 +0.112792968750 +0.129882812500 +0.033203125000 +-0.061279296875 +0.005523681641 +0.042968750000 +0.212890625000 +0.101562500000 +0.046875000000 +-0.030761718750 +0.002624511719 +-0.055664062500 +-0.009094238281 +-0.259765625000 +0.253906250000 +-0.035888671875 +-0.045410156250 +-0.058105468750 +0.076171875000 +0.084960937500 +-0.007324218750 +-0.081054687500 +-0.018432617188 +0.117187500000 +0.043212890625 +-0.142578125000 +-0.001632690430 +0.063964843750 +-0.022949218750 +0.218750000000 +0.221679687500 +-0.047119140625 +-0.031738281250 +0.100585937500 +-0.204101562500 +0.125000000000 +0.101562500000 +-0.041992187500 +0.098632812500 +0.132812500000 +-0.200195312500 +0.039306640625 +-0.018432617188 +-0.048828125000 +0.215820312500 +-0.094726562500 +0.014221191406 +-0.092285156250 +-0.042236328125 +-0.070312500000 +0.014526367188 +0.072265625000 +-0.170898437500 +0.195312500000 +-0.052001953125 +-0.086425781250 +0.101562500000 +-0.025512695312 +0.004211425781 +-0.115234375000 +0.038818359375 +-0.031738281250 +-0.133789062500 +0.005615234375 +0.251953125000 +-0.001449584961 +0.056152343750 +0.039062500000 +-0.088867187500 +-0.005279541016 +0.156250000000 +-0.098144531250 +0.091796875000 +0.018554687500 +-0.046142578125 +-0.129882812500 +0.068359375000 +-0.443359375000 +0.020874023438 +-0.067382812500 +0.080078125000 +0.135742187500 +0.081542968750 +0.024047851562 +-0.079589843750 +0.050537109375 +-0.014526367188 +0.144531250000 +0.130859375000 +-0.076660156250 +0.048828125000 +-0.027954101562 +-0.054199218750 +-0.126953125000 +-0.188476562500 +-0.076660156250 +-0.077636718750 +0.273437500000 +-0.063964843750 +0.023437500000 +-0.052246093750 +0.073242187500 +0.208984375000 +-0.081542968750 +-0.101074218750 +-0.040771484375 +-0.137695312500 +-0.176757812500 +-0.090332031250 +0.021850585938 +0.011474609375 +0.131835937500 +0.060546875000 +0.194335937500 +0.035888671875 +-0.032226562500 +-0.133789062500 +0.145507812500 +-0.121582031250 +0.034667968750 +0.107910156250 +-0.019409179688 +-0.001274108887 +-0.135742187500 +-0.132812500000 +0.010314941406 +0.139648437500 +0.289062500000 +-0.015014648438 +0.168945312500 +-0.003936767578 +0.044433593750 +0.053955078125 +-0.110351562500 +-0.015136718750 +0.019531250000 +-0.039550781250 +-0.046142578125 +0.030151367188 +0.066406250000 +-0.000467300415 +0.063964843750 +-0.018432617188 +0.108886718750 +-0.001777648926 +-0.050537109375 +0.058349609375 +0.005249023438 +-0.080078125000 +-0.054199218750 +0.089355468750 +-0.443359375000 +0.125976562500 +0.005798339844 +-0.016357421875 +0.147460937500 +-0.006286621094 +0.107910156250 +-0.227539062500 +-0.133789062500 +0.063964843750 +0.108886718750 +-0.002304077148 +-0.013854980469 +-0.103515625000 +-0.167968750000 +0.035400390625 +-0.122558593750 +0.053222656250 +-0.076660156250 +0.113281250000 +0.058105468750 +-0.130859375000 +0.157226562500 +-0.016967773438 +0.148437500000 +0.018554687500 +-0.210937500000 +-0.123046875000 +0.238281250000 +-0.056640625000 +0.096679687500 +0.289062500000 +-0.087890625000 +0.035644531250 +-0.074707031250 +0.164062500000 +-0.119140625000 +-0.000843048096 +-0.170898437500 +-0.194335937500 +-0.233398437500 +-0.029785156250 +0.070312500000 +-0.019409179688 +0.081054687500 +0.050781250000 +0.091308593750 +-0.013000488281 +-0.059814453125 +-0.016235351562 +0.089843750000 +-0.042968750000 +-0.164062500000 +-0.326171875000 +0.031738281250 +0.078613281250 +0.002792358398 +0.020141601562 +0.178710937500 +-0.026855468750 +-0.075195312500 +0.014282226562 +-0.089355468750 +-0.009399414062 +-0.134765625000 +0.057617187500 +0.074707031250 +-0.015502929688 +0.074218750000 +-0.144531250000 +-0.204101562500 +-0.118652343750 +-0.191406250000 +-0.018920898438 +-0.048095703125 +0.098632812500 +-0.170898437500 +0.079589843750 +-0.113281250000 +-0.039794921875 +0.076171875000 +-0.058105468750 +-0.034423828125 +0.052246093750 +-0.019042968750 +-0.005035400391 +-0.084960937500 +-0.038818359375 +-0.052734375000 +-0.100585937500 +0.038330078125 +0.181640625000 +0.122070312500 +0.135742187500 +-0.121582031250 +0.084960937500 +-0.083984375000 +-0.049072265625 +0.055908203125 +0.153320312500 +0.006530761719 +0.076660156250 +-0.057861328125 +-0.028442382812 +-0.075683593750 +-0.094726562500 +-0.017822265625 +0.026611328125 +0.143554687500 +-0.114257812500 +0.067382812500 +-0.007049560547 +0.011291503906 +-0.229492187500 +0.033203125000 +0.018188476562 +-0.076660156250 +0.113769531250 +0.080078125000 +0.034179687500 +0.027954101562 +-0.087402343750 +-0.013000488281 +-0.045166015625 +-0.059326171875 +0.039062500000 +0.182617187500 +-0.054931640625 +0.025268554688 +-0.044189453125 +-0.104492187500 +-0.079101562500 +0.081542968750 +0.042480468750 +0.102050781250 +0.035644531250 +0.110351562500 +-0.014465332031 +-0.027832031250 +0.026733398438 +0.023559570312 +0.030395507812 +-0.020874023438 +0.018798828125 +-0.010192871094 +0.052246093750 +-0.153320312500 +0.003448486328 +-0.181640625000 +0.076171875000 +0.014648437500 +-0.045654296875 +-0.076660156250 +-0.056640625000 +-0.075195312500 +-0.141601562500 +0.126953125000 +-0.002349853516 +-0.087402343750 +-0.096679687500 +-0.084960937500 +0.216796875000 +-0.083984375000 +0.285156250000 +0.174804687500 +-0.048339843750 +-0.106933593750 +-0.289062500000 +0.064941406250 +-0.112304687500 +0.044921875000 +0.294921875000 +-0.078125000000 +0.062255859375 +-0.062255859375 +-0.181640625000 +-0.055664062500 +0.060058593750 +0.015625000000 +-0.007385253906 +-0.149414062500 +-0.279296875000 +0.003341674805 +-0.037109375000 +-0.058593750000 +0.018554687500 +0.003295898438 +0.018920898438 +0.003616333008 +-0.445312500000 +0.099609375000 +0.008117675781 +-0.024169921875 +-0.045410156250 +0.099609375000 +0.147460937500 +0.112304687500 +-0.014099121094 +-0.130859375000 +-0.100585937500 +-0.057617187500 +-0.053222656250 +-0.265625000000 +-0.065429687500 +0.006042480469 +0.135742187500 +-0.001724243164 +-0.022705078125 +-0.041015625000 +0.018066406250 +0.074218750000 +0.035400390625 +0.019409179688 +0.031494140625 +-0.063964843750 +0.113281250000 +-0.110351562500 +-0.229492187500 +-0.108398437500 +-0.093261718750 +0.089843750000 +0.036376953125 +0.037841796875 +-0.044677734375 +0.110351562500 +-0.030883789062 +0.042236328125 +0.125976562500 +-0.064941406250 +0.087402343750 +-0.120605468750 +0.057617187500 +-0.033691406250 +-0.094238281250 +0.316406250000 +0.044921875000 +-0.046875000000 +-0.090820312500 +0.002395629883 +-0.170898437500 +-0.357421875000 +-0.143554687500 +-0.014953613281 +-0.002716064453 +-0.006652832031 +0.050292968750 +-0.115722656250 +-0.013732910156 +-0.034423828125 +0.063476562500 +0.088867187500 +-0.004943847656 +0.056396484375 +0.040039062500 +0.044189453125 +-0.099609375000 +-0.172851562500 +0.217773437500 +0.161132812500 +-0.019653320312 +0.017333984375 +0.164062500000 +-0.228515625000 +-0.142578125000 +0.014404296875 +-0.219726562500 +-0.040771484375 +-0.074218750000 +-0.119628906250 +0.086425781250 +-0.165039062500 +-0.062500000000 +0.002593994141 +-0.063476562500 +-0.103027343750 +-0.047607421875 +0.033935546875 +0.032714843750 +-0.055175781250 +-0.097656250000 +-0.149414062500 +-0.023437500000 +-0.020874023438 +0.028930664062 +0.022705078125 +-0.061767578125 +-0.053710937500 +0.096191406250 +0.053466796875 +-0.047851562500 +-0.120117187500 +-0.124511718750 +-0.265625000000 +0.140625000000 +-0.023925781250 +0.008666992188 +-0.101562500000 +0.185546875000 +-0.028198242188 +-0.064941406250 +0.103515625000 +-0.112792968750 +-0.075195312500 +-0.012451171875 +0.033691406250 +-0.135742187500 +0.070312500000 +0.105957031250 +-0.066406250000 +0.032958984375 +0.027954101562 +0.057617187500 +0.090332031250 +-0.279296875000 +-0.070312500000 +-0.111816406250 +0.021606445312 +0.050048828125 +0.015136718750 +0.016113281250 +-0.151367187500 +-0.119628906250 +-0.265625000000 +-0.263671875000 +-0.131835937500 +-0.033691406250 +-0.037597656250 +-0.195312500000 +0.035888671875 +0.187500000000 +0.057128906250 +0.044677734375 +0.234375000000 +-0.090332031250 +0.039306640625 +0.089843750000 +-0.164062500000 +0.141601562500 +-0.083007812500 +-0.173828125000 +-0.114257812500 +0.026733398438 +-0.080078125000 +-0.298828125000 +-0.043945312500 +0.005218505859 +0.024658203125 +-0.194335937500 +-0.033935546875 +0.089355468750 +-0.083496093750 +0.013793945312 +0.098632812500 +-0.012207031250 +-0.163085937500 +0.022705078125 +-0.259765625000 +-0.011108398438 +-0.019897460938 +-0.115722656250 +0.304687500000 +-0.120117187500 +-0.026977539062 +0.069335937500 +-0.014343261719 +0.080078125000 +-0.048828125000 +0.013183593750 +-0.098632812500 +-0.028686523438 +-0.134765625000 +0.078613281250 +0.125976562500 +-0.261718750000 +0.103515625000 +0.039062500000 +0.026245117188 +0.032958984375 +0.199218750000 +0.087890625000 +-0.123535156250 +-0.049072265625 +-0.027465820312 +-0.020996093750 +-0.218750000000 +-0.109375000000 +-0.165039062500 +0.037597656250 +-0.187500000000 +0.055419921875 +0.009399414062 +0.018310546875 +-0.059814453125 +-0.032470703125 +0.022338867188 +0.209960937500 +-0.087890625000 +-0.103027343750 +0.050781250000 +-0.102050781250 +0.204101562500 +-0.076660156250 +0.033447265625 +-0.000549316406 +-0.096679687500 +0.008544921875 +0.044433593750 +-0.221679687500 +-0.146484375000 +0.061279296875 +0.257812500000 +0.014526367188 +0.097167968750 +-0.118164062500 +-0.011901855469 +0.060302734375 +0.046386718750 +-0.243164062500 +0.029296875000 +-0.378906250000 +0.009826660156 +0.092285156250 +0.136718750000 +-0.065429687500 +0.098144531250 +0.060302734375 +0.063964843750 +0.040771484375 +0.005615234375 +-0.131835937500 +-0.138671875000 +0.037841796875 +-0.116210937500 +-0.045654296875 +-0.015869140625 +-0.146484375000 +-0.031250000000 +-0.050292968750 +-0.075195312500 +-0.111328125000 +-0.100585937500 +-0.113769531250 +0.064453125000 +0.070800781250 +-0.024658203125 +-0.084472656250 +0.050292968750 +0.036621093750 +-0.093750000000 +0.137695312500 +-0.012451171875 +-0.049560546875 +0.175781250000 +0.001968383789 +0.171875000000 +0.144531250000 +0.035400390625 +-0.208007812500 +-0.222656250000 +-0.142578125000 +0.224609375000 +-0.107421875000 +-0.045166015625 +-0.025756835938 +0.125976562500 +-0.131835937500 +-0.031005859375 +0.009582519531 +0.131835937500 +-0.086914062500 +0.145507812500 +-0.222656250000 +-0.140625000000 +-0.091796875000 +0.014831542969 +0.052001953125 +0.011596679688 +-0.146484375000 +0.047851562500 +0.093750000000 +-0.042236328125 +-0.075683593750 +0.025024414062 +0.097656250000 +0.066894531250 +-0.044921875000 +-0.034912109375 +0.074707031250 +0.013549804688 +0.050781250000 +-0.079101562500 +0.013671875000 +0.029418945312 +-0.168945312500 +0.039794921875 +0.013854980469 +-0.081542968750 +-0.020874023438 +-0.228515625000 +-0.059814453125 +-0.013977050781 +-0.059814453125 +-0.116210937500 +-0.166015625000 +0.060791015625 +0.091796875000 +-0.186523437500 +-0.141601562500 +-0.148437500000 +-0.128906250000 +-0.053466796875 +0.115722656250 +0.064453125000 +0.029052734375 +-0.013183593750 +0.003448486328 +0.138671875000 +-0.112304687500 +-0.020751953125 +-0.034912109375 +0.148437500000 +-0.002563476562 +0.253906250000 +-0.041992187500 +0.022583007812 +-0.006896972656 +-0.125000000000 +-0.086914062500 +0.022460937500 +0.026855468750 +-0.014038085938 +-0.017456054688 +-0.146484375000 +-0.070312500000 +-0.066406250000 +0.001876831055 +-0.036621093750 +-0.072265625000 +0.115234375000 +-0.017700195312 +0.041503906250 +0.046875000000 +0.074707031250 +-0.048583984375 +0.074707031250 +-0.129882812500 +0.014221191406 +-0.012573242188 +-0.172851562500 +0.141601562500 +-0.119140625000 +-0.024902343750 +0.208984375000 +-0.000002682209 +0.178710937500 +-0.123535156250 +-0.067382812500 +-0.038330078125 +0.014038085938 +-0.128906250000 +-0.035156250000 +0.095703125000 +-0.005432128906 +0.018554687500 +0.049072265625 +-0.100097656250 +-0.184570312500 +0.171875000000 +0.015441894531 +-0.043701171875 +0.014465332031 +-0.049804687500 +0.008178710938 +0.062988281250 +0.078125000000 +0.045898437500 +0.181640625000 +-0.019165039062 +0.026977539062 +-0.028686523438 +-0.523437500000 +0.025390625000 +-0.028076171875 +0.144531250000 +0.041748046875 +-0.154296875000 +-0.005401611328 +-0.113281250000 +-0.026000976562 +0.117187500000 +0.060791015625 +0.017822265625 +-0.130859375000 +0.153320312500 +0.059326171875 +-0.125000000000 +0.005767822266 +0.029296875000 +-0.085449218750 +0.030151367188 +-0.065429687500 +0.065429687500 +-0.051269531250 +0.000231742859 +-0.074218750000 +0.084472656250 +0.027709960938 +0.207031250000 +-0.107910156250 +-0.040527343750 +0.069335937500 +0.137695312500 +0.008239746094 +0.170898437500 +-0.052001953125 +-0.118652343750 +0.020263671875 +-0.058593750000 +0.121093750000 +-0.039550781250 +0.053955078125 +-0.015075683594 +-0.116210937500 +-0.049804687500 +-0.219726562500 +-0.190429687500 +-0.040283203125 +-0.048583984375 +-0.033203125000 +0.001640319824 +-0.400390625000 +-0.062988281250 +-0.085449218750 +-0.003524780273 +0.093750000000 +0.003723144531 +0.138671875000 +0.185546875000 +0.104003906250 +-0.131835937500 +-0.042968750000 +-0.010009765625 +0.030273437500 +-0.008422851562 +-0.192382812500 +0.014831542969 +-0.014465332031 +-0.010253906250 +-0.055175781250 +0.139648437500 +-0.009399414062 +0.118164062500 +0.162109375000 +-0.049560546875 +-0.008361816406 +0.057128906250 +-0.194335937500 +0.073730468750 +0.265625000000 +-0.077148437500 +0.072265625000 +-0.086425781250 +0.076171875000 +-0.028320312500 +-0.021728515625 +0.123535156250 +0.069824218750 +0.056396484375 +-0.046142578125 +-0.058837890625 +0.122558593750 +-0.045166015625 +-0.085449218750 +0.028930664062 +0.017089843750 +-0.000556945801 +0.109375000000 +-0.059570312500 +0.140625000000 +-0.058349609375 +-0.031250000000 +0.054687500000 +0.068847656250 +0.029541015625 +-0.068847656250 +0.093261718750 +-0.018554687500 +0.039794921875 +0.039062500000 +-0.155273437500 +0.088867187500 +0.071289062500 +0.053955078125 +-0.010375976562 +-0.283203125000 +0.043945312500 +0.020996093750 +0.036132812500 +-0.023803710938 +-0.040283203125 +0.106933593750 +0.125000000000 +-0.021606445312 +-0.016235351562 +-0.019042968750 +-0.092773437500 +0.044677734375 +-0.073730468750 +0.180664062500 +0.049316406250 +0.044921875000 +0.455078125000 +0.031738281250 +0.024658203125 +-0.037109375000 +-0.141601562500 +-0.017211914062 +0.113769531250 +-0.030029296875 +0.093750000000 +-0.014648437500 +0.087402343750 +0.025512695312 +-0.091308593750 +-0.006011962891 +0.010314941406 +-0.087890625000 +0.010925292969 +0.060302734375 +0.004821777344 +-0.115722656250 +-0.218750000000 +0.056640625000 +-0.082031250000 +-0.141601562500 +0.034179687500 +-0.079589843750 +0.110839843750 +-0.159179687500 +-0.016967773438 +-0.052001953125 +-0.044433593750 +0.126953125000 +0.039062500000 +-0.087402343750 +0.002563476562 +0.044921875000 +0.189453125000 +-0.012390136719 +-0.012451171875 +-0.105957031250 +0.010009765625 +-0.027221679688 +-0.083007812500 +0.059570312500 +0.011962890625 +-0.039062500000 +-0.060058593750 +0.141601562500 +-0.039306640625 +0.004241943359 +0.067382812500 +-0.048339843750 +-0.091796875000 +0.105957031250 +-0.084472656250 +0.057373046875 +-0.035156250000 +-0.011047363281 +-0.021240234375 +-0.028564453125 +-0.147460937500 +0.017333984375 +0.002807617188 +-0.235351562500 +-0.079101562500 +0.066406250000 +0.117187500000 +-0.104003906250 +-0.136718750000 +0.023559570312 +-0.061523437500 +0.051269531250 +-0.144531250000 +0.136718750000 +0.075683593750 +-0.054443359375 +-0.099121093750 +-0.034667968750 +-0.042236328125 +0.075683593750 +-0.046142578125 +-0.042480468750 +-0.153320312500 +-0.062988281250 +0.094726562500 +-0.136718750000 +0.068359375000 +-0.058837890625 +-0.028442382812 +-0.041992187500 +-0.125976562500 +0.030395507812 +0.031738281250 +-0.045654296875 +-0.237304687500 +-0.052490234375 +0.003326416016 +0.055419921875 +0.048095703125 +-0.033935546875 +0.065917968750 +-0.146484375000 +0.151367187500 +0.054687500000 +-0.026245117188 +0.079589843750 +-0.026611328125 +-0.052490234375 +-0.402343750000 +0.038085937500 +-0.065429687500 +0.041015625000 +0.154296875000 +0.130859375000 +-0.079589843750 +-0.052246093750 +-0.115234375000 +0.022583007812 +-0.115234375000 +-0.002166748047 +0.006408691406 +-0.115234375000 +-0.002090454102 +-0.005859375000 +0.076660156250 +-0.139648437500 +0.067382812500 +-0.169921875000 +-0.205078125000 +0.034667968750 +-0.078125000000 +-0.048828125000 +0.092285156250 +0.115234375000 +-0.083007812500 +-0.029663085938 +0.049316406250 +0.181640625000 +0.035400390625 +-0.023803710938 +0.050537109375 +-0.047607421875 +0.028076171875 +-0.102050781250 +-0.034423828125 +-0.022705078125 +-0.083984375000 +-0.064941406250 +-0.052734375000 +0.078125000000 +0.078125000000 +0.122558593750 +-0.052978515625 +-0.075683593750 +-0.112792968750 +0.064453125000 +-0.171875000000 +0.028442382812 +0.058593750000 +0.183593750000 +-0.004852294922 +0.091308593750 +0.018554687500 +0.128906250000 +-0.000235557556 +0.017089843750 +0.130859375000 +0.008056640625 +-0.001670837402 +0.246093750000 +-0.095703125000 +0.207031250000 +0.008666992188 +-0.070800781250 +-0.116699218750 +-0.099609375000 +0.114257812500 +0.059082031250 +0.039306640625 +0.046142578125 +-0.028930664062 +-0.036376953125 +0.049560546875 +-0.221679687500 +-0.056884765625 +0.069335937500 +-0.090332031250 +0.108398437500 +0.062011718750 +-0.003753662109 +-0.003479003906 +-0.098632812500 +-0.023559570312 +-0.077636718750 +-0.078613281250 +-0.111328125000 +0.017211914062 +-0.003082275391 +-0.048339843750 +-0.065917968750 +0.055664062500 +-0.096679687500 +-0.105957031250 +0.008361816406 +0.036376953125 +0.104492187500 +-0.020751953125 +-0.042480468750 +-0.045654296875 +0.012084960938 +-0.083007812500 +-0.031494140625 +-0.038818359375 +-0.101562500000 +0.005401611328 +0.019409179688 +-0.083984375000 +-0.138671875000 +-0.016479492188 +-0.168945312500 +0.058349609375 +-0.091796875000 +0.000507354736 +0.261718750000 +-0.013549804688 +0.160156250000 +0.048095703125 +0.078125000000 +0.009338378906 +-0.267578125000 +-0.074218750000 +0.022094726562 +0.103027343750 +0.050537109375 +0.001556396484 +-0.077636718750 +0.029296875000 +0.028930664062 +-0.076660156250 +-0.189453125000 +-0.059326171875 +0.036376953125 +-0.077636718750 +0.100097656250 +-0.008422851562 +-0.120117187500 +0.099609375000 +-0.116210937500 +0.016113281250 +0.115234375000 +-0.255859375000 +0.092773437500 +-0.068359375000 +-0.142578125000 +-0.081542968750 +-0.080078125000 +0.099609375000 +0.095703125000 +-0.007324218750 +0.011718750000 +0.161132812500 +-0.088378906250 +0.024780273438 +-0.083984375000 +0.018554687500 +0.002578735352 +0.000174522400 +0.025024414062 +-0.096191406250 +0.013793945312 +0.066894531250 +0.131835937500 +-0.003784179688 +0.037353515625 +-0.044677734375 +0.099121093750 +0.004272460938 +0.062255859375 +-0.147460937500 +0.024658203125 +0.094238281250 +-0.094238281250 +-0.066894531250 +0.013061523438 +0.022094726562 +-0.267578125000 +-0.114746093750 +0.002685546875 +0.003585815430 +0.021484375000 +-0.087402343750 +-0.016601562500 +-0.047607421875 +-0.042236328125 +-0.034179687500 +-0.040527343750 +-0.207031250000 +0.169921875000 +-0.152343750000 +-0.003387451172 +-0.013977050781 +-0.053222656250 +-0.040283203125 +0.141601562500 +0.131835937500 +0.104980468750 +-0.008178710938 +-0.093750000000 +-0.170898437500 +-0.030395507812 +-0.200195312500 +0.149414062500 +0.088378906250 +0.123046875000 +-0.034912109375 +0.011352539062 +0.098144531250 +-0.065429687500 +-0.018554687500 +0.074707031250 +0.138671875000 +-0.091308593750 +0.124511718750 +-0.180664062500 +0.091796875000 +0.040771484375 +0.112792968750 +-0.099121093750 +-0.077148437500 +-0.105957031250 +-0.008483886719 +-0.134765625000 +-0.127929687500 +-0.113281250000 +0.125976562500 +0.073730468750 +0.009582519531 +0.052246093750 +0.012390136719 +0.104980468750 +0.073730468750 +0.026489257812 +0.004638671875 +-0.060058593750 +-0.035400390625 +-0.130859375000 +0.036621093750 +0.050537109375 +-0.196289062500 +-0.199218750000 +0.025756835938 +-0.011596679688 +0.226562500000 +0.033691406250 +0.022827148438 +-0.058105468750 +0.019531250000 +-0.021972656250 +0.115722656250 +0.074707031250 +-0.004608154297 +-0.164062500000 +-0.121582031250 +-0.000214576721 +0.119140625000 +-0.092285156250 +0.078613281250 +-0.038574218750 +-0.166015625000 +0.106445312500 +-0.003555297852 +-0.001739501953 +0.070800781250 +-0.018798828125 +-0.106445312500 +-0.082519531250 +0.094726562500 +-0.181640625000 +-0.014282226562 +0.076171875000 +0.082031250000 +-0.135742187500 +0.007293701172 +-0.086914062500 +-0.002807617188 +-0.079101562500 +-0.063476562500 +-0.025390625000 +0.019897460938 +-0.000473022461 +0.010864257812 +-0.036132812500 +-0.088378906250 +-0.014465332031 +-0.004547119141 +-0.061767578125 +0.055664062500 +0.089843750000 +-0.088867187500 +-0.017578125000 +-0.226562500000 +-0.011779785156 +-0.018188476562 +0.038330078125 +-0.083496093750 +0.002334594727 +-0.092285156250 +0.149414062500 +-0.036376953125 +-0.039062500000 +0.016723632812 +0.007781982422 +0.029296875000 +0.050537109375 +-0.023437500000 +-0.039794921875 +0.028930664062 +-0.190429687500 +-0.141601562500 +0.067382812500 +0.101074218750 +-0.140625000000 +-0.205078125000 +-0.152343750000 +0.094726562500 +-0.192382812500 +-0.038085937500 +0.066406250000 +0.114257812500 +0.275390625000 +0.183593750000 +-0.033935546875 +-0.112304687500 +0.089843750000 +-0.081054687500 +-0.140625000000 +-0.122558593750 +-0.040283203125 +0.062011718750 +-0.100585937500 +0.094238281250 +-0.003829956055 +-0.013610839844 +-0.101074218750 +0.050048828125 +0.055664062500 +0.032714843750 +-0.042236328125 +-0.037109375000 +-0.034912109375 +0.014709472656 +0.053466796875 +-0.099121093750 +0.062988281250 +0.104980468750 +-0.079101562500 +0.131835937500 +-0.001060485840 +0.122558593750 +-0.087402343750 +-0.086914062500 +0.025878906250 +-0.094238281250 +0.084960937500 +-0.106933593750 +0.134765625000 +0.015747070312 +0.035644531250 +0.025512695312 +-0.126953125000 +-0.146484375000 +-0.090820312500 +0.064453125000 +0.065429687500 +0.125000000000 +-0.241210937500 +-0.192382812500 +0.077148437500 +0.050781250000 +-0.064941406250 +-0.156250000000 +-0.281250000000 +-0.083007812500 +-0.036621093750 +0.051757812500 +-0.158203125000 +-0.055175781250 +-0.013183593750 +0.009033203125 +-0.015014648438 +0.088867187500 +0.059326171875 +0.160156250000 +0.077148437500 +-0.059814453125 +-0.103027343750 +0.185546875000 +-0.101562500000 +-0.193359375000 +-0.086425781250 +-0.045898437500 +0.131835937500 +0.067871093750 +-0.138671875000 +0.101562500000 +0.012817382812 +-0.050292968750 +-0.012329101562 +0.053710937500 +0.040039062500 +-0.042480468750 +-0.052490234375 +-0.233398437500 +0.074218750000 +0.057128906250 +0.132812500000 +0.039794921875 +-0.110839843750 +-0.057373046875 +0.054687500000 +-0.130859375000 +-0.008361816406 +-0.087402343750 +-0.146484375000 +-0.091796875000 +0.154296875000 +-0.054931640625 +-0.061035156250 +0.099609375000 +-0.144531250000 +-0.058349609375 +0.038330078125 +0.143554687500 +-0.104492187500 +-0.080078125000 +0.177734375000 +0.052490234375 +-0.235351562500 +-0.012451171875 +0.144531250000 +-0.040283203125 +-0.183593750000 +-0.013610839844 +-0.014831542969 +-0.135742187500 +0.047363281250 +0.005371093750 +0.108398437500 +-0.002243041992 +0.224609375000 +-0.131835937500 +0.071777343750 +-0.087890625000 +0.035400390625 +-0.140625000000 +-0.199218750000 +-0.088867187500 +-0.183593750000 +0.084960937500 +0.009399414062 +0.108886718750 +-0.044677734375 +0.056152343750 +-0.222656250000 +0.077636718750 +0.036376953125 +-0.168945312500 +-0.047607421875 +0.074707031250 +0.121582031250 +-0.085937500000 +-0.073242187500 +-0.073242187500 +0.056152343750 +-0.035888671875 +0.092285156250 +-0.004730224609 +0.211914062500 +0.059570312500 +-0.111816406250 +0.024902343750 +0.103515625000 +-0.095703125000 +-0.074707031250 +-0.040283203125 +-0.104492187500 +-0.058349609375 +0.117675781250 +-0.113281250000 +0.182617187500 +-0.008422851562 +0.064453125000 +-0.086425781250 +-0.011840820312 +-0.036621093750 +-0.111328125000 +-0.125976562500 +-0.049072265625 +-0.031127929688 +-0.083984375000 +-0.005798339844 +0.035400390625 +-0.002441406250 +-0.077148437500 +-0.162109375000 +-0.185546875000 +-0.018554687500 +-0.224609375000 +-0.078613281250 +0.082519531250 +0.137695312500 +0.034667968750 +-0.146484375000 +0.113281250000 +-0.016235351562 +0.046386718750 +0.048339843750 +0.170898437500 +0.097167968750 +-0.182617187500 +-0.066406250000 +-0.035644531250 +0.010192871094 +-0.012939453125 +-0.162109375000 +-0.251953125000 +0.105957031250 +0.013916015625 +-0.174804687500 +0.200195312500 +-0.023681640625 +-0.004028320312 +-0.015258789062 +-0.042724609375 +0.021728515625 +0.136718750000 +-0.038330078125 +-0.002639770508 +-0.019897460938 +0.019897460938 +0.100585937500 +-0.140625000000 +-0.026977539062 +0.015136718750 +-0.023315429688 +0.030273437500 +-0.242187500000 +0.143554687500 +-0.069824218750 +0.002258300781 +0.084472656250 +0.080078125000 +0.090332031250 +-0.000865936279 +-0.074218750000 +-0.100097656250 +0.093261718750 +-0.040039062500 +-0.160156250000 +-0.057617187500 +-0.038574218750 +-0.074218750000 +-0.043701171875 +0.057128906250 +-0.026245117188 +-0.106445312500 +-0.142578125000 +0.012573242188 +-0.081542968750 +-0.053222656250 +0.106445312500 +-0.003692626953 +0.026000976562 +0.124023437500 +0.025268554688 +0.250000000000 +-0.204101562500 +-0.038818359375 +-0.016357421875 +0.103027343750 +-0.041259765625 +0.077636718750 +0.083496093750 +0.035644531250 +-0.023437500000 +0.057617187500 +-0.032714843750 +-0.006103515625 +-0.173828125000 +-0.001808166504 +0.016113281250 +-0.193359375000 +0.060546875000 +0.130859375000 +0.163085937500 +0.012145996094 +-0.103027343750 +-0.021972656250 +0.163085937500 +0.034912109375 +-0.062255859375 +0.083496093750 +0.109375000000 +0.076660156250 +0.054687500000 +-0.019531250000 +0.052734375000 +-0.088867187500 +-0.059814453125 +0.029418945312 +0.148437500000 +0.003173828125 +0.104003906250 +0.141601562500 +0.045898437500 +-0.051269531250 +-0.101074218750 +0.094238281250 +0.006134033203 +-0.162109375000 +0.052490234375 +-0.112304687500 +-0.055908203125 +0.085937500000 +-0.081542968750 +0.101074218750 +-0.019409179688 +0.101562500000 +0.031738281250 +-0.060058593750 +0.090332031250 +0.079101562500 +-0.166992187500 +-0.035400390625 +0.114257812500 +0.062988281250 +0.053222656250 +-0.050292968750 +0.067871093750 +-0.069824218750 +0.000137329102 +-0.056396484375 +0.055419921875 +-0.039794921875 +0.069335937500 +0.066406250000 +-0.106933593750 +0.213867187500 +0.017211914062 +-0.058837890625 +0.020263671875 +0.051025390625 +-0.021972656250 +-0.076660156250 +-0.047363281250 +-0.225585937500 +-0.137695312500 +0.092773437500 +0.184570312500 +-0.043212890625 +-0.044921875000 +-0.075683593750 +0.050781250000 +-0.092773437500 +0.006896972656 +-0.147460937500 +0.141601562500 +0.036621093750 +-0.028198242188 +0.034179687500 +-0.082031250000 +-0.034912109375 +0.016723632812 +-0.146484375000 +-0.019409179688 +-0.196289062500 +0.065429687500 +-0.004669189453 +0.034423828125 +-0.158203125000 +0.037353515625 +-0.066406250000 +0.027587890625 +0.022583007812 +-0.337890625000 +-0.166992187500 +0.100585937500 +-0.066406250000 +-0.056640625000 +-0.040527343750 +0.112792968750 +-0.078613281250 +0.062500000000 +0.062011718750 +-0.186523437500 +0.143554687500 +-0.125000000000 +0.021606445312 +-0.031494140625 +-0.168945312500 +0.085449218750 +-0.271484375000 +0.094238281250 +-0.039306640625 +0.026367187500 +0.000255584717 +0.060058593750 +-0.143554687500 +0.085937500000 +-0.156250000000 +-0.068847656250 +-0.007080078125 +0.057861328125 +0.029541015625 +0.182617187500 +-0.216796875000 +-0.067871093750 +0.048339843750 +-0.109863281250 +-0.195312500000 +-0.062500000000 +0.005645751953 +0.003173828125 +0.243164062500 +0.001091003418 +-0.082031250000 +0.096191406250 +0.165039062500 +0.013061523438 +0.105957031250 +-0.061035156250 +0.091796875000 +0.004943847656 +0.052734375000 +-0.096191406250 +-0.018920898438 +0.073242187500 +0.066894531250 +-0.057373046875 +0.045898437500 +-0.095214843750 +-0.093750000000 +-0.129882812500 +-0.153320312500 +0.101562500000 +-0.030151367188 +0.002517700195 +0.025024414062 +0.030639648438 +-0.094238281250 +0.052001953125 +-0.172851562500 +0.063964843750 +-0.042724609375 +0.042968750000 +-0.117675781250 +-0.020751953125 +0.013488769531 +0.029541015625 +0.109863281250 +0.011108398438 +-0.040283203125 +0.057128906250 +-0.077148437500 +-0.180664062500 +0.164062500000 +-0.041992187500 +0.000698089600 +-0.014709472656 +0.053222656250 +0.040527343750 +-0.023437500000 +0.049316406250 +-0.045654296875 +-0.177734375000 +0.038574218750 +-0.100585937500 +0.182617187500 +0.043212890625 +0.040283203125 +-0.086425781250 +-0.185546875000 +0.103027343750 +-0.116699218750 +0.082031250000 +-0.023071289062 +0.083984375000 +0.012023925781 +-0.012634277344 +-0.054687500000 +0.110351562500 +-0.030273437500 +-0.127929687500 +-0.132812500000 +-0.084960937500 +0.010070800781 +-0.086914062500 +-0.033691406250 +0.024658203125 +-0.015380859375 +-0.123046875000 +0.062988281250 +-0.085937500000 +0.042724609375 +-0.040771484375 +-0.057617187500 +0.021728515625 +0.000272750854 +0.014221191406 +0.093261718750 +-0.148437500000 +-0.099609375000 +-0.030761718750 +-0.086914062500 +0.125976562500 +0.027465820312 +0.157226562500 +0.020141601562 +0.108886718750 +0.060058593750 +-0.037597656250 +0.053710937500 +0.096679687500 +-0.093261718750 +-0.067871093750 +0.170898437500 +-0.208007812500 +0.239257812500 +0.021728515625 +-0.077636718750 +-0.062988281250 +-0.010070800781 +0.052001953125 +0.042968750000 +0.042724609375 +0.185546875000 +-0.076171875000 +-0.097167968750 +0.031738281250 +-0.044677734375 +0.174804687500 +0.032470703125 +0.067382812500 +-0.009338378906 +0.011230468750 +-0.036376953125 +-0.155273437500 +0.074218750000 +0.023437500000 +-0.075195312500 +-0.007446289062 +-0.054199218750 +0.090332031250 +-0.048339843750 +-0.055175781250 +0.081542968750 +-0.028930664062 +0.018676757812 +-0.002838134766 +-0.111816406250 +-0.120605468750 +0.048828125000 +0.098144531250 +-0.079101562500 +0.054443359375 +0.002502441406 +-0.110839843750 +0.012939453125 +0.023071289062 +0.085937500000 +-0.060546875000 +-0.125000000000 +0.049560546875 +-0.139648437500 +-0.042236328125 +-0.064453125000 +0.050537109375 +0.030517578125 +0.021118164062 +0.089843750000 +-0.121582031250 +-0.124023437500 +-0.071777343750 +-0.077148437500 +0.063476562500 +0.012878417969 +-0.094238281250 +-0.028808593750 +-0.015319824219 +0.020263671875 +-0.053222656250 +0.067382812500 +-0.019897460938 +-0.015869140625 +-0.027099609375 +0.022583007812 +-0.192382812500 +0.008361816406 +-0.020996093750 +-0.207031250000 +0.102539062500 +0.054199218750 +0.044921875000 +-0.104003906250 +0.076171875000 +-0.062255859375 +0.006134033203 +-0.156250000000 +-0.147460937500 +-0.097656250000 +-0.003158569336 +-0.082519531250 +0.114746093750 +-0.047119140625 +-0.119628906250 +0.028320312500 +0.044677734375 +-0.064453125000 +0.087890625000 +-0.122070312500 +0.039550781250 +0.025512695312 +-0.093750000000 +0.104492187500 +-0.071777343750 +-0.053222656250 +0.079101562500 +-0.147460937500 +0.145507812500 +0.141601562500 +-0.134765625000 +-0.067871093750 +0.024780273438 +-0.121093750000 +0.037597656250 +-0.116699218750 +0.014587402344 +0.062255859375 +0.010925292969 +-0.100097656250 +0.060058593750 +-0.158203125000 +0.012084960938 +-0.066406250000 +-0.075195312500 +0.028564453125 +0.021850585938 +-0.171875000000 +0.015747070312 +0.006713867188 +0.104492187500 +-0.168945312500 +0.168945312500 +-0.052978515625 +0.083496093750 +-0.094238281250 +0.057617187500 +-0.046630859375 +0.056884765625 +-0.151367187500 +0.047119140625 +-0.125976562500 +-0.047607421875 +0.018432617188 +-0.061767578125 +0.175781250000 +0.039550781250 +0.099121093750 +0.184570312500 +0.175781250000 +0.044677734375 +-0.011108398438 +0.103027343750 +0.015136718750 +0.028808593750 +-0.101074218750 +0.009643554688 +0.119628906250 +-0.112792968750 +0.062011718750 +0.004669189453 +0.028564453125 +-0.024414062500 +-0.025024414062 +-0.010375976562 +0.107421875000 +-0.005767822266 +-0.017333984375 +0.012878417969 +-0.111328125000 +-0.068847656250 +0.143554687500 +-0.050537109375 +0.033935546875 +-0.157226562500 +0.166015625000 +0.125000000000 +-0.126953125000 +-0.223632812500 +0.094726562500 +0.115234375000 +-0.116699218750 +-0.104492187500 +-0.212890625000 +0.148437500000 +-0.029785156250 +0.043457031250 +0.069335937500 +-0.092285156250 +0.004669189453 +0.144531250000 +-0.033935546875 +0.096679687500 +0.079101562500 +-0.089355468750 +-0.149414062500 +0.199218750000 +-0.095214843750 +0.007263183594 +-0.046142578125 +0.039550781250 +0.057861328125 +0.128906250000 +0.036132812500 +-0.175781250000 +0.039306640625 +0.049560546875 +0.079101562500 +-0.164062500000 +0.202148437500 +0.133789062500 +-0.141601562500 +0.108886718750 +0.164062500000 +-0.089843750000 +0.058593750000 +-0.022094726562 +0.032226562500 +0.115234375000 +-0.018188476562 +-0.044433593750 +-0.070312500000 +-0.185546875000 +-0.003906250000 +0.085937500000 +0.033203125000 +-0.033935546875 +-0.051757812500 +-0.000270843506 +0.076660156250 +0.053955078125 +-0.085937500000 +-0.037597656250 +0.189453125000 +-0.062988281250 +0.028320312500 +0.027832031250 +0.041503906250 +-0.000495910645 +0.135742187500 +0.049560546875 +-0.019165039062 +-0.057861328125 +0.035644531250 +0.039062500000 +0.025024414062 +-0.043457031250 +0.028320312500 +0.042480468750 +-0.058593750000 +-0.045410156250 +-0.072265625000 +-0.092285156250 +-0.110839843750 +0.100097656250 +-0.205078125000 +0.069335937500 +0.095703125000 +-0.020751953125 +-0.123046875000 +-0.140625000000 +-0.038330078125 +-0.062500000000 +-0.045898437500 +-0.050048828125 +-0.075683593750 +-0.111816406250 +0.067382812500 +-0.015625000000 +0.081054687500 +0.006469726562 +-0.050292968750 +-0.058105468750 +-0.108886718750 +-0.112304687500 +0.059082031250 +0.011291503906 +0.009155273438 +0.068847656250 +0.275390625000 +-0.017578125000 +0.056396484375 +-0.021240234375 +0.119140625000 +-0.134765625000 +0.123046875000 +0.146484375000 +0.017089843750 +-0.149414062500 +0.023193359375 +0.004119873047 +-0.147460937500 +-0.085937500000 +-0.116699218750 +0.023803710938 +-0.055419921875 +-0.058837890625 +0.101074218750 +0.017456054688 +0.083496093750 +0.083496093750 +0.097167968750 +-0.005065917969 +-0.031738281250 +-0.013671875000 +0.114257812500 +-0.070312500000 +0.053466796875 +-0.166992187500 +-0.030029296875 +0.030639648438 +0.038330078125 +-0.107910156250 +0.104492187500 +-0.052246093750 +0.168945312500 +-0.049316406250 +-0.180664062500 +0.071289062500 +0.034423828125 +-0.022827148438 +-0.081054687500 +0.095214843750 +0.072265625000 +-0.125976562500 +0.079101562500 +-0.140625000000 +0.010681152344 +-0.038818359375 +-0.046875000000 +-0.041748046875 +0.090820312500 +0.125000000000 +-0.126953125000 +0.048095703125 +-0.192382812500 +-0.065917968750 +-0.227539062500 +0.088867187500 +-0.060791015625 +-0.238281250000 +0.059570312500 +-0.096679687500 +-0.020507812500 +-0.131835937500 +0.007415771484 +0.018432617188 +-0.061279296875 +-0.036621093750 +-0.058105468750 +0.051513671875 +0.007446289062 +-0.171875000000 +0.009277343750 +-0.016357421875 +-0.007873535156 +-0.036132812500 +0.045166015625 +0.033203125000 +0.014648437500 +-0.169921875000 +0.057128906250 +-0.014221191406 +-0.055908203125 +0.014343261719 +-0.144531250000 +0.057128906250 +0.064453125000 +-0.082519531250 +-0.006652832031 +0.114746093750 +-0.068847656250 +0.012817382812 +0.097656250000 +0.031127929688 +-0.048095703125 +-0.040039062500 +-0.112792968750 +0.066894531250 +-0.035156250000 +-0.144531250000 +0.151367187500 +0.199218750000 +0.027832031250 +-0.133789062500 +0.117187500000 +-0.026733398438 +-0.116699218750 +-0.053710937500 +-0.004211425781 +-0.125000000000 +-0.100097656250 +-0.102539062500 +0.073242187500 +0.040771484375 +0.107421875000 +0.133789062500 +0.083496093750 +0.042968750000 +0.001327514648 +0.125976562500 +-0.013183593750 +0.137695312500 +0.002914428711 +-0.002593994141 +0.328125000000 +-0.087402343750 +0.128906250000 +0.009033203125 +-0.104492187500 +-0.060302734375 +-0.091796875000 +0.392578125000 +-0.126953125000 +-0.062500000000 +-0.003158569336 +0.040527343750 +-0.062500000000 +-0.061035156250 +0.001968383789 +-0.130859375000 +-0.054443359375 +0.038574218750 +0.019897460938 +-0.161132812500 +-0.044433593750 +-0.038818359375 +-0.017822265625 +-0.024902343750 +0.018188476562 +0.139648437500 +-0.097167968750 +-0.047119140625 +-0.066894531250 +0.010253906250 +-0.017700195312 +0.071777343750 +0.077636718750 +0.007415771484 +0.069335937500 +0.011962890625 +-0.130859375000 +0.017822265625 +-0.023559570312 +0.112304687500 +-0.087402343750 +0.141601562500 +0.161132812500 +0.076660156250 +0.139648437500 +0.105957031250 +-0.032958984375 +0.157226562500 +-0.241210937500 +0.033447265625 +-0.111328125000 +-0.265625000000 +0.039550781250 +0.024047851562 +0.071777343750 +0.045898437500 +0.057373046875 +0.193359375000 +-0.011535644531 +0.032958984375 +-0.090332031250 +-0.126953125000 +0.030395507812 +0.183593750000 +-0.043945312500 +-0.130859375000 +-0.089843750000 +-0.208007812500 +0.159179687500 +-0.036865234375 +-0.119140625000 +-0.084960937500 +0.033447265625 +0.007720947266 +-0.001983642578 +-0.080566406250 +0.007446289062 +0.045898437500 +0.176757812500 +-0.079589843750 +0.092285156250 +0.021850585938 +0.029541015625 +-0.003265380859 +0.087402343750 +0.006958007812 +0.098144531250 +-0.048828125000 +0.060302734375 +-0.042724609375 +0.068847656250 +-0.020019531250 +-0.020996093750 +0.072265625000 +0.027832031250 +-0.034179687500 +-0.013916015625 +-0.105468750000 +0.080566406250 +0.020141601562 +-0.051757812500 +-0.042236328125 +-0.046142578125 +-0.068359375000 +-0.077148437500 +0.013488769531 +-0.074218750000 +-0.009521484375 +0.102050781250 +0.004943847656 +-0.166992187500 +0.207031250000 +-0.062500000000 +-0.063476562500 +0.050781250000 +-0.086425781250 +-0.036132812500 +0.014526367188 +0.113769531250 +-0.129882812500 +0.158203125000 +0.074707031250 +-0.166992187500 +-0.038085937500 +-0.027709960938 +0.014526367188 +0.031982421875 +-0.032470703125 +-0.128906250000 +0.049316406250 +0.109863281250 +-0.017578125000 +-0.138671875000 +-0.009460449219 +0.063476562500 +0.097656250000 +0.116210937500 +-0.028808593750 +-0.129882812500 +-0.163085937500 +-0.114746093750 +0.058349609375 +0.026855468750 +-0.042724609375 +0.064453125000 +0.030395507812 +-0.004333496094 +0.042968750000 +0.071289062500 +0.157226562500 +-0.017578125000 +0.110839843750 +0.357421875000 +0.094726562500 +-0.093750000000 +0.023437500000 +0.084472656250 +-0.069824218750 +-0.024414062500 +-0.016113281250 +-0.101074218750 +-0.178710937500 +-0.057617187500 +0.048583984375 +-0.073242187500 +-0.135742187500 +-0.177734375000 +-0.001525878906 +0.042724609375 +0.087402343750 +-0.146484375000 +-0.154296875000 +0.076660156250 +-0.026977539062 +-0.020996093750 +0.058105468750 +0.112792968750 +-0.013977050781 +0.051269531250 +0.017700195312 +-0.003906250000 +0.087402343750 +0.039062500000 +-0.167968750000 +0.117675781250 +0.164062500000 +-0.038574218750 +0.096191406250 +-0.066894531250 +-0.098632812500 +0.071289062500 +0.022460937500 +-0.239257812500 +-0.157226562500 +0.030639648438 +0.155273437500 +0.048095703125 +0.246093750000 +-0.145507812500 +0.087402343750 +-0.040039062500 +0.034179687500 +0.010620117188 +-0.022705078125 +-0.099121093750 +-0.019409179688 +0.166015625000 +0.007141113281 +-0.005554199219 +0.051269531250 +0.100585937500 +-0.108398437500 +0.090332031250 +-0.030273437500 +-0.068847656250 +-0.069335937500 +-0.017822265625 +-0.094238281250 +-0.032226562500 +-0.044921875000 +-0.086425781250 +-0.035888671875 +0.059570312500 +-0.125976562500 +0.152343750000 +-0.083496093750 +-0.064453125000 +0.175781250000 +-0.094238281250 +0.015380859375 +-0.180664062500 +0.064941406250 +0.044921875000 +-0.034423828125 +0.194335937500 +-0.114257812500 +0.081542968750 +-0.051757812500 +-0.010314941406 +0.136718750000 +-0.148437500000 +-0.062011718750 +0.019653320312 +-0.047363281250 +-0.109863281250 +-0.015747070312 +0.006896972656 +0.010803222656 +-0.062988281250 +0.054931640625 +-0.085449218750 +0.146484375000 +-0.050048828125 +-0.017944335938 +0.034667968750 +-0.185546875000 +-0.007995605469 +0.076660156250 +0.010192871094 +-0.010437011719 +-0.015747070312 +-0.004241943359 +0.073730468750 +0.070800781250 +0.149414062500 +-0.081054687500 +0.034179687500 +-0.015869140625 +0.010498046875 +-0.095214843750 +-0.034179687500 +0.051513671875 +0.009582519531 +0.047607421875 +0.069824218750 +-0.043212890625 +-0.045410156250 +-0.060058593750 +0.058593750000 +-0.185546875000 +0.067382812500 +0.173828125000 +0.070800781250 +-0.051757812500 +0.132812500000 +0.030639648438 +0.041748046875 +0.088378906250 +0.017944335938 +-0.002731323242 +-0.094726562500 +-0.195312500000 +0.016845703125 +0.024169921875 +-0.026245117188 +-0.069824218750 +-0.028808593750 +0.124023437500 +0.043945312500 +0.114257812500 +-0.100097656250 +-0.122558593750 +0.102539062500 +0.015380859375 +-0.092773437500 +-0.075683593750 +0.001853942871 +-0.031738281250 +0.154296875000 +-0.036376953125 +-0.049316406250 +-0.023681640625 +0.144531250000 +-0.032226562500 +-0.029174804688 +-0.041015625000 +-0.084472656250 +-0.079589843750 +0.009948730469 +-0.084960937500 +0.038330078125 +0.045898437500 +-0.079101562500 +-0.069335937500 +0.046142578125 +-0.001426696777 +0.025268554688 +-0.129882812500 +0.060546875000 +-0.069335937500 +-0.131835937500 +0.090332031250 +-0.101074218750 +-0.098632812500 +0.060302734375 +-0.125976562500 +-0.001609802246 +-0.090332031250 +0.034179687500 +-0.048339843750 +-0.073242187500 +0.070800781250 +-0.137695312500 +0.036132812500 +0.000299453735 +-0.077636718750 +0.091796875000 +-0.072265625000 +-0.032470703125 +-0.032226562500 +0.127929687500 +0.066894531250 +0.088867187500 +-0.005279541016 +0.039062500000 +0.062500000000 +-0.001014709473 +0.039062500000 +-0.092285156250 +-0.036865234375 +-0.005371093750 +-0.058105468750 +-0.006072998047 +0.079589843750 +-0.120605468750 +0.004241943359 +-0.099121093750 +-0.090820312500 +-0.203125000000 +-0.005462646484 +0.105468750000 +0.088378906250 +0.003448486328 +0.012207031250 +-0.115234375000 +-0.129882812500 +-0.165039062500 +0.000968933105 +0.086425781250 +0.013061523438 +0.032226562500 +0.050781250000 +0.009887695312 +-0.084472656250 +0.090820312500 +0.024902343750 +0.046630859375 +0.005371093750 +-0.015869140625 +0.115722656250 +-0.029418945312 +0.009643554688 +-0.097656250000 +-0.041015625000 +-0.066406250000 +-0.051025390625 +0.133789062500 +0.061523437500 +-0.122070312500 +-0.088378906250 +-0.014648437500 +-0.055908203125 +-0.093261718750 +0.042724609375 +-0.169921875000 +0.107910156250 +-0.003997802734 +0.155273437500 +-0.080078125000 +0.044677734375 +-0.048828125000 +0.067871093750 +-0.213867187500 +0.171875000000 +-0.083984375000 +0.020629882812 +-0.106933593750 +0.044189453125 +0.049316406250 +-0.002792358398 +0.073730468750 +0.026367187500 +0.036376953125 +-0.016479492188 +0.051025390625 +0.050781250000 +0.139648437500 +0.083007812500 +0.029663085938 +-0.233398437500 +0.061279296875 +-0.162109375000 +0.024047851562 +0.012573242188 +0.113281250000 +-0.062988281250 +0.075195312500 +0.036132812500 +0.000423431396 +-0.091308593750 +0.158203125000 +0.033935546875 +0.047607421875 +-0.059082031250 +0.176757812500 +-0.116210937500 +-0.020751953125 +0.009460449219 +-0.124511718750 +-0.099121093750 +0.100097656250 +0.088378906250 +0.005462646484 +-0.097656250000 +0.025146484375 +-0.026367187500 +0.007812500000 +0.028686523438 +-0.147460937500 +-0.045410156250 +0.086425781250 +-0.091796875000 +0.024169921875 +0.004547119141 +0.108886718750 +-0.007995605469 +0.098632812500 +-0.166015625000 +0.000556945801 +-0.032714843750 +0.018066406250 +0.029052734375 +-0.055419921875 +0.035644531250 +0.056152343750 +0.011413574219 +0.055175781250 +-0.032714843750 +0.179687500000 +-0.157226562500 +-0.052246093750 +-0.046386718750 +0.118652343750 +0.162109375000 +0.088378906250 +-0.170898437500 +0.145507812500 +-0.166992187500 +-0.016967773438 +-0.005096435547 +-0.148437500000 +0.012878417969 +0.120605468750 +-0.026489257812 +-0.137695312500 +0.175781250000 +0.028808593750 +-0.125976562500 +0.058837890625 +-0.005584716797 +0.094238281250 +0.122558593750 +-0.106445312500 +0.098144531250 +-0.134765625000 +0.009704589844 +0.166015625000 +-0.029663085938 +-0.150390625000 +0.036621093750 +0.031250000000 +-0.061767578125 +-0.122070312500 +0.088378906250 +0.187500000000 +0.084960937500 +0.065429687500 +-0.017333984375 +-0.084472656250 +0.085937500000 +-0.098632812500 +-0.171875000000 +0.055419921875 +-0.086914062500 +-0.055419921875 +0.073242187500 +-0.012145996094 +0.072753906250 +0.008789062500 +-0.125000000000 +0.038085937500 +-0.102539062500 +-0.122070312500 +-0.086914062500 +0.058105468750 +0.035400390625 +0.090820312500 +0.112304687500 +0.122558593750 +0.035888671875 +-0.150390625000 +0.035888671875 +0.060791015625 +-0.120605468750 +-0.008422851562 +-0.038818359375 +-0.055175781250 +-0.074218750000 +0.012573242188 +0.029663085938 +0.051269531250 +0.075683593750 +0.041259765625 +-0.300781250000 +-0.058837890625 +-0.085449218750 +0.088378906250 +0.079101562500 +-0.014099121094 +0.166992187500 +0.161132812500 +-0.072753906250 +0.004943847656 +0.095214843750 +0.012695312500 +-0.006988525391 +-0.071777343750 +0.005615234375 +0.077148437500 +-0.034667968750 +-0.014099121094 +0.056396484375 +-0.117187500000 +0.107910156250 +-0.104003906250 +-0.026855468750 +-0.070800781250 +0.120605468750 +0.088378906250 +-0.055419921875 +0.062500000000 +0.010375976562 +0.052734375000 +0.090332031250 +0.076660156250 +-0.018066406250 +0.029663085938 +0.059570312500 +-0.105468750000 +-0.034667968750 +-0.038818359375 +-0.039062500000 +0.047607421875 +-0.187500000000 +-0.157226562500 +0.084960937500 +0.053222656250 +0.077148437500 +0.045898437500 +0.021728515625 +-0.028442382812 +0.148437500000 +0.040527343750 +-0.163085937500 +0.013183593750 +-0.039306640625 +0.073242187500 +-0.043945312500 +0.016845703125 +0.146484375000 +0.004608154297 +-0.306640625000 +-0.089843750000 +-0.021972656250 +-0.110351562500 +0.008789062500 +-0.029296875000 +-0.037109375000 +0.111328125000 +-0.073730468750 +-0.122558593750 +-0.064941406250 +-0.002899169922 +0.125000000000 +0.168945312500 +-0.011962890625 +-0.122070312500 +-0.209960937500 +0.028320312500 +-0.096191406250 +-0.023803710938 +0.079101562500 +-0.002548217773 +0.076171875000 +0.105957031250 +0.072265625000 +-0.033691406250 +-0.025634765625 +0.056152343750 +-0.062988281250 +0.085937500000 +-0.061523437500 +0.015625000000 +-0.023925781250 +-0.016235351562 +-0.069335937500 +-0.214843750000 +-0.089843750000 +-0.053466796875 +0.029296875000 +-0.106445312500 +0.093750000000 +-0.036865234375 +-0.031982421875 +-0.016967773438 +0.026611328125 +0.074218750000 +0.011901855469 +0.050292968750 +0.125000000000 +0.112304687500 +0.190429687500 +0.015869140625 +-0.001998901367 +0.076171875000 +-0.106933593750 +-0.079101562500 +0.189453125000 +-0.043212890625 +-0.029663085938 +-0.032226562500 +-0.009887695312 +-0.014526367188 +-0.017089843750 +-0.068359375000 +-0.130859375000 +0.035644531250 +0.046142578125 +0.015075683594 +-0.216796875000 +0.065429687500 +-0.020996093750 +-0.046386718750 +0.015991210938 +-0.032470703125 +-0.057128906250 +-0.000124931335 +-0.054931640625 +-0.050537109375 +0.147460937500 +0.069824218750 +0.069824218750 +0.080078125000 +-0.005401611328 +0.127929687500 +0.033691406250 +-0.135742187500 +0.015319824219 +-0.042236328125 +0.029174804688 +0.285156250000 +0.091308593750 +0.116699218750 +0.044189453125 +-0.033691406250 +0.083984375000 +-0.159179687500 +0.039306640625 +-0.040039062500 +-0.021118164062 +0.011535644531 +-0.062500000000 +-0.060546875000 +0.217773437500 +0.187500000000 +0.008361816406 +-0.075195312500 +-0.033203125000 +-0.087402343750 +-0.086425781250 +-0.124023437500 +0.003219604492 +-0.021118164062 +0.105957031250 +0.034667968750 +0.009704589844 +0.049804687500 +0.114257812500 +-0.130859375000 +0.051025390625 +0.047119140625 +-0.063964843750 +-0.010131835938 +0.022827148438 +0.040527343750 +0.147460937500 +-0.054199218750 +0.065429687500 +0.091308593750 +-0.045410156250 +0.138671875000 +-0.023803710938 +-0.052734375000 +0.114746093750 +0.060791015625 +0.027709960938 +-0.153320312500 +0.121582031250 +0.016723632812 +-0.167968750000 +0.031738281250 +-0.048339843750 +-0.061767578125 +-0.037597656250 +0.049316406250 +0.062255859375 +-0.056640625000 +-0.089355468750 +-0.176757812500 +0.010803222656 +0.062988281250 +-0.064941406250 +-0.081542968750 +0.020141601562 +0.007080078125 +-0.092285156250 +0.014526367188 +0.090332031250 +0.062011718750 +-0.127929687500 +-0.038818359375 +0.035888671875 +-0.010986328125 +0.153320312500 +-0.030517578125 +-0.240234375000 +0.073730468750 +-0.122070312500 +0.041503906250 +0.245117187500 +0.010253906250 +-0.056884765625 +-0.118652343750 +0.113281250000 +-0.172851562500 +0.077636718750 +0.071289062500 +0.060058593750 +-0.178710937500 +0.079101562500 +0.053955078125 +-0.055908203125 +0.009643554688 +0.116699218750 +-0.065429687500 +-0.067382812500 +0.012695312500 +0.010742187500 +0.132812500000 +-0.001266479492 +0.135742187500 +-0.059814453125 +-0.015197753906 +-0.019775390625 +0.077148437500 +-0.024780273438 +0.045654296875 +0.116699218750 +-0.065429687500 +-0.088867187500 +-0.126953125000 +0.058593750000 +0.042480468750 +0.136718750000 +-0.178710937500 +0.059814453125 +-0.099609375000 +-0.015075683594 +-0.102050781250 +0.177734375000 +-0.090332031250 +0.037841796875 +-0.144531250000 +-0.128906250000 +-0.043212890625 +-0.002212524414 +0.009216308594 +0.046630859375 +-0.220703125000 +0.124511718750 +0.041259765625 +-0.087402343750 +-0.052001953125 +-0.007446289062 +0.093261718750 +-0.017578125000 +0.051513671875 +-0.023315429688 +-0.000782012939 +0.039062500000 +-0.025756835938 +-0.001640319824 +-0.026000976562 +0.079589843750 +0.096679687500 +0.071777343750 +0.033691406250 +0.024902343750 +0.006439208984 +0.004547119141 +-0.122070312500 +0.085449218750 +-0.009460449219 +0.082519531250 +-0.084472656250 +-0.057128906250 +-0.027221679688 +0.106445312500 +-0.153320312500 +-0.091796875000 +0.014038085938 +-0.032714843750 +0.000713348389 +0.023681640625 +0.085449218750 +-0.054687500000 +0.167968750000 +-0.197265625000 +0.010498046875 +-0.074707031250 +-0.025268554688 +-0.024780273438 +0.083984375000 +0.155273437500 +-0.099609375000 +-0.197265625000 +0.113281250000 +0.027221679688 +0.200195312500 +0.007354736328 +-0.215820312500 +-0.047363281250 +-0.129882812500 +0.013793945312 +-0.002044677734 +0.009704589844 +-0.037353515625 +-0.029296875000 +-0.035888671875 +-0.059814453125 +0.096679687500 +-0.101074218750 +0.047119140625 +-0.029418945312 +-0.081542968750 +-0.040039062500 +0.038085937500 +-0.163085937500 +-0.070800781250 +0.032226562500 +0.164062500000 +0.031494140625 +-0.199218750000 +-0.055419921875 +-0.122558593750 +0.010192871094 +-0.040039062500 +-0.138671875000 +0.067871093750 +-0.057861328125 +-0.000797271729 +0.026733398438 +-0.014587402344 +0.075195312500 +0.098144531250 +-0.049560546875 +0.070800781250 +-0.175781250000 +0.093261718750 +0.093261718750 +0.152343750000 +-0.026489257812 +0.054443359375 +-0.090820312500 +-0.032470703125 +0.056884765625 +0.046875000000 +0.088378906250 +0.058105468750 +-0.046875000000 +0.023681640625 +0.053466796875 +0.076660156250 +-0.049804687500 +0.070312500000 +0.077148437500 +-0.076171875000 +0.060302734375 +0.059326171875 +0.118652343750 +0.024414062500 +-0.034912109375 +-0.122070312500 +-0.105468750000 +-0.118652343750 +0.185546875000 +-0.120117187500 +0.127929687500 +-0.119628906250 +0.006774902344 +0.048095703125 +-0.156250000000 +-0.056640625000 +0.044921875000 +0.107910156250 +0.062988281250 +0.065917968750 +0.097656250000 +0.052978515625 +0.134765625000 +-0.114746093750 +-0.144531250000 +-0.255859375000 +-0.064941406250 +-0.047119140625 +-0.119628906250 +-0.030395507812 +-0.035888671875 +0.078125000000 +-0.006164550781 +0.011291503906 +0.072753906250 +0.057373046875 +-0.098144531250 +-0.018676757812 +-0.091796875000 +-0.007324218750 +0.015502929688 +-0.119628906250 +-0.047363281250 +0.032470703125 +-0.093261718750 +-0.071777343750 +-0.049804687500 +-0.032470703125 +0.003677368164 +-0.003524780273 +-0.069335937500 +-0.002914428711 +0.145507812500 +0.058105468750 +-0.099609375000 +0.026733398438 +-0.173828125000 +-0.018066406250 +-0.035400390625 +0.035888671875 +-0.100585937500 +0.050292968750 +-0.012878417969 +-0.033935546875 +-0.048828125000 +0.229492187500 +-0.157226562500 +0.039062500000 +-0.217773437500 +0.237304687500 +0.052490234375 +-0.019653320312 +-0.007781982422 +-0.136718750000 +0.110351562500 +-0.187500000000 +-0.097656250000 +0.009643554688 +-0.039550781250 +-0.187500000000 +0.018676757812 +0.084960937500 +-0.013183593750 +0.057373046875 +0.119140625000 +-0.015136718750 +-0.014709472656 +-0.166015625000 +0.060546875000 +-0.142578125000 +-0.148437500000 +0.063964843750 +0.063964843750 +0.026489257812 +0.083496093750 +-0.015747070312 +-0.065917968750 +-0.069824218750 +0.135742187500 +0.083984375000 +-0.087402343750 +0.229492187500 +0.149414062500 +-0.005126953125 +0.119140625000 +-0.052490234375 +-0.061767578125 +0.043701171875 +0.097167968750 +0.107421875000 +0.033447265625 +-0.047851562500 +-0.035400390625 +-0.105468750000 +-0.070800781250 +-0.204101562500 +0.060302734375 +-0.035888671875 +-0.003387451172 +0.090332031250 +-0.061279296875 +0.087402343750 +0.066894531250 +-0.035156250000 +-0.056152343750 +0.096191406250 +0.096679687500 +0.026367187500 +0.022460937500 +0.135742187500 +0.025756835938 +0.017333984375 +-0.076660156250 +0.102539062500 +-0.109375000000 +-0.006042480469 +0.079589843750 +0.114257812500 +0.156250000000 +0.003234863281 +-0.058105468750 +0.002716064453 +-0.197265625000 +-0.071777343750 +-0.106933593750 +0.021972656250 +0.098144531250 +-0.010009765625 +0.050048828125 +-0.001831054688 +0.042724609375 +0.063476562500 +0.166015625000 +0.033935546875 +-0.078613281250 +-0.021728515625 +0.047607421875 +0.006347656250 +0.033935546875 +-0.253906250000 +0.036621093750 +-0.021850585938 +0.231445312500 +-0.015747070312 +0.043457031250 +0.148437500000 +-0.149414062500 +0.007202148438 +-0.010375976562 +0.037109375000 +0.059570312500 +0.001853942871 +0.020263671875 +-0.110839843750 +-0.042480468750 +0.025146484375 +-0.105957031250 +-0.057373046875 +0.069824218750 +0.094726562500 +-0.045410156250 +0.008544921875 +-0.054443359375 +-0.036621093750 +0.048828125000 +-0.031494140625 +-0.081542968750 +-0.029785156250 +0.069335937500 +-0.015625000000 +-0.345703125000 +-0.184570312500 +-0.127929687500 +-0.126953125000 +-0.140625000000 +0.066894531250 +0.133789062500 +0.065429687500 +-0.005584716797 +-0.015441894531 +-0.180664062500 +-0.018798828125 +0.041503906250 +-0.004486083984 +-0.109863281250 +0.024902343750 +-0.196289062500 +0.024902343750 +-0.049072265625 +0.020263671875 +0.027709960938 +-0.045410156250 +-0.048583984375 +0.016723632812 +0.046875000000 +-0.240234375000 +0.094238281250 +0.048828125000 +0.002944946289 +0.086425781250 +0.063476562500 +-0.043945312500 +-0.125000000000 +-0.180664062500 +-0.035644531250 +0.065429687500 +-0.055175781250 +-0.046142578125 +0.012756347656 +-0.126953125000 +-0.160156250000 +0.020507812500 +0.135742187500 +-0.038330078125 +-0.152343750000 +-0.018920898438 +-0.013244628906 +-0.030761718750 +0.024658203125 +-0.136718750000 +0.070312500000 +0.163085937500 +0.006500244141 +0.016235351562 +0.060302734375 +-0.011230468750 +-0.004821777344 +-0.162109375000 +-0.068359375000 +-0.074707031250 +-0.002441406250 +0.141601562500 +0.030517578125 +-0.036132812500 +-0.144531250000 +-0.046142578125 +-0.072265625000 +0.003829956055 +0.062011718750 +-0.116210937500 +0.030029296875 +0.052734375000 +-0.065917968750 +0.003936767578 +0.017089843750 +0.037841796875 +0.014465332031 +0.065917968750 +-0.246093750000 +-0.071289062500 +-0.058837890625 +0.030883789062 +0.045654296875 +0.014892578125 +-0.056640625000 +-0.098632812500 +-0.014038085938 +-0.102539062500 +-0.037841796875 +0.131835937500 +0.127929687500 +-0.170898437500 +0.004730224609 +0.000080585480 +0.114746093750 +0.046142578125 +0.022216796875 +-0.018554687500 +-0.061523437500 +-0.132812500000 +-0.121582031250 +0.143554687500 +0.015563964844 +-0.105957031250 +0.068359375000 +-0.225585937500 +-0.045898437500 +-0.064453125000 +0.078613281250 +0.046386718750 +-0.092773437500 +-0.129882812500 +-0.043701171875 +-0.025634765625 +0.062011718750 +-0.196289062500 +0.025878906250 +-0.053466796875 +-0.029663085938 +-0.113281250000 +-0.028930664062 +0.003509521484 +-0.098144531250 +0.184570312500 +0.127929687500 +0.001426696777 +0.033203125000 +-0.322265625000 +-0.176757812500 +0.017333984375 +-0.038574218750 +-0.129882812500 +0.106445312500 +-0.018798828125 +0.027343750000 +-0.056640625000 +0.181640625000 +0.081054687500 +0.072265625000 +-0.069824218750 +0.039794921875 +0.056884765625 +-0.049316406250 +-0.069824218750 +0.036376953125 +0.060302734375 +-0.023193359375 +0.022338867188 +-0.008361816406 +-0.107421875000 +-0.016967773438 +-0.035400390625 +-0.024414062500 +0.024169921875 +0.127929687500 +-0.037109375000 +-0.081054687500 +-0.101074218750 +0.080078125000 +0.022705078125 +0.045166015625 +0.057617187500 +-0.095214843750 +0.002548217773 +0.028076171875 +0.035400390625 +-0.031494140625 +0.052490234375 +0.071289062500 +-0.059326171875 +0.020263671875 +-0.141601562500 +-0.093261718750 +0.246093750000 +-0.016235351562 +-0.109863281250 +-0.050292968750 +0.142578125000 +-0.082519531250 +0.012756347656 +-0.004669189453 +0.069824218750 +-0.033203125000 +-0.128906250000 +-0.029296875000 +0.121582031250 +-0.088867187500 +-0.086425781250 +0.052490234375 +-0.133789062500 +-0.166992187500 +-0.243164062500 +-0.064453125000 +0.012207031250 +-0.189453125000 +-0.018798828125 +0.015197753906 +0.041748046875 +0.220703125000 +-0.100585937500 +-0.186523437500 +-0.166992187500 +-0.058593750000 +0.318359375000 +0.041259765625 +0.090820312500 +0.090820312500 +-0.037109375000 +0.127929687500 +0.014709472656 +0.068847656250 +-0.109863281250 +0.091796875000 +0.098632812500 +0.021362304688 +-0.031738281250 +-0.146484375000 +-0.078613281250 +-0.027709960938 +0.004577636719 +0.031250000000 +-0.013977050781 +0.238281250000 +-0.037353515625 +0.033691406250 +-0.211914062500 +0.110839843750 +-0.032958984375 +0.005859375000 +0.040283203125 +0.060302734375 +0.005432128906 +0.115722656250 +-0.097656250000 +0.067382812500 +0.158203125000 +-0.026733398438 +0.221679687500 +-0.144531250000 +0.056396484375 +-0.100585937500 +0.078613281250 +0.022094726562 +0.141601562500 +0.069335937500 +-0.018920898438 +0.104003906250 +0.005279541016 +-0.205078125000 +-0.100585937500 +-0.004638671875 +0.098632812500 +0.098632812500 +0.073242187500 +-0.041748046875 +-0.077148437500 +0.102539062500 +-0.022094726562 +-0.060791015625 +-0.071777343750 +-0.102539062500 +0.042236328125 +0.047363281250 +-0.041992187500 +0.073730468750 +-0.040283203125 +-0.104492187500 +-0.056884765625 +-0.065429687500 +-0.032226562500 +0.081542968750 +-0.082031250000 +-0.070800781250 +-0.030151367188 +-0.124023437500 +-0.124023437500 +0.057617187500 +-0.021484375000 +-0.006958007812 +-0.131835937500 +-0.053466796875 +0.094238281250 +-0.022216796875 +0.004608154297 +0.084472656250 +-0.040283203125 +-0.002746582031 +0.076660156250 +-0.026367187500 +-0.011779785156 +-0.100585937500 +0.030517578125 +-0.021362304688 +-0.087402343750 +-0.075195312500 +0.080078125000 +-0.075683593750 +0.011291503906 +-0.046875000000 +-0.082031250000 +-0.013427734375 +0.026123046875 +-0.097167968750 +0.049316406250 +0.161132812500 +0.100585937500 +0.100585937500 +0.102539062500 +-0.084960937500 +-0.020141601562 +0.090820312500 +-0.035644531250 +-0.090332031250 +0.018432617188 +-0.023315429688 +-0.078613281250 +0.127929687500 +-0.157226562500 +0.084472656250 +0.171875000000 +-0.101074218750 +0.060058593750 +-0.078125000000 +-0.007171630859 +-0.021362304688 +-0.196289062500 +0.070312500000 +0.125000000000 +0.030151367188 +-0.104980468750 +0.036376953125 +0.070800781250 +-0.015563964844 +-0.085449218750 +0.078613281250 +-0.055664062500 +0.076660156250 +0.024047851562 +-0.025390625000 +-0.042236328125 +0.085937500000 +0.162109375000 +-0.109375000000 +-0.052978515625 +-0.032226562500 +-0.012573242188 +0.020385742188 +0.153320312500 +-0.207031250000 +-0.023925781250 +-0.089843750000 +-0.115234375000 +0.087890625000 +0.168945312500 +-0.009155273438 +-0.141601562500 +0.004943847656 +0.001701354980 +0.010559082031 +0.016967773438 +0.122558593750 +-0.105957031250 +0.066406250000 +0.029785156250 +-0.159179687500 +0.079589843750 +-0.133789062500 +-0.124023437500 +-0.077636718750 +0.034667968750 +0.041015625000 +-0.067871093750 +0.133789062500 +0.073730468750 +0.006530761719 +0.085937500000 +0.021484375000 +-0.029907226562 +-0.114257812500 +-0.092773437500 +0.015747070312 +0.047363281250 +-0.112792968750 +-0.078613281250 +-0.088378906250 +0.094726562500 +0.199218750000 +-0.046386718750 +-0.008850097656 +-0.024291992188 +0.102050781250 +-0.134765625000 +0.218750000000 +0.121093750000 +0.143554687500 +-0.037597656250 +-0.056640625000 +0.093750000000 +0.034912109375 +-0.053955078125 +-0.120117187500 +-0.089843750000 +0.000751495361 +-0.010070800781 +-0.061523437500 +-0.003540039062 +0.052246093750 +0.024902343750 +0.076660156250 +0.003280639648 +-0.006195068359 +-0.164062500000 +0.036621093750 +-0.036376953125 +0.113769531250 +0.017456054688 +0.038330078125 +-0.138671875000 +-0.025878906250 +-0.106445312500 +-0.035644531250 +0.095703125000 +0.004150390625 +0.069335937500 +0.049560546875 +0.072265625000 +0.056884765625 +0.209960937500 +-0.063964843750 +-0.012878417969 +0.011718750000 +0.066406250000 +0.014343261719 +0.142578125000 +0.060791015625 +-0.182617187500 +0.081542968750 +0.122070312500 +-0.079101562500 +-0.080078125000 +-0.070312500000 +-0.012695312500 +-0.051513671875 +-0.022583007812 +-0.213867187500 +-0.148437500000 +0.094238281250 +0.078125000000 +0.069335937500 +-0.102539062500 +0.103027343750 +0.031494140625 +-0.096191406250 +0.003112792969 +-0.172851562500 +-0.041015625000 +0.044677734375 +0.078613281250 +0.023071289062 +0.078125000000 +0.071777343750 +0.073242187500 +-0.025390625000 +-0.030517578125 +-0.001220703125 +0.062988281250 +0.098632812500 +0.005859375000 +-0.034667968750 +-0.076660156250 +-0.063476562500 +0.047851562500 +-0.005584716797 +-0.125976562500 +-0.165039062500 +-0.072753906250 +0.044189453125 +0.034423828125 +0.043701171875 +-0.083496093750 +0.171875000000 +0.091796875000 +-0.037353515625 +0.095214843750 +0.026245117188 +0.165039062500 +-0.116210937500 +0.147460937500 +0.016601562500 +0.054931640625 +-0.026855468750 +0.094726562500 +-0.103027343750 +0.135742187500 +-0.052734375000 +-0.050537109375 +0.019897460938 +0.060546875000 +0.205078125000 +-0.000843048096 +-0.127929687500 +0.022216796875 +-0.051513671875 +0.079589843750 +-0.000339508057 +0.040283203125 +0.028930664062 +-0.126953125000 +0.182617187500 +-0.039794921875 +0.018798828125 +-0.100097656250 +-0.117675781250 +0.001403808594 +-0.044189453125 +0.067871093750 +0.064941406250 +-0.053710937500 +-0.006530761719 +-0.135742187500 +-0.045654296875 +0.066894531250 +0.089843750000 +-0.018188476562 +-0.014221191406 +-0.036132812500 +-0.014709472656 +-0.063964843750 +-0.189453125000 +-0.082519531250 +0.000474929810 +-0.094238281250 +-0.090820312500 +-0.068359375000 +0.027221679688 +-0.027343750000 +0.159179687500 +0.019653320312 +-0.020019531250 +0.089355468750 +0.052978515625 +0.056640625000 +0.125000000000 +0.046875000000 +0.059082031250 +-0.021728515625 +0.004211425781 +-0.085449218750 +0.018432617188 +-0.000972747803 +0.099609375000 +-0.078613281250 +0.023925781250 +0.074218750000 +-0.019042968750 +-0.057373046875 +0.089843750000 +0.038085937500 +-0.115722656250 +-0.016357421875 +0.016479492188 +-0.001121520996 +-0.038574218750 +0.253906250000 +-0.121582031250 +0.042724609375 +0.008911132812 +0.172851562500 +-0.175781250000 +0.134765625000 +-0.012878417969 +-0.079101562500 +-0.012634277344 +0.039062500000 +0.111328125000 +-0.146484375000 +-0.076660156250 +0.093750000000 +-0.196289062500 +-0.125000000000 +-0.104492187500 +-0.135742187500 +0.042968750000 +0.014587402344 +-0.132812500000 +-0.002044677734 +-0.001914978027 +-0.001266479492 +-0.024902343750 +-0.056640625000 +-0.022583007812 +0.172851562500 +-0.134765625000 +0.011047363281 +0.092773437500 +-0.094238281250 +-0.001274108887 +-0.019653320312 +0.011413574219 +-0.091308593750 +0.204101562500 +-0.052490234375 +-0.050292968750 +-0.133789062500 +-0.090820312500 +-0.057373046875 +0.023925781250 +0.089843750000 +-0.033447265625 +-0.043212890625 +-0.115722656250 +-0.099609375000 +0.092285156250 +-0.150390625000 +-0.035400390625 +-0.090820312500 +-0.068359375000 +0.014038085938 +0.098144531250 +-0.159179687500 +0.041992187500 +-0.016113281250 +-0.041259765625 +-0.065917968750 +0.051757812500 +-0.024169921875 +0.003906250000 +-0.015258789062 +0.007385253906 +0.053710937500 +-0.041503906250 +0.042480468750 +-0.065429687500 +-0.063964843750 +-0.007598876953 +-0.013732910156 +0.083984375000 +-0.014404296875 +0.070800781250 +0.006134033203 +-0.038574218750 +0.118164062500 +-0.116699218750 +-0.053955078125 +0.143554687500 +-0.106445312500 +0.174804687500 +0.016845703125 +-0.040283203125 +-0.005035400391 +0.094238281250 +0.052490234375 +-0.035400390625 +-0.090820312500 +0.091308593750 +0.181640625000 +0.036621093750 +0.044433593750 +0.131835937500 +0.036865234375 +-0.058593750000 +-0.062500000000 +-0.058837890625 +0.025146484375 +0.011169433594 +0.110839843750 +-0.227539062500 +0.030639648438 +-0.054687500000 +-0.029296875000 +0.054931640625 +-0.069335937500 +-0.094726562500 +0.100097656250 +0.035156250000 +-0.271484375000 +-0.087402343750 +0.027099609375 +0.031738281250 +-0.089843750000 +-0.046630859375 +0.006683349609 +-0.109863281250 +0.000556945801 +-0.085937500000 +-0.050537109375 +0.077148437500 +-0.139648437500 +0.002761840820 +-0.128906250000 +-0.018554687500 +-0.051269531250 +-0.032470703125 +0.055908203125 +-0.033935546875 +0.144531250000 +-0.011291503906 +-0.057373046875 +0.014831542969 +0.072265625000 +-0.083496093750 +0.098632812500 +-0.044189453125 +0.167968750000 +0.064453125000 +0.018554687500 +0.017578125000 +-0.058349609375 +0.017333984375 +-0.043945312500 +0.083007812500 +0.008789062500 +-0.013916015625 +-0.020263671875 +0.031982421875 +-0.072265625000 +-0.096679687500 +-0.191406250000 +-0.050292968750 +0.055419921875 +0.075195312500 +0.032226562500 +0.089843750000 +-0.018188476562 +0.069824218750 +0.052734375000 +0.087402343750 +0.018554687500 +0.029174804688 +-0.028076171875 +0.005584716797 +-0.156250000000 +0.047119140625 +0.037841796875 +-0.054199218750 +-0.005096435547 +0.088867187500 +-0.021484375000 +0.089843750000 +-0.084472656250 +-0.080078125000 +0.032470703125 +0.042724609375 +0.058593750000 +-0.281250000000 +0.002838134766 +-0.181640625000 +0.076171875000 +-0.001251220703 +0.073730468750 +0.028320312500 +-0.105957031250 +0.042724609375 +0.000461578369 +-0.078613281250 +0.047119140625 +-0.006469726562 +-0.275390625000 +-0.035888671875 +-0.036865234375 +0.043457031250 +-0.052978515625 +0.035644531250 +-0.046875000000 +0.084472656250 +-0.029296875000 +0.189453125000 +-0.070800781250 +0.142578125000 +0.003021240234 +0.221679687500 +-0.026977539062 +0.052001953125 +0.128906250000 +-0.119140625000 +0.036621093750 +0.041503906250 +-0.084960937500 +0.001052856445 +0.016113281250 +0.002441406250 +0.060058593750 +0.004394531250 +-0.130859375000 +-0.108886718750 +-0.090332031250 +0.112304687500 +0.069824218750 +0.075683593750 +-0.285156250000 +-0.067871093750 +0.043945312500 +-0.030761718750 +-0.035400390625 +-0.083496093750 +-0.087402343750 +0.071777343750 +-0.050292968750 +0.131835937500 +0.088867187500 +0.082519531250 +-0.076660156250 +-0.059814453125 +-0.015014648438 +0.027465820312 +0.007293701172 +0.104492187500 +-0.188476562500 +0.051513671875 +0.059326171875 +0.027465820312 +0.083496093750 +0.019653320312 +0.058349609375 +0.105957031250 +0.170898437500 +-0.104003906250 +0.133789062500 +-0.081054687500 +0.086425781250 +-0.020263671875 +0.066894531250 +-0.133789062500 +0.108398437500 +-0.009033203125 +-0.054443359375 +0.042724609375 +-0.033691406250 +-0.113281250000 +0.055419921875 +0.088378906250 +-0.064453125000 +0.010925292969 +-0.048828125000 +-0.137695312500 +0.181640625000 +-0.080078125000 +0.101074218750 +0.150390625000 +-0.023315429688 +0.109375000000 +0.026245117188 +-0.190429687500 +0.022827148438 +0.006530761719 +0.084960937500 +0.241210937500 +0.067871093750 +0.135742187500 +0.085449218750 +-0.030883789062 +0.046142578125 +-0.017456054688 +-0.104003906250 +-0.041015625000 +-0.003494262695 +-0.218750000000 +-0.110839843750 +0.048828125000 +-0.111328125000 +-0.022094726562 +0.074218750000 +0.031738281250 +0.004241943359 +-0.019042968750 +0.070800781250 +0.090820312500 +-0.068359375000 +0.072265625000 +0.000839233398 +0.008056640625 +-0.161132812500 +-0.078125000000 +-0.101074218750 +-0.086914062500 +-0.010559082031 +-0.116699218750 +-0.124023437500 +-0.036621093750 +0.162109375000 +-0.089355468750 +0.090820312500 +0.003128051758 +-0.016113281250 +0.135742187500 +-0.080566406250 +0.007080078125 +-0.069335937500 +-0.149414062500 +-0.053955078125 +-0.005798339844 +0.032958984375 +0.009155273438 +0.093750000000 +0.049072265625 +0.072753906250 +0.097656250000 +0.016113281250 +-0.074218750000 +0.014282226562 +-0.117187500000 +0.025756835938 +-0.027465820312 +0.090820312500 +-0.069824218750 +-0.098144531250 +-0.044189453125 +-0.047607421875 +-0.053710937500 +0.209960937500 +0.009460449219 +-0.036865234375 +-0.059082031250 +0.055664062500 +0.111328125000 +0.082031250000 +0.128906250000 +-0.058349609375 +-0.031494140625 +0.031494140625 +0.082519531250 +0.006164550781 +-0.106445312500 +0.089355468750 +0.008361816406 +-0.015869140625 +-0.040771484375 +-0.053955078125 +-0.041748046875 +-0.034423828125 +-0.013427734375 +-0.078613281250 +-0.016845703125 +-0.016967773438 +0.026855468750 +0.119628906250 +0.033935546875 +-0.011413574219 +-0.162109375000 +0.110839843750 +-0.129882812500 +-0.036865234375 +-0.085449218750 +-0.001762390137 +0.100097656250 +0.157226562500 +-0.126953125000 +-0.198242187500 +-0.062988281250 +0.098632812500 +0.003845214844 +-0.013610839844 +-0.106445312500 +0.097167968750 +0.054687500000 +0.078125000000 +0.048339843750 +0.058105468750 +0.005584716797 +-0.213867187500 +0.134765625000 +0.098632812500 +-0.089355468750 +-0.140625000000 +0.304687500000 +0.001136779785 +-0.067382812500 +0.013610839844 +0.037841796875 +-0.130859375000 +0.003341674805 +-0.050781250000 +0.027221679688 +-0.191406250000 +-0.022583007812 +-0.003097534180 +-0.141601562500 +0.010192871094 +0.046630859375 +-0.026245117188 +0.039794921875 +-0.165039062500 +0.135742187500 +0.047607421875 +-0.094238281250 +0.008117675781 +-0.231445312500 +0.061279296875 +-0.039794921875 +-0.127929687500 +-0.009826660156 +0.104003906250 +-0.114746093750 +0.025634765625 +-0.059326171875 +-0.232421875000 +0.141601562500 +0.012329101562 +0.041992187500 +-0.023559570312 +-0.012023925781 +0.047607421875 +-0.235351562500 +-0.132812500000 +0.027587890625 +-0.104492187500 +-0.049072265625 +0.013488769531 +-0.012695312500 +-0.058105468750 +0.016723632812 +0.044433593750 +-0.100585937500 +0.002120971680 +0.025146484375 +-0.084960937500 +-0.085937500000 +-0.018676757812 +-0.044921875000 +-0.053955078125 +-0.048828125000 +-0.075683593750 +-0.009399414062 +0.057861328125 +0.175781250000 +0.112792968750 +0.020751953125 +-0.084960937500 +0.145507812500 +-0.043701171875 +-0.016723632812 +-0.112792968750 +0.094238281250 +-0.031005859375 +0.130859375000 +-0.069335937500 +-0.006195068359 +-0.018554687500 +-0.053222656250 +0.117187500000 +-0.055908203125 +0.150390625000 +0.021118164062 +0.001045227051 +-0.068359375000 +-0.078125000000 +-0.160156250000 +0.072753906250 +0.138671875000 +-0.103027343750 +0.214843750000 +0.044433593750 +0.034667968750 +0.037109375000 +-0.001342773438 +-0.052490234375 +-0.012756347656 +0.140625000000 +-0.017456054688 +-0.029907226562 +-0.028930664062 +0.001373291016 +0.119628906250 +-0.062011718750 +0.013000488281 +0.163085937500 +0.093261718750 +0.113769531250 +0.051025390625 +0.025268554688 +-0.062988281250 +0.108886718750 +0.035156250000 +-0.009765625000 +-0.039062500000 +-0.023803710938 +0.057861328125 +-0.103515625000 +-0.024291992188 +-0.048095703125 +-0.008666992188 +-0.164062500000 +-0.096191406250 +0.040527343750 +0.045410156250 +-0.022827148438 +-0.004943847656 +0.072753906250 +-0.178710937500 +0.091308593750 +0.019775390625 +-0.114257812500 +-0.048583984375 +-0.022705078125 +0.022216796875 +-0.242187500000 +0.255859375000 +0.095214843750 +0.023315429688 +-0.009948730469 +-0.079101562500 +-0.110351562500 +-0.106445312500 +-0.093750000000 +0.068847656250 +0.139648437500 +0.052490234375 +-0.009094238281 +-0.217773437500 +0.003204345703 +-0.082519531250 +-0.103515625000 +-0.096191406250 +-0.083007812500 +-0.158203125000 +0.114746093750 +0.085449218750 +-0.086425781250 +-0.005218505859 +-0.006317138672 +0.203125000000 +0.011108398438 +0.062500000000 +-0.010681152344 +-0.112792968750 +-0.007415771484 +-0.009582519531 +0.075683593750 +0.156250000000 +0.007812500000 +-0.019531250000 +0.021728515625 +-0.080566406250 +-0.084472656250 +-0.040283203125 +-0.144531250000 +-0.036376953125 +0.080566406250 +0.122070312500 +0.159179687500 +-0.087890625000 +-0.035156250000 +0.044433593750 +0.013977050781 +-0.087890625000 +-0.053955078125 +0.057617187500 +0.008972167969 +-0.074707031250 +-0.059570312500 +-0.096191406250 +0.023071289062 +-0.020019531250 +-0.030517578125 +-0.030639648438 +0.130859375000 +-0.086914062500 +0.117675781250 +-0.090820312500 +0.034423828125 +0.104003906250 +-0.097167968750 +0.014343261719 +-0.038085937500 +-0.041503906250 +0.044433593750 +-0.057861328125 +-0.248046875000 +-0.033447265625 +0.029174804688 +0.006103515625 +0.144531250000 +-0.082519531250 +-0.091796875000 +-0.112792968750 +-0.027465820312 +0.021850585938 +-0.027343750000 +-0.104003906250 +-0.074707031250 +0.002029418945 +-0.076171875000 +-0.002777099609 +0.125000000000 +-0.019165039062 +0.193359375000 +0.007629394531 +0.157226562500 +-0.101562500000 +-0.049072265625 +0.060546875000 +0.138671875000 +-0.045166015625 +-0.051025390625 +-0.001686096191 +-0.101074218750 +-0.083496093750 +0.005798339844 +-0.104003906250 +-0.009216308594 +0.016845703125 +-0.083496093750 +0.104980468750 +-0.100097656250 +-0.003250122070 +-0.134765625000 +0.088867187500 +-0.033935546875 +0.047851562500 +0.153320312500 +-0.007049560547 +0.039062500000 +-0.060058593750 +0.014953613281 +-0.028320312500 +-0.004852294922 +0.082519531250 +-0.000235557556 +-0.077636718750 +0.098632812500 +0.063476562500 +-0.014892578125 +0.014404296875 +-0.067382812500 +-0.277343750000 +-0.172851562500 +0.041992187500 +0.029907226562 +0.093261718750 +0.071289062500 +-0.122070312500 +0.052734375000 +0.057617187500 +0.031982421875 +-0.052246093750 +0.008789062500 +-0.002502441406 +-0.039794921875 +-0.073242187500 +0.012268066406 +0.036621093750 +-0.019653320312 +-0.067382812500 +-0.004791259766 +-0.114257812500 +-0.141601562500 +-0.040283203125 +0.039794921875 +-0.104492187500 +-0.011108398438 +-0.004058837891 +0.004791259766 +-0.042968750000 +-0.053466796875 +-0.108398437500 +-0.205078125000 +-0.149414062500 +0.061279296875 +-0.067871093750 +0.012878417969 +-0.118164062500 +-0.050537109375 +0.135742187500 +0.044433593750 +-0.013122558594 +0.026000976562 +-0.164062500000 +-0.121582031250 +0.180664062500 +-0.010314941406 +0.101562500000 +-0.048339843750 +-0.051025390625 +0.021972656250 +-0.073242187500 +-0.130859375000 +0.002426147461 +0.028442382812 +-0.032714843750 +0.087890625000 +-0.241210937500 +0.086425781250 +-0.036132812500 +-0.015380859375 +0.049316406250 +0.077148437500 +-0.009887695312 +-0.159179687500 +0.024169921875 +-0.004974365234 +0.020751953125 +0.024291992188 +0.020385742188 +0.046630859375 +0.104492187500 +-0.098144531250 +0.188476562500 +-0.066894531250 +-0.118652343750 +-0.127929687500 +0.088378906250 +-0.180664062500 +0.022949218750 +-0.072753906250 +0.024536132812 +0.084960937500 +-0.125976562500 +0.072265625000 +0.053222656250 +-0.076171875000 +-0.062988281250 +0.000202178955 +0.031738281250 +-0.081542968750 +-0.003860473633 +-0.131835937500 +-0.074218750000 +-0.146484375000 +0.052978515625 +0.082031250000 +0.064941406250 +0.065917968750 +-0.015380859375 +-0.073242187500 +0.055664062500 +-0.007934570312 +0.060302734375 +0.135742187500 +0.108886718750 +-0.030517578125 +-0.009948730469 +-0.137695312500 +-0.081054687500 +0.158203125000 +-0.144531250000 +-0.008483886719 +-0.133789062500 +-0.046142578125 +-0.012084960938 +-0.010192871094 +-0.055664062500 +0.072265625000 +0.061767578125 +0.128906250000 +0.066406250000 +0.067382812500 +-0.064941406250 +-0.013366699219 +0.121093750000 +0.029418945312 +0.157226562500 +-0.026855468750 +-0.108886718750 +-0.014099121094 +-0.012390136719 +0.041503906250 +0.043945312500 +0.035156250000 +0.048583984375 +-0.010437011719 +0.080566406250 +-0.083496093750 +-0.072265625000 +-0.000324249268 +-0.146484375000 +0.049804687500 +-0.114257812500 +-0.015991210938 +-0.050781250000 +-0.036865234375 +-0.024291992188 +0.021118164062 +0.011657714844 +-0.080078125000 +-0.271484375000 +-0.099609375000 +-0.037353515625 +-0.111328125000 +0.078613281250 +-0.034667968750 +0.012329101562 +-0.115234375000 +0.118652343750 +-0.217773437500 +0.102539062500 +-0.050292968750 +0.017456054688 +-0.073242187500 +0.139648437500 +-0.057128906250 +-0.255859375000 +0.039550781250 +-0.019409179688 +0.176757812500 +0.114257812500 +0.022216796875 +0.013000488281 +0.058349609375 +-0.025756835938 +-0.026855468750 +0.035156250000 +0.147460937500 +-0.005157470703 +0.041259765625 +-0.069335937500 +-0.066894531250 +-0.011901855469 +-0.086425781250 +-0.082031250000 +-0.002655029297 +-0.133789062500 +0.139648437500 +-0.023315429688 +-0.051757812500 +0.043457031250 +0.046386718750 +-0.051025390625 +-0.010070800781 +-0.118164062500 +-0.140625000000 +0.134765625000 +-0.038818359375 +0.002288818359 +-0.016967773438 +-0.182617187500 +-0.002838134766 +0.112304687500 +0.051025390625 +-0.179687500000 +-0.122558593750 +0.046142578125 +-0.000055313110 +0.006591796875 +-0.011779785156 +-0.005676269531 +-0.175781250000 +-0.121582031250 +-0.076660156250 +-0.007476806641 +-0.102539062500 +-0.068847656250 +-0.169921875000 +-0.337890625000 +0.012634277344 +0.126953125000 +-0.182617187500 +-0.120117187500 +0.086914062500 +-0.036132812500 +0.034912109375 +-0.015014648438 +-0.148437500000 +-0.056396484375 +0.064453125000 +0.036376953125 +0.126953125000 +0.029663085938 +0.059082031250 +0.066894531250 +-0.011840820312 +-0.068847656250 +0.033203125000 +-0.050048828125 +0.072265625000 +0.074707031250 +-0.090820312500 +-0.031982421875 +0.012207031250 +0.023437500000 +-0.066406250000 +0.009582519531 +-0.072265625000 +-0.047363281250 +-0.035156250000 +-0.093261718750 +0.102539062500 +-0.044433593750 +0.013366699219 +0.005523681641 +0.008056640625 +0.030151367188 +-0.028930664062 +-0.108398437500 +0.003067016602 +-0.015991210938 +0.047363281250 +0.025634765625 +-0.049072265625 +-0.056152343750 +-0.060791015625 +-0.055908203125 +-0.041259765625 +-0.024536132812 +-0.043212890625 +0.084960937500 +0.072753906250 +0.062988281250 +-0.100585937500 +-0.099609375000 +-0.141601562500 +0.014831542969 +-0.166015625000 +0.096191406250 +0.082519531250 +-0.033203125000 +-0.069824218750 +0.130859375000 +0.086425781250 +0.057373046875 +0.081054687500 +-0.034179687500 +-0.093261718750 +0.085449218750 +-0.197265625000 +0.120117187500 +0.021240234375 +0.073730468750 +0.049316406250 +0.026367187500 +0.100097656250 +0.109375000000 +0.068359375000 +-0.012451171875 +0.152343750000 +0.007049560547 +0.039062500000 +0.042724609375 +0.088867187500 +-0.042968750000 +0.123535156250 +0.006561279297 +0.044921875000 +0.101562500000 +0.024902343750 +-0.024414062500 +0.076171875000 +-0.105957031250 +-0.040527343750 +0.041748046875 +0.087402343750 +0.228515625000 +-0.080078125000 +-0.023559570312 +0.086914062500 +0.205078125000 +-0.004669189453 +0.049804687500 +0.042968750000 +-0.069824218750 +0.065917968750 +-0.001640319824 +0.087402343750 +-0.082519531250 +-0.069335937500 +0.104980468750 +-0.122558593750 +-0.014587402344 +-0.128906250000 +-0.030029296875 +-0.112792968750 +0.041259765625 +-0.005859375000 +-0.064453125000 +-0.191406250000 +-0.037109375000 +-0.015991210938 +0.015991210938 +-0.048339843750 +-0.040283203125 +0.111328125000 +0.002502441406 +0.039062500000 +-0.103515625000 +-0.014648437500 +0.019653320312 +0.055175781250 +0.073730468750 +-0.107910156250 +-0.046875000000 +0.048095703125 +0.172851562500 +-0.006042480469 +0.166992187500 +-0.040527343750 +-0.113281250000 +0.045898437500 +-0.086425781250 +-0.000039577484 +-0.011901855469 +-0.151367187500 +-0.066894531250 +0.105468750000 +-0.004730224609 +-0.118164062500 +0.046630859375 +-0.065429687500 +0.042480468750 +-0.027587890625 +-0.010864257812 +0.134765625000 +-0.064941406250 +-0.051757812500 +-0.107421875000 +0.090820312500 +-0.016967773438 +-0.084472656250 +-0.049560546875 +0.004425048828 +-0.055419921875 +-0.037597656250 +-0.111816406250 +0.053955078125 +-0.003677368164 +-0.067871093750 +0.037353515625 +-0.081542968750 +0.142578125000 +-0.030273437500 +0.000123977661 +0.024169921875 +0.004638671875 +-0.018310546875 +-0.018676757812 +-0.000862121582 +0.136718750000 +0.026977539062 +-0.162109375000 +-0.011047363281 +-0.067382812500 +-0.062011718750 +0.114746093750 +-0.000530242920 +-0.121093750000 +0.050048828125 +-0.245117187500 +-0.023193359375 +-0.003967285156 +0.054931640625 +-0.031250000000 +-0.099121093750 +-0.167968750000 +-0.080566406250 +-0.022216796875 +-0.159179687500 +0.195312500000 +0.016723632812 +0.140625000000 +-0.006805419922 +-0.157226562500 +0.039794921875 +0.017578125000 +-0.020507812500 +0.100585937500 +0.002716064453 +-0.040039062500 +0.049804687500 +-0.210937500000 +0.056396484375 +0.016357421875 +0.077148437500 +0.070800781250 +0.084960937500 +-0.033447265625 +-0.119628906250 +-0.238281250000 +0.042480468750 +-0.086425781250 +0.036865234375 +-0.032470703125 +0.078125000000 +0.068847656250 +-0.140625000000 +-0.059570312500 +-0.102539062500 +0.010681152344 +-0.054687500000 +0.027221679688 +0.082519531250 +0.043945312500 +0.073242187500 +0.168945312500 +0.024536132812 +0.096679687500 +-0.144531250000 +-0.062255859375 +0.046630859375 +-0.085937500000 +-0.009094238281 +0.085937500000 +-0.072265625000 +-0.047363281250 +0.058593750000 +-0.038085937500 +0.089843750000 +0.047363281250 +-0.174804687500 +0.031127929688 +-0.127929687500 +-0.158203125000 +0.022583007812 +0.002212524414 +0.073242187500 +0.010620117188 +-0.121093750000 +0.030395507812 +0.028076171875 +0.188476562500 +-0.004028320312 +-0.090820312500 +0.063964843750 +-0.030761718750 +-0.025878906250 +-0.037109375000 +-0.004241943359 +-0.113769531250 +-0.112792968750 +0.006683349609 +0.088378906250 +0.145507812500 +0.016113281250 +0.031127929688 +0.013305664062 +0.013244628906 +0.149414062500 +-0.048583984375 +-0.133789062500 +-0.038330078125 +-0.089843750000 +0.115722656250 +-0.035400390625 +-0.023925781250 +-0.113281250000 +-0.074707031250 +0.006378173828 +0.229492187500 +0.098144531250 +0.017822265625 +-0.053466796875 +-0.092285156250 +-0.052978515625 +0.018676757812 +0.067382812500 +-0.029052734375 +-0.172851562500 +0.037353515625 +-0.065429687500 +-0.039306640625 +-0.083007812500 +-0.080566406250 +0.036376953125 +0.050537109375 +0.055175781250 +-0.296875000000 +0.062011718750 +0.049316406250 +0.058349609375 +0.007812500000 +-0.005554199219 +-0.014038085938 +0.025512695312 +-0.032226562500 +-0.131835937500 +-0.084472656250 +-0.040527343750 +-0.073730468750 +-0.144531250000 +-0.101562500000 +-0.056396484375 +-0.061035156250 +-0.228515625000 +0.035156250000 +-0.083984375000 +-0.063964843750 +0.129882812500 +-0.050292968750 +-0.028076171875 +0.011413574219 +0.009948730469 +-0.126953125000 +-0.021240234375 +0.110351562500 +0.052001953125 +-0.056884765625 +-0.027954101562 +-0.084472656250 +0.038330078125 +-0.037597656250 +0.063476562500 +-0.022094726562 +0.061523437500 +-0.011657714844 +0.038330078125 +-0.135742187500 +0.043701171875 +0.052001953125 +0.076660156250 +-0.024414062500 +0.090820312500 +-0.079101562500 +0.054931640625 +-0.056640625000 +-0.018310546875 +0.135742187500 +0.089843750000 +0.018554687500 +0.045166015625 +0.009277343750 +0.007537841797 +0.022338867188 +-0.179687500000 +-0.057861328125 +-0.127929687500 +-0.037353515625 +0.211914062500 +-0.043945312500 +0.118164062500 +0.194335937500 +-0.008789062500 +-0.065917968750 +-0.010559082031 +0.072265625000 +0.071289062500 +0.095214843750 +0.269531250000 +-0.040771484375 +0.144531250000 +0.052001953125 +-0.023437500000 +-0.084960937500 +0.033203125000 +-0.070800781250 +-0.150390625000 +0.083496093750 +0.035644531250 +0.179687500000 +0.113281250000 +-0.021850585938 +-0.068359375000 +-0.281250000000 +-0.015625000000 +0.021972656250 +0.082031250000 +-0.013366699219 +-0.028320312500 +-0.022338867188 +0.040771484375 +-0.135742187500 +-0.035888671875 +-0.090332031250 +-0.054931640625 +-0.152343750000 +-0.137695312500 +-0.099121093750 +-0.061767578125 +-0.032470703125 +-0.117675781250 +-0.096679687500 +0.024536132812 +0.050781250000 +0.075683593750 +-0.125976562500 +-0.077148437500 +-0.085937500000 +-0.144531250000 +0.146484375000 +-0.153320312500 +-0.141601562500 +0.214843750000 +0.008300781250 +0.085937500000 +0.055419921875 +-0.053710937500 +0.132812500000 +-0.061767578125 +0.011474609375 +-0.038085937500 +0.030029296875 +0.092285156250 +-0.014282226562 +-0.089843750000 +0.004943847656 +-0.045654296875 +-0.090332031250 +-0.289062500000 +0.025268554688 +-0.069824218750 +-0.098632812500 +0.073730468750 +-0.044433593750 +0.007110595703 +0.057128906250 +-0.051025390625 +-0.087402343750 +0.016845703125 +-0.246093750000 +0.210937500000 +-0.053710937500 +0.029174804688 +-0.015991210938 +0.075683593750 +0.012756347656 +-0.076171875000 +0.028930664062 +0.034667968750 +0.030883789062 +0.103027343750 +-0.031738281250 +-0.056884765625 +-0.066894531250 +-0.101074218750 +0.073730468750 +-0.017211914062 +-0.034179687500 +0.049804687500 +-0.125000000000 +-0.021484375000 +0.079589843750 +-0.013671875000 +0.037109375000 +0.068847656250 +-0.082519531250 +-0.100585937500 +-0.113769531250 +-0.052001953125 +0.140625000000 +0.092285156250 +-0.131835937500 +0.019653320312 +0.102050781250 +-0.249023437500 +-0.058105468750 +-0.098632812500 +0.197265625000 +-0.062500000000 +-0.119140625000 +0.024414062500 +0.009704589844 +-0.051269531250 +-0.063964843750 +-0.084472656250 +-0.113281250000 +0.095703125000 +-0.077148437500 +0.031494140625 +-0.012023925781 +-0.137695312500 +0.114257812500 +0.070312500000 +0.010925292969 +0.060791015625 +-0.108398437500 +-0.091796875000 +-0.058593750000 +0.014770507812 +-0.024658203125 +0.044433593750 +0.131835937500 +0.108886718750 +0.090820312500 +0.028198242188 +0.004394531250 +-0.002685546875 +0.042968750000 +0.049560546875 +0.109863281250 +-0.009460449219 +-0.041503906250 +-0.166015625000 +-0.008666992188 +0.142578125000 +0.067871093750 +-0.025634765625 +0.095703125000 +0.037109375000 +0.023315429688 +-0.005615234375 +0.005950927734 +-0.125976562500 +0.115234375000 +-0.071289062500 +-0.167968750000 +0.042968750000 +-0.174804687500 +-0.015136718750 +-0.014953613281 +-0.000185966492 +-0.003768920898 +-0.170898437500 +-0.117187500000 +-0.090332031250 +-0.125976562500 +-0.015747070312 +-0.000402450562 +-0.045410156250 +-0.050048828125 +-0.033935546875 +0.152343750000 +0.001411437988 +0.064453125000 +0.047363281250 +-0.013671875000 +-0.017578125000 +0.081542968750 +-0.047607421875 +0.064453125000 +-0.023071289062 +-0.128906250000 +-0.054687500000 +0.124511718750 +-0.131835937500 +0.042236328125 +0.007690429688 +-0.012695312500 +-0.011840820312 +-0.064941406250 +0.009155273438 +0.011596679688 +0.028808593750 +-0.082519531250 +0.049560546875 +0.060058593750 +-0.010803222656 +-0.036621093750 +0.071777343750 +-0.067871093750 +0.090332031250 +-0.033203125000 +0.065917968750 +0.033935546875 +-0.141601562500 +-0.005706787109 +-0.150390625000 +-0.077148437500 +0.041503906250 +-0.095703125000 +-0.046386718750 +-0.084472656250 +0.067382812500 +0.066406250000 +0.006530761719 +-0.012512207031 +0.021972656250 +-0.033447265625 +0.072265625000 +-0.249023437500 +-0.047607421875 +0.040527343750 +0.002517700195 +-0.083496093750 +-0.122558593750 +-0.250000000000 +0.090820312500 +-0.044189453125 +0.008361816406 +-0.049316406250 +-0.032714843750 +-0.017211914062 +0.064453125000 +0.035888671875 +-0.003616333008 +-0.154296875000 +0.019165039062 +0.117675781250 +0.036621093750 +-0.027832031250 +-0.077636718750 +-0.037841796875 +-0.138671875000 +0.161132812500 +-0.139648437500 +-0.012207031250 +0.148437500000 +-0.019042968750 +0.208984375000 +0.088867187500 +-0.050048828125 +-0.052978515625 +-0.060791015625 +-0.136718750000 +0.020385742188 +-0.173828125000 +-0.043701171875 +0.135742187500 +-0.042724609375 +0.159179687500 +-0.006988525391 +-0.039794921875 +-0.125000000000 +-0.023925781250 +0.061523437500 +0.032470703125 +0.082519531250 +0.040283203125 +0.047363281250 +0.075195312500 +-0.064453125000 +0.004089355469 +-0.021362304688 +0.147460937500 +-0.146484375000 +0.050781250000 +0.031494140625 +0.076171875000 +0.129882812500 +-0.103515625000 +-0.015380859375 +-0.044189453125 +0.141601562500 +0.123535156250 +0.065917968750 +-0.106445312500 +0.096191406250 +0.180664062500 +-0.090820312500 +-0.071289062500 +0.056640625000 +0.074707031250 +0.048095703125 +0.076171875000 +-0.041992187500 +-0.253906250000 +0.049072265625 +0.030273437500 +-0.027954101562 +0.041992187500 +0.050292968750 +0.027832031250 +0.054199218750 +0.092285156250 +-0.129882812500 +-0.078125000000 +0.038330078125 +-0.054199218750 +0.026245117188 +0.136718750000 +0.027832031250 +0.118652343750 +-0.068847656250 +-0.122558593750 +-0.056884765625 +-0.035156250000 +0.063964843750 +0.002166748047 +-0.068359375000 +0.016845703125 +0.065917968750 +0.028320312500 +-0.062255859375 +0.025512695312 +0.156250000000 +-0.104003906250 +0.039794921875 +-0.086425781250 +0.076660156250 +0.010559082031 +0.030273437500 +-0.037109375000 +-0.045654296875 +0.046142578125 +0.119628906250 +-0.012939453125 +-0.066406250000 +-0.097656250000 +-0.041015625000 +-0.090820312500 +-0.071289062500 +0.130859375000 +-0.081542968750 +0.012023925781 +-0.014892578125 +-0.100585937500 +0.056396484375 +0.149414062500 +-0.132812500000 +-0.009033203125 +0.087890625000 +-0.043212890625 +-0.033691406250 +-0.021728515625 +0.095703125000 +0.071777343750 +-0.119628906250 +-0.063964843750 +-0.023925781250 +0.014526367188 +-0.108398437500 +0.051025390625 +0.196289062500 +-0.103515625000 +0.101074218750 +0.000919342041 +0.047607421875 +-0.152343750000 +-0.084472656250 +-0.045410156250 +0.067382812500 +-0.044921875000 +-0.053710937500 +0.019165039062 +-0.113281250000 +-0.094238281250 +-0.029907226562 +0.007995605469 +0.117675781250 +-0.147460937500 +0.009277343750 +-0.182617187500 +-0.164062500000 +-0.031127929688 +0.126953125000 +-0.048828125000 +-0.080078125000 +0.014221191406 +0.168945312500 +-0.036376953125 +-0.255859375000 +-0.060791015625 +-0.023315429688 +-0.007080078125 +0.055175781250 +-0.140625000000 +-0.029907226562 +0.055908203125 +0.098144531250 +0.000145912170 +-0.023681640625 +-0.138671875000 +-0.081054687500 +0.028564453125 +0.082519531250 +0.015869140625 +0.059570312500 +0.082031250000 +0.031127929688 +0.006103515625 +-0.076660156250 +-0.029296875000 +-0.055908203125 +-0.117187500000 +-0.045898437500 +-0.014160156250 +0.004272460938 +0.130859375000 +-0.142578125000 +0.002380371094 +0.034912109375 +-0.051757812500 +0.112304687500 +-0.176757812500 +-0.043945312500 +-0.011291503906 +-0.030029296875 +-0.031005859375 +-0.024780273438 +-0.096191406250 +0.048828125000 +-0.011718750000 +-0.046875000000 +0.053222656250 +0.079589843750 +0.083496093750 +0.119140625000 +0.042480468750 +-0.037109375000 +-0.067382812500 +-0.024169921875 +-0.082519531250 +0.089843750000 +-0.130859375000 +-0.247070312500 +0.094726562500 +0.053955078125 +-0.249023437500 +0.081054687500 +-0.000923156738 +0.012939453125 +-0.086914062500 +-0.024780273438 +0.041015625000 +0.077636718750 +-0.035400390625 +-0.055908203125 +-0.087402343750 +0.025268554688 +-0.104003906250 +-0.029663085938 +0.045654296875 +0.008728027344 +0.021972656250 +-0.039550781250 +-0.034423828125 +0.091308593750 +0.100585937500 +-0.030639648438 +0.020019531250 +0.095214843750 +0.090332031250 +-0.113281250000 +-0.076660156250 +0.041259765625 +-0.015319824219 +-0.076171875000 +0.079101562500 +-0.035156250000 +0.015563964844 +-0.063964843750 +0.035888671875 +0.007934570312 +-0.013061523438 +-0.113769531250 +0.431640625000 +0.051513671875 +-0.026245117188 +-0.047119140625 +0.074218750000 +0.010192871094 +0.010986328125 +0.062500000000 +0.011352539062 +-0.040283203125 +-0.085449218750 +0.056396484375 +0.033203125000 +0.052246093750 +-0.033691406250 +0.138671875000 +0.087890625000 +0.077148437500 +-0.027587890625 +-0.080078125000 +0.048095703125 +0.123046875000 +0.009704589844 +0.087890625000 +0.114257812500 +0.004089355469 +0.147460937500 +0.000270843506 +0.098632812500 +-0.030517578125 +0.105468750000 +0.193359375000 +0.034423828125 +0.047363281250 +-0.023803710938 +0.025024414062 +-0.054931640625 +0.061279296875 +-0.039550781250 +0.149414062500 +0.100097656250 +-0.060302734375 +0.078125000000 +-0.000119209290 +0.129882812500 +0.091796875000 +-0.014831542969 +0.059570312500 +0.005126953125 +-0.090332031250 +0.209960937500 +-0.002487182617 +-0.041503906250 +-0.082519531250 +0.159179687500 +-0.004394531250 +0.021850585938 +0.075683593750 +-0.125000000000 +0.077636718750 +-0.014953613281 +-0.163085937500 +-0.028320312500 +-0.117675781250 +0.098144531250 +-0.052978515625 +-0.166015625000 +0.094238281250 +0.075683593750 +-0.092773437500 +-0.071289062500 +0.007293701172 +0.139648437500 +-0.154296875000 +0.080566406250 +-0.022460937500 +-0.047607421875 +0.018310546875 +0.162109375000 +0.043701171875 +-0.048095703125 +0.034912109375 +0.040527343750 +0.017944335938 +-0.011413574219 +0.140625000000 +-0.012695312500 +-0.095214843750 +-0.120605468750 +-0.049560546875 +-0.109863281250 +-0.050048828125 +0.103515625000 +0.033203125000 +-0.107910156250 +-0.086425781250 +0.106445312500 +0.052001953125 +-0.077636718750 +-0.030395507812 +0.007812500000 +0.009277343750 +0.055664062500 +-0.048095703125 +0.036621093750 +-0.020629882812 +-0.083007812500 +-0.029785156250 +0.060791015625 +-0.031127929688 +0.073242187500 +-0.064941406250 +0.086914062500 +0.138671875000 +0.000205993652 +0.042968750000 +0.042724609375 +0.113281250000 +-0.216796875000 +0.057617187500 +0.010131835938 +0.055419921875 +0.031005859375 +-0.125976562500 +0.030151367188 +0.083007812500 +-0.074707031250 +-0.008728027344 +-0.064941406250 +0.085449218750 +-0.005798339844 +0.169921875000 +-0.094726562500 +-0.039062500000 +0.026000976562 +0.029663085938 +-0.001327514648 +-0.076171875000 +0.002227783203 +-0.058349609375 +-0.003356933594 +0.034179687500 +0.047363281250 +0.067871093750 +-0.139648437500 +0.093750000000 +-0.002532958984 +-0.039794921875 +0.113769531250 +-0.055419921875 +-0.128906250000 +-0.102050781250 +-0.066894531250 +-0.067382812500 +0.091796875000 +-0.052246093750 +0.040527343750 +0.205078125000 +-0.012023925781 +-0.233398437500 +-0.221679687500 +-0.003005981445 +0.005249023438 +0.125976562500 +-0.026855468750 +0.029418945312 +0.074218750000 +0.042480468750 +-0.018676757812 +-0.057617187500 +-0.025024414062 +0.133789062500 +0.031738281250 +-0.011596679688 +-0.072265625000 +-0.019165039062 +-0.040039062500 +0.041259765625 +0.029907226562 +0.060546875000 +0.005371093750 +0.076171875000 +0.109863281250 +0.060302734375 +0.029541015625 +-0.091796875000 +0.067871093750 +0.128906250000 +0.065429687500 +-0.235351562500 +0.048828125000 +0.063476562500 +-0.074707031250 +0.030761718750 +0.028320312500 +0.172851562500 +-0.095703125000 +-0.093750000000 +-0.105468750000 +0.143554687500 +-0.043701171875 +0.016357421875 +0.093261718750 +0.007812500000 +0.063476562500 +-0.036621093750 +0.039062500000 +0.028076171875 +0.009460449219 +0.150390625000 +-0.068847656250 +0.014465332031 +0.135742187500 +-0.094726562500 +-0.148437500000 +-0.071289062500 +-0.075195312500 +-0.090332031250 +-0.042480468750 +-0.075195312500 +0.098632812500 +-0.048339843750 +0.094726562500 +0.066406250000 +0.157226562500 +-0.021240234375 +-0.183593750000 +-0.003448486328 +-0.082031250000 +-0.019409179688 +0.016601562500 +-0.035644531250 +0.096679687500 +0.036865234375 +0.097656250000 +-0.137695312500 +0.022460937500 +0.078613281250 +0.001953125000 +-0.090332031250 +0.139648437500 +0.067871093750 +0.038085937500 +-0.007751464844 +-0.079101562500 +-0.057373046875 +-0.024047851562 +-0.017944335938 +0.121582031250 +0.044677734375 +0.014648437500 +-0.027709960938 +-0.059326171875 +-0.100585937500 +0.066406250000 +0.122070312500 +-0.076660156250 +-0.003936767578 +-0.127929687500 +0.028442382812 +0.032470703125 +0.017822265625 +0.123046875000 +0.047363281250 +-0.041503906250 +-0.069335937500 +0.140625000000 +0.165039062500 +0.064941406250 +0.069824218750 +0.073730468750 +-0.049804687500 +0.018432617188 +-0.036865234375 +0.004058837891 +0.088378906250 +-0.105957031250 +0.045410156250 +0.070800781250 +0.083984375000 +0.000307083130 +-0.037841796875 +0.023925781250 +0.146484375000 +-0.131835937500 +0.090332031250 +0.180664062500 +0.121093750000 +-0.033447265625 +-0.145507812500 +-0.110839843750 +0.002136230469 +0.043212890625 +-0.091308593750 +0.019165039062 +0.152343750000 +0.012817382812 +0.030395507812 +-0.010864257812 +0.080078125000 +0.013732910156 +-0.027465820312 +0.042968750000 +0.210937500000 +0.079589843750 +0.015991210938 +0.169921875000 +-0.201171875000 +0.078125000000 +-0.090820312500 +0.008911132812 +0.141601562500 +-0.076171875000 +-0.119140625000 +0.024780273438 +-0.079101562500 +-0.006805419922 +-0.073242187500 +0.062011718750 +-0.072753906250 +0.038818359375 +-0.019897460938 +0.139648437500 +-0.021362304688 +-0.051513671875 +0.055175781250 +-0.136718750000 +0.080078125000 +0.145507812500 +-0.052490234375 +-0.088378906250 +-0.035400390625 +-0.092773437500 +-0.088867187500 +-0.106933593750 +-0.061523437500 +0.055664062500 +0.099121093750 +0.020019531250 +-0.094238281250 +-0.044433593750 +-0.300781250000 +0.153320312500 +-0.040771484375 +0.058837890625 +0.042236328125 +-0.104492187500 +-0.150390625000 +0.076171875000 +0.048828125000 +-0.090332031250 +-0.107421875000 +0.095214843750 +-0.177734375000 +-0.056884765625 +-0.066406250000 +-0.017456054688 +0.010009765625 +0.069335937500 +0.074218750000 +0.060546875000 +-0.144531250000 +-0.011535644531 +0.067871093750 +-0.015625000000 +-0.078125000000 +0.019165039062 +0.044189453125 +-0.086914062500 +-0.065429687500 +-0.073730468750 +0.051269531250 +0.033447265625 +-0.181640625000 +0.000463485718 +0.024291992188 +0.036376953125 +0.152343750000 +-0.089355468750 +0.115234375000 +0.015136718750 +-0.111816406250 +0.047851562500 +0.214843750000 +0.014648437500 +-0.086914062500 +0.186523437500 +-0.014404296875 +-0.060546875000 +-0.124511718750 +0.092773437500 +-0.047119140625 +0.051513671875 +-0.104492187500 +-0.059326171875 +0.120117187500 +-0.057128906250 +0.005035400391 +0.013061523438 +0.082031250000 +0.019409179688 +0.149414062500 +0.075683593750 +0.000415802002 +0.316406250000 +0.093261718750 +-0.123535156250 +-0.144531250000 +-0.060302734375 +-0.072753906250 +-0.003311157227 +0.028808593750 +0.076171875000 +-0.045898437500 +0.021240234375 +-0.016235351562 +0.128906250000 +0.044921875000 +0.011535644531 +0.123535156250 +0.024536132812 +-0.070312500000 +-0.121093750000 +-0.102050781250 +-0.203125000000 +0.024902343750 +0.083984375000 +0.020385742188 +-0.066894531250 +0.048095703125 +0.118652343750 +-0.047607421875 +-0.045654296875 +-0.059570312500 +0.102539062500 +0.015991210938 +-0.133789062500 +-0.097656250000 +0.005004882812 +0.066406250000 +0.019042968750 +0.043212890625 +0.141601562500 +0.043457031250 +0.337890625000 +-0.173828125000 +0.094726562500 +0.098144531250 +-0.082519531250 +-0.037841796875 +-0.022583007812 +-0.059570312500 +-0.098632812500 +-0.056884765625 +0.040283203125 +-0.013061523438 +0.102050781250 +0.120605468750 +-0.130859375000 +-0.097167968750 +-0.135742187500 +-0.125976562500 +-0.037841796875 +0.034912109375 +0.032714843750 +-0.105468750000 +-0.026733398438 +0.045654296875 +0.004669189453 +-0.255859375000 +0.041259765625 +-0.059814453125 +-0.112792968750 +-0.098144531250 +-0.141601562500 +0.041748046875 +-0.063476562500 +-0.004638671875 +0.032226562500 +-0.039306640625 +0.100097656250 +0.004364013672 +0.056152343750 +-0.039062500000 +-0.179687500000 +-0.018432617188 +0.001441955566 +0.090820312500 +0.075683593750 +0.126953125000 +-0.077148437500 +0.054443359375 +-0.043457031250 +-0.002243041992 +-0.144531250000 +-0.057373046875 +-0.024169921875 +0.089843750000 +-0.093750000000 +0.023803710938 +-0.026245117188 +0.101562500000 +-0.032226562500 +0.045410156250 +-0.045166015625 +-0.013427734375 +-0.110839843750 +0.011657714844 +0.131835937500 +-0.046386718750 +0.105468750000 +0.031738281250 +-0.075683593750 +0.065429687500 +0.075195312500 +0.021240234375 +-0.014465332031 +-0.058105468750 +-0.206054687500 +0.073730468750 +-0.115234375000 +-0.035400390625 +-0.106933593750 +0.015014648438 +-0.123535156250 +-0.051513671875 +0.135742187500 +-0.121582031250 +-0.019042968750 +0.128906250000 +-0.098144531250 +0.031494140625 +0.039794921875 +0.136718750000 +0.001678466797 +0.000492095947 +-0.047119140625 +-0.019287109375 +0.044677734375 +0.018188476562 +0.023925781250 +0.098144531250 +-0.118164062500 +0.109375000000 +-0.027709960938 +-0.097167968750 +-0.047119140625 +-0.113281250000 +-0.117187500000 +0.037109375000 +0.073730468750 +0.013610839844 +0.036621093750 +0.010559082031 +0.132812500000 +0.019409179688 +-0.058105468750 +-0.096679687500 +0.061523437500 +0.169921875000 +0.063476562500 +0.023925781250 +-0.109375000000 +0.110351562500 +-0.073730468750 +-0.042968750000 +-0.022094726562 +0.085937500000 +-0.027343750000 +0.217773437500 +0.010742187500 +-0.118164062500 +0.031250000000 +0.019287109375 +0.047119140625 +-0.040771484375 +-0.316406250000 +0.165039062500 +-0.136718750000 +0.091308593750 +-0.025512695312 +-0.129882812500 +-0.015258789062 +-0.063964843750 +0.039550781250 +0.119628906250 +0.137695312500 +-0.005523681641 +0.072753906250 +-0.208984375000 +-0.177734375000 +-0.153320312500 +0.163085937500 +-0.109375000000 +-0.106445312500 +0.103515625000 +-0.104492187500 +-0.013916015625 +-0.157226562500 +-0.000743865967 +-0.042968750000 +-0.114746093750 +-0.107421875000 +0.076171875000 +0.097656250000 +-0.074218750000 +-0.037353515625 +-0.050781250000 +-0.016723632812 +0.001281738281 +0.023315429688 +-0.020751953125 +-0.031982421875 +-0.093261718750 +-0.021850585938 +0.027099609375 +-0.110839843750 +0.023681640625 +-0.000417709351 +0.005767822266 +-0.033203125000 +-0.023925781250 +-0.013549804688 +0.045654296875 +0.157226562500 +-0.104980468750 +0.083496093750 +0.036132812500 +0.001281738281 +-0.063964843750 +-0.028198242188 +-0.085449218750 +0.139648437500 +-0.017456054688 +-0.003158569336 +0.009582519531 +0.170898437500 +-0.069824218750 +-0.107421875000 +-0.058349609375 +0.112792968750 +-0.123046875000 +0.002700805664 +-0.045898437500 +-0.005615234375 +-0.044433593750 +-0.074218750000 +-0.025634765625 +0.007171630859 +0.007171630859 +0.111328125000 +0.160156250000 +-0.011230468750 +-0.047851562500 +0.097656250000 +-0.028198242188 +0.001770019531 +-0.115234375000 +-0.069335937500 +0.263671875000 +-0.093750000000 +0.150390625000 +0.052001953125 +-0.023559570312 +0.003295898438 +0.026245117188 +0.316406250000 +-0.090332031250 +-0.012634277344 +-0.043945312500 +0.039306640625 +0.023681640625 +-0.041748046875 +-0.029663085938 +-0.006408691406 +-0.049072265625 +-0.014465332031 +-0.052246093750 +-0.012268066406 +0.009948730469 +-0.148437500000 +0.011535644531 +-0.028198242188 +-0.113769531250 +0.112304687500 +-0.102539062500 +-0.041015625000 +-0.102050781250 +0.092285156250 +-0.032958984375 +0.191406250000 +-0.049316406250 +-0.046875000000 +0.047851562500 +-0.121093750000 +-0.016357421875 +-0.082519531250 +-0.058349609375 +-0.024291992188 +0.072753906250 +0.104980468750 +0.005371093750 +0.069824218750 +-0.028198242188 +-0.012207031250 +0.000312805176 +-0.025634765625 +-0.503906250000 +0.017822265625 +-0.047119140625 +-0.137695312500 +-0.019409179688 +0.107421875000 +0.119628906250 +0.049560546875 +0.000280380249 +0.144531250000 +-0.166015625000 +0.007690429688 +0.042480468750 +-0.095214843750 +0.234375000000 +0.055664062500 +-0.032714843750 +-0.111328125000 +-0.046875000000 +-0.206054687500 +0.049316406250 +0.011474609375 +0.031127929688 +-0.138671875000 +0.104003906250 +-0.005920410156 +0.002273559570 +-0.024902343750 +0.034667968750 +-0.044433593750 +0.154296875000 +-0.012634277344 +-0.072753906250 +-0.169921875000 +0.101562500000 +0.017700195312 +0.015441894531 +-0.179687500000 +0.121582031250 +0.004760742188 +0.080566406250 +0.079589843750 +-0.083007812500 +0.080078125000 +0.101562500000 +0.078613281250 +-0.053710937500 +-0.128906250000 +0.120605468750 +-0.106933593750 +0.127929687500 +-0.116699218750 +-0.060791015625 +-0.069335937500 +-0.057128906250 +-0.051025390625 +-0.021240234375 +-0.031005859375 +-0.197265625000 +0.033935546875 +0.080078125000 +0.044921875000 +-0.051025390625 +0.223632812500 +-0.047851562500 +-0.031127929688 +0.154296875000 +-0.014770507812 +-0.149414062500 +-0.056640625000 +-0.105957031250 +-0.025268554688 +0.086425781250 +0.010925292969 +-0.192382812500 +0.120117187500 +0.018188476562 +0.081054687500 +0.143554687500 +0.087402343750 +-0.066406250000 +-0.033203125000 +0.263671875000 +-0.074707031250 +-0.109863281250 +0.037597656250 +-0.054931640625 +-0.013854980469 +-0.123046875000 +0.034179687500 +0.022338867188 +-0.065429687500 +-0.065429687500 +0.050048828125 +-0.040039062500 +0.093261718750 +0.040283203125 +0.059570312500 +-0.119628906250 +-0.079589843750 +0.104492187500 +0.120605468750 +0.118652343750 +0.002059936523 +0.174804687500 +-0.023681640625 +-0.047119140625 +0.081054687500 +0.038330078125 +-0.146484375000 +-0.132812500000 +-0.054687500000 +-0.110839843750 +-0.008666992188 +-0.017333984375 +0.044921875000 +-0.066406250000 +-0.063964843750 +-0.141601562500 +-0.095703125000 +0.015441894531 +0.036621093750 +-0.018554687500 +-0.058593750000 +0.079101562500 +0.060058593750 +0.001739501953 +-0.049804687500 +0.024902343750 +0.088378906250 +0.017333984375 +-0.059082031250 +0.030273437500 +-0.066406250000 +0.062255859375 +-0.193359375000 +-0.001502990723 +0.143554687500 +-0.115234375000 +-0.005737304688 +-0.157226562500 +0.043701171875 +-0.042724609375 +0.167968750000 +0.020385742188 +-0.208007812500 +-0.011169433594 +-0.010986328125 +0.011230468750 +0.151367187500 +0.023559570312 +-0.037353515625 +0.079101562500 +0.026489257812 +-0.037597656250 +0.232421875000 +-0.100585937500 +-0.077636718750 +0.085449218750 +0.104003906250 +-0.060791015625 +-0.037353515625 +0.012573242188 +-0.205078125000 +-0.029785156250 +0.094726562500 +0.041748046875 +-0.137695312500 +-0.079101562500 +-0.040771484375 +-0.044189453125 +0.071777343750 +-0.004302978516 +-0.051513671875 +0.100097656250 +-0.084960937500 +0.135742187500 +-0.133789062500 +-0.083984375000 +0.013793945312 +-0.005126953125 +-0.031738281250 +-0.050048828125 +0.062988281250 +0.052246093750 +-0.014709472656 +0.217773437500 +-0.043701171875 +0.037109375000 +0.058349609375 +-0.044189453125 +0.136718750000 +0.102050781250 +0.093750000000 +-0.159179687500 +0.123535156250 +-0.037353515625 +0.212890625000 +-0.121582031250 +-0.101074218750 +0.009643554688 +-0.068847656250 +-0.003692626953 +-0.002059936523 +-0.157226562500 +-0.012207031250 +0.003143310547 +0.059326171875 +0.062988281250 +0.089355468750 +-0.062988281250 +-0.051757812500 +-0.048583984375 +-0.069824218750 +0.106445312500 +0.085449218750 +-0.036376953125 +-0.000104904175 +0.094238281250 +-0.150390625000 +-0.074218750000 +-0.035644531250 +0.029296875000 +-0.058349609375 +-0.006927490234 +-0.017700195312 +-0.016357421875 +-0.101074218750 +0.049560546875 +0.025024414062 +-0.044677734375 +-0.005096435547 +0.095214843750 +0.126953125000 +-0.007568359375 +-0.020996093750 +0.113769531250 +-0.012145996094 +0.058105468750 +-0.056152343750 +0.134765625000 +0.023437500000 +-0.101074218750 +-0.086425781250 +0.066894531250 +-0.017333984375 +-0.021728515625 +-0.131835937500 +0.068359375000 +-0.040283203125 +0.009094238281 +-0.031127929688 +-0.061035156250 +-0.051025390625 +-0.070800781250 +-0.013610839844 +-0.091308593750 +-0.226562500000 +-0.069824218750 +-0.067871093750 +0.084472656250 +-0.089355468750 +-0.053955078125 +-0.105957031250 +0.273437500000 +-0.001510620117 +0.007568359375 +0.053955078125 +-0.009033203125 +0.020263671875 +0.122070312500 +-0.009399414062 +-0.009643554688 +-0.076660156250 +0.072265625000 +0.107421875000 +-0.057617187500 +-0.087890625000 +-0.010925292969 +-0.125976562500 +0.022827148438 +-0.018432617188 +-0.001281738281 +-0.063476562500 +-0.016967773438 +-0.187500000000 +0.010192871094 +-0.057128906250 +0.071289062500 +0.108886718750 +-0.029541015625 +0.047119140625 +0.046875000000 +-0.045410156250 +-0.083984375000 +0.021850585938 +-0.014343261719 +-0.098632812500 +-0.017700195312 +0.026123046875 +-0.033691406250 +-0.104003906250 +0.030273437500 +-0.062988281250 +0.173828125000 +0.001724243164 +0.034179687500 +0.018066406250 +0.031005859375 +0.003112792969 +-0.048095703125 +0.149414062500 +-0.131835937500 +0.022827148438 +-0.049804687500 +0.077148437500 +-0.074707031250 +-0.006713867188 +0.038574218750 +0.055908203125 +-0.146484375000 +0.003433227539 +-0.014282226562 +0.067382812500 +0.021606445312 +-0.001899719238 +-0.039062500000 +0.067382812500 +0.017089843750 +0.073242187500 +0.195312500000 +0.051269531250 +-0.178710937500 +0.099121093750 +-0.054687500000 +-0.045654296875 +-0.154296875000 +-0.027221679688 +-0.017700195312 +-0.125976562500 +0.104003906250 +0.003906250000 +0.081054687500 +0.017944335938 +0.055908203125 +-0.034667968750 +-0.092773437500 +-0.001541137695 +0.108886718750 +0.081542968750 +-0.014343261719 +0.022094726562 +0.127929687500 +0.017211914062 +0.001251220703 +0.026733398438 +-0.184570312500 +-0.167968750000 +-0.007141113281 +-0.040039062500 +-0.121582031250 +0.022216796875 +-0.022094726562 +-0.039550781250 +-0.183593750000 +0.080078125000 +-0.003372192383 +0.063964843750 +-0.030029296875 +-0.012268066406 +0.090332031250 +0.049316406250 +-0.070800781250 +-0.008056640625 +0.016967773438 +-0.017944335938 +-0.122558593750 +0.066406250000 +0.042236328125 +0.125976562500 +-0.079589843750 +0.160156250000 +0.013549804688 +-0.233398437500 +0.106445312500 +0.112304687500 +-0.016235351562 +0.084472656250 +-0.120117187500 +-0.198242187500 +0.019042968750 +0.025512695312 +-0.003906250000 +-0.013732910156 +0.147460937500 +0.020507812500 +0.007476806641 +-0.125976562500 +0.056884765625 +0.104492187500 +-0.098632812500 +-0.024780273438 +-0.052490234375 +-0.015502929688 +-0.060302734375 +-0.204101562500 +-0.024047851562 +-0.170898437500 +0.176757812500 +-0.015014648438 +-0.076171875000 +-0.014526367188 +-0.006896972656 +-0.049560546875 +-0.118652343750 +0.067382812500 +-0.101562500000 +0.044433593750 +0.191406250000 +-0.078125000000 +0.039062500000 +-0.029296875000 +0.003646850586 +-0.090820312500 +-0.100097656250 +-0.093750000000 +0.046630859375 +0.052490234375 +-0.027343750000 +-0.185546875000 +0.108886718750 +-0.107910156250 +-0.005554199219 +-0.031738281250 +0.018188476562 +0.025024414062 +-0.043701171875 +-0.147460937500 +0.255859375000 +-0.137695312500 +-0.031127929688 +-0.057861328125 +-0.208984375000 +-0.063964843750 +-0.008605957031 +0.007324218750 +0.013488769531 +0.040527343750 +0.110839843750 +-0.024169921875 +-0.087402343750 +0.044189453125 +-0.032226562500 +0.117675781250 +-0.045898437500 +0.000572204590 +-0.007568359375 +-0.004425048828 +0.178710937500 +0.051269531250 +-0.002944946289 +-0.017944335938 +-0.086914062500 +-0.055175781250 +-0.107910156250 +0.001892089844 +0.125000000000 +0.008300781250 +-0.097656250000 +0.011657714844 +-0.081542968750 +0.012329101562 +-0.150390625000 +-0.013305664062 +-0.057617187500 +-0.059570312500 +0.006378173828 +-0.085937500000 +0.072753906250 +-0.057128906250 +0.060302734375 +-0.148437500000 +-0.091308593750 +-0.190429687500 +-0.127929687500 +-0.146484375000 +-0.206054687500 +-0.128906250000 +0.165039062500 +0.050292968750 +0.014343261719 +-0.037597656250 +-0.013122558594 +-0.021240234375 +0.154296875000 +-0.281250000000 +-0.012634277344 +0.081054687500 +0.025512695312 +-0.069335937500 +-0.035156250000 +-0.139648437500 +0.102539062500 +-0.056396484375 +0.096679687500 +-0.241210937500 +-0.053466796875 +0.071289062500 +-0.093261718750 +0.064941406250 +0.092285156250 +0.046386718750 +0.238281250000 +-0.109863281250 +0.008361816406 +-0.037109375000 +0.068847656250 +0.094238281250 +0.176757812500 +-0.046875000000 +0.013183593750 +-0.069335937500 +0.003463745117 +-0.030029296875 +0.027954101562 +-0.054931640625 +-0.078613281250 +0.000576019287 +0.013183593750 +0.171875000000 +0.017822265625 +-0.074707031250 +0.025268554688 +-0.045654296875 +-0.013244628906 +-0.032958984375 +0.084960937500 +0.060546875000 +-0.047363281250 +-0.004272460938 +0.055419921875 +0.022460937500 +-0.151367187500 +-0.018920898438 +-0.001304626465 +-0.126953125000 +-0.105468750000 +0.043945312500 +-0.007690429688 +-0.036376953125 +0.136718750000 +0.104003906250 +0.004791259766 +0.132812500000 +0.035888671875 +-0.053955078125 +-0.087402343750 +0.022705078125 +0.055908203125 +0.045410156250 +-0.021972656250 +0.170898437500 +-0.004943847656 +-0.326171875000 +0.050292968750 +0.016357421875 +-0.024169921875 +0.031982421875 +0.051757812500 +0.035156250000 +0.085449218750 +0.012023925781 +0.049804687500 +0.113281250000 +-0.037841796875 +0.027221679688 +0.165039062500 +-0.089355468750 +-0.078125000000 +-0.040771484375 +0.044921875000 +-0.153320312500 +0.006530761719 +-0.002029418945 +0.111816406250 +-0.097656250000 +-0.008789062500 +0.071777343750 +-0.043457031250 +0.084472656250 +0.004394531250 +-0.044921875000 +0.069824218750 +0.041503906250 +0.039306640625 +0.011535644531 +0.038085937500 +-0.077148437500 +-0.140625000000 +-0.012145996094 +0.059082031250 +0.030395507812 +-0.092285156250 +-0.024047851562 +0.006958007812 +-0.082519531250 +-0.013793945312 +0.024902343750 +0.123535156250 +0.083496093750 +0.065429687500 +0.012023925781 +0.043701171875 +-0.043945312500 +-0.020263671875 +-0.130859375000 +0.108886718750 +0.044921875000 +-0.048583984375 +0.173828125000 +-0.005645751953 +0.057861328125 +0.027221679688 +-0.017333984375 +0.013916015625 +-0.032714843750 +-0.070312500000 +-0.176757812500 +0.013671875000 +0.013610839844 +0.028198242188 +-0.071289062500 +0.030273437500 +0.032470703125 +-0.094238281250 +-0.010498046875 +-0.013488769531 +0.060058593750 +0.080566406250 +-0.091796875000 +-0.028442382812 +0.031127929688 +0.173828125000 +-0.079101562500 +-0.028076171875 +-0.115234375000 +-0.083496093750 +-0.046630859375 +-0.080078125000 +-0.015563964844 +-0.050781250000 +-0.015014648438 +0.185546875000 +-0.027099609375 +0.007202148438 +0.127929687500 +0.007720947266 +0.014648437500 +-0.073730468750 +-0.100097656250 +0.042724609375 +-0.069824218750 +-0.046875000000 +0.009582519531 +0.034912109375 +0.017089843750 +0.098144531250 +0.042480468750 +-0.110839843750 +-0.039794921875 +-0.132812500000 +-0.104492187500 +-0.071777343750 +0.024291992188 +0.082519531250 +-0.088867187500 +0.004882812500 +-0.060791015625 +-0.054687500000 +-0.018066406250 +0.014770507812 +0.172851562500 +0.124023437500 +0.013732910156 +-0.114257812500 +0.019775390625 +-0.027099609375 +0.031250000000 +0.070312500000 +0.066406250000 +-0.023559570312 +-0.006561279297 +0.010131835938 +0.027709960938 +0.040527343750 +0.137695312500 +0.072265625000 +-0.050048828125 +-0.019287109375 +0.050781250000 +-0.067871093750 +0.006683349609 +-0.109863281250 +-0.182617187500 +0.039062500000 +-0.147460937500 +-0.116699218750 +-0.091308593750 +0.033203125000 +-0.041748046875 +-0.009216308594 +0.027099609375 +-0.056640625000 +-0.106445312500 +-0.022705078125 +0.086914062500 +0.214843750000 +0.086914062500 +0.089843750000 +0.008605957031 +0.042480468750 +0.019897460938 +0.012817382812 +0.067382812500 +-0.204101562500 +0.075195312500 +0.003372192383 +-0.171875000000 +0.050781250000 +-0.085937500000 +0.006164550781 +0.198242187500 +-0.078613281250 +-0.153320312500 +-0.198242187500 +0.098144531250 +-0.018676757812 +0.092285156250 +0.125976562500 +-0.099609375000 +-0.069335937500 +0.049072265625 +0.096679687500 +-0.012390136719 +-0.007263183594 +-0.021118164062 +0.002639770508 +-0.011413574219 +-0.040771484375 +-0.000144004822 +0.002990722656 +-0.030151367188 +0.133789062500 +0.092285156250 +-0.005645751953 +-0.014770507812 +-0.043457031250 +-0.013427734375 +0.086914062500 +-0.042236328125 +-0.028808593750 +-0.053710937500 +0.012878417969 +0.044433593750 +0.049072265625 +-0.042724609375 +-0.070312500000 +0.040771484375 +-0.135742187500 +-0.120117187500 +0.017333984375 +0.096191406250 +0.025146484375 +0.045654296875 +-0.142578125000 +-0.079589843750 +-0.103027343750 +-0.064453125000 +0.027343750000 +-0.063964843750 +-0.019531250000 +0.128906250000 +-0.056152343750 +-0.000436782837 +0.060058593750 +-0.034423828125 +0.084960937500 +-0.080078125000 +0.064453125000 +0.079589843750 +0.038085937500 +0.024536132812 +0.025634765625 +0.042968750000 +0.057128906250 +0.074218750000 +-0.047363281250 +0.038818359375 +-0.041015625000 +0.034667968750 +-0.117675781250 +0.035400390625 +-0.058837890625 +0.050292968750 +-0.087402343750 +0.052978515625 +0.113281250000 +-0.021728515625 +-0.159179687500 +0.037353515625 +0.077636718750 +-0.146484375000 +-0.064941406250 +-0.063476562500 +0.020385742188 +-0.062500000000 +0.096191406250 +-0.156250000000 +0.065429687500 +-0.081542968750 +-0.017333984375 +0.062500000000 +-0.184570312500 +0.257812500000 +0.064941406250 +0.170898437500 +0.016967773438 +0.086425781250 +0.185546875000 +-0.037841796875 +0.067382812500 +0.115234375000 +-0.068847656250 +0.071289062500 +-0.195312500000 +-0.070800781250 +-0.028930664062 +-0.029541015625 +-0.089843750000 +0.019531250000 +-0.085449218750 +-0.009216308594 +0.104003906250 +-0.084960937500 +0.005615234375 +-0.110839843750 +-0.106445312500 +0.028930664062 +-0.073730468750 +-0.020263671875 +-0.098632812500 +-0.034423828125 +0.031738281250 +0.083984375000 +-0.100097656250 +0.019775390625 +0.093261718750 +0.070800781250 +-0.053466796875 +-0.068359375000 +-0.069824218750 +-0.052734375000 +0.011291503906 +0.143554687500 +0.000207901001 +-0.120605468750 +-0.045166015625 +0.019775390625 +0.051513671875 +0.002975463867 +0.075195312500 +-0.022827148438 +0.170898437500 +-0.110351562500 +-0.013244628906 +-0.079589843750 +0.069335937500 +-0.104003906250 +0.035644531250 +0.269531250000 +0.114746093750 +-0.049804687500 +-0.021362304688 +0.004730224609 +0.068847656250 +0.124023437500 +0.122558593750 +-0.023071289062 +-0.095214843750 +-0.087402343750 +0.001930236816 +0.025390625000 +-0.073730468750 +0.021240234375 +-0.071289062500 +0.086425781250 +-0.062988281250 +0.075683593750 +-0.017456054688 +0.142578125000 +0.003768920898 +0.122558593750 +-0.035644531250 +-0.004333496094 +-0.009582519531 +-0.101562500000 +-0.020507812500 +-0.020019531250 +0.070800781250 +0.023193359375 +-0.029296875000 +-0.073730468750 +-0.059082031250 +-0.101074218750 +-0.106445312500 +-0.013977050781 +0.013305664062 +0.034667968750 +0.075195312500 +-0.055175781250 +0.019897460938 +-0.010559082031 +-0.111328125000 +-0.097656250000 +0.225585937500 +-0.069824218750 +-0.020751953125 +0.026123046875 +0.036865234375 +0.052490234375 +-0.009216308594 +0.011657714844 +-0.016357421875 +-0.091308593750 +0.082031250000 +-0.013977050781 +0.016845703125 +0.045898437500 +0.050292968750 +0.000381469727 +-0.131835937500 +0.089843750000 +0.081542968750 +-0.116699218750 +-0.112792968750 +0.090332031250 +-0.125976562500 +0.044921875000 +0.038574218750 +0.021240234375 +0.184570312500 +-0.088867187500 +0.008666992188 +0.012573242188 +0.102539062500 +0.056640625000 +-0.055175781250 +-0.102050781250 +0.221679687500 +0.025512695312 +-0.134765625000 +0.080078125000 +-0.089355468750 +0.015136718750 +-0.095214843750 +-0.076660156250 +-0.007934570312 +-0.058349609375 +-0.125976562500 +0.028320312500 +0.013122558594 +-0.031982421875 +-0.108398437500 +0.082031250000 +-0.083496093750 +0.104492187500 +-0.132812500000 +0.029663085938 +-0.154296875000 +-0.091308593750 +-0.038330078125 +-0.090820312500 +-0.015502929688 +0.014770507812 +0.041259765625 +-0.117187500000 +-0.032958984375 +-0.004913330078 +0.017333984375 +-0.131835937500 +0.126953125000 +0.049316406250 +0.073730468750 +0.011840820312 +-0.029418945312 +-0.081054687500 +-0.044433593750 +0.010925292969 +0.120605468750 +0.038330078125 +-0.003387451172 +0.074707031250 +-0.105957031250 +-0.046630859375 +-0.097167968750 +0.064941406250 +-0.074218750000 +0.074707031250 +-0.002593994141 +-0.052978515625 +0.147460937500 +0.177734375000 +0.064453125000 +0.079101562500 +-0.009399414062 +0.054931640625 +0.000141143799 +-0.034179687500 +0.186523437500 +0.081054687500 +0.028808593750 +0.043457031250 +0.023559570312 +-0.130859375000 +0.132812500000 +-0.156250000000 +0.139648437500 +0.145507812500 +-0.036132812500 +-0.145507812500 +0.010131835938 +-0.061279296875 +-0.053222656250 +-0.022949218750 +-0.056152343750 +-0.042236328125 +-0.074707031250 +-0.091308593750 +-0.086425781250 +-0.128906250000 +0.062988281250 +0.172851562500 +0.064453125000 +-0.180664062500 +0.113769531250 +-0.121093750000 +0.014953613281 +0.171875000000 +-0.193359375000 +-0.009521484375 +-0.008361816406 +0.204101562500 +-0.020751953125 +0.121093750000 +0.169921875000 +-0.042968750000 +-0.109375000000 +0.013183593750 +0.062255859375 +0.101562500000 +0.034423828125 +-0.094238281250 +-0.001655578613 +0.045410156250 +0.027465820312 +-0.189453125000 +0.103027343750 +0.037597656250 +0.005035400391 +-0.073242187500 +-0.083007812500 +-0.088867187500 +0.059326171875 +0.196289062500 +-0.125976562500 +-0.108886718750 +-0.092773437500 +-0.028808593750 +-0.106933593750 +-0.148437500000 +-0.103515625000 +-0.202148437500 +-0.069335937500 +-0.037109375000 +-0.084960937500 +0.010070800781 +-0.085449218750 +-0.033691406250 +-0.015441894531 +-0.008789062500 +-0.140625000000 +-0.056396484375 +-0.078125000000 +-0.094726562500 +-0.038330078125 +0.015014648438 +-0.014709472656 +0.114746093750 +-0.032714843750 +-0.003631591797 +-0.097656250000 +-0.017578125000 +0.031127929688 +-0.007629394531 +-0.027587890625 +-0.007476806641 +0.001754760742 +-0.058593750000 +0.143554687500 +-0.096679687500 +0.005737304688 +0.067382812500 +-0.188476562500 +0.013183593750 +0.019287109375 +-0.122070312500 +-0.010925292969 +-0.022705078125 +-0.178710937500 +-0.014648437500 +0.068847656250 +0.019531250000 +-0.092773437500 +-0.113281250000 +-0.053955078125 +-0.070312500000 +-0.024169921875 +0.035888671875 +-0.104980468750 +0.067382812500 +0.038330078125 +-0.122558593750 +-0.016967773438 +-0.057861328125 +0.005126953125 +0.031982421875 +-0.159179687500 +-0.043701171875 +-0.071777343750 +-0.000360488892 +0.113281250000 +0.088378906250 +0.115234375000 +-0.115722656250 +0.033203125000 +-0.036865234375 +0.071777343750 +-0.173828125000 +-0.045410156250 +0.056152343750 +-0.069824218750 +-0.176757812500 +0.052001953125 +-0.087402343750 +0.041259765625 +0.059570312500 +0.045410156250 +-0.003463745117 +-0.115234375000 +-0.042968750000 +-0.053222656250 +-0.002029418945 +0.010498046875 +-0.040771484375 +0.080566406250 +0.039550781250 +-0.101074218750 +0.090820312500 +0.025878906250 +0.133789062500 +-0.070800781250 +0.042724609375 +-0.060546875000 +0.076660156250 +0.007415771484 +0.091308593750 +-0.059082031250 +0.034423828125 +-0.050048828125 +0.016601562500 +0.082519531250 +0.008239746094 +0.057861328125 +0.037841796875 +-0.109863281250 +0.038574218750 +-0.166992187500 +-0.003707885742 +-0.121093750000 +-0.071777343750 +0.098632812500 +0.046630859375 +0.020996093750 +0.032714843750 +-0.013793945312 +-0.004943847656 +0.061035156250 +0.154296875000 +-0.025146484375 +0.029541015625 +-0.091796875000 +0.031738281250 +0.028198242188 +0.081542968750 +-0.056152343750 +-0.113769531250 +-0.292968750000 +-0.168945312500 +-0.083496093750 +-0.090820312500 +-0.055175781250 +0.088867187500 +-0.080078125000 +-0.078613281250 +0.053222656250 +0.077148437500 +-0.001617431641 +-0.009704589844 +0.041992187500 +0.011047363281 +-0.033447265625 +0.063964843750 +-0.067871093750 +0.010803222656 +-0.082031250000 +0.004089355469 +0.010559082031 +-0.085449218750 +-0.248046875000 +0.100097656250 +0.079101562500 +0.063476562500 +0.140625000000 +0.088378906250 +-0.040527343750 +-0.044921875000 +0.016479492188 +0.051757812500 +-0.094726562500 +-0.027099609375 +0.103515625000 +-0.059082031250 +-0.048583984375 +-0.064453125000 +-0.103027343750 +0.127929687500 +0.135742187500 +0.067871093750 +0.192382812500 +-0.032958984375 +-0.187500000000 +-0.014099121094 +0.139648437500 +0.017944335938 +-0.023071289062 +0.027709960938 +-0.057128906250 +-0.021362304688 +0.008789062500 +-0.053466796875 +0.070312500000 +0.035644531250 +-0.109863281250 +-0.158203125000 +0.109863281250 +0.028930664062 +0.039306640625 +-0.050292968750 +-0.138671875000 +0.018432617188 +-0.095214843750 +-0.007171630859 +0.048583984375 +-0.068359375000 +0.011169433594 +-0.035156250000 +-0.065429687500 +0.124023437500 +-0.082519531250 +-0.005584716797 +-0.012268066406 +-0.076660156250 +0.106445312500 +-0.006683349609 +-0.011657714844 +-0.052246093750 +-0.003494262695 +-0.039306640625 +-0.050048828125 +-0.047119140625 +-0.057617187500 +-0.029296875000 +0.190429687500 +-0.054443359375 +0.031005859375 +-0.070800781250 +0.025878906250 +-0.102050781250 +-0.033447265625 +0.049316406250 +0.033447265625 +0.123535156250 +0.036376953125 +0.050781250000 +-0.025146484375 +0.038330078125 +-0.130859375000 +-0.039306640625 +0.056884765625 +0.021484375000 +0.075195312500 +0.040283203125 +0.095214843750 +0.010375976562 +-0.071289062500 +0.038330078125 +0.228515625000 +-0.151367187500 +0.127929687500 +-0.056152343750 +0.104003906250 +-0.113281250000 +0.067871093750 +0.111328125000 +0.063476562500 +-0.022949218750 +0.045654296875 +-0.110839843750 +-0.051757812500 +-0.079589843750 +-0.049804687500 +-0.105468750000 +0.080566406250 +-0.061767578125 +0.071777343750 +-0.067871093750 +-0.040283203125 +-0.023315429688 +-0.141601562500 +0.087890625000 +-0.146484375000 +0.031982421875 +0.044677734375 +0.114257812500 +0.050048828125 +0.066406250000 +-0.088867187500 +-0.059570312500 +-0.066894531250 +-0.017578125000 +0.011474609375 +-0.060058593750 +-0.050781250000 +0.081542968750 +-0.152343750000 +0.111328125000 +0.025268554688 +-0.069824218750 +-0.093261718750 +-0.024658203125 +0.120117187500 +-0.072753906250 +-0.026367187500 +0.133789062500 +-0.023437500000 +0.037841796875 +-0.043701171875 +0.026489257812 +0.041992187500 +0.026489257812 +0.037109375000 +-0.027465820312 +-0.058837890625 +-0.014892578125 +-0.018920898438 +0.031738281250 +-0.057617187500 +0.030151367188 +-0.051757812500 +-0.033935546875 +0.164062500000 +0.024169921875 +0.064941406250 +0.026000976562 +0.069824218750 +0.036621093750 +0.069824218750 +-0.019287109375 +-0.036132812500 +0.162109375000 +0.115234375000 +-0.051513671875 +0.010009765625 +0.027343750000 +0.045166015625 +0.069335937500 +-0.135742187500 +-0.014831542969 +0.057861328125 +-0.092773437500 +0.062988281250 +-0.090820312500 +0.056152343750 +-0.038818359375 +-0.002578735352 +0.113769531250 +0.103515625000 +-0.017822265625 +-0.006591796875 +0.038085937500 +0.090820312500 +-0.118164062500 +0.013122558594 +0.009033203125 +-0.040527343750 +0.056884765625 +-0.064453125000 +-0.051757812500 +-0.149414062500 +-0.035888671875 +0.235351562500 +-0.027954101562 +-0.009155273438 +-0.018432617188 +0.000150680542 +0.093750000000 +0.008911132812 +-0.212890625000 +-0.054931640625 +-0.105957031250 +-0.046875000000 +0.016235351562 +0.113769531250 +0.085449218750 +-0.131835937500 +0.105468750000 +-0.098632812500 +0.052734375000 +0.008422851562 +0.005676269531 +0.119628906250 +-0.061767578125 +-0.048828125000 +-0.016113281250 +0.007446289062 +-0.018432617188 +0.061279296875 +0.008483886719 +0.065429687500 +-0.038574218750 +-0.072753906250 +0.026000976562 +0.083007812500 +0.070312500000 +0.052246093750 +0.005859375000 +-0.082031250000 +0.057617187500 +0.052734375000 +0.038574218750 +-0.072753906250 +-0.085937500000 +0.031738281250 +0.085937500000 +-0.062500000000 +-0.007354736328 +-0.005554199219 +0.002685546875 +-0.018554687500 +0.068847656250 +-0.032714843750 +0.165039062500 +-0.070312500000 +0.047119140625 +0.011901855469 +-0.008850097656 +-0.055908203125 +-0.086425781250 +-0.138671875000 +0.092285156250 +-0.074707031250 +-0.005676269531 +-0.062011718750 +0.045166015625 +-0.066406250000 +0.180664062500 +-0.038085937500 +-0.036376953125 +0.069335937500 +0.013610839844 +-0.153320312500 +0.022949218750 +-0.074707031250 +0.157226562500 +-0.077148437500 +-0.046386718750 +0.006896972656 +-0.037109375000 +0.027954101562 +-0.014404296875 +-0.040039062500 +-0.030883789062 +-0.043701171875 +-0.000724792480 +-0.056640625000 +0.018676757812 +0.158203125000 +-0.009155273438 +-0.177734375000 +0.075683593750 +0.060546875000 +-0.078125000000 +-0.092773437500 +0.012023925781 +-0.271484375000 +0.205078125000 +0.118164062500 +-0.221679687500 +-0.114257812500 +0.003723144531 +0.074218750000 +0.083984375000 +-0.061035156250 +-0.077636718750 +-0.147460937500 +-0.004547119141 +0.033447265625 +-0.105957031250 +0.020507812500 +0.084960937500 +-0.030761718750 +0.034912109375 +-0.021972656250 +-0.095214843750 +0.002258300781 +-0.049560546875 +0.203125000000 +0.016601562500 +-0.001586914062 +0.083496093750 +-0.092285156250 +-0.072265625000 +0.057617187500 +-0.062500000000 +0.095703125000 +-0.021850585938 +-0.083496093750 +-0.152343750000 +-0.111816406250 +-0.137695312500 +0.034667968750 +-0.134765625000 +-0.055664062500 +-0.092285156250 +-0.053955078125 +0.038085937500 +0.004577636719 +0.007934570312 +-0.104492187500 +0.192382812500 +0.040771484375 +0.030761718750 +0.090332031250 +-0.070800781250 +0.035156250000 +0.100097656250 +-0.087890625000 +0.043457031250 +0.036376953125 +-0.004119873047 +-0.094726562500 +-0.063476562500 +0.077636718750 +-0.009582519531 +-0.044677734375 +-0.181640625000 +-0.002578735352 +0.121093750000 +0.121093750000 +-0.088378906250 +0.091308593750 +-0.144531250000 +0.075683593750 +0.033691406250 +0.038085937500 +0.093261718750 +-0.114257812500 +0.173828125000 +0.030517578125 +0.051757812500 +0.194335937500 +-0.106933593750 +-0.067871093750 +-0.036865234375 +-0.094238281250 +0.071777343750 +-0.035644531250 +0.081542968750 +0.005340576172 +-0.105468750000 +0.077636718750 +-0.022460937500 +-0.070312500000 +-0.032470703125 +0.026245117188 +0.069335937500 +-0.094238281250 +-0.097656250000 +0.005096435547 +-0.098144531250 +0.021728515625 +0.025878906250 +-0.094726562500 +0.135742187500 +-0.038818359375 +0.094238281250 +-0.212890625000 +0.043457031250 +0.074707031250 +0.118652343750 +0.007415771484 +0.020507812500 +-0.153320312500 +0.124511718750 +-0.082519531250 +0.025390625000 +0.008239746094 +0.005218505859 +-0.047607421875 +-0.123046875000 +0.102539062500 +0.090820312500 +0.131835937500 +-0.014404296875 +0.083984375000 +0.042968750000 +-0.022216796875 +0.051513671875 +0.065429687500 +0.025024414062 +0.137695312500 +-0.006011962891 +0.158203125000 +-0.129882812500 +0.053955078125 +-0.040527343750 +-0.033935546875 +-0.058593750000 +0.134765625000 +-0.156250000000 +-0.005187988281 +0.097656250000 +0.065917968750 +0.019775390625 +-0.025634765625 +0.018066406250 +-0.071289062500 +-0.095703125000 +-0.036621093750 +-0.072265625000 +-0.166992187500 +-0.156250000000 +0.096679687500 +-0.093750000000 +-0.005523681641 +0.043945312500 +-0.015747070312 +0.073242187500 +0.027343750000 +-0.084472656250 +0.172851562500 +0.030029296875 +0.059814453125 +0.001571655273 +-0.018920898438 +-0.058837890625 +-0.022827148438 +-0.019165039062 +-0.110839843750 +0.080078125000 +-0.067871093750 +0.101562500000 +-0.273437500000 +0.030151367188 +-0.134765625000 +-0.076660156250 +0.113769531250 +-0.029541015625 +-0.083984375000 +0.036376953125 +-0.138671875000 +0.004089355469 +0.059082031250 +0.027709960938 +0.042480468750 +0.028198242188 +-0.063476562500 +0.059082031250 +-0.003494262695 +-0.158203125000 +0.019775390625 +0.017089843750 +0.122558593750 +-0.095214843750 +0.019653320312 +-0.120117187500 +-0.035156250000 +-0.004302978516 +0.123046875000 +-0.085937500000 +0.005645751953 +-0.182617187500 +-0.115722656250 +-0.041503906250 +0.009521484375 +0.112304687500 +0.002746582031 +0.057373046875 +-0.075683593750 +-0.010253906250 +0.036621093750 +0.064453125000 +-0.049316406250 +0.054443359375 +-0.055175781250 +0.057128906250 +-0.036376953125 +-0.011962890625 +0.089843750000 +0.004028320312 +-0.141601562500 +-0.017089843750 +0.028686523438 +0.009826660156 +0.115234375000 +0.012023925781 +-0.026977539062 +-0.018432617188 +-0.213867187500 +-0.080566406250 +0.039794921875 +0.070800781250 +0.138671875000 +-0.006866455078 +-0.021606445312 +-0.042724609375 +-0.012756347656 +-0.107421875000 +0.065429687500 +-0.007995605469 +-0.100585937500 +0.022338867188 +0.028564453125 +0.023803710938 +-0.004486083984 +-0.000991821289 +0.050292968750 +0.009094238281 +-0.062011718750 +0.030883789062 +-0.009948730469 +-0.064941406250 +0.000637054443 +-0.051269531250 +-0.012878417969 +0.123046875000 +-0.038085937500 +0.102050781250 +0.007385253906 +-0.135742187500 +0.118164062500 +0.004425048828 +0.034912109375 +-0.021362304688 +-0.023193359375 +-0.141601562500 +-0.026245117188 +-0.041748046875 +-0.011779785156 +0.077636718750 +-0.058349609375 +0.035400390625 +0.093261718750 +0.012023925781 +-0.037841796875 +-0.066894531250 +0.016723632812 +0.052246093750 +0.005371093750 +-0.047119140625 +0.032470703125 +-0.027465820312 +-0.016357421875 +-0.041992187500 +-0.094238281250 +0.048095703125 +-0.253906250000 +0.089843750000 +-0.031738281250 +0.048095703125 +-0.006164550781 +-0.069335937500 +0.018310546875 +-0.083007812500 +0.100585937500 +0.080078125000 +0.041992187500 +-0.005187988281 +-0.001472473145 +-0.074218750000 +-0.079589843750 +-0.088867187500 +0.109863281250 +0.007690429688 +0.000896453857 +0.026000976562 +-0.070800781250 +-0.060058593750 +-0.136718750000 +-0.073730468750 +-0.028198242188 +0.119628906250 +0.052246093750 +-0.177734375000 +-0.045898437500 +-0.075195312500 +-0.053955078125 +-0.019165039062 +-0.031494140625 +0.005371093750 +-0.087402343750 +-0.057373046875 +-0.094726562500 +-0.031982421875 +0.040039062500 +-0.089843750000 +-0.204101562500 +0.070312500000 +-0.109375000000 +0.078125000000 +-0.097167968750 +0.034423828125 +0.053222656250 +0.044433593750 +0.008972167969 +0.152343750000 +-0.109863281250 +-0.014770507812 +-0.062500000000 +-0.005432128906 +0.055175781250 +0.056884765625 +0.002670288086 +0.029541015625 +0.066406250000 +-0.034179687500 +-0.091796875000 +0.011413574219 +-0.066406250000 +-0.168945312500 +0.008056640625 +0.076660156250 +-0.184570312500 +-0.134765625000 +-0.198242187500 +0.004394531250 +-0.082519531250 +0.079101562500 +-0.047851562500 +-0.079101562500 +0.019897460938 +-0.013061523438 +-0.004211425781 +-0.047851562500 +-0.072265625000 +0.123535156250 +0.014099121094 +0.078125000000 +0.119628906250 +0.006988525391 +0.062500000000 +-0.096191406250 +-0.018798828125 +-0.052734375000 +-0.064941406250 +0.112792968750 +-0.074218750000 +0.082519531250 +-0.000360488892 +0.050537109375 +-0.060058593750 +0.151367187500 +0.024169921875 +-0.052001953125 +0.166992187500 +-0.080078125000 +0.062500000000 +-0.007812500000 +0.053955078125 +0.098144531250 +0.074707031250 +0.034912109375 +0.071289062500 +0.022338867188 +-0.106933593750 +-0.089843750000 +0.020141601562 +0.055908203125 +-0.039550781250 +0.043701171875 +-0.048095703125 +0.002960205078 +0.021850585938 +-0.075195312500 +0.026489257812 +0.063476562500 +-0.044433593750 +0.022949218750 +-0.039062500000 +0.055908203125 +0.002777099609 +-0.010375976562 +-0.091796875000 +0.030761718750 +0.054931640625 +0.143554687500 +0.013366699219 +0.094726562500 +0.171875000000 +-0.040283203125 +-0.013732910156 +0.051025390625 +-0.109863281250 +-0.013488769531 +0.014770507812 +-0.127929687500 +-0.101562500000 +0.073730468750 +-0.244140625000 +0.082519531250 +-0.057861328125 +0.106933593750 +0.083984375000 +0.125976562500 +-0.120117187500 +-0.026977539062 +-0.058105468750 +0.095214843750 +0.064453125000 +0.076660156250 +-0.017578125000 +0.014099121094 +-0.003326416016 +0.052978515625 +0.105957031250 +-0.149414062500 +-0.182617187500 +-0.063476562500 +0.116210937500 +0.058593750000 +0.007751464844 +-0.113281250000 +-0.014892578125 +0.169921875000 +0.007080078125 +-0.028686523438 +-0.110839843750 +-0.120605468750 +0.035888671875 +-0.035400390625 +0.121093750000 +0.066406250000 +-0.040527343750 +0.015747070312 +0.100097656250 +-0.009399414062 +-0.080566406250 +-0.019531250000 +0.038574218750 +-0.023681640625 +-0.039306640625 +0.001052856445 +0.015319824219 +-0.051269531250 +-0.104492187500 +0.095703125000 +-0.059326171875 +-0.028198242188 +0.079101562500 +-0.051269531250 +0.048828125000 +0.019409179688 +-0.032714843750 +0.068359375000 +0.018798828125 +0.004547119141 +-0.021362304688 +0.088867187500 +-0.063476562500 +-0.097656250000 +0.021240234375 +0.016723632812 +0.024658203125 +-0.115722656250 +-0.094238281250 +-0.038574218750 +-0.057861328125 +-0.223632812500 +-0.072265625000 +-0.000102043152 +-0.067382812500 +0.015869140625 +0.028076171875 +0.053222656250 +0.109375000000 +-0.021972656250 +0.111816406250 +-0.129882812500 +0.090332031250 +-0.120117187500 +-0.043457031250 +-0.126953125000 +-0.023315429688 +0.092285156250 +0.041259765625 +-0.169921875000 +-0.098144531250 +-0.044921875000 +0.083496093750 +0.013854980469 +-0.032958984375 +0.060058593750 +0.011962890625 +-0.009399414062 +-0.028320312500 +0.043945312500 +0.108398437500 +-0.058349609375 +-0.100097656250 +-0.039794921875 +0.191406250000 +0.038574218750 +-0.218750000000 +0.183593750000 +-0.068359375000 +-0.109863281250 +-0.069824218750 +-0.084472656250 +-0.033447265625 +0.023315429688 +-0.162109375000 +-0.106445312500 +-0.119628906250 +-0.089843750000 +-0.045410156250 +0.037353515625 +0.117675781250 +-0.027343750000 +-0.000514984131 +-0.067871093750 +-0.226562500000 +0.114257812500 +-0.102539062500 +-0.166015625000 +-0.000436782837 +-0.170898437500 +-0.062255859375 +-0.076171875000 +-0.168945312500 +0.005462646484 +0.052490234375 +-0.006103515625 +0.049072265625 +0.129882812500 +-0.021606445312 +0.121582031250 +-0.124023437500 +-0.000957489014 +-0.061523437500 +0.052490234375 +0.036621093750 +-0.185546875000 +-0.005859375000 +-0.107910156250 +-0.053466796875 +-0.007720947266 +0.108398437500 +-0.126953125000 +0.081054687500 +0.002136230469 +-0.138671875000 +-0.098144531250 +-0.057861328125 +-0.004760742188 +0.108398437500 +0.138671875000 +0.035156250000 +-0.009643554688 +0.041259765625 +-0.006103515625 +-0.051757812500 +0.057373046875 +-0.056396484375 +0.098632812500 +0.042968750000 +0.006683349609 +-0.055664062500 +-0.047851562500 +0.085937500000 +0.018554687500 +0.031494140625 +0.080566406250 +-0.096679687500 +0.014709472656 +-0.029785156250 +-0.029541015625 +-0.035156250000 +0.060302734375 +0.068847656250 +-0.051513671875 +-0.189453125000 +-0.118652343750 +0.039062500000 +-0.079589843750 +0.072265625000 +-0.100097656250 +0.010498046875 +0.148437500000 +-0.140625000000 +0.141601562500 +0.001686096191 +-0.022094726562 +0.040283203125 +0.074218750000 +0.092285156250 +0.008239746094 +-0.010070800781 +0.032226562500 +-0.021240234375 +-0.052734375000 +-0.028320312500 +-0.067871093750 +-0.104492187500 +0.036132812500 +0.220703125000 +-0.025512695312 +0.141601562500 +-0.008605957031 +-0.008300781250 +-0.012390136719 +0.104003906250 +0.065429687500 +0.003677368164 +0.170898437500 +0.013244628906 +0.014038085938 +-0.009582519531 +0.114257812500 +0.062255859375 +-0.042724609375 +-0.088867187500 +0.001411437988 +0.085937500000 +-0.029052734375 +-0.049316406250 +0.062988281250 +-0.168945312500 +-0.142578125000 +0.108398437500 +0.053710937500 +-0.088867187500 +-0.093261718750 +-0.149414062500 +-0.068359375000 +-0.170898437500 +0.186523437500 +0.160156250000 +-0.056640625000 +-0.148437500000 +0.038330078125 +0.005249023438 +-0.088378906250 +-0.094238281250 +0.038085937500 +-0.068359375000 +-0.040039062500 +-0.077636718750 +-0.084960937500 +-0.010681152344 +0.076171875000 +0.030395507812 +0.081054687500 +0.057617187500 +-0.123046875000 +-0.030395507812 +-0.011535644531 +-0.004852294922 +0.091308593750 +0.017822265625 +0.045898437500 +-0.106445312500 +0.002960205078 +-0.132812500000 +-0.044189453125 +-0.032958984375 +0.090820312500 +-0.056884765625 +0.079101562500 +0.005401611328 +0.012573242188 +-0.106445312500 +-0.015869140625 +-0.055664062500 +0.035156250000 +-0.035400390625 +0.015869140625 +0.075195312500 +0.023803710938 +0.098144531250 +-0.054931640625 +0.050781250000 +-0.006622314453 +0.030029296875 +0.021362304688 +-0.007019042969 +-0.057861328125 +-0.123046875000 +-0.030395507812 +-0.042724609375 +-0.116210937500 +-0.134765625000 +-0.141601562500 +-0.001380920410 +0.059326171875 +0.087890625000 +0.040283203125 +0.082031250000 +-0.335937500000 +0.088378906250 +0.118652343750 +-0.076171875000 +0.147460937500 +0.049804687500 +-0.069824218750 +0.036376953125 +-0.131835937500 +-0.093261718750 +0.026367187500 +0.029907226562 +-0.087402343750 +0.109375000000 +0.061279296875 +-0.073730468750 +-0.234375000000 +-0.145507812500 +-0.129882812500 +-0.061767578125 +-0.131835937500 +-0.137695312500 +0.004302978516 +0.057373046875 +-0.018432617188 +0.013732910156 +0.075683593750 +0.025634765625 +-0.062500000000 +0.156250000000 +-0.127929687500 +0.003616333008 +0.069824218750 +0.038574218750 +-0.065429687500 +0.038085937500 +0.084960937500 +-0.185546875000 +0.037597656250 +-0.064453125000 +-0.120605468750 +0.023071289062 +-0.048339843750 +-0.056396484375 +0.005645751953 +0.042236328125 +-0.194335937500 +0.030151367188 +-0.081542968750 +-0.117675781250 +-0.013977050781 +0.008789062500 +0.046386718750 +-0.063476562500 +-0.012817382812 +-0.135742187500 +-0.051269531250 +0.044921875000 +0.191406250000 +-0.132812500000 +-0.040283203125 +0.082519531250 +-0.001472473145 +-0.061035156250 +0.052001953125 +-0.023925781250 +-0.296875000000 +-0.217773437500 +0.023925781250 +0.040771484375 +-0.062255859375 +-0.122558593750 +-0.244140625000 +0.070312500000 +-0.035888671875 +0.090820312500 +-0.051025390625 +0.021606445312 +0.137695312500 +0.096679687500 +-0.004333496094 +0.120117187500 +0.154296875000 +0.094238281250 +-0.101562500000 +-0.043212890625 +0.022705078125 +0.047363281250 +-0.049316406250 +-0.037597656250 +-0.180664062500 +-0.017700195312 +0.002426147461 +0.046630859375 +-0.082519531250 +-0.024169921875 +-0.070800781250 +-0.162109375000 +-0.177734375000 +0.024780273438 +0.032470703125 +-0.085449218750 +0.052490234375 +0.050048828125 +0.036376953125 +0.066894531250 +0.015502929688 +0.141601562500 +0.026611328125 +0.022827148438 +-0.021606445312 +-0.067382812500 +0.113769531250 +0.071289062500 +-0.154296875000 +-0.047607421875 +0.037841796875 +-0.078125000000 +0.188476562500 +-0.036621093750 +-0.030151367188 +-0.013610839844 +-0.221679687500 +-0.010498046875 +0.000486373901 +0.078613281250 +0.022094726562 +-0.000617980957 +0.123046875000 +0.002426147461 +0.055175781250 +-0.176757812500 +-0.040771484375 +-0.015625000000 +-0.030761718750 +-0.140625000000 +-0.008911132812 +0.042480468750 +0.176757812500 +-0.014221191406 +-0.056640625000 +0.028686523438 +-0.034912109375 +-0.096191406250 +-0.092285156250 +0.069824218750 +0.034179687500 +0.062988281250 +-0.027832031250 +0.089843750000 +-0.051025390625 +0.051513671875 +0.006408691406 +0.037597656250 +0.003402709961 +-0.084960937500 +0.072265625000 +0.020263671875 +0.053955078125 +-0.063964843750 +0.006530761719 +0.097656250000 +0.011657714844 +-0.019775390625 +-0.032958984375 +0.007568359375 +-0.059814453125 +-0.151367187500 +-0.035644531250 +0.129882812500 +0.176757812500 +0.038818359375 +0.043457031250 +-0.017822265625 +-0.059814453125 +0.105957031250 +-0.033935546875 +0.132812500000 +0.007324218750 +-0.019042968750 +-0.040283203125 +-0.113281250000 +-0.153320312500 +-0.090332031250 +-0.016723632812 +0.108886718750 +-0.038330078125 +0.003677368164 +0.036865234375 +0.058349609375 +-0.008728027344 +-0.060058593750 +0.068359375000 +0.174804687500 +-0.033691406250 +0.040283203125 +0.144531250000 +0.160156250000 +0.080078125000 +0.070312500000 +-0.016967773438 +-0.002136230469 +0.081542968750 +-0.133789062500 +0.032470703125 +-0.065917968750 +0.049560546875 +0.021484375000 +-0.099609375000 +-0.001274108887 +-0.025390625000 +0.062988281250 +0.016235351562 +-0.017944335938 +0.065429687500 +-0.010192871094 +-0.031982421875 +0.077636718750 +0.090820312500 +0.026123046875 +0.086914062500 +-0.017089843750 +0.039306640625 +-0.028198242188 +-0.011779785156 +-0.109863281250 +0.008850097656 +-0.011169433594 +0.075683593750 +-0.041503906250 +0.232421875000 +-0.023071289062 +-0.214843750000 +0.004333496094 +-0.113769531250 +0.205078125000 +-0.002929687500 +-0.021606445312 +0.012023925781 +0.052734375000 +0.059326171875 +0.048583984375 +-0.027465820312 +-0.117675781250 +0.083984375000 +-0.109863281250 +-0.103515625000 +0.104980468750 +0.078125000000 +0.081054687500 +-0.020141601562 +0.048339843750 +-0.096679687500 +0.110839843750 +0.132812500000 +0.055908203125 +0.002182006836 +-0.045654296875 +0.031738281250 +-0.074218750000 +-0.036132812500 +0.030639648438 +0.020996093750 +0.023925781250 +0.028442382812 +-0.081542968750 +0.035400390625 +-0.067382812500 +0.014648437500 +0.098632812500 +0.013061523438 +-0.281250000000 +0.018920898438 +-0.065429687500 +-0.171875000000 +-0.042480468750 +-0.021362304688 +-0.085937500000 +-0.065429687500 +-0.020874023438 +0.022094726562 +0.004821777344 +0.031494140625 +0.010742187500 +-0.269531250000 +0.023193359375 +0.015747070312 +-0.181640625000 +-0.064453125000 +0.167968750000 +0.094726562500 +0.027465820312 +-0.005004882812 +-0.187500000000 +-0.040771484375 +-0.005798339844 +0.143554687500 +0.116699218750 +0.062500000000 +0.075683593750 +0.053466796875 +0.031494140625 +-0.060546875000 +-0.035400390625 +0.029785156250 +-0.034912109375 +-0.027954101562 +0.006835937500 +0.073730468750 +0.074218750000 +-0.093750000000 +0.124023437500 +0.055175781250 +0.049316406250 +0.040039062500 +0.120605468750 +-0.029418945312 +0.196289062500 +-0.047607421875 +0.072753906250 +-0.132812500000 +-0.109375000000 +-0.084960937500 +-0.187500000000 +-0.072753906250 +0.055664062500 +0.095214843750 +0.132812500000 +-0.081542968750 +0.044189453125 +-0.173828125000 +-0.052734375000 +-0.043945312500 +-0.074218750000 +-0.145507812500 +-0.091796875000 +-0.021118164062 +-0.054199218750 +0.064453125000 +-0.050292968750 +0.016357421875 +-0.038330078125 +-0.047607421875 +-0.051269531250 +-0.132812500000 +0.059082031250 +-0.108398437500 +0.064941406250 +0.119140625000 +0.100097656250 +0.089355468750 +0.051025390625 +0.027832031250 +0.033691406250 +-0.030029296875 +-0.235351562500 +-0.036865234375 +-0.075195312500 +0.002502441406 +0.163085937500 +0.045410156250 +0.076660156250 +-0.061279296875 +0.047851562500 +0.087402343750 +0.085937500000 +0.019531250000 +-0.045410156250 +0.001029968262 +0.061279296875 +0.005096435547 +0.140625000000 +0.067382812500 +0.031738281250 +-0.040039062500 +-0.056152343750 +0.017333984375 +-0.030151367188 +-0.103515625000 +-0.081054687500 +0.088378906250 +0.057128906250 +0.041015625000 +-0.107421875000 +0.039794921875 +0.115234375000 +0.088378906250 +-0.242187500000 +-0.030883789062 +0.025390625000 +-0.040527343750 +-0.090820312500 +-0.048339843750 +-0.091308593750 +-0.092773437500 +0.061767578125 +-0.052490234375 +0.034912109375 +-0.186523437500 +-0.222656250000 +0.104003906250 +-0.011535644531 +-0.035888671875 +0.032470703125 +-0.018188476562 +-0.134765625000 +0.118164062500 +-0.081054687500 +0.016845703125 +0.071289062500 +-0.067382812500 +0.042236328125 +0.068847656250 +0.121582031250 +0.008300781250 +-0.008178710938 +-0.077636718750 +0.000911712646 +0.070800781250 +-0.165039062500 +0.028564453125 +-0.048339843750 +0.028930664062 +-0.122070312500 +0.046630859375 +0.027587890625 +-0.013610839844 +0.005279541016 +-0.039062500000 +-0.020996093750 +0.005310058594 +-0.157226562500 +0.031982421875 +0.129882812500 +-0.026977539062 +-0.037841796875 +-0.034912109375 +0.030395507812 +-0.044189453125 +0.053710937500 +-0.014465332031 +0.008605957031 +0.084960937500 +-0.059570312500 +0.053955078125 +-0.071777343750 +0.035888671875 +-0.143554687500 +-0.074218750000 +0.061523437500 +-0.067382812500 +-0.029541015625 +-0.067871093750 +0.124023437500 +-0.122558593750 +0.141601562500 +-0.045654296875 +0.016967773438 +0.007019042969 +-0.072265625000 +-0.068359375000 +-0.016967773438 +-0.022705078125 +-0.134765625000 +0.031982421875 +-0.027343750000 +0.121582031250 +-0.101562500000 +-0.061279296875 +-0.129882812500 +-0.145507812500 +-0.035888671875 +-0.036132812500 +-0.048583984375 +-0.138671875000 +0.027221679688 +-0.086425781250 +-0.052001953125 +-0.065917968750 +0.177734375000 +-0.089355468750 +0.016723632812 +-0.111816406250 +0.012817382812 +0.058837890625 +-0.046630859375 +0.121093750000 +0.091796875000 +0.087890625000 +-0.025024414062 +-0.128906250000 +0.075683593750 +0.018676757812 +0.014221191406 +0.160156250000 +-0.096679687500 +0.021728515625 +0.197265625000 +0.003906250000 +0.016357421875 +0.079589843750 +-0.039306640625 +0.026977539062 +0.045166015625 +0.059082031250 +-0.140625000000 +-0.249023437500 +0.057373046875 +-0.057128906250 +-0.046386718750 +0.125976562500 +0.109375000000 +0.113281250000 +0.011169433594 +0.108886718750 +0.110839843750 +-0.036132812500 +0.127929687500 +0.007873535156 +-0.031005859375 +-0.048583984375 +-0.011230468750 +-0.101074218750 +-0.130859375000 +-0.052490234375 +-0.053222656250 +0.004394531250 +-0.022827148438 +-0.002090454102 +0.049072265625 +0.116210937500 +-0.007781982422 +0.054199218750 +0.055419921875 +0.053466796875 +0.019897460938 +-0.052978515625 +-0.202148437500 +0.018188476562 +0.099121093750 +-0.019897460938 +-0.061767578125 +0.014465332031 +-0.008972167969 +0.230468750000 +-0.098632812500 +-0.126953125000 +-0.019165039062 +0.041503906250 +0.065429687500 +-0.036376953125 +0.020019531250 +0.043945312500 +0.072265625000 +-0.019165039062 +-0.004089355469 +0.010864257812 +-0.016845703125 +-0.141601562500 +0.102050781250 +0.026123046875 +-0.015197753906 +-0.029663085938 +-0.058593750000 +0.024047851562 +-0.094726562500 +-0.069335937500 +-0.048095703125 +-0.119628906250 +-0.108398437500 +0.057373046875 +-0.055419921875 +0.005187988281 +0.015991210938 +0.012817382812 +-0.057617187500 +-0.030029296875 +-0.083984375000 +0.049072265625 +-0.159179687500 +0.001037597656 +-0.114257812500 +-0.112792968750 +0.030761718750 +0.046875000000 +-0.061523437500 +-0.058593750000 +0.022460937500 +0.089843750000 +0.025756835938 +-0.071777343750 +-0.024780273438 +0.080566406250 +-0.103515625000 +-0.193359375000 +0.024780273438 +0.062255859375 +0.050537109375 +0.004669189453 +0.068359375000 +-0.071289062500 +-0.135742187500 +-0.064941406250 +-0.009338378906 +-0.016235351562 +-0.011230468750 +-0.034423828125 +-0.072265625000 +0.038574218750 +0.039794921875 +0.003219604492 +-0.188476562500 +-0.035644531250 +-0.083496093750 +-0.058837890625 +0.111816406250 +-0.043212890625 +-0.020263671875 +0.120117187500 +-0.079101562500 +-0.051513671875 +-0.142578125000 +0.187500000000 +0.061767578125 +0.001533508301 +-0.048095703125 +-0.056152343750 +-0.066406250000 +-0.041259765625 +-0.029174804688 +-0.094726562500 +0.010620117188 +0.007934570312 +-0.108398437500 +-0.028564453125 +0.036132812500 +0.177734375000 +0.103027343750 +-0.111328125000 +-0.007324218750 +-0.147460937500 +0.035644531250 +-0.175781250000 +-0.015869140625 +0.104003906250 +0.083496093750 +0.055175781250 +0.049316406250 +0.031250000000 +0.048095703125 +0.020751953125 +-0.106933593750 +0.028198242188 +0.031494140625 +0.032958984375 +0.162109375000 +-0.060546875000 +0.267578125000 +0.060058593750 +-0.042236328125 +-0.074707031250 +0.055908203125 +0.001113891602 +0.125976562500 +-0.073730468750 +-0.004394531250 +0.033447265625 +-0.049316406250 +0.066894531250 +-0.098632812500 +0.115234375000 +0.026855468750 +-0.096679687500 +-0.070800781250 +-0.012451171875 +0.084472656250 +-0.061767578125 +0.042724609375 +0.009216308594 +0.010375976562 +-0.158203125000 +-0.013854980469 +0.053710937500 +0.003936767578 +0.165039062500 +-0.132812500000 +0.041259765625 +0.045410156250 +-0.076660156250 +0.050292968750 +-0.070312500000 +0.013244628906 +-0.088378906250 +-0.088378906250 +-0.057128906250 +0.065917968750 +0.038330078125 +0.032958984375 +-0.122070312500 +0.080078125000 +0.051513671875 +0.014282226562 +-0.070800781250 +-0.152343750000 +-0.011657714844 +-0.134765625000 +0.082519531250 +-0.125000000000 +0.000724792480 +0.192382812500 +0.104492187500 +0.137695312500 +-0.057617187500 +0.013671875000 +0.009216308594 +-0.061767578125 +0.031127929688 +0.046142578125 +0.106933593750 +0.064941406250 +0.115234375000 +-0.055175781250 +0.042724609375 +0.031250000000 +0.047851562500 +0.005584716797 +0.074218750000 +-0.060791015625 +-0.063476562500 +0.158203125000 +-0.054199218750 +-0.035644531250 +-0.093261718750 +-0.009887695312 +-0.009338378906 +-0.020629882812 +-0.267578125000 +0.047119140625 +-0.054687500000 +-0.040771484375 +0.012023925781 +0.014892578125 +0.010498046875 +-0.000129699707 +-0.008972167969 +0.064941406250 +0.058593750000 +-0.041503906250 +-0.017578125000 +0.007324218750 +-0.054687500000 +-0.045166015625 +0.010314941406 +-0.040771484375 +0.032714843750 +-0.075683593750 +-0.074707031250 +-0.018188476562 +0.070800781250 +0.017211914062 +0.110351562500 +0.125976562500 +-0.016723632812 +0.098144531250 +-0.137695312500 +0.025512695312 +0.095703125000 +0.067382812500 +-0.166992187500 +0.085937500000 +0.032226562500 +-0.175781250000 +0.027832031250 +-0.082519531250 +0.098632812500 +-0.011718750000 +-0.174804687500 +0.042724609375 +-0.018554687500 +0.019775390625 +0.008422851562 +0.065429687500 +-0.051513671875 +-0.096679687500 +0.121093750000 +0.018676757812 +0.035156250000 +-0.166015625000 +0.080566406250 +0.123046875000 +0.051757812500 +0.098632812500 +-0.064453125000 +-0.006683349609 +-0.155273437500 +0.056884765625 +-0.073242187500 +0.097167968750 +0.086425781250 +0.111328125000 +0.031005859375 +-0.054199218750 +0.128906250000 +0.022705078125 +0.013427734375 +0.003890991211 +0.018066406250 +-0.019287109375 +-0.011718750000 +-0.124023437500 +0.058105468750 +0.052978515625 +0.032226562500 +-0.027587890625 +-0.042236328125 +0.045898437500 +-0.051025390625 +0.102539062500 +0.006011962891 +-0.130859375000 +-0.071289062500 +-0.020263671875 +-0.057373046875 +0.041503906250 +-0.121093750000 +0.117675781250 +-0.003509521484 +-0.000263214111 +0.086425781250 +-0.071777343750 +-0.275390625000 +0.018432617188 +-0.009216308594 +-0.037597656250 +-0.134765625000 +-0.101562500000 +-0.104492187500 +-0.036132812500 +0.117187500000 +0.030151367188 +0.038330078125 +-0.090820312500 +-0.070800781250 +0.023071289062 +0.052246093750 +-0.041259765625 +0.049804687500 +-0.114257812500 +-0.060302734375 +0.011474609375 +0.041748046875 +-0.088867187500 +-0.015197753906 +0.037109375000 +-0.083007812500 +-0.098632812500 +-0.001266479492 +0.164062500000 +-0.007446289062 +0.040527343750 +0.056884765625 +-0.081542968750 +0.083496093750 +-0.101074218750 +-0.102539062500 +0.143554687500 +0.003524780273 +0.062255859375 +-0.003219604492 +-0.033691406250 +-0.087890625000 +-0.083496093750 +0.086425781250 +-0.023559570312 +-0.019897460938 +0.053222656250 +-0.039550781250 +-0.009216308594 +-0.065917968750 +0.104003906250 +0.020385742188 +0.098144531250 +-0.035400390625 +-0.081542968750 +0.019409179688 +0.019409179688 +-0.123046875000 +-0.041992187500 +0.202148437500 +-0.014404296875 +-0.003967285156 +0.008483886719 +-0.231445312500 +0.159179687500 +-0.185546875000 +0.061279296875 +0.032470703125 +-0.065917968750 +-0.045410156250 +0.000789642334 +0.064453125000 +0.051025390625 +0.002059936523 +-0.171875000000 +-0.077148437500 +0.016113281250 +-0.008544921875 +-0.179687500000 +0.031494140625 +-0.161132812500 +0.116210937500 +-0.209960937500 +0.034912109375 +0.173828125000 +0.104980468750 +0.194335937500 +0.026733398438 +0.041748046875 +-0.158203125000 +-0.100585937500 +0.109375000000 +-0.047119140625 +-0.036132812500 +-0.018798828125 +0.117675781250 +-0.057617187500 +0.006958007812 +0.127929687500 +0.075683593750 +-0.001258850098 +-0.049560546875 +0.078613281250 +0.031982421875 +-0.072265625000 +-0.071289062500 +-0.130859375000 +-0.010986328125 +0.057861328125 +-0.115722656250 +0.098632812500 +0.044677734375 +0.116210937500 +-0.048828125000 +0.079589843750 +0.108398437500 +0.032958984375 +-0.098144531250 +-0.078125000000 +-0.026611328125 +0.070312500000 +-0.027221679688 +0.079101562500 +0.054199218750 +-0.090820312500 +0.110839843750 +-0.038818359375 +-0.034179687500 +-0.046386718750 +0.015197753906 +-0.094238281250 +0.076171875000 +-0.132812500000 +-0.208007812500 +0.008300781250 +0.090820312500 +0.056396484375 +-0.011413574219 +0.045654296875 +0.074707031250 +-0.022094726562 +0.008056640625 +-0.090820312500 +0.015441894531 +0.036621093750 +0.120605468750 +-0.081054687500 +0.013732910156 +0.101074218750 +0.081542968750 +-0.081542968750 +-0.127929687500 +0.021484375000 +0.015380859375 +0.055419921875 +0.083007812500 +0.068847656250 +-0.023437500000 +-0.081542968750 +0.005859375000 +-0.139648437500 +-0.106445312500 +-0.050781250000 +0.012512207031 +-0.002197265625 +-0.051513671875 +-0.059326171875 +0.030273437500 +-0.032958984375 +-0.114746093750 +0.061767578125 +-0.104492187500 +0.074218750000 +-0.092773437500 +0.048828125000 +-0.005035400391 +-0.072265625000 +-0.078125000000 +-0.045654296875 +0.071289062500 +-0.148437500000 +-0.018432617188 +-0.045410156250 +-0.147460937500 +0.002975463867 +0.074218750000 +-0.181640625000 +-0.013122558594 +0.070800781250 +-0.178710937500 +0.018798828125 +-0.041992187500 +0.089843750000 +-0.039794921875 +-0.127929687500 +-0.050781250000 +0.128906250000 +0.143554687500 +-0.096679687500 +0.053466796875 +0.109375000000 +-0.119140625000 +-0.010559082031 +-0.010131835938 +-0.054931640625 +-0.023071289062 +-0.222656250000 +0.024902343750 +0.212890625000 +0.001266479492 +0.074707031250 +0.027343750000 +-0.146484375000 +-0.126953125000 +-0.154296875000 +-0.008605957031 +-0.006805419922 +-0.113281250000 +0.034912109375 +-0.188476562500 +-0.031127929688 +0.067382812500 +0.014953613281 +0.050781250000 +0.017211914062 +0.073242187500 +0.108398437500 +0.017333984375 +-0.208007812500 +0.046630859375 +-0.032470703125 +-0.007537841797 +-0.103027343750 +0.091308593750 +0.079101562500 +0.172851562500 +0.044921875000 +0.108398437500 +0.163085937500 +0.014465332031 +-0.139648437500 +0.029907226562 +-0.171875000000 +-0.009521484375 +-0.042724609375 +-0.054931640625 +-0.100585937500 +-0.077636718750 +0.054443359375 +-0.072265625000 +-0.125976562500 +-0.011291503906 +-0.107910156250 +0.050292968750 +-0.005981445312 +0.144531250000 +-0.062255859375 +-0.152343750000 +0.100585937500 +0.105468750000 +0.042968750000 +-0.255859375000 +0.094726562500 +-0.078125000000 +0.026733398438 +0.067871093750 +0.090332031250 +-0.090332031250 +-0.050781250000 +-0.117675781250 +-0.004791259766 +-0.061523437500 +0.099121093750 +-0.072265625000 +-0.047119140625 +-0.008972167969 +0.020385742188 +-0.172851562500 +-0.040283203125 +0.014343261719 +0.003784179688 +-0.144531250000 +-0.257812500000 +0.050781250000 +0.001441955566 +-0.079101562500 +0.125000000000 +0.076171875000 +-0.037597656250 +0.200195312500 +0.066894531250 +-0.054443359375 +-0.110839843750 +-0.106933593750 +0.098144531250 +0.038574218750 +-0.006439208984 +0.042724609375 +0.041015625000 +0.014404296875 +0.057861328125 +-0.006072998047 +-0.016601562500 +-0.062988281250 +0.017456054688 +0.046142578125 +-0.093750000000 +0.117187500000 +0.123046875000 +-0.125976562500 +-0.109375000000 +-0.124023437500 +0.013305664062 +0.117675781250 +-0.082519531250 +-0.043212890625 +-0.170898437500 +0.007934570312 +0.036132812500 +0.067871093750 +0.029541015625 +0.086914062500 +-0.045654296875 +0.006896972656 +0.056152343750 +-0.128906250000 +-0.047607421875 +-0.056152343750 +-0.029296875000 +-0.062255859375 +0.053955078125 +-0.011962890625 +0.058837890625 +-0.000892639160 +0.025634765625 +-0.012939453125 +-0.039062500000 +-0.035888671875 +0.027954101562 +0.090820312500 +0.012634277344 +0.049560546875 +0.017456054688 +0.161132812500 +0.156250000000 +0.084960937500 +-0.035888671875 +0.091796875000 +-0.071777343750 +0.110839843750 +0.033447265625 +-0.025878906250 +-0.063964843750 +-0.101074218750 +0.104980468750 +-0.017578125000 +0.063476562500 +-0.086914062500 +-0.063476562500 +-0.004364013672 +0.103515625000 +0.013244628906 +0.078613281250 +-0.011474609375 +-0.080078125000 +0.001632690430 +0.083007812500 +-0.019287109375 +0.038085937500 +0.059570312500 +0.033691406250 +-0.085937500000 +0.015380859375 +0.055419921875 +-0.026611328125 +-0.047607421875 +-0.059326171875 +0.018798828125 +-0.147460937500 +0.014831542969 +0.035644531250 +0.000212669373 +0.100585937500 +-0.030395507812 +0.031738281250 +-0.041748046875 +0.010009765625 +0.191406250000 +0.048339843750 +-0.212890625000 +0.047851562500 +0.043212890625 +-0.005004882812 +0.021606445312 +-0.046875000000 +0.045898437500 +-0.063964843750 +0.098632812500 +-0.007354736328 +0.086914062500 +-0.130859375000 +0.154296875000 +-0.024902343750 +-0.087402343750 +0.142578125000 +-0.029541015625 +0.007415771484 +0.037353515625 +0.082031250000 +-0.017089843750 +-0.058837890625 +-0.064941406250 +-0.061523437500 +-0.146484375000 +0.116699218750 +0.176757812500 +-0.014038085938 +0.000740051270 +-0.058837890625 +-0.049560546875 +0.053222656250 +0.091308593750 +0.043945312500 +0.087402343750 +-0.026977539062 +-0.046142578125 +-0.120117187500 +0.004791259766 +0.028076171875 +-0.029174804688 +-0.007934570312 +0.053222656250 +0.084960937500 +0.026489257812 +0.077148437500 +-0.030273437500 +-0.008789062500 +-0.061523437500 +0.006134033203 +0.057128906250 +0.072265625000 +0.127929687500 +0.027832031250 +0.007141113281 +-0.037597656250 +0.050048828125 +-0.125000000000 +0.030517578125 +0.038330078125 +-0.014770507812 +0.061523437500 +-0.035644531250 +0.099609375000 +-0.061523437500 +0.068847656250 +-0.033935546875 +-0.069335937500 +0.149414062500 +0.083007812500 +0.099121093750 +-0.042480468750 +-0.068847656250 +-0.096191406250 +-0.013183593750 +-0.068359375000 +-0.071289062500 +-0.064453125000 +0.065917968750 +0.040771484375 +-0.045166015625 +-0.046142578125 +0.087402343750 +0.020507812500 +-0.092773437500 +0.017578125000 +-0.003082275391 +-0.072265625000 +0.078613281250 +0.083496093750 +-0.000770568848 +0.065429687500 +-0.061035156250 +-0.065917968750 +-0.012451171875 +-0.107421875000 +0.059326171875 +0.063964843750 +0.026489257812 +0.024169921875 +-0.003768920898 +0.108886718750 +-0.082519531250 +-0.083496093750 +-0.028198242188 +0.019165039062 +-0.055419921875 +0.007293701172 +-0.057373046875 +0.028442382812 +-0.073730468750 +-0.203125000000 +-0.065429687500 +0.026489257812 +-0.051513671875 +0.016845703125 +-0.006103515625 +-0.030151367188 +0.046630859375 +-0.031982421875 +0.031250000000 +0.168945312500 +0.075195312500 +-0.215820312500 +0.041503906250 +0.024536132812 +-0.021240234375 +0.032714843750 +-0.103027343750 +0.164062500000 +0.066406250000 +-0.101562500000 +-0.024658203125 +0.049804687500 +0.034912109375 +0.000762939453 +-0.068847656250 +-0.025756835938 +-0.034667968750 +-0.032958984375 +0.134765625000 +0.137695312500 +-0.044921875000 +0.057373046875 +-0.179687500000 +0.095703125000 +0.031494140625 +-0.028198242188 +-0.121093750000 +0.097656250000 +-0.058837890625 +-0.093261718750 +-0.019409179688 +0.121093750000 +0.005035400391 +-0.039794921875 +0.168945312500 +-0.056396484375 +0.057617187500 +0.044921875000 +-0.123046875000 +-0.128906250000 +-0.012329101562 +0.035644531250 +-0.104003906250 +0.081542968750 +-0.111816406250 +-0.103515625000 +-0.012817382812 +-0.025756835938 +0.008911132812 +0.147460937500 +0.091796875000 +-0.193359375000 +0.079589843750 +-0.126953125000 +0.030273437500 +0.110351562500 +-0.103515625000 +-0.105957031250 +-0.060302734375 +-0.016479492188 +0.078613281250 +0.113769531250 +0.097167968750 +0.025146484375 +-0.053710937500 +0.015563964844 +0.064941406250 +-0.106933593750 +-0.208007812500 +-0.024902343750 +-0.002136230469 +0.084472656250 +-0.064453125000 +0.040527343750 +0.042236328125 +-0.121093750000 +0.002166748047 +-0.035400390625 +-0.002029418945 +0.111328125000 +0.074218750000 +-0.003997802734 +0.034912109375 +0.110839843750 +-0.034912109375 +-0.003936767578 +0.042724609375 +-0.070312500000 +-0.156250000000 +0.002075195312 +0.189453125000 +-0.032714843750 +-0.141601562500 +-0.013183593750 +0.012023925781 +0.094726562500 +-0.082031250000 +0.060546875000 +0.158203125000 +-0.017944335938 +-0.022216796875 +-0.049316406250 +-0.138671875000 +-0.068359375000 +-0.014282226562 +-0.182617187500 +0.033203125000 +0.062988281250 +-0.062988281250 +0.039306640625 +0.039550781250 +0.057128906250 +-0.090332031250 +-0.132812500000 +0.052001953125 +0.018310546875 +0.078613281250 +-0.040283203125 +0.036621093750 +-0.116699218750 +-0.113281250000 +0.011047363281 +0.072265625000 +0.052978515625 +-0.099121093750 +-0.038330078125 +-0.161132812500 +0.033935546875 +-0.030761718750 +0.049072265625 +-0.025268554688 +-0.027954101562 +-0.023193359375 +-0.042724609375 +0.097167968750 +-0.059570312500 +0.040039062500 +-0.105957031250 +-0.050537109375 +0.072753906250 +0.011169433594 +-0.045410156250 +0.054687500000 +0.095214843750 +0.027832031250 +-0.149414062500 +-0.031982421875 +0.005310058594 +0.085937500000 +0.102539062500 +-0.086425781250 +-0.002487182617 +-0.064453125000 +-0.153320312500 +0.001312255859 +-0.007995605469 +-0.061035156250 +0.086425781250 +0.055175781250 +0.065429687500 +-0.069335937500 +0.009704589844 +-0.197265625000 +-0.034667968750 +0.028442382812 +-0.203125000000 +0.025634765625 +0.074707031250 +0.071289062500 +-0.041992187500 +-0.101562500000 +0.125976562500 +-0.108886718750 +-0.101562500000 +0.038818359375 +-0.034667968750 +-0.078613281250 +-0.084472656250 +-0.020385742188 +0.008300781250 +0.058105468750 +0.062988281250 +-0.062988281250 +-0.008483886719 +-0.034179687500 +-0.026123046875 +0.084472656250 +-0.178710937500 +-0.137695312500 +0.029052734375 +-0.171875000000 +-0.076660156250 +0.101074218750 +0.031005859375 +-0.053222656250 +0.071777343750 +-0.030883789062 +-0.103515625000 +0.119628906250 +-0.096679687500 +0.054931640625 +-0.120117187500 +-0.036865234375 +-0.098632812500 +0.054199218750 +-0.199218750000 +0.052001953125 +-0.053710937500 +-0.074707031250 +-0.095214843750 +-0.006622314453 +0.023559570312 +-0.009948730469 +0.218750000000 +0.009460449219 +0.095703125000 +0.133789062500 +0.034667968750 +0.090820312500 +0.005310058594 +0.054199218750 +-0.104492187500 +0.040771484375 +0.001083374023 +-0.031005859375 +-0.002838134766 +0.046386718750 +-0.060302734375 +0.003799438477 +-0.022705078125 +0.023315429688 +0.102539062500 +0.014465332031 +-0.127929687500 +-0.098632812500 +0.062255859375 +-0.079101562500 +0.020507812500 +0.042236328125 +0.087890625000 +-0.066894531250 +0.149414062500 +0.098632812500 +0.001556396484 +-0.219726562500 +-0.099121093750 +-0.001129150391 +0.031494140625 +-0.195312500000 +0.000633239746 +0.110351562500 +0.013305664062 +0.151367187500 +0.125976562500 +0.113769531250 +-0.087890625000 +0.166992187500 +-0.281250000000 +0.122070312500 +-0.031005859375 +-0.100097656250 +-0.012756347656 +-0.037597656250 +-0.101074218750 +-0.020019531250 +-0.089355468750 +-0.169921875000 +0.016601562500 +0.064453125000 +0.083007812500 +0.071777343750 +0.018310546875 +0.022705078125 +-0.082031250000 +-0.104003906250 +0.052734375000 +0.003097534180 +-0.008422851562 +0.126953125000 +0.026611328125 +0.031494140625 +-0.049804687500 +-0.003753662109 +-0.070800781250 +-0.069335937500 +0.027587890625 +-0.035644531250 +-0.112304687500 +-0.079589843750 +0.054199218750 +0.045654296875 +0.112792968750 +0.071289062500 +-0.003646850586 +-0.000740051270 +0.033935546875 +0.049804687500 +0.003555297852 +-0.119140625000 +0.116210937500 +0.038818359375 +-0.003707885742 +-0.032470703125 +0.136718750000 +-0.011291503906 +0.097656250000 +0.057128906250 +-0.001945495605 +-0.090332031250 +-0.000486373901 +0.056884765625 +-0.028198242188 +-0.003295898438 +0.212890625000 +-0.107421875000 +0.056152343750 +-0.010559082031 +0.000843048096 +-0.111328125000 +-0.096679687500 +0.121582031250 +-0.130859375000 +-0.073242187500 +-0.087890625000 +-0.025634765625 +-0.013061523438 +0.069824218750 +-0.041015625000 +-0.008056640625 +-0.017822265625 +-0.140625000000 +0.028930664062 +-0.206054687500 +0.085937500000 +0.118164062500 +0.083007812500 +0.010681152344 +-0.041015625000 +0.088867187500 +-0.197265625000 +-0.085937500000 +0.020385742188 +-0.069335937500 +-0.046142578125 +0.111328125000 +0.181640625000 +-0.008605957031 +-0.045898437500 +-0.046875000000 +-0.004333496094 +-0.190429687500 +-0.141601562500 +-0.070800781250 +0.063964843750 +-0.040283203125 +0.072753906250 +0.147460937500 +-0.125000000000 +0.063476562500 +-0.123535156250 +-0.014831542969 +0.046875000000 +-0.016235351562 +-0.005676269531 +-0.057128906250 +-0.070312500000 +0.034912109375 +-0.079589843750 +-0.098144531250 +-0.012207031250 +-0.028198242188 +-0.016479492188 +-0.064453125000 +0.002487182617 +-0.113769531250 +0.085937500000 +-0.107421875000 +0.001480102539 +-0.150390625000 +0.091308593750 +-0.046142578125 +0.140625000000 +0.005767822266 +-0.142578125000 +0.112792968750 +-0.042480468750 +-0.069824218750 +-0.113281250000 +-0.063476562500 +0.058593750000 +-0.047607421875 +0.121582031250 +-0.039794921875 +0.020874023438 +-0.062500000000 +0.091308593750 +0.069824218750 +0.056152343750 +0.018066406250 +-0.044921875000 +0.082519531250 +-0.139648437500 +-0.063476562500 +-0.040527343750 +0.061523437500 +0.056640625000 +-0.021484375000 +-0.074218750000 +0.038574218750 +0.067382812500 +-0.096191406250 +-0.062011718750 +-0.108398437500 +-0.046630859375 +-0.139648437500 +0.011657714844 +-0.028076171875 +-0.065917968750 +-0.016723632812 +-0.070312500000 +-0.101074218750 +-0.047607421875 +-0.049316406250 +0.120605468750 +-0.006988525391 +-0.002731323242 +0.064453125000 +0.021484375000 +0.061767578125 +-0.000823974609 +0.069335937500 +-0.130859375000 +-0.024414062500 +0.100097656250 +-0.072265625000 +0.088867187500 +0.022827148438 +0.020996093750 +-0.001884460449 +0.066894531250 +0.030761718750 +-0.017700195312 +-0.017578125000 +0.051513671875 +0.008361816406 +-0.124023437500 +-0.111328125000 +0.220703125000 +-0.032470703125 +0.056152343750 +0.008911132812 +-0.019409179688 +0.024414062500 +0.019409179688 +-0.104980468750 +-0.127929687500 +0.002944946289 +-0.081542968750 +-0.261718750000 +-0.001136779785 +-0.030395507812 +0.073730468750 +-0.033447265625 +0.003326416016 +-0.004089355469 +-0.142578125000 +0.033203125000 +-0.012023925781 +0.205078125000 +0.036621093750 +0.116210937500 +0.116699218750 +-0.014038085938 +0.090332031250 +-0.054443359375 +-0.022460937500 +0.008911132812 +0.159179687500 +0.186523437500 +-0.073242187500 +0.014831542969 +0.090820312500 +-0.104003906250 +0.009033203125 +0.093750000000 +0.026123046875 +0.011962890625 +-0.081542968750 +0.045166015625 +-0.041992187500 +-0.146484375000 +-0.072753906250 +0.018066406250 +-0.113281250000 +-0.065917968750 +0.043945312500 +0.047607421875 +-0.029418945312 +-0.066406250000 +-0.063476562500 +-0.026733398438 +-0.041503906250 +0.238281250000 +0.136718750000 +-0.040771484375 +0.134765625000 +-0.043701171875 +-0.053466796875 +-0.096191406250 +0.038330078125 +0.020019531250 +-0.002410888672 +0.007873535156 +0.211914062500 +0.054443359375 +0.041503906250 +0.049072265625 +-0.084960937500 +-0.083007812500 +-0.255859375000 +-0.026489257812 +-0.009826660156 +-0.114257812500 +0.036132812500 +-0.092773437500 +0.053710937500 +0.036865234375 +-0.154296875000 +-0.023437500000 +0.007598876953 +-0.042968750000 +-0.146484375000 +-0.017211914062 +0.066894531250 +0.057373046875 +0.021240234375 +-0.036376953125 +-0.071777343750 +-0.164062500000 +-0.009582519531 +-0.004211425781 +0.030029296875 +0.033935546875 +-0.096679687500 +0.062988281250 +-0.023559570312 +-0.069824218750 +-0.113281250000 +-0.020629882812 +-0.014831542969 +-0.075195312500 +-0.185546875000 +-0.071777343750 +-0.028076171875 +0.080566406250 +-0.016601562500 +-0.061523437500 +0.104980468750 +-0.015441894531 +0.001853942871 +-0.020629882812 +0.141601562500 +-0.112792968750 +0.100097656250 +-0.080078125000 +-0.179687500000 +-0.167968750000 +-0.051513671875 +-0.075683593750 +0.101074218750 +0.053955078125 +-0.050048828125 +-0.006866455078 +0.001251220703 +0.064941406250 +-0.027221679688 +-0.050048828125 +-0.083007812500 +0.021240234375 +0.128906250000 +0.022705078125 +0.019531250000 +0.125000000000 +-0.158203125000 +0.049316406250 +-0.106933593750 +-0.089843750000 +-0.091308593750 +-0.094238281250 +0.096679687500 +-0.030273437500 +0.165039062500 +-0.028320312500 +-0.232421875000 +0.212890625000 +0.067382812500 +-0.076660156250 +0.129882812500 +0.057617187500 +-0.007873535156 +-0.047607421875 +0.162109375000 +-0.133789062500 +-0.126953125000 +0.005889892578 +-0.152343750000 +-0.039794921875 +-0.029174804688 +-0.051757812500 +-0.173828125000 +-0.114257812500 +-0.025512695312 +0.122070312500 +0.025024414062 +0.041015625000 +-0.060546875000 +-0.039306640625 +-0.000694274902 +0.036621093750 +0.066894531250 +0.062988281250 +0.014892578125 +0.074707031250 +0.107421875000 +0.008056640625 +-0.058349609375 +0.024047851562 +-0.032958984375 +-0.177734375000 +-0.140625000000 +-0.037109375000 +-0.120117187500 +-0.024536132812 +0.080566406250 +0.030273437500 +0.009399414062 +-0.007781982422 +-0.036132812500 +0.003784179688 +0.028808593750 +0.185546875000 +-0.156250000000 +-0.052490234375 +0.004638671875 +0.037597656250 +0.058593750000 +-0.014099121094 +0.018920898438 +-0.046630859375 +0.068359375000 +-0.098144531250 +0.039306640625 +-0.103027343750 +-0.112304687500 +-0.207031250000 +-0.128906250000 +0.166992187500 +0.007415771484 +0.030517578125 +-0.068359375000 +0.142578125000 +0.003204345703 +-0.028198242188 +-0.029418945312 +-0.105957031250 +-0.138671875000 +0.079589843750 +-0.047607421875 +-0.149414062500 +-0.049316406250 +0.013488769531 +0.052490234375 +0.000705718994 +-0.095214843750 +0.206054687500 +0.057373046875 +0.003036499023 +0.089355468750 +-0.041503906250 +0.046142578125 +-0.017822265625 +0.001312255859 +-0.091796875000 +0.015747070312 +0.027709960938 +-0.064941406250 +-0.014831542969 +0.066894531250 +-0.076171875000 +-0.090332031250 +-0.013732910156 +-0.093261718750 +0.006927490234 +0.061035156250 +-0.152343750000 +-0.008544921875 +-0.075683593750 +-0.055664062500 +0.118652343750 +-0.020874023438 +-0.018432617188 +0.015014648438 +-0.024902343750 +-0.053466796875 +0.084472656250 +0.032226562500 +0.085449218750 +-0.020385742188 +0.097167968750 +-0.049804687500 +0.187500000000 +0.005096435547 +0.041992187500 +0.047363281250 +0.012023925781 +-0.077636718750 +0.003784179688 +-0.052734375000 +0.019287109375 +-0.029296875000 +-0.112792968750 +-0.124023437500 +0.089355468750 +-0.152343750000 +0.011535644531 +-0.009094238281 +0.049072265625 +-0.033203125000 +-0.036132812500 +-0.043212890625 +-0.080078125000 +-0.028930664062 +-0.017944335938 +0.012451171875 +0.136718750000 +-0.062988281250 +0.071777343750 +0.166015625000 +-0.063476562500 +0.000606536865 +-0.135742187500 +-0.003646850586 +-0.007720947266 +0.005004882812 +0.066894531250 +0.053466796875 +-0.233398437500 +0.027587890625 +0.126953125000 +-0.096191406250 +-0.015563964844 +-0.019165039062 +0.211914062500 +-0.042480468750 +-0.141601562500 +0.124023437500 +0.025024414062 +0.105468750000 +-0.035156250000 +0.000625610352 +-0.009887695312 +-0.028076171875 +0.136718750000 +-0.022094726562 +0.005187988281 +0.096191406250 +-0.002899169922 +-0.150390625000 +0.043457031250 +0.143554687500 +0.012512207031 +-0.006500244141 +0.004302978516 +-0.063964843750 +-0.097656250000 +-0.075195312500 +0.053222656250 +-0.107910156250 +-0.134765625000 +0.061523437500 +-0.104003906250 +-0.070312500000 +-0.062500000000 +0.234375000000 +-0.062500000000 +0.151367187500 +0.025878906250 +0.012390136719 +0.099121093750 +0.042724609375 +-0.038085937500 +0.083007812500 +-0.115234375000 +-0.150390625000 +-0.007720947266 +0.133789062500 +-0.114746093750 +-0.070800781250 +-0.077148437500 +-0.026245117188 +0.024658203125 +-0.131835937500 +-0.110351562500 +-0.063964843750 +-0.079589843750 +0.081542968750 +-0.030395507812 +-0.057617187500 +0.052246093750 +-0.107910156250 +0.104492187500 +0.042236328125 +-0.063476562500 +-0.020019531250 +-0.062988281250 +0.036376953125 +-0.034667968750 +-0.053222656250 +0.122558593750 +-0.004852294922 +-0.116210937500 +-0.019042968750 +0.076171875000 +0.206054687500 +0.020751953125 +0.065429687500 +0.032958984375 +-0.038085937500 +0.013671875000 +0.064453125000 +0.151367187500 +-0.063476562500 +0.068359375000 +-0.061035156250 +-0.071289062500 +0.024169921875 +0.043701171875 +-0.051757812500 +0.123535156250 +-0.124511718750 +-0.015441894531 +-0.030517578125 +0.141601562500 +-0.090820312500 +-0.102050781250 +0.054443359375 +-0.031250000000 +0.083007812500 +-0.024536132812 +0.159179687500 +-0.019653320312 +-0.125976562500 +0.016723632812 +-0.093261718750 +-0.090332031250 +-0.050048828125 +-0.111816406250 +0.101562500000 +-0.029907226562 +-0.143554687500 +-0.110351562500 +-0.043701171875 +0.006652832031 +0.012390136719 +0.014831542969 +-0.008422851562 +0.191406250000 +0.200195312500 +-0.141601562500 +0.016479492188 +-0.133789062500 +-0.138671875000 +0.034179687500 +0.036865234375 +0.012329101562 +-0.098632812500 +-0.269531250000 +-0.036132812500 +-0.006011962891 +-0.158203125000 +0.082519531250 +0.110839843750 +-0.020141601562 +0.034667968750 +0.078613281250 +-0.099121093750 +0.107910156250 +0.020141601562 +0.149414062500 +0.072265625000 +0.039550781250 +-0.079589843750 +0.093750000000 +-0.042968750000 +-0.028198242188 +-0.062255859375 +0.118652343750 +-0.006774902344 +0.033935546875 +-0.058105468750 +0.152343750000 +0.042968750000 +-0.075195312500 +-0.010009765625 +0.089355468750 +-0.045166015625 +-0.036132812500 +0.021972656250 +-0.078613281250 +0.031982421875 +0.091308593750 +0.049560546875 +0.023925781250 +-0.059814453125 +0.033203125000 +0.081054687500 +-0.055175781250 +-0.091308593750 +0.112304687500 +-0.105957031250 +-0.064453125000 +0.052246093750 +0.000816345215 +-0.076660156250 +-0.080078125000 +0.053955078125 +-0.222656250000 +0.178710937500 +0.097656250000 +-0.238281250000 +0.000448226929 +0.081054687500 +-0.087402343750 +0.016967773438 +0.008789062500 +-0.023437500000 +0.095703125000 +0.163085937500 +-0.042480468750 +-0.010498046875 +-0.109863281250 +-0.053955078125 +0.019165039062 +-0.111816406250 +0.022827148438 +0.043945312500 +0.019409179688 +-0.012634277344 +-0.064941406250 +0.032470703125 +-0.031738281250 +0.100097656250 +-0.008361816406 +0.063964843750 +0.000755310059 +0.078613281250 +-0.144531250000 +0.213867187500 +-0.164062500000 +-0.012878417969 +-0.098144531250 +-0.145507812500 +-0.063964843750 +0.020019531250 +0.014526367188 +-0.137695312500 +0.058837890625 +0.006652832031 +-0.058593750000 +-0.024047851562 +-0.096191406250 +0.047607421875 +-0.060302734375 +-0.159179687500 +0.099121093750 +0.057373046875 +-0.002212524414 +-0.060058593750 +0.041503906250 +-0.112304687500 +0.055664062500 +0.040283203125 +0.078125000000 +0.000214576721 +-0.145507812500 +0.187500000000 +-0.015380859375 +-0.076660156250 +-0.017578125000 +0.053222656250 +0.045166015625 +-0.029174804688 +-0.094726562500 +0.034423828125 +0.021118164062 +-0.023559570312 +-0.082519531250 +-0.035156250000 +-0.195312500000 +0.067871093750 +0.018310546875 +-0.098144531250 +-0.114746093750 +-0.067871093750 +-0.133789062500 +-0.062255859375 +-0.038818359375 +0.130859375000 +-0.003051757812 +0.052490234375 +-0.041015625000 +-0.047851562500 +-0.130859375000 +0.105468750000 +0.091308593750 +0.096191406250 +0.064941406250 +0.062500000000 +0.046875000000 +-0.094726562500 +-0.005432128906 +-0.022094726562 +0.018920898438 +0.020141601562 +-0.116210937500 +-0.074218750000 +0.062500000000 +0.113769531250 +-0.051757812500 +-0.083007812500 +0.081054687500 +0.160156250000 +-0.006011962891 +-0.016601562500 +-0.075195312500 +0.016235351562 +0.108886718750 +0.004547119141 +-0.062988281250 +-0.030273437500 +-0.160156250000 +0.019531250000 +0.047851562500 +-0.058349609375 +0.069824218750 +-0.000295639038 +-0.167968750000 +-0.084960937500 +0.126953125000 +-0.065429687500 +0.059082031250 +-0.042236328125 +0.086914062500 +0.042236328125 +-0.043945312500 +-0.133789062500 +0.153320312500 +-0.060791015625 +-0.066894531250 +0.005126953125 +-0.008789062500 +-0.085449218750 +-0.025024414062 +-0.098632812500 +-0.130859375000 +-0.027709960938 +-0.001167297363 +0.116699218750 +0.000415802002 +0.027954101562 +-0.075195312500 +0.149414062500 +0.237304687500 +-0.098144531250 +-0.190429687500 +-0.085449218750 +0.058349609375 +0.076171875000 +-0.076171875000 +-0.030883789062 +0.045898437500 +0.069335937500 +-0.273437500000 +0.022216796875 +-0.066406250000 +-0.041748046875 +0.013183593750 +-0.001693725586 +-0.045654296875 +0.171875000000 +-0.041748046875 +0.105957031250 +-0.018432617188 +0.042480468750 +-0.062011718750 +0.029663085938 +0.007385253906 +0.000448226929 +-0.128906250000 +0.050781250000 +-0.173828125000 +0.059570312500 +-0.000713348389 +0.117675781250 +-0.037841796875 +0.021972656250 +0.080566406250 +-0.135742187500 +-0.012329101562 +0.028320312500 +-0.101074218750 +0.046875000000 +0.105957031250 +0.161132812500 +0.085449218750 +0.025146484375 +0.018676757812 +0.025146484375 +-0.093750000000 +-0.038818359375 +0.019287109375 +-0.083496093750 +0.086425781250 +-0.025878906250 +0.034179687500 +-0.106933593750 +-0.101562500000 +-0.038818359375 +-0.051757812500 +-0.096191406250 +0.105957031250 +-0.040771484375 +0.137695312500 +-0.002166748047 +-0.082519531250 +0.033691406250 +0.075683593750 +-0.025634765625 +0.083496093750 +-0.091796875000 +0.052734375000 +-0.026733398438 +0.035156250000 +0.027099609375 +-0.039550781250 +-0.077636718750 +-0.064453125000 +0.096191406250 +-0.005157470703 +-0.022705078125 +-0.104492187500 +-0.054687500000 +0.073242187500 +0.030029296875 +-0.093261718750 +-0.135742187500 +0.070312500000 +0.034423828125 +0.010131835938 +-0.062988281250 +-0.053466796875 +0.190429687500 +0.015563964844 +-0.017578125000 +-0.039062500000 +-0.026733398438 +-0.048828125000 +-0.009033203125 +-0.048339843750 +0.033691406250 +-0.044433593750 +0.182617187500 +0.071289062500 +0.044677734375 +0.021606445312 +-0.081542968750 +-0.151367187500 +0.070800781250 +0.053466796875 +-0.027954101562 +0.029418945312 +-0.007873535156 +-0.084960937500 +0.041992187500 +-0.045166015625 +0.052001953125 +0.053955078125 +-0.181640625000 +-0.002868652344 +0.085449218750 +-0.091308593750 +-0.088867187500 +-0.076660156250 +0.035888671875 +0.029785156250 +0.127929687500 +-0.027099609375 +-0.051269531250 +-0.012573242188 +0.091796875000 +0.019653320312 +0.009643554688 +-0.044921875000 +0.035156250000 +-0.090332031250 +-0.010009765625 +0.041992187500 +-0.047607421875 +0.084472656250 +0.007629394531 +-0.044189453125 +0.023559570312 +-0.036132812500 +0.038085937500 +0.208984375000 +0.170898437500 +0.062988281250 +0.048095703125 +-0.031250000000 +0.076171875000 +-0.150390625000 +-0.029052734375 +-0.191406250000 +-0.042724609375 +-0.104980468750 +0.079101562500 +0.089355468750 +0.036376953125 +-0.034667968750 +0.048339843750 +0.059570312500 +-0.122558593750 +0.013244628906 +-0.170898437500 +0.012145996094 +0.363281250000 +0.032958984375 +0.103027343750 +-0.052734375000 +0.032470703125 +0.079101562500 +-0.055175781250 +0.021362304688 +-0.143554687500 +0.130859375000 +-0.017944335938 +-0.056152343750 +-0.134765625000 +-0.220703125000 +0.025024414062 +0.145507812500 +-0.006988525391 +-0.047363281250 +-0.099609375000 +0.037353515625 +-0.078125000000 +-0.119140625000 +0.004272460938 +0.034179687500 +-0.030883789062 +0.057617187500 +-0.198242187500 +0.049072265625 +-0.125976562500 +0.057861328125 +-0.054443359375 +0.010253906250 +0.068359375000 +0.023193359375 +0.120117187500 +-0.117675781250 +-0.165039062500 +-0.021362304688 +-0.011901855469 +0.093750000000 +0.025024414062 +0.038574218750 +0.125976562500 +0.078613281250 +0.043945312500 +-0.180664062500 +-0.200195312500 +-0.184570312500 +-0.031982421875 +-0.000171661377 +-0.023071289062 +-0.001182556152 +-0.117187500000 +-0.095703125000 +-0.063964843750 +0.025756835938 +0.031250000000 +-0.105468750000 +-0.083496093750 +0.001632690430 +0.058593750000 +0.027832031250 +0.001617431641 +0.163085937500 +-0.151367187500 +0.132812500000 +-0.020996093750 +0.117187500000 +-0.007019042969 +0.100585937500 +0.099121093750 +-0.115234375000 +0.165039062500 +-0.053466796875 +0.116210937500 +-0.072753906250 +-0.071777343750 +0.043457031250 +0.104003906250 +0.088867187500 +-0.007476806641 +0.086914062500 +-0.014282226562 +-0.016479492188 +-0.018188476562 +0.056884765625 +-0.169921875000 +0.025146484375 +0.034423828125 +-0.013366699219 +-0.041748046875 +0.080566406250 +-0.075683593750 +0.139648437500 +-0.013305664062 +0.045410156250 +0.030273437500 +0.007934570312 +-0.137695312500 +0.112304687500 +0.015136718750 +-0.075195312500 +-0.008178710938 +-0.144531250000 +-0.066406250000 +0.078125000000 +0.032226562500 +0.132812500000 +0.091308593750 +0.103027343750 +0.083496093750 +0.068359375000 +0.081542968750 +0.014770507812 +0.128906250000 +-0.042236328125 +-0.008239746094 +0.149414062500 +-0.008239746094 +-0.034667968750 +0.007720947266 +-0.046142578125 +0.051269531250 +0.029785156250 +-0.051513671875 +-0.035156250000 +0.005859375000 +-0.012756347656 +0.156250000000 +-0.013854980469 +-0.139648437500 +-0.005859375000 +0.041259765625 +-0.040283203125 +-0.178710937500 +0.087890625000 +-0.063476562500 +-0.034912109375 +0.014160156250 +-0.050781250000 +0.003067016602 +0.113281250000 +0.089843750000 +-0.024658203125 +0.030029296875 +0.001884460449 +-0.055419921875 +-0.006469726562 +-0.034912109375 +-0.105957031250 +0.011779785156 +0.000961303711 +-0.100585937500 +0.102539062500 +-0.020507812500 +0.002212524414 +0.176757812500 +-0.095703125000 +0.110839843750 +0.095214843750 +-0.027099609375 +-0.132812500000 +0.099121093750 +0.144531250000 +0.047119140625 +0.044189453125 +0.038085937500 +0.012145996094 +-0.004669189453 +-0.067871093750 +0.143554687500 +-0.003768920898 +-0.121093750000 +0.074218750000 +-0.011718750000 +0.011352539062 +-0.009399414062 +0.073242187500 +-0.026977539062 +0.069335937500 +0.007232666016 +0.079589843750 +0.050048828125 +-0.032226562500 +-0.012329101562 +0.072265625000 +-0.064453125000 +-0.125000000000 +0.006896972656 +-0.032470703125 +0.106445312500 +0.077636718750 +0.058593750000 +-0.128906250000 +0.043945312500 +0.018432617188 +-0.099121093750 +0.068359375000 +-0.170898437500 +-0.140625000000 +-0.014892578125 +0.037353515625 +0.110839843750 +0.124023437500 +0.120117187500 +0.090332031250 +-0.064941406250 +-0.020874023438 +0.107910156250 +0.006134033203 +0.037841796875 +0.028686523438 +0.026000976562 +-0.008239746094 +-0.018920898438 +0.009460449219 +-0.117187500000 +-0.116210937500 +0.028442382812 +0.046386718750 +-0.064453125000 +-0.019897460938 +0.143554687500 +-0.024047851562 +-0.038330078125 +0.111328125000 +0.037841796875 +-0.031982421875 +-0.031738281250 +-0.042480468750 +-0.095703125000 +0.042480468750 +-0.115234375000 +-0.002395629883 +0.051513671875 +0.022583007812 +0.008178710938 +-0.084960937500 +0.076171875000 +0.153320312500 +0.033691406250 +-0.057128906250 +0.102050781250 +0.056396484375 +-0.111328125000 +-0.035156250000 +0.074218750000 +0.118164062500 +-0.025512695312 +-0.081542968750 +0.153320312500 +0.033935546875 +-0.017700195312 +0.038330078125 +0.051757812500 +0.055419921875 +0.056152343750 +-0.055908203125 +-0.014770507812 +0.018676757812 +-0.094726562500 +0.018920898438 +-0.163085937500 +0.032226562500 +0.047119140625 +-0.039794921875 +-0.050292968750 +-0.064453125000 +-0.018432617188 +-0.047851562500 +-0.109863281250 +0.015991210938 +0.066406250000 +-0.170898437500 +0.076171875000 +0.174804687500 +0.027343750000 +-0.040039062500 +0.009033203125 +-0.014831542969 +0.094238281250 +0.093750000000 +0.143554687500 +0.025756835938 +-0.068847656250 +0.113769531250 +0.019409179688 +-0.149414062500 +-0.139648437500 +0.018920898438 +0.028564453125 +-0.032470703125 +0.031982421875 +-0.014831542969 +0.204101562500 +0.039794921875 +-0.010498046875 +-0.035156250000 +0.019409179688 +0.130859375000 +0.097656250000 +0.135742187500 +0.157226562500 +-0.027954101562 +0.043945312500 +0.004730224609 +0.161132812500 +0.044189453125 +0.002044677734 +-0.049804687500 +0.040039062500 +0.230468750000 +-0.040039062500 +0.083007812500 +-0.041015625000 +-0.243164062500 +0.015869140625 +-0.070800781250 +-0.060058593750 +0.081542968750 +-0.015991210938 +-0.044433593750 +-0.037353515625 +-0.098632812500 +0.068359375000 +0.123535156250 +-0.026977539062 +-0.172851562500 +-0.010742187500 +-0.090820312500 +-0.009155273438 +0.031738281250 +-0.039306640625 +-0.075683593750 +0.040771484375 +0.041259765625 +0.041992187500 +0.126953125000 +0.079101562500 +-0.041992187500 +-0.110351562500 +0.058837890625 +-0.081542968750 +0.070800781250 +-0.083984375000 +0.003356933594 +-0.021606445312 +0.044433593750 +0.023071289062 +0.023193359375 +0.085937500000 +-0.073730468750 +0.136718750000 +-0.008789062500 +-0.005737304688 +0.012207031250 +0.111816406250 +0.185546875000 +-0.072265625000 +0.012329101562 +0.032226562500 +0.086914062500 +-0.083984375000 +-0.094726562500 +-0.069824218750 +-0.166992187500 +-0.094726562500 +-0.121093750000 +0.018798828125 +-0.155273437500 +0.019897460938 +0.032714843750 +-0.067871093750 +-0.063476562500 +-0.038574218750 +0.026123046875 +-0.106933593750 +0.037109375000 +0.100585937500 +-0.051513671875 +-0.147460937500 +-0.021484375000 +0.090820312500 +-0.026611328125 +-0.101562500000 +0.069335937500 +0.022216796875 +0.033447265625 +-0.217773437500 +0.090820312500 +-0.140625000000 +0.039794921875 +0.029663085938 +-0.127929687500 +-0.218750000000 +0.009887695312 +-0.042480468750 +0.036132812500 +0.069824218750 +-0.016723632812 +-0.167968750000 +-0.192382812500 +0.010070800781 +-0.139648437500 +0.110839843750 +0.012817382812 +-0.006439208984 +-0.164062500000 +0.027587890625 +-0.074707031250 +-0.028320312500 +-0.092773437500 +-0.090332031250 +-0.025146484375 +0.176757812500 +-0.067382812500 +0.049316406250 +0.046875000000 +-0.074218750000 +0.144531250000 +-0.197265625000 +0.010620117188 +-0.097167968750 +-0.031127929688 +0.054443359375 +-0.105468750000 +-0.025390625000 +0.147460937500 +0.127929687500 +-0.257812500000 +0.080078125000 +-0.029174804688 +-0.031738281250 +-0.098632812500 +0.010070800781 +-0.174804687500 +0.045898437500 +-0.064453125000 +-0.036132812500 +0.120605468750 +0.129882812500 +0.044921875000 +-0.028442382812 +-0.141601562500 +0.069824218750 +0.054931640625 +0.011657714844 +-0.065917968750 +0.091308593750 +0.058593750000 +-0.081054687500 +0.082031250000 +0.008300781250 +-0.086914062500 +-0.176757812500 +0.053222656250 +-0.107421875000 +-0.038085937500 +-0.068359375000 +-0.023193359375 +-0.062255859375 +-0.017089843750 +-0.085937500000 +-0.074707031250 +0.009033203125 +0.040283203125 +0.055175781250 +-0.132812500000 +-0.041259765625 +0.022949218750 +-0.064941406250 +-0.026855468750 +-0.127929687500 +-0.076171875000 +-0.034423828125 +-0.031494140625 +-0.105468750000 +-0.017211914062 +0.006744384766 +-0.182617187500 +-0.038330078125 +0.206054687500 +-0.094238281250 +0.023681640625 +0.069824218750 +-0.120605468750 +0.045898437500 +-0.005798339844 +0.053955078125 +-0.005401611328 +-0.152343750000 +-0.182617187500 +-0.074707031250 +0.007232666016 +-0.026000976562 +0.112792968750 +-0.133789062500 +0.008483886719 +-0.052978515625 +0.205078125000 +-0.014038085938 +0.017333984375 +-0.051025390625 +0.187500000000 +-0.135742187500 +-0.045898437500 +0.050537109375 +-0.008972167969 +0.050048828125 +0.057373046875 +-0.025146484375 +0.066406250000 +-0.090332031250 +0.110839843750 +0.000999450684 +0.011596679688 +-0.030395507812 +0.002120971680 +0.039550781250 +-0.098144531250 +0.033203125000 +-0.029174804688 +-0.128906250000 +-0.065429687500 +0.004699707031 +-0.052246093750 +-0.050292968750 +-0.097656250000 +0.057861328125 +0.146484375000 +0.109863281250 +0.005432128906 +0.094726562500 +-0.006622314453 +-0.092773437500 +-0.225585937500 +0.119628906250 +-0.003097534180 +-0.073242187500 +0.102050781250 +0.300781250000 +-0.111816406250 +-0.072265625000 +-0.026611328125 +0.046386718750 +0.105468750000 +-0.111816406250 +-0.072265625000 +0.153320312500 +-0.055664062500 +0.104492187500 +0.009399414062 +0.060302734375 +-0.107910156250 +-0.182617187500 +-0.131835937500 +0.049316406250 +-0.071289062500 +-0.095703125000 +-0.018798828125 +-0.016113281250 +0.120605468750 +-0.007629394531 +-0.123046875000 +-0.127929687500 +0.018920898438 +0.238281250000 +-0.074707031250 +-0.166015625000 +-0.029174804688 +-0.030151367188 +0.092285156250 +0.043945312500 +0.144531250000 +0.003524780273 +-0.226562500000 +0.081054687500 +0.099121093750 +0.049560546875 +-0.054443359375 +-0.015502929688 +-0.027832031250 +-0.098632812500 +-0.113769531250 +0.128906250000 +-0.013977050781 +-0.076660156250 +-0.042480468750 +-0.148437500000 +-0.071289062500 +0.003097534180 +0.057373046875 +-0.048095703125 +0.100097656250 +0.154296875000 +0.031738281250 +0.112792968750 +-0.009948730469 +-0.111816406250 +-0.072265625000 +0.174804687500 +-0.140625000000 +0.110351562500 +-0.025634765625 +0.076171875000 +-0.011596679688 +-0.041259765625 +0.105468750000 +0.085449218750 +0.067382812500 +-0.003997802734 +-0.221679687500 +-0.082519531250 +0.006072998047 +-0.085937500000 +-0.085937500000 +0.026977539062 +0.006347656250 +-0.063964843750 +-0.082031250000 +-0.063476562500 +0.062500000000 +-0.081054687500 +0.070312500000 +0.070312500000 +-0.036865234375 +-0.029418945312 +-0.000698089600 +-0.036376953125 +0.054199218750 +-0.048339843750 +0.102050781250 +-0.151367187500 +0.025390625000 +-0.014099121094 +0.023437500000 +0.008422851562 +-0.092773437500 +-0.107910156250 +0.078125000000 +0.078613281250 +-0.030883789062 +-0.108886718750 +0.062988281250 +0.102539062500 +0.092285156250 +0.079101562500 +0.225585937500 +-0.127929687500 +-0.009338378906 +0.024902343750 +0.104492187500 +-0.015869140625 +0.050781250000 +0.055664062500 +-0.107910156250 +-0.012084960938 +0.062500000000 +0.049072265625 +0.048095703125 +0.083984375000 +-0.053955078125 +0.063476562500 +-0.008117675781 +-0.031982421875 +0.075683593750 +0.151367187500 +0.147460937500 +-0.112304687500 +0.017578125000 +-0.089355468750 +-0.133789062500 +0.014465332031 +0.154296875000 +-0.083007812500 +0.074707031250 +0.131835937500 +0.070800781250 +0.072265625000 +0.062011718750 +-0.083007812500 +0.075195312500 +0.019775390625 +-0.083007812500 +0.025268554688 +-0.134765625000 +0.105468750000 +0.013061523438 +-0.021484375000 +0.046142578125 +0.218750000000 +0.097656250000 +-0.166992187500 +0.179687500000 +-0.041259765625 +-0.103027343750 +0.005126953125 +0.019287109375 +-0.018432617188 +0.048583984375 +-0.055175781250 +0.035156250000 +-0.156250000000 +-0.108886718750 +0.043945312500 +0.042236328125 +-0.045166015625 +-0.037597656250 +0.017089843750 +-0.033447265625 +0.061035156250 +-0.292968750000 +0.002426147461 +-0.023071289062 +-0.106445312500 +0.011535644531 +-0.044677734375 +-0.016967773438 +-0.155273437500 +0.158203125000 +-0.062500000000 +-0.007995605469 +0.066894531250 +0.165039062500 +-0.066406250000 +0.030639648438 +-0.027221679688 +0.012939453125 +0.057861328125 +-0.104492187500 +-0.059082031250 +0.050048828125 +-0.047607421875 +0.079101562500 +-0.083007812500 +0.074218750000 +0.067871093750 +0.014038085938 +0.087890625000 +0.074218750000 +-0.093261718750 +0.058837890625 +0.048583984375 +-0.026977539062 +0.015441894531 +-0.189453125000 +-0.160156250000 +-0.148437500000 +-0.068847656250 +-0.011291503906 +0.005310058594 +0.150390625000 +-0.103027343750 +-0.064453125000 +0.062500000000 +0.051513671875 +0.134765625000 +0.040039062500 +0.120605468750 +0.100585937500 +-0.025146484375 +0.084472656250 +0.041748046875 +0.102050781250 +-0.062500000000 +-0.122070312500 +-0.030639648438 +-0.104492187500 +-0.033691406250 +0.071777343750 +-0.067871093750 +-0.112304687500 +-0.005737304688 +0.036376953125 +-0.181640625000 +-0.103515625000 +0.054687500000 +0.210937500000 +0.093261718750 +0.008728027344 +0.011169433594 +0.030151367188 +-0.103515625000 +-0.104492187500 +0.048828125000 +-0.044189453125 +0.075683593750 +0.022094726562 +0.071777343750 +0.056640625000 +0.069335937500 +0.079101562500 +-0.125976562500 +0.155273437500 +0.055175781250 +-0.063964843750 +-0.014282226562 +0.214843750000 +-0.145507812500 +0.120605468750 +0.120605468750 +0.051513671875 +-0.114746093750 +0.173828125000 +-0.087402343750 +0.125976562500 +-0.015319824219 +-0.128906250000 +-0.087890625000 +-0.000843048096 +0.079101562500 +-0.019531250000 +-0.163085937500 +0.047851562500 +0.003524780273 +0.010559082031 +-0.051513671875 +-0.080078125000 +-0.008850097656 +-0.073730468750 +0.071777343750 +-0.070800781250 +-0.108886718750 +0.025634765625 +0.065429687500 +0.024658203125 +0.024536132812 +-0.010314941406 +0.136718750000 +-0.095703125000 +-0.057617187500 +-0.105468750000 +0.083007812500 +0.219726562500 +0.089843750000 +-0.084960937500 +0.126953125000 +-0.333984375000 +0.099121093750 +0.035888671875 +-0.069335937500 +-0.014038085938 +0.035156250000 +0.044921875000 +0.102539062500 +0.087402343750 +0.141601562500 +-0.023681640625 +0.087890625000 +0.000312805176 +-0.041748046875 +0.009582519531 +-0.038085937500 +0.011413574219 +0.104980468750 +-0.166992187500 +0.025146484375 +-0.031738281250 +-0.093261718750 +-0.030517578125 +0.067382812500 +0.281250000000 +0.018188476562 +-0.055664062500 +0.011840820312 +0.031982421875 +0.024536132812 +-0.015747070312 +0.074707031250 +0.089355468750 +-0.127929687500 +0.028564453125 +-0.015747070312 +-0.016235351562 +-0.102050781250 +0.145507812500 +-0.017578125000 +-0.090332031250 +-0.077636718750 +0.035400390625 +-0.024536132812 +-0.054931640625 +-0.126953125000 +-0.039062500000 +-0.126953125000 +0.112304687500 +-0.164062500000 +0.070312500000 +-0.023559570312 +0.054199218750 +-0.042724609375 +-0.070800781250 +0.082519531250 +0.097656250000 +0.128906250000 +0.071289062500 +-0.024047851562 +-0.034423828125 +0.062255859375 +-0.066406250000 +-0.078125000000 +-0.002517700195 +0.004394531250 +-0.000976562500 +-0.102050781250 +0.068359375000 +-0.090820312500 +0.026123046875 +-0.147460937500 +0.005615234375 +0.018310546875 +0.010437011719 +0.165039062500 +-0.108886718750 +-0.005767822266 +0.014953613281 +0.001190185547 +0.066406250000 +-0.107910156250 +-0.143554687500 +-0.004150390625 +-0.031250000000 +-0.027221679688 +-0.072265625000 +-0.034179687500 +-0.088378906250 +0.165039062500 +-0.060546875000 +-0.077148437500 +-0.032958984375 +0.026367187500 +0.177734375000 +0.160156250000 +-0.174804687500 +0.027709960938 +-0.028930664062 +0.020263671875 +0.059814453125 +0.010620117188 +0.010131835938 +0.104980468750 +-0.105957031250 +-0.050537109375 +-0.126953125000 +0.048828125000 +-0.221679687500 +0.099609375000 +-0.009155273438 +-0.068359375000 +-0.082031250000 +-0.007263183594 +-0.025268554688 +-0.098632812500 +-0.002746582031 +-0.028686523438 +0.050292968750 +-0.081054687500 +-0.066406250000 +0.020263671875 +-0.025390625000 +0.106445312500 +0.111328125000 +0.003051757812 +0.095214843750 +0.023071289062 +0.008422851562 +-0.126953125000 +-0.074707031250 +-0.075683593750 +-0.025146484375 +-0.031738281250 +-0.016601562500 +-0.036376953125 +-0.067871093750 +-0.044921875000 +0.112304687500 +0.088378906250 +-0.058349609375 +-0.020141601562 +0.090332031250 +-0.031250000000 +0.064453125000 +-0.030883789062 +0.067871093750 +0.092773437500 +0.064941406250 +-0.017333984375 +0.063476562500 +0.004760742188 +-0.093261718750 +0.019775390625 +0.038818359375 +-0.072265625000 +-0.052734375000 +0.091796875000 +-0.053222656250 +-0.140625000000 +0.057373046875 +-0.039062500000 +-0.081542968750 +-0.030761718750 +0.208984375000 +-0.013366699219 +0.001632690430 +0.074707031250 +0.020263671875 +-0.151367187500 +0.044921875000 +-0.080078125000 +0.045410156250 +-0.034667968750 +0.052001953125 +0.088378906250 +0.059814453125 +-0.150390625000 +-0.170898437500 +-0.107910156250 +0.005187988281 +0.087402343750 +-0.059326171875 +-0.083984375000 +0.069824218750 +0.044677734375 +-0.145507812500 +0.024291992188 +-0.103515625000 +0.039794921875 +0.017822265625 +-0.042968750000 +-0.059326171875 +-0.101562500000 +-0.073242187500 +0.042724609375 +-0.017333984375 +0.014221191406 +-0.154296875000 +0.105468750000 +-0.014221191406 +-0.234375000000 +-0.075195312500 +-0.014160156250 +-0.054443359375 +0.005310058594 +-0.017211914062 +-0.008666992188 +-0.014709472656 +0.005798339844 +0.034423828125 +-0.037597656250 +0.041748046875 +-0.257812500000 +0.090820312500 +-0.003646850586 +-0.030273437500 +-0.129882812500 +-0.049072265625 +-0.116210937500 +0.030883789062 +0.067871093750 +0.018920898438 +-0.032470703125 +0.077636718750 +0.063476562500 +0.030395507812 +0.115234375000 +0.009521484375 +0.153320312500 +-0.042724609375 +0.095703125000 +-0.110351562500 +-0.039794921875 +0.020141601562 +0.130859375000 +0.002761840820 +0.038818359375 +-0.133789062500 +-0.043945312500 +-0.075683593750 +0.029418945312 +-0.112792968750 +-0.138671875000 +0.004730224609 +0.104492187500 +-0.044677734375 +0.067382812500 +0.140625000000 +-0.003387451172 +0.018066406250 +-0.036621093750 +0.036621093750 +0.147460937500 +-0.101074218750 +-0.007781982422 +-0.060791015625 +-0.041748046875 +-0.133789062500 +-0.077636718750 +0.038818359375 +-0.232421875000 +-0.062500000000 +-0.179687500000 +0.010498046875 +-0.121093750000 +-0.001411437988 +-0.049072265625 +0.049804687500 +0.143554687500 +-0.089843750000 +0.061523437500 +-0.084960937500 +0.007720947266 +0.000976562500 +-0.052490234375 +0.084472656250 +-0.011169433594 +0.055175781250 +0.172851562500 +-0.056884765625 +-0.002304077148 +-0.110351562500 +-0.310546875000 +0.025146484375 +-0.007171630859 +0.035156250000 +0.011230468750 +-0.033691406250 +-0.048583984375 +-0.148437500000 +0.000046968460 +0.110839843750 +-0.048339843750 +0.102050781250 +0.080566406250 +0.061279296875 +0.040039062500 +0.043457031250 +-0.002761840820 +-0.060302734375 +-0.001121520996 +-0.020996093750 +-0.100585937500 +-0.083496093750 +0.013610839844 +-0.197265625000 +-0.055664062500 +-0.064453125000 +-0.102539062500 +-0.066894531250 +-0.192382812500 +0.044189453125 +0.039306640625 +0.103027343750 +0.108398437500 +-0.039062500000 +0.133789062500 +0.090820312500 +0.005676269531 +0.022460937500 +-0.257812500000 +0.143554687500 +-0.029174804688 +0.310546875000 +0.104492187500 +0.047607421875 +0.020996093750 +-0.031494140625 +-0.001640319824 +-0.071777343750 +0.083007812500 +-0.094726562500 +-0.199218750000 +-0.040527343750 +0.058105468750 +0.025024414062 +0.082031250000 +-0.011047363281 +0.023925781250 +-0.060058593750 +0.166015625000 +-0.049560546875 +0.233398437500 +0.031494140625 +0.208007812500 +0.023681640625 +0.129882812500 +0.060791015625 +0.142578125000 +-0.071289062500 +0.050048828125 +-0.115234375000 +0.035644531250 +-0.002304077148 +0.051757812500 +0.030273437500 +0.001251220703 +-0.001800537109 +0.100097656250 +0.016845703125 +0.185546875000 +-0.077148437500 +0.083496093750 +0.015441894531 +0.009338378906 +-0.047119140625 +0.035888671875 +-0.038574218750 +0.014404296875 +-0.059326171875 +0.006225585938 +-0.176757812500 +0.093750000000 +-0.034667968750 +-0.013122558594 +0.097656250000 +-0.072753906250 +-0.003417968750 +-0.025634765625 +0.010559082031 +-0.021728515625 +-0.036376953125 +-0.235351562500 +0.104980468750 +-0.137695312500 +0.139648437500 +0.068359375000 +-0.019531250000 +0.056884765625 +0.085449218750 +0.135742187500 +0.047119140625 +-0.075683593750 +-0.077636718750 +0.087402343750 +0.028564453125 +0.039550781250 +-0.064941406250 +0.012939453125 +0.013061523438 +0.128906250000 +-0.047607421875 +-0.087402343750 +-0.016113281250 +0.195312500000 +0.013793945312 +0.139648437500 +0.015441894531 +-0.138671875000 +0.219726562500 +0.024658203125 +-0.021362304688 +-0.073730468750 +-0.009521484375 +-0.039062500000 +0.045410156250 +-0.006042480469 +0.033935546875 +-0.026977539062 +-0.118652343750 +0.138671875000 +0.102539062500 +0.068847656250 +-0.071289062500 +0.092285156250 +-0.078125000000 +-0.053955078125 +0.022460937500 +-0.014221191406 +-0.169921875000 +-0.026733398438 +0.098632812500 +-0.046142578125 +0.035156250000 +0.013671875000 +0.024047851562 +-0.075195312500 +-0.073242187500 +-0.033203125000 +0.020263671875 +0.136718750000 +-0.125000000000 +-0.076660156250 +-0.024658203125 +-0.053710937500 +-0.039794921875 +-0.037597656250 +-0.009887695312 +0.013061523438 +-0.052490234375 +-0.134765625000 +0.039306640625 +-0.085937500000 +-0.062255859375 +0.030883789062 +0.054199218750 +-0.000511169434 +0.055419921875 +0.062988281250 +0.121093750000 +0.102050781250 +0.046630859375 +-0.054443359375 +-0.062255859375 +0.025634765625 +-0.085937500000 +-0.035644531250 +-0.226562500000 +0.049316406250 +-0.016357421875 +0.143554687500 +-0.192382812500 +-0.175781250000 +0.081054687500 +-0.146484375000 +0.105957031250 +0.058837890625 +0.042480468750 +0.108886718750 +-0.029296875000 +0.012145996094 +0.063964843750 +0.008422851562 +-0.132812500000 +0.047607421875 +-0.005676269531 +0.073242187500 +0.125000000000 +-0.202148437500 +0.292968750000 +0.172851562500 +0.038330078125 +0.022094726562 +-0.032714843750 +-0.180664062500 +0.141601562500 +-0.022094726562 +0.001312255859 +-0.167968750000 +0.052246093750 +-0.071777343750 +0.126953125000 +-0.001113891602 +-0.051269531250 +0.051025390625 +0.047363281250 +-0.215820312500 +0.129882812500 +-0.135742187500 +-0.159179687500 +0.043212890625 +-0.190429687500 +-0.025024414062 +0.074218750000 +-0.081542968750 +0.005767822266 +0.063964843750 +0.026977539062 +0.002517700195 +0.060546875000 +0.008300781250 +0.119628906250 +-0.171875000000 +-0.123046875000 +0.048828125000 +-0.026123046875 +0.000560760498 +-0.115234375000 +0.046630859375 +-0.001251220703 +-0.001060485840 +0.071289062500 +-0.142578125000 +0.158203125000 +-0.019897460938 +0.075683593750 +-0.142578125000 +-0.109375000000 +-0.014831542969 +-0.021972656250 +0.013061523438 +-0.098632812500 +0.075195312500 +-0.037597656250 +0.017822265625 +0.040283203125 +-0.105468750000 +-0.073242187500 +0.038818359375 +-0.012817382812 +0.085449218750 +-0.033691406250 +-0.088378906250 +0.104003906250 +0.131835937500 +-0.020874023438 +-0.101562500000 +-0.020751953125 +-0.024047851562 +0.091796875000 +-0.016357421875 +0.004882812500 +-0.118652343750 +0.130859375000 +0.083496093750 +0.106445312500 +-0.078125000000 +-0.162109375000 +-0.056152343750 +-0.041748046875 +0.008911132812 +-0.118164062500 +-0.036132812500 +-0.087890625000 +-0.120605468750 +0.120605468750 +0.056152343750 +-0.105468750000 +0.145507812500 +-0.020019531250 +0.078125000000 +-0.069824218750 +-0.076171875000 +0.054687500000 +-0.004394531250 +-0.028930664062 +0.051757812500 +0.001136779785 +-0.070312500000 +-0.084472656250 +0.234375000000 +-0.064941406250 +0.074218750000 +0.045898437500 +-0.074218750000 +0.059814453125 +0.038330078125 +-0.038330078125 +-0.078613281250 +0.161132812500 +-0.046875000000 +-0.000965118408 +0.038085937500 +0.064941406250 +0.007781982422 +-0.033203125000 +0.021850585938 +0.025756835938 +0.162109375000 +-0.023315429688 +-0.102050781250 +-0.071777343750 +-0.166992187500 +-0.165039062500 +0.134765625000 +0.117675781250 +-0.204101562500 +-0.074707031250 +-0.075195312500 +0.035400390625 +-0.253906250000 +0.184570312500 +0.161132812500 +0.063964843750 +-0.170898437500 +-0.062500000000 +0.001983642578 +-0.030151367188 +0.090332031250 +-0.195312500000 +0.024902343750 +0.044921875000 +-0.024291992188 +-0.078125000000 +-0.090332031250 +0.028686523438 +-0.098144531250 +0.047851562500 +-0.082031250000 +-0.142578125000 +0.006347656250 +0.057617187500 +-0.205078125000 +-0.010070800781 +0.089355468750 +0.171875000000 +0.113769531250 +0.036132812500 +-0.049072265625 +-0.054687500000 +0.011352539062 +-0.063964843750 +-0.070800781250 +0.054443359375 +-0.019897460938 +0.050292968750 +-0.053466796875 +-0.106933593750 +0.019165039062 +-0.066406250000 +-0.056396484375 +0.089843750000 +0.043457031250 +-0.045898437500 +0.015991210938 +-0.040039062500 +-0.044921875000 +-0.052978515625 +0.046875000000 +0.020141601562 +-0.056152343750 +0.003768920898 +-0.085937500000 +-0.033203125000 +0.035156250000 +-0.203125000000 +-0.130859375000 +-0.261718750000 +-0.051025390625 +-0.044921875000 +0.068359375000 +0.082519531250 +-0.036132812500 +-0.200195312500 +0.002471923828 +0.025024414062 +-0.076171875000 +0.037841796875 +-0.124023437500 +-0.002059936523 +-0.000583648682 +0.068359375000 +-0.112304687500 +-0.005310058594 +0.107910156250 +-0.015869140625 +0.095214843750 +-0.101074218750 +-0.132812500000 +-0.074707031250 +-0.130859375000 +-0.155273437500 +-0.108398437500 +-0.214843750000 +0.013732910156 +0.066406250000 +0.017822265625 +-0.077148437500 +0.065429687500 +0.007080078125 +0.041992187500 +0.056884765625 +-0.045166015625 +-0.039794921875 +-0.098144531250 +0.030395507812 +0.023193359375 +-0.170898437500 +-0.113769531250 +0.060058593750 +-0.218750000000 +-0.033447265625 +-0.029174804688 +-0.020629882812 +0.070312500000 +-0.122070312500 +-0.104003906250 +-0.008056640625 +0.126953125000 +-0.110839843750 +-0.046386718750 +-0.013061523438 +-0.037353515625 +0.028320312500 +0.169921875000 +0.032470703125 +0.112792968750 +-0.098632812500 +0.064453125000 +-0.048583984375 +0.008544921875 +0.265625000000 +0.007110595703 +0.018554687500 +0.010009765625 +0.048095703125 +0.003845214844 +-0.059814453125 +-0.122558593750 +-0.152343750000 +-0.108398437500 +-0.015502929688 +-0.031250000000 +0.056640625000 +0.027099609375 +-0.114257812500 +0.161132812500 +0.030151367188 +0.002502441406 +-0.177734375000 +-0.008178710938 +0.068847656250 +-0.064941406250 +-0.108886718750 +-0.010620117188 +0.015014648438 +-0.076660156250 +-0.004821777344 +-0.005310058594 +0.083007812500 +0.047119140625 +-0.083496093750 +-0.020874023438 +-0.250000000000 +-0.001953125000 +-0.013671875000 +-0.145507812500 +-0.098144531250 +-0.088867187500 +-0.082031250000 +-0.070312500000 +-0.162109375000 +-0.086425781250 +0.012512207031 +-0.000031709671 +-0.125000000000 +0.122558593750 +0.090820312500 +-0.149414062500 +0.022094726562 +0.082031250000 +0.007873535156 +0.064453125000 +0.014709472656 +-0.037353515625 +0.018920898438 +-0.092773437500 +-0.025268554688 +0.010803222656 +0.047363281250 +-0.061523437500 +-0.065917968750 +-0.105468750000 +-0.079101562500 +0.060058593750 +-0.121582031250 +0.080078125000 +-0.024291992188 +0.057128906250 +0.016845703125 +-0.004119873047 +-0.013610839844 +-0.119628906250 +-0.029663085938 +0.121582031250 +-0.087890625000 +-0.020996093750 +-0.093750000000 +0.001266479492 +0.051025390625 +-0.096679687500 +0.013549804688 +0.026123046875 +-0.043701171875 +0.005462646484 +0.014953613281 +-0.027465820312 +-0.028686523438 +0.029785156250 +0.013305664062 +0.103027343750 +-0.103027343750 +-0.047119140625 +-0.108886718750 +-0.080566406250 +-0.031494140625 +0.010498046875 +0.060546875000 +0.101562500000 +0.044433593750 +0.000556945801 +0.015319824219 +-0.107421875000 +-0.142578125000 +0.076171875000 +-0.033935546875 +0.057617187500 +-0.108886718750 +-0.016479492188 +0.009643554688 +-0.064941406250 +0.037109375000 +0.150390625000 +-0.177734375000 +-0.057373046875 +-0.034912109375 +0.007751464844 +-0.027587890625 +0.189453125000 +-0.020263671875 +0.034423828125 +0.039550781250 +0.033691406250 +0.057861328125 +-0.027587890625 +-0.088378906250 +-0.043457031250 +-0.055175781250 +0.018920898438 +0.076660156250 +0.047119140625 +0.037841796875 +-0.011840820312 +-0.121093750000 +-0.082519531250 +0.171875000000 +-0.043701171875 +-0.083007812500 +0.023559570312 +-0.058105468750 +0.002883911133 +-0.043457031250 +0.012268066406 +0.038330078125 +0.043457031250 +0.017089843750 +-0.022827148438 +-0.007598876953 +0.045166015625 +0.139648437500 +-0.095214843750 +-0.015014648438 +-0.050048828125 +-0.020507812500 +0.028930664062 +-0.089355468750 +0.004547119141 +0.029541015625 +0.057861328125 +-0.041015625000 +-0.087890625000 +0.029907226562 +0.045410156250 +0.063476562500 +0.009277343750 +0.135742187500 +0.062255859375 +0.125976562500 +-0.132812500000 +0.036621093750 +-0.063476562500 +-0.082519531250 +-0.035400390625 +0.117675781250 +-0.014343261719 +0.021972656250 +0.024169921875 +-0.074218750000 +0.244140625000 +-0.007995605469 +0.018798828125 +-0.023681640625 +0.220703125000 +-0.171875000000 +0.121093750000 +0.031127929688 +0.074218750000 +0.028564453125 +0.037353515625 +-0.042480468750 +-0.113769531250 +-0.024047851562 +-0.038085937500 +-0.019775390625 +0.002212524414 +-0.139648437500 +-0.088867187500 +0.052978515625 +0.058593750000 +0.060546875000 +0.162109375000 +0.064453125000 +-0.128906250000 +-0.147460937500 +-0.152343750000 +0.023803710938 +0.043945312500 +0.045654296875 +-0.022705078125 +0.068847656250 +0.029296875000 +-0.123535156250 +-0.026733398438 +-0.042968750000 +-0.208984375000 +-0.238281250000 +-0.094726562500 +-0.003417968750 +0.068847656250 +-0.027343750000 +-0.194335937500 +-0.113769531250 +0.060546875000 +0.029663085938 +-0.012451171875 +-0.040771484375 +-0.015869140625 +-0.161132812500 +0.056396484375 +-0.075683593750 +-0.251953125000 +-0.016967773438 +0.035156250000 +0.084472656250 +-0.066894531250 +0.092285156250 +-0.168945312500 +0.082031250000 +-0.031494140625 +0.062255859375 +0.174804687500 +-0.020996093750 +0.091308593750 +0.017822265625 +-0.098632812500 +-0.145507812500 +0.049316406250 +-0.073730468750 +0.082031250000 +-0.031494140625 +0.062988281250 +0.053222656250 +0.095214843750 +0.036376953125 +0.117187500000 +-0.037353515625 +0.069335937500 +-0.009582519531 +0.090332031250 +0.001472473145 +0.037109375000 +0.055664062500 +0.034912109375 +0.137695312500 +-0.052001953125 +-0.014160156250 +-0.206054687500 +-0.088867187500 +-0.032470703125 +-0.029052734375 +0.214843750000 +0.078125000000 +-0.041992187500 +-0.020751953125 +-0.016357421875 +-0.018432617188 +0.162109375000 +-0.067871093750 +-0.162109375000 +-0.124023437500 +0.058837890625 +0.004730224609 +0.030639648438 +0.094238281250 +-0.091308593750 +0.071289062500 +-0.006317138672 +0.036132812500 +0.023803710938 +-0.126953125000 +0.082519531250 +0.062988281250 +0.103515625000 +0.162109375000 +0.200195312500 +-0.012207031250 +0.002075195312 +-0.034912109375 +-0.308593750000 +-0.065429687500 +-0.074218750000 +0.108886718750 +0.143554687500 +-0.117187500000 +-0.063964843750 +0.004394531250 +-0.060791015625 +0.006988525391 +0.010803222656 +-0.035156250000 +0.125976562500 +0.017089843750 +0.129882812500 +-0.030029296875 +0.045654296875 +-0.048095703125 +0.076660156250 +-0.042968750000 +0.099609375000 +-0.070800781250 +0.172851562500 +-0.098632812500 +-0.058593750000 +0.113281250000 +-0.114746093750 +0.041503906250 +-0.064941406250 +-0.091796875000 +0.028442382812 +0.062011718750 +-0.129882812500 +-0.127929687500 +0.023193359375 +-0.083984375000 +-0.001167297363 +-0.086425781250 +0.030883789062 +-0.113281250000 +-0.055175781250 +0.029174804688 +0.001434326172 +0.022583007812 +-0.208984375000 +0.122070312500 +-0.022216796875 +-0.036865234375 +-0.049072265625 +-0.016479492188 +-0.063964843750 +0.039062500000 +0.019897460938 +-0.051513671875 +-0.070800781250 +-0.023681640625 +0.088378906250 +-0.021362304688 +0.052246093750 +-0.149414062500 +-0.009887695312 +0.083984375000 +-0.014221191406 +-0.083007812500 +-0.204101562500 +-0.033935546875 +0.013916015625 +0.068359375000 +0.065917968750 +-0.010559082031 +0.009094238281 +-0.036865234375 +-0.032226562500 +-0.088867187500 +0.012878417969 +-0.077636718750 +-0.209960937500 +-0.037841796875 +0.162109375000 +-0.157226562500 +0.006469726562 +0.073242187500 +0.182617187500 +0.007080078125 +0.006378173828 +-0.035888671875 +0.032958984375 +0.199218750000 +0.006927490234 +0.041503906250 +0.097167968750 +-0.021240234375 +-0.058105468750 +0.091796875000 +0.052734375000 +-0.122070312500 +0.006347656250 +-0.045898437500 +0.154296875000 +-0.008239746094 +-0.021118164062 +-0.018066406250 +0.079101562500 +-0.000092506409 +-0.049316406250 +0.093261718750 +-0.043945312500 +0.041015625000 +-0.041748046875 +-0.014648437500 +0.012390136719 +0.201171875000 +-0.031127929688 +-0.091796875000 +-0.041259765625 +-0.103027343750 +0.017822265625 +0.033447265625 +-0.001205444336 +-0.146484375000 +0.070800781250 +-0.104980468750 +0.005371093750 +-0.009460449219 +-0.082031250000 +-0.096679687500 +-0.005493164062 +-0.096191406250 +-0.141601562500 +-0.038574218750 +-0.108398437500 +0.209960937500 +0.077148437500 +-0.041992187500 +0.021240234375 +0.018554687500 +0.071777343750 +0.041259765625 +-0.030273437500 +-0.026245117188 +-0.006622314453 +0.156250000000 +0.080078125000 +-0.067382812500 +0.012268066406 +-0.027221679688 +-0.041748046875 +-0.046386718750 +0.048583984375 +0.007934570312 +-0.201171875000 +-0.259765625000 +0.001571655273 +-0.157226562500 +0.032958984375 +-0.093261718750 +0.062011718750 +0.004089355469 +0.031982421875 +0.054443359375 +-0.004852294922 +-0.046386718750 +0.092285156250 +0.020874023438 +-0.011169433594 +0.000041961670 +0.041992187500 +-0.076171875000 +-0.060058593750 +-0.077636718750 +-0.131835937500 +-0.068847656250 +-0.083984375000 +-0.127929687500 +-0.025756835938 +0.001716613770 +-0.107421875000 +-0.125000000000 +0.203125000000 +-0.054687500000 +0.024169921875 +0.060302734375 +-0.170898437500 +0.060546875000 +0.020751953125 +-0.121093750000 +-0.023193359375 +-0.064941406250 +0.056884765625 +-0.006774902344 +-0.043212890625 +-0.003143310547 +0.138671875000 +0.190429687500 +-0.018676757812 +-0.045166015625 +-0.106933593750 +0.050292968750 +-0.082031250000 +0.005767822266 +-0.154296875000 +-0.107421875000 +-0.026855468750 +-0.062011718750 +-0.027832031250 +0.160156250000 +-0.132812500000 +-0.102050781250 +-0.045166015625 +-0.053710937500 +-0.138671875000 +-0.122070312500 +-0.075195312500 +0.019165039062 +-0.160156250000 +0.141601562500 +-0.040039062500 +0.035156250000 +-0.106933593750 +0.023803710938 +0.047363281250 +-0.013854980469 +-0.005157470703 +0.063476562500 +0.012634277344 +-0.067382812500 +-0.119140625000 +-0.057617187500 +-0.010131835938 +0.019287109375 +-0.084472656250 +-0.028442382812 +-0.076660156250 +-0.099609375000 +0.062988281250 +0.027954101562 +0.020874023438 +-0.029052734375 +-0.176757812500 +-0.169921875000 +-0.025756835938 +0.034179687500 +0.002960205078 +0.015563964844 +-0.154296875000 +-0.018676757812 +-0.070800781250 +0.043457031250 +-0.057373046875 +-0.128906250000 +-0.076171875000 +-0.005187988281 +0.068847656250 +-0.016235351562 +0.008911132812 +0.006622314453 +-0.122558593750 +-0.007049560547 +0.038330078125 +-0.121093750000 +0.074218750000 +-0.160156250000 +-0.017700195312 +0.095703125000 +-0.030639648438 +-0.179687500000 +-0.021606445312 +0.104980468750 +0.115722656250 +0.053710937500 +0.066406250000 +-0.092285156250 +-0.066406250000 +-0.022949218750 +0.012756347656 +-0.002853393555 +-0.007934570312 +-0.112792968750 +-0.096679687500 +-0.079589843750 +0.055419921875 +0.098632812500 +0.073242187500 +-0.040771484375 +0.049560546875 +-0.065917968750 +-0.024414062500 +-0.011535644531 +0.042480468750 +0.126953125000 +0.010009765625 +0.086914062500 +0.016723632812 +0.032470703125 +-0.061279296875 +-0.051513671875 +-0.240234375000 +-0.019409179688 +-0.078125000000 +-0.049560546875 +0.163085937500 +-0.108398437500 +0.009948730469 +0.031250000000 +-0.069335937500 +0.025024414062 +-0.023925781250 +-0.009826660156 +0.025268554688 +0.082031250000 +0.143554687500 +-0.124023437500 +0.046875000000 +0.001426696777 +0.023315429688 +0.099609375000 +0.114746093750 +-0.120605468750 +-0.008666992188 +0.113281250000 +-0.017822265625 +-0.063964843750 +-0.044677734375 +-0.055664062500 +-0.008789062500 +-0.089843750000 +-0.126953125000 +0.029418945312 +-0.051269531250 +-0.022827148438 +-0.037841796875 +0.066406250000 +-0.076171875000 +-0.128906250000 +-0.027343750000 +-0.004791259766 +-0.124023437500 +0.052246093750 +-0.119628906250 +-0.045654296875 +-0.055419921875 +0.069824218750 +0.054443359375 +-0.019531250000 +-0.104003906250 +0.055175781250 +-0.001174926758 +-0.051513671875 +0.026123046875 +-0.002105712891 +-0.208984375000 +0.210937500000 +-0.144531250000 +-0.168945312500 +0.047851562500 +0.088867187500 +0.012695312500 +0.052978515625 +-0.017700195312 +0.047363281250 +-0.066406250000 +-0.002792358398 +0.018432617188 +0.126953125000 +0.066406250000 +-0.071289062500 +-0.031005859375 +-0.001846313477 +0.028320312500 +-0.002502441406 +-0.040039062500 +0.166015625000 +0.126953125000 +0.078613281250 +-0.034667968750 +0.009338378906 +-0.030029296875 +0.125976562500 +-0.058105468750 +-0.084960937500 +-0.079101562500 +-0.166015625000 +0.140625000000 +-0.014099121094 +-0.014099121094 +-0.000762939453 +0.006134033203 +-0.008178710938 +-0.049560546875 +-0.059082031250 +0.125000000000 +0.022460937500 +-0.068359375000 +-0.156250000000 +-0.054199218750 +0.115722656250 +-0.043212890625 +-0.020263671875 +-0.019775390625 +0.053466796875 +0.014526367188 +-0.051025390625 +0.092285156250 +-0.081054687500 +0.008361816406 +0.106933593750 +0.033203125000 +0.070312500000 +0.003005981445 +-0.096679687500 +-0.073730468750 +-0.053222656250 +-0.021728515625 +-0.026489257812 +-0.055664062500 +0.001380920410 +-0.251953125000 +0.039794921875 +0.012939453125 +-0.031982421875 +-0.120117187500 +-0.181640625000 +-0.089843750000 +-0.009155273438 +0.031494140625 +-0.040527343750 +-0.018066406250 +-0.061523437500 +-0.220703125000 +0.015502929688 +-0.062255859375 +0.039306640625 +-0.117675781250 +0.045410156250 +0.070800781250 +0.060546875000 +0.060546875000 +0.026245117188 +0.024902343750 +-0.186523437500 +-0.017822265625 +-0.122558593750 +0.012817382812 +-0.108398437500 +0.098632812500 +0.071289062500 +0.121093750000 +-0.080566406250 +0.036621093750 +-0.006927490234 +0.017700195312 +-0.027465820312 +-0.090332031250 +0.076171875000 +-0.057617187500 +0.048095703125 +-0.061523437500 +-0.014038085938 +-0.086425781250 +0.079101562500 +0.128906250000 +-0.132812500000 +0.032226562500 +-0.046875000000 +-0.167968750000 +-0.080078125000 +-0.025146484375 +0.139648437500 +0.028442382812 +-0.045410156250 +0.008300781250 +-0.019042968750 +-0.001075744629 +-0.025390625000 +0.121093750000 +-0.137695312500 +-0.033935546875 +0.084960937500 +-0.150390625000 +-0.025146484375 +-0.103027343750 +-0.002731323242 +-0.108886718750 +0.163085937500 +0.049804687500 +0.051757812500 +-0.009765625000 +0.054931640625 +-0.034912109375 +0.030395507812 +0.147460937500 +0.128906250000 +-0.081054687500 +-0.029663085938 +0.011291503906 +-0.044677734375 +-0.083007812500 +0.143554687500 +-0.016967773438 +0.025390625000 +-0.075195312500 +0.014099121094 +-0.048828125000 +-0.030761718750 +-0.073730468750 +-0.034423828125 +-0.024414062500 +-0.026855468750 +0.103515625000 +-0.037109375000 +0.111328125000 +0.069335937500 +-0.008789062500 +-0.034423828125 +-0.054199218750 +0.036376953125 +-0.128906250000 +-0.061279296875 +-0.134765625000 +0.011230468750 +0.090332031250 +-0.104003906250 +-0.060058593750 +-0.135742187500 +0.207031250000 +-0.006958007812 +-0.009521484375 +-0.088867187500 +0.037841796875 +-0.059814453125 +-0.082519531250 +0.020141601562 +-0.005828857422 +0.043945312500 +-0.030761718750 +-0.091796875000 +-0.044189453125 +-0.460937500000 +0.016235351562 +-0.115722656250 +0.098632812500 +0.251953125000 +-0.065429687500 +0.010986328125 +0.057373046875 +0.105468750000 +-0.125000000000 +-0.005340576172 +-0.103027343750 +0.111328125000 +-0.114257812500 +0.016967773438 +-0.079589843750 +0.094726562500 +0.046630859375 +0.040039062500 +-0.208984375000 +-0.088378906250 +0.002944946289 +0.049560546875 +0.257812500000 +0.214843750000 +-0.029785156250 +-0.129882812500 +0.000675201416 +0.031250000000 +-0.078125000000 +-0.017456054688 +0.066894531250 +0.054199218750 +-0.100585937500 +-0.003356933594 +0.042968750000 +-0.098144531250 +0.036132812500 +0.004760742188 +0.116210937500 +-0.078613281250 +-0.031005859375 +-0.004547119141 +-0.125000000000 +0.047607421875 +-0.231445312500 +-0.142578125000 +0.215820312500 +0.075195312500 +-0.006958007812 +-0.078125000000 +0.072265625000 +-0.054443359375 +-0.030273437500 +0.011474609375 +0.048339843750 +-0.052490234375 +0.071777343750 +-0.010986328125 +0.112792968750 +0.120605468750 +0.016845703125 +0.003570556641 +0.043212890625 +-0.030029296875 +-0.003555297852 +0.046875000000 +0.023193359375 +0.089843750000 +-0.188476562500 +-0.139648437500 +-0.060302734375 +-0.125000000000 +0.085449218750 +-0.010131835938 +-0.046630859375 +0.032958984375 +0.011474609375 +0.010803222656 +-0.028442382812 +-0.067871093750 +0.050048828125 +0.147460937500 +0.054687500000 +0.017333984375 +0.051513671875 +-0.009155273438 +-0.024780273438 +-0.225585937500 +-0.123046875000 +0.071289062500 +0.115722656250 +-0.058349609375 +-0.096191406250 +0.049316406250 +-0.096679687500 +-0.023559570312 +-0.063476562500 +-0.202148437500 +0.093750000000 +-0.078125000000 +0.010253906250 +0.076660156250 +-0.086425781250 +-0.150390625000 +-0.084960937500 +-0.027587890625 +0.051757812500 +-0.079589843750 +0.052978515625 +-0.092773437500 +-0.174804687500 +-0.006072998047 +-0.075683593750 +-0.007995605469 +-0.082031250000 +0.113281250000 +-0.059326171875 +0.039306640625 +-0.125976562500 +-0.161132812500 +0.112304687500 +-0.002960205078 +-0.111328125000 +0.104492187500 +0.085937500000 +-0.211914062500 +0.164062500000 +-0.137695312500 +0.104980468750 +-0.127929687500 +-0.053710937500 +-0.112304687500 +0.000320434570 +0.177734375000 +-0.102050781250 +-0.058593750000 +0.032714843750 +0.046142578125 +-0.033447265625 +0.048583984375 +0.124023437500 +-0.123535156250 +-0.166992187500 +-0.015014648438 +0.098144531250 +-0.054687500000 +0.006835937500 +0.042236328125 +-0.080078125000 +-0.110839843750 +-0.071289062500 +0.068847656250 +0.059082031250 +-0.060302734375 +0.134765625000 +0.015197753906 +-0.183593750000 +0.062500000000 +0.093750000000 +-0.095703125000 +-0.123535156250 +0.010681152344 +0.099121093750 +-0.080078125000 +-0.273437500000 +0.019287109375 +0.078613281250 +0.010253906250 +0.007476806641 +-0.024902343750 +0.017822265625 +0.035888671875 +0.083007812500 +0.012634277344 +0.235351562500 +-0.027099609375 +-0.144531250000 +0.042480468750 +-0.058593750000 +-0.099609375000 +-0.046630859375 +0.026611328125 +-0.098632812500 +0.177734375000 +-0.009582519531 +-0.066406250000 +0.009643554688 +0.020874023438 +-0.070800781250 +-0.173828125000 +0.083496093750 +-0.018188476562 +-0.066894531250 +-0.006317138672 +-0.097656250000 +0.078125000000 +0.036621093750 +-0.246093750000 +-0.069335937500 +0.031982421875 +-0.069335937500 +-0.019042968750 +0.036865234375 +0.026000976562 +-0.056884765625 +-0.120605468750 +-0.109375000000 +-0.008544921875 +-0.072265625000 +-0.009033203125 +0.126953125000 +0.046386718750 +-0.108886718750 +-0.063476562500 +-0.024291992188 +-0.018432617188 +-0.083984375000 +0.021118164062 +-0.162109375000 +-0.052001953125 +0.005645751953 +-0.096679687500 +0.161132812500 +0.102539062500 +0.068359375000 +0.001396179199 +-0.047607421875 +0.001869201660 +0.110351562500 +0.017456054688 +-0.003219604492 +0.034179687500 +-0.000740051270 +0.024169921875 +0.011291503906 +0.040283203125 +-0.082519531250 +-0.125976562500 +0.152343750000 +-0.326171875000 +-0.110839843750 +0.149414062500 +0.012084960938 +-0.115722656250 +0.281250000000 +-0.048583984375 +0.005645751953 +-0.119140625000 +-0.094726562500 +0.083007812500 +0.079589843750 +-0.100097656250 +0.055419921875 +-0.016967773438 +-0.052734375000 +0.079589843750 +0.013183593750 +0.046875000000 +0.024291992188 +0.045898437500 +0.093261718750 +-0.112792968750 +-0.110839843750 +0.007019042969 +-0.032714843750 +0.049072265625 +0.069824218750 +-0.000434875488 +0.006011962891 +-0.112792968750 +0.078613281250 +0.012145996094 +0.069824218750 +0.109375000000 +0.192382812500 +-0.008972167969 +0.038330078125 +-0.036865234375 +0.033691406250 +0.003494262695 +0.061035156250 +0.039062500000 +0.016845703125 +0.095214843750 +0.022338867188 +0.110351562500 +0.068847656250 +0.080566406250 +-0.036376953125 +0.005645751953 +0.180664062500 +0.033935546875 +0.033691406250 +-0.059570312500 +-0.139648437500 +0.005950927734 +0.082519531250 +0.039794921875 +-0.049072265625 +-0.027343750000 +-0.169921875000 +-0.021240234375 +-0.026977539062 +-0.054443359375 +-0.236328125000 +0.000103473663 +-0.018554687500 +-0.009338378906 +-0.053710937500 +0.141601562500 +-0.036376953125 +-0.125976562500 +-0.130859375000 +-0.056152343750 +-0.025634765625 +-0.014099121094 +-0.002014160156 +-0.130859375000 +-0.019409179688 +-0.034667968750 +-0.063476562500 +0.076660156250 +-0.047851562500 +0.167968750000 +0.057373046875 +-0.300781250000 +0.076660156250 +0.006713867188 +-0.025390625000 +-0.007385253906 +-0.123046875000 +-0.086425781250 +-0.054443359375 +0.057617187500 +-0.001533508301 +0.025512695312 +-0.023315429688 +0.108886718750 +-0.111816406250 +-0.018432617188 +0.106933593750 +0.006561279297 +0.034912109375 +-0.013305664062 +0.156250000000 +-0.065429687500 +0.086425781250 +-0.104003906250 +-0.020629882812 +-0.038574218750 +0.041748046875 +0.115722656250 +-0.084472656250 +0.021728515625 +-0.045166015625 +0.058349609375 +0.112792968750 +-0.046875000000 +0.020141601562 +0.061035156250 +0.139648437500 +0.099121093750 +0.110351562500 +-0.063964843750 +0.023071289062 +0.023559570312 +-0.019531250000 +0.069824218750 +-0.034912109375 +0.104003906250 +-0.018432617188 +0.125976562500 +-0.096191406250 +-0.020263671875 +0.048583984375 +0.093750000000 +0.043212890625 +0.063964843750 +-0.027832031250 +-0.061767578125 +0.103515625000 +-0.012023925781 +-0.049560546875 +-0.084960937500 +0.114257812500 +-0.000854492188 +-0.091308593750 +0.011657714844 +-0.019165039062 +-0.112304687500 +0.131835937500 +0.012695312500 +-0.002456665039 +0.055419921875 +-0.041992187500 +-0.040527343750 +0.050781250000 +-0.092773437500 +0.020629882812 +0.078613281250 +-0.175781250000 +0.008483886719 +0.009460449219 +-0.171875000000 +-0.042236328125 +-0.131835937500 +0.142578125000 +-0.008117675781 +0.024291992188 +0.047851562500 +-0.018920898438 +-0.008361816406 +0.102050781250 +-0.041503906250 +0.131835937500 +0.009643554688 +0.249023437500 +-0.012634277344 +-0.271484375000 +-0.033447265625 +-0.107910156250 +-0.034179687500 +0.018310546875 +0.080078125000 +0.091308593750 +-0.097167968750 +0.030151367188 +-0.011535644531 +-0.049316406250 +-0.036865234375 +0.151367187500 +-0.173828125000 +0.088378906250 +-0.135742187500 +-0.049072265625 +-0.083984375000 +-0.066894531250 +0.025878906250 +-0.083496093750 +-0.050781250000 +-0.212890625000 +0.126953125000 +0.006805419922 +-0.041992187500 +-0.202148437500 +0.065429687500 +0.051025390625 +-0.041503906250 +-0.060546875000 +0.032470703125 +-0.029663085938 +-0.004333496094 +0.041992187500 +-0.013244628906 +0.067382812500 +-0.041992187500 +-0.002807617188 +0.172851562500 +0.017944335938 +-0.032470703125 +0.019531250000 +-0.083496093750 +0.037841796875 +0.168945312500 +0.097167968750 +0.146484375000 +0.052490234375 +-0.250000000000 +-0.000705718994 +-0.014587402344 +-0.110839843750 +0.117187500000 +-0.077636718750 +-0.112304687500 +0.057128906250 +-0.055419921875 +-0.138671875000 +0.107421875000 +0.060058593750 +0.062255859375 +0.024169921875 +0.047851562500 +0.019775390625 +0.053222656250 +-0.125000000000 +-0.163085937500 +-0.121582031250 +-0.032470703125 +0.034423828125 +0.050292968750 +-0.021728515625 +0.073242187500 +0.081054687500 +-0.019042968750 +0.072265625000 +0.020874023438 +0.077148437500 +-0.020263671875 +-0.011962890625 +0.043457031250 +-0.057128906250 +-0.011230468750 +0.014892578125 +0.040527343750 +-0.059814453125 +-0.168945312500 +0.049560546875 +0.015258789062 +-0.031982421875 +0.046142578125 +0.032226562500 +0.033691406250 +-0.061767578125 +0.011779785156 +0.157226562500 +-0.008605957031 +-0.077636718750 +0.016235351562 +-0.037109375000 +-0.013671875000 +0.007446289062 +0.054443359375 +0.008666992188 +-0.047119140625 +-0.047851562500 +-0.015869140625 +-0.047607421875 +0.057861328125 +-0.026977539062 +0.060791015625 +-0.047607421875 +-0.065429687500 +-0.029052734375 +-0.150390625000 +0.043457031250 +-0.161132812500 +0.121582031250 +0.008361816406 +0.007415771484 +0.049072265625 +0.000907897949 +0.022705078125 +0.161132812500 +-0.085449218750 +-0.023437500000 +0.083984375000 +-0.078125000000 +-0.107421875000 +-0.052734375000 +-0.247070312500 +-0.087402343750 +0.042724609375 +-0.104003906250 +-0.030517578125 +0.017089843750 +0.008483886719 +-0.035644531250 +-0.063964843750 +-0.072753906250 +0.062011718750 +-0.063476562500 +0.006713867188 +-0.080078125000 +-0.091308593750 +0.011047363281 +0.058593750000 +0.209960937500 +-0.030517578125 +-0.074218750000 +0.000587463379 +0.073242187500 +-0.043701171875 +-0.031982421875 +0.006561279297 +-0.019165039062 +-0.086914062500 +-0.010437011719 +0.036621093750 +-0.095703125000 +-0.010375976562 +-0.028076171875 +-0.025146484375 +0.002700805664 +0.046386718750 +-0.227539062500 +-0.054931640625 +-0.034912109375 +0.075195312500 +-0.006561279297 +-0.030883789062 +0.029296875000 +0.022460937500 +-0.018676757812 +-0.097167968750 +0.076171875000 +0.046630859375 +0.046630859375 +-0.015014648438 +0.008972167969 +0.026245117188 +-0.339843750000 +-0.067871093750 +0.123046875000 +0.020751953125 +0.124511718750 +-0.082519531250 +-0.034179687500 +-0.055908203125 +0.054199218750 +0.039062500000 +-0.071777343750 +0.083007812500 +-0.019165039062 +-0.023193359375 +0.073242187500 +-0.114746093750 +0.068847656250 +0.027343750000 +-0.034912109375 +0.014465332031 +-0.080566406250 +0.002426147461 +0.083984375000 +0.150390625000 +-0.053955078125 +0.018432617188 +0.007934570312 +-0.062255859375 +-0.018798828125 +0.076660156250 +-0.005950927734 +0.100097656250 +-0.069335937500 +0.019042968750 +0.041259765625 +0.184570312500 +0.030029296875 +-0.124023437500 +0.018310546875 +0.039550781250 +0.037841796875 +0.076660156250 +0.065429687500 +-0.025756835938 +-0.031982421875 +0.300781250000 +-0.049804687500 +0.032714843750 +-0.185546875000 +0.000377655029 +0.054687500000 +0.005035400391 +0.022827148438 +0.062255859375 +-0.098144531250 +-0.019897460938 +-0.060546875000 +-0.137695312500 +0.123046875000 +0.048583984375 +0.204101562500 +0.129882812500 +0.068359375000 +0.061523437500 +-0.041259765625 +0.133789062500 +-0.065429687500 +0.026611328125 +-0.075683593750 +-0.011291503906 +0.058105468750 +0.031494140625 +0.035888671875 +0.016357421875 +-0.014892578125 +0.054931640625 +0.002258300781 +-0.028930664062 +0.091308593750 +0.061035156250 +-0.084472656250 +-0.083984375000 +-0.093261718750 +-0.022949218750 +0.094726562500 +-0.053222656250 +0.052734375000 +-0.169921875000 +0.137695312500 +0.159179687500 +-0.137695312500 +-0.105957031250 +-0.210937500000 +-0.066894531250 +-0.021606445312 +-0.147460937500 +-0.016479492188 +-0.110839843750 +-0.085449218750 +-0.006134033203 +-0.016113281250 +0.082519531250 +-0.012023925781 +0.131835937500 +-0.212890625000 +-0.107421875000 +-0.041015625000 +-0.097656250000 +-0.019775390625 +0.028564453125 +-0.115234375000 +-0.026855468750 +-0.031127929688 +-0.062255859375 +-0.149414062500 +0.104003906250 +0.131835937500 +-0.044677734375 +0.119140625000 +-0.070312500000 +-0.145507812500 +0.079589843750 +0.027954101562 +0.102050781250 +-0.111816406250 +0.020263671875 +0.081054687500 +0.009643554688 +-0.059326171875 +0.080078125000 +-0.021728515625 +-0.003997802734 +-0.062500000000 +0.042724609375 +-0.140625000000 +-0.011779785156 +-0.038818359375 +-0.161132812500 +0.087402343750 +0.139648437500 +-0.047119140625 +-0.033691406250 +-0.076171875000 +0.079589843750 +0.034423828125 +-0.088378906250 +0.202148437500 +-0.043457031250 +0.173828125000 +0.059814453125 +0.169921875000 +-0.004089355469 +0.121093750000 +-0.185546875000 +-0.075195312500 +0.259765625000 +-0.037109375000 +0.009094238281 +0.010742187500 +-0.108886718750 +0.206054687500 +-0.051513671875 +-0.112792968750 +0.028442382812 +0.112304687500 +-0.054199218750 +-0.098632812500 +0.144531250000 +-0.139648437500 +0.046386718750 +0.037353515625 +-0.052734375000 +-0.009704589844 +-0.073730468750 +-0.039062500000 +0.065429687500 +-0.091796875000 +-0.162109375000 +-0.020263671875 +-0.059570312500 +-0.071289062500 +0.107421875000 +0.048095703125 +-0.001289367676 +-0.044677734375 +0.052734375000 +-0.151367187500 +-0.114257812500 +0.166015625000 +-0.097656250000 +0.093261718750 +0.004241943359 +0.154296875000 +-0.010131835938 +-0.022094726562 +-0.025634765625 +-0.012878417969 +-0.109863281250 +-0.074218750000 +0.088867187500 +0.134765625000 +-0.076660156250 +0.034912109375 +0.094238281250 +0.000713348389 +-0.008056640625 +-0.157226562500 +-0.042724609375 +0.065917968750 +-0.000961303711 +0.087402343750 +-0.148437500000 +-0.104980468750 +0.117675781250 +0.084960937500 +-0.013793945312 +-0.037597656250 +0.003463745117 +-0.007354736328 +-0.053466796875 +-0.008972167969 +-0.194335937500 +0.024536132812 +-0.016723632812 +0.057617187500 +-0.078613281250 +0.144531250000 +0.102539062500 +0.279296875000 +-0.125976562500 +-0.065917968750 +0.005432128906 +-0.049804687500 +0.105957031250 +0.045410156250 +-0.244140625000 +-0.003463745117 +0.020751953125 +0.098144531250 +-0.044921875000 +-0.115234375000 +-0.080078125000 +0.068359375000 +0.044921875000 +-0.001289367676 +0.023193359375 +0.019165039062 +-0.016967773438 +-0.119140625000 +-0.105468750000 +-0.123046875000 +0.122070312500 +0.061523437500 +-0.181640625000 +-0.027343750000 +-0.048583984375 +-0.021972656250 +-0.038330078125 +-0.014160156250 +-0.107421875000 +-0.136718750000 +-0.004730224609 +-0.043945312500 +0.008056640625 +0.097656250000 +-0.057373046875 +0.116699218750 +-0.021362304688 +-0.059814453125 +-0.083007812500 +0.192382812500 +0.022705078125 +-0.064941406250 +-0.069335937500 +-0.111328125000 +0.129882812500 +-0.000368118286 +0.020751953125 +0.014282226562 +0.028808593750 +0.000204086304 +-0.022827148438 +0.033935546875 +0.062255859375 +-0.074218750000 +0.107910156250 +0.083984375000 +0.025756835938 +-0.037841796875 +0.094726562500 +-0.137695312500 +0.017089843750 +0.052001953125 +-0.000701904297 +0.072265625000 +-0.022705078125 +-0.019653320312 +-0.088867187500 +0.024780273438 +-0.017333984375 +-0.038818359375 +-0.052246093750 +-0.100097656250 +0.070800781250 +-0.069335937500 +-0.055664062500 +0.018920898438 +-0.051513671875 +0.032226562500 +-0.106933593750 +0.105468750000 +-0.032714843750 +-0.026123046875 +0.017822265625 +0.061279296875 +-0.068359375000 +-0.079101562500 +0.005340576172 +0.163085937500 +-0.048095703125 +0.209960937500 +0.076171875000 +-0.158203125000 +0.001113891602 +0.066406250000 +0.367187500000 +0.059082031250 +0.027709960938 +0.125976562500 +0.064941406250 +0.003509521484 +0.072753906250 +-0.061279296875 +-0.123535156250 +-0.032470703125 +0.051513671875 +-0.040283203125 +-0.046386718750 +0.030273437500 +0.104003906250 +-0.108886718750 +-0.132812500000 +0.019042968750 +0.005554199219 +-0.239257812500 +-0.064453125000 +-0.155273437500 +0.068847656250 +-0.053466796875 +0.188476562500 +-0.007720947266 +0.032226562500 +0.035644531250 +0.188476562500 +-0.000131607056 +-0.061767578125 +-0.014038085938 +-0.134765625000 +0.028320312500 +0.182617187500 +0.064453125000 +-0.000907897949 +-0.090820312500 +0.027587890625 +-0.050292968750 +-0.005462646484 +-0.324218750000 +0.098632812500 +0.025024414062 +-0.004272460938 +0.006958007812 +-0.010498046875 +0.104980468750 +0.085937500000 +-0.116699218750 +0.050048828125 +-0.007171630859 +-0.065429687500 +0.073730468750 +0.037109375000 +0.199218750000 +0.003067016602 +-0.083984375000 +0.020629882812 +-0.058105468750 +-0.219726562500 +0.102050781250 +0.170898437500 +0.059814453125 +-0.131835937500 +-0.075683593750 +0.073242187500 +-0.014770507812 +0.028808593750 +-0.067382812500 +0.018066406250 +0.105957031250 +0.031738281250 +-0.113281250000 +-0.029907226562 +0.003311157227 +-0.010742187500 +-0.098144531250 +-0.099609375000 +0.104492187500 +0.078125000000 +0.032226562500 +0.037841796875 +-0.007720947266 +-0.188476562500 +-0.029785156250 +0.100585937500 +-0.089843750000 +-0.089355468750 +-0.012573242188 +-0.048339843750 +0.054443359375 +0.063476562500 +-0.021484375000 +-0.050048828125 +-0.101074218750 +0.010681152344 +0.051513671875 +0.055908203125 +-0.025390625000 +-0.024780273438 +-0.089843750000 +-0.050537109375 +0.071289062500 +0.119140625000 +-0.107910156250 +-0.131835937500 +0.087890625000 +0.030273437500 +0.026489257812 +-0.034179687500 +-0.052490234375 +-0.100097656250 +0.099609375000 +0.080566406250 +-0.041748046875 +0.042480468750 +0.048095703125 +-0.039062500000 +0.007446289062 +0.035156250000 +0.059326171875 +0.109375000000 +0.090820312500 +-0.055419921875 +-0.144531250000 +0.013061523438 +0.142578125000 +0.114746093750 +-0.060058593750 +0.097167968750 +-0.005645751953 +-0.017578125000 +-0.064941406250 +0.086914062500 +-0.146484375000 +0.006042480469 +0.039306640625 +0.084472656250 +-0.041259765625 +0.012634277344 +0.062255859375 +-0.004058837891 +0.009826660156 +0.015869140625 +-0.082031250000 +-0.023071289062 +-0.162109375000 +0.008361816406 +-0.053710937500 +-0.029785156250 +0.048828125000 +-0.037841796875 +-0.082031250000 +0.018066406250 +0.052490234375 +-0.100585937500 +0.068359375000 +0.047119140625 +-0.028320312500 +-0.003875732422 +0.115234375000 +0.078125000000 +0.042968750000 +-0.082031250000 +-0.059326171875 +0.061767578125 +0.053955078125 +0.041015625000 +0.005004882812 +0.007659912109 +0.074218750000 +0.080078125000 +-0.062988281250 +-0.063964843750 +-0.011230468750 +-0.109375000000 +0.057373046875 +-0.020507812500 +-0.105957031250 +0.060302734375 +-0.207031250000 +0.033691406250 +-0.088867187500 +0.223632812500 +-0.093261718750 +-0.068847656250 +0.043701171875 +0.027099609375 +0.009155273438 +-0.228515625000 +-0.253906250000 +0.003524780273 +-0.021240234375 +-0.062011718750 +0.015747070312 +0.154296875000 +-0.101074218750 +0.098632812500 +0.232421875000 +0.025146484375 +0.129882812500 +0.030639648438 +0.021484375000 +-0.198242187500 +0.095214843750 +0.085937500000 +0.019165039062 +-0.055908203125 +0.072265625000 +0.057373046875 +-0.107910156250 +0.114746093750 +-0.085937500000 +0.097167968750 +0.184570312500 +0.001708984375 +-0.025268554688 +-0.036865234375 +-0.039550781250 +0.012329101562 +-0.002639770508 +0.021118164062 +-0.066406250000 +-0.162109375000 +0.027099609375 +-0.120605468750 +0.021484375000 +-0.004089355469 +0.009155273438 +0.003540039062 +-0.036132812500 +0.183593750000 +-0.122070312500 +-0.063964843750 +-0.021118164062 +-0.103515625000 +-0.016357421875 +0.122558593750 +-0.006347656250 +-0.147460937500 +0.070312500000 +-0.019409179688 +0.029541015625 +0.098144531250 +-0.174804687500 +0.056640625000 +0.008972167969 +-0.105468750000 +0.062500000000 +0.027343750000 +-0.035644531250 +-0.112792968750 +-0.059814453125 +-0.019409179688 +-0.138671875000 +0.109863281250 +0.059814453125 +0.084960937500 +0.074218750000 +-0.064941406250 +-0.099121093750 +0.134765625000 +-0.003417968750 +-0.064453125000 +0.024536132812 +0.018920898438 +0.093750000000 +-0.037109375000 +0.046630859375 +0.073730468750 +-0.175781250000 +-0.000568389893 +-0.106445312500 +0.145507812500 +0.098632812500 +-0.198242187500 +0.088867187500 +-0.060058593750 +0.014404296875 +-0.211914062500 +-0.034912109375 +0.057617187500 +-0.035400390625 +-0.017944335938 +0.048095703125 +-0.032226562500 +-0.134765625000 +-0.005310058594 +-0.030029296875 +-0.047363281250 +0.092285156250 +0.002380371094 +-0.053955078125 +0.047363281250 +0.112304687500 +-0.053222656250 +-0.094726562500 +-0.014526367188 +0.007751464844 +0.008361816406 +0.186523437500 +-0.106933593750 +-0.195312500000 +-0.146484375000 +0.143554687500 +0.091308593750 +0.020507812500 +0.125000000000 +0.050292968750 +-0.060058593750 +-0.011657714844 +0.011108398438 +0.104980468750 +-0.076171875000 +-0.061279296875 +0.077636718750 +0.108398437500 +-0.038574218750 +0.032958984375 +0.010925292969 +0.008972167969 +0.070800781250 +-0.025024414062 +-0.115234375000 +-0.142578125000 +-0.004089355469 +0.094238281250 +-0.100585937500 +0.044677734375 +-0.082519531250 +0.010437011719 +0.108886718750 +0.055664062500 +-0.250000000000 +-0.105957031250 +-0.031494140625 +-0.039794921875 +0.071777343750 +-0.125976562500 +-0.010314941406 +-0.021728515625 +-0.076171875000 +-0.019409179688 +-0.145507812500 +0.202148437500 +0.045166015625 +-0.062011718750 +-0.054687500000 +0.031982421875 +0.047119140625 +-0.043457031250 +0.265625000000 +0.002593994141 +-0.000224113464 +-0.014221191406 +-0.080078125000 +-0.066894531250 +0.132812500000 +0.020385742188 +0.136718750000 +-0.126953125000 +0.000268936157 +0.054931640625 +0.093261718750 +-0.084472656250 +-0.076660156250 +-0.075195312500 +-0.052246093750 +0.143554687500 +0.067382812500 +0.123046875000 +-0.015869140625 +-0.187500000000 +0.022949218750 +0.004760742188 +0.055419921875 +-0.049804687500 +-0.034179687500 +0.019409179688 +0.008300781250 +-0.017944335938 +0.038818359375 +0.030273437500 +-0.083007812500 +-0.113769531250 +0.123535156250 +-0.007995605469 +0.131835937500 +0.014343261719 +-0.042236328125 +0.055908203125 +0.107421875000 +-0.017578125000 +-0.011230468750 +-0.069335937500 +0.030395507812 +-0.222656250000 +0.070800781250 +0.050781250000 +0.080078125000 +-0.073730468750 +-0.031494140625 +0.084472656250 +-0.100585937500 +-0.078613281250 +-0.149414062500 +0.070312500000 +0.190429687500 +0.011047363281 +-0.049804687500 +0.059082031250 +-0.027709960938 +0.017578125000 +0.035400390625 +-0.048095703125 +-0.131835937500 +0.073242187500 +0.063964843750 +0.061035156250 +0.060302734375 +-0.143554687500 +0.045410156250 +0.011779785156 +-0.091796875000 +0.040283203125 +0.003067016602 +-0.053222656250 +0.060546875000 +-0.107910156250 +-0.065917968750 +0.120117187500 +0.056396484375 +0.008422851562 +0.084472656250 +-0.054443359375 +-0.005737304688 +0.092773437500 +-0.137695312500 +0.067871093750 +0.217773437500 +-0.100097656250 +0.082519531250 +0.043701171875 +0.040527343750 +-0.015197753906 +0.015869140625 +-0.071289062500 +-0.155273437500 +0.019653320312 +0.031250000000 +-0.136718750000 +0.012329101562 +-0.044433593750 +-0.014221191406 +-0.017211914062 +0.133789062500 +0.006500244141 +-0.102050781250 +0.017456054688 +-0.102050781250 +0.007507324219 +-0.006774902344 +0.118164062500 +-0.045654296875 +-0.135742187500 +0.016479492188 +-0.007995605469 +0.065917968750 +-0.126953125000 +-0.082519531250 +0.041015625000 +-0.126953125000 +0.051757812500 +-0.104003906250 +0.070800781250 +0.078613281250 +0.137695312500 +-0.119628906250 +0.012634277344 +0.033935546875 +0.006896972656 +0.039062500000 +-0.073730468750 +-0.045654296875 +0.052001953125 +0.034912109375 +-0.013427734375 +0.015991210938 +-0.049560546875 +-0.018432617188 +-0.018066406250 +-0.062988281250 +-0.013488769531 +0.105468750000 +-0.160156250000 +0.119628906250 +-0.066406250000 +-0.083496093750 +0.157226562500 +-0.035644531250 +-0.077148437500 +0.062988281250 +0.131835937500 +-0.033691406250 +-0.094238281250 +-0.091308593750 +0.163085937500 +-0.035400390625 +0.009948730469 +-0.081054687500 +0.092285156250 +0.017578125000 +-0.197265625000 +-0.145507812500 +-0.107421875000 +-0.098632812500 +-0.122070312500 +0.053222656250 +0.050292968750 +0.007324218750 +-0.044189453125 +-0.170898437500 +-0.023803710938 +-0.072753906250 +-0.068359375000 +-0.028930664062 +-0.139648437500 +-0.001167297363 +0.070800781250 +0.085449218750 +-0.077148437500 +-0.098632812500 +0.022949218750 +-0.039550781250 +0.013305664062 +-0.049804687500 +-0.019165039062 +0.044677734375 +0.085937500000 +0.025024414062 +0.020019531250 +0.063964843750 +-0.126953125000 +0.011169433594 +0.034423828125 +-0.145507812500 +0.099609375000 +0.018920898438 +-0.096191406250 +-0.007934570312 +0.063964843750 +0.098144531250 +0.134765625000 +-0.045654296875 +0.021850585938 +-0.008483886719 +0.014587402344 +0.145507812500 +-0.136718750000 +0.014282226562 +-0.061279296875 +-0.077148437500 +0.115234375000 +0.096191406250 +0.006469726562 +0.070312500000 +-0.052734375000 +-0.160156250000 +-0.025390625000 +0.018066406250 +0.030029296875 +0.012084960938 +-0.017333984375 +0.034179687500 +0.166015625000 +0.058593750000 +-0.192382812500 +0.115234375000 +-0.033691406250 +-0.073730468750 +0.020751953125 +-0.040771484375 +-0.046386718750 +-0.078125000000 +0.026000976562 +-0.230468750000 +-0.133789062500 +0.112792968750 +-0.003265380859 +0.087402343750 +-0.021118164062 +-0.018188476562 +0.064941406250 +0.154296875000 +0.041259765625 +-0.111328125000 +-0.171875000000 +0.052490234375 +0.019775390625 +-0.026855468750 +-0.002914428711 +-0.084472656250 +-0.145507812500 +-0.279296875000 +-0.050537109375 +0.017089843750 +0.009887695312 +0.000238418579 +-0.073730468750 +-0.024169921875 +0.119140625000 +0.058837890625 +0.001937866211 +-0.001663208008 +-0.039306640625 +0.082031250000 +0.183593750000 +-0.107421875000 +-0.007934570312 +-0.175781250000 +0.092285156250 +-0.100585937500 +0.063476562500 +0.052246093750 +0.114746093750 +-0.141601562500 +0.032470703125 +0.125000000000 +-0.148437500000 +0.058105468750 +0.001220703125 +-0.091308593750 +0.089843750000 +0.037353515625 +0.074218750000 +-0.143554687500 +0.155273437500 +0.085449218750 +0.020019531250 +-0.004394531250 +0.000373840332 +-0.080078125000 +-0.142578125000 +0.195312500000 +0.011352539062 +0.034912109375 +-0.020629882812 +-0.111816406250 +-0.040771484375 +0.104003906250 +-0.027709960938 +0.150390625000 +-0.114257812500 +0.055664062500 +-0.013366699219 +-0.006378173828 +-0.042480468750 +0.031982421875 +-0.039550781250 +0.138671875000 +-0.122558593750 +-0.014404296875 +-0.000068664551 +0.011474609375 +-0.070800781250 +-0.078125000000 +0.007507324219 +0.017333984375 +-0.020385742188 +-0.015014648438 +0.000288009644 +0.038818359375 +0.029663085938 +0.100585937500 +-0.000377655029 +0.085449218750 +-0.022583007812 +0.033691406250 +0.069335937500 +-0.113281250000 +-0.045166015625 +-0.023559570312 +0.178710937500 +-0.091796875000 +-0.057617187500 +0.007141113281 +-0.035888671875 +-0.143554687500 +0.029174804688 +-0.101074218750 +-0.044189453125 +0.007812500000 +0.306640625000 +0.066406250000 +-0.030883789062 +-0.066406250000 +-0.062988281250 +0.049316406250 +0.019409179688 +-0.028198242188 +-0.022705078125 +-0.043945312500 +-0.016845703125 +-0.115234375000 +-0.085449218750 +-0.013793945312 +-0.061767578125 +0.107421875000 +-0.066406250000 +0.069335937500 +-0.012573242188 +-0.025756835938 +-0.147460937500 +-0.051513671875 +0.056884765625 +0.012329101562 +0.054199218750 +0.044433593750 +0.055175781250 +0.157226562500 +0.092285156250 +0.244140625000 +0.093750000000 +-0.083007812500 +0.020507812500 +-0.070312500000 +-0.117187500000 +0.185546875000 +0.055175781250 +0.037597656250 +0.095703125000 +0.004058837891 +-0.050048828125 +-0.076171875000 +0.068847656250 +0.117187500000 +-0.057373046875 +-0.029663085938 +-0.031982421875 +0.119628906250 +0.007781982422 +0.060058593750 +-0.139648437500 +-0.023803710938 +0.104003906250 +0.044189453125 +-0.018676757812 +-0.006347656250 +0.105468750000 +0.103515625000 +-0.165039062500 +0.040039062500 +-0.037109375000 +0.056152343750 +-0.116699218750 +-0.044677734375 +0.296875000000 +0.109863281250 +0.031494140625 +0.029418945312 +0.021240234375 +0.070800781250 +-0.011169433594 +0.040283203125 +-0.035888671875 +0.176757812500 +0.015075683594 +-0.174804687500 +-0.152343750000 +0.018310546875 +0.083007812500 +0.111328125000 +-0.027099609375 +-0.159179687500 +-0.202148437500 +-0.004516601562 +-0.124511718750 +-0.033203125000 +0.085937500000 +-0.035156250000 +0.054931640625 +0.060302734375 +-0.015319824219 +-0.060058593750 +-0.065917968750 +-0.114746093750 +0.075683593750 +-0.117675781250 +0.004089355469 +0.002365112305 +-0.050537109375 +-0.145507812500 +-0.238281250000 +0.068359375000 +0.012023925781 +0.088867187500 +0.049072265625 +0.039306640625 +0.158203125000 +0.040527343750 +0.000394821167 +-0.070800781250 +-0.133789062500 +-0.151367187500 +-0.062011718750 +0.033935546875 +-0.114746093750 +0.173828125000 +-0.246093750000 +0.054199218750 +-0.052734375000 +-0.005065917969 +-0.002441406250 +0.047607421875 +-0.101074218750 +-0.158203125000 +0.055664062500 +-0.068359375000 +0.055175781250 +0.082519531250 +-0.169921875000 +0.016601562500 +0.034667968750 +0.109863281250 +-0.059814453125 +0.073730468750 +-0.006439208984 +-0.140625000000 +0.114746093750 +-0.014953613281 +-0.028564453125 +-0.067382812500 +-0.002273559570 +0.059082031250 +0.114257812500 +0.126953125000 +0.018676757812 +0.025756835938 +0.042480468750 +-0.017944335938 +0.020141601562 +-0.097656250000 +-0.138671875000 +0.045654296875 +0.023193359375 +-0.058593750000 +0.077148437500 +0.050781250000 +-0.152343750000 +0.070312500000 +0.083007812500 +-0.100097656250 +-0.143554687500 +0.013610839844 +-0.095214843750 +-0.150390625000 +-0.040771484375 +0.013061523438 +0.036132812500 +-0.036621093750 +0.149414062500 +0.028076171875 +-0.054443359375 +0.248046875000 +-0.030639648438 +0.164062500000 +-0.020874023438 +-0.062988281250 +0.123535156250 +0.275390625000 +0.088378906250 +-0.006225585938 +-0.083007812500 +0.021118164062 +0.145507812500 +0.043457031250 +-0.075195312500 +0.090332031250 +0.032226562500 +0.037109375000 +-0.002944946289 +0.008789062500 +-0.093261718750 +-0.016845703125 +-0.029418945312 +-0.039306640625 +0.000671386719 +-0.014526367188 +0.014892578125 +0.019775390625 +-0.116699218750 +0.098144531250 +-0.106933593750 +-0.036621093750 +0.050048828125 +-0.074218750000 +-0.018310546875 +0.121582031250 +0.020141601562 +-0.080566406250 +-0.135742187500 +-0.032226562500 +-0.053466796875 +0.113769531250 +0.015869140625 +-0.052734375000 +0.118164062500 +0.004882812500 +-0.021362304688 +0.174804687500 +-0.058593750000 +0.126953125000 +0.100585937500 +0.019897460938 +-0.051513671875 +-0.023681640625 +-0.067382812500 +-0.134765625000 +0.070800781250 +-0.005493164062 +0.114257812500 +0.003616333008 +-0.090332031250 +-0.030395507812 +0.063476562500 +-0.090820312500 +0.013061523438 +-0.137695312500 +-0.089355468750 +0.029541015625 +-0.039306640625 +0.063476562500 +-0.084472656250 +0.042968750000 +0.048095703125 +0.109375000000 +-0.186523437500 +-0.014953613281 +-0.014587402344 +0.041259765625 +-0.045654296875 +0.098632812500 +0.007080078125 +-0.090820312500 +0.012084960938 +0.072265625000 +0.064453125000 +0.102050781250 +0.227539062500 +0.028198242188 +-0.001922607422 +-0.047851562500 +0.006805419922 +-0.115234375000 +-0.171875000000 +-0.130859375000 +-0.020507812500 +0.302734375000 +-0.027221679688 +-0.007476806641 +0.209960937500 +-0.135742187500 +-0.086914062500 +-0.107421875000 +0.085449218750 +-0.050781250000 +-0.085937500000 +-0.015625000000 +-0.114257812500 +-0.094238281250 +0.027221679688 +-0.038085937500 +0.041748046875 +0.001731872559 +-0.083007812500 +0.085937500000 +0.052246093750 +0.013488769531 +0.078125000000 +-0.165039062500 +0.090332031250 +0.098144531250 +-0.041503906250 +-0.022827148438 +-0.020751953125 +0.101562500000 +0.039794921875 +0.127929687500 +0.068847656250 +-0.089355468750 +0.170898437500 +0.030761718750 +-0.010314941406 +-0.068359375000 +0.047607421875 +-0.035888671875 +0.050781250000 +-0.157226562500 +0.062988281250 +0.078125000000 +0.006347656250 +-0.050292968750 +-0.085449218750 +-0.072753906250 +0.065917968750 +-0.076660156250 +0.111328125000 +-0.031127929688 +0.029174804688 +0.030639648438 +0.047363281250 +0.038085937500 +0.059570312500 +0.125000000000 +-0.098144531250 +0.033447265625 +-0.041015625000 +-0.018188476562 +-0.131835937500 +-0.053955078125 +0.070312500000 +0.029052734375 +-0.106933593750 +0.057128906250 +-0.003890991211 +0.028076171875 +0.038330078125 +-0.021484375000 +-0.040527343750 +-0.174804687500 +0.193359375000 +0.021606445312 +0.095214843750 +0.028686523438 +-0.014770507812 +-0.001998901367 +0.041748046875 +0.012573242188 +0.163085937500 +-0.035888671875 +0.009582519531 +0.113769531250 +-0.160156250000 +0.066406250000 +-0.056884765625 +0.098144531250 +0.009521484375 +0.063476562500 +-0.032470703125 +-0.080078125000 +0.115722656250 +-0.059814453125 +0.089355468750 +-0.117675781250 +0.035644531250 +-0.083007812500 +-0.083984375000 +0.174804687500 +0.333984375000 +0.037597656250 +0.046630859375 +0.146484375000 +0.086425781250 +-0.046630859375 +0.103515625000 +-0.037841796875 +-0.016479492188 +0.160156250000 +-0.103027343750 +-0.068359375000 +0.091308593750 +-0.199218750000 +0.014282226562 +-0.056640625000 +-0.027221679688 +-0.093750000000 +-0.098144531250 +0.004211425781 +-0.117187500000 +0.002258300781 +0.054931640625 +0.135742187500 +-0.056152343750 +-0.043457031250 +0.026611328125 +-0.064453125000 +0.124023437500 +0.085449218750 +-0.188476562500 +-0.223632812500 +0.041259765625 +0.186523437500 +-0.029174804688 +0.067871093750 +0.082031250000 +-0.009094238281 +-0.173828125000 +-0.017822265625 +-0.093750000000 +-0.038085937500 +0.090820312500 +0.070800781250 +-0.041015625000 +-0.006134033203 +-0.048583984375 +-0.015502929688 +-0.020507812500 +-0.031494140625 +0.094238281250 +-0.025512695312 +0.058105468750 +-0.109375000000 +0.049560546875 +-0.008605957031 +-0.139648437500 +-0.016601562500 +-0.147460937500 +-0.064941406250 +0.147460937500 +-0.179687500000 +0.015014648438 +-0.013732910156 +-0.032958984375 +-0.101074218750 +0.179687500000 +0.012939453125 +-0.107910156250 +-0.045410156250 +-0.004272460938 +0.039550781250 +0.000081062317 +0.029541015625 +0.046630859375 +-0.063964843750 +0.058105468750 +-0.065429687500 +-0.093750000000 +0.031738281250 +0.052734375000 +-0.029174804688 +-0.100097656250 +0.096191406250 +-0.025878906250 +0.089355468750 +-0.113281250000 +0.100097656250 +-0.043945312500 +0.088867187500 +0.070800781250 +0.004577636719 +0.010131835938 +0.126953125000 +0.089355468750 +0.047363281250 +0.103027343750 +-0.096679687500 +-0.109375000000 +-0.088867187500 +-0.072265625000 +-0.017333984375 +-0.016357421875 +0.019531250000 +0.025268554688 +-0.277343750000 +-0.143554687500 +-0.085449218750 +-0.058105468750 +0.023071289062 +-0.192382812500 +0.057617187500 +0.104003906250 +0.174804687500 +0.032226562500 +-0.098144531250 +-0.080078125000 +0.038330078125 +-0.175781250000 +0.148437500000 +0.058837890625 +-0.032226562500 +0.002563476562 +-0.078613281250 +0.020751953125 +0.085449218750 +0.006744384766 +-0.212890625000 +0.072753906250 +-0.024047851562 +-0.083496093750 +-0.079101562500 +-0.051269531250 +-0.083984375000 +-0.024658203125 +-0.054687500000 +-0.033447265625 +-0.072753906250 +-0.129882812500 +0.189453125000 +-0.102050781250 +-0.077636718750 +0.032470703125 +0.079101562500 +0.000907897949 +0.083496093750 +-0.016357421875 +-0.056396484375 +-0.135742187500 +-0.052978515625 +0.243164062500 +-0.051513671875 +0.047363281250 +0.148437500000 +-0.000926971436 +0.009338378906 +0.037353515625 +-0.008728027344 +-0.101562500000 +0.033447265625 +-0.138671875000 +-0.184570312500 +-0.067871093750 +0.082519531250 +0.026611328125 +0.030639648438 +-0.201171875000 +0.066894531250 +-0.030395507812 +0.026977539062 +-0.073242187500 +0.041015625000 +-0.048339843750 +0.151367187500 +-0.027709960938 +0.049804687500 +-0.030029296875 +-0.065429687500 +0.039062500000 +0.002395629883 +0.057373046875 +0.055664062500 +-0.095214843750 +-0.061035156250 +0.022216796875 +0.140625000000 +0.046386718750 +0.069335937500 +-0.357421875000 +-0.081054687500 +0.080078125000 +0.038085937500 +0.081542968750 +0.107421875000 +-0.179687500000 +-0.039550781250 +-0.044433593750 +0.066406250000 +0.050537109375 +0.015869140625 +0.007781982422 +-0.044189453125 +0.129882812500 +-0.089355468750 +-0.046386718750 +-0.082519531250 +-0.086914062500 +0.016845703125 +0.081054687500 +0.166015625000 +-0.441406250000 +0.184570312500 +-0.112792968750 +-0.040527343750 +0.026489257812 +0.067382812500 +0.048339843750 +-0.025756835938 +0.005554199219 +-0.039062500000 +-0.205078125000 +-0.079101562500 +-0.041015625000 +-0.074218750000 +0.032958984375 +-0.107910156250 +-0.020996093750 +-0.052246093750 +0.005706787109 +0.077148437500 +0.125976562500 +0.006896972656 +-0.150390625000 +-0.226562500000 +-0.011657714844 +-0.126953125000 +-0.136718750000 +0.015136718750 +0.198242187500 +-0.069335937500 +-0.056396484375 +-0.136718750000 +0.122558593750 +0.098632812500 +-0.042968750000 +0.078613281250 +0.096679687500 +-0.086425781250 +0.031005859375 +0.054199218750 +-0.014709472656 +-0.133789062500 +-0.069824218750 +-0.160156250000 +-0.089843750000 +-0.081054687500 +-0.104003906250 +0.026367187500 +-0.064453125000 +0.140625000000 +0.028320312500 +-0.041503906250 +-0.102539062500 +-0.025878906250 +0.202148437500 +-0.019287109375 +-0.040039062500 +0.086425781250 +0.029052734375 +0.019042968750 +-0.071777343750 +0.033203125000 +-0.085937500000 +0.020019531250 +0.141601562500 +0.005889892578 +-0.033203125000 +-0.040771484375 +0.056152343750 +0.039306640625 +-0.141601562500 +0.119628906250 +0.025268554688 +-0.185546875000 +0.105957031250 +0.114257812500 +-0.001419067383 +-0.052734375000 +0.014160156250 +0.094238281250 +0.065917968750 +-0.086914062500 +0.151367187500 +0.042724609375 +-0.107421875000 +0.154296875000 +-0.096191406250 +0.012573242188 +0.065429687500 +-0.090820312500 +0.031494140625 +-0.132812500000 +0.131835937500 +-0.020263671875 +0.033935546875 +0.115722656250 +0.060546875000 +0.097167968750 +0.046142578125 +-0.220703125000 +-0.056396484375 +-0.023559570312 +0.066894531250 +-0.029296875000 +0.125976562500 +-0.031250000000 +0.051025390625 +0.031494140625 +-0.047607421875 +-0.089355468750 +-0.192382812500 +0.062988281250 +0.063476562500 +-0.129882812500 +0.071777343750 +-0.067871093750 +0.051269531250 +0.047363281250 +0.031005859375 +-0.066406250000 +-0.058349609375 +-0.020507812500 +-0.031494140625 +-0.028442382812 +0.060546875000 +-0.077636718750 +0.095214843750 +-0.044433593750 +0.027954101562 +0.211914062500 +-0.045166015625 +0.066894531250 +0.025146484375 +0.004302978516 +-0.080566406250 +0.100585937500 +-0.041503906250 +-0.029052734375 +-0.052978515625 +0.083007812500 +0.015563964844 +0.035644531250 +0.007507324219 +-0.012817382812 +-0.023925781250 +-0.064453125000 +0.095703125000 +0.002349853516 +0.030395507812 +0.003860473633 +-0.078125000000 +-0.009643554688 +-0.010314941406 +-0.061523437500 +0.055419921875 +-0.039794921875 +0.062988281250 +0.065917968750 +-0.158203125000 +0.021118164062 +-0.056396484375 +0.093261718750 +0.099609375000 +-0.104492187500 +0.023193359375 +-0.012145996094 +-0.089843750000 +-0.104492187500 +-0.053466796875 +0.058593750000 +0.129882812500 +-0.051757812500 +0.141601562500 +-0.020263671875 +0.009277343750 +-0.060791015625 +-0.008972167969 +0.158203125000 +0.050292968750 +0.070800781250 +-0.102050781250 +-0.004486083984 +0.088867187500 +-0.047851562500 +-0.029907226562 +0.000576019287 +0.047607421875 +-0.023071289062 +0.079589843750 +0.012390136719 +-0.046386718750 +0.012084960938 +0.164062500000 +-0.080566406250 +-0.152343750000 +0.023437500000 +0.046142578125 +0.102050781250 +0.081054687500 +-0.142578125000 +-0.035156250000 +-0.010253906250 +-0.021728515625 +-0.033447265625 +-0.051025390625 +-0.016113281250 +-0.006866455078 +-0.034912109375 +-0.021118164062 +0.028320312500 +0.000070095062 +0.101074218750 +0.050292968750 +-0.029907226562 +0.131835937500 +0.015075683594 +-0.001945495605 +-0.093750000000 +-0.016723632812 +0.063476562500 +-0.056152343750 +-0.069824218750 +0.107421875000 +0.084960937500 +0.107421875000 +0.013244628906 +0.076171875000 +0.040527343750 +-0.046142578125 +0.012573242188 +-0.023803710938 +-0.081542968750 +-0.108398437500 +-0.125000000000 +-0.121093750000 +-0.040771484375 +-0.076171875000 +0.008605957031 +0.035156250000 +-0.016235351562 +-0.101074218750 +0.056640625000 +0.076660156250 +0.115234375000 +-0.036376953125 +0.038330078125 +0.009216308594 +-0.037597656250 +0.086425781250 +-0.092285156250 +0.107421875000 +0.133789062500 +-0.024169921875 +-0.126953125000 +-0.120117187500 +-0.042724609375 +-0.108398437500 +0.016967773438 +-0.095703125000 +-0.016723632812 +0.036376953125 +0.045166015625 +-0.063476562500 +0.053955078125 +-0.100097656250 +-0.008178710938 +0.051757812500 +-0.107421875000 +0.001014709473 +0.002548217773 +-0.204101562500 +0.196289062500 +-0.041259765625 +-0.001983642578 +-0.007019042969 +0.011657714844 +-0.018554687500 +0.070312500000 +0.095703125000 +-0.016113281250 +-0.037109375000 +-0.038574218750 +0.010498046875 +-0.006469726562 +0.127929687500 +-0.028808593750 +-0.183593750000 +0.076660156250 +0.132812500000 +0.029052734375 +-0.087402343750 +0.063476562500 +0.012023925781 +0.049072265625 +-0.003936767578 +0.017333984375 +-0.017944335938 +-0.155273437500 +-0.058349609375 +0.033691406250 +0.150390625000 +0.002075195312 +0.002319335938 +0.049804687500 +-0.041748046875 +-0.011230468750 +-0.003005981445 +-0.142578125000 +0.152343750000 +-0.074218750000 +0.046142578125 +0.008361816406 +0.012939453125 +-0.046142578125 +0.038574218750 +-0.053222656250 +0.095703125000 +-0.057861328125 +-0.081054687500 +-0.166015625000 +0.054687500000 +-0.065429687500 +-0.012634277344 +0.001533508301 +0.064453125000 +-0.302734375000 +-0.005279541016 +0.125976562500 +0.013488769531 +0.006683349609 +0.152343750000 +0.083007812500 +0.121093750000 +0.102050781250 +-0.053466796875 +0.080078125000 +0.054443359375 +0.056884765625 +-0.158203125000 +0.064941406250 +0.050292968750 +-0.008361816406 +0.081054687500 +-0.125976562500 +0.072265625000 +-0.083984375000 +0.002258300781 +-0.125976562500 +-0.009399414062 +0.153320312500 +-0.004974365234 +0.013854980469 +-0.074218750000 +-0.041259765625 +0.138671875000 +0.080078125000 +-0.042480468750 +-0.086914062500 +0.017211914062 +-0.072265625000 +-0.120117187500 +0.038818359375 +0.163085937500 +0.027832031250 +-0.039550781250 +-0.100097656250 +-0.165039062500 +0.001411437988 +-0.172851562500 +0.036865234375 +-0.013366699219 +-0.113769531250 +0.087890625000 +-0.006011962891 +-0.038330078125 +0.133789062500 +0.074707031250 +0.051757812500 +-0.115722656250 +-0.091308593750 +-0.044677734375 +-0.065917968750 +0.089355468750 +0.076660156250 +0.088867187500 +0.041503906250 +-0.016845703125 +0.059814453125 +-0.029541015625 +0.021972656250 +0.056884765625 +0.126953125000 +-0.120117187500 +0.194335937500 +0.017822265625 +-0.034912109375 +0.011840820312 +0.075195312500 +-0.089355468750 +0.030517578125 +-0.023193359375 +-0.022827148438 +0.077636718750 +0.024047851562 +0.035156250000 +0.020629882812 +-0.166015625000 +-0.113769531250 +-0.051269531250 +0.021606445312 +-0.152343750000 +0.009216308594 +0.069335937500 +-0.106933593750 +0.183593750000 +0.083984375000 +-0.132812500000 +0.079589843750 +0.185546875000 +-0.149414062500 +0.118164062500 +0.015747070312 +-0.081054687500 +0.130859375000 +-0.085449218750 +0.008483886719 +-0.090332031250 +0.040771484375 +-0.068359375000 +-0.052978515625 +-0.098632812500 +-0.035644531250 +-0.088867187500 +0.097167968750 +0.033447265625 +0.013916015625 +-0.102050781250 +0.001831054688 +0.099121093750 +-0.012817382812 +0.070312500000 +-0.086425781250 +-0.098632812500 +-0.153320312500 +-0.001373291016 +-0.014526367188 +-0.018554687500 +0.168945312500 +0.150390625000 +0.066406250000 +-0.016845703125 +-0.166992187500 +0.060058593750 +-0.045166015625 +-0.159179687500 +-0.100585937500 +-0.048095703125 +-0.054199218750 +0.033203125000 +0.104003906250 +-0.287109375000 +-0.057861328125 +-0.089355468750 +0.024047851562 +0.017456054688 +-0.055908203125 +-0.074707031250 +0.139648437500 +-0.118164062500 +-0.056152343750 +0.016479492188 +-0.065429687500 +0.177734375000 +0.056640625000 +-0.049560546875 +-0.095703125000 +0.009155273438 +-0.155273437500 +0.003189086914 +-0.065429687500 +0.121093750000 +0.057861328125 +0.074218750000 +-0.145507812500 +-0.165039062500 +0.116210937500 +0.062255859375 +-0.075195312500 +-0.210937500000 +-0.004455566406 +-0.036376953125 +-0.103515625000 +-0.019165039062 +-0.175781250000 +-0.031982421875 +0.105468750000 +0.103027343750 +0.030273437500 +-0.081542968750 +0.124023437500 +0.081542968750 +-0.083984375000 +-0.008666992188 +-0.062500000000 +-0.109863281250 +-0.117675781250 +0.063476562500 +0.000709533691 +0.084960937500 +0.127929687500 +0.025878906250 +-0.096679687500 +0.089355468750 +-0.134765625000 +0.022338867188 +0.015136718750 +0.018798828125 +0.064941406250 +0.041015625000 +-0.041503906250 +-0.082519531250 +0.051757812500 +-0.003646850586 +0.035644531250 +0.121093750000 +0.050537109375 +-0.279296875000 +-0.122558593750 +-0.082031250000 +0.056640625000 +0.028076171875 +0.041015625000 +0.139648437500 +-0.026489257812 +-0.005004882812 +0.029663085938 +0.057617187500 +-0.091308593750 +-0.220703125000 +0.186523437500 +0.027099609375 +-0.003158569336 +-0.102050781250 +-0.151367187500 +0.155273437500 +-0.024902343750 +0.032958984375 +0.075195312500 +-0.079101562500 +0.100585937500 +-0.035644531250 +0.068359375000 +0.098632812500 +-0.072265625000 +0.228515625000 +-0.010009765625 +-0.081542968750 +-0.084960937500 +-0.144531250000 +0.083984375000 +-0.166992187500 +-0.126953125000 +0.015991210938 +0.001937866211 +-0.030883789062 +-0.053955078125 +0.032714843750 +-0.064453125000 +-0.067382812500 +0.020141601562 +0.127929687500 +-0.057861328125 +-0.036132812500 +0.051513671875 +-0.173828125000 +0.033691406250 +0.102050781250 +0.089843750000 +-0.011535644531 +0.107421875000 +-0.034667968750 +-0.109375000000 +-0.101562500000 +0.030639648438 +0.000087261200 +0.041992187500 +-0.044677734375 +0.137695312500 +-0.080566406250 +-0.144531250000 +0.057617187500 +-0.058837890625 +0.100097656250 +-0.014587402344 +0.137695312500 +-0.138671875000 +-0.024169921875 +-0.014892578125 +0.039794921875 +-0.017700195312 +0.017822265625 +-0.087402343750 +-0.086425781250 +0.032226562500 +0.151367187500 +-0.044189453125 +0.040527343750 +-0.201171875000 +-0.233398437500 +0.150390625000 +-0.086914062500 +0.030151367188 +-0.153320312500 +0.036865234375 +0.022583007812 +-0.054199218750 +0.129882812500 +0.153320312500 +-0.054687500000 +0.001571655273 +0.105468750000 +0.021118164062 +0.113769531250 +-0.152343750000 +-0.052490234375 +-0.103027343750 +0.031005859375 +-0.116210937500 +-0.125976562500 +-0.128906250000 +0.058349609375 +-0.139648437500 +0.086914062500 +-0.037841796875 +-0.109375000000 +0.007629394531 +-0.046630859375 +-0.080078125000 +-0.085449218750 +0.041015625000 +0.239257812500 +0.106445312500 +0.194335937500 +0.038574218750 +0.018188476562 +0.088867187500 +-0.241210937500 +0.089355468750 +-0.116210937500 +0.024414062500 +0.023681640625 +0.147460937500 +-0.007934570312 +0.019165039062 +-0.030151367188 +-0.117675781250 +0.128906250000 +0.101074218750 +-0.000766754150 +-0.088867187500 +0.141601562500 +-0.020019531250 +0.082519531250 +0.049804687500 +-0.064941406250 +-0.028442382812 +0.158203125000 +0.006286621094 +0.121582031250 +-0.031982421875 +0.180664062500 +0.015441894531 +-0.000016927719 +0.020751953125 +0.105468750000 +0.047363281250 +-0.000356674194 +-0.192382812500 +0.059570312500 +0.083984375000 +0.081054687500 +-0.012084960938 +-0.037841796875 +-0.014770507812 +0.017211914062 +-0.051269531250 +0.020263671875 +-0.100097656250 +0.079589843750 +0.058837890625 +0.041503906250 +-0.030151367188 +0.022216796875 +-0.068359375000 +-0.151367187500 +-0.021484375000 +0.010009765625 +-0.263671875000 +-0.070800781250 +-0.009765625000 +-0.157226562500 +-0.057373046875 +0.143554687500 +0.001312255859 +-0.071289062500 +0.035888671875 +0.002990722656 +-0.105468750000 +-0.063964843750 +0.140625000000 +-0.187500000000 +0.157226562500 +-0.066894531250 +0.017944335938 +0.119140625000 +0.143554687500 +-0.028808593750 +0.007476806641 +0.075683593750 +-0.041503906250 +0.038574218750 +0.093750000000 +-0.162109375000 +-0.160156250000 +0.027465820312 +0.052734375000 +-0.000507354736 +-0.107421875000 +-0.123046875000 +0.021118164062 +0.089843750000 +-0.057617187500 +0.047363281250 +-0.032714843750 +-0.024536132812 +0.177734375000 +0.027221679688 +-0.104980468750 +-0.084472656250 +-0.032470703125 +0.140625000000 +0.038085937500 +0.120605468750 +0.002410888672 +-0.122558593750 +-0.038574218750 +0.104980468750 +0.035888671875 +0.000823974609 +-0.328125000000 +-0.023193359375 +0.083496093750 +0.016967773438 +-0.092773437500 +0.028808593750 +-0.106445312500 +-0.129882812500 +-0.015991210938 +-0.130859375000 +0.000140190125 +-0.073730468750 +-0.058593750000 +0.007232666016 +-0.040771484375 +-0.023315429688 +0.000629425049 +0.052978515625 +0.026733398438 +0.031982421875 +0.076660156250 +-0.050292968750 +-0.112304687500 +-0.020141601562 +0.000854492188 +-0.043945312500 +-0.164062500000 +0.034912109375 +-0.097656250000 +-0.105957031250 +-0.149414062500 +0.081054687500 +0.041503906250 +-0.058837890625 +-0.067871093750 +-0.017456054688 +0.031127929688 +-0.019287109375 +0.136718750000 +-0.028320312500 +-0.119628906250 +0.159179687500 +-0.093261718750 +-0.099121093750 +-0.032958984375 +0.074707031250 +0.036865234375 +0.077148437500 +-0.182617187500 +-0.098632812500 +-0.071289062500 +-0.065917968750 +0.077636718750 +0.012329101562 +0.068847656250 +-0.021728515625 +-0.106445312500 +0.008239746094 +0.186523437500 +0.114746093750 +0.136718750000 +-0.185546875000 +0.060546875000 +0.130859375000 +-0.028198242188 +-0.054931640625 +0.324218750000 +0.088378906250 +-0.074218750000 +-0.061279296875 +-0.074218750000 +-0.044677734375 +0.102050781250 +-0.073242187500 +-0.060058593750 +-0.233398437500 +0.112792968750 +-0.064453125000 +-0.001800537109 +-0.075683593750 +-0.007507324219 +0.044677734375 +-0.038818359375 +-0.168945312500 +0.009704589844 +-0.003799438477 +-0.035400390625 +0.034667968750 +-0.023681640625 +0.018432617188 +0.080078125000 +-0.078613281250 +0.023315429688 +0.130859375000 +-0.126953125000 +0.005462646484 +-0.083496093750 +-0.167968750000 +0.314453125000 +-0.033935546875 +-0.088378906250 +-0.041015625000 +0.016845703125 +0.025634765625 +-0.105957031250 +-0.130859375000 +0.013916015625 +-0.063964843750 +-0.065429687500 +-0.063476562500 +0.103515625000 +0.149414062500 +0.020263671875 +-0.049316406250 +0.001312255859 +0.021362304688 +-0.006042480469 +0.057128906250 +0.058593750000 +0.109375000000 +-0.016845703125 +-0.072265625000 +-0.026611328125 +-0.087402343750 +-0.055419921875 +0.027465820312 +-0.140625000000 +0.179687500000 +0.048339843750 +-0.016967773438 +-0.103515625000 +0.077148437500 +0.034912109375 +-0.142578125000 +-0.118652343750 +-0.098144531250 +0.088867187500 +0.011291503906 +0.074218750000 +-0.081542968750 +-0.017456054688 +-0.059570312500 +0.107421875000 +0.016845703125 +-0.053955078125 +0.079101562500 +-0.026245117188 +-0.056640625000 +-0.073730468750 +0.005981445312 +-0.016845703125 +-0.045166015625 +-0.078613281250 +0.053710937500 +-0.065429687500 +0.062255859375 +-0.118164062500 +0.118652343750 +-0.055664062500 +-0.138671875000 +0.111816406250 +0.031250000000 +-0.097167968750 +-0.068359375000 +-0.054443359375 +-0.006774902344 +-0.107421875000 +0.087890625000 +0.052001953125 +-0.008850097656 +0.088378906250 +-0.007202148438 +-0.072265625000 +0.122558593750 +0.037353515625 +-0.034912109375 +0.031738281250 +-0.041259765625 +0.054687500000 +0.043701171875 +0.062500000000 +-0.138671875000 +0.067871093750 +-0.073730468750 +-0.046630859375 +0.064941406250 +0.099609375000 +0.037841796875 +-0.032958984375 +-0.047119140625 +-0.156250000000 +0.183593750000 +0.014221191406 +-0.166015625000 +-0.071777343750 +-0.071777343750 +0.018676757812 +-0.178710937500 +0.180664062500 +-0.001724243164 +-0.118652343750 +-0.159179687500 +0.143554687500 +0.171875000000 +-0.081054687500 +-0.047363281250 +-0.251953125000 +-0.010375976562 +-0.084960937500 +-0.069335937500 +0.004547119141 +-0.129882812500 +0.102539062500 +-0.004180908203 +0.025024414062 +0.051269531250 +-0.189453125000 +0.208007812500 +0.045166015625 +0.018310546875 +0.030395507812 +0.146484375000 +0.012023925781 +-0.062500000000 +0.186523437500 +0.068847656250 +0.019653320312 +0.018676757812 +-0.047363281250 +-0.046630859375 +0.092285156250 +0.052246093750 +0.098632812500 +-0.072753906250 +-0.005432128906 +-0.015319824219 +0.058105468750 +-0.135742187500 +-0.029418945312 +-0.068847656250 +0.009948730469 +-0.114746093750 +-0.077636718750 +0.083984375000 +-0.088378906250 +-0.010314941406 +0.170898437500 +-0.031127929688 +-0.150390625000 +-0.014648437500 +-0.116210937500 +-0.037109375000 +0.034912109375 +-0.029418945312 +-0.227539062500 +0.005859375000 +0.069824218750 +0.106933593750 +0.135742187500 +0.040527343750 +-0.204101562500 +0.153320312500 +0.054199218750 +-0.105957031250 +0.112304687500 +0.085937500000 +0.039062500000 +0.062500000000 +-0.171875000000 +-0.330078125000 +-0.054443359375 +-0.148437500000 +0.015625000000 +0.028198242188 +-0.063476562500 +-0.124023437500 +-0.135742187500 +-0.011230468750 +0.203125000000 +0.013244628906 +-0.068359375000 +-0.213867187500 +-0.046875000000 +-0.019042968750 +0.034179687500 +0.095703125000 +-0.140625000000 +-0.161132812500 +0.026489257812 +-0.030273437500 +0.060302734375 +-0.071777343750 +0.026611328125 +0.110351562500 +-0.159179687500 +0.103515625000 +0.063476562500 +-0.079589843750 +-0.149414062500 +0.042968750000 +-0.032226562500 +0.042968750000 +0.053466796875 +-0.061279296875 +0.000881195068 +0.096679687500 +-0.135742187500 +-0.037109375000 +-0.042968750000 +0.007171630859 +-0.120117187500 +0.065429687500 +0.025146484375 +-0.121093750000 +0.040039062500 +0.066894531250 +-0.107421875000 +-0.156250000000 +0.099609375000 +0.046142578125 +-0.033691406250 +-0.008789062500 +0.114746093750 +-0.207031250000 +0.027587890625 +-0.045410156250 +-0.041992187500 +-0.084960937500 +0.137695312500 +-0.090332031250 +-0.031250000000 +0.012207031250 +0.074707031250 +0.072265625000 +0.015502929688 +-0.016601562500 +-0.094238281250 +0.039306640625 +0.112792968750 +-0.071777343750 +0.037597656250 +0.022338867188 +0.218750000000 +-0.094726562500 +-0.083007812500 +-0.093261718750 +-0.069335937500 +-0.084960937500 +0.010437011719 +-0.045898437500 +-0.144531250000 +0.025024414062 +0.091308593750 +-0.018554687500 +0.076171875000 +-0.020507812500 +-0.006561279297 +-0.205078125000 +-0.032958984375 +-0.101562500000 +0.030517578125 +0.143554687500 +-0.128906250000 +0.112792968750 +0.042480468750 +-0.167968750000 +0.001411437988 +-0.017456054688 +0.096191406250 +-0.102539062500 +0.141601562500 +-0.036376953125 +0.117675781250 +0.104492187500 +-0.165039062500 +-0.125000000000 +0.053222656250 +-0.140625000000 +0.128906250000 +0.045410156250 +0.077636718750 +-0.017944335938 +-0.124023437500 +-0.064453125000 +0.038085937500 +0.038818359375 +-0.088867187500 +0.092773437500 +0.186523437500 +-0.093750000000 +0.029663085938 +0.075195312500 +-0.032226562500 +-0.031982421875 +0.035888671875 +-0.186523437500 +-0.007293701172 +0.025512695312 +0.125976562500 +0.006561279297 +0.051757812500 +-0.103515625000 +0.069824218750 +-0.133789062500 +0.033447265625 +-0.030517578125 +0.045898437500 +0.001510620117 +-0.062988281250 +0.041748046875 +0.055175781250 +-0.087890625000 +-0.060546875000 +0.241210937500 +-0.005187988281 +-0.068359375000 +0.160156250000 +0.116210937500 +-0.000576019287 +-0.153320312500 +-0.125000000000 +0.035400390625 +-0.040039062500 +0.061035156250 +-0.117675781250 +0.054443359375 +0.161132812500 +-0.098144531250 +0.083984375000 +0.104980468750 +-0.003692626953 +-0.085937500000 +0.014282226562 +-0.152343750000 +0.114746093750 +0.184570312500 +0.025390625000 +0.086914062500 +-0.047851562500 +0.094726562500 +-0.000410079956 +-0.001083374023 +-0.217773437500 +-0.043457031250 +-0.023071289062 +-0.027709960938 +0.075195312500 +0.022216796875 +-0.011169433594 +0.080078125000 +0.038330078125 +0.123046875000 +0.146484375000 +0.015380859375 +-0.029541015625 +-0.069335937500 +0.121093750000 +-0.025878906250 +-0.013183593750 +0.144531250000 +0.056152343750 +0.068847656250 +0.028198242188 +-0.108886718750 +0.037597656250 +0.064453125000 +-0.034667968750 +0.245117187500 +-0.041748046875 +-0.161132812500 +-0.199218750000 +-0.019653320312 +-0.117675781250 +0.015991210938 +-0.024414062500 +0.069335937500 +0.165039062500 +-0.116210937500 +0.009338378906 +0.015014648438 +0.086425781250 +-0.123535156250 +0.028686523438 +0.109375000000 +0.157226562500 +-0.375000000000 +0.078613281250 +-0.004486083984 +-0.048583984375 +0.015380859375 +0.197265625000 +0.018066406250 +-0.003784179688 +0.100097656250 +-0.014709472656 +0.014953613281 +0.089355468750 +0.085937500000 +-0.042968750000 +0.117675781250 +-0.016601562500 +0.070800781250 +-0.048583984375 +0.001815795898 +-0.083984375000 +-0.072753906250 +-0.204101562500 +-0.060791015625 +-0.102539062500 +-0.043457031250 +-0.052490234375 +-0.139648437500 +-0.163085937500 +0.103515625000 +-0.051757812500 +-0.053466796875 +-0.054199218750 +0.013305664062 +0.105468750000 +-0.095214843750 +-0.031127929688 +-0.207031250000 +-0.020507812500 +0.018310546875 +-0.050048828125 +-0.130859375000 +0.046875000000 +-0.075683593750 +-0.082519531250 +0.104980468750 +0.056152343750 +-0.144531250000 +-0.222656250000 +-0.077148437500 +-0.021484375000 +-0.038085937500 +-0.062255859375 +-0.064453125000 +-0.045898437500 +0.078125000000 +-0.043701171875 +-0.045898437500 +0.111328125000 +0.035156250000 +-0.269531250000 +-0.031738281250 +0.082519531250 +-0.165039062500 +-0.095214843750 +-0.052978515625 +-0.035156250000 +0.011047363281 +-0.133789062500 +-0.112792968750 +0.030639648438 +-0.060302734375 +-0.002456665039 +0.126953125000 +-0.065917968750 +0.090332031250 +0.010498046875 +0.051757812500 +0.124511718750 +0.042236328125 +-0.195312500000 +-0.013000488281 +0.076171875000 +0.068359375000 +0.119628906250 +0.124023437500 +-0.040771484375 +0.076660156250 +-0.039306640625 +-0.084960937500 +0.041259765625 +0.161132812500 +-0.040039062500 +0.126953125000 +-0.175781250000 +-0.044433593750 +0.076171875000 +-0.010986328125 +0.068847656250 +-0.175781250000 +0.005126953125 +0.026733398438 +0.110351562500 +0.125976562500 +-0.036132812500 +0.117187500000 +0.031005859375 +0.045654296875 +-0.137695312500 +0.062011718750 +-0.218750000000 +0.023437500000 +0.028808593750 +0.121582031250 +0.009704589844 +-0.084472656250 +-0.017456054688 +-0.082519531250 +0.020141601562 +-0.052734375000 +-0.020019531250 +-0.065917968750 +-0.154296875000 +-0.097656250000 +0.042724609375 +0.067871093750 +0.097656250000 +0.114257812500 +-0.055664062500 +0.063964843750 +0.073242187500 +-0.392578125000 +-0.037109375000 +-0.075683593750 +0.009582519531 +0.036865234375 +-0.017700195312 +0.038330078125 +-0.018066406250 +-0.005523681641 +-0.022827148438 +0.124023437500 +-0.015869140625 +-0.042724609375 +0.075683593750 +-0.052246093750 +-0.064453125000 +-0.049560546875 +-0.039062500000 +-0.052734375000 +-0.053955078125 +0.003601074219 +0.123535156250 +0.025634765625 +0.082519531250 +0.063476562500 +0.137695312500 +0.204101562500 +0.092285156250 +-0.097167968750 +0.097656250000 +0.065429687500 +0.034912109375 +-0.022460937500 +0.050537109375 +0.120117187500 +-0.031127929688 +0.010070800781 +-0.012207031250 +0.072753906250 +-0.157226562500 +-0.010498046875 +0.020141601562 +0.024536132812 +-0.061767578125 +-0.310546875000 +-0.059570312500 +-0.019165039062 +0.052246093750 +0.021850585938 +-0.007019042969 +-0.173828125000 +-0.103027343750 +-0.015563964844 +0.082519531250 +-0.089843750000 +-0.078613281250 +-0.048828125000 +0.177734375000 +0.134765625000 +-0.078125000000 +-0.036621093750 +-0.052490234375 +0.053710937500 +-0.014404296875 +-0.016235351562 +0.033203125000 +0.055175781250 +-0.026245117188 +0.027221679688 +0.116210937500 +-0.193359375000 +-0.007568359375 +0.100097656250 +0.048583984375 +0.103027343750 +-0.051757812500 +-0.138671875000 +-0.027587890625 +0.129882812500 +0.026123046875 +-0.065429687500 +-0.091796875000 +0.075683593750 +0.052978515625 +-0.067382812500 +0.122070312500 +0.110839843750 +-0.099609375000 +0.017700195312 +0.063476562500 +0.072753906250 +-0.009338378906 +0.005340576172 +0.074707031250 +-0.019409179688 +-0.124511718750 +-0.071289062500 +-0.188476562500 +0.033203125000 +-0.099121093750 +0.103027343750 +0.087890625000 +-0.096191406250 +0.039306640625 +0.167968750000 +-0.018432617188 +-0.062988281250 +0.128906250000 +-0.055908203125 +0.100097656250 +-0.054687500000 +0.318359375000 +-0.180664062500 +-0.162109375000 +-0.128906250000 +0.049804687500 +-0.005187988281 +-0.091796875000 +0.052734375000 +0.023681640625 +0.140625000000 +-0.222656250000 +0.031494140625 +0.098632812500 +-0.005645751953 +0.159179687500 +-0.108398437500 +-0.091796875000 +-0.120117187500 +-0.015258789062 +0.125000000000 +0.237304687500 +-0.061035156250 +0.094726562500 +-0.024658203125 +-0.007263183594 +0.096191406250 +0.013916015625 +-0.114746093750 +-0.041992187500 +-0.041748046875 +0.249023437500 +-0.019897460938 +0.023315429688 +-0.101562500000 +0.065917968750 +-0.157226562500 +-0.058349609375 +0.034912109375 +0.240234375000 +-0.250000000000 +-0.202148437500 +0.011718750000 +-0.112792968750 +-0.050781250000 +0.131835937500 +0.022705078125 +0.033447265625 +-0.026611328125 +0.069824218750 +-0.045166015625 +-0.030151367188 +-0.022583007812 +0.104003906250 +0.027099609375 +-0.012817382812 +0.001373291016 +0.047851562500 +-0.009704589844 +0.018920898438 +-0.141601562500 +-0.056152343750 +-0.011535644531 +0.033447265625 +0.043945312500 +0.054687500000 +0.062500000000 +-0.160156250000 +0.050781250000 +0.063476562500 +0.130859375000 +-0.011413574219 +-0.146484375000 +-0.142578125000 +0.156250000000 +-0.173828125000 +-0.043212890625 +0.005065917969 +0.046630859375 +-0.047119140625 +-0.106445312500 +-0.052246093750 +0.040527343750 +0.178710937500 +-0.083007812500 +-0.057617187500 +0.071289062500 +-0.065917968750 +-0.010986328125 +0.052490234375 +-0.072265625000 +0.011169433594 +-0.034912109375 +-0.069335937500 +-0.019165039062 +0.193359375000 +-0.013977050781 +-0.018554687500 +-0.127929687500 +0.049560546875 +-0.126953125000 +-0.029296875000 +-0.091308593750 +-0.095214843750 +0.065917968750 +0.024169921875 +-0.059082031250 +0.086425781250 +0.002487182617 +-0.062988281250 +-0.011108398438 +0.048828125000 +0.049560546875 +-0.002822875977 +-0.111816406250 +-0.040283203125 +-0.127929687500 +-0.038330078125 +-0.018920898438 +0.083007812500 +0.047851562500 +0.122558593750 +-0.049316406250 +-0.041015625000 +0.018066406250 +-0.031494140625 +-0.026611328125 +0.009826660156 +0.026000976562 +-0.201171875000 +-0.079101562500 +0.023681640625 +0.020751953125 +0.004241943359 +-0.136718750000 +0.124023437500 +0.023071289062 +0.011474609375 +0.127929687500 +-0.102050781250 +-0.055664062500 +-0.025878906250 +-0.045898437500 +-0.189453125000 +0.015625000000 +0.028076171875 +-0.173828125000 +0.116210937500 +-0.105468750000 +-0.086914062500 +-0.013366699219 +-0.166015625000 +0.024414062500 +0.016113281250 +0.056152343750 +-0.054443359375 +-0.115722656250 +0.138671875000 +0.230468750000 +0.073242187500 +0.137695312500 +-0.191406250000 +0.088867187500 +-0.005126953125 +0.171875000000 +0.053955078125 +0.076660156250 +0.004425048828 +-0.121093750000 +-0.199218750000 +-0.057128906250 +0.040039062500 +0.028442382812 +-0.056152343750 +-0.034179687500 +-0.044921875000 +-0.049316406250 +-0.070800781250 +-0.037597656250 +0.046142578125 +0.086914062500 +-0.064941406250 +0.098144531250 +-0.065917968750 +0.051513671875 +0.119140625000 +-0.157226562500 +0.050292968750 +-0.039062500000 +0.011535644531 +0.123535156250 +-0.069335937500 +-0.110839843750 +-0.070312500000 +-0.048828125000 +-0.109375000000 +0.058349609375 +0.041503906250 +0.077636718750 +0.072265625000 +-0.031738281250 +-0.088867187500 +0.083496093750 +0.115722656250 +0.005096435547 +0.027343750000 +0.215820312500 +-0.078125000000 +-0.061767578125 +-0.074707031250 +0.031982421875 +-0.033447265625 +-0.012817382812 +-0.021606445312 +-0.108886718750 +0.142578125000 +-0.111816406250 +0.046142578125 +0.063964843750 +0.130859375000 +-0.022460937500 +0.070312500000 +-0.081054687500 +-0.136718750000 +0.014099121094 +0.013183593750 +0.041259765625 +0.022949218750 +0.084960937500 +-0.151367187500 +0.163085937500 +-0.115234375000 +-0.080078125000 +-0.076171875000 +-0.105468750000 +-0.024291992188 +-0.052246093750 +-0.065917968750 +0.051757812500 +0.038818359375 +-0.131835937500 +0.113281250000 +-0.050537109375 +0.028686523438 +0.047363281250 +0.081542968750 +0.030151367188 +-0.015258789062 +0.072753906250 +-0.010986328125 +-0.197265625000 +-0.064941406250 +0.080078125000 +0.049804687500 +0.049072265625 +-0.050781250000 +0.023559570312 +0.078125000000 +-0.121582031250 +-0.071289062500 +-0.142578125000 +0.159179687500 +0.067871093750 +0.048095703125 +0.102539062500 +-0.081542968750 +-0.003326416016 +0.038574218750 +-0.079101562500 +-0.032226562500 +-0.048339843750 +-0.117675781250 +-0.063964843750 +-0.094726562500 +-0.033935546875 +-0.012084960938 +-0.041503906250 +-0.098632812500 +-0.091796875000 +-0.044189453125 +0.010925292969 +0.030029296875 +-0.086425781250 +0.154296875000 +-0.251953125000 +-0.060302734375 +-0.106445312500 +0.056640625000 +-0.049316406250 +0.033935546875 +-0.179687500000 +0.118164062500 +-0.054443359375 +0.021606445312 +0.110351562500 +0.049316406250 +0.094238281250 +0.129882812500 +-0.039794921875 +-0.054443359375 +-0.035156250000 +-0.078125000000 +0.073730468750 +-0.100097656250 +-0.037109375000 +0.037353515625 +-0.186523437500 +-0.040039062500 +0.037109375000 +0.071289062500 +0.029541015625 +-0.139648437500 +-0.085449218750 +-0.009460449219 +-0.003128051758 +0.059082031250 +-0.104492187500 +-0.094238281250 +-0.002868652344 +0.050537109375 +-0.078125000000 +0.131835937500 +-0.136718750000 +0.018066406250 +0.011230468750 +0.061523437500 +0.166015625000 +0.003799438477 +-0.047607421875 +-0.218750000000 +0.019775390625 +-0.035888671875 +-0.025878906250 +-0.145507812500 +-0.022583007812 +-0.063964843750 +0.105957031250 +0.022094726562 +0.014587402344 +-0.025024414062 +-0.042480468750 +0.177734375000 +-0.062988281250 +0.041259765625 +-0.131835937500 +-0.001029968262 +-0.353515625000 +0.075683593750 +0.058593750000 +-0.117675781250 +0.080078125000 +-0.017944335938 +0.061279296875 +-0.054931640625 +-0.167968750000 +0.120117187500 +0.019287109375 +-0.025756835938 +0.004699707031 +-0.073730468750 +0.048828125000 +0.135742187500 +0.104980468750 +0.049560546875 +0.009094238281 +-0.054931640625 +-0.140625000000 +-0.012329101562 +-0.153320312500 +-0.048828125000 +0.037841796875 +0.009826660156 +-0.005889892578 +0.183593750000 +0.054687500000 +0.059570312500 +-0.002700805664 +0.014648437500 +-0.098144531250 +0.096191406250 +0.084472656250 +0.056396484375 +-0.018676757812 +0.030273437500 +-0.046630859375 +0.021362304688 +0.004821777344 +0.018066406250 +0.015625000000 +-0.063964843750 +0.027221679688 +-0.009826660156 +0.035644531250 +0.042480468750 +-0.183593750000 +0.089843750000 +-0.009704589844 +0.018798828125 +-0.157226562500 +0.048095703125 +0.062011718750 +0.140625000000 +0.025146484375 +-0.127929687500 +0.077148437500 +-0.153320312500 +-0.015991210938 +-0.062255859375 +-0.149414062500 +-0.011718750000 +-0.029541015625 +-0.033935546875 +0.011230468750 +-0.225585937500 +0.157226562500 +0.017700195312 +-0.044921875000 +-0.072265625000 +-0.021728515625 +-0.133789062500 +-0.062500000000 +-0.060058593750 +0.062255859375 +-0.059326171875 +0.169921875000 +0.054443359375 +0.004394531250 +-0.245117187500 +0.004364013672 +0.114746093750 +0.029907226562 +0.212890625000 +-0.006652832031 +-0.132812500000 +0.056884765625 +0.062255859375 +0.035156250000 +0.032714843750 +-0.127929687500 +-0.019165039062 +-0.004455566406 +0.109863281250 +-0.153320312500 +-0.061279296875 +0.035644531250 +0.116699218750 +-0.212890625000 +-0.086914062500 +0.017944335938 +-0.020996093750 +0.253906250000 +0.216796875000 +-0.138671875000 +-0.181640625000 +0.050781250000 +0.064941406250 +-0.193359375000 +-0.046386718750 +0.071777343750 +0.140625000000 +-0.096191406250 +0.121582031250 +-0.067871093750 +-0.116210937500 +0.137695312500 +0.025634765625 +0.089843750000 +-0.083007812500 +0.116699218750 +-0.060302734375 +-0.075683593750 +0.053222656250 +-0.143554687500 +-0.103027343750 +0.078613281250 +0.289062500000 +0.098144531250 +0.022216796875 +0.110839843750 +-0.017456054688 +-0.155273437500 +-0.137695312500 +-0.017700195312 +-0.070312500000 +-0.073730468750 +-0.024536132812 +0.178710937500 +0.031494140625 +0.107421875000 +0.060302734375 +-0.277343750000 +-0.164062500000 +0.022094726562 +-0.085449218750 +0.320312500000 +0.016479492188 +-0.027587890625 +-0.151367187500 +-0.108398437500 +-0.018554687500 +-0.061767578125 +-0.169921875000 +-0.107910156250 +0.009521484375 +-0.000082015991 +-0.062011718750 +0.005737304688 +-0.071289062500 +0.112792968750 +0.040771484375 +-0.014404296875 +0.080566406250 +0.029907226562 +0.057128906250 +-0.138671875000 +-0.068847656250 +-0.080566406250 +-0.001945495605 +0.053955078125 +-0.247070312500 +0.143554687500 +0.002960205078 +-0.089355468750 +0.035644531250 +-0.176757812500 +-0.053222656250 +-0.126953125000 +-0.111328125000 +-0.099121093750 +-0.027709960938 +-0.200195312500 +0.038818359375 +0.065429687500 +-0.146484375000 +-0.058593750000 +-0.227539062500 +0.114746093750 +-0.056640625000 +0.002365112305 +-0.030395507812 +-0.087402343750 +0.030883789062 +-0.050781250000 +0.039306640625 +-0.052734375000 +-0.001037597656 +-0.125000000000 +-0.080566406250 +-0.054199218750 +-0.122558593750 +0.074218750000 +-0.050292968750 +0.213867187500 +-0.059326171875 +-0.083007812500 +-0.036621093750 +0.243164062500 +0.028198242188 +0.002853393555 +-0.104492187500 +0.016967773438 +-0.120117187500 +-0.021728515625 +0.028320312500 +0.088867187500 +-0.095703125000 +0.117187500000 +0.097167968750 +0.031250000000 +0.015319824219 +-0.064941406250 +-0.022460937500 +0.119140625000 +0.061767578125 +-0.091796875000 +0.048828125000 +-0.006652832031 +-0.106445312500 +-0.138671875000 +-0.022338867188 +-0.025024414062 +-0.076660156250 +0.105468750000 +0.182617187500 +-0.170898437500 +0.034179687500 +-0.055908203125 +-0.095214843750 +0.041259765625 +-0.067382812500 +0.198242187500 +0.076171875000 +-0.271484375000 +-0.200195312500 +0.095703125000 +-0.071289062500 +0.008728027344 +0.088378906250 +-0.032958984375 +0.093750000000 +0.110351562500 +0.085449218750 +0.160156250000 +0.001937866211 +-0.029785156250 +0.050048828125 +-0.003250122070 +0.106933593750 +0.190429687500 +0.035400390625 +0.060302734375 +0.013671875000 +-0.101562500000 +-0.205078125000 +-0.095703125000 +-0.085449218750 +-0.004302978516 +-0.106445312500 +-0.076171875000 +0.117187500000 +0.098144531250 +-0.019042968750 +-0.021728515625 +0.122558593750 +0.089355468750 +-0.246093750000 +0.027221679688 +-0.084960937500 +0.113281250000 +0.111328125000 +0.041015625000 +-0.058593750000 +0.034667968750 +-0.119628906250 +0.041503906250 +-0.033935546875 +-0.145507812500 +-0.031250000000 +0.162109375000 +-0.017578125000 +-0.157226562500 +-0.193359375000 +-0.046142578125 +-0.059082031250 +-0.011474609375 +-0.142578125000 +-0.163085937500 +-0.197265625000 +-0.050048828125 +-0.195312500000 +0.066406250000 +-0.102539062500 +0.079589843750 +-0.029174804688 +0.000291824341 +0.032714843750 +-0.066894531250 +-0.112304687500 +0.057617187500 +-0.123046875000 +-0.108886718750 +-0.074707031250 +0.093261718750 +-0.038818359375 +-0.030761718750 +-0.015991210938 +-0.023681640625 +-0.159179687500 +-0.096679687500 +-0.107910156250 +-0.062988281250 +0.020141601562 +-0.009521484375 +0.000149726868 +0.131835937500 +-0.046630859375 +0.034667968750 +0.192382812500 +-0.036865234375 +-0.048095703125 +-0.061279296875 +-0.099121093750 +-0.004089355469 +0.209960937500 +0.084472656250 +0.091308593750 +-0.057128906250 +0.019409179688 +0.104980468750 +-0.133789062500 +-0.184570312500 +0.184570312500 +-0.052246093750 +0.099121093750 +0.091796875000 +0.071777343750 +-0.083496093750 +-0.064453125000 +0.077636718750 +-0.026611328125 +0.146484375000 +0.079101562500 +0.227539062500 +0.097167968750 +0.102050781250 +0.115234375000 +-0.010192871094 +0.047851562500 +-0.075683593750 +-0.021484375000 +-0.000911712646 +-0.143554687500 +-0.128906250000 +0.208984375000 +0.037597656250 +0.173828125000 +-0.106445312500 +-0.104003906250 +0.098632812500 +-0.053466796875 +0.085937500000 +-0.006134033203 +-0.161132812500 +0.061767578125 +-0.015319824219 +0.069824218750 +0.070800781250 +0.031982421875 +0.190429687500 +0.070312500000 +-0.042236328125 +0.004760742188 +-0.077148437500 +0.026977539062 +0.074218750000 +0.137695312500 +0.116699218750 +0.145507812500 +-0.194335937500 +0.147460937500 +0.045898437500 +0.046875000000 +-0.076171875000 +-0.040039062500 +-0.071777343750 +0.008972167969 +-0.049804687500 +-0.070800781250 +-0.095703125000 +0.014160156250 +0.100097656250 +0.113281250000 +0.072753906250 +-0.259765625000 +0.098144531250 +-0.032714843750 +0.075683593750 +0.085449218750 +-0.075683593750 +-0.094238281250 +0.031738281250 +-0.072265625000 +-0.069335937500 +0.125976562500 +-0.102539062500 +-0.011840820312 +-0.007507324219 +-0.222656250000 +0.054199218750 +-0.013244628906 +0.104003906250 +0.090332031250 +-0.011291503906 +-0.003646850586 +0.024780273438 +-0.058593750000 +-0.101074218750 +-0.154296875000 +-0.047119140625 +0.180664062500 +-0.022094726562 +-0.043701171875 +-0.064453125000 +0.087402343750 +0.148437500000 +0.065917968750 +-0.050048828125 +-0.082519531250 +-0.076660156250 +0.012878417969 +-0.101562500000 +-0.109863281250 +-0.045166015625 +-0.050292968750 +-0.000968933105 +0.002227783203 +0.010742187500 +0.139648437500 +-0.050048828125 +-0.065917968750 +-0.049072265625 +-0.115234375000 +0.018066406250 +-0.049316406250 +0.107421875000 +0.003784179688 +0.026855468750 +0.009216308594 +0.070312500000 +0.170898437500 +-0.102050781250 +-0.048339843750 +0.108886718750 +-0.027221679688 +-0.091796875000 +-0.214843750000 +0.065429687500 +-0.031494140625 +0.151367187500 +0.044921875000 +0.011657714844 +0.102539062500 +0.071289062500 +-0.106445312500 +0.029418945312 +-0.013732910156 +-0.064941406250 +-0.070800781250 +0.003341674805 +-0.041259765625 +-0.056152343750 +-0.021362304688 +0.062988281250 +0.007049560547 +0.053710937500 +-0.106445312500 +-0.107421875000 +0.047363281250 +-0.070312500000 +-0.016967773438 +0.062988281250 +0.210937500000 +0.038085937500 +-0.027709960938 +0.143554687500 +0.055664062500 +-0.118164062500 +-0.069824218750 +-0.183593750000 +-0.116210937500 +0.153320312500 +0.037109375000 +-0.125976562500 +-0.018676757812 +0.032226562500 +-0.036376953125 +-0.091796875000 +0.053710937500 +0.113769531250 +-0.118652343750 +-0.062500000000 +-0.007293701172 +-0.015380859375 +-0.075683593750 +-0.084472656250 +0.033203125000 +0.043945312500 +0.031250000000 +-0.152343750000 +0.123535156250 +0.010864257812 +0.143554687500 +-0.094726562500 +0.292968750000 +-0.089355468750 +-0.039062500000 +-0.096679687500 +-0.019531250000 +-0.093750000000 +-0.191406250000 +0.020019531250 +-0.094726562500 +0.119628906250 +-0.092285156250 +-0.173828125000 +0.104003906250 +0.112792968750 +0.012939453125 +-0.069335937500 +0.082031250000 +-0.085449218750 +0.092285156250 +-0.075683593750 +-0.093261718750 +0.150390625000 +-0.085449218750 +0.005310058594 +-0.130859375000 +0.033935546875 +-0.098632812500 +-0.003021240234 +0.076660156250 +-0.117675781250 +0.011657714844 +-0.073242187500 +0.063476562500 +0.002563476562 +0.113281250000 +0.000088214874 +0.133789062500 +-0.043457031250 +0.011962890625 +-0.017822265625 +-0.148437500000 +-0.062500000000 +0.003799438477 +0.033691406250 +-0.080078125000 +-0.021118164062 +-0.053466796875 +-0.031250000000 +-0.073242187500 +0.055908203125 +0.066894531250 +0.108886718750 +0.091796875000 +-0.124511718750 +-0.220703125000 +0.070312500000 +0.120605468750 +0.034423828125 +0.050292968750 +-0.107910156250 +0.049072265625 +-0.074218750000 +-0.039550781250 +-0.089843750000 +0.029174804688 +0.119140625000 +0.057128906250 +0.011901855469 +0.130859375000 +-0.031982421875 +0.038085937500 +-0.028808593750 +0.039062500000 +-0.059082031250 +0.096679687500 +0.036132812500 +0.064453125000 +-0.152343750000 +0.105468750000 +-0.172851562500 +-0.031250000000 +0.111328125000 +0.130859375000 +-0.050781250000 +0.056640625000 +-0.116210937500 +0.041259765625 +-0.042236328125 +-0.056640625000 +-0.064453125000 +-0.106445312500 +0.093261718750 +-0.152343750000 +-0.020019531250 +-0.103027343750 +0.025878906250 +-0.045654296875 +0.109375000000 +-0.006286621094 +0.132812500000 +0.000816345215 +-0.092285156250 +-0.027465820312 +-0.078613281250 +-0.182617187500 +-0.026123046875 +-0.103027343750 +-0.097656250000 +-0.019042968750 +0.135742187500 +0.144531250000 +-0.139648437500 +-0.027832031250 +0.062500000000 +-0.099609375000 +-0.030273437500 +0.181640625000 +-0.023193359375 +0.080566406250 +0.053710937500 +0.170898437500 +0.097656250000 +-0.148437500000 +0.135742187500 +0.135742187500 +-0.023193359375 +0.020507812500 +0.166992187500 +0.014953613281 +-0.179687500000 +-0.136718750000 +-0.037109375000 +-0.098144531250 +-0.010498046875 +-0.007415771484 +-0.085449218750 +0.065429687500 +0.024414062500 +-0.008544921875 +-0.101562500000 +-0.143554687500 +-0.033691406250 +-0.052734375000 +0.038574218750 +-0.039062500000 +0.104003906250 +-0.048095703125 +-0.215820312500 +-0.076171875000 +0.094726562500 +-0.191406250000 +0.090820312500 +0.033691406250 +-0.006164550781 +0.158203125000 +-0.269531250000 +-0.021484375000 +0.008728027344 +0.127929687500 +0.069824218750 +-0.133789062500 +0.017822265625 +-0.027221679688 +0.112792968750 +0.028930664062 +-0.049560546875 +0.000778198242 +-0.155273437500 +-0.089355468750 +0.031494140625 +0.087890625000 +0.018554687500 +0.063964843750 +-0.154296875000 +0.017456054688 +-0.152343750000 +0.140625000000 +-0.107910156250 +0.166992187500 +-0.184570312500 +-0.011962890625 +0.024169921875 +0.094726562500 +0.031738281250 +0.075683593750 +0.052490234375 +-0.019653320312 +-0.095703125000 +-0.371093750000 +-0.015136718750 +0.105468750000 +0.092773437500 +-0.232421875000 +0.001655578613 +-0.002197265625 +-0.020629882812 +-0.069824218750 +-0.080078125000 +0.032714843750 +-0.072265625000 +0.237304687500 +-0.019042968750 +0.016235351562 +-0.035888671875 +-0.036865234375 +-0.134765625000 +-0.121582031250 +-0.119628906250 +0.041992187500 +0.042724609375 +-0.022583007812 +0.038330078125 +-0.001945495605 +0.102539062500 +0.096191406250 +0.227539062500 +0.071289062500 +0.054687500000 +0.077148437500 +-0.108398437500 +0.128906250000 +-0.029663085938 +0.010131835938 +-0.079101562500 +-0.118652343750 +0.114257812500 +0.038818359375 +-0.018676757812 +-0.038330078125 +-0.059814453125 +0.034179687500 +0.023925781250 +-0.102050781250 +-0.060791015625 +-0.000125885010 +-0.082519531250 +-0.009948730469 +-0.281250000000 +-0.195312500000 +0.096191406250 +-0.056152343750 +-0.061035156250 +-0.010498046875 +-0.001464843750 +0.135742187500 +-0.013916015625 +-0.102539062500 +-0.129882812500 +0.078125000000 +0.055664062500 +-0.077148437500 +-0.206054687500 +-0.066894531250 +0.026733398438 +0.151367187500 +-0.023315429688 +-0.171875000000 +0.007141113281 +0.139648437500 +-0.178710937500 +0.046875000000 +0.047851562500 +-0.006072998047 +-0.042968750000 +0.092773437500 +0.068847656250 +-0.059814453125 +0.085449218750 +-0.094726562500 +0.046875000000 +-0.024780273438 +0.236328125000 +0.016235351562 +-0.110351562500 +0.011657714844 +0.100585937500 +-0.054199218750 +-0.027954101562 +-0.007080078125 +-0.013854980469 +0.030151367188 +0.091796875000 +0.044433593750 +-0.035888671875 +-0.077148437500 +0.030029296875 +0.023315429688 +-0.000368118286 +0.092773437500 +-0.026123046875 +-0.076171875000 +-0.092773437500 +-0.241210937500 +0.040771484375 +0.031005859375 +0.144531250000 +-0.038085937500 +-0.115722656250 +-0.045410156250 +0.034667968750 +0.047607421875 +0.079589843750 +-0.049316406250 +0.006378173828 +-0.063964843750 +-0.031127929688 +0.037109375000 +-0.031005859375 +-0.052734375000 +-0.119140625000 +0.225585937500 +-0.033935546875 +0.010864257812 +-0.063476562500 +-0.013610839844 +0.253906250000 +0.061523437500 +0.033447265625 +-0.004486083984 +-0.060546875000 +0.039550781250 +-0.077148437500 +0.091308593750 +-0.241210937500 +-0.055419921875 +-0.077636718750 +0.018920898438 +-0.083007812500 +-0.164062500000 +-0.152343750000 +0.025390625000 +-0.037353515625 +-0.124511718750 +0.081054687500 +0.073242187500 +0.055419921875 +-0.016235351562 +0.081542968750 +-0.180664062500 +-0.112792968750 +-0.068359375000 +-0.045898437500 +-0.076171875000 +0.068359375000 +-0.156250000000 +0.008666992188 +0.018798828125 +0.257812500000 +0.043945312500 +0.032958984375 +-0.121093750000 +-0.050048828125 +-0.075195312500 +-0.188476562500 +0.002395629883 +0.163085937500 +-0.060058593750 +0.146484375000 +0.073242187500 +0.032958984375 +-0.011352539062 +-0.051757812500 +-0.054687500000 +-0.029052734375 +-0.003616333008 +0.131835937500 +0.048828125000 +-0.197265625000 +0.054931640625 +0.036376953125 +-0.156250000000 +-0.029052734375 +-0.086425781250 +-0.077148437500 +0.060546875000 +0.039794921875 +-0.032226562500 +0.183593750000 +0.026611328125 +-0.104003906250 +-0.138671875000 +0.151367187500 +0.053466796875 +0.283203125000 +-0.208007812500 +-0.103027343750 +0.122558593750 +0.029785156250 +0.067382812500 +-0.015563964844 +-0.200195312500 +0.086425781250 +-0.071289062500 +0.087402343750 +0.008789062500 +-0.038818359375 +-0.132812500000 +-0.047363281250 +-0.026245117188 +0.131835937500 +-0.075683593750 +0.038085937500 +0.003479003906 +-0.255859375000 +0.019653320312 +0.016113281250 +0.129882812500 +0.023803710938 +-0.091796875000 +-0.145507812500 +-0.081054687500 +-0.000534057617 +-0.056152343750 +0.082519531250 +0.011352539062 +-0.170898437500 +-0.030761718750 +-0.086425781250 +-0.269531250000 +0.028564453125 +-0.087402343750 +-0.045898437500 +0.141601562500 +0.034179687500 +-0.006835937500 +0.056152343750 +-0.096679687500 +0.017578125000 +-0.113281250000 +-0.020385742188 +0.060791015625 +0.108398437500 +0.087402343750 +-0.049316406250 +0.054931640625 +0.015991210938 +-0.092773437500 +0.054931640625 +-0.031250000000 +-0.115722656250 +0.269531250000 +-0.018188476562 +0.060546875000 +-0.018676757812 +-0.070312500000 +-0.083007812500 +0.002990722656 +-0.106933593750 +-0.038330078125 +0.229492187500 +-0.135742187500 +0.005798339844 +-0.087402343750 +0.031250000000 +-0.053710937500 +-0.041748046875 +-0.103515625000 +-0.028686523438 +0.059326171875 +-0.147460937500 +-0.125976562500 +-0.162109375000 +0.038574218750 +0.023803710938 +0.180664062500 +0.035644531250 +-0.006042480469 +-0.081054687500 +0.024169921875 +0.108398437500 +0.205078125000 +0.111328125000 +0.119628906250 +0.135742187500 +-0.010437011719 +0.253906250000 +-0.083007812500 +-0.001136779785 +-0.061035156250 +0.121093750000 +0.279296875000 +0.161132812500 +-0.047851562500 +0.072265625000 +-0.058105468750 +-0.053222656250 +0.097656250000 +0.011901855469 +-0.027221679688 +-0.096191406250 +-0.011718750000 +-0.141601562500 +0.011596679688 +-0.106933593750 +0.012207031250 +0.005401611328 +-0.056884765625 +-0.087402343750 +0.055908203125 +-0.146484375000 +-0.239257812500 +-0.101562500000 +-0.055175781250 +-0.134765625000 +0.198242187500 +0.013549804688 +0.053222656250 +0.011718750000 +0.153320312500 +-0.084960937500 +0.182617187500 +0.031982421875 +-0.028442382812 +-0.057128906250 +-0.076171875000 +0.065429687500 +0.184570312500 +0.058105468750 +0.081542968750 +-0.006561279297 +-0.038330078125 +-0.429687500000 +-0.016357421875 +-0.034423828125 +-0.108886718750 +0.066406250000 +-0.108886718750 +0.007263183594 +0.050537109375 +-0.086425781250 +0.067871093750 +0.056396484375 +0.027465820312 +0.031494140625 +-0.028442382812 +0.001243591309 +0.061767578125 +0.013793945312 +-0.134765625000 +-0.024047851562 +-0.195312500000 +0.033203125000 +0.015380859375 +0.056884765625 +-0.111328125000 +-0.068847656250 +0.021118164062 +0.019409179688 +-0.040771484375 +-0.002944946289 +0.027832031250 +0.088378906250 +0.030151367188 +-0.201171875000 +0.042724609375 +-0.095214843750 +0.040283203125 +-0.064941406250 +0.023803710938 +0.020874023438 +0.037353515625 +0.018066406250 +0.213867187500 +-0.054443359375 +0.009033203125 +0.004364013672 +0.210937500000 +-0.116699218750 +-0.093261718750 +0.087402343750 +-0.109375000000 +0.007629394531 +0.019775390625 +-0.136718750000 +-0.076660156250 +-0.121582031250 +-0.026977539062 +-0.057617187500 +0.094726562500 +0.017822265625 +0.004241943359 +-0.042236328125 +-0.075195312500 +-0.034667968750 +0.243164062500 +-0.196289062500 +0.069824218750 +0.059326171875 +0.067382812500 +0.078613281250 +-0.051757812500 +-0.020629882812 +-0.027221679688 +0.028808593750 +0.045654296875 +-0.002975463867 +0.017578125000 +0.056640625000 +-0.115722656250 +-0.049316406250 +0.102050781250 +0.083007812500 +0.104980468750 +0.146484375000 +-0.098144531250 +-0.073730468750 +-0.030517578125 +-0.022583007812 +-0.020751953125 +-0.010437011719 +-0.134765625000 +-0.235351562500 +0.101562500000 +-0.049072265625 +0.061767578125 +-0.287109375000 +-0.054199218750 +0.026123046875 +0.052246093750 +-0.103027343750 +-0.030639648438 +-0.034912109375 +-0.093750000000 +0.016113281250 +0.027099609375 +-0.137695312500 +-0.000104904175 +-0.025756835938 +0.049072265625 +0.058593750000 +-0.144531250000 +-0.118164062500 +-0.005615234375 +0.058837890625 +0.007019042969 +0.210937500000 +0.041015625000 +-0.056640625000 +0.052978515625 +0.108886718750 +-0.020263671875 +-0.019531250000 +-0.031738281250 +-0.115722656250 +0.043945312500 +-0.004425048828 +0.007080078125 +-0.091308593750 +0.063476562500 +-0.113769531250 +-0.124511718750 +0.086914062500 +0.003021240234 +-0.069335937500 +0.067871093750 +-0.011230468750 +-0.117675781250 +0.040039062500 +0.132812500000 +0.070800781250 +0.041748046875 +-0.134765625000 +0.076660156250 +-0.004241943359 +0.193359375000 +-0.064941406250 +-0.126953125000 +-0.044921875000 +-0.071289062500 +-0.024291992188 +-0.104980468750 +-0.071777343750 +-0.013061523438 +-0.211914062500 +0.103515625000 +-0.011291503906 +0.094726562500 +-0.006469726562 +-0.093261718750 +0.131835937500 +-0.021362304688 +0.183593750000 +-0.042724609375 +-0.020385742188 +0.016113281250 +0.137695312500 +-0.085937500000 +-0.029174804688 +0.085449218750 +0.215820312500 +-0.108398437500 +-0.164062500000 +0.038085937500 +-0.083007812500 +0.015014648438 +0.076171875000 +-0.112304687500 +0.183593750000 +-0.017944335938 +-0.055664062500 +-0.008483886719 +-0.066894531250 +-0.074218750000 +0.042968750000 +0.032470703125 +0.073730468750 +-0.042968750000 +0.117187500000 +0.135742187500 +-0.013183593750 +0.053466796875 +-0.065429687500 +0.075195312500 +-0.153320312500 +0.129882812500 +-0.104492187500 +0.059326171875 +0.079101562500 +-0.019165039062 +-0.114257812500 +-0.140625000000 +0.040771484375 +-0.167968750000 +0.004089355469 +0.056884765625 +-0.215820312500 +0.023437500000 +0.020874023438 +-0.021972656250 +0.007385253906 +0.163085937500 +0.033935546875 +-0.009521484375 +0.015991210938 +0.048828125000 +0.073730468750 +0.100097656250 +0.037841796875 +0.087890625000 +0.040771484375 +0.058837890625 +-0.044433593750 +0.128906250000 +-0.064941406250 +-0.041748046875 +0.221679687500 +-0.131835937500 +0.104003906250 +-0.159179687500 +0.020141601562 +0.003189086914 +-0.162109375000 +0.006469726562 +0.077148437500 +0.215820312500 +-0.060546875000 +-0.243164062500 +0.092285156250 +-0.001251220703 +0.099121093750 +-0.023071289062 +-0.071777343750 +0.086914062500 +-0.146484375000 +0.050781250000 +0.031494140625 +0.077636718750 +0.086914062500 +-0.034912109375 +-0.086914062500 +-0.092285156250 +-0.024291992188 +0.032470703125 +0.008666992188 +-0.068847656250 +-0.082519531250 +-0.024536132812 +-0.020141601562 +-0.027099609375 +-0.150390625000 +0.043945312500 +0.088378906250 +-0.079101562500 +-0.046386718750 +-0.019775390625 +0.118652343750 +0.081054687500 +-0.099121093750 +-0.000042200089 +0.035156250000 +0.043212890625 +0.028076171875 +-0.059082031250 +0.101562500000 +-0.205078125000 +-0.117187500000 +0.145507812500 +0.004913330078 +-0.073242187500 +-0.111328125000 +-0.125976562500 +0.024780273438 +-0.013244628906 +-0.084472656250 +0.001937866211 +-0.119628906250 +0.104492187500 +0.016845703125 +-0.018310546875 +-0.089355468750 +-0.145507812500 +-0.071777343750 +0.002868652344 +-0.068847656250 +-0.199218750000 +-0.096679687500 +-0.046142578125 +-0.010925292969 +-0.067382812500 +-0.178710937500 +0.095703125000 +0.078613281250 +0.009094238281 +0.047607421875 +-0.053710937500 +0.063964843750 +-0.072265625000 +0.023803710938 +-0.014953613281 +0.013427734375 +0.118652343750 +-0.173828125000 +-0.089355468750 +-0.088378906250 +0.125000000000 +-0.125976562500 +0.164062500000 +0.034912109375 +-0.004974365234 +0.026367187500 +0.077148437500 +-0.035888671875 +0.073730468750 +-0.026367187500 +0.136718750000 +0.030761718750 +-0.095703125000 +0.096191406250 +0.009643554688 +0.086914062500 +-0.105468750000 +0.105957031250 +-0.077636718750 +-0.172851562500 +0.057617187500 +0.092285156250 +-0.083007812500 +-0.086914062500 +-0.156250000000 +0.213867187500 +0.065429687500 +0.084472656250 +-0.154296875000 +0.061523437500 +0.016235351562 +0.107910156250 +0.059814453125 +-0.033691406250 +0.104003906250 +0.112304687500 +0.017822265625 +-0.039794921875 +-0.066406250000 +0.034179687500 +0.131835937500 +0.004028320312 +-0.008911132812 +-0.156250000000 +-0.115234375000 +0.001014709473 +0.131835937500 +-0.182617187500 +0.044189453125 +-0.025634765625 +-0.050292968750 +-0.238281250000 +-0.007598876953 +-0.053710937500 +-0.013427734375 +0.043945312500 +0.005401611328 +-0.004852294922 +0.034667968750 +-0.063964843750 +0.188476562500 +-0.039306640625 +-0.045654296875 +0.050048828125 +0.117675781250 +-0.047363281250 +0.099609375000 +-0.014831542969 +0.103027343750 +0.068847656250 +-0.198242187500 +0.123046875000 +0.055908203125 +-0.056152343750 +-0.024902343750 +-0.202148437500 +0.009094238281 +0.112792968750 +0.028442382812 +-0.033691406250 +0.112792968750 +-0.072753906250 +-0.005462646484 +0.047851562500 +-0.150390625000 +0.034912109375 +0.115234375000 +-0.039550781250 +-0.172851562500 +0.136718750000 +-0.115722656250 +-0.086914062500 +-0.169921875000 +0.068847656250 +-0.257812500000 +0.162109375000 +0.259765625000 +-0.084472656250 +-0.112792968750 +-0.098144531250 +-0.090820312500 +-0.104003906250 +0.082031250000 +0.068359375000 +0.003250122070 +-0.008666992188 +-0.029907226562 +0.001296997070 +0.032470703125 +-0.073730468750 +-0.080566406250 +-0.053710937500 +0.023559570312 +0.016235351562 +-0.007080078125 +-0.033691406250 +-0.122070312500 +0.083984375000 +-0.019042968750 +0.055419921875 +-0.044677734375 +0.073242187500 +0.178710937500 +0.199218750000 +0.132812500000 +0.242187500000 +-0.027587890625 +-0.035644531250 +0.092285156250 +-0.300781250000 +0.028198242188 +0.156250000000 +-0.019165039062 +-0.035644531250 +0.152343750000 +0.018066406250 +0.098632812500 +-0.060302734375 +-0.041992187500 +0.046630859375 +0.192382812500 +-0.032226562500 +-0.003234863281 +-0.125976562500 +0.003341674805 +0.043945312500 +0.154296875000 +-0.206054687500 +0.029785156250 +0.002746582031 +-0.043457031250 +0.069824218750 +-0.026977539062 +0.222656250000 +-0.169921875000 +0.089355468750 +0.040527343750 +-0.020019531250 +0.008544921875 +0.220703125000 +-0.188476562500 +0.022949218750 +0.013732910156 +0.011352539062 +-0.011230468750 +-0.083984375000 +-0.137695312500 +0.026489257812 +-0.186523437500 +-0.052978515625 +-0.204101562500 +-0.021118164062 +-0.128906250000 +-0.054199218750 +-0.045898437500 +0.017944335938 +0.088867187500 +0.006988525391 +0.015991210938 +-0.015563964844 +-0.067382812500 +0.199218750000 +-0.083984375000 +-0.039550781250 +0.041992187500 +0.075683593750 +-0.186523437500 +-0.040527343750 +0.093750000000 +0.062988281250 +0.010009765625 +0.017333984375 +-0.137695312500 +-0.127929687500 +-0.079589843750 +-0.043457031250 +0.073730468750 +0.090820312500 +0.117187500000 +0.235351562500 +-0.074218750000 +-0.091796875000 +0.134765625000 +-0.104980468750 +0.125976562500 +0.145507812500 +-0.021728515625 +-0.016967773438 +-0.027465820312 +0.064941406250 +0.080566406250 +-0.095703125000 +0.105957031250 +-0.038574218750 +-0.296875000000 +-0.070312500000 +0.080078125000 +0.004760742188 +-0.098632812500 +-0.022827148438 +0.049072265625 +0.034667968750 +-0.091796875000 +-0.166015625000 +0.149414062500 +-0.149414062500 +0.000128746033 +-0.049316406250 +-0.119628906250 +0.019409179688 +0.043945312500 +0.001640319824 +-0.175781250000 +0.160156250000 +0.011901855469 +-0.076171875000 +0.178710937500 +0.079101562500 +0.078613281250 +0.127929687500 +0.269531250000 +-0.187500000000 +-0.025512695312 +-0.218750000000 +-0.158203125000 +-0.031982421875 +-0.046875000000 +-0.031982421875 +-0.125976562500 +-0.122558593750 +-0.050292968750 +-0.087402343750 +0.003829956055 +-0.037353515625 +0.094726562500 +0.086425781250 +-0.081542968750 +0.125976562500 +0.096679687500 +-0.021972656250 +0.000652313232 +-0.055664062500 +0.132812500000 +0.111816406250 +0.051757812500 +-0.085449218750 +-0.326171875000 +0.003662109375 +0.012084960938 +0.059570312500 +0.073730468750 +0.060791015625 +-0.085937500000 +0.079589843750 +0.103027343750 +-0.144531250000 +-0.010925292969 +-0.038085937500 +-0.142578125000 +0.113769531250 +-0.104492187500 +0.027099609375 +-0.085937500000 +-0.054199218750 +-0.002059936523 +-0.082519531250 +-0.038330078125 +-0.038085937500 +0.088378906250 +-0.027343750000 +0.058837890625 +-0.091308593750 +0.002365112305 +-0.028076171875 +-0.131835937500 +-0.032226562500 +-0.016723632812 +0.104003906250 +0.189453125000 +-0.089355468750 +0.064941406250 +-0.041503906250 +-0.180664062500 +0.057617187500 +0.257812500000 +-0.006011962891 +0.204101562500 +-0.117187500000 +-0.086425781250 +0.051269531250 +-0.021850585938 +0.083984375000 +-0.164062500000 +-0.059326171875 +-0.125976562500 +0.093750000000 +0.010070800781 +0.015747070312 +-0.018676757812 +0.166992187500 +0.037353515625 +-0.121582031250 +0.109863281250 +0.110839843750 +-0.018310546875 +0.160156250000 +-0.138671875000 +-0.117675781250 +0.087402343750 +0.217773437500 +0.027465820312 +-0.117187500000 +-0.041503906250 +0.066406250000 +-0.027099609375 +0.025878906250 +-0.090820312500 +0.080078125000 +-0.135742187500 +0.243164062500 +0.083984375000 +-0.032226562500 +-0.065429687500 +-0.070800781250 +-0.126953125000 +-0.068847656250 +0.043457031250 +-0.089843750000 +0.110839843750 +-0.126953125000 +-0.180664062500 +0.048339843750 +-0.066406250000 +-0.001159667969 +0.042724609375 +-0.157226562500 +0.067871093750 +0.039062500000 +-0.049804687500 +-0.079101562500 +-0.020507812500 +0.020141601562 +-0.049560546875 +0.083984375000 +-0.040283203125 +-0.168945312500 +-0.011718750000 +-0.030273437500 +0.171875000000 +0.175781250000 +0.009948730469 +-0.025634765625 +0.084472656250 +-0.011535644531 +0.079589843750 +-0.036621093750 +0.077636718750 +0.056884765625 +0.020629882812 +-0.064453125000 +-0.099609375000 +0.040039062500 +-0.054199218750 +-0.139648437500 +-0.108398437500 +-0.138671875000 +-0.037597656250 +0.020874023438 +0.036865234375 +0.016235351562 +-0.157226562500 +-0.060058593750 +-0.043457031250 +0.004791259766 +-0.065917968750 +0.006317138672 +0.109375000000 +-0.161132812500 +0.055908203125 +-0.180664062500 +0.082519531250 +-0.043212890625 +-0.079101562500 +0.171875000000 +-0.022583007812 +-0.092285156250 +0.139648437500 +0.038085937500 +-0.044921875000 +-0.001686096191 +-0.003387451172 +-0.067382812500 +0.057128906250 +-0.000314712524 +-0.122558593750 +-0.101074218750 +-0.059814453125 +-0.158203125000 +0.046142578125 +0.039550781250 +-0.144531250000 +-0.088867187500 +0.127929687500 +0.022094726562 +0.107421875000 +-0.166015625000 +0.091308593750 +-0.035644531250 +0.162109375000 +-0.092773437500 +-0.059570312500 +0.101562500000 +-0.142578125000 +-0.076171875000 +-0.010803222656 +0.021240234375 +-0.052001953125 +-0.040039062500 +-0.037597656250 +-0.001022338867 +-0.052734375000 +-0.079101562500 +0.034667968750 +0.029663085938 +0.007171630859 +0.014465332031 +0.092773437500 +0.002822875977 +0.060546875000 +0.085937500000 +0.055908203125 +0.010253906250 +-0.041015625000 +-0.066894531250 +0.101074218750 +-0.197265625000 +0.039062500000 +0.082031250000 +0.104980468750 +0.050292968750 +0.061279296875 +-0.092773437500 +-0.119140625000 +0.012023925781 +-0.078613281250 +-0.001556396484 +-0.208984375000 +-0.184570312500 +-0.016479492188 +0.117187500000 +-0.050292968750 +0.055175781250 +0.079101562500 +0.148437500000 +0.059326171875 +0.098632812500 +-0.077148437500 +0.005615234375 +0.008422851562 +0.031494140625 +0.046386718750 +0.086914062500 +-0.002426147461 +0.052001953125 +-0.046875000000 +0.157226562500 +0.065917968750 +-0.076660156250 +-0.010375976562 +0.011596679688 +0.075195312500 +0.125000000000 +0.153320312500 +0.028198242188 +-0.095703125000 +-0.014282226562 +0.047119140625 +-0.026367187500 +-0.108886718750 +-0.108886718750 +-0.098632812500 +0.069335937500 +-0.063964843750 +0.048095703125 +-0.004119873047 +-0.087402343750 +-0.101562500000 +-0.007568359375 +0.058349609375 +-0.058593750000 +0.188476562500 +-0.000957489014 +0.199218750000 +-0.036376953125 +-0.008117675781 +0.233398437500 +0.088867187500 +0.074218750000 +-0.083496093750 +-0.081542968750 +0.049072265625 +0.174804687500 +0.072265625000 +-0.157226562500 +0.021240234375 +-0.002532958984 +-0.031494140625 +0.138671875000 +-0.039062500000 +-0.032958984375 +-0.169921875000 +0.046630859375 +-0.004760742188 +-0.050292968750 +-0.031738281250 +0.016601562500 +-0.009704589844 +0.014465332031 +-0.065429687500 +0.025756835938 +-0.020141601562 +-0.058837890625 +-0.104980468750 +-0.005706787109 +0.059082031250 +0.041748046875 +-0.000968933105 +-0.137695312500 +0.193359375000 +0.010314941406 +0.077148437500 +0.184570312500 +0.053710937500 +0.003723144531 +-0.017578125000 +-0.035400390625 +0.185546875000 +0.033691406250 +0.082031250000 +0.161132812500 +0.090820312500 +-0.022583007812 +-0.068847656250 +-0.130859375000 +-0.131835937500 +0.056884765625 +0.039062500000 +-0.015747070312 +-0.048583984375 +-0.108398437500 +0.166015625000 +0.020141601562 +-0.113281250000 +0.030517578125 +-0.149414062500 +-0.065917968750 +0.015319824219 +0.128906250000 +-0.076171875000 +-0.009155273438 +-0.014709472656 +-0.095703125000 +-0.004577636719 +-0.061279296875 +0.147460937500 +-0.055908203125 +-0.035888671875 +-0.184570312500 +0.054443359375 +-0.035888671875 +0.067382812500 +-0.052490234375 +0.108886718750 +0.186523437500 +-0.192382812500 +0.198242187500 +0.120117187500 +-0.063964843750 +0.013610839844 +0.053466796875 +0.009216308594 +-0.036621093750 +-0.001251220703 +0.084960937500 +0.029541015625 +0.028198242188 +-0.038330078125 +0.201171875000 +-0.022827148438 +-0.122558593750 +-0.184570312500 +0.067382812500 +0.121093750000 +0.070312500000 +0.143554687500 +-0.027709960938 +0.069824218750 +0.070800781250 +-0.140625000000 +-0.119140625000 +0.060791015625 +0.025146484375 +0.074707031250 +-0.166015625000 +-0.026733398438 +-0.038574218750 +-0.108398437500 +0.092285156250 +0.024169921875 +0.029174804688 +-0.214843750000 +0.002532958984 +-0.000522613525 +0.084960937500 +0.047851562500 +0.066894531250 +-0.025634765625 +0.335937500000 +-0.002868652344 +0.044189453125 +0.044677734375 +0.201171875000 +-0.123535156250 +-0.089355468750 +-0.247070312500 +0.103515625000 +-0.002395629883 +-0.126953125000 +-0.016357421875 +-0.030395507812 +0.076660156250 +0.103027343750 +0.000434875488 +0.053955078125 +-0.009765625000 +-0.246093750000 +-0.087890625000 +0.171875000000 +-0.025756835938 +0.010253906250 +-0.049072265625 +-0.008850097656 +-0.052734375000 +-0.174804687500 +-0.102050781250 +-0.057128906250 +-0.119140625000 +-0.044921875000 +0.139648437500 +0.029785156250 +-0.043701171875 +-0.099121093750 +-0.120605468750 +-0.149414062500 +0.105957031250 +0.120117187500 +-0.007781982422 +0.205078125000 +0.078613281250 +0.044677734375 +0.051513671875 +-0.045898437500 +0.071777343750 +0.110839843750 +-0.128906250000 +0.095214843750 +0.006591796875 +0.015441894531 +0.094726562500 +-0.055419921875 +-0.013427734375 +-0.112792968750 +0.109375000000 +0.032226562500 +-0.075195312500 +0.074218750000 +-0.080566406250 +0.324218750000 +-0.145507812500 +0.038818359375 +-0.067871093750 +0.047363281250 +0.059814453125 +0.050292968750 +0.210937500000 +0.285156250000 +-0.018310546875 +0.201171875000 +0.239257812500 +0.175781250000 +-0.015625000000 +0.181640625000 +0.092285156250 +0.109863281250 +0.105468750000 +-0.011474609375 +0.022949218750 +0.003280639648 +-0.531250000000 +-0.007873535156 +-0.002365112305 +0.079101562500 +-0.043212890625 +-0.053710937500 +-0.142578125000 +-0.120605468750 +0.102539062500 +0.084960937500 +0.259765625000 +0.049316406250 +-0.213867187500 +-0.006469726562 +-0.005310058594 +0.115722656250 +0.085937500000 +-0.102050781250 +-0.171875000000 +-0.093261718750 +0.011230468750 +-0.041503906250 +0.006134033203 +-0.032470703125 +0.009460449219 +-0.090332031250 +0.017578125000 +-0.084960937500 +0.032958984375 +0.030761718750 +0.160156250000 +-0.071777343750 +0.048339843750 +0.033935546875 +0.004058837891 +0.168945312500 +-0.000080585480 +0.134765625000 +-0.050781250000 +0.079589843750 +-0.040039062500 +0.149414062500 +-0.073730468750 +-0.046142578125 +-0.125976562500 +-0.031982421875 +0.046630859375 +-0.050292968750 +-0.281250000000 +-0.174804687500 +-0.166992187500 +-0.093261718750 +-0.079589843750 +-0.064453125000 +-0.056884765625 +-0.077148437500 +-0.012573242188 +-0.131835937500 +-0.068359375000 +0.037109375000 +0.060058593750 +-0.179687500000 +0.000122070312 +-0.121093750000 +-0.050537109375 +-0.033203125000 +-0.082519531250 +0.018188476562 +-0.015380859375 +-0.076171875000 +-0.040527343750 +-0.205078125000 +0.063476562500 +0.013549804688 +0.059814453125 +-0.107910156250 +-0.023071289062 +-0.029052734375 +0.052490234375 +0.077148437500 +0.011657714844 +-0.009094238281 +0.022216796875 +0.022338867188 +-0.149414062500 +-0.216796875000 +-0.125000000000 +-0.006591796875 +-0.093261718750 +0.095214843750 +-0.015747070312 +0.067382812500 +-0.248046875000 +0.065917968750 +-0.062988281250 +-0.034423828125 +-0.028930664062 +-0.129882812500 +0.022094726562 +0.026245117188 +-0.115722656250 +0.053710937500 +0.041992187500 +0.007354736328 +0.056152343750 +-0.416015625000 +0.021728515625 +-0.064453125000 +0.166015625000 +0.069824218750 +-0.041992187500 +-0.164062500000 +0.025512695312 +-0.051513671875 +-0.124023437500 +0.152343750000 +0.052246093750 +-0.083007812500 +0.096191406250 +-0.075195312500 +-0.045410156250 +0.024536132812 +-0.057617187500 +0.027465820312 +-0.136718750000 +0.162109375000 +-0.039306640625 +-0.075195312500 +-0.090332031250 +-0.014404296875 +-0.138671875000 +0.009094238281 +-0.016479492188 +-0.006469726562 +0.006408691406 +-0.047363281250 +0.064941406250 +0.000106811523 +-0.304687500000 +-0.208984375000 +0.084960937500 +0.113281250000 +-0.020629882812 +0.030151367188 +-0.039062500000 +-0.089355468750 +0.027709960938 +-0.102050781250 +-0.180664062500 +0.045654296875 +0.001754760742 +0.107421875000 +-0.136718750000 +0.051513671875 +-0.128906250000 +-0.028808593750 +0.059326171875 +-0.025268554688 +-0.068847656250 +0.064453125000 +0.197265625000 +-0.025146484375 +0.150390625000 +-0.040527343750 +0.026855468750 +-0.013122558594 +-0.021728515625 +-0.012268066406 +-0.147460937500 +0.045898437500 +-0.057373046875 +0.106933593750 +-0.017578125000 +0.020507812500 +-0.062011718750 +-0.386718750000 +-0.055908203125 +-0.096191406250 +-0.037353515625 +-0.153320312500 +0.079589843750 +-0.154296875000 +-0.035644531250 +-0.055908203125 +0.157226562500 +0.082519531250 +0.041259765625 +-0.023559570312 +0.041015625000 +-0.174804687500 +-0.058349609375 +-0.151367187500 +-0.080078125000 +-0.004791259766 +-0.008239746094 +0.027832031250 +0.102050781250 +-0.248046875000 +0.255859375000 +-0.000362396240 +-0.034667968750 +0.069824218750 +0.061767578125 +0.020996093750 +0.133789062500 +-0.040283203125 +-0.021484375000 +-0.128906250000 +0.061523437500 +-0.057128906250 +-0.083496093750 +-0.143554687500 +-0.136718750000 +0.041015625000 +0.207031250000 +-0.076171875000 +0.111816406250 +0.053222656250 +-0.031127929688 +-0.053710937500 +-0.190429687500 +-0.039306640625 +0.034423828125 +-0.199218750000 +-0.072753906250 +0.044433593750 +-0.034179687500 +0.027099609375 +-0.001701354980 +-0.008728027344 +-0.017578125000 +-0.245117187500 +0.065429687500 +0.191406250000 +0.125976562500 +-0.013305664062 +0.037841796875 +0.138671875000 +-0.123535156250 +-0.347656250000 +-0.155273437500 +0.010559082031 +-0.072265625000 +-0.108886718750 +-0.094238281250 +0.056396484375 +0.054443359375 +-0.027587890625 +-0.269531250000 +-0.118652343750 +-0.181640625000 +0.335937500000 +0.079101562500 +-0.069335937500 +0.025146484375 +0.031494140625 +0.051757812500 +0.009155273438 +0.034179687500 +-0.013305664062 +-0.098632812500 +0.269531250000 +-0.025268554688 +0.087890625000 +-0.014343261719 +0.038085937500 +-0.112304687500 +-0.074707031250 +-0.068847656250 +-0.008850097656 +-0.122558593750 +-0.092773437500 +-0.072753906250 +-0.062011718750 +-0.143554687500 +-0.027709960938 +0.038574218750 +0.030395507812 +0.177734375000 +-0.082031250000 +0.214843750000 +-0.079589843750 +0.287109375000 +-0.024047851562 +-0.122070312500 +-0.077148437500 +0.004425048828 +0.024780273438 +-0.049560546875 +0.142578125000 +-0.072753906250 +-0.051269531250 +-0.052978515625 +-0.011962890625 +0.112304687500 +0.133789062500 +-0.235351562500 +0.044189453125 +-0.023559570312 +-0.062988281250 +-0.010681152344 +0.096679687500 +-0.120117187500 +-0.005523681641 +0.035400390625 +-0.058593750000 +-0.139648437500 +-0.179687500000 +-0.037109375000 +0.099609375000 +-0.028808593750 +-0.028930664062 +0.099121093750 +-0.094726562500 +-0.028930664062 +-0.173828125000 +-0.040283203125 +0.023803710938 +-0.161132812500 +0.028320312500 +-0.016479492188 +0.113769531250 +-0.081542968750 +-0.068847656250 +-0.124511718750 +0.160156250000 +0.070800781250 +-0.165039062500 +-0.014831542969 +-0.105957031250 +0.098632812500 +0.035156250000 +0.235351562500 +0.125976562500 +-0.096191406250 +-0.013610839844 +0.046142578125 +-0.133789062500 +0.075195312500 +0.006072998047 +0.001388549805 +-0.131835937500 +0.136718750000 +-0.064941406250 +0.062988281250 +0.146484375000 +-0.085449218750 +-0.086914062500 +-0.076171875000 +0.069824218750 +-0.108886718750 +-0.040039062500 +0.037841796875 +0.090820312500 +-0.049316406250 +-0.052246093750 +0.014892578125 +0.125976562500 +0.169921875000 +-0.186523437500 +-0.050048828125 +-0.030761718750 +-0.056884765625 +0.078125000000 +-0.029785156250 +-0.103515625000 +-0.041015625000 +0.089843750000 +-0.044677734375 +0.194335937500 +-0.106445312500 +0.005493164062 +-0.145507812500 +-0.068359375000 +0.212890625000 +-0.009216308594 +-0.005645751953 +-0.124511718750 +-0.054443359375 +0.052978515625 +0.054687500000 +0.091796875000 +-0.045166015625 +0.016723632812 +0.011474609375 +0.060302734375 +-0.200195312500 +-0.070800781250 +0.040771484375 +0.154296875000 +-0.084960937500 +-0.047119140625 +0.203125000000 +-0.078125000000 +-0.029907226562 +0.075683593750 +-0.085937500000 +-0.030883789062 +0.007202148438 +-0.019775390625 +0.055419921875 +0.000595092773 +-0.132812500000 +0.118652343750 +0.113281250000 +-0.034912109375 +0.040771484375 +-0.041992187500 +0.187500000000 +0.043457031250 +0.011413574219 +-0.064453125000 +-0.052734375000 +0.100585937500 +0.042480468750 +-0.010253906250 +-0.023071289062 +-0.123046875000 +0.028930664062 +-0.076171875000 +0.098144531250 +0.011962890625 +-0.069824218750 +0.039550781250 +0.154296875000 +0.038085937500 +-0.170898437500 +0.105468750000 +-0.251953125000 +-0.024658203125 +-0.132812500000 +0.220703125000 +-0.045654296875 +-0.047851562500 +0.008544921875 +0.102050781250 +0.209960937500 +0.053955078125 +0.238281250000 +0.004943847656 +0.175781250000 +-0.016723632812 +-0.013732910156 +0.143554687500 +-0.097167968750 +-0.086914062500 +-0.063964843750 +-0.087402343750 +0.135742187500 +-0.036865234375 +0.022338867188 +0.023803710938 +-0.120117187500 +0.134765625000 +0.120605468750 +-0.023193359375 +0.016479492188 +0.063476562500 +-0.024780273438 +-0.185546875000 +0.061767578125 +-0.003479003906 +0.120605468750 +0.255859375000 +-0.050292968750 +0.036865234375 +-0.154296875000 +-0.140625000000 +-0.087402343750 +0.075195312500 +0.074218750000 +0.018676757812 +0.076660156250 +-0.016845703125 +0.052001953125 +0.129882812500 +0.170898437500 +0.029785156250 +0.023193359375 +-0.002990722656 +-0.002868652344 +0.097167968750 +-0.188476562500 +-0.208984375000 +0.156250000000 +0.085937500000 +-0.097167968750 +-0.078613281250 +-0.056640625000 +-0.073730468750 +0.087890625000 +0.096191406250 +-0.027587890625 +-0.005920410156 +-0.018066406250 +0.103515625000 +-0.008117675781 +0.033203125000 +0.057861328125 +-0.008911132812 +0.078613281250 +-0.003372192383 +0.009826660156 +0.032714843750 +0.174804687500 +0.075683593750 +-0.034179687500 +0.059814453125 +-0.028686523438 +-0.007354736328 +0.105468750000 +-0.001487731934 +0.137695312500 +0.140625000000 +-0.035400390625 +-0.010681152344 +-0.001525878906 +-0.145507812500 +-0.059082031250 +0.099609375000 +0.023193359375 +-0.058837890625 +-0.113281250000 +-0.023803710938 +0.064941406250 +0.120117187500 +0.250000000000 +0.013122558594 +0.125976562500 +0.125976562500 +-0.091308593750 +-0.047607421875 +0.052978515625 +0.263671875000 +-0.076171875000 +-0.015869140625 +-0.047363281250 +0.000885009766 +-0.134765625000 +0.087402343750 +-0.225585937500 +-0.113281250000 +-0.015747070312 +-0.024414062500 +-0.029418945312 +0.202148437500 +0.275390625000 +0.119628906250 +0.008789062500 +-0.078125000000 +0.070800781250 +-0.078125000000 +-0.001487731934 +-0.032226562500 +0.059326171875 +-0.057617187500 +0.043701171875 +0.010253906250 +0.112304687500 +0.079101562500 +-0.021484375000 +-0.007690429688 +-0.120117187500 +0.001190185547 +-0.001609802246 +0.044189453125 +-0.004852294922 +0.130859375000 +-0.090332031250 +-0.004150390625 +0.056884765625 +-0.059814453125 +-0.002288818359 +0.141601562500 +-0.029663085938 +0.160156250000 +-0.106933593750 +-0.079101562500 +0.038330078125 +0.170898437500 +0.032226562500 +-0.011047363281 +0.081054687500 +-0.030151367188 +0.033447265625 +0.015747070312 +0.138671875000 +-0.036865234375 +0.058349609375 +0.083496093750 +0.298828125000 +0.002899169922 +0.190429687500 +-0.049072265625 +-0.131835937500 +-0.104492187500 +0.233398437500 +0.019287109375 +0.034423828125 +0.029296875000 +-0.113281250000 +0.002456665039 +-0.030883789062 +-0.095214843750 +-0.074707031250 +-0.076660156250 +-0.074707031250 +-0.071777343750 +-0.051513671875 +0.240234375000 +0.023925781250 +0.312500000000 +-0.040039062500 +0.039550781250 +0.025390625000 +0.093261718750 +0.009704589844 +-0.158203125000 +0.069335937500 +0.004730224609 +0.102539062500 +0.012390136719 +0.092773437500 +0.006958007812 +0.009277343750 +-0.159179687500 +-0.085449218750 +-0.054199218750 +0.087402343750 +-0.001495361328 +0.086425781250 +0.108886718750 +0.005889892578 +-0.027099609375 +-0.031738281250 +-0.050781250000 +0.094238281250 +-0.028442382812 +0.149414062500 +0.073242187500 +0.017578125000 +-0.027465820312 +0.034667968750 +-0.001564025879 +0.011291503906 +0.084472656250 +0.066894531250 +-0.116210937500 +-0.110839843750 +0.031982421875 +0.095214843750 +-0.177734375000 +0.029785156250 +-0.112792968750 +-0.099121093750 +-0.014709472656 +-0.037353515625 +-0.251953125000 +0.077636718750 +0.084472656250 +-0.012573242188 +-0.019409179688 +0.034667968750 +0.057373046875 +0.083007812500 +0.009643554688 +-0.015197753906 +-0.109375000000 +-0.144531250000 +0.105957031250 +0.048583984375 +0.000976562500 +0.007232666016 +0.138671875000 +-0.212890625000 +0.087890625000 +0.010314941406 +-0.066894531250 +-0.076660156250 +0.049560546875 +-0.016479492188 +0.003067016602 +-0.075683593750 +-0.063964843750 +0.092773437500 +-0.044433593750 +-0.000125885010 +0.081054687500 +-0.061035156250 +0.017089843750 +-0.133789062500 +0.072753906250 +-0.039062500000 +-0.099609375000 +0.201171875000 +0.032714843750 +0.016479492188 +0.139648437500 +-0.012573242188 +-0.171875000000 +-0.218750000000 +0.069335937500 +0.023925781250 +-0.083496093750 +0.068847656250 +0.018676757812 +0.056152343750 +-0.053710937500 +-0.013671875000 +-0.025756835938 +-0.117675781250 +-0.135742187500 +0.089355468750 +-0.075683593750 +-0.015319824219 +-0.014892578125 +0.076660156250 +-0.126953125000 +0.048095703125 +-0.069824218750 +0.009521484375 +0.233398437500 +0.078125000000 +-0.049316406250 +-0.043457031250 +-0.062988281250 +-0.105957031250 +0.032226562500 +0.061035156250 +-0.010742187500 +-0.030273437500 +0.070800781250 +-0.033447265625 +-0.229492187500 +-0.023437500000 +-0.081542968750 +0.083496093750 +-0.142578125000 +-0.188476562500 +-0.014404296875 +-0.082519531250 +-0.098144531250 +-0.052001953125 +0.076171875000 +0.056640625000 +-0.164062500000 +0.133789062500 +0.214843750000 +-0.142578125000 +-0.057861328125 +0.005523681641 +0.099609375000 +0.184570312500 +-0.132812500000 +-0.040527343750 +-0.097167968750 +0.008728027344 +-0.091308593750 +0.079589843750 +0.014465332031 +-0.172851562500 +-0.008544921875 +0.045898437500 +-0.065917968750 +-0.202148437500 +-0.037841796875 +-0.156250000000 +0.024414062500 +-0.222656250000 +0.108398437500 +0.126953125000 +-0.163085937500 +-0.002609252930 +-0.029785156250 +0.159179687500 +0.103515625000 +-0.014282226562 +0.059326171875 +0.210937500000 +-0.021850585938 +-0.041015625000 +0.061035156250 +-0.088867187500 +0.038330078125 +0.057373046875 +0.188476562500 +-0.158203125000 +-0.104003906250 +-0.106445312500 +-0.020507812500 +-0.012634277344 +0.209960937500 +-0.092285156250 +0.054687500000 +-0.049072265625 +0.082031250000 +-0.114257812500 +-0.050781250000 +-0.052246093750 +-0.132812500000 +0.058837890625 +-0.099121093750 +-0.184570312500 +0.096191406250 +-0.137695312500 +-0.339843750000 +0.058837890625 +-0.083007812500 +0.026367187500 +0.004241943359 +-0.151367187500 +0.020385742188 +0.012634277344 +0.030273437500 +0.217773437500 +-0.138671875000 +0.113769531250 +-0.033203125000 +0.125000000000 +0.023681640625 +-0.059326171875 +0.023559570312 +0.057373046875 +0.015747070312 +-0.026611328125 +-0.118164062500 +0.004516601562 +0.059326171875 +-0.060791015625 +0.023681640625 +-0.021606445312 +-0.201171875000 +-0.023071289062 +-0.069824218750 +0.007598876953 +0.036865234375 +0.042236328125 +0.088378906250 +0.122558593750 +-0.030639648438 +-0.044921875000 +-0.127929687500 +-0.009887695312 +-0.408203125000 +0.186523437500 +-0.083496093750 +-0.078125000000 +0.075683593750 +-0.008056640625 +-0.005615234375 +-0.066406250000 +-0.060791015625 +-0.112792968750 +0.119140625000 +0.069335937500 +-0.062988281250 +0.044433593750 +0.103027343750 +-0.023437500000 +-0.076171875000 +0.044433593750 +0.017089843750 +0.101562500000 +0.115234375000 +-0.094238281250 +0.234375000000 +-0.109863281250 +0.032226562500 +0.074707031250 +0.116699218750 +0.115722656250 +0.028442382812 +0.080078125000 +-0.062011718750 +0.093750000000 +-0.031005859375 +0.099121093750 +-0.098632812500 +-0.110839843750 +-0.002456665039 +-0.106933593750 +-0.050781250000 +-0.039306640625 +0.062988281250 +-0.055664062500 +0.164062500000 +-0.158203125000 +0.031005859375 +-0.030273437500 +-0.158203125000 +-0.152343750000 +0.068359375000 +-0.178710937500 +-0.016845703125 +-0.189453125000 +-0.005310058594 +-0.076660156250 +-0.049072265625 +-0.031250000000 +0.159179687500 +-0.020751953125 +0.033691406250 +-0.022583007812 +0.003662109375 +-0.108886718750 +-0.164062500000 +0.058105468750 +-0.157226562500 +0.080566406250 +0.041992187500 +0.107910156250 +-0.017211914062 +0.099609375000 +-0.088378906250 +-0.019775390625 +-0.021362304688 +0.079101562500 +0.084472656250 +0.064941406250 +-0.078613281250 +-0.139648437500 +0.004913330078 +-0.099121093750 +0.025146484375 +-0.114746093750 +-0.203125000000 +-0.183593750000 +0.191406250000 +0.065429687500 +0.048828125000 +-0.035400390625 +0.000145912170 +0.271484375000 +-0.010498046875 +-0.057861328125 +-0.019042968750 +-0.080078125000 +-0.059570312500 +0.120117187500 +-0.144531250000 +0.063964843750 +-0.052978515625 +0.016723632812 +-0.183593750000 +-0.020751953125 +-0.003097534180 +-0.221679687500 +-0.067871093750 +0.027832031250 +0.068359375000 +0.064453125000 +-0.032226562500 +-0.255859375000 +-0.164062500000 +0.075683593750 +-0.025268554688 +0.083007812500 +-0.079589843750 +-0.126953125000 +-0.124511718750 +0.000690460205 +0.046630859375 +-0.143554687500 +0.115722656250 +-0.025756835938 +0.041015625000 +0.030029296875 +-0.122070312500 +-0.034423828125 +-0.038085937500 +-0.023559570312 +-0.016479492188 +0.049560546875 +0.063476562500 +-0.147460937500 +-0.096679687500 +-0.197265625000 +-0.082031250000 +0.129882812500 +-0.094726562500 +0.010131835938 +-0.015136718750 +0.108398437500 +-0.038085937500 +0.011291503906 +0.159179687500 +-0.071289062500 +0.200195312500 +-0.135742187500 +-0.094726562500 +-0.039062500000 +0.002014160156 +0.010131835938 +-0.001693725586 +-0.056396484375 +-0.176757812500 +0.027343750000 +-0.047119140625 +-0.160156250000 +-0.067382812500 +0.077636718750 +-0.053955078125 +-0.052978515625 +-0.013916015625 +-0.163085937500 +-0.024169921875 +0.037841796875 +0.009643554688 +-0.072265625000 +0.044677734375 +-0.135742187500 +0.004089355469 +0.300781250000 +0.004119873047 +-0.079101562500 +-0.006042480469 +0.209960937500 +-0.097167968750 +0.107421875000 +-0.033935546875 +-0.098632812500 +0.072753906250 +0.006347656250 +-0.026611328125 +-0.017700195312 +0.025390625000 +0.088378906250 +0.177734375000 +0.077636718750 +-0.230468750000 +-0.067871093750 +0.063476562500 +-0.069824218750 +-0.092285156250 +-0.173828125000 +-0.024291992188 +0.002792358398 +-0.196289062500 +0.103027343750 +-0.001342773438 +0.004852294922 +0.018920898438 +-0.050048828125 +-0.164062500000 +-0.067871093750 +0.056884765625 +-0.041015625000 +-0.033935546875 +-0.026977539062 +-0.055175781250 +-0.187500000000 +-0.163085937500 +0.008056640625 +-0.118652343750 +-0.106933593750 +0.074218750000 +-0.044921875000 +0.056884765625 +0.058593750000 +-0.131835937500 +-0.052734375000 +-0.047851562500 +0.043945312500 +0.092285156250 +-0.083007812500 +-0.031982421875 +-0.123046875000 +-0.048583984375 +-0.159179687500 +0.044677734375 +0.016723632812 +0.007080078125 +-0.118652343750 +0.118652343750 +-0.053955078125 +-0.015380859375 +-0.090820312500 +-0.008728027344 +-0.047363281250 +-0.042968750000 +-0.057617187500 +0.010925292969 +-0.002761840820 +0.060302734375 +-0.060546875000 +0.037841796875 +0.022094726562 +0.066894531250 +-0.014160156250 +-0.066406250000 +-0.143554687500 +0.024047851562 +-0.049804687500 +0.062988281250 +-0.083007812500 +-0.049560546875 +-0.046630859375 +-0.120117187500 +-0.060546875000 +0.132812500000 +-0.071777343750 +0.062011718750 +-0.080078125000 +-0.037841796875 +0.013854980469 +-0.255859375000 +0.168945312500 +0.019775390625 +0.063476562500 +-0.030517578125 +-0.081054687500 +-0.071289062500 +-0.101562500000 +0.171875000000 +0.016479492188 +0.047851562500 +0.117187500000 +0.055175781250 +-0.008422851562 +0.065429687500 +-0.015747070312 +0.033691406250 +-0.050781250000 +-0.109863281250 +-0.011596679688 +-0.065429687500 +-0.009094238281 +-0.022949218750 +0.071777343750 +-0.078613281250 +-0.066894531250 +0.163085937500 +-0.035644531250 +0.014648437500 +0.104980468750 +-0.070800781250 +0.012268066406 +0.070312500000 +-0.020996093750 +0.033447265625 +-0.211914062500 +-0.041748046875 +0.013061523438 +-0.300781250000 +0.163085937500 +0.079101562500 +-0.091796875000 +-0.125976562500 +-0.005462646484 +-0.083984375000 +-0.025390625000 +-0.020996093750 +-0.211914062500 +-0.048095703125 +-0.003967285156 +-0.055664062500 +-0.111328125000 +-0.097167968750 +0.060302734375 +-0.058837890625 +-0.112304687500 +-0.064941406250 +-0.007995605469 +0.206054687500 +0.066894531250 +-0.068359375000 +-0.084960937500 +0.030151367188 +0.125976562500 +-0.007690429688 +-0.068359375000 +0.015502929688 +0.003601074219 +0.078125000000 +0.141601562500 +0.050048828125 +0.069824218750 +0.236328125000 +0.070312500000 +-0.037353515625 +0.070312500000 +-0.085449218750 +0.001541137695 +-0.202148437500 +-0.149414062500 +-0.035400390625 +0.107910156250 +-0.132812500000 +-0.130859375000 +-0.127929687500 +-0.081054687500 +0.146484375000 +0.113769531250 +0.059814453125 +-0.089355468750 +0.092285156250 +-0.121582031250 +-0.037597656250 +0.014099121094 +-0.025878906250 +-0.166015625000 +0.067871093750 +-0.068847656250 +0.111816406250 +-0.071777343750 +-0.061523437500 +-0.128906250000 +-0.016235351562 +-0.053222656250 +-0.067382812500 +0.124023437500 +-0.018676757812 +-0.150390625000 +-0.062988281250 +-0.125000000000 +-0.357421875000 +0.065917968750 +-0.077636718750 +-0.095703125000 +-0.044189453125 +-0.011840820312 +-0.136718750000 +-0.127929687500 +-0.110839843750 +0.051269531250 +-0.009826660156 +-0.174804687500 +-0.121093750000 +-0.095703125000 +-0.091308593750 +0.003433227539 +-0.009216308594 +0.058837890625 +-0.134765625000 +0.185546875000 +0.104003906250 +-0.104980468750 +0.037353515625 +0.094238281250 +0.086425781250 +-0.100585937500 +-0.007171630859 +0.104492187500 +0.112304687500 +-0.073242187500 +-0.030639648438 +-0.359375000000 +-0.102050781250 +-0.011779785156 +-0.070312500000 +0.039306640625 +0.099609375000 +-0.126953125000 +-0.074218750000 +-0.063476562500 +-0.026489257812 +0.219726562500 +0.002593994141 +0.039550781250 +-0.104003906250 +0.051269531250 +-0.084960937500 +-0.028808593750 +0.033447265625 +0.140625000000 +-0.023681640625 +-0.058837890625 +-0.133789062500 +0.277343750000 +0.032958984375 +0.062255859375 +0.065917968750 +-0.064453125000 +-0.244140625000 +0.142578125000 +-0.008483886719 +-0.030639648438 +0.041503906250 +0.024414062500 +0.052246093750 +0.016479492188 +-0.023803710938 +0.007415771484 +0.015747070312 +0.029541015625 +-0.105468750000 +0.050537109375 +-0.024902343750 +0.226562500000 +0.035888671875 +0.079101562500 +-0.007934570312 +-0.281250000000 +0.036865234375 +0.141601562500 +-0.084960937500 +-0.238281250000 +-0.163085937500 +-0.015502929688 +-0.051513671875 +-0.001235961914 +-0.090332031250 +-0.137695312500 +-0.117675781250 +-0.337890625000 +-0.007934570312 +-0.010559082031 +0.037353515625 +-0.001167297363 +0.123046875000 +0.056884765625 +-0.029663085938 +0.077148437500 +0.083007812500 +-0.173828125000 +-0.187500000000 +0.046630859375 +-0.152343750000 +0.078125000000 +-0.140625000000 +-0.219726562500 +0.104492187500 +0.135742187500 +0.154296875000 +0.041503906250 +-0.034667968750 +0.013916015625 +0.018188476562 +-0.154296875000 +-0.055419921875 +-0.048583984375 +-0.042968750000 +0.002029418945 +-0.019287109375 +-0.015869140625 +-0.136718750000 +0.049072265625 +0.132812500000 +0.018432617188 +0.109375000000 +-0.087890625000 +-0.261718750000 +0.036621093750 +-0.022949218750 +0.150390625000 +-0.062500000000 +-0.116210937500 +0.040283203125 +-0.040039062500 +-0.118164062500 +0.100585937500 +-0.017333984375 +0.130859375000 +0.030151367188 +-0.045654296875 +-0.080078125000 +0.041748046875 +-0.019897460938 +-0.096191406250 +0.200195312500 +0.034912109375 +-0.084960937500 +0.004852294922 +0.097656250000 +-0.017700195312 +-0.149414062500 +-0.182617187500 +0.021606445312 +-0.098632812500 +0.001029968262 +0.053955078125 +0.076660156250 +-0.071289062500 +0.098144531250 +-0.103027343750 +0.037597656250 +-0.012634277344 +-0.116210937500 +0.043945312500 +0.010986328125 +0.003570556641 +0.255859375000 +-0.122070312500 +-0.026733398438 +0.045654296875 +0.146484375000 +0.007507324219 +0.045654296875 +-0.193359375000 +0.034912109375 +0.014343261719 +0.055175781250 +0.092773437500 +-0.048095703125 +-0.106933593750 +-0.048339843750 +-0.071777343750 +0.048583984375 +0.069824218750 +-0.000062942505 +-0.134765625000 +-0.136718750000 +0.016845703125 +0.108398437500 +0.179687500000 +0.047363281250 +0.033203125000 +-0.012207031250 +0.159179687500 +-0.146484375000 +-0.009948730469 +-0.003448486328 +-0.021118164062 +0.210937500000 +-0.051269531250 +-0.013183593750 +-0.232421875000 +0.081054687500 +0.030151367188 +-0.025390625000 +-0.018188476562 +0.035156250000 +0.137695312500 +-0.171875000000 +0.083984375000 +0.050048828125 +0.171875000000 +-0.046386718750 +0.053955078125 +0.003463745117 +0.153320312500 +-0.176757812500 +0.035400390625 +0.015319824219 +0.062255859375 +-0.058349609375 +0.236328125000 +-0.081054687500 +-0.055175781250 +-0.125976562500 +0.037353515625 +0.239257812500 +-0.059082031250 +-0.026611328125 +-0.085937500000 +0.149414062500 +-0.072265625000 +-0.075195312500 +0.077148437500 +-0.006652832031 +-0.138671875000 +0.037353515625 +-0.131835937500 +-0.121093750000 +-0.131835937500 +-0.120117187500 +0.004608154297 +-0.023925781250 +-0.060302734375 +0.111816406250 +-0.023803710938 +-0.010192871094 +-0.054199218750 +-0.068359375000 +0.099609375000 +0.023803710938 +-0.042968750000 +-0.174804687500 +0.075683593750 +-0.023925781250 +-0.011535644531 +-0.128906250000 +0.031738281250 +0.041259765625 +0.018432617188 +-0.028076171875 +-0.036865234375 +-0.277343750000 +-0.155273437500 +-0.217773437500 +-0.098632812500 +0.087402343750 +-0.048828125000 +-0.052734375000 +-0.265625000000 +-0.083007812500 +0.021484375000 +0.015869140625 +-0.109863281250 +-0.106445312500 +-0.177734375000 +0.104980468750 +0.007415771484 +-0.239257812500 +0.009216308594 +0.101562500000 +0.122558593750 +0.087890625000 +-0.141601562500 +-0.160156250000 +-0.010925292969 +0.068847656250 +0.138671875000 +0.308593750000 +0.002395629883 +-0.000885009766 +0.060546875000 +-0.167968750000 +0.007049560547 +0.130859375000 +0.050292968750 +-0.065917968750 +-0.015869140625 +-0.091308593750 +-0.017456054688 +-0.052246093750 +-0.023437500000 +-0.172851562500 +-0.070312500000 +0.110351562500 +-0.037353515625 +0.089355468750 +-0.259765625000 +-0.018920898438 +-0.040283203125 +0.023803710938 +-0.021118164062 +-0.166015625000 +-0.058593750000 +-0.196289062500 +0.126953125000 +-0.021484375000 +-0.004821777344 +0.078613281250 +0.073730468750 +0.005859375000 +-0.022094726562 +0.020629882812 +-0.205078125000 +0.157226562500 +-0.075683593750 +-0.212890625000 +-0.178710937500 +-0.041748046875 +-0.001098632812 +-0.002273559570 +-0.004089355469 +-0.183593750000 +0.022583007812 +0.098144531250 +-0.003677368164 +-0.081542968750 +0.028930664062 +-0.040283203125 +0.158203125000 +0.074707031250 +0.127929687500 +0.126953125000 +-0.053955078125 +0.060058593750 +-0.113769531250 +-0.162109375000 +-0.019287109375 +-0.106445312500 +-0.028320312500 +0.033203125000 +0.028686523438 +-0.052246093750 +-0.038818359375 +-0.166992187500 +0.178710937500 +-0.092285156250 +0.028442382812 +-0.058593750000 +0.012756347656 +0.005035400391 +-0.139648437500 +0.048583984375 +0.111816406250 +-0.066406250000 +0.003173828125 +-0.048095703125 +0.066406250000 +-0.062988281250 +-0.078613281250 +0.091308593750 +-0.071777343750 +0.044677734375 +0.011718750000 +-0.085937500000 +-0.210937500000 +0.148437500000 +0.145507812500 +-0.071289062500 +-0.076660156250 +0.032714843750 +-0.080078125000 +0.195312500000 +0.058837890625 +0.031982421875 +-0.046875000000 +-0.109863281250 +0.081054687500 +-0.026000976562 +0.021362304688 +-0.024414062500 +-0.057861328125 +0.009826660156 +0.033935546875 +0.075683593750 +0.109375000000 +-0.083007812500 +-0.042724609375 +-0.029785156250 +0.008056640625 +-0.066406250000 +-0.056640625000 +0.076171875000 +0.186523437500 +0.030883789062 +0.046875000000 +0.019287109375 +-0.065429687500 +0.049560546875 +-0.005493164062 +-0.048339843750 +-0.023925781250 +0.056884765625 +0.092773437500 +-0.109863281250 +0.171875000000 +0.028198242188 +-0.013183593750 +-0.016479492188 +-0.044433593750 +0.030273437500 +-0.013488769531 +-0.263671875000 +-0.045654296875 +0.023437500000 +-0.076171875000 +-0.006958007812 +-0.031738281250 +0.001953125000 +0.073730468750 +-0.129882812500 +0.058593750000 +-0.036376953125 +-0.235351562500 +0.129882812500 +-0.017333984375 +-0.118652343750 +0.000056505203 +-0.085937500000 +0.001510620117 +0.078613281250 +-0.021362304688 +0.113281250000 +-0.126953125000 +0.150390625000 +0.216796875000 +0.047363281250 +0.048828125000 +0.073730468750 +0.100585937500 +0.250000000000 +0.014343261719 +0.009704589844 +0.067871093750 +0.024291992188 +-0.008666992188 +-0.060058593750 +0.196289062500 +0.026000976562 +-0.160156250000 +0.030273437500 +0.017944335938 +0.004699707031 +-0.010437011719 +-0.008422851562 +-0.113769531250 +-0.074707031250 +-0.188476562500 +-0.069824218750 +-0.042724609375 +-0.063476562500 +-0.045898437500 +0.037597656250 +-0.098144531250 +-0.042480468750 +0.000413894653 +-0.097656250000 +0.357421875000 +-0.074707031250 +0.018920898438 +-0.105468750000 +-0.060791015625 +-0.015869140625 +0.065917968750 +0.156250000000 +-0.032958984375 +0.008117675781 +-0.162109375000 +-0.061523437500 +-0.132812500000 +-0.009948730469 +-0.152343750000 +-0.045410156250 +-0.002212524414 +0.087402343750 +-0.015319824219 +-0.017333984375 +-0.032226562500 +-0.065917968750 +0.069335937500 +-0.167968750000 +-0.238281250000 +0.166015625000 +0.166992187500 +-0.094726562500 +-0.016235351562 +0.055908203125 +-0.110839843750 +0.162109375000 +0.098632812500 +-0.078613281250 +0.010070800781 +0.075195312500 +0.017944335938 +-0.128906250000 +-0.136718750000 +-0.208007812500 +-0.109375000000 +0.001342773438 +-0.066894531250 +-0.071289062500 +-0.104980468750 +0.084472656250 +-0.133789062500 +0.067382812500 +0.112792968750 +0.064941406250 +0.090332031250 +-0.292968750000 +-0.069335937500 +0.119628906250 +0.017700195312 +-0.138671875000 +0.077148437500 +-0.133789062500 +-0.076171875000 +-0.027709960938 +-0.049316406250 +0.094238281250 +-0.029907226562 +-0.032714843750 +-0.008361816406 +-0.063476562500 +-0.127929687500 +0.041503906250 +0.010925292969 +0.040039062500 +0.042724609375 +-0.066406250000 +0.006286621094 +0.035888671875 +0.164062500000 +-0.063964843750 +0.009826660156 +-0.099121093750 +-0.063476562500 +0.125976562500 +-0.139648437500 +-0.018310546875 +-0.071289062500 +0.044921875000 +0.051513671875 +-0.136718750000 +0.113769531250 +-0.230468750000 +-0.074707031250 +0.137695312500 +0.061035156250 +0.061279296875 +0.035156250000 +-0.179687500000 +0.168945312500 +-0.068359375000 +-0.121093750000 +0.005310058594 +0.018310546875 +-0.088378906250 +0.183593750000 +0.018066406250 +-0.035400390625 +-0.047363281250 +0.024291992188 +0.000104904175 +-0.073242187500 +0.001022338867 +-0.151367187500 +-0.004486083984 +-0.130859375000 +-0.187500000000 +0.044921875000 +-0.038818359375 +0.023803710938 +-0.040283203125 +-0.072265625000 +-0.041992187500 +-0.087890625000 +0.007232666016 +-0.052978515625 +-0.022705078125 +-0.138671875000 +0.054443359375 +-0.042236328125 +-0.249023437500 +0.087402343750 +-0.081542968750 +-0.102539062500 +0.002075195312 +-0.057373046875 +0.050537109375 +-0.094726562500 +0.053710937500 +0.048828125000 +-0.049560546875 +0.051025390625 +0.057373046875 +-0.026977539062 +-0.039062500000 +0.077148437500 +-0.007751464844 +0.014953613281 +0.026977539062 +-0.050537109375 +-0.006011962891 +0.019042968750 +-0.101074218750 +-0.178710937500 +-0.029541015625 +-0.009338378906 +0.050048828125 +0.049560546875 +0.084960937500 +-0.189453125000 +0.039062500000 +-0.088867187500 +-0.113769531250 +-0.039550781250 +0.093750000000 +0.002151489258 +-0.016967773438 +-0.000130653381 +-0.038818359375 +-0.171875000000 +-0.118652343750 +0.166992187500 +0.050292968750 +-0.140625000000 +0.085937500000 +-0.098632812500 +-0.007537841797 +0.148437500000 +-0.091796875000 +0.001953125000 +0.032714843750 +-0.034423828125 +-0.120117187500 +0.107910156250 +-0.062988281250 +-0.094238281250 +-0.097656250000 +0.047119140625 +-0.060546875000 +0.095703125000 +0.099121093750 +-0.084960937500 +-0.048095703125 +0.016845703125 +-0.206054687500 +-0.062255859375 +0.105957031250 +-0.040283203125 +-0.006072998047 +0.197265625000 +0.007598876953 +0.067382812500 +0.019409179688 +0.067382812500 +-0.068847656250 +0.060791015625 +-0.076171875000 +-0.078125000000 +-0.032958984375 +-0.029296875000 +-0.088378906250 +0.006103515625 +-0.006164550781 +-0.005737304688 +-0.037109375000 +-0.121093750000 +0.053222656250 +0.141601562500 +-0.107421875000 +0.010742187500 +-0.024414062500 +-0.159179687500 +-0.220703125000 +-0.024658203125 +-0.207031250000 +0.464843750000 +-0.157226562500 +0.109375000000 +0.064941406250 +0.091796875000 +-0.063476562500 +-0.009399414062 +0.230468750000 +0.052734375000 +-0.005065917969 +0.044189453125 +-0.052490234375 +-0.050048828125 +0.137695312500 +-0.057373046875 +0.059570312500 +-0.027587890625 +-0.018066406250 +-0.114746093750 +-0.072265625000 +-0.046142578125 +0.021484375000 +-0.033691406250 +-0.010314941406 +0.066894531250 +0.066894531250 +0.021362304688 +-0.145507812500 +0.099609375000 +0.026489257812 +-0.251953125000 +0.070800781250 +-0.011413574219 +0.100097656250 +0.120117187500 +0.012756347656 +-0.013793945312 +-0.137695312500 +0.209960937500 +0.025390625000 +0.017700195312 +0.110839843750 +0.097656250000 +-0.114257812500 +-0.052978515625 +0.048583984375 +0.090332031250 +-0.042724609375 +0.022338867188 +-0.120117187500 +0.067871093750 +0.076171875000 +-0.074218750000 +0.069824218750 +0.231445312500 +0.164062500000 +0.133789062500 +-0.026000976562 +-0.189453125000 +-0.024902343750 +-0.135742187500 +0.039794921875 +-0.032958984375 +-0.153320312500 +0.103515625000 +-0.095214843750 +0.040527343750 +0.089843750000 +0.117187500000 +-0.034912109375 +-0.088378906250 +0.054931640625 +0.007873535156 +0.048339843750 +-0.085937500000 +-0.064453125000 +-0.184570312500 +0.289062500000 +0.060791015625 +-0.044921875000 +-0.044677734375 +-0.134765625000 +-0.034667968750 +0.279296875000 +0.121093750000 +-0.007232666016 +0.013305664062 +-0.026245117188 +-0.251953125000 +-0.167968750000 +-0.127929687500 +0.188476562500 +-0.081054687500 +0.128906250000 +0.007263183594 +0.180664062500 +0.129882812500 +0.122070312500 +0.042724609375 +0.012817382812 +0.164062500000 +0.048339843750 +-0.062011718750 +-0.224609375000 +-0.057617187500 +-0.090332031250 +0.110839843750 +0.017822265625 +-0.084472656250 +0.037841796875 +-0.096679687500 +0.028076171875 +-0.073730468750 +-0.021362304688 +-0.089355468750 +0.185546875000 +0.064453125000 +0.055664062500 +0.022460937500 +0.024169921875 +0.049316406250 +0.092773437500 +0.076171875000 +-0.177734375000 +-0.073242187500 +-0.058349609375 +0.170898437500 +-0.070800781250 +-0.039794921875 +-0.138671875000 +-0.022705078125 +-0.027343750000 +0.269531250000 +0.181640625000 +0.257812500000 +0.061767578125 +0.012390136719 +0.113281250000 +0.069335937500 +-0.014953613281 +0.039550781250 +-0.090820312500 +-0.133789062500 +-0.022583007812 +-0.025512695312 +-0.059814453125 +0.194335937500 +-0.010253906250 +-0.310546875000 +-0.083007812500 +0.080078125000 +-0.036621093750 +0.048583984375 +-0.257812500000 +0.083496093750 +-0.055664062500 +0.028564453125 +-0.197265625000 +0.084472656250 +0.056152343750 +0.004058837891 +0.000459671021 +-0.144531250000 +0.021606445312 +-0.014099121094 +-0.069335937500 +-0.097167968750 +-0.073242187500 +-0.126953125000 +0.055908203125 +-0.056152343750 +-0.061523437500 +-0.049316406250 +0.175781250000 +-0.027343750000 +-0.176757812500 +-0.160156250000 +-0.232421875000 +0.062500000000 +0.015136718750 +0.165039062500 +0.062988281250 +-0.107910156250 +-0.057617187500 +-0.046386718750 +0.031005859375 +-0.257812500000 +0.152343750000 +-0.126953125000 +0.053222656250 +0.116210937500 +-0.062255859375 +-0.088867187500 +-0.093750000000 +0.042480468750 +-0.097167968750 +0.035156250000 +-0.047851562500 +0.090332031250 +0.051025390625 +-0.095214843750 +-0.030029296875 +-0.045898437500 +0.138671875000 +0.032226562500 +-0.205078125000 +0.019775390625 +0.054199218750 +0.114746093750 +0.482421875000 +0.156250000000 +0.047607421875 +-0.113281250000 +0.071777343750 +0.063964843750 +-0.119140625000 +-0.117675781250 +-0.007171630859 +0.108398437500 +-0.148437500000 +0.081054687500 +-0.011962890625 +-0.113281250000 +-0.076171875000 +-0.018554687500 +-0.145507812500 +-0.056396484375 +0.008483886719 +-0.044921875000 +-0.209960937500 +0.135742187500 +-0.102050781250 +-0.008300781250 +0.083496093750 +0.089843750000 +0.082519531250 +-0.011230468750 +-0.023315429688 +0.127929687500 +-0.037841796875 +-0.101562500000 +-0.139648437500 +-0.005859375000 +-0.053466796875 +-0.063476562500 +-0.064941406250 +0.052246093750 +0.079101562500 +0.086425781250 +0.076171875000 +-0.098144531250 +-0.004608154297 +-0.030029296875 +0.069335937500 +-0.106445312500 +-0.186523437500 +-0.118164062500 +-0.023803710938 +0.216796875000 +-0.057617187500 +-0.052246093750 +0.028320312500 +-0.006042480469 +0.056396484375 +-0.142578125000 +-0.054199218750 +-0.011779785156 +0.168945312500 +0.151367187500 +-0.007812500000 +-0.060546875000 +-0.035400390625 +0.091308593750 +-0.107421875000 +-0.152343750000 +-0.156250000000 +0.062500000000 +0.012817382812 +-0.009765625000 +0.083496093750 +0.046630859375 +0.128906250000 +-0.059814453125 +-0.158203125000 +0.042480468750 +-0.152343750000 +-0.094238281250 +-0.050048828125 +0.052490234375 +-0.095214843750 +0.086425781250 +0.094238281250 +-0.265625000000 +0.048095703125 +-0.024902343750 +-0.026977539062 +-0.092285156250 +-0.061035156250 +-0.232421875000 +0.154296875000 +-0.143554687500 +-0.091796875000 +0.149414062500 +0.083984375000 +0.094238281250 +-0.167968750000 +-0.175781250000 +-0.019531250000 +0.139648437500 +0.135742187500 +-0.077636718750 +0.198242187500 +-0.267578125000 +-0.059570312500 +-0.151367187500 +0.189453125000 +0.005432128906 +-0.190429687500 +-0.119140625000 +0.008422851562 +0.064453125000 +-0.138671875000 +0.153320312500 +0.169921875000 +-0.019165039062 +-0.000560760498 +-0.050781250000 +-0.021606445312 +-0.012023925781 +0.190429687500 +0.063476562500 +0.186523437500 +-0.089843750000 +-0.060546875000 +0.023803710938 +-0.209960937500 +-0.222656250000 +-0.073730468750 +-0.004852294922 +0.017578125000 +-0.081542968750 +0.031250000000 +0.154296875000 +-0.204101562500 +0.022949218750 +-0.081542968750 +-0.216796875000 +-0.058593750000 +0.057861328125 +0.113769531250 +-0.057617187500 +-0.197265625000 +0.037597656250 +0.134765625000 +-0.038085937500 +0.017456054688 +-0.229492187500 +-0.031005859375 +0.071289062500 +0.048095703125 +0.034179687500 +-0.147460937500 +-0.033935546875 +-0.172851562500 +-0.029541015625 +-0.085937500000 +0.057128906250 +-0.009826660156 +-0.104980468750 +0.200195312500 +0.101074218750 +-0.035888671875 +-0.117187500000 +-0.242187500000 +-0.214843750000 +0.121582031250 +-0.095214843750 +0.054199218750 +0.106445312500 +-0.036376953125 +0.003738403320 +0.086914062500 +0.047607421875 +0.127929687500 +-0.283203125000 +-0.008361816406 +-0.040039062500 +-0.101074218750 +-0.010742187500 +-0.107421875000 +-0.047851562500 +-0.115722656250 +-0.071289062500 +-0.062011718750 +0.013000488281 +-0.003311157227 +-0.138671875000 +0.207031250000 +0.151367187500 +-0.109863281250 +-0.229492187500 +-0.116699218750 +0.053466796875 +0.012329101562 +-0.060058593750 +-0.119140625000 +0.016723632812 +0.002258300781 +-0.016235351562 +-0.125976562500 +-0.129882812500 +0.034667968750 +-0.001136779785 +-0.182617187500 +0.068847656250 +0.157226562500 +-0.116210937500 +0.099609375000 +-0.163085937500 +-0.010437011719 +0.118164062500 +0.027465820312 +0.103515625000 +-0.012145996094 +0.106933593750 +0.133789062500 +-0.209960937500 +-0.032958984375 +-0.035888671875 +-0.047119140625 +-0.046142578125 +-0.056152343750 +-0.138671875000 +-0.031982421875 +-0.050292968750 +-0.103027343750 +0.051269531250 +-0.139648437500 +0.145507812500 +-0.088378906250 +-0.131835937500 +-0.176757812500 +0.158203125000 +-0.019531250000 +0.089355468750 +-0.053955078125 +0.123535156250 +0.133789062500 +-0.353515625000 +-0.106445312500 +0.044921875000 +0.003555297852 +-0.049072265625 +0.009704589844 +0.068847656250 +-0.026489257812 +-0.002670288086 +0.004272460938 +0.054199218750 +0.132812500000 +0.068847656250 +0.083007812500 +-0.039550781250 +-0.024780273438 +-0.019653320312 +0.050537109375 +0.055664062500 +0.032958984375 +-0.164062500000 +0.158203125000 +-0.191406250000 +-0.052001953125 +0.105957031250 +0.134765625000 +0.071777343750 +-0.079589843750 +-0.125976562500 +0.102050781250 +-0.063476562500 +0.085937500000 +0.105468750000 +-0.013854980469 +0.001304626465 +-0.087890625000 +0.006652832031 +0.046875000000 +0.085449218750 +-0.056396484375 +-0.001449584961 +0.118652343750 +0.249023437500 +-0.279296875000 +-0.052001953125 +-0.118652343750 +-0.056152343750 +-0.014099121094 +0.182617187500 +-0.115234375000 +0.107421875000 +0.051269531250 +0.115234375000 +-0.156250000000 +-0.055175781250 +0.009460449219 +-0.190429687500 +0.068359375000 +-0.187500000000 +0.027099609375 +0.040771484375 +0.035156250000 +0.105957031250 +0.073730468750 +-0.131835937500 +0.000560760498 +-0.041259765625 +0.013610839844 +0.116210937500 +0.014160156250 +0.014709472656 +0.003631591797 +0.141601562500 +0.043212890625 +-0.097167968750 +-0.062500000000 +0.030883789062 +0.039062500000 +-0.070800781250 +-0.095214843750 +0.104980468750 +-0.081542968750 +0.052246093750 +0.058105468750 +-0.070312500000 +0.041015625000 +0.103027343750 +-0.193359375000 +-0.128906250000 +-0.027465820312 +0.171875000000 +-0.137695312500 +-0.010314941406 +-0.273437500000 +0.104492187500 +-0.059326171875 +-0.028686523438 +0.046875000000 +-0.030273437500 +0.028808593750 +0.026123046875 +-0.021484375000 +-0.021606445312 +-0.019897460938 +0.035400390625 +0.052246093750 +0.014221191406 +-0.052001953125 +-0.049560546875 +-0.078613281250 +0.004852294922 +0.027221679688 +0.174804687500 +0.091308593750 +0.059082031250 +0.100585937500 +0.036865234375 +0.019409179688 +0.032226562500 +-0.091308593750 +-0.091796875000 +-0.198242187500 +0.074218750000 +-0.029785156250 +0.012329101562 +0.122558593750 +-0.186523437500 +0.035888671875 +-0.015991210938 +0.108398437500 +0.056396484375 +-0.106933593750 +0.160156250000 +-0.111328125000 +-0.025268554688 +0.121093750000 +0.114746093750 +0.045898437500 +0.023803710938 +0.052978515625 +0.173828125000 +-0.084472656250 +-0.118164062500 +0.122558593750 +-0.089355468750 +-0.026855468750 +-0.271484375000 +-0.026489257812 +-0.014282226562 +-0.093750000000 +0.071289062500 +-0.066406250000 +-0.006347656250 +0.024780273438 +0.009033203125 +0.192382812500 +-0.224609375000 +-0.211914062500 +0.017700195312 +-0.148437500000 +0.113769531250 +-0.130859375000 +0.114257812500 +0.145507812500 +-0.056884765625 +0.046386718750 +-0.074707031250 +0.050292968750 +0.024780273438 +0.061767578125 +0.131835937500 +0.104492187500 +-0.007873535156 +-0.099609375000 +-0.060546875000 +0.147460937500 +0.053710937500 +0.019531250000 +0.010070800781 +-0.073730468750 +-0.059082031250 +-0.037597656250 +0.174804687500 +0.039062500000 +0.086914062500 +-0.001853942871 +-0.057617187500 +-0.079589843750 +0.124023437500 +0.059814453125 +-0.083984375000 +0.070312500000 +-0.105468750000 +-0.134765625000 +0.105957031250 +-0.004364013672 +-0.219726562500 +0.005828857422 +-0.057617187500 +0.038330078125 +0.070312500000 +0.040527343750 +0.026245117188 +0.089843750000 +0.109375000000 +0.125000000000 +-0.148437500000 +0.073730468750 +0.080078125000 +-0.048095703125 +-0.076171875000 +0.081542968750 +-0.086914062500 +0.165039062500 +0.188476562500 +0.024169921875 +-0.113769531250 +0.136718750000 +0.212890625000 +-0.175781250000 +-0.017578125000 +0.044433593750 +0.044921875000 +-0.059082031250 +-0.041259765625 +-0.053222656250 +0.051269531250 +0.041015625000 +0.033203125000 +-0.116699218750 +-0.006683349609 +-0.052490234375 +-0.129882812500 +0.091796875000 +0.102050781250 +-0.063476562500 +-0.121093750000 +-0.049804687500 +-0.095703125000 +0.124511718750 +-0.031738281250 +0.070312500000 +0.050537109375 +-0.061035156250 +-0.040527343750 +0.018798828125 +-0.107910156250 +0.008728027344 +-0.107910156250 +-0.059570312500 +-0.109863281250 +-0.006164550781 +0.093261718750 +-0.092285156250 +0.074707031250 +-0.019165039062 +0.017944335938 +0.034912109375 +-0.136718750000 +-0.030029296875 +0.150390625000 +-0.063964843750 +0.132812500000 +-0.042724609375 +0.026123046875 +0.063476562500 +0.130859375000 +0.101562500000 +0.143554687500 +-0.006927490234 +0.061523437500 +-0.039550781250 +0.005889892578 +-0.093261718750 +-0.030883789062 +0.088867187500 +0.194335937500 +0.005676269531 +0.065429687500 +0.033447265625 +-0.018310546875 +0.012023925781 +-0.166992187500 +0.031494140625 +-0.161132812500 +-0.208984375000 +0.006927490234 +0.081054687500 +-0.205078125000 +-0.114257812500 +-0.062011718750 +-0.110351562500 +0.058593750000 +-0.064941406250 +0.038330078125 +-0.110351562500 +-0.080078125000 +0.044921875000 +0.012512207031 +0.081054687500 +0.069824218750 +-0.148437500000 +-0.002182006836 +0.165039062500 +0.104003906250 +0.064453125000 +0.029663085938 +-0.084960937500 +0.140625000000 +0.046386718750 +0.105957031250 +-0.124023437500 +-0.129882812500 +-0.166992187500 +-0.054931640625 +0.016357421875 +-0.110839843750 +0.052734375000 +-0.085937500000 +0.051513671875 +0.024902343750 +0.082031250000 +-0.206054687500 +-0.108398437500 +-0.017578125000 +-0.028564453125 +-0.082519531250 +-0.060058593750 +-0.215820312500 +0.054931640625 +-0.065917968750 +-0.093261718750 +-0.041992187500 +0.073242187500 +-0.020141601562 +-0.000220298767 +-0.052246093750 +-0.117187500000 +0.147460937500 +-0.178710937500 +-0.102539062500 +0.068359375000 +-0.038330078125 +-0.127929687500 +-0.065917968750 +-0.196289062500 +0.021728515625 +-0.088378906250 +-0.086914062500 +0.061279296875 +-0.080078125000 +-0.091308593750 +-0.057128906250 +0.017089843750 +-0.120605468750 +-0.071777343750 +0.052246093750 +-0.143554687500 +-0.212890625000 +0.083496093750 +-0.064453125000 +0.064941406250 +0.246093750000 +-0.145507812500 +-0.082031250000 +-0.089843750000 +0.028930664062 +-0.102050781250 +-0.027099609375 +0.098144531250 +0.051025390625 +-0.177734375000 +-0.099609375000 +-0.121582031250 +0.120605468750 +0.059326171875 +-0.152343750000 +0.116210937500 +0.141601562500 +0.156250000000 +-0.015258789062 +-0.049316406250 +-0.143554687500 +-0.148437500000 +0.212890625000 +0.107910156250 +-0.035156250000 +0.013488769531 +0.052490234375 +-0.069335937500 +0.024658203125 +-0.113769531250 +0.006378173828 +-0.017211914062 +-0.032470703125 +-0.021240234375 +0.051513671875 +0.237304687500 +0.089355468750 +0.197265625000 +-0.096679687500 +0.047119140625 +-0.031127929688 +-0.036132812500 +0.046630859375 +-0.034912109375 +-0.047851562500 +0.056884765625 +0.104492187500 +0.166015625000 +0.126953125000 +-0.067382812500 +-0.092285156250 +0.065429687500 +-0.065917968750 +0.001434326172 +-0.022094726562 +-0.046875000000 +0.074218750000 +-0.109863281250 +0.102050781250 +0.020507812500 +-0.208007812500 +0.014587402344 +-0.032470703125 +-0.109375000000 +-0.257812500000 +0.019409179688 +0.047363281250 +-0.062500000000 +-0.212890625000 +0.061767578125 +-0.043212890625 +-0.083984375000 +-0.324218750000 +-0.007446289062 +0.015136718750 +0.127929687500 +0.160156250000 +-0.003631591797 +-0.148437500000 +-0.186523437500 +0.049560546875 +-0.402343750000 +-0.110351562500 +0.020874023438 +0.006042480469 +-0.045654296875 +0.037841796875 +-0.027099609375 +-0.163085937500 +-0.012023925781 +0.057128906250 +0.046875000000 +0.177734375000 +0.141601562500 +-0.011962890625 +-0.036621093750 +-0.090820312500 +-0.038574218750 +0.052001953125 +-0.096679687500 +0.090820312500 +-0.182617187500 +-0.065429687500 +0.100585937500 +0.020019531250 +-0.028930664062 +-0.086425781250 +0.022460937500 +0.032226562500 +0.134765625000 +0.091308593750 +0.057617187500 +-0.212890625000 +-0.082031250000 +-0.043701171875 +0.036376953125 +0.125976562500 +-0.028320312500 +0.019897460938 +0.004608154297 +-0.129882812500 +0.085449218750 +-0.090820312500 +-0.049804687500 +0.115234375000 +0.020996093750 +-0.059570312500 +0.138671875000 +-0.080078125000 +0.128906250000 +-0.056152343750 +-0.223632812500 +0.343750000000 +-0.071289062500 +-0.044189453125 +-0.198242187500 +-0.054687500000 +-0.002944946289 +-0.013488769531 +-0.109375000000 +0.101562500000 +-0.176757812500 +0.145507812500 +-0.148437500000 +0.333984375000 +-0.034667968750 +-0.085937500000 +-0.063964843750 +-0.098144531250 +-0.025634765625 +-0.200195312500 +-0.061767578125 +-0.008728027344 +-0.058349609375 +-0.181640625000 +-0.052978515625 +0.087890625000 +0.063964843750 +0.104980468750 +0.041015625000 +0.092285156250 +0.145507812500 +0.121582031250 +-0.209960937500 +-0.041259765625 +0.040283203125 +-0.029296875000 +-0.044677734375 +-0.094238281250 +0.188476562500 +0.046630859375 +0.050781250000 +0.316406250000 +0.133789062500 +-0.072265625000 +-0.200195312500 +0.197265625000 +-0.103515625000 +-0.031250000000 +0.015441894531 +0.170898437500 +0.036621093750 +-0.020019531250 +-0.022460937500 +-0.036132812500 +-0.054931640625 +-0.050048828125 +0.011169433594 +0.012390136719 +-0.041259765625 +-0.002716064453 +-0.031127929688 +-0.106933593750 +-0.016601562500 +-0.029418945312 +-0.030395507812 +0.012084960938 +-0.007476806641 +-0.410156250000 +0.152343750000 +-0.036621093750 +-0.149414062500 +-0.129882812500 +0.080078125000 +0.083496093750 +0.169921875000 +-0.016845703125 +0.097656250000 +0.273437500000 +-0.014282226562 +-0.045654296875 +-0.159179687500 +0.055908203125 +0.067382812500 +-0.178710937500 +0.126953125000 +-0.084960937500 +-0.118164062500 +0.010070800781 +0.147460937500 +0.009704589844 +0.112304687500 +0.086914062500 +-0.031982421875 +0.038330078125 +0.049804687500 +-0.044677734375 +0.055664062500 +0.054931640625 +-0.086425781250 +-0.125976562500 +0.000534057617 +-0.005126953125 +-0.000434875488 +-0.186523437500 +0.124023437500 +-0.084960937500 +0.214843750000 +0.009277343750 +0.109863281250 +-0.076660156250 +0.063964843750 +-0.094238281250 +-0.009216308594 +0.054931640625 +-0.029907226562 +-0.056640625000 +0.054687500000 +-0.104003906250 +0.073730468750 +-0.130859375000 +0.009216308594 +0.380859375000 +0.005828857422 +-0.088378906250 +-0.197265625000 +0.024536132812 +0.035400390625 +-0.106933593750 +0.038085937500 +0.011840820312 +0.023071289062 +-0.018310546875 +0.107421875000 +0.158203125000 +0.007202148438 +0.033691406250 +0.167968750000 +-0.043701171875 +0.187500000000 +-0.074218750000 +0.010375976562 +-0.103027343750 +-0.048583984375 +0.011169433594 +-0.057617187500 +-0.110351562500 +-0.029663085938 +0.041992187500 +-0.176757812500 +0.065429687500 +-0.101074218750 +-0.072753906250 +-0.035400390625 +-0.031982421875 +0.022827148438 +0.041015625000 +0.026000976562 +-0.031250000000 +-0.139648437500 +-0.045410156250 +0.108398437500 +0.106445312500 +0.111328125000 +0.148437500000 +0.096679687500 +0.097167968750 +0.253906250000 +0.070800781250 +0.012451171875 +0.067382812500 +0.080566406250 +0.087890625000 +-0.069335937500 +0.034912109375 +0.047851562500 +-0.062988281250 +-0.088378906250 +0.006500244141 +-0.147460937500 +-0.085449218750 +-0.020751953125 +-0.016235351562 +-0.180664062500 +-0.064453125000 +-0.134765625000 +0.058837890625 +0.052978515625 +0.011352539062 +-0.104003906250 +-0.049560546875 +0.003936767578 +-0.065429687500 +-0.121093750000 +0.079589843750 +-0.157226562500 +0.109863281250 +-0.021362304688 +-0.046142578125 +0.100097656250 +0.012390136719 +-0.052246093750 +-0.134765625000 +0.032226562500 +0.154296875000 +-0.022460937500 +-0.083496093750 +0.265625000000 +0.153320312500 +-0.046142578125 +0.109863281250 +0.068359375000 +-0.035400390625 +-0.335937500000 +0.134765625000 +-0.054687500000 +-0.259765625000 +0.092773437500 +-0.013427734375 +-0.017456054688 +0.028198242188 +-0.045654296875 +0.155273437500 +-0.091796875000 +0.022338867188 +0.057861328125 +0.050048828125 +-0.087890625000 +0.015747070312 +-0.076660156250 +-0.022949218750 +-0.187500000000 +-0.059570312500 +-0.073730468750 +-0.044189453125 +-0.019165039062 +0.005249023438 +0.033203125000 +0.017333984375 +0.024169921875 +-0.047119140625 +0.034667968750 +0.015869140625 +-0.073730468750 +0.026367187500 +-0.136718750000 +0.041503906250 +0.032226562500 +0.034423828125 +-0.019653320312 +-0.171875000000 +0.206054687500 +-0.031494140625 +0.072753906250 +0.141601562500 +0.055664062500 +-0.004180908203 +0.075683593750 +0.113281250000 +-0.269531250000 +-0.359375000000 +0.028930664062 +-0.155273437500 +-0.064453125000 +-0.030639648438 +-0.230468750000 +0.014892578125 +-0.065917968750 +0.073242187500 +0.127929687500 +0.201171875000 +0.012512207031 +-0.002822875977 +-0.036376953125 +-0.030883789062 +-0.118164062500 +0.178710937500 +-0.021484375000 +0.057128906250 +0.167968750000 +-0.068847656250 +0.104492187500 +0.043212890625 +-0.040527343750 +-0.215820312500 +0.065917968750 +0.042968750000 +0.005554199219 +-0.074707031250 +-0.146484375000 +0.049072265625 +-0.132812500000 +-0.113281250000 +-0.036865234375 +0.021240234375 +0.169921875000 +-0.015319824219 +-0.198242187500 +-0.074707031250 +0.032958984375 +-0.023071289062 +0.073730468750 +-0.033935546875 +-0.115234375000 +-0.029907226562 +-0.160156250000 +0.024047851562 +-0.163085937500 +-0.133789062500 +0.077148437500 +-0.074707031250 +-0.191406250000 +0.118164062500 +0.023559570312 +-0.056152343750 +0.085449218750 +0.024658203125 +-0.139648437500 +0.101562500000 +-0.081054687500 +0.111328125000 +0.079101562500 +-0.060058593750 +0.078125000000 +0.079589843750 +-0.103027343750 +0.178710937500 +0.057617187500 +-0.034912109375 +-0.037597656250 +0.069824218750 +-0.022705078125 +-0.083496093750 +0.120605468750 +0.060791015625 +-0.066894531250 +-0.083007812500 +0.048583984375 +-0.035400390625 +-0.100097656250 +-0.054199218750 +-0.017456054688 +-0.062500000000 +0.001182556152 +0.039062500000 +0.098632812500 +-0.028564453125 +-0.017456054688 +-0.216796875000 +-0.017211914062 +-0.042480468750 +-0.044921875000 +0.063964843750 +-0.083984375000 +-0.046386718750 +-0.000142097473 +0.159179687500 +0.036376953125 +-0.002777099609 +0.040771484375 +-0.034423828125 +0.054443359375 +-0.012573242188 +-0.122558593750 +-0.008789062500 +-0.049804687500 +0.100585937500 +0.074707031250 +0.157226562500 +0.026855468750 +0.012268066406 +-0.020629882812 +-0.085449218750 +0.164062500000 +0.069335937500 +-0.154296875000 +-0.123535156250 +0.018798828125 +0.176757812500 +-0.108886718750 +-0.024536132812 +-0.074707031250 +-0.079101562500 +-0.153320312500 +0.025634765625 +-0.137695312500 +0.085937500000 +0.091308593750 +-0.219726562500 +-0.150390625000 +-0.026367187500 +-0.075195312500 +0.208984375000 +-0.134765625000 +0.000392913818 +0.039062500000 +0.023193359375 +0.118652343750 +0.026123046875 +0.121582031250 +0.031250000000 +-0.072753906250 +0.064453125000 +-0.157226562500 +0.138671875000 +0.041015625000 +0.111816406250 +-0.048828125000 +-0.023315429688 +-0.017333984375 +-0.183593750000 +-0.070312500000 +-0.034423828125 +-0.000991821289 +-0.157226562500 +-0.223632812500 +-0.088378906250 +-0.238281250000 +-0.078613281250 +-0.103027343750 +-0.066894531250 +-0.049804687500 +-0.137695312500 +0.045898437500 +-0.071289062500 +0.086914062500 +-0.104003906250 +0.003326416016 +0.064941406250 +0.032714843750 +0.127929687500 +0.053222656250 +-0.012756347656 +0.038574218750 +0.086425781250 +0.100097656250 +0.105468750000 +0.205078125000 +-0.134765625000 +-0.082031250000 +-0.032470703125 +-0.088378906250 +0.005096435547 +-0.118652343750 +0.012390136719 +0.026000976562 +0.347656250000 +0.004211425781 +-0.216796875000 +0.063964843750 +-0.113769531250 +0.087890625000 +0.029541015625 +-0.024047851562 +0.166992187500 +0.074707031250 +0.163085937500 +-0.026245117188 +-0.105468750000 +-0.047119140625 +-0.065917968750 +-0.164062500000 +-0.047607421875 +-0.077636718750 +0.000595092773 +0.083007812500 +-0.068847656250 +0.109863281250 +-0.033203125000 +-0.230468750000 +-0.127929687500 +-0.160156250000 +0.117675781250 +-0.058593750000 +-0.063964843750 +-0.103027343750 +-0.097167968750 +0.015747070312 +-0.172851562500 +-0.053955078125 +0.114746093750 +-0.062500000000 +0.037841796875 +0.010009765625 +-0.092773437500 +-0.155273437500 +-0.130859375000 +0.175781250000 +-0.088867187500 +-0.084960937500 +-0.133789062500 +-0.040283203125 +0.190429687500 +-0.021118164062 +-0.066894531250 +-0.154296875000 +-0.081542968750 +0.023315429688 +0.052978515625 +0.097656250000 +0.003738403320 +0.011779785156 +-0.085449218750 +-0.214843750000 +0.049316406250 +-0.007110595703 +-0.052246093750 +-0.096679687500 +-0.000659942627 +0.044677734375 +0.053466796875 +-0.021240234375 +0.202148437500 +0.058105468750 +0.036132812500 +-0.222656250000 +-0.045410156250 +0.263671875000 +-0.024780273438 +-0.244140625000 +0.097656250000 +-0.103515625000 +0.066406250000 +0.039062500000 +-0.026733398438 +-0.221679687500 +0.123535156250 +0.076171875000 +-0.155273437500 +-0.074218750000 +0.092773437500 +0.014099121094 +0.096679687500 +-0.038330078125 +-0.015319824219 +-0.026367187500 +0.025268554688 +0.124023437500 +0.109863281250 +0.049316406250 +0.062255859375 +0.050292968750 +-0.002090454102 +0.294921875000 +-0.111328125000 +-0.168945312500 +-0.099609375000 +0.074218750000 +0.189453125000 +-0.127929687500 +-0.112792968750 +-0.168945312500 +0.015258789062 +-0.074218750000 +-0.048339843750 +-0.133789062500 +-0.044189453125 +-0.022094726562 +0.042236328125 +0.052246093750 +-0.204101562500 +0.124023437500 +-0.004333496094 +-0.051025390625 +-0.012756347656 +0.124023437500 +0.018920898438 +-0.073730468750 +-0.023803710938 +-0.130859375000 +-0.170898437500 +0.008728027344 +0.180664062500 +-0.093261718750 +-0.005371093750 +0.148437500000 +-0.055908203125 +-0.019897460938 +0.121582031250 +-0.000480651855 +0.240234375000 +0.072265625000 +0.093750000000 +0.001441955566 +-0.105468750000 +0.101074218750 +0.019897460938 +0.001922607422 +-0.019287109375 +-0.047363281250 +0.121582031250 +0.093261718750 +-0.066894531250 +0.019409179688 +0.024780273438 +0.060302734375 +-0.183593750000 +-0.014221191406 +-0.023437500000 +-0.059326171875 +-0.070312500000 +-0.021972656250 +-0.017456054688 +0.082519531250 +0.013000488281 +-0.139648437500 +0.105468750000 +-0.031494140625 +0.015258789062 +0.093750000000 +-0.058593750000 +-0.139648437500 +-0.050537109375 +-0.099121093750 +0.073242187500 +0.144531250000 +0.065917968750 +0.007781982422 +-0.130859375000 +-0.045898437500 +-0.122070312500 +-0.062011718750 +-0.023803710938 +-0.033935546875 +0.162109375000 +-0.130859375000 +-0.080566406250 +0.045410156250 +0.064941406250 +0.140625000000 +0.047119140625 +0.130859375000 +0.232421875000 +0.053466796875 +0.012817382812 +-0.021240234375 +0.034667968750 +-0.031982421875 +-0.035400390625 +-0.029907226562 +0.022460937500 +-0.059082031250 +-0.163085937500 +0.253906250000 +-0.002853393555 +-0.053955078125 +0.025268554688 +-0.032714843750 +0.101074218750 +0.057617187500 +0.097656250000 +0.191406250000 +-0.044433593750 +0.009521484375 +0.111816406250 +-0.200195312500 +-0.038085937500 +0.084960937500 +0.114746093750 +-0.076171875000 +0.038574218750 +0.185546875000 +0.081054687500 +-0.064941406250 +-0.078613281250 +0.050781250000 +0.125976562500 +0.021240234375 +0.078613281250 +-0.126953125000 +0.028442382812 +0.130859375000 +0.079589843750 +-0.106445312500 +0.049560546875 +0.090820312500 +-0.019165039062 +0.019409179688 +-0.035644531250 +0.138671875000 +0.032714843750 +0.031005859375 +0.147460937500 +0.039550781250 +0.011230468750 +-0.095214843750 +-0.135742187500 +-0.028930664062 +-0.108886718750 +-0.068359375000 +0.111328125000 +-0.083007812500 +-0.190429687500 +-0.017333984375 +-0.163085937500 +-0.067382812500 +-0.141601562500 +-0.113281250000 +-0.143554687500 +0.007995605469 +-0.142578125000 +0.130859375000 +0.121582031250 +0.020141601562 +0.074218750000 +-0.112792968750 +-0.138671875000 +0.196289062500 +-0.062500000000 +0.000923156738 +-0.003265380859 +0.010192871094 +-0.028686523438 +-0.053710937500 +-0.004638671875 +0.012695312500 +0.025878906250 +0.088867187500 +0.001838684082 +-0.180664062500 +-0.077636718750 +0.058593750000 +0.085937500000 +0.014587402344 +0.116699218750 +0.059082031250 +0.109863281250 +-0.036865234375 +0.017944335938 +-0.109863281250 +0.241210937500 +-0.080078125000 +-0.122070312500 +-0.015380859375 +-0.069335937500 +-0.012023925781 +0.098144531250 +0.004516601562 +-0.005706787109 +-0.172851562500 +-0.107421875000 +-0.230468750000 +0.067871093750 +0.075195312500 +-0.137695312500 +-0.054931640625 +0.024536132812 +-0.004272460938 +0.072265625000 +-0.034667968750 +0.113281250000 +-0.083007812500 +-0.150390625000 +-0.159179687500 +0.018554687500 +-0.098632812500 +-0.135742187500 +-0.079589843750 +0.001899719238 +-0.027465820312 +0.057128906250 +0.039062500000 +-0.017578125000 +-0.049560546875 +0.005310058594 +0.083984375000 +0.222656250000 +0.003890991211 +-0.041992187500 +-0.010009765625 +-0.039550781250 +0.341796875000 +0.019409179688 +0.024780273438 +0.003829956055 +-0.082519531250 +0.332031250000 +-0.196289062500 +-0.028076171875 +-0.005187988281 +0.277343750000 +0.114746093750 +0.010070800781 +0.018188476562 +0.133789062500 +-0.028930664062 +0.038574218750 +-0.107910156250 +-0.066406250000 +0.083496093750 +-0.060302734375 +0.096191406250 +-0.127929687500 +0.113769531250 +0.029785156250 +0.085449218750 +-0.042968750000 +0.091308593750 +-0.015991210938 +0.092773437500 +0.001075744629 +-0.097167968750 +0.035644531250 +0.013000488281 +-0.019042968750 +0.126953125000 +0.028076171875 +-0.037353515625 +-0.045654296875 +-0.107421875000 +-0.086425781250 +-0.015625000000 +-0.060791015625 +0.078613281250 +-0.037353515625 +-0.011474609375 +-0.053222656250 +-0.157226562500 +-0.062011718750 +0.036376953125 +-0.047119140625 +-0.114257812500 +0.244140625000 +0.007354736328 +0.188476562500 +-0.074707031250 +-0.030639648438 +0.009826660156 +-0.006713867188 +-0.014282226562 +0.275390625000 +-0.019287109375 +0.098144531250 +-0.030639648438 +0.006256103516 +-0.071777343750 +-0.031738281250 +-0.017822265625 +-0.047363281250 +-0.003112792969 +-0.068359375000 +0.024047851562 +0.028564453125 +0.062500000000 +0.090820312500 +0.083007812500 +0.038330078125 +-0.130859375000 +0.126953125000 +-0.127929687500 +-0.038085937500 +0.007934570312 +-0.042724609375 +-0.073730468750 +0.065429687500 +0.058593750000 +-0.067871093750 +0.084960937500 +-0.109863281250 +0.082031250000 +0.117675781250 +0.110839843750 +0.085937500000 +-0.096191406250 +-0.053222656250 +0.233398437500 +-0.004486083984 +0.046875000000 +-0.134765625000 +0.082031250000 +0.024536132812 +-0.066406250000 +0.018432617188 +0.028930664062 +0.047363281250 +-0.115234375000 +-0.277343750000 +-0.133789062500 +-0.231445312500 +0.042724609375 +0.080566406250 +0.027465820312 +-0.114257812500 +-0.084472656250 +-0.165039062500 +0.027221679688 +-0.012878417969 +0.163085937500 +0.045166015625 +-0.032714843750 +-0.160156250000 +-0.072753906250 +0.044921875000 +0.008239746094 +0.093750000000 +0.103515625000 +0.080566406250 +-0.006835937500 +0.047607421875 +-0.044921875000 +-0.013427734375 +-0.055664062500 +0.117187500000 +0.055908203125 +-0.057373046875 +-0.024658203125 +-0.024780273438 +-0.027954101562 +0.037109375000 +-0.053466796875 +0.059814453125 +-0.064453125000 +0.103515625000 +0.003509521484 +-0.343750000000 +-0.074707031250 +-0.144531250000 +0.072265625000 +-0.167968750000 +-0.085449218750 +0.106933593750 +-0.091308593750 +0.080566406250 +-0.071289062500 +0.121582031250 +-0.181640625000 +-0.010925292969 +0.143554687500 +-0.044921875000 +-0.030395507812 +-0.018920898438 +0.050781250000 +-0.026855468750 +0.005340576172 +-0.027343750000 +0.094238281250 +-0.058837890625 +-0.041503906250 +0.082031250000 +-0.072753906250 +-0.188476562500 +-0.085937500000 +-0.061035156250 +-0.090820312500 +0.111816406250 +-0.012695312500 +-0.055664062500 +-0.219726562500 +0.176757812500 +-0.035400390625 +0.118652343750 +-0.072753906250 +-0.083496093750 +0.135742187500 +0.086425781250 +0.138671875000 +-0.080566406250 +-0.119140625000 +-0.185546875000 +0.053955078125 +-0.061523437500 +-0.061035156250 +-0.031738281250 +0.111328125000 +0.000873565674 +0.326171875000 +0.066894531250 +0.077148437500 +-0.083984375000 +-0.038574218750 +-0.102539062500 +0.153320312500 +0.069335937500 +-0.096679687500 +0.129882812500 +-0.265625000000 +-0.051513671875 +0.028442382812 +0.009582519531 +-0.147460937500 +0.077148437500 +-0.255859375000 +-0.044921875000 +-0.016845703125 +0.014099121094 +-0.107910156250 +0.115722656250 +-0.086425781250 +-0.028442382812 +0.134765625000 +-0.062988281250 +-0.060302734375 +-0.064453125000 +-0.069824218750 +0.108398437500 +-0.042480468750 +-0.102539062500 +0.003219604492 +0.095214843750 +0.094238281250 +-0.123046875000 +0.078613281250 +0.009643554688 +-0.048095703125 +0.086425781250 +0.036621093750 +0.000272750854 +0.168945312500 +0.014892578125 +-0.092285156250 +0.012329101562 +-0.160156250000 +0.064941406250 +0.018920898438 +0.007934570312 +-0.061767578125 +-0.068847656250 +0.034667968750 +0.102050781250 +0.070312500000 +0.137695312500 +-0.208984375000 +0.105468750000 +-0.010437011719 +-0.050781250000 +-0.057861328125 +-0.092773437500 +-0.010681152344 +-0.120605468750 +0.073242187500 +-0.041259765625 +0.031982421875 +-0.197265625000 +-0.038330078125 +0.100097656250 +0.035888671875 +-0.094238281250 +-0.024291992188 +0.103515625000 +-0.000732421875 +-0.083984375000 +0.150390625000 +0.175781250000 +0.020629882812 +0.104003906250 +-0.125976562500 +0.110839843750 +0.058349609375 +-0.016479492188 +-0.051757812500 +0.226562500000 +0.010009765625 +0.098144531250 +0.086425781250 +-0.019775390625 +-0.084960937500 +-0.058837890625 +-0.020996093750 +-0.095703125000 +0.046142578125 +0.055419921875 +0.007171630859 +-0.182617187500 +0.089843750000 +-0.056640625000 +0.023193359375 +0.014831542969 +0.103515625000 +0.005523681641 +0.105468750000 +0.157226562500 +-0.128906250000 +-0.039062500000 +-0.133789062500 +-0.084472656250 +-0.006134033203 +0.099121093750 +0.064453125000 +-0.001571655273 +0.235351562500 +-0.087890625000 +0.075683593750 +0.020019531250 +-0.104980468750 +0.110839843750 +0.112792968750 +-0.041992187500 +0.096191406250 +-0.139648437500 +-0.217773437500 +-0.221679687500 +-0.096679687500 +0.213867187500 +0.004425048828 +0.116699218750 +-0.190429687500 +0.003082275391 +-0.019165039062 +-0.040039062500 +0.158203125000 +-0.257812500000 +0.004669189453 +0.089843750000 +-0.016967773438 +0.166015625000 +-0.166015625000 +0.039794921875 +-0.003463745117 +-0.016601562500 +-0.118164062500 +0.000762939453 +0.013183593750 +0.136718750000 +-0.007385253906 +0.106445312500 +-0.069824218750 +-0.004119873047 +-0.033935546875 +-0.032226562500 +0.135742187500 +-0.076171875000 +0.046386718750 +0.140625000000 +0.054199218750 +0.049560546875 +-0.033935546875 +-0.255859375000 +-0.094726562500 +0.086914062500 +0.140625000000 +0.056640625000 +-0.010009765625 +-0.205078125000 +0.124023437500 +-0.117187500000 +-0.110351562500 +-0.192382812500 +-0.053466796875 +0.009155273438 +0.041015625000 +0.152343750000 +0.062255859375 +0.261718750000 +0.001388549805 +-0.010620117188 +0.112304687500 +0.091308593750 +-0.003936767578 +-0.043457031250 +-0.097656250000 +-0.028686523438 +-0.014587402344 +0.030517578125 +-0.113281250000 +0.102050781250 +0.094238281250 +-0.165039062500 +0.056396484375 +0.084472656250 +0.017700195312 +-0.107910156250 +0.041259765625 +0.047363281250 +0.059326171875 +0.080566406250 +0.105957031250 +0.056152343750 +-0.017456054688 +-0.055175781250 +-0.049804687500 +0.026977539062 +0.228515625000 +0.050537109375 +-0.029052734375 +-0.012573242188 +0.032470703125 +0.359375000000 +-0.013488769531 +0.100585937500 +-0.131835937500 +-0.048828125000 +0.058349609375 +-0.040527343750 +0.146484375000 +-0.049560546875 +-0.033691406250 +-0.086425781250 +0.046630859375 +-0.001899719238 +-0.093261718750 +-0.061279296875 +-0.228515625000 +0.002151489258 +0.006134033203 +0.140625000000 +0.107421875000 +0.002059936523 +-0.034423828125 +-0.203125000000 +-0.144531250000 +-0.106445312500 +0.048095703125 +-0.088867187500 +0.173828125000 +0.083984375000 +-0.168945312500 +0.085449218750 +-0.084960937500 +0.015625000000 +-0.011535644531 +0.036621093750 +0.048339843750 +-0.094726562500 +0.072265625000 +-0.008178710938 +-0.040771484375 +0.045898437500 +-0.129882812500 +-0.032714843750 +-0.122070312500 +-0.020507812500 +0.052734375000 +0.096191406250 +0.014099121094 +-0.055908203125 +0.026855468750 +-0.001586914062 +0.180664062500 +0.091796875000 +-0.047851562500 +0.099609375000 +0.181640625000 +-0.066894531250 +-0.066894531250 +0.219726562500 +0.166015625000 +-0.125976562500 +-0.004547119141 +0.008422851562 +0.090820312500 +0.096679687500 +-0.029663085938 +-0.061767578125 +-0.004730224609 +-0.109863281250 +0.082519531250 +0.227539062500 +-0.098632812500 +-0.076660156250 +-0.091308593750 +0.027099609375 +-0.176757812500 +0.055664062500 +0.161132812500 +0.253906250000 +0.065917968750 +0.099609375000 +0.094238281250 +0.071777343750 +0.183593750000 +0.161132812500 +-0.242187500000 +-0.192382812500 +-0.086914062500 +-0.013000488281 +0.028320312500 +-0.034423828125 +0.095703125000 +-0.016601562500 +-0.126953125000 +0.036621093750 +0.129882812500 +-0.047851562500 +0.111328125000 +0.160156250000 +0.020019531250 +0.005676269531 +-0.065917968750 +0.026123046875 +-0.095703125000 +-0.069824218750 +-0.039306640625 +-0.068847656250 +-0.016479492188 +-0.076660156250 +0.096679687500 +0.094238281250 +-0.042968750000 +0.063964843750 +0.055175781250 +0.074218750000 +-0.037841796875 +-0.228515625000 +-0.110839843750 +0.025878906250 +-0.023193359375 +-0.086914062500 +0.054687500000 +0.157226562500 +0.108886718750 +-0.021484375000 +-0.020874023438 +0.049560546875 +-0.009521484375 +0.156250000000 +-0.212890625000 +0.041503906250 +0.072753906250 +0.003601074219 +-0.166992187500 +0.106933593750 +-0.089355468750 +-0.097656250000 +-0.073730468750 +0.127929687500 +-0.066406250000 +0.018188476562 +-0.010131835938 +-0.034912109375 +-0.163085937500 +0.143554687500 +0.054443359375 +-0.132812500000 +-0.078125000000 +0.081542968750 +0.037841796875 +-0.111328125000 +-0.034179687500 +-0.094726562500 +-0.106933593750 +-0.182617187500 +-0.022827148438 +-0.086914062500 +0.062011718750 +0.062500000000 +0.113769531250 +-0.078125000000 +-0.015747070312 +-0.045654296875 +0.026367187500 +0.028442382812 +-0.269531250000 +0.030517578125 +0.111816406250 +-0.090820312500 +0.101562500000 +0.018676757812 +-0.047607421875 +-0.017944335938 +-0.214843750000 +0.004943847656 +-0.188476562500 +0.063964843750 +-0.094238281250 +-0.071777343750 +0.028198242188 +-0.257812500000 +0.019042968750 +-0.249023437500 +0.108398437500 +-0.007232666016 +-0.093750000000 +0.123535156250 +-0.003265380859 +-0.062255859375 +-0.035644531250 +-0.077148437500 +-0.111816406250 +-0.112792968750 +-0.063476562500 +0.079101562500 +0.034667968750 +0.002273559570 +-0.017700195312 +-0.042480468750 +-0.031250000000 +0.018676757812 +0.048828125000 +-0.041259765625 +0.010192871094 +-0.052490234375 +0.140625000000 +-0.062500000000 +-0.220703125000 +-0.037597656250 +0.100585937500 +-0.052001953125 +0.044921875000 +-0.140625000000 +0.053710937500 +0.097167968750 +-0.247070312500 +-0.122558593750 +-0.036621093750 +0.082519531250 +0.002243041992 +-0.028320312500 +0.039550781250 +0.015441894531 +-0.146484375000 +-0.208007812500 +-0.037841796875 +0.043701171875 +-0.036376953125 +-0.024414062500 +-0.128906250000 +0.277343750000 +-0.292968750000 +-0.093261718750 +-0.077636718750 +0.150390625000 +-0.100097656250 +0.004302978516 +-0.012329101562 +-0.212890625000 +-0.022460937500 +0.007049560547 +0.029052734375 +0.050781250000 +-0.439453125000 +0.039794921875 +0.000013172626 +-0.073730468750 +-0.216796875000 +0.134765625000 +-0.207031250000 +0.036621093750 +0.033447265625 +0.227539062500 +0.040039062500 +0.056396484375 +0.047607421875 +-0.014099121094 +0.095214843750 +-0.151367187500 +-0.129882812500 +-0.073242187500 +-0.038818359375 +0.007537841797 +0.126953125000 +-0.051025390625 +-0.009765625000 +0.083007812500 +-0.146484375000 +-0.160156250000 +0.035156250000 +0.158203125000 +0.062255859375 +-0.223632812500 +-0.020751953125 +-0.002655029297 +-0.138671875000 +0.148437500000 +0.049316406250 +-0.125000000000 +0.104003906250 +0.008850097656 +0.188476562500 +0.111328125000 +0.137695312500 +0.171875000000 +0.155273437500 +-0.053466796875 +0.093750000000 +-0.101562500000 +-0.124023437500 +-0.045654296875 +-0.118652343750 +0.030761718750 +-0.140625000000 +0.030761718750 +-0.039550781250 +-0.009521484375 +-0.129882812500 +-0.100097656250 +-0.144531250000 +0.092285156250 +0.067871093750 +-0.016235351562 +0.253906250000 +-0.094238281250 +-0.023437500000 +0.070800781250 +-0.296875000000 +-0.015014648438 +0.133789062500 +-0.129882812500 +-0.066894531250 +0.026611328125 +0.160156250000 +0.150390625000 +-0.074218750000 +0.040283203125 +0.182617187500 +-0.265625000000 +0.243164062500 +0.028076171875 +-0.002502441406 +-0.013000488281 +0.035644531250 +-0.026000976562 +-0.071777343750 +0.072265625000 +0.090332031250 +-0.024902343750 +-0.304687500000 +0.128906250000 +0.029174804688 +0.068847656250 +-0.204101562500 +-0.028320312500 +-0.155273437500 +-0.041748046875 +-0.077148437500 +-0.164062500000 +0.107910156250 +0.036865234375 +-0.186523437500 +0.067382812500 +-0.098144531250 +0.106933593750 +-0.014221191406 +0.071289062500 +-0.009887695312 +0.086425781250 +0.047607421875 +0.033691406250 +-0.038330078125 +-0.072753906250 +-0.140625000000 +-0.222656250000 +0.222656250000 +-0.090820312500 +0.093750000000 +0.052978515625 +0.001495361328 +-0.128906250000 +-0.085449218750 +0.088867187500 +0.127929687500 +-0.333984375000 +-0.026367187500 +-0.011596679688 +-0.058105468750 +-0.003082275391 +0.129882812500 +-0.108398437500 +0.020507812500 +-0.106445312500 +0.175781250000 +-0.179687500000 +0.057861328125 +0.060791015625 +-0.048095703125 +0.010437011719 +0.110351562500 +-0.070800781250 +0.027465820312 +0.106933593750 +-0.120605468750 +-0.051025390625 +-0.003631591797 +0.038330078125 +0.121093750000 +-0.032714843750 +0.148437500000 +0.025268554688 +0.015075683594 +-0.070312500000 +-0.029296875000 +-0.097167968750 +-0.091796875000 +-0.129882812500 +0.152343750000 +-0.020996093750 +0.120117187500 +0.279296875000 +0.182617187500 +-0.049804687500 +-0.041015625000 +-0.025634765625 +-0.002365112305 +0.130859375000 +0.142578125000 +-0.046630859375 +0.090332031250 +-0.048095703125 +-0.015991210938 +-0.088867187500 +-0.058349609375 +-0.010681152344 +0.004699707031 +-0.066894531250 +0.090332031250 +0.034423828125 +-0.110351562500 +-0.053222656250 +0.030151367188 +0.006958007812 +-0.074218750000 +-0.210937500000 +0.107421875000 +-0.009582519531 +-0.105468750000 +-0.130859375000 +-0.004882812500 +-0.107421875000 +0.041748046875 +0.172851562500 +-0.073730468750 +0.186523437500 +-0.006225585938 +-0.294921875000 +0.105957031250 +-0.279296875000 +0.128906250000 +0.037841796875 +-0.148437500000 +0.231445312500 +0.005187988281 +0.263671875000 +0.025512695312 +0.101074218750 +0.065429687500 +-0.053222656250 +-0.056884765625 +0.042968750000 +-0.014160156250 +0.079589843750 +0.023681640625 +0.007934570312 +0.122070312500 +0.124023437500 +0.095703125000 +-0.150390625000 +-0.072753906250 +-0.086425781250 +-0.140625000000 +0.028686523438 +-0.052246093750 +0.100585937500 +-0.046875000000 +-0.093750000000 +-0.029174804688 +-0.046386718750 +-0.117187500000 +-0.032958984375 +0.005798339844 +0.081542968750 +0.002456665039 +-0.052001953125 +-0.152343750000 +0.144531250000 +-0.107910156250 +-0.005340576172 +0.064453125000 +0.045166015625 +0.164062500000 +0.263671875000 +-0.036376953125 +-0.016357421875 +-0.026611328125 +-0.045654296875 +0.006561279297 +0.024902343750 +-0.167968750000 +0.031127929688 +-0.060058593750 +0.214843750000 +-0.089355468750 +-0.138671875000 +-0.079589843750 +-0.131835937500 +0.081054687500 +-0.142578125000 +-0.142578125000 +-0.241210937500 +-0.027221679688 +0.054931640625 +0.143554687500 +0.147460937500 +-0.138671875000 +-0.016235351562 +-0.114257812500 +0.010986328125 +-0.123046875000 +0.117675781250 +0.208007812500 +0.004699707031 +-0.107421875000 +0.003936767578 +0.058593750000 +-0.115722656250 +0.035400390625 +-0.032958984375 +-0.010131835938 +-0.059570312500 +0.215820312500 +-0.087890625000 +0.032958984375 +-0.148437500000 +0.072265625000 +-0.046630859375 +-0.142578125000 +0.080566406250 +-0.016113281250 +0.239257812500 +0.061523437500 +-0.058837890625 +0.244140625000 +0.008850097656 +-0.084472656250 +-0.029296875000 +-0.175781250000 +-0.007629394531 +0.000778198242 +0.161132812500 +0.082519531250 +-0.005493164062 +0.144531250000 +0.042236328125 +-0.006530761719 +0.015136718750 +0.117675781250 +0.059082031250 +-0.151367187500 +-0.008361816406 +-0.234375000000 +0.049072265625 +0.109863281250 +-0.075195312500 +-0.119628906250 +0.013916015625 +-0.077636718750 +0.039306640625 +-0.220703125000 +-0.261718750000 +-0.164062500000 +0.026977539062 +-0.056640625000 +-0.068847656250 +-0.011047363281 +-0.054931640625 +0.084472656250 +-0.042236328125 +-0.015136718750 +0.110839843750 +0.054931640625 +-0.100097656250 +0.191406250000 +0.029907226562 +-0.026977539062 +0.019775390625 +0.051513671875 +0.108398437500 +-0.119140625000 +0.034667968750 +-0.152343750000 +-0.085449218750 +0.043945312500 +-0.030639648438 +-0.080078125000 +0.127929687500 +0.066406250000 +-0.099121093750 +0.106445312500 +-0.211914062500 +-0.138671875000 +-0.019775390625 +0.103027343750 +0.048828125000 +-0.147460937500 +0.174804687500 +0.208984375000 +0.013488769531 +0.054687500000 +-0.018920898438 +-0.136718750000 +0.067382812500 +-0.089355468750 +0.094238281250 +-0.079589843750 +0.029785156250 +0.028564453125 +-0.332031250000 +0.049072265625 +-0.025634765625 +-0.021118164062 +-0.036132812500 +-0.017944335938 +-0.004089355469 +0.216796875000 +0.009582519531 +0.015991210938 +-0.033447265625 +0.052001953125 +0.036621093750 +0.122070312500 +0.095214843750 +0.008300781250 +0.378906250000 +0.008300781250 +0.015747070312 +-0.067382812500 +0.018066406250 +0.029296875000 +-0.149414062500 +-0.044189453125 +-0.041748046875 +-0.099609375000 +-0.070312500000 +0.043457031250 +-0.101074218750 +0.089843750000 +-0.117675781250 +-0.001472473145 +0.017456054688 +-0.038818359375 +-0.064453125000 +-0.010375976562 +-0.238281250000 +0.076171875000 +0.113281250000 +0.174804687500 +0.048828125000 +0.052490234375 +-0.067382812500 +-0.075195312500 +0.019531250000 +-0.103515625000 +-0.279296875000 +0.034667968750 +0.059814453125 +-0.084472656250 +0.099121093750 +-0.030029296875 +0.016235351562 +-0.114257812500 +0.015991210938 +-0.126953125000 +-0.105468750000 +0.044433593750 +-0.020629882812 +0.006713867188 +-0.057861328125 +-0.087890625000 +0.086914062500 +0.003448486328 +-0.021972656250 +-0.359375000000 +0.040527343750 +-0.063476562500 +0.083496093750 +0.111816406250 +-0.094726562500 +0.147460937500 +-0.073242187500 +-0.007598876953 +-0.110351562500 +0.080566406250 +0.131835937500 +-0.004180908203 +-0.002395629883 +0.116699218750 +0.047607421875 +0.044921875000 +0.067382812500 +-0.161132812500 +0.021728515625 +-0.024291992188 +-0.108886718750 +-0.176757812500 +-0.035644531250 +0.176757812500 +-0.013793945312 +0.077148437500 +0.005310058594 +-0.025878906250 +-0.047119140625 +-0.007537841797 +-0.121582031250 +-0.058105468750 +0.058837890625 +-0.092773437500 +-0.073730468750 +0.078613281250 +0.076660156250 +0.122558593750 +0.057373046875 +0.050781250000 +-0.094726562500 +-0.173828125000 +-0.152343750000 +-0.034179687500 +-0.017578125000 +-0.194335937500 +0.044921875000 +-0.151367187500 +-0.073242187500 +-0.049072265625 +-0.021240234375 +-0.032226562500 +-0.172851562500 +-0.043945312500 +0.069824218750 +0.026855468750 +0.104003906250 +0.058105468750 +0.149414062500 +0.080078125000 +-0.073730468750 +-0.204101562500 +-0.066894531250 +0.261718750000 +-0.025390625000 +-0.077148437500 +-0.046630859375 +0.053710937500 +-0.328125000000 +0.019531250000 +-0.019409179688 +0.020385742188 +-0.083496093750 +-0.014282226562 +-0.116210937500 +-0.116210937500 +-0.067871093750 +-0.043945312500 +0.029052734375 +-0.027343750000 +0.010742187500 +-0.144531250000 +-0.043457031250 +0.053222656250 +-0.265625000000 +-0.007476806641 +0.032226562500 +-0.095214843750 +0.259765625000 +-0.019653320312 +-0.077636718750 +0.151367187500 +-0.034667968750 +-0.146484375000 +0.028198242188 +-0.049804687500 +-0.084960937500 +0.024780273438 +0.102050781250 +0.273437500000 +0.190429687500 +-0.086914062500 +-0.117187500000 +-0.007171630859 +-0.044433593750 +0.171875000000 +0.039794921875 +-0.061035156250 +-0.132812500000 +0.154296875000 +-0.100097656250 +0.126953125000 +-0.114257812500 +-0.017944335938 +-0.005126953125 +0.001785278320 +0.078613281250 +-0.070312500000 +-0.017333984375 +0.067871093750 +-0.048095703125 +0.159179687500 +0.082519531250 +0.103515625000 +-0.136718750000 +-0.125976562500 +0.049072265625 +-0.017089843750 +-0.059082031250 +-0.123535156250 +0.117675781250 +0.046142578125 +-0.131835937500 +-0.169921875000 +-0.212890625000 +0.027221679688 +0.046386718750 +0.034423828125 +0.070800781250 +-0.237304687500 +-0.024658203125 +0.034667968750 +0.126953125000 +0.135742187500 +-0.136718750000 +0.281250000000 +-0.028320312500 +-0.085449218750 +-0.027343750000 +-0.033447265625 +0.107910156250 +0.098144531250 +-0.103515625000 +-0.007537841797 +-0.050781250000 +-0.075195312500 +-0.000237464905 +-0.085937500000 +0.024780273438 +-0.130859375000 +0.079589843750 +-0.011962890625 +-0.105957031250 +0.135742187500 +0.078125000000 +-0.081054687500 +-0.026855468750 +-0.009033203125 +0.061523437500 +-0.019653320312 +0.005065917969 +0.103515625000 +-0.126953125000 +-0.146484375000 +0.055664062500 +-0.037109375000 +0.053222656250 +-0.051025390625 +0.177734375000 +-0.023803710938 +-0.183593750000 +-0.221679687500 +-0.036865234375 +-0.028808593750 +0.127929687500 +0.211914062500 +-0.251953125000 +-0.031494140625 +-0.097656250000 +-0.001647949219 +-0.099121093750 +0.039794921875 +-0.009460449219 +0.049804687500 +0.124023437500 +-0.142578125000 +0.102539062500 +0.014038085938 +-0.203125000000 +-0.168945312500 +0.089355468750 +-0.063964843750 +-0.018188476562 +-0.163085937500 +0.006072998047 +-0.029663085938 +-0.208007812500 +0.002639770508 +0.170898437500 +0.015380859375 +-0.071289062500 +-0.012329101562 +0.025878906250 +0.067871093750 +0.132812500000 +-0.058593750000 +0.056152343750 +-0.096191406250 +0.031982421875 +-0.051025390625 +-0.111816406250 +0.031127929688 +-0.127929687500 +0.083007812500 +0.069335937500 +-0.147460937500 +-0.087402343750 +0.081054687500 +-0.044433593750 +0.090332031250 +0.203125000000 +0.075195312500 +0.091796875000 +-0.036376953125 +0.127929687500 +-0.086425781250 +-0.000526428223 +-0.091796875000 +0.233398437500 +0.038330078125 +-0.077636718750 +0.066894531250 +0.174804687500 +0.112792968750 +-0.010803222656 +-0.005493164062 +-0.087890625000 +0.135742187500 +0.122070312500 +-0.148437500000 +0.153320312500 +0.156250000000 +-0.065429687500 +0.168945312500 +0.094238281250 +-0.009704589844 +-0.072753906250 +0.224609375000 +0.137695312500 +0.219726562500 +-0.000816345215 +0.068359375000 +0.082519531250 +0.034423828125 +0.070312500000 +0.088867187500 +-0.099609375000 +0.062011718750 +0.120117187500 +0.077636718750 +-0.010070800781 +-0.092773437500 +-0.071777343750 +0.043945312500 +0.121093750000 +-0.033447265625 +-0.092285156250 +-0.023071289062 +0.094238281250 +0.030517578125 +-0.155273437500 +-0.042968750000 +-0.083007812500 +0.080566406250 +0.178710937500 +-0.000067234039 +-0.020019531250 +0.035400390625 +-0.107910156250 +-0.104492187500 +-0.009216308594 +-0.110351562500 +0.101562500000 +-0.001953125000 +-0.133789062500 +-0.016235351562 +0.017211914062 +-0.085937500000 +0.052246093750 +-0.161132812500 +-0.037109375000 +-0.113769531250 +-0.025268554688 +0.005706787109 +0.236328125000 +0.113769531250 +-0.013977050781 +-0.099609375000 +0.037353515625 +0.105957031250 +0.133789062500 +-0.054931640625 +-0.209960937500 +-0.107910156250 +0.013427734375 +0.045654296875 +-0.033447265625 +-0.072753906250 +-0.084472656250 +-0.104003906250 +-0.055908203125 +0.101074218750 +-0.106933593750 +0.043212890625 +-0.052978515625 +-0.027832031250 +0.191406250000 +-0.066406250000 +-0.149414062500 +0.194335937500 +0.032714843750 +-0.205078125000 +0.168945312500 +0.138671875000 +-0.067871093750 +0.007324218750 +-0.103515625000 +-0.116210937500 +-0.008728027344 +-0.056640625000 +-0.005554199219 +0.064941406250 +0.116210937500 +0.021240234375 +0.075683593750 +-0.065917968750 +-0.113281250000 +-0.064941406250 +0.085449218750 +-0.162109375000 +0.040771484375 +-0.158203125000 +-0.101562500000 +-0.056884765625 +-0.045410156250 +-0.109375000000 +-0.003677368164 +0.207031250000 +-0.153320312500 +-0.002700805664 +-0.025024414062 +-0.033447265625 +-0.032470703125 +0.182617187500 +0.132812500000 +0.190429687500 +0.101074218750 +0.005645751953 +0.063964843750 +0.009887695312 +-0.000507354736 +0.008117675781 +0.005615234375 +-0.209960937500 +-0.204101562500 +-0.224609375000 +-0.000965118408 +-0.089843750000 +-0.040039062500 +0.130859375000 +-0.072753906250 +0.135742187500 +0.009582519531 +-0.012756347656 +-0.136718750000 +-0.009094238281 +0.005157470703 +-0.043701171875 +0.034667968750 +-0.007080078125 +-0.127929687500 +-0.148437500000 +-0.024414062500 +-0.177734375000 +0.068847656250 +-0.044433593750 +-0.041992187500 +0.079101562500 +-0.133789062500 +0.088867187500 +0.055175781250 +-0.073730468750 +-0.019653320312 +-0.070800781250 +-0.052246093750 +0.011962890625 +0.367187500000 +0.095214843750 +-0.140625000000 +-0.071289062500 +-0.002563476562 +-0.036865234375 +-0.054687500000 +-0.154296875000 +-0.095214843750 +0.134765625000 +0.109863281250 +0.034667968750 +0.064941406250 +0.031982421875 +-0.060791015625 +0.056884765625 +-0.018798828125 +-0.213867187500 +-0.012634277344 +0.109375000000 +-0.170898437500 +-0.071289062500 +-0.076171875000 +-0.064941406250 +-0.165039062500 +-0.012023925781 +-0.129882812500 +0.147460937500 +0.011108398438 +-0.118164062500 +-0.119140625000 +-0.200195312500 +-0.197265625000 +0.000383377075 +-0.063476562500 +-0.022949218750 +0.075195312500 +0.004119873047 +-0.091308593750 +-0.163085937500 +-0.113281250000 +0.036865234375 +0.082519531250 +0.048095703125 +-0.014465332031 +0.063476562500 +-0.172851562500 +-0.029663085938 +0.036376953125 +-0.127929687500 +-0.024414062500 +-0.079589843750 +-0.042968750000 +0.040283203125 +0.029174804688 +-0.086914062500 +-0.057373046875 +-0.075683593750 +-0.014160156250 +-0.050048828125 +0.124023437500 +0.047363281250 +-0.002014160156 +0.051269531250 +0.050537109375 +-0.053466796875 +0.011474609375 +0.042968750000 +0.003768920898 +-0.145507812500 +0.012512207031 +-0.037109375000 +-0.150390625000 +-0.033203125000 +-0.095703125000 +0.039306640625 +-0.003036499023 +-0.071289062500 +-0.027465820312 +-0.010559082031 +-0.024047851562 +0.020507812500 +-0.165039062500 +-0.127929687500 +0.068359375000 +-0.028320312500 +-0.184570312500 +0.049560546875 +-0.061279296875 +-0.151367187500 +0.068359375000 +0.035644531250 +0.031250000000 +-0.225585937500 +0.071777343750 +-0.042968750000 +0.037841796875 +-0.074707031250 +0.006561279297 +-0.116210937500 +0.001754760742 +0.192382812500 +0.116699218750 +0.198242187500 +0.154296875000 +-0.051269531250 +0.052490234375 +-0.054199218750 +0.023437500000 +-0.121093750000 +0.192382812500 +0.006805419922 +0.108398437500 +-0.041992187500 +0.062988281250 +0.058593750000 +-0.112792968750 +-0.037109375000 +0.002975463867 +0.145507812500 +-0.125976562500 +-0.033447265625 +0.009948730469 +-0.105957031250 +-0.210937500000 +0.055419921875 +0.095214843750 +-0.167968750000 +-0.018066406250 +-0.108886718750 +0.023193359375 +-0.226562500000 +0.141601562500 +0.028930664062 +0.018066406250 +-0.306640625000 +0.159179687500 +0.008666992188 +-0.085937500000 +0.012878417969 +-0.155273437500 +-0.083984375000 +0.062255859375 +0.000560760498 +-0.147460937500 +0.064941406250 +0.062988281250 +-0.005279541016 +0.125000000000 +-0.166992187500 +-0.125976562500 +-0.029418945312 +-0.058349609375 +-0.133789062500 +0.035644531250 +-0.085937500000 +0.057128906250 +0.011840820312 +-0.255859375000 +0.018920898438 +-0.105957031250 +0.010681152344 +-0.015197753906 +0.085937500000 +0.058837890625 +-0.046875000000 +-0.090820312500 +-0.159179687500 +0.050537109375 +0.031005859375 +-0.187500000000 +-0.174804687500 +-0.091796875000 +-0.215820312500 +0.063476562500 +0.002838134766 +-0.044433593750 +-0.175781250000 +-0.084472656250 +-0.046142578125 +0.175781250000 +-0.011230468750 +0.076171875000 +0.042236328125 +0.076171875000 +0.029541015625 +0.055419921875 +-0.109863281250 +-0.157226562500 +-0.062011718750 +0.013305664062 +0.078125000000 +0.063476562500 +0.045898437500 +0.152343750000 +0.014709472656 +0.068359375000 +-0.219726562500 +-0.011291503906 +-0.104980468750 +0.026611328125 +-0.104980468750 +0.015197753906 +-0.163085937500 +-0.126953125000 +-0.077148437500 +-0.096679687500 +0.067382812500 +-0.082031250000 +-0.277343750000 +-0.054931640625 +-0.067871093750 +-0.044189453125 +0.006744384766 +0.025024414062 +-0.027465820312 +-0.080078125000 +0.081054687500 +-0.072753906250 +-0.031005859375 +-0.078613281250 +-0.166015625000 +0.042724609375 +0.151367187500 +0.036132812500 +-0.151367187500 +-0.054687500000 +-0.052490234375 +0.063476562500 +-0.067871093750 +0.071289062500 +0.073242187500 +-0.055664062500 +0.163085937500 +0.103027343750 +-0.055664062500 +-0.061279296875 +-0.140625000000 +-0.243164062500 +-0.020263671875 +-0.030883789062 +-0.167968750000 +-0.045410156250 +-0.146484375000 +0.118164062500 +0.059570312500 +0.051513671875 +-0.063964843750 +-0.014282226562 +-0.074707031250 +-0.083496093750 +-0.181640625000 +-0.036132812500 +0.051757812500 +-0.043945312500 +-0.102050781250 +-0.037109375000 +0.113281250000 +-0.037597656250 +-0.005584716797 +0.092773437500 +-0.141601562500 +0.117675781250 +-0.056640625000 +-0.034423828125 +0.024291992188 +0.047851562500 +-0.141601562500 +-0.104003906250 +0.217773437500 +-0.028320312500 +0.188476562500 +-0.040771484375 +-0.028686523438 +-0.099121093750 +-0.002288818359 +0.004119873047 +-0.081542968750 +-0.014953613281 +0.056884765625 +-0.198242187500 +-0.004638671875 +-0.072753906250 +0.137695312500 +-0.287109375000 +0.061767578125 +0.078613281250 +-0.042236328125 +0.069824218750 +-0.079589843750 +0.061279296875 +0.017700195312 +-0.043457031250 +-0.063964843750 +-0.158203125000 +0.027099609375 +-0.018798828125 +-0.008728027344 +0.007934570312 +0.008789062500 +0.209960937500 +0.168945312500 +-0.036865234375 +-0.083007812500 +0.208007812500 +-0.121582031250 +-0.017822265625 +0.045410156250 +-0.050292968750 +-0.025146484375 +0.103027343750 +-0.090332031250 +-0.160156250000 +0.029663085938 +-0.015625000000 +-0.084960937500 +0.065429687500 +0.026977539062 +-0.078125000000 +0.064941406250 +-0.036376953125 +0.022705078125 +0.188476562500 +-0.055664062500 +0.084472656250 +0.023681640625 +-0.140625000000 +-0.019287109375 +-0.013793945312 +-0.283203125000 +0.009704589844 +-0.006622314453 +0.269531250000 +-0.142578125000 +-0.060302734375 +0.003143310547 +0.070312500000 +-0.210937500000 +-0.013488769531 +-0.261718750000 +0.154296875000 +0.058349609375 +-0.082031250000 +-0.055664062500 +-0.119140625000 +0.180664062500 +-0.160156250000 +0.125976562500 +0.066406250000 +0.132812500000 +0.096191406250 +0.238281250000 +-0.070312500000 +-0.136718750000 +-0.080566406250 +-0.136718750000 +-0.055419921875 +-0.014465332031 +0.090820312500 +-0.067382812500 +-0.101074218750 +-0.119140625000 +0.030517578125 +0.261718750000 +0.108886718750 +-0.006927490234 +0.176757812500 +-0.093750000000 +-0.082519531250 +0.115234375000 +0.088867187500 +0.149414062500 +-0.018554687500 +-0.037841796875 +-0.063476562500 +0.100585937500 +-0.183593750000 +0.073242187500 +-0.009033203125 +0.128906250000 +0.059570312500 +-0.055419921875 +-0.126953125000 +-0.019287109375 +0.151367187500 +-0.081542968750 +0.085449218750 +0.047607421875 +-0.132812500000 +0.001739501953 +-0.084472656250 +0.035644531250 +-0.046630859375 +-0.117675781250 +-0.033691406250 +0.025024414062 +0.072265625000 +-0.045410156250 +0.119140625000 +-0.012268066406 +-0.086914062500 +-0.159179687500 +-0.125976562500 +0.069335937500 +-0.070312500000 +-0.092773437500 +0.013366699219 +-0.021484375000 +-0.199218750000 +0.055664062500 +0.024780273438 +0.043212890625 +0.024414062500 +-0.050781250000 +0.021606445312 +-0.164062500000 +-0.047607421875 +-0.062500000000 +0.137695312500 +-0.117187500000 +0.044921875000 +-0.006744384766 +0.048828125000 +-0.255859375000 +0.056152343750 +-0.022216796875 +-0.087890625000 +0.103027343750 +-0.009033203125 +0.126953125000 +0.045166015625 +0.003250122070 +-0.208007812500 +0.228515625000 +-0.110351562500 +-0.123046875000 +0.090332031250 +-0.070800781250 +0.162109375000 +0.006256103516 +-0.176757812500 +-0.003158569336 +-0.065429687500 +0.083007812500 +-0.038574218750 +-0.022460937500 +-0.008056640625 +-0.020629882812 +0.005187988281 +0.094238281250 +0.062500000000 +0.009521484375 +0.083007812500 +-0.166992187500 +-0.141601562500 +-0.116210937500 +0.130859375000 +-0.020263671875 +0.038574218750 +-0.092773437500 +-0.186523437500 +0.122558593750 +0.011535644531 +0.201171875000 +-0.026489257812 +-0.010986328125 +-0.132812500000 +0.034667968750 +-0.094726562500 +0.061767578125 +0.011108398438 +-0.240234375000 +-0.026000976562 +-0.092773437500 +0.098632812500 +0.035888671875 +0.009887695312 +0.232421875000 +-0.207031250000 +0.132812500000 +0.035156250000 +0.022094726562 +-0.046386718750 +0.190429687500 +0.070800781250 +-0.012939453125 +0.078613281250 +-0.006500244141 +-0.014709472656 +0.118164062500 +0.014404296875 +0.028564453125 +-0.108398437500 +-0.026611328125 +-0.198242187500 +-0.182617187500 +-0.100585937500 +-0.099121093750 +-0.024291992188 +-0.061279296875 +0.079589843750 +0.062988281250 +-0.067871093750 +0.054931640625 +-0.024291992188 +0.011657714844 +0.063476562500 +-0.078613281250 +0.066894531250 +-0.037597656250 +0.026489257812 +-0.008850097656 +0.023071289062 +0.090332031250 +-0.181640625000 +-0.003967285156 +-0.022705078125 +-0.149414062500 +0.013671875000 +0.035644531250 +-0.024658203125 +0.092285156250 +-0.042968750000 +-0.033203125000 +-0.093750000000 +0.001213073730 +-0.080078125000 +0.080566406250 +-0.027954101562 +-0.064453125000 +-0.182617187500 +0.065917968750 +0.023559570312 +-0.015441894531 +-0.210937500000 +-0.135742187500 +0.289062500000 +0.142578125000 +-0.029907226562 +-0.001525878906 +0.116210937500 +0.052734375000 +0.013427734375 +0.020507812500 +0.070800781250 +0.153320312500 +0.052978515625 +0.088378906250 +0.031982421875 +-0.144531250000 +0.010314941406 +-0.093261718750 +0.187500000000 +-0.107421875000 +-0.089355468750 +-0.023925781250 +-0.018432617188 +0.008422851562 +0.132812500000 +-0.201171875000 +0.054931640625 +-0.086914062500 +0.019409179688 +-0.030883789062 +0.142578125000 +0.156250000000 +-0.007720947266 +-0.007354736328 +-0.192382812500 +-0.042480468750 +0.164062500000 +-0.052490234375 +0.145507812500 +0.064453125000 +-0.052246093750 +-0.020629882812 +-0.064941406250 +-0.110351562500 +-0.118652343750 +0.072753906250 +0.068847656250 +-0.009765625000 +-0.111816406250 +0.104492187500 +-0.245117187500 +0.051757812500 +-0.141601562500 +0.142578125000 +-0.077636718750 +-0.147460937500 +-0.061035156250 +-0.218750000000 +0.040527343750 +-0.283203125000 +0.056640625000 +-0.149414062500 +-0.090820312500 +0.003799438477 +-0.092773437500 +-0.065917968750 +0.106933593750 +-0.025024414062 +0.100097656250 +0.041503906250 +0.155273437500 +0.196289062500 +0.148437500000 +0.124023437500 +-0.057373046875 +-0.210937500000 +-0.094238281250 +0.061279296875 +0.167968750000 +-0.263671875000 +0.102539062500 +-0.050292968750 +-0.055664062500 +0.051757812500 +-0.163085937500 +-0.066406250000 +0.070312500000 +0.130859375000 +0.000801086426 +0.059814453125 +-0.072265625000 +-0.161132812500 +-0.031250000000 +-0.106933593750 +-0.127929687500 +-0.112304687500 +-0.015869140625 +0.014099121094 +0.011047363281 +-0.079589843750 +0.049804687500 +0.069824218750 +-0.182617187500 +-0.094726562500 +-0.007934570312 +-0.057861328125 +-0.123046875000 +0.075195312500 +0.153320312500 +0.092773437500 +-0.024169921875 +-0.001663208008 +-0.031738281250 +0.118164062500 +-0.082519531250 +-0.106445312500 +0.104003906250 +0.009826660156 +0.129882812500 +-0.059326171875 +0.093261718750 +-0.115234375000 +0.031494140625 +0.027099609375 +-0.100585937500 +0.115722656250 +0.195312500000 +-0.084472656250 +0.052246093750 +-0.180664062500 +-0.073730468750 +0.032226562500 +0.041259765625 +0.081054687500 +0.030883789062 +-0.094238281250 +0.108398437500 +-0.037841796875 +0.004791259766 +0.116210937500 +-0.158203125000 +-0.079101562500 +-0.279296875000 +0.208984375000 +0.080566406250 +-0.074218750000 +0.255859375000 +0.036621093750 +-0.105957031250 +-0.078125000000 +-0.084472656250 +-0.060302734375 +-0.046386718750 +0.059082031250 +-0.146484375000 +-0.022827148438 +-0.034423828125 +0.071289062500 +0.021362304688 +-0.046386718750 +0.038574218750 +0.037353515625 +-0.034423828125 +0.118652343750 +-0.006347656250 +-0.181640625000 +-0.367187500000 +-0.090820312500 +-0.022949218750 +-0.183593750000 +-0.166015625000 +0.122558593750 +0.076171875000 +0.102539062500 +0.002304077148 +-0.125976562500 +-0.060791015625 +0.039062500000 +0.110351562500 +-0.133789062500 +0.068847656250 +0.147460937500 +-0.015441894531 +-0.087402343750 +0.118164062500 +0.067871093750 +-0.090332031250 +0.038085937500 +0.096191406250 +-0.134765625000 +-0.080566406250 +-0.183593750000 +0.048339843750 +0.033447265625 +-0.048339843750 +0.012878417969 +-0.061279296875 +0.007934570312 +0.055664062500 +-0.020874023438 +-0.037353515625 +-0.067871093750 +-0.112304687500 +-0.146484375000 +0.112792968750 +-0.083496093750 +-0.077636718750 +-0.083496093750 +-0.022094726562 +0.002487182617 +-0.017211914062 +-0.000759124756 +-0.028808593750 +0.074218750000 +0.082031250000 +0.023803710938 +-0.046386718750 +0.124023437500 +-0.022338867188 +-0.108398437500 +0.200195312500 +-0.116699218750 +-0.002731323242 +-0.014831542969 +0.038085937500 +-0.192382812500 +0.090820312500 +-0.030029296875 +-0.004547119141 +0.034912109375 +0.037597656250 +0.052490234375 +-0.234375000000 +0.091308593750 +-0.145507812500 +-0.013977050781 +0.269531250000 +-0.121093750000 +0.056396484375 +-0.022216796875 +0.090820312500 +0.010192871094 +0.118652343750 +0.008300781250 +-0.025756835938 +0.044921875000 +0.174804687500 +0.022460937500 +-0.131835937500 +-0.102050781250 +0.008972167969 +-0.072753906250 +-0.071777343750 +0.012878417969 +0.060546875000 +-0.070800781250 +0.091308593750 +-0.056640625000 +0.145507812500 +0.179687500000 +-0.045166015625 +0.012207031250 +-0.096191406250 +0.085937500000 +-0.133789062500 +-0.188476562500 +-0.010864257812 +-0.104492187500 +-0.101074218750 +0.052001953125 +0.045654296875 +-0.062011718750 +0.114746093750 +-0.021362304688 +-0.226562500000 +0.010986328125 +0.141601562500 +-0.006652832031 +-0.173828125000 +-0.025634765625 +-0.112792968750 +-0.091796875000 +-0.100097656250 +0.168945312500 +0.035644531250 +-0.013671875000 +0.072265625000 +0.093261718750 +-0.046386718750 +0.020629882812 +-0.096191406250 +0.063964843750 +-0.090820312500 +-0.023437500000 +-0.065429687500 +0.000549316406 +0.070800781250 +0.069335937500 +-0.029785156250 +0.129882812500 +0.067871093750 +0.042724609375 +-0.242187500000 +-0.072265625000 +-0.089843750000 +0.033935546875 +-0.000957489014 +0.129882812500 +-0.076171875000 +0.084472656250 +0.031494140625 +-0.146484375000 +-0.275390625000 +-0.011596679688 +-0.061523437500 +0.246093750000 +-0.051757812500 +-0.081542968750 +0.151367187500 +-0.058837890625 +-0.034179687500 +0.181640625000 +-0.001403808594 +0.009216308594 +0.197265625000 +0.059814453125 +-0.016967773438 +0.048095703125 +0.071289062500 +-0.011779785156 +-0.182617187500 +0.148437500000 +-0.022094726562 +0.082519531250 +0.009460449219 +0.041748046875 +0.061523437500 +0.022949218750 +-0.013732910156 +-0.029663085938 +0.016601562500 +-0.151367187500 +-0.017089843750 +0.052001953125 +-0.028442382812 +-0.105957031250 +-0.009948730469 +-0.202148437500 +-0.157226562500 +-0.028686523438 +-0.049560546875 +0.025512695312 +0.010070800781 +0.112304687500 +-0.077636718750 +-0.041015625000 +-0.042968750000 +-0.005065917969 +-0.130859375000 +-0.219726562500 +0.045654296875 +0.067382812500 +0.024780273438 +-0.028686523438 +-0.083496093750 +-0.201171875000 +0.082031250000 +-0.224609375000 +0.054687500000 +0.086425781250 +0.104980468750 +-0.149414062500 +0.033447265625 +-0.029663085938 +0.164062500000 +-0.155273437500 +-0.024291992188 +0.009155273438 +-0.102050781250 +0.071777343750 +-0.072753906250 +0.075683593750 +-0.036865234375 +-0.072753906250 +0.042480468750 +-0.089355468750 +0.015319824219 +0.204101562500 +-0.105957031250 +-0.059570312500 +0.220703125000 +-0.033691406250 +0.042236328125 +-0.073730468750 +0.125976562500 +-0.066894531250 +-0.194335937500 +-0.076660156250 +-0.113769531250 +-0.192382812500 +0.046630859375 +-0.028686523438 +0.203125000000 +-0.077148437500 +0.074707031250 +-0.011901855469 +0.015441894531 +-0.068359375000 +0.024780273438 +-0.015380859375 +0.010070800781 +-0.054931640625 +0.014404296875 +-0.024658203125 +0.080566406250 +-0.077636718750 +-0.017944335938 +0.102539062500 +-0.001869201660 +0.037109375000 +-0.029052734375 +0.246093750000 +0.138671875000 +0.083496093750 +0.010009765625 +-0.009338378906 +0.023315429688 +-0.078613281250 +-0.125976562500 +0.023925781250 +0.115722656250 +0.234375000000 +-0.011474609375 +0.076660156250 +0.007873535156 +0.067382812500 +-0.035400390625 +0.066406250000 +-0.110351562500 +-0.005584716797 +0.041503906250 +-0.154296875000 +-0.059326171875 +0.183593750000 +-0.085937500000 +-0.090332031250 +0.098144531250 +0.033203125000 +-0.104003906250 +-0.035400390625 +0.048828125000 +-0.149414062500 +-0.134765625000 +-0.139648437500 +-0.291015625000 +0.013671875000 +-0.144531250000 +0.233398437500 +-0.235351562500 +0.147460937500 +0.142578125000 +-0.005981445312 +-0.040771484375 +0.010375976562 +-0.038330078125 +0.061767578125 +0.203125000000 +-0.099609375000 +-0.090332031250 +-0.149414062500 +0.073242187500 +0.010192871094 +0.106933593750 +-0.022705078125 +-0.063476562500 +-0.179687500000 +0.023071289062 +-0.136718750000 +0.059326171875 +0.001159667969 +0.023437500000 +0.118164062500 +0.100097656250 +0.013244628906 +-0.064453125000 +-0.053955078125 +0.136718750000 +-0.044189453125 +0.036132812500 +0.097656250000 +-0.186523437500 +-0.083496093750 +0.201171875000 +0.010925292969 +0.001808166504 +-0.002624511719 +0.070312500000 +0.043945312500 +0.166015625000 +0.020996093750 +-0.021850585938 +0.063476562500 +0.072265625000 +-0.045654296875 +-0.025512695312 +-0.008728027344 +-0.196289062500 +-0.130859375000 +-0.037353515625 +0.027709960938 +0.070312500000 +0.004425048828 +0.079589843750 +-0.126953125000 +-0.086914062500 +-0.002090454102 +0.174804687500 +0.079101562500 +-0.104003906250 +-0.273437500000 +0.001983642578 +-0.059082031250 +0.043212890625 +0.195312500000 +0.082519531250 +0.061279296875 +-0.062255859375 +-0.091796875000 +0.000766754150 +0.047119140625 +-0.157226562500 +-0.064453125000 +-0.170898437500 +-0.062988281250 +-0.040283203125 +-0.006195068359 +-0.068847656250 +-0.008483886719 +-0.200195312500 +-0.055175781250 +0.089843750000 +-0.023559570312 +-0.113281250000 +-0.124023437500 +0.015991210938 +0.053466796875 +0.102050781250 +-0.149414062500 +-0.025512695312 +-0.010620117188 +-0.079101562500 +0.041259765625 +0.304687500000 +0.100097656250 +0.020996093750 +0.161132812500 +0.097656250000 +-0.085449218750 +0.039550781250 +0.143554687500 +0.008789062500 +0.014526367188 +0.083007812500 +-0.255859375000 +0.059570312500 +0.009277343750 +0.026855468750 +0.004302978516 +0.072753906250 +0.221679687500 +0.141601562500 +-0.148437500000 +0.046142578125 +0.154296875000 +0.179687500000 +0.128906250000 +0.165039062500 +0.259765625000 +-0.322265625000 +0.092285156250 +0.109375000000 +0.113281250000 +-0.044921875000 +-0.036132812500 +-0.180664062500 +-0.060546875000 +-0.036621093750 +0.134765625000 +-0.068359375000 +-0.180664062500 +0.033691406250 +-0.009155273438 +-0.106445312500 +-0.080078125000 +-0.028930664062 +-0.172851562500 +-0.034912109375 +0.119628906250 +-0.106445312500 +0.039062500000 +0.056152343750 +0.113769531250 +0.134765625000 +0.127929687500 +0.050537109375 +0.101562500000 +-0.127929687500 +-0.082031250000 +-0.070312500000 +-0.115234375000 +-0.070800781250 +-0.065429687500 +-0.045654296875 +0.039062500000 +0.104980468750 +-0.108398437500 +-0.013183593750 +0.001869201660 +-0.002166748047 +-0.033203125000 +-0.066894531250 +-0.111816406250 +-0.104980468750 +0.187500000000 +0.071289062500 +-0.189453125000 +-0.143554687500 +0.021118164062 +-0.055664062500 +-0.030517578125 +-0.038085937500 +-0.057373046875 +-0.107421875000 +-0.044433593750 +-0.052978515625 +0.027221679688 +-0.079589843750 +-0.039306640625 +0.007049560547 +-0.108398437500 +-0.318359375000 +-0.118652343750 +-0.034912109375 +0.101074218750 +0.074707031250 +0.157226562500 +-0.124023437500 +-0.029785156250 +-0.029296875000 +0.052490234375 +0.009399414062 +-0.078125000000 +-0.099609375000 +-0.013488769531 +0.115722656250 +0.008239746094 +-0.035400390625 +-0.090820312500 +-0.192382812500 +-0.056884765625 +0.055664062500 +0.044433593750 +-0.051025390625 +-0.089843750000 +-0.045410156250 +-0.108398437500 +-0.015747070312 +0.017822265625 +-0.052490234375 +0.051269531250 +0.111328125000 +0.059082031250 +-0.080566406250 +0.031738281250 +0.036132812500 +0.041015625000 +0.002334594727 +0.190429687500 +0.208984375000 +-0.039306640625 +-0.058105468750 +0.306640625000 +-0.045898437500 +0.166992187500 +-0.188476562500 +0.246093750000 +-0.043457031250 +-0.184570312500 +0.168945312500 +-0.038574218750 +0.040771484375 +0.077148437500 +-0.094238281250 +0.057617187500 +-0.044921875000 +0.243164062500 +0.038330078125 +0.123535156250 +-0.052978515625 +0.214843750000 +0.088378906250 +-0.033203125000 +-0.037353515625 +-0.011474609375 +-0.036621093750 +-0.042480468750 +0.031738281250 +0.012207031250 +0.034423828125 +-0.054931640625 +0.046875000000 +0.052734375000 +-0.032226562500 +-0.002868652344 +-0.102050781250 +0.182617187500 +0.053710937500 +-0.001983642578 +-0.011901855469 +-0.003479003906 +0.006652832031 +0.016601562500 +-0.092285156250 +0.031494140625 +-0.034667968750 +0.036621093750 +0.017211914062 +0.195312500000 +-0.021850585938 +-0.091796875000 +-0.071777343750 +-0.190429687500 +0.024658203125 +0.105468750000 +-0.074218750000 +-0.247070312500 +0.116699218750 +-0.018676757812 +-0.089355468750 +-0.026977539062 +-0.118652343750 +-0.337890625000 +-0.162109375000 +0.064941406250 +0.179687500000 +0.001510620117 +-0.121582031250 +0.010131835938 +0.176757812500 +-0.154296875000 +0.035156250000 +-0.147460937500 +-0.031738281250 +0.030761718750 +0.072753906250 +-0.062255859375 +-0.048095703125 +0.076171875000 +0.011413574219 +-0.024047851562 +-0.087890625000 +-0.056152343750 +-0.103515625000 +0.226562500000 +0.105468750000 +-0.034667968750 +0.057128906250 +0.209960937500 +-0.148437500000 +-0.014709472656 +-0.127929687500 +0.012817382812 +-0.062011718750 +-0.100097656250 +-0.135742187500 +-0.026245117188 +-0.108398437500 +-0.001647949219 +-0.052490234375 +0.042968750000 +0.026245117188 +0.066894531250 +-0.135742187500 +0.081542968750 +0.127929687500 +-0.017578125000 +-0.163085937500 +-0.046630859375 +0.014709472656 +-0.031494140625 +-0.005615234375 +0.039306640625 +-0.124023437500 +0.067871093750 +-0.154296875000 +-0.111328125000 +-0.014404296875 +0.007232666016 +0.076660156250 +-0.166015625000 +0.040527343750 +-0.082519531250 +0.035156250000 +-0.077148437500 +-0.036865234375 +-0.065429687500 +-0.049316406250 +0.126953125000 +-0.073730468750 +0.005950927734 +0.081054687500 +-0.062988281250 +0.010559082031 +0.089355468750 +-0.113769531250 +-0.061035156250 +-0.048828125000 +-0.101074218750 +0.002288818359 +0.004089355469 +0.000709533691 +0.230468750000 +-0.083984375000 +0.036376953125 +-0.000446319580 +-0.002944946289 +-0.185546875000 +0.057861328125 +0.182617187500 +0.076660156250 +-0.078613281250 +0.118164062500 +-0.055908203125 +0.103027343750 +0.109375000000 +0.054687500000 +0.021606445312 +-0.062988281250 +-0.199218750000 +-0.124511718750 +-0.060546875000 +0.007385253906 +-0.093261718750 +-0.021362304688 +0.057861328125 +-0.058349609375 +-0.048339843750 +-0.015319824219 +-0.008361816406 +-0.066894531250 +0.099121093750 +0.042724609375 +0.041748046875 +0.046386718750 +0.011413574219 +-0.002670288086 +0.120117187500 +0.085937500000 +0.175781250000 +0.003967285156 +0.050292968750 +-0.028930664062 +0.078125000000 +0.032958984375 +-0.091308593750 +-0.010925292969 +0.162109375000 +0.043212890625 +-0.093750000000 +-0.024536132812 +0.016601562500 +-0.096679687500 +0.085937500000 +0.045166015625 +-0.108886718750 +-0.002685546875 +0.104492187500 +-0.102539062500 +-0.380859375000 +0.124023437500 +-0.055419921875 +0.106933593750 +0.008056640625 +0.109375000000 +-0.125000000000 +-0.120605468750 +0.059814453125 +0.023681640625 +-0.084472656250 +-0.137695312500 +-0.029541015625 +0.117187500000 +-0.041992187500 +-0.042236328125 +0.079101562500 +0.014831542969 +0.061035156250 +-0.060302734375 +0.036865234375 +0.132812500000 +-0.030639648438 +-0.008483886719 +-0.129882812500 +-0.131835937500 +0.203125000000 +0.083496093750 +-0.002609252930 +-0.265625000000 +0.177734375000 +-0.069335937500 +-0.081054687500 +0.021240234375 +0.016357421875 +0.109863281250 +0.033935546875 +-0.027099609375 +-0.038330078125 +0.010803222656 +0.072265625000 +-0.007324218750 +0.166015625000 +-0.142578125000 +0.007019042969 +-0.199218750000 +-0.097656250000 +-0.005828857422 +0.015502929688 +0.017578125000 +-0.087402343750 +0.120605468750 +0.227539062500 +-0.045654296875 +0.005950927734 +0.093261718750 +0.044189453125 +-0.224609375000 +0.019775390625 +-0.251953125000 +0.062500000000 +0.029418945312 +-0.112792968750 +0.093750000000 +-0.029907226562 +0.073242187500 +0.044921875000 +-0.127929687500 +-0.058837890625 +-0.114746093750 +0.028320312500 +-0.032958984375 +-0.017944335938 +-0.137695312500 +-0.084960937500 +0.074707031250 +0.051757812500 +-0.136718750000 +0.137695312500 +0.168945312500 +0.051513671875 +0.062988281250 +-0.296875000000 +-0.085937500000 +-0.003723144531 +-0.072753906250 +-0.168945312500 +0.093750000000 +-0.101074218750 +-0.126953125000 +0.016723632812 +0.082031250000 +-0.194335937500 +-0.306640625000 +0.050781250000 +-0.052978515625 +-0.003067016602 +0.245117187500 +-0.043945312500 +0.054199218750 +0.000324249268 +0.028442382812 +-0.077148437500 +0.107421875000 +0.062988281250 +-0.030151367188 +-0.009155273438 +-0.061767578125 +0.065429687500 +-0.004241943359 +0.019165039062 +0.002105712891 +0.006561279297 +-0.115234375000 +-0.015441894531 +0.130859375000 +0.103515625000 +0.089843750000 +0.057373046875 +-0.104980468750 +0.115234375000 +0.162109375000 +0.062988281250 +-0.249023437500 +0.021484375000 +0.084472656250 +-0.044677734375 +0.108398437500 +0.060791015625 +-0.078125000000 +-0.009948730469 +-0.031738281250 +-0.208984375000 +0.285156250000 +-0.056884765625 +-0.040039062500 +-0.015319824219 +0.004364013672 +0.125976562500 +0.009826660156 +0.052734375000 +-0.039550781250 +-0.105957031250 +-0.163085937500 +-0.034179687500 +-0.083984375000 +-0.091796875000 +-0.093261718750 +-0.153320312500 +-0.053955078125 +-0.097167968750 +-0.219726562500 +-0.207031250000 +-0.041503906250 +0.084960937500 +0.004455566406 +0.227539062500 +-0.018554687500 +0.123046875000 +-0.075195312500 +0.150390625000 +-0.032714843750 +0.015319824219 +-0.000147819519 +0.065429687500 +-0.026123046875 +-0.016235351562 +-0.102050781250 +-0.010253906250 +0.195312500000 +0.059326171875 +0.172851562500 +0.027221679688 +-0.036132812500 +0.008422851562 +0.049072265625 +-0.138671875000 +0.075683593750 +-0.071777343750 +-0.020751953125 +0.041259765625 +0.075195312500 +0.031250000000 +0.015441894531 +0.106933593750 +-0.087890625000 +-0.039306640625 +0.092773437500 +-0.031494140625 +-0.003265380859 +-0.149414062500 +0.051269531250 +-0.043212890625 +0.080566406250 +-0.057617187500 +-0.013610839844 +0.019042968750 +0.020874023438 +-0.008422851562 +-0.112792968750 +0.065917968750 +-0.009765625000 +0.062011718750 +0.259765625000 +-0.083496093750 +-0.011047363281 +-0.084472656250 +-0.026855468750 +0.072265625000 +-0.136718750000 +-0.092773437500 +-0.076171875000 +-0.123046875000 +0.146484375000 +0.024902343750 +0.144531250000 +0.118164062500 +-0.022094726562 +-0.206054687500 +0.135742187500 +0.124511718750 +-0.042480468750 +0.014709472656 +0.023925781250 +-0.154296875000 +0.047119140625 +-0.024291992188 +-0.008850097656 +0.105957031250 +0.004669189453 +-0.015136718750 +0.081054687500 +0.067871093750 +0.074707031250 +0.018066406250 +0.033447265625 +0.041503906250 +0.039062500000 +0.088378906250 +0.002044677734 +0.090820312500 +0.084960937500 +-0.029663085938 +0.069335937500 +0.055908203125 +0.120117187500 +0.017333984375 +-0.023559570312 +-0.139648437500 +-0.125000000000 +0.062988281250 +-0.090820312500 +-0.034912109375 +0.062011718750 +-0.094726562500 +0.125000000000 +-0.062500000000 +0.136718750000 +-0.100585937500 +-0.239257812500 +-0.179687500000 +-0.029541015625 +-0.008544921875 +0.142578125000 +0.023681640625 +0.026245117188 +0.093261718750 +-0.156250000000 +0.031982421875 +0.145507812500 +0.026000976562 +-0.112792968750 +-0.115234375000 +-0.062255859375 +0.152343750000 +0.263671875000 +-0.049072265625 +0.086425781250 +0.052978515625 +0.033203125000 +0.133789062500 +-0.100097656250 +-0.075683593750 +0.092285156250 +0.119628906250 +0.041748046875 +-0.036865234375 +-0.004760742188 +0.017333984375 +-0.024780273438 +-0.060791015625 +0.014648437500 +-0.034912109375 +0.021118164062 +-0.095703125000 +-0.090332031250 +-0.036132812500 +0.047607421875 +-0.085937500000 +-0.267578125000 +-0.105468750000 +0.018676757812 +-0.092773437500 +-0.018676757812 +0.013732910156 +-0.153320312500 +-0.060791015625 +-0.097656250000 +0.033691406250 +-0.132812500000 +0.179687500000 +-0.068359375000 +-0.199218750000 +-0.036865234375 +0.048583984375 +-0.009338378906 +0.159179687500 +0.079589843750 +-0.048095703125 +-0.205078125000 +0.191406250000 +-0.187500000000 +0.071777343750 +-0.077148437500 +0.000556945801 +-0.228515625000 +-0.037109375000 +-0.195312500000 +0.077636718750 +0.033691406250 +0.004913330078 +-0.072265625000 +0.052978515625 +0.208007812500 +-0.073730468750 +0.102050781250 +-0.207031250000 +0.141601562500 +0.013793945312 +-0.029907226562 +-0.063476562500 +0.021972656250 +0.037841796875 +0.102539062500 +-0.009948730469 +0.216796875000 +-0.140625000000 +0.022705078125 +-0.012512207031 +0.086914062500 +-0.058105468750 +0.073730468750 +-0.023193359375 +-0.067382812500 +-0.010375976562 +-0.109863281250 +-0.011047363281 +-0.042968750000 +0.135742187500 +0.076660156250 +0.005432128906 +-0.042724609375 +-0.078613281250 +-0.098144531250 +0.126953125000 +-0.154296875000 +-0.125976562500 +-0.057861328125 +-0.056396484375 +-0.038818359375 +-0.187500000000 +0.069824218750 +0.080566406250 +0.194335937500 +0.067871093750 +0.123535156250 +-0.138671875000 +-0.093750000000 +0.128906250000 +-0.353515625000 +-0.117675781250 +-0.132812500000 +-0.163085937500 +0.054443359375 +0.380859375000 +-0.105957031250 +-0.007812500000 +0.034912109375 +-0.003158569336 +0.196289062500 +0.020751953125 +0.129882812500 +0.210937500000 +-0.064941406250 +0.047607421875 +-0.139648437500 +-0.066894531250 +0.141601562500 +-0.048828125000 +-0.174804687500 +0.023559570312 +0.194335937500 +0.090332031250 +-0.066894531250 +0.044921875000 +0.030883789062 +0.110839843750 +0.052246093750 +0.103027343750 +0.032714843750 +0.125000000000 +-0.081542968750 +0.027832031250 +0.017333984375 +0.035156250000 +-0.051269531250 +-0.050537109375 +0.082031250000 +-0.050781250000 +0.102050781250 +-0.186523437500 +-0.212890625000 +0.179687500000 +0.114257812500 +-0.005615234375 +0.214843750000 +0.034423828125 +0.099121093750 +-0.113281250000 +-0.090332031250 +-0.125976562500 +0.008911132812 +0.047607421875 +0.043212890625 +-0.070312500000 +-0.114746093750 +-0.028198242188 +-0.127929687500 +0.035888671875 +0.087402343750 +0.003433227539 +-0.016357421875 +0.298828125000 +-0.253906250000 +-0.149414062500 +0.179687500000 +0.059326171875 +0.047119140625 +-0.067382812500 +-0.028564453125 +0.059082031250 +-0.094726562500 +-0.066894531250 +0.028686523438 +-0.071289062500 +-0.122070312500 +0.036132812500 +0.020263671875 +0.124023437500 +-0.014343261719 +-0.067382812500 +-0.238281250000 +-0.158203125000 +0.069335937500 +-0.004974365234 +0.068847656250 +-0.110839843750 +0.265625000000 +0.041259765625 +0.172851562500 +0.279296875000 +0.146484375000 +0.069335937500 +0.203125000000 +-0.031494140625 +0.175781250000 +0.020629882812 +0.173828125000 +-0.024536132812 +0.115722656250 +0.053466796875 +0.015747070312 +-0.128906250000 +0.010559082031 +0.224609375000 +0.010620117188 +-0.049560546875 +-0.008117675781 +-0.075195312500 +-0.011596679688 +-0.071777343750 +0.030517578125 +-0.127929687500 +-0.000421524048 +-0.038818359375 +0.083007812500 +-0.298828125000 +0.034179687500 +-0.106445312500 +-0.004913330078 +-0.034423828125 +-0.126953125000 +0.078125000000 +0.212890625000 +-0.107910156250 +-0.123535156250 +-0.020874023438 +0.011840820312 +0.157226562500 +-0.021728515625 +0.220703125000 +0.013549804688 +-0.150390625000 +0.033203125000 +-0.151367187500 +0.114257812500 +0.026367187500 +0.062988281250 +0.063476562500 +0.039550781250 +0.133789062500 +0.029296875000 +0.132812500000 +-0.024047851562 +-0.008239746094 +-0.191406250000 +0.031005859375 +0.035888671875 +-0.178710937500 +0.016845703125 +0.128906250000 +0.022583007812 +-0.015075683594 +0.046386718750 +-0.108886718750 +-0.078613281250 +-0.094726562500 +0.036865234375 +0.073730468750 +0.030639648438 +-0.077148437500 +-0.013244628906 +-0.057128906250 +-0.027221679688 +-0.029785156250 +-0.110351562500 +0.052978515625 +0.125000000000 +-0.166992187500 +0.103027343750 +-0.298828125000 +-0.024658203125 +0.006164550781 +-0.131835937500 +0.041992187500 +0.082031250000 +-0.031738281250 +-0.070312500000 +0.066406250000 +-0.062500000000 +0.094726562500 +0.050537109375 +-0.091308593750 +0.175781250000 +0.005035400391 +-0.032714843750 +0.098144531250 +-0.094238281250 +-0.015502929688 +0.037597656250 +-0.100097656250 +0.018676757812 +-0.019775390625 +-0.089843750000 +-0.025024414062 +-0.064941406250 +0.001396179199 +-0.077636718750 +-0.110351562500 +-0.153320312500 +0.104492187500 +-0.110839843750 +-0.015869140625 +0.031738281250 +0.013977050781 +-0.027832031250 +-0.139648437500 +-0.109375000000 +-0.077636718750 +0.093261718750 +0.018798828125 +-0.112792968750 +0.008666992188 +0.138671875000 +-0.107910156250 +-0.036132812500 +0.011779785156 +0.009582519531 +-0.012084960938 +-0.343750000000 +0.304687500000 +0.024414062500 +0.001670837402 +0.016357421875 +-0.007141113281 +0.030395507812 +-0.029418945312 +-0.101562500000 +0.023681640625 +-0.148437500000 +-0.091308593750 +-0.028564453125 +-0.091308593750 +0.054687500000 +0.070800781250 +-0.263671875000 +-0.048095703125 +-0.133789062500 +0.065917968750 +0.149414062500 +-0.075683593750 +-0.085937500000 +-0.051025390625 +0.112792968750 +0.239257812500 +0.003768920898 +0.047363281250 +0.136718750000 +0.144531250000 +0.031494140625 +-0.052734375000 +-0.283203125000 +-0.376953125000 +0.031494140625 +0.000595092773 +0.092285156250 +0.221679687500 +0.056884765625 +-0.074707031250 +-0.028564453125 +-0.041259765625 +-0.294921875000 +0.099609375000 +-0.021484375000 +0.005065917969 +-0.057128906250 +0.046630859375 +0.011535644531 +0.088867187500 +0.116210937500 +0.054199218750 +0.012756347656 +-0.057128906250 +-0.222656250000 +-0.084960937500 +-0.100585937500 +0.104980468750 +0.054443359375 +0.015869140625 +-0.076171875000 +-0.033691406250 +-0.074218750000 +-0.049072265625 +0.032226562500 +-0.037109375000 +-0.111328125000 +0.025268554688 +-0.126953125000 +0.073242187500 +-0.009033203125 +-0.001197814941 +-0.031250000000 +0.039794921875 +-0.209960937500 +-0.031738281250 +0.153320312500 +0.029907226562 +0.034667968750 +-0.015502929688 +-0.105957031250 +0.065917968750 +0.086914062500 +-0.028198242188 +-0.045410156250 +-0.037353515625 +-0.014587402344 +-0.053955078125 +-0.131835937500 +-0.082519531250 +-0.025268554688 +-0.151367187500 +-0.097656250000 +0.076660156250 +-0.205078125000 +0.043945312500 +0.067382812500 +0.026611328125 +0.007995605469 +0.044677734375 +0.023559570312 +0.208984375000 +0.079589843750 +0.023193359375 +-0.139648437500 +0.163085937500 +-0.179687500000 +0.043457031250 +0.069824218750 +-0.090332031250 +-0.166992187500 +0.051757812500 +0.053710937500 +-0.177734375000 +0.193359375000 +-0.038818359375 +-0.127929687500 +0.013061523438 +0.105468750000 +0.111328125000 +-0.141601562500 +0.026855468750 +-0.022338867188 +-0.057373046875 +-0.011413574219 +0.070800781250 +-0.037841796875 +-0.127929687500 +0.081542968750 +-0.016235351562 +0.046875000000 +-0.028198242188 +-0.089355468750 +-0.051757812500 +0.010803222656 +-0.101562500000 +-0.115722656250 +0.043212890625 +0.010009765625 +0.018310546875 +0.081542968750 +0.062011718750 +0.054931640625 +0.051513671875 +0.094726562500 +0.004272460938 +0.017944335938 +-0.084472656250 +-0.056640625000 +0.066894531250 +-0.007293701172 +-0.149414062500 +-0.131835937500 +0.007232666016 +-0.016967773438 +0.099609375000 +0.062988281250 +0.044433593750 +0.132812500000 +-0.042236328125 +0.150390625000 +-0.017700195312 +0.084472656250 +-0.191406250000 +-0.071289062500 +-0.077148437500 +0.118164062500 +-0.140625000000 +0.146484375000 +-0.024536132812 +0.061767578125 +-0.024536132812 +0.018188476562 +0.131835937500 +-0.092285156250 +-0.055175781250 +-0.125976562500 +-0.248046875000 +-0.066894531250 +-0.095214843750 +0.152343750000 +0.026977539062 +-0.241210937500 +0.099609375000 +0.003860473633 +0.086425781250 +-0.075683593750 +-0.172851562500 +0.027832031250 +0.008544921875 +0.031127929688 +-0.050048828125 +-0.116699218750 +-0.183593750000 +-0.005157470703 +0.079589843750 +0.002304077148 +0.093261718750 +-0.066406250000 +0.034667968750 +0.049804687500 +0.080566406250 +-0.050292968750 +-0.013305664062 +-0.099121093750 +-0.142578125000 +0.104003906250 +-0.007507324219 +-0.114257812500 +-0.306640625000 +0.041259765625 +0.112792968750 +-0.114257812500 +-0.085449218750 +-0.026245117188 +-0.047119140625 +0.000614166260 +0.126953125000 +0.042480468750 +-0.209960937500 +0.016235351562 +-0.010070800781 +0.024291992188 +-0.095703125000 +-0.008178710938 +-0.008422851562 +0.107421875000 +-0.097656250000 +0.069335937500 +0.142578125000 +0.111328125000 +0.029785156250 +0.003631591797 +0.164062500000 +0.170898437500 +-0.120605468750 +-0.086914062500 +0.035400390625 +0.131835937500 +0.078125000000 +0.111328125000 +-0.227539062500 +-0.089355468750 +0.198242187500 +0.077148437500 +-0.055419921875 +-0.103027343750 +-0.044189453125 +0.016357421875 +-0.052490234375 +-0.066406250000 +0.049072265625 +-0.058349609375 +-0.032714843750 +0.064453125000 +0.075683593750 +-0.038330078125 +0.055664062500 +0.059082031250 +-0.061767578125 +0.160156250000 +-0.111328125000 +-0.113281250000 +0.022583007812 +0.072753906250 +0.104980468750 +0.006713867188 +-0.223632812500 +0.051757812500 +-0.251953125000 +-0.005462646484 +0.111816406250 +0.246093750000 +-0.064453125000 +0.015441894531 +0.269531250000 +0.042724609375 +-0.139648437500 +0.104980468750 +0.180664062500 +0.275390625000 +0.291015625000 +-0.098632812500 +0.057861328125 +-0.049804687500 +0.158203125000 +-0.091308593750 +-0.012084960938 +-0.044189453125 +-0.181640625000 +-0.082031250000 +0.151367187500 +0.031494140625 +0.011108398438 +-0.016845703125 +0.085449218750 +0.105468750000 +-0.367187500000 +-0.080078125000 +-0.107421875000 +-0.127929687500 +0.027221679688 +-0.190429687500 +0.037109375000 +-0.261718750000 +-0.202148437500 +0.077636718750 +-0.010437011719 +0.067382812500 +0.054931640625 +-0.051269531250 +0.023559570312 +0.017700195312 +-0.306640625000 +0.004302978516 +0.110351562500 +0.047851562500 +0.033935546875 +-0.047363281250 +-0.052001953125 +-0.069824218750 +0.019531250000 +0.014587402344 +-0.011657714844 +0.012634277344 +-0.104980468750 +0.044189453125 +0.037597656250 +0.122558593750 +-0.017578125000 +-0.089843750000 +-0.012512207031 +-0.038818359375 +-0.101562500000 +0.035888671875 +0.176757812500 +-0.057373046875 +0.035400390625 +0.070312500000 +-0.009155273438 +-0.069335937500 +0.088378906250 +0.054687500000 +0.054443359375 +-0.124023437500 +0.020996093750 +0.112792968750 +-0.187500000000 +0.090332031250 +0.024780273438 +-0.058593750000 +-0.040527343750 +-0.046875000000 +0.083007812500 +-0.099121093750 +0.118652343750 +-0.042236328125 +-0.003234863281 +-0.008850097656 +-0.054687500000 +0.059082031250 +0.044433593750 +-0.039550781250 +0.154296875000 +0.045410156250 +0.161132812500 +-0.039794921875 +-0.164062500000 +0.179687500000 +-0.231445312500 +0.130859375000 +-0.125000000000 +0.173828125000 +0.071777343750 +0.092773437500 +-0.057617187500 +-0.003601074219 +-0.072265625000 +0.054687500000 +-0.063964843750 +0.086914062500 +-0.001998901367 +-0.110351562500 +0.010925292969 +0.047119140625 +-0.003494262695 +-0.017578125000 +-0.028808593750 +0.031982421875 +-0.117187500000 +-0.002655029297 +-0.044433593750 +-0.123046875000 +0.001197814941 +0.155273437500 +-0.049072265625 +-0.080078125000 +0.063964843750 +0.009033203125 +-0.116699218750 +0.085449218750 +-0.000560760498 +-0.041503906250 +0.043701171875 +0.154296875000 +0.165039062500 +-0.162109375000 +-0.029907226562 +-0.014404296875 +-0.086425781250 +0.201171875000 +-0.149414062500 +-0.159179687500 +0.100585937500 +0.073730468750 +-0.011413574219 +-0.081054687500 +0.055175781250 +0.092285156250 +-0.032226562500 +-0.113281250000 +0.021362304688 +0.008789062500 +0.157226562500 +0.075195312500 +-0.246093750000 +-0.055664062500 +0.191406250000 +0.119140625000 +-0.110351562500 +-0.271484375000 +0.069335937500 +-0.072753906250 +-0.050292968750 +-0.182617187500 +-0.054687500000 +0.031250000000 +0.024902343750 +-0.064453125000 +0.000503540039 +0.023071289062 +-0.060791015625 +-0.201171875000 +0.138671875000 +0.152343750000 +-0.053710937500 +0.044189453125 +0.015136718750 +0.034179687500 +-0.135742187500 +-0.060546875000 +-0.008789062500 +-0.047363281250 +0.016479492188 +0.002471923828 +0.028808593750 +-0.026000976562 +0.191406250000 +0.088378906250 +-0.035156250000 +0.052246093750 +-0.041992187500 +0.062500000000 +-0.066894531250 +-0.145507812500 +-0.067382812500 +-0.049560546875 +-0.093750000000 +-0.018432617188 +0.112792968750 +-0.055664062500 +-0.137695312500 +0.160156250000 +-0.219726562500 +-0.209960937500 +-0.084960937500 +0.040283203125 +0.102539062500 +0.049316406250 +-0.017822265625 +0.302734375000 +-0.263671875000 +-0.027954101562 +-0.026245117188 +-0.002716064453 +-0.135742187500 +0.045166015625 +-0.192382812500 +-0.069335937500 +0.145507812500 +-0.006225585938 +-0.168945312500 +-0.040283203125 +0.013793945312 +0.027587890625 +-0.024780273438 +-0.137695312500 +-0.082031250000 +-0.016723632812 +-0.049072265625 +0.008789062500 +-0.112792968750 +-0.119628906250 +-0.034423828125 +-0.081542968750 +-0.020751953125 +-0.027832031250 +-0.105468750000 +0.129882812500 +0.082031250000 +-0.140625000000 +0.130859375000 +-0.055175781250 +0.022583007812 +0.077148437500 +0.003768920898 +-0.101562500000 +0.022705078125 +0.043457031250 +0.005004882812 +-0.015319824219 +-0.062500000000 +-0.135742187500 +-0.104980468750 +-0.010192871094 +-0.121093750000 +-0.016845703125 +-0.221679687500 +0.076660156250 +0.094238281250 +-0.038818359375 +0.073242187500 +-0.089355468750 +-0.144531250000 +0.023925781250 +-0.004211425781 +-0.025024414062 +0.004608154297 +0.167968750000 +-0.015991210938 +0.072753906250 +-0.005004882812 +0.001052856445 +-0.004547119141 +0.083984375000 +0.001930236816 +-0.058349609375 +0.002197265625 +-0.149414062500 +0.014465332031 +-0.039062500000 +0.155273437500 +-0.046630859375 +0.033935546875 +0.202148437500 +-0.036376953125 +-0.010559082031 +-0.090332031250 +-0.107910156250 +-0.010070800781 +-0.031982421875 +-0.058837890625 +0.073730468750 +-0.149414062500 +-0.042236328125 +0.150390625000 +0.028686523438 +-0.023071289062 +-0.056640625000 +0.094238281250 +-0.079101562500 +0.047119140625 +0.002929687500 +-0.269531250000 +0.045410156250 +0.089843750000 +0.009765625000 +-0.091308593750 +0.177734375000 +0.042968750000 +-0.098632812500 +0.035156250000 +-0.182617187500 +0.062011718750 +0.058593750000 +0.033447265625 +-0.106933593750 +-0.042724609375 +-0.095214843750 +0.098632812500 +0.060302734375 +-0.126953125000 +-0.077148437500 +0.027099609375 +0.162109375000 +0.238281250000 +-0.088378906250 +-0.038574218750 +-0.020263671875 +0.142578125000 +0.294921875000 +-0.031982421875 +0.021240234375 +0.047607421875 +0.005310058594 +-0.255859375000 +-0.190429687500 +0.225585937500 +-0.062500000000 +-0.008605957031 +-0.023925781250 +-0.185546875000 +0.124023437500 +0.049804687500 +-0.065429687500 +0.010559082031 +-0.152343750000 +0.168945312500 +0.090820312500 +-0.076660156250 +0.083984375000 +-0.006774902344 +-0.207031250000 +-0.175781250000 +-0.081054687500 +-0.026245117188 +0.251953125000 +0.085937500000 +0.013061523438 +-0.075683593750 +-0.016845703125 +0.136718750000 +-0.110839843750 +-0.019287109375 +0.002609252930 +0.026367187500 +-0.018188476562 +-0.082519531250 +0.067871093750 +0.002197265625 +0.125000000000 +-0.056152343750 +0.020507812500 +-0.017333984375 +0.037353515625 +-0.061767578125 +-0.213867187500 +-0.065429687500 +-0.012329101562 +-0.067382812500 +0.130859375000 +0.033935546875 +0.022094726562 +0.180664062500 +0.056640625000 +-0.235351562500 +-0.079101562500 +-0.157226562500 +0.101074218750 +-0.085449218750 +0.033935546875 +0.130859375000 +-0.117675781250 +-0.035644531250 +0.060302734375 +0.055419921875 +-0.193359375000 +0.005767822266 +0.015136718750 +-0.018920898438 +0.108398437500 +0.028442382812 +-0.115234375000 +0.008728027344 +0.263671875000 +-0.090820312500 +-0.234375000000 +0.139648437500 +0.006713867188 +0.087890625000 +0.070312500000 +0.063964843750 +-0.162109375000 +-0.014526367188 +-0.018920898438 +0.044433593750 +-0.085937500000 +-0.012573242188 +0.006744384766 +0.071777343750 +0.053466796875 +-0.108886718750 +-0.054199218750 +-0.056884765625 +0.209960937500 +0.038574218750 +0.017822265625 +0.075195312500 +-0.010620117188 +-0.128906250000 +-0.057373046875 +-0.028320312500 +-0.077636718750 +0.114746093750 +-0.031494140625 +-0.055175781250 +0.074707031250 +0.099609375000 +0.201171875000 +-0.006835937500 +-0.086425781250 +0.050537109375 +0.015625000000 +-0.134765625000 +-0.096679687500 +-0.125000000000 +-0.033935546875 +0.055664062500 +-0.035156250000 +-0.014221191406 +0.031982421875 +0.078125000000 +-0.072265625000 +0.090332031250 +-0.050048828125 +0.083984375000 +-0.237304687500 +-0.019531250000 +-0.001220703125 +-0.069824218750 +-0.099121093750 +-0.066406250000 +-0.014282226562 +0.059326171875 +0.082031250000 +0.089355468750 +0.207031250000 +0.113769531250 +-0.094238281250 +0.021240234375 +0.005279541016 +0.183593750000 +0.087890625000 +-0.049072265625 +-0.040039062500 +-0.024780273438 +-0.068847656250 +0.075195312500 +-0.106933593750 +0.015136718750 +-0.057128906250 +0.030517578125 +-0.201171875000 +0.178710937500 +-0.012451171875 +-0.094726562500 +-0.169921875000 +-0.101074218750 +-0.194335937500 +-0.115722656250 +-0.089355468750 +0.004211425781 +-0.054443359375 +0.022460937500 +-0.015991210938 +0.032714843750 +-0.027221679688 +-0.041503906250 +-0.054931640625 +-0.149414062500 +0.150390625000 +0.065429687500 +-0.020141601562 +0.120117187500 +0.044677734375 +-0.083984375000 +-0.027832031250 +0.060546875000 +-0.012756347656 +0.149414062500 +-0.082519531250 +-0.166015625000 +0.031982421875 +0.122070312500 +-0.124511718750 +-0.094726562500 +-0.021606445312 +-0.168945312500 +0.143554687500 +-0.022705078125 +-0.079101562500 +-0.029174804688 +0.009582519531 +-0.189453125000 +0.222656250000 +0.174804687500 +-0.059570312500 +-0.014709472656 +-0.103515625000 +0.030883789062 +0.050537109375 +0.042480468750 +0.006134033203 +0.020507812500 +-0.152343750000 +-0.063964843750 +-0.081054687500 +0.054931640625 +-0.153320312500 +-0.060791015625 +0.259765625000 +-0.099121093750 +0.047607421875 +0.028564453125 +0.133789062500 +0.127929687500 +-0.095214843750 +0.069335937500 +0.096679687500 +0.029785156250 +0.017700195312 +0.011596679688 +-0.077636718750 +-0.029174804688 +-0.046875000000 +0.034912109375 +0.015441894531 +0.068359375000 +0.021484375000 +0.070312500000 +-0.143554687500 +-0.205078125000 +-0.039306640625 +0.018920898438 +0.054199218750 +-0.039062500000 +-0.029052734375 +-0.048095703125 +-0.006225585938 +-0.081542968750 +-0.105957031250 +0.046630859375 +-0.178710937500 +-0.086914062500 +-0.026367187500 +-0.011840820312 +0.015258789062 +0.204101562500 +-0.174804687500 +0.016845703125 +-0.003509521484 +-0.007385253906 +0.071777343750 +0.124511718750 +-0.125976562500 +-0.133789062500 +-0.019897460938 +-0.126953125000 +0.053466796875 +-0.162109375000 +0.086425781250 +-0.041259765625 +-0.093261718750 +-0.138671875000 +-0.127929687500 +0.143554687500 +-0.058837890625 +-0.023437500000 +0.138671875000 +-0.066894531250 +0.043212890625 +0.085937500000 +0.271484375000 +-0.072753906250 +-0.088378906250 +-0.038330078125 +-0.019165039062 +0.054199218750 +-0.010253906250 +0.052001953125 +-0.124023437500 +-0.095214843750 +-0.217773437500 +0.075195312500 +0.015502929688 +-0.050537109375 +-0.024169921875 +-0.015869140625 +0.060058593750 +-0.091796875000 +0.055908203125 +0.000568389893 +0.067871093750 +0.061035156250 +0.132812500000 +-0.139648437500 +-0.263671875000 +-0.253906250000 +-0.050537109375 +0.111328125000 +-0.097167968750 +0.036132812500 +0.219726562500 +-0.047119140625 +-0.012145996094 +0.020751953125 +0.066406250000 +-0.071777343750 +0.162109375000 +-0.165039062500 +-0.099121093750 +-0.294921875000 +0.122070312500 +0.148437500000 +0.208984375000 +-0.128906250000 +0.052734375000 +0.053466796875 +-0.043945312500 +-0.021850585938 +-0.279296875000 +0.180664062500 +0.171875000000 +0.023925781250 +0.098144531250 +0.159179687500 +-0.022094726562 +0.004058837891 +-0.000759124756 +0.049072265625 +0.067382812500 +0.050292968750 +0.040527343750 +0.005584716797 +-0.040039062500 +-0.174804687500 +0.004089355469 +0.135742187500 +-0.155273437500 +0.102050781250 +-0.010192871094 +0.136718750000 +0.042480468750 +-0.100585937500 +0.098144531250 +-0.121582031250 +-0.050781250000 +-0.041992187500 +0.169921875000 +-0.033203125000 +0.090332031250 +0.094238281250 +0.018676757812 +-0.102050781250 +0.017944335938 +-0.070800781250 +0.076660156250 +0.109375000000 +-0.057373046875 +0.004821777344 +-0.104980468750 +0.122558593750 +-0.002212524414 +-0.118652343750 +-0.071289062500 +0.326171875000 +0.103027343750 +0.042236328125 +-0.005249023438 +-0.008300781250 +-0.024780273438 +0.108886718750 +-0.104003906250 +0.056152343750 +0.145507812500 +-0.123535156250 +-0.137695312500 +0.137695312500 +0.203125000000 +0.007232666016 +0.025634765625 +-0.050781250000 +0.074218750000 +0.083007812500 +0.094726562500 +-0.141601562500 +0.057128906250 +0.045410156250 +0.170898437500 +-0.238281250000 +0.088867187500 +0.130859375000 +0.108886718750 +0.120117187500 +0.022094726562 +0.041503906250 +0.083007812500 +-0.041015625000 +0.029663085938 +-0.024536132812 +0.087890625000 +-0.125000000000 +0.119628906250 +-0.121093750000 +-0.037109375000 +0.146484375000 +-0.084472656250 +-0.009216308594 +-0.056640625000 +-0.119628906250 +0.021972656250 +-0.096191406250 +0.071777343750 +-0.054199218750 +0.068847656250 +0.167968750000 +-0.089843750000 +0.093261718750 +-0.068847656250 +0.251953125000 +-0.046875000000 +-0.068359375000 +0.047119140625 +-0.025756835938 +0.004821777344 +0.030761718750 +0.010314941406 +-0.074707031250 +-0.167968750000 +0.025512695312 +0.060302734375 +-0.257812500000 +0.020751953125 +0.096679687500 +0.055664062500 +0.172851562500 +-0.091796875000 +-0.144531250000 +0.106933593750 +0.097656250000 +0.230468750000 +-0.097656250000 +-0.065429687500 +0.080566406250 +0.101074218750 +-0.229492187500 +0.057617187500 +-0.120117187500 +-0.032714843750 +0.107910156250 +-0.085449218750 +0.041992187500 +0.194335937500 +-0.058105468750 +0.225585937500 +0.057128906250 +0.213867187500 +-0.141601562500 +-0.164062500000 +0.193359375000 +0.273437500000 +0.093261718750 +-0.030761718750 +-0.027709960938 +0.085449218750 +-0.062500000000 +0.146484375000 +0.084472656250 +-0.073242187500 +0.091796875000 +0.016235351562 +-0.015563964844 +0.146484375000 +0.190429687500 +-0.128906250000 +-0.055664062500 +-0.095214843750 +-0.101562500000 +-0.028320312500 +0.020629882812 +0.058349609375 +0.131835937500 +0.255859375000 +0.195312500000 +0.139648437500 +-0.075195312500 +-0.114746093750 +0.174804687500 +-0.069824218750 +0.141601562500 +-0.201171875000 +0.273437500000 +-0.037353515625 +0.124511718750 +-0.133789062500 +0.011108398438 +0.026489257812 +-0.050781250000 +-0.054931640625 +-0.084472656250 +-0.038330078125 +-0.076660156250 +-0.074707031250 +-0.013916015625 +0.057373046875 +-0.001701354980 +-0.067871093750 +-0.025634765625 +0.119140625000 +0.027465820312 +0.113769531250 +-0.032714843750 +-0.036376953125 +-0.080566406250 +0.057617187500 +0.072265625000 +-0.051269531250 +-0.034179687500 +0.034912109375 +-0.075195312500 +0.152343750000 +-0.063476562500 +-0.051513671875 +-0.169921875000 +-0.073730468750 +-0.023071289062 +0.003204345703 +0.183593750000 +-0.074707031250 +-0.179687500000 +-0.144531250000 +0.050537109375 +-0.175781250000 +0.023681640625 +0.045166015625 +-0.060058593750 +0.016113281250 +-0.008544921875 +-0.084472656250 +-0.017456054688 +0.044921875000 +0.063476562500 +-0.131835937500 +-0.084472656250 +0.029663085938 +0.228515625000 +-0.078613281250 +0.120117187500 +0.072753906250 +0.066894531250 +0.063964843750 +0.010192871094 +0.099609375000 +0.065429687500 +0.154296875000 +0.080566406250 +0.118164062500 +-0.041992187500 +0.007934570312 +-0.153320312500 +-0.037353515625 +0.033203125000 +0.203125000000 +-0.044921875000 +-0.023437500000 +-0.101562500000 +-0.162109375000 +-0.120605468750 +-0.047363281250 +0.009643554688 +-0.015502929688 +-0.075195312500 +0.162109375000 +-0.114746093750 +0.035156250000 +-0.022216796875 +0.038574218750 +-0.023437500000 +-0.361328125000 +-0.091308593750 +0.041503906250 +-0.044189453125 +-0.102539062500 +-0.002807617188 +-0.044189453125 +0.017089843750 +-0.019531250000 +-0.097656250000 +0.144531250000 +-0.008911132812 +-0.097167968750 +-0.048583984375 +-0.003936767578 +0.097656250000 +-0.052246093750 +-0.072753906250 +0.017944335938 +-0.029663085938 +0.038818359375 +0.102050781250 +-0.072753906250 +-0.105468750000 +-0.005737304688 +0.030883789062 +0.031982421875 +0.000328063965 +0.084472656250 +0.094238281250 +-0.156250000000 +0.044921875000 +-0.004241943359 +0.190429687500 +-0.240234375000 +0.048828125000 +0.035156250000 +-0.009460449219 +0.127929687500 +-0.093750000000 +-0.028320312500 +0.035644531250 +-0.141601562500 +-0.026000976562 +-0.026367187500 +0.251953125000 +-0.028320312500 +-0.019165039062 +-0.008483886719 +0.091796875000 +0.182617187500 +0.003234863281 +-0.113281250000 +0.014526367188 +0.010437011719 +-0.070800781250 +-0.065917968750 +-0.110839843750 +-0.061767578125 +-0.170898437500 +-0.011413574219 +0.133789062500 +0.102050781250 +-0.013732910156 +0.027099609375 +-0.127929687500 +-0.116210937500 +0.180664062500 +-0.031250000000 +-0.057861328125 +-0.172851562500 +-0.188476562500 +0.053955078125 +-0.067382812500 +-0.056396484375 +0.144531250000 +0.036865234375 +-0.064941406250 +-0.052734375000 +0.296875000000 +0.021484375000 +0.064941406250 +-0.080566406250 +0.055664062500 +0.202148437500 +-0.092285156250 +-0.095703125000 +-0.008544921875 +-0.100585937500 +0.049560546875 +0.092773437500 +-0.089843750000 +-0.150390625000 +0.042480468750 +-0.140625000000 +-0.053955078125 +0.147460937500 +0.189453125000 +-0.120117187500 +0.057617187500 +0.130859375000 +-0.090332031250 +0.248046875000 +0.080078125000 +0.079589843750 +-0.096679687500 +-0.007232666016 +0.084960937500 +0.016967773438 +0.122070312500 +-0.030273437500 +0.223632812500 +0.117187500000 +-0.076171875000 +0.186523437500 +0.127929687500 +0.015563964844 +-0.063476562500 +-0.044189453125 +-0.034912109375 +-0.070312500000 +-0.063964843750 +0.055175781250 +0.011657714844 +-0.020751953125 +-0.022338867188 +-0.094238281250 +-0.029907226562 +0.110839843750 +-0.123046875000 +0.191406250000 +0.057128906250 +0.054687500000 +-0.028442382812 +-0.195312500000 +0.028808593750 +0.176757812500 +-0.045410156250 +-0.154296875000 +-0.044189453125 +0.008972167969 +-0.000073909760 +0.055908203125 +-0.111328125000 +0.003158569336 +-0.104003906250 +0.186523437500 +0.013854980469 +0.139648437500 +0.075683593750 +0.119628906250 +-0.011779785156 +-0.054199218750 +0.015991210938 +-0.048339843750 +0.025146484375 +-0.177734375000 +-0.053222656250 +0.049072265625 +0.060791015625 +-0.201171875000 +-0.066894531250 +-0.052978515625 +-0.070800781250 +0.082519531250 +0.025146484375 +0.053222656250 +-0.084472656250 +-0.165039062500 +0.079101562500 +-0.081054687500 +-0.061767578125 +0.053955078125 +-0.043945312500 +0.020263671875 +0.195312500000 +-0.105468750000 +0.022583007812 +-0.079101562500 +-0.089355468750 +-0.003265380859 +-0.161132812500 +-0.010864257812 +0.073242187500 +0.018188476562 +-0.012207031250 +0.074218750000 +0.079589843750 +-0.018920898438 +0.253906250000 +0.128906250000 +-0.259765625000 +-0.118652343750 +-0.104492187500 +-0.131835937500 +-0.140625000000 +-0.026489257812 +-0.155273437500 +-0.006469726562 +-0.095703125000 +0.074218750000 +-0.177734375000 +-0.029663085938 +0.055175781250 +0.062988281250 +0.191406250000 +0.116699218750 +-0.020263671875 +-0.059814453125 +-0.073242187500 +-0.207031250000 +-0.119140625000 +0.021972656250 +0.038574218750 +0.093750000000 +-0.044189453125 +-0.083007812500 +0.088378906250 +0.004333496094 +0.081054687500 +-0.009338378906 +0.043701171875 +-0.097656250000 +-0.121093750000 +-0.024658203125 +0.045898437500 +-0.060791015625 +0.084472656250 +-0.149414062500 +0.010009765625 +0.047119140625 +0.085937500000 +-0.048828125000 +0.077636718750 +-0.125976562500 +0.077636718750 +0.024658203125 +-0.116699218750 +0.230468750000 +0.104003906250 +-0.097656250000 +-0.136718750000 +0.031494140625 +0.013671875000 +0.052734375000 +-0.063964843750 +0.016723632812 +0.017456054688 +-0.035400390625 +0.026977539062 +-0.092285156250 +0.057128906250 +0.188476562500 +0.222656250000 +-0.070312500000 +-0.065429687500 +-0.253906250000 +-0.052001953125 +0.010253906250 +-0.039550781250 +-0.164062500000 +-0.053222656250 +0.064453125000 +-0.100097656250 +0.004730224609 +0.122558593750 +-0.014038085938 +0.162109375000 +-0.126953125000 diff --git a/AI_Engine_Development/AIE-MLv2/Design_Tutorials/01-Radio-ML/aie/radioml_top/data/w16_1_weights-rtp.txt b/AI_Engine_Development/AIE-MLv2/Design_Tutorials/01-Radio-ML/aie/radioml_top/data/w16_1_weights-rtp.txt new file mode 100644 index 0000000000..d29392414b --- /dev/null +++ b/AI_Engine_Development/AIE-MLv2/Design_Tutorials/01-Radio-ML/aie/radioml_top/data/w16_1_weights-rtp.txt @@ -0,0 +1,32768 @@ +-0.112304687500 +0.144531250000 +-0.046142578125 +0.101074218750 +-0.142578125000 +-0.033447265625 +-0.061767578125 +-0.102539062500 +-0.132812500000 +0.061523437500 +-0.017211914062 +-0.070312500000 +0.012634277344 +0.101562500000 +-0.130859375000 +0.041748046875 +-0.030029296875 +0.168945312500 +0.004425048828 +0.005340576172 +0.076171875000 +-0.040039062500 +-0.221679687500 +-0.013305664062 +0.083496093750 +-0.234375000000 +0.083496093750 +-0.013854980469 +0.175781250000 +0.100585937500 +0.002410888672 +-0.267578125000 +0.035400390625 +0.054687500000 +-0.233398437500 +-0.061767578125 +0.025512695312 +-0.027221679688 +0.094726562500 +0.090820312500 +-0.039062500000 +0.017822265625 +0.096679687500 +-0.054687500000 +-0.050048828125 +-0.049804687500 +0.208984375000 +0.285156250000 +0.110839843750 +0.241210937500 +-0.050537109375 +0.037841796875 +0.038330078125 +0.022827148438 +-0.037841796875 +-0.053955078125 +0.169921875000 +-0.036376953125 +0.044433593750 +0.047607421875 +-0.207031250000 +-0.071777343750 +-0.018798828125 +0.033203125000 +0.050537109375 +0.019287109375 +-0.076660156250 +0.147460937500 +-0.149414062500 +-0.096679687500 +0.007995605469 +-0.036132812500 +0.032714843750 +0.049804687500 +-0.029296875000 +0.103515625000 +-0.208007812500 +-0.187500000000 +0.112304687500 +0.098144531250 +-0.126953125000 +0.032470703125 +-0.039306640625 +-0.150390625000 +-0.139648437500 +-0.083984375000 +-0.020874023438 +0.085937500000 +0.075195312500 +-0.027099609375 +0.130859375000 +0.147460937500 +0.067382812500 +0.009094238281 +0.109375000000 +-0.028930664062 +-0.064453125000 +-0.020141601562 +0.027465820312 +0.055664062500 +-0.049560546875 +0.060546875000 +-0.089355468750 +0.143554687500 +-0.025390625000 +-0.015258789062 +0.236328125000 +0.026977539062 +0.053955078125 +0.167968750000 +-0.169921875000 +0.092285156250 +-0.034423828125 +-0.176757812500 +-0.005584716797 +-0.168945312500 +0.135742187500 +0.062988281250 +0.086425781250 +0.115234375000 +0.020996093750 +0.155273437500 +-0.050048828125 +-0.009887695312 +0.060546875000 +-0.087890625000 +0.041503906250 +-0.042968750000 +0.071777343750 +0.130859375000 +-0.039550781250 +-0.038330078125 +-0.065429687500 +0.012207031250 +-0.107910156250 +0.188476562500 +-0.017211914062 +0.030273437500 +0.040283203125 +-0.174804687500 +0.019165039062 +0.019775390625 +0.041503906250 +0.033691406250 +-0.105957031250 +0.061523437500 +-0.051757812500 +-0.024658203125 +0.039794921875 +0.030883789062 +-0.008300781250 +0.296875000000 +-0.064941406250 +0.087402343750 +0.036865234375 +0.051025390625 +0.048583984375 +-0.149414062500 +0.061035156250 +0.027709960938 +-0.041015625000 +-0.167968750000 +0.062500000000 +-0.066406250000 +-0.198242187500 +0.003265380859 +-0.220703125000 +-0.140625000000 +0.037597656250 +-0.003997802734 +-0.367187500000 +-0.124023437500 +-0.093750000000 +-0.051757812500 +-0.099121093750 +-0.104003906250 +-0.057617187500 +-0.041748046875 +-0.030761718750 +-0.052490234375 +0.076660156250 +-0.093261718750 +0.098144531250 +-0.072265625000 +0.084472656250 +-0.170898437500 +0.041503906250 +-0.069335937500 +0.185546875000 +0.012695312500 +0.046875000000 +-0.036132812500 +0.004180908203 +0.083496093750 +0.004486083984 +-0.082031250000 +0.049560546875 +-0.037597656250 +0.118164062500 +-0.046875000000 +-0.066406250000 +0.058593750000 +-0.147460937500 +0.296875000000 +-0.163085937500 +0.170898437500 +-0.020141601562 +-0.048828125000 +0.035156250000 +-0.102050781250 +-0.277343750000 +-0.180664062500 +-0.009826660156 +-0.150390625000 +-0.085937500000 +0.069824218750 +-0.022705078125 +0.049072265625 +-0.089843750000 +-0.019897460938 +-0.125976562500 +-0.152343750000 +0.078613281250 +0.208984375000 +-0.106933593750 +-0.016113281250 +0.048828125000 +0.023559570312 +-0.033691406250 +0.029541015625 +-0.035156250000 +0.184570312500 +-0.043457031250 +0.043701171875 +0.168945312500 +-0.030029296875 +-0.005889892578 +0.002532958984 +0.190429687500 +-0.253906250000 +0.049560546875 +0.012756347656 +-0.012878417969 +-0.105957031250 +-0.074218750000 +0.019653320312 +0.085937500000 +0.070312500000 +0.000793457031 +0.213867187500 +-0.050292968750 +0.005950927734 +0.019897460938 +0.032958984375 +-0.000225067139 +-0.184570312500 +-0.086914062500 +0.099609375000 +-0.072265625000 +-0.008666992188 +-0.118652343750 +0.043701171875 +0.116699218750 +-0.016479492188 +0.140625000000 +0.196289062500 +-0.084472656250 +0.148437500000 +-0.166015625000 +-0.302734375000 +-0.058593750000 +-0.061035156250 +0.056884765625 +0.182617187500 +0.011352539062 +0.081054687500 +-0.083007812500 +-0.220703125000 +-0.139648437500 +0.125000000000 +-0.218750000000 +-0.058593750000 +0.053466796875 +0.172851562500 +-0.035156250000 +0.004425048828 +-0.126953125000 +0.050048828125 +0.007110595703 +-0.003662109375 +-0.072265625000 +-0.105468750000 +0.069824218750 +-0.103027343750 +0.140625000000 +0.058105468750 +0.084472656250 +0.035156250000 +-0.269531250000 +0.019409179688 +0.076171875000 +-0.028198242188 +0.222656250000 +0.006225585938 +0.012329101562 +0.189453125000 +-0.073730468750 +0.047851562500 +0.231445312500 +-0.145507812500 +0.212890625000 +-0.090820312500 +-0.048583984375 +-0.059814453125 +-0.214843750000 +0.077148437500 +-0.131835937500 +0.088378906250 +-0.042480468750 +-0.017822265625 +0.127929687500 +0.210937500000 +0.020263671875 +-0.069335937500 +-0.015502929688 +-0.079101562500 +-0.001953125000 +0.045898437500 +-0.183593750000 +-0.064941406250 +-0.044433593750 +-0.069824218750 +-0.026977539062 +-0.116699218750 +0.035156250000 +0.058349609375 +0.109375000000 +0.034667968750 +-0.101562500000 +0.241210937500 +0.053710937500 +-0.000324249268 +-0.094238281250 +0.029296875000 +-0.031494140625 +-0.320312500000 +0.062255859375 +0.029785156250 +-0.074218750000 +0.049560546875 +0.101562500000 +-0.052978515625 +0.035156250000 +-0.250000000000 +0.143554687500 +0.049316406250 +-0.289062500000 +-0.093750000000 +0.025512695312 +0.029052734375 +0.149414062500 +-0.082031250000 +-0.012268066406 +0.108398437500 +0.030517578125 +0.004364013672 +-0.116210937500 +-0.097656250000 +-0.050537109375 +0.023315429688 +-0.002136230469 +0.223632812500 +-0.103515625000 +0.071777343750 +0.003433227539 +-0.024414062500 +-0.037841796875 +-0.031005859375 +-0.147460937500 +-0.031982421875 +-0.072753906250 +-0.032958984375 +-0.095214843750 +0.033691406250 +0.006042480469 +-0.055664062500 +0.006011962891 +0.002090454102 +0.044677734375 +-0.098632812500 +-0.099121093750 +-0.112304687500 +-0.010070800781 +-0.107910156250 +-0.203125000000 +0.053955078125 +-0.065429687500 +-0.192382812500 +0.064453125000 +-0.026245117188 +-0.076171875000 +0.065917968750 +-0.128906250000 +-0.062988281250 +-0.014282226562 +0.070312500000 +0.185546875000 +0.105468750000 +0.001373291016 +-0.027343750000 +-0.189453125000 +-0.004150390625 +-0.089355468750 +0.213867187500 +-0.005828857422 +-0.082031250000 +-0.143554687500 +0.025024414062 +-0.062011718750 +-0.271484375000 +-0.000216484070 +0.020874023438 +-0.043701171875 +-0.149414062500 +-0.017089843750 +0.002578735352 +-0.161132812500 +0.070312500000 +-0.090820312500 +-0.010070800781 +-0.075683593750 +-0.032470703125 +-0.020019531250 +-0.023437500000 +-0.265625000000 +-0.037597656250 +0.157226562500 +0.207031250000 +-0.086914062500 +0.044677734375 +-0.090332031250 +0.130859375000 +0.099609375000 +-0.097167968750 +-0.040039062500 +-0.032958984375 +0.007934570312 +0.216796875000 +0.103027343750 +0.113769531250 +0.029418945312 +0.130859375000 +0.038085937500 +-0.083496093750 +0.141601562500 +-0.048095703125 +-0.096191406250 +-0.118164062500 +-0.166015625000 +-0.153320312500 +0.002319335938 +-0.120605468750 +0.077636718750 +-0.145507812500 +-0.020263671875 +-0.073730468750 +-0.079101562500 +-0.013549804688 +-0.091308593750 +-0.066406250000 +-0.033447265625 +-0.312500000000 +0.050292968750 +-0.093750000000 +-0.116699218750 +-0.045410156250 +0.115722656250 +0.165039062500 +-0.074218750000 +-0.083007812500 +0.004394531250 +0.143554687500 +-0.070312500000 +-0.229492187500 +-0.015563964844 +-0.003524780273 +-0.032226562500 +0.127929687500 +-0.215820312500 +0.017333984375 +-0.173828125000 +-0.044433593750 +0.116210937500 +0.030273437500 +0.094238281250 +-0.070312500000 +-0.090332031250 +0.076171875000 +0.015441894531 +0.002700805664 +-0.043945312500 +0.031494140625 +-0.045410156250 +0.020019531250 +-0.091308593750 +0.017089843750 +-0.012512207031 +-0.073242187500 +0.018310546875 +-0.023803710938 +0.009460449219 +0.210937500000 +0.113769531250 +0.082031250000 +-0.185546875000 +0.132812500000 +0.152343750000 +-0.218750000000 +0.105957031250 +0.071289062500 +-0.054199218750 +0.144531250000 +-0.172851562500 +0.098632812500 +-0.003936767578 +-0.068847656250 +-0.193359375000 +-0.001716613770 +0.030761718750 +0.021728515625 +0.020385742188 +-0.062988281250 +0.042968750000 +-0.041259765625 +0.038818359375 +0.105468750000 +0.047607421875 +0.052734375000 +-0.080566406250 +-0.119140625000 +0.021728515625 +-0.031982421875 +-0.044677734375 +-0.062011718750 +0.021850585938 +0.092773437500 +-0.105468750000 +0.102539062500 +0.027221679688 +0.012145996094 +0.081054687500 +0.104003906250 +0.082519531250 +-0.037109375000 +-0.158203125000 +-0.065917968750 +0.123046875000 +-0.200195312500 +0.012756347656 +-0.096679687500 +-0.035644531250 +-0.025024414062 +0.053466796875 +-0.020141601562 +0.046386718750 +0.071289062500 +0.022705078125 +-0.040283203125 +-0.255859375000 +0.212890625000 +-0.121582031250 +-0.029418945312 +0.051513671875 +0.023803710938 +-0.140625000000 +-0.029296875000 +-0.061767578125 +0.025878906250 +-0.144531250000 +0.073242187500 +0.135742187500 +-0.146484375000 +-0.042724609375 +-0.137695312500 +0.087890625000 +0.058105468750 +-0.073242187500 +0.012817382812 +0.110839843750 +0.165039062500 +-0.000976562500 +0.014648437500 +-0.042968750000 +-0.028076171875 +-0.012512207031 +0.160156250000 +0.133789062500 +0.281250000000 +-0.084472656250 +0.033447265625 +-0.080566406250 +-0.022949218750 +-0.186523437500 +-0.119628906250 +0.063964843750 +-0.056396484375 +-0.053466796875 +0.165039062500 +-0.077148437500 +-0.006835937500 +0.013610839844 +-0.011657714844 +0.006408691406 +0.021240234375 +-0.133789062500 +-0.015136718750 +0.123535156250 +0.064453125000 +-0.204101562500 +0.067871093750 +-0.099609375000 +-0.052246093750 +0.186523437500 +-0.166992187500 +0.152343750000 +0.208984375000 +-0.003692626953 +0.009155273438 +-0.042968750000 +-0.011596679688 +0.085449218750 +-0.005401611328 +-0.056884765625 +-0.086425781250 +-0.050292968750 +-0.026489257812 +0.087402343750 +0.076171875000 +0.036376953125 +0.153320312500 +-0.093261718750 +0.114257812500 +-0.023071289062 +0.053222656250 +0.071289062500 +-0.014038085938 +0.007659912109 +0.029052734375 +0.094726562500 +-0.074707031250 +0.047607421875 +-0.151367187500 +0.072265625000 +0.120117187500 +-0.089843750000 +-0.063964843750 +0.101074218750 +0.056152343750 +0.031005859375 +-0.064941406250 +0.106933593750 +0.087890625000 +-0.068847656250 +-0.130859375000 +0.107421875000 +0.133789062500 +-0.007812500000 +0.047851562500 +0.005187988281 +-0.008666992188 +0.001167297363 +-0.065917968750 +0.060058593750 +0.095214843750 +0.223632812500 +-0.014526367188 +0.102539062500 +-0.088867187500 +-0.095703125000 +0.055419921875 +-0.148437500000 +0.050781250000 +0.039306640625 +-0.087890625000 +0.109375000000 +-0.083496093750 +-0.129882812500 +0.053222656250 +0.087402343750 +0.091308593750 +-0.034179687500 +-0.029785156250 +0.012878417969 +-0.076660156250 +0.066406250000 +0.061279296875 +-0.023193359375 +0.143554687500 +0.006195068359 +0.072265625000 +-0.269531250000 +0.044677734375 +-0.094726562500 +0.009826660156 +0.079101562500 +0.019042968750 +-0.058593750000 +0.086914062500 +-0.021728515625 +-0.246093750000 +-0.038574218750 +0.041503906250 +0.163085937500 +-0.027587890625 +0.009338378906 +0.031250000000 +0.017578125000 +0.134765625000 +0.177734375000 +0.022460937500 +-0.077148437500 +0.052490234375 +0.083496093750 +-0.091308593750 +-0.021728515625 +0.018798828125 +-0.041748046875 +0.066894531250 +0.208984375000 +-0.074218750000 +-0.054687500000 +-0.002090454102 +0.079101562500 +-0.076171875000 +0.046630859375 +0.161132812500 +0.028198242188 +-0.040039062500 +0.039550781250 +0.078613281250 +-0.043212890625 +0.083496093750 +-0.074218750000 +-0.233398437500 +-0.056884765625 +-0.056152343750 +0.127929687500 +0.074218750000 +-0.083984375000 +-0.078125000000 +0.004058837891 +-0.049804687500 +0.102539062500 +0.007934570312 +-0.028808593750 +-0.067382812500 +-0.019531250000 +-0.124023437500 +0.036865234375 +-0.044921875000 +0.023193359375 +-0.233398437500 +-0.055908203125 +-0.002578735352 +0.059326171875 +0.125000000000 +-0.052978515625 +0.117187500000 +-0.104003906250 +-0.104980468750 +0.103027343750 +0.098632812500 +0.113769531250 +0.082031250000 +-0.052978515625 +0.096679687500 +-0.034423828125 +-0.052246093750 +0.217773437500 +0.041992187500 +0.070312500000 +0.104492187500 +0.001594543457 +0.034423828125 +0.105957031250 +-0.103515625000 +0.027709960938 +-0.218750000000 +0.004547119141 +0.031982421875 +0.020507812500 +0.008422851562 +0.037597656250 +0.017700195312 +0.017089843750 +-0.041992187500 +-0.151367187500 +-0.028442382812 +-0.013427734375 +0.019897460938 +-0.110839843750 +-0.014770507812 +0.164062500000 +0.050537109375 +0.134765625000 +-0.004852294922 +0.117187500000 +0.104003906250 +0.063964843750 +-0.083984375000 +-0.103027343750 +0.011840820312 +0.185546875000 +-0.047363281250 +-0.106445312500 +-0.077148437500 +-0.198242187500 +0.099609375000 +-0.112792968750 +-0.090332031250 +-0.008544921875 +0.034179687500 +-0.061035156250 +0.013000488281 +-0.149414062500 +-0.141601562500 +0.016357421875 +-0.098632812500 +-0.189453125000 +-0.044677734375 +-0.010803222656 +-0.089355468750 +0.028686523438 +-0.143554687500 +0.100585937500 +0.117675781250 +0.037353515625 +-0.058105468750 +0.022216796875 +-0.132812500000 +0.020996093750 +0.037109375000 +-0.291015625000 +-0.006134033203 +0.089843750000 +-0.067382812500 +-0.070800781250 +-0.076171875000 +-0.096679687500 +-0.053710937500 +0.127929687500 +0.092285156250 +-0.007019042969 +-0.061767578125 +0.028198242188 +0.024047851562 +-0.018676757812 +0.011779785156 +-0.189453125000 +-0.006774902344 +0.007995605469 +0.016113281250 +0.040283203125 +-0.019042968750 +0.095703125000 +0.169921875000 +0.041748046875 +0.101074218750 +-0.126953125000 +0.028320312500 +0.005065917969 +0.087890625000 +-0.005371093750 +-0.115722656250 +-0.127929687500 +0.014282226562 +0.135742187500 +-0.041015625000 +0.019287109375 +0.050781250000 +-0.017578125000 +0.078125000000 +-0.110839843750 +0.021484375000 +-0.030395507812 +0.084472656250 +0.047363281250 +-0.087402343750 +0.119628906250 +0.239257812500 +0.006622314453 +0.047851562500 +-0.094726562500 +-0.075683593750 +-0.107910156250 +-0.188476562500 +-0.018676757812 +-0.063964843750 +-0.001983642578 +-0.121582031250 +-0.032226562500 +-0.045410156250 +-0.042968750000 +-0.131835937500 +0.158203125000 +-0.049072265625 +-0.160156250000 +-0.052001953125 +0.069824218750 +0.201171875000 +0.039306640625 +-0.173828125000 +0.002716064453 +0.106445312500 +0.141601562500 +0.041503906250 +0.019897460938 +-0.113281250000 +0.003784179688 +0.038330078125 +-0.104492187500 +0.197265625000 +0.020019531250 +0.007720947266 +-0.061767578125 +0.081054687500 +-0.094238281250 +-0.013916015625 +-0.070312500000 +0.074707031250 +0.031982421875 +0.018188476562 +-0.058593750000 +0.011352539062 +0.059326171875 +0.061035156250 +0.068359375000 +-0.138671875000 +-0.182617187500 +-0.006408691406 +-0.095703125000 +-0.070312500000 +-0.138671875000 +-0.059082031250 +-0.096191406250 +-0.078125000000 +0.002044677734 +-0.017700195312 +0.033935546875 +-0.129882812500 +0.116210937500 +0.159179687500 +-0.029907226562 +-0.060791015625 +0.141601562500 +0.028564453125 +0.052978515625 +0.069824218750 +0.049072265625 +0.007141113281 +-0.010986328125 +0.048828125000 +-0.096679687500 +0.112304687500 +-0.058837890625 +-0.067382812500 +-0.066406250000 +-0.166015625000 +0.025878906250 +-0.084960937500 +0.114257812500 +0.098632812500 +-0.124023437500 +0.018432617188 +-0.126953125000 +0.109375000000 +0.207031250000 +0.051757812500 +-0.106445312500 +-0.105957031250 +-0.122558593750 +-0.000793457031 +0.000976562500 +0.077148437500 +-0.070800781250 +0.178710937500 +-0.055175781250 +0.043457031250 +0.046142578125 +0.155273437500 +0.008666992188 +0.139648437500 +-0.000499725342 +0.122558593750 +0.083496093750 +-0.155273437500 +-0.159179687500 +-0.012084960938 +0.033691406250 +-0.220703125000 +0.161132812500 +0.145507812500 +0.011657714844 +-0.147460937500 +-0.196289062500 +-0.059082031250 +0.154296875000 +-0.134765625000 +-0.017578125000 +0.098632812500 +0.067871093750 +0.072265625000 +-0.026123046875 +0.042724609375 +0.004180908203 +-0.010742187500 +-0.036865234375 +0.050048828125 +-0.016967773438 +0.061523437500 +0.118164062500 +-0.148437500000 +-0.025268554688 +-0.205078125000 +0.213867187500 +-0.227539062500 +-0.029296875000 +0.041015625000 +-0.040527343750 +-0.089355468750 +-0.004211425781 +0.160156250000 +-0.008056640625 +-0.333984375000 +0.002441406250 +0.112304687500 +0.084472656250 +-0.188476562500 +-0.004119873047 +0.102050781250 +-0.035888671875 +-0.082519531250 +0.006408691406 +-0.000808715820 +0.085937500000 +0.015747070312 +-0.233398437500 +0.223632812500 +0.169921875000 +-0.073730468750 +-0.119140625000 +-0.017211914062 +-0.052978515625 +-0.038085937500 +0.156250000000 +0.059570312500 +0.023437500000 +-0.061767578125 +-0.035156250000 +-0.092285156250 +-0.029052734375 +0.042968750000 +0.001213073730 +0.041503906250 +0.103515625000 +-0.103027343750 +0.067382812500 +-0.011352539062 +0.069335937500 +0.072265625000 +-0.038085937500 +0.053955078125 +0.122558593750 +-0.159179687500 +0.096679687500 +-0.098144531250 +0.083984375000 +0.037353515625 +-0.235351562500 +0.040527343750 +0.038574218750 +-0.075683593750 +-0.030639648438 +0.220703125000 +0.119628906250 +-0.075195312500 +0.128906250000 +-0.157226562500 +0.139648437500 +0.078125000000 +-0.118652343750 +-0.061767578125 +0.168945312500 +0.308593750000 +0.021606445312 +0.075195312500 +-0.306640625000 +0.059814453125 +-0.056396484375 +0.025756835938 +0.022460937500 +-0.210937500000 +0.047119140625 +-0.112304687500 +-0.209960937500 +-0.176757812500 +-0.007598876953 +-0.136718750000 +-0.030517578125 +-0.152343750000 +-0.080078125000 +-0.283203125000 +-0.209960937500 +-0.109375000000 +-0.007720947266 +0.096191406250 +-0.124023437500 +0.001060485840 +-0.167968750000 +0.149414062500 +-0.077636718750 +-0.326171875000 +0.000139236450 +-0.031738281250 +-0.157226562500 +-0.173828125000 +-0.216796875000 +-0.279296875000 +0.075195312500 +0.064941406250 +0.228515625000 +-0.000782012939 +-0.261718750000 +-0.027099609375 +-0.041992187500 +0.155273437500 +0.053710937500 +0.047119140625 +0.014282226562 +0.212890625000 +-0.136718750000 +0.049316406250 +0.068359375000 +-0.034179687500 +-0.097656250000 +-0.029541015625 +0.027832031250 +0.080566406250 +0.027221679688 +-0.062255859375 +0.122070312500 +-0.118652343750 +-0.012023925781 +0.007141113281 +0.020385742188 +0.002151489258 +-0.094726562500 +0.041015625000 +0.042724609375 +0.232421875000 +-0.100585937500 +-0.102539062500 +0.206054687500 +-0.074218750000 +-0.182617187500 +0.114257812500 +0.068847656250 +-0.021362304688 +0.017456054688 +0.133789062500 +-0.128906250000 +0.150390625000 +0.124511718750 +0.121582031250 +0.057861328125 +0.129882812500 +0.287109375000 +0.019531250000 +-0.006805419922 +0.122070312500 +-0.298828125000 +-0.076660156250 +0.032470703125 +-0.065917968750 +0.069824218750 +-0.032470703125 +-0.009277343750 +0.006378173828 +-0.029541015625 +-0.072265625000 +-0.083984375000 +-0.124511718750 +0.111816406250 +0.023681640625 +-0.222656250000 +0.001640319824 +-0.207031250000 +0.081054687500 +-0.308593750000 +-0.085449218750 +0.071777343750 +0.034423828125 +0.064941406250 +-0.175781250000 +-0.095214843750 +-0.089355468750 +0.015747070312 +-0.015441894531 +0.127929687500 +-0.024536132812 +-0.051269531250 +-0.179687500000 +0.132812500000 +0.061035156250 +-0.127929687500 +-0.057128906250 +-0.175781250000 +0.135742187500 +0.171875000000 +-0.052001953125 +0.062011718750 +-0.018432617188 +-0.145507812500 +0.072753906250 +-0.071289062500 +0.140625000000 +-0.042480468750 +0.037353515625 +-0.267578125000 +-0.004943847656 +-0.175781250000 +-0.181640625000 +-0.038574218750 +-0.096191406250 +0.047851562500 +0.047851562500 +0.194335937500 +0.085937500000 +-0.151367187500 +0.030029296875 +0.064941406250 +-0.002014160156 +0.189453125000 +0.189453125000 +-0.194335937500 +-0.027954101562 +0.073242187500 +0.010437011719 +-0.035888671875 +0.090332031250 +-0.112792968750 +0.130859375000 +-0.059326171875 +0.091308593750 +0.198242187500 +0.079589843750 +0.136718750000 +0.008850097656 +0.119140625000 +-0.010742187500 +-0.108398437500 +0.129882812500 +-0.085449218750 +-0.191406250000 +0.087402343750 +-0.113281250000 +0.151367187500 +-0.043945312500 +0.016723632812 +0.155273437500 +-0.083984375000 +0.051757812500 +-0.159179687500 +-0.221679687500 +-0.064941406250 +0.015136718750 +-0.014221191406 +-0.151367187500 +-0.030883789062 +0.004882812500 +0.062988281250 +0.073730468750 +0.096679687500 +0.017700195312 +0.006195068359 +0.019531250000 +0.017333984375 +-0.055908203125 +0.148437500000 +0.063964843750 +-0.048095703125 +0.019409179688 +-0.046386718750 +-0.283203125000 +-0.243164062500 +-0.082031250000 +0.093750000000 +0.028076171875 +-0.126953125000 +-0.041992187500 +-0.160156250000 +0.085937500000 +-0.072753906250 +0.020996093750 +-0.044433593750 +-0.174804687500 +-0.107421875000 +-0.253906250000 +0.069824218750 +0.012756347656 +-0.053222656250 +-0.118652343750 +0.006713867188 +0.126953125000 +-0.130859375000 +-0.029052734375 +0.035644531250 +0.081542968750 +-0.066894531250 +0.041259765625 +-0.035400390625 +-0.039062500000 +0.054199218750 +-0.065917968750 +-0.009338378906 +0.035400390625 +-0.029296875000 +-0.241210937500 +-0.049316406250 +-0.045654296875 +0.075683593750 +-0.064453125000 +0.047851562500 +-0.043945312500 +0.061767578125 +-0.028320312500 +-0.110839843750 +-0.146484375000 +-0.183593750000 +0.085937500000 +0.056884765625 +0.103027343750 +-0.060302734375 +-0.062011718750 +0.029663085938 +-0.051269531250 +-0.129882812500 +0.032714843750 +0.162109375000 +-0.110351562500 +0.169921875000 +-0.112304687500 +0.052001953125 +-0.028076171875 +-0.253906250000 +0.131835937500 +-0.175781250000 +-0.032958984375 +-0.118652343750 +0.044677734375 +0.011535644531 +0.190429687500 +0.122070312500 +0.132812500000 +-0.008544921875 +-0.114257812500 +-0.010131835938 +-0.190429687500 +-0.078613281250 +-0.324218750000 +-0.052734375000 +-0.110351562500 +0.149414062500 +0.076660156250 +0.028564453125 +-0.131835937500 +0.041992187500 +0.060058593750 +-0.042480468750 +-0.060546875000 +0.070312500000 +-0.109375000000 +0.017456054688 +0.098144531250 +0.072265625000 +-0.011657714844 +0.271484375000 +0.027954101562 +0.097167968750 +-0.099609375000 +0.089843750000 +0.060791015625 +0.040283203125 +0.133789062500 +0.074218750000 +-0.130859375000 +0.024169921875 +0.088378906250 +-0.033447265625 +-0.047119140625 +-0.064941406250 +-0.030395507812 +0.006591796875 +-0.238281250000 +0.176757812500 +-0.227539062500 +0.193359375000 +-0.121582031250 +0.142578125000 +-0.075683593750 +-0.000682830811 +0.035156250000 +-0.043457031250 +0.004364013672 +0.041503906250 +-0.084472656250 +0.123046875000 +-0.096679687500 +0.168945312500 +-0.100585937500 +-0.020629882812 +-0.004180908203 +-0.045166015625 +-0.002975463867 +0.044921875000 +-0.105957031250 +-0.115234375000 +-0.150390625000 +-0.051025390625 +0.023559570312 +-0.104980468750 +0.007171630859 +-0.030151367188 +0.035644531250 +0.017089843750 +0.121582031250 +-0.097167968750 +-0.009887695312 +-0.025756835938 +0.099121093750 +0.088378906250 +0.245117187500 +0.173828125000 +-0.071777343750 +-0.035400390625 +0.029418945312 +-0.021728515625 +0.092285156250 +-0.024291992188 +0.053955078125 +0.018554687500 +0.052246093750 +-0.104492187500 +0.067871093750 +-0.059570312500 +-0.075195312500 +-0.060058593750 +-0.097656250000 +-0.130859375000 +-0.031127929688 +-0.141601562500 +0.016601562500 +-0.102539062500 +0.038574218750 +0.240234375000 +0.314453125000 +-0.092773437500 +0.050537109375 +0.160156250000 +-0.042968750000 +-0.041503906250 +-0.218750000000 +-0.023681640625 +-0.035156250000 +-0.084960937500 +-0.034667968750 +-0.027954101562 +0.110351562500 +0.181640625000 +-0.079589843750 +-0.060791015625 +-0.142578125000 +-0.052734375000 +-0.030395507812 +-0.041503906250 +0.023071289062 +-0.065917968750 +0.024780273438 +0.026855468750 +0.008178710938 +0.003234863281 +-0.084960937500 +0.003326416016 +0.122558593750 +0.027465820312 +0.185546875000 +-0.233398437500 +0.152343750000 +0.087402343750 +-0.036132812500 +0.080078125000 +0.069335937500 +-0.014160156250 +0.100585937500 +0.069335937500 +-0.051513671875 +0.071777343750 +0.142578125000 +0.034423828125 +-0.111816406250 +-0.031494140625 +0.058105468750 +0.042480468750 +-0.056396484375 +-0.160156250000 +0.155273437500 +-0.133789062500 +0.024047851562 +-0.062988281250 +-0.195312500000 +0.011108398438 +0.057861328125 +0.086425781250 +-0.111328125000 +0.090332031250 +-0.202148437500 +0.023681640625 +0.038818359375 +-0.090820312500 +0.145507812500 +0.070312500000 +0.112792968750 +-0.010620117188 +0.187500000000 +-0.025390625000 +0.208007812500 +0.015014648438 +-0.101074218750 +0.049560546875 +-0.156250000000 +0.018188476562 +0.139648437500 +0.070800781250 +-0.081054687500 +0.090332031250 +-0.024047851562 +-0.076171875000 +-0.183593750000 +-0.129882812500 +0.203125000000 +0.122558593750 +-0.026000976562 +-0.157226562500 +0.031982421875 +0.031494140625 +0.014587402344 +-0.066894531250 +-0.011047363281 +0.153320312500 +-0.322265625000 +0.161132812500 +-0.087890625000 +0.024658203125 +-0.056396484375 +0.005889892578 +-0.027832031250 +-0.001541137695 +-0.055908203125 +-0.097656250000 +-0.065429687500 +-0.031982421875 +-0.048095703125 +-0.241210937500 +-0.055664062500 +-0.133789062500 +-0.045166015625 +-0.127929687500 +-0.020751953125 +0.141601562500 +-0.055908203125 +0.036132812500 +0.045166015625 +0.150390625000 +-0.043701171875 +0.033447265625 +0.022949218750 +0.042968750000 +-0.083007812500 +0.122070312500 +0.094726562500 +-0.045898437500 +-0.159179687500 +-0.086914062500 +0.044677734375 +0.081542968750 +-0.089355468750 +-0.060058593750 +-0.031738281250 +0.001823425293 +-0.024047851562 +-0.267578125000 +-0.018310546875 +0.115234375000 +-0.124511718750 +-0.102539062500 +0.080566406250 +0.058105468750 +0.188476562500 +0.078125000000 +-0.112304687500 +0.053710937500 +0.114746093750 +0.202148437500 +-0.015747070312 +-0.186523437500 +0.047607421875 +0.024414062500 +0.042724609375 +-0.006713867188 +-0.069335937500 +0.046875000000 +0.074707031250 +-0.023803710938 +-0.157226562500 +0.198242187500 +-0.200195312500 +0.052978515625 +0.020385742188 +-0.200195312500 +-0.051025390625 +-0.107421875000 +-0.212890625000 +0.050781250000 +-0.308593750000 +0.050781250000 +-0.009399414062 +0.046386718750 +0.057617187500 +0.083496093750 +-0.037109375000 +-0.023559570312 +-0.020263671875 +0.143554687500 +-0.031982421875 +-0.124511718750 +0.140625000000 +-0.058105468750 +-0.040039062500 +0.006011962891 +-0.027587890625 +0.097656250000 +0.085449218750 +0.033447265625 +-0.058593750000 +-0.166992187500 +-0.170898437500 +-0.088867187500 +0.236328125000 +0.065917968750 +-0.042968750000 +0.076660156250 +-0.206054687500 +-0.000923156738 +-0.059814453125 +-0.157226562500 +0.080566406250 +0.178710937500 +-0.055175781250 +0.035888671875 +-0.162109375000 +0.147460937500 +-0.070800781250 +-0.494140625000 +-0.000476837158 +-0.029907226562 +-0.031494140625 +-0.030517578125 +-0.159179687500 +0.075195312500 +0.010986328125 +-0.021606445312 +-0.029663085938 +0.124023437500 +-0.159179687500 +0.055419921875 +0.104980468750 +0.002136230469 +-0.004394531250 +-0.119628906250 +-0.144531250000 +-0.128906250000 +-0.094726562500 +0.006256103516 +-0.124511718750 +-0.061523437500 +0.108398437500 +0.124511718750 +0.025024414062 +-0.255859375000 +-0.051269531250 +-0.106445312500 +0.200195312500 +0.027709960938 +-0.084960937500 +0.080566406250 +0.043701171875 +0.101074218750 +-0.086425781250 +0.194335937500 +0.015991210938 +0.005523681641 +0.104492187500 +-0.080078125000 +-0.012756347656 +-0.163085937500 +0.001022338867 +0.039550781250 +-0.054687500000 +0.138671875000 +0.178710937500 +-0.224609375000 +0.233398437500 +-0.009216308594 +0.120117187500 +-0.003158569336 +0.157226562500 +0.005615234375 +0.001785278320 +0.096679687500 +0.030761718750 +0.030639648438 +0.052001953125 +0.061035156250 +-0.030395507812 +0.104492187500 +0.060302734375 +-0.086914062500 +-0.026611328125 +0.018676757812 +-0.326171875000 +0.097656250000 +0.213867187500 +0.020263671875 +-0.157226562500 +0.015991210938 +-0.060791015625 +-0.028198242188 +-0.298828125000 +-0.027709960938 +0.023193359375 +-0.116699218750 +0.154296875000 +0.017822265625 +-0.065917968750 +-0.073242187500 +-0.019409179688 +-0.084960937500 +-0.018310546875 +0.033935546875 +0.057128906250 +-0.043701171875 +-0.098144531250 +0.020996093750 +-0.138671875000 +0.014282226562 +0.171875000000 +0.005828857422 +-0.136718750000 +0.053710937500 +0.020507812500 +0.124511718750 +0.048828125000 +0.066894531250 +0.117675781250 +-0.120117187500 +-0.043212890625 +-0.140625000000 +-0.042724609375 +-0.052246093750 +0.107910156250 +-0.024291992188 +-0.037353515625 +0.090820312500 +0.062011718750 +0.277343750000 +0.261718750000 +0.159179687500 +-0.166992187500 +-0.069335937500 +-0.031127929688 +0.160156250000 +-0.146484375000 +-0.043212890625 +0.097656250000 +0.215820312500 +-0.042724609375 +0.024536132812 +-0.008178710938 +-0.172851562500 +-0.102050781250 +-0.142578125000 +-0.011962890625 +-0.148437500000 +-0.034667968750 +-0.031494140625 +-0.277343750000 +-0.134765625000 +-0.026977539062 +0.015380859375 +0.053955078125 +0.197265625000 +0.129882812500 +-0.023681640625 +-0.128906250000 +-0.025268554688 +-0.004699707031 +-0.020019531250 +0.033447265625 +0.083984375000 +0.076171875000 +0.002212524414 +0.045654296875 +-0.031494140625 +-0.046386718750 +0.016357421875 +0.012451171875 +-0.036865234375 +-0.100097656250 +0.193359375000 +0.128906250000 +0.067871093750 +-0.032714843750 +0.120605468750 +0.001762390137 +-0.239257812500 +-0.039794921875 +-0.130859375000 +-0.119628906250 +0.101074218750 +0.071289062500 +-0.246093750000 +-0.113769531250 +-0.086914062500 +-0.050537109375 +0.042968750000 +0.119140625000 +0.022338867188 +-0.003387451172 +0.023437500000 +0.053710937500 +-0.173828125000 +-0.050781250000 +-0.065429687500 +0.025634765625 +0.157226562500 +-0.043212890625 +-0.176757812500 +-0.179687500000 +-0.034912109375 +-0.010437011719 +0.155273437500 +-0.068847656250 +-0.157226562500 +-0.063476562500 +0.016845703125 +-0.062988281250 +0.095703125000 +-0.069335937500 +-0.081542968750 +0.376953125000 +0.007171630859 +0.023437500000 +0.065429687500 +-0.058349609375 +-0.045410156250 +0.142578125000 +-0.062988281250 +0.039062500000 +-0.083984375000 +-0.125976562500 +-0.087402343750 +0.023437500000 +-0.126953125000 +-0.020996093750 +0.026733398438 +0.144531250000 +-0.040527343750 +-0.109375000000 +-0.037353515625 +-0.055908203125 +0.026733398438 +0.004089355469 +-0.001655578613 +-0.032958984375 +0.088378906250 +0.097167968750 +-0.072265625000 +-0.074707031250 +-0.147460937500 +0.117675781250 +-0.000846862793 +0.034912109375 +0.029541015625 +-0.077148437500 +-0.109863281250 +0.087402343750 +-0.232421875000 +0.147460937500 +-0.129882812500 +-0.059082031250 +-0.170898437500 +-0.048828125000 +0.203125000000 +-0.162109375000 +0.003189086914 +0.071289062500 +0.157226562500 +0.041259765625 +-0.024780273438 +-0.039550781250 +0.158203125000 +0.098632812500 +-0.024780273438 +0.020751953125 +0.032226562500 +-0.010986328125 +-0.004943847656 +0.078125000000 +-0.082519531250 +0.036132812500 +-0.030517578125 +0.001342773438 +-0.139648437500 +0.052978515625 +-0.047851562500 +0.030883789062 +0.141601562500 +0.126953125000 +0.039062500000 +-0.024536132812 +0.050292968750 +0.134765625000 +0.037109375000 +0.069824218750 +-0.208984375000 +0.127929687500 +0.204101562500 +0.164062500000 +-0.026611328125 +-0.054931640625 +0.072753906250 +-0.031005859375 +0.055419921875 +-0.215820312500 +0.074707031250 +0.033935546875 +-0.135742187500 +0.094238281250 +-0.066406250000 +0.108886718750 +-0.088378906250 +-0.029174804688 +0.117675781250 +-0.145507812500 +0.036132812500 +-0.037353515625 +0.098144531250 +-0.212890625000 +-0.204101562500 +0.029663085938 +-0.043457031250 +0.046386718750 +0.077636718750 +-0.184570312500 +0.045654296875 +0.080078125000 +-0.202148437500 +-0.047607421875 +-0.027221679688 +0.017944335938 +0.036865234375 +0.062988281250 +-0.047119140625 +-0.230468750000 +0.061035156250 +-0.118164062500 +-0.105468750000 +-0.042480468750 +0.155273437500 +0.129882812500 +0.020263671875 +0.058105468750 +-0.032226562500 +-0.087890625000 +-0.054687500000 +-0.052001953125 +0.238281250000 +-0.061035156250 +0.105957031250 +-0.032714843750 +-0.022460937500 +0.031982421875 +-0.159179687500 +-0.026123046875 +-0.018798828125 +0.056884765625 +-0.170898437500 +-0.077148437500 +-0.060058593750 +-0.082519531250 +0.210937500000 +-0.077148437500 +-0.129882812500 +0.021850585938 +0.009887695312 +-0.033935546875 +0.117675781250 +0.029785156250 +0.045166015625 +-0.110839843750 +0.087402343750 +-0.014648437500 +-0.100097656250 +-0.020141601562 +0.007263183594 +0.035400390625 +-0.155273437500 +-0.131835937500 +0.018188476562 +-0.092773437500 +0.058105468750 +0.073730468750 +0.034423828125 +-0.250000000000 +0.027343750000 +-0.210937500000 +0.075683593750 +-0.011047363281 +0.040771484375 +-0.073242187500 +-0.112792968750 +0.033935546875 +0.179687500000 +-0.068847656250 +0.257812500000 +0.014465332031 +0.061767578125 +-0.023681640625 +0.056884765625 +0.090820312500 +0.048339843750 +0.061523437500 +0.062011718750 +0.030273437500 +-0.027587890625 +-0.028686523438 +-0.072753906250 +-0.141601562500 +0.060058593750 +0.125000000000 +-0.186523437500 +-0.010681152344 +0.031005859375 +0.208984375000 +0.078125000000 +0.080566406250 +0.045166015625 +0.051757812500 +0.093750000000 +-0.201171875000 +0.145507812500 +-0.064941406250 +-0.353515625000 +0.046630859375 +0.103027343750 +0.014465332031 +0.006469726562 +0.036376953125 +0.006317138672 +-0.101562500000 +0.102050781250 +-0.048583984375 +0.034423828125 +-0.040039062500 +-0.068847656250 +0.024902343750 +-0.068847656250 +0.271484375000 +-0.112304687500 +0.063964843750 +-0.062255859375 +-0.039550781250 +-0.120605468750 +0.147460937500 +-0.091796875000 +-0.017822265625 +-0.092773437500 +-0.067871093750 +0.059082031250 +-0.007080078125 +0.045898437500 +-0.055664062500 +0.126953125000 +-0.059570312500 +-0.126953125000 +0.145507812500 +0.008056640625 +0.023559570312 +0.038330078125 +0.070800781250 +-0.017822265625 +-0.058105468750 +0.060302734375 +0.027587890625 +0.122558593750 +0.055664062500 +-0.075683593750 +-0.240234375000 +0.001197814941 +0.194335937500 +0.337890625000 +0.036865234375 +-0.042968750000 +0.039794921875 +0.185546875000 +0.143554687500 +0.037597656250 +-0.019165039062 +0.079101562500 +0.065429687500 +0.135742187500 +-0.261718750000 +-0.145507812500 +0.047119140625 +-0.194335937500 +-0.083007812500 +-0.015991210938 +-0.111816406250 +-0.014953613281 +-0.102050781250 +-0.016113281250 +-0.054687500000 +-0.009704589844 +0.127929687500 +0.065917968750 +0.094726562500 +0.018676757812 +-0.034179687500 +-0.183593750000 +-0.161132812500 +0.035156250000 +-0.059082031250 +0.017944335938 +-0.027832031250 +-0.160156250000 +-0.009094238281 +0.077636718750 +0.027709960938 +-0.105957031250 +0.044433593750 +0.095214843750 +0.203125000000 +-0.021972656250 +-0.018554687500 +0.012207031250 +0.195312500000 +0.089843750000 +0.100585937500 +-0.085937500000 +-0.065917968750 +0.046875000000 +0.055664062500 +0.141601562500 +-0.017089843750 +-0.217773437500 +-0.072753906250 +-0.026245117188 +-0.202148437500 +-0.157226562500 +-0.006591796875 +0.037597656250 +-0.086425781250 +-0.071289062500 +0.035888671875 +-0.232421875000 +-0.034179687500 +-0.146484375000 +-0.169921875000 +-0.042724609375 +-0.007720947266 +0.021606445312 +-0.130859375000 +0.131835937500 +-0.022705078125 +0.028442382812 +-0.046630859375 +-0.073730468750 +0.036621093750 +0.002197265625 +0.104980468750 +-0.039306640625 +0.072265625000 +-0.115722656250 +0.038085937500 +-0.055908203125 +-0.016113281250 +0.142578125000 +-0.112792968750 +-0.166015625000 +-0.062988281250 +0.133789062500 +0.008361816406 +-0.187500000000 +-0.026000976562 +0.053955078125 +-0.054687500000 +0.070312500000 +0.005096435547 +-0.077148437500 +0.027709960938 +-0.300781250000 +-0.044433593750 +0.079101562500 +-0.052978515625 +0.090332031250 +0.102539062500 +-0.000247955322 +0.035888671875 +0.051269531250 +-0.125000000000 +-0.058837890625 +0.005371093750 +-0.104492187500 +-0.158203125000 +0.096191406250 +0.155273437500 +0.063476562500 +-0.020385742188 +0.037353515625 +0.134765625000 +0.012817382812 +0.100097656250 +0.020263671875 +0.108398437500 +-0.137695312500 +-0.140625000000 +0.132812500000 +0.237304687500 +0.013427734375 +-0.009155273438 +-0.020141601562 +0.208007812500 +0.100097656250 +0.098632812500 +0.185546875000 +0.051513671875 +-0.090820312500 +-0.095214843750 +-0.112304687500 +-0.177734375000 +-0.031250000000 +0.188476562500 +-0.002075195312 +-0.167968750000 +0.081054687500 +0.155273437500 +-0.039794921875 +0.018432617188 +0.038330078125 +0.083984375000 +0.026000976562 +0.026245117188 +0.015747070312 +-0.098144531250 +0.033935546875 +0.058837890625 +-0.032714843750 +0.042480468750 +-0.058349609375 +-0.384765625000 +-0.070312500000 +0.151367187500 +0.053222656250 +0.132812500000 +0.014648437500 +-0.051025390625 +0.036865234375 +0.104980468750 +0.083984375000 +-0.144531250000 +0.024414062500 +0.291015625000 +-0.025390625000 +-0.005035400391 +-0.029663085938 +0.115234375000 +0.033935546875 +-0.086425781250 +0.300781250000 +0.092285156250 +0.094726562500 +0.012756347656 +0.049560546875 +0.015319824219 +-0.090820312500 +0.029663085938 +0.209960937500 +0.121582031250 +-0.122558593750 +-0.088867187500 +-0.003356933594 +-0.138671875000 +0.007995605469 +0.015014648438 +0.107910156250 +0.179687500000 +-0.021972656250 +0.094238281250 +0.183593750000 +-0.033691406250 +-0.060791015625 +-0.086425781250 +-0.078613281250 +0.050537109375 +-0.198242187500 +-0.009765625000 +0.208007812500 +-0.085937500000 +0.116210937500 +0.051757812500 +0.089843750000 +0.010375976562 +-0.048095703125 +0.079101562500 +-0.099121093750 +0.060302734375 +0.012390136719 +0.143554687500 +-0.109863281250 +0.002944946289 +-0.032958984375 +-0.010498046875 +0.094726562500 +0.047363281250 +0.063476562500 +-0.082519531250 +-0.009155273438 +-0.030761718750 +-0.102539062500 +0.127929687500 +-0.042236328125 +-0.128906250000 +-0.051757812500 +0.030151367188 +0.263671875000 +-0.102539062500 +0.070312500000 +-0.040527343750 +0.039550781250 +0.144531250000 +-0.143554687500 +0.034667968750 +0.060302734375 +-0.172851562500 +-0.183593750000 +0.130859375000 +-0.087402343750 +-0.026123046875 +0.066406250000 +0.041503906250 +-0.197265625000 +0.125976562500 +0.136718750000 +-0.119140625000 +0.072265625000 +0.120117187500 +0.013793945312 +0.226562500000 +-0.114746093750 +-0.007873535156 +-0.065429687500 +-0.144531250000 +0.121582031250 +0.035888671875 +-0.127929687500 +0.146484375000 +0.025268554688 +-0.113769531250 +0.013488769531 +0.125000000000 +0.016357421875 +-0.015747070312 +0.024047851562 +-0.255859375000 +0.205078125000 +0.003616333008 +-0.080566406250 +0.050537109375 +-0.026245117188 +0.085937500000 +0.045166015625 +-0.111816406250 +0.000163078308 +-0.042480468750 +0.035156250000 +0.104003906250 +-0.119140625000 +-0.025634765625 +0.077148437500 +-0.072753906250 +-0.001708984375 +0.378906250000 +0.115722656250 +0.076660156250 +0.065429687500 +-0.070312500000 +0.025756835938 +-0.125976562500 +-0.122558593750 +-0.062011718750 +0.152343750000 +-0.050048828125 +0.061035156250 +0.232421875000 +0.221679687500 +0.148437500000 +-0.024291992188 +0.089355468750 +-0.071777343750 +-0.104492187500 +-0.013549804688 +-0.022094726562 +0.228515625000 +-0.093261718750 +-0.257812500000 +0.125976562500 +0.242187500000 +0.023315429688 +-0.011535644531 +-0.179687500000 +-0.215820312500 +-0.067382812500 +-0.063476562500 +-0.018554687500 +0.066894531250 +-0.025024414062 +-0.107910156250 +-0.052978515625 +0.004882812500 +0.078613281250 +0.000751495361 +-0.110839843750 +-0.058837890625 +-0.083984375000 +0.081542968750 +-0.063476562500 +-0.030029296875 +0.067871093750 +-0.113769531250 +0.068359375000 +-0.248046875000 +-0.125000000000 +0.022338867188 +0.339843750000 +0.152343750000 +-0.001205444336 +-0.042724609375 +-0.064453125000 +-0.068847656250 +-0.048339843750 +-0.055175781250 +-0.031250000000 +-0.047363281250 +-0.027099609375 +-0.220703125000 +-0.201171875000 +0.373046875000 +-0.139648437500 +0.026611328125 +0.061035156250 +-0.186523437500 +0.010925292969 +-0.085449218750 +-0.126953125000 +-0.031494140625 +-0.092773437500 +-0.040283203125 +0.082031250000 +-0.189453125000 +0.035156250000 +-0.160156250000 +-0.160156250000 +-0.108398437500 +0.129882812500 +-0.155273437500 +-0.029418945312 +0.057861328125 +-0.152343750000 +-0.197265625000 +-0.125000000000 +0.098632812500 +-0.051757812500 +0.016601562500 +-0.104980468750 +-0.091308593750 +0.056152343750 +0.106933593750 +-0.208007812500 +-0.085937500000 +0.047119140625 +-0.098632812500 +0.140625000000 +-0.039062500000 +0.157226562500 +0.044677734375 +-0.105957031250 +-0.011535644531 +-0.095214843750 +-0.107421875000 +0.077636718750 +-0.060058593750 +0.108398437500 +0.134765625000 +0.070312500000 +0.090332031250 +-0.094726562500 +-0.147460937500 +0.367187500000 +-0.030639648438 +0.115234375000 +0.269531250000 +0.012207031250 +-0.110839843750 +-0.053710937500 +0.103027343750 +0.197265625000 +-0.103515625000 +-0.164062500000 +-0.119628906250 +0.071289062500 +-0.031738281250 +0.016357421875 +0.115722656250 +0.009582519531 +0.094726562500 +0.060791015625 +-0.160156250000 +0.222656250000 +0.058593750000 +0.099609375000 +-0.030151367188 +0.001144409180 +0.067871093750 +0.023437500000 +0.075683593750 +-0.017944335938 +-0.186523437500 +-0.045166015625 +-0.046142578125 +0.007293701172 +0.231445312500 +-0.100585937500 +-0.002990722656 +0.016601562500 +0.126953125000 +-0.025634765625 +-0.205078125000 +-0.036865234375 +-0.032958984375 +-0.066894531250 +0.118652343750 +0.107910156250 +-0.119628906250 +0.156250000000 +-0.162109375000 +0.005065917969 +0.064453125000 +0.019409179688 +0.032714843750 +0.087402343750 +0.027954101562 +0.027954101562 +-0.101074218750 +-0.027709960938 +0.056640625000 +-0.021240234375 +0.006958007812 +-0.004699707031 +-0.033935546875 +0.186523437500 +0.053466796875 +0.141601562500 +-0.085937500000 +-0.044189453125 +0.018188476562 +-0.145507812500 +0.006652832031 +0.059814453125 +-0.211914062500 +0.189453125000 +0.200195312500 +0.037841796875 +-0.132812500000 +0.080078125000 +0.093261718750 +0.060546875000 +0.116699218750 +0.157226562500 +-0.061767578125 +-0.184570312500 +0.049560546875 +0.090332031250 +-0.034912109375 +-0.127929687500 +0.060058593750 +-0.087890625000 +-0.230468750000 +0.152343750000 +-0.045654296875 +0.135742187500 +0.067871093750 +0.063476562500 +0.014587402344 +0.032714843750 +0.080566406250 +-0.050292968750 +0.112792968750 +0.135742187500 +-0.010925292969 +-0.047119140625 +-0.053222656250 +0.166992187500 +-0.027221679688 +-0.012329101562 +-0.168945312500 +0.034912109375 +0.021362304688 +0.019409179688 +0.007720947266 +0.079101562500 +0.103027343750 +-0.180664062500 +-0.172851562500 +0.047119140625 +0.064941406250 +-0.168945312500 +0.113281250000 +-0.298828125000 +0.004974365234 +-0.062988281250 +0.222656250000 +-0.188476562500 +0.179687500000 +-0.080566406250 +0.003753662109 +0.069335937500 +-0.006958007812 +0.151367187500 +0.086425781250 +0.041503906250 +-0.151367187500 +-0.125000000000 +-0.121093750000 +0.237304687500 +0.009582519531 +-0.249023437500 +-0.059814453125 +0.079101562500 +-0.121093750000 +-0.098632812500 +0.084472656250 +-0.036865234375 +0.042480468750 +-0.095214843750 +-0.136718750000 +0.217773437500 +-0.277343750000 +-0.035644531250 +0.038085937500 +-0.046386718750 +0.131835937500 +0.172851562500 +0.049804687500 +0.043457031250 +0.100585937500 +0.067871093750 +-0.026733398438 +-0.277343750000 +-0.085449218750 +0.092773437500 +0.137695312500 +-0.038330078125 +-0.098632812500 +0.139648437500 +-0.006988525391 +0.314453125000 +0.011230468750 +-0.041992187500 +0.076660156250 +-0.119628906250 +-0.006134033203 +0.111328125000 +0.132812500000 +0.032714843750 +0.099121093750 +0.049316406250 +-0.098144531250 +-0.008483886719 +-0.034667968750 +-0.049804687500 +0.151367187500 +0.053222656250 +0.112792968750 +-0.130859375000 +-0.072265625000 +-0.005279541016 +0.133789062500 +0.011047363281 +0.050292968750 +-0.107910156250 +0.087890625000 +0.083496093750 +0.005767822266 +0.110351562500 +0.074218750000 +0.054443359375 +-0.318359375000 +-0.208984375000 +-0.035400390625 +0.044677734375 +-0.045410156250 +-0.098144531250 +-0.154296875000 +-0.193359375000 +-0.009887695312 +-0.165039062500 +-0.055908203125 +-0.041748046875 +0.189453125000 +-0.084960937500 +0.082519531250 +-0.093261718750 +0.054931640625 +-0.011901855469 +-0.011718750000 +0.086425781250 +-0.064941406250 +-0.010925292969 +-0.314453125000 +-0.081054687500 +0.095703125000 +0.169921875000 +0.018676757812 +-0.100585937500 +0.106445312500 +0.016601562500 +-0.096679687500 +0.083984375000 +-0.083007812500 +-0.029418945312 +-0.034912109375 +0.042236328125 +-0.066406250000 +-0.028808593750 +0.023193359375 +-0.020874023438 +-0.015869140625 +0.068359375000 +0.048095703125 +0.123535156250 +-0.063476562500 +-0.026000976562 +0.025634765625 +0.035644531250 +-0.093261718750 +0.115722656250 +0.038330078125 +-0.000085830688 +0.027099609375 +0.003372192383 +-0.112792968750 +-0.064941406250 +-0.099121093750 +0.058349609375 +-0.060546875000 +0.090820312500 +0.043945312500 +-0.180664062500 +0.029418945312 +-0.031250000000 +0.006103515625 +0.047851562500 +-0.158203125000 +0.036865234375 +-0.048095703125 +0.071777343750 +0.011840820312 +-0.075683593750 +-0.074218750000 +0.125976562500 +-0.021118164062 +0.071777343750 +0.058105468750 +-0.175781250000 +-0.204101562500 +0.067382812500 +-0.267578125000 +-0.113769531250 +-0.108398437500 +-0.120117187500 +0.023925781250 +-0.078613281250 +0.088378906250 +0.106933593750 +0.001640319824 +-0.143554687500 +0.042480468750 +-0.094238281250 +0.058593750000 +0.058349609375 +0.029785156250 +-0.105468750000 +-0.067382812500 +0.089843750000 +-0.031494140625 +0.054931640625 +-0.023803710938 +0.000345230103 +0.167968750000 +-0.057128906250 +-0.032958984375 +-0.007659912109 +-0.083007812500 +0.056152343750 +-0.098144531250 +-0.103027343750 +-0.160156250000 +0.036132812500 +-0.011901855469 +-0.064941406250 +-0.239257812500 +-0.129882812500 +0.033935546875 +0.031005859375 +0.084472656250 +0.011718750000 +-0.119628906250 +0.078613281250 +-0.099121093750 +-0.021728515625 +0.080078125000 +-0.002151489258 +0.038818359375 +-0.026367187500 +0.098144531250 +-0.071289062500 +-0.057128906250 +0.034179687500 +-0.032714843750 +-0.004455566406 +0.041015625000 +-0.174804687500 +-0.139648437500 +-0.193359375000 +-0.002258300781 +-0.180664062500 +0.036865234375 +0.117187500000 +0.030273437500 +-0.127929687500 +-0.159179687500 +-0.062500000000 +-0.034423828125 +-0.075195312500 +0.021118164062 +0.013183593750 +0.108398437500 +0.025634765625 +0.062988281250 +-0.037841796875 +0.094726562500 +-0.298828125000 +-0.078125000000 +0.042236328125 +-0.162109375000 +0.015991210938 +-0.109375000000 +-0.080566406250 +-0.228515625000 +0.166992187500 +-0.304687500000 +-0.015625000000 +-0.085449218750 +0.024047851562 +-0.100585937500 +-0.012451171875 +0.017700195312 +0.075683593750 +0.162109375000 +0.089843750000 +0.177734375000 +-0.281250000000 +-0.083007812500 +-0.259765625000 +0.052978515625 +-0.128906250000 +0.012573242188 +-0.058349609375 +-0.103027343750 +0.069335937500 +-0.155273437500 +-0.061279296875 +-0.138671875000 +0.071289062500 +-0.035888671875 +-0.131835937500 +-0.154296875000 +-0.128906250000 +0.075195312500 +-0.018554687500 +0.076171875000 +0.084472656250 +0.037109375000 +0.053955078125 +0.001747131348 +0.001571655273 +0.044433593750 +0.062500000000 +0.149414062500 +0.116210937500 +-0.027832031250 +-0.144531250000 +0.079101562500 +-0.031982421875 +-0.201171875000 +0.011535644531 +0.001930236816 +0.155273437500 +-0.084472656250 +-0.214843750000 +0.075195312500 +-0.005950927734 +-0.083984375000 +0.094726562500 +-0.001007080078 +-0.117187500000 +0.024291992188 +0.009033203125 +-0.058593750000 +-0.001525878906 +0.041259765625 +-0.037597656250 +-0.083984375000 +0.000341415405 +-0.021118164062 +-0.134765625000 +0.124023437500 +0.197265625000 +0.103027343750 +0.006469726562 +0.130859375000 +0.071289062500 +0.053466796875 +-0.032958984375 +-0.161132812500 +0.000499725342 +-0.135742187500 +-0.136718750000 +0.065429687500 +-0.093750000000 +0.052978515625 +-0.011901855469 +-0.092773437500 +0.029907226562 +0.013061523438 +0.028198242188 +-0.136718750000 +-0.006958007812 +-0.023559570312 +-0.143554687500 +0.213867187500 +-0.118652343750 +0.066894531250 +-0.002014160156 +0.222656250000 +-0.013244628906 +-0.020019531250 +-0.085449218750 +-0.030029296875 +-0.043457031250 +0.058105468750 +-0.191406250000 +-0.009033203125 +-0.090332031250 +-0.024902343750 +-0.166015625000 +0.058349609375 +-0.255859375000 +-0.123535156250 +-0.026489257812 +-0.086425781250 +0.242187500000 +0.161132812500 +0.040039062500 +0.005340576172 +0.070800781250 +0.009643554688 +-0.038330078125 +0.118164062500 +0.125000000000 +-0.121582031250 +-0.300781250000 +0.050537109375 +-0.016601562500 +0.037109375000 +-0.386718750000 +-0.068359375000 +-0.039062500000 +0.127929687500 +0.006286621094 +0.172851562500 +-0.059082031250 +-0.066894531250 +0.016723632812 +0.100097656250 +-0.050292968750 +0.134765625000 +0.032958984375 +-0.077636718750 +0.204101562500 +-0.014526367188 +0.036132812500 +-0.072753906250 +-0.077148437500 +0.081542968750 +0.071777343750 +-0.080078125000 +-0.050537109375 +-0.112304687500 +-0.042724609375 +-0.067382812500 +0.021240234375 +-0.037353515625 +0.330078125000 +0.005218505859 +-0.055664062500 +0.046142578125 +0.177734375000 +0.076171875000 +0.093750000000 +-0.206054687500 +0.093750000000 +-0.115722656250 +-0.051757812500 +0.039062500000 +-0.012023925781 +-0.139648437500 +-0.040039062500 +-0.087890625000 +-0.236328125000 +0.055419921875 +-0.007995605469 +0.004974365234 +0.237304687500 +-0.212890625000 +-0.184570312500 +-0.027709960938 +-0.052978515625 +0.077148437500 +-0.066406250000 +-0.152343750000 +0.049072265625 +0.061279296875 +-0.103515625000 +0.173828125000 +0.035888671875 +-0.075683593750 +-0.084960937500 +-0.122558593750 +0.042724609375 +0.137695312500 +-0.070312500000 +-0.010253906250 +0.118652343750 +-0.306640625000 +0.179687500000 +0.000915527344 +0.125000000000 +-0.027099609375 +-0.000082492828 +-0.036621093750 +0.024169921875 +0.018066406250 +-0.079589843750 +-0.043701171875 +0.005249023438 +0.020385742188 +-0.020996093750 +-0.036376953125 +-0.108398437500 +-0.007263183594 +-0.056640625000 +-0.045898437500 +-0.155273437500 +0.147460937500 +-0.158203125000 +-0.049560546875 +-0.045898437500 +-0.005371093750 +0.019409179688 +-0.153320312500 +0.078125000000 +0.094726562500 +-0.034423828125 +0.122070312500 +-0.099609375000 +0.183593750000 +0.101562500000 +-0.048095703125 +-0.094726562500 +-0.021118164062 +-0.005615234375 +-0.127929687500 +0.038330078125 +-0.060302734375 +-0.149414062500 +0.128906250000 +0.095703125000 +0.218750000000 +-0.046386718750 +-0.116210937500 +0.029785156250 +-0.064453125000 +-0.051757812500 +-0.206054687500 +-0.077636718750 +-0.023315429688 +-0.001029968262 +0.049316406250 +-0.005462646484 +0.005554199219 +-0.055175781250 +-0.045654296875 +-0.458984375000 +-0.068847656250 +-0.104492187500 +0.167968750000 +-0.109863281250 +0.079101562500 +0.024169921875 +-0.056152343750 +0.054687500000 +0.009643554688 +0.091796875000 +-0.101074218750 +-0.033691406250 +0.011108398438 +-0.017700195312 +-0.021972656250 +-0.080078125000 +-0.004577636719 +-0.069824218750 +-0.049560546875 +-0.027709960938 +-0.279296875000 +-0.064453125000 +0.024047851562 +-0.186523437500 +-0.125000000000 +0.018676757812 +-0.016845703125 +-0.046142578125 +0.083496093750 +-0.045166015625 +0.016235351562 +-0.111328125000 +0.094238281250 +-0.039550781250 +0.308593750000 +0.039062500000 +0.137695312500 +0.035400390625 +0.070312500000 +-0.045898437500 +0.153320312500 +-0.105957031250 +-0.025756835938 +0.006958007812 +0.024414062500 +0.171875000000 +0.032226562500 +-0.011352539062 +0.006927490234 +-0.004516601562 +0.004272460938 +-0.091308593750 +0.212890625000 +-0.018432617188 +-0.012634277344 +-0.158203125000 +0.004791259766 +0.010375976562 +0.028808593750 +-0.081542968750 +-0.133789062500 +-0.259765625000 +-0.058105468750 +-0.127929687500 +-0.077148437500 +0.086425781250 +-0.090332031250 +0.093750000000 +-0.053222656250 +0.016845703125 +-0.048583984375 +0.054687500000 +-0.041992187500 +-0.100585937500 +-0.031982421875 +-0.138671875000 +-0.061523437500 +-0.046630859375 +0.116210937500 +0.036132812500 +0.047119140625 +0.036132812500 +0.072265625000 +0.014953613281 +0.047119140625 +-0.033447265625 +0.001640319824 +0.014892578125 +0.030639648438 +0.148437500000 +0.058105468750 +-0.115722656250 +-0.204101562500 +0.098632812500 +0.168945312500 +0.045410156250 +0.010009765625 +0.140625000000 +-0.184570312500 +-0.005645751953 +-0.056640625000 +0.074218750000 +-0.073242187500 +-0.059814453125 +0.130859375000 +0.069824218750 +-0.104003906250 +-0.091796875000 +0.052734375000 +-0.173828125000 +0.152343750000 +0.060302734375 +-0.072265625000 +-0.104492187500 +0.075195312500 +0.042724609375 +-0.095703125000 +-0.152343750000 +-0.106445312500 +-0.032958984375 +-0.011779785156 +0.108398437500 +-0.058837890625 +-0.095214843750 +-0.120605468750 +-0.057128906250 +0.210937500000 +-0.166992187500 +-0.076171875000 +0.027221679688 +-0.148437500000 +-0.150390625000 +0.148437500000 +-0.062255859375 +0.104492187500 +-0.172851562500 +0.029052734375 +-0.063964843750 +0.124511718750 +-0.073730468750 +0.001052856445 +-0.043701171875 +-0.090332031250 +-0.097656250000 +-0.129882812500 +-0.000797271729 +0.086914062500 +-0.041259765625 +-0.011291503906 +-0.004058837891 +0.097656250000 +-0.026611328125 +-0.035888671875 +0.193359375000 +-0.109375000000 +0.021484375000 +0.034912109375 +0.006561279297 +0.058349609375 +0.083984375000 +0.081542968750 +0.026611328125 +0.044433593750 +-0.073730468750 +-0.039062500000 +0.008056640625 +0.013549804688 +0.088378906250 +0.033203125000 +0.199218750000 +-0.016845703125 +0.035400390625 +0.018920898438 +0.015747070312 +-0.041992187500 +0.130859375000 +-0.135742187500 +0.097656250000 +-0.002029418945 +0.018310546875 +-0.267578125000 +-0.052978515625 +-0.031494140625 +-0.091308593750 +-0.101562500000 +-0.107421875000 +-0.050048828125 +0.019165039062 +0.130859375000 +0.129882812500 +0.016479492188 +0.002624511719 +0.052978515625 +0.020996093750 +0.034912109375 +-0.160156250000 +0.074218750000 +-0.011901855469 +-0.152343750000 +-0.003906250000 +0.161132812500 +0.177734375000 +-0.037841796875 +-0.048095703125 +-0.058837890625 +-0.000812530518 +-0.101074218750 +-0.029174804688 +-0.000789642334 +-0.036376953125 +-0.020263671875 +-0.084960937500 +0.104003906250 +0.147460937500 +0.267578125000 +0.018066406250 +-0.011962890625 +-0.003402709961 +0.183593750000 +0.023681640625 +-0.016723632812 +-0.122070312500 +0.108886718750 +-0.135742187500 +0.004272460938 +-0.110839843750 +0.098144531250 +0.112304687500 +-0.171875000000 +-0.073730468750 +0.160156250000 +0.106445312500 +0.015991210938 +0.186523437500 +0.020874023438 +0.014038085938 +-0.330078125000 +0.025390625000 +0.149414062500 +0.029907226562 +-0.101074218750 +-0.043457031250 +-0.033935546875 +0.019531250000 +0.114746093750 +0.030883789062 +0.024780273438 +-0.225585937500 +0.057861328125 +0.066406250000 +0.056152343750 +0.004333496094 +0.156250000000 +0.098632812500 +-0.033935546875 +0.009155273438 +-0.055908203125 +-0.024536132812 +-0.062011718750 +0.020263671875 +-0.105468750000 +0.142578125000 +0.054687500000 +-0.253906250000 +-0.072753906250 +-0.096191406250 +0.150390625000 +-0.240234375000 +0.137695312500 +0.043457031250 +0.046386718750 +0.042968750000 +-0.196289062500 +0.241210937500 +-0.076171875000 +0.077148437500 +-0.024414062500 +-0.026611328125 +0.091308593750 +0.024291992188 +-0.092285156250 +-0.170898437500 +0.082519531250 +0.015380859375 +0.124511718750 +0.072753906250 +0.245117187500 +-0.015625000000 +-0.074707031250 +-0.058593750000 +0.086425781250 +-0.124023437500 +0.046630859375 +-0.053710937500 +0.007598876953 +-0.096679687500 +0.077636718750 +-0.015991210938 +0.138671875000 +0.090332031250 +-0.104980468750 +-0.051025390625 +0.050537109375 +-0.046630859375 +-0.002502441406 +0.170898437500 +-0.146484375000 +-0.048583984375 +0.104003906250 +-0.002761840820 +0.089843750000 +-0.092773437500 +0.166015625000 +-0.104492187500 +0.250000000000 +0.115234375000 +0.035888671875 +-0.005737304688 +0.061279296875 +0.007141113281 +0.173828125000 +0.001052856445 +0.085937500000 +0.027343750000 +-0.031005859375 +-0.001632690430 +-0.277343750000 +0.018920898438 +-0.085449218750 +-0.014953613281 +0.102539062500 +0.058837890625 +0.016845703125 +0.044677734375 +0.126953125000 +0.156250000000 +-0.063476562500 +-0.179687500000 +-0.005462646484 +-0.065429687500 +0.016723632812 +-0.013854980469 +0.032714843750 +-0.083984375000 +0.107421875000 +-0.041503906250 +0.083984375000 +-0.085937500000 +0.049804687500 +-0.026000976562 +-0.082031250000 +-0.345703125000 +-0.013244628906 +-0.105468750000 +0.099121093750 +0.030029296875 +0.200195312500 +0.100585937500 +0.040771484375 +-0.000156402588 +-0.039794921875 +0.004302978516 +-0.054199218750 +0.065917968750 +0.035156250000 +0.038574218750 +0.006622314453 +0.059326171875 +0.024780273438 +-0.075195312500 +-0.017211914062 +-0.124511718750 +0.087402343750 +0.027221679688 +-0.096679687500 +-0.062988281250 +0.008972167969 +-0.069824218750 +-0.074218750000 +-0.011840820312 +-0.246093750000 +-0.030029296875 +-0.000652313232 +0.087402343750 +-0.064941406250 +0.145507812500 +0.032226562500 +-0.016235351562 +-0.018066406250 +0.082031250000 +-0.202148437500 +-0.049072265625 +0.045898437500 +-0.178710937500 +0.086425781250 +0.048583984375 +0.084960937500 +0.032226562500 +0.007751464844 +0.033935546875 +0.016601562500 +-0.052490234375 +0.139648437500 +-0.012451171875 +0.054687500000 +-0.008178710938 +-0.086425781250 +-0.072753906250 +0.122070312500 +0.073242187500 +0.016113281250 +0.075195312500 +-0.024414062500 +0.063476562500 +0.103027343750 +-0.104980468750 +0.140625000000 +0.171875000000 +0.062255859375 +-0.039306640625 +0.080566406250 +-0.033447265625 +0.047119140625 +0.084960937500 +-0.018554687500 +0.124023437500 +0.158203125000 +-0.185546875000 +-0.036132812500 +-0.138671875000 +0.048583984375 +-0.057128906250 +0.207031250000 +0.089843750000 +0.033935546875 +0.039062500000 +-0.022827148438 +0.090820312500 +0.158203125000 +0.062988281250 +0.052978515625 +0.038085937500 +-0.359375000000 +-0.002731323242 +-0.008117675781 +-0.129882812500 +0.089843750000 +-0.076660156250 +0.058349609375 +0.132812500000 +0.087890625000 +-0.100585937500 +0.091796875000 +0.078125000000 +0.110839843750 +0.056640625000 +0.125976562500 +-0.022460937500 +-0.091796875000 +0.135742187500 +-0.119628906250 +0.033203125000 +0.099609375000 +-0.126953125000 +-0.053466796875 +-0.120605468750 +0.094238281250 +-0.026245117188 +-0.148437500000 +0.043945312500 +-0.181640625000 +-0.061035156250 +-0.059570312500 +-0.024780273438 +0.052978515625 +-0.042968750000 +-0.147460937500 +0.047363281250 +0.085449218750 +0.080566406250 +-0.097167968750 +-0.083007812500 +-0.343750000000 +-0.059326171875 +-0.089843750000 +-0.081542968750 +-0.010070800781 +0.063964843750 +0.098632812500 +0.132812500000 +0.041748046875 +-0.036376953125 +0.021484375000 +0.055175781250 +0.077148437500 +-0.033203125000 +-0.130859375000 +-0.037353515625 +0.020385742188 +-0.017333984375 +-0.132812500000 +-0.079589843750 +0.134765625000 +0.003082275391 +-0.033203125000 +-0.040771484375 +0.054199218750 +0.095214843750 +-0.185546875000 +-0.102539062500 +0.031982421875 +0.007110595703 +-0.038330078125 +0.098632812500 +-0.123046875000 +0.054199218750 +-0.062011718750 +-0.141601562500 +-0.136718750000 +0.040527343750 +-0.112792968750 +-0.087402343750 +0.105468750000 +0.226562500000 +0.050292968750 +0.061523437500 +-0.020629882812 +0.054687500000 +0.153320312500 +0.012573242188 +0.071777343750 +0.023437500000 +0.020507812500 +-0.116210937500 +-0.037109375000 +-0.035400390625 +-0.083496093750 +-0.073730468750 +-0.120117187500 +0.154296875000 +-0.065429687500 +0.057373046875 +-0.093261718750 +0.102539062500 +-0.029663085938 +-0.083007812500 +0.017822265625 +-0.054931640625 +0.019531250000 +-0.273437500000 +-0.043945312500 +0.015502929688 +-0.048339843750 +-0.031005859375 +-0.063476562500 +-0.032958984375 +-0.104492187500 +0.116699218750 +-0.183593750000 +-0.010498046875 +-0.045654296875 +0.027343750000 +0.105957031250 +-0.024047851562 +0.028320312500 +0.207031250000 +-0.101074218750 +-0.041992187500 +-0.057128906250 +-0.017211914062 +0.031494140625 +-0.015747070312 +-0.100097656250 +0.027954101562 +0.080078125000 +-0.018798828125 +-0.092773437500 +0.068847656250 +0.040039062500 +0.000820159912 +-0.277343750000 +0.032470703125 +-0.101562500000 +-0.004699707031 +-0.036376953125 +-0.097656250000 +0.051025390625 +0.001533508301 +-0.048339843750 +0.002975463867 +-0.218750000000 +-0.021972656250 +0.078125000000 +0.119140625000 +0.063964843750 +-0.104492187500 +-0.139648437500 +-0.257812500000 +-0.049804687500 +-0.172851562500 +-0.092285156250 +-0.024047851562 +0.084472656250 +-0.106933593750 +0.095703125000 +-0.065429687500 +-0.001502990723 +-0.111816406250 +0.009155273438 +-0.039062500000 +0.261718750000 +0.028076171875 +0.140625000000 +-0.119628906250 +-0.110351562500 +-0.023803710938 +-0.105468750000 +0.181640625000 +-0.031738281250 +0.095703125000 +0.085937500000 +-0.046875000000 +0.037353515625 +0.172851562500 +-0.225585937500 +0.343750000000 +-0.076171875000 +-0.083496093750 +-0.014770507812 +0.007568359375 +0.049316406250 +-0.130859375000 +0.008605957031 +-0.015625000000 +0.014709472656 +0.090332031250 +0.052246093750 +0.028686523438 +0.109863281250 +-0.005004882812 +0.054687500000 +-0.166015625000 +0.125000000000 +-0.009277343750 +-0.055908203125 +0.052978515625 +0.069824218750 +0.078613281250 +-0.053466796875 +0.180664062500 +-0.062500000000 +0.093750000000 +-0.085937500000 +0.060791015625 +-0.047119140625 +-0.070312500000 +0.021972656250 +-0.108398437500 +0.001304626465 +-0.259765625000 +0.000854492188 +0.033691406250 +0.002807617188 +-0.102539062500 +0.230468750000 +-0.089355468750 +-0.021118164062 +-0.176757812500 +0.017944335938 +0.198242187500 +0.087402343750 +-0.261718750000 +-0.087402343750 +0.063964843750 +0.163085937500 +-0.094238281250 +0.074707031250 +-0.053466796875 +0.038085937500 +0.076171875000 +-0.018432617188 +0.015991210938 +0.057128906250 +-0.173828125000 +0.007629394531 +-0.229492187500 +-0.090332031250 +0.102539062500 +0.026611328125 +0.314453125000 +-0.044921875000 +0.084472656250 +0.137695312500 +-0.022949218750 +-0.037597656250 +-0.058105468750 +-0.041015625000 +0.070312500000 +-0.251953125000 +0.136718750000 +-0.024291992188 +-0.044677734375 +0.059570312500 +-0.080078125000 +-0.040771484375 +0.143554687500 +0.013610839844 +-0.021118164062 +-0.136718750000 +-0.062255859375 +-0.116699218750 +0.064941406250 +-0.074707031250 +-0.023315429688 +0.109375000000 +-0.063476562500 +0.010864257812 +-0.005554199219 +-0.029052734375 +-0.107910156250 +0.006286621094 +-0.222656250000 +-0.113281250000 +-0.085937500000 +0.094238281250 +-0.041015625000 +-0.097656250000 +-0.086914062500 +-0.291015625000 +0.133789062500 +-0.114257812500 +-0.238281250000 +0.188476562500 +0.040283203125 +0.150390625000 +-0.112304687500 +0.016113281250 +-0.028930664062 +0.061279296875 +-0.072753906250 +0.203125000000 +-0.103515625000 +-0.047851562500 +-0.043457031250 +0.059814453125 +0.097167968750 +-0.064941406250 +0.113281250000 +-0.109375000000 +-0.020019531250 +0.048339843750 +0.066406250000 +-0.014648437500 +-0.080078125000 +0.148437500000 +0.018798828125 +0.058837890625 +0.019165039062 +-0.018554687500 +-0.189453125000 +-0.029541015625 +-0.043701171875 +0.011413574219 +-0.080566406250 +0.053710937500 +0.017089843750 +0.120605468750 +-0.093750000000 +-0.073242187500 +0.208007812500 +0.255859375000 +-0.050537109375 +-0.058349609375 +0.006683349609 +-0.100585937500 +0.123535156250 +-0.015563964844 +0.150390625000 +0.069335937500 +-0.166992187500 +-0.080078125000 +-0.085937500000 +-0.086914062500 +0.038574218750 +0.062500000000 +-0.029296875000 +0.087890625000 +-0.024414062500 +0.064453125000 +0.016113281250 +-0.075195312500 +-0.077636718750 +-0.139648437500 +-0.112304687500 +-0.076660156250 +-0.176757812500 +-0.060546875000 +0.109375000000 +-0.044433593750 +0.060791015625 +-0.083496093750 +0.158203125000 +0.090332031250 +-0.026367187500 +-0.166992187500 +0.071289062500 +0.035888671875 +-0.046875000000 +-0.007659912109 +-0.057617187500 +-0.064453125000 +0.273437500000 +0.093261718750 +-0.032958984375 +0.050292968750 +-0.128906250000 +-0.071289062500 +-0.120605468750 +0.035644531250 +-0.091796875000 +0.036132812500 +0.061523437500 +-0.034667968750 +0.133789062500 +-0.080566406250 +-0.005798339844 +0.000888824463 +-0.064453125000 +-0.049072265625 +0.059326171875 +-0.104492187500 +-0.073242187500 +-0.302734375000 +0.028564453125 +0.128906250000 +0.043212890625 +0.056396484375 +0.043457031250 +-0.283203125000 +0.130859375000 +-0.130859375000 +-0.020019531250 +-0.009765625000 +-0.117187500000 +-0.000221252441 +-0.170898437500 +-0.072265625000 +-0.018188476562 +-0.067871093750 +0.138671875000 +0.057128906250 +-0.026000976562 +-0.061035156250 +-0.123535156250 +0.241210937500 +0.007110595703 +-0.003555297852 +-0.149414062500 +-0.106933593750 +0.015991210938 +0.045654296875 +-0.045898437500 +-0.016113281250 +0.063964843750 +-0.111328125000 +-0.074707031250 +-0.078613281250 +-0.103027343750 +-0.111816406250 +-0.010498046875 +0.052734375000 +-0.103515625000 +-0.057373046875 +-0.040527343750 +0.007598876953 +-0.081542968750 +-0.049072265625 +-0.132812500000 +0.119628906250 +-0.029052734375 +0.056640625000 +-0.060546875000 +-0.020874023438 +0.050781250000 +0.291015625000 +0.065917968750 +-0.042480468750 +-0.019409179688 +0.169921875000 +0.026123046875 +-0.093261718750 +-0.187500000000 +0.126953125000 +0.269531250000 +-0.145507812500 +-0.165039062500 +-0.018920898438 +0.171875000000 +-0.096679687500 +-0.043212890625 +0.134765625000 +-0.106933593750 +-0.051757812500 +-0.015747070312 +-0.037597656250 +0.042724609375 +0.038085937500 +-0.073730468750 +-0.009887695312 +0.062988281250 +-0.025634765625 +-0.067382812500 +0.096679687500 +-0.058837890625 +0.056640625000 +-0.026367187500 +-0.056884765625 +0.027832031250 +0.036132812500 +0.111816406250 +-0.199218750000 +0.049804687500 +-0.177734375000 +0.050048828125 +0.031982421875 +0.038574218750 +0.050048828125 +0.042236328125 +-0.056640625000 +-0.179687500000 +0.059570312500 +-0.098632812500 +0.021728515625 +-0.096191406250 +0.084960937500 +0.039306640625 +-0.126953125000 +-0.056640625000 +0.022094726562 +-0.079101562500 +-0.001792907715 +0.023559570312 +0.155273437500 +0.177734375000 +-0.124511718750 +-0.039062500000 +0.043945312500 +0.077636718750 +0.103027343750 +-0.000808715820 +-0.106933593750 +0.182617187500 +0.026367187500 +-0.164062500000 +-0.040771484375 +-0.020019531250 +-0.144531250000 +-0.060058593750 +-0.154296875000 +-0.192382812500 +-0.040039062500 +-0.073730468750 +0.209960937500 +-0.031127929688 +0.261718750000 +0.085937500000 +-0.096191406250 +-0.051025390625 +-0.137695312500 +0.053955078125 +-0.144531250000 +0.089843750000 +-0.086914062500 +0.050292968750 +-0.083984375000 +0.018310546875 +0.007629394531 +-0.105468750000 +-0.125000000000 +-0.028442382812 +0.028808593750 +0.052734375000 +0.130859375000 +-0.179687500000 +-0.080078125000 +0.207031250000 +0.127929687500 +-0.141601562500 +0.039794921875 +0.073242187500 +-0.044921875000 +0.147460937500 +0.068359375000 +-0.010925292969 +0.025512695312 +0.048095703125 +0.002288818359 +0.000999450684 +0.198242187500 +0.392578125000 +0.109863281250 +0.198242187500 +-0.026977539062 +0.020507812500 +0.040527343750 +0.134765625000 +-0.038085937500 +-0.090332031250 +0.207031250000 +-0.087890625000 +0.013000488281 +-0.016479492188 +-0.070312500000 +0.051513671875 +-0.062988281250 +-0.104980468750 +-0.070312500000 +0.075683593750 +0.048828125000 +-0.016723632812 +-0.017211914062 +-0.115234375000 +0.008422851562 +-0.005676269531 +-0.066406250000 +0.036865234375 +0.140625000000 +-0.091308593750 +-0.044189453125 +-0.194335937500 +-0.037109375000 +-0.011962890625 +0.063964843750 +-0.153320312500 +0.175781250000 +-0.198242187500 +-0.195312500000 +0.037597656250 +-0.155273437500 +-0.079101562500 +-0.071777343750 +0.159179687500 +-0.046386718750 +0.051269531250 +0.125976562500 +-0.124511718750 +0.017578125000 +-0.112304687500 +-0.125976562500 +-0.060791015625 +-0.046875000000 +-0.031494140625 +-0.073242187500 +-0.019653320312 +0.058837890625 +-0.061035156250 +-0.062255859375 +0.147460937500 +0.124023437500 +-0.080078125000 +-0.120605468750 +0.105957031250 +-0.013427734375 +-0.006408691406 +0.003570556641 +-0.093261718750 +0.038574218750 +-0.120117187500 +0.214843750000 +0.064453125000 +0.116699218750 +-0.005432128906 +0.005920410156 +0.029174804688 +0.045654296875 +0.034179687500 +-0.080566406250 +0.034667968750 +-0.017211914062 +-0.031982421875 +0.082031250000 +0.113281250000 +0.089843750000 +-0.041503906250 +-0.196289062500 +0.021484375000 +-0.030517578125 +0.223632812500 +-0.014038085938 +0.037353515625 +-0.085449218750 +-0.041015625000 +0.088867187500 +-0.060302734375 +-0.013854980469 +0.054687500000 +0.193359375000 +0.150390625000 +0.118652343750 +-0.006683349609 +0.164062500000 +-0.023071289062 +-0.036376953125 +0.202148437500 +-0.062988281250 +-0.043212890625 +0.118652343750 +0.105468750000 +0.038574218750 +-0.101074218750 +-0.009704589844 +0.021240234375 +0.005676269531 +0.034912109375 +0.037109375000 +0.016113281250 +-0.019653320312 +-0.043701171875 +-0.014953613281 +-0.277343750000 +0.002563476562 +-0.085449218750 +-0.032958984375 +-0.111328125000 +-0.068359375000 +0.016723632812 +0.077636718750 +-0.034179687500 +0.104003906250 +-0.159179687500 +-0.048583984375 +0.140625000000 +-0.070800781250 +-0.114257812500 +-0.075195312500 +-0.063476562500 +0.058105468750 +0.062988281250 +0.097656250000 +0.012878417969 +0.003417968750 +0.071289062500 +-0.046386718750 +-0.009887695312 +-0.018798828125 +-0.212890625000 +-0.056396484375 +-0.169921875000 +-0.041992187500 +0.096679687500 +0.087402343750 +-0.083984375000 +0.093261718750 +-0.029296875000 +-0.059570312500 +0.279296875000 +-0.209960937500 +0.083007812500 +0.062255859375 +0.003082275391 +-0.080078125000 +-0.094238281250 +0.043457031250 +-0.165039062500 +0.083007812500 +-0.021972656250 +-0.035156250000 +0.087890625000 +-0.124023437500 +0.069335937500 +0.004302978516 +-0.087890625000 +-0.070312500000 +-0.176757812500 +0.106445312500 +0.116210937500 +0.053466796875 +0.083007812500 +0.084472656250 +0.042724609375 +-0.126953125000 +-0.074218750000 +0.064453125000 +0.255859375000 +0.067382812500 +-0.066894531250 +0.094238281250 +0.181640625000 +-0.066894531250 +0.086425781250 +0.068847656250 +-0.194335937500 +-0.009704589844 +-0.090820312500 +0.041992187500 +-0.179687500000 +-0.065429687500 +0.024414062500 +-0.004150390625 +0.064453125000 +0.105468750000 +0.057373046875 +0.040039062500 +-0.016113281250 +-0.012390136719 +0.056152343750 +-0.140625000000 +-0.075195312500 +0.083984375000 +0.078613281250 +0.109375000000 +0.029663085938 +0.027709960938 +0.038330078125 +0.149414062500 +-0.154296875000 +0.111816406250 +0.200195312500 +-0.065429687500 +0.105468750000 +-0.115722656250 +-0.070312500000 +-0.145507812500 +0.020629882812 +0.041503906250 +-0.002151489258 +-0.132812500000 +-0.027587890625 +0.041503906250 +-0.090820312500 +0.097656250000 +0.022216796875 +-0.273437500000 +0.144531250000 +0.101074218750 +0.051513671875 +0.064941406250 +-0.095703125000 +0.031494140625 +-0.020141601562 +-0.059814453125 +-0.029663085938 +-0.141601562500 +-0.237304687500 +0.094726562500 +-0.093750000000 +-0.083007812500 +-0.044921875000 +-0.036132812500 +0.094238281250 +-0.213867187500 +0.016357421875 +0.039306640625 +-0.041503906250 +-0.096191406250 +0.089843750000 +0.008605957031 +0.212890625000 +-0.035400390625 +0.105957031250 +0.102050781250 +0.082519531250 +0.151367187500 +-0.047363281250 +-0.149414062500 +-0.055908203125 +-0.105468750000 +0.043212890625 +-0.069335937500 +0.077148437500 +-0.012817382812 +-0.035888671875 +0.152343750000 +0.086425781250 +0.018920898438 +0.091796875000 +0.076660156250 +0.072753906250 +-0.106445312500 +0.013427734375 +-0.112792968750 +-0.089355468750 +-0.071289062500 +-0.157226562500 +0.042480468750 +-0.137695312500 +0.048095703125 +0.065429687500 +0.149414062500 +0.073242187500 +-0.125976562500 +-0.178710937500 +0.103027343750 +-0.041015625000 +0.084960937500 +-0.022338867188 +-0.230468750000 +-0.199218750000 +-0.044189453125 +-0.073242187500 +0.064941406250 +-0.029663085938 +0.048339843750 +-0.111816406250 +-0.027221679688 +-0.080078125000 +0.013000488281 +0.194335937500 +-0.199218750000 +0.082031250000 +-0.024536132812 +-0.002441406250 +0.138671875000 +0.032958984375 +0.005065917969 +0.067382812500 +0.107910156250 +0.165039062500 +-0.034667968750 +-0.059082031250 +-0.054443359375 +-0.136718750000 +-0.014038085938 +0.077636718750 +0.018066406250 +-0.028442382812 +-0.075195312500 +-0.060791015625 +-0.008178710938 +-0.026123046875 +0.017944335938 +0.002105712891 +-0.166015625000 +-0.041748046875 +-0.026855468750 +0.053955078125 +0.091308593750 +-0.001525878906 +0.028320312500 +0.099609375000 +0.197265625000 +-0.147460937500 +-0.147460937500 +-0.255859375000 +0.098144531250 +0.045898437500 +-0.160156250000 +-0.013061523438 +0.040527343750 +-0.162109375000 +0.064941406250 +0.041992187500 +-0.004547119141 +0.061767578125 +-0.038330078125 +-0.135742187500 +0.021362304688 +-0.031982421875 +-0.022949218750 +0.289062500000 +-0.050292968750 +0.023803710938 +-0.160156250000 +0.128906250000 +-0.152343750000 +-0.020629882812 +0.014709472656 +-0.073242187500 +-0.062255859375 +-0.137695312500 +0.107421875000 +-0.306640625000 +-0.044677734375 +-0.024536132812 +-0.106933593750 +-0.236328125000 +-0.088867187500 +-0.020019531250 +0.005371093750 +0.008117675781 +-0.019653320312 +-0.128906250000 +0.198242187500 +-0.028320312500 +0.060302734375 +-0.148437500000 +-0.183593750000 +-0.050292968750 +-0.144531250000 +0.178710937500 +-0.277343750000 +0.039794921875 +-0.036621093750 +0.008300781250 +0.009338378906 +0.030883789062 +-0.066894531250 +-0.023437500000 +-0.101562500000 +0.058593750000 +0.106933593750 +0.079101562500 +0.038818359375 +0.051025390625 +0.134765625000 +-0.135742187500 +-0.076660156250 +0.206054687500 +0.108398437500 +-0.063964843750 +0.017822265625 +-0.042724609375 +-0.102539062500 +-0.071289062500 +0.000288009644 +-0.234375000000 +0.103027343750 +0.018432617188 +-0.043212890625 +0.026611328125 +-0.059570312500 +0.062500000000 +0.054687500000 +-0.143554687500 +0.021362304688 +-0.001594543457 +-0.062988281250 +0.037841796875 +0.042968750000 +-0.012573242188 +-0.078613281250 +-0.165039062500 +0.114257812500 +0.341796875000 +-0.257812500000 +-0.085449218750 +-0.014160156250 +-0.051269531250 +0.054687500000 +0.009948730469 +-0.072265625000 +-0.129882812500 +0.032470703125 +-0.180664062500 +0.048095703125 +-0.033447265625 +-0.020385742188 +-0.150390625000 +-0.079589843750 +0.048583984375 +-0.122558593750 +0.150390625000 +-0.117187500000 +0.041748046875 +0.016601562500 +-0.081054687500 +0.006103515625 +0.088378906250 +0.083007812500 +0.082031250000 +-0.082031250000 +0.121582031250 +0.015991210938 +0.078125000000 +0.170898437500 +0.084472656250 +-0.028320312500 +0.018798828125 +0.175781250000 +-0.163085937500 +-0.055664062500 +-0.130859375000 +0.216796875000 +0.065429687500 +0.121582031250 +0.132812500000 +-0.128906250000 +-0.142578125000 +-0.061767578125 +-0.034423828125 +0.042968750000 +-0.032958984375 +0.121093750000 +-0.027954101562 +0.021362304688 +-0.052001953125 +0.026611328125 +0.016479492188 +-0.063476562500 +0.211914062500 +0.026977539062 +0.016357421875 +0.007598876953 +0.070312500000 +-0.083007812500 +0.024902343750 +-0.078613281250 +-0.047851562500 +-0.142578125000 +-0.026367187500 +-0.070312500000 +0.068359375000 +-0.013732910156 +0.180664062500 +-0.034423828125 +0.057373046875 +-0.054687500000 +0.090332031250 +-0.015258789062 +-0.133789062500 +-0.128906250000 +-0.087402343750 +-0.087890625000 +-0.063476562500 +-0.228515625000 +0.100585937500 +0.072753906250 +0.017089843750 +0.078613281250 +0.100585937500 +-0.227539062500 +0.345703125000 +-0.005981445312 +0.030639648438 +-0.148437500000 +0.003875732422 +0.025634765625 +0.032958984375 +-0.116699218750 +-0.125976562500 +-0.110839843750 +0.086914062500 +-0.069335937500 +-0.019653320312 +-0.124023437500 +-0.211914062500 +-0.055419921875 +-0.044189453125 +-0.127929687500 +-0.033935546875 +0.091308593750 +0.102050781250 +-0.129882812500 +-0.010498046875 +-0.060546875000 +-0.033447265625 +-0.081054687500 +0.143554687500 +0.032958984375 +0.097167968750 +-0.148437500000 +-0.091308593750 +-0.117675781250 +-0.168945312500 +0.064941406250 +0.017578125000 +-0.055908203125 +-0.170898437500 +0.081054687500 +-0.001533508301 +-0.091308593750 +0.060791015625 +0.058105468750 +0.105468750000 +-0.009277343750 +0.110351562500 +-0.072265625000 +0.016357421875 +-0.006378173828 +0.001853942871 +-0.225585937500 +0.197265625000 +-0.070800781250 +-0.003250122070 +0.066406250000 +-0.121582031250 +-0.010498046875 +0.030029296875 +0.114257812500 +-0.093750000000 +-0.083007812500 +0.083496093750 +0.032226562500 +0.071289062500 +0.012573242188 +-0.110839843750 +-0.117187500000 +0.168945312500 +0.031982421875 +0.027832031250 +-0.033203125000 +0.021484375000 +-0.040771484375 +-0.060791015625 +-0.037841796875 +-0.145507812500 +-0.036376953125 +-0.031738281250 +-0.136718750000 +-0.182617187500 +-0.043212890625 +-0.138671875000 +0.041992187500 +-0.133789062500 +0.065429687500 +0.088867187500 +-0.033447265625 +0.094726562500 +-0.095703125000 +-0.033203125000 +0.031494140625 +0.102539062500 +0.066894531250 +0.010803222656 +0.162109375000 +-0.000747680664 +-0.050292968750 +0.131835937500 +0.018676757812 +-0.022705078125 +0.153320312500 +-0.091796875000 +0.129882812500 +-0.000206947327 +-0.083984375000 +-0.060058593750 +0.015075683594 +0.049316406250 +0.044677734375 +-0.059814453125 +0.059570312500 +-0.079101562500 +0.113281250000 +-0.047607421875 +0.020874023438 +0.086425781250 +0.165039062500 +0.038085937500 +0.022705078125 +-0.045410156250 +-0.097656250000 +0.117187500000 +-0.098144531250 +-0.015625000000 +-0.051513671875 +0.054443359375 +0.062988281250 +0.042968750000 +0.036865234375 +0.180664062500 +0.053222656250 +0.066406250000 +-0.202148437500 +0.038574218750 +-0.004638671875 +0.018920898438 +0.061767578125 +-0.093261718750 +-0.006195068359 +0.022827148438 +-0.117675781250 +0.021362304688 +-0.066406250000 +-0.010253906250 +0.189453125000 +0.040527343750 +-0.042724609375 +0.051025390625 +0.133789062500 +0.045654296875 +0.208007812500 +0.104492187500 +0.031005859375 +0.092285156250 +0.039550781250 +-0.082031250000 +0.080566406250 +0.093750000000 +-0.012634277344 +0.090820312500 +0.021850585938 +0.017089843750 +0.111328125000 +-0.116699218750 +0.073730468750 +0.136718750000 +-0.087890625000 +0.213867187500 +-0.098144531250 +-0.125976562500 +0.028198242188 +0.148437500000 +-0.019531250000 +-0.020141601562 +-0.014587402344 +-0.271484375000 +0.091796875000 +0.072753906250 +0.328125000000 +-0.151367187500 +-0.055908203125 +-0.028442382812 +0.130859375000 +-0.075683593750 +-0.004608154297 +-0.041748046875 +-0.096191406250 +0.003448486328 +0.019287109375 +-0.077148437500 +-0.040039062500 +-0.101074218750 +-0.131835937500 +0.045166015625 +0.006256103516 +0.017089843750 +-0.094238281250 +-0.071289062500 +0.005584716797 +-0.083007812500 +0.027587890625 +-0.009582519531 +-0.103027343750 +0.054443359375 +-0.036621093750 +-0.037109375000 +-0.039550781250 +0.132812500000 +0.016479492188 +0.000804901123 +0.124511718750 +-0.161132812500 +0.045654296875 +-0.165039062500 +0.027099609375 +0.077148437500 +-0.060058593750 +0.047119140625 +0.120117187500 +-0.134765625000 +-0.009277343750 +0.119140625000 +0.005340576172 +-0.084472656250 +-0.016601562500 +-0.034423828125 +-0.063964843750 +0.003204345703 +-0.074707031250 +0.070800781250 +-0.145507812500 +-0.075683593750 +-0.164062500000 +0.024169921875 +-0.002029418945 +0.119628906250 +0.228515625000 +0.119628906250 +0.127929687500 +0.072753906250 +0.078613281250 +0.189453125000 +-0.002029418945 +0.096679687500 +-0.146484375000 +-0.023437500000 +-0.004913330078 +-0.091308593750 +0.015625000000 +0.201171875000 +-0.033447265625 +0.199218750000 +-0.032714843750 +-0.014404296875 +-0.042236328125 +-0.031127929688 +-0.003143310547 +-0.001686096191 +0.067382812500 +0.020263671875 +-0.029296875000 +0.019775390625 +-0.022949218750 +-0.030273437500 +0.070312500000 +-0.026367187500 +0.104003906250 +-0.030273437500 +-0.010559082031 +0.079589843750 +0.130859375000 +-0.032470703125 +-0.079101562500 +-0.061035156250 +0.025756835938 +-0.055908203125 +-0.019287109375 +0.074218750000 +-0.241210937500 +0.004486083984 +-0.101562500000 +-0.020385742188 +-0.066894531250 +0.044189453125 +-0.141601562500 +-0.006805419922 +-0.024902343750 +0.035888671875 +-0.033691406250 +0.100585937500 +-0.163085937500 +0.011657714844 +0.010681152344 +0.054199218750 +-0.032714843750 +-0.029907226562 +0.107910156250 +0.052001953125 +0.131835937500 +0.121582031250 +0.015075683594 +0.147460937500 +-0.102050781250 +0.169921875000 +-0.083007812500 +0.048583984375 +0.046875000000 +-0.023071289062 +0.162109375000 +-0.030151367188 +0.142578125000 +0.148437500000 +-0.068359375000 +0.086914062500 +0.025756835938 +0.009033203125 +-0.033203125000 +-0.061523437500 +0.053466796875 +0.099609375000 +-0.019042968750 +0.166015625000 +-0.038330078125 +0.051757812500 +-0.041259765625 +-0.027343750000 +-0.036132812500 +-0.279296875000 +-0.005493164062 +0.095214843750 +-0.093261718750 +0.039062500000 +0.182617187500 +-0.056152343750 +0.107421875000 +0.004241943359 +0.085449218750 +-0.134765625000 +-0.171875000000 +0.051269531250 +0.069335937500 +0.312500000000 +-0.177734375000 +-0.098632812500 +0.054931640625 +0.110351562500 +0.160156250000 +-0.007629394531 +-0.002914428711 +0.083007812500 +0.123046875000 +0.027832031250 +0.054443359375 +0.055664062500 +-0.055908203125 +-0.052001953125 +0.007385253906 +-0.044189453125 +-0.010070800781 +-0.045166015625 +-0.008117675781 +0.099121093750 +0.080078125000 +0.167968750000 +-0.012084960938 +0.006195068359 +-0.012695312500 +-0.079101562500 +-0.028198242188 +-0.050292968750 +-0.077636718750 +0.119628906250 +-0.034423828125 +-0.005157470703 +-0.073730468750 +-0.044921875000 +0.054931640625 +-0.019775390625 +-0.036132812500 +-0.130859375000 +0.012451171875 +0.004821777344 +0.029174804688 +0.015502929688 +-0.006408691406 +-0.093261718750 +0.074218750000 +0.044189453125 +-0.175781250000 +-0.007324218750 +-0.190429687500 +0.132812500000 +-0.057861328125 +-0.121093750000 +0.062988281250 +-0.032714843750 +-0.005523681641 +0.062011718750 +0.075683593750 +-0.067382812500 +-0.062255859375 +-0.112792968750 +0.045898437500 +0.166015625000 +-0.143554687500 +0.025756835938 +0.081542968750 +-0.011962890625 +0.023925781250 +-0.090820312500 +-0.057373046875 +0.006225585938 +0.080566406250 +-0.054931640625 +-0.054931640625 +0.047851562500 +-0.106445312500 +0.067382812500 +-0.010925292969 +-0.056396484375 +-0.026489257812 +0.200195312500 +-0.090820312500 +0.079101562500 +0.078613281250 +0.117187500000 +0.085449218750 +-0.058837890625 +-0.103515625000 +0.005035400391 +-0.003784179688 +-0.166015625000 +0.084472656250 +0.086425781250 +0.081542968750 +-0.127929687500 +-0.177734375000 +-0.088867187500 +0.058593750000 +-0.053466796875 +-0.080566406250 +-0.001792907715 +0.078125000000 +0.073730468750 +-0.079589843750 +-0.010986328125 +0.037841796875 +0.108886718750 +-0.031250000000 +0.148437500000 +0.044921875000 +-0.022094726562 +0.172851562500 +-0.137695312500 +-0.176757812500 +-0.215820312500 +0.335937500000 +0.055908203125 +0.429687500000 +0.055419921875 +-0.063476562500 +-0.030273437500 +-0.188476562500 +0.076660156250 +0.059814453125 +-0.163085937500 +0.011657714844 +-0.053466796875 +0.052246093750 +-0.145507812500 +0.010192871094 +-0.137695312500 +-0.076171875000 +0.008422851562 +0.214843750000 +-0.071289062500 +-0.031127929688 +-0.011596679688 +-0.171875000000 +0.269531250000 +-0.054931640625 +-0.232421875000 +-0.159179687500 +0.047851562500 +-0.209960937500 +-0.047363281250 +0.062011718750 +-0.150390625000 +0.000297546387 +-0.151367187500 +0.046630859375 +-0.001159667969 +-0.088867187500 +0.025878906250 +0.010681152344 +0.071289062500 +0.016113281250 +-0.095214843750 +-0.076171875000 +0.042724609375 +-0.091308593750 +-0.107421875000 +0.148437500000 +0.079101562500 +0.030151367188 +-0.328125000000 +0.086425781250 +-0.100097656250 +0.061035156250 +0.077148437500 +-0.123535156250 +-0.098632812500 +0.087890625000 +-0.047607421875 +-0.130859375000 +0.035644531250 +-0.075195312500 +0.096191406250 +-0.010986328125 +-0.198242187500 +-0.048583984375 +-0.238281250000 +-0.095214843750 +-0.019775390625 +0.021850585938 +0.186523437500 +-0.049072265625 +0.023315429688 +-0.131835937500 +-0.004486083984 +0.118164062500 +-0.031982421875 +0.163085937500 +-0.073730468750 +-0.022583007812 +0.044677734375 +0.007476806641 +-0.071289062500 +-0.067382812500 +0.037353515625 +-0.009460449219 +-0.011779785156 +0.047607421875 +-0.126953125000 +-0.149414062500 +-0.000143051147 +-0.018432617188 +0.035888671875 +0.009765625000 +-0.153320312500 +0.049804687500 +0.019531250000 +-0.022827148438 +0.013183593750 +-0.114257812500 +0.007507324219 +-0.161132812500 +-0.116210937500 +-0.089355468750 +-0.269531250000 +0.059082031250 +0.155273437500 +0.039062500000 +-0.061767578125 +0.073242187500 +0.046630859375 +-0.127929687500 +0.128906250000 +-0.033935546875 +0.174804687500 +0.085449218750 +0.096679687500 +-0.082519531250 +-0.105468750000 +0.009643554688 +0.007934570312 +-0.060058593750 +0.096679687500 +-0.101562500000 +0.009460449219 +0.084960937500 +0.038085937500 +0.000854492188 +0.057373046875 +0.017089843750 +0.024291992188 +-0.148437500000 +0.021362304688 +-0.084960937500 +-0.070312500000 +-0.048095703125 +0.082519531250 +-0.236328125000 +0.156250000000 +0.194335937500 +-0.194335937500 +-0.136718750000 +0.102050781250 +0.079589843750 +-0.069335937500 +0.044921875000 +-0.040283203125 +-0.086425781250 +0.075683593750 +-0.070312500000 +-0.152343750000 +0.047119140625 +-0.109375000000 +0.207031250000 +0.033935546875 +-0.071777343750 +0.037353515625 +-0.176757812500 +-0.156250000000 +-0.051757812500 +-0.206054687500 +0.023803710938 +-0.051757812500 +-0.029418945312 +-0.034912109375 +-0.089355468750 +0.004943847656 +-0.028442382812 +-0.040283203125 +0.024414062500 +0.040283203125 +-0.134765625000 +-0.141601562500 +-0.312500000000 +0.113281250000 +-0.145507812500 +0.041503906250 +0.107910156250 +-0.164062500000 +-0.088378906250 +-0.151367187500 +-0.032714843750 +-0.020751953125 +-0.057861328125 +0.047851562500 +0.074218750000 +-0.040283203125 +-0.094726562500 +-0.081054687500 +0.193359375000 +-0.045410156250 +-0.269531250000 +0.083496093750 +-0.014343261719 +-0.009399414062 +-0.029174804688 +0.116699218750 +-0.130859375000 +-0.009094238281 +0.057373046875 +0.043212890625 +0.200195312500 +0.024658203125 +-0.068847656250 +0.169921875000 +0.153320312500 +0.021362304688 +-0.076171875000 +-0.197265625000 +0.086914062500 +0.087890625000 +-0.028564453125 +0.049316406250 +0.052734375000 +0.112304687500 +0.074218750000 +-0.011535644531 +0.003494262695 +-0.057617187500 +0.247070312500 +0.191406250000 +-0.176757812500 +0.029296875000 +0.197265625000 +0.045898437500 +-0.192382812500 +-0.005126953125 +-0.217773437500 +-0.003585815430 +0.008239746094 +0.087402343750 +0.152343750000 +-0.048095703125 +0.024291992188 +0.162109375000 +0.213867187500 +0.086425781250 +-0.173828125000 +0.081542968750 +-0.141601562500 +-0.126953125000 +-0.071777343750 +-0.011840820312 +0.131835937500 +-0.174804687500 +0.047851562500 +0.116210937500 +-0.070800781250 +0.020141601562 +-0.169921875000 +-0.128906250000 +0.083984375000 +-0.031738281250 +-0.279296875000 +-0.143554687500 +-0.026245117188 +0.066406250000 +-0.052246093750 +0.010620117188 +-0.101074218750 +0.020263671875 +-0.022827148438 +0.031494140625 +0.078613281250 +-0.087402343750 +0.070312500000 +0.009277343750 +-0.170898437500 +0.061767578125 +0.050292968750 +-0.217773437500 +-0.081542968750 +0.117675781250 +-0.078125000000 +-0.013183593750 +-0.059814453125 +0.083984375000 +-0.253906250000 +0.063476562500 +-0.143554687500 +0.038085937500 +0.050537109375 +0.082031250000 +0.028808593750 +-0.054199218750 +-0.008911132812 +-0.074218750000 +-0.048583984375 +-0.220703125000 +-0.016601562500 +-0.059814453125 +-0.014160156250 +-0.101074218750 +0.053222656250 +0.048339843750 +-0.060058593750 +-0.149414062500 +0.026855468750 +-0.037353515625 +0.141601562500 +0.049804687500 +0.085449218750 +-0.051513671875 +-0.098144531250 +-0.050048828125 +0.010986328125 +-0.003234863281 +-0.005371093750 +0.004821777344 +-0.008789062500 +0.012634277344 +0.093261718750 +0.114746093750 +0.101562500000 +-0.094726562500 +-0.031005859375 +0.041503906250 +0.113281250000 +-0.011352539062 +-0.154296875000 +0.174804687500 +-0.083496093750 +-0.060302734375 +-0.089843750000 +-0.055908203125 +0.050292968750 +0.023193359375 +0.210937500000 +-0.103027343750 +0.365234375000 +-0.041015625000 +-0.292968750000 +0.124023437500 +-0.042236328125 +-0.108886718750 +-0.109863281250 +0.043457031250 +0.083496093750 +0.091796875000 +0.132812500000 +0.106933593750 +-0.082519531250 +-0.038818359375 +-0.049316406250 +-0.030029296875 +0.012756347656 +-0.118164062500 +-0.066406250000 +-0.043212890625 +0.151367187500 +0.141601562500 +-0.028198242188 +-0.105957031250 +0.215820312500 +0.011169433594 +0.020507812500 +0.013793945312 +-0.250000000000 +-0.091308593750 +0.234375000000 +0.316406250000 +0.065917968750 +-0.021728515625 +0.158203125000 +-0.114746093750 +0.042236328125 +0.084960937500 +0.211914062500 +0.066406250000 +-0.134765625000 +0.079101562500 +0.059082031250 +0.075195312500 +0.010742187500 +0.017822265625 +-0.065429687500 +-0.084960937500 +0.006347656250 +0.083984375000 +0.000526428223 +-0.137695312500 +-0.017456054688 +-0.148437500000 +0.227539062500 +-0.026000976562 +0.129882812500 +-0.125976562500 +0.112792968750 +0.200195312500 +-0.069824218750 +0.092773437500 +0.056396484375 +-0.048095703125 +-0.046875000000 +-0.167968750000 +0.060302734375 +-0.028564453125 +-0.156250000000 +-0.145507812500 +-0.070312500000 +-0.032470703125 +-0.001525878906 +-0.123046875000 +-0.207031250000 +-0.154296875000 +-0.030273437500 +0.006469726562 +-0.210937500000 +-0.081542968750 +-0.052734375000 +0.072265625000 +-0.051025390625 +-0.006042480469 +-0.020507812500 +-0.019042968750 +-0.000831604004 +0.111816406250 +0.001602172852 +0.166015625000 +0.094238281250 +0.170898437500 +-0.086914062500 +-0.117187500000 +0.023803710938 +0.011657714844 +-0.078613281250 +0.104492187500 +0.074218750000 +0.089355468750 +0.030761718750 +0.017578125000 +-0.062988281250 +-0.160156250000 +-0.068847656250 +-0.058105468750 +-0.044189453125 +-0.059814453125 +-0.072753906250 +-0.056884765625 +0.116210937500 +0.072265625000 +0.185546875000 +0.177734375000 +-0.100097656250 +0.012268066406 +-0.169921875000 +0.070800781250 +0.022827148438 +0.002563476562 +0.025390625000 +-0.040527343750 +0.036621093750 +-0.014404296875 +0.131835937500 +0.022827148438 +0.216796875000 +-0.017822265625 +-0.054443359375 +-0.029052734375 +-0.006866455078 +-0.019897460938 +0.030517578125 +0.156250000000 +0.051757812500 +-0.149414062500 +-0.055419921875 +0.212890625000 +0.054199218750 +-0.016113281250 +0.064941406250 +-0.096191406250 +0.005859375000 +0.017822265625 +-0.124511718750 +0.261718750000 +0.035888671875 +0.091308593750 +0.081542968750 +0.022338867188 +0.004638671875 +0.180664062500 +0.119140625000 +0.004791259766 +-0.230468750000 +0.146484375000 +-0.089843750000 +0.005950927734 +-0.000957489014 +-0.050292968750 +0.080078125000 +0.046386718750 +-0.291015625000 +0.201171875000 +0.009948730469 +0.028198242188 +-0.068359375000 +-0.124511718750 +-0.051269531250 +0.255859375000 +0.073242187500 +-0.052734375000 +0.152343750000 +-0.102539062500 +0.038574218750 +-0.023437500000 +-0.051025390625 +-0.015502929688 +0.022705078125 +0.101562500000 +-0.004974365234 +-0.005462646484 +-0.014160156250 +0.054199218750 +0.077636718750 +-0.073242187500 +-0.166015625000 +-0.139648437500 +-0.060058593750 +0.016357421875 +0.003845214844 +-0.152343750000 +0.237304687500 +0.107421875000 +-0.104492187500 +-0.097167968750 +0.115722656250 +0.095703125000 +-0.038574218750 +-0.014770507812 +0.031982421875 +0.090332031250 +0.093261718750 +0.012756347656 +0.074707031250 +-0.024780273438 +-0.129882812500 +-0.246093750000 +0.132812500000 +-0.093750000000 +-0.023315429688 +0.042968750000 +0.073242187500 +-0.041503906250 +0.015625000000 +-0.097656250000 +0.011779785156 +-0.120605468750 +-0.074707031250 +0.014465332031 +-0.207031250000 +0.031494140625 +-0.056396484375 +0.043212890625 +-0.091308593750 +-0.061035156250 +0.188476562500 +-0.010314941406 +0.239257812500 +-0.004577636719 +0.092285156250 +-0.059570312500 +-0.020751953125 +-0.011474609375 +0.134765625000 +-0.109863281250 +0.025146484375 +0.209960937500 +0.083496093750 +0.001220703125 +-0.004699707031 +-0.012207031250 +-0.025512695312 +-0.093261718750 +-0.216796875000 +-0.009460449219 +-0.195312500000 +0.019897460938 +-0.150390625000 +0.101074218750 +-0.081054687500 +0.019409179688 +-0.099121093750 +0.042236328125 +-0.049560546875 +0.199218750000 +0.158203125000 +-0.117675781250 +0.106933593750 +-0.039062500000 +-0.074707031250 +-0.112304687500 +-0.006042480469 +0.271484375000 +-0.115722656250 +0.063964843750 +-0.068847656250 +-0.060791015625 +-0.026977539062 +0.028686523438 +0.082031250000 +-0.166015625000 +-0.026977539062 +-0.367187500000 +0.007537841797 +0.068847656250 +-0.068359375000 +0.066894531250 +-0.062500000000 +-0.165039062500 +-0.005432128906 +-0.220703125000 +0.014343261719 +0.164062500000 +-0.015075683594 +-0.035400390625 +0.109863281250 +0.064941406250 +-0.102050781250 +-0.102539062500 +-0.022949218750 +-0.271484375000 +0.004486083984 +0.104980468750 +-0.001548767090 +-0.093750000000 +0.042724609375 +-0.128906250000 +-0.002883911133 +0.042968750000 +0.027465820312 +-0.181640625000 +0.016845703125 +-0.226562500000 +0.007659912109 +0.145507812500 +-0.095214843750 +-0.052490234375 +0.145507812500 +-0.087402343750 +-0.054199218750 +0.065429687500 +-0.076171875000 +0.128906250000 +0.251953125000 +-0.013793945312 +0.014587402344 +-0.071777343750 +0.110839843750 +-0.038574218750 +-0.203125000000 +0.033203125000 +-0.062011718750 +-0.024658203125 +-0.039306640625 +-0.166015625000 +-0.038818359375 +0.064941406250 +-0.030639648438 +-0.015258789062 +-0.040527343750 +0.014221191406 +0.057373046875 +0.006683349609 +0.006530761719 +-0.220703125000 +-0.076171875000 +-0.026977539062 +0.171875000000 +-0.051025390625 +0.150390625000 +-0.038574218750 +-0.062255859375 +0.144531250000 +0.020141601562 +-0.104980468750 +-0.273437500000 +-0.055419921875 +-0.101074218750 +-0.000444412231 +0.124511718750 +-0.096191406250 +-0.147460937500 +-0.138671875000 +-0.035644531250 +-0.048828125000 +0.048828125000 +-0.042480468750 +-0.011169433594 +0.171875000000 +0.056640625000 +-0.038330078125 +-0.063476562500 +0.035644531250 +-0.053955078125 +-0.173828125000 +0.247070312500 +-0.021362304688 +-0.292968750000 +0.065917968750 +0.040527343750 +0.034667968750 +0.016723632812 +0.082031250000 +0.078613281250 +-0.075195312500 +-0.029541015625 +-0.030151367188 +-0.232421875000 +0.040283203125 +-0.081542968750 +0.074707031250 +-0.017089843750 +-0.153320312500 +-0.052978515625 +-0.080078125000 +-0.101562500000 +-0.326171875000 +-0.014831542969 +-0.109863281250 +-0.100097656250 +0.005126953125 +-0.032226562500 +-0.048095703125 +-0.073242187500 +-0.193359375000 +-0.075683593750 +0.118164062500 +-0.082519531250 +-0.004455566406 +0.042236328125 +-0.213867187500 +0.020019531250 +-0.110839843750 +0.051269531250 +-0.074218750000 +0.161132812500 +0.052734375000 +-0.164062500000 +-0.001899719238 +-0.074707031250 +-0.196289062500 +0.023315429688 +0.179687500000 +-0.108398437500 +-0.014770507812 +0.034423828125 +-0.003646850586 +0.059814453125 +0.027954101562 +-0.008911132812 +-0.004882812500 +-0.003860473633 +-0.051757812500 +-0.062988281250 +-0.052001953125 +-0.093750000000 +0.030029296875 +-0.041015625000 +-0.017456054688 +0.005401611328 +-0.039794921875 +0.122558593750 +0.326171875000 +0.029418945312 +0.062988281250 +0.025512695312 +-0.036376953125 +0.163085937500 +0.027343750000 +0.015441894531 +0.092773437500 +0.216796875000 +-0.164062500000 +-0.035156250000 +0.080566406250 +0.093750000000 +-0.041259765625 +0.065429687500 +-0.021118164062 +-0.265625000000 +-0.036132812500 +0.231445312500 +-0.028686523438 +-0.077636718750 +-0.015014648438 +0.073730468750 +0.119140625000 +0.016235351562 +0.281250000000 +-0.023559570312 +0.075195312500 +0.000438690186 +0.038574218750 +0.046386718750 +-0.102539062500 +0.069824218750 +-0.007476806641 +-0.078613281250 +0.094726562500 +-0.070312500000 +0.000877380371 +0.002578735352 +0.069824218750 +-0.038330078125 +-0.117187500000 +0.150390625000 +-0.016723632812 +-0.031982421875 +-0.039306640625 +0.118164062500 +-0.069335937500 +-0.039550781250 +-0.034667968750 +0.095214843750 +-0.030517578125 +0.029541015625 +0.067382812500 +-0.101074218750 +-0.081542968750 +0.052001953125 +0.006317138672 +-0.034423828125 +0.071289062500 +-0.117187500000 +-0.068359375000 +0.048583984375 +0.015014648438 +0.066406250000 +-0.081054687500 +0.058837890625 +0.083007812500 +0.138671875000 +-0.044677734375 +-0.087402343750 +-0.145507812500 +0.092773437500 +0.070312500000 +0.076660156250 +0.009094238281 +0.044921875000 +0.005371093750 +-0.038085937500 +0.079589843750 +0.058349609375 +0.077148437500 +-0.130859375000 +0.247070312500 +-0.093261718750 +0.052246093750 +-0.021118164062 +-0.112792968750 +-0.082519531250 +0.083007812500 +-0.027832031250 +0.177734375000 +-0.090332031250 +0.102050781250 +-0.046142578125 +-0.213867187500 +-0.105957031250 +0.088378906250 +-0.126953125000 +0.107910156250 +-0.035644531250 +-0.141601562500 +0.106933593750 +0.107910156250 +0.122558593750 +-0.091308593750 +0.022460937500 +-0.030395507812 +0.059082031250 +0.210937500000 +0.110839843750 +-0.042968750000 +-0.030517578125 +-0.000167846680 +-0.029174804688 +0.092773437500 +-0.042968750000 +0.037109375000 +-0.167968750000 +0.090332031250 +-0.131835937500 +-0.034179687500 +-0.080566406250 +0.085449218750 +-0.132812500000 +0.111816406250 +0.072265625000 +-0.125000000000 +-0.063476562500 +-0.080566406250 +0.035400390625 +0.044433593750 +0.091308593750 +0.162109375000 +0.130859375000 +-0.084472656250 +0.011596679688 +-0.133789062500 +0.008483886719 +-0.007934570312 +-0.034667968750 +-0.004608154297 +0.214843750000 +-0.053710937500 +-0.054443359375 +-0.000579833984 +-0.050781250000 +0.062988281250 +0.068359375000 +0.009521484375 +-0.017333984375 +0.239257812500 +-0.122558593750 +0.022949218750 +-0.008666992188 +-0.011413574219 +-0.155273437500 +0.073730468750 +-0.247070312500 +0.143554687500 +-0.110351562500 +0.160156250000 +0.238281250000 +-0.076660156250 +0.078613281250 +-0.090332031250 +0.049072265625 +-0.171875000000 +0.075683593750 +0.225585937500 +-0.146484375000 +-0.011291503906 +-0.023559570312 +-0.032958984375 +-0.125976562500 +-0.054443359375 +-0.010437011719 +0.055175781250 +0.022949218750 +0.071777343750 +-0.044433593750 +-0.221679687500 +0.006530761719 +-0.145507812500 +-0.083007812500 +0.047851562500 +-0.004486083984 +0.057373046875 +-0.047851562500 +0.047363281250 +-0.197265625000 +0.078125000000 +0.068847656250 +-0.107910156250 +0.084472656250 +0.150390625000 +0.054931640625 +-0.004425048828 +0.112792968750 +-0.094726562500 +-0.066894531250 +0.128906250000 +-0.028930664062 +-0.053955078125 +-0.049804687500 +-0.244140625000 +0.045898437500 +0.157226562500 +-0.024047851562 +-0.042480468750 +0.051513671875 +0.161132812500 +0.017211914062 +0.009826660156 +-0.074707031250 +-0.042968750000 +-0.142578125000 +-0.170898437500 +0.024169921875 +-0.174804687500 +0.040771484375 +-0.055908203125 +-0.038818359375 +-0.133789062500 +0.043945312500 +-0.033447265625 +-0.034179687500 +-0.054443359375 +0.063476562500 +0.148437500000 +0.014648437500 +0.004760742188 +-0.056640625000 +-0.040039062500 +0.010681152344 +-0.018676757812 +0.038085937500 +-0.093261718750 +-0.080078125000 +0.001869201660 +-0.139648437500 +0.119140625000 +0.002639770508 +-0.089355468750 +0.089843750000 +0.117675781250 +0.038574218750 +-0.053710937500 +0.059814453125 +0.045898437500 +-0.033935546875 +-0.083984375000 +0.081054687500 +-0.027099609375 +-0.131835937500 +0.104980468750 +0.010681152344 +-0.023559570312 +0.156250000000 +-0.071777343750 +0.083496093750 +-0.016235351562 +0.071289062500 +0.077636718750 +0.099121093750 +-0.058593750000 +-0.160156250000 +0.050537109375 +0.015502929688 +-0.020019531250 +-0.067871093750 +0.102050781250 +-0.116699218750 +0.014526367188 +0.191406250000 +0.027099609375 +0.028320312500 +0.166992187500 +-0.076660156250 +0.149414062500 +0.020141601562 +0.084472656250 +0.080078125000 +-0.367187500000 +-0.016845703125 +-0.092773437500 +-0.161132812500 +-0.059326171875 +0.173828125000 +0.003311157227 +0.043945312500 +0.063476562500 +-0.054931640625 +-0.006866455078 +0.052978515625 +-0.063476562500 +0.064941406250 +0.056884765625 +0.046142578125 +-0.030273437500 +0.086914062500 +0.308593750000 +-0.038330078125 +-0.023681640625 +-0.227539062500 +-0.072265625000 +-0.109375000000 +0.128906250000 +0.083496093750 +-0.037109375000 +-0.146484375000 +-0.008605957031 +0.114746093750 +0.121093750000 +0.138671875000 +-0.054931640625 +-0.072753906250 +0.007354736328 +0.025390625000 +0.032470703125 +-0.175781250000 +0.129882812500 +0.153320312500 +0.002182006836 +-0.006317138672 +0.129882812500 +0.068359375000 +-0.000522613525 +-0.054931640625 +0.062988281250 +-0.107910156250 +-0.091796875000 +0.006042480469 +-0.094238281250 +0.233398437500 +-0.101562500000 +-0.001014709473 +-0.043945312500 +0.181640625000 +0.159179687500 +0.054687500000 +-0.046386718750 +-0.096679687500 +0.012084960938 +-0.076171875000 +0.021362304688 +-0.165039062500 +0.009033203125 +-0.200195312500 +0.032470703125 +-0.188476562500 +0.041259765625 +0.059814453125 +-0.121582031250 +-0.048583984375 +0.033935546875 +-0.080566406250 +0.174804687500 +-0.178710937500 +-0.052001953125 +-0.061035156250 +0.096679687500 +0.024780273438 +0.010803222656 +0.033935546875 +0.019775390625 +0.042968750000 +0.034912109375 +-0.245117187500 +-0.018310546875 +0.078125000000 +-0.130859375000 +-0.037841796875 +0.086914062500 +-0.022216796875 +-0.049316406250 +0.023071289062 +-0.045166015625 +0.027465820312 +0.003540039062 +-0.129882812500 +-0.070312500000 +-0.238281250000 +-0.039062500000 +-0.122558593750 +0.122558593750 +-0.052001953125 +0.076171875000 +-0.185546875000 +-0.042968750000 +-0.149414062500 +-0.014587402344 +-0.074218750000 +-0.092285156250 +0.093750000000 +0.030273437500 +-0.034179687500 +-0.116210937500 +-0.142578125000 +0.041015625000 +0.005767822266 +-0.013610839844 +0.025634765625 +0.039550781250 +-0.138671875000 +0.102539062500 +0.092773437500 +-0.024414062500 +0.146484375000 +-0.198242187500 +0.100585937500 +-0.007080078125 +-0.029907226562 +0.065917968750 +-0.146484375000 +-0.023681640625 +-0.120605468750 +-0.016967773438 +0.008178710938 +-0.078125000000 +0.040039062500 +-0.026489257812 +-0.117675781250 +0.158203125000 +0.201171875000 +-0.062011718750 +-0.156250000000 +0.081542968750 +0.039550781250 +0.114746093750 +0.028320312500 +-0.195312500000 +-0.118164062500 +0.069335937500 +-0.000556945801 +-0.064941406250 +-0.076660156250 +-0.087402343750 +0.121093750000 +0.113769531250 +0.019042968750 +0.075195312500 +0.072753906250 +-0.056152343750 +-0.150390625000 +0.045410156250 +-0.037353515625 +-0.287109375000 +0.146484375000 +0.115234375000 +0.176757812500 +0.042480468750 +0.068359375000 +0.261718750000 +0.113281250000 +-0.014038085938 +-0.041748046875 +-0.047119140625 +-0.186523437500 +-0.047363281250 +0.063476562500 +0.164062500000 +0.054199218750 +0.060791015625 +0.095703125000 +0.095703125000 +0.083984375000 +-0.015319824219 +0.073242187500 +0.215820312500 +0.032226562500 +0.040771484375 +-0.394531250000 +-0.031494140625 +-0.020751953125 +0.040527343750 +-0.137695312500 +-0.042236328125 +-0.006744384766 +0.040527343750 +0.070800781250 +0.009887695312 +0.004638671875 +-0.097167968750 +0.064453125000 +0.153320312500 +0.123535156250 +-0.149414062500 +-0.008728027344 +0.054199218750 +-0.048583984375 +0.037353515625 +0.056396484375 +-0.353515625000 +0.070800781250 +-0.057128906250 +0.077148437500 +0.067871093750 +0.077636718750 +-0.147460937500 +-0.119140625000 +-0.067382812500 +-0.048095703125 +-0.180664062500 +-0.044677734375 +0.012451171875 +-0.174804687500 +-0.017944335938 +0.084472656250 +0.143554687500 +-0.080078125000 +-0.052490234375 +0.072265625000 +-0.025634765625 +0.133789062500 +-0.014404296875 +-0.061767578125 +-0.173828125000 +-0.033203125000 +0.000812530518 +0.047607421875 +0.054687500000 +0.066894531250 +0.097167968750 +0.036621093750 +0.125976562500 +-0.098144531250 +0.094726562500 +0.016601562500 +0.157226562500 +-0.012939453125 +-0.023559570312 +0.125976562500 +0.138671875000 +0.026855468750 +-0.077148437500 +-0.035400390625 +-0.016845703125 +-0.096191406250 +0.012390136719 +0.291015625000 +-0.105468750000 +0.141601562500 +-0.035888671875 +-0.033935546875 +-0.151367187500 +-0.061523437500 +-0.096191406250 +-0.035156250000 +0.098144531250 +0.083007812500 +0.072753906250 +0.009826660156 +-0.116210937500 +-0.221679687500 +-0.115722656250 +0.129882812500 +0.221679687500 +0.051757812500 +-0.126953125000 +-0.149414062500 +-0.037109375000 +-0.074218750000 +-0.098144531250 +-0.091796875000 +0.004333496094 +0.004882812500 +-0.014892578125 +0.097167968750 +0.003494262695 +-0.000239372253 +-0.049072265625 +-0.120117187500 +-0.045410156250 +-0.166992187500 +-0.093750000000 +-0.033203125000 +0.097656250000 +-0.040283203125 +0.006164550781 +-0.001808166504 +-0.132812500000 +-0.073242187500 +0.072265625000 +-0.163085937500 +-0.189453125000 +0.029907226562 +-0.040771484375 +-0.010803222656 +-0.034912109375 +0.014953613281 +0.174804687500 +-0.324218750000 +-0.007781982422 +-0.073730468750 +-0.101074218750 +0.051025390625 +-0.039306640625 +0.089843750000 +0.065429687500 +0.056884765625 +-0.003890991211 +-0.082519531250 +0.077636718750 +0.032714843750 +-0.191406250000 +-0.089843750000 +-0.255859375000 +0.061523437500 +-0.066406250000 +-0.046386718750 +-0.020385742188 +0.029541015625 +-0.068359375000 +-0.018310546875 +-0.017333984375 +-0.129882812500 +0.136718750000 +0.064453125000 +-0.094238281250 +-0.142578125000 +0.077148437500 +0.148437500000 +-0.092285156250 +-0.039550781250 +0.121093750000 +-0.032226562500 +-0.164062500000 +-0.001167297363 +-0.242187500000 +0.076171875000 +0.076660156250 +0.013244628906 +0.004974365234 +0.133789062500 +-0.045898437500 +0.306640625000 +0.036865234375 +0.128906250000 +0.158203125000 +-0.089355468750 +-0.106933593750 +-0.097167968750 +-0.076660156250 +0.029052734375 +-0.157226562500 +0.073730468750 +0.060302734375 +-0.036865234375 +0.077636718750 +0.147460937500 +-0.054931640625 +-0.019531250000 +-0.074218750000 +-0.212890625000 +-0.131835937500 +-0.037597656250 +0.046142578125 +0.133789062500 +0.070312500000 +-0.002624511719 +-0.008544921875 +-0.140625000000 +-0.102050781250 +0.098632812500 +-0.194335937500 +-0.061279296875 +0.067382812500 +0.086914062500 +0.062500000000 +0.032470703125 +0.109375000000 +0.021972656250 +-0.056640625000 +-0.183593750000 +0.065429687500 +-0.136718750000 +0.257812500000 +-0.061035156250 +0.029907226562 +-0.079589843750 +0.035400390625 +-0.010986328125 +-0.010986328125 +-0.123046875000 +-0.070800781250 +0.053222656250 +0.099609375000 +0.185546875000 +-0.006713867188 +0.039306640625 +-0.051269531250 +0.002700805664 +-0.076660156250 +-0.008605957031 +0.022705078125 +-0.039550781250 +-0.191406250000 +0.116210937500 +-0.103027343750 +0.043945312500 +0.031494140625 +-0.211914062500 +0.008056640625 +-0.087402343750 +0.061767578125 +-0.110839843750 +0.025634765625 +-0.039062500000 +-0.042724609375 +-0.022705078125 +0.128906250000 +0.105957031250 +-0.202148437500 +0.056884765625 +0.007812500000 +0.027343750000 +-0.037841796875 +0.058837890625 +-0.039794921875 +0.008544921875 +-0.063964843750 +-0.061035156250 +0.224609375000 +-0.050292968750 +0.123535156250 +-0.123046875000 +0.063476562500 +-0.218750000000 +-0.099609375000 +0.010253906250 +0.105468750000 +-0.083496093750 +-0.003417968750 +-0.062500000000 +0.097656250000 +-0.078125000000 +0.014160156250 +-0.015136718750 +-0.037841796875 +-0.088867187500 +0.160156250000 +0.011047363281 +-0.022338867188 +0.157226562500 +-0.155273437500 +-0.015869140625 +-0.122070312500 +0.171875000000 +0.099121093750 +-0.031738281250 +0.037841796875 +-0.016967773438 +0.014282226562 +-0.025512695312 +0.069824218750 +0.048828125000 +0.084472656250 +0.081542968750 +0.038085937500 +-0.071777343750 +0.077636718750 +0.025268554688 +-0.034423828125 +-0.016113281250 +0.059570312500 +0.033203125000 +0.007629394531 +-0.120117187500 +0.060546875000 +-0.095703125000 +-0.119628906250 +-0.032714843750 +0.259765625000 +-0.048339843750 +0.040283203125 +-0.115722656250 +-0.069335937500 +-0.087402343750 +-0.014587402344 +-0.186523437500 +0.063964843750 +-0.185546875000 +0.073730468750 +0.143554687500 +0.085449218750 +-0.091796875000 +0.102050781250 +-0.097656250000 +-0.145507812500 +-0.156250000000 +0.165039062500 +0.048339843750 +0.127929687500 +-0.121582031250 +-0.071777343750 +-0.090332031250 +0.128906250000 +0.033935546875 +-0.061035156250 +-0.030029296875 +0.131835937500 +-0.039062500000 +0.215820312500 +-0.001899719238 +0.052246093750 +-0.024047851562 +-0.059570312500 +0.002044677734 +-0.101562500000 +0.002929687500 +-0.033691406250 +0.044189453125 +0.247070312500 +0.158203125000 +-0.060546875000 +-0.132812500000 +0.026367187500 +0.141601562500 +-0.075195312500 +-0.090332031250 +0.088867187500 +-0.044921875000 +-0.298828125000 +0.000446319580 +-0.003372192383 +-0.092773437500 +-0.077148437500 +-0.062255859375 +-0.028930664062 +-0.219726562500 +0.204101562500 +-0.146484375000 +0.004028320312 +0.076171875000 +-0.035400390625 +0.019531250000 +0.080566406250 +-0.075683593750 +-0.151367187500 +0.063476562500 +0.001914978027 +-0.080078125000 +-0.032470703125 +-0.194335937500 +0.156250000000 +0.019897460938 +-0.108398437500 +0.070312500000 +0.091308593750 +-0.020507812500 +-0.001342773438 +-0.131835937500 +-0.061523437500 +0.117187500000 +0.030761718750 +-0.012512207031 +-0.014160156250 +0.007202148438 +-0.123535156250 +0.040771484375 +-0.106445312500 +-0.040527343750 +-0.013061523438 +0.045654296875 +-0.230468750000 +0.118652343750 +0.025512695312 +0.050292968750 +0.055664062500 +-0.105468750000 +0.025146484375 +-0.111328125000 +0.074707031250 +-0.091308593750 +-0.075195312500 +-0.107421875000 +0.174804687500 +-0.119628906250 +0.020263671875 +-0.041503906250 +-0.057861328125 +-0.109375000000 +0.034423828125 +-0.080078125000 +-0.131835937500 +0.005737304688 +0.037109375000 +-0.230468750000 +0.166015625000 +-0.180664062500 +-0.051757812500 +0.094726562500 +-0.026489257812 +0.008605957031 +0.076660156250 +0.051513671875 +0.010925292969 +0.025756835938 +-0.020629882812 +-0.018066406250 +-0.086914062500 +0.091796875000 +0.163085937500 +0.112304687500 +-0.103027343750 +0.050048828125 +-0.057861328125 +-0.121093750000 +0.211914062500 +-0.021362304688 +-0.053466796875 +-0.043945312500 +0.007659912109 +-0.100097656250 +0.093261718750 +0.217773437500 +0.219726562500 +-0.113281250000 +-0.051513671875 +0.008666992188 +0.028442382812 +-0.045898437500 +0.035644531250 +-0.004730224609 +0.025268554688 +-0.020507812500 +-0.031005859375 +-0.008850097656 +0.014526367188 +-0.003112792969 +-0.053466796875 +0.069824218750 +-0.019897460938 +0.044189453125 +0.074218750000 +-0.065917968750 +0.298828125000 +-0.066406250000 +-0.140625000000 +-0.345703125000 +-0.098144531250 +-0.103027343750 +0.034423828125 +-0.153320312500 +-0.116210937500 +0.017944335938 +-0.156250000000 +0.058105468750 +-0.148437500000 +-0.075195312500 +-0.073730468750 +0.072265625000 +-0.017211914062 +0.013977050781 +0.084472656250 +0.075683593750 +0.164062500000 +-0.182617187500 +0.032714843750 +-0.026611328125 +0.052246093750 +-0.115234375000 +0.013427734375 +-0.247070312500 +0.099609375000 +0.016357421875 +0.007232666016 +-0.067871093750 +-0.051025390625 +0.046630859375 +-0.257812500000 +-0.166015625000 +-0.101562500000 +-0.041748046875 +0.013916015625 +0.007049560547 +-0.094726562500 +0.033203125000 +0.092285156250 +-0.060546875000 +-0.125976562500 +0.111816406250 +0.179687500000 +-0.144531250000 +-0.047119140625 +0.011779785156 +-0.070312500000 +-0.012023925781 +-0.011413574219 +0.048828125000 +-0.105468750000 +0.111816406250 +0.030395507812 +-0.056152343750 +-0.005279541016 +0.011169433594 +-0.044677734375 +-0.140625000000 +0.158203125000 +-0.042724609375 +0.079589843750 +-0.053710937500 +-0.106445312500 +0.075683593750 +0.065917968750 +-0.094238281250 +0.099609375000 +0.029052734375 +-0.134765625000 +-0.066894531250 +0.027465820312 +-0.050781250000 +0.101562500000 +0.111816406250 +0.075195312500 +-0.008544921875 +-0.304687500000 +0.076171875000 +0.013305664062 +-0.082031250000 +-0.104492187500 +-0.018432617188 +-0.160156250000 +-0.056396484375 +-0.022583007812 +0.064453125000 +0.096191406250 +-0.012878417969 +0.055419921875 +0.137695312500 +0.017089843750 +0.090820312500 +0.180664062500 +0.050292968750 +0.086425781250 +0.040771484375 +-0.010253906250 +-0.044677734375 +-0.004211425781 +-0.085937500000 +-0.056152343750 +0.104003906250 +-0.075683593750 +-0.103027343750 +0.033447265625 +0.007141113281 +-0.104003906250 +0.091796875000 +-0.025634765625 +-0.104980468750 +0.163085937500 +0.013427734375 +-0.083496093750 +-0.035888671875 +-0.113769531250 +0.010070800781 +0.039550781250 +0.204101562500 +0.032226562500 +-0.037597656250 +0.041748046875 +0.121582031250 +-0.036621093750 +-0.106445312500 +0.002090454102 +-0.018920898438 +-0.058349609375 +-0.001716613770 +-0.081542968750 +-0.058105468750 +0.123535156250 +0.051025390625 +-0.017211914062 +-0.006652832031 +-0.080078125000 +-0.085449218750 +-0.023925781250 +0.068359375000 +-0.105957031250 +-0.011291503906 +-0.010559082031 +-0.077636718750 +-0.031982421875 +-0.083496093750 +0.058837890625 +-0.030639648438 +-0.167968750000 +-0.013000488281 +-0.012939453125 +-0.050781250000 +-0.006591796875 +-0.061523437500 +-0.092773437500 +-0.025634765625 +-0.197265625000 +-0.063476562500 +-0.086425781250 +-0.017700195312 +-0.040283203125 +0.080566406250 +-0.145507812500 +-0.279296875000 +0.012451171875 +-0.118652343750 +0.047119140625 +0.015502929688 +0.300781250000 +-0.013854980469 +0.158203125000 +-0.059570312500 +0.012756347656 +0.192382812500 +-0.001716613770 +0.059326171875 +-0.246093750000 +0.004730224609 +0.041259765625 +0.012451171875 +-0.128906250000 +-0.027343750000 +-0.015991210938 +0.064453125000 +0.003585815430 +-0.105468750000 +-0.206054687500 +-0.004272460938 +0.120605468750 +-0.054443359375 +-0.040039062500 +0.049560546875 +-0.055175781250 +-0.071289062500 +-0.018310546875 +0.085449218750 +-0.193359375000 +-0.184570312500 +-0.027587890625 +-0.072753906250 +0.097656250000 +0.018798828125 +0.179687500000 +0.021240234375 +0.078125000000 +-0.052246093750 +-0.070800781250 +0.035156250000 +-0.107910156250 +-0.212890625000 +0.086425781250 +0.066406250000 +0.135742187500 +-0.030395507812 +-0.386718750000 +0.002075195312 +-0.145507812500 +0.001441955566 +-0.084960937500 +-0.008544921875 +-0.000793457031 +-0.067382812500 +-0.021850585938 +0.177734375000 +0.092773437500 +-0.179687500000 +-0.085937500000 +0.154296875000 +-0.084960937500 +-0.116699218750 +-0.234375000000 +0.075683593750 +0.037841796875 +-0.022094726562 +-0.051025390625 +0.124023437500 +0.139648437500 +-0.008728027344 +-0.059570312500 +-0.023437500000 +0.036865234375 +-0.027221679688 +0.059570312500 +0.051513671875 +-0.052734375000 +0.061523437500 +-0.051269531250 +-0.022583007812 +-0.040527343750 +-0.214843750000 +0.091796875000 +-0.087402343750 +-0.048339843750 +-0.312500000000 +-0.188476562500 +-0.033691406250 +-0.022460937500 +0.008483886719 +-0.074707031250 +0.077148437500 +-0.013122558594 +-0.135742187500 +-0.045166015625 +-0.027221679688 +-0.062988281250 +-0.132812500000 +-0.075195312500 +0.028564453125 +-0.005462646484 +-0.077148437500 +-0.219726562500 +0.006713867188 +-0.104980468750 +-0.055419921875 +-0.044677734375 +-0.040527343750 +0.004364013672 +-0.052001953125 +0.119140625000 +0.043701171875 +-0.060791015625 +0.064941406250 +0.040283203125 +0.157226562500 +0.045166015625 +-0.197265625000 +-0.141601562500 +-0.017700195312 +-0.048095703125 +0.039306640625 +-0.468750000000 +0.014282226562 +-0.133789062500 +-0.125976562500 +0.062988281250 +0.029907226562 +-0.019653320312 +0.043212890625 +-0.009948730469 +0.030273437500 +-0.045410156250 +-0.049804687500 +0.117187500000 +-0.159179687500 +0.064453125000 +-0.131835937500 +0.021972656250 +0.086425781250 +-0.144531250000 +0.088867187500 +0.002792358398 +-0.136718750000 +-0.043457031250 +-0.039794921875 +0.061279296875 +-0.144531250000 +-0.023193359375 +0.061279296875 +-0.004516601562 +-0.000846862793 +-0.000835418701 +-0.090820312500 +0.059082031250 +-0.034667968750 +-0.054443359375 +-0.128906250000 +0.130859375000 +-0.091796875000 +-0.045898437500 +0.055908203125 +-0.129882812500 +-0.004974365234 +-0.056640625000 +0.030639648438 +-0.087402343750 +-0.023803710938 +0.042968750000 +-0.005554199219 +0.085937500000 +0.024536132812 +-0.111328125000 +-0.010620117188 +0.036376953125 +0.128906250000 +-0.076171875000 +0.014099121094 +0.110351562500 +-0.078613281250 +-0.097656250000 +-0.015380859375 +0.062500000000 +-0.012695312500 +0.010681152344 +0.107421875000 +-0.043457031250 +0.125976562500 +0.180664062500 +-0.037841796875 +0.081542968750 +-0.180664062500 +0.091308593750 +-0.116210937500 +-0.014465332031 +0.083984375000 +0.032470703125 +-0.279296875000 +0.065917968750 +-0.003433227539 +-0.108398437500 +-0.029418945312 +0.043212890625 +0.008911132812 +-0.057861328125 +-0.042724609375 +0.044433593750 +0.055664062500 +-0.124023437500 +0.035644531250 +-0.078613281250 +0.090820312500 +-0.178710937500 +0.024658203125 +0.050537109375 +0.004119873047 +-0.103515625000 +-0.086914062500 +0.048339843750 +-0.070312500000 +0.067382812500 +0.054931640625 +-0.083007812500 +0.183593750000 +-0.077636718750 +-0.060302734375 +-0.110839843750 +-0.021362304688 +0.161132812500 +-0.056396484375 +0.018188476562 +0.024658203125 +0.096191406250 +0.164062500000 +-0.029541015625 +0.089355468750 +-0.122070312500 +0.077148437500 +-0.067382812500 +0.079589843750 +-0.028442382812 +0.016967773438 +-0.140625000000 +0.130859375000 +0.039062500000 +-0.030029296875 +0.100585937500 +0.215820312500 +0.114257812500 +-0.105468750000 +-0.181640625000 +-0.069824218750 +-0.043457031250 +0.078613281250 +-0.151367187500 +0.079589843750 +0.040527343750 +0.081054687500 +-0.131835937500 +0.067382812500 +0.092285156250 +-0.149414062500 +-0.020263671875 +0.006164550781 +-0.050781250000 +-0.075195312500 +-0.085937500000 +-0.039550781250 +0.053955078125 +-0.014953613281 +0.065429687500 +-0.050292968750 +-0.164062500000 +0.043212890625 +-0.072753906250 +-0.022827148438 +0.027343750000 +-0.017944335938 +0.064453125000 +0.074707031250 +-0.001281738281 +-0.146484375000 +-0.200195312500 +0.060058593750 +0.069824218750 +0.111816406250 +-0.082031250000 +0.045166015625 +-0.015075683594 +-0.144531250000 +0.084472656250 +-0.106445312500 +-0.013732910156 +-0.047607421875 +0.003936767578 +0.060546875000 +0.006958007812 +0.110351562500 +-0.351562500000 +-0.200195312500 +0.029663085938 +0.026245117188 +-0.090820312500 +0.085937500000 +-0.016357421875 +0.005187988281 +0.008056640625 +0.062255859375 +-0.052978515625 +0.006042480469 +0.071777343750 +0.037353515625 +-0.095703125000 +-0.025878906250 +-0.221679687500 +0.015991210938 +0.208007812500 +-0.152343750000 +0.002136230469 +-0.117675781250 +0.032714843750 +-0.034423828125 +-0.049316406250 +0.110839843750 +-0.153320312500 +-0.073242187500 +-0.130859375000 +0.099609375000 +-0.085937500000 +0.097167968750 +0.020996093750 +0.096679687500 +-0.005798339844 +-0.126953125000 +-0.052978515625 +0.031494140625 +-0.016113281250 +-0.214843750000 +0.034179687500 +-0.095214843750 +0.089355468750 +-0.119140625000 +-0.117675781250 +-0.079589843750 +-0.025024414062 +0.122558593750 +-0.002273559570 +0.095703125000 +0.166015625000 +-0.124023437500 +-0.083984375000 +-0.094238281250 +0.100097656250 +0.033203125000 +-0.087890625000 +0.022460937500 +0.074218750000 +-0.000717163086 +-0.157226562500 +0.021850585938 +-0.123046875000 +0.281250000000 +-0.026977539062 +-0.241210937500 +-0.103515625000 +0.049804687500 +-0.045898437500 +0.008117675781 +-0.008056640625 +-0.017578125000 +0.094726562500 +0.027465820312 +0.223632812500 +-0.263671875000 +-0.082519531250 +-0.112792968750 +0.020263671875 +0.183593750000 +-0.232421875000 +0.067382812500 +-0.014953613281 +0.023437500000 +-0.150390625000 +0.083007812500 +-0.056884765625 +0.063964843750 +-0.169921875000 +-0.050048828125 +-0.177734375000 +0.125976562500 +-0.273437500000 +-0.010192871094 +-0.093261718750 +0.038085937500 +-0.030517578125 +-0.206054687500 +-0.014648437500 +-0.069335937500 +0.147460937500 +0.050048828125 +-0.178710937500 +0.006561279297 +-0.078125000000 +-0.134765625000 +-0.103515625000 +0.100097656250 +-0.006500244141 +-0.072753906250 +0.050537109375 +0.001480102539 +0.101562500000 +-0.057373046875 +0.013732910156 +0.004577636719 +0.025878906250 +-0.128906250000 +0.052001953125 +0.003265380859 +0.028198242188 +0.033691406250 +0.181640625000 +-0.051025390625 +-0.003112792969 +-0.022216796875 +-0.118164062500 +-0.006774902344 +0.095703125000 +0.016723632812 +-0.150390625000 +0.027221679688 +-0.082519531250 +0.006866455078 +0.017700195312 +-0.094726562500 +0.089355468750 +0.014343261719 +0.059326171875 +0.044433593750 +-0.048339843750 +0.078125000000 +0.027709960938 +-0.076171875000 +0.010437011719 +0.050048828125 +0.033691406250 +0.135742187500 +-0.029296875000 +-0.130859375000 +-0.137695312500 +-0.018798828125 +0.027099609375 +0.114746093750 +-0.004272460938 +0.030517578125 +-0.014465332031 +-0.087402343750 +0.014221191406 +0.100585937500 +-0.067871093750 +-0.108886718750 +0.042480468750 +-0.081542968750 +-0.022827148438 +0.120117187500 +0.022583007812 +0.032714843750 +-0.156250000000 +0.072753906250 +0.053222656250 +0.090332031250 +0.028930664062 +0.067871093750 +-0.010192871094 +0.081054687500 +-0.236328125000 +0.110351562500 +-0.144531250000 +0.065429687500 +-0.054199218750 +-0.137695312500 +0.062011718750 +-0.042724609375 +0.069824218750 +0.028442382812 +0.332031250000 +-0.021850585938 +-0.060791015625 +-0.196289062500 +0.057617187500 +0.033935546875 +0.038085937500 +-0.027832031250 +-0.102539062500 +0.013061523438 +0.030883789062 +-0.108398437500 +-0.017089843750 +0.076660156250 +-0.099121093750 +0.018798828125 +0.085449218750 +-0.002700805664 +0.059082031250 +0.052734375000 +0.059570312500 +-0.031494140625 +0.027709960938 +-0.113769531250 +0.174804687500 +0.044921875000 +-0.140625000000 +-0.208007812500 +0.103515625000 +-0.084960937500 +-0.294921875000 +-0.018310546875 +-0.002685546875 +0.099121093750 +-0.041748046875 +-0.092773437500 +-0.020507812500 +0.064941406250 +-0.091308593750 +-0.277343750000 +0.104003906250 +-0.018066406250 +0.032226562500 +0.017822265625 +-0.135742187500 +0.012145996094 +-0.122558593750 +-0.058837890625 +-0.245117187500 +0.003753662109 +0.073242187500 +0.150390625000 +-0.012634277344 +0.253906250000 +0.075683593750 +0.023803710938 +0.077636718750 +0.200195312500 +-0.041259765625 +-0.068847656250 +-0.048828125000 +0.140625000000 +-0.136718750000 +0.010131835938 +0.125976562500 +0.024169921875 +0.118652343750 +0.048095703125 +-0.037841796875 +0.003524780273 +0.092285156250 +-0.021850585938 +0.161132812500 +-0.150390625000 +-0.026000976562 +0.013305664062 +0.015319824219 +0.052246093750 +-0.007263183594 +0.104003906250 +-0.122070312500 +0.214843750000 +-0.012084960938 +-0.113769531250 +-0.217773437500 +0.126953125000 +0.096679687500 +0.106445312500 +-0.031127929688 +0.056884765625 +-0.075195312500 +0.030883789062 +0.023071289062 +0.125000000000 +0.012512207031 +-0.143554687500 +0.066406250000 +-0.068847656250 +0.038818359375 +0.020507812500 +0.055908203125 +-0.010009765625 +0.215820312500 +0.095703125000 +0.042968750000 +0.025756835938 +0.003204345703 +-0.006134033203 +0.107421875000 +-0.014282226562 +0.044433593750 +0.202148437500 +-0.020019531250 +0.014099121094 +0.000652313232 +0.080566406250 +-0.117675781250 +-0.083007812500 +-0.169921875000 +0.115234375000 +-0.128906250000 +-0.073242187500 +0.182617187500 +0.038818359375 +-0.006530761719 +0.049560546875 +-0.109375000000 +0.011596679688 +-0.012756347656 +-0.030883789062 +-0.027343750000 +-0.026855468750 +-0.065917968750 +-0.048828125000 +-0.153320312500 +-0.004669189453 +0.061767578125 +-0.006927490234 +-0.062500000000 +-0.003341674805 +0.101074218750 +0.041992187500 +-0.078613281250 +0.031738281250 +-0.068359375000 +-0.027954101562 +0.002380371094 +-0.063476562500 +0.082031250000 +0.086425781250 +-0.043212890625 +-0.055664062500 +0.115234375000 +-0.065917968750 +-0.038085937500 +-0.032226562500 +-0.012939453125 +-0.095703125000 +0.028198242188 +-0.068847656250 +0.119140625000 +-0.132812500000 +0.097167968750 +-0.018920898438 +0.196289062500 +0.001068115234 +0.059814453125 +-0.072753906250 +-0.088867187500 +0.021606445312 +-0.007781982422 +-0.176757812500 +-0.070312500000 +-0.008117675781 +-0.161132812500 +0.127929687500 +0.000762939453 +-0.092285156250 +-0.061279296875 +-0.068847656250 +0.048828125000 +0.159179687500 +-0.103027343750 +-0.172851562500 +-0.017333984375 +0.145507812500 +0.035156250000 +0.089843750000 +-0.036621093750 +-0.089843750000 +-0.057373046875 +0.040283203125 +-0.010498046875 +0.000728607178 +-0.061279296875 +0.041992187500 +0.019409179688 +0.097656250000 +-0.084960937500 +0.233398437500 +0.163085937500 +-0.106933593750 +-0.132812500000 +-0.166992187500 +0.019653320312 +0.066894531250 +0.029541015625 +-0.015747070312 +-0.054199218750 +0.011596679688 +-0.118164062500 +0.079101562500 +0.064941406250 +-0.105957031250 +-0.030761718750 +0.088378906250 +0.118652343750 +0.046875000000 +-0.080078125000 +0.002685546875 +-0.002746582031 +0.036132812500 +-0.012268066406 +-0.152343750000 +-0.008483886719 +-0.121093750000 +0.059326171875 +-0.041992187500 +-0.024902343750 +0.001129150391 +-0.095214843750 +-0.005462646484 +-0.130859375000 +-0.006439208984 +0.010986328125 +0.076660156250 +-0.082031250000 +-0.120117187500 +-0.125000000000 +-0.042236328125 +-0.075683593750 +-0.032226562500 +-0.177734375000 +0.028564453125 +-0.016479492188 +0.088867187500 +-0.058105468750 +0.048828125000 +-0.041748046875 +-0.134765625000 +-0.005920410156 +-0.086914062500 +-0.156250000000 +0.105468750000 +-0.065917968750 +-0.053955078125 +0.115234375000 +0.106445312500 +-0.097167968750 +-0.066894531250 +0.140625000000 +0.013427734375 +-0.122070312500 +-0.110839843750 +0.126953125000 +-0.069335937500 +0.079101562500 +-0.236328125000 +0.141601562500 +0.170898437500 +-0.163085937500 +0.023925781250 +-0.120605468750 +-0.019165039062 +0.043212890625 +0.030273437500 +-0.130859375000 +0.026000976562 +-0.093750000000 +0.115722656250 +0.204101562500 +-0.040039062500 +-0.094726562500 +0.022338867188 +-0.139648437500 +0.008300781250 +0.028198242188 +-0.012817382812 +-0.077636718750 +0.044433593750 +0.096191406250 +-0.001777648926 +-0.107421875000 +-0.066406250000 +0.018920898438 +-0.135742187500 +-0.013916015625 +-0.036132812500 +-0.166015625000 +0.009765625000 +-0.039306640625 +0.016479492188 +-0.081054687500 +0.001983642578 +-0.075195312500 +0.088378906250 +0.083496093750 +0.024291992188 +-0.091308593750 +0.000354766846 +0.106933593750 +0.008544921875 +-0.061279296875 +0.021850585938 +-0.042236328125 +0.031494140625 +0.081054687500 +0.063476562500 +0.028198242188 +-0.086425781250 +-0.056640625000 +-0.007202148438 +-0.011718750000 +-0.016601562500 +0.198242187500 +-0.132812500000 +0.059814453125 +0.118164062500 +0.134765625000 +-0.149414062500 +0.113281250000 +0.003967285156 +0.079101562500 +-0.116699218750 +-0.008056640625 +-0.146484375000 +-0.037597656250 +-0.126953125000 +0.070800781250 +0.012512207031 +-0.073730468750 +0.051269531250 +-0.007507324219 +-0.117187500000 +0.124511718750 +-0.083007812500 +0.042236328125 +-0.108398437500 +0.012268066406 +0.052246093750 +0.030517578125 +-0.136718750000 +0.039306640625 +-0.042968750000 +-0.105468750000 +0.007415771484 +-0.138671875000 +-0.096191406250 +-0.072753906250 +0.046142578125 +0.103515625000 +0.029785156250 +-0.014343261719 +-0.041259765625 +-0.109375000000 +0.075195312500 +-0.022949218750 +-0.010498046875 +-0.126953125000 +0.046630859375 +-0.012756347656 +0.122070312500 +0.136718750000 +0.104492187500 +-0.050292968750 +-0.039306640625 +0.010131835938 +0.247070312500 +0.020996093750 +0.027709960938 +0.078613281250 +0.096679687500 +-0.065917968750 +-0.111328125000 +0.298828125000 +0.009399414062 +0.236328125000 +0.029174804688 +-0.044433593750 +-0.072753906250 +-0.143554687500 +-0.281250000000 +0.236328125000 +-0.042968750000 +-0.146484375000 +0.043701171875 +-0.021362304688 +0.071289062500 +-0.194335937500 +0.065917968750 +-0.027709960938 +0.012023925781 +-0.055175781250 +-0.033447265625 +0.045898437500 +0.244140625000 +-0.150390625000 +0.016113281250 +-0.240234375000 +0.125976562500 +-0.169921875000 +-0.062500000000 +0.049316406250 +0.084472656250 +-0.025268554688 +-0.110351562500 +-0.089355468750 +-0.078125000000 +0.053222656250 +-0.006408691406 +-0.031494140625 +0.014892578125 +0.045166015625 +-0.083007812500 +-0.086914062500 +-0.103515625000 +-0.168945312500 +-0.109375000000 +-0.048095703125 +-0.064941406250 +-0.126953125000 +-0.033203125000 +0.019287109375 +0.102539062500 +-0.137695312500 +-0.000232696533 +0.033691406250 +0.033691406250 +-0.310546875000 +-0.000972747803 +0.009033203125 +0.206054687500 +0.028930664062 +0.096679687500 +0.015014648438 +-0.121093750000 +0.113281250000 +0.025268554688 +0.048095703125 +0.048339843750 +-0.129882812500 +0.015258789062 +-0.066894531250 +0.046386718750 +-0.000633239746 +-0.062988281250 +0.185546875000 +0.076171875000 +-0.041503906250 +0.061279296875 +-0.034179687500 +0.132812500000 +-0.168945312500 +-0.067382812500 +0.044921875000 +-0.219726562500 +0.043212890625 +-0.120605468750 +-0.031494140625 +0.050537109375 +-0.065429687500 +-0.109375000000 +0.088867187500 +-0.006347656250 +0.019897460938 +-0.062500000000 +-0.103027343750 +-0.052978515625 +0.093750000000 +-0.065917968750 +0.097656250000 +-0.091796875000 +-0.212890625000 +0.073730468750 +-0.065429687500 +0.072265625000 +-0.143554687500 +-0.027221679688 +-0.144531250000 +0.006561279297 +-0.059570312500 +-0.050537109375 +-0.031982421875 +-0.206054687500 +-0.211914062500 +-0.132812500000 +0.125976562500 +-0.085449218750 +-0.091796875000 +0.132812500000 +0.031494140625 +0.075195312500 +-0.165039062500 +0.114746093750 +0.045898437500 +0.099609375000 +0.050781250000 +0.044677734375 +0.072265625000 +0.092773437500 +-0.024047851562 +0.139648437500 +-0.097167968750 +-0.076660156250 +0.161132812500 +0.037353515625 +-0.011413574219 +-0.092773437500 +-0.087890625000 +0.010864257812 +-0.066406250000 +0.051513671875 +0.061035156250 +0.153320312500 +0.070312500000 +0.067871093750 +-0.134765625000 +-0.067871093750 +-0.114746093750 +-0.107421875000 +-0.037597656250 +0.165039062500 +-0.053222656250 +-0.027099609375 +-0.061523437500 +-0.000648498535 +0.139648437500 +0.054443359375 +-0.020874023438 +0.003417968750 +-0.120605468750 +-0.066894531250 +0.075683593750 +0.074707031250 +0.039062500000 +0.163085937500 +-0.129882812500 +-0.013732910156 +-0.156250000000 +-0.006408691406 +0.004241943359 +0.001266479492 +-0.242187500000 +0.083496093750 +-0.007537841797 +-0.023437500000 +-0.003204345703 +0.109863281250 +-0.049072265625 +0.070312500000 +0.008178710938 +-0.144531250000 +-0.117675781250 +-0.070800781250 +0.087890625000 +0.166992187500 +0.080078125000 +0.011169433594 +0.166015625000 +-0.016113281250 +-0.096679687500 +-0.159179687500 +0.101562500000 +0.053710937500 +0.111328125000 +0.155273437500 +-0.090820312500 +-0.028198242188 +0.232421875000 +-0.097167968750 +-0.053955078125 +0.013427734375 +0.065917968750 +0.033935546875 +-0.147460937500 +-0.092285156250 +-0.169921875000 +0.120117187500 +0.212890625000 +-0.082031250000 +0.106445312500 +0.060791015625 +0.009155273438 +0.017822265625 +0.093261718750 +-0.064941406250 +-0.017333984375 +-0.066406250000 +-0.157226562500 +-0.061279296875 +-0.016845703125 +-0.024658203125 +-0.005249023438 +0.021240234375 +0.023193359375 +-0.186523437500 +0.191406250000 +0.157226562500 +-0.003555297852 +-0.049072265625 +-0.149414062500 +0.114746093750 +-0.075195312500 +-0.039550781250 +-0.036376953125 +0.004364013672 +0.023681640625 +-0.109375000000 +0.084960937500 +-0.059814453125 +-0.066406250000 +0.107910156250 +0.155273437500 +0.084960937500 +-0.106933593750 +-0.033203125000 +-0.107910156250 +0.014831542969 +0.047363281250 +0.034179687500 +0.042480468750 +0.004180908203 +-0.041748046875 +-0.005432128906 +0.064941406250 +-0.246093750000 +-0.043457031250 +0.025146484375 +-0.117187500000 +0.028076171875 +-0.015075683594 +0.067871093750 +0.068847656250 +0.020874023438 +-0.037597656250 +-0.046386718750 +-0.122558593750 +0.114746093750 +-0.040527343750 +-0.018432617188 +-0.012023925781 +-0.024780273438 +0.098144531250 +0.044677734375 +-0.105468750000 +0.100585937500 +0.120117187500 +-0.084960937500 +-0.132812500000 +0.155273437500 +0.078125000000 +0.009582519531 +0.000434875488 +-0.093261718750 +0.123535156250 +0.018432617188 +-0.001419067383 +0.015258789062 +-0.087890625000 +0.127929687500 +-0.016235351562 +0.045898437500 +-0.127929687500 +-0.079589843750 +0.038085937500 +0.040039062500 +0.089843750000 +-0.020996093750 +-0.118652343750 +-0.017944335938 +-0.141601562500 +0.108886718750 +0.083496093750 +-0.071289062500 +0.063476562500 +0.052490234375 +0.081542968750 +-0.060302734375 +-0.057617187500 +-0.176757812500 +0.028564453125 +-0.127929687500 +0.002914428711 +0.038330078125 +-0.085449218750 +-0.073730468750 +-0.180664062500 +0.117187500000 +-0.038330078125 +-0.099121093750 +-0.018676757812 +-0.082031250000 +-0.018188476562 +-0.253906250000 +0.200195312500 +-0.087890625000 +-0.004211425781 +-0.083984375000 +-0.023681640625 +0.255859375000 +0.215820312500 +0.034667968750 +-0.135742187500 +0.091308593750 +0.170898437500 +0.039794921875 +-0.091796875000 +-0.056884765625 +0.235351562500 +0.019531250000 +0.025268554688 +-0.067871093750 +0.063964843750 +-0.351562500000 +0.116210937500 +0.042724609375 +-0.046386718750 +-0.043457031250 +0.017211914062 +0.066894531250 +-0.001945495605 +0.137695312500 +0.124511718750 +0.039550781250 +-0.025634765625 +-0.180664062500 +-0.009399414062 +-0.018554687500 +-0.120117187500 +0.119140625000 +-0.091308593750 +-0.020141601562 +0.099609375000 +0.040039062500 +-0.095214843750 +-0.027954101562 +-0.058837890625 +-0.010803222656 +-0.012451171875 +-0.065917968750 +0.076660156250 +0.086425781250 +0.064453125000 +-0.026367187500 +-0.095703125000 +-0.100097656250 +-0.122558593750 +-0.038085937500 +0.037353515625 +0.022705078125 +-0.040771484375 +-0.110351562500 +-0.059570312500 +-0.066894531250 +-0.043212890625 +0.016235351562 +0.210937500000 +0.093261718750 +0.087890625000 +-0.067871093750 +-0.049316406250 +-0.007324218750 +0.104003906250 +0.009704589844 +-0.167968750000 +0.070312500000 +-0.132812500000 +0.052978515625 +0.020263671875 +-0.133789062500 +0.054443359375 +-0.048339843750 +0.046630859375 +-0.051269531250 +0.024902343750 +-0.097167968750 +-0.030883789062 +-0.052246093750 +-0.093750000000 +-0.110351562500 +-0.116210937500 +0.050292968750 +0.003479003906 +0.161132812500 +-0.045898437500 +0.022705078125 +-0.119628906250 +0.034423828125 +-0.092285156250 +-0.038818359375 +-0.014465332031 +-0.044921875000 +-0.052490234375 +-0.073730468750 +-0.208007812500 +-0.034667968750 +-0.037109375000 +-0.137695312500 +0.130859375000 +-0.055175781250 +0.034667968750 +0.039062500000 +-0.122558593750 +0.020751953125 +-0.052001953125 +0.080566406250 +-0.016357421875 +0.007202148438 +-0.027954101562 +0.019042968750 +0.181640625000 +0.035888671875 +0.204101562500 +-0.093750000000 +0.029785156250 +0.205078125000 +0.021240234375 +-0.118164062500 +-0.051269531250 +0.114257812500 +0.127929687500 +0.045654296875 +-0.061035156250 +-0.064941406250 +0.112304687500 +0.131835937500 +-0.057373046875 +0.205078125000 +-0.131835937500 +0.151367187500 +0.073730468750 +0.072265625000 +0.066894531250 +0.137695312500 +-0.080078125000 +-0.066406250000 +-0.062011718750 +0.116699218750 +0.100585937500 +-0.034912109375 +-0.019775390625 +-0.039062500000 +0.019287109375 +0.043701171875 +0.196289062500 +-0.003631591797 +0.093261718750 +-0.080078125000 +-0.125976562500 +-0.039062500000 +-0.127929687500 +-0.076171875000 +-0.087890625000 +0.054443359375 +0.135742187500 +-0.104492187500 +-0.044433593750 +-0.009338378906 +0.039306640625 +0.001152038574 +0.176757812500 +0.062988281250 +-0.087890625000 +0.093261718750 +-0.022460937500 +0.049804687500 +-0.041503906250 +0.025024414062 +-0.012084960938 +-0.057128906250 +0.042480468750 +-0.011047363281 +-0.127929687500 +-0.089843750000 +0.173828125000 +-0.017333984375 +-0.000747680664 +-0.004821777344 +-0.077148437500 +-0.042236328125 +0.097656250000 +-0.214843750000 +0.042236328125 +-0.044921875000 +-0.096191406250 +0.032226562500 +-0.111816406250 +0.000804901123 +0.004089355469 +0.012817382812 +-0.136718750000 +0.042968750000 +0.083496093750 +0.050537109375 +0.146484375000 +-0.054199218750 +-0.023803710938 +-0.060791015625 +0.032226562500 +-0.031738281250 +0.096679687500 +0.021240234375 +0.092285156250 +0.046630859375 +-0.070800781250 +0.001396179199 +-0.051757812500 +0.003082275391 +-0.048095703125 +0.006896972656 +-0.002746582031 +0.071777343750 +0.237304687500 +-0.312500000000 +0.002990722656 +-0.022949218750 +-0.102050781250 +0.032714843750 +0.050537109375 +-0.069824218750 +-0.039306640625 +-0.032226562500 +0.048095703125 +0.108886718750 +-0.022827148438 +-0.152343750000 +-0.012451171875 +0.027587890625 +0.036621093750 +-0.058593750000 +-0.043945312500 +-0.004852294922 +0.206054687500 +-0.079589843750 +0.110839843750 +0.031738281250 +0.025390625000 +-0.079101562500 +-0.077636718750 +0.100585937500 +0.114746093750 +-0.057861328125 +0.120605468750 +0.103515625000 +0.088378906250 +0.078613281250 +0.056640625000 +0.085937500000 +-0.187500000000 +-0.043701171875 +-0.026977539062 +-0.062255859375 +-0.138671875000 +-0.027343750000 +0.049560546875 +0.122558593750 +0.025634765625 +-0.013122558594 +0.090820312500 +-0.003616333008 +0.043212890625 +0.026123046875 +-0.033203125000 +-0.080566406250 +0.154296875000 +0.033691406250 +-0.067871093750 +0.090332031250 +0.142578125000 +-0.088378906250 +-0.040039062500 +0.104980468750 +0.001228332520 +-0.035156250000 +0.055664062500 +-0.026977539062 +0.183593750000 +0.014587402344 +-0.079589843750 +-0.032714843750 +-0.065429687500 +0.109863281250 +-0.065917968750 +-0.069824218750 +0.038330078125 +0.026000976562 +-0.117187500000 +0.100585937500 +-0.021850585938 +-0.148437500000 +0.151367187500 +0.114257812500 +-0.011840820312 +0.011657714844 +-0.107421875000 +-0.142578125000 +-0.024414062500 +0.028442382812 +-0.003555297852 +0.043945312500 +-0.128906250000 +0.214843750000 +-0.013183593750 +-0.086425781250 +0.025878906250 +0.133789062500 +-0.013000488281 +-0.076660156250 +0.180664062500 +0.102050781250 +-0.073730468750 +-0.063964843750 +0.036865234375 +-0.029785156250 +0.255859375000 +-0.139648437500 +0.054687500000 +0.168945312500 +0.147460937500 +0.171875000000 +0.039062500000 +-0.060546875000 +-0.125976562500 +-0.077636718750 +-0.112304687500 +-0.114257812500 +0.106933593750 +0.130859375000 +-0.023315429688 +0.007934570312 +0.037597656250 +-0.049804687500 +0.239257812500 +-0.040039062500 +-0.049804687500 +-0.203125000000 +-0.027343750000 +-0.253906250000 +0.063964843750 +-0.095214843750 +-0.089355468750 +-0.020507812500 +-0.061279296875 +0.102539062500 +-0.038330078125 +0.149414062500 +-0.173828125000 +0.020019531250 +-0.059814453125 +0.119628906250 +0.079589843750 +0.081054687500 +0.008178710938 +-0.285156250000 +-0.083007812500 +0.004302978516 +-0.019042968750 +-0.113769531250 +-0.024047851562 +-0.059570312500 +-0.126953125000 +-0.054687500000 +0.029174804688 +0.019531250000 +-0.030151367188 +-0.173828125000 +-0.144531250000 +-0.034423828125 +0.050048828125 +0.005798339844 +0.085937500000 +-0.109375000000 +-0.136718750000 +0.025268554688 +0.036132812500 +-0.101562500000 +-0.091308593750 +0.006347656250 +-0.095703125000 +-0.000850677490 +-0.022827148438 +-0.008911132812 +0.087890625000 +-0.188476562500 +-0.029296875000 +-0.029785156250 +0.071777343750 +0.031982421875 +-0.010925292969 +-0.127929687500 +-0.024780273438 +-0.010437011719 +0.014465332031 +0.005493164062 +-0.005676269531 +-0.095214843750 +-0.029541015625 +0.053955078125 +-0.088378906250 +-0.142578125000 +-0.102539062500 +0.010986328125 +-0.088867187500 +-0.141601562500 +-0.184570312500 +-0.022460937500 +-0.050781250000 +0.152343750000 +-0.082519531250 +-0.070800781250 +-0.060302734375 +-0.148437500000 +-0.002304077148 +0.022216796875 +-0.021240234375 +0.086425781250 +0.095214843750 +0.026000976562 +-0.181640625000 +0.024047851562 +-0.043212890625 +-0.083496093750 +0.041992187500 +0.024291992188 +-0.137695312500 +0.020507812500 +-0.083007812500 +-0.076171875000 +-0.279296875000 +-0.065917968750 +-0.044433593750 +-0.100097656250 +-0.102539062500 +-0.107421875000 +0.055175781250 +0.014526367188 +0.014709472656 +0.035400390625 +0.030639648438 +-0.174804687500 +-0.008239746094 +-0.077636718750 +-0.138671875000 +-0.162109375000 +-0.086425781250 +0.065429687500 +0.106445312500 +-0.135742187500 +0.026000976562 +-0.044677734375 +0.101074218750 +0.129882812500 +-0.044921875000 +0.064941406250 +-0.010742187500 +0.006103515625 +-0.031738281250 +-0.037353515625 +0.020141601562 +0.054687500000 +0.109863281250 +0.031738281250 +-0.249023437500 +-0.219726562500 +0.020141601562 +-0.168945312500 +-0.167968750000 +-0.006652832031 +-0.045166015625 +-0.157226562500 +-0.021728515625 +-0.038574218750 +-0.234375000000 +0.071777343750 +0.079589843750 +-0.088378906250 +-0.100585937500 +-0.159179687500 +-0.001731872559 +-0.032958984375 +-0.110839843750 +0.118164062500 +0.099609375000 +-0.008789062500 +0.057861328125 +0.088867187500 +-0.040771484375 +-0.045898437500 +-0.087890625000 +0.012451171875 +0.094726562500 +-0.177734375000 +-0.026489257812 +0.003509521484 +-0.103027343750 +-0.047119140625 +0.053466796875 +-0.148437500000 +0.011352539062 +0.020019531250 +0.091308593750 +-0.057861328125 +0.087890625000 +0.145507812500 +-0.110351562500 +0.000518798828 +0.052246093750 +-0.183593750000 +0.123535156250 +-0.053710937500 +0.047363281250 +-0.119628906250 +-0.058593750000 +-0.042724609375 +0.013305664062 +0.027221679688 +0.053710937500 +-0.001968383789 +-0.040283203125 +0.080566406250 +0.000942230225 +-0.062011718750 +0.018066406250 +-0.061767578125 +0.021240234375 +0.013366699219 +-0.082519531250 +-0.017333984375 +-0.033935546875 +-0.088378906250 +-0.113281250000 +0.105957031250 +0.120605468750 +-0.067871093750 +-0.011779785156 +-0.046386718750 +0.070800781250 +-0.027832031250 +-0.041015625000 +0.168945312500 +-0.012817382812 +-0.143554687500 +0.068359375000 +-0.031127929688 +-0.125000000000 +0.084960937500 +0.069824218750 +0.125000000000 +0.120605468750 +-0.004486083984 +-0.005310058594 +-0.082031250000 +-0.066894531250 +-0.139648437500 +0.024291992188 +-0.138671875000 +-0.081054687500 +-0.061523437500 +-0.036376953125 +-0.086914062500 +0.190429687500 +0.015563964844 +-0.052490234375 +0.076660156250 +0.032714843750 +0.223632812500 +-0.057617187500 +-0.065917968750 +0.041259765625 +0.011962890625 +-0.071289062500 +-0.075195312500 +-0.133789062500 +0.062500000000 +-0.047119140625 +0.084960937500 +0.095214843750 +-0.237304687500 +0.253906250000 +0.060546875000 +0.035156250000 +0.028320312500 +-0.017700195312 +-0.151367187500 +-0.060791015625 +-0.046875000000 +-0.098632812500 +-0.033691406250 +-0.033447265625 +0.122558593750 +0.048828125000 +-0.214843750000 +-0.235351562500 +0.020019531250 +-0.048828125000 +0.119140625000 +-0.085449218750 +0.036132812500 +0.052001953125 +-0.150390625000 +-0.046630859375 +-0.011291503906 +0.034179687500 +-0.097656250000 +0.081054687500 +0.016479492188 +-0.010253906250 +0.055908203125 +0.077636718750 +0.064453125000 +0.070800781250 +0.127929687500 +-0.038085937500 +-0.004028320312 +-0.104980468750 +0.117187500000 +0.095214843750 +-0.109863281250 +0.085937500000 +0.022216796875 +-0.011352539062 +0.055175781250 +-0.082031250000 +-0.168945312500 +0.003463745117 +0.089355468750 +0.021362304688 +-0.208007812500 +-0.023803710938 +-0.080566406250 +-0.083496093750 +0.070312500000 +-0.007629394531 +0.062988281250 +0.031738281250 +-0.108398437500 +-0.084960937500 +-0.067382812500 +0.033691406250 +-0.011291503906 +0.048828125000 +-0.015869140625 +-0.047363281250 +-0.160156250000 +0.112304687500 +0.127929687500 +-0.063964843750 +-0.049560546875 +0.099121093750 +0.083984375000 +0.004333496094 +-0.211914062500 +0.100097656250 +0.019653320312 +0.003433227539 +-0.143554687500 +-0.085937500000 +-0.155273437500 +0.100585937500 +0.024414062500 +-0.151367187500 +0.193359375000 +-0.141601562500 +0.000873565674 +-0.036621093750 +0.016845703125 +0.013183593750 +0.096191406250 +-0.040771484375 +0.024780273438 +-0.021240234375 +-0.036132812500 +-0.056640625000 +-0.104492187500 +0.079589843750 +-0.089843750000 +-0.056640625000 +0.035156250000 +-0.028442382812 +-0.076660156250 +0.130859375000 +-0.081542968750 +0.002273559570 +-0.050048828125 +0.075195312500 +0.089843750000 +-0.030639648438 +0.027832031250 +-0.006195068359 +0.004791259766 +-0.025268554688 +-0.230468750000 +-0.038818359375 +0.142578125000 +-0.050292968750 +0.033691406250 +-0.206054687500 +-0.081542968750 +-0.166015625000 +0.038330078125 +0.066406250000 +-0.073730468750 +-0.095214843750 +0.089355468750 +0.014282226562 +0.004638671875 +0.136718750000 +0.070800781250 +0.056884765625 +-0.061767578125 +0.037353515625 +-0.031494140625 +-0.012573242188 +-0.006103515625 +-0.052246093750 +-0.026611328125 +-0.140625000000 +-0.025146484375 +0.051025390625 +0.086425781250 +0.181640625000 +0.132812500000 +0.055664062500 +0.017578125000 +-0.135742187500 +-0.038818359375 +-0.144531250000 +0.208007812500 +0.119140625000 +-0.132812500000 +-0.044433593750 +0.083496093750 +-0.110839843750 +-0.076171875000 +-0.015380859375 +0.066894531250 +-0.001289367676 +0.037353515625 +0.047607421875 +-0.025390625000 +0.100585937500 +0.047851562500 +-0.049072265625 +-0.017089843750 +0.190429687500 +0.068847656250 +-0.101562500000 +0.058105468750 +0.021118164062 +0.023193359375 +0.010803222656 +-0.029907226562 +-0.092285156250 +-0.083984375000 +-0.062988281250 +0.185546875000 +0.031005859375 +-0.013732910156 +-0.070312500000 +0.124023437500 +-0.194335937500 +-0.052734375000 +0.186523437500 +-0.008605957031 +-0.119628906250 +0.034179687500 +0.059326171875 +0.090332031250 +-0.076171875000 +0.026733398438 +-0.104492187500 +0.039794921875 +-0.047607421875 +0.072265625000 +0.069335937500 +0.036376953125 +0.113281250000 +0.022094726562 +-0.012817382812 +-0.067382812500 +0.035888671875 +0.182617187500 +-0.017089843750 +-0.039550781250 +-0.094238281250 +0.049316406250 +0.012207031250 +-0.176757812500 +-0.022094726562 +-0.020263671875 +-0.024536132812 +0.068847656250 +0.045898437500 +-0.073242187500 +0.010375976562 +0.086914062500 +-0.179687500000 +-0.026489257812 +-0.038330078125 +0.073242187500 +0.065429687500 +-0.029052734375 +0.061035156250 +-0.168945312500 +-0.052978515625 +-0.114257812500 +0.049560546875 +-0.078125000000 +-0.052246093750 +-0.109863281250 +0.083007812500 +0.000751495361 +-0.030273437500 +0.233398437500 +0.116210937500 +0.159179687500 +0.114257812500 +-0.077148437500 +0.019287109375 +-0.011901855469 +0.040527343750 +-0.087402343750 +-0.108398437500 +0.024291992188 +-0.150390625000 +0.143554687500 +0.244140625000 +0.015441894531 +-0.029296875000 +-0.041015625000 +0.013610839844 +-0.151367187500 +-0.075195312500 +-0.077148437500 +0.005218505859 +0.043212890625 +-0.038818359375 +-0.133789062500 +-0.000865936279 +-0.068847656250 +0.121582031250 +-0.033935546875 +0.062988281250 +-0.068847656250 +0.016601562500 +-0.124023437500 +-0.005462646484 +0.186523437500 +-0.139648437500 +-0.107910156250 +-0.144531250000 +-0.130859375000 +0.061523437500 +0.063476562500 +0.119628906250 +-0.114746093750 +0.059326171875 +-0.127929687500 +0.020874023438 +0.044189453125 +-0.019042968750 +-0.045898437500 +0.056396484375 +-0.094238281250 +-0.037109375000 +-0.078125000000 +0.024291992188 +-0.052246093750 +-0.070800781250 +0.107421875000 +0.002471923828 +-0.016601562500 +-0.186523437500 +-0.015380859375 +-0.166992187500 +-0.021484375000 +0.089843750000 +0.097167968750 +0.011047363281 +-0.053222656250 +0.125000000000 +-0.035888671875 +0.008117675781 +-0.071777343750 +0.032470703125 +0.046386718750 +0.081054687500 +-0.102050781250 +0.109863281250 +-0.062255859375 +-0.048828125000 +-0.099609375000 +-0.122558593750 +-0.026855468750 +-0.050292968750 +-0.009399414062 +-0.041503906250 +0.052246093750 +0.248046875000 +-0.067382812500 +-0.003753662109 +-0.069824218750 +0.135742187500 +-0.161132812500 +0.010620117188 +0.001792907715 +0.081054687500 +-0.197265625000 +0.019409179688 +0.031005859375 +0.024536132812 +-0.030883789062 +-0.147460937500 +-0.119628906250 +-0.199218750000 +-0.056884765625 +0.026977539062 +-0.027465820312 +0.125976562500 +-0.129882812500 +-0.061767578125 +0.125976562500 +-0.168945312500 +0.124511718750 +0.013061523438 +-0.022705078125 +-0.110351562500 +0.014648437500 +-0.127929687500 +0.063964843750 +0.148437500000 +0.001457214355 +-0.039306640625 +0.020019531250 +-0.024047851562 +-0.164062500000 +0.052490234375 +-0.025512695312 +0.084472656250 +-0.019042968750 +0.086914062500 +-0.096191406250 +-0.107421875000 +-0.059326171875 +0.144531250000 +-0.059570312500 +-0.089843750000 +-0.027954101562 +0.119140625000 +0.074707031250 +0.079101562500 +-0.080566406250 +0.050537109375 +0.036865234375 +-0.060302734375 +0.088378906250 +-0.016845703125 +0.022949218750 +-0.039550781250 +0.003387451172 +0.037841796875 +0.070312500000 +0.009277343750 +0.050292968750 +-0.048095703125 +-0.043457031250 +-0.015625000000 +-0.159179687500 +0.103027343750 +-0.001586914062 +-0.075195312500 +0.089843750000 +0.060791015625 +-0.069824218750 +0.098632812500 +-0.004760742188 +0.134765625000 +0.105468750000 +-0.036865234375 +-0.019897460938 +-0.006622314453 +0.059082031250 +-0.040283203125 +-0.099121093750 +0.062011718750 +0.108886718750 +0.038330078125 +-0.069335937500 +-0.120605468750 +-0.025878906250 +-0.039062500000 +0.000892639160 +0.067871093750 +0.061279296875 +0.077636718750 +-0.050537109375 +-0.036865234375 +0.001464843750 +-0.006408691406 +-0.003173828125 +0.158203125000 +-0.088378906250 +-0.091308593750 +0.094238281250 +-0.052246093750 +-0.107910156250 +0.021118164062 +0.021484375000 +-0.154296875000 +0.077148437500 +0.103027343750 +-0.137695312500 +0.031738281250 +-0.152343750000 +-0.172851562500 +0.028686523438 +-0.013977050781 +-0.042480468750 +-0.015075683594 +0.101074218750 +0.040039062500 +0.002914428711 +-0.084472656250 +0.044433593750 +-0.021362304688 +-0.060302734375 +-0.010986328125 +-0.052978515625 +-0.030761718750 +0.060791015625 +0.083007812500 +-0.058105468750 +0.015869140625 +0.052490234375 +-0.099121093750 +0.015625000000 +-0.021118164062 +0.060791015625 +-0.039794921875 +-0.160156250000 +0.153320312500 +-0.006774902344 +-0.096679687500 +0.060058593750 +0.143554687500 +0.023193359375 +-0.044921875000 +0.024902343750 +-0.000949859619 +-0.051513671875 +0.066894531250 +0.064453125000 +-0.135742187500 +-0.059814453125 +-0.110839843750 +0.007537841797 +0.145507812500 +0.061767578125 +-0.298828125000 +-0.096679687500 +-0.005401611328 +-0.010253906250 +0.084472656250 +0.051025390625 +-0.163085937500 +-0.090820312500 +-0.024658203125 +0.097656250000 +-0.054687500000 +-0.077636718750 +0.031250000000 +0.035888671875 +0.041259765625 +-0.028442382812 +-0.046386718750 +-0.106933593750 +0.016723632812 +-0.051025390625 +-0.075683593750 +0.081542968750 +-0.011108398438 +0.127929687500 +-0.136718750000 +0.063476562500 +-0.092773437500 +-0.000694274902 +-0.083007812500 +-0.148437500000 +0.013244628906 +-0.057373046875 +-0.056396484375 +0.044921875000 +-0.115234375000 +-0.051513671875 +0.135742187500 +-0.015441894531 +0.014160156250 +-0.075195312500 +0.109375000000 +-0.157226562500 +-0.069335937500 +0.151367187500 +-0.030883789062 +0.020019531250 +0.028564453125 +-0.201171875000 +-0.082519531250 +0.124511718750 +0.022216796875 +0.044433593750 +-0.101562500000 +-0.056152343750 +-0.045654296875 +0.066406250000 +-0.055419921875 +-0.062988281250 +0.120605468750 +-0.005004882812 +-0.204101562500 +-0.156250000000 +-0.062988281250 +-0.055175781250 +-0.069824218750 +-0.002822875977 +-0.060546875000 +-0.013122558594 +-0.086425781250 +0.028808593750 +0.172851562500 +0.010681152344 +-0.037597656250 +0.031494140625 +-0.050537109375 +-0.086425781250 +-0.073242187500 +-0.209960937500 +-0.174804687500 +0.014709472656 +0.128906250000 +-0.078613281250 +0.077148437500 +-0.090332031250 +0.029663085938 +0.081054687500 +0.049072265625 +-0.088867187500 +0.019775390625 +0.100097656250 +0.002563476562 +0.019897460938 +-0.065917968750 +0.005584716797 +0.018188476562 +-0.081542968750 +0.014343261719 +-0.101074218750 +0.008178710938 +-0.015441894531 +0.046630859375 +0.010314941406 +0.007781982422 +0.057373046875 +0.015625000000 +-0.036132812500 +-0.089355468750 +-0.202148437500 +-0.025756835938 +0.145507812500 +0.144531250000 +-0.021240234375 +0.063476562500 +0.067871093750 +-0.052246093750 +-0.109863281250 +-0.048583984375 +0.097167968750 +0.026367187500 +-0.052734375000 +-0.080566406250 +-0.105957031250 +0.074218750000 +-0.000232696533 +-0.139648437500 +-0.349609375000 +0.063476562500 +0.200195312500 +0.145507812500 +-0.027221679688 +0.112792968750 +-0.043945312500 +0.015747070312 +-0.032470703125 +0.034423828125 +0.035156250000 +0.003723144531 +-0.042968750000 +-0.147460937500 +-0.062500000000 +-0.074707031250 +0.020263671875 +-0.121093750000 +-0.088867187500 +0.029174804688 +0.034423828125 +0.043212890625 +-0.092285156250 +0.032714843750 +-0.120605468750 +-0.116210937500 +0.058349609375 +-0.063964843750 +-0.179687500000 +-0.201171875000 +-0.050292968750 +-0.022338867188 +0.075195312500 +-0.034423828125 +0.057861328125 +-0.102539062500 +0.019042968750 +-0.053710937500 +0.143554687500 +0.002807617188 +-0.180664062500 +0.011474609375 +-0.024536132812 +-0.033691406250 +0.126953125000 +-0.051269531250 +0.078613281250 +0.080078125000 +0.067382812500 +0.125976562500 +0.285156250000 +0.113281250000 +-0.083984375000 +0.208984375000 +0.065917968750 +-0.044677734375 +-0.249023437500 +0.018554687500 +0.082519531250 +0.022827148438 +-0.115722656250 +0.033203125000 +0.036865234375 +0.067382812500 +-0.105468750000 +0.138671875000 +-0.013183593750 +0.038330078125 +-0.027587890625 +0.056396484375 +0.048583984375 +-0.032470703125 +-0.001548767090 +-0.007690429688 +-0.107421875000 +-0.135742187500 +-0.396484375000 +0.002838134766 +0.034667968750 +0.141601562500 +0.185546875000 +-0.075195312500 +0.000190734863 +0.077636718750 +0.259765625000 +0.044189453125 +-0.059814453125 +0.090332031250 +-0.096679687500 +-0.203125000000 +0.040527343750 +-0.033203125000 +0.098632812500 +-0.117675781250 +-0.034667968750 +0.135742187500 +-0.013427734375 +-0.008728027344 +-0.058349609375 +-0.040527343750 +0.091308593750 +0.076660156250 +0.007598876953 +0.013183593750 +0.013000488281 +-0.029907226562 +-0.024414062500 +-0.232421875000 +-0.150390625000 +0.062255859375 +0.096191406250 +0.001564025879 +0.138671875000 +-0.056152343750 +0.228515625000 +0.104980468750 +0.007080078125 +0.119140625000 +0.041992187500 +-0.265625000000 +-0.114257812500 +-0.044189453125 +0.036621093750 +0.096191406250 +-0.135742187500 +-0.019897460938 +-0.108398437500 +-0.007202148438 +-0.109375000000 +-0.077636718750 +-0.082031250000 +-0.056152343750 +0.044677734375 +-0.056884765625 +0.039550781250 +0.029907226562 +-0.128906250000 +-0.037353515625 +0.047851562500 +-0.134765625000 +-0.037841796875 +-0.033935546875 +0.094726562500 +-0.002624511719 +0.059814453125 +-0.089355468750 +0.026245117188 +-0.043945312500 +-0.036865234375 +-0.033447265625 +-0.009399414062 +0.147460937500 +0.073242187500 +-0.201171875000 +0.072753906250 +-0.013244628906 +0.208007812500 +0.076171875000 +-0.063476562500 +0.058349609375 +-0.086914062500 +-0.087402343750 +-0.014648437500 +-0.102050781250 +-0.110839843750 +-0.002105712891 +0.093261718750 +-0.088867187500 +0.036621093750 +0.082031250000 +-0.094726562500 +-0.002304077148 +-0.183593750000 +-0.006683349609 +-0.000394821167 +0.045410156250 +0.148437500000 +-0.040039062500 +0.269531250000 +-0.032714843750 +-0.179687500000 +0.033935546875 +-0.090332031250 +-0.089355468750 +0.105957031250 +0.089843750000 +0.021484375000 +-0.017456054688 +0.128906250000 +-0.127929687500 +-0.019409179688 +-0.067382812500 +0.055664062500 +0.015869140625 +0.109863281250 +-0.235351562500 +-0.008666992188 +-0.131835937500 +0.171875000000 +-0.010986328125 +0.107421875000 +-0.051269531250 +0.099609375000 +-0.053466796875 +0.071289062500 +0.005706787109 +-0.124023437500 +0.021850585938 +0.050048828125 +0.257812500000 +0.001380920410 +-0.027832031250 +0.188476562500 +0.060546875000 +0.084960937500 +0.034423828125 +0.139648437500 +0.261718750000 +-0.039794921875 +-0.033447265625 +0.081054687500 +0.144531250000 +-0.055908203125 +-0.031982421875 +0.026977539062 +-0.006774902344 +-0.041259765625 +-0.026733398438 +0.002273559570 +0.084960937500 +0.087402343750 +-0.063964843750 +0.141601562500 +-0.015991210938 +-0.080566406250 +-0.020507812500 +0.106445312500 +0.125976562500 +0.039306640625 +0.064941406250 +0.062500000000 +-0.155273437500 +-0.113281250000 +-0.035400390625 +-0.044433593750 +0.099121093750 +-0.143554687500 +-0.040283203125 +0.031005859375 +-0.024902343750 +0.119140625000 +-0.048095703125 +-0.079101562500 +-0.032470703125 +-0.071777343750 +0.077148437500 +0.104980468750 +0.102539062500 +-0.035156250000 +-0.021972656250 +0.079589843750 +0.050537109375 +0.016113281250 +0.094726562500 +-0.035400390625 +0.131835937500 +0.037841796875 +0.023803710938 +0.076660156250 +0.213867187500 +-0.169921875000 +-0.067871093750 +-0.082519531250 +0.090332031250 +-0.004394531250 +0.051269531250 +0.050048828125 +-0.035644531250 +-0.111328125000 +0.043701171875 +-0.207031250000 +-0.027954101562 +-0.055419921875 +-0.089355468750 +-0.027465820312 +-0.019409179688 +-0.085449218750 +0.073730468750 +0.109375000000 +0.053466796875 +0.153320312500 +0.172851562500 +-0.037353515625 +-0.129882812500 +0.135742187500 +-0.045410156250 +-0.047607421875 +-0.033935546875 +0.121582031250 +-0.060791015625 +-0.108886718750 +0.039794921875 +0.192382812500 +0.076171875000 +0.178710937500 +0.058105468750 +0.019165039062 +-0.029907226562 +0.166992187500 +-0.073730468750 +0.056884765625 +0.250000000000 +0.043212890625 +-0.029541015625 +-0.029907226562 +0.020874023438 +-0.054443359375 +-0.131835937500 +-0.032470703125 +-0.034912109375 +0.038574218750 +0.122070312500 +-0.117187500000 +0.123535156250 +-0.037353515625 +0.020751953125 +0.122070312500 +0.138671875000 +-0.024902343750 +0.047851562500 +0.235351562500 +-0.063476562500 +-0.126953125000 +0.163085937500 +-0.003616333008 +-0.129882812500 +-0.015380859375 +0.019531250000 +0.175781250000 +-0.074707031250 +-0.300781250000 +0.027099609375 +-0.079101562500 +0.045654296875 +-0.007598876953 +-0.030883789062 +-0.013610839844 +0.140625000000 +0.066894531250 +0.033935546875 +0.041503906250 +-0.041503906250 +-0.028930664062 +-0.004028320312 +-0.047607421875 +-0.006408691406 +0.073730468750 +0.034667968750 +0.047607421875 +0.119140625000 +0.069824218750 +0.012145996094 +-0.047851562500 +-0.078125000000 +-0.107421875000 +-0.215820312500 +-0.129882812500 +0.133789062500 +-0.032714843750 +-0.088378906250 +0.108886718750 +0.006744384766 +0.013549804688 +-0.084472656250 +0.089843750000 +0.222656250000 +0.023071289062 +-0.035400390625 +0.013549804688 +-0.113281250000 +0.149414062500 +0.067382812500 +0.015747070312 +0.033691406250 +-0.052734375000 +0.006286621094 +0.116210937500 +-0.015991210938 +0.073242187500 +-0.019409179688 +-0.061523437500 +-0.004028320312 +-0.018676757812 +-0.021728515625 +-0.004394531250 +-0.123046875000 +0.173828125000 +-0.040771484375 +-0.172851562500 +-0.017089843750 +-0.074707031250 +-0.059082031250 +-0.115722656250 +-0.075683593750 +0.133789062500 +-0.044189453125 +0.124511718750 +-0.085449218750 +0.152343750000 +-0.038085937500 +-0.110839843750 +-0.046875000000 +0.007415771484 +-0.193359375000 +0.024902343750 +0.188476562500 +-0.024536132812 +0.049316406250 +-0.106445312500 +0.029052734375 +-0.065429687500 +-0.081542968750 +-0.096679687500 +-0.008117675781 +-0.021362304688 +-0.027832031250 +-0.153320312500 +0.106445312500 +-0.096679687500 +0.013061523438 +-0.095214843750 +0.007995605469 +-0.107421875000 +0.229492187500 +0.126953125000 +-0.240234375000 +-0.020263671875 +-0.041015625000 +0.108398437500 +0.267578125000 +0.071289062500 +-0.039062500000 +-0.092773437500 +0.029663085938 +0.002761840820 +0.007629394531 +0.085937500000 +0.037353515625 +0.011535644531 +-0.023315429688 +0.040527343750 +-0.133789062500 +-0.076660156250 +-0.214843750000 +-0.014526367188 +0.035400390625 +-0.156250000000 +-0.138671875000 +0.003463745117 +-0.238281250000 +0.058593750000 +0.070800781250 +-0.056396484375 +0.026611328125 +0.024047851562 +-0.072753906250 +-0.083007812500 +0.040039062500 +0.125000000000 +-0.178710937500 +-0.041748046875 +-0.015747070312 +0.054931640625 +-0.067382812500 +-0.039306640625 +0.040527343750 +0.107910156250 +-0.030639648438 +0.163085937500 +-0.076171875000 +-0.178710937500 +-0.179687500000 +0.052490234375 +0.216796875000 +-0.015747070312 +-0.054931640625 +0.207031250000 +-0.026123046875 +-0.030639648438 +0.008850097656 +-0.091796875000 +0.014892578125 +0.156250000000 +0.123535156250 +0.069335937500 +0.088378906250 +0.094238281250 +0.017944335938 +-0.179687500000 +0.042968750000 +0.067871093750 +-0.014526367188 +0.190429687500 +-0.085937500000 +-0.036621093750 +0.027832031250 +0.039306640625 +0.154296875000 +0.033935546875 +-0.125976562500 +0.061767578125 +0.184570312500 +-0.117675781250 +-0.059814453125 +-0.110351562500 +-0.172851562500 +-0.046142578125 +-0.098632812500 +0.003189086914 +-0.089843750000 +-0.068359375000 +0.142578125000 +0.228515625000 +-0.059570312500 +-0.123535156250 +0.004272460938 +-0.060058593750 +0.067382812500 +0.042480468750 +-0.124511718750 +-0.026367187500 +-0.008544921875 +0.158203125000 +0.034179687500 +0.036621093750 +0.090332031250 +0.210937500000 +0.015625000000 +-0.031494140625 +-0.052001953125 +-0.015625000000 +-0.084960937500 +-0.067382812500 +-0.169921875000 +0.168945312500 +-0.050537109375 +-0.247070312500 +0.116699218750 +-0.042724609375 +0.014770507812 +-0.012268066406 +-0.142578125000 +0.049560546875 +-0.146484375000 +-0.022460937500 +-0.022338867188 +-0.057617187500 +0.063476562500 +0.025390625000 +0.120605468750 +-0.105468750000 +-0.128906250000 +-0.045410156250 +-0.055664062500 +-0.001434326172 +-0.125976562500 +-0.075195312500 +0.068847656250 +0.080566406250 +-0.032226562500 +-0.005432128906 +0.144531250000 +-0.102050781250 +-0.133789062500 +-0.111816406250 +0.059570312500 +-0.085937500000 +0.033691406250 +-0.023681640625 +0.008850097656 +0.042480468750 +-0.073242187500 +0.058837890625 +-0.087890625000 +-0.075683593750 +-0.129882812500 +-0.059570312500 +-0.104492187500 +0.076171875000 +-0.178710937500 +-0.051025390625 +0.181640625000 +-0.093261718750 +-0.147460937500 +0.103027343750 +-0.015747070312 +0.027954101562 +0.123535156250 +0.157226562500 +-0.008239746094 +-0.127929687500 +-0.071289062500 +-0.023803710938 +-0.141601562500 +-0.287109375000 +0.017578125000 +0.017578125000 +0.030151367188 +-0.056396484375 +-0.123046875000 +0.265625000000 +0.339843750000 +0.154296875000 +0.039062500000 +0.199218750000 +0.047119140625 +0.083007812500 +0.001060485840 +-0.004486083984 +0.038330078125 +0.122558593750 +-0.087402343750 +-0.010253906250 +-0.046386718750 +0.055175781250 +0.099609375000 +-0.058593750000 +-0.050292968750 +-0.196289062500 +-0.107421875000 +-0.021484375000 +-0.098144531250 +0.069824218750 +0.056152343750 +0.071289062500 +0.162109375000 +0.088378906250 +0.131835937500 +0.114257812500 +0.074218750000 +-0.065917968750 +-0.162109375000 +0.038574218750 +-0.104980468750 +0.115234375000 +0.030395507812 +-0.025756835938 +0.128906250000 +-0.003890991211 +-0.039306640625 +-0.035400390625 +0.108886718750 +-0.125976562500 +-0.029785156250 +0.156250000000 +0.081054687500 +0.140625000000 +-0.085937500000 +-0.044433593750 +0.099609375000 +-0.162109375000 +0.051025390625 +0.057861328125 +-0.038818359375 +0.028808593750 +-0.059082031250 +-0.004150390625 +-0.054687500000 +0.084472656250 +-0.112792968750 +0.126953125000 +-0.033691406250 +-0.151367187500 +-0.032958984375 +-0.103515625000 +0.033447265625 +0.014831542969 +-0.003509521484 +-0.057861328125 +-0.080078125000 +-0.032226562500 +-0.006439208984 +-0.112304687500 +-0.006988525391 +-0.267578125000 +0.031982421875 +-0.027709960938 +0.084472656250 +0.066406250000 +0.095214843750 +0.084472656250 +0.132812500000 +0.023437500000 +0.022705078125 +-0.164062500000 +0.150390625000 +-0.055664062500 +-0.019653320312 +-0.053710937500 +-0.004028320312 +0.008300781250 +0.217773437500 +-0.041015625000 +-0.074707031250 +0.034912109375 +-0.017089843750 +0.031738281250 +-0.070312500000 +0.048339843750 +-0.011535644531 +0.004302978516 +0.088867187500 +0.055419921875 +0.157226562500 +0.022094726562 +0.104003906250 +-0.034912109375 +0.043212890625 +0.075195312500 +0.023803710938 +-0.020996093750 +0.138671875000 +-0.013610839844 +-0.111816406250 +-0.090820312500 +-0.049560546875 +0.058837890625 +-0.039306640625 +-0.062255859375 +-0.033203125000 +-0.054687500000 +-0.048583984375 +-0.066894531250 +0.037597656250 +-0.026123046875 +0.115722656250 +-0.004119873047 +-0.028564453125 +0.069335937500 +-0.234375000000 +-0.040039062500 +0.023559570312 +0.140625000000 +-0.003997802734 +0.027343750000 +0.049072265625 +0.122558593750 +0.108398437500 +0.157226562500 +0.077636718750 +0.084960937500 +-0.018066406250 +-0.056884765625 +0.145507812500 +0.199218750000 +-0.050048828125 +-0.292968750000 +0.027465820312 +-0.163085937500 +0.243164062500 +-0.127929687500 +0.101562500000 +0.062500000000 +0.050292968750 +0.036621093750 +0.011352539062 +0.107421875000 +-0.055419921875 +-0.146484375000 +-0.106933593750 +-0.191406250000 +-0.076171875000 +-0.128906250000 +0.017333984375 +0.198242187500 +-0.007720947266 +0.126953125000 +-0.096191406250 +0.063964843750 +-0.203125000000 +-0.007293701172 +0.116210937500 +-0.046875000000 +0.008850097656 +-0.069335937500 +0.070312500000 +0.002166748047 +0.040771484375 +0.222656250000 +-0.046142578125 +0.144531250000 +-0.116210937500 +-0.036376953125 +-0.253906250000 +0.042236328125 +-0.009765625000 +-0.070800781250 +0.067871093750 +0.007019042969 +-0.032226562500 +-0.077636718750 +-0.040039062500 +-0.177734375000 +-0.048095703125 +0.000682830811 +-0.029296875000 +0.104980468750 +0.094726562500 +0.013488769531 +0.070312500000 +-0.041503906250 +-0.016845703125 +-0.011901855469 +0.044433593750 +-0.002777099609 +0.052246093750 +-0.120605468750 +0.024047851562 +-0.006164550781 +-0.273437500000 +-0.037353515625 +0.055175781250 +0.106933593750 +0.092773437500 +0.031127929688 +-0.040771484375 +0.062500000000 +-0.027954101562 +-0.028808593750 +-0.114257812500 +0.052001953125 +-0.122070312500 +0.070312500000 +-0.051513671875 +-0.021850585938 +-0.084472656250 +0.236328125000 +-0.031005859375 +0.058105468750 +-0.055664062500 +-0.092773437500 +0.140625000000 +0.104003906250 +-0.003677368164 +0.042236328125 +-0.029296875000 +-0.058593750000 +0.026977539062 +-0.103515625000 +0.111816406250 +0.016845703125 +0.028686523438 +-0.013366699219 +-0.002349853516 +0.097656250000 +-0.024169921875 +0.059082031250 +-0.009155273438 +0.156250000000 +-0.166015625000 +0.083007812500 +-0.062988281250 +0.199218750000 +-0.088378906250 +0.141601562500 +0.042236328125 +0.030639648438 +0.111328125000 +-0.107910156250 +0.025756835938 +0.038574218750 +-0.031494140625 +0.161132812500 +-0.004394531250 +0.046630859375 +0.059082031250 +0.152343750000 +0.014770507812 +-0.271484375000 +0.021972656250 +-0.008117675781 +0.047119140625 +-0.116210937500 +0.089843750000 +0.167968750000 +-0.004821777344 +0.130859375000 +0.184570312500 +0.017089843750 +0.053710937500 +0.070312500000 +0.044189453125 +0.006622314453 +0.283203125000 +-0.090820312500 +-0.010070800781 +0.004760742188 +-0.137695312500 +-0.005828857422 +-0.138671875000 +-0.007476806641 +-0.127929687500 +0.088867187500 +0.083984375000 +-0.017822265625 +-0.027832031250 +0.152343750000 +0.056884765625 +-0.070312500000 +-0.020874023438 +0.119140625000 +-0.006256103516 +0.030761718750 +0.275390625000 +-0.049804687500 +0.036376953125 +-0.134765625000 +-0.028076171875 +-0.002258300781 +0.181640625000 +0.041748046875 +0.040283203125 +-0.115722656250 +-0.064941406250 +0.063476562500 +0.072753906250 +-0.016601562500 +-0.049560546875 +-0.031738281250 +0.034912109375 +-0.015258789062 +0.154296875000 +-0.025634765625 +-0.008850097656 +0.093261718750 +0.080566406250 +0.042968750000 +0.047119140625 +0.089843750000 +-0.033203125000 +-0.009033203125 +-0.095214843750 +-0.208984375000 +0.070312500000 +-0.006195068359 +-0.103027343750 +0.294921875000 +0.015197753906 +0.089355468750 +0.024902343750 +0.117187500000 +0.172851562500 +0.081542968750 +-0.006500244141 +0.177734375000 +-0.019042968750 +0.132812500000 +0.033203125000 +-0.060058593750 +0.082519531250 +0.027099609375 +0.090820312500 +-0.167968750000 +-0.051269531250 +-0.048339843750 +-0.097167968750 +-0.084472656250 +0.055175781250 +0.051757812500 +0.224609375000 +0.150390625000 +0.008789062500 +0.053955078125 +-0.032470703125 +-0.076660156250 +-0.085937500000 +-0.033691406250 +-0.028198242188 +-0.002319335938 +-0.014587402344 +0.040527343750 +-0.026733398438 +0.045654296875 +0.153320312500 +-0.004638671875 +-0.033935546875 +0.018310546875 +-0.128906250000 +-0.001945495605 +0.041015625000 +0.037841796875 +0.066894531250 +-0.004821777344 +0.010864257812 +-0.098144531250 +0.051025390625 +-0.052001953125 +-0.076171875000 +0.099609375000 +0.039550781250 +-0.088867187500 +0.029296875000 +-0.049072265625 +0.083007812500 +-0.138671875000 +-0.032714843750 +0.159179687500 +0.012084960938 +-0.146484375000 +-0.093261718750 +-0.144531250000 +0.006469726562 +0.018310546875 +-0.079101562500 +0.025512695312 +-0.162109375000 +0.060791015625 +0.108398437500 +-0.031127929688 +-0.030273437500 +0.239257812500 +-0.210937500000 +0.068847656250 +-0.045410156250 +-0.056640625000 +0.065917968750 +-0.012145996094 +0.032714843750 +-0.034912109375 +-0.002700805664 +-0.132812500000 +0.093261718750 +0.087402343750 +-0.092773437500 +0.017333984375 +0.171875000000 +0.137695312500 +0.009216308594 +-0.010375976562 +-0.002456665039 +0.052246093750 +0.128906250000 +0.012084960938 +0.006286621094 +0.026611328125 +0.140625000000 +-0.179687500000 +-0.018798828125 +-0.145507812500 +-0.077636718750 +0.099121093750 +0.167968750000 +-0.023437500000 +0.091796875000 +-0.101562500000 +-0.029785156250 +0.104003906250 +-0.182617187500 +-0.064453125000 +-0.104003906250 +0.016357421875 +0.033447265625 +0.070800781250 +0.002105712891 +-0.095214843750 +0.173828125000 +0.019409179688 +0.015075683594 +-0.006286621094 +-0.044433593750 +-0.128906250000 +-0.036132812500 +0.164062500000 +0.113281250000 +0.000976562500 +-0.065429687500 +-0.050537109375 +0.049072265625 +0.128906250000 +-0.099121093750 +0.052001953125 +-0.055908203125 +0.124023437500 +0.029541015625 +-0.175781250000 +-0.082519531250 +-0.035156250000 +0.037841796875 +-0.019653320312 +-0.021850585938 +0.044433593750 +-0.049560546875 +0.043945312500 +0.107421875000 +-0.017089843750 +-0.036621093750 +-0.043945312500 +0.021606445312 +-0.043212890625 +0.127929687500 +-0.073242187500 +-0.016479492188 +-0.014465332031 +0.005554199219 +-0.094238281250 +-0.281250000000 +0.068847656250 +-0.229492187500 +-0.096679687500 +0.065917968750 +0.006408691406 +-0.091796875000 +0.078125000000 +0.064453125000 +0.011291503906 +-0.151367187500 +0.090332031250 +0.049072265625 +0.040527343750 +-0.036132812500 +0.168945312500 +0.118652343750 +-0.079101562500 +-0.041259765625 +0.077636718750 +0.044189453125 +-0.017211914062 +-0.110839843750 +-0.103027343750 +-0.148437500000 +-0.033691406250 +-0.086914062500 +-0.022216796875 +-0.085449218750 +0.065917968750 +0.067382812500 +-0.001281738281 +-0.050048828125 +-0.139648437500 +0.052001953125 +-0.007537841797 +0.088378906250 +-0.068847656250 +0.002212524414 +0.036621093750 +-0.055419921875 +-0.015991210938 +0.149414062500 +0.078613281250 +0.054687500000 +-0.042236328125 +0.125976562500 +0.275390625000 +-0.124511718750 +0.056640625000 +0.092285156250 +-0.083496093750 +-0.057861328125 +-0.057373046875 +0.000888824463 +-0.169921875000 +0.059570312500 +0.335937500000 +0.045898437500 +0.151367187500 +0.120605468750 +-0.113281250000 +-0.064453125000 +0.106933593750 +0.043701171875 +0.032958984375 +0.033203125000 +-0.105468750000 +0.062500000000 +0.087890625000 +0.062500000000 +-0.050537109375 +0.049560546875 +0.046386718750 +-0.057861328125 +-0.022583007812 +-0.039062500000 +0.052246093750 +-0.088867187500 +-0.085937500000 +0.017822265625 +-0.066894531250 +-0.035400390625 +0.073730468750 +-0.030639648438 +-0.106933593750 +0.177734375000 +-0.087402343750 +-0.067382812500 +0.050048828125 +0.108886718750 +-0.038330078125 +-0.069824218750 +0.081542968750 +-0.043457031250 +-0.111328125000 +0.141601562500 +-0.065917968750 +0.121093750000 +-0.135742187500 +-0.166992187500 +0.070312500000 +-0.115722656250 +-0.167968750000 +0.005645751953 +-0.053466796875 +-0.027465820312 +0.076660156250 +-0.174804687500 +-0.085937500000 +0.139648437500 +0.132812500000 +0.126953125000 +-0.021850585938 +0.031982421875 +0.061279296875 +0.056640625000 +-0.062988281250 +0.044921875000 +-0.043212890625 +-0.149414062500 +-0.022705078125 +-0.032714843750 +0.008911132812 +0.112304687500 +-0.043212890625 +0.102050781250 +-0.107910156250 +0.057128906250 +0.030761718750 +0.025390625000 +-0.021850585938 +-0.160156250000 +-0.043701171875 +0.082519531250 +0.000518798828 +-0.098632812500 +0.034423828125 +0.110839843750 +0.032714843750 +-0.075683593750 +0.115234375000 +-0.053710937500 +0.243164062500 +-0.106933593750 +0.132812500000 +0.180664062500 +0.087402343750 +-0.073730468750 +-0.213867187500 +-0.042724609375 +-0.092285156250 +-0.030883789062 +0.094238281250 +0.064453125000 +0.013000488281 +0.165039062500 +-0.022094726562 +-0.088378906250 +-0.031738281250 +0.069824218750 +-0.017822265625 +-0.135742187500 +0.158203125000 +-0.070312500000 +-0.078613281250 +-0.021240234375 +0.028564453125 +0.072265625000 +-0.164062500000 +-0.175781250000 +0.080078125000 +-0.168945312500 +0.012756347656 +0.134765625000 +-0.077148437500 +-0.009216308594 +0.040283203125 +0.099609375000 +-0.096191406250 +0.099609375000 +-0.128906250000 +-0.052246093750 +-0.065917968750 +0.175781250000 +-0.031494140625 +0.096679687500 +-0.128906250000 +0.002563476562 +0.059814453125 +0.094726562500 +-0.126953125000 +-0.059326171875 +-0.030395507812 +-0.032958984375 +0.197265625000 +0.056640625000 +0.240234375000 +-0.177734375000 +0.043457031250 +-0.077636718750 +0.055664062500 +0.027221679688 +-0.084960937500 +-0.251953125000 +0.076171875000 +-0.045166015625 +0.102050781250 +0.073242187500 +-0.253906250000 +0.100097656250 +-0.043212890625 +0.068359375000 +-0.086425781250 +0.008728027344 +-0.030151367188 +0.111816406250 +-0.044433593750 +-0.034179687500 +0.070312500000 +-0.187500000000 +0.020141601562 +0.072265625000 +-0.041259765625 +-0.125976562500 +-0.086914062500 +0.138671875000 +0.089843750000 +-0.359375000000 +-0.155273437500 +0.006317138672 +0.020019531250 +0.114257812500 +-0.162109375000 +0.125976562500 +-0.039550781250 +-0.031127929688 +0.023071289062 +0.016357421875 +-0.037353515625 +0.026000976562 +0.016723632812 +0.054443359375 +-0.015869140625 +-0.028564453125 +-0.157226562500 +-0.100585937500 +-0.043945312500 +0.259765625000 +-0.017456054688 +0.044433593750 +-0.018432617188 +-0.031982421875 +-0.109375000000 +-0.172851562500 +0.118164062500 +0.019409179688 +0.016357421875 +-0.062988281250 +-0.120605468750 +-0.169921875000 +0.014953613281 +-0.020874023438 +-0.014282226562 +0.015747070312 +0.023437500000 +-0.057373046875 +0.001045227051 +-0.068359375000 +-0.050292968750 +0.104492187500 +0.076171875000 +-0.039794921875 +-0.042724609375 +0.017700195312 +0.080078125000 +0.055908203125 +-0.244140625000 +-0.027343750000 +-0.020141601562 +0.111816406250 +0.207031250000 +0.209960937500 +-0.007537841797 +-0.081542968750 +0.051757812500 +0.019287109375 +-0.212890625000 +0.098632812500 +0.113281250000 +0.063964843750 +-0.128906250000 +0.069335937500 +-0.165039062500 +-0.035888671875 +-0.027343750000 +0.063964843750 +-0.053222656250 +-0.004455566406 +0.056152343750 +0.120605468750 +-0.004302978516 +-0.023193359375 +-0.079101562500 +-0.054931640625 +0.138671875000 +-0.198242187500 +-0.084472656250 +-0.045166015625 +-0.039306640625 +-0.078125000000 +-0.045410156250 +0.091796875000 +0.053466796875 +0.045654296875 +0.072265625000 +0.013916015625 +-0.169921875000 +0.107910156250 +-0.026733398438 +0.208984375000 +0.186523437500 +0.002868652344 +-0.096191406250 +0.002838134766 +-0.099121093750 +-0.109863281250 +-0.020507812500 +0.052734375000 +0.012817382812 +-0.205078125000 +0.106933593750 +0.020385742188 +-0.034667968750 +-0.021240234375 +0.080566406250 +-0.074707031250 +-0.190429687500 +0.078125000000 +-0.015197753906 +-0.006805419922 +0.058349609375 +0.054931640625 +-0.161132812500 +0.007507324219 +-0.137695312500 +-0.047119140625 +0.001358032227 +-0.005249023438 +-0.014221191406 +-0.041992187500 +-0.068359375000 +0.100097656250 +-0.080566406250 +-0.071289062500 +-0.092285156250 +-0.059570312500 +0.214843750000 +-0.063964843750 +-0.024047851562 +0.047607421875 +0.148437500000 +-0.071777343750 +0.020996093750 +0.000747680664 +-0.062500000000 +-0.197265625000 +-0.025878906250 +-0.099609375000 +-0.047363281250 +-0.157226562500 +0.133789062500 +-0.164062500000 +0.002227783203 +-0.091796875000 +0.012878417969 +0.055664062500 +0.010986328125 +0.035644531250 +-0.027832031250 +-0.051269531250 +-0.341796875000 +0.112792968750 +-0.017211914062 +0.001998901367 +-0.012695312500 +-0.147460937500 +-0.047119140625 +0.032714843750 +-0.038574218750 +0.015747070312 +0.048095703125 +-0.111328125000 +-0.041992187500 +-0.093261718750 +-0.127929687500 +0.152343750000 +-0.192382812500 +0.121582031250 +0.296875000000 +0.031250000000 +0.160156250000 +0.160156250000 +-0.006378173828 +0.148437500000 +0.034423828125 +0.023315429688 +0.045410156250 +-0.120605468750 +0.031250000000 +0.029663085938 +0.097656250000 +-0.037109375000 +0.176757812500 +-0.033935546875 +0.047363281250 +0.163085937500 +0.173828125000 +0.100097656250 +-0.236328125000 +0.115234375000 +-0.103027343750 +0.001983642578 +0.127929687500 +0.132812500000 +0.004211425781 +-0.053222656250 +-0.016113281250 +0.028320312500 +0.062255859375 +-0.112304687500 +-0.048095703125 +0.050781250000 +-0.068359375000 +0.027099609375 +-0.073242187500 +-0.027587890625 +0.109375000000 +-0.049316406250 +-0.070800781250 +0.077636718750 +0.098632812500 +-0.074218750000 +0.025756835938 +0.349609375000 +0.018188476562 +-0.038574218750 +-0.218750000000 +0.015014648438 +-0.062500000000 +0.138671875000 +-0.144531250000 +-0.051513671875 +0.043945312500 +-0.070312500000 +0.003204345703 +-0.259765625000 +-0.114257812500 +-0.031982421875 +0.112304687500 +-0.098144531250 +0.028564453125 +0.062988281250 +0.191406250000 +0.174804687500 +-0.165039062500 +0.089355468750 +-0.048095703125 +-0.112304687500 +-0.152343750000 +-0.008422851562 +-0.199218750000 +-0.029785156250 +0.010986328125 +-0.012939453125 +-0.067871093750 +0.084960937500 +0.009765625000 +0.052001953125 +-0.146484375000 +0.058105468750 +-0.033447265625 +0.115722656250 +-0.086914062500 +0.030273437500 +-0.033447265625 +0.123046875000 +-0.097167968750 +0.120117187500 +-0.061279296875 +0.068359375000 +0.056152343750 +-0.123535156250 +0.013183593750 +0.059570312500 +-0.000492095947 +0.058593750000 +-0.019775390625 +-0.067871093750 +0.105468750000 +-0.079101562500 +0.008850097656 +-0.083496093750 +0.082031250000 +0.093261718750 +0.081054687500 +0.040039062500 +0.165039062500 +-0.084472656250 +0.045410156250 +-0.145507812500 +-0.120117187500 +-0.051757812500 +-0.087402343750 +-0.004180908203 +-0.045898437500 +-0.006683349609 +0.002380371094 +0.016479492188 +-0.073242187500 +0.052246093750 +0.000270843506 +-0.000364303589 +-0.005493164062 +-0.117675781250 +-0.033447265625 +-0.032226562500 +-0.082519531250 +-0.028076171875 +0.055908203125 +-0.034423828125 +0.047363281250 +0.103027343750 +0.105957031250 +0.048828125000 +0.081054687500 +-0.051513671875 +0.022338867188 +-0.141601562500 +0.143554687500 +-0.086425781250 +-0.044677734375 +-0.013793945312 +-0.118164062500 +-0.049560546875 +0.032958984375 +0.006378173828 +-0.131835937500 +-0.024414062500 +0.025268554688 +-0.070800781250 +-0.112304687500 +0.065429687500 +-0.129882812500 +0.002624511719 +-0.003677368164 +-0.067382812500 +0.019653320312 +-0.074218750000 +-0.048095703125 +0.112304687500 +-0.200195312500 +-0.216796875000 +-0.003936767578 +0.056152343750 +0.093261718750 +0.057861328125 +0.031250000000 +-0.005554199219 +-0.007019042969 +0.029052734375 +-0.105957031250 +-0.028564453125 +0.080078125000 +0.031005859375 +0.008483886719 +-0.038330078125 +-0.019775390625 +0.049560546875 +0.062500000000 +0.035888671875 +0.003036499023 +0.013854980469 +-0.038330078125 +0.052246093750 +-0.000961303711 +-0.003845214844 +0.002517700195 +0.114746093750 +-0.030029296875 +-0.172851562500 +-0.048095703125 +-0.083984375000 +0.007781982422 +-0.033447265625 +-0.114746093750 +0.055664062500 +-0.048095703125 +-0.014038085938 +-0.107421875000 +0.062255859375 +0.093750000000 +-0.175781250000 +-0.104003906250 +0.033203125000 +-0.054443359375 +-0.118652343750 +-0.126953125000 +-0.182617187500 +-0.126953125000 +0.034179687500 +-0.001274108887 +0.183593750000 +0.066406250000 +0.006347656250 +0.003540039062 +-0.016113281250 +-0.004119873047 +-0.019042968750 +0.023315429688 +0.110351562500 +0.079101562500 +-0.138671875000 +-0.048339843750 +-0.098144531250 +0.081054687500 +-0.016357421875 +0.004180908203 +0.147460937500 +-0.046386718750 +-0.075683593750 +-0.168945312500 +-0.048583984375 +-0.195312500000 +-0.085937500000 +0.020874023438 +-0.009277343750 +-0.086914062500 +-0.062988281250 +0.011596679688 +-0.066406250000 +-0.035644531250 +-0.051025390625 +-0.025512695312 +-0.046386718750 +-0.012512207031 +0.123535156250 +0.207031250000 +0.125976562500 +0.021484375000 +-0.068847656250 +-0.095214843750 +-0.014038085938 +0.002304077148 +0.007995605469 +-0.051513671875 +0.001998901367 +0.018310546875 +-0.006072998047 +0.008239746094 +-0.316406250000 +0.114257812500 +-0.008361816406 +-0.065429687500 +-0.018798828125 +-0.037841796875 +0.008056640625 +-0.145507812500 +-0.083984375000 +0.081054687500 +-0.127929687500 +-0.107910156250 +-0.026367187500 +0.038818359375 +0.014770507812 +-0.145507812500 +-0.232421875000 +0.052001953125 +-0.023681640625 +-0.009460449219 +-0.063476562500 +0.188476562500 +0.018676757812 +0.077636718750 +-0.130859375000 +-0.135742187500 +-0.109375000000 +0.149414062500 +0.012329101562 +0.076171875000 +0.076660156250 +-0.036132812500 +0.028686523438 +-0.099609375000 +-0.042236328125 +-0.116699218750 +0.101074218750 +0.045166015625 +-0.134765625000 +-0.090820312500 +-0.129882812500 +0.027343750000 +0.006256103516 +0.045410156250 +-0.104492187500 +0.008483886719 +-0.018432617188 +-0.181640625000 +0.084472656250 +0.058349609375 +-0.028076171875 +-0.124023437500 +-0.135742187500 +0.078613281250 +-0.137695312500 +-0.031494140625 +-0.132812500000 +-0.067382812500 +-0.069335937500 +0.052978515625 +-0.027587890625 +0.058105468750 +0.183593750000 +-0.001586914062 +0.003967285156 +0.156250000000 +0.045654296875 +-0.103027343750 +-0.073242187500 +-0.024780273438 +0.043945312500 +0.001449584961 +-0.037109375000 +-0.100585937500 +0.092773437500 +0.103027343750 +-0.237304687500 +-0.033691406250 +-0.082519531250 +-0.071289062500 +0.017211914062 +0.082519531250 +-0.079589843750 +-0.093750000000 +-0.019531250000 +0.093261718750 +-0.064453125000 +0.099609375000 +-0.003234863281 +0.003768920898 +0.102539062500 +-0.183593750000 +0.061279296875 +-0.037597656250 +0.006835937500 +0.019165039062 +0.065429687500 +-0.111328125000 +-0.030639648438 +-0.037597656250 +-0.193359375000 +0.009216308594 +-0.008117675781 +-0.078125000000 +0.053466796875 +0.128906250000 +0.045654296875 +0.024536132812 +-0.049316406250 +0.033203125000 +-0.082031250000 +-0.271484375000 +0.071289062500 +-0.104980468750 +0.021606445312 +0.085937500000 +-0.060791015625 +0.073242187500 +-0.146484375000 +0.092773437500 +-0.176757812500 +0.007171630859 +0.007598876953 +0.026977539062 +0.075683593750 +-0.149414062500 +-0.084960937500 +0.108398437500 +0.027343750000 +0.146484375000 +0.021850585938 +-0.068359375000 +0.092285156250 +-0.167968750000 +-0.107421875000 +-0.037109375000 +0.001571655273 +-0.091796875000 +-0.023193359375 +-0.017822265625 +-0.114257812500 +0.050537109375 +0.140625000000 +0.120117187500 +0.114257812500 +-0.128906250000 +0.255859375000 +-0.071777343750 +0.050781250000 +0.030517578125 +0.015197753906 +-0.046875000000 +-0.031250000000 +0.064941406250 +0.078613281250 +0.025390625000 +-0.059326171875 +-0.049560546875 +0.139648437500 +-0.182617187500 +0.000140190125 +0.006652832031 +-0.077636718750 +-0.106445312500 +-0.003036499023 +0.019287109375 +-0.056640625000 +0.035400390625 +0.008911132812 +-0.055419921875 +0.036376953125 +0.018310546875 +-0.015014648438 +0.044677734375 +0.019897460938 +0.143554687500 +-0.021118164062 +0.168945312500 +-0.080078125000 +-0.099609375000 +-0.113769531250 +0.036376953125 +-0.013122558594 +-0.028686523438 +0.165039062500 +0.005645751953 +0.028564453125 +0.038574218750 +-0.167968750000 +0.166992187500 +-0.096191406250 +-0.076660156250 +0.049072265625 +-0.073242187500 +-0.025268554688 +-0.093261718750 +-0.102539062500 +0.095214843750 +0.083496093750 +-0.043212890625 +0.018432617188 +0.400390625000 +0.009826660156 +-0.038085937500 +-0.108886718750 +-0.073730468750 +0.080566406250 +0.082519531250 +-0.066406250000 +0.020263671875 +0.014953613281 +0.163085937500 +-0.023803710938 +0.024780273438 +0.103515625000 +-0.147460937500 +-0.002243041992 +-0.039550781250 +-0.070800781250 +-0.008422851562 +-0.068359375000 +-0.026489257812 +0.039794921875 +-0.038330078125 +0.089843750000 +-0.098632812500 +-0.072753906250 +0.008728027344 +-0.092285156250 +0.007690429688 +0.251953125000 +-0.156250000000 +-0.012878417969 +0.011230468750 +-0.075683593750 +-0.017822265625 +-0.180664062500 +0.148437500000 +-0.020019531250 +0.176757812500 +0.039062500000 +0.044189453125 +-0.053710937500 +0.091796875000 +0.073242187500 +0.023559570312 +-0.083984375000 +-0.085449218750 +0.120117187500 +0.104980468750 +0.042724609375 +0.040771484375 +-0.227539062500 +0.000101566315 +0.062988281250 +-0.018920898438 +-0.052734375000 +0.005828857422 +-0.112792968750 +0.047363281250 +-0.020874023438 +0.097656250000 +-0.038574218750 +0.028808593750 +-0.020751953125 +-0.009765625000 +-0.053222656250 +0.011291503906 +-0.217773437500 +0.003814697266 +0.208984375000 +-0.079101562500 +-0.046630859375 +-0.092285156250 +-0.024047851562 +-0.150390625000 +0.100097656250 +0.028564453125 +-0.114257812500 +0.044677734375 +-0.076171875000 +-0.012634277344 +0.070800781250 +0.016479492188 +-0.041503906250 +-0.008666992188 +0.038574218750 +-0.021972656250 +-0.084472656250 +0.062011718750 +0.050048828125 +-0.070312500000 +0.004058837891 +0.009887695312 +-0.061523437500 +-0.027099609375 +-0.204101562500 +-0.020874023438 +-0.012817382812 +0.114746093750 +0.077636718750 +0.092773437500 +-0.002029418945 +-0.198242187500 +-0.149414062500 +-0.172851562500 +-0.013916015625 +-0.121093750000 +0.039062500000 +0.107421875000 +0.112792968750 +-0.078125000000 +0.023315429688 +0.001472473145 +-0.215820312500 +0.273437500000 +-0.033447265625 +-0.075683593750 +-0.112792968750 +0.089355468750 +0.000961303711 +0.041992187500 +-0.131835937500 +-0.151367187500 +0.062500000000 +0.071777343750 +0.066894531250 +-0.168945312500 +0.032714843750 +0.043701171875 +-0.129882812500 +0.060546875000 +0.019653320312 +0.177734375000 +-0.163085937500 +-0.091796875000 +-0.078125000000 +0.121093750000 +0.028686523438 +0.021240234375 +-0.011291503906 +0.060791015625 +0.008361816406 +-0.002166748047 +-0.016235351562 +-0.015991210938 +-0.133789062500 +0.000976562500 +-0.015380859375 +-0.133789062500 +0.075195312500 +0.020507812500 +0.128906250000 +0.080566406250 +0.005493164062 +0.088378906250 +-0.092285156250 +-0.025146484375 +-0.050537109375 +0.071289062500 +-0.081054687500 +-0.035156250000 +-0.103515625000 +0.014953613281 +-0.039306640625 +-0.039062500000 +0.016113281250 +0.105468750000 +-0.034667968750 +0.042724609375 +-0.167968750000 +0.072753906250 +0.120117187500 +-0.062988281250 +0.091308593750 +-0.016601562500 +-0.129882812500 +0.035156250000 +0.035400390625 +-0.055664062500 +0.013244628906 +0.001121520996 +-0.062500000000 +0.031250000000 +0.071289062500 +-0.116699218750 +0.080566406250 +-0.067382812500 +0.001953125000 +0.113769531250 +-0.058837890625 +0.078125000000 +0.006286621094 +0.037597656250 +0.049072265625 +0.065429687500 +-0.022094726562 +-0.055175781250 +-0.108886718750 +0.019531250000 +-0.110351562500 +0.014831542969 +-0.106933593750 +0.011962890625 +0.045898437500 +0.060546875000 +-0.007537841797 +0.033447265625 +0.004852294922 +-0.013854980469 +0.142578125000 +-0.020141601562 +-0.044921875000 +-0.049560546875 +0.018432617188 +-0.045654296875 +-0.013610839844 +0.062988281250 +-0.016845703125 +0.143554687500 +-0.074218750000 +-0.056640625000 +0.010192871094 +0.098632812500 +0.075195312500 +-0.000219345093 +-0.044921875000 +0.038330078125 +-0.062988281250 +0.028320312500 +-0.146484375000 +0.011291503906 +0.107910156250 +-0.094238281250 +-0.136718750000 +0.022583007812 +0.053710937500 +-0.034912109375 +0.074218750000 +0.017944335938 +-0.071289062500 +-0.040283203125 +-0.070800781250 +0.132812500000 +0.008422851562 +-0.037597656250 +-0.190429687500 +0.009643554688 +-0.084472656250 +0.072265625000 +0.049072265625 +0.168945312500 +-0.145507812500 +0.080566406250 +-0.012451171875 +-0.064453125000 +0.042236328125 +0.164062500000 +-0.034423828125 +0.026733398438 +0.071777343750 +0.010681152344 +0.229492187500 +0.058349609375 +-0.027954101562 +-0.121093750000 +0.047607421875 +0.004516601562 +0.060058593750 +-0.062011718750 +-0.016723632812 +0.140625000000 +0.005950927734 +0.003402709961 +0.046875000000 +-0.109863281250 +0.083496093750 +-0.273437500000 +-0.007873535156 +-0.015258789062 +0.064453125000 +-0.049804687500 +0.097656250000 +-0.007141113281 +-0.078125000000 +-0.126953125000 +0.067382812500 +-0.022583007812 +0.087402343750 +0.072265625000 +0.086914062500 +0.275390625000 +0.066406250000 +-0.084960937500 +0.085937500000 +0.154296875000 +-0.154296875000 +-0.006896972656 +-0.021240234375 +-0.015625000000 +0.054687500000 +-0.056396484375 +0.061035156250 +0.109375000000 +0.059326171875 +0.066406250000 +0.039550781250 +-0.071777343750 +0.026977539062 +-0.013427734375 +0.081542968750 +-0.217773437500 +-0.056640625000 +0.097656250000 +0.027587890625 +-0.039550781250 +-0.035400390625 +0.066894531250 +-0.006347656250 +0.034912109375 +-0.103515625000 +0.168945312500 +-0.128906250000 +-0.004608154297 +0.010131835938 +0.087890625000 +-0.003707885742 +0.036132812500 +0.159179687500 +0.017578125000 +0.075683593750 +-0.077636718750 +-0.014404296875 +-0.138671875000 +-0.053466796875 +-0.048828125000 +0.000976562500 +-0.021728515625 +-0.049316406250 +0.003479003906 +0.063476562500 +0.140625000000 +-0.095703125000 +-0.000896453857 +-0.062255859375 +0.125000000000 +0.087890625000 +0.047119140625 +-0.028930664062 +0.296875000000 +0.111816406250 +-0.006561279297 +-0.131835937500 +0.007019042969 +-0.039550781250 +-0.043701171875 +-0.101074218750 +0.123046875000 +-0.061767578125 +0.006896972656 +-0.031494140625 +0.155273437500 +0.027343750000 +0.183593750000 +0.034667968750 +0.056640625000 +-0.077148437500 +-0.273437500000 +-0.027587890625 +-0.083007812500 +-0.055908203125 +-0.131835937500 +0.015747070312 +0.000465393066 +-0.033691406250 +-0.020996093750 +-0.040771484375 +-0.046142578125 +-0.042968750000 +0.013854980469 +-0.082519531250 +-0.110839843750 +-0.128906250000 +0.008300781250 +-0.075683593750 +-0.230468750000 +-0.032958984375 +-0.018432617188 +0.142578125000 +-0.014465332031 +0.195312500000 +0.031738281250 +0.004882812500 +0.007629394531 +0.209960937500 +-0.202148437500 +0.047119140625 +-0.038085937500 +0.028564453125 +0.064941406250 +0.047363281250 +0.055664062500 +-0.061035156250 +0.131835937500 +-0.082031250000 +-0.080078125000 +-0.101074218750 +-0.041259765625 +0.041259765625 +-0.052490234375 +-0.033935546875 +0.072753906250 +-0.102050781250 +0.030517578125 +-0.021728515625 +-0.076171875000 +-0.106445312500 +0.017456054688 +0.018920898438 +0.098144531250 +-0.075683593750 +-0.126953125000 +0.092773437500 +0.191406250000 +-0.032226562500 +0.110351562500 +-0.105957031250 +0.117187500000 +0.061035156250 +0.005615234375 +-0.012878417969 +-0.020385742188 +-0.122558593750 +-0.020385742188 +-0.002059936523 +0.092285156250 +-0.065917968750 +0.139648437500 +0.133789062500 +-0.019531250000 +0.002288818359 +-0.110839843750 +-0.066406250000 +0.014221191406 +0.078613281250 +0.148437500000 +-0.065917968750 +-0.052734375000 +-0.085449218750 +-0.037597656250 +-0.074707031250 +0.065917968750 +-0.008178710938 +0.028320312500 +0.009155273438 +-0.110351562500 +-0.024902343750 +-0.007324218750 +-0.026977539062 +0.110839843750 +-0.022583007812 +0.032714843750 +0.035156250000 +-0.107910156250 +-0.046875000000 +-0.031005859375 +0.061523437500 +0.033203125000 +0.077636718750 +0.003616333008 +-0.101562500000 +0.059814453125 +0.059082031250 +-0.065917968750 +0.096191406250 +-0.026855468750 +-0.082519531250 +-0.074218750000 +-0.160156250000 +0.004119873047 +0.007659912109 +-0.034423828125 +0.017944335938 +0.142578125000 +-0.010864257812 +-0.044189453125 +0.048828125000 +0.003112792969 +-0.023193359375 +-0.073242187500 +-0.008056640625 +-0.021484375000 +-0.039794921875 +0.004333496094 +0.127929687500 +0.066894531250 +-0.009094238281 +-0.048339843750 +-0.019653320312 +0.186523437500 +-0.018554687500 +0.013854980469 +0.125000000000 +0.008056640625 +0.090820312500 +-0.146484375000 +0.062255859375 +0.020996093750 +-0.028076171875 +-0.013000488281 +0.023071289062 +0.010742187500 +-0.016845703125 +-0.251953125000 +-0.136718750000 +-0.093261718750 +-0.105468750000 +0.075683593750 +-0.118164062500 +0.079101562500 +-0.040039062500 +-0.004272460938 +-0.079589843750 +-0.029907226562 +0.117187500000 +-0.049316406250 +0.047119140625 +0.105468750000 +0.010803222656 +-0.047607421875 +-0.113281250000 +-0.068847656250 +-0.042236328125 +0.048339843750 +-0.083984375000 +0.038818359375 +0.001518249512 +-0.091308593750 +-0.137695312500 +-0.040283203125 +-0.104492187500 +-0.106445312500 +-0.058837890625 +0.006530761719 +0.224609375000 +-0.005889892578 +0.057128906250 +-0.062988281250 +0.066406250000 +-0.155273437500 +-0.038330078125 +0.024047851562 +0.070800781250 +0.018432617188 +0.161132812500 +-0.001472473145 +-0.156250000000 +0.050292968750 +0.079101562500 +-0.053222656250 +0.050537109375 +0.023925781250 +0.063476562500 +0.012268066406 +0.000211715698 +-0.063476562500 +0.012695312500 +-0.203125000000 +0.059326171875 +0.072753906250 +0.084472656250 +-0.033203125000 +0.005645751953 +0.031738281250 +0.089355468750 +0.047607421875 +-0.068359375000 +0.120117187500 +-0.044921875000 +0.077148437500 +-0.059814453125 +-0.052001953125 +-0.040283203125 +-0.023437500000 +0.003967285156 +-0.241210937500 +-0.026489257812 +0.000427246094 +0.117187500000 +-0.161132812500 +0.035156250000 +0.036621093750 +-0.090820312500 +0.000003293157 +-0.074218750000 +-0.111816406250 +-0.013916015625 +-0.001502990723 +0.114746093750 +-0.087402343750 +0.019531250000 +-0.105957031250 +-0.190429687500 +0.104980468750 +-0.118164062500 +-0.040527343750 +0.072265625000 +-0.081542968750 +-0.128906250000 +0.036621093750 +-0.053955078125 +0.057861328125 +-0.031127929688 +0.041015625000 +0.110839843750 +0.130859375000 +0.004760742188 +0.072265625000 +0.092773437500 +-0.001640319824 +-0.024169921875 +-0.174804687500 +0.096191406250 +0.091308593750 +0.102539062500 +-0.041015625000 +-0.004760742188 +-0.008300781250 +-0.083007812500 +-0.205078125000 +0.136718750000 +-0.063964843750 +0.043945312500 +0.112792968750 +-0.123535156250 +0.069335937500 +0.091796875000 +0.062500000000 +-0.007690429688 +-0.057617187500 +-0.040039062500 +0.097167968750 +-0.046386718750 +0.191406250000 +-0.009521484375 +-0.085937500000 +-0.108886718750 +0.139648437500 +0.194335937500 +-0.039550781250 +0.030151367188 +-0.030273437500 +-0.051757812500 +-0.038818359375 +0.050537109375 +-0.032470703125 +-0.021606445312 +-0.021606445312 +-0.047851562500 +-0.085449218750 +-0.167968750000 +-0.062255859375 +-0.029174804688 +-0.060302734375 +-0.145507812500 +-0.021362304688 +0.041259765625 +-0.196289062500 +-0.058349609375 +0.047607421875 +0.015319824219 +0.075683593750 +-0.039550781250 +-0.046630859375 +0.015441894531 +0.075195312500 +-0.181640625000 +0.078613281250 +-0.004791259766 +0.271484375000 +0.065429687500 +0.040527343750 +-0.044189453125 +0.023803710938 +0.002334594727 +-0.043945312500 +0.032958984375 +0.122070312500 +-0.261718750000 +0.076660156250 +0.033691406250 +-0.024169921875 +0.078125000000 +0.018188476562 +0.208984375000 +-0.076171875000 +-0.010009765625 +-0.011230468750 +0.043457031250 +-0.023681640625 +0.034179687500 +0.003601074219 +-0.010742187500 +-0.245117187500 +-0.023193359375 +-0.055419921875 +-0.000431060791 +0.004241943359 +0.031250000000 +-0.058593750000 +0.170898437500 +-0.020507812500 +0.003936767578 +-0.090332031250 +-0.047363281250 +-0.022827148438 +-0.001167297363 +-0.021484375000 +0.190429687500 +-0.016235351562 +-0.090820312500 +0.007354736328 +-0.008544921875 +0.082031250000 +-0.100097656250 +0.021850585938 +-0.198242187500 +0.150390625000 +0.006378173828 +-0.057617187500 +-0.191406250000 +-0.139648437500 +-0.121582031250 +-0.138671875000 +0.078125000000 +-0.170898437500 +0.046386718750 +0.158203125000 +0.062988281250 +0.117187500000 +-0.146484375000 +0.033447265625 +0.054443359375 +0.144531250000 +-0.077148437500 +0.012145996094 +0.019775390625 +-0.014221191406 +-0.019653320312 +0.067871093750 +-0.177734375000 +0.031982421875 +-0.032226562500 +-0.169921875000 +-0.032470703125 +0.073730468750 +-0.096679687500 +-0.063476562500 +-0.061767578125 +0.027832031250 +0.075683593750 +-0.103027343750 +0.056396484375 +-0.016357421875 +0.123535156250 +0.015502929688 +-0.085449218750 +-0.037841796875 +-0.027343750000 +0.116699218750 +0.147460937500 +0.090820312500 +0.019775390625 +-0.099121093750 +0.000206947327 +0.149414062500 +-0.142578125000 +-0.070312500000 +-0.205078125000 +-0.098144531250 +0.006408691406 +0.044189453125 +0.055419921875 +0.281250000000 +-0.047119140625 +-0.103027343750 +-0.006256103516 +-0.105468750000 +0.133789062500 +0.173828125000 +-0.084960937500 +0.105468750000 +-0.144531250000 +0.070312500000 +0.031982421875 +0.051025390625 +-0.073242187500 +-0.009704589844 +0.007446289062 +-0.161132812500 +-0.100097656250 +-0.091308593750 +0.091308593750 +-0.045654296875 +0.019409179688 +-0.052246093750 +0.076171875000 +0.039550781250 +-0.121093750000 +-0.143554687500 +0.054199218750 +-0.024414062500 +0.120117187500 +0.059814453125 +-0.037597656250 +0.059814453125 +0.275390625000 +0.141601562500 +-0.149414062500 +0.073242187500 +-0.058349609375 +0.044921875000 +-0.153320312500 +0.064941406250 +-0.205078125000 +0.145507812500 +0.057373046875 +-0.090820312500 +0.236328125000 +-0.056396484375 +0.020874023438 +0.083007812500 +-0.027099609375 +0.051025390625 +-0.067871093750 +0.031738281250 +0.046386718750 +-0.104003906250 +0.085449218750 +-0.039062500000 +0.033447265625 +-0.026489257812 +-0.110839843750 +-0.110351562500 +0.251953125000 +0.035400390625 +-0.030883789062 +0.066406250000 +-0.176757812500 +0.062988281250 +-0.011718750000 +0.006256103516 +-0.025512695312 +-0.029052734375 +-0.025756835938 +-0.032226562500 +-0.013793945312 +0.038818359375 +0.007385253906 +0.027465820312 +-0.110839843750 +0.041748046875 +-0.047119140625 +-0.109863281250 +0.000499725342 +-0.021240234375 +-0.091796875000 +-0.074707031250 +-0.013366699219 +-0.056884765625 +0.054199218750 +0.215820312500 +-0.035888671875 +-0.087402343750 +0.014160156250 +0.039794921875 +-0.121582031250 +-0.081542968750 +-0.069824218750 +0.099609375000 +0.094238281250 +0.024536132812 +-0.095214843750 +-0.010925292969 +-0.162109375000 +0.148437500000 +-0.098632812500 +-0.030761718750 +-0.039550781250 +0.048828125000 +0.066894531250 +-0.070312500000 +-0.027465820312 +0.000029087067 +0.207031250000 +0.064453125000 +0.077148437500 +0.046875000000 +0.105468750000 +-0.119628906250 +-0.026000976562 +-0.048828125000 +0.001800537109 +0.002975463867 +-0.026977539062 +0.079101562500 +-0.109863281250 +0.193359375000 +0.000713348389 +-0.043945312500 +-0.051025390625 +-0.095703125000 +-0.062988281250 +0.076171875000 +0.104492187500 +-0.177734375000 +-0.269531250000 +0.059570312500 +0.007812500000 +0.005767822266 +-0.054687500000 +-0.059082031250 +-0.020385742188 +-0.129882812500 +-0.035888671875 +0.204101562500 +0.072265625000 +-0.144531250000 +-0.007690429688 +-0.137695312500 +0.010742187500 +-0.041015625000 +0.034179687500 +-0.106445312500 +-0.181640625000 +-0.025024414062 +-0.093750000000 +-0.067382812500 +-0.017211914062 +0.003524780273 +-0.032470703125 +-0.232421875000 +0.146484375000 +-0.082031250000 +-0.023071289062 +0.034423828125 +-0.018188476562 +0.187500000000 +-0.061279296875 +-0.041259765625 +-0.027709960938 +0.112792968750 +0.091308593750 +-0.075195312500 +-0.000865936279 +0.022338867188 +0.133789062500 +-0.141601562500 +-0.071289062500 +-0.140625000000 +-0.131835937500 +-0.085449218750 +0.090820312500 +-0.044433593750 +-0.077636718750 +0.104492187500 +0.087402343750 +-0.116210937500 +-0.069824218750 +-0.012695312500 +0.086914062500 +0.118652343750 +-0.008911132812 +-0.203125000000 +-0.002593994141 +0.017578125000 +-0.055175781250 +0.006652832031 +-0.054199218750 +0.170898437500 +-0.049560546875 +-0.068847656250 +-0.210937500000 +0.041015625000 +-0.006011962891 +-0.030395507812 +0.097167968750 +0.076660156250 +-0.074707031250 +0.033691406250 +0.158203125000 +0.052490234375 +-0.027343750000 +0.065917968750 +0.015502929688 +0.047119140625 +0.028320312500 +-0.012817382812 +0.060058593750 +-0.008361816406 +0.012756347656 +0.071777343750 +-0.096679687500 +0.096679687500 +0.203125000000 +0.056640625000 +0.082519531250 +-0.012634277344 +-0.004394531250 +0.174804687500 +-0.019165039062 +-0.084960937500 +-0.190429687500 +0.082031250000 +0.050292968750 +-0.101074218750 +-0.013244628906 +-0.237304687500 +-0.071289062500 +0.081542968750 +-0.090332031250 +0.088867187500 +0.048828125000 +-0.066406250000 +-0.064453125000 +-0.165039062500 +0.044677734375 +-0.012817382812 +-0.035888671875 +0.009338378906 +0.128906250000 +0.147460937500 +-0.029174804688 +0.011535644531 +-0.212890625000 +0.007415771484 +-0.027587890625 +-0.071777343750 +0.117675781250 +0.020263671875 +-0.112792968750 +-0.143554687500 +0.061767578125 +-0.019531250000 +-0.012756347656 +-0.052490234375 +-0.023071289062 +-0.175781250000 +0.051269531250 +0.090332031250 +-0.134765625000 +-0.053710937500 +-0.114746093750 +0.015991210938 +-0.029052734375 +-0.090820312500 +-0.103515625000 +0.022705078125 +0.174804687500 +0.107910156250 +0.143554687500 +0.033691406250 +0.054931640625 +0.251953125000 +0.090820312500 +-0.068847656250 +0.075683593750 +0.081054687500 +0.013000488281 +-0.006103515625 +-0.054443359375 +0.022460937500 +-0.059814453125 +0.110839843750 +-0.001937866211 +0.067871093750 +-0.005249023438 +0.017333984375 +0.166015625000 +0.027221679688 +0.011047363281 +0.044433593750 +0.038085937500 +-0.004364013672 +-0.052734375000 +0.177734375000 +0.067871093750 +-0.101074218750 +-0.070312500000 +-0.047851562500 +-0.012634277344 +0.029785156250 +0.027954101562 +-0.040771484375 +0.039794921875 +-0.062500000000 +-0.116699218750 +-0.050781250000 +-0.132812500000 +0.013244628906 +0.010681152344 +0.072265625000 +-0.025512695312 +-0.017333984375 +-0.027832031250 +0.002777099609 +0.013610839844 +-0.015869140625 +0.181640625000 +-0.111328125000 +-0.052246093750 +-0.101074218750 +0.012878417969 +-0.041259765625 +0.065917968750 +-0.040771484375 +-0.049316406250 +-0.049316406250 +0.114257812500 +-0.045898437500 +-0.012390136719 +-0.005340576172 +-0.054443359375 +-0.048828125000 +-0.078613281250 +0.049072265625 +-0.022949218750 +0.014465332031 +-0.072753906250 +-0.171875000000 +0.076660156250 +-0.026611328125 +-0.003143310547 +0.094238281250 +-0.012817382812 +-0.027099609375 +0.095214843750 +-0.029785156250 +-0.112304687500 +-0.114257812500 +0.093750000000 +-0.082519531250 +0.063964843750 +-0.024780273438 +0.036865234375 +0.127929687500 +0.010864257812 +-0.005584716797 +0.104492187500 +0.015563964844 +0.068847656250 +-0.071777343750 +-0.054199218750 +-0.005554199219 +-0.072265625000 +0.075195312500 +-0.075195312500 +-0.020263671875 +-0.069335937500 +0.106445312500 +0.101562500000 +-0.127929687500 +0.022705078125 +-0.019531250000 +-0.029541015625 +-0.013427734375 +-0.051025390625 +-0.012207031250 +-0.092773437500 +-0.015319824219 +0.013671875000 +-0.033691406250 +0.099609375000 +-0.180664062500 +0.113281250000 +-0.013244628906 +-0.173828125000 +0.099121093750 +-0.017944335938 +-0.003051757812 +0.112792968750 +-0.181640625000 +-0.025756835938 +0.052490234375 +0.050537109375 +-0.011474609375 +0.028930664062 +0.083007812500 +0.072265625000 +0.059814453125 +-0.023681640625 +0.042724609375 +0.091796875000 +0.123046875000 +-0.006500244141 +0.196289062500 +-0.163085937500 +-0.072753906250 +-0.049560546875 +0.016967773438 +-0.151367187500 +0.036132812500 +0.041748046875 +-0.063476562500 +-0.067382812500 +0.089355468750 +0.003662109375 +0.063476562500 +0.059326171875 +0.011047363281 +-0.052490234375 +-0.087890625000 +0.149414062500 +-0.074218750000 +0.031127929688 +-0.005462646484 +-0.066406250000 +-0.134765625000 +0.074218750000 +0.183593750000 +-0.127929687500 +-0.036865234375 +-0.009155273438 +-0.017944335938 +-0.023193359375 +0.005889892578 +-0.208007812500 +-0.237304687500 +-0.045654296875 +0.069824218750 +0.036865234375 +-0.171875000000 +0.047607421875 +0.024902343750 +-0.045654296875 +0.016967773438 +-0.143554687500 +-0.090332031250 +0.107910156250 +-0.014526367188 +-0.046630859375 +0.058105468750 +0.039306640625 +-0.044189453125 +0.100585937500 +-0.051757812500 +-0.050537109375 +-0.074218750000 +-0.142578125000 +0.139648437500 +-0.011535644531 +0.006439208984 +0.038574218750 +0.085937500000 +-0.023437500000 +-0.142578125000 +0.045410156250 +0.089355468750 +-0.030517578125 +-0.033447265625 +0.037109375000 +-0.033935546875 +0.139648437500 +-0.103027343750 +0.011047363281 +0.165039062500 +0.057861328125 +0.133789062500 +-0.049560546875 +-0.008666992188 +-0.085937500000 +-0.152343750000 +-0.078613281250 +-0.034179687500 +0.033203125000 +-0.011901855469 +-0.034179687500 +-0.034423828125 +0.025756835938 +0.056640625000 +-0.004852294922 +0.106933593750 +0.116699218750 +-0.052978515625 +0.078613281250 +-0.197265625000 +-0.056396484375 +-0.014953613281 +-0.108398437500 +-0.115722656250 +-0.109863281250 +-0.089843750000 +-0.071777343750 +0.170898437500 +0.026245117188 +-0.136718750000 +-0.024414062500 +0.113281250000 +0.097167968750 +0.101074218750 +0.062500000000 +-0.196289062500 +-0.027343750000 +-0.108886718750 +-0.096679687500 +-0.029418945312 +-0.069824218750 +-0.015625000000 +-0.031494140625 +-0.043701171875 +-0.099121093750 +0.041259765625 +0.084472656250 +0.015869140625 +-0.145507812500 +-0.068359375000 +0.175781250000 +0.057617187500 +0.142578125000 +-0.105468750000 +-0.055664062500 +-0.037353515625 +0.015869140625 +-0.100585937500 +0.007934570312 +-0.028808593750 +-0.111328125000 +-0.112792968750 +0.014648437500 +-0.057373046875 +0.077148437500 +0.045898437500 +-0.099609375000 +-0.004272460938 +0.027832031250 +-0.054199218750 +-0.093750000000 +-0.097167968750 +-0.064453125000 +0.106445312500 +0.025024414062 +-0.002716064453 +-0.040771484375 +-0.142578125000 +-0.073242187500 +0.125976562500 +-0.018920898438 +0.001586914062 +-0.217773437500 +0.072753906250 +-0.141601562500 +-0.118652343750 +-0.050781250000 +-0.086425781250 +-0.180664062500 +0.087890625000 +-0.002868652344 +-0.078125000000 +0.066406250000 +0.012329101562 +-0.137695312500 +0.008850097656 +0.097656250000 +0.081054687500 +0.210937500000 +-0.022705078125 +-0.158203125000 +-0.050048828125 +-0.033691406250 +-0.124023437500 +-0.161132812500 +0.023681640625 +-0.036621093750 +0.042724609375 +-0.025024414062 +-0.039794921875 +-0.107910156250 +0.069824218750 +-0.032714843750 +0.014221191406 +-0.019042968750 +-0.026977539062 +0.035888671875 +-0.105468750000 +0.111816406250 +-0.052246093750 +0.023315429688 +0.109863281250 +0.160156250000 +-0.100585937500 +0.003250122070 +-0.170898437500 +-0.022827148438 +-0.088867187500 +0.161132812500 +-0.010192871094 +-0.038330078125 +-0.007263183594 +-0.025756835938 +0.031738281250 +0.092773437500 +0.003753662109 +0.036865234375 +-0.205078125000 +0.062988281250 +-0.004547119141 +0.091796875000 +0.010253906250 +0.029418945312 +0.066894531250 +-0.101074218750 +-0.104492187500 +-0.081054687500 +-0.083496093750 +-0.184570312500 +-0.058349609375 +0.013916015625 +-0.020996093750 +-0.159179687500 +0.026855468750 +0.008422851562 +-0.046386718750 +-0.006500244141 +-0.056884765625 +0.044921875000 +0.001968383789 +0.005920410156 +-0.071289062500 +-0.164062500000 +0.124511718750 +0.003601074219 +0.125000000000 +0.013671875000 +0.140625000000 +-0.014404296875 +-0.029052734375 +0.021484375000 +-0.027099609375 +0.026733398438 +0.087890625000 +-0.150390625000 +-0.075195312500 +-0.063964843750 +-0.081542968750 +-0.000507354736 +-0.076660156250 +0.002792358398 +-0.013061523438 +0.009521484375 +-0.091308593750 +0.013000488281 +0.091308593750 +0.013732910156 +0.052490234375 +0.038818359375 +-0.170898437500 +-0.098632812500 +-0.182617187500 +0.054443359375 +0.036132812500 +0.054443359375 +-0.124511718750 +-0.077148437500 +0.041992187500 +-0.035888671875 +0.092285156250 +0.070312500000 +-0.024291992188 +0.099121093750 +-0.057861328125 +0.006286621094 +0.012817382812 +-0.031738281250 +0.134765625000 +-0.032714843750 +0.051757812500 +-0.035400390625 +-0.146484375000 +-0.049804687500 +-0.010192871094 +0.044677734375 +-0.123535156250 +-0.178710937500 +0.125000000000 +-0.058593750000 +0.042724609375 +0.060546875000 +-0.013244628906 +-0.006988525391 +-0.057373046875 +0.066406250000 +0.119140625000 +0.093261718750 +-0.081054687500 +0.138671875000 +0.096679687500 +-0.040771484375 +-0.018920898438 +0.011291503906 +-0.014038085938 +-0.033447265625 +0.010192871094 +-0.025512695312 +-0.208007812500 +-0.036621093750 +-0.115234375000 +-0.022216796875 +0.058349609375 +0.125000000000 +0.028320312500 +-0.034912109375 +-0.052246093750 +-0.065429687500 +-0.004608154297 +0.038330078125 +-0.070800781250 +-0.083984375000 +-0.039306640625 +-0.138671875000 +-0.025634765625 +0.031738281250 +0.214843750000 +0.003189086914 +0.088378906250 +-0.017211914062 +-0.357421875000 +0.251953125000 +-0.153320312500 +0.035644531250 +-0.027587890625 +-0.008911132812 +-0.046630859375 +0.031738281250 +0.039550781250 +-0.093750000000 +-0.041748046875 +-0.107910156250 +0.119140625000 +0.113769531250 +-0.170898437500 +-0.142578125000 +0.088378906250 +-0.106933593750 +-0.010803222656 +-0.029052734375 +0.137695312500 +0.099121093750 +0.001663208008 +-0.067871093750 +-0.126953125000 +-0.057373046875 +-0.117187500000 +0.176757812500 +-0.103515625000 +0.034179687500 +0.055664062500 +-0.076660156250 +0.040039062500 +-0.006561279297 +0.129882812500 +0.033447265625 +-0.019531250000 +-0.157226562500 +0.066406250000 +0.010192871094 +-0.064453125000 +0.052490234375 +0.039306640625 +-0.060058593750 +0.097167968750 +-0.010192871094 +-0.061035156250 +-0.102539062500 +-0.067382812500 +-0.038574218750 +-0.162109375000 +0.021850585938 +-0.008728027344 +-0.079101562500 +-0.065917968750 +-0.006072998047 +0.031250000000 +0.106445312500 +0.042724609375 +-0.100585937500 +0.011718750000 +0.064453125000 +-0.022827148438 +-0.030151367188 +-0.038574218750 +-0.074218750000 +-0.013916015625 +0.209960937500 +0.048095703125 +0.080078125000 +0.061035156250 +0.020263671875 +0.045654296875 +0.072753906250 +-0.089843750000 +-0.003173828125 +0.082031250000 +0.046875000000 +-0.069335937500 +-0.111816406250 +-0.029541015625 +-0.111816406250 +0.091308593750 +-0.043457031250 +-0.061035156250 +0.013671875000 +-0.001655578613 +-0.133789062500 +0.025878906250 +-0.020751953125 +0.113281250000 +-0.128906250000 +-0.052978515625 +-0.008361816406 +0.022338867188 +-0.100585937500 +-0.111816406250 +0.158203125000 +-0.061279296875 +0.023193359375 +-0.038574218750 +0.054443359375 +0.050537109375 +-0.109863281250 +0.052001953125 +-0.003662109375 +-0.081054687500 +0.102539062500 +0.202148437500 +-0.092285156250 +-0.035644531250 +-0.067382812500 +-0.065917968750 +0.046386718750 +0.125000000000 +0.104492187500 +0.100097656250 +-0.092773437500 +-0.003265380859 +-0.093261718750 +-0.079589843750 +-0.123046875000 +-0.041503906250 +0.010803222656 +-0.083007812500 +-0.035400390625 +-0.057617187500 +0.066406250000 +0.118652343750 +0.122070312500 +-0.066894531250 +-0.083007812500 +-0.147460937500 +-0.063964843750 +0.026733398438 +0.047851562500 +0.020385742188 +0.115234375000 +0.023315429688 +0.082031250000 +-0.051513671875 +-0.013122558594 +0.077148437500 +0.110351562500 +0.156250000000 +-0.109375000000 +0.062988281250 +-0.106933593750 +0.068847656250 +0.069335937500 +0.239257812500 +-0.035400390625 +0.075683593750 +-0.004974365234 +0.147460937500 +-0.126953125000 +0.068359375000 +0.058349609375 +0.124511718750 +-0.054199218750 +0.067871093750 +0.053955078125 +-0.041015625000 +-0.173828125000 +0.039062500000 +0.023925781250 +0.035888671875 +0.113769531250 +-0.009277343750 +0.068359375000 +-0.038330078125 +0.088378906250 +-0.035888671875 +-0.059326171875 +0.030395507812 +-0.173828125000 +0.028930664062 +0.035644531250 +0.196289062500 +0.068359375000 +-0.078613281250 +-0.103027343750 +0.100585937500 +-0.184570312500 +-0.014282226562 +0.005371093750 +-0.063964843750 +-0.072753906250 +-0.036621093750 +-0.037841796875 +-0.011718750000 +0.052734375000 +-0.064941406250 +-0.054199218750 +-0.068359375000 +0.047607421875 +-0.017211914062 +0.129882812500 +0.011352539062 +-0.079589843750 +-0.068847656250 +-0.098144531250 +-0.008972167969 +-0.010498046875 +0.005462646484 +0.145507812500 +-0.136718750000 +-0.093750000000 +0.006835937500 +-0.132812500000 +-0.003158569336 +-0.061523437500 +0.011413574219 +0.028564453125 +-0.041259765625 +0.121582031250 +0.012695312500 +0.083007812500 +0.178710937500 +-0.035888671875 +0.036376953125 +-0.115234375000 +0.040527343750 +0.017089843750 +-0.072265625000 +0.062500000000 +-0.128906250000 +-0.022460937500 +-0.079589843750 +0.028198242188 +-0.033203125000 +-0.118652343750 +-0.099121093750 +-0.014587402344 +-0.074218750000 +-0.054687500000 +0.170898437500 +-0.071289062500 +0.154296875000 +0.177734375000 +-0.061523437500 +-0.037841796875 +0.037597656250 +0.068847656250 +-0.025146484375 +-0.041748046875 +0.249023437500 +-0.066406250000 +-0.061279296875 +0.139648437500 +-0.102050781250 +0.112792968750 +-0.071777343750 +-0.104980468750 +-0.040283203125 +-0.028076171875 +0.085937500000 +-0.171875000000 +-0.006256103516 +0.049316406250 +-0.031494140625 +0.041015625000 +-0.001144409180 +-0.036865234375 +0.013244628906 +0.015625000000 +-0.058105468750 +0.069824218750 +0.054931640625 +0.020385742188 +0.147460937500 +-0.125976562500 +-0.209960937500 +-0.059082031250 +-0.004150390625 +0.036865234375 +-0.054687500000 +0.075683593750 +-0.075683593750 +0.054687500000 +-0.057373046875 +0.019531250000 +-0.043212890625 +-0.024536132812 +-0.062255859375 +0.039794921875 +0.004058837891 +0.016723632812 +0.050537109375 +-0.029541015625 +0.016113281250 +0.012268066406 +-0.039550781250 +0.030517578125 +0.002426147461 +-0.125976562500 +0.066406250000 +-0.034912109375 +-0.021362304688 +0.039794921875 +0.088867187500 +-0.010253906250 +-0.023925781250 +0.104980468750 +-0.148437500000 +0.064941406250 +0.070312500000 +-0.008605957031 +0.183593750000 +0.050537109375 +-0.066406250000 +0.187500000000 +0.036376953125 +0.076171875000 +-0.051513671875 +-0.091308593750 +-0.040771484375 +-0.078613281250 +0.098144531250 +-0.046142578125 +-0.009033203125 +0.100097656250 +0.074707031250 +0.082519531250 +0.047119140625 +-0.100585937500 +-0.059082031250 +-0.005371093750 +-0.123535156250 +0.013000488281 +-0.127929687500 +-0.103515625000 +0.074707031250 +0.060058593750 +0.084472656250 +-0.118164062500 +-0.208007812500 +-0.235351562500 +-0.136718750000 +0.109375000000 +0.125976562500 +0.176757812500 +-0.012084960938 +-0.133789062500 +-0.011718750000 +0.035156250000 +0.142578125000 +-0.074707031250 +-0.023193359375 +0.038330078125 +0.099121093750 +-0.097656250000 +0.006866455078 +0.018676757812 +-0.096679687500 +-0.026977539062 +0.012451171875 +-0.034667968750 +-0.057617187500 +-0.045166015625 +-0.052001953125 +-0.011657714844 +-0.078125000000 +0.113281250000 +-0.122070312500 +0.001724243164 +-0.053710937500 +-0.093750000000 +-0.000265121460 +0.060791015625 +-0.043212890625 +0.151367187500 +0.015625000000 +-0.017822265625 +0.035156250000 +-0.018188476562 +0.026733398438 +-0.106445312500 +0.022460937500 +-0.025390625000 +-0.070312500000 +0.080566406250 +0.230468750000 +0.009338378906 +-0.069335937500 +-0.041992187500 +0.063476562500 +0.007110595703 +0.047119140625 +0.045410156250 +-0.023193359375 +-0.049072265625 +-0.003067016602 +-0.077148437500 +0.125976562500 +0.108398437500 +0.013488769531 +-0.068359375000 +-0.129882812500 +0.122070312500 +-0.056152343750 +-0.005706787109 +0.034912109375 +0.057861328125 +-0.010925292969 +-0.097656250000 +-0.015625000000 +-0.070312500000 +-0.061523437500 +-0.085937500000 +-0.093750000000 +-0.036376953125 +-0.085449218750 +-0.163085937500 +0.097167968750 +0.142578125000 +0.030151367188 +-0.053222656250 +0.018676757812 +0.050537109375 +-0.005737304688 +-0.009094238281 +0.062500000000 +0.035644531250 +-0.102050781250 +0.057373046875 +0.030029296875 +-0.059814453125 +-0.166015625000 +-0.015563964844 +0.073242187500 +-0.177734375000 +0.106445312500 +-0.026123046875 +0.005432128906 +-0.099609375000 +-0.007019042969 +0.007598876953 +0.011474609375 +0.113281250000 +0.076660156250 +0.052978515625 +0.079101562500 +0.045166015625 +-0.040039062500 +0.092285156250 +-0.111328125000 +-0.059814453125 +-0.032958984375 +-0.033447265625 +0.073242187500 +-0.009765625000 +-0.079101562500 +0.048339843750 +0.033203125000 +0.049804687500 +-0.040527343750 +-0.072265625000 +0.121093750000 +0.005004882812 +0.043457031250 +-0.031982421875 +-0.048339843750 +0.021972656250 +0.015991210938 +-0.133789062500 +-0.069824218750 +0.079101562500 +0.102539062500 +-0.089355468750 +-0.106445312500 +-0.192382812500 +-0.059082031250 +-0.028198242188 +0.070312500000 +-0.067871093750 +-0.014099121094 +0.025390625000 +0.008300781250 +0.066894531250 +-0.075683593750 +-0.070312500000 +-0.078125000000 +0.046875000000 +-0.125976562500 +-0.024536132812 +0.005310058594 +-0.087402343750 +-0.150390625000 +0.004821777344 +0.100097656250 +-0.062500000000 +-0.060791015625 +-0.049072265625 +-0.085449218750 +0.121582031250 +0.095214843750 +0.013610839844 +-0.267578125000 +-0.000232696533 +-0.027343750000 +0.060546875000 +0.074707031250 +0.072753906250 +-0.012329101562 +-0.186523437500 +-0.038085937500 +0.112792968750 +-0.031982421875 +-0.107421875000 +-0.048583984375 +0.116210937500 +0.211914062500 +0.014160156250 +-0.050292968750 +-0.020507812500 +0.018554687500 +-0.036621093750 +0.042236328125 +-0.148437500000 +-0.108398437500 +-0.039794921875 +-0.034667968750 +-0.066406250000 +0.057617187500 +0.031127929688 +0.079101562500 +0.083496093750 +-0.141601562500 +-0.085449218750 +0.143554687500 +0.029541015625 +-0.065917968750 +-0.082031250000 +0.021850585938 +0.051513671875 +-0.141601562500 +-0.043701171875 +-0.081054687500 +0.097167968750 +-0.068359375000 +-0.222656250000 +-0.011169433594 +-0.089355468750 +0.029174804688 +-0.042236328125 +-0.028564453125 +0.078125000000 +0.026855468750 +-0.047363281250 +0.028442382812 +0.253906250000 +0.002731323242 +0.033935546875 +0.039062500000 +0.019287109375 +-0.113281250000 +-0.025634765625 +-0.046630859375 +-0.099121093750 +-0.016967773438 +-0.007385253906 +0.052734375000 +0.071289062500 +-0.066894531250 +0.047851562500 +0.018920898438 +0.014343261719 +-0.095703125000 +0.137695312500 +0.001075744629 +-0.086914062500 +-0.062988281250 +0.028076171875 +0.113769531250 +0.065917968750 +-0.014526367188 +0.081542968750 +-0.052734375000 +0.084960937500 +0.053710937500 +-0.025634765625 +-0.053466796875 +-0.099609375000 +-0.008911132812 +-0.049072265625 +0.048583984375 +-0.051513671875 +-0.038330078125 +-0.032470703125 +0.050048828125 +0.135742187500 +-0.041259765625 +0.011596679688 +0.078613281250 +-0.059326171875 +-0.061279296875 +0.020874023438 +0.093261718750 +0.064453125000 +0.069824218750 +-0.013183593750 +-0.107421875000 +0.085937500000 +-0.009643554688 +-0.065917968750 +-0.271484375000 +0.033935546875 +0.134765625000 +0.122070312500 +-0.001449584961 +0.075683593750 +-0.047363281250 +-0.126953125000 +-0.025512695312 +-0.247070312500 +-0.038818359375 +0.075195312500 +-0.046875000000 +-0.014892578125 +0.055419921875 +-0.108886718750 +0.019287109375 +-0.239257812500 +0.099609375000 +-0.043457031250 +0.022827148438 +-0.032470703125 +-0.086914062500 +-0.029541015625 +-0.057861328125 +-0.037841796875 +0.001884460449 +-0.063476562500 +-0.134765625000 +-0.141601562500 +-0.097167968750 +0.034423828125 +0.059814453125 +-0.022949218750 +0.075683593750 +-0.094726562500 +-0.104492187500 +0.084472656250 +0.113769531250 +-0.074218750000 +0.005004882812 +-0.041748046875 +-0.028564453125 +0.002685546875 +0.036621093750 +-0.155273437500 +0.058593750000 +0.023193359375 +-0.074218750000 +0.018188476562 +0.079589843750 +0.205078125000 +-0.137695312500 +0.142578125000 +-0.083496093750 +0.001144409180 +-0.243164062500 +-0.036376953125 +-0.008789062500 +0.081054687500 +-0.127929687500 +0.004211425781 +0.034912109375 +0.137695312500 +-0.033203125000 +-0.061767578125 +-0.033935546875 +0.133789062500 +-0.045410156250 +-0.030883789062 +-0.111816406250 +-0.083984375000 +-0.040039062500 +0.100097656250 +0.063964843750 +-0.001167297363 +-0.220703125000 +0.110839843750 +0.017089843750 +-0.018676757812 +0.172851562500 +0.009582519531 +0.039306640625 +0.086425781250 +0.192382812500 +-0.040527343750 +0.004180908203 +0.053955078125 +-0.180664062500 +-0.166015625000 +0.076660156250 +-0.122558593750 +0.134765625000 +-0.095214843750 +0.062011718750 +0.151367187500 +0.051513671875 +-0.073730468750 +-0.127929687500 +-0.026733398438 +-0.083496093750 +0.008789062500 +-0.071777343750 +-0.124023437500 +-0.008483886719 +0.040771484375 +0.027709960938 +-0.108886718750 +-0.058349609375 +0.109375000000 +0.071289062500 +-0.101562500000 +0.001998901367 +-0.110351562500 +0.067871093750 +0.051513671875 +-0.066406250000 +0.118164062500 +-0.095703125000 +-0.228515625000 +-0.010314941406 +-0.140625000000 +-0.034667968750 +0.153320312500 +-0.003204345703 +0.056396484375 +0.046875000000 +0.037597656250 +-0.010437011719 +-0.015502929688 +0.084472656250 +-0.220703125000 +-0.047119140625 +-0.151367187500 +0.100097656250 +-0.049804687500 +-0.101562500000 +-0.086425781250 +-0.050292968750 +-0.117187500000 +-0.136718750000 +0.004486083984 +0.010742187500 +0.033691406250 +-0.011291503906 +-0.064453125000 +0.031250000000 +0.110351562500 +-0.002319335938 +0.000495910645 +-0.062011718750 +0.139648437500 +0.012451171875 +-0.213867187500 +0.015563964844 +-0.078613281250 +-0.018310546875 +-0.082031250000 +0.004211425781 +0.134765625000 +0.014465332031 +-0.140625000000 +0.063964843750 +-0.065429687500 +-0.064941406250 +0.102050781250 +0.043457031250 +-0.026123046875 +-0.013488769531 +0.045654296875 +-0.018676757812 +-0.034423828125 +-0.200195312500 +-0.101562500000 +-0.000341415405 +-0.031494140625 +0.037109375000 +-0.091308593750 +0.308593750000 +-0.062255859375 +-0.047363281250 +-0.057128906250 +-0.114257812500 +-0.125976562500 +-0.166015625000 +0.007873535156 +0.007141113281 +0.118652343750 +0.209960937500 +-0.110839843750 +0.021362304688 +-0.173828125000 +-0.080566406250 +-0.106445312500 +0.088378906250 +-0.137695312500 +-0.045654296875 +-0.000438690186 +-0.012756347656 +0.104003906250 +-0.095214843750 +-0.136718750000 +0.025634765625 +-0.121582031250 +-0.078125000000 +0.021118164062 +-0.069824218750 +0.039794921875 +-0.035156250000 +0.235351562500 +0.009033203125 +-0.048095703125 +0.067382812500 +0.033691406250 +0.088378906250 +0.033203125000 +-0.048583984375 +0.083984375000 +-0.010803222656 +0.087402343750 +0.021972656250 +-0.138671875000 +0.024169921875 +0.053710937500 +0.038818359375 +-0.153320312500 +0.050292968750 +0.053955078125 +0.108886718750 +0.153320312500 +0.071289062500 +-0.089843750000 +0.168945312500 +-0.048339843750 +0.004486083984 +-0.130859375000 +-0.005889892578 +0.055419921875 +0.043457031250 +0.023437500000 +-0.048828125000 +-0.069335937500 +-0.113281250000 +0.047363281250 +-0.002029418945 +0.131835937500 +-0.028686523438 +-0.175781250000 +-0.065917968750 +-0.024902343750 +0.040527343750 +0.085449218750 +-0.147460937500 +-0.166015625000 +-0.046630859375 +0.032958984375 +-0.087890625000 +0.028320312500 +0.054199218750 +0.155273437500 +-0.003234863281 +0.021484375000 +-0.086914062500 +0.087890625000 +0.015625000000 +0.064453125000 +0.094726562500 +0.009277343750 +0.212890625000 +0.230468750000 +-0.066406250000 +-0.128906250000 +-0.133789062500 +-0.018432617188 +-0.118164062500 +-0.107910156250 +0.107910156250 +-0.020507812500 +-0.069824218750 +0.079589843750 +-0.020874023438 +-0.133789062500 +0.050537109375 +-0.143554687500 +-0.029785156250 +-0.105957031250 +0.105957031250 +-0.064941406250 +-0.044433593750 +0.185546875000 +0.263671875000 +0.150390625000 +0.024291992188 +-0.038818359375 +0.088378906250 +-0.012329101562 +0.010009765625 +0.012756347656 +-0.011047363281 +0.041503906250 +-0.038574218750 +-0.073730468750 +0.185546875000 +0.074218750000 +0.072265625000 +0.049804687500 +0.061767578125 +0.060546875000 +-0.035644531250 +0.070800781250 +-0.121582031250 +0.084472656250 +-0.088867187500 +-0.013183593750 +-0.116210937500 +0.027465820312 +-0.118652343750 +-0.088867187500 +0.063476562500 +-0.071289062500 +0.208007812500 +0.093750000000 +-0.099121093750 +0.202148437500 +-0.026855468750 +0.021118164062 +-0.052490234375 +0.019653320312 +0.006500244141 +0.201171875000 +0.128906250000 +-0.042236328125 +-0.225585937500 +0.104492187500 +-0.029541015625 +-0.065917968750 +0.053466796875 +-0.046386718750 +0.064941406250 +-0.072753906250 +-0.361328125000 +-0.064453125000 +-0.021606445312 +0.023193359375 +-0.110351562500 +0.025512695312 +0.033447265625 +0.204101562500 +0.065917968750 +-0.058837890625 +0.112304687500 +-0.088867187500 +-0.206054687500 +-0.158203125000 +-0.105957031250 +-0.066894531250 +0.113769531250 +-0.067871093750 +-0.106445312500 +-0.020996093750 +0.031127929688 +-0.115234375000 +0.084472656250 +-0.054199218750 +-0.081542968750 +-0.055419921875 +0.061767578125 +0.008361816406 +-0.035644531250 +-0.099609375000 +0.261718750000 +0.142578125000 +-0.111328125000 +0.049560546875 +0.037597656250 +0.259765625000 +-0.010925292969 +-0.103515625000 +0.009521484375 +-0.031982421875 +-0.052246093750 +-0.050292968750 +-0.052978515625 +-0.031494140625 +-0.054931640625 +-0.192382812500 +0.011291503906 +-0.010192871094 +0.071777343750 +0.035400390625 +0.054931640625 +0.043701171875 +-0.030517578125 +-0.129882812500 +-0.104492187500 +-0.120117187500 +0.065429687500 +0.206054687500 +-0.170898437500 +-0.003189086914 +-0.099609375000 +-0.092285156250 +-0.069335937500 +-0.037597656250 +0.122558593750 +0.040771484375 +0.231445312500 +-0.008239746094 +0.027954101562 +-0.059326171875 +0.029174804688 +-0.125000000000 +0.060791015625 +-0.125000000000 +0.184570312500 +0.142578125000 +-0.058105468750 +-0.062500000000 +0.050048828125 +0.125976562500 +-0.026489257812 +-0.153320312500 +-0.143554687500 +-0.129882812500 +0.044921875000 +-0.019897460938 +-0.034912109375 +0.073730468750 +-0.129882812500 +0.054199218750 +-0.026733398438 +-0.031738281250 +-0.064453125000 +0.126953125000 +0.014770507812 +-0.122558593750 +0.028198242188 +-0.039306640625 +0.033203125000 +0.125976562500 +-0.092773437500 +-0.132812500000 +0.067871093750 +-0.039306640625 +-0.119140625000 +0.091796875000 +-0.064941406250 +0.075683593750 +0.020874023438 +-0.149414062500 +0.168945312500 +-0.028930664062 +-0.107421875000 +-0.032226562500 +0.062255859375 +-0.105957031250 +-0.054443359375 +-0.208007812500 +-0.047607421875 +-0.207031250000 +-0.028686523438 +0.076171875000 +0.039062500000 +-0.086914062500 +-0.112792968750 +-0.019287109375 +0.001907348633 +-0.034912109375 +-0.003158569336 +-0.080566406250 +-0.008972167969 +0.092285156250 +-0.054931640625 +0.015502929688 +0.074218750000 +-0.125000000000 +0.030273437500 +-0.001220703125 +0.113769531250 +-0.143554687500 +0.075195312500 +0.075195312500 +0.097656250000 +0.149414062500 +-0.060302734375 +0.046875000000 +0.159179687500 +-0.143554687500 +-0.048339843750 +0.074218750000 +-0.092285156250 +0.073242187500 +0.148437500000 +0.070312500000 +-0.073730468750 +-0.010620117188 +0.022094726562 +-0.073730468750 +-0.161132812500 +0.054931640625 +-0.033203125000 +-0.053466796875 +0.106933593750 +-0.108886718750 +-0.030029296875 +0.056884765625 +0.119628906250 +0.084960937500 +0.019775390625 +-0.133789062500 +-0.006896972656 +0.159179687500 +-0.109863281250 +-0.062500000000 +-0.004150390625 +-0.188476562500 +-0.023071289062 +-0.040527343750 +0.013061523438 +0.014831542969 +-0.117675781250 +0.041015625000 +0.163085937500 +-0.044189453125 +-0.024169921875 +0.000785827637 +-0.075683593750 +0.018066406250 +0.039794921875 +-0.010131835938 +0.023315429688 +0.009460449219 +0.067382812500 +-0.086425781250 +0.044677734375 +-0.046875000000 +0.055175781250 +-0.006683349609 +-0.104492187500 +-0.075195312500 +-0.059082031250 +0.054931640625 +0.156250000000 +0.009033203125 +0.079589843750 +-0.070312500000 +-0.166992187500 +0.095703125000 +0.002334594727 +0.111328125000 +-0.158203125000 +0.039550781250 +0.157226562500 +-0.081054687500 +-0.039306640625 +-0.017333984375 +-0.010498046875 +-0.125000000000 +0.012817382812 +0.165039062500 +0.042968750000 +-0.081542968750 +-0.265625000000 +0.051757812500 +0.011169433594 +-0.069335937500 +-0.040527343750 +0.087890625000 +0.013122558594 +-0.040283203125 +-0.002868652344 +0.027465820312 +0.103027343750 +-0.275390625000 +-0.090820312500 +-0.022949218750 +0.076660156250 +0.010742187500 +0.050537109375 +-0.078125000000 +0.091308593750 +-0.115234375000 +0.077148437500 +0.024047851562 +-0.081054687500 +0.011962890625 +0.050292968750 +0.020507812500 +0.057617187500 +-0.114746093750 +-0.018432617188 +0.159179687500 +-0.115722656250 +-0.004638671875 +0.054443359375 +0.067382812500 +0.184570312500 +0.107910156250 +0.066406250000 +0.052001953125 +-0.050781250000 +-0.056396484375 +-0.144531250000 +-0.042236328125 +-0.176757812500 +0.017700195312 +0.086914062500 +0.011840820312 +0.148437500000 +-0.074707031250 +0.177734375000 +0.333984375000 +0.070800781250 +0.132812500000 +-0.030151367188 +-0.043701171875 +0.173828125000 +0.083007812500 +0.029296875000 +0.091308593750 +0.139648437500 +0.023193359375 +0.002639770508 +0.054443359375 +-0.032714843750 +-0.001152038574 +0.086425781250 +-0.070800781250 +-0.081542968750 +0.050048828125 +0.123535156250 +-0.133789062500 +-0.074218750000 +-0.040283203125 +0.081054687500 +0.213867187500 +0.046142578125 +-0.011718750000 +0.066894531250 +-0.020019531250 +0.147460937500 +0.032958984375 +-0.008972167969 +-0.121582031250 +-0.019897460938 +-0.012451171875 +0.077148437500 +0.118164062500 +-0.037841796875 +-0.026367187500 +0.185546875000 +-0.021728515625 +-0.099121093750 +-0.030151367188 +-0.029541015625 +0.078125000000 +0.040771484375 +-0.145507812500 +0.131835937500 +0.105957031250 +-0.098632812500 +-0.009399414062 +0.005584716797 +0.081054687500 +0.017700195312 +-0.029052734375 +-0.095703125000 +-0.147460937500 +0.017700195312 +-0.117187500000 +0.150390625000 +0.021240234375 +-0.046386718750 +-0.052246093750 +-0.066894531250 +0.078613281250 +-0.000511169434 +-0.035400390625 +0.080566406250 +0.023437500000 +-0.024902343750 +0.069824218750 +-0.078125000000 +-0.204101562500 +-0.123535156250 +-0.047363281250 +0.108886718750 +-0.032958984375 +-0.048583984375 +-0.050781250000 +-0.055664062500 +0.083007812500 +0.031494140625 +0.157226562500 +-0.037353515625 +0.261718750000 +-0.018920898438 +-0.065917968750 +-0.055419921875 +-0.037841796875 +-0.090332031250 +0.059570312500 +-0.114746093750 +-0.058837890625 +-0.040771484375 +0.007019042969 +-0.004608154297 +-0.077148437500 +-0.017333984375 +0.032714843750 +-0.064453125000 +-0.000846862793 +0.038574218750 +0.062255859375 +0.051513671875 +0.183593750000 +0.039550781250 +-0.083007812500 +0.021484375000 +0.149414062500 +0.159179687500 +0.020751953125 +-0.010253906250 +-0.011779785156 +-0.161132812500 +0.101562500000 +0.047607421875 +0.028808593750 +-0.019287109375 +-0.043457031250 +-0.005310058594 +0.005493164062 +-0.029785156250 +0.053710937500 +0.030639648438 +0.048339843750 +0.050537109375 +0.044921875000 +0.130859375000 +-0.177734375000 +-0.101074218750 +-0.067871093750 +0.140625000000 +-0.007202148438 +0.137695312500 +-0.098144531250 +0.145507812500 +0.112792968750 +0.002349853516 +0.085449218750 +0.038330078125 +-0.001914978027 +-0.018310546875 +-0.002929687500 +0.160156250000 +-0.133789062500 +-0.161132812500 +-0.161132812500 +-0.059814453125 +0.107421875000 +-0.058837890625 +-0.033203125000 +0.087402343750 +0.060302734375 +-0.158203125000 +-0.090820312500 +0.004608154297 +0.044921875000 +-0.105957031250 +-0.054443359375 +-0.068847656250 +-0.093261718750 +0.056884765625 +0.142578125000 +0.194335937500 +0.000046014786 +0.036621093750 +-0.040527343750 +0.178710937500 +-0.103515625000 +0.036376953125 +0.205078125000 +-0.025268554688 +0.109375000000 +-0.110351562500 +-0.028808593750 +-0.026000976562 +0.045410156250 +0.149414062500 +0.013427734375 +-0.009887695312 +0.046142578125 +-0.014038085938 +-0.198242187500 +-0.077636718750 +0.139648437500 +-0.190429687500 +-0.003494262695 +0.123046875000 +-0.002120971680 +-0.067382812500 +0.004882812500 +-0.277343750000 +0.011901855469 +0.121093750000 +0.101562500000 +0.000854492188 +0.177734375000 +-0.083007812500 +-0.044433593750 +-0.041015625000 +-0.014953613281 +-0.029296875000 +-0.109375000000 +-0.042724609375 +0.028442382812 +-0.107910156250 +-0.088378906250 +-0.166992187500 +-0.259765625000 +-0.133789062500 +-0.053710937500 +-0.036376953125 +0.025512695312 +-0.143554687500 +-0.178710937500 +0.108886718750 +0.173828125000 +-0.128906250000 +0.021728515625 +-0.134765625000 +-0.018066406250 +-0.096191406250 +-0.045898437500 +-0.055664062500 +-0.069824218750 +0.279296875000 +-0.040771484375 +-0.043701171875 +-0.000060081482 +0.051757812500 +0.005187988281 +0.106933593750 +0.051513671875 +0.013549804688 +-0.100097656250 +-0.022705078125 +-0.068847656250 +-0.169921875000 +0.136718750000 +0.008911132812 +0.004302978516 +-0.068359375000 +0.137695312500 +-0.066894531250 +-0.036376953125 +0.049072265625 +0.142578125000 +-0.127929687500 +-0.079589843750 +0.026611328125 +-0.060546875000 +0.057128906250 +0.006164550781 +0.071777343750 +0.013122558594 +-0.162109375000 +0.107421875000 +0.054687500000 +-0.003677368164 +0.104003906250 +-0.002639770508 +0.017333984375 +0.050048828125 +-0.126953125000 +0.157226562500 +0.098144531250 +0.054443359375 +-0.150390625000 +-0.018188476562 +0.131835937500 +0.001968383789 +-0.157226562500 +0.065429687500 +-0.019409179688 +0.107910156250 +0.083496093750 +0.001678466797 +0.086425781250 +0.040039062500 +-0.084960937500 +0.040771484375 +0.041748046875 +0.170898437500 +0.045410156250 +-0.044921875000 +0.024780273438 +0.022460937500 +-0.121582031250 +-0.146484375000 +0.036621093750 +0.041748046875 +-0.017944335938 +-0.105468750000 +-0.098144531250 +0.050048828125 +0.035156250000 +-0.169921875000 +-0.084960937500 +0.065429687500 +0.030761718750 +0.001373291016 +-0.054443359375 +0.285156250000 +-0.032958984375 +0.045410156250 +-0.231445312500 +-0.096679687500 +0.042480468750 +0.022216796875 +-0.058105468750 +0.022094726562 +-0.110351562500 +-0.046875000000 +0.010192871094 +0.111328125000 +0.123046875000 +-0.126953125000 +-0.182617187500 +0.015747070312 +0.026000976562 +0.037597656250 +0.024047851562 +0.121582031250 +0.031738281250 +0.141601562500 +0.000808715820 +-0.053222656250 +-0.010681152344 +-0.028198242188 +-0.031250000000 +0.050781250000 +-0.077148437500 +0.093750000000 +0.024658203125 +-0.114746093750 +0.251953125000 +0.046386718750 +-0.036376953125 +0.074218750000 +0.101562500000 +0.073730468750 +-0.013549804688 +-0.030639648438 +0.083007812500 +0.076660156250 +0.054199218750 +0.025878906250 +-0.136718750000 +0.122558593750 +-0.055664062500 +0.082031250000 +-0.045898437500 +0.159179687500 +-0.104980468750 +-0.107421875000 +0.090820312500 +-0.055664062500 +-0.053466796875 +0.140625000000 +-0.147460937500 +0.123046875000 +-0.064941406250 +-0.014221191406 +0.059326171875 +-0.123535156250 +-0.049072265625 +-0.107421875000 +0.004516601562 +-0.074218750000 +-0.005310058594 +-0.066406250000 +-0.032470703125 +-0.028564453125 +-0.041259765625 +0.121093750000 +-0.000896453857 +-0.211914062500 +-0.023559570312 +0.011718750000 +-0.079101562500 +0.145507812500 +0.096679687500 +0.046142578125 +-0.130859375000 +0.009643554688 +-0.116210937500 +0.075683593750 +0.040039062500 +-0.004302978516 +-0.075683593750 +-0.048095703125 +-0.046142578125 +0.005432128906 +0.054199218750 +0.047119140625 +0.013244628906 +0.103515625000 +-0.054931640625 +0.044189453125 +-0.239257812500 +0.048095703125 +0.023315429688 +-0.087890625000 +0.003768920898 +-0.175781250000 +0.072753906250 +0.067382812500 +0.061523437500 +0.020385742188 +0.071289062500 +-0.233398437500 +-0.055175781250 +-0.034423828125 +-0.097167968750 +0.033203125000 +0.162109375000 +-0.013610839844 +-0.015441894531 +0.062500000000 +0.055664062500 +-0.050048828125 +0.063476562500 +-0.073242187500 +0.027832031250 +-0.104492187500 +0.165039062500 +0.113769531250 +0.094238281250 +0.000591278076 +0.025146484375 +0.070312500000 +0.061523437500 +-0.117675781250 +0.037841796875 +-0.071289062500 +0.064941406250 +0.044189453125 +-0.073730468750 +-0.038818359375 +0.086425781250 +0.015747070312 +0.028808593750 +-0.002593994141 +-0.207031250000 +-0.002731323242 +-0.016113281250 +-0.037841796875 +0.076660156250 +-0.061767578125 +0.111328125000 +0.122070312500 +0.007080078125 +0.098632812500 +-0.083496093750 +0.062500000000 +0.046386718750 +0.052978515625 +-0.024169921875 +0.023803710938 +0.062988281250 +-0.069824218750 +0.060791015625 +0.117675781250 +0.018310546875 +-0.001235961914 +0.045654296875 +0.038574218750 +0.020874023438 +0.079589843750 +-0.021606445312 +-0.042480468750 +0.042236328125 +0.054443359375 +-0.292968750000 +-0.166992187500 +0.082031250000 +0.048828125000 +-0.053710937500 +0.198242187500 +0.035888671875 +0.027709960938 +0.066406250000 +-0.047851562500 +-0.017333984375 +-0.097656250000 +0.146484375000 +-0.024291992188 +-0.083007812500 +-0.119140625000 +-0.062500000000 +0.039062500000 +0.051513671875 +-0.001335144043 +-0.066894531250 +-0.339843750000 +0.066894531250 +0.011474609375 +-0.070312500000 +-0.033935546875 +-0.028076171875 +-0.082519531250 +-0.163085937500 +0.115234375000 +-0.021606445312 +-0.125000000000 +0.107910156250 +-0.120605468750 +0.060546875000 +-0.065917968750 +0.232421875000 +0.069824218750 +0.005493164062 +0.000999450684 +0.166992187500 +-0.020263671875 +0.063476562500 +0.019287109375 +0.159179687500 +-0.139648437500 +-0.012451171875 +-0.001403808594 +-0.147460937500 +0.104980468750 +-0.082519531250 +-0.116210937500 +0.012573242188 +0.064453125000 +-0.026611328125 +0.027832031250 +0.042968750000 +0.036621093750 +-0.152343750000 +-0.007049560547 +0.053222656250 +-0.002334594727 +0.013732910156 +0.020751953125 +0.127929687500 +0.104492187500 +-0.071289062500 +0.062255859375 +0.174804687500 +-0.065429687500 +0.059570312500 +-0.020385742188 +0.034912109375 +0.052978515625 +-0.038574218750 +-0.027587890625 +-0.166015625000 +0.009765625000 +0.304687500000 +-0.043945312500 +0.062011718750 +-0.004241943359 +-0.198242187500 +0.066406250000 +-0.008972167969 +0.149414062500 +-0.056640625000 +-0.045410156250 +-0.147460937500 +0.010742187500 +-0.087890625000 +0.051025390625 +-0.047119140625 +0.116210937500 +0.005004882812 +0.082031250000 +-0.047119140625 +-0.034423828125 +0.040039062500 +0.044433593750 +0.090820312500 +-0.028198242188 +-0.100585937500 +0.016601562500 +-0.013610839844 +0.012573242188 +-0.056884765625 +0.026733398438 +-0.156250000000 +0.124511718750 +-0.063476562500 +0.112792968750 +0.032470703125 +-0.039306640625 +0.080078125000 +0.008728027344 +-0.003738403320 +0.162109375000 +-0.257812500000 +-0.036132812500 +-0.039794921875 +-0.164062500000 +-0.043701171875 +-0.136718750000 +-0.109863281250 +-0.073730468750 +-0.042724609375 +0.031494140625 +0.043701171875 +-0.036132812500 +-0.000362396240 +-0.015991210938 +0.057373046875 +-0.200195312500 +-0.003326416016 +-0.019653320312 +-0.034179687500 +-0.077148437500 +-0.049560546875 +0.100097656250 +-0.006134033203 +0.004852294922 +0.029174804688 +-0.015991210938 +-0.010620117188 +0.006408691406 +0.005004882812 +0.010681152344 +-0.184570312500 +-0.093750000000 +-0.114257812500 +0.064453125000 +-0.015747070312 +-0.122558593750 +-0.034667968750 +-0.043457031250 +0.044433593750 +-0.103515625000 +-0.015563964844 +0.107910156250 +-0.116699218750 +0.006347656250 +0.078613281250 +-0.089355468750 +0.129882812500 +0.049560546875 +0.156250000000 +0.062988281250 +-0.027099609375 +0.030395507812 +-0.045898437500 +-0.029174804688 +-0.022949218750 +0.063964843750 +0.083984375000 +0.115722656250 +-0.116210937500 +0.045410156250 +0.204101562500 +0.000492095947 +0.011596679688 +0.000463485718 +-0.075683593750 +-0.105957031250 +0.116210937500 +-0.112304687500 +-0.050537109375 +0.007354736328 +-0.054931640625 +-0.055908203125 +-0.099609375000 +-0.137695312500 +-0.075683593750 +-0.175781250000 +-0.023803710938 +0.160156250000 +-0.035400390625 +-0.036376953125 +0.005401611328 +0.143554687500 +0.060791015625 +-0.005981445312 +-0.085937500000 +-0.049804687500 +0.012817382812 +0.232421875000 +0.106445312500 +-0.026367187500 +0.008544921875 +-0.004180908203 +0.099609375000 +0.144531250000 +0.013977050781 +-0.017822265625 +0.029418945312 +-0.009582519531 +0.077636718750 +0.036865234375 +0.223632812500 +-0.155273437500 +0.007812500000 +-0.058349609375 +0.058593750000 +-0.033447265625 +-0.068359375000 +-0.245117187500 +0.092285156250 +-0.072753906250 +-0.053466796875 +-0.117187500000 +-0.115722656250 +0.035156250000 +0.036376953125 +-0.033935546875 +-0.169921875000 +0.067382812500 +-0.028808593750 +-0.028198242188 +0.091796875000 +0.030029296875 +-0.007324218750 +-0.031738281250 +0.032958984375 +-0.028564453125 +0.029052734375 +-0.028930664062 +-0.086914062500 +0.135742187500 +-0.050292968750 +-0.122070312500 +-0.152343750000 +0.028076171875 +-0.117675781250 +0.147460937500 +-0.120605468750 +0.062500000000 +-0.105957031250 +-0.076171875000 +0.118652343750 +0.000011920929 +0.090332031250 +-0.082031250000 +0.103027343750 +-0.024658203125 +0.123046875000 +-0.032470703125 +-0.004638671875 +-0.121582031250 +0.060058593750 +0.197265625000 +-0.001441955566 +0.030517578125 +-0.001930236816 +-0.036132812500 +-0.106445312500 +0.002975463867 +0.099121093750 +-0.011230468750 +-0.144531250000 +0.058349609375 +-0.139648437500 +0.119140625000 +-0.078613281250 +0.011901855469 +0.130859375000 +0.146484375000 +0.097656250000 +0.098632812500 +-0.187500000000 +-0.028808593750 +-0.044433593750 +-0.001327514648 +0.007598876953 +0.055908203125 +0.028808593750 +-0.104980468750 +0.049316406250 +0.063964843750 +-0.285156250000 +-0.048828125000 +-0.029296875000 +0.203125000000 +0.125000000000 +-0.046142578125 +-0.038574218750 +-0.121093750000 +0.025268554688 +0.007263183594 +-0.121582031250 +-0.056640625000 +0.056152343750 +0.086425781250 +-0.033447265625 +0.041748046875 +-0.181640625000 +-0.035400390625 +-0.083984375000 +-0.087402343750 +-0.060791015625 +-0.081542968750 +0.126953125000 +-0.040283203125 +0.007507324219 +-0.033447265625 +0.036132812500 +0.109375000000 +-0.018554687500 +-0.144531250000 +0.070312500000 +0.081054687500 +0.004638671875 +0.129882812500 +0.106445312500 +0.054443359375 +-0.061035156250 +0.001350402832 +0.052001953125 +0.072265625000 +-0.141601562500 +0.065917968750 +0.002349853516 +0.131835937500 +-0.042968750000 +0.018554687500 +-0.002090454102 +-0.039062500000 +0.064941406250 +-0.059082031250 +0.035400390625 +0.035400390625 +-0.031738281250 +-0.143554687500 +-0.019531250000 +-0.101562500000 +-0.012817382812 +-0.158203125000 +0.000854492188 +0.017822265625 +-0.228515625000 +0.129882812500 +-0.045654296875 +0.017944335938 +0.116210937500 +-0.040527343750 +0.011718750000 +-0.002014160156 +-0.101074218750 +0.071289062500 +-0.050292968750 +-0.029785156250 +0.124511718750 +0.035888671875 +-0.027343750000 +0.032714843750 +0.125000000000 +-0.064453125000 +0.092285156250 +-0.017700195312 +0.142578125000 +0.038330078125 +-0.016479492188 +0.011047363281 +-0.044921875000 +-0.058349609375 +-0.026977539062 +-0.043945312500 +-0.024780273438 +-0.197265625000 +-0.058105468750 +-0.171875000000 +0.003707885742 +0.001419067383 +0.007598876953 +-0.113281250000 +0.112304687500 +0.072753906250 +0.003417968750 +0.047607421875 +-0.104003906250 +0.068359375000 +0.096679687500 +0.020385742188 +-0.184570312500 +0.061035156250 +0.033203125000 +-0.079589843750 +0.004699707031 +-0.062255859375 +-0.025146484375 +0.044677734375 +-0.050537109375 +-0.171875000000 +0.005798339844 +-0.167968750000 +0.032470703125 +0.009338378906 +-0.178710937500 +0.212890625000 +-0.156250000000 +-0.029907226562 +0.134765625000 +-0.021240234375 +-0.015991210938 +0.076171875000 +-0.087890625000 +-0.039794921875 +0.095703125000 +-0.041259765625 +0.019409179688 +-0.118652343750 +0.028808593750 +0.019653320312 +0.037353515625 +0.117675781250 +0.170898437500 +-0.163085937500 +0.009277343750 +0.222656250000 +0.015319824219 +-0.122558593750 +0.048583984375 +0.125976562500 +-0.074707031250 +0.115234375000 +0.094726562500 +0.057861328125 +0.075683593750 +-0.003021240234 +-0.075683593750 +0.011657714844 +-0.041992187500 +-0.085449218750 +-0.017578125000 +0.113769531250 +0.127929687500 +0.145507812500 +-0.072265625000 +-0.080566406250 +0.171875000000 +0.073730468750 +0.063476562500 +-0.042480468750 +0.055419921875 +0.069335937500 +0.014892578125 +0.263671875000 +-0.079101562500 +0.052001953125 +-0.036621093750 +-0.110839843750 +0.004028320312 +0.037597656250 +-0.154296875000 +-0.030761718750 +-0.120605468750 +-0.035400390625 +-0.185546875000 +-0.118652343750 +0.066894531250 +-0.063964843750 +-0.049804687500 +0.003997802734 +0.021240234375 +0.081054687500 +0.177734375000 +0.003997802734 +-0.152343750000 +-0.101562500000 +-0.051757812500 +0.056884765625 +-0.109863281250 +0.055664062500 +-0.103027343750 +0.093261718750 +-0.006805419922 +-0.023559570312 +-0.037841796875 +0.066406250000 +0.238281250000 +-0.055175781250 +0.005523681641 +-0.025024414062 +-0.095214843750 +0.031494140625 +-0.037109375000 +0.056396484375 +0.081542968750 +0.025024414062 +-0.074218750000 +0.058349609375 +-0.034667968750 +0.069335937500 +-0.070800781250 +-0.050048828125 +0.026855468750 +-0.081542968750 +-0.042968750000 +0.042236328125 +-0.052978515625 +0.054443359375 +-0.063964843750 +0.129882812500 +-0.147460937500 +0.019042968750 +0.062255859375 +0.005065917969 +-0.094726562500 +0.078613281250 +0.231445312500 +0.175781250000 +0.013854980469 +-0.157226562500 +0.082519531250 +0.090332031250 +-0.056152343750 +-0.021728515625 +-0.032714843750 +0.054443359375 +0.121582031250 +0.002365112305 +-0.074707031250 +0.029418945312 +-0.036132812500 +0.002593994141 +-0.062988281250 +-0.098632812500 +-0.056884765625 +0.058837890625 +-0.277343750000 +-0.012207031250 +-0.185546875000 +-0.174804687500 +-0.046386718750 +0.072265625000 +-0.002487182617 +0.053710937500 +0.065429687500 +-0.002243041992 +0.076171875000 +-0.041748046875 +0.032714843750 +0.070800781250 +-0.053222656250 +-0.002151489258 +-0.029296875000 +-0.192382812500 +-0.158203125000 +-0.091308593750 +-0.067871093750 +-0.023681640625 +0.025024414062 +-0.055664062500 +-0.031494140625 +0.041992187500 +-0.068359375000 +0.035644531250 +-0.036865234375 +0.028564453125 +0.062500000000 +0.013183593750 +0.013732910156 +0.119140625000 +-0.097656250000 +-0.057861328125 +-0.071289062500 +-0.048339843750 +0.072753906250 +-0.080078125000 +0.060302734375 +0.047119140625 +0.145507812500 +0.070312500000 +-0.053466796875 +-0.036376953125 +0.013427734375 +-0.070312500000 +-0.116699218750 +-0.085449218750 +0.046630859375 +0.098144531250 +-0.011657714844 +-0.123535156250 +-0.083007812500 +0.003936767578 +-0.040527343750 +-0.130859375000 +-0.054931640625 +-0.058837890625 +0.030273437500 +0.156250000000 +-0.045654296875 +-0.165039062500 +-0.063476562500 +-0.101074218750 +0.003906250000 +-0.221679687500 +-0.113281250000 +-0.015380859375 +0.052246093750 +0.033691406250 +-0.002380371094 +-0.032958984375 +-0.026367187500 +-0.177734375000 +-0.057617187500 +0.127929687500 +-0.028320312500 +-0.068847656250 +-0.031494140625 +0.044189453125 +-0.091796875000 +0.085937500000 +-0.077636718750 +-0.028320312500 +0.117187500000 +0.013916015625 +0.137695312500 +-0.076171875000 +0.058105468750 +0.000115871429 +0.076660156250 +0.148437500000 +0.104980468750 +-0.221679687500 +-0.075195312500 +0.047607421875 +0.083007812500 +-0.050781250000 +-0.024780273438 +0.019287109375 +-0.076171875000 +0.035156250000 +-0.013671875000 +-0.263671875000 +-0.007812500000 +-0.050292968750 +-0.005004882812 +0.041015625000 +-0.074218750000 +-0.167968750000 +-0.061035156250 +-0.046386718750 +0.044677734375 +-0.047119140625 +-0.097656250000 +-0.099609375000 +-0.130859375000 +-0.015075683594 +0.065429687500 +0.023315429688 +0.073242187500 +-0.166992187500 +-0.089843750000 +-0.206054687500 +0.112304687500 +-0.067382812500 +-0.124511718750 +-0.032226562500 +-0.048828125000 +-0.082031250000 +0.004852294922 +-0.212890625000 +-0.055664062500 +0.124023437500 +0.008850097656 +-0.076171875000 +0.036132812500 +-0.163085937500 +-0.230468750000 +-0.154296875000 +0.084472656250 +0.031127929688 +-0.044433593750 +-0.032470703125 +0.113769531250 +-0.087402343750 +-0.011413574219 +-0.259765625000 +0.090820312500 +0.204101562500 +-0.024291992188 +0.075195312500 +0.003814697266 +-0.071777343750 +0.065917968750 +-0.095214843750 +-0.090332031250 +-0.014648437500 +0.095214843750 +-0.110351562500 +-0.067382812500 +-0.078125000000 +-0.044189453125 +-0.072265625000 +-0.109863281250 +-0.007934570312 +-0.114746093750 +0.059570312500 +-0.040283203125 +0.093261718750 +-0.009887695312 +-0.125000000000 +0.094726562500 +-0.072753906250 +0.030029296875 +-0.056884765625 +0.093261718750 +-0.109863281250 +-0.265625000000 +-0.000560760498 +-0.047363281250 +0.024414062500 +-0.028564453125 +-0.020874023438 +-0.057861328125 +-0.203125000000 +0.086425781250 +-0.131835937500 +-0.056152343750 +-0.083984375000 +-0.028320312500 +0.042968750000 +-0.099609375000 +0.056884765625 +0.097656250000 +-0.048095703125 +0.080566406250 +-0.027099609375 +-0.003280639648 +0.098632812500 +0.103027343750 +0.037109375000 +0.043945312500 +-0.052490234375 +-0.031250000000 +0.028198242188 +0.062988281250 +-0.312500000000 +-0.071777343750 +-0.088378906250 +-0.079101562500 +0.027221679688 +-0.005645751953 +-0.134765625000 +0.023803710938 +-0.030883789062 +0.164062500000 +-0.070800781250 +0.047851562500 +0.074707031250 +0.038574218750 +0.146484375000 +-0.220703125000 +0.021850585938 +-0.118164062500 +0.103027343750 +-0.045898437500 +-0.034912109375 +-0.107421875000 +-0.135742187500 +0.034179687500 +-0.019042968750 +-0.025390625000 +0.114257812500 +0.072753906250 +0.073242187500 +0.110351562500 +0.096191406250 +-0.093261718750 +-0.061523437500 +0.008605957031 +0.125976562500 +-0.233398437500 +0.093261718750 +-0.066406250000 +0.060058593750 +0.125976562500 +0.086914062500 +0.043945312500 +0.005371093750 +-0.012268066406 +-0.193359375000 +0.035400390625 +-0.080566406250 +-0.015380859375 +-0.035644531250 +-0.013305664062 +-0.109863281250 +0.015319824219 +0.063476562500 +0.154296875000 +-0.045898437500 +-0.022216796875 +0.086425781250 +-0.021972656250 +-0.055908203125 +0.076171875000 +0.062255859375 +-0.020141601562 +-0.107421875000 +0.016601562500 +0.008361816406 +0.009948730469 +0.045898437500 +-0.080566406250 +0.113281250000 +-0.129882812500 +0.203125000000 +-0.040527343750 +-0.072753906250 +-0.001487731934 +-0.038574218750 +0.039550781250 +0.049072265625 +0.052490234375 +0.085449218750 +-0.008789062500 +-0.020019531250 +-0.083007812500 +-0.066406250000 +-0.075683593750 +0.106933593750 +-0.120117187500 +-0.111328125000 +-0.090332031250 +-0.031494140625 +0.024047851562 +-0.057617187500 +-0.104980468750 +0.056884765625 +-0.043701171875 +-0.058349609375 +-0.048339843750 +0.038818359375 +-0.007080078125 +0.044433593750 +0.119628906250 +-0.091308593750 +0.101074218750 +0.143554687500 +-0.106445312500 +-0.156250000000 +-0.009887695312 +-0.041015625000 +0.084472656250 +0.011047363281 +0.046142578125 +-0.031005859375 +0.064453125000 +-0.025878906250 +-0.018798828125 +0.028808593750 +-0.060302734375 +0.037841796875 +-0.166015625000 +0.126953125000 +-0.149414062500 +-0.058593750000 +0.020141601562 +0.107910156250 +-0.050537109375 +-0.011047363281 +0.239257812500 +-0.011352539062 +-0.115234375000 +-0.151367187500 +-0.105957031250 +0.003356933594 +0.190429687500 +0.104003906250 +0.031127929688 +-0.029663085938 +0.158203125000 +-0.004272460938 +0.118652343750 +0.094238281250 +-0.057617187500 +-0.144531250000 +-0.006622314453 +-0.036865234375 +0.062011718750 +0.054931640625 +-0.025390625000 +0.007080078125 +-0.026733398438 +-0.007507324219 +-0.151367187500 +-0.060546875000 +-0.001586914062 +-0.006958007812 +-0.054687500000 +-0.096679687500 +-0.014770507812 +-0.032714843750 +-0.034667968750 +-0.134765625000 +-0.048583984375 +-0.109863281250 +0.093261718750 +0.076171875000 +0.216796875000 +0.065429687500 +0.071289062500 +-0.001777648926 +-0.057617187500 +-0.060546875000 +0.093261718750 +-0.117675781250 +-0.036865234375 +-0.076171875000 +0.071289062500 +0.083984375000 +0.072265625000 +-0.128906250000 +-0.018554687500 +0.007751464844 +-0.064453125000 +-0.111328125000 +0.080566406250 +0.011535644531 +0.050781250000 +-0.082519531250 +0.126953125000 +0.008361816406 +-0.017089843750 +0.005279541016 +0.015869140625 +-0.031738281250 +-0.094238281250 +-0.031127929688 +0.116210937500 +0.109375000000 +-0.035156250000 +0.015136718750 +-0.123046875000 +-0.108398437500 +-0.176757812500 +0.080078125000 +0.045654296875 +-0.085937500000 +-0.012695312500 +-0.125000000000 +-0.055908203125 +-0.027587890625 +0.126953125000 +0.122070312500 +-0.039062500000 +-0.108398437500 +-0.117675781250 +-0.150390625000 +-0.027587890625 +0.020263671875 +-0.145507812500 +0.028564453125 +0.052734375000 +-0.005004882812 +-0.002639770508 +-0.061767578125 +-0.212890625000 +0.101074218750 +-0.005676269531 +0.031982421875 +-0.035156250000 +0.103027343750 +-0.271484375000 +-0.037597656250 +0.034912109375 +0.015869140625 +-0.013854980469 +0.003906250000 +0.039794921875 +0.025634765625 +-0.017456054688 +-0.035888671875 +0.099609375000 +0.030029296875 +0.229492187500 +0.028564453125 +-0.070312500000 +-0.143554687500 +0.009338378906 +-0.026123046875 +-0.114746093750 +-0.093261718750 +0.002578735352 +0.044433593750 +-0.099609375000 +0.079589843750 +-0.084960937500 +-0.029541015625 +0.127929687500 +0.039306640625 +0.186523437500 +-0.063476562500 +0.040771484375 +-0.062988281250 +-0.046630859375 +-0.013793945312 +0.084472656250 +-0.027465820312 +0.071289062500 +-0.002212524414 +-0.099121093750 +-0.018066406250 +0.121582031250 +0.095703125000 +-0.059814453125 +-0.002792358398 +0.111816406250 +-0.067382812500 +-0.106933593750 +0.010314941406 +-0.104003906250 +-0.090332031250 +0.135742187500 +0.050292968750 +0.090820312500 +-0.076660156250 +-0.034179687500 +-0.002151489258 +-0.001449584961 +0.076660156250 +-0.097167968750 +0.010498046875 +-0.106933593750 +-0.009094238281 +-0.087890625000 +-0.009216308594 +0.010009765625 +-0.013000488281 +0.012512207031 +0.019409179688 +-0.026245117188 +0.002807617188 +0.031005859375 +0.132812500000 +-0.041992187500 +-0.012084960938 +0.021240234375 +-0.091796875000 +-0.088867187500 +0.023925781250 +-0.054443359375 +-0.010498046875 +0.079101562500 +0.028686523438 +-0.039550781250 +-0.086425781250 +0.041015625000 +-0.072265625000 +0.031738281250 +0.044433593750 +0.014770507812 +0.013793945312 +0.045898437500 +0.102539062500 +-0.007202148438 +0.099609375000 +0.071289062500 +-0.041503906250 +-0.045166015625 +-0.033691406250 +-0.146484375000 +0.011535644531 +0.098632812500 +0.085937500000 +-0.023803710938 +0.006927490234 +0.094238281250 +-0.046142578125 +-0.013549804688 +0.074707031250 +0.046875000000 +-0.097167968750 +-0.016113281250 +0.208007812500 +0.081542968750 +-0.102050781250 +0.003280639648 +0.052246093750 +0.158203125000 +-0.040771484375 +-0.032226562500 +0.014160156250 +0.004211425781 +-0.011596679688 +0.010925292969 +-0.078613281250 +-0.102050781250 +-0.096191406250 +0.066894531250 +-0.084960937500 +0.075683593750 +-0.049072265625 +-0.248046875000 +0.028076171875 +0.072753906250 +-0.069335937500 +-0.089355468750 +0.100097656250 +-0.065429687500 +-0.054443359375 +-0.215820312500 +-0.016845703125 +-0.028076171875 +0.012329101562 +0.128906250000 +-0.188476562500 +-0.088378906250 +0.015869140625 +0.111328125000 +0.015197753906 +0.012756347656 +-0.197265625000 +0.091308593750 +0.133789062500 +0.020996093750 +-0.019531250000 +-0.037109375000 +0.036865234375 +0.020996093750 +-0.060546875000 +-0.027587890625 +0.150390625000 +0.061523437500 +0.021362304688 +-0.038085937500 +0.099609375000 +0.009704589844 +0.140625000000 +-0.044677734375 +-0.183593750000 +0.176757812500 +0.036865234375 +0.030395507812 +0.020019531250 +-0.129882812500 +0.062011718750 +-0.236328125000 +0.030883789062 +-0.052734375000 +0.042968750000 +0.008850097656 +0.060302734375 +0.191406250000 +0.063476562500 +0.039550781250 +-0.034667968750 +0.002716064453 +-0.085937500000 +0.095214843750 +-0.065429687500 +0.229492187500 +0.139648437500 +-0.046142578125 +0.039306640625 +0.162109375000 +-0.041259765625 +-0.040527343750 +0.017822265625 +0.028442382812 +-0.099121093750 +-0.000093936920 +-0.021240234375 +0.128906250000 +0.217773437500 +0.046875000000 +-0.086914062500 +-0.015991210938 +-0.047363281250 +-0.099121093750 +0.183593750000 +-0.092773437500 +-0.132812500000 +0.149414062500 +-0.000197410583 +0.003234863281 +-0.084960937500 +0.168945312500 +-0.014770507812 +0.032470703125 +0.013488769531 +0.075683593750 +-0.041259765625 +0.117675781250 +-0.019653320312 +-0.000743865967 +0.058593750000 +0.000812530518 +0.024047851562 +0.032714843750 +0.066406250000 +-0.050292968750 +0.065429687500 +-0.104980468750 +-0.090332031250 +0.031982421875 +0.006591796875 +-0.034423828125 +0.019653320312 +-0.061767578125 +0.129882812500 +-0.034667968750 +-0.013549804688 +-0.020507812500 +-0.062500000000 +0.118164062500 +-0.097656250000 +0.028686523438 +0.004394531250 +0.139648437500 +-0.046386718750 +-0.076660156250 +-0.073730468750 +-0.097656250000 +-0.011169433594 +-0.046142578125 +-0.175781250000 +-0.007934570312 +0.104980468750 +-0.060791015625 +0.059082031250 +0.101562500000 +0.000417709351 +0.076660156250 +0.031982421875 +0.051269531250 +-0.123535156250 +-0.097167968750 +-0.039306640625 +0.071289062500 +0.004821777344 +-0.075195312500 +-0.043457031250 +0.129882812500 +-0.059814453125 +-0.054931640625 +0.048583984375 +0.053955078125 +0.027709960938 +0.096191406250 +-0.000082969666 +-0.195312500000 +0.039306640625 +-0.052246093750 +-0.021972656250 +-0.086914062500 +0.099609375000 +-0.021240234375 +0.024536132812 +-0.041259765625 +0.199218750000 +0.023681640625 +0.043945312500 +0.018920898438 +0.141601562500 +-0.128906250000 +0.061523437500 +-0.046142578125 +-0.046142578125 +0.045898437500 +-0.153320312500 +-0.114746093750 +-0.090332031250 +0.020385742188 +-0.054931640625 +0.087402343750 +-0.053222656250 +-0.097656250000 +0.037597656250 +-0.081054687500 +0.115722656250 +0.082031250000 +-0.304687500000 +0.136718750000 +-0.034912109375 +-0.038818359375 +0.039550781250 +-0.162109375000 +-0.091796875000 +0.059570312500 +-0.027343750000 +-0.118652343750 +-0.146484375000 +0.088378906250 +0.000865936279 +0.105957031250 +0.024902343750 +0.050048828125 +-0.057617187500 +0.052001953125 +-0.003692626953 +0.093261718750 +0.012023925781 +-0.075683593750 +-0.055175781250 +0.121582031250 +-0.176757812500 +0.229492187500 +0.082031250000 +-0.129882812500 +0.165039062500 +-0.190429687500 +-0.082519531250 +0.083496093750 +0.056152343750 +-0.022705078125 +-0.034912109375 +-0.020996093750 +-0.173828125000 +-0.034179687500 +0.035156250000 +0.003723144531 +0.025878906250 +0.088378906250 +-0.026489257812 +-0.087402343750 +-0.148437500000 +0.068847656250 +-0.082031250000 +0.099121093750 +0.071289062500 +-0.133789062500 +-0.016845703125 +-0.028442382812 +0.054931640625 +-0.037841796875 +-0.017089843750 +0.141601562500 +0.027954101562 +-0.011047363281 +-0.096191406250 +0.091308593750 +-0.083984375000 +0.035400390625 +0.005493164062 +-0.004516601562 +-0.006500244141 +0.022583007812 +-0.057617187500 +0.073242187500 +-0.083007812500 +-0.058349609375 +0.068359375000 +0.115722656250 +-0.067382812500 +0.032470703125 +-0.049560546875 +-0.161132812500 +-0.025634765625 +0.020996093750 +-0.051513671875 +0.088378906250 +0.054199218750 +-0.018554687500 +-0.104980468750 +-0.000305175781 +-0.033935546875 +-0.007385253906 +0.040771484375 +0.095703125000 +0.080566406250 +-0.054931640625 +0.075683593750 +-0.031494140625 +0.165039062500 +-0.072753906250 +-0.041503906250 +-0.029663085938 +-0.001205444336 +-0.040039062500 +0.013183593750 +0.047363281250 +0.006561279297 +-0.125000000000 +-0.072265625000 +-0.031250000000 +-0.172851562500 +0.008178710938 +0.024536132812 +0.138671875000 +-0.062500000000 +-0.067382812500 +0.021484375000 +0.033203125000 +-0.018310546875 +0.021972656250 +-0.063476562500 +-0.089843750000 +0.041748046875 +-0.042724609375 +-0.108398437500 +-0.044921875000 +-0.079101562500 +-0.018676757812 +-0.117187500000 +0.169921875000 +-0.016967773438 +-0.045654296875 +-0.062011718750 +-0.057617187500 +-0.032714843750 +-0.126953125000 +0.100585937500 +0.117675781250 +0.162109375000 +-0.016479492188 +-0.045166015625 +0.095703125000 +0.203125000000 +-0.000785827637 +-0.001243591309 +0.116210937500 +0.007232666016 +-0.008178710938 +-0.072753906250 +-0.065429687500 +-0.077148437500 +0.162109375000 +0.006103515625 +-0.068847656250 +0.104003906250 +-0.056152343750 +-0.037841796875 +-0.084960937500 +0.050292968750 +0.045410156250 +0.071289062500 +0.115722656250 +-0.057861328125 +0.074218750000 +0.193359375000 +-0.033691406250 +-0.025024414062 +0.158203125000 +-0.068847656250 +-0.090332031250 +0.054687500000 +-0.068359375000 +0.068847656250 +0.159179687500 +0.019409179688 +-0.145507812500 +0.052490234375 +-0.059570312500 +-0.121093750000 +-0.173828125000 +-0.044677734375 +0.065917968750 +-0.013610839844 +-0.083496093750 +-0.114257812500 +0.045898437500 +0.010681152344 +-0.060546875000 +-0.107910156250 +0.174804687500 +-0.174804687500 +0.107910156250 +0.164062500000 +0.167968750000 +-0.095703125000 +-0.093261718750 +-0.085449218750 +-0.004241943359 +-0.054931640625 +0.097656250000 +-0.031738281250 +-0.044921875000 +-0.195312500000 +-0.047119140625 +-0.140625000000 +0.097167968750 +-0.094726562500 +0.070312500000 +-0.028442382812 +0.363281250000 +0.022094726562 +0.092285156250 +0.048828125000 +-0.019897460938 +0.051757812500 +0.001853942871 +0.057128906250 +0.071777343750 +-0.014648437500 +-0.087890625000 +0.006134033203 +-0.156250000000 +-0.047851562500 +-0.261718750000 +0.275390625000 +0.069335937500 +-0.024414062500 +0.144531250000 +-0.024169921875 +-0.004089355469 +-0.027954101562 +-0.009155273438 +-0.139648437500 +-0.020507812500 +-0.093750000000 +-0.002929687500 +0.014160156250 +0.201171875000 +-0.026733398438 +0.118652343750 +-0.008361816406 +-0.006591796875 +0.068847656250 +-0.064941406250 +0.102050781250 +0.054931640625 +-0.027221679688 +-0.035400390625 +-0.121093750000 +-0.218750000000 +-0.111816406250 +-0.149414062500 +-0.055664062500 +0.070800781250 +-0.197265625000 +-0.087890625000 +0.013549804688 +0.021362304688 +-0.232421875000 +-0.166992187500 +-0.017578125000 +-0.213867187500 +-0.038818359375 +0.095703125000 +-0.110839843750 +0.086425781250 +-0.019775390625 +0.027221679688 +-0.046875000000 +0.064941406250 +-0.261718750000 +0.030639648438 +0.038085937500 +0.135742187500 +-0.043945312500 +0.035888671875 +-0.028320312500 +-0.135742187500 +0.042724609375 +0.019042968750 +0.049316406250 +-0.057861328125 +-0.188476562500 +0.060546875000 +0.028442382812 +0.062988281250 +0.027465820312 +-0.048828125000 +0.168945312500 +-0.055419921875 +0.057617187500 +0.001632690430 +0.073730468750 +-0.079101562500 +0.116210937500 +-0.025878906250 +-0.006988525391 +-0.173828125000 +-0.097656250000 +-0.043457031250 +-0.145507812500 +-0.115722656250 +-0.075683593750 +-0.084960937500 +0.136718750000 +-0.027221679688 +0.103515625000 +-0.003555297852 +-0.067382812500 +0.034667968750 +-0.033691406250 +-0.036865234375 +0.222656250000 +0.009826660156 +-0.104003906250 +0.023559570312 +0.129882812500 +0.051025390625 +-0.157226562500 +-0.064453125000 +-0.242187500000 +0.061279296875 +-0.078613281250 +-0.078125000000 +-0.087890625000 +0.061035156250 +-0.166992187500 +-0.220703125000 +0.202148437500 +-0.116210937500 +0.012756347656 +0.062500000000 +0.079589843750 +0.026000976562 +-0.102539062500 +-0.054199218750 +-0.040771484375 +0.126953125000 +-0.042968750000 +0.041015625000 +0.021728515625 +0.128906250000 +0.046142578125 +0.012207031250 +-0.134765625000 +-0.038330078125 +0.086425781250 +0.012329101562 +-0.088867187500 +-0.061035156250 +0.132812500000 +0.033691406250 +-0.132812500000 +0.015747070312 +0.230468750000 +-0.073242187500 +0.188476562500 +-0.068847656250 +0.115722656250 +-0.010192871094 +-0.103027343750 +-0.025512695312 +-0.074707031250 +0.017456054688 +-0.011718750000 +0.125976562500 +-0.221679687500 +0.151367187500 +-0.035156250000 +0.183593750000 +-0.027832031250 +-0.121582031250 +-0.173828125000 +-0.134765625000 +-0.052734375000 +0.065429687500 +0.011047363281 +0.166015625000 +-0.048095703125 +-0.094726562500 +-0.038574218750 +-0.139648437500 +0.080078125000 +0.109375000000 +0.037109375000 +-0.057128906250 +-0.127929687500 +0.074707031250 +-0.008850097656 +0.022949218750 +0.041015625000 +0.036376953125 +-0.059082031250 +0.061767578125 +-0.069335937500 +-0.112304687500 +-0.053466796875 +0.046386718750 +0.027343750000 +0.000293731689 +0.124511718750 +0.070312500000 +0.043701171875 +-0.033935546875 +-0.073242187500 +-0.078613281250 +0.089355468750 +-0.038574218750 +-0.083496093750 +-0.080078125000 +0.167968750000 +0.045166015625 +-0.190429687500 +0.111328125000 +-0.031250000000 +0.059326171875 +-0.079589843750 +-0.022216796875 +-0.153320312500 +-0.045654296875 +-0.011230468750 +-0.013488769531 +0.109375000000 +0.074218750000 +-0.017822265625 +0.120605468750 +-0.021362304688 +-0.069335937500 +0.109375000000 +0.119140625000 +0.042480468750 +-0.162109375000 +-0.028930664062 +-0.229492187500 +0.062500000000 +0.097167968750 +-0.071289062500 +-0.074218750000 +0.229492187500 +0.092773437500 +-0.013793945312 +0.087890625000 +-0.145507812500 +0.162109375000 +-0.041992187500 +-0.018920898438 +-0.085449218750 +0.045654296875 +0.106445312500 +-0.002349853516 +0.099121093750 +0.067382812500 +-0.057128906250 +0.100585937500 +0.026367187500 +0.137695312500 +-0.074707031250 +0.017700195312 +-0.104003906250 +-0.045166015625 +0.026000976562 +0.006317138672 +0.043212890625 +0.058593750000 +0.117187500000 +0.177734375000 +0.018432617188 +-0.205078125000 +0.001716613770 +0.023681640625 +-0.145507812500 +-0.028808593750 +0.077148437500 +0.162109375000 +0.052978515625 +-0.045166015625 +-0.112792968750 +-0.130859375000 +-0.042236328125 +0.143554687500 +-0.029418945312 +-0.079101562500 +0.032226562500 +0.058837890625 +0.131835937500 +0.021728515625 +0.050048828125 +0.034667968750 +0.131835937500 +0.043457031250 +0.065917968750 +-0.028564453125 +0.043457031250 +0.014526367188 +-0.114257812500 +-0.031494140625 +-0.203125000000 +-0.118164062500 +-0.039062500000 +0.100585937500 +-0.059326171875 +0.263671875000 +0.036865234375 +0.052734375000 +-0.019409179688 +-0.044677734375 +0.006347656250 +-0.098632812500 +-0.020874023438 +-0.138671875000 +-0.100585937500 +0.097656250000 +-0.051757812500 +0.027587890625 +-0.070800781250 +-0.092285156250 +0.028320312500 +0.094726562500 +0.011779785156 +0.188476562500 +0.011108398438 +-0.216796875000 +-0.037353515625 +0.035888671875 +0.022583007812 +-0.018310546875 +0.010864257812 +0.011718750000 +-0.175781250000 +0.009399414062 +0.134765625000 +-0.017822265625 +-0.069824218750 +-0.093750000000 +0.085937500000 +-0.111328125000 +0.081542968750 +-0.209960937500 +-0.094726562500 +-0.097656250000 +0.061523437500 +0.124023437500 +0.083496093750 +0.009338378906 +0.011596679688 +-0.085937500000 +0.292968750000 +-0.031982421875 +-0.022705078125 +0.077636718750 +0.131835937500 +-0.040283203125 +-0.053222656250 +-0.040527343750 +0.004943847656 +0.124023437500 +0.112304687500 +-0.006774902344 +-0.099121093750 +0.199218750000 +-0.110351562500 +-0.024536132812 +-0.048828125000 +0.065917968750 +0.068847656250 +-0.000465393066 +0.057617187500 +-0.158203125000 +0.115722656250 +-0.034179687500 +0.052246093750 +0.122558593750 +-0.049560546875 +0.105957031250 +0.057128906250 +0.053466796875 +-0.083496093750 +0.168945312500 +-0.096191406250 +-0.067382812500 +0.076171875000 +0.083007812500 +0.016601562500 +-0.060791015625 +0.071289062500 +-0.029541015625 +-0.108398437500 +-0.011779785156 +0.015747070312 +0.053222656250 +0.010864257812 +-0.087402343750 +-0.077636718750 +0.074707031250 +0.052001953125 +-0.069824218750 +-0.026367187500 +0.165039062500 +0.217773437500 +0.166015625000 +0.122558593750 +0.055908203125 +-0.153320312500 +0.039306640625 +-0.088378906250 +0.020996093750 +0.038818359375 +0.112304687500 +0.092773437500 +-0.084472656250 +0.147460937500 +0.014648437500 +-0.003997802734 +-0.052978515625 +-0.139648437500 +-0.023071289062 +-0.019287109375 +-0.030761718750 +0.059570312500 +-0.148437500000 +0.008300781250 +0.027099609375 +-0.143554687500 +0.019775390625 +0.036865234375 +0.194335937500 +-0.174804687500 +0.045898437500 +-0.084472656250 +-0.019287109375 +-0.101074218750 +0.021118164062 +0.036621093750 +-0.018798828125 +-0.020385742188 +-0.018920898438 +0.088867187500 +0.035644531250 +-0.121093750000 +0.006469726562 +0.073242187500 +-0.086914062500 +0.032226562500 +0.039794921875 +-0.020263671875 +-0.030273437500 +-0.047119140625 +0.070312500000 +-0.057617187500 +0.120605468750 +0.042724609375 +-0.010009765625 +0.129882812500 +-0.006439208984 +0.037597656250 +-0.009277343750 +0.071777343750 +0.161132812500 +-0.001945495605 +-0.033447265625 +0.099609375000 +-0.053466796875 +-0.029174804688 +-0.008544921875 +-0.166992187500 +-0.062500000000 +0.034423828125 +0.162109375000 +0.086425781250 +-0.141601562500 +0.125976562500 +0.065917968750 +0.054443359375 +0.125976562500 +0.044921875000 +0.118164062500 +-0.073242187500 +0.020263671875 +-0.143554687500 +0.034667968750 +-0.051269531250 +0.000364303589 +-0.010803222656 +0.119628906250 +-0.012390136719 +0.011291503906 +0.007751464844 +0.061035156250 +-0.038085937500 +-0.028198242188 +-0.013916015625 +0.042236328125 +-0.050781250000 +0.094726562500 +0.101562500000 +-0.043212890625 +0.044677734375 +-0.111816406250 +-0.047607421875 +-0.000747680664 +-0.075683593750 +-0.033935546875 +0.180664062500 +-0.237304687500 +0.068847656250 +-0.104980468750 +0.191406250000 +-0.031982421875 +-0.096191406250 +-0.058105468750 +-0.030761718750 +-0.115722656250 +0.027832031250 +-0.060058593750 +-0.055664062500 +-0.116699218750 +-0.147460937500 +-0.024047851562 +-0.014343261719 +-0.015380859375 +0.051025390625 +-0.088378906250 +0.029052734375 +-0.116210937500 +-0.091308593750 +0.063964843750 +-0.230468750000 +0.060791015625 +-0.076660156250 +-0.228515625000 +0.131835937500 +-0.088867187500 +-0.078613281250 +-0.019653320312 +-0.061767578125 +-0.048583984375 +0.170898437500 +0.015563964844 +0.122070312500 +-0.004913330078 +-0.032470703125 +-0.034667968750 +0.004577636719 +-0.122070312500 +0.088867187500 +-0.043701171875 +-0.149414062500 +-0.016235351562 +0.085449218750 +-0.014160156250 +-0.020629882812 +0.128906250000 +0.047607421875 +0.091796875000 +0.194335937500 +-0.136718750000 +-0.069824218750 +-0.107421875000 +0.052978515625 +-0.087890625000 +-0.065429687500 +0.068847656250 +-0.043212890625 +0.029541015625 +0.079101562500 +0.054931640625 +0.013916015625 +-0.037353515625 +0.123046875000 +0.091308593750 +-0.158203125000 +-0.036132812500 +-0.071777343750 +-0.200195312500 +0.218750000000 +0.005371093750 +0.032226562500 +-0.085449218750 +-0.064453125000 +-0.081542968750 +-0.010925292969 +0.088867187500 +0.121093750000 +0.013916015625 +0.076171875000 +0.053710937500 +0.073242187500 +-0.002212524414 +0.045410156250 +0.009338378906 +-0.152343750000 +0.145507812500 +-0.028808593750 +-0.080566406250 +-0.045654296875 +-0.019653320312 +-0.075683593750 +-0.052246093750 +0.101562500000 +-0.088378906250 +0.154296875000 +-0.167968750000 +0.040527343750 +0.063964843750 +0.058837890625 +0.004974365234 +0.190429687500 +0.131835937500 +0.011596679688 +0.070800781250 +0.122558593750 +-0.051025390625 +0.010925292969 +0.019531250000 +-0.017456054688 +0.089843750000 +-0.052246093750 +0.003723144531 +0.059814453125 +0.053710937500 +-0.180664062500 +0.035400390625 +-0.010559082031 +0.132812500000 +-0.053466796875 +-0.081542968750 +0.000968933105 +0.030029296875 +-0.160156250000 +-0.033691406250 +-0.015747070312 +-0.101074218750 +0.079589843750 +-0.059326171875 +0.076171875000 +-0.093750000000 +0.050537109375 +0.038574218750 +-0.012756347656 +0.056152343750 +0.085937500000 +0.034912109375 +-0.133789062500 +0.151367187500 +-0.126953125000 +0.180664062500 +0.083984375000 +0.037353515625 +0.040771484375 +-0.075683593750 +0.052490234375 +0.047363281250 +-0.042236328125 +0.055908203125 +0.051025390625 +-0.048339843750 +0.015380859375 +-0.059326171875 +-0.133789062500 +0.166992187500 +0.122070312500 +0.207031250000 +0.071289062500 +-0.119628906250 +-0.145507812500 +-0.082519531250 +-0.116699218750 +-0.083984375000 +0.097167968750 +-0.011718750000 +-0.011413574219 +-0.023315429688 +-0.028198242188 +0.057617187500 +0.038085937500 +-0.014831542969 +0.007049560547 +-0.181640625000 +0.133789062500 +-0.036621093750 +-0.005187988281 +-0.102050781250 +-0.165039062500 +-0.088378906250 +-0.084472656250 +-0.136718750000 +0.059570312500 +0.063964843750 +-0.087890625000 +-0.015014648438 +-0.060546875000 +-0.093261718750 +0.099609375000 +0.008789062500 +0.107421875000 +-0.197265625000 +-0.069824218750 +-0.115722656250 +0.010620117188 +-0.033691406250 +-0.040283203125 +-0.118652343750 +-0.044677734375 +0.035888671875 +-0.028564453125 +-0.101074218750 +0.177734375000 +0.046875000000 +-0.034423828125 +0.063476562500 +-0.009094238281 +0.001289367676 +0.085449218750 +-0.046875000000 +-0.013366699219 +-0.099609375000 +0.033203125000 +0.051513671875 +-0.064453125000 +-0.063476562500 +-0.069824218750 +-0.031127929688 +0.088378906250 +0.109863281250 +-0.057617187500 +-0.123535156250 +-0.083496093750 +0.009521484375 +0.072753906250 +0.081054687500 +-0.089355468750 +-0.220703125000 +-0.029296875000 +-0.066894531250 +0.169921875000 +-0.135742187500 +0.007812500000 +0.133789062500 +0.048095703125 +0.148437500000 +0.111328125000 +-0.041748046875 +-0.086425781250 +0.104003906250 +0.022949218750 +-0.077636718750 +-0.118652343750 +-0.062011718750 +0.031494140625 +0.001762390137 +-0.020019531250 +-0.150390625000 +-0.059570312500 +-0.172851562500 +-0.044189453125 +0.029052734375 +-0.050048828125 +0.090332031250 +0.077148437500 +-0.138671875000 +-0.151367187500 +-0.118652343750 +-0.092285156250 +-0.108398437500 +-0.125000000000 +-0.041015625000 +-0.061523437500 +0.095214843750 +-0.090332031250 +-0.051513671875 +-0.030151367188 +-0.107421875000 +0.021240234375 +0.002639770508 +-0.074218750000 +0.035888671875 +0.051757812500 +0.075683593750 +-0.036865234375 +0.059326171875 +0.048095703125 +-0.030151367188 +0.007324218750 +-0.038574218750 +0.048095703125 +-0.097167968750 +0.060058593750 +-0.074218750000 +0.066894531250 +0.057373046875 +-0.075683593750 +0.023559570312 +-0.023681640625 +0.025878906250 +-0.094726562500 +-0.012084960938 +0.113769531250 +-0.048828125000 +-0.049316406250 +0.083984375000 +0.038574218750 +-0.101562500000 +-0.031250000000 +0.150390625000 +-0.046142578125 +-0.187500000000 +0.104980468750 +-0.025756835938 +0.054687500000 +-0.070800781250 +-0.052490234375 +-0.005218505859 +-0.038085937500 +-0.004302978516 +0.001983642578 +-0.091308593750 +-0.085937500000 +-0.074218750000 +0.074218750000 +-0.105957031250 +-0.051269531250 +0.052246093750 +-0.322265625000 +-0.067871093750 +0.088867187500 +0.015991210938 +0.101074218750 +0.061523437500 +-0.037353515625 +-0.022216796875 +0.028930664062 +-0.065429687500 +0.098632812500 +-0.074707031250 +-0.108398437500 +0.013671875000 +-0.150390625000 +-0.020751953125 +0.030517578125 +-0.089843750000 +-0.004211425781 +0.072265625000 +0.000020980835 +0.017944335938 +-0.039306640625 +0.023803710938 +-0.024169921875 +-0.153320312500 +0.104492187500 +-0.126953125000 +-0.112304687500 +-0.110351562500 +0.025268554688 +0.046630859375 +-0.022949218750 +0.020996093750 +-0.047607421875 +0.071777343750 +0.029663085938 +-0.155273437500 +-0.058349609375 +0.083984375000 +0.009582519531 +-0.039306640625 +0.025634765625 +-0.063476562500 +0.065917968750 +0.124511718750 +-0.096679687500 +0.000438690186 +-0.021240234375 +-0.096679687500 +-0.073242187500 +0.230468750000 +0.055908203125 +-0.159179687500 +-0.170898437500 +-0.042724609375 +-0.036621093750 +-0.039794921875 +0.015869140625 +0.122558593750 +0.057373046875 +0.073730468750 +0.019287109375 +0.179687500000 +0.132812500000 +0.058593750000 +0.097656250000 +0.053955078125 +0.041748046875 +0.009033203125 +-0.042236328125 +-0.054443359375 +-0.150390625000 +0.049316406250 +0.081054687500 +-0.061523437500 +-0.058105468750 +-0.040527343750 +-0.137695312500 +-0.080078125000 +0.087402343750 +-0.100585937500 +0.123046875000 +0.059570312500 +-0.100097656250 +-0.079101562500 +0.179687500000 +-0.085449218750 +0.041992187500 +0.026245117188 +0.039062500000 +-0.040771484375 +0.011169433594 +-0.028198242188 +0.024169921875 +0.076171875000 +0.104492187500 +-0.328125000000 +0.373046875000 +-0.128906250000 +-0.111816406250 +0.067382812500 +-0.090820312500 +-0.096191406250 +0.032958984375 +-0.091796875000 +0.015747070312 +-0.115722656250 +-0.066406250000 +0.093750000000 +-0.033691406250 +-0.108886718750 +0.124023437500 +0.020141601562 +0.061523437500 +0.071289062500 +0.068847656250 +0.042236328125 +0.163085937500 +-0.044677734375 +0.053466796875 +-0.098144531250 +-0.089843750000 +0.019409179688 +0.175781250000 +-0.069824218750 +0.176757812500 +0.353515625000 +0.007690429688 +-0.085937500000 +0.038574218750 +0.059570312500 +-0.009277343750 +-0.095214843750 +-0.190429687500 +-0.043212890625 +0.057861328125 +-0.069335937500 +-0.008361816406 +-0.062500000000 +-0.032958984375 +0.072753906250 +0.002441406250 +-0.155273437500 +-0.034667968750 +-0.013549804688 +-0.006072998047 +-0.072753906250 +0.068359375000 +-0.034912109375 +-0.051269531250 +-0.142578125000 +-0.061035156250 +0.012634277344 +0.106445312500 +0.051513671875 +-0.130859375000 +-0.057617187500 +0.028930664062 +-0.073242187500 +-0.083984375000 +-0.058349609375 +-0.125976562500 +-0.125976562500 +0.186523437500 +0.150390625000 +-0.054687500000 +-0.058593750000 +0.008300781250 +0.120117187500 +0.115234375000 +-0.135742187500 +0.000476837158 +0.010559082031 +0.046875000000 +-0.015502929688 +-0.074218750000 +-0.114257812500 +0.086914062500 +-0.053710937500 +-0.018432617188 +-0.017944335938 +-0.029052734375 +-0.034423828125 +-0.174804687500 +0.101562500000 +-0.029907226562 +0.103027343750 +-0.078125000000 +0.145507812500 +0.106933593750 +0.064453125000 +0.000310897827 +-0.052490234375 +0.031738281250 +-0.032958984375 +0.017700195312 +0.075195312500 +-0.008239746094 +0.044677734375 +-0.000232696533 +-0.085449218750 +-0.065429687500 +-0.064941406250 +0.067871093750 +0.009277343750 +-0.078125000000 +0.018676757812 +-0.048339843750 +-0.059570312500 +-0.002456665039 +-0.041748046875 +0.078613281250 +0.104492187500 +-0.061279296875 +-0.020019531250 +-0.000774383545 +0.058837890625 +-0.059814453125 +0.009582519531 +0.013000488281 +-0.060546875000 +-0.158203125000 +0.010314941406 +-0.015869140625 +0.233398437500 +0.065429687500 +0.095214843750 +-0.011596679688 +-0.211914062500 +0.028320312500 +-0.208984375000 +-0.010375976562 +-0.020996093750 +0.080566406250 +-0.113281250000 +0.103515625000 +0.052246093750 +-0.000946044922 +0.015991210938 +0.099121093750 +0.022705078125 +-0.031738281250 +0.018920898438 +-0.083007812500 +-0.034179687500 +-0.106933593750 +0.145507812500 +-0.052490234375 +0.119140625000 +-0.015747070312 +0.195312500000 +-0.092773437500 +0.044921875000 +0.056396484375 +-0.079589843750 +0.050781250000 +0.040771484375 +0.019897460938 +0.001945495605 +-0.161132812500 +0.018676757812 +0.039306640625 +0.061767578125 +0.152343750000 +0.040039062500 +-0.052734375000 +0.084472656250 +0.075195312500 +0.009887695312 +-0.125976562500 +-0.021118164062 +-0.165039062500 +0.029785156250 +-0.065429687500 +0.265625000000 +0.006408691406 +-0.066406250000 +-0.125000000000 +0.030151367188 +-0.103515625000 +-0.001266479492 +0.111816406250 +0.039550781250 +-0.125000000000 +0.000751495361 +-0.048828125000 +-0.014282226562 +0.047851562500 +-0.125976562500 +-0.094726562500 +0.069824218750 +-0.046142578125 +0.036621093750 +0.039794921875 +-0.078125000000 +0.079101562500 +-0.065917968750 +0.039794921875 +-0.123046875000 +0.027954101562 +0.104492187500 +0.110351562500 +-0.004730224609 +-0.086914062500 +0.022094726562 +0.092285156250 +0.031250000000 +-0.134765625000 +-0.106445312500 +-0.130859375000 +0.112304687500 +0.044433593750 +0.033203125000 +0.006011962891 +0.033691406250 +-0.066406250000 +-0.044433593750 +0.014587402344 +0.045166015625 +0.068359375000 +0.014343261719 +0.057861328125 +-0.012756347656 +0.087890625000 +-0.173828125000 +-0.005126953125 +-0.092773437500 +-0.049316406250 +-0.043457031250 +0.010986328125 +0.032226562500 +-0.016113281250 +0.161132812500 +0.066894531250 +0.034179687500 +0.061767578125 +0.131835937500 +0.005401611328 +0.009155273438 +-0.046386718750 +-0.160156250000 +-0.060302734375 +0.008544921875 +0.016479492188 +-0.025756835938 +0.077148437500 +-0.005645751953 +-0.035644531250 +0.050048828125 +-0.059082031250 +0.018798828125 +-0.010681152344 +-0.040527343750 +-0.176757812500 +0.021240234375 +-0.107421875000 +-0.016113281250 +-0.168945312500 +-0.165039062500 +0.072753906250 +-0.105957031250 +-0.117187500000 +0.017089843750 +-0.025390625000 +0.055664062500 +-0.104492187500 +0.090332031250 +-0.063476562500 +-0.130859375000 +-0.103027343750 +-0.192382812500 +-0.042724609375 +-0.129882812500 +0.009948730469 +-0.062988281250 +0.001350402832 +0.018676757812 +-0.076171875000 +-0.030883789062 +-0.000984191895 +0.053955078125 +0.112792968750 +-0.031494140625 +-0.017211914062 +0.061279296875 +0.104980468750 +-0.128906250000 +0.029418945312 +0.108398437500 +-0.038330078125 +-0.030151367188 +-0.003646850586 +-0.036621093750 +0.084960937500 +-0.054443359375 +0.183593750000 +-0.024536132812 +0.062988281250 +-0.014343261719 +0.140625000000 +0.011901855469 +0.051513671875 +0.145507812500 +-0.013610839844 +0.086914062500 +0.046875000000 +0.010375976562 +0.105468750000 +0.007354736328 +-0.123535156250 +-0.072753906250 +-0.017456054688 +-0.026123046875 +-0.041992187500 +-0.024780273438 +-0.084960937500 +-0.047851562500 +0.084960937500 +-0.176757812500 +-0.009033203125 +-0.075683593750 +0.060058593750 +-0.044921875000 +0.193359375000 +0.070312500000 +0.058837890625 +-0.046142578125 +-0.097656250000 +0.160156250000 +0.119140625000 +0.009521484375 +-0.083007812500 +-0.146484375000 +0.032714843750 +-0.041503906250 +0.104980468750 +0.122070312500 +0.146484375000 +-0.079589843750 +-0.138671875000 +0.111328125000 +0.006622314453 +0.053466796875 +-0.007202148438 +0.005187988281 +-0.066406250000 +-0.046875000000 +-0.054931640625 +0.087890625000 +0.096191406250 +-0.051757812500 +-0.094726562500 +0.044921875000 +-0.123535156250 +-0.126953125000 +0.058349609375 +0.044189453125 +0.009643554688 +0.028198242188 +-0.079589843750 +-0.067871093750 +0.032958984375 +-0.101074218750 +-0.001968383789 +-0.084960937500 +0.107421875000 +-0.083984375000 +0.035400390625 +0.096679687500 +0.036376953125 +0.020019531250 +0.054443359375 +0.025146484375 +-0.092285156250 +-0.073242187500 +-0.055419921875 +-0.058349609375 +0.006591796875 +0.396484375000 +0.110839843750 +-0.067871093750 +-0.111816406250 +0.013183593750 +-0.024169921875 +-0.027221679688 +-0.015869140625 +-0.078125000000 +0.005584716797 +0.045410156250 +-0.038085937500 +0.150390625000 +0.104492187500 +0.045898437500 +-0.178710937500 +0.064941406250 +0.142578125000 +-0.055664062500 +-0.123535156250 +0.003906250000 +-0.086914062500 +0.012390136719 +-0.074707031250 +-0.057617187500 +0.058837890625 +-0.094726562500 +-0.136718750000 +0.043457031250 +0.051025390625 +-0.027221679688 +-0.004364013672 +0.002075195312 +0.163085937500 +0.054199218750 +0.011840820312 +-0.044433593750 +-0.060791015625 +-0.001037597656 +0.028930664062 +-0.061767578125 +0.049316406250 +-0.003295898438 +0.042724609375 +0.157226562500 +0.015502929688 +0.060546875000 +-0.023193359375 +0.020996093750 +-0.104003906250 +-0.154296875000 +0.123535156250 +0.006439208984 +-0.018432617188 +0.016235351562 +0.083007812500 +-0.028808593750 +-0.076660156250 +-0.069824218750 +0.022094726562 +-0.022583007812 +-0.000587463379 +0.007354736328 +0.010192871094 +-0.004150390625 +-0.081542968750 +-0.070312500000 +0.005523681641 +0.005889892578 +0.027465820312 +0.069824218750 +-0.072265625000 +-0.093750000000 +0.099121093750 +-0.269531250000 +-0.099609375000 +0.093750000000 +-0.093261718750 +-0.055419921875 +-0.044677734375 +-0.151367187500 +0.049316406250 +-0.040039062500 +0.001037597656 +-0.061279296875 +0.137695312500 +0.031494140625 +-0.027343750000 +-0.119140625000 +0.058593750000 +0.068847656250 +-0.109863281250 +0.124023437500 +0.008972167969 +-0.007568359375 +-0.109863281250 +0.009582519531 +0.057373046875 +-0.041503906250 +0.088867187500 +-0.082519531250 +0.035644531250 +-0.138671875000 +0.004638671875 +0.100585937500 +-0.085449218750 +-0.150390625000 +0.052734375000 +0.049316406250 +-0.066894531250 +0.133789062500 +0.138671875000 +0.053710937500 +0.008544921875 +-0.013305664062 +-0.063964843750 +-0.115722656250 +0.020019531250 +0.047607421875 +-0.067871093750 +-0.019409179688 +0.017944335938 +0.043457031250 +-0.251953125000 +0.119140625000 +0.049560546875 +-0.109863281250 +0.035156250000 +-0.064941406250 +-0.138671875000 +0.098144531250 +0.010314941406 +0.020385742188 +-0.052734375000 +0.012023925781 +0.104003906250 +-0.018920898438 +-0.250000000000 +0.023559570312 +-0.245117187500 +-0.071289062500 +-0.031982421875 +0.036376953125 +-0.023803710938 +0.040283203125 +0.034912109375 +-0.114746093750 +0.046386718750 +0.066894531250 +-0.085449218750 +0.059326171875 +-0.152343750000 +-0.050537109375 +-0.038330078125 +-0.063476562500 +-0.113281250000 +-0.132812500000 +-0.064453125000 +-0.038085937500 +-0.179687500000 +0.011047363281 +-0.178710937500 +-0.034423828125 +0.114257812500 +0.077636718750 +-0.088378906250 +-0.063476562500 +-0.130859375000 +0.040039062500 +0.102539062500 +-0.048828125000 +-0.049560546875 +0.043701171875 +-0.053710937500 +-0.061035156250 +-0.038085937500 +-0.093261718750 +-0.198242187500 +-0.020751953125 +-0.076660156250 +0.071289062500 +-0.051025390625 +0.042968750000 +-0.083007812500 +-0.022338867188 +0.192382812500 +-0.084960937500 +-0.063476562500 +-0.073242187500 +-0.076660156250 +0.006317138672 +-0.043457031250 +-0.026977539062 +0.010620117188 +-0.011901855469 +0.118164062500 +-0.066406250000 +0.022705078125 +0.182617187500 +-0.038085937500 +0.050781250000 +-0.104003906250 +0.011596679688 +-0.000434875488 +0.033691406250 +0.064941406250 +0.065917968750 +-0.037841796875 +0.016967773438 +0.133789062500 +0.101074218750 +0.080078125000 +0.011047363281 +-0.024902343750 +-0.013000488281 +-0.053955078125 +0.079589843750 +0.118164062500 +0.169921875000 +0.041015625000 +0.014038085938 +-0.020385742188 +-0.174804687500 +0.093261718750 +-0.104003906250 +-0.208007812500 +0.134765625000 +0.010742187500 +-0.026123046875 +0.070312500000 +-0.029174804688 +-0.019409179688 +-0.059570312500 +-0.092285156250 +0.138671875000 +-0.045654296875 +0.066406250000 +-0.041015625000 +-0.125976562500 +0.009887695312 +0.078613281250 +-0.259765625000 +0.056640625000 +-0.037841796875 +-0.098632812500 +-0.070312500000 +-0.141601562500 +0.082031250000 +-0.041992187500 +-0.122558593750 +0.096191406250 +-0.111816406250 +0.016479492188 +-0.100585937500 +0.134765625000 +0.103515625000 +-0.078613281250 +0.012390136719 +-0.011352539062 +-0.202148437500 +-0.150390625000 +-0.191406250000 +0.088867187500 +-0.031982421875 +-0.006469726562 +0.027832031250 +-0.066406250000 +-0.049316406250 +0.030517578125 +-0.044189453125 +-0.081054687500 +-0.054931640625 +0.095703125000 +-0.125000000000 +0.072265625000 +0.076171875000 +-0.169921875000 +0.310546875000 +-0.070800781250 +-0.007873535156 +-0.093750000000 +0.004516601562 +0.061767578125 +-0.048583984375 +-0.016113281250 +0.072753906250 +-0.005981445312 +0.144531250000 +0.107421875000 +0.107910156250 +-0.054443359375 +-0.049316406250 +0.020874023438 +0.143554687500 +-0.053466796875 +-0.065429687500 +0.071777343750 +0.013000488281 +-0.150390625000 +-0.011962890625 +-0.208984375000 +0.032470703125 +0.005920410156 +-0.072753906250 +0.104980468750 +-0.095214843750 +0.003082275391 +-0.061523437500 +0.170898437500 +-0.056884765625 +-0.057861328125 +0.170898437500 +-0.103027343750 +-0.153320312500 +0.160156250000 +-0.019653320312 +0.066406250000 +-0.152343750000 +-0.138671875000 +0.025512695312 +-0.067382812500 +0.125000000000 +-0.004974365234 +-0.114746093750 +-0.027832031250 +-0.098632812500 +-0.237304687500 +-0.144531250000 +0.006225585938 +0.173828125000 +0.056152343750 +-0.186523437500 +0.025268554688 +0.020751953125 +0.024414062500 +-0.031494140625 +-0.041503906250 +-0.100585937500 +0.030517578125 +0.073730468750 +-0.003860473633 +0.110839843750 +0.002609252930 +-0.145507812500 +-0.104492187500 +-0.127929687500 +0.032226562500 +-0.065917968750 +-0.042724609375 +0.094238281250 +-0.094726562500 +0.024902343750 +-0.036132812500 +-0.013488769531 +0.027343750000 +-0.216796875000 +-0.045166015625 +-0.158203125000 +0.012695312500 +0.088867187500 +-0.080566406250 +-0.088867187500 +0.065917968750 +-0.144531250000 +-0.049804687500 +0.054931640625 +0.092773437500 +-0.012634277344 +0.085449218750 +-0.147460937500 +-0.104003906250 +-0.001167297363 +-0.050048828125 +-0.048339843750 +-0.089843750000 +-0.045654296875 +-0.129882812500 +-0.090332031250 +0.003051757812 +0.061523437500 +-0.034423828125 +0.113769531250 +-0.036132812500 +0.142578125000 +0.055175781250 +-0.024902343750 +-0.049804687500 +-0.050781250000 +-0.059326171875 +0.093750000000 +0.166015625000 +0.009643554688 +0.023071289062 +0.139648437500 +-0.007537841797 +-0.100585937500 +-0.070800781250 +-0.021972656250 +0.082519531250 +-0.102539062500 +0.015502929688 +0.067382812500 +0.245117187500 +-0.077148437500 +0.087402343750 +0.079589843750 +-0.079589843750 +-0.232421875000 +0.074218750000 +0.057128906250 +-0.039062500000 +0.052001953125 +0.142578125000 +-0.140625000000 +0.052734375000 +-0.139648437500 +-0.009338378906 +0.096191406250 +0.017089843750 +-0.098632812500 +-0.003555297852 +-0.011840820312 +0.144531250000 +-0.034179687500 +0.092285156250 +-0.128906250000 +0.040771484375 +-0.130859375000 +0.000576019287 +-0.020874023438 +-0.269531250000 +0.037597656250 +0.097167968750 +0.237304687500 +0.026123046875 +-0.040771484375 +0.018310546875 +-0.000122070312 +0.020141601562 +0.087402343750 +0.153320312500 +0.051513671875 +-0.064453125000 +0.056640625000 +0.085449218750 +-0.093261718750 +-0.053710937500 +0.022949218750 +-0.036376953125 +0.074707031250 +-0.028564453125 +0.033203125000 +0.032470703125 +0.146484375000 +0.116699218750 +-0.095703125000 +0.138671875000 +-0.023681640625 +-0.027587890625 +0.125000000000 +0.101562500000 +-0.013549804688 +0.031127929688 +0.070312500000 +-0.000488281250 +-0.073730468750 +-0.077636718750 +-0.011169433594 +0.053710937500 +0.285156250000 +-0.261718750000 +-0.144531250000 +0.041992187500 +0.012329101562 +-0.094726562500 +-0.022216796875 +-0.194335937500 +-0.162109375000 +0.052490234375 +-0.030761718750 +-0.089843750000 +-0.146484375000 +0.073242187500 +0.031250000000 +0.010925292969 +-0.115722656250 +-0.059814453125 +-0.067871093750 +0.006195068359 +0.118652343750 +-0.014770507812 +0.018554687500 +0.171875000000 +0.176757812500 +-0.107421875000 +-0.166992187500 +0.102539062500 +-0.000270843506 +0.020385742188 +-0.100097656250 +0.070312500000 +-0.018188476562 +0.002212524414 +0.078613281250 +0.049804687500 +-0.023925781250 +0.001419067383 +-0.007720947266 +-0.144531250000 +0.014343261719 +0.007080078125 +-0.003097534180 +-0.124511718750 +0.023559570312 +0.159179687500 +0.349609375000 +0.044189453125 +0.135742187500 +0.013061523438 +0.038330078125 +0.065917968750 +-0.087890625000 +-0.114746093750 +-0.064453125000 +-0.119140625000 +-0.048828125000 +0.001281738281 +-0.008911132812 +0.166015625000 +0.022338867188 +0.084472656250 +0.156250000000 +0.010375976562 +0.098144531250 +-0.174804687500 +0.177734375000 +-0.063964843750 +0.004272460938 +-0.041015625000 +0.029174804688 +-0.047119140625 +-0.015991210938 +-0.069824218750 +0.133789062500 +0.037597656250 +0.016601562500 +-0.052001953125 +0.017700195312 +0.077636718750 +0.070312500000 +-0.001647949219 +-0.015380859375 +-0.035644531250 +0.228515625000 +0.203125000000 +-0.048583984375 +-0.127929687500 +0.120117187500 +-0.004028320312 +-0.016113281250 +0.001953125000 +0.084472656250 +-0.041992187500 +-0.004119873047 +-0.341796875000 +0.051025390625 +0.021850585938 +0.019409179688 +0.037109375000 +0.014648437500 +-0.077148437500 +0.117187500000 +-0.040039062500 +0.072265625000 +0.027954101562 +0.045166015625 +-0.193359375000 +-0.099121093750 +-0.005676269531 +-0.012451171875 +0.180664062500 +0.046142578125 +0.070800781250 +0.047851562500 +0.020874023438 +0.083007812500 +0.041259765625 +-0.123046875000 +-0.017944335938 +-0.036132812500 +-0.059326171875 +-0.024536132812 +-0.009155273438 +-0.066406250000 +0.105957031250 +-0.026733398438 +-0.045166015625 +0.071289062500 +0.055908203125 +0.086425781250 +0.138671875000 +-0.073242187500 +0.025268554688 +-0.086425781250 +0.127929687500 +0.105957031250 +0.081542968750 +0.012817382812 +-0.119140625000 +-0.162109375000 +0.149414062500 +-0.017700195312 +0.052246093750 +0.024780273438 +-0.029907226562 +0.090332031250 +0.018432617188 +-0.146484375000 +0.030883789062 +-0.214843750000 +0.083984375000 +0.208984375000 +-0.144531250000 +0.060058593750 +-0.143554687500 +0.051513671875 +-0.130859375000 +-0.040039062500 +0.257812500000 +-0.074218750000 +0.170898437500 +0.021362304688 +0.068359375000 +-0.109863281250 +-0.003494262695 +-0.056884765625 +0.036621093750 +0.024414062500 +0.049072265625 +0.080078125000 +0.052978515625 +0.124511718750 +-0.057617187500 +0.012023925781 +0.003692626953 +-0.106933593750 +-0.227539062500 +-0.013549804688 +-0.094238281250 +0.061035156250 +-0.061523437500 +-0.050048828125 +-0.007415771484 +-0.009033203125 +-0.135742187500 +0.050537109375 +0.082031250000 +0.212890625000 +0.107910156250 +-0.083496093750 +0.116210937500 +-0.077148437500 +0.156250000000 +0.088867187500 +-0.077636718750 +-0.156250000000 +-0.106445312500 +-0.164062500000 +0.024414062500 +-0.125000000000 +0.014831542969 +0.125976562500 +0.012451171875 +-0.087890625000 +0.159179687500 +-0.076660156250 +-0.005462646484 +-0.044677734375 +0.129882812500 +0.040039062500 +-0.003723144531 +-0.201171875000 +-0.067382812500 +-0.106445312500 +0.053466796875 +0.045166015625 +-0.014160156250 +0.007598876953 +0.076660156250 +0.075683593750 +-0.018554687500 +-0.002349853516 +0.124023437500 +-0.189453125000 +-0.001869201660 +0.021972656250 +-0.047851562500 +-0.062988281250 +-0.070800781250 +0.005371093750 +0.107910156250 +-0.095703125000 +0.056152343750 +-0.031494140625 +0.073242187500 +-0.003845214844 +-0.082031250000 +0.234375000000 +0.008666992188 +0.007110595703 +0.016479492188 +-0.271484375000 +-0.028808593750 +0.025024414062 +0.015625000000 +0.067871093750 +0.095214843750 +-0.096679687500 +-0.050781250000 +-0.095214843750 +0.174804687500 +-0.143554687500 +-0.242187500000 +0.004211425781 +-0.114746093750 +-0.011535644531 +0.055664062500 +-0.077636718750 +-0.057128906250 +0.034912109375 +0.062255859375 +0.035400390625 +0.004913330078 +-0.193359375000 +-0.051269531250 +-0.059082031250 +-0.088378906250 +-0.027709960938 +-0.112304687500 +-0.072753906250 +0.016723632812 +0.095214843750 +0.104003906250 +-0.050048828125 +-0.096679687500 +-0.002761840820 +0.035400390625 +-0.073730468750 +-0.127929687500 +0.015991210938 +-0.036865234375 +0.118652343750 +0.020141601562 +-0.113769531250 +0.011474609375 +-0.096679687500 +0.141601562500 +-0.068847656250 +0.068847656250 +0.060302734375 +0.136718750000 +-0.074707031250 +0.117675781250 +-0.036865234375 +0.025146484375 +-0.078125000000 +0.038574218750 +-0.143554687500 +-0.024902343750 +0.016235351562 +-0.151367187500 +0.227539062500 +0.099609375000 +-0.053222656250 +-0.097656250000 +0.101074218750 +0.019165039062 +-0.139648437500 +-0.066894531250 +0.092773437500 +-0.051269531250 +-0.090332031250 +-0.103027343750 +0.135742187500 +0.011657714844 +-0.114257812500 +-0.059082031250 +-0.019775390625 +0.023071289062 +-0.188476562500 +0.015869140625 +0.056884765625 +-0.115234375000 +-0.024169921875 +0.022094726562 +-0.033447265625 +-0.036865234375 +-0.181640625000 +-0.047607421875 +0.086425781250 +0.052490234375 +0.017578125000 +-0.043945312500 +-0.146484375000 +-0.084960937500 +-0.029663085938 +0.012023925781 +-0.059570312500 +-0.031738281250 +-0.096679687500 +-0.104980468750 +-0.104003906250 +0.064941406250 +-0.021972656250 +-0.072265625000 +0.103515625000 +-0.094726562500 +0.040527343750 +-0.100097656250 +0.093261718750 +-0.037597656250 +-0.042724609375 +-0.075683593750 +-0.018554687500 +-0.027465820312 +-0.077148437500 +-0.043945312500 +-0.015197753906 +-0.145507812500 +0.138671875000 +0.080078125000 +-0.008666992188 +0.066894531250 +-0.157226562500 +0.083496093750 +0.414062500000 +0.097167968750 +0.267578125000 +-0.031982421875 +-0.097167968750 +0.162109375000 +0.036132812500 +-0.100097656250 +0.005828857422 +0.069824218750 +-0.054443359375 +-0.026123046875 +-0.019775390625 +0.006103515625 +-0.033447265625 +-0.044189453125 +-0.037109375000 +-0.088867187500 +-0.046875000000 +0.011901855469 +-0.010192871094 +0.066406250000 +0.075683593750 +0.029418945312 +0.089843750000 +0.093750000000 +0.166015625000 +0.127929687500 +-0.011596679688 +0.042968750000 +0.117675781250 +-0.008300781250 +-0.281250000000 +-0.022338867188 +-0.026123046875 +-0.093261718750 +0.049560546875 +0.001121520996 +-0.196289062500 +0.129882812500 +-0.015991210938 +-0.167968750000 +-0.158203125000 +0.140625000000 +-0.004943847656 +0.103515625000 +-0.070312500000 +0.131835937500 +0.046875000000 +0.012268066406 +-0.096191406250 +0.143554687500 +-0.035644531250 +0.130859375000 +-0.025024414062 +-0.108398437500 +-0.016601562500 +-0.015869140625 +0.081054687500 +0.059570312500 +-0.063476562500 +-0.070800781250 +-0.054687500000 +0.005004882812 +0.112792968750 +-0.125000000000 +-0.101074218750 +0.011657714844 +-0.007446289062 +-0.069824218750 +0.069335937500 +-0.091796875000 +-0.200195312500 +-0.076660156250 +-0.057861328125 +0.010742187500 +-0.015380859375 +0.065429687500 +-0.065917968750 +-0.021606445312 +-0.143554687500 +0.041992187500 +0.097656250000 +-0.032226562500 +0.204101562500 +0.071289062500 +-0.016479492188 +0.082519531250 +-0.084960937500 +0.095703125000 +0.140625000000 +-0.075195312500 +-0.173828125000 +0.023315429688 +0.012451171875 +-0.061523437500 +-0.019409179688 +-0.006256103516 +-0.021362304688 +0.036376953125 +0.112792968750 +0.066894531250 +-0.062500000000 +-0.003814697266 +0.181640625000 +-0.043945312500 +0.000492095947 +-0.061523437500 +0.020385742188 +0.094238281250 +-0.003051757812 +0.175781250000 +0.080078125000 +-0.105957031250 +-0.030151367188 +-0.050537109375 +-0.036865234375 +-0.062255859375 +-0.025512695312 +0.031738281250 +0.035400390625 +-0.209960937500 +-0.053466796875 +-0.048095703125 +0.137695312500 +-0.064453125000 +0.058349609375 +0.128906250000 +-0.294921875000 +-0.064453125000 +-0.050292968750 +0.170898437500 +-0.024658203125 +0.070312500000 +-0.019409179688 +-0.036376953125 +0.129882812500 +0.001174926758 +0.076660156250 +0.142578125000 +-0.014282226562 +-0.051025390625 +-0.027343750000 +0.191406250000 +0.068359375000 +-0.228515625000 +-0.053466796875 +-0.064453125000 +0.210937500000 +-0.133789062500 +0.079101562500 +-0.082519531250 +0.002975463867 +0.002212524414 +-0.055664062500 +0.083984375000 +0.070312500000 +-0.076660156250 +-0.042724609375 +-0.195312500000 +-0.086914062500 +0.018676757812 +-0.087890625000 +0.023437500000 +-0.113769531250 +0.014526367188 +-0.061767578125 +0.030029296875 +0.029907226562 +0.046630859375 +0.250000000000 +-0.092285156250 +-0.070800781250 +-0.031494140625 +0.050292968750 +-0.066406250000 +0.045166015625 +0.102539062500 +-0.022705078125 +0.038818359375 +0.006866455078 +0.035888671875 +-0.115234375000 +0.004882812500 +0.112304687500 +0.014221191406 +0.140625000000 +0.083007812500 +-0.095703125000 +-0.021850585938 +0.089843750000 +-0.185546875000 +-0.003280639648 +-0.000839233398 +0.048095703125 +0.110839843750 +0.038330078125 +-0.002151489258 +-0.092773437500 +-0.043701171875 +-0.150390625000 +-0.082031250000 +0.083984375000 +-0.148437500000 +0.056152343750 +-0.023925781250 +-0.125976562500 +-0.173828125000 +-0.244140625000 +-0.053466796875 +-0.107421875000 +0.044921875000 +-0.046386718750 +-0.057128906250 +-0.038574218750 +-0.039794921875 +0.063476562500 +-0.142578125000 +0.051269531250 +0.018310546875 +-0.190429687500 +-0.028930664062 +0.125976562500 +0.048583984375 +-0.049072265625 +0.060791015625 +0.015075683594 +-0.119140625000 +-0.141601562500 +-0.021484375000 +0.083007812500 +-0.017333984375 +0.017456054688 +-0.038818359375 +-0.229492187500 +0.019531250000 +0.026611328125 +-0.036132812500 +0.047119140625 +0.038330078125 +-0.029541015625 +-0.133789062500 +0.034912109375 +0.034179687500 +0.046630859375 +0.114746093750 +0.010803222656 +0.038085937500 +-0.031005859375 +-0.040039062500 +-0.112304687500 +0.128906250000 +-0.003387451172 +0.024169921875 +0.092285156250 +-0.091796875000 +0.231445312500 +0.071289062500 +-0.046386718750 +0.147460937500 +-0.012878417969 +0.060791015625 +-0.066406250000 +-0.050292968750 +0.005676269531 +0.057861328125 +0.019897460938 +0.001701354980 +-0.007110595703 +0.075195312500 +-0.118652343750 +-0.204101562500 +0.024047851562 +-0.024658203125 +-0.030883789062 +-0.029541015625 +0.018798828125 +-0.123046875000 +0.080566406250 +-0.119140625000 +0.065429687500 +0.091796875000 +0.232421875000 +0.067382812500 +-0.125000000000 +-0.064941406250 +-0.052734375000 +-0.073242187500 +-0.154296875000 +0.116699218750 +-0.007446289062 +-0.015197753906 +-0.070800781250 +-0.174804687500 +0.121093750000 +-0.002120971680 +0.020996093750 +0.199218750000 +-0.019042968750 +0.034667968750 +-0.180664062500 +0.002044677734 +0.269531250000 +0.122558593750 +-0.061035156250 +-0.361328125000 +0.007537841797 +0.122070312500 +0.139648437500 +0.009643554688 +-0.111328125000 +-0.098632812500 +-0.038818359375 +0.000576019287 +0.107910156250 +-0.069824218750 +-0.080566406250 +0.091796875000 +-0.066894531250 +0.018066406250 +0.065917968750 +-0.043457031250 +0.025878906250 +0.026855468750 +0.204101562500 +-0.066894531250 +-0.014892578125 +-0.080078125000 +-0.074707031250 +-0.077148437500 +-0.040527343750 +-0.094238281250 +-0.067871093750 +0.012512207031 +0.072265625000 +0.245117187500 +0.008544921875 +-0.004241943359 +0.078125000000 +0.075195312500 +-0.005828857422 +0.049804687500 +0.014160156250 +0.095703125000 +0.045898437500 +0.052001953125 +-0.048828125000 +-0.140625000000 +0.120117187500 +0.077636718750 +-0.023315429688 +-0.122070312500 +-0.018432617188 +0.065429687500 +-0.044433593750 +0.012817382812 +-0.118164062500 +-0.107421875000 +0.216796875000 +-0.001869201660 +0.026855468750 +-0.041992187500 +-0.015747070312 +-0.020874023438 +-0.109863281250 +0.014831542969 +0.017089843750 +0.027832031250 +-0.057617187500 +-0.085937500000 +-0.020385742188 +0.138671875000 +-0.011779785156 +0.039306640625 +0.036621093750 +-0.113281250000 +0.018920898438 +-0.045654296875 +-0.023559570312 +0.082519531250 +0.153320312500 +-0.037597656250 +0.156250000000 +-0.106933593750 +0.103515625000 +-0.150390625000 +0.038574218750 +0.187500000000 +0.010986328125 +-0.079589843750 +-0.028686523438 +-0.059326171875 +0.119140625000 +-0.050781250000 +0.019531250000 +-0.015258789062 +-0.098144531250 +0.026489257812 +-0.005096435547 +-0.133789062500 +-0.027099609375 +0.026367187500 +-0.233398437500 +0.034667968750 +-0.086914062500 +0.032958984375 +-0.023925781250 +-0.008300781250 +-0.005279541016 +0.039550781250 +-0.189453125000 +0.035156250000 +-0.006530761719 +-0.094238281250 +0.040527343750 +-0.008483886719 +0.035400390625 +0.086914062500 +-0.049560546875 +-0.000999450684 +-0.092285156250 +-0.025878906250 +-0.156250000000 +0.127929687500 +0.106445312500 +-0.093750000000 +0.015441894531 +-0.073730468750 +0.061279296875 +0.037597656250 +0.098632812500 +0.059814453125 +0.025756835938 +0.028320312500 +-0.098632812500 +0.038818359375 +-0.039794921875 +-0.149414062500 +-0.185546875000 +0.083984375000 +-0.044921875000 +0.057128906250 +0.035644531250 +-0.157226562500 +0.063964843750 +0.096191406250 +0.017211914062 +0.048339843750 +-0.206054687500 +0.052734375000 +0.103027343750 +0.057373046875 +-0.024902343750 +0.017700195312 +0.104492187500 +-0.032470703125 +-0.020507812500 +0.003677368164 +-0.119140625000 +0.070800781250 +-0.199218750000 +0.005432128906 +0.273437500000 +-0.023925781250 +0.042480468750 +-0.022094726562 +0.107421875000 +0.015197753906 +0.087402343750 +0.078613281250 +0.143554687500 +0.008483886719 +0.061767578125 +-0.198242187500 +-0.020385742188 +-0.019897460938 +0.165039062500 +0.074707031250 +0.082519531250 +-0.023559570312 +0.057861328125 +0.023437500000 +0.033935546875 +0.089355468750 +-0.075195312500 +0.037841796875 +0.005035400391 +-0.002716064453 +0.001152038574 +0.031494140625 +0.129882812500 +0.033935546875 +-0.018676757812 +-0.077636718750 +-0.269531250000 +0.040527343750 +-0.024536132812 +0.023925781250 +-0.109863281250 +0.074707031250 +0.036132812500 +-0.073242187500 +0.049072265625 +-0.045898437500 +-0.113769531250 +0.112792968750 +-0.376953125000 +-0.053955078125 +-0.027954101562 +0.169921875000 +-0.036132812500 +-0.072265625000 +-0.031250000000 +0.087402343750 +0.106933593750 +0.023315429688 +-0.033447265625 +0.154296875000 +-0.086425781250 +0.012268066406 +0.062500000000 +-0.176757812500 +-0.089843750000 +-0.310546875000 +0.059570312500 +0.013000488281 +0.007415771484 +-0.092285156250 +0.023925781250 +-0.063964843750 +0.163085937500 +-0.147460937500 +-0.064941406250 +-0.084960937500 +-0.066894531250 +0.114257812500 +0.070312500000 +0.001823425293 +0.175781250000 +-0.019897460938 +0.129882812500 +0.122558593750 +-0.131835937500 +-0.001228332520 +0.016113281250 +-0.054931640625 +0.083007812500 +-0.118164062500 +-0.024169921875 +-0.043212890625 +0.033447265625 +0.071289062500 +-0.000999450684 +0.216796875000 +-0.138671875000 +-0.160156250000 +-0.069335937500 +0.033935546875 +0.235351562500 +-0.053222656250 +0.063964843750 +-0.263671875000 +0.065917968750 +-0.087890625000 +-0.018798828125 +-0.013793945312 +0.016967773438 +0.015991210938 +0.041748046875 +-0.009948730469 +-0.011474609375 +0.036376953125 +-0.062988281250 +0.093261718750 +-0.042480468750 +-0.124511718750 +-0.063964843750 +-0.062500000000 +0.191406250000 +-0.055419921875 +-0.120605468750 +-0.035400390625 +-0.167968750000 +-0.025024414062 +0.144531250000 +-0.105468750000 +-0.030029296875 +0.136718750000 +-0.146484375000 +-0.005401611328 +-0.127929687500 +-0.248046875000 +0.048828125000 +-0.075683593750 +0.062011718750 +0.078613281250 +-0.150390625000 +0.034423828125 +-0.001876831055 +0.138671875000 +0.152343750000 +0.067382812500 +-0.079589843750 +-0.072265625000 +0.093261718750 +0.064941406250 +-0.152343750000 +0.000436782837 +0.031982421875 +0.021118164062 +0.034912109375 +-0.068359375000 +0.060791015625 +0.016723632812 +-0.106445312500 +-0.008239746094 +-0.169921875000 +-0.029052734375 +0.153320312500 +-0.024658203125 +-0.077148437500 +-0.110351562500 +-0.044433593750 +-0.049316406250 +-0.025390625000 +-0.132812500000 +-0.125000000000 +0.033691406250 +-0.002319335938 +0.009643554688 +-0.182617187500 +0.016601562500 +-0.026611328125 +-0.066894531250 +0.009155273438 +0.118164062500 +0.005096435547 +0.316406250000 +0.024169921875 +0.165039062500 +0.184570312500 +-0.002120971680 +-0.104492187500 +-0.055908203125 +-0.081054687500 +0.130859375000 +0.106445312500 +-0.067871093750 +-0.057128906250 +-0.093750000000 +0.048583984375 +0.177734375000 +0.003768920898 +0.065917968750 +0.065429687500 +-0.160156250000 +-0.059570312500 +0.050292968750 +0.033203125000 +0.193359375000 +0.034179687500 +-0.144531250000 +0.096679687500 +-0.077148437500 +-0.109375000000 +-0.051513671875 +-0.251953125000 +0.091796875000 +0.024414062500 +0.021606445312 +0.052490234375 +0.013305664062 +0.054199218750 +-0.109863281250 +-0.024047851562 +-0.158203125000 +0.039062500000 +0.057373046875 +0.330078125000 +0.086914062500 +0.016723632812 +0.018066406250 +0.031494140625 +-0.065917968750 +-0.014648437500 +-0.035888671875 +0.016967773438 +-0.001937866211 +0.067382812500 +0.115722656250 +-0.026733398438 +0.220703125000 +-0.106445312500 +0.047363281250 +0.031250000000 +-0.069335937500 +-0.129882812500 +-0.106445312500 +-0.128906250000 +0.009643554688 +-0.104492187500 +0.017333984375 +0.065917968750 +-0.140625000000 +0.092773437500 +-0.050048828125 +-0.139648437500 +-0.078613281250 +-0.002761840820 +-0.003372192383 +-0.054443359375 +-0.011718750000 +0.200195312500 +0.060791015625 +-0.141601562500 +-0.146484375000 +0.006591796875 +-0.045898437500 +-0.071289062500 +0.065429687500 +-0.007202148438 +0.000127792358 +-0.135742187500 +-0.084960937500 +0.014343261719 +0.039062500000 +0.137695312500 +-0.168945312500 +0.008239746094 +-0.175781250000 +-0.046142578125 +0.070312500000 +0.010742187500 +0.078613281250 +0.043212890625 +-0.080566406250 +0.051025390625 +0.048095703125 +0.071777343750 +0.024169921875 +-0.078125000000 +0.077148437500 +0.105468750000 +-0.077636718750 +-0.047851562500 +-0.044433593750 +0.108398437500 +-0.104003906250 +0.060791015625 +0.121093750000 +0.113769531250 +0.018188476562 +0.051025390625 +-0.045166015625 +-0.009094238281 +-0.169921875000 +0.021118164062 +-0.018066406250 +0.067382812500 +0.053466796875 +-0.084960937500 +-0.109375000000 +-0.169921875000 +-0.084472656250 +0.076660156250 +0.059814453125 +-0.030639648438 +0.073730468750 +0.067382812500 +0.030883789062 +-0.015441894531 +-0.088867187500 +-0.052978515625 +-0.039550781250 +0.024291992188 +-0.006988525391 +-0.027221679688 +-0.058105468750 +0.074218750000 +0.083984375000 +0.052246093750 +-0.009216308594 +0.012207031250 +0.105468750000 +0.130859375000 +-0.122558593750 +0.083007812500 +-0.115234375000 +-0.040039062500 +-0.005218505859 +0.019409179688 +0.012451171875 +0.019775390625 +0.099121093750 +0.021484375000 +-0.045898437500 +-0.104492187500 +-0.053955078125 +0.106445312500 +0.011779785156 +-0.110351562500 +-0.110839843750 +0.025390625000 +-0.002838134766 +0.178710937500 +0.017700195312 +0.148437500000 +-0.157226562500 +-0.104492187500 +0.060546875000 +0.012084960938 +-0.050781250000 +-0.067871093750 +-0.124511718750 +0.155273437500 +0.072753906250 +-0.009826660156 +-0.155273437500 +0.017456054688 +-0.077148437500 +0.050292968750 +0.021118164062 +0.041992187500 +0.093750000000 +-0.230468750000 +-0.054443359375 +-0.121582031250 +-0.147460937500 +0.024658203125 +-0.020874023438 +-0.265625000000 +-0.306640625000 +0.171875000000 +-0.015991210938 +0.018920898438 +0.090820312500 +-0.061767578125 +-0.065429687500 +-0.150390625000 +-0.068359375000 +-0.106933593750 +0.032226562500 +-0.075683593750 +0.006225585938 +-0.040527343750 +-0.049316406250 +0.119140625000 +0.017700195312 +0.026855468750 +-0.050537109375 +0.123535156250 +0.198242187500 +0.056640625000 +-0.120117187500 +-0.035156250000 +0.118652343750 +-0.202148437500 +0.051757812500 +0.148437500000 +-0.039062500000 +-0.181640625000 +0.054687500000 +-0.112792968750 +0.094238281250 +-0.045166015625 +0.097167968750 +-0.148437500000 +0.049316406250 +-0.074707031250 +-0.023437500000 +-0.010009765625 +0.035400390625 +0.025390625000 +0.031982421875 +-0.050781250000 +-0.230468750000 +-0.015625000000 +-0.152343750000 +0.066894531250 +0.006195068359 +-0.008972167969 +-0.133789062500 +-0.000904083252 +-0.131835937500 +-0.100585937500 +-0.114257812500 +-0.125000000000 +0.004119873047 +-0.012817382812 +-0.322265625000 +0.244140625000 +-0.090332031250 +-0.059326171875 +0.271484375000 +0.143554687500 +0.080566406250 +0.024414062500 +0.104003906250 +-0.003646850586 +0.156250000000 +-0.050781250000 +0.044677734375 +-0.197265625000 +0.006072998047 +-0.037841796875 +0.016479492188 +-0.011657714844 +0.034912109375 +-0.026367187500 +-0.124511718750 +0.257812500000 +0.020019531250 +-0.005523681641 +0.042724609375 +0.067382812500 +-0.018066406250 +0.104980468750 +-0.016845703125 +0.029174804688 +-0.052246093750 +-0.010070800781 +-0.044677734375 +0.009826660156 +0.063964843750 +-0.035156250000 +-0.008178710938 +0.020019531250 +0.064453125000 +0.093261718750 +-0.107910156250 +0.044921875000 +0.044921875000 +0.000239372253 +0.007263183594 +-0.036865234375 +-0.091796875000 +0.100585937500 +0.005706787109 +0.175781250000 +-0.046630859375 +-0.033935546875 +0.004486083984 +-0.135742187500 +0.070800781250 +0.032470703125 +-0.164062500000 +-0.106445312500 +-0.169921875000 +0.014343261719 +0.037841796875 +-0.084960937500 +-0.092285156250 +-0.172851562500 +0.060058593750 +0.026000976562 +-0.000740051270 +-0.116210937500 +0.092285156250 +0.087402343750 +-0.150390625000 +0.184570312500 +-0.038085937500 +0.049316406250 +-0.175781250000 +-0.058105468750 +-0.166992187500 +0.116210937500 +-0.065429687500 +-0.026855468750 +0.003997802734 +0.145507812500 +0.116210937500 +0.071289062500 +-0.081054687500 +-0.098144531250 +-0.137695312500 +0.035888671875 +-0.055664062500 +-0.100585937500 +0.132812500000 +-0.015991210938 +-0.110839843750 +-0.017700195312 +0.098632812500 +-0.070800781250 +-0.031250000000 +-0.166015625000 +0.098144531250 +0.142578125000 +-0.015747070312 +-0.019531250000 +-0.002944946289 +-0.034179687500 +0.017822265625 +-0.079589843750 +0.011596679688 +-0.170898437500 +-0.040527343750 +0.050292968750 +0.053222656250 +0.211914062500 +0.324218750000 +-0.041992187500 +-0.008056640625 +-0.050048828125 +-0.011840820312 +-0.030639648438 +0.088867187500 +-0.073242187500 +0.057128906250 +-0.072753906250 +0.017700195312 +0.002334594727 +0.028198242188 +-0.025512695312 +0.155273437500 +0.162109375000 +-0.146484375000 +-0.184570312500 +-0.131835937500 +0.018554687500 +-0.380859375000 +0.019531250000 +-0.095703125000 +-0.122558593750 +-0.139648437500 +0.054931640625 +0.038574218750 +0.095703125000 +-0.062255859375 +-0.026000976562 +-0.032958984375 +0.029907226562 +0.052246093750 +-0.091308593750 +0.016235351562 +0.098632812500 +-0.111328125000 +-0.025268554688 +-0.079589843750 +-0.026123046875 +-0.081054687500 +0.019165039062 +0.148437500000 +-0.151367187500 +-0.007690429688 +-0.044189453125 +-0.162109375000 +0.031494140625 +-0.063964843750 +-0.051025390625 +-0.050781250000 +0.158203125000 +-0.114257812500 +-0.033447265625 +0.005950927734 +-0.204101562500 +-0.041503906250 +0.025634765625 +0.089355468750 +0.037353515625 +0.027465820312 +0.030029296875 +-0.032958984375 +0.066894531250 +-0.030029296875 +-0.004119873047 +-0.115722656250 +-0.100097656250 +-0.006958007812 +-0.042968750000 +0.004455566406 +0.058105468750 +-0.063964843750 +0.014709472656 +0.024658203125 +-0.136718750000 +-0.166015625000 +-0.104980468750 +-0.066894531250 +0.000249862671 +-0.037353515625 +-0.014587402344 +-0.022094726562 +0.059570312500 +-0.079101562500 +-0.038085937500 +0.000991821289 +-0.242187500000 +-0.176757812500 +0.052001953125 +-0.087890625000 +-0.151367187500 +-0.017456054688 +0.081542968750 +-0.031494140625 +-0.180664062500 +-0.130859375000 +0.077636718750 +0.093750000000 +0.020507812500 +-0.021606445312 +-0.009826660156 +0.016723632812 +-0.030151367188 +-0.038818359375 +0.091308593750 +0.082519531250 +0.016235351562 +0.092285156250 +0.073242187500 +-0.044189453125 +-0.098144531250 +0.156250000000 +0.110839843750 +0.074218750000 +-0.085937500000 +-0.023803710938 +-0.089843750000 +0.099121093750 +-0.043212890625 +-0.008300781250 +-0.020629882812 +0.061035156250 +0.156250000000 +-0.134765625000 +-0.123535156250 +-0.033203125000 +-0.065917968750 +-0.020141601562 +-0.012695312500 +-0.183593750000 +-0.049804687500 +-0.081054687500 +0.002792358398 +-0.083984375000 +-0.111328125000 +-0.304687500000 +-0.093750000000 +0.020874023438 +0.165039062500 +0.027343750000 +0.040283203125 +-0.091308593750 +-0.037353515625 +-0.052001953125 +-0.067382812500 +-0.011779785156 +-0.126953125000 +-0.141601562500 +0.012145996094 +-0.041748046875 +0.226562500000 +0.038085937500 +-0.114257812500 +0.020751953125 +-0.074707031250 +-0.009033203125 +0.006317138672 +-0.034423828125 +-0.067382812500 +-0.146484375000 +-0.144531250000 +-0.004425048828 +0.041992187500 +-0.026123046875 +0.088378906250 +0.021850585938 +0.121093750000 +-0.193359375000 +-0.265625000000 +0.001571655273 +0.137695312500 +0.023803710938 +0.029296875000 +0.029541015625 +0.035400390625 +-0.084472656250 +-0.183593750000 +-0.193359375000 +-0.040771484375 +0.023437500000 +0.053955078125 +0.096191406250 +0.029907226562 +-0.096191406250 +0.007293701172 +-0.146484375000 +-0.060058593750 +-0.077636718750 +0.138671875000 +-0.103027343750 +-0.187500000000 +-0.072265625000 +-0.112304687500 +0.038574218750 +0.065429687500 +0.033935546875 +-0.093261718750 +0.073730468750 +0.099121093750 +-0.224609375000 +-0.027221679688 +0.049072265625 +-0.006866455078 +-0.001022338867 +-0.079101562500 +0.004394531250 +0.008422851562 +0.015991210938 +-0.099121093750 +0.014221191406 +-0.128906250000 +0.058593750000 +0.003601074219 +0.146484375000 +-0.007873535156 +0.067382812500 +-0.007751464844 +0.049560546875 +0.016357421875 +-0.047363281250 +0.048339843750 +0.069824218750 +0.033447265625 +-0.147460937500 +-0.032470703125 +0.082031250000 +0.005767822266 +0.048095703125 +-0.322265625000 +0.008483886719 +-0.185546875000 +0.125976562500 +-0.024291992188 +-0.038818359375 +-0.136718750000 +0.008483886719 +-0.062500000000 +0.038818359375 +-0.171875000000 +0.231445312500 +0.015319824219 +0.083984375000 +0.053710937500 +-0.105468750000 +0.013671875000 +-0.070312500000 +-0.034423828125 +0.098632812500 +0.107910156250 +0.017089843750 +0.000709533691 +0.159179687500 +-0.178710937500 +-0.118652343750 +0.140625000000 +0.065429687500 +0.201171875000 +-0.004669189453 +0.014953613281 +0.104492187500 +0.026367187500 +0.017333984375 +0.030273437500 +-0.150390625000 +0.005462646484 +-0.059082031250 +0.101562500000 +0.162109375000 +0.003356933594 +0.143554687500 +-0.185546875000 +-0.032470703125 +-0.208984375000 +0.000263214111 +-0.037597656250 +0.064453125000 +-0.020874023438 +-0.109375000000 +-0.134765625000 +-0.035644531250 +0.039306640625 +0.123535156250 +-0.009094238281 +0.023803710938 +0.080566406250 +-0.029174804688 +-0.173828125000 +0.084472656250 +-0.044677734375 +-0.025756835938 +-0.063964843750 +0.009643554688 +-0.078613281250 +0.091308593750 +-0.123046875000 +-0.022094726562 +0.073730468750 +-0.076171875000 +0.126953125000 +-0.079101562500 +-0.051025390625 +0.033203125000 +-0.000158309937 +-0.153320312500 +-0.072265625000 +0.042480468750 +-0.017089843750 +0.008239746094 +0.067382812500 +-0.034912109375 +0.061523437500 +0.031494140625 +-0.004974365234 +-0.060302734375 +0.017578125000 +0.084960937500 +-0.079589843750 +0.131835937500 +0.029785156250 +-0.027709960938 +-0.087402343750 +-0.007324218750 +-0.068359375000 +-0.060791015625 +0.111328125000 +0.059814453125 +-0.003417968750 +0.017578125000 +0.056884765625 +0.246093750000 +0.024414062500 +-0.007385253906 +-0.076660156250 +-0.113281250000 +-0.078613281250 +-0.142578125000 +-0.098144531250 +0.035888671875 +-0.008178710938 +-0.082519531250 +-0.093261718750 +0.113769531250 +0.003341674805 +-0.101562500000 +0.034667968750 +0.036376953125 +-0.005035400391 +-0.158203125000 +0.013916015625 +0.112304687500 +0.141601562500 +-0.094238281250 +0.076171875000 +0.217773437500 +-0.073730468750 +-0.103515625000 +-0.103027343750 +-0.099121093750 +-0.034179687500 +0.048339843750 +-0.045898437500 +0.095703125000 +0.149414062500 +0.044677734375 +0.006866455078 +0.100097656250 +-0.067871093750 +-0.100097656250 +0.011413574219 +-0.063964843750 +0.021362304688 +-0.040527343750 +-0.051513671875 +0.035400390625 +-0.107910156250 +-0.040283203125 +0.042480468750 +-0.300781250000 +0.033935546875 +0.033691406250 +-0.062988281250 +-0.138671875000 +0.007873535156 +-0.147460937500 +-0.119628906250 +-0.014953613281 +-0.159179687500 +-0.042480468750 +-0.122070312500 +0.129882812500 +-0.004699707031 +0.182617187500 +0.078125000000 +0.009094238281 +0.058105468750 +-0.041748046875 +0.070312500000 +0.092773437500 +-0.057617187500 +0.083984375000 +-0.078613281250 +-0.007598876953 +0.016479492188 +0.059082031250 +-0.292968750000 +-0.128906250000 +0.028686523438 +-0.175781250000 +0.029052734375 +0.158203125000 +-0.131835937500 +-0.151367187500 +-0.114257812500 +-0.057617187500 +0.142578125000 +0.052734375000 +0.135742187500 +0.097656250000 +-0.128906250000 +-0.026245117188 +-0.184570312500 +-0.054687500000 +0.052490234375 +-0.094726562500 +-0.001884460449 +-0.033935546875 +-0.076171875000 +-0.322265625000 +-0.029907226562 +-0.089355468750 +-0.025268554688 +-0.120117187500 +-0.265625000000 +-0.014526367188 +-0.068847656250 +0.073242187500 +-0.039062500000 +-0.011779785156 +-0.006103515625 +-0.051025390625 +-0.104980468750 +-0.026977539062 +0.126953125000 +-0.065429687500 +-0.020507812500 +0.117187500000 +0.034667968750 +0.056884765625 +-0.168945312500 +-0.193359375000 +-0.015747070312 +0.180664062500 +0.003234863281 +-0.022460937500 +0.046875000000 +-0.145507812500 +0.027954101562 +-0.179687500000 +-0.008789062500 +-0.003540039062 +-0.166992187500 +-0.069335937500 +0.088867187500 +-0.020996093750 +0.055175781250 +-0.026611328125 +-0.028930664062 +0.119140625000 +-0.087402343750 +-0.181640625000 +-0.093750000000 +0.162109375000 +0.061035156250 +0.087402343750 +-0.135742187500 +0.070800781250 +0.031005859375 +-0.068847656250 +-0.036865234375 +-0.162109375000 +-0.016723632812 +0.079589843750 +0.100097656250 +0.088378906250 +-0.078125000000 +0.013793945312 +-0.022460937500 +0.050292968750 +-0.051025390625 +0.080566406250 +0.014709472656 +0.037597656250 +-0.028442382812 +0.029907226562 +-0.016601562500 +0.107421875000 +0.060302734375 +0.030639648438 +-0.002471923828 +0.231445312500 +0.087890625000 +-0.108398437500 +0.050048828125 +0.001380920410 +-0.036132812500 +0.261718750000 +-0.024902343750 +0.137695312500 +-0.151367187500 +-0.143554687500 +0.111328125000 +0.024536132812 +-0.012451171875 +-0.074707031250 +-0.066406250000 +0.005798339844 +0.016235351562 +0.067871093750 +-0.020141601562 +0.079101562500 +-0.016601562500 +-0.054931640625 +0.072265625000 +-0.081054687500 +-0.015991210938 +-0.021850585938 +0.152343750000 +-0.131835937500 +0.140625000000 +0.070312500000 +-0.024414062500 +-0.067382812500 +0.143554687500 +0.086914062500 +-0.049072265625 +0.020263671875 +-0.041015625000 +-0.124511718750 +0.109375000000 +-0.083984375000 +0.058105468750 +0.046386718750 +0.018066406250 +0.010131835938 +-0.068359375000 +0.045166015625 +0.073730468750 +0.068847656250 +0.024780273438 +-0.028808593750 +-0.047119140625 +0.047363281250 +-0.177734375000 +0.020874023438 +-0.059814453125 +0.089355468750 +-0.129882812500 +0.173828125000 +0.111328125000 +-0.114257812500 +-0.056884765625 +-0.029296875000 +0.012878417969 +-0.058593750000 +-0.165039062500 +-0.047607421875 +-0.002670288086 +0.145507812500 +0.059326171875 +0.087890625000 +0.128906250000 +0.040283203125 +-0.034667968750 +-0.028198242188 +0.119628906250 +-0.251953125000 +0.022460937500 +-0.008728027344 +-0.052246093750 +-0.013854980469 +0.003433227539 +-0.014831542969 +0.035888671875 +-0.088378906250 +-0.060302734375 +-0.038574218750 +-0.062011718750 +0.094726562500 +0.098632812500 +0.136718750000 +0.026733398438 +-0.124511718750 +0.014648437500 +-0.248046875000 +0.071777343750 +0.063964843750 +-0.129882812500 +-0.121093750000 +-0.184570312500 +-0.035400390625 +0.045410156250 +0.100097656250 +0.017333984375 +0.048095703125 +-0.051025390625 +0.000698089600 +0.131835937500 +0.001426696777 +0.017089843750 +0.108398437500 +-0.030761718750 +0.005798339844 +0.080078125000 +0.001136779785 +0.269531250000 +0.036132812500 +0.005249023438 +-0.271484375000 +0.129882812500 +0.104492187500 +0.099609375000 +0.020263671875 +-0.182617187500 +0.273437500000 +0.034179687500 +0.058105468750 +0.011718750000 +-0.160156250000 +-0.158203125000 +-0.255859375000 +0.090332031250 +0.007751464844 +-0.065917968750 +0.082519531250 +-0.082519531250 +0.055175781250 +0.060546875000 +-0.025390625000 +-0.125000000000 +-0.004852294922 +-0.015014648438 +0.065429687500 +-0.056884765625 +0.139648437500 +0.139648437500 +0.063964843750 +0.024780273438 +-0.212890625000 +0.095703125000 +0.098144531250 +0.087890625000 +0.051757812500 +-0.053710937500 +0.054687500000 +0.039550781250 +0.062255859375 +0.140625000000 +0.104492187500 +0.000732421875 +0.000820159912 +0.069824218750 +-0.069824218750 +0.042236328125 +-0.015075683594 +-0.151367187500 +-0.019165039062 +-0.045654296875 +0.002471923828 +0.048339843750 +0.162109375000 +-0.073242187500 +0.120605468750 +0.041748046875 +0.245117187500 +-0.233398437500 +0.089355468750 +0.023803710938 +0.026855468750 +0.034423828125 +-0.065917968750 +0.106933593750 +0.170898437500 +0.007141113281 +-0.023681640625 +-0.013793945312 +-0.033203125000 +0.006958007812 +0.015563964844 +0.168945312500 +-0.151367187500 +-0.168945312500 +-0.046875000000 +0.136718750000 +-0.099609375000 +-0.181640625000 +-0.055908203125 +-0.020629882812 +0.003616333008 +-0.006896972656 +-0.011901855469 +-0.027343750000 +0.156250000000 +-0.088867187500 +-0.071777343750 +-0.036132812500 +0.079101562500 +0.045898437500 +-0.116210937500 +-0.200195312500 +0.097167968750 +0.047607421875 +-0.043701171875 +0.041015625000 +0.132812500000 +0.038818359375 +0.058349609375 +0.034423828125 +-0.042236328125 +-0.061523437500 +-0.072753906250 +-0.147460937500 +0.023559570312 +-0.039306640625 +-0.113769531250 +-0.067382812500 +-0.036132812500 +-0.025024414062 +0.007293701172 +-0.038085937500 +0.033935546875 +-0.060302734375 +0.070312500000 +-0.077148437500 +-0.152343750000 +0.116210937500 +-0.092285156250 +-0.060546875000 +-0.090820312500 +-0.014587402344 +-0.071777343750 +0.210937500000 +0.014343261719 +0.015869140625 +-0.154296875000 +0.052978515625 +-0.044921875000 +0.051757812500 +-0.024902343750 +-0.095214843750 +0.097656250000 +-0.148437500000 +0.013610839844 +-0.096679687500 +-0.088867187500 +-0.111328125000 +0.073242187500 +-0.001541137695 +-0.018310546875 +-0.159179687500 +-0.004638671875 +0.021240234375 +-0.064941406250 +0.072265625000 +-0.086914062500 +-0.096679687500 +0.036376953125 +-0.059082031250 +-0.054199218750 +0.092773437500 +-0.135742187500 +0.010437011719 +0.036376953125 +-0.026000976562 +0.053710937500 +0.080566406250 +0.030883789062 +0.066894531250 +-0.013549804688 +-0.026733398438 +0.096679687500 +0.051269531250 +0.075683593750 +0.009399414062 +0.020751953125 +-0.162109375000 +0.059326171875 +-0.009948730469 +0.117675781250 +-0.136718750000 +0.125000000000 +0.206054687500 +-0.093750000000 +0.077636718750 +-0.138671875000 +0.022949218750 +0.125000000000 +0.107421875000 +0.017089843750 +0.042968750000 +-0.104003906250 +-0.059082031250 +0.086425781250 +0.021240234375 +0.032470703125 +-0.027343750000 +0.168945312500 +0.104492187500 +-0.100097656250 +-0.105957031250 +0.039794921875 +-0.070800781250 +0.070312500000 +0.013732910156 +0.106933593750 +-0.025634765625 +0.000410079956 +-0.019897460938 +-0.032958984375 +0.036132812500 +0.069335937500 +-0.016357421875 +-0.104980468750 +-0.089843750000 +0.210937500000 +0.011718750000 +-0.097656250000 +-0.073730468750 +-0.112792968750 +-0.119628906250 +0.064941406250 +-0.064941406250 +-0.004272460938 +-0.122558593750 +0.015869140625 +0.077148437500 +0.177734375000 +0.041015625000 +-0.007934570312 +-0.080566406250 +0.138671875000 +-0.042236328125 +-0.051513671875 +0.031494140625 +0.174804687500 +-0.132812500000 +0.052978515625 +-0.005157470703 +0.083984375000 +0.086425781250 +-0.009399414062 +0.045898437500 +0.149414062500 +-0.109863281250 +-0.053222656250 +0.005493164062 +0.037841796875 +0.008239746094 +-0.200195312500 +0.014892578125 +0.132812500000 +0.091308593750 +-0.109863281250 +0.025756835938 +-0.098144531250 +0.043212890625 +-0.010131835938 +-0.113281250000 +0.153320312500 +-0.086914062500 +-0.012939453125 +-0.267578125000 +-0.053710937500 +-0.051025390625 +-0.102539062500 +-0.200195312500 +-0.042724609375 +-0.085937500000 +0.016723632812 +-0.033691406250 +-0.051269531250 +0.197265625000 +0.089355468750 +-0.102050781250 +-0.206054687500 +-0.176757812500 +0.090820312500 +-0.133789062500 +0.058349609375 +0.025390625000 +-0.020385742188 +-0.026367187500 +0.069335937500 +-0.110839843750 +0.018066406250 +0.113281250000 +-0.043212890625 +0.210937500000 +0.079589843750 +0.114746093750 +-0.051025390625 +0.170898437500 +-0.000595092773 +-0.167968750000 +0.086425781250 +0.068359375000 +-0.061523437500 +-0.049804687500 +-0.094726562500 +-0.133789062500 +0.001953125000 +-0.092285156250 +0.093750000000 +0.136718750000 +-0.024536132812 +0.121093750000 +-0.083007812500 +0.060058593750 +0.025390625000 +0.102050781250 +-0.012390136719 +0.093261718750 +0.084960937500 +0.100585937500 +-0.062988281250 +-0.034912109375 +0.048339843750 +-0.041503906250 +-0.017456054688 +0.016967773438 +0.069824218750 +-0.010925292969 +0.036621093750 +-0.009948730469 +-0.084472656250 +-0.005706787109 +-0.012329101562 +-0.046875000000 +-0.052734375000 +-0.073730468750 +0.120605468750 +-0.079589843750 +-0.019409179688 +-0.051757812500 +0.085937500000 +-0.012573242188 +0.007080078125 +-0.034179687500 +0.242187500000 +0.006317138672 +0.083496093750 +0.183593750000 +0.064453125000 +-0.004211425781 +-0.332031250000 +-0.047607421875 +-0.048583984375 +-0.020385742188 +-0.027099609375 +-0.066406250000 +-0.168945312500 +-0.134765625000 +-0.017700195312 +-0.010742187500 +-0.012268066406 +-0.112792968750 +0.091308593750 +-0.069335937500 +0.312500000000 +-0.023925781250 +0.005645751953 +0.022338867188 +0.016235351562 +0.075683593750 +0.039306640625 +-0.008361816406 +0.023437500000 +0.002578735352 +0.000478744507 +0.085937500000 +-0.097656250000 +-0.148437500000 +-0.218750000000 +0.133789062500 +0.069335937500 +0.003112792969 +0.141601562500 +0.014465332031 +-0.047119140625 +-0.004608154297 +-0.064453125000 +0.105468750000 +0.020996093750 +-0.008422851562 +-0.036132812500 +-0.079589843750 +0.091796875000 +-0.208984375000 +-0.059570312500 +-0.142578125000 +0.134765625000 +-0.065429687500 +-0.124511718750 +0.072753906250 +0.103515625000 +0.037597656250 +-0.054931640625 +-0.136718750000 +-0.078613281250 +-0.095703125000 +0.010803222656 +-0.126953125000 +0.080566406250 +-0.050781250000 +-0.120605468750 +-0.071289062500 +-0.164062500000 +-0.057861328125 +-0.028442382812 +-0.113281250000 +-0.100097656250 +0.034667968750 +0.079101562500 +0.019653320312 +-0.102539062500 +-0.162109375000 +0.064453125000 +0.112304687500 +-0.005615234375 +-0.298828125000 +0.112792968750 +0.020141601562 +0.265625000000 +-0.022705078125 +0.071289062500 +0.068847656250 +-0.149414062500 +-0.024780273438 +0.004333496094 +-0.006774902344 +-0.024536132812 +-0.120605468750 +-0.008911132812 +0.078125000000 +0.110839843750 +-0.054687500000 +-0.054931640625 +0.322265625000 +-0.086914062500 +0.018798828125 +0.108886718750 +0.099121093750 +-0.156250000000 +0.030273437500 +-0.079101562500 +-0.022949218750 +-0.131835937500 +-0.147460937500 +-0.007507324219 +0.055664062500 +-0.068847656250 +-0.040039062500 +-0.172851562500 +0.156250000000 +-0.158203125000 +0.017333984375 +0.043212890625 +-0.057373046875 +0.090332031250 +0.010314941406 +-0.026489257812 +0.141601562500 +0.006469726562 +-0.102539062500 +0.055175781250 +-0.124511718750 +0.010498046875 +-0.014038085938 +0.057373046875 +-0.213867187500 +-0.011169433594 +0.006256103516 +-0.016845703125 +-0.059814453125 +0.061767578125 +-0.246093750000 +-0.251953125000 +0.050048828125 +-0.057128906250 +0.035888671875 +0.198242187500 +0.046142578125 +0.259765625000 +-0.035644531250 +0.056884765625 +0.018920898438 +0.097167968750 +0.118652343750 +-0.005981445312 +0.006866455078 +-0.022460937500 +0.030883789062 +0.083984375000 +-0.195312500000 +-0.093261718750 +0.079589843750 +-0.113281250000 +0.091796875000 +0.075195312500 +-0.128906250000 +-0.031250000000 +-0.031738281250 +0.044189453125 +0.156250000000 +0.083984375000 +0.229492187500 +0.048339843750 +0.055664062500 +0.018432617188 +-0.017211914062 +-0.095703125000 +0.076171875000 +0.009765625000 +0.072753906250 +-0.045410156250 +-0.117675781250 +-0.037109375000 +-0.005157470703 +0.208984375000 +0.081542968750 +-0.086914062500 +-0.127929687500 +0.035888671875 +-0.052490234375 +0.130859375000 +0.072753906250 +0.162109375000 +0.137695312500 +-0.025756835938 +-0.000621795654 +-0.172851562500 +-0.007415771484 +0.068847656250 +-0.008422851562 +-0.025878906250 +0.110839843750 +0.028930664062 +0.007537841797 +0.012756347656 +-0.069335937500 +-0.073242187500 +-0.068359375000 +0.024414062500 +-0.212890625000 +-0.152343750000 +0.032226562500 +0.104980468750 +0.031494140625 +0.011474609375 +0.104980468750 +0.094726562500 +-0.212890625000 +-0.007141113281 +-0.086425781250 +0.054443359375 +0.192382812500 +-0.019897460938 +0.075195312500 +0.036376953125 +0.231445312500 +-0.069335937500 +0.047363281250 +-0.115722656250 +-0.142578125000 +-0.020629882812 +-0.132812500000 +0.031250000000 +-0.118652343750 +-0.017700195312 +-0.051757812500 +-0.106933593750 +0.140625000000 +-0.003524780273 +-0.029052734375 +0.125000000000 +-0.026123046875 +-0.178710937500 +-0.029052734375 +0.016723632812 +-0.092285156250 +-0.160156250000 +-0.019653320312 +-0.046142578125 +0.005035400391 +0.019165039062 +0.004974365234 +0.076171875000 +0.027221679688 +-0.041748046875 +0.155273437500 +0.013671875000 +-0.115234375000 +0.177734375000 +-0.170898437500 +-0.121582031250 +0.086425781250 +0.110351562500 +0.076171875000 +-0.002349853516 +-0.012268066406 +0.062011718750 +-0.177734375000 +0.107421875000 +-0.069824218750 +-0.019531250000 +-0.206054687500 +-0.211914062500 +-0.152343750000 +-0.101562500000 +0.015502929688 +-0.083007812500 +0.166015625000 +0.104003906250 +-0.016723632812 +0.082031250000 +-0.021972656250 +-0.117675781250 +-0.053466796875 +-0.042236328125 +-0.054199218750 +-0.001670837402 +0.056396484375 +0.052978515625 +0.091796875000 +-0.008728027344 +-0.083496093750 +-0.210937500000 +0.058105468750 +0.121093750000 +0.006225585938 +-0.020019531250 +0.025146484375 +0.107910156250 +0.078613281250 +0.025756835938 +0.072753906250 +-0.147460937500 +0.119628906250 +-0.056640625000 +-0.031738281250 +0.138671875000 +0.105957031250 +-0.020385742188 +-0.127929687500 +0.013977050781 +-0.341796875000 +-0.017578125000 +-0.044433593750 +0.131835937500 +-0.161132812500 +0.210937500000 +0.164062500000 +0.057617187500 +0.041992187500 +-0.121582031250 +-0.099121093750 +-0.163085937500 +0.006530761719 +-0.133789062500 +0.014282226562 +0.040771484375 +-0.100097656250 +0.069824218750 +0.129882812500 +0.033203125000 +0.149414062500 +-0.035156250000 +0.009582519531 +0.466796875000 +0.085937500000 +-0.124023437500 +0.120605468750 +-0.067871093750 +-0.009704589844 +0.060546875000 +-0.015747070312 +-0.080078125000 +-0.166992187500 +-0.019409179688 +-0.131835937500 +-0.000598907471 +-0.115234375000 +0.043212890625 +-0.111328125000 +-0.227539062500 +0.092773437500 +-0.129882812500 +0.037353515625 +-0.014892578125 +0.048583984375 +0.212890625000 +-0.034667968750 +0.053466796875 +-0.094726562500 +0.113769531250 +0.166992187500 +-0.009094238281 +-0.018066406250 +-0.045410156250 +0.273437500000 +-0.032226562500 +0.052246093750 +-0.098632812500 +0.036132812500 +0.318359375000 +-0.046630859375 +-0.071777343750 +-0.086425781250 +0.134765625000 +-0.033935546875 +0.010986328125 +-0.097167968750 +-0.003112792969 +0.139648437500 +-0.060302734375 +-0.226562500000 +-0.036376953125 +0.052734375000 +-0.169921875000 +0.054443359375 +0.012634277344 +0.064941406250 +0.240234375000 +-0.000193595886 +-0.070800781250 +-0.102539062500 +0.027465820312 +0.003814697266 +0.063964843750 +0.099609375000 +-0.045898437500 +0.021728515625 +-0.005187988281 +0.138671875000 +-0.050048828125 +-0.130859375000 +-0.058349609375 +0.005187988281 +0.034912109375 +0.130859375000 +0.049072265625 +-0.016113281250 +-0.020385742188 +0.032226562500 +-0.132812500000 +0.105957031250 +0.118164062500 +0.285156250000 +0.200195312500 +-0.026000976562 +-0.149414062500 +-0.104980468750 +-0.058349609375 +-0.142578125000 +-0.110351562500 +-0.176757812500 +0.070312500000 +0.023437500000 +0.028564453125 +-0.075683593750 +-0.127929687500 +-0.036376953125 +-0.016357421875 +-0.086914062500 +-0.090332031250 +0.033447265625 +0.057617187500 +-0.013549804688 +-0.007202148438 +0.042480468750 +-0.087402343750 +0.004364013672 +-0.047119140625 +0.042968750000 +0.183593750000 +-0.052490234375 +0.146484375000 +-0.142578125000 +-0.166015625000 +0.040283203125 +0.105957031250 +-0.176757812500 +-0.054199218750 +-0.033203125000 +-0.041992187500 +-0.108886718750 +0.024780273438 +0.078125000000 +-0.102539062500 +0.095214843750 +-0.215820312500 +0.174804687500 +0.093750000000 +0.020507812500 +-0.024536132812 +-0.089843750000 +-0.134765625000 +-0.004608154297 +0.058593750000 +-0.035400390625 +-0.018310546875 +0.173828125000 +0.143554687500 +0.174804687500 +-0.049804687500 +-0.000200271606 +0.306640625000 +-0.077636718750 +-0.128906250000 +0.186523437500 +-0.038085937500 +-0.037597656250 +0.059326171875 +-0.140625000000 +-0.115234375000 +0.029052734375 +0.182617187500 +0.044189453125 +-0.097656250000 +-0.000368118286 +-0.114257812500 +0.044921875000 +-0.095214843750 +-0.014282226562 +0.060058593750 +-0.074218750000 +-0.103515625000 +0.009094238281 +0.041992187500 +0.115234375000 +0.000640869141 +-0.076660156250 +-0.027709960938 +0.031494140625 +0.072265625000 +-0.020263671875 +-0.003829956055 +0.051269531250 +-0.067871093750 +-0.134765625000 +-0.099121093750 +-0.021118164062 +-0.012451171875 +-0.069824218750 +0.076171875000 +0.163085937500 +0.084960937500 +-0.031982421875 +-0.066894531250 +0.086425781250 +0.116699218750 +0.157226562500 +-0.140625000000 +-0.057373046875 +0.034179687500 +0.150390625000 +-0.038330078125 +0.024536132812 +0.002868652344 +0.046142578125 +-0.017456054688 +0.106933593750 +0.003768920898 +-0.001571655273 +-0.007202148438 +-0.133789062500 +0.129882812500 +-0.080566406250 +-0.029296875000 +0.096679687500 +-0.142578125000 +-0.003585815430 +-0.074218750000 +-0.026245117188 +-0.019409179688 +-0.152343750000 +0.080078125000 +-0.036376953125 +-0.211914062500 +0.269531250000 +-0.012695312500 +-0.045898437500 +0.148437500000 +-0.124023437500 +0.006561279297 +-0.060058593750 +0.023559570312 +-0.038574218750 +-0.188476562500 +0.025878906250 +0.002960205078 +-0.012451171875 +0.046630859375 +0.037109375000 +0.026245117188 +-0.035644531250 +0.078125000000 +0.121093750000 +-0.018554687500 +-0.068847656250 +0.040039062500 +-0.041748046875 +0.011840820312 +0.081054687500 +-0.333984375000 +-0.106933593750 +-0.096191406250 +0.088867187500 +-0.038574218750 +-0.065429687500 +0.032714843750 +0.066406250000 +-0.052734375000 +0.094238281250 +0.070800781250 +-0.001213073730 +0.017456054688 +-0.003036499023 +-0.000106334686 +-0.086914062500 +-0.061767578125 +-0.114746093750 +0.038330078125 +0.012451171875 +-0.000492095947 +0.113281250000 +-0.062988281250 +0.025390625000 +-0.203125000000 +-0.060302734375 +-0.127929687500 +0.153320312500 +0.117675781250 +0.035400390625 +0.015136718750 +0.026733398438 +0.153320312500 +0.011779785156 +0.122558593750 +0.007293701172 +0.007720947266 +-0.016357421875 +-0.020385742188 +-0.195312500000 +0.060791015625 +-0.070312500000 +-0.068847656250 +-0.039550781250 +0.011291503906 +0.039306640625 +-0.218750000000 +-0.123046875000 +-0.005279541016 +0.122558593750 +-0.046142578125 +0.036132812500 +0.180664062500 +0.023681640625 +0.044921875000 +-0.044189453125 +-0.113281250000 +0.022094726562 +0.073730468750 +0.065429687500 +0.058593750000 +-0.028564453125 +-0.016601562500 +-0.023437500000 +0.006988525391 +-0.203125000000 +-0.068847656250 +-0.021850585938 +0.049560546875 +-0.014526367188 +-0.114746093750 +0.133789062500 +-0.042236328125 +-0.052246093750 +0.026977539062 +-0.008911132812 +-0.143554687500 +0.074218750000 +-0.004211425781 +0.089355468750 +0.009582519531 +-0.051513671875 +-0.035400390625 +0.057617187500 +0.082031250000 +0.050781250000 +0.130859375000 +-0.071777343750 +0.217773437500 +-0.059326171875 +-0.094726562500 +0.006347656250 +-0.136718750000 +-0.067871093750 +-0.132812500000 +-0.010559082031 +0.144531250000 +-0.058837890625 +0.027221679688 +0.020629882812 +-0.062988281250 +0.083496093750 +-0.107910156250 +-0.277343750000 +0.125000000000 +-0.007720947266 +0.241210937500 +-0.158203125000 +-0.182617187500 +-0.156250000000 +-0.107421875000 +0.030151367188 +0.009399414062 +-0.017456054688 +-0.100097656250 +-0.062011718750 +-0.062011718750 +-0.047119140625 +-0.041015625000 +0.110839843750 +0.033935546875 +0.062500000000 +-0.158203125000 +0.115234375000 +-0.083984375000 +-0.084472656250 +-0.123535156250 +-0.027954101562 +-0.022338867188 +-0.222656250000 +-0.141601562500 +0.018676757812 +0.103027343750 +0.082031250000 +-0.053222656250 +-0.071777343750 +0.022705078125 +0.032714843750 +0.018798828125 +0.045654296875 +-0.145507812500 +-0.137695312500 +0.007415771484 +0.096679687500 +-0.013183593750 +-0.201171875000 +-0.106445312500 +-0.135742187500 +0.096191406250 +-0.017211914062 +-0.008422851562 +0.199218750000 +-0.021606445312 +-0.053710937500 +0.056396484375 +0.110351562500 +-0.005432128906 +0.105957031250 +-0.201171875000 +-0.104003906250 +0.015441894531 +-0.020385742188 +-0.087402343750 +-0.149414062500 +-0.136718750000 +-0.182617187500 +0.050781250000 +0.016845703125 +0.109863281250 +-0.017089843750 +-0.138671875000 +-0.108886718750 +-0.059082031250 +-0.044189453125 +0.029174804688 +-0.018310546875 +0.002304077148 +-0.183593750000 +-0.046875000000 +0.018676757812 +-0.046875000000 +-0.145507812500 +-0.048828125000 +-0.045898437500 +0.259765625000 +-0.062500000000 +-0.158203125000 +-0.188476562500 +-0.094238281250 +-0.022216796875 +-0.001045227051 +-0.150390625000 +-0.054443359375 +-0.104003906250 +-0.089843750000 +-0.122558593750 +0.031494140625 +-0.025756835938 +-0.118164062500 +-0.039550781250 +-0.000253677368 +0.085449218750 +0.109863281250 +0.163085937500 +0.037841796875 +-0.125976562500 +-0.056152343750 +0.012145996094 +-0.033447265625 +-0.003585815430 +0.035156250000 +-0.028442382812 +-0.025756835938 +0.003860473633 +0.170898437500 +0.045410156250 +-0.159179687500 +-0.012268066406 +-0.174804687500 +-0.012817382812 +-0.027465820312 +-0.019531250000 +-0.070312500000 +-0.047119140625 +0.005432128906 +-0.040527343750 +0.046142578125 +0.059326171875 +0.032958984375 +0.010437011719 +-0.261718750000 +-0.104492187500 +-0.096191406250 +0.017700195312 +-0.070800781250 +-0.041015625000 +-0.030639648438 +-0.048828125000 +-0.046386718750 +-0.024047851562 +-0.057617187500 +-0.018798828125 +0.218750000000 +0.033935546875 +0.059326171875 +-0.084960937500 +-0.027099609375 +0.027465820312 +0.175781250000 +-0.096191406250 +-0.078125000000 +-0.023437500000 +-0.077636718750 +-0.012695312500 +-0.054199218750 +0.083496093750 +-0.098144531250 +-0.171875000000 +-0.033691406250 +0.287109375000 +-0.008972167969 +-0.120605468750 +-0.061767578125 +-0.039062500000 +-0.031982421875 +-0.005035400391 +-0.155273437500 +0.042236328125 +0.044677734375 +0.143554687500 +0.038330078125 +-0.026977539062 +0.117187500000 +-0.126953125000 +-0.036865234375 +0.035888671875 +0.013977050781 +0.235351562500 +-0.065917968750 +-0.044433593750 +-0.010375976562 +-0.089355468750 +-0.012329101562 +-0.019531250000 +0.011718750000 +-0.163085937500 +0.027465820312 +-0.054199218750 +-0.062988281250 +-0.056152343750 +-0.038330078125 +-0.057373046875 +-0.095214843750 +0.058837890625 +-0.215820312500 +-0.151367187500 +-0.124023437500 +0.210937500000 +-0.000358581543 +0.045898437500 +-0.036621093750 +-0.046386718750 +0.060058593750 +0.108886718750 +-0.023193359375 +-0.061523437500 +0.015747070312 +-0.078125000000 +0.003860473633 +-0.003875732422 +-0.013061523438 +0.006683349609 +0.016845703125 +0.047363281250 +0.008178710938 +-0.209960937500 +0.035400390625 +-0.045654296875 +-0.079589843750 +0.047607421875 +0.008300781250 +-0.126953125000 +0.098144531250 +0.015869140625 +0.045410156250 +0.017089843750 +0.067382812500 +-0.162109375000 +0.045166015625 +0.065429687500 +-0.026000976562 +-0.021972656250 +0.032226562500 +0.012451171875 +0.065917968750 +-0.093261718750 +0.120605468750 +-0.076171875000 +-0.064453125000 +-0.151367187500 +0.193359375000 +-0.039794921875 +0.039794921875 +-0.040039062500 +-0.111816406250 +0.050781250000 +0.050537109375 +0.267578125000 +0.007690429688 +0.193359375000 +-0.053466796875 +0.076660156250 +-0.083496093750 +0.034179687500 +-0.027709960938 +-0.021606445312 +0.021362304688 +-0.175781250000 +-0.043701171875 +-0.084960937500 +-0.051025390625 +0.008056640625 +0.060058593750 +0.051025390625 +-0.255859375000 +0.283203125000 +-0.037841796875 +-0.132812500000 +0.049316406250 +0.037597656250 +-0.062011718750 +0.096679687500 +0.054931640625 +-0.000190734863 +-0.087402343750 +0.029296875000 +-0.037597656250 +0.090332031250 +-0.121093750000 +0.113281250000 +0.091796875000 +0.015991210938 +-0.094238281250 +0.102539062500 +-0.019653320312 +0.080078125000 +0.082031250000 +0.108398437500 +-0.081542968750 +-0.026733398438 +-0.080566406250 +0.131835937500 +-0.092773437500 +-0.063964843750 +0.088378906250 +0.118164062500 +0.024414062500 +-0.062500000000 +-0.015075683594 +0.037841796875 +0.044433593750 +-0.182617187500 +-0.159179687500 +-0.027587890625 +-0.114746093750 +0.018066406250 +-0.061523437500 +0.104003906250 +-0.033447265625 +0.084472656250 +-0.069335937500 +0.083496093750 +0.049560546875 +0.216796875000 +-0.190429687500 +0.094238281250 +-0.073242187500 +0.014648437500 +-0.114257812500 +-0.062500000000 +0.024169921875 +0.184570312500 +0.022338867188 +-0.053222656250 +0.066406250000 +0.027221679688 +-0.060058593750 +-0.090332031250 +-0.004486083984 +-0.318359375000 +-0.151367187500 +0.261718750000 +0.039794921875 +-0.138671875000 +0.130859375000 +0.006042480469 +0.026489257812 +0.080078125000 +-0.041992187500 +-0.051025390625 +0.162109375000 +-0.035156250000 +-0.036132812500 +0.024536132812 +-0.045654296875 +0.063964843750 +-0.022583007812 +-0.092773437500 +0.042480468750 +-0.033203125000 +0.009094238281 +-0.169921875000 +0.082031250000 +-0.255859375000 +0.144531250000 +-0.091796875000 +0.056640625000 +-0.029052734375 +0.031250000000 +0.030639648438 +-0.088867187500 +0.171875000000 +0.058349609375 +-0.091796875000 +0.036621093750 +0.042236328125 +-0.123046875000 +0.118652343750 +-0.029907226562 +0.164062500000 +0.104492187500 +0.038085937500 +-0.020996093750 +-0.090820312500 +0.005767822266 +-0.035644531250 +-0.025512695312 +-0.046386718750 +-0.076171875000 +-0.104980468750 +0.074218750000 +-0.088867187500 +0.030883789062 +-0.101562500000 +-0.060058593750 +-0.011901855469 +-0.082519531250 +-0.094238281250 +-0.091796875000 +-0.186523437500 +0.152343750000 +-0.030273437500 +0.075195312500 +0.075195312500 +0.020507812500 +0.037353515625 +-0.149414062500 +0.103515625000 +-0.065917968750 +-0.073242187500 +0.000034809113 +-0.136718750000 +-0.028686523438 +0.098632812500 +-0.083007812500 +-0.052490234375 +-0.032714843750 +0.068847656250 +0.068847656250 +0.018798828125 +-0.159179687500 +-0.119628906250 +-0.005035400391 +-0.007720947266 +0.156250000000 +0.056152343750 +-0.024291992188 +-0.060302734375 +0.204101562500 +-0.065429687500 +0.068847656250 +0.114257812500 +-0.001060485840 +0.130859375000 +0.110839843750 +0.116699218750 +0.031982421875 +-0.038330078125 +0.138671875000 +0.056396484375 +0.073242187500 +0.201171875000 +0.061767578125 +-0.092285156250 +0.109375000000 +0.041992187500 +0.037109375000 +0.096679687500 +-0.013549804688 +-0.077148437500 +-0.016113281250 +0.024169921875 +0.275390625000 +-0.052001953125 +0.008666992188 +-0.041748046875 +0.081542968750 +-0.122070312500 +0.013244628906 +-0.101562500000 +0.052734375000 +-0.036865234375 +0.089843750000 +0.059814453125 +0.047119140625 +0.092285156250 +0.076171875000 +-0.222656250000 +0.037597656250 +0.054687500000 +0.089843750000 +0.052978515625 +-0.160156250000 +0.071777343750 +0.020141601562 +0.042968750000 +0.102539062500 +-0.045166015625 +-0.038574218750 +-0.074218750000 +0.098632812500 +0.064941406250 +-0.031494140625 +0.021240234375 +-0.154296875000 +-0.138671875000 +-0.073730468750 +-0.043945312500 +-0.000314712524 +-0.035888671875 +0.078125000000 +0.111816406250 +0.120605468750 +-0.126953125000 +-0.061767578125 +-0.079101562500 +0.052490234375 +-0.028686523438 +0.013366699219 +-0.003555297852 +-0.120605468750 +-0.016479492188 +0.006683349609 +0.068359375000 +-0.051025390625 +-0.096191406250 +-0.097656250000 +-0.056152343750 +0.059082031250 +-0.068359375000 +0.099609375000 +0.083984375000 +-0.021118164062 +0.100585937500 +-0.094726562500 +0.207031250000 +-0.004882812500 +-0.126953125000 +-0.008483886719 +0.101562500000 +-0.068359375000 +-0.231445312500 +-0.119628906250 +0.172851562500 +0.065429687500 +0.083984375000 +-0.016845703125 +0.091796875000 +-0.161132812500 +0.062988281250 +-0.001457214355 +-0.124511718750 +-0.073242187500 +0.046630859375 +0.136718750000 +0.002731323242 +-0.051025390625 +0.125000000000 +0.017944335938 +-0.069824218750 +0.049072265625 +0.095703125000 +-0.023803710938 +-0.019897460938 +0.006683349609 +0.083007812500 +-0.107421875000 +-0.047607421875 +-0.045166015625 +0.032714843750 +-0.015075683594 +0.063476562500 +-0.179687500000 +0.083496093750 +-0.041259765625 +-0.038330078125 +-0.040527343750 +-0.088867187500 +-0.111816406250 +0.087402343750 +-0.092285156250 +0.025146484375 +-0.017822265625 +0.078613281250 +-0.157226562500 +-0.034423828125 +0.026611328125 +-0.011657714844 +-0.045654296875 +0.031127929688 +0.050537109375 +-0.043212890625 +0.014770507812 +0.094238281250 +-0.014099121094 +0.124511718750 +-0.125976562500 +0.173828125000 +-0.076171875000 +0.056152343750 +0.024902343750 +-0.031494140625 +0.187500000000 +0.090332031250 +0.138671875000 +0.006591796875 +0.044677734375 +-0.048828125000 +-0.167968750000 +-0.090820312500 +-0.167968750000 +-0.228515625000 +0.078613281250 +0.169921875000 +0.015075683594 +0.166015625000 +0.032470703125 +-0.139648437500 +-0.142578125000 +0.012390136719 +-0.005950927734 +0.095703125000 +-0.135742187500 +0.009033203125 +-0.026489257812 +-0.022949218750 +0.125976562500 +0.007019042969 +0.069335937500 +-0.034179687500 +-0.152343750000 +0.007385253906 +-0.077148437500 +0.081542968750 +-0.112304687500 +0.093261718750 +-0.088378906250 +-0.028686523438 +0.141601562500 +-0.154296875000 +0.198242187500 +-0.090820312500 +0.057373046875 +-0.058349609375 +0.007354736328 +-0.050292968750 +0.047119140625 +0.106933593750 +-0.011779785156 +-0.058105468750 +0.055664062500 +-0.009643554688 +0.030517578125 +-0.095214843750 +-0.020019531250 +0.073730468750 +-0.011413574219 +-0.002059936523 +-0.048583984375 +-0.201171875000 +-0.004516601562 +-0.038574218750 +-0.016357421875 +-0.004089355469 +-0.001403808594 +0.115722656250 +0.083984375000 +0.089355468750 +0.065917968750 +0.026367187500 +-0.039306640625 +-0.059082031250 +-0.040283203125 +0.034179687500 +-0.074707031250 +-0.009765625000 +-0.071289062500 +0.094238281250 +0.020996093750 +-0.097167968750 +0.089355468750 +-0.030395507812 +-0.111816406250 +-0.091796875000 +-0.059326171875 +0.118164062500 +-0.004364013672 +-0.094726562500 +-0.114746093750 +0.101074218750 +0.126953125000 +0.042968750000 +0.016723632812 +0.050292968750 +-0.064941406250 +-0.108886718750 +0.046386718750 +-0.009582519531 +0.077636718750 +0.085449218750 +-0.125976562500 +-0.021850585938 +-0.116210937500 +-0.015502929688 +0.011657714844 +0.059082031250 +-0.034667968750 +-0.049316406250 +0.086425781250 +0.069824218750 +0.015319824219 +-0.005035400391 +0.005554199219 +-0.077148437500 +-0.041015625000 +0.011657714844 +0.014282226562 +0.056640625000 +-0.083007812500 +0.021972656250 +-0.025146484375 +-0.156250000000 +0.033935546875 +-0.061279296875 +0.022949218750 +-0.242187500000 +0.025756835938 +0.034179687500 +-0.087402343750 +-0.004943847656 +0.013610839844 +-0.012512207031 +0.054687500000 +-0.093261718750 +0.036376953125 +0.049072265625 +0.205078125000 +-0.032470703125 +-0.014099121094 +0.034423828125 +0.105957031250 +-0.081542968750 +-0.060791015625 +-0.054199218750 +-0.003692626953 +-0.046386718750 +0.029907226562 +-0.012512207031 +-0.166015625000 +-0.083496093750 +-0.178710937500 +-0.109375000000 +0.169921875000 +-0.001533508301 +0.051513671875 +-0.057617187500 +-0.143554687500 +0.072265625000 +0.039306640625 +-0.100097656250 +0.009399414062 +0.046630859375 +-0.064941406250 +-0.121582031250 +-0.210937500000 +0.049804687500 +0.099609375000 +0.135742187500 +0.035156250000 +0.094238281250 +-0.012390136719 +-0.079101562500 +-0.074218750000 +0.149414062500 +-0.138671875000 +-0.054443359375 +-0.077636718750 +-0.045410156250 +0.019897460938 +-0.013549804688 +0.011230468750 +-0.006713867188 +-0.146484375000 +0.079589843750 +0.075195312500 +-0.088867187500 +0.066406250000 +0.164062500000 +-0.094726562500 +0.058349609375 +-0.096679687500 +-0.057617187500 +0.021484375000 +-0.067382812500 +0.036132812500 +-0.055664062500 +0.030273437500 +0.044189453125 +0.077148437500 +-0.098144531250 +0.019042968750 +-0.051025390625 +0.180664062500 +-0.031738281250 +-0.132812500000 +-0.007019042969 +0.030639648438 +-0.104003906250 +-0.042724609375 +-0.111328125000 +0.193359375000 +-0.125000000000 +0.067382812500 +0.108398437500 +-0.009216308594 +-0.097167968750 +-0.112304687500 +0.019531250000 +0.087402343750 +0.022338867188 +-0.098632812500 +-0.062988281250 +-0.027954101562 +0.033447265625 +0.046630859375 +-0.066406250000 +0.131835937500 +-0.080078125000 +0.067382812500 +0.133789062500 +-0.035888671875 +-0.072265625000 +-0.099121093750 +0.099121093750 +0.055908203125 +-0.259765625000 +-0.002593994141 +-0.314453125000 +-0.105468750000 +-0.100585937500 +-0.041748046875 +0.073730468750 +-0.006927490234 +-0.136718750000 +0.058593750000 +0.130859375000 +0.005310058594 +-0.156250000000 +0.080566406250 +-0.009277343750 +-0.037353515625 +-0.074707031250 +0.011169433594 +-0.118164062500 +-0.057373046875 +-0.030395507812 +0.166015625000 +0.075195312500 +-0.003616333008 +0.058593750000 +0.025390625000 +0.097656250000 +-0.174804687500 +-0.053222656250 +-0.143554687500 +-0.326171875000 +-0.016845703125 +-0.062255859375 +-0.143554687500 +0.125000000000 +-0.117187500000 +-0.091308593750 +-0.050537109375 +-0.103027343750 +0.191406250000 +0.024902343750 +-0.009704589844 +0.046875000000 +-0.022338867188 +0.035888671875 +0.057617187500 +0.121582031250 +0.249023437500 +0.103027343750 +0.066406250000 +0.215820312500 +-0.123046875000 +0.041503906250 +-0.000368118286 +-0.040283203125 +-0.034667968750 +-0.006134033203 +-0.033447265625 +-0.005218505859 +0.006042480469 +0.144531250000 +-0.153320312500 +0.153320312500 +-0.120605468750 +-0.176757812500 +-0.017211914062 +-0.089843750000 +0.178710937500 +0.053222656250 +-0.054931640625 +-0.089843750000 +-0.161132812500 +0.022338867188 +0.090820312500 +-0.238281250000 +0.089355468750 +-0.015136718750 +-0.068847656250 +-0.085449218750 +0.032714843750 +0.025268554688 +0.101562500000 +-0.136718750000 +-0.080078125000 +-0.020629882812 +-0.166992187500 +0.076660156250 +-0.250000000000 +-0.019775390625 +-0.111816406250 +-0.134765625000 +-0.070312500000 +-0.011901855469 +-0.166015625000 +-0.188476562500 +0.138671875000 +-0.075195312500 +-0.006286621094 +0.009582519531 +0.026489257812 +0.008178710938 +-0.237304687500 +-0.018066406250 +0.093261718750 +-0.005615234375 +-0.198242187500 +0.093750000000 +0.014587402344 +-0.043945312500 +-0.071289062500 +0.046386718750 +-0.028930664062 +0.005065917969 +0.132812500000 +0.107910156250 +0.114746093750 +0.115234375000 +-0.094238281250 +0.111816406250 +0.041503906250 +-0.137695312500 +-0.025512695312 +0.067871093750 +0.123046875000 +0.009094238281 +-0.129882812500 +-0.027465820312 +0.106445312500 +0.127929687500 +0.033203125000 +0.039306640625 +-0.015502929688 +-0.034423828125 +-0.103515625000 +-0.050781250000 +-0.152343750000 +0.010375976562 +0.136718750000 +0.020874023438 +0.023803710938 +-0.116210937500 +0.095703125000 +0.077636718750 +0.027343750000 +-0.038330078125 +0.175781250000 +-0.068359375000 +0.091308593750 +-0.207031250000 +0.200195312500 +0.036132812500 +0.096679687500 +0.175781250000 +-0.184570312500 +-0.214843750000 +0.010314941406 +-0.010498046875 +0.084960937500 +-0.134765625000 +0.059082031250 +-0.110351562500 +-0.060302734375 +0.066406250000 +-0.136718750000 +-0.291015625000 +-0.070312500000 +-0.017822265625 +-0.127929687500 +0.013122558594 +0.104980468750 +0.057861328125 +-0.038330078125 +-0.005615234375 +-0.055419921875 +-0.064453125000 +0.227539062500 +-0.013732910156 +-0.060058593750 +-0.082031250000 +0.152343750000 +0.020141601562 +-0.053222656250 +-0.107910156250 +-0.132812500000 +-0.265625000000 +0.063964843750 +-0.031738281250 +0.039306640625 +0.028442382812 +-0.041259765625 +0.006103515625 +-0.086914062500 +0.071777343750 +0.085937500000 +-0.081542968750 +0.052978515625 +-0.053222656250 +-0.048583984375 +-0.221679687500 +0.193359375000 +0.060302734375 +-0.005126953125 +-0.135742187500 +-0.072753906250 +-0.063476562500 +-0.044189453125 +-0.062988281250 +0.036865234375 +0.070312500000 +0.095703125000 +0.036621093750 +-0.003585815430 +0.033203125000 +0.040527343750 +-0.069824218750 +0.000345230103 +0.216796875000 +-0.068359375000 +-0.191406250000 +-0.148437500000 +-0.165039062500 +0.097656250000 +-0.034912109375 +-0.029663085938 +0.191406250000 +0.056640625000 +-0.157226562500 +0.112304687500 +-0.040283203125 +-0.093261718750 +-0.058105468750 +0.015869140625 +0.073242187500 +-0.057617187500 +0.107421875000 +-0.053955078125 +0.054443359375 +-0.078125000000 +-0.138671875000 +0.124511718750 +0.008239746094 +0.081542968750 +-0.108886718750 +0.213867187500 +0.036376953125 +0.080566406250 +-0.014648437500 +-0.184570312500 +-0.135742187500 +0.165039062500 +-0.015441894531 +-0.003494262695 +0.039794921875 +0.167968750000 +-0.142578125000 +-0.019287109375 +0.011413574219 +0.004089355469 +-0.077636718750 +-0.016113281250 +-0.222656250000 +-0.087402343750 +-0.001609802246 +0.142578125000 +0.034179687500 +0.010498046875 +-0.039306640625 +0.183593750000 +-0.099121093750 +0.019287109375 +-0.143554687500 +-0.246093750000 +-0.056640625000 +-0.094726562500 +0.155273437500 +0.032226562500 +-0.177734375000 +0.127929687500 +0.041015625000 +0.001296997070 +0.078125000000 +0.057617187500 +0.137695312500 +0.010925292969 +0.045410156250 +-0.125976562500 +0.015380859375 +-0.034912109375 +0.112792968750 +0.104980468750 +-0.045654296875 +-0.135742187500 +-0.081054687500 +0.068847656250 +0.292968750000 +-0.005584716797 +-0.018310546875 +0.115722656250 +0.033935546875 +-0.077148437500 +-0.024047851562 +0.004455566406 +0.033935546875 +-0.116699218750 +-0.015991210938 +0.016357421875 +-0.132812500000 +-0.077148437500 +-0.219726562500 +0.066894531250 +0.151367187500 +-0.140625000000 +-0.101562500000 +-0.063964843750 +0.062500000000 +-0.007354736328 +-0.047607421875 +-0.125976562500 +-0.145507812500 +-0.061035156250 +-0.111328125000 +-0.037109375000 +-0.145507812500 +0.002639770508 +-0.064941406250 +0.200195312500 +0.070800781250 +-0.137695312500 +-0.039306640625 +-0.083007812500 +0.039550781250 +0.123535156250 +-0.008239746094 +0.115722656250 +0.283203125000 +-0.104003906250 +-0.020141601562 +0.124511718750 +0.062500000000 +-0.048095703125 +-0.021484375000 +0.043701171875 +-0.042236328125 +-0.000934600830 +0.113769531250 +-0.156250000000 +-0.075683593750 +0.028808593750 +-0.013610839844 +0.011230468750 +0.031982421875 +0.044921875000 +0.005493164062 +0.155273437500 +0.065429687500 +0.406250000000 +0.033935546875 +0.063964843750 +-0.113769531250 +0.062988281250 +0.096191406250 +-0.115722656250 +-0.016845703125 +-0.065429687500 +0.050048828125 +0.024902343750 +-0.121582031250 +0.172851562500 +-0.087402343750 +-0.054199218750 +-0.014465332031 +-0.042724609375 +0.112304687500 +-0.057861328125 +0.075683593750 +-0.201171875000 +0.263671875000 +0.000782012939 +0.003768920898 +-0.016845703125 +-0.135742187500 +-0.020996093750 +-0.054199218750 +0.016479492188 +0.023559570312 +0.107421875000 +0.078613281250 +-0.038330078125 +0.237304687500 +0.104003906250 +-0.077636718750 +-0.009521484375 +0.056884765625 +-0.091308593750 +0.090332031250 +0.165039062500 +0.021484375000 +-0.136718750000 +0.083496093750 +-0.000648498535 +0.041259765625 +0.091796875000 +-0.006652832031 +0.126953125000 +-0.059570312500 +-0.257812500000 +-0.009521484375 +-0.068847656250 +-0.089355468750 +-0.060058593750 +0.091796875000 +0.012451171875 +0.086425781250 +0.011352539062 +-0.126953125000 +0.069824218750 +-0.114257812500 +0.048828125000 +-0.071777343750 +-0.048583984375 +0.066894531250 +0.107421875000 +0.142578125000 +0.122070312500 +0.128906250000 +0.109375000000 +-0.009643554688 +-0.021850585938 +-0.060302734375 +0.027709960938 +-0.197265625000 +-0.153320312500 +0.053222656250 +0.038330078125 +0.153320312500 +0.204101562500 +0.003158569336 +-0.018432617188 +0.114257812500 +0.116210937500 +0.208984375000 +0.142578125000 +-0.078613281250 +0.040039062500 +-0.041503906250 +0.017822265625 +0.133789062500 +0.027099609375 +0.000850677490 +-0.011901855469 +-0.066406250000 +0.062255859375 +-0.050781250000 +0.056640625000 +-0.036132812500 +-0.038330078125 +0.014282226562 +-0.064453125000 +-0.062255859375 +0.094726562500 +-0.069824218750 +-0.009887695312 +-0.047363281250 +-0.048339843750 +0.053955078125 +-0.153320312500 +0.034667968750 +-0.022094726562 +-0.011230468750 +0.224609375000 +0.012756347656 +0.145507812500 +0.098632812500 +0.209960937500 +-0.097167968750 +-0.145507812500 +-0.072753906250 +0.053955078125 +-0.140625000000 +-0.087890625000 +0.261718750000 +-0.028564453125 +0.010070800781 +-0.055175781250 +-0.059570312500 +0.024902343750 +-0.035888671875 +-0.031250000000 +-0.104003906250 +0.138671875000 +-0.126953125000 +-0.055175781250 +0.055175781250 +-0.213867187500 +-0.006042480469 +-0.054687500000 +0.062255859375 +0.048095703125 +0.259765625000 +0.039062500000 +-0.187500000000 +-0.010314941406 +-0.024169921875 +0.094726562500 +0.001899719238 +-0.137695312500 +-0.104980468750 +-0.133789062500 +0.086914062500 +-0.031738281250 +0.061767578125 +-0.126953125000 +-0.025756835938 +-0.056640625000 +-0.044433593750 +0.040771484375 +-0.119140625000 +0.046142578125 +-0.115722656250 +-0.024047851562 +-0.031250000000 +-0.061767578125 +-0.056152343750 +-0.239257812500 +-0.185546875000 +0.009033203125 +-0.039306640625 +-0.013244628906 +-0.109375000000 +0.079589843750 +0.036621093750 +-0.194335937500 +-0.104003906250 +0.213867187500 +-0.046875000000 +-0.067871093750 +-0.069824218750 +0.232421875000 +-0.028320312500 +-0.035156250000 +0.075683593750 +0.089843750000 +-0.061279296875 +0.087402343750 +-0.153320312500 +-0.085937500000 +0.011657714844 +-0.049316406250 +0.131835937500 +0.152343750000 +0.023437500000 +0.118164062500 +-0.113281250000 +0.042724609375 +0.022705078125 +0.093261718750 +-0.055175781250 +0.279296875000 +-0.086914062500 +-0.018676757812 +-0.019042968750 +0.137695312500 +-0.045166015625 +-0.096679687500 +0.037841796875 +-0.004669189453 +-0.073242187500 +0.184570312500 +-0.024780273438 +0.053222656250 +0.108886718750 +0.096191406250 +0.061279296875 +-0.008117675781 +-0.176757812500 +-0.017700195312 +-0.022949218750 +-0.020751953125 +-0.185546875000 +-0.087890625000 +-0.081054687500 +-0.052490234375 +-0.101074218750 +0.124511718750 +0.040283203125 +0.053955078125 +0.054687500000 +-0.098144531250 +-0.118164062500 +-0.208007812500 +-0.043701171875 +0.036865234375 +0.012084960938 +0.133789062500 +-0.062500000000 +0.017211914062 +0.037841796875 +0.060302734375 +-0.068847656250 +-0.046386718750 +-0.004058837891 +0.080566406250 +-0.032226562500 +-0.099121093750 +-0.021728515625 +-0.160156250000 +-0.049560546875 +-0.028564453125 +0.016967773438 +-0.226562500000 +-0.023925781250 +-0.259765625000 +0.048828125000 +-0.032470703125 +-0.031982421875 +-0.057128906250 +0.006805419922 +-0.073730468750 +-0.167968750000 +-0.034912109375 +0.034912109375 +-0.011047363281 +0.040039062500 +-0.113769531250 +-0.006256103516 +0.036865234375 +-0.026123046875 +-0.195312500000 +-0.050781250000 +-0.015136718750 +0.100097656250 +-0.012634277344 +0.041015625000 +0.010620117188 +0.133789062500 +-0.030883789062 +0.083984375000 +-0.059326171875 +-0.269531250000 +-0.057861328125 +0.148437500000 +0.023071289062 +-0.097656250000 +0.102539062500 +-0.096191406250 +0.090332031250 +-0.088378906250 +0.108398437500 +-0.036621093750 +0.071289062500 +0.064941406250 +-0.153320312500 +-0.080078125000 +-0.010925292969 +-0.072753906250 +-0.021362304688 +0.078613281250 +-0.057617187500 +-0.099121093750 +0.136718750000 +-0.007873535156 +0.115722656250 +-0.075195312500 +0.016357421875 +-0.017456054688 +-0.062988281250 +-0.123046875000 +-0.089843750000 +-0.017578125000 +-0.174804687500 +0.081542968750 +0.135742187500 +-0.030883789062 +0.162109375000 +0.089355468750 +0.194335937500 +0.221679687500 +0.190429687500 +0.139648437500 +-0.145507812500 +-0.046142578125 +0.191406250000 +-0.161132812500 +-0.125000000000 +0.042480468750 +0.084472656250 +0.065429687500 +-0.025024414062 +-0.000189781189 +0.082519531250 +-0.074707031250 +0.020629882812 +-0.063964843750 +-0.026855468750 +0.125000000000 +-0.019531250000 +-0.043457031250 +0.001159667969 +-0.108886718750 +0.027954101562 +0.114257812500 +0.069824218750 +0.146484375000 +0.052246093750 +0.124023437500 +-0.069335937500 +-0.034423828125 +0.098632812500 +-0.181640625000 +0.119140625000 +-0.053222656250 +-0.220703125000 +0.152343750000 +-0.048339843750 +0.124023437500 +0.048339843750 +-0.018920898438 +-0.062011718750 +0.029541015625 +0.147460937500 +-0.008300781250 +0.179687500000 +-0.164062500000 +-0.470703125000 +0.049804687500 +0.006164550781 +-0.119628906250 +0.185546875000 +0.040527343750 +-0.088867187500 +-0.073242187500 +0.081542968750 +-0.110839843750 +-0.006652832031 +0.015075683594 +-0.182617187500 +-0.024414062500 +0.190429687500 +-0.006317138672 +-0.000457763672 +0.048339843750 +0.009399414062 +0.059082031250 +-0.022705078125 +-0.073242187500 +-0.023681640625 +0.103027343750 +-0.079101562500 +-0.271484375000 +-0.213867187500 +0.042724609375 +0.076171875000 +0.094726562500 +0.036621093750 +-0.061279296875 +-0.104003906250 +-0.140625000000 +0.185546875000 +0.045654296875 +-0.133789062500 +0.298828125000 +0.079589843750 +-0.041992187500 +-0.124511718750 +-0.127929687500 +-0.050537109375 +0.251953125000 +-0.152343750000 +0.044189453125 +-0.067871093750 +0.080566406250 +0.037353515625 +-0.011840820312 +0.005523681641 +-0.013488769531 +-0.105468750000 +0.040527343750 +-0.044677734375 +-0.120117187500 +-0.004821777344 +0.287109375000 +-0.000534057617 +-0.149414062500 +0.037353515625 +-0.023681640625 +0.036621093750 +-0.085937500000 +0.075683593750 +0.096191406250 +-0.054199218750 +0.049316406250 +-0.010253906250 +-0.048095703125 +-0.047363281250 +-0.279296875000 +-0.048339843750 +0.053710937500 +-0.120117187500 +-0.242187500000 +0.019287109375 +0.166992187500 +0.000293731689 +0.023437500000 +0.163085937500 +-0.108398437500 +-0.023071289062 +-0.033691406250 +0.213867187500 +-0.002883911133 +0.038818359375 +0.047119140625 +0.007141113281 +0.022583007812 +0.113769531250 +-0.013427734375 +0.114746093750 +-0.020385742188 +-0.032226562500 +-0.028686523438 +0.118164062500 +0.103515625000 +-0.265625000000 +-0.005126953125 +-0.169921875000 +0.187500000000 +0.077636718750 +-0.064941406250 +-0.031494140625 +0.027099609375 +0.045166015625 +-0.079101562500 +0.102050781250 +-0.058837890625 +-0.168945312500 +0.006622314453 +-0.263671875000 +0.029663085938 +-0.033691406250 +0.091796875000 +0.168945312500 +-0.022583007812 +0.103027343750 +-0.072753906250 +0.018310546875 +0.030761718750 +-0.204101562500 +0.217773437500 +-0.125976562500 +0.077636718750 +0.030029296875 +-0.058593750000 +-0.132812500000 +0.063964843750 +0.133789062500 +-0.022460937500 +0.054931640625 +0.057617187500 +0.032226562500 +-0.177734375000 +-0.211914062500 +0.083007812500 +0.040039062500 +0.121582031250 +-0.111328125000 +0.001968383789 +-0.026489257812 +-0.016967773438 +-0.211914062500 +0.155273437500 +0.086425781250 +-0.158203125000 +-0.131835937500 +0.056396484375 +0.104492187500 +0.008117675781 +-0.279296875000 +0.034423828125 +-0.001251220703 +-0.040771484375 +0.003967285156 +0.006317138672 +-0.072753906250 +-0.009826660156 +0.034423828125 +-0.141601562500 +0.032226562500 +-0.014343261719 +0.100585937500 +0.077636718750 +-0.076171875000 +0.099121093750 +0.058837890625 +-0.029541015625 +-0.085937500000 +-0.192382812500 +-0.016601562500 +-0.064941406250 +-0.102539062500 +-0.060546875000 +-0.005126953125 +-0.147460937500 +0.056152343750 +0.037109375000 +-0.185546875000 +-0.056640625000 +-0.026611328125 +-0.048828125000 +-0.073730468750 +-0.090332031250 +-0.052978515625 +0.015563964844 +0.143554687500 +-0.049072265625 +-0.068359375000 +0.141601562500 +-0.083007812500 +-0.058349609375 +-0.202148437500 +-0.051513671875 +-0.140625000000 +0.041015625000 +0.193359375000 +0.055175781250 +-0.072753906250 +0.024658203125 +0.012084960938 +-0.081542968750 +-0.038574218750 +-0.097656250000 +0.070800781250 +0.051513671875 +-0.196289062500 +0.002380371094 +-0.052001953125 +0.053955078125 +0.015563964844 +-0.037353515625 +0.193359375000 +-0.040527343750 +-0.129882812500 +0.137695312500 +0.137695312500 +0.246093750000 +-0.024780273438 +0.108398437500 +0.079589843750 +-0.114257812500 +-0.170898437500 +0.163085937500 +-0.042724609375 +-0.057128906250 +0.028808593750 +0.051757812500 +-0.019042968750 +0.102050781250 +0.064453125000 +0.094726562500 +-0.096191406250 +0.235351562500 +-0.073242187500 +-0.183593750000 +-0.033691406250 +0.040283203125 +-0.029663085938 +-0.169921875000 +0.059570312500 +0.035156250000 +0.040527343750 +-0.034667968750 +-0.158203125000 +-0.005584716797 +0.050292968750 +0.062500000000 +0.036621093750 +-0.009887695312 +0.049804687500 +-0.099609375000 +-0.021606445312 +0.337890625000 +0.059082031250 +0.014282226562 +-0.088867187500 +-0.129882812500 +0.162109375000 +0.040283203125 +-0.146484375000 +-0.098144531250 +-0.115234375000 +-0.145507812500 +-0.143554687500 +0.203125000000 +-0.013793945312 +-0.172851562500 +-0.166992187500 +-0.012756347656 +0.005767822266 +0.028564453125 +-0.246093750000 +-0.046142578125 +0.191406250000 +0.150390625000 +0.137695312500 +0.235351562500 +0.104492187500 +0.016845703125 +-0.008911132812 +-0.039062500000 +0.089843750000 +0.002426147461 +0.136718750000 +0.048095703125 +0.267578125000 +-0.023315429688 +-0.075683593750 +-0.165039062500 +-0.028930664062 +0.083007812500 +-0.023193359375 +-0.113769531250 +0.084472656250 +-0.097167968750 +0.061035156250 +-0.071289062500 +-0.246093750000 +0.179687500000 +-0.057128906250 +0.114746093750 +-0.088867187500 +-0.023315429688 +-0.107421875000 +0.035888671875 +0.054687500000 +0.003173828125 +-0.086914062500 +0.217773437500 +-0.017578125000 +0.031982421875 +0.036865234375 +-0.126953125000 +-0.123046875000 +-0.113281250000 +0.080078125000 +-0.066406250000 +0.064941406250 +0.158203125000 +-0.218750000000 +0.244140625000 +-0.000511169434 +0.142578125000 +0.064453125000 +-0.008422851562 +-0.069335937500 +-0.171875000000 +-0.070312500000 +0.027343750000 +0.010131835938 +0.134765625000 +0.059570312500 +0.022827148438 +-0.014892578125 +-0.101562500000 +-0.082519531250 +-0.066406250000 +0.095214843750 +0.071777343750 +0.099121093750 +0.056884765625 +-0.089843750000 +0.046630859375 +0.085937500000 +-0.006347656250 +0.051513671875 +-0.021728515625 +-0.083007812500 +0.036376953125 +-0.178710937500 +-0.005767822266 +0.085937500000 +-0.215820312500 +-0.090820312500 +-0.059814453125 +-0.054443359375 +-0.080566406250 +0.035888671875 +0.005004882812 +0.137695312500 +-0.250000000000 +0.120605468750 +-0.098632812500 +-0.047851562500 +0.156250000000 +0.002166748047 +-0.123535156250 +-0.083007812500 +-0.014892578125 +0.064941406250 +-0.006042480469 +-0.005645751953 +-0.118164062500 +-0.056640625000 +0.048583984375 +-0.281250000000 +-0.028564453125 +-0.132812500000 +0.109863281250 +0.103027343750 +0.191406250000 +-0.017456054688 +-0.118164062500 +-0.071777343750 +-0.035156250000 +-0.077148437500 +-0.026489257812 +-0.049316406250 +-0.009399414062 +0.015075683594 +0.029541015625 +-0.039550781250 +0.033935546875 +0.013732910156 +0.013061523438 +0.108886718750 +-0.047607421875 +0.029907226562 +-0.030761718750 +0.079101562500 +0.117675781250 +0.142578125000 +0.005523681641 +-0.095214843750 +0.232421875000 +0.139648437500 +-0.041992187500 +0.005401611328 +-0.053222656250 +0.024047851562 +-0.064941406250 +0.052001953125 +0.139648437500 +-0.005950927734 +0.073730468750 +0.034423828125 +0.154296875000 +0.054687500000 +0.038574218750 +0.052734375000 +0.185546875000 +-0.101562500000 +0.054687500000 +-0.162109375000 +-0.104980468750 +0.076171875000 +-0.055664062500 +0.200195312500 +0.071289062500 +0.083984375000 +-0.027709960938 +-0.135742187500 +0.023559570312 +-0.033691406250 +-0.129882812500 +0.141601562500 +-0.074218750000 +-0.008178710938 +0.149414062500 +0.022949218750 +-0.030639648438 +-0.006713867188 +-0.117187500000 +-0.055664062500 +-0.279296875000 +0.178710937500 +-0.015502929688 +-0.088867187500 +0.090820312500 +-0.180664062500 +-0.006317138672 +-0.008911132812 +0.088867187500 +0.003799438477 +-0.172851562500 +-0.090820312500 +-0.332031250000 +0.007934570312 +-0.042236328125 +0.007629394531 +-0.119628906250 +-0.033203125000 +-0.023925781250 +0.119628906250 +-0.012695312500 +-0.056152343750 +-0.063964843750 +-0.031982421875 +-0.140625000000 +-0.049072265625 +0.066406250000 +-0.009826660156 +0.007629394531 +-0.271484375000 +-0.034179687500 +0.040527343750 +-0.009582519531 +-0.199218750000 +0.068847656250 +0.153320312500 +0.101074218750 +0.134765625000 +0.036865234375 +0.009216308594 +-0.032226562500 +-0.096679687500 +-0.068847656250 +-0.011352539062 +0.119628906250 +-0.063964843750 +0.021606445312 +0.078125000000 +-0.076171875000 +0.037597656250 +0.104003906250 +0.020263671875 +0.129882812500 +-0.049804687500 +0.104003906250 +-0.056396484375 +0.109863281250 +-0.462890625000 +0.092773437500 +0.070312500000 +-0.069824218750 +-0.132812500000 +-0.079589843750 +0.132812500000 +0.294921875000 +0.104492187500 +-0.151367187500 +-0.224609375000 +0.132812500000 +0.049072265625 +-0.119140625000 +-0.020751953125 +-0.283203125000 +0.007934570312 +-0.030273437500 +-0.169921875000 +-0.057128906250 +-0.069824218750 +0.016113281250 +-0.031494140625 +-0.066894531250 +-0.105957031250 +0.056884765625 +0.037841796875 +0.246093750000 +0.052001953125 +0.042480468750 +0.017211914062 +-0.132812500000 +-0.009704589844 +0.107910156250 +0.026367187500 +-0.085449218750 +0.104492187500 +0.002624511719 +0.000606536865 +0.141601562500 +-0.075683593750 +-0.080566406250 +-0.167968750000 +-0.021606445312 +0.072265625000 +0.083984375000 +-0.029418945312 +-0.117187500000 +0.068359375000 +0.080078125000 +0.008544921875 +-0.103027343750 +-0.067871093750 +0.123046875000 +0.054687500000 +-0.023559570312 +0.040771484375 +-0.004150390625 +0.123535156250 +0.032226562500 +0.109863281250 +0.176757812500 +-0.090332031250 +0.008178710938 +0.041015625000 +0.083496093750 +0.045166015625 +0.255859375000 +0.019775390625 +-0.043212890625 +-0.217773437500 +0.057861328125 +0.071289062500 +0.004852294922 +0.068359375000 +-0.326171875000 +-0.083007812500 +-0.020507812500 +0.030517578125 +0.004852294922 +0.102050781250 +-0.047119140625 +-0.104492187500 +-0.004180908203 +0.051025390625 +0.096679687500 +0.176757812500 +-0.050537109375 +0.083496093750 +0.102050781250 +0.039550781250 +-0.036865234375 +0.121582031250 +0.029907226562 +-0.029907226562 +0.060546875000 +-0.029663085938 +-0.002502441406 +-0.129882812500 +0.094238281250 +0.090332031250 +0.028930664062 +-0.079101562500 +-0.033447265625 +-0.066894531250 +-0.199218750000 +0.031738281250 +0.001472473145 +0.031005859375 +-0.133789062500 +-0.005676269531 +-0.053466796875 +-0.187500000000 +-0.031127929688 +-0.007934570312 +-0.160156250000 +0.048828125000 +0.126953125000 +0.114746093750 +-0.109375000000 +0.142578125000 +0.132812500000 +-0.014099121094 +0.138671875000 +-0.183593750000 +-0.085937500000 +0.075683593750 +0.275390625000 +-0.098144531250 +-0.086914062500 +-0.045166015625 +0.059814453125 +0.059082031250 +0.011291503906 +-0.157226562500 +-0.082519531250 +0.147460937500 +-0.001228332520 +-0.079101562500 +-0.035888671875 +0.027343750000 +0.064941406250 +0.059082031250 +-0.048339843750 +-0.049072265625 +-0.132812500000 +-0.031127929688 +-0.216796875000 +-0.030151367188 +-0.184570312500 +-0.037841796875 +0.017822265625 +-0.242187500000 +-0.110351562500 +-0.080078125000 +-0.125976562500 +-0.015380859375 +0.059570312500 +-0.062255859375 +0.006622314453 +-0.061279296875 +-0.079101562500 +0.131835937500 +-0.156250000000 +-0.269531250000 +0.058837890625 +0.127929687500 +-0.097167968750 +-0.077148437500 +0.034423828125 +-0.069335937500 +-0.076171875000 +-0.113281250000 +0.042968750000 +0.203125000000 +0.111328125000 +-0.079589843750 +0.163085937500 +-0.109375000000 +-0.023437500000 +-0.139648437500 +-0.067382812500 +-0.000759124756 +-0.075683593750 +0.083984375000 +0.056396484375 +0.037841796875 +0.025268554688 +-0.061035156250 +-0.150390625000 +0.021484375000 +0.160156250000 +0.019897460938 +-0.029418945312 +-0.060791015625 +-0.071289062500 +0.008911132812 +0.027099609375 +0.161132812500 +0.054931640625 +0.060546875000 +0.090820312500 +-0.204101562500 +0.015319824219 +-0.019897460938 +0.010742187500 +0.004028320312 +-0.031738281250 +-0.023315429688 +0.032470703125 +-0.165039062500 +0.104003906250 +-0.145507812500 +0.142578125000 +-0.040283203125 +0.109375000000 +-0.069824218750 +0.125976562500 +0.032470703125 +-0.085449218750 +-0.166015625000 +0.003204345703 +0.022460937500 +0.061767578125 +-0.096679687500 +-0.022949218750 +-0.024536132812 +0.047119140625 +0.072753906250 +-0.061523437500 +-0.101074218750 +0.164062500000 +0.114257812500 +0.125976562500 +-0.093750000000 +0.135742187500 +-0.155273437500 +0.008422851562 +-0.087890625000 +0.076171875000 +-0.218750000000 +-0.069824218750 +-0.015014648438 +0.092285156250 +0.036376953125 +-0.064453125000 +0.034423828125 +0.065917968750 +0.064941406250 +-0.085449218750 +-0.216796875000 +-0.084960937500 +-0.003845214844 +0.141601562500 +0.019409179688 +0.019042968750 +-0.112304687500 +0.095703125000 +0.000112533569 +0.010253906250 +-0.155273437500 +-0.023559570312 +-0.005187988281 +0.011596679688 +0.016601562500 +-0.040527343750 +0.046386718750 +0.202148437500 +0.108398437500 +-0.056396484375 +0.094238281250 +-0.059814453125 +-0.075683593750 +-0.083984375000 +0.026733398438 +0.144531250000 +-0.158203125000 +-0.079589843750 +0.154296875000 +0.150390625000 +-0.302734375000 +0.037841796875 +0.099609375000 +0.025634765625 +0.056152343750 +-0.059570312500 +0.046630859375 +-0.160156250000 +-0.127929687500 +-0.138671875000 +-0.053710937500 +-0.016601562500 +-0.060302734375 +0.042968750000 +-0.023071289062 +0.010986328125 +0.137695312500 +-0.116699218750 +-0.063476562500 +0.031494140625 +0.050537109375 +0.051757812500 +-0.069335937500 +0.066894531250 +0.085449218750 +-0.140625000000 +0.051269531250 +-0.018432617188 +-0.070800781250 +-0.183593750000 +0.095703125000 +-0.291015625000 +0.043945312500 +0.012084960938 +0.138671875000 +-0.140625000000 +0.070800781250 +-0.129882812500 +-0.092773437500 +0.082519531250 +-0.051757812500 +0.066894531250 +-0.051025390625 +-0.076660156250 +-0.320312500000 +-0.048339843750 +-0.061279296875 +0.000345230103 +-0.024414062500 +-0.067871093750 +-0.097656250000 +0.069335937500 +-0.083496093750 +-0.021728515625 +-0.186523437500 +-0.176757812500 +-0.047363281250 +-0.164062500000 +-0.171875000000 +0.126953125000 +-0.139648437500 +0.021728515625 +-0.199218750000 +-0.141601562500 +-0.104492187500 +0.100097656250 +0.096191406250 +-0.049072265625 +0.114746093750 +-0.090820312500 +-0.033691406250 +-0.049804687500 +0.050537109375 +0.000629425049 +0.035644531250 +-0.024902343750 +0.109863281250 +-0.204101562500 +-0.062988281250 +0.101074218750 +-0.034912109375 +-0.017089843750 +-0.094726562500 +-0.007598876953 +-0.171875000000 +0.008789062500 +-0.013549804688 +0.107421875000 +-0.145507812500 +0.001884460449 +-0.034912109375 +0.100585937500 +-0.019897460938 +0.109863281250 +0.085449218750 +-0.062011718750 +0.057861328125 +0.006805419922 +-0.122070312500 +0.074218750000 +0.125976562500 +-0.078613281250 +0.143554687500 +0.009521484375 +-0.020507812500 +0.090332031250 +0.174804687500 +0.355468750000 +0.068359375000 +-0.121582031250 +-0.020629882812 +-0.019775390625 +0.050781250000 +-0.151367187500 +-0.222656250000 +-0.037597656250 +-0.161132812500 +-0.003265380859 +-0.130859375000 +-0.175781250000 +-0.183593750000 +-0.132812500000 +0.081542968750 +-0.023803710938 +-0.015197753906 +-0.048828125000 +0.024536132812 +0.081054687500 +-0.091796875000 +0.125000000000 +-0.072753906250 +0.069335937500 +-0.219726562500 +0.043212890625 +-0.062255859375 +0.087890625000 +0.049072265625 +-0.054199218750 +0.100097656250 +0.093750000000 +0.191406250000 +0.036865234375 +-0.169921875000 +0.048095703125 +0.025390625000 +-0.057861328125 +-0.068847656250 +0.095214843750 +-0.005096435547 +0.013732910156 +0.076171875000 +-0.039794921875 +0.111328125000 +-0.052490234375 +-0.035156250000 +-0.196289062500 +-0.066894531250 +0.132812500000 +-0.166992187500 +0.109375000000 +-0.143554687500 +-0.039062500000 +-0.021972656250 +0.002014160156 +0.039794921875 +-0.058105468750 +0.013122558594 +-0.028320312500 +-0.010742187500 +0.150390625000 +0.283203125000 +-0.148437500000 +-0.143554687500 +-0.021972656250 +0.073242187500 +-0.052734375000 +-0.068359375000 +0.040771484375 +-0.042968750000 +-0.099121093750 +0.160156250000 +0.072265625000 +-0.041503906250 +-0.195312500000 +0.125000000000 +0.035644531250 +-0.075195312500 +-0.235351562500 +-0.116699218750 +0.065429687500 +-0.248046875000 +-0.008178710938 +0.021972656250 +-0.166015625000 +-0.154296875000 +0.053466796875 +-0.021850585938 +0.106445312500 +0.009643554688 +0.125000000000 +0.017456054688 +-0.024780273438 +0.035644531250 +0.083984375000 +-0.062988281250 +0.023803710938 +-0.120117187500 +-0.126953125000 +-0.021972656250 +-0.259765625000 +0.065429687500 +-0.136718750000 +0.069335937500 +-0.080078125000 +-0.082519531250 +0.018066406250 +-0.220703125000 +0.083496093750 +-0.055908203125 +-0.178710937500 +0.008789062500 +0.182617187500 +-0.005889892578 +0.057373046875 +-0.116699218750 +-0.101074218750 +-0.114746093750 +-0.103027343750 +0.302734375000 +0.029663085938 +-0.052978515625 +0.040527343750 +-0.041992187500 +-0.056396484375 +-0.049072265625 +-0.039794921875 +0.009765625000 +-0.062255859375 +0.082031250000 +-0.112792968750 +0.050537109375 +0.019897460938 +-0.012084960938 +-0.172851562500 +0.012145996094 +-0.221679687500 +-0.176757812500 +0.057373046875 +-0.126953125000 +-0.068359375000 +-0.096679687500 +-0.201171875000 +0.002761840820 +-0.060546875000 +-0.192382812500 +-0.051269531250 +-0.042968750000 +-0.140625000000 +0.042236328125 +0.093750000000 +-0.012695312500 +-0.035644531250 +-0.036132812500 +0.001968383789 +-0.058837890625 +-0.227539062500 +-0.203125000000 +0.062500000000 +-0.043945312500 +-0.057373046875 +-0.033203125000 +-0.145507812500 +-0.198242187500 +0.010437011719 +-0.018554687500 +-0.001579284668 +-0.015441894531 +-0.059814453125 +-0.050292968750 +-0.025024414062 +0.072753906250 +-0.119140625000 +0.086914062500 +0.040771484375 +0.207031250000 +-0.283203125000 +0.007873535156 +-0.316406250000 +0.117675781250 +0.005035400391 +-0.043701171875 +-0.089843750000 +-0.082031250000 +-0.110351562500 +-0.068359375000 +-0.230468750000 +0.056640625000 +0.091308593750 +-0.041503906250 +-0.068359375000 +-0.048095703125 +-0.111816406250 +-0.001640319824 +-0.049072265625 +0.098632812500 +0.079101562500 +-0.080566406250 +-0.074707031250 +0.104003906250 +-0.102539062500 +-0.005798339844 +0.145507812500 +0.080078125000 +0.032470703125 +0.092285156250 +-0.209960937500 +0.067382812500 +-0.025146484375 +-0.084472656250 +-0.051757812500 +-0.023193359375 +0.097656250000 +-0.004333496094 +0.194335937500 +0.283203125000 +0.065429687500 +-0.114257812500 +0.080566406250 +-0.079589843750 +-0.099609375000 +-0.048583984375 +-0.182617187500 +0.101074218750 +0.007781982422 +-0.076660156250 +0.057861328125 +0.121093750000 +0.007080078125 +-0.125000000000 +-0.308593750000 +0.042480468750 +0.226562500000 +0.283203125000 +-0.038085937500 +0.160156250000 +-0.056152343750 +0.046875000000 +-0.153320312500 +-0.088867187500 +-0.090820312500 +0.129882812500 +0.000002592802 +0.049560546875 +-0.009216308594 +-0.018432617188 +-0.007629394531 +0.010437011719 +-0.034912109375 +-0.000614166260 +-0.009460449219 +0.085449218750 +0.080078125000 +0.080078125000 +-0.024291992188 +0.156250000000 +0.073730468750 +0.029663085938 +-0.136718750000 +-0.041748046875 +-0.095214843750 +-0.153320312500 +-0.024047851562 +-0.188476562500 +-0.138671875000 +-0.083007812500 +-0.101562500000 +0.097656250000 +-0.050781250000 +0.084960937500 +-0.141601562500 +-0.094238281250 +-0.227539062500 +-0.000419616699 +0.121582031250 +-0.061523437500 +-0.000255584717 +0.064941406250 +0.035888671875 +0.169921875000 +0.096191406250 +-0.084960937500 +-0.033935546875 +0.081054687500 +0.010803222656 +-0.025390625000 +0.086425781250 +0.019653320312 +-0.185546875000 +0.034912109375 +-0.417968750000 +-0.014221191406 +-0.186523437500 +0.129882812500 +0.046875000000 +0.055664062500 +-0.220703125000 +0.012573242188 +-0.111816406250 +0.073242187500 +-0.190429687500 +0.056396484375 +0.027343750000 +-0.159179687500 +0.183593750000 +-0.047607421875 +0.142578125000 +0.045410156250 +0.121093750000 +-0.055908203125 +-0.053466796875 +-0.020141601562 +0.039794921875 +0.101562500000 +-0.011352539062 +0.006500244141 +0.030273437500 +-0.126953125000 +0.025390625000 +-0.189453125000 +0.001777648926 +-0.058837890625 +-0.010375976562 +0.007934570312 +-0.074707031250 +-0.161132812500 +-0.009765625000 +-0.026733398438 +0.111816406250 +0.050781250000 +-0.083984375000 +0.052001953125 +-0.128906250000 +0.035400390625 +-0.062500000000 +0.114257812500 +0.025146484375 +-0.107421875000 +0.122070312500 +-0.059570312500 +-0.117675781250 +-0.030151367188 +0.008972167969 +0.042724609375 +-0.046875000000 +-0.040771484375 +0.184570312500 +0.022827148438 +-0.172851562500 +0.030395507812 +0.015136718750 +0.019531250000 +0.006317138672 +-0.040527343750 +0.043945312500 +0.148437500000 +-0.134765625000 +-0.038574218750 +0.236328125000 +-0.027709960938 +0.255859375000 +-0.113769531250 +0.090820312500 +0.022094726562 +-0.098144531250 +-0.119140625000 +-0.004333496094 +0.053466796875 +-0.053222656250 +-0.263671875000 +0.143554687500 +-0.002883911133 +0.047851562500 +-0.104003906250 +0.085449218750 +-0.021240234375 +0.067871093750 +-0.038085937500 +-0.157226562500 +0.049560546875 +-0.132812500000 +-0.120117187500 +0.040283203125 +-0.056884765625 +0.003173828125 +0.063476562500 +0.043701171875 +-0.043701171875 +0.039062500000 +0.241210937500 +0.088867187500 +0.146484375000 +-0.144531250000 +-0.082031250000 +-0.166992187500 +-0.122558593750 +-0.011962890625 +-0.210937500000 +-0.135742187500 +0.099121093750 +-0.062500000000 +0.089843750000 +0.028442382812 +0.164062500000 +-0.008911132812 +-0.067871093750 +-0.037353515625 +-0.017333984375 +-0.035400390625 +-0.259765625000 +-0.138671875000 +0.101074218750 +0.050292968750 +0.096679687500 +-0.030883789062 +0.177734375000 +0.130859375000 +-0.042236328125 +-0.078125000000 +-0.249023437500 +-0.130859375000 +0.005035400391 +-0.042968750000 +0.145507812500 +0.068359375000 +0.033691406250 +0.093750000000 +0.064941406250 +0.018676757812 +-0.030517578125 +0.168945312500 +0.084960937500 +-0.002166748047 +-0.073242187500 +-0.104980468750 +-0.085449218750 +0.105957031250 +-0.186523437500 +-0.048583984375 +-0.116699218750 +0.019165039062 +-0.066406250000 +-0.018310546875 +-0.202148437500 +0.093750000000 +-0.075683593750 +0.009216308594 +0.073242187500 +-0.032470703125 +-0.057861328125 +-0.221679687500 +0.083496093750 +0.055175781250 +0.179687500000 +-0.003967285156 +0.125000000000 +-0.102539062500 +0.015991210938 +-0.066894531250 +-0.039794921875 +-0.002914428711 +-0.089843750000 +-0.089355468750 +-0.109375000000 +0.096679687500 +-0.072753906250 +0.111328125000 +-0.163085937500 +-0.089355468750 +-0.091308593750 +-0.053222656250 +0.129882812500 +-0.073242187500 +0.000736236572 +-0.279296875000 +0.030761718750 +-0.008850097656 +0.010498046875 +0.141601562500 +0.023315429688 +-0.032958984375 +0.001556396484 +-0.191406250000 +0.131835937500 +0.022460937500 +-0.124023437500 +0.033935546875 +-0.062988281250 +-0.010864257812 +-0.333984375000 +0.064453125000 +-0.081054687500 +0.087890625000 +-0.154296875000 +-0.097656250000 +-0.166015625000 +-0.171875000000 +0.105468750000 +-0.062988281250 +0.078613281250 +0.100097656250 +-0.087402343750 +-0.117675781250 +0.044189453125 +-0.067871093750 +-0.098144531250 +-0.037109375000 +-0.000789642334 +0.125976562500 +0.008117675781 +-0.192382812500 +-0.136718750000 +-0.024047851562 +0.074707031250 +-0.019653320312 +0.158203125000 +0.146484375000 +-0.064941406250 +0.000804901123 +-0.060546875000 +0.051757812500 +-0.016723632812 +-0.041748046875 +0.142578125000 +0.193359375000 +-0.034667968750 +-0.029174804688 +0.049072265625 +0.004028320312 +-0.166015625000 +0.020263671875 +-0.144531250000 +-0.206054687500 +-0.038574218750 +0.046386718750 +-0.199218750000 +-0.099609375000 +-0.092285156250 +-0.114746093750 +0.116699218750 +0.095214843750 +-0.300781250000 +-0.135742187500 +0.071289062500 +-0.020019531250 +0.002212524414 +0.047851562500 +0.104003906250 +0.056152343750 +-0.039550781250 +-0.135742187500 +0.026000976562 +-0.032958984375 +0.017456054688 +-0.116699218750 +0.103027343750 +0.111328125000 +0.151367187500 +0.224609375000 +-0.092285156250 +-0.092773437500 +0.202148437500 +0.004516601562 +0.034179687500 +0.065429687500 +-0.154296875000 +-0.031982421875 +-0.033691406250 +0.079101562500 +0.045898437500 +-0.163085937500 +-0.201171875000 +0.010314941406 +-0.027587890625 +-0.175781250000 +-0.082519531250 +0.041015625000 +-0.022583007812 +0.078613281250 +-0.012084960938 +-0.007781982422 +-0.002426147461 +-0.078125000000 +-0.029785156250 +-0.042724609375 +0.007995605469 +0.067382812500 +-0.020385742188 +0.141601562500 +-0.076171875000 +0.041259765625 +0.032470703125 +-0.221679687500 +-0.031494140625 +-0.134765625000 +-0.105957031250 +0.031738281250 +-0.013854980469 +-0.106933593750 +-0.112304687500 +-0.166015625000 +-0.025024414062 +0.066406250000 +-0.042236328125 +0.111816406250 +0.109863281250 +0.077636718750 +0.046386718750 +0.088378906250 +0.109375000000 +0.035644531250 +-0.083984375000 +-0.070800781250 +0.023803710938 +-0.055908203125 +-0.022705078125 +-0.168945312500 +0.202148437500 +0.057617187500 +0.181640625000 +-0.017211914062 +-0.001403808594 +0.030029296875 +-0.022705078125 +0.198242187500 +0.107421875000 +-0.133789062500 +0.081542968750 +-0.064453125000 +-0.018188476562 +-0.046630859375 +0.093261718750 +0.066406250000 +-0.009338378906 +-0.147460937500 +0.053466796875 +-0.008544921875 +-0.055908203125 +-0.067382812500 +0.041503906250 +0.003829956055 +-0.052490234375 +-0.062011718750 +0.039550781250 +-0.048828125000 +-0.020751953125 +-0.213867187500 +-0.123535156250 +0.104492187500 +-0.079101562500 +0.060546875000 +-0.038330078125 +0.087402343750 +-0.007415771484 +0.027954101562 +-0.104980468750 +0.004577636719 +0.144531250000 +0.030395507812 +-0.029663085938 +-0.061767578125 +-0.058349609375 +0.115722656250 +0.168945312500 +0.019531250000 +-0.057373046875 +0.050537109375 +-0.206054687500 +0.086425781250 +0.017822265625 +-0.008422851562 +-0.015319824219 +-0.048583984375 +0.089843750000 +0.014526367188 +-0.023681640625 +0.138671875000 +-0.021606445312 +-0.037841796875 +-0.159179687500 +0.024902343750 +0.075195312500 +0.169921875000 +0.009948730469 +-0.257812500000 +0.201171875000 +-0.068359375000 +-0.024902343750 +0.013061523438 +-0.083984375000 +-0.121093750000 +-0.180664062500 +0.139648437500 +0.024047851562 +-0.112304687500 +0.136718750000 +-0.162109375000 +0.126953125000 +0.045166015625 +-0.044677734375 +-0.054687500000 +0.039794921875 +0.000415802002 +-0.012695312500 +0.171875000000 +0.129882812500 +0.027587890625 +-0.066406250000 +-0.151367187500 +0.014160156250 +0.047363281250 +0.145507812500 +-0.128906250000 +0.037841796875 +-0.149414062500 +-0.005493164062 +0.062988281250 +-0.005767822266 +-0.068359375000 +-0.048583984375 +0.097656250000 +0.013854980469 +-0.061767578125 +-0.019775390625 +0.103515625000 +-0.028564453125 +-0.131835937500 +0.125976562500 +-0.040527343750 +0.074218750000 +-0.129882812500 +0.072753906250 +-0.021728515625 +0.126953125000 +-0.024414062500 +0.152343750000 +-0.065917968750 +0.047851562500 +-0.035644531250 +0.121093750000 +-0.053466796875 +0.076171875000 +0.039550781250 +-0.049560546875 +0.125976562500 +-0.157226562500 +-0.032226562500 +0.195312500000 +0.068359375000 +0.034179687500 +-0.017700195312 +0.069824218750 +-0.088867187500 +-0.004730224609 +0.194335937500 +-0.074707031250 +-0.104492187500 +-0.006469726562 +-0.103027343750 +-0.050292968750 +-0.009521484375 +0.015625000000 +0.099121093750 +-0.287109375000 +-0.044433593750 +0.101562500000 +-0.029174804688 +0.198242187500 +0.010559082031 +-0.064941406250 +-0.054443359375 +0.157226562500 +0.018920898438 +-0.017700195312 +0.144531250000 +0.121093750000 +0.008361816406 +-0.032470703125 +0.083496093750 +0.003707885742 +0.025512695312 +-0.065429687500 +-0.161132812500 +0.086914062500 +-0.054687500000 +-0.036132812500 +-0.081542968750 +0.017944335938 +-0.164062500000 +0.058349609375 +0.047851562500 +0.049560546875 +0.071289062500 +0.002166748047 +-0.012756347656 +-0.080078125000 +0.062500000000 +-0.089355468750 +-0.110839843750 +-0.057373046875 +0.139648437500 +-0.066406250000 +0.163085937500 +-0.086425781250 +0.131835937500 +-0.045410156250 +-0.056640625000 +-0.075683593750 +-0.229492187500 +-0.076660156250 +-0.073242187500 +0.019042968750 +-0.006500244141 +0.082519531250 +-0.125000000000 +0.038574218750 +-0.072265625000 +0.154296875000 +0.176757812500 +0.028198242188 +0.029418945312 +-0.037841796875 +-0.041748046875 +-0.045898437500 +0.008544921875 +0.084960937500 +-0.172851562500 +-0.017211914062 +0.086914062500 +-0.031738281250 +-0.187500000000 +-0.073242187500 +0.073730468750 +0.030883789062 +-0.064941406250 +-0.067382812500 +0.083496093750 +-0.103027343750 +-0.080078125000 +0.040039062500 +-0.062255859375 +0.067382812500 +0.020385742188 +-0.058349609375 +0.176757812500 +0.149414062500 +-0.119628906250 +-0.062255859375 +-0.054199218750 +0.114746093750 +-0.128906250000 +0.126953125000 +0.061279296875 +-0.065917968750 +0.093750000000 +-0.113281250000 +0.020385742188 +0.035400390625 +0.020996093750 +0.036865234375 +0.015319824219 +-0.162109375000 +0.056152343750 +-0.106445312500 +0.056884765625 +0.053710937500 +0.006164550781 +0.118164062500 +0.181640625000 +-0.163085937500 +-0.154296875000 +-0.086425781250 +0.036621093750 +0.062255859375 +-0.001899719238 +0.147460937500 +-0.010864257812 +-0.189453125000 +0.016479492188 +-0.140625000000 +-0.057617187500 +-0.033935546875 +-0.111816406250 +0.022827148438 +-0.006347656250 +0.092773437500 +0.004882812500 +0.084960937500 +0.028930664062 +0.074218750000 +-0.133789062500 +-0.081054687500 +-0.134765625000 +0.237304687500 +0.025146484375 +0.054687500000 +-0.030517578125 +0.063476562500 +-0.143554687500 +-0.034667968750 +-0.011230468750 +0.007812500000 +-0.134765625000 +0.135742187500 +0.012023925781 +0.072753906250 +-0.042480468750 +0.187500000000 +0.028564453125 +0.037841796875 +-0.018310546875 +-0.027221679688 +0.025512695312 +0.022216796875 +-0.220703125000 +-0.075195312500 +-0.042724609375 +-0.038574218750 +0.210937500000 +-0.223632812500 +-0.043945312500 +0.074707031250 +0.036132812500 +-0.105468750000 +-0.083007812500 +-0.096679687500 +-0.074218750000 +0.036132812500 +-0.021240234375 +-0.066894531250 +-0.088867187500 +0.033203125000 +-0.191406250000 +0.108886718750 +-0.040039062500 +-0.041259765625 +-0.124511718750 +0.025878906250 +-0.040039062500 +-0.023559570312 +-0.024291992188 +0.015869140625 +0.106933593750 +0.097656250000 +-0.127929687500 +-0.015563964844 +0.016845703125 +0.011108398438 +-0.012390136719 +0.002822875977 +-0.028442382812 +0.035644531250 +-0.081054687500 +0.030273437500 +-0.044189453125 +-0.020507812500 +0.105957031250 +0.083984375000 +0.271484375000 +0.016967773438 +0.116210937500 +0.289062500000 +0.070800781250 +-0.186523437500 +-0.015747070312 +0.217773437500 +0.017456054688 +-0.072753906250 +-0.004913330078 +-0.028320312500 +-0.054687500000 +-0.038818359375 +-0.073242187500 +-0.082519531250 +-0.012817382812 +-0.031982421875 +0.166015625000 +-0.115722656250 +0.016723632812 +0.005493164062 +0.125000000000 +0.126953125000 +-0.152343750000 +0.146484375000 +-0.138671875000 +-0.012634277344 +0.017700195312 +-0.067871093750 +-0.164062500000 +-0.045898437500 +-0.064941406250 +-0.040283203125 +-0.079589843750 +0.102539062500 +0.026611328125 +-0.217773437500 +-0.100585937500 +0.005676269531 +0.056884765625 +-0.191406250000 +-0.081542968750 +0.100097656250 +0.064941406250 +-0.098144531250 +0.015991210938 +0.191406250000 +-0.145507812500 +-0.014709472656 +-0.001075744629 +0.159179687500 +-0.071777343750 +0.036376953125 +0.098632812500 +0.001426696777 +0.041748046875 +-0.245117187500 +-0.052734375000 +0.087890625000 +-0.059326171875 +-0.119628906250 +-0.090820312500 +0.103027343750 +-0.063476562500 +0.079589843750 +0.068359375000 +0.179687500000 +-0.131835937500 +0.118164062500 +0.080078125000 +0.112792968750 +-0.019287109375 +0.024291992188 +0.004058837891 +0.016601562500 +-0.010742187500 +0.152343750000 +0.097167968750 +0.215820312500 +0.215820312500 +0.064453125000 +0.018676757812 +-0.061767578125 +0.004058837891 +-0.228515625000 +0.156250000000 +0.008789062500 +-0.124023437500 +0.006469726562 +-0.030761718750 +0.108886718750 +-0.111816406250 +-0.090332031250 +0.060791015625 +-0.021728515625 +-0.017211914062 +0.085449218750 +0.025390625000 +0.289062500000 +-0.061767578125 +-0.023803710938 +0.353515625000 +0.132812500000 +-0.108398437500 +-0.038818359375 +0.161132812500 +0.128906250000 +0.021972656250 +-0.087890625000 +-0.003479003906 +-0.169921875000 +-0.149414062500 +-0.092285156250 +-0.160156250000 +-0.158203125000 +-0.062988281250 +-0.196289062500 +0.079101562500 +-0.018554687500 +-0.133789062500 +-0.044433593750 +0.062988281250 +-0.086914062500 +-0.076660156250 +0.104003906250 +-0.059814453125 +-0.137695312500 +-0.125976562500 +-0.132812500000 +0.002395629883 +0.038574218750 +-0.217773437500 +-0.025390625000 +-0.024780273438 +0.312500000000 +-0.202148437500 +0.158203125000 +0.019531250000 +0.071777343750 +0.032226562500 +0.099609375000 +-0.053222656250 +-0.088378906250 +-0.113281250000 +-0.065917968750 +0.085937500000 +0.000088214874 +-0.020019531250 +-0.205078125000 +0.168945312500 +-0.008239746094 +-0.051757812500 +-0.058349609375 +-0.025756835938 +-0.104980468750 +-0.104492187500 +0.008483886719 +-0.024536132812 +-0.267578125000 +-0.177734375000 +-0.164062500000 +-0.017456054688 +0.019775390625 +-0.066406250000 +0.180664062500 +0.161132812500 +0.056152343750 +-0.000518798828 +-0.121582031250 +-0.033447265625 +-0.038330078125 +0.008789062500 +0.004730224609 +0.115722656250 +0.144531250000 +-0.165039062500 +0.003433227539 +0.194335937500 +0.181640625000 +-0.028320312500 +-0.078125000000 +-0.215820312500 +0.085937500000 +-0.138671875000 +-0.052001953125 +-0.119140625000 +-0.117675781250 +-0.298828125000 +-0.167968750000 +0.257812500000 +-0.234375000000 +0.078125000000 +0.139648437500 +0.026000976562 +0.043701171875 +-0.097167968750 +-0.039550781250 +-0.101562500000 +-0.020385742188 +-0.023071289062 +0.037109375000 +0.091308593750 +-0.070800781250 +0.082031250000 +0.046386718750 +-0.237304687500 +-0.043945312500 +0.061523437500 +-0.025024414062 +0.114746093750 +-0.097656250000 +-0.007507324219 +0.026489257812 +-0.122558593750 +-0.017089843750 +0.080566406250 +0.005249023438 +0.155273437500 +0.055908203125 +0.107421875000 +-0.045898437500 +0.001136779785 +-0.068847656250 +0.081542968750 +0.041259765625 +0.147460937500 +0.055175781250 +-0.030029296875 +-0.044433593750 +-0.000209808350 +0.215820312500 +-0.099121093750 +-0.047851562500 +-0.012817382812 +-0.123046875000 +-0.095703125000 +0.044921875000 +-0.026611328125 +-0.047363281250 +0.024780273438 +0.090820312500 +-0.085937500000 +-0.084960937500 +0.012756347656 +0.062500000000 +-0.056396484375 +0.090332031250 +0.060058593750 +0.000991821289 +-0.161132812500 +-0.047607421875 +-0.080078125000 +-0.089355468750 +-0.181640625000 +0.037597656250 +-0.112792968750 +-0.075195312500 +0.000199317932 +0.159179687500 +0.024414062500 +0.016235351562 +0.212890625000 +0.201171875000 +-0.118652343750 +0.043212890625 +-0.081542968750 +0.165039062500 +0.197265625000 +0.015747070312 +0.051025390625 +0.004821777344 +0.447265625000 +0.026977539062 +-0.056152343750 +-0.232421875000 +0.080566406250 +-0.042724609375 +-0.291015625000 +-0.119140625000 +0.024414062500 +0.245117187500 +0.117187500000 +-0.106933593750 +0.253906250000 +-0.065429687500 +-0.101562500000 +0.066894531250 +-0.073242187500 +-0.013549804688 +0.200195312500 +0.087402343750 +-0.134765625000 +-0.108886718750 +-0.187500000000 +-0.060546875000 +0.082031250000 +-0.041503906250 +0.108886718750 +-0.045166015625 +0.042480468750 +-0.093261718750 +0.068359375000 +0.001831054688 +-0.066894531250 +0.172851562500 +-0.009582519531 +-0.041259765625 +-0.007812500000 +0.056884765625 +0.217773437500 +-0.018188476562 +0.069824218750 +0.015747070312 +0.003097534180 +-0.038085937500 +-0.135742187500 +-0.104492187500 +-0.166992187500 +-0.221679687500 +0.225585937500 +-0.071777343750 +-0.017333984375 +-0.036621093750 +-0.041503906250 +0.172851562500 +-0.078125000000 +-0.004302978516 +-0.115722656250 +-0.155273437500 +-0.046630859375 +-0.034179687500 +0.025512695312 +0.064453125000 +-0.057617187500 +0.224609375000 +0.257812500000 +0.097656250000 +-0.072753906250 +-0.021484375000 +-0.034179687500 +-0.062988281250 +0.071289062500 +0.072753906250 +0.070800781250 +0.224609375000 +0.017578125000 +0.094726562500 +0.047851562500 +0.061035156250 +0.065429687500 +-0.153320312500 +-0.008483886719 +0.079101562500 +-0.213867187500 +-0.185546875000 +-0.060546875000 +-0.072753906250 +-0.121093750000 +0.000839233398 +-0.105468750000 +0.137695312500 +0.011230468750 +0.147460937500 +-0.000690460205 +-0.097167968750 +-0.057617187500 +0.030151367188 +0.008056640625 +-0.013916015625 +0.095214843750 +-0.171875000000 +-0.024414062500 +0.069335937500 +-0.020874023438 +0.054931640625 +0.008544921875 +-0.009338378906 +0.174804687500 +0.000126838684 +-0.018432617188 +-0.075683593750 +0.040771484375 +-0.306640625000 +0.027343750000 +-0.065429687500 +-0.101562500000 +-0.028930664062 +-0.010253906250 +-0.020996093750 +0.108886718750 +-0.021362304688 +0.073242187500 +0.049560546875 +0.007934570312 +-0.050048828125 +0.022216796875 +-0.175781250000 +0.117187500000 +-0.208984375000 +-0.083984375000 +0.072753906250 +0.111328125000 +-0.043212890625 +-0.039062500000 +0.003112792969 +-0.007934570312 +0.088378906250 +-0.103515625000 +0.030029296875 +-0.052001953125 +-0.008544921875 +0.053955078125 +-0.151367187500 +-0.144531250000 +0.010986328125 +0.027099609375 +0.292968750000 +0.109375000000 +-0.092773437500 +0.039794921875 +-0.062011718750 +-0.028564453125 +0.060791015625 +-0.139648437500 +0.259765625000 +0.191406250000 +0.103515625000 +-0.002166748047 +-0.111816406250 +0.022583007812 +-0.125976562500 +0.052490234375 +-0.020996093750 +0.161132812500 +0.117675781250 +0.021240234375 +-0.068359375000 +-0.175781250000 +-0.005859375000 +-0.017333984375 +0.116210937500 +0.087890625000 +0.082519531250 +0.046142578125 +0.053955078125 +0.198242187500 +-0.027465820312 +0.044677734375 +-0.125976562500 +0.056884765625 +-0.003601074219 +0.076660156250 +-0.060791015625 +-0.014282226562 +0.042968750000 +-0.007873535156 +-0.218750000000 +0.057373046875 +0.236328125000 +0.226562500000 +0.122070312500 +0.021850585938 +0.114257812500 +-0.034423828125 +0.011718750000 +-0.137695312500 +0.084960937500 +-0.119628906250 +0.091796875000 +0.090820312500 +-0.064453125000 +-0.007354736328 +-0.205078125000 +-0.006835937500 +-0.160156250000 +-0.168945312500 +-0.093261718750 +-0.055908203125 +-0.053710937500 +-0.100585937500 +-0.134765625000 +0.030273437500 +-0.042480468750 +-0.030395507812 +-0.023803710938 +0.026245117188 +0.148437500000 +-0.156250000000 +0.010375976562 +-0.251953125000 +-0.058593750000 +0.088378906250 +-0.120605468750 +0.047119140625 +0.025024414062 +-0.172851562500 +-0.115234375000 +-0.093750000000 +-0.064453125000 +-0.012512207031 +-0.054199218750 +-0.033203125000 +-0.080078125000 +0.302734375000 +0.013916015625 +0.049804687500 +0.095703125000 +-0.055908203125 +0.007812500000 +-0.078125000000 +0.186523437500 +0.052978515625 +-0.062255859375 +0.255859375000 +0.183593750000 +0.064453125000 +-0.008178710938 +0.086425781250 +0.209960937500 +0.048095703125 +-0.031494140625 +0.145507812500 +0.114257812500 +0.183593750000 +-0.040283203125 +-0.188476562500 +-0.083984375000 +0.007659912109 +-0.096191406250 +0.007659912109 +0.140625000000 +0.070800781250 +0.158203125000 +0.070800781250 +0.042480468750 +-0.013244628906 +-0.013732910156 +0.021728515625 +-0.123535156250 +-0.019042968750 +-0.173828125000 +0.188476562500 +0.320312500000 +-0.062988281250 +0.107910156250 +-0.010925292969 +-0.005798339844 +0.061523437500 +-0.049560546875 +0.021240234375 +0.135742187500 +-0.151367187500 +-0.075683593750 +-0.055908203125 +0.076660156250 +-0.037597656250 +0.079589843750 +0.139648437500 +-0.004913330078 +0.039794921875 +-0.039062500000 +-0.012817382812 +0.094726562500 +0.199218750000 +-0.077636718750 +0.018798828125 +0.085937500000 +0.134765625000 +0.106445312500 +0.036865234375 +0.102050781250 +-0.014099121094 +-0.056884765625 +-0.009826660156 +-0.019775390625 +-0.030761718750 +0.051269531250 +0.024169921875 +0.030151367188 +-0.142578125000 +0.028930664062 +0.083007812500 +-0.082031250000 +-0.168945312500 +-0.133789062500 +-0.020507812500 +-0.048095703125 +-0.086914062500 +0.062500000000 +0.028076171875 +0.017822265625 +0.029663085938 +0.011962890625 +-0.000587463379 +0.144531250000 +0.002807617188 +-0.159179687500 +0.016601562500 +0.035156250000 +-0.015075683594 +-0.157226562500 +0.112792968750 +-0.207031250000 +0.017456054688 +0.053466796875 +-0.103027343750 +-0.058105468750 +-0.065429687500 +0.060546875000 +0.169921875000 +0.040771484375 +0.010314941406 +-0.112792968750 +-0.125000000000 +0.011413574219 +0.271484375000 +-0.174804687500 +-0.033935546875 +0.001510620117 +0.002838134766 +-0.155273437500 +-0.000071525574 +-0.075683593750 +0.152343750000 +0.020996093750 +-0.021362304688 +-0.025634765625 +0.345703125000 +0.042480468750 +-0.004608154297 +0.000659942627 +-0.130859375000 +-0.109863281250 +-0.074218750000 +0.158203125000 +0.055175781250 +-0.132812500000 +-0.000537872314 +-0.069335937500 +0.020751953125 +-0.133789062500 +-0.024047851562 +0.062500000000 +0.135742187500 +0.124023437500 +-0.068359375000 +-0.013427734375 +0.196289062500 +0.006500244141 +0.052246093750 +0.019775390625 +-0.187500000000 +-0.087402343750 +0.014648437500 +-0.142578125000 +-0.138671875000 +-0.062011718750 +0.023925781250 +0.017211914062 +0.093750000000 +0.068359375000 +0.088867187500 +-0.134765625000 +-0.077636718750 +-0.212890625000 +0.203125000000 +0.051757812500 +-0.115234375000 +-0.048583984375 +0.041259765625 +0.006072998047 +-0.011718750000 +-0.052001953125 +-0.002166748047 +0.255859375000 +-0.109863281250 +-0.039550781250 +-0.030761718750 +-0.010253906250 +0.071289062500 +0.071289062500 +-0.130859375000 +-0.157226562500 +0.121582031250 +-0.026611328125 +-0.095214843750 +-0.128906250000 +-0.137695312500 +0.065429687500 +-0.087402343750 +-0.031127929688 +0.150390625000 +-0.145507812500 +-0.015075683594 +0.060791015625 +-0.033935546875 +-0.002975463867 +-0.059570312500 +0.026489257812 +0.008422851562 +-0.032470703125 +0.125000000000 +0.310546875000 +-0.105468750000 +0.022583007812 +0.044677734375 +0.041748046875 +0.071289062500 +-0.064453125000 +0.065429687500 +-0.143554687500 +0.062255859375 +0.126953125000 +-0.115234375000 +0.018066406250 +0.228515625000 +0.194335937500 +0.193359375000 +-0.142578125000 +-0.180664062500 +0.218750000000 +0.066894531250 +0.486328125000 +-0.265625000000 +-0.112304687500 +-0.093261718750 +-0.169921875000 +0.054687500000 +-0.103515625000 +-0.047851562500 +-0.046875000000 +0.074218750000 +0.007202148438 +0.010070800781 +0.059326171875 +0.122558593750 +0.089843750000 +0.133789062500 +-0.144531250000 +-0.031738281250 +-0.337890625000 +-0.134765625000 +-0.126953125000 +-0.009643554688 +0.001281738281 +0.107910156250 +-0.053466796875 +0.045654296875 +0.072265625000 +0.218750000000 +-0.132812500000 +-0.067871093750 +-0.008483886719 +0.096191406250 +-0.065429687500 +0.005645751953 +-0.171875000000 +-0.227539062500 +-0.011657714844 +0.253906250000 +0.074707031250 +-0.063476562500 +0.060302734375 +-0.048339843750 +0.030029296875 +0.111816406250 +0.057617187500 +0.031494140625 +-0.013427734375 +0.060546875000 +0.075683593750 +0.071777343750 +0.039306640625 +-0.128906250000 +0.061523437500 +0.220703125000 +0.053466796875 +0.030151367188 +-0.196289062500 +-0.047119140625 +-0.059082031250 +-0.202148437500 +-0.129882812500 +0.119140625000 +0.027954101562 +-0.067382812500 +-0.052246093750 +-0.221679687500 +-0.048339843750 +-0.032714843750 +-0.109375000000 +-0.051513671875 +0.186523437500 +-0.134765625000 +-0.083496093750 +-0.019165039062 +-0.050048828125 +0.029296875000 +0.003036499023 +-0.009826660156 +-0.009216308594 +-0.083984375000 +-0.136718750000 +-0.283203125000 +-0.056396484375 +-0.125000000000 +-0.124511718750 +0.046142578125 +-0.005126953125 +-0.187500000000 +0.109863281250 +0.014587402344 +0.092285156250 +-0.035644531250 +-0.080078125000 +-0.076660156250 +0.115234375000 +0.035400390625 +0.089355468750 +0.176757812500 +-0.010925292969 +0.160156250000 +-0.099121093750 +-0.007293701172 +0.004577636719 +0.031250000000 +-0.064941406250 +-0.117675781250 +0.119628906250 +-0.085937500000 +0.101562500000 +0.025146484375 +0.101562500000 +0.084960937500 +-0.065917968750 +-0.155273437500 +0.063964843750 +0.012390136719 +-0.045166015625 +0.107421875000 +-0.036376953125 +0.001060485840 +0.032958984375 +-0.028442382812 +0.085449218750 +-0.093750000000 +-0.265625000000 +0.151367187500 +0.151367187500 +0.183593750000 +0.032226562500 +-0.083984375000 +-0.059082031250 +0.046386718750 +0.063964843750 +0.003646850586 +0.140625000000 +-0.113769531250 +0.101074218750 +0.053466796875 +-0.070312500000 +0.020019531250 +-0.046142578125 +-0.043945312500 +0.008117675781 +0.078125000000 +-0.087890625000 +0.159179687500 +-0.006408691406 +0.096191406250 +-0.083984375000 +0.024169921875 +-0.066894531250 +-0.082519531250 +0.089843750000 +0.265625000000 +-0.015563964844 +-0.170898437500 +-0.009460449219 +0.067382812500 +-0.024169921875 +0.143554687500 +-0.045410156250 +-0.124023437500 +0.132812500000 +0.131835937500 +0.011718750000 +0.003555297852 +0.057373046875 +-0.015747070312 +0.009216308594 +-0.106933593750 +-0.120605468750 +0.061523437500 +-0.004364013672 +-0.064941406250 +-0.019042968750 +-0.077148437500 +0.041259765625 +-0.003219604492 +0.073730468750 +-0.152343750000 +-0.061279296875 +-0.086914062500 +0.031738281250 +-0.060791015625 +0.031494140625 +-0.038818359375 +-0.082519531250 +0.069824218750 +-0.078613281250 +0.242187500000 +-0.033935546875 +0.180664062500 +-0.022460937500 +-0.154296875000 +-0.208984375000 +0.039550781250 +-0.212890625000 +0.219726562500 +0.026000976562 +-0.189453125000 +-0.082519531250 +0.040771484375 +0.115722656250 +0.030517578125 +0.055908203125 +0.000247955322 +-0.125976562500 +-0.071777343750 +-0.099121093750 +0.097656250000 +-0.066894531250 +-0.099121093750 +-0.116210937500 +0.099609375000 +0.015563964844 +-0.187500000000 +0.042968750000 +0.004547119141 +0.008300781250 +0.109375000000 +0.102050781250 +0.049072265625 +-0.062500000000 +0.004211425781 +0.056152343750 +0.178710937500 +-0.013549804688 +0.072753906250 +0.179687500000 +-0.114746093750 +0.079589843750 +-0.000938415527 +0.056884765625 +0.046386718750 +-0.148437500000 +0.013610839844 +-0.133789062500 +-0.005493164062 +-0.099609375000 +0.039062500000 +0.048828125000 +0.155273437500 +0.018798828125 +0.094238281250 +-0.046875000000 +0.020141601562 +0.077148437500 +0.208984375000 +-0.017578125000 +-0.043212890625 +-0.100585937500 +-0.097656250000 +-0.085937500000 +-0.113769531250 +0.015014648438 +-0.102539062500 +0.042480468750 +-0.052978515625 +-0.312500000000 +-0.228515625000 +-0.102050781250 +-0.073242187500 +-0.068359375000 +-0.034912109375 +-0.046875000000 +0.060058593750 +-0.007232666016 +-0.074218750000 +0.014831542969 +-0.026245117188 +0.098632812500 +0.097656250000 +0.090332031250 +0.067871093750 +-0.026489257812 +-0.105468750000 +-0.032958984375 +0.034179687500 +-0.045654296875 +-0.135742187500 +0.081542968750 +0.169921875000 +-0.194335937500 +0.182617187500 +-0.068847656250 +0.186523437500 +-0.078125000000 +0.046386718750 +0.197265625000 +-0.104492187500 +0.050537109375 +0.025878906250 +0.092285156250 +0.080566406250 +0.004577636719 +-0.057373046875 +-0.231445312500 +0.039062500000 +-0.011596679688 +-0.033203125000 +0.066894531250 +0.021118164062 +0.172851562500 +-0.023437500000 +-0.140625000000 +-0.014160156250 +-0.029052734375 +-0.076660156250 +-0.080078125000 +-0.021728515625 +-0.039062500000 +-0.068359375000 +-0.036376953125 +-0.100097656250 +0.107910156250 +0.122070312500 +0.039794921875 +-0.121582031250 +0.099121093750 +0.129882812500 +-0.028442382812 +-0.157226562500 +-0.151367187500 +-0.285156250000 +0.001968383789 +-0.166992187500 +0.109375000000 +-0.078125000000 +-0.067871093750 +-0.038574218750 +0.033691406250 +-0.067382812500 +-0.114746093750 +0.064453125000 +-0.000314712524 +-0.043212890625 +0.059082031250 +-0.095214843750 +0.013305664062 +0.051269531250 +-0.025390625000 +-0.155273437500 +-0.026000976562 +-0.088378906250 +-0.052490234375 +-0.047851562500 +-0.148437500000 +-0.060546875000 +0.060791015625 +0.020263671875 +0.108398437500 +0.042236328125 +0.102539062500 +-0.155273437500 +-0.185546875000 +0.104003906250 +-0.000644683838 +0.001823425293 +-0.052490234375 +0.008361816406 +0.135742187500 +0.056884765625 +-0.060302734375 +-0.012756347656 +0.055664062500 +-0.159179687500 +-0.027954101562 +-0.102539062500 +0.032958984375 +-0.026977539062 +0.016723632812 +0.008117675781 +0.043457031250 +-0.163085937500 +0.130859375000 +0.047119140625 +-0.083984375000 +-0.066406250000 +-0.075683593750 +-0.083007812500 +0.072753906250 +-0.072265625000 +-0.035644531250 +0.058105468750 +0.137695312500 +-0.109375000000 +0.083984375000 +0.104980468750 +-0.086425781250 +-0.000417709351 +0.041748046875 +0.069824218750 +-0.095703125000 +-0.093261718750 +-0.034423828125 +-0.219726562500 +-0.139648437500 +0.040039062500 +0.001609802246 +0.067871093750 +-0.021606445312 +0.064941406250 +0.204101562500 +-0.021118164062 +-0.137695312500 +-0.115234375000 +-0.093750000000 +0.038330078125 +0.233398437500 +-0.024780273438 +-0.026733398438 +0.172851562500 +0.123046875000 +-0.021362304688 +0.028930664062 +0.035156250000 +-0.046386718750 +0.100097656250 +0.044189453125 +0.019409179688 +-0.074218750000 +-0.077636718750 +0.121582031250 +0.064453125000 +0.033203125000 +0.158203125000 +-0.003219604492 +-0.034179687500 +0.150390625000 +0.119140625000 +-0.017089843750 +0.031982421875 +-0.198242187500 +-0.044433593750 +0.018432617188 +0.096679687500 +0.059570312500 +0.007690429688 +-0.050048828125 +-0.003326416016 +0.088867187500 +-0.178710937500 +0.134765625000 +-0.060791015625 +0.026000976562 +-0.065429687500 +0.020996093750 +-0.000206947327 +-0.029052734375 +0.123535156250 +0.019409179688 +0.095703125000 +-0.099121093750 +0.059082031250 +-0.090820312500 +-0.081542968750 +0.086425781250 +0.019897460938 +0.055908203125 +-0.007446289062 +0.023315429688 +0.038085937500 +-0.158203125000 +0.097656250000 +0.060791015625 +-0.139648437500 +-0.015380859375 +-0.151367187500 +-0.114257812500 +-0.213867187500 +0.085937500000 +0.041748046875 +0.030273437500 +-0.070800781250 +0.016601562500 +0.033203125000 +0.146484375000 +0.159179687500 +0.072265625000 +-0.007324218750 +0.007019042969 +0.106933593750 +0.058349609375 +-0.120117187500 +-0.006591796875 +-0.030395507812 +-0.039794921875 +0.025268554688 +-0.104980468750 +-0.020385742188 +-0.056884765625 +-0.010070800781 +0.021850585938 +-0.030029296875 +0.249023437500 +0.110839843750 +0.039550781250 +0.122558593750 +0.096679687500 +0.174804687500 +-0.103515625000 +-0.051269531250 +-0.144531250000 +0.028198242188 +-0.138671875000 +-0.056884765625 +-0.126953125000 +0.209960937500 +-0.054931640625 +0.119628906250 +-0.031982421875 +0.019287109375 +-0.209960937500 +-0.075195312500 +-0.104980468750 +-0.164062500000 +0.085937500000 +-0.081542968750 +-0.096191406250 +-0.110351562500 +-0.056152343750 +0.062988281250 +0.100097656250 +-0.067382812500 +0.014099121094 +0.028930664062 +0.020629882812 +0.091308593750 +0.147460937500 +-0.074707031250 +0.027221679688 +0.137695312500 +-0.195312500000 +-0.049316406250 +-0.013305664062 +0.147460937500 +0.072753906250 +-0.026000976562 +-0.172851562500 +0.026611328125 +0.107421875000 +0.056640625000 +-0.188476562500 +0.076171875000 +-0.004028320312 +-0.028076171875 +0.002304077148 +0.064941406250 +0.070312500000 +-0.078125000000 +0.161132812500 +0.135742187500 +-0.021972656250 +-0.141601562500 +-0.080566406250 +-0.008728027344 +0.016357421875 +0.126953125000 +0.088867187500 +0.100097656250 +-0.106933593750 +0.026123046875 +-0.135742187500 +0.023193359375 +0.066894531250 +-0.003890991211 +0.227539062500 +-0.092285156250 +0.154296875000 +0.068847656250 +0.059814453125 +-0.074218750000 +-0.031494140625 +0.155273437500 +-0.081542968750 +-0.204101562500 +-0.113769531250 +-0.020385742188 +0.025390625000 +0.064453125000 +0.053466796875 +-0.175781250000 +0.068847656250 +0.069335937500 +-0.219726562500 +0.157226562500 +-0.199218750000 +0.100585937500 +0.144531250000 +-0.062500000000 +-0.048339843750 +0.169921875000 +-0.085937500000 +-0.145507812500 +0.125976562500 +-0.106933593750 +-0.057617187500 +0.042724609375 +-0.063476562500 +0.079589843750 +-0.156250000000 +0.033935546875 +-0.038818359375 +-0.066406250000 +0.179687500000 +-0.058349609375 +0.174804687500 +0.013549804688 +-0.090820312500 +0.106933593750 +0.069335937500 +0.225585937500 +0.056152343750 +0.009399414062 +0.020385742188 +0.033935546875 +-0.114746093750 +0.052246093750 +0.035156250000 +0.085937500000 +-0.046142578125 +0.129882812500 +-0.158203125000 +-0.066406250000 +-0.046142578125 +-0.010498046875 +0.064453125000 +-0.019653320312 +0.040283203125 +-0.021850585938 +-0.046386718750 +0.085449218750 +-0.205078125000 +0.051757812500 +-0.098632812500 +-0.124511718750 +-0.011596679688 +-0.011474609375 +-0.005981445312 +-0.199218750000 +0.014404296875 +0.007934570312 +0.011779785156 +0.041992187500 +0.107910156250 +-0.045410156250 +-0.221679687500 +-0.165039062500 +-0.102050781250 +-0.023559570312 +-0.050292968750 +0.015014648438 +-0.093750000000 +-0.089355468750 +0.001968383789 +-0.077636718750 +0.008300781250 +0.165039062500 +0.059326171875 +0.006439208984 +0.180664062500 +0.227539062500 +0.076171875000 +-0.044189453125 +-0.115234375000 +0.115722656250 +-0.041992187500 +0.043701171875 +-0.172851562500 +-0.020751953125 +0.003570556641 +0.052734375000 +-0.169921875000 +0.138671875000 +-0.017456054688 +0.063476562500 +0.105468750000 +-0.036132812500 +0.033447265625 +-0.059326171875 +-0.043945312500 +0.219726562500 +0.122558593750 +0.114257812500 +0.107421875000 +0.001098632812 +-0.102539062500 +-0.004760742188 +0.128906250000 +-0.239257812500 +0.102539062500 +0.253906250000 +0.098632812500 +0.050048828125 +-0.004974365234 +0.053955078125 +0.039062500000 +-0.003906250000 +-0.054199218750 +-0.031738281250 +0.076660156250 +-0.097656250000 +0.010070800781 +-0.026855468750 +0.023925781250 +0.040771484375 +-0.023315429688 +-0.007995605469 +0.061523437500 +-0.177734375000 +0.025390625000 +0.007263183594 +-0.057128906250 +-0.046875000000 +-0.208984375000 +-0.103027343750 +0.127929687500 +0.069824218750 +0.060302734375 +0.061767578125 +-0.184570312500 +0.142578125000 +-0.026977539062 +-0.093261718750 +0.031127929688 +0.055908203125 +0.035888671875 +0.016845703125 +-0.265625000000 +0.068359375000 +0.060546875000 +-0.193359375000 +0.005432128906 +0.082519531250 +0.038085937500 +-0.047607421875 +-0.077636718750 +0.153320312500 +-0.054931640625 +-0.021728515625 +-0.018310546875 +-0.062500000000 +-0.128906250000 +-0.085449218750 +0.180664062500 +-0.017456054688 +-0.161132812500 +0.005035400391 +-0.062988281250 +-0.013122558594 +0.027465820312 +0.129882812500 +0.053466796875 +0.014770507812 +0.046386718750 +-0.028320312500 +-0.120605468750 +-0.073730468750 +0.084472656250 +-0.050537109375 +-0.023559570312 +-0.044677734375 +0.200195312500 +0.359375000000 +0.092773437500 +-0.160156250000 +0.194335937500 +-0.084960937500 +0.017211914062 +-0.166992187500 +-0.039550781250 +-0.031982421875 +0.181640625000 +0.168945312500 +-0.075683593750 +-0.056884765625 +0.041015625000 +-0.057128906250 +-0.071777343750 +0.030151367188 +-0.120605468750 +0.065429687500 +0.130859375000 +-0.102050781250 +0.083007812500 +0.135742187500 +-0.161132812500 +-0.255859375000 +0.009399414062 +0.017822265625 +-0.110839843750 +-0.137695312500 +-0.053222656250 +-0.026123046875 +-0.082519531250 +-0.174804687500 +-0.148437500000 +0.055175781250 +-0.091796875000 +-0.086425781250 +-0.128906250000 +-0.235351562500 +-0.125000000000 +-0.047851562500 +-0.021728515625 +-0.054931640625 +0.038574218750 +0.123535156250 +-0.083496093750 +0.175781250000 +-0.135742187500 +-0.029785156250 +-0.038574218750 +0.054687500000 +-0.015869140625 +-0.069824218750 +-0.008911132812 +-0.165039062500 +0.027954101562 +-0.032226562500 +0.034667968750 +0.025512695312 +-0.057128906250 +0.003448486328 +-0.031982421875 +0.106445312500 +0.006988525391 +-0.049804687500 +-0.054443359375 +-0.083984375000 +-0.053222656250 +-0.046142578125 +0.037597656250 +-0.098632812500 +-0.106933593750 +0.053710937500 +0.002990722656 +-0.001846313477 +-0.053710937500 +-0.107421875000 +-0.006622314453 +-0.052246093750 +0.053710937500 +0.172851562500 +0.036376953125 +-0.149414062500 +0.223632812500 +-0.032714843750 +0.036621093750 +0.247070312500 +0.159179687500 +-0.040283203125 +0.161132812500 +-0.061279296875 +-0.145507812500 +-0.273437500000 +-0.066894531250 +0.043457031250 +0.107421875000 +-0.052978515625 +0.006072998047 +-0.018798828125 +-0.127929687500 +-0.086425781250 +0.117187500000 +-0.140625000000 +0.300781250000 +0.045654296875 +-0.019531250000 +-0.102050781250 +-0.069335937500 +-0.067871093750 +-0.033691406250 +-0.200195312500 +0.008300781250 +-0.030273437500 +-0.050292968750 +-0.027954101562 +-0.069335937500 +0.109863281250 +0.043212890625 +-0.314453125000 +-0.056884765625 +-0.089355468750 +-0.091308593750 +0.124511718750 +-0.271484375000 +0.019897460938 +-0.014404296875 +-0.060546875000 +0.042236328125 +-0.031494140625 +-0.034423828125 +-0.101074218750 +-0.057128906250 +0.023437500000 +-0.104003906250 +-0.156250000000 +0.203125000000 +-0.224609375000 +-0.146484375000 +0.105957031250 +0.241210937500 +0.097167968750 +0.228515625000 +-0.116210937500 +0.069824218750 +-0.036865234375 +0.023803710938 +-0.033203125000 +-0.056884765625 +-0.115722656250 +0.080566406250 +0.296875000000 +0.053955078125 +0.085937500000 +-0.127929687500 +0.066406250000 +0.096191406250 +-0.097167968750 +-0.143554687500 +0.035888671875 +0.043212890625 +0.053466796875 +0.001266479492 +0.036865234375 +0.059082031250 +-0.009948730469 +0.004364013672 +-0.034912109375 +-0.013977050781 +0.040771484375 +0.081054687500 +-0.084472656250 +-0.078125000000 +0.086425781250 +0.076171875000 +0.083984375000 +-0.128906250000 +-0.078125000000 +0.098632812500 +0.068359375000 +-0.104492187500 +0.136718750000 +0.253906250000 +-0.024536132812 +-0.069824218750 +-0.036132812500 +0.248046875000 +-0.068847656250 +-0.210937500000 +0.121582031250 +0.045166015625 +-0.154296875000 +-0.025756835938 +-0.066894531250 +0.042968750000 +-0.224609375000 +-0.008117675781 +-0.129882812500 +-0.004241943359 +-0.077148437500 +-0.048583984375 +-0.197265625000 +0.021362304688 +0.055175781250 +-0.129882812500 +-0.041015625000 +0.058837890625 +0.114746093750 +-0.008056640625 +-0.236328125000 +0.062255859375 +0.188476562500 +0.062500000000 +0.050292968750 +-0.142578125000 +-0.094726562500 +0.176757812500 +0.182617187500 +-0.062011718750 +0.108398437500 +-0.109863281250 +-0.124023437500 +-0.151367187500 +-0.031982421875 +0.009277343750 +-0.036621093750 +-0.018188476562 +0.079101562500 +-0.121093750000 +0.001998901367 +-0.177734375000 +-0.051269531250 +-0.023803710938 +-0.046875000000 +-0.151367187500 +-0.147460937500 +0.103027343750 +-0.075683593750 +-0.220703125000 +-0.019287109375 +-0.040527343750 +0.005126953125 +-0.036132812500 +-0.058105468750 +0.081542968750 +0.031982421875 +-0.159179687500 +0.046142578125 +-0.098144531250 +-0.021728515625 +0.081054687500 +-0.071289062500 +-0.012390136719 +-0.062988281250 +0.106445312500 +-0.093261718750 +-0.023193359375 +-0.042968750000 +0.044189453125 +0.111816406250 +-0.037841796875 +0.140625000000 +-0.092285156250 +-0.091308593750 +-0.186523437500 +0.006683349609 +-0.040771484375 +0.040527343750 +0.018310546875 +0.132812500000 +-0.263671875000 +-0.066894531250 +-0.029907226562 +-0.010192871094 +-0.357421875000 +0.030395507812 +0.101074218750 +-0.054443359375 +0.190429687500 +-0.172851562500 +0.257812500000 +-0.108886718750 +0.045166015625 +0.099609375000 +-0.271484375000 +-0.253906250000 +0.138671875000 +-0.112304687500 +-0.001693725586 +0.057861328125 +0.302734375000 +0.136718750000 +0.020629882812 +0.054687500000 +0.046142578125 +0.056152343750 +0.054443359375 +-0.180664062500 +-0.059814453125 +0.159179687500 +0.149414062500 +0.068847656250 +-0.009399414062 +-0.023559570312 +0.110839843750 +-0.035400390625 +0.013671875000 +-0.009155273438 +-0.138671875000 +0.054199218750 +0.251953125000 +0.149414062500 +0.059082031250 +-0.043457031250 +0.179687500000 +-0.046875000000 +-0.089355468750 +0.061279296875 +0.086914062500 +0.050292968750 +0.133789062500 +-0.035156250000 +-0.081542968750 +-0.027221679688 +0.035644531250 +-0.008422851562 +-0.136718750000 +-0.129882812500 +-0.001243591309 +-0.122070312500 +0.067382812500 +0.225585937500 +0.125976562500 +0.038574218750 +0.222656250000 +0.036865234375 +0.065429687500 +0.079589843750 +-0.033691406250 +0.016601562500 +-0.320312500000 +-0.107910156250 +-0.027954101562 +-0.167968750000 +-0.035156250000 +0.187500000000 +0.026000976562 +0.154296875000 +-0.110351562500 +0.021118164062 +0.082519531250 +0.108886718750 +-0.050537109375 +-0.019653320312 +-0.175781250000 +-0.160156250000 +-0.004028320312 +-0.037109375000 +-0.018676757812 +-0.000242233276 +-0.139648437500 +-0.109375000000 +0.011352539062 +-0.034179687500 +-0.112792968750 +0.063476562500 +0.029418945312 +0.031738281250 +0.100585937500 +0.026367187500 +0.062988281250 +0.130859375000 +-0.044189453125 +0.115234375000 +0.027343750000 +-0.067871093750 +0.052001953125 +0.005310058594 +0.003799438477 +0.036376953125 +-0.032714843750 +-0.006134033203 +0.048828125000 +-0.073730468750 +-0.034912109375 +0.023437500000 +0.045654296875 +-0.088867187500 +0.008422851562 +0.038574218750 +-0.000492095947 +0.000461578369 +0.234375000000 +0.300781250000 +0.048339843750 +0.043701171875 +0.101074218750 +-0.069335937500 +0.074707031250 +-0.043457031250 +-0.038330078125 +-0.008117675781 +-0.059814453125 +0.106933593750 +0.072753906250 +-0.206054687500 +0.235351562500 +0.149414062500 +0.051757812500 +0.030517578125 +-0.128906250000 +0.041503906250 +-0.083984375000 +0.014648437500 +-0.040283203125 +-0.067382812500 +-0.084960937500 +0.093750000000 +-0.029052734375 +-0.165039062500 +-0.056152343750 +-0.095214843750 +0.057128906250 +0.259765625000 +-0.061523437500 +0.111328125000 +-0.098144531250 +0.026977539062 +-0.034912109375 +-0.015747070312 +0.026855468750 +0.127929687500 +0.013305664062 +-0.125976562500 +0.068359375000 +0.057373046875 +-0.012207031250 +-0.066406250000 +-0.155273437500 +-0.072753906250 +0.060546875000 +0.023193359375 +0.210937500000 +-0.092773437500 +0.022827148438 +-0.002639770508 +-0.041503906250 +-0.036865234375 +0.026855468750 +0.169921875000 +-0.083496093750 +-0.000105857849 +-0.086425781250 +-0.148437500000 +-0.021118164062 +-0.085449218750 +-0.045410156250 +0.048339843750 +0.163085937500 +-0.036621093750 +-0.030395507812 +0.045898437500 +-0.036621093750 +-0.017089843750 +0.003051757812 +-0.038330078125 +-0.139648437500 +-0.025878906250 +-0.106445312500 +-0.003890991211 +0.030029296875 +-0.030517578125 +0.177734375000 +0.166015625000 +-0.016845703125 +0.019897460938 +-0.050537109375 +0.101074218750 +-0.035888671875 +-0.088867187500 +0.053466796875 +-0.063476562500 +0.109863281250 +0.169921875000 +-0.008056640625 +0.126953125000 +0.110351562500 +-0.048828125000 +0.073242187500 +-0.150390625000 +0.057617187500 +-0.108886718750 +0.018310546875 +-0.009277343750 +-0.130859375000 +-0.151367187500 +0.082031250000 +-0.183593750000 +0.022705078125 +0.099121093750 +-0.048583984375 +0.044433593750 +-0.058105468750 +0.093261718750 +-0.118652343750 +0.126953125000 +0.166992187500 +0.183593750000 +0.143554687500 +-0.005279541016 +0.073242187500 +0.010070800781 +0.004760742188 +-0.077148437500 +-0.114257812500 +-0.121582031250 +-0.175781250000 +0.105468750000 +-0.120117187500 +-0.063476562500 +-0.087402343750 +-0.143554687500 +0.048583984375 +-0.086914062500 +-0.030517578125 +-0.046875000000 +0.239257812500 +-0.165039062500 +-0.040527343750 +0.230468750000 +-0.012756347656 +-0.062500000000 +-0.082519531250 +0.032958984375 +-0.036621093750 +0.161132812500 +0.057128906250 +-0.271484375000 +-0.092773437500 +-0.015991210938 +0.066406250000 +0.125976562500 +-0.242187500000 +0.050781250000 +-0.083984375000 +-0.084472656250 +-0.033691406250 +0.070800781250 +-0.054443359375 +-0.038574218750 +-0.058105468750 +-0.109375000000 +-0.001510620117 +-0.112304687500 +0.082519531250 +-0.070312500000 +0.028076171875 +0.022827148438 +0.029052734375 +-0.081542968750 +-0.076660156250 +-0.125976562500 +0.173828125000 +-0.051269531250 +0.150390625000 +-0.036621093750 +0.207031250000 +-0.042724609375 +0.069824218750 +-0.108398437500 +0.059570312500 +-0.029418945312 +-0.088867187500 +0.141601562500 +-0.080566406250 +0.181640625000 +-0.001922607422 +-0.053222656250 +0.059082031250 +-0.157226562500 +0.221679687500 +-0.027954101562 +0.056396484375 +0.177734375000 +0.020385742188 +0.124511718750 +0.014709472656 +-0.006927490234 +0.089843750000 +-0.019409179688 +-0.021362304688 +-0.083496093750 +-0.027954101562 +0.023925781250 +0.063476562500 +0.056640625000 +-0.046142578125 +-0.115234375000 +0.265625000000 +-0.166015625000 +-0.103027343750 +0.058593750000 +0.002075195312 +0.086914062500 +0.033447265625 +-0.088378906250 +-0.023437500000 +0.222656250000 +0.024291992188 +-0.090820312500 +0.008972167969 +-0.215820312500 +0.086914062500 +0.104003906250 +-0.026000976562 +-0.267578125000 +0.096679687500 +-0.058837890625 +0.033447265625 +0.065429687500 +0.058105468750 +0.012512207031 +0.039306640625 +0.047119140625 +0.011779785156 +-0.118164062500 +-0.187500000000 +-0.019042968750 +-0.099121093750 +0.057617187500 +0.185546875000 +0.120605468750 +-0.090820312500 +-0.086914062500 +-0.045898437500 +0.069335937500 +0.010620117188 +0.033691406250 +0.071289062500 +-0.003082275391 +0.112304687500 +-0.073242187500 +-0.044677734375 +-0.013671875000 +0.118164062500 +-0.068847656250 +-0.168945312500 +0.024047851562 +-0.191406250000 +0.018554687500 +-0.050048828125 +-0.055175781250 +0.076660156250 +-0.015380859375 +0.035644531250 +-0.263671875000 +-0.048583984375 +0.059082031250 +-0.173828125000 +-0.008972167969 +0.034912109375 +-0.007781982422 +0.094238281250 +-0.122558593750 +-0.224609375000 +-0.176757812500 +-0.060058593750 +-0.027343750000 +-0.017578125000 +-0.071777343750 +0.026855468750 +0.161132812500 +0.102050781250 +0.004882812500 +-0.036865234375 +-0.153320312500 +0.048583984375 +-0.012390136719 +-0.068847656250 +-0.044921875000 +0.068359375000 +0.032470703125 +0.013671875000 +-0.105957031250 +0.114746093750 +-0.123046875000 +-0.079101562500 +-0.115722656250 +-0.004028320312 +-0.136718750000 +-0.011169433594 +-0.051757812500 +0.082031250000 +0.013977050781 +0.112304687500 +-0.104980468750 +0.018188476562 +-0.080566406250 +0.040039062500 +0.166992187500 +-0.053222656250 +-0.081054687500 +0.080566406250 +-0.213867187500 +-0.212890625000 +-0.160156250000 +-0.339843750000 +0.042724609375 +-0.104003906250 +-0.211914062500 +-0.003082275391 +-0.097656250000 +0.101562500000 +0.236328125000 +0.015197753906 +0.172851562500 +0.119140625000 +-0.019165039062 +0.127929687500 +0.050048828125 +-0.042724609375 +0.081542968750 +0.210937500000 +-0.020141601562 +0.028686523438 +0.148437500000 +-0.019287109375 +-0.083496093750 +-0.036376953125 +-0.057373046875 +-0.103515625000 +0.073730468750 +-0.070800781250 +-0.124023437500 +0.109863281250 +0.073242187500 +0.118164062500 +0.219726562500 +0.100097656250 +0.101562500000 +-0.131835937500 +0.085937500000 +-0.132812500000 +-0.046142578125 +-0.108398437500 +0.017089843750 +-0.009216308594 +0.035888671875 +0.115234375000 +-0.018310546875 +-0.044921875000 +-0.036132812500 +0.175781250000 +0.050537109375 +-0.047607421875 +-0.065429687500 +0.174804687500 +0.061767578125 +0.113769531250 +-0.065429687500 +-0.060546875000 +0.034912109375 +0.005340576172 +-0.032470703125 +-0.026000976562 +-0.181640625000 +0.022949218750 +-0.048339843750 +-0.026977539062 +0.058349609375 +0.060058593750 +0.138671875000 +0.055175781250 +-0.009460449219 +0.060058593750 +-0.081542968750 +-0.008117675781 +-0.062988281250 +0.008850097656 +0.036621093750 +-0.235351562500 +-0.169921875000 +-0.020507812500 +0.032226562500 +-0.083007812500 +-0.115722656250 +0.121582031250 +-0.035888671875 +0.031127929688 +0.062500000000 +-0.084472656250 +0.129882812500 +0.005065917969 +0.046386718750 +0.147460937500 +-0.017456054688 +-0.067871093750 +0.259765625000 +-0.059814453125 +-0.049072265625 +-0.068359375000 +-0.129882812500 +0.084960937500 +0.102539062500 +-0.073242187500 +-0.137695312500 +-0.049560546875 +-0.066406250000 +-0.095214843750 +-0.107910156250 +-0.052734375000 +-0.108398437500 +-0.027221679688 +0.088378906250 +0.208984375000 +0.106933593750 +-0.079101562500 +0.033203125000 +0.077636718750 +-0.025268554688 +-0.011901855469 +-0.038085937500 +-0.036621093750 +0.143554687500 +0.114257812500 +-0.041748046875 +-0.119140625000 +-0.077636718750 +-0.064941406250 +-0.095703125000 +0.087890625000 +-0.114257812500 +-0.117675781250 +0.110351562500 +-0.064941406250 +-0.091308593750 +-0.167968750000 +-0.015747070312 +-0.200195312500 +-0.031738281250 +0.241210937500 +-0.113281250000 +-0.090820312500 +0.004943847656 +0.166015625000 +0.015319824219 +0.098632812500 +0.142578125000 +0.211914062500 +0.102050781250 +0.119628906250 +0.055664062500 +-0.013305664062 +0.048095703125 +-0.097167968750 +-0.087890625000 +0.165039062500 +0.031127929688 +0.030395507812 +-0.116210937500 +0.035156250000 +0.209960937500 +-0.077636718750 +0.009765625000 +0.012939453125 +0.166992187500 +-0.084472656250 +-0.037109375000 +0.174804687500 +0.126953125000 +-0.041503906250 +0.058593750000 +-0.257812500000 +-0.104492187500 +0.052490234375 +0.020141601562 +0.221679687500 +-0.009460449219 +0.116210937500 +-0.125976562500 +0.152343750000 +-0.094726562500 +-0.034179687500 +-0.078125000000 +-0.030761718750 +-0.077148437500 +-0.017822265625 +-0.071289062500 +-0.062255859375 +-0.051757812500 +-0.076171875000 +0.030761718750 +0.043457031250 +-0.021728515625 +0.011657714844 +-0.146484375000 +-0.007812500000 +-0.044921875000 +0.257812500000 +0.193359375000 +-0.103515625000 +-0.027465820312 +-0.004669189453 +-0.026855468750 +-0.244140625000 +-0.226562500000 +-0.028076171875 +0.104003906250 +-0.070312500000 +0.090820312500 +-0.158203125000 +-0.142578125000 +-0.069824218750 +-0.068847656250 +0.057128906250 +-0.099609375000 +-0.013610839844 +0.006072998047 +0.029174804688 +-0.105957031250 +-0.015380859375 +0.023315429688 +-0.007080078125 +-0.074218750000 +0.118652343750 +0.034912109375 +-0.187500000000 +-0.142578125000 +-0.154296875000 +0.038818359375 +-0.027832031250 +-0.269531250000 +-0.004547119141 +-0.025024414062 +-0.052246093750 +-0.011596679688 +-0.089843750000 +-0.155273437500 +0.277343750000 +-0.098144531250 +0.077148437500 +-0.127929687500 +-0.020019531250 +0.158203125000 +-0.053466796875 +-0.039550781250 +0.012939453125 +-0.105468750000 +-0.104492187500 +-0.022216796875 +-0.103027343750 +-0.066894531250 +0.048583984375 +-0.029174804688 +-0.243164062500 +-0.081054687500 +-0.161132812500 +0.004364013672 +-0.003372192383 +-0.041503906250 +-0.108398437500 +0.124511718750 +-0.003448486328 +0.036376953125 +-0.135742187500 +-0.090820312500 +0.068359375000 +0.207031250000 +-0.053222656250 +0.188476562500 +-0.128906250000 +0.073242187500 +0.092285156250 +0.061035156250 +0.071777343750 +0.084472656250 +0.075195312500 +-0.034423828125 +0.233398437500 +-0.006134033203 +-0.021850585938 +-0.063476562500 +0.038818359375 +-0.024658203125 +-0.017333984375 +-0.000858306885 +0.014038085938 +0.052978515625 +0.027099609375 +0.108886718750 +0.016723632812 +0.102050781250 +0.054199218750 +0.154296875000 +-0.004943847656 +0.143554687500 +0.082031250000 +-0.156250000000 +0.125976562500 +-0.003814697266 +-0.152343750000 +-0.224609375000 +0.028198242188 +-0.079589843750 +0.049316406250 +-0.142578125000 +-0.210937500000 +-0.027343750000 +0.263671875000 +-0.002365112305 +-0.030761718750 +-0.064453125000 +0.065917968750 +-0.166015625000 +0.107421875000 +0.183593750000 +-0.135742187500 +0.018798828125 +-0.064453125000 +-0.229492187500 +-0.035644531250 +-0.107421875000 +0.071289062500 +-0.017333984375 +-0.014465332031 +-0.067382812500 +0.009887695312 +0.075195312500 +0.072265625000 +-0.094238281250 +-0.226562500000 +0.155273437500 +0.084472656250 +0.203125000000 +0.006530761719 +0.049072265625 +-0.151367187500 +0.160156250000 +0.003189086914 +-0.045654296875 +0.121582031250 +-0.045654296875 +0.002182006836 +-0.014770507812 +0.013549804688 +0.000373840332 +-0.021362304688 +0.222656250000 +0.165039062500 +-0.004699707031 +-0.079101562500 +-0.041748046875 +0.115722656250 +0.198242187500 +0.073730468750 +0.041992187500 +0.082519531250 +-0.126953125000 +-0.012817382812 +-0.056152343750 +-0.118164062500 +0.068359375000 +0.063476562500 +0.043212890625 +-0.106933593750 +-0.168945312500 +0.014526367188 +-0.056640625000 +-0.056152343750 +-0.139648437500 +-0.279296875000 +0.231445312500 +0.131835937500 +0.063964843750 +-0.081054687500 +0.230468750000 +0.026000976562 +-0.047363281250 +0.019897460938 +0.113769531250 +0.059082031250 +0.074218750000 +-0.064453125000 +-0.156250000000 +0.083984375000 +0.104003906250 +0.002304077148 +0.017211914062 +0.024902343750 +0.156250000000 +0.061767578125 +-0.114746093750 +0.099121093750 +0.035400390625 +-0.155273437500 +-0.054443359375 +-0.071289062500 +-0.033447265625 +-0.057861328125 +-0.147460937500 +0.128906250000 +0.002120971680 +0.098144531250 +0.019775390625 +0.079101562500 +0.014892578125 +-0.073242187500 +0.078125000000 +0.133789062500 +0.038818359375 +-0.120117187500 +0.001647949219 +-0.208984375000 +-0.104980468750 +0.065429687500 +-0.223632812500 +-0.047363281250 +-0.048583984375 +0.020019531250 +0.020751953125 +-0.002182006836 +0.142578125000 +0.143554687500 +-0.145507812500 +0.050781250000 +-0.106445312500 +0.009216308594 +0.028808593750 +0.055664062500 +-0.104003906250 +-0.045898437500 +0.056396484375 +-0.052001953125 +-0.279296875000 +-0.010253906250 +-0.003768920898 +-0.135742187500 +0.125000000000 +-0.055664062500 +0.048095703125 +-0.145507812500 +0.003829956055 +-0.014526367188 +0.059570312500 +0.079101562500 +-0.167968750000 +0.131835937500 +-0.038085937500 +0.006561279297 +-0.091796875000 +0.030761718750 +0.035156250000 +-0.086914062500 +0.083984375000 +0.116699218750 +0.113281250000 +0.240234375000 +-0.081542968750 +0.025878906250 +0.066894531250 +0.067382812500 +-0.227539062500 +0.080566406250 +0.181640625000 +-0.000633239746 +-0.088378906250 +-0.007263183594 +0.053955078125 +0.114257812500 +0.046630859375 +-0.067382812500 +-0.021728515625 +-0.095214843750 +0.198242187500 +0.263671875000 +0.150390625000 +0.002227783203 +0.062500000000 +0.034912109375 +0.094726562500 +0.141601562500 +0.294921875000 +0.038574218750 +0.013916015625 +0.052978515625 +-0.029785156250 +-0.423828125000 +-0.146484375000 +0.019653320312 +0.141601562500 +0.240234375000 +-0.064941406250 +0.022460937500 +0.066894531250 +0.090332031250 +-0.009826660156 +0.080566406250 +0.003311157227 +0.060058593750 +0.035888671875 +-0.004241943359 +-0.136718750000 +-0.145507812500 +0.038330078125 +0.022827148438 +-0.204101562500 +-0.020385742188 +-0.365234375000 +0.163085937500 +-0.046630859375 +-0.144531250000 +0.000862121582 +-0.033447265625 +-0.020996093750 +-0.146484375000 +-0.160156250000 +-0.079101562500 +-0.306640625000 +-0.137695312500 +-0.142578125000 +0.167968750000 +-0.088867187500 +0.146484375000 +-0.010803222656 +-0.188476562500 +-0.026733398438 +0.221679687500 +-0.044189453125 +0.071289062500 +-0.056396484375 +0.015258789062 +-0.004821777344 +0.027832031250 +0.085937500000 +-0.008850097656 +0.229492187500 +0.041259765625 +0.053466796875 +0.091796875000 +0.043701171875 +-0.018676757812 +0.104980468750 +0.104003906250 +0.110839843750 +-0.103515625000 +0.062500000000 +0.097656250000 +-0.177734375000 +-0.033691406250 +0.141601562500 +0.031738281250 +-0.012390136719 +-0.062255859375 +0.058837890625 +0.083007812500 +-0.146484375000 +-0.011718750000 +-0.159179687500 +0.163085937500 +0.041259765625 +-0.080566406250 +-0.161132812500 +-0.019653320312 +-0.026245117188 +0.077148437500 +0.106445312500 +-0.113281250000 +0.047851562500 +-0.181640625000 +0.068359375000 +0.100585937500 +0.292968750000 +0.075195312500 +-0.065429687500 +-0.265625000000 +0.173828125000 +-0.003845214844 +0.136718750000 +0.119628906250 +0.138671875000 +-0.000701904297 +-0.077148437500 +-0.190429687500 +0.006988525391 +-0.047851562500 +-0.054199218750 +0.040039062500 +0.104980468750 +-0.223632812500 +0.050292968750 +-0.142578125000 +0.111328125000 +-0.047851562500 +0.015136718750 +0.131835937500 +-0.041748046875 +0.026123046875 +-0.007049560547 +0.075683593750 +-0.073242187500 +0.020874023438 +-0.079101562500 +-0.019897460938 +0.090332031250 +-0.012268066406 +0.237304687500 +-0.062011718750 +-0.012329101562 +0.007812500000 +0.056152343750 +-0.092773437500 +0.071777343750 +0.048095703125 +0.016845703125 +0.038574218750 +-0.052001953125 +0.019531250000 +0.041748046875 +0.115234375000 +-0.289062500000 +-0.043212890625 +-0.069335937500 +0.056640625000 +0.042480468750 +-0.047363281250 +0.027832031250 +-0.047851562500 +-0.067382812500 +0.101074218750 +0.092773437500 +-0.102050781250 +0.195312500000 +-0.094238281250 +0.042968750000 +-0.168945312500 +-0.081054687500 +-0.093261718750 +-0.018920898438 +-0.242187500000 +-0.236328125000 +-0.059570312500 +-0.097167968750 +-0.080078125000 +-0.246093750000 +0.114746093750 +0.105468750000 +-0.129882812500 +-0.061279296875 +0.166992187500 +0.133789062500 +-0.013244628906 +-0.042480468750 +0.190429687500 +0.116210937500 +-0.308593750000 +0.108886718750 +0.079589843750 +0.028076171875 +0.137695312500 +-0.022705078125 +0.016479492188 +-0.013732910156 +0.181640625000 +0.078125000000 +0.086425781250 +0.069335937500 +0.100097656250 +0.080078125000 +-0.287109375000 +-0.310546875000 +0.041259765625 +-0.101562500000 +0.074218750000 +0.056884765625 +0.133789062500 +0.074707031250 +-0.115234375000 +-0.190429687500 +0.060546875000 +-0.187500000000 +0.041015625000 +0.053222656250 +-0.033203125000 +-0.015625000000 +0.001167297363 +0.090820312500 +-0.056884765625 +-0.072265625000 +-0.240234375000 +0.078125000000 +0.013366699219 +0.271484375000 +-0.030151367188 +-0.010742187500 +0.056884765625 +0.001525878906 +-0.029907226562 +-0.016723632812 +-0.200195312500 +0.045166015625 +-0.013488769531 +-0.003143310547 +-0.013305664062 +-0.114257812500 +0.006591796875 +0.014953613281 +-0.040527343750 +-0.083984375000 +0.069824218750 +0.052246093750 +-0.048828125000 +-0.310546875000 +-0.046386718750 +-0.129882812500 +-0.153320312500 +0.024169921875 +-0.097167968750 +-0.186523437500 +-0.066406250000 +-0.103027343750 +-0.074707031250 +0.041748046875 +-0.030151367188 +0.062988281250 +0.102050781250 +-0.008544921875 +0.125000000000 +-0.092773437500 +-0.119628906250 +0.001266479492 +-0.043945312500 +-0.281250000000 +0.025146484375 +0.203125000000 +0.089843750000 +-0.243164062500 +-0.148437500000 +0.018310546875 +0.100585937500 +0.038818359375 +0.004577636719 +0.154296875000 +-0.149414062500 +-0.081054687500 +-0.055664062500 +0.048583984375 +0.026977539062 +0.066406250000 +-0.012695312500 +0.128906250000 +0.031127929688 +0.078613281250 +-0.006591796875 +-0.071777343750 +-0.075683593750 +0.125976562500 +-0.004364013672 +-0.243164062500 +0.071289062500 +-0.180664062500 +0.040283203125 +-0.051025390625 +0.050048828125 +-0.053955078125 +0.003387451172 +0.225585937500 +0.028930664062 +0.008850097656 +0.021606445312 +0.003234863281 +0.019531250000 +0.110351562500 +0.057128906250 +-0.121093750000 +-0.087402343750 +-0.078125000000 +-0.023437500000 +0.196289062500 +-0.029907226562 +-0.023559570312 +0.136718750000 +0.122070312500 +0.089843750000 +-0.035888671875 +-0.216796875000 +0.031127929688 +-0.044921875000 +0.112304687500 +-0.040283203125 +-0.003814697266 +-0.208007812500 +0.062500000000 +0.162109375000 +0.056640625000 +-0.020507812500 +-0.007141113281 +0.019165039062 +0.080078125000 +0.088867187500 +0.093261718750 +-0.092285156250 +0.083984375000 +-0.027587890625 +0.041259765625 +-0.247070312500 +0.105468750000 +0.026367187500 +0.037841796875 +0.151367187500 +-0.118164062500 +-0.060302734375 +0.308593750000 +0.017700195312 +0.195312500000 +-0.251953125000 +-0.064453125000 +0.118652343750 +0.145507812500 +0.032714843750 +0.185546875000 +0.041015625000 +-0.083496093750 +0.110839843750 +-0.071289062500 +0.148437500000 +0.018432617188 +-0.055664062500 +0.210937500000 +-0.064453125000 +-0.074218750000 +0.114746093750 +0.063476562500 +-0.032470703125 +-0.036621093750 +-0.144531250000 +0.179687500000 +0.007232666016 +-0.113281250000 +-0.041503906250 +-0.141601562500 +-0.039306640625 +-0.164062500000 +-0.017089843750 +0.059570312500 +-0.294921875000 +0.015991210938 +-0.028198242188 +-0.058105468750 +0.085449218750 +0.013244628906 +-0.038574218750 +-0.232421875000 +0.085937500000 +-0.131835937500 +0.026367187500 +0.013000488281 +-0.014221191406 +-0.022949218750 +-0.075195312500 +0.124023437500 +0.186523437500 +-0.043945312500 +-0.037597656250 +0.009582519531 +-0.088867187500 +-0.065917968750 +-0.085937500000 +-0.028564453125 +0.183593750000 +-0.134765625000 +-0.003051757812 +0.058837890625 +0.135742187500 +-0.160156250000 +0.022705078125 +-0.104003906250 +0.018066406250 +0.043212890625 +0.071289062500 +0.092285156250 +0.142578125000 +0.032714843750 +-0.004302978516 +0.017700195312 +-0.232421875000 +0.115234375000 +-0.034423828125 +-0.016479492188 +-0.154296875000 +0.027954101562 +-0.096679687500 +0.043945312500 +0.090332031250 +-0.078613281250 +0.052001953125 +-0.085937500000 +-0.107910156250 +-0.125000000000 +-0.064453125000 +-0.059814453125 +-0.097656250000 +-0.055419921875 +-0.208007812500 +-0.005249023438 +-0.224609375000 +-0.086914062500 +-0.175781250000 +0.006622314453 +0.148437500000 +0.128906250000 +0.115234375000 +-0.028198242188 +-0.076660156250 +-0.054687500000 +0.173828125000 +-0.018310546875 +0.053710937500 +-0.047607421875 +0.043701171875 +0.006896972656 +0.003295898438 +-0.112304687500 +-0.022216796875 +0.102539062500 +0.030761718750 +-0.007873535156 +-0.096679687500 +0.193359375000 +-0.024291992188 +0.121093750000 +0.038818359375 +0.124023437500 +-0.140625000000 +-0.050781250000 +-0.040039062500 +0.120605468750 +0.059814453125 +0.092285156250 +0.033935546875 +-0.019042968750 +0.049804687500 +0.060302734375 +-0.101562500000 +-0.050292968750 +0.017822265625 +0.067871093750 +0.163085937500 +-0.220703125000 +0.005279541016 +-0.031127929688 +0.077636718750 +0.257812500000 +-0.121582031250 +-0.010925292969 +0.167968750000 +-0.144531250000 +-0.084960937500 +-0.050292968750 +0.045898437500 +-0.045898437500 +-0.137695312500 +-0.162109375000 +-0.022338867188 +-0.174804687500 +0.084472656250 +-0.130859375000 +0.066894531250 +-0.037597656250 +-0.043701171875 +0.097656250000 +0.150390625000 +0.142578125000 +-0.104003906250 +-0.042480468750 +-0.141601562500 +-0.035644531250 +-0.126953125000 +0.035400390625 +0.355468750000 +-0.018432617188 +-0.007751464844 +-0.039306640625 +-0.030883789062 +0.076171875000 +-0.053955078125 +0.082031250000 +-0.205078125000 +0.061767578125 +-0.078125000000 +-0.155273437500 +-0.150390625000 +0.078125000000 +0.206054687500 +0.049316406250 +-0.024780273438 +-0.004272460938 +0.051025390625 +-0.072753906250 +-0.102539062500 +-0.190429687500 +0.155273437500 +0.113281250000 +0.052246093750 +0.093261718750 +0.064453125000 +0.066406250000 +-0.005981445312 +0.002227783203 +0.007110595703 +-0.039550781250 +0.053222656250 +0.112304687500 +-0.086914062500 +-0.160156250000 +-0.045410156250 +-0.005615234375 +-0.094238281250 +-0.137695312500 +0.110351562500 +-0.079101562500 +-0.001434326172 +0.007873535156 +0.006713867188 +0.025146484375 +-0.003646850586 +0.007568359375 +0.122070312500 +0.029174804688 +0.085937500000 +0.056884765625 +-0.057617187500 +-0.298828125000 +0.009277343750 +-0.037597656250 +-0.204101562500 +0.008300781250 +-0.139648437500 +-0.059814453125 +0.035400390625 +0.113281250000 +0.009765625000 +-0.123535156250 +-0.062255859375 +0.003128051758 +0.081054687500 +-0.142578125000 +0.047363281250 +0.026489257812 +0.024902343750 +0.114257812500 +-0.058105468750 +-0.119140625000 +0.061767578125 +-0.392578125000 +0.001548767090 +-0.161132812500 +0.075683593750 +-0.142578125000 +-0.076660156250 +-0.045654296875 +-0.304687500000 +-0.061767578125 +-0.188476562500 +-0.022949218750 +0.163085937500 +-0.105468750000 +0.056884765625 +-0.046875000000 +-0.059082031250 +-0.151367187500 +-0.148437500000 +-0.013244628906 +0.060546875000 +0.032958984375 +0.104003906250 +0.109863281250 +0.208007812500 +0.034667968750 +-0.033691406250 +-0.121582031250 +-0.028442382812 +-0.189453125000 +0.084960937500 +-0.091308593750 +0.066894531250 +-0.031982421875 +0.136718750000 +0.007598876953 +0.058105468750 +-0.198242187500 +-0.134765625000 +-0.031738281250 +0.025634765625 +0.072753906250 +0.027709960938 +-0.145507812500 +-0.042236328125 +-0.135742187500 +-0.043945312500 +-0.159179687500 +-0.058349609375 +0.008361816406 +-0.036376953125 +-0.036621093750 +0.113281250000 +-0.044433593750 +-0.122558593750 +-0.026611328125 +-0.116210937500 +-0.145507812500 +-0.127929687500 +0.131835937500 +0.079589843750 +-0.066406250000 +-0.041503906250 +-0.088378906250 +-0.376953125000 +-0.014404296875 +0.045410156250 +0.045410156250 +0.145507812500 +-0.025146484375 +0.005065917969 +0.041015625000 +-0.051757812500 +0.049804687500 +0.069335937500 +-0.032714843750 +0.001792907715 +-0.410156250000 +0.001113891602 +0.058593750000 +0.018798828125 +0.069335937500 +-0.015991210938 +-0.083984375000 +-0.063964843750 +0.103027343750 +-0.102050781250 +-0.139648437500 +-0.265625000000 +0.181640625000 +-0.039550781250 +-0.136718750000 +-0.059814453125 +0.007446289062 +0.112304687500 +-0.017578125000 +0.074218750000 +-0.249023437500 +0.137695312500 +-0.016235351562 +-0.138671875000 +0.190429687500 +0.006958007812 +0.157226562500 +-0.119140625000 +0.026367187500 +-0.123046875000 +-0.132812500000 +0.044189453125 +-0.090820312500 +-0.166992187500 +-0.049804687500 +-0.092285156250 +0.039306640625 +0.119628906250 +0.328125000000 +0.228515625000 +0.061279296875 +0.087890625000 +0.084960937500 +0.023925781250 +-0.066894531250 +-0.182617187500 +-0.088378906250 +0.246093750000 +0.030883789062 +-0.058105468750 +0.059082031250 +0.175781250000 +-0.077636718750 +-0.172851562500 +-0.273437500000 +0.023071289062 +0.140625000000 +0.005462646484 +0.049560546875 +0.099609375000 +0.213867187500 +0.053222656250 +0.190429687500 +-0.089355468750 +0.006469726562 +0.112304687500 +-0.164062500000 +0.107421875000 +-0.014038085938 +0.077148437500 +-0.000984191895 +-0.133789062500 +-0.001655578613 +-0.147460937500 +-0.041259765625 +-0.020996093750 +-0.007537841797 +0.043212890625 +-0.326171875000 +0.074218750000 +-0.063476562500 +0.161132812500 +-0.080078125000 +-0.335937500000 +-0.050537109375 +-0.308593750000 +-0.064941406250 +-0.039550781250 +-0.101074218750 +-0.046386718750 +-0.195312500000 +0.026489257812 +0.088378906250 +-0.080566406250 +0.022949218750 +-0.032958984375 +-0.205078125000 +0.006652832031 +0.032470703125 +-0.070312500000 +0.168945312500 +-0.122070312500 +-0.067871093750 +0.124511718750 +-0.083984375000 +0.087890625000 +-0.071289062500 +0.064941406250 +0.070312500000 +0.039062500000 +-0.032226562500 +-0.089355468750 +0.059570312500 +0.159179687500 +-0.498046875000 +-0.058349609375 +-0.388671875000 +0.100585937500 +0.014709472656 +0.091796875000 +-0.060791015625 +-0.026855468750 +0.014160156250 +-0.079589843750 +-0.318359375000 +-0.240234375000 +0.032226562500 +0.078125000000 +0.123535156250 +0.009460449219 +0.087890625000 +0.003906250000 +-0.057861328125 +0.032714843750 +-0.010681152344 +0.009399414062 +0.071777343750 +-0.018310546875 +0.042236328125 +-0.014770507812 +0.016723632812 +0.111328125000 +0.097167968750 +0.115234375000 +0.095703125000 +-0.017578125000 +-0.249023437500 +-0.076171875000 +0.022094726562 +-0.237304687500 +-0.101074218750 +-0.113281250000 +0.094726562500 +-0.096679687500 +0.089843750000 +0.072265625000 +-0.121582031250 +0.082519531250 +-0.080078125000 +0.111328125000 +0.002227783203 +0.084960937500 +0.178710937500 +-0.077148437500 +-0.421875000000 +0.183593750000 +-0.014587402344 +0.146484375000 +-0.077636718750 +-0.042480468750 +-0.015991210938 +0.059326171875 +-0.130859375000 +0.081542968750 +0.162109375000 +0.023803710938 +0.090332031250 +-0.064453125000 +-0.201171875000 +0.117675781250 +-0.045410156250 +0.080566406250 +0.117187500000 +-0.190429687500 +0.104980468750 +-0.041015625000 +-0.060791015625 +0.037109375000 +-0.010314941406 +-0.359375000000 +0.049316406250 +-0.043457031250 +0.106933593750 +0.043945312500 +0.011352539062 +0.003799438477 +0.038574218750 +-0.082519531250 +-0.016967773438 +-0.048095703125 +-0.041748046875 +0.078125000000 +-0.161132812500 +-0.146484375000 +-0.046875000000 +0.079589843750 +0.179687500000 +-0.062011718750 +0.105468750000 +0.224609375000 +-0.022583007812 +-0.077148437500 +-0.072753906250 +0.181640625000 +-0.087402343750 +0.170898437500 +0.071289062500 +-0.225585937500 +-0.087890625000 +-0.043701171875 +-0.033447265625 +0.213867187500 +0.079589843750 +-0.091308593750 +-0.057617187500 +-0.068359375000 +0.226562500000 +-0.001922607422 +-0.142578125000 +-0.107421875000 +-0.026245117188 +-0.053710937500 +-0.101562500000 +-0.005981445312 +0.037353515625 +0.109375000000 +0.014892578125 +-0.083984375000 +-0.007934570312 +-0.361328125000 +0.098632812500 +-0.076660156250 +-0.147460937500 +0.043945312500 +0.044433593750 +0.014465332031 +0.137695312500 +0.041992187500 +0.121093750000 +0.041503906250 +-0.036376953125 +0.042724609375 +0.016357421875 +-0.044677734375 +-0.146484375000 +0.019531250000 +0.057128906250 +-0.025756835938 +-0.174804687500 +-0.068359375000 +-0.172851562500 +-0.064941406250 +-0.028930664062 +-0.125000000000 +-0.104003906250 +-0.044677734375 +-0.095703125000 +-0.055908203125 +0.014343261719 +-0.119628906250 +-0.002456665039 +-0.049560546875 +0.050781250000 +0.128906250000 +-0.082519531250 +0.197265625000 +-0.019653320312 +0.064941406250 +-0.044433593750 +0.064453125000 +-0.001449584961 +0.126953125000 +-0.038818359375 +0.097167968750 +-0.007232666016 +-0.119628906250 +-0.140625000000 +0.036865234375 +0.115234375000 +0.144531250000 +0.263671875000 +0.042236328125 +-0.086425781250 +-0.159179687500 +-0.193359375000 +0.160156250000 +-0.105957031250 +0.195312500000 +0.138671875000 +0.091308593750 +-0.013305664062 +0.201171875000 +0.033203125000 +-0.066406250000 +-0.087402343750 +-0.084960937500 +-0.108398437500 +0.273437500000 +0.074707031250 +-0.121582031250 +-0.082519531250 +-0.082519531250 +0.144531250000 +-0.445312500000 +0.125976562500 +0.075683593750 +-0.150390625000 +-0.000591278076 +-0.123046875000 +-0.023193359375 +-0.039062500000 +0.047851562500 +-0.011413574219 +0.046142578125 +-0.015197753906 +-0.046142578125 +-0.115234375000 +-0.006011962891 +-0.170898437500 +0.137695312500 +-0.015747070312 +0.150390625000 +0.115722656250 +0.097656250000 +-0.053710937500 +-0.071289062500 +-0.043212890625 +0.016113281250 +0.040771484375 +0.172851562500 +0.100585937500 +-0.141601562500 +0.073730468750 +-0.154296875000 +0.080566406250 +0.010864257812 +-0.097167968750 +0.046386718750 +0.047607421875 +-0.053466796875 +0.014221191406 +0.005462646484 +-0.150390625000 +-0.232421875000 +-0.096191406250 +-0.040771484375 +-0.087890625000 +0.089355468750 +-0.038330078125 +-0.184570312500 +-0.220703125000 +-0.133789062500 +-0.059326171875 +-0.023071289062 +0.123535156250 +-0.069824218750 +-0.141601562500 +0.028320312500 +0.034667968750 +0.206054687500 +-0.056396484375 +0.154296875000 +0.091796875000 +-0.137695312500 +-0.166015625000 +0.105957031250 +-0.030517578125 +0.006103515625 +0.096679687500 +0.067382812500 +-0.006225585938 +0.132812500000 +-0.063964843750 +0.009033203125 +-0.081542968750 +0.151367187500 +-0.053466796875 +0.100585937500 +0.136718750000 +-0.074218750000 +0.068359375000 +0.124511718750 +-0.006317138672 +-0.185546875000 +0.053710937500 +-0.014465332031 +-0.077636718750 +-0.095214843750 +0.039062500000 +-0.091796875000 +0.011169433594 +-0.000349044800 +-0.004058837891 +0.085449218750 +-0.206054687500 +0.070800781250 +-0.175781250000 +-0.211914062500 +-0.090820312500 +-0.045410156250 +0.076171875000 +-0.150390625000 +0.059326171875 +-0.011718750000 +-0.053710937500 +-0.022094726562 +-0.181640625000 +-0.185546875000 +0.059814453125 +0.014099121094 +0.100097656250 +-0.126953125000 +-0.093750000000 +-0.302734375000 +0.073242187500 +0.031738281250 +0.038574218750 +0.013244628906 +0.079589843750 +0.042236328125 +0.005035400391 +0.104492187500 +0.127929687500 +0.091796875000 +0.017089843750 +0.009582519531 +-0.101074218750 +0.007507324219 +-0.037353515625 +0.034667968750 +0.154296875000 +0.055908203125 +-0.064941406250 +-0.018310546875 +0.023925781250 +-0.020019531250 +-0.030517578125 +-0.093261718750 +-0.060058593750 +-0.099121093750 +0.042480468750 +-0.020996093750 +-0.015014648438 +-0.055419921875 +-0.070800781250 +-0.018676757812 +0.112792968750 +0.156250000000 +-0.094238281250 +0.021118164062 +0.037353515625 +-0.210937500000 +-0.178710937500 +0.030639648438 +-0.162109375000 +-0.036621093750 +-0.096679687500 +-0.083496093750 +-0.120117187500 +0.019409179688 +-0.160156250000 +-0.038574218750 +0.052001953125 +-0.010925292969 +0.085449218750 +0.035888671875 +-0.068847656250 +-0.070800781250 +-0.163085937500 +0.029663085938 +-0.015625000000 +-0.002822875977 +-0.024414062500 +-0.012756347656 +0.062988281250 +0.004882812500 +0.082031250000 +-0.069335937500 +-0.033447265625 +-0.033203125000 +0.027709960938 +-0.180664062500 +-0.076660156250 +-0.028320312500 +0.064941406250 +0.088378906250 +0.049072265625 +0.110839843750 +0.072265625000 +0.020874023438 +0.116210937500 +-0.012512207031 +0.096191406250 +0.232421875000 +0.084960937500 +0.068359375000 +0.034912109375 +0.061035156250 +-0.095214843750 +0.218750000000 +0.064941406250 +-0.097167968750 +0.032470703125 +0.098144531250 +0.053955078125 +-0.094238281250 +0.098632812500 +0.036376953125 +0.005065917969 +0.086425781250 +0.015136718750 +0.094726562500 +0.028564453125 +0.105957031250 +-0.030761718750 +0.038574218750 +0.075195312500 +-0.018188476562 +0.127929687500 +0.173828125000 +-0.160156250000 +0.030517578125 +-0.038818359375 +0.363281250000 +-0.096679687500 +-0.180664062500 +0.228515625000 +-0.035156250000 +-0.079589843750 +0.040039062500 +-0.119140625000 +-0.075195312500 +0.011535644531 +-0.122558593750 +0.073730468750 +0.006988525391 +-0.005615234375 +-0.007690429688 +0.011108398438 +-0.075683593750 +-0.046142578125 +0.079589843750 +0.109375000000 +0.059326171875 +0.030517578125 +0.191406250000 +-0.082519531250 +0.020751953125 +-0.126953125000 +0.120605468750 +-0.127929687500 +0.050048828125 +0.024047851562 +-0.022094726562 +-0.089843750000 +0.016723632812 +0.042480468750 +0.013671875000 +0.077636718750 +-0.083007812500 +0.058105468750 +0.037109375000 +0.026367187500 +0.040527343750 +0.194335937500 +-0.096679687500 +-0.095703125000 +0.070800781250 +-0.000140190125 +-0.113769531250 +0.040527343750 +0.013305664062 +-0.203125000000 +0.082031250000 +-0.126953125000 +0.008300781250 +-0.005493164062 +-0.376953125000 +0.136718750000 +0.012207031250 +-0.176757812500 +-0.001243591309 +0.009643554688 +0.070800781250 +-0.080078125000 +-0.100585937500 +-0.002395629883 +0.068359375000 +0.082031250000 +0.123535156250 +-0.060302734375 +0.017089843750 +-0.060546875000 +0.152343750000 +0.005950927734 +0.122558593750 +-0.112304687500 +0.091796875000 +0.053710937500 +0.034667968750 +-0.108398437500 +-0.136718750000 +-0.117187500000 +-0.182617187500 +0.006103515625 +-0.168945312500 +-0.069335937500 +-0.056396484375 +0.092773437500 +-0.034179687500 +-0.046875000000 +-0.106933593750 +-0.001586914062 +-0.065429687500 +0.024902343750 +-0.101074218750 +0.082031250000 +0.012573242188 +0.167968750000 +0.016235351562 +0.052246093750 +0.032226562500 +0.088378906250 +-0.085937500000 +0.092773437500 +0.022827148438 +0.097656250000 +0.122558593750 +0.029907226562 +-0.030883789062 +0.010437011719 +0.100585937500 +-0.147460937500 +0.066406250000 +0.112304687500 +-0.093261718750 +0.101562500000 +-0.166015625000 +0.061279296875 +-0.060058593750 +-0.037109375000 +-0.086425781250 +-0.007659912109 +-0.073242187500 +0.030151367188 +-0.123535156250 +-0.073730468750 +0.139648437500 +0.031250000000 +0.007354736328 +0.070800781250 +-0.049316406250 +0.061279296875 +0.057373046875 +0.071289062500 +0.054687500000 +-0.071777343750 +0.183593750000 +-0.021484375000 +0.149414062500 +-0.040039062500 +0.036621093750 +0.052734375000 +0.145507812500 +-0.296875000000 +0.155273437500 +0.217773437500 +-0.053466796875 +0.062500000000 +-0.230468750000 +0.001777648926 +0.016479492188 +-0.037109375000 +0.076171875000 +0.079589843750 +-0.222656250000 +-0.079589843750 +-0.034179687500 +0.063964843750 +-0.088378906250 +-0.011108398438 +0.166992187500 +-0.143554687500 +0.085449218750 +-0.044921875000 +-0.017578125000 +0.106933593750 +0.028686523438 +-0.014831542969 +0.024780273438 +0.012451171875 +-0.090820312500 +0.082519531250 +0.031494140625 +-0.032226562500 +-0.119628906250 +-0.030029296875 +-0.087890625000 +-0.016845703125 +0.072265625000 +-0.071777343750 +-0.170898437500 +0.152343750000 +-0.065429687500 +-0.221679687500 +-0.064941406250 +-0.168945312500 +0.126953125000 +-0.170898437500 +-0.116699218750 +-0.037841796875 +0.123046875000 +0.147460937500 +0.034179687500 +-0.011230468750 +-0.092773437500 +-0.075683593750 +0.054931640625 +0.061767578125 +0.125000000000 +-0.055908203125 +0.051025390625 +-0.151367187500 +0.155273437500 +0.030029296875 +-0.011230468750 +-0.011230468750 +-0.047363281250 +-0.048339843750 +-0.203125000000 +0.065917968750 +0.046630859375 +0.089843750000 +-0.057128906250 +-0.134765625000 +0.188476562500 +-0.100097656250 +-0.058593750000 +0.017822265625 +-0.130859375000 +0.016113281250 +0.013305664062 +-0.086425781250 +0.059814453125 +-0.119140625000 +-0.048828125000 +0.122070312500 +-0.073730468750 +0.015258789062 +-0.052978515625 +-0.110351562500 +-0.024658203125 +-0.060546875000 +-0.014831542969 +0.051757812500 +0.168945312500 +-0.134765625000 +-0.162109375000 +-0.019165039062 +-0.130859375000 +-0.127929687500 +-0.067871093750 +-0.120117187500 +-0.163085937500 +0.106445312500 +0.014160156250 +-0.137695312500 +-0.119140625000 +0.000827789307 +-0.059082031250 +0.034179687500 +-0.011962890625 +0.160156250000 +-0.000280380249 +0.045898437500 +0.226562500000 +0.105957031250 +0.025878906250 +-0.073730468750 +0.062255859375 +0.091796875000 +-0.090332031250 +-0.140625000000 +-0.248046875000 +-0.143554687500 +0.080566406250 +-0.081054687500 +0.029907226562 +0.102539062500 +0.012939453125 +0.163085937500 +0.005432128906 +-0.084960937500 +0.090820312500 +-0.034912109375 +-0.055419921875 +0.020629882812 +0.205078125000 +-0.184570312500 +0.199218750000 +-0.057617187500 +0.114257812500 +-0.053222656250 +-0.163085937500 +-0.028076171875 +-0.105957031250 +-0.057373046875 +0.112304687500 +0.166992187500 +-0.180664062500 +-0.011047363281 +0.011291503906 +0.070312500000 +-0.052734375000 +-0.070312500000 +-0.149414062500 +-0.162109375000 +-0.041015625000 +-0.077636718750 +0.172851562500 +0.053466796875 +-0.057128906250 +0.039794921875 +0.159179687500 +-0.014160156250 +0.024291992188 +0.369140625000 +0.107421875000 +0.039306640625 +-0.057861328125 +-0.087402343750 +-0.048583984375 +0.087890625000 +0.081054687500 +-0.005279541016 +0.062255859375 +-0.082031250000 +0.081542968750 +-0.010131835938 +0.079589843750 +0.051513671875 +-0.082031250000 +0.001617431641 +0.180664062500 +-0.104492187500 +0.210937500000 +-0.187500000000 +0.008728027344 +-0.197265625000 +0.079589843750 +0.000892639160 +-0.004791259766 +0.116210937500 +-0.170898437500 +-0.056396484375 +-0.076171875000 +0.044189453125 +-0.373046875000 +0.186523437500 +0.006805419922 +0.153320312500 +0.080566406250 +-0.148437500000 +-0.010009765625 +0.049316406250 +-0.002655029297 +0.125976562500 +-0.022460937500 +0.079101562500 +-0.124023437500 +0.054687500000 +-0.108886718750 +0.238281250000 +-0.147460937500 +-0.093261718750 +0.177734375000 +-0.040771484375 +-0.041748046875 +0.023437500000 +0.095214843750 +-0.030029296875 +-0.049804687500 +-0.024414062500 +-0.195312500000 +-0.002075195312 +0.026855468750 +-0.153320312500 +-0.204101562500 +-0.074218750000 +0.051757812500 +-0.193359375000 +0.125976562500 +-0.122070312500 +-0.075683593750 +0.052490234375 +-0.169921875000 +-0.021850585938 +-0.044677734375 +-0.034179687500 +-0.271484375000 +-0.333984375000 +0.104492187500 +0.148437500000 +-0.037353515625 +-0.161132812500 +-0.052246093750 +-0.082519531250 +0.005798339844 +-0.125000000000 +0.033203125000 +-0.026245117188 +-0.008117675781 +-0.039794921875 +0.087402343750 +-0.000904083252 +-0.198242187500 +-0.089843750000 +0.056396484375 +-0.066894531250 +0.048339843750 +0.064453125000 +-0.047119140625 +0.184570312500 +-0.143554687500 +-0.057861328125 +0.107421875000 +-0.080078125000 +-0.048583984375 +-0.004852294922 +0.004730224609 +0.010925292969 +-0.322265625000 +-0.026855468750 +-0.238281250000 +-0.009155273438 +0.032714843750 +0.022949218750 +0.096191406250 +0.093750000000 +0.185546875000 +0.046630859375 +-0.225585937500 +0.033447265625 +-0.098144531250 +0.006256103516 +0.115234375000 +0.232421875000 +0.082519531250 +-0.267578125000 +0.038330078125 +0.187500000000 +0.025634765625 +-0.194335937500 +-0.068847656250 +-0.314453125000 +0.161132812500 +0.135742187500 +0.100097656250 +0.052001953125 +-0.153320312500 +-0.337890625000 +-0.107421875000 +0.251953125000 +-0.206054687500 +-0.135742187500 +0.277343750000 +0.006896972656 +0.156250000000 +-0.007873535156 +0.006225585938 +-0.130859375000 +0.031250000000 +0.138671875000 +-0.091796875000 +0.074707031250 +0.009033203125 +0.041748046875 +-0.015869140625 +-0.163085937500 +0.028442382812 +-0.006896972656 +0.005523681641 +-0.027465820312 +0.082031250000 +-0.042480468750 +-0.083496093750 +-0.251953125000 +-0.009765625000 +0.179687500000 +0.072753906250 +0.094726562500 +-0.040527343750 +0.066894531250 +0.045410156250 +-0.059326171875 +-0.273437500000 +-0.095214843750 +-0.075195312500 +0.048583984375 +-0.052001953125 +0.129882812500 +-0.084960937500 +0.113769531250 +0.190429687500 +-0.006439208984 +-0.089843750000 +-0.195312500000 +-0.036621093750 +0.085937500000 +0.014831542969 +0.068847656250 +0.075195312500 +0.115722656250 +0.048339843750 +-0.173828125000 +0.031738281250 +0.045166015625 +0.193359375000 +0.044921875000 +0.104003906250 +-0.070800781250 +0.153320312500 +-0.010681152344 +0.008178710938 +0.095703125000 +-0.088867187500 +-0.070800781250 +-0.115722656250 +-0.096191406250 +0.087402343750 +-0.209960937500 +0.015625000000 +0.059570312500 +-0.031982421875 +0.075195312500 +-0.090332031250 +0.063964843750 +-0.018310546875 +-0.091308593750 +0.000235557556 +-0.041992187500 +0.036132812500 +-0.115234375000 +-0.034912109375 +0.088378906250 +0.021606445312 +0.051513671875 +-0.077636718750 +-0.164062500000 +-0.108398437500 +-0.298828125000 +-0.001228332520 +-0.061767578125 +-0.269531250000 +0.021240234375 +-0.043457031250 +0.202148437500 +-0.099609375000 +0.104492187500 +0.155273437500 +-0.078613281250 +0.045410156250 +-0.062255859375 +0.065429687500 +-0.042968750000 +-0.143554687500 +0.044677734375 +-0.047851562500 +0.085937500000 +-0.103515625000 +-0.153320312500 +-0.061279296875 +0.037353515625 +-0.121582031250 +0.031982421875 +0.082031250000 +-0.137695312500 +0.016479492188 +0.010009765625 +0.015625000000 +-0.114746093750 +0.067871093750 +0.208984375000 +0.054199218750 +-0.034912109375 +-0.074707031250 +-0.074218750000 +-0.009155273438 +0.008117675781 +0.153320312500 +0.027343750000 +-0.127929687500 +-0.232421875000 +0.037109375000 +0.020263671875 +-0.090820312500 +0.022460937500 +0.049804687500 +0.124023437500 +0.308593750000 +-0.156250000000 +-0.137695312500 +-0.035644531250 +0.030639648438 +-0.119140625000 +-0.027465820312 +0.024658203125 +0.291015625000 +0.014343261719 +-0.038574218750 +0.000720977783 +-0.033935546875 +0.118164062500 +-0.097167968750 +-0.058105468750 +0.022705078125 +-0.028320312500 +0.053466796875 +-0.022216796875 +-0.095703125000 +0.025878906250 +-0.060302734375 +0.067871093750 +0.009582519531 +0.031250000000 +-0.024047851562 +-0.030639648438 +-0.130859375000 +0.037841796875 +-0.002090454102 +0.061279296875 +-0.104492187500 +-0.025878906250 +0.027832031250 +0.038818359375 +0.043212890625 +-0.133789062500 +-0.011230468750 +0.017822265625 +-0.028686523438 +-0.025390625000 +-0.044433593750 +0.111328125000 +-0.149414062500 +-0.287109375000 +-0.023803710938 +-0.119140625000 +-0.018554687500 +0.060791015625 +-0.030517578125 +0.224609375000 +0.072265625000 +0.015441894531 +-0.200195312500 +-0.043945312500 +-0.245117187500 +0.068847656250 +-0.103515625000 +-0.026611328125 +-0.117187500000 +-0.019287109375 +-0.005615234375 +0.221679687500 +-0.059570312500 +-0.009826660156 +-0.018066406250 +-0.038574218750 +0.056396484375 +-0.067382812500 +-0.002609252930 +0.022583007812 +-0.071777343750 +-0.165039062500 +0.006225585938 +-0.003158569336 +-0.253906250000 +0.071777343750 +0.047363281250 +-0.009826660156 +-0.099121093750 +0.055175781250 +0.074218750000 +-0.180664062500 +-0.186523437500 +0.091308593750 +0.010253906250 +-0.001754760742 +0.013244628906 +0.023071289062 +0.123535156250 +0.029785156250 +-0.016235351562 +-0.101074218750 +0.127929687500 +0.066406250000 +-0.038085937500 +-0.127929687500 +0.080078125000 +0.001029968262 +-0.008728027344 +-0.057373046875 +-0.092773437500 +0.119140625000 +-0.114257812500 +0.068359375000 +-0.013793945312 +0.059326171875 +0.122558593750 +-0.056396484375 +-0.016845703125 +-0.300781250000 +-0.030029296875 +0.135742187500 +0.116699218750 +0.003738403320 +-0.032226562500 +-0.232421875000 +0.063476562500 +0.002731323242 +0.081054687500 +-0.246093750000 +-0.010864257812 +-0.007720947266 +0.114746093750 +0.032958984375 +-0.108886718750 +0.042724609375 +0.077636718750 +-0.040283203125 +-0.209960937500 +-0.003768920898 +-0.040039062500 +0.092285156250 +0.181640625000 +0.058593750000 +-0.011291503906 +-0.035156250000 +0.047851562500 +-0.173828125000 +-0.145507812500 +0.075195312500 +0.126953125000 +0.250000000000 +0.033691406250 +0.007110595703 +-0.166992187500 +0.036865234375 +-0.118164062500 +-0.003051757812 +0.141601562500 +-0.095214843750 +0.009399414062 +0.057861328125 +-0.032714843750 +-0.041992187500 +0.046142578125 +-0.042480468750 +-0.053466796875 +0.066894531250 +0.122558593750 +-0.151367187500 +-0.134765625000 +-0.179687500000 +0.046875000000 +0.151367187500 +-0.026367187500 +-0.056396484375 +-0.028686523438 +-0.283203125000 +-0.107910156250 +0.011596679688 +0.057373046875 +-0.000247955322 +-0.075195312500 +0.019287109375 +0.023803710938 +0.184570312500 +0.102539062500 +0.077148437500 +0.076660156250 +-0.287109375000 +-0.046142578125 +-0.065917968750 +0.079101562500 +0.131835937500 +-0.029418945312 +0.170898437500 +0.044677734375 +-0.091796875000 +0.083496093750 +0.008605957031 +0.216796875000 +0.121582031250 +-0.067871093750 +0.131835937500 +-0.075195312500 +0.243164062500 +0.030883789062 +-0.208984375000 +-0.062988281250 +-0.038574218750 +-0.092773437500 +0.065429687500 +-0.253906250000 +-0.007751464844 +0.083984375000 +-0.018066406250 +-0.129882812500 +-0.024902343750 +0.057617187500 +-0.047363281250 +-0.055664062500 +-0.041748046875 +-0.215820312500 +-0.038574218750 +0.035400390625 +-0.063476562500 +0.239257812500 +0.064453125000 +-0.032470703125 +0.015136718750 +-0.018920898438 +-0.046386718750 +0.011596679688 +-0.118652343750 +-0.002349853516 +-0.146484375000 +0.042724609375 +-0.077636718750 +0.096191406250 +0.102539062500 +0.080566406250 +-0.050537109375 +-0.162109375000 +0.110839843750 +-0.042968750000 +0.253906250000 +-0.037353515625 +-0.040283203125 +-0.020019531250 +0.068847656250 +-0.012145996094 +0.004272460938 +-0.074707031250 +-0.197265625000 +0.005554199219 +0.163085937500 +-0.126953125000 +0.073242187500 +-0.099121093750 +-0.186523437500 +0.292968750000 +-0.206054687500 +0.060791015625 +-0.002746582031 +0.093750000000 +-0.104980468750 +0.007934570312 +-0.219726562500 +-0.221679687500 +0.037109375000 +0.223632812500 +-0.117675781250 +-0.191406250000 +0.000495910645 +-0.217773437500 +-0.114746093750 +0.042968750000 +0.049316406250 +-0.044677734375 +-0.012084960938 +0.105468750000 +-0.119140625000 +0.004089355469 +-0.058837890625 +0.014038085938 +0.002639770508 +-0.083496093750 +0.046142578125 +-0.134765625000 +-0.049560546875 +0.048828125000 +0.067382812500 +0.029418945312 +-0.125976562500 +-0.205078125000 +-0.257812500000 +-0.170898437500 +0.119628906250 +-0.120117187500 +-0.234375000000 +0.177734375000 +0.068847656250 +-0.011108398438 +-0.047851562500 +-0.117187500000 +0.111816406250 +-0.036132812500 +0.099121093750 +-0.106933593750 +-0.008178710938 +-0.149414062500 +0.002136230469 +-0.062255859375 +-0.110351562500 +0.062011718750 +-0.111816406250 +-0.109863281250 +0.119628906250 +0.066894531250 +0.018676757812 +0.041992187500 +0.031494140625 +0.045410156250 +0.058593750000 +-0.052978515625 +0.155273437500 +0.086425781250 +-0.089843750000 +0.130859375000 +0.017578125000 +0.018066406250 +-0.111816406250 +0.146484375000 +-0.429687500000 +0.010681152344 +-0.082031250000 +0.037597656250 +-0.098632812500 +0.083496093750 +-0.014282226562 +-0.137695312500 +0.019775390625 +0.129882812500 +0.059082031250 +0.019042968750 +0.130859375000 +0.014770507812 +0.083496093750 +-0.058593750000 +-0.251953125000 +0.149414062500 +-0.059570312500 +-0.106445312500 +0.054199218750 +0.006164550781 +-0.012634277344 +0.151367187500 +0.102539062500 +-0.111328125000 +0.065917968750 +-0.011962890625 +0.131835937500 +0.083984375000 +-0.259765625000 +0.093261718750 +-0.060058593750 +0.050781250000 +0.007293701172 +-0.164062500000 +0.111328125000 +-0.047851562500 +-0.128906250000 +0.097656250000 +-0.034423828125 +-0.054199218750 +0.093750000000 +0.048095703125 +0.023315429688 +0.028564453125 +-0.040527343750 +0.153320312500 +-0.040527343750 +0.138671875000 +-0.071289062500 +0.314453125000 +-0.269531250000 +-0.076171875000 +-0.001594543457 +0.063964843750 +-0.051513671875 +-0.057861328125 +0.049072265625 +-0.333984375000 +-0.061767578125 +-0.020019531250 +-0.012268066406 +0.022583007812 +0.040527343750 +0.061279296875 +0.204101562500 +-0.043945312500 +-0.257812500000 +0.164062500000 +-0.088867187500 +0.020019531250 +-0.029907226562 +-0.055664062500 +-0.001358032227 +-0.152343750000 +0.052978515625 +-0.109375000000 +-0.031494140625 +-0.017944335938 +-0.022094726562 +0.065429687500 +0.033691406250 +0.034423828125 +-0.031005859375 +0.079589843750 +0.055175781250 +-0.161132812500 +0.017089843750 +0.058349609375 +-0.092773437500 +-0.089355468750 +-0.031982421875 +-0.013549804688 +-0.165039062500 +-0.006256103516 +0.038818359375 +0.032958984375 +0.304687500000 +-0.185546875000 +-0.120117187500 +0.002441406250 +0.184570312500 +0.152343750000 +0.108398437500 +-0.215820312500 +-0.143554687500 +-0.129882812500 +0.026855468750 +0.024047851562 +-0.000633239746 +0.035644531250 +0.021118164062 +0.019897460938 +-0.069335937500 +-0.051513671875 +0.193359375000 +0.025634765625 +-0.073730468750 +0.024047851562 +0.046875000000 +0.089355468750 +-0.176757812500 +-0.097656250000 +-0.074707031250 +0.095214843750 +0.152343750000 +0.013610839844 +-0.091796875000 +-0.071777343750 +-0.003265380859 +-0.102050781250 +0.076171875000 +-0.072753906250 +-0.029785156250 +-0.090332031250 +-0.168945312500 +-0.052978515625 +-0.068847656250 +-0.181640625000 +-0.004058837891 +0.080078125000 +-0.202148437500 +-0.049072265625 +0.065429687500 +0.103027343750 +-0.013000488281 +0.207031250000 +0.112304687500 +0.142578125000 +-0.071289062500 +-0.005889892578 +0.123535156250 +0.008911132812 +0.080078125000 +0.135742187500 +0.103027343750 +-0.191406250000 +-0.043945312500 +0.002700805664 +0.075195312500 +-0.035888671875 +-0.032714843750 +0.102539062500 +-0.123535156250 +0.115234375000 +-0.038818359375 +0.060302734375 +0.202148437500 +0.123535156250 +0.259765625000 +-0.104980468750 +-0.043457031250 +-0.073242187500 +0.031005859375 +-0.047363281250 +0.103027343750 +0.005249023438 +-0.054443359375 +0.035156250000 +-0.153320312500 +-0.007476806641 +-0.073242187500 +-0.004180908203 +-0.081054687500 +-0.014038085938 +0.041015625000 +-0.251953125000 +0.212890625000 +0.030517578125 +-0.063964843750 +0.053222656250 +0.105468750000 +0.089843750000 +-0.020629882812 +-0.228515625000 +-0.037597656250 +-0.231445312500 +0.045166015625 +-0.046875000000 +0.041259765625 +-0.027832031250 +-0.046875000000 +0.106445312500 +0.095703125000 +0.044433593750 +-0.098144531250 +-0.110351562500 +-0.037841796875 +0.073242187500 +0.071777343750 +0.070800781250 +-0.017211914062 +0.045166015625 +0.087402343750 +-0.089843750000 +-0.014099121094 +-0.055664062500 +0.244140625000 +-0.019409179688 +0.080078125000 +0.008544921875 +-0.099121093750 +0.189453125000 +0.242187500000 +-0.053710937500 +-0.045898437500 +0.008605957031 +-0.065917968750 +0.024658203125 +-0.014892578125 +0.010986328125 +-0.234375000000 +0.044433593750 +-0.079589843750 +-0.159179687500 +0.125976562500 +0.033935546875 +-0.083007812500 +0.078613281250 +-0.287109375000 +-0.116210937500 +0.148437500000 +-0.061279296875 +-0.181640625000 +-0.003417968750 +0.043701171875 +0.101074218750 +0.102539062500 +0.067871093750 +-0.122558593750 +0.006408691406 +0.001861572266 +-0.096679687500 +0.049804687500 +-0.004211425781 +-0.126953125000 +-0.036621093750 +0.103515625000 +0.004821777344 +-0.155273437500 +0.070312500000 +0.039794921875 +0.076660156250 +0.063964843750 +-0.117187500000 +-0.079101562500 +-0.044677734375 +-0.308593750000 +-0.086425781250 +-0.097167968750 +0.186523437500 +0.030273437500 +0.089355468750 +0.050781250000 +-0.003967285156 +0.093750000000 +-0.067871093750 +-0.326171875000 +0.129882812500 +0.037841796875 +0.148437500000 +-0.013305664062 +0.096191406250 +0.113281250000 +-0.234375000000 +-0.176757812500 +-0.067382812500 +0.118164062500 +-0.002746582031 +-0.011108398438 +0.128906250000 +0.013793945312 +0.094238281250 +-0.046386718750 +-0.003738403320 +-0.040771484375 +0.033203125000 +-0.059326171875 +0.028198242188 +0.106933593750 +0.068359375000 +0.056152343750 +-0.085449218750 +-0.152343750000 +-0.098632812500 +0.096679687500 +-0.017700195312 +-0.078613281250 +0.047363281250 +0.098632812500 +-0.067871093750 +0.078613281250 +-0.012207031250 +-0.070800781250 +0.014953613281 +0.032226562500 +0.055664062500 +0.060302734375 +-0.166992187500 +0.022338867188 +-0.095214843750 +0.006927490234 +-0.076171875000 +-0.041748046875 +0.003967285156 +-0.026733398438 +0.177734375000 +-0.070312500000 +-0.265625000000 +-0.039306640625 +-0.077148437500 +-0.039306640625 +0.111328125000 +0.015502929688 +-0.038085937500 +-0.056152343750 +0.112792968750 +-0.047607421875 +0.137695312500 +0.066894531250 +0.096191406250 +-0.034423828125 +0.001121520996 +0.137695312500 +-0.052001953125 +-0.183593750000 +0.140625000000 +-0.036621093750 +0.135742187500 +-0.250000000000 +0.013549804688 +-0.064941406250 +-0.013427734375 +0.015991210938 +0.065429687500 +0.164062500000 +-0.070312500000 +0.036132812500 +-0.102539062500 +0.093261718750 +-0.152343750000 +-0.109863281250 +0.042236328125 +-0.012817382812 +-0.062988281250 +-0.095703125000 +-0.373046875000 +-0.054931640625 +-0.035156250000 +0.048583984375 +-0.089843750000 +0.057373046875 +0.164062500000 +0.006256103516 +-0.121093750000 +0.269531250000 +0.003036499023 +-0.053222656250 +-0.308593750000 +0.059082031250 +-0.020263671875 +0.045410156250 +-0.179687500000 +-0.006744384766 +-0.015319824219 +0.023315429688 +-0.116699218750 +-0.023803710938 +0.048095703125 +0.052734375000 +0.015075683594 +-0.125976562500 +-0.057373046875 +-0.247070312500 +-0.046630859375 +-0.112792968750 +0.095214843750 +-0.001266479492 +-0.056884765625 +-0.145507812500 +-0.071289062500 +0.046386718750 +0.017700195312 +-0.108398437500 +-0.142578125000 +-0.021728515625 +-0.112792968750 +-0.269531250000 +-0.044677734375 +-0.103515625000 +0.000160217285 +-0.201171875000 +-0.105957031250 +0.081054687500 +0.024169921875 +-0.088378906250 +-0.098632812500 +0.017211914062 +0.014038085938 +0.032470703125 +0.190429687500 +-0.104980468750 +0.052001953125 +0.081054687500 +0.067382812500 +-0.069335937500 +0.061035156250 +-0.074707031250 +-0.015625000000 +0.012329101562 +0.224609375000 +0.003387451172 +0.065429687500 +0.018310546875 +-0.027099609375 +-0.062255859375 +0.025390625000 +-0.039794921875 +-0.261718750000 +-0.046386718750 +-0.052734375000 +0.038085937500 +-0.086914062500 +-0.259765625000 +0.125976562500 +-0.156250000000 +-0.067382812500 +-0.020141601562 +0.018066406250 +0.015014648438 +0.086914062500 +0.016113281250 +-0.011901855469 +0.024902343750 +0.020385742188 +0.059082031250 +-0.194335937500 +0.149414062500 +-0.032714843750 +-0.013916015625 +-0.089843750000 +0.034423828125 +-0.141601562500 +0.034912109375 +-0.132812500000 +-0.115722656250 +-0.012145996094 +0.033691406250 +-0.060302734375 +0.166015625000 +0.198242187500 +-0.005493164062 +-0.023681640625 +0.075683593750 +-0.025024414062 +-0.031494140625 +-0.057373046875 +-0.025390625000 +0.211914062500 +-0.065429687500 +-0.042724609375 +-0.083007812500 +0.066406250000 +-0.022949218750 +-0.039306640625 +0.026245117188 +-0.062988281250 +0.042724609375 +0.022094726562 +-0.121093750000 +0.057128906250 +-0.110839843750 +0.125976562500 +-0.178710937500 +0.064941406250 +0.165039062500 +-0.040039062500 +0.106445312500 +0.187500000000 +-0.005432128906 +0.076660156250 +-0.139648437500 +0.080078125000 +-0.363281250000 +-0.108398437500 +0.122070312500 +0.189453125000 +0.002639770508 +-0.022460937500 +-0.000299453735 +-0.093750000000 +-0.049560546875 +-0.056884765625 +0.148437500000 +-0.111816406250 +-0.057861328125 +0.101074218750 +0.069335937500 +0.085449218750 +-0.078125000000 +-0.142578125000 +-0.277343750000 +-0.125976562500 +-0.037841796875 +-0.006744384766 +0.001358032227 +-0.049072265625 +-0.046386718750 +-0.173828125000 +-0.153320312500 +0.048828125000 +-0.014221191406 +0.145507812500 +-0.019165039062 +0.102050781250 +0.182617187500 +0.026611328125 +-0.012756347656 +0.110839843750 +0.013732910156 +-0.129882812500 +0.066894531250 +0.057861328125 +0.070800781250 +-0.029174804688 +-0.115234375000 +0.173828125000 +0.219726562500 +0.050292968750 +-0.020141601562 +0.158203125000 +0.118652343750 +-0.054687500000 +-0.018554687500 +0.051269531250 +-0.032470703125 +-0.075195312500 +0.048583984375 +-0.115722656250 +-0.066894531250 +-0.028930664062 +-0.125976562500 +0.058837890625 +-0.009948730469 +0.314453125000 +-0.032470703125 +0.105957031250 +0.249023437500 +-0.078125000000 +0.089355468750 +0.189453125000 +0.001174926758 +0.077148437500 +0.021240234375 +0.103515625000 +-0.119628906250 +-0.261718750000 +0.158203125000 +-0.037597656250 +-0.080078125000 +-0.210937500000 +0.036376953125 +0.189453125000 +-0.122558593750 +-0.148437500000 +0.000305175781 +-0.030761718750 +-0.112792968750 +-0.023681640625 +-0.025512695312 +-0.048583984375 +-0.081054687500 +0.046630859375 +-0.223632812500 +0.068847656250 +-0.063476562500 +-0.048583984375 +0.087890625000 +0.030395507812 +0.001831054688 +-0.018798828125 +0.253906250000 +-0.073242187500 +-0.013488769531 +-0.118164062500 +0.023071289062 +-0.111328125000 +-0.115234375000 +0.023925781250 +-0.122558593750 +-0.043945312500 +-0.157226562500 +-0.145507812500 +-0.046142578125 +-0.112792968750 +-0.012878417969 +-0.123535156250 +0.070312500000 +-0.075683593750 +-0.011657714844 +-0.088867187500 +0.029541015625 +0.019531250000 +-0.184570312500 +0.172851562500 +0.004302978516 +0.056884765625 +0.062988281250 +-0.033447265625 +0.086425781250 +-0.078613281250 +-0.054687500000 +0.027954101562 +-0.011352539062 +-0.026123046875 +-0.003799438477 +0.125976562500 +0.073242187500 +-0.005157470703 +0.000231742859 +0.059082031250 +-0.129882812500 +-0.092773437500 +0.030761718750 +-0.053955078125 +0.078125000000 +0.127929687500 +-0.047119140625 +-0.086425781250 +-0.034423828125 +0.142578125000 +-0.114257812500 +-0.006561279297 +0.060546875000 +-0.039306640625 +-0.076660156250 +-0.052734375000 +0.131835937500 +0.248046875000 +-0.025756835938 +-0.035400390625 +0.104492187500 +-0.011657714844 +-0.349609375000 +0.265625000000 +-0.143554687500 +-0.194335937500 +-0.003692626953 +-0.092285156250 +0.080078125000 +0.008178710938 +-0.091796875000 +-0.026245117188 +0.049072265625 +0.066894531250 +-0.090332031250 +-0.046142578125 +-0.039306640625 +-0.028930664062 +0.083496093750 +-0.103515625000 +0.192382812500 +-0.140625000000 +-0.041015625000 +-0.077148437500 +0.005920410156 +-0.165039062500 +-0.050781250000 +-0.067871093750 +-0.080566406250 +-0.136718750000 +0.147460937500 +0.031005859375 +-0.034667968750 +-0.102539062500 +0.014953613281 +-0.041503906250 +0.083496093750 +-0.021728515625 +0.000579833984 +0.046386718750 +-0.040283203125 +-0.033203125000 +0.078613281250 +-0.005157470703 +-0.162109375000 +-0.006591796875 +-0.117187500000 +-0.233398437500 +0.026123046875 +0.054931640625 +-0.046386718750 +0.064453125000 +-0.034423828125 +0.096679687500 +0.070800781250 +-0.167968750000 +-0.043212890625 +0.055664062500 +-0.041748046875 +0.087402343750 +-0.079589843750 +-0.300781250000 +-0.043212890625 +-0.059082031250 +-0.153320312500 +-0.019409179688 +0.029418945312 +0.054443359375 +0.032226562500 +0.186523437500 +0.063476562500 +0.172851562500 +-0.165039062500 +-0.030883789062 +0.094238281250 +-0.060791015625 +-0.056396484375 +0.032226562500 +-0.101562500000 +-0.001937866211 +-0.003173828125 +-0.150390625000 +0.187500000000 +-0.042480468750 +0.118164062500 +0.083496093750 +-0.112792968750 +-0.033203125000 +0.006317138672 +-0.195312500000 +0.034179687500 +-0.026855468750 +0.231445312500 +-0.027832031250 +-0.141601562500 +-0.007720947266 +0.039306640625 +0.188476562500 +-0.197265625000 +-0.199218750000 +0.135742187500 +-0.333984375000 +-0.198242187500 +0.027343750000 +-0.042480468750 +-0.206054687500 +-0.190429687500 +-0.063964843750 +-0.050537109375 +0.015747070312 +-0.062988281250 +-0.000463485718 +0.088378906250 +0.053955078125 +0.037353515625 +-0.020629882812 +0.057128906250 +-0.009216308594 +-0.131835937500 +-0.033691406250 +-0.066894531250 +-0.079101562500 +-0.045654296875 +-0.160156250000 +0.014587402344 +-0.147460937500 +-0.033935546875 +-0.053466796875 +-0.042724609375 +-0.207031250000 +0.205078125000 +0.082031250000 +-0.251953125000 +0.050537109375 +0.078613281250 +-0.170898437500 +-0.253906250000 +-0.312500000000 +0.031738281250 +0.028564453125 +0.032714843750 +0.036621093750 +-0.147460937500 +-0.104003906250 +0.053710937500 +-0.108886718750 +0.255859375000 +0.004425048828 +-0.125976562500 +-0.082519531250 +-0.016235351562 +-0.257812500000 +-0.006042480469 +0.099609375000 +-0.080566406250 +0.068847656250 +-0.075195312500 +0.001045227051 +-0.042480468750 +0.103027343750 +-0.010070800781 +0.020141601562 +0.001152038574 +0.001800537109 +-0.056640625000 +-0.087890625000 +-0.202148437500 +-0.028808593750 +-0.086914062500 +0.059326171875 +-0.204101562500 +0.172851562500 +-0.147460937500 +-0.005737304688 +0.059570312500 +-0.006134033203 +-0.109375000000 +0.028686523438 +-0.079101562500 +-0.051025390625 +-0.000007033348 +0.120605468750 +-0.117675781250 +0.092285156250 +-0.023071289062 +0.121582031250 +0.082031250000 +-0.132812500000 +0.001014709473 +0.000762939453 +0.025024414062 +0.136718750000 +-0.151367187500 +-0.081542968750 +0.042236328125 +-0.248046875000 +-0.063476562500 +0.053466796875 +-0.127929687500 +0.006958007812 +-0.108398437500 +0.005065917969 +0.087890625000 +-0.122070312500 +-0.177734375000 +0.148437500000 +0.047851562500 +0.025878906250 +-0.265625000000 +-0.148437500000 +-0.384765625000 +-0.141601562500 +-0.062988281250 +-0.017211914062 +-0.113281250000 +-0.065917968750 +0.071289062500 +-0.102539062500 +0.204101562500 +-0.058837890625 +-0.157226562500 +-0.019165039062 +-0.039794921875 +-0.231445312500 +-0.100097656250 +0.160156250000 +-0.226562500000 +-0.110351562500 +0.081054687500 +0.121093750000 +0.107910156250 +0.073730468750 +-0.092773437500 +-0.017578125000 +0.082519531250 +-0.135742187500 +-0.007751464844 +0.060302734375 +0.071289062500 +-0.125976562500 +-0.118164062500 +-0.125000000000 +-0.097656250000 +-0.101562500000 +0.097656250000 +0.020385742188 +0.179687500000 +-0.095703125000 +0.004089355469 +0.068359375000 +-0.072753906250 +0.043457031250 +0.034179687500 +-0.087890625000 +-0.043701171875 +0.209960937500 +-0.051269531250 +-0.007873535156 +0.155273437500 +-0.015258789062 +-0.089355468750 +0.014526367188 +0.049316406250 +-0.141601562500 +0.072753906250 +-0.026733398438 +-0.050781250000 +0.127929687500 +-0.126953125000 +-0.016723632812 +-0.077148437500 +-0.040039062500 +-0.026611328125 +0.294921875000 +-0.001136779785 +0.154296875000 +-0.079589843750 +-0.049316406250 +0.056884765625 +-0.052734375000 +-0.145507812500 +-0.237304687500 +-0.098144531250 +0.031005859375 +-0.024780273438 +0.048583984375 +-0.203125000000 +-0.014221191406 +0.108398437500 +-0.053466796875 +0.066406250000 +0.023193359375 +-0.040039062500 +-0.130859375000 +0.012756347656 +-0.185546875000 +0.020385742188 +-0.087890625000 +-0.156250000000 +0.061279296875 +-0.203125000000 +0.077636718750 +-0.138671875000 +0.013122558594 +0.025024414062 +-0.066406250000 +0.038085937500 +0.046142578125 +-0.093261718750 +-0.097656250000 +-0.220703125000 +0.198242187500 +-0.046875000000 +-0.028076171875 +-0.021240234375 +0.022827148438 +-0.032714843750 +-0.056640625000 +-0.099609375000 +0.059326171875 +0.081542968750 +-0.046142578125 +0.002975463867 +-0.033447265625 +0.110351562500 +-0.052734375000 +0.136718750000 +0.271484375000 +-0.045898437500 +0.119628906250 +-0.150390625000 +-0.015991210938 +-0.034667968750 +0.029052734375 +0.036132812500 +0.047119140625 +0.015319824219 +-0.028930664062 +-0.025756835938 +0.054199218750 +-0.045410156250 +0.250000000000 +0.067382812500 +0.008056640625 +0.016113281250 +0.170898437500 +-0.024780273438 +-0.077148437500 +-0.116699218750 +0.068359375000 +0.035400390625 +-0.022216796875 +0.136718750000 +-0.103515625000 +0.116699218750 +-0.068847656250 +0.075683593750 +0.097167968750 +-0.170898437500 +-0.193359375000 +0.204101562500 +0.019165039062 +0.037109375000 +0.009216308594 +0.009216308594 +0.085449218750 +-0.027709960938 +-0.034912109375 +0.156250000000 +-0.009399414062 +-0.041503906250 +-0.083496093750 +-0.054931640625 +0.087890625000 +0.076171875000 +-0.059814453125 +0.003677368164 +-0.082519531250 +-0.082519531250 +0.069824218750 +-0.036376953125 +0.234375000000 +0.117187500000 +0.160156250000 +-0.054687500000 +-0.070312500000 +0.069824218750 +0.019897460938 +0.044677734375 +0.121093750000 +-0.025268554688 +0.097656250000 +-0.217773437500 +-0.131835937500 +-0.058349609375 +-0.046875000000 +-0.121582031250 +-0.069824218750 +0.089843750000 +-0.217773437500 +-0.018066406250 +-0.084472656250 +-0.046630859375 +0.071777343750 +0.063964843750 +-0.062988281250 +0.055664062500 +-0.021484375000 +-0.014892578125 +-0.023071289062 +-0.120117187500 +0.034423828125 +-0.080078125000 +0.140625000000 +-0.112792968750 +0.000854492188 +-0.048828125000 +0.162109375000 +0.013671875000 +0.104003906250 +-0.068847656250 +0.054931640625 +-0.080078125000 +0.085449218750 +0.166015625000 +0.045166015625 +-0.174804687500 +-0.011779785156 +-0.059814453125 +0.047363281250 +-0.024780273438 +-0.045654296875 +-0.087402343750 +-0.076171875000 +0.024414062500 +-0.030029296875 +-0.093750000000 +0.141601562500 +-0.104003906250 +-0.031005859375 +0.014465332031 +-0.141601562500 +-0.032470703125 +0.140625000000 +0.003204345703 +-0.024169921875 +0.056396484375 +0.135742187500 +0.010620117188 +0.104980468750 +-0.183593750000 +0.166992187500 +-0.062500000000 +0.050048828125 +-0.005645751953 +-0.076660156250 +-0.169921875000 +0.000044345856 +-0.095703125000 +-0.070312500000 +-0.024047851562 +0.183593750000 +0.151367187500 +-0.041503906250 +-0.025512695312 +0.076171875000 +-0.047851562500 +0.084472656250 +-0.108886718750 +0.021484375000 +-0.073242187500 +0.107910156250 +-0.001098632812 +0.000637054443 +-0.129882812500 +0.143554687500 +0.107421875000 +-0.090820312500 +0.136718750000 +-0.248046875000 +0.038818359375 +-0.045898437500 +0.018920898438 +-0.010314941406 +0.160156250000 +0.201171875000 +0.058349609375 +-0.007659912109 +-0.049316406250 +-0.037597656250 +-0.173828125000 +-0.104003906250 +0.177734375000 +0.166992187500 +-0.079101562500 +0.014282226562 +0.023925781250 +0.039306640625 +0.048828125000 +-0.080566406250 +-0.008666992188 +-0.128906250000 +-0.166015625000 +0.049072265625 +0.027954101562 +0.142578125000 +-0.123046875000 +0.039550781250 +0.021972656250 +0.125000000000 +0.079589843750 +0.020874023438 +0.190429687500 +-0.057128906250 +-0.089843750000 +-0.041015625000 +0.127929687500 +-0.016357421875 +-0.131835937500 +-0.249023437500 +-0.104003906250 +-0.039550781250 +-0.010498046875 +0.111816406250 +-0.109863281250 +-0.298828125000 +-0.151367187500 +-0.037597656250 +-0.049804687500 +-0.189453125000 +-0.142578125000 +-0.056640625000 +-0.015563964844 +0.091308593750 +0.090820312500 +-0.024047851562 +0.007690429688 +0.007629394531 +-0.069335937500 +0.093261718750 +0.214843750000 +0.129882812500 +0.075195312500 +-0.100097656250 +0.119140625000 +0.051025390625 +0.045654296875 +-0.083007812500 +-0.034912109375 +0.054199218750 +0.128906250000 +-0.161132812500 +-0.031005859375 +0.102539062500 +-0.120117187500 +-0.120117187500 +-0.009582519531 +-0.153320312500 +0.055419921875 +-0.059082031250 +-0.001457214355 +-0.036621093750 +-0.105468750000 +0.130859375000 +0.173828125000 +-0.087890625000 +0.049560546875 +-0.159179687500 +-0.015869140625 +0.106933593750 +-0.080078125000 +-0.267578125000 +-0.022338867188 +-0.103515625000 +-0.085449218750 +-0.105957031250 +-0.047363281250 +0.169921875000 +0.011474609375 +-0.085449218750 +-0.065917968750 +-0.026855468750 +0.038574218750 +-0.147460937500 +-0.128906250000 +0.103515625000 +-0.092285156250 +-0.047607421875 +0.123535156250 +0.036376953125 +0.032958984375 +0.062988281250 +0.045166015625 +-0.119140625000 +0.047851562500 +0.065429687500 +0.108886718750 +-0.007873535156 +0.140625000000 +0.124511718750 +-0.030761718750 +0.128906250000 +0.003936767578 +-0.427734375000 +-0.032470703125 +0.027343750000 +0.108398437500 +-0.105468750000 +-0.148437500000 +-0.122558593750 +-0.044189453125 +0.019653320312 +-0.004333496094 +-0.022216796875 +0.171875000000 +0.116210937500 +0.056152343750 +-0.031494140625 +0.013183593750 +0.061279296875 +0.192382812500 +0.210937500000 +0.061523437500 +0.166992187500 +-0.064453125000 +-0.136718750000 +-0.001937866211 +-0.059814453125 +0.036376953125 +0.204101562500 +-0.021972656250 +-0.053466796875 +0.019165039062 +-0.055908203125 +0.136718750000 +-0.007476806641 +-0.207031250000 +-0.045898437500 +-0.124511718750 +-0.152343750000 +-0.109375000000 +0.000042915344 +0.042968750000 +0.172851562500 +0.056152343750 +-0.051513671875 +0.161132812500 +0.069824218750 +0.000028491020 +0.144531250000 +-0.153320312500 +-0.073730468750 +0.053466796875 +0.043945312500 +0.159179687500 +0.036376953125 +-0.100097656250 +0.088867187500 +-0.021728515625 +0.335937500000 +-0.125976562500 +0.267578125000 +0.072753906250 +-0.039794921875 +-0.045898437500 +-0.064941406250 +-0.148437500000 +0.094726562500 +0.036376953125 +0.087402343750 +-0.015991210938 +-0.169921875000 +-0.007385253906 +-0.188476562500 +-0.053222656250 +-0.138671875000 +-0.075683593750 +0.132812500000 +0.049560546875 +-0.001693725586 +0.031494140625 +0.155273437500 +-0.044433593750 +0.212890625000 +0.025634765625 +-0.046875000000 +-0.176757812500 +-0.060302734375 +0.147460937500 +-0.066406250000 +0.058105468750 +0.065429687500 +-0.123046875000 +0.141601562500 +0.019165039062 +-0.136718750000 +-0.080566406250 +0.129882812500 +-0.194335937500 +-0.161132812500 +0.183593750000 +0.082031250000 +-0.074218750000 +-0.136718750000 +0.155273437500 +-0.047851562500 +0.128906250000 +0.228515625000 +-0.090332031250 +0.014221191406 +0.106445312500 +-0.000717163086 +-0.015502929688 +-0.134765625000 +0.275390625000 +-0.096191406250 +0.028686523438 +0.020385742188 +0.079101562500 +0.011413574219 +0.191406250000 +-0.122558593750 +-0.034667968750 +-0.016967773438 +-0.253906250000 +-0.166992187500 +-0.146484375000 +-0.081542968750 +-0.010742187500 +0.088378906250 +-0.119140625000 +-0.131835937500 +-0.029174804688 +0.130859375000 +-0.033203125000 +0.135742187500 +0.100097656250 +-0.021728515625 +-0.120605468750 +-0.005493164062 +0.056152343750 +-0.030639648438 +-0.001380920410 +-0.244140625000 +-0.055664062500 +0.085937500000 +-0.155273437500 +-0.041015625000 +-0.110839843750 +-0.047607421875 +0.044189453125 +0.035644531250 +-0.131835937500 +-0.070800781250 +-0.019775390625 +0.074218750000 +-0.105957031250 +0.163085937500 +-0.019165039062 +0.125000000000 +-0.106445312500 +-0.002517700195 +-0.056884765625 +0.019775390625 +-0.005859375000 +0.077636718750 +-0.019409179688 +-0.051269531250 +-0.176757812500 +-0.077148437500 +-0.073242187500 +-0.204101562500 +-0.112792968750 +0.003936767578 +0.032714843750 +-0.025146484375 +-0.104492187500 +-0.164062500000 +0.017822265625 +-0.070800781250 +-0.089355468750 +-0.045898437500 +-0.140625000000 +0.044189453125 +0.122070312500 +-0.018432617188 +-0.061035156250 +-0.130859375000 +-0.279296875000 +-0.077636718750 +0.044433593750 +-0.042724609375 +0.035644531250 +0.211914062500 +0.154296875000 +-0.000257492065 +-0.044189453125 +-0.219726562500 +0.029785156250 +0.129882812500 +0.096191406250 +0.017822265625 +0.037841796875 +0.039794921875 +-0.140625000000 +0.143554687500 +-0.021118164062 +-0.102050781250 +0.051025390625 +0.084960937500 +0.248046875000 +0.042968750000 +0.037353515625 +0.052001953125 +-0.025878906250 +-0.000436782837 +0.069335937500 +0.052978515625 +-0.006408691406 +-0.073242187500 +0.095214843750 +-0.005676269531 +-0.097656250000 +0.080078125000 +-0.053222656250 +0.021362304688 +-0.373046875000 +-0.107421875000 +0.134765625000 +-0.136718750000 +-0.053222656250 +0.041748046875 +0.003555297852 +0.018554687500 +0.025146484375 +0.035888671875 +0.025512695312 +-0.022216796875 +-0.232421875000 +0.008056640625 +0.010742187500 +0.001998901367 +0.104980468750 +-0.030517578125 +0.131835937500 +-0.109375000000 +-0.204101562500 +0.126953125000 +-0.093750000000 +-0.095703125000 +0.077636718750 +0.010314941406 +-0.230468750000 +-0.071777343750 +0.096679687500 +0.142578125000 +-0.063964843750 +0.128906250000 +-0.074707031250 +0.084960937500 +0.115722656250 +0.041503906250 +-0.195312500000 +0.038818359375 +0.128906250000 +-0.062988281250 +0.124511718750 +0.046630859375 +-0.019653320312 +0.099121093750 +0.002380371094 +-0.052734375000 +-0.085937500000 +-0.031494140625 +-0.153320312500 +-0.092285156250 +-0.044189453125 +0.056884765625 +0.211914062500 +0.169921875000 +-0.117187500000 +0.083984375000 +0.052734375000 +0.275390625000 +0.210937500000 +0.147460937500 +-0.214843750000 +-0.013366699219 +0.088378906250 +0.126953125000 +0.080078125000 +-0.095214843750 +0.028442382812 +0.161132812500 +-0.012207031250 +-0.210937500000 +0.089843750000 +0.019287109375 +-0.170898437500 +0.013305664062 +0.113769531250 +-0.193359375000 +0.118652343750 +-0.038818359375 +-0.351562500000 +-0.166015625000 +-0.010192871094 +-0.000831604004 +0.121093750000 +0.160156250000 +-0.160156250000 +-0.046630859375 +-0.057861328125 +0.024291992188 +0.115722656250 +-0.131835937500 +0.049316406250 +-0.078125000000 +0.041748046875 +0.158203125000 +0.300781250000 +-0.060791015625 +-0.159179687500 +-0.036621093750 +-0.151367187500 +0.066894531250 +-0.130859375000 +0.242187500000 +-0.052978515625 +-0.052246093750 +0.012451171875 +0.089843750000 +0.101074218750 +0.202148437500 +0.026123046875 +0.066406250000 +0.110351562500 +0.072753906250 +0.067871093750 +-0.081542968750 +-0.104003906250 +-0.005889892578 +0.026245117188 +-0.041748046875 +0.023681640625 +-0.089843750000 +-0.034179687500 +-0.030273437500 +0.065917968750 +-0.242187500000 +-0.005249023438 +-0.172851562500 +-0.149414062500 +0.032226562500 +-0.186523437500 +-0.211914062500 +-0.142578125000 +0.094238281250 +0.082519531250 +0.091796875000 +-0.122558593750 +0.011657714844 +-0.026000976562 +0.074218750000 +0.012512207031 +-0.020874023438 +0.102050781250 +-0.024902343750 +0.165039062500 +0.008056640625 +-0.030883789062 +0.153320312500 +-0.071777343750 +-0.028564453125 +0.057861328125 +-0.200195312500 +0.079589843750 +-0.117675781250 +0.026123046875 +0.052001953125 +0.003219604492 +-0.108886718750 +0.040283203125 +0.018066406250 +-0.008666992188 +0.049804687500 +0.026855468750 +0.036621093750 +-0.052490234375 +0.161132812500 +0.056640625000 +0.004150390625 +-0.140625000000 +0.084472656250 +-0.020996093750 +0.090820312500 +-0.087890625000 +-0.046142578125 +-0.074218750000 +0.083984375000 +-0.010559082031 +0.015869140625 +-0.096679687500 +-0.156250000000 +0.111816406250 +-0.034912109375 +-0.049316406250 +-0.043457031250 +0.160156250000 +0.037109375000 +-0.062988281250 +0.164062500000 +-0.099121093750 +-0.017456054688 +0.053222656250 +0.265625000000 +-0.048095703125 +-0.211914062500 +0.128906250000 +0.038085937500 +-0.062988281250 +-0.058593750000 +-0.067871093750 +0.089843750000 +-0.019653320312 +0.034912109375 +-0.126953125000 +0.107910156250 +0.107421875000 +0.408203125000 +-0.048339843750 +0.082031250000 +0.178710937500 +0.104980468750 +0.097167968750 +-0.062988281250 +0.028686523438 +-0.189453125000 +0.008850097656 +0.145507812500 +-0.046386718750 +0.036865234375 +-0.129882812500 +-0.229492187500 +0.114257812500 +-0.066894531250 +0.015197753906 +0.120117187500 +-0.027465820312 +0.173828125000 +-0.002990722656 +0.005157470703 +-0.151367187500 +0.098632812500 +0.026977539062 +0.117675781250 +-0.056640625000 +-0.018554687500 +0.050537109375 +0.038330078125 +-0.054931640625 +0.166992187500 +0.088867187500 +-0.112304687500 +-0.026611328125 +-0.067871093750 +0.193359375000 +0.003250122070 +0.038574218750 +-0.201171875000 +0.086914062500 +-0.107421875000 +-0.188476562500 +-0.122558593750 +0.005889892578 +-0.296875000000 +0.040771484375 +0.042724609375 +0.138671875000 +-0.017211914062 +0.004913330078 +-0.220703125000 +0.067871093750 +-0.007507324219 +-0.061035156250 +0.096679687500 +-0.155273437500 +-0.202148437500 +0.032714843750 +0.113769531250 +-0.174804687500 +0.110839843750 +0.332031250000 +0.035888671875 +0.095703125000 +-0.005737304688 +0.092773437500 +0.014404296875 +0.063964843750 +-0.038085937500 +-0.228515625000 +-0.181640625000 +-0.047363281250 +0.024047851562 +-0.001228332520 +0.168945312500 +-0.044677734375 +-0.107910156250 +0.002502441406 +-0.048828125000 +0.044677734375 +-0.006317138672 +-0.167968750000 +-0.073730468750 +-0.012390136719 +-0.119140625000 +0.139648437500 +-0.076660156250 +-0.112304687500 +0.047119140625 +0.061523437500 +0.037841796875 +0.103515625000 +0.050292968750 +-0.072265625000 +-0.179687500000 +-0.067382812500 +-0.058837890625 +-0.014709472656 +0.105957031250 +0.176757812500 +-0.031738281250 +-0.086914062500 +0.107910156250 +-0.011474609375 +-0.179687500000 +-0.124511718750 +0.028320312500 +-0.073730468750 +0.018310546875 +0.131835937500 +-0.006378173828 +-0.015991210938 +0.048583984375 +-0.061035156250 +-0.037841796875 +0.066406250000 +-0.067871093750 +0.152343750000 +0.241210937500 +0.052490234375 +0.146484375000 +-0.036621093750 +0.051513671875 +-0.038574218750 +0.150390625000 +0.112792968750 +0.029052734375 +-0.070312500000 +0.114746093750 +0.051269531250 +0.046142578125 +-0.077636718750 +-0.052490234375 +0.058349609375 +0.184570312500 +0.074218750000 +-0.016479492188 +-0.287109375000 +-0.036132812500 +-0.084472656250 +-0.296875000000 +0.033203125000 +-0.040771484375 +0.076171875000 +0.118652343750 +-0.094238281250 +-0.208984375000 +-0.130859375000 +0.088378906250 +0.090820312500 +-0.202148437500 +0.064453125000 +0.005187988281 +-0.125000000000 +0.133789062500 +0.201171875000 +0.041015625000 +-0.031982421875 +-0.189453125000 +0.085449218750 +-0.189453125000 +-0.060302734375 +-0.111328125000 +0.015319824219 +-0.132812500000 +-0.161132812500 +0.121093750000 +0.176757812500 +0.010253906250 +-0.040283203125 +0.259765625000 +0.100097656250 +0.076171875000 +0.071777343750 +-0.100097656250 +-0.103027343750 +-0.015747070312 +0.046142578125 +-0.050537109375 +-0.109375000000 +-0.025268554688 +-0.079589843750 +-0.007934570312 +-0.002761840820 +0.112792968750 +0.099609375000 +-0.048339843750 +0.226562500000 +0.224609375000 +-0.000075817108 +-0.026611328125 +-0.113769531250 +0.125976562500 +-0.094726562500 +-0.015380859375 +-0.124023437500 +0.131835937500 +-0.130859375000 +0.095703125000 +-0.160156250000 +-0.126953125000 +-0.016357421875 +0.033691406250 +-0.083496093750 +0.047851562500 +0.183593750000 +-0.031127929688 +-0.034423828125 +-0.070800781250 +-0.056396484375 +-0.257812500000 +0.072753906250 +0.064453125000 +0.116210937500 +-0.014160156250 +-0.083984375000 +0.047607421875 +-0.008239746094 +0.041992187500 +-0.011962890625 +-0.015136718750 +-0.132812500000 +-0.289062500000 +-0.030395507812 +0.059570312500 +0.017333984375 +0.034423828125 +0.110839843750 +0.087402343750 +-0.201171875000 +0.087890625000 +0.018310546875 +-0.037109375000 +-0.018920898438 +-0.092285156250 +-0.053466796875 +-0.107421875000 +-0.112792968750 +-0.077636718750 +0.074218750000 +-0.016967773438 +0.064453125000 +-0.111816406250 +-0.070312500000 +-0.194335937500 +0.017578125000 +0.044189453125 +-0.029418945312 +0.012207031250 +0.024414062500 +-0.238281250000 +-0.122070312500 +-0.153320312500 +-0.048095703125 +-0.054199218750 +-0.051269531250 +-0.034667968750 +-0.121093750000 +0.099121093750 +-0.051269531250 +0.129882812500 +-0.050292968750 +0.107421875000 +0.160156250000 +0.051025390625 +-0.062500000000 +-0.029541015625 +0.166015625000 +0.031982421875 +-0.113769531250 +-0.275390625000 +-0.066406250000 +0.125000000000 +-0.174804687500 +0.122558593750 +-0.029174804688 +0.078125000000 +0.105957031250 +0.083984375000 +-0.034179687500 +-0.136718750000 +0.026245117188 +0.121093750000 +0.054199218750 +0.016723632812 +-0.117675781250 +-0.066894531250 +0.115722656250 +-0.027709960938 +0.045654296875 +0.122558593750 +-0.001884460449 +0.035644531250 +-0.038330078125 +-0.044677734375 +0.162109375000 +0.198242187500 +-0.014587402344 +0.051269531250 +0.094726562500 +-0.119628906250 +-0.005340576172 +0.156250000000 +0.138671875000 +-0.073730468750 +0.063964843750 +-0.022460937500 +0.147460937500 +-0.047363281250 +0.087402343750 +-0.097167968750 +-0.035888671875 +0.014587402344 +0.172851562500 +0.235351562500 +0.209960937500 +-0.043212890625 +0.172851562500 +0.126953125000 +-0.014282226562 +0.000261306763 +-0.041503906250 +0.153320312500 +0.204101562500 +0.006195068359 +-0.010559082031 +-0.347656250000 +-0.028564453125 +0.043212890625 +0.114257812500 +-0.135742187500 +-0.084960937500 +0.052001953125 +-0.082031250000 +-0.029174804688 +0.056884765625 +-0.026611328125 +-0.087402343750 +0.016113281250 +0.081054687500 +-0.033203125000 +-0.017822265625 +-0.066894531250 +-0.016601562500 +0.137695312500 +0.123046875000 +-0.006500244141 +-0.273437500000 +-0.097656250000 +-0.026000976562 +0.057373046875 +0.073242187500 +-0.057861328125 +0.043457031250 +-0.016601562500 +0.095703125000 +0.061767578125 +0.058593750000 +0.134765625000 +0.181640625000 +0.016479492188 +-0.108886718750 +0.161132812500 +0.164062500000 +-0.097167968750 +0.012878417969 +0.018554687500 +0.050048828125 +0.170898437500 +0.079589843750 +0.000087261200 +-0.175781250000 +-0.053710937500 +0.114746093750 +0.134765625000 +0.114746093750 +0.137695312500 +0.032470703125 +-0.088867187500 +0.011962890625 +-0.174804687500 +0.017333984375 +-0.033447265625 +0.084960937500 +-0.179687500000 +0.117187500000 +-0.099121093750 +-0.199218750000 +0.008911132812 +0.086425781250 +-0.152343750000 +0.232421875000 +-0.069335937500 +-0.063476562500 +0.156250000000 +-0.033691406250 +-0.008666992188 +0.027587890625 +0.154296875000 +0.023071289062 +-0.064453125000 +-0.063476562500 +-0.049072265625 +-0.041015625000 +0.057861328125 +0.045166015625 +-0.026977539062 +-0.000335693359 +-0.014404296875 +-0.038330078125 +0.129882812500 +0.040527343750 +-0.095214843750 +-0.123046875000 +-0.197265625000 +0.078125000000 +0.000431060791 +0.117675781250 +-0.015747070312 +0.026611328125 +0.020141601562 +0.021362304688 +0.174804687500 +-0.060546875000 +-0.034179687500 +-0.016967773438 +-0.068847656250 +-0.148437500000 +-0.092773437500 +0.018188476562 +-0.024169921875 +-0.105468750000 +-0.057373046875 +-0.111816406250 +0.125000000000 +-0.127929687500 +-0.034179687500 +0.046875000000 +-0.021728515625 +-0.242187500000 +-0.088867187500 +0.022827148438 +0.061279296875 +-0.080078125000 +0.036132812500 +0.094238281250 +-0.298828125000 +-0.003173828125 +0.015502929688 +-0.027465820312 +-0.051269531250 +-0.170898437500 +0.026367187500 +0.233398437500 +0.069824218750 +-0.035400390625 +0.010070800781 +0.097656250000 +0.049316406250 +0.064453125000 +0.055908203125 +-0.045410156250 +0.050781250000 +-0.035888671875 +-0.064453125000 +-0.023681640625 +-0.078613281250 +0.042724609375 +-0.049804687500 +-0.074707031250 +0.025390625000 +0.238281250000 +0.008850097656 +-0.063964843750 +0.015441894531 +-0.167968750000 +-0.075683593750 +-0.109375000000 +0.103027343750 +0.279296875000 +-0.134765625000 +0.043457031250 +-0.020507812500 +-0.156250000000 +0.014709472656 +-0.048095703125 +0.064453125000 +0.029785156250 +0.002853393555 +-0.031494140625 +0.071289062500 +0.086914062500 +-0.008117675781 +0.046142578125 +-0.096191406250 +0.105468750000 +-0.207031250000 +-0.001266479492 +0.231445312500 +-0.023803710938 +-0.051513671875 +-0.017822265625 +0.139648437500 +0.177734375000 +0.086425781250 +0.033447265625 +0.056396484375 +-0.106933593750 +-0.077148437500 +-0.194335937500 +-0.057617187500 +0.042236328125 +0.013732910156 +0.037109375000 +0.051025390625 +0.096191406250 +-0.056396484375 +0.137695312500 +0.026489257812 +-0.223632812500 +0.083496093750 +-0.052001953125 +0.065429687500 +0.024291992188 +0.024780273438 +0.068359375000 +-0.006988525391 +0.114746093750 +-0.218750000000 +0.006866455078 +0.101562500000 +0.292968750000 +0.068359375000 +0.073242187500 +-0.158203125000 +0.025878906250 +-0.095214843750 +0.039306640625 +0.012878417969 +-0.048339843750 +-0.089843750000 +-0.003570556641 +-0.184570312500 +0.022583007812 +-0.013183593750 +-0.081542968750 +0.085449218750 +0.058593750000 +-0.004852294922 +-0.097167968750 +-0.176757812500 +-0.316406250000 +0.094238281250 +0.025878906250 +-0.026245117188 +-0.042480468750 +-0.312500000000 +-0.099609375000 +-0.062988281250 +-0.153320312500 +-0.017333984375 +0.007415771484 +-0.166015625000 +-0.008850097656 +-0.006408691406 +-0.275390625000 +0.094238281250 +-0.022827148438 +-0.275390625000 +0.004028320312 +-0.047607421875 +-0.129882812500 +0.022705078125 +0.032958984375 +0.100585937500 +-0.162109375000 +-0.104003906250 +0.134765625000 +0.074707031250 +0.060302734375 +-0.076171875000 +-0.027465820312 +0.074707031250 +0.014221191406 +0.047607421875 +0.022338867188 +-0.078613281250 +0.099609375000 +-0.128906250000 +-0.090820312500 +-0.129882812500 +0.109863281250 +-0.058837890625 +-0.002136230469 +0.032714843750 +0.024291992188 +-0.053222656250 +-0.023559570312 +0.132812500000 +-0.019897460938 +0.021484375000 +-0.041015625000 +0.175781250000 +0.048828125000 +0.020263671875 +-0.144531250000 +-0.104980468750 +-0.154296875000 +0.022460937500 +-0.063964843750 +0.203125000000 +-0.024902343750 +0.130859375000 +0.046875000000 +-0.147460937500 +0.064453125000 +-0.070312500000 +0.122558593750 +-0.294921875000 +0.139648437500 +-0.052001953125 +0.111816406250 +-0.121582031250 +-0.054443359375 +-0.119628906250 +0.015014648438 +0.042724609375 +0.024291992188 +-0.117675781250 +-0.082519531250 +-0.111328125000 +0.000621795654 +0.135742187500 +0.046142578125 +-0.017822265625 +0.059326171875 +-0.185546875000 +0.071777343750 +0.039062500000 +0.021850585938 +-0.104980468750 +-0.037109375000 +-0.081542968750 +0.086425781250 +-0.157226562500 +-0.150390625000 +0.043701171875 +0.129882812500 +-0.104980468750 +0.040527343750 +-0.037109375000 +0.088867187500 +0.083496093750 +-0.152343750000 +0.020263671875 +0.041259765625 +-0.108398437500 +0.095214843750 +-0.116210937500 +0.044433593750 +-0.022583007812 +-0.029907226562 +0.019409179688 +-0.222656250000 +0.129882812500 +-0.165039062500 +-0.030151367188 +-0.019287109375 +-0.098632812500 +-0.131835937500 +0.068359375000 +0.146484375000 +0.177734375000 +-0.016479492188 +-0.004608154297 +0.208007812500 +-0.009948730469 +0.069335937500 +0.059814453125 +-0.129882812500 +-0.015380859375 +-0.069824218750 +-0.083496093750 +-0.067871093750 +-0.287109375000 +0.007385253906 +-0.213867187500 +-0.079101562500 +0.037109375000 +-0.062255859375 +-0.064453125000 +0.016601562500 +0.058105468750 +-0.125976562500 +-0.052490234375 +0.078125000000 +0.040771484375 +0.009704589844 +0.062500000000 +0.253906250000 +-0.062011718750 +0.271484375000 +0.015991210938 +-0.047363281250 +-0.002532958984 +-0.002258300781 +0.064941406250 +-0.166015625000 +-0.144531250000 +0.090820312500 +-0.155273437500 +0.069335937500 +-0.062011718750 +-0.151367187500 +-0.069335937500 +-0.236328125000 +-0.072265625000 +-0.038574218750 +0.033935546875 +0.052978515625 +0.049560546875 +-0.092285156250 +-0.082519531250 +-0.032470703125 +0.057617187500 +0.099609375000 +0.072265625000 +0.064941406250 +-0.285156250000 +-0.111328125000 +-0.107421875000 +0.000713348389 +0.074707031250 +-0.035888671875 +0.083984375000 +-0.021362304688 +0.051757812500 +-0.105468750000 +0.064941406250 +-0.120117187500 +-0.115722656250 +0.005859375000 +-0.174804687500 +0.031127929688 +-0.222656250000 +-0.059570312500 +0.143554687500 +-0.099121093750 +0.067871093750 +0.055419921875 +-0.018920898438 +-0.149414062500 +0.175781250000 +-0.091796875000 +0.108398437500 +0.206054687500 +0.136718750000 +-0.026733398438 +0.029052734375 +-0.024169921875 +-0.021850585938 +0.056396484375 +-0.152343750000 +0.212890625000 +0.094238281250 +-0.019287109375 +-0.204101562500 +-0.062988281250 +0.131835937500 +-0.170898437500 +-0.072265625000 +-0.159179687500 +-0.018798828125 +0.051757812500 +0.064941406250 +0.011840820312 +0.133789062500 +-0.074218750000 +0.239257812500 +0.191406250000 +-0.088867187500 +0.055175781250 +0.101562500000 +0.000511169434 +0.131835937500 +0.034423828125 +-0.002075195312 +0.070800781250 +-0.173828125000 +0.060546875000 +0.066406250000 +0.171875000000 +0.055908203125 +0.044433593750 +-0.183593750000 +-0.146484375000 +-0.035400390625 +-0.101562500000 +-0.056152343750 +-0.151367187500 +-0.015869140625 +-0.046630859375 +-0.005828857422 +-0.175781250000 +0.089355468750 +0.078125000000 +0.124023437500 +-0.181640625000 +0.010925292969 +0.013916015625 +0.098632812500 +0.078613281250 +-0.275390625000 +0.111328125000 +0.193359375000 +-0.024047851562 +-0.136718750000 +-0.033691406250 +-0.072265625000 +-0.051269531250 +0.012939453125 +0.117675781250 +0.010131835938 +0.151367187500 +0.064941406250 +0.006530761719 +-0.025024414062 +-0.180664062500 +-0.031738281250 +-0.085937500000 +0.079589843750 +0.113281250000 +-0.075683593750 +-0.025512695312 +-0.044677734375 +0.140625000000 +-0.043945312500 +-0.113769531250 +-0.009704589844 +-0.109863281250 +0.162109375000 +0.166992187500 +0.104003906250 +0.091308593750 +-0.037841796875 +-0.074707031250 +-0.060546875000 +-0.032226562500 +0.005645751953 +-0.098144531250 +0.021850585938 +-0.038818359375 +0.033691406250 +0.205078125000 +-0.093750000000 +-0.065429687500 +-0.107910156250 +-0.002914428711 +-0.089843750000 +0.115722656250 +-0.018066406250 +-0.063476562500 +-0.022583007812 +0.180664062500 +-0.016967773438 +-0.087402343750 +-0.014465332031 +0.186523437500 +0.092773437500 +0.081054687500 +0.108398437500 +-0.273437500000 +-0.125976562500 +-0.016479492188 +-0.261718750000 +0.080566406250 +0.300781250000 +0.050537109375 +-0.142578125000 +-0.109863281250 +0.040283203125 +0.057861328125 +0.104980468750 +-0.036621093750 +0.136718750000 +0.162109375000 +0.147460937500 +-0.055419921875 +-0.018676757812 +0.132812500000 +-0.081542968750 +-0.089355468750 +0.108398437500 +-0.127929687500 +-0.117187500000 +-0.203125000000 +0.036621093750 +-0.259765625000 +0.002639770508 +0.027587890625 +-0.239257812500 +0.102050781250 +-0.104003906250 +0.041992187500 +-0.039550781250 +0.162109375000 +0.088378906250 +-0.077148437500 +-0.062011718750 +-0.183593750000 +0.000473022461 +0.015991210938 +0.019287109375 +0.015441894531 +-0.117187500000 +0.091796875000 +-0.062011718750 +-0.118164062500 +-0.153320312500 +-0.020996093750 +-0.058105468750 +-0.034179687500 +-0.061279296875 +-0.114746093750 +-0.079589843750 +0.103515625000 +0.077636718750 +-0.059814453125 +-0.039550781250 +-0.039306640625 +-0.006072998047 +-0.134765625000 +-0.041992187500 +-0.243164062500 +0.098144531250 +-0.070312500000 +0.058349609375 +0.066406250000 +0.003128051758 +0.053466796875 +-0.062500000000 +-0.092773437500 +0.000452041626 +0.038330078125 +-0.048339843750 +0.067871093750 +0.061035156250 +-0.097167968750 +0.082031250000 +-0.042480468750 +0.015380859375 +0.123535156250 +0.146484375000 +-0.120605468750 +0.001609802246 +-0.069824218750 +-0.009216308594 +0.032226562500 +-0.010192871094 +0.002044677734 +-0.188476562500 +-0.009216308594 +0.115722656250 +0.094238281250 +-0.103027343750 +-0.000185966492 +0.209960937500 +0.053710937500 +-0.010009765625 +-0.173828125000 +-0.092285156250 +0.023559570312 +0.077148437500 +0.072753906250 +-0.019531250000 +0.001083374023 +0.051513671875 +0.030273437500 +-0.031494140625 +-0.124511718750 +-0.085937500000 +0.156250000000 +0.039550781250 +-0.022705078125 +-0.151367187500 +0.055175781250 +0.070800781250 +-0.034667968750 +0.122558593750 +0.046875000000 +-0.089843750000 +0.054443359375 +0.036865234375 +0.108398437500 +0.121093750000 +0.025268554688 +0.084960937500 +0.058349609375 +-0.101562500000 +-0.100097656250 +-0.009582519531 +-0.251953125000 +-0.014221191406 +-0.088867187500 +-0.091308593750 +0.098632812500 +-0.021606445312 +-0.062500000000 +0.267578125000 +0.024780273438 +-0.012390136719 +0.002502441406 +-0.061279296875 +-0.121582031250 +-0.267578125000 +-0.106933593750 +0.058105468750 +0.003829956055 +-0.058105468750 +0.161132812500 +0.020141601562 +0.285156250000 +-0.133789062500 +-0.007202148438 +0.240234375000 +0.039550781250 +0.172851562500 +0.031250000000 +0.051269531250 +0.128906250000 +0.029907226562 +-0.056152343750 +0.086425781250 +0.094726562500 +-0.194335937500 +-0.146484375000 +0.052734375000 +0.004241943359 +0.116210937500 +-0.037109375000 +-0.070800781250 +-0.081054687500 +0.030395507812 +0.039550781250 +-0.051025390625 +0.016235351562 +-0.084960937500 +-0.171875000000 +-0.038818359375 +-0.095703125000 +0.184570312500 +-0.044921875000 +0.105468750000 +-0.017700195312 +-0.119628906250 +0.015380859375 +-0.076660156250 +0.094726562500 +0.063476562500 +0.056152343750 +0.089355468750 +-0.060791015625 +0.003280639648 +-0.095214843750 +-0.063476562500 +-0.218750000000 +-0.023315429688 +0.067871093750 +-0.102050781250 +0.072753906250 +-0.099609375000 +-0.016723632812 +0.197265625000 +-0.052734375000 +0.006683349609 +-0.030639648438 +0.101562500000 +-0.012878417969 +-0.045166015625 +0.033935546875 +0.030761718750 +0.147460937500 +-0.079589843750 +-0.246093750000 +0.135742187500 +-0.078613281250 +-0.116210937500 +-0.041748046875 +-0.114746093750 +-0.090332031250 +0.042236328125 +0.109863281250 +0.003723144531 +-0.015380859375 +-0.046142578125 +-0.085449218750 +-0.028564453125 +0.203125000000 +-0.062255859375 +0.033691406250 +-0.008789062500 +0.062255859375 +0.025512695312 +0.104980468750 +-0.137695312500 +0.127929687500 +0.031250000000 +0.095214843750 +-0.005493164062 +0.109375000000 +0.087890625000 +-0.174804687500 +0.035644531250 +0.038330078125 +-0.091796875000 +0.073242187500 +0.132812500000 +-0.056640625000 +-0.126953125000 +0.085937500000 +0.087890625000 +0.088378906250 +-0.047363281250 +0.003875732422 +0.130859375000 +0.035156250000 +0.027587890625 +-0.002914428711 +0.046630859375 +-0.052978515625 +0.038818359375 +-0.043457031250 +-0.040283203125 +-0.182617187500 +0.143554687500 +-0.078125000000 +0.093750000000 +-0.104492187500 +-0.052490234375 +0.166992187500 +0.106933593750 +0.016967773438 +0.153320312500 +0.092773437500 +-0.030395507812 +0.158203125000 +0.030395507812 +0.081542968750 +-0.006866455078 +-0.014404296875 +0.001647949219 +0.059082031250 +-0.192382812500 +0.140625000000 +-0.062500000000 +0.068359375000 +0.175781250000 +-0.069335937500 +-0.075683593750 +-0.047607421875 +-0.001716613770 +0.065917968750 +0.007568359375 +0.080566406250 +-0.005615234375 +0.043457031250 +0.062011718750 +-0.073730468750 +-0.105957031250 +0.150390625000 +0.180664062500 +-0.065917968750 +0.061035156250 +-0.104003906250 +0.068359375000 +-0.091796875000 +0.100097656250 +-0.115234375000 +-0.173828125000 +-0.197265625000 +0.036621093750 +-0.029052734375 +-0.098144531250 +0.139648437500 +0.375000000000 +-0.041015625000 +-0.214843750000 +0.041259765625 +-0.039550781250 +0.084960937500 +0.116699218750 +0.151367187500 +-0.060058593750 +0.046630859375 +0.118652343750 +-0.138671875000 +-0.114746093750 +-0.061035156250 +-0.032958984375 +0.017333984375 +0.069824218750 +0.109863281250 +-0.107421875000 +0.014343261719 +0.006256103516 +0.225585937500 +0.039306640625 +0.076660156250 +-0.010559082031 +0.119628906250 +-0.023803710938 +-0.310546875000 +-0.160156250000 +-0.175781250000 +-0.085449218750 +0.215820312500 +0.070312500000 +0.095214843750 +0.026123046875 +0.056640625000 +-0.014099121094 +0.017456054688 +-0.191406250000 +-0.012207031250 +0.006713867188 +-0.134765625000 +-0.051025390625 +-0.043457031250 +-0.032958984375 +-0.169921875000 +-0.126953125000 +-0.059082031250 +-0.046386718750 +0.178710937500 +-0.023315429688 +0.057373046875 +-0.142578125000 +-0.054443359375 +-0.038330078125 +0.116210937500 +-0.013793945312 +0.096191406250 +-0.104003906250 +-0.131835937500 +0.220703125000 +0.065917968750 +0.125976562500 +0.112792968750 +0.199218750000 +-0.057128906250 +0.094238281250 +-0.022216796875 +-0.007781982422 +0.060058593750 +-0.047119140625 +0.055664062500 +-0.002044677734 +0.119628906250 +0.205078125000 +-0.052246093750 +0.250000000000 +-0.008850097656 +-0.038330078125 +0.078613281250 +0.151367187500 +-0.289062500000 +0.157226562500 +-0.149414062500 +-0.054687500000 +-0.116210937500 +-0.026733398438 +0.022460937500 +0.065917968750 +-0.378906250000 +-0.008422851562 +0.024902343750 +-0.183593750000 +-0.007537841797 +-0.099121093750 +-0.163085937500 +-0.022338867188 +0.090332031250 +-0.006408691406 +0.188476562500 +0.003387451172 +-0.102050781250 +-0.012695312500 +-0.163085937500 +0.009277343750 +-0.052490234375 +-0.045410156250 +-0.005645751953 +0.091796875000 +-0.104492187500 +0.033447265625 +0.021362304688 +0.034912109375 +0.166992187500 +0.018920898438 +-0.113281250000 +-0.102050781250 +0.172851562500 +-0.062255859375 +-0.147460937500 +0.009399414062 +0.000093460083 +0.147460937500 +0.171875000000 +-0.014160156250 +0.006469726562 +-0.041015625000 +-0.033447265625 +-0.172851562500 +0.142578125000 +-0.039550781250 +-0.110839843750 +-0.067871093750 +0.107910156250 +0.026977539062 +0.001205444336 +0.216796875000 +-0.076660156250 +-0.065429687500 +-0.025146484375 +-0.113281250000 +-0.040527343750 +-0.107910156250 +-0.069824218750 +-0.166992187500 +-0.129882812500 +-0.095703125000 +-0.006927490234 +-0.021850585938 +0.251953125000 +-0.017211914062 +-0.198242187500 +0.073730468750 +0.154296875000 +0.028808593750 +0.206054687500 +0.112304687500 +-0.008483886719 +-0.208984375000 +-0.163085937500 +0.084960937500 +-0.051269531250 +0.018554687500 +0.075195312500 +0.043212890625 +0.017822265625 +0.031494140625 +-0.033447265625 +-0.093261718750 +-0.169921875000 +-0.020996093750 +0.182617187500 +0.025634765625 +0.037353515625 +0.032958984375 +0.110351562500 +-0.032226562500 +-0.010437011719 +-0.009460449219 +-0.269531250000 +-0.019897460938 +0.013427734375 +0.017333984375 +0.028076171875 +0.012695312500 +0.009704589844 +0.032470703125 +0.176757812500 +-0.031494140625 +-0.090820312500 +0.089355468750 +-0.129882812500 +0.111328125000 +-0.016113281250 +-0.103515625000 +0.044189453125 +-0.074707031250 +0.166992187500 +0.026977539062 +0.060791015625 +0.022094726562 +0.217773437500 +-0.012084960938 +0.132812500000 +0.040527343750 +-0.164062500000 +-0.069824218750 +-0.111328125000 +-0.086425781250 +-0.043945312500 +-0.238281250000 +-0.109863281250 +-0.106445312500 +-0.006439208984 +0.032470703125 +-0.024902343750 +0.109375000000 +-0.118164062500 +0.059570312500 +0.074707031250 +-0.026977539062 +-0.050292968750 +0.063476562500 +0.042236328125 +-0.018310546875 +-0.062011718750 +-0.250000000000 +0.106445312500 +0.151367187500 +0.049804687500 +-0.077636718750 +0.009338378906 +-0.062255859375 +0.030639648438 +-0.103027343750 +0.151367187500 +-0.027832031250 +-0.005767822266 +-0.048828125000 +-0.098632812500 +0.059326171875 +0.122070312500 +-0.135742187500 +-0.149414062500 +0.096191406250 +-0.013916015625 +0.166992187500 +-0.055419921875 +0.064941406250 +-0.195312500000 +-0.091796875000 +-0.002609252930 +-0.033447265625 +-0.269531250000 +-0.024658203125 +0.199218750000 +-0.089843750000 +-0.101562500000 +-0.090820312500 +-0.032714843750 +0.057617187500 +0.145507812500 +-0.220703125000 +0.099121093750 +0.035400390625 +0.057861328125 +0.126953125000 +-0.006317138672 +-0.112792968750 +0.093750000000 +0.005035400391 +-0.082031250000 +0.058593750000 +-0.025024414062 +0.000625610352 +-0.101562500000 +-0.273437500000 +0.055419921875 +0.239257812500 +-0.065917968750 +-0.077636718750 +-0.100585937500 +-0.014404296875 +0.116210937500 +0.000068187714 +0.019165039062 +0.065917968750 +0.068359375000 +-0.024414062500 +0.220703125000 +0.064453125000 +-0.180664062500 +-0.009094238281 +0.062255859375 +0.115234375000 +-0.066406250000 +-0.019531250000 +-0.007995605469 +-0.017456054688 +-0.038330078125 +-0.078613281250 +-0.012512207031 +0.134765625000 +0.106445312500 +-0.119628906250 +-0.073730468750 +0.015014648438 +-0.080078125000 +0.009338378906 +-0.120117187500 +0.062988281250 +-0.031494140625 +0.151367187500 +0.082031250000 +-0.011291503906 +0.084960937500 +-0.152343750000 +-0.152343750000 +0.058837890625 +-0.000377655029 +0.074218750000 +-0.227539062500 +0.008117675781 +0.034667968750 +-0.002563476562 +0.038818359375 +-0.001922607422 +0.007415771484 +0.181640625000 +-0.094238281250 +0.031982421875 +-0.045654296875 +-0.058837890625 +-0.215820312500 +-0.070312500000 +0.112304687500 +0.127929687500 +-0.019531250000 +0.040527343750 +-0.074707031250 +0.133789062500 +-0.125976562500 +0.367187500000 +0.055664062500 +-0.025146484375 +-0.147460937500 +0.120605468750 +-0.109863281250 +0.236328125000 +-0.228515625000 +-0.012329101562 +0.195312500000 +0.038574218750 +0.055175781250 +-0.038574218750 +-0.034179687500 +-0.056396484375 +0.009643554688 +-0.051513671875 +-0.025512695312 +0.087402343750 +-0.047607421875 +0.091796875000 +-0.085449218750 +0.125976562500 +-0.005340576172 +-0.059570312500 +-0.136718750000 +-0.126953125000 +0.056396484375 +-0.040771484375 +0.110351562500 +0.084472656250 +0.049560546875 +-0.017211914062 +-0.016235351562 +-0.144531250000 +0.026245117188 +0.120605468750 +-0.275390625000 +-0.123046875000 +-0.167968750000 +0.031127929688 +0.024047851562 +-0.042968750000 +0.007019042969 +-0.071289062500 +0.061523437500 +0.062988281250 +-0.033203125000 +0.152343750000 +0.145507812500 +0.069335937500 +0.010131835938 +-0.063964843750 +0.001449584961 +-0.025146484375 +-0.006011962891 +-0.022094726562 +-0.004852294922 +-0.110351562500 +0.108886718750 +-0.000820159912 +0.008300781250 +0.053466796875 +-0.138671875000 +0.077636718750 +-0.064941406250 +0.050537109375 +0.065429687500 +0.039550781250 +0.006866455078 +0.078125000000 +0.067871093750 +0.034667968750 +0.033935546875 +0.015441894531 +0.145507812500 +-0.092773437500 +-0.071289062500 +0.050537109375 +0.020507812500 +0.065429687500 +-0.117675781250 +0.022949218750 +0.090332031250 +0.005157470703 +-0.220703125000 +0.052490234375 +0.076171875000 +-0.042968750000 +-0.116210937500 +-0.085937500000 +-0.020996093750 +0.177734375000 +0.002395629883 +0.042968750000 +-0.050781250000 +-0.125000000000 +0.092773437500 +0.009033203125 +0.073242187500 +0.219726562500 +-0.095214843750 +0.013000488281 +0.034667968750 +0.092285156250 +0.007751464844 +0.120117187500 +0.072753906250 +0.048095703125 +0.210937500000 +-0.114257812500 +0.171875000000 +0.030639648438 +-0.067871093750 +0.020507812500 +0.034912109375 +0.131835937500 +-0.111816406250 +0.119140625000 +0.215820312500 +-0.160156250000 +-0.067382812500 +-0.123046875000 +-0.075195312500 +-0.064941406250 +0.026977539062 +0.125000000000 +-0.089355468750 +0.100585937500 +-0.088867187500 +-0.154296875000 +0.149414062500 +-0.112792968750 +0.119140625000 +0.141601562500 +0.104980468750 +0.137695312500 +-0.007873535156 +0.086425781250 +0.019897460938 +-0.226562500000 +0.046875000000 +0.234375000000 +-0.011169433594 +0.113281250000 +0.029174804688 +-0.061035156250 +0.125976562500 +0.053955078125 +0.018554687500 +-0.002548217773 +-0.128906250000 +-0.171875000000 +-0.007080078125 +0.034667968750 +0.095703125000 +-0.008789062500 +-0.200195312500 +0.121093750000 +-0.177734375000 +-0.104492187500 +-0.190429687500 +-0.158203125000 +-0.130859375000 +0.129882812500 +0.010009765625 +0.015991210938 +-0.012023925781 +-0.023681640625 +0.102050781250 +-0.058837890625 +-0.008422851562 +0.251953125000 +0.081054687500 +-0.150390625000 +0.006561279297 +0.168945312500 +-0.111816406250 +-0.021362304688 +-0.016723632812 +0.019775390625 +-0.019531250000 +-0.058349609375 +0.050781250000 +0.043457031250 +0.020751953125 +0.009643554688 +-0.109863281250 +0.067871093750 +-0.159179687500 +0.043945312500 +0.062500000000 +-0.097656250000 +0.062988281250 +0.028198242188 +-0.171875000000 +0.018310546875 +-0.145507812500 +0.054931640625 +0.109863281250 +-0.057861328125 +-0.002197265625 +-0.021850585938 +0.099121093750 +-0.062988281250 +-0.030883789062 +0.009948730469 +-0.114746093750 +0.077148437500 +-0.009338378906 +0.006958007812 +0.080566406250 +-0.231445312500 +-0.003967285156 +0.083496093750 +0.014160156250 +-0.106445312500 +-0.058593750000 +-0.173828125000 +-0.054443359375 +-0.025268554688 +0.041015625000 +-0.157226562500 +-0.056396484375 +-0.065429687500 +0.294921875000 +-0.100585937500 +0.003967285156 +-0.132812500000 +0.113769531250 +-0.097167968750 +-0.137695312500 +-0.150390625000 +-0.102050781250 +-0.007537841797 +-0.204101562500 +-0.097167968750 +0.291015625000 +0.128906250000 +-0.060302734375 +-0.060058593750 +-0.005065917969 +0.017944335938 +0.187500000000 +-0.047851562500 +0.086425781250 +0.018310546875 +0.093261718750 +0.047119140625 +-0.037353515625 +0.083007812500 +0.138671875000 +-0.166992187500 +-0.087402343750 +0.011230468750 +-0.086425781250 +-0.141601562500 +-0.056640625000 +-0.005310058594 +-0.023681640625 +0.059326171875 +0.076660156250 +0.068847656250 +-0.054199218750 +-0.038574218750 +0.126953125000 +0.072265625000 +-0.025146484375 +-0.182617187500 +-0.004669189453 +-0.062988281250 +0.080566406250 +0.100097656250 +0.010620117188 +-0.129882812500 +-0.217773437500 +-0.071777343750 +-0.066894531250 +-0.095703125000 +0.117675781250 +0.025268554688 +0.066894531250 +0.079589843750 +0.013854980469 +0.086914062500 +0.041992187500 +-0.220703125000 +0.007751464844 +0.075683593750 +0.078613281250 +0.228515625000 +-0.039550781250 +0.207031250000 +-0.039550781250 +-0.029052734375 +0.040771484375 +0.117675781250 +0.054687500000 +0.084472656250 +-0.077148437500 +-0.283203125000 +-0.006439208984 +-0.023681640625 +0.240234375000 +0.116699218750 +-0.104003906250 +-0.142578125000 +0.080566406250 +0.072265625000 +0.064941406250 +-0.271484375000 +0.133789062500 +0.112792968750 +-0.108886718750 +0.074707031250 +-0.140625000000 +0.158203125000 +-0.082031250000 +-0.039306640625 +0.040527343750 +-0.077636718750 +0.018920898438 +-0.061767578125 +-0.004547119141 +0.168945312500 +-0.191406250000 +-0.009826660156 +-0.235351562500 +0.061035156250 +-0.253906250000 +-0.016113281250 +0.030761718750 +-0.034179687500 +0.072753906250 +-0.071289062500 +-0.148437500000 +0.024780273438 +-0.011413574219 +0.058105468750 +-0.073242187500 +0.044921875000 +0.156250000000 +-0.093750000000 +0.005126953125 +0.043945312500 +-0.003097534180 +-0.162109375000 +-0.087890625000 +-0.026123046875 +-0.102050781250 +0.031127929688 +-0.028076171875 +0.023437500000 +-0.189453125000 +0.055175781250 +0.051025390625 +0.053710937500 +0.032958984375 +0.022583007812 +0.054687500000 +0.136718750000 +0.114746093750 +-0.110351562500 +-0.106933593750 +0.130859375000 +0.038085937500 +0.056152343750 +-0.114257812500 +-0.032958984375 +-0.201171875000 +-0.022705078125 +0.060791015625 +0.005187988281 +-0.003341674805 +-0.055419921875 +0.032958984375 +-0.120117187500 +0.011352539062 +0.020263671875 +-0.006439208984 +-0.059570312500 +0.032226562500 +0.021850585938 +0.065917968750 +-0.373046875000 +0.021118164062 +-0.122558593750 +-0.025756835938 +-0.123535156250 +-0.135742187500 +-0.011413574219 +0.101074218750 +-0.197265625000 +0.021484375000 +0.014221191406 +-0.043945312500 +0.062988281250 +0.060546875000 +0.059326171875 +-0.095214843750 +-0.008422851562 +-0.132812500000 +0.025634765625 +0.029541015625 +0.097656250000 +0.016479492188 +0.019775390625 +-0.124023437500 +0.009765625000 +0.066894531250 +0.010253906250 +0.056640625000 +-0.106933593750 +-0.151367187500 +-0.265625000000 +0.277343750000 +-0.225585937500 +-0.134765625000 +0.314453125000 +0.041503906250 +0.056640625000 +-0.131835937500 +-0.063964843750 +-0.005950927734 +0.041992187500 +0.007415771484 +0.044189453125 +-0.063964843750 +-0.018798828125 +-0.037841796875 +-0.046386718750 +-0.080566406250 +0.081542968750 +0.029052734375 +-0.154296875000 +0.023437500000 +0.049560546875 +0.077148437500 +-0.043701171875 +-0.042480468750 +0.078613281250 +-0.166992187500 +-0.009887695312 +-0.056152343750 +-0.123535156250 +0.007049560547 +0.006744384766 +-0.138671875000 +-0.108886718750 +-0.069824218750 +0.140625000000 +-0.170898437500 +0.072265625000 +0.062988281250 +-0.020385742188 +-0.048339843750 +0.158203125000 +-0.052490234375 +-0.051269531250 +-0.232421875000 +-0.061767578125 +0.037597656250 +-0.060302734375 +0.075195312500 +-0.054199218750 +-0.097167968750 +-0.175781250000 +0.040283203125 +-0.091308593750 +-0.016967773438 +0.129882812500 +0.079589843750 +0.046386718750 +-0.052978515625 +0.173828125000 +0.070312500000 +-0.045898437500 +-0.033447265625 +0.059570312500 +-0.069824218750 +-0.215820312500 +-0.243164062500 +-0.194335937500 +-0.038818359375 +0.075195312500 +-0.001754760742 +0.150390625000 +-0.001251220703 +0.042480468750 +-0.134765625000 +-0.120605468750 +-0.083496093750 +0.167968750000 +0.123046875000 +0.079101562500 +-0.265625000000 +-0.181640625000 +0.259765625000 +-0.112304687500 +-0.062500000000 +-0.081054687500 +0.001190185547 +0.099121093750 +-0.104492187500 +-0.072265625000 +-0.045654296875 +0.023803710938 +0.081054687500 +-0.111328125000 +0.250000000000 +-0.081542968750 +0.030273437500 +0.118652343750 +0.027832031250 +0.041259765625 +0.041748046875 +0.034667968750 +0.006958007812 +-0.289062500000 +0.061279296875 +-0.076660156250 +-0.022460937500 +0.010986328125 +-0.101074218750 +-0.039306640625 +0.002700805664 +-0.098144531250 +-0.119140625000 +0.042724609375 +-0.105957031250 +-0.057617187500 +-0.063476562500 +0.080078125000 +-0.125976562500 +-0.204101562500 +-0.043701171875 +-0.188476562500 +-0.054687500000 +-0.150390625000 +-0.126953125000 +0.190429687500 +0.150390625000 +0.043212890625 +0.059814453125 +-0.129882812500 +0.048095703125 +0.152343750000 +0.072753906250 +-0.019165039062 +0.065429687500 +-0.031738281250 +-0.050292968750 +0.049804687500 +0.127929687500 +-0.152343750000 +0.031250000000 +0.028320312500 +-0.072265625000 +-0.195312500000 +-0.057128906250 +0.031250000000 +-0.005950927734 +0.103515625000 +-0.083984375000 +-0.092773437500 +0.045410156250 +0.085937500000 +0.029174804688 +-0.019897460938 +-0.053222656250 +0.181640625000 +0.058593750000 +-0.046386718750 +-0.091308593750 +0.075683593750 +0.095703125000 +-0.135742187500 +-0.143554687500 +0.056884765625 +0.077636718750 +-0.132812500000 +0.043457031250 +-0.073730468750 +-0.038330078125 +-0.068847656250 +0.016723632812 +-0.025634765625 +-0.021484375000 +0.035400390625 +0.022460937500 +0.090820312500 +0.114257812500 +0.025512695312 +0.144531250000 +-0.109863281250 +0.053955078125 +-0.153320312500 +-0.175781250000 +0.006652832031 +-0.074707031250 +0.198242187500 +0.027221679688 +-0.202148437500 +0.149414062500 +0.089843750000 +0.021972656250 +0.028564453125 +0.078125000000 +-0.145507812500 +0.075195312500 +-0.052490234375 +-0.049804687500 +0.041748046875 +0.031494140625 +-0.140625000000 +-0.136718750000 +-0.050292968750 +0.017211914062 +-0.102539062500 +-0.150390625000 +0.126953125000 +-0.094238281250 +-0.129882812500 +-0.038085937500 +-0.087890625000 +0.111328125000 +-0.123535156250 +-0.038574218750 +-0.048583984375 +0.198242187500 +0.005767822266 +-0.046630859375 +0.041259765625 +0.174804687500 +0.190429687500 +0.019653320312 +-0.108398437500 +0.122070312500 diff --git a/AI_Engine_Development/AIE-MLv2/Design_Tutorials/01-Radio-ML/aie/radioml_top/data/w16_biases-rtp.txt b/AI_Engine_Development/AIE-MLv2/Design_Tutorials/01-Radio-ML/aie/radioml_top/data/w16_biases-rtp.txt new file mode 100644 index 0000000000..974efedc32 --- /dev/null +++ b/AI_Engine_Development/AIE-MLv2/Design_Tutorials/01-Radio-ML/aie/radioml_top/data/w16_biases-rtp.txt @@ -0,0 +1,128 @@ +0.151367187500 +0.104980468750 +0.099609375000 +0.083984375000 +0.031738281250 +0.106933593750 +0.017333984375 +0.030517578125 +-0.016845703125 +0.011535644531 +0.155273437500 +0.183593750000 +0.024658203125 +0.116210937500 +0.095214843750 +0.065429687500 +-0.037597656250 +0.132812500000 +-0.105957031250 +0.147460937500 +0.099609375000 +0.066406250000 +0.240234375000 +0.100097656250 +0.037109375000 +0.073242187500 +0.222656250000 +0.037841796875 +-0.020996093750 +0.190429687500 +0.027221679688 +0.044189453125 +-0.016967773438 +0.283203125000 +-0.018310546875 +0.030273437500 +0.187500000000 +0.072265625000 +0.184570312500 +-0.042968750000 +0.320312500000 +0.184570312500 +-0.037597656250 +-0.275390625000 +0.119628906250 +0.230468750000 +0.057861328125 +0.108398437500 +0.134765625000 +0.007232666016 +0.178710937500 +0.095214843750 +0.094726562500 +-0.060302734375 +0.045410156250 +0.130859375000 +0.066406250000 +0.168945312500 +0.137695312500 +0.034912109375 +0.007781982422 +0.037841796875 +-0.125976562500 +0.024414062500 +-0.002410888672 +-0.055908203125 +-0.029174804688 +-0.024414062500 +-0.184570312500 +-0.030761718750 +0.020751953125 +-0.006713867188 +0.251953125000 +0.207031250000 +0.396484375000 +0.141601562500 +0.073242187500 +-0.052978515625 +0.084960937500 +-0.060058593750 +0.032470703125 +-0.003494262695 +0.208984375000 +0.004760742188 +0.162109375000 +0.171875000000 +0.044921875000 +0.182617187500 +0.096679687500 +0.000476837158 +0.023803710938 +0.162109375000 +0.133789062500 +0.164062500000 +0.090820312500 +0.103027343750 +0.126953125000 +-0.084472656250 +0.025268554688 +0.202148437500 +0.191406250000 +0.079589843750 +-0.111816406250 +-0.037841796875 +-0.173828125000 +0.111816406250 +0.076660156250 +0.017211914062 +0.038818359375 +0.019287109375 +-0.125976562500 +0.174804687500 +-0.001213073730 +0.021484375000 +0.165039062500 +0.101562500000 +0.016235351562 +0.051025390625 +0.131835937500 +0.197265625000 +0.330078125000 +0.174804687500 +0.131835937500 +0.103027343750 +-0.056640625000 +0.120605468750 +0.296875000000 +0.043701171875 diff --git a/AI_Engine_Development/AIE-MLv2/Design_Tutorials/01-Radio-ML/aie/radioml_top/data/w17_biases-rtp.txt b/AI_Engine_Development/AIE-MLv2/Design_Tutorials/01-Radio-ML/aie/radioml_top/data/w17_biases-rtp.txt new file mode 100644 index 0000000000..85bd94cd82 --- /dev/null +++ b/AI_Engine_Development/AIE-MLv2/Design_Tutorials/01-Radio-ML/aie/radioml_top/data/w17_biases-rtp.txt @@ -0,0 +1,128 @@ +0.191406250000 +-0.120605468750 +0.080078125000 +0.184570312500 +0.100585937500 +-0.007141113281 +-0.083007812500 +0.211914062500 +0.051269531250 +-0.077636718750 +-0.129882812500 +-0.025268554688 +0.042236328125 +-0.005828857422 +-0.036621093750 +-0.079101562500 +0.196289062500 +-0.053955078125 +0.188476562500 +-0.029174804688 +-0.120605468750 +0.039306640625 +-0.062011718750 +-0.005065917969 +-0.005432128906 +0.148437500000 +0.027465820312 +0.228515625000 +0.243164062500 +0.002166748047 +0.050781250000 +-0.103027343750 +0.067871093750 +0.070800781250 +0.150390625000 +0.186523437500 +-0.086425781250 +0.003448486328 +0.085449218750 +-0.079589843750 +0.055175781250 +-0.203125000000 +0.131835937500 +0.027832031250 +0.140625000000 +-0.095703125000 +-0.151367187500 +-0.023193359375 +0.154296875000 +0.067871093750 +0.191406250000 +-0.128906250000 +-0.047119140625 +0.148437500000 +-0.048583984375 +0.172851562500 +0.061523437500 +0.169921875000 +0.033447265625 +-0.018310546875 +-0.059082031250 +0.030273437500 +-0.114257812500 +0.190429687500 +-0.094238281250 +-0.096191406250 +0.098632812500 +0.003860473633 +-0.002014160156 +-0.271484375000 +0.257812500000 +0.047851562500 +0.155273437500 +0.172851562500 +-0.051513671875 +0.169921875000 +-0.045166015625 +0.079101562500 +0.210937500000 +0.154296875000 +-0.102050781250 +0.051513671875 +0.027221679688 +0.191406250000 +0.055908203125 +-0.038330078125 +0.208984375000 +-0.124511718750 +-0.055419921875 +0.218750000000 +0.062500000000 +0.281250000000 +0.130859375000 +-0.020751953125 +-0.053710937500 +-0.163085937500 +0.135742187500 +0.086425781250 +0.277343750000 +0.085937500000 +0.058105468750 +-0.038330078125 +0.063964843750 +0.255859375000 +-0.010437011719 +-0.005157470703 +-0.075683593750 +0.038085937500 +0.131835937500 +-0.121093750000 +-0.123535156250 +0.187500000000 +0.057861328125 +-0.039794921875 +-0.209960937500 +0.221679687500 +0.193359375000 +-0.057373046875 +0.182617187500 +-0.125000000000 +-0.108886718750 +-0.123046875000 +-0.032226562500 +-0.093261718750 +-0.088867187500 +-0.190429687500 +0.198242187500 +0.243164062500 diff --git a/AI_Engine_Development/AIE-MLv2/Design_Tutorials/01-Radio-ML/aie/radioml_top/data/w17_weights-rtp.txt b/AI_Engine_Development/AIE-MLv2/Design_Tutorials/01-Radio-ML/aie/radioml_top/data/w17_weights-rtp.txt new file mode 100644 index 0000000000..19d3b97b53 --- /dev/null +++ b/AI_Engine_Development/AIE-MLv2/Design_Tutorials/01-Radio-ML/aie/radioml_top/data/w17_weights-rtp.txt @@ -0,0 +1,16384 @@ +-0.034667968750 +0.202148437500 +0.169921875000 +0.137695312500 +0.139648437500 +0.089843750000 +-0.138671875000 +0.007263183594 +0.058593750000 +0.055419921875 +-0.002746582031 +-0.033203125000 +0.058349609375 +0.077636718750 +-0.082031250000 +0.092773437500 +-0.032958984375 +-0.005676269531 +-0.128906250000 +-0.213867187500 +0.168945312500 +0.030151367188 +0.170898437500 +0.141601562500 +0.060791015625 +0.048339843750 +0.202148437500 +-0.138671875000 +-0.123535156250 +-0.138671875000 +-0.165039062500 +-0.100097656250 +-0.057373046875 +0.191406250000 +-0.083984375000 +0.088867187500 +0.054199218750 +-0.009277343750 +0.017089843750 +-0.045166015625 +-0.024291992188 +-0.094238281250 +-0.001609802246 +0.005737304688 +-0.029418945312 +0.192382812500 +-0.233398437500 +-0.083984375000 +-0.077148437500 +-0.121093750000 +0.003677368164 +0.004577636719 +-0.092285156250 +-0.080078125000 +0.034667968750 +0.049804687500 +0.119140625000 +0.136718750000 +0.208984375000 +0.106933593750 +0.057128906250 +0.155273437500 +-0.071777343750 +0.016479492188 +0.007110595703 +0.080566406250 +-0.011535644531 +-0.106933593750 +-0.056396484375 +0.206054687500 +-0.043701171875 +-0.125000000000 +-0.205078125000 +-0.124511718750 +-0.143554687500 +-0.023193359375 +0.012084960938 +-0.062500000000 +0.062988281250 +0.053955078125 +0.194335937500 +0.033447265625 +-0.170898437500 +-0.107421875000 +-0.068847656250 +0.079101562500 +0.047363281250 +-0.166015625000 +-0.078125000000 +-0.205078125000 +0.099121093750 +0.071777343750 +-0.031494140625 +0.089355468750 +-0.099121093750 +-0.098144531250 +-0.157226562500 +0.086914062500 +0.024780273438 +0.225585937500 +-0.089843750000 +-0.139648437500 +-0.050048828125 +-0.015869140625 +-0.048828125000 +-0.104003906250 +-0.019165039062 +-0.165039062500 +0.069824218750 +-0.044433593750 +-0.022949218750 +-0.144531250000 +-0.068359375000 +-0.066406250000 +0.066894531250 +-0.041503906250 +-0.052001953125 +-0.104492187500 +-0.065917968750 +0.056152343750 +0.088378906250 +-0.021850585938 +0.022827148438 +0.092773437500 +-0.057861328125 +0.302734375000 +0.011718750000 +-0.022583007812 +-0.112304687500 +0.029174804688 +-0.074707031250 +0.009094238281 +0.032470703125 +0.096679687500 +0.031738281250 +0.059082031250 +-0.005645751953 +0.058349609375 +-0.009216308594 +-0.134765625000 +0.062500000000 +-0.184570312500 +-0.038818359375 +0.062988281250 +0.030883789062 +-0.149414062500 +0.099121093750 +0.089843750000 +-0.058349609375 +0.102050781250 +-0.110839843750 +-0.085449218750 +-0.025634765625 +-0.166015625000 +0.129882812500 +-0.326171875000 +0.008361816406 +0.043701171875 +-0.043212890625 +-0.118164062500 +-0.010864257812 +0.087890625000 +0.039794921875 +-0.047607421875 +-0.016479492188 +-0.027221679688 +-0.080566406250 +0.138671875000 +-0.112792968750 +0.074707031250 +-0.052001953125 +0.000900268555 +-0.079589843750 +-0.176757812500 +0.051025390625 +-0.018798828125 +-0.071777343750 +0.002441406250 +0.062500000000 +0.049804687500 +-0.193359375000 +-0.024414062500 +-0.049072265625 +0.213867187500 +-0.117675781250 +0.046630859375 +-0.106445312500 +0.025634765625 +0.099609375000 +-0.045898437500 +0.016845703125 +0.017211914062 +-0.073242187500 +-0.087890625000 +0.078613281250 +-0.052734375000 +-0.118652343750 +0.328125000000 +-0.035400390625 +0.134765625000 +-0.070312500000 +0.148437500000 +0.140625000000 +0.055175781250 +0.025756835938 +0.078125000000 +0.036376953125 +0.032226562500 +-0.060058593750 +-0.067382812500 +-0.018310546875 +-0.084960937500 +0.099609375000 +0.010681152344 +0.004913330078 +-0.037109375000 +0.063476562500 +-0.035644531250 +0.267578125000 +0.103515625000 +-0.082031250000 +0.227539062500 +0.027343750000 +-0.073730468750 +0.152343750000 +0.041992187500 +0.015747070312 +-0.004302978516 +-0.055175781250 +0.098144531250 +0.102539062500 +0.000049829483 +0.231445312500 +0.182617187500 +-0.009887695312 +-0.292968750000 +0.196289062500 +-0.165039062500 +-0.178710937500 +-0.035644531250 +-0.012756347656 +0.144531250000 +0.072265625000 +0.141601562500 +-0.070800781250 +0.065917968750 +-0.166015625000 +-0.077636718750 +0.058105468750 +0.107910156250 +0.019531250000 +-0.114257812500 +-0.075195312500 +-0.073242187500 +0.047851562500 +-0.102050781250 +0.116210937500 +-0.026489257812 +-0.098144531250 +0.036376953125 +0.024047851562 +0.123046875000 +-0.041503906250 +0.010192871094 +-0.073242187500 +-0.054443359375 +-0.181640625000 +0.112304687500 +0.121582031250 +-0.071777343750 +0.124023437500 +-0.093261718750 +-0.091796875000 +-0.019653320312 +-0.065429687500 +0.055664062500 +-0.012695312500 +-0.009582519531 +-0.024658203125 +-0.019897460938 +-0.110351562500 +0.075683593750 +0.046142578125 +0.025268554688 +0.064453125000 +-0.135742187500 +0.065429687500 +-0.016357421875 +-0.102050781250 +0.036132812500 +0.149414062500 +0.130859375000 +-0.094238281250 +-0.016845703125 +0.148437500000 +0.138671875000 +-0.130859375000 +-0.154296875000 +-0.097167968750 +0.009033203125 +-0.104492187500 +-0.003356933594 +-0.148437500000 +0.081054687500 +-0.088378906250 +0.033447265625 +0.018676757812 +0.067871093750 +0.051269531250 +-0.171875000000 +-0.101074218750 +0.010559082031 +-0.101562500000 +-0.004821777344 +0.070800781250 +-0.095214843750 +0.094726562500 +0.263671875000 +-0.066894531250 +0.000103473663 +0.054443359375 +-0.049804687500 +-0.077636718750 +-0.059570312500 +0.035156250000 +0.151367187500 +-0.220703125000 +0.084960937500 +0.224609375000 +0.193359375000 +-0.101562500000 +-0.084472656250 +-0.090332031250 +0.068847656250 +0.104003906250 +-0.064941406250 +-0.059814453125 +0.033447265625 +-0.084472656250 +0.129882812500 +0.069824218750 +0.110351562500 +0.072753906250 +-0.133789062500 +-0.055419921875 +0.052978515625 +0.016235351562 +-0.165039062500 +0.056152343750 +0.075195312500 +0.001266479492 +-0.227539062500 +0.128906250000 +0.051025390625 +-0.042480468750 +0.111816406250 +-0.096679687500 +-0.116210937500 +0.035400390625 +0.020996093750 +0.024047851562 +0.033203125000 +0.148437500000 +0.012390136719 +-0.029418945312 +0.096191406250 +-0.085937500000 +-0.104980468750 +0.151367187500 +-0.129882812500 +0.073730468750 +0.002059936523 +0.039794921875 +0.011535644531 +0.007293701172 +0.048339843750 +-0.018066406250 +-0.107910156250 +-0.129882812500 +0.001777648926 +-0.035156250000 +-0.148437500000 +0.047607421875 +-0.051513671875 +0.125976562500 +-0.082031250000 +-0.097167968750 +-0.281250000000 +-0.045410156250 +0.074218750000 +-0.020507812500 +0.104492187500 +-0.088867187500 +0.040283203125 +0.025512695312 +0.096679687500 +-0.059082031250 +0.083496093750 +-0.024291992188 +0.014770507812 +-0.050781250000 +0.007812500000 +-0.113769531250 +-0.069335937500 +0.175781250000 +-0.195312500000 +-0.090820312500 +-0.015625000000 +0.073242187500 +0.045166015625 +0.066406250000 +-0.210937500000 +0.156250000000 +-0.067871093750 +0.055664062500 +-0.113281250000 +-0.140625000000 +0.167968750000 +-0.005889892578 +0.010864257812 +0.148437500000 +0.118652343750 +0.085449218750 +-0.007659912109 +-0.041015625000 +-0.004180908203 +-0.063476562500 +-0.170898437500 +0.026733398438 +0.021118164062 +0.085937500000 +-0.151367187500 +0.017456054688 +-0.066406250000 +-0.084960937500 +0.063964843750 +-0.114257812500 +-0.028564453125 +-0.193359375000 +0.096191406250 +-0.049560546875 +0.009887695312 +-0.052490234375 +-0.116210937500 +0.036621093750 +0.209960937500 +0.145507812500 +-0.271484375000 +-0.119628906250 +-0.049804687500 +0.069335937500 +0.073730468750 +-0.050537109375 +0.042236328125 +0.054443359375 +0.050048828125 +0.065917968750 +0.018066406250 +-0.034667968750 +0.011901855469 +-0.040771484375 +-0.127929687500 +0.052978515625 +0.004882812500 +-0.059082031250 +-0.082519531250 +-0.040283203125 +0.036132812500 +-0.055908203125 +0.131835937500 +-0.016845703125 +-0.067871093750 +-0.199218750000 +-0.044189453125 +0.015197753906 +0.153320312500 +0.019165039062 +-0.023925781250 +0.067871093750 +-0.108398437500 +-0.049804687500 +0.048095703125 +0.019287109375 +-0.158203125000 +0.042724609375 +0.010925292969 +-0.161132812500 +-0.088867187500 +-0.196289062500 +-0.201171875000 +-0.110351562500 +-0.150390625000 +-0.089843750000 +0.032958984375 +-0.208984375000 +0.207031250000 +-0.001091003418 +0.080078125000 +0.146484375000 +0.054687500000 +0.030883789062 +-0.070800781250 +0.120117187500 +-0.056396484375 +-0.021362304688 +0.060302734375 +-0.055664062500 +-0.002319335938 +-0.191406250000 +0.000804901123 +-0.097656250000 +0.095214843750 +-0.005096435547 +-0.008239746094 +-0.167968750000 +-0.041015625000 +0.056884765625 +-0.002655029297 +-0.149414062500 +0.111816406250 +0.014770507812 +0.020141601562 +-0.146484375000 +0.088378906250 +-0.145507812500 +-0.046386718750 +-0.003997802734 +0.322265625000 +0.038085937500 +-0.075683593750 +0.245117187500 +-0.050292968750 +0.067382812500 +-0.058837890625 +-0.047119140625 +0.129882812500 +0.157226562500 +0.040283203125 +-0.066894531250 +-0.255859375000 +-0.043457031250 +-0.045166015625 +-0.003799438477 +-0.086425781250 +0.071289062500 +0.087890625000 +0.083496093750 +0.005004882812 +-0.078613281250 +-0.126953125000 +-0.132812500000 +-0.188476562500 +0.144531250000 +0.071777343750 +-0.106445312500 +0.064941406250 +-0.133789062500 +-0.031494140625 +-0.126953125000 +0.163085937500 +0.024414062500 +-0.002639770508 +0.111328125000 +-0.000957489014 +0.072753906250 +-0.197265625000 +0.096191406250 +-0.156250000000 +0.139648437500 +-0.073730468750 +0.141601562500 +0.013305664062 +0.011657714844 +0.072265625000 +0.059326171875 +0.006317138672 +-0.046386718750 +0.105957031250 +-0.033691406250 +-0.102539062500 +-0.034423828125 +0.078613281250 +0.228515625000 +0.189453125000 +0.113281250000 +-0.221679687500 +0.052734375000 +0.103515625000 +-0.062988281250 +-0.004150390625 +0.104980468750 +-0.129882812500 +-0.101562500000 +0.078125000000 +0.006042480469 +-0.022949218750 +0.045898437500 +0.031982421875 +0.038818359375 +-0.036132812500 +-0.004791259766 +-0.076171875000 +-0.025634765625 +-0.124023437500 +-0.082031250000 +0.129882812500 +0.031738281250 +-0.080078125000 +-0.173828125000 +0.112304687500 +-0.087402343750 +-0.039794921875 +0.018432617188 +0.040283203125 +-0.064941406250 +0.023315429688 +-0.076171875000 +-0.032470703125 +-0.108398437500 +-0.141601562500 +-0.054443359375 +-0.306640625000 +-0.083007812500 +0.097656250000 +0.042968750000 +-0.058593750000 +0.080078125000 +0.174804687500 +-0.088378906250 +-0.039306640625 +-0.122558593750 +0.017578125000 +-0.159179687500 +0.080566406250 +-0.039062500000 +0.110839843750 +0.097167968750 +0.107421875000 +-0.016113281250 +-0.144531250000 +0.098632812500 +-0.152343750000 +-0.119140625000 +-0.050048828125 +-0.073730468750 +0.038818359375 +0.032226562500 +0.002700805664 +0.235351562500 +0.097167968750 +0.031494140625 +-0.057617187500 +-0.163085937500 +-0.008056640625 +0.159179687500 +0.131835937500 +-0.015625000000 +-0.009887695312 +-0.001358032227 +0.116210937500 +0.073730468750 +0.066894531250 +-0.090820312500 +-0.171875000000 +-0.040527343750 +0.203125000000 +-0.095214843750 +-0.044921875000 +0.054931640625 +0.022949218750 +-0.104980468750 +0.031005859375 +-0.147460937500 +-0.070312500000 +-0.096679687500 +-0.037597656250 +-0.009155273438 +0.085937500000 +0.029418945312 +0.314453125000 +0.028808593750 +-0.000329971313 +-0.061767578125 +-0.170898437500 +-0.083496093750 +0.016601562500 +-0.101074218750 +-0.110351562500 +-0.066894531250 +-0.067871093750 +-0.015625000000 +0.009338378906 +0.082031250000 +0.088867187500 +0.008178710938 +-0.064453125000 +0.082031250000 +-0.162109375000 +0.137695312500 +-0.096679687500 +-0.126953125000 +-0.227539062500 +-0.255859375000 +-0.045654296875 +-0.103027343750 +0.118164062500 +-0.089843750000 +-0.022827148438 +0.163085937500 +0.102539062500 +-0.126953125000 +0.002151489258 +-0.043701171875 +-0.020874023438 +-0.068847656250 +-0.002502441406 +-0.010498046875 +-0.057128906250 +-0.137695312500 +-0.006896972656 +-0.082031250000 +-0.020385742188 +0.174804687500 +-0.117187500000 +0.056396484375 +0.191406250000 +-0.064941406250 +-0.240234375000 +-0.192382812500 +0.034179687500 +0.069824218750 +-0.082519531250 +0.051513671875 +-0.058593750000 +0.061035156250 +0.051269531250 +0.037841796875 +0.063964843750 +0.107421875000 +0.118652343750 +0.032958984375 +0.132812500000 +-0.214843750000 +0.078125000000 +-0.181640625000 +-0.054199218750 +0.083007812500 +0.032470703125 +0.028198242188 +0.041015625000 +0.094726562500 +0.041015625000 +-0.021606445312 +-0.101562500000 +-0.029052734375 +-0.164062500000 +0.026611328125 +0.032470703125 +0.110839843750 +0.107421875000 +-0.185546875000 +0.008300781250 +0.040771484375 +0.070800781250 +-0.092285156250 +-0.087402343750 +-0.091796875000 +-0.099121093750 +-0.019897460938 +0.009277343750 +0.036865234375 +-0.145507812500 +-0.134765625000 +0.068359375000 +-0.094238281250 +-0.085937500000 +0.092773437500 +0.066894531250 +-0.094238281250 +-0.057128906250 +0.012451171875 +0.154296875000 +0.065429687500 +0.126953125000 +-0.032714843750 +0.086425781250 +-0.019531250000 +0.017578125000 +-0.010253906250 +-0.044433593750 +0.064453125000 +-0.104492187500 +0.040283203125 +0.112304687500 +-0.038085937500 +0.079589843750 +0.122070312500 +0.184570312500 +-0.012817382812 +0.281250000000 +-0.158203125000 +-0.005767822266 +0.054199218750 +0.136718750000 +-0.093750000000 +0.008056640625 +-0.072753906250 +0.013305664062 +0.167968750000 +0.115722656250 +-0.106445312500 +-0.024902343750 +-0.008422851562 +0.092285156250 +0.066894531250 +0.004516601562 +-0.052490234375 +0.196289062500 +0.008605957031 +0.036621093750 +0.068847656250 +-0.045410156250 +0.060791015625 +0.050048828125 +-0.022094726562 +-0.057617187500 +0.082519531250 +0.166992187500 +0.104980468750 +-0.057861328125 +-0.275390625000 +-0.034667968750 +0.067871093750 +0.089355468750 +-0.050537109375 +0.113769531250 +-0.117187500000 +0.053222656250 +-0.088867187500 +0.148437500000 +-0.204101562500 +-0.081054687500 +0.108398437500 +-0.024658203125 +0.079589843750 +0.020629882812 +0.025634765625 +0.049804687500 +0.199218750000 +0.013183593750 +0.121582031250 +-0.065429687500 +0.071777343750 +0.289062500000 +0.005096435547 +-0.191406250000 +0.026977539062 +-0.097656250000 +-0.049316406250 +0.125976562500 +0.007415771484 +0.093261718750 +-0.031494140625 +0.155273437500 +0.020019531250 +-0.057373046875 +0.112792968750 +-0.154296875000 +0.113281250000 +-0.083007812500 +-0.031494140625 +-0.003890991211 +0.032226562500 +0.085937500000 +0.041259765625 +-0.012756347656 +-0.027099609375 +0.061279296875 +0.120605468750 +0.111328125000 +0.012145996094 +-0.027465820312 +-0.170898437500 +-0.011291503906 +-0.047119140625 +-0.113281250000 +-0.129882812500 +0.099121093750 +-0.308593750000 +0.145507812500 +-0.250000000000 +0.174804687500 +-0.019775390625 +-0.064453125000 +-0.111328125000 +0.121093750000 +0.221679687500 +-0.107421875000 +-0.171875000000 +-0.158203125000 +0.070800781250 +0.055419921875 +0.155273437500 +0.005493164062 +0.054931640625 +-0.075195312500 +-0.147460937500 +-0.026000976562 +-0.029174804688 +0.072265625000 +-0.002029418945 +0.049560546875 +0.052001953125 +0.038085937500 +0.033691406250 +-0.083007812500 +-0.087402343750 +-0.094726562500 +0.026245117188 +0.066406250000 +0.014648437500 +-0.112792968750 +0.079101562500 +0.076660156250 +-0.044189453125 +0.102539062500 +0.003936767578 +-0.118652343750 +-0.065917968750 +-0.040283203125 +0.017456054688 +-0.136718750000 +-0.201171875000 +0.008239746094 +-0.007446289062 +0.001716613770 +0.100097656250 +-0.096679687500 +-0.114746093750 +-0.167968750000 +-0.015869140625 +-0.065917968750 +0.092285156250 +-0.129882812500 +0.066894531250 +0.001289367676 +-0.070800781250 +0.174804687500 +0.150390625000 +0.026611328125 +0.283203125000 +-0.083496093750 +-0.142578125000 +-0.028564453125 +0.125000000000 +-0.257812500000 +0.102539062500 +0.052978515625 +0.091308593750 +0.000850677490 +-0.058105468750 +-0.014221191406 +-0.058349609375 +-0.174804687500 +0.042724609375 +0.188476562500 +0.121582031250 +-0.068847656250 +0.235351562500 +-0.120117187500 +0.060791015625 +-0.025878906250 +-0.036132812500 +0.069335937500 +0.027832031250 +0.189453125000 +0.227539062500 +-0.013732910156 +-0.166015625000 +-0.145507812500 +-0.062500000000 +0.165039062500 +0.132812500000 +-0.093261718750 +0.092285156250 +0.155273437500 +0.017089843750 +0.069335937500 +0.092773437500 +0.099121093750 +-0.016479492188 +-0.043701171875 +-0.085937500000 +-0.078125000000 +0.023681640625 +0.075195312500 +-0.016845703125 +-0.113281250000 +0.141601562500 +-0.020751953125 +0.095214843750 +-0.086425781250 +-0.073242187500 +-0.207031250000 +-0.048583984375 +0.150390625000 +-0.177734375000 +0.004089355469 +-0.145507812500 +-0.051025390625 +-0.061035156250 +-0.005981445312 +0.013977050781 +0.008300781250 +0.053222656250 +0.017089843750 +0.049560546875 +0.129882812500 +0.103515625000 +-0.048828125000 +0.058349609375 +-0.080078125000 +0.051513671875 +0.059326171875 +0.036621093750 +-0.066406250000 +-0.200195312500 +-0.105957031250 +0.126953125000 +-0.072265625000 +0.049316406250 +0.083496093750 +-0.047607421875 +-0.123535156250 +0.041748046875 +-0.034179687500 +0.030151367188 +-0.166992187500 +-0.099121093750 +-0.221679687500 +-0.115234375000 +0.127929687500 +0.029174804688 +0.064941406250 +-0.071289062500 +-0.165039062500 +0.022583007812 +0.117675781250 +-0.053955078125 +-0.030761718750 +0.084960937500 +-0.069335937500 +0.137695312500 +-0.069824218750 +-0.152343750000 +0.031738281250 +-0.057617187500 +-0.009094238281 +-0.024902343750 +-0.006561279297 +-0.005249023438 +0.169921875000 +-0.006256103516 +-0.051757812500 +-0.120605468750 +0.003967285156 +0.069335937500 +0.039794921875 +0.054443359375 +-0.169921875000 +0.046386718750 +-0.005920410156 +-0.036621093750 +0.101562500000 +0.043945312500 +-0.120117187500 +0.135742187500 +0.004608154297 +-0.084472656250 +0.122558593750 +-0.051757812500 +-0.102050781250 +0.123046875000 +0.095703125000 +-0.061523437500 +-0.064941406250 +-0.009704589844 +-0.010070800781 +0.104980468750 +-0.287109375000 +0.031738281250 +-0.112304687500 +0.057373046875 +-0.058837890625 +-0.099121093750 +0.245117187500 +-0.099121093750 +-0.018676757812 +-0.042236328125 +-0.001838684082 +-0.125976562500 +0.060546875000 +0.013183593750 +0.074707031250 +-0.095703125000 +-0.035400390625 +-0.124023437500 +0.045898437500 +0.073730468750 +0.021362304688 +0.104980468750 +-0.002731323242 +-0.020996093750 +0.083007812500 +-0.236328125000 +0.153320312500 +-0.101074218750 +-0.031250000000 +-0.167968750000 +-0.051025390625 +-0.164062500000 +0.043945312500 +0.022338867188 +-0.157226562500 +0.104492187500 +-0.153320312500 +0.142578125000 +-0.069824218750 +0.086425781250 +-0.122070312500 +0.081542968750 +-0.051269531250 +-0.154296875000 +-0.062255859375 +-0.042968750000 +-0.012878417969 +-0.159179687500 +0.131835937500 +0.081542968750 +-0.060302734375 +-0.006134033203 +0.138671875000 +-0.072265625000 +-0.071289062500 +-0.089355468750 +0.031494140625 +-0.332031250000 +0.020751953125 +-0.091796875000 +0.055419921875 +0.021240234375 +-0.084960937500 +0.114746093750 +-0.057373046875 +-0.081542968750 +-0.060058593750 +0.086425781250 +-0.030151367188 +0.066894531250 +-0.107910156250 +-0.149414062500 +-0.044433593750 +0.209960937500 +0.242187500000 +-0.061035156250 +-0.196289062500 +0.057617187500 +0.047851562500 +0.043701171875 +0.142578125000 +0.160156250000 +-0.018432617188 +0.062988281250 +0.038574218750 +-0.219726562500 +-0.022705078125 +0.024169921875 +0.110839843750 +0.017456054688 +0.126953125000 +0.116699218750 +-0.017822265625 +-0.110351562500 +0.105468750000 +-0.011047363281 +0.008117675781 +-0.043945312500 +-0.037597656250 +0.180664062500 +-0.054931640625 +0.025268554688 +-0.060791015625 +0.002868652344 +0.101562500000 +-0.003326416016 +0.037353515625 +0.071777343750 +0.039550781250 +0.083496093750 +-0.191406250000 +-0.000080585480 +0.170898437500 +0.005523681641 +-0.062988281250 +0.025024414062 +-0.117675781250 +0.070800781250 +0.184570312500 +-0.063476562500 +-0.022216796875 +-0.085449218750 +-0.077148437500 +0.009338378906 +0.140625000000 +-0.031982421875 +0.066894531250 +-0.116699218750 +0.099609375000 +-0.047363281250 +-0.002197265625 +0.012329101562 +0.024902343750 +-0.056396484375 +-0.092773437500 +0.041748046875 +0.010864257812 +-0.071777343750 +0.066406250000 +-0.081054687500 +-0.060791015625 +-0.068359375000 +-0.127929687500 +0.132812500000 +0.005126953125 +-0.011779785156 +-0.021362304688 +-0.099609375000 +0.238281250000 +0.163085937500 +0.092285156250 +-0.047119140625 +0.083496093750 +0.148437500000 +0.005798339844 +0.099121093750 +0.006042480469 +0.179687500000 +-0.057128906250 +-0.117675781250 +-0.141601562500 +-0.007110595703 +0.007568359375 +0.139648437500 +-0.021606445312 +-0.153320312500 +-0.194335937500 +-0.077148437500 +-0.080566406250 +-0.052246093750 +0.062988281250 +0.049804687500 +0.009155273438 +0.161132812500 +-0.062500000000 +-0.137695312500 +0.138671875000 +0.196289062500 +0.105957031250 +-0.074218750000 +-0.030517578125 +0.058593750000 +-0.056884765625 +0.269531250000 +-0.179687500000 +-0.002700805664 +-0.099609375000 +0.093750000000 +0.036376953125 +-0.104980468750 +0.118164062500 +0.030395507812 +0.196289062500 +0.068359375000 +-0.065917968750 +0.154296875000 +0.084960937500 +0.010131835938 +0.033447265625 +0.109863281250 +0.075195312500 +-0.119140625000 +0.008972167969 +-0.169921875000 +-0.094238281250 +0.021362304688 +0.060058593750 +0.015380859375 +0.123535156250 +-0.017700195312 +-0.126953125000 +-0.134765625000 +0.011352539062 +-0.070312500000 +0.054443359375 +-0.237304687500 +-0.018798828125 +0.064453125000 +-0.030151367188 +0.053222656250 +0.125976562500 +0.054443359375 +-0.071289062500 +-0.002288818359 +-0.265625000000 +-0.008666992188 +-0.040527343750 +0.016235351562 +-0.139648437500 +-0.016601562500 +0.056152343750 +-0.001708984375 +-0.016235351562 +0.174804687500 +0.028686523438 +0.168945312500 +0.048828125000 +0.008972167969 +0.182617187500 +0.111816406250 +0.069824218750 +-0.052490234375 +0.018066406250 +-0.093261718750 +-0.009826660156 +-0.013244628906 +-0.014770507812 +-0.012634277344 +0.020996093750 +-0.075195312500 +-0.122070312500 +0.038818359375 +-0.218750000000 +-0.105957031250 +-0.050048828125 +-0.101562500000 +0.022216796875 +-0.044677734375 +-0.047119140625 +-0.176757812500 +-0.077148437500 +-0.021362304688 +0.088378906250 +0.105957031250 +0.080566406250 +0.041992187500 +0.029418945312 +-0.018676757812 +0.203125000000 +0.060791015625 +0.125000000000 +-0.049316406250 +-0.034667968750 +0.003112792969 +0.134765625000 +-0.072265625000 +0.022338867188 +-0.080566406250 +0.122558593750 +0.019653320312 +-0.098632812500 +-0.118652343750 +-0.042480468750 +0.000827789307 +-0.020385742188 +-0.041748046875 +-0.149414062500 +-0.144531250000 +-0.073242187500 +-0.158203125000 +0.021728515625 +0.005401611328 +0.093261718750 +0.049560546875 +-0.056152343750 +0.075683593750 +-0.067382812500 +-0.020019531250 +-0.033691406250 +0.007293701172 +0.008117675781 +0.159179687500 +0.135742187500 +0.057128906250 +-0.173828125000 +-0.172851562500 +0.049316406250 +-0.170898437500 +-0.059326171875 +0.048339843750 +-0.025634765625 +-0.055908203125 +0.176757812500 +-0.144531250000 +-0.030273437500 +0.061035156250 +0.076171875000 +0.017333984375 +-0.172851562500 +-0.029785156250 +-0.060058593750 +0.044677734375 +-0.102050781250 +0.099609375000 +-0.210937500000 +-0.145507812500 +0.072265625000 +0.049804687500 +-0.046386718750 +0.219726562500 +-0.166015625000 +-0.031127929688 +0.120605468750 +0.081542968750 +0.226562500000 +0.076660156250 +0.040283203125 +-0.125000000000 +-0.113769531250 +0.012939453125 +-0.047119140625 +0.105957031250 +-0.058105468750 +-0.141601562500 +0.040527343750 +-0.034179687500 +-0.058837890625 +-0.212890625000 +0.155273437500 +-0.039062500000 +-0.057128906250 +-0.088867187500 +-0.062500000000 +-0.089843750000 +-0.106445312500 +-0.009155273438 +0.026489257812 +-0.083496093750 +0.096191406250 +-0.227539062500 +0.062988281250 +-0.145507812500 +0.017456054688 +-0.086914062500 +0.155273437500 +-0.044189453125 +-0.066894531250 +-0.033203125000 +-0.027099609375 +0.077148437500 +-0.129882812500 +0.197265625000 +-0.062500000000 +-0.123535156250 +0.062011718750 +0.031127929688 +0.017089843750 +-0.165039062500 +-0.081054687500 +0.016479492188 +-0.089355468750 +0.039306640625 +0.049316406250 +-0.088378906250 +-0.162109375000 +-0.063476562500 +0.065917968750 +0.098144531250 +0.012939453125 +-0.130859375000 +-0.010986328125 +0.105468750000 +-0.001487731934 +-0.019775390625 +-0.103515625000 +-0.069335937500 +-0.114746093750 +0.103027343750 +-0.080078125000 +-0.072265625000 +0.048583984375 +0.061523437500 +-0.043945312500 +0.250000000000 +0.047851562500 +0.036132812500 +0.068847656250 +0.077636718750 +0.039062500000 +-0.052490234375 +-0.116210937500 +0.050537109375 +0.029174804688 +0.125976562500 +0.048583984375 +-0.141601562500 +-0.186523437500 +-0.096679687500 +-0.044677734375 +0.036621093750 +0.029785156250 +-0.033691406250 +-0.039794921875 +-0.020874023438 +0.049072265625 +-0.095703125000 +-0.137695312500 +0.008544921875 +0.137695312500 +0.091308593750 +0.037353515625 +-0.081542968750 +-0.023193359375 +0.173828125000 +-0.014953613281 +0.012573242188 +0.133789062500 +0.007232666016 +-0.144531250000 +-0.089843750000 +-0.176757812500 +0.112792968750 +0.018310546875 +0.029663085938 +0.055664062500 +0.095214843750 +0.062988281250 +0.048828125000 +-0.007019042969 +0.113281250000 +0.011108398438 +-0.014648437500 +0.054687500000 +0.015747070312 +0.043212890625 +0.030883789062 +-0.017089843750 +0.116210937500 +-0.040039062500 +0.171875000000 +0.088867187500 +-0.086425781250 +-0.080078125000 +0.016601562500 +0.013366699219 +-0.127929687500 +-0.093750000000 +-0.098632812500 +0.080566406250 +0.037597656250 +0.095214843750 +0.006896972656 +0.083007812500 +0.005645751953 +-0.071289062500 +-0.025390625000 +0.015747070312 +-0.171875000000 +-0.141601562500 +-0.042724609375 +0.011718750000 +-0.055908203125 +-0.021606445312 +0.024291992188 +-0.027099609375 +-0.038330078125 +0.020996093750 +-0.061523437500 +-0.160156250000 +0.029663085938 +0.007507324219 +0.062500000000 +-0.050781250000 +0.077148437500 +0.050292968750 +0.009216308594 +0.011901855469 +-0.020751953125 +-0.023193359375 +-0.074218750000 +-0.047119140625 +-0.179687500000 +0.016479492188 +0.014831542969 +-0.098144531250 +0.068359375000 +0.052490234375 +-0.101562500000 +0.036865234375 +-0.000059604645 +0.098144531250 +-0.160156250000 +0.158203125000 +-0.094726562500 +0.051269531250 +-0.010314941406 +0.447265625000 +-0.020874023438 +0.051025390625 +0.169921875000 +0.048583984375 +0.001091003418 +0.052978515625 +0.004028320312 +-0.092773437500 +-0.098144531250 +0.053466796875 +0.063964843750 +-0.054931640625 +0.038818359375 +0.101562500000 +-0.114257812500 +-0.025756835938 +-0.023193359375 +0.076660156250 +-0.062988281250 +0.182617187500 +-0.018554687500 +-0.030029296875 +0.052001953125 +0.081542968750 +-0.115234375000 +-0.304687500000 +-0.085937500000 +-0.163085937500 +0.078613281250 +-0.085449218750 +-0.000106811523 +-0.267578125000 +0.099121093750 +-0.066406250000 +0.066894531250 +-0.081054687500 +0.091308593750 +0.108886718750 +0.117187500000 +0.036376953125 +-0.067871093750 +0.013732910156 +0.033447265625 +0.055175781250 +-0.216796875000 +0.107421875000 +-0.134765625000 +-0.017089843750 +-0.079101562500 +-0.072753906250 +-0.156250000000 +-0.141601562500 +-0.068847656250 +-0.019042968750 +0.049072265625 +0.064453125000 +0.149414062500 +-0.001136779785 +0.020263671875 +0.009643554688 +0.024169921875 +0.000659942627 +0.032470703125 +-0.032226562500 +0.083496093750 +0.106445312500 +0.146484375000 +-0.088867187500 +0.131835937500 +-0.006408691406 +0.099609375000 +0.108886718750 +0.100097656250 +-0.017456054688 +0.034912109375 +-0.110351562500 +-0.117187500000 +0.073242187500 +-0.143554687500 +-0.035644531250 +-0.021118164062 +0.235351562500 +0.112792968750 +0.035644531250 +0.073242187500 +0.131835937500 +0.057617187500 +-0.065917968750 +0.015258789062 +0.132812500000 +0.063476562500 +-0.001358032227 +0.007995605469 +-0.022216796875 +-0.143554687500 +-0.046386718750 +0.062255859375 +-0.279296875000 +-0.022827148438 +0.020751953125 +0.054443359375 +-0.163085937500 +0.176757812500 +0.182617187500 +0.031738281250 +0.018066406250 +0.045898437500 +-0.024902343750 +-0.167968750000 +-0.124511718750 +0.159179687500 +-0.002151489258 +-0.062988281250 +0.049316406250 +0.034423828125 +-0.005645751953 +-0.047851562500 +0.110839843750 +0.075683593750 +-0.076660156250 +0.232421875000 +-0.135742187500 +-0.106933593750 +-0.063964843750 +-0.089355468750 +-0.016723632812 +-0.151367187500 +0.029418945312 +0.015380859375 +0.050537109375 +0.000308990479 +0.141601562500 +-0.046875000000 +-0.024658203125 +0.041748046875 +0.016113281250 +-0.131835937500 +-0.054443359375 +-0.042968750000 +-0.018310546875 +-0.123535156250 +-0.011047363281 +0.109375000000 +0.122558593750 +-0.044189453125 +-0.001327514648 +0.015869140625 +0.011413574219 +-0.117675781250 +-0.008728027344 +-0.049804687500 +0.014648437500 +-0.089843750000 +0.209960937500 +0.077636718750 +-0.174804687500 +-0.037353515625 +-0.130859375000 +-0.078125000000 +0.064941406250 +-0.036132812500 +0.013000488281 +-0.128906250000 +-0.000564575195 +-0.092285156250 +-0.133789062500 +0.020996093750 +-0.105468750000 +0.152343750000 +0.009277343750 +0.050048828125 +-0.216796875000 +0.220703125000 +-0.044921875000 +-0.032470703125 +-0.084472656250 +0.034423828125 +-0.031982421875 +-0.028808593750 +-0.142578125000 +0.012023925781 +0.079101562500 +-0.070312500000 +0.216796875000 +0.257812500000 +-0.070800781250 +-0.073242187500 +-0.151367187500 +-0.199218750000 +-0.136718750000 +-0.041015625000 +-0.050537109375 +-0.020874023438 +0.011047363281 +0.115234375000 +-0.084472656250 +0.184570312500 +0.133789062500 +-0.166992187500 +0.015380859375 +-0.023681640625 +0.208984375000 +-0.058349609375 +0.026000976562 +-0.140625000000 +0.050048828125 +0.101562500000 +0.116210937500 +0.013366699219 +0.225585937500 +-0.040527343750 +0.119140625000 +0.022583007812 +-0.036621093750 +-0.148437500000 +-0.027343750000 +0.030883789062 +0.119140625000 +-0.077636718750 +0.087890625000 +-0.059326171875 +-0.061767578125 +-0.098632812500 +-0.017578125000 +0.028808593750 +-0.156250000000 +0.072265625000 +0.101562500000 +0.114746093750 +-0.042236328125 +0.008300781250 +-0.016357421875 +0.040527343750 +0.223632812500 +-0.023315429688 +-0.027832031250 +-0.185546875000 +0.016967773438 +0.014587402344 +0.043457031250 +-0.217773437500 +-0.008300781250 +0.008605957031 +0.074707031250 +0.023315429688 +-0.100585937500 +0.071289062500 +0.248046875000 +-0.115722656250 +0.146484375000 +-0.168945312500 +-0.013977050781 +-0.032226562500 +0.004791259766 +-0.076660156250 +0.281250000000 +-0.054687500000 +0.187500000000 +0.069824218750 +0.091796875000 +-0.009155273438 +0.119140625000 +0.128906250000 +0.045166015625 +0.086914062500 +0.107421875000 +-0.029052734375 +0.010681152344 +-0.061767578125 +0.123535156250 +0.079589843750 +0.016845703125 +0.017578125000 +0.001449584961 +-0.259765625000 +-0.112792968750 +0.118652343750 +0.097167968750 +0.010009765625 +0.055175781250 +-0.029907226562 +0.102050781250 +-0.219726562500 +-0.037841796875 +-0.062011718750 +-0.043457031250 +0.020507812500 +-0.068359375000 +-0.079101562500 +-0.169921875000 +-0.273437500000 +0.076171875000 +-0.027709960938 +-0.074707031250 +-0.057128906250 +-0.168945312500 +-0.050537109375 +0.036132812500 +-0.083496093750 +0.044677734375 +-0.041503906250 +-0.022216796875 +-0.010192871094 +-0.001159667969 +-0.009460449219 +-0.022338867188 +0.135742187500 +-0.071289062500 +-0.055419921875 +-0.093750000000 +0.066406250000 +-0.060546875000 +0.007568359375 +0.023925781250 +-0.175781250000 +-0.213867187500 +-0.168945312500 +0.142578125000 +0.035156250000 +0.173828125000 +-0.124023437500 +-0.018920898438 +0.091308593750 +-0.167968750000 +0.116699218750 +0.107910156250 +0.098632812500 +-0.124023437500 +-0.079589843750 +0.119628906250 +-0.217773437500 +-0.043212890625 +0.008300781250 +0.037109375000 +0.021484375000 +-0.001930236816 +0.175781250000 +-0.061523437500 +0.022216796875 +0.042724609375 +0.123046875000 +-0.095214843750 +-0.047607421875 +0.138671875000 +-0.041992187500 +0.044921875000 +0.024536132812 +-0.048828125000 +0.041503906250 +-0.106445312500 +0.097656250000 +-0.084960937500 +-0.026123046875 +-0.067382812500 +0.018432617188 +0.127929687500 +0.167968750000 +0.027343750000 +-0.005767822266 +0.078125000000 +-0.025390625000 +-0.092285156250 +-0.065917968750 +0.058837890625 +-0.019409179688 +-0.143554687500 +-0.020507812500 +0.031982421875 +-0.027832031250 +0.039550781250 +0.123535156250 +0.043457031250 +0.082031250000 +-0.055175781250 +0.015380859375 +0.037109375000 +0.116210937500 +0.067871093750 +-0.029052734375 +0.187500000000 +0.041503906250 +-0.129882812500 +-0.014587402344 +0.177734375000 +-0.086425781250 +0.094726562500 +0.146484375000 +-0.174804687500 +0.013366699219 +-0.003097534180 +0.035156250000 +-0.037353515625 +0.031982421875 +0.010742187500 +0.000690460205 +0.039062500000 +-0.095214843750 +0.050292968750 +-0.250000000000 +0.106445312500 +0.041748046875 +-0.064941406250 +0.107910156250 +0.006866455078 +-0.000163078308 +-0.185546875000 +-0.073242187500 +-0.111816406250 +0.045410156250 +0.025634765625 +0.005798339844 +0.027587890625 +-0.094726562500 +0.029663085938 +-0.038818359375 +0.130859375000 +0.063964843750 +-0.019409179688 +0.033447265625 +-0.015502929688 +-0.055664062500 +0.077148437500 +-0.033691406250 +0.078613281250 +-0.123046875000 +0.032470703125 +0.095214843750 +-0.007598876953 +0.121093750000 +-0.070800781250 +0.003402709961 +0.128906250000 +0.057861328125 +0.033203125000 +-0.103027343750 +0.263671875000 +0.036132812500 +-0.008300781250 +-0.035644531250 +-0.086425781250 +0.054687500000 +0.051757812500 +0.038085937500 +-0.059814453125 +-0.237304687500 +-0.002990722656 +-0.019287109375 +0.036621093750 +0.127929687500 +0.032958984375 +-0.073242187500 +-0.039794921875 +0.099121093750 +0.121582031250 +0.087402343750 +-0.164062500000 +0.035156250000 +0.010559082031 +-0.033203125000 +-0.156250000000 +0.105468750000 +0.177734375000 +-0.100097656250 +-0.070800781250 +-0.248046875000 +0.242187500000 +-0.120117187500 +0.064941406250 +-0.166992187500 +-0.129882812500 +0.126953125000 +0.094238281250 +-0.078125000000 +-0.100585937500 +-0.160156250000 +-0.176757812500 +-0.065917968750 +0.071289062500 +0.074707031250 +0.149414062500 +-0.101074218750 +0.198242187500 +0.091796875000 +0.259765625000 +-0.075195312500 +0.117187500000 +0.016601562500 +0.153320312500 +0.073242187500 +0.238281250000 +-0.027954101562 +-0.014099121094 +-0.166992187500 +-0.106445312500 +0.011657714844 +0.017456054688 +0.043212890625 +-0.123535156250 +-0.081542968750 +-0.018554687500 +-0.019409179688 +-0.048828125000 +-0.106445312500 +0.029907226562 +0.001075744629 +-0.028564453125 +-0.143554687500 +-0.259765625000 +0.031738281250 +0.005218505859 +0.195312500000 +0.291015625000 +0.121093750000 +0.067382812500 +-0.016479492188 +-0.066894531250 +-0.036865234375 +-0.033935546875 +0.036376953125 +0.141601562500 +-0.045166015625 +-0.030029296875 +-0.081542968750 +0.026611328125 +-0.101562500000 +-0.079101562500 +0.009277343750 +0.211914062500 +-0.234375000000 +0.144531250000 +0.127929687500 +-0.002792358398 +0.083496093750 +0.135742187500 +0.033447265625 +0.088378906250 +-0.098144531250 +-0.046142578125 +0.061035156250 +0.077636718750 +-0.017700195312 +0.185546875000 +0.006652832031 +0.038574218750 +0.053955078125 +-0.075195312500 +-0.142578125000 +-0.067382812500 +-0.079101562500 +0.043457031250 +-0.059570312500 +-0.004333496094 +0.052734375000 +-0.083984375000 +0.097656250000 +-0.038330078125 +0.181640625000 +0.002944946289 +-0.039794921875 +-0.166015625000 +0.060546875000 +0.137695312500 +-0.009521484375 +0.005828857422 +0.369140625000 +0.119140625000 +-0.104003906250 +-0.028564453125 +0.013549804688 +0.001091003418 +0.135742187500 +0.045166015625 +0.100097656250 +0.021240234375 +-0.054443359375 +0.086914062500 +-0.057617187500 +-0.005340576172 +0.076171875000 +0.000379562378 +-0.004943847656 +-0.125976562500 +-0.116210937500 +-0.148437500000 +-0.083007812500 +0.079589843750 +0.189453125000 +0.072753906250 +-0.096679687500 +0.087890625000 +0.039550781250 +-0.086914062500 +0.102050781250 +-0.000331878662 +0.033935546875 +0.134765625000 +0.025268554688 +0.036865234375 +-0.016845703125 +-0.062988281250 +-0.015258789062 +-0.018066406250 +-0.107421875000 +-0.051269531250 +0.054199218750 +0.061767578125 +-0.072753906250 +0.111816406250 +-0.166015625000 +-0.188476562500 +-0.048339843750 +-0.046386718750 +-0.038085937500 +0.035156250000 +0.054931640625 +0.107421875000 +-0.125976562500 +0.073242187500 +0.014953613281 +0.013000488281 +0.141601562500 +-0.125000000000 +0.035400390625 +0.114746093750 +-0.148437500000 +-0.135742187500 +-0.112792968750 +0.110351562500 +0.135742187500 +-0.095214843750 +0.055175781250 +-0.138671875000 +0.062500000000 +-0.152343750000 +0.011108398438 +0.082031250000 +0.083496093750 +0.081542968750 +0.119140625000 +0.197265625000 +-0.023803710938 +0.040039062500 +-0.021850585938 +0.059082031250 +-0.139648437500 +-0.024902343750 +-0.075683593750 +0.173828125000 +0.046875000000 +-0.011962890625 +0.143554687500 +-0.068847656250 +0.025878906250 +-0.081542968750 +-0.029785156250 +-0.057861328125 +-0.020507812500 +-0.125976562500 +-0.014160156250 +-0.054931640625 +-0.074218750000 +0.013427734375 +0.046875000000 +-0.008666992188 +-0.136718750000 +0.039062500000 +-0.106933593750 +0.217773437500 +-0.078613281250 +-0.088378906250 +-0.169921875000 +-0.002548217773 +-0.059814453125 +-0.042968750000 +-0.074218750000 +-0.090332031250 +0.023925781250 +0.053466796875 +-0.099609375000 +0.041503906250 +-0.133789062500 +0.084472656250 +-0.026977539062 +-0.110839843750 +0.117187500000 +-0.048583984375 +-0.003692626953 +0.052001953125 +-0.084472656250 +0.082519531250 +-0.115722656250 +0.071289062500 +0.031127929688 +0.185546875000 +0.076660156250 +-0.117675781250 +0.033691406250 +0.033447265625 +-0.001411437988 +0.058837890625 +0.082519531250 +0.040039062500 +0.016967773438 +-0.056884765625 +-0.012756347656 +0.046630859375 +-0.007385253906 +0.015014648438 +0.043945312500 +0.123046875000 +0.071777343750 +-0.181640625000 +0.027099609375 +0.012878417969 +-0.081054687500 +-0.177734375000 +-0.142578125000 +0.032226562500 +-0.021850585938 +0.071289062500 +-0.057861328125 +0.043701171875 +-0.176757812500 +0.064941406250 +0.080078125000 +0.014099121094 +-0.091308593750 +-0.046386718750 +-0.055419921875 +0.013427734375 +-0.056884765625 +0.085449218750 +-0.027099609375 +-0.166015625000 +-0.172851562500 +0.074707031250 +-0.010559082031 +-0.014160156250 +0.111816406250 +-0.116210937500 +-0.033691406250 +-0.019287109375 +0.003448486328 +-0.031494140625 +-0.199218750000 +0.019409179688 +0.053710937500 +-0.007080078125 +-0.008728027344 +-0.050292968750 +-0.013183593750 +0.019042968750 +0.059570312500 +-0.081542968750 +0.161132812500 +0.015319824219 +-0.000751495361 +0.021240234375 +-0.039062500000 +-0.201171875000 +0.063476562500 +-0.055908203125 +-0.139648437500 +0.073730468750 +-0.087402343750 +-0.174804687500 +0.128906250000 +0.135742187500 +0.073730468750 +0.135742187500 +0.117675781250 +-0.078613281250 +-0.054687500000 +0.023315429688 +-0.005340576172 +0.092285156250 +0.074218750000 +0.007324218750 +0.003417968750 +0.025024414062 +0.045166015625 +0.008911132812 +-0.001495361328 +0.289062500000 +-0.065429687500 +-0.043701171875 +-0.097656250000 +-0.072265625000 +-0.119628906250 +0.104980468750 +-0.118652343750 +-0.178710937500 +-0.026977539062 +0.000808715820 +0.090332031250 +-0.029418945312 +0.042236328125 +0.048339843750 +0.073242187500 +-0.118652343750 +-0.048339843750 +-0.139648437500 +0.038818359375 +0.087402343750 +0.065429687500 +-0.045654296875 +0.025024414062 +-0.077636718750 +0.006652832031 +0.000823974609 +0.013671875000 +0.041503906250 +-0.217773437500 +-0.019287109375 +-0.035156250000 +-0.033935546875 +0.091308593750 +0.062011718750 +0.055419921875 +-0.025268554688 +0.022460937500 +-0.070312500000 +-0.162109375000 +0.207031250000 +0.145507812500 +-0.125976562500 +0.051025390625 +-0.181640625000 +0.113281250000 +-0.046630859375 +0.127929687500 +0.093750000000 +0.034179687500 +0.021240234375 +0.013427734375 +0.071289062500 +-0.032714843750 +0.131835937500 +-0.024536132812 +0.197265625000 +0.131835937500 +0.009338378906 +0.033935546875 +0.142578125000 +-0.088378906250 +-0.075683593750 +0.079589843750 +0.109863281250 +-0.229492187500 +-0.052001953125 +-0.083007812500 +0.055175781250 +0.118652343750 +0.068359375000 +0.040771484375 +-0.013793945312 +-0.153320312500 +0.047851562500 +0.152343750000 +-0.119628906250 +0.201171875000 +-0.004058837891 +0.043701171875 +0.005371093750 +0.076171875000 +-0.086914062500 +-0.067871093750 +-0.174804687500 +0.190429687500 +-0.010131835938 +-0.038574218750 +0.050781250000 +-0.048339843750 +-0.098144531250 +0.023925781250 +-0.036132812500 +0.103027343750 +0.069824218750 +-0.012390136719 +-0.024658203125 +-0.034179687500 +-0.054199218750 +0.029052734375 +0.063476562500 +-0.078125000000 +-0.026855468750 +0.030761718750 +-0.054931640625 +-0.125000000000 +-0.009521484375 +0.026855468750 +0.099609375000 +-0.114257812500 +0.053222656250 +-0.064453125000 +0.073730468750 +0.085449218750 +0.080078125000 +-0.063964843750 +0.009338378906 +0.109375000000 +-0.057373046875 +0.080078125000 +0.021972656250 +-0.028442382812 +-0.099121093750 +-0.169921875000 +0.083984375000 +0.010498046875 +-0.002593994141 +0.067871093750 +-0.136718750000 +-0.022705078125 +-0.148437500000 +-0.103515625000 +0.129882812500 +-0.033935546875 +-0.009277343750 +-0.065917968750 +-0.127929687500 +-0.152343750000 +-0.155273437500 +0.058105468750 +-0.045654296875 +-0.072753906250 +0.032714843750 +0.088867187500 +-0.082519531250 +0.020385742188 +-0.078125000000 +-0.174804687500 +0.140625000000 +-0.031127929688 +0.091796875000 +-0.082519531250 +-0.026000976562 +0.226562500000 +0.100097656250 +-0.239257812500 +-0.135742187500 +-0.044189453125 +-0.093750000000 +-0.072753906250 +0.298828125000 +-0.030151367188 +0.135742187500 +0.131835937500 +0.135742187500 +-0.012878417969 +0.113281250000 +0.110351562500 +0.136718750000 +0.028198242188 +-0.006072998047 +0.124511718750 +-0.064453125000 +-0.002151489258 +-0.139648437500 +-0.013671875000 +0.131835937500 +0.181640625000 +-0.064453125000 +0.072265625000 +-0.074707031250 +-0.104492187500 +-0.052734375000 +-0.034179687500 +0.051513671875 +-0.034667968750 +0.018432617188 +-0.015747070312 +0.202148437500 +-0.092285156250 +-0.080078125000 +0.010498046875 +-0.036376953125 +-0.015136718750 +-0.117187500000 +0.055419921875 +-0.020996093750 +-0.141601562500 +-0.146484375000 +0.069824218750 +-0.028808593750 +0.148437500000 +0.050048828125 +-0.009399414062 +-0.092773437500 +0.062011718750 +0.029663085938 +0.093261718750 +0.108886718750 +0.024902343750 +-0.011474609375 +-0.138671875000 +0.185546875000 +0.111328125000 +0.025878906250 +0.044921875000 +0.019653320312 +-0.027221679688 +0.047363281250 +-0.145507812500 +-0.045654296875 +0.129882812500 +0.067871093750 +-0.118164062500 +0.125976562500 +0.177734375000 +-0.081542968750 +0.087402343750 +-0.133789062500 +0.002609252930 +-0.034423828125 +-0.008361816406 +0.019531250000 +0.161132812500 +-0.132812500000 +-0.001869201660 +0.117187500000 +-0.061767578125 +0.102539062500 +-0.205078125000 +-0.006713867188 +-0.033447265625 +-0.088378906250 +-0.083007812500 +-0.171875000000 +-0.062255859375 +0.047607421875 +-0.092285156250 +0.226562500000 +-0.028076171875 +-0.101562500000 +0.134765625000 +0.083496093750 +-0.176757812500 +-0.023193359375 +0.118164062500 +-0.021850585938 +-0.049804687500 +0.010314941406 +0.034912109375 +0.040283203125 +0.058593750000 +-0.018432617188 +-0.104980468750 +-0.104980468750 +0.197265625000 +0.204101562500 +-0.032958984375 +0.107910156250 +0.041259765625 +-0.159179687500 +-0.071289062500 +-0.031250000000 +0.124023437500 +0.149414062500 +-0.032714843750 +-0.037841796875 +-0.022338867188 +-0.043945312500 +-0.211914062500 +0.107421875000 +-0.077636718750 +0.003280639648 +0.075195312500 +0.136718750000 +0.006652832031 +-0.112792968750 +0.056884765625 +0.060546875000 +0.143554687500 +0.269531250000 +-0.012756347656 +-0.058349609375 +0.187500000000 +0.114257812500 +-0.056884765625 +-0.031738281250 +-0.199218750000 +-0.023681640625 +-0.047851562500 +-0.093750000000 +0.067871093750 +-0.185546875000 +0.041748046875 +0.139648437500 +0.040283203125 +0.246093750000 +-0.031494140625 +0.098632812500 +0.163085937500 +-0.093750000000 +-0.083007812500 +0.023071289062 +-0.040283203125 +0.035644531250 +-0.037353515625 +0.026855468750 +0.101074218750 +0.030639648438 +-0.061767578125 +-0.008239746094 +-0.118164062500 +0.172851562500 +0.076171875000 +-0.045410156250 +-0.069335937500 +-0.034912109375 +0.007598876953 +-0.124023437500 +0.084472656250 +0.163085937500 +0.016235351562 +0.075683593750 +-0.046386718750 +0.108886718750 +0.069335937500 +-0.056396484375 +0.033447265625 +0.047607421875 +0.045654296875 +-0.027709960938 +-0.110839843750 +-0.077636718750 +-0.021118164062 +0.116210937500 +0.149414062500 +0.023803710938 +0.037597656250 +-0.003967285156 +-0.081542968750 +0.066406250000 +0.057128906250 +-0.040771484375 +0.128906250000 +-0.071289062500 +-0.024047851562 +0.050292968750 +-0.018188476562 +-0.089843750000 +-0.090332031250 +0.102539062500 +-0.150390625000 +-0.110839843750 +-0.104492187500 +0.096679687500 +-0.031494140625 +-0.021728515625 +0.028564453125 +0.263671875000 +0.104492187500 +-0.302734375000 +-0.028320312500 +-0.024169921875 +-0.083007812500 +0.031127929688 +0.043945312500 +0.163085937500 +-0.165039062500 +-0.004577636719 +-0.051757812500 +-0.009216308594 +-0.040039062500 +0.071777343750 +-0.095214843750 +-0.192382812500 +0.015991210938 +0.013916015625 +-0.072265625000 +0.131835937500 +-0.004089355469 +0.162109375000 +-0.255859375000 +-0.111328125000 +0.032226562500 +0.010864257812 +-0.139648437500 +0.055175781250 +-0.091308593750 +-0.265625000000 +0.011047363281 +0.100097656250 +-0.092285156250 +0.178710937500 +0.085449218750 +-0.141601562500 +-0.086914062500 +-0.142578125000 +-0.001983642578 +-0.074707031250 +-0.003509521484 +0.028930664062 +-0.089843750000 +-0.049072265625 +0.016235351562 +-0.227539062500 +-0.051757812500 +0.380859375000 +0.098144531250 +0.074218750000 +-0.119628906250 +-0.151367187500 +0.151367187500 +0.029907226562 +-0.161132812500 +-0.041015625000 +-0.094238281250 +0.022338867188 +-0.052001953125 +-0.068847656250 +-0.058593750000 +-0.002990722656 +-0.096679687500 +-0.142578125000 +0.102539062500 +-0.020874023438 +0.006805419922 +0.073242187500 +-0.007476806641 +0.132812500000 +0.053955078125 +-0.096191406250 +0.136718750000 +0.149414062500 +-0.035156250000 +0.128906250000 +-0.040527343750 +-0.026367187500 +-0.208007812500 +-0.180664062500 +-0.060302734375 +0.005523681641 +0.011413574219 +0.009399414062 +-0.049804687500 +0.165039062500 +0.045654296875 +-0.003860473633 +-0.138671875000 +0.095703125000 +-0.009582519531 +0.067382812500 +0.016845703125 +0.038574218750 +0.115722656250 +-0.263671875000 +0.037841796875 +-0.056640625000 +-0.189453125000 +0.079589843750 +0.085937500000 +-0.113281250000 +-0.100097656250 +-0.023925781250 +-0.369140625000 +0.035644531250 +-0.150390625000 +0.094238281250 +-0.014099121094 +0.068359375000 +0.004272460938 +0.041748046875 +0.137695312500 +-0.025146484375 +-0.001480102539 +-0.092773437500 +-0.091308593750 +-0.098632812500 +0.263671875000 +-0.353515625000 +0.007507324219 +-0.046630859375 +-0.050537109375 +0.190429687500 +0.052734375000 +-0.091308593750 +-0.067382812500 +-0.010803222656 +-0.088378906250 +0.160156250000 +0.042236328125 +0.070800781250 +-0.144531250000 +0.064453125000 +0.046630859375 +-0.072265625000 +0.105957031250 +-0.071289062500 +-0.139648437500 +0.023071289062 +-0.014221191406 +-0.088867187500 +-0.018798828125 +0.081054687500 +0.148437500000 +-0.111328125000 +0.011718750000 +-0.097167968750 +-0.197265625000 +-0.054687500000 +0.116210937500 +-0.029296875000 +-0.074218750000 +-0.085937500000 +0.069335937500 +-0.070312500000 +-0.063964843750 +-0.025390625000 +-0.070800781250 +-0.128906250000 +0.090332031250 +0.098632812500 +0.009216308594 +0.069335937500 +-0.063476562500 +-0.129882812500 +0.085937500000 +0.028320312500 +-0.098144531250 +0.099121093750 +-0.129882812500 +-0.020019531250 +0.173828125000 +0.057373046875 +-0.015197753906 +0.004882812500 +-0.176757812500 +0.100097656250 +0.059814453125 +0.013488769531 +0.014831542969 +0.021362304688 +-0.116210937500 +-0.124511718750 +0.082519531250 +0.132812500000 +0.166992187500 +-0.058837890625 +-0.175781250000 +0.035644531250 +0.008911132812 +-0.100097656250 +-0.193359375000 +0.038818359375 +0.103027343750 +0.112304687500 +-0.109375000000 +0.010864257812 +-0.144531250000 +0.018798828125 +-0.037353515625 +-0.000446319580 +0.111816406250 +-0.067382812500 +-0.071777343750 +-0.125000000000 +-0.078613281250 +0.052001953125 +0.007141113281 +-0.160156250000 +-0.094726562500 +-0.083984375000 +-0.228515625000 +-0.269531250000 +0.141601562500 +0.011169433594 +0.082519531250 +-0.021484375000 +-0.038574218750 +0.108886718750 +0.056396484375 +-0.109863281250 +0.075195312500 +0.119140625000 +-0.178710937500 +-0.176757812500 +-0.102539062500 +-0.181640625000 +-0.015075683594 +0.001380920410 +-0.012023925781 +-0.094726562500 +-0.136718750000 +-0.235351562500 +-0.026855468750 +0.067382812500 +0.046630859375 +0.027709960938 +0.056152343750 +-0.049072265625 +-0.029907226562 +-0.056884765625 +-0.019042968750 +0.010437011719 +-0.101074218750 +-0.130859375000 +0.029907226562 +0.118164062500 +0.037841796875 +-0.050048828125 +-0.125000000000 +0.042724609375 +-0.132812500000 +0.176757812500 +-0.034423828125 +0.029785156250 +-0.078125000000 +-0.102539062500 +-0.032714843750 +-0.210937500000 +-0.211914062500 +-0.015258789062 +0.041259765625 +-0.064941406250 +0.093750000000 +0.001411437988 +-0.031250000000 +0.062500000000 +-0.179687500000 +0.071289062500 +-0.143554687500 +-0.386718750000 +-0.019165039062 +-0.018310546875 +0.070800781250 +0.098632812500 +-0.283203125000 +-0.021118164062 +-0.004364013672 +0.001472473145 +-0.123535156250 +0.036376953125 +-0.209960937500 +-0.088378906250 +0.007293701172 +0.223632812500 +0.031250000000 +0.066894531250 +-0.002746582031 +-0.161132812500 +0.062500000000 +-0.001998901367 +-0.113769531250 +-0.078613281250 +0.091308593750 +0.105468750000 +-0.160156250000 +0.161132812500 +-0.071289062500 +0.035644531250 +-0.049804687500 +-0.004547119141 +0.069335937500 +-0.072265625000 +0.010253906250 +0.062255859375 +-0.027099609375 +0.213867187500 +-0.117675781250 +0.060302734375 +-0.029418945312 +0.165039062500 +-0.198242187500 +0.049804687500 +0.253906250000 +-0.048095703125 +-0.065917968750 +0.154296875000 +-0.015869140625 +0.048095703125 +-0.072265625000 +0.169921875000 +-0.070800781250 +0.144531250000 +0.085449218750 +-0.005981445312 +0.006500244141 +0.032714843750 +0.047607421875 +-0.076171875000 +-0.015991210938 +0.084960937500 +-0.140625000000 +-0.216796875000 +-0.023315429688 +0.051757812500 +-0.041015625000 +0.043701171875 +-0.009948730469 +-0.020996093750 +-0.064941406250 +-0.041992187500 +-0.057373046875 +0.113281250000 +-0.152343750000 +-0.090332031250 +-0.104980468750 +-0.058349609375 +0.036621093750 +0.118164062500 +-0.057617187500 +-0.020751953125 +-0.015991210938 +-0.010986328125 +0.005523681641 +-0.257812500000 +-0.142578125000 +0.167968750000 +-0.088378906250 +-0.047607421875 +0.168945312500 +0.164062500000 +-0.056884765625 +-0.066406250000 +0.084472656250 +0.053222656250 +0.058105468750 +-0.045654296875 +0.069824218750 +0.033447265625 +-0.066406250000 +-0.082519531250 +-0.164062500000 +0.043945312500 +0.040039062500 +0.082031250000 +0.118164062500 +-0.036376953125 +-0.062988281250 +-0.117675781250 +-0.061279296875 +-0.054199218750 +-0.304687500000 +0.468750000000 +-0.056884765625 +-0.207031250000 +-0.211914062500 +0.064941406250 +-0.161132812500 +0.085937500000 +-0.059326171875 +-0.111816406250 +-0.029296875000 +-0.031982421875 +-0.056396484375 +-0.020385742188 +0.014465332031 +-0.015075683594 +0.064453125000 +0.018798828125 +-0.083496093750 +-0.016113281250 +-0.191406250000 +-0.173828125000 +0.040771484375 +0.019287109375 +0.207031250000 +0.132812500000 +-0.020629882812 +-0.048095703125 +-0.065429687500 +0.009460449219 +0.049316406250 +-0.051269531250 +-0.055908203125 +0.180664062500 +-0.148437500000 +-0.003143310547 +0.029663085938 +-0.015991210938 +-0.021240234375 +-0.220703125000 +0.135742187500 +-0.031738281250 +-0.121582031250 +-0.175781250000 +0.261718750000 +0.006439208984 +0.134765625000 +-0.028442382812 +-0.071289062500 +-0.168945312500 +-0.100097656250 +0.058105468750 +-0.042236328125 +-0.062500000000 +0.103027343750 +0.128906250000 +-0.039794921875 +-0.100585937500 +0.069824218750 +-0.132812500000 +-0.029052734375 +-0.085449218750 +0.120117187500 +0.074707031250 +0.041503906250 +-0.066406250000 +0.085449218750 +0.031982421875 +-0.001556396484 +0.062988281250 +-0.102539062500 +0.062988281250 +0.050781250000 +-0.039550781250 +-0.055419921875 +0.122070312500 +-0.019165039062 +0.072753906250 +-0.026000976562 +0.019165039062 +0.080566406250 +-0.176757812500 +-0.230468750000 +0.004272460938 +-0.159179687500 +0.124023437500 +-0.005798339844 +0.131835937500 +0.013488769531 +0.041259765625 +-0.107421875000 +-0.059814453125 +0.146484375000 +-0.123535156250 +0.044433593750 +0.176757812500 +-0.028076171875 +-0.117187500000 +-0.152343750000 +-0.181640625000 +-0.101074218750 +0.037597656250 +0.005554199219 +-0.185546875000 +-0.034667968750 +-0.077148437500 +0.135742187500 +0.017456054688 +0.078125000000 +0.088378906250 +0.047119140625 +0.074218750000 +-0.052734375000 +-0.008972167969 +-0.084472656250 +0.037353515625 +-0.041015625000 +-0.074218750000 +0.010009765625 +0.034179687500 +-0.115234375000 +-0.104003906250 +0.134765625000 +-0.013427734375 +-0.076171875000 +-0.009765625000 +-0.103515625000 +0.053955078125 +0.110839843750 +0.058593750000 +-0.099609375000 +-0.098144531250 +0.010864257812 +0.173828125000 +0.103515625000 +0.132812500000 +0.008361816406 +-0.068847656250 +0.159179687500 +-0.182617187500 +-0.062500000000 +-0.099121093750 +-0.094726562500 +0.031250000000 +0.088378906250 +0.043457031250 +0.092285156250 +-0.285156250000 +-0.040527343750 +-0.095214843750 +0.191406250000 +0.006622314453 +0.065429687500 +-0.153320312500 +0.018676757812 +-0.001853942871 +0.199218750000 +0.040527343750 +0.126953125000 +0.013000488281 +-0.077148437500 +0.042480468750 +-0.039306640625 +-0.004180908203 +0.153320312500 +-0.097167968750 +-0.057373046875 +-0.097167968750 +0.061767578125 +-0.019287109375 +0.144531250000 +-0.003845214844 +0.100097656250 +0.199218750000 +0.070312500000 +0.041259765625 +0.054199218750 +0.049072265625 +0.078125000000 +0.015014648438 +0.010559082031 +0.235351562500 +-0.153320312500 +0.069824218750 +0.154296875000 +-0.251953125000 +-0.068359375000 +-0.049072265625 +0.199218750000 +-0.008422851562 +0.132812500000 +0.046142578125 +0.148437500000 +-0.061767578125 +-0.091308593750 +0.045166015625 +-0.061279296875 +-0.234375000000 +-0.120117187500 +0.053222656250 +-0.028198242188 +-0.076171875000 +-0.001007080078 +0.072753906250 +-0.110351562500 +-0.052734375000 +-0.003021240234 +0.154296875000 +-0.099609375000 +0.062988281250 +-0.112304687500 +0.051513671875 +-0.040039062500 +0.003494262695 +-0.037109375000 +-0.070800781250 +0.139648437500 +-0.072753906250 +-0.051757812500 +0.012084960938 +0.080078125000 +0.080566406250 +0.043945312500 +0.206054687500 +-0.112792968750 +0.117187500000 +0.033203125000 +-0.197265625000 +0.080078125000 +0.010009765625 +-0.017578125000 +-0.127929687500 +0.091308593750 +0.165039062500 +0.073242187500 +-0.081054687500 +-0.061035156250 +-0.096191406250 +-0.045166015625 +0.035888671875 +0.106933593750 +0.072265625000 +0.079101562500 +-0.000329971313 +0.013183593750 +0.031494140625 +0.087402343750 +0.086914062500 +0.139648437500 +0.002853393555 +0.028198242188 +-0.160156250000 +-0.042236328125 +-0.171875000000 +-0.017944335938 +-0.011291503906 +-0.216796875000 +0.070800781250 +-0.163085937500 +-0.107910156250 +-0.064941406250 +-0.057861328125 +0.031250000000 +0.060302734375 +-0.060302734375 +-0.073730468750 +0.027587890625 +0.016479492188 +-0.176757812500 +-0.024414062500 +0.235351562500 +-0.092773437500 +0.017822265625 +0.166992187500 +-0.113281250000 +-0.230468750000 +-0.022094726562 +0.028076171875 +-0.081054687500 +-0.021484375000 +-0.086425781250 +-0.017333984375 +-0.184570312500 +-0.111328125000 +-0.197265625000 +-0.010925292969 +0.009277343750 +0.002624511719 +0.166015625000 +0.007873535156 +-0.179687500000 +-0.001571655273 +0.117187500000 +-0.040771484375 +0.002090454102 +-0.033447265625 +-0.067382812500 +0.129882812500 +0.014099121094 +-0.049804687500 +0.024169921875 +-0.005310058594 +0.049072265625 +0.067382812500 +0.015197753906 +0.263671875000 +-0.149414062500 +0.006958007812 +0.043701171875 +0.044677734375 +-0.067871093750 +0.066406250000 +-0.048828125000 +0.300781250000 +0.074707031250 +0.041015625000 +0.120117187500 +-0.076171875000 +-0.091308593750 +-0.051513671875 +-0.002349853516 +-0.033447265625 +0.059082031250 +0.039062500000 +-0.120117187500 +0.161132812500 +0.145507812500 +-0.009338378906 +0.087402343750 +0.084960937500 +0.011352539062 +0.109863281250 +-0.061523437500 +0.026611328125 +0.020874023438 +-0.020141601562 +0.080566406250 +0.119140625000 +-0.080078125000 +-0.208007812500 +-0.081542968750 +-0.093261718750 +-0.000284194946 +0.055664062500 +-0.104980468750 +-0.091308593750 +-0.023071289062 +0.027709960938 +-0.037597656250 +-0.025878906250 +-0.002548217773 +0.076171875000 +-0.103515625000 +-0.231445312500 +0.053710937500 +0.049560546875 +-0.066894531250 +-0.100097656250 +-0.039062500000 +-0.095214843750 +0.107421875000 +0.070312500000 +0.132812500000 +0.082519531250 +-0.100585937500 +0.050292968750 +-0.017333984375 +0.060791015625 +0.021362304688 +-0.153320312500 +0.081542968750 +-0.039550781250 +-0.131835937500 +-0.208007812500 +0.074218750000 +-0.123535156250 +-0.032714843750 +0.103515625000 +-0.037109375000 +0.005859375000 +0.114746093750 +0.073242187500 +0.026245117188 +-0.108398437500 +-0.026489257812 +0.357421875000 +0.088867187500 +-0.117675781250 +0.045410156250 +0.111328125000 +0.085449218750 +-0.108398437500 +-0.101562500000 +0.022094726562 +-0.147460937500 +-0.110839843750 +-0.079589843750 +-0.027465820312 +-0.208007812500 +-0.064453125000 +-0.156250000000 +0.069335937500 +-0.048828125000 +0.117187500000 +-0.087890625000 +0.009277343750 +-0.002502441406 +0.062988281250 +0.049560546875 +-0.138671875000 +-0.082519531250 +0.208984375000 +0.002578735352 +0.063964843750 +-0.025268554688 +0.076660156250 +-0.056152343750 +-0.126953125000 +0.034423828125 +-0.049560546875 +0.240234375000 +0.002990722656 +-0.004425048828 +0.091308593750 +-0.041259765625 +0.020263671875 +0.054443359375 +0.113281250000 +-0.009521484375 +0.054443359375 +0.079101562500 +0.023437500000 +-0.077636718750 +0.138671875000 +0.033203125000 +-0.013122558594 +0.127929687500 +-0.113769531250 +-0.019653320312 +0.082031250000 +0.079589843750 +0.182617187500 +-0.022338867188 +-0.078613281250 +0.089843750000 +0.035888671875 +0.079101562500 +-0.149414062500 +0.102050781250 +-0.087890625000 +0.049072265625 +0.006683349609 +-0.086425781250 +0.065429687500 +0.050537109375 +0.123046875000 +0.102539062500 +-0.061279296875 +0.125000000000 +-0.204101562500 +-0.166015625000 +0.027709960938 +-0.124511718750 +-0.139648437500 +-0.081054687500 +-0.031494140625 +0.125976562500 +0.069335937500 +-0.033935546875 +-0.040283203125 +-0.017456054688 +0.010559082031 +0.025756835938 +0.115234375000 +-0.065917968750 +0.063476562500 +-0.035644531250 +-0.217773437500 +0.039306640625 +-0.025390625000 +-0.124023437500 +0.101562500000 +0.002380371094 +0.095703125000 +-0.068847656250 +-0.015319824219 +0.047851562500 +0.119628906250 +0.221679687500 +-0.068847656250 +-0.101074218750 +0.168945312500 +0.013793945312 +-0.071777343750 +0.184570312500 +0.091308593750 +-0.171875000000 +0.033203125000 +-0.127929687500 +0.083007812500 +0.152343750000 +-0.092773437500 +-0.244140625000 +-0.039550781250 +-0.019409179688 +-0.028442382812 +-0.119140625000 +-0.152343750000 +0.150390625000 +0.115722656250 +0.106445312500 +0.148437500000 +0.085449218750 +0.291015625000 +-0.089355468750 +-0.150390625000 +0.179687500000 +-0.010375976562 +0.140625000000 +0.139648437500 +-0.060058593750 +-0.079589843750 +0.015563964844 +0.063964843750 +0.012817382812 +-0.019042968750 +0.143554687500 +0.025756835938 +0.017944335938 +0.054443359375 +0.036376953125 +-0.057128906250 +-0.002853393555 +-0.118652343750 +-0.271484375000 +-0.079101562500 +0.101074218750 +0.036376953125 +0.056640625000 +-0.197265625000 +-0.029785156250 +-0.059570312500 +-0.052734375000 +0.001060485840 +-0.117675781250 +-0.141601562500 +0.049804687500 +-0.144531250000 +-0.083496093750 +0.011657714844 +-0.014404296875 +0.160156250000 +-0.045410156250 +0.075683593750 +0.123535156250 +0.081542968750 +-0.037841796875 +0.132812500000 +-0.043945312500 +0.049072265625 +-0.017822265625 +0.187500000000 +-0.038574218750 +0.073730468750 +-0.107910156250 +0.088867187500 +0.197265625000 +0.205078125000 +-0.054443359375 +-0.079589843750 +0.023437500000 +0.015502929688 +0.003005981445 +0.116699218750 +-0.115234375000 +0.096679687500 +-0.051025390625 +0.012756347656 +0.062255859375 +0.126953125000 +-0.024780273438 +-0.095703125000 +-0.153320312500 +-0.146484375000 +0.009155273438 +-0.057373046875 +0.001388549805 +-0.064453125000 +-0.068359375000 +0.080078125000 +-0.031250000000 +0.037109375000 +-0.246093750000 +0.134765625000 +0.088378906250 +-0.195312500000 +0.025390625000 +0.062011718750 +-0.022338867188 +0.042968750000 +-0.066406250000 +0.133789062500 +0.076171875000 +0.051513671875 +0.169921875000 +0.040039062500 +0.063964843750 +-0.147460937500 +0.172851562500 +-0.045166015625 +-0.159179687500 +-0.071289062500 +-0.063964843750 +-0.100585937500 +0.259765625000 +-0.043212890625 +0.171875000000 +-0.084472656250 +0.103027343750 +-0.034423828125 +-0.169921875000 +0.123535156250 +0.085449218750 +-0.069335937500 +-0.118652343750 +0.081542968750 +-0.096191406250 +0.036376953125 +0.048583984375 +0.024902343750 +0.175781250000 +0.015075683594 +0.071289062500 +0.050537109375 +0.049804687500 +-0.155273437500 +-0.157226562500 +-0.171875000000 +0.045898437500 +0.015197753906 +0.230468750000 +0.349609375000 +-0.043701171875 +0.101562500000 +0.022705078125 +0.092285156250 +-0.118652343750 +0.065429687500 +0.046142578125 +-0.213867187500 +0.006164550781 +0.059814453125 +-0.045166015625 +-0.015869140625 +-0.051757812500 +-0.036132812500 +0.013732910156 +-0.056640625000 +0.107910156250 +-0.082031250000 +0.033203125000 +0.074218750000 +0.029541015625 +0.052001953125 +-0.001251220703 +0.060302734375 +0.226562500000 +-0.159179687500 +0.105957031250 +-0.177734375000 +0.096679687500 +-0.010437011719 +-0.040527343750 +0.156250000000 +0.101562500000 +-0.024169921875 +-0.047363281250 +-0.062011718750 +-0.103515625000 +0.087402343750 +0.028442382812 +-0.005126953125 +-0.099121093750 +0.136718750000 +0.048095703125 +-0.012695312500 +0.006683349609 +0.009521484375 +-0.046142578125 +0.257812500000 +0.125000000000 +-0.160156250000 +0.036132812500 +0.050537109375 +0.178710937500 +0.187500000000 +0.036621093750 +-0.087890625000 +0.037841796875 +-0.134765625000 +0.116699218750 +-0.001441955566 +-0.073730468750 +0.095214843750 +-0.029541015625 +-0.087402343750 +0.116210937500 +0.006805419922 +0.006347656250 +0.023559570312 +-0.116699218750 +0.026123046875 +-0.064453125000 +-0.109375000000 +-0.106445312500 +-0.021484375000 +-0.019531250000 +0.109375000000 +-0.044921875000 +0.014099121094 +-0.060058593750 +-0.042724609375 +0.041015625000 +-0.053466796875 +-0.027343750000 +-0.055175781250 +0.068359375000 +0.009399414062 +0.002197265625 +-0.115234375000 +0.062988281250 +-0.051025390625 +0.097167968750 +-0.126953125000 +0.051757812500 +0.074218750000 +0.106933593750 +-0.006042480469 +-0.250000000000 +-0.076171875000 +-0.111328125000 +0.143554687500 +-0.009521484375 +-0.014221191406 +0.128906250000 +-0.134765625000 +-0.156250000000 +0.233398437500 +-0.082519531250 +-0.076660156250 +-0.229492187500 +-0.040527343750 +0.020996093750 +-0.031494140625 +0.017456054688 +-0.084472656250 +0.041503906250 +0.061767578125 +0.102050781250 +-0.054199218750 +-0.088867187500 +0.080078125000 +-0.047607421875 +-0.071777343750 +0.005249023438 +0.188476562500 +-0.022216796875 +0.099609375000 +-0.123046875000 +-0.013854980469 +-0.040771484375 +0.198242187500 +-0.018066406250 +-0.240234375000 +0.208984375000 +0.096679687500 +-0.137695312500 +-0.128906250000 +0.064941406250 +0.069335937500 +0.090332031250 +0.124023437500 +0.022338867188 +0.028808593750 +0.039550781250 +0.046875000000 +-0.062988281250 +-0.067871093750 +0.095214843750 +-0.104980468750 +-0.023437500000 +-0.066406250000 +-0.048339843750 +-0.097167968750 +-0.039550781250 +-0.048095703125 +-0.046142578125 +-0.196289062500 +-0.030273437500 +0.056152343750 +-0.057128906250 +-0.180664062500 +-0.085449218750 +0.053466796875 +-0.108398437500 +-0.142578125000 +0.023925781250 +0.116699218750 +0.019409179688 +-0.028442382812 +-0.030029296875 +-0.012268066406 +0.173828125000 +-0.118652343750 +0.086914062500 +-0.054931640625 +-0.116699218750 +-0.206054687500 +0.115722656250 +-0.111328125000 +0.089843750000 +0.042724609375 +0.125000000000 +0.166015625000 +0.247070312500 +-0.104492187500 +0.033203125000 +0.006439208984 +-0.019897460938 +-0.048583984375 +0.050537109375 +-0.079101562500 +0.162109375000 +0.060058593750 +0.049560546875 +0.047119140625 +0.149414062500 +0.188476562500 +-0.201171875000 +-0.165039062500 +-0.075195312500 +-0.020874023438 +-0.120605468750 +0.039062500000 +-0.250000000000 +0.031494140625 +-0.041992187500 +0.046142578125 +-0.077148437500 +0.039062500000 +-0.147460937500 +0.059570312500 +-0.036865234375 +0.022338867188 +0.041748046875 +-0.194335937500 +-0.127929687500 +0.064453125000 +-0.135742187500 +-0.097167968750 +-0.113769531250 +-0.083496093750 +-0.119628906250 +-0.068359375000 +-0.045410156250 +-0.117187500000 +0.040771484375 +-0.026733398438 +-0.049560546875 +0.281250000000 +0.001846313477 +0.104980468750 +-0.201171875000 +-0.182617187500 +-0.042724609375 +0.124023437500 +0.011901855469 +-0.077148437500 +-0.058837890625 +-0.226562500000 +0.127929687500 +-0.077636718750 +0.049560546875 +-0.022705078125 +-0.022460937500 +0.114746093750 +-0.013977050781 +-0.165039062500 +-0.046142578125 +0.106445312500 +-0.161132812500 +0.180664062500 +0.073242187500 +0.139648437500 +0.154296875000 +0.139648437500 +-0.133789062500 +0.335937500000 +0.073730468750 +-0.050781250000 +-0.084960937500 +0.150390625000 +0.055175781250 +-0.127929687500 +-0.211914062500 +-0.155273437500 +0.024291992188 +0.027099609375 +0.011413574219 +0.097656250000 +0.003555297852 +-0.040771484375 +0.008178710938 +0.229492187500 +0.055908203125 +0.169921875000 +-0.132812500000 +0.025146484375 +-0.178710937500 +-0.086425781250 +0.035156250000 +0.071289062500 +-0.041015625000 +-0.187500000000 +-0.155273437500 +0.000637054443 +-0.075683593750 +-0.063964843750 +0.039062500000 +0.133789062500 +0.023559570312 +-0.022705078125 +0.099609375000 +-0.015014648438 +0.170898437500 +0.199218750000 +-0.012145996094 +-0.025146484375 +-0.135742187500 +0.028320312500 +0.037841796875 +0.135742187500 +-0.025146484375 +-0.018310546875 +0.088867187500 +-0.015869140625 +-0.005157470703 +-0.015625000000 +0.132812500000 +-0.014465332031 +-0.016723632812 +0.208984375000 +0.024536132812 +0.134765625000 +-0.010742187500 +0.121582031250 +0.106933593750 +-0.178710937500 +0.003723144531 +0.131835937500 +0.249023437500 +-0.033203125000 +-0.053955078125 +-0.084472656250 +-0.057617187500 +0.085449218750 +-0.099121093750 +0.043457031250 +0.021728515625 +0.050781250000 +-0.110839843750 +-0.153320312500 +0.058593750000 +-0.027221679688 +-0.033203125000 +-0.084472656250 +0.140625000000 +-0.058837890625 +0.128906250000 +-0.092773437500 +-0.058837890625 +0.012878417969 +-0.033203125000 +0.055419921875 +0.113281250000 +-0.084960937500 +-0.079589843750 +0.029663085938 +-0.202148437500 +-0.139648437500 +0.000236511230 +0.053222656250 +-0.171875000000 +-0.120117187500 +-0.098632812500 +-0.119628906250 +0.083496093750 +0.208984375000 +-0.111816406250 +0.087890625000 +0.064941406250 +0.155273437500 +-0.112792968750 +-0.120117187500 +-0.048828125000 +-0.150390625000 +-0.095214843750 +-0.015625000000 +0.036376953125 +-0.141601562500 +0.055664062500 +-0.140625000000 +0.025756835938 +-0.068847656250 +0.061767578125 +-0.051757812500 +-0.024780273438 +-0.072753906250 +-0.129882812500 +0.054199218750 +0.030151367188 +-0.027954101562 +-0.152343750000 +0.187500000000 +0.068359375000 +0.049072265625 +-0.066406250000 +0.253906250000 +0.097656250000 +0.012145996094 +0.108886718750 +-0.054199218750 +0.091308593750 +0.193359375000 +-0.044433593750 +-0.054687500000 +0.115234375000 +0.145507812500 +0.010864257812 +-0.036132812500 +-0.030273437500 +0.075195312500 +-0.134765625000 +0.065429687500 +-0.013671875000 +0.056884765625 +-0.034667968750 +-0.110839843750 +0.128906250000 +-0.012512207031 +-0.014953613281 +0.322265625000 +0.081542968750 +-0.121093750000 +0.050048828125 +-0.200195312500 +0.082519531250 +0.020141601562 +-0.058105468750 +-0.126953125000 +-0.014404296875 +0.124023437500 +0.154296875000 +0.120605468750 +-0.080078125000 +0.014526367188 +0.091308593750 +-0.065429687500 +-0.060791015625 +-0.067871093750 +0.062988281250 +-0.120117187500 +-0.050781250000 +0.061035156250 +-0.043701171875 +0.186523437500 +0.124511718750 +-0.107421875000 +-0.127929687500 +0.116699218750 +-0.128906250000 +0.220703125000 +0.034667968750 +-0.081542968750 +-0.113281250000 +-0.015075683594 +0.125976562500 +0.112792968750 +0.031982421875 +-0.118652343750 +-0.113769531250 +-0.107421875000 +-0.002136230469 +-0.051757812500 +-0.226562500000 +-0.037353515625 +0.131835937500 +-0.161132812500 +-0.075195312500 +0.075195312500 +0.111328125000 +0.117187500000 +0.059570312500 +0.122070312500 +0.088378906250 +-0.111816406250 +0.031982421875 +-0.056396484375 +0.015075683594 +0.017578125000 +0.073242187500 +0.335937500000 +-0.149414062500 +-0.107421875000 +-0.184570312500 +-0.015380859375 +0.071289062500 +-0.122558593750 +0.049560546875 +0.019653320312 +0.085449218750 +0.057128906250 +-0.128906250000 +-0.038818359375 +0.087402343750 +0.075683593750 +-0.002960205078 +0.034912109375 +-0.124023437500 +-0.156250000000 +-0.071777343750 +0.052001953125 +-0.046142578125 +0.085937500000 +-0.028808593750 +-0.007598876953 +-0.044677734375 +0.135742187500 +0.067871093750 +0.191406250000 +-0.051025390625 +-0.019409179688 +0.041259765625 +0.057128906250 +-0.047607421875 +0.039062500000 +0.033935546875 +-0.049072265625 +-0.084472656250 +0.053710937500 +0.175781250000 +-0.092773437500 +0.033935546875 +0.349609375000 +0.121582031250 +0.028808593750 +-0.047363281250 +0.046630859375 +-0.122070312500 +0.060791015625 +0.131835937500 +0.147460937500 +-0.128906250000 +0.012756347656 +-0.080566406250 +-0.029296875000 +0.026977539062 +0.061279296875 +-0.010864257812 +0.180664062500 +-0.133789062500 +-0.091308593750 +-0.021118164062 +0.086914062500 +-0.255859375000 +0.118164062500 +-0.097656250000 +-0.070800781250 +0.102050781250 +0.111816406250 +-0.165039062500 +-0.069824218750 +-0.178710937500 +-0.306640625000 +0.040039062500 +0.073730468750 +-0.081054687500 +-0.055419921875 +-0.065917968750 +-0.072753906250 +-0.002532958984 +0.133789062500 +0.025390625000 +-0.018798828125 +-0.012145996094 +-0.114746093750 +-0.108398437500 +0.010620117188 +0.177734375000 +0.095214843750 +0.097656250000 +-0.042968750000 +-0.072753906250 +0.034667968750 +0.020019531250 +0.147460937500 +-0.155273437500 +-0.014770507812 +-0.021118164062 +-0.063476562500 +0.108398437500 +-0.043945312500 +-0.007232666016 +0.002166748047 +0.046386718750 +0.154296875000 +0.105468750000 +0.099609375000 +0.135742187500 +0.126953125000 +0.041015625000 +0.002197265625 +-0.080566406250 +0.040527343750 +0.101562500000 +-0.217773437500 +-0.144531250000 +-0.155273437500 +0.091308593750 +0.080566406250 +0.020751953125 +-0.134765625000 +0.125976562500 +0.130859375000 +-0.103515625000 +-0.077148437500 +-0.001495361328 +0.235351562500 +-0.127929687500 +-0.088867187500 +-0.136718750000 +0.033935546875 +0.025756835938 +0.122070312500 +-0.231445312500 +-0.006530761719 +-0.091308593750 +-0.000572204590 +-0.043945312500 +0.135742187500 +-0.067382812500 +0.139648437500 +0.191406250000 +0.119140625000 +-0.075195312500 +-0.124511718750 +0.041259765625 +-0.022949218750 +0.106933593750 +-0.041992187500 +-0.003616333008 +0.020019531250 +-0.088867187500 +0.153320312500 +0.043701171875 +0.085937500000 +-0.296875000000 +-0.072753906250 +0.069335937500 +-0.042968750000 +0.088867187500 +-0.005432128906 +0.014038085938 +-0.052978515625 +0.114746093750 +-0.202148437500 +-0.028198242188 +0.055908203125 +0.044433593750 +-0.059326171875 +0.111328125000 +0.067382812500 +0.115234375000 +-0.127929687500 +-0.241210937500 +0.021362304688 +-0.014038085938 +-0.093261718750 +-0.050781250000 +-0.114746093750 +-0.012329101562 +-0.013061523438 +0.043212890625 +0.085449218750 +-0.084960937500 +-0.161132812500 +0.159179687500 +-0.018554687500 +0.021728515625 +0.067382812500 +0.069335937500 +0.044433593750 +-0.267578125000 +-0.004150390625 +-0.073730468750 +0.035156250000 +-0.139648437500 +0.180664062500 +0.011718750000 +-0.071777343750 +0.013793945312 +-0.110351562500 +-0.026245117188 +-0.092773437500 +0.127929687500 +-0.001449584961 +0.096679687500 +0.101562500000 +-0.084960937500 +-0.016235351562 +-0.149414062500 +0.043701171875 +-0.014587402344 +0.025390625000 +-0.062500000000 +-0.005340576172 +0.111816406250 +-0.000629425049 +0.031005859375 +0.106933593750 +0.103027343750 +0.117187500000 +-0.165039062500 +0.005157470703 +0.046875000000 +-0.046630859375 +-0.205078125000 +-0.058349609375 +0.083496093750 +-0.015319824219 +-0.226562500000 +-0.188476562500 +0.094238281250 +-0.099121093750 +0.024536132812 +0.050048828125 +-0.005310058594 +0.133789062500 +-0.104003906250 +-0.131835937500 +-0.016845703125 +-0.083984375000 +0.018188476562 +0.122070312500 +-0.010620117188 +0.184570312500 +-0.047119140625 +0.136718750000 +-0.023315429688 +-0.165039062500 +0.082519531250 +0.157226562500 +-0.017333984375 +-0.143554687500 +0.038574218750 +0.003280639648 +-0.134765625000 +-0.119140625000 +-0.238281250000 +0.082031250000 +0.113769531250 +-0.025512695312 +0.166015625000 +0.073242187500 +-0.130859375000 +0.102539062500 +-0.058837890625 +0.083007812500 +0.176757812500 +0.070312500000 +0.043945312500 +0.005584716797 +0.072265625000 +-0.068359375000 +-0.162109375000 +-0.075683593750 +-0.101562500000 +-0.058837890625 +-0.009460449219 +0.104980468750 +-0.072265625000 +0.009338378906 +-0.059814453125 +0.087890625000 +-0.129882812500 +0.141601562500 +0.151367187500 +-0.063476562500 +0.087890625000 +-0.016479492188 +-0.078125000000 +0.121093750000 +-0.017700195312 +-0.110839843750 +0.076171875000 +0.094726562500 +-0.041259765625 +0.014038085938 +0.074707031250 +0.044677734375 +-0.020874023438 +-0.053955078125 +-0.250000000000 +-0.020996093750 +0.246093750000 +0.077148437500 +-0.023193359375 +-0.133789062500 +-0.072265625000 +-0.004028320312 +0.145507812500 +-0.093261718750 +0.025146484375 +-0.031982421875 +-0.188476562500 +-0.078613281250 +0.048339843750 +-0.117187500000 +0.020385742188 +0.043701171875 +0.036376953125 +-0.069824218750 +-0.030883789062 +-0.093750000000 +-0.045654296875 +0.013061523438 +0.006195068359 +-0.060058593750 +-0.017944335938 +-0.165039062500 +-0.052490234375 +-0.073242187500 +0.088378906250 +-0.142578125000 +-0.066406250000 +-0.084472656250 +0.091308593750 +0.099121093750 +-0.024414062500 +0.031250000000 +0.011779785156 +0.061035156250 +-0.113769531250 +0.055175781250 +0.094726562500 +-0.041992187500 +0.124511718750 +-0.044677734375 +0.007629394531 +-0.148437500000 +0.115234375000 +-0.096191406250 +0.041015625000 +0.125000000000 +-0.022949218750 +0.192382812500 +0.026733398438 +0.030029296875 +-0.023437500000 +0.091796875000 +0.000503540039 +0.054199218750 +-0.049316406250 +-0.054443359375 +-0.137695312500 +-0.170898437500 +0.099121093750 +0.073242187500 +0.037841796875 +-0.004486083984 +-0.138671875000 +-0.120605468750 +0.120117187500 +-0.016479492188 +0.000976562500 +0.156250000000 +-0.068359375000 +-0.047607421875 +-0.040283203125 +-0.130859375000 +0.040771484375 +-0.087402343750 +0.049072265625 +-0.074218750000 +-0.048583984375 +0.127929687500 +0.102539062500 +-0.119140625000 +-0.019287109375 +0.051269531250 +-0.032714843750 +-0.162109375000 +-0.094238281250 +-0.003875732422 +0.122070312500 +0.051757812500 +-0.075683593750 +-0.259765625000 +-0.106933593750 +0.001571655273 +0.002029418945 +0.233398437500 +-0.062500000000 +-0.149414062500 +0.023559570312 +-0.038574218750 +-0.047119140625 +-0.074218750000 +-0.022094726562 +0.067382812500 +-0.099121093750 +-0.010437011719 +0.052246093750 +0.011840820312 +0.091796875000 +0.082031250000 +-0.079589843750 +0.140625000000 +0.022338867188 +-0.013977050781 +0.004882812500 +0.043212890625 +0.001060485840 +-0.062988281250 +-0.017944335938 +0.078613281250 +0.006195068359 +0.053222656250 +0.025756835938 +-0.100097656250 +-0.031005859375 +0.039306640625 +0.031250000000 +-0.041259765625 +-0.099121093750 +-0.157226562500 +0.010620117188 +0.073242187500 +0.112304687500 +0.092285156250 +0.138671875000 +0.061767578125 +-0.091308593750 +0.082031250000 +-0.067871093750 +0.014770507812 +0.118652343750 +-0.056884765625 +-0.048339843750 +-0.101074218750 +-0.115234375000 +0.028564453125 +0.075195312500 +-0.094726562500 +0.232421875000 +0.099121093750 +-0.250000000000 +0.054687500000 +-0.261718750000 +-0.011413574219 +-0.035644531250 +-0.022827148438 +-0.043945312500 +0.118652343750 +-0.094238281250 +-0.200195312500 +0.023315429688 +-0.125976562500 +-0.010864257812 +0.002395629883 +-0.055908203125 +0.097167968750 +0.060058593750 +0.072265625000 +-0.153320312500 +-0.160156250000 +-0.088867187500 +-0.032226562500 +0.094726562500 +0.141601562500 +-0.022216796875 +0.054687500000 +-0.062255859375 +-0.059570312500 +-0.017211914062 +0.080078125000 +0.210937500000 +0.104980468750 +-0.034912109375 +-0.166015625000 +-0.031738281250 +0.013183593750 +-0.062988281250 +-0.051757812500 +-0.120117187500 +0.052001953125 +-0.033447265625 +-0.015869140625 +-0.067382812500 +-0.125976562500 +0.003646850586 +-0.124023437500 +-0.029418945312 +-0.020507812500 +0.145507812500 +0.009765625000 +0.089843750000 +-0.217773437500 +-0.077636718750 +-0.072753906250 +0.021118164062 +-0.020141601562 +0.064453125000 +-0.063964843750 +0.030029296875 +0.002105712891 +0.135742187500 +-0.115722656250 +0.028320312500 +0.017700195312 +-0.041992187500 +0.210937500000 +0.004669189453 +0.102539062500 +-0.145507812500 +-0.182617187500 +0.085937500000 +0.149414062500 +0.218750000000 +0.001426696777 +0.111328125000 +0.008666992188 +0.166015625000 +0.009338378906 +-0.039550781250 +-0.167968750000 +0.251953125000 +0.208007812500 +0.090332031250 +-0.134765625000 +-0.128906250000 +0.033935546875 +0.067871093750 +0.051025390625 +0.016479492188 +0.136718750000 +-0.062255859375 +-0.049804687500 +0.061035156250 +-0.069824218750 +0.002014160156 +-0.052246093750 +0.013854980469 +0.018798828125 +-0.125000000000 +0.351562500000 +0.023315429688 +0.022583007812 +-0.083984375000 +0.008728027344 +-0.070312500000 +-0.178710937500 +-0.132812500000 +0.003021240234 +-0.030639648438 +-0.050781250000 +0.043701171875 +0.006042480469 +0.036376953125 +-0.105957031250 +-0.057373046875 +0.023559570312 +0.007110595703 +0.018798828125 +0.034423828125 +-0.106933593750 +-0.047119140625 +0.052978515625 +-0.042968750000 +-0.215820312500 +0.014404296875 +-0.158203125000 +-0.081542968750 +0.141601562500 +0.101562500000 +0.078125000000 +0.123535156250 +-0.002761840820 +0.066894531250 +0.149414062500 +0.151367187500 +0.011108398438 +-0.156250000000 +0.027832031250 +0.050537109375 +0.055664062500 +0.228515625000 +-0.039062500000 +0.100585937500 +0.095703125000 +0.081054687500 +-0.144531250000 +0.070800781250 +0.200195312500 +-0.180664062500 +-0.184570312500 +0.068359375000 +-0.097167968750 +-0.101074218750 +0.076171875000 +0.055664062500 +0.055175781250 +0.279296875000 +-0.009277343750 +-0.096679687500 +-0.030029296875 +0.015502929688 +-0.097656250000 +-0.086425781250 +-0.035888671875 +-0.178710937500 +0.013305664062 +0.052490234375 +-0.175781250000 +-0.106445312500 +-0.009582519531 +0.159179687500 +0.012939453125 +0.017211914062 +0.000035524368 +0.006347656250 +-0.031250000000 +0.020263671875 +-0.107421875000 +0.189453125000 +0.037841796875 +0.033447265625 +-0.115722656250 +-0.153320312500 +0.001701354980 +0.015014648438 +0.014709472656 +-0.072753906250 +-0.121582031250 +-0.165039062500 +-0.068847656250 +0.030273437500 +0.002441406250 +0.032958984375 +-0.160156250000 +0.086425781250 +0.173828125000 +-0.026123046875 +-0.101074218750 +0.106933593750 +-0.120605468750 +0.042724609375 +-0.089355468750 +0.101074218750 +-0.010375976562 +-0.104003906250 +-0.033447265625 +-0.006011962891 +-0.025024414062 +0.098632812500 +-0.084960937500 +0.090332031250 +0.022338867188 +-0.062500000000 +-0.022583007812 +0.124511718750 +0.112304687500 +0.060058593750 +-0.070312500000 +-0.107421875000 +0.133789062500 +0.171875000000 +0.046386718750 +-0.046630859375 +-0.058349609375 +-0.159179687500 +0.002105712891 +0.023559570312 +0.057128906250 +0.091796875000 +-0.007934570312 +-0.064941406250 +0.141601562500 +-0.046630859375 +-0.069335937500 +0.059326171875 +0.097167968750 +0.041748046875 +-0.032226562500 +0.131835937500 +-0.025512695312 +0.021972656250 +-0.153320312500 +-0.097656250000 +0.112792968750 +0.145507812500 +0.215820312500 +-0.003707885742 +-0.075683593750 +0.093261718750 +-0.044921875000 +0.014282226562 +-0.079589843750 +-0.048828125000 +-0.166992187500 +0.026123046875 +0.032958984375 +0.125976562500 +0.077148437500 +-0.054687500000 +0.165039062500 +0.078125000000 +-0.000486373901 +-0.004119873047 +-0.030639648438 +0.151367187500 +-0.218750000000 +0.047119140625 +0.012084960938 +0.152343750000 +-0.120117187500 +-0.097656250000 +0.006561279297 +-0.070800781250 +0.168945312500 +0.066894531250 +0.181640625000 +-0.021972656250 +-0.035644531250 +-0.117675781250 +-0.072265625000 +0.192382812500 +-0.089355468750 +-0.071289062500 +0.024047851562 +0.104492187500 +-0.004180908203 +0.000728607178 +-0.002212524414 +0.002319335938 +0.104492187500 +-0.132812500000 +0.104492187500 +0.041503906250 +0.015563964844 +-0.051757812500 +-0.139648437500 +-0.242187500000 +-0.131835937500 +-0.121093750000 +0.044189453125 +0.141601562500 +0.145507812500 +0.089843750000 +-0.166015625000 +0.048339843750 +0.051269531250 +0.027832031250 +0.019897460938 +0.028198242188 +-0.133789062500 +0.087890625000 +0.033447265625 +0.013488769531 +0.075683593750 +-0.106933593750 +-0.134765625000 +0.038085937500 +-0.076660156250 +-0.100585937500 +-0.076660156250 +-0.006652832031 +0.054931640625 +0.086425781250 +0.166992187500 +-0.133789062500 +0.117187500000 +0.189453125000 +-0.045166015625 +-0.082519531250 +-0.019165039062 +-0.134765625000 +0.080566406250 +-0.185546875000 +0.022216796875 +-0.000421524048 +0.006805419922 +0.143554687500 +0.153320312500 +0.062011718750 +0.045166015625 +-0.057373046875 +0.030639648438 +-0.145507812500 +0.092285156250 +-0.116210937500 +-0.021972656250 +0.107910156250 +0.087402343750 +0.039550781250 +0.007202148438 +0.071289062500 +-0.064453125000 +-0.062988281250 +-0.063476562500 +-0.316406250000 +-0.052978515625 +-0.016845703125 +0.050292968750 +-0.078125000000 +-0.148437500000 +-0.073242187500 +0.023437500000 +0.167968750000 +-0.022949218750 +-0.050781250000 +0.022460937500 +-0.035888671875 +-0.003341674805 +-0.068359375000 +-0.003372192383 +-0.005218505859 +0.031494140625 +-0.014221191406 +-0.063476562500 +-0.023315429688 +0.045898437500 +-0.094726562500 +-0.302734375000 +-0.006866455078 +-0.080566406250 +0.138671875000 +-0.015869140625 +-0.002548217773 +0.159179687500 +-0.123046875000 +0.032226562500 +-0.000679016113 +-0.022338867188 +-0.005096435547 +-0.010009765625 +0.012207031250 +0.083007812500 +-0.158203125000 +-0.073730468750 +0.052734375000 +-0.050537109375 +-0.263671875000 +0.012023925781 +0.081542968750 +-0.119628906250 +0.057373046875 +-0.016967773438 +0.110351562500 +-0.067382812500 +0.074707031250 +0.002822875977 +0.178710937500 +-0.024047851562 +0.089355468750 +-0.094238281250 +0.082519531250 +0.043701171875 +-0.080078125000 +0.085937500000 +0.037841796875 +-0.067382812500 +-0.043945312500 +-0.200195312500 +-0.081542968750 +-0.033447265625 +-0.062500000000 +0.045410156250 +0.019897460938 +-0.132812500000 +-0.198242187500 +-0.124023437500 +0.022949218750 +0.206054687500 +-0.038574218750 +-0.022949218750 +-0.119628906250 +0.057861328125 +0.003189086914 +0.016357421875 +-0.130859375000 +-0.257812500000 +-0.065429687500 +-0.076171875000 +-0.090820312500 +-0.035156250000 +0.005767822266 +-0.080566406250 +0.004638671875 +-0.035400390625 +0.006317138672 +0.042968750000 +0.119628906250 +-0.014221191406 +0.142578125000 +-0.050537109375 +-0.015380859375 +-0.098144531250 +0.044921875000 +-0.038085937500 +-0.095214843750 +0.112792968750 +0.072753906250 +0.062255859375 +-0.026611328125 +0.156250000000 +0.161132812500 +0.071777343750 +0.061035156250 +-0.015991210938 +-0.008666992188 +0.124511718750 +-0.162109375000 +0.036621093750 +-0.114746093750 +-0.069335937500 +0.034179687500 +-0.193359375000 +-0.037597656250 +0.005828857422 +-0.011047363281 +0.040283203125 +0.087402343750 +0.076171875000 +0.022705078125 +-0.223632812500 +0.001968383789 +-0.225585937500 +0.041503906250 +0.157226562500 +-0.108398437500 +0.071289062500 +0.010925292969 +-0.091308593750 +-0.012390136719 +-0.060058593750 +0.006134033203 +0.024658203125 +0.060302734375 +-0.053955078125 +0.037597656250 +0.081542968750 +0.049560546875 +-0.275390625000 +-0.094726562500 +0.004516601562 +-0.037841796875 +0.034667968750 +0.073242187500 +-0.030273437500 +0.128906250000 +-0.267578125000 +0.150390625000 +0.044677734375 +-0.147460937500 +0.144531250000 +0.104003906250 +-0.130859375000 +-0.009582519531 +0.034912109375 +0.027954101562 +-0.177734375000 +0.137695312500 +-0.055664062500 +-0.010009765625 +-0.184570312500 +-0.071289062500 +-0.029296875000 +-0.095703125000 +-0.070312500000 +0.192382812500 +0.091308593750 +-0.003997802734 +0.105468750000 +0.005676269531 +-0.110351562500 +0.073242187500 +0.202148437500 +-0.129882812500 +-0.007263183594 +0.041748046875 +-0.120117187500 +-0.023437500000 +0.149414062500 +0.083496093750 +0.219726562500 +-0.047363281250 +-0.045654296875 +-0.000429153442 +-0.040283203125 +-0.087402343750 +0.106933593750 +-0.030883789062 +-0.006072998047 +-0.166992187500 +-0.208984375000 +-0.097656250000 +0.019165039062 +-0.099121093750 +-0.063964843750 +0.097656250000 +0.104980468750 +-0.023071289062 +0.111816406250 +-0.119140625000 +-0.004150390625 +0.012207031250 +0.072753906250 +0.034179687500 +0.167968750000 +0.063964843750 +-0.242187500000 +-0.027954101562 +0.091308593750 +-0.081542968750 +-0.058105468750 +0.031250000000 +0.104492187500 +-0.105468750000 +-0.002792358398 +0.157226562500 +-0.116210937500 +0.008911132812 +0.001373291016 +0.062255859375 +0.022583007812 +-0.088867187500 +-0.093750000000 +0.204101562500 +-0.160156250000 +-0.044433593750 +0.230468750000 +-0.083984375000 +0.068359375000 +-0.034912109375 +0.007629394531 +0.055664062500 +0.113769531250 +-0.090332031250 +0.116699218750 +0.007812500000 +0.052001953125 +-0.066894531250 +-0.052490234375 +0.038085937500 +0.026123046875 +0.015625000000 +0.151367187500 +-0.067871093750 +-0.213867187500 +0.026855468750 +-0.001388549805 +0.081542968750 +-0.034667968750 +-0.088378906250 +-0.154296875000 +0.174804687500 +0.033935546875 +-0.003814697266 +-0.010437011719 +0.139648437500 +0.039062500000 +0.093261718750 +0.007659912109 +0.037353515625 +0.042724609375 +-0.020263671875 +-0.046875000000 +-0.056640625000 +-0.067382812500 +-0.056152343750 +0.046630859375 +0.127929687500 +-0.075683593750 +0.041992187500 +-0.044677734375 +-0.046630859375 +-0.064941406250 +0.062988281250 +0.029541015625 +-0.030151367188 +0.026733398438 +-0.090820312500 +-0.070312500000 +0.279296875000 +-0.025878906250 +-0.087402343750 +0.012207031250 +-0.088378906250 +0.091308593750 +0.155273437500 +0.003860473633 +-0.186523437500 +0.052246093750 +-0.129882812500 +0.016845703125 +-0.035644531250 +-0.125976562500 +-0.057128906250 +0.009399414062 +-0.111328125000 +-0.151367187500 +0.291015625000 +-0.218750000000 +0.081542968750 +0.078125000000 +0.113769531250 +0.090332031250 +0.174804687500 +-0.018066406250 +0.363281250000 +0.127929687500 +0.056152343750 +0.024658203125 +-0.020996093750 +0.059082031250 +0.081054687500 +-0.029296875000 +-0.179687500000 +0.072753906250 +0.007110595703 +-0.130859375000 +-0.116699218750 +-0.053466796875 +0.075683593750 +-0.050537109375 +0.048828125000 +-0.037353515625 +-0.011596679688 +0.089843750000 +-0.117675781250 +-0.139648437500 +-0.003021240234 +-0.102539062500 +-0.050537109375 +0.010986328125 +-0.016845703125 +0.114746093750 +0.005279541016 +-0.231445312500 +0.048583984375 +-0.021972656250 +-0.061523437500 +0.130859375000 +-0.024780273438 +-0.066406250000 +0.123046875000 +0.120605468750 +-0.032958984375 +0.113769531250 +0.017456054688 +-0.069335937500 +0.129882812500 +-0.073730468750 +-0.015991210938 +0.014526367188 +0.008300781250 +-0.135742187500 +0.058105468750 +0.146484375000 +0.023193359375 +0.091308593750 +0.077636718750 +0.002838134766 +-0.062988281250 +0.167968750000 +0.017700195312 +-0.068359375000 +0.024902343750 +-0.176757812500 +0.063964843750 +0.041015625000 +-0.084960937500 +0.058349609375 +-0.030029296875 +-0.016235351562 +0.053466796875 +-0.141601562500 +0.011230468750 +-0.009704589844 +-0.162109375000 +0.024291992188 +-0.033447265625 +0.092285156250 +-0.095214843750 +0.208984375000 +0.051269531250 +0.035156250000 +0.123535156250 +0.169921875000 +0.075195312500 +0.022094726562 +-0.049804687500 +0.006256103516 +0.023315429688 +-0.011413574219 +-0.012207031250 +0.028930664062 +-0.022338867188 +0.040283203125 +0.025634765625 +-0.013549804688 +-0.079589843750 +-0.015991210938 +0.106933593750 +-0.035156250000 +0.013488769531 +-0.057861328125 +0.005584716797 +0.009765625000 +-0.124023437500 +-0.004089355469 +-0.080566406250 +0.054199218750 +-0.080566406250 +0.043701171875 +-0.060058593750 +-0.169921875000 +-0.063476562500 +-0.009521484375 +-0.028564453125 +-0.131835937500 +0.023193359375 +-0.000595092773 +0.097167968750 +-0.073242187500 +0.247070312500 +0.072753906250 +0.190429687500 +0.005859375000 +0.039550781250 +-0.003372192383 +-0.068847656250 +-0.129882812500 +0.066894531250 +0.051025390625 +-0.053222656250 +-0.075195312500 +0.084472656250 +0.114746093750 +0.049804687500 +0.061523437500 +-0.057617187500 +0.020874023438 +0.114746093750 +0.092285156250 +0.001144409180 +-0.067871093750 +-0.017944335938 +-0.053955078125 +0.000310897827 +0.007812500000 +-0.024169921875 +-0.130859375000 +-0.017456054688 +-0.130859375000 +0.071777343750 +0.128906250000 +-0.057128906250 +0.113281250000 +-0.113281250000 +-0.009826660156 +-0.049316406250 +-0.105957031250 +-0.041015625000 +0.053222656250 +-0.015747070312 +0.062988281250 +0.077148437500 +-0.054199218750 +-0.017211914062 +0.052001953125 +0.057128906250 +0.117187500000 +0.102539062500 +-0.000396728516 +-0.064453125000 +0.049316406250 +0.050781250000 +-0.087402343750 +-0.031738281250 +0.174804687500 +0.020874023438 +-0.109863281250 +-0.060546875000 +-0.037597656250 +0.091796875000 +0.049560546875 +-0.095214843750 +-0.064453125000 +0.089355468750 +0.041015625000 +-0.043457031250 +0.051025390625 +-0.034179687500 +0.022338867188 +0.108886718750 +0.004333496094 +-0.058349609375 +0.001586914062 +-0.062988281250 +0.007690429688 +-0.002441406250 +-0.118652343750 +0.082031250000 +0.190429687500 +-0.082519531250 +0.011779785156 +-0.192382812500 +-0.056640625000 +0.143554687500 +-0.090332031250 +-0.019531250000 +0.021118164062 +-0.101074218750 +-0.032226562500 +0.035644531250 +0.014343261719 +-0.167968750000 +-0.109375000000 +0.022338867188 +-0.067871093750 +-0.058105468750 +0.076171875000 +-0.076171875000 +0.028198242188 +0.024414062500 +-0.075195312500 +0.089843750000 +0.113769531250 +-0.039062500000 +-0.095214843750 +-0.135742187500 +0.004272460938 +0.174804687500 +-0.014099121094 +0.003219604492 +-0.057373046875 +-0.040527343750 +0.052246093750 +-0.117187500000 +0.068359375000 +-0.009887695312 +0.003753662109 +-0.097167968750 +0.206054687500 +0.169921875000 +0.129882812500 +0.138671875000 +0.096679687500 +0.051757812500 +0.177734375000 +-0.083007812500 +0.073242187500 +-0.000286102295 +0.000656127930 +-0.017700195312 +-0.153320312500 +0.202148437500 +-0.062255859375 +0.134765625000 +-0.170898437500 +-0.062500000000 +-0.021972656250 +0.087890625000 +-0.054931640625 +0.083007812500 +-0.023437500000 +-0.113769531250 +-0.094238281250 +0.033203125000 +-0.066894531250 +-0.188476562500 +0.108398437500 +0.038085937500 +0.116210937500 +-0.097656250000 +-0.144531250000 +0.062011718750 +-0.173828125000 +-0.125976562500 +0.214843750000 +0.006683349609 +-0.060546875000 +0.096191406250 +-0.122070312500 +-0.093261718750 +-0.046630859375 +0.054443359375 +-0.046386718750 +-0.015258789062 +-0.123046875000 +0.045898437500 +-0.053955078125 +0.018676757812 +-0.109375000000 +-0.044677734375 +-0.055908203125 +0.078613281250 +0.078125000000 +0.205078125000 +-0.037109375000 +-0.107421875000 +0.000827789307 +-0.117187500000 +0.030273437500 +-0.006591796875 +-0.080078125000 +-0.145507812500 +-0.220703125000 +0.026000976562 +-0.178710937500 +0.146484375000 +-0.016357421875 +0.003250122070 +-0.086425781250 +0.067871093750 +0.111328125000 +0.094726562500 +0.022338867188 +0.031494140625 +-0.045166015625 +0.045654296875 +0.026245117188 +0.057861328125 +-0.049316406250 +0.025146484375 +0.159179687500 +0.054687500000 +-0.036621093750 +-0.031250000000 +0.084472656250 +-0.088867187500 +0.181640625000 +0.066406250000 +-0.123535156250 +0.092285156250 +0.181640625000 +-0.077636718750 +0.009033203125 +-0.020751953125 +0.291015625000 +0.112304687500 +0.084472656250 +0.145507812500 +-0.042236328125 +0.061035156250 +0.041503906250 +-0.066406250000 +0.038330078125 +-0.022583007812 +0.048095703125 +-0.073242187500 +-0.015991210938 +0.000511169434 +-0.147460937500 +0.045410156250 +-0.167968750000 +-0.033935546875 +0.045654296875 +-0.239257812500 +0.012939453125 +-0.058349609375 +-0.121093750000 +-0.029418945312 +-0.041992187500 +-0.058349609375 +0.182617187500 +-0.058837890625 +-0.043945312500 +-0.142578125000 +0.072265625000 +0.017333984375 +-0.127929687500 +-0.164062500000 +0.077636718750 +0.102050781250 +-0.098144531250 +0.059082031250 +-0.065429687500 +-0.123046875000 +0.082519531250 +-0.007812500000 +-0.032958984375 +-0.047363281250 +-0.116699218750 +0.162109375000 +-0.002182006836 +0.102539062500 +-0.021728515625 +-0.065429687500 +-0.000682830811 +0.158203125000 +0.114257812500 +-0.042724609375 +0.011718750000 +-0.060302734375 +0.088378906250 +-0.055908203125 +-0.111328125000 +0.164062500000 +0.030029296875 +-0.018554687500 +-0.097167968750 +-0.031250000000 +-0.067871093750 +-0.016967773438 +-0.116210937500 +-0.083496093750 +0.253906250000 +0.162109375000 +0.107910156250 +0.039550781250 +0.224609375000 +-0.004577636719 +-0.124023437500 +-0.009460449219 +-0.043701171875 +0.126953125000 +0.059082031250 +-0.040527343750 +0.034423828125 +0.115722656250 +-0.283203125000 +-0.022949218750 +-0.049804687500 +-0.050048828125 +-0.132812500000 +0.111328125000 +0.106445312500 +-0.024169921875 +0.080566406250 +0.020874023438 +0.119140625000 +0.161132812500 +-0.031127929688 +-0.050292968750 +-0.050781250000 +-0.136718750000 +-0.097167968750 +0.005096435547 +0.018554687500 +0.022583007812 +-0.011230468750 +-0.045410156250 +0.052001953125 +0.210937500000 +0.012512207031 +-0.090820312500 +0.029663085938 +0.028442382812 +-0.166992187500 +-0.154296875000 +0.022216796875 +0.081542968750 +-0.031738281250 +-0.053710937500 +0.008117675781 +0.056884765625 +-0.005706787109 +0.003890991211 +-0.008422851562 +0.000915527344 +0.054443359375 +-0.099121093750 +0.001495361328 +0.163085937500 +-0.188476562500 +-0.101074218750 +0.041992187500 +0.028076171875 +0.070312500000 +-0.161132812500 +0.050537109375 +-0.066406250000 +0.047851562500 +0.094726562500 +-0.002212524414 +0.142578125000 +0.095214843750 +0.041503906250 +0.015319824219 +-0.088378906250 +-0.183593750000 +-0.008239746094 +-0.123046875000 +-0.048828125000 +-0.125000000000 +0.009216308594 +-0.081054687500 +-0.082031250000 +-0.091796875000 +-0.070312500000 +0.025146484375 +0.113769531250 +-0.159179687500 +-0.020751953125 +0.022827148438 +-0.146484375000 +0.176757812500 +-0.016601562500 +0.006713867188 +0.072265625000 +-0.008483886719 +-0.096679687500 +0.084960937500 +0.050048828125 +0.029907226562 +0.093261718750 +-0.131835937500 +-0.029785156250 +0.041992187500 +-0.150390625000 +0.130859375000 +-0.006591796875 +-0.013793945312 +-0.138671875000 +-0.013427734375 +0.042236328125 +0.077636718750 +-0.072265625000 +-0.033447265625 +-0.028076171875 +-0.079589843750 +0.039550781250 +0.009765625000 +-0.008789062500 +-0.101562500000 +0.040283203125 +0.046386718750 +-0.128906250000 +-0.135742187500 +0.034423828125 +0.066406250000 +-0.040771484375 +0.126953125000 +0.095214843750 +-0.009399414062 +0.207031250000 +0.064453125000 +0.019775390625 +0.022583007812 +0.085937500000 +-0.156250000000 +-0.061523437500 +0.055419921875 +0.179687500000 +-0.167968750000 +-0.016845703125 +-0.047607421875 +0.166015625000 +-0.031494140625 +-0.059814453125 +-0.165039062500 +-0.070312500000 +0.175781250000 +0.094238281250 +0.201171875000 +-0.124023437500 +0.080566406250 +-0.185546875000 +0.062500000000 +-0.043945312500 +-0.018310546875 +-0.053466796875 +-0.045410156250 +0.088867187500 +0.005615234375 +-0.044189453125 +0.166015625000 +0.074218750000 +-0.147460937500 +-0.118652343750 +-0.021240234375 +-0.163085937500 +0.097167968750 +0.125000000000 +-0.080566406250 +-0.118652343750 +0.090820312500 +-0.024902343750 +0.138671875000 +-0.030151367188 +-0.148437500000 +-0.019165039062 +0.059082031250 +0.157226562500 +0.006958007812 +0.057617187500 +0.010925292969 +-0.039062500000 +-0.037841796875 +-0.031982421875 +0.098144531250 +-0.085449218750 +-0.029663085938 +-0.122558593750 +0.051269531250 +0.019653320312 +-0.015136718750 +0.133789062500 +0.033935546875 +-0.068847656250 +-0.042724609375 +0.017456054688 +0.074218750000 +0.092285156250 +0.012329101562 +0.040527343750 +-0.113281250000 +-0.021972656250 +-0.125000000000 +-0.144531250000 +-0.093750000000 +0.023803710938 +0.193359375000 +0.024658203125 +0.083007812500 +0.063476562500 +0.045166015625 +0.026733398438 +-0.063476562500 +-0.100097656250 +0.245117187500 +0.064453125000 +-0.066894531250 +-0.054443359375 +0.108886718750 +-0.092285156250 +-0.168945312500 +0.099609375000 +0.182617187500 +0.058593750000 +0.069335937500 +0.107910156250 +-0.072753906250 +-0.007507324219 +0.090332031250 +0.123535156250 +0.070800781250 +0.102050781250 +-0.004669189453 +0.111816406250 +-0.117675781250 +-0.004882812500 +0.023803710938 +0.086425781250 +-0.092285156250 +-0.106445312500 +0.021606445312 +-0.117187500000 +0.085449218750 +0.053222656250 +-0.045166015625 +0.160156250000 +0.012023925781 +0.044921875000 +-0.099121093750 +-0.151367187500 +-0.091308593750 +-0.000022411346 +-0.058593750000 +0.016845703125 +-0.193359375000 +-0.098144531250 +0.069335937500 +0.036132812500 +-0.056640625000 +-0.151367187500 +-0.062988281250 +-0.074707031250 +-0.067382812500 +0.181640625000 +0.074218750000 +-0.132812500000 +0.033691406250 +-0.077636718750 +-0.033447265625 +-0.068847656250 +-0.091308593750 +-0.025390625000 +-0.078125000000 +0.088867187500 +0.031250000000 +0.117187500000 +-0.067871093750 +0.057373046875 +-0.106445312500 +-0.014160156250 +0.035400390625 +0.031982421875 +0.014770507812 +-0.003707885742 +-0.049804687500 +-0.033691406250 +-0.132812500000 +0.065917968750 +0.223632812500 +0.139648437500 +0.213867187500 +-0.041015625000 +-0.090332031250 +0.037597656250 +-0.038818359375 +-0.076660156250 +-0.163085937500 +0.008483886719 +-0.094726562500 +0.065429687500 +0.029174804688 +-0.118652343750 +-0.077636718750 +-0.037353515625 +-0.018066406250 +0.005310058594 +-0.083984375000 +-0.010070800781 +-0.162109375000 +0.187500000000 +-0.069335937500 +0.081542968750 +0.030395507812 +0.120605468750 +0.021850585938 +-0.004028320312 +0.384765625000 +-0.151367187500 +0.221679687500 +-0.028564453125 +0.166015625000 +0.096191406250 +0.095214843750 +0.078125000000 +0.047851562500 +-0.061279296875 +0.016479492188 +-0.096191406250 +0.072753906250 +-0.088378906250 +0.050292968750 +0.122558593750 +0.001113891602 +-0.135742187500 +0.044921875000 +-0.046630859375 +0.162109375000 +0.118164062500 +0.054443359375 +0.153320312500 +0.002838134766 +0.023803710938 +0.139648437500 +0.152343750000 +0.139648437500 +0.035644531250 +-0.125000000000 +-0.022460937500 +0.083984375000 +0.068359375000 +0.020019531250 +-0.080078125000 +-0.004150390625 +0.097656250000 +-0.163085937500 +0.167968750000 +-0.211914062500 +0.002655029297 +-0.033447265625 +0.017578125000 +-0.163085937500 +0.057128906250 +0.083007812500 +-0.106933593750 +-0.115722656250 +-0.176757812500 +-0.148437500000 +0.002319335938 +-0.031250000000 +0.097167968750 +-0.014709472656 +-0.089355468750 +0.028808593750 +-0.053955078125 +-0.093261718750 +-0.034912109375 +0.013732910156 +0.044189453125 +0.131835937500 +0.065917968750 +0.132812500000 +-0.111816406250 +0.058837890625 +-0.022705078125 +0.087402343750 +-0.097167968750 +0.150390625000 +0.067382812500 +-0.000778198242 +0.011474609375 +0.052734375000 +-0.074707031250 +-0.094726562500 +-0.079589843750 +-0.133789062500 +0.066406250000 +-0.095214843750 +0.050292968750 +0.030273437500 +0.050781250000 +-0.068359375000 +0.155273437500 +0.141601562500 +0.017944335938 +-0.240234375000 +-0.074707031250 +-0.090332031250 +0.072265625000 +0.057128906250 +-0.057373046875 +-0.134765625000 +0.016479492188 +-0.158203125000 +0.075683593750 +0.000143051147 +0.028808593750 +-0.022949218750 +0.009277343750 +-0.179687500000 +0.014892578125 +0.062500000000 +-0.071777343750 +0.061523437500 +0.004333496094 +-0.017333984375 +-0.091796875000 +-0.098632812500 +-0.190429687500 +0.148437500000 +0.024169921875 +0.054443359375 +-0.035400390625 +-0.155273437500 +-0.084472656250 +0.062988281250 +0.034179687500 +-0.005676269531 +-0.081054687500 +-0.015075683594 +0.059326171875 +-0.164062500000 +0.085937500000 +0.021484375000 +0.147460937500 +0.085449218750 +0.100097656250 +0.082519531250 +-0.071289062500 +0.032226562500 +-0.097656250000 +0.054931640625 +-0.011718750000 +0.074218750000 +-0.172851562500 +0.027587890625 +-0.078125000000 +0.004089355469 +-0.075683593750 +-0.036621093750 +0.025634765625 +0.243164062500 +-0.009582519531 +-0.035156250000 +-0.011962890625 +-0.073730468750 +-0.032226562500 +0.027832031250 +-0.004028320312 +-0.014587402344 +0.147460937500 +-0.019287109375 +0.026977539062 +-0.052734375000 +0.001365661621 +0.030029296875 +0.062255859375 +0.056152343750 +0.083496093750 +0.130859375000 +-0.079101562500 +-0.020874023438 +0.082519531250 +-0.008850097656 +-0.012634277344 +0.051757812500 +0.064453125000 +-0.002716064453 +-0.087402343750 +-0.138671875000 +-0.141601562500 +0.036621093750 +-0.053222656250 +0.041503906250 +0.036865234375 +-0.022094726562 +0.033447265625 +0.095214843750 +-0.046630859375 +0.065429687500 +0.014892578125 +-0.056640625000 +-0.024169921875 +-0.052490234375 +-0.101562500000 +-0.113769531250 +-0.231445312500 +0.065429687500 +-0.066406250000 +-0.036376953125 +0.028930664062 +-0.251953125000 +-0.013671875000 +0.055664062500 +0.088378906250 +-0.085449218750 +0.111328125000 +-0.098144531250 +0.135742187500 +0.003585815430 +0.104003906250 +-0.217773437500 +0.085937500000 +-0.158203125000 +-0.172851562500 +-0.062011718750 +0.203125000000 +0.028198242188 +-0.111328125000 +0.094238281250 +-0.060058593750 +-0.061767578125 +-0.020507812500 +0.035156250000 +0.064941406250 +-0.250000000000 +0.032958984375 +-0.060058593750 +-0.101562500000 +-0.005615234375 +0.103515625000 +0.147460937500 +-0.125000000000 +-0.044189453125 +-0.001243591309 +0.074707031250 +0.007141113281 +-0.121093750000 +-0.056884765625 +0.011047363281 +0.010986328125 +0.033203125000 +-0.110839843750 +0.029296875000 +0.184570312500 +-0.025146484375 +-0.041259765625 +-0.124511718750 +0.139648437500 +-0.061767578125 +-0.123535156250 +-0.020874023438 +-0.036132812500 +-0.037353515625 +0.047363281250 +-0.012817382812 +-0.106445312500 +0.116699218750 +-0.244140625000 +0.016723632812 +0.022705078125 +-0.085449218750 +0.015991210938 +0.146484375000 +0.039550781250 +-0.057373046875 +-0.054687500000 +-0.060058593750 +0.075195312500 +-0.186523437500 +0.132812500000 +0.111816406250 +0.000017642975 +-0.039062500000 +-0.064453125000 +-0.013488769531 +0.127929687500 +0.063476562500 +0.083007812500 +-0.047119140625 +-0.027465820312 +0.202148437500 +0.067871093750 +0.027221679688 +0.025390625000 +-0.040527343750 +-0.113769531250 +0.012207031250 +-0.120605468750 +-0.027832031250 +0.069335937500 +0.123046875000 +-0.030273437500 +-0.080078125000 +0.033203125000 +0.028686523438 +0.087402343750 +0.049072265625 +0.067871093750 +-0.126953125000 +0.043457031250 +-0.075683593750 +0.001838684082 +0.033691406250 +-0.013000488281 +-0.095703125000 +-0.062500000000 +-0.001533508301 +0.040527343750 +0.150390625000 +0.027099609375 +-0.044433593750 +-0.158203125000 +0.027099609375 +-0.162109375000 +0.052246093750 +-0.093261718750 +0.106445312500 +-0.001899719238 +-0.016967773438 +-0.159179687500 +0.063964843750 +0.033691406250 +-0.292968750000 +0.111816406250 +-0.106445312500 +-0.105957031250 +0.112304687500 +0.128906250000 +0.079101562500 +0.070800781250 +0.024291992188 +-0.138671875000 +0.067871093750 +0.014282226562 +-0.063476562500 +0.020507812500 +0.000881195068 +0.049560546875 +-0.170898437500 +-0.094238281250 +-0.081542968750 +-0.160156250000 +-0.152343750000 +0.202148437500 +0.048828125000 +0.208984375000 +-0.101562500000 +0.036621093750 +-0.261718750000 +0.035888671875 +-0.020385742188 +-0.046386718750 +0.053710937500 +-0.020507812500 +0.101074218750 +-0.041992187500 +-0.103027343750 +-0.137695312500 +-0.092773437500 +-0.006347656250 +-0.008605957031 +-0.015747070312 +0.218750000000 +0.041259765625 +-0.086914062500 +0.082519531250 +-0.114746093750 +0.043945312500 +-0.073242187500 +-0.027587890625 +-0.045166015625 +-0.015747070312 +-0.160156250000 +-0.008056640625 +0.108886718750 +-0.055664062500 +-0.112304687500 +-0.078125000000 +0.090820312500 +-0.048339843750 +-0.041992187500 +-0.017700195312 +0.054687500000 +-0.212890625000 +-0.182617187500 +-0.009277343750 +-0.064453125000 +0.105957031250 +-0.143554687500 +-0.073242187500 +0.292968750000 +0.095214843750 +0.026855468750 +0.152343750000 +-0.110839843750 +-0.009704589844 +-0.174804687500 +0.053710937500 +-0.050048828125 +-0.137695312500 +-0.038085937500 +-0.183593750000 +0.003677368164 +-0.169921875000 +-0.129882812500 +0.010742187500 +-0.100585937500 +0.045898437500 +0.029296875000 +0.136718750000 +-0.072265625000 +-0.021606445312 +-0.190429687500 +-0.003250122070 +-0.143554687500 +0.147460937500 +-0.050292968750 +0.157226562500 +0.015991210938 +0.087402343750 +-0.082519531250 +0.059570312500 +0.092285156250 +-0.146484375000 +-0.011474609375 +0.110351562500 +0.126953125000 +0.063476562500 +-0.204101562500 +0.025512695312 +0.013488769531 +0.091796875000 +-0.178710937500 +0.043212890625 +0.145507812500 +0.261718750000 +0.068359375000 +-0.101074218750 +0.132812500000 +-0.152343750000 +0.056640625000 +0.039306640625 +-0.202148437500 +0.005798339844 +0.075195312500 +-0.005096435547 +0.030517578125 +-0.043701171875 +-0.041259765625 +0.041015625000 +0.050537109375 +-0.053466796875 +0.021484375000 +-0.051513671875 +0.038574218750 +-0.078125000000 +0.094238281250 +0.061035156250 +0.035644531250 +-0.013671875000 +0.043945312500 +0.043212890625 +-0.120605468750 +0.007202148438 +-0.230468750000 +-0.029296875000 +-0.066894531250 +-0.084960937500 +0.115234375000 +-0.085449218750 +0.087402343750 +-0.099121093750 +0.166992187500 +0.155273437500 +-0.011596679688 +-0.090332031250 +-0.105957031250 +-0.019165039062 +0.004699707031 +-0.051757812500 +-0.038574218750 +-0.063476562500 +-0.029785156250 +-0.045654296875 +0.046142578125 +-0.030883789062 +0.062988281250 +0.082519531250 +0.059570312500 +0.022583007812 +0.289062500000 +-0.058105468750 +0.123046875000 +-0.062500000000 +-0.054931640625 +0.015441894531 +-0.117187500000 +-0.003936767578 +0.095703125000 +0.126953125000 +-0.094238281250 +-0.038818359375 +-0.015991210938 +0.087402343750 +-0.188476562500 +-0.050537109375 +0.090820312500 +-0.004852294922 +-0.068847656250 +0.086425781250 +-0.060546875000 +0.066406250000 +0.043457031250 +0.167968750000 +-0.090820312500 +-0.060791015625 +0.007537841797 +-0.087890625000 +-0.028198242188 +0.116210937500 +-0.190429687500 +0.084960937500 +0.089843750000 +-0.106933593750 +-0.027221679688 +0.073730468750 +-0.006835937500 +-0.010742187500 +-0.029052734375 +-0.037353515625 +-0.008361816406 +0.032226562500 +-0.019409179688 +0.043945312500 +-0.126953125000 +0.188476562500 +-0.076171875000 +-0.019775390625 +-0.105957031250 +0.048828125000 +0.078125000000 +-0.001968383789 +-0.121093750000 +0.050781250000 +-0.243164062500 +0.139648437500 +0.047607421875 +0.131835937500 +0.031494140625 +0.154296875000 +0.013061523438 +0.008544921875 +0.022094726562 +-0.112792968750 +-0.062011718750 +0.226562500000 +0.129882812500 +0.065917968750 +0.012878417969 +-0.046875000000 +-0.085449218750 +0.094726562500 +0.028076171875 +0.031250000000 +-0.072265625000 +0.051025390625 +-0.119140625000 +0.029541015625 +-0.111816406250 +0.074218750000 +-0.109863281250 +0.013793945312 +-0.019287109375 +-0.013183593750 +-0.124023437500 +0.148437500000 +-0.020874023438 +0.013854980469 +-0.188476562500 +-0.062500000000 +0.054931640625 +-0.115722656250 +-0.062988281250 +0.072265625000 +-0.076171875000 +0.003356933594 +0.021972656250 +-0.158203125000 +-0.158203125000 +0.042480468750 +-0.179687500000 +0.037109375000 +-0.017089843750 +0.072753906250 +0.009643554688 +-0.047119140625 +0.045166015625 +0.114746093750 +-0.001998901367 +-0.023925781250 +-0.031982421875 +0.093261718750 +-0.052490234375 +0.194335937500 +0.058837890625 +0.002487182617 +-0.123046875000 +-0.057861328125 +0.120605468750 +-0.085449218750 +-0.017700195312 +-0.035156250000 +0.080078125000 +0.063964843750 +-0.071289062500 +0.040771484375 +0.099121093750 +-0.101074218750 +-0.096679687500 +-0.080566406250 +0.027832031250 +-0.091308593750 +0.204101562500 +0.229492187500 +0.126953125000 +-0.063476562500 +-0.035888671875 +0.119628906250 +-0.115234375000 +-0.008789062500 +0.098144531250 +-0.077148437500 +-0.053955078125 +-0.045898437500 +-0.061523437500 +0.050537109375 +-0.089355468750 +0.001274108887 +-0.004638671875 +-0.187500000000 +-0.120605468750 +0.042724609375 +-0.148437500000 +0.121093750000 +-0.003417968750 +-0.088867187500 +0.193359375000 +0.049072265625 +0.238281250000 +0.001434326172 +0.036865234375 +0.098632812500 +0.012390136719 +0.039306640625 +0.010192871094 +-0.082519531250 +-0.047851562500 +0.072753906250 +-0.079101562500 +0.142578125000 +-0.133789062500 +0.171875000000 +-0.292968750000 +-0.007934570312 +0.001602172852 +-0.010437011719 +-0.020507812500 +0.055908203125 +0.075683593750 +0.169921875000 +-0.107421875000 +0.104980468750 +0.012939453125 +0.049560546875 +-0.088378906250 +-0.048828125000 +-0.031494140625 +-0.123535156250 +0.019042968750 +-0.114746093750 +0.052490234375 +0.135742187500 +0.034667968750 +0.093750000000 +-0.073242187500 +0.125976562500 +-0.167968750000 +0.160156250000 +0.013977050781 +-0.025634765625 +-0.097656250000 +0.014038085938 +0.032714843750 +-0.035644531250 +-0.052978515625 +-0.023071289062 +-0.071289062500 +0.107421875000 +0.061279296875 +-0.077636718750 +0.040771484375 +0.188476562500 +-0.017822265625 +0.199218750000 +-0.044921875000 +0.198242187500 +0.235351562500 +-0.082519531250 +0.070312500000 +0.086425781250 +0.087402343750 +0.097656250000 +-0.109375000000 +-0.141601562500 +0.022705078125 +0.025024414062 +-0.147460937500 +0.079589843750 +-0.245117187500 +0.051757812500 +0.014465332031 +0.050048828125 +0.026977539062 +0.046875000000 +0.091308593750 +0.141601562500 +0.066894531250 +0.008117675781 +-0.151367187500 +0.085449218750 +0.104980468750 +0.019287109375 +0.064941406250 +-0.116699218750 +0.058105468750 +0.081542968750 +-0.029296875000 +0.057128906250 +-0.054443359375 +0.072753906250 +0.106445312500 +0.098632812500 +0.156250000000 +0.013366699219 +0.056396484375 +0.082519531250 +-0.051269531250 +0.099121093750 +0.015136718750 +-0.058349609375 +0.024169921875 +0.162109375000 +0.118652343750 +0.114746093750 +0.087402343750 +-0.042968750000 +0.014648437500 +0.077148437500 +0.055419921875 +0.108398437500 +0.020751953125 +0.120605468750 +-0.091308593750 +0.145507812500 +-0.183593750000 +0.133789062500 +0.092285156250 +-0.054443359375 +0.017456054688 +-0.107421875000 +-0.107421875000 +0.143554687500 +-0.105468750000 +-0.061035156250 +0.052490234375 +0.040283203125 +0.006744384766 +0.086425781250 +-0.083496093750 +-0.141601562500 +0.052001953125 +0.061767578125 +-0.075683593750 +-0.025146484375 +0.068359375000 +0.107421875000 +-0.011230468750 +-0.164062500000 +0.067382812500 +-0.089843750000 +0.182617187500 +0.113281250000 +0.167968750000 +0.135742187500 +-0.031250000000 +0.106933593750 +0.041748046875 +0.030029296875 +0.068359375000 +0.068847656250 +-0.041015625000 +0.043212890625 +-0.001449584961 +0.110351562500 +-0.195312500000 +-0.082031250000 +-0.009704589844 +0.061279296875 +0.068847656250 +0.159179687500 +-0.064941406250 +0.234375000000 +0.083496093750 +0.059570312500 +0.087402343750 +0.038574218750 +0.027832031250 +0.024047851562 +0.090332031250 +0.113769531250 +-0.039306640625 +-0.028198242188 +-0.032470703125 +-0.087402343750 +-0.202148437500 +0.002410888672 +-0.069335937500 +0.019042968750 +0.222656250000 +-0.209960937500 +-0.064453125000 +0.080078125000 +0.026733398438 +0.208007812500 +-0.054199218750 +0.050781250000 +0.140625000000 +-0.001716613770 +-0.172851562500 +0.109375000000 +0.066894531250 +0.052246093750 +-0.018188476562 +0.080078125000 +-0.043701171875 +0.041259765625 +-0.083496093750 +-0.064453125000 +-0.067382812500 +0.018554687500 +-0.202148437500 +0.027221679688 +-0.106445312500 +0.079589843750 +-0.176757812500 +0.070312500000 +0.032226562500 +-0.031738281250 +0.047363281250 +-0.056884765625 +-0.025268554688 +0.108886718750 +0.067382812500 +-0.208984375000 +0.019531250000 +-0.063964843750 +0.098144531250 +-0.088867187500 +0.043701171875 +0.069824218750 +0.118652343750 +-0.013977050781 +0.000135421753 +0.007873535156 +-0.041015625000 +-0.082031250000 +-0.102050781250 +-0.136718750000 +0.181640625000 +-0.035888671875 +0.200195312500 +0.089355468750 +-0.031738281250 +0.080078125000 +0.186523437500 +-0.011047363281 +-0.117675781250 +0.060791015625 +0.073242187500 +-0.067871093750 +-0.008483886719 +-0.065917968750 +0.243164062500 +0.044921875000 +0.133789062500 +-0.009399414062 +-0.041992187500 +-0.003967285156 +0.038818359375 +-0.002334594727 +0.013244628906 +0.056152343750 +0.163085937500 +-0.040283203125 +0.245117187500 +-0.082031250000 +-0.082031250000 +-0.087890625000 +0.008422851562 +-0.196289062500 +0.075195312500 +-0.060546875000 +-0.098632812500 +0.052246093750 +0.041503906250 +-0.089843750000 +-0.017456054688 +-0.081542968750 +0.132812500000 +0.001983642578 +0.129882812500 +0.195312500000 +0.030395507812 +-0.239257812500 +0.117675781250 +-0.141601562500 +-0.091796875000 +-0.075195312500 +0.006439208984 +-0.022949218750 +-0.124023437500 +0.129882812500 +0.065429687500 +-0.003173828125 +-0.040283203125 +0.017456054688 +-0.027099609375 +0.061523437500 +-0.052001953125 +-0.121582031250 +0.135742187500 +0.108398437500 +-0.145507812500 +0.019409179688 +-0.075683593750 +-0.148437500000 +-0.122558593750 +-0.146484375000 +0.061279296875 +0.092773437500 +0.066406250000 +0.062255859375 +-0.052001953125 +-0.064453125000 +0.057373046875 +-0.029907226562 +-0.010253906250 +0.019897460938 +0.033691406250 +-0.092773437500 +-0.085449218750 +0.056884765625 +0.005737304688 +0.128906250000 +0.117675781250 +0.062255859375 +0.038574218750 +0.002487182617 +-0.001777648926 +-0.043212890625 +0.078613281250 +-0.080566406250 +0.017700195312 +-0.014038085938 +0.049560546875 +0.009582519531 +-0.003967285156 +-0.153320312500 +-0.054931640625 +-0.010131835938 +0.155273437500 +-0.080078125000 +-0.000170707703 +0.075195312500 +-0.034667968750 +-0.026123046875 +0.103515625000 +0.097167968750 +0.222656250000 +0.039306640625 +0.133789062500 +0.017822265625 +0.055664062500 +0.027587890625 +-0.169921875000 +-0.090820312500 +-0.085449218750 +-0.032226562500 +0.035400390625 +0.026245117188 +-0.013732910156 +-0.128906250000 +0.029296875000 +0.111328125000 +0.069335937500 +0.080078125000 +0.017700195312 +0.077636718750 +-0.058837890625 +-0.061523437500 +-0.175781250000 +-0.032958984375 +0.032226562500 +-0.015747070312 +0.033691406250 +0.088867187500 +0.076660156250 +0.017089843750 +0.111816406250 +0.053222656250 +-0.112304687500 +-0.179687500000 +0.109375000000 +-0.171875000000 +0.093261718750 +-0.105468750000 +-0.141601562500 +0.007995605469 +-0.091796875000 +0.332031250000 +-0.026000976562 +-0.109375000000 +-0.012390136719 +-0.210937500000 +-0.217773437500 +-0.154296875000 +0.007049560547 +-0.032226562500 +0.009826660156 +0.148437500000 +-0.076660156250 +-0.071777343750 +-0.026977539062 +-0.039794921875 +-0.042724609375 +-0.079101562500 +0.035644531250 +0.034179687500 +-0.150390625000 +-0.240234375000 +0.032714843750 +0.111328125000 +0.038330078125 +0.013610839844 +0.134765625000 +-0.047363281250 +0.036376953125 +0.001304626465 +-0.044189453125 +-0.150390625000 +-0.026000976562 +0.032958984375 +0.050781250000 +0.079101562500 +-0.022949218750 +-0.007934570312 +0.160156250000 +0.125000000000 +-0.114746093750 +0.176757812500 +0.043701171875 +-0.016235351562 +-0.026977539062 +0.122558593750 +0.057617187500 +0.076171875000 +-0.022583007812 +-0.013977050781 +0.142578125000 +-0.178710937500 +0.010375976562 +-0.129882812500 +-0.111816406250 +-0.008300781250 +0.135742187500 +0.064453125000 +0.071777343750 +0.082031250000 +0.091796875000 +-0.016967773438 +-0.170898437500 +-0.006591796875 +0.070800781250 +0.035400390625 +-0.211914062500 +0.163085937500 +0.156250000000 +-0.073730468750 +-0.126953125000 +0.090332031250 +-0.136718750000 +-0.167968750000 +-0.185546875000 +0.051513671875 +0.005737304688 +-0.074707031250 +-0.061767578125 +-0.065917968750 +0.116210937500 +0.174804687500 +0.016357421875 +0.091308593750 +-0.064941406250 +0.087402343750 +-0.014465332031 +-0.008605957031 +-0.048583984375 +-0.089355468750 +0.108398437500 +0.014099121094 +0.048583984375 +0.122558593750 +0.069824218750 +-0.080566406250 +0.081054687500 +-0.135742187500 +0.116210937500 +0.070312500000 +-0.086914062500 +0.067382812500 +-0.057861328125 +-0.017333984375 +0.065917968750 +0.052734375000 +-0.098632812500 +0.043945312500 +0.135742187500 +0.072265625000 +-0.203125000000 +-0.096191406250 +0.102050781250 +0.088378906250 +-0.017211914062 +0.010131835938 +0.165039062500 +-0.066406250000 +-0.055908203125 +-0.020385742188 +0.092773437500 +-0.115722656250 +0.240234375000 +0.103515625000 +-0.083007812500 +0.038330078125 +-0.015197753906 +-0.007629394531 +-0.113769531250 +-0.026489257812 +0.042480468750 +0.074218750000 +0.031982421875 +0.110839843750 +-0.053955078125 +-0.092285156250 +-0.036376953125 +0.042968750000 +-0.086914062500 +0.087890625000 +-0.005157470703 +0.087890625000 +0.022583007812 +0.059326171875 +-0.014099121094 +0.051757812500 +0.105468750000 +-0.027343750000 +-0.157226562500 +0.094238281250 +0.162109375000 +0.042968750000 +0.002349853516 +-0.133789062500 +-0.080078125000 +0.035644531250 +-0.105468750000 +0.171875000000 +0.068847656250 +-0.105468750000 +0.015563964844 +-0.130859375000 +0.215820312500 +-0.060546875000 +0.026855468750 +-0.104492187500 +-0.028076171875 +0.114257812500 +0.192382812500 +0.104003906250 +-0.175781250000 +0.019775390625 +-0.070800781250 +-0.028930664062 +-0.208007812500 +0.020263671875 +-0.032226562500 +0.156250000000 +-0.196289062500 +-0.113769531250 +0.049316406250 +-0.055664062500 +0.161132812500 +0.135742187500 +0.084960937500 +0.068847656250 +0.103515625000 +0.059326171875 +0.023315429688 +-0.075683593750 +-0.188476562500 +-0.123046875000 +0.237304687500 +0.005889892578 +0.219726562500 +0.065429687500 +-0.053710937500 +0.055419921875 +0.041259765625 +-0.051513671875 +-0.031250000000 +-0.052001953125 +-0.049316406250 +0.041015625000 +0.008483886719 +0.241210937500 +-0.109375000000 +0.008422851562 +0.105468750000 +-0.037841796875 +-0.124511718750 +0.047119140625 +0.184570312500 +-0.105957031250 +0.057617187500 +0.101562500000 +-0.012390136719 +-0.025878906250 +-0.055175781250 +0.139648437500 +0.083007812500 +0.141601562500 +0.205078125000 +-0.072265625000 +-0.140625000000 +-0.073242187500 +0.111328125000 +-0.162109375000 +0.024047851562 +0.169921875000 +0.126953125000 +0.124511718750 +-0.149414062500 +0.039062500000 +-0.049560546875 +-0.147460937500 +0.031250000000 +0.009399414062 +0.076660156250 +-0.139648437500 +0.074707031250 +-0.034667968750 +-0.012329101562 +-0.171875000000 +0.001724243164 +0.052490234375 +0.008544921875 +0.026611328125 +-0.166992187500 +-0.157226562500 +0.220703125000 +-0.062255859375 +0.083496093750 +-0.109863281250 +-0.000440597534 +-0.065917968750 +-0.005065917969 +0.031250000000 +0.046875000000 +0.013793945312 +-0.206054687500 +0.049560546875 +-0.038574218750 +-0.093261718750 +-0.005615234375 +0.051025390625 +0.016479492188 +-0.130859375000 +0.037353515625 +0.074707031250 +0.106445312500 +0.200195312500 +0.057617187500 +-0.042724609375 +0.171875000000 +0.004760742188 +-0.145507812500 +-0.160156250000 +-0.231445312500 +-0.082031250000 +0.046386718750 +-0.001342773438 +-0.092285156250 +0.085449218750 +0.059814453125 +0.076660156250 +-0.021240234375 +-0.064941406250 +-0.229492187500 +0.082031250000 +-0.048583984375 +0.105468750000 +-0.087402343750 +0.249023437500 +0.030151367188 +-0.018432617188 +0.080566406250 +-0.146484375000 +-0.100097656250 +0.065917968750 +0.115722656250 +-0.028198242188 +-0.096191406250 +0.015075683594 +-0.142578125000 +-0.038818359375 +-0.159179687500 +-0.221679687500 +-0.210937500000 +0.160156250000 +0.102539062500 +0.021362304688 +0.125000000000 +0.037109375000 +0.103027343750 +0.063964843750 +0.014648437500 +0.163085937500 +0.011840820312 +-0.109375000000 +-0.064453125000 +0.110839843750 +-0.048828125000 +-0.269531250000 +-0.070800781250 +0.003616333008 +-0.068359375000 +0.002990722656 +0.074707031250 +-0.008178710938 +-0.038818359375 +-0.085937500000 +-0.195312500000 +0.003707885742 +-0.033935546875 +-0.110351562500 +0.060546875000 +0.158203125000 +0.053466796875 +0.079101562500 +-0.056152343750 +0.043701171875 +0.050292968750 +-0.153320312500 +0.187500000000 +0.032714843750 +-0.090820312500 +0.017456054688 +-0.099609375000 +-0.001480102539 +0.049804687500 +0.037353515625 +0.112792968750 +-0.087890625000 +0.093750000000 +0.133789062500 +-0.112792968750 +0.003295898438 +0.149414062500 +0.164062500000 +-0.060546875000 +-0.015869140625 +-0.066406250000 +0.137695312500 +0.045410156250 +0.038818359375 +0.162109375000 +0.093750000000 +-0.087402343750 +-0.169921875000 +0.069824218750 +-0.079589843750 +-0.085937500000 +-0.020751953125 +0.079101562500 +-0.010437011719 +0.110839843750 +-0.003326416016 +-0.125000000000 +0.158203125000 +0.106933593750 +-0.004852294922 +0.097167968750 +0.021118164062 +0.039550781250 +-0.056396484375 +0.353515625000 +0.053222656250 +-0.132812500000 +-0.003631591797 +0.048095703125 +-0.040527343750 +0.013732910156 +-0.023925781250 +-0.024902343750 +0.025024414062 +-0.016723632812 +0.021728515625 +0.054931640625 +0.049804687500 +0.082519531250 +-0.106445312500 +0.025390625000 +0.041259765625 +0.141601562500 +-0.036865234375 +-0.001663208008 +-0.234375000000 +0.040039062500 +0.053222656250 +-0.011901855469 +0.053222656250 +0.097167968750 +0.049316406250 +-0.053710937500 +0.100585937500 +-0.195312500000 +0.031494140625 +0.070800781250 +-0.046386718750 +0.080078125000 +-0.105468750000 +-0.011474609375 +0.041992187500 +-0.095214843750 +0.008605957031 +-0.104980468750 +-0.157226562500 +0.089355468750 +0.087890625000 +0.003906250000 +0.229492187500 +0.023681640625 +-0.044921875000 +0.134765625000 +-0.023071289062 +0.088867187500 +-0.030883789062 +-0.151367187500 +-0.116699218750 +-0.020629882812 +-0.068847656250 +-0.052734375000 +-0.022216796875 +0.003479003906 +0.058349609375 +-0.047607421875 +-0.006744384766 +-0.138671875000 +0.212890625000 +-0.144531250000 +-0.074707031250 +-0.127929687500 +0.012329101562 +0.016113281250 +0.051025390625 +-0.013549804688 +-0.011169433594 +-0.167968750000 +0.024658203125 +-0.122070312500 +-0.094726562500 +0.134765625000 +-0.028320312500 +0.069335937500 +0.015563964844 +0.065429687500 +-0.140625000000 +0.073730468750 +0.108886718750 +0.034423828125 +0.013671875000 +0.237304687500 +-0.027343750000 +-0.210937500000 +-0.092285156250 +-0.138671875000 +0.072753906250 +-0.081054687500 +0.007446289062 +0.013916015625 +-0.165039062500 +-0.104980468750 +0.067871093750 +-0.031005859375 +-0.000671386719 +0.115722656250 +0.047607421875 +0.091796875000 +0.095703125000 +0.043457031250 +-0.123535156250 +-0.010620117188 +0.035888671875 +0.152343750000 +-0.072265625000 +0.007019042969 +0.067382812500 +0.061523437500 +-0.078613281250 +0.097656250000 +0.007080078125 +-0.007141113281 +-0.002075195312 +0.112304687500 +-0.046386718750 +0.165039062500 +-0.008361816406 +-0.072753906250 +-0.168945312500 +0.038330078125 +0.110839843750 +-0.164062500000 +0.143554687500 +-0.003555297852 +-0.000031948090 +-0.019897460938 +-0.241210937500 +0.023803710938 +-0.027954101562 +0.101562500000 +-0.116699218750 +0.127929687500 +0.171875000000 +0.079589843750 +-0.110839843750 +-0.006500244141 +-0.020629882812 +-0.063476562500 +-0.047851562500 +-0.115234375000 +-0.081054687500 +-0.020751953125 +0.106445312500 +0.112792968750 +-0.108886718750 +-0.148437500000 +-0.077148437500 +0.110839843750 +0.042480468750 +-0.063476562500 +0.125976562500 +-0.218750000000 +-0.148437500000 +0.216796875000 +-0.005676269531 +0.151367187500 +-0.222656250000 +0.006622314453 +-0.036376953125 +0.001968383789 +-0.065429687500 +-0.138671875000 +0.111816406250 +-0.041992187500 +0.089843750000 +-0.060791015625 +-0.184570312500 +0.086914062500 +0.077636718750 +0.019409179688 +0.136718750000 +0.031005859375 +0.162109375000 +0.101074218750 +-0.085937500000 +-0.084472656250 +-0.116210937500 +-0.005004882812 +-0.174804687500 +0.185546875000 +0.170898437500 +-0.025878906250 +-0.149414062500 +-0.102050781250 +-0.041503906250 +0.044921875000 +0.088378906250 +0.096191406250 +0.014038085938 +0.085449218750 +-0.068359375000 +-0.023437500000 +0.063964843750 +-0.061279296875 +0.156250000000 +0.048339843750 +0.110351562500 +0.110351562500 +-0.087402343750 +-0.155273437500 +0.091796875000 +-0.110351562500 +0.218750000000 +-0.113769531250 +-0.074707031250 +-0.166015625000 +0.062500000000 +0.091796875000 +-0.033935546875 +0.246093750000 +-0.061767578125 +0.097167968750 +-0.085449218750 +0.035888671875 +0.001853942871 +-0.105468750000 +0.053466796875 +-0.012084960938 +-0.005523681641 +-0.113281250000 +-0.049072265625 +0.162109375000 +-0.101562500000 +0.314453125000 +-0.045166015625 +-0.036865234375 +-0.121093750000 +-0.016723632812 +-0.063476562500 +0.013244628906 +0.008544921875 +-0.031738281250 +-0.038085937500 +0.019531250000 +-0.116210937500 +-0.083007812500 +-0.185546875000 +-0.032714843750 +0.043701171875 +-0.085449218750 +0.170898437500 +-0.084472656250 +0.056152343750 +0.157226562500 +-0.093750000000 +-0.093261718750 +0.031005859375 +0.265625000000 +-0.054199218750 +-0.063964843750 +-0.106445312500 +0.181640625000 +-0.114257812500 +0.210937500000 +-0.042236328125 +-0.155273437500 +-0.033447265625 +0.106933593750 +0.085449218750 +0.033935546875 +0.180664062500 +0.074707031250 +0.160156250000 +0.013061523438 +-0.130859375000 +-0.083496093750 +-0.015380859375 +0.003234863281 +-0.001647949219 +0.047119140625 +-0.139648437500 +-0.013122558594 +0.166015625000 +-0.195312500000 +-0.103027343750 +-0.194335937500 +-0.053710937500 +0.108398437500 +0.013610839844 +0.108398437500 +-0.001777648926 +-0.144531250000 +-0.097656250000 +0.110351562500 +0.178710937500 +-0.092773437500 +-0.047607421875 +0.048828125000 +-0.035888671875 +0.049560546875 +-0.055419921875 +-0.066894531250 +-0.047851562500 +-0.097656250000 +-0.047851562500 +-0.147460937500 +-0.169921875000 +-0.025634765625 +-0.067382812500 +-0.053710937500 +-0.002014160156 +-0.079589843750 +0.029907226562 +0.099121093750 +-0.125000000000 +-0.053955078125 +0.029174804688 +-0.082031250000 +0.006286621094 +-0.005462646484 +-0.031982421875 +0.006134033203 +0.008605957031 +0.029174804688 +0.075683593750 +-0.026245117188 +-0.129882812500 +0.086425781250 +-0.091308593750 +-0.075195312500 +-0.107910156250 +0.176757812500 +0.037841796875 +-0.016479492188 +0.093750000000 +0.092285156250 +-0.039550781250 +0.165039062500 +-0.009826660156 +0.124023437500 +-0.016723632812 +-0.039306640625 +0.023437500000 +-0.042480468750 +-0.101562500000 +-0.224609375000 +0.020874023438 +-0.059326171875 +-0.054931640625 +-0.123046875000 +-0.077148437500 +-0.003967285156 +0.076171875000 +0.010742187500 +-0.052734375000 +-0.074707031250 +0.040283203125 +0.052246093750 +0.055908203125 +0.012634277344 +0.124511718750 +-0.229492187500 +-0.018554687500 +-0.153320312500 +0.087402343750 +0.075683593750 +0.058349609375 +-0.082519531250 +0.108886718750 +0.016235351562 +-0.040527343750 +-0.011657714844 +0.064453125000 +0.015014648438 +-0.218750000000 +0.033447265625 +-0.219726562500 +0.115234375000 +-0.062500000000 +-0.023559570312 +0.057128906250 +-0.034667968750 +0.050537109375 +-0.117187500000 +0.087402343750 +-0.169921875000 +-0.047851562500 +-0.004211425781 +0.127929687500 +0.059082031250 +0.003479003906 +0.208984375000 +-0.061279296875 +0.117187500000 +0.063964843750 +-0.006378173828 +0.076660156250 +0.244140625000 +0.024291992188 +0.044921875000 +0.078613281250 +-0.048095703125 +0.045166015625 +-0.039794921875 +-0.176757812500 +0.118652343750 +0.097167968750 +-0.109375000000 +-0.139648437500 +0.086914062500 +0.082031250000 +-0.149414062500 +0.037841796875 +0.002105712891 +-0.117675781250 +0.086425781250 +0.198242187500 +0.157226562500 +-0.019287109375 +-0.158203125000 +0.013916015625 +-0.224609375000 +-0.066406250000 +0.028198242188 +-0.086425781250 +0.022705078125 +-0.038330078125 +-0.148437500000 +0.041015625000 +-0.016967773438 +0.021606445312 +0.022705078125 +0.056640625000 +-0.011718750000 +0.006713867188 +0.027954101562 +-0.136718750000 +0.173828125000 +0.126953125000 +-0.085449218750 +-0.199218750000 +0.008300781250 +-0.016113281250 +0.028564453125 +-0.044921875000 +-0.087402343750 +0.097656250000 +0.138671875000 +0.033935546875 +-0.118164062500 +-0.119628906250 +0.111816406250 +-0.036376953125 +0.206054687500 +0.018920898438 +0.075195312500 +-0.033203125000 +-0.052978515625 +-0.029174804688 +0.125976562500 +0.062988281250 +-0.070312500000 +-0.062011718750 +0.111328125000 +0.005645751953 +-0.333984375000 +-0.103515625000 +0.083984375000 +-0.014160156250 +-0.245117187500 +-0.106445312500 +-0.065917968750 +0.097656250000 +0.017211914062 +-0.021484375000 +-0.092285156250 +0.049804687500 +-0.069335937500 +0.045410156250 +0.059326171875 +0.020263671875 +0.114746093750 +-0.147460937500 +-0.068847656250 +0.003585815430 +0.137695312500 +0.128906250000 +0.189453125000 +-0.071289062500 +-0.027221679688 +-0.012939453125 +-0.170898437500 +-0.057373046875 +-0.061767578125 +-0.119628906250 +0.041015625000 +0.088378906250 +-0.033935546875 +-0.086425781250 +0.120117187500 +-0.078613281250 +-0.072265625000 +-0.068847656250 +0.018676757812 +-0.008483886719 +0.105957031250 +-0.181640625000 +-0.010437011719 +-0.059570312500 +-0.308593750000 +-0.012573242188 +-0.015441894531 +-0.047363281250 +0.069335937500 +0.132812500000 +0.154296875000 +0.152343750000 +0.248046875000 +-0.146484375000 +0.159179687500 +-0.062988281250 +0.098632812500 +0.190429687500 +-0.110839843750 +-0.006072998047 +0.145507812500 +-0.178710937500 +-0.006561279297 +-0.038085937500 +0.000112533569 +-0.123535156250 +-0.012268066406 +0.025878906250 +-0.211914062500 +-0.033691406250 +-0.008972167969 +-0.142578125000 +0.095214843750 +-0.081054687500 +-0.096679687500 +-0.062500000000 +0.015869140625 +-0.018920898438 +-0.061279296875 +0.045410156250 +0.085937500000 +0.129882812500 +-0.088867187500 +0.062011718750 +-0.103515625000 +-0.112792968750 +0.049316406250 +0.000202178955 +0.042236328125 +-0.011413574219 +0.068359375000 +-0.158203125000 +-0.056884765625 +-0.089355468750 +-0.035400390625 +-0.188476562500 +-0.059082031250 +-0.233398437500 +0.058593750000 +-0.041015625000 +0.058349609375 +-0.039550781250 +-0.045654296875 +-0.058105468750 +0.112792968750 +0.121582031250 +0.098144531250 +0.065917968750 +0.024291992188 +0.170898437500 +0.169921875000 +-0.060791015625 +-0.077636718750 +0.038085937500 +0.167968750000 +0.116210937500 +0.025878906250 +-0.015380859375 +-0.045654296875 +-0.109375000000 +0.082031250000 +0.115234375000 +0.107421875000 +-0.133789062500 +0.033691406250 +0.056640625000 +-0.152343750000 +-0.007232666016 +0.017944335938 +0.026855468750 +0.014831542969 +-0.013366699219 +0.110839843750 +-0.034423828125 +0.064941406250 +-0.044677734375 +0.070800781250 +-0.031738281250 +0.153320312500 +0.113769531250 +-0.012207031250 +-0.123535156250 +0.060302734375 +-0.126953125000 +-0.094726562500 +-0.118164062500 +-0.005523681641 +0.253906250000 +0.097656250000 +-0.126953125000 +-0.211914062500 +-0.119628906250 +-0.091796875000 +0.022705078125 +-0.067871093750 +-0.015014648438 +0.172851562500 +0.020629882812 +-0.045166015625 +-0.112792968750 +-0.082031250000 +0.074707031250 +0.107421875000 +0.004302978516 +-0.047119140625 +0.100097656250 +0.029541015625 +-0.050781250000 +0.117675781250 +-0.007995605469 +-0.102539062500 +-0.122070312500 +0.032958984375 +-0.023925781250 +-0.032226562500 +0.059082031250 +-0.093261718750 +-0.107910156250 +-0.037353515625 +0.051269531250 +0.251953125000 +-0.056640625000 +0.008361816406 +-0.087402343750 +0.133789062500 +-0.101074218750 +0.112304687500 +0.114257812500 +-0.034423828125 +-0.073730468750 +0.008911132812 +0.010009765625 +-0.084960937500 +0.063964843750 +0.062500000000 +-0.028198242188 +0.004364013672 +-0.013732910156 +0.179687500000 +-0.081542968750 +0.014892578125 +-0.157226562500 +-0.017211914062 +-0.064941406250 +-0.122070312500 +0.180664062500 +0.221679687500 +-0.063476562500 +-0.014587402344 +0.058105468750 +0.012634277344 +0.039062500000 +0.097656250000 +0.070800781250 +-0.053466796875 +-0.095703125000 +0.043945312500 +0.006011962891 +-0.078613281250 +0.058837890625 +-0.066894531250 +0.097167968750 +-0.019409179688 +-0.158203125000 +0.215820312500 +0.110839843750 +-0.078125000000 +0.132812500000 +0.041992187500 +-0.125000000000 +0.322265625000 +0.081542968750 +0.127929687500 +0.038574218750 +0.180664062500 +-0.059082031250 +0.025634765625 +0.105957031250 +0.101074218750 +-0.010253906250 +-0.125000000000 +0.050048828125 +-0.147460937500 +-0.172851562500 +-0.077636718750 +-0.023559570312 +-0.152343750000 +0.009277343750 +-0.031738281250 +0.128906250000 +-0.171875000000 +-0.133789062500 +-0.041748046875 +0.025390625000 +0.014831542969 +0.047119140625 +-0.053710937500 +0.132812500000 +0.026977539062 +0.007720947266 +-0.153320312500 +-0.044433593750 +-0.108886718750 +-0.088378906250 +0.058349609375 +0.176757812500 +0.107421875000 +-0.019165039062 +0.004760742188 +0.106933593750 +0.142578125000 +-0.167968750000 +0.013427734375 +0.076660156250 +-0.056152343750 +0.174804687500 +0.096679687500 +-0.051513671875 +-0.080566406250 +-0.065917968750 +0.074218750000 +0.077148437500 +-0.144531250000 +-0.226562500000 +-0.083496093750 +0.025634765625 +0.172851562500 +-0.116210937500 +-0.050048828125 +0.002929687500 +-0.079101562500 +0.021972656250 +0.010742187500 +0.156250000000 +0.036132812500 +0.008178710938 +0.090332031250 +-0.076171875000 +0.117675781250 +-0.126953125000 +-0.026489257812 +0.016113281250 +-0.036865234375 +-0.036621093750 +-0.078125000000 +-0.081542968750 +0.086425781250 +0.062988281250 +-0.134765625000 +0.104492187500 +-0.064453125000 +0.173828125000 +-0.019775390625 +0.193359375000 +0.038574218750 +0.011840820312 +0.095214843750 +0.001792907715 +0.188476562500 +-0.064941406250 +-0.073730468750 +-0.000793457031 +0.081542968750 +-0.115234375000 +0.030395507812 +-0.027465820312 +-0.007019042969 +-0.061279296875 +-0.062500000000 +-0.177734375000 +-0.117187500000 +-0.086425781250 +-0.036132812500 +0.150390625000 +-0.077148437500 +-0.084472656250 +0.149414062500 +-0.051025390625 +0.111328125000 +-0.050781250000 +0.054199218750 +-0.020996093750 +-0.138671875000 +0.164062500000 +0.051269531250 +-0.092285156250 +-0.079589843750 +-0.058593750000 +0.074218750000 +0.091796875000 +0.031982421875 +-0.015747070312 +-0.136718750000 +-0.104492187500 +-0.109863281250 +-0.066406250000 +0.086914062500 +0.049072265625 +-0.081054687500 +0.184570312500 +0.055908203125 +-0.038330078125 +0.057128906250 +0.090820312500 +0.132812500000 +-0.014526367188 +-0.084472656250 +-0.161132812500 +0.038818359375 +-0.001907348633 +0.020141601562 +-0.111816406250 +0.103515625000 +-0.030883789062 +0.116210937500 +-0.089355468750 +0.162109375000 +0.211914062500 +0.078613281250 +0.083007812500 +0.096679687500 +-0.014892578125 +-0.133789062500 +0.076660156250 +-0.021240234375 +0.051269531250 +0.053222656250 +-0.019042968750 +-0.092285156250 +0.046875000000 +-0.085937500000 +0.047607421875 +-0.137695312500 +0.040039062500 +0.136718750000 +-0.002014160156 +0.046630859375 +-0.014648437500 +0.039550781250 +0.018554687500 +0.084960937500 +-0.023681640625 +0.059082031250 +-0.016723632812 +-0.109863281250 +-0.085449218750 +0.022094726562 +-0.130859375000 +-0.163085937500 +0.121582031250 +-0.147460937500 +0.029296875000 +-0.000385284424 +0.108398437500 +0.157226562500 +-0.002227783203 +-0.147460937500 +0.091308593750 +0.029418945312 +-0.143554687500 +-0.004821777344 +-0.166992187500 +0.018920898438 +0.004333496094 +-0.001693725586 +-0.002899169922 +-0.181640625000 +0.030761718750 +0.161132812500 +0.003890991211 +0.034423828125 +-0.112304687500 +-0.020019531250 +-0.141601562500 +0.136718750000 +-0.074218750000 +0.067871093750 +0.088378906250 +0.077148437500 +-0.082519531250 +0.124023437500 +0.044189453125 +-0.014221191406 +0.188476562500 +0.113769531250 +-0.124511718750 +0.064941406250 +-0.140625000000 +-0.082519531250 +-0.096191406250 +-0.012512207031 +-0.095214843750 +0.137695312500 +0.091796875000 +0.179687500000 +0.056396484375 +0.022460937500 +-0.113769531250 +-0.020507812500 +-0.098632812500 +-0.033447265625 +0.018920898438 +0.003601074219 +-0.033691406250 +0.243164062500 +0.123535156250 +-0.031005859375 +0.106445312500 +0.032714843750 +-0.026733398438 +-0.026977539062 +0.080566406250 +0.090820312500 +-0.028564453125 +0.034667968750 +-0.076660156250 +0.124511718750 +0.049316406250 +0.078125000000 +0.023559570312 +-0.019531250000 +0.027954101562 +-0.083984375000 +-0.199218750000 +0.110839843750 +0.152343750000 +0.015319824219 +-0.108886718750 +-0.125976562500 +0.324218750000 +0.016845703125 +-0.080078125000 +0.069824218750 +-0.172851562500 +-0.071289062500 +-0.275390625000 +0.111816406250 +0.082031250000 +-0.098632812500 +-0.066894531250 +-0.058105468750 +0.088378906250 +-0.031250000000 +0.140625000000 +0.012390136719 +-0.010131835938 +-0.141601562500 +-0.055175781250 +-0.231445312500 +-0.110351562500 +-0.125000000000 +-0.076171875000 +-0.045410156250 +-0.031738281250 +-0.069335937500 +-0.104003906250 +-0.023559570312 +0.035156250000 +0.084472656250 +-0.140625000000 +0.008361816406 +-0.099609375000 +0.059570312500 +-0.035644531250 +-0.052978515625 +-0.069824218750 +0.032226562500 +-0.009338378906 +-0.063964843750 +-0.076660156250 +0.001396179199 +-0.109375000000 +-0.034667968750 +0.023681640625 +-0.153320312500 +-0.173828125000 +-0.185546875000 +0.008544921875 +-0.170898437500 +0.142578125000 +0.109863281250 +0.143554687500 +-0.095703125000 +-0.050048828125 +0.016357421875 +-0.072753906250 +0.012451171875 +-0.093750000000 +-0.083007812500 +0.020751953125 +-0.055419921875 +-0.068847656250 +0.009338378906 +-0.089843750000 +-0.049316406250 +-0.040283203125 +0.043701171875 +-0.048828125000 +0.079589843750 +-0.079101562500 +0.111328125000 +0.011657714844 +0.088378906250 +0.083984375000 +0.008239746094 +-0.077636718750 +-0.033447265625 +0.015869140625 +0.224609375000 +-0.120605468750 +-0.002960205078 +-0.092773437500 +0.134765625000 +0.092773437500 +-0.135742187500 +0.160156250000 +0.068359375000 +0.046630859375 +0.052490234375 +-0.062011718750 +-0.008789062500 +0.034179687500 +0.133789062500 +0.167968750000 +0.172851562500 +0.117187500000 +0.027343750000 +0.045410156250 +0.024536132812 +-0.027954101562 +0.079589843750 +-0.213867187500 +0.050781250000 +0.038085937500 +0.146484375000 +-0.016235351562 +-0.174804687500 +-0.027465820312 +-0.090332031250 +-0.070800781250 +-0.076171875000 +0.043457031250 +0.033691406250 +-0.146484375000 +0.040771484375 +-0.017944335938 +-0.007873535156 +0.049560546875 +0.101562500000 +-0.030273437500 +0.039306640625 +-0.061035156250 +0.052001953125 +-0.039550781250 +-0.098144531250 +0.003234863281 +0.144531250000 +0.052001953125 +0.163085937500 +-0.057617187500 +-0.185546875000 +0.148437500000 +-0.037109375000 +0.115722656250 +-0.104492187500 +-0.006805419922 +0.064453125000 +-0.016479492188 +-0.106933593750 +-0.053710937500 +-0.137695312500 +0.038818359375 +0.105957031250 +-0.037841796875 +0.029663085938 +-0.163085937500 +0.018066406250 +0.027832031250 +-0.078613281250 +0.106933593750 +0.107910156250 +0.112792968750 +-0.081054687500 +0.000488281250 +0.106445312500 +0.091308593750 +0.078125000000 +-0.064941406250 +-0.121093750000 +-0.067871093750 +0.177734375000 +-0.083496093750 +0.062011718750 +0.058105468750 +0.009887695312 +0.141601562500 +0.087402343750 +-0.143554687500 +0.105468750000 +0.073730468750 +-0.182617187500 +-0.174804687500 +-0.316406250000 +-0.020507812500 +0.087890625000 +0.100097656250 +0.057128906250 +-0.082031250000 +-0.075195312500 +0.114746093750 +0.119140625000 +-0.065917968750 +0.016723632812 +-0.052490234375 +0.136718750000 +-0.021240234375 +0.006744384766 +-0.097656250000 +-0.064941406250 +-0.030639648438 +-0.071777343750 +-0.009521484375 +0.013854980469 +-0.004577636719 +0.032470703125 +-0.014953613281 +-0.011901855469 +-0.229492187500 +-0.012084960938 +0.046386718750 +0.106933593750 +-0.009094238281 +0.000724792480 +0.031494140625 +0.007446289062 +-0.065429687500 +0.041992187500 +0.098144531250 +-0.072753906250 +0.072753906250 +0.003585815430 +-0.084960937500 +0.115722656250 +0.066406250000 +-0.035400390625 +0.117187500000 +-0.072265625000 +0.024902343750 +0.158203125000 +0.040283203125 +0.055175781250 +-0.048339843750 +0.001358032227 +0.045410156250 +0.040527343750 +-0.054931640625 +-0.048095703125 +0.051269531250 +0.070312500000 +-0.052978515625 +-0.045654296875 +0.046875000000 +-0.120117187500 +-0.091796875000 +-0.125000000000 +0.040283203125 +-0.058105468750 +-0.192382812500 +-0.171875000000 +0.005889892578 +-0.160156250000 +-0.070800781250 +-0.129882812500 +0.244140625000 +0.091308593750 +-0.008544921875 +-0.048339843750 +-0.103515625000 +-0.032958984375 +-0.138671875000 +-0.010437011719 +-0.112792968750 +-0.036621093750 +0.040771484375 +-0.033935546875 +0.134765625000 +0.247070312500 +0.263671875000 +0.231445312500 +0.092773437500 +0.103027343750 +-0.298828125000 +-0.040283203125 +0.170898437500 +-0.086425781250 +0.100585937500 +-0.046630859375 +0.078613281250 +0.004943847656 +0.015502929688 +-0.081542968750 +0.233398437500 +0.069824218750 +0.140625000000 +0.011047363281 +0.111328125000 +0.071289062500 +-0.155273437500 +-0.055175781250 +-0.207031250000 +0.124023437500 +-0.025146484375 +0.042724609375 +-0.188476562500 +0.135742187500 +0.019653320312 +0.092285156250 +0.121582031250 +-0.143554687500 +0.014587402344 +-0.066894531250 +-0.119140625000 +0.273437500000 +0.036865234375 +-0.047851562500 +-0.076660156250 +-0.021606445312 +-0.173828125000 +-0.073730468750 +0.007080078125 +0.011230468750 +0.144531250000 +0.135742187500 +-0.159179687500 +-0.146484375000 +0.062255859375 +0.126953125000 +0.121582031250 +0.077148437500 +0.066406250000 +0.125000000000 +-0.050048828125 +0.191406250000 +0.068359375000 +0.163085937500 +-0.005950927734 +0.151367187500 +0.127929687500 +0.070800781250 +0.075195312500 +-0.043701171875 +-0.006958007812 +-0.022583007812 +-0.042236328125 +-0.005828857422 +-0.283203125000 +0.034667968750 +0.098144531250 +-0.097167968750 +0.051025390625 +0.255859375000 +-0.010803222656 +0.051269531250 +0.086425781250 +-0.104003906250 +0.165039062500 +-0.074707031250 +0.008728027344 +0.168945312500 +-0.010375976562 +-0.103027343750 +0.092773437500 +-0.027587890625 +-0.083984375000 +0.028808593750 +0.057861328125 +-0.093750000000 +-0.043212890625 +-0.198242187500 +0.125976562500 +0.067871093750 +-0.034179687500 +0.065917968750 +-0.038818359375 +-0.068359375000 +0.024658203125 +0.353515625000 +0.163085937500 +0.198242187500 +-0.018554687500 +-0.013916015625 +0.128906250000 +-0.005554199219 +0.014404296875 +0.022216796875 +0.136718750000 +0.101074218750 +-0.031005859375 +0.053466796875 +0.069335937500 +0.016357421875 +0.314453125000 +-0.030151367188 +-0.119140625000 +0.035888671875 +0.081054687500 +-0.027709960938 +0.107910156250 +0.005401611328 +-0.026855468750 +0.066406250000 +-0.011962890625 +0.117187500000 +-0.067871093750 +0.231445312500 +0.026367187500 +0.073730468750 +-0.072265625000 +0.021606445312 +-0.088867187500 +-0.154296875000 +-0.131835937500 +0.113769531250 +-0.192382812500 +0.112304687500 +-0.004272460938 +0.014709472656 +0.148437500000 +-0.029174804688 +0.000629425049 +-0.120605468750 +0.124023437500 +0.136718750000 +0.094726562500 +-0.055175781250 +-0.005218505859 +-0.211914062500 +0.179687500000 +-0.177734375000 +0.061279296875 +-0.020751953125 +-0.043701171875 +-0.050048828125 +-0.174804687500 +-0.033447265625 +-0.162109375000 +0.122558593750 +0.061035156250 +0.059814453125 +-0.077636718750 +0.036376953125 +0.147460937500 +-0.015869140625 +-0.118164062500 +-0.137695312500 +0.067382812500 +-0.100097656250 +0.045410156250 +0.087890625000 +-0.056884765625 +-0.027709960938 +-0.105957031250 +-0.043945312500 +-0.076171875000 +-0.011291503906 +0.139648437500 +-0.160156250000 +0.013305664062 +0.060546875000 +-0.143554687500 +0.269531250000 +-0.020263671875 +0.089355468750 +-0.074218750000 +0.080078125000 +-0.131835937500 +0.015441894531 +0.152343750000 +0.167968750000 +0.189453125000 +-0.038574218750 +0.178710937500 +-0.118164062500 +-0.016113281250 +0.003646850586 +-0.014465332031 +-0.151367187500 +0.222656250000 +0.240234375000 +-0.086914062500 +-0.034423828125 +-0.078125000000 +0.097656250000 +0.229492187500 +-0.079101562500 +0.040283203125 +-0.022460937500 +0.002197265625 +-0.016967773438 +-0.201171875000 +-0.012756347656 +-0.148437500000 +0.056396484375 +0.023925781250 +-0.095214843750 +0.062255859375 +-0.004669189453 +0.126953125000 +-0.036865234375 +-0.008056640625 +-0.034179687500 +-0.151367187500 +-0.021606445312 +0.053955078125 +0.159179687500 +-0.074707031250 +-0.016601562500 +-0.132812500000 +-0.118164062500 +-0.000953674316 +0.099121093750 +-0.144531250000 +-0.015380859375 +-0.160156250000 +-0.005950927734 +-0.043945312500 +0.124511718750 +0.073242187500 +-0.037841796875 +-0.059570312500 +-0.031738281250 +-0.095703125000 +-0.112792968750 +-0.060791015625 +-0.057128906250 +0.046875000000 +0.030639648438 +0.086425781250 +-0.050537109375 +-0.035644531250 +-0.104980468750 +0.225585937500 +-0.082519531250 +0.104003906250 +-0.069335937500 +-0.069335937500 +-0.133789062500 +0.039306640625 +-0.030273437500 +0.092773437500 +0.020263671875 +0.131835937500 +0.127929687500 +0.117187500000 +0.073730468750 +0.095214843750 +-0.008911132812 +0.065917968750 +-0.159179687500 +-0.105468750000 +0.010559082031 +0.051025390625 +0.084960937500 +0.106933593750 +-0.197265625000 +-0.129882812500 +-0.008728027344 +-0.093750000000 +0.058593750000 +-0.269531250000 +0.057373046875 +0.002105712891 +-0.031250000000 +0.030151367188 +0.098632812500 +0.045898437500 +0.176757812500 +-0.026855468750 +-0.097167968750 +-0.052246093750 +-0.103027343750 +0.067871093750 +0.044677734375 +0.099609375000 +0.005706787109 +0.024047851562 +0.076171875000 +-0.075683593750 +-0.055908203125 +-0.002273559570 +0.008117675781 +-0.000846862793 +-0.027099609375 +-0.096679687500 +-0.074707031250 +-0.024780273438 +0.083496093750 +0.111328125000 +0.054199218750 +-0.039794921875 +-0.100097656250 +0.025268554688 +-0.042968750000 +0.073242187500 +-0.002395629883 +-0.188476562500 +-0.120117187500 +-0.055175781250 +0.062255859375 +-0.082519531250 +0.038085937500 +-0.130859375000 +-0.130859375000 +0.186523437500 +-0.063964843750 +0.062255859375 +0.172851562500 +-0.070800781250 +0.012390136719 +0.048095703125 +-0.021850585938 +0.106445312500 +0.047607421875 +-0.034912109375 +0.031250000000 +-0.032958984375 +-0.075683593750 +-0.128906250000 +0.018554687500 +-0.183593750000 +0.101074218750 +0.010375976562 +0.070800781250 +-0.057617187500 +0.013427734375 +-0.008544921875 +-0.017456054688 +-0.000373840332 +-0.081054687500 +0.107421875000 +0.042236328125 +-0.006225585938 +0.205078125000 +-0.053955078125 +0.062255859375 +0.128906250000 +-0.114746093750 +0.065429687500 +-0.034667968750 +0.109375000000 +0.085937500000 +0.024536132812 +0.077636718750 +0.159179687500 +0.196289062500 +-0.044921875000 +-0.231445312500 +-0.118164062500 +-0.169921875000 +-0.035644531250 +0.019653320312 +0.043945312500 +0.125000000000 +0.038818359375 +0.060546875000 +0.147460937500 +-0.025512695312 +0.176757812500 +0.208984375000 +0.103515625000 +0.202148437500 +0.017089843750 +-0.086425781250 +0.020996093750 +0.152343750000 +0.049316406250 +-0.007476806641 +-0.065917968750 +0.095214843750 +-0.153320312500 +0.026733398438 +-0.000110626221 +-0.100585937500 +0.039794921875 +0.022705078125 +-0.125000000000 +-0.014343261719 +-0.008850097656 +-0.119140625000 +0.028320312500 +-0.058349609375 +-0.036376953125 +0.010375976562 +-0.003707885742 +-0.220703125000 +0.054931640625 +-0.029663085938 +0.127929687500 +-0.008544921875 +0.015319824219 +0.209960937500 +-0.059570312500 +-0.169921875000 +-0.012634277344 +0.142578125000 +-0.012573242188 +-0.112792968750 +0.001411437988 +-0.138671875000 +0.075683593750 +0.086425781250 +0.104980468750 +-0.149414062500 +0.001388549805 +0.005126953125 +0.005828857422 +0.041503906250 +0.042480468750 +-0.086425781250 +-0.075683593750 +-0.103515625000 +0.084472656250 +-0.023437500000 +-0.042724609375 +-0.097656250000 +0.110351562500 +0.053710937500 +0.077148437500 +0.089355468750 +0.029174804688 +0.071777343750 +-0.033935546875 +-0.087402343750 +-0.021118164062 +0.047607421875 +-0.151367187500 +0.043945312500 +0.066406250000 +-0.024780273438 +0.049560546875 +0.090332031250 +0.055908203125 +-0.037109375000 +0.025390625000 +0.018920898438 +-0.034179687500 +0.046875000000 +-0.022705078125 +0.068359375000 +0.009643554688 +-0.144531250000 +0.123535156250 +0.074707031250 +0.005889892578 +-0.077636718750 +0.033935546875 +-0.023681640625 +-0.053466796875 +0.068847656250 +0.023559570312 +0.204101562500 +0.089843750000 +-0.073242187500 +-0.160156250000 +-0.114746093750 +-0.022705078125 +0.012207031250 +-0.094238281250 +0.076660156250 +-0.045410156250 +-0.215820312500 +-0.029418945312 +-0.001350402832 +0.015869140625 +-0.139648437500 +-0.027587890625 +0.055908203125 +0.073242187500 +-0.022949218750 +0.057128906250 +-0.088378906250 +-0.043945312500 +-0.060058593750 +-0.117187500000 +-0.001258850098 +0.004455566406 +0.029541015625 +0.154296875000 +0.039794921875 +-0.056152343750 +-0.052246093750 +-0.030029296875 +0.031738281250 +-0.010986328125 +0.030761718750 +-0.013122558594 +0.000751495361 +0.076171875000 +0.065429687500 +-0.032714843750 +0.102539062500 +0.063964843750 +0.111328125000 +0.050781250000 +-0.079101562500 +0.233398437500 +0.061523437500 +-0.144531250000 +-0.019897460938 +0.097167968750 +-0.273437500000 +-0.094726562500 +0.009094238281 +0.084960937500 +-0.083984375000 +0.006988525391 +-0.126953125000 +0.067871093750 +0.098632812500 +0.077148437500 +-0.171875000000 +-0.031738281250 +0.041259765625 +-0.019409179688 +0.008178710938 +0.011901855469 +0.074707031250 +0.119628906250 +0.001747131348 +0.070800781250 +-0.007263183594 +-0.020751953125 +0.045654296875 +-0.029296875000 +0.088378906250 +-0.004669189453 +0.023925781250 +-0.235351562500 +0.047607421875 +0.077636718750 +0.148437500000 +-0.004028320312 +0.111816406250 +-0.002593994141 +-0.176757812500 +0.063476562500 +-0.088378906250 +-0.071289062500 +0.016845703125 +-0.116699218750 +-0.047607421875 +0.036376953125 +0.013732910156 +-0.160156250000 +0.116210937500 +-0.116210937500 +0.069335937500 +0.135742187500 +-0.167968750000 +-0.086914062500 +-0.026245117188 +0.041015625000 +0.005065917969 +0.031250000000 +0.138671875000 +-0.062988281250 +-0.083007812500 +0.133789062500 +-0.065429687500 +-0.012512207031 +-0.074707031250 +0.040771484375 +-0.037841796875 +-0.029785156250 +0.318359375000 +0.035156250000 +0.056640625000 +-0.007934570312 +0.008911132812 +0.141601562500 +-0.043945312500 +-0.157226562500 +-0.013977050781 +0.051513671875 +0.055419921875 +-0.045654296875 +0.045654296875 +0.119628906250 +0.094238281250 +-0.030273437500 +0.072753906250 +-0.084960937500 +0.104492187500 +0.026489257812 +0.101562500000 +0.104980468750 +-0.070800781250 +0.061035156250 +0.173828125000 +-0.010314941406 +-0.013183593750 +-0.055419921875 +0.063476562500 +-0.123535156250 +-0.062255859375 +-0.130859375000 +0.011718750000 +-0.192382812500 +-0.043212890625 +0.062988281250 +0.130859375000 +0.059570312500 +-0.096191406250 +-0.232421875000 +0.033203125000 +-0.055175781250 +-0.027221679688 +-0.161132812500 +-0.004150390625 +-0.081542968750 +0.133789062500 +0.083007812500 +-0.181640625000 +0.152343750000 +-0.003936767578 +0.192382812500 +-0.000025629997 +-0.142578125000 +0.094726562500 +0.025268554688 +0.022338867188 +0.046142578125 +0.018554687500 +-0.220703125000 +-0.120605468750 +0.066894531250 +-0.059814453125 +-0.067382812500 +-0.087890625000 +-0.116699218750 +-0.127929687500 +0.026000976562 +-0.184570312500 +-0.051025390625 +-0.084960937500 +-0.100585937500 +-0.163085937500 +0.112792968750 +-0.012939453125 +-0.115234375000 +0.025878906250 +-0.089843750000 +-0.045654296875 +0.016235351562 +-0.138671875000 +-0.091308593750 +-0.015991210938 +0.186523437500 +0.050781250000 +0.183593750000 +0.024291992188 +0.026855468750 +0.006408691406 +-0.083007812500 +0.023681640625 +-0.141601562500 +0.035888671875 +-0.069824218750 +-0.118652343750 +-0.062500000000 +0.005218505859 +0.072753906250 +0.180664062500 +-0.072265625000 +0.151367187500 +0.138671875000 +0.039550781250 +-0.150390625000 +-0.123046875000 +0.029663085938 +-0.047607421875 +-0.153320312500 +0.021362304688 +0.022460937500 +-0.089843750000 +-0.083984375000 +0.117675781250 +-0.042480468750 +-0.078613281250 +-0.001182556152 +0.035888671875 +-0.009399414062 +0.026977539062 +-0.102539062500 +-0.022827148438 +0.052978515625 +0.149414062500 +-0.130859375000 +0.067871093750 +-0.081054687500 +0.279296875000 +-0.007293701172 +0.032470703125 +-0.036376953125 +0.020507812500 +0.014648437500 +0.026489257812 +0.116699218750 +-0.106933593750 +0.077148437500 +-0.108398437500 +0.113281250000 +-0.044677734375 +-0.025878906250 +0.036376953125 +0.184570312500 +0.124023437500 +-0.085937500000 +0.101074218750 +0.010925292969 +-0.135742187500 +-0.086914062500 +0.138671875000 +-0.091308593750 +-0.025878906250 +0.139648437500 +-0.016235351562 +-0.024291992188 +-0.087402343750 +0.090332031250 +-0.166015625000 +0.027832031250 +-0.162109375000 +-0.198242187500 +-0.064941406250 +-0.112792968750 +-0.041503906250 +-0.231445312500 +0.014892578125 +-0.067871093750 +-0.079589843750 +0.251953125000 +-0.011596679688 +0.129882812500 +0.120605468750 +-0.082031250000 +0.114746093750 +-0.136718750000 +-0.038330078125 +0.010314941406 +0.119628906250 +-0.065429687500 +0.075195312500 +-0.041992187500 +0.111816406250 +0.011840820312 +-0.045410156250 +0.055664062500 +0.028808593750 +0.072753906250 +-0.064453125000 +0.033447265625 +-0.011901855469 +-0.166015625000 +0.011230468750 +-0.220703125000 +-0.134765625000 +0.007873535156 +0.003814697266 +0.010009765625 +0.024047851562 +-0.140625000000 +0.087890625000 +-0.037597656250 +-0.069824218750 +-0.088378906250 +0.067871093750 +-0.071777343750 +-0.131835937500 +-0.064453125000 +0.071289062500 +0.094238281250 +0.130859375000 +-0.017822265625 +-0.005920410156 +0.005798339844 +-0.106933593750 +-0.003479003906 +-0.056884765625 +0.149414062500 +0.091308593750 +0.156250000000 +-0.109375000000 +0.045410156250 +-0.169921875000 +-0.090332031250 +0.090332031250 +0.065429687500 +-0.214843750000 +-0.046875000000 +-0.075195312500 +-0.013549804688 +0.043457031250 +-0.153320312500 +0.210937500000 +-0.052490234375 +0.053222656250 +-0.178710937500 +-0.093261718750 +0.028076171875 +0.078613281250 +0.099121093750 +-0.061523437500 +-0.016479492188 +-0.050537109375 +-0.072265625000 +0.063964843750 +0.049560546875 +0.065917968750 +0.039794921875 +0.106445312500 +-0.060791015625 +-0.053466796875 +-0.003845214844 +0.192382812500 +0.053222656250 +-0.053955078125 +-0.106933593750 +0.063476562500 +-0.041503906250 +-0.121093750000 +-0.009643554688 +0.119628906250 +-0.011047363281 +-0.105468750000 +0.095214843750 +0.028198242188 +0.056152343750 +-0.043701171875 +-0.057861328125 +0.048339843750 +-0.005096435547 +-0.010070800781 +0.032714843750 +-0.118652343750 +0.066894531250 +0.006072998047 +0.187500000000 +-0.051025390625 +0.035156250000 +0.071777343750 +-0.102539062500 +0.011108398438 +-0.129882812500 +0.038085937500 +0.019042968750 +-0.271484375000 +-0.088378906250 +-0.101562500000 +-0.176757812500 +0.028808593750 +0.102539062500 +-0.059082031250 +-0.001533508301 +-0.015136718750 +0.046386718750 +0.055664062500 +0.022583007812 +0.052734375000 +0.186523437500 +0.177734375000 +0.075683593750 +-0.064941406250 +-0.063476562500 +-0.063476562500 +0.030517578125 +0.089355468750 +0.009155273438 +-0.150390625000 +0.101562500000 +-0.037597656250 +0.152343750000 +0.122070312500 +0.031738281250 +0.181640625000 +0.097167968750 +-0.070800781250 +0.112304687500 +0.096191406250 +0.015502929688 +0.083984375000 +0.015625000000 +-0.084960937500 +-0.149414062500 +-0.010253906250 +0.061279296875 +-0.066406250000 +-0.003204345703 +0.003341674805 +0.093261718750 +-0.097167968750 +-0.088378906250 +-0.013000488281 +-0.203125000000 +-0.047363281250 +-0.025024414062 +-0.009033203125 +-0.125976562500 +0.118652343750 +-0.058349609375 +-0.108398437500 +0.071777343750 +0.164062500000 +0.033691406250 +0.107421875000 +-0.021606445312 +-0.109375000000 +-0.033203125000 +0.000168800354 +-0.077636718750 +-0.041503906250 +-0.040039062500 +0.092285156250 +0.035156250000 +-0.040527343750 +-0.048583984375 +0.096191406250 +-0.175781250000 +-0.156250000000 +-0.010986328125 +-0.234375000000 +0.019653320312 +-0.069824218750 +0.087402343750 +-0.246093750000 +-0.056640625000 +0.097656250000 +-0.106933593750 +-0.006347656250 +-0.166992187500 +-0.107421875000 +-0.153320312500 +0.026611328125 +0.039794921875 +0.073730468750 +-0.026245117188 +0.015197753906 +0.109375000000 +-0.046630859375 +-0.140625000000 +-0.009460449219 +-0.026245117188 +0.080566406250 +-0.091796875000 +0.068847656250 +0.193359375000 +0.180664062500 +0.023559570312 +0.016967773438 +-0.043457031250 +-0.019653320312 +-0.045166015625 +-0.052001953125 +-0.066894531250 +-0.082519531250 +-0.033935546875 +0.130859375000 +0.019409179688 +-0.100097656250 +-0.140625000000 +0.049804687500 +0.008972167969 +0.367187500000 +0.000251770020 +0.039062500000 +0.027221679688 +-0.099609375000 +-0.104980468750 +0.032714843750 +0.090820312500 +0.177734375000 +-0.166015625000 +0.081054687500 +0.112792968750 +0.158203125000 +0.042480468750 +0.014465332031 +-0.023681640625 +0.079101562500 +-0.073242187500 +0.054931640625 +0.034912109375 +-0.134765625000 +-0.007598876953 +0.041503906250 +0.176757812500 +0.082031250000 +0.169921875000 +0.060058593750 +-0.059814453125 +0.079589843750 +0.050781250000 +0.208007812500 +-0.029174804688 +0.026611328125 +0.018188476562 +-0.134765625000 +0.166015625000 +-0.111328125000 +-0.068847656250 +0.261718750000 +-0.125976562500 +-0.161132812500 +-0.020874023438 +-0.011779785156 +-0.116210937500 +0.093261718750 +-0.126953125000 +-0.123535156250 +0.023925781250 +-0.062988281250 +0.153320312500 +-0.279296875000 +0.008972167969 +0.107421875000 +0.009155273438 +-0.014099121094 +-0.086914062500 +-0.026123046875 +0.036132812500 +0.084472656250 +-0.127929687500 +0.004516601562 +0.121093750000 +0.117675781250 +0.168945312500 +-0.018066406250 +-0.090332031250 +0.207031250000 +0.039062500000 +0.138671875000 +0.037841796875 +-0.207031250000 +0.182617187500 +0.096679687500 +-0.060546875000 +0.012512207031 +0.121582031250 +-0.020874023438 +-0.125976562500 +-0.089843750000 +-0.010559082031 +0.048339843750 +-0.051269531250 +0.097167968750 +-0.030517578125 +0.085449218750 +0.076171875000 +0.140625000000 +0.011230468750 +-0.092773437500 +-0.138671875000 +-0.085449218750 +0.042480468750 +-0.018432617188 +0.101074218750 +0.006072998047 +0.073730468750 +-0.030273437500 +0.065917968750 +0.155273437500 +-0.185546875000 +0.071289062500 +-0.022705078125 +0.146484375000 +0.010925292969 +0.113769531250 +0.103515625000 +0.060791015625 +-0.119628906250 +0.021606445312 +-0.027221679688 +-0.030761718750 +-0.052490234375 +0.143554687500 +0.028930664062 +-0.098632812500 +0.204101562500 +-0.004760742188 +-0.078613281250 +-0.080078125000 +-0.059326171875 +-0.049072265625 +0.049316406250 +0.089843750000 +0.070312500000 +-0.052490234375 +0.066406250000 +0.054687500000 +0.048095703125 +0.014282226562 +0.103027343750 +-0.041992187500 +0.056640625000 +0.071289062500 +-0.151367187500 +-0.047607421875 +-0.072265625000 +-0.070312500000 +-0.042236328125 +0.057373046875 +0.104003906250 +0.016479492188 +0.051513671875 +-0.023559570312 +-0.017700195312 +0.112304687500 +0.102539062500 +0.033447265625 +0.025756835938 +0.081542968750 +0.123535156250 +-0.248046875000 +0.142578125000 +-0.166992187500 +-0.010192871094 +0.006896972656 +0.069335937500 +-0.095703125000 +0.081542968750 +0.030029296875 +0.081054687500 +0.060302734375 +0.093261718750 +0.004547119141 +0.052978515625 +0.043212890625 +0.133789062500 +0.248046875000 +0.192382812500 +0.005401611328 +0.043457031250 +0.171875000000 +0.075683593750 +-0.142578125000 +-0.003463745117 +-0.033691406250 +-0.068359375000 +-0.042724609375 +0.145507812500 +-0.020019531250 +0.063476562500 +0.130859375000 +-0.009277343750 +-0.050781250000 +-0.060791015625 +-0.130859375000 +0.040039062500 +0.013061523438 +-0.014038085938 +0.134765625000 +-0.057128906250 +0.111816406250 +0.191406250000 +-0.092285156250 +0.169921875000 +0.093261718750 +-0.078613281250 +-0.076171875000 +-0.111816406250 +-0.012207031250 +-0.088867187500 +0.052246093750 +0.035400390625 +-0.010742187500 +-0.048828125000 +-0.023559570312 +0.061035156250 +-0.045898437500 +0.030761718750 +0.049560546875 +-0.117187500000 +-0.141601562500 +0.036132812500 +0.068359375000 +0.126953125000 +-0.034667968750 +0.166992187500 +-0.067382812500 +0.126953125000 +0.135742187500 +-0.029418945312 +0.010559082031 +0.121582031250 +-0.080078125000 +0.064941406250 +-0.204101562500 +0.052978515625 +0.069824218750 +0.118652343750 +-0.105468750000 +0.082031250000 +-0.058105468750 +0.088867187500 +-0.059326171875 +-0.105468750000 +-0.147460937500 +-0.083496093750 +-0.024780273438 +0.030273437500 +-0.077148437500 +-0.006866455078 +-0.044677734375 +-0.055664062500 +0.094726562500 +0.202148437500 +0.061279296875 +0.074707031250 +-0.123535156250 +-0.067871093750 +0.052978515625 +0.145507812500 +0.052490234375 +0.106445312500 +-0.006561279297 +0.174804687500 +-0.024414062500 +-0.036621093750 +0.127929687500 +0.036865234375 +-0.074218750000 +-0.140625000000 +0.121093750000 +-0.174804687500 +-0.118652343750 +0.074218750000 +-0.045410156250 +-0.105468750000 +0.236328125000 +-0.041503906250 +0.026977539062 +0.093750000000 +-0.192382812500 +0.027099609375 +0.056884765625 +-0.051757812500 +0.093261718750 +0.045898437500 +0.042236328125 +0.062255859375 +0.120117187500 +-0.053710937500 +0.143554687500 +0.229492187500 +0.060058593750 +0.080078125000 +-0.061035156250 +-0.066894531250 +-0.022338867188 +0.027343750000 +-0.168945312500 +-0.016479492188 +-0.041259765625 +0.031250000000 +0.062011718750 +-0.084472656250 +0.078613281250 +-0.200195312500 +-0.023803710938 +0.034667968750 +0.066406250000 +0.077148437500 +-0.104003906250 +-0.028076171875 +-0.165039062500 +-0.029663085938 +0.224609375000 +0.079101562500 +-0.038330078125 +-0.042236328125 +-0.087890625000 +0.069824218750 +0.064941406250 +0.046875000000 +-0.022827148438 +-0.109863281250 +-0.012634277344 +-0.128906250000 +0.107421875000 +0.087402343750 +0.122558593750 +0.103515625000 +0.261718750000 +0.131835937500 +0.019653320312 +-0.090332031250 +0.075195312500 +0.091796875000 +0.067382812500 +-0.027343750000 +-0.124023437500 +0.057861328125 +-0.119140625000 +-0.062500000000 +-0.072753906250 +-0.152343750000 +-0.026611328125 +-0.092773437500 +0.116699218750 +-0.092285156250 +0.142578125000 +0.017700195312 +0.104492187500 +-0.112792968750 +0.012695312500 +0.011413574219 +-0.080078125000 +-0.026367187500 +0.026123046875 +-0.020996093750 +0.087890625000 +-0.007934570312 +-0.135742187500 +0.194335937500 +0.005432128906 +-0.050048828125 +-0.013671875000 +-0.047607421875 +-0.028076171875 +0.010131835938 +-0.115722656250 +0.112792968750 +-0.092773437500 +0.081054687500 +-0.027587890625 +0.083984375000 +-0.013427734375 +-0.097656250000 +-0.014587402344 +0.037841796875 +0.073242187500 +-0.074707031250 +-0.152343750000 +0.007232666016 +-0.036621093750 +-0.153320312500 +0.090332031250 +-0.056640625000 +-0.003753662109 +0.004974365234 +0.143554687500 +0.064941406250 +-0.089355468750 +0.112792968750 +-0.047851562500 +0.070312500000 +0.075195312500 +-0.125976562500 +0.160156250000 +0.030517578125 +0.031250000000 +0.010742187500 +-0.045654296875 +-0.182617187500 +-0.075195312500 +0.052246093750 +-0.095703125000 +0.034912109375 +-0.178710937500 +-0.185546875000 +0.061279296875 +-0.027587890625 +0.145507812500 +0.046386718750 +-0.210937500000 +-0.106445312500 +-0.076171875000 +0.161132812500 +0.024291992188 +0.064941406250 +0.164062500000 +0.088867187500 +0.008178710938 +0.098144531250 +-0.069824218750 +0.155273437500 +0.118652343750 +0.190429687500 +0.036376953125 +-0.027587890625 +-0.040527343750 +0.099121093750 +0.066894531250 +-0.378906250000 +0.173828125000 +-0.119140625000 +0.045654296875 +0.043212890625 +-0.033935546875 +-0.200195312500 +0.277343750000 +0.057373046875 +0.077636718750 +-0.120605468750 +0.096679687500 +0.063476562500 +-0.027954101562 +0.063476562500 +-0.100585937500 +-0.053222656250 +0.083007812500 +0.031738281250 +-0.047851562500 +-0.131835937500 +-0.008056640625 +-0.033935546875 +-0.197265625000 +0.287109375000 +0.055419921875 +0.054443359375 +0.206054687500 +0.194335937500 +-0.071777343750 +0.050781250000 +-0.009460449219 +0.083984375000 +-0.103027343750 +0.054199218750 +-0.128906250000 +0.077148437500 +0.017456054688 +0.061035156250 +-0.039306640625 +0.096191406250 +-0.032226562500 +-0.024169921875 +0.047119140625 +0.121093750000 +0.075683593750 +0.083007812500 +0.110351562500 +0.030395507812 +0.044921875000 +0.134765625000 +-0.139648437500 +-0.122558593750 +0.116210937500 +-0.063964843750 +-0.114746093750 +0.091308593750 +0.095214843750 +0.184570312500 +-0.009155273438 +0.142578125000 +-0.059570312500 +-0.115722656250 +0.062988281250 +-0.057373046875 +0.066406250000 +0.088867187500 +0.241210937500 +-0.037597656250 +-0.031494140625 +0.020874023438 +-0.170898437500 +-0.140625000000 +0.074707031250 +0.165039062500 +0.613281250000 +0.021362304688 +0.382812500000 +0.090820312500 +0.049804687500 +-0.012939453125 +-0.006530761719 +-0.043457031250 +0.150390625000 +0.038818359375 +0.080566406250 +0.052978515625 +0.081542968750 +0.004608154297 +-0.029174804688 +0.107910156250 +0.137695312500 +0.017211914062 +-0.197265625000 +-0.199218750000 +0.026367187500 +0.090332031250 +-0.108398437500 +0.051025390625 +-0.122070312500 +-0.063476562500 +-0.036621093750 +0.034912109375 +-0.039794921875 +0.129882812500 +-0.000303268433 +-0.155273437500 +-0.030395507812 +-0.010559082031 +0.071777343750 +0.229492187500 +0.080078125000 +-0.036865234375 +-0.029418945312 +-0.124511718750 +-0.073242187500 +-0.086914062500 +0.001754760742 +0.173828125000 +-0.060791015625 +0.217773437500 +0.008911132812 +0.034912109375 +0.241210937500 +0.037109375000 +-0.081054687500 +0.031127929688 +0.133789062500 +-0.127929687500 +0.180664062500 +0.149414062500 +-0.059570312500 +-0.021850585938 +0.085449218750 +-0.078125000000 +-0.248046875000 +-0.034667968750 +-0.075195312500 +0.020996093750 +-0.042724609375 +-0.064453125000 +0.013488769531 +0.046142578125 +0.079101562500 +0.226562500000 +-0.091308593750 +0.123535156250 +0.085449218750 +0.157226562500 +-0.044433593750 +0.027465820312 +-0.051025390625 +-0.026123046875 +0.033691406250 +0.112304687500 +0.010681152344 +-0.156250000000 +-0.027465820312 +-0.120117187500 +-0.099121093750 +0.011779785156 +-0.103027343750 +-0.140625000000 +-0.008239746094 +-0.022827148438 +0.021972656250 +0.175781250000 +-0.002105712891 +-0.096191406250 +0.040283203125 +0.036132812500 +-0.003173828125 +-0.251953125000 +0.161132812500 +-0.086425781250 +-0.125000000000 +-0.003417968750 +0.006805419922 +0.180664062500 +0.082519531250 +0.062500000000 +-0.038818359375 +0.011718750000 +0.141601562500 +-0.096679687500 +0.121582031250 +-0.164062500000 +0.033935546875 +-0.224609375000 +0.079589843750 +0.029785156250 +0.241210937500 +-0.008117675781 +-0.052490234375 +-0.092285156250 +-0.245117187500 +-0.073242187500 +0.106933593750 +0.106933593750 +-0.200195312500 +-0.214843750000 +-0.131835937500 +0.120117187500 +0.267578125000 +-0.059082031250 +-0.015991210938 +-0.029541015625 +0.035400390625 +0.027954101562 +0.075683593750 +0.133789062500 +-0.104492187500 +-0.028686523438 +0.004699707031 +0.080566406250 +-0.050781250000 +-0.119628906250 +0.068847656250 +-0.014221191406 +-0.092773437500 +-0.125000000000 +0.046142578125 +0.141601562500 +0.074707031250 +-0.150390625000 +-0.157226562500 +0.020996093750 +-0.122558593750 +-0.239257812500 +0.120117187500 +0.056640625000 +0.021484375000 +-0.040771484375 +0.107910156250 +-0.048583984375 +0.043212890625 +-0.168945312500 +0.051757812500 +-0.060791015625 +0.007934570312 +0.033935546875 +-0.114746093750 +0.025756835938 +0.037109375000 +-0.124023437500 +-0.003784179688 +-0.069335937500 +-0.121582031250 +0.265625000000 +-0.119628906250 +0.072265625000 +-0.026611328125 +0.019409179688 +0.063964843750 +0.034423828125 +-0.002944946289 +0.073242187500 +0.041259765625 +-0.014648437500 +-0.099121093750 +0.075683593750 +0.013854980469 +-0.117675781250 +0.005035400391 +-0.209960937500 +-0.003860473633 +-0.095703125000 +-0.173828125000 +-0.101074218750 +0.054199218750 +0.126953125000 +-0.032470703125 +-0.113769531250 +0.030761718750 +0.052490234375 +-0.044433593750 +0.056152343750 +0.067382812500 +0.231445312500 +-0.147460937500 +-0.026489257812 +-0.006713867188 +0.087890625000 +0.024658203125 +-0.000329971313 +-0.024658203125 +-0.022827148438 +-0.112792968750 +0.037109375000 +0.123535156250 +-0.111328125000 +0.101562500000 +-0.079101562500 +-0.077636718750 +-0.107910156250 +0.141601562500 +0.127929687500 +-0.147460937500 +-0.132812500000 +-0.111328125000 +0.115722656250 +0.080566406250 +0.080078125000 +0.132812500000 +0.146484375000 +-0.110351562500 +0.150390625000 +0.087890625000 +0.023803710938 +0.070312500000 +-0.003295898438 +0.152343750000 +-0.151367187500 +0.020141601562 +0.304687500000 +-0.120117187500 +-0.009765625000 +0.007232666016 +-0.172851562500 +-0.141601562500 +-0.087402343750 +0.132812500000 +-0.083496093750 +-0.029907226562 +-0.012756347656 +-0.144531250000 +0.056884765625 +0.006652832031 +0.040039062500 +-0.029785156250 +0.124023437500 +0.016235351562 +0.075195312500 +0.090820312500 +-0.061035156250 +0.053710937500 +0.177734375000 +-0.041259765625 +-0.039306640625 +-0.048828125000 +0.001602172852 +0.060058593750 +-0.218750000000 +-0.101562500000 +0.098144531250 +0.006408691406 +-0.005340576172 +-0.093750000000 +-0.124511718750 +-0.024780273438 +0.005920410156 +-0.097656250000 +-0.118652343750 +0.062500000000 +0.048339843750 +0.037109375000 +0.024536132812 +-0.065917968750 +0.085937500000 +-0.147460937500 +-0.010070800781 +-0.029052734375 +0.004547119141 +-0.125000000000 +-0.108886718750 +-0.019531250000 +0.156250000000 +-0.047363281250 +0.062988281250 +-0.086914062500 +-0.046142578125 +-0.062011718750 +-0.017700195312 +-0.055419921875 +-0.163085937500 +-0.068359375000 +-0.040039062500 +-0.033447265625 +0.024047851562 +0.032714843750 +0.055175781250 +-0.007995605469 +0.213867187500 +0.055664062500 +0.073242187500 +0.138671875000 +0.002929687500 +-0.029663085938 +-0.011901855469 +0.030273437500 +-0.047607421875 +-0.152343750000 +0.065917968750 +0.065429687500 +-0.020751953125 +0.163085937500 +0.104980468750 +0.100585937500 +0.146484375000 +-0.000134468079 +0.133789062500 +-0.098632812500 +-0.069335937500 +-0.111816406250 +-0.036621093750 +-0.112304687500 +-0.117187500000 +0.092773437500 +0.011047363281 +0.050537109375 +-0.186523437500 +-0.155273437500 +-0.116699218750 +0.030151367188 +0.041503906250 +0.019409179688 +0.010192871094 +-0.080078125000 +-0.099609375000 +0.010131835938 +-0.240234375000 +-0.075195312500 +-0.010009765625 +0.114746093750 +0.025390625000 +-0.192382812500 +-0.007629394531 +0.124023437500 +0.061767578125 +-0.179687500000 +0.000377655029 +-0.096679687500 +-0.099609375000 +0.085937500000 +-0.045898437500 +0.067871093750 +-0.039062500000 +0.069824218750 +0.085937500000 +-0.092773437500 +0.000352859497 +0.012756347656 +-0.030151367188 +-0.082031250000 +0.063476562500 +-0.004425048828 +0.246093750000 +0.172851562500 +-0.016357421875 +-0.172851562500 +0.106445312500 +-0.076171875000 +-0.055908203125 +0.100585937500 +0.137695312500 +0.038818359375 +0.062500000000 +0.137695312500 +0.157226562500 +0.192382812500 +0.146484375000 +-0.142578125000 +0.036132812500 +0.144531250000 +-0.127929687500 +-0.055664062500 +0.117187500000 +0.067871093750 +-0.061523437500 +-0.037597656250 +-0.200195312500 +0.036621093750 +0.236328125000 +-0.120605468750 +-0.071777343750 +0.006988525391 +-0.065429687500 +0.022216796875 +-0.046386718750 +-0.051757812500 +0.051513671875 +0.084472656250 +-0.074707031250 +0.054687500000 +0.067871093750 +-0.019897460938 +0.046875000000 +-0.072265625000 +0.004730224609 +-0.018188476562 +0.061523437500 +-0.000865936279 +0.101074218750 +0.021484375000 +0.133789062500 +0.081054687500 +-0.063964843750 +-0.118652343750 +0.125000000000 +-0.084472656250 +-0.003662109375 +-0.048339843750 +-0.110351562500 +0.072753906250 +-0.089843750000 +0.016479492188 +0.051025390625 +-0.061035156250 +-0.044189453125 +-0.083007812500 +0.126953125000 +0.088867187500 +0.077636718750 +0.149414062500 +-0.122070312500 +0.057373046875 +0.132812500000 +0.076660156250 +-0.055908203125 +-0.241210937500 +0.060302734375 +-0.032958984375 +-0.067382812500 +-0.017089843750 +0.095703125000 +0.058349609375 +0.076171875000 +0.099609375000 +-0.055908203125 +-0.032958984375 +-0.009216308594 +-0.130859375000 +-0.077148437500 +-0.083007812500 +-0.023315429688 +0.003189086914 +-0.022827148438 +0.018554687500 +0.076171875000 +-0.036376953125 +0.168945312500 +-0.040039062500 +0.017089843750 +-0.027465820312 +0.116210937500 +-0.169921875000 +0.046630859375 +0.063476562500 +0.201171875000 +0.102050781250 +0.000713348389 +-0.080566406250 +0.109375000000 +0.013244628906 +-0.109863281250 +0.106445312500 +0.049560546875 +0.060302734375 +-0.038330078125 +-0.172851562500 +0.146484375000 +0.128906250000 +0.050048828125 +0.033203125000 +0.102539062500 +-0.021728515625 +0.051513671875 +0.089355468750 +0.164062500000 +0.143554687500 +-0.095214843750 +0.048828125000 +0.074218750000 +-0.171875000000 +-0.108398437500 +-0.009399414062 +-0.205078125000 +0.072753906250 +-0.007324218750 +0.020996093750 +0.130859375000 +-0.119140625000 +0.099609375000 +0.175781250000 +-0.030639648438 +-0.137695312500 +0.013610839844 +0.273437500000 +-0.041259765625 +-0.008483886719 +0.058349609375 +-0.016357421875 +0.090820312500 +-0.025512695312 +-0.067871093750 +0.092285156250 +0.040771484375 +0.024291992188 +0.192382812500 +0.034667968750 +0.044189453125 +0.061523437500 +0.104492187500 +0.118164062500 +-0.083007812500 +-0.011047363281 +-0.094726562500 +-0.068847656250 +-0.104980468750 +-0.102050781250 +-0.071777343750 +0.059814453125 +-0.127929687500 +-0.062988281250 +-0.159179687500 +0.136718750000 +-0.037841796875 +-0.119140625000 +0.117187500000 +0.116210937500 +0.136718750000 +0.015136718750 +0.033935546875 +0.010620117188 +0.113281250000 +-0.007385253906 +0.141601562500 +-0.027221679688 +0.130859375000 +-0.132812500000 +0.062011718750 +0.105468750000 +0.170898437500 +-0.132812500000 +0.085937500000 +0.026123046875 +-0.006225585938 +-0.051513671875 +-0.279296875000 +-0.088378906250 +0.079589843750 +-0.125976562500 +-0.021728515625 +0.257812500000 +0.036865234375 +-0.195312500000 +0.150390625000 +-0.062988281250 +0.005889892578 +-0.172851562500 +-0.063964843750 +0.173828125000 +0.063476562500 +0.046875000000 +-0.093261718750 +-0.103027343750 +0.090332031250 +-0.052001953125 +0.077148437500 +0.075683593750 +0.098144531250 +-0.000130653381 +0.144531250000 +0.124023437500 +-0.007537841797 +0.008056640625 +-0.116699218750 +-0.004119873047 +0.099609375000 +-0.113769531250 +0.027709960938 +0.026123046875 +0.015258789062 +-0.144531250000 +-0.083007812500 +-0.076171875000 +0.089355468750 +-0.033447265625 +0.025512695312 +0.233398437500 +-0.038818359375 +-0.074218750000 +-0.041503906250 +0.255859375000 +-0.049072265625 +0.004791259766 +0.008789062500 +-0.032714843750 +0.072753906250 +0.021850585938 +-0.100585937500 +0.039306640625 +0.022827148438 +0.091308593750 +0.111328125000 +-0.046386718750 +-0.112792968750 +0.020263671875 +-0.088378906250 +-0.019775390625 +-0.052734375000 +0.103515625000 +-0.128906250000 +-0.148437500000 +0.070312500000 +0.091308593750 +0.099121093750 +0.076660156250 +0.025878906250 +0.019775390625 +-0.120605468750 +0.213867187500 +-0.063964843750 +-0.049316406250 +-0.153320312500 +0.038574218750 +-0.062500000000 +-0.111328125000 +-0.011169433594 +-0.062011718750 +0.036376953125 +0.074218750000 +0.002243041992 +-0.062011718750 +-0.081054687500 +-0.136718750000 +-0.088867187500 +0.055664062500 +-0.263671875000 +0.001525878906 +0.014770507812 +0.038818359375 +-0.016601562500 +-0.124023437500 +0.296875000000 +-0.019531250000 +0.000530242920 +-0.051269531250 +-0.096191406250 +0.109863281250 +0.002059936523 +-0.108886718750 +0.069335937500 +-0.200195312500 +0.215820312500 +-0.125976562500 +-0.011169433594 +-0.107421875000 +0.009826660156 +0.056152343750 +0.000419616699 +0.148437500000 +-0.065917968750 +-0.011047363281 +0.177734375000 +-0.112792968750 +0.105957031250 +-0.112792968750 +-0.081542968750 +0.089843750000 +0.251953125000 +-0.119628906250 +0.013977050781 +-0.150390625000 +-0.068359375000 +0.078613281250 +-0.166992187500 +-0.041015625000 +0.032958984375 +0.078613281250 +-0.031494140625 +0.304687500000 +-0.028076171875 +-0.119628906250 +0.002807617188 +-0.067871093750 +-0.027832031250 +-0.010620117188 +-0.134765625000 +-0.044921875000 +0.033203125000 +0.124511718750 +-0.108886718750 +0.100097656250 +-0.238281250000 +-0.081542968750 +0.131835937500 +0.046386718750 +0.235351562500 +0.077148437500 +0.000134468079 +-0.054443359375 +-0.031982421875 +-0.146484375000 +0.125976562500 +-0.005340576172 +-0.120605468750 +-0.182617187500 +-0.023315429688 +0.099609375000 +-0.169921875000 +0.080566406250 +-0.166992187500 +-0.052734375000 +-0.019775390625 +-0.127929687500 +-0.117187500000 +0.055419921875 +-0.000667572021 +-0.145507812500 +0.039794921875 +-0.015502929688 +-0.043701171875 +-0.367187500000 +-0.085937500000 +0.097656250000 +0.108886718750 +-0.246093750000 +-0.179687500000 +0.016479492188 +0.081542968750 +-0.027465820312 +0.024047851562 +0.098632812500 +-0.110839843750 +0.166015625000 +-0.032958984375 +-0.110351562500 +0.057861328125 +0.102539062500 +0.022216796875 +0.115234375000 +0.068847656250 +-0.047607421875 +-0.015075683594 +0.022094726562 +-0.008239746094 +0.009582519531 +-0.000364303589 +0.034179687500 +0.140625000000 +-0.030029296875 +-0.061279296875 +0.271484375000 +0.037841796875 +0.048828125000 +0.126953125000 +0.117187500000 +-0.123046875000 +0.081054687500 +0.135742187500 +0.060791015625 +-0.102050781250 +0.034179687500 +0.066894531250 +0.051513671875 +-0.111328125000 +0.038085937500 +0.060791015625 +-0.084472656250 +-0.095214843750 +-0.045410156250 +-0.114746093750 +-0.057128906250 +0.096679687500 +0.066894531250 +0.081542968750 +0.123046875000 +0.143554687500 +0.096191406250 +-0.166015625000 +-0.045166015625 +0.203125000000 +0.174804687500 +-0.080078125000 +-0.002044677734 +-0.023315429688 +-0.033691406250 +0.171875000000 +0.092285156250 +0.093261718750 +0.100097656250 +0.100097656250 +0.122558593750 +-0.044433593750 +-0.113281250000 +-0.052490234375 +0.073242187500 +-0.060058593750 +-0.007232666016 +-0.021728515625 +0.182617187500 +0.241210937500 +-0.046630859375 +0.170898437500 +0.007263183594 +0.111816406250 +-0.070800781250 +-0.101074218750 +0.208984375000 +0.063476562500 +-0.075195312500 +0.089355468750 +-0.053222656250 +-0.199218750000 +-0.119628906250 +-0.009582519531 +-0.047363281250 +0.040283203125 +0.203125000000 +-0.050048828125 +0.092285156250 +-0.112792968750 +-0.071777343750 +-0.079589843750 +-0.066894531250 +-0.089843750000 +0.088378906250 +0.093750000000 +-0.030639648438 +-0.099121093750 +-0.143554687500 +0.025146484375 +-0.062011718750 +0.064941406250 +-0.162109375000 +0.115234375000 +0.086914062500 +-0.012634277344 +0.086425781250 +-0.048095703125 +-0.097167968750 +0.046386718750 +0.126953125000 +0.059814453125 +0.032958984375 +-0.048583984375 +-0.136718750000 +0.042968750000 +0.468750000000 +0.084472656250 +0.098144531250 +0.088378906250 +0.166015625000 +0.085937500000 +-0.087890625000 +-0.074707031250 +-0.012695312500 +-0.233398437500 +0.144531250000 +0.143554687500 +0.144531250000 +0.080566406250 +0.043701171875 +0.063964843750 +-0.035156250000 +0.196289062500 +-0.035644531250 +0.012756347656 +0.098632812500 +0.035644531250 +-0.081542968750 +0.087890625000 +0.021850585938 +-0.141601562500 +-0.259765625000 +0.147460937500 +-0.141601562500 +0.045654296875 +-0.069335937500 +-0.153320312500 +0.187500000000 +-0.092285156250 +0.088867187500 +-0.061767578125 +-0.231445312500 +-0.046386718750 +0.054931640625 +-0.069824218750 +-0.041748046875 +-0.022094726562 +0.086914062500 +-0.081054687500 +0.031494140625 +-0.040527343750 +-0.022949218750 +-0.011901855469 +0.128906250000 +0.165039062500 +0.023803710938 +0.015502929688 +0.043701171875 +-0.219726562500 +0.014465332031 +0.035156250000 +-0.005157470703 +-0.014831542969 +-0.004547119141 +0.128906250000 +-0.074707031250 +-0.093750000000 +0.027954101562 +-0.011474609375 +0.122070312500 +-0.013183593750 +-0.057861328125 +-0.095214843750 +0.003128051758 +0.188476562500 +-0.133789062500 +-0.029541015625 +0.084960937500 +-0.003067016602 +-0.071289062500 +-0.094238281250 +-0.073730468750 +-0.031005859375 +0.062011718750 +-0.001831054688 +-0.005706787109 +0.030029296875 +-0.063476562500 +-0.077636718750 +0.108398437500 +0.209960937500 +0.171875000000 +-0.117675781250 +0.165039062500 +0.124511718750 +0.146484375000 +0.109863281250 +-0.108398437500 +0.061767578125 +-0.039306640625 +-0.036621093750 +-0.065917968750 +-0.075195312500 +-0.057617187500 +0.072753906250 +0.092773437500 +-0.087890625000 +0.184570312500 +0.161132812500 +0.064453125000 +-0.003845214844 +-0.084960937500 +0.077148437500 +0.091308593750 +0.039550781250 +-0.081054687500 +0.064453125000 +0.037353515625 +0.108886718750 +0.102539062500 +0.020507812500 +0.111328125000 +-0.098632812500 +0.082031250000 +-0.083984375000 +-0.027221679688 +-0.132812500000 +0.220703125000 +-0.076660156250 +0.032958984375 +0.020874023438 +-0.189453125000 +0.014160156250 +0.060546875000 +-0.006805419922 +-0.183593750000 +0.189453125000 +-0.034423828125 +0.085937500000 +0.122558593750 +-0.097167968750 +0.036865234375 +-0.013061523438 +-0.166992187500 +-0.032226562500 +0.050781250000 +-0.123046875000 +-0.042236328125 +-0.053955078125 +0.059326171875 +-0.176757812500 +0.049316406250 +0.041503906250 +-0.131835937500 +0.162109375000 +-0.081542968750 +-0.003967285156 +0.203125000000 +0.039794921875 +0.141601562500 +-0.104003906250 +-0.161132812500 +-0.032470703125 +0.041748046875 +-0.072265625000 +0.204101562500 +-0.049072265625 +0.160156250000 +-0.183593750000 +-0.089355468750 +0.012512207031 +-0.154296875000 +0.042236328125 +-0.087402343750 +-0.169921875000 +-0.120605468750 +0.043701171875 +0.001594543457 +-0.044189453125 +-0.089843750000 +-0.082031250000 +-0.049072265625 +-0.052490234375 +-0.261718750000 +0.012756347656 +0.058105468750 +-0.279296875000 +-0.042236328125 +0.078613281250 +-0.094726562500 +-0.164062500000 +0.114746093750 +-0.165039062500 +0.057861328125 +0.013977050781 +0.053710937500 +-0.179687500000 +-0.043945312500 +-0.057128906250 +0.003799438477 +-0.072753906250 +0.028564453125 +-0.015747070312 +0.111816406250 +0.013488769531 +-0.127929687500 +-0.102539062500 +-0.084472656250 +-0.153320312500 +-0.131835937500 +-0.006866455078 +0.043945312500 +-0.134765625000 +0.004333496094 +0.104980468750 +0.008605957031 +-0.053710937500 +-0.164062500000 +0.226562500000 +-0.071289062500 +0.042480468750 +0.139648437500 +-0.223632812500 +0.040283203125 +0.062011718750 +-0.093261718750 +0.125976562500 +-0.020507812500 +-0.012756347656 +0.089355468750 +-0.008056640625 +0.081054687500 +0.003555297852 +-0.191406250000 +0.144531250000 +-0.001701354980 +0.036621093750 +-0.043945312500 +0.192382812500 +0.113281250000 +-0.202148437500 +0.017333984375 +-0.039794921875 +0.040283203125 +-0.103515625000 +0.117675781250 +-0.133789062500 +0.105957031250 +-0.088867187500 +0.074218750000 +0.080078125000 +-0.096191406250 +0.012878417969 +0.113281250000 +-0.178710937500 +-0.061767578125 +-0.001655578613 +0.237304687500 +-0.069335937500 +0.046386718750 +-0.116699218750 +-0.147460937500 +0.006439208984 +0.138671875000 +-0.061279296875 +0.096679687500 +0.021484375000 +0.041015625000 +0.243164062500 +-0.083984375000 +0.085937500000 +0.030273437500 +-0.197265625000 +-0.083007812500 +-0.015136718750 +0.223632812500 +-0.032226562500 +0.034667968750 +-0.068359375000 +-0.106933593750 +-0.126953125000 +-0.014709472656 +-0.070800781250 +0.064453125000 +-0.107421875000 +0.028564453125 +0.017089843750 +-0.106445312500 +-0.146484375000 +-0.012329101562 +-0.045166015625 +0.042724609375 +0.001708984375 +0.488281250000 +-0.013916015625 +-0.079589843750 +0.040527343750 +-0.129882812500 +-0.083007812500 +0.101562500000 +-0.038818359375 +0.037109375000 +-0.006805419922 +-0.125000000000 +0.028930664062 +0.103027343750 +-0.038085937500 +0.013000488281 +-0.065429687500 +0.122558593750 +0.003524780273 +-0.068847656250 +-0.031005859375 +0.015136718750 +-0.126953125000 +0.023559570312 +0.082031250000 +0.064453125000 +0.000774383545 +-0.052001953125 +0.054443359375 +-0.032714843750 +-0.047119140625 +0.001754760742 +-0.099121093750 +0.015625000000 +-0.103515625000 +-0.041015625000 +-0.160156250000 +-0.079589843750 +0.020874023438 +-0.006286621094 +-0.060058593750 +-0.096191406250 +0.054199218750 +-0.049560546875 +0.050537109375 +0.020019531250 +0.034667968750 +0.067871093750 +-0.038574218750 +-0.030029296875 +-0.119140625000 +0.033203125000 +0.166015625000 +-0.149414062500 +-0.036865234375 +0.005187988281 +-0.125000000000 +-0.096679687500 +0.185546875000 +0.075683593750 +-0.208984375000 +0.028564453125 +0.010803222656 +-0.039794921875 +-0.052001953125 +-0.045654296875 +-0.072265625000 +0.047607421875 +-0.005554199219 +-0.105468750000 +-0.053710937500 +0.098632812500 +-0.008911132812 +0.017211914062 +-0.039794921875 +-0.119140625000 +0.034179687500 +0.125976562500 +-0.115234375000 +0.104492187500 +-0.096191406250 +-0.144531250000 +0.142578125000 +-0.022583007812 +-0.111328125000 +0.151367187500 +0.014770507812 +-0.121093750000 +0.046142578125 +-0.092285156250 +0.048828125000 +0.081054687500 +0.062988281250 +0.000240325928 +0.052978515625 +-0.065429687500 +0.006835937500 +0.063964843750 +0.016845703125 +0.113281250000 +-0.101074218750 +0.059570312500 +-0.078125000000 +-0.121093750000 +0.166992187500 +-0.163085937500 +0.045654296875 +0.017089843750 +0.019165039062 +0.026977539062 +0.003204345703 +0.029663085938 +0.213867187500 +0.081054687500 +-0.106933593750 +-0.077148437500 +0.063476562500 +0.016601562500 +-0.121093750000 +-0.001106262207 +-0.121093750000 +0.062255859375 +0.072265625000 +-0.105957031250 +-0.000930786133 +0.085937500000 +-0.012512207031 +-0.065917968750 +0.007415771484 +0.223632812500 +-0.047851562500 +0.359375000000 +0.137695312500 +-0.133789062500 +0.231445312500 +0.089355468750 +-0.013916015625 +-0.029785156250 +-0.082031250000 +-0.076171875000 +0.033691406250 +-0.097167968750 +-0.054199218750 +-0.021972656250 +0.027099609375 +-0.013305664062 +0.103515625000 +0.032958984375 +-0.112304687500 +0.016357421875 +-0.178710937500 +0.013305664062 +0.019165039062 +0.041503906250 +0.183593750000 +-0.056152343750 +-0.107421875000 +-0.084960937500 +0.002807617188 +-0.008789062500 +-0.103027343750 +-0.103027343750 +-0.006988525391 +-0.001136779785 +-0.030639648438 +-0.003143310547 +-0.000347137451 +-0.081542968750 +0.186523437500 +0.009765625000 +-0.006500244141 +0.120605468750 +-0.053466796875 +0.026489257812 +-0.084472656250 +-0.000362396240 +0.079101562500 +-0.089355468750 +0.018310546875 +0.090820312500 +0.152343750000 +-0.114257812500 +-0.015625000000 +0.091796875000 +0.145507812500 +-0.109863281250 +0.020874023438 +-0.025756835938 +0.137695312500 +0.043701171875 +0.023193359375 +0.201171875000 +0.076660156250 +-0.046142578125 +-0.143554687500 +0.036865234375 +0.106933593750 +0.105957031250 +0.078125000000 +0.070800781250 +-0.001403808594 +-0.058105468750 +-0.066406250000 +-0.103515625000 +-0.102539062500 +0.143554687500 +0.086425781250 +-0.045654296875 +0.095214843750 +0.155273437500 +0.079101562500 +0.017089843750 +-0.068847656250 +0.149414062500 +-0.044189453125 +0.037109375000 +-0.079101562500 +-0.208984375000 +-0.049072265625 +-0.125000000000 +0.079101562500 +0.133789062500 +0.039550781250 +0.030517578125 +0.020141601562 +0.104003906250 +0.104003906250 +0.120605468750 +-0.046630859375 +-0.048583984375 +-0.038330078125 +-0.067382812500 +0.059570312500 +-0.183593750000 +-0.160156250000 +-0.125976562500 +0.100585937500 +0.113769531250 +-0.090332031250 +0.061767578125 +-0.183593750000 +0.047363281250 +0.121093750000 +-0.057861328125 +-0.077148437500 +-0.021118164062 +0.041748046875 +0.025512695312 +-0.016357421875 +0.060546875000 +0.073730468750 +0.200195312500 +0.112304687500 +-0.011352539062 +-0.055908203125 +-0.119628906250 +-0.001556396484 +-0.157226562500 +-0.042724609375 +-0.041015625000 +0.074707031250 +0.077148437500 +0.165039062500 +-0.012878417969 +0.174804687500 +0.151367187500 +-0.004882812500 +0.168945312500 +0.003814697266 +0.001785278320 +-0.088867187500 +0.093261718750 +0.016723632812 +0.077636718750 +-0.055908203125 +-0.043945312500 +0.189453125000 +-0.048583984375 +-0.182617187500 +-0.048583984375 +0.149414062500 +-0.032958984375 +0.104980468750 +-0.095214843750 +0.159179687500 +0.102539062500 +-0.139648437500 +0.241210937500 +0.039062500000 +0.065429687500 +-0.134765625000 +0.085449218750 +-0.117675781250 +-0.002838134766 +-0.036376953125 +0.052001953125 +0.032226562500 +0.137695312500 +-0.223632812500 +-0.026123046875 +-0.168945312500 +-0.162109375000 +0.162109375000 +0.014221191406 +0.028442382812 +0.101074218750 +0.111328125000 +0.003509521484 +-0.218750000000 +0.117675781250 +-0.069824218750 +0.107910156250 +0.038330078125 +0.070312500000 +0.009094238281 +0.128906250000 +0.062988281250 +0.081054687500 +0.047607421875 +0.061767578125 +0.029785156250 +0.108886718750 +-0.002014160156 +0.034423828125 +0.167968750000 +0.049316406250 +0.220703125000 +-0.083007812500 +-0.046386718750 +-0.123535156250 +-0.004028320312 +0.030639648438 +0.079589843750 +-0.014038085938 +-0.027343750000 +-0.078125000000 +0.112792968750 +-0.003250122070 +0.208007812500 +-0.059326171875 +0.149414062500 +-0.107421875000 +0.081054687500 +0.028686523438 +-0.070800781250 +-0.006378173828 +-0.067871093750 +0.009033203125 +0.040771484375 +-0.181640625000 +0.004425048828 +0.035888671875 +-0.119140625000 +0.048828125000 +-0.007019042969 +0.071289062500 +0.008483886719 +0.032470703125 +-0.021362304688 +-0.051513671875 +0.025756835938 +-0.064453125000 +-0.117675781250 +-0.097167968750 +-0.006683349609 +0.202148437500 +-0.030883789062 +0.151367187500 +0.229492187500 +-0.155273437500 +0.122558593750 +0.107910156250 +0.184570312500 +-0.026855468750 +0.047119140625 +-0.050292968750 +0.039306640625 +-0.019042968750 +0.113769531250 +0.005126953125 +-0.147460937500 +-0.086914062500 +-0.144531250000 +0.092773437500 +0.012939453125 +0.197265625000 +0.089843750000 +-0.106933593750 +0.213867187500 +-0.050537109375 +0.147460937500 +0.127929687500 +0.079101562500 +-0.030029296875 +0.041992187500 +0.002166748047 +0.107910156250 +-0.005126953125 +-0.134765625000 +0.022094726562 +-0.072265625000 +0.131835937500 +-0.108886718750 +0.036621093750 +0.121093750000 +0.027587890625 +-0.034912109375 +0.030761718750 +-0.115722656250 +0.058593750000 +-0.106933593750 +-0.143554687500 +0.038818359375 +0.023071289062 +-0.193359375000 +0.064453125000 +-0.047851562500 +0.037353515625 +0.010131835938 +-0.118164062500 +-0.028442382812 +-0.148437500000 +0.083496093750 +0.112792968750 +-0.116699218750 +-0.020385742188 +0.009704589844 +-0.030639648438 +0.159179687500 +-0.017089843750 +-0.077148437500 +-0.139648437500 +-0.126953125000 +-0.106933593750 +0.079589843750 +-0.067382812500 +-0.119628906250 +0.098144531250 +-0.197265625000 +0.150390625000 +-0.082031250000 +-0.144531250000 +0.098144531250 +-0.003555297852 +0.122558593750 +0.064453125000 +0.097167968750 +-0.035400390625 +-0.075683593750 +-0.087402343750 +0.031494140625 +0.032958984375 +-0.176757812500 +0.126953125000 +0.084960937500 +0.018676757812 +-0.035400390625 +0.159179687500 +-0.046875000000 +0.199218750000 +0.111816406250 +-0.123046875000 +-0.041748046875 +-0.153320312500 +-0.032470703125 +-0.001731872559 +0.072265625000 +-0.150390625000 +0.154296875000 +0.043212890625 +-0.014099121094 +0.183593750000 +0.009582519531 +0.027221679688 +0.040527343750 +0.141601562500 +-0.046142578125 +0.100585937500 +0.037597656250 +0.008056640625 +-0.018554687500 +-0.022460937500 +0.049804687500 +0.031250000000 +-0.001388549805 +0.082031250000 +0.096679687500 +-0.027221679688 +-0.009216308594 +-0.083496093750 +0.153320312500 +0.065917968750 +0.094238281250 +-0.058593750000 +-0.085449218750 +0.066894531250 +-0.057128906250 +-0.100585937500 +-0.158203125000 +0.046875000000 +0.015380859375 +0.043457031250 +0.066894531250 +-0.075683593750 +-0.090820312500 +0.062500000000 +0.142578125000 +-0.089843750000 +-0.160156250000 +0.030395507812 +-0.027465820312 +0.022827148438 +-0.195312500000 +0.047119140625 +0.005157470703 +-0.121093750000 +0.037841796875 +-0.176757812500 +-0.072265625000 +-0.104003906250 +-0.003356933594 +0.141601562500 +-0.104492187500 +0.076660156250 +0.065429687500 +0.061767578125 +-0.174804687500 +0.096191406250 +-0.090332031250 +-0.154296875000 +0.157226562500 +0.231445312500 +-0.152343750000 +-0.066406250000 +-0.076171875000 +-0.020629882812 +-0.064941406250 +0.068847656250 +-0.006683349609 +-0.103515625000 +0.081542968750 +-0.087890625000 +-0.027832031250 +-0.108886718750 +0.130859375000 +-0.126953125000 +-0.022338867188 +0.080566406250 +0.107910156250 +0.012939453125 +-0.059814453125 +0.052246093750 +0.082031250000 +-0.194335937500 +-0.022094726562 +0.012451171875 +0.033935546875 +0.132812500000 +-0.082031250000 +0.125000000000 +-0.158203125000 +-0.053710937500 +-0.060058593750 +0.125000000000 +-0.137695312500 +0.202148437500 +0.043945312500 +0.153320312500 +0.162109375000 +0.101074218750 +-0.034423828125 +0.056152343750 +0.028198242188 +-0.001731872559 +-0.191406250000 +-0.044677734375 +-0.064453125000 +-0.036621093750 +-0.020507812500 +-0.080566406250 +-0.061279296875 +-0.123046875000 +0.066406250000 +-0.027099609375 +-0.068847656250 +-0.015258789062 +0.077636718750 +0.051757812500 +0.049316406250 +-0.094238281250 +-0.031982421875 +0.038085937500 +-0.001724243164 +-0.122070312500 +0.030883789062 +-0.146484375000 +-0.115234375000 +0.194335937500 +0.023315429688 +0.003997802734 +0.106933593750 +-0.094238281250 +0.074707031250 +-0.129882812500 +-0.061279296875 +0.116210937500 +-0.008300781250 +0.028442382812 +-0.147460937500 +0.019897460938 +-0.014587402344 +0.018310546875 +-0.146484375000 +-0.001083374023 +-0.171875000000 +-0.002136230469 +0.065429687500 +-0.032226562500 +0.029052734375 +-0.005767822266 +-0.000488281250 +-0.058349609375 +-0.040283203125 +0.041992187500 +0.053466796875 +-0.114257812500 +-0.033691406250 +-0.061279296875 +-0.125000000000 +-0.029296875000 +-0.008483886719 +0.053955078125 +-0.116699218750 +0.015563964844 +-0.106933593750 +0.014038085938 +-0.093750000000 +0.045166015625 +-0.053955078125 +0.042236328125 +0.022094726562 +0.053222656250 +0.147460937500 +0.118164062500 +-0.057861328125 +-0.061523437500 +-0.062500000000 +-0.055664062500 +-0.020629882812 +-0.145507812500 +-0.019775390625 +0.068847656250 +-0.043701171875 +0.017944335938 +-0.045410156250 +0.015625000000 +0.025146484375 +-0.057128906250 +0.030273437500 +0.000457763672 +0.076660156250 +-0.003112792969 +0.062255859375 +-0.176757812500 +0.076660156250 +0.048339843750 +0.073730468750 +-0.179687500000 +0.048095703125 +-0.105957031250 +-0.038574218750 +-0.028564453125 +0.114257812500 +-0.023315429688 +0.037841796875 +0.052246093750 +0.098632812500 +0.072265625000 +0.049072265625 +0.116699218750 +-0.133789062500 +0.197265625000 +0.167968750000 +0.135742187500 +0.099609375000 +-0.030883789062 +0.063476562500 +-0.010314941406 +-0.100097656250 +-0.131835937500 +0.017944335938 +0.036621093750 +-0.052001953125 +-0.012145996094 +-0.121582031250 +0.092773437500 +0.058593750000 +0.144531250000 +0.041503906250 +-0.012023925781 +0.070800781250 +-0.079101562500 +-0.044677734375 +0.107421875000 +0.002517700195 +0.100585937500 +-0.143554687500 +0.101562500000 +-0.044433593750 +0.005249023438 +-0.036865234375 +0.017578125000 +-0.050537109375 +0.094238281250 +0.021606445312 +-0.213867187500 +-0.052978515625 +0.029907226562 +-0.006439208984 +0.083007812500 +-0.022949218750 +-0.007690429688 +0.223632812500 +-0.003311157227 +0.076171875000 +0.084960937500 +0.041748046875 +0.147460937500 +-0.104492187500 +0.008728027344 +0.090820312500 +-0.108886718750 +0.018920898438 +0.043701171875 +0.042480468750 +0.093261718750 +0.091796875000 +0.036621093750 +0.143554687500 +0.127929687500 +0.025024414062 +-0.113769531250 +0.025878906250 +-0.003295898438 +0.071777343750 +0.087890625000 +0.022216796875 +0.053466796875 +0.070800781250 +-0.012634277344 +0.010009765625 +-0.028198242188 +-0.236328125000 +-0.017822265625 +-0.029541015625 +-0.039306640625 +0.007537841797 +-0.096191406250 +-0.025878906250 +0.118164062500 +0.175781250000 +0.283203125000 +-0.110351562500 +0.116210937500 +0.014282226562 +0.019531250000 +0.036865234375 +-0.003753662109 +0.042968750000 +0.072265625000 +0.066406250000 +0.019897460938 +-0.076171875000 +-0.018920898438 +0.028808593750 +0.070800781250 +0.169921875000 +0.050781250000 +-0.074218750000 +-0.088378906250 +-0.221679687500 +-0.162109375000 +-0.054931640625 +-0.029418945312 +-0.100097656250 +0.073242187500 +-0.134765625000 +0.010131835938 +0.034912109375 +-0.089843750000 +-0.221679687500 +-0.020019531250 +-0.236328125000 +-0.065917968750 +0.116699218750 +0.026245117188 +0.054931640625 +0.089355468750 +-0.070800781250 +-0.193359375000 +0.064941406250 +0.065429687500 +0.105957031250 +-0.062255859375 +0.065917968750 +-0.004608154297 +0.049560546875 +0.046386718750 +0.154296875000 +-0.105957031250 +-0.066406250000 +0.089843750000 +0.129882812500 +0.029052734375 +0.141601562500 +-0.018554687500 +-0.190429687500 +-0.082031250000 +0.072265625000 +0.062500000000 +0.333984375000 +-0.047851562500 +0.133789062500 +0.106933593750 +0.090820312500 +0.130859375000 +-0.022338867188 +-0.136718750000 +0.031982421875 +0.057617187500 +-0.098144531250 +-0.042724609375 +-0.052490234375 +0.134765625000 +-0.147460937500 +0.093261718750 +-0.031494140625 +-0.174804687500 +-0.057373046875 +-0.004547119141 +-0.161132812500 +0.041503906250 +0.025390625000 +0.047363281250 +-0.022094726562 +-0.052490234375 +0.027221679688 +0.022216796875 +0.234375000000 +0.068847656250 +0.084960937500 +0.068359375000 +0.045410156250 +0.011047363281 +0.069335937500 +0.046875000000 +-0.058105468750 +-0.140625000000 +0.029663085938 +0.074707031250 +0.082519531250 +0.088867187500 +-0.009460449219 +-0.006774902344 +-0.009765625000 +-0.006072998047 +0.058837890625 +0.016479492188 +-0.011474609375 +-0.026123046875 +0.147460937500 +-0.048828125000 +0.128906250000 +0.091796875000 +-0.101562500000 +0.065917968750 +-0.121093750000 +-0.011474609375 +-0.071777343750 +0.010864257812 +-0.055419921875 +0.123535156250 +-0.057861328125 +0.096679687500 +0.006439208984 +-0.085449218750 +0.064941406250 +0.118164062500 +0.161132812500 +0.158203125000 +-0.147460937500 +-0.049316406250 +-0.141601562500 +-0.092285156250 +0.115722656250 +-0.078613281250 +-0.050048828125 +0.190429687500 +0.024658203125 +0.120605468750 +0.022094726562 +0.151367187500 +0.089355468750 +0.018920898438 +0.061279296875 +-0.038085937500 +-0.059082031250 +0.061767578125 +-0.147460937500 +0.026367187500 +-0.027099609375 +0.079589843750 +-0.152343750000 +-0.077636718750 +0.004058837891 +0.151367187500 +-0.005828857422 +0.018432617188 +0.007598876953 +-0.015258789062 +0.100585937500 +0.064453125000 +-0.040527343750 +0.125000000000 +-0.059570312500 +-0.028076171875 +0.049804687500 +-0.004180908203 +0.051513671875 +-0.008300781250 +-0.080566406250 +-0.008789062500 +-0.209960937500 +0.186523437500 +-0.048339843750 +-0.102539062500 +-0.000907897949 +0.169921875000 +-0.105957031250 +-0.055664062500 +0.033691406250 +0.050292968750 +0.211914062500 +-0.167968750000 +0.069335937500 +-0.120117187500 +0.084472656250 +-0.037109375000 +-0.050048828125 +-0.069335937500 +0.162109375000 +0.084472656250 +-0.086914062500 +-0.114257812500 +0.050781250000 +0.109863281250 +0.172851562500 +0.075195312500 +-0.004577636719 +-0.005798339844 +0.102539062500 +0.033447265625 +-0.074707031250 +0.050048828125 +-0.125000000000 +0.049560546875 +0.113769531250 +0.092773437500 +0.009094238281 +-0.163085937500 +0.142578125000 +0.205078125000 +0.123535156250 +0.031738281250 +-0.014831542969 +0.061767578125 +0.038818359375 +-0.012145996094 +0.119628906250 +-0.045654296875 +-0.034179687500 +0.049072265625 +-0.068847656250 +0.621093750000 +-0.082519531250 +-0.049316406250 +0.063964843750 +0.085449218750 +0.225585937500 +-0.125000000000 +0.003601074219 +0.015747070312 +0.027709960938 +-0.088867187500 +-0.189453125000 +0.091796875000 +-0.067382812500 +-0.108398437500 +-0.023315429688 +0.069335937500 +0.041015625000 +0.060791015625 +-0.047363281250 +-0.067382812500 +-0.128906250000 +0.088378906250 +-0.176757812500 +-0.005004882812 +0.020019531250 +-0.122558593750 +-0.052978515625 +-0.219726562500 +-0.031494140625 +-0.031494140625 +-0.148437500000 +0.010620117188 +0.073242187500 +0.255859375000 +-0.028930664062 +-0.175781250000 +-0.134765625000 +-0.199218750000 +0.007629394531 +0.044921875000 +-0.065429687500 +0.275390625000 +0.058837890625 +-0.194335937500 +-0.064941406250 +-0.030395507812 +0.013793945312 +0.070800781250 +0.030517578125 +0.019531250000 +0.024291992188 +-0.086914062500 +0.117675781250 +0.011596679688 +-0.043457031250 +0.026733398438 +-0.024291992188 +0.087402343750 +-0.043701171875 +-0.151367187500 +0.027954101562 +-0.069824218750 +-0.068847656250 +-0.180664062500 +-0.057373046875 +-0.003295898438 +0.128906250000 +0.016723632812 +0.135742187500 +0.190429687500 +-0.148437500000 +0.076660156250 +-0.049072265625 +0.106933593750 +-0.009277343750 +0.156250000000 +0.125976562500 +-0.076171875000 +-0.026611328125 +-0.110839843750 +-0.041992187500 +0.009460449219 +-0.053466796875 +-0.065917968750 +-0.037841796875 +-0.074707031250 +0.026123046875 +0.014648437500 +-0.002380371094 +0.047607421875 +-0.078613281250 +-0.072265625000 +-0.055908203125 +-0.102050781250 +-0.119628906250 +0.044921875000 +0.128906250000 +0.048095703125 +0.044433593750 +0.072265625000 +-0.094726562500 +-0.014038085938 +0.125000000000 +0.061767578125 +-0.208007812500 +-0.069824218750 +-0.017089843750 +0.018798828125 +0.041259765625 +0.037841796875 +-0.120605468750 +0.008789062500 +-0.055908203125 +-0.116699218750 +0.040039062500 +0.014404296875 +0.040527343750 +0.001129150391 +-0.016723632812 +-0.055664062500 +0.036621093750 +0.060791015625 +0.050537109375 +-0.225585937500 +0.085937500000 +-0.025878906250 +-0.080078125000 +-0.083007812500 +0.020385742188 +0.064453125000 +-0.184570312500 +-0.123535156250 +0.047119140625 +-0.013427734375 +0.140625000000 +0.009643554688 +-0.086914062500 +0.202148437500 +0.105957031250 +-0.151367187500 +0.106933593750 +-0.024902343750 +0.009460449219 +-0.081054687500 +-0.146484375000 +-0.095703125000 +0.113281250000 +-0.135742187500 +0.070800781250 +-0.037597656250 +0.224609375000 +0.122070312500 +0.012084960938 +0.100097656250 +0.014282226562 +-0.129882812500 +0.034667968750 +-0.115234375000 +0.100097656250 +-0.087890625000 +-0.079589843750 +0.150390625000 +0.007019042969 +0.008483886719 +-0.084472656250 +0.074218750000 +-0.014709472656 +0.041015625000 +0.072265625000 +-0.025512695312 +-0.006835937500 +-0.006866455078 +0.048828125000 +-0.061035156250 +-0.015869140625 +-0.011840820312 +-0.088867187500 +0.036621093750 +0.017822265625 +-0.101562500000 +0.075683593750 +-0.003890991211 +-0.185546875000 +-0.143554687500 +-0.034179687500 +0.484375000000 +0.148437500000 +0.077636718750 +0.059082031250 +0.014892578125 +0.253906250000 +0.145507812500 +-0.027709960938 +-0.034667968750 +0.012451171875 +-0.118652343750 +0.037109375000 +0.015869140625 +-0.049072265625 +0.000797271729 +-0.115234375000 +0.089355468750 +-0.143554687500 +-0.069824218750 +-0.014343261719 +0.076660156250 +0.032226562500 +-0.034423828125 +-0.104980468750 +0.142578125000 +0.175781250000 +-0.110839843750 +0.131835937500 +-0.161132812500 +0.031127929688 +0.080566406250 +0.050048828125 +0.110351562500 +-0.010803222656 +0.082031250000 +0.058105468750 +0.012939453125 +-0.328125000000 +-0.197265625000 +-0.020019531250 +-0.006652832031 +-0.031494140625 +-0.007720947266 +-0.018066406250 +0.011352539062 +-0.085449218750 +-0.160156250000 +0.153320312500 +-0.000268936157 +-0.032226562500 +-0.015869140625 +-0.038574218750 +0.001579284668 +0.114746093750 +-0.011047363281 +-0.117187500000 +-0.070312500000 +0.083984375000 +-0.056884765625 +0.107910156250 +-0.029296875000 +-0.028442382812 +-0.133789062500 +0.038330078125 +0.089355468750 +0.010925292969 +0.129882812500 +-0.206054687500 +-0.220703125000 +0.040771484375 +0.126953125000 +-0.064453125000 +-0.027709960938 +0.144531250000 +-0.157226562500 +-0.081542968750 +0.022094726562 +-0.012023925781 +-0.164062500000 +-0.155273437500 +0.013793945312 +0.115722656250 +0.099121093750 +-0.105468750000 +0.154296875000 +0.008789062500 +-0.081542968750 +-0.156250000000 +0.095214843750 +-0.061035156250 +-0.139648437500 +-0.040527343750 +-0.144531250000 +-0.089355468750 +0.020385742188 +0.105468750000 +0.072265625000 +0.036865234375 +-0.042968750000 +0.008178710938 +0.005004882812 +0.036865234375 +0.007781982422 +-0.029052734375 +0.104492187500 +-0.030151367188 +-0.043457031250 +0.037841796875 +-0.022338867188 +0.063964843750 +-0.055908203125 +0.099121093750 +0.002029418945 +-0.150390625000 +0.095214843750 +0.052734375000 +0.022705078125 +-0.022338867188 +-0.166992187500 +0.024291992188 +-0.053710937500 +0.003555297852 +0.054199218750 +-0.077636718750 +0.097167968750 +-0.136718750000 +-0.149414062500 +0.116699218750 +-0.527343750000 +0.004302978516 +0.005401611328 +-0.054199218750 +0.205078125000 +0.220703125000 +0.123535156250 +-0.087402343750 +0.052978515625 +0.112792968750 +-0.098144531250 +-0.104003906250 +-0.029296875000 +0.167968750000 +0.056396484375 +-0.033691406250 +-0.073730468750 +0.017700195312 +-0.077636718750 +-0.131835937500 +0.126953125000 +0.052246093750 +-0.142578125000 +-0.121093750000 +0.094726562500 +0.028686523438 +-0.041748046875 +-0.013366699219 +-0.098144531250 +0.137695312500 +-0.144531250000 +0.026123046875 +0.137695312500 +-0.000587463379 +0.098632812500 +-0.149414062500 +-0.010864257812 +-0.099121093750 +0.269531250000 +-0.078613281250 +0.010253906250 +0.082031250000 +0.071289062500 +0.102539062500 +-0.103515625000 +0.046386718750 +-0.058105468750 +-0.031738281250 +0.037597656250 +-0.021118164062 +-0.038330078125 +-0.084960937500 +0.234375000000 +-0.102050781250 +-0.046142578125 +-0.192382812500 +0.166992187500 +-0.058837890625 +0.052246093750 +0.132812500000 +0.115722656250 +-0.128906250000 +-0.142578125000 +-0.089843750000 +0.074218750000 +-0.106445312500 +-0.130859375000 +-0.064453125000 +-0.087890625000 +-0.036376953125 +0.130859375000 +0.028686523438 +0.025634765625 +0.119628906250 +0.006164550781 +-0.099609375000 +0.056640625000 +-0.047851562500 +-0.010620117188 +-0.033935546875 +-0.154296875000 +-0.119140625000 +0.056640625000 +-0.072753906250 +0.005218505859 +-0.076171875000 +0.049316406250 +-0.061279296875 +-0.035888671875 +-0.124511718750 +-0.000115871429 +-0.024780273438 +-0.078125000000 +-0.083984375000 +0.312500000000 +-0.111328125000 +-0.049804687500 +-0.144531250000 +0.038818359375 +-0.046386718750 +0.084472656250 +0.072753906250 +-0.065917968750 +-0.036865234375 +-0.001167297363 +0.227539062500 +0.037353515625 +0.053222656250 +-0.140625000000 +-0.042968750000 +0.012268066406 +-0.178710937500 +-0.020141601562 +0.027465820312 +0.029418945312 +-0.023193359375 +0.044677734375 +-0.097656250000 +-0.041748046875 +-0.001838684082 +-0.038818359375 +-0.026489257812 +-0.077636718750 +0.093750000000 +-0.021728515625 +0.072265625000 +0.026367187500 +0.002822875977 +0.089355468750 +0.104492187500 +-0.004974365234 +-0.052978515625 +-0.077148437500 +0.013854980469 +-0.009582519531 +0.062988281250 +0.072265625000 +0.165039062500 +0.079589843750 +-0.027587890625 +-0.039794921875 +-0.060546875000 +-0.097656250000 +0.039794921875 +0.100097656250 +-0.022460937500 +0.007598876953 +0.083984375000 +0.004913330078 +0.135742187500 +-0.071289062500 +0.019287109375 +-0.097167968750 +0.010253906250 +-0.039062500000 +0.041259765625 +-0.234375000000 +0.255859375000 +0.035888671875 +-0.059082031250 +-0.024536132812 +-0.083496093750 +-0.052734375000 +0.216796875000 +-0.032470703125 +-0.125976562500 +-0.018798828125 +0.136718750000 +0.062255859375 +0.057373046875 +-0.041015625000 +0.139648437500 +-0.118164062500 +0.185546875000 +-0.141601562500 +-0.096679687500 +0.043701171875 +0.052734375000 +0.126953125000 +-0.096679687500 +-0.005493164062 +0.125976562500 +0.112792968750 +0.034912109375 +0.088867187500 +0.039062500000 +0.143554687500 +-0.111328125000 +0.107421875000 +0.015625000000 +0.085449218750 +0.075195312500 +-0.008361816406 +-0.060302734375 +0.012390136719 +-0.217773437500 +0.040039062500 +0.197265625000 +-0.016479492188 +-0.062500000000 +0.165039062500 +-0.000862121582 +0.097167968750 +-0.113769531250 +0.014892578125 +0.077148437500 +-0.049804687500 +-0.023315429688 +-0.188476562500 +0.159179687500 +0.090332031250 +-0.170898437500 +0.088867187500 +-0.007171630859 +0.156250000000 +0.143554687500 +-0.039794921875 +0.067871093750 +0.038818359375 +0.000438690186 +0.063476562500 +-0.009643554688 +-0.069335937500 +-0.084472656250 +0.037353515625 +-0.107910156250 +-0.126953125000 +0.002899169922 +-0.216796875000 +0.113281250000 +-0.131835937500 +-0.090332031250 +-0.111328125000 +-0.019165039062 +0.098632812500 +-0.162109375000 +-0.043701171875 +0.039550781250 +0.043945312500 +-0.291015625000 +0.100097656250 +-0.035400390625 +0.033691406250 +0.214843750000 +-0.145507812500 +0.148437500000 +0.054199218750 +0.000694274902 +0.171875000000 +0.018066406250 +-0.088378906250 +0.073242187500 +-0.128906250000 +0.158203125000 +0.070312500000 +-0.058349609375 +0.123046875000 +0.046630859375 +0.002853393555 +0.013671875000 +0.011840820312 +-0.094238281250 +0.116210937500 +-0.109375000000 +0.137695312500 +0.059814453125 +0.174804687500 +-0.217773437500 +-0.090820312500 +0.061035156250 +-0.089355468750 +-0.036132812500 +-0.011352539062 +0.119140625000 +-0.005798339844 +0.051757812500 +-0.052490234375 +0.006042480469 +0.062255859375 +-0.020019531250 +0.125000000000 +0.011718750000 +-0.004730224609 +0.088378906250 +0.062255859375 +0.023803710938 +-0.024780273438 +0.010864257812 +0.122070312500 +0.009094238281 +-0.051757812500 +-0.066406250000 +0.081054687500 +-0.037109375000 +-0.300781250000 +0.010192871094 +0.192382812500 +0.013732910156 +-0.023071289062 +0.003219604492 +0.138671875000 +0.007659912109 +0.071777343750 +0.245117187500 +-0.011596679688 +0.039062500000 +0.117675781250 +-0.030761718750 +-0.106445312500 +0.012084960938 +-0.040527343750 +-0.031005859375 +0.049804687500 +0.128906250000 +0.026245117188 +0.100097656250 +0.038330078125 +-0.074218750000 +0.085449218750 +0.113769531250 +0.153320312500 +-0.051269531250 +0.028564453125 +-0.036865234375 +0.090820312500 +-0.092285156250 +0.100097656250 +-0.166015625000 +0.039550781250 +-0.115234375000 +0.143554687500 +0.277343750000 +0.062255859375 +-0.020751953125 +-0.074218750000 +-0.079589843750 +-0.110839843750 +-0.075195312500 +-0.192382812500 +-0.002548217773 +0.141601562500 +0.196289062500 +0.046386718750 +-0.026000976562 +-0.094726562500 +-0.095703125000 +-0.166992187500 +-0.024047851562 +0.121093750000 +0.177734375000 +-0.036376953125 +-0.096679687500 +-0.058837890625 +0.007171630859 +0.020141601562 +-0.142578125000 +-0.053222656250 +-0.050781250000 +-0.020996093750 +0.008666992188 +0.034912109375 +0.029418945312 +0.046142578125 +-0.241210937500 +0.047851562500 +0.039794921875 +-0.034667968750 +0.062500000000 +-0.006774902344 +0.101074218750 +-0.092773437500 +-0.077148437500 +0.133789062500 +-0.083984375000 +-0.015441894531 +0.037353515625 +-0.018554687500 +-0.151367187500 +-0.134765625000 +-0.168945312500 +-0.083007812500 +-0.052978515625 +0.014099121094 +0.021972656250 +-0.100097656250 +-0.133789062500 +-0.053710937500 +0.017089843750 +0.079101562500 +-0.030517578125 +-0.021728515625 +0.104980468750 +-0.141601562500 +0.089355468750 +0.119140625000 +-0.152343750000 +0.049560546875 +0.013244628906 +-0.010375976562 +0.143554687500 +-0.141601562500 +-0.068359375000 +-0.094726562500 +-0.039306640625 +0.015563964844 +-0.024169921875 +0.092285156250 +0.184570312500 +-0.025512695312 +-0.068359375000 +-0.021972656250 +-0.011169433594 +-0.081542968750 +0.045166015625 +-0.030151367188 +-0.019653320312 +0.273437500000 +-0.168945312500 +-0.055908203125 +0.067871093750 +0.034912109375 +-0.292968750000 +0.126953125000 +-0.075683593750 +0.196289062500 +0.053466796875 +0.234375000000 +-0.180664062500 +0.101562500000 +0.048339843750 +-0.110351562500 +0.010498046875 +-0.231445312500 +0.009460449219 +-0.081542968750 +-0.119628906250 +0.296875000000 +0.161132812500 +0.147460937500 +0.205078125000 +0.265625000000 +-0.049316406250 +0.034667968750 +-0.095703125000 +0.028076171875 +0.172851562500 +-0.140625000000 +-0.149414062500 +0.071777343750 +0.000102043152 +-0.068359375000 +0.126953125000 +0.095703125000 +-0.015075683594 +0.189453125000 +-0.037353515625 +0.045166015625 +-0.074707031250 +-0.061279296875 +0.013549804688 +0.085937500000 +0.189453125000 +0.067871093750 +0.083984375000 +0.250000000000 +-0.029296875000 +0.046875000000 +-0.036132812500 +-0.050292968750 +-0.155273437500 +-0.012817382812 +0.003402709961 +0.016601562500 +0.027587890625 +-0.116699218750 +0.074707031250 +-0.040039062500 +0.090820312500 +0.106445312500 +0.146484375000 +-0.142578125000 +0.026367187500 +0.060546875000 +-0.057617187500 +-0.067871093750 +-0.027099609375 +-0.087402343750 +-0.060058593750 +0.077636718750 +-0.162109375000 +-0.036376953125 +-0.154296875000 +0.087890625000 +0.023925781250 +-0.033203125000 +0.093750000000 +0.068359375000 +-0.042236328125 +0.029296875000 +-0.078125000000 +-0.059326171875 +-0.062255859375 +0.000039577484 +0.065429687500 +0.028320312500 +-0.011169433594 +-0.022094726562 +-0.124511718750 +0.030273437500 +-0.045166015625 +-0.005065917969 +-0.092285156250 +-0.103027343750 +-0.115722656250 +0.078125000000 +-0.063964843750 +-0.023315429688 +-0.025878906250 +-0.094238281250 +-0.107421875000 +-0.025634765625 +-0.047851562500 +0.235351562500 +0.035400390625 +-0.048583984375 +-0.011840820312 +-0.050048828125 +-0.026855468750 +0.054443359375 +0.025512695312 +0.061523437500 +-0.126953125000 +0.059814453125 +-0.133789062500 +0.182617187500 +0.025390625000 +0.005554199219 +0.003021240234 +0.016601562500 +-0.052978515625 +0.149414062500 +-0.117675781250 +-0.063476562500 +0.022583007812 +0.003967285156 +-0.011779785156 +0.110351562500 +-0.050537109375 +0.208984375000 +-0.082519531250 +-0.047607421875 +0.118652343750 +-0.107421875000 +-0.051025390625 +-0.152343750000 +-0.039550781250 +-0.170898437500 +0.018432617188 +0.010986328125 +0.091796875000 +0.082031250000 +-0.002380371094 +0.021484375000 +-0.007354736328 +-0.175781250000 +0.053222656250 +0.006225585938 +-0.096191406250 +0.126953125000 +0.133789062500 +0.130859375000 +0.117675781250 +0.019653320312 +0.081542968750 +-0.122070312500 +0.019897460938 +0.068359375000 +-0.033691406250 +-0.009094238281 +0.172851562500 +-0.058837890625 +0.066406250000 +-0.002014160156 +0.024047851562 +0.113281250000 +-0.005462646484 +-0.069824218750 +-0.082031250000 +-0.075683593750 +-0.033691406250 +0.023803710938 +0.146484375000 +0.048583984375 +-0.065429687500 +0.245117187500 +0.068847656250 +-0.073730468750 +-0.000785827637 +0.138671875000 +0.083007812500 +-0.001724243164 +0.231445312500 +-0.074707031250 +0.091796875000 +-0.067871093750 +-0.034667968750 +-0.004547119141 +-0.116210937500 +-0.145507812500 +0.055664062500 +0.188476562500 +0.080078125000 +-0.116699218750 +-0.009826660156 +0.123046875000 +-0.192382812500 +-0.002182006836 +0.023803710938 +-0.144531250000 +-0.054687500000 +0.042480468750 +0.162109375000 +0.181640625000 +-0.152343750000 +0.105957031250 +-0.051025390625 +0.007171630859 +-0.048095703125 +-0.198242187500 +0.015319824219 +-0.089843750000 +-0.075195312500 +0.039794921875 +-0.055175781250 +-0.084472656250 +0.020874023438 +-0.118652343750 +-0.014221191406 +0.060058593750 +0.057128906250 +-0.088867187500 +-0.002532958984 +0.094726562500 +-0.064453125000 +-0.096191406250 +-0.053222656250 +-0.105468750000 +-0.013122558594 +0.022460937500 +-0.009704589844 +0.018920898438 +0.007812500000 +-0.101074218750 +-0.108886718750 +-0.151367187500 +-0.034423828125 +-0.201171875000 +0.132812500000 +-0.007232666016 +-0.013244628906 +-0.129882812500 +0.097656250000 +-0.063964843750 +0.086914062500 +0.250000000000 +-0.136718750000 +-0.075683593750 +-0.168945312500 +-0.165039062500 +-0.116699218750 +-0.082031250000 +-0.159179687500 +-0.094238281250 +0.058349609375 +0.049560546875 +-0.063964843750 +-0.007537841797 +-0.149414062500 +0.111328125000 +-0.032226562500 +-0.047851562500 +-0.073730468750 +-0.034912109375 +-0.006530761719 +0.031494140625 +0.067382812500 +0.265625000000 +-0.075195312500 +0.085937500000 +-0.008422851562 +0.166015625000 +0.025634765625 +0.091796875000 +0.001480102539 +-0.017211914062 +-0.051025390625 +-0.042236328125 +0.006835937500 +0.040039062500 +0.164062500000 +-0.000095844269 +0.140625000000 +0.003936767578 +0.078613281250 +0.069335937500 +-0.175781250000 +-0.098632812500 +-0.015380859375 +-0.140625000000 +0.188476562500 +-0.088378906250 +0.125000000000 +-0.246093750000 +0.040039062500 +0.054199218750 +-0.128906250000 +-0.182617187500 +0.073730468750 +0.092773437500 +0.045166015625 +0.152343750000 +0.042968750000 +-0.000446319580 +-0.125976562500 +-0.152343750000 +-0.031738281250 +-0.152343750000 +0.052490234375 +0.159179687500 +0.081542968750 +-0.144531250000 +0.006072998047 +-0.043212890625 +0.046630859375 +-0.002700805664 +0.009948730469 +0.024291992188 +-0.031982421875 +-0.062011718750 +0.011962890625 +0.112792968750 +-0.114257812500 +0.041259765625 +0.007049560547 +0.023925781250 +0.008666992188 +-0.098144531250 +0.074707031250 +-0.002182006836 +0.031738281250 +-0.108398437500 +0.026123046875 +0.168945312500 +-0.039306640625 +0.216796875000 +-0.019165039062 +0.037841796875 +0.041503906250 +-0.015747070312 +-0.018188476562 +-0.041503906250 +0.042480468750 +0.002349853516 +-0.060058593750 +-0.031127929688 +-0.156250000000 +0.048339843750 +-0.092285156250 +-0.208984375000 +0.127929687500 +-0.145507812500 +0.109863281250 +-0.070800781250 +-0.019409179688 +-0.047851562500 +0.027709960938 +0.104003906250 +-0.004913330078 +-0.155273437500 +0.148437500000 +-0.022216796875 +-0.055908203125 +-0.096191406250 +-0.009948730469 +-0.173828125000 +-0.099121093750 +0.058349609375 +-0.063476562500 +-0.077148437500 +0.011840820312 +-0.042968750000 +0.136718750000 +0.167968750000 +-0.085937500000 +0.105468750000 +0.076660156250 +0.020507812500 +-0.038085937500 +-0.013305664062 +-0.125000000000 +-0.093750000000 +-0.030517578125 +-0.149414062500 +-0.089355468750 +0.240234375000 +-0.083496093750 +0.018920898438 +0.154296875000 +0.010986328125 +-0.031494140625 +-0.069824218750 +0.070800781250 +-0.026855468750 +-0.165039062500 +0.155273437500 +-0.017578125000 +-0.007995605469 +0.043212890625 +0.119140625000 +-0.094726562500 +-0.065429687500 +-0.134765625000 +0.077636718750 +0.090332031250 +0.056884765625 +-0.061035156250 +0.068847656250 +0.062500000000 +-0.040527343750 +-0.119140625000 +-0.124023437500 +-0.136718750000 +0.058105468750 +-0.082519531250 +0.086914062500 +0.007110595703 +-0.019165039062 +0.061523437500 +0.152343750000 +-0.144531250000 +0.087890625000 +0.134765625000 +-0.087890625000 +-0.002105712891 +0.020629882812 +-0.124023437500 +0.016113281250 +-0.153320312500 +-0.197265625000 +-0.041748046875 +-0.153320312500 +0.261718750000 +0.144531250000 +0.065917968750 +0.105957031250 +-0.167968750000 +0.047363281250 +-0.093261718750 +0.035156250000 +-0.000869750977 +-0.000452041626 +0.112304687500 +0.011657714844 +-0.097167968750 +0.028076171875 +-0.066894531250 +-0.094238281250 +-0.148437500000 +-0.118652343750 +-0.167968750000 +0.198242187500 +0.047851562500 +-0.025878906250 +0.109375000000 +0.237304687500 +0.121582031250 +0.083007812500 +-0.022705078125 +0.131835937500 +0.001983642578 +0.070312500000 +0.001579284668 +-0.050537109375 +0.029418945312 +0.062988281250 +0.216796875000 +-0.006958007812 +0.067871093750 +0.159179687500 +0.211914062500 +-0.038330078125 +0.039062500000 +-0.016601562500 +0.093750000000 +-0.003646850586 +0.082031250000 +-0.021362304688 +0.020019531250 +0.040039062500 +-0.147460937500 +0.130859375000 +-0.000107288361 +-0.058349609375 +-0.135742187500 +-0.012634277344 +-0.186523437500 +-0.104980468750 +-0.069335937500 +-0.123535156250 +0.086425781250 +-0.049316406250 +0.077148437500 +-0.003631591797 +0.152343750000 +-0.009948730469 +0.145507812500 +0.086914062500 +-0.012329101562 +-0.173828125000 +0.120117187500 +-0.010253906250 +-0.007415771484 +0.018920898438 +0.013793945312 +-0.088378906250 +0.126953125000 +-0.021606445312 +0.067382812500 +-0.094726562500 +0.081054687500 +-0.144531250000 +-0.002731323242 +0.076660156250 +0.054931640625 +0.104492187500 +0.107910156250 +0.175781250000 +0.132812500000 +-0.073242187500 +0.071777343750 +-0.070312500000 +-0.090820312500 +0.124023437500 +0.129882812500 +0.039306640625 +-0.125000000000 +-0.150390625000 +-0.060791015625 +-0.125976562500 +-0.137695312500 +0.120117187500 +0.071777343750 +0.020263671875 +0.012756347656 +0.049072265625 +-0.006347656250 +-0.012145996094 +0.101562500000 +0.004577636719 +-0.175781250000 +-0.010803222656 +-0.085449218750 +-0.181640625000 +0.010925292969 +0.057128906250 +0.073730468750 +0.167968750000 +0.076171875000 +0.016723632812 +-0.057373046875 +-0.021240234375 +0.002288818359 +0.096679687500 +-0.123535156250 +-0.227539062500 +-0.125976562500 +-0.038818359375 +-0.128906250000 +-0.096679687500 +-0.072753906250 +0.118652343750 +0.115722656250 +-0.003601074219 +-0.162109375000 +-0.010009765625 +0.044433593750 +0.144531250000 +0.050292968750 +-0.019775390625 +-0.045898437500 +-0.100097656250 +-0.067871093750 +0.107910156250 +-0.248046875000 +-0.130859375000 +0.062255859375 +-0.036132812500 +0.023193359375 +0.079101562500 +-0.015502929688 +-0.023193359375 +-0.006866455078 +0.030761718750 +0.111328125000 +-0.116699218750 +0.047119140625 +0.110839843750 +-0.081054687500 +0.324218750000 +-0.071289062500 +-0.023315429688 +-0.153320312500 +-0.114746093750 +0.209960937500 +0.059326171875 +-0.020751953125 +0.084960937500 +0.129882812500 +0.000732421875 +-0.078613281250 +-0.016357421875 +0.049072265625 +0.080078125000 +-0.100585937500 +0.218750000000 +0.149414062500 +-0.150390625000 +-0.160156250000 +0.077148437500 +-0.141601562500 +-0.062500000000 +-0.064941406250 +0.140625000000 +-0.135742187500 +0.210937500000 +-0.037109375000 +-0.052734375000 +-0.123046875000 +-0.033203125000 +-0.027099609375 +-0.172851562500 +-0.004425048828 +-0.136718750000 +0.138671875000 +0.106933593750 +-0.024414062500 +0.043457031250 +0.147460937500 +-0.077636718750 +0.060302734375 +-0.037597656250 +0.116699218750 +-0.052978515625 +0.027343750000 +-0.025878906250 +0.208984375000 +-0.091796875000 +-0.027832031250 +-0.118652343750 +0.114746093750 +0.087402343750 +0.024536132812 +0.167968750000 +0.064453125000 +0.014526367188 +0.096679687500 +0.141601562500 +0.146484375000 +-0.100097656250 +0.065917968750 +-0.045166015625 +-0.035400390625 +0.032958984375 +0.001983642578 +0.052978515625 +0.205078125000 +0.057861328125 +-0.037353515625 +-0.014648437500 +-0.228515625000 +0.013061523438 +0.051025390625 +-0.029052734375 +-0.072265625000 +0.110351562500 +-0.058349609375 +0.077636718750 +-0.077148437500 +-0.049804687500 +-0.121093750000 +-0.227539062500 +0.199218750000 +-0.023681640625 +0.113281250000 +0.114746093750 +0.056640625000 +-0.122558593750 +-0.046386718750 +-0.021240234375 +-0.089843750000 +-0.045410156250 +0.053710937500 +0.026489257812 +0.062500000000 +0.123046875000 +0.097167968750 +0.123535156250 +0.074218750000 +0.179687500000 +0.057128906250 +0.165039062500 +0.057128906250 +-0.000846862793 +-0.213867187500 +-0.015441894531 +-0.007568359375 +-0.092285156250 +-0.152343750000 +-0.149414062500 +0.001930236816 +-0.066406250000 +0.045898437500 +0.000385284424 +0.041015625000 +-0.008056640625 +0.134765625000 +-0.066894531250 +0.012329101562 +-0.045166015625 +0.008605957031 +-0.239257812500 +-0.222656250000 +0.063964843750 +0.111328125000 +-0.002944946289 +0.087402343750 +0.298828125000 +-0.045654296875 +0.074218750000 +0.064941406250 +-0.078613281250 +0.103027343750 +-0.144531250000 +0.009155273438 +-0.166992187500 +0.014343261719 +-0.025146484375 +-0.039794921875 +0.022583007812 +-0.099609375000 +-0.126953125000 +0.238281250000 +-0.167968750000 +0.106933593750 +0.080566406250 +0.163085937500 +0.148437500000 +0.039306640625 +-0.052490234375 +0.005615234375 +-0.094726562500 +-0.162109375000 +0.000606536865 +0.149414062500 +-0.076171875000 +-0.084960937500 +0.127929687500 +-0.013061523438 +0.106445312500 +0.172851562500 +-0.030639648438 +0.146484375000 +0.182617187500 +0.376953125000 +0.004089355469 +-0.027709960938 +-0.021606445312 +0.318359375000 +0.080078125000 +-0.094726562500 +0.027099609375 +0.088867187500 +0.064941406250 +-0.118652343750 +-0.103027343750 +0.014404296875 +-0.073242187500 +-0.170898437500 +0.183593750000 +0.036132812500 +-0.131835937500 +0.004364013672 +0.009643554688 +-0.129882812500 +0.096679687500 +0.027709960938 +0.126953125000 +0.042480468750 +-0.160156250000 +-0.075683593750 +-0.044677734375 +-0.003250122070 +0.023681640625 +-0.044921875000 +-0.041748046875 +-0.024414062500 +0.011413574219 +-0.119140625000 +0.014770507812 +-0.084960937500 +-0.108398437500 +0.040039062500 +0.160156250000 +0.049560546875 +-0.015869140625 +0.239257812500 +0.061767578125 +0.144531250000 +0.051513671875 +0.040527343750 +0.074707031250 +-0.076660156250 +-0.096191406250 +0.018310546875 +0.085449218750 +0.041748046875 +0.142578125000 +-0.028564453125 +0.065917968750 +0.131835937500 +0.037841796875 +0.084472656250 +-0.040283203125 +-0.041259765625 +0.020874023438 +0.077148437500 +0.239257812500 +0.070312500000 +-0.026855468750 +0.017089843750 +-0.020996093750 +0.159179687500 +0.054931640625 +-0.047851562500 +0.056884765625 +0.049072265625 +0.005432128906 +-0.062011718750 +0.047363281250 +-0.017822265625 +-0.122070312500 +0.010314941406 +-0.058349609375 +-0.044433593750 +0.102539062500 +0.100097656250 +0.120605468750 +-0.083496093750 +-0.001136779785 +-0.184570312500 +-0.016113281250 +-0.063964843750 +0.114746093750 +-0.273437500000 +0.008056640625 +0.159179687500 +0.089843750000 +-0.133789062500 +-0.099121093750 +0.088867187500 +0.060302734375 +0.082519531250 +0.099121093750 +-0.109863281250 +-0.204101562500 +-0.060546875000 +-0.046386718750 +0.088867187500 +0.091308593750 +0.009094238281 +0.158203125000 +-0.033935546875 +0.170898437500 +0.030151367188 +0.063476562500 +0.039794921875 +0.077636718750 +0.085937500000 +0.027343750000 +-0.051025390625 +-0.168945312500 +0.031127929688 +-0.034179687500 +0.052490234375 +0.027954101562 +0.015869140625 +0.002334594727 +-0.134765625000 +0.008483886719 +0.097656250000 +-0.045166015625 +-0.148437500000 +-0.034912109375 +-0.138671875000 +-0.037109375000 +-0.053466796875 +0.037353515625 +0.026489257812 +0.099609375000 +-0.052246093750 +-0.043212890625 +0.135742187500 +0.135742187500 +-0.116699218750 +-0.042480468750 +0.144531250000 +0.022583007812 +-0.031127929688 +0.062500000000 +-0.132812500000 +-0.171875000000 +-0.172851562500 +-0.156250000000 +-0.033935546875 +-0.134765625000 +0.008361816406 +-0.181640625000 +0.039550781250 +0.028076171875 +-0.090820312500 +0.164062500000 +-0.106933593750 +-0.124511718750 +0.118652343750 +0.158203125000 +-0.001106262207 +-0.162109375000 +0.081542968750 +0.007934570312 +0.139648437500 +-0.005645751953 +-0.098144531250 +-0.158203125000 +-0.167968750000 +-0.040527343750 +0.104980468750 +0.143554687500 +0.119140625000 +0.073730468750 +0.128906250000 +-0.232421875000 +-0.136718750000 +-0.056152343750 +0.074707031250 +0.133789062500 +-0.018798828125 +-0.041992187500 +0.023681640625 +0.066406250000 +0.121093750000 +-0.095703125000 +0.002365112305 +-0.174804687500 +-0.045654296875 +0.033691406250 +-0.098632812500 +-0.009948730469 +0.149414062500 +0.129882812500 +-0.040039062500 +-0.012573242188 +0.062011718750 +0.093750000000 +0.031005859375 +0.101562500000 +-0.042968750000 +-0.180664062500 +-0.279296875000 +-0.010375976562 +-0.060791015625 +0.003906250000 +-0.124511718750 +-0.195312500000 +0.086425781250 +0.149414062500 +-0.188476562500 +0.074218750000 +-0.089843750000 +-0.188476562500 +-0.114746093750 +-0.041015625000 +-0.129882812500 +0.220703125000 +0.023681640625 +0.084472656250 +-0.021606445312 +-0.077636718750 +0.068359375000 +0.052001953125 +-0.089355468750 +0.008056640625 +-0.007995605469 +0.107910156250 +-0.095214843750 +0.051025390625 +-0.092773437500 +0.131835937500 +0.047363281250 +-0.182617187500 +0.034912109375 +0.194335937500 +0.136718750000 +0.121582031250 +-0.037109375000 +-0.086425781250 +-0.200195312500 +0.061035156250 +-0.136718750000 +-0.069335937500 +-0.152343750000 +-0.227539062500 +-0.080078125000 +0.035888671875 +-0.043212890625 +0.139648437500 +-0.085449218750 +-0.021118164062 +0.040039062500 +0.009216308594 +-0.124511718750 +-0.161132812500 +0.146484375000 +0.058593750000 +-0.228515625000 +-0.017822265625 +0.005554199219 +0.134765625000 +0.151367187500 +-0.143554687500 +-0.060791015625 +-0.004058837891 +-0.113281250000 +-0.110839843750 +-0.008300781250 +-0.023803710938 +0.118164062500 +-0.046630859375 +0.037841796875 +0.038574218750 +-0.023559570312 +0.074707031250 +-0.257812500000 +0.138671875000 +-0.166992187500 +-0.021240234375 +-0.045166015625 +0.085937500000 +0.025756835938 +0.038330078125 +0.027709960938 +0.061767578125 +-0.066894531250 +0.076660156250 +-0.019042968750 +-0.060791015625 +0.006805419922 +-0.069335937500 +-0.127929687500 +0.161132812500 +0.034179687500 +-0.228515625000 +0.051757812500 +-0.066894531250 +0.036865234375 +-0.072265625000 +-0.120117187500 +0.164062500000 +-0.098632812500 +0.055175781250 +0.113281250000 +-0.060058593750 +0.012207031250 +-0.028198242188 +0.043212890625 +0.001182556152 +0.035400390625 +-0.034179687500 +-0.147460937500 +0.041015625000 +-0.052734375000 +0.102539062500 +-0.039306640625 +0.040771484375 +0.062011718750 +0.047607421875 +0.081054687500 +-0.000301361084 +0.004058837891 +0.025390625000 +0.042480468750 +0.085449218750 +-0.212890625000 +0.197265625000 +-0.043701171875 +0.033935546875 +0.114746093750 +0.002899169922 +-0.136718750000 +0.146484375000 +0.039062500000 +-0.043945312500 +-0.071289062500 +-0.030029296875 +0.010314941406 +0.054199218750 +-0.055419921875 +-0.088867187500 +0.030761718750 +0.041748046875 +0.006317138672 +0.121093750000 +-0.002075195312 +0.002868652344 +-0.108886718750 +-0.021728515625 +-0.039306640625 +0.073242187500 +-0.148437500000 +-0.112304687500 +0.148437500000 +-0.103515625000 +-0.091796875000 +-0.051025390625 +0.070312500000 +-0.020629882812 +-0.015441894531 +0.107910156250 +0.096191406250 +-0.038818359375 +0.225585937500 +0.128906250000 +0.148437500000 +0.108886718750 +-0.024658203125 +0.138671875000 +-0.050292968750 +-0.141601562500 +-0.057861328125 +-0.033935546875 +-0.073730468750 +-0.291015625000 +-0.065917968750 +0.049804687500 +0.123535156250 +-0.074218750000 +0.031738281250 +-0.099609375000 +-0.079101562500 +0.111328125000 +0.060058593750 +-0.008666992188 +0.104003906250 +-0.017822265625 +-0.000991821289 +0.125976562500 +-0.108398437500 +0.044677734375 +0.052978515625 +-0.043945312500 +0.154296875000 +0.005828857422 +-0.168945312500 +0.106445312500 +0.072265625000 +0.008666992188 +-0.145507812500 +-0.203125000000 +-0.161132812500 +-0.088867187500 +-0.023193359375 +-0.143554687500 +-0.138671875000 +0.054443359375 +-0.011596679688 +0.015869140625 +-0.117187500000 +0.190429687500 +0.020751953125 +-0.013000488281 +0.024047851562 +-0.006744384766 +-0.093750000000 +0.053222656250 +0.052490234375 +0.019531250000 +-0.025756835938 +0.176757812500 +-0.039794921875 +-0.005371093750 +-0.095703125000 +0.025146484375 +-0.178710937500 +-0.232421875000 +0.020507812500 +0.112792968750 +-0.009643554688 +-0.083984375000 +-0.046630859375 +0.111328125000 +0.046386718750 +0.041015625000 +0.046386718750 +0.101562500000 +-0.141601562500 +-0.081542968750 +0.146484375000 +-0.009399414062 +-0.108398437500 +0.011230468750 +-0.041748046875 +0.002120971680 +0.005371093750 +0.018676757812 +-0.036621093750 +-0.002624511719 +-0.049072265625 +-0.156250000000 +-0.077636718750 +-0.077148437500 +-0.164062500000 +-0.002456665039 +-0.138671875000 +-0.090332031250 +0.105468750000 +-0.013977050781 +-0.133789062500 +0.106933593750 +0.168945312500 +-0.077636718750 +-0.140625000000 +-0.285156250000 +0.163085937500 +-0.054443359375 +-0.054199218750 +-0.117187500000 +0.015869140625 +0.141601562500 +-0.114746093750 +0.194335937500 +-0.167968750000 +-0.119628906250 +0.232421875000 +0.110351562500 +-0.186523437500 +0.033935546875 +0.082519531250 +0.022094726562 +-0.041992187500 +-0.150390625000 +-0.031982421875 +-0.033691406250 +-0.110839843750 +0.118164062500 +-0.037841796875 +0.171875000000 +-0.056640625000 +-0.100097656250 +0.050537109375 +-0.057861328125 +-0.045898437500 +0.091796875000 +0.003601074219 +0.074218750000 +-0.049072265625 +-0.062011718750 +0.030395507812 +0.100097656250 +0.038818359375 +-0.065429687500 +-0.070312500000 +0.056884765625 +0.052001953125 +0.066894531250 +0.023681640625 +0.050781250000 +0.092285156250 +-0.217773437500 +0.057861328125 +0.253906250000 +0.144531250000 +-0.049072265625 +0.157226562500 +-0.145507812500 +-0.001632690430 +0.042236328125 +-0.148437500000 +0.184570312500 +0.007568359375 +-0.132812500000 +0.076171875000 +0.013244628906 +-0.094726562500 +0.314453125000 +-0.099121093750 +0.105957031250 +0.061279296875 +-0.115722656250 +0.002822875977 +0.064453125000 +0.068847656250 +0.008239746094 +0.023437500000 +-0.003601074219 +-0.128906250000 +-0.054443359375 +0.157226562500 +0.092773437500 +0.016357421875 +0.052246093750 +-0.061035156250 +0.015747070312 +0.022949218750 +-0.017211914062 +0.051269531250 +0.134765625000 +-0.115722656250 +-0.101074218750 +0.084472656250 +-0.037109375000 +0.002426147461 +0.014648437500 +0.116210937500 +0.054199218750 +0.030151367188 +0.024169921875 +-0.091308593750 +-0.102539062500 +-0.206054687500 +0.110351562500 +0.018432617188 +0.095703125000 +-0.031738281250 +-0.002319335938 +0.036376953125 +-0.164062500000 +0.035400390625 +0.073730468750 +-0.132812500000 +-0.039062500000 +-0.186523437500 +0.015869140625 +0.012329101562 +-0.061279296875 +0.134765625000 +-0.091796875000 +-0.034667968750 +0.049316406250 +-0.039794921875 +-0.233398437500 +0.223632812500 +-0.073730468750 +0.068359375000 +0.096679687500 +-0.052734375000 +0.115722656250 +-0.107910156250 +-0.074218750000 +0.087890625000 +0.064941406250 +0.002258300781 +0.047607421875 +-0.027465820312 +-0.023315429688 +-0.038330078125 +0.088378906250 +-0.062255859375 +0.159179687500 +-0.166015625000 +0.220703125000 +0.098144531250 +0.014587402344 +-0.070312500000 +-0.047851562500 +0.123046875000 +-0.043212890625 +-0.050781250000 +0.106933593750 +0.007690429688 +-0.044189453125 +-0.120117187500 +-0.055908203125 +0.119628906250 +0.046875000000 +-0.024169921875 +-0.051513671875 +-0.247070312500 +-0.034667968750 +0.023559570312 +-0.063964843750 +0.085449218750 +-0.024536132812 +0.065917968750 +0.279296875000 +0.106933593750 +0.111328125000 +-0.024414062500 +0.072753906250 +-0.005554199219 +0.087890625000 +-0.032958984375 +-0.131835937500 +0.142578125000 +0.014831542969 +0.047851562500 +-0.035888671875 +0.127929687500 +0.192382812500 +-0.132812500000 +0.019165039062 +0.089843750000 +-0.046386718750 +0.007415771484 +-0.039794921875 +-0.008789062500 +0.042236328125 +0.219726562500 +-0.008239746094 +0.033447265625 +0.084960937500 +-0.028320312500 +0.054931640625 +0.047607421875 +0.138671875000 +0.151367187500 +-0.050048828125 +-0.024414062500 +0.116699218750 +-0.077148437500 +-0.031982421875 +0.092285156250 +-0.087402343750 +0.296875000000 +0.019165039062 +0.135742187500 +-0.052001953125 +0.019531250000 +-0.010742187500 +0.024902343750 +-0.000911712646 +-0.121093750000 +0.106933593750 +0.109863281250 +0.010864257812 +0.110351562500 +0.025878906250 +-0.091308593750 +0.017333984375 +0.117675781250 +0.177734375000 +-0.129882812500 +-0.060546875000 +-0.023681640625 +0.110839843750 +0.041015625000 +-0.041503906250 +-0.051269531250 +0.025512695312 +-0.072265625000 +0.007171630859 +-0.028564453125 +-0.042724609375 +-0.007171630859 +0.028808593750 +0.166992187500 +-0.181640625000 +0.125976562500 +-0.034179687500 +0.146484375000 +0.016723632812 +-0.173828125000 +-0.120605468750 +0.084960937500 +0.040283203125 +-0.065917968750 +0.036621093750 +-0.039306640625 +-0.029296875000 +0.163085937500 +0.013244628906 +0.013061523438 +0.108886718750 +0.071289062500 +0.081054687500 +0.027954101562 +0.017578125000 +0.048339843750 +0.147460937500 +-0.042480468750 +-0.103515625000 +0.131835937500 +0.001350402832 +0.126953125000 +-0.050537109375 +-0.040039062500 +-0.151367187500 +0.017211914062 +0.024658203125 +0.083007812500 +-0.055664062500 +-0.062500000000 +0.015014648438 +-0.053955078125 +-0.061523437500 +0.104980468750 +-0.027099609375 +0.089355468750 +0.066894531250 +0.097656250000 +0.047851562500 +-0.081542968750 +0.032714843750 +0.132812500000 +-0.078125000000 +0.027709960938 +0.088867187500 +0.047851562500 +-0.063476562500 +-0.086425781250 +0.054931640625 +-0.017089843750 +0.175781250000 +0.086425781250 +0.143554687500 +-0.150390625000 +0.045898437500 +-0.043701171875 +0.003265380859 +-0.061767578125 +-0.042968750000 +0.085937500000 +-0.153320312500 +-0.008117675781 +-0.020385742188 +0.197265625000 +0.090332031250 +0.003784179688 +-0.016723632812 +-0.080078125000 +0.087890625000 +0.103027343750 +0.039794921875 +-0.066406250000 +-0.039794921875 +0.078125000000 +0.021728515625 +0.059570312500 +-0.131835937500 +-0.118164062500 +-0.037597656250 +0.015991210938 +-0.112304687500 +-0.144531250000 +0.065917968750 +0.121582031250 +0.178710937500 +-0.023071289062 +0.123535156250 +-0.097167968750 +-0.042480468750 +-0.082031250000 +-0.071289062500 +-0.036132812500 +0.171875000000 +-0.133789062500 +-0.203125000000 +-0.047851562500 +-0.044189453125 +-0.193359375000 +0.037109375000 +-0.168945312500 +-0.022705078125 +0.075195312500 +-0.021972656250 +0.086425781250 +0.049316406250 +0.012756347656 +-0.064941406250 +-0.088867187500 +-0.043701171875 +0.024047851562 +0.007385253906 +0.117675781250 +-0.187500000000 +0.008483886719 +-0.195312500000 +-0.085937500000 +-0.014282226562 +-0.143554687500 +-0.019409179688 +-0.000103950500 +0.016601562500 +-0.030761718750 +-0.058593750000 +0.025512695312 +-0.139648437500 +-0.008422851562 +-0.191406250000 +0.142578125000 +0.170898437500 +-0.039550781250 +-0.035888671875 +-0.109375000000 +0.044189453125 +0.103515625000 +0.079589843750 +0.021240234375 +0.015625000000 +0.090820312500 +0.044433593750 +0.026611328125 +-0.287109375000 +-0.009521484375 +0.076171875000 +-0.116699218750 +-0.006835937500 +0.062011718750 +-0.213867187500 +0.121582031250 +0.119628906250 +0.000839233398 +-0.108398437500 +-0.139648437500 +0.136718750000 +0.063476562500 +0.064941406250 +0.087890625000 +0.096679687500 +0.026489257812 +0.087402343750 +0.145507812500 +-0.022949218750 +0.032226562500 +0.042724609375 +0.032226562500 +-0.004699707031 +0.168945312500 +0.097656250000 +-0.129882812500 +0.083007812500 +0.060791015625 +-0.124511718750 +-0.119140625000 +-0.104492187500 +-0.225585937500 +-0.196289062500 +-0.038818359375 +-0.064941406250 +0.059326171875 +0.265625000000 +-0.249023437500 +-0.093261718750 +0.029052734375 +-0.055664062500 +0.001411437988 +0.038330078125 +-0.141601562500 +-0.120117187500 +0.177734375000 +0.056884765625 +-0.018310546875 +0.086425781250 +0.013488769531 +-0.112792968750 +0.045410156250 +-0.004913330078 +0.031127929688 +0.035156250000 +0.326171875000 +-0.033935546875 +-0.148437500000 +0.014892578125 +0.200195312500 +0.110351562500 +0.036132812500 +-0.171875000000 +0.047119140625 +0.134765625000 +-0.138671875000 +0.182617187500 +0.208984375000 +0.150390625000 +0.134765625000 +0.015869140625 +0.062011718750 +0.187500000000 +0.019897460938 +-0.145507812500 +0.027832031250 +-0.142578125000 +0.022827148438 +0.144531250000 +0.182617187500 +-0.090820312500 +0.187500000000 +0.210937500000 +-0.012756347656 +0.053466796875 +-0.028198242188 +0.199218750000 +-0.081542968750 +0.153320312500 +-0.107910156250 +0.005279541016 +0.116210937500 +0.014953613281 +-0.100097656250 +-0.083984375000 +0.053466796875 +-0.158203125000 +0.070800781250 +0.103515625000 +0.030029296875 +-0.011657714844 +-0.065917968750 +-0.020141601562 +0.033447265625 +-0.020874023438 +-0.005218505859 +0.066406250000 +0.109375000000 +-0.036132812500 +0.218750000000 +0.076660156250 +0.018066406250 +-0.076660156250 +-0.096679687500 +-0.037109375000 +0.067382812500 +-0.086425781250 +-0.021728515625 +0.007049560547 +0.092773437500 +-0.125000000000 +0.019165039062 +0.166992187500 +-0.153320312500 +0.140625000000 +0.007995605469 +0.036132812500 +0.130859375000 +-0.195312500000 +0.050048828125 +-0.096679687500 +0.094238281250 +-0.221679687500 +-0.030517578125 +0.004058837891 +0.105957031250 +-0.183593750000 +0.152343750000 +0.180664062500 +0.112792968750 +0.116210937500 +-0.044921875000 +-0.011596679688 +-0.112304687500 +-0.037597656250 +0.048095703125 +-0.255859375000 +0.035400390625 +-0.016235351562 +-0.010375976562 +-0.026733398438 +0.093750000000 +0.169921875000 +0.130859375000 +0.241210937500 +-0.083496093750 +-0.208984375000 +0.138671875000 +-0.038085937500 +-0.051025390625 +0.016723632812 +-0.224609375000 +0.048583984375 +-0.213867187500 +-0.099609375000 +0.073730468750 +0.003479003906 +-0.164062500000 +-0.160156250000 +-0.049316406250 +-0.018310546875 +-0.100585937500 +0.071777343750 +0.173828125000 +0.056396484375 +0.073242187500 +-0.018066406250 +0.118164062500 +-0.120605468750 +-0.012145996094 +0.082519531250 +-0.024169921875 +-0.017089843750 +0.150390625000 +-0.031738281250 +-0.137695312500 +0.322265625000 +-0.025878906250 +-0.178710937500 +0.012817382812 +-0.058593750000 +0.115722656250 +0.018188476562 +0.069824218750 +-0.089843750000 +-0.098632812500 +-0.079101562500 +0.167968750000 +-0.027221679688 +0.025390625000 +-0.024780273438 +0.028564453125 +0.112792968750 +0.021484375000 +-0.208007812500 +-0.095214843750 +-0.001312255859 +-0.101074218750 +-0.022460937500 +0.011291503906 +-0.029907226562 +-0.018554687500 +0.065429687500 +-0.009521484375 +-0.038330078125 +-0.061035156250 +-0.127929687500 +-0.053466796875 +0.078125000000 +0.027343750000 +0.019531250000 +-0.285156250000 +-0.089355468750 +0.020263671875 +-0.100585937500 +0.056884765625 +-0.158203125000 +-0.010437011719 +0.150390625000 +-0.085937500000 +-0.002822875977 +0.014038085938 +-0.009277343750 +0.046630859375 +0.285156250000 +-0.039550781250 +-0.178710937500 +0.052734375000 +0.099609375000 +-0.001968383789 +0.061279296875 +-0.014587402344 +-0.121093750000 +0.124511718750 +-0.090332031250 +-0.060058593750 +0.121093750000 +-0.076660156250 +0.057128906250 +0.019897460938 +0.029052734375 +-0.083984375000 +-0.066406250000 +0.092285156250 +-0.023681640625 +-0.021240234375 +0.058837890625 +-0.010009765625 +-0.074218750000 +0.097167968750 +0.134765625000 +-0.253906250000 +0.125000000000 +-0.074218750000 +0.093261718750 +-0.036376953125 +0.104003906250 +-0.107421875000 +0.396484375000 +0.064941406250 +0.007873535156 +0.172851562500 +0.079101562500 +0.154296875000 +-0.080078125000 +0.065917968750 +-0.056640625000 +-0.053466796875 +-0.098144531250 +-0.120605468750 +0.149414062500 +0.025878906250 +0.084472656250 +-0.034423828125 +0.053222656250 +-0.049804687500 +-0.004760742188 +0.184570312500 +0.020996093750 +0.163085937500 +-0.166015625000 +-0.146484375000 +0.030029296875 +-0.021240234375 +0.071289062500 +0.104492187500 +-0.088378906250 +-0.027221679688 +0.017578125000 +0.132812500000 +-0.023559570312 +0.002243041992 +0.142578125000 +-0.177734375000 +0.050292968750 +-0.172851562500 +0.023803710938 +0.023193359375 +0.018066406250 +-0.042480468750 +0.070312500000 +0.097167968750 +-0.039062500000 +0.134765625000 +0.135742187500 +-0.012939453125 +-0.025146484375 +-0.117675781250 +0.004211425781 +0.007629394531 +-0.058837890625 +0.032470703125 +0.176757812500 +-0.045654296875 +-0.049804687500 +0.054687500000 +0.004821777344 +0.024169921875 +0.120605468750 +-0.010131835938 +0.029052734375 +0.061035156250 +-0.047119140625 +-0.142578125000 +0.065917968750 +0.084960937500 +0.071289062500 +-0.149414062500 +-0.081542968750 +-0.086425781250 +-0.208984375000 +-0.073730468750 +0.189453125000 +0.154296875000 +0.010009765625 +-0.048095703125 +0.287109375000 +0.150390625000 +-0.160156250000 +-0.008911132812 +0.167968750000 +0.304687500000 +-0.177734375000 +0.022705078125 +-0.105468750000 +0.030517578125 +0.065429687500 +-0.008605957031 +-0.036621093750 +-0.056152343750 +-0.086425781250 +0.099121093750 +-0.076171875000 +0.184570312500 +-0.164062500000 +-0.070312500000 +-0.049560546875 +0.130859375000 +0.026000976562 +0.017456054688 +-0.004180908203 +0.148437500000 +0.083984375000 +0.096191406250 +-0.156250000000 +0.081542968750 +0.149414062500 +0.051025390625 +-0.083007812500 +-0.033447265625 +0.074218750000 +-0.003875732422 +-0.043945312500 +0.111816406250 +0.093750000000 +-0.107910156250 +0.010681152344 +-0.011596679688 +0.047363281250 +0.002090454102 +-0.063476562500 +0.032958984375 +0.008972167969 +0.086914062500 +0.310546875000 +-0.015441894531 +-0.016723632812 +0.058837890625 +0.018188476562 +-0.055175781250 +0.042724609375 +0.056640625000 +-0.104492187500 +-0.024658203125 +0.040283203125 +-0.102539062500 +0.128906250000 +0.062255859375 +-0.007873535156 +0.153320312500 +0.248046875000 +0.013916015625 +-0.123046875000 +0.112792968750 +0.059570312500 +0.090332031250 +-0.022216796875 +-0.021850585938 +0.009887695312 +0.187500000000 +-0.118164062500 +-0.041748046875 +0.002563476562 +0.027832031250 +-0.040527343750 +0.145507812500 +0.104003906250 +-0.085449218750 +-0.040039062500 +0.082519531250 +0.029052734375 +-0.050048828125 +0.106933593750 +0.044677734375 +-0.055664062500 +0.124511718750 +0.009948730469 +0.049072265625 +-0.161132812500 +0.061279296875 +0.114746093750 +0.026000976562 +-0.204101562500 +-0.166015625000 +0.013793945312 +0.158203125000 +-0.139648437500 +-0.034179687500 +-0.074218750000 +-0.105957031250 +-0.117187500000 +-0.093750000000 +-0.078613281250 +0.106933593750 +0.151367187500 +0.016601562500 +0.127929687500 +-0.186523437500 +-0.033691406250 +0.088378906250 +0.062011718750 +0.010314941406 +-0.049316406250 +0.146484375000 +-0.228515625000 +-0.091796875000 +-0.087402343750 +0.105468750000 +0.343750000000 +-0.069824218750 +0.128906250000 +-0.071289062500 +-0.132812500000 +-0.061279296875 +0.108398437500 +-0.022216796875 +-0.060546875000 +-0.078613281250 +-0.009277343750 +-0.006347656250 +0.049316406250 +-0.048828125000 +0.061035156250 +0.077636718750 +-0.028930664062 +0.008728027344 +-0.041503906250 +-0.007293701172 +0.046875000000 +0.041992187500 +-0.229492187500 +-0.039062500000 +0.021240234375 +-0.142578125000 +0.169921875000 +0.010253906250 +-0.022949218750 +-0.092285156250 +0.192382812500 +0.070312500000 +0.098144531250 +-0.051269531250 +0.145507812500 +0.024414062500 +0.056884765625 +-0.004730224609 +0.045166015625 +0.249023437500 +-0.125976562500 +-0.039794921875 +-0.003677368164 +0.080078125000 +-0.064453125000 +-0.032714843750 +-0.190429687500 +0.107910156250 +-0.017333984375 +-0.173828125000 +-0.016845703125 +0.060791015625 +0.009765625000 +-0.030273437500 +0.088378906250 +-0.073730468750 +0.094726562500 +-0.031127929688 +-0.122558593750 +0.064453125000 +0.014526367188 +-0.039062500000 +0.026489257812 +-0.071289062500 +0.050781250000 +0.034912109375 +-0.044921875000 +-0.034667968750 +0.006774902344 +-0.098632812500 +-0.003723144531 +-0.029663085938 +-0.034179687500 +-0.031738281250 +-0.040527343750 +-0.216796875000 +-0.013671875000 +-0.113281250000 +-0.008728027344 +-0.090820312500 +-0.011047363281 +0.015869140625 +0.173828125000 +-0.125976562500 +0.012023925781 +0.040771484375 +0.102539062500 +0.030639648438 +0.052490234375 +-0.007995605469 +-0.168945312500 +-0.070800781250 +-0.001281738281 +0.117675781250 +-0.122558593750 +0.161132812500 +-0.041259765625 +0.058349609375 +-0.019287109375 +0.208007812500 +0.106445312500 +-0.165039062500 +-0.183593750000 +-0.124511718750 +0.132812500000 +-0.000028610229 +0.009887695312 +-0.159179687500 +0.071289062500 +-0.055419921875 +-0.034912109375 +0.018066406250 +0.009338378906 +0.035888671875 +-0.015747070312 +-0.053222656250 +-0.108398437500 +0.068847656250 +-0.136718750000 +-0.117187500000 +-0.020751953125 +0.206054687500 +-0.130859375000 +0.055175781250 +-0.062500000000 +0.078613281250 +0.087402343750 +0.113769531250 +0.070312500000 +-0.043945312500 +0.337890625000 +-0.029541015625 +-0.213867187500 +0.078125000000 +0.051513671875 +-0.126953125000 +0.012817382812 +0.034667968750 +0.122558593750 +0.070312500000 +0.071289062500 +0.033203125000 +-0.181640625000 +0.004333496094 +-0.005004882812 +-0.154296875000 +-0.191406250000 +0.162109375000 +0.052246093750 +0.206054687500 +-0.257812500000 +-0.048095703125 +-0.001716613770 +-0.074218750000 +-0.176757812500 +-0.051025390625 +0.111816406250 +-0.130859375000 +0.236328125000 +0.052490234375 +0.032470703125 +0.084472656250 +0.006164550781 +0.099121093750 +0.184570312500 +-0.214843750000 +-0.108886718750 +-0.045166015625 +-0.066894531250 +-0.113769531250 +-0.100097656250 +0.011108398438 +0.026611328125 +0.021484375000 +0.162109375000 +0.074218750000 +-0.078125000000 +0.145507812500 +0.052246093750 +0.061523437500 +0.124511718750 +0.206054687500 +0.135742187500 +-0.027343750000 +0.115722656250 +0.024780273438 +-0.062500000000 +0.008728027344 +-0.006134033203 +-0.189453125000 +-0.052246093750 +-0.060058593750 +0.113281250000 +-0.031982421875 +-0.022338867188 +0.001937866211 +0.070312500000 +0.076660156250 +-0.209960937500 +-0.023315429688 +-0.139648437500 +-0.039550781250 +-0.092773437500 +-0.333984375000 +-0.052978515625 +0.127929687500 +0.035644531250 +0.110351562500 +-0.115234375000 +-0.177734375000 +0.067382812500 +0.108886718750 +0.089843750000 +-0.055175781250 +-0.044921875000 +0.093750000000 +0.114746093750 +0.052246093750 +-0.003646850586 +-0.127929687500 +-0.102539062500 +-0.165039062500 +-0.095703125000 +-0.080078125000 +0.003601074219 +0.117675781250 +0.019775390625 +-0.125000000000 +-0.030029296875 +-0.145507812500 +0.015747070312 +0.063476562500 +-0.138671875000 +0.027465820312 +0.173828125000 +-0.044921875000 +-0.040771484375 +0.032714843750 +-0.011352539062 +-0.032470703125 +-0.013427734375 +0.212890625000 +-0.057373046875 +0.144531250000 +-0.055664062500 +0.054931640625 +0.019042968750 +0.031982421875 +0.223632812500 +0.064453125000 +-0.055419921875 +0.129882812500 +-0.008666992188 +0.273437500000 +-0.203125000000 +-0.037353515625 +0.137695312500 +-0.044433593750 +0.012939453125 +-0.054687500000 +0.098144531250 +-0.002166748047 +0.111328125000 +0.030273437500 +-0.081054687500 +-0.067871093750 +-0.101074218750 +-0.114257812500 +0.064941406250 +-0.071777343750 +-0.097656250000 +-0.103027343750 +0.057128906250 +-0.092285156250 +0.004974365234 +-0.071289062500 +-0.060302734375 +-0.148437500000 +0.110351562500 +0.026367187500 +-0.125976562500 +0.201171875000 +0.161132812500 +0.182617187500 +-0.220703125000 +-0.065917968750 +-0.065917968750 +-0.077148437500 +-0.168945312500 +0.078613281250 +-0.120117187500 +-0.171875000000 +0.071777343750 +0.061279296875 +0.111816406250 +0.184570312500 +-0.090820312500 +-0.059326171875 +-0.110839843750 +0.035400390625 +-0.014953613281 +-0.048339843750 +0.112304687500 +-0.029052734375 +0.014587402344 +0.068847656250 +-0.167968750000 +0.049804687500 +0.029663085938 +-0.073242187500 +0.523437500000 +0.089355468750 +0.007263183594 +0.057373046875 +0.118652343750 +-0.059570312500 +0.015258789062 +0.025634765625 +0.017333984375 +-0.096191406250 +0.089355468750 +0.064453125000 +0.067871093750 +-0.125000000000 +-0.054931640625 +-0.044433593750 +-0.273437500000 +-0.030517578125 +-0.112304687500 +-0.094238281250 +-0.044189453125 +-0.058837890625 +0.035400390625 +-0.135742187500 +0.103027343750 +0.107421875000 +-0.213867187500 +-0.449218750000 +0.046142578125 +-0.123046875000 +-0.007415771484 +0.091308593750 +-0.023315429688 +0.058105468750 +0.068847656250 +0.048583984375 +-0.009826660156 +0.058837890625 +0.126953125000 +0.163085937500 +-0.137695312500 +0.047851562500 +0.092285156250 +0.035156250000 +-0.097656250000 +-0.200195312500 +-0.118652343750 +0.054931640625 +-0.060546875000 +-0.088378906250 +-0.161132812500 +0.162109375000 +-0.004821777344 +-0.077148437500 +-0.005279541016 +0.099609375000 +-0.041259765625 +-0.034179687500 +-0.085449218750 +0.111816406250 +0.001335144043 +0.066406250000 +0.148437500000 +0.102539062500 +-0.135742187500 +0.014709472656 +0.191406250000 +-0.167968750000 +0.003829956055 +0.009216308594 +0.079589843750 +-0.063476562500 +-0.227539062500 +-0.021240234375 +0.023681640625 +-0.136718750000 +0.085937500000 +-0.121582031250 +-0.096679687500 +-0.004577636719 +-0.116699218750 +0.147460937500 +-0.047851562500 +0.082519531250 +-0.081542968750 +0.037597656250 +-0.040283203125 +0.190429687500 +-0.074707031250 +-0.130859375000 +0.093750000000 +0.120117187500 +0.049316406250 +0.021606445312 +0.023681640625 +-0.004760742188 +-0.120117187500 +-0.154296875000 +-0.219726562500 +-0.105957031250 +-0.060546875000 +-0.110351562500 +0.090820312500 +-0.031982421875 +0.003814697266 +0.150390625000 +-0.022949218750 +0.151367187500 +-0.078125000000 +0.022705078125 +0.087890625000 +0.009399414062 +-0.001983642578 +0.074218750000 +-0.129882812500 +-0.028930664062 +-0.218750000000 +-0.006256103516 +-0.005432128906 +-0.125000000000 +-0.083007812500 +-0.133789062500 +-0.081542968750 +0.093261718750 +-0.070800781250 +0.036132812500 +0.021850585938 +-0.083007812500 +0.171875000000 +-0.034423828125 +0.169921875000 +0.065429687500 +0.037353515625 +-0.044677734375 +0.038330078125 +-0.080078125000 +0.009582519531 +0.078613281250 +-0.012268066406 +0.098632812500 +-0.017822265625 +0.009765625000 +0.132812500000 +0.183593750000 +0.071289062500 +0.171875000000 +-0.212890625000 +0.002365112305 +-0.181640625000 +0.196289062500 +-0.057373046875 +0.028686523438 +0.021728515625 +0.103027343750 +-0.102539062500 +-0.017456054688 +0.105957031250 +0.043212890625 +-0.125976562500 +-0.137695312500 +0.084960937500 +-0.099609375000 +0.130859375000 +0.023803710938 +-0.021118164062 +0.085937500000 +-0.023071289062 +-0.127929687500 +0.054199218750 +-0.100585937500 +0.074218750000 +0.056640625000 +-0.267578125000 +-0.123046875000 +-0.165039062500 +-0.024169921875 +-0.027587890625 +0.004821777344 +-0.016601562500 +-0.056640625000 +-0.029785156250 +0.104003906250 +-0.078613281250 +-0.104980468750 +0.182617187500 +0.088867187500 +-0.008361816406 +0.061035156250 +-0.292968750000 +-0.070800781250 +-0.154296875000 +0.131835937500 +-0.051269531250 +-0.182617187500 +0.078613281250 +-0.033203125000 +0.136718750000 +-0.083496093750 +0.052001953125 +0.125976562500 +-0.081542968750 +-0.002380371094 +0.044189453125 +-0.131835937500 +0.085937500000 +0.067871093750 +-0.043212890625 +-0.024536132812 +0.062011718750 +0.095214843750 +-0.087402343750 +-0.156250000000 +0.035888671875 +-0.037353515625 +-0.207031250000 +-0.052978515625 +0.061767578125 +-0.164062500000 +0.117675781250 +0.227539062500 +0.054443359375 +-0.059570312500 +-0.016601562500 +0.018554687500 +-0.347656250000 +-0.010742187500 +0.026733398438 +0.072753906250 +-0.015991210938 +0.187500000000 +-0.109375000000 +-0.124023437500 +-0.174804687500 +0.185546875000 +-0.062988281250 +-0.042480468750 +0.043701171875 +0.080078125000 +0.023193359375 +-0.054199218750 +-0.007812500000 +0.069335937500 +-0.075195312500 +-0.150390625000 +0.005523681641 +0.001335144043 +-0.228515625000 +-0.115234375000 +-0.017456054688 +-0.088378906250 +0.008300781250 +-0.095703125000 +-0.120117187500 +0.014587402344 +0.020141601562 +0.085937500000 +0.186523437500 +0.166015625000 +-0.090332031250 +0.200195312500 +-0.059326171875 +0.179687500000 +0.010925292969 +0.015563964844 +0.138671875000 +-0.065917968750 +-0.083007812500 +0.190429687500 +0.082519531250 +0.091796875000 +-0.089843750000 +-0.078613281250 +-0.125976562500 +-0.000778198242 +0.076660156250 +0.108886718750 +0.040039062500 +-0.018920898438 +-0.001052856445 +0.009826660156 +-0.047607421875 +-0.228515625000 +0.140625000000 +-0.038574218750 +-0.086425781250 +0.027465820312 +-0.103027343750 +-0.001380920410 +0.020874023438 +-0.026733398438 +-0.170898437500 +-0.003784179688 +-0.146484375000 +-0.048828125000 +0.138671875000 +-0.041015625000 +0.082031250000 +0.060546875000 +0.039550781250 +-0.075683593750 +-0.144531250000 +0.037109375000 +0.105468750000 +0.005828857422 +0.041259765625 +-0.041259765625 +-0.210937500000 +-0.115722656250 +0.053222656250 +0.048095703125 +0.003936767578 +0.110351562500 +0.111816406250 +0.020629882812 +-0.117675781250 +-0.069824218750 +0.115722656250 +-0.102050781250 +0.022705078125 +0.077148437500 +0.035156250000 +0.071777343750 +-0.141601562500 +0.087402343750 +0.066406250000 +0.046630859375 +-0.114257812500 +-0.054443359375 +-0.113281250000 +0.023559570312 +0.146484375000 +0.151367187500 +0.116210937500 +-0.004943847656 +0.056396484375 +-0.055908203125 +0.078613281250 +0.080078125000 +-0.144531250000 +0.153320312500 +-0.029907226562 +-0.010620117188 +-0.028564453125 +-0.019775390625 +0.050292968750 +-0.028198242188 +0.032470703125 +-0.015563964844 +-0.034179687500 +0.060546875000 +0.016601562500 +-0.089355468750 +0.003738403320 +-0.142578125000 +-0.132812500000 +-0.064453125000 +0.232421875000 +-0.104980468750 +0.020019531250 +0.014404296875 +-0.021118164062 +-0.165039062500 +0.005981445312 +0.064941406250 +-0.037353515625 +-0.099121093750 +0.028564453125 +-0.189453125000 +-0.076171875000 +-0.191406250000 +-0.081054687500 +-0.008422851562 +0.059814453125 +-0.086425781250 +0.118652343750 +0.107910156250 +-0.186523437500 +0.018188476562 +-0.049072265625 +-0.039062500000 +-0.098632812500 +0.008239746094 +0.140625000000 +-0.164062500000 +-0.104980468750 +-0.119628906250 +-0.040039062500 +0.187500000000 +0.098144531250 +0.001190185547 +-0.035400390625 +0.190429687500 +-0.088378906250 +-0.039794921875 +-0.030151367188 +-0.043701171875 +-0.080078125000 +0.085937500000 +0.036621093750 +0.123046875000 +0.010192871094 +0.052246093750 +-0.001602172852 +0.015747070312 +0.014221191406 +0.102539062500 +-0.021972656250 +0.104980468750 +0.085937500000 +0.173828125000 +0.076660156250 +0.250000000000 +0.010314941406 +-0.051025390625 +-0.011291503906 +0.066894531250 +-0.052001953125 +0.121582031250 +-0.048583984375 +0.140625000000 +-0.002334594727 +0.014831542969 +-0.153320312500 +0.124511718750 +0.012329101562 +0.001037597656 +0.074218750000 +-0.132812500000 +0.050048828125 +0.025634765625 +0.090332031250 +-0.172851562500 +0.065429687500 +-0.006256103516 +0.139648437500 +0.054443359375 +0.129882812500 +0.082031250000 +0.102539062500 +-0.026855468750 +0.051269531250 +0.030273437500 +-0.007690429688 +0.184570312500 +-0.056152343750 +-0.016479492188 +0.083007812500 +0.046142578125 +-0.082519531250 +-0.029541015625 +-0.146484375000 +0.174804687500 +0.143554687500 +-0.068359375000 +0.115722656250 +-0.090332031250 +0.005554199219 +-0.158203125000 +-0.123046875000 +-0.003448486328 +-0.095703125000 +0.018554687500 +-0.202148437500 +-0.071289062500 +-0.152343750000 +-0.103515625000 +-0.148437500000 +-0.031982421875 +0.012573242188 +0.036621093750 +0.029663085938 +-0.009155273438 +-0.004791259766 +0.012268066406 +0.002212524414 +-0.091308593750 +-0.089843750000 +0.151367187500 +0.008239746094 +-0.104980468750 +0.148437500000 +0.040039062500 +-0.061523437500 +-0.025634765625 +0.009338378906 +-0.105468750000 +0.013671875000 +-0.061767578125 +0.061767578125 +0.041992187500 +-0.294921875000 +0.052978515625 +-0.034912109375 +-0.054931640625 +-0.080566406250 +0.031127929688 +-0.178710937500 +-0.125000000000 +-0.051025390625 +-0.085449218750 +0.101074218750 +0.146484375000 +-0.039550781250 +0.165039062500 +-0.105468750000 +0.061767578125 +-0.150390625000 +-0.090332031250 +-0.156250000000 +0.011352539062 +0.050048828125 +-0.011352539062 +0.474609375000 +-0.069824218750 +-0.081542968750 +-0.096191406250 +0.049072265625 +-0.003936767578 +0.026733398438 +-0.175781250000 +-0.040771484375 +0.036376953125 +-0.043701171875 +0.025512695312 +0.007171630859 +-0.108398437500 +-0.017089843750 +-0.095703125000 +-0.051269531250 +-0.023193359375 +-0.048583984375 +0.091796875000 +0.211914062500 +-0.011108398438 +-0.050292968750 +-0.025390625000 +-0.005645751953 +-0.087402343750 +0.090820312500 +-0.014465332031 +0.052490234375 +-0.067382812500 +-0.050292968750 +-0.147460937500 +-0.149414062500 +-0.092773437500 +0.015380859375 +0.015563964844 +0.091796875000 +-0.104003906250 +0.064453125000 +0.063964843750 +0.119140625000 +-0.176757812500 +-0.095214843750 +0.025146484375 +-0.000862121582 +-0.051025390625 +-0.054199218750 +0.021972656250 +-0.117675781250 +0.052001953125 +-0.008544921875 +0.117675781250 +-0.106933593750 +0.021240234375 +0.199218750000 +0.154296875000 +0.006378173828 +-0.126953125000 +0.003997802734 +0.108398437500 +0.176757812500 +-0.118164062500 +-0.037109375000 +-0.117675781250 +0.029296875000 +-0.083984375000 +-0.048339843750 +-0.091796875000 +0.218750000000 +-0.007995605469 +0.027954101562 +-0.141601562500 +0.150390625000 +0.125976562500 +-0.064453125000 +0.167968750000 +0.034912109375 +-0.056396484375 +0.062500000000 +-0.147460937500 +-0.036865234375 +0.161132812500 +-0.160156250000 +0.059082031250 +-0.056640625000 +0.061035156250 +0.071289062500 +-0.010009765625 +-0.069335937500 +-0.075683593750 +-0.124511718750 +-0.091796875000 +0.090332031250 +-0.120117187500 +-0.055664062500 +0.048583984375 +0.024780273438 +0.039550781250 +0.086425781250 +0.036132812500 +0.029418945312 +0.133789062500 +0.228515625000 +-0.073730468750 +0.083007812500 +0.037109375000 +0.024047851562 +-0.027099609375 +-0.051513671875 +0.087402343750 +-0.163085937500 +-0.037353515625 +-0.036621093750 +-0.059326171875 +0.005981445312 +-0.063476562500 +0.056396484375 +-0.022338867188 +0.179687500000 +-0.106445312500 +0.036621093750 +0.156250000000 +0.067382812500 +-0.058105468750 +0.102539062500 +-0.115722656250 +0.189453125000 +-0.104003906250 +0.017456054688 +-0.062988281250 +0.152343750000 +-0.025390625000 +0.103027343750 +0.025512695312 +0.070312500000 +-0.018066406250 +-0.192382812500 +0.049804687500 +-0.145507812500 +-0.087402343750 +0.098144531250 +-0.019287109375 +-0.032958984375 +-0.011474609375 +-0.059814453125 +-0.038330078125 +0.220703125000 +0.030517578125 +-0.029418945312 +-0.101562500000 +-0.125976562500 +-0.079589843750 +0.107421875000 +-0.246093750000 +-0.077636718750 +0.082031250000 +-0.001472473145 +0.088867187500 +0.012939453125 +-0.015869140625 +0.104980468750 +-0.083007812500 +0.066406250000 +-0.176757812500 +0.125976562500 +0.117675781250 +-0.213867187500 +-0.057128906250 +-0.130859375000 +-0.126953125000 +-0.092285156250 +0.111328125000 +-0.147460937500 +0.052978515625 +-0.044189453125 +-0.047607421875 +0.033691406250 +0.016845703125 +-0.066894531250 +-0.123046875000 +-0.012268066406 +-0.121093750000 +0.073242187500 +-0.101074218750 +0.050048828125 +0.109375000000 +-0.002700805664 +0.028808593750 +-0.014343261719 +-0.023925781250 +-0.132812500000 +-0.033935546875 +-0.010742187500 +-0.060302734375 +-0.014770507812 +0.137695312500 +-0.045898437500 +0.275390625000 +-0.084960937500 +0.095214843750 +0.037109375000 +0.038818359375 +-0.175781250000 +-0.063964843750 +-0.010559082031 +-0.022460937500 +-0.068847656250 +-0.043457031250 +-0.061767578125 +-0.008789062500 +-0.043212890625 +0.015502929688 +-0.203125000000 +0.037597656250 +-0.073730468750 +0.163085937500 +0.178710937500 +-0.139648437500 +-0.071777343750 +-0.105957031250 +-0.057617187500 +-0.009582519531 +-0.024047851562 +-0.066894531250 +-0.136718750000 +0.005035400391 +-0.073242187500 +-0.152343750000 +-0.055175781250 +0.090332031250 +-0.138671875000 +-0.247070312500 +-0.138671875000 +-0.051269531250 +-0.053222656250 +0.014221191406 +-0.015991210938 +-0.057861328125 +-0.105957031250 +-0.080566406250 +0.149414062500 +-0.070312500000 +0.155273437500 +0.009155273438 +-0.086914062500 +-0.062011718750 +-0.001289367676 +-0.029541015625 +-0.042480468750 +0.095214843750 +0.021850585938 +-0.121093750000 +-0.004241943359 +-0.026000976562 +-0.029174804688 +0.222656250000 +0.257812500000 +-0.110351562500 +0.042724609375 +0.056884765625 +0.026000976562 +-0.066406250000 +-0.127929687500 +0.030761718750 +0.027832031250 +-0.129882812500 +0.085937500000 +-0.054687500000 +0.001167297363 +0.064941406250 +0.012390136719 +0.080566406250 +-0.031738281250 +-0.009948730469 +-0.165039062500 +-0.166015625000 +-0.123046875000 +0.051513671875 +0.136718750000 +0.112792968750 +-0.021972656250 +0.119140625000 +0.220703125000 +-0.057617187500 +0.040039062500 +-0.001579284668 +0.041259765625 +0.009582519531 +-0.010803222656 +0.055419921875 +0.142578125000 +0.047851562500 +0.051757812500 +-0.056640625000 +-0.015563964844 +0.089355468750 +-0.077636718750 +-0.080566406250 +-0.020263671875 +-0.039306640625 +-0.122070312500 +-0.105468750000 +0.013671875000 +0.099609375000 +-0.024047851562 +-0.017944335938 +-0.206054687500 +0.159179687500 +0.034912109375 +-0.104003906250 +0.045166015625 +0.033447265625 +-0.036621093750 +-0.133789062500 +-0.068847656250 +0.036865234375 +-0.035400390625 +0.006835937500 +0.096191406250 +-0.267578125000 +-0.037841796875 +0.060058593750 +-0.030029296875 +0.128906250000 +-0.047363281250 +-0.057617187500 +-0.051513671875 +0.096191406250 +-0.055175781250 +-0.082031250000 +-0.008789062500 +0.093261718750 +0.071777343750 +0.003265380859 +-0.208984375000 +-0.006042480469 +0.090332031250 +0.080566406250 +-0.013916015625 +-0.126953125000 +-0.123046875000 +-0.003173828125 +0.140625000000 +-0.025512695312 +0.112792968750 +0.084472656250 +-0.071289062500 +-0.019775390625 +0.154296875000 +-0.081054687500 +0.038085937500 +0.108398437500 +0.123535156250 +-0.136718750000 +0.114746093750 +-0.016601562500 +-0.013061523438 +0.079589843750 +0.020874023438 +-0.129882812500 +-0.248046875000 +0.075195312500 +0.005828857422 +0.080566406250 +0.081054687500 +-0.030517578125 +0.023925781250 +0.063964843750 +-0.030517578125 +-0.003402709961 +0.090820312500 +-0.040039062500 +-0.046630859375 +0.023315429688 +0.000115394592 +-0.083496093750 +0.006652832031 +-0.279296875000 +-0.133789062500 +0.010009765625 +0.118652343750 +0.174804687500 +-0.041503906250 +-0.113281250000 +0.378906250000 +-0.184570312500 +-0.150390625000 +-0.167968750000 +-0.058593750000 +0.132812500000 +-0.059082031250 +-0.059570312500 +-0.098144531250 +0.092773437500 +-0.015869140625 +0.146484375000 +0.105468750000 +0.107910156250 +0.085449218750 +0.041503906250 +0.078125000000 +-0.011230468750 +0.082519531250 +0.013610839844 +-0.043212890625 +-0.041503906250 +0.063476562500 +-0.037597656250 +0.125976562500 +-0.147460937500 +-0.038818359375 +-0.001327514648 +0.103027343750 +0.023681640625 +-0.044189453125 +-0.007690429688 +0.123046875000 +-0.048828125000 +0.033447265625 +-0.098632812500 +0.164062500000 +0.135742187500 +-0.110351562500 +-0.012329101562 +-0.009704589844 +0.090820312500 +0.048583984375 +-0.098632812500 +0.110351562500 +0.097167968750 +-0.064941406250 +0.145507812500 +-0.025146484375 +-0.078613281250 +0.034667968750 +-0.153320312500 +0.005828857422 +0.105468750000 +0.021606445312 +-0.015991210938 +-0.146484375000 +0.029174804688 +-0.023681640625 diff --git a/AI_Engine_Development/AIE-MLv2/Design_Tutorials/01-Radio-ML/aie/radioml_top/data/w18_biases-rtp.txt b/AI_Engine_Development/AIE-MLv2/Design_Tutorials/01-Radio-ML/aie/radioml_top/data/w18_biases-rtp.txt new file mode 100644 index 0000000000..cd97398382 --- /dev/null +++ b/AI_Engine_Development/AIE-MLv2/Design_Tutorials/01-Radio-ML/aie/radioml_top/data/w18_biases-rtp.txt @@ -0,0 +1,24 @@ +-0.093261718750 +-0.080078125000 +-0.275390625000 +-0.129882812500 +-0.089843750000 +-0.065429687500 +0.079589843750 +0.028076171875 +-0.018066406250 +-0.114746093750 +0.071777343750 +0.123046875000 +-0.020385742188 +0.108886718750 +0.113769531250 +0.174804687500 +0.068847656250 +-0.163085937500 +-0.141601562500 +-0.166015625000 +-0.140625000000 +-0.118652343750 +-0.199218750000 +0.028808593750 diff --git a/AI_Engine_Development/AIE-MLv2/Design_Tutorials/01-Radio-ML/aie/radioml_top/data/w18_weights-rtp.txt b/AI_Engine_Development/AIE-MLv2/Design_Tutorials/01-Radio-ML/aie/radioml_top/data/w18_weights-rtp.txt new file mode 100644 index 0000000000..70bd9f961b --- /dev/null +++ b/AI_Engine_Development/AIE-MLv2/Design_Tutorials/01-Radio-ML/aie/radioml_top/data/w18_weights-rtp.txt @@ -0,0 +1,3072 @@ +-0.170898437500 +0.002075195312 +-0.097167968750 +-0.061767578125 +0.026855468750 +-0.075683593750 +-0.084472656250 +-0.125000000000 +0.043945312500 +0.148437500000 +0.142578125000 +-0.007415771484 +0.054931640625 +0.062011718750 +-0.018554687500 +-0.019897460938 +0.038085937500 +0.027954101562 +0.072753906250 +-0.031738281250 +-0.146484375000 +-0.019653320312 +0.033935546875 +-0.002822875977 +0.151367187500 +-0.053466796875 +-0.083984375000 +-0.067382812500 +-0.231445312500 +-0.076171875000 +0.108398437500 +-0.084472656250 +-0.021606445312 +-0.199218750000 +-0.078125000000 +-0.078125000000 +0.064941406250 +-0.127929687500 +-0.062011718750 +-0.066406250000 +-0.180664062500 +0.312500000000 +-0.064453125000 +-0.005706787109 +-0.184570312500 +0.016357421875 +0.135742187500 +-0.028686523438 +-0.010925292969 +0.001731872559 +-0.007232666016 +0.078125000000 +0.021728515625 +-0.236328125000 +0.017089843750 +-0.055175781250 +0.015136718750 +-0.126953125000 +0.049072265625 +0.177734375000 +-0.092773437500 +0.130859375000 +-0.023193359375 +0.013549804688 +0.056884765625 +-0.121582031250 +-0.140625000000 +0.080566406250 +-0.010559082031 +0.176757812500 +-0.144531250000 +0.013916015625 +-0.124023437500 +-0.045654296875 +-0.079101562500 +0.044433593750 +-0.152343750000 +0.038818359375 +-0.063964843750 +0.023315429688 +0.060791015625 +0.007293701172 +0.007934570312 +-0.128906250000 +0.042236328125 +-0.045166015625 +-0.273437500000 +-0.039550781250 +0.161132812500 +-0.041015625000 +-0.109863281250 +-0.113769531250 +0.011962890625 +0.092773437500 +0.026123046875 +0.034179687500 +0.012878417969 +-0.070312500000 +-0.057373046875 +0.030273437500 +-0.047607421875 +0.014831542969 +-0.035888671875 +-0.030029296875 +0.014831542969 +0.029296875000 +0.010681152344 +-0.022460937500 +0.008117675781 +-0.026611328125 +0.050537109375 +-0.115722656250 +-0.049316406250 +0.006347656250 +-0.069824218750 +-0.096191406250 +-0.180664062500 +0.203125000000 +-0.095214843750 +-0.039062500000 +0.039306640625 +-0.034912109375 +0.060791015625 +-0.114746093750 +-0.015441894531 +-0.034423828125 +-0.104003906250 +-0.259765625000 +-0.146484375000 +0.063476562500 +-0.153320312500 +-0.043701171875 +0.049316406250 +-0.039794921875 +-0.102050781250 +-0.180664062500 +0.007293701172 +-0.003631591797 +0.086914062500 +-0.010498046875 +0.023925781250 +0.076660156250 +0.045410156250 +-0.041503906250 +-0.030761718750 +0.063476562500 +0.056152343750 +-0.020507812500 +-0.039794921875 +-0.048583984375 +0.075195312500 +-0.020019531250 +0.138671875000 +-0.058105468750 +-0.102539062500 +0.034912109375 +-0.193359375000 +-0.077148437500 +0.065429687500 +0.057128906250 +0.000349044800 +-0.045410156250 +-0.101074218750 +0.150390625000 +-0.047851562500 +-0.030151367188 +0.035156250000 +0.230468750000 +-0.004821777344 +-0.015625000000 +-0.047119140625 +-0.016357421875 +-0.168945312500 +0.065917968750 +0.127929687500 +-0.005981445312 +-0.005828857422 +-0.024047851562 +-0.193359375000 +0.046142578125 +0.040283203125 +-0.054931640625 +0.004791259766 +-0.044677734375 +-0.019653320312 +-0.031738281250 +0.026733398438 +-0.015380859375 +-0.050292968750 +0.078125000000 +0.130859375000 +0.008972167969 +0.096191406250 +-0.009033203125 +-0.095214843750 +0.079101562500 +-0.119140625000 +0.157226562500 +-0.170898437500 +-0.056152343750 +-0.176757812500 +-0.065429687500 +-0.094726562500 +0.037353515625 +-0.038574218750 +0.009765625000 +-0.196289062500 +0.023681640625 +0.082519531250 +-0.002868652344 +-0.107421875000 +-0.083496093750 +-0.029052734375 +-0.039062500000 +-0.193359375000 +0.009521484375 +0.062500000000 +-0.126953125000 +0.033203125000 +-0.092773437500 +-0.082519531250 +0.022583007812 +-0.047363281250 +0.012145996094 +-0.089355468750 +-0.027832031250 +-0.080566406250 +-0.002273559570 +-0.053222656250 +0.163085937500 +-0.027465820312 +0.011230468750 +-0.110351562500 +0.028320312500 +-0.010864257812 +-0.119628906250 +-0.004699707031 +-0.009033203125 +0.027832031250 +-0.125000000000 +-0.092285156250 +-0.025390625000 +-0.035156250000 +-0.106445312500 +-0.154296875000 +0.160156250000 +-0.002075195312 +0.012451171875 +0.151367187500 +-0.000892639160 +-0.074218750000 +-0.101074218750 +0.014099121094 +0.005004882812 +-0.092285156250 +-0.191406250000 +-0.130859375000 +0.063964843750 +-0.106933593750 +-0.051025390625 +0.047851562500 +-0.037841796875 +-0.060302734375 +-0.057861328125 +-0.006500244141 +-0.045410156250 +0.089355468750 +0.113769531250 +0.024658203125 +0.103027343750 +0.083496093750 +-0.078613281250 +-0.009460449219 +0.049560546875 +0.029052734375 +0.037353515625 +-0.077148437500 +-0.031738281250 +0.086914062500 +0.049804687500 +0.130859375000 +-0.133789062500 +-0.069335937500 +0.037841796875 +-0.199218750000 +-0.044189453125 +0.037597656250 +-0.087402343750 +0.010864257812 +-0.075195312500 +-0.082031250000 +0.086425781250 +-0.036132812500 +-0.148437500000 +-0.055908203125 +0.142578125000 +-0.060302734375 +0.176757812500 +-0.055664062500 +-0.054443359375 +-0.058349609375 +0.076660156250 +0.125000000000 +-0.013183593750 +-0.005004882812 +-0.008972167969 +-0.202148437500 +0.060546875000 +0.038330078125 +-0.143554687500 +0.013732910156 +0.098632812500 +-0.008850097656 +0.027587890625 +0.019531250000 +-0.000366210938 +-0.069824218750 +0.044921875000 +0.108886718750 +-0.003463745117 +0.079589843750 +-0.015747070312 +-0.100585937500 +0.076660156250 +-0.027221679688 +0.139648437500 +-0.060058593750 +-0.055419921875 +-0.134765625000 +-0.100585937500 +-0.120605468750 +0.033935546875 +0.136718750000 +-0.005310058594 +-0.140625000000 +0.035156250000 +0.074218750000 +-0.001693725586 +-0.032226562500 +-0.076660156250 +-0.053955078125 +-0.008300781250 +-0.111328125000 +-0.014221191406 +0.026611328125 +-0.093261718750 +-0.115234375000 +-0.065917968750 +-0.040039062500 +0.038574218750 +-0.055664062500 +0.020385742188 +-0.083984375000 +-0.028442382812 +-0.080078125000 +-0.004821777344 +-0.037109375000 +0.139648437500 +-0.034423828125 +-0.048095703125 +-0.065429687500 +0.097656250000 +-0.040527343750 +-0.053955078125 +0.009948730469 +0.022827148438 +0.036376953125 +-0.021362304688 +-0.049804687500 +-0.004913330078 +-0.044433593750 +-0.103515625000 +-0.094726562500 +0.080078125000 +-0.026855468750 +0.028930664062 +0.134765625000 +-0.007080078125 +-0.065917968750 +-0.046630859375 +0.003875732422 +0.025390625000 +-0.123535156250 +-0.171875000000 +0.099121093750 +-0.004272460938 +-0.177734375000 +0.055175781250 +-0.118164062500 +-0.125976562500 +-0.074218750000 +0.088867187500 +-0.038085937500 +-0.051513671875 +-0.028076171875 +-0.057861328125 +-0.049560546875 +0.076171875000 +-0.119140625000 +-0.037353515625 +-0.027099609375 +-0.004302978516 +0.024169921875 +0.067382812500 +-0.231445312500 +-0.166015625000 +-0.232421875000 +0.029296875000 +0.196289062500 +-0.112304687500 +0.004760742188 +-0.124511718750 +0.092285156250 +0.011047363281 +-0.189453125000 +-0.271484375000 +-0.079589843750 +-0.167968750000 +-0.103027343750 +-0.335937500000 +0.242187500000 +0.066894531250 +-0.139648437500 +-0.102050781250 +0.024047851562 +0.041503906250 +-0.160156250000 +-0.009033203125 +0.086425781250 +-0.034912109375 +-0.028076171875 +-0.059326171875 +-0.002777099609 +-0.065917968750 +-0.219726562500 +-0.021484375000 +0.359375000000 +0.041259765625 +-0.095214843750 +0.081542968750 +-0.188476562500 +0.005371093750 +0.026000976562 +0.216796875000 +-0.020874023438 +0.028930664062 +-0.267578125000 +0.087890625000 +-0.306640625000 +-0.271484375000 +-0.213867187500 +0.162109375000 +0.063964843750 +-0.144531250000 +-0.033691406250 +-0.114746093750 +0.169921875000 +0.175781250000 +0.285156250000 +-0.105957031250 +-0.036132812500 +-0.077636718750 +-0.306640625000 +-0.077636718750 +0.188476562500 +-0.029296875000 +-0.069335937500 +-0.026123046875 +0.021484375000 +-0.010986328125 +0.101074218750 +-0.158203125000 +0.101074218750 +0.038085937500 +0.054931640625 +-0.182617187500 +0.081542968750 +-0.123535156250 +0.263671875000 +-0.500000000000 +-0.129882812500 +-0.172851562500 +0.009643554688 +-0.016357421875 +-0.163085937500 +0.065429687500 +-0.031738281250 +0.037841796875 +0.160156250000 +0.025146484375 +0.097167968750 +0.063964843750 +0.022583007812 +-0.065917968750 +0.096679687500 +-0.147460937500 +0.113769531250 +0.125000000000 +0.160156250000 +0.151367187500 +-0.130859375000 +-0.141601562500 +-0.178710937500 +0.018188476562 +-0.105468750000 +0.190429687500 +-0.080566406250 +0.161132812500 +0.002120971680 +0.057617187500 +0.020751953125 +-0.253906250000 +0.075195312500 +-0.053710937500 +0.060302734375 +-0.020263671875 +-0.057373046875 +-0.017333984375 +-0.136718750000 +0.038085937500 +-0.053466796875 +-0.052246093750 +0.020874023438 +0.111816406250 +-0.006927490234 +0.065917968750 +-0.158203125000 +-0.078613281250 +-0.021972656250 +-0.134765625000 +-0.053466796875 +0.047119140625 +-0.138671875000 +0.029541015625 +-0.199218750000 +-0.085937500000 +0.083007812500 +-0.080566406250 +0.217773437500 +-0.095214843750 +-0.034179687500 +0.000759124756 +-0.147460937500 +-0.099609375000 +-0.049072265625 +0.062011718750 +-0.077148437500 +-0.061279296875 +-0.192382812500 +-0.072265625000 +-0.042480468750 +-0.075683593750 +-0.068359375000 +-0.115722656250 +0.014404296875 +-0.091796875000 +-0.094726562500 +-0.065917968750 +-0.083496093750 +0.132812500000 +0.028808593750 +0.125976562500 +0.066894531250 +-0.103027343750 +-0.093261718750 +-0.044677734375 +-0.163085937500 +0.105468750000 +-0.076660156250 +0.049072265625 +0.015197753906 +0.027954101562 +-0.136718750000 +-0.111328125000 +-0.134765625000 +-0.024414062500 +0.017333984375 +-0.138671875000 +-0.062500000000 +-0.010253906250 +0.232421875000 +-0.091308593750 +0.019775390625 +-0.084960937500 +0.090332031250 +-0.046386718750 +-0.163085937500 +0.021850585938 +-0.223632812500 +0.009643554688 +-0.026611328125 +-0.035156250000 +0.038818359375 +0.003784179688 +-0.064941406250 +0.070800781250 +0.039794921875 +-0.011962890625 +-0.088867187500 +0.056884765625 +0.030517578125 +-0.017822265625 +-0.044921875000 +-0.107421875000 +0.057861328125 +0.086914062500 +-0.069824218750 +0.034423828125 +0.042724609375 +-0.020507812500 +-0.032714843750 +-0.024291992188 +-0.016967773438 +0.027465820312 +-0.059326171875 +0.036865234375 +0.032714843750 +0.158203125000 +0.007781982422 +-0.007293701172 +0.057373046875 +-0.034179687500 +-0.045166015625 +-0.085937500000 +-0.132812500000 +0.004974365234 +0.054931640625 +-0.010009765625 +0.005249023438 +-0.008605957031 +0.121582031250 +0.016357421875 +-0.084472656250 +0.021606445312 +0.028442382812 +0.040039062500 +-0.044189453125 +-0.048828125000 +0.082031250000 +0.102539062500 +-0.034912109375 +0.004364013672 +0.104003906250 +-0.068359375000 +-0.051757812500 +0.059570312500 +-0.248046875000 +0.042968750000 +-0.047851562500 +0.030761718750 +0.049804687500 +0.067871093750 +-0.055908203125 +0.069824218750 +-0.019897460938 +-0.146484375000 +-0.009094238281 +0.006866455078 +-0.023437500000 +-0.164062500000 +0.068847656250 +-0.052001953125 +-0.168945312500 +-0.159179687500 +0.017700195312 +-0.000400543213 +0.159179687500 +-0.133789062500 +-0.039062500000 +-0.064453125000 +-0.072265625000 +-0.177734375000 +-0.060302734375 +0.006469726562 +0.060546875000 +-0.084960937500 +-0.140625000000 +-0.005615234375 +-0.094238281250 +-0.085449218750 +-0.136718750000 +-0.033447265625 +-0.035156250000 +-0.070800781250 +-0.015625000000 +0.076171875000 +-0.023925781250 +0.079589843750 +0.037841796875 +0.016723632812 +-0.021728515625 +-0.058349609375 +0.021850585938 +-0.039550781250 +-0.182617187500 +0.066406250000 +-0.058105468750 +0.100585937500 +0.008544921875 +0.041992187500 +0.005554199219 +-0.064453125000 +-0.117675781250 +-0.088867187500 +0.017333984375 +-0.050781250000 +-0.065917968750 +-0.003036499023 +-0.061279296875 +-0.089843750000 +0.068847656250 +-0.029541015625 +0.210937500000 +-0.022460937500 +0.036621093750 +-0.000862121582 +-0.091308593750 +-0.021362304688 +0.071289062500 +0.014038085938 +-0.063964843750 +0.000488281250 +0.052001953125 +0.021484375000 +-0.032226562500 +-0.047363281250 +-0.069824218750 +0.073242187500 +-0.092773437500 +0.001304626465 +-0.062988281250 +-0.039550781250 +0.014526367188 +-0.031250000000 +0.029296875000 +-0.051757812500 +0.141601562500 +0.069335937500 +0.001182556152 +-0.046875000000 +-0.006317138672 +0.001121520996 +-0.013854980469 +0.030029296875 +0.039794921875 +0.031982421875 +-0.047607421875 +-0.032958984375 +0.046875000000 +-0.030273437500 +-0.062011718750 +-0.033935546875 +-0.007751464844 +-0.094726562500 +-0.072753906250 +-0.031982421875 +0.019287109375 +-0.071777343750 +0.192382812500 +-0.081542968750 +-0.095703125000 +0.000247955322 +-0.029541015625 +-0.006439208984 +-0.088867187500 +-0.050781250000 +0.095214843750 +0.095703125000 +-0.043212890625 +-0.022216796875 +0.113281250000 +0.010437011719 +-0.029174804688 +-0.050292968750 +-0.165039062500 +0.037841796875 +-0.048828125000 +-0.179687500000 +0.026245117188 +-0.003036499023 +-0.075683593750 +0.079589843750 +-0.090820312500 +-0.148437500000 +-0.076171875000 +-0.021972656250 +-0.080566406250 +-0.034912109375 +0.108398437500 +-0.059326171875 +-0.025268554688 +-0.192382812500 +0.022583007812 +0.005676269531 +0.158203125000 +-0.095214843750 +-0.134765625000 +-0.086914062500 +-0.093750000000 +0.151367187500 +-0.018920898438 +-0.022216796875 +0.001670837402 +-0.088867187500 +-0.099121093750 +-0.005828857422 +-0.088867187500 +-0.084960937500 +0.007110595703 +0.013000488281 +-0.012084960938 +-0.079101562500 +-0.038574218750 +0.055664062500 +0.002929687500 +-0.178710937500 +0.038818359375 +0.080078125000 +-0.005767822266 +-0.057128906250 +0.036132812500 +-0.069335937500 +-0.015747070312 +0.036132812500 +-0.078613281250 +0.082519531250 +0.007629394531 +-0.060302734375 +-0.076171875000 +-0.039062500000 +-0.185546875000 +-0.038330078125 +-0.154296875000 +-0.182617187500 +-0.069824218750 +-0.010314941406 +-0.032714843750 +-0.124023437500 +-0.028930664062 +0.046875000000 +0.153320312500 +0.017700195312 +-0.114257812500 +0.046386718750 +-0.188476562500 +-0.035888671875 +0.088867187500 +0.030517578125 +-0.077148437500 +-0.001541137695 +-0.160156250000 +0.010498046875 +-0.030883789062 +-0.021118164062 +-0.013977050781 +0.022705078125 +-0.091796875000 +0.004974365234 +-0.041503906250 +-0.062988281250 +-0.008178710938 +-0.029663085938 +0.047851562500 +0.089843750000 +0.093261718750 +0.089355468750 +0.007110595703 +0.087890625000 +-0.025146484375 +0.025756835938 +-0.014221191406 +0.044189453125 +0.049560546875 +0.054199218750 +-0.120117187500 +0.016601562500 +-0.026000976562 +-0.042236328125 +-0.089355468750 +0.008850097656 +0.011291503906 +0.059082031250 +-0.159179687500 +-0.051025390625 +0.048828125000 +-0.056152343750 +0.082519531250 +-0.111816406250 +-0.106445312500 +0.029418945312 +0.060058593750 +-0.029052734375 +-0.061035156250 +-0.022827148438 +0.090820312500 +0.015563964844 +-0.032958984375 +-0.001197814941 +0.112304687500 +0.041015625000 +-0.035888671875 +0.005584716797 +-0.159179687500 +0.060302734375 +-0.070312500000 +-0.200195312500 +0.039550781250 +0.010070800781 +-0.075195312500 +0.082519531250 +-0.072265625000 +-0.161132812500 +-0.081542968750 +-0.023925781250 +0.082519531250 +-0.025512695312 +0.115234375000 +-0.065917968750 +-0.066406250000 +-0.153320312500 +-0.106933593750 +0.010375976562 +0.141601562500 +-0.098144531250 +-0.062988281250 +-0.128906250000 +-0.106933593750 +0.051757812500 +-0.059082031250 +-0.000063896179 +-0.008728027344 +-0.036132812500 +-0.137695312500 +-0.057373046875 +-0.080078125000 +-0.075195312500 +-0.069335937500 +-0.019165039062 +0.029418945312 +-0.094238281250 +-0.030883789062 +-0.113281250000 +0.028442382812 +0.078613281250 +0.043701171875 +0.075683593750 +-0.025878906250 +0.147460937500 +0.039550781250 +-0.062011718750 +-0.082031250000 +0.043457031250 +-0.027465820312 +0.078125000000 +0.025024414062 +0.061767578125 +0.052001953125 +-0.062500000000 +-0.181640625000 +-0.044677734375 +-0.173828125000 +-0.091308593750 +-0.068847656250 +-0.027465820312 +-0.021728515625 +-0.140625000000 +-0.063964843750 +0.039550781250 +0.183593750000 +-0.070800781250 +-0.091796875000 +0.051757812500 +-0.207031250000 +-0.045166015625 +0.049316406250 +0.009033203125 +-0.084472656250 +-0.000316619873 +-0.058837890625 +0.004882812500 +-0.121582031250 +-0.036621093750 +-0.004852294922 +0.035156250000 +-0.072265625000 +0.016601562500 +-0.034667968750 +-0.018310546875 +0.047851562500 +-0.075683593750 +0.035888671875 +-0.102050781250 +0.083984375000 +0.103027343750 +-0.006958007812 +0.083984375000 +-0.000163078308 +-0.044921875000 +0.003204345703 +0.042480468750 +0.068847656250 +0.050292968750 +-0.077636718750 +-0.026367187500 +0.066894531250 +-0.030761718750 +-0.104980468750 +-0.029052734375 +0.031738281250 +0.054199218750 +-0.112792968750 +-0.028198242188 +0.015747070312 +-0.059082031250 +0.039794921875 +-0.099121093750 +0.008850097656 +-0.053466796875 +0.097656250000 +-0.015258789062 +-0.090332031250 +-0.036376953125 +0.047363281250 +0.047851562500 +-0.003677368164 +0.022949218750 +0.110839843750 +0.010070800781 +-0.034667968750 +-0.023925781250 +-0.066406250000 +0.022094726562 +-0.009887695312 +-0.067382812500 +-0.066894531250 +0.031494140625 +0.080566406250 +0.046142578125 +-0.113769531250 +0.077148437500 +0.022705078125 +-0.093261718750 +0.096679687500 +-0.023315429688 +-0.178710937500 +0.010620117188 +-0.166992187500 +-0.357421875000 +-0.059082031250 +-0.060546875000 +-0.207031250000 +-0.118164062500 +0.013183593750 +0.008178710938 +0.057128906250 +-0.035644531250 +0.033691406250 +-0.038330078125 +-0.090820312500 +0.109375000000 +-0.029907226562 +-0.022338867188 +0.143554687500 +-0.096191406250 +0.012084960938 +-0.015197753906 +0.044677734375 +-0.077636718750 +0.181640625000 +-0.120117187500 +0.021362304688 +-0.121582031250 +0.037353515625 +0.040283203125 +-0.078125000000 +-0.028930664062 +0.177734375000 +-0.027832031250 +-0.111816406250 +0.021972656250 +-0.072265625000 +0.038085937500 +-0.003799438477 +0.067382812500 +-0.181640625000 +-0.099609375000 +-0.172851562500 +-0.098632812500 +0.041503906250 +-0.134765625000 +0.017944335938 +0.024291992188 +-0.093750000000 +-0.109863281250 +0.072265625000 +0.123535156250 +-0.176757812500 +0.003448486328 +-0.036865234375 +0.020996093750 +-0.079101562500 +0.010314941406 +0.123535156250 +0.018554687500 +-0.078125000000 +0.002487182617 +-0.250000000000 +0.051025390625 +-0.086914062500 +-0.014892578125 +0.061279296875 +-0.040039062500 +-0.019531250000 +0.002029418945 +-0.052246093750 +-0.056152343750 +0.065429687500 +-0.062988281250 +0.034179687500 +0.098632812500 +0.041992187500 +0.169921875000 +0.009643554688 +-0.122558593750 +0.024536132812 +0.027099609375 +0.002670288086 +0.008972167969 +-0.044677734375 +0.008850097656 +-0.137695312500 +0.044433593750 +0.021850585938 +-0.126953125000 +-0.050292968750 +0.163085937500 +0.104492187500 +-0.112792968750 +0.024169921875 +0.088867187500 +-0.018676757812 +0.060791015625 +-0.041259765625 +-0.084472656250 +-0.086425781250 +0.012695312500 +-0.074218750000 +-0.003585815430 +-0.117187500000 +0.003280639648 +0.080566406250 +0.018188476562 +-0.076660156250 +-0.031127929688 +-0.042724609375 +0.036132812500 +-0.039062500000 +0.017211914062 +-0.103515625000 +0.026977539062 +0.151367187500 +0.000176429749 +-0.026855468750 +-0.053955078125 +0.000770568848 +0.077148437500 +-0.023681640625 +-0.125000000000 +0.032470703125 +-0.117187500000 +0.076171875000 +0.014770507812 +0.049072265625 +-0.042968750000 +-0.047363281250 +-0.414062500000 +-0.036621093750 +-0.049560546875 +-0.088378906250 +-0.088378906250 +0.166015625000 +0.027954101562 +-0.072265625000 +0.042968750000 +-0.174804687500 +0.007049560547 +-0.066406250000 +0.037597656250 +0.033935546875 +-0.009521484375 +0.019653320312 +-0.071777343750 +0.015380859375 +-0.005859375000 +0.144531250000 +-0.079589843750 +-0.025878906250 +-0.019775390625 +0.045410156250 +-0.083007812500 +0.035156250000 +0.031494140625 +0.083007812500 +-0.148437500000 +0.072265625000 +-0.024414062500 +-0.134765625000 +0.036132812500 +0.009887695312 +0.054931640625 +0.012207031250 +-0.072265625000 +-0.085449218750 +-0.132812500000 +-0.164062500000 +-0.003646850586 +-0.024169921875 +0.047607421875 +-0.009582519531 +0.002990722656 +0.015502929688 +-0.116699218750 +0.152343750000 +0.087890625000 +-0.013854980469 +-0.005981445312 +-0.182617187500 +0.012695312500 +-0.056396484375 +-0.010681152344 +0.002456665039 +0.042480468750 +-0.104003906250 +-0.004791259766 +-0.105957031250 +0.021972656250 +0.191406250000 +-0.052246093750 +0.070312500000 +-0.127929687500 +-0.019287109375 +-0.005767822266 +-0.093261718750 +-0.031494140625 +0.124511718750 +0.209960937500 +-0.037841796875 +0.034423828125 +0.052734375000 +-0.018188476562 +-0.010620117188 +0.047607421875 +-0.083007812500 +0.024169921875 +0.001403808594 +0.060546875000 +0.052734375000 +0.011474609375 +0.139648437500 +-0.029785156250 +0.043212890625 +-0.092773437500 +-0.099121093750 +0.070312500000 +-0.012756347656 +-0.096191406250 +-0.001197814941 +0.000629425049 +0.026611328125 +-0.142578125000 +-0.075683593750 +-0.223632812500 +-0.057861328125 +-0.028930664062 +-0.154296875000 +-0.009216308594 +-0.053955078125 +0.053710937500 +0.086425781250 +0.060302734375 +0.031738281250 +-0.016967773438 +0.019775390625 +0.068847656250 +-0.008911132812 +-0.009399414062 +-0.114257812500 +0.018432617188 +-0.080566406250 +-0.065429687500 +-0.005798339844 +-0.057861328125 +0.028076171875 +-0.084472656250 +-0.109375000000 +-0.179687500000 +0.128906250000 +-0.029418945312 +0.007110595703 +-0.186523437500 +-0.116210937500 +0.021362304688 +-0.001609802246 +0.019287109375 +-0.031494140625 +-0.050781250000 +-0.011779785156 +0.004394531250 +0.093750000000 +0.032958984375 +-0.052978515625 +-0.147460937500 +-0.061035156250 +0.037597656250 +-0.084960937500 +0.006958007812 +-0.204101562500 +0.030395507812 +-0.051513671875 +-0.125000000000 +-0.047607421875 +-0.094726562500 +0.166015625000 +-0.108398437500 +0.055419921875 +0.003234863281 +-0.053222656250 +0.196289062500 +0.036132812500 +0.013610839844 +-0.032226562500 +-0.133789062500 +-0.039550781250 +-0.037597656250 +-0.120117187500 +0.019165039062 +0.172851562500 +0.071777343750 +-0.022094726562 +0.086425781250 +-0.072265625000 +-0.107421875000 +-0.097656250000 +0.092285156250 +-0.106445312500 +-0.207031250000 +-0.070800781250 +-0.009216308594 +0.077148437500 +-0.086425781250 +0.238281250000 +0.026000976562 +-0.184570312500 +0.030639648438 +-0.084472656250 +0.036621093750 +-0.041503906250 +0.021606445312 +0.040283203125 +0.045410156250 +-0.128906250000 +0.009521484375 +-0.148437500000 +0.027343750000 +-0.068847656250 +0.000391006470 +0.010070800781 +-0.100585937500 +0.004211425781 +0.010437011719 +-0.080566406250 +0.005767822266 +0.050537109375 +0.207031250000 +0.014099121094 +0.037353515625 +-0.087402343750 +-0.067382812500 +-0.013061523438 +-0.199218750000 +-0.087890625000 +0.014648437500 +0.024780273438 +0.025512695312 +0.051513671875 +-0.068847656250 +-0.034423828125 +0.004730224609 +0.057128906250 +-0.138671875000 +-0.149414062500 +0.054199218750 +0.027709960938 +-0.076660156250 +-0.125000000000 +-0.036865234375 +0.047119140625 +-0.016967773438 +0.065917968750 +0.065917968750 +-0.078613281250 +-0.112792968750 +-0.200195312500 +-0.030883789062 +-0.068359375000 +0.036621093750 +0.078613281250 +-0.046386718750 +0.014770507812 +-0.024658203125 +0.046142578125 +0.066894531250 +-0.015258789062 +-0.010742187500 +-0.055908203125 +0.014892578125 +-0.138671875000 +0.060302734375 +0.003570556641 +-0.060546875000 +0.035156250000 +-0.058837890625 +-0.035400390625 +-0.190429687500 +0.044189453125 +-0.062500000000 +0.018798828125 +-0.161132812500 +0.081542968750 +0.018554687500 +-0.180664062500 +-0.025268554688 +-0.003265380859 +-0.038330078125 +-0.228515625000 +-0.048583984375 +0.097656250000 +-0.068359375000 +-0.063476562500 +-0.097167968750 +-0.092773437500 +0.052001953125 +-0.079589843750 +0.014221191406 +-0.119628906250 +0.012145996094 +-0.129882812500 +-0.145507812500 +-0.092285156250 +-0.055175781250 +0.102050781250 +-0.007537841797 +-0.017944335938 +-0.073730468750 +-0.092773437500 +0.159179687500 +0.029663085938 +0.046875000000 +0.004669189453 +-0.166992187500 +0.130859375000 +-0.011779785156 +-0.219726562500 +0.015747070312 +-0.042480468750 +0.060302734375 +-0.001380920410 +0.040283203125 +-0.066894531250 +-0.103515625000 +-0.079589843750 +0.106445312500 +0.003677368164 +-0.135742187500 +-0.053710937500 +0.052490234375 +-0.081054687500 +-0.134765625000 +0.222656250000 +-0.000295639038 +0.082519531250 +0.003189086914 +-0.100097656250 +0.041015625000 +-0.054931640625 +0.022827148438 +0.054199218750 +0.038574218750 +-0.031127929688 +0.013061523438 +0.022094726562 +0.009460449219 +-0.132812500000 +0.025756835938 +0.024780273438 +-0.126953125000 +-0.029907226562 +0.022094726562 +-0.060546875000 +0.020263671875 +0.074218750000 +0.187500000000 +-0.045898437500 +-0.051025390625 +-0.081542968750 +-0.043701171875 +0.006988525391 +-0.138671875000 +-0.071777343750 +-0.013977050781 +0.057617187500 +0.053955078125 +0.038085937500 +-0.078125000000 +0.273437500000 +-0.030883789062 +0.053466796875 +-0.106933593750 +-0.141601562500 +0.036621093750 +0.019531250000 +-0.181640625000 +-0.069824218750 +0.008422851562 +0.048583984375 +-0.155273437500 +0.042724609375 +0.003173828125 +0.015441894531 +-0.162109375000 +-0.138671875000 +-0.009826660156 +-0.076171875000 +0.029785156250 +0.108886718750 +-0.068359375000 +-0.036621093750 +-0.010192871094 +0.015197753906 +0.065429687500 +-0.026733398438 +0.006195068359 +-0.021240234375 +0.049560546875 +-0.017700195312 +0.011962890625 +0.000801086426 +-0.044921875000 +0.045898437500 +0.060058593750 +-0.017089843750 +-0.109863281250 +0.168945312500 +-0.073242187500 +0.015563964844 +-0.100585937500 +0.116210937500 +-0.024169921875 +-0.240234375000 +-0.130859375000 +-0.075683593750 +-0.036621093750 +-0.130859375000 +0.083496093750 +-0.087402343750 +-0.048828125000 +-0.038818359375 +-0.205078125000 +0.133789062500 +0.033691406250 +-0.091796875000 +0.106933593750 +0.029541015625 +-0.036132812500 +0.133789062500 +-0.091308593750 +-0.050048828125 +-0.149414062500 +0.061767578125 +-0.053710937500 +-0.094726562500 +0.039062500000 +-0.021484375000 +0.005004882812 +0.025146484375 +0.022338867188 +0.089843750000 +-0.118164062500 +0.006896972656 +0.080566406250 +-0.180664062500 +0.029541015625 +-0.036865234375 +0.074218750000 +-0.008789062500 +0.043945312500 +-0.153320312500 +-0.087890625000 +-0.253906250000 +-0.008544921875 +-0.157226562500 +-0.150390625000 +-0.023315429688 +0.034667968750 +-0.015625000000 +-0.101074218750 +0.079589843750 +0.031494140625 +-0.150390625000 +-0.011474609375 +0.013549804688 +0.037353515625 +-0.081542968750 +0.010620117188 +0.037597656250 +0.018554687500 +-0.098632812500 +-0.004730224609 +-0.157226562500 +0.057617187500 +0.010437011719 +0.021362304688 +0.059814453125 +-0.124511718750 +0.038085937500 +0.004913330078 +-0.107421875000 +0.155273437500 +0.031494140625 +-0.029541015625 +-0.060302734375 +0.086425781250 +-0.021362304688 +0.005096435547 +0.009338378906 +0.024902343750 +-0.090332031250 +0.027832031250 +0.042236328125 +0.033203125000 +0.064453125000 +0.059326171875 +-0.179687500000 +0.101074218750 +0.086425781250 +0.053955078125 +-0.087890625000 +0.132812500000 +0.042724609375 +-0.026855468750 +0.061767578125 +-0.070312500000 +0.062255859375 +-0.110839843750 +0.033447265625 +-0.033691406250 +-0.023193359375 +0.066894531250 +-0.162109375000 +0.036376953125 +-0.075195312500 +-0.052001953125 +0.026245117188 +-0.005157470703 +-0.122070312500 +-0.005554199219 +-0.024169921875 +0.083496093750 +-0.012695312500 +-0.023559570312 +-0.062500000000 +0.061035156250 +-0.044433593750 +-0.101074218750 +-0.048828125000 +0.032958984375 +0.006347656250 +-0.004730224609 +-0.121093750000 +-0.046142578125 +-0.000465393066 +-0.005828857422 +0.058349609375 +-0.250000000000 +-0.135742187500 +0.002197265625 +-0.013671875000 +-0.072265625000 +0.041503906250 +0.025634765625 +-0.096191406250 +0.148437500000 +0.115722656250 +0.250000000000 +-0.076171875000 +-0.083496093750 +0.017700195312 +0.006988525391 +-0.053955078125 +0.028320312500 +-0.088378906250 +-0.056152343750 +-0.098632812500 +-0.083496093750 +-0.032226562500 +-0.120117187500 +0.039306640625 +-0.039794921875 +0.020996093750 +-0.017944335938 +-0.102539062500 +0.009643554688 +0.015991210938 +0.018554687500 +0.032714843750 +0.021606445312 +0.036865234375 +-0.004241943359 +-0.108886718750 +0.034912109375 +-0.027465820312 +0.075195312500 +-0.018920898438 +-0.174804687500 +-0.093261718750 +-0.028930664062 +-0.025756835938 +0.029907226562 +-0.080566406250 +-0.059082031250 +-0.052246093750 +-0.037353515625 +-0.091308593750 +-0.164062500000 +0.154296875000 +0.056884765625 +-0.174804687500 +-0.031494140625 +-0.130859375000 +0.042724609375 +-0.110351562500 +-0.000249862671 +0.039306640625 +0.049072265625 +-0.061279296875 +0.002136230469 +0.106445312500 +0.029418945312 +-0.047119140625 +-0.046386718750 +0.073242187500 +0.083496093750 +-0.003646850586 +0.005371093750 +-0.039550781250 +0.094726562500 +0.025268554688 +-0.036865234375 +-0.124511718750 +-0.125000000000 +0.018066406250 +-0.098144531250 +-0.006256103516 +-0.019775390625 +-0.060058593750 +0.020141601562 +0.000938415527 +0.096191406250 +0.073730468750 +-0.040527343750 +0.003402709961 +-0.064941406250 +0.134765625000 +-0.064941406250 +0.103515625000 +0.061523437500 +0.007781982422 +-0.116699218750 +0.103027343750 +-0.052490234375 +0.052978515625 +-0.111328125000 +-0.007415771484 +-0.178710937500 +-0.166992187500 +-0.148437500000 +-0.179687500000 +-0.027587890625 +-0.045898437500 +-0.139648437500 +0.050781250000 +0.039794921875 +-0.030883789062 +-0.035400390625 +-0.094238281250 +0.103027343750 +-0.020019531250 +0.004089355469 +-0.125000000000 +0.047363281250 +-0.012817382812 +-0.030639648438 +-0.078125000000 +-0.078613281250 +0.023803710938 +-0.011291503906 +0.149414062500 +-0.003967285156 +-0.057128906250 +0.018188476562 +0.114746093750 +-0.100097656250 +0.016967773438 +0.031005859375 +0.105957031250 +-0.025756835938 +0.046386718750 +-0.012756347656 +-0.151367187500 +0.153320312500 +0.020507812500 +-0.062988281250 +-0.056396484375 +-0.027709960938 +-0.019409179688 +-0.002243041992 +-0.083496093750 +0.019287109375 +-0.125976562500 +0.006805419922 +-0.037841796875 +-0.090820312500 +0.013061523438 +-0.172851562500 +-0.016601562500 +-0.159179687500 +-0.113281250000 +-0.103515625000 +-0.055664062500 +0.006835937500 +0.026733398438 +-0.007995605469 +0.310546875000 +-0.056884765625 +-0.033691406250 +-0.034423828125 +0.203125000000 +0.036865234375 +-0.111328125000 +0.071289062500 +-0.022460937500 +-0.144531250000 +-0.114746093750 +-0.071289062500 +-0.124023437500 +-0.002563476562 +-0.016601562500 +-0.068359375000 +-0.069824218750 +-0.036132812500 +-0.050292968750 +-0.142578125000 +0.095214843750 +0.025878906250 +-0.030395507812 +-0.040283203125 +-0.208007812500 +0.039794921875 +-0.162109375000 +0.035400390625 +0.053710937500 +0.067871093750 +-0.089843750000 +0.000280380249 +-0.202148437500 +0.034423828125 +-0.012817382812 +-0.104492187500 +0.045898437500 +-0.165039062500 +-0.015747070312 +0.012634277344 +-0.069824218750 +0.080566406250 +0.056640625000 +0.012145996094 +-0.045654296875 +-0.115234375000 +-0.012695312500 +-0.104492187500 +0.017822265625 +0.016357421875 +-0.060791015625 +0.006713867188 +0.005340576172 +0.165039062500 +0.031494140625 +-0.066894531250 +-0.023071289062 +-0.015075683594 +0.092773437500 +0.018676757812 +0.039062500000 +0.085937500000 +0.058105468750 +-0.060058593750 +-0.021850585938 +-0.037597656250 +0.000534057617 +-0.083496093750 +-0.017211914062 +-0.180664062500 +-0.117675781250 +-0.181640625000 +-0.113281250000 +-0.050537109375 +-0.062988281250 +0.054931640625 +0.114746093750 +0.025268554688 +-0.024291992188 +-0.017944335938 +-0.039794921875 +0.099609375000 +-0.017211914062 +-0.041503906250 +-0.143554687500 +0.044189453125 +-0.076171875000 +-0.020263671875 +-0.033691406250 +-0.052490234375 +0.012756347656 +-0.045654296875 +-0.105957031250 +-0.162109375000 +0.015441894531 +-0.001602172852 +0.095703125000 +-0.106445312500 +-0.250000000000 +0.030639648438 +-0.139648437500 +0.012451171875 +0.027954101562 +-0.037841796875 +-0.148437500000 +0.120117187500 +0.063964843750 +-0.074218750000 +-0.087402343750 +-0.052246093750 +0.017944335938 +-0.012023925781 +-0.068847656250 +0.026855468750 +0.005432128906 +-0.006561279297 +-0.076660156250 +-0.079589843750 +-0.006927490234 +-0.235351562500 +-0.011901855469 +-0.144531250000 +-0.071777343750 +-0.142578125000 +0.054443359375 +0.056152343750 +0.014526367188 +-0.018798828125 +0.174804687500 +-0.056152343750 +0.014953613281 +-0.034912109375 +0.185546875000 +0.035888671875 +-0.065429687500 +0.084472656250 +-0.028442382812 +-0.083007812500 +-0.108886718750 +-0.043457031250 +-0.164062500000 +0.032470703125 +-0.201171875000 +-0.024414062500 +-0.049560546875 +-0.007110595703 +-0.036132812500 +-0.138671875000 +0.081054687500 +0.046875000000 +-0.145507812500 +0.009521484375 +-0.134765625000 +0.029907226562 +-0.093750000000 +-0.001472473145 +0.040527343750 +0.055175781250 +-0.121093750000 +0.004577636719 +0.100585937500 +0.032226562500 +-0.022094726562 +-0.087890625000 +0.039306640625 +-0.106933593750 +-0.012023925781 +0.012695312500 +-0.047607421875 +0.212890625000 +-0.002609252930 +-0.005035400391 +-0.069335937500 +-0.062988281250 +-0.068359375000 +-0.069824218750 +0.006286621094 +-0.023193359375 +-0.067871093750 +0.026489257812 +-0.007629394531 +0.126953125000 +0.033935546875 +-0.061035156250 +-0.086425781250 +-0.038574218750 +0.069824218750 +-0.092773437500 +0.056396484375 +0.059814453125 +0.068847656250 +-0.069335937500 +-0.085449218750 +-0.027465820312 +0.006286621094 +-0.099609375000 +0.064941406250 +-0.194335937500 +-0.177734375000 +-0.063476562500 +-0.086914062500 +-0.032226562500 +-0.052734375000 +-0.084960937500 +0.117675781250 +0.057617187500 +-0.048095703125 +-0.003601074219 +-0.089355468750 +0.096679687500 +-0.027954101562 +-0.008422851562 +-0.036621093750 +0.028686523438 +-0.056640625000 +-0.073730468750 +-0.052490234375 +-0.081542968750 +0.016357421875 +-0.032714843750 +0.232421875000 +-0.085449218750 +-0.024902343750 +-0.003143310547 +0.084472656250 +-0.091308593750 +-0.043945312500 +0.026855468750 +0.024902343750 +-0.033447265625 +0.015991210938 +-0.027099609375 +-0.116699218750 +0.044189453125 +0.063476562500 +-0.036865234375 +-0.060302734375 +0.103515625000 +0.015441894531 +-0.026733398438 +-0.068847656250 +0.029541015625 +-0.072753906250 +-0.036621093750 +-0.132812500000 +-0.085937500000 +0.013916015625 +-0.183593750000 +0.070800781250 +-0.157226562500 +-0.101074218750 +-0.054931640625 +-0.079589843750 +0.009338378906 +0.032470703125 +0.001312255859 +0.248046875000 +-0.049316406250 +-0.022827148438 +-0.031005859375 +0.164062500000 +0.029541015625 +0.035888671875 +0.069335937500 +-0.021728515625 +0.062988281250 +-0.113281250000 +-0.042236328125 +-0.112304687500 +-0.000488281250 +-0.033935546875 +-0.053710937500 +-0.056152343750 +-0.027587890625 +-0.075683593750 +-0.144531250000 +0.088378906250 +0.072753906250 +-0.078613281250 +-0.016967773438 +-0.146484375000 +0.031005859375 +-0.217773437500 +0.001777648926 +0.058593750000 +0.062988281250 +-0.090820312500 +-0.002304077148 +-0.087890625000 +0.034179687500 +-0.050292968750 +-0.123046875000 +0.052001953125 +-0.138671875000 +-0.003067016602 +0.017333984375 +-0.061279296875 +0.145507812500 +0.003326416016 +-0.050048828125 +-0.018676757812 +-0.083007812500 +0.021118164062 +0.009338378906 +-0.001914978027 +-0.163085937500 +-0.051757812500 +0.028076171875 +0.023925781250 +0.153320312500 +0.022705078125 +-0.111328125000 +-0.029907226562 +-0.122070312500 +0.086914062500 +0.026489257812 +-0.016235351562 +0.050048828125 +0.063964843750 +-0.077148437500 +-0.103515625000 +-0.041259765625 +0.041503906250 +-0.116210937500 +-0.064941406250 +-0.243164062500 +-0.124511718750 +0.068359375000 +-0.042968750000 +-0.036865234375 +-0.049804687500 +-0.028320312500 +0.259765625000 +0.022827148438 +-0.154296875000 +0.035888671875 +0.088378906250 +-0.075195312500 +-0.060302734375 +-0.083007812500 +0.108886718750 +0.097167968750 +0.021728515625 +0.026245117188 +-0.057861328125 +-0.014831542969 +-0.026611328125 +0.036132812500 +-0.093261718750 +-0.044433593750 +-0.058837890625 +0.010925292969 +-0.041748046875 +-0.043945312500 +0.106933593750 +0.026123046875 +-0.046875000000 +0.081542968750 +0.123535156250 +-0.041748046875 +-0.060791015625 +-0.048828125000 +-0.124023437500 +-0.029296875000 +0.008361816406 +0.020385742188 +-0.126953125000 +-0.050292968750 +-0.105468750000 +-0.062500000000 +-0.017822265625 +-0.052490234375 +-0.056640625000 +0.215820312500 +-0.083496093750 +-0.007995605469 +-0.063476562500 +-0.042480468750 +-0.064941406250 +0.050292968750 +0.098632812500 +0.002227783203 +-0.005065917969 +-0.001731872559 +-0.067871093750 +0.039062500000 +-0.000984191895 +0.027221679688 +-0.034912109375 +-0.023925781250 +0.068359375000 +0.043457031250 +-0.054687500000 +0.046386718750 +-0.059326171875 +-0.099609375000 +-0.082031250000 +0.053222656250 +0.111328125000 +-0.110839843750 +-0.099121093750 +-0.086425781250 +-0.105468750000 +0.214843750000 +-0.156250000000 +-0.092773437500 +-0.090332031250 +-0.167968750000 +-0.117675781250 +0.022460937500 +0.172851562500 +-0.149414062500 +-0.127929687500 +0.008483886719 +0.073242187500 +-0.000197410583 +0.064941406250 +-0.068847656250 +-0.116210937500 +-0.096191406250 +-0.202148437500 +0.022705078125 +0.056884765625 +-0.151367187500 +0.145507812500 +-0.070800781250 +-0.026977539062 +0.022827148438 +-0.004943847656 +-0.036865234375 +-0.064941406250 +-0.079101562500 +-0.095703125000 +-0.019042968750 +-0.045654296875 +-0.045654296875 +-0.012390136719 +-0.011901855469 +0.114257812500 +0.027221679688 +-0.111816406250 +-0.031982421875 +-0.004302978516 +0.015869140625 +0.046386718750 +0.062988281250 +0.035644531250 +0.000808715820 +-0.016845703125 +-0.129882812500 +-0.029541015625 +-0.001304626465 +-0.125976562500 +0.110351562500 +0.083984375000 +0.035888671875 +-0.065917968750 +0.052246093750 +-0.020141601562 +0.147460937500 +-0.077636718750 +-0.073730468750 +-0.069335937500 +0.044433593750 +0.077636718750 +-0.037353515625 +-0.069824218750 +-0.062011718750 +0.108886718750 +0.130859375000 +0.017089843750 +0.003936767578 +-0.093750000000 +-0.019653320312 +-0.007812500000 +0.065917968750 +-0.144531250000 +-0.018432617188 +-0.028076171875 +0.073242187500 +-0.027343750000 +-0.023437500000 +0.122558593750 +0.013488769531 +-0.030151367188 +0.063476562500 +0.129882812500 +-0.001380920410 +-0.053222656250 +0.077636718750 +-0.134765625000 +-0.041015625000 +0.029785156250 +0.010559082031 +-0.100097656250 +0.045166015625 +-0.171875000000 +-0.059570312500 +-0.032470703125 +-0.010986328125 +-0.065429687500 +0.164062500000 +-0.023681640625 +-0.000097751617 +-0.069824218750 +-0.006011962891 +-0.123535156250 +0.043701171875 +0.124511718750 +-0.000383377075 +-0.000016570091 +-0.004608154297 +-0.143554687500 +0.006591796875 +0.053955078125 +0.030029296875 +-0.006805419922 +-0.032714843750 +0.056152343750 +-0.078125000000 +-0.035400390625 +-0.015319824219 +-0.054931640625 +0.014160156250 +-0.101074218750 +-0.105957031250 +0.080566406250 +-0.082519531250 +-0.104492187500 +-0.074707031250 +-0.031127929688 +0.040283203125 +-0.127929687500 +0.014282226562 +-0.198242187500 +-0.175781250000 +-0.105957031250 +0.026367187500 +0.163085937500 +-0.109375000000 +-0.159179687500 +0.023681640625 +0.088867187500 +0.000034570694 +0.055664062500 +-0.070800781250 +-0.076171875000 +-0.024291992188 +-0.206054687500 +0.017211914062 +0.080566406250 +-0.117187500000 +0.121093750000 +-0.054443359375 +-0.042724609375 +0.098632812500 +0.000421524048 +-0.022705078125 +0.025512695312 +-0.061767578125 +-0.083496093750 +-0.031127929688 +-0.037841796875 +-0.033203125000 +-0.010681152344 +-0.112304687500 +0.112792968750 +0.068359375000 +-0.123046875000 +-0.098632812500 +-0.001510620117 +0.014831542969 +0.080566406250 +0.030517578125 +0.034667968750 +-0.003128051758 +-0.008178710938 +-0.144531250000 +-0.083496093750 +0.075683593750 +-0.064941406250 +0.104980468750 +0.101562500000 +0.004791259766 +-0.010375976562 +-0.063964843750 +-0.010864257812 +0.055175781250 +-0.112304687500 +-0.101562500000 +0.031250000000 +-0.031005859375 +-0.014282226562 +-0.246093750000 +-0.015258789062 +-0.143554687500 +0.026977539062 +-0.006011962891 +-0.205078125000 +-0.173828125000 +-0.072265625000 +0.184570312500 +-0.027709960938 +-0.020019531250 +0.018066406250 +0.132812500000 +-0.056884765625 +0.025634765625 +-0.098144531250 +0.049316406250 +0.130859375000 +0.058349609375 +0.076660156250 +-0.221679687500 +-0.106933593750 +-0.137695312500 +-0.114746093750 +-0.184570312500 +0.075195312500 +0.075683593750 +-0.219726562500 +-0.118652343750 +0.024780273438 +0.082031250000 +-0.038330078125 +-0.181640625000 +-0.019653320312 +-0.049072265625 +0.056640625000 +-0.091308593750 +0.118164062500 +0.020996093750 +-0.053222656250 +-0.022705078125 +0.029541015625 +0.184570312500 +-0.085937500000 +0.118652343750 +-0.103027343750 +-0.044677734375 +-0.083496093750 +-0.009887695312 +0.104003906250 +0.051513671875 +0.199218750000 +0.034667968750 +-0.134765625000 +0.124511718750 +0.003387451172 +-0.063476562500 +0.030395507812 +-0.046142578125 +0.135742187500 +-0.087890625000 +0.223632812500 +0.241210937500 +-0.051025390625 +0.175781250000 +0.030639648438 +-0.046630859375 +-0.020263671875 +0.033691406250 +-0.221679687500 +0.016845703125 +-0.094238281250 +-0.093750000000 +-0.219726562500 +-0.121093750000 +-0.189453125000 +-0.123535156250 +-0.153320312500 +-0.058593750000 +0.002517700195 +0.046875000000 +-0.041748046875 +0.005889892578 +0.106933593750 +-0.134765625000 +-0.046142578125 +-0.049804687500 +-0.074707031250 +-0.206054687500 +0.110839843750 +-0.055908203125 +0.084960937500 +-0.026123046875 +-0.079589843750 +-0.121093750000 +-0.042724609375 +-0.135742187500 +0.015136718750 +-0.062988281250 +-0.158203125000 +0.039306640625 +0.030151367188 +-0.033691406250 +0.103515625000 +-0.013549804688 +-0.132812500000 +0.006347656250 +0.117187500000 +-0.167968750000 +-0.114257812500 +-0.027709960938 +0.093261718750 +-0.224609375000 +0.092285156250 +0.169921875000 +-0.106933593750 +-0.083496093750 +-0.087890625000 +0.044677734375 +0.125976562500 +0.042724609375 +-0.086425781250 +0.029052734375 +-0.166015625000 +-0.232421875000 +0.013183593750 +0.111816406250 +-0.045410156250 +0.045410156250 +-0.101074218750 +-0.021484375000 +-0.038574218750 +-0.003646850586 +-0.225585937500 +0.158203125000 +-0.070800781250 +0.193359375000 +-0.152343750000 +-0.068847656250 +0.059326171875 +0.051513671875 +0.028564453125 +0.028808593750 +-0.141601562500 +0.037353515625 +0.089355468750 +0.294921875000 +0.048339843750 +-0.138671875000 +-0.081542968750 +-0.111328125000 +-0.217773437500 +-0.106933593750 +0.051025390625 +0.062500000000 +-0.204101562500 +-0.062988281250 +0.013793945312 +0.081542968750 +-0.065917968750 +-0.216796875000 +0.027221679688 +-0.070312500000 +-0.009277343750 +-0.095703125000 +0.120117187500 +0.002990722656 +-0.023193359375 +-0.022583007812 +0.024047851562 +0.197265625000 +-0.061279296875 +0.117187500000 +-0.133789062500 +-0.071777343750 +-0.075683593750 +-0.171875000000 +0.049560546875 +0.066894531250 +0.179687500000 +0.038330078125 +-0.097656250000 +-0.026489257812 +-0.000831604004 +-0.128906250000 +0.032470703125 +-0.049560546875 +-0.116699218750 +-0.060546875000 +0.198242187500 +0.222656250000 +-0.060058593750 +0.188476562500 +0.004272460938 +-0.037841796875 +-0.027709960938 +0.033203125000 +-0.172851562500 +-0.029663085938 +-0.097656250000 +-0.188476562500 +-0.221679687500 +-0.129882812500 +-0.041259765625 +-0.088867187500 +-0.140625000000 +-0.062988281250 +-0.024047851562 +0.044921875000 +0.020507812500 +0.004821777344 +0.110351562500 +-0.155273437500 +0.039062500000 +-0.073242187500 +-0.089843750000 +-0.225585937500 +0.112792968750 +0.063476562500 +0.064453125000 +-0.008605957031 +-0.023193359375 +-0.110351562500 +-0.040039062500 +-0.153320312500 +0.015380859375 +-0.078125000000 +-0.136718750000 +0.033691406250 +0.026245117188 +-0.084960937500 +-0.088867187500 +0.004852294922 +-0.157226562500 +-0.000926971436 +0.084960937500 +-0.218750000000 +-0.127929687500 +-0.025634765625 +0.101562500000 +-0.234375000000 +0.037597656250 +0.159179687500 +-0.198242187500 +-0.097656250000 +-0.040771484375 +-0.002258300781 +0.107421875000 +0.026855468750 +-0.077148437500 +0.016357421875 +0.023803710938 +-0.232421875000 +-0.132812500000 +0.001373291016 +-0.213867187500 +0.151367187500 +0.014282226562 +0.503906250000 +-0.042968750000 +-0.009582519531 +-0.169921875000 +-0.109863281250 +0.071289062500 +0.069335937500 +-0.106933593750 +0.100585937500 +-0.070312500000 +0.013916015625 +-0.108886718750 +0.017333984375 +-0.153320312500 +-0.131835937500 +-0.235351562500 +-0.082519531250 +-0.302734375000 +-0.148437500000 +-0.083007812500 +-0.100097656250 +-0.107910156250 +-0.217773437500 +-0.098144531250 +0.173828125000 +-0.171875000000 +0.099609375000 +-0.066894531250 +-0.146484375000 +-0.232421875000 +0.002105712891 +-0.035888671875 +0.089355468750 +0.047851562500 +-0.104003906250 +-0.026245117188 +0.045898437500 +-0.090332031250 +-0.134765625000 +-0.054443359375 +0.071777343750 +-0.135742187500 +-0.016479492188 +-0.053955078125 +-0.100097656250 +-0.151367187500 +0.176757812500 +0.283203125000 +-0.127929687500 +-0.003433227539 +-0.006042480469 +-0.130859375000 +0.067871093750 +-0.089843750000 +-0.016113281250 +0.209960937500 +0.005065917969 +-0.271484375000 +-0.251953125000 +-0.036376953125 +-0.089355468750 +0.024169921875 +-0.059570312500 +-0.011291503906 +-0.162109375000 +0.215820312500 +0.025146484375 +-0.210937500000 +-0.052978515625 +0.060058593750 +-0.066406250000 +-0.148437500000 +0.406250000000 +-0.238281250000 +-0.134765625000 +-0.123535156250 +0.000652313232 +0.236328125000 +-0.090332031250 +-0.111328125000 +0.037109375000 +-0.102539062500 +-0.118652343750 +0.053710937500 +-0.146484375000 +-0.109375000000 +-0.230468750000 +0.008178710938 +-0.029418945312 +0.197265625000 +-0.275390625000 +0.054687500000 +-0.030761718750 +0.023437500000 +-0.002975463867 +-0.063964843750 +0.015258789062 +-0.075195312500 +0.076660156250 +0.101074218750 +0.167968750000 +0.011413574219 +0.185546875000 +-0.005920410156 +0.063964843750 +-0.130859375000 +-0.242187500000 +0.304687500000 +0.090332031250 +0.055664062500 +-0.121582031250 +0.053955078125 +0.462890625000 +-0.324218750000 +-0.289062500000 +0.159179687500 +0.149414062500 +0.292968750000 +-0.086425781250 +0.001632690430 +0.103515625000 +0.024536132812 +-0.253906250000 +0.026000976562 +0.043212890625 +-0.141601562500 +-0.000556945801 +-0.021362304688 +0.083984375000 +-0.145507812500 +0.015197753906 +-0.079589843750 +-0.176757812500 +0.142578125000 +-0.031005859375 +0.075683593750 +-0.174804687500 +-0.122070312500 +0.234375000000 +0.017944335938 +-0.037109375000 +0.115234375000 +0.101562500000 +-0.171875000000 +-0.130859375000 +-0.022583007812 +0.003036499023 +-0.043701171875 +-0.074218750000 +0.466796875000 +-0.155273437500 +-0.012695312500 +0.162109375000 +-0.086425781250 +0.027832031250 +0.433593750000 +-0.039550781250 +-0.044433593750 +-0.047607421875 +-0.142578125000 +0.026123046875 +-0.195312500000 +-0.119628906250 +0.134765625000 +-0.029907226562 +0.030151367188 +-0.147460937500 +-0.066894531250 +-0.044433593750 +-0.102539062500 +-0.083984375000 +0.035156250000 +-0.017700195312 +-0.147460937500 +-0.166015625000 +0.437500000000 +0.010375976562 +-0.139648437500 +0.073730468750 +-0.107910156250 +0.062988281250 +0.020874023438 +-0.151367187500 +-0.084960937500 +-0.140625000000 +-0.033447265625 +-0.090820312500 +-0.015319824219 +-0.018432617188 +-0.120605468750 +-0.026733398438 +-0.044677734375 +-0.057373046875 +-0.070800781250 +0.082519531250 +0.345703125000 +0.059570312500 +-0.156250000000 +0.016967773438 +-0.207031250000 +0.046386718750 +0.048828125000 +-0.020751953125 +-0.077148437500 +0.008117675781 +0.028076171875 +0.012573242188 +-0.009643554688 +-0.011230468750 +-0.121582031250 +-0.154296875000 +-0.036865234375 +-0.004974365234 +-0.066406250000 +-0.058837890625 +0.207031250000 +0.040771484375 +-0.168945312500 +-0.318359375000 +0.023925781250 +-0.086914062500 +0.117187500000 +0.010986328125 +-0.165039062500 +0.127929687500 +-0.052490234375 +-0.055419921875 +0.209960937500 +0.084960937500 +0.025268554688 +0.089355468750 +-0.046386718750 +-0.112792968750 +-0.026855468750 +-0.193359375000 +0.081542968750 +0.017089843750 +-0.087890625000 +-0.060058593750 +-0.117187500000 +-0.135742187500 +-0.017822265625 +0.020507812500 +-0.006622314453 +0.018554687500 +-0.113769531250 +-0.039306640625 +-0.126953125000 +-0.014221191406 +0.060546875000 +-0.073730468750 +-0.111816406250 +-0.001045227051 +-0.066894531250 +0.110839843750 +-0.012390136719 +0.035644531250 +-0.077636718750 +-0.006774902344 +-0.045654296875 +-0.006042480469 +0.122558593750 +0.156250000000 +-0.217773437500 +0.053466796875 +-0.202148437500 +-0.060302734375 +0.145507812500 +-0.029174804688 +0.045410156250 +0.130859375000 +-0.265625000000 +0.065917968750 +-0.084960937500 +-0.192382812500 +-0.076660156250 +-0.103515625000 +-0.151367187500 +-0.139648437500 +-0.047119140625 +0.160156250000 +-0.092773437500 +-0.101562500000 +-0.205078125000 +0.027465820312 +-0.061035156250 +-0.098144531250 +-0.004516601562 +-0.014770507812 +-0.116210937500 +0.025878906250 +0.041259765625 +-0.183593750000 +0.058593750000 +-0.082031250000 +0.047607421875 +-0.076660156250 +-0.065917968750 +0.089843750000 +0.007446289062 +-0.023681640625 +0.250000000000 +-0.103515625000 +0.055664062500 +-0.038818359375 +-0.072265625000 +0.051269531250 +-0.035888671875 +0.048095703125 +-0.010131835938 +-0.066894531250 +-0.133789062500 +0.384765625000 +-0.153320312500 +-0.008422851562 +0.021728515625 +-0.209960937500 +-0.085937500000 +0.035644531250 +-0.006103515625 +-0.129882812500 +-0.052734375000 +-0.026000976562 +0.071777343750 +0.128906250000 +-0.042480468750 +0.052001953125 +0.023071289062 +-0.020019531250 +0.204101562500 +-0.045898437500 +-0.051513671875 +-0.002380371094 +-0.157226562500 +0.009643554688 +0.030761718750 +0.040283203125 +0.000427246094 +-0.048583984375 +-0.037597656250 +0.046142578125 +-0.010681152344 +-0.229492187500 +-0.003967285156 +-0.125976562500 +0.008666992188 +-0.109375000000 +-0.019531250000 +-0.030151367188 +-0.008056640625 +0.231445312500 +0.016845703125 +-0.031005859375 +0.010742187500 +-0.022338867188 +0.054199218750 +-0.063476562500 +-0.029418945312 +-0.055419921875 +0.030151367188 +0.119628906250 +-0.041503906250 +-0.232421875000 +-0.173828125000 +-0.058349609375 +-0.031982421875 +-0.050292968750 +0.114746093750 +-0.015197753906 +0.098632812500 +-0.099609375000 +-0.102050781250 +-0.011047363281 +0.065917968750 +0.012695312500 +-0.066894531250 +-0.040039062500 +0.003997802734 +0.028076171875 diff --git a/AI_Engine_Development/AIE-MLv2/Design_Tutorials/01-Radio-ML/aie/radioml_top/data/w1_biases-rtp.txt b/AI_Engine_Development/AIE-MLv2/Design_Tutorials/01-Radio-ML/aie/radioml_top/data/w1_biases-rtp.txt new file mode 100644 index 0000000000..779cd9c0c1 --- /dev/null +++ b/AI_Engine_Development/AIE-MLv2/Design_Tutorials/01-Radio-ML/aie/radioml_top/data/w1_biases-rtp.txt @@ -0,0 +1,64 @@ +-0.132812500000 +-0.166992187500 +-0.103027343750 +-0.257812500000 +-0.132812500000 +-0.269531250000 +-0.203125000000 +-0.257812500000 +-0.201171875000 +-0.218750000000 +-0.133789062500 +-0.226562500000 +-0.208007812500 +-0.060058593750 +-0.174804687500 +-0.032226562500 +-0.102539062500 +-0.081542968750 +-0.091308593750 +0.002380371094 +0.004211425781 +-0.259765625000 +-0.096191406250 +-0.097167968750 +-0.093750000000 +-0.209960937500 +-0.057373046875 +-0.149414062500 +-0.203125000000 +-0.180664062500 +-0.269531250000 +-0.265625000000 +-0.175781250000 +-0.106933593750 +-0.089355468750 +-0.296875000000 +-0.269531250000 +-0.104003906250 +-0.204101562500 +-0.250000000000 +-0.145507812500 +-0.009033203125 +-0.283203125000 +-0.185546875000 +-0.240234375000 +0.000999450684 +-0.037841796875 +-0.203125000000 +-0.188476562500 +-0.226562500000 +-0.020385742188 +-0.012878417969 +-0.068359375000 +-0.253906250000 +-0.187500000000 +-0.207031250000 +-0.082519531250 +-0.185546875000 +-0.173828125000 +-0.032226562500 +-0.250000000000 +-0.259765625000 +-0.210937500000 +-0.306640625000 diff --git a/AI_Engine_Development/AIE-MLv2/Design_Tutorials/01-Radio-ML/aie/radioml_top/data/w1_weights-rtp.txt b/AI_Engine_Development/AIE-MLv2/Design_Tutorials/01-Radio-ML/aie/radioml_top/data/w1_weights-rtp.txt new file mode 100644 index 0000000000..1f1f731141 --- /dev/null +++ b/AI_Engine_Development/AIE-MLv2/Design_Tutorials/01-Radio-ML/aie/radioml_top/data/w1_weights-rtp.txt @@ -0,0 +1,896 @@ +-0.002853393555 +-0.031494140625 +0.049804687500 +-0.090332031250 +0.011840820312 +-0.110351562500 +-0.109863281250 +-0.064941406250 +0.024291992188 +0.016113281250 +0.011291503906 +0.162109375000 +-0.083496093750 +-0.104980468750 +-0.068847656250 +0.040283203125 +0.176757812500 +0.018798828125 +-0.063476562500 +0.030761718750 +-0.061767578125 +-0.098144531250 +0.099121093750 +0.089843750000 +-0.025512695312 +0.049072265625 +0.125976562500 +0.095214843750 +0.000564575195 +0.041015625000 +0.077148437500 +0.012512207031 +0.103027343750 +-0.066406250000 +-0.051269531250 +-0.112304687500 +0.074707031250 +-0.044677734375 +-0.069335937500 +0.134765625000 +-0.046875000000 +-0.036132812500 +0.161132812500 +0.039794921875 +-0.042968750000 +-0.011535644531 +0.050781250000 +-0.091308593750 +0.004669189453 +-0.080566406250 +0.052978515625 +-0.111816406250 +-0.167968750000 +0.005462646484 +-0.104003906250 +0.056640625000 +-0.016113281250 +0.086425781250 +-0.009277343750 +-0.034912109375 +-0.100097656250 +-0.091308593750 +0.118164062500 +-0.064453125000 +-0.044189453125 +-0.079101562500 +0.074707031250 +0.109375000000 +-0.105468750000 +-0.121093750000 +0.038818359375 +0.110839843750 +-0.143554687500 +0.116210937500 +-0.080566406250 +-0.073730468750 +0.062011718750 +0.075195312500 +-0.090820312500 +-0.071777343750 +0.059814453125 +-0.046875000000 +0.125000000000 +0.046142578125 +-0.047363281250 +0.134765625000 +0.051513671875 +0.011840820312 +-0.131835937500 +0.043945312500 +0.061035156250 +-0.021606445312 +-0.105468750000 +-0.018310546875 +0.200195312500 +-0.126953125000 +-0.099609375000 +0.171875000000 +-0.103515625000 +-0.044921875000 +0.146484375000 +-0.107910156250 +-0.078613281250 +0.013183593750 +0.054199218750 +0.019287109375 +-0.089843750000 +-0.116210937500 +0.054443359375 +0.028686523438 +0.015563964844 +0.106445312500 +0.095703125000 +-0.198242187500 +0.016113281250 +-0.094726562500 +0.009704589844 +-0.178710937500 +-0.110839843750 +-0.058349609375 +-0.006896972656 +0.030639648438 +0.022460937500 +-0.027587890625 +-0.104980468750 +0.057617187500 +0.130859375000 +-0.051269531250 +-0.125000000000 +0.049560546875 +0.054687500000 +-0.048095703125 +0.002273559570 +-0.091796875000 +-0.119628906250 +-0.000167846680 +0.092285156250 +0.061279296875 +0.102050781250 +0.190429687500 +0.214843750000 +0.011108398438 +-0.023437500000 +-0.086425781250 +-0.042968750000 +-0.158203125000 +-0.063476562500 +0.064941406250 +-0.026245117188 +0.046630859375 +-0.031005859375 +-0.017822265625 +0.083984375000 +0.121582031250 +-0.012939453125 +0.017822265625 +-0.084960937500 +0.025878906250 +0.073242187500 +-0.001670837402 +0.077636718750 +0.004943847656 +0.021606445312 +-0.097656250000 +0.074707031250 +0.053710937500 +-0.223632812500 +0.074707031250 +-0.086425781250 +-0.009094238281 +0.090820312500 +0.003036499023 +-0.085937500000 +-0.030029296875 +-0.006652832031 +-0.110839843750 +-0.009643554688 +0.015747070312 +0.071777343750 +0.176757812500 +-0.130859375000 +-0.022949218750 +0.131835937500 +0.019409179688 +0.092773437500 +0.096191406250 +-0.076660156250 +-0.057128906250 +-0.101562500000 +-0.111816406250 +0.088378906250 +-0.021728515625 +-0.077148437500 +-0.091796875000 +0.064453125000 +0.069335937500 +-0.106933593750 +-0.081054687500 +-0.022094726562 +0.023803710938 +0.066406250000 +0.024902343750 +0.028320312500 +-0.060058593750 +-0.016845703125 +0.011535644531 +-0.086425781250 +-0.016845703125 +-0.103027343750 +-0.033447265625 +-0.048095703125 +-0.016723632812 +-0.037353515625 +0.017333984375 +-0.007812500000 +0.019042968750 +0.088867187500 +-0.055175781250 +0.014404296875 +-0.110839843750 +0.071777343750 +-0.005645751953 +-0.029052734375 +-0.143554687500 +-0.047119140625 +-0.071289062500 +-0.055664062500 +0.091308593750 +0.194335937500 +-0.064941406250 +0.064941406250 +0.020019531250 +0.135742187500 +0.014709472656 +-0.017333984375 +-0.124511718750 +-0.014648437500 +0.066406250000 +0.040527343750 +0.099609375000 +0.114257812500 +0.066894531250 +-0.036865234375 +0.162109375000 +-0.022827148438 +-0.106445312500 +0.132812500000 +-0.144531250000 +0.016113281250 +0.064941406250 +0.103027343750 +-0.072753906250 +-0.125000000000 +0.067871093750 +0.094726562500 +-0.088867187500 +-0.007812500000 +0.046630859375 +-0.056152343750 +-0.010375976562 +0.030029296875 +0.025512695312 +-0.042236328125 +-0.020996093750 +-0.088867187500 +0.091308593750 +0.111328125000 +0.142578125000 +0.007293701172 +-0.023681640625 +0.071289062500 +-0.034912109375 +-0.062988281250 +-0.008056640625 +-0.024780273438 +0.061767578125 +0.005096435547 +0.054931640625 +-0.017456054688 +-0.062988281250 +0.048583984375 +0.084960937500 +-0.042480468750 +-0.030273437500 +-0.001075744629 +-0.121582031250 +-0.034912109375 +0.027221679688 +0.070800781250 +0.040527343750 +-0.034912109375 +0.059326171875 +0.054199218750 +-0.104003906250 +0.012512207031 +0.005798339844 +-0.053222656250 +-0.037353515625 +0.003677368164 +-0.075195312500 +-0.024902343750 +0.010620117188 +0.039306640625 +-0.054199218750 +-0.010559082031 +-0.090820312500 +-0.020874023438 +0.083007812500 +-0.041748046875 +0.013793945312 +0.053710937500 +0.091796875000 +0.056152343750 +0.064453125000 +-0.077636718750 +-0.109375000000 +-0.084472656250 +-0.188476562500 +0.066894531250 +0.004547119141 +-0.033203125000 +0.015747070312 +-0.018798828125 +0.024169921875 +-0.101074218750 +0.083496093750 +-0.064453125000 +0.106445312500 +0.020019531250 +-0.030273437500 +0.100097656250 +0.020996093750 +0.011535644531 +0.043701171875 +-0.063476562500 +0.012512207031 +0.058349609375 +-0.062011718750 +-0.129882812500 +-0.040527343750 +-0.041259765625 +-0.044921875000 +0.038085937500 +0.034423828125 +0.078125000000 +0.062500000000 +0.036621093750 +-0.032714843750 +0.011840820312 +0.026611328125 +-0.048339843750 +-0.154296875000 +0.032714843750 +-0.062011718750 +-0.027465820312 +0.110351562500 +0.128906250000 +0.116699218750 +-0.030883789062 +0.031494140625 +0.080566406250 +0.023315429688 +-0.012329101562 +-0.034912109375 +-0.035644531250 +0.043212890625 +0.023559570312 +0.118164062500 +-0.024169921875 +0.074218750000 +-0.052490234375 +-0.043457031250 +-0.025878906250 +-0.006164550781 +-0.028442382812 +-0.124023437500 +-0.061767578125 +0.083496093750 +-0.186523437500 +-0.049560546875 +0.016479492188 +0.003967285156 +-0.061279296875 +-0.015014648438 +-0.011047363281 +0.082519531250 +0.000576019287 +0.038818359375 +0.019165039062 +-0.007812500000 +-0.055419921875 +-0.122070312500 +-0.116699218750 +0.145507812500 +0.112304687500 +0.030029296875 +-0.166992187500 +-0.009216308594 +0.139648437500 +-0.053710937500 +-0.067382812500 +0.025756835938 +0.110839843750 +0.023559570312 +-0.043212890625 +0.016723632812 +0.047119140625 +-0.050292968750 +-0.032958984375 +-0.023193359375 +-0.011718750000 +-0.104980468750 +-0.009948730469 +-0.040039062500 +-0.041015625000 +-0.093261718750 +-0.012573242188 +0.062988281250 +0.026977539062 +0.148437500000 +0.071289062500 +0.017456054688 +-0.017089843750 +-0.091308593750 +-0.029663085938 +-0.048583984375 +-0.028442382812 +-0.119628906250 +0.012451171875 +0.049072265625 +0.056884765625 +-0.063964843750 +-0.039550781250 +-0.027343750000 +-0.033203125000 +-0.250000000000 +0.014953613281 +0.014709472656 +-0.061523437500 +0.060791015625 +0.058837890625 +0.097656250000 +-0.112304687500 +-0.070312500000 +-0.097656250000 +-0.048095703125 +0.059570312500 +0.059814453125 +-0.017944335938 +0.034423828125 +-0.076660156250 +-0.056640625000 +-0.027221679688 +0.029907226562 +-0.059082031250 +0.126953125000 +0.058593750000 +-0.060302734375 +0.086425781250 +-0.006378173828 +0.039550781250 +0.117675781250 +-0.099121093750 +0.058593750000 +0.108398437500 +-0.047607421875 +0.050048828125 +-0.061523437500 +0.052490234375 +-0.124023437500 +0.073730468750 +0.051269531250 +0.072753906250 +0.099609375000 +-0.022705078125 +0.055664062500 +-0.099121093750 +-0.144531250000 +-0.095214843750 +0.036865234375 +-0.009094238281 +-0.034912109375 +0.003936767578 +0.145507812500 +0.109863281250 +0.123046875000 +-0.019042968750 +0.006561279297 +0.065917968750 +0.072265625000 +-0.020507812500 +-0.055419921875 +0.025024414062 +0.022338867188 +-0.021118164062 +0.020385742188 +-0.095214843750 +0.030029296875 +-0.014038085938 +0.049072265625 +0.013183593750 +0.116699218750 +0.005279541016 +-0.143554687500 +-0.077148437500 +0.095703125000 +-0.038330078125 +-0.011596679688 +-0.098144531250 +0.035644531250 +-0.021972656250 +-0.000682830811 +0.187500000000 +0.101562500000 +-0.021362304688 +0.064941406250 +-0.014709472656 +0.112792968750 +-0.108886718750 +-0.058837890625 +0.042480468750 +0.083984375000 +0.082519531250 +0.011047363281 +0.121582031250 +0.037109375000 +-0.002716064453 +-0.073730468750 +0.027954101562 +0.012512207031 +0.078613281250 +0.045898437500 +-0.011840820312 +0.150390625000 +0.024291992188 +-0.087402343750 +-0.046386718750 +0.035400390625 +-0.083984375000 +-0.033935546875 +0.080566406250 +0.068359375000 +-0.088867187500 +0.017700195312 +-0.080566406250 +0.050781250000 +0.058837890625 +-0.056152343750 +0.015502929688 +0.076660156250 +0.019165039062 +-0.085937500000 +0.010986328125 +-0.048339843750 +-0.118164062500 +-0.108398437500 +0.123046875000 +0.053710937500 +-0.063964843750 +-0.104003906250 +0.005706787109 +-0.035888671875 +-0.021972656250 +0.089355468750 +0.090332031250 +0.060302734375 +0.056884765625 +0.078613281250 +0.011596679688 +0.043212890625 +-0.025756835938 +-0.048583984375 +0.023925781250 +-0.115722656250 +-0.077636718750 +0.024047851562 +-0.044433593750 +0.006744384766 +-0.057128906250 +-0.100097656250 +0.033935546875 +0.013366699219 +-0.125976562500 +0.050292968750 +0.116210937500 +-0.040527343750 +0.089355468750 +-0.022216796875 +0.013427734375 +0.077148437500 +-0.036376953125 +0.083984375000 +-0.025512695312 +-0.022705078125 +-0.062988281250 +-0.096191406250 +-0.053955078125 +-0.156250000000 +0.092773437500 +0.046142578125 +0.048828125000 +0.066894531250 +-0.052246093750 +0.038818359375 +0.082031250000 +0.094238281250 +-0.009521484375 +0.030029296875 +0.054931640625 +-0.031982421875 +0.062500000000 +-0.043212890625 +-0.013061523438 +0.090332031250 +0.012695312500 +-0.041503906250 +0.013488769531 +0.028320312500 +0.091308593750 +-0.011413574219 +0.004943847656 +0.027343750000 +0.020996093750 +0.059326171875 +-0.147460937500 +0.111816406250 +-0.060302734375 +-0.130859375000 +-0.003570556641 +0.108398437500 +-0.148437500000 +-0.058349609375 +-0.050537109375 +0.107910156250 +0.011291503906 +0.017578125000 +-0.015991210938 +-0.015136718750 +0.061279296875 +0.120605468750 +-0.074707031250 +0.119140625000 +0.046875000000 +0.174804687500 +-0.031250000000 +0.152343750000 +0.007751464844 +-0.007415771484 +0.000907897949 +0.094238281250 +0.044921875000 +-0.121582031250 +-0.074707031250 +0.078125000000 +-0.092285156250 +-0.004547119141 +0.013305664062 +0.044921875000 +0.081542968750 +0.047363281250 +-0.006958007812 +-0.052490234375 +-0.009216308594 +-0.104003906250 +-0.062500000000 +0.080078125000 +-0.040527343750 +-0.082519531250 +0.133789062500 +-0.148437500000 +-0.015747070312 +-0.009033203125 +-0.102050781250 +0.091308593750 +0.054199218750 +0.035156250000 +-0.055419921875 +0.062988281250 +-0.001235961914 +-0.168945312500 +0.124023437500 +-0.064453125000 +-0.134765625000 +-0.118652343750 +0.128906250000 +0.047607421875 +0.075683593750 +-0.049072265625 +-0.023071289062 +0.005950927734 +-0.055175781250 +0.001281738281 +0.110839843750 +-0.056884765625 +0.057861328125 +0.099121093750 +-0.027709960938 +-0.048583984375 +-0.099609375000 +0.001953125000 +0.129882812500 +0.032470703125 +-0.103027343750 +0.053710937500 +-0.050048828125 +0.014465332031 +-0.042480468750 +-0.093750000000 +0.111816406250 +0.055908203125 +-0.108398437500 +0.021240234375 +0.076660156250 +0.062255859375 +-0.093261718750 +-0.016235351562 +0.027221679688 +0.073730468750 +-0.018798828125 +0.053710937500 +0.013000488281 +-0.043212890625 +0.016967773438 +-0.052978515625 +-0.061279296875 +-0.053466796875 +0.014892578125 +0.047363281250 +0.105957031250 +0.026611328125 +-0.074707031250 +0.064941406250 +0.043212890625 +-0.148437500000 +-0.104980468750 +-0.005157470703 +0.148437500000 +-0.021606445312 +0.101074218750 +0.032958984375 +-0.092773437500 +-0.113769531250 +0.057373046875 +-0.042480468750 +-0.057128906250 +-0.086914062500 +0.098632812500 +-0.027587890625 +0.018432617188 +0.033447265625 +-0.045898437500 +0.049560546875 +-0.146484375000 +-0.063476562500 +-0.045654296875 +0.012512207031 +-0.001197814941 +0.179687500000 +0.146484375000 +0.000349044800 +-0.142578125000 +0.098632812500 +0.036376953125 +0.028076171875 +0.040283203125 +0.024658203125 +-0.075195312500 +0.178710937500 +-0.121093750000 +0.097656250000 +-0.018920898438 +0.132812500000 +-0.053466796875 +0.094726562500 +-0.059814453125 +0.128906250000 +0.021484375000 +-0.127929687500 +-0.013366699219 +-0.179687500000 +0.050048828125 +0.033935546875 +0.005889892578 +0.033935546875 +0.128906250000 +0.110351562500 +-0.157226562500 +0.060058593750 +0.026733398438 +0.021972656250 +-0.080078125000 +-0.024291992188 +-0.044677734375 +-0.136718750000 +-0.029541015625 +-0.069335937500 +0.017333984375 +0.062255859375 +-0.040039062500 +0.038330078125 +0.017944335938 +0.023681640625 +0.047363281250 +-0.140625000000 +-0.092285156250 +-0.070800781250 +0.137695312500 +-0.158203125000 +-0.007446289062 +-0.033935546875 +-0.119140625000 +-0.009094238281 +0.175781250000 +0.040771484375 +0.045654296875 +-0.009216308594 +-0.032226562500 +-0.071777343750 +-0.035156250000 +0.015869140625 +0.124511718750 +-0.074218750000 +0.051513671875 +-0.015258789062 +-0.081542968750 +0.045166015625 +-0.073242187500 +0.033691406250 +0.039306640625 +0.180664062500 +-0.035888671875 +0.081542968750 +-0.009765625000 +-0.039062500000 +0.199218750000 +-0.107910156250 +0.093261718750 +0.089843750000 +0.092773437500 +-0.207031250000 +0.098144531250 +0.096679687500 +0.003082275391 +0.050781250000 +0.067382812500 +0.057373046875 +0.100585937500 +0.032714843750 +0.020751953125 +-0.082519531250 +0.057373046875 +0.031494140625 +-0.074218750000 +0.006317138672 +0.062988281250 +-0.116699218750 +-0.019775390625 +-0.170898437500 +-0.052490234375 +0.074707031250 +-0.153320312500 +0.007049560547 +-0.146484375000 +0.110839843750 +-0.125976562500 +-0.057861328125 +0.096679687500 +-0.005584716797 +-0.192382812500 +-0.063964843750 +-0.045166015625 +-0.044677734375 +-0.121093750000 +-0.037841796875 +0.119628906250 +-0.014099121094 +0.002868652344 +-0.049560546875 +-0.023071289062 +0.036376953125 +-0.137695312500 +-0.153320312500 +0.010131835938 +0.048828125000 +0.011047363281 +0.037109375000 +-0.064941406250 +0.048828125000 +-0.111816406250 +0.019531250000 +0.054687500000 +0.118652343750 +0.091308593750 +-0.067871093750 +-0.048339843750 +0.134765625000 diff --git a/AI_Engine_Development/AIE-MLv2/Design_Tutorials/01-Radio-ML/aie/radioml_top/data/w3_biases-rtp.txt b/AI_Engine_Development/AIE-MLv2/Design_Tutorials/01-Radio-ML/aie/radioml_top/data/w3_biases-rtp.txt new file mode 100644 index 0000000000..acc3b425de --- /dev/null +++ b/AI_Engine_Development/AIE-MLv2/Design_Tutorials/01-Radio-ML/aie/radioml_top/data/w3_biases-rtp.txt @@ -0,0 +1,64 @@ +0.050537109375 +0.047607421875 +0.050048828125 +-0.173828125000 +-0.055175781250 +0.457031250000 +-0.235351562500 +0.016967773438 +-0.161132812500 +-0.024414062500 +-0.425781250000 +-0.224609375000 +-0.048339843750 +0.053466796875 +0.460937500000 +0.095703125000 +-0.120117187500 +-0.330078125000 +0.049316406250 +0.226562500000 +-0.172851562500 +0.147460937500 +-0.032226562500 +0.416015625000 +0.125000000000 +-0.102539062500 +-0.238281250000 +0.208007812500 +0.109375000000 +-0.096679687500 +0.126953125000 +-0.164062500000 +-0.150390625000 +0.143554687500 +0.515625000000 +-0.221679687500 +-0.177734375000 +0.180664062500 +0.151367187500 +0.125000000000 +-0.220703125000 +-0.243164062500 +-0.030517578125 +-0.310546875000 +0.166015625000 +0.015869140625 +0.115234375000 +-0.486328125000 +0.226562500000 +-0.269531250000 +-0.251953125000 +-0.045898437500 +-0.515625000000 +0.168945312500 +-0.296875000000 +0.324218750000 +0.048828125000 +0.034912109375 +0.129882812500 +0.186523437500 +0.124023437500 +0.249023437500 +-0.188476562500 +-0.049804687500 diff --git a/AI_Engine_Development/AIE-MLv2/Design_Tutorials/01-Radio-ML/aie/radioml_top/data/w3_weights-rtp.txt b/AI_Engine_Development/AIE-MLv2/Design_Tutorials/01-Radio-ML/aie/radioml_top/data/w3_weights-rtp.txt new file mode 100644 index 0000000000..49310b177c --- /dev/null +++ b/AI_Engine_Development/AIE-MLv2/Design_Tutorials/01-Radio-ML/aie/radioml_top/data/w3_weights-rtp.txt @@ -0,0 +1,28672 @@ +0.013366699219 +0.007812500000 +-0.169921875000 +-0.001777648926 +-0.017333984375 +0.033935546875 +-0.006469726562 +0.045654296875 +-0.076660156250 +-0.009216308594 +0.049804687500 +-0.079589843750 +-0.030639648438 +0.146484375000 +0.039306640625 +-0.015258789062 +0.061767578125 +0.089843750000 +-0.039550781250 +-0.066894531250 +-0.000770568848 +-0.087402343750 +0.016601562500 +-0.367187500000 +-0.057128906250 +-0.093750000000 +0.058349609375 +-0.050781250000 +0.063476562500 +-0.227539062500 +-0.082031250000 +0.128906250000 +0.000459671021 +-0.050781250000 +0.071777343750 +0.022583007812 +-0.043457031250 +-0.050781250000 +-0.118164062500 +-0.188476562500 +0.070312500000 +-0.103027343750 +-0.039306640625 +-0.226562500000 +0.109375000000 +0.012878417969 +-0.032958984375 +0.026367187500 +0.062255859375 +0.014648437500 +-0.263671875000 +-0.044921875000 +-0.133789062500 +0.029663085938 +-0.001625061035 +0.013000488281 +-0.018554687500 +-0.045654296875 +-0.069824218750 +0.183593750000 +-0.041992187500 +-0.163085937500 +-0.163085937500 +-0.185546875000 +0.050781250000 +-0.095214843750 +-0.160156250000 +-0.042480468750 +-0.064941406250 +-0.048583984375 +-0.155273437500 +0.111328125000 +-0.074707031250 +0.094238281250 +-0.014099121094 +-0.078125000000 +0.098632812500 +-0.110839843750 +-0.026000976562 +-0.116210937500 +0.021850585938 +0.066894531250 +0.064453125000 +-0.281250000000 +0.107421875000 +-0.096191406250 +-0.031005859375 +-0.214843750000 +0.081542968750 +0.021362304688 +-0.145507812500 +-0.474609375000 +-0.020874023438 +-0.209960937500 +-0.002502441406 +-0.065429687500 +0.062255859375 +0.089843750000 +-0.178710937500 +-0.036376953125 +0.158203125000 +-0.125000000000 +-0.006256103516 +0.064453125000 +0.082519531250 +-0.019165039062 +-0.083007812500 +0.119140625000 +0.084960937500 +-0.137695312500 +-0.012268066406 +0.144531250000 +0.074218750000 +0.072265625000 +-0.187500000000 +-0.010681152344 +-0.030517578125 +0.001220703125 +0.144531250000 +0.091308593750 +0.077148437500 +-0.013610839844 +0.217773437500 +0.143554687500 +-0.106445312500 +-0.255859375000 +-0.111816406250 +-0.041259765625 +0.032714843750 +0.003356933594 +-0.096679687500 +-0.096679687500 +-0.081542968750 +0.011779785156 +-0.102539062500 +-0.151367187500 +-0.064453125000 +-0.083007812500 +0.005920410156 +0.002914428711 +-0.003036499023 +-0.075195312500 +0.026245117188 +-0.000865936279 +0.054443359375 +0.036621093750 +0.178710937500 +0.060791015625 +0.083007812500 +0.051269531250 +0.069335937500 +-0.119628906250 +0.159179687500 +0.007720947266 +-0.168945312500 +-0.091308593750 +0.039550781250 +-0.157226562500 +0.040039062500 +-0.118164062500 +0.087890625000 +0.123046875000 +0.035400390625 +-0.009643554688 +0.046630859375 +0.014404296875 +-0.101074218750 +0.388671875000 +-0.232421875000 +0.137695312500 +0.131835937500 +0.153320312500 +0.082031250000 +-0.122558593750 +0.190429687500 +0.107910156250 +0.107421875000 +0.080078125000 +-0.247070312500 +-0.180664062500 +-0.267578125000 +-0.116210937500 +0.230468750000 +-0.053466796875 +-0.125000000000 +0.091308593750 +0.146484375000 +-0.090820312500 +0.117675781250 +-0.390625000000 +-0.136718750000 +0.112792968750 +-0.001571655273 +-0.037353515625 +-0.170898437500 +-0.172851562500 +0.083496093750 +-0.153320312500 +-0.128906250000 +-0.177734375000 +-0.086914062500 +-0.221679687500 +-0.187500000000 +0.123046875000 +0.040283203125 +0.038330078125 +0.100097656250 +0.202148437500 +0.084472656250 +-0.063476562500 +0.055664062500 +-0.086914062500 +0.069824218750 +-0.052978515625 +0.127929687500 +-0.102539062500 +-0.198242187500 +-0.094238281250 +0.040527343750 +-0.154296875000 +0.018554687500 +-0.203125000000 +0.016113281250 +-0.079101562500 +0.028930664062 +0.020263671875 +0.038574218750 +0.149414062500 +-0.080566406250 +-0.083496093750 +-0.070312500000 +0.077636718750 +-0.248046875000 +0.076660156250 +0.205078125000 +0.077636718750 +0.052001953125 +-0.050048828125 +-0.101074218750 +0.148437500000 +-0.006225585938 +-0.052978515625 +-0.291015625000 +-0.326171875000 +-0.164062500000 +0.050292968750 +-0.120117187500 +-0.103515625000 +-0.010864257812 +-0.034423828125 +0.135742187500 +-0.075683593750 +0.092285156250 +-0.249023437500 +-0.116210937500 +0.058105468750 +-0.033447265625 +-0.121093750000 +-0.049560546875 +-0.073730468750 +-0.001228332520 +-0.041259765625 +-0.128906250000 +-0.058349609375 +-0.306640625000 +-0.210937500000 +-0.090820312500 +0.151367187500 +0.097656250000 +0.016845703125 +-0.036621093750 +0.057373046875 +0.031494140625 +0.010925292969 +0.052246093750 +0.014831542969 +0.004516601562 +-0.157226562500 +-0.060791015625 +-0.239257812500 +-0.048583984375 +-0.043212890625 +0.041015625000 +-0.132812500000 +0.009033203125 +-0.033203125000 +0.129882812500 +-0.166015625000 +0.091796875000 +-0.047607421875 +0.195312500000 +0.071777343750 +0.102050781250 +0.026245117188 +-0.291015625000 +-0.224609375000 +-0.141601562500 +0.014831542969 +0.159179687500 +-0.047119140625 +0.113281250000 +-0.055908203125 +-0.106445312500 +0.023681640625 +-0.096191406250 +-0.085449218750 +-0.084960937500 +-0.267578125000 +-0.141601562500 +0.001564025879 +-0.000091552734 +0.023681640625 +-0.081054687500 +-0.041748046875 +-0.133789062500 +0.000056505203 +0.035400390625 +-0.167968750000 +-0.033203125000 +0.026000976562 +-0.231445312500 +0.049560546875 +-0.166015625000 +-0.001724243164 +-0.024047851562 +-0.004852294922 +-0.184570312500 +-0.053710937500 +-0.177734375000 +-0.353515625000 +-0.087890625000 +0.017333984375 +-0.002075195312 +0.079589843750 +-0.010803222656 +-0.064453125000 +0.050292968750 +0.063476562500 +0.077636718750 +-0.011901855469 +-0.007354736328 +-0.055175781250 +0.001770019531 +-0.259765625000 +0.074218750000 +-0.006774902344 +0.121093750000 +-0.104003906250 +-0.003616333008 +0.042480468750 +-0.006561279297 +0.118652343750 +0.179687500000 +-0.001358032227 +0.078613281250 +-0.059082031250 +0.113769531250 +0.076660156250 +0.094238281250 +0.025878906250 +-0.156250000000 +0.201171875000 +0.055175781250 +-0.111816406250 +0.155273437500 +0.078125000000 +-0.103027343750 +0.026245117188 +-0.445312500000 +-0.135742187500 +-0.291015625000 +0.000082969666 +0.038818359375 +-0.000230789185 +0.085937500000 +-0.118164062500 +-0.060302734375 +-0.014160156250 +-0.006622314453 +0.039794921875 +-0.109863281250 +-0.103515625000 +-0.007232666016 +-0.158203125000 +-0.363281250000 +-0.061523437500 +-0.167968750000 +0.040039062500 +-0.037109375000 +0.035644531250 +0.092285156250 +0.019287109375 +-0.100585937500 +-0.259765625000 +0.099609375000 +-0.039550781250 +-0.048339843750 +0.013671875000 +-0.069335937500 +-0.178710937500 +0.006195068359 +0.134765625000 +0.009338378906 +-0.079101562500 +0.149414062500 +-0.126953125000 +-0.038574218750 +-0.273437500000 +-0.063476562500 +0.004974365234 +0.008422851562 +0.227539062500 +0.011657714844 +0.212890625000 +-0.073242187500 +0.207031250000 +-0.011535644531 +0.066894531250 +0.044189453125 +0.134765625000 +-0.016845703125 +-0.140625000000 +-0.312500000000 +0.201171875000 +-0.375000000000 +0.093261718750 +0.061523437500 +0.092773437500 +0.235351562500 +0.071777343750 +0.064941406250 +0.033691406250 +-0.105468750000 +-0.004730224609 +-0.585937500000 +0.121093750000 +-0.178710937500 +0.011718750000 +-0.082519531250 +-0.048583984375 +-0.014282226562 +-0.054687500000 +0.024047851562 +-0.038085937500 +-0.032470703125 +-0.109863281250 +0.033691406250 +-0.239257812500 +-0.084960937500 +0.120117187500 +-0.010864257812 +-0.170898437500 +-0.039794921875 +-0.020874023438 +0.056396484375 +0.165039062500 +0.170898437500 +-0.027221679688 +0.048095703125 +0.035888671875 +-0.045166015625 +-0.102539062500 +-0.048339843750 +0.200195312500 +-0.042724609375 +-0.045410156250 +0.028930664062 +-0.134765625000 +-0.017700195312 +0.125976562500 +-0.082519531250 +-0.076660156250 +0.191406250000 +0.012268066406 +0.075683593750 +0.087890625000 +0.025512695312 +-0.111816406250 +-0.161132812500 +-0.328125000000 +0.005706787109 +0.063476562500 +-0.059570312500 +0.067382812500 +0.022705078125 +-0.392578125000 +-0.011413574219 +-0.259765625000 +-0.103027343750 +0.014465332031 +0.052978515625 +-0.000145912170 +-0.005004882812 +0.014282226562 +0.060302734375 +-0.080078125000 +-0.078613281250 +-0.155273437500 +-0.059082031250 +-0.070312500000 +0.121093750000 +-0.056884765625 +0.048095703125 +-0.059082031250 +-0.433593750000 +0.049804687500 +0.118164062500 +-0.109863281250 +-0.044189453125 +0.014831542969 +0.002212524414 +-0.178710937500 +0.035888671875 +-0.003540039062 +-0.003295898438 +0.134765625000 +0.096679687500 +-0.092285156250 +0.107421875000 +0.244140625000 +-0.092773437500 +-0.018188476562 +-0.061523437500 +-0.008728027344 +-0.028076171875 +-0.142578125000 +0.056396484375 +0.130859375000 +-0.129882812500 +0.058349609375 +0.065917968750 +0.130859375000 +0.079589843750 +0.023803710938 +-0.060058593750 +-0.219726562500 +-0.117675781250 +0.021118164062 +0.053710937500 +0.076660156250 +0.059814453125 +-0.119628906250 +0.037109375000 +0.123046875000 +0.059814453125 +-0.047119140625 +-0.003906250000 +-0.112304687500 +0.126953125000 +-0.177734375000 +0.093750000000 +-0.222656250000 +-0.644531250000 +-0.007263183594 +0.104492187500 +-0.083984375000 +-0.120117187500 +0.002929687500 +-0.005737304688 +-0.148437500000 +-0.070800781250 +-0.109863281250 +-0.088867187500 +0.105957031250 +0.001739501953 +0.032714843750 +-0.128906250000 +0.221679687500 +-0.164062500000 +-0.039794921875 +-0.057861328125 +0.080078125000 +-0.123046875000 +0.048095703125 +-0.033935546875 +-0.263671875000 +-0.224609375000 +0.087402343750 +0.047363281250 +0.012695312500 +-0.024902343750 +-0.192382812500 +0.107421875000 +0.263671875000 +0.016723632812 +0.055664062500 +-0.051513671875 +-0.332031250000 +0.121582031250 +-0.123535156250 +-0.000061511993 +0.302734375000 +0.034179687500 +0.006774902344 +0.022094726562 +-0.002044677734 +0.056396484375 +0.004669189453 +0.092773437500 +-0.181640625000 +-0.086914062500 +0.094726562500 +0.054199218750 +0.035888671875 +0.011962890625 +-0.101074218750 +0.150390625000 +0.122558593750 +0.051025390625 +-0.021362304688 +0.048583984375 +0.050292968750 +0.076660156250 +-0.013000488281 +-0.111328125000 +-0.215820312500 +-0.406250000000 +-0.023315429688 +-0.080078125000 +0.056152343750 +-0.017700195312 +0.046875000000 +0.036621093750 +-0.283203125000 +0.035644531250 +-0.071777343750 +-0.044189453125 +0.100097656250 +-0.027832031250 +-0.078125000000 +-0.050048828125 +0.081542968750 +0.017211914062 +0.077636718750 +-0.133789062500 +-0.032226562500 +-0.110351562500 +0.080078125000 +-0.082031250000 +-0.209960937500 +-0.324218750000 +-0.022583007812 +0.022827148438 +0.041503906250 +0.072753906250 +-0.042968750000 +0.106933593750 +0.026977539062 +-0.036132812500 +-0.147460937500 +-0.056884765625 +-0.092773437500 +-0.045410156250 +0.004882812500 +-0.026123046875 +0.088378906250 +0.125000000000 +0.018920898438 +0.022338867188 +0.054443359375 +0.079101562500 +-0.047607421875 +0.078613281250 +-0.154296875000 +-0.001350402832 +0.000572204590 +0.191406250000 +-0.208984375000 +-0.004333496094 +-0.108886718750 +-0.004211425781 +-0.001510620117 +-0.144531250000 +0.031127929688 +-0.075683593750 +0.085937500000 +-0.050292968750 +-0.046875000000 +0.058349609375 +-0.201171875000 +-0.462890625000 +0.078125000000 +-0.143554687500 +0.112304687500 +-0.125000000000 +0.035644531250 +0.026367187500 +-0.033691406250 +0.096679687500 +-0.087402343750 +0.029418945312 +0.015991210938 +-0.006408691406 +-0.070312500000 +-0.269531250000 +0.027587890625 +-0.164062500000 +-0.017089843750 +-0.054199218750 +0.101562500000 +-0.058105468750 +-0.023315429688 +-0.037597656250 +0.032470703125 +-0.137695312500 +0.087890625000 +0.069335937500 +-0.005035400391 +-0.018676757812 +0.100097656250 +-0.005523681641 +-0.133789062500 +-0.215820312500 +-0.086914062500 +-0.095214843750 +-0.007507324219 +-0.011596679688 +-0.010192871094 +-0.092773437500 +-0.053955078125 +-0.219726562500 +-0.198242187500 +-0.033447265625 +0.078613281250 +0.035156250000 +0.133789062500 +-0.021606445312 +0.189453125000 +0.214843750000 +0.031982421875 +-0.205078125000 +-0.204101562500 +0.066406250000 +-0.076171875000 +-0.000471115112 +-0.355468750000 +0.025024414062 +0.024291992188 +-0.056152343750 +0.000583648682 +-0.097656250000 +0.100585937500 +-0.084960937500 +-0.092773437500 +-0.116699218750 +0.101074218750 +-0.077148437500 +0.097656250000 +-0.054687500000 +0.075195312500 +0.124023437500 +0.023193359375 +0.040039062500 +-0.096191406250 +-0.067382812500 +-0.025268554688 +0.125976562500 +-0.097167968750 +-0.194335937500 +0.094726562500 +0.010986328125 +0.034912109375 +0.052001953125 +0.067871093750 +-0.085937500000 +0.009338378906 +0.058349609375 +-0.122070312500 +0.164062500000 +0.029907226562 +0.049072265625 +-0.054931640625 +-0.061279296875 +-0.002746582031 +-0.036621093750 +0.025878906250 +-0.247070312500 +-0.132812500000 +0.014404296875 +0.095703125000 +-0.007537841797 +0.003524780273 +0.020629882812 +-0.052734375000 +-0.332031250000 +-0.122558593750 +-0.002166748047 +0.112304687500 +-0.035644531250 +0.065429687500 +-0.042480468750 +0.157226562500 +0.044921875000 +-0.021362304688 +-0.096679687500 +-0.033691406250 +-0.015014648438 +-0.053710937500 +-0.047851562500 +-0.045166015625 +-0.314453125000 +0.044921875000 +0.023437500000 +0.051513671875 +-0.062011718750 +-0.005706787109 +-0.052978515625 +0.014587402344 +-0.045410156250 +0.106933593750 +-0.008483886719 +0.090820312500 +-0.041503906250 +0.039550781250 +0.088867187500 +-0.298828125000 +-0.067871093750 +-0.013916015625 +-0.094238281250 +0.129882812500 +-0.014099121094 +-0.125976562500 +-0.189453125000 +0.114257812500 +0.038085937500 +0.160156250000 +-0.049560546875 +-0.075683593750 +-0.108886718750 +0.149414062500 +0.124023437500 +-0.328125000000 +0.062500000000 +-0.085937500000 +0.023681640625 +-0.010375976562 +0.031494140625 +0.250000000000 +0.257812500000 +0.110351562500 +-0.173828125000 +0.072265625000 +-0.112304687500 +-0.150390625000 +-0.024047851562 +-0.017822265625 +-0.176757812500 +0.058349609375 +-0.083007812500 +-0.043945312500 +-0.027465820312 +0.044433593750 +-0.064453125000 +0.014282226562 +-0.003845214844 +-0.039306640625 +-0.184570312500 +-0.029785156250 +0.044921875000 +0.129882812500 +0.062988281250 +-0.106445312500 +-0.183593750000 +0.194335937500 +0.186523437500 +-0.045166015625 +0.018676757812 +-0.051025390625 +0.034912109375 +0.015869140625 +0.013549804688 +0.031494140625 +-0.048828125000 +-0.075683593750 +-0.007568359375 +-0.038574218750 +-0.018676757812 +0.103027343750 +0.021728515625 +-0.390625000000 +-0.308593750000 +-0.049316406250 +-0.022460937500 +0.186523437500 +-0.001831054688 +-0.153320312500 +-0.291015625000 +-0.025878906250 +0.183593750000 +0.127929687500 +0.075195312500 +-0.298828125000 +0.037841796875 +0.083007812500 +0.072753906250 +-0.088378906250 +-0.050048828125 +0.041992187500 +0.020996093750 +0.067382812500 +0.154296875000 +-0.013244628906 +-0.018310546875 +-0.287109375000 +-0.029663085938 +-0.166015625000 +-0.135742187500 +0.112304687500 +-0.026611328125 +0.042724609375 +-0.174804687500 +-0.021484375000 +0.043212890625 +0.117187500000 +0.040283203125 +0.098144531250 +0.175781250000 +-0.138671875000 +0.207031250000 +-0.480468750000 +-0.054443359375 +-0.161132812500 +-0.066894531250 +0.166992187500 +0.025756835938 +0.026367187500 +0.039306640625 +0.231445312500 +-0.030273437500 +-0.114746093750 +-0.199218750000 +-0.159179687500 +-0.109863281250 +0.048339843750 +-0.242187500000 +0.080078125000 +0.014526367188 +0.029541015625 +-0.058837890625 +0.031494140625 +0.004699707031 +-0.335937500000 +-0.113281250000 +-0.138671875000 +-0.119628906250 +-0.034179687500 +-0.001091003418 +0.136718750000 +0.001205444336 +0.059326171875 +-0.019287109375 +0.131835937500 +-0.015014648438 +0.049804687500 +-0.020507812500 +0.052490234375 +-0.144531250000 +0.035156250000 +-0.029052734375 +0.137695312500 +0.024658203125 +0.029174804688 +0.099121093750 +-0.010925292969 +0.024169921875 +-0.119140625000 +0.013671875000 +-0.281250000000 +0.100585937500 +-0.084960937500 +-0.165039062500 +0.110351562500 +0.109375000000 +0.011535644531 +-0.110839843750 +-0.008056640625 +-0.253906250000 +0.067871093750 +0.064941406250 +-0.031127929688 +0.063476562500 +-0.143554687500 +0.011230468750 +-0.294921875000 +0.007690429688 +-0.079589843750 +0.041748046875 +-0.108398437500 +0.115234375000 +0.055664062500 +0.107421875000 +0.025024414062 +0.108398437500 +-0.100585937500 +-0.373046875000 +-0.112304687500 +-0.087402343750 +0.097656250000 +-0.291015625000 +0.048583984375 +-0.198242187500 +-0.123046875000 +0.097656250000 +-0.199218750000 +0.042724609375 +-0.316406250000 +-0.345703125000 +-0.257812500000 +-0.035156250000 +0.057861328125 +0.073730468750 +-0.123535156250 +-0.090332031250 +-0.041259765625 +-0.063964843750 +0.045166015625 +0.052734375000 +-0.018310546875 +-0.065917968750 +-0.140625000000 +-0.139648437500 +0.079589843750 +-0.193359375000 +0.068847656250 +0.069335937500 +-0.022216796875 +-0.025146484375 +0.136718750000 +-0.044189453125 +0.003677368164 +-0.025390625000 +-0.116210937500 +0.027587890625 +-0.097656250000 +-0.255859375000 +0.298828125000 +0.026489257812 +-0.008972167969 +-0.026245117188 +-0.054687500000 +-0.066894531250 +0.056640625000 +0.002807617188 +-0.063476562500 +0.062500000000 +-0.194335937500 +-0.038330078125 +-0.417968750000 +0.120117187500 +-0.147460937500 +0.043945312500 +-0.063476562500 +0.073242187500 +0.039062500000 +-0.056884765625 +-0.104980468750 +0.146484375000 +-0.129882812500 +-0.388671875000 +-0.163085937500 +-0.008850097656 +0.051025390625 +-0.177734375000 +0.041748046875 +-0.099609375000 +0.025634765625 +-0.021728515625 +-0.208007812500 +-0.042724609375 +-0.171875000000 +-0.314453125000 +-0.068847656250 +-0.095703125000 +0.067382812500 +-0.121093750000 +-0.035156250000 +0.002349853516 +-0.008056640625 +0.033691406250 +-0.133789062500 +0.153320312500 +-0.046630859375 +0.052978515625 +0.098632812500 +-0.062500000000 +0.080078125000 +-0.011352539062 +-0.296875000000 +-0.019287109375 +0.055175781250 +-0.026367187500 +0.137695312500 +0.007690429688 +0.074707031250 +-0.002456665039 +0.086425781250 +-0.018310546875 +-0.099121093750 +-0.032226562500 +-0.082519531250 +-0.047607421875 +0.032470703125 +-0.024047851562 +-0.018920898438 +-0.194335937500 +0.069335937500 +0.138671875000 +0.087402343750 +0.030883789062 +0.099121093750 +-0.043701171875 +-0.349609375000 +0.091796875000 +-0.291015625000 +-0.104492187500 +-0.119628906250 +0.052001953125 +0.077636718750 +-0.225585937500 +-0.144531250000 +0.065917968750 +0.016479492188 +-0.115234375000 +-0.472656250000 +0.002609252930 +-0.038574218750 +-0.155273437500 +-0.084960937500 +0.063964843750 +0.090820312500 +-0.004150390625 +-0.120117187500 +0.037841796875 +-0.162109375000 +-0.217773437500 +0.072753906250 +-0.105468750000 +0.007141113281 +-0.162109375000 +0.077636718750 +0.038574218750 +0.012207031250 +0.051757812500 +-0.187500000000 +-0.158203125000 +-0.040527343750 +-0.077636718750 +0.031127929688 +-0.146484375000 +0.017944335938 +0.071289062500 +-0.306640625000 +0.018310546875 +0.009460449219 +0.056152343750 +0.076171875000 +0.021972656250 +0.096679687500 +-0.084472656250 +0.390625000000 +-0.208984375000 +-0.152343750000 +-0.003463745117 +0.047119140625 +-0.004730224609 +-0.038085937500 +-0.316406250000 +-0.125000000000 +-0.064941406250 +0.070312500000 +0.125976562500 +0.136718750000 +0.007171630859 +-0.210937500000 +0.150390625000 +0.011901855469 +0.090820312500 +-0.279296875000 +-0.029541015625 +-0.112792968750 +0.091308593750 +0.022094726562 +-0.133789062500 +-0.091308593750 +0.062011718750 +-0.107421875000 +-0.121582031250 +-0.178710937500 +0.005096435547 +0.045898437500 +-0.093261718750 +-0.051757812500 +-0.194335937500 +-0.083984375000 +0.122070312500 +0.076171875000 +0.030151367188 +-0.197265625000 +-0.267578125000 +0.166992187500 +-0.345703125000 +-0.049316406250 +0.018188476562 +-0.011779785156 +-0.099121093750 +0.070312500000 +0.088378906250 +0.033203125000 +-0.359375000000 +-0.018798828125 +-0.036132812500 +0.039550781250 +-0.047851562500 +-0.003036499023 +0.113769531250 +-0.018188476562 +-0.253906250000 +0.031005859375 +-0.010070800781 +0.044677734375 +0.051757812500 +0.005950927734 +-0.108398437500 +0.349609375000 +-0.365234375000 +0.013122558594 +-0.046142578125 +-0.343750000000 +-0.065917968750 +-0.042480468750 +-0.128906250000 +-0.244140625000 +0.017211914062 +0.128906250000 +0.002899169922 +0.012512207031 +0.046386718750 +-0.310546875000 +-0.023559570312 +-0.234375000000 +-0.031738281250 +-0.165039062500 +0.017333984375 +-0.116210937500 +0.031005859375 +-0.038330078125 +-0.125000000000 +-0.044921875000 +-0.082031250000 +-0.053466796875 +-0.195312500000 +-0.092285156250 +-0.090820312500 +0.081542968750 +-0.193359375000 +-0.052734375000 +-0.066406250000 +0.047607421875 +0.008300781250 +0.053955078125 +0.066406250000 +-0.069824218750 +-0.223632812500 +-0.045166015625 +-0.143554687500 +0.083496093750 +0.000112533569 +0.091308593750 +-0.017333984375 +0.041503906250 +-0.006896972656 +-0.006652832031 +-0.120117187500 +0.079101562500 +-0.263671875000 +0.050537109375 +-0.045410156250 +0.078613281250 +0.135742187500 +0.052978515625 +-0.128906250000 +-0.000820159912 +0.109863281250 +-0.137695312500 +0.028808593750 +0.006286621094 +0.024658203125 +-0.150390625000 +0.032714843750 +-0.102050781250 +0.051757812500 +-0.148437500000 +-0.187500000000 +0.033935546875 +-0.041748046875 +0.005584716797 +0.159179687500 +0.040771484375 +0.082031250000 +0.061523437500 +0.112304687500 +-0.617187500000 +0.095703125000 +-0.104003906250 +0.122558593750 +-0.126953125000 +-0.090332031250 +-0.075683593750 +0.016479492188 +0.064453125000 +-0.052490234375 +0.128906250000 +0.132812500000 +0.065917968750 +-0.220703125000 +-0.066406250000 +-0.005554199219 +0.053222656250 +-0.125976562500 +0.259765625000 +-0.163085937500 +-0.083007812500 +0.165039062500 +-0.043945312500 +0.046386718750 +-0.124023437500 +-0.376953125000 +-0.155273437500 +0.060058593750 +-0.044433593750 +0.100097656250 +-0.005767822266 +0.034179687500 +0.036132812500 +0.061767578125 +-0.149414062500 +0.112792968750 +0.067871093750 +-0.147460937500 +0.052246093750 +-0.033935546875 +0.100585937500 +0.108886718750 +0.048095703125 +-0.176757812500 +-0.010498046875 +-0.056640625000 +-0.355468750000 +0.009704589844 +0.071289062500 +-0.085449218750 +0.020507812500 +-0.113769531250 +-0.072265625000 +0.102539062500 +-0.060791015625 +-0.094238281250 +-0.060791015625 +0.009704589844 +-0.251953125000 +0.108398437500 +0.013244628906 +-0.067382812500 +0.117187500000 +-0.008117675781 +0.033691406250 +-0.033203125000 +0.316406250000 +-0.229492187500 +0.047607421875 +-0.115722656250 +0.058349609375 +-0.053955078125 +0.080078125000 +0.108886718750 +0.076171875000 +-0.121582031250 +-0.014160156250 +-0.126953125000 +0.026000976562 +0.156250000000 +-0.039062500000 +-0.131835937500 +-0.347656250000 +-0.031005859375 +-0.077148437500 +-0.112792968750 +0.002944946289 +0.069335937500 +-0.116699218750 +-0.071289062500 +-0.042968750000 +0.114257812500 +-0.010437011719 +0.040771484375 +-0.273437500000 +-0.075195312500 +-0.263671875000 +-0.308593750000 +0.236328125000 +0.109863281250 +0.010498046875 +-0.084472656250 +0.057617187500 +0.121093750000 +-0.230468750000 +0.059814453125 +-0.231445312500 +-0.330078125000 +0.004577636719 +0.010009765625 +0.102050781250 +-0.081542968750 +-0.061035156250 +-0.113281250000 +-0.230468750000 +-0.031127929688 +0.031982421875 +0.000381469727 +0.088378906250 +0.128906250000 +-0.122070312500 +0.027099609375 +-0.205078125000 +0.096679687500 +0.028808593750 +-0.154296875000 +-0.494140625000 +-0.042236328125 +0.048339843750 +-0.133789062500 +0.032470703125 +-0.017456054688 +0.072265625000 +0.152343750000 +0.112792968750 +-0.089843750000 +-0.048339843750 +-0.067382812500 +-0.238281250000 +-0.166015625000 +-0.006164550781 +-0.022338867188 +-0.177734375000 +0.065917968750 +-0.150390625000 +0.028808593750 +-0.116699218750 +-0.074707031250 +-0.071777343750 +-0.067382812500 +-0.248046875000 +-0.070312500000 +-0.213867187500 +-0.337890625000 +-0.101074218750 +0.114746093750 +0.078613281250 +-0.251953125000 +0.001678466797 +0.028808593750 +-0.240234375000 +0.114746093750 +-0.245117187500 +-0.130859375000 +-0.241210937500 +-0.107421875000 +0.094726562500 +0.055175781250 +-0.292968750000 +-0.012207031250 +0.088867187500 +-0.122558593750 +-0.035400390625 +-0.000261306763 +-0.054199218750 +-0.035888671875 +-0.111816406250 +-0.020263671875 +-0.369140625000 +0.312500000000 +0.054199218750 +-0.071289062500 +0.064453125000 +0.030761718750 +-0.058593750000 +0.030395507812 +-0.222656250000 +0.145507812500 +0.044921875000 +0.002593994141 +-0.029418945312 +-0.091308593750 +0.082031250000 +-0.075683593750 +0.027709960938 +-0.026489257812 +-0.055175781250 +0.129882812500 +0.004028320312 +-0.034667968750 +-0.043701171875 +0.096679687500 +0.093261718750 +-0.190429687500 +0.081542968750 +-0.153320312500 +0.091796875000 +0.037597656250 +-0.236328125000 +-0.022094726562 +-0.150390625000 +-0.016967773438 +-0.045898437500 +-0.062500000000 +-0.061035156250 +0.041259765625 +-0.125976562500 +-0.225585937500 +-0.063964843750 +-0.074707031250 +0.008056640625 +-0.192382812500 +-0.011413574219 +-0.019165039062 +-0.109863281250 +-0.215820312500 +-0.084472656250 +-0.245117187500 +-0.056640625000 +0.005645751953 +0.015991210938 +-0.060791015625 +-0.203125000000 +-0.082519531250 +0.037353515625 +-0.221679687500 +-0.021850585938 +0.011291503906 +-0.015136718750 +-0.094238281250 +0.065429687500 +0.130859375000 +-0.026977539062 +0.116210937500 +0.033203125000 +-0.070800781250 +-0.073730468750 +-0.008056640625 +-0.110351562500 +-0.039062500000 +-0.078125000000 +-0.217773437500 +-0.083496093750 +-0.007537841797 +0.065917968750 +-0.119628906250 +-0.028442382812 +-0.066406250000 +-0.382812500000 +-0.064453125000 +0.033447265625 +0.166015625000 +0.014465332031 +0.018188476562 +-0.123046875000 +0.000553131104 +0.058837890625 +-0.204101562500 +-0.047607421875 +-0.002456665039 +-0.198242187500 +0.089843750000 +0.018066406250 +-0.071289062500 +0.128906250000 +-0.025878906250 +-0.041503906250 +-0.056884765625 +-0.147460937500 +-0.138671875000 +-0.107910156250 +-0.039306640625 +-0.220703125000 +-0.347656250000 +0.058349609375 +0.082519531250 +-0.071777343750 +0.129882812500 +0.006866455078 +-0.054931640625 +0.045654296875 +-0.125976562500 +0.058593750000 +-0.117187500000 +-0.196289062500 +0.140625000000 +-0.376953125000 +-0.193359375000 +-0.152343750000 +-0.165039062500 +0.082031250000 +-0.053955078125 +0.003494262695 +-0.018920898438 +0.008972167969 +0.117675781250 +-0.135742187500 +-0.009643554688 +0.038330078125 +0.024291992188 +0.106445312500 +0.042480468750 +-0.227539062500 +0.102539062500 +-0.229492187500 +-0.049072265625 +-0.127929687500 +0.001098632812 +0.076171875000 +-0.003219604492 +-0.041259765625 +-0.014526367188 +-0.490234375000 +0.068847656250 +0.101562500000 +0.116699218750 +0.170898437500 +-0.160156250000 +-0.003341674805 +0.117675781250 +-0.404296875000 +-0.250000000000 +0.021240234375 +0.053955078125 +0.125000000000 +0.064453125000 +-0.057373046875 +-0.105957031250 +-0.058349609375 +-0.217773437500 +0.145507812500 +0.091796875000 +0.020019531250 +0.043945312500 +-0.292968750000 +-0.103027343750 +-0.034667968750 +0.310546875000 +0.009094238281 +-0.087890625000 +-0.158203125000 +0.125000000000 +-0.132812500000 +-0.065917968750 +-0.081054687500 +0.068359375000 +-0.134765625000 +0.024047851562 +-0.087890625000 +0.034667968750 +-0.250000000000 +-0.263671875000 +-0.160156250000 +0.038818359375 +0.057617187500 +-0.104980468750 +0.028686523438 +-0.034179687500 +0.015869140625 +0.043945312500 +-0.062500000000 +-0.050781250000 +-0.010192871094 +0.022705078125 +0.010864257812 +0.070800781250 +-0.096679687500 +-0.177734375000 +-0.031005859375 +-0.055175781250 +0.088867187500 +-0.279296875000 +-0.020629882812 +0.064941406250 +0.045654296875 +0.111816406250 +0.037597656250 +0.142578125000 +-0.065917968750 +0.154296875000 +-0.234375000000 +-0.025268554688 +0.066894531250 +0.093750000000 +-0.091308593750 +0.114257812500 +-0.164062500000 +0.144531250000 +-0.345703125000 +0.040771484375 +-0.133789062500 +-0.281250000000 +-0.150390625000 +-0.241210937500 +0.028320312500 +0.013122558594 +0.021728515625 +-0.003097534180 +-0.072265625000 +-0.063476562500 +-0.208984375000 +0.069824218750 +0.068847656250 +0.012084960938 +-0.103027343750 +0.115234375000 +0.063476562500 +0.059570312500 +-0.235351562500 +0.001541137695 +0.011962890625 +-0.027465820312 +-0.092285156250 +0.056640625000 +-0.042236328125 +-0.137695312500 +0.031250000000 +0.060302734375 +0.042480468750 +0.067382812500 +-0.010925292969 +0.052978515625 +0.099121093750 +-0.035888671875 +-0.046386718750 +0.091308593750 +0.088378906250 +-0.087402343750 +0.052001953125 +0.064941406250 +-0.054687500000 +-0.117187500000 +0.050537109375 +0.015625000000 +0.067871093750 +-0.119140625000 +0.080566406250 +-0.051269531250 +0.148437500000 +0.041992187500 +0.345703125000 +0.070312500000 +0.098144531250 +0.123046875000 +0.147460937500 +-0.151367187500 +0.168945312500 +-0.002273559570 +0.127929687500 +-0.265625000000 +-0.002685546875 +0.027954101562 +-0.156250000000 +0.064941406250 +-0.021606445312 +-0.070800781250 +-0.195312500000 +-0.058593750000 +0.020019531250 +-0.133789062500 +-0.007507324219 +0.085449218750 +-0.095214843750 +0.090332031250 +0.119140625000 +-0.141601562500 +-0.066894531250 +-0.261718750000 +-0.104003906250 +-0.015869140625 +0.122558593750 +0.004760742188 +0.078125000000 +-0.164062500000 +0.128906250000 +-0.012268066406 +-0.001777648926 +0.045410156250 +-0.147460937500 +-0.031982421875 +0.055175781250 +-0.269531250000 +-0.009948730469 +0.127929687500 +0.199218750000 +-0.049560546875 +-0.087890625000 +0.132812500000 +-0.322265625000 +-0.033691406250 +0.015014648438 +-0.134765625000 +0.218750000000 +0.114257812500 +-0.133789062500 +0.195312500000 +0.457031250000 +-0.111328125000 +0.039306640625 +-0.022338867188 +-0.111328125000 +0.097167968750 +0.132812500000 +-0.039550781250 +-0.199218750000 +0.009765625000 +0.084960937500 +0.136718750000 +-0.123046875000 +0.050537109375 +-0.341796875000 +0.030029296875 +-0.167968750000 +0.161132812500 +-0.000299453735 +0.062255859375 +-0.159179687500 +-0.070800781250 +-0.206054687500 +-0.014892578125 +-0.404296875000 +-0.244140625000 +0.088378906250 +0.141601562500 +0.250000000000 +0.039794921875 +-0.179687500000 +0.219726562500 +-0.273437500000 +0.145507812500 +0.141601562500 +-0.154296875000 +-0.234375000000 +0.025756835938 +-0.347656250000 +-0.107421875000 +-0.137695312500 +-0.099121093750 +-0.037109375000 +-0.121093750000 +-0.211914062500 +-0.166992187500 +-0.067382812500 +-0.265625000000 +0.396484375000 +-0.113769531250 +0.028320312500 +0.075683593750 +0.153320312500 +0.084960937500 +-0.037841796875 +0.216796875000 +-0.130859375000 +0.182617187500 +-0.040039062500 +-0.015136718750 +-0.384765625000 +-0.009033203125 +-0.012390136719 +-0.109863281250 +-0.023437500000 +0.194335937500 +0.069335937500 +0.010253906250 +0.158203125000 +0.049804687500 +-0.100097656250 +0.142578125000 +0.005554199219 +-0.283203125000 +0.025268554688 +0.049804687500 +-0.115722656250 +0.037109375000 +-0.320312500000 +0.103027343750 +-0.040283203125 +-0.119628906250 +0.022094726562 +0.058349609375 +-0.017089843750 +0.083496093750 +-0.113281250000 +0.007812500000 +-0.324218750000 +0.008850097656 +0.049804687500 +0.077636718750 +0.150390625000 +0.131835937500 +-0.022583007812 +-0.043457031250 +0.026000976562 +-0.025756835938 +0.102539062500 +0.026123046875 +-0.050781250000 +-0.053466796875 +-0.107421875000 +-0.065917968750 +-0.123046875000 +0.246093750000 +0.008178710938 +0.110351562500 +-0.312500000000 +-0.292968750000 +-0.174804687500 +0.063964843750 +0.208007812500 +-0.131835937500 +0.111816406250 +-0.052734375000 +0.148437500000 +-0.035644531250 +-0.285156250000 +0.101074218750 +-0.220703125000 +0.094726562500 +-0.096679687500 +-0.069824218750 +-0.246093750000 +0.071777343750 +0.048583984375 +-0.152343750000 +-0.347656250000 +0.044189453125 +0.027221679688 +0.006378173828 +0.075683593750 +0.062255859375 +0.045166015625 +0.071289062500 +0.129882812500 +0.027343750000 +-0.007324218750 +-0.145507812500 +0.124511718750 +0.127929687500 +-0.291015625000 +0.082031250000 +-0.039794921875 +-0.172851562500 +-0.060791015625 +0.169921875000 +0.069824218750 +-0.071777343750 +-0.061523437500 +0.079589843750 +-0.221679687500 +-0.110839843750 +0.069824218750 +0.062988281250 +0.191406250000 +0.064453125000 +-0.160156250000 +0.062988281250 +-0.186523437500 +-0.249023437500 +0.108886718750 +-0.104980468750 +0.012695312500 +-0.075683593750 +-0.281250000000 +-0.137695312500 +-0.010925292969 +-0.038085937500 +-0.062988281250 +0.048828125000 +-0.024414062500 +-0.318359375000 +-0.200195312500 +0.051757812500 +0.139648437500 +-0.100585937500 +0.005523681641 +0.085449218750 +-0.002761840820 +0.141601562500 +-0.417968750000 +-0.109375000000 +0.038330078125 +-0.101074218750 +-0.068847656250 +0.037597656250 +0.053710937500 +0.066894531250 +0.061279296875 +-0.109375000000 +-0.294921875000 +-0.105468750000 +0.035156250000 +0.075683593750 +0.048828125000 +0.081054687500 +-0.073730468750 +-0.002517700195 +0.121582031250 +-0.255859375000 +0.017211914062 +0.065429687500 +0.053710937500 +0.002624511719 +-0.045898437500 +-0.011352539062 +0.064941406250 +0.177734375000 +0.043457031250 +0.042968750000 +-0.085937500000 +0.058837890625 +-0.156250000000 +0.060791015625 +-0.500000000000 +-0.294921875000 +-0.017089843750 +0.051513671875 +-0.024291992188 +0.060302734375 +-0.118164062500 +-0.155273437500 +-0.133789062500 +-0.371093750000 +0.046630859375 +0.083007812500 +0.112792968750 +0.008239746094 +-0.332031250000 +-0.131835937500 +-0.049804687500 +-0.310546875000 +0.034667968750 +-0.020751953125 +0.236328125000 +-0.035400390625 +-0.105957031250 +0.062011718750 +0.091796875000 +0.032226562500 +0.093261718750 +0.053222656250 +0.104492187500 +0.006988525391 +-0.296875000000 +-0.068847656250 +-0.150390625000 +-0.095214843750 +-0.047607421875 +0.023193359375 +-0.083007812500 +-0.128906250000 +-0.027099609375 +-0.095214843750 +-0.139648437500 +-0.056640625000 +0.116210937500 +0.023559570312 +0.052001953125 +0.107421875000 +0.050781250000 +-0.044677734375 +-0.192382812500 +-0.104003906250 +-0.017700195312 +0.024291992188 +0.084960937500 +-0.074707031250 +-0.055664062500 +0.028320312500 +-0.104003906250 +-0.181640625000 +0.071777343750 +-0.044677734375 +-0.050781250000 +0.048095703125 +-0.183593750000 +0.041259765625 +-0.445312500000 +-0.122070312500 +0.096191406250 +0.093750000000 +0.030883789062 +0.013244628906 +-0.128906250000 +-0.001022338867 +-0.089843750000 +-0.155273437500 +0.087890625000 +0.057861328125 +0.007812500000 +-0.039062500000 +-0.396484375000 +0.107910156250 +-0.312500000000 +0.210937500000 +0.026000976562 +-0.158203125000 +0.080078125000 +-0.026489257812 +-0.030517578125 +0.021362304688 +-0.263671875000 +0.109863281250 +-0.010986328125 +-0.027709960938 +-0.014648437500 +0.125976562500 +-0.060302734375 +-0.147460937500 +-0.390625000000 +0.052734375000 +-0.066894531250 +0.021362304688 +0.054199218750 +0.063476562500 +0.054199218750 +-0.045410156250 +0.010498046875 +0.023315429688 +0.050292968750 +0.093261718750 +-0.098632812500 +0.030395507812 +0.097167968750 +-0.072265625000 +-0.324218750000 +-0.009826660156 +-0.050781250000 +0.077148437500 +0.023315429688 +0.013854980469 +-0.223632812500 +0.019165039062 +-0.242187500000 +-0.187500000000 +0.073730468750 +-0.127929687500 +0.089355468750 +0.106933593750 +-0.054199218750 +0.036376953125 +-0.291015625000 +-0.086914062500 +0.097656250000 +0.062988281250 +0.003936767578 +0.134765625000 +-0.200195312500 +-0.133789062500 +-0.245117187500 +-0.101562500000 +0.059326171875 +-0.060546875000 +-0.175781250000 +0.066406250000 +-0.126953125000 +-0.041748046875 +0.111816406250 +0.219726562500 +0.036132812500 +-0.328125000000 +-0.045654296875 +0.014465332031 +0.127929687500 +0.116210937500 +-0.098632812500 +0.120605468750 +0.144531250000 +0.031738281250 +0.298828125000 +0.048339843750 +-0.470703125000 +0.144531250000 +-0.156250000000 +0.093750000000 +-0.037353515625 +-0.048828125000 +0.117187500000 +-0.009338378906 +0.055419921875 +-0.009460449219 +0.166992187500 +-0.102050781250 +0.047851562500 +0.093750000000 +0.082519531250 +-0.030395507812 +0.040283203125 +-0.138671875000 +-0.308593750000 +0.028564453125 +0.111328125000 +0.084472656250 +0.105468750000 +-0.101074218750 +-0.179687500000 +0.047607421875 +-0.140625000000 +-0.152343750000 +0.017333984375 +0.000759124756 +0.177734375000 +0.069824218750 +-0.094238281250 +0.056884765625 +-0.043945312500 +-0.068847656250 +0.075683593750 +0.112304687500 +0.057617187500 +0.001686096191 +-0.474609375000 +0.073242187500 +-0.129882812500 +-0.345703125000 +0.057861328125 +0.073242187500 +-0.021728515625 +-0.211914062500 +0.026245117188 +-0.088378906250 +-0.225585937500 +0.162109375000 +0.000434875488 +-0.215820312500 +0.056884765625 +-0.045898437500 +0.236328125000 +0.099121093750 +0.165039062500 +0.144531250000 +0.036376953125 +-0.017578125000 +-0.188476562500 +-0.000598907471 +-0.165039062500 +0.069824218750 +-0.092773437500 +0.106445312500 +0.091796875000 +-0.035156250000 +-0.094726562500 +-0.259765625000 +0.044433593750 +0.067871093750 +0.073730468750 +-0.071777343750 +0.024536132812 +0.061279296875 +-0.096191406250 +-0.040771484375 +-0.061767578125 +-0.012268066406 +0.211914062500 +0.058349609375 +-0.094726562500 +-0.234375000000 +-0.178710937500 +-0.147460937500 +0.047851562500 +-0.070800781250 +-0.035644531250 +-0.024291992188 +0.028686523438 +-0.036621093750 +-0.249023437500 +-0.024536132812 +-0.233398437500 +-0.134765625000 +0.018432617188 +0.106445312500 +0.031005859375 +0.064453125000 +-0.075683593750 +-0.024291992188 +0.063964843750 +0.234375000000 +0.095703125000 +-0.015441894531 +0.051269531250 +0.049560546875 +0.165039062500 +-0.064453125000 +0.022583007812 +0.144531250000 +0.229492187500 +0.239257812500 +-0.177734375000 +0.018066406250 +0.231445312500 +0.045898437500 +0.036132812500 +0.250000000000 +0.015625000000 +-0.094238281250 +0.070312500000 +0.066894531250 +-0.242187500000 +-0.010192871094 +-0.008361816406 +0.088378906250 +-0.038574218750 +0.103515625000 +0.133789062500 +-0.071777343750 +-0.351562500000 +-0.197265625000 +0.141601562500 +0.058349609375 +0.107910156250 +-0.002243041992 +0.104003906250 +0.110839843750 +0.088378906250 +-0.263671875000 +-0.169921875000 +0.058593750000 +-0.034423828125 +-0.042236328125 +-0.153320312500 +-0.292968750000 +-0.057128906250 +0.073242187500 +0.004425048828 +0.092773437500 +0.167968750000 +0.062255859375 +-0.191406250000 +-0.035156250000 +-0.015014648438 +-0.037841796875 +-0.324218750000 +0.041015625000 +-0.161132812500 +-0.109863281250 +0.053222656250 +0.089843750000 +-0.225585937500 +0.040039062500 +0.088867187500 +0.071777343750 +-0.292968750000 +0.009948730469 +0.006896972656 +0.000295639038 +-0.090332031250 +0.027954101562 +0.090332031250 +-0.032958984375 +-0.224609375000 +-0.058349609375 +-0.085449218750 +-0.082519531250 +0.104980468750 +0.018310546875 +-0.086914062500 +0.025634765625 +0.086425781250 +-0.227539062500 +0.021728515625 +0.071289062500 +-0.124023437500 +0.088867187500 +-0.040771484375 +0.008361816406 +0.137695312500 +-0.093261718750 +-0.000459671021 +-0.017822265625 +0.016235351562 +-0.292968750000 +-0.022827148438 +0.034423828125 +-0.185546875000 +-0.097656250000 +-0.011108398438 +0.142578125000 +0.022338867188 +-0.077148437500 +-0.302734375000 +0.071777343750 +-0.139648437500 +0.051269531250 +-0.007720947266 +-0.249023437500 +-0.064941406250 +-0.322265625000 +0.085449218750 +0.051757812500 +0.039062500000 +-0.175781250000 +0.021484375000 +-0.235351562500 +0.064453125000 +0.019897460938 +-0.277343750000 +0.045898437500 +-0.083496093750 +-0.109375000000 +-0.011840820312 +0.035644531250 +0.039062500000 +0.063964843750 +0.148437500000 +-0.064941406250 +-0.285156250000 +0.018676757812 +-0.104492187500 +0.072753906250 +-0.208007812500 +0.042968750000 +-0.007659912109 +0.020019531250 +-0.347656250000 +0.054931640625 +0.019897460938 +-0.027465820312 +-0.051025390625 +-0.132812500000 +0.023559570312 +0.093750000000 +0.037109375000 +-0.330078125000 +0.092773437500 +0.004302978516 +0.027954101562 +-0.044677734375 +0.034423828125 +-0.047363281250 +-0.073242187500 +-0.187500000000 +0.064453125000 +-0.056884765625 +0.054443359375 +-0.123046875000 +0.011413574219 +-0.009399414062 +-0.153320312500 +0.132812500000 +0.106445312500 +-0.091796875000 +0.116699218750 +0.091796875000 +-0.112304687500 +0.028320312500 +-0.243164062500 +0.009704589844 +-0.119140625000 +-0.312500000000 +-0.423828125000 +-0.060546875000 +-0.016479492188 +0.161132812500 +-0.155273437500 +-0.079101562500 +0.084472656250 +-0.000732421875 +-0.025634765625 +-0.008300781250 +-0.135742187500 +-0.092773437500 +0.082519531250 +-0.235351562500 +-0.005401611328 +0.065917968750 +0.020507812500 +0.085449218750 +0.124023437500 +-0.119140625000 +-0.078613281250 +-0.013793945312 +-0.072753906250 +0.035888671875 +0.072753906250 +-0.005950927734 +0.068359375000 +-0.002853393555 +-0.166015625000 +0.018920898438 +0.027465820312 +-0.148437500000 +-0.000637054443 +-0.011718750000 +-0.028076171875 +-0.034667968750 +0.066406250000 +-0.172851562500 +-0.022460937500 +0.027343750000 +0.012023925781 +0.033691406250 +-0.000339508057 +-0.003402709961 +0.080078125000 +-0.431640625000 +0.014038085938 +-0.109375000000 +0.054443359375 +-0.245117187500 +0.128906250000 +0.075683593750 +-0.053466796875 +0.271484375000 +0.133789062500 +0.061279296875 +-0.067871093750 +-0.004943847656 +-0.099121093750 +-0.104492187500 +-0.281250000000 +-0.154296875000 +-0.292968750000 +-0.133789062500 +-0.192382812500 +-0.199218750000 +0.041992187500 +-0.078613281250 +-0.078125000000 +-0.062011718750 +0.050292968750 +0.155273437500 +-0.125000000000 +0.059082031250 +0.008117675781 +-0.048095703125 +-0.028930664062 +-0.378906250000 +0.030883789062 +0.079101562500 +0.108398437500 +0.024902343750 +-0.000694274902 +0.018920898438 +0.118164062500 +-0.052978515625 +0.035888671875 +-0.031738281250 +0.007537841797 +0.000694274902 +0.001235961914 +-0.006072998047 +0.007598876953 +-0.118164062500 +0.061035156250 +-0.304687500000 +-0.006866455078 +-0.038330078125 +0.071777343750 +0.104003906250 +0.108398437500 +-0.092773437500 +0.024658203125 +-0.032958984375 +0.041259765625 +0.013488769531 +0.026733398438 +0.055908203125 +0.179687500000 +-0.174804687500 +0.063964843750 +-0.328125000000 +0.043945312500 +0.007873535156 +0.007934570312 +0.139648437500 +0.102539062500 +-0.036865234375 +0.188476562500 +0.196289062500 +-0.164062500000 +0.186523437500 +0.017822265625 +0.043457031250 +-0.042480468750 +0.062255859375 +-0.163085937500 +-0.281250000000 +-0.267578125000 +-0.068847656250 +-0.031982421875 +-0.090332031250 +0.109863281250 +-0.027587890625 +-0.012939453125 +0.111816406250 +-0.134765625000 +0.111816406250 +-0.009033203125 +0.009582519531 +0.031982421875 +-0.320312500000 +0.096679687500 +0.111816406250 +0.030761718750 +0.107910156250 +0.111328125000 +0.011474609375 +-0.002243041992 +-0.263671875000 +-0.047119140625 +0.067382812500 +-0.026855468750 +-0.060058593750 +-0.031005859375 +-0.095214843750 +0.240234375000 +-0.096679687500 +-0.048095703125 +-0.116699218750 +0.031738281250 +-0.059326171875 +-0.052001953125 +0.201171875000 +0.121093750000 +-0.091796875000 +0.012451171875 +0.007812500000 +0.148437500000 +-0.002868652344 +0.087890625000 +0.091308593750 +0.001037597656 +0.080566406250 +0.040527343750 +-0.125000000000 +0.061279296875 +-0.141601562500 +0.129882812500 +0.125976562500 +0.068847656250 +-0.085937500000 +0.047607421875 +0.029541015625 +0.263671875000 +-0.037353515625 +0.160156250000 +0.140625000000 +0.103515625000 +0.084960937500 +-0.099121093750 +-0.267578125000 +-0.124023437500 +-0.107910156250 +0.028930664062 +-0.069824218750 +0.213867187500 +-0.437500000000 +0.014587402344 +-0.069824218750 +-0.073242187500 +-0.047363281250 +0.054687500000 +0.053710937500 +0.132812500000 +-0.240234375000 +-0.030639648438 +0.057128906250 +0.024902343750 +-0.018676757812 +0.087402343750 +0.062500000000 +-0.145507812500 +0.115234375000 +-0.012023925781 +-0.050537109375 +0.125976562500 +-0.006408691406 +-0.068359375000 +0.012145996094 +0.100585937500 +-0.079101562500 +-0.041503906250 +-0.080566406250 +-0.037841796875 +-0.038818359375 +0.091308593750 +0.142578125000 +0.093261718750 +0.150390625000 +-0.003555297852 +-0.212890625000 +-0.190429687500 +-0.048095703125 +-0.049072265625 +0.056396484375 +0.314453125000 +-0.071777343750 +0.054199218750 +-0.082031250000 +-0.263671875000 +0.023803710938 +-0.174804687500 +-0.049560546875 +-0.255859375000 +-0.165039062500 +-0.049804687500 +-0.115722656250 +0.077636718750 +-0.056396484375 +0.105468750000 +-0.106445312500 +0.215820312500 +-0.054443359375 +0.046630859375 +0.100097656250 +0.104492187500 +0.136718750000 +-0.195312500000 +0.094238281250 +-0.287109375000 +0.193359375000 +-0.040527343750 +0.031250000000 +-0.012695312500 +0.041259765625 +0.005035400391 +0.175781250000 +-0.104980468750 +-0.166992187500 +0.021850585938 +0.044677734375 +0.175781250000 +0.030395507812 +-0.115234375000 +0.184570312500 +-0.049804687500 +-0.099121093750 +-0.058837890625 +-0.016845703125 +-0.087402343750 +0.023437500000 +-0.194335937500 +-0.034179687500 +-0.112792968750 +-0.077148437500 +-0.228515625000 +-0.006927490234 +-0.054687500000 +0.094238281250 +-0.013610839844 +-0.085937500000 +-0.073730468750 +0.167968750000 +-0.000514984131 +-0.167968750000 +0.022094726562 +-0.014404296875 +-0.005523681641 +0.110839843750 +0.110351562500 +-0.138671875000 +0.110351562500 +0.075683593750 +-0.179687500000 +-0.094726562500 +-0.028686523438 +-0.041503906250 +-0.170898437500 +-0.062500000000 +-0.053955078125 +-0.004638671875 +-0.067382812500 +0.009460449219 +-0.027099609375 +-0.082031250000 +0.222656250000 +-0.088378906250 +0.052001953125 +0.125000000000 +-0.026611328125 +0.008056640625 +-0.002182006836 +0.035156250000 +-0.296875000000 +0.251953125000 +0.030761718750 +0.058105468750 +0.008850097656 +0.070800781250 +0.002059936523 +-0.044433593750 +-0.119628906250 +-0.130859375000 +0.099609375000 +-0.040771484375 +0.005615234375 +0.057128906250 +-0.412109375000 +0.009216308594 +-0.149414062500 +0.098632812500 +0.052001953125 +0.010253906250 +-0.029663085938 +0.079589843750 +-0.149414062500 +0.010925292969 +0.187500000000 +0.061279296875 +-0.083984375000 +-0.114257812500 +0.032226562500 +-0.046875000000 +-0.062255859375 +0.110839843750 +-0.027343750000 +0.215820312500 +-0.020263671875 +-0.077636718750 +-0.018066406250 +0.088378906250 +0.098632812500 +-0.235351562500 +0.223632812500 +-0.126953125000 +0.023193359375 +-0.039062500000 +-0.324218750000 +-0.032226562500 +-0.147460937500 +-0.058837890625 +-0.148437500000 +0.064941406250 +-0.088867187500 +-0.051757812500 +0.026123046875 +-0.023925781250 +-0.084960937500 +-0.012512207031 +-0.201171875000 +-0.027465820312 +0.057128906250 +0.052490234375 +-0.008239746094 +0.031982421875 +-0.064453125000 +0.075683593750 +-0.124511718750 +-0.005523681641 +0.109375000000 +0.001647949219 +-0.133789062500 +0.098144531250 +0.060058593750 +-0.128906250000 +0.135742187500 +0.104003906250 +0.028076171875 +-0.073730468750 +0.113281250000 +-0.141601562500 +-0.361328125000 +0.057617187500 +-0.172851562500 +0.189453125000 +-0.022460937500 +-0.052246093750 +0.094238281250 +-0.042724609375 +-0.131835937500 +-0.137695312500 +-0.273437500000 +0.081054687500 +-0.257812500000 +-0.100097656250 +0.089355468750 +0.107421875000 +-0.068847656250 +0.127929687500 +0.165039062500 +-0.139648437500 +-0.126953125000 +0.028930664062 +-0.126953125000 +0.003234863281 +-0.047363281250 +0.020019531250 +0.111328125000 +-0.064941406250 +-0.012329101562 +0.038818359375 +-0.138671875000 +-0.070312500000 +-0.133789062500 +-0.048095703125 +-0.041259765625 +0.161132812500 +0.047119140625 +-0.095214843750 +-0.108398437500 +0.051025390625 +-0.031250000000 +-0.029663085938 +-0.375000000000 +-0.018676757812 +0.057617187500 +0.182617187500 +-0.026000976562 +0.076171875000 +-0.119628906250 +0.086914062500 +-0.229492187500 +-0.355468750000 +0.073242187500 +-0.033691406250 +-0.026245117188 +0.132812500000 +-0.034423828125 +-0.185546875000 +0.184570312500 +-0.275390625000 +0.060058593750 +0.028808593750 +0.063964843750 +0.113769531250 +-0.215820312500 +0.068359375000 +-0.330078125000 +-0.361328125000 +-0.033447265625 +-0.064941406250 +0.048095703125 +0.044433593750 +-0.197265625000 +0.111816406250 +-0.154296875000 +0.070800781250 +-0.167968750000 +-0.341796875000 +0.051269531250 +0.084960937500 +0.056152343750 +0.314453125000 +0.020263671875 +-0.186523437500 +-0.010925292969 +0.008972167969 +0.005645751953 +-0.038330078125 +-0.101562500000 +0.026733398438 +-0.198242187500 +-0.044921875000 +0.054199218750 +-0.190429687500 +-0.101074218750 +0.027587890625 +-0.269531250000 +-0.130859375000 +0.265625000000 +0.033203125000 +-0.024902343750 +-0.097656250000 +0.040283203125 +-0.030151367188 +-0.076660156250 +0.013122558594 +-0.214843750000 +0.092773437500 +0.043701171875 +0.036376953125 +-0.064941406250 +0.053222656250 +-0.149414062500 +-0.032958984375 +-0.308593750000 +-0.048095703125 +-0.043457031250 +0.024169921875 +-0.223632812500 +-0.013061523438 +-0.018798828125 +-0.074218750000 +-0.088867187500 +0.145507812500 +0.013427734375 +-0.019775390625 +0.018310546875 +-0.030273437500 +-0.200195312500 +-0.111328125000 +-0.230468750000 +0.137695312500 +-0.057128906250 +0.028930664062 +-0.061279296875 +0.034179687500 +0.084960937500 +-0.157226562500 +0.032958984375 +0.049072265625 +-0.396484375000 +-0.131835937500 +0.037109375000 +-0.032958984375 +0.145507812500 +-0.076171875000 +0.092773437500 +-0.047363281250 +-0.087402343750 +-0.259765625000 +0.025634765625 +-0.069335937500 +0.037353515625 +0.013183593750 +-0.024536132812 +-0.235351562500 +-0.062988281250 +-0.083984375000 +0.066894531250 +0.054443359375 +-0.145507812500 +-0.123046875000 +0.014526367188 +-0.043212890625 +-0.002182006836 +-0.250000000000 +0.013977050781 +-0.026489257812 +-0.023925781250 +-0.248046875000 +0.116699218750 +-0.094726562500 +0.027465820312 +0.142578125000 +0.023803710938 +0.134765625000 +-0.196289062500 +-0.010864257812 +-0.161132812500 +-0.039306640625 +0.125976562500 +0.111328125000 +0.108398437500 +-0.002655029297 +-0.074707031250 +0.061035156250 +-0.414062500000 +0.007110595703 +-0.005249023438 +-0.036376953125 +0.076171875000 +0.115234375000 +0.146484375000 +-0.017089843750 +-0.000151634216 +-0.145507812500 +-0.041015625000 +0.057373046875 +0.009216308594 +0.054443359375 +-0.042968750000 +0.005554199219 +0.035400390625 +-0.224609375000 +-0.179687500000 +-0.029052734375 +-0.249023437500 +-0.007873535156 +-0.064941406250 +-0.196289062500 +-0.084472656250 +0.082031250000 +-0.052001953125 +-0.511718750000 +-0.046386718750 +0.051757812500 +0.184570312500 +0.093261718750 +0.392578125000 +-0.142578125000 +0.044677734375 +-0.078613281250 +0.080566406250 +-0.038330078125 +-0.112304687500 +0.056884765625 +-0.138671875000 +0.114257812500 +-0.090820312500 +-0.069335937500 +-0.111816406250 +0.044433593750 +0.098144531250 +-0.029663085938 +0.408203125000 +-0.051025390625 +0.114257812500 +0.044189453125 +-0.026611328125 +0.056884765625 +-0.261718750000 +-0.017211914062 +-0.128906250000 +-0.275390625000 +-0.049316406250 +0.023193359375 +0.085937500000 +-0.001998901367 +0.162109375000 +-0.042236328125 +0.065917968750 +0.131835937500 +0.073242187500 +0.124511718750 +0.406250000000 +0.104492187500 +0.150390625000 +0.037353515625 +0.215820312500 +-0.326171875000 +-0.078613281250 +0.133789062500 +0.114257812500 +0.016967773438 +-0.104003906250 +-0.263671875000 +0.019409179688 +-0.302734375000 +-0.324218750000 +-0.164062500000 +-0.406250000000 +-0.038818359375 +0.017089843750 +-0.310546875000 +-0.122070312500 +-0.051513671875 +-0.275390625000 +-0.018188476562 +0.023193359375 +-0.057128906250 +0.092773437500 +-0.110839843750 +0.184570312500 +0.097167968750 +0.001876831055 +-0.145507812500 +-0.120605468750 +-0.101562500000 +0.038085937500 +-0.175781250000 +-0.140625000000 +0.062988281250 +-0.007873535156 +0.081054687500 +0.025146484375 +-0.253906250000 +-0.052978515625 +0.214843750000 +0.169921875000 +-0.068847656250 +-0.028076171875 +-0.060302734375 +-0.049072265625 +-0.162109375000 +0.039550781250 +0.065429687500 +-0.072265625000 +-0.034667968750 +0.097656250000 +-0.318359375000 +0.034912109375 +-0.062988281250 +-0.246093750000 +0.006317138672 +-0.154296875000 +-0.000010609627 +0.043701171875 +0.012878417969 +0.148437500000 +-0.147460937500 +-0.221679687500 +0.017333984375 +-0.033691406250 +-0.167968750000 +0.137695312500 +0.253906250000 +0.054199218750 +0.083007812500 +-0.052734375000 +0.224609375000 +-0.585937500000 +-0.004150390625 +0.039062500000 +0.070312500000 +0.075195312500 +0.071289062500 +-0.123046875000 +-0.010864257812 +0.062500000000 +0.022216796875 +-0.253906250000 +-0.149414062500 +-0.161132812500 +-0.067871093750 +-0.041748046875 +-0.001327514648 +-0.038574218750 +-0.165039062500 +-0.047851562500 +-0.059814453125 +-0.058105468750 +-0.004150390625 +0.004882812500 +-0.059326171875 +-0.302734375000 +0.143554687500 +0.031005859375 +-0.011657714844 +-0.013488769531 +-0.404296875000 +-0.148437500000 +0.143554687500 +0.121582031250 +-0.273437500000 +0.010559082031 +-0.238281250000 +0.038085937500 +-0.335937500000 +0.035156250000 +0.041748046875 +-0.019531250000 +-0.011108398438 +0.036621093750 +0.000572204590 +0.008972167969 +0.075683593750 +-0.248046875000 +-0.153320312500 +0.126953125000 +-0.131835937500 +0.066894531250 +0.042724609375 +-0.128906250000 +-0.046875000000 +-0.162109375000 +-0.023681640625 +0.028808593750 +-0.102539062500 +0.120605468750 +0.038330078125 +0.294921875000 +0.140625000000 +-0.184570312500 +0.090332031250 +-0.081542968750 +-0.052978515625 +-0.072753906250 +-0.191406250000 +0.180664062500 +0.040527343750 +-0.304687500000 +0.065917968750 +0.059326171875 +0.124023437500 +-0.219726562500 +-0.010864257812 +-0.188476562500 +0.041503906250 +0.044433593750 +-0.049316406250 +-0.320312500000 +-0.179687500000 +-0.017333984375 +-0.132812500000 +0.083007812500 +0.022705078125 +0.005798339844 +0.125000000000 +-0.118164062500 +0.250000000000 +0.026611328125 +-0.018310546875 +-0.010559082031 +-0.208007812500 +-0.051269531250 +0.104492187500 +-0.117675781250 +0.001640319824 +-0.010131835938 +-0.100585937500 +-0.032958984375 +-0.237304687500 +0.074707031250 +0.003570556641 +0.085937500000 +-0.337890625000 +0.081542968750 +0.122070312500 +0.068847656250 +-0.012145996094 +-0.173828125000 +-0.131835937500 +0.164062500000 +-0.109863281250 +-0.009643554688 +0.072753906250 +-0.138671875000 +-0.125976562500 +-0.244140625000 +0.028808593750 +0.104980468750 +-0.201171875000 +0.052978515625 +0.120605468750 +0.143554687500 +0.168945312500 +-0.244140625000 +0.031005859375 +-0.017456054688 +-0.209960937500 +0.071777343750 +-0.140625000000 +0.103515625000 +0.005554199219 +-0.373046875000 +0.153320312500 +-0.052978515625 +0.113769531250 +-0.080078125000 +-0.135742187500 +-0.402343750000 +0.058593750000 +0.052490234375 +-0.316406250000 +-0.353515625000 +0.046875000000 +-0.009948730469 +-0.122558593750 +0.100585937500 +0.029174804688 +-0.007690429688 +0.170898437500 +0.135742187500 +0.045654296875 +-0.057617187500 +-0.209960937500 +-0.056884765625 +-0.320312500000 +-0.033691406250 +0.086425781250 +0.049316406250 +0.126953125000 +0.049316406250 +-0.161132812500 +-0.114746093750 +-0.234375000000 +0.011230468750 +-0.030151367188 +0.078125000000 +0.066406250000 +0.000191688538 +-0.064941406250 +-0.152343750000 +-0.007202148438 +-0.304687500000 +-0.127929687500 +-0.013549804688 +-0.208984375000 +0.024169921875 +-0.002395629883 +-0.137695312500 +-0.015258789062 +-0.148437500000 +0.007232666016 +-0.056884765625 +0.169921875000 +0.005859375000 +0.089355468750 +-0.049072265625 +0.102539062500 +-0.371093750000 +0.111328125000 +-0.084960937500 +-0.203125000000 +-0.036621093750 +-0.055664062500 +0.036132812500 +-0.136718750000 +-0.186523437500 +0.046386718750 +-0.078613281250 +-0.048828125000 +-0.242187500000 +-0.019287109375 +-0.228515625000 +-0.021606445312 +-0.033935546875 +-0.558593750000 +-0.063964843750 +-0.150390625000 +0.008239746094 +-0.031127929688 +0.101074218750 +0.041259765625 +0.104003906250 +0.112792968750 +0.086425781250 +-0.130859375000 +-0.090820312500 +-0.004089355469 +0.130859375000 +-0.292968750000 +0.076171875000 +0.024291992188 +0.250000000000 +0.046875000000 +0.016357421875 +0.032714843750 +0.036621093750 +-0.219726562500 +0.062255859375 +0.057128906250 +-0.332031250000 +0.115722656250 +-0.099609375000 +-0.086425781250 +-0.153320312500 +-0.061279296875 +-0.186523437500 +0.026245117188 +-0.238281250000 +-0.147460937500 +-0.095214843750 +0.061767578125 +-0.040283203125 +0.042968750000 +-0.129882812500 +-0.051269531250 +-0.191406250000 +0.271484375000 +-0.108886718750 +-0.002090454102 +0.057861328125 +0.016723632812 +-0.228515625000 +0.041015625000 +-0.265625000000 +0.088378906250 +0.049560546875 +-0.033691406250 +-0.063964843750 +-0.008483886719 +-0.035644531250 +-0.151367187500 +-0.166015625000 +-0.022949218750 +-0.082031250000 +-0.116210937500 +-0.046630859375 +-0.018188476562 +-0.015563964844 +-0.222656250000 +0.126953125000 +-0.164062500000 +-0.189453125000 +-0.138671875000 +0.045654296875 +0.026733398438 +-0.032714843750 +0.035644531250 +0.068847656250 +-0.013549804688 +-0.092285156250 +-0.129882812500 +-0.024291992188 +-0.332031250000 +-0.013488769531 +0.013977050781 +0.072265625000 +0.096679687500 +-0.014526367188 +-0.003524780273 +0.059570312500 +-0.097167968750 +0.054687500000 +0.072753906250 +-0.127929687500 +0.189453125000 +-0.031494140625 +0.104003906250 +0.078125000000 +0.016967773438 +-0.023071289062 +0.000030994415 +-0.199218750000 +0.032226562500 +-0.008300781250 +0.041503906250 +0.086425781250 +-0.216796875000 +-0.006744384766 +-0.005310058594 +0.065429687500 +-0.179687500000 +0.184570312500 +0.025024414062 +-0.023315429688 +0.115234375000 +-0.180664062500 +0.072753906250 +-0.337890625000 +0.075683593750 +0.120117187500 +0.099609375000 +-0.105468750000 +0.097167968750 +0.073730468750 +0.004364013672 +0.093750000000 +0.060302734375 +0.014831542969 +-0.157226562500 +0.036376953125 +0.031738281250 +0.111328125000 +0.052490234375 +0.412109375000 +-0.095703125000 +-0.049316406250 +0.052490234375 +-0.006835937500 +-0.004089355469 +0.129882812500 +0.111328125000 +-0.113769531250 +-0.050781250000 +-0.024414062500 +0.022949218750 +-0.105957031250 +-0.195312500000 +0.053222656250 +0.043457031250 +0.140625000000 +0.100097656250 +0.013610839844 +-0.020507812500 +-0.318359375000 +-0.196289062500 +-0.053955078125 +-0.020751953125 +0.023071289062 +-0.267578125000 +0.088867187500 +0.016479492188 +-0.025878906250 +-0.053222656250 +-0.121093750000 +-0.159179687500 +-0.178710937500 +-0.192382812500 +-0.002349853516 +-0.159179687500 +0.042724609375 +-0.314453125000 +-0.057861328125 +0.090820312500 +0.043212890625 +-0.132812500000 +0.083496093750 +-0.018188476562 +0.082031250000 +-0.023315429688 +-0.204101562500 +0.000774383545 +-0.083984375000 +0.075683593750 +0.244140625000 +0.068847656250 +0.210937500000 +0.062011718750 +0.010986328125 +0.043945312500 +-0.017333984375 +0.063964843750 +-0.014038085938 +-0.109863281250 +0.101074218750 +-0.125976562500 +-0.045410156250 +-0.022338867188 +-0.087890625000 +-0.022338867188 +0.003494262695 +0.193359375000 +0.084960937500 +0.062988281250 +0.164062500000 +-0.021606445312 +-0.014526367188 +0.193359375000 +-0.154296875000 +-0.001922607422 +0.090332031250 +-0.048095703125 +0.171875000000 +-0.168945312500 +0.149414062500 +-0.462890625000 +0.125000000000 +0.119628906250 +-0.050537109375 +-0.051025390625 +0.117187500000 +0.203125000000 +0.024291992188 +-0.134765625000 +-0.165039062500 +-0.124023437500 +0.100097656250 +-0.087890625000 +-0.032470703125 +-0.085449218750 +-0.134765625000 +-0.664062500000 +-0.005584716797 +0.088867187500 +-0.020996093750 +-0.324218750000 +-0.088867187500 +0.026123046875 +-0.006408691406 +0.238281250000 +-0.130859375000 +-0.080566406250 +0.024536132812 +0.021240234375 +-0.000282287598 +0.140625000000 +0.236328125000 +0.107910156250 +-0.182617187500 +0.071289062500 +-0.051757812500 +-0.429687500000 +-0.048828125000 +0.109375000000 +-0.069335937500 +0.021728515625 +-0.106445312500 +-0.051269531250 +-0.039550781250 +-0.082519531250 +-0.080566406250 +0.069335937500 +0.014038085938 +-0.040771484375 +0.008483886719 +0.081054687500 +-0.047119140625 +0.108398437500 +0.018188476562 +-0.003097534180 +-0.008300781250 +-0.367187500000 +0.180664062500 +-0.020507812500 +0.035400390625 +0.016113281250 +0.044921875000 +0.089355468750 +0.197265625000 +0.013366699219 +-0.045166015625 +-0.001426696777 +-0.008789062500 +-0.079101562500 +-0.022460937500 +-0.075683593750 +0.036132812500 +0.070312500000 +0.011108398438 +-0.023559570312 +-0.124511718750 +-0.066894531250 +-0.060302734375 +-0.059570312500 +-0.004882812500 +0.095703125000 +-0.416015625000 +0.031250000000 +-0.082031250000 +-0.186523437500 +-0.103515625000 +-0.219726562500 +0.046875000000 +-0.004302978516 +-0.021972656250 +0.093750000000 +0.040283203125 +0.171875000000 +0.076171875000 +0.058593750000 +-0.230468750000 +0.180664062500 +-0.072265625000 +0.052734375000 +-0.028320312500 +-0.449218750000 +0.047851562500 +-0.001785278320 +-0.088867187500 +-0.163085937500 +0.031982421875 +0.068359375000 +0.101562500000 +-0.079101562500 +-0.101074218750 +-0.005340576172 +-0.078613281250 +0.038330078125 +-0.048583984375 +0.116210937500 +-0.049316406250 +0.031982421875 +-0.024414062500 +-0.094238281250 +-0.022460937500 +-0.205078125000 +-0.096679687500 +-0.020385742188 +-0.065429687500 +0.001251220703 +-0.027099609375 +-0.062988281250 +0.003219604492 +0.159179687500 +-0.071777343750 +0.084472656250 +0.118652343750 +0.004241943359 +-0.143554687500 +-0.154296875000 +0.022827148438 +0.106933593750 +0.071777343750 +-0.014526367188 +-0.010620117188 +0.051513671875 +-0.190429687500 +0.054687500000 +0.275390625000 +0.180664062500 +-0.094726562500 +-0.037841796875 +-0.114257812500 +-0.131835937500 +-0.131835937500 +-0.255859375000 +-0.248046875000 +-0.199218750000 +-0.089355468750 +0.281250000000 +0.054687500000 +-0.029418945312 +-0.091796875000 +0.010864257812 +-0.210937500000 +-0.185546875000 +-0.110839843750 +-0.182617187500 +-0.006591796875 +-0.308593750000 +0.083984375000 +0.011901855469 +-0.085449218750 +0.005584716797 +-0.006439208984 +-0.059082031250 +0.067871093750 +0.034423828125 +-0.041503906250 +-0.081542968750 +-0.125976562500 +0.129882812500 +-0.118652343750 +-0.003250122070 +0.010559082031 +0.019897460938 +-0.086914062500 +0.009826660156 +-0.289062500000 +0.164062500000 +-0.037597656250 +-0.072753906250 +-0.184570312500 +-0.058105468750 +0.126953125000 +-0.161132812500 +0.188476562500 +0.088867187500 +0.055664062500 +0.120605468750 +-0.057861328125 +-0.092285156250 +-0.161132812500 +-0.169921875000 +-0.005523681641 +-0.099121093750 +0.090820312500 +-0.076171875000 +0.026611328125 +0.005950927734 +-0.184570312500 +-0.027221679688 +0.161132812500 +-0.130859375000 +0.410156250000 +-0.022338867188 +-0.032226562500 +-0.095703125000 +-0.205078125000 +-0.152343750000 +-0.247070312500 +0.044189453125 +-0.298828125000 +0.335937500000 +0.035644531250 +-0.154296875000 +-0.115722656250 +-0.146484375000 +-0.202148437500 +-0.115234375000 +-0.312500000000 +-0.066406250000 +-0.039794921875 +-0.040771484375 +0.138671875000 +-0.194335937500 +-0.073242187500 +-0.001808166504 +-0.015869140625 +-0.036865234375 +0.093750000000 +-0.191406250000 +-0.101074218750 +0.097656250000 +-0.052246093750 +0.059814453125 +-0.169921875000 +-0.073242187500 +0.119140625000 +-0.192382812500 +-0.024902343750 +-0.046630859375 +-0.296875000000 +-0.211914062500 +-0.091308593750 +-0.040283203125 +-0.116699218750 +-0.125000000000 +0.105468750000 +-0.241210937500 +-0.215820312500 +-0.050292968750 +-0.137695312500 +-0.146484375000 +-0.079101562500 +-0.259765625000 +-0.022216796875 +-0.243164062500 +0.143554687500 +0.000976562500 +0.030395507812 +0.002883911133 +-0.049316406250 +0.059326171875 +-0.223632812500 +-0.164062500000 +0.198242187500 +-0.247070312500 +0.006866455078 +-0.157226562500 +-0.145507812500 +0.036865234375 +-0.068847656250 +-0.214843750000 +0.033447265625 +0.064941406250 +-0.201171875000 +0.130859375000 +0.101562500000 +-0.531250000000 +-0.096191406250 +-0.041992187500 +-0.167968750000 +0.131835937500 +-0.209960937500 +-0.050781250000 +-0.098144531250 +0.058349609375 +0.143554687500 +0.035888671875 +-0.142578125000 +-0.069824218750 +0.014953613281 +0.043457031250 +0.122558593750 +-0.052001953125 +-0.345703125000 +-0.045898437500 +-0.094238281250 +-0.347656250000 +-0.068359375000 +0.009155273438 +0.094238281250 +-0.241210937500 +0.181640625000 +-0.052978515625 +-0.433593750000 +-0.585937500000 +-0.036865234375 +0.005676269531 +-0.211914062500 +-0.012207031250 +-0.001884460449 +-0.384765625000 +0.081054687500 +0.102050781250 +-0.066894531250 +0.097656250000 +-0.112304687500 +-0.037597656250 +-0.151367187500 +-0.002792358398 +-0.056640625000 +0.378906250000 +0.117675781250 +-0.081054687500 +0.018310546875 +0.028076171875 +-0.197265625000 +-0.151367187500 +0.203125000000 +0.002883911133 +0.038818359375 +-0.033447265625 +-0.135742187500 +0.206054687500 +-0.047119140625 +0.002624511719 +-0.156250000000 +0.168945312500 +-0.145507812500 +-0.140625000000 +0.161132812500 +-0.263671875000 +0.119628906250 +-0.039794921875 +-0.010742187500 +0.275390625000 +-0.148437500000 +-0.032470703125 +-0.076660156250 +-0.146484375000 +-0.022705078125 +0.012512207031 +-0.225585937500 +0.129882812500 +-0.123046875000 +-0.143554687500 +0.118164062500 +-0.221679687500 +-0.067382812500 +-0.089843750000 +0.061523437500 +-0.075683593750 +0.084960937500 +0.052490234375 +0.144531250000 +-0.439453125000 +0.104492187500 +-0.053955078125 +0.083496093750 +-0.365234375000 +-0.171875000000 +0.114257812500 +-0.076660156250 +0.024047851562 +-0.105957031250 +-0.047363281250 +0.261718750000 +0.294921875000 +0.243164062500 +0.029785156250 +-0.013488769531 +-0.245117187500 +0.128906250000 +0.208007812500 +0.269531250000 +0.025268554688 +0.115234375000 +-0.137695312500 +-0.019775390625 +-0.089843750000 +-0.008789062500 +0.146484375000 +0.186523437500 +0.306640625000 +0.049316406250 +-0.084960937500 +-0.020019531250 +0.085937500000 +-0.046630859375 +0.096679687500 +-0.002685546875 +-0.034179687500 +-0.133789062500 +0.056640625000 +0.085937500000 +-0.163085937500 +-0.125000000000 +0.086914062500 +-0.066894531250 +-0.211914062500 +0.023071289062 +-0.077148437500 +-0.033203125000 +-0.168945312500 +-0.007598876953 +-0.421875000000 +-0.160156250000 +-0.314453125000 +-0.020019531250 +0.064941406250 +-0.077148437500 +0.033935546875 +-0.104980468750 +0.036865234375 +0.128906250000 +0.421875000000 +-0.067382812500 +0.036621093750 +-0.125976562500 +0.054687500000 +0.037841796875 +0.067382812500 +0.018066406250 +-0.030029296875 +0.114257812500 +0.144531250000 +0.029418945312 +0.036132812500 +0.159179687500 +0.084960937500 +0.069335937500 +-0.191406250000 +-0.300781250000 +0.007049560547 +-0.028320312500 +0.096679687500 +-0.097656250000 +-0.062500000000 +-0.071777343750 +-0.091308593750 +0.114257812500 +-0.036132812500 +-0.010742187500 +0.083496093750 +-0.013610839844 +-0.117187500000 +0.048583984375 +0.050048828125 +0.263671875000 +0.085449218750 +0.043212890625 +0.044189453125 +0.155273437500 +0.114746093750 +0.104003906250 +-0.061767578125 +0.022583007812 +0.005920410156 +0.049072265625 +-0.003616333008 +-0.064453125000 +-0.109375000000 +0.124511718750 +-0.204101562500 +-0.095703125000 +0.087890625000 +0.189453125000 +-0.357421875000 +0.151367187500 +-0.122070312500 +-0.155273437500 +-0.004486083984 +-0.208984375000 +-0.062011718750 +-0.152343750000 +0.051757812500 +-0.071777343750 +-0.320312500000 +-0.179687500000 +0.210937500000 +0.051757812500 +0.135742187500 +-0.144531250000 +0.086914062500 +0.027465820312 +0.063964843750 +-0.037109375000 +-0.167968750000 +0.008117675781 +0.056640625000 +0.095703125000 +0.130859375000 +0.123535156250 +-0.009033203125 +0.072753906250 +0.160156250000 +0.088867187500 +0.003280639648 +0.031738281250 +0.169921875000 +0.016723632812 +0.007934570312 +0.082519531250 +-0.222656250000 +-0.101562500000 +0.102539062500 +0.021118164062 +-0.029541015625 +0.019653320312 +-0.084472656250 +0.044921875000 +-0.179687500000 +0.011901855469 +0.166015625000 +-0.006805419922 +0.093261718750 +0.037597656250 +-0.040527343750 +-0.009704589844 +0.041503906250 +0.040771484375 +0.080078125000 +-0.011535644531 +0.045410156250 +-0.265625000000 +0.079101562500 +-0.108886718750 +0.018554687500 +-0.402343750000 +-0.040039062500 +-0.107421875000 +-0.178710937500 +0.001007080078 +-0.008239746094 +-0.069824218750 +0.281250000000 +-0.156250000000 +0.070800781250 +0.018554687500 +-0.337890625000 +0.088378906250 +-0.208984375000 +-0.320312500000 +-0.142578125000 +0.097656250000 +0.039794921875 +-0.007659912109 +0.114257812500 +-0.047119140625 +0.032714843750 +-0.064941406250 +-0.092773437500 +0.098632812500 +0.130859375000 +0.019653320312 +0.034179687500 +0.109375000000 +0.010803222656 +-0.001312255859 +0.145507812500 +0.130859375000 +-0.032714843750 +-0.049072265625 +0.026245117188 +-0.032958984375 +0.120605468750 +0.084472656250 +-0.209960937500 +-0.104980468750 +0.022460937500 +-0.045654296875 +-0.002929687500 +-0.061523437500 +-0.038574218750 +-0.082519531250 +-0.026000976562 +-0.400390625000 +0.139648437500 +-0.127929687500 +-0.142578125000 +0.073242187500 +-0.029174804688 +-0.098144531250 +-0.104003906250 +0.104980468750 +-0.058837890625 +-0.010253906250 +0.044677734375 +0.082031250000 +0.115722656250 +-0.203125000000 +0.089843750000 +-0.042236328125 +0.127929687500 +0.010925292969 +0.016357421875 +0.003906250000 +0.012390136719 +-0.172851562500 +0.128906250000 +-0.085449218750 +0.016235351562 +-0.181640625000 +-0.187500000000 +-0.005889892578 +-0.237304687500 +-0.076660156250 +-0.046875000000 +-0.125000000000 +0.031127929688 +0.000984191895 +0.108398437500 +0.035400390625 +-0.060546875000 +0.053955078125 +0.204101562500 +-0.063476562500 +0.093750000000 +0.051269531250 +0.044677734375 +0.062500000000 +0.006988525391 +-0.051269531250 +-0.067871093750 +0.209960937500 +0.080566406250 +0.072265625000 +0.103027343750 +0.085449218750 +-0.193359375000 +0.152343750000 +0.011291503906 +-0.139648437500 +-0.055908203125 +-0.179687500000 +-0.055908203125 +0.092773437500 +-0.024902343750 +0.025512695312 +0.154296875000 +-0.156250000000 +0.053955078125 +0.001258850098 +-0.519531250000 +0.092285156250 +0.019165039062 +-0.163085937500 +-0.251953125000 +-0.001953125000 +0.083496093750 +0.065917968750 +0.056396484375 +-0.019653320312 +-0.138671875000 +-0.091796875000 +0.187500000000 +-0.041748046875 +-0.105957031250 +-0.115234375000 +-0.071777343750 +-0.113281250000 +0.121582031250 +-0.180664062500 +-0.021240234375 +-0.042236328125 +-0.046142578125 +-0.139648437500 +-0.087890625000 +-0.008972167969 +-0.161132812500 +-0.416015625000 +0.143554687500 +-0.115722656250 +0.088378906250 +0.162109375000 +-0.020874023438 +-0.049804687500 +0.032714843750 +0.031127929688 +0.265625000000 +-0.044433593750 +0.037109375000 +0.084472656250 +-0.141601562500 +-0.033935546875 +0.111328125000 +-0.179687500000 +0.092773437500 +-0.020996093750 +0.165039062500 +0.003143310547 +0.099609375000 +0.091796875000 +-0.306640625000 +0.093261718750 +-0.261718750000 +-0.229492187500 +-0.045166015625 +-0.224609375000 +-0.143554687500 +0.035888671875 +-0.191406250000 +-0.095214843750 +0.095214843750 +0.085937500000 +-0.009948730469 +-0.111328125000 +-0.255859375000 +-0.024291992188 +0.134765625000 +-0.566406250000 +0.204101562500 +-0.030395507812 +-0.118652343750 +0.028564453125 +0.056152343750 +-0.053222656250 +-0.061767578125 +0.003860473633 +0.219726562500 +0.173828125000 +-0.147460937500 +-0.009765625000 +-0.039306640625 +-0.092285156250 +0.050537109375 +-0.073242187500 +-0.394531250000 +0.064453125000 +0.104003906250 +-0.085937500000 +-0.033203125000 +0.047363281250 +-0.140625000000 +-0.149414062500 +-0.020141601562 +0.119628906250 +0.166015625000 +-0.013244628906 +-0.249023437500 +-0.074707031250 +-0.144531250000 +-0.243164062500 +0.046386718750 +0.099121093750 +0.045898437500 +0.089843750000 +-0.193359375000 +0.081542968750 +-0.014587402344 +-0.269531250000 +0.511718750000 +-0.226562500000 +0.109375000000 +-0.129882812500 +-0.008728027344 +0.026245117188 +0.046386718750 +0.126953125000 +-0.417968750000 +-0.059814453125 +-0.036865234375 +-0.200195312500 +-0.032714843750 +-0.055175781250 +-0.117675781250 +-0.019409179688 +-0.083007812500 +0.060546875000 +-0.010986328125 +-0.001739501953 +-0.050048828125 +0.126953125000 +-0.032470703125 +-0.566406250000 +0.246093750000 +-0.084472656250 +-0.031494140625 +0.122070312500 +-0.092285156250 +-0.173828125000 +-0.073730468750 +-0.030273437500 +-0.131835937500 +0.079589843750 +-0.060791015625 +-0.031127929688 +0.064453125000 +0.043457031250 +-0.077148437500 +-0.069824218750 +0.550781250000 +0.104980468750 +0.098632812500 +-0.157226562500 +0.018798828125 +0.089843750000 +0.182617187500 +0.130859375000 +-0.231445312500 +-0.035400390625 +0.005004882812 +-0.096679687500 +-0.503906250000 +-0.138671875000 +-0.096679687500 +-0.204101562500 +-0.285156250000 +-0.026611328125 +0.051025390625 +0.025268554688 +-0.121093750000 +-0.013671875000 +-0.050537109375 +-0.341796875000 +0.196289062500 +-0.402343750000 +-0.096679687500 +-0.056396484375 +-0.259765625000 +0.031982421875 +0.100585937500 +-0.000463485718 +-0.125976562500 +0.018676757812 +-0.078125000000 +-0.053710937500 +-0.037597656250 +-0.055908203125 +-0.396484375000 +0.092285156250 +-0.205078125000 +-0.008911132812 +0.076171875000 +-0.219726562500 +0.025268554688 +0.129882812500 +-0.016967773438 +-0.007171630859 +-0.007232666016 +0.044921875000 +0.013610839844 +0.012573242188 +-0.190429687500 +-0.007354736328 +-0.096191406250 +0.168945312500 +-0.269531250000 +-0.165039062500 +-0.116210937500 +-0.101074218750 +0.037841796875 +0.091308593750 +-0.029663085938 +0.124511718750 +-0.031250000000 +-0.104003906250 +0.036132812500 +0.062988281250 +-0.004089355469 +0.033447265625 +-0.173828125000 +0.052246093750 +0.054687500000 +0.018554687500 +-0.002838134766 +0.031494140625 +0.004150390625 +-0.029174804688 +0.020141601562 +-0.172851562500 +-0.221679687500 +-0.431640625000 +-0.134765625000 +-0.062500000000 +-0.030151367188 +-0.071777343750 +-0.593750000000 +0.011779785156 +-0.011596679688 +0.135742187500 +0.063964843750 +-0.024780273438 +0.112304687500 +0.155273437500 +0.082031250000 +0.027954101562 +-0.082519531250 +-0.101074218750 +0.048095703125 +0.092773437500 +0.001602172852 +-0.101562500000 +0.052001953125 +-0.292968750000 +0.004150390625 +0.070800781250 +-0.058593750000 +0.113281250000 +-0.011901855469 +0.059082031250 +0.195312500000 +-0.178710937500 +0.075683593750 +0.060302734375 +0.027832031250 +-0.073242187500 +0.167968750000 +0.076171875000 +0.212890625000 +-0.008789062500 +-0.186523437500 +-0.155273437500 +-0.201171875000 +-0.052978515625 +-0.605468750000 +0.008972167969 +0.093750000000 +-0.028076171875 +-0.231445312500 +-0.023071289062 +0.011352539062 +-0.007171630859 +0.166015625000 +0.020874023438 +-0.211914062500 +-0.042968750000 +-0.025756835938 +-0.016845703125 +0.018920898438 +-0.027465820312 +0.038085937500 +-0.089355468750 +0.042480468750 +-0.070312500000 +-0.671875000000 +-0.443359375000 +-0.133789062500 +0.028320312500 +0.026123046875 +-0.170898437500 +-0.345703125000 +0.063964843750 +-0.018920898438 +0.158203125000 +0.135742187500 +0.074707031250 +0.074218750000 +0.138671875000 +0.070312500000 +0.043945312500 +-0.097167968750 +-0.021972656250 +0.054443359375 +-0.062500000000 +0.003311157227 +-0.076171875000 +0.021484375000 +-0.182617187500 +-0.335937500000 +-0.087402343750 +0.011047363281 +0.005828857422 +-0.062500000000 +0.015625000000 +-0.060791015625 +0.020751953125 +-0.156250000000 +0.061035156250 +0.110351562500 +-0.022460937500 +-0.031982421875 +0.102050781250 +0.043701171875 +-0.015258789062 +-0.069824218750 +-0.109863281250 +-0.209960937500 +0.105957031250 +-0.253906250000 +0.104980468750 +0.005004882812 +-0.044433593750 +-0.091308593750 +-0.203125000000 +0.070800781250 +-0.124511718750 +0.097167968750 +-0.066894531250 +-0.253906250000 +0.114257812500 +-0.124511718750 +0.015563964844 +0.021606445312 +-0.016845703125 +-0.002029418945 +-0.062500000000 +-0.055419921875 +-0.285156250000 +-0.439453125000 +-0.173828125000 +-0.045654296875 +-0.072265625000 +0.097167968750 +0.064941406250 +-0.236328125000 +-0.012756347656 +-0.028930664062 +0.035156250000 +0.034667968750 +0.095214843750 +0.090332031250 +0.018798828125 +0.017578125000 +0.073730468750 +-0.115722656250 +-0.031494140625 +-0.080566406250 +-0.023437500000 +-0.005950927734 +-0.263671875000 +0.021484375000 +-0.077148437500 +-0.060302734375 +-0.199218750000 +0.022460937500 +-0.124023437500 +0.042968750000 +0.044677734375 +-0.101562500000 +0.043457031250 +0.010803222656 +-0.058837890625 +-0.007293701172 +0.081542968750 +-0.034179687500 +0.048095703125 +-0.076171875000 +-0.031005859375 +0.014099121094 +-0.156250000000 +-0.037841796875 +0.053466796875 +-0.322265625000 +0.041503906250 +-0.062255859375 +-0.038330078125 +0.043212890625 +-0.122558593750 +0.014587402344 +-0.158203125000 +-0.089843750000 +0.102539062500 +-0.148437500000 +-0.052001953125 +0.044433593750 +-0.242187500000 +0.050537109375 +0.119628906250 +0.082031250000 +0.082031250000 +0.031738281250 +-0.117675781250 +-0.480468750000 +0.171875000000 +0.050781250000 +0.020629882812 +-0.010681152344 +0.003234863281 +-0.335937500000 +-0.018676757812 +0.076660156250 +-0.059570312500 +0.099609375000 +0.066406250000 +0.008972167969 +0.012695312500 +0.020874023438 +0.010070800781 +0.036376953125 +-0.072265625000 +-0.038330078125 +0.042724609375 +-0.208984375000 +-0.304687500000 +0.018798828125 +-0.138671875000 +0.086425781250 +0.015319824219 +-0.019775390625 +-0.011230468750 +0.134765625000 +-0.124023437500 +-0.218750000000 +0.063476562500 +0.047363281250 +-0.018066406250 +0.002929687500 +-0.039550781250 +-0.104980468750 +0.038574218750 +0.080078125000 +-0.040283203125 +0.154296875000 +0.021850585938 +-0.066406250000 +0.012756347656 +-0.039306640625 +-0.094238281250 +0.016845703125 +-0.074707031250 +0.028808593750 +0.044433593750 +0.031738281250 +-0.074707031250 +-0.065429687500 +0.139648437500 +-0.053955078125 +0.082031250000 +0.083496093750 +-0.058105468750 +-0.017089843750 +0.063476562500 +-0.171875000000 +0.217773437500 +-0.000629425049 +-0.232421875000 +-0.443359375000 +-0.022949218750 +0.024169921875 +0.065917968750 +0.134765625000 +0.037841796875 +-0.398437500000 +-0.101074218750 +0.037597656250 +-0.126953125000 +0.066894531250 +-0.034179687500 +-0.115722656250 +0.023681640625 +0.016113281250 +-0.021362304688 +0.027587890625 +-0.166992187500 +-0.035156250000 +0.129882812500 +-0.365234375000 +0.057373046875 +0.148437500000 +-0.187500000000 +-0.161132812500 +0.116699218750 +-0.053710937500 +-0.051757812500 +-0.053222656250 +-0.016601562500 +-0.136718750000 +0.053955078125 +0.177734375000 +0.024658203125 +-0.051513671875 +0.007171630859 +-0.070312500000 +0.077148437500 +0.050537109375 +-0.155273437500 +0.093261718750 +0.093261718750 +0.020996093750 +-0.022705078125 +-0.049560546875 +-0.052001953125 +0.053466796875 +-0.004211425781 +-0.236328125000 +-0.057128906250 +-0.015441894531 +-0.128906250000 +-0.197265625000 +-0.047851562500 +-0.057617187500 +-0.033691406250 +0.034179687500 +0.135742187500 +-0.006469726562 +0.043457031250 +-0.198242187500 +-0.091796875000 +-0.036865234375 +-0.223632812500 +-0.847656250000 +-0.267578125000 +0.083984375000 +-0.023193359375 +0.177734375000 +0.032226562500 +-0.324218750000 +0.081542968750 +-0.059814453125 +-0.142578125000 +0.080566406250 +0.019531250000 +-0.149414062500 +0.002258300781 +0.005340576172 +-0.182617187500 +-0.057128906250 +-0.060058593750 +-0.047363281250 +0.158203125000 +-0.190429687500 +-0.073242187500 +0.154296875000 +-0.080078125000 +-0.585937500000 +-0.062500000000 +0.112304687500 +-0.006744384766 +-0.205078125000 +-0.145507812500 +-0.310546875000 +0.020385742188 +-0.161132812500 +0.019775390625 +0.047363281250 +0.073242187500 +-0.181640625000 +-0.141601562500 +-0.070800781250 +-0.375000000000 +0.063964843750 +0.013000488281 +-0.006317138672 +0.008239746094 +0.097656250000 +-0.068847656250 +0.060302734375 +0.042724609375 +-0.384765625000 +0.114257812500 +0.113769531250 +-0.059326171875 +0.029663085938 +0.056396484375 +-0.296875000000 +0.005767822266 +-0.035156250000 +0.165039062500 +0.190429687500 +0.152343750000 +0.063476562500 +-0.062500000000 +0.093750000000 +0.001739501953 +-0.925781250000 +-0.439453125000 +0.001075744629 +0.092773437500 +0.054931640625 +0.016113281250 +-0.458984375000 +0.108886718750 +-0.034667968750 +0.157226562500 +0.065429687500 +0.127929687500 +0.016723632812 +-0.058837890625 +0.144531250000 +0.055175781250 +-0.023681640625 +-0.029296875000 +0.113769531250 +0.096191406250 +0.058105468750 +-0.237304687500 +0.194335937500 +0.090332031250 +-0.070800781250 +-0.291015625000 +0.089355468750 +0.078613281250 +-0.061767578125 +-0.115234375000 +-0.073242187500 +-0.160156250000 +-0.194335937500 +-0.005462646484 +-0.005706787109 +0.125976562500 +0.034667968750 +0.065917968750 +-0.008178710938 +-0.198242187500 +-0.237304687500 +-0.102539062500 +-0.079589843750 +-0.097656250000 +-0.018310546875 +0.065917968750 +0.075195312500 +0.089355468750 +-0.281250000000 +-0.122070312500 +-0.007476806641 +0.059082031250 +-0.094726562500 +0.070312500000 +0.037597656250 +0.046875000000 +-0.036132812500 +-0.261718750000 +0.082031250000 +0.066406250000 +0.028198242188 +-0.023071289062 +-0.025390625000 +-0.064941406250 +-0.458984375000 +0.194335937500 +-0.214843750000 +0.011657714844 +0.000656127930 +-0.083984375000 +0.174804687500 +-0.314453125000 +-0.359375000000 +0.136718750000 +-0.021606445312 +0.042724609375 +-0.287109375000 +-0.166992187500 +-0.000759124756 +-0.250000000000 +-0.363281250000 +-0.018920898438 +-0.000208854675 +-0.007385253906 +0.125976562500 +-0.098144531250 +0.129882812500 +0.028076171875 +-0.106933593750 +0.025878906250 +-0.021606445312 +0.017822265625 +-0.107910156250 +-0.296875000000 +-0.132812500000 +-0.135742187500 +-0.267578125000 +0.035400390625 +-0.087890625000 +0.131835937500 +-0.038818359375 +-0.029418945312 +0.166992187500 +-0.152343750000 +-0.084472656250 +-0.322265625000 +-0.182617187500 +-0.053710937500 +0.096191406250 +-0.137695312500 +0.020141601562 +0.111816406250 +-0.093261718750 +-0.096679687500 +0.040039062500 +-0.088867187500 +0.060546875000 +0.008544921875 +-0.101074218750 +0.118652343750 +0.039794921875 +-0.112304687500 +0.127929687500 +-0.000694274902 +0.006011962891 +-0.064453125000 +-0.015014648438 +0.056884765625 +-0.034912109375 +-0.012573242188 +0.006408691406 +-0.000778198242 +-0.052001953125 +-0.099121093750 +0.049804687500 +0.039794921875 +0.161132812500 +-0.013488769531 +0.132812500000 +0.032226562500 +-0.127929687500 +-0.034179687500 +-0.179687500000 +-0.437500000000 +-0.023315429688 +-0.197265625000 +-0.050292968750 +-0.065917968750 +-0.014099121094 +-0.140625000000 +-0.182617187500 +-0.024169921875 +-0.091308593750 +-0.076171875000 +-0.081542968750 +0.152343750000 +0.120117187500 +-0.355468750000 +0.068359375000 +-0.042480468750 +0.034667968750 +0.082031250000 +-0.006317138672 +-0.023193359375 +-0.196289062500 +-0.056152343750 +-0.184570312500 +-0.015625000000 +0.221679687500 +0.039306640625 +-0.127929687500 +-0.190429687500 +-0.060546875000 +-0.145507812500 +-0.052001953125 +0.341796875000 +0.122070312500 +0.018310546875 +-0.057373046875 +-0.137695312500 +-0.214843750000 +0.091796875000 +-0.105468750000 +0.171875000000 +-0.298828125000 +0.042480468750 +0.044677734375 +-0.097656250000 +-0.025146484375 +0.025146484375 +-0.023681640625 +-0.070800781250 +0.168945312500 +-0.094238281250 +-0.113769531250 +0.102050781250 +-0.328125000000 +-0.073242187500 +0.002578735352 +0.001853942871 +0.114257812500 +0.091796875000 +-0.077148437500 +-0.051269531250 +-0.050781250000 +-0.210937500000 +0.032958984375 +-0.230468750000 +-0.198242187500 +0.019653320312 +0.010192871094 +-0.110351562500 +0.135742187500 +0.059082031250 +-0.162109375000 +0.038085937500 +-0.168945312500 +-0.002456665039 +-0.153320312500 +-0.041259765625 +0.025878906250 +-0.085937500000 +-0.133789062500 +0.066894531250 +0.166992187500 +0.190429687500 +0.027343750000 +0.111328125000 +-0.176757812500 +0.049072265625 +-0.244140625000 +-0.006622314453 +0.023803710938 +0.064453125000 +-0.022094726562 +-0.062255859375 +0.031738281250 +-0.094726562500 +0.034912109375 +0.220703125000 +0.209960937500 +0.175781250000 +-0.037841796875 +-0.040527343750 +-0.205078125000 +0.059570312500 +0.151367187500 +-0.005523681641 +-0.166015625000 +-0.029541015625 +0.062988281250 +-0.014099121094 +-0.070800781250 +0.112304687500 +-0.139648437500 +0.075683593750 +0.193359375000 +0.037353515625 +-0.102539062500 +0.110351562500 +-0.245117187500 +-0.091308593750 +0.016845703125 +0.014892578125 +0.081542968750 +0.111328125000 +-0.017578125000 +0.009216308594 +0.029296875000 +-0.025756835938 +-0.048095703125 +0.080566406250 +-0.021240234375 +-0.229492187500 +-0.042480468750 +0.030273437500 +0.077148437500 +-0.085449218750 +-0.142578125000 +-0.043457031250 +-0.022460937500 +-0.148437500000 +-0.164062500000 +0.088867187500 +-0.058593750000 +-0.030639648438 +-0.009704589844 +-0.063476562500 +-0.125000000000 +0.269531250000 +-0.120605468750 +-0.010742187500 +-0.064941406250 +-0.384765625000 +-0.107910156250 +0.059814453125 +-0.291015625000 +0.022827148438 +0.054931640625 +-0.115234375000 +0.205078125000 +-0.041259765625 +-0.131835937500 +0.020874023438 +0.136718750000 +0.080078125000 +-0.071777343750 +-0.041992187500 +-0.006225585938 +0.036376953125 +0.054931640625 +-0.141601562500 +-0.017211914062 +-0.110839843750 +0.028442382812 +-0.143554687500 +0.059326171875 +0.064453125000 +-0.194335937500 +0.072753906250 +0.043701171875 +-0.051757812500 +0.049804687500 +0.014953613281 +0.011230468750 +0.041015625000 +-0.025390625000 +-0.007873535156 +-0.247070312500 +0.032958984375 +-0.171875000000 +-0.022338867188 +0.124023437500 +-0.129882812500 +-0.117187500000 +0.080566406250 +-0.318359375000 +-0.292968750000 +-0.037841796875 +-0.001609802246 +-0.180664062500 +-0.167968750000 +-0.122070312500 +-0.051025390625 +-0.169921875000 +-0.089355468750 +0.026000976562 +0.002410888672 +-0.029663085938 +-0.085449218750 +-0.224609375000 +0.056152343750 +-0.535156250000 +-0.134765625000 +-0.050048828125 +-0.119140625000 +0.170898437500 +-0.087402343750 +-0.384765625000 +0.117675781250 +-0.036132812500 +-0.075195312500 +-0.031127929688 +-0.033203125000 +0.277343750000 +-0.057861328125 +-0.298828125000 +-0.002609252930 +-0.118652343750 +0.105468750000 +-0.006378173828 +-0.095703125000 +0.096679687500 +-0.036132812500 +-0.116210937500 +-0.104003906250 +0.157226562500 +-0.068359375000 +0.068847656250 +0.026733398438 +-0.040771484375 +0.077148437500 +-0.014892578125 +-0.034667968750 +-0.024291992188 +-0.017456054688 +0.078613281250 +0.074707031250 +0.074707031250 +-0.124023437500 +0.082519531250 +0.015319824219 +-0.259765625000 +0.137695312500 +-0.032226562500 +-0.029785156250 +0.113769531250 +-0.046875000000 +-0.080078125000 +-0.019165039062 +-0.314453125000 +-0.200195312500 +-0.045898437500 +0.104980468750 +-0.086425781250 +-0.042480468750 +-0.069335937500 +0.104003906250 +-0.400390625000 +-0.135742187500 +0.029663085938 +0.003540039062 +-0.012329101562 +-0.112304687500 +-0.134765625000 +0.147460937500 +-0.145507812500 +-0.075195312500 +-0.096191406250 +-0.083984375000 +0.114746093750 +0.074707031250 +-0.193359375000 +0.212890625000 +0.121093750000 +0.357421875000 +0.044189453125 +-0.062988281250 +0.287109375000 +-0.304687500000 +-0.092773437500 +0.078613281250 +-0.120117187500 +-0.096679687500 +-0.097167968750 +-0.166992187500 +0.025268554688 +-0.008972167969 +-0.044677734375 +-0.050537109375 +-0.195312500000 +-0.271484375000 +0.082519531250 +-0.192382812500 +-0.207031250000 +-0.050537109375 +-0.320312500000 +-0.202148437500 +0.267578125000 +0.028442382812 +-0.012207031250 +-0.044677734375 +0.169921875000 +0.014221191406 +0.232421875000 +0.117675781250 +0.190429687500 +-0.074218750000 +0.032470703125 +-0.067382812500 +0.131835937500 +0.085937500000 +0.055664062500 +0.152343750000 +-0.013793945312 +-0.038330078125 +0.022460937500 +0.098144531250 +-0.078613281250 +0.095214843750 +-0.099121093750 +-0.125000000000 +-0.079589843750 +-0.281250000000 +0.093750000000 +0.065429687500 +-0.036376953125 +-0.053955078125 +-0.049072265625 +0.047119140625 +0.152343750000 +0.142578125000 +0.154296875000 +0.003585815430 +0.050048828125 +-0.023559570312 +0.044189453125 +0.204101562500 +-0.001167297363 +0.095703125000 +0.140625000000 +0.069824218750 +-0.104003906250 +-0.037109375000 +-0.116210937500 +0.047119140625 +-0.004638671875 +0.296875000000 +0.045654296875 +0.003967285156 +0.157226562500 +-0.095214843750 +-0.078125000000 +0.014404296875 +-0.030517578125 +0.068847656250 +0.070800781250 +0.006652832031 +0.125000000000 +-0.046875000000 +0.163085937500 +0.049072265625 +-0.244140625000 +0.042236328125 +0.186523437500 +0.032470703125 +-0.118164062500 +0.010498046875 +0.060546875000 +-0.170898437500 +-0.054199218750 +-0.151367187500 +-0.233398437500 +0.047363281250 +-0.197265625000 +-0.000349044800 +-0.099609375000 +0.035156250000 +-0.147460937500 +-0.179687500000 +-0.003082275391 +0.016113281250 +-0.035400390625 +-0.044189453125 +0.012939453125 +0.090820312500 +-0.159179687500 +-0.404296875000 +-0.038085937500 +0.046630859375 +-0.015563964844 +-0.149414062500 +-0.402343750000 +-0.079589843750 +-0.166992187500 +-0.181640625000 +-0.001213073730 +0.118652343750 +-0.222656250000 +-0.095703125000 +-0.188476562500 +-0.400390625000 +-0.652343750000 +0.008789062500 +-0.029052734375 +0.000812530518 +-0.458984375000 +-0.145507812500 +0.195312500000 +0.109375000000 +0.267578125000 +0.165039062500 +0.035888671875 +-0.043457031250 +0.148437500000 +-0.091308593750 +-0.112792968750 +0.144531250000 +-0.235351562500 +0.055908203125 +0.046386718750 +0.003036499023 +-0.005157470703 +0.138671875000 +0.083984375000 +-0.031982421875 +0.175781250000 +-0.059814453125 +-0.006134033203 +-0.361328125000 +0.007781982422 +-0.049804687500 +-0.103027343750 +-0.014282226562 +-0.296875000000 +-0.133789062500 +-0.024047851562 +-0.119140625000 +-0.196289062500 +-0.023071289062 +-0.326171875000 +-0.127929687500 +0.209960937500 +0.048828125000 +0.057373046875 +0.022705078125 +-0.166015625000 +-0.024536132812 +0.043945312500 +0.057373046875 +-0.206054687500 +0.066406250000 +0.000755310059 +-0.067871093750 +0.145507812500 +-0.043212890625 +-0.410156250000 +-0.044189453125 +0.114746093750 +-0.055419921875 +0.032226562500 +-0.004791259766 +-0.160156250000 +-0.042480468750 +0.099121093750 +0.193359375000 +0.042480468750 +0.320312500000 +-0.021606445312 +0.053466796875 +-0.221679687500 +-0.046386718750 +-0.189453125000 +-0.157226562500 +-0.187500000000 +0.047607421875 +-0.031982421875 +-0.144531250000 +0.013183593750 +-0.089843750000 +0.054687500000 +0.193359375000 +0.132812500000 +0.001274108887 +0.127929687500 +-0.062988281250 +-0.056152343750 +-0.117187500000 +-0.090332031250 +-0.003372192383 +0.156250000000 +0.163085937500 +0.057128906250 +-0.237304687500 +0.034667968750 +-0.025268554688 +0.129882812500 +-0.170898437500 +-0.161132812500 +-0.040283203125 +-0.069824218750 +-0.078125000000 +-0.110351562500 +-0.047607421875 +-0.171875000000 +0.074707031250 +0.174804687500 +0.110839843750 +0.005981445312 +-0.034423828125 +0.162109375000 +0.032226562500 +0.041259765625 +0.008605957031 +-0.585937500000 +-0.220703125000 +-0.082031250000 +-0.056640625000 +0.113281250000 +-0.007934570312 +-0.357421875000 +-0.068359375000 +0.057861328125 +-0.114746093750 +0.036376953125 +0.012329101562 +-0.061523437500 +-0.041748046875 +0.136718750000 +-0.127929687500 +0.247070312500 +-0.114257812500 +-0.136718750000 +0.066894531250 +0.037841796875 +0.094238281250 +-0.127929687500 +-0.114257812500 +-0.039794921875 +-0.009948730469 +0.026245117188 +-0.133789062500 +0.055908203125 +-0.036865234375 +-0.178710937500 +0.027587890625 +0.248046875000 +-0.179687500000 +-0.013183593750 +-0.041259765625 +-0.008666992188 +-0.123535156250 +0.052246093750 +-0.013488769531 +0.117675781250 +0.085937500000 +-0.039550781250 +-0.151367187500 +0.097656250000 +-0.056640625000 +0.005950927734 +-0.190429687500 +-0.054199218750 +0.018310546875 +-0.103027343750 +-0.041259765625 +-0.194335937500 +0.107421875000 +-0.012451171875 +-0.083007812500 +-0.373046875000 +-0.008728027344 +0.086914062500 +-0.115234375000 +0.267578125000 +0.075195312500 +-0.074707031250 +0.024291992188 +-0.765625000000 +-0.094726562500 +0.082031250000 +0.035644531250 +0.212890625000 +0.065917968750 +-0.168945312500 +-0.104492187500 +-0.363281250000 +0.038085937500 +-0.208007812500 +-0.062500000000 +-0.141601562500 +0.013916015625 +0.002532958984 +0.067871093750 +0.009399414062 +0.049804687500 +-0.011596679688 +0.078613281250 +0.232421875000 +-0.363281250000 +-0.152343750000 +0.143554687500 +-0.656250000000 +-0.072753906250 +-0.016601562500 +0.027099609375 +0.085937500000 +0.131835937500 +-0.589843750000 +-0.031005859375 +0.055419921875 +-0.181640625000 +-0.043457031250 +0.008789062500 +0.011901855469 +-0.088378906250 +-0.147460937500 +0.150390625000 +-0.148437500000 +0.014465332031 +-0.089843750000 +-0.062988281250 +0.002044677734 +0.020629882812 +-0.110351562500 +-0.042968750000 +-0.082031250000 +-0.060791015625 +0.000495910645 +-0.228515625000 +-0.082519531250 +0.080566406250 +0.022583007812 +-0.181640625000 +0.224609375000 +-0.073242187500 +0.054443359375 +-0.085449218750 +0.130859375000 +0.135742187500 +-0.158203125000 +0.145507812500 +-0.213867187500 +0.084472656250 +-0.003234863281 +0.000324249268 +0.208007812500 +-0.012207031250 +-0.029418945312 +0.056396484375 +0.021850585938 +-0.041503906250 +-0.090332031250 +-0.076660156250 +-0.059082031250 +0.048828125000 +-0.255859375000 +-0.050292968750 +-0.343750000000 +-0.055419921875 +-0.091308593750 +-0.081054687500 +0.004089355469 +-0.235351562500 +-0.250000000000 +0.042480468750 +-0.249023437500 +0.255859375000 +0.124511718750 +0.071289062500 +0.169921875000 +-0.069824218750 +-0.482421875000 +0.093261718750 +-0.123535156250 +-0.048095703125 +0.051513671875 +-0.052734375000 +-0.361328125000 +-0.016357421875 +-0.005889892578 +-0.122558593750 +-0.111816406250 +-0.183593750000 +-0.071289062500 +-0.018310546875 +0.162109375000 +0.118164062500 +0.012390136719 +-0.186523437500 +-0.351562500000 +0.027465820312 +-0.049072265625 +-0.228515625000 +-0.225585937500 +-0.181640625000 +-0.157226562500 +-0.208007812500 +0.375000000000 +0.033203125000 +0.094726562500 +-0.014526367188 +-0.070800781250 +0.064453125000 +0.114746093750 +-0.039550781250 +-0.574218750000 +-0.345703125000 +0.072265625000 +0.013427734375 +0.113281250000 +-0.032226562500 +-0.013732910156 +0.111816406250 +0.125976562500 +0.006347656250 +-0.208007812500 +-0.011352539062 +-0.032958984375 +-0.038330078125 +-0.244140625000 +-0.047607421875 +-0.169921875000 +-0.074707031250 +0.165039062500 +-0.019287109375 +0.073242187500 +0.089355468750 +-0.132812500000 +-0.166992187500 +-0.088378906250 +-0.053222656250 +0.202148437500 +0.065917968750 +0.155273437500 +-0.016479492188 +-0.353515625000 +0.003173828125 +0.071289062500 +0.115722656250 +-0.093750000000 +0.073242187500 +-0.269531250000 +0.000637054443 +0.175781250000 +0.044921875000 +0.349609375000 +0.081542968750 +0.065429687500 +0.078125000000 +0.086425781250 +0.133789062500 +0.078613281250 +0.022460937500 +-0.406250000000 +0.188476562500 +-0.104492187500 +0.034667968750 +-0.179687500000 +-0.040527343750 +-0.080566406250 +-0.099609375000 +0.101074218750 +0.097656250000 +0.079101562500 +-0.231445312500 +-0.010925292969 +0.083496093750 +-0.072265625000 +0.074707031250 +-0.365234375000 +-0.025878906250 +-0.047607421875 +0.095214843750 +0.108886718750 +0.001388549805 +-0.145507812500 +0.032958984375 +0.130859375000 +-0.247070312500 +-0.121582031250 +0.018188476562 +-0.212890625000 +-0.322265625000 +-0.398437500000 +-0.061035156250 +0.386718750000 +0.125976562500 +-0.015747070312 +0.016357421875 +0.042236328125 +-0.025024414062 +0.160156250000 +-0.023803710938 +0.047607421875 +-0.192382812500 +0.118164062500 +-0.013488769531 +-0.105468750000 +-0.066406250000 +0.039794921875 +0.097656250000 +0.071777343750 +-0.045410156250 +-0.273437500000 +-0.003967285156 +-0.558593750000 +0.139648437500 +0.042724609375 +-0.186523437500 +-0.644531250000 +-0.023559570312 +0.012268066406 +-0.095214843750 +0.026611328125 +0.127929687500 +-0.100097656250 +-0.075195312500 +0.055664062500 +-0.151367187500 +0.026000976562 +0.094726562500 +0.001770019531 +0.177734375000 +-0.017578125000 +0.070312500000 +-0.246093750000 +0.054931640625 +0.123046875000 +-0.018066406250 +0.086425781250 +-0.112304687500 +0.031738281250 +-0.091308593750 +0.045898437500 +0.314453125000 +0.034179687500 +-0.056152343750 +0.074218750000 +0.080566406250 +0.228515625000 +0.140625000000 +0.004943847656 +0.149414062500 +0.105468750000 +-0.029541015625 +0.091308593750 +0.068359375000 +0.158203125000 +0.081054687500 +0.037597656250 +0.096679687500 +0.184570312500 +-0.008056640625 +-0.156250000000 +0.165039062500 +0.089843750000 +0.073242187500 +0.093750000000 +-0.129882812500 +-0.010253906250 +-0.011657714844 +-0.168945312500 +0.015441894531 +-0.027099609375 +0.085449218750 +-0.134765625000 +-0.201171875000 +-0.003967285156 +0.002212524414 +-0.431640625000 +0.137695312500 +0.014831542969 +-0.074707031250 +-0.001380920410 +-0.049072265625 +0.011962890625 +0.089843750000 +-0.009643554688 +0.000225067139 +-0.394531250000 +-0.052001953125 +0.026855468750 +-0.127929687500 +0.064453125000 +-0.017700195312 +0.023071289062 +0.069335937500 +0.013916015625 +-0.207031250000 +0.133789062500 +-0.250000000000 +0.023803710938 +0.026611328125 +-0.087402343750 +0.041748046875 +-0.182617187500 +0.164062500000 +-0.192382812500 +0.121582031250 +0.104980468750 +-0.019042968750 +0.007812500000 +0.068847656250 +0.118164062500 +0.025390625000 +-0.249023437500 +0.131835937500 +0.045898437500 +0.038330078125 +0.089355468750 +-0.015747070312 +-0.003662109375 +0.093261718750 +-0.120117187500 +-0.027832031250 +0.107910156250 +0.104492187500 +0.027587890625 +0.231445312500 +0.066406250000 +0.192382812500 +0.120117187500 +-0.310546875000 +-0.074707031250 +0.002365112305 +0.038085937500 +0.066894531250 +0.073242187500 +0.145507812500 +0.024047851562 +-0.435546875000 +-0.172851562500 +0.023071289062 +-0.369140625000 +0.023681640625 +-0.072265625000 +-0.032226562500 +0.072265625000 +0.182617187500 +-0.032714843750 +-0.054199218750 +0.039550781250 +-0.021240234375 +-0.006530761719 +0.022583007812 +-0.027709960938 +-0.069335937500 +0.207031250000 +0.155273437500 +-0.027832031250 +0.008239746094 +-0.018188476562 +0.082031250000 +0.197265625000 +-0.092285156250 +0.138671875000 +0.021972656250 +0.075195312500 +-0.300781250000 +-0.110351562500 +-0.257812500000 +-0.044677734375 +-0.292968750000 +0.115234375000 +-0.029541015625 +-0.013732910156 +0.016601562500 +-0.091308593750 +-0.033935546875 +-0.269531250000 +-0.035156250000 +0.076171875000 +0.010314941406 +0.021240234375 +0.012512207031 +0.086914062500 +0.014099121094 +-0.160156250000 +0.056396484375 +-0.029785156250 +0.136718750000 +-0.058593750000 +0.073242187500 +0.023071289062 +0.192382812500 +-0.081054687500 +-0.365234375000 +0.083496093750 +0.015869140625 +-0.177734375000 +0.067871093750 +0.019775390625 +0.086425781250 +0.081054687500 +-0.046142578125 +-0.021484375000 +0.043701171875 +-0.202148437500 +-0.069335937500 +-0.002288818359 +-0.047607421875 +-0.129882812500 +0.024536132812 +-0.159179687500 +-0.106445312500 +0.146484375000 +-0.106933593750 +-0.065429687500 +0.337890625000 +0.072265625000 +-0.139648437500 +0.328125000000 +0.145507812500 +-0.281250000000 +0.052734375000 +0.006286621094 +-0.063476562500 +0.067382812500 +0.012573242188 +0.113769531250 +-0.096191406250 +-0.121093750000 +-0.195312500000 +-0.219726562500 +-0.159179687500 +0.065917968750 +-0.365234375000 +0.038818359375 +-0.123535156250 +-0.241210937500 +0.150390625000 +-0.008239746094 +0.035644531250 +0.040039062500 +-0.243164062500 +0.074707031250 +0.032470703125 +-0.118164062500 +0.031127929688 +-0.063476562500 +0.127929687500 +0.030151367188 +0.022094726562 +0.099121093750 +0.124511718750 +-0.189453125000 +0.067382812500 +-0.069824218750 +-0.106445312500 +0.217773437500 +-0.357421875000 +-0.032714843750 +-0.155273437500 +-0.022827148438 +-0.058349609375 +-0.070800781250 +0.010559082031 +0.160156250000 +0.044921875000 +0.026489257812 +0.122558593750 +-0.000308990479 +-0.143554687500 +0.189453125000 +-0.068359375000 +-0.640625000000 +-0.006408691406 +-0.055908203125 +-0.135742187500 +-0.008300781250 +-0.392578125000 +-0.244140625000 +0.004089355469 +0.181640625000 +-0.101562500000 +0.121093750000 +0.066406250000 +-0.277343750000 +-0.084472656250 +0.073730468750 +0.056152343750 +-0.365234375000 +0.050537109375 +-0.048828125000 +-0.115234375000 +-0.128906250000 +-0.067382812500 +-0.318359375000 +-0.168945312500 +0.080078125000 +0.033691406250 +-0.027343750000 +-0.194335937500 +-0.277343750000 +0.088378906250 +0.078613281250 +-0.009277343750 +0.010253906250 +-0.018798828125 +0.063476562500 +-0.048828125000 +-0.099121093750 +-0.094726562500 +-0.023071289062 +0.023193359375 +0.030639648438 +0.078125000000 +0.130859375000 +0.096679687500 +-0.062500000000 +-0.061279296875 +0.062255859375 +-0.172851562500 +0.257812500000 +0.062255859375 +-0.020629882812 +-0.145507812500 +0.014221191406 +0.034423828125 +0.161132812500 +-0.040771484375 +0.052734375000 +0.023559570312 +-0.008056640625 +0.074218750000 +0.023437500000 +-0.125000000000 +0.025878906250 +-0.014953613281 +0.036865234375 +0.123535156250 +0.030883789062 +-0.114257812500 +0.098144531250 +-0.097167968750 +-0.060791015625 +0.012451171875 +-0.014709472656 +-0.109375000000 +0.116699218750 +0.140625000000 +-0.083984375000 +-0.160156250000 +-0.043212890625 +0.044189453125 +-0.016723632812 +-0.054687500000 +-0.070800781250 +-0.155273437500 +-0.253906250000 +-0.124023437500 +0.092773437500 +-0.016235351562 +0.068359375000 +0.244140625000 +0.016479492188 +-0.406250000000 +-0.153320312500 +-0.079101562500 +0.086425781250 +-0.308593750000 +-0.036865234375 +0.157226562500 +-0.099121093750 +-0.042724609375 +-0.033935546875 +0.044921875000 +-0.014099121094 +-0.062255859375 +0.179687500000 +0.058105468750 +0.147460937500 +0.073242187500 +0.038574218750 +-0.088867187500 +0.051513671875 +-0.049072265625 +0.152343750000 +0.067382812500 +0.074707031250 +-0.095703125000 +0.079101562500 +0.008117675781 +-0.164062500000 +0.025146484375 +-0.164062500000 +-0.023071289062 +-0.055175781250 +-0.020996093750 +-0.056396484375 +-0.073730468750 +0.046630859375 +0.095703125000 +0.429687500000 +-0.053222656250 +0.034912109375 +-0.289062500000 +0.098632812500 +-0.007873535156 +0.177734375000 +0.115722656250 +-0.166015625000 +-0.233398437500 +0.061767578125 +0.092773437500 +0.065917968750 +-0.212890625000 +0.057128906250 +0.020263671875 +0.271484375000 +0.081054687500 +0.179687500000 +-0.150390625000 +-0.294921875000 +-0.038818359375 +0.205078125000 +0.041015625000 +-0.082519531250 +0.109863281250 +0.085937500000 +-0.179687500000 +0.014648437500 +0.102050781250 +-0.104980468750 +-0.103027343750 +-0.136718750000 +0.168945312500 +-0.010925292969 +-0.118164062500 +0.000598907471 +0.058837890625 +0.083007812500 +-0.012207031250 +-0.032470703125 +0.063476562500 +0.016967773438 +0.131835937500 +0.097656250000 +-0.103515625000 +-0.081542968750 +0.062988281250 +-0.201171875000 +0.086425781250 +0.072753906250 +0.120117187500 +-0.091796875000 +-0.126953125000 +0.164062500000 +-0.051269531250 +-0.081542968750 +-0.253906250000 +-0.261718750000 +0.057617187500 +-0.367187500000 +-0.112792968750 +-0.211914062500 +-0.419921875000 +-0.093261718750 +0.016601562500 +0.064941406250 +-0.077636718750 +-0.002593994141 +-0.095703125000 +0.079589843750 +-0.085937500000 +-0.433593750000 +-0.099609375000 +-0.060058593750 +0.123535156250 +0.029418945312 +-0.069824218750 +-0.359375000000 +-0.012207031250 +-0.267578125000 +0.273437500000 +0.076171875000 +-0.013793945312 +0.019531250000 +0.068847656250 +0.351562500000 +-0.029541015625 +-0.482421875000 +0.020263671875 +0.047363281250 +-0.088378906250 +-0.082031250000 +-0.073242187500 +-0.125976562500 +-0.070312500000 +-0.519531250000 +-0.116210937500 +0.104003906250 +0.005187988281 +0.096191406250 +0.070800781250 +0.095214843750 +-0.003814697266 +0.083984375000 +0.015747070312 +0.166992187500 +-0.063476562500 +0.121582031250 +0.016601562500 +-0.026733398438 +0.000233650208 +-0.026000976562 +-0.201171875000 +-0.029541015625 +0.167968750000 +0.015991210938 +-0.153320312500 +-0.088867187500 +-0.017578125000 +-0.127929687500 +-0.160156250000 +-0.148437500000 +0.065429687500 +0.131835937500 +-0.063964843750 +-0.157226562500 +-0.202148437500 +-0.021606445312 +-0.019897460938 +0.025878906250 +-0.022705078125 +0.016357421875 +-0.060546875000 +0.089355468750 +-0.156250000000 +-0.425781250000 +-0.041503906250 +-0.009094238281 +0.067382812500 +-0.013427734375 +-0.044189453125 +-0.478515625000 +0.067871093750 +0.211914062500 +-0.221679687500 +0.003646850586 +-0.086914062500 +0.043457031250 +-0.011535644531 +-0.039062500000 +-0.020507812500 +0.060546875000 +-0.267578125000 +-0.000322341919 +0.019531250000 +0.027221679688 +-0.109863281250 +-0.330078125000 +-0.063964843750 +-0.460937500000 +-0.094238281250 +0.011657714844 +-0.029296875000 +0.091796875000 +0.015869140625 +-0.163085937500 +0.012756347656 +0.070312500000 +0.033691406250 +0.005523681641 +0.026733398438 +0.149414062500 +0.130859375000 +0.036132812500 +0.034667968750 +0.132812500000 +-0.083496093750 +-0.002288818359 +0.079101562500 +-0.028076171875 +-0.114257812500 +-0.085937500000 +-0.044921875000 +-0.281250000000 +-0.108886718750 +-0.074218750000 +0.020996093750 +-0.036132812500 +-0.077636718750 +-0.206054687500 +-0.273437500000 +0.000633239746 +0.071289062500 +0.098144531250 +0.096191406250 +-0.047607421875 +-0.200195312500 +0.004821777344 +0.064453125000 +-0.117675781250 +0.004943847656 +-0.120117187500 +-0.008605957031 +-0.033935546875 +-0.062011718750 +-0.408203125000 +-0.001144409180 +0.351562500000 +0.116210937500 +-0.020751953125 +0.050781250000 +0.007995605469 +-0.041503906250 +-0.017089843750 +0.034667968750 +0.100097656250 +0.036621093750 +0.119628906250 +-0.198242187500 +-0.093750000000 +-0.003433227539 +-0.147460937500 +-0.236328125000 +-0.221679687500 +-0.285156250000 +0.109375000000 +-0.064941406250 +0.113769531250 +0.019897460938 +-0.050292968750 +0.140625000000 +-0.144531250000 +0.168945312500 +0.094238281250 +-0.005462646484 +0.106445312500 +0.151367187500 +0.048339843750 +0.064453125000 +0.242187500000 +0.271484375000 +-0.110839843750 +0.080078125000 +-0.259765625000 +-0.131835937500 +-0.085449218750 +0.110839843750 +-0.088378906250 +0.010437011719 +-0.142578125000 +-0.023193359375 +0.073242187500 +-0.113281250000 +-0.127929687500 +-0.146484375000 +0.075195312500 +-0.073242187500 +-0.019287109375 +0.062988281250 +-0.016601562500 +-0.208007812500 +-0.010803222656 +0.037353515625 +-0.281250000000 +0.046142578125 +0.041259765625 +0.041748046875 +0.020629882812 +-0.038818359375 +-0.345703125000 +-0.035888671875 +0.160156250000 +0.021118164062 +-0.253906250000 +0.037353515625 +-0.102050781250 +-0.010498046875 +-0.033203125000 +-0.198242187500 +-0.055419921875 +-0.040771484375 +-0.041748046875 +-0.178710937500 +-0.091308593750 +-0.076171875000 +0.006500244141 +0.053222656250 +-0.128906250000 +-0.187500000000 +0.024902343750 +-0.020141601562 +-0.023681640625 +-0.047363281250 +-0.059326171875 +-0.047119140625 +-0.041992187500 +0.007781982422 +0.085449218750 +0.118164062500 +0.011962890625 +0.115234375000 +-0.096679687500 +-0.023925781250 +-0.020019531250 +-0.070800781250 +-0.140625000000 +0.108886718750 +0.117675781250 +-0.081542968750 +-0.139648437500 +-0.002777099609 +-0.135742187500 +-0.273437500000 +-0.206054687500 +-0.002243041992 +0.014709472656 +0.075195312500 +-0.022583007812 +-0.043457031250 +0.063964843750 +-0.091796875000 +0.014526367188 +0.058593750000 +-0.071289062500 +-0.087402343750 +-0.058593750000 +0.027343750000 +-0.212890625000 +-0.136718750000 +-0.050048828125 +-0.017211914062 +0.099609375000 +-0.023071289062 +-0.263671875000 +0.044677734375 +-0.174804687500 +-0.398437500000 +-0.246093750000 +0.023315429688 +-0.283203125000 +-0.087402343750 +0.019287109375 +-0.149414062500 +-0.324218750000 +-0.072753906250 +-0.130859375000 +0.000770568848 +-0.033203125000 +-0.097167968750 +-0.146484375000 +0.001075744629 +-0.367187500000 +-0.478515625000 +-0.021362304688 +-0.038574218750 +-0.072753906250 +-0.030029296875 +0.021118164062 +-0.025756835938 +0.277343750000 +-0.091308593750 +0.013610839844 +0.138671875000 +0.073730468750 +-0.016845703125 +-0.046875000000 +0.052734375000 +-0.084960937500 +-0.025268554688 +0.031494140625 +-0.003768920898 +0.152343750000 +0.141601562500 +-0.033447265625 +-0.152343750000 +-0.191406250000 +-0.241210937500 +-0.102050781250 +0.043212890625 +-0.066406250000 +-0.078613281250 +-0.125976562500 +0.036132812500 +-0.179687500000 +-0.083984375000 +0.075195312500 +0.041992187500 +-0.011596679688 +-0.050048828125 +-0.060546875000 +0.089355468750 +-0.121582031250 +-0.010070800781 +0.057617187500 +-0.070800781250 +0.075683593750 +0.040039062500 +-0.466796875000 +0.125976562500 +0.310546875000 +0.085937500000 +-0.153320312500 +0.017456054688 +-0.156250000000 +0.008056640625 +0.116210937500 +0.096191406250 +-0.248046875000 +0.057617187500 +0.108398437500 +-0.149414062500 +0.051513671875 +-0.024780273438 +-0.059814453125 +0.036621093750 +-0.269531250000 +-0.318359375000 +-0.010925292969 +-0.055908203125 +-0.267578125000 +0.038085937500 +-0.199218750000 +-0.166015625000 +0.086425781250 +-0.071777343750 +-0.009826660156 +0.122558593750 +-0.059082031250 +-0.158203125000 +-0.036865234375 +-0.170898437500 +0.249023437500 +0.255859375000 +-0.029663085938 +0.083496093750 +0.143554687500 +0.113769531250 +0.201171875000 +-0.120117187500 +-0.351562500000 +-0.144531250000 +0.035400390625 +-0.069335937500 +-0.142578125000 +-0.170898437500 +-0.218750000000 +0.051269531250 +-0.029907226562 +-0.382812500000 +-0.043701171875 +-0.008972167969 +-0.077636718750 +-0.127929687500 +0.125976562500 +-0.003540039062 +-0.108886718750 +0.041748046875 +0.026245117188 +0.057128906250 +0.054443359375 +0.038085937500 +-0.394531250000 +0.093261718750 +0.355468750000 +0.355468750000 +0.103027343750 +0.013916015625 +0.063476562500 +-0.000667572021 +0.218750000000 +0.100097656250 +0.535156250000 +0.219726562500 +-0.135742187500 +-0.192382812500 +0.159179687500 +-0.007812500000 +0.112304687500 +-0.242187500000 +-0.161132812500 +0.169921875000 +0.031127929688 +-0.033447265625 +0.003967285156 +0.016845703125 +-0.043701171875 +-0.107421875000 +0.004669189453 +0.083007812500 +0.180664062500 +0.176757812500 +-0.310546875000 +-0.111328125000 +-0.053466796875 +-0.088867187500 +0.001808166504 +-0.039550781250 +0.009338378906 +0.068359375000 +0.101562500000 +0.012268066406 +0.093750000000 +-0.015258789062 +0.070312500000 +0.100585937500 +0.196289062500 +-0.127929687500 +0.046142578125 +0.149414062500 +0.045410156250 +0.050048828125 +0.143554687500 +-0.390625000000 +-0.114257812500 +0.001220703125 +-0.365234375000 +0.133789062500 +0.030761718750 +-0.197265625000 +-0.015441894531 +-0.382812500000 +0.012451171875 +0.032226562500 +-0.441406250000 +0.032470703125 +-0.153320312500 +-0.265625000000 +-0.205078125000 +-0.156250000000 +-0.002807617188 +-0.006561279297 +-0.099121093750 +-0.101074218750 +-0.001861572266 +-0.164062500000 +-0.108398437500 +-0.024047851562 +-0.051269531250 +0.013793945312 +-0.228515625000 +-0.129882812500 +-0.114257812500 +-0.145507812500 +-0.102539062500 +-0.092285156250 +-0.010009765625 +0.253906250000 +0.135742187500 +0.015014648438 +-0.122558593750 +0.191406250000 +-0.492187500000 +-0.208007812500 +0.075683593750 +-0.040283203125 +-0.136718750000 +-0.014160156250 +-0.085937500000 +-0.132812500000 +-0.140625000000 +0.115234375000 +0.037597656250 +-0.011474609375 +0.028930664062 +0.075683593750 +0.017333984375 +0.048339843750 +-0.191406250000 +0.096679687500 +0.060791015625 +0.098144531250 +0.178710937500 +0.104492187500 +0.062255859375 +-0.021972656250 +-0.361328125000 +-0.020629882812 +-0.092285156250 +-0.083984375000 +-0.214843750000 +0.004058837891 +0.011169433594 +-0.114746093750 +0.072265625000 +-0.070312500000 +-0.154296875000 +-0.186523437500 +-0.142578125000 +-0.125976562500 +0.030639648438 +-0.269531250000 +0.153320312500 +-0.047363281250 +0.013793945312 +-0.035156250000 +0.018676757812 +-0.145507812500 +0.056884765625 +-0.097167968750 +0.171875000000 +-0.016235351562 +-0.079589843750 +-0.043701171875 +-0.300781250000 +0.043945312500 +0.049560546875 +0.104980468750 +0.101074218750 +0.016723632812 +-0.027832031250 +0.035888671875 +-0.088378906250 +-0.010620117188 +-0.073730468750 +0.055419921875 +0.144531250000 +-0.447265625000 +0.139648437500 +-0.034912109375 +-0.135742187500 +-0.153320312500 +-0.271484375000 +0.070800781250 +0.126953125000 +-0.025268554688 +0.154296875000 +0.127929687500 +-0.090332031250 +0.060546875000 +-0.022705078125 +-0.039550781250 +-0.141601562500 +0.031738281250 +0.070312500000 +0.109375000000 +0.120117187500 +0.049316406250 +0.005737304688 +-0.098632812500 +-0.098632812500 +-0.045410156250 +0.002700805664 +-0.030761718750 +-0.300781250000 +-0.129882812500 +-0.134765625000 +-0.257812500000 +-0.165039062500 +-0.029418945312 +-0.026245117188 +-0.026977539062 +-0.016723632812 +-0.016479492188 +0.050781250000 +-0.326171875000 +-0.039550781250 +0.159179687500 +-0.159179687500 +-0.000242233276 +-0.002914428711 +-0.080566406250 +0.116699218750 +-0.209960937500 +-0.099609375000 +-0.129882812500 +-0.238281250000 +-0.007690429688 +-0.153320312500 +0.091796875000 +0.049560546875 +-0.031127929688 +-0.070800781250 +-0.206054687500 +-0.102539062500 +-0.018676757812 +-0.122070312500 +-0.033203125000 +0.110351562500 +-0.032714843750 +0.064941406250 +-0.019775390625 +0.046875000000 +-0.230468750000 +-0.333984375000 +-0.229492187500 +-0.312500000000 +-0.013793945312 +0.081542968750 +0.064453125000 +0.119628906250 +0.100097656250 +-0.108886718750 +0.064941406250 +-0.027343750000 +0.035400390625 +0.059082031250 +-0.050537109375 +0.132812500000 +0.210937500000 +-0.111328125000 +0.022216796875 +-0.014038085938 +-0.007873535156 +0.081054687500 +-0.060546875000 +0.109863281250 +0.108886718750 +-0.175781250000 +0.029052734375 +-0.039550781250 +-0.131835937500 +0.087890625000 +0.051269531250 +-0.085937500000 +-0.001701354980 +0.043701171875 +-0.129882812500 +0.106445312500 +-0.074707031250 +-0.291015625000 +0.103515625000 +-0.261718750000 +-0.016235351562 +0.150390625000 +-0.195312500000 +-0.265625000000 +-0.131835937500 +-0.099609375000 +-0.192382812500 +-0.084960937500 +0.149414062500 +-0.054199218750 +0.182617187500 +-0.188476562500 +0.013732910156 +-0.180664062500 +-0.105468750000 +0.050048828125 +-0.151367187500 +0.169921875000 +-0.104492187500 +-0.304687500000 +0.091796875000 +-0.063964843750 +0.308593750000 +0.029296875000 +-0.151367187500 +-0.125000000000 +-0.201171875000 +-0.171875000000 +-0.261718750000 +-0.013000488281 +0.161132812500 +0.125000000000 +0.077148437500 +-0.021484375000 +-0.171875000000 +-0.047851562500 +0.072753906250 +0.234375000000 +0.042968750000 +0.068847656250 +-0.091796875000 +-0.131835937500 +0.002777099609 +0.160156250000 +-0.064453125000 +0.128906250000 +-0.002166748047 +0.093750000000 +-0.040771484375 +-0.222656250000 +-0.005859375000 +-0.038330078125 +-0.148437500000 +0.125000000000 +-0.038574218750 +-0.122070312500 +0.072265625000 +-0.080078125000 +-0.166015625000 +0.015258789062 +-0.020629882812 +0.057617187500 +0.092773437500 +-0.087402343750 +-0.092285156250 +-0.054687500000 +0.021728515625 +-0.500000000000 +0.147460937500 +0.163085937500 +-0.267578125000 +-0.025756835938 +0.106445312500 +0.072265625000 +-0.042724609375 +-0.079589843750 +-0.156250000000 +-0.032470703125 +-0.210937500000 +0.062988281250 +0.062988281250 +0.150390625000 +0.089355468750 +-0.371093750000 +0.037109375000 +-0.566406250000 +0.083007812500 +-0.051269531250 +-0.012084960938 +0.128906250000 +0.080566406250 +-0.223632812500 +-0.192382812500 +-0.173828125000 +-0.086425781250 +0.074218750000 +0.022949218750 +-0.185546875000 +-0.178710937500 +-0.014221191406 +-0.120605468750 +0.119628906250 +-0.090820312500 +0.073242187500 +0.202148437500 +-0.073730468750 +0.046142578125 +-0.003707885742 +-0.380859375000 +-0.023925781250 +-0.087402343750 +-0.034423828125 +0.123535156250 +0.019653320312 +-0.143554687500 +0.015869140625 +-0.075683593750 +-0.032226562500 +0.053222656250 +-0.094726562500 +0.101074218750 +-0.036132812500 +-0.090332031250 +0.070800781250 +0.014343261719 +0.218750000000 +0.003784179688 +-0.163085937500 +-0.005767822266 +0.014709472656 +-0.041259765625 +-0.244140625000 +-0.037841796875 +0.219726562500 +-0.051025390625 +0.107910156250 +-0.032470703125 +0.069335937500 +0.136718750000 +-0.122558593750 +-0.263671875000 +0.095214843750 +-0.160156250000 +0.049560546875 +-0.015991210938 +0.094726562500 +0.101562500000 +0.031494140625 +0.095703125000 +0.047363281250 +-0.025146484375 +-0.036376953125 +0.041992187500 +0.125000000000 +-0.087890625000 +-0.019042968750 +-0.182617187500 +-0.035156250000 +0.231445312500 +-0.037597656250 +0.010925292969 +-0.026000976562 +-0.062988281250 +0.187500000000 +-0.157226562500 +-0.151367187500 +0.015258789062 +0.082031250000 +0.088867187500 +0.017333984375 +-0.006622314453 +-0.091796875000 +-0.365234375000 +-0.271484375000 +-0.113769531250 +-0.096191406250 +0.016479492188 +0.000371932983 +-0.200195312500 +0.000039815903 +0.044677734375 +0.040771484375 +-0.152343750000 +0.035400390625 +0.052001953125 +-0.013183593750 +0.084472656250 +-0.006530761719 +0.030517578125 +0.037597656250 +0.133789062500 +-0.132812500000 +0.058837890625 +-0.061279296875 +-0.174804687500 +-0.103515625000 +-0.106933593750 +-0.002960205078 +-0.236328125000 +0.002807617188 +-0.036621093750 +-0.025878906250 +-0.165039062500 +-0.390625000000 +-0.033691406250 +0.026245117188 +-0.009521484375 +0.035644531250 +-0.030761718750 +-0.186523437500 +-0.017578125000 +-0.117675781250 +0.118652343750 +0.298828125000 +0.148437500000 +0.019042968750 +-0.043945312500 +0.226562500000 +0.121582031250 +0.111816406250 +-0.066894531250 +0.125976562500 +0.086914062500 +-0.058837890625 +0.026611328125 +0.104492187500 +-0.033691406250 +-0.085937500000 +-0.098144531250 +0.205078125000 +0.068847656250 +0.093750000000 +-0.092285156250 +0.057861328125 +-0.039062500000 +0.043945312500 +-0.042724609375 +-0.108886718750 +0.114257812500 +-0.194335937500 +-0.186523437500 +-0.048339843750 +-0.071777343750 +-0.117187500000 +-0.129882812500 +-0.292968750000 +-0.013854980469 +-0.081054687500 +0.015991210938 +0.148437500000 +-0.016601562500 +-0.144531250000 +0.098144531250 +0.129882812500 +0.121093750000 +0.046386718750 +0.084960937500 +0.030273437500 +-0.067871093750 +-0.125000000000 +0.261718750000 +-0.373046875000 +0.122070312500 +-0.002868652344 +0.025146484375 +0.022827148438 +-0.216796875000 +-0.018676757812 +-0.030273437500 +0.194335937500 +0.109863281250 +-0.013549804688 +0.068847656250 +0.083984375000 +0.024536132812 +0.047363281250 +0.013366699219 +0.433593750000 +0.077148437500 +0.189453125000 +-0.157226562500 +0.076171875000 +-0.194335937500 +-0.008117675781 +-0.114257812500 +-0.047119140625 +-0.049804687500 +0.120117187500 +0.031738281250 +0.071777343750 +0.104003906250 +0.105957031250 +0.055175781250 +0.131835937500 +0.065917968750 +-0.237304687500 +0.080566406250 +-0.093261718750 +0.015625000000 +-0.044433593750 +0.027587890625 +-0.135742187500 +-0.053955078125 +-0.077148437500 +-0.063476562500 +-0.006561279297 +-0.155273437500 +-0.078125000000 +-0.097656250000 +-0.071777343750 +0.031982421875 +-0.050292968750 +0.030639648438 +-0.060791015625 +0.119628906250 +0.025268554688 +-0.101074218750 +0.343750000000 +0.131835937500 +0.137695312500 +-0.004486083984 +0.023559570312 +0.095214843750 +0.012817382812 +0.047363281250 +0.248046875000 +0.064941406250 +-0.253906250000 +-0.018554687500 +-0.021972656250 +0.065429687500 +0.025390625000 +0.108886718750 +-0.281250000000 +0.065917968750 +0.082031250000 +-0.049804687500 +-0.044433593750 +0.050292968750 +-0.035400390625 +-0.017333984375 +0.223632812500 +0.192382812500 +0.218750000000 +-0.071289062500 +0.007446289062 +-0.316406250000 +-0.013244628906 +-0.050537109375 +-0.084960937500 +-0.059082031250 +0.008178710938 +-0.001831054688 +-0.086425781250 +-0.030273437500 +-0.036621093750 +-0.028564453125 +-0.018432617188 +-0.014404296875 +-0.166015625000 +0.000728607178 +-0.130859375000 +-0.186523437500 +-0.017333984375 +0.001998901367 +-0.009765625000 +-0.166992187500 +-0.361328125000 +-0.152343750000 +0.045654296875 +-0.195312500000 +0.082031250000 +-0.086425781250 +-0.157226562500 +0.136718750000 +0.048583984375 +0.087402343750 +-0.074707031250 +0.084960937500 +-0.039062500000 +-0.119140625000 +-0.220703125000 +0.108398437500 +0.259765625000 +-0.019287109375 +0.015014648438 +0.124023437500 +-0.233398437500 +0.004791259766 +0.071289062500 +0.017333984375 +-0.031250000000 +0.021606445312 +-0.009155273438 +0.033447265625 +-0.013977050781 +-0.187500000000 +-0.109863281250 +0.040283203125 +-0.124511718750 +0.020629882812 +-0.180664062500 +-0.011901855469 +-0.125976562500 +0.040283203125 +-0.122558593750 +0.149414062500 +0.333984375000 +-0.173828125000 +0.031982421875 +0.041503906250 +0.107421875000 +-0.012878417969 +-0.060058593750 +0.063964843750 +-0.186523437500 +-0.107910156250 +-0.151367187500 +-0.031738281250 +-0.248046875000 +-0.042724609375 +-0.056884765625 +0.020263671875 +0.153320312500 +-0.039062500000 +-0.090332031250 +-0.457031250000 +0.019897460938 +-0.081542968750 +-0.022338867188 +-0.141601562500 +0.167968750000 +0.147460937500 +0.024780273438 +-0.277343750000 +0.065917968750 +-0.134765625000 +-0.343750000000 +0.174804687500 +-0.056396484375 +-0.035888671875 +0.174804687500 +-0.118652343750 +-0.139648437500 +-0.073730468750 +-0.182617187500 +-0.265625000000 +0.192382812500 +-0.034179687500 +-0.093750000000 +0.096191406250 +0.024047851562 +0.015991210938 +-0.412109375000 +0.181640625000 +-0.031738281250 +0.108886718750 +0.101074218750 +-0.116210937500 +-0.069335937500 +-0.134765625000 +-0.012817382812 +0.111328125000 +-0.101562500000 +-0.180664062500 +-0.132812500000 +-0.022460937500 +-0.000652313232 +-0.053222656250 +0.019531250000 +-0.027343750000 +0.084960937500 +-0.200195312500 +0.025390625000 +-0.223632812500 +0.113769531250 +-0.210937500000 +-0.188476562500 +0.089355468750 +-0.074707031250 +0.013427734375 +-0.296875000000 +-0.062500000000 +-0.121093750000 +0.057128906250 +-0.064453125000 +0.022338867188 +0.158203125000 +0.166015625000 +-0.031982421875 +-0.421875000000 +-0.053466796875 +-0.026000976562 +-0.605468750000 +0.032714843750 +0.066406250000 +-0.054199218750 +0.091796875000 +-0.148437500000 +0.003662109375 +0.010864257812 +0.140625000000 +0.061523437500 +0.216796875000 +0.040283203125 +-0.024047851562 +-0.179687500000 +-0.183593750000 +-0.046875000000 +0.104492187500 +-0.343750000000 +0.248046875000 +0.094726562500 +-0.151367187500 +0.170898437500 +0.047363281250 +-0.155273437500 +-0.001869201660 +-0.025390625000 +-0.048095703125 +0.103515625000 +0.015441894531 +0.008605957031 +-0.027099609375 +-0.200195312500 +0.054443359375 +0.100585937500 +-0.073730468750 +-0.183593750000 +0.039550781250 +-0.140625000000 +-0.065917968750 +0.012634277344 +-0.000011384487 +-0.136718750000 +-0.171875000000 +-0.380859375000 +-0.024536132812 +-0.031494140625 +0.081542968750 +-0.263671875000 +0.008483886719 +0.031738281250 +-0.240234375000 +-0.144531250000 +-0.306640625000 +-0.055419921875 +-0.285156250000 +-0.104492187500 +0.152343750000 +-0.007202148438 +-0.108398437500 +0.020507812500 +-0.217773437500 +-0.244140625000 +0.055908203125 +-0.025390625000 +-0.215820312500 +0.007049560547 +-0.027465820312 +0.000440597534 +0.049072265625 +-0.028076171875 +0.064453125000 +-0.125976562500 +0.333984375000 +-0.011230468750 +0.114257812500 +-0.255859375000 +0.121582031250 +-0.232421875000 +-0.130859375000 +-0.234375000000 +-0.146484375000 +-0.119140625000 +0.249023437500 +-0.084960937500 +-0.120117187500 +0.091308593750 +0.043212890625 +-0.022460937500 +0.261718750000 +-0.138671875000 +0.172851562500 +0.060058593750 +0.189453125000 +0.079101562500 +0.142578125000 +-0.149414062500 +0.081054687500 +0.083496093750 +-0.090820312500 +-0.398437500000 +-0.001274108887 +-0.244140625000 +-0.255859375000 +0.043212890625 +0.109863281250 +-0.225585937500 +-0.012023925781 +-0.006195068359 +0.050292968750 +-0.177734375000 +-0.180664062500 +-0.179687500000 +0.246093750000 +-0.122558593750 +-0.396484375000 +-0.125976562500 +-0.090332031250 +-0.117187500000 +-0.120117187500 +-0.209960937500 +0.048339843750 +0.177734375000 +-0.064941406250 +-0.149414062500 +-0.073242187500 +-0.233398437500 +-0.330078125000 +-0.105468750000 +0.070312500000 +0.156250000000 +-0.055908203125 +-0.004547119141 +-0.085937500000 +-0.220703125000 +-0.073730468750 +-0.005340576172 +-0.335937500000 +-0.042724609375 +0.345703125000 +-0.013122558594 +0.079101562500 +-0.125976562500 +-0.010742187500 +-0.028076171875 +-0.221679687500 +0.140625000000 +0.222656250000 +0.016845703125 +-0.128906250000 +0.053955078125 +0.314453125000 +0.095214843750 +-0.183593750000 +0.001914978027 +0.234375000000 +0.097656250000 +0.255859375000 +-0.123046875000 +-0.032470703125 +0.072753906250 +0.157226562500 +-0.060302734375 +-0.089355468750 +-0.199218750000 +-0.104492187500 +-0.137695312500 +-0.208984375000 +-0.102050781250 +-0.486328125000 +-0.133789062500 +-0.108398437500 +0.025024414062 +0.038818359375 +0.118164062500 +0.051269531250 +-0.320312500000 +-0.238281250000 +0.042968750000 +0.050537109375 +-0.242187500000 +0.040771484375 +-0.337890625000 +-0.087890625000 +-0.316406250000 +0.250000000000 +0.053222656250 +-0.164062500000 +-0.024536132812 +0.119628906250 +-0.142578125000 +0.071289062500 +0.137695312500 +0.023803710938 +0.063964843750 +-0.318359375000 +-0.128906250000 +-0.056640625000 +-0.116699218750 +0.070800781250 +-0.180664062500 +0.063964843750 +0.273437500000 +-0.214843750000 +0.025634765625 +-0.071777343750 +0.032958984375 +-0.273437500000 +0.139648437500 +0.136718750000 +0.120117187500 +-0.291015625000 +-0.341796875000 +-0.000061511993 +-0.108886718750 +-0.100097656250 +-0.228515625000 +-0.137695312500 +0.048339843750 +-0.149414062500 +-0.326171875000 +-0.042724609375 +-0.233398437500 +0.116699218750 +-0.110839843750 +0.157226562500 +0.166992187500 +0.030761718750 +0.119140625000 +-0.040527343750 +0.011840820312 +0.066894531250 +-0.015747070312 +-0.484375000000 +0.067871093750 +0.108886718750 +-0.550781250000 +-0.129882812500 +-0.279296875000 +0.084472656250 +-0.043701171875 +0.055908203125 +0.038574218750 +-0.165039062500 +-0.115722656250 +0.046142578125 +-0.197265625000 +0.026000976562 +-0.134765625000 +-0.120605468750 +0.042236328125 +-0.026123046875 +0.141601562500 +0.128906250000 +-0.136718750000 +-0.057128906250 +-0.163085937500 +-0.012817382812 +0.130859375000 +-0.347656250000 +0.100097656250 +0.045166015625 +-0.183593750000 +-0.079101562500 +-0.157226562500 +0.294921875000 +0.147460937500 +-0.065429687500 +-0.085937500000 +-0.201171875000 +0.102050781250 +0.125976562500 +0.011901855469 +-0.179687500000 +0.047607421875 +-0.009216308594 +0.035156250000 +0.034667968750 +-0.104492187500 +-0.157226562500 +-0.178710937500 +-0.049560546875 +0.071777343750 +-0.246093750000 +-0.468750000000 +-0.063964843750 +-0.427734375000 +0.105468750000 +0.013549804688 +0.011474609375 +0.082519531250 +-0.035644531250 +0.006378173828 +-0.010314941406 +0.073242187500 +-0.124511718750 +-0.019042968750 +0.030883789062 +0.141601562500 +-0.004150390625 +-0.460937500000 +-0.014709472656 +-0.255859375000 +0.050537109375 +0.009704589844 +0.171875000000 +-0.059082031250 +-0.065429687500 +-0.243164062500 +0.157226562500 +-0.078125000000 +0.242187500000 +-0.175781250000 +-0.147460937500 +-0.025390625000 +-0.163085937500 +0.066406250000 +0.139648437500 +-0.067382812500 +0.040283203125 +-0.195312500000 +0.036132812500 +0.069335937500 +-0.246093750000 +-0.015441894531 +-0.047607421875 +-0.183593750000 +0.076660156250 +0.061523437500 +-0.165039062500 +0.101074218750 +-0.199218750000 +0.044433593750 +-0.078125000000 +0.009704589844 +0.109863281250 +-0.038330078125 +-0.074707031250 +-0.143554687500 +-0.181640625000 +-0.023925781250 +-0.023681640625 +-0.097167968750 +0.230468750000 +0.025756835938 +0.020019531250 +0.180664062500 +-0.024536132812 +-0.117187500000 +0.011474609375 +-0.213867187500 +0.067382812500 +0.007263183594 +-0.263671875000 +-0.070312500000 +0.043945312500 +0.077636718750 +-0.090820312500 +0.004974365234 +0.075683593750 +-0.070800781250 +0.316406250000 +-0.024902343750 +-0.090820312500 +-0.068359375000 +0.106933593750 +0.119628906250 +0.044677734375 +-0.027709960938 +-0.034179687500 +-0.100585937500 +-0.085937500000 +-0.136718750000 +0.031982421875 +-0.349609375000 +0.023193359375 +-0.248046875000 +-0.157226562500 +0.005645751953 +-0.126953125000 +-0.030273437500 +-0.034179687500 +-0.227539062500 +0.036621093750 +-0.046630859375 +0.148437500000 +0.078613281250 +-0.080078125000 +0.049072265625 +-0.110351562500 +-0.052978515625 +0.040771484375 +-0.004180908203 +-0.269531250000 +0.009643554688 +0.038330078125 +0.123535156250 +-0.099121093750 +0.113281250000 +0.137695312500 +0.026489257812 +0.035888671875 +-0.255859375000 +0.005859375000 +-0.085937500000 +-0.035156250000 +-0.316406250000 +0.094726562500 +-0.070312500000 +0.148437500000 +0.100585937500 +0.044677734375 +-0.173828125000 +0.079589843750 +0.096191406250 +-0.000709533691 +-0.008300781250 +-0.139648437500 +-0.044433593750 +-0.000713348389 +0.004180908203 +-0.093261718750 +0.028686523438 +-0.024658203125 +-0.225585937500 +0.294921875000 +-0.102539062500 +0.057617187500 +-0.135742187500 +-0.036865234375 +0.124511718750 +-0.067382812500 +-0.104003906250 +-0.057617187500 +-0.047607421875 +-0.065917968750 +-0.005371093750 +0.088378906250 +-0.041259765625 +0.083496093750 +-0.261718750000 +-0.200195312500 +0.057373046875 +-0.137695312500 +-0.036132812500 +-0.094726562500 +-0.373046875000 +0.041015625000 +-0.004333496094 +-0.072265625000 +-0.000976562500 +0.099121093750 +0.052246093750 +0.048339843750 +-0.167968750000 +0.041503906250 +-0.015258789062 +0.238281250000 +-0.161132812500 +0.098144531250 +0.020385742188 +-0.038818359375 +0.209960937500 +0.039306640625 +-0.142578125000 +-0.061767578125 +-0.040039062500 +-0.127929687500 +-0.159179687500 +-0.046142578125 +-0.277343750000 +0.048583984375 +-0.101074218750 +0.069824218750 +-0.061279296875 +-0.007293701172 +0.021972656250 +0.108886718750 +0.020874023438 +0.020996093750 +-0.001197814941 +0.111816406250 +-0.056640625000 +0.074707031250 +0.093750000000 +-0.225585937500 +-0.150390625000 +0.131835937500 +-0.251953125000 +-0.113769531250 +-0.191406250000 +-0.016601562500 +0.043945312500 +0.102539062500 +0.133789062500 +-0.212890625000 +0.004882812500 +0.300781250000 +0.018188476562 +-0.067871093750 +-0.011413574219 +-0.010864257812 +-0.011413574219 +0.012634277344 +-0.161132812500 +-0.016601562500 +0.062255859375 +-0.062988281250 +0.061279296875 +0.113281250000 +-0.194335937500 +0.140625000000 +-0.030761718750 +0.005218505859 +-0.012268066406 +0.035400390625 +-0.014038085938 +0.054687500000 +-0.378906250000 +0.036132812500 +0.028320312500 +-0.017700195312 +0.024414062500 +0.183593750000 +-0.066894531250 +0.035156250000 +0.231445312500 +0.020141601562 +-0.084472656250 +-0.125000000000 +-0.119140625000 +-0.072753906250 +0.118652343750 +0.000055551529 +-0.410156250000 +0.222656250000 +-0.070312500000 +-0.133789062500 +0.000444412231 +0.035888671875 +0.024047851562 +0.079101562500 +0.068847656250 +-0.222656250000 +0.066406250000 +0.125000000000 +-0.104003906250 +-0.097656250000 +0.147460937500 +-0.111816406250 +-0.181640625000 +0.061035156250 +-0.046875000000 +-0.408203125000 +-0.061035156250 +-0.008911132812 +0.063476562500 +0.171875000000 +0.150390625000 +-0.152343750000 +0.121093750000 +0.136718750000 +0.196289062500 +0.148437500000 +0.071777343750 +0.027832031250 +-0.026489257812 +-0.166992187500 +-0.189453125000 +0.492187500000 +-0.079589843750 +-0.188476562500 +-0.081542968750 +0.010681152344 +-0.221679687500 +-0.146484375000 +-0.018066406250 +0.088378906250 +-0.166015625000 +-0.122558593750 +0.040527343750 +0.033203125000 +0.016967773438 +-0.170898437500 +0.026977539062 +-0.002838134766 +-0.121582031250 +0.103515625000 +0.109863281250 +-0.035400390625 +-0.081542968750 +0.034423828125 +0.057861328125 +-0.153320312500 +0.015136718750 +-0.124511718750 +-0.057861328125 +-0.010375976562 +0.089355468750 +0.049072265625 +-0.025878906250 +-0.103027343750 +0.094726562500 +-0.139648437500 +0.067871093750 +-0.128906250000 +-0.010559082031 +-0.271484375000 +-0.002471923828 +0.125000000000 +-0.096191406250 +-0.244140625000 +-0.221679687500 +-0.127929687500 +-0.061035156250 +-0.014831542969 +-0.140625000000 +-0.253906250000 +0.186523437500 +0.069824218750 +0.080566406250 +-0.021484375000 +0.018432617188 +-0.009704589844 +-0.071777343750 +-0.285156250000 +-0.001899719238 +-0.195312500000 +-0.136718750000 +0.099609375000 +-0.012756347656 +0.083007812500 +-0.166015625000 +-0.014099121094 +0.112792968750 +-0.105468750000 +-0.000762939453 +-0.106445312500 +0.052734375000 +0.060302734375 +-0.044189453125 +-1.820312500000 +-0.789062500000 +0.040039062500 +0.014038085938 +0.005828857422 +-0.072265625000 +0.129882812500 +-0.207031250000 +0.312500000000 +0.035888671875 +-0.041503906250 +-0.005523681641 +-0.149414062500 +-0.062988281250 +-0.007934570312 +-0.045166015625 +0.028076171875 +0.279296875000 +0.073730468750 +0.033691406250 +0.026000976562 +-0.045654296875 +0.077148437500 +0.053222656250 +-0.077148437500 +-0.193359375000 +0.045898437500 +0.050781250000 +-0.112792968750 +0.173828125000 +-0.094238281250 +-0.126953125000 +-0.217773437500 +0.060791015625 +0.141601562500 +-0.519531250000 +-0.040771484375 +-0.070800781250 +0.147460937500 +-0.071289062500 +-0.412109375000 +0.120117187500 +0.140625000000 +-0.410156250000 +0.058105468750 +-0.157226562500 +0.085449218750 +-0.058593750000 +-0.101074218750 +0.044189453125 +-0.310546875000 +-0.028198242188 +0.061767578125 +-0.117675781250 +-0.088867187500 +-0.041015625000 +-0.147460937500 +0.020507812500 +-0.026123046875 +0.021850585938 +-0.057617187500 +0.093261718750 +0.014404296875 +0.039306640625 +-1.062500000000 +-0.718750000000 +0.165039062500 +0.101074218750 +0.077148437500 +-0.082031250000 +-0.033447265625 +-0.088378906250 +0.054443359375 +-0.032958984375 +-0.107910156250 +0.107910156250 +-0.017822265625 +0.056640625000 +-0.118164062500 +0.114746093750 +0.025024414062 +0.050537109375 +0.015991210938 +0.120605468750 +0.052246093750 +0.027587890625 +-0.080566406250 +0.035888671875 +-0.220703125000 +-0.083496093750 +0.055908203125 +-0.001144409180 +-0.100097656250 +-0.019287109375 +-0.157226562500 +-0.172851562500 +0.106445312500 +0.075683593750 +-0.378906250000 +-0.241210937500 +0.024047851562 +-0.184570312500 +-0.198242187500 +-0.074218750000 +-0.033691406250 +0.025390625000 +-0.101562500000 +-0.294921875000 +-0.106933593750 +-0.016479492188 +-0.108886718750 +-0.013305664062 +0.057617187500 +-0.009460449219 +-0.250000000000 +0.068359375000 +0.017700195312 +-0.127929687500 +0.022338867188 +-0.073730468750 +-0.097656250000 +0.019653320312 +0.000138282776 +0.059814453125 +-0.106445312500 +-0.139648437500 +0.115234375000 +0.015136718750 +-0.683593750000 +-0.730468750000 +0.021240234375 +0.087402343750 +0.034179687500 +0.042480468750 +-0.182617187500 +0.060791015625 +-0.253906250000 +-0.050537109375 +-0.079101562500 +0.055908203125 +-0.101562500000 +-0.046630859375 +0.089843750000 +-0.038574218750 +0.025390625000 +0.049804687500 +-0.043945312500 +0.025146484375 +0.074218750000 +0.052246093750 +0.055908203125 +0.110839843750 +0.145507812500 +-0.043945312500 +0.022949218750 +0.102050781250 +-0.000659942627 +0.005645751953 +-0.044921875000 +-0.109375000000 +0.167968750000 +-0.040283203125 +-0.255859375000 +0.114746093750 +-0.009765625000 +-0.314453125000 +0.079589843750 +0.038574218750 +0.172851562500 +0.024169921875 +-0.167968750000 +-0.227539062500 +-0.078613281250 +-0.085449218750 +-0.081542968750 +-0.041748046875 +0.104492187500 +0.065429687500 +-0.150390625000 +-0.113281250000 +0.081542968750 +-0.053222656250 +0.041503906250 +-0.181640625000 +0.142578125000 +-0.037109375000 +-0.014038085938 +-0.039794921875 +-0.433593750000 +-0.410156250000 +0.068847656250 +0.003479003906 +-0.371093750000 +-0.462890625000 +0.034667968750 +0.076660156250 +-0.012817382812 +-0.058349609375 +0.044433593750 +-0.021850585938 +-0.163085937500 +0.045654296875 +-0.017089843750 +0.040283203125 +-0.046630859375 +-0.082031250000 +0.041992187500 +0.110839843750 +0.005126953125 +0.006530761719 +-0.005706787109 +0.096679687500 +-0.281250000000 +-0.069335937500 +0.179687500000 +0.101562500000 +-0.001792907715 +0.038085937500 +-0.216796875000 +0.265625000000 +-0.153320312500 +0.000442504883 +-0.147460937500 +-0.235351562500 +0.088378906250 +0.024414062500 +-0.107910156250 +-0.130859375000 +0.039550781250 +-0.365234375000 +0.014404296875 +-0.094726562500 +0.125000000000 +0.047119140625 +-0.082519531250 +-0.235351562500 +0.066894531250 +-0.062500000000 +-0.002258300781 +-0.034423828125 +-0.105957031250 +-0.163085937500 +0.092773437500 +-0.182617187500 +0.002059936523 +-0.271484375000 +-0.167968750000 +0.038330078125 +-0.018188476562 +0.011291503906 +0.086425781250 +-0.001373291016 +-0.294921875000 +-0.367187500000 +-0.064941406250 +0.026489257812 +-1.101562500000 +-0.281250000000 +-0.020141601562 +0.001449584961 +0.093750000000 +-0.074218750000 +0.005249023438 +-0.033447265625 +0.027832031250 +0.041992187500 +0.062011718750 +-0.204101562500 +-0.026977539062 +-0.198242187500 +0.120117187500 +0.054443359375 +0.126953125000 +0.113281250000 +-0.449218750000 +-0.300781250000 +-0.488281250000 +-0.121093750000 +-0.099121093750 +0.061035156250 +-0.408203125000 +0.011596679688 +-0.059082031250 +-0.058837890625 +-0.027587890625 +-0.227539062500 +-0.049072265625 +-0.002090454102 +-0.160156250000 +-0.087890625000 +-0.014465332031 +0.034912109375 +0.097656250000 +-0.466796875000 +0.018676757812 +-0.058349609375 +-0.096191406250 +-0.016845703125 +0.067382812500 +0.042236328125 +-0.010620117188 +-0.058349609375 +0.052246093750 +0.046630859375 +-0.057861328125 +-0.143554687500 +-0.069824218750 +-0.044921875000 +0.051269531250 +-0.369140625000 +-0.058593750000 +-0.101074218750 +0.061279296875 +0.057373046875 +-0.292968750000 +-0.337890625000 +-0.208007812500 +-0.449218750000 +-0.210937500000 +0.080566406250 +-1.484375000000 +-0.482421875000 +-0.065429687500 +0.107910156250 +0.017578125000 +0.028564453125 +0.182617187500 +-0.017211914062 +0.151367187500 +0.042968750000 +-0.212890625000 +-0.300781250000 +-0.083496093750 +-0.486328125000 +-0.072753906250 +0.068359375000 +0.165039062500 +-0.033447265625 +-0.550781250000 +-0.121093750000 +-0.159179687500 +-0.265625000000 +-0.235351562500 +0.028808593750 +-0.083007812500 +0.043945312500 +-0.062011718750 +-0.016479492188 +-0.071777343750 +-0.064453125000 +-0.094726562500 +0.179687500000 +-0.277343750000 +-0.052001953125 +-0.079589843750 +-0.056640625000 +0.047363281250 +-0.110351562500 +0.010498046875 +0.001655578613 +-0.188476562500 +-0.079589843750 +0.107910156250 +0.023803710938 +-0.039062500000 +0.039062500000 +0.021728515625 +-0.036621093750 +-0.542968750000 +0.047119140625 +-0.009948730469 +0.071777343750 +-0.055419921875 +-0.120117187500 +0.004180908203 +-0.103515625000 +-0.140625000000 +0.001708984375 +-0.279296875000 +-0.376953125000 +-0.059570312500 +-0.213867187500 +-0.322265625000 +-0.125976562500 +-0.523437500000 +-0.812500000000 +0.141601562500 +-0.032958984375 +-0.010192871094 +-0.004913330078 +0.097167968750 +0.069335937500 +0.145507812500 +-0.038330078125 +-0.220703125000 +-0.365234375000 +-0.109375000000 +-0.531250000000 +-0.156250000000 +-0.091796875000 +-0.185546875000 +-0.025268554688 +-0.160156250000 +-0.057617187500 +-0.033935546875 +-0.157226562500 +-0.308593750000 +-0.115722656250 +0.178710937500 +-0.123046875000 +-0.077636718750 +-0.318359375000 +0.110351562500 +-0.320312500000 +0.135742187500 +-0.225585937500 +0.218750000000 +0.155273437500 +-0.056640625000 +0.062011718750 +0.078613281250 +-0.019287109375 +0.028076171875 +0.022216796875 +-0.178710937500 +0.018188476562 +0.277343750000 +0.118652343750 +0.082031250000 +0.019653320312 +0.115234375000 +-0.075195312500 +-0.365234375000 +0.090820312500 +0.041748046875 +-0.200195312500 +-0.078125000000 +-0.052001953125 +-0.006256103516 +-0.155273437500 +-0.008728027344 +0.030395507812 +-0.267578125000 +-0.245117187500 +0.110351562500 +0.162109375000 +0.037109375000 +-0.054687500000 +-0.365234375000 +0.108886718750 +0.099609375000 +0.142578125000 +0.136718750000 +-0.025268554688 +-0.131835937500 +0.034423828125 +-0.050781250000 +0.001899719238 +-0.072753906250 +-0.250000000000 +0.016113281250 +-0.182617187500 +-0.013916015625 +0.000149726868 +-0.181640625000 +-0.041259765625 +0.246093750000 +0.121093750000 +0.108398437500 +0.124023437500 +-0.092773437500 +-0.077636718750 +-0.098144531250 +0.013366699219 +-0.002166748047 +-0.036621093750 +0.047607421875 +-0.052490234375 +0.005157470703 +-0.137695312500 +-0.108886718750 +-0.115722656250 +0.052978515625 +0.035644531250 +-0.068847656250 +-0.031127929688 +-0.166992187500 +-0.056396484375 +0.217773437500 +0.201171875000 +-0.098632812500 +0.120117187500 +0.182617187500 +0.128906250000 +0.138671875000 +0.176757812500 +0.087402343750 +0.102050781250 +-0.259765625000 +-0.396484375000 +0.068359375000 +-0.250000000000 +-0.166015625000 +0.020263671875 +-0.125000000000 +0.106933593750 +-0.330078125000 +-0.048095703125 +-0.170898437500 +-0.156250000000 +0.157226562500 +-0.302734375000 +0.032714843750 +0.018432617188 +-0.085449218750 +-0.002090454102 +-0.074707031250 +0.087890625000 +-0.034423828125 +-0.050292968750 +0.179687500000 +-0.081054687500 +-0.010742187500 +-0.088867187500 +0.113281250000 +-0.045166015625 +0.298828125000 +-0.062011718750 +0.147460937500 +0.023071289062 +0.053955078125 +0.048095703125 +0.073730468750 +-0.047119140625 +-0.030883789062 +-0.237304687500 +0.027221679688 +-0.117675781250 +-0.145507812500 +0.110839843750 +-0.081054687500 +0.055175781250 +-0.062988281250 +-0.035644531250 +0.220703125000 +0.028808593750 +-0.289062500000 +-0.062500000000 +-0.308593750000 +0.057617187500 +-0.162109375000 +-0.213867187500 +0.182617187500 +0.171875000000 +0.091308593750 +-0.035156250000 +-0.082031250000 +-0.081542968750 +-0.004119873047 +0.005767822266 +0.302734375000 +0.060302734375 +-0.111328125000 +-0.157226562500 +-0.075195312500 +-0.237304687500 +0.057373046875 +-0.072753906250 +-0.196289062500 +0.077148437500 +-0.152343750000 +-0.103027343750 +-0.023803710938 +0.028686523438 +0.060791015625 +-0.000614166260 +0.169921875000 +-0.002960205078 +-0.082031250000 +-0.091796875000 +-0.142578125000 +0.125976562500 +-0.239257812500 +-0.137695312500 +0.086914062500 +-0.117187500000 +0.160156250000 +0.000503540039 +0.026977539062 +0.065429687500 +-0.217773437500 +-0.230468750000 +-0.073730468750 +0.125000000000 +-0.019165039062 +0.167968750000 +-0.153320312500 +-0.181640625000 +0.100585937500 +-0.224609375000 +0.050292968750 +-0.141601562500 +-0.253906250000 +0.023681640625 +-0.084472656250 +0.059814453125 +-0.059814453125 +-0.161132812500 +0.180664062500 +0.197265625000 +-0.241210937500 +-0.045410156250 +-0.132812500000 +0.120605468750 +-0.213867187500 +-0.322265625000 +-0.136718750000 +0.028076171875 +0.033935546875 +-0.063476562500 +-0.113769531250 +-0.038330078125 +-0.104980468750 +-0.004760742188 +0.058105468750 +-0.020385742188 +0.053955078125 +0.011352539062 +0.099121093750 +-0.209960937500 +-0.004272460938 +-0.012084960938 +0.167968750000 +0.023437500000 +-0.283203125000 +-0.008422851562 +0.056152343750 +-0.114257812500 +0.093261718750 +0.077148437500 +0.033935546875 +0.059570312500 +-0.200195312500 +-0.135742187500 +-0.116210937500 +-0.017333984375 +-0.515625000000 +-0.056884765625 +-0.261718750000 +-0.219726562500 +0.010192871094 +0.017822265625 +-0.027465820312 +0.129882812500 +-0.148437500000 +-0.134765625000 +-0.065429687500 +0.033203125000 +0.093750000000 +0.053710937500 +0.028320312500 +-0.519531250000 +0.104980468750 +-0.065429687500 +0.054199218750 +0.035400390625 +-0.179687500000 +0.233398437500 +-0.064453125000 +0.081054687500 +-0.116699218750 +-0.121093750000 +-0.486328125000 +0.119140625000 +-0.066894531250 +-0.083007812500 +-0.089843750000 +0.130859375000 +0.008361816406 +-0.149414062500 +-0.026977539062 +-0.216796875000 +0.034423828125 +-0.019897460938 +0.059082031250 +-0.100585937500 +-0.047363281250 +-0.034423828125 +-0.275390625000 +-0.067871093750 +0.041503906250 +0.022094726562 +0.068359375000 +-0.018554687500 +-0.005981445312 +-0.098632812500 +0.174804687500 +-0.064453125000 +-0.316406250000 +0.122558593750 +-0.120605468750 +-0.068847656250 +0.119140625000 +-0.167968750000 +-0.117187500000 +0.073730468750 +-0.314453125000 +-0.097167968750 +-0.178710937500 +-0.067382812500 +-0.208984375000 +0.084960937500 +-0.012573242188 +-0.214843750000 +0.022949218750 +-0.069824218750 +0.011840820312 +0.139648437500 +-0.158203125000 +0.022216796875 +-0.128906250000 +0.000804901123 +-0.087890625000 +0.056884765625 +0.060791015625 +-0.056396484375 +-0.112304687500 +0.040771484375 +-0.171875000000 +-0.008178710938 +-0.279296875000 +-0.026611328125 +0.013671875000 +0.154296875000 +-0.065429687500 +-0.036132812500 +-0.157226562500 +0.018676757812 +-0.047119140625 +-0.095214843750 +-0.149414062500 +0.396484375000 +-0.178710937500 +-0.010498046875 +0.326171875000 +-0.235351562500 +0.068359375000 +-0.017578125000 +0.073730468750 +-0.039794921875 +-0.031005859375 +-0.129882812500 +-0.277343750000 +0.020385742188 +-0.062988281250 +0.109375000000 +0.062988281250 +0.102539062500 +0.249023437500 +-0.071289062500 +-0.084960937500 +-0.242187500000 +-0.226562500000 +0.054443359375 +-0.219726562500 +-0.234375000000 +0.129882812500 +-0.121093750000 +0.283203125000 +-0.031738281250 +0.096191406250 +-0.170898437500 +0.087402343750 +0.026245117188 +0.133789062500 +-0.166992187500 +0.147460937500 +-0.123535156250 +-0.009277343750 +-0.059082031250 +-0.037841796875 +0.111328125000 +-0.210937500000 +-0.042236328125 +-0.031738281250 +-0.064941406250 +-0.001495361328 +-0.228515625000 +0.042724609375 +-0.198242187500 +0.178710937500 +0.001411437988 +-0.302734375000 +-0.049560546875 +-0.378906250000 +-0.133789062500 +0.113769531250 +0.095214843750 +-0.059082031250 +-0.240234375000 +0.330078125000 +-0.063964843750 +0.108398437500 +-0.289062500000 +-0.312500000000 +-0.017089843750 +-0.100585937500 +-0.326171875000 +0.015075683594 +-0.120117187500 +0.121582031250 +-0.029663085938 +-0.269531250000 +-0.185546875000 +-0.137695312500 +-0.110839843750 +0.281250000000 +-0.011657714844 +0.196289062500 +0.022338867188 +-0.005401611328 +0.146484375000 +0.043945312500 +0.095703125000 +-0.249023437500 +-0.361328125000 +-0.103027343750 +0.132812500000 +-0.012756347656 +-0.163085937500 +-0.052246093750 +-0.134765625000 +-0.306640625000 +-0.121582031250 +0.116210937500 +-0.022460937500 +-0.000976562500 +0.032714843750 +-0.041748046875 +-0.172851562500 +-0.106445312500 +0.199218750000 +0.116699218750 +0.025878906250 +0.055664062500 +0.040527343750 +-0.017456054688 +-0.025146484375 +-0.226562500000 +-0.116210937500 +-0.123535156250 +-0.238281250000 +0.201171875000 +-0.675781250000 +-0.049804687500 +-0.082031250000 +0.036376953125 +-0.050537109375 +-0.496093750000 +-0.042480468750 +-0.003021240234 +-0.209960937500 +-0.140625000000 +-0.120117187500 +-0.196289062500 +-0.018066406250 +0.166015625000 +-0.425781250000 +0.014526367188 +-0.171875000000 +-0.064453125000 +-0.155273437500 +-0.267578125000 +0.021850585938 +-0.126953125000 +0.166015625000 +-0.160156250000 +0.006652832031 +0.191406250000 +-0.038330078125 +-0.023193359375 +0.170898437500 +-0.163085937500 +0.049804687500 +-0.037597656250 +0.040771484375 +-0.077636718750 +0.060791015625 +0.073242187500 +0.066406250000 +0.077148437500 +-0.031250000000 +0.076171875000 +0.075683593750 +-0.127929687500 +0.001029968262 +-0.017211914062 +0.007446289062 +-0.333984375000 +0.173828125000 +-0.001304626465 +-0.068847656250 +0.028076171875 +0.184570312500 +-0.169921875000 +0.079101562500 +-0.004943847656 +-0.045166015625 +0.112792968750 +-0.214843750000 +-0.219726562500 +-0.014892578125 +0.453125000000 +0.111328125000 +0.099609375000 +-0.155273437500 +-0.009643554688 +0.110351562500 +-0.201171875000 +0.153320312500 +-0.648437500000 +-0.687500000000 +-0.190429687500 +-0.053222656250 +0.104492187500 +-0.015747070312 +0.231445312500 +-0.199218750000 +0.285156250000 +0.125976562500 +-0.009521484375 +-0.046875000000 +0.015197753906 +0.090332031250 +0.133789062500 +0.020385742188 +0.024169921875 +0.043701171875 +0.124023437500 +-0.041259765625 +0.129882812500 +-0.187500000000 +-0.180664062500 +0.028686523438 +-0.036376953125 +0.119140625000 +0.025878906250 +0.259765625000 +0.053955078125 +0.243164062500 +-0.203125000000 +-0.004089355469 +-0.010681152344 +-0.121093750000 +-0.127929687500 +0.101074218750 +-0.159179687500 +-0.006988525391 +0.149414062500 +-0.071777343750 +0.273437500000 +-0.033447265625 +0.203125000000 +0.038818359375 +0.061035156250 +-0.074218750000 +0.034667968750 +0.048095703125 +-0.267578125000 +0.056396484375 +0.125976562500 +-0.047607421875 +0.016235351562 +-0.246093750000 +-0.229492187500 +-0.330078125000 +0.246093750000 +0.132812500000 +-0.102539062500 +-0.213867187500 +-0.156250000000 +-0.088378906250 +0.070312500000 +-0.155273437500 +-0.789062500000 +-0.746093750000 +0.157226562500 +0.051513671875 +0.034912109375 +-0.029174804688 +-0.108398437500 +-0.053466796875 +0.371093750000 +0.140625000000 +0.005401611328 +0.027465820312 +-0.073730468750 +-0.269531250000 +0.113769531250 +-0.040039062500 +0.152343750000 +-0.069824218750 +-0.114746093750 +0.007324218750 +-0.034667968750 +-0.034667968750 +-0.033691406250 +-0.087402343750 +-0.558593750000 +0.027954101562 +-0.202148437500 +0.135742187500 +-0.075195312500 +0.054931640625 +-0.045654296875 +0.123535156250 +0.064941406250 +-0.049072265625 +0.147460937500 +-0.072265625000 +-0.031250000000 +0.096191406250 +0.048583984375 +-0.110351562500 +0.052734375000 +0.055908203125 +0.216796875000 +0.045654296875 +0.096679687500 +-0.175781250000 +-0.118652343750 +-0.030639648438 +-0.133789062500 +-0.001403808594 +0.201171875000 +-0.125976562500 +0.089843750000 +-0.216796875000 +-0.224609375000 +-0.151367187500 +-0.359375000000 +0.140625000000 +0.242187500000 +-0.148437500000 +-0.078613281250 +-0.292968750000 +-0.022338867188 +-0.028808593750 +-0.570312500000 +-0.847656250000 +0.037597656250 +0.015258789062 +0.040527343750 +-0.294921875000 +-0.051513671875 +0.028686523438 +-0.457031250000 +0.040527343750 +0.112304687500 +0.106445312500 +0.055664062500 +0.060058593750 +-0.035400390625 +-0.080566406250 +0.233398437500 +0.009765625000 +-0.191406250000 +-0.062988281250 +-0.034179687500 +-0.045654296875 +-0.206054687500 +-0.384765625000 +-0.347656250000 +0.113281250000 +0.016235351562 +0.124023437500 +0.006835937500 +0.051269531250 +-0.044189453125 +0.117675781250 +-0.066894531250 +-0.007171630859 +-0.071289062500 +-0.010009765625 +0.057617187500 +-0.012756347656 +0.002624511719 +0.015563964844 +-0.523437500000 +-0.088378906250 +0.205078125000 +0.082031250000 +0.056152343750 +-0.131835937500 +-0.119140625000 +-0.104492187500 +-0.039306640625 +-0.176757812500 +0.055908203125 +-0.283203125000 +0.090332031250 +0.074218750000 +0.158203125000 +0.081054687500 +0.028076171875 +0.206054687500 +-0.124023437500 +-0.209960937500 +-0.086425781250 +-0.238281250000 +-0.130859375000 +-0.139648437500 +-0.648437500000 +-0.746093750000 +0.068847656250 +-0.044189453125 +0.018920898438 +-0.146484375000 +-0.199218750000 +0.062988281250 +-0.087890625000 +-0.069824218750 +0.176757812500 +-0.007171630859 +-0.034667968750 +0.109863281250 +0.075195312500 +-0.183593750000 +-0.229492187500 +0.021118164062 +0.005767822266 +-0.004425048828 +0.044433593750 +-0.012023925781 +-0.201171875000 +-0.183593750000 +-0.032958984375 +0.063476562500 +0.013854980469 +0.143554687500 +-0.055664062500 +0.118652343750 +0.009643554688 +0.035156250000 +0.044189453125 +0.025268554688 +-0.152343750000 +0.027465820312 +0.085449218750 +-0.108886718750 +0.027709960938 +0.067382812500 +-0.324218750000 +-0.114257812500 +0.081054687500 +0.049804687500 +0.102539062500 +-0.140625000000 +-0.053222656250 +-0.200195312500 +-0.100585937500 +-0.195312500000 +-0.056884765625 +0.030395507812 +0.069824218750 +-0.212890625000 +0.214843750000 +-0.190429687500 +0.304687500000 +0.107421875000 +0.072265625000 +0.072753906250 +-0.074218750000 +-0.140625000000 +0.053222656250 +-0.219726562500 +-0.796875000000 +-0.412109375000 +-0.104492187500 +0.084472656250 +-0.002151489258 +-0.093750000000 +0.070312500000 +0.109375000000 +0.158203125000 +-0.249023437500 +0.127929687500 +0.039306640625 +0.070312500000 +-0.095703125000 +0.049804687500 +-0.451171875000 +0.034912109375 +0.024902343750 +-0.032714843750 +0.026123046875 +0.004791259766 +0.031982421875 +-0.189453125000 +-0.053466796875 +-0.041259765625 +-0.160156250000 +-0.218750000000 +0.052490234375 +-0.083984375000 +-0.115234375000 +-0.005645751953 +-0.190429687500 +0.134765625000 +-0.018188476562 +-0.089843750000 +-0.531250000000 +0.091796875000 +-0.257812500000 +-0.015869140625 +-0.066894531250 +0.419921875000 +-0.095214843750 +-0.003601074219 +0.137695312500 +0.038085937500 +0.092285156250 +0.200195312500 +-0.064941406250 +-0.098144531250 +-0.136718750000 +-0.178710937500 +-0.047119140625 +0.019897460938 +-0.110351562500 +0.045898437500 +-0.123535156250 +0.031494140625 +-0.136718750000 +0.086914062500 +0.037841796875 +-0.008544921875 +0.098144531250 +0.022338867188 +-0.143554687500 +-0.937500000000 +-0.302734375000 +0.003677368164 +-0.008117675781 +0.107910156250 +-0.087890625000 +0.167968750000 +-0.143554687500 +0.117187500000 +-0.503906250000 +0.100097656250 +-0.214843750000 +0.053710937500 +0.099609375000 +-0.093261718750 +-0.084960937500 +0.480468750000 +-0.009399414062 +-0.010681152344 +-0.187500000000 +-0.030395507812 +0.085937500000 +-0.047363281250 +-0.337890625000 +-0.326171875000 +-0.147460937500 +-0.059570312500 +0.106933593750 +-0.034667968750 +0.092285156250 +-0.020996093750 +-0.257812500000 +-0.011962890625 +-0.096679687500 +0.226562500000 +-0.205078125000 +0.025634765625 +-0.449218750000 +-0.196289062500 +-0.116210937500 +-0.099609375000 +0.241210937500 +-0.208984375000 +-0.032714843750 +-0.081542968750 +0.042480468750 +0.153320312500 +0.143554687500 +0.312500000000 +-0.215820312500 +0.221679687500 +0.123046875000 +0.093261718750 +-0.203125000000 +0.095214843750 +-0.178710937500 +-0.371093750000 +-0.287109375000 +0.259765625000 +0.085937500000 +0.115722656250 +0.179687500000 +0.067871093750 +0.124023437500 +-0.199218750000 +-0.714843750000 +0.120605468750 +-0.039306640625 +0.092773437500 +-0.026367187500 +0.005523681641 +-0.137695312500 +-0.447265625000 +-0.273437500000 +0.000212669373 +-0.151367187500 +0.062255859375 +0.097656250000 +-0.178710937500 +-0.183593750000 +-0.094238281250 +-0.008728027344 +0.231445312500 +-0.168945312500 +-0.016479492188 +-0.126953125000 +0.013854980469 +0.125000000000 +0.147460937500 +0.032958984375 +0.044189453125 +0.011901855469 +0.010498046875 +-0.006103515625 +0.107421875000 +0.137695312500 +-0.316406250000 +0.114746093750 +0.131835937500 +-0.055175781250 +0.092285156250 +-0.020141601562 +0.104980468750 +0.064453125000 +0.120605468750 +0.091308593750 +-0.172851562500 +-0.065917968750 +0.127929687500 +-0.433593750000 +-0.250000000000 +0.061035156250 +-0.076171875000 +0.216796875000 +0.108398437500 +-0.101562500000 +0.076660156250 +-0.119140625000 +0.117675781250 +0.042480468750 +-0.217773437500 +0.096191406250 +-0.242187500000 +0.011291503906 +0.045410156250 +-0.070800781250 +-0.095703125000 +-0.066406250000 +-0.120117187500 +0.043701171875 +0.134765625000 +0.047851562500 +0.066406250000 +0.001426696777 +-0.083984375000 +0.059326171875 +-0.047607421875 +0.042724609375 +0.046875000000 +0.043457031250 +-0.075195312500 +-0.023681640625 +0.021362304688 +-0.010681152344 +-0.032958984375 +0.119628906250 +-0.019287109375 +-0.259765625000 +-0.004760742188 +0.110839843750 +0.158203125000 +0.036376953125 +-0.294921875000 +0.072753906250 +0.090332031250 +-0.322265625000 +0.036132812500 +-0.294921875000 +0.086425781250 +-0.030029296875 +-0.222656250000 +-0.037353515625 +0.155273437500 +-0.233398437500 +0.005798339844 +-0.016235351562 +-0.166015625000 +0.064453125000 +0.213867187500 +0.034179687500 +0.017700195312 +-0.127929687500 +0.133789062500 +-0.271484375000 +-0.029296875000 +0.063476562500 +0.099609375000 +0.035888671875 +0.074218750000 +-0.117187500000 +0.064453125000 +-0.063964843750 +-0.249023437500 +0.005157470703 +0.149414062500 +0.085937500000 +-0.201171875000 +-0.041259765625 +-0.095703125000 +-0.125976562500 +0.073730468750 +-0.072753906250 +-0.267578125000 +-0.043457031250 +0.018432617188 +-0.080566406250 +0.050292968750 +-0.347656250000 +0.039550781250 +-0.035888671875 +-0.170898437500 +0.019409179688 +-0.097656250000 +0.103027343750 +0.052978515625 +-0.011840820312 +-0.042236328125 +-0.004699707031 +-0.185546875000 +0.053466796875 +-0.057617187500 +-0.398437500000 +-0.059326171875 +-0.020019531250 +0.124511718750 +-0.007202148438 +-0.380859375000 +0.030517578125 +0.101074218750 +-0.030517578125 +0.005798339844 +-0.057861328125 +0.007293701172 +-0.024902343750 +0.140625000000 +0.030517578125 +-0.212890625000 +-0.206054687500 +-0.173828125000 +0.009704589844 +-0.126953125000 +-0.071777343750 +-0.101074218750 +0.042968750000 +0.031982421875 +-0.003829956055 +0.005004882812 +-0.275390625000 +0.006408691406 +-0.114257812500 +0.189453125000 +-0.127929687500 +-0.024780273438 +-0.070800781250 +0.002685546875 +0.027221679688 +-0.136718750000 +-0.051513671875 +-0.118652343750 +0.078613281250 +0.029174804688 +-0.035888671875 +0.117675781250 +-0.034179687500 +0.068359375000 +-0.191406250000 +-0.052001953125 +0.062011718750 +0.008422851562 +-0.279296875000 +-0.041015625000 +-0.585937500000 +0.010803222656 +0.014709472656 +0.056640625000 +0.008300781250 +0.014587402344 +0.008300781250 +-0.055664062500 +-0.067871093750 +0.062500000000 +-0.095214843750 +0.073242187500 +0.076171875000 +-0.240234375000 +-0.147460937500 +-0.037841796875 +0.001022338867 +-0.201171875000 +-0.004791259766 +0.127929687500 +-0.014038085938 +-0.145507812500 +-0.328125000000 +0.036621093750 +-0.034423828125 +0.143554687500 +-0.065917968750 +0.239257812500 +-0.058105468750 +-0.357421875000 +-0.186523437500 +-0.123046875000 +-0.092285156250 +-0.117187500000 +-0.074707031250 +-0.221679687500 +0.269531250000 +-0.006835937500 +0.157226562500 +-0.009216308594 +-0.064941406250 +0.199218750000 +-0.047607421875 +0.073242187500 +-0.030761718750 +-0.209960937500 +-0.232421875000 +0.077148437500 +0.095214843750 +-0.117675781250 +-0.029907226562 +-0.230468750000 +0.154296875000 +-0.109863281250 +0.200195312500 +0.173828125000 +-0.148437500000 +0.126953125000 +-0.101074218750 +0.097656250000 +0.112304687500 +0.088867187500 +-0.263671875000 +-0.006744384766 +-0.554687500000 +0.124511718750 +-0.016967773438 +0.091796875000 +0.014892578125 +-0.082519531250 +-0.087890625000 +0.038574218750 +-0.265625000000 +0.130859375000 +-0.023925781250 +0.108398437500 +0.048095703125 +-0.217773437500 +-0.201171875000 +-0.010375976562 +-0.119140625000 +0.088867187500 +0.028930664062 +0.253906250000 +-0.027099609375 +-0.022949218750 +-0.072265625000 +-0.044677734375 +0.016723632812 +-0.078125000000 +-0.074707031250 +0.059082031250 +0.000587463379 +-0.326171875000 +-0.149414062500 +-0.074707031250 +-0.025268554688 +-0.049804687500 +-0.017333984375 +0.101074218750 +0.012145996094 +-0.173828125000 +-0.141601562500 +0.035644531250 +-0.026977539062 +-0.118652343750 +-0.004821777344 +-0.189453125000 +-0.065429687500 +-0.294921875000 +-0.289062500000 +-0.174804687500 +0.136718750000 +-0.104980468750 +0.052001953125 +0.061523437500 +0.082031250000 +0.209960937500 +0.160156250000 +-0.050781250000 +0.122070312500 +-0.237304687500 +-0.089843750000 +0.192382812500 +-0.002624511719 +-0.007568359375 +-0.165039062500 +0.059814453125 +0.005767822266 +-0.000023007393 +-0.021972656250 +0.117187500000 +0.025024414062 +-0.103027343750 +-0.008911132812 +-0.113769531250 +-0.371093750000 +-0.033691406250 +0.060058593750 +0.117675781250 +0.030273437500 +-0.251953125000 +-0.028320312500 +0.070312500000 +-0.150390625000 +-0.079589843750 +0.093261718750 +0.230468750000 +-0.140625000000 +0.035644531250 +-0.015136718750 +0.119140625000 +0.062988281250 +0.010131835938 +-0.051025390625 +-0.189453125000 +-0.020751953125 +-0.083496093750 +0.017822265625 +-0.065429687500 +-0.003051757812 +-0.007934570312 +0.032226562500 +-0.030883789062 +0.000246047974 +-0.024169921875 +-0.124023437500 +-0.006622314453 +-0.034423828125 +0.066406250000 +-0.212890625000 +-0.257812500000 +0.085449218750 +-0.341796875000 +-0.071777343750 +-0.224609375000 +0.052978515625 +-0.417968750000 +0.099609375000 +0.251953125000 +-0.063964843750 +0.102050781250 +0.181640625000 +-0.078613281250 +-0.279296875000 +0.052001953125 +-0.013000488281 +0.055175781250 +-0.066894531250 +-0.006072998047 +0.096191406250 +-0.007476806641 +-0.012268066406 +-0.089843750000 +0.045898437500 +0.013549804688 +-0.090332031250 +-0.167968750000 +-0.242187500000 +0.131835937500 +-0.621093750000 +-0.080566406250 +-0.037597656250 +-0.063964843750 +0.127929687500 +-0.151367187500 +-0.069335937500 +0.078125000000 +0.035888671875 +-0.001914978027 +-0.001045227051 +-0.417968750000 +-0.195312500000 +-0.026733398438 +0.118652343750 +0.089843750000 +0.188476562500 +-0.093261718750 +0.061767578125 +-0.277343750000 +-0.091796875000 +0.193359375000 +0.033935546875 +0.072265625000 +0.056152343750 +-0.095703125000 +-0.136718750000 +-0.367187500000 +0.101562500000 +0.191406250000 +0.017333984375 +0.153320312500 +-0.009582519531 +0.162109375000 +0.125976562500 +0.104003906250 +0.097167968750 +-0.104492187500 +-0.253906250000 +-0.310546875000 +0.018432617188 +-0.225585937500 +-0.071289062500 +-0.294921875000 +0.193359375000 +0.208984375000 +0.079101562500 +0.043212890625 +-0.119628906250 +-0.187500000000 +0.085449218750 +-0.204101562500 +-0.076171875000 +0.022827148438 +0.125976562500 +0.041259765625 +0.029296875000 +-0.197265625000 +0.035400390625 +-0.128906250000 +-0.120117187500 +-0.003936767578 +-0.215820312500 +0.025756835938 +-0.375000000000 +-0.300781250000 +-0.021484375000 +-0.064941406250 +0.064941406250 +-0.333984375000 +0.076171875000 +0.077148437500 +0.096191406250 +-0.150390625000 +0.034179687500 +-0.116210937500 +-0.001525878906 +-0.044189453125 +0.017211914062 +0.148437500000 +0.029541015625 +-0.123046875000 +0.079589843750 +-0.363281250000 +0.052246093750 +-0.028564453125 +-0.065429687500 +-0.077148437500 +-0.011718750000 +-0.032958984375 +-0.207031250000 +0.067382812500 +0.324218750000 +0.125000000000 +-0.032470703125 +-0.109863281250 +-0.052734375000 +0.030029296875 +0.019531250000 +-0.699218750000 +-1.304687500000 +-0.131835937500 +-0.071777343750 +0.094238281250 +0.015747070312 +0.033935546875 +-0.081054687500 +-0.158203125000 +0.031982421875 +-0.283203125000 +0.043457031250 +0.054199218750 +0.096191406250 +-0.016113281250 +0.058349609375 +0.022705078125 +0.164062500000 +-0.221679687500 +0.363281250000 +0.121093750000 +-0.117187500000 +-0.227539062500 +-0.010925292969 +-0.080078125000 +-0.013977050781 +-0.098632812500 +0.016723632812 +0.112304687500 +0.079589843750 +-0.026855468750 +-0.065917968750 +0.186523437500 +0.211914062500 +0.043945312500 +-0.149414062500 +-0.140625000000 +0.016357421875 +0.265625000000 +-0.109863281250 +-0.020629882812 +0.028930664062 +0.003448486328 +0.044189453125 +0.028686523438 +-0.009460449219 +-0.040527343750 +-0.071777343750 +-0.306640625000 +-0.010070800781 +0.017700195312 +-0.067871093750 +0.040039062500 +-0.103515625000 +-0.133789062500 +-0.071777343750 +0.065429687500 +0.063476562500 +-0.047851562500 +-0.053466796875 +-0.078125000000 +0.097656250000 +-0.247070312500 +0.059570312500 +-0.843750000000 +-1.015625000000 +-0.120117187500 +0.056884765625 +0.069335937500 +0.095214843750 +0.080078125000 +-0.073730468750 +0.375000000000 +0.108398437500 +0.111328125000 +0.060302734375 +-0.005157470703 +0.191406250000 +0.011535644531 +0.027954101562 +0.227539062500 +-0.041503906250 +0.012390136719 +0.022583007812 +0.135742187500 +-0.016479492188 +0.048095703125 +0.141601562500 +0.007171630859 +-0.104492187500 +0.049072265625 +0.027587890625 +0.021972656250 +-0.172851562500 +-0.020751953125 +-0.287109375000 +0.090820312500 +0.135742187500 +0.014282226562 +0.054443359375 +-0.102050781250 +0.029663085938 +-0.061523437500 +-0.005035400391 +0.076171875000 +0.086914062500 +0.053955078125 +-0.044433593750 +-0.261718750000 +0.033691406250 +0.138671875000 +-0.183593750000 +0.063476562500 +-0.052978515625 +-0.066406250000 +0.124511718750 +-0.154296875000 +-0.009399414062 +-0.009521484375 +-0.004638671875 +0.132812500000 +-0.106445312500 +0.028564453125 +0.098144531250 +-0.186523437500 +0.173828125000 +-0.228515625000 +-0.043212890625 +-0.498046875000 +-1.132812500000 +-0.041259765625 +-0.005523681641 +0.112792968750 +0.017822265625 +-0.012634277344 +0.105957031250 +-0.235351562500 +0.062011718750 +0.190429687500 +0.072753906250 +0.048828125000 +0.062255859375 +0.052001953125 +-0.077636718750 +0.058349609375 +-0.057128906250 +0.148437500000 +-0.040039062500 +-0.036376953125 +0.052246093750 +0.146484375000 +-0.141601562500 +0.089355468750 +-0.034667968750 +0.087402343750 +0.052490234375 +-0.018798828125 +-0.332031250000 +-0.005493164062 +-0.166992187500 +-0.101074218750 +-0.062500000000 +-0.123046875000 +0.044921875000 +-0.110351562500 +-0.093750000000 +-0.130859375000 +0.071289062500 +-0.029052734375 +0.027954101562 +-0.229492187500 +-0.047851562500 +-0.169921875000 +-0.096191406250 +0.064453125000 +-0.044189453125 +0.185546875000 +-0.050292968750 +-0.037109375000 +-0.059814453125 +0.043701171875 +-0.241210937500 +-0.162109375000 +-0.279296875000 +0.105957031250 +-0.083007812500 +-0.103515625000 +0.079589843750 +-0.142578125000 +0.066406250000 +0.042724609375 +0.105468750000 +-0.699218750000 +-1.296875000000 +-0.027709960938 +0.007354736328 +0.040527343750 +-0.075683593750 +-0.011169433594 +0.073242187500 +-0.423828125000 +0.091308593750 +0.187500000000 +-0.031738281250 +0.032226562500 +0.187500000000 +0.114257812500 +-0.065429687500 +-0.036865234375 +0.158203125000 +0.005279541016 +-0.031494140625 +-0.024658203125 +0.055908203125 +0.128906250000 +-0.120117187500 +0.048095703125 +-0.055175781250 +0.022460937500 +-0.029418945312 +0.125000000000 +-0.337890625000 +-0.004791259766 +-0.210937500000 +-0.007263183594 +0.018310546875 +-0.075195312500 +0.009216308594 +-0.164062500000 +-0.223632812500 +-0.009521484375 +-0.131835937500 +0.134765625000 +0.050537109375 +-0.187500000000 +-0.185546875000 +-0.490234375000 +-0.123535156250 +-0.304687500000 +-0.006500244141 +0.079589843750 +-0.081054687500 +-0.114746093750 +-0.036621093750 +-0.107421875000 +0.026367187500 +-0.165039062500 +-0.199218750000 +-0.138671875000 +-0.028076171875 +-0.039062500000 +-0.142578125000 +-0.075195312500 +0.182617187500 +-0.273437500000 +0.007446289062 +-0.625000000000 +-1.179687500000 +-0.092773437500 +-0.000011503696 +0.026000976562 +0.045166015625 +0.105957031250 +-0.022827148438 +0.390625000000 +-0.121093750000 +-0.072753906250 +0.010498046875 +0.124023437500 +0.211914062500 +-0.027343750000 +-0.015869140625 +0.052734375000 +0.098144531250 +0.038330078125 +0.021484375000 +-0.125976562500 +0.023315429688 +-0.035888671875 +-0.078125000000 +-0.095214843750 +-0.161132812500 +-0.040527343750 +0.170898437500 +0.056640625000 +-0.036621093750 +-0.106445312500 +-0.044433593750 +-0.055175781250 +0.002899169922 +-0.028564453125 +-0.074707031250 +-0.131835937500 +-0.347656250000 +0.063964843750 +-0.099609375000 +0.230468750000 +0.042236328125 +0.005737304688 +-0.373046875000 +-0.291015625000 +0.018676757812 +-0.135742187500 +-0.233398437500 +-0.324218750000 +-0.069824218750 +-0.068847656250 +-0.000900268555 +-0.067382812500 +-0.073242187500 +-0.034667968750 +-0.201171875000 +-0.091308593750 +0.108398437500 +0.222656250000 +-0.077636718750 +-0.125000000000 +0.200195312500 +-0.192382812500 +-0.086914062500 +-0.550781250000 +-1.210937500000 +0.047119140625 +0.102539062500 +0.059570312500 +0.052978515625 +0.061279296875 +0.067871093750 +0.384765625000 +-0.166015625000 +0.008117675781 +-0.159179687500 +0.036621093750 +0.121093750000 +0.015747070312 +0.027465820312 +0.136718750000 +0.004669189453 +0.154296875000 +-0.169921875000 +0.114257812500 +0.091796875000 +-0.054199218750 +-0.030517578125 +-0.263671875000 +-0.181640625000 +0.082031250000 +-0.139648437500 +0.003112792969 +-0.090332031250 +-0.123046875000 +0.144531250000 +-0.059326171875 +-0.018798828125 +-0.052246093750 +-0.347656250000 +-0.145507812500 +-0.121582031250 +0.036376953125 +0.041503906250 +-0.146484375000 +-0.060791015625 +0.341796875000 +0.095703125000 +-0.019042968750 +-0.089843750000 +0.171875000000 +-0.090820312500 +-0.365234375000 +-0.136718750000 +-0.072753906250 +0.022338867188 +-0.138671875000 +0.010803222656 +-0.208007812500 +-0.114257812500 +0.189453125000 +-0.066894531250 +0.228515625000 +-0.355468750000 +-0.133789062500 +0.023437500000 +-0.082031250000 +-0.058593750000 +-0.470703125000 +-1.187500000000 +-0.086425781250 +-0.013427734375 +0.035400390625 +-0.003707885742 +0.180664062500 +-0.156250000000 +-0.400390625000 +0.050048828125 +-0.025756835938 +0.101074218750 +-0.018554687500 +0.127929687500 +-0.375000000000 +0.062988281250 +-0.059082031250 +-0.026489257812 +0.335937500000 +-0.009460449219 +0.196289062500 +0.053710937500 +0.127929687500 +-0.000421524048 +-0.143554687500 +-0.025756835938 +0.009765625000 +0.081054687500 +0.029907226562 +-0.045410156250 +-0.064941406250 +-0.051757812500 +0.218750000000 +0.045898437500 +-0.199218750000 +-0.492187500000 +-0.081054687500 +-0.298828125000 +-0.113281250000 +0.022583007812 +0.174804687500 +0.170898437500 +-0.008789062500 +0.043212890625 +-0.173828125000 +-0.033935546875 +-0.202148437500 +0.031494140625 +0.090820312500 +0.043701171875 +0.244140625000 +-0.011474609375 +0.096191406250 +-0.083007812500 +0.046630859375 +0.058593750000 +-0.054931640625 +0.118164062500 +0.077636718750 +-0.208984375000 +0.058105468750 +-0.006744384766 +-0.014770507812 +-0.010559082031 +0.083496093750 +0.150390625000 +0.092773437500 +-0.072753906250 +0.067871093750 +-0.191406250000 +0.129882812500 +0.078125000000 +0.255859375000 +0.239257812500 +-0.015380859375 +0.024291992188 +0.079589843750 +-0.129882812500 +0.125976562500 +0.050537109375 +0.566406250000 +0.080566406250 +0.100097656250 +-0.152343750000 +0.041015625000 +0.003784179688 +-0.053710937500 +0.041992187500 +-0.076660156250 +0.220703125000 +-0.255859375000 +-0.324218750000 +-0.026855468750 +0.030639648438 +-0.131835937500 +-0.017456054688 +-0.080078125000 +0.231445312500 +-0.141601562500 +0.171875000000 +0.033203125000 +-0.015075683594 +-0.181640625000 +0.049072265625 +0.064941406250 +0.023559570312 +-0.012512207031 +0.057128906250 +-0.247070312500 +0.112792968750 +-0.094238281250 +-0.044921875000 +0.024780273438 +0.014465332031 +0.033691406250 +0.158203125000 +0.035156250000 +-0.636718750000 +-0.029907226562 +-0.048583984375 +0.022705078125 +0.082519531250 +-0.012023925781 +-0.035888671875 +-0.024414062500 +0.102050781250 +-0.142578125000 +-0.020629882812 +-0.096679687500 +0.152343750000 +0.042968750000 +0.039794921875 +0.090820312500 +-0.093750000000 +0.250000000000 +0.047363281250 +0.237304687500 +0.100097656250 +0.006652832031 +-0.084960937500 +0.024414062500 +-0.108886718750 +-0.081054687500 +-0.130859375000 +-0.116210937500 +0.167968750000 +0.049316406250 +-0.398437500000 +-0.047363281250 +0.005798339844 +0.024414062500 +-0.042480468750 +0.087890625000 +0.029907226562 +-0.177734375000 +-0.174804687500 +-0.067382812500 +-0.130859375000 +-0.113281250000 +-0.126953125000 +0.296875000000 +0.022949218750 +-0.096679687500 +-0.027099609375 +-0.040771484375 +-0.010192871094 +0.120117187500 +0.058349609375 +-0.046386718750 +-0.075195312500 +0.075195312500 +0.029296875000 +-0.180664062500 +0.107421875000 +0.052246093750 +0.008361816406 +0.187500000000 +0.075195312500 +-0.316406250000 +0.103027343750 +0.005889892578 +-0.113281250000 +-0.022216796875 +0.033691406250 +0.062011718750 +-0.015991210938 +-0.200195312500 +-0.119140625000 +-0.050781250000 +0.143554687500 +-0.029663085938 +-0.096679687500 +0.007659912109 +-0.013366699219 +0.018676757812 +0.077148437500 +0.193359375000 +0.113769531250 +-0.002212524414 +-0.096191406250 +-0.486328125000 +0.094726562500 +0.053222656250 +0.091796875000 +-0.056152343750 +0.064941406250 +-0.217773437500 +-0.046630859375 +-0.083984375000 +0.143554687500 +0.080078125000 +-0.052246093750 +0.032226562500 +0.119140625000 +-0.208984375000 +-0.075195312500 +-0.304687500000 +0.036376953125 +-0.019287109375 +0.142578125000 +0.029418945312 +-0.065917968750 +-0.191406250000 +0.047119140625 +0.125976562500 +-0.039306640625 +0.005981445312 +-0.150390625000 +-0.030761718750 +-0.095214843750 +0.022705078125 +-0.130859375000 +-0.081542968750 +0.046386718750 +0.076660156250 +-0.104492187500 +-0.107421875000 +0.195312500000 +-0.139648437500 +0.062011718750 +0.060546875000 +0.018676757812 +-0.124023437500 +-0.029663085938 +0.091796875000 +-0.061523437500 +0.107421875000 +0.013488769531 +0.009094238281 +-0.040771484375 +0.196289062500 +-0.079101562500 +0.000961303711 +0.063476562500 +-0.197265625000 +-0.043945312500 +0.123046875000 +-0.113281250000 +-0.025512695312 +0.023437500000 +0.065917968750 +0.212890625000 +-0.063964843750 +0.018310546875 +0.023071289062 +-0.007873535156 +-0.007232666016 +-0.007659912109 +0.006195068359 +0.100585937500 +-0.371093750000 +0.016235351562 +0.044189453125 +-0.010437011719 +0.085449218750 +-0.205078125000 +-0.090332031250 +0.007446289062 +0.018066406250 +-0.190429687500 +-0.337890625000 +0.056640625000 +-0.203125000000 +-0.110351562500 +0.036132812500 +-0.057617187500 +-0.259765625000 +-0.041259765625 +-0.215820312500 +0.031982421875 +-0.185546875000 +0.022094726562 +0.043212890625 +-0.092285156250 +-0.052490234375 +-0.143554687500 +-0.011108398438 +0.077636718750 +0.054199218750 +-0.417968750000 +-0.052734375000 +0.277343750000 +-0.018676757812 +0.018310546875 +0.036621093750 +-0.034912109375 +0.014282226562 +-0.113769531250 +0.153320312500 +-0.490234375000 +0.073730468750 +0.001350402832 +-0.054931640625 +0.078613281250 +-0.084472656250 +-0.173828125000 +-0.072753906250 +0.012634277344 +-0.146484375000 +0.036865234375 +-0.113769531250 +-0.216796875000 +0.021362304688 +-0.057861328125 +-0.035156250000 +0.132812500000 +-0.332031250000 +-0.071777343750 +0.283203125000 +-0.186523437500 +0.245117187500 +-0.029418945312 +0.017211914062 +0.112304687500 +0.023559570312 +-0.208007812500 +0.148437500000 +-0.129882812500 +0.178710937500 +-0.267578125000 +0.052246093750 +-0.000602722168 +-0.003189086914 +-0.140625000000 +0.109863281250 +0.003219604492 +0.004455566406 +0.105468750000 +0.129882812500 +-0.149414062500 +0.077148437500 +-0.007812500000 +0.204101562500 +-0.062988281250 +0.022583007812 +0.035400390625 +-0.111816406250 +-0.049804687500 +-0.314453125000 +-0.251953125000 +0.134765625000 +-0.035644531250 +-0.018310546875 +-0.371093750000 +-0.177734375000 +0.023803710938 +-0.192382812500 +0.055175781250 +-0.052001953125 +0.002807617188 +0.047851562500 +-0.051025390625 +0.176757812500 +-0.542968750000 +-0.101074218750 +0.020019531250 +-0.042236328125 +0.105468750000 +-0.115234375000 +-0.086914062500 +0.082031250000 +0.058837890625 +-0.153320312500 +-0.083496093750 +-0.095703125000 +0.036376953125 +-0.287109375000 +0.034667968750 +-0.159179687500 +0.171875000000 +-0.392578125000 +0.094238281250 +0.131835937500 +-0.261718750000 +-0.158203125000 +0.120605468750 +-0.035888671875 +-0.135742187500 +0.022216796875 +-0.086425781250 +0.138671875000 +-0.138671875000 +-0.008117675781 +-0.012268066406 +0.013122558594 +-0.123046875000 +-0.202148437500 +-0.023071289062 +-0.010253906250 +-0.205078125000 +-0.113769531250 +-0.011474609375 +0.026123046875 +-0.269531250000 +0.102539062500 +-0.208007812500 +0.447265625000 +-0.029663085938 +0.092773437500 +-0.012451171875 +-0.041503906250 +-0.018310546875 +0.166015625000 +-0.226562500000 +0.029663085938 +-0.040283203125 +0.099609375000 +-0.451171875000 +-0.118652343750 +-0.382812500000 +-0.052978515625 +-0.134765625000 +0.053222656250 +0.098632812500 +-0.098144531250 +0.050048828125 +0.134765625000 +-0.134765625000 +-0.000751495361 +0.043701171875 +0.386718750000 +0.038085937500 +-0.228515625000 +-0.104492187500 +0.120117187500 +0.010314941406 +-0.061523437500 +-0.080078125000 +-0.046875000000 +0.149414062500 +-0.345703125000 +-0.185546875000 +-0.081054687500 +0.022216796875 +-0.402343750000 +-0.048828125000 +-0.308593750000 +-0.077148437500 +-0.114746093750 +-0.107910156250 +-0.064453125000 +-0.247070312500 +-0.017456054688 +0.064453125000 +-0.339843750000 +0.068847656250 +-0.255859375000 +-0.118652343750 +-0.011596679688 +-0.069335937500 +-0.056152343750 +-0.060791015625 +-0.326171875000 +-0.088378906250 +-0.263671875000 +0.087890625000 +-0.055664062500 +0.241210937500 +-0.011169433594 +-0.044189453125 +-0.131835937500 +0.152343750000 +-0.020629882812 +-0.213867187500 +-0.002075195312 +-0.070800781250 +0.017944335938 +-0.104980468750 +0.061035156250 +-0.051513671875 +0.063964843750 +-0.024414062500 +0.074218750000 +0.020507812500 +0.012390136719 +-0.062500000000 +-0.152343750000 +-0.234375000000 +0.060791015625 +0.159179687500 +0.020263671875 +0.138671875000 +0.012878417969 +0.008300781250 +0.185546875000 +-0.009887695312 +-0.042480468750 +0.042236328125 +0.160156250000 +-0.210937500000 +-0.275390625000 +-0.273437500000 +0.039062500000 +-0.224609375000 +0.138671875000 +0.125976562500 +-0.129882812500 +0.040283203125 +0.147460937500 +0.181640625000 +-0.040527343750 +-0.106445312500 +0.006988525391 +0.031127929688 +-0.095703125000 +-0.112792968750 +0.067382812500 +0.310546875000 +0.032714843750 +-0.285156250000 +-0.020874023438 +-0.108398437500 +-0.070312500000 +0.129882812500 +-0.117675781250 +0.281250000000 +0.057128906250 +0.064941406250 +-0.085449218750 +-0.008666992188 +-0.167968750000 +0.002532958984 +-0.025390625000 +-0.084960937500 +0.083984375000 +0.001693725586 +-0.283203125000 +-0.010498046875 +0.037109375000 +-0.250000000000 +-0.251953125000 +-0.048339843750 +-0.018188476562 +-0.078125000000 +0.013488769531 +-0.408203125000 +-0.042236328125 +0.174804687500 +0.114257812500 +0.076660156250 +0.038574218750 +-0.099609375000 +0.092285156250 +-0.122558593750 +0.035156250000 +0.113769531250 +0.018798828125 +0.146484375000 +0.041015625000 +-0.097167968750 +0.042480468750 +0.009948730469 +-0.036132812500 +0.067871093750 +-0.322265625000 +-0.083496093750 +-0.048095703125 +0.025878906250 +0.016601562500 +-0.032714843750 +-0.200195312500 +-0.089355468750 +0.220703125000 +0.118164062500 +-0.010009765625 +-0.060302734375 +-0.069824218750 +-0.037353515625 +0.096191406250 +-0.047363281250 +0.075683593750 +-0.302734375000 +-0.251953125000 +-0.117675781250 +-0.001655578613 +0.005035400391 +-0.040283203125 +0.046142578125 +0.007293701172 +0.070312500000 +0.027465820312 +-0.086914062500 +0.034423828125 +-0.125976562500 +-0.566406250000 +0.202148437500 +0.059814453125 +0.055175781250 +-0.017700195312 +-0.137695312500 +-0.373046875000 +0.057861328125 +-0.008911132812 +-0.120605468750 +-0.207031250000 +-0.462890625000 +-0.082519531250 +0.178710937500 +-0.068359375000 +-0.205078125000 +-0.001312255859 +0.083007812500 +0.033447265625 +0.125976562500 +0.092773437500 +-0.008239746094 +0.038818359375 +-0.361328125000 +-0.267578125000 +0.045898437500 +-0.020019531250 +0.159179687500 +-0.104003906250 +-0.003967285156 +-0.051025390625 +0.010559082031 +0.053710937500 +-0.068359375000 +-0.253906250000 +-0.102539062500 +-0.213867187500 +-0.087890625000 +-0.120605468750 +-0.198242187500 +0.054199218750 +-0.376953125000 +-0.189453125000 +-0.198242187500 +0.085449218750 +-0.328125000000 +0.067871093750 +0.088867187500 +0.221679687500 +0.022094726562 +0.155273437500 +-0.137695312500 +0.014587402344 +-0.250000000000 +-0.223632812500 +0.058593750000 +-0.200195312500 +-0.038330078125 +-0.119628906250 +0.051513671875 +-0.081542968750 +0.246093750000 +0.112792968750 +-0.045898437500 +-0.192382812500 +0.039550781250 +0.032226562500 +0.151367187500 +-0.081054687500 +-0.017333984375 +-0.193359375000 +-0.037841796875 +0.053955078125 +0.137695312500 +0.071289062500 +-0.279296875000 +-0.076660156250 +0.070800781250 +0.006896972656 +-0.033935546875 +-0.035156250000 +-0.094726562500 +-0.124023437500 +0.076171875000 +0.185546875000 +0.118164062500 +-0.011230468750 +-0.208007812500 +-0.255859375000 +-0.024780273438 +-0.160156250000 +0.067871093750 +-0.007415771484 +-0.108398437500 +0.013732910156 +-0.026977539062 +0.041259765625 +-0.240234375000 +-0.182617187500 +-0.091796875000 +-0.226562500000 +-0.160156250000 +-0.172851562500 +0.086914062500 +0.062500000000 +-0.080566406250 +-0.014526367188 +-0.376953125000 +0.056152343750 +-0.044433593750 +0.054443359375 +0.069824218750 +0.098144531250 +0.103027343750 +0.087890625000 +0.044433593750 +0.012023925781 +-0.076171875000 +-0.188476562500 +0.103027343750 +-0.112792968750 +-0.110839843750 +0.155273437500 +-0.224609375000 +0.026367187500 +0.140625000000 +-0.038330078125 +-0.105957031250 +-0.060791015625 +-0.017333984375 +-0.047363281250 +0.135742187500 +0.032226562500 +0.051025390625 +-0.253906250000 +0.003753662109 +-0.149414062500 +0.166992187500 +0.140625000000 +0.021362304688 +-0.145507812500 +0.127929687500 +-0.060546875000 +0.067382812500 +0.067382812500 +-0.030029296875 +-0.071777343750 +-0.118652343750 +-0.535156250000 +0.141601562500 +-0.001968383789 +-0.150390625000 +-0.263671875000 +-0.227539062500 +0.012939453125 +-0.104003906250 +-0.040283203125 +-0.265625000000 +0.062500000000 +0.125000000000 +0.001403808594 +-0.220703125000 +0.014099121094 +-0.269531250000 +0.132812500000 +-0.277343750000 +-0.388671875000 +-0.020385742188 +-0.117187500000 +0.069824218750 +0.066894531250 +0.042724609375 +0.166992187500 +0.193359375000 +0.140625000000 +0.070800781250 +0.006347656250 +-0.089355468750 +0.123046875000 +0.100097656250 +0.168945312500 +0.017578125000 +0.167968750000 +0.143554687500 +-0.047607421875 +0.159179687500 +0.030883789062 +0.147460937500 +-0.098144531250 +-0.129882812500 +0.043212890625 +-0.037841796875 +-0.036865234375 +-0.157226562500 +-0.347656250000 +0.045410156250 +-0.108886718750 +0.150390625000 +-0.218750000000 +0.027343750000 +-0.228515625000 +0.222656250000 +-0.011962890625 +0.127929687500 +-0.113769531250 +0.008666992188 +0.120605468750 +0.058105468750 +-0.000965118408 +0.016967773438 +-0.310546875000 +0.009826660156 +-0.217773437500 +0.240234375000 +-0.071289062500 +0.033691406250 +-0.632812500000 +-0.102539062500 +-0.015563964844 +-0.096191406250 +-0.020996093750 +-0.070312500000 +0.108886718750 +0.008972167969 +-0.014404296875 +0.077636718750 +-0.009277343750 +-0.150390625000 +0.149414062500 +-0.157226562500 +-0.149414062500 +-0.093750000000 +-0.176757812500 +0.017211914062 +-0.043945312500 +-0.078125000000 +-0.071777343750 +0.044189453125 +0.113769531250 +-0.068359375000 +-0.161132812500 +-0.132812500000 +-0.094726562500 +0.157226562500 +0.085449218750 +-0.135742187500 +-0.114257812500 +0.166015625000 +-0.070312500000 +0.041259765625 +0.130859375000 +0.110351562500 +-0.148437500000 +-0.134765625000 +0.058837890625 +0.074707031250 +0.018798828125 +-0.103515625000 +-0.142578125000 +-0.163085937500 +-0.062988281250 +0.025878906250 +-0.233398437500 +0.007995605469 +-0.104492187500 +-0.113281250000 +-0.078125000000 +-0.150390625000 +-0.025512695312 +0.055908203125 +0.044433593750 +0.010437011719 +-0.038085937500 +0.100097656250 +-0.296875000000 +0.041503906250 +0.006988525391 +0.237304687500 +0.053222656250 +-0.014404296875 +-0.294921875000 +0.002502441406 +0.100097656250 +0.120117187500 +0.095214843750 +-0.074707031250 +-0.043945312500 +0.035400390625 +-0.082519531250 +0.002548217773 +-0.040039062500 +-0.018554687500 +0.106445312500 +-0.365234375000 +-0.038330078125 +-0.050292968750 +0.135742187500 +0.053466796875 +0.024780273438 +0.076660156250 +-0.183593750000 +-0.441406250000 +-0.343750000000 +0.046630859375 +0.018066406250 +-0.059814453125 +-0.038818359375 +-0.241210937500 +0.165039062500 +0.181640625000 +-0.074707031250 +-0.090332031250 +-0.054199218750 +0.052246093750 +0.059570312500 +-0.066406250000 +-0.017700195312 +-0.115234375000 +0.015014648438 +0.098632812500 +0.002899169922 +0.025146484375 +-0.275390625000 +-0.017333984375 +0.072753906250 +0.040039062500 +0.164062500000 +-0.037841796875 +0.091796875000 +-0.292968750000 +-0.153320312500 +-0.597656250000 +-0.026123046875 +0.079101562500 +0.014343261719 +0.029663085938 +0.031738281250 +0.213867187500 +-0.194335937500 +0.058837890625 +-0.137695312500 +-0.222656250000 +0.086914062500 +-0.010437011719 +0.015747070312 +-0.219726562500 +-0.010009765625 +-0.166015625000 +-0.185546875000 +-0.032226562500 +0.178710937500 +-0.048828125000 +0.016235351562 +0.114746093750 +0.055419921875 +-0.065429687500 +0.106933593750 +-0.134765625000 +-0.111816406250 +0.103515625000 +0.030639648438 +-0.248046875000 +0.209960937500 +0.390625000000 +-0.029052734375 +-0.131835937500 +-0.010070800781 +0.141601562500 +-0.020874023438 +0.049560546875 +-0.138671875000 +-0.570312500000 +0.133789062500 +-0.021850585938 +-0.127929687500 +-0.021118164062 +0.128906250000 +0.101562500000 +-0.087402343750 +0.026977539062 +0.099609375000 +-0.069335937500 +0.100097656250 +-0.117675781250 +0.188476562500 +-0.207031250000 +-0.003692626953 +0.113769531250 +-0.110351562500 +0.110839843750 +-0.390625000000 +0.089843750000 +-0.030517578125 +0.091796875000 +-0.059814453125 +0.032226562500 +-0.035888671875 +-0.033935546875 +-0.192382812500 +-0.058837890625 +-0.154296875000 +0.047363281250 +-0.046142578125 +0.028686523438 +-0.019409179688 +-0.283203125000 +0.141601562500 +-0.111328125000 +-0.031982421875 +0.107421875000 +0.050537109375 +-0.025024414062 +-0.190429687500 +-0.148437500000 +0.010986328125 +0.041992187500 +0.021118164062 +0.235351562500 +-0.033447265625 +0.094238281250 +-0.032470703125 +0.089355468750 +0.029907226562 +0.032714843750 +0.127929687500 +-0.183593750000 +-0.099121093750 +-0.277343750000 +0.110351562500 +-0.009399414062 +-0.026489257812 +0.058349609375 +0.093750000000 +0.287109375000 +-0.208007812500 +-0.199218750000 +0.008666992188 +0.069335937500 +0.083496093750 +0.117675781250 +-0.097167968750 +0.097167968750 +0.005462646484 +0.086914062500 +0.066894531250 +-0.026123046875 +0.070800781250 +-0.208007812500 +-0.259765625000 +0.158203125000 +-0.019409179688 +-0.089355468750 +0.015502929688 +0.060546875000 +-0.326171875000 +0.003723144531 +-0.100585937500 +0.130859375000 +-0.086914062500 +0.177734375000 +0.020385742188 +-0.242187500000 +-0.302734375000 +-0.129882812500 +-0.094238281250 +-0.188476562500 +-0.064453125000 +0.042724609375 +0.015502929688 +0.056396484375 +-0.012939453125 +-0.113769531250 +-0.229492187500 +0.032714843750 +-0.121582031250 +0.106933593750 +-0.010070800781 +0.064453125000 +0.114746093750 +-0.090820312500 +-0.089843750000 +0.128906250000 +-0.144531250000 +0.238281250000 +-0.208007812500 +-0.233398437500 +0.064453125000 +0.052246093750 +0.061035156250 +-0.003555297852 +0.009155273438 +-0.248046875000 +0.030639648438 +-0.267578125000 +-0.132812500000 +-0.059814453125 +0.033203125000 +0.019287109375 +0.060058593750 +-0.133789062500 +-0.109375000000 +0.086914062500 +-0.042480468750 +0.036132812500 +-0.402343750000 +0.026367187500 +-0.088867187500 +0.174804687500 +0.038085937500 +-0.103027343750 +-0.034423828125 +-0.214843750000 +-0.056152343750 +0.112792968750 +0.011413574219 +-0.117187500000 +0.100585937500 +-0.273437500000 +-0.222656250000 +-0.058349609375 +-0.125000000000 +0.047363281250 +-0.058593750000 +0.011108398438 +0.010437011719 +-0.291015625000 +0.092285156250 +-0.050048828125 +0.022827148438 +-0.066406250000 +-0.199218750000 +-0.109375000000 +-0.200195312500 +0.200195312500 +0.016113281250 +0.056396484375 +-0.134765625000 +-0.079589843750 +0.053710937500 +-0.039306640625 +-0.108398437500 +0.141601562500 +-0.018188476562 +-0.058837890625 +-0.355468750000 +-0.067382812500 +-0.159179687500 +0.152343750000 +-0.005706787109 +-0.031005859375 +0.194335937500 +0.159179687500 +0.051513671875 +0.027954101562 +0.196289062500 +0.066406250000 +0.069824218750 +-0.197265625000 +0.088378906250 +0.063964843750 +-0.117187500000 +0.042724609375 +-0.151367187500 +0.034179687500 +-0.023071289062 +-0.035156250000 +-0.007873535156 +0.025878906250 +-0.145507812500 +-0.091308593750 +-0.098632812500 +0.131835937500 +-0.007019042969 +-0.092773437500 +0.145507812500 +-0.230468750000 +0.120117187500 +-0.020629882812 +-0.013610839844 +0.132812500000 +0.129882812500 +-0.129882812500 +-0.163085937500 +-0.137695312500 +0.166015625000 +-0.151367187500 +-0.116210937500 +0.101074218750 +-0.058593750000 +-0.060302734375 +-0.015319824219 +0.100585937500 +-0.032226562500 +0.005249023438 +-0.041992187500 +-0.135742187500 +-0.124023437500 +0.005584716797 +-0.147460937500 +-0.045410156250 +-0.275390625000 +0.027465820312 +-0.116699218750 +-0.125000000000 +-0.070312500000 +0.004119873047 +-0.073242187500 +-0.088867187500 +-0.314453125000 +-0.167968750000 +-0.087890625000 +0.006774902344 +-0.196289062500 +0.105957031250 +-0.067382812500 +0.052734375000 +-0.031127929688 +-0.194335937500 +0.202148437500 +0.231445312500 +-0.142578125000 +-0.076660156250 +0.019897460938 +-0.160156250000 +0.101562500000 +-0.271484375000 +-0.116210937500 +-0.244140625000 +-0.000991821289 +-0.145507812500 +0.034912109375 +-0.107910156250 +-0.211914062500 +-0.038818359375 +-0.038330078125 +-0.101562500000 +-0.068359375000 +0.032226562500 +0.050537109375 +0.083496093750 +0.027709960938 +-0.074707031250 +0.048339843750 +0.011352539062 +0.072753906250 +0.098632812500 +0.014831542969 +-0.363281250000 +0.034423828125 +-0.221679687500 +-0.106445312500 +-0.081542968750 +0.026367187500 +0.204101562500 +0.076660156250 +0.138671875000 +0.131835937500 +-0.025024414062 +0.047607421875 +0.046142578125 +-0.188476562500 +-0.097656250000 +-0.138671875000 +0.016723632812 +-0.289062500000 +-0.016967773438 +-0.273437500000 +-0.242187500000 +-0.181640625000 +-0.030883789062 +-0.014953613281 +0.098144531250 +-0.425781250000 +-0.208007812500 +-0.034912109375 +-0.225585937500 +-0.238281250000 +-0.027099609375 +-0.011657714844 +-0.014587402344 +0.031982421875 +-0.294921875000 +-0.111328125000 +0.221679687500 +0.055664062500 +-0.123535156250 +0.018676757812 +0.075683593750 +-0.041015625000 +-0.185546875000 +0.018676757812 +-0.408203125000 +0.019165039062 +0.069335937500 +0.014099121094 +-0.164062500000 +-0.093261718750 +-0.075195312500 +0.071777343750 +-0.141601562500 +-0.148437500000 +-0.069824218750 +-0.030395507812 +0.096679687500 +-0.018798828125 +-0.103515625000 +-0.291015625000 +-0.068847656250 +0.088378906250 +0.100097656250 +0.039306640625 +-0.376953125000 +0.037109375000 +0.045410156250 +0.072265625000 +-0.194335937500 +0.008239746094 +0.081542968750 +0.049804687500 +-0.250000000000 +0.003036499023 +0.004577636719 +0.072753906250 +-0.052490234375 +-0.202148437500 +-0.080078125000 +-0.100585937500 +0.048828125000 +-0.236328125000 +0.083984375000 +-0.087890625000 +-0.014282226562 +-0.168945312500 +0.017700195312 +0.014343261719 +-0.088867187500 +-0.184570312500 +-0.014953613281 +0.059570312500 +0.027221679688 +-0.341796875000 +-0.225585937500 +-0.079589843750 +-0.073242187500 +-0.075195312500 +-0.294921875000 +-0.188476562500 +-0.380859375000 +0.056152343750 +-0.164062500000 +0.069824218750 +-0.007537841797 +-0.003189086914 +-0.006896972656 +-0.059082031250 +-0.227539062500 +-0.034667968750 +0.136718750000 +-0.098144531250 +-0.241210937500 +-0.197265625000 +0.078613281250 +-0.029052734375 +0.069335937500 +-0.067382812500 +-0.283203125000 +-0.128906250000 +-0.046630859375 +0.133789062500 +-0.014099121094 +-0.365234375000 +-0.246093750000 +0.099121093750 +0.024169921875 +-0.306640625000 +-0.478515625000 +0.012451171875 +0.159179687500 +-0.012329101562 +-0.046875000000 +-0.072753906250 +0.054199218750 +0.045410156250 +0.040527343750 +0.022949218750 +0.069824218750 +-0.324218750000 +-0.172851562500 +0.134765625000 +-0.071777343750 +0.045898437500 +-0.180664062500 +0.145507812500 +-0.020629882812 +-0.132812500000 +-0.095214843750 +0.074218750000 +0.076171875000 +0.056884765625 +0.127929687500 +-0.000103473663 +-0.222656250000 +-0.046630859375 +-0.214843750000 +-0.165039062500 +-0.585937500000 +0.082519531250 +-0.079589843750 +-0.004516601562 +0.018676757812 +0.024780273438 +0.034667968750 +0.002334594727 +-0.057617187500 +0.085449218750 +0.011596679688 +0.099609375000 +0.095703125000 +0.013305664062 +0.005493164062 +-0.086425781250 +-0.208007812500 +0.091308593750 +-0.152343750000 +-0.026489257812 +-0.059082031250 +0.121093750000 +-0.296875000000 +0.219726562500 +-0.071289062500 +-0.049072265625 +0.003509521484 +-0.033447265625 +0.194335937500 +-0.117187500000 +-0.104492187500 +0.004638671875 +0.078613281250 +-0.542968750000 +0.014343261719 +-0.175781250000 +0.180664062500 +-0.175781250000 +0.081542968750 +-0.099121093750 +-0.003402709961 +-0.050292968750 +0.058593750000 +0.014953613281 +-0.150390625000 +-0.204101562500 +-0.084472656250 +-0.061767578125 +0.070800781250 +0.047119140625 +-0.339843750000 +-0.221679687500 +0.150390625000 +0.016845703125 +0.122558593750 +0.078613281250 +0.003723144531 +-0.192382812500 +0.048583984375 +0.128906250000 +-0.103515625000 +0.023071289062 +-0.357421875000 +-0.203125000000 +0.012939453125 +0.035644531250 +-0.172851562500 +-0.080566406250 +0.160156250000 +-0.029663085938 +0.031250000000 +-0.007934570312 +-0.018554687500 +0.002410888672 +-0.158203125000 +0.053466796875 +0.146484375000 +0.101074218750 +-0.043701171875 +0.072265625000 +-0.243164062500 +-0.007324218750 +0.191406250000 +0.083007812500 +-0.332031250000 +0.016479492188 +0.044677734375 +-0.128906250000 +-0.101074218750 +0.122558593750 +0.065917968750 +0.069824218750 +0.080078125000 +-0.218750000000 +0.177734375000 +0.181640625000 +-0.027954101562 +-0.337890625000 +0.060546875000 +0.005767822266 +0.167968750000 +-0.185546875000 +0.079589843750 +0.007354736328 +-0.306640625000 +-0.124023437500 +0.060058593750 +-0.022338867188 +-0.019775390625 +-0.117675781250 +0.038574218750 +-0.215820312500 +0.086914062500 +0.116699218750 +-0.328125000000 +-0.225585937500 +0.005371093750 +-0.008117675781 +0.250000000000 +0.067382812500 +0.020385742188 +0.112792968750 +0.176757812500 +0.079589843750 +-0.036376953125 +-0.168945312500 +-0.101074218750 +-0.421875000000 +0.168945312500 +0.105957031250 +-0.062988281250 +-0.132812500000 +0.020263671875 +0.027832031250 +0.059814453125 +-0.084960937500 +0.003280639648 +-0.072753906250 +-0.216796875000 +-0.095214843750 +0.032958984375 +0.106445312500 +-0.037353515625 +-0.232421875000 +-0.221679687500 +-0.116210937500 +-0.089355468750 +-0.065917968750 +0.092285156250 +0.071289062500 +-0.214843750000 +-0.145507812500 +-0.058349609375 +0.179687500000 +0.052734375000 +-0.204101562500 +0.012207031250 +-0.339843750000 +0.235351562500 +-0.040771484375 +-0.234375000000 +-0.441406250000 +-0.057861328125 +-0.204101562500 +0.088867187500 +-0.294921875000 +0.204101562500 +-0.124023437500 +-0.133789062500 +-0.115722656250 +-0.035888671875 +-0.229492187500 +-0.124023437500 +-0.281250000000 +0.099121093750 +-0.433593750000 +-0.084472656250 +-0.010559082031 +-0.094238281250 +0.022460937500 +-0.141601562500 +-0.061035156250 +0.111328125000 +-0.091308593750 +-0.087890625000 +-0.047607421875 +0.216796875000 +0.121093750000 +-0.167968750000 +-0.003295898438 +-0.292968750000 +-0.439453125000 +0.128906250000 +0.037109375000 +-0.041503906250 +-0.234375000000 +-0.157226562500 +-0.104980468750 +0.112792968750 +-0.198242187500 +-0.077148437500 +0.061279296875 +-0.007415771484 +0.048583984375 +-0.066406250000 +0.012939453125 +-0.001678466797 +-0.072265625000 +-0.156250000000 +-0.089843750000 +0.098632812500 +0.059570312500 +0.080566406250 +0.086425781250 +-0.214843750000 +-0.105957031250 +0.025268554688 +0.157226562500 +-0.111816406250 +-0.330078125000 +-0.007812500000 +-0.208007812500 +0.079589843750 +-0.039550781250 +-0.291015625000 +-0.083496093750 +-0.332031250000 +0.032226562500 +-0.101562500000 +-0.363281250000 +0.085449218750 +-0.049072265625 +-0.072753906250 +0.108398437500 +0.125976562500 +-0.025634765625 +-0.058349609375 +-0.291015625000 +-0.306640625000 +-0.195312500000 +-0.207031250000 +-0.167968750000 +0.062255859375 +-0.045898437500 +-0.174804687500 +-0.109375000000 +-0.078125000000 +0.021850585938 +-0.118652343750 +0.097656250000 +-0.033203125000 +0.073730468750 +-0.014953613281 +0.140625000000 +-0.341796875000 +-0.458984375000 +0.017333984375 +-0.198242187500 +0.045898437500 +-0.070800781250 +0.033203125000 +-0.090332031250 +-0.150390625000 +-0.129882812500 +-0.024047851562 +-0.057617187500 +0.037353515625 +0.099609375000 +-0.128906250000 +0.044189453125 +0.019165039062 +-0.363281250000 +0.081054687500 +-0.049072265625 +0.150390625000 +0.076660156250 +0.124023437500 +0.012023925781 +-0.101562500000 +-0.081054687500 +0.080566406250 +0.127929687500 +-0.248046875000 +-0.208007812500 +-0.236328125000 +-0.151367187500 +-0.003616333008 +-0.036376953125 +0.147460937500 +-0.038085937500 +-0.216796875000 +0.095214843750 +-0.159179687500 +-0.341796875000 +0.004608154297 +-0.007354736328 +-0.108398437500 +0.221679687500 +0.015441894531 +-0.111816406250 +0.140625000000 +-0.083007812500 +-0.298828125000 +-0.103027343750 +-0.285156250000 +0.042480468750 +0.019897460938 +-0.028930664062 +0.082519531250 +-0.144531250000 +-0.166992187500 +-0.043701171875 +0.013732910156 +0.255859375000 +-0.050781250000 +0.007995605469 +0.048828125000 +0.105957031250 +-0.257812500000 +-0.298828125000 +-0.347656250000 +-0.067382812500 +0.138671875000 +-0.007476806641 +0.051269531250 +-0.101074218750 +-0.077636718750 +-0.267578125000 +-0.269531250000 +0.045654296875 +0.077636718750 +0.035400390625 +-0.027099609375 +-0.032714843750 +-0.039306640625 +-0.151367187500 +-0.016479492188 +-0.253906250000 +0.043457031250 +-0.105468750000 +0.019775390625 +0.020874023438 +0.003067016602 +0.015625000000 +0.028320312500 +0.037109375000 +-0.117675781250 +-0.140625000000 +-0.087402343750 +0.048828125000 +-0.153320312500 +0.099121093750 +0.076660156250 +-0.070800781250 +0.059570312500 +-0.109863281250 +-0.227539062500 +-0.380859375000 +-0.017822265625 +0.136718750000 +0.115234375000 +0.088378906250 +0.002441406250 +-0.087402343750 +-0.038085937500 +-0.129882812500 +-0.005706787109 +-0.004486083984 +-0.041748046875 +0.174804687500 +0.071777343750 +-0.155273437500 +-0.017333984375 +-0.106933593750 +0.037597656250 +-0.005035400391 +-0.238281250000 +0.097167968750 +-0.042724609375 +0.051025390625 +0.277343750000 +0.187500000000 +-0.196289062500 +-0.018066406250 +0.023681640625 +0.176757812500 +0.074218750000 +-0.249023437500 +0.051513671875 +0.053955078125 +0.101074218750 +-0.002471923828 +0.230468750000 +0.241210937500 +0.071289062500 +0.129882812500 +-0.060791015625 +-0.080078125000 +0.039306640625 +-0.223632812500 +-0.184570312500 +-0.253906250000 +-0.087890625000 +-0.196289062500 +0.016235351562 +-0.180664062500 +-0.029541015625 +-0.122558593750 +0.020385742188 +-0.251953125000 +-0.265625000000 +-0.059570312500 +0.183593750000 +-0.008911132812 +0.106933593750 +0.102539062500 +0.130859375000 +-0.065917968750 +-0.144531250000 +-0.004852294922 +0.189453125000 +-0.289062500000 +-0.113769531250 +0.125976562500 +-0.059326171875 +-0.328125000000 +-0.025390625000 +0.023315429688 +0.255859375000 +-0.384765625000 +-0.043945312500 +0.004547119141 +0.065917968750 +0.012878417969 +-0.006835937500 +0.090820312500 +-0.259765625000 +0.079589843750 +-0.130859375000 +0.011352539062 +-0.005065917969 +-0.029052734375 +-0.072265625000 +-0.281250000000 +0.269531250000 +0.023437500000 +0.285156250000 +-0.126953125000 +-0.221679687500 +-0.004333496094 +-0.050048828125 +0.035888671875 +0.185546875000 +0.107910156250 +0.265625000000 +0.010131835938 +-0.285156250000 +-0.037597656250 +0.139648437500 +0.063964843750 +-0.238281250000 +-0.076171875000 +-0.115234375000 +0.002044677734 +-0.201171875000 +0.146484375000 +0.012756347656 +-0.090332031250 +0.001419067383 +0.016967773438 +-0.279296875000 +0.048339843750 +-0.410156250000 +0.001754760742 +-0.164062500000 +0.076171875000 +0.141601562500 +-0.052978515625 +0.074707031250 +-0.010986328125 +0.067382812500 +-0.033203125000 +-0.147460937500 +0.028442382812 +-0.217773437500 +0.235351562500 +0.113281250000 +0.061523437500 +-0.115722656250 +-0.241210937500 +-0.017822265625 +-0.057861328125 +0.161132812500 +-0.200195312500 +0.091308593750 +-0.103027343750 +0.117675781250 +0.117187500000 +0.075683593750 +0.048583984375 +0.054199218750 +0.091308593750 +-0.453125000000 +0.094726562500 +0.233398437500 +-0.124023437500 +-0.147460937500 +-0.023803710938 +-0.050292968750 +0.003067016602 +0.214843750000 +-0.034423828125 +-0.153320312500 +-0.069335937500 +0.009399414062 +0.055908203125 +-0.102050781250 +0.029785156250 +0.046386718750 +-0.458984375000 +-0.131835937500 +-0.035400390625 +0.023071289062 +0.029663085938 +-0.026733398438 +-0.020019531250 +-0.184570312500 +-0.116210937500 +-0.062500000000 +0.053710937500 +-0.104980468750 +-0.026123046875 +-0.144531250000 +0.127929687500 +-0.145507812500 +-0.103515625000 +-0.096191406250 +-0.106933593750 +0.049560546875 +0.106445312500 +-0.077148437500 +0.097167968750 +-0.002426147461 +0.068359375000 +0.005249023438 +-0.026855468750 +-0.019287109375 +0.007171630859 +-0.353515625000 +0.142578125000 +-0.617187500000 +-0.093750000000 +0.142578125000 +-0.012084960938 +0.053955078125 +-0.088867187500 +0.019775390625 +-0.058593750000 +0.200195312500 +-0.169921875000 +0.108398437500 +0.078125000000 +0.085449218750 +0.043212890625 +0.098632812500 +-0.100097656250 +-0.131835937500 +-0.012207031250 +0.108886718750 +-0.054199218750 +0.007202148438 +-0.030639648438 +0.041259765625 +-0.047119140625 +-0.038818359375 +0.070312500000 +-0.185546875000 +-0.011535644531 +0.075195312500 +0.128906250000 +-0.032226562500 +-0.059082031250 +0.202148437500 +-0.283203125000 +-0.222656250000 +-0.047851562500 +0.081542968750 +-0.122070312500 +-0.105957031250 +-0.042724609375 +0.016479492188 +-0.031127929688 +-0.100097656250 +-0.075195312500 +-0.142578125000 +0.093750000000 +0.052978515625 +-0.133789062500 +-0.380859375000 +-0.292968750000 +-0.257812500000 +-0.088867187500 +0.157226562500 +0.055419921875 +-0.227539062500 +-0.096191406250 +-0.257812500000 +0.050537109375 +-0.085449218750 +0.090332031250 +0.141601562500 +0.133789062500 +-0.185546875000 +0.150390625000 +-0.431640625000 +0.074218750000 +0.018554687500 +-0.093261718750 +-0.108398437500 +-0.209960937500 +-0.161132812500 +-0.361328125000 +0.102539062500 +-0.188476562500 +-0.194335937500 +0.059570312500 +0.025878906250 +-0.001548767090 +0.261718750000 +-0.206054687500 +0.032714843750 +0.066894531250 +-0.074707031250 +0.054199218750 +-0.032958984375 +0.091308593750 +-0.055175781250 +0.013366699219 +-0.104492187500 +0.017578125000 +-0.111328125000 +0.030639648438 +-0.200195312500 +0.089843750000 +0.135742187500 +0.071289062500 +-0.142578125000 +-0.163085937500 +-0.205078125000 +0.197265625000 +0.064941406250 +-0.029418945312 +-0.000352859497 +-0.230468750000 +-0.122070312500 +-0.041503906250 +-0.373046875000 +0.064453125000 +-0.033935546875 +0.036376953125 +-0.186523437500 +-0.137695312500 +-0.124511718750 +-0.141601562500 +-0.045654296875 +-0.026245117188 +0.051269531250 +0.121093750000 +0.033447265625 +0.061767578125 +-0.306640625000 +-0.015563964844 +-0.322265625000 +0.087890625000 +-0.249023437500 +0.035644531250 +0.053955078125 +0.037597656250 +-0.171875000000 +0.009826660156 +0.057861328125 +-0.015563964844 +-0.511718750000 +0.055908203125 +-0.191406250000 +-0.194335937500 +-0.138671875000 +-0.167968750000 +-0.100097656250 +-0.077636718750 +0.015319824219 +-0.052001953125 +-0.006225585938 +-0.015747070312 +0.201171875000 +0.018798828125 +0.128906250000 +-0.048339843750 +0.054931640625 +0.007781982422 +-0.077636718750 +-0.180664062500 +-0.046875000000 +-0.007385253906 +0.123046875000 +0.076660156250 +-0.060791015625 +-0.020385742188 +0.052978515625 +0.088378906250 +-0.143554687500 +-0.174804687500 +0.075683593750 +-0.082519531250 +0.079101562500 +-0.263671875000 +0.151367187500 +-0.002838134766 +-0.175781250000 +-0.019653320312 +-0.172851562500 +-0.215820312500 +-0.099609375000 +0.094726562500 +-0.380859375000 +-0.126953125000 +0.041503906250 +-0.019897460938 +0.124511718750 +0.104492187500 +0.033447265625 +0.154296875000 +0.082031250000 +-0.054687500000 +-0.050781250000 +-0.175781250000 +0.046630859375 +0.034179687500 +-0.330078125000 +-0.083496093750 +-0.020751953125 +-0.012756347656 +0.038085937500 +0.105468750000 +0.101074218750 +0.134765625000 +-0.328125000000 +0.026123046875 +-0.048339843750 +-0.020874023438 +-0.041992187500 +-0.235351562500 +0.002777099609 +0.099609375000 +-0.039306640625 +-0.007049560547 +-0.178710937500 +-0.058105468750 +0.038085937500 +0.071289062500 +0.065917968750 +-0.086425781250 +0.048828125000 +0.033203125000 +-0.107421875000 +-0.182617187500 +0.081054687500 +0.195312500000 +0.040039062500 +0.121582031250 +-0.087402343750 +-0.008544921875 +0.015747070312 +0.046630859375 +-0.018066406250 +0.008666992188 +-0.077148437500 +-0.129882812500 +0.135742187500 +-0.076171875000 +-0.022705078125 +-0.083496093750 +0.095703125000 +-0.059326171875 +0.122558593750 +-0.040527343750 +-0.020263671875 +0.072265625000 +0.003555297852 +-0.005401611328 +-0.001831054688 +-0.104003906250 +0.004943847656 +-0.092285156250 +-0.042724609375 +0.082519531250 +0.052978515625 +-0.120605468750 +0.090820312500 +0.006683349609 +0.097167968750 +-0.019531250000 +-0.339843750000 +0.101562500000 +-0.192382812500 +0.099121093750 +-0.016357421875 +0.015991210938 +-0.027954101562 +-0.388671875000 +-0.330078125000 +-0.182617187500 +0.104492187500 +0.052734375000 +0.014831542969 +0.012390136719 +-0.041503906250 +0.123046875000 +0.011596679688 +-0.045166015625 +-0.535156250000 +-0.039062500000 +-0.644531250000 +0.067382812500 +-0.062988281250 +0.077636718750 +0.142578125000 +0.052246093750 +0.126953125000 +-0.123535156250 +0.067871093750 +-0.182617187500 +-0.158203125000 +-0.312500000000 +-0.380859375000 +-0.007263183594 +0.085937500000 +-0.140625000000 +0.052978515625 +-0.066894531250 +-0.222656250000 +0.016845703125 +-0.125976562500 +0.052001953125 +0.168945312500 +-0.124023437500 +0.023071289062 +-0.275390625000 +0.002029418945 +0.178710937500 +0.100097656250 +-0.006866455078 +0.030761718750 +-0.115722656250 +0.220703125000 +-0.214843750000 +0.084960937500 +-0.013000488281 +-0.111816406250 +-0.082519531250 +0.015014648438 +-0.153320312500 +0.202148437500 +0.083007812500 +-0.183593750000 +-0.218750000000 +-0.045410156250 +0.016967773438 +-0.277343750000 +-0.168945312500 +-0.177734375000 +0.082031250000 +-0.014404296875 +-0.026489257812 +0.019653320312 +0.109375000000 +-0.193359375000 +-0.341796875000 +0.082519531250 +-0.156250000000 +-0.291015625000 +-0.051025390625 +-0.283203125000 +0.045654296875 +0.233398437500 +0.051513671875 +0.090820312500 +-0.066406250000 +-0.058837890625 +0.016113281250 +0.114746093750 +0.040527343750 +0.209960937500 +-0.247070312500 +0.198242187500 +-0.010314941406 +-0.169921875000 +-0.363281250000 +0.098144531250 +0.125976562500 +-0.174804687500 +-0.503906250000 +-0.828125000000 +0.026733398438 +0.261718750000 +-0.200195312500 +-0.113769531250 +0.081542968750 +-0.302734375000 +0.275390625000 +0.180664062500 +0.000053405762 +0.060546875000 +-0.219726562500 +0.035156250000 +0.033935546875 +-0.053466796875 +-0.255859375000 +-0.022827148438 +-0.087890625000 +0.066406250000 +0.090332031250 +0.289062500000 +-0.087402343750 +-0.349609375000 +-0.067871093750 +-0.084960937500 +0.090820312500 +-0.095703125000 +-0.068847656250 +-0.053466796875 +0.179687500000 +0.219726562500 +0.079101562500 +0.167968750000 +0.117675781250 +-0.125000000000 +-0.038574218750 +-0.064941406250 +0.052734375000 +-0.435546875000 +0.074707031250 +-0.351562500000 +-0.054443359375 +0.083496093750 +0.000235557556 +-0.093750000000 +-0.277343750000 +0.146484375000 +0.082519531250 +0.194335937500 +0.138671875000 +0.234375000000 +-0.091308593750 +-0.006469726562 +-0.196289062500 +-0.025024414062 +-0.032714843750 +0.128906250000 +-0.075683593750 +-0.044189453125 +0.092773437500 +0.109375000000 +-0.111328125000 +0.115234375000 +-0.265625000000 +-0.310546875000 +-0.054199218750 +0.242187500000 +-0.261718750000 +-0.024536132812 +-0.004302978516 +-0.068847656250 +-0.225585937500 +-0.470703125000 +-0.011352539062 +-0.174804687500 +-0.130859375000 +0.126953125000 +0.083496093750 +-0.314453125000 +-0.131835937500 +-0.199218750000 +-0.059082031250 +-0.020507812500 +-0.145507812500 +-0.079589843750 +0.065429687500 +-0.300781250000 +-0.206054687500 +-0.292968750000 +0.111816406250 +0.109863281250 +-0.386718750000 +-0.156250000000 +0.075195312500 +0.015991210938 +-0.099609375000 +0.245117187500 +-0.008972167969 +0.032714843750 +-0.052490234375 +0.019409179688 +0.136718750000 +-0.466796875000 +-0.015075683594 +-0.494140625000 +-0.257812500000 +0.209960937500 +0.010620117188 +-0.018676757812 +0.044677734375 +-0.197265625000 +-0.035888671875 +0.062988281250 +0.137695312500 +0.100585937500 +0.105957031250 +-0.114257812500 +-0.177734375000 +0.052246093750 +0.121093750000 +0.022949218750 +0.204101562500 +0.235351562500 +-0.132812500000 +0.144531250000 +0.131835937500 +0.090820312500 +-0.183593750000 +-0.152343750000 +0.138671875000 +-0.019531250000 +-0.066406250000 +-0.019653320312 +0.150390625000 +0.212890625000 +-0.126953125000 +-0.271484375000 +0.086914062500 +-0.041015625000 +-0.035400390625 +0.046630859375 +0.090332031250 +-0.212890625000 +-0.082031250000 +-0.073730468750 +0.085449218750 +-0.412109375000 +-0.237304687500 +-0.050048828125 +0.101562500000 +-0.101074218750 +0.067382812500 +-0.376953125000 +0.055419921875 +-0.221679687500 +0.043457031250 +0.070312500000 +-0.044921875000 +-0.215820312500 +-0.062011718750 +-0.049804687500 +0.097656250000 +0.200195312500 +-0.044433593750 +0.035156250000 +-0.037109375000 +-0.382812500000 +-0.029052734375 +-0.470703125000 +-0.263671875000 +0.037109375000 +-0.028198242188 +-0.011840820312 +-0.053466796875 +-0.025512695312 +-0.269531250000 +0.067871093750 +0.033935546875 +0.084960937500 +-0.000850677490 +0.086914062500 +-0.054931640625 +-0.088867187500 +0.116210937500 +-0.163085937500 +-0.125976562500 +0.079589843750 +-0.217773437500 +-0.159179687500 +-0.104492187500 +0.100585937500 +-0.190429687500 +-0.037109375000 +0.049560546875 +0.031005859375 +-0.199218750000 +-0.093261718750 +0.063964843750 +0.139648437500 +-0.150390625000 +0.050781250000 +0.020996093750 +-0.032958984375 +-0.195312500000 +0.061279296875 +0.147460937500 +-0.213867187500 +0.060058593750 +-0.041015625000 +0.261718750000 +-0.084960937500 +-0.189453125000 +0.017700195312 +0.186523437500 +0.054443359375 +0.215820312500 +-0.142578125000 +0.015319824219 +-0.121093750000 +0.013977050781 +-0.133789062500 +0.043212890625 +-0.023315429688 +0.086914062500 +-0.511718750000 +-0.000099182129 +-0.400390625000 +0.131835937500 +-0.071777343750 +-0.029296875000 +-0.208984375000 +0.095703125000 +-0.341796875000 +-0.267578125000 +-0.373046875000 +-0.165039062500 +-0.008361816406 +-0.104492187500 +-0.150390625000 +-0.367187500000 +-0.108398437500 +0.058349609375 +0.079589843750 +-0.063964843750 +0.056884765625 +-0.181640625000 +-0.110839843750 +0.159179687500 +0.092285156250 +0.073242187500 +0.104003906250 +-0.289062500000 +0.057373046875 +0.039306640625 +-0.021362304688 +-0.202148437500 +-0.234375000000 +0.083007812500 +0.269531250000 +-0.239257812500 +-0.055175781250 +0.171875000000 +0.111328125000 +-0.041503906250 +0.205078125000 +-0.112792968750 +0.051025390625 +0.015991210938 +0.091308593750 +0.130859375000 +0.136718750000 +0.160156250000 +-0.287109375000 +-0.081542968750 +-0.105957031250 +-0.380859375000 +-0.025756835938 +0.040283203125 +0.062255859375 +0.077636718750 +-0.093750000000 +0.079589843750 +0.188476562500 +0.046875000000 +0.091796875000 +-0.054199218750 +0.037597656250 +0.002883911133 +-0.166992187500 +-0.247070312500 +-0.118652343750 +0.197265625000 +0.057373046875 +-0.004547119141 +-0.110351562500 +0.042968750000 +-0.073730468750 +-0.077636718750 +-0.447265625000 +-0.077148437500 +0.044677734375 +-0.200195312500 +-0.021118164062 +0.017211914062 +-0.103515625000 +0.247070312500 +0.059814453125 +-0.210937500000 +-0.071777343750 +-0.041503906250 +-0.017944335938 +0.145507812500 +0.164062500000 +0.152343750000 +-0.291015625000 +0.043457031250 +-0.277343750000 +0.207031250000 +-0.006683349609 +-0.044677734375 +-0.201171875000 +0.129882812500 +0.001678466797 +-0.241210937500 +-0.039306640625 +-0.231445312500 +-0.210937500000 +0.157226562500 +0.069824218750 +-0.006927490234 +-0.281250000000 +0.159179687500 +0.049072265625 +-0.004913330078 +0.188476562500 +-0.130859375000 +-0.151367187500 +0.038330078125 +-0.169921875000 +-0.033447265625 +-0.257812500000 +0.115722656250 +-0.063476562500 +0.059814453125 +-0.092773437500 +0.090820312500 +0.114746093750 +-0.072753906250 +-0.003250122070 +-0.047607421875 +-0.102539062500 +-0.283203125000 +0.228515625000 +-0.044677734375 +0.139648437500 +0.246093750000 +0.061523437500 +0.006256103516 +-0.353515625000 +0.092773437500 +0.030639648438 +0.123046875000 +-0.239257812500 +0.131835937500 +0.026977539062 +0.017822265625 +0.083496093750 +0.102539062500 +0.102050781250 +0.059570312500 +-0.222656250000 +-0.030029296875 +0.104003906250 +-0.093261718750 +-0.026733398438 +-0.026733398438 +0.023681640625 +0.068359375000 +-0.166015625000 +0.117187500000 +-0.024291992188 +0.127929687500 +-0.182617187500 +0.100585937500 +0.024169921875 +0.059814453125 +-0.265625000000 +-0.044921875000 +-0.033935546875 +-0.052001953125 +-0.562500000000 +0.097656250000 +-0.617187500000 +0.058837890625 +-0.105468750000 +0.069824218750 +-0.029296875000 +0.008483886719 +-0.193359375000 +0.162109375000 +-0.101074218750 +0.075195312500 +-0.205078125000 +-0.001403808594 +-0.073242187500 +0.023071289062 +-0.312500000000 +0.125000000000 +-0.523437500000 +0.053466796875 +-0.100097656250 +0.138671875000 +0.042724609375 +-0.014587402344 +0.011108398438 +-0.423828125000 +0.018432617188 +-0.224609375000 +0.174804687500 +-0.400390625000 +-0.023559570312 +0.085937500000 +-0.031982421875 +0.063476562500 +0.058593750000 +0.155273437500 +0.065429687500 +-0.006347656250 +-0.019287109375 +-0.015197753906 +0.138671875000 +0.061767578125 +-0.186523437500 +-0.064453125000 +-0.447265625000 +-0.102539062500 +-0.061523437500 +-0.136718750000 +0.198242187500 +-0.257812500000 +0.215820312500 +-0.056152343750 +-0.020263671875 +0.041015625000 +0.054199218750 +-0.187500000000 +0.083496093750 +-0.057373046875 +-0.050048828125 +-0.075195312500 +-0.003662109375 +0.050781250000 +0.026489257812 +-0.063964843750 +-0.018554687500 +-0.351562500000 +0.033447265625 +-0.041259765625 +-0.028442382812 +0.013732910156 +-0.118164062500 +-0.054687500000 +0.221679687500 +0.294921875000 +0.008483886719 +-0.008728027344 +0.073730468750 +-0.001098632812 +0.015380859375 +0.071777343750 +-0.085449218750 +0.160156250000 +-0.157226562500 +0.003097534180 +0.093261718750 +-0.162109375000 +-0.045410156250 +0.131835937500 +0.014831542969 +0.068359375000 +-0.094238281250 +0.025878906250 +0.175781250000 +-0.333984375000 +0.044189453125 +0.097167968750 +0.009521484375 +-0.300781250000 +-0.034912109375 +0.054199218750 +-0.009094238281 +0.071777343750 +-0.047363281250 +-0.046630859375 +0.163085937500 +0.099121093750 +0.159179687500 +0.130859375000 +-0.007659912109 +-0.078613281250 +-0.141601562500 +-0.034179687500 +0.045166015625 +-0.291015625000 +0.100097656250 +-0.162109375000 +-0.166992187500 +0.169921875000 +-0.126953125000 +-0.365234375000 +0.167968750000 +0.138671875000 +0.093261718750 +-0.361328125000 +-0.061523437500 +-0.048828125000 +0.031738281250 +-0.179687500000 +-0.120117187500 +-0.180664062500 +0.032958984375 +0.005554199219 +0.106933593750 +0.084472656250 +0.030883789062 +-0.008728027344 +0.183593750000 +0.076171875000 +0.138671875000 +-0.363281250000 +0.088378906250 +0.134765625000 +-0.146484375000 +0.046142578125 +0.125000000000 +0.105468750000 +0.068847656250 +-0.033447265625 +0.060546875000 +-0.147460937500 +-0.123535156250 +-0.030029296875 +0.203125000000 +-0.119140625000 +0.052246093750 +0.021484375000 +-0.011779785156 +-0.312500000000 +0.072753906250 +0.044433593750 +0.122558593750 +0.130859375000 +-0.002761840820 +0.104003906250 +-0.058349609375 +-0.117675781250 +-0.102050781250 +-0.034423828125 +0.063476562500 +-0.131835937500 +0.085937500000 +0.054199218750 +-0.214843750000 +0.011230468750 +-0.247070312500 +-0.016845703125 +-0.024536132812 +0.005737304688 +-0.094726562500 +-0.060546875000 +-0.071777343750 +0.011718750000 +-0.355468750000 +-0.124511718750 +0.060791015625 +0.034912109375 +0.129882812500 +0.014953613281 +-0.193359375000 +-0.156250000000 +0.071777343750 +-0.121582031250 +0.035156250000 +-0.298828125000 +-0.119628906250 +-0.093261718750 +0.110839843750 +-0.065917968750 +0.084960937500 +0.037109375000 +0.090332031250 +-0.136718750000 +0.072753906250 +-0.302734375000 +0.106445312500 +-0.005310058594 +0.062500000000 +0.073730468750 +0.001525878906 +-0.035400390625 +0.114746093750 +-0.121582031250 +-0.034667968750 +-0.151367187500 +-0.056884765625 +-0.298828125000 +0.031494140625 +-0.094726562500 +0.184570312500 +-0.167968750000 +-0.108886718750 +-0.187500000000 +0.144531250000 +-0.143554687500 +0.113281250000 +-0.042236328125 +0.166015625000 +-0.063964843750 +-0.394531250000 +-0.160156250000 +0.000239372253 +0.029663085938 +-0.034423828125 +-0.182617187500 +0.056640625000 +0.108886718750 +-0.243164062500 +0.041259765625 +-0.041992187500 +-0.106933593750 +0.056396484375 +0.189453125000 +-0.324218750000 +0.031494140625 +0.193359375000 +-0.034423828125 +-0.439453125000 +-0.078613281250 +-0.043945312500 +-0.064941406250 +0.154296875000 +0.010498046875 +0.018920898438 +-0.069335937500 +0.107421875000 +0.130859375000 +-0.025146484375 +0.035644531250 +-0.267578125000 +-0.090332031250 +-0.054931640625 +-0.273437500000 +0.048583984375 +-0.168945312500 +-0.115722656250 +-0.191406250000 +0.144531250000 +-0.546875000000 +0.009460449219 +-0.089355468750 +0.029052734375 +0.119628906250 +-0.013610839844 +-0.369140625000 +0.150390625000 +0.003372192383 +0.034423828125 +0.116699218750 +-0.094238281250 +-0.296875000000 +0.076660156250 +-0.247070312500 +0.094726562500 +0.076171875000 +-0.068359375000 +-0.335937500000 +-0.022949218750 +-0.144531250000 +0.116699218750 +-0.112792968750 +0.146484375000 +0.097167968750 +0.055419921875 +0.121093750000 +-0.135742187500 +0.040527343750 +-0.152343750000 +-0.287109375000 +-0.092285156250 +-0.052246093750 +0.127929687500 +-0.011352539062 +0.002029418945 +0.067382812500 +0.008605957031 +0.263671875000 +0.010437011719 +-0.119140625000 +0.134765625000 +0.192382812500 +-0.011718750000 +0.126953125000 +-0.033935546875 +-0.043701171875 +0.014831542969 +-0.071289062500 +-0.143554687500 +0.024658203125 +-0.021850585938 +-0.077148437500 +0.146484375000 +0.226562500000 +0.086425781250 +-0.084472656250 +-0.304687500000 +0.034423828125 +-0.052246093750 +-0.151367187500 +-0.161132812500 +-0.142578125000 +0.057128906250 +-0.213867187500 +-0.112792968750 +-0.112792968750 +0.111816406250 +-0.267578125000 +-0.037109375000 +-0.322265625000 +-0.107421875000 +-0.084960937500 +-0.079589843750 +0.026733398438 +-0.139648437500 +-0.017822265625 +-0.130859375000 +-0.265625000000 +0.090332031250 +0.032470703125 +-0.208984375000 +-0.028076171875 +0.076660156250 +0.153320312500 +-0.253906250000 +-0.138671875000 +0.030517578125 +0.141601562500 +-0.062988281250 +-0.000938415527 +-0.063964843750 +-0.014099121094 +-0.114257812500 +-0.337890625000 +0.048583984375 +-0.017822265625 +0.024047851562 +0.082031250000 +-0.239257812500 +-0.068847656250 +-0.073730468750 +0.010742187500 +0.114746093750 +-0.239257812500 +0.113769531250 +0.090332031250 +0.042968750000 +-0.034912109375 +0.029785156250 +-0.181640625000 +-0.118164062500 +-0.026611328125 +0.003997802734 +0.007049560547 +-0.064453125000 +-0.091308593750 +0.016845703125 +0.165039062500 +-0.006225585938 +0.123535156250 +-0.285156250000 +0.072265625000 +0.002075195312 +-0.202148437500 +0.049560546875 +0.121582031250 +-0.129882812500 +-0.347656250000 +-0.173828125000 +-0.046875000000 +-0.016357421875 +-0.306640625000 +-0.019287109375 +-0.128906250000 +-0.080078125000 +0.071777343750 +0.044677734375 +0.101562500000 +-0.011352539062 +0.107910156250 +-0.053955078125 +-0.384765625000 +-0.063964843750 +-0.088378906250 +0.056396484375 +0.200195312500 +0.135742187500 +-0.024902343750 +-0.486328125000 +-0.196289062500 +-0.351562500000 +0.122070312500 +0.231445312500 +-0.053710937500 +-0.026855468750 +-0.106933593750 +0.156250000000 +-0.392578125000 +-0.074218750000 +-0.113769531250 +-0.103027343750 +0.010498046875 +-0.102050781250 +-0.255859375000 +0.074218750000 +-0.086425781250 +0.119140625000 +-0.091796875000 +0.088867187500 +-0.259765625000 +0.099121093750 +-0.105468750000 +0.075683593750 +-0.349609375000 +-0.023437500000 +0.053222656250 +-0.003051757812 +-0.081054687500 +-0.065429687500 +-0.059082031250 +0.147460937500 +0.113769531250 +-0.070800781250 +0.048339843750 +0.131835937500 +0.267578125000 +-0.016357421875 +-0.070312500000 +0.010620117188 +0.127929687500 +-0.120605468750 +-0.109863281250 +-0.094238281250 +0.314453125000 +0.079589843750 +-0.097656250000 +0.020019531250 +0.063964843750 +0.017578125000 +-0.013793945312 +0.158203125000 +-0.125976562500 +-0.310546875000 +-0.062011718750 +-0.010864257812 +-0.154296875000 +-0.006683349609 +0.083007812500 +-0.126953125000 +0.098144531250 +-0.328125000000 +-0.160156250000 +0.235351562500 +0.010742187500 +0.229492187500 +0.000450134277 +-0.025024414062 +-0.102050781250 +0.176757812500 +0.125976562500 +-0.121582031250 +-0.241210937500 +-0.302734375000 +0.068359375000 +-0.535156250000 +0.097656250000 +-0.108398437500 +-0.059570312500 +0.153320312500 +0.047119140625 +-0.008911132812 +0.016113281250 +0.036865234375 +-0.011169433594 +0.016479492188 +0.020019531250 +-0.269531250000 +-0.159179687500 +-0.075195312500 +0.019042968750 +0.025512695312 +0.035644531250 +-0.099121093750 +-0.035156250000 +0.225585937500 +0.065917968750 +0.476562500000 +0.053710937500 +-0.330078125000 +-0.292968750000 +-0.090820312500 +-0.034423828125 +0.180664062500 +-0.219726562500 +0.326171875000 +-0.127929687500 +0.011291503906 +0.029907226562 +-0.019287109375 +0.024169921875 +-0.007171630859 +-0.026000976562 +-0.161132812500 +0.024414062500 +-0.196289062500 +0.084960937500 +0.151367187500 +-0.109863281250 +-0.032714843750 +0.058349609375 +-0.130859375000 +-0.088867187500 +0.287109375000 +0.025756835938 +0.071777343750 +-0.142578125000 +-0.007720947266 +0.014831542969 +0.242187500000 +0.222656250000 +-0.211914062500 +-0.042968750000 +0.042236328125 +0.118164062500 +0.025878906250 +-0.028808593750 +-0.158203125000 +0.121093750000 +-0.164062500000 +0.064941406250 +-0.234375000000 +0.072753906250 +0.122558593750 +-0.100585937500 +0.091308593750 +-0.066406250000 +0.038574218750 +0.013244628906 +0.092773437500 +0.035644531250 +-0.120117187500 +-0.001457214355 +-0.137695312500 +-0.014465332031 +0.394531250000 +-0.137695312500 +0.028442382812 +-0.024536132812 +-0.304687500000 +0.185546875000 +0.087402343750 +0.114746093750 +0.210937500000 +-0.079589843750 +-0.128906250000 +-0.194335937500 +0.086425781250 +-0.011291503906 +0.064453125000 +-0.032470703125 +-0.052734375000 +-0.124511718750 +0.041503906250 +0.049072265625 +0.050048828125 +-0.060302734375 +0.001609802246 +0.082519531250 +-0.353515625000 +-0.006103515625 +-0.219726562500 +0.104980468750 +0.140625000000 +0.089843750000 +-0.008972167969 +-0.203125000000 +0.154296875000 +-0.111816406250 +0.001113891602 +0.040527343750 +-0.269531250000 +-0.027099609375 +0.123046875000 +-0.046875000000 +-0.113281250000 +-0.204101562500 +-0.068847656250 +0.100097656250 +-0.039794921875 +-0.030761718750 +-0.318359375000 +-0.092773437500 +-0.058349609375 +0.035888671875 +-0.208984375000 +-0.080078125000 +0.138671875000 +0.101562500000 +0.092773437500 +0.061523437500 +-0.002746582031 +-0.026489257812 +0.017822265625 +0.148437500000 +-0.094726562500 +0.056152343750 +-0.079589843750 +0.138671875000 +0.022338867188 +-0.074218750000 +0.080566406250 +-0.042236328125 +-0.031250000000 +-0.014404296875 +-0.173828125000 +-0.041992187500 +0.201171875000 +-0.017944335938 +-0.197265625000 +0.129882812500 +-0.130859375000 +0.289062500000 +0.049316406250 +-0.038574218750 +-0.071777343750 +0.030517578125 +-0.041748046875 +-0.025146484375 +-0.169921875000 +0.027099609375 +-0.088867187500 +-0.076660156250 +0.034667968750 +0.112792968750 +-0.100585937500 +-0.083007812500 +0.163085937500 +0.080566406250 +0.158203125000 +-0.226562500000 +-0.117187500000 +-0.137695312500 +0.033447265625 +0.005432128906 +-0.152343750000 +-0.058593750000 +-0.094238281250 +0.012451171875 +-0.004425048828 +0.093261718750 +0.023681640625 +0.145507812500 +-0.014404296875 +-0.033203125000 +-0.144531250000 +-0.031494140625 +0.097167968750 +0.003402709961 +-0.128906250000 +0.046630859375 +-0.116210937500 +-0.052978515625 +0.060058593750 +0.015991210938 +-0.003570556641 +0.080078125000 +-0.008178710938 +0.032714843750 +0.010009765625 +0.044921875000 +0.035644531250 +0.021972656250 +-0.339843750000 +0.136718750000 +0.120605468750 +0.053710937500 +0.074707031250 +0.027221679688 +-0.128906250000 +0.125976562500 +-0.283203125000 +-0.134765625000 +-0.127929687500 +0.076660156250 +0.048583984375 +0.108886718750 +-0.363281250000 +-0.259765625000 +-0.217773437500 +0.114746093750 +0.128906250000 +-0.066894531250 +0.106445312500 +-0.103027343750 +-0.118164062500 +0.075195312500 +0.084960937500 +0.066894531250 +-0.181640625000 +-0.320312500000 +-0.031982421875 +-0.031005859375 +0.128906250000 +0.156250000000 +-0.217773437500 +-0.204101562500 +0.064941406250 +-0.063964843750 +-0.147460937500 +-0.427734375000 +-0.091308593750 +0.113281250000 +0.033203125000 +0.030761718750 +-0.145507812500 +-0.036376953125 +-0.239257812500 +-0.058349609375 +-0.211914062500 +-0.166992187500 +0.147460937500 +-0.102539062500 +0.075683593750 +0.052734375000 +-0.281250000000 +0.049560546875 +-0.166015625000 +0.056884765625 +-0.042236328125 +0.082031250000 +-0.018432617188 +0.031494140625 +-0.273437500000 +0.135742187500 +0.031005859375 +0.154296875000 +-0.008117675781 +-0.016479492188 +0.091308593750 +-0.110351562500 +0.034667968750 +0.067382812500 +0.058349609375 +0.163085937500 +-0.038818359375 +-0.139648437500 +0.105468750000 +0.152343750000 +0.008666992188 +0.032958984375 +0.057373046875 +-0.107910156250 +-0.185546875000 +0.095703125000 +0.052490234375 +-0.064941406250 +-0.101562500000 +-0.129882812500 +-0.259765625000 +-0.257812500000 +0.011291503906 +0.104492187500 +-0.181640625000 +-0.253906250000 +0.005340576172 +-0.209960937500 +0.012756347656 +0.007720947266 +0.057861328125 +-0.089843750000 +-0.009704589844 +0.070800781250 +0.047851562500 +-0.382812500000 +-0.009399414062 +0.016113281250 +-0.177734375000 +-0.091796875000 +0.194335937500 +0.083496093750 +0.049804687500 +0.032226562500 +-0.038330078125 +-0.382812500000 +-0.016113281250 +0.064941406250 +0.074218750000 +0.087402343750 +-0.054199218750 +-0.087890625000 +-0.117675781250 +0.093261718750 +0.004608154297 +0.012329101562 +-0.014648437500 +0.060791015625 +-0.070800781250 +0.059082031250 +0.128906250000 +0.175781250000 +-0.003326416016 +-0.111816406250 +-0.041748046875 +0.074218750000 +0.091308593750 +0.062500000000 +0.174804687500 +0.039550781250 +0.197265625000 +0.023071289062 +0.074218750000 +-0.006561279297 +-0.076171875000 +0.185546875000 +0.291015625000 +-0.096679687500 +-0.121093750000 +-0.104492187500 +0.166015625000 +0.037841796875 +0.062255859375 +-0.033203125000 +-0.112304687500 +0.104980468750 +-0.088867187500 +-0.064941406250 +0.033935546875 +0.014343261719 +-0.031127929688 +-0.326171875000 +-0.186523437500 +0.092285156250 +-0.049072265625 +0.119628906250 +0.092773437500 +-0.068847656250 +0.106933593750 +-0.127929687500 +-0.052978515625 +0.208007812500 +0.200195312500 +0.113769531250 +-0.053710937500 +0.049804687500 +-0.166015625000 +0.111816406250 +-0.314453125000 +-0.589843750000 +0.046386718750 +-0.057373046875 +0.060058593750 +-0.026733398438 +0.083984375000 +-0.088378906250 +-0.017333984375 +-0.062255859375 +-0.112304687500 +-0.055175781250 +-0.044433593750 +-0.031982421875 +-0.093261718750 +0.014709472656 +-0.011108398438 +0.082519531250 +-0.178710937500 +0.236328125000 +0.016357421875 +0.110351562500 +-0.210937500000 +0.127929687500 +0.145507812500 +0.095214843750 +-0.001342773438 +-0.018310546875 +-0.035644531250 +-0.017089843750 +-0.169921875000 +0.062011718750 +0.020996093750 +-0.300781250000 +-0.058105468750 +0.011596679688 +0.123535156250 +-0.113769531250 +0.070800781250 +-0.022460937500 +0.022949218750 +0.125000000000 +-0.011169433594 +-0.045410156250 +0.091796875000 +-0.049560546875 +-0.058837890625 +-0.135742187500 +-0.082519531250 +0.090820312500 +-0.213867187500 +0.127929687500 +-0.169921875000 +0.108398437500 +0.224609375000 +0.110351562500 +-0.094726562500 +-0.132812500000 +0.071289062500 +0.144531250000 +0.082519531250 +-0.042236328125 +0.148437500000 +0.050048828125 +-0.013000488281 +-0.053710937500 +0.078125000000 +-0.101562500000 +-0.032226562500 +-0.148437500000 +0.146484375000 +-0.072265625000 +-0.028686523438 +-0.177734375000 +0.289062500000 +-0.002777099609 +0.137695312500 +-0.071289062500 +-0.009887695312 +0.047119140625 +0.098632812500 +0.132812500000 +0.152343750000 +-0.100585937500 +0.035888671875 +-0.166015625000 +-0.318359375000 +0.139648437500 +0.110351562500 +0.019287109375 +0.211914062500 +0.006561279297 +0.113769531250 +-0.071289062500 +-0.180664062500 +0.144531250000 +-0.057861328125 +0.066894531250 +0.064453125000 +-0.089355468750 +-0.057373046875 +0.159179687500 +-0.251953125000 +0.004425048828 +0.271484375000 +0.042968750000 +-0.174804687500 +-0.193359375000 +-0.192382812500 +-0.152343750000 +0.015502929688 +0.020629882812 +0.015197753906 +-0.137695312500 +0.054687500000 +-0.015197753906 +-0.419921875000 +-0.141601562500 +0.227539062500 +0.016235351562 +0.160156250000 +-0.037109375000 +-0.251953125000 +0.089843750000 +-0.036376953125 +-0.099121093750 +0.194335937500 +0.129882812500 +0.129882812500 +-0.029418945312 +-0.041748046875 +0.157226562500 +-0.163085937500 +-0.211914062500 +0.199218750000 +0.052490234375 +0.104492187500 +-0.052490234375 +-0.070312500000 +0.065429687500 +0.061523437500 +-0.073730468750 +0.171875000000 +0.129882812500 +0.015747070312 +0.106445312500 +-0.105468750000 +-0.127929687500 +-0.105468750000 +-0.101562500000 +-0.092773437500 +0.081054687500 +-0.482421875000 +0.015380859375 +-0.037109375000 +-0.203125000000 +-0.078613281250 +0.034667968750 +-0.069824218750 +0.081542968750 +-0.361328125000 +-0.047607421875 +0.081054687500 +-0.267578125000 +0.124023437500 +0.164062500000 +-0.194335937500 +-0.186523437500 +-0.361328125000 +-0.077636718750 +0.098144531250 +-0.063476562500 +-0.182617187500 +-0.139648437500 +0.175781250000 +-0.055175781250 +0.142578125000 +-0.259765625000 +0.174804687500 +0.058837890625 +-0.071289062500 +-0.125976562500 +-0.071289062500 +0.048339843750 +0.168945312500 +-0.082519531250 +-0.062988281250 +-0.078613281250 +0.018920898438 +-0.166992187500 +0.177734375000 +-0.378906250000 +0.202148437500 +0.027832031250 +0.123535156250 +-0.032714843750 +0.020507812500 +-0.129882812500 +-0.024902343750 +-0.045654296875 +0.141601562500 +0.023315429688 +-0.131835937500 +0.045898437500 +-0.110351562500 +0.055664062500 +0.024291992188 +0.058837890625 +0.033691406250 +-0.068847656250 +0.220703125000 +-0.007324218750 +-0.166015625000 +0.083984375000 +-0.006530761719 +0.109863281250 +-0.227539062500 +-0.006469726562 +-0.087402343750 +-0.066406250000 +-0.022583007812 +-0.073242187500 +0.149414062500 +0.225585937500 +-0.087890625000 +-0.026733398438 +-0.004669189453 +-0.100097656250 +0.083496093750 +0.122558593750 +-0.189453125000 +-0.010070800781 +-0.714843750000 +-0.150390625000 +-0.125000000000 +-0.190429687500 +-0.011169433594 +-0.072265625000 +0.013183593750 +0.089843750000 +-0.011535644531 +-0.353515625000 +0.058593750000 +-0.007720947266 +0.025268554688 +-0.062011718750 +-0.084472656250 +-0.044189453125 +-0.029052734375 +-0.160156250000 +0.228515625000 +-0.017089843750 +-0.110839843750 +-0.404296875000 +-0.042236328125 +-0.306640625000 +0.145507812500 +-0.038330078125 +-0.029663085938 +0.086914062500 +-0.345703125000 +0.051757812500 +-0.054199218750 +-0.180664062500 +0.155273437500 +0.011413574219 +0.024780273438 +-0.120117187500 +-0.310546875000 +0.110351562500 +-0.069824218750 +0.101074218750 +0.113769531250 +0.009826660156 +-0.125976562500 +0.023193359375 +-0.091308593750 +-0.006103515625 +0.062255859375 +0.206054687500 +0.051269531250 +0.077636718750 +-0.013366699219 +-0.100097656250 +-0.009460449219 +-0.028198242188 +0.216796875000 +-0.031738281250 +0.041015625000 +-0.085937500000 +-0.071289062500 +0.056640625000 +0.089355468750 +0.080078125000 +0.038818359375 +0.129882812500 +-0.183593750000 +-0.174804687500 +-0.231445312500 +0.016845703125 +0.125976562500 +-0.150390625000 +0.026977539062 +-0.235351562500 +-0.613281250000 +-0.347656250000 +-0.006958007812 +-0.072265625000 +0.052246093750 +0.068847656250 +-0.078613281250 +-0.349609375000 +-0.056396484375 +-0.390625000000 +0.133789062500 +0.139648437500 +-0.160156250000 +-0.597656250000 +-0.171875000000 +-0.139648437500 +0.090820312500 +-0.044921875000 +-0.022949218750 +0.177734375000 +-0.072753906250 +0.067871093750 +-0.257812500000 +-0.143554687500 +-0.089355468750 +0.106933593750 +0.121093750000 +-0.016723632812 +-0.223632812500 +-0.032958984375 +-0.028198242188 +-0.114257812500 +0.027221679688 +-0.031494140625 +0.005950927734 +-0.104492187500 +0.068847656250 +-0.037841796875 +0.194335937500 +0.247070312500 +0.073730468750 +-0.016601562500 +0.041748046875 +-0.124023437500 +-0.110839843750 +0.041503906250 +0.053710937500 +-0.072753906250 +0.087890625000 +-0.209960937500 +0.056152343750 +-0.006652832031 +0.065429687500 +0.105957031250 +0.107910156250 +-0.058593750000 +-0.027954101562 +0.125976562500 +0.234375000000 +0.118164062500 +-0.089843750000 +-0.065429687500 +-0.005371093750 +-0.077148437500 +0.210937500000 +-0.140625000000 +-0.071289062500 +-0.076171875000 +-0.022949218750 +0.074707031250 +-0.014404296875 +-0.353515625000 +-0.010498046875 +-0.239257812500 +0.137695312500 +0.110351562500 +-0.144531250000 +-0.271484375000 +-0.124023437500 +-0.039550781250 +-0.222656250000 +-0.080566406250 +0.107421875000 +-0.005065917969 +0.003448486328 +0.061279296875 +-0.015258789062 +-0.135742187500 +-0.155273437500 +0.123535156250 +-0.019409179688 +0.079589843750 +-0.125976562500 +0.042724609375 +-0.171875000000 +-0.002319335938 +-0.109863281250 +-0.077636718750 +-0.341796875000 +-0.065917968750 +-0.337890625000 +0.110351562500 +-0.421875000000 +0.105957031250 +0.064453125000 +-0.088378906250 +0.176757812500 +-0.215820312500 +-0.267578125000 +0.089843750000 +-0.306640625000 +-0.097656250000 +-0.230468750000 +-0.177734375000 +-0.090820312500 +0.095703125000 +-0.035888671875 +0.135742187500 +-0.125000000000 +0.108398437500 +0.038085937500 +0.131835937500 +0.194335937500 +0.068847656250 +-0.190429687500 +0.121582031250 +-0.018554687500 +-0.057861328125 +0.257812500000 +-0.378906250000 +-0.073242187500 +0.122558593750 +0.146484375000 +-0.154296875000 +0.025268554688 +0.107910156250 +0.029785156250 +-0.107910156250 +0.030395507812 +-0.062255859375 +-0.166992187500 +-0.597656250000 +0.098632812500 +0.085449218750 +0.031982421875 +-0.106445312500 +-0.059326171875 +-0.151367187500 +-0.085937500000 +-0.077636718750 +0.150390625000 +-0.205078125000 +0.022949218750 +-0.088378906250 +0.034912109375 +-0.101562500000 +-0.029418945312 +0.042968750000 +-0.020507812500 +-0.091308593750 +0.014526367188 +-0.030151367188 +-0.330078125000 +0.084960937500 +-0.024414062500 +0.073730468750 +-0.421875000000 +0.075683593750 +-0.394531250000 +-0.089843750000 +0.120117187500 +0.157226562500 +-0.300781250000 +0.094238281250 +-0.429687500000 +-0.095214843750 +-0.443359375000 +-0.143554687500 +-0.096191406250 +0.024780273438 +0.051025390625 +-0.038330078125 +-0.151367187500 +-0.093750000000 +-0.238281250000 +0.162109375000 +0.093750000000 +-0.006683349609 +-0.019287109375 +-0.125000000000 +-0.017211914062 +0.078125000000 +0.030517578125 +-0.219726562500 +0.022827148438 +0.100585937500 +-0.206054687500 +0.082519531250 +-0.062500000000 +0.067871093750 +-0.150390625000 +-0.003936767578 +-0.004119873047 +0.079101562500 +-0.151367187500 +0.044189453125 +-0.318359375000 +-0.096191406250 +-0.188476562500 +0.052001953125 +0.197265625000 +-0.083007812500 +-0.133789062500 +-0.025268554688 +0.091796875000 +0.054687500000 +0.166992187500 +-0.183593750000 +-0.164062500000 +-0.094726562500 +0.084472656250 +-0.531250000000 +0.086425781250 +0.030395507812 +-0.029907226562 +-0.033935546875 +0.298828125000 +-0.267578125000 +-0.060791015625 +-0.037597656250 +0.104492187500 +0.090820312500 +-0.081542968750 +-0.328125000000 +-0.253906250000 +-0.746093750000 +-0.102539062500 +-0.308593750000 +-0.020019531250 +-0.120605468750 +0.099121093750 +-0.113769531250 +-0.062011718750 +0.232421875000 +-0.124511718750 +-0.057861328125 +-0.058349609375 +0.221679687500 +-0.109375000000 +-0.021240234375 +0.068847656250 +0.127929687500 +0.058349609375 +0.017700195312 +-0.003402709961 +-0.028442382812 +0.137695312500 +-0.052001953125 +-0.146484375000 +0.112792968750 +-0.094726562500 +-0.019287109375 +-0.003967285156 +0.060058593750 +-0.081054687500 +-0.096679687500 +-0.060546875000 +-0.102539062500 +-0.125976562500 +-0.195312500000 +-0.135742187500 +0.097167968750 +-0.096191406250 +0.036376953125 +0.129882812500 +0.170898437500 +0.042236328125 +-0.044433593750 +-0.065917968750 +0.119140625000 +0.088378906250 +-0.022216796875 +-0.027221679688 +-0.765625000000 +0.138671875000 +0.044921875000 +0.040527343750 +0.119628906250 +0.036376953125 +-0.253906250000 +-0.119628906250 +0.067382812500 +-0.149414062500 +0.031494140625 +0.116699218750 +-0.022705078125 +-0.097656250000 +-0.116699218750 +0.171875000000 +-0.675781250000 +-0.171875000000 +0.072753906250 +0.071289062500 +0.147460937500 +0.110839843750 +0.144531250000 +-0.205078125000 +0.012756347656 +-0.234375000000 +-0.029541015625 +-0.082519531250 +0.013122558594 +-0.026367187500 +-0.164062500000 +-0.069335937500 +-0.031494140625 +0.090332031250 +-0.042480468750 +0.112792968750 +-0.033203125000 +-0.041748046875 +0.081542968750 +-0.073242187500 +-0.109863281250 +-0.114746093750 +-0.207031250000 +-0.107421875000 +0.055908203125 +0.070800781250 +-0.083984375000 +-0.107421875000 +-0.211914062500 +0.083496093750 +-0.072753906250 +-0.200195312500 +0.159179687500 +-0.003250122070 +0.015014648438 +0.080566406250 +-0.194335937500 +0.124511718750 +-0.187500000000 +-0.097656250000 +-0.056884765625 +-0.010009765625 +-0.322265625000 +-0.049072265625 +-0.355468750000 +-0.095214843750 +0.125976562500 +0.069335937500 +0.031494140625 +0.072265625000 +-0.127929687500 +-0.236328125000 +-0.010192871094 +-0.130859375000 +0.134765625000 +0.133789062500 +-0.296875000000 +-0.041992187500 +0.053222656250 +-0.104492187500 +-0.435546875000 +-0.121582031250 +0.190429687500 +0.033203125000 +-0.008789062500 +-0.093750000000 +0.135742187500 +-0.099121093750 +-0.250000000000 +-0.224609375000 +-0.001365661621 +-0.133789062500 +-0.107421875000 +-0.048828125000 +-0.083007812500 +0.165039062500 +-0.259765625000 +0.165039062500 +-0.106933593750 +0.046386718750 +-0.333984375000 +0.174804687500 +-0.043701171875 +0.077148437500 +-0.154296875000 +-0.243164062500 +-0.041503906250 +-0.057128906250 +0.095703125000 +-0.209960937500 +-0.039550781250 +0.081054687500 +-0.291015625000 +0.172851562500 +0.088378906250 +-0.075683593750 +0.120605468750 +-0.153320312500 +-0.285156250000 +-0.047363281250 +0.053955078125 +-0.068359375000 +-0.044433593750 +-0.023803710938 +-0.087402343750 +0.014221191406 +-0.163085937500 +0.029663085938 +-0.417968750000 +-0.046142578125 +0.079589843750 +0.195312500000 +-0.065429687500 +-0.136718750000 +0.134765625000 +-0.255859375000 +-0.421875000000 +-0.102539062500 +-0.003601074219 +0.103515625000 +-0.038818359375 +0.111816406250 +-0.072753906250 +-0.173828125000 +-0.519531250000 +-0.143554687500 +-0.002609252930 +0.099121093750 +-0.009033203125 +-0.129882812500 +0.110351562500 +0.137695312500 +-0.523437500000 +-0.194335937500 +0.023437500000 +-0.492187500000 +-0.038574218750 +-0.020996093750 +0.026733398438 +-0.061767578125 +-0.332031250000 +-0.179687500000 +-0.558593750000 +-0.039550781250 +-0.047119140625 +-0.143554687500 +-0.089355468750 +0.097656250000 +0.000518798828 +-0.110839843750 +0.111328125000 +-0.076171875000 +-0.001724243164 +-0.259765625000 +-0.171875000000 +0.142578125000 +-0.153320312500 +0.137695312500 +0.010375976562 +0.078125000000 +-0.341796875000 +-0.180664062500 +-0.103027343750 +-0.102539062500 +-0.024291992188 +-0.111328125000 +0.098632812500 +0.127929687500 +0.086914062500 +0.016967773438 +0.365234375000 +-0.213867187500 +0.027587890625 +0.020629882812 +0.054931640625 +0.184570312500 +0.281250000000 +0.115234375000 +0.133789062500 +-0.088378906250 +-0.363281250000 +0.077148437500 +-0.035644531250 +0.095703125000 +0.202148437500 +0.152343750000 +0.012878417969 +-0.126953125000 +-0.296875000000 +0.005340576172 +-0.140625000000 +0.066894531250 +-0.151367187500 +0.133789062500 +-0.061035156250 +0.058593750000 +-0.141601562500 +-0.208984375000 +0.016479492188 +-0.125000000000 +0.010803222656 +-0.167968750000 +0.039550781250 +0.016357421875 +-0.231445312500 +-0.077636718750 +-0.114746093750 +-0.128906250000 +0.044433593750 +-0.059570312500 +-0.106445312500 +0.002044677734 +-0.136718750000 +0.140625000000 +-0.037841796875 +0.057373046875 +0.079589843750 +-0.107421875000 +-0.026000976562 +0.157226562500 +0.047119140625 +0.216796875000 +0.094238281250 +-0.065429687500 +-0.466796875000 +0.083984375000 +-0.076660156250 +-0.240234375000 +-0.158203125000 +-0.064941406250 +-0.083496093750 +0.032958984375 +-0.125976562500 +-0.074218750000 +0.076660156250 +-0.223632812500 +0.057373046875 +0.092285156250 +-0.199218750000 +0.130859375000 +0.287109375000 +0.136718750000 +0.082519531250 +-0.054443359375 +-0.324218750000 +-0.020019531250 +-0.027465820312 +-0.013671875000 +-0.021606445312 +0.005828857422 +-0.003875732422 +-0.129882812500 +0.077636718750 +-0.042968750000 +-0.239257812500 +0.090332031250 +-0.049560546875 +0.154296875000 +-0.159179687500 +0.175781250000 +0.054443359375 +-0.138671875000 +0.237304687500 +-0.196289062500 +0.015869140625 +-0.022949218750 +0.015319824219 +0.046630859375 +-0.449218750000 +-0.093750000000 +-0.077148437500 +-0.222656250000 +-0.020629882812 +-0.151367187500 +0.196289062500 +-0.013916015625 +0.149414062500 +-0.069824218750 +-0.079101562500 +-0.028076171875 +-0.019287109375 +-0.244140625000 +-0.093261718750 +-0.053222656250 +0.130859375000 +0.202148437500 +-0.074218750000 +0.011962890625 +-0.070800781250 +-0.023559570312 +-0.171875000000 +-0.271484375000 +0.040771484375 +0.043457031250 +-0.132812500000 +-0.033447265625 +-0.283203125000 +0.109375000000 +-0.219726562500 +0.097656250000 +-0.108398437500 +0.003845214844 +0.082519531250 +0.061035156250 +0.103027343750 +0.081054687500 +-0.351562500000 +0.271484375000 +-0.523437500000 +-0.075683593750 +0.296875000000 +0.033935546875 +-0.209960937500 +-0.033935546875 +-0.176757812500 +-0.180664062500 +-0.081054687500 +-0.250000000000 +0.053466796875 +0.105957031250 +-0.106445312500 +0.003051757812 +-0.000138282776 +-0.070312500000 +0.130859375000 +-0.060546875000 +0.171875000000 +-0.083496093750 +-0.043945312500 +-0.070800781250 +0.218750000000 +0.265625000000 +-0.589843750000 +0.001129150391 +0.078613281250 +-0.102539062500 +-0.088378906250 +-0.168945312500 +-0.188476562500 +-0.241210937500 +-0.087402343750 +-0.062500000000 +-0.578125000000 +-0.149414062500 +-0.066894531250 +0.044189453125 +0.082519531250 +-0.132812500000 +0.202148437500 +-0.132812500000 +0.043945312500 +-0.142578125000 +-0.236328125000 +0.024291992188 +0.206054687500 +-0.178710937500 +0.111816406250 +0.163085937500 +0.017089843750 +-0.086425781250 +-0.178710937500 +-0.082031250000 +0.170898437500 +0.069335937500 +-0.183593750000 +0.113281250000 +0.081054687500 +0.125976562500 +0.019287109375 +0.283203125000 +0.025268554688 +-0.118164062500 +0.219726562500 +-0.107421875000 +-0.216796875000 +-0.054687500000 +0.170898437500 +-0.104980468750 +0.181640625000 +-0.060058593750 +0.223632812500 +0.144531250000 +0.021972656250 +-0.427734375000 +0.127929687500 +0.215820312500 +-0.038330078125 +0.070312500000 +0.042724609375 +0.026367187500 +-0.037353515625 +-0.036865234375 +0.177734375000 +-0.244140625000 +-0.171875000000 +-0.261718750000 +-0.067382812500 +-0.341796875000 +0.015869140625 +-0.088378906250 +-0.069824218750 +-0.204101562500 +-0.024169921875 +-0.092773437500 +-0.335937500000 +-0.072753906250 +-0.167968750000 +-0.023559570312 +-0.097656250000 +0.161132812500 +0.147460937500 +-0.055419921875 +0.124511718750 +0.088867187500 +-0.140625000000 +-0.112304687500 +0.053955078125 +-0.115722656250 +0.039550781250 +-0.253906250000 +0.014953613281 +-0.045654296875 +0.023559570312 +-0.181640625000 +-0.124511718750 +-0.048095703125 +-0.039062500000 +-0.039306640625 +0.100585937500 +0.034179687500 +-0.062988281250 +0.042724609375 +-0.159179687500 +0.174804687500 +-0.045410156250 +-0.215820312500 +-0.121582031250 +-0.001579284668 +-0.367187500000 +0.020385742188 +0.054443359375 +-0.016967773438 +-0.022583007812 +-0.193359375000 +-0.035400390625 +-0.084472656250 +0.068847656250 +-0.225585937500 +-0.006408691406 +-0.057373046875 +-0.243164062500 +-0.339843750000 +0.196289062500 +-0.168945312500 +-0.143554687500 +0.043701171875 +0.152343750000 +-0.035888671875 +-0.075195312500 +-0.093261718750 +-0.166015625000 +-0.191406250000 +-0.097167968750 +-0.122558593750 +-0.183593750000 +-0.132812500000 +0.062500000000 +0.118652343750 +0.020263671875 +0.061767578125 +0.116699218750 +0.022827148438 +-0.112792968750 +-0.031127929688 +0.161132812500 +-0.121093750000 +-0.200195312500 +0.049804687500 +-0.170898437500 +-0.056884765625 +0.007629394531 +0.023681640625 +-0.065917968750 +-0.227539062500 +-0.130859375000 +-0.027465820312 +-0.164062500000 +-0.112304687500 +0.115722656250 +-0.029541015625 +-0.080566406250 +-0.181640625000 +-0.101562500000 +-0.018676757812 +0.068359375000 +0.184570312500 +-0.041503906250 +-0.011779785156 +-0.215820312500 +0.134765625000 +0.075683593750 +-0.043945312500 +-0.150390625000 +0.038574218750 +-0.031127929688 +-0.114746093750 +-0.002731323242 +-0.107421875000 +-0.267578125000 +-0.054931640625 +-0.119628906250 +-0.187500000000 +-0.045898437500 +0.053710937500 +0.160156250000 +-0.232421875000 +-0.217773437500 +-0.201171875000 +-0.223632812500 +-0.043457031250 +0.030151367188 +0.046142578125 +-0.033203125000 +0.007598876953 +-0.369140625000 +-0.052734375000 +-0.104003906250 +-0.128906250000 +-0.265625000000 +-0.263671875000 +-0.112304687500 +0.032226562500 +-0.378906250000 +-0.182617187500 +0.129882812500 +0.131835937500 +-0.333984375000 +-0.096679687500 +0.028198242188 +0.006958007812 +-0.228515625000 +0.107421875000 +-0.046386718750 +0.051025390625 +0.035400390625 +-0.024658203125 +-0.016845703125 +0.045898437500 +-0.376953125000 +-0.012695312500 +-0.009704589844 +-0.054443359375 +0.017822265625 +0.223632812500 +-0.003967285156 +-0.179687500000 +-0.535156250000 +0.173828125000 +-0.337890625000 +0.004852294922 +0.141601562500 +0.135742187500 +-0.062500000000 +-0.035400390625 +-0.063964843750 +0.134765625000 +-0.073730468750 +0.092773437500 +-0.080078125000 +0.273437500000 +0.114257812500 +0.138671875000 +-0.159179687500 +-0.019775390625 +-0.048583984375 +-0.113281250000 +0.007629394531 +-0.230468750000 +0.113281250000 +0.076171875000 +-0.322265625000 +-0.001129150391 +-0.259765625000 +-0.026367187500 +-0.047851562500 +0.100097656250 +0.148437500000 +0.008789062500 +-0.250000000000 +0.097167968750 +-0.034667968750 +-0.004577636719 +-0.492187500000 +-0.087890625000 +-0.013305664062 +0.071289062500 +-0.141601562500 +-0.072753906250 +0.076171875000 +0.056884765625 +-0.020874023438 +-0.179687500000 +-0.070800781250 +0.216796875000 +-0.539062500000 +0.078125000000 +0.037597656250 +-0.062988281250 +-0.097656250000 +-0.155273437500 +-0.002685546875 +0.168945312500 +-0.466796875000 +0.065917968750 +0.063964843750 +-0.060546875000 +-0.086914062500 +-0.162109375000 +0.004821777344 +-0.250000000000 +-0.503906250000 +0.172851562500 +-0.190429687500 +0.067871093750 +0.069335937500 +0.178710937500 +-0.028076171875 +-0.047607421875 +-0.035156250000 +-0.077636718750 +0.116210937500 +0.027832031250 +-0.212890625000 +0.014160156250 +0.132812500000 +0.232421875000 +-0.089355468750 +0.094238281250 +0.142578125000 +-0.093750000000 +0.088378906250 +-0.151367187500 +0.124511718750 +0.158203125000 +-0.511718750000 +0.000690460205 +0.018676757812 +-0.009704589844 +0.143554687500 +-0.128906250000 +0.071777343750 +0.115722656250 +-0.267578125000 +0.147460937500 +0.149414062500 +0.006134033203 +-0.683593750000 +0.041259765625 +0.098144531250 +-0.032226562500 +0.143554687500 +0.091308593750 +0.107910156250 +0.035400390625 +-0.322265625000 +0.041259765625 +-0.145507812500 +0.153320312500 +-0.127929687500 +0.054199218750 +0.057373046875 +-0.066894531250 +-0.219726562500 +-0.328125000000 +0.087402343750 +0.259765625000 +-0.186523437500 +0.115234375000 +0.187500000000 +0.031005859375 +-0.416015625000 +-0.214843750000 +-0.195312500000 +0.007690429688 +-0.621093750000 +-0.141601562500 +0.015869140625 +-0.150390625000 +-0.025512695312 +-0.043701171875 +-0.151367187500 +-0.035400390625 +-0.353515625000 +-0.035400390625 +0.165039062500 +0.002059936523 +-0.285156250000 +-0.107421875000 +0.211914062500 +0.092773437500 +0.073730468750 +0.067871093750 +0.190429687500 +-0.072753906250 +-0.312500000000 +0.031982421875 +-0.242187500000 +0.157226562500 +-0.114257812500 +0.023315429688 +0.064941406250 +-0.016845703125 +0.251953125000 +-0.098144531250 +0.123535156250 +0.080566406250 +-0.089355468750 +0.095214843750 +0.108398437500 +-0.114746093750 +-0.310546875000 +0.088378906250 +-0.263671875000 +0.003555297852 +0.180664062500 +0.071777343750 +-0.102050781250 +0.062500000000 +-0.304687500000 +-0.023559570312 +0.052246093750 +0.009094238281 +0.113769531250 +0.166015625000 +0.083496093750 +0.031738281250 +-0.396484375000 +0.021362304688 +0.136718750000 +-0.107421875000 +0.155273437500 +0.210937500000 +0.109375000000 +0.064941406250 +-0.406250000000 +0.121093750000 +0.104492187500 +0.219726562500 +-0.460937500000 +-0.178710937500 +0.263671875000 +0.070312500000 +-0.137695312500 +-0.355468750000 +0.125976562500 +-0.072265625000 +-0.169921875000 +-0.086914062500 +-0.118652343750 +0.036376953125 +-0.285156250000 +0.054199218750 +-0.001930236816 +0.085937500000 +0.247070312500 +0.138671875000 +-0.120117187500 +0.044677734375 +-0.287109375000 +0.124511718750 +0.090820312500 +0.061279296875 +0.177734375000 +0.045166015625 +0.162109375000 +0.040283203125 +0.055175781250 +-0.099609375000 +0.039062500000 +0.063476562500 +0.123046875000 +0.068359375000 +-0.117675781250 +0.046875000000 +-0.003540039062 +0.086425781250 +-0.184570312500 +0.052978515625 +-0.090332031250 +0.030273437500 +0.347656250000 +-0.047363281250 +-0.015136718750 +-0.015380859375 +-0.074218750000 +-0.049072265625 +0.153320312500 +-0.271484375000 +0.010192871094 +-0.039550781250 +0.020996093750 +-0.210937500000 +-0.562500000000 +-0.102539062500 +-0.011779785156 +0.207031250000 +0.341796875000 +0.044677734375 +0.102050781250 +0.073730468750 +-0.188476562500 +-0.073242187500 +0.198242187500 +-0.041015625000 +0.053955078125 +0.033447265625 +-0.123535156250 +-0.026855468750 +-0.054687500000 +0.004699707031 +0.173828125000 +-0.500000000000 +0.043457031250 +0.032226562500 +0.076660156250 +-0.202148437500 +-0.228515625000 +-0.375000000000 +0.355468750000 +0.099121093750 +-0.574218750000 +-0.048339843750 +-0.069824218750 +-0.150390625000 +0.108886718750 +-0.144531250000 +0.192382812500 +-0.056396484375 +-0.053466796875 +-0.159179687500 +-0.121582031250 +-0.021972656250 +0.144531250000 +-0.328125000000 +0.137695312500 +-0.099121093750 +0.062988281250 +-0.214843750000 +-0.343750000000 +-0.001373291016 +-0.180664062500 +-0.002136230469 +-0.376953125000 +0.122070312500 +-0.134765625000 +-0.044189453125 +0.202148437500 +0.024414062500 +-0.070312500000 +-0.355468750000 +-0.020996093750 +-0.082031250000 +-0.002075195312 +0.047363281250 +-0.059326171875 +0.036621093750 +-0.285156250000 +-0.283203125000 +-0.163085937500 +0.095703125000 +0.028808593750 +0.106933593750 +0.090820312500 +-0.047851562500 +-0.000465393066 +-0.054687500000 +0.174804687500 +0.015380859375 +0.065917968750 +-0.003707885742 +0.037597656250 +0.207031250000 +0.040283203125 +-0.162109375000 +0.197265625000 +-0.408203125000 +-0.010498046875 +0.127929687500 +0.066894531250 +0.035644531250 +0.214843750000 +0.130859375000 +-0.300781250000 +0.005950927734 +0.077636718750 +-0.124511718750 +-0.017700195312 +-0.128906250000 +0.057861328125 +-0.160156250000 +0.105957031250 +-0.034667968750 +0.054199218750 +-0.294921875000 +-0.419921875000 +-0.082031250000 +0.163085937500 +-0.091796875000 +-0.236328125000 +0.015869140625 +-0.000149726868 +-0.008666992188 +-0.433593750000 +0.089355468750 +0.021118164062 +0.001998901367 +0.035156250000 +0.012573242188 +-0.275390625000 +-0.015747070312 +-0.016113281250 +-0.062988281250 +0.096191406250 +-0.218750000000 +-0.298828125000 +0.002197265625 +-0.014648437500 +0.010803222656 +-0.026245117188 +0.056884765625 +-0.343750000000 +-0.146484375000 +-0.009216308594 +0.057128906250 +0.160156250000 +-0.043212890625 +-0.183593750000 +-0.007812500000 +0.144531250000 +-0.077148437500 +-0.060546875000 +0.064453125000 +0.075683593750 +-0.017333984375 +-0.042480468750 +-0.020141601562 +0.087402343750 +-0.038574218750 +-0.104003906250 +-0.125976562500 +-0.122558593750 +0.038330078125 +-0.052978515625 +-0.123046875000 +0.255859375000 +0.094726562500 +-0.191406250000 +-0.149414062500 +0.058593750000 +0.032714843750 +0.160156250000 +-0.223632812500 +-0.002517700195 +-0.134765625000 +-0.035400390625 +0.034912109375 +-0.106445312500 +-0.257812500000 +-0.035888671875 +-0.244140625000 +-0.022460937500 +-0.042968750000 +-0.345703125000 +0.151367187500 +-0.080566406250 +-0.138671875000 +-0.175781250000 +0.166015625000 +-0.106445312500 +-0.011535644531 +0.068359375000 +-0.166015625000 +-0.066406250000 +0.045898437500 +-0.206054687500 +0.182617187500 +-0.086425781250 +0.081054687500 +-0.365234375000 +0.109863281250 +0.082031250000 +-0.077636718750 +-0.038574218750 +0.047363281250 +-0.400390625000 +0.115234375000 +0.053222656250 +0.118164062500 +0.080566406250 +0.037109375000 +-0.003280639648 +0.104492187500 +0.016479492188 +0.103027343750 +-0.100097656250 +-0.018188476562 +0.013000488281 +-0.104980468750 +0.035156250000 +0.036621093750 +-0.086425781250 +0.039062500000 +-0.039550781250 +-0.148437500000 +0.075683593750 +-0.044921875000 +-0.096191406250 +-0.058105468750 +0.052246093750 +0.021240234375 +-0.020751953125 +0.032470703125 +0.141601562500 +-0.075195312500 +-0.036865234375 +-0.037109375000 +-0.091308593750 +0.115234375000 +-0.166992187500 +0.003768920898 +-0.026367187500 +-0.087402343750 +-0.090820312500 +-0.320312500000 +-0.294921875000 +0.012084960938 +-0.330078125000 +-0.015869140625 +-0.001754760742 +-0.083496093750 +-0.193359375000 +-0.122558593750 +-0.200195312500 +-0.131835937500 +0.080566406250 +-0.129882812500 +-0.062988281250 +-0.016967773438 +0.005615234375 +-0.097656250000 +-0.244140625000 +0.106933593750 +-0.225585937500 +0.101074218750 +0.125976562500 +-0.129882812500 +-0.141601562500 +0.127929687500 +-0.734375000000 +-0.026123046875 +0.107421875000 +0.013366699219 +0.032226562500 +-0.010742187500 +0.101562500000 +0.026245117188 +-0.188476562500 +0.229492187500 +0.023681640625 +-0.087402343750 +0.045654296875 +0.046142578125 +0.111328125000 +-0.125000000000 +-0.160156250000 +0.133789062500 +-0.067382812500 +-0.125000000000 +0.048828125000 +-0.054687500000 +-0.028076171875 +-0.179687500000 +-0.009887695312 +-0.118164062500 +-0.047119140625 +-0.075683593750 +-0.010070800781 +0.170898437500 +0.002838134766 +-0.071777343750 +-0.068359375000 +0.073242187500 +-0.157226562500 +0.076660156250 +0.079589843750 +0.056640625000 +-0.102050781250 +-0.164062500000 +-0.215820312500 +0.127929687500 +-0.310546875000 +0.148437500000 +0.190429687500 +-0.087402343750 +-0.220703125000 +-0.086425781250 +0.245117187500 +-0.144531250000 +-0.052246093750 +-0.009643554688 +-0.031494140625 +0.051269531250 +0.098144531250 +-0.021362304688 +-0.044189453125 +-0.000610351562 +-0.086425781250 +0.120605468750 +0.112304687500 +-0.055419921875 +-0.009277343750 +0.136718750000 +-0.349609375000 +-0.118164062500 +-0.017944335938 +0.130859375000 +-0.204101562500 +0.034667968750 +-0.094238281250 +-0.046386718750 +-0.107910156250 +0.126953125000 +0.104003906250 +-0.045898437500 +0.129882812500 +0.054443359375 +-0.068847656250 +-0.431640625000 +-0.283203125000 +0.099121093750 +0.084960937500 +-0.003997802734 +0.067871093750 +-0.171875000000 +0.065429687500 +-0.527343750000 +0.149414062500 +-0.201171875000 +0.016479492188 +-0.156250000000 +-0.159179687500 +0.114746093750 +0.178710937500 +-0.091796875000 +0.119628906250 +0.125000000000 +-0.029418945312 +0.080566406250 +0.149414062500 +0.027709960938 +-0.072265625000 +-0.020751953125 +0.051757812500 +0.084472656250 +0.054931640625 +0.162109375000 +0.042724609375 +-0.052490234375 +0.124511718750 +0.050048828125 +-0.125976562500 +-0.154296875000 +-0.048339843750 +-0.016723632812 +-0.180664062500 +-0.020385742188 +-0.155273437500 +-0.154296875000 +-0.018798828125 +0.001296997070 +0.040527343750 +-0.030761718750 +-0.122558593750 +0.104003906250 +0.166992187500 +-0.214843750000 +-0.033935546875 +-0.351562500000 +-0.292968750000 +-0.152343750000 +-0.106445312500 +0.001144409180 +-0.117187500000 +0.125976562500 +-0.056396484375 +0.020019531250 +0.169921875000 +0.103515625000 +0.031250000000 +-0.057373046875 +-0.005218505859 +-0.079589843750 +0.208007812500 +0.033203125000 +0.044677734375 +0.106933593750 +0.060302734375 +-0.049316406250 +0.094238281250 +-0.294921875000 +0.060791015625 +-0.129882812500 +0.046875000000 +0.044433593750 +-0.234375000000 +0.071289062500 +0.168945312500 +0.005004882812 +0.016235351562 +-0.149414062500 +0.277343750000 +0.070800781250 +0.073242187500 +-0.085449218750 +-0.075683593750 +0.052246093750 +0.267578125000 +-0.166015625000 +0.165039062500 +0.090820312500 +-0.014404296875 +0.058105468750 +0.148437500000 +0.172851562500 +0.105957031250 +-0.165039062500 +0.162109375000 +-0.095214843750 +-0.068359375000 +-0.213867187500 +-0.310546875000 +-0.142578125000 +-0.064941406250 +0.159179687500 +0.063476562500 +0.082519531250 +-0.066406250000 +-0.008056640625 +0.103027343750 +0.059082031250 +0.063964843750 +-0.156250000000 +-0.037353515625 +0.007507324219 +-0.034912109375 +0.041503906250 +0.048339843750 +0.103027343750 +-0.208984375000 +-0.205078125000 +-0.113281250000 +-0.246093750000 +-0.182617187500 +0.116699218750 +-0.196289062500 +-0.152343750000 +-0.071777343750 +-0.101074218750 +-0.013610839844 +-0.076660156250 +-0.298828125000 +0.042724609375 +-0.166015625000 +-0.173828125000 +-0.198242187500 +-0.013671875000 +-0.069335937500 +-0.203125000000 +-0.088867187500 +-0.077636718750 +-0.167968750000 +-0.049316406250 +-0.227539062500 +-0.251953125000 +-0.441406250000 +0.267578125000 +-0.281250000000 +0.057128906250 +0.080566406250 +-0.020874023438 +0.208984375000 +-0.037109375000 +-0.102539062500 +0.214843750000 +0.196289062500 +0.179687500000 +0.030029296875 +-0.275390625000 +-0.081542968750 +-0.075195312500 +-0.248046875000 +0.078125000000 +-0.216796875000 +-0.061279296875 +-0.127929687500 +0.076660156250 +-0.141601562500 +-0.024536132812 +-0.064941406250 +-0.074218750000 +-0.130859375000 +-0.124023437500 +0.067871093750 +0.120117187500 +0.206054687500 +-0.060546875000 +-0.462890625000 +0.250000000000 +-0.089843750000 +0.047607421875 +-0.096191406250 +0.204101562500 +-0.159179687500 +0.090820312500 +-0.425781250000 +-0.050048828125 +-0.234375000000 +0.006378173828 +-0.229492187500 +0.006408691406 +-0.031738281250 +-0.143554687500 +-0.124023437500 +0.011901855469 +0.178710937500 +0.029785156250 +0.038818359375 +-0.199218750000 +-0.125976562500 +0.113769531250 +-0.111328125000 +-0.154296875000 +-0.257812500000 +-0.022094726562 +-0.167968750000 +-0.216796875000 +0.022460937500 +0.263671875000 +-0.671875000000 +0.082519531250 +-0.164062500000 +-0.121582031250 +-0.114746093750 +-0.143554687500 +-0.115234375000 +-0.029541015625 +0.086914062500 +-0.074218750000 +0.213867187500 +0.015625000000 +0.062500000000 +-0.030395507812 +-0.277343750000 +-0.073730468750 +-0.269531250000 +-0.020751953125 +-0.015563964844 +-0.175781250000 +0.052001953125 +-0.198242187500 +-0.102539062500 +-0.210937500000 +-0.128906250000 +-0.074707031250 +-0.231445312500 +0.049072265625 +0.044433593750 +-0.062011718750 +0.011047363281 +-0.040527343750 +-0.160156250000 +0.199218750000 +0.061523437500 +-0.029052734375 +-0.213867187500 +0.216796875000 +-0.108886718750 +0.038574218750 +-0.076660156250 +-0.038085937500 +0.235351562500 +-0.029907226562 +-0.237304687500 +-0.072753906250 +0.006805419922 +0.049316406250 +-0.086425781250 +0.029663085938 +0.136718750000 +-0.022827148438 +0.097656250000 +-0.185546875000 +-0.202148437500 +0.019042968750 +0.148437500000 +-0.086425781250 +-0.198242187500 +0.034423828125 +0.039550781250 +-0.267578125000 +0.054687500000 +0.190429687500 +-0.550781250000 +-0.269531250000 +0.172851562500 +-0.271484375000 +-0.026489257812 +-0.131835937500 +-0.130859375000 +0.014648437500 +0.000949859619 +0.090820312500 +0.086425781250 +-0.006134033203 +0.164062500000 +-0.074218750000 +-0.180664062500 +0.035888671875 +-0.515625000000 +0.058105468750 +0.035156250000 +-0.064941406250 +-0.237304687500 +-0.050781250000 +-0.090820312500 +-0.207031250000 +-0.110351562500 +0.017578125000 +-0.150390625000 +-0.051513671875 +0.030029296875 +-0.122558593750 +-0.207031250000 +0.062988281250 +-0.396484375000 +-0.064941406250 +0.066894531250 +-0.067382812500 +0.098144531250 +-0.281250000000 +-0.037109375000 +-0.073730468750 +-0.287109375000 +0.026733398438 +0.209960937500 +-0.057373046875 +-0.148437500000 +-0.014160156250 +-0.062500000000 +-0.143554687500 +0.177734375000 +0.132812500000 +-0.013366699219 +0.145507812500 +0.119628906250 +-0.035156250000 +-0.179687500000 +0.133789062500 +-0.159179687500 +0.015014648438 +-0.074707031250 +-0.136718750000 +-0.001533508301 +-0.227539062500 +-0.036376953125 +0.062500000000 +-0.184570312500 +-0.304687500000 +0.037841796875 +0.033203125000 +0.121093750000 +-0.097656250000 +0.104980468750 +-0.064941406250 +-0.343750000000 +0.058105468750 +-0.398437500000 +0.140625000000 +0.051025390625 +-0.010864257812 +-0.042968750000 +-0.019165039062 +-0.496093750000 +0.078613281250 +0.132812500000 +0.044677734375 +-0.285156250000 +-0.007720947266 +-0.101074218750 +0.045166015625 +-0.337890625000 +-0.155273437500 +-0.077148437500 +0.079101562500 +0.031250000000 +0.224609375000 +-0.195312500000 +-0.070800781250 +-0.043212890625 +0.117187500000 +0.093261718750 +0.015991210938 +0.046875000000 +-0.135742187500 +0.259765625000 +-0.199218750000 +-0.171875000000 +0.036376953125 +0.059326171875 +-0.064941406250 +-0.020996093750 +-0.025146484375 +-0.100097656250 +0.110839843750 +-0.052978515625 +-0.109863281250 +-0.051269531250 +-0.016357421875 +-0.076171875000 +0.009216308594 +-0.351562500000 +0.034423828125 +-0.009155273438 +-0.015258789062 +-0.078613281250 +-0.019653320312 +0.006805419922 +-0.439453125000 +-0.150390625000 +-0.096679687500 +-0.249023437500 +-0.186523437500 +-0.166015625000 +0.102050781250 +-0.045654296875 +-0.058593750000 +0.164062500000 +0.213867187500 +0.283203125000 +0.122070312500 +-0.006469726562 +-0.118164062500 +-0.012756347656 +-0.083496093750 +-0.005310058594 +-0.084960937500 +-0.076171875000 +0.081054687500 +0.105468750000 +0.047119140625 +0.088378906250 +0.033691406250 +-0.080566406250 +-0.043457031250 +-0.318359375000 +-0.121093750000 +0.049804687500 +0.042724609375 +0.010131835938 +-0.231445312500 +-0.113769531250 +-0.058593750000 +0.064941406250 +0.104492187500 +0.073242187500 +-0.013977050781 +0.147460937500 +0.094238281250 +0.275390625000 +-0.105468750000 +0.097656250000 +0.052734375000 +-0.010620117188 +-0.039306640625 +-0.041503906250 +0.086425781250 +0.099121093750 +-0.088378906250 +0.054443359375 +-0.018920898438 +0.092285156250 +-0.053710937500 +-0.011962890625 +-0.166015625000 +-0.217773437500 +-0.011291503906 +-0.308593750000 +0.023193359375 +-0.158203125000 +0.041748046875 +-0.042236328125 +-0.126953125000 +-0.084472656250 +-0.211914062500 +0.065917968750 +-0.174804687500 +-0.109863281250 +-0.022583007812 +0.098144531250 +-0.105468750000 +0.075683593750 +-0.063476562500 +-0.208007812500 +-0.133789062500 +0.181640625000 +0.017822265625 +-0.031005859375 +-0.149414062500 +0.163085937500 +-0.011840820312 +0.145507812500 +0.133789062500 +-0.093261718750 +0.020751953125 +-0.020874023438 +-0.010253906250 +0.065917968750 +-0.051513671875 +-0.029663085938 +-0.100097656250 +0.085449218750 +-0.024414062500 +-0.125976562500 +0.067382812500 +-0.107910156250 +0.164062500000 +0.031494140625 +-0.128906250000 +-0.053222656250 +0.029907226562 +0.054931640625 +0.124511718750 +-0.261718750000 +0.025512695312 +0.121093750000 +-0.027099609375 +-0.069335937500 +-0.110351562500 +-0.124511718750 +0.026000976562 +0.044677734375 +-0.070800781250 +-0.092773437500 +-0.184570312500 +-0.155273437500 +0.072265625000 +-0.042724609375 +-0.217773437500 +-0.141601562500 +-0.004058837891 +-0.065429687500 +0.021850585938 +-0.099609375000 +-0.035888671875 +0.108398437500 +-0.292968750000 +-0.196289062500 +0.004119873047 +-0.188476562500 +-0.302734375000 +-0.030761718750 +0.115234375000 +-0.050781250000 +-0.251953125000 +-0.198242187500 +-0.071777343750 +0.165039062500 +-0.040039062500 +0.089843750000 +-0.056396484375 +0.056396484375 +0.023315429688 +-0.012451171875 +0.161132812500 +-0.139648437500 +0.105957031250 +-0.012207031250 +0.097656250000 +-0.005798339844 +-0.046386718750 +-0.128906250000 +-0.289062500000 +0.154296875000 +-0.039794921875 +-0.237304687500 +0.100097656250 +0.007659912109 +-0.059570312500 +-0.550781250000 +-0.101562500000 +-0.179687500000 +-0.330078125000 +-0.192382812500 +0.294921875000 +-0.054443359375 +-0.345703125000 +-0.380859375000 +-0.031494140625 +-0.193359375000 +0.020385742188 +-0.128906250000 +-0.043701171875 +-0.113281250000 +0.196289062500 +0.175781250000 +0.090332031250 +-0.091796875000 +0.206054687500 +0.000545501709 +-0.177734375000 +0.168945312500 +0.292968750000 +-0.710937500000 +-0.072265625000 +-0.148437500000 +-0.071289062500 +0.094238281250 +0.010498046875 +0.145507812500 +-0.168945312500 +0.296875000000 +-0.127929687500 +-0.202148437500 +-0.141601562500 +0.182617187500 +-0.011474609375 +0.032714843750 +0.234375000000 +0.128906250000 +-0.097167968750 +-0.494140625000 +-0.079589843750 +-0.738281250000 +-0.000621795654 +-0.063476562500 +-0.037353515625 +-0.173828125000 +-0.035888671875 +0.003433227539 +0.300781250000 +-0.174804687500 +0.042236328125 +-0.205078125000 +-0.228515625000 +0.032470703125 +-0.110839843750 +-0.269531250000 +0.111816406250 +-0.165039062500 +-0.158203125000 +-0.002487182617 +0.198242187500 +-0.285156250000 +-0.248046875000 +-0.285156250000 +-0.149414062500 +-0.154296875000 +-0.049560546875 +0.073730468750 +0.009277343750 +-0.408203125000 +-0.076171875000 +-0.058105468750 +-0.076660156250 +-0.186523437500 +0.017578125000 +-0.084960937500 +0.150390625000 +-0.071289062500 +-0.032226562500 +0.092285156250 +-0.041259765625 +-0.054931640625 +-0.003280639648 +0.009704589844 +0.088867187500 +-0.386718750000 +-0.062255859375 +-0.071289062500 +-0.169921875000 +0.261718750000 +0.096679687500 +-0.089355468750 +0.194335937500 +-0.075195312500 +-0.148437500000 +0.090332031250 +-0.241210937500 +0.091796875000 +0.108886718750 +-0.129882812500 +0.003570556641 +0.363281250000 +0.224609375000 +-0.886718750000 +0.003677368164 +-0.211914062500 +-0.069335937500 +-0.058349609375 +-0.062988281250 +-0.324218750000 +-0.041015625000 +0.099609375000 +0.257812500000 +-0.367187500000 +0.137695312500 +-0.032714843750 +-0.233398437500 +-0.073730468750 +-0.012390136719 +-0.285156250000 +-0.067382812500 +0.055419921875 +0.035400390625 +-0.012145996094 +0.143554687500 +-0.057617187500 +-0.156250000000 +-0.101074218750 +-0.080078125000 +0.127929687500 +0.083007812500 +-0.011840820312 +0.122070312500 +-0.033935546875 +0.075683593750 +-0.089843750000 +0.017944335938 +-0.102050781250 +0.028320312500 +-0.058349609375 +0.004760742188 +0.015563964844 +-0.108886718750 +-0.118652343750 +-0.016479492188 +0.005401611328 +-0.129882812500 +-0.044433593750 +-0.223632812500 +-0.248046875000 +-0.164062500000 +-0.122070312500 +0.204101562500 +0.012817382812 +-0.016601562500 +-0.047851562500 +0.143554687500 +-0.306640625000 +0.114746093750 +-0.198242187500 +-0.187500000000 +-0.005706787109 +0.085449218750 +-0.214843750000 +0.006835937500 +0.119628906250 +0.133789062500 +-0.531250000000 +-0.071289062500 +0.233398437500 +-0.156250000000 +-0.098144531250 +-0.188476562500 +-0.236328125000 +-0.211914062500 +0.038330078125 +0.092773437500 +-0.128906250000 +-0.015014648438 +0.026123046875 +-0.251953125000 +-0.330078125000 +0.112304687500 +-0.384765625000 +-0.316406250000 +0.005462646484 +-0.145507812500 +0.052978515625 +-0.011718750000 +0.099609375000 +-0.204101562500 +-0.308593750000 +0.182617187500 +0.027709960938 +0.067382812500 +-0.308593750000 +0.165039062500 +-0.047363281250 +0.126953125000 +0.133789062500 +-0.205078125000 +0.013977050781 +-0.058837890625 +-0.312500000000 +0.128906250000 +0.133789062500 +-0.402343750000 +-0.578125000000 +-0.115234375000 +-0.398437500000 +-0.053466796875 +-0.092285156250 +-0.149414062500 +-0.429687500000 +0.196289062500 +0.100097656250 +-0.044677734375 +0.190429687500 +0.104492187500 +0.187500000000 +0.244140625000 +0.229492187500 +-0.020019531250 +-0.396484375000 +-0.193359375000 +-0.335937500000 +0.052246093750 +0.138671875000 +-0.034179687500 +-0.151367187500 +0.128906250000 +-0.695312500000 +0.014648437500 +0.101562500000 +-0.178710937500 +0.041259765625 +-0.215820312500 +-0.300781250000 +-0.023803710938 +-0.310546875000 +0.093750000000 +-0.298828125000 +-0.111328125000 +-0.170898437500 +-0.071777343750 +0.012878417969 +0.066894531250 +-0.159179687500 +0.028564453125 +0.205078125000 +-0.041503906250 +-0.131835937500 +-0.198242187500 +0.158203125000 +-0.279296875000 +-0.225585937500 +0.201171875000 +0.103027343750 +0.094238281250 +-0.337890625000 +0.156250000000 +-0.031250000000 +-0.030029296875 +0.041503906250 +-0.032470703125 +0.078613281250 +-0.080078125000 +-0.169921875000 +-0.294921875000 +0.039550781250 +-0.166015625000 +-0.542968750000 +-0.077148437500 +-0.138671875000 +0.013366699219 +0.003356933594 +0.097656250000 +-0.683593750000 +-0.121582031250 +0.343750000000 +0.102539062500 +-0.105957031250 +0.025512695312 +0.021606445312 +-0.126953125000 +0.215820312500 +0.100585937500 +-0.226562500000 +-0.225585937500 +-0.133789062500 +0.011352539062 +-0.130859375000 +-0.099121093750 +0.114257812500 +-0.186523437500 +-0.224609375000 +0.196289062500 +0.045654296875 +-0.104980468750 +0.060791015625 +0.169921875000 +-0.378906250000 +-0.333984375000 +-0.082031250000 +-0.048583984375 +0.104003906250 +0.045166015625 +0.003143310547 +-0.339843750000 +0.001052856445 +-0.015991210938 +0.159179687500 +0.057861328125 +0.104980468750 +0.018432617188 +0.140625000000 +-0.035156250000 +0.105957031250 +-0.265625000000 +-0.028564453125 +0.205078125000 +-0.033691406250 +-0.027954101562 +-0.008972167969 +0.045410156250 +0.123535156250 +-0.250000000000 +-0.029663085938 +-0.161132812500 +-0.108886718750 +-0.044433593750 +0.077148437500 +0.078613281250 +-0.102050781250 +0.053955078125 +-0.742187500000 +-0.049560546875 +-0.035156250000 +0.078613281250 +-0.145507812500 +-0.130859375000 +-0.625000000000 +-0.168945312500 +0.181640625000 +-0.176757812500 +-0.052734375000 +0.056396484375 +0.040527343750 +-0.176757812500 +0.036132812500 +-0.041992187500 +-0.271484375000 +-0.216796875000 +-0.245117187500 +0.046630859375 +0.055175781250 +0.044189453125 +0.139648437500 +-0.170898437500 +0.011169433594 +0.058837890625 +-0.142578125000 +-0.012145996094 +0.226562500000 +0.343750000000 +-0.308593750000 +-0.535156250000 +-0.390625000000 +-0.193359375000 +-0.053710937500 +-0.067382812500 +0.031250000000 +-0.074218750000 +-0.126953125000 +-0.165039062500 +0.105957031250 +0.191406250000 +-0.054443359375 +0.065917968750 +-0.089355468750 +0.135742187500 +-0.237304687500 +0.091796875000 +-0.030639648438 +0.071777343750 +0.023315429688 +0.100097656250 +-0.099609375000 +-0.087890625000 +0.113769531250 +-0.105468750000 +-0.250000000000 +-0.068847656250 +-0.101562500000 +-0.107421875000 +0.008422851562 +-0.090332031250 +0.211914062500 +0.098144531250 +-0.781250000000 +-0.086425781250 +0.265625000000 +-0.028930664062 +0.146484375000 +0.005889892578 +-0.221679687500 +-0.427734375000 +-0.097656250000 +-0.081542968750 +-0.243164062500 +0.010192871094 +-0.016845703125 +-0.039550781250 +-0.193359375000 +-0.003219604492 +-0.206054687500 +-0.203125000000 +-0.141601562500 +-0.128906250000 +-0.065917968750 +-0.104980468750 +-0.079101562500 +0.101562500000 +-0.008605957031 +0.099609375000 +0.001159667969 +0.218750000000 +-0.010131835938 +0.123046875000 +0.121093750000 +0.253906250000 +-0.033935546875 +0.090820312500 +0.014587402344 +0.003097534180 +-0.013793945312 +0.228515625000 +0.182617187500 +0.003860473633 +0.179687500000 +0.025512695312 +0.072265625000 +-0.007812500000 +-0.023193359375 +0.009521484375 +0.333984375000 +0.150390625000 +-0.597656250000 +-0.109863281250 +-0.341796875000 +-0.016601562500 +0.052978515625 +-0.156250000000 +-0.191406250000 +-0.129882812500 +0.127929687500 +-0.392578125000 +-0.002975463867 +0.014831542969 +-0.147460937500 +-0.003814697266 +0.078125000000 +-0.068847656250 +-0.008544921875 +-0.053955078125 +-0.410156250000 +-0.059814453125 +-0.012512207031 +-0.052490234375 +0.143554687500 +-0.019653320312 +0.180664062500 +0.225585937500 +-0.026245117188 +-0.114746093750 +-0.143554687500 +0.156250000000 +-0.012695312500 +0.076171875000 +0.197265625000 +0.194335937500 +0.119628906250 +0.019409179688 +-0.050292968750 +0.159179687500 +0.127929687500 +-0.057128906250 +0.332031250000 +0.123535156250 +-0.048339843750 +-0.287109375000 +0.058105468750 +-0.016235351562 +-0.049804687500 +-0.112792968750 +0.047363281250 +-0.156250000000 +0.010559082031 +-0.019409179688 +0.010253906250 +0.135742187500 +0.212890625000 +-0.213867187500 +-0.017089843750 +0.029296875000 +-0.002151489258 +-0.128906250000 +-0.492187500000 +0.096191406250 +0.184570312500 +0.153320312500 +-0.585937500000 +-0.275390625000 +-0.314453125000 +-0.110351562500 +-0.130859375000 +-0.056396484375 +-0.112304687500 +-0.251953125000 +-0.024902343750 +-0.257812500000 +-0.043701171875 +0.051025390625 +-0.470703125000 +0.116210937500 +0.087402343750 +0.292968750000 +-0.339843750000 +0.023315429688 +0.063476562500 +0.108398437500 +0.025756835938 +-0.024536132812 +-0.000503540039 +-0.330078125000 +-0.025024414062 +-0.048095703125 +-0.083007812500 +-0.094726562500 +0.001899719238 +0.122558593750 +-0.147460937500 +-0.180664062500 +0.089843750000 +0.006469726562 +-0.096191406250 +-0.076171875000 +-0.083984375000 +-0.010070800781 +0.030395507812 +-0.196289062500 +0.016235351562 +-0.036621093750 +0.003677368164 +-0.337890625000 +-0.294921875000 +-0.230468750000 +-0.063964843750 +-0.289062500000 +-0.203125000000 +-0.239257812500 +0.017211914062 +0.028930664062 +-0.115722656250 +-0.010864257812 +0.057617187500 +-0.024658203125 +-0.149414062500 +-0.104980468750 +-0.169921875000 +-0.328125000000 +-0.211914062500 +-0.068847656250 +-0.259765625000 +0.018432617188 +-0.390625000000 +-0.104003906250 +-0.166015625000 +-0.001884460449 +-0.045166015625 +0.129882812500 +0.121582031250 +0.060058593750 +-0.204101562500 +-0.001670837402 +-0.127929687500 +-0.092773437500 +-0.182617187500 +0.079101562500 +-0.023315429688 +0.106445312500 +-0.332031250000 +-0.166992187500 +0.205078125000 +0.147460937500 +0.001113891602 +0.093750000000 +0.058349609375 +-0.455078125000 +-0.251953125000 +-0.226562500000 +-0.045898437500 +-0.086425781250 +0.137695312500 +-0.044433593750 +0.046386718750 +-0.174804687500 +-0.093750000000 +-0.086914062500 +-0.090332031250 +-0.061767578125 +0.032470703125 +0.067871093750 +-0.025512695312 +-0.132812500000 +-0.212890625000 +0.132812500000 +0.027954101562 +-0.435546875000 +-0.108886718750 +-0.102050781250 +-0.005676269531 +-0.300781250000 +-0.507812500000 +-0.062988281250 +-0.173828125000 +-0.024536132812 +-0.281250000000 +-0.083496093750 +-0.110351562500 +0.067382812500 +-0.233398437500 +0.033691406250 +0.084472656250 +-0.337890625000 +-0.273437500000 +-0.234375000000 +-0.298828125000 +0.038085937500 +-0.644531250000 +-0.014038085938 +-0.082031250000 +0.190429687500 +-0.132812500000 +-0.117187500000 +0.128906250000 +0.117675781250 +-0.265625000000 +0.049316406250 +0.051269531250 +-0.361328125000 +-0.004821777344 +-0.155273437500 +0.015380859375 +-0.009765625000 +-0.215820312500 +-0.047851562500 +0.042480468750 +-0.085937500000 +-0.061035156250 +-0.259765625000 +0.067382812500 +0.003082275391 +-0.205078125000 +-0.088867187500 +0.078613281250 +0.034423828125 +0.253906250000 +-0.233398437500 +0.007812500000 +0.180664062500 +-0.255859375000 +-0.208007812500 +0.012268066406 +-0.006744384766 +0.078125000000 +-0.158203125000 +-0.081542968750 +0.095214843750 +-0.108886718750 +0.154296875000 +-0.001182556152 +-0.152343750000 +-0.100097656250 +0.093750000000 +-0.113769531250 +0.037109375000 +-0.406250000000 +0.031738281250 +-0.152343750000 +-0.090332031250 +-0.237304687500 +0.065917968750 +-0.281250000000 +0.128906250000 +-0.114257812500 +0.129882812500 +0.152343750000 +-0.147460937500 +-0.367187500000 +-0.166015625000 +0.087402343750 +-0.273437500000 +-0.263671875000 +0.050048828125 +-0.137695312500 +0.166015625000 +-0.190429687500 +0.066894531250 +0.101562500000 +0.060302734375 +-0.289062500000 +-0.075195312500 +0.176757812500 +-0.671875000000 +-0.133789062500 +-0.250000000000 +0.127929687500 +0.005981445312 +-0.030639648438 +-0.026733398438 +-0.052734375000 +0.082031250000 +0.125976562500 +-0.048583984375 +0.182617187500 +0.223632812500 +-0.088378906250 +0.060302734375 +0.122558593750 +0.041259765625 +0.126953125000 +-0.142578125000 +0.029174804688 +0.040283203125 +-0.086425781250 +-0.134765625000 +0.085449218750 +-0.017944335938 +-0.035400390625 +-0.191406250000 +-0.082031250000 +0.077148437500 +-0.269531250000 +0.194335937500 +0.101074218750 +-0.269531250000 +-0.165039062500 +-0.234375000000 +-0.113769531250 +0.135742187500 +-0.742187500000 +-0.002304077148 +0.087402343750 +-0.089843750000 +-0.092773437500 +-0.263671875000 +-0.025512695312 +0.115722656250 +0.007415771484 +0.130859375000 +0.127929687500 +-0.156250000000 +-0.135742187500 +-0.065917968750 +-0.024047851562 +-0.140625000000 +-0.022583007812 +0.141601562500 +-0.195312500000 +0.171875000000 +0.038085937500 +0.117187500000 +0.034667968750 +0.127929687500 +-0.003967285156 +-0.030883789062 +0.093750000000 +-0.122558593750 +-0.012084960938 +-0.371093750000 +0.124511718750 +-0.025878906250 +0.107910156250 +0.088867187500 +-0.179687500000 +-0.042968750000 +0.013244628906 +-0.010314941406 +0.253906250000 +0.143554687500 +0.098144531250 +0.163085937500 +0.091308593750 +-0.007263183594 +-0.031250000000 +-0.007263183594 +0.069335937500 +0.027343750000 +0.241210937500 +0.006744384766 +0.188476562500 +-0.017944335938 +0.013916015625 +-0.165039062500 +-0.006378173828 +0.119628906250 +-0.004821777344 +0.162109375000 +0.128906250000 +-0.373046875000 +-0.107421875000 +-0.183593750000 +0.134765625000 +0.165039062500 +-0.707031250000 +0.125000000000 +0.326171875000 +-0.033447265625 +-0.139648437500 +0.038085937500 +0.291015625000 +0.055175781250 +0.130859375000 +0.103027343750 +-0.006805419922 +-0.028930664062 +0.019042968750 +0.080566406250 +-0.314453125000 +0.026733398438 +0.046142578125 +0.196289062500 +0.011901855469 +0.063964843750 +0.002182006836 +0.128906250000 +0.004791259766 +-0.104492187500 +0.191406250000 +-0.091308593750 +0.042968750000 +-0.098144531250 +-0.028686523438 +0.068847656250 +-0.199218750000 +0.088378906250 +-0.025390625000 +0.040527343750 +-0.048583984375 +0.009948730469 +0.220703125000 +0.097656250000 +0.021484375000 +-0.090820312500 +0.100585937500 +0.127929687500 +-0.023925781250 +0.068847656250 +-0.030883789062 +0.023071289062 +-0.087890625000 +-0.281250000000 +0.096679687500 +0.119140625000 +-0.083984375000 +0.051513671875 +0.153320312500 +-0.083007812500 +0.092773437500 +0.022949218750 +0.074707031250 +0.018066406250 +0.100585937500 +-0.208007812500 +0.099609375000 +0.007598876953 +0.064453125000 +-0.152343750000 +0.092285156250 +-0.197265625000 +-0.306640625000 +0.087402343750 +-0.086425781250 +0.084960937500 +-0.046630859375 +-0.127929687500 +-0.074218750000 +-0.408203125000 +0.224609375000 +-0.159179687500 +0.021118164062 +0.095703125000 +-0.157226562500 +-0.157226562500 +0.122558593750 +-0.233398437500 +0.022094726562 +0.085449218750 +-0.086425781250 +-0.045898437500 +-0.349609375000 +0.082031250000 +-0.093261718750 +0.058349609375 +0.023925781250 +0.020629882812 +0.019531250000 +-0.130859375000 +0.124511718750 +0.080078125000 +-0.414062500000 +-0.018188476562 +-0.201171875000 +0.190429687500 +0.160156250000 +-0.045166015625 +0.026123046875 +0.060791015625 +-0.369140625000 +-0.089355468750 +-0.225585937500 +0.152343750000 +-0.077148437500 +-0.097656250000 +-0.255859375000 +-0.181640625000 +0.077148437500 +0.052978515625 +-0.213867187500 +0.024536132812 +0.080566406250 +-0.191406250000 +-0.013061523438 +-0.156250000000 +0.119628906250 +-0.138671875000 +0.028930664062 +-0.078613281250 +0.143554687500 +-0.275390625000 +0.189453125000 +-0.038574218750 +-0.511718750000 +-0.067871093750 +-0.190429687500 +0.000310897827 +0.022094726562 +0.150390625000 +-0.365234375000 +0.000949859619 +-0.162109375000 +-0.353515625000 +-0.064453125000 +0.045166015625 +-0.333984375000 +0.034179687500 +-0.002807617188 +-0.091308593750 +0.002944946289 +0.214843750000 +-0.153320312500 +0.135742187500 +-0.220703125000 +0.079101562500 +-0.660156250000 +0.033935546875 +-0.245117187500 +0.076660156250 +-0.026977539062 +0.054199218750 +0.037841796875 +-0.036865234375 +0.250000000000 +0.071289062500 +-0.206054687500 +-0.162109375000 +0.038085937500 +0.088867187500 +0.119628906250 +0.257812500000 +0.034423828125 +0.240234375000 +-0.574218750000 +-0.125976562500 +-0.030395507812 +0.090332031250 +-0.123535156250 +-0.112792968750 +-0.047119140625 +-0.062255859375 +-0.186523437500 +0.052734375000 +0.011474609375 +-0.001350402832 +-0.009643554688 +0.058105468750 +-0.011108398438 +-0.064453125000 +0.163085937500 +-0.117675781250 +-0.136718750000 +-0.026977539062 +-0.093261718750 +-0.153320312500 +-0.005981445312 +0.069335937500 +-0.558593750000 +-0.007781982422 +0.143554687500 +-0.096679687500 +0.138671875000 +0.121582031250 +-0.441406250000 +0.174804687500 +0.121582031250 +-0.178710937500 +-0.108886718750 +0.047119140625 +-0.156250000000 +-0.130859375000 +0.170898437500 +-0.054443359375 +-0.077148437500 +0.099609375000 +-0.092773437500 +0.076171875000 +-0.125976562500 +-0.026611328125 +-0.507812500000 +0.038085937500 +-0.035644531250 +0.015869140625 +-0.066894531250 +0.102050781250 +0.024414062500 +-0.075683593750 +0.097167968750 +-0.142578125000 +-0.131835937500 +-0.382812500000 +0.144531250000 +0.186523437500 +0.105957031250 +-0.003677368164 +-0.205078125000 +-0.039062500000 +-0.419921875000 +-0.059082031250 +0.025024414062 +0.145507812500 +-0.022094726562 +-0.137695312500 +-0.191406250000 +-0.050048828125 +0.056640625000 +-0.244140625000 +0.013183593750 +-0.038574218750 +0.140625000000 +-0.052490234375 +0.038330078125 +-0.239257812500 +-0.075683593750 +0.059326171875 +-0.058593750000 +-0.068847656250 +0.028686523438 +-0.028808593750 +-0.117675781250 +-0.008605957031 +-0.486328125000 +-0.093261718750 +0.143554687500 +-0.173828125000 +-0.127929687500 +0.218750000000 +-0.431640625000 +0.066894531250 +-0.097656250000 +-0.174804687500 +-0.180664062500 +0.036865234375 +0.255859375000 +0.036865234375 +0.099121093750 +0.074707031250 +-0.261718750000 +0.114746093750 +0.009521484375 +-0.172851562500 +-0.127929687500 +-0.035888671875 +-0.578125000000 +-0.070800781250 +-0.149414062500 +0.029907226562 +-0.104980468750 +0.059814453125 +-0.058349609375 +-0.080078125000 +0.157226562500 +-0.322265625000 +-0.392578125000 +0.023071289062 +0.134765625000 +0.084960937500 +-0.103027343750 +-0.016601562500 +0.052978515625 +-0.064453125000 +-0.660156250000 +-0.001541137695 +-0.009582519531 +0.100097656250 +-0.079589843750 +-0.080078125000 +-0.056152343750 +-0.052978515625 +0.019775390625 +-0.123535156250 +0.147460937500 +0.089355468750 +0.021972656250 +-0.102050781250 +0.035644531250 +0.009704589844 +-0.406250000000 +0.137695312500 +-0.038574218750 +0.011779785156 +-0.021240234375 +0.108398437500 +0.065917968750 +0.037597656250 +-0.045166015625 +-0.031250000000 +0.180664062500 +0.076660156250 +-0.055908203125 +-0.124511718750 +-0.373046875000 +-0.013488769531 +0.149414062500 +-0.062011718750 +-0.059326171875 +-0.017089843750 +-0.141601562500 +-0.265625000000 +0.038085937500 +0.014831542969 +-0.215820312500 +-0.239257812500 +0.125976562500 +-0.136718750000 +0.041259765625 +-0.068847656250 +-0.251953125000 +-0.142578125000 +0.034179687500 +-0.027465820312 +-0.102539062500 +0.052490234375 +0.067382812500 +0.039306640625 +0.210937500000 +-0.326171875000 +-0.057128906250 +0.218750000000 +0.068847656250 +0.056396484375 +0.018676757812 +0.199218750000 +0.103027343750 +-0.341796875000 +-0.488281250000 +-0.051025390625 +-0.257812500000 +0.097656250000 +0.010681152344 +-0.150390625000 +-0.045654296875 +-0.046386718750 +-0.103515625000 +-0.110839843750 +-0.032714843750 +0.088378906250 +-0.044433593750 +-0.127929687500 +-0.115234375000 +0.160156250000 +-0.235351562500 +0.040283203125 +0.049316406250 +-0.255859375000 +0.000471115112 +0.034667968750 +0.209960937500 +-0.042480468750 +0.259765625000 +-0.247070312500 +0.028564453125 +0.016479492188 +0.083007812500 +-0.209960937500 +-0.133789062500 +-0.023437500000 +-0.047119140625 +-0.026855468750 +-0.229492187500 +-0.132812500000 +0.062988281250 +-0.103027343750 +-0.208007812500 +0.080078125000 +0.013854980469 +-0.402343750000 +0.106445312500 +-0.005645751953 +-0.003585815430 +-0.172851562500 +-0.707031250000 +-0.074707031250 +-0.156250000000 +-0.069824218750 +-0.232421875000 +-0.054443359375 +0.105957031250 +0.019531250000 +0.174804687500 +-0.029052734375 +-0.002120971680 +0.148437500000 +-0.011779785156 +0.031494140625 +0.127929687500 +0.143554687500 +0.034912109375 +-0.273437500000 +-0.019042968750 +-0.012756347656 +-0.186523437500 +-0.004608154297 +-0.135742187500 +0.188476562500 +0.053710937500 +-0.121093750000 +-0.076660156250 +-0.080566406250 +0.077636718750 +-0.010314941406 +0.093261718750 +-0.010070800781 +-0.166015625000 +0.172851562500 +-0.153320312500 +0.092773437500 +0.039062500000 +-0.187500000000 +-0.210937500000 +-0.035156250000 +-0.077148437500 +0.056396484375 +0.046142578125 +-0.277343750000 +-0.005828857422 +0.067871093750 +-0.028686523438 +-0.324218750000 +0.359375000000 +-0.162109375000 +-0.310546875000 +0.116210937500 +-0.221679687500 +0.004119873047 +-0.001068115234 +-0.199218750000 +-0.094726562500 +-0.012268066406 +0.129882812500 +-0.484375000000 +-0.048339843750 +0.068847656250 +0.012145996094 +-0.208984375000 +-0.496093750000 +-0.172851562500 +-0.193359375000 +0.009033203125 +-0.111328125000 +-0.001625061035 +-0.063476562500 +0.041748046875 +-0.306640625000 +0.269531250000 +-0.312500000000 +0.037353515625 +0.239257812500 +-0.022338867188 +-0.152343750000 +-0.037841796875 +-0.179687500000 +0.003036499023 +-0.031005859375 +0.008117675781 +0.115234375000 +0.149414062500 +-0.219726562500 +0.100585937500 +0.116210937500 +-0.170898437500 +0.202148437500 +0.024047851562 +-0.123046875000 +-0.075195312500 +-0.099121093750 +0.081542968750 +0.032714843750 +0.113281250000 +0.088378906250 +0.067871093750 +0.130859375000 +-0.030273437500 +-0.126953125000 +-0.019409179688 +-0.065429687500 +-0.122558593750 +0.171875000000 +0.075195312500 +-0.025390625000 +0.040771484375 +-0.298828125000 +0.076171875000 +0.223632812500 +-0.080566406250 +0.217773437500 +-0.095214843750 +0.021606445312 +-0.271484375000 +-0.179687500000 +-0.034423828125 +-0.077636718750 +-0.129882812500 +0.291015625000 +-0.068847656250 +-0.057617187500 +0.029907226562 +-0.058593750000 +0.065917968750 +-0.435546875000 +0.111816406250 +0.244140625000 +-0.261718750000 +-0.000478744507 +-0.033691406250 +0.064941406250 +-0.125976562500 +0.137695312500 +0.110839843750 +-0.032958984375 +0.057128906250 +0.107910156250 +0.088378906250 +0.024536132812 +0.078613281250 +0.166992187500 +0.086425781250 +0.090820312500 +0.158203125000 +0.182617187500 +-0.026367187500 +0.087890625000 +0.181640625000 +-0.060791015625 +0.166015625000 +0.074707031250 +0.099121093750 +0.050292968750 +0.036621093750 +0.020141601562 +-0.003280639648 +-0.265625000000 +0.004058837891 +-0.308593750000 +-0.089843750000 +-0.326171875000 +0.086914062500 +-0.039306640625 +0.005004882812 +0.061279296875 +-0.015869140625 +-0.015869140625 +-0.027954101562 +-0.072265625000 +-0.079101562500 +-0.030517578125 +0.018676757812 +0.083496093750 +-0.081054687500 +0.048095703125 +-0.008850097656 +-0.021118164062 +-0.550781250000 +-0.231445312500 +-0.141601562500 +0.076660156250 +-0.151367187500 +0.004364013672 +0.087890625000 +-0.178710937500 +-0.142578125000 +-0.294921875000 +-0.081054687500 +-0.114257812500 +-0.332031250000 +0.117675781250 +-0.531250000000 +0.007598876953 +-0.026367187500 +-0.125000000000 +-0.109863281250 +-0.146484375000 +-0.077148437500 +0.059326171875 +-0.265625000000 +0.088867187500 +-0.035888671875 +-0.156250000000 +0.122558593750 +-0.240234375000 +-0.124511718750 +0.090820312500 +0.079589843750 +-0.107910156250 +0.010620117188 +0.009155273438 +-0.007354736328 +-0.255859375000 +-0.043945312500 +-0.030517578125 +-0.021606445312 +-0.115722656250 +-0.024047851562 +0.125976562500 +0.041748046875 +-0.145507812500 +0.146484375000 +-0.234375000000 +-0.154296875000 +0.156250000000 +-0.021118164062 +0.054687500000 +-0.129882812500 +0.202148437500 +-0.089843750000 +-0.285156250000 +0.056884765625 +-0.087402343750 +-0.079589843750 +-0.061523437500 +0.069824218750 +-0.072753906250 +-0.026000976562 +-0.193359375000 +0.014526367188 +-0.098632812500 +-0.269531250000 +0.033935546875 +0.026367187500 +0.016235351562 +-0.025268554688 +-0.324218750000 +0.039306640625 +0.007934570312 +-0.047119140625 +-0.103515625000 +-0.147460937500 +0.154296875000 +-0.188476562500 +-0.096679687500 +0.000617980957 +-0.114746093750 +0.056396484375 +-0.640625000000 +-0.052246093750 +-0.089355468750 +0.034912109375 +-0.042480468750 +-0.482421875000 +-0.294921875000 +-0.040039062500 +-0.120605468750 +-0.085937500000 +0.087402343750 +-0.052001953125 +-0.316406250000 +0.097656250000 +-0.242187500000 +0.060546875000 +-0.259765625000 +0.107421875000 +-0.154296875000 +-0.128906250000 +-0.175781250000 +0.012451171875 +-0.095703125000 +0.105957031250 +-0.023193359375 +0.076660156250 +-0.007659912109 +-0.086914062500 +-0.048095703125 +-0.066406250000 +0.244140625000 +-0.004913330078 +0.073730468750 +-0.035888671875 +0.060546875000 +0.109863281250 +-0.341796875000 +-0.045654296875 +0.077148437500 +-0.253906250000 +-0.000675201416 +-0.137695312500 +-0.135742187500 +0.073730468750 +-0.361328125000 +0.085449218750 +-0.062255859375 +-0.171875000000 +0.010559082031 +-0.144531250000 +0.037353515625 +0.152343750000 +-0.281250000000 +-0.027587890625 +0.020263671875 +-0.177734375000 +-0.039306640625 +-0.294921875000 +0.181640625000 +0.021728515625 +-0.238281250000 +-0.013854980469 +0.029663085938 +-0.064453125000 +-0.306640625000 +0.250000000000 +0.179687500000 +0.075683593750 +-0.390625000000 +-0.228515625000 +-0.550781250000 +0.176757812500 +-0.052001953125 +-0.213867187500 +0.176757812500 +0.062988281250 +-0.597656250000 +0.032226562500 +-0.494140625000 +-0.092773437500 +-0.205078125000 +-0.060058593750 +-0.166992187500 +-0.328125000000 +-0.306640625000 +0.233398437500 +-0.235351562500 +-0.033203125000 +-0.108886718750 +-0.056884765625 +-0.035400390625 +-0.069824218750 +-0.449218750000 +-0.196289062500 +0.069335937500 +0.003234863281 +0.078613281250 +-0.123046875000 +0.059570312500 +0.097656250000 +-0.145507812500 +-0.273437500000 +0.146484375000 +-0.150390625000 +-0.069824218750 +-0.304687500000 +-0.019165039062 +0.226562500000 +-0.347656250000 +0.138671875000 +0.158203125000 +-0.024047851562 +-0.112792968750 +-0.271484375000 +-0.089355468750 +0.091796875000 +-0.203125000000 +-0.040527343750 +0.117187500000 +-0.302734375000 +0.000320434570 +-0.355468750000 +0.289062500000 +0.012756347656 +-0.289062500000 +-0.128906250000 +0.076171875000 +-0.154296875000 +-0.392578125000 +0.059814453125 +0.140625000000 +0.216796875000 +-0.404296875000 +-0.182617187500 +-0.186523437500 +-0.127929687500 +-0.019409179688 +0.030883789062 +0.027343750000 +0.089355468750 +-0.824218750000 +-0.076171875000 +-0.209960937500 +-0.094726562500 +-0.211914062500 +0.148437500000 +0.005157470703 +-0.250000000000 +-0.451171875000 +-0.051757812500 +-0.191406250000 +0.105468750000 +-0.070312500000 +0.244140625000 +0.022094726562 +-0.137695312500 +-0.419921875000 +0.039794921875 +-0.034423828125 +0.099609375000 +-0.100585937500 +0.003601074219 +-0.135742187500 +0.036621093750 +0.083496093750 +-0.103027343750 +0.115722656250 +-0.032714843750 +-0.044433593750 +-0.412109375000 +0.136718750000 +0.291015625000 +-0.214843750000 +0.157226562500 +0.119140625000 +0.050292968750 +-0.211914062500 +-0.103515625000 +-0.069335937500 +0.157226562500 +0.189453125000 +-0.052490234375 +0.139648437500 +-0.080078125000 +-0.025878906250 +-0.093261718750 +-0.025878906250 +0.061035156250 +-0.163085937500 +-0.016601562500 +0.068847656250 +-0.189453125000 +-0.047607421875 +-0.166992187500 +-0.042480468750 +0.082031250000 +-0.656250000000 +0.019653320312 +-0.105468750000 +-0.051025390625 +-0.042236328125 +-0.257812500000 +-0.116210937500 +0.137695312500 +-1.078125000000 +-0.107910156250 +0.019531250000 +-0.062500000000 +-0.077636718750 +-0.069824218750 +-0.060058593750 +-0.357421875000 +-0.302734375000 +-0.283203125000 +0.132812500000 +0.098632812500 +0.103515625000 +-0.220703125000 +-0.045654296875 +-0.133789062500 +0.041748046875 +0.039062500000 +-0.281250000000 +0.071777343750 +-0.228515625000 +0.261718750000 +0.184570312500 +-0.113281250000 +0.093261718750 +0.034912109375 +-0.052490234375 +0.148437500000 +-0.061767578125 +-0.114746093750 +0.087402343750 +0.001968383789 +0.186523437500 +0.171875000000 +0.129882812500 +-0.057861328125 +-0.115722656250 +0.046630859375 +-0.012145996094 +-0.146484375000 +0.233398437500 +-0.070312500000 +-0.118164062500 +-0.133789062500 +0.101562500000 +0.086425781250 +-0.419921875000 +0.078125000000 +0.139648437500 +-0.033203125000 +0.116210937500 +-0.188476562500 +0.049560546875 +-0.115722656250 +-0.279296875000 +0.128906250000 +-0.314453125000 +-0.071289062500 +0.104003906250 +0.098144531250 +0.281250000000 +0.013977050781 +-0.072753906250 +0.202148437500 +-0.523437500000 +-0.010253906250 +0.244140625000 +-0.077148437500 +-0.084960937500 +0.077636718750 +0.009765625000 +-0.267578125000 +-0.433593750000 +-0.404296875000 +0.244140625000 +-0.101562500000 +0.176757812500 +-0.066406250000 +-0.189453125000 +0.041992187500 +0.074218750000 +-0.062255859375 +-0.029296875000 +0.114746093750 +-0.032714843750 +0.018798828125 +-0.160156250000 +-0.021606445312 +0.023071289062 +-0.183593750000 +-0.045898437500 +0.099121093750 +-0.051025390625 +0.036376953125 +0.023315429688 +-0.043212890625 +-0.031127929688 +-0.304687500000 +-0.466796875000 +0.012390136719 +-0.032470703125 +0.029907226562 +0.065429687500 +0.008605957031 +0.125976562500 +0.046386718750 +-0.126953125000 +-0.204101562500 +-0.153320312500 +0.046875000000 +-0.107421875000 +-0.012573242188 +0.125976562500 +0.185546875000 +-0.265625000000 +-0.014831542969 +0.226562500000 +0.127929687500 +0.310546875000 +-0.080078125000 +0.142578125000 +0.431640625000 +0.002593994141 +0.209960937500 +0.033203125000 +0.149414062500 +-0.166015625000 +-0.113769531250 +-0.045898437500 +-0.010742187500 +-0.048095703125 +0.018310546875 +-0.324218750000 +0.102539062500 +-0.139648437500 +0.020141601562 +-0.030151367188 +-0.026611328125 +-0.111328125000 +0.022583007812 +-0.091308593750 +0.091796875000 +-0.056152343750 +-0.009460449219 +0.160156250000 +0.048828125000 +0.090332031250 +-0.210937500000 +0.241210937500 +-0.047363281250 +0.062255859375 +0.061035156250 +0.030761718750 +-0.127929687500 +0.067382812500 +-0.079589843750 +-0.042968750000 +0.085449218750 +0.009338378906 +0.079589843750 +-0.245117187500 +-0.083496093750 +-0.478515625000 +-0.079101562500 +-0.218750000000 +0.109375000000 +0.121582031250 +-0.061279296875 +-0.068847656250 +-0.151367187500 +0.027832031250 +-0.024780273438 +-0.322265625000 +-0.265625000000 +-0.042968750000 +-0.069824218750 +0.104980468750 +0.235351562500 +-0.084472656250 +-0.081542968750 +-0.086914062500 +0.158203125000 +-0.149414062500 +0.037353515625 +-0.025024414062 +0.154296875000 +0.120117187500 +0.052001953125 +0.036621093750 +-0.092773437500 +-0.076171875000 +0.040771484375 +0.171875000000 +0.097167968750 +-0.022583007812 +-0.208984375000 +-0.139648437500 +0.124023437500 +0.201171875000 +0.086914062500 +-0.044677734375 +-0.028564453125 +0.011596679688 +-0.161132812500 +-0.004455566406 +0.120117187500 +-0.132812500000 +0.025390625000 +0.043457031250 +-0.073242187500 +-0.059814453125 +-0.068359375000 +-0.064453125000 +-0.197265625000 +0.033935546875 +0.078125000000 +0.004791259766 +0.062011718750 +0.000089645386 +0.085937500000 +0.001541137695 +0.085449218750 +0.083007812500 +0.093750000000 +-0.353515625000 +0.173828125000 +-0.142578125000 +-0.000968933105 +-0.186523437500 +0.065917968750 +-0.050781250000 +-0.012634277344 +0.053466796875 +-0.133789062500 +0.003570556641 +-0.094238281250 +-0.198242187500 +-0.059814453125 +0.057861328125 +-0.119628906250 +-0.237304687500 +0.232421875000 +0.038085937500 +-0.048095703125 +0.010437011719 +0.085937500000 +0.194335937500 +-0.151367187500 +-0.028076171875 +-0.123535156250 +-0.019042968750 +0.111328125000 +0.002319335938 +-0.082031250000 +0.075683593750 +-0.065429687500 +-0.269531250000 +0.023559570312 +-0.038085937500 +-0.161132812500 +-0.042480468750 +0.080566406250 +0.151367187500 +-0.028442382812 +-0.041015625000 +-0.041503906250 +-0.072753906250 +-0.078125000000 +-0.013793945312 +0.131835937500 +-0.061035156250 +-0.046875000000 +0.166015625000 +-0.500000000000 +0.051757812500 +-0.271484375000 +-0.202148437500 +-0.166992187500 +0.083496093750 +0.055908203125 +-0.018798828125 +0.018188476562 +0.066894531250 +-0.113281250000 +-0.085449218750 +-0.019897460938 +0.042236328125 +0.114257812500 +-0.229492187500 +0.120605468750 +-0.130859375000 +0.101562500000 +-0.074707031250 +0.061279296875 +-0.142578125000 +-0.058837890625 +-0.051269531250 +-0.095214843750 +-0.068847656250 +-0.077148437500 +-0.141601562500 +-0.115722656250 +0.213867187500 +-0.222656250000 +0.054199218750 +-0.283203125000 +-0.058105468750 +0.019897460938 +0.164062500000 +-0.048828125000 +-0.145507812500 +-0.179687500000 +0.052001953125 +0.232421875000 +0.063964843750 +0.052246093750 +0.032226562500 +0.160156250000 +-0.004150390625 +-0.217773437500 +-0.054931640625 +-0.185546875000 +0.080566406250 +0.116699218750 +-0.066894531250 +-0.109375000000 +0.234375000000 +0.067382812500 +0.103027343750 +0.083496093750 +-0.093261718750 +0.097656250000 +0.076171875000 +0.104980468750 +-0.079101562500 +0.036376953125 +0.012145996094 +-0.001525878906 +0.063964843750 +-0.085449218750 +-0.163085937500 +-0.077148437500 +-0.044677734375 +-0.009582519531 +0.050537109375 +-0.031494140625 +0.009033203125 +0.021118164062 +-0.138671875000 +-0.011291503906 +0.101562500000 +-0.035156250000 +-0.023315429688 +-0.022094726562 +0.096679687500 +0.062500000000 +0.167968750000 +0.143554687500 +0.088378906250 +-0.090820312500 +-0.062500000000 +-0.030517578125 +-0.122558593750 +-0.148437500000 +0.097167968750 +0.006774902344 +0.098632812500 +-0.019042968750 +-0.009277343750 +0.005310058594 +-0.116210937500 +0.025390625000 +0.107421875000 +-0.150390625000 +-0.202148437500 +0.097167968750 +0.063964843750 +0.181640625000 +-0.108886718750 +-0.119140625000 +-0.068847656250 +0.144531250000 +0.095703125000 +-0.011230468750 +-0.160156250000 +-0.312500000000 +0.160156250000 +0.079101562500 +0.048095703125 +-0.040771484375 +-0.058593750000 +0.059814453125 +0.115234375000 +0.109375000000 +-0.150390625000 +-0.082519531250 +0.225585937500 +0.091308593750 +0.195312500000 +-0.029174804688 +0.021362304688 +0.150390625000 +0.178710937500 +-0.243164062500 +-0.008056640625 +-0.163085937500 +-0.037353515625 +-0.004486083984 +-0.082031250000 +-0.230468750000 +-0.077148437500 +-0.057373046875 +-0.036132812500 +-0.046142578125 +0.135742187500 +0.007568359375 +0.100585937500 +-0.038574218750 +0.057373046875 +0.065917968750 +0.138671875000 +0.040527343750 +-0.098632812500 +0.035644531250 +-0.141601562500 +0.055419921875 +-0.059814453125 +0.038574218750 +-0.012145996094 +0.096679687500 +-0.036621093750 +-0.039550781250 +0.008850097656 +0.241210937500 +-0.112792968750 +-0.022338867188 +-0.221679687500 +-0.041992187500 +0.013122558594 +0.142578125000 +0.018676757812 +0.127929687500 +0.052978515625 +0.105468750000 +-0.294921875000 +0.050048828125 +-0.160156250000 +0.010986328125 +0.169921875000 +0.026489257812 +-0.049072265625 +-0.036621093750 +-0.179687500000 +0.160156250000 +0.075683593750 +0.070800781250 +-0.067382812500 +-0.322265625000 +-0.107421875000 +0.006561279297 +-0.199218750000 +-0.109863281250 +-0.145507812500 +0.010009765625 +-0.292968750000 +0.237304687500 +0.051513671875 +-0.175781250000 +0.200195312500 +-0.363281250000 +-0.055175781250 +-0.019165039062 +0.076660156250 +0.062255859375 +-0.034179687500 +-0.001922607422 +-0.051757812500 +-0.057617187500 +-0.000157356262 +-0.060791015625 +0.017822265625 +0.191406250000 +0.125976562500 +0.031738281250 +0.107421875000 +0.019897460938 +-0.062988281250 +0.102050781250 +0.078125000000 +0.091308593750 +-0.053222656250 +-0.112792968750 +-0.136718750000 +-0.253906250000 +-0.112304687500 +0.011230468750 +-0.124511718750 +0.179687500000 +-0.045898437500 +0.188476562500 +-0.363281250000 +0.054443359375 +0.168945312500 +-0.041015625000 +0.087890625000 +0.066406250000 +0.086425781250 +-0.064453125000 +-0.096679687500 +-0.333984375000 +-0.022583007812 +0.037841796875 +0.144531250000 +0.177734375000 +-0.030395507812 +-0.087890625000 +-0.178710937500 +0.091796875000 +0.123535156250 +0.040039062500 +0.004333496094 +-0.312500000000 +-0.064453125000 +0.174804687500 +-0.439453125000 +-0.117187500000 +-0.267578125000 +-0.098632812500 +-0.119140625000 +-0.632812500000 +-0.236328125000 +-0.108398437500 +0.050292968750 +-0.030883789062 +0.173828125000 +0.080078125000 +-0.087890625000 +-0.126953125000 +0.024902343750 +-0.048828125000 +-0.052490234375 +0.035156250000 +0.039550781250 +0.026000976562 +0.029296875000 +-0.283203125000 +-0.308593750000 +0.047607421875 +0.034667968750 +0.064453125000 +-0.012390136719 +-0.117675781250 +0.020629882812 +-0.062988281250 +-0.179687500000 +-0.104980468750 +0.154296875000 +0.000177383423 +0.384765625000 +0.142578125000 +0.068359375000 +0.265625000000 +0.099609375000 +0.046875000000 +0.170898437500 +-0.002960205078 +0.120605468750 +-0.045166015625 +-0.036865234375 +-0.271484375000 +-0.291015625000 +-0.066406250000 +-0.194335937500 +-0.298828125000 +-0.175781250000 +-0.050048828125 +0.003997802734 +-0.210937500000 +-0.122070312500 +-0.886718750000 +0.131835937500 +0.081542968750 +-0.084960937500 +0.133789062500 +-0.061523437500 +0.069824218750 +-0.041748046875 +0.065917968750 +0.046875000000 +-0.055175781250 +0.047851562500 +-0.000419616699 +0.042968750000 +-0.207031250000 +0.235351562500 +-0.112304687500 +-0.308593750000 +-0.027709960938 +0.078613281250 +0.155273437500 +0.040527343750 +0.206054687500 +-0.144531250000 +-0.058837890625 +0.046386718750 +-0.072265625000 +-0.156250000000 +0.027709960938 +-0.064453125000 +-0.234375000000 +-0.243164062500 +-0.077636718750 +-0.071289062500 +0.031738281250 +0.010253906250 +-0.090820312500 +-0.070800781250 +-0.069824218750 +-0.601562500000 +-0.086914062500 +-0.078125000000 +-0.022216796875 +-0.046875000000 +0.044189453125 +-0.044921875000 +0.137695312500 +-0.142578125000 +-0.040039062500 +-0.083007812500 +0.061523437500 +0.123535156250 +-0.032226562500 +-0.072753906250 +-0.231445312500 +-0.105957031250 +-0.161132812500 +-0.151367187500 +-0.215820312500 +0.082519531250 +0.037109375000 +-0.074707031250 +-0.102050781250 +0.023681640625 +-0.593750000000 +-0.044921875000 +-0.016601562500 +-0.142578125000 +-0.107421875000 +0.032714843750 +-0.324218750000 +-0.102539062500 +-0.037353515625 +-0.031005859375 +0.001220703125 +0.101562500000 +-0.011779785156 +-0.016357421875 +0.026611328125 +0.173828125000 +-0.060546875000 +0.119140625000 +0.036865234375 +-0.328125000000 +-0.067382812500 +-0.001953125000 +-0.010192871094 +0.048339843750 +-0.077636718750 +0.217773437500 +0.076660156250 +-0.030883789062 +0.100097656250 +-0.056640625000 +0.015136718750 +-0.265625000000 +-0.117187500000 +0.008666992188 +0.046630859375 +-0.029907226562 +0.118652343750 +-0.131835937500 +0.089355468750 +-0.531250000000 +-0.012329101562 +-0.225585937500 +0.062500000000 +-0.062011718750 +-0.039550781250 +0.123535156250 +-0.226562500000 +-0.167968750000 +0.044677734375 +-0.110351562500 +-0.017211914062 +-0.117675781250 +-0.004882812500 +0.120605468750 +-0.040039062500 +0.070312500000 +0.020385742188 +-0.279296875000 +-0.230468750000 +0.211914062500 +-0.030639648438 +0.012939453125 +0.196289062500 +-0.104980468750 +-0.378906250000 +-0.166015625000 +0.016845703125 +0.126953125000 +-0.111328125000 +0.030761718750 +-0.109863281250 +0.057861328125 +-0.052734375000 +-0.030029296875 +0.055419921875 +-0.060546875000 +0.003677368164 +0.012512207031 +0.081542968750 +-0.029052734375 +-0.092773437500 +-0.192382812500 +-0.089355468750 +0.004516601562 +-0.024780273438 +-0.125976562500 +0.014038085938 +-0.090332031250 +-0.160156250000 +0.110351562500 +0.057617187500 +0.031494140625 +-0.033691406250 +-0.156250000000 +0.213867187500 +-0.196289062500 +-0.169921875000 +-0.072753906250 +0.053710937500 +-0.033691406250 +-0.031005859375 +-0.380859375000 +0.166015625000 +-0.277343750000 +-0.049804687500 +-0.201171875000 +0.084472656250 +-0.143554687500 +-0.063476562500 +0.082031250000 +-0.057861328125 +-0.316406250000 +0.098144531250 +0.126953125000 +0.155273437500 +-0.166992187500 +-0.069824218750 +0.059570312500 +-0.108886718750 +-0.070312500000 +0.026855468750 +0.089843750000 +-0.003448486328 +0.064453125000 +-0.014099121094 +-0.281250000000 +0.166992187500 +-0.157226562500 +-0.386718750000 +-0.076171875000 +0.076660156250 +0.033691406250 +0.031738281250 +0.152343750000 +0.008911132812 +0.030639648438 +0.053466796875 +0.090820312500 +0.095703125000 +-0.108886718750 +0.006469726562 +-0.048583984375 +-0.049560546875 +-0.081054687500 +-0.068359375000 +-0.117675781250 +-0.001815795898 +-0.001968383789 +-0.048095703125 +-0.156250000000 +-0.472656250000 +-0.152343750000 +0.016357421875 +0.281250000000 +-0.051269531250 +0.069824218750 +-0.183593750000 +-0.219726562500 +0.082031250000 +-0.145507812500 +0.076171875000 +-0.031738281250 +-0.028198242188 +-0.035888671875 +-0.146484375000 +-0.044189453125 +0.044433593750 +-0.098632812500 +0.058837890625 +0.044677734375 +0.064453125000 +-0.089843750000 +-0.047607421875 +-0.038330078125 +0.253906250000 +-0.245117187500 +-0.135742187500 +0.191406250000 +0.114257812500 +0.013061523438 +-0.283203125000 +-0.090820312500 +-0.240234375000 +-0.162109375000 +-0.102050781250 +-0.145507812500 +-0.148437500000 +0.062988281250 +-0.025024414062 +-0.136718750000 +-0.095703125000 +-0.155273437500 +-0.296875000000 +-0.015258789062 +-0.052001953125 +0.016845703125 +0.146484375000 +0.010681152344 +0.037597656250 +-0.125000000000 +-0.024780273438 +-0.003997802734 +0.044189453125 +-0.082519531250 +0.063964843750 +-0.004913330078 +-0.006317138672 +-0.215820312500 +-0.016235351562 +-0.107910156250 +0.065917968750 +-0.041748046875 +-0.172851562500 +-0.086914062500 +-0.037841796875 +-0.114746093750 +-0.207031250000 +0.076660156250 +0.096679687500 +0.053222656250 +-0.075195312500 +-0.320312500000 +-0.136718750000 +-0.036865234375 +-0.007110595703 +0.204101562500 +-0.033691406250 +0.086914062500 +-0.177734375000 +-0.208007812500 +-0.154296875000 +0.036376953125 +0.028320312500 +0.095703125000 +0.075195312500 +0.076171875000 +0.104003906250 +0.052978515625 +0.204101562500 +-0.058837890625 +0.024536132812 +0.059570312500 +0.024414062500 +0.056396484375 +-0.028564453125 +-0.179687500000 +-0.202148437500 +-0.090332031250 +-0.099609375000 +0.108886718750 +-0.035156250000 +0.026123046875 +0.055419921875 +-0.396484375000 +-0.134765625000 +-0.206054687500 +-0.096679687500 +-0.008605957031 +-0.003295898438 +-0.003189086914 +0.115234375000 +0.119628906250 +-0.047607421875 +-0.047119140625 +0.074707031250 +-0.073242187500 +0.011352539062 +-0.224609375000 +0.046386718750 +-0.069335937500 +-0.075683593750 +-0.161132812500 +-0.023071289062 +-0.049804687500 +0.096191406250 +0.008972167969 +-0.013732910156 +-0.148437500000 +0.083496093750 +-0.149414062500 +-0.055908203125 +-0.030029296875 +0.074707031250 +0.010620117188 +-0.119628906250 +0.142578125000 +-0.043212890625 +0.024902343750 +-0.034423828125 +0.009521484375 +-0.155273437500 +0.012023925781 +-0.094238281250 +0.098144531250 +0.062500000000 +0.039306640625 +0.079101562500 +0.126953125000 +0.045654296875 +0.108886718750 +-0.073242187500 +-0.055664062500 +-0.170898437500 +0.041503906250 +-0.059326171875 +0.310546875000 +-0.039550781250 +0.130859375000 +-0.082519531250 +-0.059570312500 +-0.024536132812 +-0.060058593750 +-0.086425781250 +-0.095214843750 +0.255859375000 +0.006317138672 +0.021606445312 +-0.142578125000 +0.001495361328 +-0.096191406250 +-0.082031250000 +-0.047363281250 +-0.070312500000 +0.106933593750 +-0.018920898438 +0.030883789062 +-0.257812500000 +-0.040527343750 +-0.012084960938 +0.060302734375 +-0.210937500000 +-0.230468750000 +0.046386718750 +-0.087890625000 +0.050781250000 +-0.351562500000 +-0.110839843750 +-0.134765625000 +-0.118164062500 +0.208007812500 +0.078125000000 +0.126953125000 +-0.182617187500 +-0.018798828125 +-0.017456054688 +-0.202148437500 +-0.103027343750 +-0.092773437500 +0.081054687500 +0.065917968750 +-0.204101562500 +-0.195312500000 +0.047851562500 +-0.113281250000 +0.070312500000 +-0.133789062500 +0.138671875000 +0.025390625000 +-0.037109375000 +0.057617187500 +0.171875000000 +-0.198242187500 +-0.043212890625 +0.143554687500 +-0.003845214844 +0.081054687500 +-0.151367187500 +-0.097167968750 +-0.002929687500 +0.204101562500 +0.056396484375 +-0.035400390625 +0.000253677368 +-0.091796875000 +-0.093750000000 +-0.098144531250 +0.213867187500 +-0.025390625000 +0.031982421875 +-0.045166015625 +0.107910156250 +-0.058837890625 +-0.494140625000 +0.179687500000 +-0.125000000000 +-0.038818359375 +0.140625000000 +0.163085937500 +0.003097534180 +0.039550781250 +-0.209960937500 +0.103515625000 +-0.554687500000 +0.165039062500 +0.020629882812 +-0.083984375000 +0.068359375000 +0.004669189453 +0.041503906250 +0.095703125000 +-0.285156250000 +0.034667968750 +-0.005004882812 +0.014770507812 +0.022949218750 +-0.004791259766 +-0.202148437500 +-0.162109375000 +0.085449218750 +-0.123046875000 +-0.081054687500 +0.108886718750 +0.083496093750 +-0.106933593750 +-0.097656250000 +-0.020019531250 +-0.018554687500 +0.046875000000 +0.084472656250 +0.312500000000 +0.084960937500 +0.005584716797 +-0.059570312500 +0.155273437500 +0.035888671875 +0.021850585938 +-0.277343750000 +-0.077148437500 +0.030761718750 +-0.104980468750 +0.053222656250 +-0.414062500000 +0.132812500000 +0.048339843750 +0.056396484375 +-0.075195312500 +-0.004089355469 +0.022216796875 +-0.007995605469 +0.088867187500 +-0.014953613281 +0.099121093750 +0.030639648438 +0.040527343750 +0.091308593750 +0.093261718750 +0.178710937500 +-0.060791015625 +-0.075683593750 +0.185546875000 +0.090820312500 +0.062988281250 +0.140625000000 +0.004180908203 +0.033935546875 +-0.026123046875 +-0.421875000000 +-0.034423828125 +-0.031494140625 +0.103027343750 +0.034667968750 +-0.047851562500 +0.001365661621 +0.041503906250 +-0.189453125000 +-0.039794921875 +0.023315429688 +-0.021728515625 +-0.059814453125 +-0.039794921875 +-0.279296875000 +-0.245117187500 +-0.029785156250 +-0.343750000000 +0.132812500000 +0.034423828125 +0.084472656250 +-0.187500000000 +0.030639648438 +0.028808593750 +-0.019165039062 +0.090820312500 +0.055175781250 +0.069824218750 +0.059814453125 +-0.134765625000 +-0.112792968750 +0.065429687500 +0.066406250000 +-0.113281250000 +-0.404296875000 +-0.028930664062 +0.077636718750 +-0.065917968750 +0.113281250000 +-0.306640625000 +0.076660156250 +-0.122070312500 +0.083007812500 +0.025634765625 +0.076660156250 +-0.103027343750 +0.063964843750 +0.101562500000 +-0.013916015625 +0.026733398438 +0.129882812500 +-0.046875000000 +0.049804687500 +-0.004364013672 +0.008300781250 +0.044677734375 +-0.199218750000 +0.014526367188 +0.031982421875 +0.005401611328 +-0.053222656250 +-0.022338867188 +0.148437500000 +-0.218750000000 +-0.211914062500 +-0.049316406250 +0.037353515625 +0.082519531250 +0.109863281250 +0.107421875000 +0.115722656250 +-0.037597656250 +0.078125000000 +-0.087402343750 +0.035400390625 +-0.079589843750 +-0.109863281250 +-0.056884765625 +0.176757812500 +-0.086914062500 +0.006835937500 +-0.363281250000 +-0.030517578125 +-0.042480468750 +0.023437500000 +-0.122558593750 +0.113281250000 +0.040283203125 +0.024536132812 +0.007324218750 +-0.050537109375 +-0.208984375000 +-0.015747070312 +0.189453125000 +-0.071289062500 +0.115722656250 +-0.007141113281 +-0.221679687500 +-0.291015625000 +0.023559570312 +-0.040283203125 +-0.068359375000 +0.072265625000 +-0.133789062500 +-0.026733398438 +-0.113281250000 +0.074707031250 +0.087402343750 +-0.010864257812 +-0.075683593750 +0.062500000000 +0.191406250000 +-0.043701171875 +-0.083984375000 +-0.014160156250 +0.127929687500 +0.029052734375 +-0.013122558594 +0.035400390625 +0.083496093750 +0.146484375000 +-0.007171630859 +-0.015625000000 +-0.073242187500 +0.033203125000 +0.024658203125 +0.210937500000 +-0.289062500000 +-0.153320312500 +0.000896453857 +0.017578125000 +-0.049316406250 +0.037841796875 +0.083007812500 +0.081542968750 +-0.061035156250 +0.134765625000 +-0.226562500000 +-0.013610839844 +0.102050781250 +-0.014465332031 +-0.064453125000 +-0.221679687500 +-0.111816406250 +-0.009826660156 +-0.154296875000 +-0.098632812500 +-0.017578125000 +0.010192871094 +0.077636718750 +-0.017578125000 +0.089355468750 +0.065917968750 +-0.064941406250 +0.043701171875 +-0.357421875000 +0.054931640625 +-0.048583984375 +-0.265625000000 +-0.039550781250 +0.102539062500 +-0.244140625000 +-0.123535156250 +0.019653320312 +-0.006591796875 +0.013305664062 +0.018066406250 +0.015319824219 +-0.025390625000 +-0.015258789062 +-0.024169921875 +0.096679687500 +-0.014404296875 +0.013610839844 +0.015991210938 +0.081542968750 +0.010253906250 +-0.123535156250 +-0.008239746094 +-0.061523437500 +0.035400390625 +0.062255859375 +-0.414062500000 +0.229492187500 +0.079589843750 +0.002792358398 +0.043945312500 +0.166015625000 +0.058349609375 +0.051513671875 +-0.125976562500 +-0.223632812500 +-0.125000000000 +0.132812500000 +0.084472656250 +-0.013183593750 +-0.089843750000 +0.072265625000 +-0.037597656250 +-0.081054687500 +0.036132812500 +-0.164062500000 +-0.049560546875 +0.113281250000 +-0.056396484375 +-0.105468750000 +-0.205078125000 +0.088378906250 +-0.053955078125 +-0.146484375000 +0.027343750000 +0.140625000000 +-0.014038085938 +-0.017944335938 +-0.175781250000 +0.091308593750 +-0.052246093750 +0.054931640625 +-0.032958984375 +-0.131835937500 +0.015258789062 +0.044921875000 +0.069824218750 +0.130859375000 +-0.027465820312 +-0.047607421875 +0.056152343750 +0.091308593750 +-0.008178710938 +0.135742187500 +-0.126953125000 +0.111816406250 +0.095703125000 +0.030761718750 +-0.072265625000 +-0.018188476562 +0.071777343750 +0.048828125000 +-0.164062500000 +-0.052246093750 +0.112304687500 +0.127929687500 +0.040771484375 +-0.137695312500 +0.027954101562 +0.114746093750 +-0.011535644531 +-0.023681640625 +0.116699218750 +-0.016479492188 +-0.161132812500 +0.054687500000 +-0.232421875000 +-0.062011718750 +-0.217773437500 +-0.298828125000 +-0.100097656250 +0.178710937500 +-0.017700195312 +-0.289062500000 +-0.210937500000 +0.013610839844 +-0.209960937500 +-0.263671875000 +0.101562500000 +0.002716064453 +0.096191406250 +0.061279296875 +-0.043701171875 +0.010375976562 +0.098632812500 +0.133789062500 +0.025878906250 +0.018798828125 +0.169921875000 +0.008972167969 +0.018188476562 +-0.020751953125 +0.014160156250 +-0.015014648438 +0.138671875000 +0.104492187500 +0.090332031250 +0.111816406250 +0.139648437500 +0.089355468750 +0.273437500000 +0.062988281250 +0.036865234375 +-0.234375000000 +-0.128906250000 +0.044921875000 +0.039550781250 +-0.066894531250 +-0.208984375000 +0.123046875000 +0.095214843750 +0.144531250000 +0.000598907471 +-0.017456054688 +-0.124023437500 +-0.022583007812 +-0.130859375000 +-0.125976562500 +0.111816406250 +0.129882812500 +0.221679687500 +-0.014465332031 +0.126953125000 +-0.009521484375 +0.151367187500 +0.118164062500 +0.036621093750 +-0.314453125000 +-0.065917968750 +-0.000110626221 +-0.069335937500 +-0.265625000000 +0.138671875000 +-0.169921875000 +-0.076660156250 +-0.038574218750 +-0.123535156250 +-0.066894531250 +0.060546875000 +-0.255859375000 +0.212890625000 +-0.165039062500 +-0.093261718750 +-0.065917968750 +0.147460937500 +0.208984375000 +0.064941406250 +0.045654296875 +-0.076171875000 +0.020507812500 +-0.153320312500 +-0.097656250000 +0.047119140625 +0.002914428711 +0.090332031250 +0.060791015625 +-0.053466796875 +-0.257812500000 +-0.067871093750 +-0.055175781250 +-0.123535156250 +0.199218750000 +-0.025390625000 +-0.161132812500 +0.170898437500 +0.098632812500 +0.050537109375 +0.240234375000 +0.071289062500 +0.263671875000 +0.021972656250 +0.069335937500 +0.035156250000 +-0.013061523438 +0.214843750000 +-0.009948730469 +-0.013122558594 +-0.080078125000 +0.173828125000 +-0.003723144531 +-0.053466796875 +-0.056396484375 +0.021728515625 +-0.164062500000 +-0.019531250000 +0.062500000000 +0.047607421875 +0.150390625000 +-0.457031250000 +0.081054687500 +0.060791015625 +0.093750000000 +0.090820312500 +-0.031250000000 +-0.068847656250 +-0.195312500000 +0.156250000000 +-0.015625000000 +-0.176757812500 +0.225585937500 +0.219726562500 +0.076171875000 +0.068359375000 +0.012390136719 +0.341796875000 +-0.015258789062 +0.117187500000 +-0.069335937500 +0.025878906250 +-0.019409179688 +0.062988281250 +0.060058593750 +0.108886718750 +0.106933593750 +-0.093750000000 +-0.285156250000 +-0.054931640625 +0.068847656250 +0.046630859375 +0.041748046875 +-0.214843750000 +-0.287109375000 +0.057373046875 +-0.066894531250 +-0.123535156250 +-0.066894531250 +0.051513671875 +-0.021972656250 +0.197265625000 +0.129882812500 +-0.057617187500 +-0.140625000000 +0.083984375000 +-0.056640625000 +0.050292968750 +-0.102050781250 +0.110839843750 +0.106933593750 +0.077148437500 +-0.188476562500 +-0.044921875000 +0.065429687500 +0.097656250000 +-0.070800781250 +0.013488769531 +0.025024414062 +0.084472656250 +-0.048583984375 +-0.041503906250 +-0.013732910156 +0.062011718750 +0.107910156250 +-0.153320312500 +-0.015747070312 +-0.128906250000 +0.033447265625 +-0.026367187500 +-0.095214843750 +0.112304687500 +0.142578125000 +0.194335937500 +-0.102050781250 +0.077148437500 +0.147460937500 +-0.016357421875 +0.039062500000 +-0.041503906250 +0.005187988281 +0.011352539062 +0.296875000000 +-0.088867187500 +-0.017578125000 +-0.083007812500 +-0.427734375000 +-0.040771484375 +-0.020507812500 +0.186523437500 +-0.101562500000 +-0.053222656250 +-0.075195312500 +-0.001487731934 +0.062255859375 +-0.140625000000 +-0.057373046875 +-0.273437500000 +-0.341796875000 +-0.044677734375 +-0.127929687500 +-0.058593750000 +-0.069335937500 +0.041748046875 +0.086425781250 +0.081054687500 +-0.104003906250 +-0.031127929688 +-0.174804687500 +0.060302734375 +-0.221679687500 +-0.011169433594 +-0.036132812500 +0.016235351562 +-0.065917968750 +0.054199218750 +-0.375000000000 +-0.060058593750 +0.076660156250 +0.023193359375 +-0.056640625000 +-0.033691406250 +0.015869140625 +0.022705078125 +-0.013671875000 +0.049316406250 +-0.115234375000 +0.091308593750 +-0.013183593750 +-0.008178710938 +0.060791015625 +-0.053955078125 +0.113281250000 +0.060058593750 +-0.131835937500 +-0.031250000000 +-0.129882812500 +0.306640625000 +0.192382812500 +-0.029418945312 +-0.068359375000 +0.033447265625 +0.045410156250 +0.030639648438 +0.030029296875 +-0.511718750000 +-0.035400390625 +-0.031494140625 +-0.092773437500 +0.061523437500 +0.117675781250 +0.031738281250 +-0.041259765625 +-0.057128906250 +-0.085937500000 +-0.073730468750 +0.001701354980 +-0.251953125000 +-0.043212890625 +0.125976562500 +-0.072753906250 +-0.210937500000 +-0.148437500000 +-0.092285156250 +-0.077148437500 +0.076171875000 +-0.010437011719 +0.010009765625 +-0.023925781250 +-0.048339843750 +0.063476562500 +-0.003295898438 +-0.406250000000 +0.004180908203 +-0.173828125000 +-0.010986328125 +0.132812500000 +0.040771484375 +-0.074218750000 +-0.014892578125 +-0.122070312500 +-0.053710937500 +-0.138671875000 +-0.098632812500 +0.088378906250 +-0.410156250000 +-0.027343750000 +-0.054443359375 +0.035156250000 +0.032714843750 +-0.137695312500 +-0.031250000000 +-0.041015625000 +0.109375000000 +-0.101074218750 +0.004394531250 +-0.027465820312 +0.005920410156 +0.028686523438 +-0.080566406250 +0.082031250000 +-0.180664062500 +-0.050537109375 +0.020996093750 +-0.145507812500 +-0.148437500000 +-0.143554687500 +0.149414062500 +0.056640625000 +0.131835937500 +-0.031982421875 +-0.142578125000 +0.030517578125 +0.233398437500 +0.086914062500 +-0.135742187500 +-0.165039062500 +-0.178710937500 +-0.036376953125 +-0.005035400391 +0.104980468750 +-0.057617187500 +-0.152343750000 +-0.324218750000 +-0.104492187500 +0.051513671875 +-0.122558593750 +-0.001846313477 +0.032714843750 +0.045410156250 +0.151367187500 +-0.002914428711 +0.151367187500 +-0.002395629883 +0.059326171875 +0.095703125000 +-0.345703125000 +-0.047851562500 +-0.191406250000 +0.039306640625 +0.063476562500 +0.098144531250 +0.041748046875 +-0.075683593750 +-0.218750000000 +-0.055908203125 +-0.031738281250 +0.000069141388 +0.048828125000 +-0.392578125000 +0.151367187500 +-0.033203125000 +0.117675781250 +-0.087890625000 +0.057128906250 +0.044433593750 +-0.032470703125 +-0.197265625000 +0.044921875000 +0.030517578125 +-0.045898437500 +-0.090820312500 +0.075683593750 +-0.104980468750 +0.188476562500 +-0.373046875000 +0.083984375000 +-0.040283203125 +0.003616333008 +0.036132812500 +-0.011047363281 +0.151367187500 +0.192382812500 +0.183593750000 +-0.125000000000 +-0.027832031250 +-0.089843750000 +0.166015625000 +0.027832031250 +-0.031250000000 +-0.055175781250 +-0.142578125000 +-0.289062500000 +-0.036376953125 +0.097167968750 +0.012207031250 +-0.064453125000 +-0.147460937500 +-0.015991210938 +-0.208984375000 +-0.139648437500 +0.055175781250 +0.012695312500 +0.093261718750 +-0.118164062500 +-0.220703125000 +-0.017578125000 +0.224609375000 +-0.209960937500 +0.113769531250 +-0.251953125000 +-0.076171875000 +-0.194335937500 +0.049560546875 +-0.144531250000 +0.192382812500 +-0.371093750000 +0.031738281250 +-0.204101562500 +0.100585937500 +0.078613281250 +-0.052246093750 +0.090820312500 +0.038818359375 +-0.057617187500 +-0.086914062500 +0.135742187500 +0.017089843750 +-0.166015625000 +-0.020751953125 +0.001876831055 +-0.443359375000 +0.013061523438 +0.050537109375 +-0.121582031250 +-0.134765625000 +-0.064941406250 +-0.074707031250 +0.026123046875 +0.178710937500 +-0.098632812500 +0.056152343750 +-0.209960937500 +0.006561279297 +0.042236328125 +0.108398437500 +0.085937500000 +0.144531250000 +-0.032714843750 +-0.019409179688 +-0.171875000000 +0.037597656250 +-0.079589843750 +0.058593750000 +-0.187500000000 +0.113281250000 +-0.166015625000 +-0.153320312500 +-0.025146484375 +-0.173828125000 +0.080078125000 +-0.116210937500 +0.006103515625 +-0.263671875000 +0.071289062500 +-0.054687500000 +0.117187500000 +-0.012756347656 +-0.166015625000 +-0.007598876953 +0.058105468750 +0.187500000000 +-0.058105468750 +0.120117187500 +-0.345703125000 +-0.052001953125 +-0.103515625000 +0.009033203125 +-0.042480468750 +0.170898437500 +-0.279296875000 +0.006469726562 +-0.097656250000 +-0.147460937500 +0.084472656250 +0.126953125000 +0.033447265625 +0.203125000000 +0.011535644531 +0.030883789062 +-0.076171875000 +-0.136718750000 +-0.117187500000 +0.096191406250 +0.051025390625 +-0.067871093750 +-0.076171875000 +-0.043701171875 +-0.158203125000 +-0.116699218750 +-0.233398437500 +0.073730468750 +0.092773437500 +0.173828125000 +0.113281250000 +-0.007446289062 +-0.523437500000 +-0.060791015625 +-0.075683593750 +0.108886718750 +0.033447265625 +-0.390625000000 +0.100585937500 +0.035888671875 +0.094726562500 +-0.011108398438 +-0.139648437500 +0.073730468750 +0.040527343750 +0.054199218750 +-0.199218750000 +0.160156250000 +0.052734375000 +-0.056640625000 +-0.020141601562 +0.023315429688 +0.034179687500 +-0.100097656250 +0.031127929688 +0.068359375000 +-0.020874023438 +0.053710937500 +0.114746093750 +-0.072265625000 +0.108398437500 +0.162109375000 +-0.431640625000 +0.089843750000 +-0.388671875000 +-0.023803710938 +0.263671875000 +0.048339843750 +0.054931640625 +-0.247070312500 +0.078125000000 +-0.129882812500 +-0.188476562500 +-0.243164062500 +-0.093750000000 +-0.001182556152 +0.026855468750 +0.240234375000 +0.014404296875 +-0.355468750000 +0.206054687500 +0.148437500000 +-0.043212890625 +0.029907226562 +0.068359375000 +-0.238281250000 +-0.123535156250 +0.099609375000 +-0.339843750000 +-0.390625000000 +-0.027343750000 +0.021362304688 +-0.099121093750 +0.324218750000 +0.026000976562 +0.048828125000 +0.110839843750 +-0.079589843750 +-0.166015625000 +0.128906250000 +-0.259765625000 +0.312500000000 +0.034423828125 +-0.220703125000 +0.182617187500 +0.210937500000 +-0.120605468750 +-0.094726562500 +-0.059814453125 +-0.033691406250 +-0.281250000000 +0.108886718750 +-0.150390625000 +0.006652832031 +-0.020629882812 +0.110839843750 +-0.100097656250 +0.107421875000 +-0.145507812500 +-0.033447265625 +0.108398437500 +0.005462646484 +-0.196289062500 +-0.035400390625 +0.074218750000 +0.229492187500 +-0.378906250000 +0.191406250000 +-0.023437500000 +0.090332031250 +-0.030639648438 +0.101074218750 +0.022949218750 +-0.273437500000 +0.023681640625 +0.020019531250 +-0.093261718750 +-0.035156250000 +-0.208984375000 +-0.079101562500 +0.077148437500 +0.129882812500 +0.007507324219 +-0.269531250000 +-0.031127929688 +0.100097656250 +-0.020141601562 +-0.083007812500 +0.129882812500 +-0.098144531250 +-0.081054687500 +-0.061523437500 +-0.098144531250 +-0.109375000000 +0.012756347656 +0.012451171875 +-0.028198242188 +-0.026855468750 +0.251953125000 +0.056640625000 +0.094238281250 +-0.077148437500 +-0.131835937500 +0.068359375000 +0.102539062500 +0.166992187500 +0.025390625000 +0.089355468750 +-0.173828125000 +0.094238281250 +-0.279296875000 +0.045166015625 +-0.104492187500 +-0.133789062500 +0.102539062500 +0.019042968750 +-0.291015625000 +0.062011718750 +0.045898437500 +0.061523437500 +-0.063476562500 +0.155273437500 +-0.118164062500 +-0.057373046875 +-0.466796875000 +0.084472656250 +0.137695312500 +-0.003295898438 +-0.015625000000 +0.031250000000 +0.009643554688 +0.172851562500 +0.042724609375 +0.052490234375 +0.138671875000 +0.016113281250 +-0.101074218750 +-0.095703125000 +0.023437500000 +-0.126953125000 +-0.058837890625 +-0.122558593750 +-0.044189453125 +-0.064453125000 +-0.046142578125 +-0.114257812500 +0.067871093750 +0.088378906250 +0.010437011719 +-0.048095703125 +-0.023071289062 +0.068847656250 +0.104492187500 +-0.005401611328 +0.008056640625 +0.028320312500 +-0.006561279297 +-0.014038085938 +-0.161132812500 +-0.040527343750 +-0.057128906250 +-0.248046875000 +0.153320312500 +0.101074218750 +0.069335937500 +-0.068359375000 +-0.077148437500 +0.114257812500 +0.066406250000 +0.279296875000 +-0.119628906250 +-0.013061523438 +-0.341796875000 +-0.014160156250 +0.034912109375 +0.018920898438 +0.129882812500 +-0.138671875000 +-0.245117187500 +-0.030395507812 +0.118164062500 +-0.164062500000 +0.058837890625 +-0.108886718750 +-0.060791015625 +0.103515625000 +-0.041748046875 +0.065429687500 +-0.083984375000 +-0.055175781250 +0.120605468750 +0.075195312500 +-0.135742187500 +-0.126953125000 +0.109375000000 +-0.019042968750 +0.044921875000 +-0.093261718750 +0.149414062500 +0.040283203125 +0.160156250000 +-0.271484375000 +-0.064941406250 +-0.003387451172 +0.075683593750 +-0.367187500000 +0.014160156250 +-0.061767578125 +0.069824218750 +0.016601562500 +0.161132812500 +0.006805419922 +-0.100097656250 +0.060058593750 +-0.198242187500 +0.047363281250 +0.079589843750 +0.083007812500 +-0.004516601562 +0.100585937500 +-0.287109375000 +-0.114746093750 +0.000572204590 +-0.037841796875 +0.056640625000 +0.127929687500 +0.133789062500 +0.046630859375 +0.122558593750 +0.123535156250 +-0.165039062500 +-0.087890625000 +-0.051513671875 +-0.190429687500 +-0.024291992188 +-0.077148437500 +-0.170898437500 +-0.105468750000 +-0.077148437500 +0.118652343750 +0.061523437500 +-0.148437500000 +-0.035888671875 +-0.011352539062 +-0.050537109375 +-0.075195312500 +0.008239746094 +0.008911132812 +-0.007141113281 +-0.241210937500 +-0.039062500000 +-0.003753662109 +0.168945312500 +0.010803222656 +0.082519531250 +0.064453125000 +-0.117187500000 +0.065429687500 +0.083496093750 +-0.147460937500 +0.095214843750 +0.034423828125 +-0.105957031250 +0.090332031250 +-0.144531250000 +-0.192382812500 +-0.000877380371 +-0.096191406250 +-0.032958984375 +-0.187500000000 +-0.261718750000 +0.042236328125 +-0.078613281250 +0.078613281250 +0.031738281250 +0.085449218750 +0.206054687500 +0.143554687500 +-0.265625000000 +0.051025390625 +0.018920898438 +-0.021972656250 +0.062988281250 +0.026123046875 +-0.269531250000 +-0.406250000000 +0.020874023438 +0.152343750000 +0.010375976562 +0.175781250000 +-0.053466796875 +0.092773437500 +0.221679687500 +-0.135742187500 +-0.029541015625 +-0.000816345215 +0.102050781250 +-0.183593750000 +-0.173828125000 +-0.085937500000 +-0.050781250000 +0.059326171875 +-0.237304687500 +-0.076660156250 +0.118164062500 +-0.012329101562 +-0.068359375000 +0.046875000000 +-0.230468750000 +0.027343750000 +0.080566406250 +-0.079101562500 +-0.049804687500 +0.043457031250 +0.017578125000 +0.006927490234 +0.145507812500 +0.070800781250 +-0.123046875000 +0.128906250000 +-0.043945312500 +0.263671875000 +0.100097656250 +-0.045654296875 +-0.022827148438 +-0.044189453125 +-0.038574218750 +0.007446289062 +-0.090820312500 +-0.324218750000 +-0.216796875000 +0.182617187500 +-0.179687500000 +-0.134765625000 +-0.090820312500 +0.068847656250 +0.159179687500 +0.261718750000 +-0.190429687500 +-0.195312500000 +0.228515625000 +0.008544921875 +0.094238281250 +0.043457031250 +0.074707031250 +-0.324218750000 +0.065917968750 +-0.003082275391 +-0.265625000000 +-0.234375000000 +0.090820312500 +-0.020751953125 +0.060791015625 +0.163085937500 +0.135742187500 +0.019409179688 +-0.082519531250 +0.073730468750 +-0.158203125000 +0.040283203125 +-0.103027343750 +0.227539062500 +-0.216796875000 +0.023681640625 +-0.006988525391 +0.067871093750 +-0.202148437500 +0.155273437500 +0.107421875000 +-0.000564575195 +-0.122070312500 +0.094238281250 +-0.474609375000 +0.105468750000 +-0.043457031250 +0.035888671875 +0.026733398438 +0.125976562500 +-0.036621093750 +-0.004089355469 +-0.017944335938 +0.151367187500 +0.024414062500 +0.068847656250 +0.014038085938 +0.145507812500 +0.165039062500 +-0.037841796875 +-0.044677734375 +-0.392578125000 +0.062255859375 +0.048828125000 +-0.002471923828 +0.190429687500 +-0.068847656250 +0.000705718994 +-0.159179687500 +0.113769531250 +0.165039062500 +-0.175781250000 +-0.110839843750 +-0.136718750000 +-0.168945312500 +-0.020019531250 +0.180664062500 +-0.090332031250 +-0.121093750000 +0.045654296875 +0.059570312500 +-0.181640625000 +0.041992187500 +0.057617187500 +0.041503906250 +0.053222656250 +-0.261718750000 +0.114257812500 +0.094726562500 +-0.157226562500 +0.041748046875 +-0.164062500000 +-0.312500000000 +-0.083496093750 +-0.065429687500 +0.085449218750 +-0.136718750000 +0.226562500000 +-0.110839843750 +0.062255859375 +-0.193359375000 +0.101562500000 +-0.259765625000 +0.045410156250 +-0.032714843750 +0.231445312500 +0.114746093750 +-0.210937500000 +-0.083496093750 +0.087402343750 +-0.179687500000 +0.053466796875 +-0.109375000000 +-0.074218750000 +0.112304687500 +-0.139648437500 +-0.027343750000 +0.027954101562 +-0.134765625000 +0.128906250000 +0.241210937500 +0.265625000000 +-0.031494140625 +0.069824218750 +-0.238281250000 +-0.041503906250 +0.161132812500 +0.014038085938 +-0.125000000000 +-0.132812500000 +0.010620117188 +-0.081542968750 +-0.072265625000 +0.132812500000 +-0.006500244141 +-0.035156250000 +-0.213867187500 +-0.085937500000 +-0.057861328125 +-0.038574218750 +-0.015502929688 +0.188476562500 +-0.273437500000 +-0.129882812500 +0.011169433594 +0.013183593750 +-0.139648437500 +-0.137695312500 +0.084472656250 +-0.038574218750 +0.038330078125 +0.008178710938 +0.104003906250 +0.050048828125 +-0.073730468750 +0.089355468750 +0.279296875000 +0.004364013672 +-0.240234375000 +0.038574218750 +-0.240234375000 +0.009460449219 +0.042724609375 +-0.656250000000 +-0.090820312500 +0.070312500000 +0.010437011719 +0.032470703125 +-0.050048828125 +-0.124511718750 +0.072753906250 +-0.361328125000 +-0.052490234375 +-0.047851562500 +0.001686096191 +0.043945312500 +0.058593750000 +-0.010375976562 +0.083496093750 +-0.086425781250 +0.014526367188 +0.139648437500 +-0.279296875000 +-0.060058593750 +0.107910156250 +0.194335937500 +-0.186523437500 +0.081054687500 +-0.320312500000 +-0.156250000000 +0.090820312500 +0.030883789062 +-0.101074218750 +-0.047607421875 +-0.079101562500 +-0.004333496094 +0.133789062500 +0.140625000000 +0.345703125000 +-0.024291992188 +-0.144531250000 +0.122558593750 +-0.113769531250 +0.056396484375 +-0.159179687500 +0.134765625000 +-0.136718750000 +-0.125976562500 +0.078125000000 +0.016723632812 +0.010681152344 +-0.275390625000 +-0.019653320312 +0.105957031250 +0.081054687500 +0.034667968750 +0.074218750000 +-0.007141113281 +-0.208984375000 +-0.059570312500 +-0.063476562500 +-0.042724609375 +-0.001899719238 +0.132812500000 +-0.063964843750 +-0.136718750000 +0.009155273438 +-0.198242187500 +-0.031738281250 +0.008361816406 +0.065429687500 +0.013977050781 +0.090820312500 +-0.433593750000 +0.040039062500 +-0.221679687500 +-0.073730468750 +-0.135742187500 +-0.000457763672 +0.000679016113 +0.140625000000 +0.082031250000 +0.106933593750 +-0.123046875000 +-0.102050781250 +0.083496093750 +-0.120117187500 +0.123535156250 +0.085449218750 +-0.016601562500 +-0.095703125000 +-0.028320312500 +-0.320312500000 +-0.060058593750 +-0.010559082031 +0.041748046875 +-0.022583007812 +0.021728515625 +-0.039794921875 +0.015136718750 +-0.045898437500 +0.077636718750 +0.125976562500 +-0.214843750000 +-0.174804687500 +0.017456054688 +-0.050781250000 +0.020385742188 +-0.040039062500 +0.060302734375 +-0.004425048828 +-0.079101562500 +0.022094726562 +-0.011230468750 +-0.113769531250 +-0.328125000000 +-0.294921875000 +0.100097656250 +-0.049804687500 +0.003204345703 +-0.140625000000 +0.020019531250 +-0.230468750000 +-0.086914062500 +-0.347656250000 +-0.026733398438 +0.129882812500 +0.013183593750 +-0.104003906250 +-0.008911132812 +-0.091308593750 +-0.106445312500 +0.069824218750 +0.054687500000 +0.053466796875 +0.081054687500 +0.054931640625 +0.037109375000 +-0.022583007812 +-0.036621093750 +-0.031494140625 +-0.103027343750 +0.069335937500 +0.067871093750 +-0.063476562500 +0.117187500000 +0.017944335938 +-0.082031250000 +-0.127929687500 +0.045166015625 +-0.001968383789 +0.011230468750 +-0.040283203125 +-0.361328125000 +-0.105468750000 +-0.114257812500 +0.066406250000 +0.109375000000 +-0.215820312500 +0.080566406250 +0.031982421875 +0.144531250000 +-0.060302734375 +0.067382812500 +-0.228515625000 +0.035644531250 +0.122558593750 +-0.072265625000 +-0.136718750000 +-0.271484375000 +0.136718750000 +0.040283203125 +0.122070312500 +0.013305664062 +0.041259765625 +-0.359375000000 +-0.000919342041 +0.067871093750 +-0.074707031250 +-0.077636718750 +-0.093261718750 +0.059570312500 +0.018310546875 +0.054931640625 +-0.105957031250 +0.077148437500 +-0.085449218750 +0.009887695312 +-0.384765625000 +0.062988281250 +0.048828125000 +-0.011047363281 +-0.039062500000 +0.063964843750 +-0.075683593750 +-0.277343750000 +-0.020874023438 +0.044433593750 +-0.162109375000 +0.137695312500 +0.059326171875 +0.229492187500 +0.117675781250 +-0.068847656250 +-0.187500000000 +-0.144531250000 +-0.093750000000 +-0.052246093750 +0.105468750000 +0.026855468750 +0.068847656250 +0.124511718750 +0.056396484375 +-0.044433593750 +-0.172851562500 +0.041015625000 +-0.008178710938 +-0.193359375000 +-0.145507812500 +-0.163085937500 +0.022949218750 +-0.053466796875 +-0.005584716797 +0.067382812500 +-0.165039062500 +0.031127929688 +-0.122558593750 +0.030395507812 +-0.142578125000 +0.031738281250 +0.001091003418 +-0.109863281250 +0.066894531250 +-0.320312500000 +0.020874023438 +0.014465332031 +0.039794921875 +0.070312500000 +0.063964843750 +-0.283203125000 +-0.116210937500 +-0.037597656250 +0.017456054688 +-0.133789062500 +0.002655029297 +-0.027099609375 +0.058593750000 +0.032470703125 +0.169921875000 +-0.091796875000 +-0.064453125000 +-0.004150390625 +-0.057861328125 +-0.026977539062 +-0.048583984375 +0.053955078125 +-0.126953125000 +0.048095703125 +-0.249023437500 +0.009216308594 +-0.026733398438 +0.109863281250 +-0.166992187500 +0.164062500000 +-0.103515625000 +0.292968750000 +0.113769531250 +0.063964843750 +-0.152343750000 +-0.067382812500 +0.067382812500 +-0.042480468750 +-0.027587890625 +-0.224609375000 +0.056396484375 +0.091796875000 +0.094726562500 +-0.009277343750 +0.037597656250 +0.095214843750 +0.060302734375 +0.068359375000 +0.049316406250 +0.102539062500 +0.109375000000 +0.149414062500 +0.176757812500 +0.020996093750 +-0.165039062500 +-0.013305664062 +-0.151367187500 +0.041015625000 +-0.079101562500 +0.097167968750 +-0.139648437500 +-0.084472656250 +0.118164062500 +-0.056396484375 +0.048095703125 +-0.061035156250 +-0.259765625000 +0.073730468750 +0.082519531250 +-0.088378906250 +0.016357421875 +-0.194335937500 +0.003845214844 +-0.118164062500 +0.065917968750 +0.107910156250 +0.068359375000 +0.005767822266 +0.091308593750 +-0.318359375000 +-0.005065917969 +0.030761718750 +0.022827148438 +0.027832031250 +0.067871093750 +0.058593750000 +-0.212890625000 +-0.102050781250 +-0.104492187500 +-0.004272460938 +-0.017944335938 +0.009521484375 +-0.098144531250 +-0.023559570312 +-0.170898437500 +-0.106445312500 +-0.165039062500 +-0.148437500000 +0.043457031250 +0.003829956055 +-0.351562500000 +0.067871093750 +-0.167968750000 +0.128906250000 +-0.271484375000 +-0.086914062500 +0.119628906250 +0.066406250000 +0.111816406250 +0.070312500000 +-0.039550781250 +0.120117187500 +-0.189453125000 +-0.053955078125 +-0.087890625000 +0.072753906250 +0.112792968750 +-0.042236328125 +0.017333984375 +0.053466796875 +-0.285156250000 +0.032470703125 +-0.054931640625 +0.085937500000 +0.117187500000 +-0.127929687500 +-0.242187500000 +0.115722656250 +-0.093750000000 +0.028808593750 +-0.527343750000 +0.008911132812 +-0.038818359375 +-0.026977539062 +-0.221679687500 +-0.026977539062 +-0.031738281250 +-0.060791015625 +0.094726562500 +0.065429687500 +-0.067871093750 +0.105468750000 +0.069824218750 +-0.126953125000 +0.053466796875 +0.015075683594 +0.035400390625 +0.181640625000 +-0.001327514648 +-0.100097656250 +-0.388671875000 +-0.199218750000 +-0.237304687500 +0.009643554688 +-0.060302734375 +-0.058105468750 +-0.102539062500 +0.124511718750 +-0.058593750000 +0.132812500000 +-0.023803710938 +0.109375000000 +-0.010803222656 +0.160156250000 +0.283203125000 +-0.077636718750 +-0.068847656250 +-0.057861328125 +0.034912109375 +0.086914062500 +-0.019409179688 +-0.077636718750 +0.324218750000 +-0.128906250000 +-0.100097656250 +-0.168945312500 +0.085937500000 +0.066406250000 +0.271484375000 +0.069335937500 +0.034667968750 +0.105468750000 +0.064941406250 +-0.000892639160 +-0.081054687500 +0.101562500000 +-0.084472656250 +-0.152343750000 +-0.558593750000 +-0.044189453125 +-0.107910156250 +0.289062500000 +-0.105468750000 +0.129882812500 +-0.230468750000 +-0.016357421875 +-0.228515625000 +-0.070312500000 +0.081054687500 +0.027465820312 +-0.206054687500 +0.072265625000 +-0.233398437500 +-0.417968750000 +-0.241210937500 +0.000782012939 +0.004882812500 +-0.217773437500 +-0.511718750000 +0.034667968750 +0.018188476562 +-0.132812500000 +-0.035156250000 +-0.004089355469 +0.113281250000 +-0.228515625000 +-0.044433593750 +0.126953125000 +0.041503906250 +0.012634277344 +-0.026123046875 +0.052246093750 +-0.007507324219 +0.109375000000 +0.057861328125 +0.052978515625 +-0.119628906250 +0.085937500000 +0.161132812500 +0.049072265625 +0.014770507812 +-0.486328125000 +0.124511718750 +0.125000000000 +0.164062500000 +0.158203125000 +0.040527343750 +0.079101562500 +0.052978515625 +0.026245117188 +0.081054687500 +0.111328125000 +0.112792968750 +0.022583007812 +-0.079589843750 +-0.031982421875 +0.111816406250 +-0.080566406250 +0.085937500000 +0.056884765625 +-0.250000000000 +-0.182617187500 +-0.005401611328 +-0.016357421875 +-0.182617187500 +0.219726562500 +-0.054931640625 +-0.111328125000 +-0.048095703125 +0.000679016113 +-0.312500000000 +0.045898437500 +0.147460937500 +0.135742187500 +-0.007598876953 +-0.001251220703 +0.109863281250 +0.072753906250 +-0.210937500000 +0.099609375000 +-0.073730468750 +-0.109863281250 +0.061035156250 +-0.068359375000 +-0.291015625000 +0.125976562500 +-0.015136718750 +-0.049804687500 +-0.333984375000 +-0.154296875000 +0.187500000000 +0.133789062500 +-0.030517578125 +0.088378906250 +0.134765625000 +0.077148437500 +0.000881195068 +0.174804687500 +-0.002410888672 +-0.141601562500 +-0.219726562500 +0.024414062500 +0.238281250000 +0.006347656250 +0.052978515625 +-0.320312500000 +0.011413574219 +0.157226562500 +0.226562500000 +-0.047119140625 +-0.298828125000 +0.074707031250 +-0.039794921875 +0.024658203125 +-0.069824218750 +-0.124023437500 +-0.157226562500 +0.025634765625 +0.027099609375 +-0.031982421875 +0.029296875000 +0.095703125000 +0.048828125000 +0.056152343750 +-0.036621093750 +-0.085449218750 +0.175781250000 +-0.122558593750 +-0.099121093750 +-0.025634765625 +0.086425781250 +0.051025390625 +0.184570312500 +0.014465332031 +-0.086914062500 +-0.076171875000 +-0.008850097656 +0.125976562500 +-0.080078125000 +0.068847656250 +0.143554687500 +-0.020019531250 +0.037353515625 +-0.013671875000 +-0.098144531250 +-0.077148437500 +-0.089355468750 +-0.050292968750 +0.046875000000 +0.014038085938 +0.032226562500 +0.066894531250 +-0.273437500000 +0.142578125000 +-0.088378906250 +-0.088378906250 +0.005035400391 +0.110839843750 +0.141601562500 +0.004852294922 +-0.103027343750 +-0.017333984375 +0.029296875000 +-0.036376953125 +-0.010131835938 +0.015014648438 +-0.095214843750 +0.099121093750 +-0.067382812500 +-0.214843750000 +-0.042236328125 +0.062011718750 +-0.005065917969 +-0.023559570312 +-0.157226562500 +0.095703125000 +-0.054687500000 +-0.008178710938 +0.034912109375 +-0.009399414062 +-0.170898437500 +0.040771484375 +0.024780273438 +0.083007812500 +0.092773437500 +-0.115722656250 +0.026977539062 +0.016357421875 +-0.071289062500 +-0.130859375000 +0.132812500000 +-0.158203125000 +-0.094238281250 +-0.077636718750 +0.018554687500 +0.015319824219 +0.065429687500 +0.021972656250 +-0.076171875000 +-0.096679687500 +0.041992187500 +-0.053955078125 +0.045410156250 +0.036621093750 +0.197265625000 +0.167968750000 +0.011657714844 +-0.171875000000 +-0.063476562500 +-0.139648437500 +0.018920898438 +0.016357421875 +0.012145996094 +-0.008483886719 +-0.021118164062 +0.036376953125 +-0.431640625000 +0.083984375000 +0.049316406250 +-0.004089355469 +-0.144531250000 +0.093750000000 +0.174804687500 +-0.127929687500 +0.064941406250 +-0.201171875000 +0.056640625000 +0.125976562500 +0.057128906250 +-0.108398437500 +0.166015625000 +-0.000698089600 +0.046875000000 +-0.191406250000 +0.020019531250 +-0.064453125000 +0.053955078125 +-0.043701171875 +0.137695312500 +0.002716064453 +-0.022338867188 +-0.003005981445 +0.004730224609 +0.030395507812 +-0.051269531250 +-0.052978515625 +-0.190429687500 +0.121093750000 +0.102539062500 +-0.047607421875 +0.051757812500 +0.106445312500 +-0.018188476562 +-0.080566406250 +-0.060791015625 +0.037841796875 +0.131835937500 +0.109863281250 +0.027832031250 +-0.053466796875 +-0.000507354736 +-0.006317138672 +-0.028076171875 +0.010498046875 +0.058105468750 +-0.139648437500 +-0.279296875000 +-0.215820312500 +0.055664062500 +0.009826660156 +-0.009460449219 +-0.105957031250 +-0.029296875000 +-0.111816406250 +-0.031494140625 +-0.054931640625 +0.010986328125 +-0.156250000000 +0.016845703125 +0.060058593750 +-0.008117675781 +0.052246093750 +-0.060546875000 +-0.128906250000 +-0.241210937500 +0.113281250000 +0.052490234375 +0.005889892578 +-0.036865234375 +0.089843750000 +-0.013427734375 +0.126953125000 +-0.088867187500 +-0.090332031250 +0.086425781250 +0.021362304688 +0.021484375000 +-0.314453125000 +0.213867187500 +0.082519531250 +-0.053466796875 +-0.052246093750 +0.006164550781 +-0.019531250000 +-0.141601562500 +-0.109863281250 +-0.203125000000 +-0.054443359375 +0.006256103516 +-0.130859375000 +-0.189453125000 +0.087890625000 +-0.024658203125 +0.029663085938 +0.033203125000 +0.079101562500 +0.011657714844 +-0.103027343750 +-0.178710937500 +0.166992187500 +0.005157470703 +0.287109375000 +0.123046875000 +0.012634277344 +-0.017089843750 +-0.076660156250 +-0.183593750000 +0.032226562500 +-0.179687500000 +0.062988281250 +-0.037109375000 +-0.056152343750 +-0.167968750000 +0.031494140625 +0.053222656250 +-0.040771484375 +0.054931640625 +-0.135742187500 +0.023925781250 +0.067382812500 +0.109375000000 +0.026611328125 +0.171875000000 +0.055175781250 +0.067382812500 +-0.012023925781 +0.048339843750 +0.063964843750 +-0.005187988281 +0.019042968750 +-0.048828125000 +-0.117675781250 +0.029296875000 +0.236328125000 +0.017211914062 +0.059326171875 +-0.353515625000 +0.121093750000 +0.099609375000 +0.081054687500 +0.118164062500 +-0.137695312500 +0.012573242188 +0.032714843750 +-0.341796875000 +0.224609375000 +0.047607421875 +-0.075195312500 +0.021972656250 +-0.081542968750 +-0.114746093750 +-0.003936767578 +0.014953613281 +0.066894531250 +-0.093261718750 +0.083007812500 +0.153320312500 +-0.066894531250 +0.070800781250 +-0.003265380859 +-0.149414062500 +0.057373046875 +-0.104980468750 +-0.097656250000 +-0.045654296875 +0.111328125000 +0.118164062500 +0.118164062500 +0.085449218750 +-0.269531250000 +-0.032226562500 +0.134765625000 +0.152343750000 +0.218750000000 +-0.164062500000 +0.067871093750 +0.271484375000 +0.082031250000 +0.075195312500 +-0.033447265625 +0.051513671875 +0.144531250000 +0.015563964844 +-0.122070312500 +-0.033203125000 +-0.181640625000 +0.182617187500 +0.028930664062 +-0.027954101562 +-0.195312500000 +-0.052978515625 +-0.050048828125 +0.190429687500 +-0.035888671875 +0.009826660156 +0.023437500000 +-0.142578125000 +-0.030273437500 +-0.130859375000 +0.135742187500 +0.101562500000 +0.117187500000 +0.155273437500 +0.011047363281 +-0.063964843750 +-0.150390625000 +0.132812500000 +-0.173828125000 +0.228515625000 +0.172851562500 +-0.092773437500 +0.062500000000 +-0.072265625000 +-0.259765625000 +0.012817382812 +-0.245117187500 +-0.015136718750 +0.081054687500 +-0.115234375000 +0.005645751953 +0.003936767578 +0.038574218750 +-0.044189453125 +-0.079101562500 +-0.230468750000 +0.013549804688 +0.022827148438 +0.045166015625 +-0.155273437500 +0.314453125000 +0.048828125000 +0.086914062500 +0.066894531250 +0.118164062500 +-0.150390625000 +0.025024414062 +0.077636718750 +0.333984375000 +0.012023925781 +-0.166015625000 +0.019042968750 +-0.070800781250 +0.137695312500 +0.056152343750 +0.180664062500 +0.090332031250 +-0.045654296875 +-0.002044677734 +-0.063476562500 +-0.161132812500 +0.019165039062 +-0.241210937500 +0.061035156250 +-0.029174804688 +0.054687500000 +-0.118652343750 +-0.165039062500 +-0.069335937500 +-0.119140625000 +0.106933593750 +-0.013793945312 +0.024291992188 +-0.009826660156 +0.009094238281 +-0.017700195312 +0.077636718750 +0.059082031250 +-0.063476562500 +-0.031250000000 +-0.052734375000 +0.172851562500 +-0.021850585938 +-0.124023437500 +-0.017333984375 +-0.184570312500 +-0.003631591797 +-0.007995605469 +-0.057128906250 +-0.049316406250 +0.091796875000 +-0.112304687500 +0.074707031250 +-0.083007812500 +-0.031494140625 +-0.182617187500 +-0.103515625000 +-0.027832031250 +-0.125976562500 +0.055664062500 +0.046142578125 +-0.104003906250 +-0.021240234375 +0.136718750000 +-0.138671875000 +0.192382812500 +-0.094238281250 +-0.043701171875 +-0.072753906250 +-0.247070312500 +-0.005126953125 +0.291015625000 +-0.114257812500 +-0.056152343750 +-0.146484375000 +-0.078613281250 +-0.028076171875 +-0.028930664062 +0.075195312500 +0.038085937500 +0.064453125000 +-0.312500000000 +0.104003906250 +-0.234375000000 +-0.253906250000 +-0.120605468750 +-0.024536132812 +-0.124023437500 +0.060058593750 +-0.154296875000 +-0.222656250000 +-0.149414062500 +0.086425781250 +-0.196289062500 +0.108886718750 +-0.045410156250 +0.150390625000 +-0.147460937500 +-0.112792968750 +-0.324218750000 +0.031250000000 +0.001754760742 +-0.154296875000 +-0.108398437500 +0.109375000000 +0.089843750000 +-0.020874023438 +-0.070312500000 +-0.013732910156 +-0.089355468750 +0.079589843750 +-0.012939453125 +0.125976562500 +0.013488769531 +-0.038085937500 +-0.173828125000 +0.055908203125 +-0.039550781250 +0.010314941406 +-0.088378906250 +-0.002029418945 +-0.090820312500 +0.032226562500 +0.045166015625 +0.082031250000 +0.037353515625 +0.048828125000 +-0.119140625000 +-0.343750000000 +-0.035156250000 +-0.028198242188 +0.022216796875 +0.113769531250 +0.030639648438 +0.006011962891 +-0.100585937500 +-0.205078125000 +0.019653320312 +-0.154296875000 +-0.137695312500 +-0.058837890625 +-0.087402343750 +0.152343750000 +0.087402343750 +-0.068359375000 +-0.065917968750 +0.059326171875 +-0.233398437500 +-0.152343750000 +0.055664062500 +-0.070800781250 +-0.076171875000 +0.089355468750 +-0.069335937500 +-0.068847656250 +0.162109375000 +0.125976562500 +0.113769531250 +-0.001167297363 +-0.099609375000 +0.143554687500 +-0.038085937500 +0.032958984375 +-0.515625000000 +0.037841796875 +-0.004516601562 +-0.076171875000 +-0.341796875000 +0.166015625000 +-0.267578125000 +0.004364013672 +0.010681152344 +0.107910156250 +0.091796875000 +0.109375000000 +0.029296875000 +0.028198242188 +-0.171875000000 +-0.146484375000 +-0.083984375000 +0.009033203125 +-0.251953125000 +-0.006500244141 +0.029663085938 +0.041503906250 +0.026489257812 +-0.055419921875 +-0.175781250000 +0.022216796875 +-0.082031250000 +0.079589843750 +0.069824218750 +0.233398437500 +0.096679687500 +0.055175781250 +0.055419921875 +0.100097656250 +0.187500000000 +0.058349609375 +0.033203125000 +0.196289062500 +-0.011901855469 +-0.039062500000 +-0.031494140625 +-0.009094238281 +-0.133789062500 +-0.088378906250 +0.014892578125 +-0.111816406250 +-0.121582031250 +0.099121093750 +-0.111816406250 +0.115234375000 +0.176757812500 +-0.190429687500 +0.123046875000 +-0.376953125000 +0.149414062500 +-0.042480468750 +0.098632812500 +-0.084472656250 +0.063476562500 +-0.001907348633 +-0.009765625000 +-0.068359375000 +-0.157226562500 +0.076660156250 +-0.187500000000 +-0.001464843750 +0.092285156250 +0.205078125000 +-0.330078125000 +0.145507812500 +-0.128906250000 +-0.062988281250 +0.087402343750 +0.106445312500 +0.152343750000 +0.060058593750 +-0.095214843750 +-0.026000976562 +-0.034667968750 +0.118652343750 +-0.130859375000 +0.041259765625 +-0.199218750000 +-0.010437011719 +0.013977050781 +0.093261718750 +-0.012817382812 +0.106445312500 +-0.160156250000 +0.085449218750 +-0.089843750000 +-0.000031232834 +0.029052734375 +0.171875000000 +0.125976562500 +0.037109375000 +0.175781250000 +0.097167968750 +0.082519531250 +0.028930664062 +-0.045898437500 +0.189453125000 +0.036376953125 +-0.114257812500 +0.092285156250 +0.046142578125 +-0.093750000000 +-0.275390625000 +-0.067871093750 +0.030029296875 +-0.041503906250 +0.007568359375 +-0.152343750000 +0.076171875000 +0.179687500000 +-0.051513671875 +-0.024414062500 +-0.232421875000 +-0.020751953125 +0.022216796875 +0.061523437500 +0.029785156250 +0.174804687500 +-0.021118164062 +0.020874023438 +-0.277343750000 +-0.064941406250 +0.111816406250 +0.164062500000 +-0.011291503906 +0.097167968750 +-0.196289062500 +-0.255859375000 +-0.078125000000 +-0.041015625000 +0.002349853516 +0.062988281250 +0.010314941406 +0.008911132812 +-0.001869201660 +-0.050292968750 +-0.135742187500 +-0.185546875000 +0.090332031250 +-0.294921875000 +0.072753906250 +-0.075195312500 +0.005493164062 +0.016479492188 +-0.000740051270 +-0.018920898438 +-0.064941406250 +0.083984375000 +-0.030395507812 +-0.047119140625 +0.096191406250 +0.161132812500 +0.155273437500 +-0.051025390625 +-0.035400390625 +-0.031494140625 +0.174804687500 +-0.144531250000 +0.065429687500 +-0.326171875000 +0.190429687500 +-0.119140625000 +0.022216796875 +0.105957031250 +0.085937500000 +-0.123535156250 +-0.122558593750 +0.021972656250 +0.210937500000 +-0.075195312500 +-0.028930664062 +-0.060546875000 +-0.098632812500 +-0.125000000000 +0.120117187500 +0.244140625000 +0.094238281250 +-0.107910156250 +-0.225585937500 +-0.151367187500 +0.219726562500 +-0.027587890625 +-0.041259765625 +-0.003890991211 +0.146484375000 +0.033447265625 +0.051757812500 +0.133789062500 +0.187500000000 +0.079101562500 +-0.136718750000 +-0.153320312500 +-0.003723144531 +0.048828125000 +-0.013793945312 +0.134765625000 +-0.088867187500 +-0.187500000000 +-0.025756835938 +0.026855468750 +0.067871093750 +-0.137695312500 +-0.016113281250 +-0.253906250000 +-0.074218750000 +0.041259765625 +-0.073730468750 +-0.088378906250 +-0.106933593750 +-0.059326171875 +0.041259765625 +0.410156250000 +-0.100097656250 +-0.081542968750 +0.014465332031 +-0.156250000000 +-0.230468750000 +0.207031250000 +0.030273437500 +-0.071289062500 +0.058593750000 +-0.148437500000 +-0.000102519989 +-0.083984375000 +-0.373046875000 +-0.052978515625 +0.062500000000 +-0.172851562500 +-0.172851562500 +0.030273437500 +-0.007934570312 +0.061767578125 +0.037597656250 +-0.128906250000 +-0.400390625000 +0.024780273438 +-0.168945312500 +-0.046630859375 +0.080078125000 +0.054687500000 +0.127929687500 +0.105468750000 +-0.098144531250 +0.041748046875 +-0.130859375000 +0.030029296875 +-0.121582031250 +0.077148437500 +0.109863281250 +0.188476562500 +-0.037353515625 +0.058837890625 +0.003494262695 +-0.030639648438 +-0.015991210938 +-0.419921875000 +0.166992187500 +0.168945312500 +-0.223632812500 +0.077148437500 +0.013183593750 +0.023803710938 +-0.104003906250 +0.131835937500 +-0.419921875000 +0.000587463379 +-0.043701171875 +-0.044433593750 +-0.109863281250 +0.056640625000 +0.156250000000 +0.027832031250 +-0.035644531250 +0.230468750000 +0.084960937500 +0.095214843750 +-0.011047363281 +0.001319885254 +-0.053955078125 +0.098632812500 +0.156250000000 +-0.238281250000 +-0.022827148438 +0.025878906250 +0.027587890625 +-0.281250000000 +0.169921875000 +-0.132812500000 +0.052978515625 +0.104492187500 +-0.213867187500 +0.037353515625 +0.029785156250 +0.064941406250 +0.011779785156 +0.108886718750 +0.015991210938 +0.083984375000 +0.042968750000 +0.073730468750 +-0.023925781250 +0.102050781250 +0.149414062500 +0.042480468750 +0.048828125000 +0.047363281250 +-0.118652343750 +0.014465332031 +-0.004150390625 +0.091308593750 +-0.043212890625 +0.006195068359 +0.057373046875 +0.079589843750 +-0.121093750000 +-0.066406250000 +-0.003326416016 +-0.033203125000 +-0.108886718750 +-0.214843750000 +0.028076171875 +0.026245117188 +0.000404357910 +0.007080078125 +-0.060546875000 +-0.174804687500 +0.023803710938 +0.062255859375 +-0.222656250000 +0.195312500000 +0.058593750000 +-0.119140625000 +0.022949218750 +-0.042724609375 +0.096679687500 +-0.198242187500 +-0.182617187500 +-0.001152038574 +0.166015625000 +-0.005554199219 +-0.163085937500 +0.028076171875 +-0.018676757812 +-0.058349609375 +0.129882812500 +-0.196289062500 +0.102050781250 +-0.134765625000 +-0.012878417969 +-0.248046875000 +0.306640625000 +0.087402343750 +0.040283203125 +-0.014587402344 +0.140625000000 +-0.161132812500 +-0.056640625000 +0.026977539062 +-0.195312500000 +0.034423828125 +0.086914062500 +0.062255859375 +-0.190429687500 +0.031982421875 +0.060791015625 +0.062988281250 +-0.038330078125 +0.047363281250 +0.133789062500 +0.109863281250 +0.115722656250 +-0.155273437500 +-0.016113281250 +0.008117675781 +-0.040039062500 +-0.030761718750 +0.061035156250 +0.002319335938 +-0.279296875000 +0.063964843750 +-0.033447265625 +0.039306640625 +0.090820312500 +-0.130859375000 +0.092285156250 +0.004272460938 +0.058105468750 +-0.205078125000 +-0.028930664062 +-0.084472656250 +0.044677734375 +-0.172851562500 +-0.043212890625 +0.055664062500 +0.012695312500 +0.136718750000 +0.045410156250 +-0.081542968750 +0.028930664062 +-0.119140625000 +-0.361328125000 +0.005371093750 +-0.067382812500 +-0.196289062500 +-0.212890625000 +0.051513671875 +-0.034423828125 +-0.000297546387 +0.261718750000 +-0.003753662109 +0.079589843750 +-0.016845703125 +0.010009765625 +-0.010131835938 +0.064453125000 +0.277343750000 +-0.214843750000 +-0.079101562500 +0.009704589844 +-0.212890625000 +0.070800781250 +-0.049072265625 +0.077148437500 +0.004608154297 +0.038330078125 +0.025146484375 +-0.265625000000 +0.102050781250 +0.125976562500 +-0.128906250000 +-0.129882812500 +0.029541015625 +0.249023437500 +0.267578125000 +-0.078125000000 +-0.053466796875 +0.072265625000 +-0.153320312500 +0.141601562500 +-0.115234375000 +-0.020751953125 +-0.123046875000 +-0.163085937500 +0.020141601562 +-0.212890625000 +-0.112792968750 +0.012329101562 +-0.180664062500 +0.032714843750 +0.017089843750 +0.126953125000 +-0.283203125000 +-0.069824218750 +-0.279296875000 +0.140625000000 +-0.070800781250 +0.053955078125 +-0.049804687500 +0.085449218750 +-0.070800781250 +-0.137695312500 +-0.125000000000 +0.075683593750 +-0.088867187500 +-0.253906250000 +0.111328125000 +0.047607421875 +0.065429687500 +-0.101074218750 +0.097656250000 +0.000045061111 +0.032226562500 +0.156250000000 +0.112304687500 +0.001533508301 +0.047851562500 +0.129882812500 +0.170898437500 +0.098144531250 +0.013549804688 +-0.133789062500 +-0.082519531250 +0.009399414062 +-0.041748046875 +0.123535156250 +-0.314453125000 +-0.058349609375 +0.099609375000 +0.057861328125 +-0.018554687500 +-0.263671875000 +0.027465820312 +-0.043945312500 +-0.215820312500 +0.006500244141 +-0.009277343750 +0.178710937500 +0.183593750000 +-0.027709960938 +0.042968750000 +0.037597656250 +-0.292968750000 +-0.001289367676 +0.028564453125 +-0.052246093750 +0.126953125000 +-0.427734375000 +-0.108398437500 +-0.090332031250 +-0.173828125000 +0.058837890625 +-0.112304687500 +-0.055908203125 +0.070312500000 +0.020751953125 +-0.349609375000 +-0.115234375000 +-0.198242187500 +0.103027343750 +-0.164062500000 +0.093261718750 +0.063476562500 +0.006988525391 +0.094238281250 +-0.013244628906 +-0.101562500000 +0.018676757812 +0.055175781250 +-0.326171875000 +0.104492187500 +0.068847656250 +-0.097167968750 +0.048339843750 +0.178710937500 +-0.000038623810 +-0.082519531250 +-0.027343750000 +0.129882812500 +0.007934570312 +0.114746093750 +0.041259765625 +0.182617187500 +-0.029052734375 +-0.018920898438 +-0.300781250000 +0.076660156250 +-0.104980468750 +0.023315429688 +0.194335937500 +-0.957031250000 +0.140625000000 +-0.068359375000 +0.064941406250 +0.100097656250 +-0.158203125000 +0.105957031250 +-0.196289062500 +-0.043457031250 +-0.026000976562 +0.083496093750 +0.049316406250 +0.111816406250 +0.093750000000 +0.157226562500 +-0.048583984375 +-0.265625000000 +-0.000402450562 +0.120605468750 +-0.019531250000 +0.111816406250 +-0.515625000000 +0.083984375000 +-0.003997802734 +-0.302734375000 +-0.086914062500 +0.031494140625 +-0.163085937500 +-0.024902343750 +-0.171875000000 +0.100097656250 +0.064453125000 +-0.058105468750 +0.126953125000 +-0.013854980469 +0.104492187500 +0.241210937500 +0.052490234375 +-0.117187500000 +0.007110595703 +-0.179687500000 +0.178710937500 +0.042480468750 +-0.119140625000 +0.100585937500 +-0.131835937500 +0.081054687500 +0.127929687500 +-0.002761840820 +0.042968750000 +-0.182617187500 +0.147460937500 +-0.107421875000 +0.177734375000 +-0.042236328125 +-0.005828857422 +0.092285156250 +-0.070800781250 +-0.032714843750 +-0.162109375000 +0.031494140625 +0.206054687500 +0.179687500000 +-0.043945312500 +-0.589843750000 +-0.061767578125 +0.006378173828 +-0.004333496094 +0.103027343750 +-0.215820312500 +-0.010375976562 +-0.265625000000 +-0.059082031250 +0.144531250000 +0.022949218750 +-0.171875000000 +0.111816406250 +-0.004394531250 +0.125976562500 +-0.058349609375 +0.053466796875 +-0.117675781250 +-0.048339843750 +-0.180664062500 +0.007873535156 +-0.324218750000 +-0.012145996094 +-0.194335937500 +-0.279296875000 +-0.015197753906 +-0.096191406250 +0.022460937500 +-0.186523437500 +-0.108886718750 +-0.024658203125 +-0.074707031250 +-0.098632812500 +0.076660156250 +0.083007812500 +0.082031250000 +0.103515625000 +-0.005615234375 +0.071289062500 +-0.100097656250 +-0.062011718750 +0.011718750000 +0.057128906250 +0.075195312500 +-0.008911132812 +-0.102050781250 +0.161132812500 +0.093261718750 +0.025756835938 +0.130859375000 +0.189453125000 +0.055175781250 +0.172851562500 +-0.121582031250 +-0.147460937500 +-0.016845703125 +-0.271484375000 +0.043212890625 +0.129882812500 +0.065917968750 +0.108398437500 +0.122070312500 +0.167968750000 +0.131835937500 +-0.032226562500 +-0.222656250000 +0.080078125000 +0.076171875000 +-0.118652343750 +-0.205078125000 +-0.120605468750 +0.018188476562 +0.016967773438 +-0.153320312500 +0.012573242188 +-0.086914062500 +0.061767578125 +0.026977539062 +0.197265625000 +-0.136718750000 +-0.237304687500 +-0.066894531250 +0.042236328125 +-0.027832031250 +0.185546875000 +0.100585937500 +0.057373046875 +0.157226562500 +-0.012756347656 +-0.090332031250 +-0.104492187500 +0.106445312500 +0.208984375000 +0.073242187500 +0.083496093750 +0.084472656250 +-0.155273437500 +0.166992187500 +-0.022705078125 +0.144531250000 +0.152343750000 +-0.204101562500 +-0.097167968750 +0.170898437500 +0.192382812500 +0.098632812500 +0.049316406250 +-0.051269531250 +-0.140625000000 +0.100585937500 +-0.133789062500 +0.106933593750 +-0.076660156250 +0.046386718750 +0.046386718750 +-0.259765625000 +0.068359375000 +-0.027221679688 +-0.059570312500 +-0.271484375000 +0.032958984375 +-0.067871093750 +0.110839843750 +0.040283203125 +0.073242187500 +-0.000166893005 +-0.047363281250 +0.034912109375 +0.050292968750 +-0.053710937500 +-0.094726562500 +0.104003906250 +0.128906250000 +-0.011718750000 +0.126953125000 +-0.108398437500 +0.137695312500 +-0.104492187500 +0.078125000000 +-0.012573242188 +0.146484375000 +-0.030883789062 +-0.037353515625 +0.119140625000 +-0.154296875000 +0.089843750000 +0.046630859375 +-0.052734375000 +0.039794921875 +-0.048095703125 +0.118652343750 +-0.000040769577 +-0.070800781250 +-0.064941406250 +-0.118164062500 +0.222656250000 +0.027954101562 +-0.047119140625 +-0.149414062500 +-0.195312500000 +-0.155273437500 +-0.078613281250 +-0.004211425781 +0.113769531250 +-0.001487731934 +-0.291015625000 +0.022949218750 +0.192382812500 +-0.003814697266 +-0.081542968750 +-0.082519531250 +0.022827148438 +-0.135742187500 +-0.019287109375 +0.041503906250 +-0.214843750000 +0.052734375000 +-0.096191406250 +0.115234375000 +0.025268554688 +0.092773437500 +-0.160156250000 +0.008728027344 +0.057373046875 +-0.283203125000 +-0.024536132812 +0.044433593750 +0.028930664062 +0.062011718750 +-0.164062500000 +0.002273559570 +-0.123046875000 +-0.000233650208 +-0.058593750000 +-0.020385742188 +0.139648437500 +0.050537109375 +0.056396484375 +-0.043212890625 +-0.012023925781 +0.090332031250 +-0.237304687500 +0.097656250000 +0.098144531250 +0.055908203125 +-0.064941406250 +-0.066894531250 +-0.012817382812 +0.005187988281 +0.042480468750 +-0.044189453125 +-0.070800781250 +0.052001953125 +0.013305664062 +0.186523437500 +0.000272750854 +0.051513671875 +-0.056884765625 +-0.000629425049 +0.132812500000 +0.027221679688 +-0.034179687500 +-0.201171875000 +-0.195312500000 +-0.065429687500 +-0.058593750000 +-0.158203125000 +0.050292968750 +0.032226562500 +0.015869140625 +-0.067871093750 +-0.291015625000 +0.036621093750 +-0.166992187500 +-0.320312500000 +0.062255859375 +-0.021240234375 +-0.055175781250 +0.126953125000 +-0.386718750000 +-0.101562500000 +0.085449218750 +-0.003555297852 +-0.213867187500 +0.199218750000 +0.007873535156 +-0.078125000000 +-0.053955078125 +-0.271484375000 +0.055908203125 +-0.001457214355 +-0.082031250000 +-0.041503906250 +-0.106933593750 +0.083984375000 +-0.154296875000 +0.058837890625 +-0.041992187500 +-0.061523437500 +0.138671875000 +0.152343750000 +-0.083007812500 +0.177734375000 +0.005706787109 +0.120117187500 +-0.218750000000 +0.090820312500 +-0.125000000000 +-0.043457031250 +-0.016235351562 +-0.098144531250 +0.004486083984 +0.061767578125 +-0.059570312500 +-0.087890625000 +-0.150390625000 +0.076660156250 +-0.069824218750 +-0.058837890625 +-0.134765625000 +-0.019409179688 +0.051513671875 +0.053466796875 +0.072265625000 +0.046386718750 +-0.083496093750 +0.037353515625 +-0.135742187500 +-0.044433593750 +0.060302734375 +-0.023803710938 +0.000343322754 +-0.056640625000 +0.142578125000 +-0.345703125000 +-0.202148437500 +0.166015625000 +0.025756835938 +0.101562500000 +0.015258789062 +0.001716613770 +0.056152343750 +-0.024658203125 +-0.057861328125 +-0.073242187500 +0.066406250000 +0.101074218750 +0.053955078125 +0.094238281250 +-0.041503906250 +-0.025634765625 +-0.034423828125 +-0.126953125000 +0.005676269531 +0.038818359375 +-0.128906250000 +-0.017089843750 +-0.066894531250 +0.095703125000 +0.011962890625 +0.010070800781 +0.046142578125 +-0.092773437500 +0.037841796875 +-0.010925292969 +-0.026733398438 +0.082519531250 +0.100097656250 +-0.004852294922 +0.072753906250 +0.093750000000 +0.048828125000 +-0.041748046875 +0.035156250000 +-0.018310546875 +-0.052001953125 +0.036376953125 +-0.060546875000 +-0.083007812500 +-0.205078125000 +-0.029663085938 +-0.045410156250 +-0.003616333008 +0.019775390625 +-0.200195312500 +0.031982421875 +-0.085449218750 +-0.005737304688 +0.195312500000 +-0.056396484375 +-0.150390625000 +0.059570312500 +-0.251953125000 +0.121093750000 +0.023803710938 +-0.025146484375 +0.019165039062 +0.040283203125 +-0.445312500000 +0.024536132812 +0.178710937500 +0.152343750000 +-0.042236328125 +-0.009155273438 +-0.079589843750 +0.122070312500 +-0.213867187500 +-0.215820312500 +0.040283203125 +-0.046142578125 +-0.045166015625 +-0.089843750000 +-0.041259765625 +0.078125000000 +0.055908203125 +-0.095214843750 +-0.176757812500 +-0.077636718750 +-0.028686523438 +0.017089843750 +0.100585937500 +0.031250000000 +0.099609375000 +0.018554687500 +-0.138671875000 +0.080566406250 +0.096679687500 +0.061767578125 +-0.018676757812 +-0.142578125000 +0.069824218750 +-0.139648437500 +0.084472656250 +-0.172851562500 +-0.025146484375 +0.026123046875 +-0.085937500000 +0.035156250000 +-0.138671875000 +-0.099121093750 +0.052001953125 +-0.093261718750 +0.029541015625 +-0.289062500000 +-0.092285156250 +0.127929687500 +0.006896972656 +0.026733398438 +-0.190429687500 +0.031982421875 +0.012390136719 +-0.079101562500 +0.214843750000 +-0.123535156250 +-0.103515625000 +-0.040283203125 +-0.209960937500 +-0.027709960938 +-0.130859375000 +-0.083007812500 +-0.050781250000 +-0.081054687500 +-0.064941406250 +-0.043212890625 +0.083496093750 +0.125976562500 +-0.275390625000 +-0.033203125000 +-0.137695312500 +-0.008483886719 +-0.061523437500 +-0.159179687500 +0.016601562500 +0.046630859375 +-0.204101562500 +-0.159179687500 +-0.044921875000 +0.042236328125 +0.102050781250 +0.012023925781 +-0.064453125000 +-0.201171875000 +-0.031982421875 +-0.076171875000 +0.060058593750 +0.056396484375 +-0.042480468750 +0.133789062500 +-0.220703125000 +0.003738403320 +0.017578125000 +-0.027343750000 +0.067871093750 +-0.439453125000 +-0.150390625000 +-0.094238281250 +0.058593750000 +-0.016357421875 +-0.036376953125 +-0.017578125000 +-0.173828125000 +-0.056640625000 +-0.028564453125 +-0.013732910156 +-0.033203125000 +-0.080566406250 +0.044433593750 +-0.091308593750 +0.081054687500 +0.052246093750 +-0.083007812500 +-0.038330078125 +-0.172851562500 +-0.082031250000 +-0.132812500000 +-0.061523437500 +0.051513671875 +-0.194335937500 +-0.095214843750 +-0.007995605469 +-0.261718750000 +0.034912109375 +-0.038330078125 +-0.019653320312 +-0.083007812500 +-0.132812500000 +0.003433227539 +0.060058593750 +0.145507812500 +0.109375000000 +-0.349609375000 +-0.189453125000 +0.146484375000 +0.084472656250 +0.092773437500 +0.032226562500 +0.103027343750 +0.073730468750 +-0.052734375000 +-0.192382812500 +0.061279296875 +-0.067871093750 +0.018066406250 +0.067871093750 +-0.148437500000 +0.136718750000 +0.009582519531 +0.033203125000 +-0.040527343750 +-0.007263183594 +-0.200195312500 +0.068359375000 +-0.277343750000 +-0.024780273438 +0.096191406250 +-0.062011718750 +-0.038574218750 +-0.246093750000 +0.019409179688 +-0.187500000000 +0.003051757812 +0.018920898438 +0.119140625000 +0.100585937500 +-0.019409179688 +0.058593750000 +-0.098632812500 +0.075195312500 +-0.034912109375 +-0.068847656250 +0.065429687500 +-0.361328125000 +0.073730468750 +0.142578125000 +0.036132812500 +-0.120117187500 +-0.031738281250 +-0.049072265625 +-0.079589843750 +0.077636718750 +0.023315429688 +0.150390625000 +0.107421875000 +-0.083496093750 +0.134765625000 +0.100097656250 +0.063964843750 +-0.337890625000 +-0.213867187500 +0.052246093750 +0.060791015625 +0.168945312500 +0.063964843750 +-0.139648437500 +-0.257812500000 +0.142578125000 +0.008178710938 +0.042724609375 +-0.176757812500 +-0.154296875000 +0.077148437500 +-0.064941406250 +0.084960937500 +0.153320312500 +0.092285156250 +0.082519531250 +-0.024780273438 +-0.009399414062 +-0.239257812500 +0.141601562500 +-0.228515625000 +0.054199218750 +0.141601562500 +0.055664062500 +0.035400390625 +-0.004058837891 +0.196289062500 +-0.147460937500 +0.033447265625 +0.012145996094 +0.154296875000 +-0.108886718750 +0.100097656250 +0.148437500000 +-0.138671875000 +-0.103027343750 +0.069824218750 +0.055419921875 +0.121093750000 +-0.253906250000 +0.032226562500 +0.155273437500 +-0.004211425781 +-0.009643554688 +-0.122558593750 +-0.237304687500 +0.145507812500 +0.024902343750 +-0.058349609375 +-0.259765625000 +0.104003906250 +-0.031005859375 +-0.111816406250 +0.007324218750 +0.005767822266 +0.114257812500 +0.081542968750 +-0.083984375000 +-0.106445312500 +0.095703125000 +0.084472656250 +-0.049072265625 +-0.057617187500 +-0.053710937500 +-0.022583007812 +-0.088867187500 +0.038085937500 +-0.011535644531 +-0.086425781250 +0.067871093750 +-0.060791015625 +0.087402343750 +0.110351562500 +-0.185546875000 +0.139648437500 +-0.011779785156 +0.122070312500 +-0.020996093750 +0.073242187500 +-0.127929687500 +-0.007415771484 +-0.063476562500 +-0.001937866211 +0.142578125000 +-0.191406250000 +-0.170898437500 +0.056396484375 +-0.110839843750 +0.085937500000 +0.024780273438 +-0.059082031250 +-0.183593750000 +0.150390625000 +0.061035156250 +0.062011718750 +-0.261718750000 +0.098632812500 +0.004974365234 +-0.421875000000 +-0.025878906250 +0.075683593750 +-0.060302734375 +0.103027343750 +-0.154296875000 +0.083496093750 +-0.066894531250 +-0.335937500000 +0.045654296875 +0.002349853516 +-0.186523437500 +0.056152343750 +-0.065917968750 +-0.226562500000 +-0.032714843750 +-0.032714843750 +0.032226562500 +-0.084472656250 +0.005096435547 +-0.078613281250 +-0.000724792480 +0.082519531250 +-0.154296875000 +-0.081542968750 +-0.020751953125 +0.032226562500 +-0.239257812500 +-0.127929687500 +0.096679687500 +0.216796875000 +0.089355468750 +0.028808593750 +-0.071289062500 +-0.285156250000 +-0.071289062500 +-0.102539062500 +0.049316406250 +0.001861572266 +-0.265625000000 +0.092773437500 +-0.023437500000 +0.053466796875 +0.086914062500 +0.007232666016 +-0.376953125000 +0.006195068359 +-0.003112792969 +-0.162109375000 +0.092285156250 +-0.143554687500 +0.097167968750 +0.195312500000 +0.089843750000 +-0.097167968750 +0.021972656250 +-0.225585937500 +-0.160156250000 +-0.012451171875 +-0.024902343750 +-0.041748046875 +-0.004119873047 +0.121093750000 +-0.404296875000 +-0.185546875000 +-0.074218750000 +0.023071289062 +-0.170898437500 +0.006317138672 +-0.008544921875 +-0.105957031250 +-0.151367187500 +-0.203125000000 +0.121582031250 +0.055175781250 +-0.314453125000 +-0.192382812500 +0.078613281250 +-0.034912109375 +-0.044677734375 +-0.176757812500 +-0.062500000000 +0.030761718750 +-0.009277343750 +0.077148437500 +-0.015869140625 +0.088378906250 +-0.100097656250 +0.164062500000 +0.059326171875 +0.037109375000 +0.160156250000 +-0.271484375000 +-0.048583984375 +0.076171875000 +0.153320312500 +-0.028442382812 +-0.019897460938 +-0.233398437500 +-0.208984375000 +-0.020019531250 +0.022094726562 +0.003097534180 +-0.287109375000 +-0.182617187500 +0.056884765625 +-0.038085937500 +0.049560546875 +-0.033447265625 +-0.476562500000 +0.058105468750 +-0.220703125000 +-0.001167297363 +0.111816406250 +-0.019042968750 +0.119628906250 +-0.053710937500 +-0.114746093750 +-0.145507812500 +0.071289062500 +-0.202148437500 +-0.015747070312 +-0.117187500000 +-0.128906250000 +-0.081054687500 +-0.102539062500 +0.019165039062 +-0.449218750000 +-0.011840820312 +0.091308593750 +0.077148437500 +-0.058105468750 +-0.035644531250 +0.120605468750 +-0.021240234375 +-0.236328125000 +-0.130859375000 +0.062255859375 +-0.187500000000 +-0.273437500000 +0.087402343750 +-0.026367187500 +-0.070800781250 +-0.038818359375 +-0.279296875000 +0.048583984375 +0.111816406250 +-0.025146484375 +0.123535156250 +-0.074707031250 +-0.055664062500 +-0.261718750000 +0.119140625000 +-0.019897460938 +0.040527343750 +0.120605468750 +-0.030883789062 +-0.106445312500 +-0.049560546875 +0.120117187500 +-0.300781250000 +0.071777343750 +-0.168945312500 +-0.050781250000 +0.039794921875 +0.028930664062 +-0.141601562500 +-0.116210937500 +-0.103027343750 +0.042724609375 +-0.014648437500 +-0.126953125000 +-0.008056640625 +-0.996093750000 +-0.092285156250 +-0.239257812500 +-0.081054687500 +0.230468750000 +-0.039550781250 +-0.143554687500 +-0.063964843750 +-0.042724609375 +-0.257812500000 +0.056152343750 +-0.165039062500 +0.046630859375 +-0.146484375000 +0.098144531250 +0.000016808510 +0.052490234375 +0.170898437500 +-0.012695312500 +-0.020141601562 +-0.155273437500 +-0.089843750000 +0.043457031250 +-0.102539062500 +0.049316406250 +0.021362304688 +-0.134765625000 +-0.349609375000 +0.005035400391 +0.060791015625 +-0.054443359375 +-0.066894531250 +0.131835937500 +0.005065917969 +-0.060546875000 +-0.349609375000 +-0.050781250000 +0.008178710938 +-0.314453125000 +-0.032958984375 +-0.267578125000 +0.038818359375 +0.002182006836 +0.100097656250 +0.028686523438 +-0.016357421875 +0.184570312500 +0.030639648438 +-0.110351562500 +0.179687500000 +0.028686523438 +-0.196289062500 +0.086914062500 +-0.071777343750 +-0.013549804688 +0.014648437500 +-0.088867187500 +-0.283203125000 +-0.122070312500 +-0.025390625000 +-0.072265625000 +-0.002655029297 +-0.061523437500 +-0.080078125000 +-0.746093750000 +-0.118652343750 +-0.128906250000 +-0.090820312500 +0.034912109375 +0.008361816406 +-0.257812500000 +0.074707031250 +0.007659912109 +-0.062500000000 +0.017211914062 +-0.093261718750 +-0.005065917969 +-0.020751953125 +-0.014709472656 +0.061523437500 +0.063964843750 +-0.008117675781 +-0.030639648438 +0.171875000000 +-0.187500000000 +-0.024291992188 +-0.142578125000 +-0.068847656250 +-0.138671875000 +0.104980468750 +0.025512695312 +-0.173828125000 +0.080078125000 +0.033447265625 +0.052246093750 +-0.203125000000 +0.074707031250 +0.012451171875 +-0.021606445312 +-0.198242187500 +-0.155273437500 +-0.043212890625 +-0.083984375000 +-0.249023437500 +-0.507812500000 +0.018798828125 +0.161132812500 +0.026489257812 +-0.043457031250 +0.144531250000 +-0.030883789062 +0.231445312500 +-0.289062500000 +-0.151367187500 +-0.090332031250 +-0.132812500000 +-0.150390625000 +-0.040039062500 +0.064941406250 +-0.182617187500 +-0.054687500000 +-0.148437500000 +-0.172851562500 +0.347656250000 +0.090332031250 +0.041503906250 +0.062988281250 +-0.165039062500 +-0.245117187500 +0.138671875000 +0.166992187500 +-0.228515625000 +0.075195312500 +0.071289062500 +-0.273437500000 +0.080566406250 +-0.271484375000 +0.111328125000 +-0.022827148438 +-0.043701171875 +0.127929687500 +0.121093750000 +-0.025268554688 +0.079589843750 +-0.152343750000 +0.094726562500 +0.054931640625 +0.125000000000 +0.006072998047 +0.052734375000 +-0.037353515625 +0.199218750000 +0.026123046875 +-0.016601562500 +0.045410156250 +0.171875000000 +-0.160156250000 +0.096679687500 +0.102539062500 +0.158203125000 +-0.071289062500 +-0.038085937500 +0.097167968750 +0.003936767578 +0.147460937500 +-0.004425048828 +0.079589843750 +-0.120117187500 +-0.093750000000 +-0.017211914062 +-0.079101562500 +-0.037353515625 +-0.018310546875 +0.028564453125 +0.020629882812 +-0.046630859375 +-0.139648437500 +-0.122070312500 +0.033447265625 +-0.122558593750 +-0.363281250000 +0.127929687500 +0.062011718750 +0.100585937500 +-0.040283203125 +0.101074218750 +-0.020263671875 +0.069335937500 +0.021728515625 +-0.180664062500 +0.096191406250 +0.084960937500 +-0.082519531250 +0.046875000000 +-0.070312500000 +-0.125976562500 +-0.036865234375 +0.009826660156 +-0.101562500000 +0.198242187500 +-0.063964843750 +-0.102050781250 +-0.183593750000 +-0.035888671875 +0.265625000000 +0.026367187500 +-0.188476562500 +0.077148437500 +0.049560546875 +0.183593750000 +-0.120605468750 +0.057861328125 +0.084472656250 +-0.036132812500 +0.137695312500 +-0.185546875000 +-0.081542968750 +0.147460937500 +0.065917968750 +-0.343750000000 +-0.221679687500 +0.103515625000 +0.024047851562 +0.023071289062 +0.044921875000 +-0.020507812500 +-0.154296875000 +0.049560546875 +0.049072265625 +-0.030151367188 +-0.030639648438 +0.077148437500 +0.045166015625 +-0.085937500000 +-0.169921875000 +0.019775390625 +0.141601562500 +-0.093750000000 +0.057617187500 +0.058105468750 +-0.149414062500 +-0.038818359375 +-0.050781250000 +0.183593750000 +0.013671875000 +0.024780273438 +-0.038574218750 +0.039794921875 +-0.001060485840 +0.013916015625 +0.164062500000 +-0.042968750000 +-0.001029968262 +-0.168945312500 +0.147460937500 +0.283203125000 +0.086914062500 +-0.117675781250 +0.027099609375 +0.062500000000 +0.096191406250 +-0.052978515625 +-0.066406250000 +0.052490234375 +-0.129882812500 +0.149414062500 +-0.016845703125 +0.034912109375 +0.135742187500 +0.029296875000 +-0.056640625000 +-0.007141113281 +-0.050537109375 +0.093261718750 +0.020141601562 +-0.043945312500 +0.150390625000 +-0.049804687500 +0.072265625000 +0.133789062500 +-0.039794921875 +0.205078125000 +-0.099121093750 +0.066894531250 +-0.138671875000 +0.053710937500 +0.015625000000 +0.045654296875 +-0.041748046875 +0.104980468750 +-0.123535156250 +0.225585937500 +0.001480102539 +0.222656250000 +-0.000633239746 +0.001922607422 +0.085937500000 +-0.182617187500 +-0.134765625000 +-0.119628906250 +0.073242187500 +-0.041015625000 +0.017089843750 +0.083984375000 +-0.265625000000 +-0.106933593750 +-0.138671875000 +0.100097656250 +-0.071777343750 +0.058593750000 +0.086425781250 +-0.011535644531 +-0.097167968750 +0.005828857422 +-0.023803710938 +-0.074707031250 +0.055175781250 +0.114257812500 +-0.132812500000 +-0.077636718750 +-0.008178710938 +0.136718750000 +-0.140625000000 +0.074218750000 +0.057373046875 +0.021362304688 +0.064453125000 +0.028198242188 +-0.151367187500 +-0.184570312500 +-0.035644531250 +-0.087402343750 +0.031738281250 +-0.041992187500 +0.026977539062 +0.040527343750 +-0.150390625000 +0.076660156250 +0.052978515625 +-0.007232666016 +-0.166015625000 +-0.085937500000 +-0.045166015625 +0.164062500000 +0.013000488281 +0.159179687500 +0.026855468750 +-0.004302978516 +-0.130859375000 +-0.023925781250 +-0.047607421875 +-0.034423828125 +0.105468750000 +-0.062255859375 +-0.239257812500 +0.229492187500 +-0.149414062500 +0.036132812500 +0.015869140625 +0.153320312500 +-0.053222656250 +0.116210937500 +-0.257812500000 +-0.125976562500 +0.088867187500 +0.091308593750 +-0.057373046875 +0.046875000000 +-0.343750000000 +0.039062500000 +-0.239257812500 +0.130859375000 +0.030761718750 +0.053710937500 +0.125976562500 +-0.016845703125 +0.049316406250 +0.025634765625 +-0.039306640625 +-0.052001953125 +0.045654296875 +-0.006286621094 +-0.058837890625 +-0.020263671875 +0.095214843750 +-0.078125000000 +-0.005706787109 +-0.253906250000 +0.110839843750 +-0.066406250000 +0.171875000000 +0.011230468750 +-0.488281250000 +-0.010864257812 +-0.121093750000 +-0.096679687500 +-0.081542968750 +-0.135742187500 +-0.102539062500 +0.136718750000 +-0.148437500000 +-0.034667968750 +-0.066406250000 +0.031494140625 +0.052978515625 +-0.083007812500 +-0.129882812500 +0.193359375000 +0.168945312500 +0.143554687500 +0.090820312500 +0.015136718750 +-0.221679687500 +-0.066406250000 +0.104980468750 +-0.076171875000 +0.104980468750 +-0.016113281250 +-0.142578125000 +0.072753906250 +-0.012817382812 +-0.302734375000 +-0.125976562500 +0.042480468750 +0.010681152344 +-0.261718750000 +-0.163085937500 +-0.057617187500 +-0.032226562500 +-0.082519531250 +-0.261718750000 +-0.156250000000 +-0.050537109375 +-0.017944335938 +-0.292968750000 +0.095703125000 +-0.022338867188 +0.040283203125 +-0.283203125000 +-0.093261718750 +-0.265625000000 +-0.004486083984 +-0.143554687500 +-0.016967773438 +0.018310546875 +-0.039306640625 +-0.210937500000 +0.060058593750 +-0.004302978516 +0.054687500000 +-0.134765625000 +-0.082031250000 +0.009277343750 +0.070800781250 +0.003021240234 +0.032226562500 +-0.053222656250 +-0.157226562500 +-0.207031250000 +0.195312500000 +-0.022216796875 +0.122070312500 +-0.184570312500 +0.102539062500 +-0.294921875000 +-0.068847656250 +-0.040771484375 +0.162109375000 +0.190429687500 +-0.060546875000 +-0.012512207031 +0.310546875000 +0.017944335938 +0.126953125000 +0.130859375000 +0.050537109375 +-0.054199218750 +-0.094726562500 +-0.100585937500 +-0.000135421753 +0.128906250000 +0.011657714844 +0.002731323242 +-0.113769531250 +0.187500000000 +-0.029541015625 +-0.292968750000 +0.134765625000 +0.080566406250 +0.141601562500 +0.124511718750 +0.029174804688 +0.057617187500 +0.049072265625 +0.023071289062 +-0.094726562500 +0.068359375000 +-0.281250000000 +-0.281250000000 +0.046630859375 +0.150390625000 +-0.104492187500 +-0.052246093750 +-0.138671875000 +0.060058593750 +0.071777343750 +0.090820312500 +-0.102539062500 +0.055908203125 +0.001083374023 +-0.227539062500 +0.162109375000 +-0.223632812500 +0.131835937500 +-0.036865234375 +-0.091796875000 +0.007995605469 +0.055419921875 +-0.062500000000 +0.057861328125 +-0.119140625000 +0.263671875000 +-0.206054687500 +0.056396484375 +0.263671875000 +0.094726562500 +-0.166015625000 +0.020019531250 +-0.093750000000 +-0.012023925781 +-0.072265625000 +-0.080078125000 +0.220703125000 +-0.180664062500 +0.285156250000 +0.126953125000 +-0.133789062500 +-0.009582519531 +0.030395507812 +0.021850585938 +-0.030395507812 +0.079589843750 +0.005523681641 +0.081054687500 +-0.111816406250 +-0.018798828125 +0.038330078125 +0.003005981445 +-0.007873535156 +-0.005798339844 +-0.206054687500 +0.105468750000 +0.052978515625 +0.005279541016 +0.122070312500 +0.120605468750 +-0.033203125000 +-0.086425781250 +0.171875000000 +-0.022949218750 +0.056396484375 +-0.060302734375 +-0.112304687500 +0.021118164062 +0.104492187500 +0.046630859375 +0.233398437500 +0.092773437500 +0.103027343750 +-0.190429687500 +-0.170898437500 +-0.092285156250 +-0.041748046875 +-0.015136718750 +-0.104003906250 +0.149414062500 +-0.098144531250 +0.028808593750 +-0.109375000000 +-0.041015625000 +0.201171875000 +0.021850585938 +-0.125976562500 +0.099609375000 +-0.318359375000 +-0.021972656250 +-0.188476562500 +0.119628906250 +0.137695312500 +-0.007934570312 +0.224609375000 +0.059082031250 +-0.124511718750 +-0.110839843750 +-0.014343261719 +-0.151367187500 +0.094238281250 +0.071289062500 +0.078125000000 +-0.021240234375 +-0.170898437500 +0.230468750000 +-0.101562500000 +0.072753906250 +0.087402343750 +-0.078125000000 +-0.096679687500 +-0.275390625000 +-0.163085937500 +-0.059570312500 +-0.343750000000 +0.100585937500 +0.022338867188 +-0.093750000000 +0.036621093750 +0.117187500000 +0.062255859375 +-0.027221679688 +-0.363281250000 +0.175781250000 +-0.073242187500 +-0.013732910156 +0.048339843750 +0.098632812500 +-0.050781250000 +-0.010681152344 +-0.029907226562 +-0.074707031250 +-0.166992187500 +0.126953125000 +0.071289062500 +0.216796875000 +-0.210937500000 +0.071289062500 +0.053466796875 +0.078125000000 +0.158203125000 +0.179687500000 +-0.207031250000 +-0.206054687500 +0.296875000000 +-0.045654296875 +-0.053466796875 +-0.185546875000 +0.179687500000 +-0.006439208984 +-0.148437500000 +-0.259765625000 +-0.017333984375 +-0.033691406250 +-0.030517578125 +0.013549804688 +0.082031250000 +-0.012268066406 +0.046142578125 +-0.016479492188 +0.055908203125 +0.291015625000 +-0.160156250000 +0.094238281250 +0.105468750000 +0.084960937500 +0.144531250000 +0.250000000000 +-0.052734375000 +0.064941406250 +0.170898437500 +-0.068847656250 +-0.003631591797 +-0.013000488281 +-0.008300781250 +-0.152343750000 +0.000473022461 +0.040039062500 +-0.231445312500 +-0.024536132812 +0.063476562500 +-0.408203125000 +-0.019653320312 +-0.011779785156 +0.050781250000 +0.061523437500 +-0.253906250000 +0.034179687500 +0.049804687500 +-0.173828125000 +-0.138671875000 +-0.101562500000 +0.046386718750 +0.011779785156 +-0.289062500000 +0.126953125000 +-0.255859375000 +0.100097656250 +0.161132812500 +0.005004882812 +-0.034912109375 +0.109375000000 +-0.096191406250 +-0.027221679688 +0.089355468750 +0.058349609375 +-0.030517578125 +0.030151367188 +0.075195312500 +0.018798828125 +-0.322265625000 +-0.055664062500 +0.088378906250 +0.067382812500 +0.013061523438 +-0.152343750000 +0.041259765625 +0.186523437500 +-0.038085937500 +-0.009643554688 +-0.091308593750 +-0.029174804688 +0.199218750000 +0.028320312500 +-0.049560546875 +0.025512695312 +-0.000434875488 +-0.019531250000 +-0.004486083984 +0.081542968750 +0.053955078125 +-0.043701171875 +0.210937500000 +0.183593750000 +-0.064941406250 +0.152343750000 +-0.130859375000 +-0.133789062500 +-0.088378906250 +-0.310546875000 +-0.094238281250 +-0.113769531250 +-0.153320312500 +0.066894531250 +-0.016479492188 +0.063476562500 +-0.089843750000 +-0.005340576172 +-0.134765625000 +-0.094726562500 +-0.138671875000 +-0.122070312500 +-0.036621093750 +-0.029541015625 +-0.117675781250 +-0.112304687500 +0.174804687500 +0.041015625000 +-0.078125000000 +-0.087402343750 +0.003646850586 +0.026000976562 +0.230468750000 +0.065429687500 +0.080566406250 +-0.092773437500 +0.063964843750 +-0.070800781250 +-0.159179687500 +-0.156250000000 +-0.076171875000 +0.199218750000 +0.145507812500 +-0.132812500000 +0.135742187500 +-0.028198242188 +0.069824218750 +0.081542968750 +-0.289062500000 +-0.140625000000 +0.011779785156 +-0.122558593750 +-0.017700195312 +0.142578125000 +0.103515625000 +-0.142578125000 +0.095214843750 +0.097167968750 +-0.197265625000 +-0.035644531250 +0.004058837891 +-0.017700195312 +-0.024414062500 +0.051025390625 +-0.115234375000 +-0.096679687500 +0.165039062500 +0.095703125000 +-0.232421875000 +0.224609375000 +-0.043945312500 +-0.057861328125 +-0.163085937500 +-0.024536132812 +-0.087402343750 +0.105957031250 +-0.160156250000 +-0.210937500000 +0.035400390625 +-0.011657714844 +-0.192382812500 +0.136718750000 +-0.023071289062 +-0.067382812500 +-0.298828125000 +0.031982421875 +-0.088867187500 +-0.265625000000 +-0.088867187500 +-0.102050781250 +0.153320312500 +0.104980468750 +0.093261718750 +-0.227539062500 +-0.058105468750 +-0.022216796875 +0.155273437500 +-0.076171875000 +0.031738281250 +-0.062988281250 +-0.160156250000 +0.020996093750 +-0.059082031250 +0.003463745117 +-0.216796875000 +0.122070312500 +0.089355468750 +-0.002410888672 +0.026855468750 +0.102539062500 +0.026977539062 +-0.077636718750 +-0.062988281250 +-0.253906250000 +-0.019409179688 +0.142578125000 +-0.028564453125 +0.062988281250 +0.103515625000 +-0.095703125000 +0.014404296875 +0.203125000000 +-0.152343750000 +0.072265625000 +0.137695312500 +0.198242187500 +-0.207031250000 +-0.224609375000 +-0.390625000000 +0.110351562500 +0.093750000000 +0.166015625000 +-0.033203125000 +0.108886718750 +0.047851562500 +0.064453125000 +0.050048828125 +0.074707031250 +-0.014587402344 +0.057373046875 +-0.100097656250 +0.037109375000 +-0.049804687500 +-0.117675781250 +-0.117187500000 +0.072265625000 +-0.088867187500 +-0.167968750000 +-0.263671875000 +0.026977539062 +-0.064453125000 +-0.086425781250 +-0.037841796875 +-0.039550781250 +0.117187500000 +0.099121093750 +0.007690429688 +0.070312500000 +0.035644531250 +0.002914428711 +0.145507812500 +0.176757812500 +-0.042480468750 +-0.129882812500 +-0.179687500000 +-0.112304687500 +-0.102050781250 +-0.040527343750 +0.017089843750 +0.060791015625 +-0.006164550781 +-0.151367187500 +-0.026977539062 +-0.029785156250 +0.079589843750 +0.094726562500 +0.048095703125 +0.074707031250 +-0.231445312500 +-0.063476562500 +0.058593750000 +-0.027465820312 +0.127929687500 +0.003219604492 +-0.100585937500 +0.124511718750 +-0.173828125000 +0.059570312500 +0.257812500000 +0.133789062500 +-0.033691406250 +-0.055175781250 +-0.130859375000 +0.026367187500 +-0.133789062500 +-0.013244628906 +-0.063476562500 +0.052001953125 +0.008850097656 +-0.289062500000 +0.083007812500 +0.133789062500 +0.138671875000 +0.044921875000 +0.010742187500 +-0.097656250000 +-0.065429687500 +0.032470703125 +-0.108398437500 +0.006195068359 +-0.107910156250 +-0.126953125000 +-0.116210937500 +-0.151367187500 +0.027465820312 +0.026733398438 +0.060546875000 +-0.060302734375 +0.202148437500 +0.158203125000 +0.025146484375 +-0.232421875000 +0.014221191406 +0.125000000000 +-0.187500000000 +0.061767578125 +-0.163085937500 +0.022949218750 +-0.084960937500 +-0.107421875000 +0.056640625000 +-0.056884765625 +-0.064453125000 +0.007598876953 +0.002258300781 +-0.083984375000 +-0.020385742188 +0.038330078125 +-0.075683593750 +0.001350402832 +0.067382812500 +0.073242187500 +-0.029052734375 +0.119628906250 +-0.123046875000 +-0.033935546875 +0.053222656250 +0.104492187500 +0.123535156250 +0.263671875000 +-0.308593750000 +0.125976562500 +0.037841796875 +0.093750000000 +0.049560546875 +-0.179687500000 +-0.089355468750 +-0.115234375000 +0.010498046875 +0.032714843750 +-0.084472656250 +-0.092773437500 +-0.009582519531 +-0.081542968750 +0.326171875000 +-0.316406250000 +0.041259765625 +0.020141601562 +-0.053710937500 +-0.009704589844 +-0.037109375000 +-0.038818359375 +0.098144531250 +-0.168945312500 +0.185546875000 +-0.015075683594 +0.011230468750 +-0.208007812500 +-0.077636718750 +-0.004272460938 +0.126953125000 +0.028442382812 +-0.047119140625 +-0.100585937500 +0.112304687500 +0.064453125000 +-0.129882812500 +0.041503906250 +-0.285156250000 +0.127929687500 +0.002410888672 +0.052490234375 +-0.017211914062 +-0.072265625000 +0.125000000000 +-0.012145996094 +-0.079101562500 +0.124023437500 +-0.074218750000 +-0.073242187500 +0.189453125000 +-0.132812500000 +-0.141601562500 +0.114746093750 +-0.022583007812 +0.208984375000 +-0.038085937500 +0.095703125000 +-0.141601562500 +0.023925781250 +0.054931640625 +0.109863281250 +0.098144531250 +0.047119140625 +-0.003768920898 +0.097656250000 +-0.037353515625 +-0.050781250000 +0.133789062500 +0.067871093750 +0.182617187500 +0.146484375000 +-0.043945312500 +0.109375000000 +-0.118652343750 +0.244140625000 +0.025268554688 +0.002746582031 +-0.068847656250 +-0.159179687500 +0.018554687500 +0.034912109375 +0.022338867188 +0.067871093750 +-0.035644531250 +0.041259765625 +0.063964843750 +0.010620117188 +-0.093261718750 +-0.054199218750 +0.124511718750 +-0.042968750000 +0.068359375000 +0.064453125000 +-0.011047363281 +0.171875000000 +0.269531250000 +0.163085937500 +-0.157226562500 +0.098632812500 +-0.040527343750 +0.226562500000 +0.185546875000 +0.216796875000 +0.054931640625 +-0.063476562500 +-0.061523437500 +-0.059570312500 +0.205078125000 +0.032226562500 +-0.188476562500 +0.123046875000 +-0.001335144043 +0.113769531250 +0.102050781250 +0.080566406250 +0.037597656250 +-0.022216796875 +-0.166992187500 +0.032714843750 +0.171875000000 +-0.053466796875 +0.298828125000 +-0.024780273438 +0.109863281250 +-0.040039062500 +0.060302734375 +0.094238281250 +0.083496093750 +-0.015991210938 +0.045166015625 +0.178710937500 +0.056396484375 +0.047607421875 +-0.013488769531 +0.123046875000 +-0.087402343750 +-0.014038085938 +0.079101562500 +0.015991210938 +0.055908203125 +-0.052490234375 +0.166015625000 +-0.006347656250 +0.075683593750 +-0.169921875000 +0.024291992188 +0.003479003906 +-0.047607421875 +0.121093750000 +0.020141601562 +0.026855468750 +-0.231445312500 +0.032714843750 +0.100585937500 +0.102539062500 +0.018798828125 +0.046630859375 +-0.220703125000 +-0.042968750000 +0.231445312500 +0.253906250000 +-0.192382812500 +0.136718750000 +-0.265625000000 +0.109375000000 +0.110351562500 +0.086425781250 +-0.100585937500 +0.089355468750 +-0.001296997070 +-0.161132812500 +0.233398437500 +0.169921875000 +0.031982421875 +0.065429687500 +-0.014648437500 +-0.108398437500 +-0.070800781250 +0.030273437500 +-0.098632812500 +-0.123046875000 +-0.198242187500 +0.099609375000 +0.043701171875 +-0.156250000000 +0.281250000000 +0.014404296875 +-0.008239746094 +-0.269531250000 +-0.046630859375 +0.038085937500 +-0.105468750000 +-0.117675781250 +0.182617187500 +0.038574218750 +-0.147460937500 +0.044677734375 +0.175781250000 +0.102539062500 +-0.177734375000 +0.061035156250 +0.001533508301 +-0.016479492188 +-0.113769531250 +-0.008544921875 +0.113769531250 +0.127929687500 +-0.022705078125 +0.018798828125 +0.014221191406 +-0.152343750000 +0.050537109375 +0.024169921875 +-0.033203125000 +0.042236328125 +-0.103027343750 +-0.029907226562 +-0.082031250000 +0.193359375000 +-0.128906250000 +-0.017944335938 +-0.441406250000 +0.026367187500 +0.181640625000 +0.168945312500 +-0.208007812500 +-0.004821777344 +-0.018310546875 +0.132812500000 +-0.117675781250 +0.123535156250 +-0.136718750000 +-0.029418945312 +0.061279296875 +0.125976562500 +0.097656250000 +-0.234375000000 +0.029418945312 +0.011596679688 +0.171875000000 +-0.114746093750 +0.122558593750 +-0.302734375000 +-0.013427734375 +-0.010864257812 +-0.146484375000 +0.076660156250 +-0.009399414062 +-0.085449218750 +0.017456054688 +-0.034667968750 +0.047607421875 +0.095214843750 +-0.214843750000 +0.037597656250 +0.068359375000 +0.043212890625 +-0.195312500000 +-0.386718750000 +-0.202148437500 +0.188476562500 +0.020629882812 +0.129882812500 +-0.050048828125 +0.016235351562 +-0.101074218750 +-0.240234375000 +0.031982421875 +0.034912109375 +0.054931640625 +0.195312500000 +0.070800781250 +-0.035400390625 +-0.043457031250 +-0.119140625000 +-0.067382812500 +0.071289062500 +-0.150390625000 +-0.016601562500 +-0.000169754028 +0.070800781250 +-0.146484375000 +0.051269531250 +-0.024536132812 +-0.185546875000 +-0.527343750000 +-0.045654296875 +0.044189453125 +-0.173828125000 +-0.066406250000 +-0.115722656250 +0.008666992188 +0.058837890625 +-0.128906250000 +-0.097656250000 +-0.251953125000 +0.070312500000 +0.020141601562 +-0.060791015625 +-0.008239746094 +-0.035400390625 +-0.051269531250 +0.057128906250 +-0.108886718750 +-0.083984375000 +0.121582031250 +-0.392578125000 +0.054443359375 +-0.103515625000 +-0.002624511719 +-0.005798339844 +0.062011718750 +-0.101074218750 +-0.074218750000 +-0.090332031250 +-0.021972656250 +-0.148437500000 +-0.088867187500 +0.014648437500 +0.107421875000 +0.043212890625 +0.061767578125 +-0.480468750000 +-0.103027343750 +0.159179687500 +-0.049560546875 +0.012512207031 +0.062988281250 +0.080078125000 +-0.324218750000 +-0.058593750000 +-0.159179687500 +0.090332031250 +-0.038574218750 +0.004821777344 +0.003585815430 +-0.095703125000 +-0.300781250000 +-0.009460449219 +-0.059814453125 +-0.025024414062 +0.008911132812 +-0.064453125000 +-0.040771484375 +-0.066406250000 +0.034423828125 +0.060058593750 +-0.211914062500 +-0.196289062500 +-0.244140625000 +0.024291992188 +-0.008605957031 +0.101074218750 +0.068847656250 +-0.020141601562 +0.076171875000 +0.016967773438 +0.000999450684 +0.045166015625 +-0.161132812500 +0.007812500000 +-0.179687500000 +-0.089355468750 +0.019409179688 +0.070312500000 +-0.236328125000 +0.018432617188 +-0.226562500000 +-0.025878906250 +0.056640625000 +-0.210937500000 +-0.010253906250 +-0.140625000000 +-0.028198242188 +0.102050781250 +0.134765625000 +-0.109375000000 +0.092773437500 +-0.230468750000 +0.025268554688 +-0.015563964844 +0.055175781250 +0.156250000000 +-0.036376953125 +-0.099609375000 +0.035400390625 +-0.207031250000 +-0.047607421875 +0.104003906250 +0.097656250000 +0.050537109375 +-0.005828857422 +0.056152343750 +-0.515625000000 +0.004852294922 +-0.273437500000 +0.118652343750 +-0.061767578125 +-0.003402709961 +-0.023803710938 +0.005645751953 +-0.055419921875 +0.126953125000 +-0.014038085938 +0.070312500000 +-0.061523437500 +-0.102539062500 +-0.144531250000 +0.014404296875 +0.173828125000 +0.027343750000 +-0.030761718750 +0.050537109375 +-0.207031250000 +-0.103027343750 +0.119628906250 +-0.098632812500 +-0.029052734375 +-0.041259765625 +-0.114746093750 +-0.091308593750 +-0.041015625000 +0.063476562500 +-0.285156250000 +-0.098144531250 +-0.128906250000 +0.001022338867 +-0.091308593750 +0.020141601562 +-0.347656250000 +0.124511718750 +-0.184570312500 +-0.024902343750 +-0.051513671875 +-0.240234375000 +-0.251953125000 +-0.040283203125 +-0.068359375000 +-0.117187500000 +0.109375000000 +-0.121582031250 +0.069824218750 +-0.300781250000 +-0.075683593750 +-0.062988281250 +0.007537841797 +0.108886718750 +-0.027343750000 +-0.194335937500 +0.053955078125 +-0.069335937500 +-0.147460937500 +0.082031250000 +0.046875000000 +0.075683593750 +-0.232421875000 +0.016845703125 +-0.122558593750 +0.126953125000 +-0.073730468750 +0.044921875000 +0.033691406250 +-0.070312500000 +0.206054687500 +0.041259765625 +-0.005950927734 +0.158203125000 +-0.006835937500 +-0.020019531250 +0.015625000000 +0.055419921875 +0.025146484375 +0.037353515625 +0.042480468750 +0.159179687500 +0.094726562500 +-0.064941406250 +0.017822265625 +0.138671875000 +0.104492187500 +-0.036376953125 +-0.021606445312 +-0.078125000000 +-0.021972656250 +0.013183593750 +-0.006805419922 +0.047119140625 +0.077148437500 +0.019775390625 +0.152343750000 +-0.000086307526 +0.149414062500 +0.208007812500 +-0.113769531250 +0.001113891602 +0.054443359375 +0.063476562500 +0.019409179688 +-0.168945312500 +-0.058593750000 +-0.115722656250 +-0.009582519531 +-0.291015625000 +0.151367187500 +-0.151367187500 +0.073730468750 +-0.188476562500 +0.073730468750 +0.019409179688 +-0.061767578125 +-0.169921875000 +0.149414062500 +-0.077148437500 +-0.016357421875 +0.088867187500 +-0.059570312500 +0.073730468750 +0.015075683594 +-0.068359375000 +-0.100097656250 +0.015441894531 +0.030517578125 +0.094238281250 +-0.007110595703 +0.015136718750 +0.096191406250 +0.007080078125 +-0.043945312500 +0.153320312500 +0.049804687500 +-0.135742187500 +0.146484375000 +0.001525878906 +0.130859375000 +0.094726562500 +-0.022094726562 +0.150390625000 +0.062500000000 +-0.098144531250 +-0.043945312500 +-0.013061523438 +0.140625000000 +0.084472656250 +0.015625000000 +-0.185546875000 +0.032470703125 +-0.036376953125 +0.104003906250 +0.075195312500 +-0.088378906250 +-0.137695312500 +-0.008972167969 +0.038085937500 +-0.008972167969 +-0.081054687500 +0.007049560547 +-0.029418945312 +-0.021362304688 +-0.100585937500 +0.092285156250 +0.163085937500 +0.108886718750 +0.027221679688 +-0.124023437500 +0.043945312500 +-0.052734375000 +0.287109375000 +0.026611328125 +0.052246093750 +-0.091796875000 +-0.016845703125 +-0.091308593750 +-0.127929687500 +-0.049072265625 +0.135742187500 +-0.137695312500 +0.194335937500 +-0.171875000000 +0.017700195312 +-0.141601562500 +-0.151367187500 +0.078125000000 +0.199218750000 +0.071777343750 +0.124023437500 +-0.080078125000 +-0.059814453125 +0.054443359375 +0.013183593750 +-0.092285156250 +0.020263671875 +-0.055908203125 +0.119140625000 +-0.104980468750 +0.012207031250 +0.086425781250 +0.034179687500 +0.044921875000 +0.052734375000 +-0.247070312500 +-0.010009765625 +-0.044189453125 +-0.011474609375 +0.022827148438 +-0.048095703125 +0.022338867188 +0.044677734375 +0.026000976562 +-0.026367187500 +-0.017333984375 +-0.152343750000 +0.028686523438 +-0.024047851562 +-0.019165039062 +-0.153320312500 +0.056884765625 +0.114257812500 +0.000255584717 +0.091308593750 +0.025268554688 +-0.024047851562 +0.060791015625 +-0.300781250000 +0.200195312500 +0.070312500000 +-0.041748046875 +0.005065917969 +-0.186523437500 +0.144531250000 +-0.229492187500 +-0.241210937500 +0.041259765625 +0.059814453125 +-0.279296875000 +-0.077636718750 +-0.037597656250 +-0.205078125000 +0.065429687500 +0.149414062500 +-0.001770019531 +-0.255859375000 +-0.065917968750 +-0.023925781250 +-0.107421875000 +0.083007812500 +0.184570312500 +0.145507812500 +0.077636718750 +-0.168945312500 +-0.092285156250 +0.017456054688 +0.162109375000 +0.083496093750 +0.064453125000 +-0.088378906250 +0.047607421875 +0.107421875000 +-0.232421875000 +-0.010192871094 +0.037353515625 +0.056396484375 +0.212890625000 +0.027465820312 +-0.123535156250 +0.040039062500 +-0.265625000000 +0.052734375000 +-0.017211914062 +0.104980468750 +-0.079589843750 +-0.125000000000 +-0.218750000000 +-0.043945312500 +-0.187500000000 +-0.088378906250 +0.049560546875 +0.146484375000 +-0.081542968750 +-0.075683593750 +0.016113281250 +-0.038818359375 +0.092285156250 +0.036621093750 +0.080566406250 +-0.116210937500 +0.077636718750 +-0.053222656250 +0.105468750000 +-0.078125000000 +-0.033447265625 +0.138671875000 +-0.076171875000 +-0.051025390625 +-0.292968750000 +-0.081054687500 +0.004272460938 +0.124511718750 +-0.025756835938 +-0.163085937500 +0.033203125000 +-0.179687500000 +-0.043701171875 +0.100097656250 +0.028076171875 +-0.018554687500 +-0.249023437500 +0.053955078125 +0.021850585938 +0.083496093750 +0.056884765625 +0.041748046875 +0.000904083252 +-0.019165039062 +-0.087890625000 +-0.439453125000 +0.034912109375 +-0.021240234375 +-0.032226562500 +0.063476562500 +-0.127929687500 +-0.090820312500 +-0.206054687500 +0.054687500000 +-0.153320312500 +0.109375000000 +0.070312500000 +-0.006713867188 +-0.225585937500 +0.061523437500 +0.049560546875 +-0.012573242188 +0.034667968750 +0.038085937500 +-0.201171875000 +-0.221679687500 +-0.367187500000 +0.022583007812 +-0.341796875000 +0.025146484375 +-0.036132812500 +0.038574218750 +0.060546875000 +-0.224609375000 +0.093261718750 +-0.018920898438 +-0.011596679688 +0.145507812500 +0.004028320312 +-0.106933593750 +0.064941406250 +0.155273437500 +0.126953125000 +-0.013427734375 +0.094238281250 +0.053466796875 +-0.072265625000 +0.040283203125 +-0.168945312500 +0.117187500000 +-0.070800781250 +-0.008117675781 +0.210937500000 +0.026855468750 +0.109375000000 +-0.110351562500 +-0.075195312500 +0.048828125000 +-0.032470703125 +-0.036621093750 +-0.072265625000 +0.056152343750 +0.059082031250 +0.017700195312 +-0.001197814941 +0.022216796875 +-0.059082031250 +-0.065429687500 +-0.187500000000 +-0.447265625000 +-0.102539062500 +0.011901855469 +-0.314453125000 +0.030151367188 +-0.365234375000 +-0.074218750000 +-0.203125000000 +-0.177734375000 +0.010864257812 +-0.035888671875 +0.219726562500 +0.072265625000 +-0.335937500000 +0.029418945312 +-0.188476562500 +0.088378906250 +0.068847656250 +-0.065917968750 +-0.194335937500 +0.012207031250 +-0.152343750000 +-0.010498046875 +-0.216796875000 +0.069824218750 +0.083007812500 +0.073242187500 +0.055908203125 +-0.086425781250 +0.016845703125 +0.129882812500 +0.074218750000 +0.021606445312 +-0.063964843750 +0.092285156250 +0.016845703125 +0.172851562500 +-0.113281250000 +0.064453125000 +-0.097167968750 +0.056396484375 +0.142578125000 +0.121582031250 +-0.302734375000 +0.088378906250 +0.001235961914 +0.031250000000 +0.052246093750 +-0.004699707031 +-0.005126953125 +-0.166015625000 +-0.140625000000 +0.107910156250 +0.077148437500 +0.106445312500 +-0.032470703125 +-0.066406250000 +0.074707031250 +0.251953125000 +0.132812500000 +0.053222656250 +-0.201171875000 +-0.216796875000 +-0.217773437500 +-0.007324218750 +0.012695312500 +-0.039306640625 +-0.103515625000 +0.111816406250 +-0.096191406250 +-0.091308593750 +-0.085449218750 +-0.062500000000 +-0.100097656250 +0.007873535156 +-0.007446289062 +0.081542968750 +-0.190429687500 +-0.085937500000 +-0.227539062500 +0.136718750000 +-0.034667968750 +-0.051757812500 +0.005584716797 +0.130859375000 +-0.029541015625 +-0.235351562500 +-0.044433593750 +-0.011352539062 +-0.082031250000 +0.040527343750 +-0.019287109375 +0.034667968750 +0.010864257812 +0.029418945312 +0.056884765625 +-0.057373046875 +0.086425781250 +-0.041015625000 +0.040039062500 +-0.061279296875 +-0.051269531250 +-0.097656250000 +-0.040039062500 +0.070800781250 +0.095703125000 +-0.030273437500 +-0.281250000000 +-0.001144409180 +0.269531250000 +0.141601562500 +0.098632812500 +0.001426696777 +-0.096679687500 +-0.125000000000 +-0.076660156250 +0.150390625000 +-0.154296875000 +-0.160156250000 +0.048583984375 +-0.056396484375 +-0.022094726562 +-0.022338867188 +0.034667968750 +-0.071289062500 +-0.259765625000 +-0.127929687500 +-0.174804687500 +0.225585937500 +-0.091308593750 +0.049072265625 +0.112304687500 +-0.141601562500 +-0.001625061035 +0.078125000000 +0.047119140625 +0.013854980469 +-0.100097656250 +-0.010681152344 +-0.209960937500 +-0.037109375000 +-0.096679687500 +0.021484375000 +-0.007934570312 +0.148437500000 +-0.022338867188 +0.081054687500 +-0.136718750000 +-0.001205444336 +0.137695312500 +-0.000690460205 +0.012329101562 +-0.127929687500 +-0.058349609375 +0.121582031250 +0.082519531250 +-0.079589843750 +-0.004699707031 +0.026489257812 +0.005859375000 +-0.093750000000 +0.037353515625 +-0.001213073730 +0.199218750000 +-0.261718750000 +0.090820312500 +-0.149414062500 +0.097656250000 +0.089843750000 +0.036376953125 +-0.102539062500 +-0.077148437500 +0.094238281250 +0.185546875000 +-0.066894531250 +0.228515625000 +-0.108886718750 +0.180664062500 +0.137695312500 +0.021484375000 +0.049316406250 +0.032226562500 +0.137695312500 +-0.093261718750 +-0.386718750000 +0.000198364258 +-0.043457031250 +0.058349609375 +-0.033935546875 +-0.040771484375 +0.032714843750 +-0.147460937500 +-0.018188476562 +-0.120117187500 +-0.053222656250 +0.183593750000 +0.154296875000 +0.130859375000 +0.036376953125 +-0.091796875000 +0.002487182617 +-0.094238281250 +0.010375976562 +0.195312500000 +0.110839843750 +0.017944335938 +-0.154296875000 +-0.029541015625 +0.061279296875 +-0.036865234375 +0.086914062500 +0.062988281250 +0.133789062500 +-0.132812500000 +0.070800781250 +-0.009033203125 +0.071777343750 +0.101074218750 +0.050048828125 +0.116699218750 +0.049072265625 +-0.040771484375 +-0.019897460938 +0.005859375000 +0.082519531250 +0.205078125000 +-0.105957031250 +0.028808593750 +-0.298828125000 +0.062988281250 +-0.068847656250 +0.028320312500 +0.027099609375 +0.139648437500 +-0.167968750000 +0.188476562500 +0.065917968750 +-0.138671875000 +0.024414062500 +-0.106933593750 +-0.047119140625 +0.150390625000 +0.006103515625 +-0.244140625000 +-0.341796875000 +0.034912109375 +0.036132812500 +0.162109375000 +-0.061523437500 +-0.137695312500 +-0.027832031250 +0.010192871094 +0.191406250000 +-0.302734375000 +0.088867187500 +-0.137695312500 +0.123046875000 +0.068847656250 +0.017578125000 +0.109375000000 +0.014099121094 +0.012390136719 +0.068847656250 +-0.112792968750 +-0.291015625000 +-0.146484375000 +0.088378906250 +0.083007812500 +0.092773437500 +-0.184570312500 +-0.091796875000 +-0.165039062500 +-0.351562500000 +-0.022949218750 +0.064941406250 +-0.030517578125 +0.087890625000 +-0.174804687500 +0.066406250000 +0.042236328125 +0.018920898438 +-0.005523681641 +0.030761718750 +0.091796875000 +0.119140625000 +0.036865234375 +-0.125976562500 +0.059570312500 +0.012939453125 +0.111816406250 +-0.089843750000 +0.108398437500 +0.066894531250 +0.082519531250 +-0.014526367188 +-0.060546875000 +-0.031738281250 +-0.006408691406 +-0.009521484375 +0.179687500000 +0.193359375000 +-0.076660156250 +-0.052734375000 +-0.060791015625 +0.013366699219 +0.064453125000 +0.037109375000 +-0.028564453125 +-0.094726562500 +0.157226562500 +0.133789062500 +-0.091796875000 +-0.237304687500 +-0.060791015625 +-0.212890625000 +-0.045166015625 +0.156250000000 +-0.117675781250 +-0.150390625000 +-0.125976562500 +0.015319824219 +0.001701354980 +0.033691406250 +-0.141601562500 +-0.092773437500 +-0.192382812500 +-0.041015625000 +-0.213867187500 +-0.117675781250 +0.013549804688 +-0.042480468750 +0.107910156250 +0.004730224609 +-0.220703125000 +-0.021728515625 +-0.458984375000 +-0.103515625000 +0.110351562500 +0.017211914062 +-0.081054687500 +0.050537109375 +-0.094238281250 +0.062500000000 +-0.017089843750 +0.158203125000 +0.070800781250 +0.167968750000 +0.102539062500 +0.114257812500 +-0.102539062500 +-0.034912109375 +0.040283203125 +0.117675781250 +-0.097167968750 +-0.109375000000 +0.100585937500 +0.172851562500 +-0.217773437500 +0.109863281250 +0.058593750000 +0.036132812500 +-0.107910156250 +0.045898437500 +0.001449584961 +0.228515625000 +-0.117187500000 +0.105468750000 +0.140625000000 +-0.082031250000 +-0.180664062500 +-0.063476562500 +-0.020507812500 +-0.100097656250 +-0.007446289062 +0.041748046875 +0.022460937500 +0.068847656250 +0.051269531250 +0.152343750000 +-0.148437500000 +0.003387451172 +-0.209960937500 +0.105957031250 +-0.026123046875 +-0.019775390625 +0.074218750000 +-0.088378906250 +-0.083496093750 +0.012817382812 +-0.443359375000 +0.029174804688 +-0.172851562500 +-0.265625000000 +0.109863281250 +-0.036376953125 +0.124511718750 +0.011474609375 +-0.090820312500 +-0.119628906250 +-0.320312500000 +-0.314453125000 +-0.176757812500 +0.073242187500 +-0.028076171875 +0.005676269531 +0.029052734375 +0.051757812500 +-0.231445312500 +0.163085937500 +0.083007812500 +0.031738281250 +-0.059082031250 +0.016235351562 +-0.102539062500 +-0.125976562500 +-0.106933593750 +0.172851562500 +0.067382812500 +0.021484375000 +0.044677734375 +0.209960937500 +-0.123046875000 +0.257812500000 +0.087402343750 +-0.198242187500 +-0.154296875000 +0.104003906250 +0.061523437500 +0.078613281250 +0.001014709473 +0.033935546875 +-0.043457031250 +0.174804687500 +-0.085449218750 +0.149414062500 +-0.107910156250 +-0.015380859375 +0.029663085938 +-0.039794921875 +-0.167968750000 +0.031494140625 +0.055175781250 +0.032958984375 +-0.071289062500 +0.064453125000 +0.028320312500 +0.110351562500 +0.100585937500 +-0.279296875000 +0.012512207031 +0.017822265625 +-0.104492187500 +0.048095703125 +-0.039062500000 +-0.212890625000 +-0.201171875000 +-0.229492187500 +-0.027587890625 +-0.027709960938 +0.045898437500 +-0.062988281250 +-0.064941406250 +-0.053222656250 +-0.037841796875 +-0.212890625000 +-0.004272460938 +0.050292968750 +-0.088867187500 +0.012512207031 +-0.212890625000 +-0.016601562500 +-0.351562500000 +-0.061279296875 +0.024902343750 +0.039062500000 +-0.103515625000 +-0.115722656250 +-0.026123046875 +-0.005126953125 +-0.099121093750 +0.005920410156 +0.087890625000 +0.112304687500 +-0.161132812500 +0.015869140625 +-0.181640625000 +0.079589843750 +0.135742187500 +-0.003417968750 +-0.085937500000 +0.127929687500 +0.011840820312 +0.096679687500 +0.139648437500 +0.179687500000 +0.113769531250 +0.051513671875 +-0.062500000000 +0.200195312500 +-0.216796875000 +0.076171875000 +-0.085449218750 +-0.163085937500 +-0.093750000000 +0.182617187500 +-0.245117187500 +-0.029296875000 +-0.275390625000 +0.103027343750 +-0.147460937500 +0.064941406250 +0.073730468750 +-0.099609375000 +-0.044189453125 +0.001754760742 +-0.010070800781 +0.049560546875 +-0.009277343750 +-0.141601562500 +-0.314453125000 +-0.115722656250 +-0.010131835938 +0.099121093750 +0.023559570312 +0.088867187500 +0.071289062500 +0.018188476562 +0.064453125000 +0.090820312500 +-0.079101562500 +0.055419921875 +-0.116699218750 +-0.041748046875 +-0.453125000000 +0.029296875000 +-0.173828125000 +-0.053222656250 +0.028808593750 +0.021240234375 +0.061035156250 +-0.071777343750 +-0.131835937500 +-0.081542968750 +-0.072265625000 +-0.281250000000 +0.032714843750 +-0.086914062500 +0.061279296875 +0.109375000000 +0.071777343750 +0.021240234375 +0.134765625000 +0.187500000000 +-0.133789062500 +0.168945312500 +-0.041748046875 +0.120117187500 +-0.025146484375 +0.033935546875 +-0.043701171875 +-0.062255859375 +0.005493164062 +0.031982421875 +-0.040283203125 +0.020263671875 +0.008728027344 +-0.196289062500 +-0.181640625000 +0.060058593750 +0.047851562500 +-0.094726562500 +-0.470703125000 +0.059570312500 +0.013305664062 +0.068359375000 +-0.104492187500 +-0.154296875000 +0.033691406250 +0.070312500000 +-0.046630859375 +-0.133789062500 +0.291015625000 +-0.062255859375 +-0.051025390625 +-0.118164062500 +0.014709472656 +-0.002700805664 +-0.025512695312 +-0.074218750000 +-0.169921875000 +-0.148437500000 +0.068359375000 +-0.049072265625 +-0.041748046875 +0.044921875000 +-0.103027343750 +0.035400390625 +-0.121582031250 +-0.018920898438 +-0.033691406250 +0.084472656250 +0.035644531250 +0.003509521484 +0.024291992188 +0.027587890625 +-0.156250000000 +-0.184570312500 +-0.017333984375 +-0.474609375000 +0.044189453125 +0.067382812500 +-0.124023437500 +0.043701171875 +-0.138671875000 +0.306640625000 +-0.063476562500 +-0.010620117188 +-0.004638671875 +0.083984375000 +-0.029296875000 +0.019287109375 +-0.304687500000 +0.081542968750 +-0.300781250000 +-0.177734375000 +0.011657714844 +-0.351562500000 +-0.213867187500 +0.082031250000 +-0.020263671875 +-0.123046875000 +0.021850585938 +0.021728515625 +-0.001441955566 +0.032958984375 +0.022460937500 +-0.045166015625 +0.118164062500 +0.067382812500 +-0.059082031250 +-0.031738281250 +-0.051513671875 +-0.026611328125 +-0.019897460938 +-0.097656250000 +0.092773437500 +-0.135742187500 +0.285156250000 +-0.294921875000 +-0.320312500000 +0.102539062500 +0.065429687500 +-0.281250000000 +-0.236328125000 +0.187500000000 +0.014770507812 +0.122070312500 +-0.096191406250 +-0.034667968750 +0.065917968750 +0.041259765625 +-0.053955078125 +0.038818359375 +-0.207031250000 +-0.033935546875 +-0.080566406250 +-0.024658203125 +0.163085937500 +-0.016479492188 +-0.086425781250 +-0.037597656250 +0.192382812500 +-0.052490234375 +-0.024414062500 +0.016113281250 +0.059570312500 +0.042724609375 +0.113769531250 +-0.232421875000 +0.281250000000 +-0.226562500000 +-0.175781250000 +-0.043457031250 +0.067871093750 +-0.082519531250 +-0.125000000000 +-0.069335937500 +-0.073242187500 +-0.035400390625 +0.128906250000 +-0.149414062500 +-0.113281250000 +-0.003280639648 +-0.015441894531 +-0.039550781250 +0.285156250000 +-0.083007812500 +-0.063964843750 +-0.182617187500 +0.037841796875 +-0.015197753906 +-0.009460449219 +0.004882812500 +-0.208007812500 +0.173828125000 +-0.003387451172 +0.033691406250 +0.003326416016 +-0.224609375000 +0.020263671875 +-0.166992187500 +0.115722656250 +-0.239257812500 +-0.484375000000 +-0.026245117188 +-0.076171875000 +-0.410156250000 +-0.157226562500 +0.026367187500 +0.069824218750 +-0.019409179688 +0.025024414062 +0.043457031250 +0.141601562500 +0.048339843750 +-0.172851562500 +0.071777343750 +0.166015625000 +-0.146484375000 +-0.065917968750 +-0.055419921875 +-0.092285156250 +-0.036132812500 +-0.067382812500 +0.029785156250 +0.084472656250 +0.083496093750 +0.055664062500 +0.067382812500 +-0.044921875000 +-0.066894531250 +-0.039794921875 +-0.108886718750 +-0.227539062500 +0.013427734375 +0.140625000000 +0.121582031250 +0.102050781250 +0.030273437500 +0.166992187500 +-0.253906250000 +-0.244140625000 +-0.011840820312 +0.107421875000 +-0.101562500000 +-0.410156250000 +0.040039062500 +0.016479492188 +-0.102050781250 +0.007324218750 +-0.036132812500 +-0.005676269531 +0.008300781250 +-0.099609375000 +0.064453125000 +-0.095214843750 +0.131835937500 +-0.246093750000 +-0.075683593750 +-0.033691406250 +-0.123535156250 +0.033447265625 +-0.138671875000 +-0.093750000000 +-0.100585937500 +-0.086425781250 +-0.347656250000 +-0.071289062500 +0.009094238281 +-0.095703125000 +-0.119628906250 +-0.239257812500 +0.018066406250 +0.064453125000 +0.001068115234 +-0.071289062500 +0.044433593750 +0.015136718750 +-0.103515625000 +0.109375000000 +-0.064941406250 +0.159179687500 +-0.269531250000 +-0.081054687500 +-0.029296875000 +0.215820312500 +0.213867187500 +-0.128906250000 +0.211914062500 +-0.292968750000 +0.109375000000 +0.037353515625 +0.053955078125 +0.017333984375 +0.027709960938 +0.089843750000 +0.170898437500 +-0.048583984375 +0.062500000000 +0.004669189453 +0.155273437500 +-0.136718750000 +0.073242187500 +-0.038818359375 +0.015380859375 +-0.065429687500 +-0.033935546875 +-0.066894531250 +-0.153320312500 +-0.164062500000 +0.027221679688 +-0.018798828125 +0.004394531250 +0.042968750000 +-0.080078125000 +0.133789062500 +-0.271484375000 +0.076660156250 +-0.110351562500 +0.046630859375 +0.194335937500 +0.054687500000 +-0.169921875000 +0.031250000000 +-0.029541015625 +-0.357421875000 +-0.320312500000 +-0.035644531250 +0.040527343750 +-0.039306640625 +-0.253906250000 +0.054931640625 +-0.054443359375 +-0.024047851562 +-0.100097656250 +-0.165039062500 +-0.071289062500 +-0.127929687500 +-0.033691406250 +-0.087890625000 +-0.190429687500 +0.095703125000 +0.033691406250 +-0.051269531250 +-0.115234375000 +0.030395507812 +-0.104492187500 +-0.024902343750 +-0.037109375000 +-0.097167968750 +0.077636718750 +0.074218750000 +0.089843750000 +0.197265625000 +0.101074218750 +0.068359375000 +-0.025146484375 +0.160156250000 +0.132812500000 +0.082519531250 +0.093750000000 +0.067382812500 +-0.002487182617 +-0.032470703125 +0.048583984375 +0.036376953125 +0.072753906250 +0.033203125000 +0.209960937500 +0.090332031250 +-0.199218750000 +-0.024169921875 +-0.107910156250 +-0.249023437500 +-0.271484375000 +-0.121582031250 +0.054931640625 +-0.063476562500 +-0.013305664062 +-0.098632812500 +-0.100097656250 +0.143554687500 +0.118652343750 +0.148437500000 +0.057128906250 +0.086425781250 +0.069824218750 +-0.007812500000 +-0.057861328125 +-0.093750000000 +-0.070312500000 +-0.238281250000 +-0.023559570312 +0.101562500000 +-0.296875000000 +0.008605957031 +-0.101074218750 +-0.416015625000 +0.053710937500 +-0.156250000000 +-0.032226562500 +-0.376953125000 +-0.008117675781 +-0.120605468750 +-0.050537109375 +0.073730468750 +-0.167968750000 +0.019775390625 +-0.007812500000 +-0.177734375000 +-0.104980468750 +0.193359375000 +-0.006835937500 +-0.021484375000 +-0.060546875000 +-0.061279296875 +-0.018432617188 +0.215820312500 +0.015014648438 +0.146484375000 +0.028808593750 +0.018066406250 +-0.081542968750 +0.140625000000 +-0.251953125000 +0.017700195312 +0.082519531250 +-0.191406250000 +0.076171875000 +-0.102539062500 +0.147460937500 +0.076660156250 +-0.016357421875 +-0.044677734375 +-0.103027343750 +-0.035644531250 +-0.207031250000 +-0.062988281250 +-0.396484375000 +-0.241210937500 +0.164062500000 +0.131835937500 +0.030273437500 +0.227539062500 +-0.197265625000 +-0.238281250000 +-0.013732910156 +-0.040527343750 +-0.040527343750 +-0.173828125000 +-0.072753906250 +-0.016967773438 +-0.285156250000 +0.061767578125 +-0.067871093750 +-0.039306640625 +-0.018920898438 +0.069335937500 +-0.451171875000 +-0.079589843750 +-0.141601562500 +-0.542968750000 +0.019165039062 +-0.111816406250 +-0.013916015625 +-0.161132812500 +-0.019775390625 +-0.115234375000 +0.138671875000 +-0.099121093750 +-0.085449218750 +-0.064453125000 +0.125976562500 +-0.251953125000 +0.125976562500 +0.073242187500 +-0.085449218750 +-0.170898437500 +-0.080566406250 +-0.109863281250 +-0.247070312500 +-0.234375000000 +0.095703125000 +0.105957031250 +-0.000514984131 +0.036865234375 +-0.298828125000 +0.125976562500 +-0.063476562500 +-0.239257812500 +-0.177734375000 +-0.056640625000 +0.022460937500 +-0.067382812500 +0.091308593750 +-0.035156250000 +-0.190429687500 +-0.247070312500 +-0.125000000000 +-0.137695312500 +-0.151367187500 +-0.093261718750 +-0.044189453125 +-0.656250000000 +-0.084472656250 +0.178710937500 +0.061279296875 +-0.013427734375 +-0.058349609375 +-0.010803222656 +0.154296875000 +0.006408691406 +0.131835937500 +0.118164062500 +0.037841796875 +0.056884765625 +-0.235351562500 +0.066894531250 +0.144531250000 +-0.296875000000 +-0.023681640625 +0.032714843750 +-0.503906250000 +-0.312500000000 +0.005615234375 +-0.283203125000 +-0.061523437500 +-0.122070312500 +0.164062500000 +0.318359375000 +0.064941406250 +-0.059326171875 +0.018310546875 +-0.032958984375 +-0.061767578125 +0.058593750000 +0.075195312500 +-0.249023437500 +0.074218750000 +0.161132812500 +0.055175781250 +0.085449218750 +-0.019531250000 +-0.015502929688 +0.223632812500 +-0.198242187500 +0.079589843750 +0.114257812500 +-0.136718750000 +0.100097656250 +-0.157226562500 +0.051025390625 +0.300781250000 +0.011718750000 +-0.104003906250 +0.030883789062 +0.119628906250 +-0.275390625000 +-0.104980468750 +0.115234375000 +-0.100585937500 +-0.482421875000 +-0.079101562500 +-0.075195312500 +0.028320312500 +-0.038574218750 +0.153320312500 +-0.644531250000 +-0.138671875000 +0.132812500000 +0.085449218750 +-0.154296875000 +-0.096679687500 +-0.041503906250 +-0.111816406250 +0.054931640625 +0.074218750000 +0.123535156250 +0.034179687500 +0.132812500000 +-0.091796875000 +0.125000000000 +-0.013793945312 +-0.039306640625 +0.153320312500 +-0.162109375000 +-0.312500000000 +-0.542968750000 +-0.122070312500 +0.031494140625 +-0.396484375000 +-0.277343750000 +0.161132812500 +-0.017333984375 +-0.433593750000 +-0.306640625000 +0.059570312500 +0.077636718750 +-0.200195312500 +-0.312500000000 +0.147460937500 +-0.144531250000 +-0.049560546875 +-0.216796875000 +0.052978515625 +0.061767578125 +-0.038574218750 +-0.002960205078 +-0.198242187500 +-0.349609375000 +-0.057373046875 +-0.128906250000 +-0.063476562500 +0.058105468750 +0.055908203125 +-0.174804687500 +-0.000235557556 +-0.246093750000 +-0.125976562500 +0.001495361328 +-0.542968750000 +-0.007141113281 +-0.130859375000 +-0.464843750000 +0.119140625000 +0.177734375000 +0.027465820312 +0.063476562500 +0.008422851562 +-0.032958984375 +-0.204101562500 +0.129882812500 +-0.089355468750 +0.156250000000 +-0.081542968750 +0.063476562500 +-0.359375000000 +0.059570312500 +-0.021118164062 +-0.048339843750 +0.166015625000 +0.339843750000 +-0.080566406250 +-0.032958984375 +-0.105957031250 +0.092773437500 +0.126953125000 +-0.176757812500 +-0.095214843750 +-0.089843750000 +-0.439453125000 +-0.237304687500 +-0.139648437500 +-0.014892578125 +-0.451171875000 +-0.113281250000 +0.177734375000 +0.123535156250 +-0.490234375000 +-0.468750000000 +-0.021606445312 +0.082519531250 +-0.408203125000 +-0.202148437500 +0.062011718750 +0.215820312500 +-0.142578125000 +-0.174804687500 +0.016479492188 +0.059326171875 +-0.400390625000 +-0.129882812500 +0.110839843750 +-0.257812500000 +0.045166015625 +-0.137695312500 +0.021240234375 +0.042968750000 +0.013977050781 +0.001777648926 +0.044921875000 +0.005859375000 +0.040039062500 +0.023803710938 +-0.363281250000 +-0.193359375000 +-0.120605468750 +-0.294921875000 +0.195312500000 +0.173828125000 +-0.010620117188 +0.051269531250 +-0.018798828125 +-0.052978515625 +-0.221679687500 +0.083496093750 +0.049072265625 +0.107421875000 +0.130859375000 +-0.034423828125 +-0.107421875000 +-0.041015625000 +0.100097656250 +-0.006103515625 +0.063476562500 +0.142578125000 +-0.035156250000 +-0.169921875000 +-0.089355468750 +-0.080078125000 +-0.047363281250 +0.025268554688 +-0.008178710938 +0.031127929688 +-0.146484375000 +-0.355468750000 +-0.148437500000 +0.002853393555 +-0.255859375000 +-0.113769531250 +-0.009094238281 +0.091308593750 +-0.314453125000 +-0.156250000000 +-0.036621093750 +0.033203125000 +-0.269531250000 +-0.104003906250 +0.076660156250 +0.151367187500 +0.024536132812 +-0.263671875000 +-0.013305664062 +0.003524780273 +-0.205078125000 +-0.152343750000 +0.267578125000 +0.107910156250 +-0.036621093750 +-0.201171875000 +0.125000000000 +-0.013854980469 +0.069335937500 +-0.082519531250 +-0.020874023438 +-0.013793945312 +0.064453125000 +-0.081054687500 +-0.386718750000 +-0.100585937500 +0.016723632812 +-0.169921875000 +0.015625000000 +-0.077148437500 +0.005889892578 +-0.061523437500 +0.040527343750 +-0.121093750000 +0.000141143799 +0.049072265625 +-0.127929687500 +0.044921875000 +0.116699218750 +-0.017578125000 +-0.087890625000 +-0.021240234375 +0.032714843750 +-0.052978515625 +-0.080078125000 +-0.285156250000 +-0.036132812500 +-0.039306640625 +0.068359375000 +-0.044921875000 +-0.008728027344 +-0.032958984375 +0.060546875000 +0.162109375000 +-0.059082031250 +-0.139648437500 +-0.042724609375 +-0.125000000000 +0.012939453125 +-0.037109375000 +-0.201171875000 +0.203125000000 +-0.232421875000 +-0.221679687500 +-0.018798828125 +-0.077636718750 +-0.259765625000 +-0.019287109375 +0.016113281250 +-0.058837890625 +0.249023437500 +-0.039794921875 +-0.032470703125 +0.037353515625 +-0.121582031250 +-0.017700195312 +0.067871093750 +-0.010437011719 +-0.008972167969 +-0.162109375000 +-0.001548767090 +0.001091003418 +-0.189453125000 +0.018310546875 +-0.160156250000 +-0.099609375000 +0.023315429688 +-0.000728607178 +-0.057128906250 +-0.015441894531 +-0.024169921875 +0.019042968750 +-0.163085937500 +-0.204101562500 +-0.191406250000 +-0.028564453125 +-0.132812500000 +-0.178710937500 +-0.031494140625 +-0.044921875000 +-0.098632812500 +-0.034912109375 +0.007873535156 +0.075195312500 +-0.006866455078 +0.187500000000 +0.121093750000 +-0.052734375000 +-0.249023437500 +-0.167968750000 +-0.125976562500 +-0.193359375000 +-0.129882812500 +0.087890625000 +0.060302734375 +-0.002136230469 +0.095703125000 +0.068847656250 +-0.221679687500 +-0.247070312500 +-0.328125000000 +-0.186523437500 +0.004821777344 +-0.093750000000 +0.077148437500 +0.080078125000 +-0.255859375000 +-0.062988281250 +-0.039794921875 +-0.111816406250 +-0.037109375000 +-0.116699218750 +-0.114257812500 +-0.234375000000 +0.155273437500 +-0.058837890625 +0.066406250000 +0.118652343750 +-0.092285156250 +0.008056640625 +-0.202148437500 +0.206054687500 +0.045410156250 +-0.227539062500 +-0.005096435547 +-0.024291992188 +-0.010864257812 +-0.011840820312 +-0.271484375000 +0.051757812500 +-0.133789062500 +-0.031127929688 +-0.053222656250 +-0.101074218750 +-0.037353515625 +0.037597656250 +-0.150390625000 +-0.162109375000 +0.042236328125 +0.170898437500 +0.063964843750 +-0.289062500000 +-0.032714843750 +0.002349853516 +-0.056152343750 +0.008056640625 +0.150390625000 +0.067382812500 +0.082519531250 +0.178710937500 +-0.165039062500 +0.012023925781 +-0.049804687500 +-0.017211914062 +0.126953125000 +-0.160156250000 +0.017700195312 +-0.074707031250 +-0.022094726562 +-0.042236328125 +0.083496093750 +0.085937500000 +-0.367187500000 +-0.108398437500 +-0.460937500000 +-0.151367187500 +0.074707031250 +-0.164062500000 +0.355468750000 +-0.184570312500 +-0.353515625000 +-0.218750000000 +-0.223632812500 +-0.231445312500 +0.051513671875 +-0.040039062500 +-0.066894531250 +-0.390625000000 +-0.089355468750 +-0.046142578125 +-0.133789062500 +0.039794921875 +0.155273437500 +-0.148437500000 +-0.094238281250 +-0.121093750000 +0.030395507812 +-0.127929687500 +-0.105957031250 +0.039550781250 +-0.003524780273 +-0.004791259766 +-0.197265625000 +0.033691406250 +-0.125976562500 +-0.162109375000 +-0.032226562500 +0.034179687500 +0.030273437500 +0.067871093750 +-0.067871093750 +0.101562500000 +-0.057617187500 +-0.061767578125 +-0.069335937500 +-0.206054687500 +-0.101074218750 +-0.190429687500 +0.005157470703 +0.147460937500 +0.120605468750 +0.010131835938 +0.065429687500 +-0.022094726562 +-0.234375000000 +0.067871093750 +0.047119140625 +0.122070312500 +-0.102050781250 +-0.076171875000 +0.185546875000 +0.022338867188 +-0.147460937500 +0.098144531250 +-0.094726562500 +-0.054443359375 +-0.289062500000 +0.125976562500 +-0.101562500000 +-0.507812500000 +0.129882812500 +-0.044433593750 +0.022216796875 +-0.035888671875 +-0.378906250000 +-0.063964843750 +-0.150390625000 +-0.261718750000 +0.049560546875 +0.028930664062 +-0.072753906250 +0.005371093750 +0.028320312500 +0.138671875000 +-0.006042480469 +-0.105957031250 +-0.015380859375 +-0.035400390625 +0.028686523438 +-0.228515625000 +-0.091796875000 +-0.153320312500 +0.172851562500 +-0.043701171875 +-0.037841796875 +-0.074218750000 +0.289062500000 +-0.014221191406 +0.029296875000 +-0.180664062500 +0.054443359375 +-0.094726562500 +0.026733398438 +0.102050781250 +0.257812500000 +0.211914062500 +-0.050781250000 +-0.065917968750 +-0.324218750000 +-0.029296875000 +-0.018188476562 +0.051757812500 +0.001228332520 +0.134765625000 +0.046386718750 +0.077148437500 +-0.029174804688 +0.063476562500 +-0.351562500000 +0.058837890625 +0.109375000000 +-0.006805419922 +-0.099121093750 +0.016479492188 +-0.013122558594 +0.013549804688 +0.043945312500 +-0.173828125000 +-0.023803710938 +-0.363281250000 +-0.015747070312 +0.021606445312 +0.024658203125 +-0.062988281250 +-0.147460937500 +-0.068359375000 +0.106933593750 +0.192382812500 +0.011962890625 +-0.024291992188 +0.004913330078 +-0.038574218750 +0.038330078125 +-0.034423828125 +-0.351562500000 +-0.365234375000 +-0.347656250000 +-0.125976562500 +0.142578125000 +0.106933593750 +-0.137695312500 +-0.138671875000 +-0.050292968750 +-0.157226562500 +-0.033203125000 +0.146484375000 +0.024658203125 +-0.081542968750 +-0.073242187500 +0.013183593750 +-0.077636718750 +0.283203125000 +0.145507812500 +0.047363281250 +-0.016601562500 +-0.162109375000 +-0.234375000000 +0.028564453125 +0.167968750000 +-0.117675781250 +-0.115234375000 +0.099609375000 +0.000188827515 +-0.129882812500 +-0.036865234375 +-0.269531250000 +0.110839843750 +-0.271484375000 +0.015869140625 +0.103027343750 +-0.363281250000 +-0.398437500000 +0.170898437500 +0.059082031250 +-0.020629882812 +-0.298828125000 +-0.023071289062 +-0.038085937500 +-0.049072265625 +0.181640625000 +0.096679687500 +-0.253906250000 +-0.089355468750 +-0.096679687500 +-0.049804687500 +-0.136718750000 +0.036132812500 +-0.141601562500 +-0.063476562500 +0.062988281250 +-0.005950927734 +-0.037353515625 +0.137695312500 +-0.010253906250 +-0.052490234375 +0.013244628906 +0.012451171875 +0.014099121094 +-0.484375000000 +-0.738281250000 +-0.281250000000 +-0.257812500000 +-0.027221679688 +0.097167968750 +-0.028808593750 +-0.127929687500 +-0.053466796875 +-0.002502441406 +0.174804687500 +0.020629882812 +-0.082519531250 +-0.236328125000 +-0.096679687500 +-0.003936767578 +0.055419921875 +-0.076171875000 +0.126953125000 +-0.012084960938 +-0.036376953125 +0.020996093750 +-0.182617187500 +0.055419921875 +0.091308593750 +0.308593750000 +-0.004364013672 +-0.057861328125 +-0.087890625000 +-0.030151367188 +-0.194335937500 +-0.419921875000 +0.203125000000 +-0.044677734375 +-0.043701171875 +0.136718750000 +-0.209960937500 +-0.245117187500 +0.070312500000 +0.037841796875 +-0.053466796875 +-0.121582031250 +-0.153320312500 +-0.038574218750 +0.020751953125 +0.030517578125 +-0.070312500000 +-0.033935546875 +-0.047607421875 +0.151367187500 +-0.183593750000 +-0.031250000000 +-0.011352539062 +-0.277343750000 +0.063964843750 +0.048583984375 +-0.206054687500 +-0.168945312500 +-0.032958984375 +0.056640625000 +-0.013061523438 +0.036376953125 +0.021362304688 +-0.015563964844 +-0.343750000000 +-1.007812500000 +-0.279296875000 +-0.117187500000 +-0.052001953125 +-0.037109375000 +-0.067382812500 +-0.126953125000 +0.029541015625 +0.090332031250 +-0.024902343750 +0.120605468750 +0.042480468750 +-0.236328125000 +-0.035644531250 +0.186523437500 +0.024169921875 +-0.149414062500 +-0.000051021576 +-0.040527343750 +-0.108886718750 +-0.074218750000 +0.161132812500 +-0.001083374023 +-0.045654296875 +-0.058349609375 +-0.118164062500 +-0.234375000000 +-0.119628906250 +-0.067871093750 +0.014099121094 +-0.257812500000 +0.016967773438 +0.085937500000 +-0.209960937500 +-0.027099609375 +0.099609375000 +0.056396484375 +-0.145507812500 +-0.167968750000 +0.023315429688 +0.049316406250 +-0.082031250000 +-0.106445312500 +0.024169921875 +0.045898437500 +-0.093750000000 +-0.023925781250 +0.090820312500 +-0.165039062500 +-0.184570312500 +-0.017578125000 +-0.029785156250 +-0.390625000000 +0.058349609375 +-0.033935546875 +-0.032714843750 +-0.242187500000 +-0.045166015625 +-0.038330078125 +0.092285156250 +-0.040039062500 +0.032958984375 +0.050537109375 +-0.519531250000 +-0.427734375000 +-0.427734375000 +-0.078613281250 +-0.241210937500 +-0.153320312500 +-0.029907226562 +-0.166015625000 +0.037109375000 +0.059814453125 +-0.028564453125 +-0.004150390625 +-0.073730468750 +-0.255859375000 +0.012207031250 +0.095214843750 +0.086425781250 +0.082031250000 +0.191406250000 +-0.031982421875 +0.205078125000 +-0.015258789062 +0.064941406250 +-0.208007812500 +0.117675781250 +-0.028076171875 +-0.209960937500 +-0.148437500000 +-0.026855468750 +0.039062500000 +-0.064453125000 +-0.100097656250 +0.041015625000 +0.064941406250 +-0.087402343750 +-0.120117187500 +0.049072265625 +-0.017089843750 +-0.165039062500 +-0.150390625000 +0.096191406250 +-0.015869140625 +0.000029087067 +-0.082031250000 +-0.051025390625 +-0.073730468750 +0.143554687500 +-0.047607421875 +-0.005462646484 +-0.097656250000 +-0.113281250000 +0.007141113281 +0.075195312500 +-0.265625000000 +0.036865234375 +0.059814453125 +-0.016723632812 +0.007263183594 +0.124023437500 +0.064453125000 +-0.011840820312 +-0.060546875000 +-0.006683349609 +0.037109375000 +-0.071777343750 +-0.539062500000 +-0.437500000000 +0.129882812500 +-0.242187500000 +-0.345703125000 +0.009582519531 +-0.148437500000 +0.080078125000 +-0.033691406250 +-0.009826660156 +0.035400390625 +-0.146484375000 +-0.253906250000 +-0.167968750000 +-0.088867187500 +0.114746093750 +0.056884765625 +0.326171875000 +-0.089843750000 +0.037109375000 +0.188476562500 +0.077636718750 +-0.027099609375 +-0.038330078125 +0.081542968750 +-0.122070312500 +-0.149414062500 +0.016357421875 +-0.005920410156 +0.065429687500 +0.125000000000 +-0.018432617188 +0.109863281250 +0.050292968750 +-0.121582031250 +0.075683593750 +0.054931640625 +-0.378906250000 +-0.077148437500 +0.117675781250 +0.118164062500 +-0.146484375000 +-0.127929687500 +0.116699218750 +-0.054931640625 +-0.011718750000 +-0.091308593750 +-0.137695312500 +-0.065429687500 +0.041748046875 +-0.139648437500 +0.068359375000 +-0.208984375000 +0.049316406250 +-0.174804687500 +-0.014953613281 +0.098632812500 +0.081542968750 +0.078613281250 +0.064941406250 +0.004119873047 +-0.098632812500 +0.112304687500 +-0.337890625000 +-0.392578125000 +-0.460937500000 +-0.041748046875 +-0.326171875000 +-0.660156250000 +0.127929687500 +-0.250000000000 +0.127929687500 +-0.062500000000 +-0.025512695312 +0.005126953125 +-0.169921875000 +-0.016601562500 +0.072265625000 +-0.171875000000 +-0.045898437500 +0.063964843750 +0.048583984375 +0.155273437500 +-0.221679687500 +0.098632812500 +-0.080078125000 +-0.070312500000 +-0.024047851562 +-0.063964843750 +-0.151367187500 +-0.008911132812 +-0.018554687500 +0.055419921875 +-0.021728515625 +0.038085937500 +-0.188476562500 +-0.015136718750 +0.123535156250 +0.006866455078 +0.121582031250 +0.099609375000 +-0.337890625000 +0.030517578125 +-0.271484375000 +0.101562500000 +-0.008911132812 +-0.220703125000 +-0.006134033203 +-0.107421875000 +0.062988281250 +-0.006042480469 +0.070800781250 +0.049560546875 +-0.006683349609 +-0.127929687500 +0.130859375000 +0.034912109375 +-0.006103515625 +-0.229492187500 +-0.048583984375 +0.117675781250 +0.022216796875 +0.082031250000 +-0.107421875000 +-0.034912109375 +0.053955078125 +-0.015869140625 +0.101562500000 +-0.625000000000 +-0.172851562500 +-0.171875000000 +-0.063964843750 +-0.339843750000 +0.094238281250 +-0.246093750000 +-0.123046875000 +0.197265625000 +0.043457031250 +0.083007812500 +0.068359375000 +-0.023925781250 +0.107421875000 +-0.187500000000 +-0.108398437500 +0.081542968750 +-0.039550781250 +-0.088378906250 +-0.392578125000 +-0.151367187500 +-0.040527343750 +-0.253906250000 +-0.216796875000 +-0.451171875000 +0.054443359375 +-0.111816406250 +-0.047607421875 +-0.160156250000 +0.140625000000 +0.115722656250 +-0.004730224609 +-0.128906250000 +-0.000329971313 +0.174804687500 +-0.041748046875 +-0.037353515625 +0.086914062500 +0.101074218750 +-0.200195312500 +-0.089355468750 +-0.095703125000 +0.004913330078 +-0.214843750000 +-0.005737304688 +-0.001007080078 +-0.034912109375 +0.118164062500 +0.011596679688 +-0.314453125000 +-0.166992187500 +-0.144531250000 +-0.029541015625 +-0.076171875000 +-0.083496093750 +0.024902343750 +-0.165039062500 +0.084960937500 +-0.030883789062 +0.028686523438 +-0.137695312500 +0.128906250000 +0.016479492188 +-0.400390625000 +-0.593750000000 +0.075683593750 +-0.146484375000 +-0.174804687500 +0.099609375000 +0.096679687500 +-0.017944335938 +0.238281250000 +-0.102050781250 +-0.014465332031 +-0.025878906250 +0.085937500000 +-0.146484375000 +0.042724609375 +-0.051269531250 +-0.058105468750 +0.226562500000 +0.148437500000 +0.123535156250 +0.061767578125 +-0.223632812500 +-0.193359375000 +0.065429687500 +-0.115234375000 +-0.092285156250 +-0.076660156250 +-0.193359375000 +-0.004669189453 +-0.094726562500 +-0.365234375000 +-0.121582031250 +-0.221679687500 +-0.125000000000 +0.044433593750 +0.077636718750 +0.093261718750 +-0.066894531250 +-0.038818359375 +0.049560546875 +-0.247070312500 +-0.050537109375 +-0.144531250000 +0.047119140625 +-0.161132812500 +0.034179687500 +-0.071289062500 +-0.121582031250 +-0.036132812500 +0.135742187500 +-0.308593750000 +-0.296875000000 +0.046630859375 +0.056396484375 +-0.030395507812 +-0.240234375000 +0.082031250000 +0.168945312500 +0.152343750000 +0.015319824219 +0.063476562500 +-0.206054687500 +-0.025268554688 +0.101562500000 +-0.097656250000 +-0.400390625000 +0.088378906250 +0.083496093750 +0.102539062500 +0.000946044922 +0.055175781250 +-0.079589843750 +-0.088867187500 +-0.535156250000 +-0.009582519531 +0.046386718750 +0.017578125000 +-0.121582031250 +-0.179687500000 +0.095703125000 +0.115234375000 +0.114257812500 +-0.056884765625 +0.141601562500 +0.113769531250 +-0.049804687500 +-0.029785156250 +-0.053955078125 +-0.147460937500 +-0.218750000000 +0.146484375000 +-0.206054687500 +0.103515625000 +-0.024291992188 +-0.310546875000 +0.003906250000 +-0.119140625000 +-0.466796875000 +-0.050292968750 +0.127929687500 +-0.020263671875 +0.073730468750 +-0.200195312500 +-0.041503906250 +-0.015747070312 +-0.230468750000 +-0.028930664062 +-0.082519531250 +0.032958984375 +-0.055419921875 +-0.022216796875 +-0.114257812500 +-0.018920898438 +0.073730468750 +0.003967285156 +0.053222656250 +-0.009094238281 +0.005340576172 +-0.002563476562 +-0.402343750000 +0.133789062500 +0.010986328125 +0.007720947266 +0.105468750000 +0.009094238281 +-0.089355468750 +0.006256103516 +-0.004272460938 +0.051757812500 +0.188476562500 +-0.005737304688 +-0.012634277344 +-0.045898437500 +0.057128906250 +-0.182617187500 +0.007446289062 +0.049316406250 +0.134765625000 +-0.105957031250 +-0.037841796875 +0.035888671875 +-0.135742187500 +-0.065429687500 +0.016357421875 +-0.279296875000 +-0.176757812500 +-0.051025390625 +-0.036376953125 +0.053710937500 +-0.038574218750 +-0.202148437500 +0.048339843750 +-0.011352539062 +-0.224609375000 +-0.196289062500 +0.072265625000 +-0.058593750000 +0.031738281250 +-0.240234375000 +0.008666992188 +0.255859375000 +-0.187500000000 +-0.109863281250 +-0.105468750000 +0.016235351562 +0.004333496094 +-0.216796875000 +-0.023681640625 +0.057861328125 +0.113769531250 +0.018066406250 +-0.137695312500 +0.068847656250 +0.057861328125 +-0.090332031250 +0.071777343750 +0.131835937500 +0.003662109375 +-0.098632812500 +0.049316406250 +-0.104492187500 +0.022705078125 +-0.017211914062 +-0.074218750000 +0.031494140625 +-0.009399414062 +0.036132812500 +0.032714843750 +-0.098632812500 +-0.126953125000 +0.121582031250 +-0.143554687500 +0.199218750000 +0.289062500000 +0.131835937500 +-0.241210937500 +0.106445312500 +0.082031250000 +-0.004638671875 +0.021484375000 +-0.043945312500 +0.129882812500 +-0.046386718750 +-0.045166015625 +-0.010253906250 +0.129882812500 +0.122558593750 +-0.041259765625 +-0.188476562500 +-0.451171875000 +0.079589843750 +0.048583984375 +-0.113281250000 +-0.157226562500 +-0.181640625000 +0.017700195312 +-0.173828125000 +-0.146484375000 +0.124023437500 +0.124023437500 +-0.070800781250 +0.071289062500 +0.314453125000 +-0.091796875000 +-0.042724609375 +0.017700195312 +-0.002258300781 +-0.298828125000 +0.060302734375 +0.030151367188 +0.003494262695 +-0.015625000000 +-0.019775390625 +0.296875000000 +0.007263183594 +-0.055419921875 +-0.002059936523 +0.112792968750 +-0.099121093750 +0.124511718750 +-0.050781250000 +-0.028198242188 +-0.091796875000 +-0.045654296875 +-0.028076171875 +-0.095214843750 +0.132812500000 +0.109375000000 +-0.039062500000 +0.154296875000 +-0.004852294922 +-0.003097534180 +0.045166015625 +0.105957031250 +-0.092285156250 +-0.277343750000 +0.100097656250 +0.063964843750 +0.037109375000 +-0.128906250000 +0.078613281250 +0.049316406250 +0.147460937500 +0.036376953125 +-0.041748046875 +0.208984375000 +-0.001358032227 +0.023803710938 +0.058349609375 +-0.154296875000 +-0.055419921875 +0.079101562500 +-0.308593750000 +-0.031250000000 +-0.014099121094 +0.196289062500 +-0.115722656250 +0.124511718750 +-0.211914062500 +-0.007263183594 +-0.040039062500 +-0.135742187500 +0.018310546875 +-0.011596679688 +-0.065917968750 +0.039794921875 +0.162109375000 +-0.201171875000 +-0.041503906250 +0.013549804688 +-0.122558593750 +-0.139648437500 +0.201171875000 +-0.091308593750 +-0.210937500000 +-0.125976562500 +0.045898437500 +-0.000530242920 +0.043212890625 +-0.068847656250 +-0.011779785156 +0.072265625000 +-0.064453125000 +0.111328125000 +-0.255859375000 +-0.024658203125 +-0.132812500000 +0.016723632812 +-0.198242187500 +0.014831542969 +-0.094726562500 +-0.183593750000 +-0.153320312500 +-0.073242187500 +0.029541015625 +-0.002471923828 +-0.065917968750 +0.134765625000 +-0.055175781250 +-0.378906250000 +-0.373046875000 +0.003417968750 +0.160156250000 +-0.119140625000 +0.062988281250 +-0.099609375000 +-0.176757812500 +0.021362304688 +0.009155273438 +-0.001945495605 +0.080566406250 +-0.019897460938 +-0.304687500000 +-0.431640625000 +0.007385253906 +0.038330078125 +-0.188476562500 +-0.312500000000 +0.082031250000 +0.021240234375 +0.104980468750 +0.036132812500 +0.019531250000 +-0.171875000000 +0.040039062500 +-0.088378906250 +-0.009948730469 +-0.002304077148 +-0.029052734375 +-0.031250000000 +0.005035400391 +-0.292968750000 +0.241210937500 +-0.104003906250 +-0.088378906250 +0.036621093750 +0.086425781250 +-0.324218750000 +-0.494140625000 +0.142578125000 +-0.083496093750 +-0.132812500000 +-0.001129150391 +0.138671875000 +0.075195312500 +0.019409179688 +0.061035156250 +0.109375000000 +-0.004882812500 +-0.155273437500 +0.044189453125 +0.060058593750 +-0.238281250000 +-0.234375000000 +0.128906250000 +-0.105957031250 +-0.316406250000 +-0.162109375000 +0.106933593750 +0.130859375000 +0.166992187500 +0.166992187500 +-0.033447265625 +-0.017333984375 +-0.306640625000 +-0.136718750000 +0.145507812500 +-0.032470703125 +0.155273437500 +0.253906250000 +-0.312500000000 +0.155273437500 +0.330078125000 +-0.066406250000 +0.077636718750 +0.073242187500 +0.012145996094 +-0.143554687500 +0.070800781250 +0.087402343750 +0.269531250000 +-0.361328125000 +0.030151367188 +0.151367187500 +-0.100585937500 +0.010498046875 +-0.158203125000 +-0.168945312500 +-0.104980468750 +0.135742187500 +-0.162109375000 +0.105468750000 +-0.164062500000 +0.090332031250 +-0.217773437500 +-0.063476562500 +0.265625000000 +-0.347656250000 +0.139648437500 +-0.052978515625 +0.051757812500 +-0.255859375000 +-0.102539062500 +0.154296875000 +0.009216308594 +0.211914062500 +-0.010742187500 +-0.029418945312 +0.037353515625 +0.133789062500 +0.207031250000 +-0.153320312500 +-0.318359375000 +-0.031127929688 +0.062500000000 +-0.097167968750 +-0.031250000000 +0.037841796875 +-0.259765625000 +-0.184570312500 +-0.063476562500 +0.058593750000 +-0.308593750000 +-0.267578125000 +0.184570312500 +0.022338867188 +-0.052978515625 +-0.020019531250 +0.158203125000 +0.241210937500 +0.026123046875 +-0.020385742188 +-0.054443359375 +0.039062500000 +0.142578125000 +-0.235351562500 +0.058593750000 +0.020385742188 +0.132812500000 +-0.259765625000 +-0.004699707031 +0.024536132812 +0.017578125000 +0.253906250000 +-0.096679687500 +-0.273437500000 +0.026977539062 +-0.005432128906 +0.052734375000 +0.038818359375 +0.100097656250 +-0.052246093750 +-0.310546875000 +-0.605468750000 +0.143554687500 +0.032470703125 +-0.153320312500 +-0.231445312500 +0.079101562500 +0.017456054688 +-0.416015625000 +-0.223632812500 +0.054443359375 +-0.016845703125 +-0.007110595703 +-0.118652343750 +0.004211425781 +0.003814697266 +-0.065917968750 +-0.800781250000 +0.059326171875 +-0.008605957031 +0.098632812500 +-0.001914978027 +-0.061035156250 +0.081054687500 +-0.153320312500 +0.114257812500 +-0.176757812500 +-0.300781250000 +-0.042724609375 +0.136718750000 +-0.208007812500 +-0.023559570312 +-0.138671875000 +0.024414062500 +0.056640625000 +-0.138671875000 +0.059082031250 +0.174804687500 +-0.069824218750 +0.126953125000 +0.007415771484 +-0.127929687500 +0.045410156250 +0.147460937500 +-0.147460937500 +0.057861328125 +0.073242187500 +0.202148437500 +-0.144531250000 +0.050781250000 +-0.185546875000 +-0.054443359375 +-0.281250000000 +-0.070800781250 +0.177734375000 +-0.059814453125 +0.116699218750 +-0.257812500000 +0.067871093750 +-0.037841796875 +-0.044433593750 +0.121093750000 +0.081054687500 +0.029296875000 +-0.625000000000 +-0.921875000000 +-0.056152343750 +-0.065917968750 +0.119140625000 +-0.093261718750 +0.060791015625 +0.110351562500 +-0.074218750000 +-0.231445312500 +-0.170898437500 +-0.089355468750 +-0.061523437500 +-0.012817382812 +0.010314941406 +0.005737304688 +-0.041259765625 +-0.375000000000 +0.251953125000 +-0.065429687500 +0.065429687500 +0.082031250000 +-0.040771484375 +0.039062500000 +-0.099609375000 +-0.333984375000 +-0.269531250000 +-0.080078125000 +-0.035156250000 +-0.119628906250 +-0.079589843750 +-0.165039062500 +-0.007598876953 +-0.058593750000 +0.026977539062 +-0.179687500000 +0.017456054688 +0.026855468750 +0.030273437500 +0.080566406250 +0.007141113281 +-0.259765625000 +-0.021972656250 +0.025146484375 +0.096679687500 +-0.086914062500 +-0.036865234375 +0.118164062500 +-0.097656250000 +0.165039062500 +-0.170898437500 +-0.005371093750 +0.080078125000 +0.034667968750 +0.083496093750 +-0.390625000000 +0.051513671875 +0.073242187500 +0.094238281250 +0.017822265625 +0.066894531250 +0.048828125000 +0.054199218750 +-0.025390625000 +-0.539062500000 +-0.601562500000 +0.074218750000 +-0.014404296875 +0.114746093750 +-0.151367187500 +0.011047363281 +-0.027832031250 +0.126953125000 +0.032226562500 +-0.176757812500 +-0.100097656250 +0.043701171875 +0.137695312500 +0.076171875000 +0.011901855469 +0.094238281250 +0.202148437500 +0.030273437500 +0.066894531250 +0.055664062500 +-0.071777343750 +-0.059326171875 +0.023559570312 +-0.116210937500 +-0.269531250000 +-0.170898437500 +-0.100585937500 +-0.287109375000 +-0.294921875000 +0.056640625000 +-0.057373046875 +0.130859375000 +-0.161132812500 +-0.061279296875 +0.079101562500 +0.098632812500 +0.245117187500 +0.112792968750 +0.041503906250 +-0.157226562500 +-0.030029296875 +0.075195312500 +0.010620117188 +-0.204101562500 +0.204101562500 +0.176757812500 +0.111328125000 +0.052734375000 +-0.155273437500 +0.067871093750 +-0.012634277344 +0.014709472656 +0.048828125000 +0.074218750000 +-0.249023437500 +0.151367187500 +0.023559570312 +0.111816406250 +0.139648437500 +0.123046875000 +0.121582031250 +-0.076171875000 +0.045654296875 +-0.164062500000 +-0.511718750000 +-0.015136718750 +-0.011413574219 +-0.082031250000 +-0.062255859375 +0.093261718750 +0.045410156250 +-0.281250000000 +-0.018310546875 +-0.018920898438 +-0.020996093750 +0.137695312500 +0.020874023438 +-0.029052734375 +-0.030639648438 +0.025878906250 +0.139648437500 +0.165039062500 +0.055664062500 +-0.011230468750 +0.028808593750 +-0.157226562500 +-0.163085937500 +0.043212890625 +0.072265625000 +-0.106445312500 +0.150390625000 +-0.207031250000 +-0.103515625000 +-0.011230468750 +-0.244140625000 +0.042236328125 +-0.040527343750 +-0.175781250000 +-0.051025390625 +0.158203125000 +0.102539062500 +0.057373046875 +0.044921875000 +-0.168945312500 +-0.156250000000 +-0.075683593750 +0.152343750000 +-0.027832031250 +0.029052734375 +0.066406250000 +0.047119140625 +-0.096191406250 +-0.133789062500 +-0.141601562500 +0.125000000000 +-0.013854980469 +-0.011474609375 +0.095214843750 +0.038330078125 +0.052490234375 +0.041503906250 +0.073242187500 +0.133789062500 +0.062500000000 +-0.006622314453 +0.072753906250 +-0.075683593750 +-0.020874023438 +-0.296875000000 +-0.017333984375 +0.059082031250 +-0.019531250000 +-0.128906250000 +0.033935546875 +0.104980468750 +-0.255859375000 +-0.382812500000 +0.084960937500 +-0.030761718750 +0.231445312500 +0.017211914062 +-0.079101562500 +0.018920898438 +-0.089355468750 +0.025024414062 +0.069335937500 +0.101562500000 +-0.111328125000 +0.055664062500 +-0.094726562500 +-0.119628906250 +-0.292968750000 +0.082519531250 +-0.104003906250 +-0.007537841797 +-0.343750000000 +-0.511718750000 +0.077148437500 +-0.160156250000 +0.029418945312 +0.064453125000 +0.009643554688 +-0.035156250000 +0.137695312500 +-0.072265625000 +0.096679687500 +0.050292968750 +0.111328125000 +-0.121093750000 +-0.162109375000 +0.069335937500 +0.030639648438 +0.021240234375 +-0.095703125000 +-0.047607421875 +-0.031982421875 +0.037841796875 +-0.048828125000 +0.023925781250 +0.015441894531 +-0.036621093750 +-0.012207031250 +0.044677734375 +-0.079101562500 +-0.238281250000 +-0.022216796875 +0.064941406250 +-0.004241943359 +0.064941406250 +-0.005065917969 +0.032226562500 +-0.027954101562 +-0.365234375000 +-0.091308593750 +0.043701171875 +-0.044189453125 +0.033691406250 +-0.037109375000 +0.021606445312 +-0.061035156250 +-0.378906250000 +-0.027587890625 +0.009216308594 +0.103515625000 +-0.010925292969 +-0.343750000000 +0.234375000000 +-0.205078125000 +-0.136718750000 +0.031982421875 +-0.112304687500 +-0.140625000000 +-0.009826660156 +-0.153320312500 +-0.035888671875 +-0.119628906250 +-0.123046875000 +0.006958007812 +-0.109863281250 +-0.072265625000 +0.014770507812 +0.074707031250 +-0.056396484375 +-0.126953125000 +0.036376953125 +-0.132812500000 +-0.083496093750 +0.203125000000 +-0.427734375000 +0.078125000000 +0.204101562500 +0.480468750000 +0.187500000000 +-0.104003906250 +-0.105957031250 +0.046142578125 +-0.046386718750 +-0.193359375000 +-0.056640625000 +0.126953125000 +-0.125976562500 +-0.088378906250 +-0.036865234375 +-0.046875000000 +0.007415771484 +0.070312500000 +0.148437500000 +-0.139648437500 +-0.054687500000 +0.173828125000 +0.022949218750 +0.108886718750 +0.046630859375 +-0.134765625000 +-0.020751953125 +-0.597656250000 +-0.761718750000 +-0.061523437500 +-0.106933593750 +-0.005401611328 +-0.002517700195 +-0.053955078125 +0.031738281250 +0.157226562500 +0.034912109375 +0.122070312500 +0.119140625000 +0.095703125000 +-0.006774902344 +-0.210937500000 +0.047363281250 +0.184570312500 +-0.359375000000 +0.176757812500 +-0.012817382812 +-0.000782012939 +-0.091308593750 +-0.057617187500 +0.087402343750 +-0.144531250000 +0.269531250000 +0.013061523438 +0.105957031250 +-0.231445312500 +-0.392578125000 +0.121093750000 +0.076171875000 +-0.014648437500 +0.030761718750 +-0.210937500000 +-0.043945312500 +0.054199218750 +-0.101074218750 +-0.085937500000 +-0.051513671875 +-0.123535156250 +-0.410156250000 +0.060791015625 +0.133789062500 +-0.012329101562 +-0.261718750000 +-0.064941406250 +-0.039306640625 +0.007232666016 +0.060546875000 +-0.095214843750 +-0.212890625000 +-0.128906250000 +0.012145996094 +-0.093750000000 +-0.072753906250 +0.053955078125 +0.231445312500 +-0.103027343750 +0.067382812500 +-0.155273437500 +0.117675781250 +-0.231445312500 +-0.216796875000 +0.058349609375 +0.079101562500 +-0.214843750000 +-0.355468750000 +0.101074218750 +0.004821777344 +-0.186523437500 +-0.089843750000 +-0.013610839844 +-0.107910156250 +0.179687500000 +0.105957031250 +-0.079589843750 +-0.322265625000 +-0.076171875000 +0.073730468750 +0.093261718750 +0.129882812500 +-0.024536132812 +0.053955078125 +-0.196289062500 +-0.112304687500 +0.142578125000 +-0.036621093750 +0.122558593750 +-0.118652343750 +0.033691406250 +0.060791015625 +-0.326171875000 +-0.255859375000 +0.000030994415 +0.003845214844 +0.051757812500 +-0.081542968750 +-0.238281250000 +-0.110351562500 +0.139648437500 +0.067871093750 +-0.103515625000 +0.107421875000 +-0.132812500000 +-0.445312500000 +0.088867187500 +-0.019287109375 +-0.113281250000 +-0.211914062500 +-0.173828125000 +-0.014770507812 +-0.102539062500 +-0.061279296875 +-0.115722656250 +0.174804687500 +0.057617187500 +-0.120117187500 +0.199218750000 +0.021850585938 +-0.013671875000 +0.066894531250 +-0.157226562500 +0.076660156250 +-0.306640625000 +0.030029296875 +-0.069335937500 +-0.523437500000 +0.095214843750 +0.060058593750 +-0.289062500000 +-0.000370025635 +-0.010681152344 +0.103515625000 +-0.107910156250 +-0.217773437500 +0.049560546875 +0.021606445312 +-0.020263671875 +0.087402343750 +-0.265625000000 +-0.488281250000 +-0.036621093750 +-0.038818359375 +0.052246093750 +-0.066406250000 +-0.101074218750 +0.129882812500 +0.037597656250 +-0.016479492188 +0.043945312500 +0.026000976562 +0.166015625000 +0.187500000000 +0.051513671875 +0.108886718750 +0.062988281250 +0.093261718750 +-0.179687500000 +0.105468750000 +0.008850097656 +-0.065917968750 +-0.157226562500 +-0.103027343750 +0.143554687500 +0.088378906250 +0.025024414062 +-0.025512695312 +0.243164062500 +0.029052734375 +0.037353515625 +-0.125976562500 +0.070800781250 +-0.222656250000 +-0.267578125000 +-0.078613281250 +-0.079101562500 +0.082519531250 +0.011169433594 +-0.092285156250 +0.085449218750 +-0.017578125000 +0.234375000000 +-0.041259765625 +-0.059814453125 +0.083007812500 +-0.120605468750 +0.008056640625 +-0.210937500000 +-0.013122558594 +0.048828125000 +-0.408203125000 +0.143554687500 +-0.004119873047 +-0.041259765625 +0.059814453125 +-0.085937500000 +-0.227539062500 +0.014404296875 +-0.341796875000 +-0.080078125000 +0.018188476562 +-0.245117187500 +-0.025146484375 +-0.367187500000 +-0.392578125000 +0.030151367188 +-0.168945312500 +0.120605468750 +0.002792358398 +-0.014465332031 +0.109375000000 +-0.259765625000 +0.028686523438 +0.026611328125 +0.058105468750 +0.026611328125 +-0.147460937500 +-0.054199218750 +-0.173828125000 +-0.060058593750 +0.077636718750 +-0.126953125000 +-0.153320312500 +0.040283203125 +0.010437011719 +0.050537109375 +-0.112792968750 +-0.030761718750 +-0.086914062500 +-0.161132812500 +0.112304687500 +0.086914062500 +0.075195312500 +0.131835937500 +-0.217773437500 +-0.061523437500 +-0.100585937500 +-0.223632812500 +-0.029785156250 +-0.069824218750 +0.049316406250 +-0.496093750000 +-0.110351562500 +0.202148437500 +-0.333984375000 +-0.016967773438 +-0.014526367188 +0.055908203125 +-0.174804687500 +-0.117187500000 +0.040527343750 +-0.244140625000 +-0.057373046875 +0.143554687500 +-0.198242187500 +-0.031127929688 +-0.163085937500 +-0.056152343750 +0.088867187500 +-0.147460937500 +0.023315429688 +0.039794921875 +-0.306640625000 +0.063476562500 +-0.078613281250 +-0.041992187500 +-0.159179687500 +-0.107910156250 +-0.333984375000 +-0.010314941406 +-0.113281250000 +-0.014831542969 +-0.072265625000 +0.051513671875 +0.036376953125 +-0.074218750000 +0.094238281250 +0.024902343750 +-0.034667968750 +-0.104492187500 +-0.057617187500 +0.100585937500 +-0.044921875000 +0.095703125000 +0.053222656250 +-0.277343750000 +-0.053222656250 +0.019165039062 +0.112304687500 +-0.008728027344 +0.125976562500 +0.079101562500 +0.019042968750 +-0.107421875000 +0.144531250000 +-0.205078125000 +0.012939453125 +0.066894531250 +-0.071289062500 +-0.190429687500 +-0.006134033203 +-0.140625000000 +-0.147460937500 +0.123535156250 +0.114257812500 +-0.223632812500 +-0.038818359375 +-0.072753906250 +-0.084960937500 +0.011047363281 +0.257812500000 +-0.047119140625 +-0.122558593750 +-0.062500000000 +-0.024536132812 +-0.055908203125 +0.139648437500 +0.115722656250 +-0.049316406250 +-0.035644531250 +-0.235351562500 +-0.184570312500 +0.027587890625 +-0.125976562500 +-0.170898437500 +0.083007812500 +-0.095703125000 +0.156250000000 +0.052001953125 +-0.060546875000 +0.042724609375 +0.004791259766 +-0.025024414062 +0.173828125000 +-0.196289062500 +-0.014648437500 +-0.013549804688 +0.155273437500 +-0.066894531250 +0.048339843750 +-0.000667572021 +0.116699218750 +0.025024414062 +-0.103027343750 +0.144531250000 +0.047363281250 +0.020874023438 +0.071777343750 +0.164062500000 +-0.310546875000 +0.010437011719 +-0.198242187500 +0.035400390625 +0.074218750000 +-0.118164062500 +0.075683593750 +0.151367187500 +-0.281250000000 +0.099121093750 +-0.079101562500 +-0.198242187500 +0.048339843750 +-0.092285156250 +-0.166992187500 +-0.106933593750 +0.302734375000 +-0.326171875000 +-0.021606445312 +0.166015625000 +-0.275390625000 +-0.049072265625 +-0.243164062500 +-0.245117187500 +-0.143554687500 +-0.054443359375 +-0.088867187500 +-0.092285156250 +-0.066406250000 +-0.147460937500 +0.052490234375 +-0.026733398438 +0.086425781250 +0.050781250000 +-0.130859375000 +0.129882812500 +-0.157226562500 +0.100097656250 +-0.182617187500 +-0.283203125000 +0.123535156250 +-0.204101562500 +-0.047363281250 +0.243164062500 +0.120605468750 +0.089843750000 +0.003005981445 +0.090820312500 +-0.065429687500 +-0.053222656250 +0.084472656250 +0.139648437500 +-0.008911132812 +-0.091796875000 +-0.027587890625 +0.151367187500 +-0.235351562500 +-0.012207031250 +-0.012329101562 +0.176757812500 +-0.029663085938 +0.087890625000 +0.095703125000 +-0.003906250000 +-0.251953125000 +0.155273437500 +-0.285156250000 +-0.124511718750 +0.012023925781 +0.046386718750 +0.109863281250 +0.118652343750 +0.041992187500 +0.036865234375 +0.128906250000 +-0.238281250000 +0.045654296875 +0.123046875000 +0.086914062500 +0.049560546875 +0.168945312500 +-0.714843750000 +-0.127929687500 +-0.044189453125 +-0.163085937500 +-0.314453125000 +0.017944335938 +-0.114746093750 +-0.152343750000 +-0.019409179688 +0.085449218750 +-0.273437500000 +-0.116210937500 +-0.535156250000 +0.181640625000 +-0.027099609375 +-0.012023925781 +0.091308593750 +0.174804687500 +0.215820312500 +-0.328125000000 +0.072753906250 +0.063964843750 +-0.255859375000 +-0.018188476562 +0.038574218750 +-0.153320312500 +0.089843750000 +0.062500000000 +0.211914062500 +-0.015625000000 +0.027465820312 +0.174804687500 +-0.004608154297 +0.013000488281 +-0.008911132812 +-0.020507812500 +-0.121093750000 +0.062500000000 +-0.083496093750 +-0.054443359375 +0.152343750000 +-0.253906250000 +0.055175781250 +-0.020751953125 +-0.134765625000 +-0.146484375000 +-0.069335937500 +0.000518798828 +0.033203125000 +0.049072265625 +0.032470703125 +-0.027709960938 +-0.070800781250 +0.034912109375 +0.043212890625 +0.062500000000 +-0.013183593750 +0.039062500000 +-0.441406250000 +0.038818359375 +0.116210937500 +0.008544921875 +0.056396484375 +0.067871093750 +0.024536132812 +-0.160156250000 +-0.328125000000 +0.144531250000 +0.007873535156 +0.055419921875 +0.039550781250 +-0.195312500000 +0.059326171875 +-0.158203125000 +0.410156250000 +-0.287109375000 +-0.119140625000 +-0.024291992188 +-0.033447265625 +0.043701171875 +-0.014526367188 +0.002182006836 +0.251953125000 +-0.106445312500 +-0.005950927734 +-0.078125000000 +0.119140625000 +0.050048828125 +-0.175781250000 +-0.088867187500 +0.104980468750 +-0.188476562500 +-0.160156250000 +0.063964843750 +-0.002929687500 +-0.527343750000 +-0.107910156250 +0.145507812500 +-0.008666992188 +-0.009094238281 +-0.030517578125 +0.009399414062 +-0.010498046875 +-0.035400390625 +-0.050048828125 +-0.072265625000 +-0.066894531250 +-0.085937500000 +-0.120117187500 +0.059326171875 +-0.009826660156 +-0.065917968750 +0.040283203125 +0.087890625000 +0.018188476562 +0.000602722168 +-0.165039062500 +-0.010192871094 +0.078613281250 +-0.152343750000 +0.094726562500 +0.029418945312 +-0.152343750000 +0.017456054688 +-0.072753906250 +0.087402343750 +0.066894531250 +-0.019653320312 +0.070312500000 +-0.197265625000 +-0.578125000000 +0.013671875000 +-0.005493164062 +0.144531250000 +-0.179687500000 +0.067871093750 +0.069824218750 +-0.306640625000 +-0.136718750000 +0.181640625000 +0.056396484375 +0.107421875000 +-0.014770507812 +0.166992187500 +0.259765625000 +-0.172851562500 +0.045898437500 +0.052246093750 +-0.087890625000 +-0.004241943359 +-0.048095703125 +-0.084960937500 +-0.116210937500 +0.004608154297 +0.015197753906 +-0.056152343750 +-0.073730468750 +-0.065429687500 +-0.072265625000 +-0.079101562500 +-0.114257812500 +0.084472656250 +0.155273437500 +-0.106445312500 +-0.051025390625 +0.088867187500 +-0.112792968750 +-0.145507812500 +0.051513671875 +0.116699218750 +0.113281250000 +-0.210937500000 +-0.005706787109 +0.098632812500 +0.139648437500 +-0.055908203125 +0.062255859375 +-0.130859375000 +0.077148437500 +-0.001152038574 +0.013671875000 +0.104980468750 +-0.022338867188 +-0.226562500000 +0.080566406250 +-0.012084960938 +0.024902343750 +0.069335937500 +0.035644531250 +0.147460937500 +-0.039306640625 +0.101074218750 +0.021240234375 +-0.110351562500 +-0.247070312500 +0.154296875000 +0.185546875000 +-0.059814453125 +0.048095703125 +0.067382812500 +0.060546875000 +0.036865234375 +-0.211914062500 +0.046630859375 +-0.033447265625 +0.095214843750 +-0.045410156250 +0.243164062500 +-0.027954101562 +-0.037597656250 +-0.261718750000 +0.089355468750 +-0.066406250000 +0.026733398438 +-0.098144531250 +-0.018188476562 +-0.173828125000 +-0.213867187500 +-0.072265625000 +-0.026611328125 +-0.005432128906 +0.007812500000 +-0.110839843750 +-0.024169921875 +-0.008178710938 +-0.141601562500 +0.040039062500 +-0.153320312500 +0.092285156250 +-0.104980468750 +0.024902343750 +0.143554687500 +-0.062255859375 +0.061035156250 +0.255859375000 +0.023803710938 +-0.008972167969 +0.068847656250 +0.045898437500 +-0.084960937500 +0.120605468750 +-0.001129150391 +-0.079101562500 +0.115234375000 +-0.080566406250 +-0.003845214844 +0.020385742188 +-0.558593750000 +0.125976562500 +0.140625000000 +-0.039794921875 +-0.020385742188 +0.013854980469 +0.041015625000 +0.012329101562 +-0.026977539062 +0.046875000000 +-0.105468750000 +-0.496093750000 +0.147460937500 +0.080566406250 +0.150390625000 +-0.191406250000 +0.069824218750 +0.050781250000 +-0.027099609375 +0.129882812500 +0.056152343750 +0.022094726562 +-0.009948730469 +-0.100097656250 +0.176757812500 +0.250000000000 +0.180664062500 +-0.073730468750 +-0.031982421875 +-0.055175781250 +-0.053955078125 +0.072753906250 +0.089843750000 +-0.059814453125 +-0.168945312500 +-0.207031250000 +-0.314453125000 +-0.017456054688 +-0.060546875000 +-0.057373046875 +-0.195312500000 +-0.020874023438 +-0.051269531250 +-0.007202148438 +-0.057617187500 +-0.094238281250 +-0.263671875000 +0.081542968750 +0.208007812500 +-0.228515625000 +0.024658203125 +0.166992187500 +-0.043701171875 +0.122070312500 +-0.164062500000 +0.018798828125 +-0.151367187500 +-0.004302978516 +0.079101562500 +-0.164062500000 +0.142578125000 +0.030761718750 +0.013305664062 +-0.015502929688 +-0.179687500000 +-0.156250000000 +0.075683593750 +0.042724609375 +0.073730468750 +-0.034667968750 +0.048583984375 +0.003402709961 +0.020507812500 +0.066894531250 +0.030883789062 +-0.414062500000 +0.119140625000 +0.080566406250 +0.129882812500 +-0.197265625000 +-0.042968750000 +0.116699218750 +-0.289062500000 +-0.005584716797 +-0.020263671875 +0.106445312500 +0.124511718750 +-0.033203125000 +-0.148437500000 +0.045410156250 +-0.083984375000 +-0.029541015625 +-0.014587402344 +-0.082519531250 +-0.098144531250 +-0.096679687500 +0.102050781250 +-0.188476562500 +-0.158203125000 +-0.259765625000 +-0.257812500000 +-0.057617187500 +-0.055664062500 +-0.120117187500 +-0.037841796875 +-0.039062500000 +0.071289062500 +-0.117187500000 +0.084472656250 +-0.030273437500 +0.049804687500 +-0.085449218750 +0.028564453125 +-0.441406250000 +-0.153320312500 +0.038330078125 +0.046630859375 +0.008178710938 +-0.091308593750 +-0.005432128906 +0.177734375000 +-0.039062500000 +0.141601562500 +-0.086914062500 +0.116210937500 +0.049560546875 +-0.294921875000 +0.109375000000 +-0.126953125000 +-0.357421875000 +-0.106445312500 +0.043945312500 +0.028930664062 +0.180664062500 +-0.051757812500 +0.049316406250 +-0.054687500000 +0.126953125000 +-0.027221679688 +-0.480468750000 +-0.054199218750 +-0.041992187500 +0.257812500000 +0.164062500000 +0.074218750000 +0.100585937500 +-0.088867187500 +-0.237304687500 +0.059326171875 +0.068359375000 +0.051757812500 +0.069824218750 +0.173828125000 +0.052246093750 +-0.141601562500 +-0.181640625000 +-0.004821777344 +-0.181640625000 +-0.071777343750 +-0.275390625000 +0.142578125000 +-0.024169921875 +-0.161132812500 +-0.228515625000 +-0.367187500000 +-0.111816406250 +-0.263671875000 +-0.245117187500 +0.027954101562 +-0.171875000000 +0.212890625000 +0.030761718750 +0.123046875000 +-0.016479492188 +0.396484375000 +0.136718750000 +0.061279296875 +-0.104492187500 +-0.130859375000 +-0.056152343750 +-0.019897460938 +-0.079589843750 +-0.009338378906 +0.120605468750 +-0.040283203125 +-0.132812500000 +-0.125000000000 +-0.056640625000 +0.010864257812 +0.125976562500 +-0.261718750000 +0.110351562500 +0.061035156250 +-0.275390625000 +-0.207031250000 +-0.189453125000 +0.109863281250 +0.033203125000 +0.045166015625 +0.018676757812 +0.010986328125 +0.055175781250 +-0.102050781250 +-0.414062500000 +-0.020263671875 +-0.375000000000 +0.178710937500 +0.138671875000 +-0.074218750000 +0.064453125000 +0.337890625000 +0.207031250000 +-0.048583984375 +-0.019165039062 +0.129882812500 +0.114746093750 +-0.153320312500 +0.181640625000 +0.039062500000 +-0.291015625000 +0.034423828125 +-0.050292968750 +0.125000000000 +-0.210937500000 +0.031738281250 +-0.019653320312 +0.026977539062 +-0.367187500000 +-0.121582031250 +-0.088867187500 +-0.189453125000 +-0.472656250000 +-0.028686523438 +-0.037353515625 +0.051269531250 +0.098632812500 +-0.039306640625 +0.017211914062 +0.101074218750 +-0.009094238281 +-0.414062500000 +-0.055664062500 +0.001235961914 +-0.039306640625 +-0.116210937500 +-0.042236328125 +-0.183593750000 +-0.091308593750 +-0.304687500000 +-0.271484375000 +0.159179687500 +-0.156250000000 +0.127929687500 +-0.005950927734 +-0.104003906250 +-0.443359375000 +0.006835937500 +-0.062011718750 +0.012268066406 +-0.064453125000 +0.045166015625 +0.069335937500 +-0.248046875000 +-0.081054687500 +0.039306640625 +0.022827148438 +0.132812500000 +0.566406250000 +-0.051757812500 +-0.043701171875 +0.003890991211 +-0.031738281250 +-0.061523437500 +0.147460937500 +-0.535156250000 +-0.096191406250 +0.112792968750 +-0.088378906250 +-0.049316406250 +-0.144531250000 +0.222656250000 +-0.025268554688 +0.055175781250 +-0.012207031250 +-0.103515625000 +-0.251953125000 +0.103515625000 +0.055175781250 +-0.100585937500 +-0.048583984375 +0.000938415527 +-0.126953125000 +-0.114746093750 +-0.005310058594 +0.034912109375 +-0.068847656250 +0.105468750000 +-0.092285156250 +0.020751953125 +0.231445312500 +-0.045898437500 +-0.102050781250 +-0.000067710876 +-0.097167968750 +-0.244140625000 +0.003189086914 +-0.083007812500 +-0.008117675781 +-0.443359375000 +-0.094726562500 +-0.016967773438 +-0.038818359375 +-0.437500000000 +-0.080078125000 +0.159179687500 +0.145507812500 +0.006225585938 +-0.009155273438 +-0.208007812500 +-0.271484375000 +0.148437500000 +0.017578125000 +-0.016235351562 +-0.196289062500 +0.139648437500 +0.067871093750 +-0.042236328125 +-0.137695312500 +0.063476562500 +0.124023437500 +0.024414062500 +-0.013305664062 +0.116699218750 +0.242187500000 +0.134765625000 +0.033691406250 +0.031982421875 +0.004730224609 +-0.328125000000 +-0.061767578125 +0.030639648438 +0.003051757812 +-0.097656250000 +-0.253906250000 +-0.004150390625 +-0.025634765625 +0.292968750000 +-0.137695312500 +0.172851562500 +0.024780273438 +0.222656250000 +0.203125000000 +-0.154296875000 +-0.051025390625 +0.006286621094 +-0.069335937500 +0.063964843750 +-0.170898437500 +-0.208007812500 +0.168945312500 +0.079589843750 +-0.229492187500 +-0.100585937500 +-0.048583984375 +0.159179687500 +-0.039062500000 +-0.064941406250 +-0.054687500000 +-0.312500000000 +0.051513671875 +-0.014038085938 +0.000923156738 +-0.376953125000 +-0.044433593750 +-0.045898437500 +0.001831054688 +-0.162109375000 +-0.071777343750 +0.066406250000 +0.205078125000 +0.092285156250 +-0.098632812500 +-0.151367187500 +-0.172851562500 +-0.062500000000 +-0.007781982422 +-0.004974365234 +-0.110351562500 +0.036865234375 +0.096679687500 +-0.035644531250 +-0.136718750000 +-0.003860473633 +0.121093750000 +-0.253906250000 +-0.165039062500 +0.056640625000 +0.199218750000 +0.069335937500 +-0.261718750000 +-0.054687500000 +-0.088867187500 +-0.043212890625 +-0.023315429688 +-0.138671875000 +0.022583007812 +-0.259765625000 +-0.058105468750 +-0.036621093750 +0.053222656250 +0.102050781250 +0.115234375000 +-0.083984375000 +0.071777343750 +-0.188476562500 +0.017456054688 +-0.078613281250 +-0.052734375000 +0.025878906250 +-0.089355468750 +-0.151367187500 +-0.243164062500 +-0.062011718750 +0.064453125000 +0.037353515625 +0.064453125000 +-0.142578125000 +-0.166992187500 +-0.052246093750 +-0.031127929688 +-0.083496093750 +-0.211914062500 +-0.247070312500 +-0.105957031250 +0.153320312500 +-0.092773437500 +-0.204101562500 +-0.361328125000 +-0.267578125000 +-0.076171875000 +-0.189453125000 +0.019775390625 +0.040527343750 +0.012023925781 +0.005401611328 +-0.090332031250 +-0.167968750000 +-0.103515625000 +-0.125000000000 +-0.129882812500 +-0.000812530518 +0.077636718750 +0.165039062500 +-0.082519531250 +0.132812500000 +-0.086914062500 +0.113769531250 +0.153320312500 +-0.349609375000 +-0.135742187500 +0.040283203125 +0.133789062500 +0.086425781250 +-0.134765625000 +-0.056884765625 +-0.139648437500 +-0.037109375000 +-0.038330078125 +0.014709472656 +0.166015625000 +-0.072753906250 +-0.138671875000 +-0.023437500000 +0.085449218750 +-0.073242187500 +0.144531250000 +0.139648437500 +0.162109375000 +0.007781982422 +0.023681640625 +-0.160156250000 +-0.177734375000 +0.075683593750 +0.105957031250 +-0.085449218750 +-0.333984375000 +0.180664062500 +0.164062500000 +0.041259765625 +0.017211914062 +0.113281250000 +0.131835937500 +0.042968750000 +0.075195312500 +-0.277343750000 +-0.095703125000 +-0.162109375000 +-0.484375000000 +0.084472656250 +-0.017944335938 +-0.261718750000 +-0.390625000000 +-0.173828125000 +-0.168945312500 +0.005157470703 +-0.105468750000 +0.079589843750 +-0.043945312500 +-0.085449218750 +-0.075195312500 +-0.081054687500 +0.039306640625 +-0.098144531250 +-0.343750000000 +-0.033447265625 +0.052490234375 +-0.007598876953 +0.018310546875 +0.091308593750 +-0.002838134766 +-0.218750000000 +0.169921875000 +0.106445312500 +0.047119140625 +-0.104492187500 +0.232421875000 +0.131835937500 +-0.107910156250 +0.082519531250 +0.130859375000 +-0.083496093750 +-0.083007812500 +-0.104003906250 +-0.095703125000 +-0.015136718750 +0.075195312500 +-0.345703125000 +-0.078125000000 +-0.207031250000 +-0.072753906250 +-0.190429687500 +0.096679687500 +0.069335937500 +-0.050292968750 +-0.332031250000 +-0.128906250000 +-0.018554687500 +0.092773437500 +0.065429687500 +-0.328125000000 +0.051269531250 +0.162109375000 +-0.040527343750 +-0.106445312500 +0.235351562500 +0.224609375000 +-0.030395507812 +0.072265625000 +-0.570312500000 +-0.012512207031 +-0.097167968750 +-0.398437500000 +-0.112304687500 +0.027465820312 +0.047119140625 +-0.224609375000 +-0.164062500000 +-0.061279296875 +0.045898437500 +-0.055419921875 +-0.046142578125 +-0.204101562500 +0.036865234375 +-0.148437500000 +-0.038574218750 +-0.018798828125 +-0.100097656250 +-0.292968750000 +0.041503906250 +0.110351562500 +-0.059326171875 +0.015747070312 +0.064941406250 +0.073242187500 +-0.435546875000 +-0.065429687500 +0.211914062500 +0.133789062500 +-0.171875000000 +0.079101562500 +-0.056152343750 +-0.015136718750 +-0.162109375000 +-0.108886718750 +-0.000138282776 +-0.058837890625 +0.007232666016 +-0.104492187500 +-0.050537109375 +0.019775390625 +-0.159179687500 +-0.089843750000 +0.110839843750 +0.131835937500 +-0.063964843750 +-0.041259765625 +0.061767578125 +-0.067871093750 +-0.197265625000 +-0.141601562500 +-0.102539062500 +-0.216796875000 +0.053466796875 +-0.176757812500 +0.048339843750 +0.382812500000 +0.161132812500 +-0.083496093750 +-0.047363281250 +-0.112304687500 +-0.055664062500 +-0.003967285156 +-0.174804687500 +0.061767578125 +0.070800781250 +-0.339843750000 +-0.335937500000 +-0.247070312500 +-0.095214843750 +-0.126953125000 +-0.148437500000 +-0.093261718750 +0.107421875000 +-0.054687500000 +0.029296875000 +-0.020996093750 +0.008728027344 +0.031494140625 +0.109863281250 +-0.052246093750 +-0.367187500000 +-0.065429687500 +0.013305664062 +-0.012573242188 +0.093261718750 +0.203125000000 +-0.198242187500 +0.105468750000 +-0.699218750000 +-0.259765625000 +0.172851562500 +0.148437500000 +0.075195312500 +0.180664062500 +0.086914062500 +-0.145507812500 +-0.281250000000 +0.116699218750 +0.017333984375 +0.165039062500 +0.043945312500 +-0.102050781250 +-0.000090599060 +0.011047363281 +-0.166992187500 +-0.061767578125 +-0.042236328125 +0.222656250000 +-0.084960937500 +0.158203125000 +0.038574218750 +0.046386718750 +0.176757812500 +0.029052734375 +0.080566406250 +-0.036376953125 +-0.014709472656 +0.171875000000 +-0.039550781250 +-0.137695312500 +0.023315429688 +0.055419921875 +-0.089843750000 +-0.137695312500 diff --git a/AI_Engine_Development/AIE-MLv2/Design_Tutorials/01-Radio-ML/aie/radioml_top/data/w5_biases-rtp.txt b/AI_Engine_Development/AIE-MLv2/Design_Tutorials/01-Radio-ML/aie/radioml_top/data/w5_biases-rtp.txt new file mode 100644 index 0000000000..71ecef713b --- /dev/null +++ b/AI_Engine_Development/AIE-MLv2/Design_Tutorials/01-Radio-ML/aie/radioml_top/data/w5_biases-rtp.txt @@ -0,0 +1,64 @@ +-0.012145996094 +0.047607421875 +-0.281250000000 +0.096191406250 +-0.106445312500 +-0.053955078125 +-0.045898437500 +0.055908203125 +-0.028442382812 +0.015563964844 +-0.062255859375 +0.196289062500 +-0.451171875000 +0.175781250000 +-0.198242187500 +-0.129882812500 +0.138671875000 +-0.029541015625 +0.178710937500 +-0.125976562500 +0.066894531250 +-0.042236328125 +0.012878417969 +-0.156250000000 +-0.042480468750 +0.115722656250 +0.121093750000 +0.147460937500 +0.050292968750 +-0.045166015625 +0.164062500000 +-0.043945312500 +0.004058837891 +-0.032714843750 +0.025268554688 +-0.486328125000 +-0.249023437500 +0.032958984375 +0.015441894531 +0.169921875000 +-0.048339843750 +0.009887695312 +-0.566406250000 +-0.110351562500 +-0.068359375000 +0.078613281250 +0.021118164062 +0.131835937500 +0.053955078125 +0.011962890625 +-0.464843750000 +0.097656250000 +-0.075195312500 +0.123046875000 +-0.183593750000 +-0.052246093750 +-0.143554687500 +-0.017333984375 +-0.008117675781 +0.050781250000 +-0.010375976562 +-0.492187500000 +-0.223632812500 +0.061767578125 diff --git a/AI_Engine_Development/AIE-MLv2/Design_Tutorials/01-Radio-ML/aie/radioml_top/data/w5_weights-rtp.txt b/AI_Engine_Development/AIE-MLv2/Design_Tutorials/01-Radio-ML/aie/radioml_top/data/w5_weights-rtp.txt new file mode 100644 index 0000000000..0f7f140bb2 --- /dev/null +++ b/AI_Engine_Development/AIE-MLv2/Design_Tutorials/01-Radio-ML/aie/radioml_top/data/w5_weights-rtp.txt @@ -0,0 +1,28672 @@ +0.132812500000 +0.044189453125 +-0.049560546875 +-0.035888671875 +0.029296875000 +0.104003906250 +0.020751953125 +-0.089355468750 +-0.189453125000 +-0.004852294922 +-0.178710937500 +-0.470703125000 +-0.031738281250 +0.012390136719 +-0.159179687500 +-0.121093750000 +-0.051757812500 +0.001594543457 +-0.523437500000 +-0.112304687500 +0.230468750000 +-0.355468750000 +0.214843750000 +-0.136718750000 +-0.041503906250 +0.081542968750 +-0.013061523438 +-0.235351562500 +-0.030395507812 +0.104003906250 +-0.267578125000 +-0.031127929688 +0.042968750000 +0.028564453125 +0.036865234375 +0.101074218750 +-0.024414062500 +0.060546875000 +0.150390625000 +-0.058105468750 +0.213867187500 +0.022338867188 +-0.013488769531 +-0.072265625000 +0.032226562500 +0.115722656250 +0.062011718750 +0.207031250000 +-0.193359375000 +0.054443359375 +0.035156250000 +-0.227539062500 +0.072753906250 +0.109863281250 +0.023925781250 +-0.177734375000 +-0.163085937500 +-0.119628906250 +0.059082031250 +0.120605468750 +0.072265625000 +-0.158203125000 +0.029296875000 +0.160156250000 +0.088378906250 +-0.024902343750 +0.025634765625 +0.201171875000 +-0.057861328125 +0.082519531250 +-0.004455566406 +0.036865234375 +-0.363281250000 +0.054443359375 +-0.091796875000 +-0.443359375000 +0.116699218750 +-0.005554199219 +-0.209960937500 +0.024291992188 +-0.076171875000 +-0.144531250000 +-0.511718750000 +-0.644531250000 +-0.127929687500 +-0.140625000000 +-0.306640625000 +0.028076171875 +0.013305664062 +0.072753906250 +-0.043945312500 +-0.120605468750 +-0.027709960938 +-0.101074218750 +-0.054443359375 +-0.271484375000 +0.126953125000 +-0.022827148438 +-0.011596679688 +-0.106445312500 +0.041503906250 +0.052246093750 +0.154296875000 +-0.055664062500 +0.002471923828 +0.085449218750 +-0.353515625000 +-0.042968750000 +-0.042968750000 +0.039794921875 +-0.020141601562 +0.176757812500 +-0.048583984375 +0.093750000000 +-0.056152343750 +-0.117187500000 +-0.011962890625 +0.046142578125 +0.072265625000 +-0.210937500000 +-0.084472656250 +-0.181640625000 +0.051025390625 +-0.160156250000 +-0.028808593750 +0.028686523438 +0.048828125000 +-0.079589843750 +0.113769531250 +0.139648437500 +0.139648437500 +0.003036499023 +0.049804687500 +-0.011413574219 +0.226562500000 +-0.004547119141 +-0.103027343750 +0.006164550781 +-0.129882812500 +-0.445312500000 +0.051757812500 +-0.015136718750 +-0.231445312500 +-0.007629394531 +0.005157470703 +-0.148437500000 +-0.104003906250 +-0.222656250000 +0.090820312500 +-0.209960937500 +0.281250000000 +-0.010742187500 +0.076171875000 +-0.055419921875 +-0.023681640625 +-0.243164062500 +0.043945312500 +-0.125000000000 +-0.476562500000 +-0.013488769531 +0.168945312500 +0.145507812500 +-0.035644531250 +-0.206054687500 +-0.150390625000 +0.077636718750 +0.042968750000 +0.030273437500 +-0.012573242188 +0.118164062500 +-0.585937500000 +-0.151367187500 +-0.100585937500 +-0.132812500000 +-0.226562500000 +0.211914062500 +-0.038330078125 +0.054687500000 +0.078613281250 +-0.542968750000 +0.057128906250 +-0.051025390625 +-0.369140625000 +0.014953613281 +0.139648437500 +-0.020629882812 +0.020629882812 +0.166015625000 +-0.253906250000 +-0.125000000000 +0.105468750000 +-0.148437500000 +0.077636718750 +-0.105957031250 +0.090820312500 +0.094238281250 +0.217773437500 +0.089843750000 +-0.012634277344 +0.043457031250 +0.049560546875 +0.043457031250 +-0.043212890625 +0.109863281250 +-1.289062500000 +0.016601562500 +-0.466796875000 +-0.008789062500 +-0.010253906250 +0.040039062500 +-0.013916015625 +-0.527343750000 +-0.251953125000 +-0.107421875000 +0.107910156250 +0.052490234375 +0.058349609375 +-0.031005859375 +0.170898437500 +-0.316406250000 +-0.140625000000 +-0.013732910156 +-0.474609375000 +0.095703125000 +0.073242187500 +-0.029785156250 +0.023315429688 +0.033935546875 +-0.490234375000 +-0.052734375000 +-0.263671875000 +0.056396484375 +0.043457031250 +-0.065917968750 +-0.211914062500 +-0.082519531250 +-0.075683593750 +-0.100097656250 +-0.217773437500 +0.110839843750 +-0.040527343750 +0.014709472656 +0.077636718750 +-0.082519531250 +-0.219726562500 +-0.177734375000 +-0.165039062500 +0.024902343750 +-0.006652832031 +-0.061767578125 +-0.142578125000 +0.127929687500 +-0.038574218750 +-0.049560546875 +0.122558593750 +0.027221679688 +-0.029296875000 +0.043945312500 +0.068359375000 +0.227539062500 +0.180664062500 +-0.242187500000 +-0.037841796875 +0.068847656250 +0.020507812500 +-0.018066406250 +-0.069824218750 +0.195312500000 +-0.812500000000 +0.100585937500 +-0.196289062500 +-0.045410156250 +0.117187500000 +0.090332031250 +-0.203125000000 +-0.202148437500 +-0.060302734375 +0.109375000000 +0.125000000000 +-0.176757812500 +0.137695312500 +-0.057617187500 +0.056640625000 +0.065429687500 +-0.102539062500 +-0.091796875000 +-0.318359375000 +-0.028808593750 +-0.015014648438 +0.000162124634 +0.098632812500 +-0.029541015625 +-0.796875000000 +-0.041503906250 +0.037109375000 +0.104492187500 +-0.047363281250 +-0.023071289062 +-0.138671875000 +0.098632812500 +-0.012084960938 +0.048583984375 +-0.096191406250 +-0.021606445312 +-0.204101562500 +-0.020874023438 +-0.062255859375 +-0.131835937500 +-0.034912109375 +0.002563476562 +0.314453125000 +0.049804687500 +-0.039062500000 +-0.163085937500 +-0.077148437500 +0.035888671875 +-0.051269531250 +-0.094238281250 +0.009338378906 +0.035644531250 +-0.330078125000 +0.134765625000 +-0.120117187500 +-0.042968750000 +-0.238281250000 +-0.156250000000 +0.211914062500 +-0.000115871429 +0.029418945312 +-0.030029296875 +0.072265625000 +-0.013977050781 +-0.201171875000 +-0.022949218750 +-0.114746093750 +-0.096679687500 +0.188476562500 +-0.005767822266 +-0.104003906250 +0.040527343750 +-0.091308593750 +-0.097167968750 +-0.117675781250 +-0.137695312500 +-0.047119140625 +-0.011779785156 +0.040039062500 +-0.112792968750 +-0.030761718750 +-0.172851562500 +-0.172851562500 +-0.056884765625 +-0.554687500000 +0.066894531250 +0.097656250000 +-0.095703125000 +-0.285156250000 +0.054443359375 +0.127929687500 +-0.013916015625 +0.064941406250 +-0.050537109375 +-0.066406250000 +0.020751953125 +-0.132812500000 +-0.060058593750 +0.015869140625 +0.025634765625 +-0.018188476562 +-0.049072265625 +-0.073242187500 +0.031738281250 +-0.041992187500 +-0.209960937500 +0.127929687500 +0.030029296875 +-0.263671875000 +0.004577636719 +0.094238281250 +-0.101074218750 +-0.132812500000 +-0.062255859375 +0.133789062500 +-0.022460937500 +-0.169921875000 +0.031005859375 +0.027954101562 +-0.063476562500 +0.011108398438 +-0.148437500000 +0.007720947266 +0.093750000000 +0.096191406250 +0.051025390625 +0.098144531250 +-0.113769531250 +-0.018188476562 +0.080566406250 +0.008728027344 +-0.082031250000 +0.175781250000 +0.156250000000 +-0.115722656250 +-0.038085937500 +-0.206054687500 +0.008728027344 +-0.063964843750 +-0.111816406250 +0.044921875000 +0.035156250000 +-0.025878906250 +0.160156250000 +-0.000391006470 +0.089843750000 +-0.119140625000 +0.003555297852 +-0.197265625000 +0.024414062500 +-0.068359375000 +0.055175781250 +-0.026977539062 +-0.102050781250 +0.017089843750 +0.045410156250 +-0.073730468750 +-0.039062500000 +0.053466796875 +-0.009277343750 +0.086914062500 +-0.022949218750 +0.009887695312 +0.029296875000 +-0.097656250000 +-0.138671875000 +-0.049316406250 +0.101074218750 +0.112304687500 +-0.134765625000 +0.035644531250 +0.068847656250 +-0.302734375000 +0.079589843750 +0.061279296875 +-0.182617187500 +0.088867187500 +0.078125000000 +0.104492187500 +0.009643554688 +-0.018432617188 +0.240234375000 +0.166015625000 +0.022705078125 +-0.012512207031 +-0.231445312500 +-0.363281250000 +-0.285156250000 +-0.267578125000 +0.148437500000 +0.146484375000 +0.031494140625 +0.041992187500 +0.079589843750 +-0.160156250000 +0.116210937500 +0.073242187500 +0.005981445312 +-0.056884765625 +0.153320312500 +-0.023437500000 +0.208984375000 +-0.001495361328 +-0.180664062500 +0.153320312500 +-0.095703125000 +0.016113281250 +-0.042236328125 +0.033935546875 +0.233398437500 +0.124511718750 +-0.105468750000 +0.148437500000 +0.010925292969 +-0.109375000000 +-0.080078125000 +0.102050781250 +0.158203125000 +-0.020507812500 +0.053955078125 +0.246093750000 +0.062255859375 +0.069335937500 +-0.180664062500 +0.031005859375 +0.314453125000 +0.064941406250 +-0.006134033203 +-0.050537109375 +0.034912109375 +-0.203125000000 +-0.066406250000 +0.087890625000 +0.015258789062 +-0.033935546875 +0.206054687500 +-0.031250000000 +-0.269531250000 +0.003021240234 +0.209960937500 +-0.049804687500 +0.008911132812 +-0.023925781250 +0.076171875000 +-0.104980468750 +-0.099609375000 +0.159179687500 +-0.042236328125 +0.003784179688 +-0.152343750000 +-0.281250000000 +-0.014709472656 +-0.009582519531 +0.064941406250 +0.061523437500 +0.097167968750 +-0.125000000000 +-0.080078125000 +-0.187500000000 +-0.020751953125 +-0.002319335938 +0.082031250000 +0.001571655273 +-0.110839843750 +0.080078125000 +0.171875000000 +-0.039794921875 +-0.214843750000 +-0.067871093750 +-0.013061523438 +0.108886718750 +0.063964843750 +-0.020019531250 +0.086914062500 +0.015869140625 +-0.125976562500 +0.136718750000 +-0.173828125000 +0.090820312500 +0.041992187500 +0.014099121094 +0.018432617188 +0.104003906250 +0.039794921875 +-0.053955078125 +0.097167968750 +0.036132812500 +-0.077148437500 +0.079101562500 +0.184570312500 +0.081542968750 +-0.026855468750 +0.103027343750 +0.002380371094 +-0.574218750000 +-0.081542968750 +0.044189453125 +-0.016601562500 +-0.089843750000 +0.015563964844 +0.122558593750 +-0.253906250000 +0.079101562500 +0.357421875000 +-0.063964843750 +0.015869140625 +-0.049072265625 +-0.075683593750 +0.118652343750 +0.179687500000 +0.245117187500 +-0.176757812500 +0.049560546875 +0.180664062500 +-0.259765625000 +0.013916015625 +0.003646850586 +0.310546875000 +0.068847656250 +-0.224609375000 +-0.210937500000 +0.103027343750 +0.012023925781 +-0.067382812500 +0.028198242188 +0.056152343750 +0.058593750000 +-0.000667572021 +-0.037841796875 +0.066406250000 +-0.054199218750 +-0.224609375000 +-0.090332031250 +0.235351562500 +0.023559570312 +0.030883789062 +-0.111328125000 +-0.092285156250 +-0.404296875000 +0.008483886719 +0.062500000000 +-0.059326171875 +-0.052490234375 +-0.306640625000 +0.049560546875 +0.235351562500 +0.154296875000 +-0.006683349609 +0.093750000000 +0.163085937500 +-0.347656250000 +0.162109375000 +-0.105957031250 +0.091796875000 +0.031738281250 +-0.004943847656 +0.028686523438 +0.063964843750 +-0.703125000000 +-0.092285156250 +-0.186523437500 +0.001411437988 +-0.016357421875 +0.149414062500 +-0.041503906250 +-0.081054687500 +0.139648437500 +0.135742187500 +0.150390625000 +-0.279296875000 +0.042724609375 +0.013854980469 +0.097656250000 +-0.134765625000 +0.068359375000 +-0.054687500000 +0.032470703125 +0.153320312500 +-0.061523437500 +-0.117187500000 +-0.073730468750 +0.096679687500 +-0.014526367188 +-0.300781250000 +0.125976562500 +0.040039062500 +0.210937500000 +-0.050537109375 +-0.025390625000 +0.021240234375 +0.053222656250 +0.070800781250 +-0.083984375000 +-0.160156250000 +-0.417968750000 +-0.061035156250 +-0.135742187500 +-0.125000000000 +-0.014343261719 +-0.091308593750 +-0.492187500000 +-0.189453125000 +-0.287109375000 +0.084472656250 +0.029052734375 +-0.130859375000 +-0.167968750000 +-0.016845703125 +0.423828125000 +-0.177734375000 +0.081054687500 +0.302734375000 +-0.101562500000 +0.081054687500 +-0.224609375000 +0.225585937500 +-0.644531250000 +-0.022338867188 +0.149414062500 +0.025512695312 +-0.201171875000 +-0.236328125000 +-0.199218750000 +-0.021362304688 +-0.126953125000 +0.004608154297 +-0.164062500000 +0.054199218750 +0.155273437500 +0.153320312500 +0.096191406250 +-0.225585937500 +0.318359375000 +-0.114257812500 +-0.049804687500 +0.064941406250 +0.265625000000 +-0.028320312500 +-0.059082031250 +-0.018310546875 +0.094726562500 +0.099609375000 +-0.212890625000 +0.047607421875 +0.322265625000 +-0.017944335938 +0.102539062500 +0.165039062500 +0.228515625000 +0.032226562500 +0.392578125000 +0.071289062500 +-0.129882812500 +-0.089355468750 +0.145507812500 +0.128906250000 +-0.269531250000 +-0.154296875000 +-0.376953125000 +0.079101562500 +-0.125000000000 +-0.055908203125 +-0.000568389893 +0.119628906250 +-0.233398437500 +-0.224609375000 +0.098632812500 +0.001518249512 +-0.123046875000 +-0.126953125000 +-0.132812500000 +-0.010620117188 +0.589843750000 +-0.187500000000 +0.096191406250 +-0.121582031250 +0.018920898438 +-0.040527343750 +0.014404296875 +-0.038818359375 +-1.062500000000 +-0.088378906250 +-0.140625000000 +-0.044921875000 +-0.139648437500 +-0.128906250000 +-0.029296875000 +0.055419921875 +-0.160156250000 +0.053955078125 +-0.177734375000 +-0.037353515625 +-0.028076171875 +-0.000434875488 +0.063476562500 +0.296875000000 +0.369140625000 +0.035156250000 +-0.396484375000 +0.118652343750 +-0.162109375000 +-0.072265625000 +0.097656250000 +0.000167846680 +0.005310058594 +0.016357421875 +-0.406250000000 +-0.067871093750 +-0.073242187500 +-0.105468750000 +-0.029785156250 +0.078613281250 +0.019653320312 +-0.209960937500 +-0.013061523438 +0.053710937500 +-0.492187500000 +-0.090820312500 +-0.113769531250 +-0.217773437500 +-0.066894531250 +-0.094238281250 +-0.096191406250 +-0.057861328125 +-0.207031250000 +-0.137695312500 +0.043701171875 +0.020629882812 +0.067871093750 +-0.199218750000 +0.136718750000 +0.030395507812 +-0.328125000000 +0.061279296875 +-0.099609375000 +-0.098144531250 +-0.486328125000 +-0.076171875000 +0.084960937500 +-0.017456054688 +-0.283203125000 +-0.003784179688 +0.023193359375 +-0.211914062500 +-0.174804687500 +-0.147460937500 +-0.075195312500 +0.020996093750 +-0.041748046875 +-0.084960937500 +0.081054687500 +0.124511718750 +-0.023437500000 +-0.118652343750 +0.163085937500 +-0.001762390137 +-0.032958984375 +0.093750000000 +-0.083984375000 +0.092773437500 +0.030517578125 +-0.191406250000 +-0.062255859375 +0.041748046875 +-0.255859375000 +0.182617187500 +0.007171630859 +-0.035156250000 +-0.062988281250 +-0.125000000000 +0.150390625000 +-0.069335937500 +-0.316406250000 +-0.069335937500 +-0.035888671875 +-0.285156250000 +-0.074707031250 +-0.208984375000 +0.058837890625 +-0.036376953125 +-0.248046875000 +-0.123046875000 +-0.006958007812 +0.050781250000 +0.009155273438 +-0.143554687500 +0.086914062500 +0.041748046875 +-0.012939453125 +-0.083496093750 +-0.104492187500 +-0.178710937500 +0.015625000000 +-0.117675781250 +0.039794921875 +0.109863281250 +-0.177734375000 +-0.261718750000 +0.055419921875 +-0.371093750000 +-0.043701171875 +0.257812500000 +-0.076660156250 +0.034912109375 +-0.233398437500 +-0.005706787109 +-0.090332031250 +-0.090332031250 +0.072265625000 +-0.198242187500 +0.005737304688 +0.005249023438 +-0.279296875000 +-0.007995605469 +-0.076171875000 +-0.090820312500 +-0.047119140625 +-0.004943847656 +0.086425781250 +0.039062500000 +0.059814453125 +-0.134765625000 +0.010742187500 +-0.169921875000 +-0.138671875000 +0.056640625000 +0.085449218750 +0.089355468750 +-0.129882812500 +-0.300781250000 +-0.051025390625 +-0.075195312500 +-0.057128906250 +-0.120605468750 +0.030639648438 +-0.273437500000 +-0.107910156250 +-0.050292968750 +0.058105468750 +-0.067382812500 +-0.048828125000 +0.400390625000 +0.114746093750 +0.055419921875 +-0.000797271729 +0.047119140625 +0.117675781250 +-0.353515625000 +0.022094726562 +0.108886718750 +-0.263671875000 +0.119628906250 +0.005157470703 +0.074707031250 +-0.075683593750 +-0.478515625000 +-0.009277343750 +-0.063964843750 +-0.001502990723 +-0.032470703125 +0.112304687500 +0.096679687500 +-0.085449218750 +-0.546875000000 +-0.039550781250 +0.061767578125 +-0.174804687500 +0.026977539062 +0.099121093750 +0.058593750000 +0.064941406250 +-0.273437500000 +-0.008605957031 +-0.018432617188 +-0.079101562500 +-0.067382812500 +0.144531250000 +0.060546875000 +0.125976562500 +-0.226562500000 +0.028198242188 +0.131835937500 +0.025756835938 +-0.139648437500 +0.088867187500 +0.142578125000 +0.071289062500 +-0.004608154297 +-0.087890625000 +0.166992187500 +0.189453125000 +0.208984375000 +-0.531250000000 +0.261718750000 +0.312500000000 +-0.099609375000 +0.055908203125 +0.034667968750 +-0.023437500000 +0.242187500000 +-0.231445312500 +-0.007781982422 +-0.285156250000 +-0.159179687500 +-0.003234863281 +0.012023925781 +0.131835937500 +-0.027465820312 +0.115722656250 +-0.230468750000 +0.050537109375 +-0.243164062500 +0.115234375000 +-0.083007812500 +0.078125000000 +0.007568359375 +-0.009094238281 +0.033203125000 +0.173828125000 +-0.292968750000 +0.130859375000 +-0.306640625000 +-0.162109375000 +-0.015075683594 +0.109375000000 +0.135742187500 +0.036865234375 +-0.096679687500 +0.033935546875 +0.034912109375 +-0.222656250000 +-0.187500000000 +-0.037109375000 +-0.026855468750 +0.010009765625 +-0.063964843750 +0.036865234375 +-0.010131835938 +-0.149414062500 +-0.074218750000 +0.026611328125 +0.027709960938 +-0.233398437500 +-0.291015625000 +0.126953125000 +0.063964843750 +0.222656250000 +-0.098632812500 +0.022094726562 +0.294921875000 +0.273437500000 +0.169921875000 +-0.005065917969 +-0.133789062500 +0.048095703125 +0.097167968750 +-0.302734375000 +-0.219726562500 +0.154296875000 +-0.089843750000 +0.045166015625 +0.318359375000 +-0.093750000000 +-0.104003906250 +-0.238281250000 +-0.050048828125 +0.050537109375 +-0.112304687500 +-0.151367187500 +-0.086425781250 +-0.091796875000 +-0.308593750000 +0.039794921875 +-0.179687500000 +0.027465820312 +-0.212890625000 +0.371093750000 +-0.241210937500 +0.140625000000 +-0.030151367188 +0.068847656250 +-0.095703125000 +0.005523681641 +-0.455078125000 +0.093750000000 +0.011535644531 +0.100585937500 +0.014099121094 +-0.013854980469 +-0.101562500000 +0.126953125000 +-0.476562500000 +-0.134765625000 +-0.040771484375 +-0.593750000000 +-0.084472656250 +0.010314941406 +-0.105957031250 +0.023803710938 +0.107910156250 +0.084472656250 +-0.152343750000 +-0.227539062500 +0.016479492188 +-0.092285156250 +0.032226562500 +0.029785156250 +-0.133789062500 +0.097167968750 +0.051513671875 +-0.084472656250 +-0.039794921875 +-0.009033203125 +0.302734375000 +-0.029907226562 +0.050048828125 +-0.069824218750 +-0.040039062500 +0.050781250000 +-0.017822265625 +-0.179687500000 +-0.067871093750 +0.219726562500 +-0.205078125000 +-0.019653320312 +0.117675781250 +-0.298828125000 +-0.061767578125 +-0.345703125000 +-0.056152343750 +0.106445312500 +0.030395507812 +-0.094238281250 +0.050292968750 +-0.130859375000 +-0.157226562500 +-0.341796875000 +0.008911132812 +0.127929687500 +0.019775390625 +0.128906250000 +-0.107421875000 +0.049316406250 +0.090332031250 +-0.142578125000 +-0.188476562500 +0.133789062500 +-0.457031250000 +0.184570312500 +-0.010314941406 +0.136718750000 +0.068359375000 +0.043457031250 +-0.082519531250 +0.068359375000 +0.150390625000 +-0.233398437500 +-0.222656250000 +-0.546875000000 +0.023315429688 +-0.077148437500 +-0.040039062500 +-0.054443359375 +0.007263183594 +-0.130859375000 +0.129882812500 +-0.355468750000 +0.107910156250 +0.016723632812 +-0.160156250000 +0.126953125000 +-0.009887695312 +0.001762390137 +-0.062500000000 +-0.306640625000 +0.022949218750 +0.078125000000 +0.114257812500 +-0.484375000000 +0.048095703125 +-0.088867187500 +0.103515625000 +0.089355468750 +0.100585937500 +0.198242187500 +0.275390625000 +-0.077148437500 +0.042968750000 +-0.020874023438 +0.174804687500 +-0.065917968750 +-0.009948730469 +-0.357421875000 +-0.106445312500 +-0.116210937500 +-0.094238281250 +0.015625000000 +0.045166015625 +0.022583007812 +0.039794921875 +-0.251953125000 +0.061523437500 +0.070800781250 +-0.100097656250 +0.453125000000 +-0.222656250000 +-0.500000000000 +-0.006561279297 +0.097167968750 +-0.003417968750 +0.029296875000 +-0.172851562500 +0.176757812500 +-0.104492187500 +0.085937500000 +0.023193359375 +-0.248046875000 +0.047363281250 +-0.019042968750 +0.265625000000 +0.021484375000 +-0.033691406250 +0.136718750000 +0.037109375000 +0.025024414062 +-0.251953125000 +0.023071289062 +-0.167968750000 +-0.216796875000 +-0.026489257812 +-0.012451171875 +0.043701171875 +0.045166015625 +0.076660156250 +0.154296875000 +-0.057373046875 +0.005859375000 +-0.094238281250 +-0.088867187500 +0.086914062500 +0.070800781250 +0.139648437500 +-0.011779785156 +0.154296875000 +0.119140625000 +-0.013183593750 +0.198242187500 +0.044677734375 +0.114257812500 +0.042968750000 +0.161132812500 +0.002532958984 +-0.006256103516 +-0.145507812500 +-0.228515625000 +0.007110595703 +-0.404296875000 +-0.531250000000 +-0.018920898438 +-0.031982421875 +0.092773437500 +-0.215820312500 +0.089355468750 +0.020507812500 +-0.128906250000 +0.035156250000 +-0.087890625000 +-0.130859375000 +0.259765625000 +0.019653320312 +-0.441406250000 +0.085449218750 +0.073242187500 +0.040527343750 +-0.053466796875 +0.106445312500 +0.038330078125 +-0.083984375000 +0.100097656250 +0.035888671875 +-0.065917968750 +0.048339843750 +0.039062500000 +0.063476562500 +-0.006347656250 +-0.060058593750 +-0.058349609375 +0.012390136719 +-0.259765625000 +-0.155273437500 +0.097656250000 +-0.096679687500 +-0.144531250000 +-0.196289062500 +0.170898437500 +0.079589843750 +-0.142578125000 +-0.066894531250 +-0.031494140625 +0.110839843750 +-0.108398437500 +-0.114746093750 +0.086914062500 +-0.000165939331 +0.033935546875 +-0.071777343750 +-0.107421875000 +-0.003616333008 +-0.125976562500 +-0.061279296875 +0.031738281250 +0.091796875000 +0.044921875000 +-0.253906250000 +-0.281250000000 +0.008361816406 +0.038085937500 +-0.069335937500 +0.166015625000 +0.095214843750 +-0.396484375000 +0.121093750000 +0.105957031250 +-0.190429687500 +-0.014770507812 +-0.234375000000 +0.199218750000 +-0.009521484375 +-0.015441894531 +0.117675781250 +-0.047363281250 +0.096191406250 +-0.101562500000 +0.079589843750 +0.030395507812 +-0.049560546875 +-0.166015625000 +0.021972656250 +-0.010437011719 +0.163085937500 +-0.088867187500 +0.132812500000 +0.034179687500 +0.028320312500 +-0.070312500000 +0.096679687500 +0.015991210938 +-0.378906250000 +0.019042968750 +-0.077636718750 +0.119140625000 +0.034667968750 +-0.184570312500 +-0.230468750000 +-0.222656250000 +0.172851562500 +-0.044189453125 +-0.022216796875 +0.006347656250 +0.013000488281 +-0.026977539062 +0.062011718750 +-0.049804687500 +0.147460937500 +0.080078125000 +0.246093750000 +0.090332031250 +0.062255859375 +0.054443359375 +-0.302734375000 +0.125976562500 +-0.005279541016 +0.085449218750 +-0.172851562500 +-0.179687500000 +0.035156250000 +-0.052001953125 +-0.163085937500 +0.112304687500 +-0.083984375000 +0.063964843750 +0.177734375000 +-0.208007812500 +0.071777343750 +-0.217773437500 +-0.208984375000 +0.114257812500 +0.142578125000 +0.071777343750 +-0.204101562500 +-0.183593750000 +-0.351562500000 +0.108398437500 +-0.118652343750 +0.138671875000 +-0.213867187500 +0.014831542969 +0.076660156250 +-0.028076171875 +0.057617187500 +0.057861328125 +0.050292968750 +-0.067382812500 +0.083496093750 +-0.117675781250 +-0.150390625000 +-0.009033203125 +-0.025878906250 +-0.531250000000 +-0.337890625000 +-0.038330078125 +-0.279296875000 +-0.002319335938 +-0.123046875000 +0.074218750000 +0.125000000000 +0.302734375000 +0.197265625000 +0.101074218750 +-0.151367187500 +-0.059082031250 +0.161132812500 +-0.037597656250 +0.070800781250 +-0.010986328125 +-0.091796875000 +-0.080566406250 +-0.199218750000 +0.068847656250 +0.332031250000 +0.032470703125 +-0.000503540039 +-0.168945312500 +0.140625000000 +-0.090332031250 +-0.333984375000 +0.024047851562 +-0.063476562500 +-0.055908203125 +-0.312500000000 +0.057373046875 +-0.291015625000 +0.090820312500 +-0.147460937500 +-0.053710937500 +0.045654296875 +-0.196289062500 +0.013977050781 +0.088378906250 +0.125000000000 +0.044189453125 +-0.167968750000 +0.173828125000 +-0.150390625000 +-0.013671875000 +0.345703125000 +0.054443359375 +-0.057617187500 +0.079101562500 +0.084472656250 +-0.050292968750 +0.130859375000 +0.160156250000 +-0.472656250000 +-0.079589843750 +-0.202148437500 +0.049560546875 +-0.322265625000 +-0.064453125000 +-0.100585937500 +-0.080566406250 +-0.114257812500 +-0.394531250000 +-0.363281250000 +-0.010803222656 +0.014221191406 +-0.050537109375 +-0.365234375000 +0.070800781250 +-0.166992187500 +0.038085937500 +-0.023559570312 +0.111816406250 +-0.070312500000 +0.068359375000 +-0.001907348633 +-0.084960937500 +-0.343750000000 +0.062500000000 +-0.122070312500 +0.057373046875 +0.024291992188 +-0.119628906250 +0.125976562500 +0.035400390625 +-0.157226562500 +0.055175781250 +0.146484375000 +0.083007812500 +-0.235351562500 +0.009399414062 +-0.169921875000 +-0.055175781250 +-0.127929687500 +-0.043212890625 +0.096679687500 +0.110351562500 +0.018676757812 +-0.033447265625 +0.072265625000 +-0.765625000000 +-0.042968750000 +-0.041259765625 +0.012207031250 +0.006683349609 +0.128906250000 +0.073730468750 +-0.105468750000 +-0.091308593750 +0.003967285156 +0.063476562500 +-0.087890625000 +0.078125000000 +0.003662109375 +-0.003173828125 +0.170898437500 +0.169921875000 +-0.259765625000 +-0.355468750000 +-0.022949218750 +0.151367187500 +-0.478515625000 +0.081542968750 +-0.072753906250 +0.008728027344 +0.046142578125 +-0.139648437500 +-0.498046875000 +0.004638671875 +0.214843750000 +0.159179687500 +-0.181640625000 +-0.192382812500 +-0.146484375000 +-0.160156250000 +-0.035644531250 +-0.139648437500 +0.134765625000 +-0.016479492188 +0.063476562500 +0.065917968750 +-0.022827148438 +0.230468750000 +-0.168945312500 +-0.075683593750 +-0.240234375000 +0.094238281250 +-0.005676269531 +0.115722656250 +0.012817382812 +-0.003555297852 +0.046630859375 +0.010314941406 +-0.111816406250 +0.000957489014 +-0.227539062500 +0.030517578125 +0.004028320312 +0.018798828125 +-0.013305664062 +-0.106445312500 +0.106933593750 +-0.279296875000 +-0.123046875000 +-1.148437500000 +0.174804687500 +0.005218505859 +-0.026000976562 +-0.036621093750 +0.078613281250 +0.027343750000 +-0.042968750000 +0.229492187500 +-0.202148437500 +0.232421875000 +0.102539062500 +-0.167968750000 +-0.069824218750 +-0.129882812500 +-0.058593750000 +0.120605468750 +0.034179687500 +-0.312500000000 +0.020141601562 +0.218750000000 +0.008056640625 +0.302734375000 +0.062255859375 +0.074707031250 +0.029174804688 +-0.053466796875 +-0.045410156250 +0.226562500000 +0.070312500000 +0.118652343750 +-0.281250000000 +0.018066406250 +-0.018432617188 +0.053466796875 +-0.189453125000 +-0.197265625000 +-0.079101562500 +0.031982421875 +-0.021240234375 +-0.017089843750 +0.085449218750 +-0.083007812500 +-0.037597656250 +0.017700195312 +-0.363281250000 +0.412109375000 +-0.073730468750 +0.158203125000 +0.070800781250 +0.154296875000 +-0.082519531250 +0.098144531250 +0.084960937500 +0.043457031250 +0.032714843750 +-0.554687500000 +0.074218750000 +0.094726562500 +-0.134765625000 +0.013061523438 +-0.035644531250 +-0.034912109375 +-0.077636718750 +-0.707031250000 +0.025024414062 +0.099121093750 +0.065917968750 +-0.019775390625 +-0.070312500000 +-0.079589843750 +0.024047851562 +-0.041259765625 +0.016235351562 +0.191406250000 +-0.054199218750 +0.031250000000 +0.005432128906 +-0.250000000000 +-0.062011718750 +-0.230468750000 +-0.009948730469 +-0.277343750000 +0.002212524414 +0.018554687500 +-0.152343750000 +0.168945312500 +-0.181640625000 +0.100585937500 +-0.052734375000 +0.085937500000 +0.043701171875 +-0.021606445312 +-0.175781250000 +0.273437500000 +-0.108886718750 +0.257812500000 +0.063964843750 +0.015502929688 +-0.312500000000 +0.048828125000 +-0.058593750000 +0.214843750000 +-0.406250000000 +-0.460937500000 +0.099609375000 +-0.234375000000 +-0.166015625000 +0.050781250000 +-0.201171875000 +0.294921875000 +-0.201171875000 +0.128906250000 +0.036865234375 +0.124511718750 +0.142578125000 +-0.019409179688 +-0.032958984375 +0.027343750000 +-0.130859375000 +-0.964843750000 +0.085937500000 +0.044677734375 +0.107910156250 +-0.003524780273 +-0.427734375000 +0.134765625000 +-0.090820312500 +0.071777343750 +-0.030395507812 +-0.106933593750 +-0.015319824219 +0.355468750000 +0.158203125000 +0.101074218750 +-0.228515625000 +0.033691406250 +-0.044433593750 +-0.170898437500 +0.008728027344 +0.089355468750 +0.033935546875 +-0.281250000000 +-0.138671875000 +-0.146484375000 +0.027099609375 +0.024536132812 +0.124511718750 +-0.226562500000 +-0.009399414062 +0.204101562500 +-0.102539062500 +-0.114746093750 +0.059326171875 +0.134765625000 +-0.017089843750 +-0.097167968750 +0.182617187500 +0.084960937500 +-0.028442382812 +0.046386718750 +0.002563476562 +-0.255859375000 +0.056884765625 +-0.001365661621 +0.031738281250 +-0.146484375000 +-0.062500000000 +-0.104003906250 +0.035644531250 +-0.035888671875 +-0.030517578125 +-0.133789062500 +0.121093750000 +-0.550781250000 +-0.267578125000 +-0.001861572266 +0.017822265625 +-0.116699218750 +-0.343750000000 +-0.005950927734 +-0.099609375000 +0.065917968750 +-0.215820312500 +-0.200195312500 +0.011047363281 +0.073730468750 +0.011657714844 +-0.099609375000 +0.131835937500 +-0.037353515625 +0.052001953125 +-0.027709960938 +0.011413574219 +-0.017333984375 +0.085449218750 +-0.152343750000 +0.210937500000 +0.074707031250 +-0.071289062500 +-0.173828125000 +0.043212890625 +-0.005706787109 +-0.119628906250 +-0.043701171875 +0.149414062500 +0.271484375000 +-0.106445312500 +0.158203125000 +-0.053710937500 +0.044433593750 +-0.050537109375 +0.091796875000 +0.106933593750 +-0.031250000000 +0.044433593750 +-0.229492187500 +0.023559570312 +0.162109375000 +0.116699218750 +-0.213867187500 +0.231445312500 +0.127929687500 +-0.098632812500 +-0.008361816406 +-0.003967285156 +-0.221679687500 +0.003616333008 +-0.062988281250 +0.005645751953 +-0.149414062500 +-0.259765625000 +-0.015258789062 +0.095703125000 +-0.062988281250 +-0.156250000000 +-0.108886718750 +-0.202148437500 +0.058837890625 +-0.271484375000 +-0.053222656250 +0.051757812500 +0.036132812500 +0.061279296875 +-0.003829956055 +-0.302734375000 +-0.055175781250 +0.069824218750 +-0.064941406250 +0.029296875000 +0.022705078125 +0.027465820312 +0.022583007812 +-0.027709960938 +-0.002059936523 +-0.074707031250 +-0.166992187500 +-0.263671875000 +-0.007781982422 +0.074218750000 +0.074707031250 +-0.126953125000 +-0.078613281250 +0.170898437500 +0.016967773438 +0.227539062500 +0.001785278320 +-0.026611328125 +0.363281250000 +0.013671875000 +-0.168945312500 +0.277343750000 +0.061523437500 +-0.519531250000 +0.011230468750 +0.033935546875 +0.239257812500 +0.041503906250 +0.062011718750 +-0.000915527344 +-0.235351562500 +-0.296875000000 +0.052978515625 +0.111328125000 +0.064453125000 +-0.039306640625 +-0.066406250000 +-0.019653320312 +0.051513671875 +0.077148437500 +0.017089843750 +0.020874023438 +-0.044677734375 +0.048828125000 +0.029541015625 +-0.347656250000 +-0.240234375000 +-0.183593750000 +0.005187988281 +-0.237304687500 +-0.118164062500 +0.308593750000 +-0.072753906250 +-0.053222656250 +-0.000862121582 +-0.123046875000 +-0.070312500000 +-0.172851562500 +0.049316406250 +0.069335937500 +0.070800781250 +-0.042968750000 +-0.219726562500 +-0.205078125000 +0.054199218750 +-0.014099121094 +0.175781250000 +-0.066894531250 +-0.144531250000 +0.163085937500 +-0.192382812500 +-0.064453125000 +-0.154296875000 +-0.125000000000 +0.023315429688 +-0.333984375000 +-0.028076171875 +-0.102539062500 +0.035888671875 +-0.322265625000 +-0.026611328125 +0.119628906250 +0.230468750000 +-0.065917968750 +0.222656250000 +0.217773437500 +0.209960937500 +-0.761718750000 +-0.121093750000 +-0.067871093750 +-0.101562500000 +0.017211914062 +0.141601562500 +-0.353515625000 +-0.220703125000 +0.170898437500 +-0.054443359375 +-0.010131835938 +-0.064941406250 +0.083496093750 +-0.008300781250 +0.044433593750 +-0.016967773438 +-0.644531250000 +-0.066894531250 +-0.044433593750 +0.273437500000 +-0.091796875000 +0.021728515625 +-0.007781982422 +-0.186523437500 +0.046630859375 +0.194335937500 +-0.261718750000 +0.114257812500 +0.032226562500 +0.037353515625 +0.022949218750 +0.149414062500 +0.083007812500 +0.110351562500 +-0.359375000000 +-0.117675781250 +0.035156250000 +-0.083007812500 +-0.090820312500 +-0.558593750000 +0.123046875000 +-0.024169921875 +-0.001350402832 +0.441406250000 +0.012023925781 +-0.018432617188 +0.163085937500 +-0.006774902344 +-0.080566406250 +0.072753906250 +0.124511718750 +-0.136718750000 +-0.065429687500 +-0.110839843750 +0.092285156250 +0.275390625000 +-0.248046875000 +-0.016113281250 +-0.147460937500 +-0.332031250000 +-0.044921875000 +-0.703125000000 +-0.236328125000 +0.146484375000 +0.019775390625 +-0.043701171875 +0.023193359375 +-0.250000000000 +-0.125000000000 +-0.318359375000 +-0.062500000000 +-0.122558593750 +-0.019653320312 +0.214843750000 +-0.324218750000 +-0.064453125000 +0.190429687500 +-0.225585937500 +0.028930664062 +-0.308593750000 +-0.060058593750 +-0.083984375000 +-0.628906250000 +0.150390625000 +0.100585937500 +0.049560546875 +0.024658203125 +0.136718750000 +0.080078125000 +0.083984375000 +0.069824218750 +0.034423828125 +-0.199218750000 +0.226562500000 +0.218750000000 +0.062255859375 +-0.074707031250 +-0.111816406250 +-0.083007812500 +0.140625000000 +0.052734375000 +0.349609375000 +0.176757812500 +0.050292968750 +-0.087402343750 +-0.196289062500 +-0.174804687500 +0.125976562500 +-0.246093750000 +0.155273437500 +0.197265625000 +-0.188476562500 +-0.007080078125 +-0.076171875000 +-0.341796875000 +-0.108886718750 +-0.030517578125 +-0.357421875000 +-0.231445312500 +0.289062500000 +0.100097656250 +0.140625000000 +-0.151367187500 +0.142578125000 +-0.146484375000 +-0.949218750000 +-0.298828125000 +0.200195312500 +0.067382812500 +-0.072753906250 +0.004882812500 +0.098632812500 +-0.200195312500 +-0.492187500000 +-0.139648437500 +0.308593750000 +0.004638671875 +0.051513671875 +-0.333984375000 +-0.021606445312 +-0.074707031250 +-0.065429687500 +-0.066894531250 +0.020751953125 +0.048828125000 +-0.134765625000 +-0.472656250000 +0.027099609375 +-0.152343750000 +0.028442382812 +0.153320312500 +0.302734375000 +0.044433593750 +-0.130859375000 +-0.075195312500 +0.255859375000 +0.134765625000 +0.158203125000 +-0.015319824219 +-0.127929687500 +-0.140625000000 +0.039550781250 +0.013183593750 +0.263671875000 +-0.115234375000 +0.347656250000 +0.056640625000 +0.107910156250 +-0.171875000000 +-0.064453125000 +-0.123535156250 +0.068359375000 +-0.053222656250 +-0.065429687500 +-0.060791015625 +-0.125976562500 +0.006988525391 +-0.059814453125 +-0.099609375000 +0.019165039062 +-0.033691406250 +0.166015625000 +-0.427734375000 +0.123535156250 +0.120605468750 +-0.011352539062 +0.085937500000 +-0.014892578125 +-0.042480468750 +-0.957031250000 +-0.125976562500 +-0.032714843750 +0.077148437500 +-0.005737304688 +0.115234375000 +-0.105957031250 +-0.146484375000 +-0.257812500000 +-0.032226562500 +0.083984375000 +0.084472656250 +-0.166992187500 +0.127929687500 +-0.074218750000 +0.007141113281 +0.114746093750 +-0.058105468750 +0.018310546875 +0.109375000000 +0.071777343750 +0.025390625000 +-0.047851562500 +-0.010742187500 +0.255859375000 +0.051269531250 +0.304687500000 +-0.038574218750 +-0.118652343750 +0.003509521484 +-0.041748046875 +0.145507812500 +-0.094726562500 +-0.043212890625 +0.137695312500 +0.257812500000 +0.169921875000 +0.174804687500 +0.092773437500 +-0.174804687500 +0.119140625000 +0.005798339844 +-0.007171630859 +-0.014038085938 +-0.163085937500 +0.072753906250 +0.041992187500 +-0.016601562500 +-0.081054687500 +-0.172851562500 +-0.236328125000 +0.001785278320 +-0.147460937500 +-0.025390625000 +0.043212890625 +-0.019775390625 +-0.019409179688 +-0.386718750000 +-0.032958984375 +-0.041748046875 +0.117675781250 +-0.173828125000 +0.122070312500 +-0.111816406250 +-0.355468750000 +-0.140625000000 +-0.029907226562 +-0.109863281250 +0.233398437500 +-0.027343750000 +0.200195312500 +-0.145507812500 +-0.206054687500 +0.074218750000 +0.037597656250 +0.028564453125 +-0.257812500000 +-0.140625000000 +0.149414062500 +0.083984375000 +-0.049072265625 +-0.093750000000 +-0.054931640625 +-0.022705078125 +-0.022460937500 +0.136718750000 +0.287109375000 +0.104980468750 +0.018920898438 +0.028076171875 +-0.034179687500 +-0.122070312500 +-0.248046875000 +0.053955078125 +-0.205078125000 +-0.160156250000 +0.259765625000 +-0.039794921875 +0.104980468750 +-0.083007812500 +0.120117187500 +0.070800781250 +0.304687500000 +0.128906250000 +-0.018554687500 +-0.208984375000 +-0.004760742188 +-0.104980468750 +-0.359375000000 +-0.249023437500 +-0.213867187500 +0.173828125000 +0.037353515625 +-0.012695312500 +-0.363281250000 +0.042480468750 +0.060058593750 +-0.161132812500 +-0.055908203125 +-0.039306640625 +-0.005126953125 +-0.139648437500 +-0.005157470703 +0.092773437500 +-0.021484375000 +-0.188476562500 +0.043701171875 +-0.005706787109 +0.229492187500 +-0.179687500000 +0.285156250000 +0.144531250000 +-0.113281250000 +-0.289062500000 +-0.199218750000 +-0.039550781250 +0.035644531250 +-0.039794921875 +0.069335937500 +0.041259765625 +-0.019165039062 +-0.118652343750 +0.008850097656 +-0.121093750000 +0.009155273438 +-0.062500000000 +-0.005432128906 +-0.000885009766 +-0.231445312500 +0.166992187500 +0.042724609375 +0.142578125000 +-0.014282226562 +-0.016235351562 +0.016113281250 +-0.087402343750 +-0.220703125000 +0.285156250000 +0.117187500000 +0.149414062500 +0.058837890625 +0.122558593750 +-0.003250122070 +-0.020019531250 +0.041015625000 +-0.095214843750 +-0.063476562500 +0.035644531250 +0.140625000000 +-0.164062500000 +-0.312500000000 +0.014953613281 +-0.081054687500 +-0.097656250000 +0.052734375000 +0.145507812500 +0.004516601562 +-0.085449218750 +-0.029541015625 +-0.488281250000 +-0.037841796875 +-0.215820312500 +0.008544921875 +-0.063964843750 +0.021606445312 +0.149414062500 +0.100097656250 +-0.242187500000 +-0.049560546875 +-0.494140625000 +0.100097656250 +-0.129882812500 +-0.092285156250 +-0.349609375000 +-0.071289062500 +0.082031250000 +0.127929687500 +-0.186523437500 +-0.185546875000 +-0.015197753906 +-0.024536132812 +-0.096191406250 +0.122070312500 +-0.088378906250 +0.203125000000 +-0.239257812500 +0.075683593750 +0.216796875000 +-0.152343750000 +0.071289062500 +0.027709960938 +-0.032714843750 +0.033691406250 +-0.112304687500 +0.065917968750 +-0.076171875000 +0.058837890625 +0.156250000000 +0.000075340271 +-0.067382812500 +0.129882812500 +0.165039062500 +-0.103515625000 +-0.016845703125 +-0.082519531250 +-0.017089843750 +0.072753906250 +-0.110351562500 +0.080078125000 +0.185546875000 +-0.177734375000 +-0.102539062500 +-0.044433593750 +0.170898437500 +-0.065917968750 +-0.223632812500 +0.013671875000 +0.132812500000 +0.009033203125 +-0.163085937500 +0.079101562500 +-0.247070312500 +-0.103027343750 +-0.080566406250 +-0.010314941406 +-0.345703125000 +0.007446289062 +-0.091796875000 +0.014587402344 +0.092285156250 +-0.001701354980 +-0.225585937500 +-0.285156250000 +-0.457031250000 +-0.478515625000 +-0.133789062500 +-0.114746093750 +-0.168945312500 +-0.004638671875 +-0.177734375000 +-0.019531250000 +0.046630859375 +-0.035400390625 +0.104980468750 +0.053710937500 +0.016723632812 +-0.071777343750 +-0.320312500000 +-0.141601562500 +-0.104003906250 +0.065917968750 +0.055664062500 +-0.037841796875 +-0.110839843750 +0.043212890625 +-0.027221679688 +0.165039062500 +-0.250000000000 +0.134765625000 +0.002578735352 +-0.017456054688 +0.019287109375 +-0.037109375000 +0.044433593750 +0.107421875000 +-0.025268554688 +0.154296875000 +0.117187500000 +0.105957031250 +-0.070800781250 +-0.593750000000 +-0.162109375000 +-0.003372192383 +0.007415771484 +0.087890625000 +0.074707031250 +0.027832031250 +0.094238281250 +-0.088867187500 +-0.597656250000 +-0.089355468750 +-0.273437500000 +-0.057128906250 +0.165039062500 +0.093261718750 +-0.300781250000 +-0.205078125000 +0.233398437500 +-0.060302734375 +-0.373046875000 +-0.055908203125 +0.023681640625 +-0.104980468750 +0.076171875000 +-0.090820312500 +-0.145507812500 +-0.154296875000 +-0.355468750000 +-0.109375000000 +-0.281250000000 +0.114257812500 +-0.152343750000 +0.199218750000 +0.154296875000 +0.020019531250 +0.037109375000 +-0.074218750000 +-0.076660156250 +0.010375976562 +-0.055908203125 +-0.144531250000 +0.085937500000 +-0.291015625000 +0.053222656250 +0.011718750000 +-0.126953125000 +0.110351562500 +-0.068847656250 +0.001510620117 +-0.020019531250 +0.143554687500 +-0.458984375000 +-0.148437500000 +0.135742187500 +-0.074707031250 +0.037841796875 +0.053466796875 +0.059814453125 +0.195312500000 +0.012634277344 +0.079101562500 +0.014038085938 +-0.190429687500 +0.110839843750 +-0.079101562500 +0.005126953125 +-0.166992187500 +0.263671875000 +0.016357421875 +0.010559082031 +0.142578125000 +-0.013671875000 +-0.136718750000 +-0.431640625000 +-0.312500000000 +0.146484375000 +0.015380859375 +0.018554687500 +-0.090332031250 +-0.122558593750 +0.109863281250 +0.092285156250 +-0.068359375000 +0.014038085938 +0.045654296875 +-0.014587402344 +-0.248046875000 +-0.155273437500 +-0.333984375000 +-0.017089843750 +-0.404296875000 +0.038818359375 +-0.009094238281 +-0.079101562500 +0.304687500000 +-0.324218750000 +0.263671875000 +0.068359375000 +-0.101562500000 +-0.114257812500 +0.001899719238 +0.218750000000 +-0.042724609375 +0.208007812500 +-0.249023437500 +-0.048095703125 +-0.233398437500 +0.028076171875 +0.021240234375 +-0.052001953125 +0.189453125000 +-0.061035156250 +-0.161132812500 +0.064941406250 +0.066406250000 +-0.291015625000 +-0.137695312500 +0.105957031250 +-0.433593750000 +-0.108886718750 +0.142578125000 +0.084960937500 +-0.069824218750 +-0.214843750000 +0.125976562500 +-0.275390625000 +0.174804687500 +-0.143554687500 +0.063964843750 +-0.084960937500 +-0.308593750000 +0.125000000000 +0.131835937500 +-0.129882812500 +-0.071777343750 +-0.227539062500 +-0.259765625000 +0.014709472656 +-0.118164062500 +0.044921875000 +-0.127929687500 +-0.145507812500 +0.043945312500 +-0.199218750000 +0.077636718750 +-0.035644531250 +-0.114746093750 +-0.025756835938 +-0.021484375000 +-0.049804687500 +-0.134765625000 +-0.049804687500 +-0.083984375000 +0.011230468750 +0.007354736328 +0.097656250000 +0.096191406250 +-0.033935546875 +0.249023437500 +-0.122070312500 +0.089355468750 +-0.101562500000 +0.061767578125 +-0.012084960938 +-0.013244628906 +-0.127929687500 +-0.030517578125 +0.182617187500 +0.165039062500 +-0.022216796875 +-0.103027343750 +-0.238281250000 +0.022949218750 +0.017456054688 +0.223632812500 +-0.157226562500 +-0.087402343750 +0.026733398438 +0.082519531250 +-0.114257812500 +0.039306640625 +0.000541687012 +-0.605468750000 +-0.121093750000 +0.089843750000 +0.050048828125 +-0.394531250000 +-0.147460937500 +0.025756835938 +-0.059082031250 +0.054199218750 +0.014465332031 +0.108398437500 +-0.006500244141 +-0.289062500000 +-0.086914062500 +-0.001197814941 +-0.110351562500 +-0.225585937500 +-0.289062500000 +-0.176757812500 +0.010498046875 +-0.092285156250 +0.099609375000 +-0.002044677734 +-0.156250000000 +-0.118652343750 +-0.249023437500 +0.087890625000 +0.120605468750 +0.031494140625 +-0.197265625000 +0.086425781250 +0.100097656250 +0.020141601562 +-0.053710937500 +-0.007354736328 +0.032958984375 +0.091796875000 +-0.036621093750 +-0.014648437500 +-0.091796875000 +0.246093750000 +0.171875000000 +0.025146484375 +-0.223632812500 +-0.026245117188 +-0.096679687500 +0.031982421875 +0.182617187500 +-0.008728027344 +-0.033935546875 +0.063964843750 +-0.015869140625 +-0.102539062500 +0.031494140625 +-0.004425048828 +-0.053955078125 +0.040039062500 +-0.148437500000 +-0.223632812500 +0.063964843750 +-0.065429687500 +0.161132812500 +-0.011779785156 +0.023681640625 +-0.482421875000 +0.036132812500 +0.072753906250 +-0.032714843750 +-0.058593750000 +-0.111816406250 +0.102050781250 +0.010559082031 +-0.073730468750 +-0.064453125000 +-0.190429687500 +0.048583984375 +-0.235351562500 +-0.106933593750 +0.088378906250 +-0.239257812500 +-0.055908203125 +-0.185546875000 +-0.039794921875 +0.035888671875 +0.037597656250 +-0.106933593750 +0.008972167969 +0.163085937500 +0.115234375000 +-0.009155273438 +-0.087402343750 +0.002731323242 +-0.044433593750 +0.050048828125 +-0.029418945312 +0.056396484375 +0.064453125000 +-0.164062500000 +0.120605468750 +-0.033691406250 +-0.007019042969 +0.051513671875 +-0.055419921875 +0.152343750000 +0.294921875000 +0.169921875000 +0.009155273438 +-0.261718750000 +0.019409179688 +0.013366699219 +-0.002670288086 +-0.076660156250 +-0.086914062500 +0.054931640625 +0.027343750000 +0.043701171875 +0.097167968750 +-0.087890625000 +-0.180664062500 +-0.089843750000 +-0.097656250000 +-0.092773437500 +-0.122558593750 +0.035644531250 +0.135742187500 +0.026733398438 +0.040527343750 +0.028686523438 +-0.083984375000 +0.047119140625 +0.064453125000 +-0.001304626465 +0.005004882812 +-0.016357421875 +-0.085937500000 +0.135742187500 +0.019042968750 +-0.225585937500 +0.072753906250 +-0.036865234375 +-0.271484375000 +-0.034912109375 +-0.064941406250 +-0.205078125000 +0.185546875000 +-0.066406250000 +0.008117675781 +-0.040527343750 +-0.030151367188 +-0.269531250000 +0.093750000000 +-0.204101562500 +0.044433593750 +-0.172851562500 +-0.130859375000 +0.003829956055 +0.082031250000 +-0.134765625000 +0.072265625000 +0.027465820312 +-0.050292968750 +-0.072753906250 +0.095703125000 +-0.228515625000 +-0.074218750000 +-0.039306640625 +-0.062011718750 +0.156250000000 +-0.007324218750 +0.190429687500 +-0.011779785156 +-0.081054687500 +-0.023315429688 +0.081054687500 +-0.038574218750 +0.188476562500 +-0.003295898438 +0.296875000000 +-0.038330078125 +0.056640625000 +-0.090820312500 +-0.065429687500 +-0.116210937500 +-0.081054687500 +-0.004486083984 +-0.023925781250 +-0.013305664062 +-0.020874023438 +-0.058593750000 +0.032714843750 +-0.081054687500 +-0.494140625000 +0.065917968750 +-0.251953125000 +-0.251953125000 +0.034423828125 +-0.194335937500 +-0.087890625000 +0.099121093750 +-0.125976562500 +0.000316619873 +-0.126953125000 +-0.052734375000 +-0.095214843750 +0.105957031250 +0.063964843750 +0.067382812500 +-0.242187500000 +0.027343750000 +0.132812500000 +-0.083496093750 +-0.014160156250 +0.073242187500 +-0.178710937500 +0.196289062500 +-0.085449218750 +-0.107910156250 +-0.091308593750 +-0.031494140625 +-0.164062500000 +-0.012512207031 +0.103515625000 +0.021362304688 +0.015869140625 +0.111328125000 +-0.220703125000 +0.107421875000 +-0.601562500000 +-0.291015625000 +0.063476562500 +-0.025756835938 +-0.283203125000 +0.019287109375 +0.218750000000 +0.039306640625 +-0.102539062500 +0.035644531250 +-0.029663085938 +-0.464843750000 +-0.175781250000 +0.009826660156 +0.175781250000 +-0.045166015625 +0.067382812500 +-0.121093750000 +-0.053466796875 +0.138671875000 +-0.042236328125 +-0.025390625000 +-0.005462646484 +-0.128906250000 +-0.785156250000 +0.107421875000 +0.012817382812 +0.040527343750 +-0.025878906250 +-0.026611328125 +-0.228515625000 +-0.059570312500 +-0.038818359375 +-0.052001953125 +-0.349609375000 +0.015991210938 +0.143554687500 +-0.058837890625 +-0.026855468750 +0.039306640625 +-0.018188476562 +0.007415771484 +-0.067871093750 +0.032958984375 +-0.189453125000 +-0.226562500000 +-0.035400390625 +-0.261718750000 +-0.174804687500 +-0.004852294922 +-0.212890625000 +0.012512207031 +0.008361816406 +0.046142578125 +-0.056396484375 +0.076660156250 +-0.058593750000 +0.048095703125 +-0.166992187500 +-0.067382812500 +0.010192871094 +-0.169921875000 +-0.161132812500 +-0.292968750000 +-0.292968750000 +-0.110839843750 +-0.003662109375 +0.119628906250 +-0.361328125000 +0.148437500000 +0.130859375000 +-0.187500000000 +-0.160156250000 +0.092285156250 +0.042724609375 +-0.201171875000 +-0.114257812500 +0.015502929688 +0.042968750000 +0.025756835938 +0.093261718750 +-0.173828125000 +-0.040527343750 +0.200195312500 +0.071289062500 +-0.014465332031 +0.077636718750 +0.095703125000 +-0.566406250000 +0.054443359375 +0.055419921875 +0.011169433594 +0.237304687500 +0.053955078125 +0.055175781250 +-0.683593750000 +0.007049560547 +-0.033447265625 +-0.220703125000 +-0.054687500000 +0.066894531250 +0.098632812500 +0.051025390625 +0.332031250000 +-0.147460937500 +-0.157226562500 +-0.011169433594 +-0.102539062500 +-0.246093750000 +0.109375000000 +0.003372192383 +-0.283203125000 +0.036621093750 +-0.185546875000 +-0.012329101562 +0.064941406250 +-0.209960937500 +0.349609375000 +0.169921875000 +0.283203125000 +0.029663085938 +-0.174804687500 +-0.228515625000 +0.081542968750 +0.084472656250 +-0.136718750000 +-0.296875000000 +-0.059082031250 +-0.038330078125 +0.024291992188 +-0.080078125000 +0.035400390625 +0.071289062500 +-0.198242187500 +0.007263183594 +-0.750000000000 +0.039306640625 +-0.160156250000 +0.200195312500 +0.118164062500 +-0.205078125000 +0.094238281250 +0.011535644531 +0.020874023438 +-0.245117187500 +0.105957031250 +0.081542968750 +0.060791015625 +-0.163085937500 +0.123535156250 +0.048828125000 +-0.095214843750 +0.009033203125 +0.104003906250 +0.063476562500 +0.002944946289 +-0.259765625000 +-0.102539062500 +-0.140625000000 +-0.589843750000 +0.108886718750 +-0.153320312500 +-0.128906250000 +0.131835937500 +0.028564453125 +-0.116699218750 +-0.398437500000 +-0.063476562500 +0.068359375000 +0.030639648438 +-0.194335937500 +0.001289367676 +0.088867187500 +0.335937500000 +0.172851562500 +-0.143554687500 +0.053466796875 +0.154296875000 +-0.157226562500 +-0.076660156250 +-0.221679687500 +0.187500000000 +-0.214843750000 +-0.038574218750 +0.027343750000 +-0.427734375000 +0.208007812500 +0.115234375000 +0.000759124756 +0.027709960938 +0.112304687500 +-0.084960937500 +-0.013671875000 +-0.210937500000 +0.029296875000 +0.030517578125 +0.124023437500 +-0.652343750000 +-0.175781250000 +-0.421875000000 +-0.031127929688 +-0.052246093750 +0.296875000000 +-0.098144531250 +-0.090332031250 +-0.123535156250 +-0.292968750000 +-0.154296875000 +-0.005767822266 +0.003616333008 +-0.052978515625 +0.012756347656 +0.100585937500 +0.187500000000 +-0.386718750000 +-0.539062500000 +0.044921875000 +0.020996093750 +-0.151367187500 +-0.051757812500 +-0.503906250000 +0.040039062500 +0.007080078125 +-0.232421875000 +0.024780273438 +0.130859375000 +-0.294921875000 +0.034423828125 +-0.014282226562 +-0.106445312500 +-0.140625000000 +-0.084960937500 +0.036621093750 +-0.055419921875 +-0.033203125000 +-0.057617187500 +0.113281250000 +0.251953125000 +0.054931640625 +-0.118164062500 +-0.004028320312 +-0.140625000000 +-0.082519531250 +0.028808593750 +-0.005310058594 +-0.064941406250 +-0.153320312500 +0.056884765625 +-0.031494140625 +-0.316406250000 +0.074707031250 +0.099609375000 +0.049316406250 +0.249023437500 +0.089843750000 +0.141601562500 +-0.150390625000 +-0.162109375000 +-0.028930664062 +0.054931640625 +-0.081542968750 +-0.164062500000 +-0.359375000000 +-0.006530761719 +0.014587402344 +0.085937500000 +-0.068359375000 +-0.011230468750 +-0.122070312500 +-0.255859375000 +-0.142578125000 +-0.155273437500 +-0.048583984375 +-0.180664062500 +-0.226562500000 +0.130859375000 +0.080566406250 +0.003051757812 +-0.183593750000 +-0.218750000000 +0.013061523438 +-0.117675781250 +0.061767578125 +-0.000610351562 +-0.019775390625 +0.083984375000 +-0.147460937500 +0.222656250000 +0.107910156250 +0.001228332520 +-0.041259765625 +-0.070800781250 +-0.042236328125 +-0.002151489258 +-0.049804687500 +-0.034912109375 +-0.015747070312 +-0.015380859375 +0.075683593750 +0.004241943359 +-0.242187500000 +-0.214843750000 +-0.101074218750 +-0.176757812500 +0.044677734375 +0.015991210938 +0.054199218750 +0.119140625000 +-0.055175781250 +-0.021728515625 +-0.031250000000 +0.051025390625 +0.042236328125 +-0.070312500000 +-0.006378173828 +-0.027832031250 +0.107910156250 +-0.045166015625 +-0.011901855469 +0.128906250000 +0.129882812500 +-0.006561279297 +-0.112304687500 +-0.037353515625 +-0.088378906250 +-0.032470703125 +-0.143554687500 +0.042236328125 +0.011840820312 +-0.049804687500 +0.093750000000 +0.098632812500 +-0.155273437500 +0.025878906250 +-0.126953125000 +-0.027465820312 +-0.022460937500 +0.155273437500 +0.054199218750 +0.001953125000 +-0.020629882812 +0.076171875000 +-0.460937500000 +-0.098144531250 +-0.064453125000 +-0.212890625000 +-0.007995605469 +0.064941406250 +0.181640625000 +-0.080078125000 +-0.081542968750 +0.140625000000 +0.029907226562 +-0.019653320312 +0.078125000000 +0.030395507812 +0.164062500000 +0.027465820312 +-0.094238281250 +0.169921875000 +0.066894531250 +0.058349609375 +0.108886718750 +0.018432617188 +-0.055908203125 +-0.037841796875 +-0.070312500000 +-0.064453125000 +0.010375976562 +-0.263671875000 +-0.194335937500 +-0.146484375000 +-0.076171875000 +0.024780273438 +-0.030273437500 +-0.114746093750 +0.011535644531 +-0.084960937500 +-0.249023437500 +0.210937500000 +0.083496093750 +0.053710937500 +0.003768920898 +0.015075683594 +-0.046386718750 +0.019042968750 +-0.028442382812 +-0.066894531250 +-0.314453125000 +-0.013305664062 +-0.034423828125 +-0.376953125000 +0.000617980957 +-0.147460937500 +0.078125000000 +-0.126953125000 +-0.519531250000 +-0.001640319824 +-0.083007812500 +-0.238281250000 +0.086914062500 +0.069824218750 +0.151367187500 +-0.085937500000 +-0.147460937500 +0.006561279297 +0.078125000000 +-0.001968383789 +0.011596679688 +-0.010925292969 +0.128906250000 +0.071777343750 +-0.326171875000 +0.009887695312 +-0.035888671875 +-0.176757812500 +0.051025390625 +0.102539062500 +-0.071777343750 +0.166992187500 +-0.086914062500 +-0.054443359375 +0.120117187500 +-0.024780273438 +0.136718750000 +-0.466796875000 +0.078125000000 +0.181640625000 +-0.093750000000 +0.007080078125 +0.071289062500 +0.138671875000 +-0.208007812500 +-0.285156250000 +-0.390625000000 +0.200195312500 +-0.124023437500 +0.141601562500 +-0.006317138672 +0.053710937500 +-0.001014709473 +-0.075195312500 +-0.292968750000 +-0.017822265625 +0.017944335938 +-0.026489257812 +0.017333984375 +0.076660156250 +-0.090820312500 +-0.036132812500 +-0.308593750000 +-0.021606445312 +-0.162109375000 +-0.079101562500 +-0.214843750000 +-0.250000000000 +-0.023559570312 +0.187500000000 +-0.145507812500 +0.075195312500 +-0.343750000000 +-0.026611328125 +-0.102050781250 +-0.267578125000 +-0.001968383789 +-0.000364303589 +-0.067382812500 +0.115234375000 +-0.189453125000 +-0.063964843750 +-0.207031250000 +-0.144531250000 +-0.118652343750 +0.047607421875 +-0.209960937500 +0.049316406250 +-0.703125000000 +0.033203125000 +-0.055175781250 +-0.118164062500 +0.009277343750 +-0.179687500000 +-0.082031250000 +-0.043212890625 +-0.236328125000 +-0.043212890625 +0.069335937500 +-0.163085937500 +-0.134765625000 +-0.025634765625 +0.061279296875 +-0.222656250000 +0.006072998047 +-0.008911132812 +-0.163085937500 +-0.139648437500 +-0.069824218750 +-0.102050781250 +-0.125000000000 +-0.120605468750 +-0.075195312500 +-0.215820312500 +0.033447265625 +0.320312500000 +0.105468750000 +-0.205078125000 +-0.235351562500 +-0.044921875000 +-0.043945312500 +0.103027343750 +0.114257812500 +0.271484375000 +-0.182617187500 +0.201171875000 +-0.118652343750 +0.161132812500 +0.136718750000 +0.298828125000 +-0.051269531250 +-0.092285156250 +-0.003005981445 +0.026611328125 +-0.149414062500 +0.201171875000 +-0.589843750000 +0.126953125000 +-0.159179687500 +-0.314453125000 +0.060546875000 +0.038085937500 +-0.267578125000 +0.053222656250 +-0.449218750000 +-0.015747070312 +-0.197265625000 +-0.205078125000 +-0.022216796875 +-0.010681152344 +-0.222656250000 +-0.042480468750 +0.021484375000 +0.222656250000 +0.000782012939 +0.098632812500 +0.096191406250 +0.181640625000 +-0.168945312500 +0.211914062500 +-0.023437500000 +0.064941406250 +0.023071289062 +0.006347656250 +-0.314453125000 +-0.247070312500 +-0.202148437500 +0.220703125000 +0.065917968750 +0.145507812500 +0.033935546875 +-0.020507812500 +0.058837890625 +-0.096679687500 +-0.291015625000 +-0.177734375000 +0.236328125000 +-0.812500000000 +0.106445312500 +0.145507812500 +-0.037109375000 +-0.351562500000 +0.068359375000 +0.146484375000 +0.053710937500 +-0.220703125000 +0.117675781250 +0.190429687500 +0.016113281250 +0.054931640625 +-0.210937500000 +-0.050537109375 +0.140625000000 +0.326171875000 +0.042480468750 +-0.085449218750 +0.008361816406 +-0.013488769531 +0.058105468750 +0.051025390625 +-0.613281250000 +0.376953125000 +-0.310546875000 +-0.229492187500 +0.012329101562 +-0.328125000000 +-0.102050781250 +0.147460937500 +-0.691406250000 +0.204101562500 +-0.052734375000 +-0.176757812500 +0.016723632812 +-0.060546875000 +-0.357421875000 +0.019165039062 +0.088378906250 +0.281250000000 +-0.013366699219 +-0.353515625000 +0.044433593750 +-0.104492187500 +0.009338378906 +0.042236328125 +-0.183593750000 +-0.004638671875 +0.026000976562 +0.046386718750 +-0.050781250000 +0.119140625000 +0.141601562500 +0.138671875000 +0.183593750000 +0.101562500000 +0.099121093750 +-0.087402343750 +0.010314941406 +0.089843750000 +0.026977539062 +-0.149414062500 +-0.056640625000 +-0.886718750000 +0.166015625000 +-0.020263671875 +0.024169921875 +-0.090820312500 +0.026245117188 +0.141601562500 +0.065429687500 +-0.114257812500 +0.092773437500 +0.070800781250 +0.054931640625 +-0.008056640625 +0.075683593750 +0.200195312500 +0.085449218750 +0.433593750000 +-0.053955078125 +-0.051269531250 +-0.114746093750 +0.013366699219 +-0.094726562500 +0.029663085938 +-0.714843750000 +0.427734375000 +-0.077636718750 +-0.170898437500 +-0.019897460938 +-0.269531250000 +-0.212890625000 +0.062255859375 +-0.012023925781 +0.298828125000 +-0.190429687500 +0.178710937500 +0.011535644531 +-0.139648437500 +-0.105957031250 +-0.047363281250 +0.049804687500 +0.192382812500 +-0.099609375000 +-0.361328125000 +0.013671875000 +0.126953125000 +-0.003784179688 +0.171875000000 +-0.114746093750 +0.165039062500 +0.198242187500 +-0.281250000000 +-0.030395507812 +-0.074218750000 +-0.043701171875 +0.423828125000 +-0.147460937500 +0.003051757812 +-0.078613281250 +-0.013000488281 +-0.137695312500 +0.138671875000 +0.096191406250 +0.000728607178 +-0.152343750000 +-0.265625000000 +0.009765625000 +0.081054687500 +0.014587402344 +0.068847656250 +-0.051269531250 +-0.144531250000 +-0.028564453125 +0.026123046875 +-0.070312500000 +-0.441406250000 +-0.083984375000 +0.027343750000 +0.064941406250 +0.113769531250 +-0.209960937500 +0.139648437500 +0.002075195312 +-0.008666992188 +0.048339843750 +-0.020019531250 +-0.045654296875 +0.029663085938 +-0.328125000000 +0.163085937500 +-0.193359375000 +-0.057128906250 +0.085449218750 +0.011657714844 +-0.078613281250 +-0.048583984375 +-0.081054687500 +0.188476562500 +-0.172851562500 +-0.200195312500 +0.059082031250 +-0.011779785156 +0.039306640625 +-0.005645751953 +-0.578125000000 +-0.002914428711 +0.122070312500 +0.127929687500 +0.077636718750 +-0.042724609375 +-0.341796875000 +0.011657714844 +-0.003051757812 +0.148437500000 +-0.320312500000 +-0.474609375000 +0.082031250000 +0.009521484375 +-0.275390625000 +-0.181640625000 +0.162109375000 +0.018798828125 +0.048339843750 +-0.054199218750 +-0.001876831055 +0.070800781250 +0.083496093750 +0.118164062500 +0.099121093750 +0.166015625000 +-0.012145996094 +-0.054687500000 +-0.013366699219 +0.071777343750 +0.005035400391 +-0.011718750000 +-0.187500000000 +0.136718750000 +0.031127929688 +-0.224609375000 +-0.022216796875 +-0.277343750000 +0.112792968750 +-0.000698089600 +0.168945312500 +-0.273437500000 +-0.043701171875 +0.002227783203 +0.005737304688 +0.020751953125 +-0.075683593750 +-0.031738281250 +-0.129882812500 +-0.153320312500 +0.023925781250 +0.046142578125 +-0.022827148438 +-0.148437500000 +-0.037109375000 +-0.000492095947 +-0.116699218750 +0.021118164062 +-0.008117675781 +0.105957031250 +0.048095703125 +-0.031250000000 +-0.028564453125 +0.014221191406 +0.131835937500 +-0.059570312500 +0.111328125000 +0.107910156250 +-0.008728027344 +0.024169921875 +-0.400390625000 +0.012756347656 +0.071289062500 +0.115234375000 +-0.235351562500 +-0.136718750000 +-0.087402343750 +-0.091308593750 +-0.238281250000 +0.105468750000 +-0.205078125000 +-0.032714843750 +-0.261718750000 +-0.185546875000 +0.015869140625 +0.190429687500 +-0.018920898438 +0.004486083984 +0.031494140625 +-0.124511718750 +-0.148437500000 +-0.211914062500 +-0.277343750000 +-0.006347656250 +0.008056640625 +0.089355468750 +-0.143554687500 +-0.130859375000 +-0.007354736328 +-0.038574218750 +0.071289062500 +-0.088378906250 +0.127929687500 +0.161132812500 +-0.115234375000 +0.130859375000 +0.021606445312 +0.123046875000 +0.132812500000 +-0.037353515625 +-0.076660156250 +0.016601562500 +-0.052734375000 +0.047363281250 +-0.021728515625 +0.047851562500 +-0.017211914062 +0.017211914062 +-0.048583984375 +0.041259765625 +-0.017089843750 +-0.153320312500 +0.138671875000 +-0.055908203125 +0.011474609375 +0.040039062500 +-0.100097656250 +0.122558593750 +-0.018554687500 +0.249023437500 +-0.009521484375 +0.068847656250 +-0.316406250000 +0.174804687500 +-0.096679687500 +-0.065429687500 +-0.439453125000 +-0.408203125000 +-0.145507812500 +-0.103027343750 +-0.016357421875 +0.131835937500 +0.039550781250 +-0.832031250000 +-0.206054687500 +0.026245117188 +0.156250000000 +-0.193359375000 +0.134765625000 +-0.028076171875 +-0.143554687500 +-0.046142578125 +-0.021850585938 +-0.074218750000 +-0.069335937500 +-0.063964843750 +-0.384765625000 +0.010498046875 +0.096191406250 +0.007385253906 +-0.000576019287 +0.130859375000 +-0.079101562500 +-0.002822875977 +0.104003906250 +0.009643554688 +0.115722656250 +0.101562500000 +-0.075195312500 +0.142578125000 +0.008483886719 +0.183593750000 +0.178710937500 +-0.077148437500 +-0.007385253906 +-0.003845214844 +-0.057373046875 +-0.229492187500 +-0.011840820312 +-0.032470703125 +-0.043945312500 +-0.039550781250 +0.076660156250 +0.068359375000 +-0.108886718750 +-0.014648437500 +0.017333984375 +-0.068847656250 +-0.135742187500 +0.143554687500 +0.030883789062 +0.043457031250 +-0.117675781250 +-0.060058593750 +-0.039794921875 +-0.071777343750 +-0.062988281250 +0.070312500000 +-0.028320312500 +-0.090332031250 +-0.292968750000 +0.068359375000 +-0.050048828125 +-0.048583984375 +-0.210937500000 +-0.038574218750 +-0.128906250000 +0.423828125000 +-0.115722656250 +0.202148437500 +-0.086425781250 +-0.269531250000 +0.106445312500 +-0.056396484375 +-0.101562500000 +-0.152343750000 +-0.167968750000 +0.112304687500 +0.112792968750 +-0.084960937500 +-0.151367187500 +-0.197265625000 +0.141601562500 +-0.285156250000 +0.035888671875 +-0.036132812500 +-0.052490234375 +0.033691406250 +0.118652343750 +-0.041503906250 +0.063964843750 +-0.192382812500 +0.081542968750 +0.138671875000 +0.005340576172 +0.414062500000 +0.110351562500 +-0.170898437500 +-0.058837890625 +-0.656250000000 +0.073242187500 +0.166015625000 +0.062011718750 +-0.057128906250 +-0.091796875000 +0.000002399087 +0.101074218750 +-0.105468750000 +0.118164062500 +0.064941406250 +-0.006042480469 +0.068847656250 +-0.049316406250 +0.063964843750 +-0.119628906250 +-0.023681640625 +-0.125000000000 +-0.131835937500 +-0.025146484375 +-0.232421875000 +-0.047851562500 +0.100585937500 +-0.018798828125 +0.070312500000 +-0.174804687500 +0.025878906250 +-0.009338378906 +0.085937500000 +0.145507812500 +-0.119140625000 +-0.287109375000 +-0.130859375000 +0.332031250000 +0.028076171875 +-0.100585937500 +-0.353515625000 +-0.077636718750 +-0.011901855469 +-0.102539062500 +-0.038330078125 +-0.265625000000 +0.056884765625 +-0.208007812500 +-0.122558593750 +-0.419921875000 +-0.253906250000 +0.116699218750 +-0.039794921875 +0.036376953125 +-0.009094238281 +-0.009399414062 +0.075195312500 +0.122558593750 +-0.234375000000 +0.112792968750 +-0.113769531250 +0.012207031250 +0.110351562500 +0.058349609375 +0.503906250000 +-0.100097656250 +-0.165039062500 +0.025512695312 +-0.027099609375 +-0.202148437500 +0.046142578125 +-0.108886718750 +-0.177734375000 +0.001533508301 +-0.162109375000 +-0.037597656250 +-0.277343750000 +-0.110351562500 +0.088867187500 +0.018432617188 +-0.054443359375 +0.125976562500 +-0.013732910156 +-0.186523437500 +-0.117675781250 +-0.008544921875 +-0.089843750000 +-0.238281250000 +-0.213867187500 +-0.125976562500 +-0.037353515625 +-0.119628906250 +0.044433593750 +-0.108886718750 +-0.049804687500 +-0.153320312500 +-0.249023437500 +0.064941406250 +0.078613281250 +-0.136718750000 +0.160156250000 +-0.003906250000 +0.178710937500 +-0.047363281250 +0.035400390625 +-0.100097656250 +-0.070312500000 +-0.109375000000 +0.247070312500 +-0.080566406250 +0.061279296875 +-0.120117187500 +-0.427734375000 +-0.151367187500 +0.007141113281 +-0.102539062500 +0.244140625000 +0.037841796875 +-0.008361816406 +0.034912109375 +0.083496093750 +0.097656250000 +-0.230468750000 +0.000180244446 +0.071289062500 +0.088867187500 +-0.018798828125 +0.179687500000 +0.492187500000 +-0.164062500000 +-0.083496093750 +-0.240234375000 +-0.037841796875 +-0.101562500000 +-0.065429687500 +0.021728515625 +0.048583984375 +0.068847656250 +-0.226562500000 +-0.244140625000 +0.116699218750 +0.080566406250 +0.006469726562 +0.075683593750 +-0.019775390625 +0.098144531250 +-0.030639648438 +-0.153320312500 +-0.458984375000 +-0.032714843750 +-0.141601562500 +-0.045410156250 +-0.071289062500 +-0.091796875000 +-0.087890625000 +-0.355468750000 +-0.047363281250 +-0.000119209290 +-0.030273437500 +-0.189453125000 +-0.138671875000 +0.103027343750 +0.016479492188 +0.076660156250 +0.111328125000 +0.253906250000 +0.160156250000 +-0.127929687500 +0.214843750000 +0.209960937500 +0.182617187500 +0.048339843750 +-0.104980468750 +0.140625000000 +0.026123046875 +-0.196289062500 +-0.376953125000 +-0.277343750000 +0.023925781250 +-0.337890625000 +0.187500000000 +-0.027709960938 +-0.124023437500 +0.089843750000 +-0.043945312500 +-0.004119873047 +-0.052734375000 +0.088378906250 +0.012329101562 +0.015136718750 +0.142578125000 +0.122070312500 +0.281250000000 +-0.046875000000 +-0.047119140625 +-0.230468750000 +-0.312500000000 +0.027832031250 +-0.070312500000 +-0.003524780273 +-0.098144531250 +0.005645751953 +-0.094238281250 +-0.080566406250 +-0.146484375000 +-0.043701171875 +-0.094238281250 +-0.075683593750 +0.073242187500 +0.040771484375 +0.039306640625 +-0.148437500000 +-0.189453125000 +-0.233398437500 +-0.013122558594 +-0.242187500000 +-0.066406250000 +0.008117675781 +-0.049072265625 +-0.153320312500 +-0.070312500000 +-0.115234375000 +0.088378906250 +-0.167968750000 +-0.081054687500 +0.050537109375 +-0.062988281250 +-0.150390625000 +0.126953125000 +0.078125000000 +-0.010559082031 +-0.203125000000 +-0.214843750000 +0.012329101562 +-0.053466796875 +-0.022094726562 +0.122558593750 +-0.178710937500 +-0.059570312500 +-0.103027343750 +-0.118164062500 +0.018554687500 +0.050048828125 +-0.128906250000 +0.002319335938 +-0.149414062500 +-0.008239746094 +-0.026855468750 +-0.013671875000 +0.053222656250 +0.228515625000 +0.088378906250 +0.179687500000 +-0.051025390625 +-0.002059936523 +0.077148437500 +0.066894531250 +0.110351562500 +-0.184570312500 +-0.155273437500 +-0.041259765625 +-0.110839843750 +-0.174804687500 +-0.034667968750 +0.126953125000 +0.060058593750 +-0.056884765625 +0.010803222656 +-0.115234375000 +-0.122070312500 +-0.076171875000 +0.066894531250 +-0.019653320312 +-0.044189453125 +-0.018920898438 +0.049316406250 +-0.143554687500 +-0.332031250000 +0.051513671875 +-0.402343750000 +-0.085937500000 +0.103027343750 +-0.025024414062 +0.081054687500 +0.017456054688 +-0.437500000000 +0.005310058594 +-0.192382812500 +0.104492187500 +-0.046875000000 +-0.032226562500 +0.026855468750 +-0.105468750000 +-0.318359375000 +0.118652343750 +0.047607421875 +-0.146484375000 +0.002868652344 +0.137695312500 +0.060302734375 +-0.082519531250 +-0.166015625000 +-0.018554687500 +-0.141601562500 +-0.126953125000 +0.095703125000 +0.149414062500 +-0.056640625000 +-0.168945312500 +-0.154296875000 +0.090820312500 +-0.247070312500 +0.042968750000 +-0.246093750000 +-0.007995605469 +-0.086914062500 +-0.041748046875 +-0.250000000000 +-0.127929687500 +0.166992187500 +0.086425781250 +0.076171875000 +0.077636718750 +0.083984375000 +0.022338867188 +0.095214843750 +-0.162109375000 +-0.143554687500 +0.000069141388 +-0.263671875000 +-0.000002399087 +0.146484375000 +0.031494140625 +-0.145507812500 +0.102539062500 +-0.083984375000 +0.111816406250 +-0.186523437500 +0.101074218750 +-0.014831542969 +0.118164062500 +-0.617187500000 +-0.023071289062 +-0.053222656250 +-0.039306640625 +0.095703125000 +0.063964843750 +0.031738281250 +0.094238281250 +-0.244140625000 +0.051025390625 +0.143554687500 +-0.059570312500 +-0.150390625000 +-0.080566406250 +-0.042480468750 +0.097656250000 +-0.123535156250 +0.114257812500 +0.139648437500 +0.136718750000 +-0.170898437500 +-0.012268066406 +-0.053710937500 +-0.223632812500 +-0.183593750000 +0.123046875000 +-0.015563964844 +-0.660156250000 +0.106445312500 +0.088867187500 +-0.088378906250 +0.196289062500 +-0.046142578125 +0.251953125000 +0.063964843750 +0.009765625000 +-0.281250000000 +0.070312500000 +-0.023559570312 +-0.041503906250 +-0.208984375000 +-0.033203125000 +-0.003646850586 +0.033935546875 +-0.056884765625 +0.158203125000 +-0.236328125000 +-0.096679687500 +0.004058837891 +-0.061279296875 +-0.054443359375 +0.025146484375 +-0.271484375000 +0.065917968750 +0.042480468750 +-0.075195312500 +-0.169921875000 +-0.071777343750 +0.097167968750 +0.079589843750 +0.033935546875 +0.016479492188 +-0.076660156250 +-0.018310546875 +-0.410156250000 +-0.031982421875 +0.050781250000 +-0.005920410156 +0.104492187500 +-0.062255859375 +-0.129882812500 +0.271484375000 +-0.246093750000 +-0.076171875000 +-0.261718750000 +0.058593750000 +-0.091308593750 +0.106445312500 +-0.263671875000 +-0.042724609375 +-0.117187500000 +-0.112304687500 +0.090820312500 +-0.178710937500 +0.125000000000 +0.056640625000 +0.095703125000 +-0.134765625000 +0.018554687500 +0.263671875000 +0.041503906250 +-0.259765625000 +-0.005554199219 +-0.014099121094 +0.038818359375 +-0.018188476562 +0.036865234375 +-0.056396484375 +0.230468750000 +0.172851562500 +-0.149414062500 +0.071289062500 +0.056152343750 +0.002655029297 +-0.001083374023 +-0.135742187500 +-0.064453125000 +-0.060791015625 +-0.090332031250 +0.071777343750 +-0.695312500000 +-0.065917968750 +-0.121093750000 +0.056152343750 +-0.088867187500 +-0.155273437500 +-0.098144531250 +-0.069335937500 +-0.427734375000 +-0.017089843750 +-0.127929687500 +-0.078125000000 +-0.120117187500 +0.151367187500 +-0.184570312500 +-0.012268066406 +-0.078125000000 +-0.012939453125 +-0.185546875000 +-0.021240234375 +0.027832031250 +-0.019042968750 +0.030395507812 +-0.027465820312 +-0.068847656250 +0.024536132812 +-0.129882812500 +-0.020385742188 +-0.031127929688 +-0.237304687500 +-0.114746093750 +0.170898437500 +-0.214843750000 +-0.089355468750 +-0.036621093750 +0.148437500000 +-0.102050781250 +0.032958984375 +0.081054687500 +0.167968750000 +0.153320312500 +-0.141601562500 +-0.259765625000 +0.225585937500 +0.037109375000 +-0.253906250000 +-0.040283203125 +-0.005187988281 +0.257812500000 +-0.106445312500 +-0.076171875000 +0.139648437500 +0.053710937500 +0.196289062500 +-0.216796875000 +0.146484375000 +0.032226562500 +0.003646850586 +-0.086914062500 +0.059814453125 +-0.060791015625 +-0.160156250000 +-0.044921875000 +0.090820312500 +-0.217773437500 +0.099121093750 +0.057373046875 +-0.029541015625 +-0.097656250000 +-0.166992187500 +0.187500000000 +-0.020263671875 +-0.066406250000 +-0.012512207031 +-0.127929687500 +0.069335937500 +-0.357421875000 +0.070312500000 +-0.457031250000 +-0.023071289062 +-0.008239746094 +-0.291015625000 +-0.145507812500 +0.036621093750 +-0.085449218750 +-0.008178710938 +-0.049804687500 +0.120117187500 +-0.045654296875 +-0.191406250000 +-0.081054687500 +0.004425048828 +-0.281250000000 +-0.032958984375 +-0.277343750000 +0.112792968750 +0.029174804688 +-0.223632812500 +0.121093750000 +-0.207031250000 +0.052490234375 +0.357421875000 +-0.115234375000 +-0.021484375000 +0.251953125000 +0.030273437500 +0.098632812500 +0.040771484375 +-0.132812500000 +-0.277343750000 +0.084472656250 +0.116699218750 +0.094238281250 +-0.291015625000 +0.205078125000 +0.063964843750 +-0.055908203125 +0.314453125000 +-0.195312500000 +0.067871093750 +-0.243164062500 +0.050048828125 +-0.104492187500 +-0.027221679688 +0.010742187500 +-0.353515625000 +0.028930664062 +-0.182617187500 +-0.029663085938 +0.031738281250 +-0.085937500000 +-0.117187500000 +-0.052490234375 +-0.259765625000 +0.067871093750 +0.034667968750 +0.082519531250 +-0.012634277344 +-0.031738281250 +0.018676757812 +-0.031494140625 +-0.233398437500 +-0.166992187500 +-0.028686523438 +-0.096191406250 +0.098632812500 +-0.072265625000 +-0.093750000000 +0.087402343750 +-0.096191406250 +0.096191406250 +-0.006988525391 +-0.212890625000 +-0.145507812500 +0.092285156250 +0.057373046875 +-0.108398437500 +-0.080566406250 +0.042236328125 +-0.074218750000 +0.104980468750 +-0.059570312500 +-0.059326171875 +-0.096679687500 +0.007415771484 +-0.025512695312 +0.018554687500 +-0.056152343750 +0.103515625000 +0.059814453125 +0.077636718750 +0.037109375000 +0.103027343750 +-0.197265625000 +0.095703125000 +0.033691406250 +0.020751953125 +0.109863281250 +-0.160156250000 +-0.102050781250 +-0.092773437500 +0.097656250000 +-0.199218750000 +-0.041503906250 +-0.490234375000 +0.065429687500 +-0.102050781250 +-0.126953125000 +-0.123535156250 +-0.279296875000 +0.201171875000 +-0.215820312500 +0.045654296875 +-0.133789062500 +0.015747070312 +0.052734375000 +-0.161132812500 +-0.004760742188 +0.110839843750 +-0.018310546875 +-0.394531250000 +-0.086425781250 +-0.197265625000 +0.096191406250 +0.019531250000 +-0.203125000000 +-0.275390625000 +-0.053955078125 +-0.291015625000 +0.146484375000 +-0.259765625000 +-0.016357421875 +-0.112792968750 +-0.030639648438 +0.032226562500 +-0.177734375000 +-0.353515625000 +0.120117187500 +-0.187500000000 +-0.312500000000 +-0.053955078125 +-0.227539062500 +0.076171875000 +-0.085449218750 +-0.101562500000 +0.045166015625 +-0.016601562500 +0.136718750000 +0.020751953125 +-0.208984375000 +0.062011718750 +0.116210937500 +-0.108398437500 +-0.351562500000 +-0.081054687500 +0.003860473633 +0.038330078125 +-0.275390625000 +-0.032470703125 +0.101562500000 +-0.052490234375 +-0.067382812500 +-0.110839843750 +0.093750000000 +-0.130859375000 +-0.005798339844 +0.038574218750 +-0.024902343750 +-0.020629882812 +0.062988281250 +-0.044433593750 +-0.019653320312 +-0.129882812500 +-0.047851562500 +0.027099609375 +-0.022583007812 +0.202148437500 +-0.131835937500 +0.041015625000 +0.045654296875 +-0.250000000000 +-0.032714843750 +-0.089355468750 +-0.084960937500 +0.094238281250 +-0.080078125000 +-0.287109375000 +-0.061523437500 +-0.246093750000 +-0.057861328125 +-0.035888671875 +0.000537872314 +-0.488281250000 +-0.076660156250 +-0.464843750000 +0.120605468750 +-0.130859375000 +-0.029174804688 +0.049072265625 +-0.148437500000 +0.118164062500 +0.140625000000 +-0.188476562500 +0.228515625000 +-0.235351562500 +-0.067871093750 +-0.118652343750 +0.040283203125 +-0.192382812500 +-0.034179687500 +-0.002975463867 +-0.083496093750 +-0.316406250000 +-0.014160156250 +0.094726562500 +0.080566406250 +0.101562500000 +0.160156250000 +-0.014953613281 +0.189453125000 +0.006134033203 +-0.064941406250 +0.002151489258 +-0.269531250000 +0.312500000000 +0.163085937500 +0.008300781250 +0.070800781250 +0.002319335938 +0.009765625000 +-0.039062500000 +0.093261718750 +-0.134765625000 +-0.087402343750 +-0.048095703125 +0.189453125000 +0.142578125000 +-0.004638671875 +-0.136718750000 +0.037353515625 +-0.065429687500 +-0.218750000000 +-0.107910156250 +0.031494140625 +-0.075195312500 +-0.078613281250 +-0.241210937500 +0.108886718750 +0.150390625000 +-0.075683593750 +-0.050781250000 +0.028076171875 +-0.224609375000 +0.114257812500 +0.002563476562 +0.108398437500 +-0.263671875000 +-0.027343750000 +-0.023193359375 +-0.206054687500 +-0.257812500000 +-0.083007812500 +-0.194335937500 +0.023315429688 +0.144531250000 +0.052490234375 +-0.094726562500 +-0.014648437500 +0.080078125000 +-0.227539062500 +0.109375000000 +-0.030761718750 +-0.022949218750 +-0.015991210938 +0.033203125000 +0.048583984375 +-0.019287109375 +-0.011108398438 +0.180664062500 +-0.031738281250 +0.035156250000 +-0.310546875000 +0.039306640625 +0.236328125000 +0.096191406250 +-0.053710937500 +0.060546875000 +-0.154296875000 +-0.051269531250 +-0.269531250000 +-0.029785156250 +0.105468750000 +-0.067871093750 +-0.061523437500 +-0.218750000000 +-0.437500000000 +-0.148437500000 +0.041748046875 +-0.041015625000 +-0.019042968750 +-0.147460937500 +-0.092773437500 +-0.024291992188 +-0.045654296875 +0.078613281250 +0.063476562500 +0.013122558594 +0.038574218750 +0.041992187500 +0.219726562500 +-0.103515625000 +-0.166992187500 +0.072265625000 +0.062500000000 +0.078125000000 +-0.082519531250 +-0.072265625000 +-0.068847656250 +-0.026123046875 +0.202148437500 +-0.041992187500 +-0.025024414062 +-0.021484375000 +-0.022094726562 +-0.246093750000 +-0.145507812500 +-0.226562500000 +0.014099121094 +-0.059814453125 +-0.116210937500 +0.002685546875 +0.128906250000 +-0.135742187500 +0.054199218750 +0.004364013672 +-0.023315429688 +0.036376953125 +0.007019042969 +0.123535156250 +-0.097656250000 +-0.067871093750 +0.073730468750 +-0.021240234375 +-0.265625000000 +-0.086914062500 +0.384765625000 +0.003280639648 +0.330078125000 +0.132812500000 +-0.302734375000 +0.031494140625 +-0.503906250000 +-0.150390625000 +-0.030517578125 +-0.073242187500 +-0.083007812500 +-0.041259765625 +-0.151367187500 +-0.100585937500 +-0.141601562500 +0.296875000000 +-0.129882812500 +-0.013488769531 +-0.161132812500 +-0.026611328125 +0.150390625000 +0.155273437500 +-0.142578125000 +-0.159179687500 +-0.154296875000 +-0.053466796875 +0.068359375000 +0.005706787109 +-0.106445312500 +0.081542968750 +-0.271484375000 +0.147460937500 +-0.213867187500 +0.082519531250 +0.021240234375 +0.017456054688 +-0.115722656250 +-0.033935546875 +0.085449218750 +-0.059326171875 +-0.099609375000 +-0.660156250000 +0.022949218750 +-0.023803710938 +-0.353515625000 +0.086914062500 +-0.187500000000 +0.145507812500 +-0.439453125000 +0.052734375000 +-0.063964843750 +-0.218750000000 +0.213867187500 +-0.162109375000 +0.063476562500 +0.057617187500 +-0.417968750000 +0.030761718750 +0.265625000000 +0.092773437500 +-0.011718750000 +-0.161132812500 +-0.071777343750 +-0.073730468750 +-0.051269531250 +0.121093750000 +0.318359375000 +-0.076660156250 +-0.082519531250 +-0.010314941406 +-0.582031250000 +0.183593750000 +0.141601562500 +0.062988281250 +0.178710937500 +0.039550781250 +0.091308593750 +0.076660156250 +-0.025634765625 +0.082031250000 +0.148437500000 +0.012939453125 +0.103515625000 +0.041015625000 +0.136718750000 +-0.158203125000 +-0.048828125000 +-0.124023437500 +-0.034179687500 +-0.111816406250 +0.088378906250 +0.079589843750 +-0.291015625000 +-0.031982421875 +-0.066406250000 +-0.071777343750 +-0.063964843750 +-0.092773437500 +0.016601562500 +-0.018798828125 +-0.078613281250 +0.119140625000 +0.062500000000 +-0.133789062500 +-0.036865234375 +-0.291015625000 +0.012695312500 +-0.322265625000 +-0.648437500000 +0.247070312500 +0.146484375000 +0.075683593750 +0.100585937500 +-0.010253906250 +-0.000265121460 +0.087890625000 +0.250000000000 +-0.207031250000 +0.093750000000 +0.007873535156 +-0.335937500000 +0.064453125000 +0.102539062500 +-0.006927490234 +-0.028076171875 +0.083007812500 +-0.287109375000 +0.066406250000 +0.265625000000 +0.015319824219 +0.227539062500 +-0.036376953125 +0.077148437500 +-0.217773437500 +-0.542968750000 +0.304687500000 +-0.093261718750 +0.001998901367 +0.343750000000 +0.012451171875 +0.125000000000 +-0.083984375000 +0.008422851562 +-0.248046875000 +-0.146484375000 +-0.007995605469 +0.061767578125 +-0.251953125000 +0.044677734375 +-0.328125000000 +0.088867187500 +-0.065429687500 +0.218750000000 +0.064941406250 +-0.289062500000 +0.093750000000 +-0.445312500000 +-0.113769531250 +0.056884765625 +-0.343750000000 +-0.021484375000 +0.030639648438 +-0.069824218750 +-0.130859375000 +-0.057617187500 +0.019042968750 +-0.064941406250 +-0.269531250000 +-0.051513671875 +-0.015197753906 +-0.202148437500 +-0.357421875000 +-0.202148437500 +0.225585937500 +-0.170898437500 +-0.061279296875 +-0.070800781250 +0.056152343750 +-0.078613281250 +0.003387451172 +0.020263671875 +-0.005126953125 +0.101074218750 +0.095214843750 +-0.104003906250 +-0.011169433594 +-0.108886718750 +0.071289062500 +0.067382812500 +-0.141601562500 +-0.124023437500 +0.136718750000 +0.136718750000 +0.017456054688 +-0.025878906250 +0.047363281250 +-0.246093750000 +-0.080078125000 +-0.722656250000 +-0.017700195312 +0.148437500000 +-0.015991210938 +0.170898437500 +-0.049072265625 +-0.212890625000 +-0.316406250000 +0.001022338867 +0.032958984375 +0.110351562500 +0.083007812500 +0.046875000000 +-0.061035156250 +-0.139648437500 +-0.210937500000 +0.124023437500 +0.053710937500 +0.155273437500 +0.030639648438 +0.062500000000 +-0.009460449219 +-0.180664062500 +-0.105468750000 +-0.135742187500 +-0.127929687500 +0.086425781250 +-0.143554687500 +-0.146484375000 +0.024902343750 +-0.126953125000 +-0.075195312500 +0.066894531250 +-0.084472656250 +0.063476562500 +-0.101562500000 +0.040283203125 +-0.406250000000 +-0.020996093750 +-0.029174804688 +0.078613281250 +-0.204101562500 +-0.069824218750 +0.057617187500 +-0.085937500000 +-0.133789062500 +0.224609375000 +0.048339843750 +-0.027343750000 +0.150390625000 +-0.214843750000 +-0.032226562500 +0.009338378906 +0.028930664062 +0.112304687500 +-0.220703125000 +-0.080078125000 +0.122070312500 +0.217773437500 +-0.139648437500 +0.250000000000 +-0.111328125000 +-0.152343750000 +0.076171875000 +-0.882812500000 +0.009338378906 +0.300781250000 +-0.011352539062 +-0.068847656250 +-0.007141113281 +0.251953125000 +-0.339843750000 +0.213867187500 +0.025878906250 +-0.094726562500 +-0.062988281250 +-0.050048828125 +0.056640625000 +-0.164062500000 +0.024658203125 +-0.088378906250 +0.101562500000 +-0.034667968750 +-0.065429687500 +0.092773437500 +-0.104492187500 +-0.151367187500 +0.106445312500 +-0.006378173828 +0.121582031250 +0.020141601562 +-0.316406250000 +0.031250000000 +-0.120117187500 +0.028930664062 +0.079101562500 +-0.009826660156 +-0.048583984375 +0.044677734375 +-0.074707031250 +0.039062500000 +-0.691406250000 +-0.181640625000 +0.046386718750 +0.026489257812 +-0.203125000000 +0.004608154297 +-0.132812500000 +-0.225585937500 +0.065917968750 +0.108398437500 +-0.177734375000 +0.049560546875 +-0.084472656250 +0.193359375000 +0.071777343750 +-0.152343750000 +-0.116210937500 +0.097167968750 +-0.198242187500 +0.019165039062 +-0.046386718750 +-0.002273559570 +-0.130859375000 +-0.062500000000 +-0.466796875000 +0.145507812500 +0.177734375000 +-0.066894531250 +0.100585937500 +0.069824218750 +-0.056396484375 +-0.304687500000 +-0.032958984375 +0.125976562500 +-0.017089843750 +-0.143554687500 +-0.022094726562 +0.053222656250 +0.057128906250 +-0.028320312500 +0.012268066406 +0.167968750000 +-0.114746093750 +0.075195312500 +-0.339843750000 +-0.006195068359 +-0.111328125000 +0.051757812500 +-0.060058593750 +-0.182617187500 +-0.478515625000 +0.080566406250 +0.031738281250 +0.012695312500 +0.014465332031 +-0.021362304688 +-0.051025390625 +-0.220703125000 +0.027587890625 +0.089843750000 +0.142578125000 +0.051269531250 +-0.130859375000 +-0.018310546875 +-0.030151367188 +0.059082031250 +-0.007690429688 +-0.020507812500 +-0.017211914062 +0.111816406250 +-0.187500000000 +-0.163085937500 +-0.230468750000 +-0.179687500000 +-0.018310546875 +0.099609375000 +-0.002746582031 +-0.221679687500 +-0.020141601562 +-0.041015625000 +-0.400390625000 +-0.020874023438 +-0.038085937500 +-0.020507812500 +-0.076171875000 +0.037597656250 +0.047607421875 +-0.049316406250 +-0.043701171875 +-0.181640625000 +0.109863281250 +0.005828857422 +0.008789062500 +-0.410156250000 +0.035888671875 +0.255859375000 +0.088867187500 +-0.135742187500 +-0.163085937500 +0.014709472656 +0.090820312500 +0.013061523438 +0.046630859375 +0.232421875000 +0.165039062500 +-0.080078125000 +0.066894531250 +-0.013671875000 +0.104003906250 +-0.247070312500 +-0.165039062500 +-0.122558593750 +-0.015380859375 +-0.040771484375 +-0.341796875000 +-0.095703125000 +0.006744384766 +-0.263671875000 +0.022216796875 +-0.085937500000 +0.093261718750 +-0.613281250000 +-0.347656250000 +0.044921875000 +0.034667968750 +0.056884765625 +-0.107910156250 +-0.062011718750 +-0.132812500000 +-0.033203125000 +-0.162109375000 +0.071289062500 +0.004913330078 +-0.002044677734 +0.049072265625 +0.174804687500 +-0.114257812500 +-0.170898437500 +-0.132812500000 +0.075195312500 +-0.063476562500 +-0.025878906250 +-0.212890625000 +-0.059326171875 +0.092773437500 +-0.062500000000 +-0.166015625000 +0.066406250000 +-0.057617187500 +-0.213867187500 +0.083984375000 +-0.042480468750 +-0.059082031250 +0.052490234375 +0.110839843750 +0.032958984375 +-0.457031250000 +0.435546875000 +0.032714843750 +0.057373046875 +0.121582031250 +-0.002151489258 +0.179687500000 +0.047119140625 +0.045654296875 +0.226562500000 +0.104492187500 +0.079101562500 +-0.068359375000 +-0.141601562500 +-0.141601562500 +-0.003585815430 +-0.136718750000 +-0.026611328125 +0.086425781250 +-0.067382812500 +-0.035400390625 +-0.085449218750 +-0.044189453125 +-0.142578125000 +-0.294921875000 +0.221679687500 +0.152343750000 +-0.079101562500 +0.098632812500 +-0.832031250000 +-0.000398635864 +-0.036621093750 +-0.137695312500 +-0.063964843750 +-0.353515625000 +-0.136718750000 +-0.195312500000 +0.020629882812 +-0.129882812500 +-0.039306640625 +-0.018066406250 +-0.032470703125 +-0.114746093750 +0.032226562500 +-0.050537109375 +0.034667968750 +-0.021484375000 +0.112792968750 +0.023803710938 +-0.030639648438 +-0.204101562500 +-0.052734375000 +-0.062255859375 +0.003570556641 +-0.396484375000 +0.069824218750 +0.043945312500 +0.016845703125 +-0.101562500000 +0.132812500000 +-0.283203125000 +-0.206054687500 +0.134765625000 +0.267578125000 +0.212890625000 +-0.231445312500 +-0.046630859375 +0.384765625000 +0.075195312500 +-0.085937500000 +0.116699218750 +0.084960937500 +0.124023437500 +-0.021240234375 +-0.055419921875 +0.187500000000 +-0.002609252930 +0.059570312500 +-0.062255859375 +-0.296875000000 +-0.014587402344 +-0.025878906250 +0.102539062500 +-0.107910156250 +0.078613281250 +-0.144531250000 +-0.203125000000 +0.094726562500 +0.088378906250 +0.217773437500 +0.112304687500 +-0.142578125000 +-0.109375000000 +-0.765625000000 +0.013366699219 +-0.040039062500 +-0.079589843750 +-0.253906250000 +-0.130859375000 +-0.104003906250 +0.235351562500 +0.281250000000 +-0.093261718750 +-0.032470703125 +0.016113281250 +-0.061767578125 +-0.318359375000 +-0.095214843750 +-0.199218750000 +0.034912109375 +-0.159179687500 +-0.011169433594 +0.052001953125 +-0.875000000000 +-0.079589843750 +-0.102050781250 +-0.322265625000 +0.048583984375 +-0.298828125000 +0.117675781250 +-0.322265625000 +0.105957031250 +0.115234375000 +-0.002029418945 +-0.157226562500 +0.009216308594 +0.148437500000 +-0.039550781250 +0.116210937500 +-0.214843750000 +0.048095703125 +0.129882812500 +0.196289062500 +0.105957031250 +-0.129882812500 +0.130859375000 +-0.188476562500 +-0.113769531250 +0.009948730469 +-0.298828125000 +0.042724609375 +0.182617187500 +-0.011413574219 +-0.136718750000 +0.164062500000 +-0.265625000000 +-0.106933593750 +0.060302734375 +-0.018676757812 +-0.137695312500 +-0.208984375000 +0.055175781250 +0.184570312500 +0.110839843750 +-0.023925781250 +0.142578125000 +0.083007812500 +-0.753906250000 +-0.030273437500 +0.034912109375 +0.011535644531 +-0.030883789062 +0.049072265625 +-0.008178710938 +-0.181640625000 +0.183593750000 +-0.137695312500 +-0.084960937500 +-0.209960937500 +-0.064941406250 +-0.017089843750 +-0.027221679688 +-0.076171875000 +-0.230468750000 +0.000503540039 +-0.053955078125 +0.294921875000 +-0.023437500000 +-0.150390625000 +-0.008361816406 +-0.235351562500 +-0.330078125000 +-0.116210937500 +-0.247070312500 +-0.075683593750 +-0.059814453125 +0.020629882812 +0.050292968750 +0.062500000000 +0.122070312500 +0.009887695312 +0.223632812500 +-0.041748046875 +-0.131835937500 +-0.022094726562 +0.012451171875 +0.003540039062 +0.257812500000 +-0.013488769531 +0.029174804688 +0.008483886719 +0.248046875000 +0.102539062500 +-0.241210937500 +-0.000984191895 +0.071289062500 +0.007629394531 +0.026000976562 +0.014648437500 +-0.152343750000 +0.045410156250 +0.204101562500 +-0.116699218750 +-0.008972167969 +0.041992187500 +0.051269531250 +0.176757812500 +-0.006500244141 +0.045898437500 +0.121093750000 +0.007934570312 +-0.492187500000 +0.161132812500 +-0.030761718750 +0.048095703125 +-0.054931640625 +-0.087402343750 +-0.060302734375 +-0.040283203125 +-0.250000000000 +-0.044189453125 +-0.052490234375 +0.015747070312 +-0.020019531250 +-0.034912109375 +0.046875000000 +0.003143310547 +-0.289062500000 +0.075195312500 +-0.081542968750 +-0.088867187500 +-0.134765625000 +0.015991210938 +-0.069824218750 +0.054687500000 +0.153320312500 +0.110839843750 +-0.060058593750 +-0.114257812500 +-0.110351562500 +-0.122070312500 +0.026367187500 +-0.326171875000 +-0.015747070312 +0.173828125000 +0.210937500000 +0.091796875000 +0.220703125000 +-0.112792968750 +-0.151367187500 +-0.035156250000 +-0.092285156250 +0.114257812500 +-0.126953125000 +0.026733398438 +-0.435546875000 +-0.081054687500 +-0.103515625000 +-0.091308593750 +0.277343750000 +-0.123046875000 +-0.048339843750 +-0.371093750000 +0.005645751953 +0.097167968750 +-0.176757812500 +0.102050781250 +0.162109375000 +0.019775390625 +0.038818359375 +-0.213867187500 +0.079589843750 +-0.068847656250 +0.127929687500 +-0.071289062500 +-0.345703125000 +-0.017822265625 +-0.071289062500 +-0.056884765625 +-0.197265625000 +-0.277343750000 +0.156250000000 +-0.044189453125 +0.111328125000 +0.267578125000 +-0.104003906250 +-0.072753906250 +-0.075683593750 +-0.151367187500 +-0.016723632812 +-0.298828125000 +-0.164062500000 +0.127929687500 +-0.137695312500 +-0.035644531250 +-0.033203125000 +-0.084472656250 +-0.052246093750 +-0.292968750000 +0.150390625000 +-0.034912109375 +-0.165039062500 +-0.204101562500 +-0.431640625000 +0.206054687500 +0.139648437500 +-0.034667968750 +-0.255859375000 +-0.226562500000 +0.019531250000 +-0.046142578125 +0.090820312500 +0.034912109375 +0.011535644531 +-0.208007812500 +-0.006469726562 +0.083007812500 +0.004882812500 +-0.039062500000 +0.041015625000 +-0.087890625000 +-0.058837890625 +0.052001953125 +0.128906250000 +0.130859375000 +-0.128906250000 +0.117187500000 +-0.163085937500 +-0.250000000000 +-0.273437500000 +-0.197265625000 +0.042968750000 +-0.097167968750 +-0.089355468750 +0.052734375000 +0.152343750000 +0.006591796875 +-0.015258789062 +-0.103515625000 +0.156250000000 +-0.125976562500 +-0.269531250000 +0.030273437500 +-0.063964843750 +0.085937500000 +0.035888671875 +0.046386718750 +0.073242187500 +-0.004486083984 +0.035644531250 +-0.036376953125 +0.215820312500 +0.082031250000 +0.216796875000 +0.107421875000 +-0.077148437500 +-0.255859375000 +-0.007293701172 +0.044677734375 +-0.214843750000 +-0.064453125000 +0.040771484375 +-0.112792968750 +0.125000000000 +-0.248046875000 +0.026123046875 +-0.157226562500 +0.194335937500 +0.053955078125 +0.174804687500 +-0.072265625000 +0.178710937500 +-0.031738281250 +-0.059082031250 +-0.033203125000 +0.166015625000 +-0.224609375000 +-0.044677734375 +-0.155273437500 +-0.078613281250 +0.170898437500 +0.002471923828 +0.249023437500 +-0.091796875000 +-0.093261718750 +0.139648437500 +-0.053222656250 +0.231445312500 +-0.145507812500 +0.013305664062 +0.065429687500 +-0.126953125000 +-0.361328125000 +0.055419921875 +0.087402343750 +0.079101562500 +0.115722656250 +0.027099609375 +-0.047119140625 +-0.031250000000 +-0.058105468750 +0.043212890625 +0.018310546875 +0.002029418945 +-0.423828125000 +-0.394531250000 +0.079101562500 +0.175781250000 +0.097167968750 +-0.125000000000 +-0.027709960938 +0.201171875000 +-0.149414062500 +0.209960937500 +-0.104003906250 +-0.168945312500 +0.064941406250 +0.049072265625 +0.169921875000 +-0.010620117188 +-0.211914062500 +-0.004028320312 +0.063964843750 +0.009521484375 +0.052734375000 +-0.008544921875 +0.045654296875 +0.055175781250 +0.154296875000 +-0.095703125000 +-0.020874023438 +-0.090820312500 +-0.005310058594 +0.148437500000 +0.000812530518 +0.101074218750 +-0.203125000000 +0.082519531250 +-0.175781250000 +0.150390625000 +-0.310546875000 +-0.048583984375 +-0.184570312500 +0.070800781250 +0.103027343750 +-0.039794921875 +-0.002059936523 +0.025756835938 +0.141601562500 +-0.149414062500 +0.151367187500 +0.086425781250 +-0.030395507812 +0.005920410156 +-0.021972656250 +0.053222656250 +-0.167968750000 +0.095214843750 +0.048583984375 +0.032958984375 +0.020751953125 +0.006225585938 +-0.120117187500 +-0.149414062500 +-0.168945312500 +-0.187500000000 +-0.261718750000 +-0.089355468750 +0.058837890625 +-0.211914062500 +0.099609375000 +0.018066406250 +0.015380859375 +-0.029052734375 +0.064453125000 +-0.197265625000 +-0.190429687500 +-0.002044677734 +0.050292968750 +0.052978515625 +-0.007995605469 +-0.079589843750 +-0.191406250000 +0.021728515625 +-0.292968750000 +-0.215820312500 +-0.084472656250 +0.001335144043 +-0.119140625000 +0.056396484375 +0.084960937500 +0.209960937500 +0.226562500000 +-0.146484375000 +0.038574218750 +0.150390625000 +0.052734375000 +0.314453125000 +-0.000308990479 +-0.068847656250 +-0.267578125000 +-0.031494140625 +-0.211914062500 +0.037109375000 +-0.263671875000 +-0.060546875000 +0.022094726562 +0.073730468750 +0.120605468750 +-0.310546875000 +-0.013427734375 +-0.337890625000 +0.116699218750 +0.119628906250 +0.111816406250 +0.355468750000 +0.102050781250 +0.030883789062 +-0.052978515625 +-0.154296875000 +-0.026855468750 +0.103027343750 +-0.242187500000 +-0.015258789062 +0.078613281250 +-0.042968750000 +-0.174804687500 +-0.014099121094 +0.018066406250 +0.071777343750 +0.027832031250 +0.188476562500 +0.066406250000 +-0.104980468750 +0.031005859375 +0.103027343750 +0.137695312500 +-0.304687500000 +0.154296875000 +-0.398437500000 +-0.441406250000 +0.021606445312 +0.188476562500 +0.201171875000 +-0.020385742188 +-0.263671875000 +0.022583007812 +-0.006439208984 +-0.042236328125 +-0.038085937500 +-0.073242187500 +0.124023437500 +-0.061523437500 +0.065429687500 +0.030761718750 +0.159179687500 +-0.043945312500 +-0.086425781250 +-0.105957031250 +0.025024414062 +0.079589843750 +0.439453125000 +0.100585937500 +0.003646850586 +-0.224609375000 +0.023315429688 +0.126953125000 +0.011840820312 +0.037353515625 +0.029418945312 +-0.105468750000 +0.347656250000 +-0.116699218750 +-0.009277343750 +-0.002868652344 +-0.275390625000 +-0.029907226562 +0.044189453125 +0.227539062500 +0.392578125000 +0.134765625000 +-0.009643554688 +-0.089355468750 +-0.028930664062 +-0.013977050781 +-0.144531250000 +-0.057861328125 +0.068359375000 +0.109375000000 +-0.069824218750 +0.020629882812 +0.085449218750 +0.001739501953 +0.128906250000 +-0.134765625000 +-0.001190185547 +-0.061279296875 +0.062988281250 +0.123046875000 +-0.429687500000 +0.053222656250 +0.146484375000 +-0.045654296875 +0.039550781250 +-0.949218750000 +-0.102050781250 +-0.082519531250 +0.187500000000 +0.090332031250 +0.101074218750 +0.003341674805 +-0.143554687500 +-0.079101562500 +0.064941406250 +0.130859375000 +-0.019653320312 +0.092773437500 +0.008239746094 +0.016235351562 +0.291015625000 +0.218750000000 +0.001174926758 +0.066894531250 +-0.007812500000 +0.046142578125 +0.099121093750 +0.067871093750 +0.058349609375 +-0.014892578125 +-0.071777343750 +-0.014770507812 +-0.679687500000 +-0.320312500000 +0.039550781250 +-0.170898437500 +0.296875000000 +-0.228515625000 +0.004821777344 +0.178710937500 +-0.244140625000 +0.044677734375 +-0.076171875000 +-0.072265625000 +0.141601562500 +0.078125000000 +-0.129882812500 +0.093261718750 +0.140625000000 +-0.200195312500 +-0.098632812500 +0.088867187500 +0.143554687500 +-0.100097656250 +0.000720977783 +0.008178710938 +-0.249023437500 +-0.092285156250 +0.053466796875 +-0.043212890625 +0.121582031250 +-0.067382812500 +0.077636718750 +-0.033935546875 +-0.166015625000 +0.154296875000 +0.006072998047 +0.075195312500 +0.006011962891 +-0.250000000000 +0.053955078125 +0.095214843750 +-0.277343750000 +-0.020996093750 +0.087402343750 +-0.310546875000 +-0.083496093750 +-0.065917968750 +-0.046630859375 +0.181640625000 +-0.112304687500 +0.112304687500 +0.113281250000 +0.030883789062 +-0.051269531250 +0.174804687500 +-0.310546875000 +-0.129882812500 +0.079101562500 +-0.010131835938 +-0.023681640625 +0.020141601562 +-0.118652343750 +0.044921875000 +-0.102050781250 +-0.028442382812 +0.126953125000 +0.053466796875 +0.167968750000 +-0.184570312500 +0.096191406250 +0.287109375000 +-0.124023437500 +0.255859375000 +0.070312500000 +0.026855468750 +0.005126953125 +0.133789062500 +-0.099609375000 +0.038330078125 +0.021972656250 +0.100097656250 +0.020141601562 +-0.429687500000 +0.113769531250 +-0.180664062500 +0.065917968750 +0.253906250000 +-0.022827148438 +0.068359375000 +0.099609375000 +-0.041503906250 +-0.066894531250 +-0.071777343750 +0.045898437500 +0.178710937500 +0.144531250000 +-0.007476806641 +0.068847656250 +-0.018676757812 +0.176757812500 +0.074218750000 +-0.009826660156 +-0.265625000000 +0.110839843750 +0.054931640625 +0.067871093750 +0.225585937500 +-0.122070312500 +0.141601562500 +0.351562500000 +-0.224609375000 +0.033691406250 +0.063476562500 +0.117187500000 +-0.146484375000 +-0.058349609375 +-0.074218750000 +0.087402343750 +0.069824218750 +-0.024291992188 +-0.078613281250 +-0.126953125000 +0.081542968750 +0.149414062500 +0.002685546875 +0.035644531250 +-0.008483886719 +-0.057373046875 +0.092285156250 +0.147460937500 +0.040039062500 +-0.105468750000 +-0.137695312500 +0.067382812500 +-0.092285156250 +0.049316406250 +0.091796875000 +-0.076660156250 +0.059326171875 +-0.234375000000 +0.039306640625 +-0.002120971680 +-0.279296875000 +-0.027832031250 +0.020385742188 +0.096679687500 +0.181640625000 +0.024780273438 +-0.151367187500 +-0.105468750000 +0.022460937500 +-0.090332031250 +-0.275390625000 +0.119140625000 +-0.080566406250 +0.100585937500 +-0.134765625000 +0.078125000000 +-0.091308593750 +0.039062500000 +0.083496093750 +-0.351562500000 +0.096679687500 +0.081054687500 +0.116699218750 +0.136718750000 +0.066406250000 +0.060302734375 +0.007019042969 +-0.044921875000 +-0.103027343750 +0.133789062500 +0.087402343750 +0.089355468750 +-0.023315429688 +0.109863281250 +0.026367187500 +0.030761718750 +0.102539062500 +-0.111816406250 +-0.001724243164 +0.082031250000 +0.128906250000 +0.053466796875 +0.142578125000 +-0.149414062500 +-0.094238281250 +-0.063964843750 +0.022949218750 +0.000808715820 +0.091796875000 +0.070800781250 +-0.052978515625 +-0.002334594727 +0.059570312500 +-0.089843750000 +-0.026733398438 +-0.106445312500 +-0.112792968750 +-0.085449218750 +0.000104904175 +-0.216796875000 +0.018432617188 +-0.142578125000 +0.148437500000 +-0.306640625000 +-0.079589843750 +0.099609375000 +0.127929687500 +-0.095703125000 +-0.002075195312 +0.022338867188 +0.019653320312 +-0.052734375000 +-0.257812500000 +0.100097656250 +0.123046875000 +-0.013366699219 +-0.073242187500 +-0.068359375000 +-0.215820312500 +-0.224609375000 +0.010314941406 +-0.055664062500 +-0.134765625000 +0.136718750000 +-0.084472656250 +-0.208007812500 +0.105957031250 +0.302734375000 +0.072753906250 +0.110839843750 +-0.121093750000 +-0.099609375000 +0.175781250000 +-0.333984375000 +-0.025878906250 +0.010192871094 +-0.171875000000 +0.107421875000 +-0.124023437500 +0.060058593750 +0.096191406250 +-0.019897460938 +-0.079589843750 +-0.082519531250 +-0.095703125000 +0.019531250000 +-0.112304687500 +0.050781250000 +-0.077636718750 +0.075195312500 +0.011779785156 +0.168945312500 +-0.089355468750 +0.108398437500 +-0.269531250000 +-0.057861328125 +-0.037597656250 +0.063964843750 +0.018676757812 +0.040283203125 +-0.106445312500 +-0.044921875000 +0.059326171875 +0.118164062500 +0.077148437500 +0.100097656250 +0.052734375000 +-0.231445312500 +-0.089355468750 +-0.156250000000 +0.086914062500 +-0.036132812500 +-0.181640625000 +0.159179687500 +-0.092285156250 +-0.042968750000 +-0.222656250000 +0.154296875000 +-0.039794921875 +-0.071289062500 +-0.036376953125 +0.177734375000 +0.052978515625 +-0.244140625000 +0.073730468750 +0.057128906250 +-0.189453125000 +0.198242187500 +0.133789062500 +0.048339843750 +0.056884765625 +-0.156250000000 +-0.091796875000 +-0.026733398438 +-0.027465820312 +0.147460937500 +-0.026733398438 +0.143554687500 +0.002136230469 +0.019409179688 +-0.014953613281 +0.002944946289 +-0.062255859375 +-0.095214843750 +-0.061523437500 +0.059326171875 +-0.005798339844 +0.038574218750 +-0.006927490234 +-0.144531250000 +-0.022705078125 +0.203125000000 +-0.017578125000 +0.046386718750 +0.114746093750 +-0.101562500000 +-0.049072265625 +0.080566406250 +-0.269531250000 +-0.060791015625 +0.050537109375 +-0.030761718750 +-0.173828125000 +-0.214843750000 +-0.006286621094 +-0.166015625000 +0.084960937500 +0.071289062500 +0.160156250000 +0.047607421875 +-0.010009765625 +-0.187500000000 +0.112304687500 +0.043701171875 +0.078613281250 +0.339843750000 +-0.055419921875 +0.014038085938 +-0.333984375000 +-0.316406250000 +-0.099121093750 +0.106445312500 +-0.072753906250 +-0.102050781250 +-0.020751953125 +-0.071289062500 +-0.022949218750 +-0.433593750000 +0.046630859375 +-0.054199218750 +-0.033203125000 +0.005950927734 +0.038574218750 +0.026733398438 +-0.073242187500 +0.015136718750 +0.132812500000 +0.042968750000 +-0.091308593750 +0.134765625000 +-0.114257812500 +-0.028198242188 +0.092285156250 +0.337890625000 +0.011169433594 +0.083007812500 +-0.137695312500 +-0.247070312500 +-0.112304687500 +0.088378906250 +-0.296875000000 +0.120605468750 +0.013183593750 +-0.040039062500 +0.088867187500 +-0.217773437500 +-0.195312500000 +-0.006225585938 +-0.167968750000 +0.075683593750 +-0.075195312500 +-0.069824218750 +-0.139648437500 +0.166015625000 +-0.043945312500 +0.014160156250 +-0.104980468750 +-0.464843750000 +0.022949218750 +-0.151367187500 +0.306640625000 +0.016967773438 +0.033447265625 +0.157226562500 +0.082519531250 +-0.132812500000 +-0.094726562500 +-0.164062500000 +-0.055664062500 +0.392578125000 +0.019165039062 +-0.145507812500 +0.157226562500 +-0.265625000000 +-0.225585937500 +-0.114257812500 +-0.129882812500 +-0.136718750000 +0.085449218750 +-0.072753906250 +-0.207031250000 +-0.441406250000 +0.003402709961 +0.100585937500 +-0.012329101562 +-0.055664062500 +0.050781250000 +0.067382812500 +0.063964843750 +0.207031250000 +0.205078125000 +-0.073730468750 +0.086425781250 +-0.431640625000 +-0.292968750000 +0.223632812500 +-0.113769531250 +0.103515625000 +-0.097167968750 +-0.048339843750 +-0.143554687500 +0.096191406250 +0.050781250000 +0.056884765625 +-0.226562500000 +0.044921875000 +0.142578125000 +-0.141601562500 +-0.058349609375 +0.041992187500 +-0.056152343750 +0.104492187500 +0.029418945312 +-0.001518249512 +0.064941406250 +-0.130859375000 +0.055908203125 +0.015563964844 +-0.019165039062 +-0.093750000000 +0.036621093750 +-0.170898437500 +0.018676757812 +0.113769531250 +0.242187500000 +0.205078125000 +0.062988281250 +0.197265625000 +-0.003967285156 +0.023437500000 +-0.275390625000 +0.019165039062 +0.156250000000 +0.159179687500 +0.095214843750 +0.062500000000 +0.228515625000 +-0.163085937500 +-0.029785156250 +-0.141601562500 +-0.277343750000 +0.046875000000 +-0.003097534180 +0.004333496094 +-0.007232666016 +0.007537841797 +-0.077148437500 +0.072753906250 +-0.059814453125 +-0.013061523438 +0.035644531250 +-0.061035156250 +0.122558593750 +0.099121093750 +0.018432617188 +-0.168945312500 +0.124023437500 +-0.112304687500 +-0.145507812500 +-0.055664062500 +0.054443359375 +0.077636718750 +-0.118164062500 +-0.147460937500 +-0.184570312500 +0.098144531250 +-0.215820312500 +-0.035156250000 +-0.047607421875 +-0.020507812500 +-0.008239746094 +0.100097656250 +0.100097656250 +0.081054687500 +-0.009155273438 +-0.059814453125 +-0.025390625000 +0.017578125000 +-0.163085937500 +-0.128906250000 +0.070312500000 +-0.330078125000 +0.002304077148 +-0.177734375000 +-0.000854492188 +-0.094726562500 +0.008972167969 +0.245117187500 +0.130859375000 +0.187500000000 +0.129882812500 +0.022583007812 +0.133789062500 +-0.380859375000 +-0.070312500000 +0.051269531250 +0.096679687500 +-0.056884765625 +0.037841796875 +-0.186523437500 +-0.285156250000 +0.038330078125 +-0.061767578125 +0.045654296875 +-0.044189453125 +-0.031005859375 +-0.032958984375 +0.091796875000 +0.132812500000 +-0.105468750000 +-0.078613281250 +-0.112792968750 +0.145507812500 +0.176757812500 +-0.034667968750 +-0.028808593750 +-0.055175781250 +0.096679687500 +-0.052490234375 +-0.104003906250 +0.022949218750 +0.001846313477 +-0.292968750000 +0.091796875000 +-0.076171875000 +-0.023071289062 +-0.090820312500 +-0.357421875000 +-0.076660156250 +-0.239257812500 +-0.242187500000 +0.024658203125 +-0.292968750000 +0.051757812500 +-0.053222656250 +0.181640625000 +-0.029541015625 +-0.099609375000 +-0.014221191406 +0.003005981445 +-0.085449218750 +-0.133789062500 +0.143554687500 +-0.045654296875 +0.134765625000 +-0.088378906250 +0.075195312500 +-0.205078125000 +0.093261718750 +-0.106933593750 +-0.050781250000 +0.094726562500 +-0.136718750000 +0.069824218750 +-0.215820312500 +0.048095703125 +-0.416015625000 +0.065917968750 +0.107910156250 +0.075195312500 +-0.072265625000 +0.092773437500 +-0.210937500000 +-0.040771484375 +-0.216796875000 +0.051269531250 +0.100097656250 +0.004333496094 +0.110351562500 +0.055419921875 +-0.150390625000 +0.027832031250 +-0.028808593750 +0.051757812500 +-0.013793945312 +0.143554687500 +-0.005035400391 +-0.034423828125 +-0.149414062500 +-0.187500000000 +0.128906250000 +-0.014648437500 +-0.066894531250 +-0.060302734375 +-0.017211914062 +-0.183593750000 +0.079101562500 +-0.330078125000 +-0.223632812500 +0.018554687500 +0.210937500000 +-0.091796875000 +0.057617187500 +-0.029174804688 +-0.339843750000 +-0.010131835938 +-0.006042480469 +0.169921875000 +-0.077636718750 +-0.102050781250 +0.047363281250 +0.066894531250 +0.057861328125 +0.164062500000 +0.059570312500 +-0.292968750000 +-0.180664062500 +-0.116699218750 +0.018920898438 +0.206054687500 +-0.007507324219 +0.127929687500 +0.091308593750 +0.093750000000 +-0.218750000000 +0.118652343750 +-0.120605468750 +0.020629882812 +-0.116699218750 +0.038574218750 +-0.133789062500 +0.020141601562 +0.008544921875 +-0.153320312500 +0.201171875000 +-0.175781250000 +0.103027343750 +0.048583984375 +-0.165039062500 +-0.131835937500 +0.140625000000 +0.088378906250 +-0.156250000000 +0.046386718750 +0.010253906250 +-0.143554687500 +-0.054199218750 +0.012756347656 +-0.000005275011 +-0.149414062500 +-0.065429687500 +-0.030273437500 +-0.040527343750 +-0.107910156250 +0.065429687500 +0.083984375000 +0.081542968750 +-0.056396484375 +0.197265625000 +-0.051269531250 +-0.064941406250 +0.080078125000 +0.149414062500 +-0.052001953125 +-0.010192871094 +0.024536132812 +0.155273437500 +0.146484375000 +-0.149414062500 +-0.079101562500 +0.084960937500 +-0.050048828125 +0.185546875000 +0.070312500000 +0.062988281250 +0.059814453125 +-0.004974365234 +0.007232666016 +-0.113769531250 +-0.158203125000 +-0.108886718750 +-0.065917968750 +-0.014770507812 +-0.133789062500 +0.046386718750 +0.250000000000 +-0.017456054688 +0.121093750000 +-0.072265625000 +0.106445312500 +-0.055908203125 +-0.085449218750 +-0.051025390625 +-0.042480468750 +-0.045166015625 +-0.112304687500 +-0.097167968750 +-0.061035156250 +-0.062011718750 +-0.257812500000 +-0.071777343750 +0.024169921875 +0.054931640625 +-0.004730224609 +-0.028442382812 +-0.093261718750 +0.003509521484 +0.070312500000 +-0.015991210938 +-0.048583984375 +-0.046386718750 +0.047363281250 +-0.031494140625 +-0.221679687500 +0.118164062500 +-0.380859375000 +-0.000158309937 +-0.049072265625 +-0.114746093750 +0.326171875000 +0.333984375000 +-0.097167968750 +0.049316406250 +-0.069335937500 +0.038574218750 +0.079589843750 +0.124023437500 +-0.035888671875 +-0.013732910156 +0.063476562500 +0.072265625000 +-0.046630859375 +-0.131835937500 +-0.029052734375 +-0.019287109375 +0.085449218750 +0.275390625000 +0.076660156250 +0.095703125000 +0.112304687500 +0.006378173828 +-0.129882812500 +-0.078613281250 +-0.058349609375 +-0.213867187500 +-0.089843750000 +0.028442382812 +-0.113769531250 +0.046386718750 +0.035644531250 +0.096679687500 +0.033691406250 +-0.051513671875 +0.066894531250 +-0.039794921875 +0.023925781250 +-0.024902343750 +0.068359375000 +0.147460937500 +-0.024414062500 +0.008300781250 +0.024780273438 +-0.166015625000 +-0.335937500000 +-0.259765625000 +-0.016235351562 +-0.105468750000 +0.191406250000 +-0.116210937500 +0.080566406250 +0.061767578125 +0.052734375000 +-0.007354736328 +-0.019287109375 +0.107910156250 +0.049804687500 +-0.142578125000 +-0.094238281250 +0.208007812500 +-0.160156250000 +0.110839843750 +-0.000242233276 +-0.054687500000 +0.300781250000 +0.245117187500 +0.040039062500 +-0.064941406250 +-0.071777343750 +-0.038330078125 +0.131835937500 +-0.144531250000 +-0.037353515625 +-0.000179290771 +-0.140625000000 +-0.067382812500 +-0.091308593750 +0.098632812500 +-0.079589843750 +0.054443359375 +0.400390625000 +0.006652832031 +-0.108398437500 +-0.189453125000 +-0.121582031250 +0.103027343750 +-0.010375976562 +0.030517578125 +0.000991821289 +-0.004028320312 +-0.202148437500 +-0.081054687500 +0.179687500000 +0.131835937500 +-0.231445312500 +-0.013732910156 +0.177734375000 +0.070312500000 +-0.071289062500 +-0.310546875000 +0.032226562500 +-0.121093750000 +-0.001014709473 +-0.255859375000 +-0.203125000000 +0.086914062500 +0.006317138672 +-0.122558593750 +-0.320312500000 +0.030639648438 +-0.033935546875 +-0.171875000000 +-0.001518249512 +0.080566406250 +0.020751953125 +0.143554687500 +-0.421875000000 +-0.087890625000 +0.105957031250 +0.004180908203 +-0.104980468750 +-0.138671875000 +0.013671875000 +-0.154296875000 +-0.056152343750 +-0.132812500000 +-0.249023437500 +-0.116210937500 +0.146484375000 +0.024780273438 +0.218750000000 +0.007354736328 +-0.044433593750 +0.055175781250 +-0.130859375000 +-0.133789062500 +-0.279296875000 +0.026611328125 +-0.045898437500 +-0.054443359375 +-0.149414062500 +0.069335937500 +0.055908203125 +0.024536132812 +0.271484375000 +-0.216796875000 +-0.018920898438 +-0.148437500000 +-0.116210937500 +0.047851562500 +-0.056396484375 +0.099121093750 +0.101074218750 +-0.105957031250 +-0.226562500000 +0.219726562500 +-0.223632812500 +0.098144531250 +-0.267578125000 +0.006256103516 +0.191406250000 +0.251953125000 +-0.174804687500 +-0.314453125000 +0.058593750000 +-0.026489257812 +-0.123046875000 +-0.117187500000 +-0.416015625000 +-0.046386718750 +-0.006347656250 +-0.156250000000 +-0.021240234375 +-0.029296875000 +0.069335937500 +-0.271484375000 +-0.184570312500 +0.042724609375 +0.000004231930 +-0.390625000000 +0.017822265625 +0.086425781250 +-0.006561279297 +-0.015319824219 +0.003021240234 +-0.153320312500 +-0.113769531250 +-0.198242187500 +0.087890625000 +-0.042968750000 +-0.071777343750 +0.056152343750 +0.239257812500 +-0.037597656250 +-0.029418945312 +-0.016723632812 +-0.187500000000 +0.119140625000 +-0.136718750000 +0.039550781250 +-0.052001953125 +0.128906250000 +0.020996093750 +-0.014587402344 +-0.020874023438 +-0.099121093750 +-0.038330078125 +0.050292968750 +-0.004730224609 +0.060546875000 +-0.124511718750 +0.022949218750 +-0.047607421875 +-0.289062500000 +0.062011718750 +-0.075195312500 +-0.168945312500 +0.042236328125 +-0.117187500000 +0.188476562500 +-0.062500000000 +-0.030761718750 +-0.047851562500 +0.074707031250 +0.017944335938 +0.070800781250 +0.020141601562 +0.107910156250 +-0.033447265625 +-0.026000976562 +-0.030395507812 +-0.128906250000 +-0.097656250000 +-0.002471923828 +0.014465332031 +-0.178710937500 +0.043212890625 +-0.097656250000 +-0.118164062500 +-0.115722656250 +-0.033203125000 +0.047363281250 +-0.029174804688 +-0.042968750000 +-0.285156250000 +0.031738281250 +-0.096191406250 +0.055175781250 +-0.051269531250 +0.048828125000 +-0.073242187500 +0.049072265625 +-0.089843750000 +-0.200195312500 +0.055419921875 +-0.215820312500 +-0.102539062500 +0.030517578125 +0.036376953125 +0.102050781250 +-0.466796875000 +0.059570312500 +-0.566406250000 +-0.051269531250 +0.234375000000 +-0.141601562500 +-0.036376953125 +0.066406250000 +0.021972656250 +-0.146484375000 +0.104492187500 +-0.051025390625 +-0.235351562500 +-0.002014160156 +-0.028686523438 +-0.015258789062 +-0.310546875000 +0.072753906250 +-0.171875000000 +-0.339843750000 +-0.031982421875 +0.114257812500 +0.122558593750 +0.157226562500 +-0.095214843750 +0.020507812500 +-0.096191406250 +-0.087402343750 +-0.003494262695 +-0.000396728516 +0.000377655029 +-0.063964843750 +0.031250000000 +-0.010864257812 +0.166015625000 +-0.275390625000 +0.031250000000 +-0.211914062500 +0.036376953125 +-0.141601562500 +-0.003784179688 +-0.157226562500 +0.053222656250 +0.016113281250 +-0.098144531250 +0.075683593750 +0.126953125000 +-0.055175781250 +-0.019653320312 +-0.125000000000 +0.061035156250 +-0.040771484375 +-0.042724609375 +-0.215820312500 +0.100585937500 +0.042968750000 +-0.132812500000 +0.013122558594 +0.157226562500 +-0.130859375000 +0.012207031250 +-0.040039062500 +0.080566406250 +-0.195312500000 +0.226562500000 +-0.328125000000 +0.148437500000 +0.089843750000 +0.130859375000 +0.091796875000 +0.069335937500 +-0.071777343750 +0.026855468750 +-0.232421875000 +0.071289062500 +-0.112792968750 +-0.184570312500 +-0.142578125000 +-0.138671875000 +0.077636718750 +0.207031250000 +0.098144531250 +0.046875000000 +-0.166992187500 +0.039306640625 +0.115234375000 +0.067382812500 +0.075683593750 +0.192382812500 +0.009155273438 +0.016723632812 +-0.143554687500 +-0.090820312500 +0.179687500000 +-0.123046875000 +0.004211425781 +0.097656250000 +0.021118164062 +-0.107910156250 +0.068359375000 +-0.247070312500 +-0.228515625000 +-0.027587890625 +0.119140625000 +-0.024536132812 +0.060546875000 +-0.109863281250 +-0.049804687500 +-0.275390625000 +-0.083496093750 +0.016235351562 +0.087402343750 +0.076660156250 +-0.084472656250 +-0.149414062500 +-0.130859375000 +0.041748046875 +-0.273437500000 +-0.304687500000 +0.040527343750 +0.097167968750 +0.052490234375 +-0.088378906250 +-0.124023437500 +-0.003219604492 +-0.051757812500 +0.051757812500 +0.098632812500 +-0.121582031250 +-0.228515625000 +0.283203125000 +-0.145507812500 +-0.149414062500 +0.052490234375 +0.108886718750 +0.177734375000 +-0.159179687500 +-0.156250000000 +0.090332031250 +-0.143554687500 +0.230468750000 +-0.065917968750 +-0.092773437500 +-0.112304687500 +-0.006225585938 +-0.003112792969 +0.242187500000 +-0.007934570312 +-0.054443359375 +0.203125000000 +-0.009033203125 +0.108886718750 +0.179687500000 +0.069335937500 +-0.244140625000 +-0.034912109375 +0.049072265625 +0.026733398438 +0.096191406250 +0.099121093750 +0.096191406250 +0.129882812500 +-0.016723632812 +-0.009582519531 +-0.277343750000 +-0.164062500000 +-0.038818359375 +-0.071777343750 +-0.064453125000 +0.001045227051 +-0.062988281250 +-0.145507812500 +-0.235351562500 +0.038085937500 +0.106445312500 +-0.115234375000 +-0.192382812500 +-0.003967285156 +-0.072753906250 +0.023071289062 +-0.021850585938 +0.054687500000 +-0.013916015625 +0.037597656250 +0.121582031250 +-0.096191406250 +0.092773437500 +0.073730468750 +-0.222656250000 +0.049804687500 +0.065429687500 +-0.011535644531 +0.151367187500 +-0.131835937500 +0.002151489258 +0.016601562500 +-0.032714843750 +-0.148437500000 +-0.052734375000 +-0.137695312500 +0.078613281250 +0.007080078125 +0.247070312500 +-0.240234375000 +-0.283203125000 +0.174804687500 +-0.024414062500 +-0.123535156250 +-0.273437500000 +0.006317138672 +0.068847656250 +-0.146484375000 +0.244140625000 +0.150390625000 +0.067871093750 +0.062988281250 +-0.105957031250 +0.130859375000 +0.061279296875 +0.095214843750 +0.145507812500 +0.261718750000 +0.013244628906 +-0.328125000000 +0.090332031250 +-0.031982421875 +0.038818359375 +-0.078125000000 +-0.263671875000 +-0.137695312500 +0.069335937500 +-0.194335937500 +-0.039306640625 +0.075683593750 +-0.093261718750 +-0.167968750000 +-0.126953125000 +-0.020385742188 +-0.022949218750 +-0.157226562500 +-0.024414062500 +0.188476562500 +-0.094238281250 +-0.108886718750 +-0.053710937500 +0.074218750000 +-0.003143310547 +-0.227539062500 +-0.166015625000 +0.020629882812 +-0.018188476562 +-0.069824218750 +-0.388671875000 +0.036132812500 +0.007232666016 +-0.275390625000 +0.147460937500 +-0.122558593750 +0.123046875000 +-0.117187500000 +0.028564453125 +-0.195312500000 +-0.105468750000 +-0.057128906250 +0.265625000000 +0.033447265625 +-0.079589843750 +-0.047119140625 +-0.265625000000 +-0.207031250000 +0.053710937500 +0.062500000000 +0.023437500000 +-0.002685546875 +0.065917968750 +-0.086425781250 +0.464843750000 +0.104980468750 +0.035888671875 +0.094238281250 +-0.306640625000 +-0.032226562500 +-0.133789062500 +0.029541015625 +0.335937500000 +0.002120971680 +0.074218750000 +-0.107910156250 +-0.226562500000 +0.164062500000 +0.029052734375 +-0.029541015625 +-0.353515625000 +-0.292968750000 +0.028442382812 +0.215820312500 +-0.031494140625 +-0.023681640625 +-0.133789062500 +-0.018798828125 +-0.380859375000 +-0.002212524414 +0.042968750000 +0.197265625000 +-0.375000000000 +-0.069824218750 +-0.081542968750 +-0.143554687500 +-0.009277343750 +-0.283203125000 +0.028198242188 +-0.261718750000 +-0.063476562500 +0.014648437500 +-0.009704589844 +-0.125976562500 +-0.039062500000 +0.048583984375 +0.050048828125 +-0.017700195312 +-0.033691406250 +0.053710937500 +0.005615234375 +-0.191406250000 +-0.021484375000 +-0.109863281250 +-0.049072265625 +-0.019531250000 +0.099121093750 +-0.074707031250 +0.149414062500 +-0.138671875000 +-0.040039062500 +-0.166015625000 +-0.024414062500 +0.043457031250 +0.125976562500 +0.081054687500 +-0.154296875000 +-0.018798828125 +0.341796875000 +0.070312500000 +-0.001014709473 +0.105468750000 +0.110351562500 +0.091308593750 +0.091796875000 +0.045410156250 +-0.050048828125 +0.024169921875 +-0.053955078125 +-0.312500000000 +-0.042968750000 +0.048339843750 +0.089843750000 +0.040283203125 +-0.001014709473 +-0.033447265625 +-0.042968750000 +-0.058105468750 +0.128906250000 +-0.033691406250 +-0.087890625000 +0.024169921875 +-0.175781250000 +0.083496093750 +-0.006988525391 +-0.033447265625 +0.008239746094 +0.003356933594 +-0.005462646484 +-0.183593750000 +0.169921875000 +-0.164062500000 +0.002624511719 +0.209960937500 +-0.086914062500 +-0.083496093750 +0.123046875000 +-0.082031250000 +0.071289062500 +0.177734375000 +-0.039550781250 +0.026489257812 +0.089843750000 +-0.032958984375 +0.121093750000 +-0.173828125000 +-0.353515625000 +-0.121093750000 +-0.109375000000 +-0.121093750000 +0.182617187500 +-0.137695312500 +0.063964843750 +-0.062011718750 +-0.018432617188 +0.117187500000 +-0.106933593750 +-0.057128906250 +0.072753906250 +0.015625000000 +0.133789062500 +-0.273437500000 +-0.067382812500 +0.103515625000 +0.057128906250 +-0.152343750000 +0.130859375000 +0.084960937500 +-0.243164062500 +-0.030395507812 +-0.010498046875 +0.100097656250 +0.051757812500 +-0.058837890625 +0.017944335938 +0.062500000000 +0.049804687500 +-0.283203125000 +0.216796875000 +-0.034912109375 +-0.043701171875 +-0.135742187500 +-0.076660156250 +-0.073730468750 +0.169921875000 +-0.144531250000 +0.026000976562 +0.111816406250 +-0.137695312500 +0.073242187500 +-0.099121093750 +-0.217773437500 +0.074218750000 +-0.081542968750 +0.020629882812 +-0.326171875000 +-0.109375000000 +0.140625000000 +-0.045654296875 +-0.153320312500 +0.127929687500 +-0.082519531250 +-0.162109375000 +0.048583984375 +0.156250000000 +-0.211914062500 +-0.263671875000 +0.044433593750 +-0.353515625000 +-0.074218750000 +0.119628906250 +0.096191406250 +-0.140625000000 +0.081054687500 +0.068847656250 +0.073730468750 +-0.026611328125 +-0.028198242188 +-0.330078125000 +0.129882812500 +-0.431640625000 +-0.027832031250 +-0.175781250000 +0.044433593750 +0.020019531250 +0.021850585938 +-0.104980468750 +-0.057128906250 +-0.097167968750 +-0.004882812500 +0.086914062500 +-0.028076171875 +0.043945312500 +0.074707031250 +0.057373046875 +0.122070312500 +-0.017944335938 +-0.271484375000 +0.064453125000 +0.019165039062 +-0.099609375000 +-0.013366699219 +0.044677734375 +0.149414062500 +0.032958984375 +-0.012451171875 +0.102539062500 +-0.029541015625 +0.037841796875 +-0.061523437500 +-0.009704589844 +0.098632812500 +0.036132812500 +-0.051025390625 +-0.306640625000 +0.034912109375 +0.053222656250 +-0.097656250000 +-0.004333496094 +-0.002136230469 +-0.008239746094 +0.069335937500 +0.351562500000 +-0.009277343750 +-0.031982421875 +-0.039794921875 +0.054199218750 +-0.161132812500 +-0.143554687500 +0.010864257812 +-0.007446289062 +0.016113281250 +0.058349609375 +-0.025390625000 +0.030883789062 +0.091308593750 +0.040039062500 +0.097656250000 +-0.052490234375 +-0.035888671875 +-0.202148437500 +0.064941406250 +0.359375000000 +-0.191406250000 +-0.038574218750 +-0.125976562500 +-0.134765625000 +-0.008972167969 +-0.249023437500 +-0.168945312500 +-0.186523437500 +0.054687500000 +-0.316406250000 +-0.186523437500 +0.125976562500 +0.231445312500 +-0.031738281250 +0.014282226562 +0.068847656250 +0.040771484375 +-0.081542968750 +-0.202148437500 +0.052978515625 +0.183593750000 +0.179687500000 +0.182617187500 +0.125000000000 +0.014648437500 +-0.318359375000 +-0.009216308594 +-0.235351562500 +0.050048828125 +-0.164062500000 +-0.014404296875 +-0.021484375000 +0.079101562500 +0.012268066406 +-0.083007812500 +-0.131835937500 +-0.062988281250 +-0.033447265625 +-0.275390625000 +0.005310058594 +0.048095703125 +-0.062500000000 +0.036132812500 +-0.037353515625 +-0.048583984375 +0.026000976562 +-0.162109375000 +-0.008300781250 +-0.166992187500 +-0.098144531250 +0.089843750000 +-0.171875000000 +-0.031982421875 +-0.188476562500 +0.039062500000 +0.003601074219 +0.157226562500 +0.099121093750 +0.028564453125 +-0.033935546875 +0.041992187500 +-0.029663085938 +-0.151367187500 +-0.028686523438 +0.073730468750 +0.039794921875 +0.040039062500 +-0.259765625000 +0.024169921875 +-0.223632812500 +-0.001518249512 +0.051025390625 +-0.141601562500 +-0.478515625000 +0.057861328125 +0.066406250000 +0.406250000000 +0.001564025879 +0.144531250000 +0.024902343750 +-0.071777343750 +-0.231445312500 +0.127929687500 +0.115722656250 +-0.037353515625 +0.304687500000 +0.275390625000 +0.056884765625 +0.078613281250 +-0.235351562500 +0.158203125000 +-0.190429687500 +-0.507812500000 +-0.515625000000 +0.026489257812 +-0.153320312500 +-0.122070312500 +0.000263214111 +0.089843750000 +-0.138671875000 +0.004364013672 +-0.214843750000 +-0.215820312500 +-0.018432617188 +0.073730468750 +-0.139648437500 +-0.080078125000 +0.039794921875 +-0.078125000000 +0.052734375000 +-0.457031250000 +0.040283203125 +-0.168945312500 +-0.087402343750 +-0.008972167969 +-0.068359375000 +-0.127929687500 +-0.269531250000 +-0.067871093750 +0.121582031250 +0.033447265625 +0.100097656250 +-0.005157470703 +-0.079101562500 +-0.012817382812 +0.183593750000 +-0.083496093750 +0.011718750000 +-0.176757812500 +0.001037597656 +-0.085937500000 +-0.275390625000 +-0.208984375000 +-0.016357421875 +0.137695312500 +-0.024658203125 +-0.137695312500 +-0.455078125000 +0.013916015625 +0.071289062500 +0.166015625000 +0.074218750000 +-0.087402343750 +0.136718750000 +-0.070312500000 +-0.378906250000 +-0.055664062500 +0.065429687500 +-0.628906250000 +0.228515625000 +0.257812500000 +0.073730468750 +0.039062500000 +-0.261718750000 +-0.215820312500 +0.089843750000 +-0.376953125000 +-0.314453125000 +-0.011291503906 +0.122558593750 +-0.144531250000 +0.113769531250 +-0.026611328125 +-0.116699218750 +-0.062988281250 +-0.240234375000 +-0.192382812500 +-0.039550781250 +0.043457031250 +-0.000984191895 +-0.024536132812 +-0.116210937500 +-0.008361816406 +0.193359375000 +-0.263671875000 +-0.062500000000 +-0.137695312500 +-0.110351562500 +0.024169921875 +0.225585937500 +0.183593750000 +-0.149414062500 +-0.110351562500 +0.065429687500 +-0.022949218750 +0.214843750000 +-0.170898437500 +0.050292968750 +-0.053955078125 +-0.078613281250 +0.015625000000 +0.053955078125 +0.030151367188 +0.129882812500 +-0.137695312500 +-0.332031250000 +-0.140625000000 +-0.248046875000 +0.013000488281 +-0.000732421875 +0.048095703125 +-0.515625000000 +-0.138671875000 +0.073242187500 +-0.168945312500 +0.033935546875 +0.055419921875 +0.031494140625 +-0.003997802734 +-0.294921875000 +0.090820312500 +0.024414062500 +-0.394531250000 +-0.077636718750 +0.402343750000 +0.169921875000 +-0.044677734375 +-0.083984375000 +-0.112792968750 +-0.040527343750 +0.237304687500 +0.056640625000 +-0.240234375000 +-0.164062500000 +-0.070312500000 +0.095703125000 +-0.081054687500 +-0.192382812500 +-0.460937500000 +-0.127929687500 +0.093750000000 +0.063964843750 +-0.065917968750 +-0.036621093750 +-0.050781250000 +-0.187500000000 +0.090820312500 +0.022216796875 +-0.228515625000 +-0.159179687500 +-0.167968750000 +-0.101074218750 +-0.035644531250 +-0.155273437500 +0.357421875000 +0.054931640625 +-0.279296875000 +-0.005584716797 +-0.070312500000 +-0.210937500000 +0.136718750000 +0.012634277344 +0.151367187500 +0.147460937500 +0.026611328125 +-0.010314941406 +0.021850585938 +-0.067871093750 +0.100097656250 +-0.251953125000 +-0.080078125000 +0.062988281250 +-0.009521484375 +0.145507812500 +-0.009887695312 +-0.075195312500 +-0.100585937500 +-0.052978515625 +-0.228515625000 +0.043212890625 +0.105957031250 +0.085937500000 +-0.001693725586 +0.073242187500 +-0.070312500000 +0.147460937500 +-0.175781250000 +-0.161132812500 +0.137695312500 +0.263671875000 +0.013854980469 +0.002273559570 +-0.382812500000 +-0.198242187500 +0.084960937500 +-0.007324218750 +-0.166015625000 +-0.072753906250 +0.006378173828 +0.045898437500 +-0.073242187500 +0.068359375000 +0.023925781250 +0.048095703125 +0.020019531250 +0.047851562500 +-0.116210937500 +-0.041259765625 +0.102539062500 +0.068847656250 +-0.003158569336 +-0.032714843750 +-0.103515625000 +-0.013610839844 +-0.047607421875 +0.055175781250 +-0.104980468750 +-0.175781250000 +0.034912109375 +-0.049804687500 +-0.121582031250 +0.088378906250 +-0.059326171875 +0.208984375000 +-0.118164062500 +-0.105957031250 +0.158203125000 +-0.051025390625 +0.009338378906 +-0.077148437500 +-0.047851562500 +-0.043457031250 +0.066894531250 +-0.155273437500 +-0.152343750000 +-0.041992187500 +0.111816406250 +0.071777343750 +0.097167968750 +-0.050781250000 +-0.028930664062 +0.044433593750 +0.016845703125 +0.041259765625 +0.269531250000 +-0.035156250000 +0.079101562500 +0.104492187500 +-0.250000000000 +0.035888671875 +-0.453125000000 +-0.200195312500 +0.222656250000 +0.129882812500 +0.135742187500 +0.011840820312 +0.053710937500 +0.091308593750 +-0.045410156250 +0.007659912109 +0.052978515625 +0.014526367188 +-0.021240234375 +0.004272460938 +0.048339843750 +-0.009399414062 +-0.015258789062 +0.058593750000 +-0.030883789062 +0.162109375000 +-0.068847656250 +-0.059082031250 +0.183593750000 +0.075683593750 +-0.004333496094 +0.015197753906 +-0.196289062500 +0.021606445312 +-0.125000000000 +-0.431640625000 +0.085937500000 +0.099609375000 +-0.002258300781 +0.051269531250 +-0.150390625000 +-0.017700195312 +0.065917968750 +-0.031005859375 +0.066406250000 +-0.240234375000 +-0.055664062500 +0.113769531250 +0.031982421875 +-0.140625000000 +0.004394531250 +-0.140625000000 +0.060546875000 +0.070800781250 +-0.065429687500 +-0.378906250000 +-0.123535156250 +-0.044189453125 +0.041015625000 +0.095214843750 +-0.022094726562 +-0.080078125000 +0.026489257812 +-0.001525878906 +-0.087402343750 +-0.009094238281 +0.341796875000 +-0.009643554688 +0.058105468750 +0.028442382812 +-0.040527343750 +0.108398437500 +-0.139648437500 +-0.097656250000 +0.120117187500 +0.013732910156 +0.083496093750 +-0.287109375000 +0.036865234375 +0.018920898438 +0.006469726562 +-0.123046875000 +0.113769531250 +-0.004302978516 +0.001983642578 +-0.076660156250 +0.027709960938 +0.058593750000 +0.110351562500 +-0.080078125000 +-0.038818359375 +-0.148437500000 +0.063476562500 +0.045654296875 +-0.034912109375 +0.057617187500 +-0.041259765625 +0.020263671875 +0.007812500000 +0.047607421875 +0.028930664062 +0.201171875000 +0.030395507812 +0.094238281250 +-0.492187500000 +0.014648437500 +-0.055664062500 +-0.229492187500 +0.012023925781 +-0.084960937500 +-0.013549804688 +0.091796875000 +0.131835937500 +-0.460937500000 +-0.414062500000 +-0.112792968750 +0.025024414062 +0.067382812500 +-0.038818359375 +-0.088378906250 +0.024658203125 +-0.320312500000 +-0.519531250000 +0.036865234375 +0.053466796875 +-0.159179687500 +-0.062255859375 +0.040771484375 +0.105468750000 +0.022583007812 +-0.176757812500 +-0.077636718750 +0.007934570312 +-0.097167968750 +-0.015991210938 +-0.053710937500 +-0.136718750000 +0.018188476562 +0.146484375000 +0.060302734375 +-0.010498046875 +-0.068847656250 +-0.035644531250 +-0.163085937500 +-0.047607421875 +-0.013793945312 +0.145507812500 +0.021362304688 +-0.054199218750 +-0.012390136719 +0.066406250000 +-0.067382812500 +0.038818359375 +0.191406250000 +0.029296875000 +0.245117187500 +-0.009948730469 +0.201171875000 +0.060302734375 +-0.014465332031 +-0.079589843750 +0.029907226562 +0.012451171875 +0.085937500000 +-0.041992187500 +0.097167968750 +-0.005889892578 +0.136718750000 +0.028930664062 +-0.123535156250 +-0.073730468750 +-0.066894531250 +0.066406250000 +-0.121582031250 +-0.042968750000 +0.025146484375 +0.131835937500 +-0.484375000000 +-0.085937500000 +-0.162109375000 +-0.033447265625 +0.007476806641 +0.075195312500 +0.121582031250 +0.170898437500 +-0.083007812500 +-0.215820312500 +0.223632812500 +0.000827789307 +-0.214843750000 +-0.196289062500 +0.005218505859 +-0.010131835938 +0.055664062500 +-0.306640625000 +-0.090332031250 +0.115234375000 +-0.355468750000 +0.049316406250 +-0.031982421875 +0.022338867188 +0.100097656250 +0.113769531250 +0.063476562500 +0.094726562500 +0.011047363281 +0.002609252930 +-0.472656250000 +-0.941406250000 +0.058837890625 +0.013122558594 +0.016113281250 +-0.043701171875 +-0.147460937500 +-0.010498046875 +0.096679687500 +-0.083496093750 +-0.071777343750 +0.039062500000 +-0.138671875000 +0.006164550781 +0.103515625000 +0.004791259766 +-0.062255859375 +-0.125976562500 +-0.081054687500 +0.057617187500 +-0.147460937500 +-0.019287109375 +-0.209960937500 +0.003479003906 +0.156250000000 +0.012023925781 +0.046142578125 +0.083007812500 +-0.199218750000 +0.036132812500 +0.150390625000 +-0.002090454102 +-0.192382812500 +0.002288818359 +-0.589843750000 +-0.123535156250 +0.080078125000 +0.014831542969 +-0.016479492188 +0.066406250000 +-0.079101562500 +0.265625000000 +-0.159179687500 +-0.025756835938 +0.004699707031 +0.041992187500 +-0.050292968750 +0.091308593750 +-0.036621093750 +-0.053710937500 +0.007324218750 +0.165039062500 +0.026855468750 +0.072753906250 +-0.220703125000 +-0.031005859375 +-0.496093750000 +-0.558593750000 +0.097656250000 +0.097167968750 +0.087402343750 +-0.001823425293 +-0.126953125000 +0.092285156250 +-0.149414062500 +-0.118164062500 +0.009399414062 +0.024414062500 +-0.143554687500 +0.068359375000 +-0.108886718750 +0.261718750000 +-0.464843750000 +-0.006774902344 +0.030395507812 +0.014648437500 +0.008911132812 +0.107910156250 +-0.121093750000 +-0.168945312500 +-0.095703125000 +-0.324218750000 +0.053710937500 +0.126953125000 +-0.197265625000 +0.058593750000 +-0.042968750000 +0.025878906250 +0.283203125000 +-0.007354736328 +0.086914062500 +-0.143554687500 +-0.126953125000 +0.076171875000 +-0.089355468750 +0.030273437500 +-0.139648437500 +0.277343750000 +-0.656250000000 +0.137695312500 +-0.106933593750 +-0.057373046875 +-0.146484375000 +-0.002792358398 +0.021484375000 +-0.035400390625 +0.148437500000 +0.097656250000 +0.053710937500 +-0.025634765625 +0.082031250000 +0.417968750000 +-0.014953613281 +0.086914062500 +-0.009460449219 +-0.092285156250 +-0.031250000000 +-0.071777343750 +-0.419921875000 +-0.335937500000 +-0.070800781250 +-0.052246093750 +0.069335937500 +0.043945312500 +-0.084472656250 +-0.142578125000 +-0.104980468750 +-0.197265625000 +-0.001312255859 +0.031738281250 +-0.045166015625 +0.045166015625 +-0.045898437500 +-0.129882812500 +-0.145507812500 +0.367187500000 +0.002273559570 +0.109863281250 +0.032226562500 +0.008117675781 +0.128906250000 +0.020019531250 +0.092285156250 +-0.386718750000 +-0.046630859375 +-0.402343750000 +0.086425781250 +-0.002395629883 +0.078613281250 +0.177734375000 +-0.074707031250 +-0.017211914062 +-0.104492187500 +-0.378906250000 +-0.020141601562 +0.081054687500 +0.007019042969 +-0.069335937500 +-0.433593750000 +-0.090332031250 +-0.004547119141 +-0.141601562500 +-0.455078125000 +-0.026489257812 +-0.135742187500 +-0.073242187500 +-0.022583007812 +0.022705078125 +-0.119140625000 +-0.004516601562 +-0.316406250000 +-0.029907226562 +0.043701171875 +-0.077148437500 +-0.231445312500 +0.151367187500 +0.030029296875 +-0.152343750000 +-0.166992187500 +-0.002914428711 +-0.078613281250 +-0.114746093750 +-0.102050781250 +-0.139648437500 +0.002395629883 +0.003356933594 +0.045898437500 +-0.125000000000 +-0.082519531250 +-0.013061523438 +0.054687500000 +-0.147460937500 +0.076171875000 +0.004333496094 +0.011169433594 +-0.061523437500 +-0.001091003418 +-0.337890625000 +-0.188476562500 +0.048339843750 +-0.054931640625 +-0.080566406250 +-0.115722656250 +0.192382812500 +0.118164062500 +-0.062011718750 +-0.013671875000 +-0.110351562500 +0.011657714844 +-0.140625000000 +-0.017089843750 +-0.269531250000 +-0.039794921875 +0.132812500000 +-0.184570312500 +-0.031494140625 +-0.107910156250 +0.065429687500 +0.048095703125 +-0.181640625000 +0.028198242188 +-0.229492187500 +-0.096679687500 +-0.136718750000 +0.030029296875 +-0.253906250000 +-0.212890625000 +0.168945312500 +-0.267578125000 +-0.229492187500 +0.110839843750 +-0.140625000000 +0.210937500000 +0.043701171875 +-0.098144531250 +0.043212890625 +0.041748046875 +0.056396484375 +-0.010498046875 +-0.038818359375 +0.190429687500 +0.042480468750 +-0.015625000000 +0.077148437500 +-0.094726562500 +-0.044677734375 +-0.138671875000 +0.042480468750 +0.028198242188 +0.013916015625 +-0.031494140625 +-0.242187500000 +-0.031250000000 +-0.017578125000 +-0.143554687500 +-0.004760742188 +0.095214843750 +-0.197265625000 +-0.103027343750 +-0.074218750000 +-0.002456665039 +0.084960937500 +-0.250000000000 +-0.030883789062 +-0.147460937500 +0.030151367188 +-0.051757812500 +-0.166015625000 +0.000051021576 +0.056152343750 +-0.160156250000 +-0.045410156250 +0.090820312500 +-0.091796875000 +-0.145507812500 +0.009948730469 +-0.255859375000 +-0.003768920898 +0.072265625000 +0.020141601562 +0.106933593750 +-0.070312500000 +0.081054687500 +-0.242187500000 +-0.186523437500 +0.089355468750 +-0.153320312500 +-0.107910156250 +0.032714843750 +0.138671875000 +0.020263671875 +-0.198242187500 +-0.218750000000 +0.085449218750 +-0.131835937500 +-0.026977539062 +-0.160156250000 +-0.105468750000 +-0.037841796875 +0.185546875000 +-0.408203125000 +0.001525878906 +-0.147460937500 +-0.039306640625 +0.056152343750 +0.255859375000 +0.058593750000 +-0.125976562500 +-0.076171875000 +0.082519531250 +-0.145507812500 +0.020874023438 +-0.010009765625 +0.082031250000 +0.024414062500 +0.042236328125 +-0.156250000000 +0.081054687500 +-0.075683593750 +-0.007324218750 +0.049316406250 +0.183593750000 +0.182617187500 +0.064453125000 +-0.277343750000 +0.001647949219 +0.020874023438 +0.048339843750 +-0.046386718750 +0.101074218750 +-0.009643554688 +0.165039062500 +0.019409179688 +0.015319824219 +-0.023071289062 +0.071289062500 +0.005615234375 +-0.171875000000 +0.155273437500 +0.074218750000 +0.007934570312 +-0.052978515625 +0.014709472656 +-0.055419921875 +-0.128906250000 +-0.222656250000 +0.064453125000 +-0.119628906250 +-0.020385742188 +0.123535156250 +-0.032958984375 +-0.027099609375 +0.188476562500 +0.044433593750 +0.022338867188 +0.378906250000 +-0.225585937500 +0.086425781250 +-0.029296875000 +0.085937500000 +0.083496093750 +-0.081054687500 +0.197265625000 +-0.205078125000 +-0.223632812500 +-0.012084960938 +-0.126953125000 +-0.024780273438 +-0.050292968750 +-0.022705078125 +-0.014770507812 +-0.204101562500 +-0.126953125000 +0.047363281250 +-0.263671875000 +-0.081542968750 +-0.030395507812 +-0.062988281250 +-0.061523437500 +0.020019531250 +-0.195312500000 +0.067382812500 +-0.388671875000 +-0.223632812500 +-0.009765625000 +0.281250000000 +0.099609375000 +0.011474609375 +-0.190429687500 +0.043212890625 +0.068359375000 +-0.072753906250 +-0.024658203125 +0.029052734375 +0.009948730469 +-0.003265380859 +0.055419921875 +0.118164062500 +-0.026489257812 +-0.029052734375 +-0.012207031250 +-0.109375000000 +-0.103515625000 +-0.023437500000 +-0.318359375000 +0.060791015625 +0.094238281250 +-0.136718750000 +-0.131835937500 +0.134765625000 +-0.004058837891 +-0.006805419922 +0.098632812500 +0.068847656250 +0.016967773438 +-0.013854980469 +0.236328125000 +0.084960937500 +-0.001480102539 +0.351562500000 +-0.165039062500 +0.101562500000 +-0.008117675781 +-0.012573242188 +0.140625000000 +-0.034423828125 +-0.023193359375 +0.137695312500 +-0.023071289062 +0.031982421875 +-0.239257812500 +0.003173828125 +0.056396484375 +0.111328125000 +0.094238281250 +-0.204101562500 +-0.006225585938 +-0.015991210938 +0.045166015625 +0.067871093750 +0.253906250000 +-0.045898437500 +-0.226562500000 +-0.151367187500 +-0.208984375000 +0.000598907471 +-0.183593750000 +-0.037109375000 +-0.083007812500 +-0.205078125000 +-0.154296875000 +0.062500000000 +-0.152343750000 +-0.042480468750 +-0.072265625000 +-0.609375000000 +-0.226562500000 +-0.156250000000 +-0.016235351562 +0.033691406250 +-0.101562500000 +0.040283203125 +-0.212890625000 +0.033203125000 +0.024414062500 +-0.106445312500 +-0.021240234375 +-0.072265625000 +-0.294921875000 +0.165039062500 +0.175781250000 +0.253906250000 +-0.081542968750 +0.052246093750 +0.114746093750 +0.113769531250 +-0.004821777344 +-0.024536132812 +0.089843750000 +-0.064453125000 +0.232421875000 +0.053222656250 +0.086914062500 +-0.184570312500 +-0.041748046875 +0.021728515625 +-0.080566406250 +-0.006713867188 +0.279296875000 +-0.045410156250 +0.001708984375 +0.041015625000 +-0.158203125000 +-0.114746093750 +-0.186523437500 +-0.008422851562 +-0.070312500000 +0.111816406250 +0.088867187500 +-0.312500000000 +0.110839843750 +0.011962890625 +-0.076171875000 +0.103515625000 +0.229492187500 +0.211914062500 +-0.255859375000 +-0.082519531250 +0.012634277344 +0.090820312500 +-0.061035156250 +0.255859375000 +-0.033447265625 +0.012817382812 +-0.255859375000 +-0.062500000000 +-0.229492187500 +-0.130859375000 +-0.023071289062 +-0.707031250000 +-0.134765625000 +-0.375000000000 +-0.086425781250 +-0.206054687500 +0.019165039062 +-0.005035400391 +-0.058593750000 +-0.416015625000 +0.022705078125 +0.001724243164 +-0.083984375000 +0.017456054688 +0.026000976562 +-0.027954101562 +-0.155273437500 +0.304687500000 +0.037841796875 +-0.020019531250 +-0.094726562500 +-0.019897460938 +0.275390625000 +-0.012084960938 +0.057617187500 +-0.067871093750 +-0.046875000000 +-0.275390625000 +0.127929687500 +-0.141601562500 +0.094726562500 +0.121582031250 +-0.165039062500 +-0.006744384766 +0.069335937500 +0.216796875000 +0.054443359375 +-0.189453125000 +-0.121582031250 +0.010742187500 +-0.148437500000 +-0.093750000000 +-0.160156250000 +0.101562500000 +-0.121582031250 +-0.324218750000 +0.168945312500 +0.053710937500 +-0.122070312500 +0.120117187500 +0.177734375000 +0.151367187500 +0.104980468750 +-0.181640625000 +0.025878906250 +0.060546875000 +-0.146484375000 +0.212890625000 +0.082519531250 +0.152343750000 +0.032470703125 +0.117675781250 +-0.343750000000 +-0.052001953125 +-0.017578125000 +-0.664062500000 +0.034423828125 +-0.072753906250 +0.010498046875 +-0.251953125000 +-0.000205039978 +0.027221679688 +-0.355468750000 +-0.515625000000 +0.001808166504 +0.037353515625 +-0.014953613281 +-0.021484375000 +-0.126953125000 +-0.181640625000 +-0.085937500000 +-0.402343750000 +-0.075683593750 +0.194335937500 +0.065917968750 +-0.326171875000 +0.195312500000 +0.154296875000 +0.180664062500 +0.034667968750 +0.131835937500 +-0.034423828125 +0.052001953125 +0.030639648438 +-0.077148437500 +0.191406250000 +-0.073242187500 +0.002975463867 +0.106445312500 +0.132812500000 +-0.005493164062 +-0.037353515625 +-0.188476562500 +-0.156250000000 +-0.167968750000 +0.083007812500 +0.039550781250 +0.093261718750 +0.019653320312 +0.163085937500 +0.259765625000 +0.154296875000 +-0.213867187500 +0.010559082031 +0.246093750000 +-0.371093750000 +-0.265625000000 +-0.011535644531 +0.009277343750 +-0.130859375000 +-0.221679687500 +0.217773437500 +-0.081054687500 +0.064941406250 +-0.036132812500 +-0.003189086914 +-0.036376953125 +0.021240234375 +0.041015625000 +-0.051269531250 +0.108886718750 +-0.146484375000 +0.052246093750 +0.043457031250 +-0.024658203125 +0.097656250000 +-0.115722656250 +-0.147460937500 +0.082031250000 +-0.102050781250 +-0.087890625000 +-0.257812500000 +-0.246093750000 +-0.012878417969 +0.120605468750 +-0.070312500000 +-0.074707031250 +0.083984375000 +0.008178710938 +-0.234375000000 +0.091308593750 +0.154296875000 +0.040283203125 +-0.003723144531 +0.099609375000 +0.036865234375 +-0.000114440918 +-0.002761840820 +-0.057128906250 +-0.151367187500 +0.018554687500 +-0.018676757812 +-0.166015625000 +0.010314941406 +-0.228515625000 +-0.326171875000 +-0.359375000000 +-0.275390625000 +-0.199218750000 +0.032958984375 +0.066406250000 +0.166015625000 +-0.108886718750 +0.202148437500 +-0.170898437500 +-0.211914062500 +0.026245117188 +-0.143554687500 +0.019042968750 +0.104980468750 +-0.322265625000 +0.027221679688 +-0.061279296875 +-0.008850097656 +-0.083984375000 +0.006256103516 +0.039062500000 +0.062011718750 +-0.326171875000 +0.028930664062 +0.014526367188 +-0.061523437500 +0.025634765625 +-0.006805419922 +0.039794921875 +-0.037353515625 +0.006469726562 +-0.053222656250 +-0.098144531250 +-0.018432617188 +0.014038085938 +-0.095703125000 +0.051757812500 +-0.073730468750 +0.202148437500 +0.032470703125 +0.228515625000 +-0.052734375000 +0.233398437500 +0.074707031250 +-0.104003906250 +-0.225585937500 +0.125976562500 +0.224609375000 +0.048339843750 +0.111816406250 +-0.032714843750 +-0.060546875000 +0.141601562500 +-0.016479492188 +-0.043701171875 +-0.185546875000 +-0.024536132812 +0.001579284668 +0.098632812500 +0.062011718750 +-0.018188476562 +0.101562500000 +0.047851562500 +-0.002838134766 +-0.086914062500 +0.118652343750 +-0.018432617188 +0.082519531250 +0.108398437500 +0.140625000000 +-0.202148437500 +0.016357421875 +-0.101074218750 +-0.044921875000 +-0.092773437500 +0.070800781250 +0.040527343750 +0.018798828125 +-0.006439208984 +0.110839843750 +0.062500000000 +-0.004364013672 +-0.496093750000 +-0.029785156250 +-0.111328125000 +-0.046875000000 +-0.151367187500 +0.093261718750 +0.029418945312 +-0.127929687500 +-0.238281250000 +-0.024902343750 +-0.183593750000 +0.066406250000 +-0.197265625000 +-0.460937500000 +-0.176757812500 +-0.017333984375 +0.127929687500 +-0.020996093750 +0.045166015625 +-0.198242187500 +0.072265625000 +0.185546875000 +0.010314941406 +-0.067382812500 +-0.120117187500 +0.055664062500 +0.034423828125 +0.235351562500 +-0.130859375000 +-0.023925781250 +-0.091796875000 +-0.050537109375 +0.024047851562 +-0.025756835938 +0.005493164062 +0.168945312500 +-0.451171875000 +0.028442382812 +-0.231445312500 +0.036376953125 +0.018310546875 +0.007812500000 +-0.034667968750 +0.017089843750 +-0.083007812500 +-0.092285156250 +-0.098144531250 +0.035400390625 +-0.162109375000 +0.057373046875 +-0.419921875000 +-0.188476562500 +0.211914062500 +0.006622314453 +0.054931640625 +0.129882812500 +-0.166992187500 +0.017089843750 +0.033935546875 +-0.029785156250 +0.010925292969 +-0.179687500000 +0.143554687500 +-0.016357421875 +-0.150390625000 +-0.050537109375 +0.071777343750 +-0.107910156250 +-0.055419921875 +0.034912109375 +-0.127929687500 +0.008239746094 +-0.115722656250 +0.022338867188 +-0.011047363281 +0.193359375000 +-0.310546875000 +-0.287109375000 +-0.118164062500 +0.013000488281 +0.017578125000 +-0.013916015625 +0.094238281250 +0.132812500000 +-0.049316406250 +0.128906250000 +0.047363281250 +-0.077636718750 +-0.187500000000 +0.021728515625 +-0.017944335938 +-0.167968750000 +-0.250000000000 +0.004089355469 +-0.019897460938 +-0.018310546875 +0.197265625000 +-0.030639648438 +0.041259765625 +0.107910156250 +0.170898437500 +-0.139648437500 +-0.013793945312 +-0.002593994141 +0.040283203125 +-0.228515625000 +-0.155273437500 +0.032958984375 +-0.119140625000 +-0.320312500000 +-0.219726562500 +-0.062255859375 +-0.036865234375 +-0.059570312500 +0.281250000000 +0.121582031250 +0.115234375000 +0.057128906250 +-0.079101562500 +0.007415771484 +-0.051025390625 +-0.056152343750 +-0.054931640625 +-0.086425781250 +0.131835937500 +0.075195312500 +-0.077636718750 +0.104492187500 +-0.187500000000 +0.023925781250 +-0.106933593750 +0.210937500000 +0.000123023987 +-0.036376953125 +-0.050537109375 +-0.112304687500 +-0.027587890625 +0.048828125000 +-0.310546875000 +-0.075683593750 +0.236328125000 +-0.016357421875 +-0.048828125000 +0.007263183594 +0.154296875000 +0.047607421875 +-0.337890625000 +0.147460937500 +0.119628906250 +-0.097167968750 +0.302734375000 +0.078125000000 +-0.165039062500 +0.034912109375 +-0.019165039062 +0.037841796875 +0.010620117188 +0.057617187500 +-0.382812500000 +0.132812500000 +-0.052734375000 +-0.025146484375 +-0.535156250000 +0.005371093750 +0.118164062500 +-0.185546875000 +-0.132812500000 +0.083984375000 +0.166015625000 +-0.671875000000 +0.037597656250 +0.158203125000 +0.031250000000 +-0.092773437500 +-0.167968750000 +-0.044921875000 +-0.111328125000 +0.051025390625 +0.279296875000 +-0.125000000000 +0.038574218750 +0.134765625000 +0.105957031250 +0.073730468750 +0.011596679688 +-0.074218750000 +-0.761718750000 +-0.021606445312 +0.002639770508 +-0.038818359375 +-0.094726562500 +0.073242187500 +-0.119140625000 +-0.110351562500 +-0.007995605469 +0.174804687500 +-0.189453125000 +-0.083007812500 +-0.214843750000 +0.063476562500 +-0.082519531250 +0.122070312500 +-0.201171875000 +0.192382812500 +0.004364013672 +0.159179687500 +0.076660156250 +0.051269531250 +-0.351562500000 +0.032470703125 +-0.373046875000 +0.094238281250 +0.126953125000 +0.253906250000 +0.073242187500 +0.145507812500 +-0.143554687500 +0.390625000000 +-0.102539062500 +0.170898437500 +-0.160156250000 +0.136718750000 +0.059082031250 +0.076171875000 +-0.047363281250 +0.044433593750 +-0.135742187500 +0.193359375000 +-0.061279296875 +-0.101562500000 +0.006866455078 +-0.091796875000 +-0.037109375000 +-0.562500000000 +0.060791015625 +-0.143554687500 +-0.011596679688 +0.134765625000 +-0.039062500000 +0.080566406250 +-0.263671875000 +-0.023925781250 +-0.098144531250 +0.024169921875 +-0.097167968750 +0.020629882812 +0.114257812500 +0.042968750000 +-0.192382812500 +-0.110351562500 +-0.373046875000 +-0.076171875000 +0.124511718750 +0.145507812500 +-0.162109375000 +-0.102050781250 +-0.046630859375 +0.009033203125 +0.078125000000 +-0.110351562500 +-0.185546875000 +0.100585937500 +-0.067871093750 +-0.012939453125 +-0.023559570312 +-0.394531250000 +0.115722656250 +0.037109375000 +-0.419921875000 +0.162109375000 +0.076171875000 +-0.178710937500 +-0.017333984375 +0.082519531250 +0.351562500000 +0.032470703125 +-0.140625000000 +0.141601562500 +-0.028320312500 +-0.020629882812 +-0.296875000000 +0.375000000000 +0.092773437500 +-0.208007812500 +-0.092285156250 +-0.106933593750 +-0.002059936523 +-0.306640625000 +-0.110839843750 +0.131835937500 +-0.527343750000 +0.005889892578 +-0.066406250000 +-0.224609375000 +-0.142578125000 +-0.017211914062 +-0.067871093750 +-0.097656250000 +0.087890625000 +-0.079589843750 +-0.353515625000 +0.028564453125 +-0.236328125000 +0.203125000000 +-0.073242187500 +0.039306640625 +0.221679687500 +0.195312500000 +0.027465820312 +-0.088867187500 +0.010131835938 +-0.628906250000 +-0.162109375000 +-0.112304687500 +0.086914062500 +0.034179687500 +0.024169921875 +-0.031127929688 +-0.150390625000 +0.023437500000 +-0.034667968750 +-0.062011718750 +0.044921875000 +-0.186523437500 +0.115234375000 +0.006561279297 +0.080566406250 +-0.011230468750 +0.089355468750 +-0.355468750000 +-0.019165039062 +-0.200195312500 +-0.306640625000 +0.026245117188 +-0.078613281250 +-0.800781250000 +-0.090820312500 +0.039062500000 +0.042968750000 +-0.098632812500 +-0.144531250000 +0.026245117188 +-0.013549804688 +-0.253906250000 +-0.180664062500 +0.211914062500 +0.037109375000 +-0.092285156250 +-0.380859375000 +0.050048828125 +-0.148437500000 +-0.125000000000 +-0.240234375000 +0.052246093750 +0.066406250000 +-0.002349853516 +0.114257812500 +0.108886718750 +-0.151367187500 +-0.007598876953 +0.243164062500 +-0.028442382812 +0.014465332031 +0.043945312500 +-0.059326171875 +-0.076660156250 +-0.291015625000 +-0.109863281250 +-0.094726562500 +0.083007812500 +-0.069824218750 +-0.222656250000 +-0.122558593750 +0.024536132812 +0.085937500000 +-0.390625000000 +0.116699218750 +0.357421875000 +-0.063476562500 +0.036621093750 +-0.012573242188 +0.013427734375 +-0.059082031250 +0.018066406250 +-0.057861328125 +-0.049072265625 +0.092773437500 +0.126953125000 +-0.018432617188 +0.013366699219 +0.091308593750 +0.093261718750 +0.047607421875 +-0.077148437500 +-0.009460449219 +0.154296875000 +-0.001625061035 +-0.220703125000 +0.068847656250 +0.051025390625 +-0.281250000000 +0.012878417969 +-0.079101562500 +0.022216796875 +0.044921875000 +-0.004577636719 +-0.122070312500 +-0.046386718750 +-0.078613281250 +-0.226562500000 +0.000232696533 +0.008789062500 +-0.074707031250 +-0.126953125000 +-0.116210937500 +0.040771484375 +-0.035888671875 +0.013061523438 +-0.066894531250 +0.061035156250 +-0.382812500000 +-0.269531250000 +-0.116699218750 +0.057861328125 +0.116699218750 +-0.103515625000 +0.066894531250 +0.190429687500 +0.158203125000 +-0.115234375000 +-0.143554687500 +0.081542968750 +-0.031494140625 +-0.028930664062 +0.104003906250 +0.042968750000 +0.099609375000 +0.140625000000 +-0.064941406250 +0.070312500000 +-0.106933593750 +-0.111328125000 +0.134765625000 +0.229492187500 +-0.039306640625 +0.079589843750 +-0.137695312500 +0.076660156250 +-0.144531250000 +0.004791259766 +-0.092773437500 +0.096679687500 +-0.088867187500 +0.103027343750 +0.125000000000 +0.059570312500 +0.100585937500 +-0.017944335938 +0.053710937500 +-0.043457031250 +-0.017578125000 +0.178710937500 +0.150390625000 +-0.007446289062 +-0.289062500000 +0.027709960938 +0.102539062500 +0.077148437500 +0.077148437500 +0.047851562500 +-0.116699218750 +0.091308593750 +-0.146484375000 +-0.091308593750 +0.218750000000 +0.416015625000 +-0.190429687500 +-0.104003906250 +-0.203125000000 +-0.166992187500 +-0.224609375000 +0.055175781250 +0.263671875000 +0.164062500000 +-0.019653320312 +-0.175781250000 +-0.086425781250 +0.010314941406 +0.153320312500 +-0.015075683594 +-0.151367187500 +-0.039794921875 +-0.215820312500 +0.032470703125 +-0.259765625000 +0.011901855469 +-0.135742187500 +0.041015625000 +-0.052490234375 +-0.069824218750 +0.039794921875 +-0.207031250000 +0.083496093750 +0.022583007812 +-0.177734375000 +0.144531250000 +-0.044433593750 +-0.158203125000 +-0.394531250000 +-0.394531250000 +0.069335937500 +-0.065429687500 +0.061767578125 +0.150390625000 +-0.316406250000 +-0.000127792358 +-0.093261718750 +-0.034912109375 +-0.081542968750 +-0.094238281250 +-0.261718750000 +0.052490234375 +0.037353515625 +-0.071289062500 +-0.084472656250 +-0.186523437500 +-0.020385742188 +-0.009094238281 +-0.208984375000 +-0.013305664062 +0.031250000000 +0.233398437500 +-0.092773437500 +-0.263671875000 +0.161132812500 +0.025390625000 +-0.091308593750 +0.114257812500 +-0.244140625000 +-0.076660156250 +-0.104492187500 +0.137695312500 +-0.043457031250 +0.048339843750 +-0.212890625000 +-0.203125000000 +-0.210937500000 +-0.006103515625 +-0.139648437500 +-0.255859375000 +-0.044433593750 +0.001457214355 +0.062988281250 +0.029418945312 +-0.085449218750 +0.049560546875 +-0.146484375000 +-0.238281250000 +0.040771484375 +0.129882812500 +0.072753906250 +-0.076171875000 +-0.077636718750 +-0.066894531250 +-0.021118164062 +0.204101562500 +0.182617187500 +0.063964843750 +-0.138671875000 +-0.146484375000 +-0.263671875000 +-0.166015625000 +-0.131835937500 +-0.251953125000 +-0.064941406250 +-0.024902343750 +-0.068847656250 +-0.166015625000 +0.069335937500 +-0.320312500000 +-0.020751953125 +-0.259765625000 +-0.016235351562 +0.230468750000 +-0.245117187500 +-0.030273437500 +-0.863281250000 +-0.271484375000 +0.017211914062 +0.079589843750 +-0.015869140625 +0.045898437500 +-0.474609375000 +-0.289062500000 +0.063476562500 +0.169921875000 +-0.519531250000 +-0.077636718750 +0.092285156250 +0.079101562500 +-0.082519531250 +0.135742187500 +-0.243164062500 +-0.166992187500 +-0.067382812500 +0.006744384766 +-0.468750000000 +-0.214843750000 +0.010681152344 +-0.015747070312 +0.238281250000 +0.053955078125 +0.070800781250 +0.100585937500 +-0.052246093750 +0.043457031250 +0.006317138672 +-0.112792968750 +0.123535156250 +0.109375000000 +0.180664062500 +-0.241210937500 +-0.060302734375 +0.087402343750 +-0.234375000000 +-0.069824218750 +-0.492187500000 +0.259765625000 +0.056884765625 +0.017211914062 +0.091796875000 +0.302734375000 +-0.083496093750 +-0.621093750000 +-0.671875000000 +-0.546875000000 +0.030639648438 +-0.201171875000 +-0.038085937500 +-0.170898437500 +0.023315429688 +0.024536132812 +0.106933593750 +-0.468750000000 +0.054931640625 +-0.157226562500 +0.101074218750 +0.104492187500 +-0.118652343750 +-0.168945312500 +-0.140625000000 +0.015625000000 +0.049072265625 +0.089355468750 +-0.093750000000 +-0.135742187500 +-0.085449218750 +0.238281250000 +-0.108398437500 +-0.017333984375 +-0.621093750000 +-0.308593750000 +0.080566406250 +-0.080078125000 +0.021118164062 +-0.048583984375 +0.045898437500 +-0.131835937500 +-0.195312500000 +-0.001350402832 +0.008972167969 +0.065917968750 +-0.097167968750 +0.263671875000 +0.251953125000 +-0.003890991211 +-0.129882812500 +-0.052978515625 +-0.062255859375 +-0.003356933594 +0.029052734375 +-0.122558593750 +0.002578735352 +0.017822265625 +-0.112304687500 +-0.589843750000 +-0.083496093750 +0.133789062500 +-0.134765625000 +0.203125000000 +0.052978515625 +0.027954101562 +-0.020751953125 +-0.065917968750 +0.072753906250 +-0.527343750000 +-0.027587890625 +-0.361328125000 +-0.018798828125 +-0.240234375000 +-0.730468750000 +0.216796875000 +0.092285156250 +-0.038818359375 +-0.154296875000 +0.045898437500 +-0.045410156250 +-0.523437500000 +0.074218750000 +0.277343750000 +-0.183593750000 +-0.298828125000 +-0.223632812500 +0.011596679688 +0.164062500000 +0.139648437500 +-0.052978515625 +-0.203125000000 +-0.148437500000 +-0.103515625000 +0.001449584961 +0.369140625000 +-0.003311157227 +0.161132812500 +-0.194335937500 +-0.048583984375 +0.025390625000 +-0.001419067383 +-0.035156250000 +0.001136779785 +-0.237304687500 +0.080078125000 +-0.103027343750 +-0.129882812500 +0.127929687500 +0.253906250000 +0.088378906250 +0.007049560547 +-0.023925781250 +0.157226562500 +0.029418945312 +0.034667968750 +0.025634765625 +-0.022338867188 +0.002182006836 +-0.088867187500 +0.036621093750 +-0.023681640625 +-0.085937500000 +-0.141601562500 +0.029418945312 +-0.699218750000 +-0.064941406250 +0.027465820312 +0.114746093750 +-0.049560546875 +-0.519531250000 +-0.067871093750 +-0.050537109375 +-0.914062500000 +-0.078125000000 +-0.365234375000 +0.281250000000 +0.032470703125 +-0.316406250000 +-0.097167968750 +0.032226562500 +0.033447265625 +-0.119140625000 +-0.011413574219 +-0.025756835938 +-0.030761718750 +-0.059326171875 +-0.040771484375 +0.031982421875 +-0.855468750000 +-0.035400390625 +0.090820312500 +0.093750000000 +0.038330078125 +-0.149414062500 +0.020507812500 +0.051757812500 +-0.047363281250 +0.111816406250 +0.240234375000 +-0.183593750000 +0.107910156250 +-0.060302734375 +0.185546875000 +-0.073730468750 +0.105468750000 +-0.229492187500 +-0.006927490234 +0.145507812500 +0.240234375000 +-0.050537109375 +0.005218505859 +-0.273437500000 +0.239257812500 +-0.014404296875 +-0.073242187500 +0.009765625000 +0.004425048828 +-0.066406250000 +-0.003280639648 +-0.041259765625 +-0.035644531250 +0.057128906250 +0.081542968750 +-0.078125000000 +0.025512695312 +-0.012573242188 +0.097656250000 +-0.083007812500 +-0.018432617188 +0.257812500000 +-0.013732910156 +-0.114257812500 +0.001724243164 +-0.127929687500 +0.027099609375 +-0.024780273438 +0.084960937500 +-0.100097656250 +-0.110351562500 +-0.051269531250 +-0.216796875000 +0.034179687500 +0.060058593750 +0.095703125000 +-0.006683349609 +0.027954101562 +0.009521484375 +0.045898437500 +0.107421875000 +0.056884765625 +-0.038330078125 +-0.024291992188 +0.175781250000 +0.041503906250 +0.006347656250 +-0.019287109375 +0.042480468750 +-0.003158569336 +0.105957031250 +0.083984375000 +0.014282226562 +-0.056152343750 +0.200195312500 +0.066894531250 +0.263671875000 +-0.328125000000 +0.139648437500 +0.012512207031 +0.031250000000 +-0.117187500000 +0.123046875000 +-0.076171875000 +-0.119628906250 +-0.076171875000 +0.040283203125 +0.051513671875 +0.094726562500 +-0.022583007812 +-0.238281250000 +-0.008239746094 +-0.019531250000 +-0.123535156250 +0.263671875000 +-0.077636718750 +-0.024414062500 +-0.113769531250 +0.028564453125 +-0.318359375000 +-0.078613281250 +0.048583984375 +-0.093261718750 +-0.042724609375 +0.063476562500 +-0.181640625000 +0.048828125000 +0.038330078125 +-0.102539062500 +-0.251953125000 +0.002700805664 +0.072265625000 +-0.085937500000 +-0.312500000000 +-0.158203125000 +-0.031494140625 +-0.056884765625 +-0.130859375000 +-0.318359375000 +0.002349853516 +-0.043212890625 +0.158203125000 +-0.019775390625 +-0.138671875000 +-0.116210937500 +-0.088867187500 +0.064453125000 +0.045166015625 +0.023437500000 +-0.312500000000 +-0.014831542969 +0.146484375000 +-0.310546875000 +0.029785156250 +0.024780273438 +-0.016967773438 +-0.014465332031 +-0.255859375000 +-0.002426147461 +-0.004394531250 +0.043457031250 +-0.024047851562 +-0.045410156250 +-0.211914062500 +0.004333496094 +-0.090332031250 +-0.075683593750 +-0.016967773438 +0.110839843750 +0.050781250000 +-0.190429687500 +-0.086425781250 +0.073242187500 +0.146484375000 +-0.004821777344 +-0.053955078125 +-0.271484375000 +0.085937500000 +-0.064941406250 +0.078125000000 +0.087402343750 +-0.094238281250 +0.018676757812 +-0.765625000000 +-0.086914062500 +0.078125000000 +0.016357421875 +0.046875000000 +-0.041992187500 +0.072753906250 +0.002014160156 +0.031982421875 +-0.014038085938 +-0.207031250000 +-0.203125000000 +0.078125000000 +-0.310546875000 +-0.058593750000 +0.094726562500 +-0.023803710938 +-0.062988281250 +-0.300781250000 +-0.017700195312 +-0.044921875000 +0.083007812500 +0.158203125000 +0.005065917969 +-0.194335937500 +0.140625000000 +0.234375000000 +0.029174804688 +0.153320312500 +-0.031982421875 +-0.142578125000 +-0.162109375000 +-0.031738281250 +-0.228515625000 +-0.582031250000 +-0.063476562500 +0.096191406250 +-0.043457031250 +-0.343750000000 +-0.048828125000 +-0.081542968750 +0.009765625000 +-0.105468750000 +-0.064941406250 +-0.098632812500 +0.071777343750 +-0.117187500000 +-0.020141601562 +-0.083984375000 +0.109863281250 +-0.190429687500 +-0.310546875000 +-0.174804687500 +-0.015625000000 +0.014282226562 +-0.034179687500 +0.088867187500 +0.016723632812 +-0.030395507812 +0.084960937500 +0.108398437500 +-0.107421875000 +-0.185546875000 +-0.077636718750 +-0.832031250000 +0.131835937500 +0.064941406250 +-0.077636718750 +-0.044189453125 +0.043212890625 +0.103515625000 +-0.012817382812 +-0.515625000000 +-0.255859375000 +0.099609375000 +-0.135742187500 +-0.026611328125 +-0.178710937500 +-0.171875000000 +0.116699218750 +0.137695312500 +-0.005950927734 +-0.106445312500 +0.020507812500 +0.153320312500 +0.080078125000 +0.122558593750 +0.106445312500 +-0.408203125000 +0.150390625000 +0.084472656250 +-0.214843750000 +-0.048339843750 +0.077636718750 +0.041015625000 +0.044921875000 +-0.106933593750 +0.145507812500 +-0.431640625000 +-0.094238281250 +-0.060058593750 +-0.020874023438 +-0.155273437500 +0.048095703125 +-0.101074218750 +-0.308593750000 +-0.087890625000 +-0.041015625000 +0.031250000000 +0.162109375000 +-0.020263671875 +0.013122558594 +-0.470703125000 +-0.204101562500 +-0.337890625000 +-0.246093750000 +-0.156250000000 +0.047851562500 +-0.079101562500 +0.060058593750 +0.160156250000 +0.279296875000 +0.046875000000 +-0.056884765625 +0.100097656250 +-0.222656250000 +-0.126953125000 +-0.205078125000 +0.181640625000 +-0.105957031250 +-0.024414062500 +-0.092285156250 +-0.013244628906 +0.100097656250 +-0.199218750000 +-0.108398437500 +-0.283203125000 +-0.468750000000 +0.093261718750 +-0.038330078125 +-0.425781250000 +-0.118164062500 +-0.375000000000 +0.361328125000 +0.046875000000 +0.208984375000 +-0.163085937500 +0.212890625000 +0.115722656250 +0.062011718750 +-0.073730468750 +0.042236328125 +-0.416015625000 +-0.002822875977 +0.010192871094 +0.142578125000 +-0.164062500000 +-0.002349853516 +-0.126953125000 +0.105468750000 +-0.227539062500 +0.205078125000 +-0.769531250000 +0.127929687500 +0.098632812500 +-0.077148437500 +-0.089355468750 +0.044921875000 +0.058349609375 +-0.161132812500 +-0.056152343750 +0.015075683594 +0.263671875000 +0.239257812500 +-0.049804687500 +0.034423828125 +-0.046875000000 +-0.165039062500 +0.273437500000 +0.042236328125 +0.042968750000 +0.083496093750 +-0.091796875000 +0.013000488281 +-0.945312500000 +0.179687500000 +0.034667968750 +0.005889892578 +0.070800781250 +-0.402343750000 +-0.174804687500 +0.061035156250 +0.101562500000 +-0.133789062500 +0.087402343750 +-0.292968750000 +0.006805419922 +-0.371093750000 +-0.051269531250 +-0.144531250000 +0.041503906250 +-0.048828125000 +0.004882812500 +0.017089843750 +-0.202148437500 +-0.123535156250 +0.002059936523 +0.398437500000 +0.157226562500 +0.163085937500 +-0.394531250000 +0.142578125000 +0.072265625000 +0.098632812500 +0.152343750000 +-0.014831542969 +-0.208007812500 +0.151367187500 +-0.058105468750 +-0.050292968750 +-0.138671875000 +0.055419921875 +-0.176757812500 +0.235351562500 +0.071777343750 +-0.031494140625 +-0.398437500000 +-0.118164062500 +0.026245117188 +0.015380859375 +-0.101074218750 +-0.539062500000 +-0.128906250000 +-0.094726562500 +0.053710937500 +0.122558593750 +-0.220703125000 +-0.333984375000 +-0.191406250000 +0.259765625000 +0.200195312500 +0.151367187500 +-0.208984375000 +-0.165039062500 +-0.008056640625 +0.099609375000 +-0.007202148438 +0.056884765625 +0.074707031250 +0.000178337097 +-0.028076171875 +0.047607421875 +0.106933593750 +-0.016601562500 +-0.107910156250 +0.063476562500 +0.000452041626 +0.062255859375 +-0.069335937500 +0.103515625000 +0.040039062500 +-0.322265625000 +0.048583984375 +0.067871093750 +0.084960937500 +0.026611328125 +-0.112792968750 +0.015991210938 +-0.079589843750 +-0.083007812500 +0.076660156250 +-0.067871093750 +-0.008300781250 +-0.028442382812 +-0.423828125000 +0.296875000000 +0.163085937500 +-0.304687500000 +-0.216796875000 +-0.059082031250 +-0.013488769531 +0.056152343750 +0.061767578125 +-0.190429687500 +-0.041015625000 +-0.070800781250 +-0.044677734375 +0.106445312500 +0.081054687500 +-0.179687500000 +-0.233398437500 +0.039550781250 +0.123046875000 +0.070800781250 +0.031250000000 +-0.277343750000 +0.050048828125 +0.025878906250 +0.134765625000 +0.025512695312 +0.029541015625 +-0.320312500000 +-0.161132812500 +0.050537109375 +-0.010559082031 +0.216796875000 +-0.472656250000 +-0.182617187500 +-0.208984375000 +-0.519531250000 +0.017333984375 +-0.207031250000 +-0.074218750000 +0.125976562500 +-0.033935546875 +-0.043457031250 +-0.001296997070 +0.025756835938 +0.106445312500 +-0.083496093750 +0.140625000000 +-0.099121093750 +0.087890625000 +-0.020874023438 +-0.028076171875 +0.125976562500 +-0.042724609375 +-0.081542968750 +-0.034667968750 +-0.120605468750 +-0.043701171875 +0.049316406250 +0.172851562500 +0.021240234375 +0.273437500000 +-0.028686523438 +0.208007812500 +0.134765625000 +-0.154296875000 +0.148437500000 +0.184570312500 +-0.040527343750 +0.003570556641 +-0.009826660156 +-0.000831604004 +-0.050537109375 +0.045410156250 +0.037109375000 +0.072265625000 +0.041748046875 +0.044433593750 +-0.149414062500 +-0.030029296875 +0.134765625000 +-0.157226562500 +-0.004211425781 +0.041748046875 +-0.003936767578 +0.017578125000 +0.166015625000 +0.030517578125 +0.129882812500 +-0.102539062500 +-0.094238281250 +-0.205078125000 +0.116699218750 +-0.014038085938 +-0.197265625000 +0.156250000000 +0.106933593750 +-0.142578125000 +-0.214843750000 +-0.125976562500 +-0.105957031250 +-0.092773437500 +0.043457031250 +0.030395507812 +-0.054199218750 +-0.165039062500 +-0.021606445312 +-0.217773437500 +-0.085937500000 +0.075195312500 +-0.066406250000 +-0.049804687500 +0.024047851562 +-0.127929687500 +-0.250000000000 +-0.003662109375 +0.024047851562 +-0.392578125000 +0.043701171875 +0.054199218750 +-0.015319824219 +-0.092285156250 +0.175781250000 +-0.146484375000 +0.004943847656 +0.031738281250 +0.024047851562 +0.014648437500 +-0.013732910156 +-0.022338867188 +0.193359375000 +0.066406250000 +-0.026733398438 +0.139648437500 +-0.101074218750 +-0.003234863281 +-0.027343750000 +0.116210937500 +0.142578125000 +0.011718750000 +0.046875000000 +0.004058837891 +-0.031982421875 +-0.070800781250 +0.020507812500 +0.067382812500 +0.026489257812 +-0.052978515625 +0.032714843750 +-0.186523437500 +0.046142578125 +-0.082519531250 +-0.180664062500 +-0.004577636719 +-0.073242187500 +-0.040283203125 +-0.152343750000 +-0.140625000000 +0.021850585938 +0.220703125000 +0.092773437500 +0.120117187500 +-0.015747070312 +-0.129882812500 +-0.044433593750 +0.036376953125 +0.026855468750 +0.031738281250 +0.108398437500 +-0.094726562500 +-0.053710937500 +0.008972167969 +-0.037109375000 +-0.333984375000 +0.025512695312 +-0.126953125000 +0.031982421875 +-0.550781250000 +-0.203125000000 +0.026123046875 +-0.079101562500 +-0.165039062500 +-0.021728515625 +-0.205078125000 +-0.251953125000 +-0.177734375000 +0.073730468750 +-0.149414062500 +0.059570312500 +0.075683593750 +-0.117187500000 +0.021240234375 +0.029541015625 +-0.058593750000 +-0.048095703125 +0.028442382812 +-0.045898437500 +-0.002212524414 +-0.028198242188 +0.187500000000 +0.040039062500 +-0.207031250000 +0.111328125000 +-0.095214843750 +0.087402343750 +0.003479003906 +-0.029296875000 +-0.026367187500 +0.025146484375 +0.032714843750 +0.093750000000 +-0.163085937500 +0.011230468750 +-0.116699218750 +-0.088867187500 +-0.020629882812 +0.062011718750 +0.029663085938 +-0.093750000000 +-0.236328125000 +-0.011047363281 +-0.083007812500 +0.035644531250 +0.072753906250 +0.106445312500 +0.018188476562 +-0.243164062500 +0.046386718750 +0.025756835938 +0.040039062500 +-0.079101562500 +-0.085449218750 +-0.170898437500 +0.190429687500 +0.193359375000 +-0.178710937500 +0.041748046875 +-0.117675781250 +-0.087890625000 +-0.075683593750 +0.011230468750 +-0.294921875000 +0.077148437500 +0.150390625000 +0.123535156250 +-0.105957031250 +-0.041748046875 +-0.527343750000 +-0.243164062500 +-0.051757812500 +0.007019042969 +-0.187500000000 +0.037109375000 +-0.042236328125 +0.059814453125 +-0.116699218750 +0.031982421875 +0.048095703125 +0.012512207031 +-0.205078125000 +-0.024780273438 +-0.136718750000 +-0.041992187500 +0.123046875000 +-0.047119140625 +0.099609375000 +0.047607421875 +-0.086914062500 +-0.091796875000 +0.037109375000 +-0.011962890625 +0.192382812500 +0.055419921875 +0.051513671875 +0.083984375000 +-0.124511718750 +0.045166015625 +-0.176757812500 +-0.203125000000 +-0.032958984375 +-0.064941406250 +-0.158203125000 +0.086425781250 +-0.267578125000 +0.065917968750 +-0.134765625000 +0.118164062500 +-0.257812500000 +0.037353515625 +0.090332031250 +-0.267578125000 +-0.277343750000 +0.094238281250 +0.225585937500 +0.041748046875 +-0.332031250000 +-0.142578125000 +0.116210937500 +-0.086914062500 +-0.052978515625 +0.175781250000 +0.101074218750 +-0.285156250000 +-0.073730468750 +0.034423828125 +-0.189453125000 +0.088867187500 +0.079589843750 +-0.025634765625 +-0.408203125000 +-0.108398437500 +-0.554687500000 +0.005920410156 +-0.053222656250 +0.035888671875 +0.177734375000 +0.098632812500 +-0.018554687500 +-0.043212890625 +-0.349609375000 +-0.030639648438 +0.108886718750 +0.010742187500 +-0.169921875000 +-0.025634765625 +0.032714843750 +0.111816406250 +0.047119140625 +-0.566406250000 +0.103515625000 +-0.076171875000 +0.032470703125 +0.048583984375 +-0.207031250000 +-0.070312500000 +-0.683593750000 +0.101074218750 +0.005798339844 +-0.097167968750 +-0.203125000000 +0.012817382812 +-0.061279296875 +0.257812500000 +0.087402343750 +-0.026245117188 +0.136718750000 +0.146484375000 +-0.103027343750 +0.067382812500 +0.099121093750 +-0.002334594727 +-0.217773437500 +-0.396484375000 +0.051025390625 +0.039062500000 +-0.163085937500 +0.114746093750 +0.119628906250 +-0.289062500000 +-0.190429687500 +0.123046875000 +-0.059326171875 +0.009460449219 +-0.059082031250 +-0.044433593750 +-0.271484375000 +-0.279296875000 +0.069824218750 +0.196289062500 +-0.135742187500 +-0.167968750000 +0.063476562500 +-0.102539062500 +-0.070800781250 +0.236328125000 +0.033935546875 +0.224609375000 +-0.005981445312 +0.040283203125 +0.116699218750 +-0.058349609375 +0.062255859375 +-0.080566406250 +-0.100097656250 +-0.357421875000 +-0.013244628906 +-0.126953125000 +-0.066406250000 +-0.034667968750 +-0.038085937500 +-0.024536132812 +-0.218750000000 +-0.173828125000 +0.096679687500 +0.015625000000 +0.074218750000 +0.000247955322 +-0.088378906250 +-0.045410156250 +-0.710937500000 +-0.021606445312 +0.107421875000 +-0.083007812500 +0.091308593750 +0.064453125000 +-0.069335937500 +0.300781250000 +-0.057128906250 +-0.143554687500 +0.225585937500 +0.039062500000 +-0.029418945312 +-0.417968750000 +0.009094238281 +-0.601562500000 +0.038330078125 +0.001289367676 +0.089355468750 +0.177734375000 +-0.196289062500 +-0.093261718750 +-0.064941406250 +-0.361328125000 +0.082519531250 +0.048828125000 +-0.004638671875 +-0.163085937500 +0.134765625000 +-0.188476562500 +-0.265625000000 +-0.196289062500 +-0.012756347656 +-0.045166015625 +-0.097656250000 +0.136718750000 +-0.115234375000 +-0.320312500000 +0.060791015625 +0.240234375000 +0.064941406250 +0.173828125000 +-0.082031250000 +0.129882812500 +-0.261718750000 +-0.101562500000 +-0.034179687500 +-0.099121093750 +0.049316406250 +-0.162109375000 +-0.064453125000 +0.015869140625 +-0.011047363281 +-0.034667968750 +-0.012817382812 +-0.312500000000 +0.208007812500 +-0.093261718750 +-0.005920410156 +0.101562500000 +0.055419921875 +-0.283203125000 +0.166015625000 +0.026489257812 +-0.025268554688 +0.008544921875 +-0.040283203125 +-0.058105468750 +-0.023437500000 +0.063964843750 +-0.094238281250 +0.108398437500 +0.067871093750 +-0.022460937500 +-0.165039062500 +-0.084472656250 +0.020507812500 +-0.247070312500 +-0.116699218750 +-0.038574218750 +-0.095214843750 +-0.107421875000 +-0.054199218750 +0.163085937500 +-0.027099609375 +-0.257812500000 +0.087890625000 +-0.197265625000 +-0.210937500000 +0.087890625000 +-0.104980468750 +0.136718750000 +0.035156250000 +-0.078125000000 +0.004302978516 +-0.016479492188 +0.010131835938 +0.070800781250 +-0.194335937500 +0.038330078125 +-0.101562500000 +0.043701171875 +-0.001762390137 +0.095214843750 +0.073242187500 +-0.059326171875 +0.137695312500 +-0.009338378906 +-0.061035156250 +-0.135742187500 +-0.080566406250 +-0.063476562500 +0.030761718750 +-0.084960937500 +0.049560546875 +0.036865234375 +0.137695312500 +-0.088378906250 +0.025390625000 +-0.040039062500 +0.038818359375 +-0.015869140625 +-0.021118164062 +0.088867187500 +-0.096191406250 +-0.582031250000 +-0.073730468750 +-0.050781250000 +-0.030029296875 +-0.179687500000 +0.011962890625 +0.047607421875 +0.036376953125 +-0.001968383789 +-0.029907226562 +-0.068359375000 +0.014465332031 +-0.123046875000 +-0.337890625000 +-0.036621093750 +-0.113281250000 +-0.251953125000 +0.017822265625 +-0.006927490234 +0.167968750000 +0.093750000000 +0.023437500000 +0.220703125000 +-0.014465332031 +0.071289062500 +0.013427734375 +-0.097167968750 +0.023315429688 +-0.124023437500 +-0.281250000000 +-0.251953125000 +-0.000227928162 +0.057128906250 +-0.009155273438 +0.013854980469 +0.027221679688 +0.095214843750 +-0.019653320312 +-0.045166015625 +-0.127929687500 +0.060058593750 +-0.203125000000 +-0.024658203125 +0.049316406250 +-0.058105468750 +-0.104003906250 +-0.046386718750 +0.165039062500 +0.032714843750 +-0.034423828125 +-0.007690429688 +0.068847656250 +0.047119140625 +-0.169921875000 +0.041503906250 +0.023437500000 +0.053466796875 +0.023193359375 +-0.085937500000 +0.062988281250 +0.016845703125 +-0.103027343750 +-0.002960205078 +0.008178710938 +-0.001274108887 +-0.083496093750 +0.041015625000 +0.014953613281 +0.127929687500 +0.072753906250 +-0.195312500000 +-0.099121093750 +0.053710937500 +0.001678466797 +-0.104980468750 +-0.056396484375 +-0.117187500000 +0.019653320312 +0.020874023438 +-0.052490234375 +0.052001953125 +0.086914062500 +0.000835418701 +-0.122070312500 +-0.081542968750 +-0.036865234375 +-0.013793945312 +-0.437500000000 +0.008605957031 +-0.182617187500 +0.002380371094 +0.037597656250 +-0.030517578125 +-0.102539062500 +-0.084472656250 +-0.159179687500 +-0.075195312500 +0.012390136719 +0.122070312500 +-0.027221679688 +-0.011901855469 +0.088378906250 +-0.183593750000 +0.016479492188 +-0.064453125000 +0.107421875000 +-0.042236328125 +0.022705078125 +-0.125976562500 +0.115234375000 +-0.207031250000 +0.213867187500 +0.037109375000 +-0.367187500000 +0.043212890625 +-0.005645751953 +0.201171875000 +-0.294921875000 +-0.392578125000 +0.125000000000 +0.082031250000 +-0.373046875000 +0.078125000000 +-0.014831542969 +-0.007141113281 +0.193359375000 +-0.046875000000 +0.193359375000 +0.037353515625 +0.007141113281 +-0.025024414062 +-0.034912109375 +-0.345703125000 +0.041748046875 +-0.028442382812 +0.010253906250 +0.018188476562 +-0.075683593750 +-0.027221679688 +-0.050048828125 +-0.018554687500 +-0.249023437500 +-0.044921875000 +0.166015625000 +0.051757812500 +0.107910156250 +0.092285156250 +0.090332031250 +-0.128906250000 +-0.187500000000 +-0.257812500000 +-0.193359375000 +0.147460937500 +-0.211914062500 +-0.001983642578 +-0.062988281250 +0.060791015625 +0.012878417969 +0.133789062500 +-0.511718750000 +-0.123535156250 +0.143554687500 +-0.069335937500 +-0.102539062500 +-0.110839843750 +0.014587402344 +-0.447265625000 +-0.016357421875 +0.082519531250 +0.182617187500 +-0.142578125000 +0.044189453125 +-0.184570312500 +-0.018676757812 +-0.005706787109 +-0.240234375000 +0.055175781250 +-0.285156250000 +0.011352539062 +-0.009033203125 +0.006439208984 +-0.460937500000 +-0.207031250000 +-0.296875000000 +0.054687500000 +-0.098632812500 +-0.131835937500 +-0.181640625000 +-0.302734375000 +0.081542968750 +-0.026855468750 +0.061767578125 +0.166992187500 +0.028564453125 +0.004547119141 +-0.072753906250 +0.014282226562 +0.038818359375 +-0.052734375000 +-0.176757812500 +0.020629882812 +-0.106933593750 +-0.047851562500 +-0.112792968750 +-0.211914062500 +-0.589843750000 +-0.251953125000 +-0.024658203125 +0.010620117188 +0.008117675781 +0.009216308594 +0.060791015625 +-0.222656250000 +0.046875000000 +-0.074707031250 +-0.170898437500 +0.001243591309 +-0.123535156250 +0.012023925781 +-0.146484375000 +0.127929687500 +0.074218750000 +-0.384765625000 +-0.300781250000 +-0.014160156250 +0.176757812500 +-0.287109375000 +0.066406250000 +-0.212890625000 +0.101562500000 +-0.439453125000 +-0.187500000000 +0.016235351562 +0.078125000000 +0.135742187500 +-0.067382812500 +0.137695312500 +-0.000059366226 +0.107910156250 +-0.267578125000 +0.031250000000 +-0.143554687500 +0.053710937500 +0.031494140625 +-0.203125000000 +-0.382812500000 +0.147460937500 +-0.267578125000 +-0.024047851562 +-0.002288818359 +0.226562500000 +-0.003097534180 +-0.120117187500 +-0.257812500000 +0.031250000000 +-0.128906250000 +0.003997802734 +-0.333984375000 +-0.123046875000 +-0.127929687500 +0.324218750000 +-0.161132812500 +0.075683593750 +-0.164062500000 +0.080078125000 +0.090820312500 +-0.190429687500 +-0.051757812500 +0.036132812500 +0.041503906250 +-0.195312500000 +0.071777343750 +0.065429687500 +-0.118652343750 +-0.088378906250 +-0.092773437500 +-0.001182556152 +-0.149414062500 +0.012634277344 +-0.279296875000 +0.069824218750 +-0.174804687500 +0.024047851562 +0.038574218750 +-0.253906250000 +-0.132812500000 +-0.176757812500 +-0.386718750000 +0.052978515625 +-0.096679687500 +-0.196289062500 +-0.021728515625 +-0.149414062500 +0.161132812500 +0.011962890625 +-0.081542968750 +0.178710937500 +0.053955078125 +0.310546875000 +-0.026733398438 +0.128906250000 +-0.064453125000 +-0.131835937500 +-0.062988281250 +0.058105468750 +-0.190429687500 +-0.080566406250 +0.066894531250 +0.251953125000 +-0.185546875000 +0.119628906250 +-0.148437500000 +-0.016357421875 +-0.269531250000 +0.343750000000 +0.066894531250 +0.122558593750 +-0.015258789062 +0.044433593750 +-0.107910156250 +-0.165039062500 +0.084960937500 +-0.096191406250 +0.155273437500 +0.107910156250 +-0.062011718750 +0.119628906250 +-0.021362304688 +-0.113281250000 +-0.304687500000 +-0.287109375000 +0.028198242188 +-0.058837890625 +0.098144531250 +0.033935546875 +0.131835937500 +0.120605468750 +-0.147460937500 +0.071289062500 +0.060058593750 +-0.046386718750 +-0.093261718750 +0.173828125000 +-0.002166748047 +-0.116210937500 +-0.033203125000 +0.178710937500 +0.125000000000 +-0.125000000000 +0.150390625000 +0.065917968750 +0.089843750000 +-0.095214843750 +-0.017333984375 +-0.244140625000 +-0.020629882812 +-0.122558593750 +-0.153320312500 +0.011474609375 +-0.004821777344 +-0.108886718750 +0.104980468750 +0.218750000000 +0.105957031250 +-0.083007812500 +-0.125976562500 +-0.019409179688 +0.136718750000 +-0.025390625000 +-0.283203125000 +-0.082031250000 +0.011291503906 +0.281250000000 +-0.359375000000 +-0.096191406250 +0.075195312500 +-0.004119873047 +-0.283203125000 +0.052978515625 +0.094238281250 +0.052734375000 +0.096191406250 +-0.026611328125 +0.061279296875 +-0.073242187500 +-0.012695312500 +-0.195312500000 +0.070800781250 +-0.191406250000 +0.178710937500 +0.230468750000 +0.019897460938 +-0.071289062500 +-0.291015625000 +-0.240234375000 +0.001174926758 +0.095214843750 +-0.359375000000 +0.023437500000 +-0.037841796875 +-0.164062500000 +-0.156250000000 +-0.043945312500 +0.010437011719 +-0.193359375000 +-0.021118164062 +-0.221679687500 +-0.131835937500 +0.010742187500 +-0.062500000000 +-0.102050781250 +-0.073242187500 +-0.118652343750 +0.257812500000 +-0.225585937500 +0.218750000000 +0.108886718750 +-0.036132812500 +-0.053466796875 +0.089843750000 +0.000486373901 +-0.153320312500 +0.005249023438 +0.013122558594 +-0.195312500000 +-0.106445312500 +-0.257812500000 +-0.130859375000 +0.020385742188 +-0.108398437500 +0.218750000000 +0.059082031250 +0.043212890625 +-0.255859375000 +-0.030273437500 +-0.007110595703 +0.009826660156 +0.031494140625 +-0.016235351562 +-0.171875000000 +-0.037353515625 +0.008544921875 +0.021972656250 +0.120605468750 +-0.133789062500 +0.103515625000 +-0.001052856445 +-0.098144531250 +0.070800781250 +-0.119628906250 +0.038574218750 +0.068359375000 +-0.202148437500 +0.016357421875 +-0.012634277344 +0.082519531250 +0.097167968750 +-0.099121093750 +0.019409179688 +0.026245117188 +-0.209960937500 +-0.178710937500 +-0.053222656250 +-0.050292968750 +-0.447265625000 +-0.447265625000 +0.063964843750 +0.057861328125 +0.002304077148 +-0.035400390625 +0.052978515625 +-0.122070312500 +0.124023437500 +-0.063476562500 +-0.078125000000 +0.125976562500 +-0.279296875000 +0.017944335938 +0.220703125000 +0.027465820312 +-0.081542968750 +-0.085449218750 +-0.077636718750 +0.087402343750 +0.149414062500 +-0.075195312500 +-0.009948730469 +-0.101562500000 +-0.046386718750 +0.180664062500 +0.083984375000 +0.019287109375 +-0.041503906250 +0.084960937500 +0.186523437500 +-0.277343750000 +0.083984375000 +0.194335937500 +-0.007995605469 +0.106933593750 +0.185546875000 +0.117187500000 +-0.054199218750 +0.072753906250 +0.022216796875 +0.135742187500 +0.088867187500 +-0.104492187500 +0.036865234375 +-0.106445312500 +0.241210937500 +-0.040283203125 +-0.003311157227 +0.023193359375 +-0.076171875000 +0.151367187500 +0.025512695312 +-0.000526428223 +-0.041503906250 +0.118164062500 +0.328125000000 +0.097167968750 +-0.197265625000 +-0.168945312500 +0.010375976562 +-0.085449218750 +0.057128906250 +0.132812500000 +-0.048828125000 +-0.064453125000 +-0.515625000000 +0.016845703125 +-0.069335937500 +0.059814453125 +0.267578125000 +0.259765625000 +0.249023437500 +0.028320312500 +-0.013488769531 +0.135742187500 +0.025512695312 +-0.351562500000 +-0.515625000000 +0.018432617188 +-0.049316406250 +-0.058349609375 +0.063964843750 +0.114257812500 +-0.020751953125 +-0.152343750000 +0.035400390625 +-0.030151367188 +-0.012084960938 +0.159179687500 +-0.026245117188 +0.079589843750 +-0.064453125000 +0.124023437500 +0.050781250000 +-0.287109375000 +0.019409179688 +0.091796875000 +0.048583984375 +0.009521484375 +0.023925781250 +0.109863281250 +-0.212890625000 +-0.087890625000 +-0.165039062500 +-0.052978515625 +-0.024414062500 +0.171875000000 +0.021728515625 +-0.103027343750 +0.016845703125 +-0.052001953125 +0.064941406250 +0.017578125000 +0.089355468750 +0.168945312500 +-0.054443359375 +-0.026000976562 +-0.062500000000 +-0.073242187500 +0.075683593750 +0.023315429688 +-0.234375000000 +-0.143554687500 +-0.024536132812 +-0.072753906250 +-0.076660156250 +-0.070800781250 +0.012207031250 +-0.069824218750 +0.064941406250 +0.027954101562 +-0.159179687500 +-0.141601562500 +0.125000000000 +-0.034179687500 +0.094238281250 +-0.043212890625 +-0.000171661377 +0.073242187500 +-0.045654296875 +-0.122558593750 +-0.199218750000 +0.088867187500 +-0.183593750000 +-0.326171875000 +-0.178710937500 +-0.008422851562 +-0.265625000000 +-0.143554687500 +-0.310546875000 +-0.050537109375 +-0.069335937500 +0.103515625000 +0.035156250000 +0.152343750000 +0.028564453125 +0.107910156250 +-0.136718750000 +-0.182617187500 +-0.441406250000 +0.056640625000 +0.086425781250 +-0.037109375000 +0.169921875000 +0.040527343750 +-0.394531250000 +0.114257812500 +-0.079589843750 +-0.451171875000 +0.128906250000 +-0.026855468750 +0.041015625000 +0.062988281250 +0.014465332031 +0.003524780273 +-0.228515625000 +-0.025146484375 +0.031127929688 +-0.010375976562 +0.034423828125 +0.069335937500 +0.090820312500 +0.087890625000 +-0.133789062500 +0.105957031250 +-0.263671875000 +0.057373046875 +-0.154296875000 +0.016967773438 +0.027587890625 +0.101562500000 +0.029296875000 +-0.402343750000 +0.071777343750 +-0.392578125000 +0.073730468750 +-0.029174804688 +0.069335937500 +0.030151367188 +0.190429687500 +0.081054687500 +0.133789062500 +0.023925781250 +-0.083496093750 +-0.019165039062 +0.076171875000 +0.008239746094 +0.392578125000 +-0.152343750000 +0.010986328125 +-0.088867187500 +-0.835937500000 +-0.148437500000 +0.032714843750 +0.007263183594 +-0.167968750000 +-0.094238281250 +0.048583984375 +-0.109863281250 +0.026367187500 +0.056884765625 +-0.222656250000 +-0.091796875000 +-0.188476562500 +-0.189453125000 +0.168945312500 +0.145507812500 +-0.007720947266 +0.153320312500 +-0.267578125000 +-0.125976562500 +-0.119140625000 +-0.402343750000 +-0.261718750000 +-0.128906250000 +0.018920898438 +-0.151367187500 +-0.002944946289 +0.084960937500 +-0.110839843750 +-0.174804687500 +-0.001640319824 +0.138671875000 +0.098632812500 +-0.079589843750 +0.038330078125 +-0.197265625000 +-0.081054687500 +0.072265625000 +-0.178710937500 +-0.453125000000 +0.033447265625 +-0.180664062500 +-0.070312500000 +0.003387451172 +-0.086425781250 +-0.353515625000 +-0.179687500000 +-0.157226562500 +0.192382812500 +-0.016235351562 +0.120605468750 +0.038574218750 +-0.080566406250 +-0.183593750000 +-0.041992187500 +-0.231445312500 +0.273437500000 +0.154296875000 +0.091308593750 +-0.147460937500 +0.021606445312 +-0.100585937500 +-0.275390625000 +0.009643554688 +-0.882812500000 +-0.196289062500 +0.095214843750 +-0.192382812500 +-0.150390625000 +-0.054931640625 +0.066406250000 +-0.182617187500 +0.162109375000 +0.051025390625 +0.001739501953 +0.195312500000 +0.043945312500 +-0.017578125000 +-0.057861328125 +-0.096679687500 +-0.082031250000 +0.229492187500 +-0.143554687500 +-0.667968750000 +-0.144531250000 +-0.163085937500 +-0.033935546875 +-0.091308593750 +0.143554687500 +-0.033447265625 +0.124511718750 +-0.205078125000 +-0.157226562500 +-0.109375000000 +0.011047363281 +-0.061767578125 +0.104003906250 +-0.005371093750 +-0.011840820312 +0.133789062500 +0.018920898438 +0.182617187500 +-0.007873535156 +-0.292968750000 +0.001556396484 +-0.112792968750 +-0.089843750000 +-0.187500000000 +0.101562500000 +0.030029296875 +-0.109863281250 +-0.190429687500 +0.211914062500 +-0.099121093750 +0.053466796875 +0.220703125000 +0.443359375000 +-0.184570312500 +0.230468750000 +-0.065429687500 +0.227539062500 +-0.041503906250 +-0.046386718750 +0.002365112305 +0.137695312500 +-0.180664062500 +0.033447265625 +-0.349609375000 +-0.014953613281 +-0.048828125000 +-0.044189453125 +-0.114746093750 +-0.063476562500 +-0.108886718750 +0.009765625000 +0.031494140625 +0.033447265625 +0.087402343750 +0.019409179688 +-0.091796875000 +0.056884765625 +0.095214843750 +0.130859375000 +0.042724609375 +0.114257812500 +-0.004913330078 +0.014526367188 +-0.106933593750 +0.002700805664 +-0.049560546875 +0.001060485840 +-0.062988281250 +0.149414062500 +0.071777343750 +0.158203125000 +-0.070800781250 +0.054687500000 +0.015502929688 +0.073730468750 +-0.275390625000 +0.021240234375 +-0.049316406250 +-0.089843750000 +0.255859375000 +-0.048339843750 +0.053466796875 +-0.343750000000 +-0.040039062500 +0.061767578125 +-0.169921875000 +-0.019165039062 +-0.048339843750 +0.087402343750 +0.076660156250 +-0.257812500000 +0.059814453125 +0.006378173828 +0.034667968750 +-0.081054687500 +-0.144531250000 +-0.240234375000 +-0.092773437500 +-0.119628906250 +0.093261718750 +0.180664062500 +-0.267578125000 +-0.007232666016 +0.096191406250 +-0.031250000000 +-0.012329101562 +0.117187500000 +-0.035156250000 +0.047851562500 +-0.048583984375 +-0.012451171875 +-0.094238281250 +-0.016479492188 +-0.139648437500 +0.068359375000 +0.141601562500 +0.025268554688 +0.202148437500 +0.035888671875 +-0.304687500000 +0.093261718750 +0.231445312500 +0.122070312500 +-0.181640625000 +0.103515625000 +0.138671875000 +0.038818359375 +0.033447265625 +0.060791015625 +0.167968750000 +-0.131835937500 +0.089843750000 +0.060058593750 +0.087890625000 +-0.002044677734 +0.056884765625 +0.089355468750 +0.054687500000 +0.057861328125 +-0.345703125000 +0.033935546875 +-0.119628906250 +0.036132812500 +0.291015625000 +0.247070312500 +0.015136718750 +-0.419921875000 +-0.039306640625 +-0.107421875000 +-0.152343750000 +-0.049072265625 +0.153320312500 +0.096191406250 +0.008239746094 +-0.382812500000 +0.026489257812 +-0.131835937500 +0.026733398438 +-0.048583984375 +-0.011413574219 +0.026367187500 +0.175781250000 +-0.151367187500 +0.016235351562 +-0.116210937500 +-0.062500000000 +0.218750000000 +-0.022460937500 +-0.371093750000 +-0.318359375000 +-0.141601562500 +-0.196289062500 +0.000877380371 +0.050537109375 +0.023315429688 +0.133789062500 +0.151367187500 +-0.017333984375 +0.036865234375 +0.105468750000 +0.018188476562 +-0.096191406250 +-0.039550781250 +-0.037597656250 +0.023681640625 +0.033447265625 +-0.072265625000 +-0.030639648438 +-0.038818359375 +-0.083496093750 +0.090332031250 +0.064941406250 +0.058349609375 +-0.109375000000 +-0.050537109375 +-0.096191406250 +0.010620117188 +-0.247070312500 +-0.012145996094 +0.008911132812 +-0.028564453125 +-0.055175781250 +-0.023193359375 +-0.132812500000 +-0.027832031250 +-0.172851562500 +-0.145507812500 +0.044433593750 +0.027832031250 +-0.034179687500 +-0.249023437500 +-0.015319824219 +-0.016845703125 +-0.031494140625 +-0.023925781250 +0.036865234375 +0.161132812500 +0.029663085938 +-0.144531250000 +0.162109375000 +0.052246093750 +-0.373046875000 +0.039306640625 +0.013122558594 +0.101074218750 +-0.021606445312 +-0.191406250000 +0.042724609375 +0.094238281250 +-0.172851562500 +-0.020385742188 +-0.006713867188 +0.074707031250 +0.114257812500 +-0.195312500000 +0.040771484375 +-0.037109375000 +-0.062988281250 +0.070800781250 +-0.024536132812 +-0.039306640625 +-0.199218750000 +0.074707031250 +0.009582519531 +0.042236328125 +-0.318359375000 +-0.178710937500 +0.080078125000 +-0.002258300781 +0.050292968750 +0.031250000000 +-0.078613281250 +-0.012878417969 +-0.173828125000 +-0.044189453125 +0.028442382812 +-0.046386718750 +-0.076171875000 +-0.110839843750 +-0.080078125000 +0.032470703125 +-0.125000000000 +0.065429687500 +-0.036865234375 +0.072265625000 +0.033447265625 +0.143554687500 +-0.398437500000 +-0.004791259766 +-0.199218750000 +-0.006134033203 +-0.002197265625 +0.047363281250 +0.014160156250 +-0.132812500000 +-0.106445312500 +0.090820312500 +-0.109375000000 +-0.161132812500 +0.002120971680 +0.012817382812 +0.076171875000 +-0.115722656250 +0.047607421875 +0.053222656250 +-0.244140625000 +0.109863281250 +0.030761718750 +-0.003509521484 +0.032714843750 +-0.072753906250 +-0.135742187500 +0.010742187500 +-0.096679687500 +-0.402343750000 +0.155273437500 +0.253906250000 +-0.057373046875 +-0.166992187500 +-0.005676269531 +0.006256103516 +-0.006927490234 +0.018310546875 +0.051025390625 +0.129882812500 +0.057861328125 +0.037353515625 +0.075195312500 +-0.087890625000 +0.004577636719 +-0.052001953125 +-0.021240234375 +-0.016357421875 +-0.114257812500 +0.084960937500 +-0.053222656250 +-0.039062500000 +-0.030151367188 +-0.091796875000 +0.069335937500 +-0.038818359375 +-0.102539062500 +0.059082031250 +0.026611328125 +0.082519531250 +-0.091796875000 +0.044433593750 +-0.068359375000 +0.014953613281 +-0.076171875000 +-0.210937500000 +-0.320312500000 +0.028198242188 +-0.223632812500 +-0.145507812500 +-0.040527343750 +-0.145507812500 +0.076171875000 +-0.035156250000 +-0.118164062500 +0.085449218750 +-0.079101562500 +-0.132812500000 +-0.049804687500 +-0.074707031250 +0.249023437500 +-0.163085937500 +-0.259765625000 +0.030273437500 +-0.103515625000 +0.016967773438 +0.097167968750 +0.045654296875 +-0.187500000000 +-0.064453125000 +-0.157226562500 +-0.089355468750 +0.101562500000 +-0.486328125000 +-0.074218750000 +0.535156250000 +0.011413574219 +-0.210937500000 +-0.084472656250 +-0.148437500000 +-0.099609375000 +-0.206054687500 +0.027465820312 +0.001739501953 +-0.096191406250 +-0.090332031250 +-0.283203125000 +0.155273437500 +0.075195312500 +-0.287109375000 +0.132812500000 +-0.187500000000 +-0.539062500000 +-0.090332031250 +-0.033203125000 +0.018310546875 +-0.074218750000 +-0.052246093750 +-0.095214843750 +-0.118652343750 +-0.186523437500 +-0.043945312500 +0.023071289062 +0.188476562500 +-0.100585937500 +-0.076171875000 +0.095703125000 +-0.425781250000 +-0.115722656250 +-0.078125000000 +-0.083007812500 +0.085449218750 +-0.033935546875 +-0.161132812500 +0.050781250000 +-0.166992187500 +-0.048583984375 +-0.095214843750 +-0.103515625000 +0.046875000000 +-0.011413574219 +-0.176757812500 +0.061035156250 +-0.232421875000 +0.153320312500 +-0.122558593750 +-0.012634277344 +0.048095703125 +-0.125976562500 +0.107421875000 +0.019897460938 +-0.056884765625 +-0.081542968750 +-0.021362304688 +-0.150390625000 +-0.519531250000 +-0.029052734375 +-0.312500000000 +-0.470703125000 +-0.067382812500 +-0.247070312500 +-0.183593750000 +0.169921875000 +0.008483886719 +-0.005065917969 +-0.033447265625 +0.226562500000 +0.388671875000 +0.102050781250 +0.018066406250 +0.078613281250 +0.283203125000 +-0.373046875000 +-0.016357421875 +-0.079589843750 +-0.055908203125 +-0.376953125000 +0.031250000000 +-0.042724609375 +-0.197265625000 +-0.119628906250 +0.000141143799 +-0.196289062500 +0.013488769531 +-0.102050781250 +-0.208984375000 +-0.192382812500 +0.037353515625 +-0.273437500000 +-0.011596679688 +-0.037841796875 +-0.118652343750 +0.147460937500 +-0.269531250000 +0.159179687500 +-0.271484375000 +-0.216796875000 +-0.146484375000 +0.025878906250 +-0.054443359375 +-0.152343750000 +-0.201171875000 +-0.153320312500 +0.085449218750 +-0.071777343750 +-0.121582031250 +0.291015625000 +-0.145507812500 +0.064941406250 +-0.267578125000 +-0.026611328125 +-0.008728027344 +-0.273437500000 +0.003814697266 +0.007232666016 +0.061767578125 +0.104492187500 +-0.094726562500 +0.070312500000 +-0.820312500000 +-0.032470703125 +-0.019409179688 +-0.267578125000 +-0.412109375000 +-0.330078125000 +0.044921875000 +0.050781250000 +-0.122558593750 +-0.175781250000 +0.037353515625 +-0.085449218750 +0.026367187500 +0.048095703125 +0.139648437500 +-0.182617187500 +0.108398437500 +0.045410156250 +0.006958007812 +-0.330078125000 +0.042480468750 +-0.147460937500 +-0.021484375000 +-0.265625000000 +-0.032226562500 +-0.131835937500 +-0.054931640625 +-0.105957031250 +0.033691406250 +-0.069335937500 +-0.036621093750 +-0.063476562500 +-0.087890625000 +-0.369140625000 +-0.086914062500 +-0.091308593750 +0.018066406250 +0.170898437500 +-0.195312500000 +0.146484375000 +-0.324218750000 +-0.014892578125 +0.037353515625 +-0.042968750000 +0.113769531250 +0.093750000000 +-0.119140625000 +-0.248046875000 +-0.075195312500 +-0.003463745117 +0.116699218750 +0.045654296875 +0.158203125000 +-0.096191406250 +-0.077636718750 +-0.094238281250 +-0.242187500000 +-0.059814453125 +0.096679687500 +-0.095214843750 +0.042236328125 +-0.017333984375 +-0.201171875000 +-0.096191406250 +-0.292968750000 +-0.083984375000 +-0.060302734375 +-0.044677734375 +0.172851562500 +0.105468750000 +-0.173828125000 +0.019042968750 +-0.078613281250 +0.044677734375 +-0.155273437500 +0.065917968750 +0.101562500000 +0.124511718750 +-0.151367187500 +-0.096679687500 +-0.011535644531 +0.026367187500 +0.033935546875 +0.002807617188 +0.045898437500 +-0.063476562500 +-0.183593750000 +0.220703125000 +0.090820312500 +-0.072753906250 +-0.059570312500 +0.147460937500 +0.059570312500 +0.054443359375 +0.106933593750 +-0.059570312500 +-0.118164062500 +-0.621093750000 +-0.088867187500 +0.067871093750 +-0.005157470703 +-0.120605468750 +-0.153320312500 +-0.040039062500 +-0.090820312500 +-0.304687500000 +0.119140625000 +-0.004547119141 +0.085937500000 +-0.144531250000 +-0.072753906250 +0.028320312500 +-0.003494262695 +-0.104492187500 +0.052734375000 +-0.116210937500 +0.249023437500 +0.079589843750 +-0.152343750000 +-0.117675781250 +-0.029418945312 +-0.433593750000 +-0.095703125000 +-0.062255859375 +0.023681640625 +-0.028930664062 +0.071777343750 +-0.283203125000 +-0.125976562500 +-0.171875000000 +-0.159179687500 +-0.361328125000 +-0.310546875000 +-0.117675781250 +0.098632812500 +-0.707031250000 +-0.007720947266 +0.026123046875 +-0.449218750000 +-0.099121093750 +-0.014099121094 +0.142578125000 +0.041748046875 +0.171875000000 +0.046630859375 +-0.132812500000 +-0.097167968750 +0.083007812500 +-0.017211914062 +-0.003234863281 +0.062255859375 +0.126953125000 +-0.036621093750 +-0.214843750000 +-0.031982421875 +0.022338867188 +-0.027587890625 +-0.034912109375 +0.069824218750 +0.032714843750 +0.139648437500 +-0.025878906250 +0.054931640625 +0.041992187500 +0.006805419922 +-0.033935546875 +-0.108886718750 +-0.102050781250 +0.028076171875 +0.083984375000 +-0.075195312500 +0.016967773438 +-0.040527343750 +0.005523681641 +-0.431640625000 +-0.064453125000 +-0.012756347656 +-0.219726562500 +0.233398437500 +-0.086425781250 +-0.145507812500 +0.035644531250 +0.006683349609 +-0.156250000000 +-0.029907226562 +-0.018554687500 +0.240234375000 +0.007141113281 +0.357421875000 +0.178710937500 +0.054443359375 +-0.021728515625 +0.005615234375 +-0.139648437500 +-0.167968750000 +0.357421875000 +0.421875000000 +0.072753906250 +-0.007812500000 +0.378906250000 +-0.072265625000 +-0.027587890625 +0.069335937500 +-0.001197814941 +-0.001846313477 +0.155273437500 +-0.004425048828 +0.052734375000 +-0.024169921875 +-0.123046875000 +-0.283203125000 +-0.062500000000 +-0.043457031250 +-0.147460937500 +-0.169921875000 +-0.250000000000 +0.026123046875 +-0.152343750000 +0.097656250000 +0.105957031250 +-0.080078125000 +0.039550781250 +-0.041503906250 +-0.155273437500 +-0.285156250000 +-0.089843750000 +0.175781250000 +-0.037841796875 +-0.122070312500 +-0.067871093750 +-0.028198242188 +-0.103515625000 +0.104492187500 +-0.151367187500 +-0.261718750000 +0.084472656250 +0.006378173828 +0.007446289062 +-0.238281250000 +-0.160156250000 +-0.092773437500 +-0.296875000000 +0.237304687500 +-0.109375000000 +-0.082519531250 +-0.060058593750 +-0.008666992188 +-0.221679687500 +-0.054931640625 +0.024536132812 +0.004150390625 +0.032226562500 +-0.050048828125 +0.120117187500 +-0.117675781250 +-0.215820312500 +-0.009155273438 +-0.040039062500 +-0.175781250000 +-0.125000000000 +0.239257812500 +-0.141601562500 +0.072265625000 +0.194335937500 +0.026855468750 +0.047851562500 +0.218750000000 +0.055908203125 +0.033203125000 +0.147460937500 +-0.036132812500 +0.111816406250 +0.056884765625 +-0.087402343750 +-0.435546875000 +0.082519531250 +0.213867187500 +0.154296875000 +-0.081542968750 +-0.027709960938 +-0.035644531250 +0.146484375000 +0.287109375000 +-0.054199218750 +0.123535156250 +-0.110351562500 +-0.496093750000 +-0.045654296875 +-0.125976562500 +0.139648437500 +0.191406250000 +0.123535156250 +0.017211914062 +-0.223632812500 +-0.201171875000 +-0.117187500000 +-0.069335937500 +0.078125000000 +-0.246093750000 +0.089843750000 +0.154296875000 +0.015258789062 +-0.441406250000 +-0.104980468750 +-0.142578125000 +-0.145507812500 +0.009704589844 +0.141601562500 +-0.012512207031 +-0.184570312500 +-0.219726562500 +-0.136718750000 +0.109375000000 +0.036376953125 +0.235351562500 +0.042724609375 +-0.123046875000 +0.291015625000 +-0.072265625000 +-0.228515625000 +0.046386718750 +0.044433593750 +0.070312500000 +0.038574218750 +0.652343750000 +0.332031250000 +-0.053955078125 +-0.105468750000 +0.088867187500 +-0.021850585938 +0.175781250000 +-0.091796875000 +0.069824218750 +-0.123046875000 +-0.062255859375 +0.035644531250 +0.033935546875 +-0.046386718750 +-0.129882812500 +0.041503906250 +0.169921875000 +0.026489257812 +-0.031982421875 +-0.107910156250 +-0.142578125000 +0.004974365234 +0.210937500000 +0.222656250000 +0.058105468750 +0.096679687500 +-0.114257812500 +-0.115234375000 +0.175781250000 +-0.051513671875 +0.222656250000 +-0.020019531250 +-0.150390625000 +-0.156250000000 +-0.211914062500 +-0.060791015625 +-0.068359375000 +-0.107421875000 +0.152343750000 +0.026367187500 +0.065917968750 +0.063476562500 +-0.162109375000 +-0.049804687500 +-0.578125000000 +-0.244140625000 +-0.004821777344 +0.089843750000 +0.042968750000 +0.114257812500 +-0.038818359375 +0.157226562500 +0.326171875000 +-0.025634765625 +-0.142578125000 +-0.031494140625 +-0.318359375000 +0.135742187500 +-0.341796875000 +-0.041992187500 +-0.093750000000 +0.217773437500 +-0.060302734375 +0.114746093750 +0.298828125000 +-0.005523681641 +0.051757812500 +-0.061035156250 +0.160156250000 +0.164062500000 +-0.188476562500 +-0.016479492188 +-0.024047851562 +-0.871093750000 +-0.074707031250 +0.081542968750 +-0.183593750000 +-0.078125000000 +-0.124511718750 +0.322265625000 +0.077148437500 +-0.046630859375 +0.059082031250 +0.035400390625 +-0.167968750000 +-0.065917968750 +0.178710937500 +0.014465332031 +-0.000232696533 +0.010070800781 +-0.093261718750 +0.020507812500 +0.079101562500 +-0.002059936523 +-0.005920410156 +-0.166992187500 +0.014831542969 +-0.154296875000 +0.061279296875 +0.138671875000 +-0.148437500000 +-0.007293701172 +-0.033447265625 +0.078125000000 +-0.116210937500 +-0.003570556641 +-0.002578735352 +-0.072265625000 +-0.318359375000 +-0.080566406250 +0.036376953125 +-0.202148437500 +0.059082031250 +-0.087890625000 +-0.045654296875 +0.145507812500 +-0.031494140625 +-0.030517578125 +-0.194335937500 +0.130859375000 +-0.155273437500 +0.005340576172 +-0.231445312500 +-0.028564453125 +0.130859375000 +-0.010681152344 +-0.000823974609 +0.193359375000 +0.312500000000 +-0.148437500000 +-0.118164062500 +0.117187500000 +0.038574218750 +0.072753906250 +-0.062988281250 +0.023315429688 +-0.208984375000 +-0.433593750000 +0.011901855469 +0.120117187500 +0.004302978516 +-0.134765625000 +-0.267578125000 +-0.079589843750 +-0.013061523438 +0.054687500000 +-0.221679687500 +-0.022094726562 +-0.158203125000 +-0.023803710938 +-0.162109375000 +-0.044189453125 +-0.180664062500 +0.050292968750 +-0.231445312500 +0.062988281250 +0.022338867188 +-0.055664062500 +-0.147460937500 +-0.029541015625 +-0.026611328125 +-0.044677734375 +-0.047607421875 +0.061035156250 +-0.098632812500 +0.077636718750 +0.021362304688 +-0.044433593750 +-0.037109375000 +-0.001708984375 +-0.184570312500 +-0.057128906250 +-0.257812500000 +-0.122070312500 +0.178710937500 +-0.113769531250 +-0.041992187500 +-0.011596679688 +0.073730468750 +-0.271484375000 +-0.149414062500 +0.160156250000 +-0.018676757812 +0.100585937500 +0.068847656250 +0.028442382812 +-0.207031250000 +-0.004699707031 +0.143554687500 +-0.144531250000 +-0.025512695312 +-0.085937500000 +-0.417968750000 +-0.170898437500 +-0.002471923828 +-0.125976562500 +-0.006256103516 +0.075683593750 +-0.170898437500 +-0.644531250000 +0.028076171875 +0.376953125000 +-0.072753906250 +0.396484375000 +0.135742187500 +-0.112792968750 +0.227539062500 +-0.107421875000 +-0.040283203125 +-0.010070800781 +-0.140625000000 +-0.213867187500 +-0.156250000000 +-0.091796875000 +-0.050048828125 +-0.029174804688 +0.045654296875 +0.159179687500 +-0.206054687500 +-0.231445312500 +-0.070312500000 +0.034912109375 +-0.143554687500 +0.106445312500 +0.069824218750 +0.043212890625 +-0.279296875000 +0.033691406250 +0.104003906250 +0.149414062500 +-0.029663085938 +0.004760742188 +-0.032226562500 +-0.003311157227 +-0.388671875000 +-0.199218750000 +-0.188476562500 +-0.156250000000 +-0.159179687500 +0.119140625000 +-0.025024414062 +-0.016113281250 +-0.149414062500 +-0.142578125000 +0.052001953125 +0.048339843750 +0.008605957031 +0.011413574219 +0.127929687500 +0.063964843750 +-0.202148437500 +0.230468750000 +-0.127929687500 +-0.071289062500 +0.090820312500 +0.094726562500 +-0.025146484375 +-0.135742187500 +0.000957489014 +0.036132812500 +0.007934570312 +-0.019287109375 +-0.156250000000 +-0.201171875000 +-0.443359375000 +-0.140625000000 +0.045410156250 +0.032470703125 +0.043212890625 +0.243164062500 +0.003570556641 +0.062500000000 +0.039062500000 +0.022827148438 +-0.045410156250 +0.069824218750 +0.049316406250 +-0.125976562500 +0.060791015625 +-0.089355468750 +0.007354736328 +0.099609375000 +-0.124511718750 +-0.080566406250 +0.014526367188 +-0.020507812500 +-0.055419921875 +-0.053955078125 +-0.149414062500 +0.174804687500 +-0.059082031250 +-0.061035156250 +-0.096679687500 +-0.042480468750 +-0.160156250000 +-0.020019531250 +0.045654296875 +-0.022827148438 +-0.244140625000 +0.201171875000 +-0.006805419922 +-0.048828125000 +0.070800781250 +-0.091796875000 +0.011230468750 +-0.051757812500 +0.001426696777 +-0.047607421875 +0.009521484375 +-0.023559570312 +-0.024658203125 +-0.009460449219 +0.005187988281 +-0.026123046875 +-0.076171875000 +-0.158203125000 +0.003524780273 +-0.057373046875 +-0.022949218750 +0.010681152344 +-0.025390625000 +0.128906250000 +-0.093261718750 +0.013610839844 +0.002395629883 +-0.080078125000 +-0.153320312500 +0.296875000000 +0.244140625000 +-0.024658203125 +-0.235351562500 +-0.150390625000 +-0.094238281250 +0.123535156250 +-0.316406250000 +0.003173828125 +0.122558593750 +-0.067382812500 +0.035644531250 +0.000286102295 +0.043945312500 +0.103027343750 +-0.005493164062 +0.033447265625 +-0.023559570312 +0.045654296875 +-0.116210937500 +0.065429687500 +-0.012145996094 +-0.030151367188 +-0.238281250000 +-0.002624511719 +-0.245117187500 +0.086914062500 +0.073242187500 +-0.091308593750 +-0.007781982422 +0.118652343750 +0.099609375000 +0.082031250000 +0.143554687500 +-0.081054687500 +-0.033935546875 +-0.087402343750 +-0.053710937500 +-0.164062500000 +-0.111328125000 +0.039306640625 +-0.113281250000 +0.088378906250 +0.014221191406 +-0.000463485718 +-0.122070312500 +-0.289062500000 +-0.240234375000 +0.026000976562 +-0.039306640625 +0.124023437500 +-0.179687500000 +-0.160156250000 +-0.035156250000 +-0.088378906250 +-0.111328125000 +0.067382812500 +0.080078125000 +-0.214843750000 +-0.330078125000 +-0.020019531250 +-0.057128906250 +-0.108398437500 +-0.482421875000 +-0.153320312500 +0.078125000000 +-0.057373046875 +0.045166015625 +-0.070800781250 +0.020874023438 +-0.037109375000 +0.126953125000 +0.070312500000 +0.259765625000 +-0.168945312500 +-0.000084877014 +0.235351562500 +0.118164062500 +-0.019042968750 +-0.010742187500 +0.073242187500 +-0.016113281250 +-0.193359375000 +-0.013122558594 +0.097656250000 +0.014160156250 +-0.082519531250 +-0.306640625000 +-0.004882812500 +0.116699218750 +0.145507812500 +-0.040039062500 +0.039062500000 +-0.107421875000 +0.112304687500 +0.047607421875 +-0.154296875000 +-0.255859375000 +-0.124023437500 +-0.098144531250 +-0.214843750000 +0.095214843750 +-0.053955078125 +-0.257812500000 +-0.008300781250 +-0.138671875000 +-0.333984375000 +-0.140625000000 +0.183593750000 +-0.138671875000 +-0.029541015625 +-0.150390625000 +-0.165039062500 +-0.589843750000 +0.031250000000 +-0.175781250000 +-0.511718750000 +-0.005615234375 +-0.146484375000 +-0.419921875000 +-0.046386718750 +0.042724609375 +-0.132812500000 +-0.090820312500 +-0.190429687500 +-0.128906250000 +-0.051269531250 +-0.357421875000 +-0.244140625000 +0.390625000000 +-0.104003906250 +0.062255859375 +-0.059082031250 +0.071777343750 +0.187500000000 +-0.050537109375 +0.052978515625 +-0.144531250000 +-0.071777343750 +-0.059082031250 +-0.099609375000 +0.023681640625 +0.107421875000 +-0.024902343750 +-0.106445312500 +-0.196289062500 +-0.166992187500 +-0.130859375000 +0.037841796875 +-0.081054687500 +0.076660156250 +-0.176757812500 +-0.073242187500 +-0.008850097656 +-0.042236328125 +0.021972656250 +-0.122070312500 +-0.142578125000 +0.111816406250 +0.060546875000 +0.029785156250 +-0.353515625000 +-1.312500000000 +-0.010803222656 +-0.221679687500 +-0.015991210938 +-0.178710937500 +-0.154296875000 +0.097167968750 +-0.181640625000 +-0.151367187500 +-0.055419921875 +-0.062500000000 +0.053466796875 +0.060302734375 +-0.189453125000 +0.083984375000 +0.109863281250 +-0.671875000000 +-0.093261718750 +0.067871093750 +0.026123046875 +-0.178710937500 +0.065429687500 +-0.110839843750 +-0.018798828125 +-0.027465820312 +0.159179687500 +-0.186523437500 +-0.234375000000 +0.070312500000 +-0.083496093750 +0.011535644531 +-0.041992187500 +0.097656250000 +-0.124511718750 +0.008300781250 +0.197265625000 +0.224609375000 +0.014404296875 +0.183593750000 +-0.020263671875 +-0.199218750000 +0.061279296875 +0.028686523438 +-0.079101562500 +0.001930236816 +-0.078613281250 +-0.177734375000 +0.032958984375 +-0.062988281250 +-0.283203125000 +-0.265625000000 +-0.425781250000 +0.088867187500 +-0.188476562500 +-0.140625000000 +-0.102050781250 +-0.025024414062 +-0.154296875000 +0.003036499023 +-0.351562500000 +0.145507812500 +-0.200195312500 +-0.314453125000 +-0.138671875000 +-0.330078125000 +-0.107910156250 +-0.085449218750 +-0.029785156250 +0.042480468750 +0.013061523438 +-0.158203125000 +-0.133789062500 +-0.006347656250 +-0.271484375000 +0.168945312500 +0.070312500000 +-0.375000000000 +0.082031250000 +-0.371093750000 +-0.030761718750 +-0.445312500000 +-0.263671875000 +0.026245117188 +0.003051757812 +-0.103515625000 +-0.075683593750 +-0.121093750000 +0.008544921875 +0.008178710938 +-0.378906250000 +0.017089843750 +-0.067382812500 +0.058349609375 +0.009643554688 +0.251953125000 +0.345703125000 +-0.063476562500 +0.054687500000 +0.126953125000 +0.040771484375 +0.049316406250 +-0.086914062500 +-0.222656250000 +-0.453125000000 +-0.010314941406 +0.050781250000 +-0.021850585938 +-0.265625000000 +0.086914062500 +0.070312500000 +-0.030029296875 +-0.030761718750 +0.155273437500 +0.013488769531 +-0.406250000000 +-0.118652343750 +-0.084472656250 +0.005859375000 +-0.149414062500 +-0.011840820312 +0.004791259766 +0.028686523438 +0.064453125000 +-0.222656250000 +-0.045166015625 +-0.038574218750 +-0.988281250000 +0.025268554688 +0.004730224609 +-0.361328125000 +-0.120605468750 +0.091796875000 +0.052978515625 +-0.015441894531 +-0.056396484375 +-0.004669189453 +-0.241210937500 +-0.209960937500 +0.085449218750 +-0.033203125000 +-0.067871093750 +-0.042480468750 +-0.515625000000 +0.009826660156 +0.068847656250 +-0.103515625000 +-0.005065917969 +0.074218750000 +-0.046630859375 +-0.096679687500 +0.048339843750 +-0.002944946289 +-0.012451171875 +-0.271484375000 +0.070312500000 +0.094238281250 +0.120117187500 +0.001586914062 +-0.271484375000 +-0.250000000000 +0.046386718750 +-0.020874023438 +0.250000000000 +-0.212890625000 +0.204101562500 +-0.255859375000 +-1.000000000000 +-0.203125000000 +0.113281250000 +-0.015563964844 +-0.219726562500 +-0.082031250000 +0.031127929688 +-0.076660156250 +-0.055908203125 +0.074218750000 +-0.023925781250 +-0.064941406250 +-0.034667968750 +0.169921875000 +-0.172851562500 +0.132812500000 +-0.029663085938 +0.150390625000 +-0.177734375000 +0.004150390625 +0.020507812500 +-0.024536132812 +-0.089355468750 +0.079589843750 +-0.026123046875 +0.054443359375 +0.118164062500 +-0.253906250000 +0.004974365234 +0.010192871094 +-0.339843750000 +-0.021362304688 +-0.041259765625 +-0.025756835938 +-0.167968750000 +-0.177734375000 +0.219726562500 +-0.086425781250 +-0.210937500000 +0.083984375000 +0.349609375000 +-0.010192871094 +0.008728027344 +-0.133789062500 +0.088867187500 +0.008056640625 +-0.089843750000 +-0.009155273438 +-0.055419921875 +-0.150390625000 +-0.055908203125 +0.092773437500 +0.110839843750 +-0.075683593750 +-0.144531250000 +0.140625000000 +-0.037841796875 +0.155273437500 +-0.045654296875 +-0.308593750000 +0.009033203125 +-0.024902343750 +-0.131835937500 +0.035156250000 +0.064453125000 +-0.076660156250 +-0.125976562500 +-0.208984375000 +-0.073730468750 +-0.179687500000 +-0.001342773438 +0.189453125000 +-0.125976562500 +-0.216796875000 +0.034912109375 +-0.125976562500 +0.094238281250 +-0.066406250000 +0.013793945312 +-0.104492187500 +0.084960937500 +0.060058593750 +0.072753906250 +0.050048828125 +0.195312500000 +-0.055908203125 +0.125000000000 +0.150390625000 +0.092773437500 +0.083496093750 +-0.193359375000 +0.061279296875 +-0.072265625000 +0.038330078125 +-0.008544921875 +-0.089843750000 +-0.179687500000 +-0.116699218750 +-0.067871093750 +-0.044433593750 +0.135742187500 +0.007415771484 +0.110839843750 +-0.006378173828 +-0.156250000000 +-0.259765625000 +-0.009826660156 +0.122558593750 +0.137695312500 +0.097167968750 +0.032470703125 +0.184570312500 +0.048583984375 +0.058105468750 +0.099121093750 +-0.092285156250 +-0.102539062500 +-0.047851562500 +-0.204101562500 +0.238281250000 +0.066406250000 +0.220703125000 +-0.083984375000 +-0.453125000000 +-0.402343750000 +-0.053222656250 +-0.070312500000 +-0.238281250000 +-0.069335937500 +0.199218750000 +0.037597656250 +-0.053955078125 +-0.149414062500 +-0.037597656250 +-0.013183593750 +-0.298828125000 +0.093750000000 +0.080566406250 +-0.063476562500 +-0.259765625000 +0.146484375000 +-0.046875000000 +-0.015014648438 +0.165039062500 +-0.109375000000 +0.101074218750 +-0.273437500000 +-0.158203125000 +0.013122558594 +0.047363281250 +-0.046142578125 +-0.006683349609 +-0.071289062500 +-0.083496093750 +0.060546875000 +0.124511718750 +0.016845703125 +-0.021972656250 +0.142578125000 +-0.022338867188 +0.056884765625 +0.063476562500 +-0.097656250000 +0.084960937500 +0.292968750000 +0.054687500000 +0.132812500000 +-0.648437500000 +0.029174804688 +-0.101074218750 +0.320312500000 +0.119628906250 +-0.020019531250 +-0.149414062500 +0.170898437500 +0.073242187500 +-0.034667968750 +0.306640625000 +-0.114746093750 +-0.092773437500 +-0.013549804688 +0.001861572266 +0.016967773438 +-0.103515625000 +0.040283203125 +0.026245117188 +0.031127929688 +-0.318359375000 +-0.036621093750 +-0.026855468750 +-0.224609375000 +-0.229492187500 +-0.029174804688 +-0.621093750000 +-0.145507812500 +0.118652343750 +-0.085937500000 +-0.066406250000 +0.009094238281 +-0.402343750000 +-0.069824218750 +0.147460937500 +-0.482421875000 +0.113281250000 +-0.053710937500 +-0.211914062500 +0.075195312500 +-0.283203125000 +0.017333984375 +-0.208007812500 +-1.218750000000 +-0.237304687500 +0.100585937500 +0.048828125000 +-0.006347656250 +-0.121093750000 +-0.279296875000 +0.138671875000 +0.071777343750 +-0.202148437500 +-0.095214843750 +-0.029663085938 +0.055908203125 +0.177734375000 +-0.055664062500 +-0.058837890625 +-0.163085937500 +0.033935546875 +-0.023803710938 +-0.129882812500 +0.088378906250 +-0.406250000000 +-0.166015625000 +0.004241943359 +0.104003906250 +-0.119140625000 +-0.092285156250 +-0.000522613525 +0.059326171875 +0.148437500000 +0.191406250000 +0.488281250000 +-0.082031250000 +0.044677734375 +0.335937500000 +-0.234375000000 +-0.039794921875 +-0.165039062500 +0.153320312500 +-0.578125000000 +-0.644531250000 +-0.333984375000 +-0.127929687500 +-0.033935546875 +-0.460937500000 +-0.016357421875 +0.060302734375 +-1.093750000000 +-0.412109375000 +-0.160156250000 +-0.218750000000 +-0.410156250000 +-0.020996093750 +-0.220703125000 +-0.347656250000 +0.171875000000 +0.212890625000 +0.155273437500 +-0.036376953125 +0.100097656250 +0.013305664062 +-0.137695312500 +0.061767578125 +-0.435546875000 +-1.132812500000 +-0.130859375000 +-0.037109375000 +-0.127929687500 +-0.068359375000 +0.006134033203 +0.046630859375 +-0.080566406250 +-0.089355468750 +0.030029296875 +0.092285156250 +-0.151367187500 +0.051269531250 +0.190429687500 +-0.129882812500 +0.375000000000 +-0.059082031250 +-0.052246093750 +0.008300781250 +-0.585937500000 +-0.079101562500 +-0.175781250000 +0.239257812500 +0.277343750000 +0.103515625000 +0.048828125000 +0.103515625000 +-0.003433227539 +0.086425781250 +-0.142578125000 +0.080566406250 +0.129882812500 +0.155273437500 +-0.047851562500 +0.083984375000 +-0.203125000000 +-0.192382812500 +-0.119140625000 +-0.145507812500 +-0.363281250000 +-0.304687500000 +-0.333984375000 +-0.351562500000 +-0.022216796875 +-0.341796875000 +-0.096191406250 +-0.550781250000 +0.138671875000 +-0.224609375000 +-0.094726562500 +-0.166015625000 +-0.531250000000 +-0.100097656250 +-0.102050781250 +0.062988281250 +-0.043945312500 +0.173828125000 +0.012451171875 +-0.081054687500 +0.133789062500 +-0.073730468750 +-0.099121093750 +-0.144531250000 +-0.058349609375 +0.188476562500 +-0.187500000000 +-0.141601562500 +0.025146484375 +0.000423431396 +0.061523437500 +-0.111816406250 +-0.024658203125 +-0.048583984375 +-0.025024414062 +0.054931640625 +-0.029296875000 +0.146484375000 +0.154296875000 +-0.202148437500 +-0.194335937500 +0.068359375000 +-0.066406250000 +0.096191406250 +-0.371093750000 +-0.003265380859 +0.123046875000 +-0.125976562500 +0.056152343750 +0.010681152344 +0.046875000000 +0.165039062500 +-0.124511718750 +0.021240234375 +-0.153320312500 +0.143554687500 +0.246093750000 +0.089843750000 +0.069824218750 +-0.003555297852 +0.028686523438 +-0.011047363281 +0.012207031250 +-0.625000000000 +0.138671875000 +0.103027343750 +-0.291015625000 +-0.081054687500 +-0.037109375000 +-0.229492187500 +0.028808593750 +-0.441406250000 +0.063964843750 +0.067382812500 +-0.140625000000 +-0.247070312500 +-0.287109375000 +-0.137695312500 +-0.135742187500 +0.066894531250 +0.138671875000 +-0.020874023438 +-0.179687500000 +-0.063964843750 +0.015869140625 +0.042968750000 +0.100585937500 +-0.046875000000 +-0.008728027344 +0.138671875000 +-0.015441894531 +-0.006439208984 +0.142578125000 +-0.097656250000 +0.131835937500 +0.013122558594 +0.154296875000 +0.021362304688 +-0.025390625000 +-0.018066406250 +0.051757812500 +0.039306640625 +-0.063476562500 +0.042480468750 +0.113769531250 +0.128906250000 +-0.071777343750 +-0.118164062500 +0.077636718750 +-0.125976562500 +0.076660156250 +0.347656250000 +0.188476562500 +-0.211914062500 +0.006713867188 +0.168945312500 +-0.097167968750 +0.101074218750 +0.073730468750 +-0.193359375000 +-0.247070312500 +0.065917968750 +-0.029663085938 +0.243164062500 +0.156250000000 +-0.058105468750 +-0.289062500000 +-0.043945312500 +-0.055419921875 +0.073242187500 +-0.320312500000 +0.036865234375 +-0.000892639160 +-0.120117187500 +0.106445312500 +0.242187500000 +-0.027832031250 +0.002914428711 +-0.015014648438 +-0.047363281250 +-0.283203125000 +-0.359375000000 +0.112792968750 +-0.039550781250 +-0.062988281250 +0.004272460938 +0.095214843750 +0.012268066406 +0.063476562500 +0.064941406250 +-0.037109375000 +0.072753906250 +-0.026123046875 +-0.011901855469 +-0.155273437500 +-0.098144531250 +-0.070800781250 +-0.341796875000 +-0.048828125000 +0.104003906250 +0.125976562500 +0.253906250000 +-0.163085937500 +-0.359375000000 +-0.124023437500 +-0.037597656250 +-0.251953125000 +-0.125000000000 +-0.195312500000 +-0.082519531250 +0.007476806641 +-0.314453125000 +0.163085937500 +-0.224609375000 +-0.138671875000 +-0.127929687500 +-0.090820312500 +0.158203125000 +0.052734375000 +-0.037109375000 +-0.104980468750 +0.172851562500 +-0.051513671875 +-0.056152343750 +-0.200195312500 +0.091796875000 +-0.112304687500 +-0.271484375000 +-0.003875732422 +0.073242187500 +-0.052978515625 +-0.085937500000 +0.054931640625 +-0.125000000000 +0.106445312500 +-0.031494140625 +-0.023925781250 +-0.094238281250 +-0.170898437500 +-0.065917968750 +0.277343750000 +0.090820312500 +-0.073730468750 +0.144531250000 +-0.012390136719 +0.092773437500 +0.324218750000 +-0.070800781250 +-0.230468750000 +-0.085937500000 +-0.083007812500 +0.154296875000 +-0.095703125000 +-0.056152343750 +-0.178710937500 +-0.045654296875 +0.052978515625 +0.108886718750 +0.049804687500 +-0.247070312500 +0.015075683594 +-0.227539062500 +-0.093261718750 +0.024291992188 +0.115722656250 +-0.054199218750 +-0.041503906250 +0.093261718750 +-0.014343261719 +-0.140625000000 +0.018554687500 +0.025146484375 +-0.063964843750 +0.157226562500 +-0.076660156250 +-0.006713867188 +-0.092285156250 +-0.182617187500 +-0.388671875000 +0.049316406250 +0.001853942871 +0.052978515625 +-0.142578125000 +0.083496093750 +-0.054687500000 +-0.445312500000 +-0.055175781250 +-0.062255859375 +-0.314453125000 +-0.015258789062 +0.098632812500 +0.046875000000 +0.005126953125 +-0.056640625000 +-0.111816406250 +0.053710937500 +0.057128906250 +-0.139648437500 +-0.148437500000 +0.004119873047 +-0.030395507812 +-0.020385742188 +-0.173828125000 +0.041748046875 +0.002883911133 +0.094238281250 +-0.094238281250 +0.096679687500 +-0.067382812500 +0.007049560547 +0.431640625000 +0.061767578125 +-0.208984375000 +0.112304687500 +-0.109375000000 +-0.172851562500 +0.144531250000 +0.086425781250 +0.159179687500 +0.002136230469 +-0.132812500000 +-0.009521484375 +-0.152343750000 +-0.121582031250 +-0.125976562500 +-0.133789062500 +0.050292968750 +0.106445312500 +-0.088867187500 +-0.123046875000 +0.083007812500 +0.034423828125 +-0.044677734375 +-0.091308593750 +0.036132812500 +-0.021118164062 +-0.033447265625 +0.086425781250 +-0.075195312500 +-0.203125000000 +-0.179687500000 +-0.040039062500 +0.033447265625 +0.043701171875 +0.069335937500 +-0.070312500000 +-0.163085937500 +0.047851562500 +-0.102050781250 +-0.104980468750 +0.157226562500 +0.104003906250 +0.061035156250 +-0.722656250000 +0.078613281250 +0.173828125000 +0.132812500000 +0.035888671875 +0.020385742188 +-0.042480468750 +-0.236328125000 +0.024780273438 +0.041992187500 +-0.089355468750 +0.009277343750 +-0.040527343750 +-0.109863281250 +-0.231445312500 +-0.130859375000 +0.227539062500 +0.199218750000 +0.047363281250 +0.108398437500 +0.078125000000 +0.304687500000 +0.029418945312 +0.279296875000 +-0.083984375000 +-0.007385253906 +-0.039062500000 +-0.020141601562 +0.093750000000 +-0.053222656250 +-0.052734375000 +0.007812500000 +-0.062255859375 +-0.183593750000 +-0.007598876953 +0.039550781250 +0.039550781250 +0.236328125000 +-0.175781250000 +0.069824218750 +-0.033447265625 +0.109375000000 +0.072753906250 +0.019653320312 +-0.191406250000 +-0.041503906250 +0.230468750000 +0.188476562500 +-0.267578125000 +-0.164062500000 +0.007354736328 +-0.067382812500 +-0.243164062500 +0.095214843750 +-0.141601562500 +0.068847656250 +-0.021484375000 +-0.170898437500 +-0.070312500000 +-0.048339843750 +-0.053466796875 +0.294921875000 +-0.298828125000 +0.041259765625 +-0.087402343750 +-0.157226562500 +0.023925781250 +-0.269531250000 +0.019042968750 +0.011718750000 +0.169921875000 +-0.277343750000 +0.082031250000 +0.120605468750 +-0.021484375000 +0.047119140625 +0.031127929688 +-0.063964843750 +-0.300781250000 +0.057128906250 +0.045166015625 +-0.024169921875 +-0.002807617188 +-0.006805419922 +0.201171875000 +0.234375000000 +0.247070312500 +0.294921875000 +-0.154296875000 +0.193359375000 +-0.006744384766 +0.020751953125 +0.027954101562 +-0.188476562500 +-0.060791015625 +-0.087890625000 +0.010986328125 +-0.089355468750 +-0.052490234375 +0.069824218750 +-0.051757812500 +0.197265625000 +-0.073242187500 +-0.166015625000 +0.174804687500 +-0.162109375000 +0.107910156250 +-0.132812500000 +-0.094726562500 +0.018432617188 +-0.097656250000 +-0.140625000000 +-0.435546875000 +-0.057128906250 +-0.044433593750 +-0.026977539062 +0.013488769531 +0.037109375000 +0.091308593750 +-0.208007812500 +-0.765625000000 +0.107910156250 +0.023925781250 +0.088378906250 +0.026000976562 +0.269531250000 +-0.361328125000 +0.238281250000 +0.082031250000 +-0.194335937500 +-0.204101562500 +-0.011596679688 +-0.118652343750 +0.025512695312 +-0.134765625000 +-0.177734375000 +-0.016845703125 +0.060791015625 +-0.001235961914 +-0.281250000000 +-0.044433593750 +0.015319824219 +0.175781250000 +0.078125000000 +0.042480468750 +-0.061279296875 +0.271484375000 +-0.253906250000 +0.143554687500 +0.259765625000 +0.066406250000 +0.236328125000 +-0.263671875000 +-0.135742187500 +0.180664062500 +0.122558593750 +-0.059570312500 +0.076171875000 +-0.156250000000 +-0.059570312500 +-0.104492187500 +-0.144531250000 +-0.201171875000 +0.200195312500 +0.012512207031 +-0.131835937500 +0.124511718750 +-0.020141601562 +0.115722656250 +0.082519531250 +0.104492187500 +-0.062988281250 +-0.015869140625 +-0.026489257812 +-0.390625000000 +-0.002166748047 +0.050048828125 +-0.084472656250 +0.186523437500 +0.176757812500 +-0.245117187500 +-0.151367187500 +0.052001953125 +-0.208984375000 +-0.550781250000 +-0.034667968750 +0.050537109375 +0.141601562500 +-0.194335937500 +0.202148437500 +0.173828125000 +0.023315429688 +-0.087890625000 +-0.146484375000 +-0.074218750000 +-0.075195312500 +-0.074218750000 +-0.273437500000 +-0.597656250000 +0.124511718750 +-0.030761718750 +-0.024902343750 +-0.077636718750 +-0.078613281250 +-0.014221191406 +0.050048828125 +0.355468750000 +0.060058593750 +-0.027099609375 +-0.037597656250 +-0.125976562500 +-0.217773437500 +-0.036376953125 +0.124023437500 +-0.597656250000 +-0.224609375000 +0.032714843750 +-0.166992187500 +0.198242187500 +-0.220703125000 +0.092773437500 +0.069824218750 +-0.021362304688 +-0.040771484375 +0.047851562500 +-0.184570312500 +-0.145507812500 +0.097167968750 +-0.146484375000 +-0.178710937500 +0.132812500000 +0.079589843750 +-0.039550781250 +0.075683593750 +0.013488769531 +0.134765625000 +-0.111816406250 +0.062988281250 +-0.034423828125 +0.049560546875 +-0.153320312500 +-0.092773437500 +0.018676757812 +0.129882812500 +-0.135742187500 +-0.099121093750 +-0.486328125000 +0.224609375000 +0.121582031250 +-0.267578125000 +0.062011718750 +-0.029174804688 +-0.114746093750 +0.005096435547 +-0.049072265625 +0.033447265625 +0.091308593750 +0.100097656250 +0.109375000000 +-0.030883789062 +-0.239257812500 +0.187500000000 +0.200195312500 +0.051513671875 +0.010559082031 +0.096679687500 +0.078125000000 +0.065917968750 +-0.021606445312 +-0.005279541016 +-0.287109375000 +-0.050048828125 +-0.083007812500 +0.090332031250 +-0.009094238281 +-0.217773437500 +-0.085449218750 +0.267578125000 +0.135742187500 +-0.104492187500 +0.008361816406 +-0.042236328125 +-0.063964843750 +-0.032226562500 +-0.064941406250 +-0.125000000000 +-0.023437500000 +0.034423828125 +-0.004638671875 +-0.083007812500 +-0.098144531250 +-0.114257812500 +-0.166992187500 +0.034667968750 +-0.048828125000 +-0.075195312500 +0.049560546875 +-0.092285156250 +-0.125000000000 +0.078125000000 +-0.210937500000 +0.043701171875 +-0.035400390625 +-0.023925781250 +-0.121093750000 +0.133789062500 +-0.096679687500 +-0.051269531250 +-0.273437500000 +0.191406250000 +0.174804687500 +0.083984375000 +0.059326171875 +-0.196289062500 +-0.037597656250 +-0.066894531250 +-0.239257812500 +0.089843750000 +-0.002075195312 +-0.028320312500 +0.020874023438 +-0.033447265625 +0.316406250000 +-0.006683349609 +-0.061523437500 +0.131835937500 +-0.065917968750 +-0.045898437500 +-0.104980468750 +-0.006713867188 +0.086914062500 +0.055664062500 +0.076660156250 +-0.098632812500 +-0.009887695312 +0.075195312500 +-0.054931640625 +-0.123535156250 +-0.069335937500 +-0.002014160156 +-0.130859375000 +-0.002609252930 +0.031738281250 +-0.056396484375 +0.081054687500 +0.011779785156 +-0.228515625000 +-0.010986328125 +-0.220703125000 +0.096679687500 +0.052978515625 +0.099121093750 +0.041992187500 +0.117187500000 +-0.049316406250 +-0.020263671875 +0.073242187500 +-0.028564453125 +0.044433593750 +-0.085449218750 +-0.023681640625 +-0.060058593750 +-0.007019042969 +0.015136718750 +-0.197265625000 +0.067382812500 +0.089355468750 +0.127929687500 +-0.032958984375 +0.007446289062 +0.082519531250 +-0.058105468750 +-0.072265625000 +-0.146484375000 +0.061035156250 +0.122070312500 +0.002105712891 +0.074707031250 +0.077148437500 +0.060058593750 +0.014160156250 +0.128906250000 +-0.047363281250 +-0.018798828125 +0.148437500000 +-0.086425781250 +0.073242187500 +0.065917968750 +0.027465820312 +0.194335937500 +0.157226562500 +0.060791015625 +-0.090820312500 +0.069335937500 +0.068847656250 +0.012512207031 +0.037109375000 +-0.050537109375 +0.131835937500 +0.073242187500 +0.070800781250 +-0.172851562500 +0.105957031250 +0.017822265625 +0.001029968262 +-0.054687500000 +-0.164062500000 +-0.028808593750 +0.082031250000 +0.067382812500 +0.092773437500 +0.006317138672 +-0.320312500000 +-0.092773437500 +-0.036621093750 +-0.029418945312 +0.098632812500 +-0.140625000000 +-0.040039062500 +-0.005615234375 +0.040039062500 +-0.104003906250 +-0.079101562500 +-0.099609375000 +0.036376953125 +-0.095214843750 +-0.059814453125 +-0.095214843750 +-0.097656250000 +0.057617187500 +0.026855468750 +0.129882812500 +0.117675781250 +0.176757812500 +-0.068359375000 +0.169921875000 +0.117675781250 +-0.053955078125 +-0.019531250000 +-0.028076171875 +0.018310546875 +-0.011108398438 +0.014160156250 +-0.137695312500 +0.015869140625 +0.080078125000 +-0.107910156250 +-0.018798828125 +-0.219726562500 +0.036376953125 +0.228515625000 +-0.242187500000 +-0.112304687500 +-0.098144531250 +-0.169921875000 +-0.339843750000 +-0.089355468750 +0.007751464844 +0.052490234375 +0.027465820312 +0.055419921875 +-0.062988281250 +-0.043457031250 +0.009155273438 +0.063476562500 +0.059814453125 +0.026245117188 +0.041259765625 +-0.095214843750 +0.014892578125 +-0.006286621094 +-0.208007812500 +0.177734375000 +-0.083496093750 +-0.063964843750 +0.061767578125 +-0.242187500000 +0.031738281250 +0.171875000000 +0.175781250000 +-0.042480468750 +0.092285156250 +0.075195312500 +0.016479492188 +0.057373046875 +-0.050537109375 +0.117675781250 +0.139648437500 +-0.085937500000 +-0.330078125000 +0.112792968750 +-0.130859375000 +-0.005035400391 +0.079101562500 +0.115722656250 +-0.347656250000 +0.234375000000 +0.171875000000 +0.062255859375 +-0.052734375000 +0.144531250000 +-0.412109375000 +0.007995605469 +-0.065917968750 +-0.203125000000 +-0.048583984375 +0.138671875000 +0.056152343750 +0.120117187500 +-0.075195312500 +0.099609375000 +-0.203125000000 +-0.087402343750 +0.016601562500 +-0.259765625000 +-1.429687500000 +0.067382812500 +-0.122070312500 +-0.103515625000 +-0.184570312500 +0.096679687500 +0.144531250000 +0.125000000000 +0.050781250000 +0.147460937500 +-0.147460937500 +0.124511718750 +-0.145507812500 +-0.057373046875 +-0.048828125000 +0.052734375000 +-0.127929687500 +-0.165039062500 +-0.020263671875 +-0.023925781250 +-0.201171875000 +-0.057128906250 +-0.168945312500 +-0.085449218750 +-0.019409179688 +-0.115722656250 +0.129882812500 +-0.198242187500 +-0.412109375000 +-0.101562500000 +0.009216308594 +-0.037353515625 +-0.101074218750 +0.038085937500 +-0.074218750000 +0.132812500000 +0.064453125000 +-0.074707031250 +-0.085937500000 +-0.082519531250 +0.164062500000 +0.056152343750 +0.157226562500 +-0.119628906250 +-0.503906250000 +0.133789062500 +-0.080078125000 +-0.022583007812 +-0.109863281250 +0.047851562500 +-0.275390625000 +0.195312500000 +-0.380859375000 +-0.269531250000 +-0.106445312500 +-0.074707031250 +-0.205078125000 +-0.026367187500 +-0.255859375000 +-0.087890625000 +-0.058349609375 +-0.003524780273 +-0.090332031250 +0.005554199219 +-1.414062500000 +0.000816345215 +0.047119140625 +-0.203125000000 +-0.092285156250 +0.093750000000 +0.045898437500 +0.090820312500 +-0.025146484375 +0.101562500000 +0.063964843750 +-0.040527343750 +-0.107421875000 +-0.251953125000 +-0.163085937500 +-0.455078125000 +-0.155273437500 +-0.076660156250 +0.022338867188 +0.019409179688 +0.439453125000 +-0.082519531250 +0.064941406250 +-0.072265625000 +0.062255859375 +-0.090820312500 +-0.012573242188 +0.127929687500 +-0.292968750000 +0.031982421875 +0.088867187500 +-0.025268554688 +-0.271484375000 +0.027587890625 +-0.069335937500 +-0.029663085938 +0.052978515625 +-0.136718750000 +0.077148437500 +-0.198242187500 +0.135742187500 +0.075195312500 +0.130859375000 +-0.035644531250 +-0.335937500000 +0.149414062500 +0.129882812500 +0.201171875000 +-0.220703125000 +0.184570312500 +0.012756347656 +-0.188476562500 +0.069335937500 +0.035156250000 +0.100585937500 +-0.206054687500 +-1.039062500000 +-0.047119140625 +0.105957031250 +-0.007415771484 +0.104980468750 +-0.016967773438 +-0.242187500000 +0.015747070312 +-0.353515625000 +-0.051757812500 +-0.113769531250 +-0.326171875000 +0.105468750000 +0.104003906250 +-0.026611328125 +-0.009887695312 +0.109375000000 +0.134765625000 +-0.011901855469 +-0.269531250000 +0.075683593750 +-0.124023437500 +-0.023071289062 +-0.081054687500 +0.105957031250 +-0.105957031250 +0.045898437500 +-0.302734375000 +0.028930664062 +-0.155273437500 +-0.164062500000 +-0.218750000000 +-0.165039062500 +-0.137695312500 +0.024536132812 +-0.324218750000 +-0.275390625000 +-0.005981445312 +-0.049072265625 +-0.048583984375 +-0.170898437500 +0.034179687500 +-0.010131835938 +-0.164062500000 +-0.094238281250 +-0.050048828125 +-0.458984375000 +-0.033691406250 +0.136718750000 +-0.098632812500 +0.010925292969 +-0.231445312500 +-0.052490234375 +0.167968750000 +-0.145507812500 +0.194335937500 +-0.112304687500 +0.007385253906 +-0.014465332031 +-0.211914062500 +0.008422851562 +0.182617187500 +-0.002777099609 +-0.138671875000 +-0.378906250000 +0.089355468750 +0.072265625000 +-0.009582519531 +0.024414062500 +-0.027587890625 +-0.106933593750 +-0.308593750000 +-0.125976562500 +0.003356933594 +-0.138671875000 +0.214843750000 +0.068359375000 +0.078613281250 +0.051269531250 +-0.183593750000 +0.034179687500 +0.043457031250 +-0.178710937500 +-0.058593750000 +0.049560546875 +-0.101562500000 +0.028564453125 +0.193359375000 +0.010314941406 +-0.143554687500 +-0.047119140625 +0.026367187500 +-0.006744384766 +-0.248046875000 +-0.363281250000 +-0.120605468750 +-0.014587402344 +0.043457031250 +0.108398437500 +-1.007812500000 +0.050781250000 +0.087402343750 +0.176757812500 +0.099609375000 +0.099121093750 +-0.003204345703 +0.023925781250 +0.043945312500 +-0.006195068359 +0.029296875000 +-0.251953125000 +-0.023071289062 +0.125000000000 +0.020751953125 +-0.158203125000 +0.004119873047 +0.142578125000 +-0.001640319824 +-0.048583984375 +0.141601562500 +0.239257812500 +0.048583984375 +0.125976562500 +0.104492187500 +0.097167968750 +0.128906250000 +-0.086914062500 +-0.176757812500 +0.042236328125 +0.050048828125 +-0.005462646484 +-0.032714843750 +-0.041259765625 +-0.052001953125 +0.091308593750 +-0.022216796875 +-0.102539062500 +0.032470703125 +-0.112304687500 +-0.051757812500 +0.036865234375 +0.061279296875 +0.178710937500 +-0.255859375000 +-0.082519531250 +-0.051757812500 +-0.120117187500 +-0.024291992188 +0.100585937500 +-0.023071289062 +0.106933593750 +0.121582031250 +-0.074218750000 +-0.034423828125 +-0.033691406250 +0.059082031250 +0.054931640625 +0.148437500000 +-0.135742187500 +-0.200195312500 +-0.018432617188 +-0.053955078125 +0.109863281250 +0.059082031250 +0.032470703125 +0.053466796875 +0.117675781250 +0.135742187500 +0.047607421875 +0.008239746094 +-0.126953125000 +0.055175781250 +0.006164550781 +-0.036865234375 +0.003814697266 +-0.020507812500 +-0.132812500000 +-0.144531250000 +-0.121582031250 +0.110351562500 +-0.015136718750 +-0.078125000000 +-0.273437500000 +-0.007049560547 +0.001388549805 +-0.055664062500 +0.169921875000 +-0.022094726562 +0.000147819519 +0.059326171875 +-0.183593750000 +0.229492187500 +-0.017944335938 +-0.218750000000 +0.082519531250 +-0.054687500000 +0.095214843750 +0.046142578125 +0.135742187500 +-0.006469726562 +-0.090332031250 +0.082519531250 +-0.101562500000 +0.034667968750 +0.106445312500 +-0.007263183594 +0.001075744629 +-0.084960937500 +-0.120117187500 +0.040039062500 +0.020751953125 +-0.088867187500 +-0.064941406250 +-0.067382812500 +-0.103515625000 +-0.144531250000 +-0.193359375000 +0.075683593750 +-0.039062500000 +-0.061035156250 +-0.131835937500 +0.044433593750 +0.021362304688 +-0.046386718750 +-0.128906250000 +-0.063964843750 +0.287109375000 +-0.073242187500 +-0.161132812500 +0.086914062500 +-0.045898437500 +-0.117187500000 +-0.030395507812 +0.083984375000 +0.057861328125 +-0.012695312500 +-0.041503906250 +0.042968750000 +-0.095214843750 +-0.233398437500 +-0.056152343750 +-0.026733398438 +-0.010131835938 +-0.115234375000 +0.154296875000 +-0.012084960938 +-0.068359375000 +-0.146484375000 +-0.065917968750 +-0.073730468750 +0.031250000000 +0.061523437500 +-0.127929687500 +-0.125000000000 +-0.185546875000 +-0.243164062500 +0.103027343750 +-0.015075683594 +-0.072265625000 +-0.075683593750 +-0.026855468750 +-0.038085937500 +-0.033691406250 +-0.079589843750 +-0.056396484375 +0.055908203125 +-0.117187500000 +-0.033691406250 +0.033935546875 +0.061279296875 +0.068847656250 +0.115234375000 +-0.189453125000 +0.138671875000 +-0.034423828125 +0.049804687500 +0.095214843750 +0.140625000000 +-0.225585937500 +-0.098144531250 +-0.359375000000 +0.003631591797 +-0.240234375000 +0.124023437500 +0.000694274902 +-0.149414062500 +-0.111816406250 +-0.247070312500 +-0.082031250000 +0.156250000000 +0.193359375000 +0.058593750000 +0.045898437500 +-0.001701354980 +-0.068847656250 +-0.042236328125 +0.006958007812 +-0.039306640625 +0.041259765625 +-0.022460937500 +-0.018920898438 +-0.069824218750 +-0.296875000000 +0.031250000000 +-0.437500000000 +0.017089843750 +-0.048583984375 +0.082519531250 +0.328125000000 +0.013671875000 +0.017578125000 +0.176757812500 +0.026733398438 +-0.166992187500 +0.044433593750 +0.182617187500 +0.388671875000 +-0.196289062500 +-0.133789062500 +0.294921875000 +-0.078613281250 +-0.153320312500 +0.095214843750 +-0.084960937500 +-0.114746093750 +0.137695312500 +0.085449218750 +-0.146484375000 +0.170898437500 +0.046630859375 +-0.166015625000 +0.086425781250 +-0.236328125000 +-0.071777343750 +0.063476562500 +0.127929687500 +0.203125000000 +0.094726562500 +0.122070312500 +0.005157470703 +0.027465820312 +0.006134033203 +-0.283203125000 +0.006958007812 +-0.671875000000 +0.069335937500 +-0.212890625000 +0.045898437500 +-0.032714843750 +-0.189453125000 +-0.367187500000 +-0.073730468750 +0.163085937500 +-0.066406250000 +0.180664062500 +-0.015747070312 +-0.215820312500 +-0.237304687500 +-0.056396484375 +0.123535156250 +-0.146484375000 +-0.022216796875 +-0.021606445312 +-0.061279296875 +0.009460449219 +-0.005554199219 +-0.178710937500 +-0.154296875000 +-1.195312500000 +-0.043457031250 +-0.079101562500 +-0.044921875000 +0.180664062500 +-0.143554687500 +0.111816406250 +-0.086914062500 +0.016235351562 +-0.025390625000 +0.202148437500 +-0.083007812500 +0.216796875000 +-0.222656250000 +-0.024536132812 +-0.034667968750 +0.031250000000 +-0.064453125000 +0.133789062500 +0.009948730469 +0.032226562500 +-0.003540039062 +-0.006652832031 +-0.087402343750 +0.218750000000 +0.042480468750 +-0.026245117188 +0.250000000000 +0.128906250000 +-0.009582519531 +-0.037109375000 +-0.028930664062 +0.151367187500 +-0.067871093750 +0.072265625000 +-0.000671386719 +-0.076171875000 +-0.055664062500 +0.118164062500 +0.132812500000 +-0.953125000000 +0.068359375000 +-0.092773437500 +-0.044433593750 +-0.084472656250 +-0.039550781250 +-0.257812500000 +0.053466796875 +0.109375000000 +-0.031494140625 +0.159179687500 +-0.142578125000 +0.058105468750 +-0.249023437500 +-0.216796875000 +-0.071289062500 +-0.835937500000 +-0.087402343750 +0.034912109375 +-0.012634277344 +-0.079101562500 +-0.056884765625 +-0.079101562500 +-0.062255859375 +-1.398437500000 +-0.095703125000 +-0.057617187500 +0.300781250000 +0.169921875000 +-0.435546875000 +-0.143554687500 +-0.165039062500 +0.053466796875 +0.084960937500 +0.394531250000 +-0.123535156250 +0.287109375000 +-0.012451171875 +-0.093261718750 +0.072265625000 +0.160156250000 +0.097656250000 +0.125976562500 +-0.048583984375 +-0.003677368164 +0.079101562500 +0.003295898438 +0.151367187500 +0.075195312500 +0.114746093750 +0.085449218750 +-0.127929687500 +-0.072265625000 +-0.090820312500 +-0.008239746094 +0.017944335938 +-0.000211715698 +0.066894531250 +-0.162109375000 +-0.089843750000 +-0.176757812500 +-0.023681640625 +-0.400390625000 +0.056396484375 +-0.835937500000 +0.047119140625 +0.140625000000 +-0.169921875000 +-0.108398437500 +-0.073242187500 +-0.085449218750 +0.144531250000 +0.151367187500 +-0.098632812500 +0.013732910156 +-0.070800781250 +-0.108886718750 +-0.040771484375 +-0.166015625000 +-0.221679687500 +-0.539062500000 +-0.039794921875 +0.028320312500 +-0.038330078125 +-0.089843750000 +-0.121582031250 +-0.527343750000 +-0.054443359375 +-0.742187500000 +0.043701171875 +0.048828125000 +-0.066894531250 +-0.361328125000 +-0.030151367188 +-0.164062500000 +-0.014099121094 +-0.099609375000 +-0.148437500000 +0.099609375000 +0.209960937500 +0.176757812500 +0.072265625000 +-0.161132812500 +-0.125000000000 +-0.083984375000 +-0.111328125000 +-0.017089843750 +-0.006896972656 +-0.001846313477 +-0.038330078125 +0.006347656250 +0.241210937500 +0.088378906250 +0.050537109375 +0.117675781250 +-0.318359375000 +-0.225585937500 +0.246093750000 +-0.138671875000 +-0.091796875000 +-0.523437500000 +0.069335937500 +0.088378906250 +-0.018920898438 +0.012512207031 +0.055908203125 +-0.061767578125 +-0.028320312500 +-0.406250000000 +0.097656250000 +0.255859375000 +0.047119140625 +0.120117187500 +-0.020874023438 +-0.221679687500 +-0.060546875000 +-0.008483886719 +-0.045166015625 +-0.117187500000 +-0.068847656250 +0.082519531250 +0.003311157227 +-0.162109375000 +-0.184570312500 +-0.025512695312 +-0.162109375000 +0.087402343750 +-0.081542968750 +0.080078125000 +0.007934570312 +-0.226562500000 +-0.194335937500 +-0.167968750000 +0.037597656250 +0.070800781250 +-0.605468750000 +-0.161132812500 +0.040771484375 +-0.084960937500 +0.063476562500 +-0.105957031250 +0.125000000000 +-0.261718750000 +-0.087402343750 +-0.009460449219 +-0.096679687500 +-0.060546875000 +-0.099609375000 +-0.102050781250 +-0.029052734375 +-0.460937500000 +-0.006042480469 +0.189453125000 +-0.143554687500 +-0.005798339844 +-0.050781250000 +0.180664062500 +-0.117675781250 +-0.010192871094 +-0.023803710938 +0.037109375000 +-0.151367187500 +-0.000455856323 +-0.068359375000 +-0.027709960938 +-0.380859375000 +0.066894531250 +0.174804687500 +-0.000050306320 +0.168945312500 +0.041259765625 +0.218750000000 +0.016479492188 +-0.027221679688 +-0.006164550781 +-0.061523437500 +-0.107910156250 +-0.130859375000 +0.030883789062 +0.078613281250 +0.170898437500 +-0.289062500000 +-0.083496093750 +0.001205444336 +0.099121093750 +-0.010009765625 +0.009582519531 +-0.044433593750 +0.067871093750 +0.077636718750 +-0.335937500000 +-0.054443359375 +-0.103027343750 +-0.081054687500 +-0.148437500000 +0.255859375000 +-0.077636718750 +-0.320312500000 +0.094238281250 +-0.022827148438 +0.005706787109 +-0.133789062500 +-0.102050781250 +-0.045898437500 +-0.034179687500 +-0.451171875000 +-0.114746093750 +-0.102050781250 +-0.023681640625 +-0.033691406250 +-0.194335937500 +0.345703125000 +0.088867187500 +-0.012573242188 +-0.052490234375 +-0.443359375000 +-0.033935546875 +-0.287109375000 +-0.085449218750 +-0.061279296875 +-0.020263671875 +-0.039794921875 +0.110839843750 +0.028808593750 +-0.101074218750 +0.001304626465 +-0.074707031250 +-0.010864257812 +-0.019775390625 +-0.158203125000 +0.024780273438 +-0.052490234375 +0.161132812500 +0.173828125000 +-0.090820312500 +-0.216796875000 +0.079101562500 +-0.143554687500 +0.060791015625 +-0.126953125000 +-0.269531250000 +-0.226562500000 +-0.018554687500 +-0.447265625000 +-0.106445312500 +0.071289062500 +-0.087890625000 +0.052978515625 +-0.174804687500 +0.046630859375 +-0.110839843750 +-0.057128906250 +0.019775390625 +-0.043457031250 +-0.113769531250 +0.041748046875 +-0.089843750000 +-0.146484375000 +-0.106933593750 +0.108886718750 +0.009887695312 +0.107421875000 +0.059570312500 +0.008361816406 +-0.343750000000 +0.133789062500 +0.039550781250 +0.049072265625 +-0.024780273438 +-0.326171875000 +-0.124023437500 +0.053466796875 +-0.010559082031 +0.099121093750 +0.110839843750 +-0.082519531250 +-0.154296875000 +0.189453125000 +0.173828125000 +-0.281250000000 +-0.001701354980 +-0.208984375000 +-0.024169921875 +-0.053466796875 +-0.243164062500 +-0.137695312500 +-0.186523437500 +0.027954101562 +0.068847656250 +-0.231445312500 +0.127929687500 +-0.128906250000 +0.099609375000 +-0.051269531250 +-0.039794921875 +-0.176757812500 +0.129882812500 +0.097656250000 +-0.367187500000 +-0.281250000000 +-0.032470703125 +-0.102539062500 +0.012084960938 +-0.296875000000 +-0.177734375000 +0.059570312500 +-0.025634765625 +0.222656250000 +-0.170898437500 +0.100585937500 +0.023681640625 +0.031738281250 +-0.155273437500 +0.071289062500 +0.029541015625 +-0.069824218750 +-0.240234375000 +-0.001129150391 +-0.255859375000 +0.185546875000 +-0.296875000000 +-0.138671875000 +0.085449218750 +0.040527343750 +0.042724609375 +0.059570312500 +-0.255859375000 +0.021728515625 +-0.470703125000 +0.022338867188 +-0.076660156250 +0.191406250000 +-0.429687500000 +0.037353515625 +-0.041503906250 +0.038818359375 +-0.214843750000 +0.046875000000 +-0.165039062500 +-0.001174926758 +0.119140625000 +-0.055908203125 +0.172851562500 +0.048583984375 +0.096679687500 +-0.073730468750 +-0.094726562500 +0.281250000000 +-0.320312500000 +-0.049804687500 +-0.066406250000 +0.081542968750 +0.064453125000 +-0.174804687500 +-0.077148437500 +0.013122558594 +0.124023437500 +0.148437500000 +0.104492187500 +-0.003128051758 +-0.010314941406 +0.140625000000 +-0.202148437500 +-0.523437500000 +0.086425781250 +-0.008117675781 +-0.050781250000 +-0.199218750000 +0.036865234375 +0.026977539062 +0.029296875000 +-0.063964843750 +-0.365234375000 +-0.002426147461 +0.000233650208 +-0.067871093750 +-0.112792968750 +0.133789062500 +0.079101562500 +0.060791015625 +-0.361328125000 +-0.021972656250 +-0.113769531250 +-0.004821777344 +-0.062988281250 +-0.087402343750 +0.076660156250 +-0.176757812500 +-0.047363281250 +-0.105957031250 +-0.093261718750 +0.118652343750 +-0.157226562500 +0.189453125000 +0.085449218750 +0.045410156250 +-0.172851562500 +0.082519531250 +-0.038085937500 +-0.043212890625 +-0.125976562500 +-0.078125000000 +0.055419921875 +-0.220703125000 +0.259765625000 +-0.031982421875 +-0.016967773438 +0.062988281250 +-0.269531250000 +-0.040527343750 +0.114746093750 +0.049072265625 +-0.699218750000 +-0.159179687500 +-0.042968750000 +0.081542968750 +0.097656250000 +0.038085937500 +0.031127929688 +-0.102050781250 +-0.018310546875 +0.129882812500 +0.082031250000 +-0.093750000000 +0.187500000000 +0.126953125000 +-0.205078125000 +0.017089843750 +0.055908203125 +0.050537109375 +0.017944335938 +0.056152343750 +0.083007812500 +-0.069335937500 +0.054443359375 +-0.058105468750 +-0.110839843750 +0.054443359375 +-0.009460449219 +-0.062988281250 +0.059814453125 +0.052001953125 +0.146484375000 +-0.060791015625 +-0.441406250000 +-0.076660156250 +-0.081054687500 +0.028076171875 +-0.081054687500 +-0.000398635864 +-0.067382812500 +-0.186523437500 +-0.057861328125 +0.072753906250 +-0.042724609375 +0.031982421875 +-0.065429687500 +-0.018798828125 +0.134765625000 +-0.039306640625 +0.016967773438 +0.051025390625 +0.031005859375 +0.104980468750 +-0.101074218750 +-0.216796875000 +-0.164062500000 +0.404296875000 +-0.024291992188 +0.059082031250 +0.020874023438 +0.069824218750 +-0.128906250000 +-0.000084877014 +0.075195312500 +-0.013183593750 +-0.275390625000 +-0.087890625000 +-0.137695312500 +-0.086914062500 +0.103515625000 +0.078125000000 +0.067382812500 +-0.104492187500 +-0.063964843750 +0.176757812500 +0.063476562500 +-0.193359375000 +0.355468750000 +0.249023437500 +-0.271484375000 +0.023925781250 +0.033935546875 +0.096679687500 +0.014404296875 +0.024047851562 +-0.011413574219 +-0.226562500000 +-0.047363281250 +-0.079101562500 +0.137695312500 +0.042724609375 +0.030639648438 +0.063476562500 +0.144531250000 +0.089355468750 +0.038818359375 +-0.012207031250 +-0.108398437500 +-0.003234863281 +-0.116699218750 +-0.016845703125 +-0.159179687500 +-0.087402343750 +-0.042236328125 +0.059570312500 +0.001136779785 +-0.039062500000 +-0.219726562500 +0.075195312500 +0.046142578125 +-0.016967773438 +0.104492187500 +0.046142578125 +0.138671875000 +0.010437011719 +-0.089355468750 +0.027221679688 +-0.142578125000 +-0.039062500000 +0.066406250000 +-0.267578125000 +0.213867187500 +0.043701171875 +-0.071289062500 +-0.065917968750 +-0.308593750000 +0.026000976562 +-0.298828125000 +-0.029785156250 +0.181640625000 +-0.045166015625 +0.059570312500 +-0.180664062500 +0.098632812500 +0.073242187500 +-0.012634277344 +-0.062011718750 +0.017089843750 +0.105957031250 +0.076660156250 +-0.296875000000 +0.355468750000 +0.089355468750 +-0.187500000000 +-0.275390625000 +0.013305664062 +0.093261718750 +-0.072265625000 +-0.009155273438 +0.048339843750 +0.003479003906 +-0.060058593750 +0.078125000000 +-0.105468750000 +-0.135742187500 +0.026000976562 +0.034912109375 +0.017822265625 +-0.042236328125 +0.181640625000 +0.002075195312 +0.038818359375 +-0.053710937500 +-0.251953125000 +0.076171875000 +-0.096191406250 +-0.068359375000 +0.087890625000 +0.230468750000 +0.077636718750 +-0.046386718750 +-0.113281250000 +0.015563964844 +-0.060302734375 +-0.042724609375 +0.066406250000 +0.065429687500 +0.030761718750 +0.039794921875 +-0.277343750000 +-0.149414062500 +-0.102050781250 +0.018188476562 +-0.165039062500 +-0.026000976562 +0.182617187500 +0.053222656250 +-0.037597656250 +-0.025756835938 +-0.169921875000 +-0.281250000000 +-0.003890991211 +-0.188476562500 +-0.019653320312 +-0.275390625000 +-0.024291992188 +-0.021728515625 +-0.033691406250 +0.029785156250 +-0.175781250000 +0.113769531250 +0.071289062500 +-0.341796875000 +-0.341796875000 +0.025756835938 +-0.099609375000 +0.092773437500 +-0.000345230103 +0.011962890625 +-0.036132812500 +-0.006927490234 +-0.640625000000 +0.047119140625 +-0.016113281250 +-0.094238281250 +-0.037353515625 +-0.030517578125 +0.006011962891 +0.012817382812 +-0.049560546875 +-0.191406250000 +-0.054199218750 +0.244140625000 +0.030761718750 +-0.001953125000 +-0.015075683594 +-0.239257812500 +-0.378906250000 +0.034912109375 +-0.116210937500 +0.105468750000 +-0.007934570312 +-0.020629882812 +0.135742187500 +-0.016113281250 +-0.357421875000 +0.029907226562 +0.072753906250 +-0.041503906250 +-0.114257812500 +0.130859375000 +-0.030151367188 +0.012329101562 +-0.112792968750 +-0.002075195312 +0.026367187500 +0.174804687500 +-0.006469726562 +0.056640625000 +0.102050781250 +0.030883789062 +-0.051025390625 +0.263671875000 +0.039062500000 +-0.181640625000 +-0.084960937500 +-0.041015625000 +-0.198242187500 +-0.045898437500 +-0.019775390625 +-0.023681640625 +-0.255859375000 +-0.105957031250 +0.151367187500 +-0.038085937500 +-0.283203125000 +-0.273437500000 +0.022827148438 +-0.047607421875 +-0.061279296875 +-0.175781250000 +-0.052490234375 +-0.045898437500 +-0.085449218750 +-0.069824218750 +-0.570312500000 +0.127929687500 +0.122558593750 +0.009216308594 +-0.003341674805 +0.048828125000 +0.096679687500 +-0.108886718750 +-0.023193359375 +-0.173828125000 +-0.271484375000 +0.161132812500 +0.023925781250 +-0.073730468750 +-0.049804687500 +0.031250000000 +-0.296875000000 +0.093261718750 +-0.392578125000 +0.129882812500 +0.000484466553 +-0.010742187500 +0.209960937500 +-0.177734375000 +-0.016357421875 +0.080566406250 +0.048828125000 +-0.038818359375 +0.023681640625 +-0.086914062500 +-0.078125000000 +-0.191406250000 +-0.220703125000 +-0.123046875000 +0.066406250000 +0.174804687500 +-0.081542968750 +-0.138671875000 +-0.024536132812 +-0.175781250000 +-0.162109375000 +-0.030151367188 +-0.101074218750 +-0.310546875000 +-0.283203125000 +0.384765625000 +-0.071289062500 +-0.082519531250 +0.129882812500 +-0.277343750000 +0.123535156250 +-0.192382812500 +-0.148437500000 +-0.010009765625 +-0.045166015625 +0.092773437500 +-0.130859375000 +-0.049316406250 +0.207031250000 +-0.111816406250 +0.073730468750 +0.050537109375 +-0.133789062500 +-0.083984375000 +-0.371093750000 +0.029052734375 +0.063476562500 +0.160156250000 +0.083984375000 +0.153320312500 +-0.239257812500 +-0.131835937500 +-0.090820312500 +-0.200195312500 +0.113281250000 +-0.058837890625 +0.111328125000 +-0.050537109375 +0.056640625000 +0.077148437500 +-0.353515625000 +0.062500000000 +-0.121582031250 +0.059326171875 +0.083007812500 +-0.139648437500 +0.168945312500 +-0.174804687500 +-0.271484375000 +0.075195312500 +-0.058349609375 +-0.150390625000 +0.073242187500 +-0.660156250000 +-0.202148437500 +-0.034179687500 +-0.109375000000 +-0.091308593750 +-0.294921875000 +0.011352539062 +-0.029174804688 +-0.080566406250 +-0.103515625000 +-0.365234375000 +-0.041748046875 +0.035156250000 +-0.164062500000 +-0.328125000000 +0.021972656250 +0.359375000000 +-0.036132812500 +-0.138671875000 +-0.075683593750 +0.011047363281 +0.122558593750 +-0.049560546875 +-0.189453125000 +0.045654296875 +0.015075683594 +-0.093261718750 +-0.218750000000 +0.069824218750 +-0.353515625000 +0.061279296875 +0.092773437500 +0.093750000000 +-0.291015625000 +-0.051513671875 +-0.296875000000 +0.040039062500 +-0.204101562500 +0.053466796875 +0.133789062500 +0.008850097656 +-0.443359375000 +-0.249023437500 +-0.032470703125 +-0.022216796875 +0.267578125000 +-0.351562500000 +-0.028076171875 +-0.170898437500 +-0.500000000000 +-0.150390625000 +-0.357421875000 +0.191406250000 +-0.318359375000 +0.128906250000 +-0.066406250000 +-0.198242187500 +-0.049072265625 +-0.098632812500 +-0.048828125000 +-0.067382812500 +-0.148437500000 +-0.045654296875 +-0.083007812500 +-0.292968750000 +-0.110839843750 +-0.090820312500 +-0.174804687500 +-0.032958984375 +0.056152343750 +-0.349609375000 +0.108886718750 +0.050537109375 +-0.089843750000 +-0.166015625000 +-0.122070312500 +-0.149414062500 +-0.016113281250 +-0.106445312500 +0.150390625000 +-0.136718750000 +0.124023437500 +-0.235351562500 +-0.016845703125 +0.050537109375 +0.158203125000 +-0.209960937500 +-0.066894531250 +0.326171875000 +-0.025390625000 +0.030395507812 +-0.165039062500 +0.083984375000 +-0.157226562500 +0.107910156250 +-0.023071289062 +0.094238281250 +-0.271484375000 +-0.210937500000 +0.012207031250 +0.023925781250 +-0.585937500000 +-0.018554687500 +0.151367187500 +-0.000572204590 +-0.070800781250 +-0.166992187500 +0.015625000000 +0.202148437500 +0.009582519531 +-0.253906250000 +0.089843750000 +-0.142578125000 +-0.644531250000 +-0.119628906250 +-0.253906250000 +-0.016845703125 +-0.247070312500 +0.126953125000 +0.083007812500 +0.000257492065 +-0.177734375000 +0.072265625000 +-0.152343750000 +0.046630859375 +-0.139648437500 +-0.124023437500 +0.043701171875 +0.032226562500 +-0.189453125000 +0.057861328125 +-0.093750000000 +0.135742187500 +-0.151367187500 +-0.234375000000 +0.126953125000 +-0.046386718750 +-0.351562500000 +-0.187500000000 +0.151367187500 +0.163085937500 +-0.144531250000 +-0.175781250000 +0.139648437500 +-0.304687500000 +-0.105468750000 +-0.116210937500 +0.028564453125 +0.055664062500 +-0.091796875000 +0.206054687500 +0.076660156250 +-0.013671875000 +-0.287109375000 +-0.188476562500 +-0.155273437500 +0.116210937500 +0.088378906250 +0.065429687500 +0.131835937500 +0.008239746094 +-0.177734375000 +-0.048095703125 +-0.046875000000 +0.081054687500 +-0.500000000000 +0.068359375000 +0.151367187500 +-0.041259765625 +0.069824218750 +-0.002838134766 +-0.142578125000 +0.165039062500 +-0.122558593750 +-0.144531250000 +-0.032714843750 +-0.093261718750 +-0.283203125000 +-0.139648437500 +-0.074707031250 +0.054443359375 +0.014648437500 +0.040283203125 +0.170898437500 +0.107910156250 +-0.113769531250 +-0.008850097656 +-0.211914062500 +0.017333984375 +-0.202148437500 +-0.036132812500 +0.019042968750 +0.070800781250 +-0.015869140625 +-0.150390625000 +-0.211914062500 +0.036376953125 +0.224609375000 +-0.458984375000 +0.136718750000 +-0.057861328125 +-0.539062500000 +-0.253906250000 +-0.112792968750 +-0.188476562500 +-0.067382812500 +-0.257812500000 +0.048828125000 +0.246093750000 +-0.230468750000 +-0.215820312500 +0.041992187500 +-0.031494140625 +-0.071777343750 +-0.044921875000 +-0.187500000000 +0.019775390625 +0.030761718750 +0.105468750000 +-0.008911132812 +0.049560546875 +0.084960937500 +0.012023925781 +0.216796875000 +-0.004852294922 +-0.229492187500 +-0.067382812500 +-0.253906250000 +0.051757812500 +-0.255859375000 +0.104003906250 +0.157226562500 +0.098144531250 +0.096191406250 +0.034912109375 +-0.114257812500 +-0.080566406250 +0.014770507812 +0.083007812500 +-0.107910156250 +0.046630859375 +0.110839843750 +0.187500000000 +-0.271484375000 +-0.014465332031 +0.086914062500 +-0.013122558594 +0.114746093750 +0.040527343750 +0.021728515625 +0.152343750000 +-0.259765625000 +-0.007446289062 +-0.035888671875 +0.043457031250 +-0.062255859375 +0.148437500000 +-0.124511718750 +-0.209960937500 +-0.194335937500 +-0.088378906250 +-0.038085937500 +-0.157226562500 +-0.179687500000 +0.058837890625 +-0.322265625000 +0.012145996094 +0.149414062500 +-0.020507812500 +-0.166992187500 +0.037353515625 +0.102539062500 +-0.279296875000 +-0.147460937500 +-0.230468750000 +-0.058593750000 +0.133789062500 +0.273437500000 +0.042236328125 +-0.034912109375 +0.041992187500 +0.155273437500 +-0.057128906250 +0.029052734375 +-0.001228332520 +-0.283203125000 +-0.130859375000 +-0.045898437500 +0.053466796875 +0.257812500000 +0.162109375000 +-0.035644531250 +0.029785156250 +-0.188476562500 +0.015625000000 +-0.037353515625 +0.009765625000 +0.103027343750 +-0.029052734375 +-0.292968750000 +0.042236328125 +-0.333984375000 +-0.125976562500 +-0.049316406250 +-0.062988281250 +0.065429687500 +-0.734375000000 +-0.072265625000 +0.060546875000 +0.028686523438 +-0.143554687500 +-0.098632812500 +-0.153320312500 +0.120117187500 +-0.116210937500 +-0.030517578125 +-0.246093750000 +-0.104492187500 +-0.008911132812 +-0.006988525391 +-0.267578125000 +0.157226562500 +-0.263671875000 +0.015991210938 +0.016845703125 +0.115722656250 +0.063476562500 +-0.155273437500 +0.199218750000 +0.133789062500 +-0.124023437500 +-0.147460937500 +-0.012145996094 +-0.064941406250 +-0.117675781250 +-0.259765625000 +0.539062500000 +-0.404296875000 +-0.063964843750 +0.302734375000 +-0.017700195312 +-0.181640625000 +-0.033935546875 +-0.028808593750 +0.009338378906 +0.121582031250 +-0.326171875000 +0.113281250000 +0.058349609375 +-0.185546875000 +-0.062255859375 +-0.046386718750 +-0.002975463867 +-0.231445312500 +0.051513671875 +0.189453125000 +0.053466796875 +-0.037841796875 +-0.152343750000 +0.119140625000 +-0.138671875000 +-0.109863281250 +0.149414062500 +-0.104980468750 +-0.022338867188 +-0.490234375000 +-0.002059936523 +0.046875000000 +-0.035644531250 +-0.098144531250 +-0.225585937500 +-0.071777343750 +0.117187500000 +-0.192382812500 +-0.421875000000 +0.065429687500 +0.005676269531 +0.102539062500 +-0.166992187500 +-0.048095703125 +-0.578125000000 +-0.261718750000 +-0.042236328125 +-0.040527343750 +-0.339843750000 +-0.025756835938 +-0.120117187500 +0.023803710938 +-0.025634765625 +-0.062988281250 +-0.042968750000 +0.002853393555 +-0.367187500000 +-0.075195312500 +-0.002899169922 +0.060058593750 +0.330078125000 +-0.232421875000 +-0.056640625000 +-0.005706787109 +0.162109375000 +0.027343750000 +-0.008117675781 +0.020629882812 +-0.045654296875 +0.075683593750 +-0.062988281250 +-0.059814453125 +0.174804687500 +-0.257812500000 +-0.132812500000 +0.022949218750 +0.298828125000 +-0.244140625000 +-0.255859375000 +-0.188476562500 +0.132812500000 +-0.003723144531 +0.024169921875 +-0.032226562500 +-0.061279296875 +0.063476562500 +-0.165039062500 +-0.177734375000 +-0.149414062500 +-0.044921875000 +0.124023437500 +-0.085937500000 +-0.075195312500 +-0.241210937500 +-0.166992187500 +0.050292968750 +0.073242187500 +-0.283203125000 +-0.093261718750 +0.076660156250 +0.045410156250 +-0.131835937500 +-0.219726562500 +-0.029174804688 +0.042724609375 +-0.178710937500 +-0.019287109375 +-0.024780273438 +-0.086914062500 +-0.210937500000 +0.042236328125 +-0.092285156250 +0.114257812500 +0.012268066406 +0.080566406250 +-0.175781250000 +-0.076660156250 +-0.277343750000 +0.050781250000 +-0.021850585938 +-0.425781250000 +-0.103515625000 +0.058105468750 +-0.027832031250 +-0.182617187500 +-0.416015625000 +0.060058593750 +-0.376953125000 +0.535156250000 +-0.014404296875 +0.086914062500 +0.104980468750 +-0.075683593750 +0.238281250000 +-0.071289062500 +-0.060058593750 +0.277343750000 +-0.304687500000 +-0.171875000000 +0.141601562500 +-0.009094238281 +0.047607421875 +-0.196289062500 +0.008972167969 +0.054443359375 +0.029785156250 +-0.150390625000 +-0.088867187500 +0.048095703125 +0.075683593750 +-0.049316406250 +-0.108886718750 +0.066406250000 +-0.147460937500 +-0.018798828125 +0.019531250000 +-0.036376953125 +-0.090820312500 +0.004302978516 +0.077148437500 +0.072265625000 +-0.484375000000 +0.130859375000 +0.072753906250 +0.107421875000 +-0.020874023438 +-0.196289062500 +-0.028686523438 +0.135742187500 +-0.083007812500 +-0.002227783203 +-0.017700195312 +0.142578125000 +0.181640625000 +-0.190429687500 +0.114257812500 +-0.015563964844 +-0.236328125000 +0.079589843750 +0.032714843750 +-0.070800781250 +-0.248046875000 +0.105468750000 +0.271484375000 +-0.431640625000 +-0.197265625000 +0.008911132812 +0.009277343750 +0.062988281250 +-0.267578125000 +0.048339843750 +0.193359375000 +0.147460937500 +0.156250000000 +-0.062500000000 +0.020019531250 +-0.240234375000 +0.114257812500 +-0.080078125000 +-0.241210937500 +0.129882812500 +-0.298828125000 +-0.106445312500 +-0.027587890625 +0.067382812500 +0.064941406250 +0.052001953125 +0.019897460938 +0.133789062500 +-0.069335937500 +0.047851562500 +0.232421875000 +0.001037597656 +-0.248046875000 +-0.143554687500 +0.003936767578 +-0.034912109375 +-0.250000000000 +-0.083496093750 +-0.037353515625 +0.018554687500 +0.062011718750 +0.039306640625 +0.081542968750 +-0.028808593750 +-0.211914062500 +-0.032470703125 +0.015869140625 +0.131835937500 +0.042236328125 +0.061279296875 +0.029785156250 +-0.070312500000 +-0.135742187500 +-0.084472656250 +0.072753906250 +0.062011718750 +0.118652343750 +-0.083496093750 +0.100585937500 +-0.086914062500 +-0.441406250000 +-0.125976562500 +0.049560546875 +0.170898437500 +-0.205078125000 +-0.133789062500 +0.296875000000 +-0.283203125000 +0.028686523438 +-0.238281250000 +0.081054687500 +-0.004150390625 +-0.039550781250 +-0.034667968750 +-0.028320312500 +0.222656250000 +-0.380859375000 +-0.093750000000 +0.088867187500 +0.015869140625 +-0.110351562500 +-0.132812500000 +-0.019653320312 +-0.192382812500 +-0.155273437500 +0.042480468750 +0.084960937500 +0.051513671875 +-0.235351562500 +-0.275390625000 +0.148437500000 +-0.271484375000 +-0.095214843750 +-0.173828125000 +-0.019287109375 +-0.032714843750 +-0.099609375000 +-0.055664062500 +0.143554687500 +-0.087890625000 +-0.328125000000 +-0.014221191406 +-0.001106262207 +0.062988281250 +0.109863281250 +-0.068847656250 +0.113281250000 +-0.048339843750 +0.010742187500 +0.012634277344 +-0.136718750000 +-0.039794921875 +-0.187500000000 +0.053466796875 +0.052246093750 +-0.113281250000 +0.056640625000 +-0.195312500000 +-0.122558593750 +0.008422851562 +0.010070800781 +-0.101074218750 +0.015625000000 +-0.127929687500 +-0.376953125000 +0.162109375000 +0.149414062500 +0.135742187500 +-0.137695312500 +-0.069824218750 +0.002990722656 +0.066406250000 +0.119628906250 +-0.078125000000 +0.074218750000 +-0.126953125000 +-0.090332031250 +-0.271484375000 +0.127929687500 +-0.474609375000 +-0.531250000000 +0.001930236816 +-0.097167968750 +0.050781250000 +0.238281250000 +-0.087402343750 +-0.062011718750 +-0.099609375000 +-0.079101562500 +0.042480468750 +0.111328125000 +-0.060791015625 +-0.153320312500 +-0.205078125000 +0.160156250000 +0.062500000000 +0.126953125000 +-0.096679687500 +-0.133789062500 +-0.027221679688 +0.067382812500 +-0.073242187500 +-0.189453125000 +-0.173828125000 +0.063964843750 +0.253906250000 +-0.124023437500 +0.054687500000 +0.024414062500 +-0.006042480469 +0.068847656250 +0.033935546875 +0.079101562500 +-0.067871093750 +-0.166015625000 +0.105468750000 +-0.333984375000 +0.119140625000 +-0.172851562500 +-0.049316406250 +0.015869140625 +-0.199218750000 +0.063476562500 +-0.039794921875 +-0.014404296875 +0.170898437500 +-0.043701171875 +-0.129882812500 +-0.208007812500 +0.155273437500 +0.083007812500 +0.058837890625 +0.054687500000 +0.182617187500 +-0.076171875000 +-0.022460937500 +0.047119140625 +0.126953125000 +0.039550781250 +-0.093750000000 +-0.124511718750 +-0.707031250000 +-0.037841796875 +-0.156250000000 +0.009277343750 +-0.527343750000 +-0.007781982422 +0.158203125000 +0.075195312500 +0.034179687500 +0.121093750000 +-0.388671875000 +-0.046875000000 +-0.050292968750 +0.189453125000 +-0.083496093750 +0.020385742188 +0.024658203125 +0.084472656250 +-0.027343750000 +0.153320312500 +0.002349853516 +-0.077636718750 +0.037597656250 +0.072753906250 +-0.123535156250 +-0.055908203125 +-0.077148437500 +0.150390625000 +-0.142578125000 +-0.009338378906 +-0.151367187500 +0.076660156250 +-0.335937500000 +0.089843750000 +-0.192382812500 +0.016235351562 +-0.000251770020 +-0.082031250000 +-0.048095703125 +0.140625000000 +0.111328125000 +0.004730224609 +0.013183593750 +-0.018310546875 +-0.087402343750 +-0.000961303711 +-0.098144531250 +-0.032714843750 +-0.013122558594 +-0.010070800781 +-0.058349609375 +-0.037597656250 +-0.055908203125 +-0.320312500000 +0.058105468750 +-0.091796875000 +0.003784179688 +-0.026855468750 +0.190429687500 +-0.050537109375 +-0.253906250000 +-0.269531250000 +0.068847656250 +0.058349609375 +-0.503906250000 +0.050292968750 +0.017944335938 +0.076171875000 +-0.087890625000 +0.109375000000 +-0.375000000000 +-0.166992187500 +0.429687500000 +-0.143554687500 +0.585937500000 +-0.124511718750 +0.159179687500 +-0.028686523438 +-0.103515625000 +-0.074707031250 +0.063964843750 +0.005218505859 +0.179687500000 +0.003692626953 +0.100097656250 +-0.227539062500 +0.079589843750 +-0.055175781250 +0.053222656250 +-0.057128906250 +-0.107421875000 +-0.197265625000 +-0.410156250000 +0.018676757812 +-0.038330078125 +0.214843750000 +-0.150390625000 +0.043701171875 +-0.227539062500 +-0.045410156250 +-0.016357421875 +0.097656250000 +-0.345703125000 +-0.388671875000 +-0.257812500000 +-0.119140625000 +-0.080566406250 +-0.088867187500 +-0.324218750000 +-0.039550781250 +-0.157226562500 +-0.024536132812 +-0.009338378906 +0.074218750000 +-0.166992187500 +-0.384765625000 +-0.157226562500 +-0.186523437500 +-0.083496093750 +0.001472473145 +-0.077636718750 +-0.015563964844 +-0.184570312500 +-0.032470703125 +-0.341796875000 +-0.030395507812 +-0.015258789062 +-0.076171875000 +-0.365234375000 +-0.074707031250 +0.052246093750 +0.002578735352 +-0.027954101562 +-0.128906250000 +0.234375000000 +0.155273437500 +0.328125000000 +-0.072265625000 +-0.083496093750 +0.038818359375 +0.063964843750 +-0.031250000000 +-0.339843750000 +-0.024902343750 +-0.000892639160 +-0.271484375000 +-0.029785156250 +0.245117187500 +0.159179687500 +-0.081054687500 +0.003433227539 +0.039550781250 +0.153320312500 +-0.065917968750 +-0.251953125000 +-0.208984375000 +-0.347656250000 +-0.091796875000 +-0.042724609375 +0.177734375000 +-0.429687500000 +-0.083007812500 +0.025146484375 +-0.044189453125 +0.130859375000 +0.026855468750 +-0.792968750000 +0.033935546875 +-0.339843750000 +0.139648437500 +-0.328125000000 +0.087890625000 +-0.113769531250 +-0.085449218750 +-0.131835937500 +-0.021606445312 +-0.044433593750 +0.068359375000 +0.041503906250 +-0.011840820312 +-0.072265625000 +-0.412109375000 +-0.129882812500 +0.155273437500 +-0.644531250000 +0.066894531250 +-0.104492187500 +-0.031982421875 +-0.066406250000 +-0.245117187500 +0.020874023438 +-0.125976562500 +-0.349609375000 +0.070800781250 +-0.045166015625 +-0.141601562500 +0.038818359375 +-0.054199218750 +0.211914062500 +-0.197265625000 +-0.237304687500 +-0.139648437500 +0.100585937500 +0.222656250000 +0.022827148438 +0.049560546875 +-0.312500000000 +0.057617187500 +0.171875000000 +-0.091308593750 +-0.002822875977 +-0.033691406250 +-0.034912109375 +-0.019409179688 +-0.156250000000 +-0.028198242188 +-0.016601562500 +0.186523437500 +-0.130859375000 +0.077636718750 +-0.146484375000 +0.074707031250 +-0.099609375000 +-0.000026941299 +-0.269531250000 +-0.129882812500 +-0.123046875000 +0.069824218750 +0.062011718750 +0.138671875000 +-0.098144531250 +0.048095703125 +-0.412109375000 +-0.088378906250 +-0.034423828125 +0.064453125000 +-0.237304687500 +0.013671875000 +0.062011718750 +-0.015625000000 +-0.196289062500 +-0.030029296875 +0.000682830811 +-0.041259765625 +-0.054443359375 +0.036865234375 +-0.043212890625 +0.014526367188 +-0.263671875000 +-0.026123046875 +0.365234375000 +-0.152343750000 +-0.027954101562 +-0.029052734375 +0.021728515625 +0.007873535156 +-0.240234375000 +0.143554687500 +0.093750000000 +0.091308593750 +-0.029052734375 +0.035400390625 +0.032470703125 +0.128906250000 +-0.115722656250 +0.042236328125 +0.049072265625 +0.204101562500 +-0.063476562500 +0.166015625000 +-0.059814453125 +-0.091796875000 +0.111816406250 +-0.044921875000 +0.234375000000 +-0.035156250000 +-0.218750000000 +-0.019165039062 +-0.168945312500 +-0.277343750000 +-0.048095703125 +0.039794921875 +-0.137695312500 +0.121582031250 +0.154296875000 +0.081542968750 +0.052734375000 +-0.310546875000 +-0.267578125000 +-0.132812500000 +-0.064941406250 +0.188476562500 +0.157226562500 +0.168945312500 +0.324218750000 +0.029785156250 +-0.120605468750 +0.023315429688 +0.042724609375 +0.104003906250 +0.067382812500 +0.051269531250 +0.199218750000 +0.124023437500 +-0.171875000000 +0.013061523438 +-0.074707031250 +-0.032470703125 +0.117187500000 +0.135742187500 +0.088378906250 +-0.090332031250 +-0.076171875000 +-0.208984375000 +-0.052978515625 +-0.458984375000 +-0.096191406250 +0.020629882812 +0.043457031250 +0.180664062500 +-0.150390625000 +0.212890625000 +-0.078613281250 +0.124511718750 +0.029541015625 +0.017333984375 +-0.244140625000 +-0.052734375000 +0.192382812500 +0.077148437500 +0.251953125000 +0.094238281250 +-0.023925781250 +0.011230468750 +0.013732910156 +-0.250000000000 +-0.047607421875 +-0.004455566406 +-0.621093750000 +-0.353515625000 +-0.306640625000 +0.026489257812 +0.031005859375 +0.039062500000 +-0.159179687500 +0.024169921875 +-0.046875000000 +-0.074218750000 +-0.014099121094 +-0.086914062500 +-0.019287109375 +-0.007629394531 +-0.468750000000 +0.032470703125 +-0.084472656250 +0.121093750000 +0.065917968750 +0.076660156250 +0.036376953125 +-0.107910156250 +0.046386718750 +-0.202148437500 +-0.075195312500 +-0.134765625000 +-0.066406250000 +-0.079101562500 +0.051025390625 +-0.216796875000 +-0.208984375000 +0.074218750000 +0.146484375000 +0.149414062500 +-0.102050781250 +-0.185546875000 +0.116699218750 +-0.040771484375 +-0.147460937500 +-0.384765625000 +0.094238281250 +-0.025512695312 +0.026367187500 +-0.053222656250 +0.074707031250 +-0.232421875000 +-0.092285156250 +-0.069824218750 +0.119628906250 +0.014526367188 +0.091796875000 +-0.026733398438 +0.000415802002 +0.159179687500 +-0.010986328125 +-0.089355468750 +-0.375000000000 +-0.199218750000 +-0.062011718750 +0.030151367188 +0.017333984375 +0.178710937500 +0.083984375000 +-0.049316406250 +-0.074218750000 +-0.292968750000 +0.062011718750 +0.045654296875 +-0.122558593750 +-0.036376953125 +-0.056640625000 +-0.022094726562 +-0.032714843750 +0.169921875000 +-0.003219604492 +-0.289062500000 +-0.083496093750 +0.114257812500 +-0.359375000000 +0.123046875000 +0.064453125000 +0.050537109375 +-0.068359375000 +0.150390625000 +-0.018310546875 +0.038330078125 +-0.047363281250 +-0.049316406250 +0.109863281250 +0.062011718750 +0.082519531250 +-0.263671875000 +-0.026611328125 +0.028686523438 +-0.175781250000 +-0.003448486328 +-0.075683593750 +0.002029418945 +-0.108398437500 +-0.215820312500 +-0.029052734375 +0.020751953125 +0.004638671875 +0.001358032227 +0.138671875000 +-0.046630859375 +-0.158203125000 +-0.188476562500 +-0.019165039062 +-0.032714843750 +-0.071289062500 +0.056640625000 +-0.324218750000 +-0.177734375000 +-0.044189453125 +0.150390625000 +0.125000000000 +-0.084472656250 +0.137695312500 +-0.000329971313 +0.069824218750 +0.077636718750 +-0.361328125000 +-0.032226562500 +0.056640625000 +-0.310546875000 +0.100585937500 +0.004791259766 +0.016723632812 +0.242187500000 +0.153320312500 +-0.239257812500 +-0.086425781250 +-0.061279296875 +-0.332031250000 +0.036621093750 +-0.279296875000 +-0.138671875000 +-0.164062500000 +-0.230468750000 +0.072753906250 +0.127929687500 +0.275390625000 +0.010925292969 +0.150390625000 +-0.015197753906 +-0.018066406250 +-0.135742187500 +-0.046142578125 +-0.003051757812 +0.308593750000 +-0.128906250000 +0.094726562500 +-0.108398437500 +-0.013549804688 +-0.156250000000 +-0.207031250000 +0.217773437500 +-0.095214843750 +0.122070312500 +-0.216796875000 +0.189453125000 +-0.073730468750 +-0.296875000000 +0.308593750000 +-0.165039062500 +0.090820312500 +0.028686523438 +-0.289062500000 +-0.060302734375 +-0.172851562500 +0.078125000000 +0.053710937500 +-0.047119140625 +-0.020996093750 +0.027954101562 +0.271484375000 +-0.375000000000 +-0.281250000000 +0.196289062500 +-0.067382812500 +-0.016479492188 +-0.004913330078 +0.017333984375 +0.031250000000 +0.047607421875 +-0.079101562500 +-0.000514984131 +-0.255859375000 +0.146484375000 +0.181640625000 +-0.030761718750 +0.059814453125 +0.021240234375 +-0.143554687500 +-0.208007812500 +-0.027709960938 +-0.010803222656 +-0.104492187500 +-0.031494140625 +0.404296875000 +-0.104980468750 +0.117675781250 +0.037109375000 +-0.408203125000 +-0.065917968750 +0.021240234375 +-0.027587890625 +-0.085449218750 +-0.235351562500 +-0.230468750000 +-0.064941406250 +-0.085449218750 +-0.073730468750 +0.214843750000 +0.090332031250 +-0.097656250000 +-0.574218750000 +0.094726562500 +-0.007934570312 +-0.077148437500 +-0.056884765625 +-0.063476562500 +-0.090332031250 +0.156250000000 +-0.072265625000 +-0.170898437500 +-0.094238281250 +-0.116699218750 +-0.161132812500 +0.205078125000 +0.029663085938 +-0.020507812500 +0.131835937500 +0.065917968750 +0.042236328125 +-0.021118164062 +-0.011657714844 +-0.010864257812 +0.031982421875 +0.112304687500 +-0.230468750000 +-0.120117187500 +0.144531250000 +-0.679687500000 +0.009765625000 +0.079101562500 +0.020629882812 +0.005767822266 +0.106933593750 +0.087890625000 +0.029663085938 +-0.832031250000 +0.069335937500 +0.083984375000 +0.021118164062 +-0.515625000000 +0.173828125000 +0.069335937500 +-0.166015625000 +0.072265625000 +-0.067382812500 +0.031494140625 +0.031494140625 +0.165039062500 +-0.050781250000 +0.195312500000 +0.043212890625 +-1.078125000000 +-0.170898437500 +-0.061035156250 +0.082519531250 +-0.057373046875 +-0.259765625000 +-0.014282226562 +-0.161132812500 +-0.227539062500 +0.314453125000 +0.136718750000 +-0.156250000000 +-0.069824218750 +0.003005981445 +0.178710937500 +0.038085937500 +-0.067382812500 +0.067871093750 +0.247070312500 +-0.151367187500 +-0.073242187500 +-0.656250000000 +-0.037597656250 +0.201171875000 +-0.210937500000 +0.198242187500 +0.128906250000 +0.124023437500 +-0.098144531250 +-0.201171875000 +0.154296875000 +-0.160156250000 +-0.066406250000 +-0.007141113281 +-0.042968750000 +-0.107910156250 +0.380859375000 +0.078613281250 +0.051757812500 +0.083007812500 +-0.316406250000 +-0.414062500000 +0.020141601562 +-0.002868652344 +-0.235351562500 +0.269531250000 +-0.054931640625 +0.207031250000 +-0.031982421875 +-0.675781250000 +-0.012512207031 +-0.188476562500 +-0.535156250000 +0.211914062500 +-0.083007812500 +-0.187500000000 +0.060058593750 +0.031982421875 +0.095214843750 +0.108398437500 +0.120605468750 +0.109863281250 +0.035888671875 +-0.096191406250 +-0.087890625000 +-0.041015625000 +-0.194335937500 +-0.092285156250 +-0.133789062500 +-0.055419921875 +-0.134765625000 +0.021118164062 +-0.140625000000 +0.194335937500 +-0.057373046875 +-0.166015625000 +-0.306640625000 +0.097656250000 +0.027954101562 +0.004730224609 +-0.217773437500 +-0.170898437500 +0.065429687500 +0.073242187500 +0.159179687500 +-0.277343750000 +0.031738281250 +-0.112792968750 +-0.068359375000 +-0.041259765625 +0.152343750000 +-0.121582031250 +-0.010498046875 +0.079101562500 +0.069824218750 +0.164062500000 +0.008361816406 +-0.304687500000 +0.106445312500 +0.155273437500 +-0.035400390625 +0.119628906250 +-0.038085937500 +0.394531250000 +0.096679687500 +-0.006530761719 +-0.082031250000 +-0.006256103516 +-0.367187500000 +0.138671875000 +0.026245117188 +0.040283203125 +0.088378906250 +-0.234375000000 +0.166015625000 +-0.396484375000 +-0.015502929688 +0.238281250000 +0.261718750000 +-0.031738281250 +0.027832031250 +-0.186523437500 +0.034912109375 +0.086425781250 +0.085449218750 +0.092285156250 +-0.118652343750 +-0.138671875000 +-0.043212890625 +-0.019531250000 +-0.082519531250 +-0.129882812500 +-0.353515625000 +-0.051269531250 +-0.020507812500 +-0.151367187500 +0.056152343750 +0.122070312500 +-0.249023437500 +-0.069335937500 +-0.150390625000 +-0.133789062500 +-0.250000000000 +0.118652343750 +-0.067382812500 +0.175781250000 +0.225585937500 +0.326171875000 +0.174804687500 +-0.235351562500 +-0.206054687500 +-0.078613281250 +-0.046875000000 +0.214843750000 +0.163085937500 +-0.179687500000 +0.089355468750 +-0.071289062500 +-0.176757812500 +0.015441894531 +-0.287109375000 +-0.222656250000 +0.143554687500 +-0.021606445312 +0.265625000000 +0.185546875000 +-0.064941406250 +0.152343750000 +0.083007812500 +0.006958007812 +-0.367187500000 +-0.122558593750 +-0.044921875000 +0.019775390625 +0.117675781250 +-0.246093750000 +-0.016235351562 +-0.011291503906 +0.217773437500 +-0.279296875000 +0.112304687500 +-0.066894531250 +-0.112304687500 +-0.006317138672 +-0.056396484375 +-0.061035156250 +0.160156250000 +0.090332031250 +0.081054687500 +0.185546875000 +0.076660156250 +0.116210937500 +0.084472656250 +0.122558593750 +-0.083496093750 +-0.225585937500 +-0.025146484375 +-0.081542968750 +0.049804687500 +-0.345703125000 +-0.087890625000 +0.190429687500 +0.088867187500 +-0.084472656250 +0.012145996094 +0.004547119141 +-0.188476562500 +0.049072265625 +-0.095703125000 +0.335937500000 +0.070312500000 +0.230468750000 +-0.071289062500 +-0.186523437500 +-0.285156250000 +-0.333984375000 +-0.175781250000 +0.141601562500 +0.101074218750 +0.390625000000 +0.136718750000 +-0.089355468750 +-0.063476562500 +-0.099609375000 +0.012756347656 +-0.125976562500 +0.082519531250 +0.005310058594 +-0.414062500000 +-0.257812500000 +-0.000965118408 +-0.119140625000 +0.004730224609 +0.003646850586 +-0.174804687500 +-0.243164062500 +-0.025024414062 +-0.072265625000 +-0.138671875000 +0.060791015625 +0.067382812500 +0.051513671875 +0.110839843750 +0.196289062500 +0.032958984375 +0.221679687500 +-0.230468750000 +-0.400390625000 +-0.036376953125 +0.117187500000 +0.068359375000 +-0.004821777344 +-0.075683593750 +-0.078613281250 +0.193359375000 +-0.223632812500 +0.037109375000 +-0.070312500000 +0.185546875000 +-0.279296875000 +0.001686096191 +0.108886718750 +0.038574218750 +-0.419921875000 +-0.086914062500 +0.208984375000 +0.192382812500 +-0.136718750000 +0.048339843750 +0.166015625000 +0.043701171875 +-0.106933593750 +0.265625000000 +-0.030273437500 +0.081542968750 +0.104980468750 +-0.229492187500 +0.046386718750 +-0.143554687500 +-0.310546875000 +0.169921875000 +0.004699707031 +0.183593750000 +-0.166992187500 +-0.153320312500 +-0.206054687500 +0.090332031250 +-0.158203125000 +-0.141601562500 +-0.015869140625 +-0.108398437500 +-0.005493164062 +-0.478515625000 +-0.257812500000 +0.093261718750 +-0.083496093750 +-0.015502929688 +0.122558593750 +0.056396484375 +0.040771484375 +0.007812500000 +0.008178710938 +0.226562500000 +-0.043457031250 +-0.150390625000 +0.306640625000 +0.118164062500 +0.174804687500 +0.388671875000 +-0.201171875000 +-0.073730468750 +0.013977050781 +-0.154296875000 +-0.034667968750 +-0.101074218750 +0.076171875000 +-0.271484375000 +0.122070312500 +0.035644531250 +-0.120605468750 +-0.126953125000 +0.028930664062 +-0.063476562500 +0.053466796875 +-0.022094726562 +0.050048828125 +0.027832031250 +0.151367187500 +-0.145507812500 +0.060058593750 +0.125976562500 +-0.076660156250 +0.050537109375 +-0.039306640625 +0.296875000000 +-0.150390625000 +0.113281250000 +-0.073242187500 +0.045166015625 +-0.012878417969 +-0.310546875000 +-0.079101562500 +-0.077636718750 +-0.255859375000 +-0.020507812500 +-0.172851562500 +-0.037597656250 +-0.098144531250 +0.009521484375 +-0.091308593750 +0.048339843750 +-0.209960937500 +-0.318359375000 +-0.067382812500 +-0.172851562500 +-0.033691406250 +0.062988281250 +-0.363281250000 +0.071777343750 +-0.224609375000 +-0.054931640625 +0.016967773438 +0.080566406250 +-0.051025390625 +-0.165039062500 +0.050048828125 +0.052734375000 +0.009460449219 +-0.291015625000 +0.249023437500 +-0.250000000000 +0.114257812500 +0.030273437500 +-0.113281250000 +-0.231445312500 +0.028198242188 +0.201171875000 +0.077148437500 +-0.316406250000 +0.047607421875 +-0.213867187500 +0.059326171875 +-0.020751953125 +0.187500000000 +-0.032958984375 +-0.076171875000 +-0.232421875000 +-0.060791015625 +-0.125976562500 +-0.096679687500 +0.081542968750 +0.104980468750 +-0.050781250000 +0.062988281250 +-0.092285156250 +0.057373046875 +-0.027099609375 +0.052734375000 +0.062011718750 +-0.065429687500 +-0.066406250000 +-0.257812500000 +-0.074707031250 +-0.066406250000 +-0.050292968750 +-0.160156250000 +0.006652832031 +-0.472656250000 +0.021240234375 +0.058349609375 +0.042724609375 +-0.014160156250 +0.081054687500 +0.079101562500 +0.123046875000 +-0.291015625000 +-0.155273437500 +-0.261718750000 +-0.116210937500 +0.095214843750 +0.250000000000 +-0.112304687500 +-0.227539062500 +0.112792968750 +-0.104003906250 +-0.008117675781 +0.013488769531 +0.052978515625 +-0.098144531250 +-0.015258789062 +0.080566406250 +0.001380920410 +-0.198242187500 +0.079589843750 +-0.048828125000 +-0.240234375000 +-0.103515625000 +-0.275390625000 +-0.214843750000 +0.075683593750 +-0.108398437500 +0.107421875000 +-0.197265625000 +0.114746093750 +0.199218750000 +-0.074707031250 +-0.025512695312 +0.215820312500 +0.040527343750 +-0.009521484375 +-0.339843750000 +-0.072265625000 +-0.042480468750 +0.035888671875 +-0.308593750000 +-0.011108398438 +0.175781250000 +0.048583984375 +0.155273437500 +0.079101562500 +0.025512695312 +0.009704589844 +-0.065429687500 +0.060546875000 +-0.402343750000 +-0.217773437500 +-0.047607421875 +-0.117187500000 +0.195312500000 +-0.384765625000 +-0.123535156250 +-0.269531250000 +-0.158203125000 +0.046875000000 +0.059570312500 +-0.068359375000 +-0.013549804688 +-0.212890625000 +0.142578125000 +-0.079589843750 +0.103515625000 +-0.243164062500 +-0.049560546875 +0.010070800781 +-0.071289062500 +-0.051025390625 +-0.019897460938 +-0.111328125000 +0.030761718750 +-0.015747070312 +0.012756347656 +0.096679687500 +0.009948730469 +-0.376953125000 +-0.138671875000 +-0.062988281250 +0.035888671875 +0.036132812500 +0.117675781250 +-0.201171875000 +-0.191406250000 +-0.101074218750 +-0.062255859375 +0.135742187500 +-0.326171875000 +0.004272460938 +0.059326171875 +0.275390625000 +0.316406250000 +-0.167968750000 +0.108886718750 +0.243164062500 +-0.001998901367 +-0.029418945312 +-0.281250000000 +0.040771484375 +0.013854980469 +0.108886718750 +-0.324218750000 +0.080566406250 +0.048339843750 +0.031738281250 +0.073730468750 +-0.021606445312 +0.024536132812 +0.192382812500 +-0.259765625000 +-0.003173828125 +-0.009582519531 +-0.086914062500 +-0.208007812500 +-0.029663085938 +-0.053710937500 +-0.120605468750 +0.018432617188 +-0.089355468750 +-0.225585937500 +0.073242187500 +0.186523437500 +0.000228881836 +0.109375000000 +-0.138671875000 +-0.218750000000 +-0.032958984375 +-0.027709960938 +0.026855468750 +-0.098144531250 +0.099609375000 +0.166015625000 +-0.088867187500 +0.070800781250 +-0.243164062500 +0.054687500000 +-0.116699218750 +-0.140625000000 +0.065917968750 +-0.088378906250 +-0.300781250000 +-0.086914062500 +0.070312500000 +0.015991210938 +-0.162109375000 +-0.089843750000 +0.063964843750 +0.104003906250 +-0.165039062500 +0.196289062500 +0.040039062500 +0.045898437500 +0.072753906250 +0.145507812500 +0.092773437500 +-0.462890625000 +0.298828125000 +0.026733398438 +0.098144531250 +-0.072265625000 +0.014770507812 +-0.392578125000 +0.090820312500 +-0.218750000000 +-0.092773437500 +-0.158203125000 +-0.074218750000 +-0.009033203125 +-0.097167968750 +0.107421875000 +0.079101562500 +0.043945312500 +0.149414062500 +-0.359375000000 +-0.110351562500 +-0.046875000000 +0.039062500000 +0.069824218750 +-0.236328125000 +-0.146484375000 +0.027343750000 +0.102539062500 +-0.048583984375 +0.039550781250 +0.069335937500 +-0.069335937500 +0.012329101562 +-0.170898437500 +-0.248046875000 +-0.236328125000 +-0.135742187500 +-0.125000000000 +0.035400390625 +0.064453125000 +0.138671875000 +0.051269531250 +0.075195312500 +-0.128906250000 +-0.179687500000 +0.092773437500 +-0.472656250000 +-0.155273437500 +-0.006958007812 +0.133789062500 +-0.066894531250 +-0.034667968750 +0.065429687500 +-0.094238281250 +0.031738281250 +-0.031738281250 +-0.371093750000 +0.324218750000 +0.017578125000 +0.062988281250 +0.020385742188 +-0.019897460938 +-0.148437500000 +-0.047119140625 +-0.107421875000 +-0.165039062500 +0.030273437500 +-0.151367187500 +-0.209960937500 +0.043212890625 +0.086914062500 +-0.298828125000 +0.045898437500 +-0.005920410156 +-0.010131835938 +-0.076660156250 +-0.020507812500 +0.105468750000 +-0.210937500000 +0.055908203125 +0.130859375000 +-0.015075683594 +0.137695312500 +-0.004333496094 +0.028442382812 +-0.130859375000 +0.061279296875 +-0.172851562500 +0.106445312500 +0.204101562500 +0.208984375000 +0.014892578125 +-0.312500000000 +0.154296875000 +0.016479492188 +-0.056396484375 +0.106933593750 +0.167968750000 +-0.462890625000 +-0.158203125000 +-0.203125000000 +0.055419921875 +-0.038574218750 +0.039062500000 +-0.072753906250 +-0.007934570312 +0.016357421875 +0.052246093750 +-0.166992187500 +0.021362304688 +-0.198242187500 +0.057128906250 +0.063964843750 +0.056884765625 +-0.016357421875 +0.042480468750 +-0.021240234375 +-0.211914062500 +0.070800781250 +-0.231445312500 +-0.410156250000 +-0.135742187500 +0.045654296875 +0.051513671875 +-0.022460937500 +0.072265625000 +0.083496093750 +-0.124023437500 +-0.041259765625 +-0.029174804688 +0.133789062500 +0.167968750000 +-0.097167968750 +0.032714843750 +-0.103515625000 +-0.178710937500 +-0.017578125000 +-0.040771484375 +-0.049804687500 +0.074707031250 +0.029907226562 +-0.004364013672 +-0.015991210938 +0.025634765625 +0.125976562500 +-0.121093750000 +-0.013793945312 +0.055664062500 +-0.087402343750 +0.097656250000 +-0.388671875000 +-0.013732910156 +0.090332031250 +-0.182617187500 +0.065429687500 +-0.046142578125 +-0.057373046875 +-0.011840820312 +0.023071289062 +-0.070312500000 +0.082519531250 +0.004547119141 +-0.093750000000 +-0.320312500000 +-0.251953125000 +0.111816406250 +-0.023559570312 +0.072753906250 +-0.014709472656 +-0.067871093750 +0.016723632812 +0.104492187500 +0.022338867188 +-0.118164062500 +-0.029907226562 +0.261718750000 +0.038574218750 +-0.093261718750 +-0.014892578125 +0.221679687500 +-0.012084960938 +-0.004760742188 +-0.122558593750 +-0.167968750000 +-0.012390136719 +0.029052734375 +0.100585937500 +-0.302734375000 +0.104003906250 +-0.009765625000 +-0.094238281250 +0.074218750000 +0.093750000000 +-0.042968750000 +-0.011657714844 +-0.185546875000 +-0.072265625000 +0.071289062500 +-0.074707031250 +0.047363281250 +-0.141601562500 +-0.009399414062 +-0.018798828125 +0.025878906250 +0.024536132812 +0.108398437500 +-0.253906250000 +-0.055664062500 +-0.122070312500 +-0.249023437500 +0.114746093750 +-0.229492187500 +-0.316406250000 +0.050537109375 +0.031738281250 +0.053222656250 +0.006591796875 +0.009765625000 +0.029052734375 +0.138671875000 +0.042480468750 +0.050048828125 +-0.267578125000 +-0.147460937500 +0.093750000000 +0.012634277344 +0.098144531250 +-0.169921875000 +0.004577636719 +-0.200195312500 +-0.059814453125 +0.080078125000 +-0.034667968750 +-0.074707031250 +0.028198242188 +0.024291992188 +-0.122558593750 +-0.187500000000 +0.134765625000 +-0.241210937500 +0.075195312500 +-0.542968750000 +-0.054199218750 +0.073242187500 +-0.017456054688 +0.038085937500 +-0.056396484375 +-0.009155273438 +-0.033935546875 +0.027221679688 +0.113769531250 +-0.441406250000 +0.141601562500 +-0.033447265625 +0.219726562500 +0.058837890625 +0.087402343750 +-0.103027343750 +-0.078613281250 +-0.216796875000 +0.043212890625 +-0.097167968750 +-0.137695312500 +-0.025146484375 +-0.114257812500 +0.113281250000 +-0.041992187500 +-0.020141601562 +-0.002395629883 +0.017456054688 +-0.198242187500 +-0.067382812500 +0.044433593750 +-0.048583984375 +-0.049072265625 +-0.133789062500 +0.124511718750 +-0.229492187500 +-0.074218750000 +-0.257812500000 +-0.007385253906 +-0.127929687500 +0.155273437500 +-0.024658203125 +0.012695312500 +-0.232421875000 +-0.089843750000 +-0.053955078125 +-0.069824218750 +-0.043701171875 +-0.067382812500 +-0.251953125000 +0.049804687500 +-0.312500000000 +-0.072265625000 +-0.130859375000 +-0.075195312500 +-0.164062500000 +0.173828125000 +-0.008850097656 +0.000701904297 +-0.480468750000 +0.013732910156 +-0.115234375000 +-0.005126953125 +-0.159179687500 +-0.023925781250 +-0.034179687500 +0.020141601562 +0.037109375000 +0.062255859375 +-0.052978515625 +0.067382812500 +0.034423828125 +0.011840820312 +-0.210937500000 +-0.047119140625 +0.174804687500 +-0.073730468750 +-0.195312500000 +0.045410156250 +-0.093261718750 +-0.014038085938 +-0.200195312500 +-0.241210937500 +-0.380859375000 +-0.073242187500 +0.049072265625 +0.000732421875 +-0.240234375000 +0.110351562500 +-0.058837890625 +0.094238281250 +0.048583984375 +-0.053466796875 +-0.224609375000 +-0.172851562500 +0.145507812500 +-0.515625000000 +-0.039794921875 +-0.066406250000 +-0.263671875000 +0.036865234375 +-0.371093750000 +0.044433593750 +-0.236328125000 +-0.073242187500 +-0.008239746094 +0.217773437500 +-0.265625000000 +0.140625000000 +0.059570312500 +-0.136718750000 +-0.164062500000 +-0.027099609375 +0.027465820312 +-0.028076171875 +-0.149414062500 +-0.029418945312 +-0.162109375000 +-0.079589843750 +-0.071289062500 +0.210937500000 +0.113281250000 +0.115722656250 +-0.265625000000 +0.125000000000 +-0.142578125000 +0.016357421875 +-0.125976562500 +-0.300781250000 +-0.292968750000 +0.039550781250 +0.021972656250 +0.021362304688 +-0.168945312500 +0.035156250000 +0.156250000000 +-0.349609375000 +-0.166992187500 +-0.023803710938 +-0.111816406250 +-0.098144531250 +-0.199218750000 +-0.197265625000 +-0.198242187500 +-0.053222656250 +0.244140625000 +-0.078125000000 +-0.496093750000 +0.014648437500 +-0.049804687500 +0.063476562500 +-0.322265625000 +-0.145507812500 +-0.057128906250 +0.075683593750 +-0.043945312500 +-0.176757812500 +0.004547119141 +0.135742187500 +0.055419921875 +-0.394531250000 +0.082519531250 +0.064453125000 +-0.255859375000 +0.220703125000 +-0.076660156250 +-0.086914062500 +-0.245117187500 +-0.249023437500 +0.036132812500 +-0.119140625000 +-0.061767578125 +0.195312500000 +-0.032714843750 +0.032470703125 +-0.191406250000 +0.300781250000 +0.230468750000 +0.032470703125 +-0.011291503906 +0.177734375000 +-0.067871093750 +-0.139648437500 +-0.010192871094 +0.080078125000 +-0.226562500000 +0.048339843750 +0.036132812500 +0.112304687500 +-0.063476562500 +-0.038818359375 +-0.216796875000 +-0.421875000000 +-0.231445312500 +0.073730468750 +0.065429687500 +-0.218750000000 +0.066406250000 +0.097656250000 +0.062011718750 +-0.439453125000 +0.091308593750 +0.018676757812 +0.044921875000 +-0.333984375000 +-0.224609375000 +-0.197265625000 +0.289062500000 +0.185546875000 +0.216796875000 +-0.277343750000 +-0.196289062500 +0.024658203125 +-0.091796875000 +0.066894531250 +0.003738403320 +-0.707031250000 +0.125976562500 +0.027099609375 +0.139648437500 +-0.040039062500 +0.036621093750 +0.024047851562 +-0.026733398438 +-0.218750000000 +0.018432617188 +-0.217773437500 +0.039306640625 +0.197265625000 +-0.064453125000 +0.041992187500 +-0.496093750000 +-0.172851562500 +0.063476562500 +0.023681640625 +0.024047851562 +-0.122558593750 +-0.231445312500 +0.041015625000 +-0.135742187500 +0.294921875000 +-0.029052734375 +0.170898437500 +-0.049072265625 +-0.476562500000 +-0.109375000000 +0.053955078125 +0.133789062500 +-0.002273559570 +-0.166015625000 +0.050781250000 +0.107910156250 +-0.037353515625 +-0.292968750000 +-0.120605468750 +0.005645751953 +0.008178710938 +0.036376953125 +0.000295639038 +0.035644531250 +-0.005798339844 +0.117187500000 +0.144531250000 +0.064453125000 +-0.033447265625 +0.011901855469 +0.062011718750 +-0.038085937500 +0.007873535156 +0.173828125000 +-0.287109375000 +-0.091796875000 +-0.210937500000 +0.100585937500 +0.123535156250 +0.103515625000 +0.044433593750 +0.008544921875 +0.059814453125 +-0.337890625000 +-0.589843750000 +0.064941406250 +-0.139648437500 +0.026245117188 +-0.049804687500 +-0.057373046875 +0.153320312500 +-0.009460449219 +0.033691406250 +-0.164062500000 +-0.189453125000 +0.162109375000 +-0.055664062500 +-0.180664062500 +0.014221191406 +0.063964843750 +0.004669189453 +-0.144531250000 +-0.103027343750 +-0.148437500000 +0.127929687500 +-0.086914062500 +0.085937500000 +0.115234375000 +0.052734375000 +-0.064941406250 +0.031127929688 +0.038085937500 +0.069824218750 +-0.057861328125 +-0.131835937500 +-0.005767822266 +0.183593750000 +-0.058105468750 +0.001579284668 +-0.002410888672 +-0.130859375000 +-0.067382812500 +-0.004364013672 +-0.108398437500 +-0.121093750000 +0.121582031250 +-0.024780273438 +0.026123046875 +0.104492187500 +0.070800781250 +0.191406250000 +-0.023315429688 +0.136718750000 +-0.064941406250 +-0.061279296875 +-0.034667968750 +0.090332031250 +0.167968750000 +0.012634277344 +0.119628906250 +0.055664062500 +-0.141601562500 +-0.057373046875 +0.040527343750 +0.125976562500 +0.162109375000 +0.033203125000 +0.150390625000 +-0.030883789062 +-0.029785156250 +-0.001594543457 +0.005981445312 +0.057373046875 +0.192382812500 +-0.148437500000 +0.132812500000 +-0.261718750000 +-0.092773437500 +-0.143554687500 +0.005096435547 +-0.164062500000 +-0.133789062500 +0.036865234375 +0.001029968262 +-0.146484375000 +-0.096679687500 +0.106445312500 +0.092773437500 +0.353515625000 +0.155273437500 +-0.289062500000 +0.006774902344 +-0.007507324219 +-0.002563476562 +0.142578125000 +-0.037597656250 +0.211914062500 +-0.211914062500 +-0.018798828125 +-0.039062500000 +0.067871093750 +0.045654296875 +0.115722656250 +-0.030883789062 +0.063964843750 +-0.145507812500 +0.064453125000 +-0.028320312500 +-0.052001953125 +0.145507812500 +-0.099609375000 +-0.166015625000 +-0.203125000000 +0.079589843750 +-0.104980468750 +0.074218750000 +0.034667968750 +0.026489257812 +-0.143554687500 +-0.061279296875 +-0.046630859375 +-0.095703125000 +-0.108886718750 +-0.031982421875 +0.073242187500 +-0.550781250000 +0.084472656250 +0.050537109375 +0.063476562500 +0.061767578125 +-0.121582031250 +0.021118164062 +0.050292968750 +-0.365234375000 +-0.181640625000 +-0.014770507812 +-0.200195312500 +0.034423828125 +0.028564453125 +0.067382812500 +-0.012878417969 +-0.067871093750 +-0.026611328125 +-0.040283203125 +0.076660156250 +0.069335937500 +-0.049072265625 +0.068359375000 +-0.053955078125 +0.091308593750 +0.071289062500 +-0.058105468750 +-0.122558593750 +0.122558593750 +0.000789642334 +-0.221679687500 +-0.027221679688 +-0.234375000000 +0.077148437500 +0.040283203125 +0.206054687500 +-0.244140625000 +-0.019897460938 +0.155273437500 +0.021484375000 +0.125976562500 +-0.017822265625 +-0.250000000000 +0.232421875000 +-0.113281250000 +-0.068359375000 +0.044677734375 +-0.063964843750 +-0.019287109375 +0.156250000000 +0.016723632812 +0.001068115234 +-0.067871093750 +0.088867187500 +-0.053466796875 +-0.051513671875 +0.028320312500 +-0.055175781250 +0.134765625000 +-0.078125000000 +-0.067382812500 +0.038574218750 +-0.173828125000 +0.104003906250 +-0.002395629883 +-0.066406250000 +0.037109375000 +-0.071289062500 +-0.206054687500 +-0.005554199219 +-0.076171875000 +-0.890625000000 +-0.148437500000 +-0.037841796875 +-0.016357421875 +0.076660156250 +-0.582031250000 +0.044433593750 +-0.038574218750 +-0.048095703125 +0.055908203125 +0.148437500000 +-0.198242187500 +-0.233398437500 +-0.043457031250 +-0.033935546875 +0.001762390137 +-0.038330078125 +-0.267578125000 +0.035400390625 +0.001213073730 +-0.230468750000 +-0.141601562500 +-0.067382812500 +0.173828125000 +-0.158203125000 +0.017456054688 +0.148437500000 +-0.003616333008 +0.194335937500 +-0.067871093750 +0.073730468750 +-0.057373046875 +0.062255859375 +0.064453125000 +0.051269531250 +-0.149414062500 +0.041259765625 +-0.196289062500 +-0.042236328125 +0.022338867188 +0.144531250000 +-0.076171875000 +0.021118164062 +0.225585937500 +-0.112304687500 +0.035156250000 +0.120117187500 +0.089355468750 +0.138671875000 +0.132812500000 +-0.188476562500 +-0.076660156250 +-0.365234375000 +-0.511718750000 +-0.015991210938 +-0.038330078125 +-0.070312500000 +0.007049560547 +0.085449218750 +0.056152343750 +-0.118164062500 +0.037597656250 +-0.019897460938 +0.073242187500 +-0.384765625000 +-0.149414062500 +0.019409179688 +-0.234375000000 +0.038818359375 +-0.146484375000 +-0.066406250000 +-0.043945312500 +0.016723632812 +0.130859375000 +-0.046875000000 +0.100097656250 +-0.445312500000 +-0.068847656250 +-0.257812500000 +0.209960937500 +-0.039306640625 +0.005035400391 +0.005096435547 +-0.063476562500 +-0.296875000000 +-0.057373046875 +0.079101562500 +0.253906250000 +0.008666992188 +0.074707031250 +-0.000747680664 +0.050292968750 +0.176757812500 +-0.296875000000 +0.051757812500 +-0.148437500000 +0.110839843750 +0.008361816406 +-0.049072265625 +-0.113281250000 +0.139648437500 +-0.251953125000 +0.010559082031 +-0.328125000000 +0.259765625000 +-0.102050781250 +0.005645751953 +0.096679687500 +0.081054687500 +-0.227539062500 +0.073730468750 +-0.028930664062 +-0.083496093750 +-0.002029418945 +0.131835937500 +-0.067382812500 +-0.027587890625 +-0.190429687500 +-0.027099609375 +-0.154296875000 +0.006500244141 +-0.011779785156 +0.073242187500 +-0.036621093750 +0.019042968750 +-0.053955078125 +0.092773437500 +-0.104980468750 +-0.239257812500 +-0.036621093750 +0.008483886719 +-0.057617187500 +0.092285156250 +-0.216796875000 +-0.170898437500 +-0.025024414062 +0.135742187500 +-0.066406250000 +0.132812500000 +-0.135742187500 +-0.294921875000 +-0.139648437500 +0.056884765625 +0.021240234375 +-0.024291992188 +-0.143554687500 +0.111328125000 +0.123535156250 +-0.125000000000 +-0.068847656250 +-0.042236328125 +0.155273437500 +-0.158203125000 +-0.120117187500 +-0.011108398438 +-0.007995605469 +0.058593750000 +-0.085937500000 +0.020385742188 +0.034179687500 +0.127929687500 +-0.016113281250 +0.015380859375 +0.031005859375 +0.020019531250 +-0.055175781250 +0.007934570312 +0.122070312500 +0.171875000000 +0.031982421875 +0.057617187500 +0.004455566406 +0.056640625000 +-0.205078125000 +0.029296875000 +-0.104492187500 +0.039794921875 +-0.227539062500 +0.025756835938 +-0.010375976562 +-0.039550781250 +-0.220703125000 +0.035888671875 +-0.058593750000 +0.125000000000 +-0.040283203125 +0.048095703125 +-0.000640869141 +-0.038330078125 +-0.028564453125 +-0.099121093750 +0.033203125000 +-0.035888671875 +-0.083496093750 +0.137695312500 +0.130859375000 +0.057373046875 +-0.149414062500 +-0.019653320312 +-0.002700805664 +-0.012634277344 +0.014465332031 +0.110351562500 +-0.198242187500 +-0.235351562500 +0.072265625000 +-0.020996093750 +0.335937500000 +0.106445312500 +0.150390625000 +0.093750000000 +-0.061035156250 +-0.152343750000 +-0.076660156250 +0.038818359375 +0.070800781250 +-0.092285156250 +0.003143310547 +0.031982421875 +-0.089843750000 +-0.077636718750 +0.060302734375 +0.090332031250 +-0.067382812500 +0.058349609375 +0.026977539062 +0.076171875000 +0.172851562500 +-0.066894531250 +-0.112792968750 +-0.155273437500 +-0.134765625000 +-0.152343750000 +0.111816406250 +0.014709472656 +-0.010925292969 +-0.246093750000 +-0.332031250000 +0.158203125000 +-0.043701171875 +0.008239746094 +-0.292968750000 +0.108886718750 +0.053710937500 +-0.216796875000 +-0.443359375000 +0.083984375000 +-0.085937500000 +-0.031982421875 +-0.029907226562 +-0.069824218750 +-0.060791015625 +-0.232421875000 +-0.104492187500 +0.048339843750 +-0.205078125000 +0.035400390625 +-0.089843750000 +-0.204101562500 +-0.026611328125 +-0.119140625000 +-0.181640625000 +0.067871093750 +-0.121582031250 +-0.114257812500 +-0.226562500000 +0.090820312500 +0.114257812500 +0.005310058594 +-0.131835937500 +0.103027343750 +-0.339843750000 +-0.238281250000 +-0.135742187500 +0.025146484375 +-0.122070312500 +-0.302734375000 +-0.170898437500 +0.126953125000 +0.271484375000 +-0.251953125000 +0.077148437500 +-0.043457031250 +0.019897460938 +-0.104003906250 +-0.057128906250 +0.241210937500 +-0.003433227539 +-0.030639648438 +0.047851562500 +0.071777343750 +-0.057373046875 +-0.179687500000 +-0.051757812500 +-0.021728515625 +-0.355468750000 +-0.176757812500 +0.173828125000 +0.106445312500 +-0.161132812500 +0.170898437500 +-0.143554687500 +0.026733398438 +0.021728515625 +-0.045410156250 +-0.142578125000 +-0.062500000000 +0.020751953125 +0.058349609375 +-0.074218750000 +0.063476562500 +0.046630859375 +-0.061767578125 +-0.248046875000 +-0.046630859375 +-0.008728027344 +-0.028564453125 +0.025512695312 +-0.020263671875 +0.041503906250 +0.042968750000 +-0.240234375000 +-0.104003906250 +-0.050537109375 +-0.187500000000 +-0.273437500000 +-0.139648437500 +0.041992187500 +-0.125000000000 +0.208007812500 +0.027709960938 +0.027587890625 +-0.178710937500 +-0.204101562500 +0.012756347656 +-0.182617187500 +-0.250000000000 +-0.039550781250 +-0.037841796875 +-0.064453125000 +-0.294921875000 +0.143554687500 +-0.121582031250 +-0.125976562500 +-0.015258789062 +-0.136718750000 +-0.060058593750 +-0.130859375000 +-0.209960937500 +0.059570312500 +-0.034912109375 +-0.017089843750 +0.100097656250 +0.067382812500 +0.007110595703 +0.081054687500 +-0.486328125000 +-0.089843750000 +0.047119140625 +-0.065429687500 +0.020385742188 +0.101562500000 +0.068359375000 +-0.443359375000 +0.053710937500 +-0.457031250000 +-0.063476562500 +0.108886718750 +-0.047607421875 +0.209960937500 +0.061767578125 +0.088378906250 +0.197265625000 +-0.020019531250 +-0.138671875000 +-0.322265625000 +-0.289062500000 +-0.206054687500 +0.092285156250 +0.069335937500 +-0.033691406250 +-0.150390625000 +-0.074218750000 +0.141601562500 +-0.040039062500 +-0.040527343750 +-0.001068115234 +-0.184570312500 +-0.054687500000 +0.058837890625 +-0.030273437500 +-0.109863281250 +0.000705718994 +-0.152343750000 +-0.029541015625 +0.127929687500 +0.060791015625 +0.055908203125 +0.081054687500 +0.036621093750 +0.007934570312 +-0.388671875000 +-0.002502441406 +0.056884765625 +-0.143554687500 +0.279296875000 +-0.013305664062 +-0.223632812500 +-0.111816406250 +0.167968750000 +-0.025512695312 +0.204101562500 +-0.298828125000 +0.057373046875 +-0.029785156250 +0.114746093750 +-0.107910156250 +0.433593750000 +0.159179687500 +0.038818359375 +-0.158203125000 +-0.032958984375 +0.071289062500 +0.044677734375 +-0.052001953125 +-0.078125000000 +0.016479492188 +-0.041503906250 +-0.378906250000 +0.431640625000 +-0.005737304688 +0.045654296875 +-0.212890625000 +0.143554687500 +0.148437500000 +-0.017700195312 +0.114746093750 +0.007110595703 +-0.384765625000 +0.071777343750 +-0.320312500000 +0.005981445312 +-0.041259765625 +-0.527343750000 +-0.253906250000 +0.014465332031 +0.070312500000 +-0.203125000000 +-0.038085937500 +0.108398437500 +-0.020141601562 +-0.083984375000 +-0.011657714844 +-0.060058593750 +-0.138671875000 +-0.043945312500 +-0.084960937500 +0.038330078125 +-0.140625000000 +0.015502929688 +0.231445312500 +0.182617187500 +0.008056640625 +0.018554687500 +-0.308593750000 +-0.585937500000 +-0.222656250000 +-0.075683593750 +0.058593750000 +-0.283203125000 +0.138671875000 +0.326171875000 +-0.028686523438 +-0.047607421875 +-0.281250000000 +-0.100585937500 +-0.431640625000 +-0.257812500000 +0.095703125000 +-0.037353515625 +0.098144531250 +-0.120117187500 +-0.052490234375 +0.116210937500 +-0.207031250000 +0.123046875000 +0.134765625000 +0.050292968750 +0.067871093750 +-0.241210937500 +0.100585937500 +-0.201171875000 +-0.067382812500 +0.146484375000 +-0.239257812500 +-0.084960937500 +-0.417968750000 +0.100097656250 +0.076171875000 +-0.154296875000 +0.054687500000 +-0.193359375000 +-0.300781250000 +0.227539062500 +-0.333984375000 +-0.059814453125 +-0.170898437500 +-0.566406250000 +-0.236328125000 +0.002365112305 +0.175781250000 +-0.281250000000 +-0.091308593750 +0.058105468750 +-0.053222656250 +0.053222656250 +0.023071289062 +0.019897460938 +-0.094238281250 +0.059570312500 +-0.263671875000 +-0.139648437500 +0.043457031250 +-0.054199218750 +0.123535156250 +-0.039062500000 +-0.539062500000 +0.005432128906 +-0.214843750000 +-0.578125000000 +-0.234375000000 +-0.158203125000 +0.145507812500 +0.144531250000 +-0.208984375000 +-0.009826660156 +0.269531250000 +-0.179687500000 +0.043457031250 +0.015869140625 +0.037353515625 +0.061523437500 +0.318359375000 +-0.166992187500 +0.100585937500 +0.027343750000 +-0.193359375000 +0.044189453125 +-0.135742187500 +0.088867187500 +0.188476562500 +0.179687500000 +0.044189453125 +-0.234375000000 +-0.081054687500 +-0.122070312500 +0.011779785156 +-0.257812500000 +0.203125000000 +-0.250000000000 +-0.484375000000 +0.133789062500 +0.069335937500 +0.120117187500 +0.096191406250 +0.078613281250 +-0.205078125000 +0.092773437500 +-0.250000000000 +-0.163085937500 +-0.458984375000 +-0.345703125000 +-0.056884765625 +-0.104003906250 +-0.088378906250 +0.005615234375 +-0.048583984375 +0.103027343750 +-0.126953125000 +-0.046386718750 +-0.057128906250 +0.070800781250 +0.061279296875 +0.088867187500 +-0.148437500000 +-0.234375000000 +0.077636718750 +-0.283203125000 +-0.043212890625 +-0.083984375000 +-0.027343750000 +-0.102050781250 +-0.031982421875 +-0.151367187500 +-0.332031250000 +0.050781250000 +-0.007202148438 +0.034423828125 +-0.675781250000 +-0.233398437500 +0.129882812500 +-0.099609375000 +-0.285156250000 +-0.045898437500 +0.012939453125 +-0.135742187500 +-0.017089843750 +0.079101562500 +0.223632812500 +0.183593750000 +0.073730468750 +-0.059814453125 +-0.008666992188 +0.029907226562 +-0.008117675781 +0.037109375000 +-0.011779785156 +0.071289062500 +0.029418945312 +0.093261718750 +-0.120605468750 +-0.129882812500 +0.036376953125 +-0.316406250000 +-0.640625000000 +0.253906250000 +0.038330078125 +-0.050292968750 +-0.028808593750 +0.121582031250 +0.015991210938 +-0.152343750000 +-0.243164062500 +-0.016845703125 +-0.015991210938 +0.006774902344 +-0.001853942871 +0.136718750000 +0.030639648438 +-0.041748046875 +-0.137695312500 +0.071289062500 +-0.119140625000 +-0.076660156250 +0.003021240234 +-0.033691406250 +0.061035156250 +-0.005279541016 +-0.177734375000 +-0.046142578125 +0.204101562500 +-0.148437500000 +0.021606445312 +0.244140625000 +-0.073730468750 +0.003906250000 +0.051513671875 +-0.053466796875 +0.013977050781 +0.021606445312 +0.109863281250 +0.185546875000 +-0.107910156250 +-0.287109375000 +0.111816406250 +0.055664062500 +-0.406250000000 +-0.151367187500 +-0.022705078125 +-0.020263671875 +0.167968750000 +-0.011474609375 +-0.106933593750 +-0.023315429688 +-0.281250000000 +-0.168945312500 +0.024658203125 +0.095703125000 +0.025634765625 +-0.018310546875 +0.046875000000 +0.056152343750 +0.118164062500 +0.188476562500 +-0.180664062500 +-0.417968750000 +0.039794921875 +-0.029907226562 +-0.431640625000 +0.129882812500 +0.166015625000 +-0.042236328125 +-0.095214843750 +-0.310546875000 +0.074707031250 +-0.062255859375 +-0.330078125000 +0.013000488281 +0.019165039062 +0.080078125000 +0.101074218750 +-0.024658203125 +0.008544921875 +-0.027221679688 +-0.121582031250 +-0.163085937500 +0.007232666016 +-0.106933593750 +-0.004333496094 +-0.015136718750 +-0.055908203125 +-0.023315429688 +-0.080566406250 +-0.022949218750 +0.153320312500 +0.020263671875 +-0.032958984375 +0.125976562500 +0.049804687500 +-0.005340576172 +0.013977050781 +0.114746093750 +0.002639770508 +-0.177734375000 +0.095214843750 +-0.423828125000 +0.167968750000 +-0.152343750000 +0.156250000000 +0.079589843750 +0.104980468750 +-0.047363281250 +0.044921875000 +-0.024658203125 +0.003707885742 +0.133789062500 +-0.019287109375 +-0.005218505859 +0.168945312500 +0.034912109375 +0.009216308594 +-0.038330078125 +-0.007720947266 +0.030883789062 +0.046386718750 +0.154296875000 +-0.026000976562 +0.189453125000 +-0.119140625000 +0.140625000000 +-0.097167968750 +-0.048583984375 +-0.230468750000 +0.020141601562 +-0.102539062500 +0.077148437500 +-0.021972656250 +0.180664062500 +-0.070312500000 +0.149414062500 +-0.069824218750 +0.016357421875 +-0.066406250000 +0.036621093750 +0.054199218750 +0.032470703125 +-0.100585937500 +-0.015625000000 +0.105468750000 +0.038574218750 +0.075683593750 +-0.141601562500 +0.090332031250 +0.006652832031 +-0.066406250000 +-0.008850097656 +0.000082492828 +-0.047119140625 +-0.036865234375 +0.028564453125 +0.083984375000 +-0.045410156250 +-0.089355468750 +-0.014648437500 +0.116210937500 +-0.069335937500 +-0.017700195312 +-0.168945312500 +-0.012878417969 +-0.114746093750 +-0.008422851562 +0.265625000000 +-0.025512695312 +-0.021728515625 +-0.207031250000 +-0.126953125000 +0.084960937500 +0.181640625000 +-0.008605957031 +0.078125000000 +-0.019409179688 +-0.040039062500 +0.396484375000 +0.174804687500 +-0.098632812500 +-0.050537109375 +-0.168945312500 +0.067871093750 +0.244140625000 +-0.112304687500 +0.031982421875 +0.150390625000 +0.068847656250 +-0.013183593750 +-0.021606445312 +0.067871093750 +-0.085449218750 +-0.233398437500 +-0.002105712891 +-0.129882812500 +0.115722656250 +-0.186523437500 +-0.050048828125 +0.051757812500 +-0.089843750000 +-0.271484375000 +-0.006072998047 +0.027587890625 +0.015380859375 +0.090820312500 +-0.064941406250 +0.007171630859 +0.065917968750 +-0.147460937500 +-0.064941406250 +0.054931640625 +-0.040283203125 +-0.027343750000 +0.036376953125 +-0.083984375000 +-0.084960937500 +-0.099609375000 +-0.027465820312 +-0.107910156250 +-0.160156250000 +0.101074218750 +0.033691406250 +-0.038818359375 +-0.206054687500 +0.109375000000 +-0.025512695312 +-0.023193359375 +0.026855468750 +-0.120117187500 +0.018310546875 +0.163085937500 +-0.108886718750 +-0.107421875000 +-0.045898437500 +-0.009033203125 +0.199218750000 +0.005706787109 +0.050292968750 +0.007995605469 +0.161132812500 +-0.225585937500 +-0.291015625000 +0.223632812500 +0.265625000000 +0.050292968750 +-0.193359375000 +0.075195312500 +0.047851562500 +-0.138671875000 +-0.202148437500 +-0.165039062500 +-0.269531250000 +0.181640625000 +0.005340576172 +-0.209960937500 +0.029541015625 +-0.073730468750 +0.090820312500 +-0.081054687500 +-0.140625000000 +0.021362304688 +-0.030517578125 +-0.098632812500 +-0.111816406250 +-0.194335937500 +-0.161132812500 +0.025512695312 +0.229492187500 +-0.134765625000 +0.081054687500 +0.064453125000 +0.010620117188 +-0.109863281250 +0.175781250000 +-0.229492187500 +-0.208007812500 +0.035400390625 +-0.055419921875 +0.075683593750 +0.153320312500 +-0.141601562500 +0.101562500000 +-0.310546875000 +-0.208984375000 +0.073242187500 +-0.020019531250 +0.020874023438 +-0.053222656250 +-0.094726562500 +0.043945312500 +-0.156250000000 +0.154296875000 +0.144531250000 +-0.074707031250 +-0.291015625000 +-0.115722656250 +-0.221679687500 +0.091796875000 +-0.157226562500 +0.041015625000 +0.090332031250 +0.024536132812 +-0.128906250000 +0.168945312500 +-0.178710937500 +-0.108398437500 +0.029052734375 +0.238281250000 +0.015869140625 +-0.714843750000 +0.146484375000 +0.128906250000 +-0.455078125000 +0.035888671875 +-0.196289062500 +-0.406250000000 +0.006927490234 +0.093261718750 +-0.203125000000 +-0.149414062500 +-0.016601562500 +-0.257812500000 +0.019287109375 +-0.275390625000 +0.043457031250 +0.027709960938 +-0.187500000000 +-0.088867187500 +-0.160156250000 +-0.396484375000 +0.029907226562 +0.176757812500 +0.072753906250 +-0.005920410156 +0.088867187500 +0.161132812500 +-0.200195312500 +-0.091796875000 +-0.186523437500 +-0.550781250000 +0.028808593750 +-0.038818359375 +-0.148437500000 +0.259765625000 +-0.074707031250 +-0.039062500000 +0.066894531250 +-0.202148437500 +-0.066406250000 +-0.028198242188 +0.020629882812 +-0.175781250000 +-0.192382812500 +0.177734375000 +-0.279296875000 +0.029785156250 +-0.145507812500 +0.009399414062 +-0.227539062500 +-0.038818359375 +-0.027465820312 +0.026733398438 +0.131835937500 +0.096191406250 +-0.120605468750 +0.099121093750 +-0.357421875000 +-0.122070312500 +-0.211914062500 +-0.394531250000 +-0.032226562500 +0.058837890625 +0.174804687500 +-1.070312500000 +-0.096191406250 +0.414062500000 +-0.160156250000 +-0.138671875000 +-0.027709960938 +0.046630859375 +-0.165039062500 +0.063476562500 +-0.053222656250 +-0.125976562500 +0.033935546875 +-0.554687500000 +0.015258789062 +0.099609375000 +0.093261718750 +0.072753906250 +-0.008178710938 +0.023681640625 +-0.275390625000 +-0.216796875000 +-0.035644531250 +-0.294921875000 +0.408203125000 +-0.466796875000 +0.076171875000 +0.296875000000 +-0.006286621094 +-0.106933593750 +-0.229492187500 +-0.059326171875 +-0.030151367188 +0.201171875000 +-0.082031250000 +-0.081542968750 +-0.020507812500 +-0.030883789062 +-0.090820312500 +-0.135742187500 +-0.155273437500 +0.011596679688 +-0.073730468750 +-0.230468750000 +-0.066894531250 +0.016113281250 +-0.239257812500 +-0.014038085938 +0.000318527222 +-0.041992187500 +0.000015735626 +-0.214843750000 +0.038574218750 +-0.229492187500 +0.013977050781 +-0.171875000000 +0.083007812500 +0.012207031250 +0.048583984375 +-0.157226562500 +-0.035400390625 +-0.231445312500 +-0.193359375000 +0.066406250000 +-0.183593750000 +-0.683593750000 +-0.046142578125 +0.208007812500 +-0.012817382812 +-0.197265625000 +-0.000291824341 +0.036132812500 +0.156250000000 +-0.020141601562 +-0.004302978516 +-0.030883789062 +0.021484375000 +-0.351562500000 +-0.039550781250 +-0.044677734375 +-0.173828125000 +0.030883789062 +-0.018066406250 +0.021118164062 +-0.069335937500 +-0.019287109375 +0.087890625000 +-0.052978515625 +-0.333984375000 +-0.369140625000 +0.056152343750 +0.365234375000 +-0.001716613770 +-0.086425781250 +-0.006927490234 +0.023437500000 +0.009643554688 +0.065429687500 +-0.066406250000 +-0.193359375000 +-0.134765625000 +-0.210937500000 +-0.001022338867 +-0.077148437500 +0.086425781250 +0.006744384766 +-0.261718750000 +-0.109863281250 +-0.109375000000 +-0.118652343750 +-0.049560546875 +0.115722656250 +-0.076660156250 +-0.059082031250 +0.133789062500 +-0.378906250000 +0.145507812500 +0.033935546875 +-0.190429687500 +-0.047851562500 +-0.046142578125 +-0.053955078125 +-0.139648437500 +0.011535644531 +-0.113769531250 +0.007934570312 +-0.039550781250 +0.098144531250 +0.147460937500 +-0.045654296875 +-0.018554687500 +0.182617187500 +0.071289062500 +-0.033447265625 +0.104980468750 +0.042480468750 +0.163085937500 +0.066406250000 +0.041992187500 +-0.028076171875 +-0.316406250000 +-0.098632812500 +-0.121093750000 +0.072265625000 +0.097167968750 +0.042236328125 +0.024291992188 +-0.093261718750 +-0.046386718750 +0.079101562500 +-0.012207031250 +-0.022705078125 +-0.106445312500 +0.073242187500 +-0.058105468750 +-0.182617187500 +0.011474609375 +-0.099609375000 +-0.132812500000 +0.039062500000 +-0.018188476562 +0.020874023438 +0.069335937500 +-0.032226562500 +-0.191406250000 +0.018310546875 +-0.138671875000 +0.009643554688 +-0.069335937500 +-0.065917968750 +-0.125976562500 +-0.111816406250 +-0.271484375000 +-0.052734375000 +-0.065917968750 +0.006378173828 +-0.044189453125 +-0.049316406250 +-0.080078125000 +-0.082519531250 +0.037353515625 +-0.019042968750 +0.062500000000 +0.000065326691 +-0.162109375000 +0.015319824219 +-0.115234375000 +-0.141601562500 +-0.011596679688 +-0.116699218750 +-0.190429687500 +-0.099121093750 +-0.039794921875 +0.050781250000 +-0.030273437500 +0.069824218750 +-0.069335937500 +-0.271484375000 +0.019531250000 +-0.039550781250 +-0.173828125000 +0.077636718750 +-0.109375000000 +-0.164062500000 +-0.229492187500 +0.097167968750 +-0.041259765625 +0.000059127808 +0.081542968750 +0.034179687500 +-0.007507324219 +0.062500000000 +-0.010742187500 +0.122558593750 +-0.113281250000 +-0.027221679688 +0.049072265625 +0.055908203125 +-0.134765625000 +-0.011291503906 +-0.158203125000 +0.137695312500 +0.045654296875 +0.013305664062 +0.054931640625 +-0.033935546875 +0.037841796875 +0.055419921875 +-0.191406250000 +-0.034667968750 +-0.010314941406 +0.022949218750 +-0.013061523438 +-0.001754760742 +0.039306640625 +-0.019409179688 +0.076660156250 +-0.009643554688 +-0.036621093750 +-0.031494140625 +-0.103027343750 +-0.009521484375 +-0.312500000000 +-0.204101562500 +0.161132812500 +0.110351562500 +-0.210937500000 +0.036621093750 +-0.086914062500 +0.017578125000 +-0.221679687500 +0.056396484375 +-0.349609375000 +0.117675781250 +-0.136718750000 +-0.110351562500 +0.048828125000 +-0.019897460938 +-0.100097656250 +0.080566406250 +0.388671875000 +0.131835937500 +-0.075683593750 +0.298828125000 +-0.044921875000 +-0.104003906250 +-0.096191406250 +-0.075683593750 +0.075195312500 +-0.011474609375 +0.136718750000 +0.040039062500 +-0.075683593750 +-0.063964843750 +0.235351562500 +-0.004974365234 +0.149414062500 +0.041259765625 +-0.012756347656 +0.040283203125 +0.039550781250 +-0.051513671875 +-0.208007812500 +-0.155273437500 +-0.180664062500 +0.002853393555 +-0.427734375000 +-0.189453125000 +-0.140625000000 +-0.070312500000 +-0.066894531250 +-0.072265625000 +-0.382812500000 +-0.073730468750 +0.108886718750 +0.341796875000 +0.080566406250 +0.109863281250 +-0.176757812500 +-0.222656250000 +0.141601562500 +0.269531250000 +0.064453125000 +0.002395629883 +-0.002532958984 +-0.079589843750 +0.170898437500 +0.246093750000 +-0.016357421875 +-0.100097656250 +-0.068847656250 +0.009643554688 +-0.298828125000 +-0.041259765625 +-0.189453125000 +0.035156250000 +-0.043701171875 +0.064453125000 +-0.320312500000 +-0.116699218750 +0.243164062500 +0.061035156250 +-0.519531250000 +0.006591796875 +0.273437500000 +0.044433593750 +-0.097656250000 +-0.010925292969 +0.010559082031 +-0.423828125000 +0.024536132812 +0.047851562500 +-0.094238281250 +-0.174804687500 +-0.181640625000 +0.244140625000 +0.150390625000 +0.023681640625 +0.138671875000 +-0.074707031250 +-0.083007812500 +0.074707031250 +-0.065429687500 +-1.398437500000 +-0.197265625000 +-0.091796875000 +-0.265625000000 +-0.227539062500 +-0.062988281250 +-0.081542968750 +0.204101562500 +-0.710937500000 +0.037597656250 +0.059814453125 +-0.125976562500 +-0.015319824219 +-0.306640625000 +0.042968750000 +-0.238281250000 +-0.014099121094 +-0.062988281250 +-0.145507812500 +-0.111328125000 +-0.067382812500 +0.001426696777 +-0.101562500000 +0.077636718750 +0.153320312500 +0.255859375000 +-0.056396484375 +0.174804687500 +0.056396484375 +-0.063964843750 +-0.018676757812 +-0.025024414062 +0.105957031250 +0.190429687500 +-0.022094726562 +-0.275390625000 +0.217773437500 +-0.231445312500 +-0.326171875000 +-0.296875000000 +0.101562500000 +-0.147460937500 +-0.019287109375 +-0.308593750000 +0.045898437500 +-0.230468750000 +0.193359375000 +-0.236328125000 +0.155273437500 +0.162109375000 +-0.453125000000 +0.039550781250 +0.177734375000 +0.015563964844 +-0.049804687500 +-0.181640625000 +0.231445312500 +-0.005310058594 +-1.132812500000 +0.165039062500 +-0.103027343750 +-0.098144531250 +-0.020385742188 +-0.127929687500 +-0.222656250000 +0.012084960938 +0.150390625000 +-0.066894531250 +-0.523437500000 +-0.062500000000 +-0.235351562500 +0.149414062500 +-0.472656250000 +0.122558593750 +0.147460937500 +-0.057373046875 +0.082031250000 +-0.231445312500 +0.018920898438 +-0.179687500000 +-0.033447265625 +-0.164062500000 +-0.371093750000 +0.376953125000 +-0.222656250000 +0.076171875000 +-0.053955078125 +0.040283203125 +0.108886718750 +0.077636718750 +-0.034667968750 +0.088867187500 +0.051025390625 +0.130859375000 +0.126953125000 +-0.050292968750 +0.040039062500 +-0.210937500000 +-0.015991210938 +-0.351562500000 +0.088867187500 +-0.257812500000 +-0.123535156250 +0.126953125000 +0.201171875000 +0.093750000000 +0.019165039062 +-0.287109375000 +-0.240234375000 +0.148437500000 +0.024169921875 +0.049804687500 +0.026977539062 +0.054443359375 +-0.421875000000 +-0.206054687500 +-0.251953125000 +-0.081542968750 +-0.271484375000 +0.031982421875 +-0.074218750000 +-0.103027343750 +-1.335937500000 +-0.275390625000 +-0.451171875000 +-0.051513671875 +-0.095703125000 +0.109863281250 +0.238281250000 +0.080566406250 +0.096679687500 +-0.013061523438 +-0.333984375000 +-0.190429687500 +-0.435546875000 +-0.122070312500 +-0.243164062500 +0.020751953125 +0.156250000000 +-0.131835937500 +-0.091308593750 +-0.062500000000 +-0.122070312500 +0.035400390625 +-0.006072998047 +-0.009765625000 +0.156250000000 +0.157226562500 +-0.292968750000 +0.158203125000 +-0.128906250000 +0.091308593750 +-0.027954101562 +0.210937500000 +-0.103515625000 +0.044921875000 +-0.000190734863 +0.117675781250 +0.322265625000 +-0.180664062500 +0.125976562500 +-0.003158569336 +0.056152343750 +-0.105468750000 +0.036132812500 +-0.119628906250 +-0.380859375000 +-0.166015625000 +0.033691406250 +0.203125000000 +-0.043212890625 +-0.472656250000 +-0.231445312500 +0.253906250000 +-0.237304687500 +-0.015502929688 +0.016235351562 +-0.116210937500 +-0.566406250000 +-0.251953125000 +-0.102539062500 +0.033447265625 +-0.451171875000 +0.086425781250 +-0.083984375000 +0.081542968750 +-0.742187500000 +0.036621093750 +-0.388671875000 +0.029785156250 +0.112304687500 +0.030517578125 +0.112792968750 +0.075683593750 +0.076171875000 +-0.110351562500 +-0.271484375000 +-0.054443359375 +-0.140625000000 +-0.320312500000 +-0.128906250000 +-0.007568359375 +0.156250000000 +-0.092773437500 +0.166992187500 +-0.049560546875 +0.000782012939 +-0.046630859375 +0.180664062500 +0.113769531250 +0.078613281250 +0.156250000000 +-0.375000000000 +-0.021606445312 +-0.597656250000 +-0.100585937500 +-0.059570312500 +0.052246093750 +-0.171875000000 +0.066894531250 +0.163085937500 +-0.056884765625 +0.167968750000 +-0.166015625000 +0.040771484375 +-0.083984375000 +0.076660156250 +0.072753906250 +0.148437500000 +-0.166992187500 +-0.404296875000 +-0.593750000000 +-0.030029296875 +0.096191406250 +0.017211914062 +-0.439453125000 +-0.224609375000 +0.261718750000 +-0.205078125000 +0.043457031250 +-0.243164062500 +-0.235351562500 +-0.193359375000 +0.312500000000 +0.015991210938 +0.209960937500 +0.039794921875 +0.146484375000 +-0.013183593750 +0.053466796875 +-0.095703125000 +0.125000000000 +-0.351562500000 +-0.202148437500 +0.203125000000 +0.043457031250 +-0.059326171875 +-0.190429687500 +0.074707031250 +-0.235351562500 +-0.188476562500 +-0.041992187500 +0.129882812500 +-0.111816406250 +0.051025390625 +0.210937500000 +-0.036865234375 +-0.001029968262 +-0.092285156250 +-0.206054687500 +0.009521484375 +-0.009521484375 +-0.177734375000 +-0.102539062500 +0.068359375000 +-0.169921875000 +-0.017333984375 +0.001602172852 +-0.187500000000 +-0.028442382812 +0.021118164062 +-0.040771484375 +-0.046142578125 +0.154296875000 +-0.036865234375 +0.092285156250 +-0.031494140625 +0.065429687500 +-0.098632812500 +0.176757812500 +-0.047119140625 +0.181640625000 +0.028808593750 +-0.097167968750 +0.259765625000 +-0.337890625000 +0.003143310547 +-0.113769531250 +-0.013244628906 +-0.154296875000 +-0.057861328125 +-0.216796875000 +0.337890625000 +0.044677734375 +0.070800781250 +-0.188476562500 +-0.042968750000 +0.291015625000 +0.107910156250 +-0.042968750000 +-0.094726562500 +-0.007415771484 +-0.013854980469 +0.045410156250 +0.017944335938 +0.075683593750 +0.090332031250 +-0.105468750000 +0.038574218750 +-0.128906250000 +-0.042480468750 +0.016479492188 +-0.017822265625 +-0.051757812500 +-0.071289062500 +-0.017089843750 +0.077148437500 +0.076171875000 +-0.000385284424 +0.174804687500 +0.031738281250 +-0.067382812500 +-0.194335937500 +-0.125976562500 +0.079101562500 +0.021850585938 +0.063964843750 +-0.031250000000 +-0.148437500000 +-0.185546875000 +-0.033203125000 +0.034912109375 +0.006439208984 +0.015747070312 +-0.102050781250 +0.003448486328 +0.157226562500 +-0.060058593750 +-0.045410156250 +-0.091308593750 +-0.004241943359 +0.020629882812 +-0.828125000000 +0.038330078125 +0.112304687500 +0.159179687500 +-0.065917968750 +-0.001342773438 +0.122558593750 +0.147460937500 +0.166015625000 +-0.090332031250 +0.062500000000 +0.292968750000 +0.349609375000 +0.123046875000 +-0.137695312500 +0.190429687500 +0.091796875000 +-0.200195312500 +0.003387451172 +0.126953125000 +-0.031738281250 +-0.149414062500 +-0.068359375000 +-0.101562500000 +0.041259765625 +-0.006347656250 +-0.096679687500 +0.259765625000 +0.047607421875 +0.081054687500 +-0.054687500000 +0.103027343750 +0.308593750000 +-0.263671875000 +-0.166015625000 +0.140625000000 +0.178710937500 +0.196289062500 +0.057128906250 +-0.001083374023 +0.012390136719 +0.011535644531 +0.012878417969 +-0.253906250000 +0.128906250000 +-0.012634277344 +-0.001274108887 +-0.202148437500 +0.076660156250 +-0.172851562500 +-0.106933593750 +-0.281250000000 +0.018920898438 +-0.043212890625 +-0.023803710938 +-0.141601562500 +-0.076660156250 +-0.197265625000 +0.012878417969 +-0.209960937500 +0.088867187500 +-0.141601562500 +-0.141601562500 +-0.083007812500 +-1.250000000000 +-0.220703125000 +0.116210937500 +-0.099609375000 +0.075195312500 +-0.069824218750 +-0.057128906250 +-0.007354736328 +0.046630859375 +-0.093261718750 +-0.161132812500 +-0.040771484375 +0.002944946289 +0.046386718750 +-0.244140625000 +-0.138671875000 +-0.004699707031 +0.072265625000 +0.032470703125 +0.012573242188 +0.014038085938 +0.021118164062 +0.116699218750 +-0.132812500000 +-0.531250000000 +0.106933593750 +-0.187500000000 +-0.566406250000 +-0.308593750000 +-0.019165039062 +0.279296875000 +-0.005065917969 +-0.227539062500 +-0.134765625000 +-0.112304687500 +0.271484375000 +0.203125000000 +0.088867187500 +0.196289062500 +-0.125976562500 +0.039550781250 +0.053710937500 +0.021362304688 +-0.080078125000 +-0.031738281250 +-0.205078125000 +0.243164062500 +0.163085937500 +0.312500000000 +0.149414062500 +-0.261718750000 +0.107910156250 +0.150390625000 +-0.170898437500 +0.089843750000 +0.119628906250 +0.053222656250 +0.200195312500 +0.065917968750 +-0.063964843750 +0.145507812500 +-0.265625000000 +0.308593750000 +0.024780273438 +-0.302734375000 +0.070312500000 +0.228515625000 +-0.061767578125 +-0.141601562500 +-0.640625000000 +-0.089843750000 +-0.051025390625 +-0.103027343750 +0.035644531250 +0.029052734375 +0.086914062500 +0.136718750000 +0.316406250000 +-0.060791015625 +-0.112792968750 +-0.259765625000 +-0.207031250000 +0.022216796875 +0.051757812500 +-0.053466796875 +-0.031250000000 +0.109375000000 +-0.150390625000 +-0.251953125000 +-0.028686523438 +0.069335937500 +-0.184570312500 +-0.281250000000 +-0.238281250000 +-0.250000000000 +0.079101562500 +-0.049316406250 +0.006744384766 +0.128906250000 +-0.281250000000 +0.024780273438 +0.080078125000 +0.162109375000 +-0.042236328125 +0.033691406250 +-0.005279541016 +0.121582031250 +0.046386718750 +0.134765625000 +-0.308593750000 +0.005889892578 +-0.259765625000 +0.050537109375 +-0.003417968750 +-0.582031250000 +0.015563964844 +0.060546875000 +-0.136718750000 +-0.028198242188 +-0.062255859375 +0.020385742188 +-0.142578125000 +-0.168945312500 +-0.054931640625 +-0.018676757812 +0.140625000000 +-0.462890625000 +0.066406250000 +0.212890625000 +0.175781250000 +0.197265625000 +-0.231445312500 +-0.229492187500 +-0.052001953125 +-0.057128906250 +-0.037109375000 +-0.042480468750 +-0.089843750000 +0.041992187500 +0.182617187500 +-0.027832031250 +0.279296875000 +-0.157226562500 +-0.310546875000 +-0.271484375000 +0.214843750000 +0.059814453125 +-0.310546875000 +0.206054687500 +0.011230468750 +-0.349609375000 +0.044677734375 +0.302734375000 +0.094726562500 +-0.108398437500 +-0.092773437500 +0.072265625000 +-0.073730468750 +-0.183593750000 +-0.251953125000 +-0.077148437500 +-0.128906250000 +-0.022949218750 +-0.376953125000 +-0.119628906250 +0.326171875000 +-0.042480468750 +0.047119140625 +0.041259765625 +0.085937500000 +-0.062500000000 +-0.009887695312 +0.060302734375 +-0.146484375000 +-0.972656250000 +-0.137695312500 +-0.353515625000 +0.043457031250 +-0.867187500000 +-0.357421875000 +0.209960937500 +-0.143554687500 +-0.318359375000 +0.083984375000 +-0.026977539062 +-0.028320312500 +0.025634765625 +0.171875000000 +-0.562500000000 +0.173828125000 +-0.042236328125 +-0.388671875000 +0.022827148438 +-0.187500000000 +-0.055908203125 +-0.427734375000 +-0.177734375000 +0.036132812500 +0.028076171875 +0.027587890625 +0.051025390625 +-0.049560546875 +-0.006286621094 +-0.009033203125 +0.232421875000 +0.100097656250 +-0.124023437500 +0.031127929688 +0.210937500000 +-0.141601562500 +-0.217773437500 +-0.029296875000 +-0.135742187500 +0.025390625000 +-0.417968750000 +0.066894531250 +0.041748046875 +-0.162109375000 +-0.008850097656 +0.112792968750 +-0.135742187500 +-0.261718750000 +0.245117187500 +-0.243164062500 +0.069824218750 +0.435546875000 +0.103515625000 +0.322265625000 +-0.139648437500 +0.189453125000 +-0.033935546875 +-0.155273437500 +-0.058837890625 +-0.158203125000 +0.052490234375 +0.087890625000 +-0.010314941406 +-0.098144531250 +0.126953125000 +-0.015625000000 +-0.016235351562 +-0.018432617188 +-0.531250000000 +0.062988281250 +0.006378173828 +-0.184570312500 +0.031005859375 +0.068847656250 +0.001548767090 +-0.051269531250 +0.110839843750 +0.169921875000 +-0.511718750000 +0.149414062500 +0.285156250000 +-0.103027343750 +-0.053222656250 +-0.109863281250 +-0.024047851562 +0.108398437500 +-0.152343750000 +0.044921875000 +0.002319335938 +0.100585937500 +0.087890625000 +-0.098632812500 +0.050292968750 +0.071289062500 +-0.019287109375 +-0.018066406250 +-0.464843750000 +0.079589843750 +0.065429687500 +0.269531250000 +-0.263671875000 +0.100097656250 +0.012023925781 +0.045166015625 +-0.388671875000 +0.108398437500 +-0.081054687500 +0.089843750000 +-0.060546875000 +0.042236328125 +-0.104980468750 +-0.049316406250 +0.027954101562 +0.114257812500 +-0.068847656250 +-0.176757812500 +0.008056640625 +0.261718750000 +0.169921875000 +-0.002929687500 +0.057617187500 +-0.042236328125 +0.080566406250 +0.062500000000 +-0.056152343750 +0.039550781250 +-0.095703125000 +-0.037841796875 +-0.247070312500 +0.058837890625 +0.017211914062 +0.110839843750 +0.082519531250 +0.205078125000 +-0.322265625000 +-0.083007812500 +0.008850097656 +-0.175781250000 +-0.028076171875 +0.079101562500 +-0.032958984375 +-0.095214843750 +-0.114257812500 +-0.070312500000 +-0.030517578125 +0.002044677734 +-0.038330078125 +0.063476562500 +0.099609375000 +0.126953125000 +-0.004119873047 +0.015258789062 +0.089843750000 +0.202148437500 +-0.035888671875 +-0.012939453125 +-0.024291992188 +-0.029785156250 +0.139648437500 +-0.099121093750 +-0.099609375000 +0.011047363281 +0.032226562500 +-0.056396484375 +0.110839843750 +-0.027099609375 +-0.004821777344 +-0.078613281250 +-0.079101562500 +0.068359375000 +0.059082031250 +-0.007659912109 +-0.065429687500 +-0.236328125000 +0.087890625000 +0.028686523438 +0.107910156250 +0.017211914062 +0.054443359375 +-0.014099121094 +0.104003906250 +-0.021118164062 +0.221679687500 +0.062255859375 +0.094726562500 +0.026977539062 +-0.052734375000 +0.055419921875 +0.086914062500 +0.150390625000 +-0.056884765625 +-0.056640625000 +0.117675781250 +-0.001586914062 +0.006317138672 +-0.031738281250 +-0.050537109375 +-0.150390625000 +0.071289062500 +-0.316406250000 +0.154296875000 +-0.074218750000 +0.051025390625 +-0.093261718750 +-0.052246093750 +0.114257812500 +0.101562500000 +0.044189453125 +0.206054687500 +0.074707031250 +-0.097656250000 +0.212890625000 +0.157226562500 +-0.071777343750 +-0.071777343750 +-0.160156250000 +-0.076171875000 +0.029663085938 +-0.187500000000 +-0.135742187500 +0.012207031250 +0.024536132812 +0.049072265625 +-0.051757812500 +0.040527343750 +-0.333984375000 +-0.578125000000 +0.075195312500 +-0.090820312500 +-0.104003906250 +-0.060302734375 +-0.168945312500 +0.163085937500 +-0.267578125000 +-0.103515625000 +-0.102539062500 +-0.039550781250 +0.165039062500 +-0.306640625000 +0.078613281250 +-0.157226562500 +0.170898437500 +-0.128906250000 +0.175781250000 +0.027954101562 +0.136718750000 +0.020385742188 +0.023315429688 +0.075195312500 +-0.138671875000 +0.120605468750 +-0.046142578125 +-0.061523437500 +-0.310546875000 +0.123046875000 +0.027099609375 +-0.046142578125 +-0.041259765625 +-0.234375000000 +-0.291015625000 +-0.134765625000 +-0.023071289062 +0.036132812500 +0.161132812500 +0.072265625000 +-0.296875000000 +0.158203125000 +0.073242187500 +-0.213867187500 +0.050292968750 +0.010620117188 +0.032226562500 +-0.058593750000 +0.239257812500 +-0.261718750000 +-0.212890625000 +0.068847656250 +-0.079589843750 +0.294921875000 +-0.228515625000 +0.087402343750 +-0.081542968750 +-0.275390625000 +0.002609252930 +-0.069335937500 +0.034423828125 +-0.061767578125 +-0.147460937500 +-0.010498046875 +-0.063476562500 +-0.396484375000 +-0.084472656250 +0.124023437500 +0.016845703125 +-0.013916015625 +-0.131835937500 +-0.044433593750 +-0.201171875000 +-0.235351562500 +-0.112304687500 +0.178710937500 +-0.060791015625 +-0.045654296875 +-0.091308593750 +-0.416015625000 +-0.018066406250 +-0.324218750000 +-0.085449218750 +0.052978515625 +-0.261718750000 +0.042968750000 +-0.037597656250 +-0.691406250000 +-0.443359375000 +0.341796875000 +0.037109375000 +0.043457031250 +0.010192871094 +-0.097656250000 +0.141601562500 +0.115722656250 +-0.178710937500 +-0.527343750000 +0.046630859375 +0.168945312500 +-0.388671875000 +-0.020751953125 +0.242187500000 +0.057373046875 +-0.302734375000 +0.261718750000 +0.144531250000 +-0.328125000000 +-0.098144531250 +-0.253906250000 +0.111816406250 +-0.259765625000 +0.089843750000 +-0.004302978516 +0.030273437500 +0.162109375000 +-0.292968750000 +0.110351562500 +-0.172851562500 +-0.644531250000 +0.019287109375 +-0.019897460938 +0.214843750000 +0.011962890625 +-0.043457031250 +0.041748046875 +-0.087890625000 +0.400390625000 +0.072753906250 +-0.237304687500 +0.243164062500 +-0.457031250000 +-0.156250000000 +0.326171875000 +0.296875000000 +-0.176757812500 +0.065917968750 +-0.001937866211 +0.218750000000 +0.112304687500 +-0.072265625000 +0.080566406250 +-0.111328125000 +-0.496093750000 +-0.192382812500 +0.139648437500 +-0.314453125000 +0.021850585938 +0.075683593750 +-0.079589843750 +0.053710937500 +0.148437500000 +-0.166992187500 +0.289062500000 +-0.365234375000 +-0.765625000000 +0.073730468750 +-0.072753906250 +0.209960937500 +0.138671875000 +-0.259765625000 +0.353515625000 +0.007934570312 +0.049072265625 +0.001716613770 +0.101562500000 +0.253906250000 +-0.078125000000 +-0.123535156250 +0.095214843750 +0.000564575195 +-0.832031250000 +0.168945312500 +-0.086425781250 +0.050292968750 +-0.086425781250 +0.120117187500 +0.098632812500 +0.113769531250 +0.245117187500 +-0.068847656250 +0.038330078125 +-0.150390625000 +-0.363281250000 +0.143554687500 +-0.017456054688 +-0.332031250000 +-0.201171875000 +-0.074218750000 +-0.047363281250 +-0.312500000000 +-0.480468750000 +0.181640625000 +-0.267578125000 +-0.053710937500 +-0.251953125000 +-0.335937500000 +0.283203125000 +-0.105468750000 +0.052490234375 +0.124511718750 +0.025146484375 +-0.075683593750 +-0.182617187500 +-0.050537109375 +0.118164062500 +0.062255859375 +-0.035156250000 +-0.243164062500 +-0.086914062500 +0.314453125000 +-0.020507812500 +0.121582031250 +0.017700195312 +-0.249023437500 +-0.890625000000 +0.094726562500 +0.086425781250 +-0.140625000000 +-1.218750000000 +0.078613281250 +-0.204101562500 +0.221679687500 +0.142578125000 +-0.069824218750 +0.275390625000 +-0.052490234375 +-0.033447265625 +-0.038574218750 +0.092285156250 +0.091796875000 +-0.028930664062 +0.382812500000 +-0.114746093750 +-0.071777343750 +-0.511718750000 +0.345703125000 +-0.091308593750 +0.046630859375 +-0.221679687500 +0.117187500000 +-0.014953613281 +-0.158203125000 +-0.044921875000 +-0.267578125000 +-0.096679687500 +-0.081054687500 +-0.099121093750 +0.036376953125 +-0.039550781250 +-0.240234375000 +-0.018554687500 +-0.114746093750 +0.167968750000 +0.220703125000 +-0.117675781250 +-0.024047851562 +0.032226562500 +0.083496093750 +-0.292968750000 +-0.211914062500 +0.117187500000 +-0.507812500000 +-0.004211425781 +-0.009887695312 +-0.028076171875 +-0.215820312500 +-0.013488769531 +-0.101074218750 +0.207031250000 +0.111328125000 +0.046386718750 +0.041503906250 +0.065429687500 +-0.085449218750 +0.003524780273 +0.122558593750 +0.185546875000 +-0.156250000000 +0.123535156250 +0.203125000000 +-0.386718750000 +0.153320312500 +-0.753906250000 +-0.165039062500 +-0.143554687500 +0.179687500000 +0.034667968750 +0.056152343750 +-0.006500244141 +-0.036376953125 +-0.351562500000 +0.008422851562 +0.127929687500 +0.108398437500 +0.125976562500 +-0.019531250000 +0.094726562500 +0.198242187500 +-0.161132812500 +-0.125000000000 +-0.243164062500 +-0.102050781250 +-0.083984375000 +0.049316406250 +0.087890625000 +-0.185546875000 +-0.226562500000 +-0.070312500000 +-0.007110595703 +-0.158203125000 +-0.102539062500 +-0.063476562500 +-0.017578125000 +0.265625000000 +0.076171875000 +0.037109375000 +0.072753906250 +0.015625000000 +0.145507812500 +0.123046875000 +0.046142578125 +0.035156250000 +0.037597656250 +-0.054931640625 +0.201171875000 +-0.183593750000 +0.136718750000 +0.287109375000 +0.094726562500 +0.087890625000 +-0.012634277344 +0.014953613281 +-0.061523437500 +0.007629394531 +-0.020874023438 +-0.053466796875 +-0.012878417969 +-0.000394821167 +0.000682830811 +0.001350402832 +0.064941406250 +0.088867187500 +0.104492187500 +0.144531250000 +-0.040771484375 +-0.093261718750 +-0.220703125000 +-0.396484375000 +0.137695312500 +0.125000000000 +0.013610839844 +-0.051513671875 +0.073730468750 +0.185546875000 +-0.134765625000 +-0.165039062500 +-0.228515625000 +-0.231445312500 +-0.042968750000 +0.079101562500 +0.193359375000 +0.053710937500 +0.078125000000 +0.038818359375 +0.142578125000 +0.061279296875 +-0.320312500000 +-0.073242187500 +-0.079101562500 +0.199218750000 +0.136718750000 +0.150390625000 +-0.185546875000 +-0.115234375000 +0.097167968750 +0.136718750000 +-0.085449218750 +0.054687500000 +0.011108398438 +0.067382812500 +0.111816406250 +0.076171875000 +0.032226562500 +-0.005249023438 +-0.120117187500 +0.128906250000 +-0.173828125000 +0.045410156250 +0.093261718750 +-0.010253906250 +0.018554687500 +0.087890625000 +-0.094238281250 +0.007141113281 +0.007232666016 +0.007141113281 +0.062011718750 +0.043701171875 +0.111816406250 +0.042968750000 +0.042480468750 +-0.022705078125 +-0.020629882812 +0.021972656250 +0.139648437500 +-0.108886718750 +0.003707885742 +0.006408691406 +0.073730468750 +-0.051025390625 +-0.066406250000 +0.134765625000 +0.208007812500 +0.165039062500 +0.003219604492 +-0.050537109375 +-0.083007812500 +-0.503906250000 +0.029296875000 +-0.314453125000 +0.174804687500 +0.207031250000 +0.034912109375 +0.001823425293 +-0.139648437500 +0.098144531250 +0.008239746094 +0.155273437500 +0.269531250000 +-0.084472656250 +-0.019042968750 +-0.095703125000 +0.281250000000 +0.198242187500 +0.052001953125 +-0.287109375000 +0.170898437500 +0.085937500000 +-0.080566406250 +0.120117187500 +0.033691406250 +-0.039794921875 +0.002716064453 +0.120605468750 +-0.034912109375 +-0.093261718750 +0.104003906250 +0.088867187500 +0.181640625000 +-0.445312500000 +0.031738281250 +0.089843750000 +0.093261718750 +0.316406250000 +-0.081542968750 +0.057128906250 +-0.096679687500 +-0.010192871094 +0.018188476562 +0.030517578125 +-0.053955078125 +0.117187500000 +-0.085449218750 +-0.369140625000 +0.129882812500 +0.019042968750 +0.066406250000 +-0.246093750000 +-0.018432617188 +0.026977539062 +0.068359375000 +0.026245117188 +0.083007812500 +-0.049316406250 +0.089355468750 +0.041015625000 +0.023803710938 +-0.203125000000 +-0.018798828125 +-0.027099609375 +-0.199218750000 +0.084472656250 +0.033935546875 +-0.271484375000 +-0.249023437500 +0.011657714844 +0.052246093750 +-0.092285156250 +0.031250000000 +0.166992187500 +-0.055664062500 +0.079589843750 +0.066406250000 +-0.229492187500 +0.022827148438 +-0.476562500000 +-0.002105712891 +-0.482421875000 +0.004669189453 +-0.228515625000 +0.049316406250 +-0.023681640625 +-0.332031250000 +-0.040771484375 +-0.216796875000 +-0.062011718750 +-0.091308593750 +0.123535156250 +-0.034423828125 +-0.037841796875 +0.054931640625 +-0.078613281250 +-0.052490234375 +0.164062500000 +-0.250000000000 +0.077636718750 +0.039794921875 +0.043212890625 +-0.098144531250 +0.166015625000 +0.035400390625 +0.103515625000 +0.111328125000 +0.048583984375 +-0.028808593750 +-0.157226562500 +0.050781250000 +-0.275390625000 +0.410156250000 +-0.121093750000 +-0.066406250000 +0.089355468750 +-0.006011962891 +-0.033691406250 +0.102539062500 +-0.061035156250 +-0.369140625000 +0.000984191895 +-0.102539062500 +-0.032226562500 +0.065917968750 +-0.111816406250 +-0.023437500000 +-0.118652343750 +0.171875000000 +-0.217773437500 +0.105468750000 +-0.125000000000 +-0.235351562500 +-0.199218750000 +0.208984375000 +0.132812500000 +-0.047119140625 +0.063476562500 +-0.044433593750 +0.101562500000 +-0.141601562500 +-0.086425781250 +0.023193359375 +0.106445312500 +-0.021850585938 +-0.170898437500 +-0.150390625000 +0.104003906250 +0.069824218750 +0.092773437500 +-0.431640625000 +0.132812500000 +-0.589843750000 +0.045898437500 +0.070800781250 +-0.170898437500 +0.102050781250 +-0.154296875000 +-0.233398437500 +0.208007812500 +0.103515625000 +0.031738281250 +-0.208007812500 +-0.163085937500 +0.093750000000 +-0.035644531250 +-0.052001953125 +0.083496093750 +-0.036376953125 +-0.094238281250 +0.014526367188 +-0.124511718750 +-0.289062500000 +-0.086425781250 +0.138671875000 +0.028808593750 +0.312500000000 +0.039062500000 +-0.859375000000 +0.088867187500 +-0.124511718750 +0.004455566406 +-0.085449218750 +-0.245117187500 +-0.667968750000 +0.134765625000 +-0.121093750000 +-0.134765625000 +0.202148437500 +0.085449218750 +0.038574218750 +-0.113281250000 +0.127929687500 +0.098144531250 +-0.914062500000 +-0.003051757812 +-0.289062500000 +-0.237304687500 +-0.451171875000 +-0.021972656250 +-0.140625000000 +0.050048828125 +0.112304687500 +0.127929687500 +-0.116699218750 +0.065429687500 +-0.165039062500 +0.117675781250 +-0.151367187500 +0.238281250000 +-0.225585937500 +0.010559082031 +-0.000629425049 +-0.115234375000 +-0.376953125000 +0.098632812500 +0.058349609375 +0.052246093750 +-0.123535156250 +-0.201171875000 +0.123046875000 +-0.161132812500 +-0.233398437500 +0.143554687500 +-0.005401611328 +-0.154296875000 +-0.176757812500 +-0.147460937500 +-0.122558593750 +0.226562500000 +0.221679687500 +0.050537109375 +-0.086425781250 +0.067871093750 +0.174804687500 +-0.063476562500 +-0.062988281250 +0.007232666016 +-0.165039062500 +0.085449218750 +0.029663085938 +-0.036376953125 +-1.257812500000 +0.185546875000 +-0.069824218750 +0.007446289062 +-0.275390625000 +-0.208984375000 +-0.124511718750 +-0.087402343750 +0.281250000000 +-0.114746093750 +0.148437500000 +0.075683593750 +-0.048339843750 +-0.082519531250 +-0.017333984375 +0.161132812500 +-0.570312500000 +0.132812500000 +0.083007812500 +0.028930664062 +-0.455078125000 +-0.141601562500 +-0.041259765625 +0.041503906250 +0.003112792969 +-0.179687500000 +-0.241210937500 +0.061035156250 +-0.137695312500 +0.160156250000 +-0.016479492188 +0.114746093750 +-0.241210937500 +0.057128906250 +-0.069335937500 +0.109375000000 +0.037597656250 +-0.040039062500 +-0.005157470703 +-0.059570312500 +0.085449218750 +-0.161132812500 +-0.054687500000 +0.038330078125 +-0.109863281250 +0.115722656250 +-0.079101562500 +-0.155273437500 +-0.296875000000 +0.191406250000 +0.101562500000 +0.121093750000 +0.233398437500 +0.058593750000 +-0.188476562500 +0.022827148438 +-0.071289062500 +0.118652343750 +-0.186523437500 +-0.160156250000 +0.231445312500 +-0.056640625000 +-0.085937500000 +0.053222656250 +-0.076660156250 +-0.090820312500 +0.103027343750 +0.135742187500 +-0.095703125000 +-0.224609375000 +-0.048583984375 +0.016601562500 +0.238281250000 +-0.034667968750 +0.234375000000 +0.068359375000 +-0.052001953125 +-0.098632812500 +0.022949218750 +-0.102050781250 +0.079589843750 +-0.173828125000 +0.165039062500 +-0.102050781250 +-0.124511718750 +-0.020141601562 +0.097167968750 +0.208007812500 +-0.326171875000 +-0.014282226562 +-0.009338378906 +0.166015625000 +-0.087402343750 +0.073730468750 +-0.021850585938 +-0.324218750000 +-0.041748046875 +-0.236328125000 +-0.008239746094 +-0.112304687500 +0.035156250000 +-0.392578125000 +-0.009338378906 +0.003890991211 +-0.067871093750 +0.015869140625 +-0.029174804688 +0.153320312500 +-0.027099609375 +-0.182617187500 +-0.084472656250 +-0.382812500000 +-0.100585937500 +0.093750000000 +0.049316406250 +0.194335937500 +-0.120117187500 +-0.076660156250 +-0.023315429688 +0.036376953125 +-0.033691406250 +-0.071289062500 +0.025268554688 +-0.017089843750 +-0.009094238281 +-0.052001953125 +0.055419921875 +-0.117187500000 +0.092285156250 +0.033691406250 +0.114746093750 +0.012573242188 +0.108398437500 +-0.051757812500 +-0.039794921875 +0.017578125000 +-0.014404296875 +-0.015014648438 +-0.106445312500 +0.016601562500 +-0.007873535156 +0.087890625000 +0.097167968750 +-0.026489257812 +0.289062500000 +-0.035644531250 +0.028686523438 +-0.095214843750 +-0.009704589844 +0.108886718750 +0.042724609375 +-0.019653320312 +-0.096679687500 +0.046630859375 +0.023437500000 +-0.273437500000 +-0.067871093750 +0.039306640625 +-0.054443359375 +-0.101074218750 +-0.048339843750 +-0.031982421875 +-0.018432617188 +0.013977050781 +-0.116699218750 +-0.002182006836 +0.034179687500 +-0.015747070312 +0.066406250000 +0.035156250000 +-0.076171875000 +0.146484375000 +0.103027343750 +-0.026245117188 +-0.287109375000 +-0.355468750000 +0.371093750000 +0.195312500000 +0.108886718750 +0.053222656250 +-0.296875000000 +0.076660156250 +0.041259765625 +0.245117187500 +-0.101562500000 +-0.087890625000 +-0.012695312500 +0.021362304688 +0.003906250000 +-0.289062500000 +-0.014282226562 +0.055908203125 +0.114257812500 +0.098632812500 +-0.269531250000 +0.078613281250 +0.247070312500 +0.019653320312 +0.031738281250 +0.040039062500 +-0.160156250000 +0.059570312500 +0.065917968750 +-0.057861328125 +0.017456054688 +-0.004882812500 +-0.072265625000 +0.213867187500 +-0.079101562500 +0.053955078125 +-0.126953125000 +-0.084472656250 +0.076660156250 +0.068847656250 +-0.024169921875 +-0.020751953125 +-0.047119140625 +0.156250000000 +-0.067871093750 +0.098144531250 +-0.068847656250 +-0.096679687500 +-0.474609375000 +0.031982421875 +-0.028808593750 +-0.052490234375 +0.069824218750 +-0.088867187500 +0.043701171875 +0.039550781250 +-0.077636718750 +-0.052001953125 +0.085449218750 +0.061767578125 +0.101074218750 +0.024780273438 +0.021118164062 +0.056152343750 +0.041503906250 +-0.032470703125 +-0.049560546875 +0.017211914062 +-0.013854980469 +-0.023315429688 +0.010620117188 +-0.139648437500 +0.051757812500 +0.160156250000 +0.065429687500 +-0.045410156250 +0.104492187500 +-0.107910156250 +-0.020019531250 +-0.069824218750 +0.016113281250 +0.079101562500 +-0.053710937500 +-0.018798828125 +0.042480468750 +0.086914062500 +-0.001327514648 +0.108886718750 +-0.068359375000 +0.056884765625 +-0.109375000000 +-0.075683593750 +-0.357421875000 +-0.133789062500 +-0.083496093750 +0.127929687500 +0.277343750000 +-0.050781250000 +0.059570312500 +0.228515625000 +0.017944335938 +0.191406250000 +-0.029296875000 +-0.253906250000 +0.029663085938 +0.121582031250 +0.020874023438 +-0.328125000000 +-0.185546875000 +0.243164062500 +0.062500000000 +-0.167968750000 +-0.824218750000 +-0.109863281250 +-0.044677734375 +0.020507812500 +0.181640625000 +-0.104003906250 +-0.083496093750 +0.066406250000 +-0.144531250000 +-0.373046875000 +0.143554687500 +-0.273437500000 +0.060791015625 +0.154296875000 +-0.019042968750 +0.047851562500 +0.008605957031 +-0.045898437500 +0.066894531250 +-0.001647949219 +-0.069824218750 +-0.146484375000 +0.048828125000 +0.041259765625 +0.126953125000 +0.177734375000 +-0.022705078125 +-0.079589843750 +0.038818359375 +0.014465332031 +0.069335937500 +0.005645751953 +0.035644531250 +-0.056152343750 +-0.066894531250 +0.107421875000 +0.019653320312 +0.004058837891 +0.008544921875 +-0.291015625000 +0.070800781250 +0.167968750000 +0.094238281250 +0.168945312500 +-0.431640625000 +-0.051757812500 +-0.069824218750 +0.102050781250 +-0.453125000000 +-0.026733398438 +-0.039306640625 +0.107421875000 +0.184570312500 +-0.055419921875 +-0.061523437500 +-0.281250000000 +-0.953125000000 +-0.125000000000 +-0.249023437500 +-0.028320312500 +-0.102539062500 +0.045898437500 +0.092773437500 +-0.261718750000 +-0.204101562500 +-0.129882812500 +0.172851562500 +-0.208007812500 +0.165039062500 +0.215820312500 +0.025634765625 +-0.178710937500 +0.195312500000 +-0.001968383789 +-0.007232666016 +0.037597656250 +0.096679687500 +0.087402343750 +-0.199218750000 +0.026489257812 +0.004882812500 +0.134765625000 +-0.006011962891 +-0.031738281250 +-0.139648437500 +-0.225585937500 +-0.022705078125 +-0.083984375000 +-0.037841796875 +-0.310546875000 +0.033447265625 +-0.117187500000 +-0.011291503906 +-0.149414062500 +0.090332031250 +-0.021728515625 +-0.073730468750 +-0.060791015625 +0.083007812500 +0.030761718750 +0.060546875000 +-0.057617187500 +-0.250000000000 +-0.227539062500 +0.113769531250 +-0.041259765625 +-0.511718750000 +0.054687500000 +-0.621093750000 +0.054443359375 +0.062500000000 +0.096191406250 +-0.347656250000 +-0.032958984375 +0.097167968750 +-0.267578125000 +0.206054687500 +-0.072753906250 +0.092773437500 +-0.190429687500 +-0.785156250000 +-0.033447265625 +0.234375000000 +-0.077636718750 +0.105468750000 +0.049316406250 +0.077148437500 +-0.007202148438 +0.265625000000 +0.000197410583 +0.302734375000 +-0.337890625000 +0.093261718750 +0.059814453125 +-0.337890625000 +-0.053955078125 +-0.000358581543 +-0.083496093750 +-0.104492187500 +-0.049072265625 +-0.296875000000 +0.042480468750 +-0.414062500000 +-0.083496093750 +0.078613281250 +0.173828125000 +-0.086425781250 +-0.187500000000 +0.012756347656 +-0.449218750000 +-0.527343750000 +0.019042968750 +-0.135742187500 +0.269531250000 +0.025634765625 +-0.404296875000 +-0.073730468750 +-0.153320312500 +-0.016235351562 +0.095214843750 +0.025634765625 +0.061035156250 +0.045410156250 +-0.085449218750 +0.072753906250 +-0.241210937500 +-0.073730468750 +-0.229492187500 +0.037597656250 +0.050292968750 +-1.210937500000 +0.020874023438 +-1.007812500000 +0.006011962891 +-0.103027343750 +-0.072265625000 +0.131835937500 +-0.087402343750 +-0.019287109375 +-0.406250000000 +0.059326171875 +0.112304687500 +-0.250000000000 +-0.020507812500 +0.126953125000 +-0.128906250000 +0.194335937500 +-0.089355468750 +-0.095703125000 +-0.202148437500 +0.004760742188 +0.018310546875 +0.173828125000 +0.068847656250 +0.044433593750 +0.087402343750 +0.163085937500 +0.068359375000 +-0.039550781250 +0.110351562500 +-0.027954101562 +0.156250000000 +-0.373046875000 +0.090332031250 +0.199218750000 +-0.017822265625 +0.092285156250 +-0.189453125000 +-0.092285156250 +-0.059570312500 +-0.014587402344 +-0.359375000000 +-0.065917968750 +-0.132812500000 +-0.378906250000 +0.040283203125 +0.097167968750 +-0.012878417969 +-0.118164062500 +0.050292968750 +0.099609375000 +-0.169921875000 +-0.353515625000 +-0.012329101562 +0.150390625000 +-0.031005859375 +-0.308593750000 +-0.071289062500 +0.038818359375 +-0.041015625000 +-0.820312500000 +-0.117675781250 +-0.101562500000 +-0.002548217773 +-0.562500000000 +-0.015197753906 +-0.679687500000 +0.049072265625 +0.035644531250 +-0.001701354980 +0.189453125000 +-0.328125000000 +0.010620117188 +-0.122558593750 +0.273437500000 +-0.079101562500 +0.079101562500 +0.067382812500 +-0.026123046875 +0.095703125000 +-0.133789062500 +-0.308593750000 +-0.462890625000 +0.008422851562 +-0.069824218750 +0.046630859375 +-0.041992187500 +-0.021972656250 +-0.086914062500 +-0.107910156250 +0.004669189453 +0.005096435547 +0.087890625000 +0.161132812500 +0.082031250000 +-0.314453125000 +0.045166015625 +-0.007629394531 +0.255859375000 +0.065429687500 +0.056396484375 +-0.621093750000 +0.097167968750 +-0.050048828125 +0.044921875000 +-0.330078125000 +-0.018676757812 +0.040283203125 +-0.116210937500 +-0.025878906250 +-0.042724609375 +-0.013244628906 +-0.086914062500 +0.028564453125 +-0.112304687500 +-0.116210937500 +-0.200195312500 +-0.028076171875 +-0.106445312500 +-0.384765625000 +0.004974365234 +-0.218750000000 +0.065917968750 +0.002746582031 +-0.306640625000 +0.067382812500 +0.058837890625 +0.009826660156 +0.051513671875 +0.096679687500 +-0.613281250000 +-0.014160156250 +0.092773437500 +-0.283203125000 +-0.102050781250 +-0.080078125000 +-0.002197265625 +-0.218750000000 +0.146484375000 +0.194335937500 +0.023803710938 +-0.081542968750 +0.011230468750 +-0.210937500000 +-0.050537109375 +-0.188476562500 +-0.081542968750 +0.082519531250 +0.067382812500 +-0.044677734375 +-0.037109375000 +-0.039794921875 +-0.055908203125 +-0.108398437500 +0.074218750000 +0.100097656250 +0.039550781250 +0.110351562500 +-0.057861328125 +0.109375000000 +-0.032470703125 +0.125000000000 +0.076660156250 +0.072753906250 +-0.028686523438 +-0.257812500000 +-0.039306640625 +-0.096679687500 +0.066894531250 +-0.017089843750 +-0.170898437500 +0.134765625000 +0.040039062500 +-0.173828125000 +0.036865234375 +-0.004211425781 +-0.002700805664 +-0.007110595703 +-0.013244628906 +-0.030639648438 +-0.101074218750 +-0.201171875000 +-0.019409179688 +-0.085449218750 +-0.071777343750 +-0.105468750000 +-0.018066406250 +0.014282226562 +-0.114257812500 +-0.096191406250 +0.014343261719 +-0.098632812500 +0.017700195312 +0.248046875000 +-0.012512207031 +-0.337890625000 +0.048095703125 +-0.237304687500 +0.015380859375 +-0.003723144531 +0.024414062500 +0.111328125000 +0.041748046875 +0.161132812500 +-0.267578125000 +-0.040283203125 +-0.067871093750 +-0.139648437500 +-0.094238281250 +-0.026489257812 +-0.069335937500 +0.187500000000 +-0.029296875000 +0.176757812500 +-0.121582031250 +0.069824218750 +0.066406250000 +0.090332031250 +0.208007812500 +0.183593750000 +0.088378906250 +0.083496093750 +-0.072265625000 +0.245117187500 +0.097167968750 +-0.020019531250 +0.215820312500 +0.355468750000 +0.047607421875 +0.005004882812 +-0.057373046875 +0.138671875000 +-0.086914062500 +-0.121093750000 +-0.064453125000 +-0.135742187500 +0.157226562500 +0.033935546875 +0.165039062500 +-0.174804687500 +0.086914062500 +0.051757812500 +-0.251953125000 +-0.127929687500 +0.011657714844 +-0.480468750000 +-0.039550781250 +0.092773437500 +0.015319824219 +-0.048828125000 +-0.129882812500 +0.088378906250 +0.119628906250 +0.055419921875 +-0.110839843750 +0.116699218750 +-0.071777343750 +-0.273437500000 +-0.094726562500 +-0.023559570312 +0.123535156250 +0.036621093750 +0.178710937500 +-0.261718750000 +-0.048095703125 +0.193359375000 +-0.136718750000 +-0.294921875000 +0.157226562500 +-0.199218750000 +0.120117187500 +-0.640625000000 +-0.017822265625 +0.273437500000 +0.158203125000 +-0.151367187500 +-0.277343750000 +0.142578125000 +-0.414062500000 +-0.046142578125 +-0.025756835938 +0.197265625000 +0.005249023438 +-0.433593750000 +-0.162109375000 +0.048828125000 +-0.192382812500 +-0.320312500000 +0.024658203125 +0.113281250000 +-0.013427734375 +0.292968750000 +0.046630859375 +0.097656250000 +0.122558593750 +-0.087890625000 +-0.060791015625 +0.053955078125 +-0.118164062500 +-0.005157470703 +-0.096679687500 +-0.040527343750 +0.328125000000 +0.002670288086 +0.075683593750 +0.127929687500 +-0.106445312500 +0.176757812500 +0.042968750000 +-0.386718750000 +-0.423828125000 +-0.275390625000 +-0.053710937500 +0.070312500000 +-0.419921875000 +0.074707031250 +0.031250000000 +0.160156250000 +-0.241210937500 +-0.037841796875 +0.062255859375 +-0.008422851562 +-0.082031250000 +-0.008178710938 +-0.057128906250 +-0.020629882812 +-0.055419921875 +-0.011535644531 +-0.005096435547 +-0.287109375000 +-0.041748046875 +-0.058593750000 +-0.037841796875 +-0.113769531250 +0.111816406250 +0.363281250000 +-0.032470703125 +-0.087890625000 +-0.135742187500 +-0.112792968750 +0.130859375000 +0.080566406250 +-0.326171875000 +-0.163085937500 +0.127929687500 +-0.026855468750 +0.259765625000 +-0.400390625000 +-0.010375976562 +-0.046630859375 +0.004425048828 +0.076660156250 +-0.141601562500 +0.178710937500 +0.192382812500 +0.209960937500 +-0.026123046875 +0.164062500000 +0.020629882812 +-0.009582519531 +-0.130859375000 +0.108398437500 +-0.154296875000 +-0.098144531250 +0.162109375000 +-0.341796875000 +0.259765625000 +-0.136718750000 +-0.443359375000 +0.024780273438 +-0.417968750000 +0.124511718750 +0.052001953125 +0.005065917969 +0.014099121094 +0.016723632812 +0.155273437500 +0.063476562500 +-0.447265625000 +-0.009948730469 +0.026489257812 +0.113281250000 +-0.386718750000 +0.029541015625 +0.157226562500 +0.032470703125 +-0.097656250000 +-0.246093750000 +0.090820312500 +-0.013183593750 +0.109375000000 +-0.034179687500 +0.018798828125 +-0.009399414062 +-0.013488769531 +-0.141601562500 +0.097656250000 +-0.019165039062 +0.028320312500 +-0.045410156250 +0.082519531250 +0.031982421875 +-0.131835937500 +-0.077636718750 +-0.259765625000 +0.107910156250 +-0.150390625000 +0.051757812500 +0.229492187500 +-0.371093750000 +0.312500000000 +-0.074218750000 +0.010009765625 +-0.015441894531 +0.079101562500 +-0.235351562500 +-0.363281250000 +0.099609375000 +0.165039062500 +-0.187500000000 +-0.043457031250 +-0.200195312500 +0.029541015625 +0.149414062500 +-0.062011718750 +-0.306640625000 +-0.248046875000 +0.164062500000 +-0.119140625000 +-0.229492187500 +-0.008422851562 +0.122558593750 +-1.296875000000 +-0.027587890625 +-0.233398437500 +0.046142578125 +-0.003967285156 +0.016479492188 +-0.026611328125 +0.050292968750 +0.211914062500 +-0.058349609375 +-0.029785156250 +-0.023193359375 +-0.130859375000 +0.020751953125 +-0.314453125000 +0.038818359375 +0.247070312500 +-0.241210937500 +-0.400390625000 +-0.166992187500 +-0.111328125000 +-0.036376953125 +0.074218750000 +0.014038085938 +-0.261718750000 +0.085937500000 +-0.209960937500 +-0.227539062500 +-0.267578125000 +-0.061767578125 +0.087402343750 +-0.275390625000 +0.089355468750 +-0.101074218750 +-0.107421875000 +-0.170898437500 +-0.480468750000 +-0.104492187500 +0.190429687500 +0.084472656250 +-0.022827148438 +-0.285156250000 +0.012512207031 +0.133789062500 +0.114257812500 +0.063964843750 +0.078125000000 +0.186523437500 +0.054199218750 +0.174804687500 +0.091796875000 +-0.041259765625 +-0.281250000000 +-0.328125000000 +0.017944335938 +0.084960937500 +0.076660156250 +-0.013000488281 +0.056396484375 +-0.083984375000 +-0.026489257812 +-0.265625000000 +-0.166015625000 +-0.175781250000 +-0.574218750000 +0.207031250000 +-0.062988281250 +0.083007812500 +0.006072998047 +0.068847656250 +-0.009582519531 +0.017456054688 +-0.094726562500 +-0.326171875000 +-0.010559082031 +-0.085449218750 +0.098632812500 +-0.070800781250 +0.042480468750 +0.000087261200 +0.156250000000 +-0.310546875000 +-0.085449218750 +0.062500000000 +0.165039062500 +0.143554687500 +0.020507812500 +-0.120605468750 +0.101074218750 +0.152343750000 +-0.166015625000 +-0.126953125000 +-0.859375000000 +-0.063964843750 +-0.044189453125 +0.170898437500 +0.087890625000 +-0.245117187500 +-0.004089355469 +0.075195312500 +-0.014953613281 +-0.257812500000 +0.071289062500 +0.091308593750 +0.049316406250 +-0.189453125000 +-0.078125000000 +0.058105468750 +-0.022338867188 +0.097656250000 +-0.048583984375 +-0.089355468750 +0.116210937500 +-0.083496093750 +0.091796875000 +-0.049072265625 +-0.021728515625 +0.017700195312 +0.060546875000 +0.060058593750 +-0.060058593750 +0.043212890625 +-0.052734375000 +-0.100097656250 +0.052734375000 +0.047607421875 +0.018554687500 +0.087890625000 +-0.015197753906 +0.084960937500 +-0.197265625000 +0.094238281250 +0.132812500000 +-0.122558593750 +-0.118164062500 +-0.102539062500 +0.028930664062 +-0.092773437500 +0.065429687500 +0.136718750000 +-0.031982421875 +-0.066894531250 +0.075683593750 +0.110839843750 +0.002975463867 +0.024658203125 +-0.065429687500 +-0.040283203125 +0.013122558594 +0.002532958984 +-0.126953125000 +0.078125000000 +-0.082519531250 +0.216796875000 +-0.277343750000 +-0.029907226562 +-0.064453125000 +0.013977050781 +0.025878906250 +0.363281250000 +0.101074218750 +0.024902343750 +-0.106933593750 +-0.049072265625 +-0.072753906250 +-0.095214843750 +-0.106933593750 +-0.353515625000 +0.012390136719 +-0.095214843750 +0.125976562500 +0.152343750000 +0.168945312500 +-0.414062500000 +0.011718750000 +-0.156250000000 +0.038330078125 +-0.416015625000 +0.115234375000 +0.209960937500 +-0.345703125000 +-0.035400390625 +-0.102539062500 +-0.011840820312 +-0.168945312500 +-0.031982421875 +-0.100097656250 +-0.059814453125 +0.067871093750 +0.052490234375 +0.030883789062 +0.029663085938 +0.012084960938 +0.067382812500 +0.058593750000 +-0.121093750000 +0.062988281250 +-0.189453125000 +0.063964843750 +-0.124511718750 +-0.020629882812 +0.121093750000 +0.022583007812 +0.058349609375 +0.086914062500 +-0.472656250000 +-0.028076171875 +-0.010559082031 +0.156250000000 +0.096191406250 +-0.055664062500 +0.043701171875 +0.023437500000 +-0.036865234375 +0.061035156250 +0.028442382812 +-0.041748046875 +-0.386718750000 +0.002227783203 +-0.070800781250 +-0.410156250000 +-0.179687500000 +-0.089355468750 +-0.318359375000 +0.028076171875 +-0.055664062500 +0.089843750000 +-0.037109375000 +-0.107910156250 +-0.116699218750 +0.193359375000 +0.070312500000 +0.225585937500 +-0.101074218750 +-0.292968750000 +-0.253906250000 +-0.075195312500 +0.100097656250 +-0.000961303711 +0.030883789062 +0.046875000000 +0.073242187500 +-0.061767578125 +0.108398437500 +0.047119140625 +0.217773437500 +-0.022216796875 +0.001197814941 +-0.018920898438 +0.355468750000 +0.091796875000 +-0.300781250000 +0.136718750000 +0.112304687500 +0.057128906250 +0.039062500000 +-0.031982421875 +-0.171875000000 +-0.031494140625 +-0.002395629883 +-0.087890625000 +-0.032958984375 +-0.104003906250 +0.026367187500 +0.007873535156 +-0.049316406250 +0.049316406250 +0.051269531250 +0.034667968750 +0.076660156250 +-0.038818359375 +0.109863281250 +0.073242187500 +0.002075195312 +-0.164062500000 +0.019287109375 +0.006713867188 +0.121582031250 +-0.208007812500 +0.038818359375 +-0.154296875000 +0.060791015625 +0.045166015625 +0.130859375000 +0.132812500000 +-0.104980468750 +-0.114257812500 +0.231445312500 +-0.023803710938 +0.110351562500 +-0.180664062500 +-0.138671875000 +0.056396484375 +-0.118164062500 +-0.089843750000 +0.021606445312 +0.052978515625 +0.022094726562 +-0.063964843750 +0.113281250000 +0.132812500000 +-0.026855468750 +0.045898437500 +-0.012817382812 +0.098144531250 +-0.054931640625 +0.000482559204 +0.087890625000 +0.053222656250 +-0.231445312500 +0.174804687500 +-0.185546875000 +-0.094238281250 +0.153320312500 +0.056152343750 +-0.196289062500 +0.035888671875 +-0.013793945312 +-0.077148437500 +0.051025390625 +0.064453125000 +-0.660156250000 +0.135742187500 +0.070800781250 +-0.022094726562 +0.069824218750 +-0.084960937500 +-0.027221679688 +-0.001220703125 +0.030273437500 +0.027709960938 +0.092773437500 +-0.127929687500 +-0.024047851562 +-0.096679687500 +-0.040771484375 +-0.115234375000 +-0.101074218750 +-0.065917968750 +0.042968750000 +-0.179687500000 +-0.119628906250 +-0.589843750000 +0.075195312500 +-0.007141113281 +0.216796875000 +0.085449218750 +0.069335937500 +-0.492187500000 +0.082519531250 +0.094238281250 +-0.010070800781 +0.404296875000 +-0.112304687500 +-0.271484375000 +-0.194335937500 +-0.103027343750 +-0.116210937500 +0.067871093750 +0.137695312500 +-0.081542968750 +0.194335937500 +-0.118164062500 +-0.068359375000 +0.365234375000 +-0.000576019287 +0.002380371094 +-0.051269531250 +-0.003173828125 +-0.277343750000 +0.014587402344 +0.101074218750 +-0.049560546875 +0.026977539062 +0.105957031250 +-0.371093750000 +-0.054931640625 +-0.090820312500 +0.051513671875 +-0.018798828125 +0.314453125000 +-0.062988281250 +-0.210937500000 +0.148437500000 +-0.051757812500 +-0.675781250000 +0.037353515625 +-0.298828125000 +-0.472656250000 +0.014282226562 +0.025146484375 +-0.027587890625 +0.084472656250 +-0.119140625000 +-0.019165039062 +0.037109375000 +-0.070312500000 +-0.045410156250 +-0.056396484375 +-0.197265625000 +-0.056396484375 +-0.120117187500 +-0.010131835938 +-0.081054687500 +0.016357421875 +-0.071289062500 +-0.011535644531 +0.084960937500 +-0.012878417969 +-1.156250000000 +-0.133789062500 +-0.068359375000 +-0.800781250000 +0.179687500000 +0.011352539062 +0.018066406250 +0.043945312500 +-0.296875000000 +0.115722656250 +0.207031250000 +-0.466796875000 +-0.200195312500 +0.039306640625 +0.123535156250 +-0.257812500000 +0.388671875000 +-0.102050781250 +-0.130859375000 +0.007720947266 +0.101562500000 +0.076660156250 +0.039550781250 +0.036376953125 +-0.281250000000 +0.092285156250 +0.043701171875 +-0.166015625000 +-0.101074218750 +0.078613281250 +-0.353515625000 +-0.013000488281 +-0.057373046875 +0.165039062500 +0.157226562500 +0.337890625000 +-0.029907226562 +0.073242187500 +0.124511718750 +0.240234375000 +-0.482421875000 +-0.029296875000 +-0.423828125000 +-0.202148437500 +0.028564453125 +-0.003601074219 +0.088867187500 +-0.009521484375 +-0.359375000000 +-0.003662109375 +-0.095214843750 +0.059326171875 +-0.098144531250 +-0.046142578125 +-0.233398437500 +-0.026611328125 +-0.087402343750 +-0.051025390625 +0.049316406250 +0.131835937500 +0.028808593750 +-0.152343750000 +0.068359375000 +0.017578125000 +-0.271484375000 +-0.098144531250 +-0.004089355469 +-0.144531250000 +0.080566406250 +0.086914062500 +-0.006713867188 +-0.136718750000 +-0.494140625000 +-0.022216796875 +-0.006958007812 +-0.246093750000 +-0.213867187500 +-0.335937500000 +0.023803710938 +0.102539062500 +-0.032714843750 +-0.029174804688 +-0.145507812500 +-0.174804687500 +-0.080566406250 +0.045410156250 +-0.031005859375 +0.027832031250 +-0.038085937500 +-0.016723632812 +-0.165039062500 +-0.061035156250 +0.055175781250 +0.038330078125 +0.009155273438 +-0.137695312500 +-0.219726562500 +0.051269531250 +0.211914062500 +0.199218750000 +-0.005340576172 +0.019165039062 +0.018432617188 +-0.263671875000 +-0.126953125000 +0.021606445312 +-0.042968750000 +0.181640625000 +-0.026245117188 +-0.151367187500 +0.035156250000 +-0.051757812500 +-0.193359375000 +-0.046386718750 +-0.247070312500 +-0.052001953125 +0.082031250000 +-0.038818359375 +-0.151367187500 +0.088378906250 +0.058105468750 +-0.165039062500 +0.043212890625 +-0.155273437500 +-0.038818359375 +0.043945312500 +0.037109375000 +-0.237304687500 +-0.110839843750 +-0.277343750000 +-0.055908203125 +-0.009948730469 +0.163085937500 +0.117675781250 +0.279296875000 +0.291015625000 +-0.241210937500 +0.020141601562 +-0.153320312500 +0.013183593750 +-0.058837890625 +-0.155273437500 +-0.027221679688 +-0.014587402344 +0.110351562500 +-0.373046875000 +0.118164062500 +0.015502929688 +-0.077148437500 +0.094238281250 +-0.071777343750 +-0.083496093750 +-0.038818359375 +-0.082031250000 +0.116210937500 +-0.038818359375 +-0.070312500000 +-0.043701171875 +0.080566406250 +-0.279296875000 +-0.148437500000 +-0.049560546875 +0.002395629883 +0.104492187500 +-0.048339843750 +-0.008361816406 +-0.047607421875 +-0.115722656250 +0.129882812500 +0.001876831055 +0.151367187500 +-0.017700195312 +0.045166015625 +-0.165039062500 +-0.068359375000 +-0.249023437500 +-0.081054687500 +0.101074218750 +0.045166015625 +0.009887695312 +0.058349609375 +0.024047851562 +-0.130859375000 +-0.185546875000 +-0.067871093750 +0.099609375000 +-0.012939453125 +-0.058593750000 +0.027709960938 +-0.007476806641 +0.011047363281 +-0.076171875000 +-0.005676269531 +0.042968750000 +-0.003936767578 +0.049560546875 +0.101562500000 +0.127929687500 +-0.185546875000 +0.109863281250 +0.174804687500 +0.031982421875 +-0.057373046875 +0.121093750000 +0.061035156250 +-0.194335937500 +0.011169433594 +-0.028320312500 +0.083496093750 +-0.371093750000 +-0.083984375000 +0.055419921875 +-0.006622314453 +-0.014099121094 +-0.077636718750 +-0.171875000000 +0.041015625000 +-0.184570312500 +0.096191406250 +0.035888671875 +-0.025390625000 +-0.163085937500 +-0.082031250000 +-0.347656250000 +-0.215820312500 +0.019531250000 +0.013977050781 +-0.213867187500 +0.082519531250 +0.078125000000 +-0.001319885254 +-0.195312500000 +-0.142578125000 +-0.005340576172 +0.073242187500 +-0.040039062500 +0.047363281250 +-0.182617187500 +0.047607421875 +-0.238281250000 +-0.107421875000 +0.116699218750 +-0.035644531250 +-0.016235351562 +0.049560546875 +0.041503906250 +0.046386718750 +-0.193359375000 +-0.030273437500 +0.217773437500 +0.016113281250 +0.020751953125 +0.108886718750 +0.014953613281 +0.015258789062 +-0.012023925781 +0.009155273438 +-0.191406250000 +-0.043212890625 +-0.022949218750 +-0.089355468750 +-0.010131835938 +-0.015319824219 +0.150390625000 +-0.002319335938 +-0.066894531250 +0.051513671875 +0.007354736328 +-0.287109375000 +-0.211914062500 +-0.200195312500 +-0.054199218750 +-0.020019531250 +0.061767578125 +-0.034912109375 +-0.065429687500 +-0.087890625000 +-0.181640625000 +0.021972656250 +-0.279296875000 +-0.091796875000 +-0.178710937500 +-0.185546875000 +-0.096679687500 +0.003799438477 +-0.046142578125 +0.105468750000 +0.092285156250 +0.026977539062 +-0.002410888672 +0.034423828125 +-0.003356933594 +0.016235351562 +0.014160156250 +0.020019531250 +-0.008789062500 +-0.008605957031 +-0.031982421875 +0.139648437500 +-0.146484375000 +-0.131835937500 +0.129882812500 +0.030883789062 +-0.165039062500 +0.052734375000 +-0.160156250000 +0.077636718750 +0.055664062500 +0.014892578125 +-0.010864257812 +0.031982421875 +0.128906250000 +0.079101562500 +-0.118652343750 +-0.078125000000 +0.027465820312 +-0.024536132812 +0.043701171875 +0.045410156250 +-0.055175781250 +0.114257812500 +-0.320312500000 +-0.144531250000 +-0.044433593750 +0.022949218750 +0.009399414062 +-0.047607421875 +-0.069824218750 +-0.148437500000 +-0.013427734375 +-0.007415771484 +0.052978515625 +-0.255859375000 +-0.149414062500 +-0.129882812500 +0.140625000000 +0.089843750000 +0.042236328125 +0.324218750000 +0.096679687500 +-0.011169433594 +-0.429687500000 +0.041503906250 +0.041015625000 +-0.193359375000 +-0.114746093750 +0.096191406250 +-0.079101562500 +-0.000961303711 +-0.011535644531 +-0.001953125000 +-0.016845703125 +0.043457031250 +-0.058349609375 +0.133789062500 +0.067382812500 +0.092285156250 +0.029052734375 +0.021240234375 +-0.100585937500 +-0.011474609375 +-0.019775390625 +0.150390625000 +-0.149414062500 +0.110351562500 +0.093750000000 +0.054687500000 +-0.014587402344 +-0.066894531250 +-0.125000000000 +-0.227539062500 +-0.049072265625 +0.036376953125 +0.099121093750 +-0.034667968750 +0.159179687500 +-0.148437500000 +0.024414062500 +0.010192871094 +-0.217773437500 +-0.087890625000 +-0.138671875000 +-0.113769531250 +-0.164062500000 +-0.007812500000 +-0.082519531250 +-0.201171875000 +0.010375976562 +-0.300781250000 +0.142578125000 +0.048583984375 +-0.123535156250 +0.008972167969 +0.115722656250 +0.168945312500 +0.213867187500 +-0.139648437500 +0.047607421875 +0.101074218750 +0.063964843750 +0.023559570312 +-0.021728515625 +-0.714843750000 +0.161132812500 +-0.038085937500 +-0.041015625000 +0.038085937500 +0.012023925781 +-0.265625000000 +-0.098144531250 +0.189453125000 +-0.257812500000 +-0.060546875000 +-0.300781250000 +0.103027343750 +-0.002334594727 +0.058105468750 +-0.187500000000 +0.092285156250 +0.143554687500 +-0.051757812500 +-0.184570312500 +0.125976562500 +-0.134765625000 +-0.185546875000 +-0.192382812500 +-0.011596679688 +-0.251953125000 +0.144531250000 +0.006256103516 +0.051025390625 +0.112304687500 +-0.032226562500 +-0.042480468750 +-0.101562500000 +-0.036132812500 +0.177734375000 +-0.038574218750 +-0.026123046875 +-0.082031250000 +-0.296875000000 +-0.117675781250 +0.041015625000 +-0.163085937500 +0.020507812500 +-0.392578125000 +-0.129882812500 +0.013366699219 +-0.090820312500 +-0.116210937500 +0.074707031250 +-0.117675781250 +-0.188476562500 +0.006469726562 +0.067871093750 +0.027221679688 +0.103027343750 +0.081542968750 +0.139648437500 +0.259765625000 +-0.029296875000 +-0.132812500000 +0.071289062500 +-0.074707031250 +0.106445312500 +0.186523437500 +-0.168945312500 +0.210937500000 +-0.017944335938 +-0.038818359375 +0.088867187500 +-0.068847656250 +-0.417968750000 +0.066406250000 +0.059814453125 +-0.191406250000 +-0.029663085938 +-0.119140625000 +0.086914062500 +-0.062011718750 +0.225585937500 +0.002075195312 +0.136718750000 +-0.129882812500 +0.089843750000 +-0.570312500000 +0.120117187500 +-0.159179687500 +-0.474609375000 +0.076171875000 +-0.157226562500 +-0.275390625000 +0.029785156250 +0.031005859375 +-0.019897460938 +-0.037109375000 +-0.049804687500 +-0.061279296875 +-0.010681152344 +-0.277343750000 +0.058837890625 +0.065917968750 +0.105957031250 +-0.072753906250 +-0.145507812500 +-0.132812500000 +0.104492187500 +-0.314453125000 +-0.029296875000 +-0.080078125000 +-0.154296875000 +0.007293701172 +-0.058837890625 +-0.375000000000 +0.178710937500 +-0.193359375000 +-0.306640625000 +-0.003128051758 +-0.043945312500 +0.069335937500 +0.412109375000 +0.076660156250 +-0.044433593750 +0.187500000000 +-0.230468750000 +-0.034179687500 +-0.174804687500 +0.031738281250 +0.092285156250 +0.083007812500 +-0.005340576172 +-0.005706787109 +-0.036865234375 +0.076171875000 +0.162109375000 +0.025756835938 +-0.277343750000 +-0.208007812500 +-0.133789062500 +-0.027587890625 +-0.003753662109 +-0.117675781250 +0.157226562500 +-0.047607421875 +-0.102050781250 +-0.088378906250 +-0.165039062500 +-0.103027343750 +-0.023437500000 +-0.341796875000 +-0.020385742188 +0.007629394531 +-0.098632812500 +-0.032226562500 +-0.107421875000 +0.026123046875 +-0.188476562500 +0.038330078125 +0.022460937500 +-0.050292968750 +-0.185546875000 +-0.318359375000 +0.031250000000 +-0.363281250000 +-0.038818359375 +0.054931640625 +0.054687500000 +-0.162109375000 +-0.128906250000 +-0.060791015625 +-0.055175781250 +-0.134765625000 +0.115234375000 +-0.314453125000 +0.009460449219 +-0.131835937500 +-0.045898437500 +-0.009277343750 +0.041015625000 +-0.132812500000 +-0.941406250000 +-0.083984375000 +0.008544921875 +0.015075683594 +0.308593750000 +-0.017578125000 +-0.122558593750 +0.113769531250 +-0.213867187500 +-0.096191406250 +-0.043457031250 +0.300781250000 +0.006317138672 +0.306640625000 +-0.222656250000 +-0.070800781250 +-0.079589843750 +0.104980468750 +-0.029174804688 +-0.017333984375 +-0.053955078125 +0.198242187500 +-0.054199218750 +0.119628906250 +0.035156250000 +0.022583007812 +0.017456054688 +-0.298828125000 +0.067382812500 +-0.026977539062 +-0.169921875000 +-0.001586914062 +-0.023559570312 +-0.109375000000 +0.024536132812 +-0.022216796875 +-0.012878417969 +-0.333984375000 +-0.050781250000 +0.069335937500 +-0.263671875000 +-0.010192871094 +0.077148437500 +-0.183593750000 +-0.070800781250 +-0.056884765625 +0.131835937500 +-0.012084960938 +0.122070312500 +-0.018676757812 +0.021240234375 +-0.367187500000 +0.069335937500 +0.026123046875 +-0.009826660156 +0.086425781250 +-0.200195312500 +-0.376953125000 +0.046386718750 +0.065429687500 +-0.065429687500 +0.101074218750 +0.015502929688 +-0.094726562500 +-0.542968750000 +-0.145507812500 +0.015014648438 +-0.105957031250 +-0.202148437500 +-0.084960937500 +-0.007080078125 +-0.055175781250 +-0.178710937500 +0.016967773438 +0.025634765625 +0.052001953125 +-0.036621093750 +-0.033203125000 +0.279296875000 +0.019165039062 +-0.271484375000 +-0.275390625000 +-0.042480468750 +0.148437500000 +-0.077636718750 +-0.117675781250 +0.210937500000 +-0.040283203125 +-0.014404296875 +-0.068359375000 +0.027465820312 +-0.267578125000 +0.066406250000 +0.011657714844 +-0.026733398438 +-0.040283203125 +0.052978515625 +0.184570312500 +-0.012573242188 +-0.040039062500 +0.035644531250 +-0.328125000000 +-0.004455566406 +-0.065429687500 +0.068359375000 +-0.070312500000 +0.073730468750 +-0.275390625000 +0.083007812500 +0.074218750000 +0.003402709961 +-0.041015625000 +-0.012390136719 +0.022583007812 +-0.018066406250 +-0.238281250000 +0.045654296875 +0.089843750000 +-0.028320312500 +0.024414062500 +-0.229492187500 +0.003173828125 +0.017944335938 +-0.402343750000 +-0.071289062500 +-0.169921875000 +-0.006835937500 +0.105957031250 +-0.162109375000 +-0.038818359375 +-0.001419067383 +-0.153320312500 +0.005828857422 +-0.181640625000 +0.072265625000 +-0.104003906250 +0.030273437500 +-0.194335937500 +-0.248046875000 +-0.026245117188 +-0.086425781250 +0.219726562500 +-0.084960937500 +0.162109375000 +-0.004425048828 +-0.231445312500 +0.062011718750 +-0.212890625000 +-0.083984375000 +0.002456665039 +0.067382812500 +-0.016357421875 +-0.292968750000 +0.134765625000 +0.045166015625 +0.082031250000 +0.010742187500 +0.028198242188 +-0.103027343750 +0.021606445312 +0.056884765625 +0.013916015625 +-0.084472656250 +-0.150390625000 +-0.084472656250 +-0.118652343750 +-0.022827148438 +0.139648437500 +-0.047119140625 +0.025268554688 +0.047607421875 +-0.028076171875 +0.009033203125 +-0.089843750000 +0.122558593750 +-0.182617187500 +-0.072753906250 +-0.052978515625 +-0.065429687500 +-0.124511718750 +-0.082031250000 +0.035400390625 +0.169921875000 +-0.093261718750 +0.000276565552 +0.047851562500 +-0.018920898438 +0.037841796875 +0.067871093750 +0.019287109375 +0.027709960938 +-0.359375000000 +0.225585937500 +0.142578125000 +0.052001953125 +0.204101562500 +-0.126953125000 +0.025756835938 +0.013671875000 +-0.109863281250 +-0.146484375000 +-0.194335937500 +0.248046875000 +-0.232421875000 +0.084472656250 +-0.023437500000 +0.159179687500 +-0.052734375000 +-0.004791259766 +-0.107910156250 +0.013427734375 +-0.277343750000 +0.000427246094 +0.128906250000 +-0.114746093750 +-0.064453125000 +-0.220703125000 +-0.184570312500 +-0.005523681641 +0.122558593750 +0.022705078125 +-0.004272460938 +0.111328125000 +0.081542968750 +-0.425781250000 +-0.095703125000 +0.016845703125 +0.164062500000 +-0.091796875000 +0.008300781250 +0.043457031250 +-0.220703125000 +-0.014770507812 +-0.193359375000 +-0.003494262695 +-0.027343750000 +-0.204101562500 +-0.019531250000 +0.037841796875 +0.152343750000 +-0.100585937500 +0.109375000000 +0.045166015625 +-0.028442382812 +0.127929687500 +-0.122558593750 +0.031738281250 +0.255859375000 +0.150390625000 +0.101562500000 +0.026489257812 +0.050292968750 +-0.069824218750 +-0.044433593750 +0.012145996094 +-0.176757812500 +0.074707031250 +0.093261718750 +-0.283203125000 +0.050048828125 +-0.016845703125 +0.045654296875 +-0.100097656250 +-0.141601562500 +-0.032226562500 +-0.166015625000 +-0.064941406250 +-0.210937500000 +-0.075195312500 +0.208984375000 +-0.225585937500 +-0.029663085938 +0.064453125000 +0.110839843750 +0.058105468750 +-0.235351562500 +-0.010742187500 +-0.091308593750 +0.065429687500 +-0.018676757812 +-0.490234375000 +-0.330078125000 +-0.036865234375 +0.192382812500 +-0.017944335938 +-0.094238281250 +0.191406250000 +0.083984375000 +-0.562500000000 +0.059814453125 +-0.020874023438 +0.194335937500 +-0.281250000000 +0.026733398438 +0.139648437500 +-0.189453125000 +-0.016113281250 +-0.071289062500 +-0.002395629883 +-0.026977539062 +0.172851562500 +0.001434326172 +-0.007232666016 +0.250000000000 +-0.271484375000 +-0.171875000000 +-0.045898437500 +-0.214843750000 +0.178710937500 +-0.035156250000 +0.069824218750 +0.267578125000 +-0.153320312500 +0.104492187500 +0.099121093750 +0.084472656250 +-0.750000000000 +0.031738281250 +-0.021606445312 +-0.028320312500 +-0.112304687500 +-0.051757812500 +-0.091308593750 +0.071777343750 +0.019165039062 +0.162109375000 +-0.257812500000 +0.003067016602 +0.108886718750 +-0.182617187500 +0.155273437500 +0.097167968750 +0.010437011719 +-0.011779785156 +0.500000000000 +0.099121093750 +0.055664062500 +-0.085937500000 +-0.004425048828 +-0.203125000000 +-0.059570312500 +-0.052246093750 +0.107421875000 +0.094726562500 +-0.859375000000 +-0.043212890625 +-0.088378906250 +0.147460937500 +0.033447265625 +0.028076171875 +0.020019531250 +0.082519531250 +-0.730468750000 +0.082031250000 +-0.071777343750 +0.081054687500 +-0.390625000000 +0.016967773438 +-0.124511718750 +-0.246093750000 +0.163085937500 +-0.060791015625 +0.092773437500 +-0.205078125000 +0.236328125000 +-0.010009765625 +-0.300781250000 +0.126953125000 +-0.224609375000 +-0.081054687500 +0.008728027344 +0.005493164062 +0.217773437500 +-0.066894531250 +-0.071777343750 +0.226562500000 +-0.211914062500 +-0.062255859375 +0.030029296875 +-0.097167968750 +0.037109375000 +-0.101074218750 +-0.055664062500 +0.086425781250 +-0.164062500000 +0.108398437500 +-0.063964843750 +0.073242187500 +-0.074707031250 +0.040527343750 +-0.263671875000 +-0.013183593750 +-0.018798828125 +-0.013488769531 +-0.143554687500 +-0.109863281250 +-0.000308990479 +0.147460937500 +-0.312500000000 +0.195312500000 +-0.195312500000 +-0.137695312500 +0.071777343750 +-0.214843750000 +0.039062500000 +-0.007934570312 +0.055419921875 +-0.111816406250 +-1.046875000000 +-0.439453125000 +0.027832031250 +-0.148437500000 +0.277343750000 +0.055908203125 +0.016479492188 +-0.320312500000 +-0.824218750000 +0.010131835938 +-0.062011718750 +-0.088378906250 +-0.190429687500 +-0.055908203125 +-0.027587890625 +-0.093261718750 +-0.125976562500 +0.024414062500 +-0.020019531250 +-0.355468750000 +0.090332031250 +0.075683593750 +-0.066894531250 +0.007110595703 +-0.080078125000 +-0.123046875000 +-0.042480468750 +-0.160156250000 +0.146484375000 +-0.047363281250 +0.022460937500 +-0.074218750000 +-0.468750000000 +0.156250000000 +0.044189453125 +-0.013183593750 +0.059326171875 +-0.001182556152 +-0.308593750000 +0.027709960938 +-0.155273437500 +-0.003890991211 +-0.045166015625 +-0.064453125000 +0.037841796875 +0.099609375000 +0.104492187500 +-0.102050781250 +-0.013793945312 +-0.072265625000 +0.136718750000 +0.181640625000 +0.044189453125 +0.166015625000 +0.197265625000 +0.021606445312 +-0.082519531250 +-0.060546875000 +0.047851562500 +-0.061523437500 +0.027099609375 +-0.069824218750 +0.027587890625 +0.040283203125 +-0.589843750000 +-0.188476562500 +0.074707031250 +-0.029418945312 +-0.080566406250 +0.052490234375 +-0.171875000000 +0.133789062500 +-0.503906250000 +0.277343750000 +-0.110351562500 +-0.125000000000 +-0.178710937500 +0.012756347656 +-0.151367187500 +0.057617187500 +-0.039550781250 +0.041748046875 +-0.006683349609 +-0.249023437500 +0.089843750000 +0.037109375000 +-0.093261718750 +-0.011657714844 +-0.255859375000 +0.062500000000 +-0.031738281250 +-0.200195312500 +-0.115722656250 +-0.161132812500 +0.008483886719 +0.008544921875 +-0.180664062500 +0.298828125000 +-0.222656250000 +-0.033691406250 +-0.008911132812 +0.069335937500 +-0.115722656250 +0.022216796875 +0.059570312500 +-0.011169433594 +-0.041503906250 +0.076171875000 +-0.089843750000 +0.141601562500 +-0.093750000000 +0.061523437500 +-0.247070312500 +-0.114746093750 +-0.193359375000 +0.169921875000 +-0.133789062500 +-0.093261718750 +-0.441406250000 +-0.022094726562 +-0.447265625000 +-0.170898437500 +0.089355468750 +-0.181640625000 +0.004608154297 +-0.218750000000 +0.056884765625 +0.005218505859 +0.077636718750 +-0.009521484375 +0.037353515625 +-0.183593750000 +-0.041015625000 +0.007537841797 +0.132812500000 +-0.094238281250 +-0.074218750000 +0.065429687500 +-0.005615234375 +-0.382812500000 +0.015319824219 +-0.073242187500 +0.012695312500 +-0.041015625000 +0.136718750000 +-0.031738281250 +0.071289062500 +-0.137695312500 +-0.005737304688 +0.182617187500 +0.065429687500 +-0.022705078125 +-0.162109375000 +0.020263671875 +-0.037841796875 +-0.191406250000 +0.066894531250 +-0.170898437500 +-0.015991210938 +-0.102050781250 +-0.045898437500 +-0.196289062500 +-0.024780273438 +-0.195312500000 +-0.023681640625 +0.162109375000 +0.105957031250 +-0.320312500000 +0.249023437500 +-0.159179687500 +-0.100585937500 +0.244140625000 +-0.026733398438 +0.031982421875 +0.088867187500 +-0.095703125000 +0.093261718750 +-0.037353515625 +0.064941406250 +0.217773437500 +0.015258789062 +-0.106933593750 +0.022338867188 +-0.025390625000 +0.205078125000 +0.227539062500 +-0.166992187500 +0.041503906250 +0.089843750000 +-0.255859375000 +-0.055908203125 +0.125000000000 +0.000648498535 +-0.006835937500 +0.048339843750 +-0.277343750000 +0.008361816406 +-0.026977539062 +-0.084472656250 +0.061767578125 +-0.033691406250 +-0.005523681641 +-0.077636718750 +-0.208007812500 +-0.065917968750 +-0.011230468750 +0.004364013672 +-0.208984375000 +0.273437500000 +-0.076171875000 +-0.184570312500 +-0.138671875000 +-0.176757812500 +-0.031494140625 +-0.132812500000 +-0.057128906250 +0.078613281250 +-0.104003906250 +0.011413574219 +-0.155273437500 +-0.005615234375 +-0.216796875000 +-0.021850585938 +0.019531250000 +-0.059570312500 +0.204101562500 +-0.008117675781 +0.063964843750 +-0.139648437500 +-0.054687500000 +-0.062988281250 +0.046386718750 +-0.251953125000 +0.049804687500 +0.031738281250 +-0.033935546875 +0.033935546875 +0.078125000000 +-0.343750000000 +0.037841796875 +-0.034423828125 +0.109375000000 +0.041015625000 +0.045166015625 +0.070800781250 +0.023437500000 +0.057617187500 +0.197265625000 +-0.257812500000 +-0.095214843750 +0.206054687500 +-0.033203125000 +-0.090332031250 +0.072753906250 +-0.273437500000 +0.239257812500 +0.150390625000 +0.021850585938 +-0.009826660156 +0.031738281250 +-0.104980468750 +-0.012878417969 +-0.139648437500 +-0.016845703125 +-0.455078125000 +-0.054687500000 +-0.012207031250 +-0.036865234375 +0.036132812500 +0.006683349609 +-0.063964843750 +0.153320312500 +0.287109375000 +-0.025268554688 +-0.109863281250 +-0.061767578125 +0.053710937500 +-0.023193359375 +-0.265625000000 +0.031494140625 +0.050292968750 +0.018066406250 +-0.003707885742 +-0.024780273438 +-0.002914428711 +-0.098144531250 +-0.224609375000 +0.049072265625 +-0.013305664062 +-0.059570312500 +0.102050781250 +0.049560546875 +-0.041259765625 +-0.246093750000 +-0.143554687500 +-0.050781250000 +-0.157226562500 +-0.010437011719 +0.043945312500 +0.119140625000 +0.031494140625 +-0.261718750000 +-0.050048828125 +0.035400390625 +0.062500000000 +-0.247070312500 +0.009277343750 +-0.096191406250 +0.223632812500 +0.137695312500 +-0.076660156250 +0.197265625000 +-0.210937500000 +0.062255859375 +-0.098144531250 +0.283203125000 +0.102539062500 +-0.010437011719 +-0.085937500000 +0.225585937500 +0.132812500000 +0.101562500000 +-0.031250000000 +-0.045898437500 +-0.036621093750 +0.108398437500 +0.207031250000 +-0.133789062500 +-0.656250000000 +-0.008728027344 +0.062988281250 +-0.016479492188 +0.031982421875 +0.005920410156 +-0.083496093750 +0.298828125000 +-0.165039062500 +-0.102050781250 +0.077148437500 +-0.102539062500 +0.154296875000 +-0.011596679688 +-0.410156250000 +0.114746093750 +-0.019897460938 +-0.112792968750 +0.099609375000 +0.064941406250 +0.061523437500 +-0.138671875000 +-0.005554199219 +0.035888671875 +0.074707031250 +0.077148437500 +0.030395507812 +0.027954101562 +-0.111328125000 +0.060546875000 +-0.042968750000 +-0.126953125000 +-0.139648437500 +0.134765625000 +-0.027587890625 +-0.050292968750 +-0.101074218750 +-0.113281250000 +-0.174804687500 +-0.171875000000 +0.040771484375 +-0.206054687500 +0.031738281250 +-0.182617187500 +0.209960937500 +0.066894531250 +-0.141601562500 +0.059814453125 +-0.012268066406 +-0.003662109375 +-0.047119140625 +-0.042968750000 +-0.038085937500 +0.025878906250 +0.507812500000 +0.185546875000 +0.147460937500 +-0.103027343750 +-0.018432617188 +-0.019042968750 +-0.160156250000 +-0.040771484375 +0.077148437500 +-0.081054687500 +-0.710937500000 +0.062255859375 +-0.079101562500 +0.133789062500 +0.208984375000 +-0.040771484375 +-0.017944335938 +0.143554687500 +-0.466796875000 +0.060791015625 +0.195312500000 +-0.044189453125 +0.281250000000 +-0.019042968750 +-0.239257812500 +-0.051757812500 +0.117187500000 +0.005218505859 +0.101074218750 +-0.038818359375 +-0.000227928162 +-0.221679687500 +-0.166992187500 +-0.144531250000 +-0.170898437500 +-0.074218750000 +0.095703125000 +-0.212890625000 +-0.184570312500 +-0.235351562500 +-0.029907226562 +-0.273437500000 +-0.107421875000 +0.093750000000 +0.169921875000 +-0.095214843750 +0.096191406250 +0.006042480469 +-0.490234375000 +0.107421875000 +-0.094726562500 +-0.015625000000 +-0.013305664062 +-0.343750000000 +0.124511718750 +0.043457031250 +-0.014953613281 +0.001289367676 +-0.102539062500 +-0.108398437500 +-0.192382812500 +0.051025390625 +0.151367187500 +-0.038574218750 +-0.088867187500 +0.087890625000 +0.148437500000 +-0.143554687500 +0.133789062500 +0.068359375000 +-0.142578125000 +0.035156250000 +-0.263671875000 +0.104003906250 +-0.457031250000 +0.137695312500 +-0.151367187500 +-0.031982421875 +0.157226562500 +-0.022705078125 +0.040527343750 +0.071777343750 +-0.222656250000 +0.098144531250 +-0.010559082031 +0.083984375000 +0.427734375000 +-0.152343750000 +-0.014038085938 +-0.030639648438 +-0.047607421875 +0.015991210938 +0.104980468750 +0.039794921875 +0.145507812500 +-0.127929687500 +-0.060791015625 +-0.132812500000 +-0.204101562500 +-0.081542968750 +0.016357421875 +0.087890625000 +-0.088378906250 +0.137695312500 +-0.001159667969 +-0.158203125000 +-0.118164062500 +-0.098632812500 +0.067382812500 +-0.038085937500 +0.110351562500 +-0.102539062500 +-0.341796875000 +0.006500244141 +-0.007354736328 +0.138671875000 +-0.040527343750 +-0.102539062500 +0.115234375000 +0.065917968750 +-0.051269531250 +0.049316406250 +0.000406265259 +0.191406250000 +0.226562500000 +0.423828125000 +-0.081542968750 +0.062255859375 +0.018798828125 +0.061523437500 +0.155273437500 +-0.034179687500 +0.024414062500 +0.109375000000 +-0.046875000000 +0.024291992188 +-0.222656250000 +0.095703125000 +-0.232421875000 +0.027099609375 +0.029052734375 +0.002822875977 +0.049316406250 +-0.043212890625 +-0.139648437500 +-0.244140625000 +-0.490234375000 +0.053710937500 +-0.023193359375 +0.171875000000 +0.026367187500 +-0.384765625000 +0.089355468750 +0.127929687500 +-0.059570312500 +0.040771484375 +0.001388549805 +0.042236328125 +-0.066406250000 +-0.076171875000 +0.120605468750 +-0.031982421875 +-0.114746093750 +-0.140625000000 +0.098632812500 +0.168945312500 +-0.109375000000 +0.070800781250 +0.060546875000 +-0.019409179688 +-0.261718750000 +-0.023315429688 +0.022827148438 +0.006347656250 +0.031738281250 +-0.033691406250 +0.080078125000 +-0.016113281250 +0.273437500000 +0.008300781250 +-0.067871093750 +0.236328125000 +-0.002655029297 +-0.233398437500 +-0.004699707031 +-0.060058593750 +-0.047363281250 +-0.248046875000 +-0.144531250000 +-0.040527343750 +0.005706787109 +-0.241210937500 +-0.223632812500 +-0.028442382812 +-0.189453125000 +0.039306640625 +-0.114746093750 +-0.000911712646 +0.038574218750 +0.046386718750 +-0.021728515625 +-0.021972656250 +-0.110839843750 +0.043457031250 +-0.039306640625 +0.093750000000 +0.005981445312 +-0.009460449219 +0.096191406250 +-0.041259765625 +-0.291015625000 +0.050781250000 +-0.014465332031 +0.300781250000 +0.101074218750 +-0.195312500000 +0.027099609375 +-0.004638671875 +-0.136718750000 +0.172851562500 +0.053466796875 +0.005218505859 +-0.041015625000 +-0.017944335938 +-0.066406250000 +0.080078125000 +0.005615234375 +0.116210937500 +0.022583007812 +0.249023437500 +-0.059326171875 +-0.109863281250 +-0.125976562500 +-0.085937500000 +-0.168945312500 +0.166015625000 +0.013122558594 +-0.159179687500 +-0.012512207031 +-0.029174804688 +-0.160156250000 +-0.045654296875 +0.004272460938 +-0.312500000000 +-0.194335937500 +-0.292968750000 +0.039062500000 +0.005249023438 +0.147460937500 +-0.173828125000 +0.147460937500 +-0.033935546875 +0.051757812500 +-0.101074218750 +-0.033203125000 +-0.132812500000 +0.037353515625 +0.002700805664 +0.167968750000 +0.144531250000 +0.090332031250 +0.052490234375 +-0.002899169922 +0.115722656250 +0.041503906250 +0.120605468750 +0.111328125000 +-0.102539062500 +-0.038085937500 +0.043457031250 +-0.023071289062 +0.135742187500 +0.125976562500 +0.205078125000 +0.088867187500 +0.110839843750 +0.140625000000 +0.112304687500 +0.027709960938 +-0.169921875000 +-0.030639648438 +0.019897460938 +-0.213867187500 +0.028198242188 +-0.032470703125 +-0.015991210938 +0.202148437500 +0.021118164062 +-0.137695312500 +0.155273437500 +0.049316406250 +0.040527343750 +-0.108886718750 +-0.237304687500 +-0.036621093750 +0.145507812500 +0.193359375000 +0.029174804688 +-0.025756835938 +-0.201171875000 +-0.173828125000 +0.009155273438 +0.113281250000 +-0.165039062500 +-0.312500000000 +0.088867187500 +-0.118164062500 +-0.066894531250 +0.185546875000 +-0.302734375000 +-0.021240234375 +0.093261718750 +-0.096191406250 +0.170898437500 +-0.041259765625 +0.084472656250 +0.091796875000 +-0.140625000000 +-0.034179687500 +-0.034179687500 +0.003265380859 +-0.200195312500 +0.112304687500 +0.131835937500 +-0.193359375000 +0.127929687500 +-0.066406250000 +0.126953125000 +-0.408203125000 +-0.283203125000 +-0.007659912109 +0.002334594727 +0.214843750000 +0.012207031250 +0.066894531250 +-0.165039062500 +-0.098144531250 +0.019775390625 +-0.150390625000 +0.140625000000 +0.091796875000 +-0.105468750000 +-0.055419921875 +0.000373840332 +-0.023559570312 +-0.084960937500 +-0.279296875000 +0.066894531250 +0.069824218750 +0.048095703125 +0.043701171875 +0.065917968750 +-0.004455566406 +-0.062988281250 +-0.239257812500 +0.077148437500 +0.068847656250 +-0.236328125000 +0.067871093750 +0.006256103516 +-0.059326171875 +0.020874023438 +-0.398437500000 +0.279296875000 +-0.194335937500 +-0.014282226562 +0.001098632812 +-0.046630859375 +-0.080566406250 +0.080078125000 +-0.126953125000 +-0.176757812500 +0.114746093750 +-0.111816406250 +0.167968750000 +-0.107421875000 +0.039306640625 +0.312500000000 +0.059570312500 +0.026733398438 +-0.000877380371 +0.066894531250 +-0.076171875000 +-0.110839843750 +-0.667968750000 +-0.158203125000 +0.275390625000 +-0.106933593750 +-0.322265625000 +-0.031005859375 +-0.617187500000 +0.306640625000 +-0.022094726562 +-0.667968750000 +-0.170898437500 +-0.067382812500 +-0.015014648438 +-0.152343750000 +-0.238281250000 +0.087890625000 +-0.206054687500 +0.004547119141 +-0.021728515625 +0.033203125000 +0.152343750000 +0.044677734375 +-0.171875000000 +0.084472656250 +-1.078125000000 +-0.208007812500 +-0.378906250000 +0.156250000000 +-0.008728027344 +0.001716613770 +-0.376953125000 +0.043701171875 +-0.013977050781 +-0.378906250000 +-0.250000000000 +0.092285156250 +-0.165039062500 +0.047363281250 +0.269531250000 +-0.046142578125 +0.056640625000 +0.271484375000 +-0.369140625000 +0.136718750000 +0.112304687500 +0.193359375000 +-0.166015625000 +0.093750000000 +-0.015625000000 +-0.181640625000 +-0.066406250000 +-0.285156250000 +0.255859375000 +0.024047851562 +0.153320312500 +0.054443359375 +0.168945312500 +0.075683593750 +-0.033203125000 +-0.322265625000 +0.046630859375 +-0.085937500000 +-0.214843750000 +0.051513671875 +-0.172851562500 +-0.052734375000 +0.396484375000 +0.219726562500 +0.367187500000 +0.208007812500 +-0.542968750000 +-0.066894531250 +-0.185546875000 +-0.265625000000 +-0.096679687500 +-0.144531250000 +-0.120605468750 +-0.235351562500 +-0.910156250000 +-0.156250000000 +0.194335937500 +-0.416015625000 +0.020263671875 +0.169921875000 +0.094726562500 +-0.103027343750 +0.209960937500 +-0.040039062500 +0.223632812500 +-0.017089843750 +-0.605468750000 +0.102050781250 +-0.028076171875 +-0.000467300415 +-0.882812500000 +0.070800781250 +0.063476562500 +-0.328125000000 +-0.585937500000 +-0.021972656250 +0.119140625000 +0.149414062500 +-0.082031250000 +-0.234375000000 +-0.003631591797 +0.166015625000 +-0.178710937500 +-0.038818359375 +0.259765625000 +0.318359375000 +-0.180664062500 +0.023803710938 +0.333984375000 +-0.103515625000 +-0.062500000000 +-0.376953125000 +-0.070800781250 +0.039794921875 +-0.176757812500 +0.067382812500 +0.100097656250 +-0.279296875000 +-0.133789062500 +-0.124511718750 +0.116210937500 +-0.134765625000 +0.024780273438 +-0.071289062500 +-0.115722656250 +-0.031127929688 +0.257812500000 +0.143554687500 +0.063476562500 +0.096191406250 +-0.449218750000 +0.029296875000 +-0.054687500000 +-0.004302978516 +0.025146484375 +-0.043212890625 +0.067382812500 +0.070312500000 +-0.490234375000 +0.100585937500 +-0.132812500000 +-0.019897460938 +0.130859375000 +-0.083007812500 +0.101074218750 +0.064453125000 +-0.049072265625 +-0.097167968750 +0.010131835938 +0.031250000000 +-0.687500000000 +0.146484375000 +-0.166992187500 +0.013916015625 +-0.511718750000 +-0.010375976562 +0.071289062500 +-0.197265625000 +-0.314453125000 +0.023315429688 +-0.275390625000 +0.144531250000 +-0.172851562500 +-0.251953125000 +-0.296875000000 +0.131835937500 +-0.679687500000 +0.044921875000 +-0.250000000000 +0.016235351562 +-0.194335937500 +0.177734375000 +0.024902343750 +0.097656250000 +-0.010864257812 +-0.263671875000 +0.084472656250 +0.111816406250 +-0.043457031250 +-0.176757812500 +-0.113769531250 +0.164062500000 +-0.012878417969 +0.055419921875 +-0.112304687500 +-0.050537109375 +0.015014648438 +-0.055175781250 +0.076660156250 +0.090332031250 +0.217773437500 +0.132812500000 +-0.259765625000 +0.143554687500 +-0.205078125000 +-0.074707031250 +0.145507812500 +0.042724609375 +0.247070312500 +-0.050292968750 +0.074218750000 +-0.187500000000 +-0.103515625000 +-0.003845214844 +0.050537109375 +0.144531250000 +0.132812500000 +0.051025390625 +-0.016967773438 +0.010253906250 +-0.040039062500 +-0.213867187500 +0.050781250000 +0.083496093750 +-0.519531250000 +0.107910156250 +-0.107910156250 +-0.211914062500 +-0.243164062500 +-0.006744384766 +0.014526367188 +-0.015869140625 +-0.209960937500 +0.273437500000 +-0.086914062500 +0.035400390625 +0.011352539062 +0.064453125000 +0.133789062500 +0.083984375000 +-0.613281250000 +-0.120605468750 +0.001800537109 +-0.055419921875 +-0.126953125000 +0.042480468750 +0.075683593750 +0.122070312500 +-0.087402343750 +-0.069335937500 +-0.112792968750 +-0.069335937500 +0.009277343750 +-0.147460937500 +-0.096191406250 +-0.012573242188 +0.117675781250 +0.003479003906 +0.033691406250 +0.024780273438 +-0.000785827637 +-0.126953125000 +0.060546875000 +-0.038574218750 +-0.039306640625 +0.246093750000 +-0.096191406250 +-0.009216308594 +-0.039062500000 +0.168945312500 +-0.040771484375 +-0.149414062500 +0.143554687500 +-0.090820312500 +-0.061279296875 +-0.351562500000 +-0.021728515625 +0.111816406250 +-0.152343750000 +0.062988281250 +0.174804687500 +-0.015197753906 +-0.044677734375 +0.104492187500 +0.007751464844 +-0.156250000000 +-0.020019531250 +-0.032714843750 +-0.086425781250 +-0.120605468750 +-0.003707885742 +-0.251953125000 +0.071289062500 +-0.032958984375 +0.137695312500 +0.124023437500 +-0.302734375000 +-0.077148437500 +-0.275390625000 +-0.100585937500 +0.020629882812 +0.024902343750 +-0.195312500000 +-0.093261718750 +-0.080566406250 +-0.058837890625 +-0.177734375000 +-0.035156250000 +0.143554687500 +-0.128906250000 +-0.190429687500 +-0.175781250000 +0.173828125000 +-0.210937500000 +-0.026855468750 +-0.060058593750 +-0.016967773438 +0.140625000000 +0.237304687500 +0.040527343750 +0.011230468750 +-0.036865234375 +0.099121093750 +-0.086425781250 +0.027343750000 +0.006134033203 +0.047851562500 +0.022949218750 +0.355468750000 +0.079101562500 +-0.049804687500 +-0.151367187500 +0.176757812500 +0.082031250000 +-0.170898437500 +-0.066894531250 +-0.164062500000 +0.038085937500 +-0.092773437500 +-0.042724609375 +0.038085937500 +0.016723632812 +-0.019653320312 +-0.098144531250 +-0.015869140625 +0.166992187500 +-0.091796875000 +0.118652343750 +-0.047851562500 +-0.072753906250 +0.052978515625 +-0.070800781250 +0.140625000000 +-0.151367187500 +0.006927490234 +-0.015991210938 +0.103515625000 +-0.013671875000 +0.021118164062 +0.090820312500 +0.228515625000 +-0.065917968750 +-0.044189453125 +-0.095703125000 +-0.078125000000 +-0.098632812500 +0.110839843750 +0.155273437500 +-0.027832031250 +0.013977050781 +0.040527343750 +0.011047363281 +-0.061767578125 +-0.427734375000 +-0.025512695312 +-0.040771484375 +-0.187500000000 +-0.051269531250 +0.208007812500 +0.020019531250 +0.094726562500 +0.077636718750 +-0.056884765625 +-0.007934570312 +-0.026123046875 +-0.083007812500 +-0.044433593750 +-0.114746093750 +-0.015625000000 +-0.018920898438 +0.121582031250 +-0.105957031250 +0.225585937500 +0.026733398438 +0.033447265625 +-0.017456054688 +0.010375976562 +-0.076660156250 +-0.384765625000 +-0.296875000000 +-0.300781250000 +0.092285156250 +-0.103027343750 +-0.155273437500 +-0.006072998047 +-0.006958007812 +-0.121582031250 +-0.055908203125 +0.030517578125 +0.045898437500 +0.056884765625 +-0.107421875000 +-0.005065917969 +0.014160156250 +0.180664062500 +-0.192382812500 +-0.118652343750 +0.014587402344 +0.085449218750 +-0.049804687500 +0.002578735352 +-0.053222656250 +-0.073242187500 +-0.259765625000 +-0.023925781250 +-0.064941406250 +0.068847656250 +-0.129882812500 +0.091308593750 +-0.275390625000 +0.146484375000 +-0.091308593750 +0.000907897949 +0.155273437500 +0.052734375000 +-0.086914062500 +0.040771484375 +-0.230468750000 +0.125976562500 +0.174804687500 +-0.010864257812 +-0.120117187500 +0.062011718750 +-0.163085937500 +0.104980468750 +-0.178710937500 +-0.410156250000 +-0.022094726562 +-0.033691406250 +-0.164062500000 +0.034423828125 +-0.468750000000 +-0.061035156250 +0.007537841797 +0.085937500000 +-0.044677734375 +-0.031127929688 +0.101562500000 +-0.041259765625 +-0.028076171875 +-0.365234375000 +-0.019653320312 +0.036132812500 +-0.324218750000 +-0.160156250000 +-0.083984375000 +-0.021362304688 +0.056152343750 +0.065917968750 +-0.117187500000 +-0.554687500000 +-0.098144531250 +-0.173828125000 +-0.135742187500 +0.127929687500 +-0.412109375000 +-0.227539062500 +0.028930664062 +0.046142578125 +-0.316406250000 +0.053466796875 +0.042236328125 +0.015319824219 +-0.109863281250 +-0.160156250000 +0.037109375000 +-0.102050781250 +0.095214843750 +0.026123046875 +0.089355468750 +0.096679687500 +-0.067382812500 +-0.240234375000 +-0.015014648438 +-0.219726562500 +-0.111816406250 +-0.101562500000 +-0.067382812500 +0.082519531250 +-0.322265625000 +0.098632812500 +0.060791015625 +0.119140625000 +-0.022094726562 +-0.232421875000 +-0.098144531250 +-0.052734375000 +0.202148437500 +-0.105468750000 +-0.034667968750 +-0.075683593750 +0.047363281250 +-0.064453125000 +-0.120605468750 +0.093261718750 +-0.302734375000 +-0.098632812500 +0.000671386719 +-0.026123046875 +-0.142578125000 +0.046386718750 +-0.082519531250 +-0.275390625000 +-0.097167968750 +-0.003967285156 +-0.056884765625 +0.273437500000 +-0.145507812500 +0.018066406250 +-0.036621093750 +0.116210937500 +0.009216308594 +0.140625000000 +0.013122558594 +-0.243164062500 +-0.093750000000 +-0.333984375000 +-0.160156250000 +0.009155273438 +-0.226562500000 +-0.433593750000 +-0.053710937500 +-0.083007812500 +-0.439453125000 +-0.000232696533 +-0.238281250000 +-0.117187500000 +-0.198242187500 +0.103027343750 +-0.044433593750 +0.166015625000 +0.146484375000 +-0.171875000000 +0.033447265625 +-0.041259765625 +0.102050781250 +-0.117675781250 +-0.292968750000 +-0.098632812500 +0.106933593750 +0.002655029297 +-0.211914062500 +0.143554687500 +-0.141601562500 +-0.152343750000 +-0.030273437500 +0.034179687500 +-0.337890625000 +-0.140625000000 +0.020385742188 +-0.124511718750 +-0.008483886719 +-0.208007812500 +0.032226562500 +0.261718750000 +-0.084960937500 +0.091796875000 +-0.341796875000 +0.056884765625 +0.033203125000 +-0.136718750000 +0.030639648438 +-0.188476562500 +-0.041259765625 +-0.155273437500 +-0.052001953125 +0.073242187500 +-0.030883789062 +0.049804687500 +0.039306640625 +0.554687500000 +-0.367187500000 +0.332031250000 +0.023315429688 +0.105957031250 +-0.070312500000 +-0.119628906250 +0.073242187500 +-0.250000000000 +-0.085937500000 +-0.435546875000 +-0.011840820312 +-0.131835937500 +0.028564453125 +-0.082031250000 +0.105468750000 +0.018066406250 +0.049072265625 +-0.016845703125 +0.014831542969 +0.033691406250 +0.016723632812 +0.179687500000 +-0.129882812500 +0.038818359375 +-0.157226562500 +-0.062011718750 +-0.036621093750 +0.035888671875 +-0.112792968750 +-0.118164062500 +-0.216796875000 +0.083007812500 +-0.081542968750 +0.096679687500 +-0.177734375000 +0.109863281250 +0.127929687500 +-0.470703125000 +0.032470703125 +-0.096191406250 +0.195312500000 +0.097656250000 +-0.136718750000 +0.017211914062 +-0.092285156250 +-0.094726562500 +0.018554687500 +-0.127929687500 +-0.014099121094 +-0.004547119141 +-0.057373046875 +0.049316406250 +0.094238281250 +-0.024902343750 +-0.116699218750 +-0.037353515625 +0.059814453125 +0.037841796875 +-0.096191406250 +0.034667968750 +-0.035888671875 +0.026489257812 +-0.247070312500 +0.082031250000 +0.069824218750 +0.162109375000 +-0.080078125000 +-0.048828125000 +-0.061035156250 +-0.049316406250 +0.000545501709 +0.057128906250 +-0.073730468750 +-0.111816406250 +-0.062500000000 +0.036621093750 +0.108398437500 +0.142578125000 +-0.138671875000 +-0.110351562500 +0.070312500000 +0.054443359375 +0.058349609375 +-0.025146484375 +-0.177734375000 +-0.081542968750 +-0.107421875000 +-0.020507812500 +0.087402343750 +-0.176757812500 +-0.095214843750 +-0.065429687500 +-0.022094726562 +0.021362304688 +-0.078125000000 +-0.121093750000 +0.043945312500 +-0.066406250000 +-0.233398437500 +0.085449218750 +-0.010253906250 +0.117187500000 +0.172851562500 +-0.083007812500 +0.137695312500 +0.152343750000 +0.191406250000 +-0.080566406250 +-0.062500000000 +0.125976562500 +0.088867187500 +0.018310546875 +0.110839843750 +-0.027954101562 +0.044433593750 +0.031738281250 +0.007690429688 +0.070312500000 +-0.376953125000 +0.026000976562 +0.002838134766 +0.083007812500 +0.073242187500 +-0.298828125000 +-0.045654296875 +0.314453125000 +-0.110351562500 +-0.202148437500 +0.072265625000 +-0.431640625000 +-0.013183593750 +-0.008728027344 +0.066406250000 +-0.043212890625 +-0.019042968750 +-0.080566406250 +-0.107910156250 +0.125976562500 +0.018676757812 +-0.067871093750 +-0.019897460938 +-0.011474609375 +0.174804687500 +-0.023193359375 +0.023193359375 +0.177734375000 +0.170898437500 +-0.038085937500 +0.106445312500 +-0.098144531250 +-0.171875000000 +-0.068359375000 +-0.003784179688 +-0.026611328125 +-0.125976562500 +-0.047119140625 +-0.168945312500 +0.098632812500 +0.036132812500 +0.128906250000 +-0.031494140625 +-0.131835937500 +-0.240234375000 +-0.083496093750 +-0.558593750000 +0.073730468750 +-0.609375000000 +-0.022216796875 +0.015014648438 +0.054199218750 +0.041503906250 +0.016845703125 +-0.041503906250 +0.095703125000 +-0.196289062500 +-0.123535156250 +-0.097167968750 +0.037597656250 +0.006134033203 +0.020751953125 +-0.033203125000 +-0.041992187500 +0.022827148438 +0.058105468750 +-0.053710937500 +0.039794921875 +0.014892578125 +0.019165039062 +0.000383377075 +-0.009277343750 +-0.158203125000 +0.000709533691 +0.035400390625 +-0.071777343750 +-0.036865234375 +-0.056396484375 +-0.019409179688 +-0.012939453125 +0.044433593750 +-0.033935546875 +-0.092773437500 +0.027465820312 +0.012145996094 +0.135742187500 +0.074218750000 +0.012695312500 +-0.055664062500 +-0.000476837158 +-0.042480468750 +-0.092773437500 +-0.047119140625 +-0.034423828125 +-0.119628906250 +0.080566406250 +0.019287109375 +0.052734375000 +0.133789062500 +0.029785156250 +0.008422851562 +0.110351562500 +0.004486083984 +-0.013061523438 +0.071289062500 +0.044189453125 +0.039550781250 +0.226562500000 +0.087402343750 +-0.036376953125 +-0.043945312500 +-0.010925292969 +0.118652343750 +-0.003906250000 +-0.102539062500 +-0.123535156250 +0.091308593750 +0.001274108887 +-0.028564453125 +-0.175781250000 +0.034912109375 +-0.052490234375 +0.234375000000 +-0.136718750000 +-0.047363281250 +0.132812500000 +-0.007873535156 +0.090820312500 +0.068847656250 +-0.013916015625 +-0.134765625000 +-0.017944335938 +-0.222656250000 +-0.041748046875 +-0.011901855469 +0.169921875000 +-0.050048828125 +0.125976562500 +-0.069335937500 +0.135742187500 +0.016723632812 +-0.063964843750 +0.078125000000 +0.092285156250 +-0.291015625000 +-0.116699218750 +0.036621093750 +0.034423828125 +-0.203125000000 +0.145507812500 +0.087890625000 +-0.100585937500 +-0.007171630859 +0.074707031250 +0.081054687500 +0.035156250000 +-0.159179687500 +-0.001358032227 +0.151367187500 +-0.029052734375 +-0.039306640625 +-0.014587402344 +-0.156250000000 +0.041992187500 +0.083984375000 +-0.006195068359 +-0.163085937500 +-0.011108398438 +0.037109375000 +0.019287109375 +0.045166015625 +-0.084472656250 +0.012573242188 +0.031494140625 +0.053710937500 +-0.277343750000 +0.091796875000 +-0.164062500000 +0.144531250000 +-0.049316406250 +0.113281250000 +0.053710937500 +-0.289062500000 +0.396484375000 +0.113281250000 +-0.091796875000 +0.339843750000 +-0.140625000000 +-0.050537109375 +0.037841796875 +-0.108886718750 +0.012268066406 +0.044433593750 +-0.195312500000 +-0.330078125000 +-0.009704589844 +-0.150390625000 +0.090820312500 +-0.010009765625 +-0.001586914062 +0.011047363281 +0.104980468750 +-0.289062500000 +0.117187500000 +-0.015747070312 +-0.029907226562 +-0.065917968750 +-0.001968383789 +0.078125000000 +0.203125000000 +0.138671875000 +-0.127929687500 +-0.140625000000 +0.075195312500 +0.030517578125 +0.030761718750 +0.083496093750 +0.175781250000 +0.039550781250 +-0.378906250000 +0.083496093750 +0.025634765625 +0.021118164062 +-0.605468750000 +0.049804687500 +0.042724609375 +-0.667968750000 +0.027709960938 +-0.098144531250 +0.010009765625 +-0.192382812500 +0.031494140625 +0.086914062500 +-0.049560546875 +-0.075195312500 +-0.073242187500 +0.199218750000 +0.021606445312 +0.156250000000 +0.369140625000 +-0.025756835938 +-0.144531250000 +0.433593750000 +-0.104492187500 +0.203125000000 +0.044921875000 +0.102539062500 +0.472656250000 +0.078613281250 +-0.017333984375 +0.099609375000 +-0.095214843750 +0.087402343750 +0.110351562500 +-0.088378906250 +-0.169921875000 +0.016235351562 +-0.192382812500 +-0.018676757812 +0.005340576172 +-0.235351562500 +0.115722656250 +0.037597656250 +-0.578125000000 +0.021484375000 +-0.010192871094 +-0.359375000000 +-0.115722656250 +-0.142578125000 +0.009887695312 +-0.140625000000 +0.057128906250 +0.058837890625 +0.187500000000 +0.054931640625 +-0.098632812500 +0.084472656250 +0.110351562500 +0.071289062500 +-0.000410079956 +-0.031250000000 +0.033691406250 +0.017333984375 +-0.255859375000 +0.010925292969 +-0.017333984375 +0.064941406250 +-0.648437500000 +0.047851562500 +-0.013305664062 +-0.425781250000 +-0.028930664062 +0.035400390625 +-0.038330078125 +-0.187500000000 +0.330078125000 +0.078613281250 +-0.026489257812 +-0.028076171875 +-0.026611328125 +0.087402343750 +0.081054687500 +-0.125000000000 +0.621093750000 +0.060302734375 +-0.190429687500 +0.138671875000 +-0.310546875000 +0.108398437500 +-0.010986328125 +0.053710937500 +0.194335937500 +0.104003906250 +0.097167968750 +-0.062988281250 +0.013427734375 +-0.013488769531 +0.198242187500 +0.075683593750 +0.131835937500 +0.084960937500 +-0.675781250000 +0.187500000000 +0.051513671875 +-0.245117187500 +0.078613281250 +0.064941406250 +-0.217773437500 +-0.060546875000 +-0.310546875000 +-0.002059936523 +-0.046142578125 +0.007781982422 +0.108886718750 +-0.232421875000 +-0.267578125000 +-0.232421875000 +0.124023437500 +-0.140625000000 +0.018798828125 +-0.101562500000 +0.113281250000 +0.001861572266 +-0.337890625000 +0.012756347656 +-0.098632812500 +-0.006530761719 +-0.075195312500 +0.091796875000 +-0.058837890625 +-0.068359375000 +-0.140625000000 +-0.017944335938 +-0.041015625000 +-0.150390625000 +0.210937500000 +-0.062255859375 +0.118652343750 +-0.044677734375 +0.212890625000 +-0.138671875000 +-0.339843750000 +-0.137695312500 +-0.224609375000 +0.017944335938 +-0.047363281250 +0.249023437500 +0.086425781250 +0.129882812500 +0.081542968750 +-0.285156250000 +-0.177734375000 +0.032714843750 +-0.027954101562 +0.148437500000 +-0.143554687500 +-0.259765625000 +-0.086425781250 +0.044677734375 +-0.316406250000 +-0.069335937500 +0.014099121094 +0.082031250000 +-0.100097656250 +-0.029907226562 +0.087402343750 +0.082031250000 +0.122070312500 +-0.057373046875 +0.024902343750 +-0.020874023438 +0.036621093750 +-0.202148437500 +-0.101562500000 +-0.050781250000 +0.104003906250 +0.008728027344 +0.016845703125 +0.031982421875 +-0.212890625000 +-0.099609375000 +-0.079101562500 +0.058837890625 +0.021118164062 +-0.092285156250 +0.073242187500 +-0.149414062500 +0.047851562500 +-0.041992187500 +-0.527343750000 +0.022094726562 +-0.124511718750 +-0.111328125000 +0.007446289062 +-0.196289062500 +-0.012207031250 +0.112304687500 +-0.048339843750 +0.095214843750 +0.042236328125 +0.032226562500 +0.010620117188 +-0.012512207031 +0.056152343750 +-0.116210937500 +-0.265625000000 +0.167968750000 +-0.086914062500 +0.084472656250 +0.041992187500 +-0.051269531250 +-0.246093750000 +-0.174804687500 +-0.049072265625 +0.042968750000 +-0.251953125000 +-0.008056640625 +0.020019531250 +-0.047119140625 +-0.019531250000 +-0.285156250000 +0.026367187500 +-0.050048828125 +-0.031005859375 +-0.013793945312 +-0.004791259766 +-0.062255859375 +0.020874023438 +-0.100585937500 +0.212890625000 +0.010131835938 +-0.118164062500 +-0.002334594727 +0.012634277344 +-0.196289062500 +0.010192871094 +-0.269531250000 +-0.042480468750 +0.071289062500 +-0.147460937500 +0.065429687500 +-0.019775390625 +-0.088378906250 +0.064941406250 +-0.178710937500 +-0.008117675781 +-0.009277343750 +-0.150390625000 +-0.198242187500 +0.026977539062 +0.095214843750 +0.001945495605 +0.036132812500 +0.055664062500 +-0.017333984375 +-0.105957031250 +0.145507812500 +-0.034912109375 +-0.476562500000 +0.172851562500 +0.019042968750 +-0.041503906250 +-0.072265625000 +-0.083496093750 +-0.177734375000 +0.000132560730 +0.166015625000 +0.042236328125 +-0.261718750000 +0.075683593750 +0.076660156250 +0.230468750000 +0.127929687500 +-0.005157470703 +-0.193359375000 +-0.060546875000 +-0.211914062500 +0.056884765625 +0.008422851562 +-0.060546875000 +0.067871093750 +-0.003692626953 +-0.040527343750 +0.126953125000 +-0.210937500000 +-0.104492187500 +0.081542968750 +0.009155273438 +0.176757812500 +0.070800781250 +-0.031494140625 +-0.121582031250 +-0.138671875000 +-0.153320312500 +0.078613281250 +-0.058349609375 +-0.024780273438 +-0.069824218750 +0.068847656250 +-0.074707031250 +-0.017822265625 +-0.029663085938 +0.170898437500 +0.043212890625 +-0.189453125000 +-0.086914062500 +-0.110351562500 +0.005340576172 +0.041503906250 +0.010803222656 +-0.047851562500 +0.019531250000 +0.102539062500 +0.016479492188 +-0.106933593750 +0.038085937500 +-0.160156250000 +-0.008056640625 +-0.096191406250 +-0.355468750000 +0.138671875000 +-0.052490234375 +0.239257812500 +-0.113769531250 +-0.076660156250 +0.012451171875 +-0.039306640625 +-0.062500000000 +-0.053710937500 +-0.017089843750 +-0.227539062500 +-0.112304687500 +0.236328125000 +-0.042724609375 +-0.027587890625 +0.133789062500 +-0.373046875000 +-0.100585937500 +-0.135742187500 +-0.001129150391 +-0.090332031250 +0.210937500000 +-0.027587890625 +-0.007568359375 +0.051757812500 +0.147460937500 +0.120605468750 +-0.149414062500 +-0.062988281250 +-0.203125000000 +-0.190429687500 +0.050292968750 +0.143554687500 +0.003845214844 +-0.197265625000 +0.071777343750 +0.016235351562 +-0.177734375000 +0.047119140625 +0.318359375000 +-0.079589843750 +0.050781250000 +-0.107910156250 +-0.089355468750 +-0.037597656250 +0.008117675781 +0.191406250000 +-0.281250000000 +-0.114257812500 +-0.047607421875 +-0.032470703125 +0.051269531250 +-0.000097274780 +0.097167968750 +-0.093750000000 +-0.024047851562 +0.015991210938 +-0.026123046875 +0.053955078125 +0.009033203125 +0.039062500000 +-0.115234375000 +0.095703125000 +-0.129882812500 +0.012573242188 +0.056152343750 +-0.112792968750 +0.107421875000 +-0.061767578125 +0.025146484375 +0.141601562500 +0.093261718750 +0.003677368164 +-0.045410156250 +-0.067382812500 +0.125000000000 +-0.153320312500 +0.100097656250 +0.083984375000 +-0.153320312500 +-0.382812500000 +0.099609375000 +-0.246093750000 +0.138671875000 +-0.172851562500 +-0.109863281250 +0.144531250000 +0.146484375000 +0.100585937500 +-0.068847656250 +-0.197265625000 +-0.227539062500 +0.092773437500 +-0.012817382812 +-0.102539062500 +0.147460937500 +-0.057373046875 +-0.115234375000 +-0.042480468750 +-0.092773437500 +-0.101562500000 +0.121093750000 +-0.227539062500 +-0.351562500000 +0.064453125000 +0.075195312500 +-0.018798828125 +0.185546875000 +-0.016601562500 +0.045410156250 +0.227539062500 +-0.503906250000 +0.062988281250 +0.012634277344 +0.012573242188 +-0.238281250000 +0.094726562500 +0.072753906250 +-0.208984375000 +-0.628906250000 +-0.020385742188 +0.118652343750 +-0.009643554688 +0.205078125000 +-0.041748046875 +0.127929687500 +0.316406250000 +0.060546875000 +-0.008300781250 +0.037353515625 +-0.159179687500 +0.275390625000 +-0.084472656250 +0.091796875000 +0.294921875000 +0.083496093750 +-0.263671875000 +0.010192871094 +0.131835937500 +0.081542968750 +-0.011047363281 +0.308593750000 +0.015136718750 +-0.281250000000 +-0.283203125000 +0.113769531250 +-0.097167968750 +-0.019775390625 +-0.022949218750 +0.162109375000 +0.306640625000 +0.143554687500 +-0.071289062500 +-0.026000976562 +0.050537109375 +-0.222656250000 +0.009033203125 +0.187500000000 +-0.324218750000 +0.119140625000 +0.087402343750 +-0.003189086914 +-0.011474609375 +-0.695312500000 +0.173828125000 +0.236328125000 +-0.335937500000 +-0.671875000000 +-0.065917968750 +-0.173828125000 +-0.151367187500 +0.250000000000 +0.068359375000 +0.125976562500 +0.215820312500 +-0.906250000000 +-0.012817382812 +0.065429687500 +0.211914062500 +-0.173828125000 +-0.018310546875 +-0.174804687500 +-0.213867187500 +-0.820312500000 +-0.095703125000 +-0.140625000000 +-0.215820312500 +0.396484375000 +-0.035888671875 +-0.072753906250 +0.215820312500 +-0.265625000000 +-0.116210937500 +-0.013793945312 +-0.142578125000 +0.296875000000 +0.059326171875 +-0.116210937500 +0.190429687500 +0.000406265259 +-0.208984375000 +-0.007385253906 +0.170898437500 +-0.104003906250 +0.179687500000 +0.152343750000 +0.062011718750 +-0.392578125000 +0.013977050781 +-0.032958984375 +0.023193359375 +-0.005676269531 +0.138671875000 +-0.310546875000 +0.155273437500 +0.202148437500 +0.214843750000 +0.007202148438 +-0.193359375000 +-0.178710937500 +-0.038330078125 +-0.025268554688 +-0.332031250000 +0.011779785156 +0.006042480469 +0.086425781250 +-0.093261718750 +-0.145507812500 +-0.055908203125 +-0.096679687500 +0.067871093750 +-0.423828125000 +0.041748046875 +-0.053222656250 +-0.040039062500 +0.265625000000 +0.021606445312 +0.060546875000 +0.163085937500 +-0.507812500000 +0.124023437500 +-0.088867187500 +-0.084472656250 +-0.016845703125 +-0.052001953125 +0.006988525391 +-0.149414062500 +-0.478515625000 +0.099609375000 +-0.018432617188 +-0.144531250000 +0.030151367188 +0.032470703125 +0.199218750000 +0.098144531250 +-0.347656250000 +0.041992187500 +-0.082519531250 +-0.153320312500 +0.134765625000 +-0.022094726562 +0.022216796875 +-0.103027343750 +-0.032714843750 +-0.269531250000 +0.081054687500 +0.196289062500 +0.125000000000 +-0.000965118408 +-0.141601562500 +0.026489257812 +-0.117675781250 +-0.228515625000 +0.071289062500 +0.162109375000 +0.084472656250 +-0.070800781250 +0.441406250000 +0.197265625000 +0.134765625000 +0.086914062500 +-0.022460937500 +0.021484375000 +0.003738403320 +-0.406250000000 +0.046386718750 +0.150390625000 +0.105468750000 +0.012573242188 +0.031494140625 +0.109863281250 +0.100097656250 +-0.124511718750 +-0.075683593750 +0.215820312500 +-0.125976562500 +0.000233650208 +0.006774902344 +-0.147460937500 +0.174804687500 +-0.156250000000 +-0.203125000000 +0.135742187500 +-0.196289062500 +0.114257812500 +0.028930664062 +0.171875000000 +0.045410156250 +-0.000465393066 +-0.047119140625 +-0.030517578125 +-0.515625000000 +0.069335937500 +-0.052490234375 +-0.410156250000 +0.045898437500 +0.006622314453 +-0.098144531250 +-0.035156250000 +-0.022827148438 +-0.000017166138 +0.015258789062 +-0.163085937500 +-0.021362304688 +-0.102050781250 +-0.101074218750 +0.031494140625 +-0.089843750000 +0.143554687500 +0.020263671875 +-0.133789062500 +0.100585937500 +-0.049804687500 +-0.292968750000 +-0.000003099442 +0.011901855469 +-0.197265625000 +0.038085937500 +-0.126953125000 +0.004119873047 +-0.055908203125 +-0.281250000000 +-0.088378906250 +0.083496093750 +0.097167968750 +-0.096191406250 +-0.031005859375 +0.119628906250 +-0.462890625000 +0.017944335938 +0.009094238281 +0.065917968750 +0.026977539062 +-0.119628906250 +0.069335937500 +0.109375000000 +-0.312500000000 +-0.021850585938 +-0.198242187500 +0.006591796875 +0.050781250000 +0.049804687500 +0.030029296875 +-0.213867187500 +-0.328125000000 +-0.057373046875 +0.137695312500 +0.008850097656 +0.011779785156 +0.020385742188 +0.003219604492 +-0.033203125000 +-0.046142578125 +0.042236328125 +-0.007019042969 +-0.042480468750 +0.013488769531 +-0.001808166504 +-0.388671875000 +-0.066894531250 +0.244140625000 +0.002105712891 +-0.091308593750 +0.104492187500 +-0.094238281250 +-0.041015625000 +0.052734375000 +0.065917968750 +-0.335937500000 +0.052001953125 +0.024658203125 +-0.351562500000 +-0.115722656250 +-0.104492187500 +0.229492187500 +-0.054931640625 +0.180664062500 +0.048583984375 +-0.084472656250 +0.137695312500 +-0.232421875000 +-0.146484375000 +-0.026855468750 +0.010131835938 +0.001998901367 +0.007263183594 +0.049072265625 +-0.062500000000 +0.222656250000 +0.083984375000 +0.003311157227 +-0.073242187500 +0.068359375000 +-0.124511718750 +-0.176757812500 +0.013366699219 +0.083007812500 +0.070312500000 +-0.028442382812 +0.014648437500 +-0.011962890625 +0.023803710938 +0.161132812500 +0.068847656250 +0.070800781250 +0.153320312500 +0.142578125000 +0.043457031250 +-0.429687500000 +0.076660156250 +-0.019897460938 +0.008972167969 +-0.022949218750 +0.007873535156 +-0.117187500000 +0.023803710938 +-0.083984375000 +0.047363281250 +0.147460937500 +-0.065917968750 +0.018432617188 +-0.002792358398 +-0.148437500000 +0.017944335938 +-0.012878417969 +0.002883911133 +-0.047363281250 +0.226562500000 +-0.018188476562 +-0.023193359375 +-0.054443359375 +0.246093750000 +0.039794921875 +-0.088378906250 +-0.027221679688 +0.011230468750 +0.097167968750 +-0.044677734375 +-0.060546875000 +-0.008911132812 +0.082031250000 +-0.052490234375 +-0.052246093750 +0.055664062500 +0.163085937500 +0.057617187500 +-0.051269531250 +0.102539062500 +-0.247070312500 +0.025878906250 +-0.045898437500 +-0.024902343750 +0.189453125000 +0.133789062500 +-0.049560546875 +0.054931640625 +0.136718750000 +0.088378906250 +-0.012695312500 +0.092285156250 +-0.119628906250 +0.085937500000 +0.014892578125 +0.041259765625 +-0.076660156250 +-0.006530761719 +0.020141601562 +-0.225585937500 +0.201171875000 +0.031494140625 +0.109375000000 +0.182617187500 +-0.021362304688 +0.166015625000 +0.031494140625 +0.011840820312 +-0.039794921875 +-0.200195312500 +0.000957489014 +-0.134765625000 +0.084472656250 +-0.064941406250 +-0.083984375000 +0.138671875000 +0.038818359375 +0.155273437500 +-0.097167968750 +0.102539062500 +-0.003677368164 +-0.048095703125 +-0.243164062500 +-0.074218750000 +-0.013183593750 +-0.019042968750 +0.055175781250 +0.095703125000 +-0.013061523438 +-0.059814453125 +-0.106933593750 +0.043212890625 +-0.062500000000 +-0.039794921875 +-0.108398437500 +-0.123535156250 +0.113769531250 +-0.053710937500 +-0.152343750000 +0.024780273438 +0.051757812500 +0.049316406250 +-0.093261718750 +0.180664062500 +0.219726562500 +-0.057373046875 +-0.233398437500 +-0.245117187500 +-0.030883789062 +-0.223632812500 +0.367187500000 +-0.122558593750 +-0.118652343750 +-0.263671875000 +-0.010742187500 +0.049560546875 +-0.214843750000 +-0.480468750000 +-0.122070312500 +-0.097167968750 +-0.006225585938 +-0.085937500000 +-0.156250000000 +-0.373046875000 +0.081054687500 +-0.040283203125 +0.135742187500 +0.029663085938 +-0.009216308594 +0.194335937500 +0.043701171875 +-0.078613281250 +-0.072753906250 +-0.161132812500 +-0.009582519531 +-0.047363281250 +-0.071777343750 +-0.105957031250 +-0.064941406250 +-0.100097656250 +-0.084960937500 +-0.005432128906 +-0.018066406250 +-0.210937500000 +-0.068359375000 +-0.168945312500 +0.007995605469 +-0.096679687500 +-0.104492187500 +-0.059082031250 +-0.012329101562 +-0.168945312500 +0.014526367188 +0.141601562500 +0.055419921875 +0.059814453125 +-0.055175781250 +-0.126953125000 +-0.095214843750 +0.060058593750 +-0.103515625000 +-0.104980468750 +-0.353515625000 +-0.170898437500 +-0.208984375000 +0.049316406250 +-0.122558593750 +-0.009826660156 +0.137695312500 +0.039550781250 +0.026245117188 +0.000617980957 +-0.198242187500 +-0.486328125000 +-0.032714843750 +0.223632812500 +-0.078613281250 +-0.086425781250 +0.102539062500 +0.054443359375 +0.081542968750 +-0.476562500000 +-0.196289062500 +0.074707031250 +-0.174804687500 +-0.096191406250 +-0.464843750000 +0.188476562500 +-0.044677734375 +-0.231445312500 +-0.090820312500 +0.146484375000 +-0.109375000000 +0.096679687500 +0.067871093750 +-0.097656250000 +-0.124511718750 +0.068359375000 +-0.063476562500 +0.118164062500 +-0.275390625000 +0.027587890625 +-0.061279296875 +0.002960205078 +0.075683593750 +0.112304687500 +0.087890625000 +-0.060791015625 +0.020019531250 +0.057373046875 +0.166015625000 +0.025878906250 +-0.030151367188 +0.031982421875 +-0.023559570312 +-0.065429687500 +-0.060058593750 +0.087890625000 +-0.243164062500 +-0.216796875000 +0.078125000000 +-0.110839843750 +0.091308593750 +0.030029296875 +-0.117187500000 +0.088867187500 +-0.474609375000 +-0.056152343750 +-0.019897460938 +0.148437500000 +-0.265625000000 +-0.166015625000 +0.227539062500 +-0.119628906250 +-0.059570312500 +-0.251953125000 +-0.208007812500 +0.064453125000 +0.131835937500 +-0.010742187500 +0.051269531250 +-0.165039062500 +0.076660156250 +0.166015625000 +-0.031738281250 +-0.269531250000 +-0.232421875000 +-0.008361816406 +-0.002365112305 +-0.048339843750 +-0.402343750000 +0.242187500000 +0.020751953125 +0.018066406250 +0.080566406250 +0.059082031250 +0.113281250000 +-0.044189453125 +0.053955078125 +-0.503906250000 +0.135742187500 +0.239257812500 +-0.154296875000 +-0.154296875000 +-0.033691406250 +0.014160156250 +-0.076171875000 +-0.080078125000 +-0.294921875000 +0.065429687500 +0.054931640625 +-0.208007812500 +0.073242187500 +0.094726562500 +-0.148437500000 +0.012756347656 +0.083496093750 +0.074707031250 +0.132812500000 +-0.213867187500 +0.091796875000 +-0.049560546875 +-0.149414062500 +-0.275390625000 +0.181640625000 +0.020019531250 +-0.019653320312 +-0.193359375000 +0.154296875000 +0.186523437500 +-0.257812500000 +0.365234375000 +0.312500000000 +0.164062500000 +-0.028198242188 +0.166015625000 +-0.185546875000 +-0.363281250000 +-0.105957031250 +-0.460937500000 +-0.146484375000 +0.161132812500 +-0.134765625000 +0.146484375000 +-0.068847656250 +-0.402343750000 +-0.107421875000 +-0.029663085938 +0.039062500000 +-0.065917968750 +-0.225585937500 +-0.168945312500 +-0.089843750000 +0.074218750000 +-0.257812500000 +0.457031250000 +0.145507812500 +-0.114746093750 +-0.074218750000 +0.257812500000 +-0.080566406250 +-0.308593750000 +-0.140625000000 +0.061767578125 +0.090332031250 +-0.023803710938 +-0.192382812500 +0.021606445312 +0.220703125000 +0.082519531250 +-0.201171875000 +-0.075683593750 +-0.122558593750 +0.136718750000 +0.074707031250 +-0.120117187500 +-0.026489257812 +0.126953125000 +-0.087890625000 +0.117187500000 +0.029418945312 +0.072265625000 +-0.094726562500 +-0.216796875000 +0.044433593750 +-0.054199218750 +0.112792968750 +-0.052734375000 +-0.092285156250 +-0.116210937500 +-0.198242187500 +0.081054687500 +0.079101562500 +0.127929687500 +-0.153320312500 +-0.104980468750 +-0.056152343750 +-0.104003906250 +-0.048339843750 +0.072753906250 +0.232421875000 +-0.019775390625 +-0.107910156250 +-0.109375000000 +-0.056640625000 +-0.065917968750 +0.172851562500 +-0.037109375000 +-0.234375000000 +0.079589843750 +-0.236328125000 +-0.078613281250 +0.044189453125 +0.064453125000 +-0.048583984375 +0.051513671875 +-0.115722656250 +-0.044433593750 +0.063964843750 +0.090820312500 +0.291015625000 +0.094726562500 +0.234375000000 +0.091796875000 +-0.298828125000 +-0.198242187500 +0.151367187500 +-0.023437500000 +0.157226562500 +-0.203125000000 +0.007995605469 +-0.038574218750 +-0.188476562500 +-0.150390625000 +-0.157226562500 +-0.022583007812 +-0.013610839844 +0.046386718750 +0.032226562500 +0.077636718750 +-0.172851562500 +0.057861328125 +0.020751953125 +0.090820312500 +0.058349609375 +-0.115722656250 +0.027709960938 +-0.047363281250 +-0.013305664062 +0.133789062500 +-0.001724243164 +0.042724609375 +-0.025756835938 +0.033447265625 +0.084960937500 +-0.000709533691 +-0.230468750000 +0.026733398438 +-0.049072265625 +-0.322265625000 +-0.006530761719 +-0.014526367188 +0.197265625000 +-0.062255859375 +-0.136718750000 +0.003616333008 +0.398437500000 +-0.021850585938 +-0.029052734375 +-0.127929687500 +-0.314453125000 +-0.113769531250 +-0.177734375000 +-0.099121093750 +-0.019653320312 +0.070312500000 +0.083496093750 +-0.102539062500 +-0.153320312500 +0.126953125000 +-0.062255859375 +0.014038085938 +-0.076660156250 +-0.052978515625 +-0.019653320312 +-0.064453125000 +-0.097656250000 +0.044921875000 +-0.056640625000 +-0.031738281250 +0.042480468750 +0.076171875000 +0.062011718750 +-0.102050781250 +-0.247070312500 +0.020019531250 +0.084472656250 +-0.062255859375 +-0.027587890625 +-0.056396484375 +0.131835937500 +0.058349609375 +0.214843750000 +0.071777343750 +-0.000136375427 +0.028320312500 +0.028442382812 +-0.039794921875 +-0.032470703125 +-0.062500000000 +-0.213867187500 +-0.033691406250 +0.097167968750 +-0.071289062500 +0.053710937500 +-0.127929687500 +0.111816406250 +-0.058593750000 +0.018066406250 +0.116210937500 +0.000097751617 +-0.006683349609 +-0.203125000000 +0.043457031250 +-0.119628906250 +0.071777343750 +0.009948730469 +-0.073242187500 +0.185546875000 +-0.087890625000 +-0.034912109375 +-0.153320312500 +-0.017456054688 +-0.067382812500 +-0.168945312500 +0.220703125000 +0.114257812500 +0.063964843750 +-0.043212890625 +-0.111816406250 +0.037841796875 +-0.087402343750 +-0.015380859375 +-0.002120971680 +0.294921875000 +-0.127929687500 +0.210937500000 +0.122070312500 +0.062500000000 +-0.005310058594 +-0.112792968750 +-0.029418945312 +0.101074218750 +-0.057617187500 +-0.148437500000 +-0.015380859375 +0.054931640625 +0.062255859375 +-0.052001953125 +-0.057617187500 +-0.073242187500 +-0.216796875000 +0.126953125000 +0.090332031250 +-0.001739501953 +0.077148437500 +-0.202148437500 +-0.016113281250 +0.003479003906 +0.079589843750 +0.178710937500 +0.168945312500 +0.087890625000 +0.065917968750 +-0.125000000000 +0.060058593750 +0.026611328125 +-0.011718750000 +-0.000469207764 +0.014282226562 +0.100097656250 +-0.071777343750 +-0.249023437500 +-0.009582519531 +0.085449218750 +-0.016845703125 +-0.200195312500 +0.035644531250 +0.135742187500 +0.030517578125 +-0.236328125000 +-0.081542968750 +-0.017822265625 +0.007171630859 +0.347656250000 +0.015625000000 +-0.033203125000 +0.183593750000 +-0.291015625000 +0.265625000000 +-0.034179687500 +0.064453125000 +-0.375000000000 +-0.032958984375 +-0.079101562500 +-0.072753906250 +0.120117187500 +0.057617187500 +-0.239257812500 +0.202148437500 +-0.237304687500 +0.030029296875 +-0.026245117188 +0.087890625000 +0.033203125000 +-0.146484375000 +0.051025390625 +-0.244140625000 +-0.000095844269 +0.082031250000 +0.058593750000 +0.088378906250 +0.006866455078 +-0.015502929688 +0.200195312500 +-0.133789062500 +-0.306640625000 +-0.156250000000 +0.128906250000 +-0.228515625000 +0.000206947327 +-0.005523681641 +0.025878906250 +0.171875000000 +0.093750000000 +-0.053222656250 +0.004974365234 +0.026367187500 +0.042236328125 +-0.300781250000 +-0.008178710938 +-0.163085937500 +0.015625000000 +0.064453125000 +-0.055175781250 +-0.051269531250 +-0.345703125000 +-0.386718750000 +-0.053955078125 +-0.049072265625 +-0.180664062500 +0.062500000000 +-0.089843750000 +-0.007995605469 +-0.159179687500 +-0.067871093750 +-0.265625000000 +0.116699218750 +0.058837890625 +-0.057128906250 +-0.014587402344 +-0.098144531250 +-0.195312500000 +0.371093750000 +-0.251953125000 +0.179687500000 +-0.222656250000 +-0.113769531250 +0.201171875000 +0.033691406250 +-0.138671875000 +-0.339843750000 +0.089355468750 +-0.014831542969 +-0.027587890625 +-0.032470703125 +-0.128906250000 +-0.203125000000 +0.050292968750 +-0.024047851562 +0.089843750000 +-0.117187500000 +0.088867187500 +-0.035400390625 +0.043457031250 +0.109375000000 +0.017333984375 +0.031982421875 +0.041992187500 +-0.004119873047 +-0.033203125000 +-0.069335937500 +0.102539062500 +-0.020996093750 +0.077148437500 +-0.316406250000 +-0.076660156250 +-0.201171875000 +-0.094726562500 +0.020996093750 +-0.150390625000 +-0.047851562500 +-0.027954101562 +-0.132812500000 +0.101562500000 +-0.174804687500 +-0.087402343750 +0.034179687500 +-0.042480468750 +-0.033203125000 +-0.125976562500 +-0.761718750000 +-0.218750000000 +-0.020629882812 +-0.040283203125 +0.126953125000 +-0.041015625000 +-0.077636718750 +0.001533508301 +-0.055908203125 +0.124023437500 +-0.189453125000 +0.142578125000 +-1.046875000000 +0.103027343750 +-0.261718750000 +-0.072265625000 +0.255859375000 +-0.119628906250 +0.107421875000 +-0.210937500000 +0.324218750000 +0.285156250000 +0.107910156250 +0.304687500000 +0.204101562500 +0.004119873047 +-0.071777343750 +-0.120605468750 +0.007232666016 +-0.425781250000 +-0.064941406250 +0.131835937500 +0.106933593750 +-0.045654296875 +0.027954101562 +-0.078613281250 +-0.223632812500 +-0.314453125000 +-0.002685546875 +0.075683593750 +-0.139648437500 +0.003051757812 +0.043945312500 +0.070312500000 +-0.165039062500 +0.163085937500 +0.041259765625 +0.228515625000 +0.094238281250 +-0.100585937500 +-0.398437500000 +0.034667968750 +0.114257812500 +-0.437500000000 +0.106933593750 +0.018310546875 +-0.084960937500 +-0.063964843750 +-0.066406250000 +-0.279296875000 +0.156250000000 +-0.063476562500 +0.081542968750 +0.091796875000 +-0.349609375000 +0.049560546875 +-0.542968750000 +-0.085449218750 +0.042724609375 +-0.281250000000 +-0.246093750000 +0.109375000000 +0.080566406250 +0.108886718750 +0.118652343750 +0.142578125000 +-0.412109375000 +-0.089843750000 +-0.134765625000 +-0.384765625000 +-0.192382812500 +0.059082031250 +-0.250000000000 +-0.310546875000 +-0.051025390625 +0.085937500000 +-0.171875000000 +0.102539062500 +0.105957031250 +0.133789062500 +-0.187500000000 +-0.026367187500 +-0.361328125000 +-0.169921875000 +0.101074218750 +0.071289062500 +-0.116699218750 +0.041992187500 +0.135742187500 +-0.249023437500 +-0.130859375000 +0.003768920898 +-0.000759124756 +0.040527343750 +-0.085937500000 +-0.042724609375 +0.185546875000 +-0.082519531250 +-0.208984375000 +-0.486328125000 +-0.160156250000 +0.117675781250 +-0.084472656250 +0.200195312500 +-0.101562500000 +-0.179687500000 +-0.053710937500 +-0.223632812500 +-0.144531250000 +0.009216308594 +-0.013793945312 +-0.110839843750 +0.035156250000 +-0.230468750000 +-0.104492187500 +-0.072265625000 +-0.007537841797 +0.105957031250 +-0.189453125000 +0.072265625000 +-0.247070312500 +-0.257812500000 +-0.111328125000 +0.102539062500 +-0.147460937500 +0.013671875000 +-0.015991210938 +-0.051757812500 +-0.007934570312 +-0.161132812500 +0.279296875000 +0.019042968750 +-0.123046875000 +0.038085937500 +-0.080078125000 +-0.178710937500 +-0.363281250000 +-0.006378173828 +-0.357421875000 +0.018310546875 +-0.112304687500 +-0.261718750000 +0.182617187500 +-0.291015625000 +0.046875000000 +0.036376953125 +-0.216796875000 +0.023315429688 +-0.107910156250 +0.032714843750 +-0.030883789062 +0.052978515625 +0.248046875000 +0.045410156250 +0.076171875000 +-0.003814697266 +-0.001487731934 +0.023193359375 +0.016723632812 +0.021240234375 +0.104003906250 +-0.263671875000 +-0.020263671875 +-0.205078125000 +-0.069335937500 +-0.012695312500 +0.002655029297 +0.104492187500 +0.053466796875 +-0.082519531250 +-0.224609375000 +-0.007720947266 +-0.085449218750 +-0.031127929688 +0.115234375000 +-0.074218750000 +0.075683593750 +-0.375000000000 +0.053710937500 +-0.162109375000 +0.017456054688 +-0.223632812500 +0.285156250000 +-0.158203125000 +0.098632812500 +-0.255859375000 +0.060546875000 +-0.239257812500 +0.110839843750 +0.124023437500 +-0.093261718750 +-0.155273437500 +0.053955078125 +-0.208007812500 +-0.125000000000 +-0.177734375000 +-0.253906250000 +-0.263671875000 +0.058105468750 +-0.322265625000 +-0.460937500000 +0.001754760742 +0.017089843750 +-0.042724609375 +-0.002609252930 +0.218750000000 +0.060302734375 +0.040039062500 +-0.051757812500 +0.020874023438 +0.076660156250 +-0.030395507812 +-0.275390625000 +0.103027343750 +-0.085937500000 +0.175781250000 +-0.143554687500 +0.066406250000 +0.093750000000 +-0.026977539062 +-0.132812500000 +0.027099609375 +-0.060791015625 +0.096191406250 +-0.092773437500 +0.087890625000 +0.027832031250 +-0.001823425293 +0.005035400391 +-0.142578125000 +0.116210937500 +-0.057861328125 +-0.031127929688 +0.131835937500 +-0.068359375000 +-0.062255859375 +-0.096679687500 +-0.241210937500 +-0.083984375000 +0.027954101562 +-0.138671875000 +-0.222656250000 +-0.053955078125 +0.022216796875 +-0.194335937500 +0.209960937500 +-0.030029296875 +0.166015625000 +0.145507812500 +-0.115722656250 +0.098144531250 +0.017944335938 +-0.084960937500 +0.011657714844 +0.195312500000 +0.193359375000 +-0.041259765625 +0.114257812500 +0.231445312500 +0.060302734375 +0.021362304688 +-0.339843750000 +0.215820312500 +-0.103027343750 +0.144531250000 +-0.083984375000 +-0.039794921875 +-0.022460937500 +0.041748046875 +-0.166015625000 +0.071777343750 +-0.324218750000 +0.117675781250 +0.038818359375 +0.047363281250 +-0.088378906250 +-0.178710937500 +-0.122070312500 +-0.133789062500 +0.008422851562 +-0.098144531250 +-0.122070312500 +0.104003906250 +-0.011718750000 +-0.443359375000 +-0.056640625000 +-0.118652343750 +0.004516601562 +-0.121582031250 +-0.210937500000 +0.035888671875 +-0.016723632812 +-0.169921875000 +-0.048583984375 +-0.183593750000 +0.031494140625 +-0.248046875000 +0.042968750000 +0.142578125000 +-0.267578125000 +-0.062988281250 +-0.218750000000 +0.031982421875 +0.144531250000 +-0.042724609375 +0.146484375000 +0.061279296875 +-0.039550781250 +-0.072265625000 +0.092773437500 +-0.069335937500 +-0.097167968750 +-0.038818359375 +0.137695312500 +-0.078613281250 +0.016113281250 +-0.064453125000 +0.027099609375 +-0.211914062500 +0.138671875000 +-0.109375000000 +0.055664062500 +-0.048339843750 +0.075683593750 +0.085937500000 +-0.228515625000 +0.206054687500 +0.064941406250 +-0.275390625000 +-0.121093750000 +0.114257812500 +-0.012084960938 +-0.008850097656 +-0.087402343750 +-0.160156250000 +0.191406250000 +0.108886718750 +0.102050781250 +0.194335937500 +0.090332031250 +-0.138671875000 +0.007812500000 +0.022338867188 +-0.228515625000 +0.289062500000 +-0.028686523438 +0.008422851562 +0.116210937500 +-0.373046875000 +-0.020019531250 +0.052246093750 +0.118652343750 +0.072753906250 +0.115722656250 +0.053955078125 +-0.010925292969 +-0.191406250000 +-0.042968750000 +-0.000328063965 +0.157226562500 +-0.005310058594 +-0.275390625000 +0.275390625000 +-0.093261718750 +-0.164062500000 +-0.218750000000 +0.084960937500 +0.003646850586 +0.047363281250 +-0.044921875000 +0.131835937500 +0.202148437500 +-0.312500000000 +-0.104492187500 +-0.188476562500 +-0.032714843750 +-0.451171875000 +0.117675781250 +-0.029174804688 +0.097656250000 +0.136718750000 +0.159179687500 +-0.097167968750 +0.162109375000 +-0.431640625000 +-0.003112792969 +0.131835937500 +0.156250000000 +-0.066894531250 +-0.308593750000 +0.291015625000 +0.031005859375 +0.361328125000 +-0.025512695312 +-0.107910156250 +-0.057128906250 +-0.018920898438 +-0.125976562500 +0.203125000000 +0.104980468750 +-0.120117187500 +0.074218750000 +0.032226562500 +0.059326171875 +-0.128906250000 +-0.182617187500 +-0.112304687500 +-0.001319885254 +0.119628906250 +-0.056152343750 +0.157226562500 +0.186523437500 +0.148437500000 +0.105957031250 +0.047607421875 +0.025268554688 +-0.174804687500 +0.218750000000 +-0.095703125000 +-0.233398437500 +-0.333984375000 +-0.054931640625 +0.043457031250 +0.010864257812 +0.159179687500 +-0.218750000000 +0.061523437500 +-0.570312500000 +-0.125976562500 +-0.224609375000 +-0.116210937500 +0.087890625000 +0.006256103516 +-0.085937500000 +-0.105957031250 +0.253906250000 +0.034423828125 +-0.069335937500 +0.136718750000 +0.099609375000 +-0.223632812500 +0.111816406250 +0.108398437500 +-0.007415771484 +0.007537841797 +0.126953125000 +-0.213867187500 +0.079101562500 +-0.172851562500 +0.144531250000 +0.022216796875 +0.034912109375 +-0.105468750000 +-0.080566406250 +0.030273437500 +-0.118652343750 +-0.244140625000 +-0.230468750000 +-0.038330078125 +-0.035644531250 +0.077148437500 +-0.318359375000 +0.230468750000 +-0.180664062500 +0.033935546875 +-0.193359375000 +0.096191406250 +0.136718750000 +-0.146484375000 +-0.063964843750 +0.143554687500 +0.042480468750 +-0.253906250000 +-0.104003906250 +-0.136718750000 +0.226562500000 +0.166015625000 +0.035888671875 +0.109375000000 +0.083496093750 +0.115234375000 +0.094238281250 +-0.402343750000 +-0.466796875000 +-0.382812500000 +-0.076660156250 +-0.020507812500 +0.026123046875 +0.203125000000 +-0.190429687500 +-0.022460937500 +-0.367187500000 +-0.213867187500 +0.054687500000 +0.093750000000 +0.113769531250 +0.132812500000 +-0.004089355469 +0.012023925781 +-0.183593750000 +-0.199218750000 +-0.037353515625 +-0.007141113281 +0.124023437500 +-0.036132812500 +-0.071289062500 +0.050048828125 +0.000142097473 +0.020751953125 +-0.070800781250 +-0.408203125000 +0.056640625000 +0.279296875000 +0.148437500000 +0.114746093750 +0.008666992188 +0.003524780273 +-0.226562500000 +0.656250000000 +0.105468750000 +-0.058593750000 +-0.271484375000 +-0.089843750000 +0.049072265625 +-0.055908203125 +-0.208984375000 +0.050781250000 +0.035888671875 +-0.040283203125 +-0.177734375000 +-0.225585937500 +0.104003906250 +0.102539062500 +-0.183593750000 +0.083984375000 +0.092773437500 +-0.108398437500 +0.020141601562 +-0.201171875000 +-0.052246093750 +-0.001266479492 +0.031738281250 +-0.341796875000 +0.039550781250 +0.157226562500 +0.076660156250 +-0.108886718750 +0.023071289062 +0.001701354980 +-0.059082031250 +0.047851562500 +-0.046386718750 +0.055664062500 +-0.371093750000 +-0.130859375000 +-0.373046875000 +0.003204345703 +0.285156250000 +-0.102050781250 +0.010009765625 +0.153320312500 +0.049560546875 +-0.566406250000 +-0.322265625000 +-0.108886718750 +-0.028442382812 +0.149414062500 +-0.172851562500 +0.050292968750 +0.010131835938 +0.102539062500 +0.033447265625 +0.000211715698 +0.016845703125 +-0.187500000000 +-0.025146484375 +0.283203125000 +0.084960937500 +-0.082519531250 +-0.158203125000 +0.034179687500 +-0.562500000000 +-0.015197753906 +-0.059570312500 +0.246093750000 +-0.180664062500 +-0.318359375000 +-0.081542968750 +-0.055908203125 +-0.094238281250 +-0.191406250000 +0.443359375000 +0.143554687500 +-0.320312500000 +-0.076660156250 +0.055175781250 +-0.040771484375 +0.049560546875 +-0.182617187500 +-0.349609375000 +0.210937500000 +-0.126953125000 +-0.066406250000 +-0.476562500000 +0.045898437500 +0.067871093750 +-0.129882812500 +-0.310546875000 +0.013549804688 +0.047607421875 +0.151367187500 +0.058837890625 +-0.036376953125 +0.095703125000 +-0.033203125000 +-0.038818359375 +-0.005828857422 +-0.041992187500 +0.015136718750 +0.020385742188 +-0.054687500000 +-0.080078125000 +-0.072753906250 +-0.233398437500 +0.042968750000 +-0.084472656250 +-0.236328125000 +-0.038818359375 +0.031982421875 +-0.062255859375 +-0.108398437500 +0.087890625000 +0.054443359375 +-0.308593750000 +0.007141113281 +-0.158203125000 +0.012451171875 +-0.017700195312 +0.240234375000 +0.192382812500 +-0.832031250000 +-0.075195312500 +0.005828857422 +0.036132812500 +-0.001586914062 +-0.330078125000 +-0.013488769531 +0.142578125000 +-0.045654296875 +0.080566406250 +-0.211914062500 +0.087890625000 +0.029785156250 +0.090820312500 +-0.531250000000 +0.119140625000 +-0.332031250000 +-0.203125000000 +0.115722656250 +0.079101562500 +-0.126953125000 +-0.218750000000 +-0.129882812500 +-0.004364013672 +0.010253906250 +-0.076660156250 +0.059326171875 +-0.062988281250 +0.070800781250 +0.062255859375 +0.064941406250 +-0.353515625000 +-0.086425781250 +-0.326171875000 +0.086425781250 +0.077148437500 +0.042236328125 +-0.032958984375 +-0.064941406250 +0.196289062500 +0.125976562500 +-0.125000000000 +0.086425781250 +-0.088378906250 +-0.077148437500 +-0.004089355469 +0.074707031250 +-0.045654296875 +0.091308593750 +-0.075683593750 +-0.036621093750 +0.069824218750 +-0.083496093750 +-0.062988281250 +-0.007415771484 +-0.024902343750 +-0.023437500000 +-0.009643554688 +0.062011718750 +0.047119140625 +0.000553131104 +0.072753906250 +-0.023681640625 +0.039306640625 +-0.021240234375 +-0.038330078125 +0.034423828125 +0.152343750000 +-0.310546875000 +-0.287109375000 +-0.009582519531 +0.156250000000 +-0.093750000000 +-0.151367187500 +0.188476562500 +-0.088867187500 +-0.019775390625 +0.208984375000 +0.279296875000 +0.029418945312 +0.024169921875 +-0.269531250000 +0.089843750000 +-0.328125000000 +-0.038574218750 +-0.118164062500 +0.121093750000 +0.056396484375 +-0.040527343750 +-0.020141601562 +-0.071289062500 +0.010070800781 +0.170898437500 +0.031494140625 +-0.059326171875 +-0.136718750000 +-0.111816406250 +0.012268066406 +-0.253906250000 +-0.044921875000 +0.052001953125 +-0.241210937500 +0.057373046875 +-0.030639648438 +0.028320312500 +0.221679687500 +0.009582519531 +0.155273437500 +0.023681640625 +-0.267578125000 +-0.030029296875 +-0.005950927734 +-0.013610839844 +-0.088378906250 +0.020996093750 +-0.248046875000 +-0.047607421875 +-0.126953125000 +-0.055175781250 +-0.018554687500 +-0.042480468750 +0.012145996094 +0.034912109375 +-0.029174804688 +0.008850097656 +-0.139648437500 +0.013305664062 +-0.199218750000 +0.007598876953 +-0.078613281250 +0.051025390625 +-0.155273437500 +-0.707031250000 +-0.308593750000 +0.041992187500 +-0.090332031250 +-0.111816406250 +-0.165039062500 +-0.155273437500 +-0.017578125000 +-0.072753906250 +0.166992187500 +0.180664062500 +-0.164062500000 +0.063964843750 +0.002410888672 +-0.023803710938 +-0.044189453125 +0.114257812500 +0.021850585938 +0.176757812500 +0.480468750000 +0.058105468750 +-0.151367187500 +-0.068359375000 +0.095214843750 +-0.117675781250 +0.016723632812 +0.159179687500 +0.039794921875 +0.090820312500 +0.169921875000 +-0.104980468750 +-0.138671875000 +0.022216796875 +0.037597656250 +0.247070312500 +-0.035156250000 +-0.115234375000 +0.118652343750 +-0.412109375000 +-0.018188476562 +0.055664062500 +0.006317138672 +-0.039306640625 +-0.129882812500 +-0.040039062500 +0.102050781250 +-0.156250000000 +-0.040039062500 +-0.050292968750 +-0.013610839844 +-0.029418945312 +0.173828125000 +-0.123046875000 +-0.036132812500 +-0.378906250000 +0.095703125000 +0.064453125000 +0.108886718750 +-0.507812500000 +0.243164062500 +0.122070312500 +-0.125976562500 +0.095703125000 +-0.863281250000 +-0.214843750000 +-0.125000000000 +0.010620117188 +-0.049072265625 +-0.014892578125 +-0.318359375000 +-0.170898437500 +0.069824218750 +0.086914062500 +-0.209960937500 +0.140625000000 +0.145507812500 +0.294921875000 +-0.106445312500 +-0.120117187500 +0.017700195312 +-0.061279296875 +0.001281738281 +-0.208007812500 +-0.445312500000 +-0.320312500000 +-0.074218750000 +-0.186523437500 +-0.109863281250 +-0.570312500000 +0.064941406250 +-0.296875000000 +-0.375000000000 +-0.103515625000 +0.091796875000 +-0.211914062500 +-0.283203125000 +0.062988281250 +-0.127929687500 +0.190429687500 +-0.333984375000 +-0.047119140625 +-0.042724609375 +-0.004730224609 +0.034667968750 +-0.087402343750 +-0.140625000000 +-0.004516601562 +0.229492187500 +-0.217773437500 +0.041015625000 +0.107910156250 +0.312500000000 +0.081054687500 +0.045898437500 +-0.032714843750 +-0.074218750000 +-0.298828125000 +0.188476562500 +0.090332031250 +0.060791015625 +0.013244628906 +0.041992187500 +0.170898437500 +-0.200195312500 +-0.941406250000 +-0.034423828125 +-0.080078125000 +-0.703125000000 +-0.064941406250 +-0.199218750000 +-0.104980468750 +0.157226562500 +0.009399414062 +-0.423828125000 +0.202148437500 +-0.053710937500 +-0.086914062500 +-0.394531250000 +-0.038330078125 +0.083496093750 +0.072753906250 +0.095703125000 +0.169921875000 +-0.174804687500 +0.056396484375 +-0.079101562500 +0.143554687500 +0.147460937500 +-0.535156250000 +0.000934600830 +-0.241210937500 +-0.361328125000 +-0.859375000000 +0.105468750000 +-0.101562500000 +0.049316406250 +-0.203125000000 +0.028564453125 +-0.468750000000 +-0.275390625000 +-0.330078125000 +-0.190429687500 +-0.047363281250 +0.046875000000 +-0.386718750000 +0.061767578125 +0.306640625000 +-0.061279296875 +-0.083007812500 +0.013854980469 +0.080566406250 +-0.079589843750 +-1.328125000000 +-0.515625000000 +-0.053222656250 +0.247070312500 +0.002792358398 +0.249023437500 +-0.012512207031 +-0.039794921875 +-0.392578125000 +0.233398437500 +-0.004302978516 +-0.042480468750 +-0.047119140625 +0.078125000000 +0.106933593750 +0.035400390625 +-1.078125000000 +-0.057128906250 +-0.057861328125 +-0.105468750000 +0.061035156250 +-0.078613281250 +0.035644531250 +0.097656250000 +-0.054443359375 +-0.015136718750 +0.322265625000 +-0.134765625000 +-0.251953125000 +-0.275390625000 +0.292968750000 +-0.110839843750 +-0.226562500000 +0.351562500000 +-0.380859375000 +-0.314453125000 +0.145507812500 +0.045654296875 +-0.036132812500 +0.149414062500 +0.134765625000 +-0.047607421875 +-0.148437500000 +0.083007812500 +-0.096191406250 +0.007873535156 +0.053222656250 +0.006622314453 +-0.178710937500 +-0.063964843750 +-0.296875000000 +0.182617187500 +-0.012878417969 +-0.119140625000 +0.057128906250 +-0.046875000000 +-0.574218750000 +0.132812500000 +0.213867187500 +0.023071289062 +0.099121093750 +0.043701171875 +-0.204101562500 +-0.127929687500 +-0.226562500000 +-0.376953125000 +-0.123046875000 +-0.187500000000 +-0.118164062500 +0.111816406250 +0.030395507812 +-0.017578125000 +-0.085937500000 +0.082519531250 +-0.906250000000 +0.052490234375 +-0.084472656250 +-0.072265625000 +-0.064941406250 +-0.080078125000 +-0.332031250000 +-0.291015625000 +0.020996093750 +0.013061523438 +-0.160156250000 +-0.097656250000 +-0.069335937500 +-0.201171875000 +0.031982421875 +0.143554687500 +-0.203125000000 +0.020507812500 +-0.085937500000 +-0.031250000000 +0.136718750000 +-0.023559570312 +-0.076660156250 +0.188476562500 +-0.660156250000 +-0.134765625000 +0.002853393555 +0.131835937500 +-0.202148437500 +-0.394531250000 +0.084960937500 +0.087890625000 +0.095214843750 +0.047363281250 +0.041015625000 +0.195312500000 +-0.061523437500 +0.104492187500 +-0.005249023438 +0.125976562500 +0.115722656250 +0.220703125000 +-0.049560546875 +-0.026123046875 +0.183593750000 +-0.120117187500 +-0.458984375000 +-0.016601562500 +0.188476562500 +-0.207031250000 +-0.049804687500 +-0.249023437500 +0.103515625000 +0.100097656250 +0.095703125000 +-0.205078125000 +-0.176757812500 +0.131835937500 +-0.014343261719 +-0.097167968750 +0.030151367188 +-0.017333984375 +0.084960937500 +0.122070312500 +0.263671875000 +-0.035644531250 +-0.051269531250 +0.206054687500 +0.015563964844 +0.098144531250 +-0.046875000000 +-0.247070312500 +-0.166015625000 +0.005432128906 +-0.013488769531 +-0.226562500000 +0.079589843750 +0.137695312500 +-0.054443359375 +0.034912109375 +-0.018432617188 +-0.105957031250 +-0.129882812500 +-0.462890625000 +0.190429687500 +-0.046386718750 +-0.062500000000 +0.002624511719 +-0.059082031250 +-0.104980468750 +-0.012756347656 +0.017578125000 +-0.102050781250 +-0.001289367676 +-0.093750000000 +0.248046875000 +-0.141601562500 +-0.052246093750 +-0.012634277344 +-0.089843750000 +-0.251953125000 +0.129882812500 +-0.166015625000 +-0.014587402344 +0.044921875000 +-0.100097656250 +-0.024047851562 +-0.249023437500 +0.082519531250 +-0.037353515625 +-0.114746093750 +-0.211914062500 +-0.047363281250 +-0.123535156250 +0.189453125000 +0.175781250000 +0.082031250000 +0.000096797943 +0.166992187500 +-0.122070312500 +-0.058593750000 +-0.028198242188 +0.026977539062 +0.333984375000 +-0.160156250000 +0.158203125000 +-0.194335937500 +-0.005645751953 +-0.059082031250 +0.053466796875 +-0.211914062500 +0.149414062500 +-0.285156250000 +-0.269531250000 +-0.170898437500 +0.158203125000 +0.034912109375 +-0.111328125000 +-0.062988281250 +-0.111816406250 +-0.045654296875 +-0.051513671875 +-0.085937500000 +-0.196289062500 +0.133789062500 +0.016479492188 +-0.043945312500 +0.069824218750 +-0.132812500000 +0.091308593750 +-0.065917968750 +-0.033935546875 +0.245117187500 +-0.033447265625 +-0.308593750000 +0.073242187500 +-0.089843750000 +0.156250000000 +0.071289062500 +0.118652343750 +0.157226562500 +0.079589843750 +-0.032958984375 +0.026611328125 +0.250000000000 +0.034912109375 +-0.084960937500 +-0.132812500000 +0.033203125000 +0.079589843750 +-0.122070312500 +-0.040283203125 +0.074707031250 +-0.005767822266 +0.006072998047 +-0.189453125000 +-0.119628906250 +-0.083984375000 +0.062988281250 +0.062988281250 +-0.023559570312 +0.033691406250 +0.040771484375 +-0.242187500000 +-0.014648437500 +0.108886718750 +0.382812500000 +-0.083496093750 +0.056396484375 +-0.056396484375 +0.157226562500 +-0.306640625000 +-0.069335937500 +0.073730468750 +-0.114257812500 +0.310546875000 +-0.017211914062 +-0.002090454102 +0.038085937500 +0.016723632812 +-0.014465332031 +0.020751953125 +-0.466796875000 +-0.237304687500 +0.324218750000 +0.132812500000 +-0.237304687500 +-0.186523437500 +0.050048828125 +-0.204101562500 +-0.014282226562 +-0.086425781250 +-0.126953125000 +-0.099121093750 +-0.265625000000 +0.189453125000 +-0.574218750000 +-0.245117187500 +-0.014953613281 +0.167968750000 +-0.134765625000 +0.207031250000 +-0.400390625000 +0.225585937500 +-0.011718750000 +-0.036132812500 +0.010253906250 +0.045654296875 +0.171875000000 +-0.180664062500 +0.084472656250 +-0.386718750000 +-0.146484375000 +-0.216796875000 +-0.138671875000 +0.049804687500 +-0.179687500000 +-0.074218750000 +0.035644531250 +0.071289062500 +-0.037597656250 +0.349609375000 +-0.124511718750 +0.072753906250 +0.116210937500 +-0.018676757812 +0.197265625000 +0.063476562500 +-0.103515625000 +0.034423828125 +0.192382812500 +0.000164985657 +0.115234375000 +0.057617187500 +-0.172851562500 +-0.060791015625 +0.114746093750 +0.016479492188 +-0.008728027344 +0.057373046875 +0.001731872559 +-0.092285156250 +0.076660156250 +-0.300781250000 +0.030883789062 +0.009033203125 +-0.462890625000 +-0.057373046875 +0.269531250000 +-0.087402343750 +0.067871093750 +0.025268554688 +-0.012390136719 +0.178710937500 +-0.023559570312 +-0.227539062500 +-0.026611328125 +0.055175781250 +-0.094726562500 +-0.044189453125 +-0.359375000000 +-0.296875000000 +-0.150390625000 +-0.157226562500 +-0.339843750000 +-0.032958984375 +-0.147460937500 +0.244140625000 +-0.486328125000 +-0.211914062500 +0.108398437500 +-0.169921875000 +-0.003723144531 +-0.050537109375 +0.121582031250 +-0.021118164062 +0.058105468750 +-0.077148437500 +-0.125976562500 +0.016235351562 +-0.047851562500 +-0.022949218750 +-0.026733398438 +-0.158203125000 +-0.417968750000 +0.194335937500 +0.153320312500 +-0.084960937500 +-0.107910156250 +0.042724609375 +0.103027343750 +0.062011718750 +0.078613281250 +-0.294921875000 +-0.279296875000 +-0.111816406250 +0.094726562500 +-0.061279296875 +0.347656250000 +0.236328125000 +0.135742187500 +0.332031250000 +0.087402343750 +-0.245117187500 +0.039062500000 +-0.028686523438 +0.170898437500 +-0.164062500000 +-0.138671875000 +-0.235351562500 +-0.250000000000 +-0.077148437500 +0.119140625000 +0.071777343750 +-0.041259765625 +-0.154296875000 +-0.015441894531 +0.113769531250 +0.052246093750 +-0.248046875000 +-0.449218750000 +-0.057373046875 +-0.029663085938 +-0.169921875000 +-0.228515625000 +-0.476562500000 +-0.200195312500 +-0.078613281250 +0.034423828125 +-0.014282226562 +-0.178710937500 +0.218750000000 +0.105468750000 +-0.028442382812 +-0.039550781250 +0.109863281250 +0.020629882812 +0.098144531250 +0.008972167969 +0.212890625000 +0.494140625000 +0.172851562500 +0.046875000000 +0.114257812500 +-0.222656250000 +0.033935546875 +-0.106933593750 +-0.075195312500 +-0.208007812500 +0.057617187500 +0.119628906250 +0.086914062500 +0.019897460938 +-0.026611328125 +-0.015136718750 +0.044433593750 +-0.180664062500 +-0.186523437500 +0.042236328125 +0.074707031250 +-0.125000000000 +0.063964843750 +0.097167968750 +0.067871093750 +0.008178710938 +0.283203125000 +-0.221679687500 +-0.009887695312 +-0.113769531250 +-0.154296875000 +-0.045166015625 +-0.140625000000 +0.110351562500 +0.024780273438 +-0.191406250000 +0.050292968750 +0.229492187500 +-0.277343750000 +0.031982421875 +-0.166015625000 +0.121582031250 +0.020751953125 +0.094726562500 +0.009338378906 +-0.176757812500 +0.200195312500 +0.027343750000 +-0.103515625000 +-0.234375000000 +-0.287109375000 +-0.220703125000 +0.119628906250 +0.092773437500 +0.018676757812 +-0.261718750000 +0.242187500000 +0.121093750000 +-0.051269531250 +-0.041503906250 +-0.143554687500 +0.142578125000 +-0.050781250000 +-0.137695312500 +0.085937500000 +0.045166015625 +0.030273437500 +0.027709960938 +0.067871093750 +-0.009826660156 +-0.113769531250 +-0.234375000000 +0.126953125000 +0.063964843750 +-0.066894531250 +0.189453125000 +-0.012817382812 +0.019409179688 +-0.085937500000 +-0.515625000000 +0.046142578125 +-0.136718750000 +0.245117187500 +0.107910156250 +0.081054687500 +-0.006072998047 +-0.028076171875 +-0.185546875000 +0.125976562500 +0.249023437500 +-0.232421875000 +0.012695312500 +0.147460937500 +-0.013977050781 +0.127929687500 +-0.125976562500 +0.255859375000 +-0.333984375000 +0.038330078125 +-0.054199218750 +0.064453125000 +0.232421875000 +0.170898437500 +0.032714843750 +-0.055664062500 +0.026489257812 +-0.036621093750 +0.204101562500 +-0.015258789062 +0.141601562500 +-0.097656250000 +-0.566406250000 +0.027343750000 +0.146484375000 +0.000652313232 +-0.006774902344 +-0.117187500000 +-0.131835937500 +0.162109375000 +0.232421875000 +0.175781250000 +0.049804687500 +-0.056152343750 +-0.064453125000 +-0.051269531250 +0.080566406250 +-0.150390625000 +0.048583984375 +0.151367187500 +0.111816406250 +-0.031494140625 +0.071289062500 +0.018798828125 +0.044189453125 +0.217773437500 +-0.195312500000 +-0.019287109375 +0.097167968750 +-0.267578125000 +0.044433593750 +0.125976562500 +0.127929687500 +-0.133789062500 +-0.294921875000 +0.081542968750 +-0.048339843750 +-0.069335937500 +-0.041259765625 +0.106933593750 +0.127929687500 +0.160156250000 +0.065429687500 +0.059082031250 +-0.150390625000 +-0.107910156250 +-0.145507812500 +0.211914062500 +-0.020019531250 +0.053955078125 +0.209960937500 +0.058105468750 +-0.073242187500 +-0.112304687500 +0.037597656250 +0.059082031250 +-0.035644531250 +-0.032958984375 +0.028442382812 +-0.103515625000 +-0.065429687500 +-0.066406250000 +0.055908203125 +-0.261718750000 +0.108886718750 +0.114746093750 +-0.123046875000 +-0.140625000000 +0.138671875000 +0.263671875000 +0.181640625000 +0.251953125000 +0.110351562500 +-0.271484375000 +-0.011718750000 +0.190429687500 +-0.025756835938 +-0.033447265625 +0.076171875000 +-0.210937500000 +-0.133789062500 +0.197265625000 +0.026489257812 +0.179687500000 +0.076660156250 +-0.094726562500 +-0.047851562500 +-0.027587890625 +0.022338867188 +0.121093750000 +-0.041748046875 +0.084472656250 +-0.036132812500 +0.030151367188 +0.050781250000 +0.135742187500 +0.216796875000 +-0.127929687500 +-0.083984375000 +-0.353515625000 +0.054443359375 +-0.083984375000 +-0.037353515625 +-0.010253906250 +0.069335937500 +-0.026977539062 +0.122558593750 +0.131835937500 +-0.024902343750 +0.021118164062 +0.006103515625 +-0.027465820312 +-0.029663085938 +0.255859375000 +-0.040771484375 +0.062988281250 +-0.056152343750 +0.092773437500 +-0.150390625000 +-0.111816406250 +-0.245117187500 +-0.249023437500 +-0.141601562500 +0.023803710938 +0.139648437500 +0.043212890625 +0.075195312500 +-0.044921875000 +0.037841796875 +-0.114257812500 +0.025512695312 +-0.020385742188 +-0.024169921875 +-0.104492187500 +0.113769531250 +0.118652343750 +0.294921875000 +-0.132812500000 +0.039794921875 +0.051513671875 +-0.099609375000 +0.157226562500 +0.091796875000 +0.214843750000 +-0.240234375000 +-0.118164062500 +0.010253906250 +0.212890625000 +0.042968750000 +-0.038085937500 +-0.009765625000 +-0.111816406250 +-0.108886718750 +-0.145507812500 +-0.085449218750 +0.058837890625 +-0.082031250000 +-0.040283203125 +-0.119140625000 +-0.025634765625 +-0.115722656250 +0.131835937500 +-0.151367187500 +-0.233398437500 +-0.132812500000 +-0.125000000000 +-0.071289062500 +-0.057617187500 +-0.174804687500 +-0.016723632812 +-0.138671875000 +-0.048828125000 +0.085937500000 +0.014404296875 +0.065917968750 +-0.351562500000 +0.034667968750 +0.208007812500 +0.064453125000 +0.076660156250 +0.178710937500 +0.127929687500 +-0.104003906250 +0.019653320312 +0.306640625000 +0.099609375000 +-0.087402343750 +0.074218750000 +-0.183593750000 +-0.064453125000 +0.066894531250 +-0.035400390625 +-0.166015625000 +-0.119140625000 +-0.341796875000 +-0.175781250000 +-0.172851562500 +-0.357421875000 +0.041748046875 +-0.160156250000 +0.149414062500 +-0.032714843750 +0.310546875000 +-0.025512695312 +-0.007995605469 +-0.043212890625 +0.093261718750 +0.090820312500 +-0.036132812500 +0.075195312500 +-0.208007812500 +0.088867187500 +0.080078125000 +0.010559082031 +0.193359375000 +-0.233398437500 +-0.010192871094 +-0.073242187500 +0.019165039062 +0.012878417969 +-0.055908203125 +-0.170898437500 +0.083984375000 +0.076171875000 +-0.022460937500 +-0.048095703125 +0.080078125000 +-0.110351562500 +0.203125000000 +-0.277343750000 +-0.094726562500 +-0.009948730469 +0.275390625000 +0.171875000000 +-0.090332031250 +0.056640625000 +-0.079589843750 +0.064941406250 +0.034667968750 +-0.071777343750 +-0.011657714844 +-0.273437500000 +-0.070312500000 +0.034179687500 +-0.253906250000 +-0.349609375000 +0.003616333008 +-0.103515625000 +-0.168945312500 +0.080566406250 +0.152343750000 +0.026367187500 +-0.067871093750 +-0.236328125000 +-0.110839843750 +-0.053710937500 +-0.000159263611 +0.078125000000 +-0.024414062500 +-0.025512695312 +-0.213867187500 +-0.285156250000 +-0.095214843750 +0.058349609375 +0.065917968750 +0.125976562500 +0.183593750000 +0.033203125000 +-0.126953125000 +-0.015991210938 +0.017456054688 +-0.223632812500 +0.335937500000 +0.123046875000 +-0.449218750000 +-0.108398437500 +0.238281250000 +0.251953125000 +0.102539062500 +-0.203125000000 +-0.021484375000 +0.004089355469 +-0.125000000000 +-0.061279296875 +-0.025878906250 +-0.431640625000 +0.024047851562 +-0.030273437500 +-0.072753906250 +-0.314453125000 +0.100097656250 +0.060791015625 +-0.263671875000 +0.022705078125 +-0.030151367188 +0.001800537109 +-0.071289062500 +-0.322265625000 +-0.171875000000 +0.099609375000 +-0.096191406250 +0.045654296875 +-0.163085937500 +0.053466796875 +-0.093750000000 +-0.059082031250 +-0.010009765625 +-0.003036499023 +-0.414062500000 +-0.055419921875 +0.084472656250 +-0.136718750000 +0.033447265625 +-0.300781250000 +0.175781250000 +-0.116699218750 +-0.075195312500 +-0.486328125000 +-0.055175781250 +-0.009277343750 +-0.194335937500 +0.045166015625 +0.156250000000 +0.100585937500 +-0.131835937500 +-0.105468750000 +-0.304687500000 +0.102539062500 +-0.018554687500 +-0.201171875000 +-0.230468750000 +-0.051757812500 +-0.988281250000 +0.061523437500 +0.127929687500 +-0.004119873047 +0.349609375000 +-0.056640625000 +-0.519531250000 +0.031738281250 +-0.141601562500 +0.427734375000 +0.097167968750 +-0.199218750000 +0.067382812500 +0.080566406250 +0.281250000000 +0.080078125000 +0.056884765625 +-0.738281250000 +-0.005767822266 +0.079589843750 +-0.131835937500 +-0.163085937500 +0.008178710938 +0.005249023438 +-0.279296875000 +0.216796875000 +0.163085937500 +-0.045898437500 +-0.213867187500 +0.101562500000 +0.078613281250 +-0.221679687500 +0.076171875000 +-0.032958984375 +-0.019897460938 +-0.095214843750 +0.089355468750 +0.164062500000 +0.081542968750 +-0.304687500000 +0.353515625000 +-0.032226562500 +0.100097656250 +-0.047607421875 +0.067382812500 +-0.085937500000 +-0.063476562500 +-0.071289062500 +-0.601562500000 +-0.111328125000 +-0.083496093750 +-0.062011718750 +-0.175781250000 +-0.182617187500 +0.021728515625 +0.142578125000 +-0.023071289062 +0.255859375000 +-0.233398437500 +-0.078125000000 +0.241210937500 +-0.324218750000 +-0.247070312500 +0.041992187500 +-1.031250000000 +-0.099121093750 +-0.100097656250 +0.175781250000 +-0.099609375000 +0.024047851562 +-0.326171875000 +-0.008544921875 +-0.145507812500 +0.003799438477 +-0.001861572266 +0.076660156250 +-0.086425781250 +-0.132812500000 +0.034179687500 +-0.113769531250 +0.191406250000 +-0.494140625000 +0.042724609375 +0.015747070312 +-0.011596679688 +0.246093750000 +-0.036621093750 +0.149414062500 +0.084472656250 +-0.000272750854 +-0.094238281250 +0.004516601562 +-0.087402343750 +-0.044921875000 +-0.019409179688 +-0.065917968750 +-0.228515625000 +0.031494140625 +-0.093261718750 +-0.125000000000 +0.124023437500 +0.098144531250 +0.115234375000 +-0.500000000000 +0.016723632812 +0.123046875000 +-0.036132812500 +0.031982421875 +0.138671875000 +0.236328125000 +0.078125000000 +-0.044921875000 +-0.011047363281 +0.112792968750 +0.033691406250 +-0.068847656250 +0.148437500000 +0.028198242188 +0.155273437500 +-0.110839843750 +-0.247070312500 +0.322265625000 +0.053222656250 +-0.019409179688 +0.349609375000 +-0.006835937500 +-0.231445312500 +0.038330078125 +0.028808593750 +0.080078125000 +-0.062011718750 +0.066406250000 +-0.238281250000 +0.065917968750 +0.030395507812 +0.147460937500 +-0.010925292969 +0.007781982422 +-0.423828125000 +-0.094726562500 +-0.141601562500 +0.074707031250 +0.052490234375 +-0.255859375000 +-0.016601562500 +0.189453125000 +0.041259765625 +-0.047363281250 +-0.051513671875 +-0.089843750000 +-0.017822265625 +0.041503906250 +-0.007629394531 +0.013793945312 +-0.233398437500 +-0.079101562500 +0.134765625000 +0.079101562500 +-0.095703125000 +-0.039306640625 +-0.153320312500 +0.063964843750 +-0.143554687500 +0.011962890625 +0.218750000000 +-0.283203125000 +0.191406250000 +-0.002304077148 +-0.015747070312 +0.085449218750 +0.016967773438 +-0.167968750000 +-0.061279296875 +-0.020385742188 +0.104980468750 +0.021118164062 +-0.118652343750 +-0.251953125000 +-0.085449218750 +0.070312500000 +-0.121093750000 +0.002151489258 +0.035644531250 +-0.369140625000 +-0.048583984375 +0.001167297363 +-0.123535156250 +-0.447265625000 +0.039306640625 +-0.079589843750 +-0.118652343750 +0.032226562500 +0.040039062500 +-0.041259765625 +-0.234375000000 +-0.042724609375 +0.114746093750 +-0.034667968750 +0.006286621094 +0.029296875000 +0.035644531250 +0.033447265625 +0.111816406250 +0.130859375000 +0.039550781250 +-0.032714843750 +0.025268554688 +0.103515625000 +-0.135742187500 +-0.018920898438 +-0.238281250000 +-0.024536132812 +-0.016357421875 +0.103515625000 +-0.125976562500 +0.143554687500 +-0.038085937500 +-0.012573242188 +0.052246093750 +0.130859375000 +0.090332031250 +0.123535156250 +-0.008911132812 +0.099609375000 +0.111328125000 +0.023071289062 +-0.082519531250 +-0.122070312500 +-0.023925781250 +0.155273437500 +0.210937500000 +0.081542968750 +0.041748046875 +-0.197265625000 +-0.111328125000 +-0.363281250000 +-0.017700195312 +-0.062011718750 +-0.020629882812 +-0.108886718750 +0.037109375000 +0.138671875000 +0.034423828125 +0.102539062500 +0.043457031250 +-0.124023437500 +-0.102050781250 +-0.084960937500 +0.153320312500 +0.078125000000 +0.053466796875 +-0.554687500000 +0.001083374023 +0.067871093750 +-0.040527343750 +-0.034912109375 +0.034179687500 +0.022949218750 +0.085937500000 +0.091796875000 +-0.114257812500 +-0.164062500000 +0.079589843750 +0.052490234375 +-0.016113281250 +-0.016113281250 +0.047119140625 +-0.084472656250 +-0.126953125000 +-0.251953125000 +0.019165039062 +0.051513671875 +0.097656250000 +-0.175781250000 +-0.223632812500 +-0.015991210938 +-0.215820312500 +0.137695312500 +-0.007324218750 +-0.060546875000 +0.013793945312 +0.059570312500 +0.244140625000 +-0.318359375000 +-0.022094726562 +-0.052490234375 +0.005737304688 +-0.314453125000 +0.100097656250 +0.040039062500 +-0.051269531250 +0.129882812500 +0.106445312500 +-0.062011718750 +-0.042480468750 +0.112304687500 +-0.130859375000 +-0.041503906250 +-0.215820312500 +-0.225585937500 +-0.083496093750 +-0.045654296875 +0.050781250000 +0.080566406250 +0.033691406250 +0.119628906250 +-0.166992187500 +0.078613281250 +-0.139648437500 +-0.287109375000 +-0.100585937500 +-0.052734375000 +-0.038818359375 +0.023559570312 +0.084472656250 +-0.251953125000 +-0.232421875000 +0.063964843750 +-0.146484375000 +-0.210937500000 +-0.014282226562 +0.054687500000 +0.164062500000 +-0.088378906250 +-0.392578125000 +0.140625000000 +-0.155273437500 +0.263671875000 +0.038574218750 +-0.018432617188 +-0.003753662109 +-0.527343750000 +0.181640625000 +0.066894531250 +0.149414062500 +0.022460937500 +0.163085937500 +-0.030883789062 +-0.226562500000 +0.213867187500 +0.014709472656 +-0.148437500000 +0.047119140625 +-0.259765625000 +0.037353515625 +0.009460449219 +0.001914978027 +-0.207031250000 +-0.271484375000 +0.064453125000 +-0.140625000000 +-0.118164062500 +-0.058593750000 +-0.035156250000 +-0.298828125000 +0.285156250000 +-0.044921875000 +0.073242187500 +0.095214843750 +-0.129882812500 +-0.109375000000 +-0.292968750000 +-0.129882812500 +-0.096679687500 +-0.140625000000 +0.121582031250 +-0.081054687500 +0.126953125000 +-0.267578125000 +0.025634765625 +0.112792968750 +-0.047363281250 +0.124511718750 +0.209960937500 +-0.061767578125 +0.041992187500 +0.011352539062 +-0.165039062500 +0.066406250000 +-0.449218750000 +0.092285156250 +0.100097656250 +-0.188476562500 +-0.310546875000 +0.100097656250 +-0.001342773438 +-0.033447265625 +-0.005340576172 +-0.328125000000 +-0.130859375000 +0.186523437500 +0.172851562500 +-0.098632812500 +0.042968750000 +-0.128906250000 +-0.141601562500 +-0.546875000000 +-0.047607421875 +-0.131835937500 +-0.037109375000 +0.150390625000 +0.125000000000 +0.127929687500 +-0.051757812500 +0.031982421875 +-0.242187500000 +-0.059570312500 +0.016235351562 +-0.030029296875 +-0.221679687500 +-0.133789062500 +-0.009948730469 +0.143554687500 +-0.292968750000 +-0.200195312500 +0.126953125000 +-0.141601562500 +-0.257812500000 +-0.683593750000 +-0.130859375000 +-0.100097656250 +0.090332031250 +-0.173828125000 +0.217773437500 +0.106933593750 +-0.296875000000 +-0.150390625000 +-0.292968750000 +0.124023437500 +-0.097167968750 +-0.289062500000 +0.185546875000 +-0.312500000000 +-0.302734375000 +0.158203125000 +0.110839843750 +-0.165039062500 +0.060546875000 +-0.021606445312 +0.096679687500 +-0.150390625000 +-0.162109375000 +-0.128906250000 +-0.209960937500 +0.070312500000 +-0.171875000000 +0.056396484375 +-0.425781250000 +0.257812500000 +0.156250000000 +-0.101074218750 +-0.039062500000 +-0.183593750000 +0.228515625000 +-0.384765625000 +-0.125000000000 +-0.154296875000 +0.020385742188 +-0.022460937500 +0.029541015625 +0.012329101562 +-0.064453125000 +0.026733398438 +-0.154296875000 +-0.123046875000 +0.193359375000 +0.134765625000 +0.149414062500 +-0.004943847656 +0.300781250000 +0.112792968750 +-0.129882812500 +0.129882812500 +-0.382812500000 +0.203125000000 +-0.086914062500 +-0.087890625000 +0.056152343750 +0.098144531250 +-0.092285156250 +-0.104492187500 +-0.296875000000 +-0.417968750000 +-0.089843750000 +0.024902343750 +0.084960937500 +-0.079589843750 +0.205078125000 +-0.116699218750 +0.094726562500 +-0.040039062500 +-0.062988281250 +0.024291992188 +0.090332031250 +-0.197265625000 +0.032470703125 +-0.230468750000 +-0.050781250000 +0.050048828125 +-0.042236328125 +0.014526367188 +0.066894531250 +0.030883789062 +0.125000000000 +-0.304687500000 +-0.090820312500 +-0.077636718750 +-0.192382812500 +-0.082519531250 +0.059814453125 +0.136718750000 +-0.263671875000 +-0.185546875000 +0.118652343750 +0.099609375000 +-0.030883789062 +0.141601562500 +-0.001609802246 +0.158203125000 +0.068847656250 +-0.030517578125 +-0.085449218750 +0.138671875000 +-0.171875000000 +0.075683593750 +-0.133789062500 +0.155273437500 +-0.143554687500 +0.029174804688 +0.142578125000 +0.107421875000 +-0.114746093750 +0.046386718750 +0.112792968750 +0.187500000000 +-0.192382812500 +-0.077636718750 +-0.098144531250 +0.114257812500 +-0.176757812500 +-0.285156250000 +0.180664062500 +0.162109375000 +-0.008728027344 +0.010925292969 +-0.101562500000 +-0.056640625000 +-0.004211425781 +0.112304687500 +-0.076171875000 +-0.208984375000 +0.037597656250 +0.028564453125 +-0.049560546875 +-0.081054687500 +0.049316406250 +0.234375000000 +-0.095214843750 +-0.015563964844 +-0.138671875000 +-0.302734375000 +-0.168945312500 +0.082519531250 +0.077636718750 +0.027709960938 +-0.208984375000 +-0.036376953125 +0.068359375000 +-0.221679687500 +-0.038330078125 +-0.141601562500 +-0.458984375000 +0.024536132812 +0.007385253906 +0.106933593750 +-0.040527343750 +-0.232421875000 +0.094238281250 +0.086425781250 +0.031982421875 +-0.136718750000 +0.052490234375 +0.139648437500 +0.159179687500 +-0.244140625000 +0.107910156250 +0.076660156250 +-0.263671875000 +-0.131835937500 +0.102050781250 +0.149414062500 +0.028442382812 +0.130859375000 +-0.033935546875 +-0.016113281250 +0.151367187500 +0.088867187500 +-0.396484375000 +-0.039306640625 +-0.100585937500 +-0.038330078125 +0.079589843750 +0.085449218750 +0.080566406250 +0.216796875000 +-0.084472656250 +0.150390625000 +0.121582031250 +-0.046630859375 +0.111816406250 +0.001861572266 +-0.141601562500 +-0.003356933594 +0.005889892578 +-0.239257812500 +-0.066406250000 +-0.027709960938 +-0.019775390625 +0.056884765625 +-0.139648437500 +-0.106445312500 +0.114746093750 +0.019531250000 +0.044433593750 +-0.062011718750 +-0.065917968750 +0.137695312500 +0.022827148438 +0.141601562500 +-0.180664062500 +-0.081542968750 +0.176757812500 +0.037841796875 +-0.113281250000 +-0.084472656250 +0.034423828125 +-0.044433593750 +-0.024169921875 +0.052001953125 +-0.185546875000 +0.094238281250 +-0.096679687500 +0.109375000000 +-0.306640625000 +-0.073730468750 +-0.029174804688 +-0.036132812500 +0.042480468750 +-0.003509521484 +0.004394531250 +-0.041748046875 +0.078613281250 +-0.056640625000 +-0.157226562500 +0.025512695312 +-0.026489257812 +0.059814453125 +0.062500000000 +-0.053466796875 +-0.064453125000 +0.082031250000 +-0.001953125000 +-0.013793945312 +0.175781250000 +0.105957031250 +-0.125000000000 +-0.191406250000 +0.101562500000 +-0.113769531250 +-0.043701171875 +-0.005523681641 +0.145507812500 +0.086914062500 +0.068359375000 +-0.000778198242 +-0.094238281250 +0.017333984375 +-0.079101562500 +0.110839843750 +-0.206054687500 +0.166992187500 +-0.142578125000 +0.137695312500 +-0.289062500000 +-0.001457214355 +0.043701171875 +-0.064941406250 +-0.068359375000 +0.083007812500 +0.086914062500 +-0.220703125000 +-0.190429687500 +0.045166015625 +0.087890625000 +0.006683349609 +-0.041748046875 +-0.062988281250 +0.064941406250 +-0.279296875000 +-0.363281250000 +-0.067871093750 +0.035400390625 +-0.094238281250 +-0.152343750000 +-0.057373046875 +-0.196289062500 +0.066406250000 +-0.271484375000 +-0.217773437500 +0.183593750000 +-0.065917968750 +-0.076171875000 +-0.090820312500 +-0.094238281250 +-0.029174804688 +0.009887695312 +-0.209960937500 +0.072753906250 +-0.120117187500 +0.141601562500 +-0.073242187500 +-0.154296875000 +-0.492187500000 +-0.008911132812 +-0.070312500000 +-0.084472656250 +-0.040039062500 +-0.118164062500 +-0.003326416016 +-0.119140625000 +-0.052246093750 +-0.055908203125 +0.180664062500 +0.016479492188 +-0.249023437500 +0.035156250000 +-0.168945312500 +0.014343261719 +-0.012573242188 +-0.201171875000 +-0.283203125000 +-0.067382812500 +-0.253906250000 +-0.126953125000 +-0.160156250000 +-0.351562500000 +-0.120605468750 +-0.200195312500 +-0.079589843750 +-0.285156250000 +0.028930664062 +-0.080078125000 +-0.257812500000 +-0.091308593750 +0.167968750000 +-0.051269531250 +-0.218750000000 +-0.060546875000 +0.135742187500 +0.019042968750 +0.021850585938 +-0.026611328125 +-0.671875000000 +-0.034667968750 +0.079101562500 +-0.183593750000 +0.087890625000 +0.033447265625 +0.079101562500 +-0.164062500000 +-0.546875000000 +-0.202148437500 +0.064453125000 +-0.020385742188 +0.106933593750 +-0.197265625000 +0.052490234375 +0.050048828125 +-0.550781250000 +0.066894531250 +0.166015625000 +0.005920410156 +0.055664062500 +0.009216308594 +0.005126953125 +-0.170898437500 +-0.621093750000 +-0.298828125000 +0.019531250000 +0.031005859375 +0.078125000000 +-0.211914062500 +0.041748046875 +0.023925781250 +0.079101562500 +-0.047363281250 +0.209960937500 +0.066406250000 +0.079101562500 +-0.038574218750 +0.363281250000 +0.099121093750 +-0.019409179688 +-0.347656250000 +0.404296875000 +0.082519531250 +-0.050048828125 +-0.166015625000 +-0.144531250000 +-0.248046875000 +-0.138671875000 +-0.178710937500 +-0.034912109375 +0.001846313477 +0.077636718750 +-0.188476562500 +-0.023437500000 +-0.414062500000 +0.139648437500 +-0.349609375000 +-0.172851562500 +0.006835937500 +0.127929687500 +-0.118164062500 +0.128906250000 +0.020263671875 +-0.878906250000 +-0.133789062500 +-0.129882812500 +-0.093261718750 +0.005584716797 +0.033935546875 +0.120605468750 +0.202148437500 +-0.287109375000 +-0.153320312500 +0.035888671875 +-0.041015625000 +-0.133789062500 +-0.183593750000 +-0.118164062500 +-0.355468750000 +-1.093750000000 +-0.134765625000 +-0.039062500000 +-0.163085937500 +0.028686523438 +-0.098632812500 +0.020141601562 +-0.363281250000 +-1.203125000000 +-0.177734375000 +-0.080078125000 +0.131835937500 +-0.045166015625 +0.052978515625 +-0.007446289062 +0.039794921875 +0.067382812500 +0.029663085938 +-0.025146484375 +0.046875000000 +0.001396179199 +0.043212890625 +-0.105957031250 +0.156250000000 +0.247070312500 +-0.110351562500 +0.235351562500 +-0.212890625000 +-0.173828125000 +-0.353515625000 +0.178710937500 +-0.143554687500 +-0.062988281250 +-0.147460937500 +-0.159179687500 +0.141601562500 +0.007537841797 +-0.373046875000 +0.302734375000 +0.093750000000 +0.177734375000 +-0.243164062500 +-0.122070312500 +-0.019653320312 +-0.057373046875 +-0.060791015625 +-0.047363281250 +0.038818359375 +-0.267578125000 +0.071289062500 +-0.210937500000 +-0.091796875000 +-0.333984375000 +-0.117187500000 +-0.112792968750 +0.267578125000 +-0.351562500000 +0.120605468750 +-0.136718750000 +-0.016845703125 +-0.065429687500 +-0.029296875000 +-0.157226562500 +0.011047363281 +-0.703125000000 +-0.038085937500 +-0.140625000000 +0.034179687500 +-0.029663085938 +0.198242187500 +-0.144531250000 +-0.419921875000 +-0.746093750000 +-0.200195312500 +0.044921875000 +-0.007995605469 +-0.016967773438 +-0.167968750000 +0.193359375000 +0.037353515625 +-0.096191406250 +0.055664062500 +0.083984375000 +-0.005920410156 +-0.101562500000 +0.067871093750 +-0.308593750000 +0.034912109375 +-0.101562500000 +-0.269531250000 +0.302734375000 +0.082519531250 +0.077636718750 +-0.083496093750 +0.237304687500 +-0.347656250000 +-0.088378906250 +-0.394531250000 +-0.044189453125 +0.044677734375 +-0.131835937500 +0.040039062500 +0.107910156250 +0.043701171875 +-0.039306640625 +-0.343750000000 +0.135742187500 +-0.097656250000 +-0.589843750000 +0.150390625000 +0.030029296875 +-0.166015625000 +-0.029541015625 +0.096191406250 +-0.218750000000 +-0.009582519531 +-0.161132812500 +-0.034912109375 +-0.037597656250 +0.230468750000 +-0.020629882812 +-0.115722656250 +-0.136718750000 +0.019653320312 +0.096191406250 +-0.034667968750 +-0.075683593750 +0.028442382812 +-0.267578125000 +0.137695312500 +-0.065429687500 +-0.020874023438 +0.166992187500 +0.052246093750 +0.085937500000 +-0.127929687500 +-0.318359375000 +-0.183593750000 +-0.105468750000 +0.030883789062 +0.027954101562 +-0.034423828125 +-0.204101562500 +-0.001998901367 +0.084960937500 +0.159179687500 +0.287109375000 +-0.146484375000 +0.130859375000 +-0.035888671875 +0.219726562500 +-0.074218750000 +0.073242187500 +0.081054687500 +-0.032470703125 +-0.001380920410 +-0.242187500000 +-0.081054687500 +-0.035888671875 +0.009887695312 +0.095703125000 +-0.322265625000 +0.044433593750 +-0.265625000000 +-0.031982421875 +0.031494140625 +-0.429687500000 +0.057861328125 +-0.224609375000 +-0.257812500000 +-0.047119140625 +0.123046875000 +-0.170898437500 +-0.093750000000 +0.101074218750 +-0.236328125000 +0.100585937500 +0.012207031250 +-0.131835937500 +-0.113281250000 +0.242187500000 +0.178710937500 +0.101074218750 +-0.050537109375 +-0.006988525391 +-0.060058593750 +-0.023681640625 +-0.095214843750 +-0.015075683594 +0.011047363281 +0.105468750000 +0.110351562500 +-0.484375000000 +0.161132812500 +0.020874023438 +0.013061523438 +0.208984375000 +-0.359375000000 +0.076660156250 +0.057617187500 +0.012207031250 +0.018432617188 +0.009216308594 +0.010253906250 +0.028930664062 +0.189453125000 +-0.421875000000 +0.117675781250 +0.057617187500 +0.040527343750 +-0.398437500000 +0.253906250000 +0.100585937500 +-0.180664062500 +-0.219726562500 +0.019653320312 +-0.072753906250 +-0.225585937500 +0.347656250000 +-0.115234375000 +-0.241210937500 +-0.056884765625 diff --git a/AI_Engine_Development/AIE-MLv2/Design_Tutorials/01-Radio-ML/aie/radioml_top/data/w7_biases-rtp.txt b/AI_Engine_Development/AIE-MLv2/Design_Tutorials/01-Radio-ML/aie/radioml_top/data/w7_biases-rtp.txt new file mode 100644 index 0000000000..7fb39d5735 --- /dev/null +++ b/AI_Engine_Development/AIE-MLv2/Design_Tutorials/01-Radio-ML/aie/radioml_top/data/w7_biases-rtp.txt @@ -0,0 +1,64 @@ +-0.008178710938 +0.206054687500 +-0.265625000000 +0.069824218750 +-0.000392913818 +-0.048583984375 +-0.069335937500 +-0.115722656250 +-0.001579284668 +0.061767578125 +-0.235351562500 +-0.080078125000 +-0.103027343750 +-0.014404296875 +-0.380859375000 +0.095214843750 +-0.371093750000 +-0.121093750000 +-0.000961303711 +-0.018554687500 +-0.101074218750 +-0.201171875000 +-0.130859375000 +0.050048828125 +-0.054443359375 +-0.155273437500 +-0.124511718750 +-0.347656250000 +0.200195312500 +-0.215820312500 +-0.083007812500 +0.050292968750 +0.036132812500 +0.052001953125 +0.271484375000 +0.111816406250 +-0.028320312500 +0.155273437500 +-0.333984375000 +-0.056396484375 +-0.068847656250 +-0.012939453125 +-0.287109375000 +-0.012573242188 +0.105468750000 +-0.205078125000 +0.012084960938 +-0.168945312500 +-0.131835937500 +-0.023193359375 +0.035888671875 +-0.255859375000 +-0.003799438477 +0.151367187500 +0.118652343750 +-0.118164062500 +-0.324218750000 +-0.069335937500 +-0.237304687500 +-0.077636718750 +-0.055419921875 +-0.208984375000 +-0.053710937500 +0.071777343750 diff --git a/AI_Engine_Development/AIE-MLv2/Design_Tutorials/01-Radio-ML/aie/radioml_top/data/w7_weights-rtp.txt b/AI_Engine_Development/AIE-MLv2/Design_Tutorials/01-Radio-ML/aie/radioml_top/data/w7_weights-rtp.txt new file mode 100644 index 0000000000..8e71ae707c --- /dev/null +++ b/AI_Engine_Development/AIE-MLv2/Design_Tutorials/01-Radio-ML/aie/radioml_top/data/w7_weights-rtp.txt @@ -0,0 +1,28672 @@ +0.046630859375 +-0.114257812500 +0.039306640625 +0.058593750000 +-0.135742187500 +-0.041992187500 +-0.093750000000 +0.257812500000 +0.111816406250 +0.063964843750 +0.099609375000 +0.011413574219 +-0.085449218750 +0.131835937500 +-0.304687500000 +0.088867187500 +-0.044677734375 +0.108398437500 +0.081542968750 +-0.065917968750 +-0.079589843750 +0.215820312500 +0.045898437500 +0.023193359375 +-0.077636718750 +0.089843750000 +0.049072265625 +-0.023315429688 +-0.102539062500 +0.007812500000 +0.130859375000 +0.089843750000 +-0.072753906250 +-0.129882812500 +-0.052490234375 +0.078613281250 +-0.068359375000 +0.005157470703 +-0.066406250000 +-0.054687500000 +0.063476562500 +-0.300781250000 +0.188476562500 +0.024902343750 +0.076660156250 +0.079589843750 +0.248046875000 +0.080078125000 +0.019165039062 +-0.004638671875 +0.073730468750 +-0.026245117188 +0.058349609375 +-0.175781250000 +0.096191406250 +0.028442382812 +-0.010375976562 +-0.119140625000 +0.001686096191 +0.039062500000 +-0.003417968750 +0.171875000000 +0.081054687500 +0.012878417969 +0.048339843750 +-0.100585937500 +-0.103027343750 +0.114257812500 +-0.136718750000 +0.236328125000 +-0.145507812500 +0.006591796875 +0.047119140625 +0.015991210938 +-0.022338867188 +-0.018920898438 +-0.220703125000 +0.120117187500 +0.054443359375 +0.118652343750 +0.006652832031 +-0.053222656250 +-0.066406250000 +0.079101562500 +-0.201171875000 +-0.326171875000 +-0.029418945312 +-0.009399414062 +0.024780273438 +-0.059326171875 +0.147460937500 +0.012573242188 +0.088378906250 +0.014465332031 +-0.203125000000 +0.132812500000 +0.008056640625 +-0.171875000000 +0.002426147461 +-0.207031250000 +-0.269531250000 +-0.171875000000 +-0.047119140625 +0.008544921875 +-0.060058593750 +-0.052978515625 +0.063476562500 +0.011047363281 +-0.012634277344 +0.103027343750 +0.102050781250 +-0.019165039062 +0.189453125000 +0.056396484375 +0.078125000000 +-0.020385742188 +-0.031494140625 +0.162109375000 +-0.019775390625 +0.255859375000 +0.000591278076 +0.053955078125 +0.071777343750 +-0.000408172607 +-0.043945312500 +0.033935546875 +-0.064453125000 +-0.004089355469 +0.036376953125 +-0.025390625000 +-0.201171875000 +0.018066406250 +-0.527343750000 +0.203125000000 +-0.253906250000 +0.103515625000 +-0.028686523438 +-0.057373046875 +-0.120605468750 +-0.011901855469 +-0.201171875000 +0.053466796875 +-0.104003906250 +0.162109375000 +-0.026855468750 +0.031250000000 +0.156250000000 +-0.076660156250 +-0.047607421875 +-0.363281250000 +0.049560546875 +-0.015197753906 +0.052001953125 +-0.067871093750 +0.096679687500 +0.141601562500 +0.121582031250 +-0.283203125000 +0.175781250000 +-0.029663085938 +0.010559082031 +-0.326171875000 +0.030395507812 +-0.098632812500 +-0.225585937500 +-0.184570312500 +-0.180664062500 +-0.064453125000 +-0.079101562500 +-0.225585937500 +0.277343750000 +-0.132812500000 +0.243164062500 +0.105468750000 +-0.078613281250 +-0.064453125000 +-0.259765625000 +-0.028442382812 +-0.209960937500 +-0.067871093750 +-0.353515625000 +0.158203125000 +0.038574218750 +0.097656250000 +0.007171630859 +-0.001342773438 +-0.004882812500 +-0.129882812500 +0.113769531250 +0.022460937500 +-0.158203125000 +-0.027099609375 +0.075195312500 +0.004394531250 +-0.029296875000 +0.096679687500 +0.245117187500 +0.029418945312 +0.210937500000 +0.036376953125 +0.094726562500 +0.085449218750 +-0.061279296875 +-0.043701171875 +-0.007049560547 +0.032470703125 +0.090820312500 +-0.158203125000 +-0.034423828125 +-0.026367187500 +0.110351562500 +0.094726562500 +-0.032714843750 +-0.632812500000 +-0.160156250000 +-0.257812500000 +-0.196289062500 +0.092773437500 +-0.055419921875 +0.073730468750 +0.129882812500 +-0.036621093750 +0.023681640625 +0.287109375000 +0.131835937500 +-0.147460937500 +-0.110839843750 +-0.089355468750 +-0.044677734375 +-0.004425048828 +-0.289062500000 +-0.027343750000 +-0.002655029297 +-0.085937500000 +0.116210937500 +0.005950927734 +0.203125000000 +-0.101562500000 +0.042480468750 +0.079589843750 +0.229492187500 +0.003570556641 +0.190429687500 +0.101074218750 +0.217773437500 +-0.125000000000 +-0.055908203125 +-0.824218750000 +-0.059814453125 +0.017578125000 +-0.144531250000 +-0.106933593750 +0.095214843750 +0.092285156250 +-0.283203125000 +-0.008728027344 +-0.156250000000 +-0.229492187500 +0.020874023438 +0.071777343750 +-0.057128906250 +0.060302734375 +0.086425781250 +0.176757812500 +-0.129882812500 +0.161132812500 +-0.047119140625 +0.069335937500 +0.142578125000 +0.135742187500 +0.067382812500 +0.037841796875 +0.121582031250 +0.001228332520 +0.121582031250 +-0.016235351562 +-0.038330078125 +-0.263671875000 +-0.186523437500 +-0.269531250000 +-0.035400390625 +0.080078125000 +-0.080078125000 +0.098144531250 +0.200195312500 +0.050048828125 +0.188476562500 +0.022949218750 +0.550781250000 +0.096679687500 +-0.044921875000 +-0.216796875000 +-0.052490234375 +-0.092285156250 +-0.147460937500 +-0.027954101562 +-0.028198242188 +-0.107910156250 +-0.087890625000 +-0.281250000000 +-0.046142578125 +-0.105468750000 +-0.049316406250 +-0.083984375000 +-0.129882812500 +-0.157226562500 +0.158203125000 +-0.052001953125 +-0.000736236572 +0.096191406250 +0.028686523438 +-0.215820312500 +-0.086914062500 +-0.040771484375 +-0.099121093750 +-0.080078125000 +0.183593750000 +0.151367187500 +-0.369140625000 +0.392578125000 +-0.011840820312 +0.069335937500 +0.044433593750 +0.124023437500 +0.148437500000 +0.132812500000 +0.033691406250 +0.110351562500 +0.119140625000 +0.116699218750 +0.064941406250 +0.053710937500 +0.118652343750 +0.035400390625 +-0.085449218750 +-0.173828125000 +0.139648437500 +-0.150390625000 +0.033691406250 +-0.017578125000 +-0.055908203125 +-0.080078125000 +0.016967773438 +-0.019653320312 +-0.114746093750 +0.018554687500 +-0.078125000000 +-0.090820312500 +0.040039062500 +-0.052246093750 +0.089843750000 +0.032226562500 +-0.035644531250 +0.037353515625 +-0.061279296875 +0.183593750000 +0.027099609375 +-0.016235351562 +0.015441894531 +-0.034179687500 +0.032226562500 +0.008911132812 +0.032470703125 +0.040771484375 +0.152343750000 +-0.040527343750 +0.100097656250 +0.083496093750 +0.126953125000 +0.084472656250 +0.026367187500 +0.070800781250 +0.055664062500 +0.134765625000 +-0.011535644531 +-0.207031250000 +-0.094238281250 +-0.061035156250 +-0.007720947266 +0.042480468750 +0.010925292969 +0.075195312500 +-0.077636718750 +-0.071777343750 +0.125000000000 +-0.376953125000 +0.152343750000 +-0.010925292969 +0.125000000000 +0.052490234375 +0.132812500000 +0.173828125000 +0.099121093750 +-0.054199218750 +0.054199218750 +-0.018432617188 +-0.079101562500 +-0.132812500000 +-0.097656250000 +0.041503906250 +0.001068115234 +-0.072753906250 +0.063964843750 +-0.114257812500 +-0.019409179688 +0.058837890625 +0.094238281250 +-0.054687500000 +-0.117187500000 +-0.022705078125 +-0.086914062500 +-0.112792968750 +0.056884765625 +-0.113281250000 +0.056884765625 +-0.242187500000 +-0.008728027344 +-0.168945312500 +-0.059326171875 +0.112304687500 +0.025756835938 +0.091308593750 +-0.099121093750 +0.045166015625 +-0.123046875000 +-0.015075683594 +-0.088867187500 +-0.010498046875 +-0.151367187500 +0.009887695312 +0.032470703125 +0.057373046875 +-0.015869140625 +0.067871093750 +0.174804687500 +-0.038574218750 +0.058349609375 +0.211914062500 +0.053466796875 +0.099121093750 +-0.051269531250 +0.061035156250 +-0.061767578125 +0.006378173828 +-0.011535644531 +0.056152343750 +0.181640625000 +-0.024658203125 +0.090332031250 +0.046630859375 +-0.125976562500 +0.101562500000 +0.059814453125 +0.223632812500 +0.031250000000 +-0.109863281250 +0.088378906250 +-0.097656250000 +0.048828125000 +0.019165039062 +0.130859375000 +-0.443359375000 +-0.285156250000 +0.113281250000 +-0.023681640625 +0.040527343750 +-0.033447265625 +0.102539062500 +-0.065917968750 +0.141601562500 +-0.125000000000 +0.053710937500 +0.101562500000 +0.041503906250 +0.208007812500 +0.149414062500 +0.191406250000 +-0.146484375000 +-0.025512695312 +0.062988281250 +-0.025512695312 +0.015319824219 +-0.055419921875 +0.004821777344 +-0.057128906250 +0.051513671875 +-0.031494140625 +0.033447265625 +-0.312500000000 +0.131835937500 +0.037109375000 +0.009948730469 +-0.151367187500 +-0.191406250000 +0.404296875000 +0.035156250000 +-0.007232666016 +-0.030273437500 +0.052734375000 +0.125000000000 +-0.114746093750 +0.080566406250 +0.031738281250 +-0.019165039062 +0.068359375000 +-0.095703125000 +-0.083984375000 +-0.077148437500 +-0.152343750000 +0.020141601562 +0.063476562500 +-0.199218750000 +0.033935546875 +-0.058837890625 +0.012329101562 +-0.176757812500 +-0.084960937500 +0.062011718750 +-0.103515625000 +-0.080566406250 +0.033691406250 +-0.178710937500 +0.099609375000 +-0.041992187500 +-0.236328125000 +-0.111328125000 +-0.369140625000 +0.082519531250 +0.043212890625 +-0.000356674194 +0.052001953125 +-0.016845703125 +0.003341674805 +-0.004913330078 +-0.023315429688 +-0.159179687500 +-0.109863281250 +0.218750000000 +-0.101562500000 +0.089843750000 +-0.000888824463 +0.277343750000 +0.027221679688 +-0.161132812500 +0.009338378906 +0.003677368164 +-0.106445312500 +-0.042968750000 +-0.080566406250 +0.114746093750 +0.090332031250 +0.002014160156 +-0.281250000000 +-0.082519531250 +-0.086425781250 +-0.063476562500 +0.037841796875 +-0.135742187500 +0.122558593750 +0.113281250000 +0.010620117188 +0.008361816406 +0.013427734375 +0.006500244141 +-0.324218750000 +0.194335937500 +-0.059814453125 +0.047851562500 +-0.009216308594 +0.126953125000 +0.285156250000 +0.088867187500 +-0.066406250000 +-0.060058593750 +-0.129882812500 +-0.191406250000 +0.025146484375 +0.003906250000 +0.009521484375 +-0.137695312500 +0.167968750000 +-0.025146484375 +0.124511718750 +0.039794921875 +-0.076171875000 +0.113769531250 +0.010314941406 +0.018310546875 +-0.158203125000 +-0.133789062500 +-0.163085937500 +-0.092285156250 +-0.010681152344 +0.021606445312 +0.239257812500 +-0.069335937500 +-0.020141601562 +0.103515625000 +-0.028564453125 +0.203125000000 +0.001998901367 +-0.029785156250 +-0.159179687500 +-0.043212890625 +0.033447265625 +0.209960937500 +0.067382812500 +-0.106445312500 +-0.049072265625 +0.031494140625 +0.178710937500 +-0.107910156250 +-0.015014648438 +-0.609375000000 +-0.008911132812 +-0.040283203125 +-0.129882812500 +-0.206054687500 +-0.046630859375 +-0.102050781250 +-0.095703125000 +-0.204101562500 +0.099121093750 +-0.056396484375 +-0.189453125000 +-0.085449218750 +0.068359375000 +-0.124511718750 +-0.240234375000 +0.217773437500 +0.066894531250 +-0.089843750000 +0.081542968750 +-0.027832031250 +-0.059570312500 +0.243164062500 +-0.052001953125 +-0.208984375000 +-0.083984375000 +-0.225585937500 +0.035400390625 +0.031005859375 +0.056396484375 +0.043212890625 +-0.022705078125 +0.134765625000 +0.093750000000 +-0.204101562500 +0.100097656250 +0.067382812500 +-0.127929687500 +-0.281250000000 +0.111816406250 +-0.031005859375 +-0.213867187500 +-0.064453125000 +-0.021118164062 +-0.105468750000 +-0.263671875000 +-0.048095703125 +-0.065917968750 +0.089355468750 +-0.302734375000 +0.067871093750 +-0.021118164062 +0.017578125000 +0.143554687500 +0.083007812500 +0.078125000000 +0.150390625000 +0.024902343750 +-0.126953125000 +0.030761718750 +0.006469726562 +0.029418945312 +-0.168945312500 +0.015197753906 +-0.621093750000 +-0.148437500000 +-0.173828125000 +-0.189453125000 +0.136718750000 +0.066406250000 +-0.287109375000 +-0.079101562500 +-0.085937500000 +0.152343750000 +0.006195068359 +-0.050537109375 +-0.042236328125 +-0.121093750000 +-0.136718750000 +0.010437011719 +0.123046875000 +-0.318359375000 +-0.191406250000 +-0.082031250000 +0.184570312500 +-0.027954101562 +0.193359375000 +0.179687500000 +0.012878417969 +-0.018432617188 +-0.086914062500 +0.072753906250 +0.003005981445 +0.107421875000 +0.134765625000 +0.107910156250 +0.102050781250 +0.037353515625 +0.099121093750 +-0.174804687500 +-0.169921875000 +-0.064453125000 +-0.054931640625 +-0.120117187500 +-0.057617187500 +-0.200195312500 +0.031127929688 +-0.128906250000 +-0.194335937500 +0.111816406250 +0.103515625000 +-0.071289062500 +0.076660156250 +-0.108886718750 +-0.020996093750 +-0.041015625000 +0.039794921875 +0.032226562500 +0.001022338867 +0.040527343750 +0.058593750000 +0.061523437500 +0.040039062500 +-0.007049560547 +-0.124023437500 +-0.101562500000 +0.164062500000 +0.050292968750 +0.021728515625 +-0.043212890625 +0.019531250000 +-0.012573242188 +0.148437500000 +0.180664062500 +-0.139648437500 +0.162109375000 +0.117675781250 +0.138671875000 +-0.484375000000 +-0.074218750000 +-0.113281250000 +0.028930664062 +-0.174804687500 +-0.051025390625 +0.190429687500 +-0.054931640625 +-0.030395507812 +0.210937500000 +0.349609375000 +0.071777343750 +0.011291503906 +-0.021972656250 +0.098632812500 +0.031127929688 +0.037841796875 +-0.050048828125 +0.091308593750 +0.101074218750 +-0.058593750000 +0.004302978516 +-0.037353515625 +0.073242187500 +-0.079101562500 +0.026367187500 +0.038330078125 +0.106445312500 +0.031250000000 +0.156250000000 +-0.061279296875 +-0.117187500000 +0.063476562500 +-0.022094726562 +-0.066894531250 +0.048583984375 +0.064453125000 +-0.078125000000 +0.061523437500 +-0.030029296875 +0.032958984375 +-0.220703125000 +0.259765625000 +0.190429687500 +0.169921875000 +0.129882812500 +-0.020874023438 +0.304687500000 +-0.251953125000 +0.009582519531 +0.052001953125 +-0.087890625000 +0.076171875000 +0.003616333008 +-0.045898437500 +0.024414062500 +0.126953125000 +-0.306640625000 +0.166015625000 +0.157226562500 +-0.022705078125 +0.166992187500 +0.075195312500 +-0.095214843750 +-0.207031250000 +-0.052246093750 +-0.091796875000 +-0.034423828125 +0.113281250000 +-0.038574218750 +-0.136718750000 +0.143554687500 +-0.065429687500 +0.018554687500 +0.062500000000 +-0.012817382812 +0.040283203125 +-0.062011718750 +0.043701171875 +0.079589843750 +0.220703125000 +0.084472656250 +-0.052246093750 +0.056640625000 +0.075195312500 +0.009582519531 +-0.006652832031 +-0.063964843750 +0.038574218750 +-0.148437500000 +0.179687500000 +0.045898437500 +0.185546875000 +0.214843750000 +0.011291503906 +0.135742187500 +0.056884765625 +-0.010559082031 +0.005187988281 +-0.004791259766 +0.145507812500 +-0.012878417969 +0.076171875000 +-0.085937500000 +-0.053955078125 +0.050292968750 +0.200195312500 +0.287109375000 +-0.126953125000 +0.131835937500 +-0.026489257812 +0.094238281250 +-0.134765625000 +-0.014831542969 +-0.042724609375 +-0.154296875000 +-0.063964843750 +0.019897460938 +0.014709472656 +-0.031494140625 +-0.010375976562 +0.027099609375 +0.148437500000 +0.251953125000 +-0.065917968750 +0.157226562500 +-0.021606445312 +0.034179687500 +-0.219726562500 +0.084960937500 +-0.153320312500 +0.118164062500 +-0.032958984375 +-0.015319824219 +0.030273437500 +0.092773437500 +-0.030517578125 +-0.056884765625 +-0.096679687500 +0.145507812500 +0.085937500000 +-0.064453125000 +0.018798828125 +-0.041992187500 +0.049804687500 +0.195312500000 +0.013488769531 +-0.244140625000 +0.197265625000 +-0.021728515625 +0.196289062500 +-0.030029296875 +0.041992187500 +0.039550781250 +0.063964843750 +-0.125976562500 +0.083007812500 +-0.010498046875 +0.289062500000 +0.079589843750 +-0.024780273438 +-0.073242187500 +0.090820312500 +-0.285156250000 +-0.304687500000 +0.074707031250 +0.061035156250 +0.065429687500 +-0.171875000000 +0.065429687500 +0.060058593750 +0.025512695312 +0.044189453125 +-0.003738403320 +0.070800781250 +-0.004943847656 +0.015014648438 +-0.037597656250 +-0.141601562500 +-0.029907226562 +0.104003906250 +-0.056640625000 +-0.034423828125 +-0.158203125000 +-0.136718750000 +-0.124023437500 +-0.172851562500 +-0.333984375000 +0.100097656250 +-0.089843750000 +-0.014953613281 +0.093750000000 +0.062011718750 +-0.009277343750 +0.100585937500 +0.030029296875 +-0.085449218750 +-0.049804687500 +0.157226562500 +0.028808593750 +0.003112792969 +0.160156250000 +0.029052734375 +0.105468750000 +0.033447265625 +-0.107421875000 +0.149414062500 +-0.101074218750 +0.006011962891 +-0.040283203125 +0.126953125000 +0.041259765625 +0.182617187500 +-0.055908203125 +0.116210937500 +0.062255859375 +0.029296875000 +0.015991210938 +0.045654296875 +-0.074218750000 +-0.072265625000 +-0.300781250000 +-0.070800781250 +0.179687500000 +0.008483886719 +-0.150390625000 +0.015991210938 +-0.312500000000 +0.073242187500 +-0.341796875000 +0.207031250000 +0.091308593750 +-0.414062500000 +0.093750000000 +-0.030395507812 +0.028686523438 +0.077148437500 +-0.067871093750 +-0.210937500000 +-0.074707031250 +-0.064453125000 +0.028320312500 +-0.033691406250 +0.038085937500 +-0.206054687500 +-0.068359375000 +-0.119628906250 +-0.225585937500 +-0.116699218750 +-0.009582519531 +-0.058837890625 +0.068359375000 +0.064941406250 +-0.208007812500 +-0.015747070312 +0.001152038574 +0.039306640625 +-0.010192871094 +0.088867187500 +0.110839843750 +0.060791015625 +-0.640625000000 +-0.250000000000 +0.171875000000 +0.005828857422 +0.072265625000 +0.027221679688 +-0.055908203125 +0.068359375000 +-0.048828125000 +0.008239746094 +-0.038330078125 +-0.113281250000 +0.061035156250 +0.045410156250 +0.129882812500 +0.066894531250 +-0.131835937500 +-0.076660156250 +0.016601562500 +0.071289062500 +-0.055175781250 +0.115234375000 +-0.185546875000 +-0.285156250000 +-0.273437500000 +-0.079589843750 +0.058593750000 +0.410156250000 +0.124511718750 +-0.018188476562 +-0.175781250000 +0.220703125000 +-0.363281250000 +0.076171875000 +-0.005615234375 +-0.246093750000 +-0.054199218750 +-0.034423828125 +0.010314941406 +-0.046386718750 +-0.071289062500 +-0.083007812500 +-0.098632812500 +-0.197265625000 +-0.018920898438 +-0.114257812500 +0.019775390625 +-0.107910156250 +0.279296875000 +-0.106933593750 +-0.221679687500 +-0.003906250000 +-0.182617187500 +-0.177734375000 +0.019409179688 +-0.078613281250 +-0.223632812500 +-0.251953125000 +0.007995605469 +-0.178710937500 +0.006591796875 +0.061523437500 +-0.017211914062 +0.125976562500 +-0.083496093750 +-0.376953125000 +0.129882812500 +0.026367187500 +-0.087890625000 +-0.061279296875 +-0.017700195312 +0.060302734375 +-0.539062500000 +-0.275390625000 +-0.294921875000 +-0.052001953125 +0.002090454102 +0.070312500000 +0.031250000000 +0.114746093750 +0.166015625000 +0.156250000000 +0.060791015625 +-0.095214843750 +-0.064453125000 +-0.026489257812 +-0.058349609375 +-0.111328125000 +-0.076171875000 +-0.135742187500 +-0.081542968750 +-0.125000000000 +-0.094726562500 +0.185546875000 +-0.337890625000 +-0.054931640625 +0.111816406250 +-0.040283203125 +0.088867187500 +-0.194335937500 +-1.578125000000 +-0.503906250000 +0.054199218750 +-0.122070312500 +-0.008361816406 +0.173828125000 +-0.002120971680 +-0.035156250000 +0.012817382812 +-0.113769531250 +-0.135742187500 +-0.187500000000 +-0.032958984375 +-0.064453125000 +-0.115234375000 +0.180664062500 +-0.129882812500 +-0.094726562500 +-0.316406250000 +-0.026733398438 +0.012207031250 +-0.269531250000 +-0.094726562500 +-0.033203125000 +-0.275390625000 +-0.080566406250 +0.048339843750 +0.106933593750 +-0.119140625000 +-0.193359375000 +0.037353515625 +-0.121582031250 +0.085449218750 +0.043945312500 +0.226562500000 +0.096191406250 +-0.111328125000 +-0.408203125000 +0.038574218750 +-0.109863281250 +0.237304687500 +-0.018920898438 +0.038085937500 +0.183593750000 +0.065429687500 +-0.020141601562 +-0.064941406250 +-0.314453125000 +-0.049316406250 +-0.022338867188 +0.013916015625 +-0.064941406250 +0.087402343750 +-0.056152343750 +0.136718750000 +-0.114257812500 +0.016601562500 +-0.044677734375 +0.002792358398 +0.109375000000 +0.035156250000 +-0.071777343750 +-0.046386718750 +0.180664062500 +-2.140625000000 +-0.839843750000 +0.101074218750 +0.145507812500 +-0.017333984375 +-0.082031250000 +-0.005187988281 +0.090820312500 +-0.048828125000 +0.016601562500 +0.000345230103 +-0.439453125000 +-0.009582519531 +0.022216796875 +-0.386718750000 +0.023803710938 +0.080566406250 +-0.051513671875 +-0.144531250000 +-0.283203125000 +0.028686523438 +-0.037353515625 +-0.173828125000 +0.031250000000 +-0.535156250000 +0.059570312500 +0.047851562500 +0.110351562500 +-0.097656250000 +-0.146484375000 +0.089843750000 +0.076171875000 +-0.206054687500 +-0.023559570312 +0.033691406250 +0.016723632812 +-0.099609375000 +-0.212890625000 +0.132812500000 +-0.062011718750 +-0.019409179688 +0.053466796875 +0.084472656250 +-0.006103515625 +0.076171875000 +0.020751953125 +-0.033935546875 +-0.002975463867 +-0.038330078125 +-0.064941406250 +0.028320312500 +-0.000278472900 +0.074218750000 +-0.071777343750 +-0.026367187500 +0.020751953125 +0.086425781250 +0.128906250000 +0.072753906250 +0.194335937500 +0.160156250000 +-0.035156250000 +0.202148437500 +0.324218750000 +-0.125976562500 +-0.484375000000 +0.062500000000 +0.153320312500 +-0.038085937500 +0.129882812500 +0.062011718750 +0.057861328125 +-0.044921875000 +-0.183593750000 +0.039550781250 +-0.164062500000 +-0.071777343750 +-0.040771484375 +0.096679687500 +0.012390136719 +0.101562500000 +-0.186523437500 +0.104980468750 +-0.021728515625 +-0.057128906250 +-0.038818359375 +0.043457031250 +-0.012329101562 +-0.132812500000 +0.071289062500 +0.088378906250 +0.000698089600 +-0.041503906250 +-0.308593750000 +-0.004058837891 +0.068359375000 +-0.054931640625 +0.187500000000 +0.079589843750 +0.055908203125 +-0.109863281250 +-0.224609375000 +-0.038574218750 +0.013061523438 +0.177734375000 +0.025146484375 +-0.053710937500 +0.059570312500 +0.222656250000 +0.104980468750 +0.080078125000 +-0.056152343750 +0.007507324219 +0.024414062500 +0.053466796875 +0.023559570312 +0.038330078125 +0.007415771484 +-0.053222656250 +-0.063964843750 +-0.015319824219 +-0.080566406250 +0.314453125000 +0.102050781250 +0.144531250000 +-0.016479492188 +0.277343750000 +0.095214843750 +0.010009765625 +0.179687500000 +0.039062500000 +0.070312500000 +0.023681640625 +-0.081054687500 +0.049560546875 +0.023315429688 +-0.012878417969 +-0.099609375000 +0.081054687500 +0.029174804688 +-0.057617187500 +0.048828125000 +-0.056396484375 +-0.014770507812 +-0.130859375000 +0.176757812500 +0.042236328125 +-0.096191406250 +0.015197753906 +-0.064941406250 +0.075195312500 +0.087402343750 +0.122558593750 +0.010559082031 +-0.055664062500 +0.236328125000 +-0.005493164062 +-0.180664062500 +-0.090332031250 +-0.060791015625 +-0.022949218750 +0.071777343750 +-0.014953613281 +0.110351562500 +0.006195068359 +-0.253906250000 +0.158203125000 +-0.091796875000 +-0.054443359375 +-0.070312500000 +0.052978515625 +0.014526367188 +-0.196289062500 +0.006958007812 +-0.142578125000 +-0.030761718750 +-0.010009765625 +0.012145996094 +-0.039062500000 +0.030395507812 +0.031005859375 +-0.045654296875 +0.108398437500 +0.011596679688 +-0.146484375000 +0.049560546875 +0.007720947266 +0.009948730469 +-0.127929687500 +-0.044677734375 +0.135742187500 +0.043701171875 +-0.074218750000 +0.040039062500 +-0.150390625000 +-0.090820312500 +0.209960937500 +-0.237304687500 +-0.043212890625 +0.170898437500 +0.049804687500 +-0.037353515625 +-0.062988281250 +0.067871093750 +-0.022094726562 +-0.155273437500 +-0.121582031250 +-0.118164062500 +-0.055419921875 +-0.220703125000 +0.065429687500 +0.025512695312 +0.070800781250 +0.075195312500 +-0.053955078125 +-0.120117187500 +-0.115722656250 +0.075683593750 +-0.224609375000 +-0.116699218750 +-0.363281250000 +-0.132812500000 +0.048339843750 +-0.233398437500 +0.090332031250 +-0.133789062500 +-0.121093750000 +-0.001457214355 +-0.083496093750 +0.047851562500 +-0.059082031250 +-0.094238281250 +-0.054199218750 +-0.157226562500 +0.137695312500 +-0.175781250000 +0.585937500000 +-0.194335937500 +-0.281250000000 +-0.112792968750 +-0.012145996094 +0.031494140625 +-0.073242187500 +-0.022094726562 +0.092773437500 +-0.035888671875 +0.086425781250 +-0.000621795654 +-0.118164062500 +-0.030029296875 +-0.055908203125 +-0.275390625000 +-0.140625000000 +0.100585937500 +0.049804687500 +0.043701171875 +-0.486328125000 +-0.059326171875 +-0.145507812500 +-0.140625000000 +0.088867187500 +-0.174804687500 +0.147460937500 +-0.193359375000 +-0.004638671875 +-0.186523437500 +-0.248046875000 +0.166015625000 +-0.291015625000 +-0.359375000000 +-0.314453125000 +0.157226562500 +-0.044433593750 +-0.021972656250 +0.047607421875 +-0.020019531250 +-0.079589843750 +-0.199218750000 +-0.057373046875 +-0.030151367188 +-0.199218750000 +-0.165039062500 +-0.136718750000 +-0.380859375000 +-0.218750000000 +-0.080566406250 +-0.156250000000 +-0.076660156250 +-0.049804687500 +0.039550781250 +0.049072265625 +-0.189453125000 +0.022949218750 +0.019165039062 +0.064453125000 +0.005645751953 +-0.029052734375 +0.037109375000 +0.117187500000 +-0.055175781250 +0.163085937500 +-0.042236328125 +-0.380859375000 +0.235351562500 +0.007629394531 +-0.005096435547 +-0.251953125000 +-0.069824218750 +-1.132812500000 +0.249023437500 +-0.038574218750 +0.018920898438 +0.174804687500 +-0.326171875000 +-0.177734375000 +0.106445312500 +0.180664062500 +0.133789062500 +-0.089843750000 +-0.291015625000 +-0.149414062500 +-0.041748046875 +-0.071289062500 +0.004455566406 +0.004241943359 +0.124511718750 +0.057373046875 +0.000146865845 +-0.318359375000 +-0.040039062500 +0.080078125000 +0.024414062500 +-0.037841796875 +-0.184570312500 +0.066406250000 +0.246093750000 +-0.037353515625 +-0.088378906250 +0.039062500000 +0.058837890625 +-0.185546875000 +0.082031250000 +0.006195068359 +-0.054687500000 +-0.271484375000 +-0.183593750000 +-0.191406250000 +-0.255859375000 +-0.129882812500 +-0.061767578125 +-0.043212890625 +0.003524780273 +-0.018066406250 +-0.084472656250 +0.125976562500 +0.023925781250 +-0.320312500000 +-0.091308593750 +-0.012756347656 +0.000850677490 +-0.112792968750 +0.145507812500 +0.147460937500 +-0.119628906250 +-0.025024414062 +-0.133789062500 +-0.486328125000 +-0.004974365234 +0.016601562500 +-0.085937500000 +-0.005950927734 +-0.185546875000 +0.079101562500 +-0.026733398438 +0.261718750000 +0.059814453125 +0.241210937500 +-0.087402343750 +-0.088867187500 +0.147460937500 +-0.214843750000 +-0.030395507812 +-0.250000000000 +0.012207031250 +-0.466796875000 +0.181640625000 +-0.015869140625 +-0.189453125000 +0.047363281250 +0.157226562500 +0.087402343750 +-0.271484375000 +0.111328125000 +-0.003738403320 +-0.138671875000 +-0.229492187500 +-0.005676269531 +-0.006774902344 +0.255859375000 +-0.090332031250 +-0.273437500000 +-0.088378906250 +0.049560546875 +-0.090332031250 +-0.124023437500 +-0.065917968750 +-0.029418945312 +-0.007110595703 +-0.164062500000 +0.143554687500 +-0.066894531250 +-0.070800781250 +-0.156250000000 +0.049560546875 +0.263671875000 +0.015502929688 +0.027465820312 +-0.058349609375 +0.125976562500 +0.083496093750 +-0.240234375000 +-0.236328125000 +0.149414062500 +-0.230468750000 +-0.114746093750 +-0.094238281250 +0.004608154297 +-0.104003906250 +-0.075683593750 +-0.042724609375 +0.233398437500 +0.050048828125 +0.040527343750 +-0.151367187500 +-0.120605468750 +-0.158203125000 +-0.047851562500 +-0.056640625000 +0.176757812500 +0.013854980469 +0.083007812500 +-0.029418945312 +0.016845703125 +-0.310546875000 +0.083496093750 +0.099121093750 +0.063476562500 +0.062011718750 +-0.248046875000 +-0.072753906250 +0.038574218750 +-0.118164062500 +0.042236328125 +-0.135742187500 +-0.086914062500 +-0.027465820312 +0.169921875000 +-0.015991210938 +-0.119628906250 +0.039794921875 +0.037109375000 +-0.036132812500 +0.090332031250 +0.044433593750 +-0.337890625000 +0.146484375000 +0.047851562500 +0.036132812500 +0.020385742188 +-0.087402343750 +-0.009338378906 +-0.020507812500 +0.052490234375 +0.058105468750 +0.044677734375 +-0.175781250000 +0.093261718750 +0.181640625000 +0.170898437500 +0.041259765625 +-0.031738281250 +-0.034423828125 +0.129882812500 +-0.150390625000 +0.019042968750 +-0.061279296875 +0.190429687500 +-0.052490234375 +-0.008422851562 +0.086914062500 +0.069335937500 +0.054199218750 +-0.040527343750 +-0.070312500000 +0.078613281250 +0.041503906250 +0.039794921875 +0.371093750000 +-0.063964843750 +0.046875000000 +-0.018554687500 +-0.061035156250 +-0.076660156250 +0.021362304688 +0.118652343750 +-0.263671875000 +-0.195312500000 +-0.168945312500 +0.051025390625 +0.172851562500 +-0.151367187500 +-0.071777343750 +-0.110351562500 +0.039794921875 +-0.080566406250 +0.017944335938 +0.110351562500 +-0.137695312500 +-0.174804687500 +-0.287109375000 +-0.037597656250 +-0.218750000000 +0.174804687500 +-0.083984375000 +0.085937500000 +0.008789062500 +0.034912109375 +-0.117187500000 +0.018188476562 +0.011718750000 +-0.037841796875 +0.024414062500 +-0.015197753906 +-0.053955078125 +-0.140625000000 +-0.074707031250 +0.026123046875 +-0.048828125000 +0.102539062500 +-0.190429687500 +-0.050537109375 +-0.063964843750 +0.007873535156 +0.100097656250 +0.008483886719 +0.049316406250 +0.030517578125 +0.042480468750 +-0.004821777344 +-0.017944335938 +-0.018310546875 +0.000203132629 +-0.009582519531 +0.121582031250 +0.015747070312 +-0.027832031250 +-0.057373046875 +0.010009765625 +0.083984375000 +0.003799438477 +-0.049804687500 +-0.057128906250 +-0.005615234375 +-0.031982421875 +-0.010803222656 +-0.112304687500 +0.047607421875 +-0.010498046875 +-0.134765625000 +-0.006286621094 +0.035888671875 +-0.105468750000 +-0.046142578125 +0.049316406250 +0.083984375000 +-0.029785156250 +-0.474609375000 +0.246093750000 +0.039062500000 +-0.259765625000 +0.113769531250 +-0.243164062500 +0.003448486328 +-0.231445312500 +-0.033691406250 +-0.322265625000 +0.011169433594 +0.089843750000 +0.170898437500 +-0.001380920410 +-0.035400390625 +-0.036376953125 +0.019531250000 +-0.133789062500 +-0.008056640625 +0.009948730469 +0.004272460938 +0.133789062500 +0.013488769531 +0.038574218750 +-0.079589843750 +-0.160156250000 +0.034912109375 +-0.197265625000 +-0.134765625000 +-0.226562500000 +0.085937500000 +0.146484375000 +-0.027343750000 +-0.030517578125 +-0.009155273438 +0.021728515625 +0.079101562500 +0.056640625000 +-0.277343750000 +-0.043945312500 +0.010192871094 +0.056884765625 +-0.031127929688 +0.029541015625 +0.024414062500 +-0.077636718750 +0.123535156250 +-0.008361816406 +-0.128906250000 +-0.093261718750 +0.013488769531 +0.121093750000 +-0.151367187500 +-0.165039062500 +-0.093261718750 +0.112304687500 +0.206054687500 +0.050292968750 +-0.005187988281 +0.283203125000 +-0.154296875000 +-0.107421875000 +0.130859375000 +0.277343750000 +-0.024047851562 +-0.014099121094 +0.032470703125 +-0.011596679688 +-0.144531250000 +-0.277343750000 +-0.021362304688 +0.049072265625 +-0.049316406250 +0.017456054688 +-0.074707031250 +0.184570312500 +-0.053955078125 +0.204101562500 +-0.117187500000 +-0.026733398438 +0.209960937500 +-0.136718750000 +0.181640625000 +0.069335937500 +0.203125000000 +0.021362304688 +0.080566406250 +-0.042968750000 +0.088867187500 +-0.246093750000 +0.136718750000 +0.119628906250 +-0.175781250000 +-0.100097656250 +-0.221679687500 +0.158203125000 +0.160156250000 +-0.084472656250 +-0.243164062500 +0.195312500000 +0.040527343750 +0.131835937500 +0.057128906250 +-0.347656250000 +0.016967773438 +0.019042968750 +-0.024658203125 +-0.096679687500 +0.110839843750 +-0.144531250000 +-0.018432617188 +-0.025390625000 +0.018066406250 +0.179687500000 +0.034667968750 +-0.172851562500 +-0.138671875000 +0.057128906250 +-0.041503906250 +0.052490234375 +0.197265625000 +0.112792968750 +0.044677734375 +-0.005035400391 +-0.386718750000 +-0.314453125000 +0.089843750000 +0.114257812500 +0.067382812500 +0.030029296875 +0.122558593750 +0.152343750000 +-0.065917968750 +-0.644531250000 +0.051513671875 +-0.061279296875 +-0.021606445312 +-0.014404296875 +-0.022338867188 +-0.105957031250 +-0.151367187500 +-0.042968750000 +-0.043457031250 +-0.000221252441 +0.089355468750 +-0.120117187500 +-0.091308593750 +-0.167968750000 +-0.068359375000 +0.271484375000 +-0.036132812500 +0.056640625000 +0.015075683594 +-0.068359375000 +0.030883789062 +0.180664062500 +-0.267578125000 +0.000307083130 +-0.012145996094 +-0.145507812500 +0.132812500000 +-0.180664062500 +0.078125000000 +0.020385742188 +-0.062988281250 +0.192382812500 +0.234375000000 +-0.216796875000 +0.024902343750 +0.121093750000 +-0.116210937500 +0.013488769531 +-0.570312500000 +0.056152343750 +0.149414062500 +-0.065917968750 +-0.092285156250 +-0.207031250000 +-0.092773437500 +-0.218750000000 +0.066406250000 +-0.107421875000 +-0.431640625000 +-0.028930664062 +-0.147460937500 +-0.042968750000 +0.042236328125 +-0.085937500000 +-0.353515625000 +-0.257812500000 +0.157226562500 +0.014343261719 +0.000161170959 +0.009826660156 +0.137695312500 +-0.054199218750 +-0.144531250000 +-0.726562500000 +-0.060546875000 +-0.233398437500 +-0.022094726562 +-0.024536132812 +0.172851562500 +-0.057617187500 +0.007781982422 +-0.777343750000 +-0.039550781250 +0.037597656250 +-0.155273437500 +-0.308593750000 +0.085937500000 +-0.234375000000 +-0.158203125000 +0.063964843750 +-0.024169921875 +-0.163085937500 +-0.173828125000 +-0.310546875000 +-0.149414062500 +0.039550781250 +-0.353515625000 +0.022460937500 +-0.289062500000 +0.212890625000 +-0.012207031250 +-0.231445312500 +-0.322265625000 +-0.053955078125 +0.166992187500 +0.040771484375 +0.121093750000 +-0.234375000000 +0.050537109375 +-0.074707031250 +-0.245117187500 +-0.053466796875 +0.017456054688 +0.041748046875 +0.202148437500 +0.172851562500 +0.014099121094 +-0.012512207031 +0.049072265625 +0.129882812500 +-0.115722656250 +0.131835937500 +-0.300781250000 +0.011413574219 +-0.394531250000 +0.105957031250 +-0.050537109375 +0.150390625000 +-0.214843750000 +-0.073242187500 +-0.007049560547 +-0.138671875000 +0.049560546875 +0.111816406250 +0.157226562500 +-0.009277343750 +0.080078125000 +-0.570312500000 +-0.055908203125 +-0.016357421875 +-0.007415771484 +0.023071289062 +0.018554687500 +-0.096191406250 +-0.016479492188 +-0.431640625000 +-0.162109375000 +-1.460937500000 +0.246093750000 +-0.121582031250 +0.233398437500 +-0.065917968750 +0.224609375000 +0.244140625000 +-0.040039062500 +-0.412109375000 +-0.032714843750 +-0.236328125000 +0.053222656250 +0.196289062500 +0.014038085938 +-0.005950927734 +-0.124023437500 +0.147460937500 +0.058837890625 +-0.236328125000 +-0.003112792969 +0.062988281250 +0.065917968750 +-0.004364013672 +0.001380920410 +-0.110839843750 +0.014099121094 +-0.092285156250 +-0.015625000000 +0.103027343750 +0.129882812500 +0.091308593750 +0.333984375000 +0.123535156250 +-0.056396484375 +-0.034912109375 +0.057128906250 +0.019042968750 +0.153320312500 +0.038574218750 +-0.056152343750 +-0.034423828125 +-0.435546875000 +0.184570312500 +0.113281250000 +0.114746093750 +-0.199218750000 +-0.125000000000 +-0.070800781250 +-0.057373046875 +-0.025390625000 +0.171875000000 +0.130859375000 +-0.051757812500 +0.017089843750 +-0.215820312500 +-0.024902343750 +0.095703125000 +-0.034423828125 +-0.040527343750 +0.110839843750 +-0.006256103516 +-0.018066406250 +0.006103515625 +-0.292968750000 +0.100585937500 +-0.131835937500 +-0.081054687500 +0.064453125000 +0.038818359375 +-0.070800781250 +-0.039550781250 +0.200195312500 +0.144531250000 +-0.098144531250 +0.010314941406 +-0.056884765625 +0.064941406250 +-0.058837890625 +0.008605957031 +-0.104003906250 +-0.014038085938 +0.008789062500 +-0.198242187500 +0.123046875000 +0.009216308594 +0.130859375000 +0.180664062500 +0.035888671875 +0.160156250000 +-0.107910156250 +0.146484375000 +-0.008666992188 +-0.023437500000 +0.067871093750 +-0.032470703125 +-0.028198242188 +-0.125976562500 +0.192382812500 +-0.034667968750 +0.012451171875 +0.063476562500 +0.015747070312 +-0.080078125000 +-0.061035156250 +-0.010925292969 +-0.255859375000 +0.044677734375 +0.031127929688 +0.001251220703 +-0.148437500000 +-0.060058593750 +-0.061523437500 +-0.130859375000 +-0.012329101562 +0.049072265625 +-0.105468750000 +-0.004852294922 +-0.013610839844 +0.024047851562 +-0.064453125000 +0.015869140625 +-0.099609375000 +-0.335937500000 +-0.096191406250 +0.106933593750 +0.014343261719 +0.165039062500 +0.160156250000 +-0.040771484375 +-0.031982421875 +-0.050537109375 +0.090332031250 +-0.056884765625 +-0.031250000000 +0.121093750000 +0.212890625000 +0.019775390625 +-0.055419921875 +-0.089843750000 +0.134765625000 +0.157226562500 +-0.016357421875 +-0.010498046875 +-0.158203125000 +0.030029296875 +0.021972656250 +-0.219726562500 +0.020263671875 +0.001480102539 +0.171875000000 +0.033203125000 +0.190429687500 +-0.009277343750 +0.001159667969 +0.200195312500 +-0.010864257812 +-0.059570312500 +0.053222656250 +-0.032714843750 +-0.104003906250 +0.019042968750 +-0.047607421875 +0.078125000000 +0.042480468750 +-0.116699218750 +-0.145507812500 +-0.060791015625 +-0.085449218750 +0.080078125000 +0.026000976562 +0.144531250000 +0.015441894531 +-0.106933593750 +-0.047363281250 +-0.132812500000 +-0.026489257812 +-0.015319824219 +-0.071777343750 +0.018798828125 +-0.063964843750 +-0.062988281250 +-0.011779785156 +0.133789062500 +0.016235351562 +-0.030395507812 +0.010620117188 +-0.066406250000 +-0.028808593750 +0.101562500000 +0.022094726562 +0.074707031250 +-0.166992187500 +-0.013977050781 +0.117187500000 +-0.110351562500 +0.144531250000 +-0.028198242188 +0.073730468750 +0.145507812500 +0.082519531250 +-0.001174926758 +-0.114257812500 +-0.177734375000 +0.074218750000 +-0.087890625000 +0.003585815430 +-0.098144531250 +-0.115722656250 +0.085449218750 +0.029907226562 +-0.316406250000 +0.148437500000 +0.126953125000 +0.137695312500 +0.063964843750 +0.132812500000 +0.119140625000 +-0.149414062500 +-0.054199218750 +-0.065917968750 +0.195312500000 +0.041259765625 +0.093261718750 +0.115722656250 +0.084960937500 +-0.028686523438 +0.103027343750 +0.011657714844 +0.118652343750 +-0.001350402832 +0.134765625000 +0.028930664062 +-0.032958984375 +-0.049804687500 +-0.004486083984 +0.052734375000 +-0.019409179688 +-0.041748046875 +-0.042480468750 +-0.013366699219 +0.020263671875 +0.009826660156 +-0.200195312500 +-0.015502929688 +0.012878417969 +0.032958984375 +0.050781250000 +0.003082275391 +0.024169921875 +0.001808166504 +0.096191406250 +0.061523437500 +0.024536132812 +-0.051269531250 +0.038330078125 +0.083984375000 +-0.056152343750 +-0.114746093750 +0.173828125000 +0.037109375000 +0.017211914062 +-0.049316406250 +-0.013671875000 +0.048583984375 +0.001487731934 +0.010192871094 +0.093750000000 +-0.026367187500 +0.132812500000 +0.060058593750 +-0.246093750000 +-0.176757812500 +0.104492187500 +0.032714843750 +-0.050292968750 +0.104492187500 +-0.184570312500 +-0.027832031250 +-0.001296997070 +-0.177734375000 +0.033691406250 +-0.110351562500 +-0.061767578125 +0.087890625000 +-0.047363281250 +-0.121093750000 +0.003555297852 +0.148437500000 +0.208007812500 +0.035644531250 +0.187500000000 +-0.056396484375 +0.144531250000 +0.000368118286 +-0.039550781250 +0.026855468750 +-0.052734375000 +-0.035888671875 +-0.036132812500 +0.125000000000 +-0.181640625000 +0.062255859375 +-0.511718750000 +0.023071289062 +0.009033203125 +0.010437011719 +-0.178710937500 +0.001121520996 +0.100585937500 +-0.048828125000 +-0.088378906250 +0.000381469727 +-0.080566406250 +0.007690429688 +0.047851562500 +0.077636718750 +-0.068847656250 +0.029174804688 +-0.085937500000 +-0.080566406250 +-0.000135421753 +-0.041015625000 +-0.101562500000 +0.023559570312 +0.078613281250 +0.062011718750 +-0.056884765625 +0.134765625000 +0.060546875000 +0.148437500000 +-0.075683593750 +-0.244140625000 +0.017944335938 +-0.057373046875 +-0.306640625000 +-0.125000000000 +0.123535156250 +-0.002212524414 +-0.173828125000 +0.089843750000 +-0.183593750000 +-0.333984375000 +0.075683593750 +-0.136718750000 +0.103515625000 +-0.132812500000 +0.022583007812 +0.061523437500 +-0.052490234375 +0.043701171875 +-0.291015625000 +-0.016113281250 +-0.131835937500 +-0.031982421875 +0.007690429688 +0.046142578125 +-0.026611328125 +0.008789062500 +0.018066406250 +0.012023925781 +-0.031738281250 +-0.025512695312 +-0.037109375000 +0.123046875000 +-0.120117187500 +0.049560546875 +-0.500000000000 +-0.033935546875 +-0.095703125000 +0.052001953125 +-0.294921875000 +0.112792968750 +-0.021606445312 +-0.190429687500 +-0.166992187500 +0.014648437500 +-0.064941406250 +-0.210937500000 +-0.026367187500 +0.083496093750 +-0.217773437500 +0.094238281250 +-0.233398437500 +-0.146484375000 +-0.044433593750 +0.380859375000 +-0.150390625000 +0.039794921875 +0.165039062500 +0.050292968750 +0.048339843750 +-0.033691406250 +-0.056152343750 +-0.052001953125 +0.068359375000 +0.117187500000 +-0.147460937500 +-0.289062500000 +-0.067382812500 +-0.125000000000 +0.310546875000 +-0.032226562500 +-0.063964843750 +0.145507812500 +-0.291015625000 +-0.018188476562 +0.111328125000 +-0.103515625000 +-0.155273437500 +0.283203125000 +-0.081054687500 +0.059082031250 +0.061523437500 +0.120117187500 +-0.187500000000 +-0.156250000000 +0.125976562500 +-0.010375976562 +-0.067871093750 +-0.023193359375 +-0.007324218750 +0.128906250000 +-0.016357421875 +-0.131835937500 +0.052246093750 +0.106445312500 +0.031494140625 +0.251953125000 +-0.157226562500 +-0.062988281250 +-0.332031250000 +0.053222656250 +-0.104492187500 +0.021972656250 +0.089843750000 +0.006347656250 +-0.071289062500 +-0.050048828125 +-0.289062500000 +-0.018432617188 +-0.112304687500 +0.016967773438 +-0.030639648438 +-0.127929687500 +-0.106933593750 +0.032958984375 +-0.257812500000 +-0.139648437500 +-0.057128906250 +-0.126953125000 +-0.175781250000 +-0.084472656250 +0.050781250000 +0.078125000000 +-0.065917968750 +0.005249023438 +-0.196289062500 +-0.039550781250 +0.061767578125 +-0.049072265625 +-0.127929687500 +0.121582031250 +0.081542968750 +0.025756835938 +0.085449218750 +0.020751953125 +-0.067871093750 +0.166015625000 +-0.347656250000 +-0.172851562500 +0.101562500000 +-0.242187500000 +-0.390625000000 +-0.022705078125 +-0.169921875000 +-0.041992187500 +-0.037841796875 +0.082031250000 +-0.098632812500 +-0.277343750000 +0.058349609375 +0.065917968750 +-0.103027343750 +0.079101562500 +0.235351562500 +0.017700195312 +0.074707031250 +-0.137695312500 +-0.041015625000 +-0.040283203125 +0.095703125000 +0.067382812500 +0.150390625000 +0.003051757812 +-0.078125000000 +0.028442382812 +-0.108398437500 +-0.474609375000 +0.184570312500 +0.015075683594 +0.025512695312 +-0.048095703125 +-0.049072265625 +0.025634765625 +-0.052490234375 +0.032470703125 +-0.147460937500 +-0.004455566406 +-0.179687500000 +0.193359375000 +0.061523437500 +-0.199218750000 +-0.174804687500 +-0.072265625000 +0.052490234375 +0.028686523438 +0.099121093750 +0.173828125000 +-0.044433593750 +-0.117187500000 +-0.154296875000 +-0.023437500000 +-0.041748046875 +-0.014038085938 +-0.004882812500 +0.125000000000 +0.105957031250 +0.040039062500 +0.022705078125 +0.008483886719 +-0.162109375000 +0.068847656250 +-0.281250000000 +-0.094238281250 +0.121582031250 +-0.200195312500 +-0.063964843750 +0.219726562500 +-0.109375000000 +0.134765625000 +0.057128906250 +0.079101562500 +0.013854980469 +0.142578125000 +0.005065917969 +-0.263671875000 +-0.333984375000 +-0.019775390625 +-0.118164062500 +0.028320312500 +0.084472656250 +-0.037841796875 +-0.015441894531 +-0.041748046875 +-0.024780273438 +0.017822265625 +0.179687500000 +0.007476806641 +0.123046875000 +0.051757812500 +-0.007324218750 +0.037597656250 +0.114257812500 +-0.010864257812 +-0.042480468750 +-0.108886718750 +0.007873535156 +-0.008056640625 +-0.004150390625 +0.124511718750 +-0.077636718750 +-0.016845703125 +-0.001426696777 +0.084472656250 +0.091308593750 +-0.111328125000 +-0.044433593750 +-0.022583007812 +0.107421875000 +0.042236328125 +0.010620117188 +-0.007476806641 +-0.000347137451 +-0.054687500000 +0.042236328125 +0.106933593750 +0.006347656250 +-0.015075683594 +-0.067871093750 +0.139648437500 +-0.024780273438 +-0.124023437500 +-0.122558593750 +-0.037597656250 +-0.464843750000 +0.042480468750 +-0.142578125000 +-0.074218750000 +-0.006317138672 +-0.015625000000 +0.043457031250 +-0.050781250000 +0.343750000000 +0.007781982422 +0.061279296875 +-0.159179687500 +0.093750000000 +0.014465332031 +0.150390625000 +-0.040283203125 +-0.018432617188 +0.040527343750 +0.204101562500 +0.076171875000 +-0.035400390625 +-0.159179687500 +-0.060302734375 +0.018066406250 +-0.160156250000 +-0.019042968750 +-0.125976562500 +0.017822265625 +0.121093750000 +-0.004821777344 +0.015502929688 +0.033203125000 +-0.157226562500 +-0.094726562500 +0.078125000000 +0.029785156250 +0.060791015625 +-0.059570312500 +-0.020263671875 +-0.090820312500 +-0.108398437500 +0.053710937500 +0.090820312500 +0.072265625000 +0.015441894531 +-0.019165039062 +0.043945312500 +-0.371093750000 +-0.086425781250 +-0.021728515625 +0.271484375000 +0.065429687500 +0.056640625000 +0.147460937500 +0.069824218750 +0.076171875000 +0.005523681641 +-0.104980468750 +0.171875000000 +0.206054687500 +-0.042480468750 +0.104980468750 +-0.124511718750 +-0.006958007812 +-0.183593750000 +-0.102539062500 +0.019531250000 +-0.082031250000 +0.182617187500 +-0.047363281250 +-0.012023925781 +-0.055908203125 +0.136718750000 +-0.007598876953 +0.082031250000 +0.061767578125 +0.130859375000 +0.138671875000 +-0.056640625000 +0.037841796875 +-0.134765625000 +0.090332031250 +0.155273437500 +0.149414062500 +-0.100585937500 +-0.242187500000 +0.167968750000 +-0.039062500000 +-0.048828125000 +0.097167968750 +-0.021728515625 +0.037597656250 +-0.196289062500 +0.028442382812 +0.019042968750 +-0.025146484375 +-0.322265625000 +-0.153320312500 +0.144531250000 +0.151367187500 +-0.036621093750 +-0.302734375000 +0.029296875000 +0.019531250000 +0.105468750000 +0.083496093750 +0.113769531250 +0.052490234375 +0.097167968750 +0.031250000000 +-0.001457214355 +-0.045166015625 +0.287109375000 +0.115234375000 +0.040527343750 +-0.488281250000 +-0.470703125000 +0.180664062500 +0.121582031250 +-0.032470703125 +-0.031005859375 +0.130859375000 +0.000448226929 +0.026733398438 +0.035888671875 +0.093261718750 +-0.017211914062 +0.005401611328 +0.143554687500 +-0.004699707031 +0.066894531250 +-0.077148437500 +0.010314941406 +0.000337600708 +-0.131835937500 +0.023803710938 +-0.067382812500 +0.119140625000 +-0.081542968750 +0.092773437500 +-0.168945312500 +0.038330078125 +-0.289062500000 +-0.109863281250 +-0.143554687500 +-0.207031250000 +-0.047607421875 +-0.412109375000 +0.005035400391 +0.081054687500 +-0.038330078125 +-0.043457031250 +0.042480468750 +0.006378173828 +-0.145507812500 +-0.175781250000 +-0.292968750000 +0.119628906250 +-0.021362304688 +0.055419921875 +-0.394531250000 +-0.179687500000 +-0.009887695312 +-0.078613281250 +0.231445312500 +-0.275390625000 +0.394531250000 +-0.011413574219 +0.001571655273 +-0.013610839844 +0.070312500000 +-0.102539062500 +-0.166992187500 +-0.049560546875 +0.014770507812 +0.002487182617 +0.101074218750 +0.031494140625 +-0.072265625000 +-0.173828125000 +-0.077636718750 +0.206054687500 +0.053955078125 +0.029663085938 +-0.021850585938 +0.018920898438 +-0.002700805664 +-0.105468750000 +0.050292968750 +-0.107910156250 +0.011169433594 +0.014709472656 +0.058105468750 +-0.017333984375 +0.013305664062 +-0.102539062500 +0.015625000000 +0.075195312500 +-0.005554199219 +-0.094238281250 +-0.053710937500 +0.036376953125 +-0.004394531250 +0.183593750000 +-0.127929687500 +0.105957031250 +0.250000000000 +0.029541015625 +-0.009155273438 +-0.114746093750 +-0.285156250000 +0.035400390625 +0.166992187500 +0.063964843750 +0.188476562500 +-0.065917968750 +0.028686523438 +0.150390625000 +-0.081542968750 +-0.371093750000 +-0.353515625000 +0.058349609375 +-0.133789062500 +-0.166015625000 +0.148437500000 +-0.304687500000 +0.100585937500 +-0.234375000000 +0.265625000000 +0.182617187500 +0.160156250000 +0.039306640625 +0.039306640625 +-0.026123046875 +-0.083496093750 +-0.131835937500 +-0.163085937500 +-0.102050781250 +-0.068847656250 +-0.141601562500 +-0.167968750000 +-0.242187500000 +-0.041259765625 +-0.141601562500 +-0.095214843750 +-0.341796875000 +0.250000000000 +0.005615234375 +-0.105468750000 +0.026855468750 +-0.312500000000 +0.119140625000 +-0.017944335938 +-0.109375000000 +-0.043212890625 +0.010498046875 +-0.110351562500 +-0.050537109375 +-0.021240234375 +-0.671875000000 +-0.097167968750 +-0.079101562500 +-0.054199218750 +-0.423828125000 +0.056152343750 +0.006683349609 +0.063476562500 +0.024291992188 +-0.351562500000 +0.173828125000 +0.271484375000 +-0.117675781250 +-0.233398437500 +-0.201171875000 +0.114257812500 +0.201171875000 +0.235351562500 +0.304687500000 +-0.047363281250 +0.006317138672 +0.034423828125 +0.039062500000 +-0.163085937500 +-0.073730468750 +-0.098632812500 +-0.035644531250 +-0.245117187500 +0.130859375000 +0.125000000000 +-0.128906250000 +-0.213867187500 +-0.001144409180 +0.165039062500 +0.195312500000 +0.042480468750 +-0.217773437500 +-0.306640625000 +0.120605468750 +-0.072753906250 +-0.012084960938 +-0.052978515625 +-0.012878417969 +-0.063476562500 +0.192382812500 +0.034667968750 +-0.033691406250 +-0.031738281250 +-0.077148437500 +0.072753906250 +-0.240234375000 +0.059082031250 +-0.004180908203 +-0.030883789062 +0.099609375000 +-0.116699218750 +0.036621093750 +-0.910156250000 +-0.136718750000 +0.222656250000 +-0.010620117188 +-0.146484375000 +0.015869140625 +-0.051513671875 +-0.030151367188 +0.029418945312 +-0.044677734375 +-0.009399414062 +-0.390625000000 +0.166992187500 +-0.076660156250 +0.126953125000 +-0.052734375000 +-0.324218750000 +-0.179687500000 +-0.000432968140 +-0.188476562500 +-0.184570312500 +0.085449218750 +0.170898437500 +0.007812500000 +0.143554687500 +-0.032470703125 +-0.140625000000 +-0.028686523438 +-0.047607421875 +0.110351562500 +-0.203125000000 +-0.012512207031 +-0.067871093750 +-0.061035156250 +-0.136718750000 +0.084472656250 +-0.186523437500 +0.069335937500 +0.038330078125 +-0.026855468750 +0.031250000000 +-0.061767578125 +0.363281250000 +-1.882812500000 +-0.574218750000 +0.035644531250 +0.113769531250 +-0.063476562500 +0.121093750000 +-0.089843750000 +0.038330078125 +-0.156250000000 +0.067871093750 +0.125976562500 +-0.267578125000 +0.099609375000 +0.088867187500 +0.030273437500 +-0.093261718750 +-0.118164062500 +0.001098632812 +0.081054687500 +-0.277343750000 +0.003692626953 +-0.119140625000 +-0.332031250000 +-0.112304687500 +-1.265625000000 +-0.726562500000 +-0.189453125000 +0.024047851562 +0.028320312500 +0.011657714844 +0.025146484375 +0.046875000000 +-0.115234375000 +0.164062500000 +0.083496093750 +0.067382812500 +0.105957031250 +-0.085449218750 +0.083984375000 +0.072265625000 +-0.023925781250 +-0.059082031250 +0.166015625000 +0.097656250000 +0.178710937500 +-0.091796875000 +-0.067382812500 +0.114746093750 +-0.029541015625 +-0.137695312500 +-0.013427734375 +0.024902343750 +-0.012634277344 +-0.113769531250 +0.113769531250 +-0.005615234375 +0.097167968750 +0.039794921875 +0.213867187500 +0.053955078125 +-0.083984375000 +-0.086425781250 +-0.238281250000 +0.070312500000 +-1.234375000000 +-0.660156250000 +-0.036376953125 +0.143554687500 +0.004150390625 +0.126953125000 +0.048339843750 +-0.034423828125 +0.216796875000 +0.132812500000 +-0.065917968750 +-0.028198242188 +-0.001701354980 +0.088867187500 +0.160156250000 +-0.041503906250 +-0.051025390625 +-0.227539062500 +0.103515625000 +-0.073242187500 +-0.056884765625 +0.046630859375 +0.012023925781 +-0.066894531250 +-1.007812500000 +-0.447265625000 +-0.075195312500 +-0.130859375000 +-0.076171875000 +0.032226562500 +-0.017333984375 +-0.016479492188 +-0.057373046875 +0.109863281250 +0.156250000000 +0.105468750000 +-0.084960937500 +-0.043457031250 +-0.019287109375 +-0.131835937500 +0.085449218750 +-0.203125000000 +0.168945312500 +-0.128906250000 +0.275390625000 +0.166015625000 +0.055175781250 +-0.008178710938 +-0.049316406250 +-0.066894531250 +0.054931640625 +-0.107421875000 +0.005950927734 +-0.059814453125 +0.066894531250 +-0.005584716797 +-0.014770507812 +0.339843750000 +0.259765625000 +-0.125976562500 +0.406250000000 +0.189453125000 +0.086914062500 +0.057373046875 +-0.016113281250 +0.097167968750 +0.031127929688 +0.269531250000 +-0.001022338867 +0.040527343750 +0.000453948975 +-0.012268066406 +0.273437500000 +-0.062011718750 +0.115722656250 +-0.059326171875 +-0.109863281250 +-0.112304687500 +-0.122070312500 +0.121093750000 +0.022583007812 +-0.250000000000 +-0.058349609375 +-0.008361816406 +-0.053710937500 +-0.077148437500 +0.025756835938 +0.012207031250 +0.102539062500 +-0.060546875000 +-0.029174804688 +0.111328125000 +-0.009094238281 +0.025146484375 +-0.073730468750 +-0.087890625000 +-0.001853942871 +-0.138671875000 +0.099609375000 +-0.212890625000 +0.073242187500 +-0.053710937500 +-0.076660156250 +-0.060791015625 +0.000877380371 +-0.030395507812 +-0.058593750000 +0.193359375000 +-0.040771484375 +0.062988281250 +-0.025268554688 +-0.043457031250 +-0.009765625000 +-0.085937500000 +-0.077148437500 +0.066406250000 +0.164062500000 +0.150390625000 +0.189453125000 +0.060302734375 +0.204101562500 +0.083007812500 +0.030761718750 +0.149414062500 +-0.125000000000 +0.024291992188 +0.070312500000 +0.177734375000 +0.024047851562 +0.010009765625 +0.066894531250 +0.123535156250 +0.004333496094 +0.120117187500 +0.037841796875 +0.005126953125 +0.012084960938 +-0.053466796875 +-0.068359375000 +-0.189453125000 +0.021484375000 +0.018432617188 +0.071777343750 +-0.026367187500 +-0.074707031250 +-0.208007812500 +0.017211914062 +0.014038085938 +-0.012268066406 +-0.047607421875 +0.117187500000 +0.013061523438 +0.061767578125 +-0.357421875000 +-0.158203125000 +0.079589843750 +-0.074707031250 +0.035888671875 +-0.221679687500 +0.220703125000 +-0.098144531250 +-0.122558593750 +0.109375000000 +-0.273437500000 +0.208984375000 +0.130859375000 +-0.170898437500 +0.095214843750 +-0.005157470703 +-0.306640625000 +-0.023071289062 +0.112304687500 +-0.511718750000 +-0.178710937500 +-0.078613281250 +-0.008300781250 +-0.022094726562 +-0.011047363281 +0.176757812500 +-0.144531250000 +-0.296875000000 +-0.308593750000 +-0.070312500000 +-0.025878906250 +-0.004882812500 +0.142578125000 +0.199218750000 +-0.093750000000 +-0.271484375000 +0.146484375000 +0.003601074219 +0.179687500000 +0.004669189453 +-0.034179687500 +0.147460937500 +-0.027465820312 +0.008544921875 +-0.122558593750 +-0.010314941406 +-0.029785156250 +0.003295898438 +-0.111328125000 +0.124511718750 +-0.041015625000 +0.034179687500 +-0.146484375000 +-0.106445312500 +-0.063964843750 +-0.204101562500 +-0.014343261719 +0.208984375000 +0.035888671875 +-0.003723144531 +-0.175781250000 +0.052490234375 +-0.030883789062 +-0.210937500000 +-0.406250000000 +0.023803710938 +0.007019042969 +-0.055175781250 +0.013977050781 +0.020385742188 +0.249023437500 +0.048339843750 +0.004425048828 +0.223632812500 +-0.212890625000 +0.013977050781 +0.170898437500 +-0.291015625000 +-0.482421875000 +-0.004302978516 +-0.318359375000 +-0.070800781250 +-0.292968750000 +-0.132812500000 +-0.106445312500 +0.046630859375 +0.093261718750 +0.099609375000 +-0.098144531250 +0.192382812500 +0.112792968750 +-0.064941406250 +-0.421875000000 +0.048339843750 +-0.041503906250 +0.068359375000 +0.137695312500 +0.277343750000 +0.103027343750 +-0.312500000000 +0.060791015625 +0.291015625000 +-0.359375000000 +-0.046386718750 +-0.053710937500 +0.110351562500 +-0.105957031250 +-0.066406250000 +-0.143554687500 +-0.036621093750 +-0.039550781250 +-0.058837890625 +-0.012939453125 +0.251953125000 +0.064941406250 +0.081054687500 +-0.341796875000 +0.062500000000 +-0.013183593750 +-0.017700195312 +-0.143554687500 +0.093750000000 +-0.166992187500 +0.238281250000 +-0.096191406250 +-0.273437500000 +-0.054199218750 +0.165039062500 +-0.014770507812 +0.006042480469 +-0.077148437500 +0.038085937500 +0.233398437500 +-0.105468750000 +0.096679687500 +-0.283203125000 +0.195312500000 +0.101074218750 +-0.089355468750 +-0.068847656250 +-0.051757812500 +0.123046875000 +0.005645751953 +-0.875000000000 +-0.369140625000 +-0.028564453125 +0.022949218750 +-0.018432617188 +0.155273437500 +0.001663208008 +-0.086914062500 +0.182617187500 +0.023925781250 +-0.010192871094 +0.166992187500 +-0.135742187500 +-0.246093750000 +0.091796875000 +0.143554687500 +0.024291992188 +-0.005828857422 +-0.126953125000 +0.071289062500 +0.011413574219 +0.156250000000 +0.026245117188 +-0.292968750000 +-0.017578125000 +0.038085937500 +-0.132812500000 +-0.120605468750 +-0.191406250000 +-0.082519531250 +-0.339843750000 +-0.146484375000 +-0.019775390625 +0.068359375000 +0.207031250000 +-0.066406250000 +0.072753906250 +-0.404296875000 +0.058837890625 +-0.006561279297 +-0.080078125000 +-0.035156250000 +0.206054687500 +-0.243164062500 +-0.149414062500 +-0.229492187500 +0.057128906250 +0.142578125000 +-0.059814453125 +0.143554687500 +-0.220703125000 +0.169921875000 +0.189453125000 +0.086425781250 +-0.051025390625 +-0.392578125000 +-0.263671875000 +0.030029296875 +0.100585937500 +-0.247070312500 +0.003265380859 +0.048583984375 +0.073242187500 +-0.010559082031 +-1.085937500000 +-0.644531250000 +0.089843750000 +-0.084960937500 +-0.074707031250 +0.049560546875 +0.018066406250 +-0.085937500000 +-0.097167968750 +0.127929687500 +0.057617187500 +0.136718750000 +0.045410156250 +-0.080078125000 +-0.108398437500 +-0.073242187500 +-0.219726562500 +-0.104492187500 +0.048828125000 +0.077636718750 +0.046142578125 +0.114746093750 +-0.051757812500 +-0.470703125000 +0.003738403320 +0.043701171875 +-0.037353515625 +-0.057617187500 +-0.072265625000 +0.124511718750 +-0.142578125000 +-0.033447265625 +-0.005859375000 +0.059082031250 +0.159179687500 +0.103027343750 +-0.013916015625 +-0.300781250000 +0.056396484375 +-0.025756835938 +-0.052246093750 +-0.145507812500 +0.152343750000 +-0.318359375000 +0.025268554688 +-0.263671875000 +0.077148437500 +-0.037109375000 +0.231445312500 +-0.367187500000 +-0.138671875000 +-0.019042968750 +0.123046875000 +-0.014587402344 +-0.173828125000 +-0.173828125000 +-0.182617187500 +0.063964843750 +0.018310546875 +0.081054687500 +0.038574218750 +-0.100585937500 +0.113281250000 +0.020385742188 +0.023193359375 +-0.265625000000 +0.094726562500 +0.109863281250 +-0.003845214844 +0.086425781250 +-0.064453125000 +-0.092285156250 +-0.174804687500 +-0.039062500000 +-0.060546875000 +-0.004699707031 +-0.027465820312 +-0.061767578125 +0.134765625000 +-0.267578125000 +-0.024291992188 +0.032470703125 +0.163085937500 +0.081542968750 +-0.145507812500 +0.102050781250 +0.034667968750 +-0.160156250000 +-0.023803710938 +-0.133789062500 +0.182617187500 +0.146484375000 +-0.024169921875 +-0.037841796875 +0.089355468750 +-0.008178710938 +0.040039062500 +-0.053466796875 +0.047119140625 +-0.011657714844 +-0.042968750000 +0.078613281250 +-0.049804687500 +-0.042724609375 +-0.057861328125 +-0.099609375000 +0.045166015625 +-0.177734375000 +0.031250000000 +0.052001953125 +0.205078125000 +-0.093261718750 +0.251953125000 +-0.400390625000 +0.081054687500 +-0.033203125000 +-0.133789062500 +-0.199218750000 +-0.161132812500 +0.174804687500 +0.034179687500 +0.095214843750 +-0.001625061035 +-0.083984375000 +-0.001220703125 +0.060058593750 +-0.108886718750 +0.089843750000 +-0.006988525391 +-0.059082031250 +-0.076660156250 +-0.001518249512 +-0.032470703125 +-0.038818359375 +-0.081054687500 +-0.053710937500 +-0.171875000000 +0.015197753906 +-0.039550781250 +0.010742187500 +0.025390625000 +-0.064453125000 +0.087890625000 +-0.146484375000 +0.187500000000 +0.073730468750 +0.064941406250 +0.073242187500 +0.037353515625 +0.120117187500 +0.029052734375 +0.080078125000 +-0.045654296875 +-0.042724609375 +0.007598876953 +-0.014892578125 +-0.033691406250 +-0.013305664062 +0.070312500000 +0.053710937500 +0.068847656250 +-0.095214843750 +-0.001380920410 +-0.140625000000 +-0.045410156250 +-0.051513671875 +-0.107910156250 +0.052490234375 +-0.050048828125 +-0.135742187500 +0.060302734375 +-0.052246093750 +-0.050048828125 +0.018310546875 +0.183593750000 +-0.000204086304 +0.087890625000 +0.028320312500 +0.110839843750 +-0.131835937500 +0.113281250000 +0.197265625000 +0.361328125000 +-0.168945312500 +0.135742187500 +0.002731323242 +-0.191406250000 +-0.222656250000 +0.105468750000 +-0.005676269531 +0.024658203125 +-0.003372192383 +-0.099121093750 +-0.053710937500 +-0.072265625000 +-0.075683593750 +0.158203125000 +-0.376953125000 +0.013916015625 +0.046386718750 +-0.015319824219 +-0.062988281250 +-0.069824218750 +-0.002517700195 +0.023315429688 +0.200195312500 +0.002777099609 +-0.023437500000 +-0.141601562500 +-0.410156250000 +-0.122070312500 +0.135742187500 +-0.144531250000 +0.185546875000 +0.124511718750 +-0.134765625000 +-0.099609375000 +0.020874023438 +-0.069335937500 +-0.015197753906 +0.024536132812 +0.040039062500 +-0.043212890625 +-0.020385742188 +0.100585937500 +0.180664062500 +-0.098632812500 +-0.005706787109 +0.046142578125 +-0.181640625000 +0.005462646484 +0.057617187500 +-0.005493164062 +0.279296875000 +-0.029785156250 +0.040283203125 +0.033447265625 +-0.073242187500 +0.019653320312 +0.000667572021 +-0.001258850098 +0.027709960938 +-0.008483886719 +0.015563964844 +-0.026000976562 +-0.191406250000 +-0.013671875000 +-0.002822875977 +0.052246093750 +-0.113769531250 +0.054931640625 +0.183593750000 +-0.269531250000 +0.004547119141 +0.115722656250 +0.075683593750 +0.173828125000 +-0.064941406250 +0.070312500000 +0.076171875000 +-0.112304687500 +-0.192382812500 +-0.091308593750 +0.120117187500 +-0.035644531250 +-0.083007812500 +-0.065917968750 +0.049072265625 +0.005859375000 +-0.121093750000 +-0.058349609375 +0.029174804688 +0.164062500000 +-0.343750000000 +-0.076660156250 +0.095703125000 +-0.546875000000 +0.019653320312 +-0.026245117188 +0.040527343750 +-0.017089843750 +0.057861328125 +-0.018920898438 +0.021118164062 +0.026977539062 +-0.099609375000 +-0.058105468750 +0.008972167969 +0.044433593750 +0.128906250000 +0.052490234375 +-0.061279296875 +-0.049072265625 +-0.253906250000 +0.107910156250 +-0.015563964844 +-0.045166015625 +-0.359375000000 +-0.180664062500 +0.169921875000 +-0.030883789062 +-0.049316406250 +0.119140625000 +-0.047607421875 +-0.031982421875 +0.031982421875 +0.044189453125 +0.015991210938 +0.005859375000 +0.020874023438 +-0.053222656250 +0.000324249268 +0.020141601562 +0.090820312500 +-0.332031250000 +-0.016357421875 +0.015869140625 +0.155273437500 +-0.059082031250 +-0.326171875000 +0.124511718750 +0.216796875000 +-0.125976562500 +0.056884765625 +-0.004699707031 +0.002349853516 +-0.041748046875 +0.128906250000 +0.104492187500 +-0.013549804688 +0.020141601562 +-0.028442382812 +0.071777343750 +-0.219726562500 +-0.033691406250 +0.028198242188 +-0.178710937500 +-0.057128906250 +0.026733398438 +0.077148437500 +-0.347656250000 +-0.153320312500 +-0.030639648438 +0.055908203125 +-0.085449218750 +0.054443359375 +-0.046630859375 +-0.021240234375 +0.027465820312 +0.109863281250 +-0.015258789062 +0.060791015625 +-0.143554687500 +0.097167968750 +-0.078613281250 +-0.074218750000 +-0.035888671875 +0.100585937500 +0.051269531250 +-0.267578125000 +0.095703125000 +-0.074707031250 +0.006652832031 +0.189453125000 +-0.269531250000 +0.024047851562 +0.076171875000 +0.019653320312 +0.060058593750 +-0.142578125000 +0.032470703125 +0.032958984375 +-0.040527343750 +-0.049804687500 +0.040039062500 +0.020629882812 +0.077636718750 +0.253906250000 +-0.330078125000 +0.093750000000 +0.073730468750 +-0.084472656250 +-0.632812500000 +-0.253906250000 +0.275390625000 +0.034179687500 +-0.414062500000 +0.086425781250 +0.166992187500 +-0.227539062500 +-0.237304687500 +-0.061035156250 +0.056640625000 +-0.098632812500 +0.155273437500 +-0.055908203125 +-0.052490234375 +-0.051025390625 +-0.120605468750 +-0.009643554688 +-0.121582031250 +0.017700195312 +0.212890625000 +-0.222656250000 +-0.273437500000 +0.141601562500 +0.211914062500 +0.016845703125 +-0.003662109375 +0.279296875000 +0.012084960938 +-1.210937500000 +-0.001182556152 +0.092773437500 +0.051269531250 +0.116699218750 +-0.209960937500 +0.052978515625 +0.058837890625 +0.128906250000 +-0.036865234375 +0.214843750000 +-0.071289062500 +-0.179687500000 +-0.078125000000 +0.098632812500 +-0.239257812500 +-0.052001953125 +-0.312500000000 +0.060302734375 +-0.390625000000 +-0.482421875000 +-0.067382812500 +0.036865234375 +-0.074707031250 +-0.083496093750 +-0.011108398438 +0.142578125000 +-0.065917968750 +-0.183593750000 +0.140625000000 +0.124023437500 +0.027343750000 +0.253906250000 +0.034179687500 +-0.009826660156 +-0.125000000000 +-0.050292968750 +0.178710937500 +0.058349609375 +-0.515625000000 +-0.065917968750 +0.345703125000 +-0.185546875000 +-0.015502929688 +-0.023315429688 +-0.015502929688 +0.038574218750 +0.203125000000 +-0.100097656250 +-0.380859375000 +-0.133789062500 +0.238281250000 +0.067382812500 +-0.175781250000 +-0.163085937500 +-0.129882812500 +0.029418945312 +-0.008728027344 +0.029174804688 +0.220703125000 +0.097656250000 +-0.087890625000 +0.028930664062 +0.016357421875 +0.006622314453 +0.042236328125 +0.016113281250 +0.073242187500 +0.042480468750 +-0.255859375000 +0.155273437500 +0.179687500000 +-0.073730468750 +-0.049560546875 +0.107421875000 +-0.060302734375 +0.160156250000 +-0.152343750000 +-0.249023437500 +0.108886718750 +-0.341796875000 +-0.503906250000 +0.026855468750 +-0.067871093750 +-0.253906250000 +-0.064941406250 +-0.023193359375 +-1.976562500000 +-0.041748046875 +0.010192871094 +-0.306640625000 +-0.550781250000 +-0.174804687500 +-0.156250000000 +0.026000976562 +0.022094726562 +-0.128906250000 +-0.220703125000 +0.163085937500 +-0.034423828125 +-0.048339843750 +-0.242187500000 +0.231445312500 +0.067871093750 +0.133789062500 +-0.001930236816 +-0.153320312500 +0.106933593750 +0.064941406250 +-0.062500000000 +-0.090332031250 +0.020385742188 +-0.069335937500 +-0.153320312500 +-0.022583007812 +0.023925781250 +0.015502929688 +-0.217773437500 +-0.189453125000 +-0.072753906250 +-0.093261718750 +-0.109375000000 +0.145507812500 +-0.001998901367 +0.170898437500 +0.113281250000 +-0.098144531250 +0.019042968750 +0.058349609375 +0.050292968750 +0.020751953125 +-0.078613281250 +0.027832031250 +-0.079101562500 +0.048095703125 +-0.088867187500 +-0.017822265625 +0.271484375000 +0.304687500000 +0.051025390625 +0.007873535156 +0.025390625000 +0.046630859375 +-0.181640625000 +-0.133789062500 +-0.034667968750 +0.133789062500 +-0.247070312500 +-0.176757812500 +-0.109375000000 +0.105957031250 +0.041015625000 +0.061767578125 +0.404296875000 +-0.210937500000 +-0.550781250000 +-0.077636718750 +0.145507812500 +0.098632812500 +-0.067871093750 +-0.013549804688 +-0.027099609375 +-0.120605468750 +-0.064941406250 +0.122558593750 +0.289062500000 +-0.023925781250 +0.040283203125 +0.054687500000 +0.054687500000 +-0.246093750000 +0.250000000000 +0.059082031250 +-0.149414062500 +-0.042724609375 +-0.010620117188 +0.019653320312 +0.094238281250 +-0.091796875000 +0.027221679688 +0.010559082031 +-0.072753906250 +-0.051757812500 +0.194335937500 +0.036865234375 +-0.001998901367 +0.169921875000 +0.041503906250 +0.017944335938 +0.018310546875 +0.101562500000 +0.049072265625 +0.038085937500 +-0.035644531250 +0.096679687500 +-0.065917968750 +-0.036132812500 +-0.145507812500 +0.094238281250 +-0.000249862671 +-0.120117187500 +0.103515625000 +0.147460937500 +0.073730468750 +0.085937500000 +-0.113281250000 +-0.056152343750 +-0.015625000000 +-0.294921875000 +0.109863281250 +-0.046875000000 +0.154296875000 +-0.208984375000 +-0.253906250000 +0.001045227051 +-0.000984191895 +-0.098632812500 +-0.064941406250 +-0.001945495605 +0.049804687500 +0.116699218750 +-0.189453125000 +0.065429687500 +0.027465820312 +0.037597656250 +0.079589843750 +0.114746093750 +-0.063964843750 +0.049560546875 +0.128906250000 +-0.531250000000 +-0.099121093750 +-0.194335937500 +0.053466796875 +0.096679687500 +0.125976562500 +0.081542968750 +0.000274658203 +0.031494140625 +0.024169921875 +-0.007232666016 +0.027465820312 +-0.181640625000 +0.023437500000 +0.030761718750 +0.177734375000 +-0.081542968750 +-0.144531250000 +-0.057617187500 +-0.027465820312 +0.206054687500 +0.143554687500 +-0.046142578125 +0.005310058594 +-0.033935546875 +-0.131835937500 +-0.025146484375 +0.002578735352 +0.050048828125 +-0.040283203125 +-0.081542968750 +0.251953125000 +-0.023559570312 +-0.078125000000 +-0.164062500000 +-0.107421875000 +-0.044677734375 +0.227539062500 +-0.237304687500 +-0.287109375000 +-0.016113281250 +0.001243591309 +-0.075195312500 +-0.028930664062 +-0.018188476562 +0.011535644531 +0.013488769531 +-0.023193359375 +-0.079589843750 +-0.104980468750 +-0.214843750000 +0.018920898438 +-0.034179687500 +0.051025390625 +0.039794921875 +-0.010559082031 +0.003067016602 +-0.031127929688 +0.030883789062 +-0.054443359375 +-0.018676757812 +0.036376953125 +0.171875000000 +0.105957031250 +0.004943847656 +-0.178710937500 +-0.178710937500 +0.058105468750 +0.002151489258 +0.166015625000 +-0.075683593750 +-0.011352539062 +-0.193359375000 +-0.081542968750 +0.006072998047 +-0.116699218750 +-0.019042968750 +0.006134033203 +-0.131835937500 +0.114257812500 +-0.004669189453 +-0.179687500000 +-0.032714843750 +-0.324218750000 +-0.031127929688 +0.166992187500 +0.011840820312 +-0.172851562500 +-0.084472656250 +-0.216796875000 +-0.015747070312 +0.009094238281 +-0.062255859375 +-0.018798828125 +-0.028198242188 +0.088867187500 +-0.109375000000 +-0.062011718750 +0.004547119141 +-0.217773437500 +0.116210937500 +-0.095703125000 +-0.187500000000 +-0.034179687500 +-0.139648437500 +-0.106933593750 +0.227539062500 +-0.018066406250 +-0.233398437500 +-0.134765625000 +0.018188476562 +0.046630859375 +0.063476562500 +-0.058105468750 +-0.376953125000 +0.048095703125 +0.044189453125 +0.109863281250 +-0.004577636719 +0.043701171875 +-0.140625000000 +-0.141601562500 +0.105957031250 +0.124023437500 +-0.122558593750 +-0.294921875000 +0.136718750000 +0.119140625000 +0.157226562500 +0.019165039062 +0.025756835938 +-0.105957031250 +-0.062988281250 +0.008666992188 +0.033203125000 +-0.036621093750 +0.048095703125 +0.271484375000 +0.041503906250 +0.036865234375 +-0.233398437500 +-0.043212890625 +-0.069824218750 +0.020996093750 +-0.048828125000 +-0.112304687500 +-0.030151367188 +-0.175781250000 +-0.002120971680 +-0.115722656250 +-0.013366699219 +-0.145507812500 +0.187500000000 +0.027954101562 +-0.027709960938 +0.092773437500 +-0.367187500000 +-0.004577636719 +0.022094726562 +0.021606445312 +-0.026367187500 +-0.025268554688 +0.087890625000 +-0.137695312500 +0.110839843750 +-0.527343750000 +-0.060058593750 +-0.224609375000 +-0.228515625000 +0.024658203125 +0.130859375000 +-0.099121093750 +-0.066406250000 +-0.038085937500 +-0.063964843750 +-0.061279296875 +-0.296875000000 +-0.098632812500 +-0.180664062500 +0.208007812500 +0.065429687500 +0.062255859375 +0.029052734375 +0.098144531250 +0.044433593750 +0.059814453125 +0.041015625000 +0.067871093750 +-0.208984375000 +-0.040283203125 +0.099121093750 +0.133789062500 +-0.021728515625 +-0.063476562500 +-0.175781250000 +0.214843750000 +-0.025146484375 +0.072265625000 +-0.335937500000 +0.250000000000 +-0.144531250000 +0.168945312500 +-0.210937500000 +-0.033691406250 +0.002777099609 +-0.127929687500 +-0.275390625000 +-0.115234375000 +-0.080566406250 +-0.071289062500 +0.113769531250 +-0.108886718750 +-0.049804687500 +-0.277343750000 +-0.108886718750 +0.096191406250 +0.000518798828 +0.287109375000 +0.010498046875 +-0.078613281250 +-0.105468750000 +0.105468750000 +0.042236328125 +0.053466796875 +0.148437500000 +-0.165039062500 +0.047607421875 +-0.071777343750 +-0.006713867188 +-0.361328125000 +0.060791015625 +-0.107421875000 +-0.049316406250 +-0.149414062500 +0.017944335938 +-0.378906250000 +-0.248046875000 +-0.250000000000 +-0.302734375000 +0.122070312500 +-0.201171875000 +-0.114746093750 +0.058593750000 +-0.019042968750 +-0.088378906250 +0.111328125000 +0.021728515625 +-0.126953125000 +0.071777343750 +-0.061523437500 +0.000358581543 +0.003189086914 +0.054443359375 +0.080566406250 +0.131835937500 +0.271484375000 +-0.009948730469 +-0.141601562500 +-0.020019531250 +0.131835937500 +-0.109375000000 +-0.138671875000 +-0.049560546875 +-0.009338378906 +0.025756835938 +0.065429687500 +0.058837890625 +-0.085449218750 +0.098632812500 +-0.068847656250 +-0.116210937500 +-0.351562500000 +0.083984375000 +-0.025878906250 +-0.026123046875 +-0.010864257812 +0.050048828125 +-0.269531250000 +0.058349609375 +0.068847656250 +0.010009765625 +0.222656250000 +-0.056152343750 +-0.314453125000 +0.080566406250 +0.213867187500 +0.132812500000 +-0.140625000000 +0.026611328125 +-0.163085937500 +-0.116699218750 +-0.027954101562 +-0.020629882812 +-0.417968750000 +-0.030029296875 +-0.231445312500 +-0.026367187500 +-0.166992187500 +-0.078613281250 +-0.371093750000 +-0.122070312500 +-0.127929687500 +-0.093750000000 +0.045166015625 +-0.148437500000 +-0.080078125000 +0.271484375000 +-0.300781250000 +-0.261718750000 +-0.101074218750 +-0.080078125000 +-0.086425781250 +-0.026367187500 +-0.052001953125 +0.018188476562 +0.243164062500 +0.111816406250 +0.119140625000 +0.102539062500 +-0.271484375000 +-0.153320312500 +-0.024291992188 +0.075195312500 +0.060058593750 +-0.130859375000 +0.029418945312 +-0.020751953125 +-0.061035156250 +0.019042968750 +0.024047851562 +0.015075683594 +-0.034423828125 +0.165039062500 +-0.026855468750 +0.016967773438 +-0.082031250000 +-0.108886718750 +-0.183593750000 +-0.008483886719 +-0.019775390625 +0.096191406250 +-0.160156250000 +-0.038330078125 +0.035888671875 +-0.163085937500 +-0.326171875000 +-0.031738281250 +-0.177734375000 +-0.054199218750 +0.035644531250 +0.042236328125 +0.054687500000 +0.074218750000 +-0.115234375000 +-0.023071289062 +-0.104003906250 +-0.010803222656 +-0.437500000000 +-0.425781250000 +-0.001235961914 +-0.120605468750 +0.131835937500 +-0.007324218750 +-0.265625000000 +-0.314453125000 +0.095214843750 +0.047363281250 +0.124023437500 +-0.310546875000 +-0.064453125000 +-0.020751953125 +0.084960937500 +-0.279296875000 +-0.090820312500 +-0.018676757812 +-0.210937500000 +-0.026489257812 +-0.113281250000 +0.027221679688 +0.110351562500 +-0.060791015625 +0.079101562500 +0.207031250000 +0.263671875000 +-0.137695312500 +-0.244140625000 +-0.046142578125 +0.071289062500 +-0.051757812500 +-0.202148437500 +-0.172851562500 +0.019897460938 +0.146484375000 +-0.080078125000 +0.009094238281 +-0.031127929688 +-0.072265625000 +0.078125000000 +-0.116699218750 +0.036621093750 +-0.065917968750 +-0.186523437500 +-0.128906250000 +0.166992187500 +0.072753906250 +-0.300781250000 +-0.152343750000 +0.026489257812 +-0.180664062500 +-0.148437500000 +-0.105957031250 +0.250000000000 +-0.038574218750 +-0.144531250000 +-0.103515625000 +-0.134765625000 +0.038330078125 +-0.075195312500 +-0.082031250000 +-0.000165939331 +0.099121093750 +-0.062255859375 +-0.160156250000 +-0.058105468750 +-0.048339843750 +-0.074707031250 +-0.086914062500 +-0.013854980469 +-0.326171875000 +0.052246093750 +-0.000949859619 +-0.043701171875 +0.061767578125 +-0.179687500000 +0.119628906250 +-0.390625000000 +-0.328125000000 +-0.079589843750 +-0.017089843750 +0.112792968750 +-0.033203125000 +0.056152343750 +0.253906250000 +-0.142578125000 +0.267578125000 +-0.016967773438 +0.170898437500 +-0.023803710938 +0.088867187500 +0.060302734375 +-0.019775390625 +0.042480468750 +0.104003906250 +-0.073730468750 +-0.031982421875 +-0.029052734375 +0.042236328125 +-0.116210937500 +0.250000000000 +0.026489257812 +0.228515625000 +0.137695312500 +-0.220703125000 +-0.005035400391 +-0.059570312500 +0.008483886719 +0.027954101562 +0.029785156250 +-0.054687500000 +0.020263671875 +-0.039062500000 +0.056152343750 +-0.005310058594 +-0.026733398438 +-0.090332031250 +-0.017578125000 +0.109375000000 +-0.046875000000 +0.007232666016 +0.109375000000 +-0.069824218750 +-0.075683593750 +0.227539062500 +0.041992187500 +-0.018432617188 +-0.037109375000 +-0.077148437500 +-0.167968750000 +-0.113281250000 +-0.064941406250 +0.012084960938 +0.085937500000 +-0.031982421875 +-0.037109375000 +-0.044433593750 +0.077148437500 +-0.145507812500 +0.011657714844 +-0.080566406250 +-0.006347656250 +0.166015625000 +0.023681640625 +0.148437500000 +0.133789062500 +0.191406250000 +-0.101074218750 +0.099609375000 +-0.030151367188 +0.056884765625 +0.038085937500 +0.114257812500 +0.025756835938 +-0.042724609375 +-0.014892578125 +-0.007751464844 +0.018188476562 +0.030273437500 +0.093750000000 +0.072753906250 +0.145507812500 +-0.034667968750 +-0.100097656250 +-0.384765625000 +0.058349609375 +-0.135742187500 +0.051757812500 +-0.109375000000 +-0.163085937500 +-0.043457031250 +-0.055175781250 +-0.064453125000 +-0.077148437500 +0.171875000000 +-0.061767578125 +0.036621093750 +-0.093261718750 +0.062988281250 +-0.026245117188 +0.036621093750 +0.014343261719 +0.077636718750 +0.053466796875 +-0.034667968750 +-0.049072265625 +-0.043212890625 +0.040771484375 +-0.065917968750 +0.041015625000 +-0.030883789062 +-0.118164062500 +0.136718750000 +0.046386718750 +0.055664062500 +-0.033203125000 +-0.032226562500 +0.000267028809 +-0.012878417969 +-0.139648437500 +-0.027954101562 +0.176757812500 +0.000507354736 +-0.093750000000 +-0.001373291016 +0.057617187500 +0.079101562500 +-0.055419921875 +0.036621093750 +0.051513671875 +0.005737304688 +-0.169921875000 +0.101562500000 +-0.009521484375 +0.119140625000 +-0.161132812500 +-0.024047851562 +0.029541015625 +0.194335937500 +-0.894531250000 +0.039550781250 +-0.048583984375 +-0.125000000000 +0.041503906250 +-0.291015625000 +0.025634765625 +0.029174804688 +-0.216796875000 +-0.369140625000 +-0.038574218750 +0.077148437500 +-0.074707031250 +-0.162109375000 +-0.145507812500 +-0.363281250000 +0.049560546875 +0.050292968750 +0.062255859375 +-0.031738281250 +0.092773437500 +-0.028076171875 +-0.099121093750 +0.070312500000 +0.020019531250 +-0.083496093750 +0.015869140625 +-0.069335937500 +-0.006683349609 +0.142578125000 +-0.034179687500 +-0.080566406250 +0.038574218750 +0.089843750000 +-0.169921875000 +0.032226562500 +-0.091308593750 +-0.119628906250 +0.064453125000 +0.067871093750 +0.357421875000 +-0.077636718750 +-0.056396484375 +0.100097656250 +0.117675781250 +0.090332031250 +-0.093750000000 +0.173828125000 +-0.117675781250 +-0.119628906250 +0.088378906250 +0.023803710938 +-0.040771484375 +-0.020141601562 +0.190429687500 +-0.015747070312 +-0.593750000000 +0.029174804688 +0.086425781250 +0.208007812500 +0.022949218750 +-0.124511718750 +0.074707031250 +0.070800781250 +-0.063964843750 +0.006561279297 +0.382812500000 +0.073730468750 +-0.345703125000 +-0.347656250000 +-0.121093750000 +-0.155273437500 +-0.243164062500 +0.066406250000 +0.106933593750 +0.170898437500 +-0.035400390625 +-0.242187500000 +-0.049316406250 +-0.470703125000 +0.055419921875 +0.181640625000 +0.065429687500 +-0.201171875000 +0.073242187500 +0.082519531250 +-0.190429687500 +0.097656250000 +0.075195312500 +0.010864257812 +0.038818359375 +-0.085937500000 +0.210937500000 +-0.392578125000 +-0.019409179688 +0.238281250000 +0.159179687500 +-0.032470703125 +-0.298828125000 +-0.036132812500 +0.003997802734 +-0.277343750000 +0.033203125000 +-0.111816406250 +0.190429687500 +-0.105957031250 +-0.139648437500 +0.014709472656 +0.154296875000 +0.201171875000 +0.086914062500 +0.193359375000 +0.066406250000 +-0.145507812500 +0.222656250000 +-0.127929687500 +-0.078613281250 +0.153320312500 +0.041748046875 +-0.049072265625 +-0.468750000000 +-0.198242187500 +0.104003906250 +0.257812500000 +-0.047851562500 +-0.011291503906 +0.152343750000 +-0.073242187500 +0.061035156250 +-0.035400390625 +-0.031250000000 +0.082031250000 +0.005187988281 +-0.287109375000 +0.036621093750 +-0.078125000000 +-0.125976562500 +0.250000000000 +0.181640625000 +-0.111328125000 +0.094726562500 +-0.113281250000 +-0.091796875000 +-0.322265625000 +0.066894531250 +0.014587402344 +-0.109375000000 +-0.127929687500 +0.097167968750 +0.094238281250 +-0.136718750000 +0.121093750000 +-0.068847656250 +0.089355468750 +0.226562500000 +-0.087402343750 +-0.047607421875 +-0.753906250000 +0.017211914062 +-0.079589843750 +0.034912109375 +-0.136718750000 +0.144531250000 +0.035888671875 +0.096679687500 +-0.221679687500 +0.088378906250 +-0.087402343750 +0.113281250000 +0.022338867188 +-0.098632812500 +-0.084472656250 +0.115234375000 +0.061279296875 +0.026855468750 +0.292968750000 +0.162109375000 +-0.028686523438 +0.035888671875 +0.076660156250 +0.263671875000 +0.056640625000 +-0.419921875000 +-0.121582031250 +-0.144531250000 +-0.123535156250 +0.125976562500 +0.153320312500 +0.179687500000 +0.170898437500 +-0.136718750000 +0.045166015625 +0.027587890625 +0.024169921875 +-0.055175781250 +0.110351562500 +0.031494140625 +-0.070312500000 +-0.071289062500 +-0.068847656250 +-0.093750000000 +0.062255859375 +0.124511718750 +-0.158203125000 +0.204101562500 +-0.237304687500 +0.088378906250 +-0.078613281250 +-0.011779785156 +0.100585937500 +-0.108398437500 +-0.052001953125 +-0.080566406250 +-0.049072265625 +-0.149414062500 +-0.125976562500 +0.015502929688 +0.043457031250 +0.160156250000 +-0.248046875000 +0.070312500000 +-0.106933593750 +0.105468750000 +0.165039062500 +0.019775390625 +0.191406250000 +0.164062500000 +-0.011108398438 +-0.126953125000 +-0.255859375000 +0.151367187500 +-0.069824218750 +-0.078613281250 +0.047607421875 +-0.177734375000 +0.034667968750 +0.139648437500 +0.111328125000 +-0.208007812500 +-0.075195312500 +-0.082031250000 +-0.164062500000 +0.082031250000 +0.081054687500 +0.156250000000 +0.055908203125 +-0.207031250000 +0.086914062500 +-0.337890625000 +0.125976562500 +0.192382812500 +0.199218750000 +-0.180664062500 +0.064453125000 +-0.007781982422 +-0.068359375000 +-0.018554687500 +0.081054687500 +0.025268554688 +-0.019653320312 +0.019897460938 +-0.009521484375 +-0.106933593750 +0.111816406250 +-0.132812500000 +0.073242187500 +-0.139648437500 +-0.050048828125 +0.183593750000 +0.168945312500 +0.062988281250 +-0.083984375000 +-0.018676757812 +-0.077636718750 +0.000288009644 +-0.059082031250 +0.007873535156 +0.025390625000 +-0.144531250000 +-0.001831054688 +0.044433593750 +0.047119140625 +-0.036621093750 +-0.106445312500 +0.027587890625 +-0.061035156250 +-0.277343750000 +0.054199218750 +0.007476806641 +0.171875000000 +-0.055175781250 +0.035888671875 +-0.025268554688 +0.031250000000 +0.025878906250 +-0.214843750000 +-0.068847656250 +0.036132812500 +-0.151367187500 +0.046630859375 +-0.073730468750 +-0.033447265625 +0.015991210938 +-0.007080078125 +-0.209960937500 +-0.032958984375 +-0.009094238281 +-0.208984375000 +0.200195312500 +0.200195312500 +-0.040527343750 +-0.084960937500 +0.006774902344 +0.020751953125 +0.050048828125 +0.128906250000 +-0.085937500000 +-0.041259765625 +-0.070312500000 +-0.016967773438 +0.009216308594 +-0.014648437500 +-0.055908203125 +-0.067871093750 +0.070800781250 +-0.058105468750 +-0.145507812500 +-0.058349609375 +-0.047363281250 +-0.037109375000 +0.066406250000 +0.026123046875 +0.136718750000 +-0.082031250000 +0.074707031250 +-0.025756835938 +-0.118164062500 +0.051757812500 +-0.211914062500 +0.021484375000 +0.049804687500 +-0.328125000000 +-0.113281250000 +-0.028808593750 +-0.037841796875 +0.033203125000 +0.109863281250 +0.196289062500 +0.043457031250 +-0.078613281250 +-0.162109375000 +0.014099121094 +-0.024902343750 +-0.036132812500 +0.001022338867 +-0.068359375000 +0.039794921875 +-0.057617187500 +0.058105468750 +-0.122558593750 +-0.326171875000 +0.009338378906 +0.000999450684 +0.077148437500 +0.333984375000 +-0.065917968750 +-0.168945312500 +-0.197265625000 +-0.060546875000 +0.006317138672 +-0.063964843750 +0.216796875000 +-0.094238281250 +0.072265625000 +-0.188476562500 +-0.055908203125 +0.135742187500 +-0.059570312500 +0.033203125000 +-0.082031250000 +-0.119140625000 +0.120605468750 +-0.045654296875 +-0.077636718750 +-0.072265625000 +-0.001312255859 +-0.073730468750 +-0.034423828125 +0.019287109375 +-0.022705078125 +-0.034667968750 +-0.132812500000 +0.018554687500 +-0.287109375000 +-0.071289062500 +0.016357421875 +0.060058593750 +0.022827148438 +0.039062500000 +-0.285156250000 +-0.176757812500 +-0.023559570312 +-0.349609375000 +0.050781250000 +-0.028686523438 +-0.058349609375 +-0.022705078125 +0.115234375000 +-0.233398437500 +0.163085937500 +0.099609375000 +0.042480468750 +-0.088867187500 +-0.076171875000 +-0.109375000000 +-0.049804687500 +0.015625000000 +-0.015136718750 +-0.000358581543 +-0.133789062500 +-0.089843750000 +0.004119873047 +0.045898437500 +-0.026000976562 +-0.277343750000 +-0.069335937500 +0.241210937500 +-0.001815795898 +0.086425781250 +-0.086914062500 +-0.232421875000 +-0.221679687500 +-0.041503906250 +0.070800781250 +-0.030395507812 +0.026245117188 +-0.073242187500 +-0.052978515625 +-0.150390625000 +-0.106933593750 +-0.105957031250 +-0.082519531250 +0.030761718750 +-0.139648437500 +0.066894531250 +-0.196289062500 +0.121582031250 +0.037597656250 +-0.062988281250 +0.006469726562 +-0.051025390625 +0.037353515625 +0.138671875000 +-0.009155273438 +-0.061279296875 +-0.084960937500 +-0.129882812500 +-0.080566406250 +0.007537841797 +-0.020751953125 +-0.092285156250 +-0.031982421875 +-0.133789062500 +-0.097656250000 +-0.035400390625 +-0.228515625000 +-0.363281250000 +-0.073730468750 +-0.259765625000 +-0.265625000000 +-0.013549804688 +0.003723144531 +0.095214843750 +0.120117187500 +-0.002731323242 +0.098144531250 +0.088378906250 +-0.203125000000 +-0.075683593750 +-0.090820312500 +-0.096679687500 +-0.486328125000 +0.086425781250 +0.165039062500 +0.041992187500 +-0.070312500000 +0.106933593750 +0.062255859375 +-0.216796875000 +-0.099121093750 +0.143554687500 +-0.053710937500 +0.072265625000 +-0.088867187500 +-0.012451171875 +-0.005859375000 +0.066894531250 +0.009887695312 +-0.152343750000 +-0.151367187500 +0.036376953125 +0.036132812500 +-0.135742187500 +-0.154296875000 +0.063964843750 +-0.079101562500 +0.083496093750 +0.114746093750 +0.088378906250 +-0.722656250000 +0.041259765625 +0.204101562500 +-0.068359375000 +0.042480468750 +-0.068847656250 +-0.037353515625 +0.046142578125 +0.154296875000 +0.025756835938 +-0.090332031250 +-0.058105468750 +-0.103515625000 +-0.056640625000 +0.053222656250 +-0.333984375000 +-0.269531250000 +-0.233398437500 +-0.178710937500 +-0.022216796875 +-0.047851562500 +-0.099609375000 +0.031982421875 +-0.455078125000 +-0.263671875000 +0.057617187500 +0.152343750000 +0.263671875000 +0.182617187500 +-0.257812500000 +-0.042236328125 +0.176757812500 +-0.193359375000 +-0.065917968750 +-0.056640625000 +-0.046875000000 +-0.761718750000 +0.040283203125 +-0.068847656250 +0.078125000000 +0.008056640625 +0.122558593750 +-0.093261718750 +-0.060546875000 +0.077636718750 +-0.154296875000 +0.032226562500 +0.168945312500 +-0.013977050781 +0.065429687500 +-0.013366699219 +0.247070312500 +-0.007171630859 +-0.004943847656 +-0.043457031250 +0.145507812500 +0.179687500000 +-0.382812500000 +-0.078125000000 +0.054199218750 +-0.018432617188 +-0.042724609375 +-0.043945312500 +0.038330078125 +0.040283203125 +-0.024291992188 +0.219726562500 +-0.126953125000 +0.020141601562 +0.041992187500 +-0.052001953125 +-0.088378906250 +0.233398437500 +-0.133789062500 +0.015747070312 +-0.218750000000 +0.087402343750 +0.189453125000 +0.018066406250 +-0.402343750000 +-0.193359375000 +-0.111328125000 +0.030517578125 +0.016357421875 +-0.117187500000 +-0.242187500000 +0.125976562500 +-0.375000000000 +-0.191406250000 +-0.015197753906 +0.158203125000 +-0.003585815430 +-0.498046875000 +-0.130859375000 +0.121582031250 +-0.127929687500 +-0.064941406250 +0.036376953125 +-0.271484375000 +0.014709472656 +0.129882812500 +-0.061767578125 +-0.161132812500 +0.009460449219 +-0.015991210938 +0.158203125000 +0.048095703125 +-0.122558593750 +-0.075683593750 +0.096191406250 +-0.110351562500 +-0.109375000000 +-0.082031250000 +0.026367187500 +0.042724609375 +0.222656250000 +0.014831542969 +-0.104980468750 +0.084472656250 +0.219726562500 +0.200195312500 +0.019653320312 +-0.110839843750 +0.034667968750 +-0.012695312500 +0.051269531250 +0.022583007812 +0.038818359375 +0.098632812500 +0.261718750000 +0.051269531250 +-0.089843750000 +0.001708984375 +-0.002746582031 +-0.081542968750 +-0.044189453125 +-0.053466796875 +-0.213867187500 +-0.067871093750 +-0.009704589844 +0.125976562500 +0.234375000000 +0.076171875000 +0.041748046875 +0.045166015625 +-0.306640625000 +-0.088867187500 +-0.043945312500 +-0.251953125000 +-0.155273437500 +-0.001472473145 +-0.355468750000 +-0.365234375000 +-0.019042968750 +0.067871093750 +-0.034667968750 +-0.133789062500 +0.008239746094 +-0.174804687500 +-0.095214843750 +-0.046142578125 +0.016235351562 +-0.043945312500 +-0.002685546875 +-0.000984191895 +0.012451171875 +-0.330078125000 +0.075195312500 +0.063476562500 +0.052734375000 +-0.086914062500 +-0.078613281250 +0.104003906250 +0.027465820312 +-0.318359375000 +0.114257812500 +-0.105468750000 +-0.002868652344 +-0.058593750000 +-0.098144531250 +-0.104492187500 +-0.155273437500 +-0.078125000000 +0.236328125000 +0.044189453125 +0.110351562500 +0.060546875000 +-0.000774383545 +-0.024169921875 +0.015991210938 +0.014465332031 +-0.029418945312 +-0.013977050781 +-0.019287109375 +-0.048828125000 +-0.062500000000 +-0.010742187500 +-0.034912109375 +-0.070312500000 +0.001502990723 +0.084960937500 +-0.032714843750 +-0.043945312500 +-0.082519531250 +-0.170898437500 +0.021728515625 +0.016479492188 +0.084960937500 +0.011352539062 +-0.024047851562 +0.039550781250 +-0.149414062500 +-0.062500000000 +-0.100585937500 +0.166015625000 +-0.124511718750 +-0.298828125000 +-0.071777343750 +0.086425781250 +-0.087890625000 +0.150390625000 +0.075683593750 +0.159179687500 +0.054687500000 +0.057617187500 +-0.049560546875 +-0.223632812500 +-0.004608154297 +0.067871093750 +-0.041015625000 +-0.159179687500 +-0.026611328125 +0.083007812500 +-0.067382812500 +-0.081542968750 +-0.230468750000 +-0.032958984375 +0.117187500000 +-0.216796875000 +0.214843750000 +-0.269531250000 +-0.083984375000 +-0.121582031250 +-0.125976562500 +-0.016479492188 +0.005950927734 +-0.214843750000 +-0.039794921875 +-0.031250000000 +0.052978515625 +0.005645751953 +0.020996093750 +0.044921875000 +-0.062011718750 +-0.124023437500 +0.106445312500 +0.059814453125 +0.018920898438 +0.104003906250 +-0.131835937500 +0.024047851562 +-0.038818359375 +-0.047363281250 +0.096191406250 +-0.073730468750 +-0.082031250000 +0.259765625000 +-0.147460937500 +0.275390625000 +0.046630859375 +0.136718750000 +-0.035400390625 +-0.052001953125 +0.111816406250 +-0.125000000000 +-0.091308593750 +0.028442382812 +-0.023071289062 +-0.119628906250 +-0.079589843750 +0.047119140625 +-0.012451171875 +-0.154296875000 +0.008117675781 +0.015625000000 +0.006195068359 +-0.048828125000 +-0.060302734375 +-0.034423828125 +-0.199218750000 +-0.161132812500 +-0.247070312500 +-0.211914062500 +-0.112304687500 +0.043457031250 +0.169921875000 +0.201171875000 +0.243164062500 +-0.135742187500 +-0.241210937500 +-0.417968750000 +0.051757812500 +0.105468750000 +0.026245117188 +0.017700195312 +-0.071777343750 +0.104003906250 +-0.183593750000 +0.184570312500 +-0.184570312500 +0.039306640625 +0.097656250000 +0.050537109375 +0.011169433594 +-0.139648437500 +0.020751953125 +-0.039550781250 +-0.096191406250 +-0.027465820312 +0.042236328125 +-0.116210937500 +-0.039062500000 +-0.000434875488 +-0.215820312500 +-0.035156250000 +0.178710937500 +-0.222656250000 +-0.119140625000 +-0.012695312500 +-0.045898437500 +0.125976562500 +-0.141601562500 +0.034912109375 +-0.188476562500 +0.005462646484 +0.140625000000 +0.060791015625 +0.034423828125 +-0.030639648438 +0.251953125000 +0.155273437500 +0.064453125000 +-0.166992187500 +0.068359375000 +0.047607421875 +-0.001998901367 +0.083496093750 +-0.075683593750 +0.080566406250 +0.011596679688 +0.075195312500 +-0.024414062500 +-0.057373046875 +-0.337890625000 +0.110351562500 +0.046630859375 +-0.279296875000 +-0.094238281250 +-0.023193359375 +-0.013183593750 +-0.093261718750 +-0.027465820312 +-0.292968750000 +-0.154296875000 +0.251953125000 +-0.119628906250 +0.193359375000 +0.110351562500 +-0.000659942627 +0.164062500000 +0.275390625000 +0.030883789062 +-0.147460937500 +0.110839843750 +0.073242187500 +0.009399414062 +-0.003936767578 +-0.261718750000 +0.154296875000 +-0.013732910156 +0.021606445312 +-0.137695312500 +-0.120117187500 +0.102539062500 +-0.058593750000 +0.047851562500 +-0.255859375000 +0.016845703125 +-0.182617187500 +0.149414062500 +-0.179687500000 +0.026977539062 +-0.075195312500 +-0.051269531250 +-0.100585937500 +0.088378906250 +0.070800781250 +-0.097656250000 +0.004852294922 +0.049316406250 +0.164062500000 +0.173828125000 +-0.057617187500 +0.378906250000 +-0.058837890625 +-0.312500000000 +-0.129882812500 +0.332031250000 +0.298828125000 +-0.016235351562 +-0.132812500000 +-0.154296875000 +-0.000564575195 +0.038574218750 +-0.109863281250 +-0.104980468750 +-0.008666992188 +-0.289062500000 +-0.310546875000 +-0.069824218750 +-0.058349609375 +-0.044189453125 +-0.175781250000 +-0.033447265625 +0.021728515625 +0.127929687500 +-0.253906250000 +-0.097167968750 +0.265625000000 +0.105957031250 +0.006744384766 +0.083496093750 +-0.094726562500 +0.060058593750 +0.133789062500 +-0.124511718750 +-0.101074218750 +0.210937500000 +0.062988281250 +-0.154296875000 +0.083007812500 +-0.068847656250 +0.187500000000 +-0.245117187500 +-0.013122558594 +0.016357421875 +-0.212890625000 +-0.045654296875 +-0.150390625000 +0.064941406250 +0.045898437500 +0.137695312500 +0.009277343750 +-0.030151367188 +-0.316406250000 +-0.021118164062 +-0.312500000000 +0.064453125000 +0.018920898438 +-0.053955078125 +-0.079589843750 +-0.216796875000 +0.208007812500 +-0.054687500000 +0.018066406250 +0.035400390625 +0.010986328125 +0.169921875000 +0.109863281250 +-0.435546875000 +-0.083496093750 +0.191406250000 +0.166992187500 +0.057861328125 +-0.054687500000 +0.535156250000 +0.059570312500 +0.061523437500 +0.003402709961 +-0.148437500000 +-0.052246093750 +-0.105957031250 +-0.103027343750 +-0.078613281250 +0.245117187500 +-0.204101562500 +-0.069335937500 +-0.174804687500 +-0.474609375000 +0.120605468750 +-0.192382812500 +-0.000820159912 +-0.089843750000 +0.108398437500 +-0.098632812500 +0.029907226562 +-0.069335937500 +0.059326171875 +0.014648437500 +-0.271484375000 +0.007720947266 +0.084472656250 +0.116699218750 +-0.051025390625 +-0.090332031250 +0.071289062500 +0.114257812500 +-0.160156250000 +0.003051757812 +0.217773437500 +-0.079589843750 +-0.019042968750 +0.320312500000 +0.052246093750 +-0.105468750000 +-0.168945312500 +-0.154296875000 +-0.094726562500 +-0.237304687500 +0.062500000000 +-0.061523437500 +0.083007812500 +-0.231445312500 +0.026977539062 +-0.177734375000 +-0.451171875000 +0.166992187500 +0.105468750000 +-0.010986328125 +0.150390625000 +-0.057861328125 +0.025634765625 +0.078125000000 +-0.060791015625 +-0.093750000000 +0.031738281250 +0.084960937500 +0.259765625000 +-0.125000000000 +-0.075683593750 +0.043945312500 +-1.335937500000 +0.085449218750 +0.013000488281 +-0.271484375000 +0.010437011719 +-0.133789062500 +-0.100097656250 +-0.047851562500 +-0.223632812500 +-0.104492187500 +-0.386718750000 +-0.394531250000 +0.116699218750 +-0.208984375000 +0.125000000000 +0.166015625000 +-0.043945312500 +-0.127929687500 +0.142578125000 +0.080078125000 +-0.190429687500 +0.057617187500 +-0.414062500000 +-0.054443359375 +-0.170898437500 +0.085449218750 +-0.253906250000 +-0.021972656250 +0.035400390625 +0.034423828125 +-0.010681152344 +0.021606445312 +0.117675781250 +0.040283203125 +-0.116699218750 +0.170898437500 +-0.062988281250 +0.020141601562 +-0.132812500000 +-0.294921875000 +0.240234375000 +-0.114257812500 +-0.068359375000 +-0.037597656250 +0.032958984375 +-0.167968750000 +0.014160156250 +-0.133789062500 +-0.012145996094 +0.011352539062 +0.001663208008 +-0.223632812500 +0.110839843750 +0.108398437500 +-0.028320312500 +0.076660156250 +-0.022583007812 +-0.222656250000 +-0.033203125000 +0.009094238281 +-0.423828125000 +-0.120117187500 +-0.001426696777 +-0.011108398438 +0.015197753906 +0.170898437500 +-0.067382812500 +-0.027709960938 +-0.439453125000 +-0.115234375000 +0.023925781250 +0.113769531250 +-0.119628906250 +-0.255859375000 +-0.142578125000 +-0.003799438477 +-0.000324249268 +-0.073730468750 +-0.091308593750 +-0.184570312500 +0.216796875000 +0.097656250000 +0.122558593750 +0.257812500000 +0.013366699219 +0.036621093750 +0.050781250000 +-0.098144531250 +0.130859375000 +-0.030151367188 +-0.250000000000 +0.283203125000 +-0.005554199219 +0.173828125000 +-0.013610839844 +0.007080078125 +-0.018554687500 +-0.060058593750 +-0.079589843750 +-0.064453125000 +-0.400390625000 +-0.091308593750 +-0.069824218750 +-0.008422851562 +0.040771484375 +-0.160156250000 +-0.040771484375 +-0.002883911133 +0.032470703125 +-0.012268066406 +-0.085449218750 +-0.017456054688 +-0.092773437500 +-0.013427734375 +0.144531250000 +-0.044921875000 +0.045166015625 +-0.146484375000 +0.052734375000 +-0.016113281250 +-0.026000976562 +-0.015869140625 +-0.021850585938 +0.051269531250 +-0.034179687500 +0.059570312500 +0.038818359375 +0.020385742188 +0.039550781250 +-0.232421875000 +-0.115234375000 +-0.125000000000 +-0.162109375000 +0.129882812500 +-0.033691406250 +0.148437500000 +0.008666992188 +0.054199218750 +0.019653320312 +0.101074218750 +-0.018310546875 +-0.324218750000 +-0.202148437500 +-0.097656250000 +-0.066406250000 +-0.038574218750 +0.015869140625 +0.117675781250 +-0.037353515625 +0.206054687500 +-0.084960937500 +0.081542968750 +0.230468750000 +-0.030517578125 +0.083496093750 +0.265625000000 +-0.154296875000 +0.223632812500 +-0.072265625000 +0.023925781250 +0.112792968750 +0.012634277344 +0.175781250000 +0.050292968750 +0.094726562500 +-0.197265625000 +0.075195312500 +-0.025268554688 +-0.162109375000 +-0.080078125000 +0.134765625000 +0.068847656250 +-0.158203125000 +-0.159179687500 +-0.083496093750 +-0.035644531250 +-0.013732910156 +-0.153320312500 +-0.173828125000 +-0.121582031250 +-0.131835937500 +0.009704589844 +-0.008605957031 +-0.061035156250 +0.060791015625 +-0.116699218750 +-0.080078125000 +-0.117187500000 +0.045166015625 +-0.129882812500 +-0.053466796875 +0.008789062500 +0.125000000000 +-0.105468750000 +-0.208007812500 +-0.016723632812 +0.010070800781 +0.110839843750 +-0.146484375000 +0.113769531250 +-0.045898437500 +0.038574218750 +0.061035156250 +0.090332031250 +-0.079589843750 +-0.289062500000 +-0.042724609375 +0.020019531250 +-0.186523437500 +0.089355468750 +0.048583984375 +0.127929687500 +-0.027343750000 +-0.024780273438 +-0.001800537109 +-0.040771484375 +0.007659912109 +0.000440597534 +-0.037353515625 +0.018066406250 +-0.073242187500 +0.285156250000 +0.027587890625 +-0.080078125000 +-0.077148437500 +-0.162109375000 +0.031127929688 +0.157226562500 +-0.052734375000 +0.091308593750 +0.029907226562 +0.014465332031 +-0.063476562500 +-0.058837890625 +-0.048583984375 +-0.024902343750 +-0.110839843750 +-0.162109375000 +0.023437500000 +0.011413574219 +0.020507812500 +0.207031250000 +-0.135742187500 +-0.191406250000 +-0.095214843750 +0.037109375000 +0.015441894531 +0.000214576721 +-0.013427734375 +-0.060058593750 +0.004699707031 +0.011413574219 +0.047851562500 +0.229492187500 +-0.052734375000 +-0.013244628906 +-0.032958984375 +-0.099121093750 +-0.051269531250 +0.048339843750 +-0.001953125000 +-0.236328125000 +-0.054443359375 +0.081054687500 +-0.172851562500 +0.103027343750 +-0.026611328125 +-0.133789062500 +0.007659912109 +0.026611328125 +-0.375000000000 +0.074707031250 +-0.167968750000 +-0.031494140625 +0.102539062500 +-0.085937500000 +-0.083984375000 +-0.057861328125 +-0.011047363281 +0.043212890625 +0.013732910156 +0.095214843750 +0.026123046875 +-0.049804687500 +-0.017211914062 +0.084472656250 +-0.034423828125 +-0.025024414062 +-0.164062500000 +-0.132812500000 +0.143554687500 +0.065429687500 +0.185546875000 +0.130859375000 +0.020629882812 +0.029296875000 +0.066406250000 +-0.113281250000 +-0.065429687500 +0.108886718750 +0.102050781250 +-0.206054687500 +0.431640625000 +0.052001953125 +0.003479003906 +-0.003662109375 +0.108398437500 +0.065917968750 +-0.031738281250 +-0.223632812500 +-0.104492187500 +-0.021850585938 +-0.042724609375 +0.106933593750 +-0.074707031250 +-0.025390625000 +0.171875000000 +-0.118652343750 +0.000249862671 +0.090332031250 +0.073242187500 +-0.170898437500 +-0.044677734375 +0.049316406250 +-0.018310546875 +0.081542968750 +-0.205078125000 +0.053222656250 +-0.018798828125 +0.060546875000 +-0.029541015625 +-0.021362304688 +-0.035888671875 +0.114257812500 +0.002914428711 +-0.148437500000 +0.049560546875 +0.076660156250 +0.001640319824 +-0.178710937500 +-0.068359375000 +-0.084960937500 +0.051513671875 +0.095214843750 +0.015747070312 +-0.009704589844 +0.038085937500 +0.022705078125 +0.071777343750 +0.197265625000 +0.253906250000 +-0.291015625000 +-0.390625000000 +0.042968750000 +-0.092285156250 +-0.030639648438 +0.122070312500 +-0.102539062500 +-0.094726562500 +-0.217773437500 +-0.052978515625 +0.080078125000 +0.071289062500 +-0.017089843750 +0.225585937500 +-0.378906250000 +0.423828125000 +-0.067382812500 +-0.251953125000 +0.167968750000 +0.234375000000 +0.037597656250 +-0.053710937500 +-0.269531250000 +0.046386718750 +-0.855468750000 +-0.037841796875 +-0.425781250000 +0.124511718750 +-0.014709472656 +0.149414062500 +0.084472656250 +0.235351562500 +-0.017822265625 +-0.062011718750 +-0.037841796875 +0.065429687500 +0.095703125000 +0.093261718750 +-0.028442382812 +-0.310546875000 +-0.199218750000 +-0.361328125000 +-0.108886718750 +-0.030273437500 +-0.040527343750 +0.135742187500 +0.014526367188 +0.175781250000 +0.002395629883 +-0.146484375000 +-0.008483886719 +0.165039062500 +-0.060058593750 +-0.026367187500 +-0.050292968750 +0.154296875000 +-0.043457031250 +-0.074707031250 +0.125000000000 +-0.224609375000 +-0.589843750000 +-0.041992187500 +-0.052978515625 +0.149414062500 +-0.127929687500 +0.009765625000 +-0.185546875000 +0.198242187500 +0.225585937500 +-0.034423828125 +-0.109863281250 +-0.098144531250 +0.419921875000 +-0.065917968750 +0.057373046875 +-0.081542968750 +0.134765625000 +0.192382812500 +-0.228515625000 +0.199218750000 +0.005157470703 +-0.141601562500 +0.076660156250 +-0.029541015625 +0.083007812500 +0.084472656250 +-0.187500000000 +0.009948730469 +-0.343750000000 +-0.220703125000 +-0.250000000000 +-0.005218505859 +0.008666992188 +0.011779785156 +0.134765625000 +-0.043945312500 +0.106933593750 +-0.285156250000 +0.099121093750 +0.174804687500 +0.022338867188 +-0.185546875000 +-0.281250000000 +-0.146484375000 +0.027832031250 +-0.441406250000 +0.001869201660 +0.173828125000 +-0.091308593750 +-0.089355468750 +0.300781250000 +0.018920898438 +-0.056396484375 +-0.095214843750 +-0.187500000000 +-0.095214843750 +-0.335937500000 +-0.184570312500 +-0.031982421875 +0.029663085938 +-0.165039062500 +-0.030761718750 +0.165039062500 +-0.531250000000 +-0.367187500000 +-0.142578125000 +0.038085937500 +0.040039062500 +0.074218750000 +0.153320312500 +-0.441406250000 +0.188476562500 +0.010437011719 +0.167968750000 +-0.018432617188 +-0.133789062500 +-0.020507812500 +-0.002655029297 +-0.143554687500 +-0.075683593750 +0.015991210938 +0.089843750000 +-0.189453125000 +0.085449218750 +-0.010803222656 +-0.019775390625 +0.129882812500 +-0.092773437500 +0.067382812500 +-0.109863281250 +-0.059082031250 +0.007537841797 +0.086425781250 +-0.002105712891 +-0.230468750000 +-0.058837890625 +0.023315429688 +0.035156250000 +0.141601562500 +0.011047363281 +0.032714843750 +0.018554687500 +0.057861328125 +-0.006835937500 +0.046630859375 +0.030639648438 +-0.146484375000 +-0.099121093750 +-0.156250000000 +0.281250000000 +0.101074218750 +-0.018920898438 +-0.167968750000 +-0.136718750000 +0.083984375000 +-0.093750000000 +-0.320312500000 +-0.078613281250 +0.007263183594 +-0.034179687500 +-0.227539062500 +-0.310546875000 +0.063964843750 +-0.010620117188 +0.007568359375 +-0.037597656250 +0.075195312500 +-0.181640625000 +-0.200195312500 +-0.392578125000 +0.011169433594 +-0.128906250000 +-0.134765625000 +0.073730468750 +0.034912109375 +-0.084472656250 +-0.037597656250 +0.096679687500 +0.099609375000 +-0.024414062500 +0.024291992188 +0.032226562500 +-0.156250000000 +0.055419921875 +0.060302734375 +0.055419921875 +-0.167968750000 +-0.079101562500 +-0.037597656250 +-0.046875000000 +-0.160156250000 +-0.024291992188 +-0.066406250000 +-0.047119140625 +-0.162109375000 +-0.017822265625 +0.048339843750 +-0.034423828125 +-0.028076171875 +0.037597656250 +-0.056396484375 +-0.194335937500 +0.163085937500 +-0.015136718750 +-0.220703125000 +0.132812500000 +-0.128906250000 +-0.056640625000 +0.035644531250 +0.038818359375 +0.064453125000 +-0.091796875000 +-0.234375000000 +0.035888671875 +-0.012145996094 +0.110839843750 +0.060546875000 +0.028930664062 +0.133789062500 +-0.068359375000 +-0.021362304688 +0.077148437500 +-0.213867187500 +-0.181640625000 +0.047363281250 +0.013122558594 +0.051269531250 +0.030883789062 +0.044433593750 +0.012268066406 +-0.107421875000 +0.002059936523 +-0.074707031250 +0.046875000000 +0.240234375000 +-0.019165039062 +0.048828125000 +-0.059814453125 +0.029907226562 +0.030151367188 +-0.044921875000 +0.021850585938 +-0.080078125000 +-0.365234375000 +0.076660156250 +-0.233398437500 +0.090332031250 +0.212890625000 +0.106445312500 +0.000267028809 +-0.032226562500 +0.029418945312 +0.002120971680 +0.002105712891 +0.006042480469 +-0.015563964844 +0.027099609375 +0.094238281250 +-0.333984375000 +0.033447265625 +-0.022705078125 +0.043212890625 +0.014587402344 +0.201171875000 +-0.094238281250 +-0.029907226562 +0.083496093750 +-0.055908203125 +-0.046142578125 +-0.046875000000 +0.118652343750 +-0.020507812500 +-0.090820312500 +0.243164062500 +0.277343750000 +-0.173828125000 +-0.052734375000 +0.226562500000 +0.071777343750 +0.239257812500 +-0.012634277344 +0.108886718750 +-0.006408691406 +0.028686523438 +0.031738281250 +-0.017822265625 +-0.314453125000 +-0.088378906250 +-0.028320312500 +-0.076171875000 +-0.138671875000 +0.035644531250 +0.031738281250 +-0.052001953125 +-0.027587890625 +0.008117675781 +0.065917968750 +0.176757812500 +0.156250000000 +-0.026733398438 +-0.059570312500 +-0.057861328125 +-0.076171875000 +0.074707031250 +-0.024169921875 +-0.015991210938 +-0.232421875000 +-0.257812500000 +0.202148437500 +-0.180664062500 +-0.024780273438 +0.076660156250 +-0.099121093750 +-0.044921875000 +-0.095703125000 +0.062988281250 +-0.110839843750 +-0.023559570312 +0.043701171875 +-0.103515625000 +0.034179687500 +-0.042724609375 +-0.178710937500 +-0.223632812500 +-0.072265625000 +-0.291015625000 +-0.228515625000 +-0.055419921875 +-0.371093750000 +-0.051513671875 +0.140625000000 +-0.048095703125 +-0.004058837891 +0.023315429688 +-0.102050781250 +-0.176757812500 +-0.010986328125 +0.103027343750 +-0.166992187500 +-0.211914062500 +-0.065429687500 +0.115722656250 +-0.032470703125 +-0.045166015625 +-0.207031250000 +-0.054199218750 +-0.039062500000 +0.027954101562 +-0.039306640625 +0.033447265625 +0.060546875000 +-0.032714843750 +-0.130859375000 +0.097167968750 +-0.044677734375 +0.007934570312 +-0.006622314453 +0.032958984375 +-0.058593750000 +-0.124511718750 +-0.019653320312 +0.122070312500 +0.314453125000 +0.007690429688 +-0.150390625000 +-0.330078125000 +0.177734375000 +-0.154296875000 +0.037109375000 +0.091308593750 +-0.019042968750 +-0.053955078125 +-0.040283203125 +0.162109375000 +0.121093750000 +-0.080078125000 +-0.119628906250 +-0.047363281250 +-0.102050781250 +-0.041015625000 +-0.025390625000 +0.010498046875 +-0.069335937500 +-0.010803222656 +0.073242187500 +-0.159179687500 +-0.102539062500 +-0.367187500000 +0.035888671875 +-0.163085937500 +0.104492187500 +-0.330078125000 +-0.092285156250 +-0.091308593750 +0.026611328125 +-0.008483886719 +-0.150390625000 +-0.011047363281 +-0.017822265625 +0.041748046875 +-0.077636718750 +0.100585937500 +0.154296875000 +-0.328125000000 +-0.003845214844 +-0.083984375000 +-0.041015625000 +0.033935546875 +0.034423828125 +-0.043701171875 +-0.068359375000 +-0.038330078125 +-0.086425781250 +0.056884765625 +-0.121582031250 +-0.116210937500 +-0.080566406250 +-0.063964843750 +-0.096679687500 +-0.060791015625 +0.108398437500 +-0.081054687500 +0.122558593750 +0.113769531250 +0.008728027344 +0.061767578125 +0.225585937500 +0.097167968750 +-0.216796875000 +-0.265625000000 +-0.230468750000 +0.151367187500 +0.176757812500 +0.013793945312 +-0.083496093750 +-0.318359375000 +0.091308593750 +0.168945312500 +-0.291015625000 +-0.079589843750 +-0.020385742188 +-0.073730468750 +-0.285156250000 +0.095703125000 +-0.108886718750 +-0.080078125000 +0.027343750000 +0.049804687500 +-0.106445312500 +-0.343750000000 +-0.048828125000 +-0.250000000000 +-0.011230468750 +0.204101562500 +0.034912109375 +-0.511718750000 +-0.075195312500 +-0.022460937500 +-0.330078125000 +0.032226562500 +0.396484375000 +-0.004974365234 +-0.116210937500 +0.135742187500 +0.103027343750 +0.088867187500 +0.062500000000 +-0.095214843750 +-0.116699218750 +-0.068847656250 +-0.023559570312 +-0.205078125000 +-0.161132812500 +-0.071777343750 +-0.031982421875 +0.068847656250 +0.091796875000 +0.049072265625 +0.089355468750 +0.103027343750 +-0.357421875000 +-0.006439208984 +-0.269531250000 +-0.000297546387 +0.086425781250 +0.057861328125 +-0.095703125000 +0.110351562500 +0.071777343750 +-0.087402343750 +-0.292968750000 +0.013549804688 +0.047363281250 +-0.175781250000 +0.033691406250 +0.106445312500 +-0.092285156250 +-0.103027343750 +-0.123046875000 +-0.208007812500 +-0.028686523438 +0.242187500000 +0.130859375000 +-0.347656250000 +-0.075195312500 +0.074707031250 +-0.112792968750 +-0.081542968750 +-0.068847656250 +-0.462890625000 +-0.188476562500 +0.170898437500 +-0.065429687500 +-0.261718750000 +0.156250000000 +0.097656250000 +-0.058349609375 +0.053710937500 +-0.108886718750 +-0.078125000000 +0.030517578125 +0.102050781250 +-0.292968750000 +-0.036376953125 +0.078125000000 +0.034912109375 +-0.025024414062 +0.066406250000 +0.080566406250 +0.324218750000 +0.083984375000 +-0.151367187500 +0.109375000000 +-0.106933593750 +-0.081542968750 +-0.412109375000 +-0.240234375000 +0.093750000000 +0.005035400391 +0.150390625000 +0.022094726562 +0.072753906250 +-0.134765625000 +0.122558593750 +-0.347656250000 +0.007293701172 +-0.480468750000 +0.013122558594 +0.165039062500 +0.059570312500 +-0.265625000000 +-0.002563476562 +0.259765625000 +0.081542968750 +0.166992187500 +-0.166015625000 +0.022094726562 +-0.096679687500 +0.011962890625 +-0.002883911133 +-0.071777343750 +0.096679687500 +-0.038818359375 +0.019897460938 +-0.472656250000 +-0.102539062500 +-0.126953125000 +-0.578125000000 +0.007080078125 +-0.084960937500 +-0.023071289062 +0.081542968750 +-0.065429687500 +-0.109375000000 +0.045166015625 +0.024047851562 +0.043212890625 +-0.058349609375 +0.015625000000 +-0.106445312500 +0.045898437500 +-0.099609375000 +-0.239257812500 +-0.037353515625 +0.008911132812 +0.072753906250 +-0.050292968750 +0.032226562500 +0.048095703125 +0.073730468750 +-0.055664062500 +-0.004730224609 +0.041015625000 +0.242187500000 +0.039550781250 +0.061767578125 +0.065917968750 +-0.113769531250 +-0.181640625000 +-0.294921875000 +-0.259765625000 +0.013610839844 +-0.101562500000 +-0.035644531250 +-0.004364013672 +0.150390625000 +-0.001014709473 +-0.041259765625 +-0.092773437500 +0.103027343750 +0.058105468750 +0.032958984375 +-0.060791015625 +-0.093750000000 +-0.250000000000 +0.122558593750 +-0.007690429688 +0.092285156250 +0.259765625000 +0.172851562500 +0.095214843750 +0.021728515625 +0.065429687500 +0.098144531250 +-0.004089355469 +0.104492187500 +-0.023315429688 +-0.207031250000 +0.039062500000 +0.135742187500 +-0.261718750000 +0.162109375000 +-0.008239746094 +-0.107910156250 +-0.138671875000 +0.022460937500 +0.004241943359 +-0.020385742188 +-0.251953125000 +-0.063476562500 +0.075683593750 +0.337890625000 +0.128906250000 +-0.038574218750 +-0.063964843750 +-0.018798828125 +-0.251953125000 +-0.106445312500 +0.011840820312 +0.099121093750 +0.067871093750 +-0.010131835938 +-0.035888671875 +0.012817382812 +0.117675781250 +-0.097167968750 +0.060302734375 +-0.394531250000 +-0.107421875000 +-0.035644531250 +-0.066894531250 +-0.136718750000 +-0.093750000000 +-0.026367187500 +-0.265625000000 +-0.175781250000 +-0.094726562500 +0.010681152344 +0.060058593750 +0.011901855469 +0.018066406250 +-0.083496093750 +-0.076660156250 +0.078613281250 +-0.074218750000 +0.035644531250 +0.052490234375 +-0.033203125000 +-0.000984191895 +0.017700195312 +0.059570312500 +-0.070312500000 +0.034179687500 +-0.021972656250 +-0.090332031250 +-0.009338378906 +-0.111816406250 +-0.015014648438 +0.068359375000 +-0.019653320312 +0.219726562500 +-0.020874023438 +-0.051269531250 +-0.098144531250 +0.038574218750 +0.034423828125 +0.034667968750 +0.028320312500 +0.087402343750 +-0.040527343750 +0.145507812500 +0.111328125000 +-0.007202148438 +0.031250000000 +0.010192871094 +0.027587890625 +0.014953613281 +-0.359375000000 +0.078613281250 +0.142578125000 +0.179687500000 +0.127929687500 +0.080078125000 +-0.027709960938 +-0.003143310547 +0.032226562500 +-0.048583984375 +0.020507812500 +0.013122558594 +-0.082519531250 +-0.013427734375 +-0.169921875000 +-0.291015625000 +0.001617431641 +0.002532958984 +0.034667968750 +-0.085937500000 +-0.129882812500 +-0.123535156250 +-0.012756347656 +0.098632812500 +0.065429687500 +-0.101074218750 +0.032470703125 +0.029663085938 +0.017089843750 +0.013732910156 +-0.129882812500 +-0.259765625000 +-0.089355468750 +0.320312500000 +-0.204101562500 +0.169921875000 +0.179687500000 +-0.070312500000 +0.021850585938 +-0.142578125000 +0.105957031250 +-0.226562500000 +0.049560546875 +0.186523437500 +0.056152343750 +0.021484375000 +0.020263671875 +0.203125000000 +-0.054199218750 +0.145507812500 +0.012023925781 +-0.101074218750 +0.056152343750 +0.110839843750 +0.053955078125 +0.022705078125 +-0.049072265625 +0.074218750000 +0.185546875000 +-0.058593750000 +0.029541015625 +0.031738281250 +-0.166015625000 +0.048095703125 +-0.141601562500 +0.157226562500 +-0.143554687500 +0.012084960938 +0.124023437500 +-0.086425781250 +0.013488769531 +0.011230468750 +-0.033691406250 +0.006469726562 +-0.017822265625 +0.027832031250 +0.079589843750 +-0.014892578125 +-0.075195312500 +-0.050048828125 +0.184570312500 +0.038574218750 +0.003341674805 +0.122070312500 +-0.073242187500 +0.030273437500 +-0.154296875000 +0.103027343750 +-0.028564453125 +-0.084472656250 +0.041992187500 +-0.008728027344 +-0.115234375000 +-0.062255859375 +-0.096679687500 +-0.008361816406 +-0.163085937500 +-0.070312500000 +-0.083007812500 +-0.038574218750 +0.043701171875 +-0.090820312500 +-0.113769531250 +-0.216796875000 +0.121093750000 +0.024658203125 +-0.057861328125 +0.026733398438 +0.186523437500 +0.233398437500 +-0.107421875000 +-0.244140625000 +-0.024414062500 +-0.058105468750 +-0.045410156250 +-0.077636718750 +0.158203125000 +-0.069824218750 +-0.006134033203 +-0.202148437500 +0.030395507812 +0.020996093750 +-0.121582031250 +-0.076660156250 +0.090820312500 +-0.014831542969 +-0.130859375000 +-0.041748046875 +0.165039062500 +0.057373046875 +-0.039550781250 +-0.110351562500 +0.005371093750 +-0.094726562500 +-0.038085937500 +-0.058105468750 +0.090820312500 +-0.040039062500 +-0.103515625000 +-0.163085937500 +-0.139648437500 +-0.116699218750 +0.040283203125 +-0.083984375000 +0.294921875000 +-0.075683593750 +-0.173828125000 +0.007568359375 +0.018188476562 +0.105957031250 +-0.065429687500 +-0.143554687500 +0.004241943359 +0.056640625000 +-0.042968750000 +-0.105957031250 +0.312500000000 +-0.046386718750 +-0.068359375000 +-0.326171875000 +0.154296875000 +-0.249023437500 +-0.589843750000 +0.199218750000 +-0.011718750000 +-0.049316406250 +0.051025390625 +-0.412109375000 +0.077148437500 +0.108398437500 +-0.458984375000 +0.022460937500 +-0.261718750000 +0.197265625000 +0.040283203125 +-0.410156250000 +-0.033935546875 +0.263671875000 +0.034667968750 +-0.224609375000 +0.172851562500 +0.210937500000 +-0.089355468750 +-0.165039062500 +0.032958984375 +-0.460937500000 +-0.181640625000 +0.000484466553 +0.140625000000 +0.142578125000 +0.183593750000 +-0.028320312500 +0.304687500000 +-0.215820312500 +0.007324218750 +0.045898437500 +0.118652343750 +-0.012084960938 +0.068847656250 +0.016235351562 +0.291015625000 +-0.037109375000 +-0.052978515625 +0.197265625000 +0.146484375000 +-0.037353515625 +0.182617187500 +-0.118652343750 +0.271484375000 +0.038574218750 +0.032714843750 +0.028686523438 +-0.073242187500 +0.199218750000 +0.007995605469 +-0.032958984375 +0.162109375000 +0.041748046875 +0.082519531250 +0.113769531250 +0.269531250000 +-0.367187500000 +-0.229492187500 +-0.142578125000 +0.055664062500 +-0.037841796875 +0.071289062500 +0.082031250000 +0.088378906250 +-0.035888671875 +-0.124023437500 +0.162109375000 +0.068847656250 +0.048583984375 +-0.052978515625 +-0.205078125000 +0.063964843750 +0.120117187500 +0.195312500000 +-0.135742187500 +-0.009094238281 +-0.029296875000 +0.110839843750 +-0.025268554688 +0.016601562500 +-0.086914062500 +-0.021484375000 +-0.275390625000 +-0.159179687500 +-0.531250000000 +-0.102050781250 +-0.016967773438 +0.139648437500 +0.100585937500 +-0.050781250000 +0.082519531250 +0.013977050781 +-0.224609375000 +-0.253906250000 +0.016845703125 +0.034912109375 +0.128906250000 +0.064453125000 +-0.023803710938 +-0.159179687500 +0.072753906250 +-0.421875000000 +-0.008117675781 +0.159179687500 +-0.189453125000 +0.130859375000 +-0.099609375000 +0.359375000000 +0.026733398438 +-0.057861328125 +-0.007690429688 +0.069335937500 +0.045166015625 +-0.152343750000 +-0.215820312500 +-0.039306640625 +-0.028930664062 +-0.022583007812 +-0.201171875000 +0.175781250000 +-0.464843750000 +-0.075683593750 +-0.001457214355 +0.226562500000 +-0.300781250000 +0.237304687500 +0.157226562500 +0.160156250000 +0.078125000000 +-0.023559570312 +-0.061523437500 +0.017456054688 +-0.015197753906 +-0.010803222656 +-0.249023437500 +-0.075195312500 +0.096191406250 +0.053710937500 +-0.002151489258 +0.017089843750 +-0.064941406250 +0.123046875000 +0.014465332031 +-0.002822875977 +0.162109375000 +-0.025268554688 +0.011962890625 +-0.080566406250 +-0.184570312500 +0.108398437500 +-0.024047851562 +0.066894531250 +0.109375000000 +0.056884765625 +-0.209960937500 +-0.219726562500 +-0.217773437500 +0.122070312500 +-0.002548217773 +-0.153320312500 +-0.161132812500 +-0.322265625000 +-0.228515625000 +-0.060791015625 +-0.023071289062 +-0.030151367188 +0.096191406250 +0.083984375000 +-0.038574218750 +0.029907226562 +-0.141601562500 +0.111816406250 +-0.077148437500 +-0.176757812500 +-0.224609375000 +-0.039550781250 +0.077636718750 +0.008178710938 +0.017456054688 +-0.012084960938 +-0.032226562500 +-0.018676757812 +0.247070312500 +-0.271484375000 +-0.292968750000 +-0.410156250000 +-0.058349609375 +-0.347656250000 +0.120605468750 +0.141601562500 +-0.175781250000 +0.055175781250 +-0.152343750000 +-0.122070312500 +-0.049072265625 +-0.020263671875 +-0.004089355469 +-0.051269531250 +-0.244140625000 +-0.119628906250 +0.090820312500 +0.072265625000 +-0.084960937500 +0.005371093750 +0.085449218750 +0.014648437500 +0.006286621094 +-0.101074218750 +-0.050537109375 +-0.031982421875 +-0.145507812500 +0.068847656250 +0.103027343750 +-0.020141601562 +0.111816406250 +0.025878906250 +-0.039550781250 +0.019653320312 +0.116699218750 +-0.197265625000 +0.167968750000 +0.166015625000 +0.081054687500 +-0.194335937500 +-0.087890625000 +0.019653320312 +-0.046630859375 +-0.033691406250 +-0.030761718750 +-0.022827148438 +-0.067382812500 +-0.004333496094 +-0.106933593750 +-0.008117675781 +-0.339843750000 +-0.066406250000 +-0.011535644531 +-0.009216308594 +-0.065917968750 +0.038330078125 +-0.009887695312 +-0.168945312500 +-0.041015625000 +-0.081542968750 +-0.074218750000 +-0.005767822266 +-0.200195312500 +-0.114257812500 +-0.131835937500 +-0.015380859375 +-0.086914062500 +-0.123535156250 +0.253906250000 +0.003494262695 +-0.152343750000 +0.047851562500 +-0.070312500000 +0.216796875000 +0.114257812500 +-0.110839843750 +-0.103515625000 +-0.410156250000 +-0.140625000000 +0.093750000000 +-0.206054687500 +-0.068847656250 +-0.041992187500 +-0.120117187500 +0.188476562500 +-0.114746093750 +-0.150390625000 +0.070312500000 +-0.228515625000 +-0.054443359375 +0.208984375000 +-0.047363281250 +-0.271484375000 +-0.102050781250 +-0.042724609375 +0.105957031250 +0.020996093750 +-0.009826660156 +-0.063476562500 +-0.019409179688 +-0.582031250000 +-0.048095703125 +0.021240234375 +0.056640625000 +-0.103027343750 +-0.122070312500 +-0.009643554688 +-0.047363281250 +0.091796875000 +-0.026489257812 +0.005676269531 +-0.007263183594 +-0.029052734375 +0.279296875000 +0.217773437500 +-0.152343750000 +-0.041992187500 +0.091308593750 +-0.046386718750 +-0.021362304688 +-0.026123046875 +0.096191406250 +0.068847656250 +0.110351562500 +-0.470703125000 +0.043701171875 +0.022216796875 +0.085449218750 +-0.060302734375 +-0.181640625000 +-0.013061523438 +-0.039794921875 +0.037841796875 +0.004669189453 +-0.200195312500 +0.002212524414 +0.032958984375 +-0.033203125000 +0.343750000000 +-0.075683593750 +-0.182617187500 +-0.382812500000 +0.096679687500 +0.102050781250 +0.069335937500 +0.106445312500 +0.009277343750 +0.030029296875 +0.196289062500 +-0.081542968750 +0.094238281250 +0.115234375000 +-0.176757812500 +0.041503906250 +0.004669189453 +0.079101562500 +-0.302734375000 +-0.060546875000 +-0.211914062500 +-0.013549804688 +0.216796875000 +0.136718750000 +0.092285156250 +-0.072753906250 +-0.453125000000 +-0.051513671875 +-0.357421875000 +0.036865234375 +-0.105468750000 +-0.108886718750 +-0.601562500000 +-0.006988525391 +0.121093750000 +-0.055908203125 +0.029541015625 +0.016235351562 +0.063476562500 +0.287109375000 +-0.071289062500 +-0.168945312500 +0.104492187500 +0.129882812500 +-0.015441894531 +0.017211914062 +-0.108398437500 +0.089355468750 +0.068359375000 +-0.055664062500 +-0.156250000000 +0.015563964844 +0.024536132812 +0.052246093750 +0.085937500000 +-0.153320312500 +-0.018188476562 +-0.023437500000 +0.208007812500 +-0.067871093750 +0.098144531250 +0.003936767578 +-0.118164062500 +-0.060791015625 +-0.029663085938 +-0.187500000000 +0.034179687500 +-0.337890625000 +-0.249023437500 +0.170898437500 +0.086914062500 +0.060791015625 +-0.043701171875 +-0.240234375000 +0.155273437500 +-0.096191406250 +-0.322265625000 +0.134765625000 +0.126953125000 +0.092285156250 +-0.062011718750 +-0.141601562500 +-0.492187500000 +-0.169921875000 +-0.084960937500 +0.086914062500 +0.097656250000 +0.017211914062 +-0.287109375000 +-0.137695312500 +-0.132812500000 +-0.322265625000 +-0.055664062500 +-0.049316406250 +-0.073242187500 +-0.177734375000 +-0.800781250000 +-0.082519531250 +0.050781250000 +-0.285156250000 +0.052246093750 +-0.009094238281 +-0.170898437500 +0.251953125000 +-0.000226020813 +-0.347656250000 +0.022949218750 +0.169921875000 +0.171875000000 +-0.008850097656 +0.037353515625 +-0.003372192383 +-0.012939453125 +0.153320312500 +-0.098144531250 +0.026367187500 +0.369140625000 +-0.021606445312 +-0.211914062500 +-0.100097656250 +-0.035644531250 +-0.367187500000 +-0.107910156250 +-0.001899719238 +0.056396484375 +-0.081054687500 +-0.046386718750 +-0.153320312500 +-0.032470703125 +-0.035644531250 +0.028930664062 +-0.178710937500 +-0.351562500000 +0.181640625000 +0.002120971680 +0.088867187500 +-0.002624511719 +-0.049804687500 +0.167968750000 +-0.104003906250 +-0.129882812500 +0.198242187500 +0.114746093750 +0.114257812500 +-0.205078125000 +0.075195312500 +-0.097167968750 +-0.051757812500 +-0.031494140625 +-0.034912109375 +-0.085937500000 +0.044921875000 +-0.257812500000 +0.067382812500 +0.015747070312 +-0.138671875000 +-0.093750000000 +-0.002655029297 +-0.033935546875 +-0.300781250000 +-0.257812500000 +0.066406250000 +0.037353515625 +-0.337890625000 +0.127929687500 +-0.025390625000 +-0.129882812500 +0.025268554688 +0.144531250000 +-0.199218750000 +-0.119140625000 +-0.006317138672 +0.069824218750 +0.065917968750 +-0.075683593750 +0.009826660156 +0.304687500000 +0.166015625000 +0.003738403320 +-0.048095703125 +-0.166015625000 +0.028686523438 +-0.126953125000 +-0.014343261719 +0.020385742188 +-0.910156250000 +0.157226562500 +-0.068847656250 +0.002914428711 +-0.000026464462 +-0.059814453125 +-0.114746093750 +0.077148437500 +0.034423828125 +-0.097167968750 +-0.171875000000 +-0.162109375000 +0.166015625000 +0.046630859375 +0.163085937500 +0.044677734375 +-0.071777343750 +0.104003906250 +-0.236328125000 +0.021850585938 +0.114746093750 +-0.052001953125 +0.186523437500 +0.030273437500 +0.016479492188 +0.086425781250 +0.022216796875 +-0.045410156250 +-0.138671875000 +0.291015625000 +-0.034912109375 +-0.043212890625 +-0.153320312500 +0.079101562500 +-0.099121093750 +-0.102050781250 +0.075195312500 +-0.154296875000 +-0.294921875000 +0.021972656250 +0.004211425781 +-0.082519531250 +-0.073242187500 +0.072265625000 +-0.134765625000 +-0.088378906250 +0.091796875000 +0.173828125000 +-0.146484375000 +-0.007873535156 +-0.089355468750 +0.161132812500 +0.092773437500 +0.149414062500 +0.083984375000 +-0.087402343750 +-0.238281250000 +-0.148437500000 +-0.180664062500 +-0.234375000000 +0.106445312500 +0.047607421875 +0.023559570312 +0.021484375000 +-1.437500000000 +-0.040039062500 +-0.049316406250 +-0.345703125000 +-0.111328125000 +-0.176757812500 +-0.171875000000 +-0.068359375000 +0.126953125000 +0.130859375000 +-0.341796875000 +-0.072753906250 +0.148437500000 +0.017700195312 +0.068847656250 +0.038330078125 +-0.030639648438 +0.175781250000 +-0.341796875000 +0.219726562500 +-0.140625000000 +0.003524780273 +0.109863281250 +-0.109863281250 +0.185546875000 +-0.026000976562 +-0.019287109375 +-0.168945312500 +-0.423828125000 +0.149414062500 +-0.032714843750 +-0.017089843750 +-0.079589843750 +-0.289062500000 +-0.194335937500 +-0.009155273438 +-0.105468750000 +-0.007659912109 +-0.198242187500 +-0.005798339844 +0.019897460938 +-0.096191406250 +-0.155273437500 +0.091308593750 +-0.044921875000 +-0.060058593750 +0.104980468750 +0.021728515625 +-0.161132812500 +-0.186523437500 +-0.211914062500 +0.141601562500 +0.118652343750 +0.054931640625 +0.172851562500 +0.013549804688 +-0.138671875000 +-0.036376953125 +-0.082519531250 +0.049316406250 +0.159179687500 +-0.125000000000 +0.117187500000 +0.014343261719 +-0.964843750000 +0.166992187500 +0.133789062500 +-0.197265625000 +0.042968750000 +0.119140625000 +-0.029052734375 +-0.062255859375 +0.067871093750 +-0.063476562500 +-0.102539062500 +0.029663085938 +0.046875000000 +0.097167968750 +0.138671875000 +0.064941406250 +0.031127929688 +-0.030151367188 +-0.255859375000 +0.060058593750 +0.095214843750 +0.079101562500 +0.112792968750 +-0.051513671875 +-0.092285156250 +-0.148437500000 +0.016601562500 +-0.037353515625 +-0.265625000000 +0.048583984375 +-0.016845703125 +0.001762390137 +0.005828857422 +-0.322265625000 +-0.111328125000 +-0.277343750000 +-0.082519531250 +-0.084960937500 +-0.171875000000 +0.001457214355 +0.004821777344 +-0.053466796875 +0.014282226562 +-0.060791015625 +-0.026245117188 +0.070800781250 +0.046630859375 +0.009399414062 +-0.238281250000 +0.126953125000 +-0.018188476562 +-0.055419921875 +-0.205078125000 +-0.068359375000 +-0.016723632812 +0.164062500000 +-0.231445312500 +-0.310546875000 +-0.120605468750 +0.149414062500 +-0.121093750000 +-0.021606445312 +0.009521484375 +-0.003494262695 +-0.205078125000 +0.062500000000 +0.053466796875 +-0.188476562500 +-0.031494140625 +-0.045166015625 +-0.166015625000 +0.099121093750 +-0.092773437500 +-0.125976562500 +-0.839843750000 +0.015075683594 +0.077636718750 +0.341796875000 +0.051513671875 +0.104492187500 +-0.064941406250 +0.003005981445 +-0.166992187500 +0.208007812500 +-0.046875000000 +-0.328125000000 +-0.000090599060 +0.049072265625 +0.012451171875 +-0.242187500000 +0.065429687500 +-0.271484375000 +0.020141601562 +-0.002563476562 +0.087890625000 +-0.233398437500 +-0.017211914062 +-0.148437500000 +0.088867187500 +0.215820312500 +-0.228515625000 +-0.273437500000 +0.105957031250 +0.030029296875 +-0.013916015625 +-0.143554687500 +0.109375000000 +-0.263671875000 +0.021118164062 +-0.049316406250 +0.135742187500 +-0.367187500000 +0.045410156250 +0.050048828125 +0.124511718750 +-0.113769531250 +0.044433593750 +0.023071289062 +0.101074218750 +0.023071289062 +-0.110351562500 +0.049072265625 +0.078125000000 +0.060791015625 +-0.039550781250 +0.111328125000 +0.120117187500 +0.048095703125 +-0.050048828125 +0.026367187500 +-0.224609375000 +0.141601562500 +-0.121093750000 +-0.114257812500 +-0.068847656250 +-0.101562500000 +-0.003524780273 +-0.201171875000 +-0.824218750000 +-0.034912109375 +0.132812500000 +-0.092773437500 +-0.289062500000 +0.031250000000 +0.039306640625 +0.068359375000 +-0.140625000000 +0.162109375000 +-0.042724609375 +-0.139648437500 +-0.216796875000 +-0.101074218750 +0.046630859375 +-0.102539062500 +0.069335937500 +-0.195312500000 +0.017822265625 +0.127929687500 +0.137695312500 +-0.241210937500 +0.077148437500 +-0.328125000000 +-0.050292968750 +0.003753662109 +-0.217773437500 +0.085937500000 +-0.018066406250 +-0.094726562500 +-0.052734375000 +-0.097167968750 +0.020263671875 +-0.178710937500 +-0.046875000000 +-0.070312500000 +0.164062500000 +-0.159179687500 +-0.182617187500 +0.107421875000 +0.038818359375 +-0.289062500000 +0.174804687500 +-0.039550781250 +0.117187500000 +0.137695312500 +0.024414062500 +0.095214843750 +0.042968750000 +-0.137695312500 +0.020507812500 +-0.016235351562 +-0.009826660156 +-0.092773437500 +0.057373046875 +0.029785156250 +-0.210937500000 +0.034912109375 +-0.037109375000 +-0.073242187500 +0.063964843750 +0.061279296875 +-0.188476562500 +0.113281250000 +-0.613281250000 +-0.074707031250 +0.195312500000 +-0.108886718750 +-0.063476562500 +0.085449218750 +0.058837890625 +-0.066894531250 +-0.275390625000 +-0.056884765625 +-0.023071289062 +-0.005920410156 +-0.073242187500 +-0.118164062500 +-0.105468750000 +-0.084960937500 +-0.051757812500 +-0.107910156250 +0.023559570312 +0.097167968750 +0.076660156250 +-0.085937500000 +0.017578125000 +-0.070800781250 +-0.001228332520 +-0.122070312500 +0.024658203125 +0.026000976562 +0.066406250000 +0.081542968750 +0.062255859375 +-0.227539062500 +-0.055175781250 +-0.269531250000 +0.058837890625 +-0.009765625000 +0.100097656250 +-0.007019042969 +0.088867187500 +0.093750000000 +-0.065917968750 +-0.486328125000 +0.101562500000 +0.012268066406 +0.047607421875 +0.232421875000 +0.222656250000 +-0.008911132812 +-0.041259765625 +-0.125000000000 +0.013488769531 +0.072753906250 +0.020019531250 +-0.073242187500 +-0.098144531250 +0.066894531250 +-0.220703125000 +0.032958984375 +0.136718750000 +0.013366699219 +0.018554687500 +-0.076660156250 +0.068847656250 +0.002105712891 +-0.294921875000 +0.077148437500 +0.173828125000 +0.195312500000 +-0.012390136719 +0.147460937500 +-0.005157470703 +0.100585937500 +-0.167968750000 +0.110839843750 +0.127929687500 +0.010131835938 +-0.000728607178 +0.027221679688 +0.023315429688 +-0.010620117188 +-0.008117675781 +-0.091796875000 +-0.064941406250 +-0.054443359375 +0.122070312500 +-0.246093750000 +0.001937866211 +0.016601562500 +-0.045898437500 +-0.149414062500 +0.179687500000 +-0.083984375000 +0.071289062500 +0.083496093750 +-0.001556396484 +-0.215820312500 +-0.289062500000 +-0.261718750000 +-0.068359375000 +-0.239257812500 +-0.022583007812 +-0.244140625000 +0.137695312500 +0.167968750000 +-0.130859375000 +-0.416015625000 +0.149414062500 +0.130859375000 +-0.056152343750 +0.193359375000 +-0.036621093750 +-0.009643554688 +0.071777343750 +-0.427734375000 +-0.027343750000 +-0.122558593750 +-0.003005981445 +0.140625000000 +-0.146484375000 +-0.040527343750 +-0.092773437500 +-0.055419921875 +0.053710937500 +-0.093750000000 +-0.108886718750 +-0.023315429688 +0.027465820312 +-0.101562500000 +-0.582031250000 +0.093750000000 +-0.052001953125 +-0.018798828125 +-0.063964843750 +0.043212890625 +-0.052001953125 +-0.026245117188 +-0.163085937500 +-0.019775390625 +0.030883789062 +-0.078613281250 +0.082519531250 +-0.086914062500 +-0.166992187500 +-0.231445312500 +0.437500000000 +-0.069335937500 +0.035644531250 +0.133789062500 +0.060791015625 +-0.302734375000 +-0.000217437744 +-0.120605468750 +-0.007232666016 +-0.172851562500 +0.014526367188 +-0.150390625000 +-0.020385742188 +-0.006469726562 +0.074707031250 +-0.333984375000 +0.016723632812 +-0.215820312500 +-0.040527343750 +-0.233398437500 +0.051025390625 +-0.279296875000 +-0.000732421875 +0.167968750000 +-0.037597656250 +-0.468750000000 +0.169921875000 +0.005920410156 +0.197265625000 +-0.228515625000 +-0.008544921875 +-0.112792968750 +-0.023559570312 +0.042236328125 +0.120117187500 +-0.084960937500 +0.052490234375 +0.051025390625 +-0.046630859375 +-0.002410888672 +-0.152343750000 +0.047607421875 +-0.170898437500 +-0.038818359375 +-0.045410156250 +0.043701171875 +0.127929687500 +-0.199218750000 +-0.882812500000 +0.208984375000 +-0.196289062500 +0.060791015625 +-0.169921875000 +-0.178710937500 +-0.056640625000 +-0.034667968750 +-0.203125000000 +0.110351562500 +0.043945312500 +-0.269531250000 +0.140625000000 +-0.006195068359 +-0.046386718750 +-0.103027343750 +0.019287109375 +0.173828125000 +-0.015869140625 +-0.094238281250 +-0.033935546875 +-0.211914062500 +-0.066894531250 +-0.032226562500 +-0.072265625000 +-0.127929687500 +0.040283203125 +0.052734375000 +-0.204101562500 +-0.039550781250 +0.061279296875 +-0.143554687500 +0.261718750000 +-0.255859375000 +-0.148437500000 +0.070312500000 +-0.139648437500 +-0.447265625000 +0.044921875000 +0.153320312500 +-0.006591796875 +-0.201171875000 +0.218750000000 +0.100585937500 +0.269531250000 +-0.304687500000 +-0.085449218750 +0.008300781250 +-0.092285156250 +0.022094726562 +-0.036376953125 +0.168945312500 +0.033691406250 +0.086914062500 +0.083496093750 +-0.076660156250 +-0.083496093750 +0.038574218750 +0.259765625000 +0.107910156250 +0.029785156250 +0.017578125000 +-0.021240234375 +-0.002151489258 +-0.558593750000 +0.060058593750 +-0.132812500000 +-0.187500000000 +-0.205078125000 +0.010559082031 +0.099609375000 +-0.068847656250 +-0.104492187500 +0.072753906250 +0.207031250000 +0.128906250000 +-0.060546875000 +-0.028564453125 +0.117675781250 +-0.061035156250 +-0.302734375000 +-0.113769531250 +-0.023559570312 +0.029418945312 +-0.047363281250 +0.044921875000 +-0.081542968750 +-0.148437500000 +-0.094238281250 +-0.072265625000 +0.130859375000 +0.201171875000 +0.142578125000 +0.017700195312 +-0.064941406250 +-0.273437500000 +-0.074218750000 +-0.210937500000 +0.014343261719 +-0.104003906250 +0.035644531250 +-0.067382812500 +-0.125976562500 +0.229492187500 +-0.019165039062 +0.031250000000 +0.074218750000 +-0.045410156250 +0.054199218750 +-0.511718750000 +-0.051757812500 +-0.055175781250 +0.065917968750 +0.089843750000 +-0.010742187500 +-0.048828125000 +0.101074218750 +0.116699218750 +-0.025512695312 +0.075195312500 +-0.000606536865 +-0.107421875000 +0.146484375000 +0.034179687500 +0.103027343750 +-0.094726562500 +0.020751953125 +-0.371093750000 +-0.192382812500 +-0.023925781250 +0.023559570312 +0.073242187500 +-0.028442382812 +0.014465332031 +-0.092285156250 +-0.023437500000 +-0.104980468750 +0.032470703125 +-0.020385742188 +0.125976562500 +0.005065917969 +0.032958984375 +0.228515625000 +0.065917968750 +-0.053466796875 +-0.018676757812 +-0.255859375000 +0.042724609375 +-0.097167968750 +-0.146484375000 +-0.111816406250 +-0.205078125000 +0.024291992188 +-0.277343750000 +-0.002014160156 +-0.152343750000 +-0.089355468750 +-0.026367187500 +-0.040039062500 +0.070800781250 +-0.013305664062 +-0.098144531250 +-0.008422851562 +-0.064453125000 +-0.013366699219 +0.002075195312 +-0.031250000000 +-0.158203125000 +-0.089355468750 +0.167968750000 +0.036865234375 +0.050292968750 +-0.040283203125 +0.038818359375 +-0.068847656250 +0.140625000000 +-0.021728515625 +-0.351562500000 +-0.039794921875 +-0.180664062500 +0.045898437500 +0.007873535156 +0.140625000000 +0.106445312500 +-0.285156250000 +0.062011718750 +0.144531250000 +-0.211914062500 +0.016357421875 +0.003356933594 +0.114746093750 +-0.359375000000 +-0.191406250000 +0.106933593750 +0.127929687500 +-0.064453125000 +-0.071777343750 +0.029296875000 +-0.375000000000 +-0.004791259766 +0.026000976562 +-0.277343750000 +0.077148437500 +0.057128906250 +0.081054687500 +0.139648437500 +0.090820312500 +0.091308593750 +-0.198242187500 +-0.213867187500 +-0.207031250000 +-0.008117675781 +-0.168945312500 +0.402343750000 +-0.038818359375 +-0.392578125000 +0.027709960938 +-0.151367187500 +-0.018554687500 +-0.068359375000 +-0.104003906250 +-0.032470703125 +-0.052490234375 +0.035400390625 +-0.000598907471 +0.152343750000 +-0.013305664062 +0.043701171875 +-0.122558593750 +-0.108886718750 +0.040527343750 +-0.112304687500 +-0.085937500000 +0.116699218750 +-0.029174804688 +-0.054199218750 +0.031494140625 +-0.143554687500 +0.269531250000 +0.058349609375 +-0.109863281250 +-0.238281250000 +-0.028930664062 +-0.204101562500 +-0.132812500000 +0.068359375000 +-0.161132812500 +0.027587890625 +-0.332031250000 +0.029052734375 +0.170898437500 +-0.253906250000 +0.028564453125 +0.034667968750 +0.090820312500 +-0.209960937500 +-0.156250000000 +0.024169921875 +0.053710937500 +0.021362304688 +-0.063964843750 +-0.047851562500 +-0.988281250000 +-0.228515625000 +0.009094238281 +-0.125000000000 +0.071289062500 +0.090820312500 +0.052978515625 +0.261718750000 +0.097167968750 +0.043701171875 +-0.230468750000 +-0.357421875000 +-0.251953125000 +0.111328125000 +-0.118652343750 +0.476562500000 +-0.048095703125 +-0.269531250000 +0.004852294922 +-0.248046875000 +0.046142578125 +-0.089355468750 +-0.194335937500 +-0.103027343750 +0.016357421875 +0.075683593750 +0.135742187500 +0.237304687500 +-0.069335937500 +0.078613281250 +-0.054199218750 +0.016967773438 +0.191406250000 +-0.046142578125 +0.035400390625 +-0.024047851562 +0.012451171875 +0.088867187500 +0.085937500000 +-0.198242187500 +-0.003311157227 +0.075195312500 +-0.135742187500 +0.006896972656 +-0.005126953125 +-0.179687500000 +-0.112304687500 +-0.105957031250 +0.093261718750 +0.114746093750 +-0.067871093750 +0.109375000000 +0.225585937500 +0.000755310059 +-0.000013887882 +0.064453125000 +-0.065917968750 +-0.314453125000 +-0.162109375000 +0.023803710938 +0.115722656250 +0.087890625000 +0.002868652344 +-0.008117675781 +-1.367187500000 +-0.228515625000 +-0.064453125000 +0.012390136719 +0.054687500000 +-0.140625000000 +0.097167968750 +-0.070312500000 +-0.035888671875 +-0.009399414062 +-0.253906250000 +0.036132812500 +-0.104492187500 +-0.036865234375 +-0.190429687500 +-0.120117187500 +0.071777343750 +0.000170707703 +0.050292968750 +-0.250000000000 +-0.055664062500 +-0.255859375000 +-0.105468750000 +0.137695312500 +-0.199218750000 +0.070312500000 +0.088867187500 +-0.120605468750 +-0.112792968750 +0.196289062500 +-0.213867187500 +0.056396484375 +0.040039062500 +-0.052001953125 +-0.031005859375 +0.123046875000 +-0.082519531250 +0.012390136719 +-0.028564453125 +-0.104003906250 +0.091308593750 +0.039062500000 +-0.002655029297 +0.004913330078 +-0.037109375000 +0.108886718750 +-0.143554687500 +0.142578125000 +-0.065429687500 +0.105957031250 +-0.243164062500 +0.022460937500 +0.010192871094 +0.115234375000 +-0.015869140625 +0.077636718750 +0.024169921875 +-0.110839843750 +-0.445312500000 +-0.166015625000 +0.092285156250 +0.052490234375 +0.119140625000 +0.033203125000 +-0.832031250000 +-0.070800781250 +0.133789062500 +0.031494140625 +0.318359375000 +-0.167968750000 +0.201171875000 +-0.156250000000 +0.142578125000 +0.150390625000 +-0.131835937500 +0.143554687500 +0.322265625000 +0.173828125000 +-0.207031250000 +-0.011352539062 +-0.063964843750 +-0.086914062500 +0.026855468750 +-0.125976562500 +-0.180664062500 +-0.153320312500 +0.096679687500 +-0.035400390625 +-0.025024414062 +-0.082519531250 +0.020751953125 +0.005981445312 +0.062988281250 +-0.161132812500 +-0.124511718750 +0.079589843750 +-0.081054687500 +0.076171875000 +0.024902343750 +0.065429687500 +-0.004028320312 +0.058349609375 +0.060546875000 +-0.048095703125 +0.038085937500 +0.107910156250 +0.069335937500 +-0.144531250000 +-0.086914062500 +0.091796875000 +-0.153320312500 +0.133789062500 +0.127929687500 +0.040039062500 +-0.053955078125 +-0.048339843750 +0.010009765625 +0.064453125000 +0.159179687500 +0.008239746094 +-0.144531250000 +-0.059326171875 +-0.396484375000 +0.036621093750 +-0.085449218750 +-0.108886718750 +-0.100585937500 +0.057861328125 +0.096679687500 +-0.051269531250 +0.003646850586 +-0.044677734375 +-0.337890625000 +-0.049316406250 +-0.010803222656 +-0.207031250000 +0.110351562500 +0.097656250000 +-0.154296875000 +-0.073730468750 +0.180664062500 +-0.009826660156 +-0.330078125000 +-0.012695312500 +-0.020751953125 +-0.060058593750 +0.075195312500 +-0.214843750000 +-0.106445312500 +-0.105468750000 +0.328125000000 +-0.074218750000 +0.150390625000 +-0.121582031250 +0.104003906250 +0.084960937500 +0.570312500000 +-0.083984375000 +-0.134765625000 +0.018920898438 +0.136718750000 +-0.083007812500 +-0.062500000000 +0.194335937500 +-0.341796875000 +-0.060546875000 +0.110839843750 +0.022338867188 +0.172851562500 +0.071289062500 +0.083496093750 +-0.304687500000 +-0.203125000000 +-0.202148437500 +-0.139648437500 +0.166992187500 +0.031127929688 +-0.039062500000 +-0.149414062500 +0.172851562500 +-0.398437500000 +-0.063964843750 +-0.054687500000 +0.123046875000 +-0.043701171875 +-0.088867187500 +-0.281250000000 +0.345703125000 +-0.042236328125 +-0.198242187500 +-0.047363281250 +0.000858306885 +-0.011718750000 +0.031005859375 +0.039306640625 +0.020996093750 +-0.054199218750 +0.038574218750 +-0.040771484375 +-0.059326171875 +0.232421875000 +0.208007812500 +-0.204101562500 +-0.033691406250 +-0.322265625000 +0.022338867188 +-0.265625000000 +-0.044433593750 +-0.010375976562 +-0.384765625000 +0.027954101562 +-0.212890625000 +0.099609375000 +-0.146484375000 +0.162109375000 +-0.083496093750 +0.083984375000 +-0.065917968750 +0.032714843750 +0.034423828125 +-0.085449218750 +0.051757812500 +0.038330078125 +0.026611328125 +-0.053955078125 +-0.021118164062 +0.029296875000 +0.013549804688 +-0.089843750000 +-0.019531250000 +0.073242187500 +0.005432128906 +-0.010864257812 +0.081542968750 +0.197265625000 +0.013977050781 +-0.089843750000 +-0.020385742188 +-0.040039062500 +-0.079589843750 +0.031005859375 +-0.111328125000 +-0.058349609375 +0.294921875000 +-0.337890625000 +0.027099609375 +-0.088378906250 +0.001792907715 +0.111328125000 +-0.151367187500 +-0.071777343750 +-0.158203125000 +-0.036621093750 +-0.125000000000 +0.024169921875 +0.031494140625 +-0.040039062500 +-0.113281250000 +-0.016479492188 +-0.156250000000 +0.014709472656 +-0.026977539062 +-0.265625000000 +-0.202148437500 +0.257812500000 +0.009033203125 +0.090820312500 +-0.028198242188 +0.016235351562 +0.218750000000 +0.184570312500 +-0.164062500000 +-0.204101562500 +0.079589843750 +0.113281250000 +0.091308593750 +-0.041015625000 +-0.160156250000 +-0.062988281250 +-0.021362304688 +0.120117187500 +0.110351562500 +-0.047607421875 +0.016113281250 +-0.062988281250 +0.022094726562 +0.076660156250 +-0.018310546875 +-0.084472656250 +0.113281250000 +0.062988281250 +-0.050781250000 +-0.033203125000 +0.132812500000 +0.142578125000 +-0.460937500000 +0.197265625000 +0.083007812500 +-0.009887695312 +0.146484375000 +-0.341796875000 +0.098632812500 +-0.224609375000 +-0.021850585938 +0.052978515625 +-0.148437500000 +0.060791015625 +-0.051513671875 +-0.073730468750 +0.106933593750 +0.016967773438 +-0.017822265625 +0.178710937500 +0.008666992188 +0.087402343750 +-0.127929687500 +-0.021850585938 +0.063476562500 +0.043701171875 +0.038330078125 +-0.156250000000 +-0.049804687500 +0.070800781250 +0.036865234375 +-0.055419921875 +0.011657714844 +-0.178710937500 +-0.298828125000 +-0.186523437500 +0.001388549805 +0.075195312500 +-0.145507812500 +0.090332031250 +-0.156250000000 +0.060791015625 +-0.122070312500 +-0.093750000000 +-0.036376953125 +-0.013305664062 +0.009094238281 +-0.014770507812 +0.035888671875 +-0.130859375000 +-0.059570312500 +0.036621093750 +0.009094238281 +-0.129882812500 +0.107910156250 +-0.061523437500 +0.019042968750 +0.044189453125 +-0.503906250000 +0.030395507812 +-0.132812500000 +0.058105468750 +-0.184570312500 +0.011413574219 +0.018310546875 +0.012084960938 +-0.016235351562 +0.011962890625 +0.130859375000 +-0.075683593750 +0.099121093750 +-0.207031250000 +-0.018676757812 +-0.005249023438 +0.021606445312 +-0.059082031250 +-0.013000488281 +-0.065917968750 +0.079589843750 +0.029541015625 +0.060302734375 +-0.062500000000 +0.015869140625 +0.333984375000 +-0.031738281250 +0.049560546875 +-0.060302734375 +-0.052978515625 +0.180664062500 +-0.013916015625 +-0.037353515625 +-0.169921875000 +-0.076660156250 +0.035400390625 +0.073242187500 +-0.084960937500 +-0.059814453125 +-0.263671875000 +-0.104003906250 +-0.185546875000 +0.000006377697 +0.166015625000 +-0.028686523438 +0.095703125000 +-0.060058593750 +0.099121093750 +-0.115722656250 +0.063476562500 +0.125000000000 +-0.057861328125 +-0.081054687500 +0.072753906250 +-0.034912109375 +-0.094726562500 +-0.111328125000 +-0.042724609375 +0.075195312500 +-0.265625000000 +0.128906250000 +0.044921875000 +0.040527343750 +0.121093750000 +-0.550781250000 +-0.066894531250 +0.144531250000 +-0.156250000000 +-0.000113964081 +-0.078125000000 +-0.040527343750 +0.000911712646 +-0.039794921875 +-0.029541015625 +-0.020019531250 +0.058105468750 +-0.113281250000 +-0.178710937500 +-0.020019531250 +-0.094238281250 +-0.009399414062 +0.005645751953 +0.078125000000 +-0.056396484375 +0.003173828125 +-0.081054687500 +-0.142578125000 +-0.121582031250 +-0.007446289062 +-0.037597656250 +-0.020751953125 +0.059814453125 +0.019897460938 +-0.056884765625 +-0.020141601562 +-0.067382812500 +0.005920410156 +-0.019775390625 +0.002563476562 +0.048583984375 +-0.105957031250 +-0.006927490234 +-0.078125000000 +0.004730224609 +0.091308593750 +0.062500000000 +0.007141113281 +0.086914062500 +-0.030761718750 +-0.040283203125 +0.097656250000 +0.081542968750 +-0.020263671875 +-0.128906250000 +-0.058593750000 +-0.002929687500 +-0.341796875000 +-0.023315429688 +-0.031738281250 +-0.030029296875 +-0.077148437500 +0.105468750000 +-0.032470703125 +-0.128906250000 +-0.298828125000 +-0.306640625000 +-0.090332031250 +0.161132812500 +0.042724609375 +-0.069335937500 +0.166992187500 +-0.221679687500 +-0.233398437500 +-0.326171875000 +-0.179687500000 +0.112792968750 +-0.053466796875 +0.121093750000 +0.050048828125 +-0.087890625000 +-0.396484375000 +0.007537841797 +0.085937500000 +-0.197265625000 +0.008544921875 +0.053466796875 +-0.126953125000 +-0.108886718750 +-0.186523437500 +-0.001449584961 +-0.039306640625 +0.054687500000 +-0.094726562500 +0.251953125000 +-0.130859375000 +0.183593750000 +0.156250000000 +0.507812500000 +-0.137695312500 +-0.237304687500 +0.011596679688 +0.062500000000 +-0.045898437500 +-0.006195068359 +0.053955078125 +-0.121582031250 +0.147460937500 +0.310546875000 +-0.213867187500 +0.073242187500 +0.062255859375 +0.134765625000 +0.069335937500 +0.184570312500 +-0.030517578125 +-0.055664062500 +-0.125976562500 +0.046875000000 +-0.081054687500 +0.002319335938 +-0.271484375000 +0.036376953125 +0.068359375000 +0.149414062500 +-0.065917968750 +-0.201171875000 +0.003540039062 +0.055908203125 +0.316406250000 +-0.115722656250 +-0.055664062500 +0.071289062500 +-0.008239746094 +-0.015136718750 +0.077148437500 +-0.008728027344 +-0.421875000000 +-0.353515625000 +0.029296875000 +-0.005279541016 +0.147460937500 +0.184570312500 +0.069335937500 +0.017578125000 +-0.094726562500 +-0.009887695312 +0.135742187500 +-0.235351562500 +0.015197753906 +0.054199218750 +0.119140625000 +-0.009582519531 +0.119628906250 +-0.275390625000 +-0.018066406250 +-0.104003906250 +-0.048095703125 +0.096679687500 +-0.281250000000 +0.006805419922 +0.049804687500 +-0.214843750000 +-0.178710937500 +-0.200195312500 +0.011230468750 +-0.015380859375 +-0.087890625000 +-0.208984375000 +-0.060058593750 +-0.221679687500 +-0.030273437500 +0.392578125000 +-0.515625000000 +0.001396179199 +0.019775390625 +0.064941406250 +0.033203125000 +0.247070312500 +-0.064941406250 +-0.082519531250 +-0.072265625000 +0.156250000000 +0.142578125000 +-0.010986328125 +-0.176757812500 +-0.132812500000 +-0.037109375000 +-0.083007812500 +0.045166015625 +0.040527343750 +-0.068847656250 +0.200195312500 +0.154296875000 +0.017700195312 +0.093261718750 +0.082031250000 +-0.008972167969 +-0.191406250000 +-0.009582519531 +0.000556945801 +-0.172851562500 +-0.236328125000 +0.011779785156 +0.001731872559 +-0.228515625000 +0.158203125000 +0.146484375000 +-0.064453125000 +0.093261718750 +0.017944335938 +0.029296875000 +-0.050537109375 +-0.023803710938 +-0.008972167969 +0.166015625000 +-0.179687500000 +-0.121582031250 +-0.449218750000 +0.062988281250 +-0.066894531250 +-0.065429687500 +0.008056640625 +-0.036865234375 +0.118164062500 +-0.107421875000 +-0.002227783203 +-0.091308593750 +-0.065917968750 +-0.002975463867 +-0.152343750000 +-0.119140625000 +-0.047607421875 +-0.057617187500 +0.140625000000 +-0.052001953125 +-0.005981445312 +-0.298828125000 +0.018676757812 +-0.010925292969 +0.271484375000 +-0.092773437500 +0.013061523438 +-0.111328125000 +-0.059570312500 +-0.179687500000 +-0.123535156250 +0.069335937500 +-0.040771484375 +0.000736236572 +0.100585937500 +0.194335937500 +0.175781250000 +-0.036865234375 +-0.100585937500 +0.038330078125 +0.097167968750 +0.190429687500 +0.024169921875 +0.096191406250 +0.041259765625 +-0.023681640625 +-0.007232666016 +0.044921875000 +-0.091796875000 +0.169921875000 +-0.026123046875 +-0.082031250000 +0.140625000000 +-0.217773437500 +-0.077636718750 +0.177734375000 +-0.092773437500 +0.067871093750 +-0.186523437500 +-0.202148437500 +-0.294921875000 +-0.009826660156 +-0.097167968750 +0.008056640625 +-0.080566406250 +0.097167968750 +-0.103027343750 +0.179687500000 +0.089355468750 +0.040039062500 +-0.014221191406 +-0.187500000000 +-0.079101562500 +-0.129882812500 +0.017700195312 +0.058837890625 +0.031250000000 +-0.032714843750 +0.072753906250 +-0.086914062500 +-0.109863281250 +0.009399414062 +0.045898437500 +0.075683593750 +0.028930664062 +0.044677734375 +0.008178710938 +0.033691406250 +-0.193359375000 +-0.048095703125 +-0.071289062500 +-0.153320312500 +0.015869140625 +0.014160156250 +0.052734375000 +-0.511718750000 +-0.006072998047 +-0.166992187500 +0.036376953125 +0.094726562500 +-0.125976562500 +-0.013977050781 +0.003890991211 +0.129882812500 +-0.146484375000 +-0.140625000000 +-0.014160156250 +-0.033935546875 +-0.027099609375 +0.023925781250 +-0.020996093750 +-0.154296875000 +-0.263671875000 +-0.090332031250 +-0.054931640625 +0.202148437500 +0.015991210938 +-0.035156250000 +-0.000602722168 +-0.141601562500 +-0.102539062500 +0.298828125000 +-0.146484375000 +-0.265625000000 +0.251953125000 +-0.101562500000 +0.084960937500 +-0.061279296875 +-0.065917968750 +0.177734375000 +-0.437500000000 +0.092285156250 +0.040527343750 +0.040283203125 +0.020996093750 +0.068847656250 +0.035400390625 +0.136718750000 +-0.102539062500 +0.049316406250 +-0.302734375000 +0.027954101562 +-0.068359375000 +-0.097167968750 +-0.050048828125 +0.060058593750 +0.023681640625 +0.078125000000 +-0.041503906250 +-0.036132812500 +-0.037109375000 +0.023559570312 +-0.147460937500 +0.039306640625 +-0.070800781250 +-0.113769531250 +0.092773437500 +-0.023681640625 +-0.009948730469 +-0.427734375000 +-0.013000488281 +-0.250000000000 +-0.023803710938 +-0.214843750000 +-0.141601562500 +-0.056640625000 +0.094238281250 +-0.169921875000 +-0.114746093750 +-0.083984375000 +0.002670288086 +-0.038574218750 +0.000097751617 +-0.222656250000 +-0.126953125000 +0.082519531250 +-0.220703125000 +-0.013366699219 +-0.173828125000 +0.082031250000 +-0.120605468750 +-0.124023437500 +0.083007812500 +-0.115722656250 +-0.194335937500 +-0.068359375000 +-0.038574218750 +0.086914062500 +0.101562500000 +0.219726562500 +0.017700195312 +-0.064453125000 +-0.001953125000 +0.187500000000 +-0.332031250000 +-0.054931640625 +-0.007995605469 +-0.002578735352 +-0.546875000000 +0.001396179199 +0.062988281250 +0.160156250000 +-0.056884765625 +-0.030273437500 +-0.052978515625 +0.021118164062 +0.098632812500 +-0.077148437500 +0.017700195312 +0.140625000000 +0.001304626465 +-0.123535156250 +0.075195312500 +-0.245117187500 +0.096679687500 +0.049072265625 +-0.119140625000 +0.064453125000 +-0.088378906250 +0.084472656250 +0.098144531250 +0.023681640625 +0.151367187500 +-0.217773437500 +0.016601562500 +0.106933593750 +-0.013183593750 +-0.361328125000 +-0.181640625000 +-0.011474609375 +-0.051757812500 +-0.181640625000 +-0.003616333008 +-0.196289062500 +0.036132812500 +0.101074218750 +-0.181640625000 +0.067382812500 +-0.021850585938 +-0.084960937500 +-0.134765625000 +-0.069335937500 +0.016723632812 +-0.024169921875 +-0.047363281250 +-0.002502441406 +-0.076660156250 +0.038085937500 +-0.241210937500 +-0.002868652344 +-0.109375000000 +-0.001480102539 +0.067871093750 +0.076171875000 +-0.139648437500 +0.067871093750 +0.036132812500 +0.102050781250 +-0.171875000000 +-0.088867187500 +-0.096191406250 +-0.025390625000 +-0.451171875000 +-0.039306640625 +0.093261718750 +0.236328125000 +-0.111328125000 +-0.059326171875 +-0.202148437500 +-0.062988281250 +0.035644531250 +-0.165039062500 +-0.049560546875 +0.231445312500 +0.017456054688 +0.096679687500 +0.092773437500 +-0.038085937500 +0.107910156250 +-0.057373046875 +0.117187500000 +-0.094726562500 +0.145507812500 +-0.217773437500 +0.190429687500 +0.023803710938 +0.267578125000 +-0.160156250000 +0.037109375000 +-0.071777343750 +-0.582031250000 +-0.302734375000 +-0.153320312500 +-0.032470703125 +0.031494140625 +0.077148437500 +-0.014587402344 +-0.105468750000 +-0.068847656250 +-0.002151489258 +0.082519531250 +0.231445312500 +0.049804687500 +0.087890625000 +-0.083984375000 +-0.300781250000 +-0.218750000000 +0.088867187500 +-0.170898437500 +0.102050781250 +-0.189453125000 +-0.034423828125 +-0.186523437500 +0.192382812500 +-0.018676757812 +0.029785156250 +0.020019531250 +-0.165039062500 +0.033447265625 +0.166015625000 +-0.134765625000 +-0.015747070312 +-0.172851562500 +-0.000209808350 +0.181640625000 +0.045410156250 +-0.107910156250 +-0.087890625000 +0.033447265625 +-0.079101562500 +-0.012573242188 +0.073730468750 +0.045410156250 +0.014831542969 +0.057861328125 +-0.029174804688 +-0.024902343750 +0.036621093750 +0.014892578125 +0.068847656250 +0.057861328125 +0.257812500000 +-0.065429687500 +0.097167968750 +0.108398437500 +-0.194335937500 +-0.029785156250 +-0.037353515625 +0.157226562500 +0.037841796875 +-0.059326171875 +-0.371093750000 +0.075195312500 +-0.115234375000 +-0.699218750000 +0.006683349609 +-0.308593750000 +-0.007110595703 +-0.018798828125 +-0.175781250000 +0.107910156250 +-0.077148437500 +0.076171875000 +-0.296875000000 +0.084960937500 +-0.054931640625 +0.011047363281 +-0.087402343750 +-0.117187500000 +0.244140625000 +0.267578125000 +0.005004882812 +-0.023193359375 +0.133789062500 +0.155273437500 +-0.158203125000 +0.023071289062 +0.108886718750 +-0.251953125000 +0.104003906250 +0.060058593750 +-0.048339843750 +-0.139648437500 +0.007995605469 +-0.089355468750 +0.139648437500 +-0.082031250000 +-0.068847656250 +0.161132812500 +-0.000679016113 +-0.106933593750 +-0.100585937500 +0.048583984375 +0.177734375000 +0.072265625000 +-0.160156250000 +-0.113769531250 +-0.075195312500 +0.093261718750 +-0.026611328125 +-0.167968750000 +0.176757812500 +0.093261718750 +0.119140625000 +0.085937500000 +0.036132812500 +0.020507812500 +0.041503906250 +-0.038085937500 +-0.115234375000 +-0.101562500000 +-0.040283203125 +0.077148437500 +-0.005645751953 +-0.029174804688 +-0.404296875000 +0.063964843750 +-0.066406250000 +-0.119628906250 +0.036621093750 +-0.104492187500 +-0.020019531250 +0.006408691406 +-0.107421875000 +0.228515625000 +0.001968383789 +0.243164062500 +0.056884765625 +0.080566406250 +-0.143554687500 +-0.030395507812 +0.059570312500 +-0.253906250000 +-0.048583984375 +0.094726562500 +0.113769531250 +-0.136718750000 +-0.037841796875 +0.090820312500 +0.127929687500 +0.090332031250 +-0.051269531250 +0.074707031250 +0.057128906250 +0.040283203125 +-0.160156250000 +0.037109375000 +0.080566406250 +-0.082519531250 +0.273437500000 +0.075683593750 +0.180664062500 +0.146484375000 +-0.027832031250 +-0.045898437500 +-0.040771484375 +-0.011535644531 +0.056152343750 +0.038818359375 +0.253906250000 +-0.074707031250 +0.029052734375 +-0.206054687500 +-0.031738281250 +0.036865234375 +0.194335937500 +-0.001762390137 +-0.398437500000 +0.036865234375 +0.025146484375 +0.006774902344 +0.191406250000 +0.144531250000 +0.083007812500 +0.059570312500 +0.028930664062 +-0.083984375000 +-0.003662109375 +-0.028198242188 +-0.515625000000 +0.113769531250 +-0.054931640625 +-0.032714843750 +-0.195312500000 +-0.053222656250 +-0.035644531250 +-0.036132812500 +-0.151367187500 +-0.021484375000 +-0.108886718750 +-0.097167968750 +-0.090820312500 +-0.136718750000 +-0.138671875000 +-0.045410156250 +-0.113769531250 +-0.197265625000 +-0.314453125000 +-0.390625000000 +0.028320312500 +0.102539062500 +0.016235351562 +-0.009216308594 +-0.022216796875 +0.072265625000 +0.067382812500 +-0.076171875000 +-0.000839233398 +0.090820312500 +-0.161132812500 +0.043212890625 +0.162109375000 +-0.133789062500 +0.166015625000 +-0.093750000000 +0.146484375000 +-0.198242187500 +-0.054443359375 +0.028930664062 +-0.142578125000 +-0.291015625000 +0.057373046875 +-0.052734375000 +-0.047851562500 +-0.341796875000 +-0.033935546875 +-0.024780273438 +-0.194335937500 +0.047851562500 +0.155273437500 +-0.007720947266 +-0.122558593750 +0.066894531250 +0.007568359375 +-0.070800781250 +-0.011047363281 +-0.092773437500 +-0.412109375000 +0.021606445312 +0.113281250000 +-0.263671875000 +0.012817382812 +-0.082519531250 +0.096191406250 +0.009094238281 +-0.223632812500 +-0.063964843750 +0.049560546875 +-0.159179687500 +-0.033203125000 +-0.038085937500 +-0.250000000000 +-0.328125000000 +0.051513671875 +0.049804687500 +0.070312500000 +0.158203125000 +-0.041992187500 +-0.026977539062 +-0.742187500000 +0.000211715698 +-0.093261718750 +-0.125976562500 +0.003387451172 +-0.239257812500 +0.118652343750 +0.077636718750 +-0.084472656250 +-0.178710937500 +0.061523437500 +0.022705078125 +-0.000553131104 +-0.150390625000 +-0.028930664062 +0.025390625000 +-0.013549804688 +-0.079589843750 +-0.088378906250 +0.031127929688 +0.021362304688 +-0.416015625000 +-0.045898437500 +0.167968750000 +-0.017211914062 +-0.247070312500 +0.081542968750 +-0.120605468750 +-0.055175781250 +0.005706787109 +-0.062988281250 +0.002914428711 +0.003540039062 +-0.139648437500 +-0.034423828125 +0.120605468750 +0.059326171875 +0.107910156250 +-0.086914062500 +0.122070312500 +-0.154296875000 +-0.107421875000 +-0.134765625000 +-0.020263671875 +-0.130859375000 +0.017700195312 +-0.044677734375 +-0.113769531250 +-0.210937500000 +0.132812500000 +0.026367187500 +-0.014160156250 +-0.048339843750 +-0.073730468750 +-0.090820312500 +0.161132812500 +0.064941406250 +-0.212890625000 +0.147460937500 +0.085449218750 +0.097656250000 +0.029785156250 +0.100097656250 +-0.079589843750 +-0.597656250000 +-0.159179687500 +0.013732910156 +0.059814453125 +-0.009033203125 +-0.013183593750 +0.111816406250 +-0.154296875000 +0.044677734375 +-0.058349609375 +0.125976562500 +-0.102050781250 +0.004425048828 +-0.177734375000 +0.028442382812 +0.116699218750 +0.047119140625 +-0.062988281250 +-0.038818359375 +0.010131835938 +0.041748046875 +-0.043457031250 +0.096679687500 +0.251953125000 +-0.087402343750 +-0.192382812500 +-0.281250000000 +-0.074707031250 +-0.375000000000 +-0.059814453125 +0.380859375000 +-0.197265625000 +-0.261718750000 +-0.046142578125 +0.103027343750 +0.092773437500 +0.057128906250 +0.138671875000 +0.011230468750 +0.212890625000 +-0.263671875000 +-0.019897460938 +-0.248046875000 +-0.048828125000 +-0.289062500000 +0.072265625000 +-0.816406250000 +-0.032470703125 +0.110351562500 +-0.396484375000 +-0.225585937500 +0.001716613770 +-0.051025390625 +-0.158203125000 +0.090332031250 +0.154296875000 +-0.003616333008 +-0.166992187500 +-0.296875000000 +-0.027954101562 +0.040771484375 +0.028686523438 +0.142578125000 +0.059570312500 +-0.414062500000 +-0.126953125000 +-0.064941406250 +-0.036621093750 +-0.070800781250 +-0.191406250000 +0.183593750000 +-0.101562500000 +-0.030151367188 +-0.060791015625 +0.097656250000 +0.033691406250 +-0.012573242188 +-0.176757812500 +-0.031127929688 +-0.193359375000 +0.112304687500 +-0.057861328125 +0.059082031250 +-0.044677734375 +0.058105468750 +-0.357421875000 +-0.101074218750 +-0.137695312500 +0.123046875000 +-0.289062500000 +0.147460937500 +-0.127929687500 +-0.113281250000 +-0.106445312500 +0.511718750000 +-0.071289062500 +0.033691406250 +-0.233398437500 +0.102050781250 +0.075683593750 +-0.022583007812 +-0.042724609375 +-0.114257812500 +0.247070312500 +-0.302734375000 +0.057373046875 +-0.134765625000 +-0.142578125000 +-0.308593750000 +0.008361816406 +-0.279296875000 +-0.184570312500 +-0.047851562500 +-0.316406250000 +0.306640625000 +-0.104492187500 +-0.382812500000 +-0.126953125000 +0.047363281250 +0.122558593750 +0.118164062500 +-0.204101562500 +-0.269531250000 +0.034667968750 +-0.024169921875 +-0.037353515625 +0.045410156250 +0.041992187500 +-0.359375000000 +0.141601562500 +-0.181640625000 +0.041748046875 +-0.023193359375 +0.013549804688 +0.102539062500 +0.135742187500 +-0.046630859375 +-0.037109375000 +0.231445312500 +0.067382812500 +-0.043212890625 +-0.035400390625 +0.159179687500 +-0.064941406250 +0.152343750000 +-0.047363281250 +-0.355468750000 +-0.002151489258 +0.025756835938 +-0.050292968750 +0.013061523438 +-0.103515625000 +0.181640625000 +-0.167968750000 +0.154296875000 +0.030517578125 +-0.112304687500 +0.029174804688 +0.096679687500 +-0.137695312500 +-0.089355468750 +0.312500000000 +-0.089355468750 +0.011718750000 +-0.054443359375 +-0.122558593750 +-0.067871093750 +0.019287109375 +-0.200195312500 +0.247070312500 +-0.312500000000 +-0.215820312500 +-0.253906250000 +-0.060302734375 +0.037109375000 +0.054931640625 +0.022094726562 +0.024414062500 +0.231445312500 +-0.310546875000 +-0.093261718750 +-0.123535156250 +0.021972656250 +0.114257812500 +-0.065429687500 +-0.028076171875 +0.042480468750 +-0.349609375000 +-0.065917968750 +0.028564453125 +0.031494140625 +-0.076171875000 +-0.116699218750 +-0.056640625000 +0.095703125000 +-0.062988281250 +0.031982421875 +-0.171875000000 +0.051513671875 +0.037353515625 +-0.005340576172 +-0.041503906250 +0.123046875000 +0.051513671875 +0.013000488281 +0.169921875000 +-0.234375000000 +-0.231445312500 +-0.007202148438 +-0.001724243164 +0.145507812500 +0.010559082031 +0.095703125000 +-0.277343750000 +0.032226562500 +0.151367187500 +-0.069335937500 +-0.142578125000 +-0.068847656250 +-0.099121093750 +-0.061279296875 +-0.337890625000 +-0.033203125000 +-0.011108398438 +-0.077636718750 +-0.076171875000 +0.053710937500 +-0.330078125000 +0.048339843750 +-0.291015625000 +-0.092285156250 +0.047851562500 +-0.398437500000 +0.082519531250 +-0.099121093750 +-0.019775390625 +-0.248046875000 +-0.049316406250 +-0.004119873047 +-0.041503906250 +-0.053710937500 +-0.088867187500 +0.108398437500 +-0.437500000000 +-0.144531250000 +-0.056884765625 +0.005187988281 +0.055175781250 +0.006530761719 +-0.259765625000 +0.100585937500 +-0.326171875000 +0.032226562500 +-0.070312500000 +-0.010742187500 +-0.031494140625 +-0.390625000000 +-0.158203125000 +0.000051021576 +-0.105468750000 +-0.238281250000 +-0.147460937500 +0.034179687500 +-0.032714843750 +-0.121093750000 +-0.095703125000 +0.071777343750 +0.071777343750 +-0.107910156250 +0.165039062500 +-0.080566406250 +-0.010742187500 +0.007537841797 +-0.074218750000 +0.038085937500 +0.090820312500 +0.079589843750 +-0.028076171875 +0.071777343750 +0.125976562500 +0.057128906250 +-0.150390625000 +-0.239257812500 +0.034179687500 +-0.113281250000 +-0.031494140625 +-0.038085937500 +-0.143554687500 +0.075195312500 +0.189453125000 +0.104003906250 +-0.500000000000 +-0.060546875000 +-0.046142578125 +-0.076660156250 +0.003616333008 +-0.351562500000 +0.027954101562 +-0.382812500000 +0.029541015625 +-0.105957031250 +-0.051513671875 +0.005371093750 +0.081542968750 +-0.088378906250 +0.020629882812 +-0.052490234375 +0.036621093750 +-0.033935546875 +-0.314453125000 +0.018066406250 +-0.032714843750 +-0.075683593750 +-0.069824218750 +0.057617187500 +-0.072265625000 +0.043945312500 +-0.121582031250 +0.043212890625 +-0.014099121094 +-0.500000000000 +-0.067382812500 +-0.174804687500 +0.113769531250 +-0.043457031250 +-0.044921875000 +-0.014404296875 +-0.037353515625 +-0.027343750000 +-0.102539062500 +0.125000000000 +0.191406250000 +0.002487182617 +-0.068847656250 +-0.063476562500 +-0.040527343750 +-0.030273437500 +0.068847656250 +-0.107421875000 +-0.011535644531 +-0.057617187500 +0.048095703125 +0.083984375000 +-0.046386718750 +-0.056396484375 +-0.027709960938 +-0.496093750000 +-0.002365112305 +0.123535156250 +0.041503906250 +-0.078125000000 +0.099609375000 +-0.051513671875 +-0.140625000000 +0.165039062500 +-0.129882812500 +-0.112792968750 +-0.049072265625 +0.003860473633 +0.048828125000 +0.217773437500 +-0.064453125000 +0.104980468750 +-0.007598876953 +-0.097167968750 +-0.149414062500 +0.017700195312 +-0.121093750000 +-0.010559082031 +-0.012695312500 +0.110351562500 +0.119628906250 +-0.114257812500 +-0.028686523438 +-0.065917968750 +-0.015991210938 +-0.347656250000 +0.015075683594 +0.011779785156 +0.002288818359 +0.003005981445 +0.179687500000 +-0.347656250000 +0.026977539062 +0.108886718750 +0.090332031250 +-0.062500000000 +0.012878417969 +0.029541015625 +0.060791015625 +-0.028076171875 +0.053955078125 +0.000305175781 +0.002197265625 +-0.176757812500 +0.010314941406 +-0.083496093750 +-0.040039062500 +-0.019287109375 +-0.015869140625 +-0.124511718750 +-0.034423828125 +-0.095214843750 +-0.050537109375 +-0.156250000000 +0.060302734375 +0.099609375000 +0.150390625000 +-0.138671875000 +-0.098632812500 +-0.326171875000 +-0.097167968750 +0.003204345703 +-0.185546875000 +-0.068359375000 +-0.083496093750 +-0.082031250000 +-0.176757812500 +0.025634765625 +-0.086425781250 +0.057373046875 +-0.034912109375 +0.016967773438 +-0.057861328125 +0.251953125000 +0.002975463867 +-0.027832031250 +0.004791259766 +-0.085937500000 +-0.196289062500 +0.186523437500 +-0.228515625000 +-0.033935546875 +-0.060302734375 +-0.045166015625 +0.033935546875 +-0.184570312500 +-0.157226562500 +0.062988281250 +0.002105712891 +-0.098632812500 +-0.071289062500 +0.077148437500 +0.053710937500 +0.001182556152 +0.211914062500 +-0.145507812500 +0.041748046875 +0.087890625000 +-0.033447265625 +-0.241210937500 +0.053222656250 +-0.127929687500 +0.090332031250 +-0.048583984375 +-0.001739501953 +-0.166992187500 +-0.015014648438 +-0.028320312500 +-0.009704589844 +-0.040527343750 +-0.017211914062 +-0.158203125000 +-0.027221679688 +-0.062988281250 +0.058349609375 +0.261718750000 +0.012817382812 +-0.036132812500 +-0.111816406250 +-0.570312500000 +0.050048828125 +-0.129882812500 +0.094726562500 +-0.139648437500 +0.072265625000 +-0.108398437500 +-0.007385253906 +-0.053466796875 +-0.103027343750 +0.121582031250 +-0.146484375000 +-0.131835937500 +-0.060546875000 +0.025146484375 +-0.018798828125 +-0.083007812500 +0.018920898438 +0.166015625000 +-0.016113281250 +0.166015625000 +-0.040771484375 +-0.035156250000 +-0.261718750000 +-0.002792358398 +-0.310546875000 +0.094238281250 +-0.182617187500 +-0.404296875000 +0.082519531250 +0.054199218750 +-0.072753906250 +0.769531250000 +-0.124511718750 +-0.150390625000 +0.080566406250 +0.013854980469 +0.010559082031 +-0.136718750000 +0.308593750000 +0.061035156250 +-0.076660156250 +0.076660156250 +0.082031250000 +-0.183593750000 +0.024169921875 +-0.056396484375 +0.069824218750 +-0.003860473633 +0.051025390625 +-0.250000000000 +-0.049804687500 +-0.176757812500 +-0.045166015625 +0.040283203125 +0.082519531250 +0.458984375000 +-0.014160156250 +-0.050781250000 +0.083496093750 +0.198242187500 +-0.088378906250 +-0.059082031250 +0.146484375000 +-0.554687500000 +0.062255859375 +0.074707031250 +0.086425781250 +0.049316406250 +-0.047607421875 +-0.081542968750 +0.157226562500 +-0.034423828125 +0.221679687500 +-0.011901855469 +-0.070800781250 +-0.574218750000 +-0.021484375000 +-0.086914062500 +0.087890625000 +-0.089843750000 +0.125000000000 +0.052246093750 +-0.036621093750 +-0.080078125000 +-0.081542968750 +-0.240234375000 +-0.298828125000 +0.008239746094 +-0.136718750000 +0.007995605469 +-0.183593750000 +-0.208007812500 +0.347656250000 +-0.001953125000 +-0.129882812500 +0.267578125000 +-0.056884765625 +0.050781250000 +-0.046142578125 +-0.137695312500 +0.097656250000 +-0.173828125000 +0.086914062500 +0.173828125000 +-0.145507812500 +0.109863281250 +-0.020751953125 +-0.060546875000 +-0.077636718750 +0.049804687500 +-0.117675781250 +0.114746093750 +-0.214843750000 +-0.023193359375 +-0.111816406250 +-0.150390625000 +-0.084472656250 +0.109375000000 +-0.110351562500 +0.195312500000 +-0.133789062500 +-0.039306640625 +0.115234375000 +-0.074218750000 +-0.061035156250 +-0.018554687500 +0.048583984375 +0.060791015625 +-0.163085937500 +-0.060302734375 +-0.009460449219 +-0.201171875000 +0.019897460938 +0.169921875000 +-0.036376953125 +0.263671875000 +0.068359375000 +-0.100097656250 +-0.076171875000 +-0.219726562500 +0.102050781250 +0.028808593750 +0.168945312500 +0.011474609375 +0.125976562500 +-0.219726562500 +0.005737304688 +0.212890625000 +-0.124511718750 +-0.515625000000 +-0.080078125000 +-0.115722656250 +0.065917968750 +0.034912109375 +-0.216796875000 +-0.049560546875 +0.269531250000 +-0.074707031250 +-0.283203125000 +-0.124023437500 +0.030883789062 +-0.245117187500 +-0.035888671875 +-0.127929687500 +-0.261718750000 +-0.008422851562 +0.169921875000 +-0.069335937500 +0.002471923828 +0.109863281250 +-0.029785156250 +-0.316406250000 +0.255859375000 +0.018676757812 +0.084960937500 +-0.100585937500 +-0.294921875000 +-0.081054687500 +-0.178710937500 +0.055908203125 +0.107421875000 +-0.063964843750 +-0.249023437500 +-0.092773437500 +0.041992187500 +0.041015625000 +-0.002777099609 +-0.085937500000 +-0.009033203125 +-0.153320312500 +0.038574218750 +0.064453125000 +0.043212890625 +-0.015747070312 +-0.052490234375 +-0.335937500000 +-0.019165039062 +0.017333984375 +-0.114746093750 +-0.043212890625 +0.049560546875 +0.052001953125 +0.070800781250 +-0.163085937500 +0.230468750000 +0.124023437500 +0.192382812500 +-0.025634765625 +0.131835937500 +-0.263671875000 +0.048828125000 +0.008666992188 +-0.109863281250 +-0.129882812500 +-0.197265625000 +-0.203125000000 +-0.151367187500 +0.032714843750 +-0.137695312500 +0.152343750000 +0.154296875000 +-0.105468750000 +-0.221679687500 +-0.011962890625 +-0.002960205078 +-0.406250000000 +0.190429687500 +0.011047363281 +-0.251953125000 +-0.020507812500 +0.203125000000 +-0.314453125000 +0.039306640625 +0.102539062500 +-0.052978515625 +-0.118164062500 +0.189453125000 +0.014648437500 +-0.082519531250 +-0.149414062500 +-0.076660156250 +-0.037109375000 +0.261718750000 +-0.039062500000 +0.176757812500 +-0.193359375000 +-0.296875000000 +0.024780273438 +-0.142578125000 +-0.003067016602 +0.047851562500 +-0.118652343750 +0.053955078125 +-0.177734375000 +-0.034912109375 +0.027099609375 +-0.094238281250 +-0.316406250000 +0.065429687500 +-0.163085937500 +-0.003540039062 +-0.164062500000 +-0.202148437500 +-0.034912109375 +-0.112304687500 +0.012756347656 +-0.053710937500 +0.016479492188 +0.041503906250 +0.003753662109 +0.083007812500 +-0.005981445312 +0.015319824219 +-0.166015625000 +-0.014648437500 +0.189453125000 +-0.048095703125 +-0.018798828125 +-0.181640625000 +-0.129882812500 +-0.067382812500 +-0.058593750000 +-0.051269531250 +-0.052001953125 +-0.170898437500 +0.182617187500 +-0.294921875000 +-0.033203125000 +-0.005432128906 +-0.318359375000 +0.091796875000 +-0.151367187500 +0.057617187500 +-0.082519531250 +0.019042968750 +-0.229492187500 +0.030883789062 +0.106933593750 +-0.225585937500 +0.133789062500 +0.115234375000 +-0.380859375000 +0.016967773438 +-0.061279296875 +-0.051025390625 +-0.198242187500 +0.024047851562 +-0.036621093750 +0.058837890625 +0.070800781250 +-0.333984375000 +0.006896972656 +-0.074707031250 +-0.138671875000 +-0.083007812500 +-0.121093750000 +-0.005798339844 +0.061767578125 +-0.069335937500 +0.060058593750 +-0.061767578125 +0.021240234375 +-0.035644531250 +-0.039794921875 +0.018798828125 +-0.052734375000 +-0.100585937500 +-0.052978515625 +-0.051513671875 +0.110351562500 +0.064941406250 +-0.007324218750 +0.050537109375 +0.062500000000 +-0.154296875000 +-0.003021240234 +-0.062255859375 +-0.212890625000 +-0.115234375000 +0.040283203125 +-0.114746093750 +0.025268554688 +-0.037353515625 +0.154296875000 +-0.267578125000 +0.024658203125 +-0.257812500000 +0.083984375000 +0.109863281250 +-0.011596679688 +0.150390625000 +-0.098632812500 +-0.023315429688 +-0.026245117188 +-0.013183593750 +-0.005310058594 +0.001380920410 +0.124511718750 +0.017211914062 +-0.025756835938 +-0.025268554688 +0.065429687500 +0.017456054688 +-0.164062500000 +0.026489257812 +-0.070312500000 +-0.035400390625 +-0.010437011719 +-0.085937500000 +0.111816406250 +-0.130859375000 +-0.028564453125 +-0.087402343750 +0.124023437500 +-0.060791015625 +0.005401611328 +-0.066894531250 +-0.001861572266 +-0.243164062500 +-0.009094238281 +0.008911132812 +0.117187500000 +-0.092285156250 +0.122070312500 +0.113281250000 +-0.028076171875 +-0.104492187500 +-0.153320312500 +0.039550781250 +-0.131835937500 +0.045898437500 +0.396484375000 +-0.078613281250 +-0.210937500000 +-0.060302734375 +-0.029907226562 +0.031127929688 +-0.075195312500 +0.033935546875 +-0.067871093750 +0.128906250000 +-0.287109375000 +0.102050781250 +-0.202148437500 +0.052001953125 +0.038330078125 +0.102539062500 +0.060791015625 +-0.013000488281 +0.073242187500 +-0.169921875000 +-0.138671875000 +-0.043457031250 +0.006256103516 +0.017211914062 +-0.081542968750 +0.113281250000 +0.092285156250 +-0.183593750000 +0.137695312500 +-0.006408691406 +0.031738281250 +-0.005035400391 +0.008300781250 +0.090820312500 +-0.279296875000 +-0.239257812500 +-0.359375000000 +-0.045898437500 +-0.001235961914 +-0.008483886719 +0.044433593750 +0.095703125000 +0.168945312500 +-0.155273437500 +0.111328125000 +-0.061523437500 +0.040771484375 +-0.140625000000 +0.195312500000 +-0.186523437500 +0.102050781250 +-0.287109375000 +-0.000499725342 +-0.003829956055 +0.025756835938 +-0.103027343750 +0.105468750000 +0.320312500000 +0.092773437500 +-0.099121093750 +0.094238281250 +0.036132812500 +-0.150390625000 +-0.117187500000 +0.414062500000 +-0.154296875000 +0.182617187500 +0.034179687500 +-0.142578125000 +-0.056152343750 +-0.166992187500 +0.044189453125 +-0.300781250000 +-0.015869140625 +-0.100585937500 +0.140625000000 +-0.113769531250 +0.040039062500 +-0.160156250000 +0.158203125000 +0.138671875000 +0.022827148438 +-0.042724609375 +-0.249023437500 +-0.220703125000 +0.111328125000 +-0.163085937500 +-0.233398437500 +-0.104492187500 +0.125976562500 +0.004516601562 +-0.220703125000 +-0.378906250000 +0.014892578125 +-0.008422851562 +0.009887695312 +0.017578125000 +0.148437500000 +-0.245117187500 +0.033203125000 +-0.219726562500 +-0.047851562500 +-0.167968750000 +0.044921875000 +0.017822265625 +-0.088867187500 +-0.200195312500 +-0.124023437500 +-0.058105468750 +0.062011718750 +-0.036621093750 +-0.173828125000 +0.083984375000 +-0.178710937500 +-0.059326171875 +-0.208984375000 +-0.369140625000 +-0.071777343750 +-0.034667968750 +-0.063476562500 +-0.208984375000 +0.351562500000 +-0.135742187500 +0.036376953125 +-0.146484375000 +-0.072753906250 +0.065429687500 +-0.013671875000 +-0.007202148438 +0.072265625000 +-0.052001953125 +0.019653320312 +-0.093750000000 +-0.000759124756 +-0.699218750000 +0.044189453125 +-0.228515625000 +0.116699218750 +-0.306640625000 +-0.275390625000 +-0.044677734375 +-0.075195312500 +-0.106933593750 +-0.008300781250 +0.067871093750 +-0.180664062500 +0.083496093750 +-0.392578125000 +-0.078613281250 +-0.085449218750 +-0.029052734375 +-0.168945312500 +-0.033447265625 +-0.007537841797 +0.027709960938 +-0.117675781250 +-0.167968750000 +-0.028808593750 +0.029785156250 +-0.152343750000 +-0.057617187500 +-0.019653320312 +-0.228515625000 +0.104003906250 +-0.224609375000 +-0.161132812500 +-0.140625000000 +-0.052246093750 +0.000690460205 +-0.173828125000 +0.026123046875 +-0.269531250000 +-0.163085937500 +-0.020629882812 +-0.216796875000 +-0.074218750000 +-0.005828857422 +0.138671875000 +0.040283203125 +-0.166015625000 +-0.002563476562 +0.126953125000 +0.023071289062 +-0.185546875000 +-0.212890625000 +0.175781250000 +0.017700195312 +-0.072753906250 +0.042236328125 +-0.140625000000 +0.024291992188 +-0.157226562500 +-0.038818359375 +0.128906250000 +0.068359375000 +-0.056884765625 +0.066894531250 +-0.149414062500 +-0.020996093750 +0.070800781250 +0.128906250000 +0.204101562500 +0.021850585938 +-0.239257812500 +-0.188476562500 +-0.253906250000 +0.174804687500 +0.173828125000 +-0.160156250000 +0.043212890625 +-0.090332031250 +-0.228515625000 +-0.164062500000 +0.170898437500 +0.058349609375 +-0.190429687500 +-0.009643554688 +-0.050048828125 +0.120605468750 +-0.057861328125 +-0.033203125000 +-0.230468750000 +-0.006866455078 +-0.038818359375 +0.040283203125 +0.083496093750 +-0.169921875000 +0.122070312500 +-0.042968750000 +-0.073242187500 +-0.132812500000 +-0.067382812500 +0.054931640625 +-0.083007812500 +-0.277343750000 +-0.023803710938 +0.174804687500 +0.057373046875 +0.153320312500 +-0.306640625000 +0.021972656250 +-0.032714843750 +0.013732910156 +-0.194335937500 +-0.131835937500 +-0.061767578125 +0.173828125000 +0.007293701172 +-0.041259765625 +-0.025024414062 +-0.140625000000 +-0.044433593750 +-0.159179687500 +-0.120605468750 +-0.184570312500 +-0.064453125000 +-0.000205039978 +0.006652832031 +-0.160156250000 +-0.073242187500 +0.102539062500 +-0.000766754150 +0.033447265625 +0.088867187500 +-0.009155273438 +0.079101562500 +-0.124023437500 +-0.112792968750 +-0.203125000000 +-0.148437500000 +-0.046630859375 +-0.016113281250 +-0.041748046875 +-0.406250000000 +-0.055419921875 +-0.188476562500 +0.114746093750 +0.043457031250 +-0.106445312500 +-0.153320312500 +-0.027465820312 +0.035156250000 +-0.023681640625 +0.148437500000 +0.078125000000 +-0.080078125000 +0.082519531250 +-0.249023437500 +-0.046142578125 +-0.011962890625 +-0.343750000000 +0.227539062500 +-0.088378906250 +-0.089843750000 +-0.097656250000 +-0.073730468750 +-0.015075683594 +0.038818359375 +-0.093750000000 +0.236328125000 +-0.208007812500 +0.234375000000 +0.034667968750 +-0.049316406250 +0.075195312500 +-0.141601562500 +0.031250000000 +-0.077148437500 +0.114257812500 +0.167968750000 +0.012512207031 +0.028198242188 +-0.135742187500 +-0.058349609375 +0.164062500000 +0.040771484375 +-0.298828125000 +0.125976562500 +-0.015563964844 +-0.063476562500 +0.014892578125 +-0.060058593750 +0.058349609375 +0.195312500000 +0.093261718750 +0.108398437500 +-0.183593750000 +-0.072265625000 +0.050292968750 +0.009338378906 +-0.169921875000 +-0.216796875000 +0.042480468750 +0.095214843750 +-0.141601562500 +-0.002609252930 +-0.159179687500 +-0.249023437500 +-0.062255859375 +-0.095703125000 +-0.008911132812 +0.117187500000 +0.022338867188 +-0.048583984375 +-0.005401611328 +0.048828125000 +0.065429687500 +-0.125000000000 +-0.019897460938 +-0.094238281250 +0.118164062500 +-0.046142578125 +0.005584716797 +-0.026367187500 +-0.410156250000 +0.069824218750 +-0.292968750000 +-0.091796875000 +-0.029663085938 +-0.029052734375 +-0.000957489014 +0.062988281250 +0.095214843750 +0.291015625000 +-0.101562500000 +-0.027221679688 +0.000284194946 +-0.238281250000 +-0.025390625000 +0.043945312500 +0.045898437500 +-0.215820312500 +-0.015625000000 +-0.009033203125 +-0.157226562500 +-0.071777343750 +-0.200195312500 +0.126953125000 +-0.202148437500 +-0.121093750000 +0.158203125000 +-0.141601562500 +0.156250000000 +-0.034423828125 +0.217773437500 +0.111816406250 +0.003845214844 +0.071777343750 +0.045166015625 +-0.192382812500 +-0.055175781250 +0.073242187500 +0.016845703125 +-0.037109375000 +0.049560546875 +-0.008850097656 +-0.023193359375 +0.010131835938 +0.066406250000 +0.147460937500 +-0.120117187500 +0.146484375000 +-0.173828125000 +-0.065429687500 +-0.045410156250 +0.063476562500 +-0.078125000000 +-0.131835937500 +0.018798828125 +-0.087890625000 +-0.079589843750 +-0.111328125000 +0.020263671875 +-0.039550781250 +-0.101562500000 +0.064453125000 +0.049316406250 +0.096191406250 +0.020019531250 +-0.202148437500 +0.107910156250 +-0.199218750000 +-0.006622314453 +0.118164062500 +-0.322265625000 +-0.335937500000 +0.157226562500 +-0.108886718750 +0.040527343750 +-0.046630859375 +0.047851562500 +0.065429687500 +0.040039062500 +-0.002838134766 +0.024902343750 +-0.132812500000 +0.011047363281 +-0.033935546875 +-0.011657714844 +-0.027832031250 +0.102539062500 +0.219726562500 +0.214843750000 +-0.644531250000 +-0.062988281250 +-0.121582031250 +0.029785156250 +-0.051757812500 +-0.013366699219 +-0.051269531250 +0.046630859375 +0.019409179688 +-0.147460937500 +-0.124511718750 +0.164062500000 +0.014343261719 +-0.153320312500 +-0.085449218750 +0.096679687500 +-0.066894531250 +-0.056152343750 +0.051269531250 +-0.032958984375 +0.056152343750 +-0.047607421875 +0.088867187500 +-0.168945312500 +0.142578125000 +-0.048339843750 +-0.053466796875 +0.168945312500 +0.010437011719 +0.122070312500 +0.773437500000 +-0.024291992188 +-0.003646850586 +-0.025634765625 +-0.047119140625 +-0.075683593750 +0.010864257812 +0.147460937500 +0.225585937500 +0.245117187500 +-0.016845703125 +0.099121093750 +-0.025268554688 +-0.046142578125 +0.029418945312 +0.101074218750 +-0.730468750000 +-0.050048828125 +0.050292968750 +-0.148437500000 +0.012878417969 +0.062500000000 +-0.099609375000 +-0.103027343750 +-0.091308593750 +0.022705078125 +0.134765625000 +-0.023071289062 +-0.024291992188 +-0.072753906250 +-0.164062500000 +0.225585937500 +0.011230468750 +0.008911132812 +-0.269531250000 +0.100585937500 +-0.193359375000 +-0.406250000000 +-0.451171875000 +0.137695312500 +-0.175781250000 +-0.007110595703 +0.103515625000 +0.146484375000 +-0.114746093750 +-0.170898437500 +-0.091308593750 +-0.220703125000 +0.011901855469 +0.125976562500 +-0.058349609375 +0.015197753906 +0.133789062500 +-0.216796875000 +0.250000000000 +-0.095214843750 +-0.200195312500 +-0.027954101562 +0.345703125000 +0.069824218750 +-0.053466796875 +0.094238281250 +-0.090332031250 +-0.019775390625 +0.267578125000 +0.068359375000 +0.130859375000 +0.007171630859 +-0.097167968750 +0.036376953125 +0.066894531250 +0.373046875000 +0.082031250000 +0.031494140625 +-0.031494140625 +0.160156250000 +-0.057373046875 +-0.202148437500 +0.038818359375 +-0.139648437500 +-0.738281250000 +0.214843750000 +0.130859375000 +-0.046142578125 +0.013854980469 +-0.006072998047 +0.020874023438 +-0.018676757812 +0.023315429688 +-0.019287109375 +-0.045166015625 +0.017089843750 +-0.056884765625 +0.014953613281 +-0.054931640625 +-0.038818359375 +-0.091796875000 +0.045410156250 +-0.042724609375 +0.249023437500 +0.059326171875 +0.003967285156 +0.014892578125 +0.084472656250 +-0.024780273438 +0.013671875000 +-0.062500000000 +0.057373046875 +0.069824218750 +-0.476562500000 +-0.009216308594 +-0.753906250000 +-0.017211914062 +0.283203125000 +0.191406250000 +0.080078125000 +0.017822265625 +-0.023437500000 +-0.004882812500 +0.067871093750 +0.073242187500 +-0.106445312500 +0.148437500000 +-0.158203125000 +-0.089355468750 +-0.146484375000 +0.024658203125 +-0.169921875000 +0.033691406250 +0.106933593750 +-0.137695312500 +-0.171875000000 +-0.014953613281 +-0.166992187500 +0.200195312500 +0.384765625000 +-0.002807617188 +0.055908203125 +-0.102050781250 +0.114257812500 +0.020141601562 +0.257812500000 +-0.005096435547 +0.055175781250 +-0.636718750000 +-0.306640625000 +-0.069335937500 +-0.050781250000 +0.079589843750 +0.010192871094 +-0.060791015625 +0.104003906250 +-0.056884765625 +0.029174804688 +0.090820312500 +-0.016967773438 +-0.015380859375 +0.089355468750 +0.003890991211 +-0.005615234375 +0.176757812500 +0.148437500000 +-0.045898437500 +0.005096435547 +0.031250000000 +0.055175781250 +0.240234375000 +-0.077148437500 +0.087890625000 +0.019531250000 +-0.007263183594 +0.160156250000 +0.031127929688 +-0.076660156250 +0.177734375000 +-0.515625000000 +-0.023071289062 +0.275390625000 +0.071289062500 +-0.240234375000 +-0.001441955566 +-0.118164062500 +0.184570312500 +0.001884460449 +0.269531250000 +-0.046875000000 +0.129882812500 +0.026489257812 +-0.091796875000 +0.082519531250 +-0.125000000000 +-0.093750000000 +-0.012817382812 +-0.036621093750 +-0.124511718750 +-0.103027343750 +-0.004486083984 +0.011718750000 +0.019409179688 +0.043945312500 +0.064453125000 +-0.040283203125 +-0.056396484375 +0.168945312500 +-0.130859375000 +0.006347656250 +-0.144531250000 +0.146484375000 +0.202148437500 +0.069824218750 +-0.017211914062 +-0.427734375000 +-0.192382812500 +-0.118164062500 +0.041992187500 +0.102539062500 +0.002517700195 +-0.578125000000 +-0.008178710938 +0.094726562500 +0.054199218750 +0.026855468750 +0.015136718750 +-0.123535156250 +0.009033203125 +0.100585937500 +-0.019409179688 +-0.032714843750 +-0.202148437500 +0.081054687500 +0.017333984375 +-0.055175781250 +0.003677368164 +-0.042480468750 +-0.005310058594 +-0.265625000000 +0.031982421875 +0.058105468750 +0.051025390625 +-0.166992187500 +-0.044433593750 +-0.002517700195 +0.023559570312 +0.074707031250 +0.021606445312 +-0.024902343750 +-0.109375000000 +0.166992187500 +-0.005249023438 +-0.089355468750 +0.213867187500 +0.165039062500 +0.181640625000 +0.005157470703 +-0.060791015625 +0.002792358398 +-0.068847656250 +-0.123046875000 +0.019897460938 +-0.021484375000 +-0.119140625000 +0.113769531250 +0.016845703125 +-0.036865234375 +-0.006286621094 +-0.116699218750 +0.143554687500 +0.030029296875 +0.052001953125 +-0.079589843750 +-0.119628906250 +0.014465332031 +0.041992187500 +-0.008911132812 +-0.134765625000 +0.135742187500 +-0.182617187500 +0.030395507812 +0.147460937500 +0.085937500000 +-0.064941406250 +-0.186523437500 +0.058837890625 +-0.048828125000 +-0.025390625000 +-0.057617187500 +0.085449218750 +-0.143554687500 +-0.006286621094 +0.166992187500 +0.054931640625 +0.030029296875 +-0.332031250000 +-0.371093750000 +0.177734375000 +-0.045410156250 +0.091308593750 +0.116210937500 +0.038330078125 +-0.104492187500 +-0.015625000000 +-0.035156250000 +0.083984375000 +-0.035644531250 +-0.035888671875 +-0.038574218750 +0.150390625000 +0.066894531250 +-0.152343750000 +-0.033691406250 +0.092285156250 +0.020751953125 +0.059570312500 +0.030883789062 +0.110351562500 +-0.000503540039 +0.118164062500 +0.014099121094 +-0.024291992188 +-0.109863281250 +-0.011535644531 +-0.068847656250 +-0.059570312500 +-0.006347656250 +0.108398437500 +-0.033203125000 +-0.115722656250 +0.057373046875 +0.115234375000 +0.056152343750 +-0.056884765625 +-0.023925781250 +-0.000473022461 +0.219726562500 +0.052978515625 +-0.183593750000 +0.107421875000 +0.096679687500 +-0.068359375000 +-0.052734375000 +-0.161132812500 +0.138671875000 +0.021606445312 +-0.029174804688 +0.046386718750 +-0.109375000000 +-0.189453125000 +0.028198242188 +0.121093750000 +0.121093750000 +-0.115722656250 +-0.054931640625 +0.104980468750 +0.064941406250 +-0.014953613281 +0.063476562500 +0.151367187500 +-0.349609375000 +0.168945312500 +-0.063964843750 +0.182617187500 +0.079101562500 +-0.040283203125 +0.021728515625 +-0.022460937500 +0.057617187500 +-0.019287109375 +0.040527343750 +-0.036132812500 +0.046142578125 +-0.033203125000 +-0.037597656250 +-0.009521484375 +-0.023559570312 +0.151367187500 +-0.304687500000 +-0.021240234375 +-0.200195312500 +-0.085937500000 +0.246093750000 +0.140625000000 +0.125976562500 +0.044189453125 +0.010375976562 +0.043457031250 +-0.086425781250 +0.125976562500 +-0.030151367188 +0.035156250000 +-0.027343750000 +-0.162109375000 +-0.212890625000 +0.165039062500 +0.087890625000 +0.074707031250 +0.063476562500 +0.253906250000 +-0.011230468750 +-0.437500000000 +-0.021728515625 +-0.953125000000 +-0.020507812500 +0.253906250000 +0.025268554688 +-0.088378906250 +0.005218505859 +0.033203125000 +-0.001625061035 +0.160156250000 +0.037841796875 +0.108398437500 +0.061035156250 +-0.261718750000 +0.026123046875 +0.048095703125 +-0.116699218750 +-0.003967285156 +0.168945312500 +-0.202148437500 +-0.021362304688 +-0.091308593750 +-0.316406250000 +0.025634765625 +-0.130859375000 +0.106933593750 +-0.175781250000 +-0.059570312500 +0.123535156250 +-0.135742187500 +0.076660156250 +-0.034423828125 +-0.168945312500 +-0.060058593750 +-0.019531250000 +0.132812500000 +0.032714843750 +0.056640625000 +-0.167968750000 +0.129882812500 +-0.188476562500 +-0.008544921875 +-0.225585937500 +-0.013061523438 +0.337890625000 +0.151367187500 +0.018432617188 +0.096679687500 +0.138671875000 +0.055419921875 +-0.244140625000 +0.051757812500 +-0.017700195312 +0.015136718750 +0.041259765625 +-0.164062500000 +0.065917968750 +-0.016845703125 +-0.160156250000 +0.043212890625 +-0.178710937500 +0.197265625000 +0.125976562500 +-0.498046875000 +0.109863281250 +-1.039062500000 +-0.056884765625 +-0.003036499023 +0.000602722168 +0.037353515625 +0.014282226562 +-0.231445312500 +0.028808593750 +-0.439453125000 +0.031738281250 +-0.079589843750 +-0.197265625000 +-0.062255859375 +-0.002075195312 +0.193359375000 +-0.209960937500 +-0.060302734375 +0.051269531250 +-0.094726562500 +0.035156250000 +-0.150390625000 +-0.039550781250 +-0.150390625000 +-0.208007812500 +0.137695312500 +0.070800781250 +-0.197265625000 +0.016357421875 +-0.018310546875 +-0.045410156250 +-0.094238281250 +-0.038330078125 +-0.074218750000 +0.103515625000 +-0.005554199219 +-0.013916015625 +0.064453125000 +0.083496093750 +-0.001533508301 +0.202148437500 +0.275390625000 +0.112792968750 +-0.087890625000 +0.224609375000 +0.067382812500 +0.084472656250 +-0.170898437500 +-0.079589843750 +-0.001029968262 +-0.273437500000 +0.036376953125 +-0.000499725342 +0.036376953125 +0.214843750000 +-0.039306640625 +0.229492187500 +0.111816406250 +-0.171875000000 +0.089355468750 +-0.111328125000 +0.071777343750 +0.079101562500 +-0.086425781250 +0.188476562500 +-1.046875000000 +0.189453125000 +0.150390625000 +-0.190429687500 +0.074707031250 +0.109863281250 +-0.223632812500 +-0.302734375000 +-0.231445312500 +-0.024047851562 +-0.156250000000 +-0.022827148438 +-0.149414062500 +-0.075683593750 +0.106445312500 +0.003784179688 +-0.088378906250 +0.211914062500 +-0.056152343750 +0.089355468750 +0.021118164062 +0.069824218750 +-0.006744384766 +0.053710937500 +-0.112304687500 +0.209960937500 +0.010681152344 +-0.088378906250 +-0.007537841797 +-0.075195312500 +-0.157226562500 +-0.185546875000 +-0.035156250000 +0.279296875000 +0.051513671875 +-0.030273437500 +-0.104492187500 +0.007995605469 +0.201171875000 +0.125976562500 +0.176757812500 +-0.180664062500 +0.011413574219 +0.086425781250 +0.046630859375 +0.072265625000 +0.035644531250 +-0.212890625000 +-0.033935546875 +0.200195312500 +0.041015625000 +-0.108886718750 +0.091308593750 +-0.080078125000 +-0.173828125000 +0.091308593750 +-0.139648437500 +0.049804687500 +-0.008361816406 +-0.013671875000 +0.079101562500 +-0.047119140625 +0.116210937500 +0.069824218750 +-0.123535156250 +-0.014648437500 +0.139648437500 +-0.026611328125 +0.238281250000 +-0.141601562500 +-0.046630859375 +-0.213867187500 +-0.277343750000 +0.141601562500 +-0.159179687500 +0.163085937500 +-0.166015625000 +-0.104492187500 +0.150390625000 +-0.139648437500 +-0.104492187500 +-0.001525878906 +0.083496093750 +-0.124511718750 +-0.212890625000 +-0.094238281250 +0.083496093750 +0.115234375000 +0.210937500000 +0.067871093750 +0.156250000000 +-0.421875000000 +0.111328125000 +-0.051513671875 +-0.026855468750 +-0.001564025879 +-0.051269531250 +-0.194335937500 +-0.059082031250 +0.039550781250 +0.032470703125 +0.022460937500 +-0.050292968750 +0.178710937500 +0.203125000000 +-0.003906250000 +-0.083984375000 +0.181640625000 +-0.009460449219 +0.080566406250 +-0.351562500000 +-0.200195312500 +-0.057128906250 +0.138671875000 +-0.083984375000 +-0.433593750000 +-0.097656250000 +0.082519531250 +0.041748046875 +0.090820312500 +-0.371093750000 +-0.072753906250 +0.055175781250 +-0.417968750000 +0.141601562500 +0.027587890625 +0.237304687500 +-0.002090454102 +0.208984375000 +0.006256103516 +0.064941406250 +-0.105468750000 +-0.320312500000 +-0.030761718750 +0.016113281250 +-0.144531250000 +0.143554687500 +-0.210937500000 +-0.025024414062 +0.119628906250 +0.032958984375 +0.039306640625 +0.341796875000 +-0.141601562500 +-0.058837890625 +-0.060546875000 +0.039794921875 +-0.077148437500 +-0.125000000000 +-0.146484375000 +0.149414062500 +-0.028686523438 +-0.105468750000 +-0.081054687500 +-0.177734375000 +-0.253906250000 +-0.051269531250 +0.053955078125 +-0.092773437500 +-0.048828125000 +0.038330078125 +-0.034667968750 +-0.035156250000 +-0.018310546875 +-0.062988281250 +0.003280639648 +-0.068847656250 +-0.109375000000 +0.035156250000 +-0.039062500000 +0.015563964844 +0.086425781250 +0.048828125000 +0.131835937500 +-0.141601562500 +-0.058105468750 +0.010986328125 +-0.250000000000 +0.007995605469 +-0.136718750000 +-0.120117187500 +0.048095703125 +0.056152343750 +-0.084960937500 +-0.220703125000 +-0.011657714844 +0.110351562500 +-0.215820312500 +0.120117187500 +0.123046875000 +0.076171875000 +0.079101562500 +0.029296875000 +-0.075195312500 +0.011718750000 +0.182617187500 +-0.201171875000 +0.053222656250 +0.099121093750 +-0.113281250000 +0.180664062500 +0.204101562500 +-0.005615234375 +0.126953125000 +-0.246093750000 +0.084960937500 +0.022705078125 +-0.034423828125 +-0.043212890625 +-0.016967773438 +-0.027221679688 +-0.042236328125 +-0.043945312500 +0.134765625000 +0.097656250000 +-0.125976562500 +-0.110839843750 +0.154296875000 +0.014770507812 +-0.149414062500 +0.140625000000 +0.048828125000 +-0.056152343750 +-0.050292968750 +0.037109375000 +-0.074218750000 +-0.119140625000 +-0.023193359375 +-0.014465332031 +-0.106445312500 +-0.140625000000 +-0.166992187500 +0.046875000000 +0.073730468750 +0.094238281250 +0.130859375000 +0.093750000000 +-0.046875000000 +-0.143554687500 +0.082519531250 +-0.051513671875 +-0.232421875000 +0.075195312500 +0.204101562500 +-0.289062500000 +-0.178710937500 +-0.011901855469 +-0.093750000000 +-0.177734375000 +0.180664062500 +0.157226562500 +-0.378906250000 +0.218750000000 +0.148437500000 +0.196289062500 +0.079101562500 +0.122070312500 +0.125976562500 +-0.027343750000 +-0.076660156250 +-0.098144531250 +-0.118164062500 +0.083984375000 +0.103027343750 +0.041015625000 +-0.074218750000 +0.050781250000 +0.070312500000 +-0.138671875000 +-0.289062500000 +-0.008666992188 +0.100097656250 +0.124023437500 +0.000122070312 +-0.014526367188 +-0.050292968750 +-0.000576019287 +0.016601562500 +0.010498046875 +0.077636718750 +-0.100585937500 +0.026611328125 +0.023559570312 +-0.009765625000 +0.060791015625 +0.022827148438 +0.117675781250 +0.169921875000 +-0.092773437500 +-0.359375000000 +-0.103027343750 +0.180664062500 +0.092285156250 +-0.118164062500 +0.014221191406 +0.030395507812 +-0.174804687500 +-0.004669189453 +0.069824218750 +0.037109375000 +-0.077148437500 +-0.180664062500 +0.014343261719 +-0.051025390625 +0.008117675781 +0.008728027344 +-0.064941406250 +-0.006469726562 +-0.073730468750 +-0.120117187500 +-0.324218750000 +0.079101562500 +-0.014343261719 +0.155273437500 +-0.009094238281 +-0.041748046875 +0.027832031250 +-0.218750000000 +-0.100097656250 +0.020507812500 +0.002075195312 +0.069824218750 +0.127929687500 +-0.066894531250 +-0.016235351562 +-0.003387451172 +-0.166015625000 +-0.073242187500 +-0.019042968750 +0.084960937500 +-0.349609375000 +0.077636718750 +-0.204101562500 +-0.207031250000 +0.131835937500 +0.074218750000 +0.072265625000 +0.044433593750 +0.183593750000 +0.171875000000 +-0.000564575195 +-0.222656250000 +-0.125000000000 +0.104492187500 +-0.057373046875 +0.079589843750 +0.027954101562 +0.020019531250 +0.031127929688 +0.080566406250 +-0.120117187500 +0.049316406250 +-0.141601562500 +-0.008911132812 +-0.184570312500 +0.135742187500 +-0.030151367188 +-0.110839843750 +0.174804687500 +-0.023803710938 +-0.542968750000 +-0.043945312500 +-0.519531250000 +0.056396484375 +-0.019409179688 +0.006713867188 +-0.220703125000 +0.030151367188 +-0.040283203125 +0.050048828125 +-0.118164062500 +-0.059814453125 +-0.021850585938 +-0.001045227051 +-0.308593750000 +0.020629882812 +0.133789062500 +-0.120117187500 +-0.025268554688 +-0.104003906250 +0.038330078125 +0.005737304688 +-0.458984375000 +-0.208007812500 +-0.135742187500 +-0.014343261719 +0.079589843750 +-0.060302734375 +0.008544921875 +0.186523437500 +0.054199218750 +-0.135742187500 +-0.047607421875 +-0.130859375000 +-0.101074218750 +-0.002716064453 +-0.140625000000 +0.001556396484 +0.049804687500 +0.096191406250 +-0.119140625000 +0.035156250000 +0.094238281250 +-0.084472656250 +0.119140625000 +-0.155273437500 +0.265625000000 +0.201171875000 +-0.021972656250 +-0.308593750000 +-0.074707031250 +-0.041503906250 +0.050781250000 +0.035888671875 +-0.182617187500 +0.117187500000 +-0.289062500000 +-0.113281250000 +-0.138671875000 +0.132812500000 +-0.184570312500 +0.075683593750 +0.086425781250 +0.100097656250 +-0.051025390625 +-0.061767578125 +-0.546875000000 +0.118164062500 +-0.065429687500 +0.017089843750 +0.005981445312 +0.082519531250 +-0.010681152344 +0.036865234375 +-0.223632812500 +-0.035644531250 +-0.024902343750 +0.071777343750 +-0.292968750000 +-0.148437500000 +0.126953125000 +-0.132812500000 +-0.136718750000 +-0.066406250000 +-0.022094726562 +0.027465820312 +-0.041503906250 +-0.259765625000 +-0.066406250000 +0.089355468750 +0.030639648438 +-0.055419921875 +-0.043212890625 +0.070800781250 +-0.167968750000 +-0.203125000000 +-0.018432617188 +0.043457031250 +-0.084960937500 +0.110351562500 +-0.145507812500 +-0.020874023438 +-0.149414062500 +-0.059082031250 +-0.016601562500 +-0.281250000000 +0.107421875000 +0.077148437500 +0.094726562500 +0.095214843750 +0.174804687500 +0.030395507812 +0.109375000000 +0.191406250000 +0.104003906250 +0.219726562500 +0.041748046875 +0.267578125000 +-0.048828125000 +0.072753906250 +0.073242187500 +-0.279296875000 +-0.217773437500 +0.135742187500 +-0.207031250000 +0.036621093750 +-0.077148437500 +0.047119140625 +0.031738281250 +-0.057861328125 +-0.359375000000 +0.043945312500 +-0.021972656250 +-0.147460937500 +0.068359375000 +0.073730468750 +-0.009643554688 +0.235351562500 +-0.056884765625 +-0.072265625000 +-0.044189453125 +0.058837890625 +-0.306640625000 +0.055419921875 +-0.205078125000 +-0.155273437500 +-0.298828125000 +-0.027832031250 +0.044677734375 +-0.050781250000 +0.021606445312 +-0.105957031250 +0.093261718750 +0.058593750000 +0.031494140625 +-0.738281250000 +-0.032714843750 +-0.017700195312 +-0.250000000000 +-0.042236328125 +-0.249023437500 +0.185546875000 +-0.054199218750 +0.149414062500 +-0.144531250000 +-0.267578125000 +-0.203125000000 +0.069824218750 +-0.010742187500 +-0.188476562500 +0.068847656250 +0.077636718750 +-0.158203125000 +-0.055419921875 +0.068359375000 +0.212890625000 +-0.011596679688 +-0.003845214844 +0.034912109375 +-0.154296875000 +-0.019775390625 +-0.083007812500 +0.026977539062 +0.010681152344 +0.157226562500 +0.072265625000 +-0.199218750000 +0.242187500000 +-0.007812500000 +0.175781250000 +-0.045410156250 +-0.004211425781 +0.002426147461 +-0.047851562500 +-0.083007812500 +-0.204101562500 +-0.001792907715 +0.018798828125 +-0.011108398438 +-0.010681152344 +-0.122070312500 +-0.058349609375 +-0.023071289062 +0.503906250000 +-0.070312500000 +-0.018676757812 +-0.054931640625 +-0.144531250000 +-0.034179687500 +0.193359375000 +-0.091308593750 +-0.271484375000 +-0.110839843750 +-0.105468750000 +0.243164062500 +0.010620117188 +0.035400390625 +0.136718750000 +0.080566406250 +-0.263671875000 +-0.347656250000 +-0.100585937500 +0.140625000000 +-0.371093750000 +0.031982421875 +0.034179687500 +0.139648437500 +-0.144531250000 +-0.072753906250 +-0.002609252930 +-0.265625000000 +-0.009277343750 +0.073730468750 +0.170898437500 +-0.025268554688 +-0.172851562500 +0.047607421875 +-0.183593750000 +-0.064453125000 +0.117675781250 +0.031127929688 +-0.037841796875 +0.125976562500 +-0.033691406250 +0.032470703125 +0.049560546875 +-0.090820312500 +-0.031982421875 +0.105468750000 +0.171875000000 +-0.020141601562 +0.198242187500 +-0.155273437500 +-0.015380859375 +-0.013305664062 +-0.043945312500 +0.026123046875 +0.008361816406 +0.073730468750 +0.005493164062 +-0.277343750000 +-0.067871093750 +-0.006744384766 +0.120605468750 +0.046142578125 +0.020141601562 +-0.154296875000 +-0.000180244446 +0.337890625000 +0.034179687500 +0.009033203125 +-0.043945312500 +0.010070800781 +0.006835937500 +0.030883789062 +-0.056152343750 +-0.031494140625 +-0.032958984375 +0.010498046875 +-0.201171875000 +0.023437500000 +0.053466796875 +0.120117187500 +-0.328125000000 +-0.384765625000 +0.016845703125 +0.044677734375 +-0.163085937500 +-0.002944946289 +-0.116210937500 +0.140625000000 +-0.074707031250 +0.024902343750 +0.037109375000 +-0.037841796875 +-0.144531250000 +-0.005767822266 +-0.026855468750 +0.159179687500 +-0.359375000000 +0.082519531250 +-0.059814453125 +-0.083496093750 +-0.018432617188 +-0.004852294922 +0.005401611328 +-0.026000976562 +-0.038085937500 +0.025146484375 +-0.066406250000 +0.229492187500 +-0.057617187500 +-0.100097656250 +-0.063964843750 +0.180664062500 +0.161132812500 +-0.080078125000 +0.099609375000 +-0.129882812500 +0.044433593750 +-0.031982421875 +-0.063964843750 +-0.097167968750 +0.029296875000 +-0.077636718750 +0.124511718750 +0.009643554688 +0.104003906250 +-0.009582519531 +-0.033203125000 +-0.199218750000 +0.011779785156 +0.265625000000 +-0.130859375000 +-0.028076171875 +-0.152343750000 +0.025268554688 +-0.013488769531 +-0.100097656250 +0.082031250000 +-0.104492187500 +0.053222656250 +0.094726562500 +-0.255859375000 +0.050292968750 +-0.048583984375 +0.096679687500 +0.000176429749 +-0.455078125000 +-0.107421875000 +-0.053466796875 +-0.234375000000 +-0.084960937500 +0.064941406250 +0.150390625000 +-0.081542968750 +-0.281250000000 +-0.105468750000 +0.056640625000 +-0.086425781250 +-0.049072265625 +0.041503906250 +-0.168945312500 +-0.018432617188 +-0.043212890625 +0.046386718750 +-0.073730468750 +0.034912109375 +-0.025878906250 +-0.065429687500 +0.058349609375 +0.001075744629 +0.025512695312 +0.092773437500 +-0.017333984375 +0.010742187500 +-0.087890625000 +-0.051025390625 +0.038818359375 +-0.018554687500 +0.113769531250 +-0.443359375000 +0.030395507812 +-0.353515625000 +-0.027709960938 +-0.202148437500 +-0.109863281250 +0.056884765625 +0.107421875000 +0.229492187500 +-0.176757812500 +-0.246093750000 +0.246093750000 +-0.159179687500 +-0.273437500000 +0.022827148438 +0.085937500000 +0.046875000000 +-0.009277343750 +-0.131835937500 +0.075683593750 +0.003845214844 +-0.002090454102 +-0.050048828125 +-0.003524780273 +-0.051513671875 +-0.316406250000 +0.013122558594 +0.119628906250 +-0.174804687500 +-0.011596679688 +0.130859375000 +0.142578125000 +0.029418945312 +-0.014648437500 +-0.008300781250 +0.001136779785 +0.017578125000 +0.068359375000 +-0.086914062500 +-0.084960937500 +-0.020141601562 +-0.158203125000 +-0.168945312500 +0.011901855469 +0.001632690430 +0.000801086426 +-0.029052734375 +-0.081542968750 +0.131835937500 +-0.138671875000 +0.072753906250 +0.003906250000 +-0.080078125000 +0.062988281250 +-0.013000488281 +0.023925781250 +0.048828125000 +0.047363281250 +0.104492187500 +0.044921875000 +-0.141601562500 +0.007476806641 +-0.003433227539 +0.004852294922 +-0.029663085938 +-0.170898437500 +-0.137695312500 +0.179687500000 +-0.353515625000 +-0.034912109375 +0.125976562500 +0.017822265625 +0.085449218750 +0.148437500000 +-0.071289062500 +0.143554687500 +-0.089355468750 +-0.632812500000 +0.024414062500 +0.061767578125 +0.019042968750 +0.018554687500 +-0.083984375000 +0.133789062500 +-0.008911132812 +0.246093750000 +-0.027343750000 +-0.077148437500 +-0.116699218750 +-0.026977539062 +0.096191406250 +0.222656250000 +-0.043457031250 +-0.058349609375 +0.055175781250 +0.062255859375 +-0.053710937500 +0.223632812500 +0.068847656250 +-0.081542968750 +-0.106933593750 +0.040283203125 +0.009704589844 +-0.028320312500 +-0.081542968750 +0.037109375000 +0.107421875000 +-0.031738281250 +0.175781250000 +0.044189453125 +0.005920410156 +-0.082519531250 +0.176757812500 +0.085937500000 +0.104003906250 +0.056884765625 +0.042480468750 +0.002197265625 +0.029541015625 +-0.049560546875 +-0.032714843750 +0.016723632812 +0.138671875000 +0.075195312500 +-0.277343750000 +-0.098632812500 +-0.134765625000 +-0.076171875000 +0.100097656250 +-0.178710937500 +0.071777343750 +-0.043457031250 +-0.223632812500 +-0.041259765625 +0.060546875000 +0.066406250000 +-0.041748046875 +-0.047363281250 +-0.154296875000 +0.008605957031 +-0.066406250000 +0.091796875000 +-0.075195312500 +-0.117187500000 +-0.107910156250 +-0.093261718750 +-0.333984375000 +0.320312500000 +0.137695312500 +0.335937500000 +-0.061767578125 +-0.064941406250 +0.097167968750 +-0.027832031250 +0.000938415527 +-0.004699707031 +-0.150390625000 +-0.115722656250 +0.070800781250 +0.095214843750 +0.125976562500 +0.135742187500 +-0.248046875000 +-0.009948730469 +0.003967285156 +-0.155273437500 +-0.046142578125 +0.009216308594 +0.067871093750 +0.017456054688 +-0.105468750000 +-0.028198242188 +0.038330078125 +-0.185546875000 +0.498046875000 +-0.127929687500 +0.206054687500 +0.023071289062 +-0.122558593750 +0.000145912170 +-0.871093750000 +-0.018310546875 +-0.285156250000 +-0.030151367188 +0.019042968750 +-0.017822265625 +0.306640625000 +-0.134765625000 +-0.178710937500 +-0.269531250000 +0.251953125000 +0.078613281250 +0.013671875000 +-0.123046875000 +0.148437500000 +0.045898437500 +-0.231445312500 +-0.041748046875 +-0.137695312500 +0.051757812500 +-0.123046875000 +-0.084472656250 +-0.128906250000 +-0.093750000000 +0.174804687500 +0.044921875000 +-0.078613281250 +-0.050292968750 +0.043212890625 +-0.006164550781 +-0.203125000000 +-0.043212890625 +0.030151367188 +0.084960937500 +-0.166015625000 +-0.049804687500 +0.010437011719 +-0.064453125000 +-0.009765625000 +-0.326171875000 +-0.300781250000 +0.008911132812 +0.122558593750 +0.017822265625 +0.072753906250 +0.190429687500 +-0.182617187500 +0.052246093750 +-0.026855468750 +0.037353515625 +-0.228515625000 +0.098632812500 +-0.067382812500 +-0.066406250000 +-0.041015625000 +-0.015869140625 +-0.085449218750 +-0.225585937500 +0.013183593750 +0.419921875000 +0.045654296875 +-0.092773437500 +-0.152343750000 +-0.010253906250 +-0.059326171875 +0.063476562500 +-0.769531250000 +0.009216308594 +-0.026489257812 +-0.042968750000 +0.215820312500 +-0.217773437500 +0.144531250000 +-0.105468750000 +0.402343750000 +-0.080566406250 +-0.064941406250 +-0.025512695312 +-0.081542968750 +0.001983642578 +-0.347656250000 +-0.043945312500 +0.060058593750 +-0.004058837891 +0.045410156250 +0.080566406250 +0.141601562500 +-0.147460937500 +0.031494140625 +-0.194335937500 +-0.096191406250 +-0.060302734375 +0.124511718750 +0.007995605469 +0.023681640625 +-0.055175781250 +-0.048095703125 +0.033203125000 +-0.341796875000 +-0.206054687500 +0.080566406250 +0.057373046875 +0.183593750000 +0.056152343750 +-0.028198242188 +0.010986328125 +-0.010925292969 +0.072753906250 +0.050781250000 +0.138671875000 +-0.201171875000 +-0.003219604492 +0.071777343750 +-0.218750000000 +-0.738281250000 +-0.111328125000 +-0.017211914062 +-0.008422851562 +-0.074707031250 +0.041259765625 +0.005065917969 +-0.068847656250 +-0.095214843750 +0.365234375000 +-0.102050781250 +-0.036376953125 +0.002777099609 +0.003936767578 +0.000690460205 +0.115722656250 +0.102539062500 +-0.878906250000 +-0.065429687500 +0.056884765625 +-0.090332031250 +-0.287109375000 +-0.012145996094 +-0.075683593750 +-0.137695312500 +0.384765625000 +-0.027465820312 +-0.016357421875 +-0.032226562500 +-0.065917968750 +-0.283203125000 +0.124023437500 +0.066406250000 +0.169921875000 +0.151367187500 +-0.126953125000 +-0.026245117188 +-0.055175781250 +-0.083007812500 +0.000015616417 +-0.183593750000 +-0.188476562500 +-0.132812500000 +-0.046875000000 +-0.014709472656 +-0.049560546875 +-0.026733398438 +0.034912109375 +-0.020874023438 +-0.198242187500 +-0.281250000000 +0.126953125000 +0.131835937500 +0.088378906250 +0.063964843750 +-0.076660156250 +0.176757812500 +-0.025756835938 +-0.125000000000 +0.167968750000 +-0.240234375000 +-0.007232666016 +-0.147460937500 +0.104492187500 +-0.357421875000 +-0.275390625000 +0.151367187500 +-0.064941406250 +0.007049560547 +0.018432617188 +-0.063476562500 +-0.083984375000 +-0.036132812500 +-0.057617187500 +0.009765625000 +-0.036865234375 +-0.069824218750 +-0.009521484375 +-0.005676269531 +-0.036132812500 +0.005218505859 +-0.462890625000 +-0.045898437500 +-0.164062500000 +0.044433593750 +-0.232421875000 +-0.012939453125 +-0.047119140625 +0.011352539062 +0.059814453125 +0.316406250000 +-0.089843750000 +-0.195312500000 +-0.147460937500 +0.129882812500 +0.039794921875 +0.097656250000 +0.079101562500 +-0.015991210938 +0.081542968750 +-0.050292968750 +-0.116210937500 +-0.013000488281 +0.058349609375 +-0.145507812500 +-0.070800781250 +-0.480468750000 +0.144531250000 +-0.004180908203 +-0.058593750000 +-0.030639648438 +-0.097167968750 +-0.077148437500 +-0.146484375000 +-0.040771484375 +-0.016967773438 +-0.058837890625 +-0.251953125000 +-0.010314941406 +0.207031250000 +0.153320312500 +-0.053466796875 +0.101074218750 +0.021240234375 +0.027465820312 +-0.031005859375 +-0.277343750000 +0.084960937500 +-0.018188476562 +-0.482421875000 +-0.065917968750 +0.057128906250 +-0.083496093750 +0.031982421875 +-0.024291992188 +0.057617187500 +-0.001213073730 +0.039794921875 +0.113281250000 +-0.092773437500 +-0.062011718750 +0.019042968750 +-0.029174804688 +0.035644531250 +-0.062988281250 +0.091796875000 +-0.086914062500 +-0.148437500000 +0.051757812500 +0.092285156250 +0.177734375000 +0.041748046875 +0.113281250000 +-0.046630859375 +0.073242187500 +0.072753906250 +-0.121093750000 +-0.118164062500 +0.057617187500 +-0.201171875000 +0.012634277344 +-0.065917968750 +-0.333984375000 +0.050537109375 +0.074218750000 +0.004852294922 +-0.022460937500 +0.217773437500 +-0.001792907715 +-0.000037431717 +-0.093261718750 +0.014892578125 +-0.020996093750 +-0.136718750000 +-0.025756835938 +-0.124023437500 +0.015014648438 +-0.122558593750 +-0.195312500000 +0.140625000000 +-0.230468750000 +-0.038818359375 +-0.204101562500 +0.032470703125 +-0.091796875000 +0.019409179688 +0.167968750000 +-0.037353515625 +-0.031738281250 +0.164062500000 +-0.056884765625 +-0.417968750000 +0.326171875000 +-0.005706787109 +0.147460937500 +0.028930664062 +0.003814697266 +-0.007507324219 +0.015869140625 +-0.154296875000 +0.023193359375 +-0.028442382812 +0.196289062500 +-0.028930664062 +-0.186523437500 +-0.009826660156 +0.036865234375 +-0.069335937500 +0.142578125000 +0.046630859375 +-0.275390625000 +-0.115234375000 +0.061279296875 +-0.257812500000 +0.017700195312 +0.081054687500 +0.063964843750 +0.018920898438 +0.007812500000 +0.034667968750 +-0.554687500000 +-0.213867187500 +0.062255859375 +-0.371093750000 +-0.045410156250 +0.066406250000 +-0.332031250000 +0.064941406250 +0.250000000000 +-0.028564453125 +-0.045898437500 +-0.179687500000 +0.033447265625 +-0.054199218750 +-0.060791015625 +0.173828125000 +0.089355468750 +-0.416015625000 +-0.177734375000 +-0.095214843750 +-0.020996093750 +-0.204101562500 +0.102539062500 +-0.114746093750 +-0.216796875000 +0.084960937500 +-0.236328125000 +0.259765625000 +-0.043212890625 +-0.063476562500 +0.102539062500 +0.026733398438 +0.166992187500 +0.259765625000 +0.332031250000 +-0.137695312500 +0.261718750000 +-0.126953125000 +-0.184570312500 +-0.012023925781 +-0.035644531250 +-0.145507812500 +0.053955078125 +-0.014465332031 +0.044433593750 +-0.012817382812 +0.107910156250 +0.140625000000 +0.007995605469 +0.061767578125 +0.068847656250 +-0.363281250000 +-0.125976562500 +0.009094238281 +-0.061767578125 +0.062255859375 +-0.116699218750 +-0.296875000000 +0.028442382812 +0.090820312500 +0.195312500000 +0.008911132812 +0.026977539062 +-0.251953125000 +-0.480468750000 +-0.048583984375 +0.138671875000 +-0.259765625000 +-0.063964843750 +-0.102050781250 +-0.134765625000 +-0.097167968750 +-0.699218750000 +0.029052734375 +-0.089355468750 +-0.017700195312 +-0.003250122070 +-0.056152343750 +-0.007110595703 +0.006286621094 +0.130859375000 +-0.597656250000 +0.408203125000 +-0.061279296875 +0.077148437500 +0.067871093750 +0.055664062500 +0.053466796875 +0.208007812500 +0.208007812500 +-0.199218750000 +-0.190429687500 +-0.000579833984 +-0.095214843750 +-0.292968750000 +-0.024902343750 +0.213867187500 +-0.027099609375 +0.184570312500 +-0.248046875000 +0.152343750000 +-0.034423828125 +0.046386718750 +0.170898437500 +0.114257812500 +-0.044677734375 +0.135742187500 +-0.040527343750 +0.006469726562 +-0.028198242188 +-0.013916015625 +0.092773437500 +0.031982421875 +-0.035156250000 +-0.153320312500 +0.013366699219 +-0.107421875000 +-0.123046875000 +0.109375000000 +-0.068847656250 +0.012451171875 +-0.157226562500 +-0.005035400391 +-0.010314941406 +0.247070312500 +-0.089843750000 +0.026611328125 +-0.208984375000 +-0.052978515625 +0.052490234375 +0.131835937500 +-0.115722656250 +-0.068847656250 +-0.123046875000 +-0.071777343750 +-0.032714843750 +-0.578125000000 +-0.005676269531 +0.253906250000 +-0.070312500000 +-0.015625000000 +0.011901855469 +-0.392578125000 +-0.004547119141 +0.179687500000 +-0.158203125000 +-0.292968750000 +-0.097167968750 +0.040283203125 +0.133789062500 +-0.031005859375 +0.113281250000 +0.014282226562 +0.232421875000 +-0.149414062500 +-0.031982421875 +-0.249023437500 +-0.128906250000 +-0.125976562500 +-0.053466796875 +0.108886718750 +0.024902343750 +0.080078125000 +-0.081542968750 +0.158203125000 +-0.084960937500 +-0.003173828125 +0.115234375000 +0.036132812500 +0.024902343750 +-0.320312500000 +0.101074218750 +-0.201171875000 +-0.085449218750 +0.053466796875 +0.259765625000 +-0.086914062500 +0.021606445312 +0.082519531250 +-0.074707031250 +-0.287109375000 +-0.121093750000 +0.015991210938 +0.062988281250 +0.052246093750 +0.028686523438 +-0.057373046875 +0.124023437500 +0.277343750000 +0.090332031250 +-0.020629882812 +-0.177734375000 +-0.087890625000 +0.050781250000 +-0.059570312500 +-0.037597656250 +-0.057373046875 +-0.378906250000 +-0.127929687500 +-0.240234375000 +-0.124023437500 +0.106933593750 +0.108398437500 +0.018310546875 +-0.137695312500 +-0.073242187500 +-0.017700195312 +0.040771484375 +0.210937500000 +0.116210937500 +0.166992187500 +-0.141601562500 +-0.103027343750 +-0.203125000000 +-0.114746093750 +0.148437500000 +-0.089355468750 +-0.265625000000 +-0.082031250000 +0.131835937500 +-0.242187500000 +0.047363281250 +0.020751953125 +-0.152343750000 +0.161132812500 +-0.001640319824 +0.186523437500 +-0.328125000000 +0.161132812500 +-0.132812500000 +0.055908203125 +0.073242187500 +0.035888671875 +0.002929687500 +-0.067871093750 +0.004394531250 +-0.277343750000 +-0.248046875000 +0.047851562500 +0.071777343750 +-0.052978515625 +-0.419921875000 +0.101562500000 +-0.019165039062 +0.044433593750 +0.000181198120 +-0.147460937500 +0.031494140625 +-0.431640625000 +0.214843750000 +-0.014770507812 +-0.030883789062 +-0.018188476562 +0.043945312500 +-0.013977050781 +-0.063476562500 +0.051513671875 +0.007415771484 +-0.182617187500 +-0.140625000000 +-0.097656250000 +-0.102050781250 +0.053955078125 +-0.159179687500 +-0.015991210938 +-0.020141601562 +-0.125976562500 +-0.197265625000 +-0.082031250000 +0.072265625000 +-0.043701171875 +-0.047851562500 +0.033203125000 +0.012268066406 +0.178710937500 +-0.148437500000 +0.101074218750 +-0.570312500000 +0.134765625000 +0.046875000000 +0.018188476562 +-0.187500000000 +0.007232666016 +-0.170898437500 +-0.154296875000 +-0.036376953125 +-0.020874023438 +-0.096191406250 +0.027221679688 +-0.373046875000 +0.237304687500 +-0.067871093750 +0.104492187500 +0.050781250000 +-0.097656250000 +-0.093750000000 +-0.021484375000 +0.021240234375 +0.139648437500 +0.010375976562 +0.083984375000 +-0.314453125000 +-0.128906250000 +-0.050537109375 +-0.040039062500 +0.115722656250 +0.125976562500 +0.119140625000 +-0.018310546875 +0.125976562500 +0.047119140625 +0.034667968750 +-0.349609375000 +-0.024291992188 +0.016235351562 +0.227539062500 +0.060302734375 +0.068359375000 +0.021850585938 +0.021362304688 +-0.078125000000 +0.041503906250 +-0.074707031250 +-0.004547119141 +0.053955078125 +0.005157470703 +0.013000488281 +-0.084472656250 +-0.100097656250 +0.044433593750 +-0.059814453125 +0.067382812500 +0.002593994141 +0.058593750000 +-0.019042968750 +0.087402343750 +-0.090332031250 +-0.042968750000 +-0.046386718750 +-0.125976562500 +-0.070312500000 +-0.188476562500 +0.037109375000 +0.015991210938 +0.048828125000 +-0.013854980469 +0.176757812500 +0.034667968750 +-0.122070312500 +-0.226562500000 +-0.220703125000 +-0.113769531250 +-0.043945312500 +-0.539062500000 +0.178710937500 +-0.046630859375 +0.257812500000 +0.028076171875 +-0.096191406250 +-0.093750000000 +0.072265625000 +0.226562500000 +0.238281250000 +0.161132812500 +0.087402343750 +-0.151367187500 +-0.542968750000 +0.050292968750 +-0.026489257812 +-0.037353515625 +-0.022583007812 +0.046630859375 +0.027343750000 +-0.144531250000 +-0.015014648438 +-0.168945312500 +0.181640625000 +0.014709472656 +-0.043945312500 +-0.018920898438 +0.034179687500 +-0.070800781250 +0.035400390625 +0.013549804688 +0.015014648438 +0.066406250000 +-0.068847656250 +-0.039550781250 +-0.020751953125 +-0.015380859375 +-0.199218750000 +-0.025634765625 +-0.095214843750 +-0.017456054688 +0.137695312500 +-0.166015625000 +0.014587402344 +0.053222656250 +-0.167968750000 +0.193359375000 +0.044921875000 +-0.287109375000 +0.100585937500 +0.004516601562 +0.204101562500 +0.087402343750 +-0.271484375000 +-0.050292968750 +-0.200195312500 +0.061035156250 +0.035156250000 +-0.143554687500 +-0.059570312500 +-0.045654296875 +0.182617187500 +0.072753906250 +0.083007812500 +-0.085937500000 +-0.073730468750 +-0.172851562500 +0.004028320312 +-0.030273437500 +-0.005798339844 +0.026123046875 +-0.005401611328 +0.380859375000 +0.250000000000 +0.031494140625 +-0.075683593750 +-0.133789062500 +-0.378906250000 +-0.000171661377 +-0.070312500000 +-0.063476562500 +0.073242187500 +-0.085937500000 +0.005432128906 +0.036865234375 +-0.146484375000 +0.018920898438 +-0.027709960938 +0.127929687500 +-0.077636718750 +-0.086914062500 +0.086425781250 +0.056152343750 +-0.023071289062 +0.069335937500 +0.059082031250 +0.064941406250 +0.044677734375 +0.080566406250 +-0.041748046875 +-0.048828125000 +-0.229492187500 +0.060791015625 +-0.058837890625 +-0.142578125000 +0.079101562500 +-0.022583007812 +-0.012390136719 +-0.097167968750 +-0.100585937500 +0.066406250000 +0.084960937500 +-0.498046875000 +0.093750000000 +0.081542968750 +0.104980468750 +0.108398437500 +-0.197265625000 +-0.100097656250 +-0.102050781250 +0.130859375000 +-0.019287109375 +-0.125976562500 +0.168945312500 +0.021606445312 +-0.002075195312 +0.009704589844 +0.036376953125 +0.077636718750 +0.031005859375 +-0.065429687500 +-0.020874023438 +-0.006988525391 +-0.051757812500 +0.261718750000 +-0.148437500000 +0.090332031250 +0.050781250000 +-0.582031250000 +-0.431640625000 +-0.015380859375 +0.105468750000 +0.047607421875 +0.018310546875 +-0.855468750000 +0.004028320312 +0.058837890625 +-0.057617187500 +0.038818359375 +0.061279296875 +-0.021606445312 +-0.221679687500 +0.029541015625 +0.238281250000 +-0.114257812500 +-0.062988281250 +0.026489257812 +0.015747070312 +0.067871093750 +-0.153320312500 +-0.093261718750 +-0.061767578125 +0.273437500000 +-0.004547119141 +0.028564453125 +0.130859375000 +-0.200195312500 +-0.106445312500 +-0.008483886719 +0.078613281250 +-0.320312500000 +-0.104003906250 +-0.010742187500 +-0.198242187500 +0.208007812500 +0.003219604492 +-0.636718750000 +-0.025390625000 +-0.149414062500 +0.104492187500 +-0.060302734375 +0.020141601562 +-0.022827148438 +0.147460937500 +0.267578125000 +0.067382812500 +-0.111328125000 +-0.098632812500 +0.086425781250 +-0.161132812500 +-0.153320312500 +-0.139648437500 +0.144531250000 +0.103027343750 +0.045898437500 +-0.089355468750 +-0.043457031250 +-0.136718750000 +0.124023437500 +0.007049560547 +0.174804687500 +-0.102050781250 +-0.082031250000 +-0.275390625000 +-0.287109375000 +0.166015625000 +0.097167968750 +0.149414062500 +-0.519531250000 +-0.101074218750 +-0.384765625000 +-0.190429687500 +-0.151367187500 +-0.016357421875 +0.022583007812 +-0.109863281250 +0.091796875000 +0.267578125000 +-0.166992187500 +-0.296875000000 +-0.043212890625 +-0.134765625000 +-0.012084960938 +-0.200195312500 +0.059570312500 +0.068359375000 +0.357421875000 +-0.384765625000 +-0.078613281250 +-0.098632812500 +-0.093750000000 +-0.267578125000 +-0.016601562500 +0.347656250000 +-0.134765625000 +-0.184570312500 +-0.112792968750 +-0.135742187500 +-0.182617187500 +-0.036376953125 +-0.181640625000 +0.139648437500 +-0.121093750000 +0.121582031250 +-0.142578125000 +0.074218750000 +-0.217773437500 +0.033203125000 +-0.069824218750 +-0.009155273438 +-0.103027343750 +-0.343750000000 +0.103515625000 +0.041748046875 +-0.132812500000 +-0.128906250000 +-0.008361816406 +-0.144531250000 +0.030151367188 +0.126953125000 +0.006805419922 +0.004455566406 +0.009765625000 +-0.117675781250 +0.137695312500 +0.198242187500 +-0.125000000000 +-0.371093750000 +-0.207031250000 +-0.063964843750 +-0.011962890625 +-0.014953613281 +-0.164062500000 +-0.341796875000 +-0.241210937500 +-0.355468750000 +0.055908203125 +0.001411437988 +-0.257812500000 +-0.067382812500 +-0.066406250000 +0.044921875000 +-0.045654296875 +-0.204101562500 +-0.158203125000 +0.004547119141 +-0.128906250000 +-0.040771484375 +0.010009765625 +0.093261718750 +-0.242187500000 +-0.349609375000 +-0.055664062500 +-0.032714843750 +-0.037109375000 +-0.147460937500 +-0.030029296875 +-0.035644531250 +-0.066894531250 +-0.507812500000 +-0.004516601562 +0.020263671875 +-0.503906250000 +-0.187500000000 +0.072753906250 +-0.097656250000 +-0.030761718750 +0.017700195312 +-0.142578125000 +-0.154296875000 +-0.133789062500 +0.116699218750 +0.082031250000 +-0.023803710938 +-0.127929687500 +-0.091796875000 +0.032958984375 +0.045410156250 +-0.146484375000 +0.048828125000 +-0.057861328125 +-0.047363281250 +-0.031494140625 +0.285156250000 +-0.240234375000 +-0.085937500000 +0.245117187500 +-0.160156250000 +-0.071777343750 +0.194335937500 +0.040771484375 +-0.294921875000 +-0.189453125000 +-0.078613281250 +-0.027954101562 +0.072753906250 +-0.102050781250 +-0.043212890625 +0.021972656250 +-0.208984375000 +-0.139648437500 +-0.009094238281 +-0.162109375000 +-0.192382812500 +0.011230468750 +-0.085449218750 +0.025146484375 +-0.112792968750 +-0.269531250000 +-0.005889892578 +0.122558593750 +0.029418945312 +-0.041503906250 +0.020507812500 +0.154296875000 +-0.083496093750 +-0.554687500000 +-0.014831542969 +-0.170898437500 +-0.163085937500 +0.061279296875 +0.054687500000 +0.054443359375 +-0.314453125000 +0.011535644531 +0.102539062500 +-0.507812500000 +-0.185546875000 +0.109863281250 +-0.005493164062 +-0.130859375000 +0.177734375000 +-0.158203125000 +-0.065917968750 +0.010925292969 +0.026367187500 +-0.337890625000 +-0.180664062500 +-0.052001953125 +-0.008789062500 +-0.011840820312 +-0.007507324219 +-0.017089843750 +-0.056152343750 +0.012573242188 +-0.056884765625 +0.013488769531 +-0.233398437500 +0.184570312500 +0.040771484375 +-0.065429687500 +0.079101562500 +0.009399414062 +0.177734375000 +-0.273437500000 +-0.117187500000 +-0.087402343750 +0.247070312500 +-0.162109375000 +-0.138671875000 +0.037597656250 +0.073730468750 +-0.031738281250 +-0.109863281250 +-0.214843750000 +-0.106445312500 +-0.133789062500 +-0.066406250000 +-0.048828125000 +-0.091796875000 +0.032226562500 +-0.035888671875 +-0.112792968750 +-0.095214843750 +-0.077148437500 +-0.038085937500 +0.029296875000 +-0.026733398438 +-0.118652343750 +-0.032470703125 +-0.519531250000 +-0.079101562500 +-0.067871093750 +-0.125976562500 +-0.121582031250 +-0.047851562500 +0.111816406250 +0.067382812500 +-0.011291503906 +0.015563964844 +-0.032714843750 +0.166015625000 +0.035888671875 +-0.088378906250 +0.087402343750 +0.117187500000 +-0.143554687500 +0.147460937500 +-0.051025390625 +-0.095214843750 +0.140625000000 +-0.015747070312 +0.012939453125 +-0.122070312500 +0.021118164062 +-0.185546875000 +0.051513671875 +-0.005676269531 +0.012878417969 +-0.067871093750 +-0.133789062500 +-0.024169921875 +0.031738281250 +-0.042968750000 +0.146484375000 +-0.082031250000 +0.306640625000 +-0.028442382812 +-0.029541015625 +-0.003997802734 +-0.148437500000 +-0.453125000000 +-0.040039062500 +0.100097656250 +0.251953125000 +-0.227539062500 +-0.263671875000 +0.216796875000 +-0.095703125000 +0.339843750000 +-0.029296875000 +-0.005126953125 +-0.042968750000 +0.011230468750 +-0.070800781250 +0.050048828125 +-0.005615234375 +-0.136718750000 +0.269531250000 +0.167968750000 +0.031738281250 +0.154296875000 +-0.373046875000 +0.186523437500 +-0.259765625000 +0.335937500000 +-0.012451171875 +-0.065917968750 +-0.043945312500 +-0.039062500000 +-0.040527343750 +-0.025024414062 +-0.024780273438 +-0.156250000000 +-0.511718750000 +-0.151367187500 +-0.101074218750 +0.511718750000 +0.141601562500 +-0.107421875000 +0.179687500000 +-0.237304687500 +-0.014709472656 +0.130859375000 +0.026367187500 +0.035400390625 +-0.010620117188 +0.013000488281 +-0.012512207031 +-0.053955078125 +0.172851562500 +0.103515625000 +-0.027954101562 +0.007873535156 +-0.035888671875 +-0.017089843750 +-0.141601562500 +-0.008483886719 +0.227539062500 +0.128906250000 +0.324218750000 +-0.205078125000 +-0.157226562500 +0.113769531250 +-0.010009765625 +-0.014160156250 +-0.382812500000 +0.380859375000 +0.174804687500 +0.203125000000 +-0.394531250000 +0.150390625000 +-0.031005859375 +-0.082031250000 +-0.041748046875 +-0.078125000000 +0.016601562500 +0.006927490234 +-0.003890991211 +-0.004272460938 +-0.018066406250 +-0.519531250000 +0.028076171875 +0.094238281250 +0.074218750000 +0.102539062500 +-0.147460937500 +0.083496093750 +-0.222656250000 +0.218750000000 +0.157226562500 +0.057373046875 +-0.613281250000 +0.046630859375 +-0.292968750000 +-0.008605957031 +0.070312500000 +-0.017578125000 +0.128906250000 +0.058593750000 +0.214843750000 +0.144531250000 +0.074707031250 +-0.285156250000 +0.133789062500 +0.089843750000 +-0.267578125000 +-0.039794921875 +0.117675781250 +0.024902343750 +-0.175781250000 +-0.034179687500 +-0.049072265625 +-0.190429687500 +0.046142578125 +0.014648437500 +-0.593750000000 +-0.062500000000 +0.065429687500 +-0.009948730469 +-0.072265625000 +0.035644531250 +-0.234375000000 +0.291015625000 +0.163085937500 +0.135742187500 +-0.189453125000 +0.308593750000 +-0.231445312500 +-0.006866455078 +-0.159179687500 +0.298828125000 +0.196289062500 +0.089843750000 +-0.000147819519 +0.042480468750 +-0.086914062500 +-0.152343750000 +-0.083984375000 +0.098632812500 +0.016113281250 +-0.035156250000 +-0.147460937500 +-0.023559570312 +-0.039306640625 +-0.582031250000 +-0.371093750000 +0.335937500000 +-0.114257812500 +0.112792968750 +-0.202148437500 +-0.204101562500 +-0.289062500000 +0.006744384766 +0.032714843750 +-0.038085937500 +-0.714843750000 +-0.072265625000 +-0.378906250000 +0.059814453125 +0.074707031250 +0.061523437500 +0.145507812500 +0.302734375000 +0.217773437500 +0.101074218750 +-0.055664062500 +-0.057373046875 +0.058105468750 +0.165039062500 +-0.071777343750 +0.005615234375 +0.070800781250 +-0.029785156250 +-0.322265625000 +-0.113769531250 +0.002319335938 +-0.115722656250 +-0.086425781250 +0.130859375000 +-0.300781250000 +-0.134765625000 +-0.135742187500 +0.056152343750 +-0.083496093750 +0.095703125000 +0.023071289062 +0.326171875000 +-0.017456054688 +-0.028198242188 +-0.133789062500 +0.112304687500 +-0.110839843750 +-0.036621093750 +0.181640625000 +0.125000000000 +0.131835937500 +0.081542968750 +0.105468750000 +-0.277343750000 +-0.006072998047 +0.104980468750 +-0.539062500000 +-0.141601562500 +-0.026367187500 +0.180664062500 +-0.147460937500 +-0.031494140625 +-0.052001953125 +-0.367187500000 +0.040039062500 +0.255859375000 +0.060546875000 +0.190429687500 +-0.008972167969 +0.244140625000 +0.149414062500 +-0.123046875000 +-0.283203125000 +-0.088378906250 +-0.136718750000 +-0.218750000000 +-0.349609375000 +0.154296875000 +-0.034179687500 +-0.017211914062 +-0.028198242188 +-0.083984375000 +-0.039550781250 +-0.105957031250 +0.043945312500 +-0.094726562500 +0.091796875000 +0.071777343750 +0.037841796875 +-0.098632812500 +0.039550781250 +-0.558593750000 +-0.024902343750 +0.008178710938 +0.045410156250 +-0.012329101562 +0.152343750000 +0.099609375000 +-0.091308593750 +-0.084960937500 +-0.386718750000 +-0.416015625000 +-0.004180908203 +0.039794921875 +-0.201171875000 +-0.174804687500 +-0.051757812500 +-0.055908203125 +-0.316406250000 +0.057373046875 +0.104492187500 +-0.074218750000 +0.052490234375 +0.312500000000 +0.029785156250 +-0.216796875000 +-0.210937500000 +-0.292968750000 +-0.039794921875 +0.154296875000 +-0.222656250000 +0.160156250000 +0.027465820312 +0.064941406250 +-0.031127929688 +-0.127929687500 +0.003463745117 +-0.369140625000 +0.207031250000 +0.164062500000 +0.123046875000 +0.232421875000 +0.296875000000 +-0.068847656250 +0.225585937500 +0.067382812500 +-0.166015625000 +-0.003524780273 +-0.094238281250 +-0.019287109375 +-0.002380371094 +-0.133789062500 +-0.038818359375 +-0.076660156250 +-0.044433593750 +0.052978515625 +-0.386718750000 +0.125976562500 +0.155273437500 +-0.243164062500 +0.077636718750 +-0.166015625000 +-0.026611328125 +-0.091796875000 +-0.017944335938 +0.267578125000 +0.024902343750 +0.167968750000 +-0.094238281250 +-0.215820312500 +0.156250000000 +0.015747070312 +0.022460937500 +-0.129882812500 +-0.005981445312 +-0.326171875000 +0.017211914062 +-0.036132812500 +-0.135742187500 +-0.114257812500 +0.045166015625 +0.119140625000 +-0.194335937500 +0.217773437500 +-0.061523437500 +0.030029296875 +0.034667968750 +0.066894531250 +-0.589843750000 +0.214843750000 +0.015319824219 +-0.101074218750 +-0.015991210938 +-0.000377655029 +-0.310546875000 +0.035400390625 +0.004394531250 +0.067382812500 +-0.047119140625 +0.022338867188 +0.032958984375 +-0.092285156250 +-0.097167968750 +-0.099121093750 +-0.279296875000 +0.154296875000 +-0.115722656250 +-0.248046875000 +-0.042236328125 +0.179687500000 +-0.068847656250 +-0.073242187500 +0.038818359375 +-0.044921875000 +-0.218750000000 +-0.006103515625 +-0.102050781250 +-0.043212890625 +0.137695312500 +0.173828125000 +-0.147460937500 +0.294921875000 +-0.025756835938 +-0.296875000000 +0.118164062500 +-0.034912109375 +-0.002792358398 +0.071777343750 +0.029663085938 +-0.158203125000 +-0.187500000000 +0.028808593750 +0.206054687500 +-0.149414062500 +0.160156250000 +0.018676757812 +-0.057617187500 +-0.040039062500 +-0.140625000000 +-0.363281250000 +-0.179687500000 +0.066894531250 +0.104492187500 +-0.098144531250 +-0.026733398438 +-0.194335937500 +0.039062500000 +0.100097656250 +-0.096191406250 +0.036132812500 +0.158203125000 +-0.034667968750 +-0.404296875000 +0.125000000000 +0.125976562500 +-0.040527343750 +0.023681640625 +-0.652343750000 +-0.035400390625 +-0.053466796875 +-0.004791259766 +-0.059570312500 +-0.055419921875 +-0.024536132812 +0.107910156250 +0.005004882812 +0.243164062500 +-0.094726562500 +-0.316406250000 +0.027099609375 +0.230468750000 +-0.125976562500 +-0.114257812500 +-0.519531250000 +0.050537109375 +-0.049560546875 +-0.000659942627 +0.002441406250 +0.092773437500 +-0.031982421875 +-0.373046875000 +-0.059570312500 +0.074707031250 +0.310546875000 +-0.010314941406 +0.388671875000 +-0.002014160156 +-0.484375000000 +0.109863281250 +0.376953125000 +0.023315429688 +0.051025390625 +-0.038085937500 +-0.049560546875 +-0.147460937500 +-0.036865234375 +-0.022338867188 +0.108398437500 +0.153320312500 +0.044677734375 +0.051269531250 +-0.047119140625 +-0.060791015625 +0.059326171875 +-0.162109375000 +-0.052001953125 +-0.070800781250 +-0.058105468750 +-0.494140625000 +-0.021728515625 +0.014770507812 +-0.008483886719 +-0.071289062500 +-0.138671875000 +0.210937500000 +0.057128906250 +-0.498046875000 +-0.003677368164 +-0.408203125000 +0.009887695312 +-0.036376953125 +-0.055664062500 +0.102050781250 +0.084960937500 +0.033935546875 +-0.057617187500 +0.103515625000 +0.061035156250 +0.082031250000 +-0.168945312500 +0.035644531250 +0.065429687500 +0.199218750000 +0.049072265625 +-0.005218505859 +-0.238281250000 +-0.019287109375 +0.033935546875 +-0.020507812500 +0.015258789062 +0.059814453125 +-0.100585937500 +0.026977539062 +0.017089843750 +-0.018676757812 +-0.013732910156 +0.033447265625 +0.060791015625 +-0.021606445312 +-0.143554687500 +0.114257812500 +0.082519531250 +-0.018554687500 +-0.149414062500 +-0.030639648438 +-0.023193359375 +0.023925781250 +0.013549804688 +-0.250000000000 +0.040771484375 +-0.014343261719 +-0.136718750000 +-0.075195312500 +0.304687500000 +0.113281250000 +-0.104980468750 +-0.017089843750 +0.100585937500 +-0.198242187500 +-0.033203125000 +0.058349609375 +-0.123535156250 +-0.462890625000 +0.004058837891 +-0.049804687500 +-0.000984191895 +-0.058593750000 +-0.081542968750 +-0.195312500000 +0.028198242188 +-0.443359375000 +0.012695312500 +-0.184570312500 +0.047363281250 +-0.141601562500 +0.075195312500 +0.017089843750 +-0.091308593750 +0.167968750000 +-0.144531250000 +-0.070312500000 +-0.050537109375 +-0.076171875000 +-0.181640625000 +-0.312500000000 +-0.054687500000 +-0.228515625000 +0.005554199219 +0.177734375000 +-0.121093750000 +-0.044189453125 +-0.166015625000 +-0.000337600708 +-0.053955078125 +0.007598876953 +-0.014038085938 +-0.079589843750 +-0.004028320312 +0.018798828125 +0.031494140625 +0.010192871094 +0.061035156250 +0.030517578125 +0.096679687500 +-0.036132812500 +0.079101562500 +0.031250000000 +-0.009033203125 +0.028076171875 +-0.439453125000 +0.060058593750 +-0.010437011719 +-0.296875000000 +0.010009765625 +-0.015991210938 +-0.283203125000 +0.281250000000 +0.142578125000 +0.235351562500 +0.048583984375 +0.269531250000 +0.116699218750 +-0.154296875000 +-0.343750000000 +-0.127929687500 +-0.239257812500 +-0.429687500000 +0.129882812500 +-0.013488769531 +-0.165039062500 +0.043212890625 +-0.059082031250 +-0.251953125000 +-0.168945312500 +-0.351562500000 +-0.083984375000 +-0.224609375000 +-0.167968750000 +-0.022583007812 +-0.031738281250 +0.076171875000 +-0.099121093750 +0.058837890625 +0.047119140625 +0.104980468750 +-0.196289062500 +-0.051513671875 +-0.035156250000 +-0.119140625000 +0.057373046875 +-0.095214843750 +-0.081054687500 +0.269531250000 +0.016723632812 +0.005371093750 +-0.159179687500 +-0.101074218750 +-0.412109375000 +-0.008056640625 +-0.308593750000 +-0.273437500000 +-0.009277343750 +0.011718750000 +0.039794921875 +0.007232666016 +-0.178710937500 +0.133789062500 +0.300781250000 +0.035400390625 +-0.097656250000 +0.029663085938 +-0.027221679688 +0.124023437500 +-0.188476562500 +0.087890625000 +0.072753906250 +-0.170898437500 +0.014221191406 +0.053710937500 +-0.224609375000 +-0.289062500000 +0.161132812500 +0.022216796875 +-0.192382812500 +0.106933593750 +0.109375000000 +0.125000000000 +-0.164062500000 +-0.096679687500 +-0.013610839844 +-0.077636718750 +0.070800781250 +-0.024414062500 +-0.021972656250 +0.075195312500 +-0.039306640625 +0.084960937500 +-0.229492187500 +-0.099121093750 +-0.093750000000 +0.168945312500 +-0.112792968750 +-0.100585937500 +-0.105957031250 +-0.053466796875 +-0.150390625000 +-0.019409179688 +0.044921875000 +-0.020263671875 +-0.511718750000 +0.033935546875 +0.100097656250 +0.123535156250 +0.110839843750 +0.011230468750 +0.222656250000 +0.060546875000 +-0.104003906250 +0.034667968750 +-0.031738281250 +-0.108398437500 +-0.181640625000 +-0.003799438477 +0.318359375000 +0.038818359375 +-0.155273437500 +0.046142578125 +-0.053466796875 +-0.048828125000 +-0.263671875000 +0.088378906250 +0.225585937500 +-0.153320312500 +-0.136718750000 +-0.135742187500 +0.096679687500 +0.091796875000 +-0.095703125000 +0.116210937500 +-0.433593750000 +-0.169921875000 +-0.114746093750 +0.041259765625 +0.010314941406 +-0.103515625000 +0.040283203125 +-0.028442382812 +0.012817382812 +0.063476562500 +-0.349609375000 +0.047119140625 +0.063964843750 +0.215820312500 +-0.172851562500 +-0.067382812500 +-0.025512695312 +0.011901855469 +-0.351562500000 +0.180664062500 +0.052490234375 +0.118652343750 +-0.041503906250 +-0.026611328125 +-0.067382812500 +-0.196289062500 +0.039306640625 +-0.332031250000 +0.011474609375 +-0.330078125000 +-0.040283203125 +-0.057128906250 +0.138671875000 +0.062988281250 +-0.617187500000 +-0.162109375000 +-0.333984375000 +-0.054687500000 +-0.172851562500 +-0.022705078125 +-0.206054687500 +-0.008972167969 +-0.137695312500 +-0.044189453125 +-0.042236328125 +0.090820312500 +-0.196289062500 +-0.077636718750 +-0.302734375000 +0.080078125000 +-0.037841796875 +-0.019287109375 +0.023681640625 +0.107421875000 +-0.153320312500 +0.008972167969 +0.209960937500 +-0.125000000000 +-0.221679687500 +-0.196289062500 +-0.154296875000 +-0.073242187500 +0.150390625000 +0.044189453125 +-0.660156250000 +-0.041992187500 +0.251953125000 +-0.131835937500 +-0.122558593750 +0.211914062500 +0.200195312500 +-0.060546875000 +-0.105957031250 +0.054931640625 +-0.236328125000 +0.147460937500 +-0.065429687500 +0.086425781250 +-0.033691406250 +0.008789062500 +-0.022460937500 +-0.025634765625 +0.066406250000 +-0.133789062500 +0.086425781250 +0.010498046875 +0.125000000000 +0.048095703125 +-0.053222656250 +-0.204101562500 +0.055908203125 +-0.283203125000 +-0.142578125000 +0.098144531250 +-0.051757812500 +0.025146484375 +-0.077636718750 +0.135742187500 +-0.069824218750 +-0.058349609375 +-0.291015625000 +-0.014221191406 +-0.011108398438 +-0.005035400391 +0.044677734375 +0.124023437500 +0.024047851562 +-0.055175781250 +-0.109863281250 +-0.077636718750 +-0.199218750000 +-0.022949218750 +-0.058837890625 +-0.162109375000 +0.104003906250 +-0.246093750000 +0.024291992188 +-0.050292968750 +-0.088867187500 +-0.025634765625 +0.032958984375 +-0.010986328125 +-0.139648437500 +-0.127929687500 +0.054443359375 +-0.002151489258 +0.125976562500 +-0.006011962891 +-0.243164062500 +-0.404296875000 +0.021362304688 +0.029663085938 +-0.099609375000 +-0.173828125000 +0.160156250000 +0.084960937500 +0.129882812500 +0.195312500000 +-0.119140625000 +-0.052734375000 +-0.138671875000 +0.005554199219 +0.014099121094 +-0.083007812500 +0.074707031250 +-0.029418945312 +-0.038330078125 +-0.154296875000 +0.067871093750 +0.012634277344 +0.014526367188 +0.079101562500 +0.102539062500 +0.089355468750 +0.014282226562 +-0.090332031250 +-0.231445312500 +0.129882812500 +-0.144531250000 +-0.031982421875 +0.067382812500 +0.052490234375 +-0.082519531250 +-0.123046875000 +0.081054687500 +-0.109863281250 +0.071777343750 +0.054443359375 +-0.030883789062 +0.058105468750 +-0.142578125000 +0.118164062500 +0.055664062500 +-0.106445312500 +0.049804687500 +0.039306640625 +0.073730468750 +0.038818359375 +-0.017578125000 +-0.003829956055 +0.060546875000 +0.028564453125 +-0.033691406250 +-0.014404296875 +-0.197265625000 +0.053710937500 +-0.012390136719 +-0.178710937500 +-0.116699218750 +-0.219726562500 +0.062255859375 +0.025878906250 +0.078125000000 +-0.394531250000 +0.014038085938 +0.171875000000 +0.144531250000 +0.079589843750 +-0.285156250000 +-0.110839843750 +0.093750000000 +0.096191406250 +-0.060546875000 +0.083496093750 +0.043701171875 +-0.355468750000 +-0.083984375000 +-0.110839843750 +0.259765625000 +0.035888671875 +-0.277343750000 +-0.259765625000 +-0.125000000000 +-0.040039062500 +-0.170898437500 +-0.009277343750 +0.063964843750 +-0.035644531250 +-0.202148437500 +-0.006042480469 +0.044433593750 +-0.020629882812 +0.041992187500 +0.022094726562 +-0.010864257812 +0.022216796875 +0.030883789062 +0.044677734375 +-0.003326416016 +0.118164062500 +-0.172851562500 +0.007476806641 +-0.115234375000 +-0.166992187500 +0.097656250000 +-0.020751953125 +-0.018676757812 +0.037109375000 +0.058349609375 +-0.012084960938 +-0.048339843750 +-0.001144409180 +-0.097167968750 +0.112304687500 +0.038085937500 +0.089355468750 +-0.062988281250 +-0.085937500000 +0.026367187500 +0.124511718750 +-0.202148437500 +0.310546875000 +-0.098632812500 +0.046386718750 +-0.036132812500 +0.011474609375 +0.176757812500 +0.109863281250 +-0.038574218750 +-0.205078125000 +-0.124023437500 +-0.011718750000 +-0.039550781250 +0.058593750000 +-0.031250000000 +0.010864257812 +-0.121093750000 +-0.123046875000 +-0.008789062500 +0.193359375000 +-0.078125000000 +-0.036376953125 +0.244140625000 +-0.116210937500 +-0.318359375000 +0.030761718750 +0.005096435547 +0.149414062500 +0.052978515625 +-0.073730468750 +0.100097656250 +0.051025390625 +-0.292968750000 +-0.035400390625 +0.109863281250 +-0.031250000000 +-0.106933593750 +-0.038818359375 +0.036621093750 +0.003082275391 +0.055664062500 +0.025512695312 +-0.064941406250 +-0.189453125000 +-0.162109375000 +0.069335937500 +0.112792968750 +-0.189453125000 +0.047851562500 +0.153320312500 +0.033203125000 +0.014282226562 +-0.078125000000 +-0.045898437500 +0.011291503906 +-0.014770507812 +-0.166015625000 +0.068359375000 +0.041992187500 +0.097656250000 +-0.009582519531 +-0.023681640625 +0.020141601562 +-0.069824218750 +0.009460449219 +0.253906250000 +0.003967285156 +0.051025390625 +-0.072265625000 +0.080566406250 +0.208984375000 +-0.150390625000 +-0.053222656250 +-0.243164062500 +-0.034667968750 +-0.015197753906 +0.011169433594 +-0.058105468750 +-0.089843750000 +0.002059936523 +-0.275390625000 +-0.195312500000 +-0.054931640625 +-0.091308593750 +0.211914062500 +0.197265625000 +0.188476562500 +-0.129882812500 +-0.248046875000 +0.226562500000 +0.113281250000 +0.003097534180 +-0.061523437500 +-0.100585937500 +-0.060058593750 +0.008666992188 +-0.231445312500 +0.165039062500 +0.106933593750 +-0.035400390625 +-0.075683593750 +-0.121582031250 +-0.110351562500 +0.010864257812 +0.005432128906 +0.048828125000 +-0.003723144531 +-0.093750000000 +-0.226562500000 +-0.194335937500 +-0.152343750000 +-0.147460937500 +-0.153320312500 +-0.014099121094 +0.041015625000 +0.026123046875 +-0.077148437500 +-0.093261718750 +0.045410156250 +-0.015258789062 +-0.022338867188 +-0.020507812500 +0.073242187500 +0.024902343750 +0.071289062500 +0.086425781250 +0.070312500000 +0.164062500000 +0.066406250000 +0.251953125000 +-0.063476562500 +0.164062500000 +-0.273437500000 +-0.107910156250 +-0.235351562500 +0.031005859375 +-0.000398635864 +0.012512207031 +0.033935546875 +-0.142578125000 +-0.035156250000 +-0.023559570312 +0.064453125000 +0.006683349609 +-0.047851562500 +-0.163085937500 +-0.060058593750 +-0.185546875000 +-0.061279296875 +-0.114257812500 +0.040039062500 +-0.062500000000 +-0.214843750000 +0.125976562500 +-0.007171630859 +0.026733398438 +0.263671875000 +-0.045654296875 +0.016967773438 +0.065917968750 +-0.134765625000 +-0.045654296875 +0.058837890625 +-0.242187500000 +0.058593750000 +-0.193359375000 +-0.065917968750 +0.096191406250 +-0.099609375000 +-0.165039062500 +-0.117187500000 +0.078613281250 +-0.138671875000 +-0.247070312500 +-0.519531250000 +0.091796875000 +0.072753906250 +0.012756347656 +-0.007202148438 +0.086914062500 +0.053222656250 +-0.118164062500 +0.044433593750 +0.024047851562 +0.386718750000 +0.027221679688 +0.190429687500 +0.169921875000 +-0.131835937500 +-0.125976562500 +0.128906250000 +-0.052734375000 +-0.081542968750 +0.161132812500 +-0.145507812500 +0.271484375000 +-0.033447265625 +0.296875000000 +-0.789062500000 +-0.080078125000 +-0.152343750000 +0.096679687500 +-0.190429687500 +-0.201171875000 +-0.109863281250 +-0.040771484375 +-0.032714843750 +0.022705078125 +0.110351562500 +-0.027099609375 +-0.080566406250 +-0.127929687500 +-0.208007812500 +-0.039062500000 +-0.005767822266 +-0.009826660156 +-0.216796875000 +0.174804687500 +0.051757812500 +0.124023437500 +-0.028564453125 +-0.285156250000 +-0.011657714844 +-0.015747070312 +-0.084472656250 +0.008728027344 +0.186523437500 +-0.094238281250 +0.074707031250 +-0.016967773438 +0.055419921875 +-0.394531250000 +0.007263183594 +-0.103027343750 +-0.076660156250 +-0.367187500000 +-0.281250000000 +-0.267578125000 +-0.554687500000 +0.100585937500 +0.099609375000 +0.107421875000 +-0.016113281250 +0.043945312500 +0.188476562500 +-0.027587890625 +-0.030151367188 +0.018188476562 +-0.257812500000 +0.000473022461 +-0.847656250000 +0.103515625000 +0.016479492188 +-0.195312500000 +0.214843750000 +0.113769531250 +-0.218750000000 +0.042236328125 +-0.009521484375 +0.156250000000 +-0.000724792480 +0.007598876953 +-0.703125000000 +-0.457031250000 +-0.231445312500 +-0.161132812500 +-0.112792968750 +0.090332031250 +-0.138671875000 +0.004486083984 +0.150390625000 +0.059814453125 +-0.044677734375 +-0.209960937500 +-0.085449218750 +-0.195312500000 +0.026733398438 +-0.142578125000 +0.060302734375 +0.035644531250 +-0.206054687500 +0.006072998047 +-0.018676757812 +-0.034423828125 +-0.115722656250 +-0.068847656250 +0.062988281250 +-0.080566406250 +-0.024536132812 +0.098144531250 +-0.018188476562 +-0.071289062500 +-0.092773437500 +0.025268554688 +0.026000976562 +-0.345703125000 +0.012939453125 +-0.068847656250 +0.318359375000 +-0.137695312500 +-0.261718750000 +-0.197265625000 +-0.079101562500 +-0.006439208984 +-0.018676757812 +0.158203125000 +-0.166992187500 +0.033935546875 +-0.113281250000 +0.064453125000 +-0.113769531250 +0.086914062500 +0.341796875000 +0.002456665039 +-1.148437500000 +0.174804687500 +0.075195312500 +-0.310546875000 +0.008483886719 +0.294921875000 +-0.162109375000 +-0.086914062500 +-0.040283203125 +-0.051269531250 +0.038330078125 +-0.093261718750 +0.095703125000 +-0.187500000000 +-0.057617187500 +-0.005737304688 +0.117675781250 +-0.036865234375 +-0.101074218750 +0.028442382812 +-0.084472656250 +0.225585937500 +-0.200195312500 +-0.074218750000 +-0.058593750000 +0.168945312500 +0.228515625000 +0.174804687500 +0.051025390625 +0.130859375000 +0.035400390625 +0.148437500000 +-0.302734375000 +-0.031494140625 +0.021850585938 +0.034912109375 +-0.042480468750 +0.068847656250 +-0.328125000000 +0.007019042969 +0.003021240234 +0.006683349609 +-0.105957031250 +-0.082031250000 +0.072753906250 +0.125000000000 +0.136718750000 +0.010803222656 +0.375000000000 +-0.106445312500 +-0.133789062500 +0.044433593750 +-0.180664062500 +-0.083984375000 +-0.009521484375 +-0.040527343750 +-0.050781250000 +0.030517578125 +-0.047119140625 +-0.004638671875 +0.001670837402 +-0.019775390625 +-0.029174804688 +-0.018310546875 +0.030883789062 +0.114257812500 +0.043945312500 +0.013671875000 +0.015869140625 +-0.134765625000 +-0.029418945312 +0.153320312500 +0.088867187500 +0.126953125000 +0.006134033203 +0.176757812500 +-0.029052734375 +0.074707031250 +-0.097167968750 +0.043945312500 +0.096679687500 +-0.036865234375 +0.113281250000 +0.141601562500 +0.141601562500 +0.211914062500 +-0.136718750000 +-0.177734375000 +0.053222656250 +-0.074707031250 +-0.034667968750 +-0.016479492188 +-0.062988281250 +0.053710937500 +-0.005981445312 +0.030029296875 +-0.023315429688 +-0.043212890625 +0.038818359375 +0.090820312500 +-0.122558593750 +0.099121093750 +-0.233398437500 +-0.019287109375 +0.040283203125 +0.021362304688 +-0.145507812500 +0.022460937500 +-0.087890625000 +0.023193359375 +-0.015136718750 +-0.012878417969 +-0.009155273438 +0.021728515625 +-0.127929687500 +-0.159179687500 +-0.023315429688 +0.042724609375 +-0.009643554688 +-0.163085937500 +-0.052246093750 +-0.017211914062 +-0.002883911133 +-0.033447265625 +0.073730468750 +0.023193359375 +-0.024780273438 +0.046875000000 +-0.011413574219 +0.097167968750 +0.248046875000 +-0.073242187500 +0.031494140625 +0.019409179688 +0.041748046875 +-0.433593750000 +-0.243164062500 +0.009399414062 +0.079589843750 +0.008666992188 +0.157226562500 +-0.083984375000 +-0.289062500000 +-0.235351562500 +-0.065429687500 +-0.173828125000 +-0.038330078125 +-0.068847656250 +0.217773437500 +-0.017822265625 +-0.028198242188 +0.013366699219 +0.035400390625 +0.070800781250 +-0.101074218750 +0.053710937500 +-0.026977539062 +0.068847656250 +-0.206054687500 +0.201171875000 +-0.007415771484 +-0.242187500000 +0.010925292969 +0.044433593750 +0.257812500000 +0.062500000000 +-0.172851562500 +-0.104492187500 +-0.057617187500 +-0.125976562500 +-0.109863281250 +-0.082031250000 +0.052734375000 +0.037597656250 +0.119628906250 +-0.250000000000 +-0.148437500000 +-0.040283203125 +0.027099609375 +-0.253906250000 +-0.102539062500 +0.127929687500 +0.150390625000 +0.095214843750 +0.005279541016 +-0.028442382812 +-0.127929687500 +0.029663085938 +0.037109375000 +0.024536132812 +-0.017456054688 +0.052978515625 +-0.057373046875 +-0.229492187500 +0.128906250000 +-0.341796875000 +-0.205078125000 +-0.056152343750 +-0.068359375000 +-0.375000000000 +-0.333984375000 +0.028808593750 +0.051025390625 +-0.069335937500 +0.074218750000 +0.043945312500 +-0.041015625000 +0.040039062500 +0.059082031250 +-0.209960937500 +-0.121582031250 +0.072265625000 +0.056884765625 +0.041015625000 +0.023681640625 +-0.156250000000 +0.029052734375 +-0.141601562500 +0.226562500000 +-0.003036499023 +0.015380859375 +0.176757812500 +0.093750000000 +0.034179687500 +-0.021606445312 +-0.151367187500 +-0.051025390625 +-0.104980468750 +-0.009521484375 +0.038818359375 +0.130859375000 +-0.157226562500 +0.053222656250 +-0.002120971680 +0.129882812500 +0.082519531250 +0.071777343750 +0.077148437500 +0.070312500000 +-0.043945312500 +0.005889892578 +0.285156250000 +0.004089355469 +-0.115722656250 +-0.137695312500 +0.130859375000 +0.020996093750 +0.214843750000 +-0.086914062500 +0.043945312500 +-0.070800781250 +-0.067871093750 +-0.029296875000 +0.054687500000 +-0.193359375000 +0.071289062500 +-0.000305175781 +0.024536132812 +0.171875000000 +-0.019165039062 +-0.376953125000 +-0.008056640625 +0.035644531250 +-0.078613281250 +-0.189453125000 +0.285156250000 +0.125000000000 +0.068359375000 +-0.589843750000 +-0.073730468750 +-0.131835937500 +-0.036865234375 +-0.120117187500 +-0.056884765625 +-0.055664062500 +-0.104980468750 +-0.086425781250 +0.013183593750 +0.046875000000 +-0.064453125000 +-0.083496093750 +-0.005950927734 +0.137695312500 +-0.161132812500 +-0.037109375000 +0.070312500000 +0.096191406250 +-0.000823974609 +0.024291992188 +-0.029296875000 +0.048583984375 +0.203125000000 +0.441406250000 +-0.079101562500 +0.112304687500 +0.137695312500 +-0.121582031250 +-0.026611328125 +-0.227539062500 +0.038574218750 +-0.009094238281 +-0.241210937500 +0.046875000000 +-0.028808593750 +-0.060791015625 +0.215820312500 +-0.176757812500 +-0.206054687500 +-0.250000000000 +-0.010803222656 +0.127929687500 +0.109375000000 +-0.048339843750 +0.058349609375 +0.007812500000 +-0.215820312500 +-0.201171875000 +-0.051269531250 +-0.054199218750 +-0.066406250000 +-0.137695312500 +0.002456665039 +0.175781250000 +-0.172851562500 +-0.593750000000 +-0.086914062500 +-0.120605468750 +0.169921875000 +-0.304687500000 +0.135742187500 +0.045410156250 +-0.146484375000 +-0.933593750000 +-0.125976562500 +-0.033691406250 +0.023803710938 +0.000823974609 +0.011291503906 +0.143554687500 +0.243164062500 +-0.625000000000 +0.052734375000 +-0.000679016113 +0.171875000000 +-0.014587402344 +-0.027709960938 +0.154296875000 +0.076660156250 +-0.009094238281 +0.018920898438 +-0.003311157227 +-0.061035156250 +0.060546875000 +-0.133789062500 +0.029418945312 +0.026855468750 +-0.182617187500 +-0.239257812500 +-0.084960937500 +0.068359375000 +-0.137695312500 +-0.021240234375 +-0.097656250000 +-0.045898437500 +0.090332031250 +-0.388671875000 +-0.194335937500 +-0.008605957031 +0.088867187500 +0.062011718750 +-0.166015625000 +0.093750000000 +-0.175781250000 +-0.006378173828 +0.034423828125 +0.089355468750 +0.251953125000 +0.125976562500 +0.027587890625 +0.042480468750 +-0.150390625000 +-0.175781250000 +-0.044189453125 +-0.058105468750 +-0.019653320312 +-0.038330078125 +0.061523437500 +-0.238281250000 +-0.333984375000 +-0.275390625000 +-0.043701171875 +0.163085937500 +-0.018188476562 +0.096679687500 +0.039550781250 +-0.072265625000 +-0.349609375000 +-0.113769531250 +-0.231445312500 +-0.009704589844 +-0.133789062500 +-0.142578125000 +-0.076171875000 +0.086425781250 +-0.079101562500 +-0.085449218750 +0.052978515625 +-0.150390625000 +-0.127929687500 +0.020629882812 +0.068359375000 +-0.005371093750 +0.051025390625 +0.111328125000 +-0.037109375000 +0.000869750977 +0.152343750000 +-0.143554687500 +-0.023071289062 +-0.001380920410 +0.083007812500 +-0.068359375000 +0.062255859375 +0.064453125000 +-0.406250000000 +-0.029907226562 +-0.052734375000 +-0.027954101562 +0.032958984375 +0.060302734375 +0.153320312500 +-0.095214843750 +0.125976562500 +0.063476562500 +-0.020507812500 +-0.343750000000 +-0.172851562500 +0.166992187500 +-0.005493164062 +0.030883789062 +-0.018432617188 +-0.092285156250 +0.111816406250 +0.134765625000 +0.253906250000 +-0.065429687500 +-0.158203125000 +-0.004272460938 +0.008972167969 +-0.053222656250 +0.229492187500 +-0.208984375000 +-0.433593750000 +-0.246093750000 +-0.116699218750 +0.218750000000 +-0.173828125000 +0.037841796875 +-0.073730468750 +-0.106933593750 +-0.014953613281 +-0.015380859375 +-0.253906250000 +-0.056396484375 +0.117675781250 +-0.015991210938 +-0.108886718750 +0.080078125000 +-0.004028320312 +-0.007995605469 +-0.104492187500 +-0.019409179688 +0.033203125000 +-0.057128906250 +0.188476562500 +0.004547119141 +-0.063476562500 +0.061523437500 +0.079101562500 +-0.045898437500 +-0.089355468750 +0.026489257812 +0.079589843750 +-0.045654296875 +0.043457031250 +-0.059814453125 +0.009826660156 +0.026123046875 +-0.134765625000 +-0.056152343750 +-0.084960937500 +-0.005035400391 +0.093750000000 +0.047607421875 +0.091308593750 +-0.014404296875 +-0.035400390625 +0.201171875000 +-0.090820312500 +-0.185546875000 +-0.028320312500 +0.142578125000 +-0.063476562500 +0.128906250000 +0.025512695312 +-0.044921875000 +-0.006103515625 +-0.007171630859 +0.035400390625 +0.058593750000 +-0.066406250000 +0.091796875000 +0.037109375000 +-0.003601074219 +0.318359375000 +-0.250000000000 +-0.644531250000 +-0.265625000000 +0.015563964844 +0.369140625000 +-0.099609375000 +0.038330078125 +-0.104980468750 +0.014587402344 +-0.077148437500 +-0.029052734375 +-0.523437500000 +-0.036376953125 +-0.194335937500 +-0.261718750000 +0.038330078125 +0.063476562500 +0.215820312500 +0.117675781250 +-0.053710937500 +-0.100097656250 +0.173828125000 +-0.112792968750 +0.118652343750 +-0.005889892578 +-0.050781250000 +-0.113769531250 +-0.273437500000 +0.056396484375 +-0.028808593750 +0.018432617188 +-0.008117675781 +0.010620117188 +-0.004150390625 +0.017578125000 +-0.183593750000 +-0.120605468750 +0.026611328125 +0.068847656250 +-0.155273437500 +-0.008605957031 +0.034912109375 +0.113281250000 +0.146484375000 +-0.207031250000 +-0.132812500000 +0.064453125000 +0.052490234375 +0.077636718750 +-0.142578125000 +-0.017944335938 +-0.191406250000 +-0.081054687500 +-0.037353515625 +-0.051269531250 +-0.029052734375 +-0.051757812500 +0.025634765625 +0.020996093750 +-0.080078125000 +-0.095214843750 +-0.059814453125 +-0.173828125000 +-0.024902343750 +0.100097656250 +0.101074218750 +0.013244628906 +-0.164062500000 +-0.087402343750 +0.000740051270 +-0.061767578125 +-0.174804687500 +-0.018920898438 +0.037353515625 +0.003387451172 +-0.026000976562 +0.088867187500 +-0.037597656250 +0.007476806641 +0.020996093750 +0.010009765625 +-0.033935546875 +0.147460937500 +-0.271484375000 +0.231445312500 +-0.047363281250 +-0.015075683594 +0.245117187500 +0.008239746094 +0.038574218750 +0.048095703125 +-0.316406250000 +0.251953125000 +0.129882812500 +-0.001197814941 +0.136718750000 +0.015075683594 +-0.038330078125 +-0.031982421875 +-0.011169433594 +-0.112304687500 +0.014587402344 +0.193359375000 +-0.466796875000 +-0.020751953125 +-0.002105712891 +0.046630859375 +0.090820312500 +-0.100585937500 +0.075683593750 +0.023193359375 +-0.045654296875 +0.011169433594 +-0.110351562500 +0.041992187500 +-0.089355468750 +0.042724609375 +-0.038574218750 +-0.038330078125 +-0.101074218750 +0.005157470703 +0.000455856323 +-0.008422851562 +0.079101562500 +0.026611328125 +0.014953613281 +-0.091308593750 +-0.019775390625 +0.146484375000 +-0.112304687500 +0.031738281250 +-0.149414062500 +0.062255859375 +-0.025756835938 +-0.107910156250 +-0.285156250000 +-0.122070312500 +-0.016845703125 +-0.060791015625 +0.152343750000 +0.054199218750 +0.016723632812 +-0.048828125000 +-0.259765625000 +0.011657714844 +-0.018188476562 +0.130859375000 +-0.215820312500 +-0.014282226562 +0.067382812500 +-0.052490234375 +0.176757812500 +0.161132812500 +0.063476562500 +0.227539062500 +-0.239257812500 +-0.088378906250 +-0.035888671875 +0.257812500000 +0.134765625000 +-0.020874023438 +0.055175781250 +0.060791015625 +-0.244140625000 +0.068847656250 +0.020629882812 +-0.183593750000 +-0.230468750000 +-0.008850097656 +-0.045410156250 +0.073730468750 +-0.055664062500 +0.082519531250 +0.087890625000 +0.025512695312 +-0.041259765625 +0.040527343750 +-0.351562500000 +0.014099121094 +0.026855468750 +-0.059570312500 +-0.080078125000 +-0.068359375000 +-0.106933593750 +-0.097656250000 +-0.144531250000 +-0.034667968750 +0.051513671875 +-0.196289062500 +-0.000137329102 +-0.187500000000 +-0.079101562500 +0.026123046875 +0.246093750000 +0.143554687500 +-0.035888671875 +0.128906250000 +-0.097656250000 +0.229492187500 +-0.181640625000 +-0.275390625000 +-0.220703125000 +0.035644531250 +0.012084960938 +0.083984375000 +0.063964843750 +-0.069335937500 +-0.038085937500 +0.001174926758 +0.144531250000 +-0.021850585938 +-0.115722656250 +0.174804687500 +-0.004730224609 +-0.357421875000 +0.010986328125 +-0.209960937500 +-0.063476562500 +-0.098632812500 +-0.144531250000 +0.004760742188 +0.156250000000 +-0.091308593750 +0.013732910156 +-0.507812500000 +0.102050781250 +0.208984375000 +0.053955078125 +0.062988281250 +0.053466796875 +0.075683593750 +-0.172851562500 +0.111816406250 +-0.057373046875 +0.166992187500 +0.159179687500 +0.167968750000 +0.257812500000 +0.194335937500 +0.141601562500 +-0.102539062500 +-0.197265625000 +-0.067382812500 +-0.092285156250 +-0.011779785156 +-0.168945312500 +-0.153320312500 +-0.433593750000 +-0.031738281250 +0.036132812500 +0.078125000000 +0.187500000000 +-0.090820312500 +-0.094238281250 +-0.196289062500 +0.053710937500 +0.023559570312 +0.250000000000 +-0.083007812500 +0.002548217773 +-0.030517578125 +-0.079101562500 +0.035156250000 +0.007202148438 +-0.221679687500 +-0.197265625000 +-0.015502929688 +0.178710937500 +-0.156250000000 +0.035400390625 +-0.236328125000 +0.181640625000 +-0.033203125000 +0.116210937500 +-0.176757812500 +0.091796875000 +0.040283203125 +0.041748046875 +-0.157226562500 +0.269531250000 +-0.037353515625 +0.067382812500 +-0.205078125000 +-0.388671875000 +-0.045166015625 +0.195312500000 +-0.050781250000 +-0.009643554688 +-0.328125000000 +0.072265625000 +-0.125976562500 +0.053955078125 +0.088378906250 +-0.020874023438 +0.113281250000 +-0.121093750000 +-0.163085937500 +0.072265625000 +0.131835937500 +-0.051269531250 +-0.057617187500 +-0.116210937500 +0.049560546875 +0.144531250000 +-0.027709960938 +-0.116210937500 +-0.115234375000 +-0.155273437500 +-0.011230468750 +0.271484375000 +-0.061279296875 +-0.259765625000 +-0.498046875000 +0.051269531250 +-0.378906250000 +0.113281250000 +-0.033935546875 +0.091308593750 +0.030029296875 +-0.013610839844 +0.027954101562 +0.248046875000 +-0.279296875000 +-0.220703125000 +0.015991210938 +-0.107421875000 +0.157226562500 +-0.095703125000 +-0.074218750000 +-0.310546875000 +-0.065917968750 +0.123046875000 +0.034912109375 +0.145507812500 +-0.005737304688 +0.013000488281 +-0.075683593750 +0.029785156250 +0.076660156250 +0.028320312500 +0.024047851562 +0.118164062500 +0.037109375000 +0.275390625000 +0.036865234375 +0.124511718750 +0.104980468750 +-0.312500000000 +0.167968750000 +-0.041992187500 +-0.035400390625 +0.079589843750 +-0.131835937500 +0.076171875000 +-0.012023925781 +0.007324218750 +-0.064453125000 +-0.058837890625 +-0.069824218750 +-0.232421875000 +-0.283203125000 +-0.216796875000 +0.241210937500 +0.042968750000 +0.145507812500 +-0.107910156250 +0.027221679688 +-0.057861328125 +0.033691406250 +-0.167968750000 +-0.005187988281 +-0.017333984375 +-0.030029296875 +0.154296875000 +-0.075683593750 +0.008666992188 +-0.110839843750 +-0.253906250000 +-0.147460937500 +0.114257812500 +0.005279541016 +0.000495910645 +-0.047851562500 +-0.137695312500 +-0.076660156250 +0.005737304688 +-0.090332031250 +0.012390136719 +0.081054687500 +-0.337890625000 +0.020874023438 +0.045166015625 +0.099609375000 +-0.060546875000 +-0.041503906250 +0.298828125000 +-0.125976562500 +-0.085937500000 +-0.102539062500 +0.006408691406 +0.129882812500 +-0.156250000000 +-0.049316406250 +0.116210937500 +0.051757812500 +0.105468750000 +-0.096191406250 +-0.030517578125 +0.102050781250 +0.126953125000 +0.050048828125 +-0.242187500000 +0.114746093750 +0.119628906250 +-0.032226562500 +-0.021972656250 +0.032470703125 +0.063476562500 +0.014709472656 +-0.081054687500 +-0.050537109375 +-0.014526367188 +-0.118652343750 +-0.199218750000 +-0.162109375000 +0.021850585938 +0.056396484375 +0.093750000000 +0.166015625000 +-0.065429687500 +0.037353515625 +0.037597656250 +0.025390625000 +-0.056640625000 +-0.015441894531 +-0.271484375000 +-0.065917968750 +-0.050048828125 +0.021118164062 +-0.051025390625 +0.083007812500 +-0.067871093750 +-0.006408691406 +-0.191406250000 +-0.070800781250 +0.004821777344 +-0.129882812500 +0.007171630859 +0.173828125000 +-0.026000976562 +0.102539062500 +-0.033203125000 +0.146484375000 +-0.196289062500 +-0.079101562500 +0.023681640625 +-0.065429687500 +-0.071777343750 +-0.069824218750 +0.035400390625 +0.003479003906 +-0.001876831055 +0.034423828125 +0.002105712891 +0.034423828125 +0.097656250000 +-0.013854980469 +0.020629882812 +-0.000698089600 +-0.031982421875 +-0.032958984375 +0.012023925781 +0.019042968750 +-0.051025390625 +0.023315429688 +0.022216796875 +0.009155273438 +-0.075195312500 +-0.006866455078 +-0.058837890625 +-0.037353515625 +0.058837890625 +-0.071289062500 +-0.101074218750 +0.102539062500 +0.028930664062 +0.111328125000 +0.146484375000 +-0.050048828125 +0.005828857422 +-0.051757812500 +0.081054687500 +-0.400390625000 +-0.183593750000 +-0.206054687500 +-0.134765625000 +-0.079101562500 +-0.207031250000 +0.010559082031 +0.097167968750 +-0.136718750000 +-0.059082031250 +-0.105957031250 +-0.048583984375 +0.034179687500 +-0.130859375000 +0.062988281250 +0.060791015625 +-0.034912109375 +-0.058105468750 +-0.005493164062 +0.053222656250 +-0.110351562500 +-0.055419921875 +0.023681640625 +-0.205078125000 +-0.035888671875 +0.037841796875 +0.193359375000 +0.218750000000 +-0.130859375000 +-0.125976562500 +0.179687500000 +0.053710937500 +-0.632812500000 +-0.075683593750 +-0.063476562500 +-0.178710937500 +0.047119140625 +-0.086914062500 +-0.098144531250 +0.068847656250 +0.112304687500 +-0.005706787109 +-0.046630859375 +-0.048583984375 +-0.189453125000 +0.001701354980 +0.014831542969 +-0.112792968750 +0.045410156250 +-0.066406250000 +-0.011901855469 +-0.120117187500 +-0.030029296875 +0.058349609375 +-0.054931640625 +0.027099609375 +0.219726562500 +0.051269531250 +-0.105957031250 +-0.069335937500 +-0.190429687500 +-0.228515625000 +-0.071777343750 +0.047607421875 +-0.224609375000 +-0.142578125000 +-0.133789062500 +-0.052246093750 +-0.291015625000 +-0.209960937500 +-0.024047851562 +0.069335937500 +-0.082031250000 +-0.135742187500 +-0.186523437500 +-0.151367187500 +-0.029663085938 +0.018554687500 +-0.003265380859 +0.008056640625 +-0.283203125000 +-0.139648437500 +0.032958984375 +0.047607421875 +-0.150390625000 +0.129882812500 +0.022216796875 +-0.070800781250 +0.058105468750 +0.046875000000 +0.052490234375 +0.173828125000 +-0.200195312500 +-0.141601562500 +0.085449218750 +-0.000026464462 +-0.500000000000 +-0.070800781250 +0.001174926758 +-0.153320312500 +0.014099121094 +-0.107910156250 +0.007629394531 +-0.164062500000 +0.176757812500 +0.033447265625 +-0.257812500000 +-0.384765625000 +0.287109375000 +-0.060791015625 +0.041748046875 +-0.015991210938 +-0.062988281250 +-0.046875000000 +0.181640625000 +-0.167968750000 +-0.084960937500 +-0.001762390137 +-0.087890625000 +0.073242187500 +0.044433593750 +0.007202148438 +-0.153320312500 +-0.081054687500 +0.020996093750 +0.002349853516 +0.054443359375 +0.001396179199 +-0.056884765625 +-0.092773437500 +0.045166015625 +0.002273559570 +-0.072753906250 +0.251953125000 +0.023803710938 +0.017944335938 +-0.139648437500 +0.006744384766 +-0.294921875000 +0.085937500000 +-0.017211914062 +0.189453125000 +0.022338867188 +-0.067871093750 +-0.085449218750 +-0.053955078125 +-0.061035156250 +-0.095703125000 +-0.123046875000 +-0.082519531250 +-0.118164062500 +-0.104492187500 +-0.140625000000 +0.052246093750 +0.052734375000 +0.066894531250 +-0.128906250000 +-0.033447265625 +0.093261718750 +0.046875000000 +-0.160156250000 +-0.092285156250 +0.055419921875 +-0.119628906250 +-0.002243041992 +-0.322265625000 +-0.067871093750 +0.189453125000 +-0.080566406250 +-0.024047851562 +-0.199218750000 +-0.287109375000 +0.451171875000 +-0.173828125000 +-0.425781250000 +0.013793945312 +-0.014404296875 +0.010253906250 +0.566406250000 +0.061523437500 +-0.271484375000 +-0.140625000000 +-0.073730468750 +-0.084960937500 +0.066894531250 +0.018310546875 +-0.363281250000 +-0.009765625000 +-0.131835937500 +0.193359375000 +0.001754760742 +-0.003616333008 +-0.000170707703 +-0.025512695312 +-0.121582031250 +0.004699707031 +-0.245117187500 +-0.302734375000 +-0.032470703125 +-0.095703125000 +-0.009521484375 +-0.187500000000 +-0.166992187500 +-0.019897460938 +-0.011657714844 +0.103027343750 +-0.119140625000 +0.104003906250 +-0.006256103516 +-0.292968750000 +0.028198242188 +0.059814453125 +-0.083496093750 +-0.093261718750 +-0.008605957031 +-0.014160156250 +0.053955078125 +-0.019165039062 +-0.077636718750 +-0.119140625000 +-0.097167968750 +-0.173828125000 +0.129882812500 +0.022338867188 +-0.114257812500 +-0.001983642578 +0.145507812500 +-0.222656250000 +-0.550781250000 +-0.398437500000 +-0.060058593750 +0.060058593750 +-0.086425781250 +0.056396484375 +-0.002059936523 +0.195312500000 +0.244140625000 +-0.182617187500 +0.038574218750 +0.108886718750 +0.039794921875 +-0.122558593750 +0.012695312500 +0.163085937500 +0.175781250000 +-0.075195312500 +0.640625000000 +0.025268554688 +-0.008850097656 +-0.000364303589 +0.023925781250 +0.131835937500 +-0.402343750000 +-0.071289062500 +-0.214843750000 +0.082031250000 +0.153320312500 +0.062011718750 +-0.011230468750 +0.150390625000 +-0.072265625000 +-0.292968750000 +0.109375000000 +-0.109375000000 +-0.180664062500 +-0.187500000000 +0.159179687500 +0.061523437500 +-0.073242187500 +0.078613281250 +-0.304687500000 +-0.070800781250 +0.012207031250 +0.157226562500 +0.004913330078 +-0.010559082031 +-0.019531250000 +-0.230468750000 +-0.017944335938 +-0.173828125000 +0.090820312500 +-0.593750000000 +0.115722656250 +0.011596679688 +-0.184570312500 +-0.394531250000 +0.047363281250 +0.022705078125 +0.096191406250 +-0.058349609375 +0.103515625000 +-0.022949218750 +-0.223632812500 +-0.375000000000 +0.037353515625 +0.026855468750 +-0.125976562500 +0.022705078125 +0.017089843750 +0.005615234375 +0.026245117188 +-0.052734375000 +0.045410156250 +-0.048828125000 +-0.042724609375 +-0.068847656250 +-0.010925292969 +-0.161132812500 +-0.153320312500 +-0.100585937500 +-0.102050781250 +-0.018310546875 +-0.011352539062 +0.008972167969 +-0.078613281250 +-0.056884765625 +-0.261718750000 +-0.081054687500 +0.164062500000 +0.089843750000 +0.075195312500 +0.006134033203 +0.064941406250 +-0.001670837402 +-0.265625000000 +-0.609375000000 +0.133789062500 +0.136718750000 +-0.193359375000 +-0.092773437500 +-0.223632812500 +0.067871093750 +0.022094726562 +-0.142578125000 +0.285156250000 +-0.106445312500 +0.076171875000 +-0.009704589844 +0.009399414062 +0.006195068359 +-0.010803222656 +0.010314941406 +0.053222656250 +-0.173828125000 +0.105957031250 +-0.601562500000 +0.273437500000 +0.102050781250 +-0.062011718750 +-0.206054687500 +0.037353515625 +-0.040527343750 +0.032714843750 +-0.104003906250 +-0.007873535156 +-0.012207031250 +0.094726562500 +-0.124511718750 +-0.012207031250 +-0.016113281250 +-0.078125000000 +-0.020507812500 +0.015014648438 +0.025878906250 +0.000610351562 +-0.139648437500 +0.020019531250 +-0.136718750000 +0.022094726562 +-0.052001953125 +-0.010620117188 +-0.058105468750 +-0.139648437500 +-0.004577636719 +-0.050537109375 +-0.030273437500 +0.016113281250 +0.017333984375 +-0.147460937500 +0.008056640625 +-0.062500000000 +-0.132812500000 +0.020751953125 +-0.039062500000 +0.166015625000 +-0.025634765625 +0.223632812500 +0.060058593750 +-0.265625000000 +-0.707031250000 +-0.166992187500 +-0.052001953125 +-0.227539062500 +-0.088378906250 +-0.059814453125 +0.009277343750 +0.011718750000 +0.182617187500 +-0.000965118408 +0.178710937500 +0.006652832031 +-0.155273437500 +0.021484375000 +-0.026123046875 +-0.013427734375 +-0.058837890625 +-0.008666992188 +-0.194335937500 +0.056884765625 +0.052001953125 +0.099121093750 +-0.072753906250 +-0.050781250000 +-0.048095703125 +-0.019897460938 +0.020996093750 +0.193359375000 +-0.158203125000 +-0.063476562500 +-0.156250000000 +-0.050292968750 +-0.145507812500 +-0.064453125000 +0.111816406250 +-0.029663085938 +0.053222656250 +-0.068359375000 +-0.040527343750 +-0.117187500000 +-0.098144531250 +-0.071289062500 +-0.178710937500 +0.123046875000 +0.045898437500 +-0.068847656250 +-0.027343750000 +0.000823974609 +0.179687500000 +-0.011596679688 +0.036621093750 +-0.016113281250 +-0.083007812500 +-0.155273437500 +-0.140625000000 +0.029418945312 +0.203125000000 +-0.059814453125 +-0.246093750000 +0.117675781250 +0.104003906250 +0.046875000000 +-0.013671875000 +0.032470703125 +0.074218750000 +0.001014709473 +-0.339843750000 +0.236328125000 +0.027832031250 +-0.014404296875 +0.068847656250 +-0.023803710938 +-0.118652343750 +0.001708984375 +-0.016479492188 +-0.037109375000 +-0.021240234375 +0.107910156250 +0.010925292969 +0.108398437500 +0.118164062500 +-0.026855468750 +-0.005706787109 +-0.250000000000 +-0.243164062500 +-0.275390625000 +-0.052490234375 +-0.070312500000 +0.135742187500 +-0.036865234375 +0.121093750000 +0.165039062500 +0.267578125000 +0.189453125000 +-0.265625000000 +-0.162109375000 +-0.281250000000 +0.230468750000 +0.053222656250 +-0.216796875000 +-0.095703125000 +0.004150390625 +0.095703125000 +-0.134765625000 +0.035400390625 +-0.084960937500 +0.047607421875 +-0.267578125000 +0.015869140625 +0.118164062500 +-0.008178710938 +0.167968750000 +-0.070312500000 +-0.014465332031 +0.084960937500 +0.064453125000 +-0.131835937500 +0.011535644531 +0.068359375000 +-0.009277343750 +-0.341796875000 +-0.169921875000 +-0.318359375000 +-0.000063419342 +-0.033935546875 +0.009338378906 +0.054199218750 +-0.045654296875 +0.025756835938 +0.076171875000 +-0.244140625000 +0.006866455078 +-0.064941406250 +-0.056640625000 +-0.001007080078 +0.064453125000 +-0.041259765625 +0.042236328125 +0.016235351562 +-0.492187500000 +-0.047363281250 +0.042968750000 +-0.462890625000 +0.193359375000 +-0.097167968750 +0.080566406250 +-0.023925781250 +-0.205078125000 +-0.178710937500 +0.121093750000 +0.167968750000 +0.079101562500 +0.100585937500 +-0.001983642578 +0.253906250000 +-0.025146484375 +-0.037353515625 +0.253906250000 +-0.460937500000 +-0.198242187500 +-0.120117187500 +0.225585937500 +-0.020629882812 +-0.203125000000 +-0.103515625000 +0.127929687500 +0.140625000000 +-0.087402343750 +0.154296875000 +-0.023925781250 +0.089355468750 +-0.269531250000 +0.047119140625 +-0.221679687500 +-0.001113891602 +-0.003067016602 +0.235351562500 +-0.122558593750 +0.007812500000 +-0.056640625000 +0.099609375000 +0.032470703125 +-0.037841796875 +-0.225585937500 +-0.225585937500 +-0.003723144531 +-0.113769531250 +-0.105468750000 +0.065917968750 +-0.077636718750 +0.128906250000 +-0.433593750000 +-0.193359375000 +-0.142578125000 +-0.229492187500 +-0.075683593750 +0.018188476562 +-0.027221679688 +0.034423828125 +-0.056884765625 +-0.047607421875 +0.037841796875 +-0.105957031250 +-0.208984375000 +-0.062500000000 +0.188476562500 +-0.488281250000 +-0.035644531250 +-0.314453125000 +0.001106262207 +-0.052734375000 +-0.118164062500 +-0.179687500000 +0.204101562500 +0.192382812500 +-0.063476562500 +0.177734375000 +0.077148437500 +0.082519531250 +0.186523437500 +0.037353515625 +0.035400390625 +-0.394531250000 +-0.150390625000 +-0.173828125000 +0.170898437500 +0.074707031250 +0.065917968750 +0.041992187500 +0.353515625000 +0.054931640625 +-0.133789062500 +0.087890625000 +-0.135742187500 +0.146484375000 +0.061523437500 +0.016357421875 +-0.137695312500 +-0.087890625000 +-0.130859375000 +0.093261718750 +-0.125976562500 +-0.029663085938 +0.179687500000 +-0.174804687500 +0.050292968750 +-0.153320312500 +-0.068359375000 +-0.558593750000 +0.281250000000 +-0.125000000000 +-0.127929687500 +-0.045898437500 +0.028930664062 +-0.069824218750 +-0.002578735352 +-0.119628906250 +-0.017944335938 +-0.410156250000 +-0.161132812500 +-0.000526428223 +-0.753906250000 +0.070800781250 +0.136718750000 +-0.151367187500 +0.200195312500 +-0.147460937500 +0.031494140625 +-0.010131835938 +0.308593750000 +-0.310546875000 +0.212890625000 +-0.574218750000 +-0.073242187500 +-0.092285156250 +-0.064941406250 +-0.210937500000 +-0.433593750000 +-0.200195312500 +-0.020385742188 +0.133789062500 +-0.133789062500 +0.121582031250 +0.001556396484 +-0.034667968750 +0.008605957031 +-0.353515625000 +-0.151367187500 +-0.186523437500 +0.166015625000 +0.183593750000 +0.095214843750 +-0.013305664062 +0.259765625000 +0.077636718750 +-0.174804687500 +-0.106933593750 +0.320312500000 +-0.250000000000 +0.033691406250 +0.016479492188 +-0.226562500000 +-0.146484375000 +0.019897460938 +0.063964843750 +-0.179687500000 +0.028564453125 +-0.020629882812 +-0.031982421875 +-0.049560546875 +0.075683593750 +0.202148437500 +-0.466796875000 +0.055175781250 +-0.102539062500 +-0.114257812500 +-0.269531250000 +0.012145996094 +0.073242187500 +0.153320312500 +0.028564453125 +-0.000816345215 +-0.213867187500 +-0.097167968750 +0.166992187500 +0.057373046875 +-0.075195312500 +0.099121093750 +0.070312500000 +-1.414062500000 +-0.015991210938 +-0.001800537109 +0.036376953125 +0.188476562500 +-0.460937500000 +0.164062500000 +-0.275390625000 +-0.244140625000 +0.062500000000 +0.085937500000 +-0.050292968750 +-0.257812500000 +-0.071289062500 +-0.279296875000 +0.117675781250 +-0.101074218750 +-0.072265625000 +0.134765625000 +-0.180664062500 +0.180664062500 +-0.355468750000 +-0.398437500000 +-0.067382812500 +0.210937500000 +0.059814453125 +0.059570312500 +0.081054687500 +-0.104003906250 +-0.109863281250 +0.031250000000 +-0.040283203125 +0.335937500000 +0.046142578125 +-0.054443359375 +-0.020874023438 +0.003890991211 +0.167968750000 +-0.079101562500 +0.125000000000 +-0.023925781250 +-0.146484375000 +0.062988281250 +-0.021972656250 +-0.000196456909 +0.120117187500 +0.184570312500 +0.048095703125 +-0.269531250000 +-0.108886718750 +-0.063476562500 +-0.269531250000 +-0.027465820312 +0.014709472656 +0.015747070312 +0.004394531250 +0.040039062500 +-0.250000000000 +-0.081054687500 +-0.083007812500 +-0.018188476562 +0.147460937500 +0.093750000000 +0.007507324219 +0.011291503906 +0.019042968750 +-0.020019531250 +0.013671875000 +-0.002609252930 +-0.149414062500 +0.149414062500 +0.164062500000 +0.055664062500 +-0.029174804688 +0.039306640625 +-0.048583984375 +-0.176757812500 +0.100585937500 +0.099609375000 +0.013977050781 +-0.104492187500 +0.031982421875 +-0.124023437500 +-0.133789062500 +0.214843750000 +-0.235351562500 +-0.043945312500 +0.022827148438 +0.143554687500 +0.003936767578 +0.141601562500 +0.055664062500 +0.043945312500 +-0.052490234375 +-0.087402343750 +0.079101562500 +-0.040039062500 +-0.223632812500 +-0.002380371094 +0.041503906250 +-0.004302978516 +-0.029418945312 +0.033691406250 +-0.011901855469 +0.041259765625 +-0.058105468750 +0.042480468750 +-0.162109375000 +-0.153320312500 +0.076660156250 +0.012451171875 +0.073242187500 +0.012695312500 +-0.310546875000 +-0.116210937500 +-0.347656250000 +0.019165039062 +-0.106445312500 +-0.011047363281 +-0.013549804688 +0.026611328125 +-0.253906250000 +-0.109375000000 +-0.039062500000 +-0.040527343750 +0.125976562500 +0.035644531250 +-0.046875000000 +0.009216308594 +-0.117675781250 +-0.045898437500 +0.012512207031 +0.116699218750 +-0.218750000000 +0.146484375000 +0.017333984375 +0.043945312500 +-0.053466796875 +0.108886718750 +-0.404296875000 +0.026367187500 +0.208984375000 +0.038330078125 +0.106445312500 +0.124023437500 +0.055175781250 +-0.002288818359 +0.112304687500 +0.142578125000 +-0.402343750000 +-0.127929687500 +0.062011718750 +0.253906250000 +0.208007812500 +0.215820312500 +-0.052246093750 +0.186523437500 +-0.152343750000 +-0.052978515625 +0.017333984375 +-0.002487182617 +-0.135742187500 +0.030639648438 +-0.122558593750 +-0.005828857422 +0.031127929688 +-0.041992187500 +-0.095703125000 +0.002822875977 +-0.247070312500 +0.002563476562 +0.052001953125 +0.001564025879 +-0.330078125000 +-0.080078125000 +0.083007812500 +0.028198242188 +-0.019775390625 +0.098632812500 +-0.023071289062 +0.021118164062 +-0.018920898438 +0.018066406250 +-0.023071289062 +-0.041503906250 +0.171875000000 +0.062500000000 +0.044189453125 +0.005065917969 +0.073730468750 +-0.017700195312 +-0.150390625000 +0.059814453125 +-0.237304687500 +0.046875000000 +-0.037353515625 +-0.057861328125 +-0.208007812500 +-0.105468750000 +0.016479492188 +-0.090820312500 +-0.011718750000 +-0.005554199219 +-0.041992187500 +-0.298828125000 +0.078613281250 +-0.045410156250 +-0.035888671875 +-0.008911132812 +-0.042968750000 +-0.138671875000 +0.084472656250 +-0.004058837891 +0.059326171875 +0.103515625000 +-0.092285156250 +0.041015625000 +-0.163085937500 +-0.166015625000 +-0.088378906250 +-0.091308593750 +-0.085449218750 +-0.000747680664 +-0.030639648438 +-0.017089843750 +0.135742187500 +0.043945312500 +-0.012878417969 +0.052978515625 +0.140625000000 +-0.069335937500 +0.027954101562 +0.005187988281 +-0.248046875000 +-0.021972656250 +0.049072265625 +0.025512695312 +-0.179687500000 +-0.082519531250 +-0.018432617188 +0.066406250000 +-0.061767578125 +-0.186523437500 +-0.069824218750 +-0.008666992188 +0.026000976562 +-0.089355468750 +0.073242187500 +0.054687500000 +0.081542968750 +-0.004058837891 +0.027832031250 +-0.233398437500 +-0.101074218750 +0.141601562500 +0.073242187500 +0.112304687500 +-0.287109375000 +-0.139648437500 +0.010864257812 +-0.080078125000 +-0.375000000000 +-0.066894531250 +0.163085937500 +-0.044433593750 +-0.009826660156 +-0.053222656250 +0.003295898438 +-0.108886718750 +-0.031250000000 +0.041748046875 +0.074707031250 +0.177734375000 +-0.115722656250 +0.037841796875 +-0.069335937500 +0.067871093750 +0.024902343750 +-0.014953613281 +-0.019165039062 +-0.000827789307 +-0.147460937500 +-0.131835937500 +-0.050048828125 +-0.225585937500 +-0.005218505859 +-0.194335937500 +0.020874023438 +0.047851562500 +0.085449218750 +-0.008972167969 +0.060058593750 +-0.012573242188 +0.178710937500 +-0.053710937500 +0.175781250000 +0.123535156250 +-0.151367187500 +-0.028076171875 +-0.020385742188 +0.124023437500 +0.007476806641 +0.061035156250 +-0.114746093750 +0.016845703125 +-0.101074218750 +-0.050537109375 +-0.177734375000 +-0.049804687500 +-0.133789062500 +-0.125000000000 +-0.326171875000 +-0.048583984375 +0.115234375000 +-0.001213073730 +0.062988281250 +-0.066406250000 +-0.011474609375 +0.145507812500 +0.013488769531 +0.174804687500 +-0.113281250000 +0.007202148438 +0.021484375000 +0.035400390625 +-0.186523437500 +-0.030517578125 +-0.125976562500 +0.063476562500 +-0.092773437500 +-0.078613281250 +0.059814453125 +-0.215820312500 +-0.018188476562 +0.060791015625 +0.206054687500 +0.025756835938 +-0.046386718750 +-0.063964843750 +-0.065917968750 +-0.279296875000 +-0.196289062500 +0.009887695312 +0.013366699219 +0.025756835938 +-0.099121093750 +0.017333984375 +-0.032226562500 +-0.196289062500 +-0.059814453125 +-0.171875000000 +0.006866455078 +-0.089355468750 +-0.298828125000 +-0.134765625000 +-0.042236328125 +-0.010070800781 +0.216796875000 +-0.072265625000 +0.234375000000 +0.082031250000 +-0.170898437500 +0.106445312500 +0.040039062500 +0.125976562500 +0.152343750000 +0.178710937500 +-0.357421875000 +-0.071289062500 +-0.085937500000 +0.011840820312 +0.083007812500 +0.060546875000 +-0.098144531250 +-0.180664062500 +0.036621093750 +-0.070800781250 +0.130859375000 +-0.029174804688 +0.105957031250 +0.165039062500 +-0.045410156250 +0.135742187500 +0.161132812500 +-0.060791015625 +-0.076660156250 +-0.074707031250 +-0.062011718750 +0.043212890625 +0.058837890625 +-0.222656250000 +-0.824218750000 +0.078613281250 +0.097656250000 +0.017578125000 +-0.060302734375 +-0.574218750000 +-0.010803222656 +0.143554687500 +0.287109375000 +-0.154296875000 +-0.033935546875 +0.106445312500 +-0.053710937500 +-0.617187500000 +-0.078613281250 +-0.166015625000 +0.585937500000 +-0.167968750000 +0.126953125000 +0.064941406250 +-0.102050781250 +0.187500000000 +-0.050292968750 +-0.038818359375 +0.053710937500 +-0.223632812500 +0.092285156250 +0.003143310547 +-0.230468750000 +0.056152343750 +0.104492187500 +-0.084960937500 +-0.059082031250 +0.022583007812 +-0.103515625000 +-0.000553131104 +-0.174804687500 +0.096191406250 +0.135742187500 +0.063476562500 +-0.044921875000 +-0.080566406250 +-0.138671875000 +-0.072265625000 +0.136718750000 +-0.053710937500 +0.211914062500 +-0.114746093750 +-0.121582031250 +0.003570556641 +0.085937500000 +-0.032958984375 +-0.188476562500 +-0.107910156250 +0.174804687500 +0.074707031250 +-0.029174804688 +-0.208007812500 +-0.050781250000 +-0.121093750000 +0.153320312500 +-0.010375976562 +0.016723632812 +-0.080078125000 +-0.250000000000 +0.130859375000 +-0.083007812500 +0.006622314453 +-0.101074218750 +-0.080566406250 +0.009155273438 +0.021118164062 +0.196289062500 +-0.304687500000 +-0.105957031250 +-0.005554199219 +0.092773437500 +-0.166015625000 +-0.190429687500 +-0.867187500000 +0.022949218750 +-0.621093750000 +0.003158569336 +-0.049316406250 +0.099121093750 +-0.120605468750 +0.098144531250 +0.010803222656 +-0.043457031250 +0.030883789062 +-0.032958984375 +0.017700195312 +0.083984375000 +0.057617187500 +0.127929687500 +-0.080566406250 +0.035400390625 +0.023803710938 +-0.137695312500 +0.122558593750 +0.472656250000 +0.047363281250 +0.027343750000 +-0.002563476562 +-0.078613281250 +-0.034667968750 +0.028076171875 +-0.121582031250 +0.016967773438 +0.009399414062 +-0.196289062500 +0.068847656250 +-0.048339843750 +-0.092285156250 +0.200195312500 +0.050781250000 +-1.023437500000 +0.023925781250 +-0.060302734375 +-0.138671875000 +-0.017578125000 +-0.046630859375 +-0.048583984375 +-0.007385253906 +0.036376953125 +-0.133789062500 +-0.232421875000 +-0.113769531250 +0.127929687500 +0.159179687500 +0.020141601562 +-0.094238281250 +0.082031250000 +0.056640625000 +0.064941406250 +-0.020385742188 +-0.267578125000 +-0.225585937500 +-0.108398437500 +0.133789062500 +0.106445312500 +0.105957031250 +-0.059082031250 +0.098632812500 +-0.478515625000 +-0.110351562500 +-0.029541015625 +0.025390625000 +0.015991210938 +-0.041015625000 +0.015625000000 +-0.014587402344 +0.249023437500 +0.108886718750 +-0.032226562500 +-0.063476562500 +0.096679687500 +-0.058105468750 +0.026855468750 +-0.037597656250 +-0.068847656250 +-0.057373046875 +-0.216796875000 +0.018188476562 +0.703125000000 +-0.026489257812 +-0.023681640625 +-0.015319824219 +0.036132812500 +0.012207031250 +-0.023193359375 +0.003692626953 +0.020263671875 +-0.002716064453 +0.037353515625 +-0.097656250000 +-0.250000000000 +0.066406250000 +0.108398437500 +0.034179687500 +-0.071289062500 +-0.103515625000 +-0.070800781250 +-0.008361816406 +0.018066406250 +0.084960937500 +-0.015197753906 +-0.041259765625 +0.096191406250 +-0.216796875000 +-0.259765625000 +0.132812500000 +0.080566406250 +0.003570556641 +-0.094726562500 +-0.084472656250 +-0.031982421875 +0.155273437500 +0.049804687500 +-0.107910156250 +0.019165039062 +-0.021972656250 +-0.116210937500 +0.082031250000 +-0.047851562500 +0.000724792480 +-0.085937500000 +0.048583984375 +0.025756835938 +0.006896972656 +-0.078613281250 +-0.065917968750 +0.091308593750 +-0.064453125000 +-0.051269531250 +0.040527343750 +-0.029052734375 +-0.077148437500 +0.207031250000 +0.146484375000 +-0.060302734375 +-0.589843750000 +-0.201171875000 +-0.042480468750 +0.187500000000 +0.058593750000 +-0.187500000000 +-0.486328125000 +-0.225585937500 +0.016235351562 +-0.106445312500 +0.038085937500 +0.039550781250 +0.016357421875 +-0.237304687500 +0.142578125000 +-0.044677734375 +-0.322265625000 +-0.496093750000 +-0.092773437500 +-0.170898437500 +-0.010925292969 +-0.341796875000 +-0.211914062500 +-0.094238281250 +0.020141601562 +0.140625000000 +0.086425781250 +0.044677734375 +0.046875000000 +-0.091796875000 +0.010620117188 +-0.038818359375 +0.261718750000 +0.195312500000 +-0.158203125000 +-0.148437500000 +0.052001953125 +-0.063964843750 +-0.605468750000 +0.011352539062 +-0.050537109375 +-0.031982421875 +0.032226562500 +-0.031982421875 +0.012023925781 +-0.410156250000 +0.423828125000 +-0.041015625000 +-0.032714843750 +0.077148437500 +-0.092773437500 +-0.114257812500 +-0.071289062500 +-0.154296875000 +0.033203125000 +0.061279296875 +-0.384765625000 +0.033203125000 +0.003112792969 +0.182617187500 +-0.066406250000 +0.017578125000 +0.006317138672 +-0.125976562500 +-0.076171875000 +0.082031250000 +-0.003997802734 +0.204101562500 +0.071289062500 +-0.034667968750 +-0.365234375000 +-0.019165039062 +-0.043212890625 +-0.079589843750 +-0.019775390625 +-0.026000976562 +0.027587890625 +-0.136718750000 +0.080566406250 +0.008056640625 +-0.241210937500 +-0.341796875000 +0.236328125000 +-0.035888671875 +-0.000843048096 +-0.160156250000 +-0.291015625000 +-0.114746093750 +0.056152343750 +0.175781250000 +0.087890625000 +0.038330078125 +-0.024658203125 +-0.249023437500 +-0.054687500000 +-0.004364013672 +-0.032470703125 +0.184570312500 +-0.347656250000 +-0.209960937500 +-0.154296875000 +0.100585937500 +-0.562500000000 +0.119628906250 +0.005981445312 +0.091796875000 +-0.016113281250 +-0.019165039062 +0.017700195312 +-0.161132812500 +0.019653320312 +-0.028442382812 +0.008300781250 +0.048583984375 +-0.146484375000 +-0.116210937500 +-0.049804687500 +-0.123046875000 +-0.118164062500 +-0.004547119141 +-0.026000976562 +-0.089355468750 +-0.380859375000 +-0.046875000000 +-0.033203125000 +-0.016723632812 +0.033203125000 +0.081542968750 +-0.087402343750 +0.044921875000 +0.095214843750 +0.206054687500 +-0.091796875000 +-0.051025390625 +-0.271484375000 +0.138671875000 +-0.037353515625 +0.115722656250 +0.017333984375 +-0.006622314453 +0.055419921875 +-0.308593750000 +0.129882812500 +-0.083984375000 +-0.042236328125 +-0.103515625000 +0.296875000000 +0.084960937500 +0.051757812500 +-0.168945312500 +0.259765625000 +-0.050048828125 +0.082031250000 +0.061279296875 +0.085937500000 +-0.021362304688 +-0.025390625000 +-0.214843750000 +0.050781250000 +-0.040283203125 +-0.203125000000 +0.032470703125 +0.055419921875 +-0.115722656250 +-0.255859375000 +-0.194335937500 +-0.173828125000 +-0.052246093750 +-0.066406250000 +-0.281250000000 +0.043457031250 +0.042480468750 +-0.064453125000 +-0.244140625000 +0.186523437500 +-0.058837890625 +0.002639770508 +-0.038818359375 +-0.230468750000 +-0.298828125000 +-0.044921875000 +-0.067382812500 +-0.018554687500 +-0.095703125000 +-0.175781250000 +-0.133789062500 +-0.566406250000 +0.094726562500 +-0.019042968750 +0.048583984375 +0.066406250000 +0.082031250000 +-0.335937500000 +-0.208007812500 +-0.059082031250 +0.125976562500 +-0.144531250000 +-0.032470703125 +0.000617980957 +-0.012756347656 +-0.193359375000 +0.070312500000 +-0.162109375000 +-0.259765625000 +0.033447265625 +-0.333984375000 +-0.044921875000 +-0.084960937500 +-0.107910156250 +-0.078613281250 +-0.158203125000 +0.076171875000 +-0.058593750000 +0.226562500000 +0.046630859375 +-0.104003906250 +0.102539062500 +0.099121093750 +0.012634277344 +0.055419921875 +-0.153320312500 +0.205078125000 +-0.031982421875 +-0.197265625000 +-0.232421875000 +0.164062500000 +-0.115722656250 +-0.099609375000 +-0.300781250000 +0.137695312500 +-0.052001953125 +-0.174804687500 +-0.054687500000 +-0.333984375000 +0.131835937500 +-0.139648437500 +0.054931640625 +-0.210937500000 +-0.100097656250 +-0.058837890625 +0.141601562500 +0.116699218750 +-0.341796875000 +-0.423828125000 +-0.062988281250 +0.064941406250 +0.032958984375 +-0.018432617188 +-0.652343750000 +-0.265625000000 +-0.251953125000 +-0.235351562500 +-0.046386718750 +-0.001129150391 +-0.156250000000 +-0.200195312500 +-0.316406250000 +-0.026367187500 +0.132812500000 +-0.011840820312 +-0.018676757812 +-0.099609375000 +0.029663085938 +-0.304687500000 +-0.041992187500 +-0.133789062500 +-0.287109375000 +-0.135742187500 +-0.820312500000 +-0.196289062500 +-0.034179687500 +0.001564025879 +0.048095703125 +-0.116699218750 +-0.257812500000 +-0.061035156250 +-0.148437500000 +-0.067382812500 +-0.077148437500 +0.039306640625 +-0.038574218750 +0.316406250000 +0.019042968750 +-0.031250000000 +-0.070312500000 +-0.042480468750 +-0.056640625000 +-0.066406250000 +0.083007812500 +0.168945312500 +-0.140625000000 +-0.310546875000 +-0.244140625000 +-0.105957031250 +0.120117187500 +-0.171875000000 +-0.453125000000 +-0.353515625000 +-0.112792968750 +0.087890625000 +-0.156250000000 +-0.207031250000 +-0.026123046875 +-0.040283203125 +0.191406250000 +0.089843750000 +-0.218750000000 +-0.285156250000 +0.069824218750 +0.060302734375 +-0.010864257812 +-0.044677734375 +-0.071777343750 +-0.292968750000 +0.036376953125 +-0.086914062500 +0.065429687500 +0.062500000000 +0.041503906250 +-0.098144531250 +0.008300781250 +-0.038330078125 +0.140625000000 +-0.140625000000 +0.061767578125 +-0.238281250000 +0.078125000000 +-0.040771484375 +0.010314941406 +-0.089843750000 +-0.038818359375 +0.016601562500 +-0.086914062500 +-0.304687500000 +-0.066406250000 +0.000968933105 +-0.168945312500 +-0.132812500000 +-0.236328125000 +0.043212890625 +0.024047851562 +-0.139648437500 +-0.037109375000 +0.010070800781 +0.054199218750 +-0.140625000000 +0.103515625000 +0.049804687500 +-0.013427734375 +0.090332031250 +-0.038818359375 +0.750000000000 +-0.012145996094 +0.226562500000 +-0.120605468750 +-0.225585937500 +-0.065917968750 +-0.138671875000 +0.220703125000 +-0.077148437500 +-0.060302734375 +-0.103027343750 +-0.057617187500 +0.075195312500 +-1.156250000000 +-0.138671875000 +-0.045410156250 +-0.127929687500 +-0.017089843750 +-0.017578125000 +0.018432617188 +-0.230468750000 +0.025512695312 +-0.016113281250 +0.009765625000 +0.392578125000 +-0.057861328125 +-0.179687500000 +-0.082031250000 +0.067382812500 +-0.095703125000 +0.015258789062 +-0.087402343750 +-0.049072265625 +0.287109375000 +0.092773437500 +0.061767578125 +-0.022827148438 +0.113281250000 +-0.059082031250 +0.075195312500 +0.086425781250 +-0.002990722656 +-0.019775390625 +-0.027221679688 +0.006225585938 +-0.011962890625 +-0.039794921875 +-0.002166748047 +0.005371093750 +0.195312500000 +-0.195312500000 +-0.089843750000 +0.169921875000 +0.275390625000 +0.083496093750 +0.136718750000 +0.194335937500 +0.025634765625 +0.073730468750 +0.041748046875 +0.011169433594 +0.041992187500 +-0.038574218750 +-0.058837890625 +-0.148437500000 +-0.208007812500 +0.128906250000 +-0.214843750000 +-0.106933593750 +-0.439453125000 +-0.285156250000 +0.132812500000 +0.265625000000 +-0.041015625000 +-0.041748046875 +0.049072265625 +0.003372192383 +0.087890625000 +0.044189453125 +-0.004913330078 +-0.022338867188 +-0.051025390625 +0.009704589844 +-0.126953125000 +-0.373046875000 +0.006988525391 +-0.000324249268 +0.097167968750 +0.193359375000 +0.035644531250 +-0.036865234375 +0.012023925781 +0.033935546875 +-0.080078125000 +-0.147460937500 +0.175781250000 +-0.111816406250 +-0.056396484375 +0.035400390625 +-0.071289062500 +-0.049316406250 +-0.002822875977 +-0.437500000000 +-0.150390625000 +-0.007141113281 +-0.075683593750 +0.036865234375 +0.047851562500 +0.048339843750 +-0.031494140625 +-0.124023437500 +0.119140625000 +0.075683593750 +-0.118652343750 +0.261718750000 +0.047607421875 +-0.009033203125 +-0.168945312500 +-0.275390625000 +-0.146484375000 +-0.031738281250 +-0.001655578613 +0.022827148438 +0.012573242188 +0.028320312500 +-0.011535644531 +0.072265625000 +-0.099609375000 +-0.010070800781 +-0.022460937500 +-0.349609375000 +-0.067382812500 +0.041503906250 +0.051269531250 +-0.022705078125 +0.089355468750 +-0.014831542969 +-0.002700805664 +-0.165039062500 +0.080078125000 +-0.015563964844 +0.007690429688 +-0.179687500000 +0.492187500000 +0.049560546875 +-0.098144531250 +0.023437500000 +-0.018920898438 +0.058105468750 +0.002380371094 +-0.056152343750 +-0.023559570312 +0.038330078125 +0.192382812500 +-0.082031250000 +-0.010864257812 +-0.251953125000 +-0.054199218750 +-0.191406250000 +0.142578125000 +-0.133789062500 +-0.029541015625 +-0.042968750000 +-0.225585937500 +-0.133789062500 +-0.116699218750 +-0.103515625000 +0.015502929688 +0.093750000000 +-0.123535156250 +0.069824218750 +-0.032958984375 +0.104003906250 +0.011169433594 +-0.172851562500 +0.086914062500 +-0.052001953125 +-0.093750000000 +0.195312500000 +0.121582031250 +0.038818359375 +0.081542968750 +-0.279296875000 +0.203125000000 +0.089355468750 +-0.066894531250 +-0.152343750000 +-0.032714843750 +0.075195312500 +-0.075195312500 +-0.040283203125 +-0.023193359375 +-0.051513671875 +0.048339843750 +-0.235351562500 +-0.030639648438 +-0.112792968750 +0.026733398438 +0.009460449219 +-0.067382812500 +-0.070800781250 +-0.033447265625 +-0.154296875000 +0.133789062500 +0.122558593750 +0.055175781250 +-0.052490234375 +0.019531250000 +0.032714843750 +-0.117187500000 +-0.156250000000 +-0.005798339844 +0.055419921875 +-0.006683349609 +-0.246093750000 +-0.181640625000 +-0.210937500000 +-0.679687500000 +-0.229492187500 +-0.027099609375 +-0.186523437500 +0.025756835938 +0.063964843750 +-0.038330078125 +-0.054199218750 +0.191406250000 +0.006011962891 +-0.141601562500 +-0.206054687500 +-0.114746093750 +-0.131835937500 +-0.123535156250 +-0.139648437500 +0.005645751953 +-0.255859375000 +-0.009826660156 +-0.160156250000 +-0.100585937500 +0.043457031250 +0.113281250000 +0.089355468750 +-0.271484375000 +0.062500000000 +-0.102050781250 +-0.050292968750 +0.133789062500 +-0.055419921875 +-0.125976562500 +0.031005859375 +-0.087402343750 +-0.065917968750 +0.091796875000 +0.077636718750 +-0.076660156250 +0.063964843750 +-0.025878906250 +-0.014526367188 +0.151367187500 +0.053466796875 +0.021606445312 +-0.294921875000 +-0.020874023438 +0.100097656250 +0.090820312500 +-0.036621093750 +-0.431640625000 +-0.069824218750 +-0.181640625000 +0.124023437500 +0.009521484375 +-0.165039062500 +-0.034423828125 +0.032714843750 +-0.110839843750 +-0.192382812500 +0.152343750000 +0.250000000000 +-0.168945312500 +0.064453125000 +-0.100585937500 +-0.214843750000 +0.314453125000 +0.006011962891 +0.094726562500 +-0.474609375000 +-0.349609375000 +-0.133789062500 +0.003616333008 +0.052490234375 +0.033691406250 +0.269531250000 +0.037597656250 +-0.245117187500 +-0.015625000000 +0.076660156250 +0.063964843750 +-0.198242187500 +0.158203125000 +-0.229492187500 +-0.353515625000 +-0.255859375000 +0.013000488281 +-0.196289062500 +-0.095214843750 +0.121093750000 +0.042724609375 +0.122558593750 +-0.006103515625 +-0.343750000000 +-0.032714843750 +-0.191406250000 +-0.247070312500 +0.024169921875 +-0.414062500000 +-0.183593750000 +0.255859375000 +0.068847656250 +-0.093261718750 +-0.080566406250 +0.005523681641 +-0.030395507812 +0.151367187500 +0.128906250000 +0.108398437500 +-0.118652343750 +0.040527343750 +-0.151367187500 +-0.092285156250 +0.083007812500 +-0.126953125000 +-0.199218750000 +0.222656250000 +0.048095703125 +-0.531250000000 +-0.117187500000 +-0.110351562500 +0.057617187500 +-0.271484375000 +-0.018676757812 +0.039550781250 +0.023193359375 +-0.382812500000 +0.097656250000 +0.116210937500 +-0.107910156250 +0.063964843750 +0.029052734375 +0.155273437500 +-0.087890625000 +0.269531250000 +-0.070312500000 +-0.016723632812 +-0.030273437500 +-0.026489257812 +0.041259765625 +0.092285156250 +0.005493164062 +-0.039062500000 +-0.275390625000 +-0.014648437500 +0.261718750000 +-0.124511718750 +0.084960937500 +-0.137695312500 +0.023315429688 +0.089355468750 +-0.291015625000 +-0.033935546875 +-0.171875000000 +-0.408203125000 +0.224609375000 +0.167968750000 +-0.192382812500 +-0.071289062500 +-0.277343750000 +0.174804687500 +-0.194335937500 +-0.082031250000 +-0.143554687500 +0.006805419922 +0.049316406250 +-1.460937500000 +-0.047119140625 +0.018188476562 +0.054931640625 +0.222656250000 +0.111328125000 +0.029907226562 +-0.130859375000 +-0.034179687500 +-0.190429687500 +-0.049316406250 +0.090332031250 +-0.095703125000 +-0.198242187500 +-0.040283203125 +0.139648437500 +-0.279296875000 +-0.237304687500 +-0.209960937500 +-0.330078125000 +0.020385742188 +-0.008972167969 +0.001197814941 +-0.019287109375 +-0.231445312500 +-0.253906250000 +0.154296875000 +0.134765625000 +0.070312500000 +-0.125976562500 +-0.040527343750 +0.074218750000 +-0.007995605469 +0.028808593750 +0.047119140625 +-0.214843750000 +0.017333984375 +0.130859375000 +0.020507812500 +-0.037353515625 +0.147460937500 +0.005096435547 +-0.084960937500 +0.458984375000 +0.046630859375 +-0.119140625000 +0.013549804688 +-0.004455566406 +-0.169921875000 +-0.251953125000 +0.004882812500 +-0.433593750000 +-0.209960937500 +0.127929687500 +0.120117187500 +0.056640625000 +-0.220703125000 +-0.300781250000 +0.080566406250 +-0.014587402344 +-0.009826660156 +-0.068359375000 +-0.051269531250 +0.141601562500 +0.127929687500 +0.116210937500 +-0.021362304688 +-0.012329101562 +-0.015991210938 +-0.028564453125 +0.092285156250 +-0.081054687500 +-0.045654296875 +-0.187500000000 +-0.196289062500 +0.031494140625 +0.056396484375 +-0.033203125000 +0.060058593750 +0.037109375000 +0.036865234375 +-0.220703125000 +-0.157226562500 +-0.289062500000 +0.177734375000 +-0.019531250000 +-0.117675781250 +-0.005889892578 +-0.308593750000 +0.020629882812 +0.078125000000 +0.032226562500 +0.074707031250 +-0.033935546875 +0.074218750000 +-0.008178710938 +-0.007232666016 +-0.155273437500 +-0.044921875000 +0.041259765625 +-0.038818359375 +0.185546875000 +-0.019897460938 +-0.208984375000 +-0.014587402344 +-0.250000000000 +0.075195312500 +-0.238281250000 +-0.017944335938 +0.044677734375 +-0.027587890625 +-0.054443359375 +-0.099121093750 +-0.410156250000 +0.006347656250 +-0.073242187500 +0.027099609375 +0.105468750000 +0.028198242188 +0.099121093750 +-0.042480468750 +-0.464843750000 +-0.037841796875 +-0.036376953125 +0.019287109375 +-0.001457214355 +-0.103027343750 +-0.012817382812 +-0.014587402344 +0.089355468750 +-0.018798828125 +0.012023925781 +-0.046142578125 +0.027954101562 +-0.023925781250 +0.025634765625 +-0.033447265625 +-0.094238281250 +0.012939453125 +0.108398437500 +0.032226562500 +0.041748046875 +0.064941406250 +0.040527343750 +0.000770568848 +-0.211914062500 +-0.062988281250 +-0.138671875000 +-0.392578125000 +0.091796875000 +0.090332031250 +0.086914062500 +0.078125000000 +-0.180664062500 +0.174804687500 +-0.017333984375 +0.180664062500 +-0.100585937500 +0.105957031250 +0.123046875000 +-0.046386718750 +-0.125000000000 +-0.277343750000 +-0.332031250000 +-0.086914062500 +-0.027709960938 +0.055175781250 +-0.055908203125 +-0.045410156250 +0.058105468750 +-0.107421875000 +-0.104980468750 +0.043212890625 +-0.009643554688 +0.014526367188 +-0.149414062500 +0.050537109375 +0.031250000000 +0.032958984375 +0.069335937500 +0.068847656250 +-0.045410156250 +0.120117187500 +0.074218750000 +0.173828125000 +0.169921875000 +-0.019042968750 +0.086425781250 +-0.017944335938 +-0.066894531250 +-0.019531250000 +0.201171875000 +-0.041503906250 +0.024658203125 +-0.007690429688 +-0.031982421875 +-0.166992187500 +-0.087890625000 +-0.055908203125 +0.243164062500 +-0.102539062500 +0.041259765625 +-0.312500000000 +0.031738281250 +0.085937500000 +0.010375976562 +-0.033935546875 +-0.107421875000 +-0.182617187500 +-0.027465820312 +0.007781982422 +-0.120605468750 +-0.054687500000 +0.026367187500 +-0.012939453125 +-0.004760742188 +0.021850585938 +-0.010192871094 +-0.051513671875 +0.058105468750 +-0.021850585938 +-0.062500000000 +-0.007690429688 +0.048095703125 +-0.104980468750 +0.065917968750 +-0.261718750000 +0.088378906250 +0.001113891602 +-0.019165039062 +-0.051513671875 +-0.027221679688 +0.050292968750 +-0.042968750000 +-0.196289062500 +0.133789062500 +0.019897460938 +-0.064941406250 +-0.028076171875 +0.037109375000 +0.121093750000 +0.022460937500 +0.014221191406 +-0.050781250000 +0.079101562500 +0.084472656250 +0.117187500000 +0.195312500000 +-0.002441406250 +-0.021850585938 +-0.004882812500 +-0.068847656250 +0.004058837891 +-0.042236328125 +0.040527343750 +0.111816406250 +-0.006286621094 +-0.041748046875 +-0.028442382812 +-0.080566406250 +-0.019775390625 +-0.093261718750 +-0.036621093750 +0.008422851562 +-0.097167968750 +0.104492187500 +0.032470703125 +0.104492187500 +-0.059082031250 +-0.037109375000 +0.067382812500 +0.029296875000 +-0.216796875000 +0.031494140625 +-0.191406250000 +0.084960937500 +0.026000976562 +-0.008789062500 +-0.008911132812 +0.008178710938 +-0.133789062500 +0.000976562500 +-0.032226562500 +-0.026000976562 +0.223632812500 +-0.222656250000 +-0.046142578125 +-0.106445312500 +-0.009765625000 +0.077636718750 +-0.230468750000 +0.228515625000 +0.213867187500 +-0.253906250000 +-0.087402343750 +0.080566406250 +-0.136718750000 +0.096679687500 +0.062011718750 +0.164062500000 +-0.519531250000 +-0.019409179688 +-0.172851562500 +0.208007812500 +0.087890625000 +0.092773437500 +-0.017089843750 +0.094726562500 +0.040527343750 +-0.030761718750 +-0.116699218750 +-0.026123046875 +0.189453125000 +0.013305664062 +-0.191406250000 +0.032470703125 +-0.034912109375 +-0.009765625000 +-0.013366699219 +-0.044921875000 +0.115234375000 +-0.021850585938 +0.014709472656 +-0.054931640625 +0.220703125000 +0.030883789062 +-0.203125000000 +0.224609375000 +-0.136718750000 +0.236328125000 +-0.067871093750 +0.075195312500 +0.079589843750 +0.018310546875 +-0.125976562500 +0.170898437500 +-0.129882812500 +-0.008483886719 +-0.104980468750 +-0.390625000000 +-0.013427734375 +0.040771484375 +0.016479492188 +-0.005249023438 +-0.147460937500 +-0.002746582031 +0.028198242188 +-0.126953125000 +0.117187500000 +-0.091796875000 +0.140625000000 +0.098144531250 +-0.013549804688 +0.187500000000 +-0.057128906250 +-0.023071289062 +-0.046142578125 +-0.296875000000 +-0.312500000000 +-0.213867187500 +0.012023925781 +0.135742187500 +-0.236328125000 +-0.193359375000 +-0.554687500000 +0.122070312500 +-0.128906250000 +0.121093750000 +-0.014770507812 +-0.476562500000 +-0.281250000000 +-0.224609375000 +0.041748046875 +0.060302734375 +0.110839843750 +0.091308593750 +0.308593750000 +0.032470703125 +-0.154296875000 +0.423828125000 +-0.023437500000 +-0.131835937500 +0.085937500000 +0.080078125000 +0.079101562500 +-0.047607421875 +-0.049316406250 +-0.072753906250 +0.122070312500 +-0.053955078125 +-0.158203125000 +0.223632812500 +-0.124023437500 +0.239257812500 +0.057128906250 +-0.193359375000 +0.202148437500 +0.118164062500 +-0.157226562500 +-0.326171875000 +-0.261718750000 +0.206054687500 +-0.150390625000 +-0.380859375000 +-0.027709960938 +-0.226562500000 +-0.027099609375 +-0.063964843750 +0.014709472656 +-0.120605468750 +-0.267578125000 +-0.050781250000 +-0.095703125000 +0.171875000000 +-0.265625000000 +-0.052734375000 +0.147460937500 +0.048339843750 +-0.130859375000 +0.187500000000 +-0.273437500000 +-0.261718750000 +-0.251953125000 +0.076660156250 +0.136718750000 +-0.292968750000 +0.130859375000 +-0.246093750000 +-0.609375000000 +0.086914062500 +0.067871093750 +0.101562500000 +0.046630859375 +-0.531250000000 +0.039062500000 +-0.151367187500 +0.000915527344 +-0.002639770508 +-0.144531250000 +0.093750000000 +-0.150390625000 +-0.071777343750 +-0.086914062500 +0.144531250000 +0.021728515625 +-0.000701904297 +0.002304077148 +0.122558593750 +-0.003479003906 +-0.015869140625 +0.024414062500 +0.027954101562 +-0.000938415527 +0.244140625000 +-0.020019531250 +0.019409179688 +-0.195312500000 +-0.088867187500 +0.065429687500 +0.057128906250 +-0.065429687500 +0.116210937500 +0.203125000000 +-0.149414062500 +-0.240234375000 +0.216796875000 +-0.055908203125 +-0.056396484375 +0.151367187500 +-1.046875000000 +0.013549804688 +0.118652343750 +0.094238281250 +0.341796875000 +-0.143554687500 +-0.033935546875 +-0.145507812500 +0.047363281250 +-0.161132812500 +0.002853393555 +-0.021118164062 +-0.172851562500 +-0.046875000000 +0.138671875000 +0.063964843750 +0.173828125000 +-0.416015625000 +0.184570312500 +0.140625000000 +-0.042480468750 +-0.087890625000 +-0.063964843750 +-0.082519531250 +-0.033203125000 +0.146484375000 +0.147460937500 +0.017456054688 +0.092285156250 +0.073730468750 +0.104003906250 +0.041503906250 +-0.097656250000 +0.047119140625 +0.006408691406 +0.186523437500 +0.049072265625 +0.109863281250 +0.128906250000 +0.035888671875 +-0.010864257812 +-0.012207031250 +0.277343750000 +-0.106445312500 +0.023803710938 +-0.019042968750 +-0.012023925781 +0.125000000000 +0.033691406250 +-0.149414062500 +-0.088867187500 +-0.033447265625 +0.068847656250 +0.007202148438 +-0.002029418945 +-0.040527343750 +0.127929687500 +-0.029663085938 +-0.093261718750 +-0.275390625000 +-0.130859375000 +0.048339843750 +-0.090332031250 +0.251953125000 +0.250000000000 +0.108398437500 +-0.000033855438 +0.022338867188 +0.017822265625 +0.104003906250 +-0.017333984375 +-0.104980468750 +-0.017944335938 +0.181640625000 +-0.006744384766 +0.073242187500 +-0.092285156250 +-0.089843750000 +-0.192382812500 +0.012756347656 +0.008300781250 +0.119628906250 +-0.186523437500 +0.116210937500 +-0.038085937500 +-0.119140625000 +0.007202148438 +0.129882812500 +-0.054931640625 +-0.123535156250 +0.055419921875 +0.112304687500 +0.079101562500 +-0.010498046875 +-0.098144531250 +0.096191406250 +0.039062500000 +-0.040039062500 +-0.253906250000 +0.275390625000 +0.204101562500 +-0.271484375000 +-0.128906250000 +-0.071777343750 +0.043701171875 +0.045898437500 +-0.147460937500 +-0.017333984375 +-0.006500244141 +-0.031250000000 +-0.123046875000 +-0.030517578125 +0.088867187500 +0.012084960938 +0.172851562500 +0.178710937500 +0.075683593750 +0.072265625000 +-0.120117187500 +-0.000911712646 +0.091308593750 +0.031494140625 +0.046630859375 +-0.339843750000 +-0.047363281250 +0.093261718750 +-0.149414062500 +0.168945312500 +0.090820312500 +-0.113281250000 +-0.089355468750 +-0.007598876953 +0.084472656250 +0.011962890625 +0.075195312500 +-0.019165039062 +0.003036499023 +-0.036376953125 +0.155273437500 +0.118652343750 +-0.024414062500 +-0.022338867188 +-0.029907226562 +-0.037841796875 +-0.151367187500 +0.190429687500 +-0.310546875000 +-0.396484375000 +0.014526367188 +-0.023071289062 +-0.265625000000 +0.004516601562 +0.034179687500 +-0.089355468750 +-0.137695312500 +-0.024291992188 +0.026245117188 +0.073242187500 +0.019653320312 +0.100585937500 +-0.283203125000 +0.183593750000 +-0.027099609375 +-0.003677368164 +-0.027832031250 +0.092773437500 +-0.075195312500 +0.065429687500 +-0.078613281250 +0.000991821289 +0.006561279297 +-0.069335937500 +-0.051757812500 +-0.047119140625 +-0.125976562500 +-0.026733398438 +-0.087402343750 +0.119140625000 +0.099121093750 +0.027832031250 +0.075195312500 +0.125000000000 +0.116210937500 +-0.166992187500 +0.110351562500 +0.020629882812 +-0.227539062500 +-0.026489257812 +-0.003662109375 +-0.089355468750 +0.112304687500 +0.045654296875 +-0.020385742188 +0.042724609375 +-0.062988281250 +0.043457031250 +-0.026977539062 +-0.127929687500 +-0.028930664062 +0.169921875000 +-0.008666992188 +-0.067382812500 +0.183593750000 +-0.198242187500 +0.086425781250 +0.102539062500 +0.269531250000 +-0.057617187500 +-0.140625000000 +0.022705078125 +0.250000000000 +-0.345703125000 +-0.084960937500 +0.044921875000 +-0.066406250000 +-0.037109375000 +0.052490234375 +-0.085937500000 +-0.113281250000 +-0.040771484375 +-0.076660156250 +0.148437500000 +0.231445312500 +0.058349609375 +-0.259765625000 +0.094726562500 +0.101562500000 +-0.083984375000 +-0.081542968750 +0.237304687500 +0.048583984375 +0.093750000000 +-0.106445312500 +0.043945312500 +-0.067871093750 +-0.025512695312 +0.055175781250 +-0.000667572021 +-0.038085937500 +0.044189453125 +-0.174804687500 +0.110839843750 +-0.120605468750 +-0.241210937500 +0.028320312500 +0.047363281250 +0.044189453125 +0.013122558594 +-0.082031250000 +0.046630859375 +0.046386718750 +-0.089355468750 +-0.093261718750 +-0.064453125000 +-0.061767578125 +-0.109863281250 +0.080566406250 +0.022705078125 +-0.158203125000 +-0.007293701172 +0.032714843750 +-0.111328125000 +-0.151367187500 +0.028320312500 +-0.218750000000 +-0.178710937500 +0.015991210938 +0.086914062500 +0.062988281250 +-0.040771484375 +0.050537109375 +-0.110839843750 +-0.263671875000 +0.052734375000 +0.143554687500 +-0.063964843750 +0.045654296875 +-0.044189453125 +0.067382812500 +-1.257812500000 +-0.097656250000 +-0.151367187500 +-0.096679687500 +-0.000370025635 +0.073242187500 +-0.382812500000 +-0.116210937500 +0.037353515625 +-0.177734375000 +0.178710937500 +0.161132812500 +0.037353515625 +0.165039062500 +0.128906250000 +-0.060791015625 +-0.014770507812 +-0.004211425781 +-0.253906250000 +-0.046386718750 +0.042480468750 +0.005493164062 +0.017944335938 +0.095703125000 +0.206054687500 +-0.134765625000 +-0.009582519531 +-0.084472656250 +0.026489257812 +0.200195312500 +0.058349609375 +-0.064941406250 +-0.023193359375 +0.144531250000 +0.004455566406 +0.089843750000 +-0.092285156250 +0.083984375000 +-0.281250000000 +-0.519531250000 +-0.089843750000 +0.012451171875 +0.019042968750 +-0.104003906250 +0.067382812500 +-0.138671875000 +-0.207031250000 +-0.246093750000 +-0.007812500000 +0.110351562500 +-0.136718750000 +0.198242187500 +0.004211425781 +-0.247070312500 +-0.054443359375 +0.077148437500 +0.052246093750 +-0.214843750000 +0.126953125000 +-0.365234375000 +-0.160156250000 +-0.019409179688 +0.012145996094 +0.158203125000 +-1.289062500000 +-0.158203125000 +0.269531250000 +0.054931640625 +-0.018066406250 +-0.107421875000 +-0.085937500000 +0.108886718750 +-0.120117187500 +0.000762939453 +0.028198242188 +-0.117675781250 +-0.198242187500 +0.046630859375 +0.049072265625 +-0.099121093750 +-0.204101562500 +0.126953125000 +-0.209960937500 +-0.006164550781 +-0.063476562500 +-0.125976562500 +0.048339843750 +-0.065917968750 +0.026855468750 +0.166992187500 +0.005310058594 +-0.228515625000 +-0.135742187500 +0.019165039062 +0.117187500000 +0.011535644531 +0.024902343750 +-0.003997802734 +0.017333984375 +-0.146484375000 +-0.104492187500 +0.195312500000 +0.037109375000 +-0.800781250000 +0.041748046875 +-0.312500000000 +-0.081542968750 +-0.025878906250 +0.087890625000 +-0.166015625000 +-0.273437500000 +-0.189453125000 +0.018554687500 +0.068359375000 +0.076660156250 +0.053222656250 +0.041748046875 +-0.388671875000 +-0.047119140625 +0.070800781250 +-0.038574218750 +-0.211914062500 +-0.240234375000 +-0.073730468750 +-0.259765625000 +0.046630859375 +0.009094238281 +0.142578125000 +0.121582031250 +0.092285156250 +0.291015625000 +0.114257812500 +-0.086425781250 +0.022827148438 +0.031494140625 +-0.068359375000 +-0.007171630859 +-0.064453125000 +-0.304687500000 +0.193359375000 +-0.316406250000 +-0.081542968750 +0.058593750000 +0.061035156250 +0.009521484375 +0.141601562500 +0.153320312500 +-0.104003906250 +-0.273437500000 +-0.135742187500 +0.132812500000 +-0.133789062500 +-0.351562500000 +0.192382812500 +0.042968750000 +0.061035156250 +0.024047851562 +0.172851562500 +-0.015991210938 +-0.310546875000 +-0.040527343750 +-0.160156250000 +0.080078125000 +-0.241210937500 +0.051025390625 +0.163085937500 +-0.227539062500 +-0.213867187500 +0.125976562500 +-0.219726562500 +-0.056884765625 +-0.183593750000 +-0.115234375000 +0.077148437500 +-0.210937500000 +0.113769531250 +-0.104980468750 +0.042236328125 +-0.126953125000 +0.108886718750 +0.133789062500 +-0.053466796875 +-0.002990722656 +0.123046875000 +-0.041015625000 +-0.098144531250 +-0.388671875000 +0.093261718750 +-0.294921875000 +0.087890625000 +0.014038085938 +0.023193359375 +-0.037109375000 +0.071289062500 +-0.142578125000 +-0.022094726562 +-0.131835937500 +-0.078613281250 +0.020263671875 +0.044921875000 +-0.482421875000 +0.098144531250 +-0.306640625000 +0.167968750000 +-0.177734375000 +-0.110351562500 +0.086914062500 +-0.020751953125 +0.141601562500 +-0.322265625000 +0.104980468750 +-0.181640625000 +-0.198242187500 +-0.038574218750 +-0.139648437500 +-0.028808593750 +-0.562500000000 +0.085937500000 +-0.130859375000 +-0.231445312500 +-0.086425781250 +0.074218750000 +0.228515625000 +-0.324218750000 +-0.091308593750 +0.144531250000 +-0.182617187500 +0.158203125000 +-0.011291503906 +-0.026367187500 +0.022216796875 +-0.059326171875 +0.123046875000 +0.028076171875 +0.178710937500 +-0.003463745117 +-0.079589843750 +0.004516601562 +-0.048339843750 +-0.026367187500 +0.067871093750 +0.077148437500 +-0.143554687500 +0.146484375000 +0.084472656250 +-0.007202148438 +-0.115722656250 +0.005493164062 +-0.034667968750 +0.145507812500 +-0.025634765625 +-0.058593750000 +-0.250000000000 +0.125000000000 +0.023437500000 +-0.088867187500 +-0.066406250000 +-0.011352539062 +-0.055664062500 +0.006042480469 +-0.003723144531 +-0.020751953125 +0.019897460938 +-0.080078125000 +-0.738281250000 +0.031738281250 +-0.494140625000 +0.061523437500 +-0.294921875000 +-0.231445312500 +0.213867187500 +-0.100585937500 +0.056640625000 +-0.175781250000 +-0.308593750000 +-0.068847656250 +-0.068359375000 +-0.012145996094 +-0.044921875000 +-0.050781250000 +-0.558593750000 +0.193359375000 +0.158203125000 +0.149414062500 +0.011291503906 +-0.145507812500 +0.250000000000 +-0.025878906250 +0.031494140625 +-0.032714843750 +0.075195312500 +-0.010375976562 +-0.195312500000 +0.010070800781 +0.044921875000 +-0.003280639648 +0.028808593750 +-0.059082031250 +-0.011169433594 +0.160156250000 +0.024536132812 +-0.007629394531 +-0.240234375000 +0.027954101562 +-0.019409179688 +-0.041992187500 +-0.050292968750 +0.269531250000 +-0.050292968750 +-0.096679687500 +-0.089843750000 +-0.059326171875 +0.104980468750 +0.072753906250 +0.004943847656 +-0.049804687500 +0.025390625000 +-0.050048828125 +0.018188476562 +-0.026123046875 +-0.047607421875 +0.165039062500 +-0.031250000000 +-0.098632812500 +0.057128906250 +-0.061279296875 +0.055419921875 +-0.172851562500 +0.087402343750 +0.011657714844 +-0.043701171875 +-0.296875000000 +-0.049560546875 +-0.018188476562 +0.059326171875 +0.094238281250 +0.039306640625 +-0.039062500000 +0.024414062500 +-0.036865234375 +-0.041748046875 +0.006591796875 +0.074218750000 +0.011718750000 +-0.057128906250 +0.024780273438 +0.034912109375 +-0.224609375000 +-0.226562500000 +-0.059570312500 +-0.044433593750 +0.002319335938 +-0.027587890625 +-0.056884765625 +-0.023071289062 +0.157226562500 +0.218750000000 +-0.064941406250 +-0.046875000000 +0.157226562500 +-0.115234375000 +-0.112792968750 +0.012939453125 +0.007995605469 +-0.064453125000 +-0.034667968750 +-0.127929687500 +-0.092773437500 +0.112792968750 +-0.238281250000 +-0.077148437500 +-0.396484375000 +-0.060058593750 +-0.009338378906 +-0.020507812500 +0.043212890625 +0.112304687500 +0.023193359375 +-0.053222656250 +-0.061767578125 +-0.050537109375 +-0.035644531250 +-0.012939453125 +0.127929687500 +0.009033203125 +0.402343750000 +-0.012023925781 +-0.125976562500 +0.111816406250 +-0.128906250000 +0.078125000000 +-0.149414062500 +0.032958984375 +-0.063964843750 +0.042236328125 +-0.339843750000 +0.071777343750 +0.025878906250 +-0.136718750000 +-0.105468750000 +0.025024414062 +-0.054931640625 +-0.061767578125 +-0.073730468750 +0.003311157227 +-0.034423828125 +0.064453125000 +0.070800781250 +0.096191406250 +0.042480468750 +-0.013122558594 +-0.285156250000 +-0.277343750000 +0.064941406250 +-0.061767578125 +-0.126953125000 +-0.066894531250 +-0.012268066406 +-0.088378906250 +0.026855468750 +0.066894531250 +0.023437500000 +0.064453125000 +0.166015625000 +-0.054199218750 +-0.049560546875 +-0.061523437500 +0.246093750000 +0.088867187500 +0.055175781250 +-0.089355468750 +0.065917968750 +0.109863281250 +-0.047607421875 +0.255859375000 +0.072753906250 +0.055664062500 +0.178710937500 +-0.191406250000 +-0.062988281250 +-0.241210937500 +-0.738281250000 +-0.195312500000 +-0.027587890625 +-0.043945312500 +0.308593750000 +-0.229492187500 +-0.000207901001 +0.335937500000 +0.005615234375 +-0.158203125000 +-0.062988281250 +-0.076660156250 +0.234375000000 +-0.012695312500 +-0.192382812500 +-0.041503906250 +0.066894531250 +0.013916015625 +-0.421875000000 +0.036376953125 +0.052246093750 +-0.058837890625 +0.098632812500 +0.019409179688 +0.081542968750 +0.014709472656 +0.086425781250 +-0.069824218750 +-0.002807617188 +-0.079101562500 +-0.091308593750 +-0.096679687500 +-0.102539062500 +0.090820312500 +0.109375000000 +-0.018432617188 +0.078613281250 +-0.081542968750 +-0.211914062500 +-0.001884460449 +0.259765625000 +-0.030517578125 +-0.080566406250 +0.052490234375 +-0.095703125000 +0.206054687500 +-0.155273437500 +-0.106445312500 +-0.177734375000 +-0.064941406250 +-0.041015625000 +0.089355468750 +0.090332031250 +0.024291992188 +0.236328125000 +-0.013732910156 +-0.071777343750 +-0.030761718750 +0.222656250000 +0.127929687500 +-0.174804687500 +-0.158203125000 +-0.078125000000 +-0.277343750000 +-0.215820312500 +-0.322265625000 +-0.048339843750 +0.035888671875 +0.093261718750 +-0.082031250000 +0.080078125000 +0.117187500000 +-0.052001953125 +0.124023437500 +-0.201171875000 +-0.135742187500 +0.291015625000 +-0.067382812500 +-0.015502929688 +-0.026123046875 +0.027465820312 +-0.100585937500 +-0.515625000000 +-0.027954101562 +-0.047851562500 +0.022827148438 +0.084960937500 +-0.234375000000 +-1.382812500000 +-0.062988281250 +-0.048095703125 +0.059326171875 +0.265625000000 +-0.628906250000 +-0.040771484375 +-0.026367187500 +-0.205078125000 +0.153320312500 +-0.027343750000 +-0.054687500000 +-0.287109375000 +-0.273437500000 +-0.236328125000 +-0.082031250000 +0.032470703125 +0.074707031250 +0.058105468750 +-0.099121093750 +-0.133789062500 +-0.171875000000 +0.004943847656 +-0.332031250000 +0.074218750000 +0.074707031250 +0.060791015625 +0.017456054688 +-0.086425781250 +-0.121093750000 +0.003387451172 +-0.002395629883 +-0.074707031250 +0.013183593750 +-0.138671875000 +0.076171875000 +-0.021362304688 +-0.089355468750 +0.098144531250 +-0.148437500000 +0.106933593750 +0.095214843750 +0.058593750000 +0.150390625000 +-0.094726562500 +-0.041259765625 +0.006164550781 +-0.065429687500 +-0.028564453125 +0.057128906250 +-0.012573242188 +-0.140625000000 +-0.073730468750 +-0.133789062500 +0.183593750000 +-0.003417968750 +-0.027465820312 +-0.000503540039 +-0.390625000000 +-0.011596679688 +-0.048339843750 +-0.026611328125 +-0.100097656250 +0.064941406250 +-0.166015625000 +0.105468750000 +-0.226562500000 +0.049804687500 +0.151367187500 +0.044433593750 +-0.017089843750 +-0.500000000000 +-0.230468750000 +0.194335937500 +-0.006072998047 +-0.086425781250 +-0.365234375000 +0.117187500000 +-0.062500000000 +-0.093261718750 +-0.053222656250 +-0.003005981445 +-0.078613281250 +0.099121093750 +-0.120117187500 +-0.042480468750 +-0.390625000000 +-0.675781250000 +0.000553131104 +0.000511169434 +0.111328125000 +0.070800781250 +-0.433593750000 +-0.302734375000 +0.039306640625 +0.169921875000 +-0.153320312500 +0.345703125000 +-0.085937500000 +0.019287109375 +-0.006805419922 +-0.079101562500 +-0.045898437500 +0.027465820312 +0.036865234375 +-0.077148437500 +0.027099609375 +0.124511718750 +-0.066406250000 +-0.105468750000 +-0.044189453125 +-0.004180908203 +-0.185546875000 +0.013610839844 +0.083496093750 +0.027343750000 +-0.302734375000 +0.048583984375 +0.044677734375 +0.013854980469 +-0.032714843750 +0.065917968750 +-0.486328125000 +-0.062255859375 +-0.113281250000 +-0.053710937500 +0.140625000000 +0.099121093750 +-0.045166015625 +-0.239257812500 +-0.227539062500 +0.039306640625 +-0.108398437500 +0.084960937500 +-0.032714843750 +-0.221679687500 +-0.010986328125 +-0.024291992188 +0.050781250000 +-0.122070312500 +0.091796875000 +0.026245117188 +0.004180908203 +-0.089843750000 +-0.054443359375 +0.119140625000 +0.003372192383 +0.032226562500 +-0.026489257812 +0.003097534180 +0.046630859375 +-0.186523437500 +-0.043945312500 +-0.001922607422 +0.152343750000 +0.006866455078 +-0.013305664062 +-0.233398437500 +-0.046630859375 +0.125976562500 +-0.071289062500 +0.273437500000 +0.072753906250 +-0.024536132812 +-0.059082031250 +-0.189453125000 +0.029052734375 +0.014404296875 +0.035888671875 +0.057128906250 +0.065917968750 +0.133789062500 +0.014709472656 +0.027832031250 +-0.015014648438 +0.034667968750 +-0.172851562500 +-0.230468750000 +-0.003341674805 +-0.036376953125 +-0.056884765625 +0.017578125000 +0.038330078125 +0.005706787109 +0.031738281250 +-0.077148437500 +-0.121582031250 +-0.043701171875 +-0.009460449219 +-0.003860473633 +-0.100097656250 +0.016601562500 +-0.010803222656 +-0.050781250000 +-0.061767578125 +0.020507812500 +-0.042724609375 +0.052734375000 +-0.009765625000 +-0.010437011719 +0.010498046875 +-0.063476562500 +0.007995605469 +-0.055419921875 +-0.015258789062 +-0.053710937500 +-0.031738281250 +0.064941406250 +-0.059814453125 +-0.008422851562 +-0.062255859375 +-0.023925781250 +0.041015625000 +-0.049804687500 +0.117675781250 +0.151367187500 +-0.030883789062 +-0.064453125000 +0.020507812500 +0.101074218750 +-0.030761718750 +-0.139648437500 +-0.083984375000 +0.022460937500 +-0.054443359375 +-0.021728515625 +-0.051513671875 +-0.103515625000 +-0.023559570312 +0.086425781250 +-0.051757812500 +-0.033935546875 +0.026367187500 +0.003143310547 +0.045898437500 +0.173828125000 +-0.071289062500 +-0.061279296875 +-0.050292968750 +-0.037109375000 +0.048339843750 +-0.030517578125 +0.010009765625 +0.002471923828 +0.080566406250 +0.065429687500 +0.114746093750 +-0.064941406250 +-0.197265625000 +0.038574218750 +-0.050292968750 +-0.419921875000 +-0.100585937500 +-0.029907226562 +-0.080566406250 +-0.193359375000 +0.085937500000 +0.064453125000 +0.016967773438 +-0.133789062500 +0.034667968750 +0.053222656250 +-0.220703125000 +-0.095214843750 +-0.013183593750 +-0.018310546875 +0.267578125000 +0.175781250000 +0.083007812500 +-0.107910156250 +0.094238281250 +0.043212890625 +0.141601562500 +0.211914062500 +0.023803710938 +0.050781250000 +0.100585937500 +0.169921875000 +0.026855468750 +-0.043945312500 +-0.096679687500 +-0.038330078125 +0.085449218750 +0.357421875000 +-0.017211914062 +0.019287109375 +-0.081542968750 +0.052001953125 +0.171875000000 +-0.031738281250 +0.190429687500 +-0.187500000000 +-0.017211914062 +-0.029663085938 +-0.090820312500 +-0.014831542969 +-0.081542968750 +0.040771484375 +0.051269531250 +0.074707031250 +-0.045898437500 +-0.086914062500 +-0.120117187500 +0.032470703125 +0.047851562500 +0.132812500000 +0.083984375000 +-0.156250000000 +0.088378906250 +0.047851562500 +-0.241210937500 +-0.238281250000 +-0.032226562500 +-0.269531250000 +-0.166015625000 +-0.375000000000 +-0.146484375000 +0.093261718750 +-0.078613281250 +-0.062011718750 +-0.267578125000 +0.277343750000 +-0.233398437500 +-0.287109375000 +-0.109863281250 +-0.145507812500 +0.077636718750 +0.029907226562 +0.011657714844 +0.068847656250 +0.261718750000 +-0.142578125000 +0.036621093750 +-0.078125000000 +-0.056396484375 +0.183593750000 +0.086425781250 +0.025756835938 +-0.314453125000 +-0.001808166504 +0.095703125000 +0.037109375000 +-0.105957031250 +0.066406250000 +-0.094726562500 +-0.144531250000 +0.166992187500 +0.063476562500 +-0.015747070312 +0.043457031250 +-0.016601562500 +-0.200195312500 +-0.925781250000 +0.028320312500 +-0.104492187500 +0.088867187500 +0.134765625000 +-0.808593750000 +-0.205078125000 +0.010253906250 +-0.056396484375 +0.028930664062 +-0.022216796875 +0.024902343750 +0.072753906250 +0.214843750000 +0.261718750000 +0.187500000000 +0.003967285156 +-0.048339843750 +-0.247070312500 +-0.092285156250 +0.118652343750 +0.102050781250 +-0.056152343750 +-0.263671875000 +-0.074218750000 +0.077636718750 +-0.251953125000 +-0.339843750000 +0.003967285156 +0.058105468750 +0.259765625000 +0.024291992188 +0.036132812500 +-0.047607421875 +0.031005859375 +-0.070800781250 +-0.232421875000 +-0.203125000000 +-0.042236328125 +-0.061767578125 +-0.053710937500 +0.032714843750 +0.150390625000 +0.306640625000 +-0.166992187500 +-0.102050781250 +-0.003646850586 +0.168945312500 +-0.082031250000 +0.005096435547 +-0.019897460938 +0.170898437500 +0.093261718750 +0.049560546875 +0.160156250000 +-0.133789062500 +-0.003738403320 +-0.118652343750 +0.043701171875 +0.283203125000 +0.066894531250 +0.046630859375 +0.045166015625 +0.094238281250 +0.184570312500 +-0.110351562500 +-0.129882812500 +0.088378906250 +-0.043212890625 +0.245117187500 +0.018676757812 +0.394531250000 +0.535156250000 +0.011413574219 +0.000663757324 +-0.087402343750 +0.125000000000 +0.500000000000 +-0.027709960938 +0.019042968750 +0.112304687500 +-0.138671875000 +-0.213867187500 +0.036132812500 +0.159179687500 +0.007446289062 +0.186523437500 +-0.283203125000 +0.060791015625 +-0.082031250000 +-0.141601562500 +-0.333984375000 +-0.023193359375 +0.094726562500 +-0.261718750000 +-0.378906250000 +0.081542968750 +-0.116210937500 +-0.059326171875 +-0.038574218750 +-0.024291992188 +-0.090820312500 +0.028930664062 +-0.001541137695 +-0.040527343750 +0.016601562500 +0.296875000000 +0.117675781250 +-0.215820312500 +0.032470703125 +-0.104492187500 +0.337890625000 +0.170898437500 +-0.197265625000 +0.082519531250 +0.104980468750 +0.191406250000 +0.101562500000 +-0.040039062500 +-0.042480468750 +0.253906250000 +0.066406250000 +0.008728027344 +0.197265625000 +-0.167968750000 +0.176757812500 +0.087890625000 +0.044677734375 +0.089355468750 +-0.002655029297 +-0.087402343750 +-0.125976562500 +-0.112792968750 +0.081542968750 +-0.059082031250 +0.089355468750 +-0.108398437500 +-0.695312500000 +-0.010559082031 +-0.040771484375 +-0.031250000000 +-0.107910156250 +-0.168945312500 +0.078125000000 +-0.182617187500 +0.241210937500 +-0.130859375000 +0.083007812500 +0.063964843750 +0.034667968750 +-0.128906250000 +-0.227539062500 +0.117675781250 +0.088378906250 +-0.312500000000 +-0.351562500000 +-0.093750000000 +0.015319824219 +-0.279296875000 +-0.204101562500 +0.148437500000 +0.410156250000 +-0.176757812500 +-0.064453125000 +0.265625000000 +0.083984375000 +-0.031738281250 +-0.008605957031 +-0.020751953125 +0.089355468750 +0.271484375000 +0.066406250000 +-0.079589843750 +-0.098144531250 +-0.080566406250 +0.120117187500 +0.061035156250 +-0.330078125000 +-0.300781250000 +-0.161132812500 +0.009155273438 +0.137695312500 +-0.071777343750 +-0.059326171875 +0.204101562500 +0.132812500000 +0.062255859375 +0.204101562500 +-0.246093750000 +-0.025756835938 +0.113281250000 +0.040527343750 +-0.013488769531 +0.006774902344 +-0.074218750000 +-0.112304687500 +-0.004516601562 +0.079589843750 +0.078125000000 +-0.006103515625 +-0.096191406250 +0.024414062500 +0.045410156250 +0.062011718750 +-0.071777343750 +-0.130859375000 +-0.020629882812 +-0.085937500000 +-0.079589843750 +-0.167968750000 +-0.257812500000 +-0.328125000000 +0.068359375000 +-0.004211425781 +0.082031250000 +-0.511718750000 +0.068847656250 +0.007751464844 +-0.174804687500 +-0.231445312500 +-0.233398437500 +0.109863281250 +-0.176757812500 +0.071777343750 +-0.076171875000 +-0.001373291016 +0.273437500000 +-0.087402343750 +0.034423828125 +0.061035156250 +-0.320312500000 +0.038085937500 +-0.051513671875 +0.016845703125 +0.115234375000 +0.115234375000 +0.040039062500 +-0.008789062500 +-0.042480468750 +0.171875000000 +0.036865234375 +-0.285156250000 +0.186523437500 +-0.064453125000 +-0.125000000000 +0.000103473663 +-0.126953125000 +0.112304687500 +-0.003768920898 +0.061035156250 +0.255859375000 +0.115234375000 +0.017700195312 +-0.073730468750 +-0.023437500000 +0.061767578125 +-0.016479492188 +0.004577636719 +0.045410156250 +-0.053955078125 +0.028442382812 +0.000625610352 +0.047851562500 +-0.038085937500 +-0.041748046875 +0.019042968750 +0.080078125000 +0.014892578125 +-0.008911132812 +-0.095214843750 +0.013122558594 +0.017211914062 +0.088378906250 +-0.134765625000 +0.045166015625 +-0.312500000000 +-0.106933593750 +0.088867187500 +0.022460937500 +-0.458984375000 +0.251953125000 +-0.061035156250 +0.054443359375 +-0.171875000000 +-0.259765625000 +0.030273437500 +-0.107421875000 +-0.167968750000 +-0.152343750000 +0.085937500000 +0.092773437500 +0.093261718750 +-0.075195312500 +0.034912109375 +-0.156250000000 +-0.011230468750 +-0.065917968750 +0.050292968750 +0.070312500000 +0.132812500000 +-0.025512695312 +0.072265625000 +0.087890625000 +0.133789062500 +0.020751953125 +-0.423828125000 +0.220703125000 +-0.067871093750 +-0.279296875000 +0.157226562500 +0.068847656250 +0.135742187500 +-0.080078125000 +0.013366699219 +0.097656250000 +0.205078125000 +0.064453125000 +-0.145507812500 +0.137695312500 +-0.026611328125 +-0.027832031250 +0.041259765625 +0.010742187500 +0.001869201660 +-0.026000976562 +-0.060058593750 +-0.050292968750 +0.054443359375 +-0.187500000000 +0.026977539062 +0.056396484375 +0.037597656250 +-0.087890625000 +0.009094238281 +0.111816406250 +0.014099121094 +-0.238281250000 +-0.208007812500 +-0.171875000000 +-0.146484375000 +-0.149414062500 +-0.089355468750 +0.202148437500 +-0.060546875000 +0.003173828125 +-0.059570312500 +0.079101562500 +0.122070312500 +-0.039306640625 +0.066406250000 +0.002212524414 +0.009460449219 +-0.029785156250 +-0.000999450684 +-0.014526367188 +0.003265380859 +-0.004211425781 +0.002807617188 +-0.011535644531 +0.126953125000 +0.175781250000 +0.067382812500 +0.039550781250 +-0.139648437500 +0.162109375000 +0.087890625000 +-0.275390625000 +-0.019775390625 +-0.172851562500 +-0.022460937500 +-0.148437500000 +0.040771484375 +-0.122070312500 +-0.117675781250 +-0.159179687500 +-0.043457031250 +0.094238281250 +0.143554687500 +0.091308593750 +-0.023193359375 +0.045166015625 +0.124023437500 +0.043945312500 +-0.049316406250 +0.003082275391 +-0.052246093750 +0.002655029297 +0.010986328125 +-0.020263671875 +-0.200195312500 +-0.324218750000 +-0.025390625000 +-0.052001953125 +0.010314941406 +-0.088867187500 +-0.021240234375 +0.012145996094 +0.039794921875 +0.149414062500 +0.084472656250 +-0.038085937500 +-0.142578125000 +-0.169921875000 +-0.052490234375 +0.137695312500 +-0.191406250000 +0.024169921875 +-0.363281250000 +0.070800781250 +-0.095214843750 +0.035888671875 +0.082519531250 +-0.026000976562 +0.011901855469 +0.046630859375 +0.088378906250 +-0.027221679688 +-0.002548217773 +-0.053222656250 +-0.104003906250 +-0.030761718750 +0.003967285156 +0.124511718750 +-0.028442382812 +0.150390625000 +-0.033447265625 +-0.024291992188 +-0.363281250000 +-0.133789062500 +0.016357421875 +-0.273437500000 +0.071777343750 +-0.237304687500 +0.056396484375 +0.102539062500 +-0.047607421875 +0.054443359375 +-0.119628906250 +0.123535156250 +0.183593750000 +0.287109375000 +0.265625000000 +-0.005340576172 +0.161132812500 +0.009033203125 +0.267578125000 +0.087890625000 +-0.004119873047 +-0.103027343750 +0.044189453125 +-0.037109375000 +0.057128906250 +-0.043945312500 +-0.105957031250 +0.077148437500 +0.023925781250 +-0.259765625000 +-0.067382812500 +-0.168945312500 +-0.043945312500 +0.061035156250 +-0.192382812500 +-0.386718750000 +0.090820312500 +0.215820312500 +-0.064941406250 +0.145507812500 +-0.189453125000 +-0.208984375000 +0.141601562500 +-0.150390625000 +-0.792968750000 +0.142578125000 +0.043701171875 +0.019409179688 +-0.032470703125 +-0.503906250000 +0.043701171875 +-0.161132812500 +-0.402343750000 +0.078613281250 +-0.051513671875 +-0.009338378906 +-0.022827148438 +-0.101562500000 +-0.166992187500 +-0.298828125000 +0.063964843750 +0.230468750000 +0.000801086426 +0.102050781250 +-0.177734375000 +0.048583984375 +-0.316406250000 +-0.349609375000 +0.114746093750 +0.068359375000 +0.004394531250 +0.265625000000 +-0.237304687500 +-0.053222656250 +-0.231445312500 +0.033203125000 +-0.082519531250 +0.198242187500 +0.185546875000 +0.106445312500 +-0.019165039062 +0.026489257812 +0.132812500000 +-0.079589843750 +0.250000000000 +-0.009765625000 +0.067382812500 +0.008178710938 +0.113281250000 +0.010070800781 +0.419921875000 +0.131835937500 +-0.024780273438 +-0.112792968750 +0.129882812500 +-0.074707031250 +-0.023681640625 +-0.029541015625 +0.031982421875 +-0.070800781250 +0.116699218750 +0.197265625000 +-0.185546875000 +-0.060791015625 +0.029541015625 +0.036621093750 +0.044921875000 +-0.839843750000 +-0.245117187500 +0.065429687500 +0.037353515625 +-0.065429687500 +-0.156250000000 +-0.229492187500 +-0.014587402344 +0.005493164062 +-0.968750000000 +-0.138671875000 +-0.263671875000 +-0.028564453125 +-0.051025390625 +-0.859375000000 +-0.617187500000 +-0.116699218750 +0.135742187500 +0.109375000000 +0.102539062500 +-0.118652343750 +-0.241210937500 +0.326171875000 +-0.189453125000 +-0.251953125000 +0.100097656250 +-0.361328125000 +-0.000090599060 +-0.155273437500 +0.135742187500 +0.014953613281 +-0.159179687500 +-0.203125000000 +0.052490234375 +-0.023681640625 +0.072753906250 +0.119140625000 +0.022705078125 +0.052001953125 +-0.093261718750 +0.012390136719 +0.182617187500 +0.099121093750 +-0.003158569336 +0.133789062500 +-0.197265625000 +0.216796875000 +0.023193359375 +-0.051757812500 +-0.145507812500 +-0.086914062500 +0.081054687500 +-0.165039062500 +-0.031738281250 +-0.183593750000 +0.113281250000 +0.054199218750 +0.010925292969 +-0.170898437500 +0.011901855469 +-0.246093750000 +-0.152343750000 +0.008789062500 +-0.070800781250 +-0.216796875000 +0.033691406250 +0.002288818359 +0.148437500000 +0.108398437500 +0.008178710938 +0.009643554688 +0.098632812500 +0.026367187500 +-0.726562500000 +-0.139648437500 +0.392578125000 +0.032714843750 +0.002197265625 +0.018798828125 +0.122070312500 +0.250000000000 +-0.111328125000 +-0.080078125000 +-0.026123046875 +-0.375000000000 +-0.312500000000 +0.147460937500 +-0.031738281250 +0.076660156250 +0.155273437500 +0.047607421875 +0.082031250000 +0.133789062500 +0.023681640625 +-0.109375000000 +-0.083007812500 +-0.058593750000 +-0.287109375000 +-0.021362304688 +-0.161132812500 +-0.191406250000 +-0.203125000000 +-0.003479003906 +-0.012023925781 +0.120605468750 +0.041992187500 +0.020385742188 +-0.279296875000 +-0.026123046875 +0.041503906250 +0.023803710938 +-0.041503906250 +-0.081542968750 +0.075195312500 +-0.079101562500 +-0.064453125000 +-0.040527343750 +-0.118652343750 +-0.002120971680 +0.004394531250 +0.074218750000 +0.070312500000 +-0.165039062500 +0.013488769531 +-0.049560546875 +-0.175781250000 +0.096191406250 +0.107910156250 +0.163085937500 +-0.017211914062 +0.035400390625 +-0.138671875000 +-0.063964843750 +-0.145507812500 +0.095214843750 +0.032714843750 +-0.017578125000 +0.097167968750 +0.086914062500 +-0.103027343750 +-0.019042968750 +-0.070312500000 +0.022216796875 +0.059814453125 +-0.026855468750 +0.107421875000 +0.103027343750 +0.088867187500 +0.049072265625 +-0.253906250000 +-0.131835937500 +0.128906250000 +0.050048828125 +0.043457031250 +-0.015441894531 +-0.441406250000 +-0.000314712524 +0.070312500000 +0.155273437500 +-0.113769531250 +-0.154296875000 +-0.302734375000 +0.045166015625 +-0.095703125000 +0.102539062500 +0.065429687500 +-0.093261718750 +0.032226562500 +0.011718750000 +0.022216796875 +0.030273437500 +0.023681640625 +0.049316406250 +0.052001953125 +0.103027343750 +-0.022216796875 +0.002746582031 +-0.095703125000 +-0.136718750000 +-0.155273437500 +-0.094238281250 +-0.161132812500 +-0.173828125000 +0.066406250000 +0.169921875000 +0.004669189453 +0.005249023438 +0.049072265625 +-0.113769531250 +-0.082519531250 +-0.006835937500 +-0.127929687500 +0.048095703125 +0.015869140625 +-0.021972656250 +-0.051757812500 +0.088378906250 +-0.051269531250 +0.118164062500 +0.016479492188 +-0.010742187500 +-0.006347656250 +0.034423828125 +-0.049316406250 +-0.137695312500 +0.008544921875 +0.004852294922 +0.031738281250 +0.067382812500 +0.040039062500 +0.141601562500 +-0.185546875000 +0.184570312500 +-0.090820312500 +0.243164062500 +0.170898437500 +0.086425781250 +-0.037597656250 +-0.185546875000 +0.043945312500 +0.205078125000 +-0.100097656250 +-0.023925781250 +-0.083007812500 +-0.052246093750 +-0.369140625000 +-0.003768920898 +-0.227539062500 +0.227539062500 +-0.019287109375 +-0.134765625000 +0.077148437500 +0.263671875000 +-0.159179687500 +0.240234375000 +-0.163085937500 +0.267578125000 +0.173828125000 +0.050537109375 +-0.066894531250 +0.199218750000 +0.021850585938 +0.029663085938 +0.009643554688 +0.153320312500 +-0.207031250000 +-0.052246093750 +-0.108398437500 +-0.064941406250 +0.107421875000 +-0.040527343750 +-0.153320312500 +-0.047363281250 +-0.222656250000 +-0.070312500000 +-0.024658203125 +0.063964843750 +-0.041015625000 +-0.023193359375 +-0.018066406250 +0.195312500000 +0.177734375000 +0.010192871094 +-0.105957031250 +0.024658203125 +0.110351562500 +0.026489257812 +-0.064941406250 +0.076171875000 +-0.130859375000 +-0.023559570312 +-0.071289062500 +-0.004821777344 +0.128906250000 +0.005859375000 +-0.086914062500 +0.015991210938 +-0.002212524414 +-0.060546875000 +0.023559570312 +-0.166015625000 +0.058349609375 +-0.125976562500 +0.185546875000 +0.080566406250 +-0.061523437500 +0.068847656250 +0.092773437500 +-0.157226562500 +0.036376953125 +0.025024414062 +0.012634277344 +-0.058837890625 +-0.111328125000 +0.057128906250 +0.029663085938 +0.078125000000 +-0.131835937500 +0.240234375000 +0.038330078125 +0.117675781250 +0.089843750000 +-0.004669189453 +0.065917968750 +0.055908203125 +-0.111816406250 +0.005615234375 +0.057617187500 +-0.472656250000 +0.011840820312 +-0.053955078125 +-0.034423828125 +-0.180664062500 +-0.001251220703 +0.023681640625 +-0.208007812500 +0.051757812500 +-0.026123046875 +-0.001411437988 +0.074707031250 +0.085937500000 +-0.018798828125 +-0.050292968750 +0.050048828125 +0.281250000000 +0.092773437500 +0.052978515625 +-0.140625000000 +-0.125976562500 +-0.069824218750 +-0.015319824219 +-0.011535644531 +-0.012451171875 +0.003021240234 +-0.180664062500 +0.097167968750 +0.048583984375 +0.053710937500 +0.074218750000 +-0.021240234375 +0.228515625000 +0.159179687500 +-0.079101562500 +-0.129882812500 +-0.189453125000 +-0.113281250000 +-0.038574218750 +0.126953125000 +-0.118652343750 +-0.150390625000 +-0.016113281250 +-0.149414062500 +0.081542968750 +-0.037597656250 +-0.024414062500 +0.021484375000 +0.042968750000 +-0.043212890625 +-0.025756835938 +0.058837890625 +0.170898437500 +-0.273437500000 +0.101074218750 +0.229492187500 +-0.010375976562 +0.227539062500 +0.153320312500 +-0.037597656250 +0.279296875000 +-0.066894531250 +-0.020263671875 +-0.007873535156 +-0.363281250000 +0.026123046875 +-0.068359375000 +0.143554687500 +0.020874023438 +-0.355468750000 +0.225585937500 +-0.048583984375 +0.039550781250 +-0.007995605469 +0.071289062500 +0.147460937500 +0.079589843750 +0.010498046875 +-0.045410156250 +0.067871093750 +0.143554687500 +0.244140625000 +-0.000039577484 +0.014648437500 +-0.306640625000 +-0.208984375000 +0.004425048828 +-0.083984375000 +0.050048828125 +-0.053955078125 +-0.104980468750 +-0.055419921875 +-0.166015625000 +-0.139648437500 +-0.042968750000 +-0.097656250000 +0.001274108887 +-0.096679687500 +0.118652343750 +-0.230468750000 +-0.785156250000 +0.050048828125 +0.040527343750 +0.026367187500 +-0.206054687500 +0.006683349609 +-0.024291992188 +-0.120117187500 +0.140625000000 +-0.066406250000 +0.023315429688 +-0.012268066406 +0.027954101562 +-0.045410156250 +-0.128906250000 +-0.474609375000 +0.076171875000 +-0.255859375000 +0.230468750000 +-0.006622314453 +0.245117187500 +0.010375976562 +-0.089843750000 +-0.030151367188 +0.206054687500 +-0.115234375000 +0.043945312500 +-0.008789062500 +0.156250000000 +-0.078613281250 +-0.174804687500 +0.099609375000 +0.040771484375 +-0.343750000000 +0.199218750000 +0.253906250000 +0.121093750000 +-0.148437500000 +-0.099609375000 +0.190429687500 +0.243164062500 +0.096679687500 +0.027954101562 +0.058593750000 +0.189453125000 +0.187500000000 +-0.186523437500 +0.058837890625 +-0.048339843750 +-0.337890625000 +0.094238281250 +-0.014709472656 +-0.041015625000 +0.003936767578 +-0.480468750000 +0.102050781250 +-0.241210937500 +0.110839843750 +-0.322265625000 +0.046386718750 +-0.096679687500 +0.226562500000 +0.172851562500 +-0.083984375000 +-0.259765625000 +0.083984375000 +0.007385253906 +0.125976562500 +0.002426147461 +-0.060546875000 +-0.094238281250 +-0.109863281250 +0.083984375000 +-0.127929687500 +-0.324218750000 +-0.111328125000 +-0.245117187500 +0.073242187500 +-0.075683593750 +-0.832031250000 +0.205078125000 +0.048339843750 +0.013305664062 +0.216796875000 +-0.047363281250 +0.253906250000 +-0.251953125000 +-0.294921875000 +0.023681640625 +0.040527343750 +0.215820312500 +0.115234375000 +-0.632812500000 +-0.154296875000 +-0.135742187500 +0.028442382812 +-0.010375976562 +0.033447265625 +0.133789062500 +0.376953125000 +-0.025146484375 +-0.026855468750 +-0.047119140625 +0.161132812500 +0.194335937500 +0.077148437500 +-0.141601562500 +0.014648437500 +0.142578125000 +0.109863281250 +-0.185546875000 +-0.108886718750 +0.039062500000 +-0.238281250000 +0.050048828125 +0.095214843750 +0.077148437500 +-0.106445312500 +-0.355468750000 +-0.124511718750 +0.043945312500 +-0.082519531250 +-0.117675781250 +-0.003387451172 +-0.019287109375 +-0.213867187500 +-0.016479492188 +-0.127929687500 +0.055419921875 +0.079589843750 +0.037597656250 +0.060546875000 +-0.101074218750 +-0.006286621094 +0.003601074219 +-0.013549804688 +0.119140625000 +-0.027954101562 +0.078125000000 +0.062255859375 +-0.240234375000 +-0.027099609375 +-0.006683349609 +0.180664062500 +0.029541015625 +-0.250000000000 +-0.020263671875 +0.122070312500 +0.222656250000 +-0.024536132812 +0.122070312500 +-0.130859375000 +0.123535156250 +-0.001037597656 +-0.048095703125 +-0.120605468750 +-0.609375000000 +-0.009826660156 +-0.096191406250 +0.011718750000 +-0.107421875000 +0.039794921875 +0.102050781250 +0.079589843750 +0.047119140625 +-0.277343750000 +0.045654296875 +-0.021484375000 +-0.072265625000 +-0.058837890625 +-0.064941406250 +0.030517578125 +0.382812500000 +0.093750000000 +0.075683593750 +-0.047851562500 +0.009216308594 +0.045166015625 +-0.082519531250 +0.036865234375 +0.074218750000 +0.060546875000 +0.007324218750 +0.002685546875 +0.057617187500 +0.141601562500 +-0.259765625000 +-0.018310546875 +-0.163085937500 +0.182617187500 +0.012207031250 +-0.085449218750 +0.129882812500 +0.064453125000 +0.077148437500 +0.007659912109 +0.076660156250 +0.017089843750 +0.112792968750 +0.125976562500 +0.004547119141 +-0.102539062500 +-0.086425781250 +0.062988281250 +-0.141601562500 +-0.104492187500 +0.082031250000 +-0.013183593750 +0.028442382812 +-0.314453125000 +0.051513671875 +0.059326171875 +-0.034423828125 +0.120117187500 +0.124023437500 +-0.046630859375 +0.137695312500 +0.042968750000 +-0.047607421875 +-0.094238281250 +-0.648437500000 +0.068359375000 +0.073242187500 +0.021362304688 +0.010681152344 +0.025634765625 +-0.054199218750 +0.052246093750 +0.018554687500 +-0.198242187500 +-0.133789062500 +-0.101562500000 +-0.030883789062 +-0.002777099609 +0.011962890625 +0.046875000000 +0.075195312500 +0.109375000000 +-0.063964843750 +-0.005889892578 +-0.056640625000 +0.102539062500 +-0.182617187500 +-0.062500000000 +0.079589843750 +-0.045410156250 +0.021850585938 +0.005828857422 +-0.175781250000 +0.164062500000 +-0.004211425781 +-0.111816406250 +-0.222656250000 +-0.116699218750 +0.017211914062 +-0.036865234375 +0.058837890625 +0.002807617188 +-0.058837890625 +0.181640625000 +0.089355468750 +-0.009094238281 +0.018676757812 +0.070312500000 +-0.062500000000 +0.026000976562 +0.034423828125 +0.029785156250 +-0.110351562500 +-0.289062500000 +0.056396484375 +0.043945312500 +0.021240234375 +0.038818359375 +-0.029296875000 +0.072753906250 +-0.099609375000 +-0.039794921875 +-0.170898437500 +-0.091308593750 +0.074707031250 +0.007781982422 +-0.055664062500 +0.062011718750 +-0.078125000000 +-0.011413574219 +0.052001953125 +-0.030517578125 +-0.166992187500 +-0.011962890625 +0.046142578125 +-0.014282226562 +-0.091308593750 +-0.134765625000 +0.026123046875 +-0.057373046875 +-0.062988281250 +0.134765625000 +-0.174804687500 +0.095703125000 +0.160156250000 +0.065429687500 +0.062988281250 +-0.117675781250 +-0.404296875000 +0.065917968750 +-0.000452041626 +0.004608154297 +-0.275390625000 +-0.209960937500 +0.036132812500 +0.052490234375 +0.002090454102 +0.099121093750 +0.069335937500 +0.466796875000 +0.007598876953 +0.177734375000 +0.083007812500 +0.038330078125 +0.196289062500 +0.004180908203 +0.023559570312 +-0.034423828125 +0.019409179688 +-0.117187500000 +-0.001930236816 +-0.017700195312 +-0.112304687500 +-0.072753906250 +-0.048095703125 +-0.023559570312 +0.066406250000 +-0.053955078125 +-0.072753906250 +-0.111328125000 +-0.114257812500 +0.086914062500 +0.081054687500 +0.011596679688 +-0.182617187500 +0.070312500000 +-0.097656250000 +-0.111328125000 +-0.191406250000 +0.034667968750 +0.112792968750 +0.108886718750 +-0.091308593750 +0.019897460938 +0.159179687500 +-0.059082031250 +0.167968750000 +0.058105468750 +0.059326171875 +0.017089843750 +-0.032226562500 +-0.232421875000 +0.004333496094 +0.018676757812 +0.085937500000 +0.173828125000 +-0.238281250000 +0.061523437500 +-0.002838134766 +0.093750000000 +0.022094726562 +0.046875000000 +0.209960937500 +0.025268554688 +-0.105957031250 +0.102050781250 +-0.408203125000 +-0.172851562500 +0.035156250000 +0.024169921875 +-0.142578125000 +0.019897460938 +-0.003616333008 +0.146484375000 +-0.094726562500 +-0.006652832031 +0.174804687500 +0.187500000000 +-0.085449218750 +0.033203125000 +0.043945312500 +0.003540039062 +-0.017944335938 +-0.206054687500 +-0.022827148438 +0.074218750000 +-0.056640625000 +-0.028564453125 +0.016113281250 +0.015136718750 +-0.265625000000 +0.277343750000 +-0.031127929688 +-0.021728515625 +0.129882812500 +0.051025390625 +-0.008422851562 +0.027099609375 +-0.113769531250 +-0.027465820312 +0.144531250000 +0.029663085938 +-0.458984375000 +0.119140625000 +0.139648437500 +0.104003906250 +0.015625000000 +-0.036621093750 +0.114257812500 +0.102050781250 +0.117187500000 +-0.040283203125 +-0.003936767578 +-0.152343750000 +-0.083496093750 +-0.230468750000 +-0.015747070312 +0.004882812500 +-0.246093750000 +0.376953125000 +-0.046386718750 +0.130859375000 +-0.022949218750 +-0.068359375000 +0.351562500000 +0.138671875000 +0.244140625000 +-0.030761718750 +0.067382812500 +-0.011901855469 +-0.414062500000 +0.081542968750 +-0.139648437500 +-0.064941406250 +0.175781250000 +0.222656250000 +-0.106445312500 +-0.022583007812 +0.043945312500 +-0.118652343750 +0.117187500000 +0.130859375000 +0.001396179199 +-0.039794921875 +-0.030761718750 +-0.065917968750 +0.102539062500 +-0.049316406250 +-0.044677734375 +0.005157470703 +0.067871093750 +-0.050781250000 +0.010559082031 +-0.110839843750 +-0.243164062500 +0.125000000000 +0.047607421875 +0.055175781250 +0.234375000000 +0.217773437500 +0.240234375000 +0.073242187500 +-0.110351562500 +0.025878906250 +0.148437500000 +-0.087890625000 +-0.150390625000 +0.193359375000 +-0.062255859375 +-0.126953125000 +0.179687500000 +0.104492187500 +0.166992187500 +-0.020629882812 +0.187500000000 +-0.671875000000 +-0.378906250000 +-0.049316406250 +-0.108886718750 +0.013183593750 +-0.196289062500 +-0.123535156250 +-0.008361816406 +0.114746093750 +0.192382812500 +-0.147460937500 +0.132812500000 +0.113769531250 +0.324218750000 +0.046386718750 +-0.099609375000 +-0.059570312500 +0.061523437500 +-0.013122558594 +-0.457031250000 +-0.090820312500 +-0.177734375000 +-0.007751464844 +0.117187500000 +0.236328125000 +-0.109863281250 +0.292968750000 +-0.146484375000 +0.257812500000 +0.109863281250 +0.199218750000 +0.090820312500 +-1.351562500000 +-0.523437500000 +-0.223632812500 +0.050781250000 +0.134765625000 +0.127929687500 +-0.302734375000 +0.002487182617 +0.098144531250 +0.185546875000 +0.012573242188 +-0.314453125000 +0.132812500000 +-0.017944335938 +0.194335937500 +0.016601562500 +-0.147460937500 +-0.140625000000 +-0.161132812500 +-0.122070312500 +-0.134765625000 +0.012939453125 +-0.219726562500 +0.033691406250 +0.075683593750 +0.226562500000 +-0.578125000000 +-0.107910156250 +0.038330078125 +0.142578125000 +0.117187500000 +0.159179687500 +-0.068847656250 +0.012756347656 +0.208007812500 +0.027099609375 +0.108886718750 +0.029174804688 +0.009094238281 +0.076171875000 +-0.176757812500 +0.259765625000 +-0.400390625000 +-0.197265625000 +0.041992187500 +-0.233398437500 +0.169921875000 +0.337890625000 +-0.015502929688 +0.017089843750 +-0.028808593750 +-0.429687500000 +-0.078125000000 +-0.074707031250 +0.003890991211 +-0.082519531250 +0.139648437500 +0.031250000000 +0.222656250000 +-0.052734375000 +0.029541015625 +0.292968750000 +-0.041748046875 +-0.066894531250 +-1.156250000000 +-0.007080078125 +0.125976562500 +-0.143554687500 +0.012695312500 +-0.492187500000 +-0.120605468750 +-0.061035156250 +0.000942230225 +0.049560546875 +0.065917968750 +-0.187500000000 +0.173828125000 +-0.044677734375 +0.040283203125 +0.075683593750 +-0.109375000000 +0.000108718872 +-0.027954101562 +0.075195312500 +-0.030517578125 +0.039306640625 +0.040527343750 +0.062500000000 +-0.035156250000 +0.105468750000 +-0.406250000000 +-0.140625000000 +0.045898437500 +0.141601562500 +0.047851562500 +-0.225585937500 +-0.009704589844 +0.025512695312 +0.058593750000 +0.003784179688 +-0.052490234375 +-0.082031250000 +-0.035400390625 +0.044433593750 +-0.339843750000 +0.215820312500 +-0.212890625000 +-0.234375000000 +0.031738281250 +-0.003387451172 +0.091308593750 +0.015441894531 +0.071777343750 +-0.014587402344 +0.024169921875 +-0.640625000000 +-0.073730468750 +-0.045166015625 +-0.058349609375 +-0.037841796875 +-0.267578125000 +0.108886718750 +-0.069335937500 +-0.000625610352 +0.148437500000 +0.191406250000 +0.223632812500 +0.054931640625 +0.114257812500 +0.012817382812 +0.269531250000 +-0.139648437500 +-0.046142578125 +-0.028076171875 +0.055908203125 +0.108398437500 +-0.001426696777 +-0.039306640625 +-0.017089843750 +-0.177734375000 +0.163085937500 +0.048828125000 +-0.056396484375 +-0.104003906250 +0.070312500000 +0.040283203125 +-0.019165039062 +-0.206054687500 +-0.031127929688 +0.045166015625 +-0.004608154297 +0.147460937500 +-0.051025390625 +-0.051269531250 +0.061035156250 +0.104003906250 +-0.015441894531 +-0.195312500000 +0.018920898438 +-0.056396484375 +0.021850585938 +0.003387451172 +-0.043212890625 +0.025512695312 +-0.004272460938 +-0.049804687500 +-0.069335937500 +0.032958984375 +-0.135742187500 +0.009277343750 +0.111816406250 +0.075683593750 +0.186523437500 +0.147460937500 +0.111328125000 +-0.392578125000 +0.016235351562 +-0.020019531250 +0.013610839844 +-0.367187500000 +0.003158569336 +-0.009277343750 +-0.034667968750 +-0.118652343750 +-0.094726562500 +0.135742187500 +0.041503906250 +0.065429687500 +-0.123535156250 +-0.126953125000 +0.177734375000 +0.160156250000 +0.012634277344 +0.011962890625 +-0.201171875000 +-0.024169921875 +-0.172851562500 +-0.079589843750 +0.004394531250 +-0.039550781250 +-0.037597656250 +-0.005523681641 +-0.013549804688 +-0.248046875000 +0.059326171875 +0.023559570312 +0.011291503906 +0.046142578125 +0.006530761719 +-0.010498046875 +0.023559570312 +0.062500000000 +-0.421875000000 +-0.000398635864 +-0.108398437500 +-0.023315429688 +0.015319824219 +-0.060791015625 +0.024902343750 +-0.435546875000 +0.081054687500 +0.008300781250 +-0.142578125000 +-0.085937500000 +0.052246093750 +0.001914978027 +-0.034667968750 +0.216796875000 +0.068847656250 +-0.074707031250 +-0.123535156250 +0.095703125000 +0.108398437500 +-0.025024414062 +0.166015625000 +0.134765625000 +0.092285156250 +-0.043212890625 +-0.142578125000 +0.204101562500 +0.009643554688 +0.009521484375 +0.003356933594 +-0.069824218750 +0.031127929688 +-0.032714843750 +0.033935546875 +0.105468750000 +0.108398437500 +-0.043212890625 +-0.110351562500 +0.062988281250 +-0.032470703125 +0.034179687500 +0.048339843750 +0.019775390625 +0.060302734375 +0.052246093750 +0.037353515625 +-0.090332031250 +-0.171875000000 +-0.021606445312 +0.078125000000 +-0.081542968750 +-0.045166015625 +-0.023559570312 +-0.100585937500 +0.144531250000 +-0.224609375000 +0.020141601562 +-0.010192871094 +-0.203125000000 +-0.079589843750 +0.100585937500 +-0.024780273438 +0.117675781250 +-0.392578125000 +-0.013854980469 +0.306640625000 +-0.165039062500 +0.037109375000 +0.010437011719 +-0.025390625000 +-0.554687500000 +-0.035644531250 +-0.091796875000 +-0.013244628906 +0.355468750000 +0.021240234375 +-0.052734375000 +-0.079101562500 +-0.060791015625 +0.088378906250 +0.134765625000 +-0.104492187500 +-0.176757812500 +0.029052734375 +0.006347656250 +-0.099121093750 +0.104003906250 +0.084472656250 +0.022949218750 +-0.292968750000 +0.306640625000 +0.027832031250 +0.004150390625 +0.013061523438 +0.101562500000 +-0.124023437500 +0.044677734375 +0.109375000000 +0.134765625000 +-0.121582031250 +0.115234375000 +-0.151367187500 +0.032226562500 +0.104492187500 +0.059082031250 +0.123046875000 +0.233398437500 +-0.010986328125 +0.070312500000 +-0.149414062500 +-0.089843750000 +-0.380859375000 +-0.077148437500 +-0.041259765625 +0.090332031250 +0.227539062500 +0.061035156250 +0.096191406250 +-0.005096435547 +0.251953125000 +0.038085937500 +-0.078613281250 +0.178710937500 +0.015869140625 +0.250000000000 +-0.069824218750 +0.054687500000 +-0.051025390625 +-0.277343750000 +0.328125000000 +-0.120117187500 +0.032958984375 +0.045654296875 +0.025390625000 +-0.636718750000 +0.151367187500 +-0.113769531250 +0.092773437500 +0.029785156250 +-0.089843750000 +-0.043701171875 +-0.062011718750 +0.057128906250 +0.228515625000 +0.025878906250 +0.095214843750 +-0.054199218750 +0.034912109375 +-0.003234863281 +0.036376953125 +0.096191406250 +0.068359375000 +0.071777343750 +-0.128906250000 +-0.079589843750 +-0.734375000000 +-0.004974365234 +-0.016723632812 +-0.113769531250 +0.098144531250 +-0.006805419922 +-0.304687500000 +-0.484375000000 +-0.170898437500 +0.207031250000 +-0.018554687500 +0.024780273438 +0.010986328125 +0.003356933594 +0.139648437500 +0.240234375000 +-0.218750000000 +-0.238281250000 +-0.294921875000 +-0.012023925781 +-0.234375000000 +0.159179687500 +-0.464843750000 +-0.100097656250 +-0.184570312500 +-0.037841796875 +0.030029296875 +0.109375000000 +0.078125000000 +0.147460937500 +-0.052490234375 +0.332031250000 +0.087890625000 +0.230468750000 +0.084960937500 +0.073242187500 +-0.277343750000 +-0.083984375000 +0.108398437500 +-0.376953125000 +-0.124511718750 +-0.045898437500 +0.021972656250 +-0.710937500000 +0.143554687500 +-0.100585937500 +-0.139648437500 +-0.039550781250 +-0.038574218750 +0.057128906250 +-0.023315429688 +0.118164062500 +-0.047363281250 +-0.183593750000 +-0.119140625000 +0.025756835938 +-0.023071289062 +0.201171875000 +0.093750000000 +-0.004425048828 +0.028808593750 +0.050048828125 +-0.197265625000 +-0.205078125000 +-0.886718750000 +-0.112792968750 +-0.117675781250 +0.025390625000 +-0.070312500000 +-0.455078125000 +-0.341796875000 +0.093261718750 +-0.153320312500 +0.160156250000 +0.174804687500 +0.183593750000 +-0.189453125000 +0.096191406250 +0.165039062500 +0.095214843750 +-0.386718750000 +-0.589843750000 +0.128906250000 +-0.148437500000 +-0.165039062500 +-0.071777343750 +-0.067871093750 +-0.136718750000 +0.237304687500 +0.135742187500 +0.031982421875 +0.128906250000 +0.322265625000 +0.031250000000 +-0.022827148438 +0.059082031250 +-0.107910156250 +-0.025024414062 +-0.176757812500 +-0.069335937500 +-0.257812500000 +0.064453125000 +-0.110839843750 +-0.063964843750 +-0.086425781250 +0.058349609375 +0.127929687500 +-0.613281250000 +-0.160156250000 +0.068359375000 +-0.035644531250 +0.062988281250 +0.015747070312 +-0.153320312500 +0.132812500000 +0.217773437500 +0.300781250000 +-0.092773437500 +-0.197265625000 +-0.149414062500 +-0.027221679688 +-0.069335937500 +0.211914062500 +0.031005859375 +0.131835937500 +0.110351562500 +-0.121093750000 +0.044189453125 +-0.121582031250 +0.109375000000 +0.174804687500 +-0.227539062500 +-0.132812500000 +0.091796875000 +0.143554687500 +-0.139648437500 +-0.170898437500 +0.205078125000 +0.275390625000 +-0.025146484375 +-0.138671875000 +-0.044433593750 +0.104492187500 +0.223632812500 +0.126953125000 +0.048828125000 +0.106445312500 +-0.067871093750 +-0.085449218750 +0.226562500000 +0.125976562500 +0.052001953125 +-0.000560760498 +0.044189453125 +-0.144531250000 +0.090332031250 +0.050292968750 +-0.162109375000 +-0.026611328125 +-0.016601562500 +0.034912109375 +-0.062255859375 +-0.079589843750 +0.029785156250 +-0.173828125000 +0.126953125000 +-0.069335937500 +-0.007446289062 +-0.001945495605 +0.081054687500 +-0.057128906250 +-0.414062500000 +0.091796875000 +0.057373046875 +0.016479492188 +-0.186523437500 +0.005950927734 +-0.040039062500 +0.035888671875 +-0.009704589844 +0.017822265625 +0.115722656250 +-0.142578125000 +-0.088378906250 +0.207031250000 +-0.051025390625 +0.380859375000 +-0.125000000000 +0.208984375000 +0.107421875000 +0.166015625000 +-0.014953613281 +0.020141601562 +0.013183593750 +-0.369140625000 +-0.118652343750 +-0.111816406250 +-0.033691406250 +0.040527343750 +0.007385253906 +-0.007019042969 +0.070312500000 +0.085937500000 +0.048583984375 +0.001197814941 +-0.097167968750 +-0.013427734375 +0.070800781250 +0.055908203125 +0.075195312500 +0.064941406250 +-0.181640625000 +-0.125000000000 +0.119140625000 +0.012268066406 +0.043457031250 +-0.086425781250 +-0.017578125000 +0.050781250000 +-0.195312500000 +0.063964843750 +-0.223632812500 +0.017089843750 +-0.007293701172 +0.051513671875 +0.015502929688 +-0.025878906250 +0.050292968750 +-0.129882812500 +0.083984375000 +0.013854980469 +-0.160156250000 +-0.007537841797 +-0.029418945312 +0.084472656250 +-0.119628906250 +-0.061279296875 +-0.083496093750 +-0.044189453125 +-0.102539062500 +0.051513671875 +0.090820312500 +-0.063476562500 +0.008239746094 +0.157226562500 +0.024414062500 +-0.078613281250 +0.037597656250 +0.064453125000 +0.008972167969 +0.245117187500 +0.083007812500 +0.063476562500 +0.097167968750 +0.015197753906 +0.097656250000 +0.001373291016 +0.003021240234 +-0.073730468750 +-0.012207031250 +-0.027832031250 +0.014099121094 +0.017456054688 +0.038085937500 +0.132812500000 +-0.141601562500 +-0.142578125000 +0.079589843750 +0.011718750000 +-0.087890625000 +-0.071777343750 +-0.147460937500 +0.044677734375 +0.063476562500 +0.112304687500 +-0.152343750000 +-0.257812500000 +0.090820312500 +0.059082031250 +0.037841796875 +-0.121582031250 +0.228515625000 +0.157226562500 +-0.048095703125 +0.054687500000 +0.026367187500 +-0.017700195312 +-0.204101562500 +-0.041503906250 +0.025634765625 +-0.269531250000 +-0.253906250000 +-0.049560546875 +-0.209960937500 +-0.076660156250 +-0.177734375000 +0.018188476562 +-0.070312500000 +0.004516601562 +-0.079101562500 +-0.022827148438 +-0.021606445312 +0.039550781250 +-0.453125000000 +-0.029785156250 +-0.028930664062 +-0.285156250000 +-0.036132812500 +-0.065917968750 +0.021484375000 +0.062500000000 +-0.279296875000 +0.139648437500 +0.073730468750 +-0.349609375000 +0.067871093750 +-0.009216308594 +0.044677734375 +-0.043701171875 +0.208984375000 +0.019653320312 +-0.007019042969 +-0.041503906250 +0.029663085938 +-0.014343261719 +-0.073730468750 +0.063964843750 +-0.060546875000 +-0.022460937500 +0.024047851562 +0.185546875000 +-0.186523437500 +0.053955078125 +-0.069335937500 +-0.046630859375 +-0.008239746094 +-0.018920898438 +0.067871093750 +0.019409179688 +-0.024902343750 +-0.019165039062 +-0.238281250000 +0.136718750000 +0.166015625000 +-0.003173828125 +0.020629882812 +-0.104980468750 +-0.050292968750 +-0.033691406250 +0.196289062500 +0.082031250000 +0.080566406250 +0.166015625000 +-0.231445312500 +-0.191406250000 +-0.378906250000 +0.035156250000 +-0.365234375000 +0.136718750000 +0.145507812500 +-0.095703125000 +-0.042968750000 +0.097167968750 +-0.216796875000 +0.008666992188 +-0.057128906250 +-0.041748046875 +-0.137695312500 +0.037353515625 +-0.178710937500 +-0.093750000000 +0.024658203125 +0.091308593750 +0.045898437500 +-0.075683593750 +-0.094726562500 +0.100097656250 +-0.203125000000 +-0.159179687500 +0.056396484375 +-0.003494262695 +0.125000000000 +0.172851562500 +0.208984375000 +0.000197410583 +0.114257812500 +-0.072753906250 +-0.025878906250 +-0.089355468750 +-0.376953125000 +-0.038085937500 +-0.032714843750 +0.047119140625 +-0.066894531250 +-0.115722656250 +-0.102539062500 +0.112304687500 +0.083496093750 +-0.182617187500 +-0.026123046875 +0.089355468750 +-0.136718750000 +-0.099121093750 +-0.019897460938 +-0.084960937500 +-0.073242187500 +-0.001380920410 +0.018188476562 +-0.001129150391 +0.007873535156 +-0.148437500000 +-0.033447265625 +0.055419921875 +0.178710937500 +0.016967773438 +-0.053466796875 +0.054931640625 +0.066406250000 +-0.129882812500 +-0.015502929688 +-0.114257812500 +-0.052001953125 +0.113281250000 +0.084472656250 +-0.016723632812 +-0.119140625000 +0.041015625000 +-0.208984375000 +0.015625000000 +0.015869140625 +-0.168945312500 +-0.040039062500 +-0.125000000000 +-0.009155273438 +-0.109375000000 +-0.081542968750 +-0.027221679688 +0.052490234375 +-0.177734375000 +-0.126953125000 +0.145507812500 +-0.148437500000 +0.050781250000 +0.199218750000 +-0.096191406250 +0.192382812500 +-0.191406250000 +0.034667968750 +0.161132812500 +-0.211914062500 +0.009338378906 +-0.015869140625 +-0.117675781250 +-0.312500000000 +0.062011718750 +0.190429687500 +0.089355468750 +-0.013610839844 +0.042968750000 +-0.146484375000 +0.070312500000 +-0.046386718750 +0.033691406250 +0.020385742188 +-1.117187500000 +0.103515625000 +-0.199218750000 +0.091308593750 +-0.054931640625 +0.148437500000 +0.058593750000 +0.115722656250 +-0.071289062500 +0.090332031250 +-0.033447265625 +0.048583984375 +-0.043701171875 +-0.060546875000 +0.083984375000 +-0.059082031250 +-0.235351562500 +-0.045410156250 +-0.126953125000 +0.177734375000 +0.149414062500 +-0.345703125000 +0.000740051270 +-0.326171875000 +-0.050292968750 +0.121582031250 +-0.025390625000 +-0.439453125000 +0.134765625000 +0.152343750000 +-0.265625000000 +-0.037841796875 +-0.223632812500 +0.219726562500 +0.102539062500 +0.159179687500 +-0.125000000000 +0.182617187500 +-0.149414062500 +0.090820312500 +-0.427734375000 +0.215820312500 +-0.163085937500 +0.016601562500 +0.004730224609 +0.067382812500 +0.050781250000 +0.197265625000 +0.079589843750 +-0.353515625000 +-0.151367187500 +-0.167968750000 +0.041015625000 +-0.275390625000 +0.017822265625 +0.150390625000 +0.080078125000 +-0.157226562500 +0.174804687500 +-0.040283203125 +0.078613281250 +-0.205078125000 +-0.085937500000 +0.016235351562 +-0.972656250000 +-0.116699218750 +0.073242187500 +-0.117187500000 +-0.027465820312 +-0.122070312500 +-0.248046875000 +0.047363281250 +0.048339843750 +-1.476562500000 +0.049072265625 +-0.024169921875 +0.015380859375 +-0.200195312500 +0.059326171875 +0.011718750000 +0.163085937500 +0.044189453125 +0.006927490234 +-0.138671875000 +0.142578125000 +-0.083984375000 +0.067871093750 +-0.137695312500 +0.153320312500 +-0.135742187500 +-0.000145912170 +-0.470703125000 +0.050048828125 +0.104492187500 +-0.085449218750 +-0.120605468750 +-0.018432617188 +0.114746093750 +0.137695312500 +-0.107910156250 +-0.098632812500 +-0.017211914062 +-0.357421875000 +-0.050537109375 +0.343750000000 +0.117187500000 +-0.178710937500 +0.175781250000 +-0.126953125000 +0.172851562500 +0.060058593750 +-0.027587890625 +-0.098632812500 +0.059326171875 +-0.211914062500 +-0.051757812500 +0.027465820312 +-0.203125000000 +-0.034179687500 +-0.097656250000 +0.000148773193 +-0.181640625000 +0.154296875000 +-0.032226562500 +-0.002624511719 +-0.185546875000 +0.061767578125 +0.090332031250 +0.008605957031 +-0.095214843750 +-0.055419921875 +-0.020874023438 +0.116210937500 +0.055175781250 +-0.137695312500 +0.005493164062 +-0.069335937500 +-1.156250000000 +0.094726562500 +-0.016479492188 +0.201171875000 +-0.056396484375 +-0.060058593750 +-0.030273437500 +0.094238281250 +0.122558593750 +-0.154296875000 +-0.119628906250 +-0.100097656250 +0.113281250000 +0.082519531250 +0.159179687500 +0.084960937500 +0.042968750000 +-0.080078125000 +-0.578125000000 +-0.251953125000 +-0.035644531250 +0.097656250000 +-0.104492187500 +0.027465820312 +0.010620117188 +0.158203125000 +0.188476562500 +0.251953125000 +-0.001602172852 +-0.035644531250 +-0.310546875000 +0.105957031250 +-0.173828125000 +-0.178710937500 +0.169921875000 +0.043457031250 +0.204101562500 +-0.020507812500 +0.004791259766 +0.034423828125 +-0.041503906250 +-0.249023437500 +-0.015747070312 +0.017211914062 +-0.128906250000 +0.022338867188 +0.038818359375 +-0.082031250000 +0.066406250000 +0.017822265625 +-0.155273437500 +0.298828125000 +-0.146484375000 +-0.225585937500 +0.055664062500 +0.031250000000 +0.097167968750 +-0.172851562500 +0.118652343750 +0.083007812500 +-0.125976562500 +0.130859375000 +-0.108886718750 +0.037841796875 +-0.371093750000 +-0.012084960938 +-0.353515625000 +-0.152343750000 +-0.279296875000 +0.106445312500 +-0.086914062500 +0.131835937500 +0.138671875000 +-0.314453125000 +0.036621093750 +0.051269531250 +-0.107421875000 +0.134765625000 +-0.179687500000 +-0.020385742188 +-0.030395507812 +-0.012268066406 +-0.169921875000 +-0.184570312500 +-0.044677734375 +0.177734375000 +0.083496093750 +-0.047119140625 +-0.093261718750 +0.126953125000 +-0.105957031250 +-0.040283203125 +-0.149414062500 +-0.034667968750 +-0.171875000000 +0.111328125000 +0.066894531250 +-0.433593750000 +0.108398437500 +-0.196289062500 +0.107421875000 +0.109863281250 +0.104492187500 +-0.007934570312 +-0.119140625000 +-0.302734375000 +-0.090332031250 +-0.069335937500 +-0.194335937500 +0.002059936523 +-0.029052734375 +0.085449218750 +0.283203125000 +0.003509521484 +0.018066406250 +-0.092285156250 +-0.099609375000 +-0.084472656250 +-0.222656250000 +0.050537109375 +0.022338867188 +0.005401611328 +-0.047851562500 +-0.074218750000 +0.005004882812 +-0.003189086914 +0.128906250000 +-0.057373046875 +0.010192871094 +0.183593750000 +0.245117187500 +-0.192382812500 +-0.142578125000 +0.145507812500 +-0.072265625000 +-0.026977539062 +-0.007812500000 +-0.075195312500 +-0.012268066406 +-0.133789062500 +-0.033203125000 +0.092773437500 +-0.105957031250 +-0.312500000000 +0.083496093750 +0.065917968750 +0.184570312500 +0.067871093750 +0.144531250000 +0.103515625000 +-0.187500000000 +-0.031982421875 +0.064453125000 +-0.025268554688 +-0.151367187500 +0.044433593750 +0.021606445312 +-0.159179687500 +0.031005859375 +-0.132812500000 +0.025268554688 +-0.034667968750 +0.294921875000 +-0.057373046875 +0.062988281250 +0.163085937500 +-0.000843048096 +-0.190429687500 +-0.179687500000 +-0.073730468750 +0.030273437500 +-0.021972656250 +-0.013122558594 +0.046142578125 +-0.085937500000 +-0.265625000000 +0.129882812500 +-0.219726562500 +0.031738281250 +-0.043212890625 +-0.369140625000 +-0.128906250000 +0.159179687500 +0.085937500000 +-0.180664062500 +-0.112304687500 +-0.028930664062 +-0.068847656250 +-0.083007812500 +-0.102050781250 +0.092773437500 +0.071289062500 +-0.019775390625 +0.108398437500 +-0.053466796875 +-0.134765625000 +0.069335937500 +-0.087890625000 +-0.012390136719 +0.045410156250 +-0.165039062500 +-0.074707031250 +-0.030029296875 +0.092773437500 +0.109375000000 +-0.005920410156 +-0.476562500000 +-0.220703125000 +-0.060302734375 +-0.063964843750 +0.040527343750 +-0.076171875000 +-0.404296875000 +0.093750000000 +0.019409179688 +-0.007385253906 +0.014587402344 +-0.180664062500 +-0.102539062500 +-0.021362304688 +-0.006835937500 +-0.125976562500 +-0.113769531250 +-0.159179687500 +0.057373046875 +-0.174804687500 +0.194335937500 +-0.027587890625 +0.005767822266 +-0.208984375000 +0.206054687500 +-0.045166015625 +-0.125976562500 +-0.140625000000 +0.122558593750 +-0.060546875000 +0.112304687500 +-0.032226562500 +0.063964843750 +-0.230468750000 +0.089843750000 +-0.236328125000 +0.052246093750 +-0.002655029297 +-0.118652343750 +-0.101562500000 +0.067871093750 +0.017456054688 +-0.014465332031 +0.081054687500 +-0.007812500000 +-0.101074218750 +-0.237304687500 +-0.042480468750 +-0.008911132812 +0.149414062500 +0.005462646484 +0.007324218750 +-0.074707031250 +-0.004241943359 +-0.046142578125 +-0.091308593750 +-0.105468750000 +0.034179687500 +-0.042724609375 +0.040283203125 +0.034667968750 +-0.051269531250 +-0.084960937500 +0.090332031250 +-0.484375000000 +0.029541015625 +-0.161132812500 +-0.110351562500 +0.070800781250 +0.097167968750 +-0.494140625000 +-0.091796875000 +0.025146484375 +-0.503906250000 +-0.036376953125 +-0.008422851562 +-0.029663085938 +-0.240234375000 +-0.003158569336 +-0.028198242188 +-0.195312500000 +-0.275390625000 +0.087402343750 +-0.012023925781 +0.173828125000 +-0.076171875000 +-0.057861328125 +-0.056152343750 +0.184570312500 +0.010253906250 +-0.038085937500 +-0.220703125000 +-0.142578125000 +-0.515625000000 +0.151367187500 +-0.082519531250 +-0.118164062500 +-0.165039062500 +-0.161132812500 +-0.161132812500 +0.089843750000 +0.078613281250 +-0.271484375000 +0.071777343750 +0.068359375000 +-0.937500000000 +-0.127929687500 +-0.055419921875 +0.082031250000 +0.017333984375 +0.059326171875 +-0.104492187500 +0.042968750000 +-0.147460937500 +0.099609375000 +0.080078125000 +-0.077148437500 +-0.011779785156 +0.052490234375 +-0.163085937500 +0.012817382812 +-0.029663085938 +0.090820312500 +-0.022583007812 +-0.017944335938 +-0.193359375000 +0.155273437500 +0.196289062500 +-0.074218750000 +0.024414062500 +-0.384765625000 +0.001579284668 +-0.073242187500 +-0.107910156250 +0.014587402344 +-0.152343750000 +-0.091308593750 +0.185546875000 +-0.160156250000 +-0.180664062500 +0.208007812500 +0.209960937500 +-0.026611328125 +-0.324218750000 +-0.076660156250 +-0.216796875000 +0.076660156250 +-0.070800781250 +0.213867187500 +0.025024414062 +0.189453125000 +0.047119140625 +0.008239746094 +-0.100097656250 +0.147460937500 +-0.038085937500 +0.092285156250 +-0.441406250000 +0.010864257812 +0.028930664062 +0.036621093750 +-0.326171875000 +0.091308593750 +-0.081054687500 +0.086914062500 +0.013549804688 +-0.171875000000 +0.060546875000 +0.063964843750 +-0.302734375000 +-0.175781250000 +-0.004028320312 +0.006164550781 +0.160156250000 +0.174804687500 +0.036865234375 +-0.096191406250 +-0.320312500000 +-0.089843750000 +-0.059326171875 +-0.040771484375 +0.041992187500 +0.082031250000 +-0.123046875000 +-0.106933593750 +-0.005279541016 +0.125000000000 +0.053955078125 +0.178710937500 +-0.098632812500 +0.022827148438 +0.144531250000 +-0.023681640625 +-0.070312500000 +-0.069335937500 +-0.100585937500 +0.031494140625 +0.058105468750 +0.085449218750 +-0.022583007812 +-0.178710937500 +0.003768920898 +-0.179687500000 +0.151367187500 +-0.296875000000 +0.014282226562 +-0.078613281250 +-0.251953125000 +-0.122558593750 +-0.007354736328 +0.062500000000 +-0.251953125000 +0.137695312500 +-0.075683593750 +0.067871093750 +0.018066406250 +0.017333984375 +0.134765625000 +0.116699218750 +-0.120605468750 +0.300781250000 +0.112304687500 +-0.131835937500 +0.035400390625 +-0.269531250000 +-0.184570312500 +-0.088378906250 +-0.079589843750 +0.114257812500 +-0.134765625000 +-0.080566406250 +0.091308593750 +0.076660156250 +0.106445312500 +0.029663085938 +0.133789062500 +0.052001953125 +0.112304687500 +-0.111816406250 +-0.025146484375 +-0.271484375000 +-0.213867187500 +-0.279296875000 +0.026611328125 +-0.157226562500 +-0.026000976562 +-0.058593750000 +-0.233398437500 +0.118652343750 +0.084960937500 +-0.064941406250 +-0.090332031250 +-0.076171875000 +-0.004608154297 +-0.016357421875 +-0.011962890625 +-0.181640625000 +0.037353515625 +0.039062500000 +0.117675781250 +-0.202148437500 +-0.162109375000 +0.059814453125 +0.095703125000 +-0.050781250000 +-0.024536132812 +0.034179687500 +-0.071777343750 +-0.101562500000 +-0.078125000000 +-0.158203125000 +-0.010620117188 +-0.166015625000 +0.176757812500 +0.036621093750 +0.018188476562 +0.207031250000 +-0.190429687500 +0.040771484375 +-0.221679687500 +0.215820312500 +-0.279296875000 +-0.053222656250 +0.039794921875 +-0.088867187500 +0.155273437500 +0.092773437500 +-0.029296875000 +-0.237304687500 +0.182617187500 +-0.008789062500 +0.124511718750 +-0.041259765625 +-0.093750000000 +-0.123535156250 +0.120117187500 +0.092773437500 +0.094726562500 +-0.080078125000 +0.155273437500 +-0.124023437500 +-0.060791015625 +0.093750000000 +0.050292968750 +0.092285156250 +-0.119628906250 +0.075683593750 +0.114746093750 +-0.061767578125 +-0.097656250000 +-0.036865234375 +-0.030151367188 +-0.153320312500 +-0.067871093750 +0.071289062500 +0.030151367188 +-0.208007812500 +0.116699218750 +-0.083007812500 +0.110839843750 +-0.332031250000 +0.062988281250 +0.045166015625 +0.027465820312 +0.188476562500 +-0.394531250000 +-0.168945312500 +-0.157226562500 +0.206054687500 +0.054443359375 +-0.040039062500 +0.000031948090 +-0.057128906250 +-0.016723632812 +0.076660156250 +0.004974365234 +-0.092285156250 +0.107910156250 +-0.004547119141 +-0.093261718750 +0.296875000000 +-0.177734375000 +0.009399414062 +-0.425781250000 +0.324218750000 +0.036376953125 +-0.204101562500 +-0.275390625000 +-0.166992187500 +-0.005340576172 +0.029785156250 +-0.072265625000 +-0.104980468750 +0.105468750000 +0.097656250000 +0.065917968750 +-0.024536132812 +-0.185546875000 +-0.070800781250 +0.079589843750 +0.113769531250 +-0.072753906250 +0.034667968750 +0.198242187500 +-0.168945312500 +-0.088867187500 +-0.055419921875 +0.208984375000 +0.053466796875 +0.015502929688 +-0.031494140625 +-0.004150390625 +-0.041503906250 +0.163085937500 +-0.051269531250 +-0.125976562500 +-0.017456054688 +-0.088378906250 +-0.033447265625 +-0.388671875000 +-0.130859375000 +-0.087402343750 +-0.100097656250 +-0.246093750000 +0.080078125000 +-0.043701171875 +0.051757812500 +-0.300781250000 +-0.002120971680 +0.053466796875 +-0.191406250000 +-0.034423828125 +-0.011108398438 +0.024414062500 +-0.123535156250 +0.300781250000 +0.031494140625 +0.099121093750 +-0.103027343750 +0.247070312500 +-0.035156250000 +-0.029174804688 +-0.092773437500 +-0.046630859375 +0.092773437500 +-0.123046875000 +-0.118164062500 +0.095703125000 +-0.064453125000 +-0.023315429688 +-0.009826660156 +-0.052001953125 +-0.034423828125 +0.068847656250 +0.048339843750 +0.020385742188 +-0.018676757812 +-0.125976562500 +-0.172851562500 +0.075683593750 +-0.124511718750 +0.037841796875 +-0.062011718750 +-0.059814453125 +0.022094726562 +-0.006744384766 +-0.031250000000 +-0.147460937500 +-0.154296875000 +0.044677734375 +-0.106933593750 +0.130859375000 +-0.092285156250 +-0.074218750000 +-0.067871093750 +0.213867187500 +-0.363281250000 +-0.178710937500 +0.125000000000 +-0.148437500000 +0.014831542969 +0.081542968750 +0.138671875000 +-0.371093750000 +0.170898437500 +-0.155273437500 +-0.116210937500 +-0.120117187500 +-0.024658203125 +0.076660156250 +-0.142578125000 +0.065429687500 +0.034179687500 +0.055908203125 +-0.082519531250 +0.011291503906 +-0.003936767578 +0.378906250000 +0.018310546875 +0.015502929688 +0.119628906250 +0.176757812500 +-0.216796875000 +0.369140625000 +-0.279296875000 +-0.152343750000 +0.015502929688 +-0.036621093750 +-0.011474609375 +0.053955078125 +-0.016601562500 +0.041992187500 +-0.098632812500 +0.061035156250 +0.022094726562 +0.042724609375 +-0.100097656250 +-0.129882812500 +-0.098144531250 +-0.022460937500 +0.038818359375 +-0.151367187500 +-0.112792968750 +0.033935546875 +0.094726562500 +-0.017456054688 +-0.104492187500 +-0.023193359375 +-0.098144531250 +0.123046875000 +-0.074218750000 +-0.100097656250 +-0.145507812500 +0.012023925781 +0.119628906250 +-0.092285156250 +-0.056152343750 +0.017211914062 +-0.022705078125 +-0.186523437500 +-0.159179687500 +-0.047607421875 +0.119140625000 +-0.133789062500 +-0.238281250000 +-0.129882812500 +-0.022460937500 +-0.200195312500 +0.062988281250 +0.115234375000 +-0.003845214844 +0.139648437500 +-0.072753906250 +0.145507812500 +-1.476562500000 +0.029052734375 +0.165039062500 +-0.107421875000 +-0.158203125000 +-0.200195312500 +-0.096191406250 +0.156250000000 +-0.188476562500 +0.108398437500 +0.081054687500 +-0.019897460938 +-0.267578125000 +-0.083496093750 +0.080566406250 +0.183593750000 +0.128906250000 +-0.081054687500 +-0.026611328125 +0.083496093750 +-0.079589843750 +0.067382812500 +0.153320312500 +-0.049560546875 +0.000865936279 +-0.054931640625 +-0.070800781250 +-0.082519531250 +-0.124511718750 +-0.101562500000 +0.128906250000 +-0.030395507812 +-0.056640625000 +-0.114257812500 +-0.047363281250 +0.228515625000 +0.109375000000 +-0.008178710938 +-0.146484375000 +0.101562500000 +0.015625000000 +-0.021362304688 +-0.043457031250 +-0.106933593750 +-0.043701171875 +0.002670288086 +-0.018676757812 +0.007812500000 +-0.048583984375 +-0.052246093750 +-0.204101562500 +0.032226562500 +-0.390625000000 +0.042480468750 +-0.125000000000 +-0.194335937500 +-0.139648437500 +-0.257812500000 +-0.030761718750 +0.065429687500 +-0.148437500000 +-0.312500000000 +0.104980468750 +-0.109375000000 +-1.367187500000 +0.206054687500 +0.251953125000 +-0.104492187500 +-0.192382812500 +-0.511718750000 +0.054199218750 +0.031005859375 +-0.064941406250 +-0.132812500000 +-0.147460937500 +-0.059326171875 +0.259765625000 +-0.083496093750 +-0.077148437500 +0.111328125000 +0.060546875000 +-0.285156250000 +-0.006439208984 +-0.121093750000 +-0.041259765625 +-0.018066406250 +0.065429687500 +0.237304687500 +-0.231445312500 +-0.226562500000 +-0.010375976562 +-0.084960937500 +-0.108886718750 +-0.007324218750 +0.077148437500 +-0.089843750000 +-0.237304687500 +0.027587890625 +-0.100585937500 +0.236328125000 +-0.142578125000 +-0.375000000000 +-0.100585937500 +-0.078125000000 +0.094238281250 +0.012756347656 +0.132812500000 +-0.143554687500 +0.375000000000 +0.045410156250 +-0.060791015625 +-0.035888671875 +0.103515625000 +-0.128906250000 +-0.042968750000 +0.021484375000 +-0.205078125000 +0.040527343750 +-0.117675781250 +0.208984375000 +-0.164062500000 +-0.423828125000 +-0.118164062500 +0.103515625000 +0.130859375000 +-0.071777343750 +0.090332031250 +0.027709960938 +0.075195312500 +0.392578125000 +0.059082031250 +0.138671875000 +-0.257812500000 +0.014831542969 +0.050292968750 +-0.075195312500 +0.114746093750 +0.265625000000 +0.083007812500 +0.125000000000 +0.226562500000 +0.152343750000 +-0.072753906250 +-0.061035156250 +-0.038085937500 +-0.122070312500 +-0.026245117188 +-0.090820312500 +-0.277343750000 +0.143554687500 +-0.117187500000 +-0.010498046875 +-0.075195312500 +-0.009155273438 +-0.072265625000 +0.147460937500 +-0.101074218750 +-0.263671875000 +0.070312500000 +-0.111328125000 +-0.071289062500 +-0.193359375000 +-0.115722656250 +-0.027709960938 +-0.238281250000 +-0.096679687500 +-0.104003906250 +0.156250000000 +-0.039794921875 +0.063964843750 +-0.031982421875 +-0.004608154297 +0.020385742188 +0.128906250000 +0.009399414062 +-0.032714843750 +0.149414062500 +0.009521484375 +-0.177734375000 +-0.222656250000 +0.027343750000 +-0.003768920898 +-0.040283203125 +0.050537109375 +-0.087890625000 +-0.243164062500 +-0.184570312500 +0.224609375000 +0.068359375000 +0.099121093750 +-0.027709960938 +-0.014892578125 +0.028320312500 +0.031738281250 +-0.007507324219 +-0.018310546875 +-0.291015625000 +-0.014221191406 +0.066406250000 +-0.417968750000 +-0.018188476562 +0.183593750000 +-0.048095703125 +0.029296875000 +0.157226562500 +0.125976562500 +-0.111328125000 +-0.041015625000 +0.045898437500 +-0.186523437500 +-0.073242187500 +-0.095703125000 +0.138671875000 +-0.057861328125 +-0.097656250000 +-0.012268066406 +0.018920898438 +-0.004882812500 +-0.068359375000 +0.008728027344 +-0.037841796875 +-0.022583007812 +-0.126953125000 +-0.068359375000 +-0.212890625000 +-0.181640625000 +-0.022705078125 +0.110351562500 +0.057617187500 +0.178710937500 +-0.037353515625 +0.080078125000 +0.011657714844 +-0.029296875000 +0.011352539062 +0.098632812500 +0.190429687500 +-0.006286621094 +0.009582519531 +0.013244628906 +0.094726562500 +-0.143554687500 +0.050048828125 +0.147460937500 +-0.003707885742 +-0.017089843750 +-0.064941406250 +0.069335937500 +0.140625000000 +-0.314453125000 +-0.121093750000 +0.211914062500 +-0.018676757812 +0.114257812500 +-0.164062500000 +0.010620117188 +-0.053222656250 +0.022583007812 +0.010070800781 +-0.048583984375 +-0.011108398438 +0.077148437500 +-0.086914062500 +0.189453125000 +0.035156250000 +0.283203125000 +0.045654296875 +-0.008544921875 +0.072265625000 +-0.207031250000 +-0.117187500000 +-0.170898437500 +-0.024291992188 +-0.055175781250 +-0.002212524414 +-0.081542968750 +-0.000991821289 +-0.056152343750 +-0.078125000000 +0.029418945312 +0.006134033203 +-0.058837890625 +0.013549804688 +0.149414062500 +-0.232421875000 +-0.018676757812 +0.052246093750 +-0.125000000000 +0.169921875000 +0.215820312500 +-0.143554687500 +-0.118652343750 +-0.058105468750 +0.026489257812 +0.043701171875 +0.008361816406 +-0.083496093750 +-0.041503906250 +-0.026611328125 +-0.189453125000 +0.031250000000 +-0.283203125000 +-0.125000000000 +-0.014709472656 +-0.065917968750 +0.155273437500 +-0.206054687500 +0.111328125000 +-0.052246093750 +-0.196289062500 +-0.080078125000 +-0.009826660156 +0.049560546875 +-0.018920898438 +-0.005065917969 +0.091796875000 +0.187500000000 +-0.002899169922 +-0.000854492188 +-0.093750000000 +-0.048095703125 +-0.051757812500 +-0.022827148438 +-0.031494140625 +0.111328125000 +-0.049560546875 +0.041992187500 +0.053955078125 +-0.050292968750 +0.289062500000 +0.001876831055 +-0.011230468750 +-0.180664062500 +-0.041259765625 +0.092773437500 +-0.233398437500 +0.243164062500 +-0.173828125000 +0.236328125000 +0.013854980469 +-0.187500000000 +0.124023437500 +-0.026489257812 +0.087890625000 +0.106445312500 +-0.043457031250 +0.082031250000 +0.164062500000 +-0.259765625000 +-0.187500000000 +0.057373046875 +-0.047607421875 +0.048583984375 +-0.197265625000 +-0.024780273438 +0.045654296875 +-0.139648437500 +-0.145507812500 +0.046630859375 +0.185546875000 +0.034912109375 +0.314453125000 +0.014282226562 +-0.040527343750 +-0.136718750000 +-0.166015625000 +0.171875000000 +0.018920898438 +-0.017089843750 +-0.098632812500 +0.047607421875 +0.083496093750 +-0.003219604492 +-0.046875000000 +0.004821777344 +-0.005615234375 +0.024658203125 +-0.126953125000 +-0.057617187500 +-0.087890625000 +-0.051757812500 +0.133789062500 +0.161132812500 +-0.073730468750 +0.008300781250 +-0.022216796875 +0.027709960938 +-0.067382812500 +0.059326171875 +-0.050781250000 +0.055419921875 +-0.173828125000 +-0.002639770508 +-0.093750000000 +0.027709960938 +0.177734375000 +0.084960937500 +0.115722656250 +-0.144531250000 +-0.236328125000 +-0.070312500000 +-0.351562500000 +0.041503906250 +-0.052246093750 +0.068847656250 +0.183593750000 +0.124511718750 +-0.088867187500 +-0.126953125000 +0.079101562500 +0.063476562500 +0.148437500000 +-0.151367187500 +-0.091796875000 +-0.002868652344 +-0.233398437500 +0.069335937500 +0.023193359375 +-0.022460937500 +0.117675781250 +0.070312500000 +-0.088378906250 +0.028198242188 +-0.216796875000 +-0.129882812500 +0.207031250000 +0.069824218750 +0.017456054688 +-0.043701171875 +0.194335937500 +-0.064941406250 +-0.061767578125 +-0.094238281250 +-0.062988281250 +-0.171875000000 +-0.032714843750 +0.115234375000 +-0.035400390625 +-0.065429687500 +0.214843750000 +-0.289062500000 +-0.015869140625 +-0.137695312500 +-0.359375000000 +0.120605468750 +0.185546875000 +0.055664062500 +0.052001953125 +-0.010864257812 +-0.142578125000 +0.005157470703 +0.025146484375 +-0.091308593750 +-0.111328125000 +0.012329101562 +-0.016235351562 +0.082031250000 +-0.215820312500 +-0.100585937500 +-0.017211914062 +-0.225585937500 +-0.118652343750 +0.051513671875 +-0.546875000000 +0.099609375000 +-0.179687500000 +0.089355468750 +-0.048583984375 +-0.357421875000 +-0.032226562500 +0.194335937500 +-0.335937500000 +0.044921875000 +-0.151367187500 +0.001480102539 +0.039062500000 +-0.102050781250 +-0.026733398438 +-0.081054687500 +0.135742187500 +0.030029296875 +0.052001953125 +-0.022338867188 +0.021728515625 +-0.016357421875 +0.082031250000 +0.067871093750 +-0.281250000000 +-0.065429687500 +0.008300781250 +0.122070312500 +0.019042968750 +0.007507324219 +0.039306640625 +-0.007873535156 +-0.018554687500 +0.108886718750 +-0.156250000000 +-0.016479492188 +-0.134765625000 +0.292968750000 +0.168945312500 +-0.028198242188 +0.136718750000 +0.086914062500 +-0.112304687500 +-0.150390625000 +0.122070312500 +0.077148437500 +0.226562500000 +0.048095703125 +0.239257812500 +0.118652343750 +-0.071777343750 +0.025634765625 +0.136718750000 +-0.104003906250 +0.047363281250 +-0.003433227539 +0.096679687500 +-0.010253906250 +-0.066894531250 +-0.120605468750 +-0.005584716797 +0.071777343750 +-0.365234375000 +0.153320312500 +-0.460937500000 +0.102539062500 +-0.217773437500 +0.108398437500 +0.027465820312 +-0.068847656250 +0.214843750000 +0.029052734375 +-0.004516601562 +-0.057861328125 +0.031494140625 +0.038330078125 +0.087890625000 +-0.097167968750 +-0.058349609375 +-0.045654296875 +-0.016113281250 +-0.104492187500 +-0.201171875000 +0.032470703125 +0.090332031250 +0.173828125000 +-0.055175781250 +-0.098632812500 +-0.005828857422 +-0.059082031250 +0.129882812500 +-0.035644531250 +-0.048828125000 +-0.040527343750 +-0.020385742188 +-0.065429687500 +0.166992187500 +0.190429687500 +-0.142578125000 +0.007415771484 +-0.084960937500 +-0.162109375000 +0.065917968750 +-0.058105468750 +0.032226562500 +0.109375000000 +0.357421875000 +-0.186523437500 +0.183593750000 +0.118164062500 +0.024169921875 +-0.265625000000 +-0.068847656250 +0.142578125000 +-0.132812500000 +-0.114746093750 +-0.041259765625 +-0.053222656250 +0.175781250000 +0.114746093750 +-0.091796875000 +0.077148437500 +-0.012878417969 +0.124023437500 +0.100097656250 +-0.097167968750 +-0.182617187500 +0.060058593750 +-0.163085937500 +0.190429687500 +-0.300781250000 +-0.001770019531 +-0.043701171875 +-0.069335937500 +-0.064941406250 +0.144531250000 +-0.032226562500 +-0.213867187500 +0.069335937500 +0.158203125000 +-0.026611328125 +0.060546875000 +-0.035644531250 +0.045410156250 +0.083007812500 +-0.124023437500 +-0.029663085938 +-0.069824218750 +-0.080078125000 +0.083984375000 +0.080078125000 +-0.114746093750 +0.028442382812 +0.042236328125 +0.218750000000 +0.020629882812 +-0.125000000000 +0.042236328125 +-0.075195312500 +0.002014160156 +0.063476562500 +0.165039062500 +-0.127929687500 +-0.018188476562 +-0.025146484375 +0.053710937500 +0.011840820312 +-0.079589843750 +0.074707031250 +0.020874023438 +-0.073730468750 +-0.137695312500 +0.087890625000 +0.124023437500 +-0.052490234375 +0.063964843750 +-0.046630859375 +-0.010742187500 +-0.034667968750 +-0.042480468750 +-0.043457031250 +-0.188476562500 +-0.061035156250 +0.034912109375 +0.055419921875 +-0.178710937500 +-0.175781250000 +0.017822265625 +0.078613281250 +0.127929687500 +0.103027343750 +-0.201171875000 +0.091308593750 +0.115234375000 +-0.099609375000 +0.099121093750 +-0.078613281250 +0.102050781250 +0.089355468750 +0.096191406250 +0.038330078125 +0.039550781250 +-0.151367187500 +0.056884765625 +0.231445312500 +0.122558593750 +-0.079101562500 +0.153320312500 +0.013977050781 +-0.059082031250 +-0.249023437500 +-0.102050781250 +-0.042236328125 +-0.144531250000 +0.092285156250 +0.081542968750 +-0.079589843750 +0.055664062500 +0.195312500000 +-0.026000976562 +0.070312500000 +0.094238281250 +0.032470703125 +-0.032714843750 +0.031494140625 +-0.029296875000 +-0.150390625000 +-0.166015625000 +0.140625000000 +-0.036376953125 +0.167968750000 +0.062011718750 +0.011535644531 +0.026123046875 +0.006683349609 +-0.067382812500 +0.056152343750 +0.000640869141 +0.015380859375 +0.151367187500 +-0.110351562500 +-0.056396484375 +-0.072753906250 +0.035644531250 +0.004760742188 +-0.014160156250 +0.046875000000 +0.039062500000 +0.049804687500 +-0.153320312500 +0.087402343750 +0.065917968750 +-0.267578125000 +0.030273437500 +-0.032714843750 +0.137695312500 +0.002197265625 +-0.072265625000 +-0.263671875000 +0.225585937500 +-0.136718750000 +-0.012390136719 +-0.071289062500 +0.257812500000 +0.024536132812 +0.208984375000 +-0.041992187500 +0.072753906250 +0.255859375000 +0.056152343750 +0.139648437500 +-0.257812500000 +0.052978515625 +-0.012390136719 +-0.120605468750 +-0.024902343750 +0.080078125000 +-0.009948730469 +0.041015625000 +0.100097656250 +0.080078125000 +0.108398437500 +0.277343750000 +-0.033203125000 +0.184570312500 +0.207031250000 +0.324218750000 +-0.251953125000 +-0.047851562500 +-0.249023437500 +-0.159179687500 +0.072753906250 +0.058349609375 +0.153320312500 +-0.006103515625 +-0.221679687500 +0.058593750000 +-0.029907226562 +-0.245117187500 +0.053222656250 +0.006744384766 +0.148437500000 +0.052978515625 +0.111816406250 +-0.060058593750 +0.093261718750 +-0.074218750000 +0.077636718750 +-0.196289062500 +-0.070800781250 +-0.085449218750 +0.091796875000 +-0.157226562500 +-0.359375000000 +-0.142578125000 +-0.197265625000 +-0.152343750000 +-0.251953125000 +0.125976562500 +-0.000111579895 +-0.016845703125 +-0.233398437500 +-0.095703125000 +-0.235351562500 +-0.126953125000 +-0.141601562500 +0.074218750000 +-0.187500000000 +0.048828125000 +0.033935546875 +-0.068359375000 +0.018554687500 +-0.009338378906 +0.045166015625 +0.034912109375 +-0.031982421875 +0.044677734375 +-0.004180908203 +0.106933593750 +0.025878906250 +-0.032470703125 +-0.055175781250 +0.194335937500 +0.085937500000 +-0.023559570312 +-0.102539062500 +-0.195312500000 +0.046386718750 +-0.069335937500 +-0.104980468750 +-0.055908203125 +-0.090332031250 +0.214843750000 +-0.020263671875 +0.199218750000 +0.223632812500 +0.022216796875 +0.012756347656 +-0.084960937500 +0.202148437500 +-0.033447265625 +0.125976562500 +-0.215820312500 +-0.111328125000 +-0.157226562500 +0.053222656250 +-0.097656250000 +-0.013610839844 +-0.093750000000 +0.073242187500 +-0.009338378906 +0.133789062500 +-0.040283203125 +-0.093261718750 +-0.263671875000 +-0.182617187500 +0.023803710938 +-0.167968750000 +-0.056884765625 +0.005828857422 +-0.125976562500 +-0.171875000000 +-0.223632812500 +0.080566406250 +-0.189453125000 +0.152343750000 +0.074218750000 +-0.147460937500 +-0.250000000000 +0.075683593750 +0.111816406250 +0.030273437500 +-0.153320312500 +-0.049316406250 +-0.076171875000 +-0.003540039062 +0.063964843750 +-0.028930664062 +-0.031738281250 +0.078613281250 +0.164062500000 +0.037597656250 +0.005249023438 +0.037841796875 +0.032958984375 +0.137695312500 +0.059326171875 +0.001632690430 +0.221679687500 +0.005065917969 +-0.053710937500 +0.076660156250 +0.059814453125 +-0.048583984375 +-0.484375000000 +0.194335937500 +-0.043457031250 +0.116699218750 +0.230468750000 +0.227539062500 +0.085937500000 +-0.164062500000 +0.230468750000 +-0.068359375000 +0.026000976562 +-0.101562500000 +-0.150390625000 +-0.255859375000 +-0.153320312500 +0.219726562500 +-0.030273437500 +-0.049316406250 +-0.187500000000 +0.028564453125 +-0.004364013672 +0.016723632812 +-0.149414062500 +-0.111328125000 +-0.062011718750 +-0.129882812500 +-0.158203125000 +0.172851562500 +-0.024536132812 +-0.082031250000 +0.035400390625 +-0.017089843750 +0.162109375000 +-0.171875000000 +-0.144531250000 +0.255859375000 +0.180664062500 +0.012817382812 +-0.211914062500 +0.034179687500 +0.273437500000 +-0.091796875000 +-0.047607421875 +0.035644531250 +-0.092773437500 +0.021484375000 +-0.455078125000 +-0.139648437500 +0.002944946289 +0.002365112305 +-0.470703125000 +0.152343750000 +-0.142578125000 +0.041992187500 +0.028930664062 +-0.103027343750 +0.006469726562 +0.008789062500 +0.029907226562 +-0.171875000000 +0.006500244141 +-0.071289062500 +-0.034667968750 +-0.100097656250 +0.054931640625 +-0.135742187500 +-0.224609375000 +-0.021362304688 +0.114257812500 +0.144531250000 +0.133789062500 +-0.060058593750 +0.041503906250 +-0.185546875000 +0.316406250000 +-0.219726562500 +0.024536132812 +0.041992187500 +0.165039062500 +0.104003906250 +-0.053222656250 +-0.265625000000 +-0.076660156250 +-0.080566406250 +-0.185546875000 +-0.095214843750 +0.038574218750 +0.243164062500 +-0.206054687500 +-0.125976562500 +-0.277343750000 +0.130859375000 +-0.121093750000 +0.075683593750 +-0.073242187500 +-0.031250000000 +-0.167968750000 +-0.224609375000 +0.180664062500 +0.181640625000 +0.287109375000 +0.139648437500 +-0.062988281250 +-0.031738281250 +0.011108398438 +-0.339843750000 +-1.429687500000 +-0.126953125000 +-0.082519531250 +-0.014282226562 +-0.968750000000 +0.067871093750 +0.015747070312 +0.019531250000 +-0.474609375000 +0.138671875000 +0.197265625000 +0.095214843750 +0.223632812500 +-0.002456665039 +-0.045166015625 +-0.086914062500 +-0.203125000000 +-0.222656250000 +-0.163085937500 +0.094238281250 +0.134765625000 +-0.050292968750 +0.028198242188 +-0.511718750000 +0.195312500000 +-0.014709472656 +0.112304687500 +0.138671875000 +-0.106933593750 +0.044433593750 +-0.028808593750 +0.119140625000 +-0.007446289062 +-0.212890625000 +0.133789062500 +0.061523437500 +0.190429687500 +-0.044189453125 +0.012145996094 +-0.169921875000 +-0.011230468750 +0.076171875000 +-0.125000000000 +-0.053955078125 +-0.221679687500 +0.085449218750 +-0.125976562500 +0.052734375000 +0.006164550781 +-0.124023437500 +0.141601562500 +-0.017211914062 +-0.088867187500 +0.182617187500 +-0.304687500000 +0.069335937500 +-0.003189086914 +0.004669189453 +0.118652343750 +0.177734375000 +0.175781250000 +0.158203125000 +-0.068359375000 +-0.271484375000 +0.119140625000 +-0.193359375000 +0.003265380859 +0.259765625000 +0.375000000000 +-0.265625000000 +-0.142578125000 +-0.154296875000 +-0.036132812500 +-0.071289062500 +0.151367187500 +0.110839843750 +-0.092285156250 +-0.139648437500 +-0.113769531250 +-0.044433593750 +0.089355468750 +-0.267578125000 +-0.225585937500 +-0.031982421875 +0.029785156250 +0.195312500000 +0.031494140625 +-0.231445312500 +0.019409179688 +-0.155273437500 +0.127929687500 +0.081054687500 +-0.027343750000 +0.127929687500 +-0.182617187500 +0.044921875000 +0.040527343750 +-0.026367187500 +0.227539062500 +0.168945312500 +-0.070800781250 +0.019042968750 +0.110839843750 +0.055175781250 +0.052246093750 +-0.073242187500 +-0.077636718750 +-0.000204086304 +-0.129882812500 +-0.076660156250 +0.006622314453 +0.001266479492 +0.247070312500 +0.134765625000 +0.067871093750 +0.126953125000 +0.068847656250 +0.175781250000 +-0.008850097656 +-0.082031250000 +0.012939453125 +0.058349609375 +0.204101562500 +-0.041992187500 +0.119628906250 +-0.064941406250 +0.055175781250 +-0.353515625000 +-0.034912109375 +-0.070800781250 +-0.373046875000 +0.234375000000 +0.148437500000 +-0.021118164062 +-0.142578125000 +-0.075683593750 +0.041503906250 +0.019653320312 +0.003753662109 +0.105957031250 +-0.071289062500 +0.145507812500 +-0.106933593750 +-0.207031250000 +0.176757812500 +-0.213867187500 +-0.067382812500 +0.048095703125 +-0.099121093750 +-0.027709960938 +-0.122558593750 +0.155273437500 +0.009033203125 +0.067382812500 +0.098632812500 +0.154296875000 +0.102050781250 +0.229492187500 +-0.107910156250 +-0.045166015625 +-0.102539062500 +-0.014343261719 +0.316406250000 +0.255859375000 +0.004364013672 +-0.026855468750 +0.007324218750 +0.044921875000 +-0.002807617188 +0.044921875000 +0.219726562500 +-0.248046875000 +-0.033935546875 +0.043212890625 +-0.006134033203 +-0.224609375000 +0.138671875000 +0.078125000000 +-0.159179687500 +-0.031982421875 +0.024902343750 +0.093750000000 +-0.172851562500 +-0.056396484375 +-0.024291992188 +0.004730224609 +0.018432617188 +-0.044921875000 +0.188476562500 +0.013854980469 +0.009338378906 +-0.185546875000 +-0.011474609375 +0.015258789062 +-0.159179687500 +0.067871093750 +-0.014587402344 +0.049072265625 +0.044921875000 +-0.033935546875 +-0.014587402344 +-0.024047851562 +0.118652343750 +0.061523437500 +0.178710937500 +0.021606445312 +0.150390625000 +0.298828125000 +0.041259765625 +-0.184570312500 +-0.099609375000 +0.012939453125 +0.047851562500 +-0.058837890625 +-0.002151489258 +0.144531250000 +-0.063476562500 +0.031250000000 +0.227539062500 +0.206054687500 +0.172851562500 +0.048828125000 +0.100097656250 +-0.085449218750 +0.030029296875 +0.055175781250 +0.223632812500 +-0.029418945312 +0.104492187500 +-0.034667968750 +-0.062255859375 +0.016235351562 +-0.042968750000 +-0.039550781250 +-0.398437500000 +0.026733398438 +0.000249862671 +-0.055908203125 +-0.043457031250 +0.181640625000 +-0.088378906250 +-0.090820312500 +0.127929687500 +-0.164062500000 +0.003463745117 +0.036132812500 +-0.143554687500 +-0.155273437500 +-0.097167968750 +0.026611328125 +0.029541015625 +-0.060791015625 +-0.050292968750 +-0.129882812500 +0.112792968750 +0.037597656250 +0.125976562500 +-0.002685546875 +-0.142578125000 +-0.123535156250 +-0.028930664062 +0.023559570312 +0.063476562500 +0.003646850586 +0.065429687500 +-0.088867187500 +0.166992187500 +0.127929687500 +-0.033935546875 +0.039306640625 +-0.073242187500 +0.129882812500 +0.081054687500 +0.180664062500 +-0.162109375000 +-0.057128906250 +0.055175781250 +0.071289062500 +-0.156250000000 +0.112304687500 +0.047851562500 +0.015136718750 +-0.091308593750 +0.017822265625 +-0.011779785156 +-0.070800781250 +-0.049804687500 +-0.103515625000 +-0.281250000000 +0.121582031250 +0.198242187500 +-0.016113281250 +0.096191406250 +0.024169921875 +0.076171875000 +-0.027343750000 +0.038574218750 +-0.094238281250 +0.063964843750 +-0.005523681641 +-0.063964843750 +0.191406250000 +0.060791015625 +0.083007812500 +0.121093750000 +0.207031250000 +-0.113281250000 +-0.056152343750 +-0.291015625000 +0.029907226562 +-0.045898437500 +-0.152343750000 +0.050781250000 +0.013549804688 +-0.057373046875 +0.081054687500 +-0.061523437500 +-0.018554687500 +0.068847656250 +0.005767822266 +0.129882812500 +0.100585937500 +-0.116699218750 +-0.161132812500 +-0.045898437500 +-0.292968750000 +-0.124511718750 +-0.055664062500 +0.074218750000 +-0.079101562500 +0.000434875488 +0.094726562500 +0.010925292969 +-0.011535644531 +-0.094726562500 +0.158203125000 +0.001556396484 +0.007781982422 +-0.087402343750 +-0.012451171875 +0.025390625000 +-0.183593750000 +-0.101074218750 +-0.003845214844 +0.047119140625 +0.086914062500 +-0.000507354736 +-0.004364013672 +-0.007263183594 +0.044921875000 +-0.015319824219 +0.008972167969 +0.067871093750 +0.085937500000 +-0.042968750000 +-0.030395507812 +0.060058593750 +-0.002258300781 +0.027832031250 +-0.070312500000 +0.080078125000 +-0.125976562500 +-0.005249023438 +-0.075683593750 +-0.095703125000 +0.087890625000 +0.042724609375 +-0.210937500000 +0.030029296875 +0.227539062500 +-0.013488769531 +-0.016967773438 +-0.542968750000 +-0.115722656250 +0.046875000000 +-0.033935546875 +-0.089355468750 +-0.010925292969 +-0.031738281250 +0.034179687500 +-0.002258300781 +0.027221679688 +-0.072265625000 +-0.033691406250 +-0.249023437500 +0.137695312500 +0.024047851562 +-0.031250000000 +-0.031982421875 +-0.019531250000 +-0.091796875000 +-0.101562500000 +-0.157226562500 +-0.013183593750 +0.014587402344 +-0.006835937500 +-0.022705078125 +0.300781250000 +-0.068359375000 +-0.087890625000 +-0.324218750000 +0.087890625000 +-0.069335937500 +-0.050292968750 +0.099121093750 +-0.353515625000 +0.089355468750 +0.033447265625 +-0.271484375000 +0.047363281250 +-0.114257812500 +0.091308593750 +-0.100585937500 +-0.225585937500 +-0.011108398438 +0.007385253906 +0.213867187500 +0.007080078125 +0.047119140625 +0.033691406250 +-0.096679687500 +-0.121093750000 +-0.220703125000 +0.160156250000 +0.048095703125 +0.167968750000 +-0.183593750000 +-0.086425781250 +0.013061523438 +0.025756835938 +-0.174804687500 +0.055664062500 +0.101074218750 +0.110351562500 +-0.141601562500 +0.089843750000 +0.009338378906 +-0.021972656250 +0.127929687500 +-0.273437500000 +0.011413574219 +0.053955078125 +-0.001655578613 +0.008117675781 +-0.017089843750 +-0.069824218750 +-0.071289062500 +0.141601562500 +-0.236328125000 +0.097656250000 +-0.133789062500 +-0.112792968750 +-0.034912109375 +-0.105957031250 +-0.125976562500 +-0.045654296875 +-0.542968750000 +0.040283203125 +0.022094726562 +-0.035156250000 +0.016113281250 +0.005401611328 +-0.028076171875 +0.060791015625 +0.063476562500 +-0.038818359375 +-0.136718750000 +0.076171875000 +0.022094726562 +-0.277343750000 +-0.027343750000 +-0.015441894531 +-0.228515625000 +0.136718750000 +-0.168945312500 +-0.123535156250 +-0.016113281250 +-0.219726562500 +-0.017456054688 +-0.010131835938 +-0.016845703125 +0.147460937500 +-0.118652343750 +-0.075195312500 +0.059814453125 +-0.163085937500 +-0.189453125000 +0.098632812500 +-0.003738403320 +0.302734375000 +-0.007598876953 +0.159179687500 +0.019653320312 +0.015869140625 +-0.166992187500 +0.063476562500 +0.059326171875 +0.109863281250 +-0.296875000000 +0.328125000000 +0.230468750000 +0.203125000000 +0.057373046875 +-0.184570312500 +-0.147460937500 +-0.016113281250 +-0.003021240234 +-0.051025390625 +0.001777648926 +0.173828125000 +0.068847656250 +-0.203125000000 +-0.016479492188 +-0.061523437500 +-0.110351562500 +-0.122558593750 +-0.060302734375 +-0.090820312500 +0.123535156250 +-0.101562500000 +0.306640625000 +-0.139648437500 +-0.024169921875 +-0.029785156250 +0.020874023438 +-0.102539062500 +-0.089355468750 +0.136718750000 +0.199218750000 +0.020507812500 +0.105468750000 +0.075683593750 +0.082031250000 +-0.079589843750 +0.092285156250 +-0.139648437500 +0.065917968750 +0.068359375000 +-0.159179687500 +0.078125000000 +0.028320312500 +-0.116699218750 +-0.083007812500 +-0.006042480469 +0.119140625000 +0.084960937500 +-0.028930664062 +-0.059082031250 +0.017944335938 +-0.388671875000 +0.024047851562 +-0.257812500000 +0.095214843750 +-0.104492187500 +-0.087890625000 +0.140625000000 +-0.105957031250 +-0.105957031250 +-0.125976562500 +-0.191406250000 +-0.051757812500 +0.102539062500 +-0.251953125000 +0.072753906250 +0.130859375000 +-0.021850585938 +-0.019287109375 +-0.044921875000 +-0.208007812500 +-0.035888671875 +-0.103027343750 +-0.188476562500 +-0.032714843750 +-0.079589843750 +-0.069335937500 +0.054443359375 +-0.086425781250 +-0.003005981445 +-0.034667968750 +-0.023681640625 +0.120117187500 +-0.088867187500 +-0.049560546875 +0.069335937500 +0.051757812500 +-0.198242187500 +-0.033203125000 +0.012268066406 +0.045410156250 +0.004730224609 +0.150390625000 +-0.088378906250 +-0.024902343750 +-0.067382812500 +-0.105957031250 +0.036132812500 +-0.120605468750 +-0.111328125000 +0.009338378906 +0.001869201660 +-0.086425781250 +0.021362304688 +-0.253906250000 +0.008911132812 +0.081542968750 +-0.038818359375 +0.072753906250 +0.017456054688 +-0.045898437500 +-0.144531250000 +0.231445312500 +-0.190429687500 +-0.093261718750 +0.147460937500 +-0.021484375000 +-0.106445312500 +0.045898437500 +-0.173828125000 +-0.110351562500 +-0.026489257812 +0.112304687500 +-0.085937500000 +-0.122558593750 +-0.119140625000 +-0.041015625000 +-0.004394531250 +-0.097656250000 +0.088867187500 +0.088378906250 +-0.196289062500 +0.125000000000 +-0.145507812500 +0.026123046875 +-0.129882812500 +-0.088378906250 +-0.088867187500 +-0.008911132812 +0.015625000000 +-0.099121093750 +0.036865234375 +-0.121582031250 +0.000858306885 +-0.304687500000 +0.016113281250 +0.117187500000 +-0.081542968750 +-0.223632812500 +-0.153320312500 +-0.047363281250 +-0.261718750000 +0.174804687500 +-0.001091003418 +-0.189453125000 +-0.045166015625 +-0.133789062500 +-0.005859375000 +-0.022460937500 +0.219726562500 +-0.218750000000 +-0.002441406250 +0.178710937500 +-0.145507812500 +0.149414062500 +-0.033935546875 +0.021118164062 +-0.035156250000 +-0.100097656250 +0.004669189453 +0.010070800781 +-0.213867187500 +0.054687500000 +0.054931640625 +-0.006591796875 +-0.140625000000 +-0.011169433594 +-0.171875000000 +-0.163085937500 +0.071777343750 +0.154296875000 +-0.088867187500 +-0.013427734375 +0.059570312500 +0.041015625000 +0.132812500000 +-0.009338378906 +-0.170898437500 +-0.002456665039 +-0.016235351562 +-0.022827148438 +-0.075195312500 +-0.192382812500 +-0.091796875000 +-0.068359375000 +-0.275390625000 +0.041259765625 +0.049560546875 +-0.122558593750 +-0.014587402344 +-0.189453125000 +0.078613281250 +-0.062500000000 +0.312500000000 +0.200195312500 +-0.267578125000 +0.037109375000 +-0.007812500000 +-0.107910156250 +0.041992187500 +-0.006927490234 +-0.214843750000 +-0.084472656250 +-0.060546875000 +-0.269531250000 +-0.116210937500 +0.014221191406 +0.078613281250 +0.110351562500 +-0.359375000000 +0.009277343750 +0.231445312500 +-0.006530761719 +0.035156250000 +-0.194335937500 +-0.090820312500 +-0.008056640625 +-0.006774902344 +-0.036865234375 +0.041259765625 +-0.041259765625 +-0.108398437500 +-0.074218750000 +0.078125000000 +-0.050048828125 +0.106933593750 +0.150390625000 +-0.127929687500 +0.143554687500 +-0.050048828125 +0.105468750000 +-0.028930664062 +-0.061035156250 +-0.027954101562 +-0.045898437500 +-0.156250000000 +0.028320312500 +-0.039062500000 +0.092285156250 +-0.079589843750 +-0.033935546875 +-0.351562500000 +-0.004913330078 +0.068359375000 +0.009765625000 +-0.078613281250 +-0.038085937500 +-0.049804687500 +0.051513671875 +-0.251953125000 +-0.159179687500 +-0.136718750000 +0.218750000000 +-0.251953125000 +0.001213073730 +0.079589843750 +-0.083984375000 +-0.367187500000 +-0.045166015625 +0.131835937500 +0.116210937500 +-0.043945312500 +-0.108886718750 +-0.040039062500 +0.022827148438 +0.123535156250 +0.029174804688 +-0.068359375000 +-0.046875000000 +-0.212890625000 +-0.031250000000 +0.090820312500 +0.057617187500 +0.118164062500 +-0.083496093750 +0.064941406250 +-0.062011718750 +0.093750000000 +-0.017333984375 +-0.111816406250 +0.079101562500 +0.040771484375 +0.034912109375 +-0.141601562500 +0.014892578125 +-0.034912109375 +0.102050781250 +-0.096679687500 +-0.083496093750 +-0.232421875000 +0.008239746094 +0.072753906250 +0.425781250000 +0.082031250000 +-0.113281250000 +0.004364013672 +0.018188476562 +0.243164062500 +0.064453125000 +-0.051269531250 +-0.162109375000 +-0.188476562500 +0.083007812500 +0.100097656250 +0.056884765625 +0.004699707031 +0.155273437500 +-0.019897460938 +-0.085449218750 +-0.029052734375 +0.010192871094 +0.010803222656 +-0.063476562500 +0.108886718750 +-0.734375000000 +-0.095214843750 +0.291015625000 +-0.091796875000 +-0.029541015625 +-0.120117187500 +-0.153320312500 +-0.357421875000 +-0.052246093750 +0.104980468750 +0.005889892578 +0.015625000000 +-0.070312500000 +-0.062988281250 +-0.078613281250 +-0.052490234375 +0.032714843750 +-0.010681152344 +0.072265625000 +-0.180664062500 +0.038574218750 +-0.039550781250 +-0.053222656250 +-0.047851562500 +0.008117675781 +-0.055908203125 +0.074707031250 +-0.129882812500 +0.000206947327 +0.005798339844 +0.008850097656 +-0.125000000000 +-0.088378906250 +-0.092285156250 +-0.023925781250 +0.049560546875 +0.003936767578 +-0.040283203125 +-0.002563476562 +-0.046875000000 +0.068847656250 +-0.102050781250 +0.155273437500 +0.144531250000 +-0.059326171875 +-0.170898437500 +0.003158569336 +-0.151367187500 +-0.129882812500 +0.007324218750 +-0.076660156250 +-0.143554687500 +-0.048339843750 +0.046630859375 +0.011413574219 +-0.013000488281 +0.061035156250 +-0.474609375000 +-0.092773437500 +0.014892578125 +-0.080566406250 +0.071289062500 +-0.269531250000 +0.041992187500 +-1.234375000000 +-0.114746093750 +0.046142578125 +-0.285156250000 +0.037353515625 +0.150390625000 +-0.032226562500 +0.166992187500 +0.048828125000 +-0.134765625000 +-0.060058593750 +0.139648437500 +-0.146484375000 +0.026000976562 +0.048583984375 +0.073730468750 +-0.074218750000 +0.121093750000 +0.134765625000 +-0.019165039062 +0.035644531250 +-0.140625000000 +0.085937500000 +-0.269531250000 +0.020019531250 +0.145507812500 +0.191406250000 +-0.902343750000 +0.150390625000 +-0.047119140625 +-0.343750000000 +0.038085937500 +-0.190429687500 +-0.121093750000 +0.388671875000 +0.296875000000 +-0.096191406250 +0.005035400391 +-0.049072265625 +0.072753906250 +0.007049560547 +0.302734375000 +-0.052246093750 +-0.008789062500 +0.046386718750 +0.196289062500 +-0.253906250000 +0.181640625000 +-0.046142578125 +-0.127929687500 +0.104492187500 +-0.095703125000 +0.167968750000 +-0.111816406250 +-0.283203125000 +-0.005981445312 +0.002273559570 +-0.150390625000 +-0.017211914062 +0.055419921875 +0.095703125000 +0.139648437500 +-0.253906250000 +-0.132812500000 +-0.796875000000 +0.136718750000 +0.000667572021 +-0.208007812500 +0.192382812500 +0.223632812500 +-0.234375000000 +0.111328125000 +0.121093750000 +-0.211914062500 +0.007934570312 +0.050537109375 +-0.304687500000 +-0.016479492188 +-0.037109375000 +-0.353515625000 +-0.125976562500 +-0.159179687500 +-0.014160156250 +0.083496093750 +0.116699218750 +-0.130859375000 +0.015014648438 +-0.165039062500 +-0.032226562500 +0.021972656250 +-0.049804687500 +-0.166015625000 +0.034423828125 +0.136718750000 +0.045410156250 +-0.106933593750 +-0.353515625000 +-0.134765625000 +-0.001747131348 +0.175781250000 +-0.131835937500 +0.083984375000 +-0.071777343750 +-0.073242187500 +-0.037597656250 +-0.107421875000 +0.118652343750 +-0.162109375000 +-0.062500000000 +0.062255859375 +0.068359375000 +0.025634765625 +-0.015747070312 +-0.139648437500 +-0.057617187500 +-0.086914062500 +-0.021240234375 +0.149414062500 +-0.073730468750 +-0.105468750000 +-0.215820312500 +0.151367187500 +-0.032470703125 +-0.032714843750 +0.050292968750 +0.173828125000 +-0.226562500000 +-0.100585937500 +0.066406250000 +0.149414062500 +0.236328125000 +0.051025390625 +0.083984375000 +-0.163085937500 +-0.361328125000 +0.316406250000 +0.044677734375 +0.140625000000 +0.026000976562 +-0.112792968750 +-0.008300781250 +-0.066406250000 +-0.003936767578 +-0.119628906250 +0.087890625000 +-0.096191406250 +-0.103515625000 +0.188476562500 +0.160156250000 +0.003387451172 +-0.143554687500 +-0.049804687500 +0.168945312500 +0.084960937500 +-0.048339843750 +0.052246093750 +0.083984375000 +0.066406250000 +0.010620117188 +-0.114257812500 +-0.246093750000 +0.096679687500 +0.114746093750 +-0.091796875000 +0.016113281250 +-0.009460449219 +-0.081542968750 +-0.041992187500 +-0.031494140625 +-0.197265625000 +-0.134765625000 +-0.156250000000 +-0.073730468750 +-0.064453125000 +-0.021972656250 +0.052490234375 +-0.025634765625 +-0.070312500000 +0.201171875000 +0.279296875000 +-0.191406250000 +0.178710937500 +0.202148437500 +-0.034423828125 +0.042968750000 +-0.038085937500 +-0.006164550781 +-0.039306640625 +0.089355468750 +0.118652343750 +-0.008605957031 +-0.215820312500 +0.092773437500 +0.217773437500 +-0.058105468750 +0.253906250000 +0.125976562500 +0.193359375000 +-0.093261718750 +-0.117675781250 +-0.166992187500 +0.392578125000 +0.025146484375 +0.014404296875 +-0.083984375000 +0.030883789062 +-0.071777343750 +-0.055175781250 +0.045898437500 +-0.161132812500 +0.055664062500 +-0.316406250000 +0.205078125000 +-0.396484375000 +-0.492187500000 +0.113281250000 +0.164062500000 +-0.016357421875 +-0.005981445312 +-0.009704589844 +-0.026733398438 +-0.001106262207 +-0.051269531250 +-0.212890625000 +0.023803710938 +0.138671875000 +0.018920898438 +-0.013488769531 +0.013916015625 +0.101074218750 +-0.062255859375 +0.066894531250 +-0.000183105469 +-0.136718750000 +0.000013709068 +0.037109375000 +0.092773437500 +-0.020629882812 +0.023925781250 +0.002014160156 +0.017700195312 +0.100585937500 +-0.044677734375 +-0.034667968750 +0.119140625000 +-0.112304687500 +-0.040283203125 +-0.180664062500 +-0.023071289062 +0.057128906250 +0.100097656250 +-0.098144531250 +-0.046142578125 +-0.112792968750 +-0.179687500000 +-0.255859375000 +-0.098144531250 +0.096679687500 +-0.019287109375 +0.239257812500 +-0.267578125000 +-0.062011718750 +0.031738281250 +-0.212890625000 +-0.176757812500 +0.146484375000 +0.014587402344 +-0.075195312500 +0.166992187500 +-0.048583984375 +0.008239746094 +-0.055175781250 +-0.107421875000 +-0.059326171875 +0.064941406250 +0.009155273438 +-0.025268554688 +-0.190429687500 +-0.056640625000 +-0.093261718750 +-0.152343750000 +-0.208984375000 +0.050048828125 +0.047851562500 +-0.146484375000 +-0.072265625000 +0.061035156250 +-0.043945312500 +-0.229492187500 +-0.150390625000 +0.149414062500 +-0.056884765625 +-0.066894531250 +-0.333984375000 +-0.145507812500 +0.247070312500 +-0.187500000000 +0.097656250000 +-0.076660156250 +0.113281250000 +-0.187500000000 +-0.031005859375 +0.113281250000 +-0.316406250000 +-0.009216308594 +0.015197753906 +0.188476562500 +0.020263671875 +-0.046875000000 +0.076660156250 +0.013854980469 +-0.093261718750 +-0.181640625000 +0.079101562500 +-0.130859375000 +-0.133789062500 +-0.241210937500 +-0.006927490234 +0.132812500000 +0.208984375000 +0.083984375000 +-0.177734375000 +-0.285156250000 +0.045898437500 +-0.117675781250 +-0.101074218750 +-0.128906250000 +-0.095214843750 +-0.053955078125 +-0.019897460938 +0.128906250000 +-0.106933593750 +-0.034423828125 +-0.092285156250 +-0.072753906250 +0.026611328125 +-0.037841796875 +-0.050292968750 +0.159179687500 +0.116699218750 +-0.145507812500 +-0.060058593750 +-0.166015625000 +0.125000000000 +0.021728515625 +-0.162109375000 +-0.056152343750 +0.204101562500 +0.005493164062 +-0.114746093750 +0.161132812500 +-0.183593750000 +-0.017211914062 +-0.021606445312 +-0.095214843750 +0.060058593750 +-0.121582031250 +0.136718750000 +0.080566406250 +0.010131835938 +0.100097656250 +0.069335937500 +-0.656250000000 +0.515625000000 +0.002929687500 +0.064941406250 +-0.087890625000 +0.101074218750 +0.068359375000 +0.214843750000 +0.165039062500 +-0.030273437500 +-0.090332031250 +0.142578125000 +-0.142578125000 +0.229492187500 +0.105957031250 +0.171875000000 +0.038574218750 +0.045654296875 +-0.140625000000 +0.128906250000 +0.049804687500 +-0.163085937500 +-0.077148437500 +0.008666992188 +-0.361328125000 +-0.123535156250 +-0.150390625000 +-0.105468750000 +-0.126953125000 +-0.136718750000 +0.073242187500 +0.086914062500 +-0.218750000000 +0.085937500000 +0.063964843750 +-0.062988281250 +-0.133789062500 +-0.083496093750 +-0.171875000000 +-0.100097656250 +0.285156250000 +0.201171875000 +0.015625000000 +0.049072265625 +-0.106445312500 +-0.222656250000 +-0.061035156250 +-0.060302734375 +-0.092285156250 +-0.228515625000 +0.052978515625 +-0.005859375000 +0.192382812500 +-0.150390625000 +-0.271484375000 +0.126953125000 +-0.171875000000 +0.097167968750 +-0.320312500000 +0.025390625000 +0.003234863281 +-0.095214843750 +0.134765625000 +-0.063964843750 +0.017456054688 +0.128906250000 +0.219726562500 +0.007476806641 +0.039794921875 +-0.059326171875 +0.083496093750 +-0.211914062500 +-0.012268066406 +0.020141601562 +-0.083007812500 +-0.048583984375 +0.041503906250 +-0.400390625000 +0.033447265625 +0.106445312500 +0.179687500000 +0.001197814941 +-0.199218750000 +-0.026245117188 +-0.246093750000 +-0.062255859375 +-0.172851562500 +-0.014526367188 +-0.227539062500 +-0.101562500000 +-0.275390625000 +-0.199218750000 +-0.011047363281 +0.141601562500 +-0.127929687500 +0.233398437500 +-0.257812500000 +-0.132812500000 +-0.088867187500 +0.065429687500 +-0.073730468750 +0.045410156250 +-0.239257812500 +-0.096191406250 +0.138671875000 +0.129882812500 +-0.131835937500 +0.110351562500 +-0.130859375000 +0.017944335938 +-0.015991210938 +-0.161132812500 +0.076660156250 +-0.628906250000 +0.119140625000 +-0.021240234375 +-0.341796875000 +-0.150390625000 +-0.332031250000 +-0.224609375000 +0.302734375000 +0.030273437500 +-0.373046875000 +0.067382812500 +-0.068847656250 +0.166992187500 +-0.011962890625 +0.056396484375 +0.072265625000 +0.055908203125 +-0.332031250000 +-0.037353515625 +-0.065429687500 +-0.008911132812 +0.061279296875 +-0.324218750000 +0.249023437500 +-0.005126953125 +0.075195312500 +-0.074707031250 +-0.209960937500 +0.123046875000 +-0.109863281250 +-0.302734375000 +-0.178710937500 +-0.032470703125 +-0.076660156250 +-0.018066406250 +-0.094726562500 +-0.053222656250 +0.079101562500 +0.097167968750 +0.125976562500 +-0.160156250000 +-0.265625000000 +-0.198242187500 +0.132812500000 +0.071777343750 +-0.066406250000 +-0.016845703125 +-0.146484375000 +-0.047119140625 +-0.014221191406 +0.075195312500 +0.127929687500 +0.134765625000 +-0.205078125000 +-0.122070312500 +0.050048828125 +0.095703125000 +-0.371093750000 +-0.126953125000 +-0.008728027344 +-0.151367187500 +0.017333984375 +0.015319824219 +-0.092773437500 +-0.179687500000 +0.103027343750 +0.359375000000 +0.125000000000 +-0.419921875000 +-0.005157470703 +-0.128906250000 +0.135742187500 +0.045898437500 +-0.253906250000 +0.141601562500 +-0.124023437500 +0.038085937500 +-0.015502929688 +0.031738281250 +-0.090820312500 +0.030273437500 +0.215820312500 +-0.062011718750 +-0.026489257812 +-0.123535156250 +0.072753906250 +-0.083496093750 +0.125976562500 +-0.003860473633 +-0.103027343750 +0.053955078125 +-0.083984375000 +-0.032714843750 +-0.038085937500 +0.140625000000 +0.024169921875 +-0.105957031250 +-0.086914062500 +-0.050048828125 +0.179687500000 +0.118164062500 +-0.013122558594 +-0.067871093750 +0.203125000000 +-0.060058593750 +-0.292968750000 +-0.333984375000 +0.239257812500 +-0.075195312500 +-0.029663085938 +0.010070800781 +0.049804687500 +-0.005462646484 +0.138671875000 +0.027587890625 +-0.042236328125 +0.141601562500 +0.001419067383 +-0.104003906250 +-0.032958984375 +0.131835937500 +-0.157226562500 +0.248046875000 +0.126953125000 +0.083007812500 +0.019775390625 +-0.117675781250 +0.031738281250 +0.132812500000 +-0.106933593750 +-0.273437500000 +-0.025756835938 +-0.248046875000 +-0.030151367188 +-0.107910156250 +0.082519531250 +0.068359375000 +-0.546875000000 +-0.059814453125 +0.078125000000 +0.250000000000 +0.193359375000 +-0.070800781250 +0.031250000000 +-0.000896453857 +-0.068847656250 +-0.036865234375 +-0.013977050781 +-0.069824218750 +0.075683593750 +0.007812500000 +0.187500000000 +-0.030761718750 +-0.020996093750 +-0.013671875000 +-0.049560546875 +-0.087890625000 +0.046875000000 +-0.019165039062 +0.007873535156 +-0.099609375000 +-0.345703125000 +-0.090332031250 +-0.032470703125 +-0.004486083984 +0.082519531250 +-0.010192871094 +0.119628906250 +0.089843750000 +-0.351562500000 +-0.429687500000 +0.042236328125 +0.076171875000 +-0.080566406250 +0.062500000000 +-0.043945312500 +0.098144531250 +0.077636718750 +0.019042968750 +-0.022583007812 +-0.083007812500 +-0.024780273438 +0.001502990723 +-0.216796875000 +-0.028442382812 +0.092773437500 +-0.112304687500 +0.113769531250 +0.068359375000 +-0.041503906250 +-0.117675781250 +0.008178710938 +0.028076171875 +-0.003814697266 +-0.226562500000 +-0.020751953125 +-0.216796875000 +0.051025390625 +-0.000862121582 +0.216796875000 +-0.000071525574 +-0.064941406250 +-0.198242187500 +-0.012329101562 +-0.218750000000 +-0.025024414062 +0.024414062500 +-0.386718750000 +0.166992187500 +0.013916015625 +0.047607421875 +0.025024414062 +0.217773437500 +-0.244140625000 +-0.062988281250 +-0.100585937500 +-0.012878417969 +0.330078125000 +-0.203125000000 +-0.148437500000 +0.031738281250 +-0.114257812500 +-0.068847656250 +0.049316406250 +0.068359375000 +-0.099609375000 +0.081054687500 +0.036621093750 +-0.017944335938 +0.141601562500 +-0.223632812500 +0.057861328125 +-0.072753906250 +0.112792968750 +-0.183593750000 +-0.035888671875 +0.084960937500 +-0.151367187500 +0.037109375000 +-0.135742187500 +-0.054687500000 +0.044677734375 +-0.126953125000 +-0.019165039062 +-0.020629882812 +0.011047363281 +-1.125000000000 +-0.087890625000 +0.078125000000 +0.026855468750 +0.119140625000 +0.232421875000 +-0.034423828125 +-0.188476562500 +0.045410156250 +-0.148437500000 +0.092773437500 +-0.072265625000 +0.019165039062 +-0.053955078125 +0.059570312500 +0.166015625000 +-0.216796875000 +-0.047607421875 +0.033935546875 +0.003189086914 +-0.101074218750 +0.040039062500 +-0.026611328125 +0.052978515625 +0.063964843750 +-0.227539062500 +0.047851562500 +0.058837890625 +-0.173828125000 +0.049072265625 +-0.224609375000 +0.218750000000 +-0.139648437500 +0.118652343750 +0.009521484375 +0.355468750000 +0.000728607178 +-0.003585815430 +-0.308593750000 +-0.069335937500 +-0.059814453125 +0.136718750000 +0.031982421875 +-0.198242187500 +0.119140625000 +-0.020507812500 +-0.061279296875 +0.023681640625 +-0.218750000000 +-0.013366699219 +-0.118652343750 +-0.018920898438 +-0.609375000000 +0.019042968750 +0.167968750000 +-0.014526367188 +-0.263671875000 +-0.036865234375 +-0.107910156250 +0.051269531250 +0.014892578125 +-0.009094238281 +0.007476806641 +0.043457031250 +-1.453125000000 +-0.097167968750 +-0.050537109375 +-0.273437500000 +0.105957031250 +0.173828125000 +-0.108398437500 +-0.124023437500 +-0.026855468750 +-0.153320312500 +-0.032714843750 +-0.031005859375 +0.173828125000 +0.046386718750 +0.257812500000 +-0.211914062500 +-0.143554687500 +0.046630859375 +-0.003662109375 +-0.030639648438 +-0.154296875000 +0.035156250000 +-0.076660156250 +-0.049316406250 +0.030395507812 +-0.108886718750 +0.161132812500 +-0.072265625000 +0.161132812500 +-0.003723144531 +0.202148437500 +0.135742187500 +-0.042968750000 +0.080566406250 +0.083007812500 +-0.225585937500 +0.070800781250 +-0.024169921875 +0.110839843750 +0.281250000000 +0.061523437500 +0.191406250000 +0.007385253906 +-0.020507812500 +-0.235351562500 +-0.030517578125 +-0.050292968750 +0.091796875000 +-0.190429687500 +0.088378906250 +0.046142578125 +0.088867187500 +-0.151367187500 +-0.013305664062 +0.138671875000 +-0.092773437500 +-0.160156250000 +-0.013793945312 +-0.172851562500 +0.086425781250 +-0.041748046875 +0.013977050781 +-1.500000000000 +0.091308593750 +0.065429687500 +0.076171875000 +0.072753906250 +-0.046386718750 +0.043945312500 +0.273437500000 +0.005249023438 +-0.063964843750 +-0.302734375000 +0.041992187500 +0.171875000000 +0.245117187500 +0.369140625000 +-0.058349609375 +0.008483886719 +-0.048339843750 +-0.173828125000 +0.125976562500 +0.023437500000 +0.025146484375 +-0.102050781250 +0.076660156250 +-0.069335937500 +-0.566406250000 +0.013427734375 +0.214843750000 +-0.104980468750 +-0.159179687500 +0.173828125000 +-0.679687500000 +-0.062500000000 +-0.221679687500 +-0.043945312500 +-0.092773437500 +0.127929687500 +0.077636718750 +-0.121582031250 +-0.028686523438 +0.011169433594 +-0.009094238281 +-0.050781250000 +0.056396484375 +-0.117187500000 +0.191406250000 +-0.026367187500 +-0.034423828125 +-0.026489257812 +-0.097167968750 +0.030883789062 +0.100097656250 +-0.081542968750 +-0.067871093750 +-0.037841796875 +0.072265625000 +0.106445312500 +0.071777343750 +-0.043457031250 +0.026611328125 +-0.621093750000 +0.121582031250 +-0.084960937500 +0.055664062500 +-0.168945312500 +-0.036376953125 +0.041259765625 +-0.002975463867 +0.055175781250 +-0.217773437500 +-0.183593750000 +0.115722656250 +0.060791015625 +-0.361328125000 +-0.154296875000 +-0.220703125000 +-0.051513671875 +0.200195312500 +-0.082031250000 +0.084472656250 +0.128906250000 +-0.164062500000 +-0.005157470703 +-0.117187500000 +0.050048828125 +0.083007812500 +-0.235351562500 +0.020141601562 +0.052490234375 +-0.777343750000 +-0.022460937500 +-0.042480468750 +0.167968750000 +-0.202148437500 +-0.131835937500 +-0.353515625000 +-0.271484375000 +-0.190429687500 +-0.045898437500 +-0.104003906250 +0.183593750000 +-0.054687500000 +-0.067382812500 +-0.138671875000 +-0.000343322754 +0.121582031250 +-0.100097656250 +-0.025024414062 +-0.150390625000 +0.114746093750 +0.099609375000 +-0.031494140625 +-0.294921875000 +-0.082519531250 +-0.008605957031 +-0.032958984375 +-0.073730468750 +-0.021362304688 +0.129882812500 +0.142578125000 +0.175781250000 +0.012756347656 +0.108886718750 +-0.103027343750 +-0.373046875000 +-0.054443359375 +-0.104492187500 +-0.019165039062 +0.250000000000 +-0.041015625000 +-0.067871093750 +0.047119140625 +0.029663085938 +0.050537109375 +-0.116210937500 +-0.100585937500 +-0.096679687500 +0.138671875000 +-0.018310546875 +-0.052490234375 +0.109375000000 +0.069335937500 +0.097167968750 +-0.129882812500 +0.026977539062 +-0.101562500000 +-0.049804687500 +0.032470703125 +-0.058105468750 +-0.102539062500 +0.024414062500 +0.077148437500 +-0.034667968750 +-1.031250000000 +-0.044189453125 +0.005920410156 +0.106445312500 +-0.294921875000 +0.142578125000 +-0.103027343750 +-0.056884765625 +0.060058593750 +-0.051025390625 +0.034423828125 +-0.035644531250 +0.209960937500 +0.003707885742 +-0.322265625000 +0.112792968750 +0.074218750000 +-0.019287109375 +-0.183593750000 +-0.033203125000 +-0.189453125000 +-0.066406250000 +-0.113281250000 +-0.308593750000 +-0.043945312500 +-0.062500000000 +0.064453125000 +-0.240234375000 +0.035888671875 +-0.218750000000 +-0.140625000000 +-0.144531250000 +-0.064453125000 +0.032470703125 +-0.043212890625 +0.039794921875 +0.060058593750 +-0.020263671875 +-0.007934570312 +0.103027343750 +0.007141113281 +0.014770507812 +-0.197265625000 +0.189453125000 +0.008911132812 +0.066894531250 +0.250000000000 +0.054443359375 +-0.231445312500 +-0.031738281250 +-0.082031250000 +0.089843750000 +0.111328125000 +-0.031127929688 +0.164062500000 +-0.114257812500 +-0.034667968750 +0.023315429688 +-0.036376953125 +0.211914062500 +-0.106445312500 +-0.011413574219 +-0.310546875000 +-0.103515625000 +-0.447265625000 +-0.016601562500 +-0.012023925781 +0.169921875000 +-0.233398437500 +0.289062500000 +0.135742187500 +-0.143554687500 +-0.041992187500 +0.031494140625 +-0.088867187500 +0.090820312500 +0.312500000000 +-0.025756835938 +0.135742187500 +0.123046875000 +0.054199218750 +-0.082519531250 +-0.227539062500 +0.113281250000 +-0.077148437500 +0.040283203125 +0.018066406250 +-0.250000000000 +0.021240234375 +-0.012634277344 +0.095703125000 +0.089355468750 +0.030029296875 +-0.000705718994 +-0.101074218750 +-0.110351562500 +0.197265625000 +-0.002075195312 +0.068847656250 +-0.050048828125 +0.086914062500 +-0.020874023438 +-0.016723632812 +0.049560546875 +-0.033691406250 +0.004577636719 +0.082031250000 +0.114746093750 +0.248046875000 +-0.019165039062 +0.129882812500 +-0.314453125000 +0.014343261719 +-0.022094726562 +-0.084960937500 +0.039794921875 +-0.015869140625 +0.102539062500 +0.062988281250 +0.251953125000 +-0.036621093750 +-0.113769531250 +0.116210937500 +0.093261718750 +0.005371093750 +-0.048339843750 +0.148437500000 +-0.037841796875 +0.052246093750 +-0.037109375000 +-0.022583007812 +0.050048828125 +-0.203125000000 +-0.007354736328 +-0.259765625000 +-0.135742187500 +-0.073242187500 +-0.040771484375 +0.069824218750 +0.100097656250 +0.263671875000 +0.019531250000 +-0.226562500000 +0.105468750000 +-0.006713867188 +-0.028442382812 +0.142578125000 +-0.016235351562 +-0.176757812500 +0.043945312500 +0.072753906250 +0.054931640625 +-0.036132812500 +-0.138671875000 +0.294921875000 +-0.046875000000 +0.026367187500 +0.132812500000 +0.014282226562 +0.092285156250 +-0.062988281250 +0.034423828125 +-0.088378906250 +0.016967773438 +-0.134765625000 +-0.068847656250 +0.033691406250 +-0.059814453125 +-0.030395507812 +-0.024536132812 +0.073730468750 +-0.244140625000 +0.103027343750 +0.211914062500 +-0.059082031250 +0.136718750000 +0.103027343750 +0.067382812500 +0.113769531250 +0.051025390625 +-0.081054687500 +-0.059814453125 +0.042480468750 +-0.135742187500 +0.164062500000 +0.079589843750 +0.107910156250 +-0.045410156250 +-0.037597656250 +0.171875000000 +-0.036132812500 +-0.018676757812 +0.096191406250 +-0.131835937500 +0.044677734375 +-0.023803710938 +-0.064453125000 +-0.049560546875 +-0.154296875000 +-0.076171875000 +-0.024902343750 +-0.067382812500 +-0.004455566406 +0.055664062500 +0.233398437500 +-0.063964843750 +0.359375000000 +-0.163085937500 +-0.018432617188 +0.118652343750 +0.178710937500 +0.070312500000 +-0.605468750000 +0.104980468750 +0.011230468750 +-0.061035156250 +0.059326171875 +0.066406250000 +0.025512695312 +-0.105957031250 +0.059326171875 +0.037353515625 +-0.009765625000 +0.173828125000 +0.051757812500 +0.002761840820 +0.160156250000 +-0.003936767578 +-0.192382812500 +-0.073242187500 +-0.041992187500 +-0.010742187500 +-0.115722656250 +0.049804687500 +0.067871093750 +-0.141601562500 +-0.053466796875 +-0.114746093750 +-0.039062500000 +0.031250000000 +0.033203125000 +0.201171875000 +-0.153320312500 +-0.145507812500 +0.043945312500 +0.412109375000 +-0.062988281250 +-0.176757812500 +0.115234375000 +-0.022705078125 +-0.070800781250 +0.013732910156 +-0.045410156250 +-0.076660156250 +-0.043457031250 +0.052001953125 +0.009582519531 +-0.034912109375 +0.096679687500 +0.005218505859 +0.118652343750 +0.060302734375 +-0.203125000000 +-0.009826660156 +-0.152343750000 +-0.091796875000 +-0.132812500000 +0.028442382812 +0.191406250000 +-0.051269531250 +-0.119628906250 +0.103515625000 +-0.208984375000 +0.037109375000 +-0.056396484375 +0.067871093750 +0.300781250000 +0.219726562500 +0.016601562500 +-0.085937500000 +-0.172851562500 +-0.040771484375 +0.040039062500 +-0.090820312500 +0.144531250000 +-0.134765625000 +-0.058593750000 +0.312500000000 +0.031982421875 +-0.012207031250 +0.235351562500 +0.028564453125 +0.058837890625 +0.002624511719 +-0.087890625000 +0.024536132812 +0.179687500000 +-0.000373840332 +0.032470703125 +-0.191406250000 +0.084472656250 +0.001197814941 +-0.025634765625 +-0.247070312500 +-0.091308593750 +0.111816406250 +-0.096191406250 +0.010498046875 +0.039794921875 +0.316406250000 +0.145507812500 +-0.097656250000 +-0.071289062500 +-0.007812500000 +-0.191406250000 +-0.110839843750 +0.092773437500 +0.125000000000 +-0.109375000000 +0.095214843750 +-0.176757812500 +-0.053955078125 +0.020263671875 +0.042968750000 +-0.058593750000 +0.033935546875 +-0.757812500000 +-0.011840820312 +-0.066894531250 +0.075683593750 +-0.075683593750 +0.033203125000 +0.226562500000 +-0.015441894531 +-0.068847656250 +-0.067382812500 +-0.244140625000 +0.123046875000 +-0.011230468750 +-0.656250000000 +-0.169921875000 +0.160156250000 +-0.146484375000 +-0.139648437500 +-0.146484375000 +-0.157226562500 +0.102539062500 +-0.180664062500 +0.240234375000 +-0.037109375000 +-0.108886718750 +-0.112304687500 +0.024169921875 +0.077148437500 +0.115234375000 +-0.129882812500 +0.249023437500 +-0.055419921875 +0.021362304688 +0.005493164062 +0.135742187500 +-0.023803710938 +0.062500000000 +-0.136718750000 +-0.253906250000 +-0.006164550781 +-0.129882812500 +-0.038330078125 +-0.130859375000 +-0.011474609375 +0.168945312500 +0.029663085938 +0.035888671875 +0.050537109375 +0.046630859375 +-0.062255859375 +0.017700195312 +-0.060546875000 +-0.046630859375 +-0.046142578125 +0.127929687500 +0.001144409180 +0.044921875000 +-0.010681152344 +0.015441894531 +0.028686523438 +0.176757812500 +0.098144531250 +0.079101562500 +0.100585937500 +-0.308593750000 +-0.004089355469 +-0.059570312500 +-0.017822265625 +-0.107910156250 +0.119628906250 +0.003448486328 +0.026611328125 +-0.484375000000 +-0.008422851562 +-0.126953125000 +0.026245117188 +0.078125000000 +-0.186523437500 +0.082031250000 +0.052978515625 +-0.248046875000 +-0.096679687500 +0.009338378906 +0.017578125000 +0.145507812500 +-0.154296875000 +0.151367187500 +0.178710937500 +-0.112792968750 +-0.139648437500 +-0.012145996094 +0.080078125000 +-0.081542968750 +-0.155273437500 +-0.075683593750 +-0.222656250000 +0.035400390625 +0.055419921875 +0.157226562500 +0.002944946289 +0.104980468750 +-0.255859375000 +-0.133789062500 +0.039550781250 +0.025146484375 +0.021606445312 +-0.267578125000 +0.069824218750 +-0.210937500000 +0.111328125000 +0.032226562500 +-0.019165039062 +-0.108886718750 +-0.170898437500 +0.088867187500 +-0.131835937500 +-0.073242187500 +-0.171875000000 +0.172851562500 +0.020507812500 +-0.073730468750 +0.011718750000 +-0.122558593750 +-0.128906250000 +0.029541015625 +-0.029785156250 +0.255859375000 +-0.046875000000 +-0.215820312500 +0.028564453125 +-0.002029418945 +-0.030029296875 +-0.000999450684 +-0.116699218750 +0.206054687500 +0.094238281250 +-0.296875000000 +0.034179687500 +0.189453125000 +-0.030517578125 +-0.167968750000 +-0.032226562500 +0.026245117188 +-0.030029296875 +0.090332031250 +-0.026733398438 +-0.015502929688 +-0.091308593750 +0.200195312500 +-0.208007812500 +0.191406250000 +0.029418945312 +-0.100097656250 +-0.039550781250 +0.117187500000 +0.058593750000 +0.018188476562 +-0.033935546875 +-0.047607421875 +-0.110351562500 +0.120605468750 +-0.084960937500 +0.142578125000 +0.028808593750 +0.235351562500 +-0.410156250000 +-0.152343750000 +0.032714843750 +0.052734375000 +-0.073730468750 +-0.083984375000 +-0.008178710938 +-0.226562500000 +0.062255859375 +-0.033935546875 +0.114746093750 +-0.078125000000 +0.246093750000 +0.027221679688 +-0.219726562500 +-0.059082031250 +0.100585937500 +0.074218750000 +0.078613281250 +-0.312500000000 +0.056640625000 +0.090820312500 +-0.146484375000 +-0.073242187500 +0.024414062500 +0.062988281250 +0.054199218750 +-0.226562500000 +0.067382812500 +-0.029907226562 +0.143554687500 +0.095703125000 +0.166015625000 +0.359375000000 +0.057617187500 +-0.163085937500 +0.039794921875 +0.128906250000 +-0.257812500000 +0.029418945312 +0.091796875000 +-0.034179687500 +0.011718750000 +-0.006500244141 +0.092285156250 +-0.042968750000 +-0.104980468750 +0.138671875000 +-0.151367187500 +0.281250000000 +-0.060302734375 +-0.093261718750 +-0.328125000000 +0.181640625000 +0.108886718750 +-0.035888671875 +-0.006591796875 +-0.063476562500 +0.091308593750 +-0.164062500000 +0.031738281250 +-0.141601562500 +0.013244628906 +0.184570312500 +-0.333984375000 +-0.137695312500 +-0.086425781250 +-0.092285156250 +0.031250000000 +-0.168945312500 +0.160156250000 +-0.050048828125 +-0.063476562500 +0.106445312500 +-0.003143310547 +0.078613281250 +0.312500000000 +-0.188476562500 +0.006103515625 +-0.096191406250 +-0.136718750000 +-0.173828125000 +0.053955078125 +0.033447265625 +-0.141601562500 +-0.077636718750 +-0.177734375000 +0.000291824341 +-0.032958984375 +0.089355468750 +-0.070312500000 +0.054931640625 +-0.168945312500 +0.016479492188 +0.004364013672 +-0.176757812500 +0.028198242188 +-0.234375000000 +-0.078613281250 +-0.001159667969 +-0.048828125000 +-0.332031250000 +0.050537109375 +-0.145507812500 +0.014282226562 +0.166992187500 +0.073730468750 +-0.141601562500 +-0.077636718750 +-0.193359375000 +-0.052490234375 +0.000732421875 +-0.013366699219 +0.030639648438 +0.106933593750 +-0.011230468750 +0.020629882812 +0.049316406250 +0.222656250000 +-0.007934570312 +0.085449218750 +0.004852294922 +0.181640625000 +0.032958984375 +0.042968750000 +0.004394531250 +0.062011718750 +0.087402343750 +-0.066406250000 +-0.062011718750 +0.098632812500 +-0.065917968750 +0.081054687500 +0.053466796875 +-0.093750000000 +0.230468750000 +0.040771484375 +-0.013305664062 +0.086425781250 +0.069335937500 +-0.091796875000 +0.099609375000 +-0.063476562500 +-0.257812500000 +0.067382812500 +0.070312500000 +-0.142578125000 +-0.090820312500 +0.073242187500 +0.026123046875 +-0.341796875000 +0.004058837891 +-0.033691406250 +0.087402343750 +-0.101562500000 +-0.012817382812 +-0.318359375000 +-0.027465820312 +-0.090332031250 +-0.104980468750 +0.090332031250 +-0.207031250000 +-0.245117187500 +-0.024047851562 +0.055175781250 +-0.367187500000 +0.138671875000 +0.063476562500 +-0.142578125000 +0.096191406250 +0.263671875000 +-0.196289062500 +-0.046875000000 +-0.010375976562 +0.136718750000 +-0.031982421875 +-0.126953125000 +0.021850585938 +0.028808593750 +0.045654296875 +-0.078125000000 +-0.029663085938 +-0.077148437500 +0.170898437500 +-0.001037597656 +-0.054931640625 +-0.055908203125 +0.033203125000 +-0.045166015625 +-0.016235351562 +0.010192871094 +-0.132812500000 +0.145507812500 +0.050048828125 +0.104980468750 +-0.007873535156 +-0.071777343750 +-0.229492187500 +-0.037353515625 +0.037353515625 +-0.024414062500 +-0.125000000000 +-0.617187500000 +-0.115722656250 +0.097167968750 +-0.002136230469 +0.037353515625 +0.068359375000 +0.020141601562 +0.032958984375 +0.052734375000 +-0.020263671875 +-0.220703125000 +0.025878906250 +-0.129882812500 +0.240234375000 +-0.006835937500 +0.141601562500 +0.168945312500 +-0.156250000000 +0.043701171875 +0.062011718750 +-0.032226562500 +-0.032714843750 +0.097167968750 +0.044921875000 +0.018432617188 +0.056396484375 +0.047851562500 +-0.287109375000 +0.029174804688 +-0.155273437500 +-0.306640625000 +-0.216796875000 +-0.013549804688 +-0.139648437500 +0.067871093750 +-0.185546875000 +0.096191406250 +-0.108398437500 +0.049072265625 +-0.218750000000 +0.067382812500 +-0.018432617188 +0.255859375000 +0.019897460938 +-0.074218750000 +0.020141601562 +-0.080566406250 +-0.129882812500 +0.016723632812 +-0.035644531250 +-0.022460937500 +-0.337890625000 +0.081542968750 +-0.035644531250 +-0.041015625000 +0.203125000000 +0.094726562500 +0.223632812500 +-0.017944335938 +-0.048583984375 +0.098144531250 +0.139648437500 +0.055908203125 +-0.117187500000 +-1.070312500000 +-0.072265625000 +-0.232421875000 +0.151367187500 +0.077636718750 +-0.039062500000 +-0.012634277344 +-0.144531250000 +0.105468750000 +-0.011230468750 +-0.277343750000 +-0.047607421875 +-0.185546875000 +-0.139648437500 +-0.119628906250 +0.015869140625 +0.120117187500 +-0.222656250000 +0.003219604492 +0.140625000000 +0.027099609375 +0.021240234375 +-0.171875000000 +0.080078125000 +-0.038085937500 +-0.203125000000 +-0.052734375000 +-0.660156250000 +-0.087890625000 +-0.165039062500 +-0.294921875000 +-0.020751953125 +-0.128906250000 +-0.144531250000 +0.190429687500 +0.180664062500 +0.173828125000 +-0.078125000000 +0.247070312500 +0.000459671021 +0.025024414062 +-0.002471923828 +-0.029541015625 +0.136718750000 +0.004119873047 +-0.055419921875 +-0.115722656250 +0.178710937500 +-0.088378906250 +0.171875000000 +-0.055419921875 +-0.925781250000 +0.046630859375 +-0.229492187500 +-0.063964843750 +0.339843750000 +0.070800781250 +-0.030883789062 +-0.010864257812 +0.080566406250 +0.009399414062 +-0.050048828125 +0.096679687500 +0.137695312500 +0.045654296875 +0.119628906250 +0.110351562500 +0.013977050781 +-0.019531250000 +0.037353515625 +-0.120605468750 +-0.052001953125 +-0.241210937500 +-0.204101562500 +0.046142578125 +0.056152343750 +-0.095703125000 +0.157226562500 +-0.019653320312 +0.363281250000 +-0.175781250000 +-0.228515625000 +-0.012329101562 +-0.002914428711 +0.069335937500 +-0.098632812500 +-0.285156250000 +0.009582519531 +-0.044677734375 +-0.253906250000 +-0.135742187500 +-0.126953125000 +-0.074218750000 +0.016967773438 +-0.201171875000 +-0.051513671875 +0.103027343750 +-0.507812500000 +0.039794921875 +0.194335937500 +0.097656250000 +-0.150390625000 +0.029418945312 +-0.041503906250 +0.064453125000 +0.033691406250 +-0.118652343750 +-0.031494140625 +0.075195312500 +-0.150390625000 +-0.414062500000 +-0.097656250000 +-0.056396484375 +-0.285156250000 +-0.086425781250 +-0.542968750000 +-0.155273437500 +-0.049072265625 +0.001396179199 +0.091308593750 +0.029663085938 +-0.144531250000 +0.082031250000 +-0.032226562500 +-0.040771484375 +0.051269531250 +-0.051269531250 +-0.013061523438 +0.096679687500 +-0.063964843750 +0.054199218750 +0.156250000000 +0.036865234375 +-0.041259765625 +0.174804687500 +0.059570312500 +0.121093750000 +-0.285156250000 +0.076171875000 +-0.047363281250 +-0.002441406250 +0.136718750000 +0.157226562500 +0.016113281250 +0.097656250000 +-0.359375000000 +0.070312500000 +-0.045410156250 +0.045898437500 +-0.059814453125 +0.000553131104 +-0.026855468750 +-0.045654296875 +-0.033203125000 +-0.007781982422 +0.024658203125 +-0.032470703125 +-0.144531250000 +0.058593750000 +-0.099609375000 +-0.130859375000 +-0.043701171875 +0.084960937500 +0.147460937500 +0.104492187500 +0.012939453125 +-0.054687500000 +-0.014648437500 +-0.099609375000 +0.011840820312 +0.039306640625 +0.049316406250 +0.015869140625 +-0.110839843750 +0.067871093750 +-0.006378173828 +0.138671875000 +-0.005676269531 +-0.147460937500 +0.005737304688 +-0.183593750000 +-0.027954101562 +-0.160156250000 +0.010253906250 +0.055175781250 +-0.333984375000 +0.004577636719 +0.032714843750 +-0.209960937500 +-0.161132812500 +-0.130859375000 +-0.010681152344 +-0.040039062500 +-0.017089843750 +0.021850585938 +0.056396484375 +-0.030395507812 +0.083007812500 +-0.052734375000 +-0.250000000000 +0.090332031250 +-0.151367187500 +0.017944335938 +0.147460937500 +-0.073730468750 +0.106445312500 +-0.024291992188 +0.055419921875 +-0.035644531250 +-0.263671875000 +-0.139648437500 +0.041503906250 +0.064941406250 +-0.087890625000 +-0.050781250000 +0.055175781250 +-0.014160156250 +0.013610839844 +0.005584716797 +-0.063964843750 +0.025146484375 +-0.131835937500 +0.073730468750 +-0.091796875000 +-0.021362304688 +-0.129882812500 +-0.255859375000 +-0.114746093750 +0.029174804688 +-0.079589843750 +-0.045898437500 +0.015441894531 +0.015991210938 +-0.015136718750 +0.073730468750 +0.024291992188 +-0.053955078125 +-0.099121093750 +-0.013122558594 +-0.033447265625 +-0.021972656250 +0.042724609375 +0.027832031250 +-0.048339843750 +-0.060791015625 +-0.037841796875 +-0.043457031250 +0.016113281250 +0.130859375000 +0.010620117188 +0.078613281250 +-0.088867187500 +-0.080078125000 +-0.139648437500 +-0.091796875000 +-0.076660156250 +0.024902343750 +-0.008544921875 +0.105957031250 +-0.236328125000 +-0.040039062500 +-0.034179687500 +-0.010375976562 +0.014343261719 +-0.076171875000 +-0.135742187500 +-0.005004882812 +-0.022094726562 +-0.089843750000 +-0.134765625000 +-0.028442382812 +-0.016113281250 +-0.136718750000 +0.029663085938 +-0.146484375000 +0.061035156250 +-0.023193359375 +-0.009643554688 +-0.030029296875 +0.032958984375 +-0.117675781250 +-0.033203125000 +0.042968750000 +-0.004089355469 +0.041259765625 +-0.042724609375 +-0.013366699219 +0.091308593750 +-0.002822875977 +-0.003936767578 +0.150390625000 +-0.201171875000 +-0.116699218750 +0.192382812500 +-0.003021240234 +0.003524780273 +-0.038085937500 +-0.056152343750 +0.165039062500 +0.120117187500 +0.082031250000 +0.046386718750 +-0.039794921875 +-0.167968750000 +-0.326171875000 +0.005615234375 +-0.139648437500 +-0.051513671875 +-0.143554687500 +0.019775390625 +-0.013305664062 +-0.009887695312 +-0.421875000000 +0.071289062500 +0.069824218750 +0.052001953125 +-0.851562500000 +-0.169921875000 +0.142578125000 +0.186523437500 +-0.087890625000 +0.017578125000 +-0.052001953125 +0.082519531250 +0.078125000000 +0.106445312500 +0.086914062500 +0.022216796875 +-0.151367187500 +-0.100585937500 +0.030029296875 +0.013732910156 +-0.010803222656 +-0.001358032227 +-0.079589843750 +-0.042968750000 +0.196289062500 +0.022705078125 +-0.024414062500 +-0.707031250000 +0.037841796875 +-0.195312500000 +-0.052490234375 +0.125000000000 +-0.176757812500 +-0.077636718750 +0.047607421875 +0.031982421875 +0.021972656250 +0.116699218750 +0.064453125000 +0.099121093750 +0.062255859375 +0.060058593750 +0.126953125000 +-0.006866455078 +0.037353515625 +0.114746093750 +-0.091308593750 +-0.010192871094 +-0.050292968750 +-0.117187500000 +0.140625000000 +-0.045410156250 +0.074707031250 +0.080078125000 +-0.113769531250 +-0.148437500000 +-0.175781250000 +0.054931640625 +0.076171875000 +-0.074707031250 +0.089843750000 +-0.008605957031 +0.015869140625 +-0.000249862671 +-0.792968750000 +0.077636718750 +-0.326171875000 +-0.093750000000 +-0.367187500000 +0.020263671875 +0.165039062500 +0.170898437500 +0.051757812500 +-0.191406250000 +-0.065429687500 +0.208007812500 +0.192382812500 +-0.063964843750 +-0.064453125000 +-0.002258300781 +-0.047119140625 +-0.167968750000 +-0.006958007812 +-0.067871093750 +-0.085937500000 +0.044677734375 +0.107421875000 +-0.075195312500 +-0.149414062500 +0.116699218750 +0.005371093750 +-1.257812500000 +-0.000126838684 +0.083496093750 +-0.092773437500 +0.007507324219 +-0.142578125000 +-0.099121093750 +0.027465820312 +0.189453125000 +0.059814453125 +0.016723632812 +0.159179687500 +0.039062500000 +0.003097534180 +-0.108886718750 +0.064941406250 +0.016845703125 +-0.017700195312 +0.000801086426 +-0.032958984375 +0.027587890625 +0.048095703125 +-0.009643554688 +-0.076660156250 +-0.021850585938 +-0.094726562500 +-0.053955078125 +0.119628906250 +-0.055419921875 +0.105957031250 +-0.046386718750 +0.001411437988 +-0.117187500000 +0.129882812500 +0.033203125000 +-0.447265625000 +-0.107910156250 +-0.894531250000 +-0.062500000000 +-1.195312500000 +0.106933593750 +0.163085937500 +-0.011047363281 +0.312500000000 +-0.027221679688 +0.020629882812 +-0.054687500000 +0.059082031250 +0.220703125000 +0.099121093750 +0.318359375000 +-0.123046875000 +-0.039306640625 +-0.169921875000 +-0.100097656250 +0.093750000000 +-0.084472656250 +0.152343750000 +0.041015625000 +-0.373046875000 +-0.171875000000 +-0.086914062500 +-0.226562500000 +-0.008850097656 +-0.593750000000 +-0.116210937500 +-0.022338867188 +0.044921875000 +-0.277343750000 +-0.207031250000 +-0.123046875000 +0.064453125000 +0.287109375000 +0.037109375000 +-0.062988281250 +-0.746093750000 +-0.003372192383 +-0.231445312500 +0.191406250000 +-0.057861328125 +-0.105468750000 +-0.024169921875 +-0.111816406250 +-0.187500000000 +-0.146484375000 +-0.026611328125 +0.008972167969 +-0.042236328125 +-0.110351562500 +0.044189453125 +-0.119140625000 +-0.212890625000 +-0.152343750000 +0.156250000000 +-0.375000000000 +-0.312500000000 +-0.191406250000 +-0.041748046875 +0.137695312500 +-0.621093750000 +-0.110351562500 +0.007995605469 +0.065917968750 +-0.030029296875 +0.028076171875 +-0.024414062500 +-0.123535156250 +0.184570312500 +-0.082031250000 +-0.040039062500 +-0.060302734375 +-0.044921875000 +0.055175781250 +0.042480468750 +-0.089843750000 +-0.028686523438 +0.043701171875 +-0.148437500000 +-0.082031250000 +0.168945312500 +0.189453125000 +0.017089843750 +0.004913330078 +0.206054687500 +0.009521484375 +-0.104980468750 +0.163085937500 +0.041259765625 +0.094726562500 +-0.086914062500 +0.004150390625 +0.187500000000 +0.112792968750 +0.028564453125 +0.566406250000 +0.094726562500 +0.098144531250 +0.104003906250 +0.094726562500 +-0.519531250000 +-0.015563964844 +0.012695312500 +-0.339843750000 +0.027465820312 +0.013793945312 +0.066406250000 +-0.052490234375 +-0.435546875000 +-0.171875000000 +0.095703125000 +0.015319824219 +-0.147460937500 +-0.017456054688 +0.250000000000 +-0.091796875000 +-0.018066406250 +-0.006805419922 +-0.289062500000 +-0.273437500000 +-0.080078125000 +0.273437500000 +-0.080566406250 +-0.005859375000 +-0.289062500000 +0.022949218750 +-0.056884765625 +-0.059082031250 +0.253906250000 +-0.061035156250 +-0.076660156250 +0.042724609375 +0.132812500000 +0.083007812500 +0.009277343750 +0.025634765625 +-0.048828125000 +-0.132812500000 +-0.020019531250 +0.134765625000 +0.032226562500 +0.015869140625 +-0.062500000000 +0.102539062500 +0.016235351562 +0.069824218750 +0.015747070312 +-0.041992187500 +0.023315429688 +-0.070800781250 +0.064941406250 +0.053710937500 +-0.014526367188 +-0.040771484375 +0.005187988281 +0.011657714844 +0.036132812500 +-0.006744384766 +0.000329971313 +-0.125000000000 +0.069335937500 +-0.060302734375 +0.070800781250 +0.038818359375 +-0.087890625000 +-0.034423828125 +-0.109863281250 +0.089355468750 +-0.095214843750 +0.065917968750 +0.055419921875 +0.060058593750 +-0.318359375000 +-0.148437500000 +-0.071289062500 +-0.019287109375 +-0.062988281250 +-0.104980468750 +0.161132812500 +-0.063964843750 +0.135742187500 +-0.090820312500 +-0.133789062500 +0.289062500000 +0.069824218750 +-0.043212890625 +-0.018676757812 +-0.088867187500 +0.131835937500 +-0.102539062500 +-0.153320312500 +-0.072753906250 +0.062255859375 +0.097656250000 +0.031738281250 +0.012939453125 +0.057373046875 +-0.135742187500 +-0.134765625000 +-0.087402343750 +0.023315429688 +-0.226562500000 +0.149414062500 +-0.076171875000 +0.046875000000 +-0.019531250000 +-0.131835937500 +0.103027343750 +0.023437500000 +-0.015014648438 +-0.028442382812 +-0.093750000000 +0.102050781250 +-0.065917968750 +-0.033691406250 +0.014587402344 +0.065917968750 +0.053955078125 +-0.031738281250 +0.015747070312 +-0.069824218750 +0.010070800781 +-0.023803710938 +-0.131835937500 +0.010375976562 +-0.046386718750 +0.010742187500 +-0.011657714844 +0.195312500000 +-0.103027343750 +-0.045654296875 +0.084472656250 +0.128906250000 +-0.014587402344 +0.012939453125 +0.022094726562 +-0.503906250000 +-0.116699218750 +0.085449218750 +0.044433593750 +-0.153320312500 +0.259765625000 +0.042480468750 +0.186523437500 +0.057617187500 +-0.075683593750 +0.213867187500 +-0.060791015625 +-0.116699218750 +0.037841796875 +0.078125000000 +-0.014404296875 +0.070800781250 +-0.007873535156 +-0.117187500000 +-0.065917968750 +0.020874023438 +-0.022094726562 +0.001502990723 +-0.090332031250 +-0.066406250000 +0.006530761719 +0.207031250000 +-0.180664062500 +0.035156250000 +-0.310546875000 +0.168945312500 +-0.049316406250 +-0.023193359375 +-0.099609375000 +-0.194335937500 +-0.073242187500 +0.022460937500 +-0.020385742188 +-0.019409179688 +0.077636718750 +-0.150390625000 +0.091796875000 +0.000720977783 +-0.136718750000 +0.061767578125 +-0.013183593750 +0.027954101562 +-0.034423828125 +0.031738281250 +-0.087890625000 +0.027221679688 +-0.065429687500 +0.012390136719 +-0.125976562500 +0.062500000000 +-0.132812500000 +-0.031982421875 +-0.102050781250 +-0.086914062500 +0.097656250000 +-0.240234375000 +-0.084960937500 +-0.003555297852 +0.180664062500 +-0.038574218750 +-0.170898437500 +0.041748046875 +-0.034912109375 +-0.153320312500 +0.209960937500 +-0.106933593750 +-0.141601562500 +0.003570556641 +-0.024902343750 +-0.036865234375 +0.000037670135 +-0.004669189453 +0.079589843750 +-0.024902343750 +-0.233398437500 +-0.049072265625 +0.026855468750 +0.207031250000 +0.041748046875 +0.036621093750 +0.051513671875 +-0.082031250000 +0.146484375000 +0.089843750000 +0.049804687500 +0.271484375000 +0.032470703125 +-0.047851562500 +0.080566406250 +0.209960937500 +-0.154296875000 +0.177734375000 +0.012573242188 +-0.257812500000 +-0.009521484375 +0.047119140625 +-0.083984375000 +-0.038574218750 +0.057373046875 +0.041992187500 +0.072265625000 +0.061035156250 +-0.047119140625 +0.137695312500 +0.032226562500 +0.006622314453 +0.072265625000 +0.066406250000 +0.083984375000 +0.061767578125 +0.025878906250 +0.008117675781 +-0.127929687500 +0.035156250000 +0.044677734375 +-0.088378906250 +-0.137695312500 +-0.257812500000 +0.079101562500 +-0.332031250000 +0.072753906250 +-0.059082031250 +0.236328125000 +0.017578125000 +0.079101562500 +-0.174804687500 +-0.006500244141 +-0.185546875000 +0.150390625000 +0.103027343750 +0.191406250000 +0.038085937500 +-0.057861328125 +0.101562500000 +0.041503906250 +-0.029663085938 +0.019897460938 +0.081542968750 +-0.082519531250 +-0.042236328125 +-0.257812500000 +0.347656250000 +0.019775390625 +0.306640625000 +-0.004516601562 +-0.169921875000 +-0.324218750000 +-0.099609375000 +-0.093261718750 +0.046386718750 +0.143554687500 +0.087402343750 +0.215820312500 +0.006317138672 +-0.119628906250 +0.063476562500 +0.051757812500 +0.022583007812 +-0.014343261719 +0.182617187500 +0.046386718750 +-0.125976562500 +0.208007812500 +0.026733398438 +0.073242187500 +-0.166015625000 +-0.004241943359 +0.050537109375 +0.138671875000 +-0.102539062500 +0.114746093750 +0.132812500000 +0.118652343750 +-0.146484375000 +0.207031250000 +0.081542968750 +0.043945312500 +-0.003417968750 +-0.043945312500 +-0.159179687500 +0.000140190125 +0.125000000000 +0.070312500000 +-0.247070312500 +-0.034423828125 +-0.150390625000 +0.166015625000 +-0.145507812500 +-0.032714843750 +-0.017578125000 +-0.075683593750 +0.024780273438 +0.145507812500 +0.073730468750 +-0.263671875000 +0.030151367188 +-0.223632812500 +-0.135742187500 +-0.018798828125 +-0.036865234375 +-0.103027343750 +-0.078613281250 +-0.105468750000 +0.189453125000 +-0.012756347656 +0.218750000000 +0.051757812500 +0.328125000000 +-0.192382812500 +-0.102539062500 +0.041992187500 +-0.093261718750 +0.347656250000 +-0.061767578125 +0.112792968750 +0.050292968750 +0.176757812500 +0.057128906250 +-0.126953125000 +0.204101562500 +-0.096679687500 +-0.087890625000 +0.013671875000 +0.082031250000 +-0.016601562500 +0.051757812500 +-0.034667968750 +-0.130859375000 +0.124511718750 +-0.036865234375 +-0.123046875000 +-0.061523437500 +0.150390625000 +-0.009582519531 +0.107910156250 +-0.036621093750 +-0.164062500000 +0.016723632812 +0.074707031250 +0.046142578125 +0.017333984375 +-0.080078125000 +-0.093261718750 +0.085937500000 +-0.053955078125 +0.328125000000 +0.163085937500 +-0.076660156250 +0.043945312500 +-0.088867187500 +-0.003662109375 +-0.166992187500 +0.002136230469 +0.091796875000 +0.043457031250 +-0.152343750000 +0.022705078125 +0.115234375000 +-0.037841796875 +-0.333984375000 +0.382812500000 +-0.001274108887 +0.190429687500 +-0.126953125000 +-0.285156250000 +-0.008605957031 +-0.046386718750 +-0.015991210938 +0.088378906250 +0.167968750000 +0.046386718750 +0.047363281250 +-0.003402709961 +-0.166992187500 +-0.002059936523 +-0.107421875000 +-0.042480468750 +-0.034179687500 +-0.033691406250 +-0.130859375000 +-0.039550781250 +0.044677734375 +-0.212890625000 +0.177734375000 +-0.267578125000 +-0.051513671875 +-0.111816406250 +-0.067382812500 +0.135742187500 +-0.003128051758 +-0.146484375000 +0.343750000000 +0.086914062500 +0.153320312500 +0.030395507812 +0.048339843750 +0.110839843750 +0.008789062500 +-0.036865234375 +0.049560546875 +0.005126953125 +0.029418945312 +-0.466796875000 +0.029296875000 +-0.155273437500 +-0.106445312500 +-0.161132812500 +-0.093261718750 +-0.048828125000 +-0.086425781250 +0.037841796875 +0.162109375000 +-0.004425048828 +-0.149414062500 +-0.182617187500 +-0.072265625000 +-0.075195312500 +0.006042480469 +0.091796875000 +-0.130859375000 +0.041748046875 +-0.025878906250 +0.074218750000 +-0.855468750000 +-0.234375000000 +-0.152343750000 +-0.328125000000 +-0.089355468750 +-0.123535156250 +-0.016845703125 +0.333984375000 +0.170898437500 +-0.140625000000 +0.175781250000 +-0.347656250000 +0.075683593750 +0.386718750000 +-0.038085937500 +-0.186523437500 +-0.267578125000 +0.373046875000 +0.041992187500 +-0.300781250000 +0.049316406250 +-0.184570312500 +-0.163085937500 +-0.057861328125 +-0.007629394531 +-0.220703125000 +0.042480468750 +-0.141601562500 +0.068847656250 +0.063476562500 +-0.000042200089 +-0.154296875000 +0.064941406250 +-0.013549804688 +-0.092773437500 +0.273437500000 +0.092285156250 +-0.161132812500 +0.019775390625 +-0.038085937500 +0.137695312500 +0.115722656250 +0.050048828125 +-0.141601562500 +0.087402343750 +-0.053710937500 +-0.067382812500 +-0.080078125000 +-0.209960937500 +0.069335937500 +0.145507812500 +0.010314941406 +0.056640625000 +-0.081054687500 +-0.196289062500 +-0.207031250000 +0.071289062500 +0.081054687500 +0.000482559204 +0.000347137451 +-0.052978515625 +-0.091796875000 +0.034179687500 +-0.079101562500 +-0.032470703125 +0.003250122070 +0.005584716797 +-0.045410156250 +0.015747070312 +-0.135742187500 +0.011047363281 +-0.181640625000 +0.119628906250 +0.079101562500 +0.017700195312 +0.063964843750 +-0.246093750000 +0.161132812500 +-0.034912109375 +0.172851562500 +0.017578125000 +0.144531250000 +0.129882812500 +-0.211914062500 +0.010559082031 +-0.022705078125 +-0.075195312500 +-0.035644531250 +0.001602172852 +-0.189453125000 +0.153320312500 +-0.067871093750 +-0.165039062500 +-0.098144531250 +-0.037597656250 +-0.150390625000 +0.006011962891 +0.141601562500 +-0.028808593750 +0.084960937500 +0.116699218750 +-0.011169433594 +-0.037597656250 +-0.025512695312 +0.041503906250 +-0.213867187500 +-0.085449218750 +0.245117187500 +0.142578125000 +0.083984375000 +0.019165039062 +0.194335937500 +-0.063964843750 +0.064453125000 +-0.024169921875 +-0.015075683594 +0.265625000000 +0.016967773438 +-0.049316406250 +-0.208007812500 +0.021118164062 +-0.079589843750 +0.013000488281 +0.036865234375 +-0.021972656250 +-0.091796875000 +-0.061767578125 +-0.103027343750 +-0.004333496094 +-0.080566406250 +-0.014099121094 +-0.039062500000 +-0.035400390625 +0.003936767578 +0.000197410583 +-0.291015625000 +-0.099121093750 +-0.103027343750 +-0.048339843750 +0.090820312500 +-0.236328125000 +-0.031982421875 +-0.142578125000 +0.084472656250 +-0.077636718750 +0.099121093750 +-0.213867187500 +0.086425781250 +-0.097656250000 +-0.005004882812 +0.044433593750 +-0.065429687500 +0.077636718750 +-0.176757812500 +0.195312500000 +-0.141601562500 +-0.376953125000 +-0.053710937500 +0.028930664062 +-0.101074218750 +0.287109375000 +-0.186523437500 +0.196289062500 +-0.168945312500 +0.060058593750 +0.106445312500 +-0.229492187500 +0.060791015625 +0.013732910156 +-0.029052734375 +-0.016967773438 +-0.074218750000 +-0.006774902344 +-0.087890625000 +-0.122558593750 +0.227539062500 +-0.006042480469 +-0.126953125000 +-0.065429687500 +0.042236328125 +-0.100585937500 +-0.029052734375 +-0.067871093750 +0.055908203125 +-0.090332031250 +0.001770019531 +-0.127929687500 +0.011840820312 +0.071777343750 +-0.010375976562 +-0.123535156250 +-0.053466796875 +0.025390625000 +0.079589843750 +0.062011718750 +-0.099609375000 +0.032958984375 +-0.028198242188 +-0.292968750000 +-0.032470703125 +-0.033447265625 +0.125000000000 +-0.126953125000 +0.037841796875 +0.159179687500 +-0.164062500000 +-0.096679687500 +-0.068847656250 +0.107421875000 +-0.038818359375 +-0.523437500000 +0.096191406250 +-0.020751953125 +0.140625000000 +-0.019897460938 +0.199218750000 +-0.012390136719 +-0.073730468750 +-0.261718750000 +0.052001953125 +0.014038085938 +0.153320312500 +-0.102050781250 +0.018432617188 +-0.127929687500 +-0.289062500000 +0.082031250000 +-0.106445312500 +0.208007812500 +-0.043457031250 +-0.174804687500 +-0.035644531250 +-0.043212890625 +0.043945312500 +-0.123535156250 +-0.035400390625 +-0.075195312500 +-0.077148437500 +0.174804687500 +0.052001953125 +0.053710937500 +-0.094726562500 +0.114746093750 +0.001724243164 +-0.007507324219 +0.160156250000 +-0.057861328125 +0.107910156250 +-0.002304077148 +0.045410156250 +-0.056396484375 +0.010375976562 +0.216796875000 +0.039794921875 +-1.320312500000 +0.062500000000 +-0.049316406250 +0.082519531250 +0.198242187500 +-0.001739501953 +0.127929687500 +0.064453125000 +-0.120117187500 +-0.180664062500 +0.015625000000 +0.036865234375 +0.171875000000 +0.005554199219 +0.166015625000 +-0.251953125000 +-0.115234375000 +-0.109375000000 +-0.008789062500 +0.019165039062 +-0.330078125000 +0.082031250000 +0.009643554688 +0.095703125000 +-0.128906250000 +0.222656250000 +-0.087890625000 +-0.133789062500 +-0.025390625000 +0.045166015625 +0.030151367188 +-0.062255859375 +-0.091796875000 +0.088867187500 +0.153320312500 +-0.017211914062 +-0.367187500000 +-0.152343750000 +-0.174804687500 +0.113769531250 +-0.149414062500 +0.134765625000 +0.136718750000 +0.071289062500 +-0.172851562500 +-0.104003906250 +-0.249023437500 +0.104492187500 +0.283203125000 +0.163085937500 +-0.016967773438 +0.253906250000 +0.080078125000 +0.058349609375 +0.089355468750 +0.076171875000 +-0.060058593750 +0.126953125000 +-0.032470703125 +-0.160156250000 +-0.376953125000 +0.101562500000 +-0.582031250000 +-0.066894531250 +0.108886718750 +0.034423828125 +0.073242187500 +0.085449218750 +0.190429687500 +-0.041503906250 +0.066406250000 +0.133789062500 +-0.113769531250 +-0.109863281250 +-0.014709472656 +0.109863281250 +0.322265625000 +-0.163085937500 +0.190429687500 +-0.128906250000 +-0.251953125000 +0.084472656250 +0.080566406250 +-0.035400390625 +0.072265625000 +-0.000999450684 +0.044921875000 +-0.227539062500 +-0.058837890625 +0.099121093750 +0.198242187500 +-0.060058593750 +0.055419921875 +0.075683593750 +-0.080078125000 +-0.133789062500 +-0.116210937500 +-0.104980468750 +-0.057128906250 +-0.231445312500 +-0.156250000000 +-0.130859375000 +0.123535156250 +-0.166992187500 +-0.128906250000 +-0.049560546875 +0.095703125000 +-0.095214843750 +-0.034667968750 +0.003784179688 +0.451171875000 +0.132812500000 +-0.089355468750 +0.162109375000 +-0.147460937500 +0.271484375000 +0.050781250000 +0.044921875000 +0.013549804688 +0.145507812500 +-0.084960937500 +-0.033203125000 +-0.531250000000 +0.037597656250 +-0.045410156250 +-0.050048828125 +-0.476562500000 +0.054443359375 +-0.023559570312 +-0.083984375000 +0.096191406250 +0.289062500000 +0.083007812500 +-0.207031250000 +0.041503906250 +0.000178337097 +-0.114257812500 +0.071777343750 +0.023925781250 +0.047607421875 +0.130859375000 +-0.063964843750 +0.140625000000 +-0.086914062500 +-0.125976562500 +0.029907226562 +0.043457031250 +0.003768920898 +0.003768920898 +0.096679687500 +-0.032958984375 +0.003555297852 +-0.019287109375 +0.104980468750 +-0.365234375000 +0.156250000000 +-0.162109375000 +-0.031982421875 +0.032958984375 +-0.216796875000 +-0.057861328125 +0.097167968750 +-0.100585937500 +-0.316406250000 +0.080566406250 +-0.277343750000 +0.175781250000 +0.023559570312 +-0.050781250000 +-0.057128906250 +0.515625000000 +-0.180664062500 +0.042480468750 +0.034179687500 +0.010681152344 +0.134765625000 +-0.063964843750 +-0.186523437500 +-0.111816406250 +0.172851562500 +-0.041259765625 +0.034912109375 +-0.069824218750 +0.162109375000 +-0.009155273438 +0.106933593750 +-0.820312500000 +-0.082519531250 +-0.138671875000 +-0.000028371811 +0.292968750000 +0.019165039062 +-0.071289062500 +-0.001670837402 +-0.062500000000 +-0.031738281250 +-0.004150390625 +-0.182617187500 +0.010681152344 +0.125000000000 +-0.028320312500 +0.032470703125 +-0.130859375000 +0.121093750000 +0.007781982422 +-0.113769531250 +-0.281250000000 +0.127929687500 +-0.058349609375 +-0.083007812500 +-0.200195312500 +-0.300781250000 +0.007324218750 +-0.239257812500 +-0.046875000000 +-0.273437500000 +-0.036865234375 +0.060058593750 +-0.699218750000 +0.051269531250 +0.106933593750 +-1.023437500000 +-0.036621093750 +-0.244140625000 +-0.074707031250 +-0.097656250000 +-0.243164062500 +-0.191406250000 +0.067382812500 +-0.320312500000 +0.103027343750 +0.206054687500 +-0.169921875000 +-0.080566406250 +0.363281250000 +0.121093750000 +0.008544921875 +0.100097656250 +-0.042480468750 +-0.031738281250 +0.053955078125 +-0.523437500000 +0.094238281250 +-0.020385742188 +-0.038330078125 +0.001220703125 +-0.083984375000 +0.041992187500 +0.025390625000 +-0.148437500000 +-0.040771484375 +-0.028320312500 +-0.178710937500 +-0.099609375000 +0.021850585938 +-0.020629882812 +-0.010803222656 +-0.106445312500 +0.094726562500 +0.099609375000 +0.053466796875 +-0.105468750000 +0.068847656250 +0.038818359375 +-0.031982421875 +-0.155273437500 +-0.070800781250 +0.052734375000 +0.046630859375 +-0.002502441406 +-0.213867187500 +-0.066894531250 +0.005950927734 +-0.003372192383 +-0.071289062500 +-0.410156250000 +0.003753662109 +0.112792968750 +0.035888671875 +-0.196289062500 +0.049804687500 +0.013916015625 +0.098632812500 +-0.051025390625 +-0.050048828125 +0.028442382812 +-0.088378906250 +0.081542968750 +0.003524780273 +-0.106445312500 +-0.136718750000 +-0.339843750000 +-0.222656250000 +-0.283203125000 +0.147460937500 +-0.259765625000 +-0.185546875000 +-0.060791015625 +-0.049804687500 +0.012817382812 +-0.062988281250 +-0.017333984375 +-0.017456054688 +-0.015991210938 +-0.169921875000 +-0.067871093750 +0.112304687500 +-0.018798828125 +-0.000896453857 +0.014404296875 +0.052978515625 +0.027587890625 +-0.009643554688 +-0.159179687500 +0.049072265625 +-0.049316406250 +-0.179687500000 +0.001754760742 +0.151367187500 +-0.055664062500 +0.039550781250 +-0.207031250000 +-0.038574218750 +0.081542968750 +0.077636718750 +0.038085937500 +-0.086914062500 +-0.004058837891 +-0.087402343750 +0.049072265625 +0.095703125000 +0.004028320312 +-0.002563476562 +0.024291992188 +-0.333984375000 +0.071777343750 +-0.068847656250 +0.090332031250 +-0.039062500000 +-0.227539062500 +0.127929687500 +0.048583984375 +-0.023681640625 +0.142578125000 +0.003005981445 +0.099609375000 +0.070800781250 +-0.069824218750 +0.063964843750 +0.025512695312 +0.097167968750 +-0.090820312500 +0.027954101562 +-0.136718750000 +0.024169921875 +0.092773437500 +-0.023559570312 +-0.016601562500 +0.155273437500 +-0.190429687500 +-0.093261718750 +0.087402343750 +0.012023925781 +0.005828857422 +-0.263671875000 +0.124023437500 +-0.244140625000 +0.191406250000 +0.046875000000 +0.059570312500 +0.041259765625 +-0.064453125000 +-0.003326416016 +0.033447265625 +0.107910156250 +-0.009826660156 +-0.002639770508 +-0.022094726562 +0.131835937500 +0.240234375000 +-0.320312500000 +-0.098632812500 +0.211914062500 +0.089355468750 +0.064453125000 +-0.018066406250 +0.032958984375 +-0.055908203125 +0.059814453125 +0.012695312500 +0.043945312500 +-0.082519531250 +-0.078613281250 +-0.031738281250 +0.019775390625 +-0.010620117188 +0.244140625000 +0.021240234375 +0.255859375000 +0.164062500000 +-0.014221191406 +-0.086425781250 +0.043457031250 +-0.055908203125 +-0.022338867188 +0.040039062500 +-0.023559570312 +-0.035156250000 +-0.043457031250 +0.051269531250 +-0.048828125000 +-0.058105468750 +-0.051757812500 +-0.104003906250 +-0.022827148438 +-0.006225585938 +-0.044433593750 +0.045410156250 +-0.046142578125 +0.044433593750 +-1.343750000000 +-0.052978515625 +-0.079101562500 +-0.042480468750 +-0.056152343750 +-0.048339843750 +0.079101562500 +-0.058105468750 +-0.190429687500 +0.136718750000 +0.093261718750 +0.224609375000 +0.106445312500 +0.221679687500 +-0.041259765625 +-0.163085937500 +-0.011047363281 +0.034179687500 +0.009460449219 +-0.056640625000 +-0.158203125000 +-0.025146484375 +-0.050048828125 +0.215820312500 +0.349609375000 +0.136718750000 +-0.025634765625 +0.259765625000 +0.020141601562 +-0.060546875000 +0.049804687500 +0.015380859375 +0.109375000000 +-0.089843750000 +-0.147460937500 +0.059082031250 +0.351562500000 +0.182617187500 +0.164062500000 +0.173828125000 +-0.035888671875 +-0.084960937500 +0.086425781250 +-0.045898437500 +0.096679687500 +0.142578125000 +-0.036376953125 +-0.166992187500 +-0.051513671875 +0.061035156250 +0.018798828125 +-0.118164062500 +0.051269531250 +-0.056884765625 +-0.099609375000 +0.137695312500 +-0.132812500000 +-0.068847656250 +-0.018188476562 +-0.002960205078 +0.285156250000 +-0.145507812500 +0.115234375000 +0.097656250000 +-0.851562500000 +0.087890625000 +-0.046630859375 +0.055908203125 +-0.037841796875 +0.044921875000 +0.036132812500 +0.181640625000 +-0.004211425781 +-0.090820312500 +0.271484375000 +0.000679016113 +0.001556396484 +0.071289062500 +0.037597656250 +0.018188476562 +-0.047119140625 +0.080566406250 +0.087402343750 +0.132812500000 +-0.072265625000 +0.082519531250 +-0.076660156250 +0.027954101562 +0.159179687500 +0.187500000000 +0.223632812500 +0.176757812500 +-0.066894531250 +-0.001258850098 +-0.122070312500 +0.038085937500 +-0.259765625000 +-0.002502441406 +0.242187500000 +0.077636718750 +-0.232421875000 +0.028686523438 +0.335937500000 +0.133789062500 +-0.167968750000 +-0.011657714844 +-0.093750000000 +-0.100585937500 +-0.086425781250 +0.108886718750 +0.165039062500 +-0.231445312500 +-0.018798828125 +0.031250000000 +-0.112792968750 +-0.671875000000 +-0.048583984375 +0.079589843750 +0.057373046875 +0.087402343750 +-0.196289062500 +0.008300781250 +-0.190429687500 +0.110351562500 +0.047607421875 +-0.048339843750 +-0.253906250000 +-0.096191406250 +-0.001388549805 +0.244140625000 +-0.292968750000 +0.071289062500 +-0.170898437500 +0.072265625000 +0.129882812500 +-0.008483886719 +0.078613281250 +-0.227539062500 +-0.257812500000 +-0.197265625000 +-0.041015625000 +0.066894531250 +-0.130859375000 +0.148437500000 +-0.009704589844 +0.085937500000 +0.052490234375 +0.049804687500 +-0.015563964844 +-0.024658203125 +0.019042968750 +0.044433593750 +-0.069335937500 +-0.371093750000 +0.016723632812 +-0.222656250000 +-0.035156250000 +-0.049804687500 +0.373046875000 +-0.113281250000 +0.039550781250 +-0.006195068359 +0.033203125000 +0.152343750000 +-0.066406250000 +0.154296875000 +0.029541015625 +-0.108886718750 +0.034912109375 +-0.163085937500 +0.174804687500 +-0.201171875000 +0.041503906250 +-0.091796875000 +0.032958984375 +0.119628906250 +-0.037353515625 +0.111328125000 +-0.153320312500 +-0.453125000000 +-0.073730468750 +-0.052001953125 +0.090332031250 +-0.217773437500 +-0.169921875000 +-0.046875000000 +0.219726562500 +0.143554687500 +-0.060546875000 +-0.000221252441 +0.039306640625 +-0.096191406250 +0.106445312500 +0.226562500000 +-0.053222656250 +0.135742187500 +-0.186523437500 +-0.051513671875 +0.208984375000 +0.010009765625 +0.155273437500 +-0.484375000000 +-0.070800781250 +-0.335937500000 +0.065917968750 +-0.020874023438 +-0.839843750000 +-0.016235351562 +0.025024414062 +-0.466796875000 +0.161132812500 +0.015380859375 +-0.028808593750 +-0.081542968750 +0.156250000000 +-0.273437500000 +0.037109375000 +-0.204101562500 +-0.102050781250 +0.135742187500 +0.162109375000 +-0.102050781250 +0.427734375000 +-0.038818359375 +-0.105468750000 +-0.021606445312 +-0.033691406250 +0.028564453125 +0.013488769531 +0.062255859375 +0.187500000000 +0.085937500000 +0.353515625000 +-0.167968750000 +0.228515625000 +-0.046875000000 +-0.021850585938 +-0.190429687500 +-1.296875000000 +0.138671875000 +-0.033447265625 +-0.345703125000 +-0.080078125000 +-0.199218750000 +-0.051025390625 +0.069335937500 +0.433593750000 +0.008361816406 +-0.033447265625 +0.161132812500 +-0.217773437500 +0.048095703125 +0.076171875000 +-0.126953125000 +-0.123046875000 +-0.014404296875 +-0.002441406250 +0.187500000000 +-0.164062500000 +-0.072753906250 +-0.104492187500 +0.071777343750 +0.121093750000 +0.247070312500 +0.120117187500 +-0.192382812500 +0.041503906250 +-0.443359375000 +0.065429687500 +0.026123046875 +-0.088378906250 +0.035156250000 +0.001113891602 +-0.125976562500 +0.005371093750 +0.019409179688 +0.003707885742 +0.056884765625 +0.196289062500 +-0.020385742188 +0.412109375000 +-0.050048828125 +-0.034423828125 +0.107910156250 +0.037597656250 +-0.073242187500 +-0.094238281250 +0.063964843750 +-0.011413574219 +-0.099609375000 +0.006896972656 +0.073242187500 +-0.068847656250 +0.043457031250 +-0.089843750000 +-0.054931640625 +-0.223632812500 +-0.123535156250 +-0.035156250000 +-0.065429687500 +0.038574218750 +-0.087402343750 +-0.345703125000 +-0.148437500000 +0.016601562500 +-0.355468750000 +-0.085937500000 +0.052734375000 +-0.002868652344 +0.018920898438 +-0.123535156250 +-0.062011718750 +0.011779785156 +0.120605468750 +-0.088867187500 +-0.015502929688 +0.007690429688 +-0.030761718750 +0.012390136719 +-0.072265625000 +0.055419921875 +-0.078125000000 +-0.170898437500 +0.037597656250 +-0.001899719238 +0.110839843750 +-0.028686523438 +-0.058105468750 +0.233398437500 +0.046630859375 +-0.017456054688 +0.013671875000 +-0.022460937500 +-0.069824218750 +-0.026000976562 +-0.094238281250 +-0.024780273438 +-0.000587463379 +0.127929687500 +-0.135742187500 +-0.112792968750 +0.134765625000 +0.043945312500 +0.355468750000 +0.281250000000 +-0.091796875000 +-0.036621093750 +0.119140625000 +-0.116699218750 +0.019531250000 +0.022949218750 +-0.018432617188 +-0.159179687500 +-0.003936767578 +0.048339843750 +-0.066894531250 +-0.032226562500 +-0.144531250000 +0.117187500000 +-0.084472656250 +-0.239257812500 +-0.019287109375 +0.363281250000 +-0.390625000000 +-0.086914062500 +-0.019165039062 +0.101562500000 +-0.044433593750 +-0.020751953125 +0.006317138672 +-0.099609375000 +-0.023681640625 +-0.174804687500 +0.119628906250 +0.004608154297 +-0.050537109375 +-0.246093750000 +-0.062255859375 +-0.038574218750 +-0.065429687500 +-0.007232666016 +0.095214843750 +-0.016723632812 +0.019287109375 +0.322265625000 +-0.045654296875 +0.105468750000 +0.009948730469 +0.099121093750 +-0.040771484375 +-0.052490234375 +-0.032470703125 +-0.233398437500 +-0.012084960938 +-0.013916015625 +0.014526367188 +0.143554687500 +-0.136718750000 +0.013061523438 +-0.033691406250 +-0.224609375000 +-0.035400390625 +-0.016235351562 +-0.107421875000 +-0.173828125000 +0.076660156250 +0.046142578125 +0.100097656250 +-0.128906250000 +0.001831054688 +-0.177734375000 +0.136718750000 +-0.113281250000 +-0.041015625000 +0.040039062500 +-0.061767578125 +0.147460937500 +0.012023925781 +-0.010437011719 +0.026611328125 +-0.079589843750 +0.144531250000 +0.024414062500 +-0.091308593750 +-0.011779785156 +-0.002578735352 +-0.015441894531 +0.029418945312 +0.049804687500 +-0.009399414062 +0.068359375000 +-0.073730468750 +0.007476806641 +0.015991210938 +-0.157226562500 +0.221679687500 +0.025756835938 +-0.082519531250 +-0.110839843750 +-0.167968750000 +-0.996093750000 +0.257812500000 +-0.089843750000 +0.230468750000 +-0.047363281250 +-0.056640625000 +0.081054687500 +-0.007934570312 +0.398437500000 +-0.029541015625 +-0.071777343750 +-0.073730468750 +-0.202148437500 +-0.209960937500 +0.123046875000 +0.056396484375 +-0.193359375000 +-0.018676757812 +-0.157226562500 +0.185546875000 +0.030395507812 +0.170898437500 +-0.056884765625 +-0.007171630859 +-0.476562500000 +0.034667968750 +0.118652343750 +0.056396484375 +-0.236328125000 +0.238281250000 +0.183593750000 +-0.048828125000 +0.210937500000 +0.058593750000 +-0.001472473145 +-0.120117187500 +-0.184570312500 +0.094726562500 +-0.065917968750 +-0.070800781250 +0.126953125000 +0.045654296875 +-0.023559570312 +0.105468750000 +-0.028686523438 +0.248046875000 +-0.016357421875 +0.030029296875 +0.020019531250 +-0.020751953125 +0.009216308594 +0.020629882812 +-0.054443359375 +-0.067382812500 +0.052001953125 +-0.093750000000 +-0.086425781250 +0.047607421875 +-0.082031250000 +-0.063964843750 +-0.040283203125 +0.113281250000 +0.113281250000 +0.044921875000 +0.039550781250 +0.154296875000 +-0.251953125000 +0.131835937500 +0.014282226562 +0.159179687500 +0.082519531250 +0.037353515625 +-0.468750000000 +0.083984375000 +0.141601562500 +-0.076660156250 +-0.088378906250 +-0.004791259766 +0.108398437500 +0.111816406250 +0.018188476562 +-0.011901855469 +0.150390625000 +0.061035156250 +-0.102050781250 +0.052734375000 +0.002563476562 +0.117675781250 +-0.392578125000 +0.112304687500 +-0.423828125000 +-0.067382812500 +-0.017700195312 +-0.054687500000 +0.199218750000 +-0.035400390625 +-0.061035156250 +-0.314453125000 +-0.074707031250 +-0.048583984375 +-0.098144531250 +-0.137695312500 +0.091308593750 +0.238281250000 +0.068847656250 +-0.060058593750 +-0.054199218750 +-0.107910156250 +-0.084960937500 +0.129882812500 +0.048828125000 +0.127929687500 +0.071289062500 +0.030395507812 +-0.009155273438 +0.025024414062 +-0.069824218750 +-0.152343750000 +-0.029541015625 +0.208984375000 +0.115234375000 +-0.033691406250 +-0.347656250000 +-0.320312500000 +-0.158203125000 +0.083496093750 +-0.036621093750 +0.045898437500 +0.041748046875 +0.052001953125 +0.040039062500 +-0.007568359375 +0.093750000000 +-0.000534057617 +0.107421875000 +-0.022460937500 +0.036376953125 +-0.072265625000 +-0.129882812500 +0.398437500000 +0.004821777344 +-0.159179687500 +0.390625000000 +-0.047363281250 +-0.092773437500 +0.098632812500 +-0.287109375000 +0.009094238281 +-0.070800781250 +0.046142578125 +-0.164062500000 +0.140625000000 +-0.066406250000 +-0.014587402344 +-0.154296875000 +0.036376953125 +-0.062988281250 +0.127929687500 +0.004730224609 +0.145507812500 +0.161132812500 +-0.210937500000 +0.050292968750 +-0.113769531250 +-0.058837890625 +-0.007751464844 +-0.431640625000 +0.012573242188 +0.082519531250 +-0.035644531250 +-0.015991210938 +-0.281250000000 +-0.072265625000 +0.160156250000 +0.002395629883 +0.253906250000 +0.094238281250 +0.083984375000 +-0.027343750000 +0.106933593750 +-0.046386718750 +-0.032958984375 +-0.466796875000 +-0.320312500000 +-0.039306640625 +-0.773437500000 +-0.024291992188 +-0.519531250000 +-0.174804687500 +-0.018920898438 +-0.523437500000 +-0.205078125000 +-0.044921875000 +-0.468750000000 +-0.394531250000 +-0.006591796875 +0.016235351562 +0.053222656250 +0.316406250000 +0.065429687500 +-0.106445312500 +0.304687500000 +-0.040771484375 +0.044189453125 +-0.030151367188 +0.066894531250 +0.204101562500 +-0.070312500000 +0.039794921875 +-0.083984375000 +-0.146484375000 +-0.063476562500 +-0.037109375000 +0.104492187500 +-0.261718750000 +0.125976562500 +-0.016845703125 +0.036621093750 +0.165039062500 +-0.138671875000 +-0.062011718750 +0.059082031250 +0.186523437500 +-0.187500000000 +0.134765625000 +-0.144531250000 +0.056640625000 +-0.061279296875 +-0.177734375000 +-0.111328125000 +-0.351562500000 +-0.035644531250 +0.023437500000 +-0.390625000000 +-0.044189453125 +-0.125000000000 +-0.050292968750 +-0.026367187500 +-0.053955078125 +0.173828125000 +-0.026733398438 +0.006317138672 +0.009277343750 +0.098144531250 +-0.082031250000 +-0.122070312500 +-0.013366699219 +0.223632812500 +0.078613281250 +-0.761718750000 +0.054931640625 +-0.318359375000 +-0.146484375000 +-0.075683593750 +-0.034423828125 +-0.059814453125 +-0.431640625000 +-0.298828125000 +-0.077148437500 +0.106445312500 +0.035888671875 +-0.093750000000 +-0.007232666016 +0.048828125000 +-0.058349609375 +0.093261718750 +0.152343750000 +-0.045166015625 +-0.069824218750 +0.100097656250 +-0.095214843750 +-0.090332031250 +-0.199218750000 +0.019653320312 +0.062988281250 +-0.123535156250 +-0.122070312500 +0.085937500000 +-0.022583007812 +-0.019165039062 +-0.019042968750 +-0.137695312500 +0.103515625000 +-0.030395507812 +-0.007629394531 +-0.019409179688 +-0.128906250000 +-0.125000000000 +-0.009399414062 +-0.265625000000 +0.049560546875 +0.030395507812 +-0.078125000000 +-0.180664062500 +0.101074218750 +-0.010925292969 +0.094238281250 +0.065917968750 +0.053222656250 +0.061279296875 +-0.114746093750 +-0.250000000000 +-0.051513671875 +0.013671875000 +-0.104980468750 +0.029907226562 +0.043212890625 +0.027343750000 +0.008483886719 +-0.124023437500 +0.032958984375 +0.169921875000 +0.009216308594 +0.061279296875 +0.025878906250 +0.069335937500 +-0.341796875000 +0.227539062500 +-0.253906250000 +-0.171875000000 +0.067382812500 +-0.063964843750 +0.051025390625 +-0.058837890625 +0.112304687500 +-0.177734375000 +0.028198242188 +-0.128906250000 +0.066406250000 +0.067871093750 +-0.047851562500 +0.027343750000 +-0.185546875000 +0.059082031250 +0.166992187500 +-0.136718750000 +-0.014404296875 +-0.058349609375 +-0.059814453125 +-0.099121093750 +-0.124511718750 +-0.095214843750 +0.016845703125 +0.047119140625 +-0.029174804688 +-0.154296875000 +-0.039306640625 +0.104003906250 +0.000442504883 +0.011962890625 +0.050781250000 +-0.069335937500 +0.032470703125 +-0.193359375000 +0.224609375000 +-0.094726562500 +-0.098144531250 +-0.020385742188 +0.086914062500 +0.013305664062 +0.087402343750 +-0.016967773438 +-0.087402343750 +0.044677734375 +-0.041259765625 +-0.151367187500 +-0.027343750000 +-0.201171875000 +-0.111816406250 +0.000644683838 +-0.043212890625 +-0.018188476562 +0.021606445312 +-0.128906250000 +0.052246093750 +0.122070312500 +-0.011474609375 +0.020141601562 +-0.029541015625 +0.149414062500 +-0.233398437500 +0.018188476562 +-0.292968750000 +-0.045410156250 +0.265625000000 +0.019042968750 +-0.156250000000 +0.333984375000 +0.016113281250 diff --git a/AI_Engine_Development/AIE-MLv2/Design_Tutorials/01-Radio-ML/aie/radioml_top/data/w9_biases-rtp.txt b/AI_Engine_Development/AIE-MLv2/Design_Tutorials/01-Radio-ML/aie/radioml_top/data/w9_biases-rtp.txt new file mode 100644 index 0000000000..a9592cccaa --- /dev/null +++ b/AI_Engine_Development/AIE-MLv2/Design_Tutorials/01-Radio-ML/aie/radioml_top/data/w9_biases-rtp.txt @@ -0,0 +1,64 @@ +0.291015625000 +0.018188476562 +0.127929687500 +-0.250000000000 +-0.296875000000 +0.078613281250 +-0.057617187500 +-0.061767578125 +0.087890625000 +0.025268554688 +0.201171875000 +0.079589843750 +-0.249023437500 +0.185546875000 +-0.059814453125 +0.099609375000 +-0.051513671875 +-0.015136718750 +0.143554687500 +0.177734375000 +-0.163085937500 +0.226562500000 +-0.138671875000 +0.027709960938 +-0.049072265625 +0.028198242188 +-0.177734375000 +-0.103515625000 +0.027343750000 +0.025024414062 +0.051269531250 +-0.030639648438 +0.279296875000 +0.005249023438 +-0.134765625000 +0.115722656250 +0.135742187500 +0.029296875000 +0.153320312500 +0.113769531250 +-0.083984375000 +-0.265625000000 +0.126953125000 +-0.181640625000 +0.075195312500 +0.035888671875 +0.135742187500 +0.285156250000 +0.261718750000 +0.087402343750 +-0.197265625000 +-0.388671875000 +-0.221679687500 +0.149414062500 +0.092285156250 +0.077148437500 +-0.037353515625 +-0.279296875000 +0.265625000000 +-0.057128906250 +0.232421875000 +-0.106933593750 +-0.007385253906 +-0.181640625000 diff --git a/AI_Engine_Development/AIE-MLv2/Design_Tutorials/01-Radio-ML/aie/radioml_top/data/w9_weights-rtp.txt b/AI_Engine_Development/AIE-MLv2/Design_Tutorials/01-Radio-ML/aie/radioml_top/data/w9_weights-rtp.txt new file mode 100644 index 0000000000..3d4ccee04a --- /dev/null +++ b/AI_Engine_Development/AIE-MLv2/Design_Tutorials/01-Radio-ML/aie/radioml_top/data/w9_weights-rtp.txt @@ -0,0 +1,28672 @@ +-0.166992187500 +-0.127929687500 +-0.031127929688 +-0.220703125000 +-0.153320312500 +-0.683593750000 +0.000823974609 +-0.001846313477 +-0.046386718750 +0.036621093750 +-0.326171875000 +-0.165039062500 +-0.117187500000 +-0.074218750000 +0.241210937500 +0.222656250000 +0.061767578125 +-0.196289062500 +0.039062500000 +0.112792968750 +0.065429687500 +-0.343750000000 +-0.123046875000 +0.140625000000 +-0.255859375000 +0.107910156250 +-0.136718750000 +-0.106445312500 +0.041503906250 +0.198242187500 +-0.100585937500 +0.103027343750 +0.154296875000 +0.070800781250 +0.014953613281 +-0.285156250000 +-0.200195312500 +0.005950927734 +0.127929687500 +0.143554687500 +-0.238281250000 +0.042236328125 +0.050292968750 +-0.072753906250 +-0.036865234375 +-0.216796875000 +-0.091308593750 +0.194335937500 +0.039794921875 +0.060058593750 +-0.223632812500 +0.001220703125 +0.074707031250 +-0.225585937500 +0.142578125000 +0.073242187500 +-0.073242187500 +0.004913330078 +-0.046142578125 +-0.157226562500 +-0.019653320312 +-0.066894531250 +-0.142578125000 +-0.044677734375 +-0.222656250000 +-0.129882812500 +0.075195312500 +-0.261718750000 +-0.376953125000 +-1.031250000000 +0.089355468750 +0.136718750000 +-0.113769531250 +-0.034423828125 +-0.328125000000 +-0.027832031250 +0.007751464844 +-0.128906250000 +0.029541015625 +0.024902343750 +0.074707031250 +0.010070800781 +-0.123046875000 +0.023071289062 +-0.058593750000 +-0.197265625000 +-0.132812500000 +0.051025390625 +-0.059082031250 +-0.012023925781 +-0.150390625000 +-0.103027343750 +0.153320312500 +-0.232421875000 +0.098632812500 +0.124023437500 +0.033447265625 +0.243164062500 +-0.019775390625 +-0.097656250000 +-0.170898437500 +0.075195312500 +0.353515625000 +0.392578125000 +0.168945312500 +-0.169921875000 +0.188476562500 +-0.119628906250 +-0.000305175781 +0.026733398438 +-0.129882812500 +-0.020385742188 +0.083496093750 +0.051513671875 +-0.218750000000 +-0.223632812500 +-0.008300781250 +-0.010009765625 +-0.084472656250 +0.026977539062 +0.085449218750 +0.168945312500 +0.105468750000 +-0.164062500000 +0.010437011719 +0.002243041992 +-0.095703125000 +-0.265625000000 +-0.227539062500 +-0.047363281250 +0.113281250000 +-0.302734375000 +-0.155273437500 +-0.933593750000 +-0.052490234375 +0.014892578125 +0.104003906250 +0.138671875000 +-0.079101562500 +-0.164062500000 +-0.072753906250 +-0.162109375000 +-0.001747131348 +-0.110839843750 +0.085449218750 +-0.062011718750 +-0.156250000000 +0.027954101562 +0.074707031250 +0.004547119141 +-0.231445312500 +0.042724609375 +0.000362396240 +0.044189453125 +0.106933593750 +-0.071777343750 +0.066406250000 +0.142578125000 +-0.130859375000 +-0.081542968750 +0.087402343750 +0.015380859375 +-0.113281250000 +-0.219726562500 +-0.578125000000 +0.019897460938 +0.090332031250 +0.259765625000 +0.078125000000 +-0.034179687500 +0.147460937500 +-0.016357421875 +0.032470703125 +0.002273559570 +-0.201171875000 +0.043701171875 +0.009765625000 +-0.001655578613 +-0.271484375000 +-0.145507812500 +-0.046142578125 +-0.128906250000 +0.151367187500 +0.033203125000 +-0.029663085938 +0.155273437500 +-0.057861328125 +-0.162109375000 +-0.022216796875 +-0.063964843750 +0.022705078125 +-0.050537109375 +-0.209960937500 +-0.124511718750 +0.035156250000 +-0.135742187500 +-0.281250000000 +-1.070312500000 +-0.041992187500 +0.136718750000 +0.031738281250 +0.062255859375 +-0.017211914062 +-0.141601562500 +-0.128906250000 +-0.228515625000 +0.077148437500 +-0.209960937500 +0.037109375000 +0.044677734375 +0.071777343750 +-0.026489257812 +-0.242187500000 +-0.110839843750 +-0.202148437500 +-0.024658203125 +-0.076171875000 +0.103515625000 +0.097656250000 +-0.083007812500 +0.053222656250 +0.024291992188 +0.046386718750 +0.072753906250 +0.269531250000 +0.163085937500 +-0.066894531250 +-0.048828125000 +-0.148437500000 +0.047851562500 +0.136718750000 +0.261718750000 +-0.031982421875 +0.005432128906 +0.016235351562 +-0.019653320312 +0.084472656250 +-0.008789062500 +-0.004913330078 +0.218750000000 +0.057617187500 +0.122070312500 +-0.343750000000 +0.026733398438 +-0.010131835938 +-0.080566406250 +0.151367187500 +-0.247070312500 +-0.171875000000 +-0.078613281250 +0.126953125000 +-0.249023437500 +-0.026733398438 +-0.021484375000 +0.076660156250 +-0.021850585938 +-0.176757812500 +-0.296875000000 +0.141601562500 +-0.240234375000 +-0.156250000000 +-0.703125000000 +0.122070312500 +-0.059326171875 +0.119140625000 +0.041992187500 +0.084960937500 +-0.085449218750 +-0.149414062500 +-0.175781250000 +-0.068359375000 +-0.030761718750 +0.063476562500 +-0.080566406250 +-0.004516601562 +0.044433593750 +-0.199218750000 +-0.141601562500 +-0.104003906250 +-0.244140625000 +0.102539062500 +0.098144531250 +0.012817382812 +-0.102050781250 +0.064453125000 +0.105468750000 +-0.036376953125 +-0.310546875000 +0.155273437500 +0.088867187500 +-0.021972656250 +-0.138671875000 +-0.257812500000 +-0.079589843750 +0.332031250000 +0.240234375000 +0.030639648438 +-0.023071289062 +-0.098632812500 +-0.042480468750 +-0.062988281250 +-0.037597656250 +0.016723632812 +0.226562500000 +-0.074707031250 +0.060791015625 +-0.063476562500 +-0.205078125000 +-0.025268554688 +-0.239257812500 +-0.115722656250 +-0.061767578125 +-0.613281250000 +0.210937500000 +-0.033203125000 +-0.130859375000 +0.190429687500 +-0.013732910156 +-0.037841796875 +-0.072753906250 +-0.216796875000 +-0.120117187500 +-0.026000976562 +-0.147460937500 +-0.214843750000 +-0.566406250000 +0.134765625000 +0.086914062500 +0.056152343750 +-0.027709960938 +-0.115234375000 +-0.277343750000 +-0.122070312500 +-0.082031250000 +0.086914062500 +0.221679687500 +-0.007049560547 +-0.179687500000 +0.089355468750 +0.062988281250 +-0.004638671875 +-0.267578125000 +0.061523437500 +-0.314453125000 +-0.147460937500 +0.030395507812 +0.041992187500 +-0.076660156250 +0.023315429688 +0.011962890625 +-0.051025390625 +-0.008056640625 +0.120605468750 +0.089355468750 +-0.036621093750 +-0.069824218750 +-0.052246093750 +-0.060302734375 +0.116210937500 +-0.025512695312 +0.043701171875 +0.052246093750 +0.012268066406 +0.043457031250 +-0.035888671875 +-0.038818359375 +0.027587890625 +0.243164062500 +-0.051025390625 +0.045654296875 +-0.131835937500 +-0.158203125000 +-0.218750000000 +-0.092285156250 +0.071777343750 +-0.113769531250 +-0.253906250000 +0.113281250000 +-0.091796875000 +0.012878417969 +0.095703125000 +-0.017822265625 +-0.039794921875 +-0.119628906250 +-0.277343750000 +-0.259765625000 +-0.082031250000 +-0.279296875000 +-0.160156250000 +-0.361328125000 +0.248046875000 +-0.018554687500 +0.033447265625 +-0.032226562500 +-0.169921875000 +-0.339843750000 +-0.080566406250 +0.054931640625 +-0.067382812500 +0.095214843750 +-0.034667968750 +-0.148437500000 +-0.015319824219 +0.050781250000 +-0.196289062500 +-0.339843750000 +0.136718750000 +-0.158203125000 +-0.150390625000 +0.117675781250 +-0.126953125000 +-0.115722656250 +0.068847656250 +0.125976562500 +-0.080078125000 +-0.042236328125 +-0.094238281250 +0.067382812500 +0.207031250000 +-0.104980468750 +-0.068359375000 +-0.070800781250 +0.182617187500 +0.002655029297 +0.103515625000 +-0.057128906250 +0.051025390625 +-0.138671875000 +0.033691406250 +-0.034912109375 +0.139648437500 +0.123535156250 +-0.115234375000 +-0.053955078125 +0.039794921875 +0.082519531250 +-0.119140625000 +-0.130859375000 +-0.226562500000 +-0.006683349609 +-0.215820312500 +0.156250000000 +-0.134765625000 +-0.161132812500 +-0.037109375000 +0.093750000000 +0.085449218750 +-0.152343750000 +0.034179687500 +-0.099121093750 +-0.462890625000 +-0.172851562500 +-0.166992187500 +-0.081542968750 +0.108398437500 +0.100585937500 +0.022827148438 +-0.166015625000 +0.030273437500 +-0.095703125000 +-0.137695312500 +0.021484375000 +0.330078125000 +0.304687500000 +0.085937500000 +0.097656250000 +0.123535156250 +-0.007659912109 +0.010131835938 +-0.291015625000 +-0.208984375000 +0.097167968750 +0.263671875000 +0.166015625000 +0.251953125000 +-0.216796875000 +0.250000000000 +-0.149414062500 +-0.251953125000 +-0.156250000000 +-0.423828125000 +0.095214843750 +-0.116699218750 +-0.519531250000 +-0.080566406250 +-0.375000000000 +-0.067382812500 +0.005004882812 +0.291015625000 +0.059570312500 +0.031738281250 +-0.110351562500 +0.414062500000 +0.204101562500 +-0.546875000000 +-0.441406250000 +-0.014404296875 +-0.035400390625 +-0.038818359375 +-0.068847656250 +0.008361816406 +-0.259765625000 +0.054199218750 +0.014221191406 +0.017211914062 +-0.043945312500 +-0.304687500000 +0.043457031250 +-0.034667968750 +0.109863281250 +-0.077148437500 +0.014282226562 +0.038574218750 +-0.097656250000 +-0.515625000000 +-0.098144531250 +0.120117187500 +-0.137695312500 +0.111816406250 +-0.066894531250 +-0.128906250000 +-0.279296875000 +0.095703125000 +-0.031982421875 +-0.051757812500 +0.002441406250 +0.098632812500 +0.125976562500 +0.141601562500 +0.135742187500 +0.170898437500 +0.014343261719 +0.077636718750 +-0.222656250000 +-0.394531250000 +-0.018188476562 +0.081542968750 +0.094238281250 +0.016235351562 +-0.355468750000 +0.132812500000 +-0.308593750000 +-0.138671875000 +-0.030761718750 +-0.193359375000 +-0.033203125000 +0.017700195312 +-0.406250000000 +-0.083496093750 +0.400390625000 +-0.126953125000 +-0.014892578125 +0.178710937500 +0.165039062500 +-0.005645751953 +-0.039062500000 +0.205078125000 +-0.034423828125 +-0.133789062500 +-0.021728515625 +-0.042236328125 +0.052001953125 +-0.073730468750 +0.048095703125 +0.146484375000 +-0.213867187500 +-0.064453125000 +0.001525878906 +-0.021606445312 +-0.079101562500 +-0.554687500000 +-0.060302734375 +-0.168945312500 +0.139648437500 +0.005218505859 +-0.010620117188 +0.115234375000 +-0.100097656250 +-0.283203125000 +-0.139648437500 +-0.112304687500 +0.012451171875 +-0.061035156250 +-0.199218750000 +0.084472656250 +-0.431640625000 +0.240234375000 +-0.062500000000 +-0.165039062500 +-0.013000488281 +0.193359375000 +0.121582031250 +0.168945312500 +0.017333984375 +0.149414062500 +0.080078125000 +0.178710937500 +-0.147460937500 +-0.250000000000 +0.083496093750 +-0.083007812500 +0.180664062500 +-0.114257812500 +-0.375000000000 +0.151367187500 +-0.306640625000 +0.063964843750 +-0.021850585938 +-0.267578125000 +-0.136718750000 +0.014648437500 +-0.082031250000 +0.111816406250 +-0.153320312500 +0.047119140625 +-0.031982421875 +0.130859375000 +0.137695312500 +0.075683593750 +-0.149414062500 +0.345703125000 +0.189453125000 +-0.292968750000 +-0.223632812500 +0.099121093750 +0.035400390625 +-0.029052734375 +-0.051513671875 +0.001907348633 +-0.139648437500 +-0.122558593750 +-0.029541015625 +0.029418945312 +-0.106933593750 +-0.062011718750 +0.092285156250 +-0.062255859375 +0.145507812500 +0.009582519531 +-0.199218750000 +-0.019287109375 +-0.067382812500 +-0.232421875000 +-0.077636718750 +-0.133789062500 +0.002151489258 +-0.010437011719 +-0.216796875000 +0.050781250000 +-0.365234375000 +-0.306640625000 +-0.110839843750 +0.061767578125 +0.018066406250 +0.118164062500 +-0.096679687500 +-0.001930236816 +0.050292968750 +0.116699218750 +0.005279541016 +-0.193359375000 +-0.051025390625 +-0.371093750000 +-0.024902343750 +0.037841796875 +0.100097656250 +-0.030883789062 +-0.137695312500 +0.027465820312 +-0.238281250000 +-0.142578125000 +-0.138671875000 +-0.201171875000 +-0.076171875000 +0.020141601562 +-0.226562500000 +0.000314712524 +0.289062500000 +-0.063476562500 +-0.065429687500 +0.033691406250 +0.208984375000 +-0.094726562500 +-0.121582031250 +0.277343750000 +0.132812500000 +-0.203125000000 +0.161132812500 +0.075683593750 +0.013671875000 +0.072753906250 +0.104003906250 +-0.310546875000 +-0.092285156250 +-0.079101562500 +-0.255859375000 +0.018676757812 +-0.228515625000 +-0.001869201660 +-0.029663085938 +0.018920898438 +0.145507812500 +0.013122558594 +-0.357421875000 +-0.146484375000 +-0.094238281250 +-0.135742187500 +0.020385742188 +-0.013732910156 +-0.148437500000 +-0.176757812500 +-0.214843750000 +0.129882812500 +0.004913330078 +-0.048339843750 +-0.054199218750 +0.075683593750 +0.058593750000 +-0.052978515625 +0.235351562500 +-0.052734375000 +-0.019042968750 +0.100097656250 +-0.077148437500 +-0.191406250000 +-0.339843750000 +-0.300781250000 +-0.107910156250 +-0.402343750000 +0.158203125000 +0.259765625000 +-0.267578125000 +0.203125000000 +-0.236328125000 +0.132812500000 +-0.198242187500 +-0.351562500000 +-0.035400390625 +0.064941406250 +-0.621093750000 +-0.036376953125 +-0.067382812500 +-0.074218750000 +0.039794921875 +0.152343750000 +0.179687500000 +-0.146484375000 +-0.034179687500 +0.170898437500 +0.125000000000 +-0.125976562500 +0.010192871094 +0.051269531250 +-0.028564453125 +0.084472656250 +0.085937500000 +-0.192382812500 +-0.197265625000 +-0.028686523438 +-0.423828125000 +-0.013488769531 +-0.304687500000 +-0.018554687500 +0.000827789307 +0.038818359375 +0.182617187500 +-0.004669189453 +-0.371093750000 +-0.112792968750 +-0.186523437500 +-0.169921875000 +-0.140625000000 +-0.138671875000 +-0.063476562500 +0.188476562500 +0.106445312500 +0.135742187500 +-0.034912109375 +-0.049316406250 +-0.198242187500 +0.084472656250 +0.007568359375 +0.069335937500 +0.059814453125 +0.026733398438 +0.215820312500 +0.060546875000 +0.076660156250 +-0.135742187500 +-0.498046875000 +0.134765625000 +-0.070800781250 +-0.038818359375 +0.158203125000 +-0.152343750000 +-0.269531250000 +0.055664062500 +-0.174804687500 +-0.084960937500 +-0.048095703125 +-0.221679687500 +-0.104492187500 +-0.014892578125 +-0.621093750000 +-0.023681640625 +0.410156250000 +0.084472656250 +-0.133789062500 +0.011474609375 +0.054687500000 +-0.216796875000 +-0.080566406250 +0.148437500000 +-0.049316406250 +-0.172851562500 +-0.083007812500 +0.043457031250 +0.046386718750 +0.091796875000 +-0.098632812500 +0.009521484375 +-0.527343750000 +0.257812500000 +-0.204101562500 +-0.065429687500 +-0.211914062500 +0.071777343750 +0.049560546875 +-0.123535156250 +0.075195312500 +-0.185546875000 +-0.147460937500 +-0.102539062500 +0.010009765625 +0.138671875000 +-0.081054687500 +0.039062500000 +-0.067871093750 +-0.154296875000 +-0.081542968750 +0.137695312500 +-0.328125000000 +-0.011962890625 +-0.000766754150 +0.139648437500 +0.208007812500 +0.052001953125 +0.144531250000 +-0.056152343750 +0.090332031250 +0.065917968750 +0.053710937500 +-0.151367187500 +-0.601562500000 +0.138671875000 +-0.021362304688 +0.104980468750 +-0.046386718750 +-0.202148437500 +-0.216796875000 +0.281250000000 +-0.176757812500 +-0.034423828125 +0.153320312500 +-0.523437500000 +-0.011779785156 +0.068359375000 +-0.004638671875 +-0.002090454102 +-0.226562500000 +-0.012878417969 +-0.073730468750 +0.257812500000 +0.130859375000 +0.257812500000 +-0.039062500000 +0.155273437500 +0.215820312500 +-0.131835937500 +-0.143554687500 +-0.086914062500 +-0.067382812500 +0.000583648682 +0.027832031250 +-0.131835937500 +-0.617187500000 +0.196289062500 +0.168945312500 +-0.051513671875 +-0.073242187500 +-0.021972656250 +0.034423828125 +-0.091796875000 +0.193359375000 +-0.134765625000 +-0.057128906250 +0.022216796875 +-0.149414062500 +-0.308593750000 +-0.065429687500 +0.304687500000 +-0.031250000000 +-0.141601562500 +0.194335937500 +-0.034423828125 +-0.069335937500 +0.016357421875 +-0.180664062500 +-0.046142578125 +0.074707031250 +-0.130859375000 +0.251953125000 +-0.140625000000 +0.048339843750 +0.045410156250 +0.021362304688 +-0.038330078125 +0.084472656250 +-0.104492187500 +-0.047119140625 +0.091308593750 +0.099609375000 +-0.174804687500 +-0.034179687500 +-0.316406250000 +-0.057861328125 +0.093261718750 +0.093261718750 +-0.088867187500 +0.018432617188 +0.144531250000 +0.043457031250 +0.210937500000 +0.074707031250 +0.147460937500 +0.093261718750 +-0.490234375000 +-0.316406250000 +-0.080566406250 +-0.176757812500 +0.213867187500 +-0.088378906250 +-0.186523437500 +0.085449218750 +0.050781250000 +-0.049804687500 +-0.052734375000 +0.016357421875 +0.050537109375 +-0.153320312500 +-0.023559570312 +0.142578125000 +0.057128906250 +-0.011352539062 +-0.026000976562 +-0.188476562500 +-0.310546875000 +0.337890625000 +0.128906250000 +-0.047851562500 +0.015197753906 +-0.182617187500 +-0.589843750000 +-0.098632812500 +0.392578125000 +-0.079101562500 +0.051025390625 +0.112792968750 +0.019042968750 +-0.034912109375 +0.064453125000 +-0.500000000000 +-0.040771484375 +-0.098144531250 +-0.144531250000 +0.162109375000 +-0.050292968750 +0.081054687500 +-0.458984375000 +-0.017578125000 +0.008605957031 +0.019165039062 +-0.126953125000 +-0.073730468750 +0.170898437500 +0.008972167969 +-0.061767578125 +0.014648437500 +-0.077636718750 +0.023071289062 +-0.083496093750 +0.049560546875 +-0.163085937500 +0.168945312500 +-0.081054687500 +0.112304687500 +0.337890625000 +-0.005859375000 +0.244140625000 +0.008911132812 +-0.371093750000 +-0.145507812500 +-0.224609375000 +-0.206054687500 +0.181640625000 +0.000625610352 +-0.142578125000 +0.059570312500 +0.136718750000 +-0.099609375000 +0.039306640625 +0.058349609375 +-0.048583984375 +-0.033203125000 +-0.028320312500 +0.083984375000 +-0.006866455078 +-0.138671875000 +0.044433593750 +-0.126953125000 +-0.145507812500 +0.341796875000 +-0.332031250000 +-0.200195312500 +0.221679687500 +-0.060058593750 +-0.466796875000 +-0.070312500000 +0.412109375000 +0.138671875000 +0.042724609375 +-0.025024414062 +0.137695312500 +-0.095703125000 +-0.073242187500 +-0.443359375000 +0.050292968750 +0.054931640625 +-0.012023925781 +-0.027954101562 +-0.104492187500 +-0.068359375000 +-0.457031250000 +-0.026855468750 +-0.037597656250 +0.083007812500 +-0.142578125000 +-0.083496093750 +0.191406250000 +0.002883911133 +-0.159179687500 +-0.099121093750 +-0.004150390625 +-0.090332031250 +-0.294921875000 +-0.008544921875 +-0.072265625000 +0.133789062500 +-0.005676269531 +0.125976562500 +-0.691406250000 +-0.077636718750 +0.040039062500 +0.136718750000 +-0.242187500000 +-0.129882812500 +0.130859375000 +-0.153320312500 +0.246093750000 +-0.052490234375 +-0.127929687500 +0.166015625000 +0.056640625000 +-0.053710937500 +-0.067871093750 +0.165039062500 +0.055419921875 +0.111816406250 +-0.007995605469 +-0.092285156250 +0.003112792969 +-0.179687500000 +0.012512207031 +-0.091796875000 +-0.010803222656 +0.206054687500 +0.067871093750 +-0.188476562500 +0.137695312500 +-0.007080078125 +-0.198242187500 +-0.101562500000 +0.300781250000 +-0.002365112305 +0.157226562500 +-0.369140625000 +-0.068359375000 +-0.220703125000 +0.142578125000 +-0.183593750000 +0.107421875000 +-0.034912109375 +0.064453125000 +0.155273437500 +-0.023681640625 +0.145507812500 +-0.080078125000 +-0.029296875000 +0.000640869141 +-0.008056640625 +-0.046875000000 +-0.304687500000 +0.169921875000 +0.076660156250 +-0.056152343750 +-0.005950927734 +0.063476562500 +0.075683593750 +0.086914062500 +-0.161132812500 +-0.239257812500 +0.190429687500 +0.011413574219 +0.092285156250 +-0.151367187500 +-0.192382812500 +-0.036376953125 +0.060302734375 +-0.222656250000 +-0.269531250000 +0.302734375000 +-0.235351562500 +0.277343750000 +-0.038330078125 +-0.134765625000 +0.012634277344 +-0.029418945312 +-0.148437500000 +-0.010925292969 +0.021240234375 +-0.023925781250 +0.109863281250 +0.058837890625 +-0.246093750000 +-0.078613281250 +0.074218750000 +0.057617187500 +-0.033691406250 +0.040771484375 +0.347656250000 +0.084472656250 +0.165039062500 +0.142578125000 +-0.013977050781 +-0.024414062500 +-0.066406250000 +0.101074218750 +-0.056396484375 +0.170898437500 +-0.375000000000 +0.064453125000 +-0.160156250000 +0.063964843750 +-0.277343750000 +0.144531250000 +0.044189453125 +0.012268066406 +-0.092773437500 +-0.085449218750 +-0.121093750000 +-0.040283203125 +0.045166015625 +-0.022827148438 +0.144531250000 +-0.043212890625 +-0.265625000000 +0.061767578125 +-0.063476562500 +0.077636718750 +-0.127929687500 +-0.068847656250 +-0.057617187500 +0.151367187500 +0.010986328125 +-0.171875000000 +0.251953125000 +-0.181640625000 +0.234375000000 +0.018432617188 +-0.314453125000 +0.074707031250 +0.138671875000 +-0.314453125000 +-0.031982421875 +0.116210937500 +-0.073730468750 +0.285156250000 +-0.103027343750 +-0.122070312500 +-0.231445312500 +0.115722656250 +-0.073730468750 +-0.036132812500 +0.073242187500 +-0.015991210938 +-0.065429687500 +0.107421875000 +-0.193359375000 +0.126953125000 +-0.197265625000 +-0.199218750000 +-0.096679687500 +-0.162109375000 +0.304687500000 +-0.221679687500 +0.073242187500 +0.098144531250 +0.040527343750 +0.013183593750 +0.013305664062 +0.127929687500 +0.012878417969 +0.013977050781 +-0.182617187500 +-0.082519531250 +-0.167968750000 +-0.009216308594 +-0.263671875000 +0.004913330078 +-0.041992187500 +-0.008850097656 +0.230468750000 +-0.175781250000 +0.083007812500 +-0.061767578125 +0.039794921875 +-0.094726562500 +-0.038574218750 +-0.019287109375 +-0.150390625000 +0.081054687500 +0.161132812500 +0.012329101562 +-0.133789062500 +0.024536132812 +0.189453125000 +0.070312500000 +0.302734375000 +0.021850585938 +0.176757812500 +-0.062255859375 +0.177734375000 +0.023315429688 +0.025390625000 +0.170898437500 +0.105957031250 +-0.408203125000 +-0.328125000000 +-0.177734375000 +-0.234375000000 +0.279296875000 +-0.038574218750 +0.137695312500 +-0.151367187500 +0.112304687500 +-0.050048828125 +0.073242187500 +0.069335937500 +-0.021362304688 +0.047119140625 +-0.026977539062 +0.116699218750 +-0.094238281250 +-0.039306640625 +-0.255859375000 +-0.035156250000 +-0.206054687500 +0.275390625000 +0.112792968750 +0.249023437500 +0.074707031250 +0.213867187500 +0.023803710938 +0.067382812500 +0.172851562500 +-0.099121093750 +0.261718750000 +-0.000961303711 +-0.100097656250 +-0.160156250000 +0.108398437500 +-0.230468750000 +-0.061523437500 +0.102050781250 +-0.176757812500 +0.031494140625 +-0.186523437500 +0.078125000000 +0.086425781250 +-0.068847656250 +-0.113769531250 +0.018798828125 +0.154296875000 +-0.072265625000 +0.235351562500 +0.109863281250 +0.110351562500 +-0.175781250000 +0.148437500000 +-0.114746093750 +0.124511718750 +0.105468750000 +0.070312500000 +0.063964843750 +-0.098144531250 +0.185546875000 +-0.119628906250 +-0.125000000000 +-0.079101562500 +-0.020629882812 +-0.404296875000 +-0.163085937500 +-0.084472656250 +-0.166015625000 +0.217773437500 +-0.245117187500 +-0.005828857422 +-0.175781250000 +0.038085937500 +0.040771484375 +-0.051025390625 +0.048828125000 +0.026855468750 +-0.209960937500 +-0.009887695312 +0.124511718750 +-0.000160217285 +-0.174804687500 +-0.082519531250 +-0.094238281250 +0.055175781250 +0.149414062500 +-0.474609375000 +0.036621093750 +-0.184570312500 +0.292968750000 +0.209960937500 +-0.197265625000 +-0.308593750000 +-0.102539062500 +-0.093750000000 +-0.145507812500 +-0.109375000000 +-0.070800781250 +0.108886718750 +0.188476562500 +-0.144531250000 +-0.253906250000 +-0.145507812500 +-0.166015625000 +0.027343750000 +-0.032714843750 +0.032958984375 +0.119628906250 +0.077636718750 +-0.147460937500 +0.029541015625 +0.057617187500 +-0.067871093750 +-0.025390625000 +-0.010925292969 +0.016967773438 +0.013671875000 +-0.143554687500 +0.010009765625 +0.328125000000 +0.209960937500 +0.357421875000 +-0.105957031250 +-0.108886718750 +0.104492187500 +-0.237304687500 +0.029418945312 +0.013366699219 +-0.239257812500 +-0.020996093750 +-0.421875000000 +-0.031738281250 +0.046630859375 +0.115722656250 +-0.029541015625 +0.093750000000 +-0.083984375000 +-0.180664062500 +-0.578125000000 +-0.234375000000 +0.164062500000 +-0.049316406250 +-0.068359375000 +0.084472656250 +0.075683593750 +-0.157226562500 +-0.203125000000 +-0.036865234375 +0.062988281250 +0.472656250000 +-0.122070312500 +-0.080566406250 +0.019409179688 +0.195312500000 +-0.078613281250 +-0.150390625000 +-0.458984375000 +0.018676757812 +0.202148437500 +0.046875000000 +-0.190429687500 +-0.201171875000 +0.223632812500 +0.243164062500 +-0.165039062500 +0.164062500000 +0.025878906250 +0.055664062500 +-0.054931640625 +0.053710937500 +0.035888671875 +-0.382812500000 +0.136718750000 +0.006347656250 +0.046142578125 +-0.018798828125 +0.055175781250 +-0.007049560547 +-0.073730468750 +0.031494140625 +0.127929687500 +0.191406250000 +-0.220703125000 +0.275390625000 +0.040771484375 +0.248046875000 +-0.022705078125 +-0.039550781250 +0.257812500000 +0.019775390625 +-0.077148437500 +-0.072753906250 +-0.045166015625 +-0.011352539062 +-0.664062500000 +0.161132812500 +0.156250000000 +-0.060546875000 +0.005859375000 +-0.037353515625 +0.089843750000 +0.134765625000 +-0.363281250000 +-0.239257812500 +-0.056396484375 +0.184570312500 +-0.201171875000 +0.079101562500 +0.210937500000 +0.044677734375 +0.174804687500 +0.085937500000 +-0.068359375000 +-0.000286102295 +0.255859375000 +0.089843750000 +-0.249023437500 +0.302734375000 +0.166992187500 +-0.139648437500 +-0.161132812500 +-0.018798828125 +0.079589843750 +0.048095703125 +0.173828125000 +-0.221679687500 +0.139648437500 +0.300781250000 +-0.066406250000 +-0.150390625000 +0.040283203125 +0.127929687500 +-0.013427734375 +-0.018676757812 +0.005187988281 +-0.625000000000 +0.014038085938 +0.199218750000 +0.015991210938 +-0.104980468750 +0.015502929688 +0.039794921875 +-0.083496093750 +-0.037597656250 +0.131835937500 +0.072753906250 +0.231445312500 +0.232421875000 +0.033935546875 +0.250000000000 +-0.219726562500 +-0.026000976562 +0.056152343750 +-0.129882812500 +0.031005859375 +-0.082519531250 +-0.017822265625 +0.347656250000 +-0.429687500000 +-0.084472656250 +0.077148437500 +0.184570312500 +-0.014892578125 +0.056640625000 +-0.093261718750 +0.084960937500 +-0.188476562500 +-0.277343750000 +-0.039794921875 +-0.047607421875 +0.009704589844 +0.018310546875 +0.205078125000 +0.016845703125 +0.248046875000 +0.083007812500 +0.062988281250 +0.314453125000 +0.024169921875 +-0.061035156250 +-0.140625000000 +0.207031250000 +0.021850585938 +-0.158203125000 +-0.355468750000 +0.064453125000 +0.101562500000 +0.052978515625 +-0.283203125000 +0.043212890625 +-0.070800781250 +0.009460449219 +0.007202148438 +0.095214843750 +-0.161132812500 +0.118652343750 +0.110839843750 +-0.081054687500 +-0.047119140625 +-0.263671875000 +0.052001953125 +-0.077636718750 +-0.044189453125 +-0.136718750000 +-0.076171875000 +0.011962890625 +0.175781250000 +0.014282226562 +-0.225585937500 +0.316406250000 +-0.437500000000 +-0.023437500000 +-0.021972656250 +0.073242187500 +0.123046875000 +-0.010803222656 +0.133789062500 +-0.039794921875 +0.034667968750 +-0.090820312500 +0.049560546875 +0.144531250000 +-0.337890625000 +-0.073242187500 +-0.096191406250 +-0.055419921875 +0.036376953125 +-0.041748046875 +0.036865234375 +-0.292968750000 +-0.222656250000 +-0.267578125000 +0.060791015625 +0.139648437500 +0.022094726562 +-0.034423828125 +0.186523437500 +-0.036132812500 +-0.083984375000 +0.026733398438 +-0.439453125000 +0.110839843750 +0.104492187500 +0.173828125000 +0.059326171875 +0.302734375000 +0.246093750000 +-0.181640625000 +-0.027099609375 +-0.089355468750 +0.086914062500 +0.065917968750 +-0.038818359375 +0.038330078125 +-0.028442382812 +0.190429687500 +-0.007629394531 +-0.181640625000 +0.158203125000 +0.081054687500 +-0.080078125000 +0.062500000000 +0.133789062500 +-0.326171875000 +0.136718750000 +0.068847656250 +0.128906250000 +-0.187500000000 +-0.023925781250 +-0.057617187500 +-0.030639648438 +0.108886718750 +-0.180664062500 +-0.091796875000 +-0.245117187500 +-0.134765625000 +0.108886718750 +0.214843750000 +-0.141601562500 +-0.113281250000 +-0.149414062500 +-0.157226562500 +0.050292968750 +0.157226562500 +0.051513671875 +-0.404296875000 +-0.108398437500 +0.203125000000 +-0.005767822266 +0.025512695312 +0.046630859375 +-0.542968750000 +-0.083984375000 +0.072753906250 +-0.111816406250 +-0.255859375000 +-0.001487731934 +-0.005432128906 +-0.187500000000 +0.257812500000 +0.152343750000 +-0.006256103516 +-0.206054687500 +-0.024047851562 +0.081542968750 +0.384765625000 +0.235351562500 +-0.006958007812 +-0.159179687500 +0.173828125000 +0.081054687500 +-0.171875000000 +-0.190429687500 +0.018920898438 +-0.101562500000 +0.082031250000 +-0.072753906250 +0.040039062500 +-0.014587402344 +0.398437500000 +0.065917968750 +-0.005371093750 +-0.145507812500 +0.178710937500 +-0.359375000000 +-0.004119873047 +-0.008972167969 +-0.703125000000 +0.149414062500 +0.104980468750 +-0.013427734375 +-0.130859375000 +-0.073730468750 +0.109863281250 +0.009521484375 +0.043945312500 +-0.052978515625 +0.204101562500 +0.192382812500 +-0.074707031250 +0.122558593750 +0.320312500000 +-0.049804687500 +-0.174804687500 +0.061035156250 +-0.041503906250 +0.117187500000 +0.060791015625 +-0.063476562500 +0.067871093750 +0.023559570312 +0.223632812500 +0.015258789062 +0.119628906250 +-0.120117187500 +0.033447265625 +0.020263671875 +-0.070312500000 +0.027709960938 +-0.243164062500 +-0.196289062500 +0.107910156250 +-0.074707031250 +0.064453125000 +-0.054687500000 +0.131835937500 +-0.269531250000 +0.074707031250 +-0.222656250000 +-0.112792968750 +0.027709960938 +0.002426147461 +-0.306640625000 +0.255859375000 +0.238281250000 +-0.058349609375 +-0.392578125000 +-0.141601562500 +0.125976562500 +-0.019531250000 +-0.155273437500 +-0.024414062500 +-0.040771484375 +0.126953125000 +0.051025390625 +-0.316406250000 +0.113281250000 +0.150390625000 +-0.244140625000 +0.116699218750 +-0.003356933594 +-0.441406250000 +0.033203125000 +-0.007568359375 +-0.020507812500 +-0.069335937500 +-0.077148437500 +0.021118164062 +0.015747070312 +-0.070312500000 +0.003326416016 +-0.173828125000 +0.224609375000 +-0.139648437500 +0.119140625000 +0.016357421875 +-0.053710937500 +-0.136718750000 +-0.034179687500 +-0.082031250000 +-0.065429687500 +0.075195312500 +-0.123535156250 +0.120117187500 +-0.130859375000 +-0.018066406250 +-0.012207031250 +0.004241943359 +-0.105957031250 +-0.088867187500 +0.250000000000 +-0.151367187500 +-0.095703125000 +-0.206054687500 +0.120605468750 +0.211914062500 +0.140625000000 +0.206054687500 +0.238281250000 +-0.038818359375 +-0.179687500000 +0.072265625000 +-0.037597656250 +0.427734375000 +0.259765625000 +0.135742187500 +-0.466796875000 +-0.013244628906 +-0.049804687500 +-0.503906250000 +-0.050781250000 +0.124023437500 +0.027587890625 +-0.044433593750 +0.111816406250 +0.010253906250 +-0.243164062500 +-0.172851562500 +0.103515625000 +0.005126953125 +0.035888671875 +-0.100585937500 +-0.003082275391 +-0.074218750000 +-0.051269531250 +-0.036621093750 +0.174804687500 +0.090820312500 +-0.028442382812 +-0.087402343750 +-0.326171875000 +-0.251953125000 +-0.105468750000 +-0.480468750000 +0.044677734375 +-0.253906250000 +0.125000000000 +0.140625000000 +-0.376953125000 +-0.119628906250 +0.142578125000 +-0.437500000000 +0.041748046875 +0.003814697266 +-0.037841796875 +0.168945312500 +-0.271484375000 +0.218750000000 +-0.131835937500 +0.006347656250 +0.059326171875 +0.026733398438 +0.038818359375 +0.071289062500 +0.074707031250 +-0.179687500000 +0.138671875000 +0.217773437500 +0.247070312500 +-0.217773437500 +-0.153320312500 +0.310546875000 +-0.153320312500 +0.117675781250 +0.045898437500 +-0.195312500000 +-0.089843750000 +-0.037597656250 +0.090332031250 +-0.000999450684 +-0.574218750000 +0.023071289062 +-0.218750000000 +-0.730468750000 +-0.016235351562 +0.191406250000 +0.026123046875 +-0.100097656250 +0.087402343750 +0.000526428223 +-0.562500000000 +-0.218750000000 +-0.053222656250 +0.134765625000 +-0.063964843750 +0.030029296875 +-0.043701171875 +-0.207031250000 +-0.221679687500 +-0.257812500000 +-0.166015625000 +-0.014526367188 +-0.000946044922 +-0.064453125000 +-0.285156250000 +-0.015563964844 +-0.132812500000 +-0.753906250000 +-0.055419921875 +0.013977050781 +-0.100097656250 +0.020874023438 +-0.347656250000 +-0.208007812500 +0.183593750000 +-0.304687500000 +0.066406250000 +0.055664062500 +-0.009094238281 +0.058593750000 +-0.029052734375 +0.050292968750 +0.025634765625 +-0.035888671875 +-0.039306640625 +0.273437500000 +-0.193359375000 +0.056640625000 +0.030761718750 +-0.197265625000 +0.010986328125 +0.088378906250 +0.044189453125 +0.036376953125 +0.068847656250 +0.042236328125 +-0.145507812500 +0.084472656250 +0.032470703125 +-0.227539062500 +-0.012268066406 +-0.067382812500 +0.059814453125 +-0.126953125000 +-0.382812500000 +0.039550781250 +-0.081054687500 +-0.435546875000 +0.000499725342 +0.197265625000 +-0.000036478043 +0.055175781250 +0.092773437500 +-0.119628906250 +-0.176757812500 +-0.312500000000 +-0.045654296875 +0.085449218750 +-0.148437500000 +-0.060302734375 +0.036376953125 +-0.172851562500 +-0.117675781250 +-0.104980468750 +0.193359375000 +-0.062988281250 +0.007232666016 +-0.125976562500 +-0.110839843750 +-0.059326171875 +0.113281250000 +-0.632812500000 +0.056396484375 +0.020263671875 +0.054687500000 +-0.004821777344 +-0.187500000000 +-0.100097656250 +-0.108398437500 +-0.562500000000 +-0.059326171875 +0.125000000000 +0.020996093750 +0.131835937500 +-0.163085937500 +0.074218750000 +0.083007812500 +-0.058105468750 +0.154296875000 +0.030517578125 +-0.008666992188 +-0.084960937500 +-0.106933593750 +0.021606445312 +-0.053710937500 +0.097656250000 +0.245117187500 +-0.259765625000 +0.111816406250 +0.182617187500 +-0.120605468750 +-0.404296875000 +-0.076171875000 +-0.203125000000 +0.136718750000 +-0.182617187500 +0.083496093750 +0.119628906250 +-0.582031250000 +-0.077636718750 +0.075195312500 +-0.601562500000 +0.000036478043 +0.183593750000 +-0.031127929688 +0.120117187500 +0.091796875000 +0.039062500000 +-0.085449218750 +-0.273437500000 +0.122558593750 +0.098144531250 +-0.044921875000 +-0.275390625000 +-0.209960937500 +-0.310546875000 +-0.001152038574 +-0.013061523438 +0.184570312500 +0.064453125000 +0.043701171875 +-0.486328125000 +-0.392578125000 +-0.169921875000 +0.122070312500 +-0.291015625000 +-0.032714843750 +-0.006530761719 +0.129882812500 +0.036621093750 +-0.237304687500 +0.125000000000 +-0.006256103516 +-0.437500000000 +0.042236328125 +0.076660156250 +0.094726562500 +0.116210937500 +-0.024414062500 +-0.000843048096 +-0.080078125000 +0.025634765625 +0.012023925781 +0.332031250000 +-0.107910156250 +0.005859375000 +-0.049804687500 +0.059814453125 +-0.041259765625 +0.240234375000 +0.302734375000 +0.079101562500 +-0.022705078125 +0.194335937500 +-0.039062500000 +-0.094726562500 +-0.006866455078 +-0.023315429688 +-0.043212890625 +-0.139648437500 +0.235351562500 +0.107910156250 +-0.361328125000 +0.102539062500 +-0.020507812500 +-0.703125000000 +0.007324218750 +0.092773437500 +-0.073242187500 +0.094238281250 +0.166015625000 +-0.064453125000 +-0.135742187500 +-0.174804687500 +0.005371093750 +0.063964843750 +0.041748046875 +-0.085449218750 +-0.044189453125 +-0.621093750000 +0.051025390625 +-0.114746093750 +0.001350402832 +-0.016113281250 +-0.053710937500 +-0.664062500000 +-0.707031250000 +-0.077148437500 +0.054199218750 +-0.871093750000 +0.136718750000 +-0.180664062500 +0.015380859375 +-0.135742187500 +-0.371093750000 +0.102050781250 +0.154296875000 +-0.158203125000 +-0.041259765625 +0.046386718750 +0.001998901367 +0.109375000000 +-0.006103515625 +0.091796875000 +-0.165039062500 +0.047607421875 +0.003005981445 +-0.020263671875 +0.167968750000 +-0.087402343750 +-0.176757812500 +-0.104003906250 +0.223632812500 +0.198242187500 +-0.141601562500 +-0.011962890625 +0.141601562500 +0.087402343750 +-0.149414062500 +-0.171875000000 +0.058105468750 +-0.050781250000 +0.000328063965 +-0.072753906250 +-0.097167968750 +0.024169921875 +-0.365234375000 +-0.081054687500 +-0.028320312500 +-0.660156250000 +0.028198242188 +0.214843750000 +0.076660156250 +0.055908203125 +0.200195312500 +-0.124023437500 +-0.007873535156 +-0.209960937500 +0.120605468750 +0.073242187500 +-0.109863281250 +0.147460937500 +-0.129882812500 +-0.437500000000 +0.047607421875 +-0.076171875000 +0.065429687500 +0.094238281250 +-0.068847656250 +-0.246093750000 +-0.507812500000 +-0.156250000000 +0.001373291016 +-0.871093750000 +0.051025390625 +-0.097656250000 +0.189453125000 +0.117675781250 +-0.447265625000 +0.048583984375 +0.056640625000 +-0.453125000000 +0.006958007812 +0.066894531250 +0.072265625000 +-0.113281250000 +-0.061035156250 +0.241210937500 +-0.179687500000 +0.038574218750 +-0.008117675781 +0.071289062500 +0.050781250000 +0.035644531250 +-0.125976562500 +-0.285156250000 +0.066406250000 +0.092773437500 +0.083007812500 +0.234375000000 +0.106933593750 +0.332031250000 +-0.018798828125 +-0.119628906250 +-0.073730468750 +-0.182617187500 +-0.010864257812 +0.003356933594 +-0.182617187500 +0.090332031250 +-0.519531250000 +0.058837890625 +0.060546875000 +-0.683593750000 +0.065429687500 +0.156250000000 +-0.114257812500 +-0.015075683594 +0.169921875000 +-0.035400390625 +-0.072753906250 +-0.306640625000 +-0.047119140625 +-0.069335937500 +-0.359375000000 +0.108886718750 +-0.054931640625 +-0.326171875000 +0.103027343750 +-0.123535156250 +-0.082519531250 +-0.190429687500 +-0.102050781250 +-0.108398437500 +-0.515625000000 +-0.202148437500 +0.072753906250 +-0.308593750000 +0.178710937500 +-0.365234375000 +0.234375000000 +-0.006561279297 +-0.460937500000 +0.014099121094 +-0.073242187500 +-0.267578125000 +-0.010192871094 +0.065429687500 +0.047363281250 +0.004180908203 +-0.225585937500 +-0.116210937500 +-0.243164062500 +-0.101562500000 +0.193359375000 +-0.127929687500 +-0.065917968750 +0.160156250000 +-0.076660156250 +-0.230468750000 +-0.052490234375 +0.237304687500 +0.241210937500 +-0.109863281250 +0.242187500000 +-0.075195312500 +-0.112792968750 +0.127929687500 +0.001876831055 +-0.184570312500 +0.006011962891 +0.118164062500 +-0.102539062500 +-0.017333984375 +-0.058837890625 +0.017822265625 +0.043701171875 +-0.114746093750 +0.034179687500 +-0.039062500000 +0.006866455078 +0.090820312500 +-0.176757812500 +0.095214843750 +-0.085937500000 +0.078613281250 +0.102050781250 +-0.077148437500 +-0.035888671875 +0.007568359375 +-0.081054687500 +-0.019653320312 +-0.045410156250 +0.121582031250 +-0.024047851562 +-0.267578125000 +0.006072998047 +0.162109375000 +-0.219726562500 +-0.249023437500 +-0.173828125000 +-0.149414062500 +-0.154296875000 +0.079589843750 +-0.021850585938 +-0.036376953125 +-0.289062500000 +0.094238281250 +-0.073242187500 +-0.085449218750 +-0.039550781250 +0.057128906250 +-0.006744384766 +-0.108398437500 +-0.027343750000 +0.052978515625 +0.019775390625 +0.116699218750 +0.004638671875 +0.176757812500 +-0.066894531250 +0.009948730469 +-0.006164550781 +-0.365234375000 +-0.144531250000 +0.412109375000 +-0.049072265625 +-0.049316406250 +0.137695312500 +-0.070800781250 +-0.038818359375 +0.222656250000 +0.117187500000 +-0.277343750000 +0.068847656250 +-0.091796875000 +-0.005157470703 +0.083984375000 +-0.102050781250 +0.080566406250 +0.269531250000 +0.089843750000 +0.083984375000 +-0.188476562500 +0.026977539062 +0.030273437500 +-0.242187500000 +0.040527343750 +-0.112304687500 +0.214843750000 +-0.035888671875 +-0.104492187500 +-0.034423828125 +-0.004669189453 +0.029418945312 +-0.008911132812 +-0.033447265625 +0.032470703125 +0.427734375000 +0.162109375000 +-0.015502929688 +0.011718750000 +0.048095703125 +-0.057617187500 +-0.200195312500 +-0.244140625000 +-0.028808593750 +-0.136718750000 +-0.164062500000 +0.235351562500 +-0.248046875000 +0.097656250000 +0.077148437500 +-0.098144531250 +-0.083496093750 +0.003356933594 +-0.064453125000 +-0.082519531250 +0.005523681641 +0.026123046875 +0.089843750000 +0.298828125000 +0.026000976562 +0.069335937500 +-0.082519531250 +0.036621093750 +0.078613281250 +-0.181640625000 +-0.542968750000 +0.231445312500 +0.089843750000 +-0.090820312500 +0.133789062500 +-0.267578125000 +0.084472656250 +0.084960937500 +0.088378906250 +-0.707031250000 +0.214843750000 +-0.130859375000 +-0.250000000000 +0.018676757812 +-0.068359375000 +-0.078125000000 +0.273437500000 +-0.045166015625 +0.007812500000 +-0.048828125000 +-0.029663085938 +-0.013732910156 +-0.285156250000 +-0.055419921875 +-0.043945312500 +0.265625000000 +-0.044677734375 +-0.082519531250 +-0.050292968750 +-0.157226562500 +0.073730468750 +0.064941406250 +-0.035156250000 +0.042724609375 +-0.105468750000 +0.059570312500 +-0.087402343750 +0.140625000000 +0.024658203125 +-0.166015625000 +-0.123535156250 +-0.243164062500 +-0.184570312500 +-0.021728515625 +0.084960937500 +0.038818359375 +-0.083007812500 +0.110839843750 +-0.090332031250 +0.015380859375 +-0.247070312500 +-0.042236328125 +0.016601562500 +0.231445312500 +0.112792968750 +-0.153320312500 +0.029052734375 +0.069335937500 +0.071289062500 +0.035400390625 +-0.011962890625 +-0.126953125000 +0.165039062500 +-0.197265625000 +-0.652343750000 +0.074218750000 +0.044189453125 +-0.086914062500 +0.125000000000 +-0.355468750000 +0.114746093750 +0.215820312500 +0.269531250000 +-0.644531250000 +0.067382812500 +-0.125000000000 +-0.027587890625 +0.019042968750 +-0.166015625000 +0.087890625000 +-0.127929687500 +-0.294921875000 +-0.106933593750 +0.001510620117 +-0.045166015625 +0.171875000000 +-0.101074218750 +0.188476562500 +0.130859375000 +0.219726562500 +0.181640625000 +-0.023071289062 +-0.074218750000 +-0.138671875000 +0.051269531250 +-0.002227783203 +0.006988525391 +0.168945312500 +-0.308593750000 +0.170898437500 +0.003372192383 +-0.063964843750 +-0.061279296875 +-0.084472656250 +0.029052734375 +-0.027099609375 +0.053222656250 +-0.237304687500 +0.020507812500 +-0.215820312500 +-0.267578125000 +0.153320312500 +0.053955078125 +-0.000073909760 +-0.058105468750 +-0.077636718750 +0.187500000000 +0.143554687500 +0.029296875000 +-0.034912109375 +-0.014526367188 +0.065917968750 +0.049072265625 +-0.028442382812 +0.015747070312 +-0.168945312500 +0.244140625000 +-0.261718750000 +0.062500000000 +0.648437500000 +0.103027343750 +-0.050781250000 +0.084472656250 +-0.400390625000 +0.027465820312 +0.189453125000 +-0.166992187500 +-0.302734375000 +-0.041503906250 +-0.147460937500 +-0.261718750000 +0.002059936523 +-0.046386718750 +0.172851562500 +0.185546875000 +-0.066406250000 +-0.050048828125 +-0.031982421875 +0.051025390625 +0.237304687500 +-0.240234375000 +0.181640625000 +-0.095214843750 +0.219726562500 +0.158203125000 +-0.047851562500 +-0.024291992188 +0.133789062500 +0.026855468750 +-0.044921875000 +-0.143554687500 +0.152343750000 +-0.137695312500 +-0.236328125000 +-0.044677734375 +-0.244140625000 +-0.082519531250 +-0.134765625000 +0.042724609375 +-0.154296875000 +-0.006561279297 +-0.148437500000 +0.118164062500 +-0.200195312500 +0.006439208984 +0.051025390625 +-0.066894531250 +-0.015563964844 +-0.061279296875 +0.049072265625 +-0.012695312500 +0.096679687500 +-0.024047851562 +0.228515625000 +0.030761718750 +0.222656250000 +0.020507812500 +-0.032714843750 +-0.081054687500 +-0.071777343750 +0.148437500000 +-0.621093750000 +-0.049316406250 +0.127929687500 +-0.013183593750 +-0.003616333008 +0.054931640625 +-0.406250000000 +-0.199218750000 +0.042236328125 +0.127929687500 +-0.312500000000 +-0.218750000000 +-0.133789062500 +-0.188476562500 +0.052490234375 +-0.087402343750 +0.114746093750 +0.092773437500 +0.048339843750 +-0.012451171875 +-0.087402343750 +-0.148437500000 +-0.034179687500 +-0.109863281250 +0.117675781250 +0.108398437500 +0.083496093750 +0.225585937500 +-0.003601074219 +-0.072753906250 +-0.017211914062 +0.044677734375 +0.016113281250 +-0.279296875000 +0.120117187500 +-0.170898437500 +0.040771484375 +0.339843750000 +0.013000488281 +-0.027343750000 +-0.253906250000 +-0.053222656250 +-0.217773437500 +-0.024658203125 +0.062988281250 +0.102050781250 +-0.086425781250 +-0.178710937500 +0.043212890625 +0.018066406250 +-0.090332031250 +0.032958984375 +-0.086425781250 +-0.012145996094 +-0.033691406250 +0.141601562500 +0.029663085938 +0.014648437500 +0.195312500000 +0.058349609375 +-0.105468750000 +-0.069824218750 +-0.156250000000 +0.065429687500 +-0.597656250000 +0.038330078125 +-0.003829956055 +-0.033691406250 +-0.088378906250 +0.080078125000 +-0.190429687500 +-0.271484375000 +0.203125000000 +-0.063964843750 +-0.742187500000 +-0.233398437500 +-0.172851562500 +0.109375000000 +-0.015502929688 +-0.194335937500 +0.127929687500 +0.235351562500 +-0.121582031250 +-0.105957031250 +-0.071289062500 +0.027954101562 +0.091796875000 +-0.034667968750 +0.131835937500 +0.037109375000 +0.112792968750 +0.152343750000 +0.003128051758 +-0.025146484375 +0.051269531250 +0.090820312500 +0.002288818359 +-0.136718750000 +0.167968750000 +0.098632812500 +-0.421875000000 +0.132812500000 +0.196289062500 +0.071777343750 +-0.088378906250 +0.002624511719 +-0.100585937500 +0.066406250000 +0.008972167969 +-0.031250000000 +-0.139648437500 +-0.210937500000 +0.146484375000 +-0.010131835938 +0.012512207031 +0.053222656250 +0.044189453125 +-0.096191406250 +0.079589843750 +-0.030273437500 +0.108398437500 +-0.018920898438 +0.096191406250 +0.005432128906 +0.041015625000 +0.005859375000 +-0.002105712891 +0.289062500000 +-0.511718750000 +-0.103027343750 +0.539062500000 +-0.016113281250 +-0.033935546875 +0.108398437500 +0.035156250000 +-0.079589843750 +0.248046875000 +0.052978515625 +-0.351562500000 +-0.237304687500 +0.003311157227 +0.167968750000 +0.185546875000 +-0.412109375000 +0.236328125000 +-0.035156250000 +-0.141601562500 +0.136718750000 +0.070312500000 +-0.117675781250 +-0.021240234375 +0.076171875000 +-0.150390625000 +0.042236328125 +0.058837890625 +-0.018554687500 +0.062500000000 +-0.052246093750 +-0.027587890625 +-0.095214843750 +0.058349609375 +0.099121093750 +-0.071289062500 +0.138671875000 +0.013122558594 +0.005859375000 +-0.017578125000 +0.047851562500 +-0.031250000000 +0.064941406250 +-0.008972167969 +-0.085937500000 +-0.108886718750 +-0.043701171875 +0.104003906250 +0.225585937500 +-0.149414062500 +0.058593750000 +-0.154296875000 +0.001190185547 +-0.105957031250 +-0.111328125000 +-0.001800537109 +-0.308593750000 +0.180664062500 +-0.151367187500 +-0.078125000000 +-0.037597656250 +-0.302734375000 +-0.106445312500 +-0.084960937500 +-0.056640625000 +-0.044677734375 +-0.129882812500 +-0.205078125000 +0.166992187500 +-0.137695312500 +0.169921875000 +-0.044189453125 +0.283203125000 +0.106933593750 +-0.217773437500 +-0.092285156250 +0.134765625000 +0.244140625000 +-0.003128051758 +-0.337890625000 +-0.184570312500 +0.214843750000 +0.242187500000 +-0.515625000000 +-0.026855468750 +-0.125976562500 +-0.146484375000 +0.101074218750 +0.010986328125 +-0.028320312500 +-0.148437500000 +-0.046386718750 +-0.107421875000 +-0.053955078125 +-0.061523437500 +0.027221679688 +-0.091308593750 +0.018920898438 +-0.012023925781 +-0.044921875000 +0.123535156250 +-0.013244628906 +0.017456054688 +0.064941406250 +0.054199218750 +-0.143554687500 +-0.176757812500 +-0.042480468750 +0.206054687500 +0.164062500000 +-0.159179687500 +-0.012939453125 +-0.034912109375 +-0.121093750000 +0.031738281250 +0.062988281250 +0.029296875000 +0.279296875000 +-0.423828125000 +0.011474609375 +-0.235351562500 +0.292968750000 +-0.277343750000 +-0.104980468750 +0.031005859375 +-0.107910156250 +0.009887695312 +0.142578125000 +-0.054931640625 +-0.110351562500 +0.092285156250 +-0.224609375000 +-0.201171875000 +0.097656250000 +0.127929687500 +-0.023437500000 +0.057373046875 +0.083007812500 +-0.018188476562 +-0.106445312500 +-0.127929687500 +0.190429687500 +-0.057617187500 +-0.112304687500 +0.044677734375 +0.128906250000 +0.271484375000 +-0.233398437500 +0.068847656250 +0.042236328125 +-0.227539062500 +-0.085937500000 +-0.019165039062 +-0.146484375000 +-0.184570312500 +0.152343750000 +0.058349609375 +0.189453125000 +-0.077636718750 +0.160156250000 +0.098144531250 +-0.093261718750 +0.064453125000 +0.025268554688 +-0.002410888672 +-0.137695312500 +0.010681152344 +0.129882812500 +0.049560546875 +0.021484375000 +-0.103027343750 +0.031250000000 +-0.084960937500 +0.028930664062 +-0.109863281250 +0.085449218750 +-0.052001953125 +-0.021606445312 +-0.115234375000 +0.202148437500 +0.113281250000 +-0.084960937500 +-0.208984375000 +0.031982421875 +-0.123535156250 +0.109375000000 +-0.110839843750 +-0.125976562500 +-0.107421875000 +-0.169921875000 +0.158203125000 +0.047119140625 +-0.135742187500 +0.107910156250 +0.106933593750 +-0.100097656250 +-0.392578125000 +-0.077636718750 +0.285156250000 +0.001091003418 +0.166015625000 +-0.105468750000 +-0.253906250000 +-0.204101562500 +-0.257812500000 +0.128906250000 +0.043701171875 +-0.148437500000 +-0.314453125000 +0.304687500000 +0.020507812500 +-0.121582031250 +0.040283203125 +-0.123535156250 +-0.101562500000 +0.078613281250 +0.153320312500 +-0.047119140625 +0.213867187500 +-0.021118164062 +-0.020629882812 +-0.016113281250 +0.047363281250 +0.017578125000 +0.094238281250 +-0.048583984375 +-0.073242187500 +-0.034667968750 +-0.388671875000 +-0.009643554688 +0.129882812500 +-0.016601562500 +0.065917968750 +-0.041992187500 +-0.135742187500 +0.014526367188 +-0.417968750000 +0.144531250000 +-0.306640625000 +-0.153320312500 +0.195312500000 +-0.141601562500 +-0.054687500000 +-0.121093750000 +0.023071289062 +0.310546875000 +-0.067871093750 +0.066406250000 +-0.067871093750 +0.245117187500 +0.071777343750 +0.040771484375 +-0.104003906250 +-0.132812500000 +0.010620117188 +0.068359375000 +0.183593750000 +0.119628906250 +-0.007720947266 +-0.166015625000 +0.025146484375 +0.009826660156 +0.109375000000 +-0.039794921875 +0.089843750000 +0.032470703125 +-0.166992187500 +-0.118164062500 +-0.009521484375 +0.175781250000 +0.033447265625 +-0.204101562500 +-0.324218750000 +0.102050781250 +0.114746093750 +-0.365234375000 +-0.123046875000 +0.010925292969 +-0.182617187500 +0.158203125000 +0.008239746094 +-0.034423828125 +0.021606445312 +-0.024414062500 +0.071777343750 +0.071289062500 +-0.115234375000 +0.189453125000 +-0.031005859375 +0.106933593750 +-0.082519531250 +-0.127929687500 +-0.203125000000 +-0.058593750000 +0.081542968750 +-0.144531250000 +0.070312500000 +-0.076171875000 +-0.035156250000 +0.041748046875 +-0.029174804688 +-0.048828125000 +-0.052490234375 +-0.143554687500 +-0.141601562500 +-0.088378906250 +-0.051025390625 +0.052978515625 +0.009033203125 +-0.008850097656 +-0.044433593750 +0.093750000000 +-0.057128906250 +0.198242187500 +0.088867187500 +-0.137695312500 +-0.054687500000 +-0.143554687500 +0.075683593750 +-0.091308593750 +-0.040771484375 +0.105957031250 +-0.163085937500 +-0.129882812500 +0.025512695312 +-0.161132812500 +0.158203125000 +0.048828125000 +0.212890625000 +0.192382812500 +-0.160156250000 +-0.192382812500 +0.079101562500 +0.185546875000 +-0.041259765625 +0.082519531250 +-0.601562500000 +0.166015625000 +-0.010925292969 +-0.539062500000 +-0.035400390625 +-0.167968750000 +-0.029541015625 +0.058837890625 +-0.024047851562 +-0.158203125000 +0.005523681641 +0.061523437500 +0.118652343750 +0.155273437500 +0.087890625000 +0.223632812500 +0.006286621094 +0.053222656250 +0.143554687500 +0.005310058594 +-0.110839843750 +-0.077148437500 +-0.024414062500 +-0.285156250000 +0.052734375000 +-0.147460937500 +-0.099609375000 +-0.074707031250 +-0.219726562500 +0.086914062500 +0.326171875000 +0.002990722656 +0.004333496094 +-0.160156250000 +-0.087890625000 +0.117187500000 +0.170898437500 +0.406250000000 +-0.052246093750 +0.007659912109 +-0.160156250000 +0.189453125000 +-0.054443359375 +-0.106445312500 +0.096679687500 +-0.151367187500 +-0.173828125000 +-0.275390625000 +-0.031494140625 +-0.026977539062 +-0.064941406250 +-0.118164062500 +0.149414062500 +-0.069824218750 +0.004577636719 +0.113769531250 +-0.043212890625 +-0.139648437500 +-0.190429687500 +-0.099121093750 +0.071289062500 +0.102539062500 +-0.006866455078 +-0.034667968750 +-0.182617187500 +0.378906250000 +0.046875000000 +-0.229492187500 +0.004974365234 +0.049316406250 +0.006713867188 +-0.223632812500 +0.088867187500 +-0.071289062500 +0.045410156250 +0.166992187500 +0.151367187500 +0.012329101562 +0.230468750000 +0.080566406250 +-0.140625000000 +0.031127929688 +0.117187500000 +0.072265625000 +-0.009216308594 +-0.070800781250 +0.017211914062 +-0.154296875000 +0.069335937500 +-0.150390625000 +0.057861328125 +0.077636718750 +-0.187500000000 +-0.095214843750 +0.099609375000 +0.084960937500 +-0.029663085938 +-0.158203125000 +-0.021606445312 +0.037109375000 +0.137695312500 +-0.359375000000 +-0.335937500000 +0.075683593750 +-0.196289062500 +0.314453125000 +-0.022094726562 +0.019775390625 +-0.042968750000 +-0.031494140625 +0.192382812500 +-0.328125000000 +-0.130859375000 +0.156250000000 +-0.006439208984 +-0.078613281250 +0.022338867188 +-0.129882812500 +0.208984375000 +-0.006835937500 +0.131835937500 +0.002532958984 +-0.042968750000 +-0.144531250000 +-0.085937500000 +0.132812500000 +-0.095703125000 +0.183593750000 +0.291015625000 +-0.103027343750 +-0.020019531250 +0.047119140625 +0.064941406250 +-0.164062500000 +-0.248046875000 +0.171875000000 +-0.077636718750 +-0.077636718750 +-0.261718750000 +-0.824218750000 +-0.015441894531 +0.049316406250 +-0.002731323242 +0.116699218750 +-0.004455566406 +-0.139648437500 +-0.139648437500 +0.043212890625 +-0.021118164062 +-0.062500000000 +0.125976562500 +0.057617187500 +0.006866455078 +0.009094238281 +-0.068847656250 +0.004730224609 +0.020507812500 +-0.094238281250 +0.025146484375 +0.049072265625 +0.044433593750 +0.063476562500 +-0.243164062500 +0.519531250000 +0.054931640625 +0.098144531250 +0.118164062500 +0.007720947266 +-0.125976562500 +0.122558593750 +0.073730468750 +-0.129882812500 +0.167968750000 +-0.002929687500 +0.068359375000 +-0.267578125000 +-0.185546875000 +-0.065917968750 +0.085449218750 +0.045898437500 +-0.235351562500 +-0.060302734375 +-0.071289062500 +-0.019042968750 +0.269531250000 +-0.176757812500 +-0.228515625000 +-0.111328125000 +0.065429687500 +0.075195312500 +-0.178710937500 +-0.435546875000 +0.141601562500 +0.096679687500 +-0.255859375000 +-0.034423828125 +0.152343750000 +0.050048828125 +-0.113281250000 +-0.013793945312 +-0.213867187500 +0.082519531250 +-0.277343750000 +-0.494140625000 +-0.067382812500 +-0.062011718750 +-0.041992187500 +-0.033691406250 +-0.139648437500 +0.067871093750 +-0.061767578125 +0.139648437500 +-0.167968750000 +0.105957031250 +0.038818359375 +-0.086914062500 +-0.006469726562 +0.078125000000 +-0.176757812500 +-0.468750000000 +0.021484375000 +-0.016601562500 +-0.349609375000 +0.123535156250 +-0.021118164062 +-0.076171875000 +-0.478515625000 +0.367187500000 +-0.227539062500 +0.163085937500 +0.184570312500 +0.030883789062 +-0.039550781250 +0.117675781250 +-0.257812500000 +-0.054931640625 +-0.021118164062 +-0.029785156250 +0.128906250000 +-0.161132812500 +-0.006988525391 +-0.088867187500 +-0.146484375000 +0.136718750000 +-0.142578125000 +0.076660156250 +-0.129882812500 +0.127929687500 +0.181640625000 +-0.138671875000 +-0.202148437500 +-0.126953125000 +-0.209960937500 +-0.026000976562 +0.125000000000 +-0.496093750000 +0.026489257812 +-0.102050781250 +-0.054931640625 +-0.017211914062 +0.117187500000 +-0.018798828125 +-0.176757812500 +-0.141601562500 +-0.322265625000 +-0.113769531250 +-0.101074218750 +-0.921875000000 +-0.060058593750 +-0.219726562500 +0.028930664062 +0.187500000000 +0.075195312500 +-0.093261718750 +-0.051025390625 +0.098144531250 +0.455078125000 +0.066894531250 +-0.073242187500 +0.049072265625 +0.199218750000 +0.049316406250 +-0.089843750000 +-0.699218750000 +0.151367187500 +0.010314941406 +-0.097167968750 +0.105468750000 +0.048828125000 +0.100585937500 +0.092285156250 +0.585937500000 +0.108398437500 +0.151367187500 +0.308593750000 +-0.013854980469 +0.014343261719 +0.109863281250 +0.134765625000 +-0.113769531250 +0.090820312500 +-0.182617187500 +0.102050781250 +-0.097167968750 +0.028442382812 +0.021118164062 +-0.073730468750 +0.002731323242 +0.041503906250 +-0.138671875000 +0.023925781250 +-0.072753906250 +0.118652343750 +0.001388549805 +-0.082031250000 +-0.085937500000 +-0.167968750000 +-0.145507812500 +0.102050781250 +-0.453125000000 +0.052001953125 +-0.064453125000 +-0.076171875000 +-0.019165039062 +0.275390625000 +0.152343750000 +-0.092773437500 +0.031982421875 +-0.476562500000 +-0.012878417969 +-0.037109375000 +-1.078125000000 +0.062500000000 +-0.111816406250 +0.014709472656 +0.077636718750 +-0.043457031250 +0.016601562500 +0.025756835938 +0.007751464844 +-0.349609375000 +0.035156250000 +-0.045654296875 +-0.104003906250 +0.089843750000 +0.105957031250 +0.162109375000 +-0.298828125000 +-0.026367187500 +0.043945312500 +-0.205078125000 +-0.037597656250 +0.027221679688 +-0.294921875000 +0.112792968750 +0.585937500000 +-0.000436782837 +0.129882812500 +0.224609375000 +-0.058837890625 +0.142578125000 +-0.031982421875 +0.021118164062 +-0.138671875000 +0.098144531250 +-0.152343750000 +0.111816406250 +-0.058105468750 +0.041503906250 +0.182617187500 +0.105468750000 +-0.068359375000 +0.261718750000 +-0.005462646484 +-0.212890625000 +-0.229492187500 +0.056884765625 +-0.251953125000 +-0.126953125000 +-0.002395629883 +-0.144531250000 +-0.027343750000 +0.047363281250 +-0.326171875000 +-0.064453125000 +0.009826660156 +-0.013977050781 +-0.018432617188 +-0.283203125000 +0.072265625000 +-0.240234375000 +0.003112792969 +-0.419921875000 +0.123046875000 +-0.166992187500 +-0.679687500000 +0.092773437500 +-0.116699218750 +0.008178710938 +0.137695312500 +0.054199218750 +-0.003189086914 +-0.030883789062 +0.166015625000 +-0.245117187500 +-0.015869140625 +-0.006256103516 +-0.322265625000 +0.044189453125 +-0.130859375000 +-0.200195312500 +-0.425781250000 +0.148437500000 +0.097167968750 +-0.082519531250 +-0.098144531250 +0.101074218750 +-0.347656250000 +-0.263671875000 +0.417968750000 +0.057373046875 +0.087402343750 +0.057861328125 +-0.091308593750 +0.152343750000 +0.002593994141 +0.265625000000 +-0.223632812500 +0.225585937500 +-0.225585937500 +0.079101562500 +0.043701171875 +-0.051513671875 +-0.031982421875 +-0.029174804688 +0.202148437500 +0.071289062500 +-0.165039062500 +0.024902343750 +-0.144531250000 +0.095703125000 +-0.241210937500 +-0.197265625000 +0.021118164062 +0.245117187500 +-0.097167968750 +0.027099609375 +0.128906250000 +0.191406250000 +-0.086425781250 +-0.026977539062 +-0.061035156250 +-0.132812500000 +0.112792968750 +-0.019409179688 +0.070312500000 +-0.324218750000 +-0.077148437500 +-0.104492187500 +-0.691406250000 +-0.070800781250 +-0.218750000000 +-0.126953125000 +-0.032714843750 +-0.074707031250 +-0.063476562500 +-0.057373046875 +0.158203125000 +-0.121582031250 +-0.025146484375 +0.003326416016 +-0.062988281250 +0.035400390625 +-0.048095703125 +-0.001693725586 +-0.710937500000 +0.021728515625 +-0.106933593750 +0.210937500000 +0.020019531250 +0.024291992188 +-0.134765625000 +-0.092773437500 +0.394531250000 +0.052246093750 +0.165039062500 +-0.032470703125 +-0.059326171875 +-0.184570312500 +-0.113769531250 +0.068359375000 +-0.161132812500 +0.166992187500 +0.021362304688 +0.117187500000 +-0.045410156250 +-0.253906250000 +0.050048828125 +0.038085937500 +0.146484375000 +0.072265625000 +0.112792968750 +0.013549804688 +-0.157226562500 +0.206054687500 +-0.133789062500 +-0.304687500000 +-0.135742187500 +0.339843750000 +-0.004760742188 +0.013183593750 +0.253906250000 +-0.011413574219 +0.033935546875 +0.020996093750 +-0.180664062500 +-0.054443359375 +-0.091796875000 +0.034912109375 +-0.065917968750 +-0.468750000000 +0.097167968750 +-0.021972656250 +-0.585937500000 +-0.167968750000 +-0.026611328125 +0.062011718750 +0.184570312500 +-0.108398437500 +-0.019775390625 +-0.002410888672 +0.136718750000 +-0.176757812500 +-0.144531250000 +0.208007812500 +-0.277343750000 +-0.115722656250 +-0.062011718750 +-0.004669189453 +-0.480468750000 +-0.017578125000 +0.127929687500 +-0.076171875000 +-0.012207031250 +-0.018188476562 +-0.008605957031 +-0.208984375000 +0.261718750000 +0.159179687500 +0.066406250000 +0.067871093750 +-0.054199218750 +-0.040283203125 +0.105468750000 +-0.030883789062 +-0.076660156250 +0.159179687500 +-0.141601562500 +-0.021972656250 +-0.021484375000 +-0.092773437500 +0.147460937500 +0.069824218750 +-0.111328125000 +0.183593750000 +-0.087890625000 +-0.215820312500 +-0.004455566406 +0.233398437500 +-0.261718750000 +-0.562500000000 +-0.118164062500 +0.267578125000 +-0.022827148438 +-0.055175781250 +0.247070312500 +0.019409179688 +-0.539062500000 +-0.183593750000 +-0.189453125000 +0.071289062500 +-0.023925781250 +-0.304687500000 +-0.126953125000 +-0.324218750000 +-0.113281250000 +-0.115722656250 +-0.105957031250 +0.008422851562 +-0.150390625000 +0.059326171875 +-0.255859375000 +-0.051025390625 +0.072265625000 +0.020507812500 +0.103027343750 +-0.028076171875 +-0.030395507812 +-0.006561279297 +0.028686523438 +0.069335937500 +-0.011657714844 +0.127929687500 +-0.124023437500 +-0.045410156250 +-0.011718750000 +-0.085449218750 +-0.056152343750 +0.160156250000 +0.068847656250 +0.112304687500 +0.137695312500 +0.130859375000 +-0.070800781250 +0.002899169922 +-0.018188476562 +-0.128906250000 +-0.026733398438 +-0.035156250000 +-0.056640625000 +-0.234375000000 +-0.050537109375 +0.016601562500 +0.025146484375 +-0.476562500000 +0.044921875000 +-0.224609375000 +-0.016113281250 +-0.267578125000 +-0.195312500000 +-0.019287109375 +-0.332031250000 +-0.043701171875 +-0.062988281250 +0.002304077148 +0.073730468750 +-0.018676757812 +0.001190185547 +-0.292968750000 +0.164062500000 +0.083984375000 +-0.699218750000 +0.359375000000 +-0.158203125000 +0.005401611328 +0.089355468750 +-0.241210937500 +0.001235961914 +0.248046875000 +-0.084472656250 +0.076660156250 +-0.167968750000 +0.172851562500 +0.080566406250 +0.217773437500 +0.052001953125 +0.009460449219 +-0.148437500000 +-0.068359375000 +-0.024291992188 +-0.079589843750 +0.019287109375 +-0.027954101562 +-0.027709960938 +-0.014221191406 +0.024169921875 +-0.153320312500 +-0.026733398438 +-0.078125000000 +0.068359375000 +-0.086425781250 +0.012573242188 +-0.051025390625 +-0.097656250000 +0.136718750000 +0.154296875000 +-0.277343750000 +-0.137695312500 +-0.043212890625 +-0.166015625000 +0.094726562500 +0.030761718750 +-0.076660156250 +-0.006317138672 +-0.145507812500 +0.190429687500 +0.008605957031 +-0.115234375000 +-0.057861328125 +-0.105957031250 +-0.046875000000 +0.022338867188 +-0.146484375000 +-0.159179687500 +-0.031738281250 +-0.118652343750 +-0.108398437500 +-0.101562500000 +-0.168945312500 +0.108398437500 +-0.126953125000 +-0.104492187500 +-0.234375000000 +0.023193359375 +-0.005157470703 +-0.431640625000 +0.361328125000 +-0.353515625000 +-0.026000976562 +-0.156250000000 +-0.217773437500 +0.077148437500 +0.060791015625 +-0.175781250000 +-0.096191406250 +-0.079589843750 +-0.079589843750 +-0.086425781250 +0.084472656250 +-0.052978515625 +0.121093750000 +0.122070312500 +0.025634765625 +0.034423828125 +0.045654296875 +-0.016845703125 +-0.016845703125 +0.111816406250 +-0.018798828125 +-0.005645751953 +0.214843750000 +-0.160156250000 +-0.251953125000 +-0.082519531250 +-0.158203125000 +0.034667968750 +0.179687500000 +0.140625000000 +0.228515625000 +0.096191406250 +-0.235351562500 +-0.193359375000 +-0.027221679688 +-0.062255859375 +-0.119140625000 +0.002700805664 +0.045654296875 +0.040283203125 +-0.031982421875 +-0.005432128906 +-0.079589843750 +-0.116699218750 +-0.189453125000 +-0.043212890625 +-0.128906250000 +-0.103027343750 +-0.015869140625 +-0.333984375000 +-0.078613281250 +-0.132812500000 +-0.031005859375 +-0.098632812500 +-0.152343750000 +0.120117187500 +-0.023193359375 +0.175781250000 +-0.104980468750 +-0.078613281250 +0.186523437500 +-0.231445312500 +0.110351562500 +-0.129882812500 +0.078613281250 +0.045410156250 +-0.373046875000 +0.208007812500 +0.144531250000 +-0.125000000000 +0.057861328125 +-0.038330078125 +-0.008361816406 +0.113281250000 +0.076660156250 +0.054443359375 +0.067382812500 +0.115722656250 +-0.009338378906 +-0.014038085938 +0.044677734375 +0.058593750000 +0.044921875000 +-0.010803222656 +0.018310546875 +-0.072753906250 +-0.022460937500 +-0.124511718750 +0.003509521484 +-0.100097656250 +-0.111816406250 +-0.105957031250 +0.099121093750 +-0.373046875000 +0.144531250000 +-0.012939453125 +-0.339843750000 +-0.177734375000 +-0.032470703125 +0.078613281250 +0.067871093750 +-0.003189086914 +0.046386718750 +0.079101562500 +-0.026855468750 +0.186523437500 +-0.005981445312 +0.163085937500 +-0.024780273438 +-0.153320312500 +-0.000537872314 +-0.104980468750 +-0.007568359375 +-0.322265625000 +-0.124511718750 +-0.074707031250 +-0.081054687500 +-0.108886718750 +-0.120117187500 +0.035644531250 +0.024291992188 +-0.011535644531 +-0.182617187500 +0.130859375000 +0.169921875000 +-0.349609375000 +0.018310546875 +-0.320312500000 +0.174804687500 +-0.056884765625 +-0.189453125000 +0.069824218750 +0.122558593750 +-0.108886718750 +-0.048095703125 +0.077636718750 +-0.008422851562 +0.045166015625 +0.080566406250 +0.027465820312 +0.001518249512 +0.078125000000 +0.041015625000 +-0.136718750000 +-0.020385742188 +0.026611328125 +0.056396484375 +-0.086914062500 +0.069335937500 +0.031494140625 +-0.064941406250 +-0.253906250000 +0.054687500000 +-0.202148437500 +0.019653320312 +-0.072753906250 +-0.053466796875 +-0.031127929688 +0.119140625000 +0.076660156250 +0.033691406250 +-0.404296875000 +0.009399414062 +-0.138671875000 +0.146484375000 +0.085449218750 +0.069335937500 +-0.209960937500 +-0.001800537109 +0.011413574219 +0.030029296875 +0.032470703125 +-0.046142578125 +0.031494140625 +-0.168945312500 +-0.229492187500 +-0.028686523438 +-0.125000000000 +-0.050537109375 +0.035400390625 +-0.038818359375 +-0.238281250000 +-0.074218750000 +0.038818359375 +0.003875732422 +0.279296875000 +-0.085449218750 +0.018798828125 +0.051025390625 +-0.417968750000 +-0.115234375000 +-0.101074218750 +0.089355468750 +0.014282226562 +-0.294921875000 +-0.031127929688 +0.198242187500 +-0.067871093750 +-0.066406250000 +-0.116210937500 +-0.068359375000 +-0.014343261719 +0.078613281250 +-0.166992187500 +-0.036376953125 +0.019165039062 +0.038574218750 +-0.162109375000 +0.119628906250 +0.130859375000 +-0.064941406250 +-0.019531250000 +0.013977050781 +0.136718750000 +0.093261718750 +-0.300781250000 +-0.068359375000 +0.045166015625 +-0.125976562500 +-0.015319824219 +0.255859375000 +-0.232421875000 +0.164062500000 +0.163085937500 +0.267578125000 +-0.476562500000 +-0.027465820312 +-0.112304687500 +0.050781250000 +-0.058349609375 +-0.037597656250 +0.125000000000 +0.103027343750 +-0.223632812500 +-0.009277343750 +-0.084472656250 +0.024536132812 +-0.144531250000 +0.127929687500 +-0.148437500000 +0.232421875000 +0.005981445312 +-0.064941406250 +-0.071777343750 +-0.240234375000 +-0.101074218750 +-0.250000000000 +0.213867187500 +-0.138671875000 +0.046875000000 +-0.289062500000 +0.113281250000 +0.077148437500 +-0.291015625000 +0.273437500000 +-0.404296875000 +0.017822265625 +0.116210937500 +-0.159179687500 +-0.161132812500 +0.019531250000 +-0.118652343750 +0.083984375000 +-0.007995605469 +0.049560546875 +-0.003585815430 +0.125976562500 +-0.026611328125 +0.056640625000 +0.075195312500 +0.031494140625 +-0.010498046875 +0.100097656250 +0.059570312500 +0.084960937500 +0.004974365234 +-0.005249023438 +-0.007751464844 +-0.047607421875 +-0.035888671875 +0.098632812500 +-0.068359375000 +-0.196289062500 +-0.102050781250 +-0.009277343750 +0.019897460938 +0.275390625000 +0.339843750000 +0.186523437500 +-0.617187500000 +0.095214843750 +0.009399414062 +-0.177734375000 +0.011474609375 +0.063476562500 +-0.009887695312 +0.026123046875 +-0.146484375000 +-0.075195312500 +0.062500000000 +-0.363281250000 +0.045410156250 +-0.020385742188 +-0.137695312500 +0.152343750000 +-0.111816406250 +-0.039794921875 +-0.010803222656 +0.069335937500 +-0.118652343750 +-0.094238281250 +0.117675781250 +-0.091308593750 +-0.008789062500 +-0.243164062500 +0.035156250000 +0.112792968750 +0.032714843750 +0.120605468750 +0.028686523438 +0.112792968750 +-0.091308593750 +0.164062500000 +0.045166015625 +-0.123046875000 +-0.257812500000 +-0.175781250000 +0.030761718750 +0.098632812500 +-0.079101562500 +-0.231445312500 +-0.412109375000 +-0.107421875000 +-0.472656250000 +0.057861328125 +0.020996093750 +-0.145507812500 +0.088867187500 +-0.068847656250 +0.042968750000 +-0.139648437500 +-0.198242187500 +0.156250000000 +0.034912109375 +0.298828125000 +0.041259765625 +-0.357421875000 +0.410156250000 +0.113281250000 +0.022705078125 +-0.238281250000 +-0.073730468750 +-0.235351562500 +0.053710937500 +-0.406250000000 +0.125000000000 +-0.375000000000 +-0.174804687500 +0.090820312500 +-0.024047851562 +-0.146484375000 +0.045654296875 +0.123046875000 +0.292968750000 +-0.068847656250 +0.144531250000 +-0.263671875000 +0.031250000000 +0.017456054688 +0.108886718750 +0.024658203125 +0.245117187500 +-0.070800781250 +0.147460937500 +-0.020874023438 +-0.087402343750 +0.030639648438 +-0.010192871094 +-0.058837890625 +-0.143554687500 +0.191406250000 +-0.010375976562 +-0.071777343750 +-0.119628906250 +0.231445312500 +-0.083984375000 +0.067871093750 +0.090820312500 +-0.048828125000 +0.127929687500 +-0.030639648438 +-0.112792968750 +0.201171875000 +-0.267578125000 +-0.224609375000 +-0.080566406250 +-0.384765625000 +-0.271484375000 +0.120117187500 +0.059082031250 +-0.275390625000 +0.051513671875 +0.042236328125 +-0.008605957031 +0.017089843750 +-0.069824218750 +0.052490234375 +0.000534057617 +0.001220703125 +-0.050048828125 +-0.220703125000 +0.173828125000 +0.073242187500 +-0.101562500000 +0.082031250000 +0.013000488281 +0.006164550781 +0.101074218750 +-0.137695312500 +0.025634765625 +-0.128906250000 +0.061767578125 +0.180664062500 +-0.099121093750 +-0.265625000000 +0.020263671875 +0.060791015625 +0.261718750000 +0.069824218750 +0.102539062500 +0.028808593750 +0.082519531250 +-0.162109375000 +-0.051269531250 +-0.009765625000 +0.116210937500 +-0.016723632812 +0.112792968750 +-0.043945312500 +0.117187500000 +0.005432128906 +-0.075195312500 +0.042968750000 +-0.237304687500 +-0.006042480469 +-0.051269531250 +-0.024169921875 +0.062255859375 +0.136718750000 +-0.185546875000 +0.054687500000 +-0.012268066406 +-0.024658203125 +-0.195312500000 +-0.183593750000 +-0.068359375000 +-0.006439208984 +-0.009094238281 +-0.114746093750 +-0.114746093750 +-0.116699218750 +-0.243164062500 +0.042968750000 +0.007537841797 +-0.148437500000 +0.079101562500 +0.109863281250 +-0.033203125000 +0.015441894531 +-0.083496093750 +0.041015625000 +0.143554687500 +0.058837890625 +0.037597656250 +-0.400390625000 +0.306640625000 +0.005065917969 +-0.000349044800 +-0.129882812500 +-0.034179687500 +-0.005920410156 +0.166992187500 +-0.425781250000 +-0.003463745117 +-0.135742187500 +0.003234863281 +0.082031250000 +0.102539062500 +-0.081054687500 +0.071289062500 +-0.093261718750 +0.013427734375 +0.000942230225 +0.210937500000 +-0.108886718750 +0.101074218750 +-0.087890625000 +0.061035156250 +0.040283203125 +0.085937500000 +-0.183593750000 +0.155273437500 +-0.024047851562 +0.026855468750 +0.027465820312 +-0.009155273438 +0.066406250000 +-0.210937500000 +0.060302734375 +0.039306640625 +0.105468750000 +-0.249023437500 +0.086425781250 +0.082031250000 +-0.000052452087 +0.014038085938 +-0.125000000000 +-0.071289062500 +0.153320312500 +-0.012573242188 +0.103515625000 +-0.111328125000 +-0.225585937500 +-0.203125000000 +-0.149414062500 +-0.033203125000 +0.071289062500 +-0.012145996094 +-0.267578125000 +0.040283203125 +0.031982421875 +-0.137695312500 +-0.029541015625 +-0.343750000000 +0.033691406250 +-0.057128906250 +0.096191406250 +-0.012268066406 +-0.298828125000 +0.310546875000 +0.013244628906 +0.037597656250 +-0.040527343750 +-0.026733398438 +-0.065917968750 +0.112792968750 +-0.531250000000 +-0.207031250000 +-0.092285156250 +0.139648437500 +-0.043945312500 +0.160156250000 +-0.128906250000 +-0.141601562500 +-0.050537109375 +0.253906250000 +0.037109375000 +0.006317138672 +0.004333496094 +-0.135742187500 +-0.018188476562 +0.064453125000 +-0.097167968750 +0.137695312500 +0.026733398438 +0.183593750000 +0.141601562500 +-0.045410156250 +0.085937500000 +-0.053710937500 +0.204101562500 +-0.198242187500 +0.081054687500 +-0.127929687500 +-0.008178710938 +-0.190429687500 +0.006072998047 +-0.273437500000 +0.040771484375 +-0.132812500000 +0.074707031250 +-0.225585937500 +-0.082519531250 +0.120117187500 +0.090820312500 +-0.253906250000 +-0.207031250000 +-0.214843750000 +-0.106933593750 +-0.255859375000 +0.023071289062 +-0.100097656250 +-0.204101562500 +0.048583984375 +0.041503906250 +-0.292968750000 +0.149414062500 +0.053710937500 +0.098144531250 +0.101074218750 +0.005249023438 +-0.172851562500 +-0.205078125000 +0.022216796875 +0.110839843750 +0.143554687500 +0.020629882812 +0.037353515625 +-0.032958984375 +0.165039062500 +-0.263671875000 +-0.049316406250 +-0.018188476562 +-0.020263671875 +-0.033203125000 +-0.065429687500 +0.013000488281 +0.049316406250 +0.022827148438 +0.269531250000 +0.086425781250 +-0.032958984375 +-0.071777343750 +-0.089843750000 +-0.095703125000 +-0.093750000000 +0.057373046875 +-0.162109375000 +0.006225585938 +0.147460937500 +-0.080078125000 +-0.863281250000 +0.197265625000 +0.062988281250 +0.129882812500 +-0.257812500000 +0.147460937500 +-0.031738281250 +-0.166015625000 +-0.118652343750 +-0.030029296875 +0.094238281250 +-0.077636718750 +-0.027954101562 +-0.066894531250 +0.105468750000 +0.085449218750 +-0.131835937500 +-0.081054687500 +-0.140625000000 +-0.255859375000 +-0.141601562500 +-0.213867187500 +-0.289062500000 +0.058105468750 +0.016235351562 +-0.071777343750 +0.170898437500 +0.069824218750 +-0.136718750000 +-0.030639648438 +-0.388671875000 +-0.106933593750 +0.098144531250 +0.026123046875 +-0.126953125000 +-0.227539062500 +0.246093750000 +0.083007812500 +-0.070800781250 +-0.294921875000 +-0.061523437500 +-0.072265625000 +0.120605468750 +-0.129882812500 +0.088867187500 +-0.044921875000 +0.009094238281 +0.151367187500 +0.142578125000 +0.059326171875 +0.144531250000 +0.080566406250 +0.171875000000 +-0.064453125000 +-0.066406250000 +-0.111328125000 +0.194335937500 +-0.221679687500 +-0.088867187500 +-0.026855468750 +0.074218750000 +-0.016723632812 +0.194335937500 +0.098632812500 +-0.285156250000 +0.107421875000 +0.076171875000 +0.064453125000 +-0.129882812500 +-0.212890625000 +-0.048095703125 +-0.141601562500 +-0.057861328125 +-0.077148437500 +-0.041503906250 +0.078613281250 +0.077636718750 +-0.146484375000 +-0.150390625000 +0.178710937500 +-0.000965118408 +0.181640625000 +-0.071777343750 +-0.378906250000 +-0.168945312500 +-0.316406250000 +-0.367187500000 +-0.067871093750 +-0.009826660156 +-0.162109375000 +0.140625000000 +0.037597656250 +-0.111816406250 +-0.159179687500 +-0.097167968750 +-0.051757812500 +0.239257812500 +-0.112304687500 +0.039062500000 +-0.201171875000 +0.283203125000 +0.016845703125 +0.152343750000 +-0.148437500000 +0.078125000000 +-0.024902343750 +0.080566406250 +-0.054931640625 +-0.016601562500 +0.052246093750 +-0.227539062500 +-0.008361816406 +-0.057617187500 +0.083007812500 +0.199218750000 +0.125000000000 +0.229492187500 +-0.077636718750 +0.193359375000 +-0.128906250000 +0.151367187500 +0.055175781250 +-0.089355468750 +0.096679687500 +0.166992187500 +-0.123535156250 +0.250000000000 +0.009826660156 +0.026855468750 +0.096191406250 +-0.041503906250 +-0.066894531250 +-0.034423828125 +-0.359375000000 +-0.416015625000 +0.058349609375 +-0.104492187500 +-0.051025390625 +-0.250000000000 +0.044189453125 +-0.324218750000 +-0.012084960938 +0.016235351562 +0.112792968750 +0.000778198242 +0.179687500000 +-0.007232666016 +-0.014526367188 +0.055664062500 +-0.126953125000 +0.126953125000 +0.072265625000 +0.013000488281 +0.066894531250 +0.103515625000 +-0.022338867188 +-0.010864257812 +0.124023437500 +0.241210937500 +-0.291015625000 +-0.137695312500 +0.259765625000 +-0.279296875000 +0.248046875000 +0.009948730469 +-0.045410156250 +-0.050537109375 +-0.251953125000 +-0.013977050781 +0.038085937500 +-0.010498046875 +-0.083496093750 +-0.166015625000 +0.114746093750 +-0.206054687500 +-0.098144531250 +-0.314453125000 +0.105957031250 +-0.002532958984 +-0.095214843750 +0.261718750000 +0.100097656250 +0.046142578125 +0.055908203125 +0.040283203125 +0.224609375000 +0.022827148438 +0.097167968750 +-0.104980468750 +-0.417968750000 +-0.462890625000 +-0.070800781250 +0.119140625000 +-0.027954101562 +-0.116210937500 +-0.166992187500 +-0.178710937500 +-0.373046875000 +-0.253906250000 +0.066406250000 +0.078613281250 +-0.100585937500 +-0.221679687500 +-0.123535156250 +-0.312500000000 +-0.033691406250 +-0.006652832031 +-0.015991210938 +-0.047363281250 +-0.190429687500 +-0.080078125000 +-0.178710937500 +0.104492187500 +0.053466796875 +-0.093750000000 +0.031494140625 +0.022216796875 +0.060058593750 +-0.003860473633 +0.079101562500 +0.024536132812 +-0.030395507812 +0.129882812500 +-0.097656250000 +-0.115722656250 +0.394531250000 +-0.292968750000 +0.235351562500 +-0.126953125000 +-0.027221679688 +-0.099121093750 +-0.114257812500 +-0.047607421875 +0.060302734375 +-0.000236511230 +-0.138671875000 +-0.259765625000 +-0.291015625000 +0.084472656250 +0.005035400391 +0.012695312500 +-0.120117187500 +-0.137695312500 +-0.071289062500 +0.057373046875 +0.131835937500 +-0.230468750000 +-0.063476562500 +-0.110839843750 +0.093261718750 +-0.077148437500 +-0.120605468750 +-0.039062500000 +0.333984375000 +0.417968750000 +0.074218750000 +-0.038574218750 +0.189453125000 +-0.112304687500 +-0.253906250000 +0.179687500000 +-0.119628906250 +-0.246093750000 +-0.010864257812 +0.002319335938 +-0.072265625000 +-0.259765625000 +0.063964843750 +-0.233398437500 +0.096191406250 +-0.102050781250 +-0.040771484375 +0.025146484375 +-0.027954101562 +0.054931640625 +-0.131835937500 +0.098144531250 +-0.121093750000 +-0.015380859375 +0.229492187500 +-0.045654296875 +0.063476562500 +0.039550781250 +0.096191406250 +-0.184570312500 +-0.019897460938 +0.177734375000 +-0.068359375000 +-0.004455566406 +0.114746093750 +-0.224609375000 +0.127929687500 +0.037597656250 +-0.131835937500 +-0.230468750000 +-0.159179687500 +0.091796875000 +0.058593750000 +0.067382812500 +0.047363281250 +0.077636718750 +0.142578125000 +-0.055419921875 +-0.004364013672 +0.005462646484 +0.011352539062 +0.079589843750 +0.041992187500 +-0.168945312500 +0.068847656250 +-0.219726562500 +-0.095703125000 +0.125000000000 +0.069335937500 +0.014282226562 +0.138671875000 +-0.075683593750 +0.142578125000 +-0.108886718750 +0.015869140625 +0.114746093750 +0.051513671875 +-0.251953125000 +0.009704589844 +0.083984375000 +-0.081054687500 +-0.209960937500 +0.010681152344 +-0.054931640625 +-0.332031250000 +-0.121582031250 +0.065917968750 +-0.083496093750 +0.020263671875 +0.017211914062 +-0.042236328125 +0.105468750000 +-0.140625000000 +0.097167968750 +-0.291015625000 +0.060058593750 +0.257812500000 +-0.158203125000 +0.017333984375 +0.108886718750 +0.157226562500 +0.050781250000 +0.108398437500 +-0.138671875000 +-0.020507812500 +0.137695312500 +-0.072265625000 +-0.077148437500 +-0.040039062500 +-0.227539062500 +0.126953125000 +-0.026977539062 +-0.057373046875 +-0.207031250000 +-0.096679687500 +0.152343750000 +0.044189453125 +0.164062500000 +0.109375000000 +-0.200195312500 +-0.310546875000 +0.220703125000 +0.005035400391 +0.207031250000 +0.070800781250 +-0.070312500000 +-0.069824218750 +0.142578125000 +0.087402343750 +0.131835937500 +-0.009399414062 +-0.320312500000 +0.093261718750 +0.010620117188 +0.178710937500 +-0.022460937500 +0.203125000000 +0.419921875000 +-0.141601562500 +-0.040283203125 +0.137695312500 +-0.203125000000 +-0.017578125000 +0.105468750000 +-0.041748046875 +-0.232421875000 +0.045166015625 +-0.219726562500 +-0.277343750000 +0.046386718750 +-0.050292968750 +-0.228515625000 +0.100097656250 +0.117187500000 +-0.047607421875 +0.143554687500 +-0.020751953125 +0.027221679688 +-0.369140625000 +-0.320312500000 +0.021362304688 +0.104003906250 +-0.045410156250 +-0.237304687500 +0.138671875000 +0.036376953125 +0.055419921875 +-0.039306640625 +0.147460937500 +0.292968750000 +-0.151367187500 +-0.121582031250 +-0.195312500000 +-0.324218750000 +0.116210937500 +-0.036132812500 +-0.123535156250 +-0.221679687500 +0.065429687500 +0.056152343750 +-0.106445312500 +0.145507812500 +0.158203125000 +-0.127929687500 +0.107910156250 +-0.063964843750 +-0.029296875000 +-0.125976562500 +0.355468750000 +0.033935546875 +-0.006072998047 +-0.072265625000 +0.030883789062 +0.127929687500 +0.048095703125 +-0.255859375000 +0.031250000000 +-0.051513671875 +0.022949218750 +-0.035644531250 +0.318359375000 +-0.203125000000 +-0.017089843750 +0.345703125000 +0.016601562500 +-0.396484375000 +-0.150390625000 +0.110351562500 +-0.116699218750 +-0.131835937500 +0.063476562500 +-0.048339843750 +-0.179687500000 +0.093261718750 +0.025268554688 +-0.117675781250 +-0.038085937500 +-0.020629882812 +0.123046875000 +-0.051757812500 +0.105468750000 +-0.078125000000 +-0.129882812500 +-0.035400390625 +0.052734375000 +-0.066894531250 +-0.034423828125 +-0.410156250000 +0.212890625000 +0.224609375000 +0.049072265625 +-0.015747070312 +0.057128906250 +0.072753906250 +-0.047119140625 +-0.205078125000 +-0.451171875000 +-0.226562500000 +-0.013061523438 +-0.024902343750 +-0.132812500000 +-0.230468750000 +-0.085449218750 +0.021118164062 +-0.073730468750 +-0.006744384766 +-0.027343750000 +-0.212890625000 +-0.220703125000 +0.032470703125 +-0.205078125000 +0.196289062500 +0.106933593750 +-0.148437500000 +-0.062011718750 +-0.024169921875 +0.010925292969 +-0.019775390625 +-0.058105468750 +-0.048583984375 +0.028930664062 +0.065429687500 +0.054687500000 +-0.000617980957 +0.198242187500 +0.460937500000 +-0.145507812500 +0.029052734375 +0.033691406250 +-0.320312500000 +-0.106933593750 +0.010131835938 +-0.115234375000 +-0.296875000000 +-0.056396484375 +0.150390625000 +-0.231445312500 +-0.091308593750 +0.034423828125 +0.098632812500 +-0.093261718750 +0.015441894531 +0.078613281250 +-0.147460937500 +0.073730468750 +0.044921875000 +0.238281250000 +0.016235351562 +-0.089355468750 +0.050292968750 +-0.122070312500 +0.034423828125 +-0.033935546875 +-0.003662109375 +0.113281250000 +0.193359375000 +0.115722656250 +0.124511718750 +-0.214843750000 +-0.132812500000 +-0.213867187500 +-0.247070312500 +0.164062500000 +0.073242187500 +-0.083984375000 +-0.361328125000 +-0.181640625000 +0.040527343750 +-0.182617187500 +-0.032470703125 +0.034667968750 +0.005767822266 +0.142578125000 +-0.030517578125 +-0.007659912109 +0.036865234375 +0.186523437500 +-0.152343750000 +0.017333984375 +-0.162109375000 +0.010864257812 +-0.021972656250 +-0.023315429688 +-0.093750000000 +-0.230468750000 +0.045410156250 +-0.043212890625 +0.125976562500 +-0.507812500000 +-0.228515625000 +0.081054687500 +-0.125000000000 +0.183593750000 +-0.061767578125 +-0.201171875000 +0.369140625000 +0.285156250000 +0.289062500000 +0.236328125000 +-0.140625000000 +0.080566406250 +0.004150390625 +-0.294921875000 +0.239257812500 +0.261718750000 +-0.090332031250 +0.014892578125 +0.055664062500 +0.006072998047 +-0.085449218750 +0.156250000000 +-0.028320312500 +0.027832031250 +-0.182617187500 +0.096679687500 +-0.002807617188 +0.102539062500 +0.081054687500 +0.131835937500 +0.060791015625 +-0.030395507812 +-0.094238281250 +-0.243164062500 +-0.073730468750 +-0.005065917969 +-0.006408691406 +0.013061523438 +-0.039062500000 +-0.216796875000 +0.005401611328 +-0.167968750000 +-0.205078125000 +0.137695312500 +-0.269531250000 +0.180664062500 +0.118652343750 +0.094726562500 +-0.214843750000 +0.041015625000 +0.133789062500 +-0.310546875000 +-0.051025390625 +0.108886718750 +-0.068847656250 +-0.337890625000 +0.249023437500 +0.039062500000 +-0.019409179688 +0.086914062500 +-0.068359375000 +0.063476562500 +-0.086914062500 +0.021118164062 +0.380859375000 +0.277343750000 +-0.028564453125 +0.095703125000 +0.061279296875 +-0.267578125000 +0.036376953125 +-0.098632812500 +-0.003448486328 +0.017089843750 +-0.152343750000 +-0.009033203125 +-0.123046875000 +-0.310546875000 +-0.158203125000 +-0.185546875000 +0.190429687500 +-0.083007812500 +0.016845703125 +0.114746093750 +-0.018188476562 +0.165039062500 +0.052734375000 +0.151367187500 +-0.160156250000 +-0.165039062500 +-0.095214843750 +0.040039062500 +0.075683593750 +-0.449218750000 +0.055908203125 +-0.016845703125 +0.042236328125 +-0.243164062500 +-0.140625000000 +-0.118164062500 +0.004577636719 +0.119140625000 +-0.144531250000 +0.053466796875 +0.031005859375 +0.132812500000 +-0.135742187500 +0.211914062500 +0.133789062500 +0.151367187500 +0.042724609375 +0.039794921875 +-0.050048828125 +-0.096191406250 +0.036865234375 +-0.318359375000 +-0.066406250000 +0.057617187500 +-0.061279296875 +0.028320312500 +-0.100097656250 +0.093261718750 +0.043457031250 +0.026855468750 +-0.108886718750 +0.023071289062 +0.031982421875 +-0.161132812500 +0.219726562500 +-0.180664062500 +0.051025390625 +0.124023437500 +0.015869140625 +0.042968750000 +-0.100585937500 +0.112304687500 +0.105957031250 +0.116699218750 +0.052246093750 +0.104492187500 +0.021850585938 +-0.310546875000 +0.022949218750 +0.105468750000 +-0.067871093750 +-0.027709960938 +0.003829956055 +0.128906250000 +-0.099609375000 +0.066894531250 +-0.102539062500 +-0.084960937500 +0.054199218750 +0.052978515625 +0.050292968750 +0.175781250000 +0.104492187500 +-0.632812500000 +0.015075683594 +0.230468750000 +-0.081542968750 +-0.269531250000 +0.009887695312 +-0.063476562500 +-0.016845703125 +0.009155273438 +-0.200195312500 +-0.033691406250 +-0.050292968750 +-0.109375000000 +-0.060302734375 +0.172851562500 +-0.102539062500 +0.189453125000 +0.064453125000 +-0.101562500000 +-0.277343750000 +-0.033203125000 +-0.086425781250 +-0.292968750000 +-0.122070312500 +0.094726562500 +0.060791015625 +-0.304687500000 +0.200195312500 +-0.034423828125 +0.123535156250 +0.222656250000 +-0.017578125000 +-0.046630859375 +-0.000961303711 +-0.080078125000 +0.341796875000 +0.194335937500 +0.090332031250 +0.104003906250 +-0.003753662109 +-0.048828125000 +0.073730468750 +0.065917968750 +0.088378906250 +0.093261718750 +0.014282226562 +-0.318359375000 +-0.181640625000 +-0.343750000000 +0.036376953125 +-0.128906250000 +0.087890625000 +0.079101562500 +-0.062255859375 +0.012756347656 +0.051025390625 +0.562500000000 +0.041992187500 +-0.067382812500 +-0.092285156250 +0.045166015625 +0.115234375000 +0.092285156250 +0.138671875000 +-0.625000000000 +0.018432617188 +-0.011657714844 +0.049072265625 +-0.092773437500 +-0.054687500000 +0.062011718750 +-0.102539062500 +-0.039550781250 +0.016601562500 +0.129882812500 +-0.173828125000 +0.032714843750 +-0.222656250000 +0.032958984375 +-0.219726562500 +0.224609375000 +0.125000000000 +0.101562500000 +0.063964843750 +-0.036865234375 +0.042968750000 +-0.076171875000 +-0.090820312500 +0.196289062500 +-0.069824218750 +0.098144531250 +-0.086425781250 +0.069824218750 +-0.123046875000 +-0.042480468750 +-0.152343750000 +-0.115722656250 +-0.002990722656 +-0.091308593750 +0.257812500000 +-0.143554687500 +0.002319335938 +0.007507324219 +-0.259765625000 +0.183593750000 +-0.068847656250 +0.057128906250 +0.036132812500 +0.085937500000 +0.015747070312 +-0.209960937500 +-0.294921875000 +-0.244140625000 +-0.021484375000 +0.269531250000 +-0.058349609375 +-0.096679687500 +0.047607421875 +0.092773437500 +-0.171875000000 +0.292968750000 +0.039306640625 +-0.022216796875 +-0.012878417969 +-0.163085937500 +0.070800781250 +0.034667968750 +0.023193359375 +-0.832031250000 +0.034667968750 +0.138671875000 +0.099609375000 +-0.030273437500 +-0.150390625000 +-0.118652343750 +-0.046630859375 +0.046630859375 +-0.137695312500 +-0.100585937500 +-0.036132812500 +0.047119140625 +0.001251220703 +0.009216308594 +0.040527343750 +0.164062500000 +0.005523681641 +-0.028686523438 +0.041015625000 +0.023681640625 +-0.416015625000 +-0.026977539062 +-0.049072265625 +0.127929687500 +-0.320312500000 +-0.271484375000 +0.215820312500 +0.032470703125 +0.349609375000 +0.114746093750 +-0.119628906250 +0.067382812500 +-0.168945312500 +-0.124511718750 +0.363281250000 +0.006500244141 +-0.051025390625 +0.099121093750 +-0.202148437500 +-0.128906250000 +-0.061523437500 +0.125976562500 +-0.115234375000 +0.025512695312 +-0.171875000000 +-0.044677734375 +-0.380859375000 +-0.316406250000 +0.118652343750 +-0.310546875000 +0.126953125000 +0.026245117188 +0.038085937500 +0.166015625000 +-0.304687500000 +0.210937500000 +0.070312500000 +-0.052490234375 +-0.302734375000 +-0.103027343750 +0.020629882812 +0.119140625000 +-0.044189453125 +-0.515625000000 +0.019897460938 +0.120605468750 +-0.102539062500 +0.017089843750 +0.044433593750 +0.013183593750 +-0.045898437500 +-0.085449218750 +-0.285156250000 +-0.043701171875 +-0.050537109375 +-0.112792968750 +-0.103027343750 +-0.072753906250 +-0.103515625000 +0.064453125000 +0.099121093750 +-0.078613281250 +-0.072753906250 +-0.102050781250 +-0.024536132812 +0.101074218750 +0.075683593750 +-0.151367187500 +-0.023681640625 +-0.060058593750 +-0.237304687500 +0.117675781250 +0.043457031250 +-0.100097656250 +-0.271484375000 +0.109863281250 +-0.182617187500 +-0.247070312500 +0.181640625000 +0.187500000000 +0.227539062500 +0.141601562500 +-0.392578125000 +-0.030273437500 +-0.019897460938 +0.125976562500 +0.187500000000 +0.140625000000 +-0.086425781250 +-0.055175781250 +0.068847656250 +-0.302734375000 +0.172851562500 +0.101074218750 +-0.070312500000 +-0.072265625000 +-0.143554687500 +0.101562500000 +0.051513671875 +-0.073242187500 +0.062988281250 +-0.087402343750 +0.077636718750 +-0.425781250000 +-0.076660156250 +0.209960937500 +-0.046875000000 +-0.144531250000 +0.001434326172 +0.089355468750 +0.033447265625 +-0.087402343750 +-0.091796875000 +0.120605468750 +0.134765625000 +-0.105468750000 +-0.259765625000 +-0.057128906250 +0.002197265625 +0.100585937500 +-0.135742187500 +0.024902343750 +-0.081054687500 +0.208984375000 +-0.025756835938 +-0.058349609375 +-0.113281250000 +-0.088378906250 +0.016967773438 +0.220703125000 +-0.002822875977 +-0.156250000000 +-0.147460937500 +-0.133789062500 +0.308593750000 +0.104492187500 +0.052734375000 +-0.206054687500 +0.031005859375 +-0.019897460938 +-0.140625000000 +-0.156250000000 +0.269531250000 +-0.445312500000 +0.148437500000 +-0.222656250000 +-0.412109375000 +-0.091308593750 +-0.191406250000 +-0.259765625000 +0.117675781250 +-0.105468750000 +-0.056884765625 +0.009643554688 +-0.125976562500 +-0.466796875000 +-0.176757812500 +0.083496093750 +-0.030273437500 +-0.110839843750 +-0.142578125000 +0.021972656250 +-0.086914062500 +0.172851562500 +-0.004577636719 +0.079101562500 +-0.349609375000 +-0.296875000000 +-0.031738281250 +-0.265625000000 +0.073730468750 +-0.054199218750 +0.102539062500 +0.178710937500 +0.072265625000 +-0.365234375000 +-0.208007812500 +-0.047851562500 +0.049804687500 +-0.511718750000 +-0.041992187500 +-0.167968750000 +-0.073730468750 +0.059082031250 +0.016113281250 +-0.199218750000 +0.094238281250 +-0.182617187500 +0.060302734375 +-0.062988281250 +-0.022460937500 +0.124511718750 +0.180664062500 +0.045898437500 +-0.074707031250 +-0.281250000000 +0.016357421875 +0.049804687500 +-0.221679687500 +0.062011718750 +-0.041503906250 +-0.149414062500 +0.044677734375 +0.135742187500 +0.025146484375 +0.065429687500 +-0.012756347656 +-0.072753906250 +0.043212890625 +-0.073242187500 +0.034912109375 +-0.130859375000 +0.055664062500 +0.051757812500 +0.181640625000 +-0.046875000000 +-0.010375976562 +0.010192871094 +-0.077636718750 +-0.476562500000 +-0.119628906250 +0.083496093750 +0.090332031250 +0.048339843750 +0.084960937500 +-0.005493164062 +0.004119873047 +0.112792968750 +0.038330078125 +0.084960937500 +-0.298828125000 +-0.069335937500 +0.062988281250 +-0.153320312500 +0.085937500000 +-0.145507812500 +-0.023071289062 +0.134765625000 +-0.097167968750 +0.003158569336 +-0.108886718750 +-0.106445312500 +0.094238281250 +-0.667968750000 +0.131835937500 +-0.038330078125 +0.026977539062 +0.035156250000 +-0.000073909760 +-0.250000000000 +0.038818359375 +0.011535644531 +0.102539062500 +0.223632812500 +-0.138671875000 +0.081542968750 +0.142578125000 +-0.080078125000 +-0.060791015625 +-0.086914062500 +0.094238281250 +-0.375000000000 +0.078613281250 +0.211914062500 +0.037109375000 +-0.046386718750 +0.057861328125 +0.111328125000 +0.214843750000 +-0.116699218750 +-0.046875000000 +-0.330078125000 +0.074707031250 +-0.032470703125 +-0.028076171875 +0.005828857422 +0.001060485840 +0.022338867188 +0.082519531250 +-0.089355468750 +-0.042968750000 +-0.009521484375 +-0.142578125000 +-0.283203125000 +-0.185546875000 +0.122070312500 +0.166992187500 +0.038818359375 +0.145507812500 +-0.089355468750 +-0.004028320312 +0.089843750000 +-0.023437500000 +0.166992187500 +-0.137695312500 +-0.152343750000 +0.061035156250 +-0.105468750000 +0.043212890625 +-0.206054687500 +0.047119140625 +-0.008728027344 +-0.196289062500 +-0.000637054443 +-0.072265625000 +-0.102050781250 +0.154296875000 +-0.554687500000 +0.159179687500 +-0.127929687500 +-0.053222656250 +0.108886718750 +0.034667968750 +-0.141601562500 +-0.041748046875 +0.063964843750 +-0.097167968750 +0.037109375000 +0.075195312500 +0.052246093750 +0.222656250000 +-0.147460937500 +-0.050292968750 +-0.046875000000 +-0.208984375000 +0.006469726562 +0.018676757812 +0.015380859375 +-0.044433593750 +-0.234375000000 +0.064941406250 +0.004028320312 +-0.095703125000 +-0.002136230469 +-0.021728515625 +-0.363281250000 +0.115234375000 +-0.118652343750 +0.076660156250 +-0.142578125000 +0.220703125000 +-0.183593750000 +0.076171875000 +-0.078125000000 +-0.150390625000 +-0.012329101562 +-0.135742187500 +-0.691406250000 +0.034667968750 +-0.073730468750 +0.133789062500 +-0.083007812500 +0.084472656250 +-0.032470703125 +0.073730468750 +0.120605468750 +-0.003997802734 +0.037597656250 +-0.361328125000 +-0.154296875000 +-0.031738281250 +-0.163085937500 +0.158203125000 +-0.194335937500 +-0.064453125000 +0.244140625000 +0.082031250000 +-0.165039062500 +0.014953613281 +-0.017333984375 +0.144531250000 +-1.039062500000 +-0.103515625000 +-0.013122558594 +0.003540039062 +-0.036621093750 +-0.045166015625 +-0.009460449219 +0.095214843750 +0.013183593750 +0.076660156250 +0.138671875000 +0.039306640625 +-0.013000488281 +0.224609375000 +0.176757812500 +-0.097167968750 +-0.133789062500 +0.162109375000 +-0.082031250000 +-0.091796875000 +-0.032470703125 +-0.072265625000 +-0.078125000000 +0.261718750000 +0.134765625000 +0.111328125000 +0.117187500000 +-0.109375000000 +-0.150390625000 +-0.113281250000 +-0.121093750000 +0.119628906250 +-0.109375000000 +-0.108398437500 +-0.001480102539 +0.114746093750 +-0.031494140625 +0.153320312500 +-0.028198242188 +-0.071289062500 +-0.507812500000 +0.137695312500 +0.042724609375 +0.008483886719 +0.052001953125 +-0.468750000000 +-0.162109375000 +-0.171875000000 +0.098144531250 +0.034179687500 +0.103027343750 +0.031005859375 +-0.202148437500 +-0.609375000000 +-0.326171875000 +0.275390625000 +-0.251953125000 +-0.179687500000 +0.077636718750 +-0.016845703125 +-0.154296875000 +-0.104003906250 +-0.058349609375 +0.160156250000 +-0.734375000000 +-0.092285156250 +-0.104492187500 +-0.079589843750 +0.082031250000 +0.423828125000 +0.147460937500 +-0.404296875000 +-0.048095703125 +0.172851562500 +-0.041015625000 +0.123046875000 +-0.070800781250 +0.017700195312 +0.179687500000 +-0.145507812500 +-0.082519531250 +0.031494140625 +-0.179687500000 +-0.022949218750 +-0.010070800781 +0.251953125000 +-0.194335937500 +0.078613281250 +0.100585937500 +-0.032226562500 +-0.109863281250 +-0.119628906250 +0.049560546875 +-0.227539062500 +-0.107421875000 +0.112792968750 +-0.132812500000 +-0.208984375000 +-0.024414062500 +0.167968750000 +-0.021362304688 +0.049316406250 +-0.034179687500 +-0.110351562500 +-0.392578125000 +-0.003143310547 +-0.164062500000 +0.113769531250 +0.002517700195 +-0.361328125000 +-0.125000000000 +-0.090820312500 +0.142578125000 +0.091308593750 +0.056884765625 +-0.174804687500 +-0.091308593750 +-0.185546875000 +-0.253906250000 +0.176757812500 +-0.095214843750 +-0.159179687500 +0.056152343750 +-0.318359375000 +0.149414062500 +-0.115234375000 +-0.052734375000 +0.095703125000 +-0.486328125000 +0.199218750000 +0.037353515625 +-0.017456054688 +-0.079101562500 +0.053710937500 +0.209960937500 +-0.195312500000 +-0.032470703125 +-0.092285156250 +-0.059814453125 +0.192382812500 +0.041503906250 +0.141601562500 +0.179687500000 +-0.179687500000 +-0.091308593750 +-0.049560546875 +-0.010131835938 +0.080566406250 +-0.090332031250 +-0.053710937500 +-0.093750000000 +-0.026367187500 +0.029541015625 +0.105468750000 +-0.075195312500 +-0.044189453125 +-0.089355468750 +0.003036499023 +-0.097656250000 +0.158203125000 +-0.110839843750 +0.019287109375 +-0.231445312500 +0.081054687500 +0.030395507812 +-0.047119140625 +-0.068359375000 +-0.019531250000 +-0.253906250000 +-0.135742187500 +0.002639770508 +-0.074218750000 +-0.011352539062 +0.036132812500 +-0.187500000000 +-0.119140625000 +0.008117675781 +-0.028808593750 +0.136718750000 +-0.328125000000 +-0.015991210938 +-0.006561279297 +-0.322265625000 +0.082031250000 +0.041992187500 +0.114746093750 +0.116699218750 +-0.292968750000 +-0.077148437500 +-0.013854980469 +0.063476562500 +0.172851562500 +0.016723632812 +0.279296875000 +-0.207031250000 +0.046875000000 +-0.000095367432 +-0.025634765625 +0.235351562500 +0.110839843750 +-0.157226562500 +0.012939453125 +-0.148437500000 +0.074218750000 +-0.065917968750 +0.068359375000 +0.249023437500 +-0.235351562500 +-0.231445312500 +0.142578125000 +-0.043945312500 +-0.119140625000 +0.126953125000 +-0.115722656250 +0.048095703125 +0.096191406250 +0.029174804688 +0.098632812500 +-0.243164062500 +-0.099121093750 +-0.098144531250 +-0.038330078125 +0.117675781250 +-0.060058593750 +-0.121582031250 +0.194335937500 +0.127929687500 +-0.073730468750 +-0.181640625000 +0.094726562500 +-0.039062500000 +0.123046875000 +0.106933593750 +0.182617187500 +-0.248046875000 +-0.045898437500 +-0.078613281250 +0.013061523438 +-0.112792968750 +-0.030761718750 +-0.141601562500 +-0.169921875000 +-0.043212890625 +-0.154296875000 +-0.208984375000 +0.049072265625 +-0.048339843750 +-0.152343750000 +0.022338867188 +-0.153320312500 +-0.049072265625 +-0.102050781250 +-0.072753906250 +-0.093261718750 +0.076171875000 +-0.066406250000 +0.008117675781 +0.046142578125 +-0.251953125000 +0.112304687500 +-0.189453125000 +-0.123535156250 +0.216796875000 +-0.231445312500 +0.063964843750 +-0.279296875000 +-0.090820312500 +0.043457031250 +0.035644531250 +0.024414062500 +0.097167968750 +-0.067871093750 +0.238281250000 +-0.091308593750 +-0.039550781250 +0.068359375000 +-0.000316619873 +0.198242187500 +0.023559570312 +-0.062011718750 +-0.013793945312 +-0.398437500000 +-0.088378906250 +0.008666992188 +-0.167968750000 +-0.138671875000 +-0.195312500000 +-0.010620117188 +-0.410156250000 +-0.277343750000 +-0.083984375000 +0.030151367188 +-0.082031250000 +-0.053222656250 +0.230468750000 +-0.034179687500 +0.001838684082 +0.137695312500 +-0.047851562500 +-0.012939453125 +-0.141601562500 +-0.001884460449 +-0.005340576172 +-0.045410156250 +0.054931640625 +-0.125000000000 +-0.081054687500 +-0.201171875000 +-0.143554687500 +-0.001884460449 +-0.007812500000 +-0.058349609375 +-0.083007812500 +0.161132812500 +-0.006744384766 +-0.177734375000 +0.199218750000 +-0.072753906250 +0.132812500000 +-0.031250000000 +-0.033935546875 +0.018188476562 +-0.092773437500 +0.117675781250 +-0.050292968750 +-0.150390625000 +0.051025390625 +-0.129882812500 +0.022094726562 +-0.218750000000 +0.015991210938 +-0.123046875000 +0.184570312500 +0.000368118286 +0.058105468750 +0.002929687500 +0.096679687500 +-0.121093750000 +0.124023437500 +0.061523437500 +-0.037841796875 +0.037841796875 +-0.129882812500 +0.020141601562 +0.051757812500 +-0.045166015625 +0.091796875000 +0.092285156250 +0.020996093750 +0.058593750000 +0.026000976562 +0.181640625000 +-0.644531250000 +-0.333984375000 +0.057617187500 +-0.036132812500 +-0.087890625000 +-0.125976562500 +0.186523437500 +0.059326171875 +0.022338867188 +0.026611328125 +-0.004943847656 +-0.097656250000 +-0.036865234375 +-0.072753906250 +-0.012023925781 +0.002853393555 +-0.120605468750 +-0.062500000000 +0.106445312500 +-0.021606445312 +-0.121093750000 +-0.032226562500 +-0.208984375000 +-0.080566406250 +-0.074218750000 +-0.021850585938 +-0.058837890625 +-0.024414062500 +0.380859375000 +0.019775390625 +0.112304687500 +-0.059814453125 +0.110351562500 +0.111816406250 +-0.057617187500 +0.082519531250 +-0.173828125000 +-0.121582031250 +0.083007812500 +0.049316406250 +0.126953125000 +0.014160156250 +-0.116699218750 +-0.096191406250 +0.145507812500 +0.071777343750 +0.107910156250 +-0.057617187500 +0.009948730469 +-0.076171875000 +0.108398437500 +-0.036865234375 +-0.041748046875 +0.140625000000 +-0.137695312500 +-0.215820312500 +-0.073730468750 +-0.026977539062 +-0.046142578125 +0.086914062500 +0.015747070312 +-0.096191406250 +0.113769531250 +-0.125976562500 +-0.542968750000 +-0.208984375000 +0.033203125000 +-0.116699218750 +0.007507324219 +0.064941406250 +0.050537109375 +-0.017089843750 +0.163085937500 +0.100097656250 +-0.054199218750 +-0.069824218750 +0.049560546875 +0.107910156250 +0.015563964844 +-0.067382812500 +-0.012817382812 +-0.078125000000 +-0.084472656250 +-0.016235351562 +-0.120117187500 +0.100097656250 +-0.125976562500 +-0.071777343750 +0.022827148438 +-0.054931640625 +-0.073242187500 +-0.200195312500 +0.176757812500 +-0.026245117188 +0.208007812500 +-0.174804687500 +0.023559570312 +0.233398437500 +0.016235351562 +0.225585937500 +-0.213867187500 +-0.071289062500 +0.214843750000 +-0.097167968750 +-0.074707031250 +-0.055175781250 +0.000881195068 +-0.134765625000 +0.160156250000 +-0.047851562500 +0.103515625000 +0.022338867188 +0.287109375000 +-0.208007812500 +0.081054687500 +0.090820312500 +-0.092285156250 +0.082031250000 +-0.083984375000 +-0.112792968750 +-0.168945312500 +-0.208984375000 +-0.118164062500 +0.186523437500 +-0.079101562500 +-0.056884765625 +0.244140625000 +0.001434326172 +-0.691406250000 +-0.001800537109 +0.175781250000 +-0.153320312500 +-0.259765625000 +0.151367187500 +-0.057861328125 +-0.069335937500 +0.125000000000 +0.289062500000 +0.059326171875 +-0.030639648438 +-0.091308593750 +0.015014648438 +0.044189453125 +-0.001785278320 +0.161132812500 +0.019531250000 +-0.115234375000 +-0.289062500000 +-0.105957031250 +-0.001914978027 +-0.096679687500 +-0.273437500000 +0.074218750000 +-0.038330078125 +-0.132812500000 +-0.166015625000 +-0.072753906250 +-0.010314941406 +0.157226562500 +-0.151367187500 +-0.062500000000 +0.037597656250 +-0.077636718750 +0.139648437500 +-0.131835937500 +0.048583984375 +0.161132812500 +-0.234375000000 +0.012878417969 +-0.026611328125 +-0.031005859375 +-0.014648437500 +-0.007720947266 +0.213867187500 +-0.138671875000 +-0.010498046875 +0.166992187500 +-0.000303268433 +0.033935546875 +-0.101562500000 +-0.083984375000 +-0.617187500000 +-0.055419921875 +-0.125976562500 +-0.068847656250 +-0.215820312500 +0.042968750000 +0.039062500000 +0.050048828125 +0.015747070312 +0.015014648438 +-0.058105468750 +-0.726562500000 +-0.087402343750 +-0.221679687500 +-0.083984375000 +-0.308593750000 +0.166992187500 +-0.097656250000 +-0.464843750000 +0.057861328125 +0.115722656250 +0.098632812500 +0.037353515625 +0.080566406250 +0.009155273438 +-0.106445312500 +0.204101562500 +-0.052246093750 +-0.091796875000 +-0.285156250000 +-0.201171875000 +-0.055908203125 +0.002365112305 +-0.176757812500 +-0.486328125000 +0.171875000000 +-0.129882812500 +-0.078125000000 +-0.047607421875 +-0.169921875000 +-0.137695312500 +0.125976562500 +0.091796875000 +0.035644531250 +0.148437500000 +-0.048095703125 +0.128906250000 +-0.149414062500 +0.151367187500 +0.010803222656 +-0.257812500000 +-0.091796875000 +-0.124511718750 +0.158203125000 +-0.072265625000 +0.007415771484 +-0.015380859375 +-0.093261718750 +-0.054199218750 +0.038574218750 +-0.102050781250 +-0.112792968750 +0.024291992188 +0.119628906250 +-0.644531250000 +0.147460937500 +-0.259765625000 +-0.102050781250 +-0.128906250000 +-0.160156250000 +0.024780273438 +0.034423828125 +0.048095703125 +0.049804687500 +-0.020141601562 +-0.531250000000 +-0.125000000000 +0.061035156250 +-0.012145996094 +-0.449218750000 +-0.092285156250 +-0.163085937500 +0.087890625000 +0.070312500000 +0.139648437500 +-0.248046875000 +0.043212890625 +-0.018188476562 +0.020019531250 +-0.142578125000 +0.058593750000 +-0.051025390625 +0.052490234375 +-0.306640625000 +-0.112304687500 +-0.022827148438 +0.070312500000 +0.047363281250 +-0.265625000000 +0.069824218750 +-0.218750000000 +-0.058105468750 +-0.083496093750 +0.039062500000 +0.095214843750 +0.353515625000 +-0.044433593750 +0.153320312500 +0.116699218750 +-0.185546875000 +0.172851562500 +-0.036376953125 +-0.126953125000 +0.075195312500 +-0.298828125000 +-0.018798828125 +-0.075195312500 +-0.157226562500 +-0.085937500000 +0.055664062500 +-0.073242187500 +-0.045166015625 +-0.018554687500 +0.167968750000 +0.081054687500 +-0.132812500000 +-0.172851562500 +-0.004180908203 +0.027343750000 +0.035644531250 +-0.128906250000 +-0.073730468750 +-0.044921875000 +0.124511718750 +0.148437500000 +0.019165039062 +-0.013732910156 +-0.152343750000 +0.046142578125 +-0.253906250000 +-0.253906250000 +-0.247070312500 +-0.084472656250 +-0.057861328125 +-0.150390625000 +-0.050537109375 +-0.000823974609 +-0.117675781250 +0.003829956055 +-0.226562500000 +0.022827148438 +0.016723632812 +-0.025756835938 +0.112304687500 +0.111328125000 +-0.005767822266 +-0.130859375000 +-0.078125000000 +-0.125000000000 +-0.151367187500 +0.036621093750 +-0.049804687500 +-0.073730468750 +-0.045166015625 +0.039306640625 +-0.179687500000 +0.184570312500 +0.064941406250 +0.157226562500 +-0.201171875000 +0.086425781250 +-0.049804687500 +-0.078613281250 +0.032470703125 +0.163085937500 +0.028076171875 +0.008056640625 +-0.055175781250 +-0.052978515625 +-0.054199218750 +0.143554687500 +0.150390625000 +0.059570312500 +-0.003097534180 +-0.046386718750 +-0.029296875000 +0.106933593750 +0.195312500000 +-0.103515625000 +0.027221679688 +0.176757812500 +-0.067871093750 +-0.066406250000 +-0.099121093750 +-0.238281250000 +-0.139648437500 +0.187500000000 +-0.294921875000 +-0.199218750000 +0.070312500000 +0.008972167969 +-0.082031250000 +-0.151367187500 +-0.008728027344 +-0.067382812500 +-0.138671875000 +0.082031250000 +-0.018554687500 +-0.139648437500 +-0.072753906250 +0.078613281250 +-0.388671875000 +0.132812500000 +0.144531250000 +0.221679687500 +0.037109375000 +0.036865234375 +0.253906250000 +0.028930664062 +-0.205078125000 +-0.084472656250 +0.011352539062 +-0.172851562500 +0.005004882812 +0.044433593750 +-0.200195312500 +-0.246093750000 +-0.061279296875 +-0.005981445312 +0.029296875000 +0.232421875000 +0.090332031250 +0.045166015625 +-0.339843750000 +-0.021728515625 +0.000625610352 +-0.083984375000 +-0.175781250000 +0.106445312500 +0.210937500000 +0.192382812500 +0.128906250000 +0.020996093750 +0.010192871094 +0.038085937500 +-0.062255859375 +-0.208984375000 +-0.063476562500 +-0.010070800781 +-0.367187500000 +-0.058105468750 +0.139648437500 +-0.103515625000 +-0.147460937500 +-0.054443359375 +-0.084960937500 +0.202148437500 +-0.009826660156 +-0.376953125000 +0.098632812500 +-0.001800537109 +0.097167968750 +0.376953125000 +0.034179687500 +-0.082519531250 +-0.032470703125 +-0.201171875000 +0.015441894531 +0.130859375000 +-0.227539062500 +0.054443359375 +0.002899169922 +0.016113281250 +-0.130859375000 +-0.174804687500 +-0.243164062500 +0.012573242188 +0.079589843750 +0.153320312500 +0.159179687500 +-0.001251220703 +0.119628906250 +0.222656250000 +-0.034179687500 +-0.216796875000 +0.079589843750 +-0.149414062500 +-0.109375000000 +0.105468750000 +0.060546875000 +-0.116210937500 +0.014892578125 +-0.058349609375 +0.050537109375 +0.057373046875 +0.064941406250 +0.112792968750 +-0.089843750000 +-0.050292968750 +-0.174804687500 +0.052734375000 +0.022094726562 +0.025512695312 +0.156250000000 +-0.026611328125 +0.035400390625 +0.110351562500 +0.116699218750 +0.124511718750 +0.052246093750 +0.102050781250 +-0.129882812500 +0.139648437500 +0.011352539062 +0.016845703125 +0.166015625000 +-0.112304687500 +-0.099609375000 +-0.003646850586 +-0.130859375000 +0.055908203125 +-0.253906250000 +-0.285156250000 +0.063964843750 +0.199218750000 +0.043457031250 +-0.067871093750 +-0.023071289062 +-0.012756347656 +0.008178710938 +-0.394531250000 +0.028320312500 +-0.098144531250 +-0.151367187500 +0.018066406250 +-0.018188476562 +-0.294921875000 +-0.077148437500 +0.125976562500 +-0.636718750000 +0.146484375000 +0.039794921875 +0.033447265625 +0.183593750000 +0.209960937500 +0.144531250000 +0.181640625000 +0.028930664062 +-0.203125000000 +0.075683593750 +0.039550781250 +-0.112792968750 +-0.045898437500 +-0.113281250000 +0.004119873047 +-0.021606445312 +0.036621093750 +-0.075195312500 +0.022705078125 +0.065917968750 +-0.028564453125 +0.148437500000 +0.132812500000 +-0.022705078125 +0.101562500000 +-0.020019531250 +0.045166015625 +-0.034667968750 +0.150390625000 +-0.059570312500 +0.159179687500 +0.158203125000 +0.049072265625 +-0.065917968750 +-0.151367187500 +0.095214843750 +-0.018066406250 +-0.068847656250 +-0.162109375000 +-0.038085937500 +0.116210937500 +-0.153320312500 +-0.025756835938 +-0.022705078125 +0.144531250000 +-0.055908203125 +-0.312500000000 +-0.041503906250 +0.121093750000 +0.023681640625 +0.347656250000 +-0.098144531250 +-0.157226562500 +0.143554687500 +-0.130859375000 +0.178710937500 +0.007110595703 +-0.204101562500 +-0.028198242188 +-0.090820312500 +0.234375000000 +-0.120605468750 +-0.154296875000 +-0.554687500000 +0.205078125000 +0.173828125000 +-0.044921875000 +0.048583984375 +0.052001953125 +0.078125000000 +-0.030761718750 +-0.102050781250 +-0.157226562500 +0.043701171875 +0.032470703125 +-0.065917968750 +-0.047363281250 +-0.143554687500 +0.166015625000 +0.052490234375 +0.082519531250 +-0.100097656250 +0.051513671875 +0.048828125000 +0.028808593750 +0.148437500000 +-0.041748046875 +-0.091796875000 +-0.189453125000 +-0.043212890625 +0.173828125000 +0.094238281250 +0.320312500000 +-0.052246093750 +0.182617187500 +0.115234375000 +0.112304687500 +0.205078125000 +-0.019653320312 +-0.082519531250 +-0.084960937500 +0.010681152344 +0.053222656250 +0.038574218750 +0.085937500000 +-0.239257812500 +-0.140625000000 +-0.104492187500 +-0.041748046875 +-0.144531250000 +-0.652343750000 +0.093261718750 +0.107421875000 +0.178710937500 +-0.168945312500 +0.010620117188 +0.109375000000 +0.031982421875 +-0.345703125000 +-0.020507812500 +-0.017211914062 +-0.145507812500 +0.118164062500 +0.107910156250 +0.255859375000 +-0.085937500000 +0.080078125000 +-0.416015625000 +-0.002426147461 +0.250000000000 +-0.001869201660 +-0.184570312500 +0.324218750000 +-0.073730468750 +0.107910156250 +-0.036621093750 +-0.205078125000 +0.071777343750 +0.013122558594 +-0.172851562500 +0.017700195312 +0.077148437500 +0.016113281250 +0.110839843750 +0.052978515625 +0.171875000000 +0.055419921875 +0.059814453125 +0.055175781250 +0.206054687500 +-0.024047851562 +-0.073242187500 +-0.136718750000 +-0.186523437500 +-0.162109375000 +-0.192382812500 +0.216796875000 +-0.056640625000 +-0.169921875000 +0.111328125000 +0.124023437500 +0.122070312500 +-0.240234375000 +0.031127929688 +-0.092285156250 +0.128906250000 +-0.238281250000 +0.048583984375 +0.107910156250 +-0.304687500000 +-0.086914062500 +-0.149414062500 +-0.024658203125 +-0.122070312500 +-0.472656250000 +-0.029418945312 +0.140625000000 +0.151367187500 +0.330078125000 +0.153320312500 +-0.098144531250 +-0.071777343750 +-0.195312500000 +0.192382812500 +-0.035400390625 +-0.027954101562 +0.085937500000 +-0.239257812500 +-0.050537109375 +-0.092773437500 +-0.019897460938 +-0.023437500000 +0.058105468750 +-0.140625000000 +0.128906250000 +-0.071777343750 +0.130859375000 +0.168945312500 +-0.203125000000 +-0.050781250000 +0.051513671875 +0.106933593750 +-0.049316406250 +-0.291015625000 +0.003189086914 +0.031005859375 +0.045898437500 +0.012207031250 +0.072265625000 +-0.146484375000 +-0.010009765625 +0.061035156250 +0.040039062500 +0.156250000000 +-0.185546875000 +-0.127929687500 +-0.052978515625 +-0.061523437500 +0.388671875000 +0.162109375000 +0.204101562500 +0.093750000000 +0.107910156250 +-0.103515625000 +0.176757812500 +0.255859375000 +0.075683593750 +0.077636718750 +-0.112792968750 +0.171875000000 +-0.115234375000 +0.050781250000 +-0.091796875000 +-0.026489257812 +0.148437500000 +-0.001373291016 +0.123046875000 +-0.031494140625 +-0.369140625000 +0.031982421875 +-0.096679687500 +-0.324218750000 +-0.275390625000 +0.082519531250 +-0.072753906250 +-0.031738281250 +-0.191406250000 +0.166992187500 +0.239257812500 +0.066406250000 +0.009704589844 +0.015747070312 +0.121582031250 +0.033447265625 +0.056152343750 +0.015991210938 +0.013671875000 +0.092773437500 +0.098144531250 +0.118652343750 +-0.085937500000 +-0.007507324219 +0.098632812500 +-0.234375000000 +-0.182617187500 +0.178710937500 +0.092285156250 +0.023193359375 +-0.006134033203 +-0.086914062500 +-0.098632812500 +0.070312500000 +0.132812500000 +0.039062500000 +0.012695312500 +-0.194335937500 +0.103027343750 +-0.099609375000 +0.064453125000 +0.032958984375 +0.146484375000 +-0.269531250000 +-0.042968750000 +-0.143554687500 +-0.123535156250 +-0.021606445312 +-0.055664062500 +0.173828125000 +-0.060791015625 +0.052978515625 +-0.031250000000 +-0.060791015625 +-0.082519531250 +0.070800781250 +-0.005249023438 +-0.149414062500 +-0.183593750000 +0.080566406250 +-0.120117187500 +0.028930664062 +0.091308593750 +-0.101074218750 +0.107910156250 +0.049804687500 +-0.162109375000 +0.020629882812 +0.231445312500 +-0.091308593750 +0.050048828125 +0.056152343750 +-0.060791015625 +0.073730468750 +0.078613281250 +-0.240234375000 +0.027465820312 +0.143554687500 +0.048095703125 +0.106445312500 +-0.058349609375 +-0.014465332031 +0.079101562500 +-0.138671875000 +0.007873535156 +0.041015625000 +-0.119140625000 +-0.161132812500 +0.043701171875 +-0.416015625000 +0.081054687500 +-0.063964843750 +-0.023193359375 +0.081054687500 +0.000102043152 +0.113769531250 +-0.148437500000 +0.117187500000 +0.030151367188 +-0.004455566406 +-0.240234375000 +0.058837890625 +-0.085937500000 +0.213867187500 +0.056396484375 +-0.396484375000 +-0.012023925781 +-0.285156250000 +0.128906250000 +-0.253906250000 +-0.139648437500 +0.179687500000 +-0.219726562500 +0.192382812500 +-0.006195068359 +0.034667968750 +-0.022460937500 +-0.016967773438 +0.080078125000 +-0.021606445312 +-0.061523437500 +-0.202148437500 +-0.022949218750 +-0.013916015625 +0.019531250000 +0.107910156250 +0.206054687500 +-0.234375000000 +-0.045166015625 +-0.002914428711 +0.144531250000 +0.083496093750 +0.189453125000 +0.075683593750 +0.068359375000 +0.093261718750 +-0.220703125000 +-0.013549804688 +0.113769531250 +0.022949218750 +-0.004547119141 +0.001502990723 +0.067382812500 +-0.082031250000 +-0.087890625000 +-0.104980468750 +0.049072265625 +0.103515625000 +-0.099609375000 +0.014160156250 +-0.198242187500 +0.195312500000 +-0.102050781250 +-0.089355468750 +-0.168945312500 +0.005981445312 +0.052490234375 +0.132812500000 +-0.011657714844 +-0.041259765625 +-0.099609375000 +0.139648437500 +0.109863281250 +-0.119628906250 +-0.028686523438 +0.125976562500 +0.065429687500 +0.068359375000 +0.123046875000 +-0.402343750000 +0.005310058594 +-0.079101562500 +0.001113891602 +-0.406250000000 +-0.192382812500 +0.088867187500 +-0.181640625000 +0.114746093750 +-0.132812500000 +-0.056884765625 +-0.060791015625 +-0.123046875000 +-0.015625000000 +-0.025634765625 +0.049316406250 +-0.105957031250 +-0.086914062500 +-0.093261718750 +0.055664062500 +0.063476562500 +-0.004638671875 +-0.117187500000 +-0.009948730469 +-0.031738281250 +0.113769531250 +0.025878906250 +0.053955078125 +-0.042724609375 +0.081054687500 +0.139648437500 +-0.202148437500 +0.072753906250 +0.045166015625 +-0.098144531250 +0.106933593750 +0.134765625000 +0.105957031250 +-0.152343750000 +0.055908203125 +-0.021850585938 +0.074707031250 +-0.096679687500 +-0.036865234375 +-0.113769531250 +-0.259765625000 +0.236328125000 +0.097656250000 +-0.443359375000 +0.002182006836 +0.026000976562 +0.098632812500 +0.052490234375 +0.073730468750 +0.077636718750 +-0.096191406250 +0.033203125000 +0.019287109375 +0.024047851562 +-0.143554687500 +0.139648437500 +0.145507812500 +0.055419921875 +0.146484375000 +-0.542968750000 +-0.125976562500 +-0.251953125000 +0.131835937500 +-0.191406250000 +-0.041503906250 +0.008300781250 +-0.174804687500 +0.199218750000 +-0.210937500000 +0.062500000000 +-0.064941406250 +-0.014526367188 +0.041259765625 +0.098144531250 +-0.007995605469 +-0.316406250000 +-0.160156250000 +0.023437500000 +0.030639648438 +-0.038574218750 +0.027221679688 +-0.104980468750 +0.000183105469 +-0.058349609375 +0.010742187500 +-0.050048828125 +0.029785156250 +-0.118164062500 +-0.028320312500 +0.162109375000 +-0.255859375000 +0.084960937500 +0.070800781250 +-0.184570312500 +0.113769531250 +-0.049560546875 +0.062255859375 +-0.031250000000 +-0.055908203125 +-0.031494140625 +-0.107910156250 +0.061035156250 +-0.016235351562 +0.085449218750 +0.050292968750 +0.082031250000 +-0.095703125000 +-0.464843750000 +0.132812500000 +0.116699218750 +-0.187500000000 +-0.027832031250 +0.174804687500 +-0.064941406250 +-0.088867187500 +0.128906250000 +0.060791015625 +-0.034423828125 +-0.026977539062 +-0.114257812500 +0.182617187500 +-0.071289062500 +0.106933593750 +-0.722656250000 +-0.132812500000 +-0.236328125000 +-0.023193359375 +-0.226562500000 +-0.375000000000 +-0.102539062500 +-0.574218750000 +0.281250000000 +-0.093261718750 +0.092285156250 +-0.220703125000 +-0.034179687500 +-0.213867187500 +0.177734375000 +-0.001670837402 +-0.326171875000 +-0.076660156250 +0.062988281250 +0.001213073730 +-0.084960937500 +-0.188476562500 +0.191406250000 +0.166992187500 +-0.182617187500 +0.061035156250 +-0.045410156250 +0.034912109375 +-0.006896972656 +-0.076171875000 +0.178710937500 +0.021362304688 +-0.054687500000 +0.159179687500 +-0.160156250000 +-0.115234375000 +-0.067382812500 +-0.096679687500 +-0.033447265625 +0.053710937500 +-0.027099609375 +0.125000000000 +-0.000194549561 +0.013671875000 +0.024291992188 +0.047119140625 +-0.043701171875 +-0.208007812500 +-0.139648437500 +-0.143554687500 +0.188476562500 +-0.131835937500 +0.148437500000 +-0.049560546875 +-0.022460937500 +-0.248046875000 +0.078613281250 +0.182617187500 +0.120605468750 +-0.212890625000 +0.090332031250 +0.156250000000 +-0.034423828125 +0.099609375000 +-0.593750000000 +-0.122558593750 +-0.141601562500 +0.037353515625 +0.125976562500 +-0.033447265625 +-0.191406250000 +-0.511718750000 +0.026123046875 +-0.163085937500 +-0.065917968750 +0.020385742188 +-0.050292968750 +0.014038085938 +0.098632812500 +0.081542968750 +-0.187500000000 +-0.041259765625 +0.176757812500 +0.006317138672 +-0.012145996094 +0.017333984375 +0.365234375000 +0.174804687500 +-0.053466796875 +0.172851562500 +-0.148437500000 +0.043212890625 +-0.113281250000 +-0.058349609375 +0.070312500000 +-0.056396484375 +-0.005706787109 +0.139648437500 +-0.085937500000 +0.057861328125 +0.135742187500 +-0.030273437500 +0.151367187500 +-0.020874023438 +-0.043945312500 +0.075195312500 +-0.036865234375 +0.032226562500 +-0.185546875000 +-0.181640625000 +-0.042724609375 +0.016479492188 +-0.155273437500 +-0.145507812500 +0.133789062500 +-0.011657714844 +0.151367187500 +-0.000934600830 +-0.118652343750 +-0.343750000000 +0.138671875000 +0.143554687500 +-0.045654296875 +-0.007568359375 +0.053710937500 +0.028442382812 +0.102539062500 +0.230468750000 +-0.136718750000 +-0.051513671875 +-0.384765625000 +-0.024047851562 +-0.174804687500 +-0.088378906250 +0.011230468750 +-0.048095703125 +-0.032470703125 +-0.206054687500 +0.147460937500 +-0.203125000000 +-0.195312500000 +-0.069824218750 +-0.007659912109 +-0.101562500000 +-0.016723632812 +-0.183593750000 +-0.126953125000 +0.042724609375 +-0.108398437500 +0.326171875000 +0.076660156250 +-0.030151367188 +0.058105468750 +0.064453125000 +0.107421875000 +0.003097534180 +-0.096679687500 +0.127929687500 +0.143554687500 +-0.108398437500 +-0.143554687500 +0.011596679688 +-0.090820312500 +-0.147460937500 +0.066894531250 +-0.204101562500 +0.302734375000 +0.040771484375 +0.216796875000 +-0.134765625000 +-0.053222656250 +0.025634765625 +0.056396484375 +-0.045898437500 +0.041748046875 +-0.002090454102 +0.160156250000 +0.094726562500 +-0.145507812500 +0.016601562500 +-0.108398437500 +-0.229492187500 +-0.067871093750 +0.004180908203 +-0.063964843750 +0.041259765625 +-0.312500000000 +-0.041503906250 +-0.082519531250 +-0.251953125000 +0.045654296875 +-0.143554687500 +-0.095703125000 +0.099609375000 +0.026123046875 +-0.066894531250 +0.010986328125 +-0.156250000000 +-0.045410156250 +-0.210937500000 +0.140625000000 +0.328125000000 +0.318359375000 +0.049316406250 +0.076660156250 +-0.018554687500 +0.006683349609 +0.108398437500 +-0.026733398438 +0.167968750000 +-0.279296875000 +-0.031127929688 +-0.149414062500 +-0.074218750000 +0.045166015625 +-0.110351562500 +0.082519531250 +0.023925781250 +0.000379562378 +-0.068359375000 +0.066894531250 +-0.081054687500 +0.043212890625 +-0.026245117188 +-0.183593750000 +-0.267578125000 +0.082519531250 +-0.135742187500 +0.273437500000 +-0.363281250000 +0.269531250000 +0.048828125000 +0.064941406250 +-0.109375000000 +-0.161132812500 +0.097656250000 +0.117675781250 +-0.091796875000 +0.007629394531 +-0.001472473145 +0.092773437500 +0.035156250000 +-0.130859375000 +-0.021240234375 +0.043945312500 +-0.375000000000 +-0.066894531250 +-0.263671875000 +0.003173828125 +0.073242187500 +-0.191406250000 +-0.082031250000 +-0.046386718750 +-0.232421875000 +0.050048828125 +-0.148437500000 +-0.009216308594 +0.128906250000 +-0.047363281250 +-0.012939453125 +0.103027343750 +0.047851562500 +0.002456665039 +-0.057861328125 +-0.091308593750 +0.279296875000 +0.142578125000 +-0.026611328125 +0.128906250000 +-0.125976562500 +0.204101562500 +-0.125000000000 +0.023925781250 +0.141601562500 +-0.093750000000 +-0.042236328125 +0.022460937500 +-0.053466796875 +-0.001525878906 +-0.031250000000 +-0.079101562500 +0.015197753906 +-0.048828125000 +-0.099121093750 +0.010498046875 +-0.237304687500 +-0.090332031250 +0.105957031250 +0.077148437500 +-0.167968750000 +-0.047363281250 +-0.000808715820 +-0.093750000000 +-0.166015625000 +-0.114257812500 +0.057861328125 +0.081542968750 +-0.169921875000 +-0.131835937500 +-0.125976562500 +0.044921875000 +-0.006896972656 +-0.250000000000 +0.029663085938 +0.114746093750 +-0.034423828125 +-0.080566406250 +0.049560546875 +-0.058105468750 +-0.100585937500 +-0.096679687500 +-0.090332031250 +-0.043212890625 +0.081542968750 +-0.025634765625 +-0.075195312500 +-0.060302734375 +-0.296875000000 +-0.025390625000 +0.064453125000 +-0.110351562500 +0.021728515625 +0.038085937500 +-0.133789062500 +-0.229492187500 +0.079589843750 +-0.058105468750 +0.031250000000 +0.131835937500 +0.192382812500 +0.143554687500 +-0.071289062500 +-0.380859375000 +-0.001983642578 +0.261718750000 +-0.125976562500 +-0.002929687500 +0.102539062500 +-0.091796875000 +0.103027343750 +0.082519531250 +0.016357421875 +-0.064941406250 +0.035156250000 +-0.028320312500 +0.085449218750 +-0.053955078125 +-0.086914062500 +0.000705718994 +-0.090820312500 +-0.025390625000 +0.123535156250 +-0.141601562500 +-0.190429687500 +-0.005828857422 +-0.020751953125 +0.094238281250 +-0.255859375000 +-0.398437500000 +0.151367187500 +-0.006042480469 +-0.179687500000 +-0.244140625000 +-0.527343750000 +0.095703125000 +0.050292968750 +-0.121582031250 +0.161132812500 +0.125976562500 +-0.039794921875 +-0.004333496094 +0.000846862793 +0.099121093750 +-0.088378906250 +-0.019897460938 +0.078125000000 +-0.073242187500 +0.034912109375 +-0.124023437500 +0.020141601562 +-0.273437500000 +-0.014282226562 +-0.019531250000 +-0.240234375000 +-0.041015625000 +0.138671875000 +-0.013244628906 +-0.116699218750 +-0.064941406250 +0.108398437500 +-0.125000000000 +0.077148437500 +0.300781250000 +0.188476562500 +0.176757812500 +-0.087890625000 +-0.185546875000 +-0.190429687500 +0.206054687500 +0.039306640625 +0.263671875000 +0.029052734375 +-0.169921875000 +0.037353515625 +0.071289062500 +0.061523437500 +-0.042724609375 +-0.026733398438 +0.082031250000 +0.131835937500 +-0.168945312500 +0.233398437500 +0.177734375000 +0.006347656250 +-0.148437500000 +-0.005615234375 +-0.055419921875 +-0.310546875000 +-0.031005859375 +-0.106445312500 +0.176757812500 +-0.223632812500 +-0.030029296875 +0.109375000000 +0.056884765625 +-0.287109375000 +-0.052978515625 +0.000728607178 +0.083007812500 +-0.113281250000 +0.177734375000 +0.159179687500 +0.077148437500 +0.083984375000 +0.044677734375 +0.044189453125 +0.057128906250 +-0.175781250000 +0.171875000000 +0.065429687500 +0.074218750000 +-0.022216796875 +-0.027221679688 +0.044433593750 +-0.097167968750 +-0.130859375000 +0.114746093750 +-0.056152343750 +-0.067382812500 +0.029174804688 +-0.273437500000 +-0.376953125000 +-0.178710937500 +-0.004974365234 +0.111816406250 +-0.086914062500 +0.179687500000 +0.099121093750 +0.108398437500 +-0.042236328125 +0.155273437500 +-0.182617187500 +-0.186523437500 +0.166992187500 +0.079101562500 +0.184570312500 +-0.164062500000 +-0.523437500000 +0.151367187500 +-0.104980468750 +-0.023071289062 +-0.106445312500 +-0.123535156250 +0.098632812500 +-0.016479492188 +0.503906250000 +0.158203125000 +0.109375000000 +0.079101562500 +0.042236328125 +0.011108398438 +-0.332031250000 +-0.099121093750 +-0.075195312500 +0.092285156250 +-0.241210937500 +0.135742187500 +0.017211914062 +0.077636718750 +-0.244140625000 +0.030029296875 +0.013793945312 +-0.043701171875 +-0.096679687500 +0.003219604492 +0.177734375000 +0.047851562500 +0.018432617188 +0.037353515625 +-0.050048828125 +0.180664062500 +-0.076660156250 +0.047363281250 +-0.141601562500 +-0.016357421875 +-0.038330078125 +-0.035156250000 +0.054931640625 +-0.086914062500 +-0.215820312500 +-0.096191406250 +-0.058593750000 +-0.215820312500 +0.118652343750 +-0.130859375000 +-0.333984375000 +-0.012329101562 +-0.152343750000 +0.071289062500 +0.067871093750 +0.094238281250 +0.065429687500 +0.159179687500 +0.015197753906 +-0.028686523438 +-0.195312500000 +-0.115722656250 +-0.005126953125 +0.062500000000 +-0.061279296875 +-0.136718750000 +-0.277343750000 +0.180664062500 +-0.026000976562 +-0.182617187500 +0.107910156250 +-0.231445312500 +-0.016235351562 +-0.054199218750 +-0.347656250000 +0.145507812500 +0.112304687500 +0.071777343750 +0.153320312500 +-0.154296875000 +-0.259765625000 +-0.010742187500 +-0.034179687500 +0.116210937500 +-0.184570312500 +0.273437500000 +0.088867187500 +0.257812500000 +-0.277343750000 +-0.019653320312 +-0.033935546875 +-0.222656250000 +-0.353515625000 +0.031738281250 +0.061523437500 +0.184570312500 +0.114746093750 +0.073730468750 +-0.028442382812 +0.073730468750 +-0.076171875000 +0.016235351562 +-0.117675781250 +-0.180664062500 +0.100585937500 +-0.121093750000 +-0.005645751953 +-0.025268554688 +-0.131835937500 +-0.108398437500 +-0.067382812500 +-0.042724609375 +0.088867187500 +-0.183593750000 +-0.034667968750 +-0.225585937500 +-0.113281250000 +-0.239257812500 +0.055175781250 +0.267578125000 +0.248046875000 +0.285156250000 +-0.064453125000 +-0.058837890625 +-0.127929687500 +-0.001625061035 +-0.013671875000 +-0.335937500000 +0.088378906250 +-0.158203125000 +0.055175781250 +0.081054687500 +0.031005859375 +-0.108886718750 +0.032226562500 +0.045654296875 +0.102539062500 +-0.073242187500 +-0.005920410156 +-0.008850097656 +0.020874023438 +-0.111816406250 +-0.009643554688 +-0.040771484375 +-0.222656250000 +-0.038085937500 +-0.068847656250 +-0.094726562500 +0.065429687500 +-0.119140625000 +-0.070800781250 +0.003402709961 +-0.124023437500 +0.039306640625 +0.085449218750 +-0.170898437500 +0.020751953125 +0.078125000000 +0.107910156250 +-0.116210937500 +-0.065917968750 +-0.035644531250 +0.013854980469 +-0.026611328125 +0.056396484375 +0.013427734375 +-0.122558593750 +-0.077148437500 +-0.008544921875 +0.034912109375 +0.163085937500 +-0.066406250000 +-0.169921875000 +0.013366699219 +0.046142578125 +-0.068359375000 +-0.312500000000 +-0.083984375000 +-0.031494140625 +0.090332031250 +0.056396484375 +-0.054931640625 +-0.001838684082 +-0.080078125000 +-0.210937500000 +0.088867187500 +0.014465332031 +-0.238281250000 +-0.176757812500 +-0.217773437500 +0.037109375000 +-0.138671875000 +0.173828125000 +-0.120605468750 +-0.060791015625 +-0.083007812500 +0.005798339844 +0.077148437500 +-0.157226562500 +-0.079589843750 +0.038330078125 +-0.044189453125 +-0.030883789062 +-0.028930664062 +-0.054443359375 +-0.009887695312 +0.135742187500 +0.090820312500 +-0.089355468750 +-0.079589843750 +0.043701171875 +-0.074218750000 +-0.054443359375 +0.075195312500 +0.095214843750 +-0.135742187500 +0.022216796875 +-0.073730468750 +-0.000383377075 +-0.064453125000 +0.143554687500 +0.013488769531 +-0.045410156250 +-0.079101562500 +-0.155273437500 +0.054199218750 +-0.006011962891 +-0.078125000000 +-0.050537109375 +-0.005035400391 +-0.875000000000 +-0.037109375000 +-0.058837890625 +0.049072265625 +-0.080566406250 +-0.087890625000 +-0.125000000000 +0.147460937500 +0.036132812500 +-0.018554687500 +-0.400390625000 +0.018676757812 +-0.044189453125 +0.040283203125 +-0.034912109375 +-0.091796875000 +0.008178710938 +-0.090332031250 +-0.259765625000 +0.187500000000 +-0.060791015625 +-0.253906250000 +-0.435546875000 +0.001014709473 +-0.161132812500 +-0.131835937500 +0.125000000000 +-0.014831542969 +-0.043457031250 +-0.113769531250 +-0.069335937500 +0.054199218750 +-0.239257812500 +-0.157226562500 +-0.050537109375 +-0.140625000000 +0.048583984375 +0.171875000000 +-0.046142578125 +-0.035644531250 +0.139648437500 +0.139648437500 +-0.086425781250 +-0.107421875000 +-0.029418945312 +-0.062011718750 +-0.036865234375 +-0.049316406250 +0.101562500000 +-0.108886718750 +0.068359375000 +-0.001144409180 +-0.261718750000 +-0.248046875000 +0.037597656250 +-0.140625000000 +0.022583007812 +-0.185546875000 +-0.178710937500 +-0.011901855469 +0.050292968750 +-0.049560546875 +-0.087890625000 +-0.063964843750 +-0.132812500000 +0.001594543457 +-0.067382812500 +-0.056640625000 +-0.040283203125 +-0.141601562500 +0.081054687500 +0.153320312500 +0.202148437500 +-0.103027343750 +-0.322265625000 +-0.007812500000 +-0.097656250000 +0.088378906250 +-0.043945312500 +-0.061767578125 +-0.025512695312 +0.066406250000 +-0.310546875000 +0.072753906250 +-0.077148437500 +-0.108886718750 +-0.032958984375 +-0.241210937500 +-0.275390625000 +-0.018554687500 +0.026000976562 +0.001304626465 +0.128906250000 +-0.087402343750 +0.076171875000 +0.127929687500 +0.113281250000 +0.104980468750 +0.011657714844 +-0.114746093750 +0.013244628906 +0.094726562500 +-0.312500000000 +0.059570312500 +-0.131835937500 +0.082519531250 +-0.129882812500 +-0.061035156250 +-0.683593750000 +0.037841796875 +0.096679687500 +-0.108398437500 +0.108398437500 +-0.078125000000 +-0.047363281250 +-0.042968750000 +-0.029541015625 +-0.318359375000 +0.204101562500 +0.028564453125 +0.076171875000 +-0.023925781250 +-0.077636718750 +0.031738281250 +0.020507812500 +0.051513671875 +-0.142578125000 +-0.090820312500 +0.119628906250 +-0.058105468750 +0.084472656250 +0.026611328125 +0.029541015625 +-0.056884765625 +0.073242187500 +0.283203125000 +0.177734375000 +-0.056152343750 +-0.447265625000 +0.109375000000 +0.349609375000 +0.024902343750 +0.037597656250 +0.041259765625 +0.088867187500 +0.233398437500 +-0.398437500000 +-0.012695312500 +-0.017333984375 +-0.076660156250 +-0.287109375000 +-0.229492187500 +-0.026977539062 +-0.110351562500 +0.149414062500 +0.164062500000 +-0.105468750000 +-0.136718750000 +0.104003906250 +0.094726562500 +0.100585937500 +0.035888671875 +0.100585937500 +-0.074707031250 +0.039306640625 +0.014465332031 +-0.195312500000 +0.048339843750 +-0.161132812500 +0.020996093750 +-0.072753906250 +-0.068359375000 +-0.238281250000 +-0.047119140625 +-0.012756347656 +0.007049560547 +-0.066406250000 +-0.189453125000 +0.058837890625 +0.098144531250 +0.107910156250 +-0.191406250000 +0.026123046875 +-0.101562500000 +0.053466796875 +-0.120117187500 +-0.021606445312 +-0.004364013672 +0.071777343750 +0.085449218750 +0.088378906250 +-0.092773437500 +-0.500000000000 +0.037353515625 +0.041748046875 +-0.107421875000 +-0.038818359375 +-0.093750000000 +0.083984375000 +0.365234375000 +-0.127929687500 +0.089843750000 +-0.394531250000 +0.119628906250 +0.131835937500 +-0.000118255615 +-0.002548217773 +0.014038085938 +0.082519531250 +-0.044677734375 +-0.332031250000 +0.125976562500 +-0.174804687500 +-0.009460449219 +-0.095214843750 +-0.285156250000 +0.020996093750 +-0.023315429688 +0.115234375000 +0.105957031250 +-0.052978515625 +0.008483886719 +0.042480468750 +0.265625000000 +-0.201171875000 +-0.019042968750 +0.096679687500 +-0.049072265625 +0.060791015625 +0.115234375000 +0.148437500000 +0.103515625000 +-0.098632812500 +-0.029418945312 +-0.117187500000 +-0.089355468750 +-0.081542968750 +-0.040527343750 +0.118652343750 +0.014526367188 +-0.083007812500 +0.093750000000 +-0.079589843750 +0.050537109375 +-0.144531250000 +-0.259765625000 +-0.050048828125 +-0.197265625000 +0.112792968750 +-0.103027343750 +0.015502929688 +0.057617187500 +0.031982421875 +0.039550781250 +-0.013305664062 +-0.143554687500 +-0.859375000000 +0.010375976562 +-0.085937500000 +0.016845703125 +-0.083984375000 +-0.038574218750 +0.025268554688 +-0.206054687500 +-0.140625000000 +0.060546875000 +-0.462890625000 +0.108886718750 +0.003890991211 +0.135742187500 +-0.040771484375 +0.096679687500 +-0.079589843750 +-0.281250000000 +-0.441406250000 +0.188476562500 +0.087402343750 +-0.090332031250 +-0.085937500000 +-0.231445312500 +-0.171875000000 +-0.146484375000 +0.099121093750 +0.218750000000 +-0.090332031250 +-0.068359375000 +-0.008728027344 +-0.035156250000 +-0.265625000000 +0.035156250000 +0.116210937500 +-0.027343750000 +0.016967773438 +0.075195312500 +0.014465332031 +0.100585937500 +0.114257812500 +-0.003005981445 +-0.163085937500 +-0.010925292969 +-0.008666992188 +-0.134765625000 +0.160156250000 +0.014221191406 +-0.140625000000 +0.059570312500 +-0.070312500000 +0.025512695312 +0.000008821487 +-0.167968750000 +-0.133789062500 +0.092285156250 +0.061767578125 +-0.033935546875 +0.143554687500 +0.088867187500 +0.027587890625 +0.040771484375 +-0.132812500000 +-0.135742187500 +-0.820312500000 +0.042724609375 +0.003890991211 +-0.009155273438 +0.011413574219 +-0.234375000000 +0.291015625000 +0.214843750000 +-0.162109375000 +0.025268554688 +-0.304687500000 +0.125976562500 +0.050537109375 +0.068847656250 +0.011169433594 +0.159179687500 +0.101074218750 +-0.283203125000 +-0.102050781250 +-0.047363281250 +-0.064941406250 +0.162109375000 +-0.750000000000 +-0.098632812500 +0.063964843750 +-0.101074218750 +0.121582031250 +0.175781250000 +-0.029418945312 +-0.025512695312 +0.198242187500 +0.169921875000 +-0.339843750000 +-0.046630859375 +0.125976562500 +0.004577636719 +0.008911132812 +0.134765625000 +-0.125976562500 +0.117675781250 +-0.010192871094 +0.038574218750 +-0.102539062500 +-0.094726562500 +-0.019287109375 +-0.273437500000 +-0.011352539062 +-0.095703125000 +-0.423828125000 +-0.263671875000 +0.007446289062 +-0.010314941406 +0.038574218750 +-0.034912109375 +-0.019653320312 +-0.128906250000 +-0.031982421875 +0.001373291016 +0.098632812500 +0.035156250000 +0.014526367188 +-0.058105468750 +0.210937500000 +-0.057861328125 +-0.022216796875 +-0.050048828125 +-0.018066406250 +0.156250000000 +-0.134765625000 +-0.025512695312 +0.291015625000 +0.038574218750 +0.261718750000 +-0.053466796875 +-0.135742187500 +-0.211914062500 +-0.024658203125 +0.045654296875 +0.012084960938 +-0.010986328125 +-0.190429687500 +0.119628906250 +-0.244140625000 +-0.120605468750 +0.038818359375 +0.004516601562 +-0.076171875000 +0.302734375000 +0.002334594727 +-0.086425781250 +0.008666992188 +0.086914062500 +0.090820312500 +-0.027099609375 +-0.163085937500 +-0.029541015625 +-0.069824218750 +-0.022705078125 +-0.114257812500 +0.226562500000 +0.069335937500 +-0.191406250000 +0.112304687500 +0.217773437500 +0.090820312500 +0.212890625000 +-0.169921875000 +-0.035400390625 +-0.032958984375 +-0.170898437500 +0.003967285156 +-0.043701171875 +-0.281250000000 +-0.322265625000 +-0.034667968750 +-0.054443359375 +0.043945312500 +0.039550781250 +0.089355468750 +-0.031005859375 +-0.058593750000 +0.077148437500 +-0.035644531250 +-0.054199218750 +-0.020507812500 +-0.027954101562 +-0.059326171875 +-0.026245117188 +-0.066406250000 +-0.030029296875 +-0.030883789062 +0.134765625000 +-0.246093750000 +-0.012084960938 +0.218750000000 +-0.099609375000 +0.194335937500 +0.000743865967 +-0.027709960938 +-0.123535156250 +0.004516601562 +-0.023193359375 +0.173828125000 +-0.051757812500 +0.010681152344 +0.039306640625 +-0.183593750000 +-0.017578125000 +-0.054931640625 +-0.017578125000 +-0.012451171875 +-0.148437500000 +-0.078613281250 +-0.208984375000 +0.092773437500 +0.153320312500 +0.202148437500 +-0.087402343750 +-0.101562500000 +-0.056152343750 +-0.035644531250 +0.063964843750 +-0.183593750000 +0.093261718750 +-0.018554687500 +-0.251953125000 +0.158203125000 +0.225585937500 +-0.125976562500 +0.026733398438 +-0.291015625000 +-0.030395507812 +-0.343750000000 +0.036865234375 +0.050292968750 +-0.082519531250 +-0.114746093750 +0.053222656250 +0.070312500000 +-0.114257812500 +-0.021728515625 +-0.107421875000 +0.006317138672 +-0.136718750000 +-0.100097656250 +0.071777343750 +0.025634765625 +0.078613281250 +-0.016479492188 +-0.097656250000 +0.037841796875 +-0.191406250000 +-0.080566406250 +-0.229492187500 +-0.029418945312 +0.137695312500 +-0.187500000000 +-0.068847656250 +0.010192871094 +-0.110351562500 +0.275390625000 +-0.230468750000 +0.039794921875 +0.042236328125 +0.160156250000 +0.088867187500 +0.158203125000 +-0.041259765625 +-0.024536132812 +0.181640625000 +-0.063964843750 +-0.048583984375 +-0.115722656250 +0.052734375000 +-0.071777343750 +-0.207031250000 +-0.065429687500 +-0.127929687500 +-0.145507812500 +0.081054687500 +0.173828125000 +0.039062500000 +-0.055175781250 +-0.073242187500 +-0.115234375000 +0.188476562500 +-0.058593750000 +0.032226562500 +-0.047607421875 +-0.308593750000 +0.042724609375 +-0.052978515625 +0.042236328125 +0.277343750000 +-0.234375000000 +-0.122070312500 +-0.367187500000 +0.049560546875 +-0.052001953125 +-0.410156250000 +-0.263671875000 +0.175781250000 +-0.082519531250 +0.002349853516 +-0.093261718750 +0.087890625000 +-0.195312500000 +-0.173828125000 +0.023559570312 +0.000170707703 +-0.133789062500 +-0.020751953125 +-0.169921875000 +0.016235351562 +-0.134765625000 +-0.026489257812 +-0.072753906250 +0.185546875000 +-0.052978515625 +0.086914062500 +-0.087402343750 +0.001350402832 +0.215820312500 +0.011047363281 +0.373046875000 +-0.161132812500 +0.083984375000 +0.166992187500 +0.185546875000 +-0.052734375000 +0.128906250000 +-0.087890625000 +-0.022216796875 +0.080566406250 +-0.037841796875 +0.100097656250 +-0.166015625000 +-0.064453125000 +-0.062500000000 +0.098144531250 +-0.155273437500 +0.048095703125 +-0.142578125000 +0.012695312500 +0.201171875000 +-0.019531250000 +0.022949218750 +-0.128906250000 +0.003250122070 +0.425781250000 +-0.047851562500 +0.022705078125 +-0.011535644531 +-0.047363281250 +0.110351562500 +0.144531250000 +0.138671875000 +0.026977539062 +-0.281250000000 +0.071289062500 +-0.341796875000 +0.082519531250 +0.005126953125 +-0.241210937500 +-0.306640625000 +-0.165039062500 +-0.003265380859 +-0.078125000000 +-0.135742187500 +-0.020996093750 +-0.210937500000 +0.306640625000 +-0.022338867188 +0.320312500000 +-0.068359375000 +0.109863281250 +-0.244140625000 +0.094726562500 +0.077636718750 +0.096679687500 +0.065917968750 +-0.147460937500 +-0.136718750000 +0.076171875000 +-0.039062500000 +-0.191406250000 +0.107910156250 +-0.128906250000 +0.269531250000 +0.120605468750 +-0.076171875000 +0.269531250000 +0.126953125000 +0.078125000000 +-0.046875000000 +0.165039062500 +-0.304687500000 +0.128906250000 +0.058837890625 +-0.004760742188 +-0.102539062500 +0.234375000000 +0.166015625000 +0.042724609375 +-0.141601562500 +-0.566406250000 +-0.033691406250 +0.034423828125 +-0.089355468750 +0.040039062500 +0.041992187500 +0.043701171875 +0.019897460938 +0.043212890625 +-0.046142578125 +-0.008483886719 +-0.048828125000 +-0.349609375000 +0.023803710938 +-0.384765625000 +-0.065917968750 +0.312500000000 +-0.289062500000 +0.188476562500 +-0.165039062500 +0.281250000000 +0.147460937500 +-0.097656250000 +-0.279296875000 +-0.128906250000 +0.007019042969 +-0.012084960938 +-0.011291503906 +0.026000976562 +-0.141601562500 +0.245117187500 +0.030029296875 +-0.133789062500 +-0.043701171875 +-0.115722656250 +0.002990722656 +0.109375000000 +0.112792968750 +-0.013244628906 +-0.168945312500 +-0.188476562500 +0.035400390625 +0.005126953125 +0.104003906250 +-0.125976562500 +0.071777343750 +-0.179687500000 +0.173828125000 +0.061767578125 +-0.208007812500 +-0.027587890625 +0.018798828125 +0.085449218750 +0.189453125000 +-0.083984375000 +-0.056884765625 +0.056152343750 +0.034912109375 +0.016723632812 +0.086914062500 +-0.006835937500 +-0.167968750000 +-0.275390625000 +-0.105957031250 +-0.259765625000 +-0.088867187500 +0.024902343750 +0.007720947266 +-0.036865234375 +-0.028442382812 +-0.072753906250 +0.090820312500 +-0.406250000000 +0.135742187500 +-0.104492187500 +0.169921875000 +0.158203125000 +-0.049560546875 +-0.155273437500 +0.079589843750 +-0.031738281250 +-0.206054687500 +0.120117187500 +-0.030151367188 +0.308593750000 +-0.085937500000 +-0.202148437500 +-0.283203125000 +-0.291015625000 +-0.077636718750 +-0.079101562500 +-0.015441894531 +-0.191406250000 +0.007812500000 +-0.392578125000 +-0.113769531250 +-0.052001953125 +0.074218750000 +0.092285156250 +0.057861328125 +0.139648437500 +0.151367187500 +-0.201171875000 +-0.173828125000 +-0.086425781250 +0.037841796875 +0.037597656250 +0.294921875000 +-0.222656250000 +0.220703125000 +-0.124511718750 +0.384765625000 +-0.045166015625 +-0.236328125000 +0.138671875000 +0.006378173828 +-0.041259765625 +-0.049560546875 +-0.150390625000 +-0.002609252930 +0.027587890625 +0.082031250000 +0.020141601562 +-0.027954101562 +0.024780273438 +0.219726562500 +0.053222656250 +-0.164062500000 +0.095703125000 +0.062500000000 +0.102050781250 +-0.004730224609 +0.073242187500 +-0.192382812500 +-0.248046875000 +-0.046630859375 +-0.172851562500 +-0.110839843750 +-0.172851562500 +0.069335937500 +-0.291015625000 +0.119140625000 +-0.164062500000 +0.139648437500 +0.135742187500 +-0.161132812500 +-0.153320312500 +-0.060058593750 +-0.156250000000 +-0.194335937500 +0.026245117188 +-0.085449218750 +-0.043945312500 +-0.287109375000 +0.208007812500 +-0.062255859375 +0.072265625000 +-0.007873535156 +-0.053955078125 +0.010314941406 +-0.001640319824 +0.145507812500 +-0.004150390625 +0.017822265625 +-0.129882812500 +-0.084472656250 +-0.106933593750 +0.054199218750 +0.063964843750 +0.138671875000 +0.089355468750 +0.058105468750 +-0.154296875000 +0.004486083984 +-0.003616333008 +-0.053222656250 +-0.107421875000 +0.137695312500 +0.057373046875 +-0.063476562500 +-0.097656250000 +-0.134765625000 +-0.048583984375 +0.093750000000 +0.046875000000 +-0.080566406250 +0.081054687500 +-0.001373291016 +0.006195068359 +-0.048095703125 +-0.287109375000 +-0.079101562500 +0.026123046875 +-0.101074218750 +0.062988281250 +0.067871093750 +-0.107421875000 +-0.134765625000 +-0.098144531250 +-0.101562500000 +-0.051025390625 +0.113769531250 +-0.060791015625 +-0.024291992188 +-0.251953125000 +0.160156250000 +0.104492187500 +-0.007141113281 +0.068847656250 +-0.113769531250 +0.122558593750 +-0.217773437500 +-0.207031250000 +0.003036499023 +0.018798828125 +0.024414062500 +0.104980468750 +-0.419921875000 +0.037841796875 +-0.069335937500 +-0.146484375000 +0.091796875000 +-0.005279541016 +-0.250000000000 +-0.118652343750 +0.113281250000 +-0.065429687500 +0.039062500000 +-0.069335937500 +0.057617187500 +-0.068847656250 +-0.056152343750 +-0.076171875000 +-0.090820312500 +0.037841796875 +-0.027587890625 +-0.241210937500 +0.108886718750 +-0.011718750000 +-0.257812500000 +-0.304687500000 +0.132812500000 +-0.031494140625 +0.126953125000 +-0.156250000000 +-0.046142578125 +-0.067871093750 +0.080566406250 +0.125000000000 +-0.173828125000 +0.071289062500 +-0.125976562500 +-0.094726562500 +-0.132812500000 +-0.129882812500 +-0.076171875000 +0.080566406250 +0.067871093750 +-0.014465332031 +0.020141601562 +-0.263671875000 +0.046630859375 +-0.180664062500 +-0.134765625000 +0.036376953125 +-0.069335937500 +0.236328125000 +-0.087890625000 +-0.097656250000 +-0.128906250000 +0.114746093750 +0.014160156250 +-0.103027343750 +0.007080078125 +-0.008544921875 +-0.048583984375 +-0.180664062500 +0.060791015625 +-0.013916015625 +-0.030883789062 +-0.038085937500 +-0.435546875000 +0.073730468750 +0.073730468750 +-0.365234375000 +0.165039062500 +0.031494140625 +-0.012207031250 +0.069824218750 +0.102539062500 +-0.038818359375 +0.062011718750 +0.032470703125 +-0.158203125000 +-0.027343750000 +0.064453125000 +0.020996093750 +-0.277343750000 +-0.013732910156 +0.079589843750 +-0.229492187500 +0.039794921875 +-0.017211914062 +0.091308593750 +-0.017822265625 +0.070312500000 +0.056152343750 +-0.092285156250 +0.058837890625 +-0.217773437500 +0.017089843750 +0.083496093750 +0.009216308594 +0.014038085938 +0.007476806641 +-0.279296875000 +-0.101074218750 +-0.024047851562 +-0.099121093750 +-0.022094726562 +0.171875000000 +0.081054687500 +0.003997802734 +-0.449218750000 +-0.051025390625 +0.145507812500 +-0.104003906250 +-0.089843750000 +-0.047851562500 +-0.114746093750 +0.000579833984 +-0.041015625000 +-0.263671875000 +0.279296875000 +0.153320312500 +0.043457031250 +0.159179687500 +-0.021362304688 +-0.039062500000 +0.218750000000 +0.038818359375 +-0.105468750000 +0.058105468750 +-0.048095703125 +0.090820312500 +-0.265625000000 +0.083984375000 +0.063964843750 +-0.080566406250 +0.130859375000 +-0.187500000000 +0.015991210938 +0.041259765625 +0.236328125000 +0.120605468750 +0.004577636719 +-0.022216796875 +-0.053955078125 +-0.308593750000 +0.106933593750 +0.126953125000 +-0.593750000000 +0.043701171875 +-0.080566406250 +0.122558593750 +0.306640625000 +0.099121093750 +0.052001953125 +0.027954101562 +-0.004058837891 +-0.055419921875 +-0.250000000000 +-0.120605468750 +0.165039062500 +-0.107421875000 +0.096679687500 +0.047851562500 +0.032714843750 +-0.151367187500 +-0.968750000000 +0.164062500000 +-0.058837890625 +-0.186523437500 +0.006774902344 +0.259765625000 +0.239257812500 +-0.034912109375 +-0.613281250000 +-0.174804687500 +0.125000000000 +-0.081542968750 +-0.273437500000 +0.036621093750 +0.016601562500 +-0.031494140625 +0.218750000000 +-0.208007812500 +0.038085937500 +-0.004730224609 +-0.049072265625 +0.095703125000 +-0.122070312500 +0.143554687500 +0.371093750000 +-0.028442382812 +0.079589843750 +0.040771484375 +0.113281250000 +-0.086914062500 +-0.605468750000 +0.070800781250 +0.304687500000 +-0.074218750000 +-0.078125000000 +0.165039062500 +-0.049316406250 +0.145507812500 +0.117675781250 +0.053222656250 +0.019775390625 +-0.062011718750 +0.154296875000 +-0.582031250000 +0.050537109375 +0.066406250000 +-0.636718750000 +0.030883789062 +0.147460937500 +-0.101562500000 +-0.113769531250 +-0.067871093750 +-0.002944946289 +0.029663085938 +0.062500000000 +0.125976562500 +-0.141601562500 +-0.084960937500 +-0.104980468750 +-0.014099121094 +0.006530761719 +0.265625000000 +0.130859375000 +0.114257812500 +-0.585937500000 +0.036132812500 +-0.015197753906 +0.002258300781 +-0.412109375000 +0.148437500000 +0.116210937500 +-0.030517578125 +-0.015502929688 +-0.089355468750 +0.048339843750 +-0.261718750000 +-0.050537109375 +-0.035156250000 +0.067871093750 +-0.043701171875 +0.310546875000 +-0.146484375000 +-0.025268554688 +-0.172851562500 +-0.051757812500 +0.376953125000 +-0.160156250000 +-0.030639648438 +-0.076171875000 +-0.193359375000 +-0.004302978516 +0.023193359375 +-0.024291992188 +-0.108886718750 +-0.585937500000 +0.114746093750 +0.039062500000 +-0.322265625000 +0.041259765625 +-0.241210937500 +-0.159179687500 +0.062500000000 +0.121582031250 +0.052978515625 +-0.000183105469 +0.032470703125 +-0.027465820312 +-0.408203125000 +0.033691406250 +-0.014709472656 +-0.562500000000 +0.073730468750 +-0.119628906250 +-0.003646850586 +0.137695312500 +-0.003616333008 +-0.036132812500 +-0.218750000000 +0.015625000000 +-0.189453125000 +0.051757812500 +-0.133789062500 +-0.104003906250 +-0.165039062500 +-0.003936767578 +0.250000000000 +0.033935546875 +0.101562500000 +0.012390136719 +-0.059326171875 +0.051513671875 +-0.094238281250 +-0.158203125000 +-0.158203125000 +0.068359375000 +-0.111328125000 +-0.003585815430 +-0.127929687500 +-0.174804687500 +-0.296875000000 +-0.083007812500 +0.108886718750 +-0.063964843750 +0.102050781250 +0.125976562500 +-0.410156250000 +0.069335937500 +0.080566406250 +-0.030517578125 +-0.040771484375 +-0.101074218750 +-0.039306640625 +0.118164062500 +-0.057861328125 +0.073730468750 +0.066406250000 +-0.021240234375 +-0.023193359375 +-0.511718750000 +-0.087402343750 +-0.020629882812 +-0.136718750000 +-0.119140625000 +-0.051269531250 +-0.059082031250 +-0.146484375000 +0.004211425781 +-0.141601562500 +0.023193359375 +-0.025756835938 +0.188476562500 +-0.625000000000 +0.017211914062 +0.004180908203 +-0.416015625000 +-0.072265625000 +-0.021606445312 +-0.006469726562 +-0.010314941406 +0.197265625000 +-0.134765625000 +-0.187500000000 +0.055664062500 +-0.059082031250 +-0.073242187500 +-0.034423828125 +-0.073242187500 +-0.059814453125 +0.034667968750 +0.273437500000 +-0.003845214844 +0.129882812500 +-0.030151367188 +-0.062500000000 +0.006408691406 +-0.058105468750 +-0.130859375000 +0.009216308594 +0.047607421875 +0.118652343750 +0.040527343750 +-0.175781250000 +-0.104492187500 +-0.220703125000 +0.042236328125 +0.245117187500 +-0.026855468750 +-0.283203125000 +-0.070800781250 +-0.312500000000 +-0.204101562500 +0.104492187500 +0.132812500000 +0.277343750000 +-0.064453125000 +-0.265625000000 +0.010498046875 +0.013366699219 +-0.150390625000 +-0.010925292969 +-0.031494140625 +0.091308593750 +-0.241210937500 +-0.125976562500 +-0.046386718750 +0.000640869141 +-0.029785156250 +-0.066406250000 +-0.018188476562 +-0.009704589844 +-0.193359375000 +0.141601562500 +0.064453125000 +-0.035156250000 +-0.056884765625 +-0.078125000000 +0.285156250000 +0.102050781250 +0.048828125000 +-0.033691406250 +0.077636718750 +-0.009094238281 +0.002838134766 +-0.024902343750 +0.061523437500 +0.102050781250 +-0.174804687500 +-0.045166015625 +-0.006835937500 +-0.063964843750 +0.051757812500 +0.003524780273 +0.114746093750 +0.004028320312 +0.032958984375 +-0.036865234375 +-0.221679687500 +0.149414062500 +0.273437500000 +-0.085937500000 +0.042968750000 +0.010498046875 +0.218750000000 +-0.012390136719 +0.021118164062 +-0.014404296875 +-0.015014648438 +0.027343750000 +-0.096679687500 +-0.161132812500 +0.269531250000 +-0.019165039062 +-0.005401611328 +0.136718750000 +0.059814453125 +0.080078125000 +-0.211914062500 +-0.118164062500 +-0.216796875000 +-0.259765625000 +0.105468750000 +-0.122558593750 +0.213867187500 +0.012329101562 +-0.004272460938 +0.026611328125 +-0.511718750000 +0.013061523438 +0.076171875000 +0.056884765625 +0.072753906250 +0.022583007812 +0.003311157227 +0.050537109375 +-0.143554687500 +0.023559570312 +-0.039306640625 +0.170898437500 +-0.136718750000 +-0.263671875000 +0.248046875000 +0.102539062500 +-0.158203125000 +-0.074218750000 +0.053222656250 +0.018188476562 +0.004791259766 +-0.171875000000 +0.146484375000 +0.164062500000 +-0.472656250000 +-0.097167968750 +0.000923156738 +-1.039062500000 +0.142578125000 +0.039062500000 +0.151367187500 +0.095214843750 +-0.004669189453 +-0.034179687500 +-0.221679687500 +-0.073242187500 +0.006134033203 +-0.040771484375 +-0.071777343750 +0.009155273438 +0.192382812500 +0.144531250000 +-0.042724609375 +0.035888671875 +0.050048828125 +-0.094726562500 +-0.195312500000 +0.019653320312 +0.146484375000 +-0.020507812500 +0.049560546875 +0.021118164062 +0.046875000000 +-0.145507812500 +0.171875000000 +0.047363281250 +-0.128906250000 +-0.091796875000 +0.038818359375 +0.024169921875 +-0.035400390625 +0.015319824219 +-0.049560546875 +0.055664062500 +-0.628906250000 +0.068359375000 +0.125000000000 +-0.100097656250 +-0.139648437500 +0.029907226562 +0.011596679688 +-0.106933593750 +-0.105468750000 +-0.093750000000 +-0.037597656250 +0.164062500000 +-0.273437500000 +-0.125976562500 +0.032226562500 +0.198242187500 +-0.056884765625 +0.034179687500 +0.022827148438 +0.062500000000 +-0.054687500000 +0.000333786011 +0.063964843750 +0.065917968750 +-0.765625000000 +0.005249023438 +0.065429687500 +-0.488281250000 +-0.013854980469 +0.026977539062 +0.029174804688 +-0.187500000000 +0.061279296875 +-0.183593750000 +-0.203125000000 +-0.026611328125 +-0.024169921875 +0.044677734375 +-0.192382812500 +-0.144531250000 +0.257812500000 +0.122070312500 +0.073730468750 +-0.097167968750 +0.047363281250 +-0.008666992188 +-0.273437500000 +-0.008117675781 +0.093750000000 +0.159179687500 +0.007293701172 +0.150390625000 +-0.114746093750 +-0.031982421875 +-0.053955078125 +-0.006286621094 +-0.062500000000 +-0.149414062500 +-0.406250000000 +0.117187500000 +-0.058105468750 +0.024902343750 +-0.022338867188 +-0.128906250000 +-0.558593750000 +-0.178710937500 +0.083496093750 +0.036621093750 +-0.071289062500 +-0.052978515625 +-0.023315429688 +0.002578735352 +-0.134765625000 +0.101074218750 +0.047607421875 +-0.023315429688 +0.021484375000 +0.050781250000 +0.210937500000 +0.279296875000 +-0.083007812500 +-0.017822265625 +-0.335937500000 +0.051513671875 +-0.018432617188 +-0.013977050781 +0.113769531250 +0.131835937500 +-0.726562500000 +-0.188476562500 +-0.219726562500 +-0.204101562500 +0.023437500000 +0.000005036592 +0.112792968750 +-0.345703125000 +-0.082031250000 +-0.267578125000 +-0.128906250000 +-0.066406250000 +0.244140625000 +-0.255859375000 +-0.055175781250 +0.053222656250 +0.236328125000 +-0.019165039062 +0.076660156250 +-0.060302734375 +0.002059936523 +-0.083984375000 +-0.367187500000 +-0.058837890625 +0.055908203125 +-0.034179687500 +-0.148437500000 +-0.012512207031 +0.015625000000 +0.644531250000 +0.080078125000 +0.049560546875 +-0.151367187500 +-0.412109375000 +-0.878906250000 +0.103515625000 +-0.122070312500 +-0.084960937500 +-0.008117675781 +-0.273437500000 +-0.703125000000 +-0.000576019287 +-0.185546875000 +-0.070800781250 +-0.067382812500 +0.091308593750 +-0.085937500000 +-0.106445312500 +0.019042968750 +0.049072265625 +-0.122070312500 +0.110351562500 +-0.017456054688 +0.078125000000 +0.306640625000 +0.330078125000 +0.057373046875 +0.016845703125 +-0.431640625000 +0.087402343750 +-0.125000000000 +0.022094726562 +0.133789062500 +0.192382812500 +-0.847656250000 +-0.189453125000 +-0.067871093750 +-0.660156250000 +-0.034667968750 +-0.124023437500 +-0.027709960938 +-0.085449218750 +0.129882812500 +-0.275390625000 +0.089355468750 +-0.059570312500 +-0.019042968750 +-0.215820312500 +-0.094238281250 +0.000280380249 +0.104980468750 +0.090820312500 +-0.071289062500 +-0.173828125000 +-0.087402343750 +-0.179687500000 +-0.237304687500 +-0.040771484375 +0.059326171875 +0.002899169922 +0.007202148438 +0.139648437500 +-0.051025390625 +-0.125976562500 +-0.002105712891 +0.092285156250 +-0.032470703125 +-0.484375000000 +0.166015625000 +0.006835937500 +-0.062988281250 +0.014160156250 +-0.009582519531 +0.199218750000 +-0.539062500000 +-0.047607421875 +0.017456054688 +0.043212890625 +-0.187500000000 +0.009765625000 +0.071777343750 +-0.285156250000 +0.003936767578 +0.092285156250 +-0.137695312500 +0.062500000000 +-0.018554687500 +-0.102050781250 +0.202148437500 +0.125000000000 +-0.220703125000 +0.086914062500 +0.111328125000 +0.091796875000 +-0.107910156250 +0.177734375000 +-0.016967773438 +0.151367187500 +-0.765625000000 +-0.111328125000 +-0.040527343750 +-0.382812500000 +0.010803222656 +0.021484375000 +-0.090820312500 +0.302734375000 +0.059570312500 +-0.396484375000 +-0.002975463867 +-0.124511718750 +0.107910156250 +0.029174804688 +-0.043701171875 +-0.035644531250 +0.190429687500 +0.088378906250 +-0.034179687500 +-0.118164062500 +-0.017578125000 +0.068359375000 +-0.089355468750 +-0.207031250000 +-0.083007812500 +-0.051269531250 +-0.027832031250 +0.121093750000 +-0.180664062500 +0.162109375000 +0.077636718750 +0.058837890625 +-0.064453125000 +-0.185546875000 +0.008056640625 +-0.052734375000 +-0.028686523438 +-0.075195312500 +-0.039062500000 +0.086914062500 +-0.287109375000 +0.087402343750 +-0.013366699219 +-0.153320312500 +-0.083007812500 +-0.049804687500 +0.181640625000 +0.116210937500 +-0.298828125000 +0.265625000000 +0.015014648438 +-0.008056640625 +0.056640625000 +-0.174804687500 +0.156250000000 +-0.113281250000 +0.053710937500 +0.065917968750 +0.003402709961 +0.068847656250 +-0.007873535156 +-0.039062500000 +0.201171875000 +0.191406250000 +-0.423828125000 +0.010070800781 +-0.085449218750 +-0.083007812500 +-0.098632812500 +-0.025756835938 +0.014404296875 +0.043701171875 +-0.050781250000 +-0.523437500000 +0.002548217773 +-0.094238281250 +0.200195312500 +-0.050781250000 +0.189453125000 +-0.013854980469 +0.205078125000 +0.159179687500 +-0.078125000000 +-0.058349609375 +-0.078613281250 +0.078125000000 +-0.142578125000 +-0.283203125000 +0.020385742188 +0.137695312500 +-0.005126953125 +0.116210937500 +-0.117187500000 +0.001472473145 +0.044921875000 +-0.044921875000 +-0.196289062500 +0.227539062500 +-0.008117675781 +0.136718750000 +-0.094726562500 +0.074218750000 +-0.067871093750 +-0.078613281250 +-0.149414062500 +-0.157226562500 +-0.022094726562 +0.029663085938 +0.200195312500 +-0.009704589844 +-0.045654296875 +-0.062988281250 +-0.076660156250 +-0.089843750000 +0.024780273438 +-0.029174804688 +-0.339843750000 +-0.092773437500 +-0.043212890625 +-0.080566406250 +0.003051757812 +0.041992187500 +0.080566406250 +0.055908203125 +-0.069335937500 +0.013427734375 +-0.069335937500 +-0.115234375000 +0.316406250000 +-0.314453125000 +-0.118652343750 +-0.120117187500 +-0.054443359375 +-0.038818359375 +-0.224609375000 +0.047119140625 +-0.097656250000 +0.178710937500 +0.023315429688 +-0.023437500000 +0.029296875000 +0.050537109375 +0.004364013672 +0.002136230469 +-0.051269531250 +-0.059082031250 +-0.039550781250 +-0.125000000000 +0.031250000000 +0.050048828125 +0.052734375000 +-0.023925781250 +-0.066406250000 +0.114257812500 +-0.035644531250 +-0.077148437500 +-0.097656250000 +-0.043457031250 +0.168945312500 +-0.037109375000 +-0.008483886719 +0.273437500000 +-0.020629882812 +-0.455078125000 +0.204101562500 +0.085937500000 +-0.092285156250 +0.012145996094 +-0.181640625000 +0.004058837891 +0.007537841797 +0.103515625000 +-0.345703125000 +0.028076171875 +0.173828125000 +0.012878417969 +0.034912109375 +0.023559570312 +-0.039306640625 +-0.404296875000 +-0.076171875000 +0.026733398438 +0.044189453125 +-0.210937500000 +-0.077636718750 +-0.024658203125 +0.011413574219 +-0.098632812500 +-0.052978515625 +0.011291503906 +-0.064941406250 +-0.119628906250 +0.091796875000 +-0.245117187500 +0.023925781250 +-0.079589843750 +-0.060791015625 +-0.055419921875 +-0.122070312500 +-0.144531250000 +0.090332031250 +0.095703125000 +-0.087402343750 +-0.066894531250 +-0.063476562500 +0.159179687500 +-0.092285156250 +-0.036376953125 +-0.120605468750 +-0.083007812500 +0.011535644531 +0.028320312500 +0.149414062500 +-0.093750000000 +-0.054687500000 +-0.051757812500 +0.043457031250 +-0.099609375000 +-0.022338867188 +0.082519531250 +0.124511718750 +0.017456054688 +0.037841796875 +-0.011901855469 +-0.406250000000 +0.330078125000 +0.034667968750 +-0.839843750000 +0.058593750000 +0.088867187500 +0.053710937500 +0.077148437500 +-0.028442382812 +-0.080078125000 +-0.020141601562 +0.229492187500 +-0.275390625000 +-0.104492187500 +-0.115234375000 +0.052490234375 +0.060791015625 +0.125976562500 +-0.010498046875 +-0.128906250000 +0.117675781250 +0.154296875000 +0.015136718750 +0.130859375000 +0.106445312500 +-0.061523437500 +0.024047851562 +0.134765625000 +-0.009704589844 +-0.056396484375 +-0.133789062500 +-0.112792968750 +0.093261718750 +-0.235351562500 +-0.108398437500 +0.120117187500 +0.032226562500 +0.028686523438 +0.001785278320 +0.002426147461 +0.026611328125 +0.190429687500 +-0.073242187500 +-0.025756835938 +0.083007812500 +-0.028564453125 +-0.052734375000 +0.050537109375 +0.037109375000 +-0.048095703125 +0.100585937500 +0.218750000000 +0.054931640625 +-0.029296875000 +-0.075195312500 +-0.072265625000 +0.013977050781 +-0.007995605469 +-0.024414062500 +-0.123046875000 +-0.028442382812 +0.121093750000 +0.005035400391 +0.039550781250 +-0.480468750000 +0.202148437500 +0.179687500000 +0.059082031250 +0.064453125000 +-0.006683349609 +0.146484375000 +0.096191406250 +-0.068359375000 +0.050537109375 +0.139648437500 +0.130859375000 +-0.103515625000 +0.162109375000 +-0.088378906250 +0.195312500000 +0.153320312500 +0.171875000000 +-0.043701171875 +0.099609375000 +-0.013977050781 +-0.050292968750 +0.003738403320 +-0.107910156250 +-0.144531250000 +-0.097167968750 +-0.333984375000 +0.065917968750 +0.072265625000 +-0.219726562500 +0.036621093750 +-0.095703125000 +0.110839843750 +-0.080566406250 +0.054443359375 +-0.103515625000 +-0.012878417969 +0.059326171875 +0.052734375000 +-0.048583984375 +0.027709960938 +0.185546875000 +0.246093750000 +0.051757812500 +-0.005706787109 +0.147460937500 +0.124511718750 +0.199218750000 +0.018676757812 +-0.019409179688 +0.238281250000 +0.022705078125 +0.023071289062 +-0.052001953125 +-0.068847656250 +0.091796875000 +-0.172851562500 +-0.030151367188 +-0.118652343750 +-0.093261718750 +0.006805419922 +-0.074707031250 +-0.108398437500 +-0.240234375000 +-0.476562500000 +0.060058593750 +0.113281250000 +-0.410156250000 +0.017944335938 +-0.003250122070 +-0.069824218750 +0.100097656250 +-0.065429687500 +0.108398437500 +0.120117187500 +0.177734375000 +-0.025024414062 +0.239257812500 +0.160156250000 +0.064941406250 +0.190429687500 +0.228515625000 +0.010559082031 +-0.098632812500 +-0.337890625000 +-0.053955078125 +-0.221679687500 +-0.098632812500 +0.129882812500 +0.051269531250 +-0.139648437500 +-0.095703125000 +-0.090820312500 +-0.168945312500 +-0.072265625000 +0.124023437500 +0.062011718750 +-0.008789062500 +0.054199218750 +-0.061523437500 +0.023315429688 +-0.093261718750 +-0.226562500000 +0.002471923828 +-0.011657714844 +0.232421875000 +0.394531250000 +0.004364013672 +0.047607421875 +0.005310058594 +0.052246093750 +0.291015625000 +0.013244628906 +-0.093750000000 +-0.250000000000 +0.110839843750 +0.051025390625 +-0.054443359375 +-0.122558593750 +-0.016479492188 +0.093261718750 +0.050781250000 +-0.041015625000 +-0.095214843750 +0.003158569336 +-0.124023437500 +0.033935546875 +-0.279296875000 +-0.652343750000 +0.007476806641 +0.048095703125 +-0.550781250000 +0.119140625000 +-0.049804687500 +-0.271484375000 +-0.011352539062 +0.058593750000 +0.074218750000 +-0.022705078125 +0.064453125000 +0.008605957031 +-0.059814453125 +0.349609375000 +-0.166992187500 +0.082031250000 +0.153320312500 +-0.084960937500 +-0.117187500000 +-0.189453125000 +-0.302734375000 +-0.177734375000 +0.031250000000 +0.095703125000 +-0.031494140625 +0.110839843750 +-0.081542968750 +0.107421875000 +-0.063476562500 +-0.063964843750 +0.111816406250 +0.027465820312 +0.071777343750 +-0.154296875000 +-0.016845703125 +-0.094726562500 +0.088378906250 +-0.148437500000 +-0.010620117188 +-0.000732421875 +0.171875000000 +-0.178710937500 +-0.024414062500 +0.025146484375 +0.012634277344 +0.015991210938 +-0.277343750000 +0.048339843750 +-0.250000000000 +0.127929687500 +0.026977539062 +0.000201225281 +0.001037597656 +-0.049804687500 +0.057861328125 +-0.168945312500 +0.033203125000 +-0.079101562500 +-0.026977539062 +-0.052490234375 +0.118652343750 +-0.075683593750 +-0.112792968750 +-0.652343750000 +-0.002182006836 +0.021850585938 +-0.138671875000 +0.031250000000 +-0.039306640625 +-0.330078125000 +-0.085937500000 +-0.018920898438 +0.000100135803 +-0.014770507812 +0.185546875000 +-0.096679687500 +0.014709472656 +0.145507812500 +-0.062500000000 +0.052978515625 +0.096191406250 +-0.029418945312 +-0.045410156250 +0.031250000000 +-0.114746093750 +0.079101562500 +-0.036865234375 +0.153320312500 +0.078125000000 +-0.024047851562 +-0.015014648438 +0.048583984375 +-0.060302734375 +-0.101074218750 +0.068359375000 +0.225585937500 +0.068359375000 +-0.074707031250 +-0.145507812500 +0.052734375000 +0.094726562500 +-0.259765625000 +0.083496093750 +-0.035400390625 +0.097167968750 +-0.070800781250 +-0.062500000000 +0.090332031250 +0.139648437500 +-0.111816406250 +-0.212890625000 +-0.038574218750 +-0.207031250000 +0.107910156250 +0.034912109375 +0.047119140625 +0.074707031250 +0.013183593750 +-0.078613281250 +-0.121093750000 +-0.026000976562 +0.004791259766 +-0.072265625000 +0.016113281250 +0.049804687500 +-0.234375000000 +0.196289062500 +-0.414062500000 +-0.235351562500 +-0.013732910156 +-0.004699707031 +0.019042968750 +-0.011047363281 +-0.016967773438 +0.035644531250 +-0.037841796875 +-0.062255859375 +-0.012573242188 +0.192382812500 +-0.061035156250 +-0.036621093750 +0.014709472656 +-0.082031250000 +0.076660156250 +0.004516601562 +-0.014648437500 +-0.156250000000 +0.212890625000 +0.155273437500 +-0.066406250000 +-0.186523437500 +-0.070800781250 +-0.177734375000 +-0.007934570312 +0.104492187500 +-0.093750000000 +-0.087402343750 +-0.149414062500 +-0.010864257812 +0.110839843750 +0.166015625000 +0.048339843750 +0.223632812500 +0.001663208008 +0.118652343750 +-0.021972656250 +-0.115234375000 +-0.071289062500 +-0.183593750000 +-0.145507812500 +0.075683593750 +0.166015625000 +0.071777343750 +-0.139648437500 +-0.108398437500 +0.060302734375 +-0.105957031250 +0.030273437500 +-0.249023437500 +-0.078125000000 +-0.055908203125 +-0.083496093750 +-0.104003906250 +-0.255859375000 +-0.070800781250 +-0.068359375000 +-0.167968750000 +-0.127929687500 +-0.007934570312 +-0.259765625000 +-0.144531250000 +-0.001235961914 +-0.072753906250 +-0.061035156250 +-0.035156250000 +-0.058593750000 +-0.040527343750 +0.046875000000 +-0.000923156738 +-0.183593750000 +0.054199218750 +0.026000976562 +0.103027343750 +-0.089843750000 +-0.175781250000 +-0.158203125000 +0.045898437500 +0.013916015625 +-0.006347656250 +0.021240234375 +-0.200195312500 +0.163085937500 +0.302734375000 +0.008178710938 +-0.224609375000 +0.056640625000 +-0.104003906250 +0.039550781250 +-0.037841796875 +0.002334594727 +-0.109863281250 +-0.285156250000 +-0.061035156250 +-0.003906250000 +-0.110839843750 +0.039306640625 +-0.126953125000 +0.125976562500 +-0.010131835938 +0.063964843750 +0.146484375000 +-0.088867187500 +-0.166992187500 +-0.302734375000 +0.085937500000 +-0.085449218750 +-0.110351562500 +-0.036865234375 +-0.146484375000 +-0.046386718750 +-0.098144531250 +0.042480468750 +0.189453125000 +0.135742187500 +0.010070800781 +-0.024291992188 +0.047607421875 +-0.081542968750 +0.184570312500 +0.104003906250 +-0.087402343750 +0.037841796875 +-0.201171875000 +-0.075683593750 +0.046142578125 +0.077148437500 +-0.109863281250 +0.014160156250 +-0.212890625000 +0.064941406250 +-0.005676269531 +-0.006134033203 +-0.017456054688 +-0.371093750000 +-0.010620117188 +-0.079101562500 +-0.026367187500 +0.003585815430 +0.019409179688 +-0.027099609375 +-0.032226562500 +0.090332031250 +-0.134765625000 +-0.136718750000 +-0.074218750000 +0.029541015625 +0.106933593750 +0.122070312500 +-0.294921875000 +0.042236328125 +-0.043701171875 +-0.015991210938 +0.092773437500 +-0.000827789307 +0.030273437500 +-0.094726562500 +-0.083984375000 +0.021484375000 +0.114257812500 +0.068359375000 +-0.554687500000 +-0.138671875000 +0.081054687500 +-0.105468750000 +0.056640625000 +0.024902343750 +-0.023193359375 +-0.221679687500 +0.045898437500 +-0.022583007812 +-0.170898437500 +0.060302734375 +0.146484375000 +-0.055175781250 +-0.049072265625 +0.257812500000 +0.079101562500 +-0.056640625000 +0.069824218750 +0.084472656250 +-0.042236328125 +-0.158203125000 +-0.055664062500 +0.091308593750 +0.020263671875 +0.058105468750 +-0.051757812500 +-0.109863281250 +0.162109375000 +0.175781250000 +-0.076171875000 +0.054687500000 +0.044921875000 +-0.019042968750 +0.148437500000 +-0.030273437500 +-0.110351562500 +-0.644531250000 +-0.023315429688 +0.037841796875 +-0.034179687500 +0.033691406250 +0.019653320312 +-0.029174804688 +0.051757812500 +-0.032226562500 +-0.015747070312 +0.212890625000 +0.039306640625 +0.082031250000 +-0.097656250000 +0.007995605469 +-0.094726562500 +0.168945312500 +0.077148437500 +-0.028320312500 +-0.007385253906 +0.022216796875 +0.328125000000 +-0.164062500000 +-0.204101562500 +0.036132812500 +0.146484375000 +0.148437500000 +-0.105468750000 +-0.000869750977 +-0.139648437500 +-0.015625000000 +0.160156250000 +0.058349609375 +-0.298828125000 +-0.248046875000 +-0.015258789062 +-0.077148437500 +-0.069824218750 +0.056152343750 +-0.131835937500 +0.145507812500 +-0.245117187500 +-0.050537109375 +-0.191406250000 +0.151367187500 +-0.031127929688 +-0.048339843750 +0.253906250000 +-0.233398437500 +0.079101562500 +0.020507812500 +-0.112304687500 +-0.129882812500 +0.154296875000 +-0.046386718750 +0.167968750000 +0.081542968750 +-0.062011718750 +0.382812500000 +-0.009338378906 +0.041992187500 +-0.089355468750 +0.207031250000 +-0.492187500000 +-0.703125000000 +0.194335937500 +-0.074707031250 +-0.048828125000 +0.159179687500 +0.144531250000 +0.062988281250 +0.083007812500 +-0.161132812500 +0.112792968750 +-0.339843750000 +0.007171630859 +-0.024169921875 +-0.208007812500 +0.173828125000 +0.088867187500 +0.075195312500 +0.011474609375 +-0.111816406250 +-0.058349609375 +-0.031738281250 +0.105957031250 +-0.570312500000 +-0.273437500000 +0.044677734375 +0.068359375000 +0.094238281250 +-0.277343750000 +0.118164062500 +-0.320312500000 +0.031494140625 +0.090820312500 +0.141601562500 +-0.150390625000 +0.047851562500 +0.007781982422 +0.287109375000 +-0.135742187500 +-0.055419921875 +-0.050537109375 +0.126953125000 +-0.225585937500 +0.212890625000 +0.152343750000 +-0.081054687500 +-0.108398437500 +-0.039062500000 +0.112792968750 +-0.190429687500 +-0.147460937500 +0.125000000000 +-0.004882812500 +-0.014831542969 +-0.361328125000 +-0.227539062500 +-0.174804687500 +0.109375000000 +0.055908203125 +0.028320312500 +0.049560546875 +0.085449218750 +-0.016845703125 +-0.005432128906 +-0.129882812500 +-0.582031250000 +0.196289062500 +-0.035888671875 +-0.197265625000 +-0.068359375000 +0.027832031250 +0.048095703125 +-0.296875000000 +-0.067382812500 +0.175781250000 +-0.098144531250 +0.135742187500 +-0.000366210938 +-0.051025390625 +-0.050781250000 +0.125000000000 +0.030151367188 +0.081054687500 +-0.032470703125 +0.020141601562 +0.028442382812 +-0.026855468750 +-0.484375000000 +-0.178710937500 +0.046142578125 +-0.040771484375 +-0.043701171875 +-0.419921875000 +-0.003219604492 +-0.291015625000 +0.080078125000 +0.089355468750 +0.160156250000 +-0.110351562500 +0.109375000000 +0.105957031250 +0.014343261719 +0.141601562500 +-0.041503906250 +-0.036865234375 +-0.034179687500 +-0.032958984375 +0.150390625000 +0.119140625000 +-0.031982421875 +0.028442382812 +0.054687500000 +0.155273437500 +-0.092773437500 +-0.000854492188 +0.085449218750 +-0.145507812500 +-0.193359375000 +-0.067871093750 +-0.053222656250 +0.086914062500 +0.087402343750 +0.021118164062 +-0.039306640625 +0.067382812500 +-0.136718750000 +0.016967773438 +-0.008728027344 +0.175781250000 +-0.421875000000 +0.133789062500 +-0.051513671875 +-0.035400390625 +-0.050781250000 +0.062255859375 +-0.065429687500 +0.059814453125 +-0.002258300781 +0.059326171875 +-0.081054687500 +0.116699218750 +0.083007812500 +-0.034667968750 +-0.047363281250 +-0.285156250000 +0.146484375000 +-0.125000000000 +-0.011352539062 +0.072265625000 +-0.008239746094 +-0.122558593750 +-0.205078125000 +0.102050781250 +0.086425781250 +0.082031250000 +-0.097656250000 +-0.171875000000 +0.168945312500 +-0.042480468750 +-0.062988281250 +-0.094726562500 +-0.008728027344 +-0.028442382812 +0.101074218750 +-0.215820312500 +0.212890625000 +-0.054687500000 +-0.002578735352 +-0.086914062500 +-0.204101562500 +-0.031982421875 +0.084472656250 +0.118164062500 +-0.024780273438 +-0.140625000000 +0.092285156250 +0.048339843750 +-0.160156250000 +-0.217773437500 +0.029296875000 +-0.158203125000 +-0.155273437500 +-0.009582519531 +-0.086425781250 +-0.007141113281 +0.180664062500 +0.060791015625 +0.066406250000 +-0.148437500000 +-0.020751953125 +-0.058837890625 +-0.048339843750 +-0.039794921875 +0.174804687500 +-0.027099609375 +-0.011657714844 +-0.024536132812 +0.033935546875 +0.049804687500 +0.060546875000 +0.027221679688 +-0.443359375000 +0.025268554688 +-0.103027343750 +0.015747070312 +-0.119628906250 +-0.097656250000 +0.105468750000 +-0.173828125000 +0.171875000000 +0.111816406250 +-0.140625000000 +0.002334594727 +0.044433593750 +-0.046142578125 +0.158203125000 +0.043212890625 +0.007080078125 +-0.112792968750 +0.079101562500 +-0.039550781250 +-0.065429687500 +0.004272460938 +-0.048339843750 +-0.012084960938 +0.221679687500 +-0.070800781250 +-0.158203125000 +-0.151367187500 +-0.122070312500 +0.084472656250 +-0.111816406250 +-0.247070312500 +0.045166015625 +0.023315429688 +0.011718750000 +-0.176757812500 +0.118652343750 +0.041259765625 +-0.116699218750 +0.113281250000 +-0.080078125000 +0.119140625000 +-0.071777343750 +-0.151367187500 +0.181640625000 +-0.068847656250 +-0.003005981445 +-0.128906250000 +-0.335937500000 +0.135742187500 +0.065429687500 +-0.104492187500 +-0.115722656250 +-0.056640625000 +-0.010375976562 +-0.100097656250 +0.066406250000 +0.096679687500 +0.045654296875 +-0.353515625000 +0.000797271729 +0.132812500000 +-0.000766754150 +0.129882812500 +-0.691406250000 +0.053222656250 +-0.004302978516 +0.053710937500 +-0.049560546875 +0.099609375000 +-0.219726562500 +-0.136718750000 +-0.040039062500 +-0.087890625000 +-0.118652343750 +-0.090820312500 +0.219726562500 +0.023681640625 +0.005981445312 +0.089355468750 +-0.173828125000 +-0.096191406250 +0.074218750000 +0.318359375000 +0.114746093750 +-0.088378906250 +-0.060058593750 +-0.163085937500 +0.198242187500 +-0.037353515625 +-0.038330078125 +-0.089355468750 +0.036865234375 +0.002685546875 +0.105957031250 +-0.220703125000 +-0.040771484375 +-0.093261718750 +0.073730468750 +0.064941406250 +-0.100585937500 +-0.115722656250 +-0.022705078125 +0.104980468750 +-0.023803710938 +0.150390625000 +-0.007415771484 +-0.113769531250 +0.131835937500 +-0.088867187500 +0.058593750000 +-0.106933593750 +-0.250000000000 +0.038574218750 +-0.058593750000 +-0.047363281250 +-0.117675781250 +-0.255859375000 +-0.291015625000 +0.039062500000 +-0.001922607422 +0.108398437500 +-0.000144004822 +-0.388671875000 +0.007141113281 +-0.112792968750 +0.080078125000 +0.330078125000 +-0.570312500000 +0.084472656250 +-0.028076171875 +-0.153320312500 +-0.018188476562 +0.104492187500 +0.092285156250 +-0.026611328125 +-0.057861328125 +0.031982421875 +-0.073242187500 +0.056396484375 +-0.169921875000 +0.092773437500 +-0.022949218750 +0.033203125000 +-0.213867187500 +-0.183593750000 +0.231445312500 +0.136718750000 +-0.086914062500 +-0.045654296875 +-0.100097656250 +0.016601562500 +0.113281250000 +0.013671875000 +-0.035156250000 +0.034667968750 +-0.074707031250 +0.046875000000 +0.013671875000 +0.058837890625 +-0.009948730469 +-0.040283203125 +-0.079101562500 +0.011230468750 +-0.306640625000 +-0.043945312500 +0.060058593750 +0.146484375000 +0.022094726562 +-0.259765625000 +-0.111328125000 +-0.072265625000 +0.071777343750 +-0.080566406250 +-0.100585937500 +0.049560546875 +-0.192382812500 +-0.157226562500 +-0.177734375000 +-0.033447265625 +-0.058593750000 +-0.349609375000 +-0.086425781250 +-0.123535156250 +0.059326171875 +0.049804687500 +-0.332031250000 +-0.037109375000 +0.171875000000 +0.028320312500 +-0.018920898438 +0.318359375000 +-0.703125000000 +0.088378906250 +-0.105468750000 +0.042236328125 +0.132812500000 +0.089355468750 +0.019897460938 +-0.134765625000 +0.029785156250 +0.118164062500 +-0.104492187500 +-0.139648437500 +0.186523437500 +0.168945312500 +0.107421875000 +-0.036865234375 +-0.250000000000 +-0.337890625000 +-0.055175781250 +-0.035156250000 +0.089355468750 +-0.046386718750 +0.018310546875 +0.029785156250 +0.255859375000 +0.111816406250 +-0.226562500000 +-0.072753906250 +0.066406250000 +0.165039062500 +0.044921875000 +-0.294921875000 +-0.039794921875 +-0.093750000000 +0.090332031250 +0.055175781250 +0.044677734375 +0.036865234375 +-0.029174804688 +0.353515625000 +0.036376953125 +-0.129882812500 +-0.302734375000 +-0.341796875000 +0.045166015625 +0.143554687500 +-0.021728515625 +-0.016845703125 +-0.427734375000 +-0.165039062500 +-0.018188476562 +-0.083984375000 +0.020629882812 +0.193359375000 +-0.002029418945 +-0.167968750000 +0.024536132812 +-0.070312500000 +-0.037841796875 +-0.125000000000 +0.041503906250 +0.059814453125 +-0.029052734375 +0.211914062500 +-0.589843750000 +0.031982421875 +-0.169921875000 +-0.078125000000 +-0.013427734375 +-0.219726562500 +0.089355468750 +-0.161132812500 +-0.165039062500 +-0.000984191895 +-0.296875000000 +-0.139648437500 +-0.031738281250 +-0.020385742188 +0.164062500000 +-0.033203125000 +-0.242187500000 +-0.386718750000 +0.242187500000 +0.236328125000 +0.024658203125 +-0.144531250000 +0.031005859375 +0.155273437500 +0.216796875000 +0.117187500000 +0.043457031250 +-0.038085937500 +-0.045654296875 +0.578125000000 +0.084960937500 +-0.343750000000 +-0.251953125000 +-0.080078125000 +-0.226562500000 +0.137695312500 +-0.061279296875 +-0.004211425781 +0.001396179199 +0.271484375000 +-0.110839843750 +-0.289062500000 +0.152343750000 +-0.148437500000 +-0.075683593750 +0.120117187500 +-0.130859375000 +-0.103027343750 +-0.250000000000 +-0.031250000000 +-0.118652343750 +0.001922607422 +-0.265625000000 +0.135742187500 +-0.066894531250 +-0.316406250000 +-0.033447265625 +0.040527343750 +-0.055664062500 +-0.057373046875 +0.013549804688 +-0.124511718750 +-0.082519531250 +0.000793457031 +-0.546875000000 +0.063476562500 +0.110839843750 +-0.061767578125 +0.028442382812 +-0.038574218750 +-0.061279296875 +-0.117187500000 +0.204101562500 +0.022338867188 +0.015136718750 +-0.078613281250 +0.001121520996 +0.000812530518 +0.199218750000 +0.141601562500 +-0.404296875000 +-0.172851562500 +0.075195312500 +0.081054687500 +-0.024658203125 +0.054931640625 +0.025268554688 +0.107421875000 +0.051513671875 +-0.063476562500 +-0.136718750000 +-0.014038085938 +0.020751953125 +0.112304687500 +-0.037841796875 +0.052246093750 +-0.296875000000 +-0.166015625000 +0.053222656250 +0.028320312500 +-0.080078125000 +-0.043701171875 +0.087402343750 +-0.051025390625 +-0.025390625000 +-0.308593750000 +0.194335937500 +-0.275390625000 +0.047607421875 +0.523437500000 +-0.187500000000 +0.046875000000 +-0.384765625000 +0.120605468750 +0.054931640625 +0.116210937500 +-0.310546875000 +0.135742187500 +0.088378906250 +-0.163085937500 +0.017944335938 +0.114257812500 +-0.028686523438 +-0.065429687500 +-0.016967773438 +-0.020874023438 +-0.123046875000 +-0.000961303711 +-0.330078125000 +0.008972167969 +0.033691406250 +-0.153320312500 +-0.059570312500 +-0.088867187500 +-0.228515625000 +0.003814697266 +0.137695312500 +-0.005218505859 +-0.030273437500 +-0.104492187500 +0.061035156250 +0.116210937500 +-0.073730468750 +-0.466796875000 +-0.222656250000 +-0.166992187500 +0.086425781250 +-0.087890625000 +-0.146484375000 +0.042724609375 +-0.084472656250 +-0.048583984375 +-0.011779785156 +-0.103027343750 +0.008117675781 +-0.125976562500 +0.234375000000 +0.076660156250 +-0.090820312500 +-0.028442382812 +-0.161132812500 +0.129882812500 +-0.037109375000 +-0.031738281250 +-0.167968750000 +-0.056884765625 +-0.021484375000 +-0.087890625000 +0.012451171875 +-0.168945312500 +0.068359375000 +-0.063964843750 +0.034912109375 +-0.166015625000 +0.026855468750 +-0.040283203125 +-0.324218750000 +0.071289062500 +-0.296875000000 +-0.121582031250 +0.114257812500 +-0.160156250000 +0.091308593750 +0.163085937500 +0.028564453125 +0.078125000000 +-0.167968750000 +0.157226562500 +-0.052246093750 +-0.104980468750 +-0.059082031250 +-0.091308593750 +-0.071289062500 +0.085937500000 +-0.053955078125 +-0.033203125000 +-0.265625000000 +0.003036499023 +-0.021972656250 +-0.005004882812 +-0.025512695312 +0.082519531250 +-0.219726562500 +0.011047363281 +-0.068359375000 +-0.039062500000 +-0.005950927734 +-0.006469726562 +0.045166015625 +0.070312500000 +0.099609375000 +0.091796875000 +-0.156250000000 +0.057861328125 +0.043212890625 +-0.018920898438 +-0.025512695312 +0.141601562500 +0.023925781250 +0.111816406250 +-0.193359375000 +0.051513671875 +-0.010314941406 +0.026855468750 +-0.027832031250 +0.030883789062 +-0.025024414062 +-0.140625000000 +0.099609375000 +-0.184570312500 +0.036621093750 +-0.048828125000 +-0.099609375000 +-0.011291503906 +0.169921875000 +0.013610839844 +0.025390625000 +-0.065917968750 +0.059570312500 +0.000122070312 +0.009948730469 +0.030517578125 +-0.326171875000 +-0.005371093750 +0.131835937500 +-0.273437500000 +0.210937500000 +-0.219726562500 +0.207031250000 +-0.132812500000 +-0.025024414062 +0.029907226562 +-0.069335937500 +-0.004913330078 +0.008544921875 +-0.071289062500 +0.032470703125 +0.009338378906 +-0.007415771484 +-0.105468750000 +-0.087402343750 +0.071289062500 +-0.109863281250 +-0.000568389893 +-0.012573242188 +-0.083984375000 +-0.178710937500 +-0.038330078125 +-0.008605957031 +0.065917968750 +0.048339843750 +-0.012145996094 +0.061767578125 +0.053222656250 +-0.026611328125 +0.152343750000 +-0.131835937500 +-0.047119140625 +0.135742187500 +-0.041015625000 +0.088867187500 +-0.112304687500 +0.003402709961 +0.025878906250 +-0.117675781250 +-0.026611328125 +-0.029663085938 +-0.029907226562 +-0.074707031250 +0.104492187500 +0.007934570312 +0.164062500000 +0.069824218750 +-0.202148437500 +0.120117187500 +-0.063964843750 +-0.068359375000 +-0.165039062500 +0.008483886719 +-0.511718750000 +-0.014831542969 +0.019775390625 +0.063964843750 +-0.040039062500 +-0.146484375000 +0.160156250000 +-0.253906250000 +0.030517578125 +0.363281250000 +-0.137695312500 +0.039550781250 +-0.227539062500 +0.273437500000 +-0.032226562500 +-0.213867187500 +0.095214843750 +-0.015991210938 +-0.131835937500 +0.076660156250 +-0.011108398438 +0.145507812500 +-0.069824218750 +0.081542968750 +-0.296875000000 +0.098144531250 +0.090820312500 +-0.032958984375 +0.029174804688 +-0.114257812500 +-0.127929687500 +-0.136718750000 +0.048339843750 +-0.003417968750 +0.020019531250 +0.035888671875 +-0.003173828125 +0.187500000000 +0.147460937500 +0.099609375000 +0.253906250000 +-0.110351562500 +-0.093750000000 +0.125000000000 +0.012695312500 +0.224609375000 +0.063964843750 +0.027343750000 +-0.084472656250 +0.024291992188 +0.055908203125 +0.017822265625 +-0.064453125000 +-0.072753906250 +-0.091796875000 +-0.363281250000 +0.117187500000 +-0.025024414062 +0.000003784895 +0.059326171875 +0.048339843750 +-0.052978515625 +0.259765625000 +0.158203125000 +-0.275390625000 +0.040771484375 +0.021362304688 +0.033447265625 +0.078613281250 +-0.166992187500 +0.225585937500 +-0.306640625000 +-0.149414062500 +0.197265625000 +-0.133789062500 +0.098144531250 +0.193359375000 +-0.089355468750 +-0.046875000000 +-0.028076171875 +0.127929687500 +-0.076171875000 +0.208984375000 +0.153320312500 +0.196289062500 +-0.044921875000 +-0.142578125000 +-0.041992187500 +-0.168945312500 +0.010620117188 +0.011718750000 +-0.163085937500 +0.024780273438 +-0.099609375000 +-0.136718750000 +-0.312500000000 +-0.046142578125 +-0.112304687500 +0.036865234375 +0.062988281250 +0.119140625000 +0.028076171875 +-0.515625000000 +-0.139648437500 +0.076660156250 +-0.077636718750 +-0.035644531250 +0.006134033203 +-0.047363281250 +-0.076660156250 +0.082031250000 +-0.041748046875 +0.101562500000 +0.051269531250 +-0.004943847656 +-0.039550781250 +0.039794921875 +0.065917968750 +-0.245117187500 +0.166992187500 +-0.104980468750 +-0.002456665039 +-0.127929687500 +0.114746093750 +0.097656250000 +0.119140625000 +0.158203125000 +-0.229492187500 +0.078613281250 +-0.016723632812 +0.018432617188 +-0.253906250000 +0.092285156250 +-0.061523437500 +0.155273437500 +-0.233398437500 +-0.037353515625 +-0.175781250000 +-0.233398437500 +-0.018676757812 +0.006958007812 +0.371093750000 +-0.106933593750 +-0.096191406250 +0.034423828125 +0.098144531250 +0.265625000000 +0.076660156250 +-0.008117675781 +0.046142578125 +0.029296875000 +-0.048828125000 +0.040771484375 +0.030151367188 +-0.045898437500 +-0.072753906250 +-0.134765625000 +-0.043945312500 +0.147460937500 +-0.140625000000 +-0.227539062500 +-0.067382812500 +0.171875000000 +-0.003631591797 +0.084960937500 +-0.131835937500 +-0.062988281250 +0.072753906250 +0.000062942505 +-0.071777343750 +0.062500000000 +0.071777343750 +0.124023437500 +0.149414062500 +0.065429687500 +-0.046386718750 +0.095214843750 +0.005340576172 +-0.036865234375 +-0.015869140625 +-0.345703125000 +-0.265625000000 +0.017333984375 +0.155273437500 +-0.004608154297 +0.020751953125 +0.150390625000 +0.133789062500 +0.203125000000 +-0.112304687500 +-0.087402343750 +0.067382812500 +-0.043701171875 +0.011413574219 +-0.134765625000 +-0.341796875000 +-0.080078125000 +-0.287109375000 +0.046142578125 +-0.392578125000 +0.148437500000 +0.217773437500 +-0.114746093750 +0.029052734375 +0.046630859375 +0.125976562500 +0.054443359375 +0.032226562500 +0.143554687500 +-0.001197814941 +-0.049316406250 +-0.045654296875 +-0.043701171875 +0.002441406250 +-0.020996093750 +-0.052734375000 +0.085449218750 +0.122070312500 +-0.244140625000 +-0.018310546875 +-0.149414062500 +0.125976562500 +0.065429687500 +-0.324218750000 +-0.273437500000 +0.044921875000 +-0.089355468750 +0.001274108887 +-0.022827148438 +-0.111816406250 +-0.056884765625 +-0.027709960938 +0.022583007812 +0.081542968750 +0.195312500000 +0.000671386719 +0.029296875000 +0.043457031250 +0.050537109375 +-0.183593750000 +0.292968750000 +-0.022338867188 +0.065917968750 +-0.135742187500 +-0.098144531250 +0.140625000000 +-0.115234375000 +0.017700195312 +-0.064941406250 +-0.088867187500 +0.142578125000 +-0.072753906250 +-0.054443359375 +-0.271484375000 +-0.098144531250 +0.093261718750 +0.098144531250 +-0.218750000000 +-0.108398437500 +0.113281250000 +0.041015625000 +-0.367187500000 +0.036865234375 +-0.208007812500 +0.004882812500 +0.130859375000 +-0.098632812500 +0.123535156250 +0.062500000000 +0.165039062500 +0.034179687500 +-0.082519531250 +0.084472656250 +0.041503906250 +0.031494140625 +0.005157470703 +-0.062500000000 +-0.145507812500 +0.033691406250 +-0.107421875000 +0.129882812500 +0.029785156250 +0.055908203125 +-0.024169921875 +0.006011962891 +0.082031250000 +-0.004486083984 +-0.539062500000 +-0.040527343750 +-0.141601562500 +0.038818359375 +0.000675201416 +-0.126953125000 +-0.030517578125 +0.044433593750 +0.003753662109 +-0.087402343750 +-0.102539062500 +0.087890625000 +0.030761718750 +-0.010803222656 +0.109863281250 +0.084472656250 +-0.066894531250 +0.173828125000 +-0.025634765625 +0.023803710938 +0.103027343750 +0.120605468750 +0.034912109375 +0.028564453125 +0.055419921875 +-0.105957031250 +-0.027832031250 +-0.096191406250 +0.074707031250 +-0.019653320312 +-0.071289062500 +-0.106445312500 +0.174804687500 +0.017578125000 +-0.129882812500 +0.071289062500 +-0.156250000000 +-0.013061523438 +-0.253906250000 +0.081054687500 +-0.041992187500 +0.076660156250 +0.116210937500 +-0.032714843750 +-0.144531250000 +-0.129882812500 +-0.083496093750 +0.005035400391 +-0.113281250000 +-0.087402343750 +0.094726562500 +-0.087890625000 +-0.078125000000 +-0.072265625000 +0.071777343750 +-0.062500000000 +-0.018798828125 +0.007232666016 +-0.049316406250 +-0.002365112305 +-0.004821777344 +0.018920898438 +0.038574218750 +0.087890625000 +-0.029418945312 +0.249023437500 +-0.058349609375 +-0.082031250000 +-0.046630859375 +0.001777648926 +-0.013854980469 +-0.100585937500 +-0.058837890625 +-0.101074218750 +0.099121093750 +0.064453125000 +-0.039550781250 +0.015258789062 +0.060302734375 +-0.150390625000 +0.170898437500 +0.218750000000 +0.025268554688 +-0.108398437500 +0.257812500000 +-0.275390625000 +-0.040527343750 +0.053955078125 +0.013244628906 +0.245117187500 +0.065429687500 +-0.011779785156 +-0.084472656250 +-0.026367187500 +0.077636718750 +0.150390625000 +-0.008666992188 +0.011047363281 +-0.040039062500 +-0.094238281250 +-0.064941406250 +-0.070312500000 +0.007873535156 +-0.183593750000 +-0.152343750000 +-0.088378906250 +0.021850585938 +0.040283203125 +-0.169921875000 +-0.078125000000 +-0.031738281250 +-0.068847656250 +-0.063964843750 +0.013366699219 +-0.086914062500 +0.135742187500 +-0.087402343750 +-0.170898437500 +0.208984375000 +0.027465820312 +-0.051757812500 +-0.433593750000 +0.026367187500 +-0.019287109375 +0.007171630859 +-0.066894531250 +0.133789062500 +-0.183593750000 +-0.119628906250 +0.000793457031 +0.003677368164 +-0.155273437500 +0.086425781250 +0.061767578125 +0.050537109375 +0.045166015625 +-0.062255859375 +-0.574218750000 +0.022583007812 +0.040039062500 +-0.053955078125 +-0.062988281250 +-0.063964843750 +0.201171875000 +0.178710937500 +-0.147460937500 +0.075195312500 +-0.195312500000 +-0.001403808594 +-0.127929687500 +0.091796875000 +-0.118164062500 +-0.166015625000 +-0.178710937500 +-0.121093750000 +0.029785156250 +0.044189453125 +-0.034423828125 +0.098144531250 +-0.180664062500 +0.092285156250 +0.089843750000 +-0.062500000000 +0.073242187500 +-0.001502990723 +0.010253906250 +-0.049072265625 +-0.218750000000 +-0.078125000000 +-0.104980468750 +0.061767578125 +-0.114257812500 +-0.157226562500 +-0.104492187500 +0.074218750000 +-0.001060485840 +0.014892578125 +-0.069335937500 +0.089843750000 +-0.124511718750 +-0.081054687500 +0.015014648438 +0.181640625000 +0.093750000000 +-0.139648437500 +0.204101562500 +-0.046630859375 +0.002197265625 +-0.031494140625 +-0.040283203125 +-0.141601562500 +0.131835937500 +-0.213867187500 +0.146484375000 +0.195312500000 +0.009033203125 +0.046142578125 +-0.029663085938 +-0.163085937500 +0.163085937500 +-0.070312500000 +-0.092285156250 +0.046875000000 +0.078613281250 +0.024414062500 +-0.060546875000 +-0.121093750000 +-0.058593750000 +0.177734375000 +-0.024902343750 +0.061523437500 +-0.021972656250 +0.197265625000 +-0.119140625000 +-0.048828125000 +-0.012573242188 +0.159179687500 +0.003005981445 +-0.039306640625 +0.035888671875 +-0.086425781250 +0.047119140625 +0.039062500000 +-0.205078125000 +0.197265625000 +0.003173828125 +-0.075195312500 +-0.036621093750 +-0.000051021576 +0.052734375000 +0.041748046875 +-0.116699218750 +0.071289062500 +-0.094726562500 +0.007781982422 +0.022338867188 +0.161132812500 +-0.139648437500 +0.034667968750 +-0.111816406250 +-0.031005859375 +-0.001152038574 +-0.013854980469 +0.066406250000 +-0.123535156250 +-0.142578125000 +0.171875000000 +0.058349609375 +-0.078613281250 +-0.080078125000 +-0.009399414062 +0.061523437500 +0.024414062500 +-0.065429687500 +-0.202148437500 +-0.050292968750 +-0.020385742188 +0.205078125000 +0.037109375000 +-0.024658203125 +0.102050781250 +-0.035644531250 +0.034179687500 +-0.065917968750 +-0.056396484375 +-0.052001953125 +0.023071289062 +-0.044189453125 +-1.406250000000 +0.060791015625 +-0.083496093750 +0.057373046875 +0.147460937500 +0.027099609375 +-0.112304687500 +-0.074218750000 +0.095703125000 +0.055664062500 +-0.024047851562 +0.101562500000 +-0.208984375000 +0.055908203125 +-0.171875000000 +0.012817382812 +-0.155273437500 +-0.163085937500 +-0.139648437500 +0.024536132812 +0.001823425293 +-0.014404296875 +0.005065917969 +-0.107910156250 +-0.056884765625 +0.169921875000 +0.180664062500 +-0.023071289062 +-0.121582031250 +-0.066406250000 +-0.130859375000 +-0.075683593750 +-0.085449218750 +-0.174804687500 +0.043457031250 +0.014221191406 +0.115234375000 +0.071289062500 +0.049804687500 +0.120117187500 +0.116699218750 +-0.107421875000 +0.229492187500 +0.041503906250 +-0.040527343750 +-0.031005859375 +-0.010498046875 +0.052978515625 +0.144531250000 +-1.265625000000 +0.076171875000 +-0.041748046875 +0.033447265625 +0.273437500000 +0.335937500000 +-0.006591796875 +0.209960937500 +-0.103515625000 +0.174804687500 +-0.063476562500 +-0.117675781250 +0.026855468750 +-0.201171875000 +-0.296875000000 +-0.040039062500 +-0.052001953125 +0.100097656250 +0.010620117188 +0.042236328125 +0.001106262207 +0.049072265625 +0.180664062500 +0.106933593750 +-0.068847656250 +-0.180664062500 +0.194335937500 +-0.244140625000 +-0.106933593750 +0.071289062500 +-0.087890625000 +-0.082031250000 +-0.128906250000 +0.218750000000 +0.070800781250 +0.003799438477 +0.028686523438 +-0.126953125000 +-0.353515625000 +-0.119628906250 +0.229492187500 +-0.117187500000 +0.038818359375 +0.130859375000 +-0.139648437500 +0.013671875000 +-0.028686523438 +-0.052978515625 +0.066894531250 +0.013549804688 +-0.023559570312 +0.197265625000 +-0.148437500000 +0.090820312500 +0.060546875000 +-0.124511718750 +-0.031738281250 +-0.144531250000 +0.047363281250 +0.014282226562 +-0.041748046875 +0.026733398438 +0.216796875000 +0.053955078125 +0.209960937500 +0.118164062500 +-0.092773437500 +-0.065917968750 +0.351562500000 +0.306640625000 +0.016479492188 +-0.102050781250 +-0.027832031250 +0.126953125000 +-0.015991210938 +-0.019042968750 +0.039550781250 +-0.136718750000 +0.030517578125 +0.008544921875 +-0.043701171875 +0.154296875000 +-0.155273437500 +0.026611328125 +0.033447265625 +-0.131835937500 +0.031982421875 +0.198242187500 +-0.016113281250 +0.008483886719 +0.084472656250 +-0.133789062500 +0.080566406250 +0.187500000000 +0.058105468750 +0.010681152344 +0.168945312500 +0.184570312500 +0.105957031250 +-0.007049560547 +0.072753906250 +-0.082519531250 +-0.310546875000 +0.053466796875 +-0.079589843750 +-0.156250000000 +0.086425781250 +-0.069824218750 +-0.174804687500 +0.016601562500 +0.034423828125 +-0.102539062500 +-0.125000000000 +0.129882812500 +-0.037597656250 +0.166015625000 +-0.026245117188 +-0.277343750000 +-0.058837890625 +-0.146484375000 +-0.130859375000 +0.211914062500 +-0.033691406250 +0.009948730469 +-0.013061523438 +-0.129882812500 +0.027343750000 +-0.003067016602 +0.040039062500 +0.057128906250 +-0.030517578125 +0.220703125000 +0.124511718750 +-0.041259765625 +-0.184570312500 +-0.281250000000 +0.013549804688 +0.049560546875 +-0.046386718750 +0.047851562500 +-0.050781250000 +0.052246093750 +0.010925292969 +-0.078125000000 +-0.056640625000 +0.017944335938 +-0.206054687500 +0.145507812500 +0.051513671875 +-0.123535156250 +-0.070312500000 +0.285156250000 +-0.121093750000 +0.047607421875 +0.055419921875 +-0.004577636719 +-0.068359375000 +-0.566406250000 +0.062500000000 +-0.009277343750 +-0.105468750000 +0.036376953125 +0.081542968750 +-0.038818359375 +0.002410888672 +-0.205078125000 +-0.078613281250 +-0.090820312500 +-0.033447265625 +0.027465820312 +-0.041748046875 +0.050781250000 +0.006896972656 +-0.024780273438 +-0.320312500000 +-0.102539062500 +-0.021728515625 +-0.300781250000 +0.107421875000 +0.079589843750 +0.209960937500 +-0.029785156250 +-0.054931640625 +-0.181640625000 +0.031494140625 +0.075195312500 +-0.008972167969 +0.008483886719 +0.048339843750 +0.073730468750 +-0.013366699219 +-0.030395507812 +0.064941406250 +-0.132812500000 +0.221679687500 +0.021850585938 +0.135742187500 +0.166015625000 +0.029174804688 +-0.531250000000 +0.092773437500 +-0.171875000000 +0.088867187500 +0.050048828125 +-0.003570556641 +-0.131835937500 +-0.061523437500 +0.104003906250 +0.089355468750 +-0.063964843750 +0.029296875000 +0.145507812500 +0.145507812500 +-0.059326171875 +0.086914062500 +-0.222656250000 +0.016479492188 +0.154296875000 +-0.038818359375 +-0.121582031250 +0.125000000000 +-0.005523681641 +0.079101562500 +-0.040527343750 +-0.003753662109 +0.003234863281 +-0.027221679688 +-0.027709960938 +-0.139648437500 +0.136718750000 +-0.462890625000 +0.046142578125 +-0.144531250000 +-0.296875000000 +0.020507812500 +-0.279296875000 +0.016967773438 +0.000652313232 +-0.142578125000 +-0.062988281250 +0.004669189453 +-0.355468750000 +-0.088378906250 +-0.283203125000 +0.068359375000 +-0.050781250000 +0.076171875000 +-0.044677734375 +-0.057861328125 +-0.047851562500 +-0.009826660156 +0.076171875000 +-0.332031250000 +0.115722656250 +-0.006469726562 +-0.069335937500 +-0.090820312500 +-0.079589843750 +0.237304687500 +0.000310897827 +0.244140625000 +0.080566406250 +0.033447265625 +-0.326171875000 +-0.061767578125 +-0.169921875000 +0.138671875000 +0.142578125000 +-0.102050781250 +-0.191406250000 +-0.051757812500 +0.084472656250 +0.106933593750 +-0.045654296875 +-0.070800781250 +0.040771484375 +0.003707885742 +-0.190429687500 +0.026977539062 +-0.066406250000 +-0.076171875000 +0.135742187500 +0.300781250000 +-0.115722656250 +-0.099609375000 +0.026123046875 +-0.060546875000 +0.006805419922 +-0.032714843750 +0.094238281250 +-0.058837890625 +0.255859375000 +0.007629394531 +0.203125000000 +0.139648437500 +0.063964843750 +-0.196289062500 +0.196289062500 +-0.086914062500 +-0.283203125000 +0.217773437500 +0.088867187500 +-0.207031250000 +-0.200195312500 +0.094238281250 +-0.388671875000 +0.071777343750 +-0.582031250000 +0.186523437500 +0.031982421875 +-0.019653320312 +-0.095703125000 +0.091796875000 +-0.086914062500 +-0.451171875000 +0.069824218750 +-0.259765625000 +0.030517578125 +0.013977050781 +0.030273437500 +-0.073730468750 +-0.292968750000 +0.035644531250 +0.038085937500 +0.086914062500 +0.231445312500 +-0.001350402832 +-0.253906250000 +-0.110839843750 +0.210937500000 +0.139648437500 +-0.047851562500 +-0.051757812500 +-0.076660156250 +-0.040527343750 +0.005187988281 +0.131835937500 +-0.096191406250 +-0.152343750000 +0.039794921875 +-0.075683593750 +-0.198242187500 +-0.015258789062 +-0.131835937500 +0.066406250000 +-0.098632812500 +0.310546875000 +-0.018310546875 +0.101074218750 +0.007110595703 +0.167968750000 +0.388671875000 +-0.047119140625 +-0.029907226562 +0.139648437500 +0.149414062500 +-0.169921875000 +0.089843750000 +-0.292968750000 +0.120117187500 +-0.030029296875 +-0.200195312500 +-0.184570312500 +-0.110839843750 +0.067871093750 +0.210937500000 +-0.425781250000 +-0.218750000000 +-0.018920898438 +-0.213867187500 +-0.148437500000 +-0.322265625000 +0.199218750000 +-0.027099609375 +0.072753906250 +-0.092285156250 +0.103515625000 +-0.091308593750 +-0.298828125000 +0.059814453125 +-0.055175781250 +0.021728515625 +0.059570312500 +-0.185546875000 +-0.227539062500 +-0.373046875000 +-0.050292968750 +0.017944335938 +0.028442382812 +0.160156250000 +0.086914062500 +-0.480468750000 +-0.054687500000 +0.133789062500 +0.208007812500 +-0.259765625000 +-0.025878906250 +-0.068359375000 +0.033691406250 +0.000522613525 +-0.123046875000 +-0.090332031250 +0.136718750000 +-0.257812500000 +0.118652343750 +-0.261718750000 +0.047851562500 +0.112304687500 +-0.427734375000 +0.016723632812 +0.188476562500 +-0.122070312500 +0.015991210938 +-0.000373840332 +-0.147460937500 +-0.020019531250 +0.154296875000 +0.059326171875 +0.141601562500 +0.049072265625 +-0.116699218750 +0.009338378906 +-0.013000488281 +0.149414062500 +-0.289062500000 +-0.036376953125 +-0.245117187500 +-0.045410156250 +0.068359375000 +0.013488769531 +-0.359375000000 +-0.107421875000 +0.067871093750 +0.181640625000 +0.073242187500 +-0.241210937500 +0.152343750000 +-0.190429687500 +-0.014892578125 +-0.144531250000 +-0.056396484375 +0.049072265625 +-0.057861328125 +-0.011779785156 +0.083007812500 +0.090332031250 +-0.539062500000 +-0.174804687500 +-0.318359375000 +0.044189453125 +-0.058593750000 +0.170898437500 +0.122070312500 +0.186523437500 +0.273437500000 +-0.445312500000 +-0.085449218750 +-0.018310546875 +0.000324249268 +-0.205078125000 +0.051025390625 +0.065917968750 +0.010986328125 +0.004180908203 +0.034912109375 +-0.086914062500 +0.050048828125 +-0.130859375000 +0.257812500000 +0.067871093750 +-0.005767822266 +0.016601562500 +-0.140625000000 +0.273437500000 +0.051513671875 +-0.148437500000 +-0.051269531250 +0.083496093750 +-0.318359375000 +-0.041748046875 +0.004730224609 +0.107421875000 +-0.291015625000 +-0.056152343750 +-0.279296875000 +0.204101562500 +-0.050781250000 +0.161132812500 +-0.373046875000 +-0.072265625000 +-0.092285156250 +-0.128906250000 +-0.002929687500 +0.017822265625 +-0.068359375000 +-0.146484375000 +0.168945312500 +-0.088378906250 +-0.032714843750 +-0.291015625000 +0.038085937500 +0.324218750000 +0.052490234375 +-0.071289062500 +0.125000000000 +-0.145507812500 +-0.106933593750 +-0.039550781250 +0.083984375000 +-0.067871093750 +-0.255859375000 +-0.024414062500 +-0.077148437500 +0.178710937500 +-0.115722656250 +0.183593750000 +0.078613281250 +0.162109375000 +0.079589843750 +-0.414062500000 +-0.296875000000 +0.140625000000 +-0.049072265625 +0.075195312500 +-0.011413574219 +0.283203125000 +0.012878417969 +0.115234375000 +0.044677734375 +-0.326171875000 +0.052734375000 +-0.168945312500 +0.221679687500 +-0.140625000000 +0.023925781250 +-0.052001953125 +0.047851562500 +0.173828125000 +0.058349609375 +0.115722656250 +0.011230468750 +-0.119140625000 +0.066406250000 +-0.077636718750 +-0.008544921875 +0.025634765625 +-0.108398437500 +-0.140625000000 +-0.335937500000 +0.091308593750 +-0.609375000000 +0.152343750000 +-0.476562500000 +-0.098144531250 +0.068359375000 +-0.131835937500 +-0.155273437500 +-0.050537109375 +-0.208007812500 +-0.263671875000 +-0.030761718750 +0.053955078125 +0.044677734375 +-0.040771484375 +0.147460937500 +0.185546875000 +-0.039550781250 +-0.015991210938 +0.104492187500 +0.103515625000 +0.027709960938 +-0.107421875000 +0.053222656250 +-0.041503906250 +0.066894531250 +0.017089843750 +0.001579284668 +0.059326171875 +-0.271484375000 +0.205078125000 +0.113281250000 +0.165039062500 +-0.021606445312 +-0.539062500000 +-0.073242187500 +0.310546875000 +0.007751464844 +-0.172851562500 +0.059814453125 +-0.146484375000 +-0.012145996094 +0.075683593750 +-0.046142578125 +-0.193359375000 +0.046142578125 +-0.143554687500 +0.226562500000 +0.000789642334 +0.178710937500 +-0.072265625000 +0.267578125000 +-0.039062500000 +0.071289062500 +-0.015441894531 +0.018066406250 +-0.037841796875 +-0.040039062500 +0.037841796875 +0.001129150391 +0.028442382812 +-0.116210937500 +0.078125000000 +-0.155273437500 +0.253906250000 +0.515625000000 +0.149414062500 +-0.333984375000 +0.251953125000 +0.152343750000 +0.079589843750 +-0.116699218750 +-0.196289062500 +0.228515625000 +0.036376953125 +-0.036376953125 +-0.044189453125 +-0.064941406250 +0.115234375000 +-0.017700195312 +-0.026367187500 +0.064941406250 +0.023437500000 +0.018066406250 +-0.107421875000 +-0.005279541016 +-0.114257812500 +0.104003906250 +0.041992187500 +0.054687500000 +0.029052734375 +0.065917968750 +0.019531250000 +0.065917968750 +-0.147460937500 +0.122070312500 +0.024047851562 +0.013610839844 +-0.085449218750 +-0.058837890625 +0.061767578125 +-0.049316406250 +-0.314453125000 +-0.151367187500 +-0.032714843750 +0.073242187500 +0.053222656250 +0.109863281250 +0.070800781250 +0.081542968750 +0.069335937500 +0.037109375000 +-0.145507812500 +-0.026489257812 +0.009643554688 +-0.060302734375 +0.025024414062 +0.045166015625 +0.124023437500 +-0.169921875000 +-0.037109375000 +-0.145507812500 +0.021484375000 +0.051269531250 +0.009704589844 +-0.261718750000 +0.121582031250 +-0.091308593750 +-0.033447265625 +0.075195312500 +0.089355468750 +-0.058349609375 +-0.078613281250 +0.001441955566 +0.089843750000 +-0.238281250000 +0.017089843750 +-0.070312500000 +0.029541015625 +0.069824218750 +-0.058837890625 +0.051757812500 +0.075683593750 +-0.378906250000 +-0.213867187500 +0.014526367188 +0.004669189453 +0.014465332031 +-0.046630859375 +-0.015625000000 +0.200195312500 +-0.064453125000 +-0.040039062500 +0.122558593750 +0.034912109375 +0.047607421875 +-0.070312500000 +0.016357421875 +-0.141601562500 +-0.128906250000 +-0.115234375000 +0.022583007812 +-0.151367187500 +0.006256103516 +0.050292968750 +-0.178710937500 +-0.159179687500 +-0.182617187500 +-0.006011962891 +0.057861328125 +-0.010620117188 +0.050781250000 +0.138671875000 +-0.412109375000 +-0.102539062500 +-0.213867187500 +-0.041748046875 +0.012268066406 +-0.159179687500 +0.089355468750 +0.082031250000 +-0.570312500000 +0.041015625000 +0.061523437500 +0.179687500000 +0.008544921875 +-0.061035156250 +0.065429687500 +-0.058349609375 +0.082031250000 +-0.007537841797 +0.045898437500 +0.131835937500 +-0.213867187500 +-0.015869140625 +-0.040771484375 +-0.014770507812 +0.152343750000 +0.236328125000 +0.048339843750 +0.091308593750 +0.083496093750 +0.013732910156 +0.067382812500 +0.104003906250 +0.273437500000 +0.083007812500 +-0.072753906250 +0.106933593750 +0.010742187500 +0.026245117188 +-0.042724609375 +-0.121582031250 +-0.065917968750 +0.118652343750 +0.310546875000 +-0.001243591309 +0.062500000000 +-0.044677734375 +0.086425781250 +-0.085937500000 +-0.052490234375 +-0.414062500000 +-0.134765625000 +-0.072265625000 +0.083007812500 +-0.058837890625 +-0.003234863281 +-0.277343750000 +-0.130859375000 +-0.115722656250 +-0.392578125000 +0.155273437500 +0.021850585938 +-0.029418945312 +0.076171875000 +0.166992187500 +-0.486328125000 +-0.107421875000 +0.042724609375 +-0.008850097656 +0.030517578125 +-0.085449218750 +0.157226562500 +-0.125976562500 +-0.330078125000 +0.062988281250 +0.098144531250 +0.184570312500 +-0.053222656250 +-0.019775390625 +-0.068359375000 +-0.104980468750 +0.195312500000 +0.084472656250 +0.053222656250 +0.033447265625 +-0.118652343750 +0.128906250000 +-0.122070312500 +-0.129882812500 +-0.042236328125 +0.062500000000 +0.197265625000 +-0.107910156250 +-0.129882812500 +-0.125000000000 +-0.167968750000 +-0.154296875000 +0.112792968750 +-0.104492187500 +-0.010559082031 +-0.028808593750 +-0.118652343750 +-0.347656250000 +-0.194335937500 +-0.250000000000 +-0.024047851562 +-0.086914062500 +0.085937500000 +-0.009521484375 +0.083984375000 +-0.031982421875 +-0.014709472656 +-0.087402343750 +-0.051513671875 +-0.154296875000 +0.035400390625 +-0.072753906250 +-0.086914062500 +-0.209960937500 +-0.032470703125 +0.071289062500 +-0.099609375000 +-0.170898437500 +-0.197265625000 +0.010742187500 +0.103027343750 +0.233398437500 +0.041259765625 +-0.247070312500 +-0.171875000000 +-0.046875000000 +0.068359375000 +-0.113769531250 +-0.051269531250 +0.054687500000 +0.159179687500 +-0.359375000000 +-0.107421875000 +0.114746093750 +0.120605468750 +0.296875000000 +-0.010986328125 +0.113769531250 +-0.100097656250 +0.058593750000 +0.119628906250 +0.003677368164 +0.133789062500 +-0.008911132812 +-0.096191406250 +0.113281250000 +0.097656250000 +0.008361816406 +-0.005493164062 +0.201171875000 +0.080566406250 +-0.117675781250 +0.045898437500 +-0.060058593750 +0.250000000000 +0.081054687500 +0.068359375000 +0.093261718750 +-0.012329101562 +0.082519531250 +-0.216796875000 +-0.205078125000 +-0.597656250000 +-0.022094726562 +-0.075195312500 +0.184570312500 +-0.034912109375 +-0.292968750000 +0.091308593750 +-0.137695312500 +-0.048095703125 +-0.140625000000 +-0.058349609375 +-0.089843750000 +0.106445312500 +-0.088378906250 +-0.064941406250 +-0.130859375000 +-0.283203125000 +0.110351562500 +0.007781982422 +-0.032714843750 +-0.230468750000 +0.115234375000 +0.169921875000 +0.100585937500 +0.104492187500 +-0.322265625000 +-0.004699707031 +0.056396484375 +0.068359375000 +-0.066894531250 +-0.204101562500 +0.105468750000 +0.015136718750 +0.094238281250 +-0.120605468750 +0.069824218750 +-0.047851562500 +0.283203125000 +0.083496093750 +-0.201171875000 +-0.076660156250 +0.108398437500 +-0.081542968750 +-0.104980468750 +-0.029418945312 +0.009704589844 +-0.050292968750 +0.034423828125 +0.176757812500 +-0.259765625000 +0.013061523438 +0.022827148438 +0.041015625000 +-0.030517578125 +0.132812500000 +0.019409179688 +0.170898437500 +-0.128906250000 +-0.029174804688 +0.003601074219 +0.045898437500 +0.103515625000 +-0.040039062500 +0.132812500000 +0.052734375000 +0.069824218750 +-0.087402343750 +0.075683593750 +0.136718750000 +-0.369140625000 +-0.112304687500 +-0.267578125000 +-0.008911132812 +-0.084472656250 +-0.084960937500 +-0.060546875000 +-0.028076171875 +-0.186523437500 +-0.275390625000 +-0.116210937500 +-0.012817382812 +0.189453125000 +-0.119628906250 +0.026489257812 +0.035888671875 +0.167968750000 +0.132812500000 +0.109863281250 +-0.029663085938 +-0.328125000000 +0.041748046875 +-0.029663085938 +-0.114746093750 +-0.151367187500 +-0.037841796875 +0.052978515625 +0.116210937500 +0.159179687500 +-0.109863281250 +0.263671875000 +-0.045410156250 +0.018066406250 +-0.101562500000 +-0.034423828125 +0.052978515625 +-0.016235351562 +-0.047363281250 +-0.042968750000 +0.032714843750 +0.015197753906 +0.166992187500 +0.097167968750 +0.168945312500 +-0.179687500000 +-0.001464843750 +-0.092773437500 +-0.106445312500 +-0.018676757812 +-0.032226562500 +-0.131835937500 +-0.033935546875 +-0.016479492188 +-0.030273437500 +0.014099121094 +0.072753906250 +-0.003112792969 +-0.073242187500 +-0.093261718750 +0.020385742188 +0.104980468750 +-0.058837890625 +0.014770507812 +-0.023925781250 +-0.357421875000 +0.039062500000 +-0.022460937500 +-0.022827148438 +0.105957031250 +-0.031250000000 +0.022705078125 +-0.009155273438 +-0.085937500000 +0.002258300781 +-0.041015625000 +-0.026855468750 +0.095214843750 +-0.141601562500 +0.121582031250 +0.041015625000 +0.003631591797 +0.145507812500 +-0.139648437500 +0.062988281250 +-0.019287109375 +-0.047119140625 +-0.152343750000 +0.078125000000 +-0.051269531250 +0.030395507812 +0.090332031250 +-0.012207031250 +0.050537109375 +-0.064941406250 +-0.048828125000 +-0.011230468750 +0.018310546875 +0.052246093750 +-0.063476562500 +0.067382812500 +0.017211914062 +-0.166015625000 +-0.189453125000 +-0.109375000000 +0.162109375000 +0.239257812500 +0.219726562500 +0.043212890625 +-0.166992187500 +0.007141113281 +-0.071777343750 +-0.148437500000 +-0.087402343750 +-0.054931640625 +-0.028686523438 +0.023071289062 +0.036621093750 +-0.020874023438 +-0.108398437500 +-0.057861328125 +0.039550781250 +0.067871093750 +-0.178710937500 +0.017822265625 +0.097167968750 +-0.075195312500 +-0.202148437500 +-0.124023437500 +-0.097167968750 +0.045898437500 +-0.119628906250 +-0.073242187500 +0.019165039062 +-0.057617187500 +-0.294921875000 +-0.128906250000 +-0.110351562500 +-0.071777343750 +-0.127929687500 +0.025268554688 +0.070312500000 +0.095214843750 +0.028930664062 +0.128906250000 +-0.017944335938 +-0.001678466797 +-0.068847656250 +-0.018920898438 +0.002670288086 +-0.119140625000 +0.218750000000 +-0.073730468750 +0.041748046875 +-0.219726562500 +0.016845703125 +0.115234375000 +-0.047607421875 +0.116210937500 +-0.078125000000 +-0.004028320312 +-0.414062500000 +0.050537109375 +-0.052978515625 +-0.022460937500 +-0.099121093750 +-0.039550781250 +0.029663085938 +0.271484375000 +-0.076660156250 +-0.029785156250 +0.008422851562 +0.029052734375 +0.020263671875 +0.139648437500 +-0.045898437500 +0.204101562500 +-0.087890625000 +-0.045898437500 +-0.080566406250 +0.041748046875 +0.038818359375 +-0.046875000000 +0.098144531250 +0.011901855469 +0.004974365234 +0.094726562500 +-0.053710937500 +0.030883789062 +0.093261718750 +-0.079589843750 +-0.130859375000 +-0.007598876953 +-0.084960937500 +0.003723144531 +-0.027099609375 +0.002380371094 +-0.097167968750 +-0.026123046875 +-0.144531250000 +-0.090820312500 +0.052490234375 +0.039306640625 +0.065429687500 +0.036376953125 +-0.100585937500 +-0.108398437500 +0.020874023438 +0.157226562500 +0.057617187500 +0.070312500000 +-0.109375000000 +-0.016357421875 +0.052246093750 +0.044189453125 +0.186523437500 +-0.083007812500 +-0.049072265625 +0.108398437500 +0.157226562500 +-0.151367187500 +-0.000782012939 +0.000227928162 +-0.138671875000 +0.052490234375 +-0.197265625000 +0.101562500000 +0.034423828125 +-0.062011718750 +-0.049072265625 +-0.246093750000 +0.259765625000 +0.106933593750 +-0.039550781250 +-0.012817382812 +-0.118164062500 +0.010131835938 +0.136718750000 +-1.265625000000 +-0.283203125000 +0.021118164062 +-0.059570312500 +-0.068359375000 +-0.019409179688 +0.062255859375 +-0.054443359375 +-0.152343750000 +0.365234375000 +0.036865234375 +0.013793945312 +-0.066894531250 +-0.063476562500 +-0.041992187500 +0.127929687500 +0.228515625000 +-0.228515625000 +0.077148437500 +-0.060302734375 +0.023437500000 +-0.051269531250 +0.025390625000 +-0.025390625000 +-0.203125000000 +-0.172851562500 +0.086425781250 +-0.030639648438 +-0.088867187500 +0.025634765625 +-0.008728027344 +-0.230468750000 +-0.562500000000 +-0.038085937500 +0.073730468750 +-0.016235351562 +0.010498046875 +-0.118164062500 +-0.020996093750 +-0.026000976562 +0.121093750000 +0.069335937500 +-0.158203125000 +-0.009216308594 +-0.050048828125 +-0.072265625000 +-0.014526367188 +-0.072265625000 +0.077148437500 +-0.113769531250 +-0.345703125000 +-0.045654296875 +0.115722656250 +-0.034912109375 +-0.048339843750 +0.124023437500 +0.008117675781 +0.005096435547 +0.285156250000 +-0.098632812500 +0.020141601562 +-0.170898437500 +0.091796875000 +0.084960937500 +-0.632812500000 +0.019775390625 +-0.014648437500 +-0.068847656250 +-0.100097656250 +0.373046875000 +0.061035156250 +0.000843048096 +-0.089355468750 +0.061279296875 +0.045654296875 +0.174804687500 +-0.085937500000 +-0.143554687500 +0.031982421875 +0.058105468750 +-0.011535644531 +-0.183593750000 +-0.122558593750 +-0.202148437500 +-0.044677734375 +-0.095214843750 +0.175781250000 +0.001113891602 +-0.120117187500 +-0.111328125000 +-0.131835937500 +0.023071289062 +0.009826660156 +-0.074218750000 +0.040039062500 +-0.146484375000 +-0.020141601562 +-0.010864257812 +0.036132812500 +0.041015625000 +0.205078125000 +0.500000000000 +-0.208984375000 +0.010070800781 +0.206054687500 +0.081542968750 +-0.034179687500 +0.257812500000 +0.054687500000 +0.016845703125 +0.154296875000 +-0.074218750000 +-0.251953125000 +-0.205078125000 +-0.367187500000 +-0.209960937500 +-0.051025390625 +-0.046386718750 +-0.185546875000 +0.084960937500 +0.007202148438 +-0.162109375000 +0.201171875000 +0.172851562500 +0.143554687500 +-0.131835937500 +0.159179687500 +-0.167968750000 +0.090820312500 +-0.179687500000 +-0.038330078125 +-0.085937500000 +0.351562500000 +0.460937500000 +0.102050781250 +-0.075195312500 +-0.068847656250 +0.004730224609 +0.139648437500 +-0.034179687500 +-0.219726562500 +0.122558593750 +-0.023071289062 +-0.099121093750 +-0.042236328125 +-0.066894531250 +0.012329101562 +-0.164062500000 +-0.312500000000 +-0.060546875000 +0.106933593750 +-0.378906250000 +-0.040283203125 +-0.198242187500 +-0.156250000000 +-0.108398437500 +-0.167968750000 +-0.062500000000 +0.052734375000 +-0.016479492188 +0.002380371094 +-0.015991210938 +-0.022949218750 +0.062255859375 +0.414062500000 +0.080078125000 +-0.208984375000 +-0.292968750000 +-0.001953125000 +-0.033203125000 +-0.097167968750 +0.064453125000 +-0.017578125000 +0.024047851562 +0.169921875000 +-0.215820312500 +-0.176757812500 +-0.060546875000 +-0.134765625000 +-0.357421875000 +0.095703125000 +0.196289062500 +-0.070312500000 +0.072265625000 +-0.031005859375 +0.134765625000 +0.142578125000 +0.726562500000 +-0.008789062500 +0.041259765625 +0.053710937500 +-0.433593750000 +0.010986328125 +-0.064453125000 +0.035156250000 +-0.188476562500 +0.174804687500 +-0.202148437500 +0.080078125000 +-0.289062500000 +0.065429687500 +-0.036865234375 +0.014282226562 +0.026977539062 +0.025024414062 +-0.113281250000 +-0.128906250000 +-0.171875000000 +0.017211914062 +-0.053955078125 +-0.031005859375 +-0.247070312500 +-0.219726562500 +-0.073242187500 +-0.115722656250 +0.091796875000 +-0.023803710938 +-0.200195312500 +-0.083984375000 +-0.213867187500 +0.083496093750 +0.022827148438 +-0.005401611328 +0.148437500000 +-0.050537109375 +-0.067871093750 +-0.027954101562 +0.113281250000 +0.019653320312 +-0.016967773438 +-0.008422851562 +0.037353515625 +-0.118652343750 +-0.038818359375 +0.028930664062 +0.062988281250 +-0.134765625000 +0.178710937500 +0.203125000000 +0.001068115234 +-0.203125000000 +-0.034179687500 +0.149414062500 +-0.227539062500 +0.139648437500 +0.109863281250 +-0.231445312500 +-0.253906250000 +0.011291503906 +-0.005523681641 +0.061279296875 +-0.139648437500 +-0.097656250000 +0.004760742188 +0.097167968750 +-0.070312500000 +-0.005889892578 +-0.081542968750 +0.013305664062 +-0.058105468750 +-0.084960937500 +0.034912109375 +0.066406250000 +-0.131835937500 +-0.015747070312 +0.007293701172 +-0.064941406250 +0.044921875000 +0.019409179688 +-0.070800781250 +-0.044189453125 +0.023315429688 +0.061035156250 +-0.156250000000 +0.006896972656 +-0.176757812500 +-0.016723632812 +-0.124023437500 +-0.056640625000 +-0.003479003906 +0.047607421875 +-0.161132812500 +-0.037353515625 +-0.035156250000 +-0.009399414062 +0.077636718750 +0.040771484375 +-0.075195312500 +-0.003662109375 +-0.090332031250 +0.023071289062 +-0.008178710938 +-0.027709960938 +0.066894531250 +-0.065429687500 +0.101074218750 +-0.209960937500 +-0.166992187500 +-0.062988281250 +0.063964843750 +-0.045410156250 +0.326171875000 +0.073242187500 +-0.100585937500 +-0.065917968750 +-0.076660156250 +0.108398437500 +-0.072265625000 +-0.135742187500 +0.055664062500 +-0.142578125000 +-0.002761840820 +-0.087890625000 +-0.069824218750 +0.201171875000 +-0.006225585938 +-0.111816406250 +0.024902343750 +0.078613281250 +-0.055664062500 +-0.124023437500 +-0.074707031250 +0.098144531250 +-0.076660156250 +0.057861328125 +0.025268554688 +-0.089355468750 +-0.040527343750 +0.039550781250 +-0.052978515625 +0.068359375000 +0.030517578125 +0.096191406250 +0.007690429688 +-0.051269531250 +-0.072265625000 +-0.008728027344 +-0.102050781250 +0.006286621094 +0.000185966492 +-0.051513671875 +-0.135742187500 +0.002456665039 +0.125976562500 +0.138671875000 +0.085449218750 +0.211914062500 +0.014648437500 +-0.143554687500 +-0.003448486328 +0.117675781250 +0.023193359375 +0.213867187500 +-0.105468750000 +-0.034667968750 +0.029418945312 +-0.078125000000 +-0.227539062500 +0.133789062500 +0.052978515625 +0.031494140625 +0.030883789062 +0.164062500000 +-0.028442382812 +-0.030517578125 +0.029418945312 +0.015747070312 +-0.213867187500 +-0.080078125000 +0.222656250000 +-0.261718750000 +0.071777343750 +-0.110839843750 +-0.000305175781 +-0.000984191895 +-0.141601562500 +0.130859375000 +-0.070800781250 +-0.013244628906 +-0.015319824219 +-0.020507812500 +-0.145507812500 +0.015014648438 +0.126953125000 +-0.043212890625 +0.023437500000 +0.135742187500 +-0.010253906250 +0.029296875000 +-0.062255859375 +-0.063964843750 +-0.138671875000 +0.006713867188 +0.077636718750 +-0.511718750000 +-0.054443359375 +0.129882812500 +-0.025756835938 +-0.002639770508 +-0.081054687500 +-0.064453125000 +-0.165039062500 +0.219726562500 +-0.037841796875 +0.015319824219 +0.065917968750 +0.029907226562 +0.013000488281 +0.096679687500 +-0.206054687500 +0.162109375000 +0.073242187500 +0.107421875000 +-0.115722656250 +0.114746093750 +0.063964843750 +-0.142578125000 +-0.155273437500 +-0.083496093750 +0.020263671875 +0.022705078125 +-0.174804687500 +0.026000976562 +0.131835937500 +-0.239257812500 +0.047363281250 +-0.855468750000 +-0.026367187500 +-0.047363281250 +-0.008850097656 +0.015075683594 +-0.167968750000 +-0.089355468750 +0.038818359375 +0.294921875000 +0.044433593750 +-0.074218750000 +-0.021362304688 +-0.093261718750 +0.076171875000 +0.123046875000 +0.072265625000 +0.076171875000 +0.095214843750 +0.070800781250 +0.005645751953 +-0.031738281250 +-0.027709960938 +0.195312500000 +-0.039306640625 +0.032470703125 +-0.194335937500 +0.007873535156 +-0.002288818359 +-0.105468750000 +-0.228515625000 +0.147460937500 +0.519531250000 +-0.133789062500 +0.053955078125 +0.088378906250 +0.121093750000 +0.024169921875 +0.184570312500 +0.052978515625 +-0.199218750000 +-0.142578125000 +-0.055419921875 +-0.025878906250 +-0.018188476562 +0.091796875000 +0.316406250000 +-0.036621093750 +-0.166015625000 +0.047363281250 +0.015625000000 +-0.080566406250 +-0.130859375000 +0.137695312500 +-0.138671875000 +-0.062255859375 +-0.035400390625 +-0.014465332031 +-0.048583984375 +-0.037109375000 +-0.034179687500 +0.142578125000 +0.083496093750 +0.550781250000 +0.134765625000 +-0.099121093750 +-0.080566406250 +0.002731323242 +0.159179687500 +0.030517578125 +-0.240234375000 +0.029663085938 +0.008422851562 +0.100585937500 +0.082031250000 +-0.126953125000 +-0.026733398438 +-0.042968750000 +-0.027832031250 +-0.158203125000 +-0.238281250000 +0.143554687500 +0.030273437500 +-0.221679687500 +-0.039550781250 +0.041992187500 +0.105468750000 +0.148437500000 +0.102539062500 +0.032226562500 +-0.071777343750 +0.178710937500 +0.036376953125 +-0.159179687500 +-0.010681152344 +0.122070312500 +0.013366699219 +0.024047851562 +-0.024658203125 +0.052978515625 +-0.425781250000 +-0.156250000000 +0.090332031250 +0.052978515625 +0.153320312500 +-0.010986328125 +-0.072753906250 +-0.139648437500 +-0.024902343750 +0.133789062500 +-0.035644531250 +0.156250000000 +-0.248046875000 +0.023559570312 +0.009460449219 +-0.009216308594 +-0.095703125000 +-0.053222656250 +0.123535156250 +-0.188476562500 +0.195312500000 +0.032470703125 +-0.034912109375 +0.106933593750 +-0.269531250000 +0.024291992188 +0.169921875000 +0.236328125000 +0.058349609375 +0.000545501709 +-0.058593750000 +-0.055908203125 +-0.345703125000 +0.048583984375 +-0.324218750000 +-0.005310058594 +0.104980468750 +-0.188476562500 +0.117187500000 +-0.269531250000 +0.069824218750 +-0.095703125000 +-0.147460937500 +-0.167968750000 +-0.404296875000 +-0.099121093750 +-0.010375976562 +0.106445312500 +-0.126953125000 +-0.156250000000 +0.021484375000 +0.003005981445 +-0.065917968750 +-0.126953125000 +-0.021728515625 +0.265625000000 +-0.039306640625 +-0.792968750000 +-0.033447265625 +-0.016357421875 +0.019531250000 +0.001037597656 +0.049316406250 +-0.871093750000 +-0.382812500000 +0.503906250000 +-0.238281250000 +-0.083984375000 +0.112792968750 +0.073242187500 +-0.281250000000 +0.013488769531 +-0.080078125000 +0.023315429688 +0.431640625000 +0.000740051270 +-0.103515625000 +-0.053466796875 +-0.593750000000 +0.173828125000 +0.025878906250 +0.054687500000 +0.294921875000 +0.061767578125 +-0.049316406250 +-0.032714843750 +0.022949218750 +0.143554687500 +-0.081542968750 +0.157226562500 +0.023193359375 +-0.000044345856 +0.104003906250 +0.016479492188 +-0.141601562500 +-0.248046875000 +-0.527343750000 +-0.113769531250 +-0.063476562500 +-0.014221191406 +0.026367187500 +-0.229492187500 +0.096679687500 +0.057128906250 +0.179687500000 +0.289062500000 +0.090332031250 +-0.037597656250 +0.163085937500 +0.230468750000 +-0.093750000000 +0.190429687500 +0.222656250000 +0.050781250000 +0.208984375000 +0.037109375000 +-0.021972656250 +-0.006896972656 +0.061035156250 +0.257812500000 +-0.052978515625 +0.009338378906 +0.224609375000 +0.058105468750 +-0.023559570312 +0.025024414062 +0.182617187500 +-0.423828125000 +0.253906250000 +-0.187500000000 +-0.173828125000 +0.047851562500 +-0.027954101562 +0.003829956055 +-0.414062500000 +-0.172851562500 +-0.080566406250 +0.015380859375 +0.052246093750 +0.019653320312 +-0.052246093750 +0.126953125000 +-0.122558593750 +0.020751953125 +0.011169433594 +0.051757812500 +0.162109375000 +0.156250000000 +-0.185546875000 +-0.030517578125 +-0.129882812500 +0.079589843750 +0.005157470703 +0.131835937500 +0.187500000000 +0.095214843750 +0.089355468750 +0.090820312500 +-0.259765625000 +-0.120117187500 +0.028442382812 +0.027099609375 +-0.028808593750 +-0.013244628906 +0.043457031250 +-0.138671875000 +-0.025878906250 +-0.048828125000 +-0.154296875000 +-0.041259765625 +-0.166015625000 +-0.012451171875 +-0.013000488281 +0.204101562500 +0.086425781250 +0.257812500000 +-0.016479492188 +-0.118652343750 +-0.248046875000 +-0.087890625000 +-0.038085937500 +-0.007629394531 +0.032470703125 +0.156250000000 +-0.019165039062 +-0.008300781250 +0.076171875000 +0.028808593750 +-0.063964843750 +0.043945312500 +0.092285156250 +0.095703125000 +0.010070800781 +0.009948730469 +-0.115722656250 +-0.024902343750 +0.049804687500 +-0.054199218750 +-0.176757812500 +0.005645751953 +-0.046630859375 +-0.026000976562 +0.185546875000 +0.119628906250 +-0.075683593750 +0.129882812500 +-0.103515625000 +0.096679687500 +0.060791015625 +-0.095214843750 +0.159179687500 +0.051025390625 +-0.314453125000 +0.007995605469 +0.050781250000 +0.070312500000 +-0.218750000000 +-0.003417968750 +-0.019897460938 +0.074707031250 +0.004272460938 +0.027099609375 +-0.102050781250 +-0.106933593750 +-0.056152343750 +0.007141113281 +0.032958984375 +-0.051025390625 +-0.011291503906 +-0.081054687500 +0.113769531250 +-0.038330078125 +-0.037841796875 +0.039550781250 +0.048339843750 +-0.078613281250 +-0.073242187500 +-0.001876831055 +0.012145996094 +-0.097656250000 +-0.231445312500 +-0.029418945312 +0.042968750000 +-0.057373046875 +-0.021240234375 +-0.045410156250 +-0.016113281250 +-0.016723632812 +-0.079589843750 +-0.010192871094 +-0.061035156250 +-0.058105468750 +0.015258789062 +0.027221679688 +-0.034667968750 +0.052978515625 +-0.027709960938 +0.027221679688 +-0.131835937500 +-0.067382812500 +-0.018310546875 +0.079101562500 +0.074218750000 +0.001800537109 +-0.175781250000 +0.022094726562 +-0.143554687500 +-0.071777343750 +0.214843750000 +0.011169433594 +-0.118164062500 +-0.053710937500 +0.184570312500 +0.065917968750 +-0.126953125000 +-0.003372192383 +-0.210937500000 +-0.292968750000 +-0.012817382812 +0.131835937500 +-0.101074218750 +-0.142578125000 +0.214843750000 +0.213867187500 +-0.042724609375 +0.068847656250 +-0.337890625000 +0.125000000000 +0.016601562500 +0.025878906250 +-0.067382812500 +-0.058349609375 +-0.140625000000 +0.087890625000 +-0.025756835938 +-0.067871093750 +-0.166015625000 +0.117675781250 +0.169921875000 +-0.086425781250 +0.052001953125 +-0.236328125000 +-0.010253906250 +-0.275390625000 +0.150390625000 +-0.035644531250 +0.068847656250 +0.092773437500 +-0.007629394531 +-0.077148437500 +0.073730468750 +0.015991210938 +-0.059082031250 +-0.030639648438 +-0.091796875000 +0.091796875000 +-0.041015625000 +-0.519531250000 +-0.179687500000 +0.109863281250 +-0.126953125000 +0.066894531250 +-0.271484375000 +0.104492187500 +-0.045410156250 +-0.019775390625 +-0.098632812500 +0.068847656250 +-0.030761718750 +-0.045410156250 +0.012145996094 +-0.004272460938 +0.255859375000 +-0.178710937500 +-0.001968383789 +-0.103515625000 +0.017089843750 +-0.104492187500 +0.024536132812 +0.166992187500 +0.104980468750 +-0.124023437500 +0.056640625000 +0.008300781250 +0.016723632812 +-0.107910156250 +0.122070312500 +-0.056152343750 +0.037109375000 +-0.142578125000 +0.071289062500 +-0.129882812500 +-0.108398437500 +0.130859375000 +-0.129882812500 +0.033447265625 +-0.069824218750 +0.195312500000 +0.037841796875 +-0.001098632812 +-0.055419921875 +0.006774902344 +0.029052734375 +0.097167968750 +0.087402343750 +-0.100585937500 +0.029785156250 +0.102539062500 +0.048095703125 +0.012634277344 +-0.028320312500 +0.062011718750 +-0.542968750000 +0.140625000000 +0.007263183594 +-0.038330078125 +-0.113281250000 +0.012451171875 +-0.001884460449 +-0.042236328125 +0.621093750000 +-0.355468750000 +0.078125000000 +0.064941406250 +0.059814453125 +-0.094726562500 +-0.181640625000 +0.123535156250 +0.116210937500 +-0.030395507812 +0.110839843750 +-0.070312500000 +-0.028808593750 +0.082519531250 +-0.115722656250 +0.028198242188 +0.267578125000 +0.166015625000 +-0.086914062500 +-0.027099609375 +0.007354736328 +-0.013000488281 +-0.061523437500 +0.018432617188 +-0.168945312500 +-0.009948730469 +-0.097167968750 +0.100585937500 +-0.073730468750 +0.022460937500 +0.041992187500 +-0.044433593750 +0.085937500000 +-0.168945312500 +0.177734375000 +-0.041503906250 +-0.021362304688 +0.020629882812 +-0.056152343750 +-0.023925781250 +-0.115722656250 +-0.001228332520 +0.019165039062 +-0.046630859375 +-0.166015625000 +0.115722656250 +0.225585937500 +0.032226562500 +0.181640625000 +-0.219726562500 +0.005249023438 +-0.131835937500 +0.069824218750 +0.093750000000 +-0.314453125000 +0.066894531250 +0.108886718750 +0.088867187500 +-0.023925781250 +-0.093750000000 +0.034667968750 +0.030395507812 +-0.078613281250 +0.043701171875 +-0.156250000000 +-0.082519531250 +0.058837890625 +0.201171875000 +0.019653320312 +-0.125976562500 +-0.201171875000 +0.147460937500 +-0.048828125000 +-0.002365112305 +0.061035156250 +0.162109375000 +0.050781250000 +-0.132812500000 +-0.091796875000 +0.012939453125 +-0.017578125000 +-0.051269531250 +0.000892639160 +-0.026611328125 +0.082031250000 +-0.112304687500 +-0.090332031250 +-0.148437500000 +0.019287109375 +-0.042480468750 +-0.042968750000 +0.038818359375 +-0.059814453125 +-0.048583984375 +-0.013916015625 +-0.265625000000 +0.076171875000 +-0.069335937500 +0.062500000000 +-0.146484375000 +-0.077636718750 +0.287109375000 +-0.357421875000 +0.167968750000 +0.141601562500 +-0.026611328125 +-0.075195312500 +0.086425781250 +0.022338867188 +0.205078125000 +0.208984375000 +0.019775390625 +-0.062255859375 +-0.010375976562 +0.080078125000 +-0.075195312500 +0.201171875000 +-0.039306640625 +-0.073730468750 +-0.103027343750 +-0.008544921875 +0.125000000000 +0.013366699219 +0.172851562500 +0.118652343750 +-0.011901855469 +0.075195312500 +0.006439208984 +-0.057617187500 +-0.037597656250 +0.057861328125 +-0.349609375000 +-0.069824218750 +-0.191406250000 +0.071289062500 +0.175781250000 +-0.044433593750 +-0.024047851562 +0.079589843750 +0.009399414062 +-0.019287109375 +0.107910156250 +-0.171875000000 +-0.089843750000 +-0.202148437500 +-0.092773437500 +0.318359375000 +0.109375000000 +0.000911712646 +-0.212890625000 +0.099121093750 +-0.015747070312 +0.126953125000 +0.133789062500 +-0.124511718750 +-0.107421875000 +-0.170898437500 +-0.542968750000 +-0.173828125000 +-0.133789062500 +-0.018188476562 +-0.271484375000 +0.020263671875 +-0.134765625000 +0.145507812500 +0.229492187500 +-0.330078125000 +-0.076660156250 +-0.088867187500 +-0.070312500000 +0.000360488892 +0.100097656250 +-0.070312500000 +0.287109375000 +-0.135742187500 +0.035644531250 +-0.055175781250 +-0.088867187500 +0.196289062500 +0.090820312500 +0.084960937500 +0.121582031250 +0.086425781250 +-0.026245117188 +0.115234375000 +-0.020507812500 +-0.053710937500 +0.269531250000 +-0.095214843750 +0.081542968750 +-0.076171875000 +-0.032226562500 +0.145507812500 +-0.035156250000 +0.380859375000 +0.072753906250 +0.148437500000 +-0.097656250000 +0.298828125000 +0.041259765625 +-0.026123046875 +-0.102539062500 +0.062500000000 +0.111328125000 +0.046875000000 +-0.036865234375 +-0.057617187500 +-0.000324249268 +-0.043701171875 +0.028808593750 +0.212890625000 +-0.058837890625 +0.062988281250 +0.060546875000 +-0.125976562500 +-0.062011718750 +-0.096191406250 +0.030395507812 +0.056152343750 +-0.017578125000 +0.023071289062 +-0.098632812500 +-0.038330078125 +0.026611328125 +-0.074218750000 +-0.014526367188 +0.148437500000 +0.027343750000 +0.093261718750 +0.051269531250 +-0.410156250000 +0.084960937500 +-0.124023437500 +0.024291992188 +-0.086425781250 +0.088867187500 +-0.110351562500 +0.062500000000 +0.106445312500 +0.044921875000 +-0.115234375000 +-0.077148437500 +-0.292968750000 +-0.248046875000 +0.079101562500 +0.067871093750 +-0.127929687500 +-0.091308593750 +-0.144531250000 +-0.122558593750 +0.024902343750 +-0.056396484375 +0.034423828125 +-0.075683593750 +0.058837890625 +-0.064453125000 +0.091308593750 +0.070312500000 +-0.004364013672 +0.248046875000 +-0.047363281250 +-0.004791259766 +0.016845703125 +-0.041748046875 +-0.117675781250 +-0.142578125000 +0.025024414062 +-0.034179687500 +-0.115722656250 +0.036865234375 +-0.154296875000 +-0.073242187500 +0.019287109375 +0.003326416016 +-0.224609375000 +0.022094726562 +0.181640625000 +-0.030029296875 +0.162109375000 +-0.041992187500 +0.050537109375 +0.104492187500 +-0.241210937500 +-0.080078125000 +-0.037597656250 +-0.001274108887 +-0.083496093750 +-0.020141601562 +-0.112304687500 +-0.093261718750 +0.068359375000 +-0.196289062500 +0.081542968750 +0.015747070312 +-0.097167968750 +-0.102539062500 +0.101562500000 +-0.013305664062 +0.069824218750 +-0.052734375000 +-0.158203125000 +0.036621093750 +-0.043701171875 +-0.175781250000 +0.012084960938 +-0.011169433594 +-0.020019531250 +0.176757812500 +0.125976562500 +-0.009277343750 +-0.221679687500 +-0.019531250000 +0.036865234375 +0.145507812500 +-0.096191406250 +0.139648437500 +0.028930664062 +0.033447265625 +0.111816406250 +-0.016845703125 +-0.060546875000 +-0.017578125000 +-0.039794921875 +0.044189453125 +-0.158203125000 +0.029174804688 +0.058593750000 +-0.095703125000 +0.125976562500 +-0.044189453125 +-0.111328125000 +-0.116699218750 +-0.001434326172 +0.007995605469 +0.016845703125 +0.008666992188 +-0.053222656250 +0.055419921875 +0.220703125000 +-0.024291992188 +0.005157470703 +-0.308593750000 +-0.172851562500 +-0.135742187500 +-0.091796875000 +0.124023437500 +-0.118652343750 +-0.082519531250 +0.026367187500 +-0.019042968750 +-0.103515625000 +0.131835937500 +0.166015625000 +0.060058593750 +-0.004241943359 +-0.051513671875 +0.132812500000 +0.033203125000 +0.036132812500 +0.022094726562 +0.060546875000 +-0.134765625000 +-0.118164062500 +0.087890625000 +0.046875000000 +0.059814453125 +-0.215820312500 +-0.219726562500 +0.257812500000 +0.026855468750 +0.204101562500 +-0.149414062500 +0.060302734375 +-0.083007812500 +-0.312500000000 +0.121093750000 +-0.031127929688 +-0.095703125000 +0.003067016602 +-0.056152343750 +0.132812500000 +-0.064453125000 +-0.024658203125 +0.085449218750 +-0.205078125000 +0.269531250000 +-0.033935546875 +0.088867187500 +-0.034423828125 +0.096679687500 +0.094238281250 +-0.023437500000 +-0.025390625000 +0.100585937500 +0.009521484375 +0.036865234375 +-0.081054687500 +-0.038574218750 +-0.093750000000 +-0.054199218750 +-0.002471923828 +-0.308593750000 +-0.057373046875 +-0.022094726562 +-0.057861328125 +-0.234375000000 +0.072265625000 +0.207031250000 +-0.140625000000 +0.152343750000 +-0.018432617188 +-0.118652343750 +0.125976562500 +-0.021728515625 +-0.070312500000 +-0.056884765625 +0.141601562500 +-0.054443359375 +0.034912109375 +-0.051269531250 +-0.038330078125 +-0.026733398438 +-0.014099121094 +0.063476562500 +0.175781250000 +-0.367187500000 +0.041503906250 +0.081054687500 +0.121582031250 +0.018432617188 +-0.071777343750 +-0.159179687500 +0.113769531250 +0.092773437500 +0.101562500000 +-0.119140625000 +0.051269531250 +-0.067871093750 +-0.277343750000 +-0.050292968750 +0.118164062500 +-0.207031250000 +0.020507812500 +0.082031250000 +0.107421875000 +-0.022460937500 +0.002960205078 +-0.273437500000 +-0.267578125000 +0.122070312500 +-0.060791015625 +0.052490234375 +-0.102050781250 +-0.017089843750 +0.131835937500 +-0.000404357910 +-0.208007812500 +0.071777343750 +0.025634765625 +-0.016601562500 +0.062500000000 +-0.053955078125 +-0.168945312500 +0.094238281250 +0.058837890625 +-0.427734375000 +0.040771484375 +-0.039550781250 +0.174804687500 +-0.199218750000 +0.073242187500 +-0.088378906250 +-0.279296875000 +0.025268554688 +-0.104003906250 +-0.048583984375 +0.057128906250 +0.011840820312 +0.138671875000 +0.102539062500 +0.103027343750 +-0.069335937500 +0.011962890625 +0.010620117188 +-0.095214843750 +-0.068359375000 +0.022094726562 +-0.200195312500 +0.263671875000 +-0.328125000000 +-0.081054687500 +-0.073242187500 +0.277343750000 +-0.003097534180 +-0.044677734375 +0.043701171875 +0.208007812500 +0.047363281250 +0.070800781250 +-0.037597656250 +0.053222656250 +0.024169921875 +0.036621093750 +-0.115722656250 +0.164062500000 +-0.275390625000 +-0.032714843750 +-0.009216308594 +0.070312500000 +-0.131835937500 +-0.017456054688 +-0.046630859375 +0.024414062500 +0.158203125000 +-0.120117187500 +-0.001037597656 +0.136718750000 +0.086425781250 +0.117675781250 +-0.100585937500 +-0.316406250000 +0.009155273438 +-0.079101562500 +-0.032714843750 +-0.064941406250 +-0.011657714844 +-0.054931640625 +0.214843750000 +0.087402343750 +-0.208007812500 +0.231445312500 +-0.138671875000 +0.034912109375 +-0.191406250000 +-0.134765625000 +0.139648437500 +-0.061035156250 +-0.067382812500 +-0.009582519531 +0.009460449219 +0.355468750000 +0.382812500000 +0.003967285156 +0.211914062500 +-0.004608154297 +-0.186523437500 +-0.025756835938 +-0.091796875000 +-0.122070312500 +0.066406250000 +0.198242187500 +-0.061523437500 +0.050537109375 +-0.039306640625 +-0.147460937500 +0.080566406250 +-0.365234375000 +0.147460937500 +-0.194335937500 +0.032226562500 +0.162109375000 +0.176757812500 +0.104492187500 +-0.208007812500 +0.039794921875 +0.050537109375 +-0.159179687500 +-0.004272460938 +0.077148437500 +0.127929687500 +-0.092285156250 +0.038574218750 +0.093750000000 +0.062988281250 +0.208007812500 +0.038085937500 +-0.024536132812 +0.049804687500 +0.156250000000 +0.143554687500 +-0.166992187500 +-0.047851562500 +-0.099121093750 +-0.004364013672 +-0.019897460938 +-0.052246093750 +-0.069335937500 +0.026977539062 +-0.008544921875 +-0.300781250000 +0.283203125000 +-0.169921875000 +0.087402343750 +-0.049072265625 +-0.062988281250 +-0.271484375000 +0.083496093750 +-0.143554687500 +-0.310546875000 +-0.088867187500 +0.040039062500 +-0.091796875000 +-0.155273437500 +0.237304687500 +0.027709960938 +0.291015625000 +0.018188476562 +-0.025878906250 +-0.100097656250 +0.015625000000 +-0.145507812500 +-0.088378906250 +-0.073242187500 +-0.126953125000 +0.040039062500 +0.174804687500 +0.060546875000 +-0.008666992188 +-0.047851562500 +-0.910156250000 +-0.871093750000 +-0.031127929688 +-0.155273437500 +-0.105468750000 +0.011230468750 +0.062500000000 +0.349609375000 +-0.127929687500 +0.042724609375 +-0.058349609375 +-0.251953125000 +-0.124511718750 +0.104980468750 +0.198242187500 +0.269531250000 +-0.026611328125 +0.099609375000 +-0.129882812500 +0.169921875000 +0.048339843750 +-0.065429687500 +-0.029907226562 +0.142578125000 +0.044677734375 +0.029052734375 +-0.044921875000 +0.127929687500 +0.026367187500 +0.010742187500 +-0.099609375000 +-0.248046875000 +-0.050048828125 +-0.013122558594 +-0.039550781250 +0.151367187500 +-0.059570312500 +-0.023559570312 +-0.192382812500 +0.096191406250 +-0.388671875000 +0.128906250000 +-0.171875000000 +-0.131835937500 +-0.009033203125 +0.007446289062 +-0.022460937500 +-0.125000000000 +0.102539062500 +-0.100097656250 +-0.103027343750 +0.131835937500 +0.008361816406 +-0.018554687500 +0.046630859375 +0.566406250000 +0.112792968750 +-0.117187500000 +-0.167968750000 +-0.070800781250 +-0.039062500000 +-0.033691406250 +0.045410156250 +-0.030395507812 +-0.929687500000 +0.183593750000 +0.106445312500 +-0.091796875000 +-0.163085937500 +0.058105468750 +0.094726562500 +0.265625000000 +0.051757812500 +0.095214843750 +-0.275390625000 +-0.261718750000 +0.022949218750 +0.104980468750 +0.160156250000 +0.187500000000 +-0.137695312500 +0.132812500000 +0.075195312500 +0.181640625000 +0.021606445312 +-0.096191406250 +-0.002792358398 +-0.052490234375 +0.015869140625 +-0.068359375000 +0.013793945312 +0.199218750000 +0.064453125000 +-0.125976562500 +-0.010437011719 +-0.120605468750 +0.023437500000 +-0.064453125000 +-0.089843750000 +0.068847656250 +-0.108398437500 +0.043212890625 +-0.102539062500 +-0.109375000000 +-0.041015625000 +0.134765625000 +-0.095703125000 +0.004119873047 +0.018188476562 +-0.024780273438 +-0.030395507812 +-0.033447265625 +-0.081542968750 +0.004089355469 +0.012023925781 +-0.003890991211 +-0.102050781250 +0.045410156250 +-0.153320312500 +0.009826660156 +-0.063476562500 +-0.029663085938 +-0.109863281250 +-0.122070312500 +0.039794921875 +0.048339843750 +0.011169433594 +-0.220703125000 +0.141601562500 +0.033203125000 +0.059326171875 +-0.107910156250 +-0.244140625000 +0.314453125000 +-0.060791015625 +0.597656250000 +0.013793945312 +-0.068847656250 +-0.186523437500 +-0.277343750000 +0.060791015625 +0.375000000000 +0.024902343750 +-0.349609375000 +-0.151367187500 +-0.143554687500 +-0.004486083984 +-0.015319824219 +-0.124511718750 +-0.071289062500 +-0.071777343750 +0.052246093750 +-0.093750000000 +-0.050781250000 +-0.207031250000 +-0.012573242188 +-0.223632812500 +-0.179687500000 +0.023315429688 +0.040039062500 +-0.237304687500 +-0.028564453125 +-0.069335937500 +0.143554687500 +0.201171875000 +0.011901855469 +-0.166015625000 +-0.380859375000 +-0.314453125000 +-0.073730468750 +-0.066406250000 +0.089355468750 +0.001441955566 +0.029174804688 +-0.080566406250 +0.048583984375 +0.390625000000 +-0.137695312500 +0.031005859375 +0.028320312500 +-0.240234375000 +-0.302734375000 +0.203125000000 +-0.124511718750 +-0.088867187500 +0.101562500000 +-0.087402343750 +-0.193359375000 +-0.296875000000 +-0.103515625000 +-0.137695312500 +0.068847656250 +-0.085937500000 +-0.066894531250 +-0.112304687500 +0.069335937500 +0.135742187500 +0.171875000000 +-0.118164062500 +0.065917968750 +0.068359375000 +-0.022338867188 +-0.023071289062 +-0.018920898438 +0.061035156250 +-0.131835937500 +-0.056396484375 +-0.310546875000 +-0.132812500000 +-0.221679687500 +-0.123535156250 +0.109375000000 +0.071289062500 +-0.302734375000 +0.007171630859 +-0.059814453125 +0.164062500000 +0.004516601562 +-0.277343750000 +0.088378906250 +-0.124511718750 +-0.283203125000 +0.010864257812 +-0.042236328125 +-0.326171875000 +0.035644531250 +-0.013305664062 +0.022338867188 +0.053466796875 +0.181640625000 +-0.198242187500 +-0.257812500000 +-0.064453125000 +-0.102539062500 +-0.034912109375 +0.064941406250 +-0.124023437500 +0.086914062500 +0.046630859375 +0.052734375000 +0.000686645508 +-0.233398437500 +-0.003646850586 +0.089355468750 +-0.196289062500 +0.140625000000 +0.037353515625 +-0.145507812500 +0.082031250000 +-0.057861328125 +0.114746093750 +-0.281250000000 +0.131835937500 +-0.074218750000 +-0.191406250000 +-0.125000000000 +0.021484375000 +-0.178710937500 +0.068359375000 +0.061767578125 +-0.094238281250 +-0.160156250000 +-0.104492187500 +-0.132812500000 +0.021972656250 +0.081054687500 +-0.018554687500 +-0.035644531250 +-0.028930664062 +0.047363281250 +-0.048339843750 +-0.292968750000 +0.055419921875 +-0.174804687500 +0.137695312500 +0.110839843750 +0.042236328125 +-0.490234375000 +0.000356674194 +-0.044189453125 +-0.006622314453 +-0.073242187500 +0.064941406250 +-0.126953125000 +-0.208984375000 +-0.123535156250 +0.061035156250 +-0.032714843750 +-0.281250000000 +0.066406250000 +-0.046875000000 +0.164062500000 +-0.038330078125 +-0.150390625000 +-0.086425781250 +-0.205078125000 +-0.294921875000 +0.105468750000 +0.001426696777 +-0.030883789062 +0.062255859375 +0.176757812500 +-0.100097656250 +0.143554687500 +0.073242187500 +-0.143554687500 +0.058105468750 +0.119140625000 +-0.173828125000 +0.117187500000 +0.016479492188 +-0.089843750000 +0.108886718750 +0.125000000000 +-0.033691406250 +-0.069335937500 +0.050781250000 +-0.191406250000 +-0.182617187500 +0.152343750000 +-0.087890625000 +0.079101562500 +-0.007537841797 +0.063964843750 +0.003494262695 +-0.014892578125 +0.005706787109 +-0.075195312500 +0.096191406250 +-0.054199218750 +-0.072265625000 +0.156250000000 +0.007873535156 +0.605468750000 +-0.320312500000 +-0.320312500000 +-0.138671875000 +-0.112304687500 +-0.096679687500 +0.126953125000 +0.163085937500 +0.034179687500 +0.137695312500 +-0.117675781250 +-0.082031250000 +-0.106933593750 +-0.066406250000 +0.034179687500 +-0.018554687500 +-0.080566406250 +0.123046875000 +0.000086307526 +-0.220703125000 +0.040039062500 +0.087890625000 +-0.086914062500 +0.261718750000 +0.010864257812 +-0.324218750000 +-0.187500000000 +-0.129882812500 +0.108398437500 +-0.047119140625 +0.165039062500 +0.010559082031 +-0.244140625000 +-0.125976562500 +-0.015625000000 +0.100585937500 +-0.069335937500 +-0.068359375000 +0.156250000000 +-0.296875000000 +-0.082519531250 +-0.296875000000 +-0.066894531250 +0.033691406250 +0.018066406250 +0.181640625000 +-0.229492187500 +0.126953125000 +0.045410156250 +0.080566406250 +0.034667968750 +-0.086425781250 +0.050781250000 +0.099609375000 +0.121093750000 +-0.067871093750 +-0.007629394531 +0.067382812500 +0.044921875000 +0.020141601562 +-0.016113281250 +-0.032470703125 +-0.081542968750 +-0.060302734375 +0.076660156250 +-0.211914062500 +-0.314453125000 +0.197265625000 +0.161132812500 +0.052001953125 +0.022338867188 +0.135742187500 +0.088378906250 +0.027587890625 +-0.131835937500 +-0.040039062500 +-0.246093750000 +-0.083984375000 +-0.148437500000 +-0.136718750000 +-0.127929687500 +0.083496093750 +0.048828125000 +-0.160156250000 +-0.019775390625 +0.071777343750 +-0.046630859375 +-0.006561279297 +0.019775390625 +-0.215820312500 +-0.230468750000 +-0.145507812500 +-0.096679687500 +-0.048339843750 +0.145507812500 +-0.020385742188 +-0.104980468750 +-0.211914062500 +-0.041748046875 +0.036132812500 +-0.165039062500 +-0.160156250000 +0.162109375000 +-0.147460937500 +-0.027221679688 +-0.182617187500 +-0.108398437500 +0.083984375000 +0.157226562500 +0.023193359375 +0.095214843750 +0.061035156250 +-0.049804687500 +-0.192382812500 +-0.050781250000 +-0.232421875000 +-0.154296875000 +-0.007324218750 +-0.083984375000 +0.042724609375 +0.089843750000 +-0.071289062500 +-0.192382812500 +0.085937500000 +-0.124511718750 +-0.066894531250 +-0.126953125000 +-0.034667968750 +0.197265625000 +-0.044189453125 +-0.265625000000 +0.056640625000 +-0.092773437500 +-0.046630859375 +0.182617187500 +0.156250000000 +0.159179687500 +-0.059570312500 +-0.207031250000 +-0.199218750000 +-0.279296875000 +0.046875000000 +0.090820312500 +-0.066406250000 +0.015380859375 +0.054931640625 +-0.015991210938 +-0.378906250000 +-0.162109375000 +-0.029174804688 +0.125976562500 +0.081542968750 +0.005859375000 +-0.239257812500 +-0.156250000000 +-0.289062500000 +-0.024536132812 +-0.057128906250 +0.155273437500 +-0.029541015625 +0.049560546875 +-0.214843750000 +0.052978515625 +-0.062255859375 +-0.020751953125 +-0.001914978027 +-0.021850585938 +-0.055419921875 +-0.012207031250 +-0.211914062500 +-0.150390625000 +-0.013122558594 +0.175781250000 +0.001548767090 +-0.086425781250 +0.043457031250 +-0.019775390625 +-0.283203125000 +0.092773437500 +0.007598876953 +-0.099609375000 +0.087402343750 +-0.017822265625 +-0.199218750000 +0.062988281250 +0.038085937500 +0.031250000000 +0.044677734375 +-0.027832031250 +-0.049072265625 +-0.009765625000 +-0.035888671875 +0.202148437500 +-0.004882812500 +-0.233398437500 +-0.096679687500 +-0.104980468750 +-0.025146484375 +0.167968750000 +0.143554687500 +0.023681640625 +-0.071289062500 +-0.083496093750 +0.044677734375 +-0.281250000000 +-0.275390625000 +0.102050781250 +-0.190429687500 +-0.058593750000 +-0.058105468750 +-0.017089843750 +-0.375000000000 +-0.086425781250 +-0.081542968750 +0.100585937500 +0.143554687500 +-0.048095703125 +-0.077148437500 +-0.388671875000 +-0.067382812500 +-0.184570312500 +-0.110351562500 +0.136718750000 +-0.112304687500 +-0.082031250000 +-0.245117187500 +0.179687500000 +-0.061523437500 +-0.029785156250 +0.079589843750 +-0.125000000000 +-0.222656250000 +-0.210937500000 +-0.224609375000 +-0.003265380859 +0.084472656250 +0.057128906250 +0.021728515625 +-0.094726562500 +-0.275390625000 +0.005432128906 +-0.302734375000 +0.100097656250 +-0.071777343750 +-0.302734375000 +0.083007812500 +0.039062500000 +-0.008544921875 +0.161132812500 +0.083007812500 +0.109863281250 +-0.020507812500 +-0.004089355469 +-0.190429687500 +0.147460937500 +-0.026000976562 +0.058837890625 +-0.159179687500 +-0.078125000000 +0.000812530518 +0.045898437500 +0.025756835938 +-0.068359375000 +-0.102539062500 +0.100097656250 +-0.021240234375 +0.002853393555 +-0.067382812500 +-0.159179687500 +-0.191406250000 +0.122070312500 +-0.209960937500 +-0.082031250000 +-0.092285156250 +-0.077148437500 +-0.152343750000 +0.017211914062 +0.107910156250 +0.054443359375 +0.078613281250 +0.130859375000 +-0.149414062500 +0.145507812500 +-0.134765625000 +0.123535156250 +0.000293731689 +0.134765625000 +-0.112304687500 +0.153320312500 +0.080566406250 +-0.322265625000 +0.070312500000 +-0.043945312500 +-0.092285156250 +-0.066406250000 +0.072753906250 +-0.269531250000 +-0.049560546875 +0.132812500000 +-0.002609252930 +0.092773437500 +-0.061523437500 +-0.104492187500 +-0.098144531250 +0.014892578125 +-0.131835937500 +-0.072265625000 +-0.361328125000 +0.123046875000 +-0.087402343750 +0.079589843750 +0.155273437500 +0.084472656250 +-0.064453125000 +-0.179687500000 +-0.098632812500 +0.007293701172 +0.004150390625 +0.082519531250 +0.195312500000 +0.109375000000 +-0.159179687500 +0.046386718750 +0.037597656250 +0.237304687500 +0.010498046875 +-0.037597656250 +0.220703125000 +-0.118164062500 +-0.070312500000 +0.010437011719 +0.132812500000 +-0.025390625000 +0.053466796875 +-0.125000000000 +-0.632812500000 +-0.028442382812 +-0.128906250000 +-0.116699218750 +-0.067871093750 +-0.054687500000 +-0.067871093750 +-0.061279296875 +-0.070312500000 +0.111816406250 +0.109375000000 +-0.130859375000 +0.058837890625 +0.166015625000 +-0.218750000000 +0.080078125000 +-0.023925781250 +-0.061767578125 +0.063964843750 +-0.110839843750 +-0.204101562500 +0.076171875000 +-0.012939453125 +-0.026855468750 +-0.162109375000 +0.152343750000 +0.058837890625 +0.089843750000 +0.148437500000 +0.121093750000 +-0.083984375000 +-0.108886718750 +-0.308593750000 +-0.195312500000 +0.045166015625 +0.041015625000 +-0.234375000000 +0.044433593750 +-0.164062500000 +0.076660156250 +0.158203125000 +0.166992187500 +-0.019531250000 +-0.345703125000 +-0.176757812500 +0.222656250000 +0.053466796875 +0.149414062500 +0.071777343750 +-0.025268554688 +-0.365234375000 +0.032470703125 +-0.009033203125 +0.068359375000 +-0.041259765625 +-0.148437500000 +0.016113281250 +-0.138671875000 +-0.040771484375 +0.090820312500 +0.044921875000 +-0.179687500000 +-0.018310546875 +0.068359375000 +-0.339843750000 +-0.215820312500 +0.034179687500 +-0.087890625000 +-0.149414062500 +-0.148437500000 +0.087402343750 +-0.001022338867 +0.114746093750 +-0.184570312500 +0.071777343750 +0.044921875000 +-0.008544921875 +0.117187500000 +-0.125976562500 +0.095214843750 +-0.049560546875 +0.193359375000 +0.062255859375 +-0.098144531250 +-0.020751953125 +-0.000648498535 +0.092773437500 +-0.069824218750 +-0.007415771484 +-0.020507812500 +-0.123535156250 +0.064941406250 +0.165039062500 +0.225585937500 +0.003082275391 +0.123535156250 +-0.160156250000 +0.033203125000 +-0.000976562500 +-0.083496093750 +-0.275390625000 +0.100097656250 +0.046142578125 +-0.017700195312 +0.127929687500 +0.269531250000 +-0.082031250000 +-0.211914062500 +-0.190429687500 +0.375000000000 +0.113769531250 +-0.034912109375 +0.113769531250 +-0.075195312500 +-0.005432128906 +0.175781250000 +0.099121093750 +-0.065917968750 +-0.098144531250 +0.055664062500 +0.085449218750 +-0.002136230469 +-0.246093750000 +-0.019897460938 +0.007690429688 +0.182617187500 +0.073242187500 +-0.126953125000 +-0.009155273438 +-0.082519531250 +-0.088378906250 +-0.130859375000 +-0.134765625000 +-0.089355468750 +0.019287109375 +-0.012023925781 +0.160156250000 +0.279296875000 +0.025024414062 +0.172851562500 +0.166015625000 +0.077148437500 +-0.077636718750 +0.116210937500 +0.049316406250 +-0.038818359375 +-0.025024414062 +-0.057128906250 +0.023681640625 +0.055908203125 +-0.050781250000 +0.021484375000 +-0.092285156250 +0.211914062500 +-0.113281250000 +0.139648437500 +0.142578125000 +0.109863281250 +-0.112792968750 +-0.017822265625 +-0.123046875000 +-0.044189453125 +0.002380371094 +0.083984375000 +-0.155273437500 +-0.224609375000 +0.041503906250 +-0.045410156250 +0.051513671875 +0.094238281250 +0.023925781250 +-0.318359375000 +-0.213867187500 +0.099609375000 +-0.037597656250 +-0.038330078125 +0.022949218750 +-0.111328125000 +-0.112304687500 +-0.083007812500 +0.048583984375 +0.018310546875 +0.086914062500 +0.022705078125 +0.052978515625 +-0.009277343750 +-0.172851562500 +0.207031250000 +0.093750000000 +-0.033935546875 +-0.005096435547 +0.089843750000 +0.123535156250 +0.008728027344 +0.116210937500 +0.019897460938 +-0.131835937500 +-0.071289062500 +0.008972167969 +0.025756835938 +0.089843750000 +0.205078125000 +0.055908203125 +0.069335937500 +0.145507812500 +0.070800781250 +-0.049560546875 +-0.052001953125 +0.101562500000 +-0.018798828125 +0.018432617188 +-0.090332031250 +0.019531250000 +-0.091796875000 +-0.025878906250 +0.033935546875 +-0.069824218750 +-0.175781250000 +-0.027465820312 +-0.025390625000 +0.106445312500 +0.105957031250 +-0.190429687500 +0.181640625000 +-0.087402343750 +-0.022949218750 +0.091308593750 +0.069335937500 +-0.332031250000 +-0.113281250000 +0.040039062500 +0.018188476562 +0.136718750000 +0.121093750000 +-0.275390625000 +-0.320312500000 +-0.125976562500 +-0.021606445312 +0.137695312500 +-0.097656250000 +0.146484375000 +0.022216796875 +-0.089843750000 +0.120605468750 +-0.201171875000 +-0.002685546875 +0.072265625000 +0.126953125000 +0.080078125000 +-0.079589843750 +-0.137695312500 +0.007995605469 +0.070312500000 +-0.069335937500 +-0.024780273438 +-0.068359375000 +-0.333984375000 +-0.107910156250 +-0.075195312500 +-0.056396484375 +-0.116210937500 +-0.056152343750 +0.012329101562 +-0.026977539062 +0.081542968750 +-0.099121093750 +-0.082031250000 +-0.032714843750 +0.273437500000 +0.230468750000 +-0.079589843750 +0.233398437500 +-0.107910156250 +-0.039794921875 +0.028686523438 +-0.212890625000 +0.080566406250 +-0.007934570312 +0.074707031250 +0.049804687500 +-0.088867187500 +0.224609375000 +0.144531250000 +0.109863281250 +0.072265625000 +0.152343750000 +-0.066406250000 +0.034912109375 +-0.243164062500 +-0.206054687500 +-0.194335937500 +0.008117675781 +-0.215820312500 +0.083496093750 +-0.104003906250 +0.041748046875 +0.128906250000 +0.060302734375 +0.054199218750 +-0.263671875000 +-0.165039062500 +-0.324218750000 +-0.040527343750 +-0.021728515625 +-0.072753906250 +-0.117675781250 +-0.013183593750 +-0.051757812500 +-0.026245117188 +0.130859375000 +0.110351562500 +-0.085937500000 +-0.134765625000 +-0.168945312500 +-0.138671875000 +0.246093750000 +-0.012390136719 +0.022583007812 +0.265625000000 +0.074707031250 +-0.216796875000 +-0.067871093750 +0.037109375000 +-0.042236328125 +-0.116210937500 +-0.049072265625 +0.050781250000 +-0.034179687500 +-0.142578125000 +0.061523437500 +0.003524780273 +0.119628906250 +-0.153320312500 +0.201171875000 +-0.271484375000 +0.089355468750 +0.002883911133 +0.079589843750 +0.104980468750 +-0.012634277344 +-0.143554687500 +0.006683349609 +-0.203125000000 +-0.111816406250 +0.228515625000 +-0.243164062500 +-0.012329101562 +0.122070312500 +0.089843750000 +0.186523437500 +-0.167968750000 +-0.021240234375 +-0.269531250000 +0.294921875000 +0.158203125000 +0.142578125000 +-0.431640625000 +0.119140625000 +-0.126953125000 +-0.084472656250 +0.169921875000 +0.053466796875 +0.006195068359 +-0.261718750000 +-0.204101562500 +-0.005218505859 +-0.054443359375 +0.057373046875 +-0.142578125000 +0.108886718750 +0.019653320312 +-0.064941406250 +-0.070312500000 +-0.125000000000 +0.193359375000 +-0.022583007812 +0.166992187500 +0.113769531250 +-0.210937500000 +-0.100097656250 +-0.138671875000 +-0.176757812500 +-0.034667968750 +-0.062988281250 +-0.061279296875 +-0.335937500000 +0.059326171875 +-0.021606445312 +-0.101562500000 +0.129882812500 +0.065429687500 +0.014526367188 +0.157226562500 +0.157226562500 +0.084960937500 +0.158203125000 +0.136718750000 +0.218750000000 +0.075195312500 +0.057373046875 +-0.080078125000 +0.091308593750 +0.002670288086 +-0.116210937500 +-0.184570312500 +-0.194335937500 +-0.070800781250 +-0.273437500000 +0.181640625000 +0.084960937500 +-0.085449218750 +-0.168945312500 +0.010986328125 +0.124023437500 +0.171875000000 +-0.172851562500 +-0.118164062500 +-0.072753906250 +-0.185546875000 +-0.059814453125 +0.009033203125 +-0.150390625000 +-0.310546875000 +0.190429687500 +-0.086914062500 +-0.636718750000 +0.113281250000 +-0.231445312500 +-0.460937500000 +-0.482421875000 +-0.013916015625 +-0.138671875000 +-0.123535156250 +0.034667968750 +-0.099121093750 +0.083984375000 +-0.124023437500 +-0.070312500000 +-0.015991210938 +-0.064453125000 +0.135742187500 +-0.049316406250 +-0.032958984375 +-0.007110595703 +-0.114746093750 +0.001388549805 +-0.014465332031 +0.124023437500 +-0.079101562500 +0.054687500000 +0.094726562500 +-0.103027343750 +0.109863281250 +-0.044677734375 +-0.003829956055 +-0.049804687500 +0.052978515625 +-0.053222656250 +-0.131835937500 +0.090332031250 +-0.059570312500 +0.044189453125 +0.068359375000 +-0.014770507812 +-0.154296875000 +-0.148437500000 +-0.006896972656 +-0.109375000000 +-0.035156250000 +-0.000823974609 +0.063964843750 +-0.316406250000 +-0.010314941406 +-0.056884765625 +-0.281250000000 +-0.087402343750 +-0.161132812500 +0.047851562500 +0.141601562500 +-0.017944335938 +-0.202148437500 +-0.127929687500 +-0.027587890625 +0.007476806641 +-0.050537109375 +-0.068359375000 +-0.291015625000 +-0.208007812500 +0.197265625000 +0.298828125000 +-0.206054687500 +0.029296875000 +0.170898437500 +0.019653320312 +0.004821777344 +-0.025634765625 +-0.158203125000 +-0.000846862793 +-0.047851562500 +0.002288818359 +-0.097656250000 +-0.083984375000 +-0.042724609375 +-0.122558593750 +0.132812500000 +-1.593750000000 +-0.048095703125 +-0.042236328125 +-0.125000000000 +-0.167968750000 +-0.337890625000 +-0.042480468750 +-0.037109375000 +0.005737304688 +-0.186523437500 +0.022827148438 +0.016113281250 +0.109375000000 +-0.025024414062 +-0.047607421875 +0.108398437500 +0.014465332031 +0.054199218750 +0.025512695312 +0.010559082031 +-0.009155273438 +0.191406250000 +-0.095703125000 +-0.147460937500 +-0.223632812500 +-0.064453125000 +-0.010009765625 +-0.106445312500 +-0.147460937500 +0.142578125000 +-0.330078125000 +0.004760742188 +0.086425781250 +-0.302734375000 +-0.011901855469 +-0.189453125000 +0.034179687500 +0.121093750000 +0.074707031250 +0.015380859375 +-0.133789062500 +0.029418945312 +-0.027709960938 +0.084472656250 +0.130859375000 +-0.094726562500 +-0.186523437500 +0.053222656250 +-0.058593750000 +-0.109375000000 +-0.120605468750 +-0.040771484375 +-0.166992187500 +0.196289062500 +-0.322265625000 +-0.208984375000 +0.128906250000 +-0.006530761719 +0.015502929688 +-0.023803710938 +-0.174804687500 +0.067382812500 +-0.226562500000 +0.142578125000 +-1.312500000000 +-0.174804687500 +-0.006134033203 +-0.169921875000 +-0.240234375000 +-0.324218750000 +0.015747070312 +-0.139648437500 +-0.074218750000 +-0.066894531250 +0.069824218750 +0.200195312500 +0.043701171875 +0.046386718750 +-0.121582031250 +0.049560546875 +-0.035156250000 +0.070800781250 +0.027954101562 +0.001983642578 +0.054199218750 +0.169921875000 +-0.157226562500 +0.056884765625 +-0.269531250000 +0.086425781250 +-0.166992187500 +-0.131835937500 +-0.318359375000 +0.173828125000 +-0.257812500000 +0.007110595703 +0.061035156250 +-0.167968750000 +-0.324218750000 +-0.033691406250 +-0.131835937500 +0.101562500000 +0.131835937500 +-0.100097656250 +-0.016845703125 +0.182617187500 +-0.050781250000 +0.079589843750 +0.074218750000 +-0.035888671875 +0.056884765625 +0.108398437500 +0.166992187500 +0.008117675781 +0.114746093750 +0.128906250000 +0.083007812500 +0.123535156250 +-0.172851562500 +-0.153320312500 +0.043212890625 +0.021728515625 +0.004699707031 +-0.125976562500 +-0.179687500000 +-0.005920410156 +-0.149414062500 +0.066894531250 +-0.114257812500 +0.119628906250 +0.019287109375 +-0.085937500000 +-0.098632812500 +-0.269531250000 +-0.118652343750 +-0.083984375000 +-0.061279296875 +-0.052978515625 +-0.011047363281 +0.208984375000 +-0.009155273438 +-0.082519531250 +-0.010559082031 +0.123046875000 +0.257812500000 +-0.133789062500 +0.079101562500 +0.083007812500 +0.015625000000 +0.201171875000 +-0.010131835938 +-0.151367187500 +0.047119140625 +0.106445312500 +0.008178710938 +-0.103027343750 +-0.263671875000 +0.181640625000 +-0.396484375000 +0.072753906250 +0.009460449219 +-0.050048828125 +-0.071289062500 +-0.000831604004 +-0.067382812500 +-0.026245117188 +-0.063964843750 +-0.123046875000 +0.082519531250 +-0.055175781250 +0.026489257812 +-0.065429687500 +-0.044677734375 +0.146484375000 +-0.033691406250 +0.146484375000 +-0.049316406250 +0.027221679688 +0.051025390625 +0.116699218750 +0.226562500000 +0.060058593750 +0.063476562500 +-0.263671875000 +-0.018798828125 +0.034667968750 +0.095703125000 +-0.152343750000 +-0.265625000000 +0.130859375000 +-0.160156250000 +0.152343750000 +0.077636718750 +0.047851562500 +0.016479492188 +0.032958984375 +-0.184570312500 +-0.085449218750 +0.020629882812 +-0.253906250000 +0.076171875000 +0.001747131348 +-0.008422851562 +0.050537109375 +-0.159179687500 +-0.026855468750 +0.086914062500 +0.173828125000 +0.018798828125 +-0.150390625000 +0.002670288086 +0.150390625000 +0.143554687500 +0.204101562500 +0.034423828125 +0.013305664062 +-0.081542968750 +0.003265380859 +-0.080566406250 +-0.007202148438 +-0.108886718750 +0.097656250000 +-0.237304687500 +0.072753906250 +-0.287109375000 +-0.257812500000 +-0.122558593750 +-0.101074218750 +0.044433593750 +0.174804687500 +-0.361328125000 +-0.326171875000 +0.032470703125 +-0.050048828125 +0.046142578125 +-0.065917968750 +0.035644531250 +-0.220703125000 +-0.024414062500 +0.240234375000 +0.337890625000 +-0.089843750000 +-0.160156250000 +-0.160156250000 +-0.021850585938 +-0.037109375000 +-0.039794921875 +-0.283203125000 +-0.007171630859 +-0.014892578125 +-0.013305664062 +-0.118652343750 +-0.341796875000 +0.036865234375 +-0.094238281250 +0.245117187500 +0.035400390625 +-0.132812500000 +0.019775390625 +-0.074218750000 +-0.027465820312 +-0.099609375000 +-0.147460937500 +-0.069335937500 +-0.273437500000 +-0.154296875000 +0.123046875000 +0.249023437500 +-0.033203125000 +0.047119140625 +0.012756347656 +0.008300781250 +0.083007812500 +-0.113769531250 +0.178710937500 +0.061523437500 +0.209960937500 +0.166015625000 +0.187500000000 +0.060058593750 +-0.134765625000 +-0.038818359375 +-0.034912109375 +-0.026000976562 +-0.177734375000 +0.050781250000 +-0.206054687500 +-0.052490234375 +0.271484375000 +-0.251953125000 +-0.055419921875 +-0.207031250000 +0.084960937500 +-0.172851562500 +0.037841796875 +-0.073242187500 +0.002426147461 +-0.050537109375 +-0.044189453125 +-0.084472656250 +0.087402343750 +-0.010498046875 +0.039794921875 +-0.251953125000 +-0.490234375000 +-0.247070312500 +0.102050781250 +0.390625000000 +0.457031250000 +0.188476562500 +0.121582031250 +0.090332031250 +0.142578125000 +-0.138671875000 +-0.154296875000 +0.028808593750 +-0.010620117188 +-0.201171875000 +-0.069335937500 +0.130859375000 +0.141601562500 +-0.157226562500 +0.074707031250 +0.001968383789 +0.030273437500 +0.092285156250 +0.050292968750 +-0.000740051270 +0.063964843750 +0.034912109375 +-0.376953125000 +-0.083496093750 +0.077636718750 +0.064941406250 +-0.085937500000 +-0.335937500000 +-0.018676757812 +0.094238281250 +-0.127929687500 +-0.193359375000 +-0.153320312500 +0.046875000000 +0.093750000000 +-0.212890625000 +0.251953125000 +-0.106933593750 +-0.017456054688 +0.067382812500 +-0.291015625000 +-0.292968750000 +0.103027343750 +-0.189453125000 +-0.091796875000 +-0.045898437500 +-0.056152343750 +-0.177734375000 +0.075683593750 +-0.026977539062 +0.120605468750 +-0.075195312500 +-0.261718750000 +0.057617187500 +0.148437500000 +0.003646850586 +0.083496093750 +-0.095214843750 +-0.092285156250 +0.265625000000 +0.067871093750 +-0.023559570312 +0.159179687500 +0.117187500000 +-0.041992187500 +0.168945312500 +0.019897460938 +-0.115722656250 +-0.234375000000 +-0.002441406250 +-0.214843750000 +0.002883911133 +-0.115234375000 +-0.133789062500 +-0.197265625000 +-0.141601562500 +-0.096191406250 +0.054199218750 +-0.013671875000 +0.088378906250 +-0.130859375000 +0.123535156250 +-0.245117187500 +-0.085937500000 +-0.079589843750 +-0.067382812500 +-0.242187500000 +0.022827148438 +-0.050537109375 +-0.057373046875 +-0.152343750000 +-0.098144531250 +-0.190429687500 +-0.020141601562 +-0.076660156250 +0.091796875000 +-0.038574218750 +0.125976562500 +0.073242187500 +-0.029418945312 +-0.055419921875 +-0.236328125000 +-0.020996093750 +-0.070800781250 +-0.038818359375 +-0.255859375000 +0.022583007812 +-0.141601562500 +-0.057128906250 +-0.091796875000 +-0.049316406250 +0.024902343750 +-0.093261718750 +0.080078125000 +-0.034912109375 +0.019775390625 +0.021240234375 +0.137695312500 +0.176757812500 +-0.119140625000 +0.061767578125 +-0.097656250000 +-0.198242187500 +-0.121582031250 +0.106933593750 +0.062011718750 +-0.170898437500 +-0.041748046875 +-0.457031250000 +-0.098144531250 +-0.081054687500 +0.039550781250 +-0.017944335938 +0.033203125000 +0.005981445312 +0.071289062500 +-0.083984375000 +0.001457214355 +-0.010498046875 +0.101074218750 +0.014526367188 +0.173828125000 +-0.008911132812 +0.048339843750 +-0.226562500000 +-0.038818359375 +-0.082519531250 +0.161132812500 +-0.976562500000 +0.073242187500 +-0.376953125000 +-0.142578125000 +-0.129882812500 +-0.240234375000 +-0.024658203125 +-0.038085937500 +0.119140625000 +0.020751953125 +-0.304687500000 +0.087402343750 +-0.115722656250 +-0.223632812500 +0.025390625000 +-0.036132812500 +-0.398437500000 +-0.170898437500 +-0.011840820312 +0.092285156250 +-0.034667968750 +-0.192382812500 +-0.062988281250 +0.023071289062 +0.062255859375 +-0.081542968750 +0.022460937500 +-0.230468750000 +0.086425781250 +-0.033691406250 +-0.115722656250 +-0.025390625000 +0.005615234375 +-0.157226562500 +0.125000000000 +0.111816406250 +0.127929687500 +-0.140625000000 +-0.226562500000 +0.093750000000 +0.112304687500 +-0.070312500000 +0.259765625000 +0.073242187500 +-0.163085937500 +0.096191406250 +0.074707031250 +0.031982421875 +-0.053955078125 +-0.054199218750 +-0.083496093750 +0.158203125000 +0.010498046875 +-0.040527343750 +0.033203125000 +-0.204101562500 +0.110351562500 +-0.049316406250 +0.044189453125 +0.157226562500 +-0.022583007812 +0.185546875000 +-0.043212890625 +-0.062988281250 +-1.406250000000 +0.076660156250 +-0.130859375000 +-0.045410156250 +-0.135742187500 +-0.296875000000 +0.044921875000 +-0.263671875000 +0.127929687500 +0.145507812500 +-0.013000488281 +0.001808166504 +-0.117675781250 +-0.005645751953 +0.019165039062 +0.074707031250 +-0.217773437500 +0.161132812500 +0.015991210938 +-0.022583007812 +0.017211914062 +-0.242187500000 +-0.126953125000 +0.081054687500 +-0.110351562500 +-0.125000000000 +-0.078613281250 +-0.016601562500 +-0.007324218750 +0.046630859375 +-0.076171875000 +0.013671875000 +-0.063476562500 +0.121582031250 +0.030517578125 +0.030273437500 +0.082031250000 +-0.054931640625 +-0.182617187500 +0.107910156250 +0.177734375000 +-0.129882812500 +-0.107910156250 +0.016723632812 +-0.435546875000 +-0.028320312500 +-0.488281250000 +0.021362304688 +0.007629394531 +-0.112304687500 +-0.053466796875 +0.088867187500 +0.139648437500 +-0.326171875000 +0.072265625000 +0.246093750000 +0.057373046875 +-0.079101562500 +0.020874023438 +0.144531250000 +0.184570312500 +0.140625000000 +-0.085937500000 +0.101562500000 +-0.308593750000 +0.026977539062 +-0.211914062500 +-0.273437500000 +-0.042724609375 +-0.398437500000 +0.050048828125 +-0.065429687500 +0.018066406250 +0.388671875000 +0.099121093750 +0.020629882812 +0.094726562500 +0.027099609375 +-0.041015625000 +0.128906250000 +0.092285156250 +-0.091308593750 +0.104003906250 +0.083496093750 +-0.046630859375 +-0.068847656250 +-0.030883789062 +-0.193359375000 +-0.034667968750 +-0.135742187500 +0.110839843750 +-0.159179687500 +-0.057861328125 +-0.002624511719 +-0.042968750000 +0.059326171875 +-0.068359375000 +-0.008850097656 +0.100097656250 +0.065917968750 +0.041503906250 +-0.054443359375 +-0.115234375000 +-0.051513671875 +0.010986328125 +-0.126953125000 +0.073242187500 +0.033447265625 +-0.109863281250 +0.107421875000 +-0.302734375000 +-0.040527343750 +-0.063476562500 +-0.126953125000 +0.071777343750 +0.027465820312 +0.122558593750 +-0.085937500000 +0.004150390625 +-0.386718750000 +0.051757812500 +-0.014770507812 +0.008178710938 +0.130859375000 +-0.010864257812 +0.011901855469 +0.039550781250 +-0.137695312500 +-0.040283203125 +-0.089843750000 +-0.143554687500 +-0.159179687500 +-0.059570312500 +-0.240234375000 +-0.107910156250 +-0.306640625000 +-0.011352539062 +-0.122558593750 +-0.045898437500 +0.039794921875 +0.118652343750 +0.012390136719 +0.021240234375 +0.257812500000 +-0.063476562500 +-0.184570312500 +0.091308593750 +-0.011108398438 +-0.038818359375 +-0.136718750000 +0.029663085938 +-0.090332031250 +-0.002990722656 +-0.080078125000 +0.003311157227 +-0.059570312500 +-0.152343750000 +0.038818359375 +-0.102050781250 +-0.072265625000 +0.042724609375 +-0.108886718750 +0.153320312500 +0.158203125000 +0.102539062500 +-0.190429687500 +-0.142578125000 +-0.176757812500 +0.064453125000 +-0.154296875000 +0.043212890625 +-0.030761718750 +0.053710937500 +0.017944335938 +0.156250000000 +-0.085449218750 +0.092285156250 +0.038818359375 +-0.251953125000 +-0.068359375000 +0.180664062500 +-0.217773437500 +0.008483886719 +0.117187500000 +-0.079589843750 +0.116699218750 +0.156250000000 +0.125000000000 +0.094726562500 +0.123535156250 +-0.234375000000 +0.065429687500 +-0.092773437500 +-0.032470703125 +-0.075683593750 +-0.304687500000 +-0.089355468750 +-0.291015625000 +0.062255859375 +-0.203125000000 +-0.080566406250 +0.017089843750 +0.088867187500 +-0.052490234375 +-0.010253906250 +-0.101074218750 +0.097167968750 +-0.075195312500 +0.143554687500 +-0.082031250000 +-0.122558593750 +-0.064453125000 +0.055664062500 +-0.198242187500 +0.041748046875 +0.017089843750 +-0.096679687500 +-0.200195312500 +0.063476562500 +-0.064941406250 +-0.089843750000 +-0.002731323242 +0.055419921875 +-0.060791015625 +0.014770507812 +0.079101562500 +0.003768920898 +-0.131835937500 +-0.044921875000 +-0.246093750000 +-0.186523437500 +0.247070312500 +-0.040527343750 +-0.107421875000 +-0.328125000000 +-0.054199218750 +-0.212890625000 +0.044921875000 +0.023803710938 +-0.163085937500 +0.086425781250 +0.028442382812 +-0.451171875000 +-0.178710937500 +0.007781982422 +-0.134765625000 +0.026123046875 +-0.002441406250 +-0.085449218750 +0.154296875000 +0.020629882812 +-0.173828125000 +-0.160156250000 +-0.373046875000 +-0.114746093750 +-0.073730468750 +0.128906250000 +0.056884765625 +-0.093750000000 +-0.212890625000 +-0.023559570312 +-0.105957031250 +0.046875000000 +-0.062255859375 +0.034667968750 +0.157226562500 +-0.503906250000 +-0.196289062500 +0.040527343750 +-0.158203125000 +0.127929687500 +0.096191406250 +0.053710937500 +-0.024169921875 +-0.208007812500 +-0.028320312500 +0.060546875000 +0.065917968750 +0.028320312500 +-0.013671875000 +-0.141601562500 +-0.118164062500 +-0.041992187500 +0.076171875000 +-0.075195312500 +0.199218750000 +-0.117187500000 +-0.135742187500 +-0.029541015625 +0.265625000000 +-0.210937500000 +-0.148437500000 +0.019287109375 +-0.146484375000 +-0.164062500000 +0.035644531250 +-0.287109375000 +0.068359375000 +-0.007873535156 +-0.101074218750 +-0.063476562500 +-0.121093750000 +-0.094726562500 +-0.240234375000 +0.121582031250 +0.166015625000 +-0.314453125000 +-0.107910156250 +0.003356933594 +-0.149414062500 +0.015563964844 +-0.052246093750 +0.208007812500 +-0.147460937500 +-0.011718750000 +-0.185546875000 +0.152343750000 +-0.246093750000 +0.173828125000 +-0.141601562500 +0.120117187500 +-0.194335937500 +-0.111328125000 +-0.163085937500 +0.071289062500 +-0.151367187500 +0.121582031250 +-0.021118164062 +-0.097167968750 +0.023681640625 +-0.511718750000 +-0.125000000000 +-0.071289062500 +-0.390625000000 +0.011047363281 +0.010192871094 +0.071777343750 +0.119628906250 +-0.078125000000 +0.026733398438 +-0.451171875000 +0.122558593750 +0.220703125000 +0.186523437500 +0.196289062500 +-0.098144531250 +0.121582031250 +0.191406250000 +-0.066894531250 +0.247070312500 +-0.021240234375 +-0.185546875000 +0.149414062500 +-0.002685546875 +-0.267578125000 +0.190429687500 +-0.026245117188 +-0.257812500000 +-0.241210937500 +0.118164062500 +-1.078125000000 +-0.096679687500 +-0.094726562500 +-0.078125000000 +-0.236328125000 +0.050048828125 +-0.015991210938 +-0.251953125000 +0.159179687500 +0.173828125000 +-0.187500000000 +-0.081054687500 +-0.279296875000 +-0.229492187500 +0.042724609375 +0.169921875000 +0.182617187500 +-0.164062500000 +-0.062011718750 +-0.090332031250 +0.109863281250 +-0.005706787109 +-0.140625000000 +-0.140625000000 +0.027465820312 +-0.125976562500 +-0.080566406250 +-0.215820312500 +0.202148437500 +-0.009155273438 +0.029052734375 +-0.081054687500 +-0.048583984375 +0.221679687500 +-0.527343750000 +0.037597656250 +0.007232666016 +-0.164062500000 +0.059082031250 +-0.074707031250 +0.064941406250 +0.082519531250 +-0.160156250000 +-0.120605468750 +-0.875000000000 +-0.038330078125 +-0.047607421875 +0.170898437500 +0.198242187500 +-0.085449218750 +0.063476562500 +0.128906250000 +0.066406250000 +0.172851562500 +0.110351562500 +-0.007598876953 +-0.113281250000 +-0.232421875000 +-0.118652343750 +0.094726562500 +-0.121582031250 +-0.277343750000 +0.017700195312 +0.181640625000 +-0.710937500000 +0.091796875000 +-0.112792968750 +-0.081054687500 +-0.051513671875 +0.116699218750 +-0.090820312500 +-0.291015625000 +0.091308593750 +-0.109863281250 +-0.096191406250 +-0.233398437500 +-0.070800781250 +-0.253906250000 +0.084472656250 +-0.119628906250 +0.111816406250 +-0.253906250000 +-0.125976562500 +-0.067382812500 +0.024414062500 +0.044921875000 +0.125000000000 +0.045898437500 +-0.017211914062 +-0.160156250000 +-0.074707031250 +-0.235351562500 +0.125976562500 +0.021118164062 +0.000869750977 +-0.060302734375 +-0.039062500000 +0.104003906250 +-0.294921875000 +-0.059814453125 +-0.097656250000 +-0.129882812500 +0.081054687500 +0.074218750000 +0.004364013672 +-0.101562500000 +0.034423828125 +0.094238281250 +-0.253906250000 +0.013061523438 +0.251953125000 +0.135742187500 +0.108398437500 +-0.088867187500 +0.169921875000 +0.192382812500 +-0.075195312500 +0.267578125000 +-0.084472656250 +-0.255859375000 +0.067382812500 +0.069335937500 +-0.291015625000 +0.163085937500 +0.092285156250 +-0.410156250000 +0.042724609375 +0.351562500000 +0.064941406250 +-0.004760742188 +-0.084960937500 +-0.184570312500 +-0.191406250000 +-0.030517578125 +0.085449218750 +-0.347656250000 +0.037109375000 +-0.281250000000 +-0.110839843750 +-0.144531250000 +0.037841796875 +0.132812500000 +-0.054199218750 +-0.057861328125 +-0.029541015625 +-0.041992187500 +0.012207031250 +-0.063964843750 +-0.130859375000 +-0.050292968750 +0.107910156250 +-0.197265625000 +0.178710937500 +-0.308593750000 +-0.023681640625 +-0.228515625000 +-0.087402343750 +-0.096191406250 +0.046142578125 +-0.018554687500 +-0.120605468750 +0.019042968750 +-0.310546875000 +-0.004669189453 +0.031005859375 +-0.124023437500 +-0.135742187500 +0.049072265625 +0.001953125000 +-0.216796875000 +-0.002593994141 +0.065917968750 +0.183593750000 +0.009704589844 +0.070312500000 +0.076171875000 +-0.019042968750 +-0.076660156250 +0.154296875000 +-0.006988525391 +0.165039062500 +0.205078125000 +0.050292968750 +-0.180664062500 +0.022949218750 +-0.063964843750 +-0.043457031250 +-0.096679687500 +0.071777343750 +-0.201171875000 +-0.027465820312 +0.121582031250 +-0.000640869141 +-0.040039062500 +-0.135742187500 +0.028320312500 +-0.062988281250 +-0.109863281250 +0.178710937500 +-0.234375000000 +0.015563964844 +-0.182617187500 +-0.140625000000 +0.035644531250 +0.107910156250 +-0.074218750000 +-0.213867187500 +0.015991210938 +0.055419921875 +0.213867187500 +-0.208007812500 +-0.179687500000 +-0.082031250000 +-0.058105468750 +0.000507354736 +0.047607421875 +0.163085937500 +-0.271484375000 +-0.053710937500 +-0.172851562500 +0.007720947266 +-0.060546875000 +0.063476562500 +-0.135742187500 +0.044189453125 +0.082519531250 +-0.373046875000 +0.026855468750 +-0.142578125000 +-0.287109375000 +0.066406250000 +0.026489257812 +0.059082031250 +-0.018920898438 +0.041015625000 +-0.002136230469 +0.105957031250 +0.061035156250 +-0.009460449219 +0.077636718750 +0.002410888672 +-0.008300781250 +0.181640625000 +0.253906250000 +0.316406250000 +0.134765625000 +-0.223632812500 +-0.285156250000 +0.208984375000 +0.039550781250 +0.029785156250 +0.137695312500 +0.087890625000 +-0.200195312500 +-0.269531250000 +0.386718750000 +0.166992187500 +0.003356933594 +-0.116210937500 +-0.135742187500 +-0.199218750000 +-0.068359375000 +0.113281250000 +-0.365234375000 +0.058593750000 +0.040039062500 +-0.085449218750 +-0.066406250000 +-0.015563964844 +0.086914062500 +-0.098632812500 +0.059082031250 +-0.029174804688 +-0.169921875000 +-0.197265625000 +-0.141601562500 +0.073730468750 +-0.193359375000 +0.062500000000 +-0.143554687500 +0.033935546875 +-0.042968750000 +-0.106933593750 +-0.203125000000 +0.096191406250 +-0.143554687500 +-0.081054687500 +0.103027343750 +0.032958984375 +0.001388549805 +-0.417968750000 +-0.187500000000 +-0.165039062500 +-0.179687500000 +0.068847656250 +0.005737304688 +-0.000016570091 +-0.133789062500 +0.049804687500 +0.105957031250 +0.031982421875 +0.235351562500 +0.075195312500 +0.053466796875 +-0.003265380859 +-0.031005859375 +0.213867187500 +0.174804687500 +0.147460937500 +0.211914062500 +-0.076660156250 +-0.098632812500 +0.202148437500 +0.003799438477 +0.078613281250 +-0.085937500000 +0.347656250000 +-0.149414062500 +0.013549804688 +0.259765625000 +0.056152343750 +0.032226562500 +-0.104492187500 +-0.126953125000 +-0.137695312500 +-0.031250000000 +-0.052246093750 +-0.277343750000 +0.027709960938 +0.060058593750 +-0.192382812500 +0.075683593750 +0.046875000000 +-0.017211914062 +-0.025878906250 +-0.024902343750 +0.011657714844 +0.003234863281 +-0.026855468750 +-0.024658203125 +0.179687500000 +0.063476562500 +0.021484375000 +-0.156250000000 +0.090820312500 +-0.163085937500 +0.008972167969 +0.269531250000 +0.026855468750 +-0.024902343750 +0.021606445312 +-0.019531250000 +0.021362304688 +-0.002960205078 +-0.330078125000 +-0.310546875000 +0.037841796875 +-0.145507812500 +-0.043457031250 +0.082031250000 +0.036132812500 +-0.024414062500 +-0.170898437500 +-0.275390625000 +0.098144531250 +-0.079101562500 +-0.087890625000 +-0.236328125000 +-0.196289062500 +-0.155273437500 +0.104003906250 +-0.101074218750 +0.166992187500 +0.152343750000 +-0.016357421875 +-0.031982421875 +-0.081054687500 +-0.095214843750 +-0.000930786133 +-0.083984375000 +0.053222656250 +0.195312500000 +0.052246093750 +-0.157226562500 +0.020874023438 +0.007598876953 +-0.022705078125 +-0.102539062500 +0.104980468750 +-0.010803222656 +-0.077148437500 +-0.076171875000 +0.019897460938 +0.162109375000 +-0.187500000000 +0.062255859375 +-0.177734375000 +-0.022216796875 +0.063964843750 +0.007873535156 +-0.134765625000 +-0.000362396240 +-0.196289062500 +-0.063476562500 +-0.114746093750 +-0.111816406250 +-0.016601562500 +0.045166015625 +-0.131835937500 +0.102050781250 +0.064941406250 +0.110839843750 +-0.030639648438 +-0.155273437500 +0.035644531250 +0.063964843750 +-0.263671875000 +0.135742187500 +-0.185546875000 +-0.114257812500 +0.287109375000 +-0.271484375000 +0.082031250000 +0.263671875000 +0.051757812500 +-0.028808593750 +-0.059082031250 +-0.172851562500 +0.226562500000 +0.025756835938 +-0.173828125000 +-0.173828125000 +0.021484375000 +-0.117187500000 +0.003280639648 +-0.075683593750 +0.086914062500 +-0.027221679688 +0.161132812500 +0.255859375000 +-0.026123046875 +-0.232421875000 +-0.115234375000 +0.008056640625 +0.050537109375 +0.149414062500 +-0.124511718750 +0.171875000000 +-0.015625000000 +0.139648437500 +-0.050048828125 +0.100585937500 +0.024414062500 +-0.092285156250 +-0.058105468750 +-0.189453125000 +0.002655029297 +0.103515625000 +0.069335937500 +0.022094726562 +-0.468750000000 +-0.145507812500 +-0.077148437500 +-0.123046875000 +0.048828125000 +-0.081542968750 +0.040527343750 +0.107421875000 +0.150390625000 +0.265625000000 +0.026611328125 +-0.016357421875 +0.058105468750 +0.063476562500 +-0.002639770508 +0.067871093750 +-0.351562500000 +-0.101074218750 +-0.051757812500 +0.059082031250 +-0.949218750000 +0.027343750000 +0.025512695312 +-0.049316406250 +0.179687500000 +-0.265625000000 +0.049316406250 +0.109375000000 +0.111328125000 +-0.111328125000 +-0.302734375000 +-0.131835937500 +0.113281250000 +0.012573242188 +0.002609252930 +-0.112792968750 +-0.031738281250 +-0.108398437500 +0.018676757812 +0.034179687500 +0.068847656250 +-0.066894531250 +-0.015014648438 +0.080078125000 +-0.117675781250 +-0.259765625000 +0.054687500000 +0.009460449219 +0.075195312500 +0.101074218750 +-0.214843750000 +0.155273437500 +-0.012817382812 +0.214843750000 +0.039062500000 +0.118652343750 +-0.106933593750 +-0.265625000000 +-0.049072265625 +-0.267578125000 +0.085937500000 +-0.064941406250 +-0.107910156250 +-0.192382812500 +-0.574218750000 +-0.178710937500 +0.197265625000 +0.077636718750 +0.041259765625 +0.081542968750 +-0.127929687500 +-0.076660156250 +0.171875000000 +0.255859375000 +0.042968750000 +-0.184570312500 +0.125976562500 +0.523437500000 +0.039794921875 +-0.047363281250 +-0.188476562500 +-0.225585937500 +-0.048095703125 +-0.022827148438 +-0.197265625000 +0.076660156250 +-0.030151367188 +-0.033935546875 +0.189453125000 +-0.017456054688 +0.054687500000 +0.197265625000 +0.005065917969 +-0.135742187500 +-0.255859375000 +-0.359375000000 +0.166015625000 +0.059082031250 +-0.080078125000 +0.039550781250 +0.034912109375 +-0.019165039062 +-0.100097656250 +0.014160156250 +0.034912109375 +0.046142578125 +0.078613281250 +0.131835937500 +0.022216796875 +-0.166992187500 +-0.065429687500 +0.044433593750 +0.166992187500 +0.070800781250 +-0.122070312500 +0.179687500000 +0.010253906250 +0.231445312500 +0.145507812500 +0.091796875000 +0.029663085938 +0.000297546387 +0.104003906250 +-0.089355468750 +0.026489257812 +-0.182617187500 +0.083984375000 +-0.057861328125 +0.042968750000 +-0.080566406250 +0.205078125000 +-0.086425781250 +0.023925781250 +-0.257812500000 +-0.018310546875 +0.038330078125 +0.061035156250 +0.180664062500 +0.057617187500 +0.012451171875 +-0.045166015625 +0.554687500000 +0.178710937500 +0.135742187500 +-0.102539062500 +-0.306640625000 +0.035156250000 +-0.007812500000 +0.015991210938 +-0.166992187500 +-0.092773437500 +-0.096191406250 +0.100097656250 +-0.244140625000 +-0.041992187500 +0.199218750000 +0.017944335938 +-0.371093750000 +-0.226562500000 +-0.202148437500 +0.138671875000 +-0.083984375000 +-0.016113281250 +-0.249023437500 +-0.028320312500 +-0.026855468750 +0.029174804688 +-0.014404296875 +-0.030639648438 +0.029296875000 +-0.026855468750 +0.100097656250 +-0.070800781250 +0.097167968750 +-0.086425781250 +-0.063476562500 +0.056640625000 +0.056884765625 +-0.076171875000 +0.215820312500 +0.015747070312 +-0.021240234375 +-0.059082031250 +-0.026000976562 +0.075683593750 +0.007293701172 +-0.022827148438 +-0.259765625000 +-0.118652343750 +0.036865234375 +0.064453125000 +0.029296875000 +0.087402343750 +-0.046875000000 +0.051757812500 +-0.021118164062 +0.078125000000 +-0.005981445312 +0.014038085938 +0.160156250000 +-0.033447265625 +0.032470703125 +0.039550781250 +0.030761718750 +0.128906250000 +-0.002944946289 +-0.182617187500 +-0.070312500000 +-0.073242187500 +-0.170898437500 +0.052001953125 +0.096679687500 +0.103027343750 +-0.015869140625 +-0.163085937500 +-0.127929687500 +-0.056152343750 +0.071289062500 +0.028442382812 +0.202148437500 +0.044921875000 +-0.390625000000 +-0.141601562500 +-0.155273437500 +-0.033691406250 +-0.113281250000 +-0.037597656250 +-0.092773437500 +0.171875000000 +0.133789062500 +0.041259765625 +-0.109375000000 +-0.099609375000 +-0.065917968750 +0.069824218750 +0.182617187500 +-0.015319824219 +-0.047851562500 +0.062011718750 +-0.037353515625 +-0.147460937500 +0.106933593750 +-0.004882812500 +0.028930664062 +-0.117187500000 +0.090820312500 +0.112304687500 +0.039306640625 +0.191406250000 +-0.025268554688 +-0.145507812500 +-0.189453125000 +-0.034912109375 +0.030151367188 +0.010681152344 +-0.181640625000 +0.045898437500 +0.008422851562 +-0.226562500000 +0.018920898438 +-0.213867187500 +0.002700805664 +0.023803710938 +0.201171875000 +0.056152343750 +-0.161132812500 +-0.025268554688 +-0.339843750000 +0.171875000000 +0.090820312500 +0.074707031250 +-0.060302734375 +0.104003906250 +-0.283203125000 +0.021240234375 +0.010925292969 +-0.041992187500 +0.157226562500 +-0.116210937500 +-0.034912109375 +-0.136718750000 +0.084472656250 +-0.104980468750 +0.039794921875 +0.100585937500 +-0.231445312500 +-0.047607421875 +-0.155273437500 +0.068847656250 +-0.125976562500 +-0.104492187500 +-0.177734375000 +-0.326171875000 +-0.120117187500 +-0.088867187500 +0.070800781250 +0.040527343750 +-0.221679687500 +0.183593750000 +0.101562500000 +-0.155273437500 +-0.089355468750 +0.197265625000 +0.001197814941 +0.125976562500 +0.275390625000 +-0.194335937500 +0.149414062500 +0.006805419922 +0.060546875000 +-0.020629882812 +0.021362304688 +0.015869140625 +-0.013183593750 +-0.029052734375 +0.138671875000 +-0.171875000000 +0.025512695312 +-0.314453125000 +-0.269531250000 +-0.065429687500 +-0.001747131348 +-0.135742187500 +-0.145507812500 +-0.028442382812 +-0.104980468750 +0.044433593750 +0.111328125000 +0.080566406250 +-0.233398437500 +-0.002624511719 +-0.129882812500 +-0.141601562500 +-0.240234375000 +-0.111328125000 +-0.209960937500 +0.018188476562 +0.042724609375 +-0.005249023438 +-0.083984375000 +0.139648437500 +0.052001953125 +-0.082519531250 +-0.011169433594 +-0.033935546875 +0.064941406250 +-0.127929687500 +-0.078125000000 +0.343750000000 +0.084960937500 +0.108886718750 +0.320312500000 +0.162109375000 +0.064941406250 +0.214843750000 +0.215820312500 +0.027954101562 +0.030029296875 +-0.135742187500 +0.089843750000 +-0.241210937500 +-0.153320312500 +0.038330078125 +-0.112792968750 +0.225585937500 +0.087890625000 +0.066406250000 +0.166015625000 +0.084472656250 +-0.063964843750 +-0.068359375000 +-0.125976562500 +-0.404296875000 +0.028076171875 +0.016845703125 +-0.451171875000 +-0.217773437500 +-0.117675781250 +-0.127929687500 +-0.025878906250 +0.112792968750 +0.119628906250 +-0.090332031250 +0.017578125000 +0.123535156250 +-0.200195312500 +-0.212890625000 +0.065917968750 +-0.097656250000 +-0.116210937500 +0.021972656250 +-0.004547119141 +0.094238281250 +-0.147460937500 +-0.044677734375 +-0.034423828125 +-0.012145996094 +-0.076171875000 +-0.044921875000 +-0.079101562500 +0.098632812500 +0.013732910156 +0.071289062500 +0.026000976562 +-0.064453125000 +0.053955078125 +0.100097656250 +-0.088378906250 +0.106445312500 +0.073242187500 +-0.115234375000 +0.160156250000 +-0.061035156250 +0.089843750000 +0.182617187500 +-0.052246093750 +-0.013000488281 +0.147460937500 +0.020751953125 +-0.279296875000 +-0.199218750000 +-0.169921875000 +-0.132812500000 +0.002441406250 +-0.006927490234 +0.028198242188 +-0.125976562500 +0.070312500000 +-0.218750000000 +-0.019409179688 +0.015747070312 +-0.351562500000 +-0.161132812500 +-0.044677734375 +-0.217773437500 +0.093750000000 +0.100585937500 +0.104492187500 +0.172851562500 +0.115234375000 +0.153320312500 +-0.239257812500 +-0.022827148438 +0.052978515625 +0.079101562500 +0.021728515625 +-0.037841796875 +-0.114257812500 +0.017211914062 +0.036376953125 +0.074218750000 +0.114257812500 +0.066894531250 +0.069824218750 +0.059570312500 +-0.072265625000 +0.216796875000 +0.208007812500 +-0.008666992188 +0.052734375000 +-0.091308593750 +0.121093750000 +0.006805419922 +-0.112304687500 +0.079101562500 +0.093750000000 +0.097656250000 +0.096191406250 +-0.033691406250 +0.115722656250 +0.181640625000 +0.035888671875 +0.141601562500 +0.170898437500 +-0.061279296875 +0.035400390625 +0.084960937500 +-0.027221679688 +0.111328125000 +0.155273437500 +-0.294921875000 +0.197265625000 +-0.031250000000 +0.128906250000 +-0.249023437500 +-0.041992187500 +0.023803710938 +-0.075683593750 +0.081542968750 +0.119140625000 +0.044921875000 +-0.004455566406 +0.162109375000 +-0.087890625000 +0.193359375000 +0.154296875000 +0.062011718750 +-0.043212890625 +-0.118164062500 +0.036621093750 +0.058593750000 +-0.054931640625 +0.017456054688 +-0.159179687500 +-0.012817382812 +0.106933593750 +-0.451171875000 +0.096191406250 +0.087890625000 +0.056640625000 +-0.215820312500 +-0.153320312500 +-0.176757812500 +-0.189453125000 +-0.022827148438 +0.113769531250 +-0.077636718750 +-0.017822265625 +0.013061523438 +-0.057617187500 +0.255859375000 +0.044677734375 +0.017089843750 +-0.043945312500 +-0.072753906250 +-0.144531250000 +-0.067382812500 +-0.050048828125 +-0.052246093750 +-0.001098632812 +0.107910156250 +0.128906250000 +0.020385742188 +0.219726562500 +0.048583984375 +-0.219726562500 +0.052734375000 +0.165039062500 +-0.188476562500 +0.060791015625 +-0.010314941406 +-0.386718750000 +-0.044433593750 +-0.086425781250 +0.023315429688 +0.107421875000 +0.147460937500 +0.122558593750 +0.070312500000 +0.020874023438 +-0.228515625000 +0.108398437500 +0.079589843750 +0.027587890625 +-0.263671875000 +-0.092285156250 +-0.020019531250 +0.186523437500 +-0.026000976562 +-0.094726562500 +-0.051269531250 +0.028686523438 +0.015502929688 +0.009826660156 +0.127929687500 +0.269531250000 +-0.066894531250 +0.021972656250 +-0.082031250000 +0.042968750000 +-0.523437500000 +-0.087890625000 +-0.070800781250 +0.064941406250 +-0.192382812500 +-0.027832031250 +-0.076660156250 +-0.035156250000 +0.190429687500 +-0.000349044800 +-0.102050781250 +-0.117187500000 +0.018432617188 +0.013549804688 +0.187500000000 +-0.125976562500 +-0.095703125000 +-0.080078125000 +-0.078125000000 +-0.068359375000 +0.054443359375 +-0.207031250000 +-0.049560546875 +0.046142578125 +-0.097167968750 +0.033447265625 +0.056152343750 +0.198242187500 +0.091308593750 +-0.015319824219 +0.168945312500 +0.021362304688 +-0.178710937500 +0.026000976562 +0.236328125000 +-0.535156250000 +0.142578125000 +-0.034423828125 +0.034667968750 +0.133789062500 +0.050781250000 +-0.027832031250 +-0.020996093750 +0.055664062500 +0.024536132812 +0.082519531250 +-0.135742187500 +-0.005706787109 +-0.049804687500 +0.008728027344 +0.059326171875 +-0.226562500000 +-0.023803710938 +-0.128906250000 +-0.122558593750 +-0.022827148438 +-0.070800781250 +-0.084960937500 +-0.208984375000 +-0.141601562500 +-0.013244628906 +-0.077636718750 +0.216796875000 +-0.103027343750 +-0.145507812500 +-0.055908203125 +-0.039794921875 +0.140625000000 +-0.030517578125 +-0.057128906250 +0.002212524414 +0.048583984375 +-0.075195312500 +0.129882812500 +-0.064453125000 +0.104003906250 +0.053955078125 +-0.037841796875 +0.097167968750 +0.010864257812 +0.092773437500 +-0.156250000000 +0.106933593750 +0.066894531250 +0.170898437500 +-0.113769531250 +0.053222656250 +-0.095703125000 +0.028686523438 +0.062011718750 +0.060302734375 +-0.185546875000 +0.071289062500 +-0.085449218750 +-0.016723632812 +0.146484375000 +-0.148437500000 +0.212890625000 +-0.310546875000 +0.002258300781 +-0.046630859375 +0.173828125000 +0.223632812500 +0.160156250000 +0.002029418945 +-0.156250000000 +0.015258789062 +-0.239257812500 +-0.090332031250 +-0.011352539062 +0.003646850586 +-0.104003906250 +-0.092285156250 +-0.160156250000 +-0.229492187500 +-0.150390625000 +-0.068847656250 +0.063964843750 +0.112792968750 +0.113769531250 +-0.114257812500 +-0.015869140625 +0.161132812500 +-0.292968750000 +-0.251953125000 +-0.406250000000 +-0.215820312500 +0.005981445312 +-0.238281250000 +0.136718750000 +-0.004913330078 +0.114746093750 +-0.135742187500 +0.044921875000 +-0.106933593750 +-0.057617187500 +-0.103515625000 +-0.451171875000 +0.069335937500 +0.069824218750 +0.102050781250 +-0.135742187500 +0.246093750000 +0.021850585938 +-0.007446289062 +-0.042236328125 +-0.041259765625 +0.015991210938 +0.053710937500 +-0.081542968750 +0.132812500000 +-0.078613281250 +0.109375000000 +-0.077636718750 +-0.098632812500 +-0.108398437500 +0.206054687500 +-0.004302978516 +-0.010314941406 +0.066406250000 +-0.124511718750 +-0.259765625000 +0.539062500000 +-0.154296875000 +0.049804687500 +-0.378906250000 +0.230468750000 +-0.046142578125 +0.067382812500 +-0.089843750000 +0.047119140625 +-0.163085937500 +-0.078125000000 +-0.003463745117 +-0.223632812500 +0.147460937500 +0.013305664062 +0.062255859375 +0.196289062500 +-0.057128906250 +0.110839843750 +-0.421875000000 +-0.110351562500 +-0.095703125000 +-0.054687500000 +-0.143554687500 +-0.443359375000 +-0.049072265625 +0.061523437500 +0.215820312500 +0.129882812500 +0.003540039062 +-0.073730468750 +-0.056396484375 +0.402343750000 +-0.061523437500 +0.007537841797 +0.316406250000 +-0.106933593750 +-0.173828125000 +-0.080566406250 +0.161132812500 +0.184570312500 +0.058593750000 +-0.155273437500 +0.086425781250 +-0.049560546875 +0.051757812500 +0.157226562500 +0.049804687500 +0.185546875000 +-0.043457031250 +-0.015197753906 +0.072753906250 +0.185546875000 +-0.177734375000 +0.030517578125 +-0.511718750000 +0.412109375000 +0.361328125000 +-0.127929687500 +0.102539062500 +0.079101562500 +-0.078125000000 +0.089843750000 +-0.320312500000 +-0.101074218750 +-0.177734375000 +0.054687500000 +-0.166992187500 +-0.140625000000 +0.086425781250 +-0.074218750000 +-0.255859375000 +-0.024780273438 +-0.169921875000 +0.036132812500 +0.012084960938 +-0.037597656250 +-0.151367187500 +-0.185546875000 +-0.049804687500 +-0.040771484375 +0.041015625000 +-0.052978515625 +0.055908203125 +0.032470703125 +-0.048339843750 +-0.028686523438 +0.176757812500 +-0.000785827637 +0.033447265625 +0.118652343750 +0.257812500000 +0.129882812500 +0.232421875000 +-0.289062500000 +0.141601562500 +-0.155273437500 +-0.229492187500 +0.097167968750 +-0.123046875000 +0.015991210938 +-0.164062500000 +-0.095703125000 +0.069824218750 +-0.371093750000 +0.003311157227 +-0.287109375000 +-0.018188476562 +-0.408203125000 +-0.208984375000 +-0.080078125000 +-0.257812500000 +-0.010681152344 +-0.051757812500 +-0.188476562500 +-0.020263671875 +0.049072265625 +0.002807617188 +-0.002044677734 +0.210937500000 +-0.086425781250 +0.195312500000 +-0.026367187500 +-0.056640625000 +0.067871093750 +0.133789062500 +-0.062500000000 +-0.318359375000 +0.029418945312 +-0.159179687500 +0.070800781250 +-0.070312500000 +0.034667968750 +-0.188476562500 +-0.245117187500 +-0.012084960938 +-0.092773437500 +-0.132812500000 +0.015380859375 +0.221679687500 +-0.048828125000 +0.168945312500 +-0.083496093750 +-0.123046875000 +-0.032226562500 +-0.044433593750 +-0.187500000000 +-0.071289062500 +-0.015747070312 +0.039794921875 +0.001579284668 +0.246093750000 +0.016601562500 +-0.033691406250 +0.152343750000 +-0.076660156250 +0.103027343750 +0.113769531250 +-0.466796875000 +0.082031250000 +0.095214843750 +-0.174804687500 +0.133789062500 +0.060546875000 +0.142578125000 +-0.231445312500 +-0.052246093750 +-0.007263183594 +-0.214843750000 +0.097167968750 +-0.145507812500 +0.098632812500 +-0.386718750000 +-0.125000000000 +-0.025512695312 +0.024169921875 +0.019897460938 +-0.183593750000 +0.072265625000 +0.095703125000 +0.021850585938 +-0.169921875000 +-0.077148437500 +-0.023193359375 +0.147460937500 +0.312500000000 +0.016235351562 +0.089843750000 +0.074218750000 +-0.080078125000 +0.093261718750 +-0.382812500000 +-0.032714843750 +-0.214843750000 +-0.038330078125 +0.015747070312 +-0.121093750000 +-0.283203125000 +-0.139648437500 +-0.025878906250 +-0.480468750000 +-0.036621093750 +0.137695312500 +0.067871093750 +0.109863281250 +-0.120605468750 +-0.237304687500 +0.012817382812 +-0.038085937500 +0.009399414062 +-0.207031250000 +0.010864257812 +0.230468750000 +-0.087402343750 +-0.058105468750 +0.166015625000 +-0.115234375000 +-0.102050781250 +0.114257812500 +0.173828125000 +0.320312500000 +0.039794921875 +-0.296875000000 +0.092773437500 +-0.045654296875 +0.107910156250 +-0.003860473633 +0.159179687500 +0.298828125000 +-0.010009765625 +-0.212890625000 +-0.022583007812 +-0.070800781250 +-0.090332031250 +-0.133789062500 +-0.040771484375 +-0.239257812500 +-0.102539062500 +0.082031250000 +-0.026489257812 +0.073242187500 +-0.044677734375 +-0.038085937500 +0.125976562500 +-0.061767578125 +-0.304687500000 +0.017333984375 +0.151367187500 +0.098144531250 +-0.019775390625 +-0.044921875000 +-0.008972167969 +-0.006622314453 +-0.025390625000 +0.047607421875 +-0.283203125000 +0.032714843750 +-0.162109375000 +-0.059326171875 +-0.079589843750 +-0.214843750000 +-0.253906250000 +-0.279296875000 +-0.066894531250 +-0.392578125000 +-0.161132812500 +-0.037597656250 +0.081542968750 +-0.085449218750 +-0.049316406250 +-0.110351562500 +-0.011779785156 +-0.008850097656 +-0.065917968750 +-0.121093750000 +-0.008483886719 +0.038574218750 +0.147460937500 +-0.030761718750 +0.111816406250 +-0.245117187500 +-0.171875000000 +0.079589843750 +0.127929687500 +0.149414062500 +0.182617187500 +-0.314453125000 +-0.026245117188 +0.064941406250 +-0.188476562500 +0.106445312500 +0.055664062500 +0.184570312500 +0.081542968750 +-0.203125000000 +0.051513671875 +0.107910156250 +-0.047851562500 +0.017944335938 +0.044433593750 +0.113281250000 +0.056152343750 +-0.116210937500 +-0.050781250000 +0.052734375000 +0.341796875000 +0.169921875000 +0.179687500000 +0.039306640625 +-0.158203125000 +0.077148437500 +-0.091796875000 +0.137695312500 +0.125976562500 +0.154296875000 +-0.019531250000 +0.128906250000 +0.147460937500 +0.126953125000 +-0.316406250000 +-0.053955078125 +0.074218750000 +0.066406250000 +-0.073242187500 +-0.267578125000 +-0.051269531250 +-0.267578125000 +-0.030029296875 +0.116699218750 +0.005828857422 +-0.020996093750 +0.138671875000 +-0.174804687500 +-0.058349609375 +-0.071777343750 +0.063964843750 +-0.101074218750 +-0.207031250000 +-0.148437500000 +0.089355468750 +0.015197753906 +-0.026977539062 +0.012695312500 +0.243164062500 +-0.078125000000 +-0.050292968750 +0.201171875000 +0.039306640625 +0.089355468750 +0.078125000000 +-0.249023437500 +0.251953125000 +-0.055175781250 +0.304687500000 +0.190429687500 +-0.016357421875 +0.059326171875 +-0.075195312500 +-0.066894531250 +-0.036621093750 +0.080078125000 +-0.171875000000 +-0.210937500000 +-0.113769531250 +-0.080078125000 +0.187500000000 +-0.043457031250 +-0.180664062500 +0.068847656250 +-0.008789062500 +0.119140625000 +-0.085937500000 +-0.015075683594 +-0.138671875000 +-0.060546875000 +0.197265625000 +0.129882812500 +0.155273437500 +0.115722656250 +-0.003204345703 +0.132812500000 +0.086914062500 +0.180664062500 +-0.380859375000 +0.024902343750 +0.149414062500 +-0.115722656250 +-0.112304687500 +-0.314453125000 +-0.110351562500 +-0.250000000000 +-0.065917968750 +-0.052246093750 +-0.081054687500 +0.026000976562 +0.070312500000 +-0.021240234375 +-0.141601562500 +-0.030395507812 +-0.012207031250 +-0.038818359375 +-0.062500000000 +-0.217773437500 +-0.037109375000 +-0.121093750000 +-0.220703125000 +-0.146484375000 +0.312500000000 +0.053710937500 +-0.096191406250 +0.008361816406 +0.176757812500 +-0.046630859375 +0.190429687500 +-0.245117187500 +-0.087402343750 +0.267578125000 +-0.109375000000 +0.043457031250 +0.042480468750 +0.016479492188 +-0.179687500000 +-0.170898437500 +0.300781250000 +-0.050292968750 +0.042480468750 +-0.139648437500 +-0.087402343750 +0.026489257812 +-0.055908203125 +-0.029785156250 +0.001785278320 +-0.068847656250 +-0.039794921875 +0.002853393555 +0.101074218750 +-0.042724609375 +-0.199218750000 +0.104980468750 +-0.531250000000 +0.160156250000 +0.026977539062 +-0.018798828125 +-0.184570312500 +0.104492187500 +0.049072265625 +0.052978515625 +-0.345703125000 +0.081542968750 +0.032470703125 +-0.168945312500 +-0.110839843750 +-0.318359375000 +0.062988281250 +-0.271484375000 +-0.136718750000 +-0.085449218750 +0.088378906250 +-0.013732910156 +-0.039306640625 +-0.038574218750 +-0.112304687500 +-0.182617187500 +-0.169921875000 +-0.042724609375 +0.063964843750 +0.013732910156 +0.139648437500 +-0.144531250000 +-0.233398437500 +0.074218750000 +0.265625000000 +0.007476806641 +0.015380859375 +0.109863281250 +0.081542968750 +0.178710937500 +0.149414062500 +-0.112792968750 +-0.094726562500 +-0.515625000000 +-0.496093750000 +0.022216796875 +0.193359375000 +0.644531250000 +-0.088867187500 +0.133789062500 +-0.026367187500 +0.182617187500 +-0.140625000000 +-0.232421875000 +-0.394531250000 +0.306640625000 +0.238281250000 +-0.019897460938 +-0.095214843750 +0.113281250000 +-0.035644531250 +0.221679687500 +-0.023315429688 +0.140625000000 +-0.091308593750 +-0.121093750000 +0.003723144531 +-0.092285156250 +-0.037597656250 +-0.125000000000 +0.053955078125 +-0.114257812500 +-0.054443359375 +0.228515625000 +-0.075683593750 +-0.023925781250 +-0.065429687500 +-0.039306640625 +0.320312500000 +0.170898437500 +0.029052734375 +0.075195312500 +-0.208984375000 +-0.191406250000 +0.032714843750 +0.298828125000 +-0.115722656250 +0.044189453125 +0.080566406250 +-0.083007812500 +0.110351562500 +0.159179687500 +0.017700195312 +0.041503906250 +-0.500000000000 +0.182617187500 +0.038574218750 +0.047363281250 +-0.208984375000 +0.013061523438 +-0.076660156250 +0.003936767578 +0.100585937500 +0.061279296875 +-0.165039062500 +0.023559570312 +-0.001754760742 +-0.078613281250 +-0.730468750000 +0.022583007812 +-0.070800781250 +0.330078125000 +0.088378906250 +0.291015625000 +-0.171875000000 +0.026855468750 +-0.036865234375 +-0.052734375000 +0.136718750000 +-0.029052734375 +-0.099121093750 +-0.126953125000 +-0.060058593750 +0.144531250000 +0.070312500000 +0.269531250000 +-0.010986328125 +0.015258789062 +0.137695312500 +-0.052978515625 +-0.076660156250 +-0.010620117188 +-0.083007812500 +-0.148437500000 +-0.269531250000 +0.153320312500 +-0.330078125000 +0.068847656250 +-0.142578125000 +0.188476562500 +-0.137695312500 +-0.130859375000 +-0.253906250000 +0.324218750000 +-0.122558593750 +0.182617187500 +0.153320312500 +-0.141601562500 +-0.036132812500 +0.055175781250 +0.134765625000 +-0.037597656250 +-0.178710937500 +-0.143554687500 +0.001144409180 +0.228515625000 +-0.208984375000 +-0.007568359375 +0.139648437500 +0.125976562500 +0.007263183594 +-0.150390625000 +-0.057861328125 +-0.051513671875 +-0.050048828125 +0.018188476562 +-0.032714843750 +-0.057128906250 +0.076171875000 +-0.103027343750 +-0.115234375000 +-0.172851562500 +-0.324218750000 +0.102050781250 +0.018432617188 +0.069335937500 +-0.009094238281 +0.265625000000 +-0.154296875000 +-0.127929687500 +-0.081542968750 +-0.127929687500 +-0.130859375000 +-0.213867187500 +-0.067871093750 +0.112792968750 +-0.157226562500 +-0.018310546875 +-0.041259765625 +0.144531250000 +-0.044921875000 +0.107421875000 +-0.088867187500 +0.054687500000 +-0.009033203125 +0.010925292969 +-0.177734375000 +-0.162109375000 +-0.009460449219 +-0.180664062500 +-0.109375000000 +0.091796875000 +0.226562500000 +0.042724609375 +-0.029418945312 +-0.199218750000 +0.204101562500 +0.082519531250 +0.042968750000 +-0.033203125000 +0.253906250000 +-0.181640625000 +-0.119628906250 +0.176757812500 +-0.080078125000 +-0.027465820312 +0.017211914062 +-0.042968750000 +-0.062011718750 +0.050292968750 +-0.020507812500 +0.013610839844 +-0.104492187500 +0.090332031250 +0.078613281250 +-0.063964843750 +-0.075683593750 +-0.074707031250 +-0.345703125000 +-0.022094726562 +0.123535156250 +-0.181640625000 +-0.115234375000 +-0.138671875000 +-0.087890625000 +-0.273437500000 +-0.447265625000 +0.065429687500 +0.134765625000 +0.003845214844 +-0.161132812500 +0.207031250000 +-0.111328125000 +-0.016723632812 +0.153320312500 +0.125976562500 +-0.075195312500 +-0.357421875000 +-0.167968750000 +0.134765625000 +-0.012512207031 +0.074707031250 +-0.066406250000 +0.012451171875 +-0.158203125000 +0.053466796875 +0.088378906250 +0.023193359375 +-0.064453125000 +-0.253906250000 +0.161132812500 +-0.106933593750 +-0.030517578125 +0.059814453125 +-0.146484375000 +0.127929687500 +0.095703125000 +-0.015991210938 +0.151367187500 +0.037109375000 +0.091796875000 +0.207031250000 +0.056152343750 +-0.044677734375 +-0.058837890625 +-0.018676757812 +-0.414062500000 +0.008300781250 +0.227539062500 +-0.067871093750 +0.046630859375 +-0.330078125000 +-0.004577636719 +0.082031250000 +0.018920898438 +0.155273437500 +0.045166015625 +0.049560546875 +0.014526367188 +-0.084472656250 +0.013793945312 +0.037353515625 +-0.328125000000 +-0.133789062500 +-0.004638671875 +-0.042480468750 +0.029541015625 +-0.030883789062 +-0.199218750000 +-0.291015625000 +-0.230468750000 +0.101562500000 +0.045166015625 +0.312500000000 +0.019165039062 +0.275390625000 +0.021972656250 +-0.186523437500 +-0.116699218750 +0.161132812500 +-0.036621093750 +-0.118164062500 +0.102539062500 +-0.099121093750 +-0.025878906250 +0.040771484375 +-0.056640625000 +0.036865234375 +-0.129882812500 +0.012634277344 +-0.133789062500 +-0.034423828125 +0.019165039062 +-0.159179687500 +-0.171875000000 +-0.275390625000 +-0.044921875000 +-0.211914062500 +-0.050048828125 +0.043457031250 +0.029296875000 +0.171875000000 +0.141601562500 +-0.048339843750 +0.049072265625 +-0.144531250000 +0.100097656250 +-0.041015625000 +0.016235351562 +0.055664062500 +0.042480468750 +-0.055908203125 +0.101562500000 +0.112304687500 +0.016601562500 +-0.267578125000 +-0.027465820312 +-0.056152343750 +0.159179687500 +0.090820312500 +0.195312500000 +0.025146484375 +0.045654296875 +0.032226562500 +0.092773437500 +0.021484375000 +-0.824218750000 +-0.207031250000 +-0.021362304688 +0.114746093750 +0.016601562500 +-0.099609375000 +-0.152343750000 +-0.049072265625 +-0.332031250000 +-0.018188476562 +0.043701171875 +0.593750000000 +-0.166992187500 +0.285156250000 +0.098632812500 +-0.028076171875 +-0.044677734375 +0.083984375000 +0.091308593750 +0.106933593750 +-0.267578125000 +0.063476562500 +0.062255859375 +0.091796875000 +0.036865234375 +-0.148437500000 +-0.058349609375 +-0.082519531250 +0.058837890625 +-0.045410156250 +-0.021728515625 +-0.080566406250 +-0.009277343750 +0.141601562500 +-0.106933593750 +0.039306640625 +-0.147460937500 +0.194335937500 +-0.165039062500 +0.086425781250 +0.111328125000 +0.165039062500 +0.078613281250 +-0.042480468750 +-0.068847656250 +-0.105957031250 +0.082519531250 +-0.144531250000 +-0.250000000000 +-0.001243591309 +0.141601562500 +-0.219726562500 +-0.037841796875 +-0.212890625000 +0.200195312500 +-0.041748046875 +0.149414062500 +0.202148437500 +0.105468750000 +0.153320312500 +-0.050292968750 +-0.016113281250 +-0.124511718750 +-0.110839843750 +0.137695312500 +-0.261718750000 +-0.022460937500 +0.098144531250 +-0.020263671875 +-0.147460937500 +-0.008300781250 +-0.269531250000 +-0.408203125000 +-0.159179687500 +0.044921875000 +-0.032226562500 +-0.035644531250 +0.112792968750 +0.149414062500 +0.031982421875 +-0.084960937500 +0.000289916992 +-0.121582031250 +0.115234375000 +0.343750000000 +0.168945312500 +0.026245117188 +-0.136718750000 +0.174804687500 +-0.281250000000 +-0.235351562500 +-0.085449218750 +-0.048828125000 +-0.110839843750 +-0.200195312500 +-0.018310546875 +-0.046875000000 +0.070312500000 +-0.046875000000 +0.219726562500 +-0.125976562500 +0.060058593750 +-0.181640625000 +-0.118652343750 +-0.100585937500 +0.129882812500 +0.032714843750 +0.281250000000 +0.025146484375 +-0.103027343750 +0.080078125000 +-0.197265625000 +0.100585937500 +-0.062011718750 +0.080078125000 +-0.010681152344 +0.068847656250 +-0.378906250000 +0.206054687500 +-0.110839843750 +-0.129882812500 +0.104980468750 +-0.208984375000 +0.057373046875 +0.083007812500 +0.097656250000 +-0.030151367188 +0.095703125000 +0.083007812500 +-0.255859375000 +0.104492187500 +0.006378173828 +-0.172851562500 +0.063964843750 +-0.034667968750 +-0.066406250000 +-0.166992187500 +0.101074218750 +-0.183593750000 +-0.049560546875 +-0.026245117188 +-0.034179687500 +0.187500000000 +0.128906250000 +0.104492187500 +-0.632812500000 +-0.175781250000 +0.037109375000 +-0.109863281250 +0.007263183594 +-0.186523437500 +0.044433593750 +-0.017456054688 +0.242187500000 +-0.050537109375 +0.135742187500 +-0.208007812500 +-0.169921875000 +0.168945312500 +-0.099121093750 +-0.365234375000 +0.098144531250 +0.075683593750 +0.232421875000 +0.174804687500 +0.104492187500 +-0.067871093750 +-0.029052734375 +0.052001953125 +-0.053222656250 +-0.152343750000 +-0.152343750000 +-0.423828125000 +0.209960937500 +-0.127929687500 +-0.357421875000 +-0.273437500000 +0.188476562500 +0.104492187500 +-0.123046875000 +0.378906250000 +-0.031005859375 +0.113281250000 +0.052978515625 +0.076171875000 +0.308593750000 +0.011840820312 +0.106445312500 +-0.054687500000 +-0.126953125000 +-0.287109375000 +-0.009826660156 +0.018066406250 +0.002868652344 +0.036621093750 +0.119628906250 +-0.003906250000 +0.035400390625 +0.078613281250 +-0.086425781250 +0.097167968750 +0.131835937500 +0.037353515625 +-0.043701171875 +0.028564453125 +-0.065917968750 +-0.045898437500 +0.046142578125 +0.023559570312 +-0.355468750000 +0.117187500000 +0.128906250000 +0.285156250000 +-0.030273437500 +-0.186523437500 +0.073242187500 +0.017456054688 +0.388671875000 +-0.047119140625 +0.067871093750 +0.094726562500 +-0.257812500000 +0.096191406250 +0.081054687500 +-0.500000000000 +0.027099609375 +-0.107910156250 +0.132812500000 +-0.180664062500 +-0.006072998047 +-0.025878906250 +0.026489257812 +-0.076171875000 +-0.077636718750 +0.110839843750 +-0.240234375000 +-0.171875000000 +0.159179687500 +-0.277343750000 +-0.292968750000 +0.042968750000 +0.218750000000 +-0.175781250000 +0.168945312500 +-0.242187500000 +0.103027343750 +0.169921875000 +0.086914062500 +-0.059570312500 +0.300781250000 +-0.022583007812 +0.031982421875 +-0.153320312500 +-0.080566406250 +-0.496093750000 +0.034667968750 +0.041748046875 +-0.051513671875 +0.027465820312 +0.018798828125 +0.024414062500 +0.138671875000 +-0.153320312500 +0.086425781250 +0.093750000000 +0.142578125000 +-0.003051757812 +-0.055908203125 +-0.021362304688 +-0.029907226562 +-0.002853393555 +0.149414062500 +0.236328125000 +-0.396484375000 +0.088378906250 +0.042480468750 +0.014892578125 +0.122070312500 +-0.026367187500 +-0.030395507812 +0.126953125000 +0.287109375000 +-0.009338378906 +0.003829956055 +-0.257812500000 +-0.357421875000 +0.015991210938 +-0.185546875000 +-0.245117187500 +-0.045898437500 +-0.031250000000 +-0.191406250000 +0.037109375000 +0.000583648682 +-0.069824218750 +0.001365661621 +-0.277343750000 +-0.150390625000 +0.007141113281 +-0.243164062500 +-0.080078125000 +0.181640625000 +0.065917968750 +-0.113281250000 +-0.069824218750 +0.267578125000 +0.035888671875 +0.112792968750 +0.102539062500 +0.197265625000 +0.065429687500 +-0.236328125000 +-0.034179687500 +0.205078125000 +0.042480468750 +0.001243591309 +-0.167968750000 +-0.121093750000 +-0.207031250000 +0.136718750000 +0.046142578125 +0.080566406250 +-0.109375000000 +0.161132812500 +-0.044921875000 +0.062988281250 +-0.060302734375 +-0.087402343750 +0.259765625000 +0.060546875000 +0.111328125000 +0.076171875000 +0.064941406250 +0.053466796875 +-0.049316406250 +0.143554687500 +0.112304687500 +-0.096679687500 +0.066894531250 +0.038818359375 +0.139648437500 +0.212890625000 +0.075683593750 +0.074218750000 +0.063964843750 +0.051513671875 +-0.150390625000 +-0.080078125000 +-0.120117187500 +-0.220703125000 +0.144531250000 +-0.238281250000 +-0.250000000000 +0.129882812500 +0.090820312500 +0.118652343750 +0.039306640625 +0.050781250000 +-0.044921875000 +0.032226562500 +-0.710937500000 +0.061767578125 +0.024169921875 +-0.134765625000 +-0.107910156250 +0.072265625000 +0.099609375000 +-0.094238281250 +-0.168945312500 +-0.059570312500 +-0.025634765625 +0.052001953125 +-0.090332031250 +0.075195312500 +-0.004791259766 +0.075683593750 +0.082519531250 +0.163085937500 +-0.191406250000 +-0.164062500000 +-0.044921875000 +-0.063476562500 +-0.116210937500 +0.019042968750 +0.019531250000 +0.052490234375 +-0.096679687500 +0.111816406250 +0.019775390625 +0.034423828125 +-0.000432968140 +-0.060546875000 +-0.011718750000 +-0.009643554688 +-0.049316406250 +-0.105468750000 +0.072753906250 +0.045166015625 +-0.053710937500 +-0.041992187500 +0.211914062500 +-0.005249023438 +-0.095214843750 +-0.090820312500 +0.044921875000 +0.019775390625 +-0.076171875000 +0.023193359375 +-0.046142578125 +-0.097167968750 +-0.151367187500 +-0.082031250000 +-0.051025390625 +-0.157226562500 +-0.132812500000 +-0.009460449219 +-0.207031250000 +-0.000457763672 +0.032226562500 +0.082031250000 +-0.079101562500 +-0.105957031250 +-0.003738403320 +0.002395629883 +-0.208984375000 +0.039794921875 +-0.096679687500 +-0.192382812500 +-0.104003906250 +0.096191406250 +0.312500000000 +-0.114746093750 +-0.025268554688 +-0.109863281250 +0.074707031250 +-0.023803710938 +0.116210937500 +-0.082031250000 +0.093750000000 +0.165039062500 +-0.134765625000 +0.045166015625 +-0.113281250000 +-0.138671875000 +0.003829956055 +-0.112304687500 +0.125976562500 +-0.216796875000 +0.054443359375 +0.146484375000 +-0.022583007812 +0.088378906250 +0.062988281250 +0.043457031250 +0.019653320312 +-0.144531250000 +-0.122558593750 +-0.091308593750 +0.158203125000 +0.052001953125 +0.049804687500 +0.180664062500 +-0.016723632812 +-0.106933593750 +0.058105468750 +-0.064941406250 +0.098632812500 +0.097656250000 +0.216796875000 +-0.121093750000 +0.064453125000 +0.052001953125 +0.081054687500 +-0.201171875000 +-0.184570312500 +-0.097656250000 +0.008117675781 +-0.153320312500 +0.027709960938 +-0.128906250000 +-0.215820312500 +-0.091796875000 +-0.008666992188 +0.257812500000 +0.048583984375 +0.072753906250 +0.034423828125 +-0.082031250000 +0.110839843750 +-0.012390136719 +-0.058593750000 +-0.142578125000 +-0.027709960938 +0.006622314453 +0.063476562500 +-0.149414062500 +-0.010559082031 +0.215820312500 +-0.057617187500 +-0.291015625000 +-0.265625000000 +-0.018432617188 +0.003280639648 +-0.048583984375 +0.008117675781 +-0.257812500000 +-0.255859375000 +-0.103515625000 +-0.045898437500 +-0.152343750000 +-0.059326171875 +0.037109375000 +-0.052246093750 +0.107910156250 +-0.120605468750 +0.060058593750 +-0.027954101562 +0.089843750000 +0.122070312500 +-0.017089843750 +-0.086914062500 +0.072753906250 +-0.648437500000 +-0.128906250000 +0.065429687500 +-0.061035156250 +0.174804687500 +0.001564025879 +0.012023925781 +0.035644531250 +-0.148437500000 +0.101074218750 +-0.106933593750 +-0.087890625000 +0.074218750000 +0.062988281250 +0.081054687500 +-0.369140625000 +-0.092773437500 +-0.238281250000 +-0.204101562500 +-0.087890625000 +-0.026123046875 +-0.184570312500 +-0.211914062500 +0.085937500000 +-0.194335937500 +-0.125976562500 +-0.217773437500 +0.115722656250 +-0.123535156250 +0.007537841797 +-0.001525878906 +-0.154296875000 +-0.080566406250 +-0.098144531250 +-0.205078125000 +0.038574218750 +0.164062500000 +-0.036621093750 +-0.140625000000 +-0.032226562500 +0.117675781250 +-0.003631591797 +0.324218750000 +0.113769531250 +0.117675781250 +0.153320312500 +0.113281250000 +-0.259765625000 +-0.016113281250 +-0.081054687500 +-0.242187500000 +-0.123535156250 +-0.155273437500 +-0.026855468750 +-0.010192871094 +0.073242187500 +-0.083984375000 +0.027587890625 +0.073242187500 +0.059082031250 +0.249023437500 +-0.094238281250 +-0.134765625000 +0.122558593750 +-0.108886718750 +0.287109375000 +0.251953125000 +-0.077148437500 +0.078125000000 +0.055419921875 +0.129882812500 +-0.107421875000 +-0.008422851562 +-0.020263671875 +-0.215820312500 +0.046386718750 +0.169921875000 +0.015869140625 +0.136718750000 +0.114257812500 +-0.065917968750 +0.154296875000 +0.194335937500 +0.029052734375 +0.173828125000 +-0.131835937500 +0.330078125000 +0.141601562500 +0.239257812500 +-0.001998901367 +-0.003997802734 +-0.249023437500 +-0.111328125000 +0.057861328125 +0.084960937500 +-0.049072265625 +0.234375000000 +-0.190429687500 +0.000675201416 +0.298828125000 +-0.208984375000 +-0.441406250000 +0.017822265625 +0.227539062500 +0.025268554688 +0.019531250000 +-0.175781250000 +0.167968750000 +-0.176757812500 +0.012817382812 +-0.038085937500 +-0.167968750000 +0.160156250000 +-0.135742187500 +-0.052978515625 +-0.237304687500 +0.009765625000 +-0.204101562500 +0.103515625000 +0.300781250000 +-0.640625000000 +0.263671875000 +0.421875000000 +-0.140625000000 +-0.119628906250 +-0.233398437500 +-0.091796875000 +0.097656250000 +0.145507812500 +0.302734375000 +0.029418945312 +-0.052490234375 +-0.006927490234 +0.091796875000 +0.030761718750 +-0.277343750000 +-0.033935546875 +-0.013977050781 +-0.250000000000 +-0.484375000000 +0.033203125000 +0.025878906250 +0.070800781250 +0.133789062500 +0.023193359375 +0.121582031250 +-0.113769531250 +-0.205078125000 +0.096679687500 +-0.077148437500 +0.213867187500 +0.164062500000 +0.059082031250 +-0.027099609375 +0.149414062500 +-0.255859375000 +-0.064453125000 +-0.096191406250 +-0.134765625000 +0.161132812500 +0.041748046875 +0.010925292969 +-0.137695312500 +-0.150390625000 +-0.008789062500 +-0.120605468750 +-0.154296875000 +0.298828125000 +-0.101074218750 +0.091308593750 +0.086425781250 +0.038818359375 +-0.146484375000 +-0.119140625000 +-0.096679687500 +-0.161132812500 +0.107421875000 +0.083984375000 +-0.129882812500 +-0.099121093750 +0.078613281250 +-0.181640625000 +0.099121093750 +-0.160156250000 +0.267578125000 +-0.018310546875 +-0.178710937500 +0.047363281250 +-0.281250000000 +-0.357421875000 +-0.237304687500 +-0.128906250000 +0.040527343750 +0.087402343750 +-0.052490234375 +-0.205078125000 +0.004882812500 +0.143554687500 +-0.005676269531 +-0.121582031250 +-0.104003906250 +-0.449218750000 +-0.081054687500 +-0.886718750000 +0.100097656250 +-0.038818359375 +-0.031250000000 +-0.006896972656 +-0.104492187500 +0.081542968750 +0.105957031250 +0.023925781250 +-0.014953613281 +0.052246093750 +0.178710937500 +0.333984375000 +0.050292968750 +0.003936767578 +0.011962890625 +0.053222656250 +0.128906250000 +-0.211914062500 +0.056152343750 +-0.159179687500 +0.102539062500 +-0.143554687500 +-0.151367187500 +-0.155273437500 +0.099121093750 +-0.224609375000 +-0.043212890625 +0.330078125000 +-0.033935546875 +-0.223632812500 +0.224609375000 +0.098144531250 +-0.230468750000 +0.025878906250 +0.091796875000 +-0.146484375000 +0.033691406250 +0.019897460938 +0.047363281250 +-0.090820312500 +0.133789062500 +0.019409179688 +0.066894531250 +0.168945312500 +-0.080566406250 +0.013610839844 +0.088378906250 +-0.273437500000 +-0.378906250000 +-0.490234375000 +-0.114257812500 +-0.004241943359 +-0.263671875000 +-0.059814453125 +0.056884765625 +-0.193359375000 +-0.131835937500 +-0.080566406250 +-0.092285156250 +0.025024414062 +0.016113281250 +-1.460937500000 +-0.145507812500 +-0.570312500000 +-0.111328125000 +0.032958984375 +-0.233398437500 +0.019897460938 +0.090820312500 +0.063476562500 +-0.002166748047 +-0.142578125000 +-0.128906250000 +-0.085937500000 +0.205078125000 +0.188476562500 +0.021850585938 +-0.016357421875 +0.097167968750 +-0.058593750000 +-0.035156250000 +0.102539062500 +-0.071777343750 +-0.091308593750 +-0.034912109375 +-0.202148437500 +-0.151367187500 +-0.125976562500 +-0.041748046875 +-0.246093750000 +-0.072753906250 +0.216796875000 +0.005981445312 +0.122070312500 +-0.014526367188 +0.008972167969 +-0.170898437500 +-0.031982421875 +-0.378906250000 +-0.037109375000 +-0.022705078125 +0.014221191406 +-0.094726562500 +-0.041015625000 +-0.071777343750 +0.036132812500 +-0.024291992188 +0.271484375000 +0.141601562500 +0.072753906250 +0.105957031250 +0.096191406250 +-0.090820312500 +-0.550781250000 +-0.018310546875 +-0.058349609375 +-0.166015625000 +-0.039062500000 +-0.043945312500 +-0.178710937500 +0.052734375000 +0.040283203125 +0.042480468750 +-0.079589843750 +-0.004058837891 +-1.296875000000 +-0.205078125000 +-0.914062500000 +0.085937500000 +0.035644531250 +-0.186523437500 +-0.157226562500 +0.034667968750 +-0.044433593750 +0.073242187500 +0.088378906250 +-0.082519531250 +-0.113281250000 +0.153320312500 +0.111816406250 +0.078613281250 +0.040527343750 +0.048339843750 +-0.113281250000 +0.093261718750 +-0.014404296875 +-0.009948730469 +-0.226562500000 +0.006622314453 +-0.259765625000 +-0.071777343750 +-0.156250000000 +-0.182617187500 +-0.127929687500 +-0.106933593750 +0.330078125000 +-0.075195312500 +-0.053466796875 +0.052001953125 +0.156250000000 +-0.030395507812 +-0.018676757812 +-0.009826660156 +-0.052734375000 +0.005004882812 +-0.018432617188 +0.032714843750 +-0.296875000000 +0.017944335938 +-0.045166015625 +0.129882812500 +-0.036132812500 +-0.155273437500 +-0.180664062500 +0.042724609375 +0.143554687500 +0.020751953125 +-0.640625000000 +0.046875000000 +-0.060302734375 +-0.063964843750 +-0.196289062500 +-0.026367187500 +0.009460449219 +-0.043945312500 +0.010986328125 +0.117187500000 +0.033203125000 +-0.014892578125 +-0.636718750000 +-0.138671875000 +-0.964843750000 +-0.029052734375 +0.052734375000 +0.052490234375 +-0.109375000000 +0.020507812500 +-0.134765625000 +-0.180664062500 +0.002609252930 +0.017456054688 +-0.143554687500 +0.183593750000 +0.187500000000 +-0.000625610352 +0.152343750000 +0.077636718750 +-0.065429687500 +-0.002426147461 +-0.121093750000 +-0.055419921875 +-0.072265625000 +0.129882812500 +0.013000488281 +-0.133789062500 +-0.112792968750 +-0.335937500000 +0.020751953125 +-0.114746093750 +0.138671875000 +-0.032470703125 +0.213867187500 +0.259765625000 +-0.010864257812 +0.001609802246 +-0.044677734375 +-0.017456054688 +0.005065917969 +0.094726562500 +-0.072753906250 +-0.123535156250 +-0.108398437500 +-0.064453125000 +-0.122070312500 +-0.083007812500 +0.330078125000 +0.369140625000 +0.160156250000 +-0.159179687500 +-0.070800781250 +-0.210937500000 +-0.373046875000 +0.051513671875 +-0.106445312500 +-0.304687500000 +-0.224609375000 +-0.099121093750 +-0.180664062500 +0.013061523438 +-0.108886718750 +-0.126953125000 +0.018920898438 +-0.132812500000 +0.048095703125 +-0.257812500000 +-0.996093750000 +-0.083007812500 +0.080078125000 +0.096191406250 +-0.150390625000 +0.062011718750 +-0.056396484375 +0.137695312500 +0.110839843750 +-0.298828125000 +-0.086914062500 +0.273437500000 +0.160156250000 +0.001258850098 +-0.208007812500 +0.121093750000 +-0.029418945312 +0.015502929688 +-0.003906250000 +-0.007934570312 +-0.146484375000 +-0.220703125000 +-0.016723632812 +-0.027221679688 +-0.092285156250 +-0.244140625000 +-0.065917968750 +-0.078613281250 +0.146484375000 +0.032470703125 +0.119140625000 +-0.263671875000 +-0.125976562500 +0.066406250000 +-0.054443359375 +-0.007568359375 +0.064941406250 +0.040283203125 +-0.038818359375 +0.051025390625 +-0.462890625000 +-0.105468750000 +-0.193359375000 +-0.063476562500 +-0.052001953125 +-0.835937500000 +-0.169921875000 +0.330078125000 +-0.347656250000 +0.056396484375 +0.013122558594 +-0.312500000000 +-0.054199218750 +0.240234375000 +0.137695312500 +-0.098632812500 +0.047851562500 +0.164062500000 +-0.064941406250 +-0.010803222656 +0.065917968750 +-0.001899719238 +0.058349609375 +0.024536132812 +-0.203125000000 +-0.130859375000 +-0.031005859375 +-0.036376953125 +-0.042236328125 +-0.031982421875 +-0.088867187500 +0.032226562500 +0.147460937500 +-0.204101562500 +0.542968750000 +0.075195312500 +0.148437500000 +-0.125000000000 +0.043701171875 +-0.328125000000 +-0.062988281250 +-0.049072265625 +-0.081054687500 +-0.098144531250 +-0.273437500000 +-0.197265625000 +0.165039062500 +-0.306640625000 +0.113769531250 +0.121093750000 +0.088378906250 +-0.058349609375 +-0.010253906250 +-0.092773437500 +0.062988281250 +0.117675781250 +-0.179687500000 +0.107910156250 +0.083007812500 +-0.083984375000 +-0.071777343750 +-0.213867187500 +0.049804687500 +0.150390625000 +-0.199218750000 +0.082519531250 +-0.224609375000 +-0.106933593750 +-0.235351562500 +0.554687500000 +-0.083984375000 +0.085449218750 +0.048828125000 +0.111816406250 +-0.099609375000 +-0.189453125000 +0.068359375000 +-0.106445312500 +0.098632812500 +0.094238281250 +-0.011657714844 +0.081542968750 +-0.008544921875 +0.084960937500 +0.061767578125 +0.037353515625 +0.093261718750 +-0.005737304688 +0.042480468750 +0.061767578125 +-0.080078125000 +0.061523437500 +-0.033447265625 +0.006072998047 +-0.066406250000 +-0.038574218750 +0.019897460938 +0.133789062500 +0.318359375000 +-0.075683593750 +0.139648437500 +0.190429687500 +0.064941406250 +0.039794921875 +-0.055908203125 +-0.275390625000 +-0.238281250000 +-0.126953125000 +-0.181640625000 +0.140625000000 +0.073242187500 +0.137695312500 +-0.201171875000 +0.058349609375 +0.194335937500 +0.079589843750 +-0.155273437500 +-0.091796875000 +0.007568359375 +0.015747070312 +-0.114257812500 +-0.010742187500 +0.140625000000 +-0.194335937500 +0.201171875000 +0.080566406250 +-0.038574218750 +-0.078613281250 +-0.304687500000 +-0.001457214355 +0.004058837891 +-0.154296875000 +-0.181640625000 +-0.498046875000 +0.224609375000 +-0.109375000000 +0.062011718750 +0.183593750000 +0.089355468750 +-0.267578125000 +-0.230468750000 +0.175781250000 +-0.141601562500 +-0.087402343750 +0.072265625000 +0.102539062500 +0.064453125000 +-0.039794921875 +0.150390625000 +0.072753906250 +0.059814453125 +0.031738281250 +-0.188476562500 +-0.008056640625 +-0.121582031250 +0.098144531250 +-0.028808593750 +0.008666992188 +-0.253906250000 +0.267578125000 +-0.398437500000 +0.103027343750 +0.037353515625 +-0.124511718750 +0.160156250000 +0.103027343750 +-0.047363281250 +-0.118164062500 +-0.175781250000 +-0.292968750000 +-0.143554687500 +-0.055908203125 +-0.318359375000 +0.109375000000 +-0.091308593750 +0.051513671875 +-0.010986328125 +0.058837890625 +0.148437500000 +-0.014038085938 +0.124023437500 +0.064941406250 +-0.143554687500 +-0.025756835938 +-0.314453125000 +-0.190429687500 +-0.009460449219 +-0.328125000000 +0.111816406250 +-0.060302734375 +0.095703125000 +0.032714843750 +-0.259765625000 +-0.061767578125 +-0.265625000000 +-0.056152343750 +-0.261718750000 +0.242187500000 +0.108886718750 +0.009704589844 +0.088378906250 +-0.011840820312 +-0.014770507812 +-0.130859375000 +-0.046386718750 +-0.021362304688 +0.180664062500 +0.033935546875 +0.079101562500 +0.048828125000 +0.134765625000 +-0.021240234375 +-0.107421875000 +0.024414062500 +0.027587890625 +0.039550781250 +-0.043701171875 +-0.117675781250 +0.052001953125 +0.108398437500 +-0.034179687500 +-0.119628906250 +-1.242187500000 +0.140625000000 +0.061523437500 +0.041015625000 +0.101074218750 +-0.277343750000 +0.015991210938 +0.022094726562 +-0.016723632812 +0.026367187500 +0.135742187500 +-0.186523437500 +-0.006286621094 +0.024414062500 +-0.073242187500 +0.133789062500 +-0.343750000000 +0.077148437500 +0.120117187500 +-0.215820312500 +-0.002502441406 +0.025756835938 +0.033691406250 +-0.063476562500 +-0.146484375000 +-0.104003906250 +-0.154296875000 +-0.069824218750 +0.070800781250 +-0.046386718750 +-0.079101562500 +-0.098632812500 +-0.123535156250 +-0.042724609375 +-0.273437500000 +-0.062500000000 +0.048095703125 +0.058837890625 +-0.158203125000 +-0.022827148438 +0.120117187500 +-0.015136718750 +-0.221679687500 +0.024047851562 +-0.016357421875 +-0.241210937500 +0.042968750000 +0.082519531250 +-0.024658203125 +-0.015991210938 +0.103515625000 +-0.005645751953 +0.102050781250 +-0.335937500000 +-0.069824218750 +-0.080566406250 +0.007812500000 +0.072265625000 +-0.310546875000 +0.105468750000 +0.000610351562 +0.033203125000 +0.010070800781 +-0.025390625000 +-1.140625000000 +-0.130859375000 +0.161132812500 +-0.159179687500 +0.152343750000 +-0.036132812500 +-0.093750000000 +-0.020385742188 +0.075195312500 +-0.125976562500 +0.079101562500 +0.004913330078 +-0.135742187500 +0.023681640625 +0.002059936523 +0.023925781250 +-0.149414062500 +-0.034179687500 +-0.024291992188 +0.007202148438 +0.038085937500 +-0.030639648438 +-0.000747680664 +-0.045166015625 +-0.087890625000 +-0.019897460938 +-0.020141601562 +0.031005859375 +0.120117187500 +-0.028930664062 +0.024169921875 +-0.016113281250 +-0.010070800781 +0.059082031250 +-0.104980468750 +0.019531250000 +0.048095703125 +0.008544921875 +0.104492187500 +0.165039062500 +0.281250000000 +-0.043945312500 +0.041015625000 +-0.078125000000 +-0.028808593750 +-0.096679687500 +-0.160156250000 +0.030029296875 +-0.006622314453 +-0.040039062500 +0.194335937500 +0.075683593750 +0.020507812500 +0.067871093750 +-0.101562500000 +-0.059082031250 +-0.115722656250 +-0.097656250000 +-0.246093750000 +-0.056640625000 +0.058349609375 +0.227539062500 +-0.040283203125 +-0.206054687500 +-0.863281250000 +-0.075195312500 +-0.146484375000 +0.021972656250 +0.067382812500 +-0.213867187500 +-0.125976562500 +-0.075683593750 +0.017700195312 +-0.181640625000 +-0.142578125000 +0.249023437500 +-0.085449218750 +-0.124511718750 +0.008728027344 +0.217773437500 +-0.015319824219 +0.238281250000 +-0.119628906250 +-0.136718750000 +0.139648437500 +-0.013549804688 +0.078125000000 +-0.167968750000 +0.142578125000 +-0.029663085938 +0.076171875000 +0.107421875000 +0.030151367188 +-0.027343750000 +-0.038574218750 +0.052246093750 +-0.187500000000 +-0.009887695312 +-0.006134033203 +0.105468750000 +-0.071289062500 +0.046630859375 +0.032226562500 +-0.302734375000 +0.094726562500 +-0.204101562500 +0.105468750000 +0.093750000000 +0.006683349609 +-0.082031250000 +-0.118164062500 +0.177734375000 +0.148437500000 +-0.098144531250 +0.087890625000 +-0.060791015625 +0.001510620117 +-0.005615234375 +-0.000037670135 +0.129882812500 +0.182617187500 +0.147460937500 +-0.243164062500 +-0.054931640625 +0.028442382812 +0.022338867188 +-0.051269531250 +0.057617187500 +-0.070800781250 +-0.075195312500 +-0.111816406250 +-0.026855468750 +0.138671875000 +0.036376953125 +-0.337890625000 +-0.065429687500 +-0.026489257812 +-0.082031250000 +0.043701171875 +0.287109375000 +-0.155273437500 +-0.005645751953 +0.122558593750 +-0.153320312500 +0.025634765625 +-0.312500000000 +0.062500000000 +-0.162109375000 +0.020141601562 +0.075195312500 +0.004852294922 +-0.085449218750 +0.111328125000 +-0.069335937500 +-0.026489257812 +0.176757812500 +0.068359375000 +-0.044189453125 +0.124511718750 +0.095214843750 +-0.172851562500 +0.084472656250 +-0.132812500000 +0.062988281250 +0.017822265625 +-0.110351562500 +0.185546875000 +0.447265625000 +0.263671875000 +0.138671875000 +0.128906250000 +-0.089843750000 +-0.096679687500 +0.151367187500 +0.056152343750 +-0.412109375000 +-0.045166015625 +-0.040527343750 +-0.014160156250 +-0.176757812500 +-0.097167968750 +0.132812500000 +-0.082031250000 +-0.283203125000 +-0.000999450684 +-0.012268066406 +0.005462646484 +-0.365234375000 +-0.242187500000 +-0.018798828125 +-0.198242187500 +0.209960937500 +-0.091308593750 +0.134765625000 +-0.184570312500 +-0.010253906250 +-0.036376953125 +-0.043701171875 +0.068847656250 +0.175781250000 +0.039306640625 +-0.182617187500 +0.030395507812 +0.437500000000 +0.066406250000 +-0.027465820312 +0.187500000000 +-0.051757812500 +0.067382812500 +0.076660156250 +0.001678466797 +0.217773437500 +0.028930664062 +0.163085937500 +0.167968750000 +-0.267578125000 +0.192382812500 +0.013183593750 +0.103515625000 +0.076660156250 +-0.004760742188 +-0.026489257812 +-0.108398437500 +0.185546875000 +-0.158203125000 +-0.069824218750 +-0.204101562500 +-0.233398437500 +-0.166015625000 +-0.002059936523 +-0.028686523438 +-0.076171875000 +0.221679687500 +-0.132812500000 +-0.691406250000 +0.041503906250 +-0.107910156250 +0.037841796875 +0.161132812500 +0.028442382812 +0.022949218750 +-0.079101562500 +0.043701171875 +-0.353515625000 +0.114746093750 +0.068847656250 +-0.213867187500 +0.106445312500 +-0.000846862793 +-0.089843750000 +0.044433593750 +-0.408203125000 +-0.169921875000 +-0.111816406250 +-0.236328125000 +0.143554687500 +-0.084472656250 +0.055908203125 +-0.174804687500 +-0.096191406250 +-0.199218750000 +0.017089843750 +0.005218505859 +-0.039794921875 +-0.107421875000 +-0.152343750000 +0.115722656250 +0.318359375000 +-0.023315429688 +0.088867187500 +0.189453125000 +-0.008789062500 +0.058593750000 +0.020629882812 +-0.020263671875 +0.096191406250 +-0.144531250000 +0.061279296875 +-0.063476562500 +0.073730468750 +-0.121093750000 +0.055664062500 +0.173828125000 +0.004608154297 +-0.063964843750 +-0.000268936157 +0.127929687500 +-0.056152343750 +-0.002059936523 +0.040527343750 +-0.091796875000 +0.035644531250 +0.034179687500 +-0.018676757812 +-0.103515625000 +-0.013000488281 +-0.429687500000 +-0.120605468750 +-0.460937500000 +-0.208984375000 +-0.029174804688 +0.225585937500 +0.157226562500 +-0.265625000000 +0.100097656250 +0.043212890625 +-0.041015625000 +-0.075195312500 +0.035888671875 +0.119628906250 +-0.177734375000 +-0.036865234375 +0.197265625000 +0.004180908203 +-0.007751464844 +-0.141601562500 +-0.086914062500 +-0.197265625000 +-0.039306640625 +0.066406250000 +-0.208007812500 +0.086425781250 +-0.029541015625 +-0.064453125000 +-0.094726562500 +0.081054687500 +-0.027465820312 +-0.052978515625 +-0.147460937500 +-0.134765625000 +0.061767578125 +0.097167968750 +-0.012145996094 +0.215820312500 +0.159179687500 +-0.076171875000 +-0.049316406250 +0.030029296875 +0.040527343750 +-0.050537109375 +-0.082031250000 +0.064453125000 +-0.067871093750 +0.068847656250 +-0.065429687500 +0.141601562500 +-0.073730468750 +0.015563964844 +0.279296875000 +-0.173828125000 +0.314453125000 +0.077636718750 +-0.134765625000 +0.019653320312 +-0.030761718750 +-0.245117187500 +-0.195312500000 +-0.063964843750 +-0.202148437500 +-0.008666992188 +-0.734375000000 +0.190429687500 +-0.176757812500 +-0.059814453125 +-0.096679687500 +0.108886718750 +0.068359375000 +0.030273437500 +0.066894531250 +-0.079589843750 +-0.065917968750 +-0.090820312500 +-0.084472656250 +0.059814453125 +-0.149414062500 +-0.035644531250 +0.186523437500 +-0.119140625000 +0.090332031250 +-0.277343750000 +-0.105957031250 +0.040039062500 +-0.044921875000 +0.159179687500 +-0.155273437500 +-0.004119873047 +-0.026489257812 +0.009033203125 +-0.002014160156 +0.030517578125 +-0.014526367188 +0.028320312500 +-0.404296875000 +-0.040283203125 +0.322265625000 +-0.029418945312 +-0.039062500000 +0.212890625000 +0.061035156250 +-0.014282226562 +-0.030761718750 +0.124511718750 +0.053222656250 +-0.212890625000 +0.053466796875 +0.116210937500 +0.025878906250 +0.089355468750 +-0.003479003906 +0.051757812500 +-0.134765625000 +-0.032714843750 +-0.123046875000 +-0.040527343750 +0.257812500000 +0.003051757812 +-0.167968750000 +0.052001953125 +-0.174804687500 +-0.156250000000 +-0.067871093750 +0.035644531250 +0.007324218750 +0.096679687500 +-1.085937500000 +-0.015747070312 +-0.507812500000 +-0.142578125000 +-0.012329101562 +0.326171875000 +0.184570312500 +0.158203125000 +0.094726562500 +-0.075683593750 +-0.041748046875 +0.040039062500 +-0.287109375000 +0.098632812500 +-0.152343750000 +-0.133789062500 +0.113281250000 +-0.077636718750 +0.052246093750 +0.022216796875 +-0.173828125000 +-0.077636718750 +0.040527343750 +0.128906250000 +-0.073730468750 +-0.009399414062 +-0.151367187500 +0.001510620117 +-0.037841796875 +-0.138671875000 +0.082031250000 +-0.077636718750 +-0.308593750000 +-0.058105468750 +0.122070312500 +-0.171875000000 +0.019897460938 +0.075683593750 +0.040039062500 +-0.042236328125 +0.038574218750 +-0.017822265625 +0.072265625000 +-0.257812500000 +-0.056640625000 +0.273437500000 +0.060058593750 +0.012451171875 +0.092285156250 +0.125976562500 +-0.013183593750 +-0.257812500000 +-0.046875000000 +0.030761718750 +0.111816406250 +0.105957031250 +-0.147460937500 +0.027221679688 +-0.112304687500 +-0.127929687500 +-0.231445312500 +-0.031127929688 +-0.066406250000 +0.061279296875 +-0.122558593750 +-0.162109375000 +-0.765625000000 +-0.026489257812 +-0.119140625000 +-0.030761718750 +0.039306640625 +0.048095703125 +0.050537109375 +-0.138671875000 +0.030029296875 +0.102539062500 +-0.107421875000 +0.101562500000 +-0.057373046875 +0.082031250000 +0.029663085938 +-0.093750000000 +0.153320312500 +-0.134765625000 +-0.005828857422 +0.115234375000 +-0.125976562500 +0.332031250000 +-0.129882812500 +0.073242187500 +-0.240234375000 +-0.248046875000 +-0.021240234375 +0.154296875000 +-0.102050781250 +-0.019409179688 +-0.208007812500 +-0.084960937500 +-0.012695312500 +-0.070800781250 +0.012878417969 +-0.011291503906 +0.077148437500 +0.144531250000 +0.115234375000 +0.056152343750 +-0.006744384766 +-0.492187500000 +0.079589843750 +0.101074218750 +0.160156250000 +-0.021972656250 +-0.151367187500 +0.067871093750 +0.005218505859 +0.156250000000 +-0.086914062500 +-0.000474929810 +0.082519531250 +0.121093750000 +-0.246093750000 +0.171875000000 +-0.216796875000 +0.082031250000 +-0.208984375000 +-0.082519531250 +0.123535156250 +0.068847656250 +0.040527343750 +-0.038818359375 +-0.394531250000 +0.068847656250 +-0.011779785156 +0.118164062500 +0.013183593750 +-0.306640625000 +0.002532958984 +-0.065429687500 +-0.010009765625 +0.002624511719 +-0.094726562500 +0.057128906250 +0.055664062500 +-0.228515625000 +-0.106933593750 +0.029785156250 +0.047851562500 +-0.040527343750 +-0.218750000000 +0.052490234375 +-0.055175781250 +0.183593750000 +-0.277343750000 +0.079589843750 +-0.235351562500 +-0.122070312500 +0.085937500000 +-0.108398437500 +-0.259765625000 +0.143554687500 +-0.245117187500 +-0.166015625000 +0.242187500000 +-0.249023437500 +0.054443359375 +-0.007781982422 +-0.026123046875 +-0.112304687500 +0.012512207031 +-0.066894531250 +0.004486083984 +-0.343750000000 +0.095703125000 +0.241210937500 +0.187500000000 +-0.118652343750 +0.137695312500 +0.265625000000 +-0.135742187500 +0.095214843750 +-0.070800781250 +0.031738281250 +-0.129882812500 +0.145507812500 +-0.148437500000 +0.227539062500 +-0.335937500000 +-0.066894531250 +-0.139648437500 +-0.073730468750 +-0.046630859375 +-0.018920898438 +0.044677734375 +-0.045410156250 +0.144531250000 +-0.077148437500 +0.180664062500 +-0.003585815430 +0.143554687500 +0.009643554688 +-0.141601562500 +-0.539062500000 +0.093261718750 +0.186523437500 +-0.010131835938 +-0.074218750000 +-0.255859375000 +-0.091308593750 +0.051269531250 +-0.135742187500 +-0.173828125000 +-0.136718750000 +0.554687500000 +0.012939453125 +-0.155273437500 +-0.191406250000 +0.042480468750 +-0.144531250000 +0.066894531250 +-0.273437500000 +0.072265625000 +-0.210937500000 +0.169921875000 +0.077636718750 +0.101562500000 +0.134765625000 +-0.054931640625 +0.000965118408 +0.107910156250 +0.021240234375 +-0.031494140625 +-0.298828125000 +0.162109375000 +-0.333984375000 +0.147460937500 +-0.208007812500 +0.072265625000 +0.005493164062 +-0.097656250000 +0.055908203125 +0.140625000000 +0.166992187500 +-0.468750000000 +-0.042968750000 +0.024291992188 +-0.023803710938 +0.279296875000 +-0.174804687500 +0.151367187500 +0.072265625000 +-0.135742187500 +0.058349609375 +0.145507812500 +0.093750000000 +-0.161132812500 +-0.388671875000 +0.077148437500 +-0.077636718750 +0.011291503906 +0.486328125000 +-0.012145996094 +-0.028076171875 +0.050537109375 +-0.081054687500 +-0.133789062500 +-0.055908203125 +0.035644531250 +-0.210937500000 +-0.029418945312 +-0.051757812500 +-0.335937500000 +0.071777343750 +-0.078613281250 +-0.072265625000 +-0.107910156250 +0.026367187500 +0.234375000000 +0.014648437500 +-0.047119140625 +0.155273437500 +-0.018798828125 +0.120117187500 +-0.051269531250 +-0.028076171875 +-0.145507812500 +-0.087402343750 +0.140625000000 +0.097167968750 +-0.253906250000 +-0.132812500000 +-0.027709960938 +0.125000000000 +-0.221679687500 +0.066406250000 +0.020141601562 +0.117675781250 +-0.058837890625 +-0.021972656250 +0.196289062500 +-0.245117187500 +0.069335937500 +-0.022949218750 +-0.060058593750 +0.084960937500 +0.020263671875 +-0.104492187500 +-0.183593750000 +-0.173828125000 +0.147460937500 +-0.081542968750 +0.020385742188 +0.058593750000 +0.026977539062 +0.116210937500 +-0.116699218750 +0.141601562500 +-0.113769531250 +-0.060302734375 +0.178710937500 +0.011840820312 +-0.027587890625 +0.154296875000 +-0.077148437500 +0.068359375000 +-0.036621093750 +0.124511718750 +0.075683593750 +0.021972656250 +-0.004547119141 +-0.158203125000 +0.012084960938 +0.054687500000 +0.011108398438 +-0.251953125000 +-0.118652343750 +0.029907226562 +-0.105957031250 +-0.042480468750 +0.077636718750 +0.051269531250 +0.110839843750 +-0.015319824219 +-0.186523437500 +0.095703125000 +0.060302734375 +-0.173828125000 +0.047851562500 +0.029541015625 +-0.081542968750 +-0.021850585938 +0.042480468750 +-0.121093750000 +-0.223632812500 +-0.115722656250 +0.078613281250 +0.115722656250 +-0.052734375000 +0.031738281250 +-0.021850585938 +-0.145507812500 +0.083007812500 +-0.255859375000 +0.138671875000 +-0.096679687500 +-0.055175781250 +-0.324218750000 +-0.049804687500 +0.038574218750 +0.039062500000 +0.118652343750 +-0.259765625000 +-0.018432617188 +0.043212890625 +0.045898437500 +0.133789062500 +-0.073242187500 +0.093750000000 +0.055419921875 +-0.135742187500 +0.066406250000 +-0.024047851562 +0.052490234375 +0.147460937500 +-0.130859375000 +0.233398437500 +0.016723632812 +-0.106933593750 +0.020019531250 +-0.045410156250 +0.105468750000 +0.053955078125 +0.061279296875 +-0.126953125000 +0.005859375000 +0.039550781250 +0.133789062500 +0.052734375000 +-0.121093750000 +-0.158203125000 +0.005249023438 +-0.118652343750 +-0.090332031250 +0.085937500000 +0.062011718750 +0.171875000000 +0.049804687500 +-0.074218750000 +0.107910156250 +0.087890625000 +-0.030273437500 +0.058593750000 +-0.190429687500 +0.085449218750 +-0.086914062500 +0.149414062500 +0.115722656250 +-0.902343750000 +-0.030029296875 +0.122070312500 +0.079589843750 +-0.057861328125 +0.155273437500 +0.019287109375 +0.044677734375 +0.081542968750 +-0.214843750000 +0.082031250000 +0.101562500000 +-0.085449218750 +-0.250000000000 +-0.078125000000 +-0.002334594727 +0.037841796875 +-0.010437011719 +-0.055908203125 +0.038085937500 +0.025390625000 +0.009887695312 +0.120605468750 +-0.007751464844 +0.082031250000 +0.097167968750 +-0.114257812500 +0.091796875000 +0.011840820312 +0.129882812500 +0.132812500000 +-0.047119140625 +0.127929687500 +0.094726562500 +0.074707031250 +-0.108398437500 +0.036621093750 +0.170898437500 +-0.063476562500 +0.082031250000 +-0.163085937500 +-0.257812500000 +-0.048339843750 +0.028442382812 +-0.159179687500 +-0.435546875000 +0.061523437500 +-0.245117187500 +0.036621093750 +0.001525878906 +-0.013977050781 +0.129882812500 +0.406250000000 +0.075683593750 +0.142578125000 +-0.238281250000 +-0.060302734375 +0.017944335938 +0.104980468750 +0.036621093750 +-0.098632812500 +-0.145507812500 +0.111816406250 +-0.038818359375 +-0.382812500000 +-0.216796875000 +-0.116699218750 +0.141601562500 +-0.171875000000 +0.163085937500 +0.104980468750 +-0.149414062500 +0.010559082031 +-0.138671875000 +0.044677734375 +0.025390625000 +-0.095214843750 +-0.734375000000 +-0.141601562500 +-0.139648437500 +-0.052490234375 +0.006652832031 +-0.199218750000 +-0.089355468750 +0.028808593750 +0.320312500000 +0.114746093750 +0.036132812500 +-0.009033203125 +0.091308593750 +0.053466796875 +0.068359375000 +0.158203125000 +0.139648437500 +0.021972656250 +0.079101562500 +0.316406250000 +0.138671875000 +-0.056884765625 +0.097167968750 +0.028808593750 +0.092285156250 +-0.046630859375 +0.102050781250 +-0.051513671875 +0.126953125000 +0.032470703125 +-0.030761718750 +0.038574218750 +0.054687500000 +0.038085937500 +-0.161132812500 +-0.064453125000 +-0.193359375000 +-0.045654296875 +0.030883789062 +-0.028808593750 +0.046386718750 +0.183593750000 +0.185546875000 +0.197265625000 +0.096191406250 +-0.009887695312 +0.072753906250 +-0.002639770508 +-0.085937500000 +-0.015380859375 +0.255859375000 +0.063476562500 +0.084960937500 +-0.094238281250 +-0.069824218750 +-0.043212890625 +0.027832031250 +0.159179687500 +0.049316406250 +0.150390625000 +0.003799438477 +0.215820312500 +0.240234375000 +-0.013610839844 +0.149414062500 +-0.083984375000 +0.083496093750 +-0.130859375000 +-0.018310546875 +-0.388671875000 +-0.032470703125 +-0.008178710938 +-0.047851562500 +0.169921875000 +0.001159667969 +0.163085937500 +0.026611328125 +-0.036132812500 +-0.022827148438 +0.068359375000 +0.012268066406 +-0.015625000000 +-0.092285156250 +0.257812500000 +0.044921875000 +0.004455566406 +0.069824218750 +-0.002319335938 +0.065429687500 +0.074707031250 +0.071777343750 +-0.257812500000 +-0.271484375000 +0.092773437500 +-0.131835937500 +-0.002777099609 +0.127929687500 +0.077148437500 +0.032226562500 +0.069335937500 +0.199218750000 +-0.009704589844 +0.032958984375 +0.015258789062 +0.021484375000 +0.002838134766 +-0.480468750000 +0.041748046875 +-0.308593750000 +0.148437500000 +-0.253906250000 +0.044921875000 +-0.157226562500 +0.151367187500 +0.038818359375 +-0.052246093750 +0.082031250000 +-0.013427734375 +-0.199218750000 +0.040039062500 +0.030883789062 +0.116210937500 +-0.039794921875 +0.027587890625 +-0.320312500000 +0.205078125000 +0.032470703125 +-0.055908203125 +-0.054931640625 +-0.006652832031 +-0.016967773438 +-0.233398437500 +0.155273437500 +-0.149414062500 +-0.066894531250 +0.059570312500 +-0.118652343750 +0.074218750000 +-0.066406250000 +0.074218750000 +0.133789062500 +0.024047851562 +-0.019531250000 +-0.059570312500 +-0.107910156250 +-0.271484375000 +0.055908203125 +0.167968750000 +-0.082031250000 +-0.085449218750 +0.108398437500 +-0.073730468750 +0.025268554688 +0.121093750000 +0.096191406250 +-0.006896972656 +0.339843750000 +-0.022705078125 +-0.007019042969 +-0.099609375000 +-0.079101562500 +-0.230468750000 +-0.304687500000 +-0.073242187500 +-0.052001953125 +-0.191406250000 +0.326171875000 +0.078125000000 +0.105957031250 +0.122558593750 +-0.146484375000 +0.177734375000 +-0.027954101562 +0.124511718750 +-0.078613281250 +0.215820312500 +-0.135742187500 +0.281250000000 +-0.109375000000 +0.053955078125 +-0.208984375000 +-0.287109375000 +0.016723632812 +-0.378906250000 +0.052978515625 +0.129882812500 +-0.112792968750 +0.024169921875 +-0.289062500000 +0.139648437500 +0.078125000000 +0.058593750000 +-0.092773437500 +0.106445312500 +0.349609375000 +0.155273437500 +-0.050781250000 +0.174804687500 +-0.076660156250 +-0.050292968750 +0.038330078125 +0.032470703125 +0.090332031250 +0.004028320312 +-0.703125000000 +0.102050781250 +-0.250000000000 +0.092285156250 +-0.024169921875 +0.001510620117 +-0.158203125000 +0.086425781250 +0.214843750000 +-0.220703125000 +0.117675781250 +-0.056884765625 +-0.043701171875 +0.174804687500 +-0.171875000000 +-0.011047363281 +-0.245117187500 +0.118164062500 +0.051513671875 +-0.032958984375 +0.159179687500 +-0.076660156250 +0.217773437500 +0.099609375000 +-0.057128906250 +-0.029663085938 +0.265625000000 +0.017456054688 +0.069335937500 +0.002197265625 +-0.005828857422 +0.008178710938 +-0.204101562500 +-0.024902343750 +-0.103515625000 +-0.019653320312 +-0.053222656250 +0.269531250000 +0.060791015625 +0.023803710938 +0.018798828125 +-0.008605957031 +0.306640625000 +0.014892578125 +0.034912109375 +0.146484375000 +-0.018432617188 +0.007812500000 +0.236328125000 +0.016845703125 +-0.151367187500 +0.014709472656 +-0.149414062500 +-0.215820312500 +-0.172851562500 +-0.031250000000 +-0.077636718750 +0.021118164062 +-0.277343750000 +-0.025390625000 +-0.003585815430 +-0.208007812500 +0.047607421875 +-0.067871093750 +0.341796875000 +-0.056396484375 +0.010375976562 +-0.380859375000 +-0.026977539062 +-0.451171875000 +0.166015625000 +-0.019042968750 +-0.269531250000 +0.013183593750 +0.144531250000 +0.104003906250 +0.109863281250 +0.179687500000 +0.143554687500 +0.061035156250 +-0.037109375000 +-0.009765625000 +0.010070800781 +0.200195312500 +-0.214843750000 +-0.015075683594 +-0.011474609375 +0.147460937500 +0.026000976562 +0.186523437500 +0.105468750000 +-0.209960937500 +0.055175781250 +0.108886718750 +-0.009765625000 +-0.150390625000 +-0.075195312500 +-0.033203125000 +-0.093261718750 +-0.031250000000 +0.061767578125 +0.164062500000 +-0.003601074219 +-0.059326171875 +0.013488769531 +-0.108398437500 +-0.041259765625 +0.102539062500 +0.211914062500 +0.109375000000 +0.133789062500 +0.007080078125 +0.096679687500 +0.242187500000 +-0.128906250000 +-0.079589843750 +-0.310546875000 +-0.209960937500 +0.183593750000 +-0.247070312500 +-0.082031250000 +-0.029785156250 +-0.028564453125 +-0.165039062500 +0.164062500000 +-0.074707031250 +0.009643554688 +0.126953125000 +-0.038818359375 +0.155273437500 +0.021606445312 +-0.119628906250 +0.075195312500 +-0.251953125000 +-0.070800781250 +0.265625000000 +0.079101562500 +-0.060791015625 +0.075195312500 +-0.084960937500 +-0.029785156250 +0.107910156250 +-0.113281250000 +-0.023681640625 +-0.039794921875 +-0.098144531250 +-0.142578125000 +-0.065429687500 +-0.026367187500 +-0.039306640625 +0.123535156250 +0.122558593750 +0.100585937500 +-0.182617187500 +-0.265625000000 +0.103027343750 +0.147460937500 +0.102539062500 +0.012878417969 +-0.101562500000 +-0.044921875000 +0.139648437500 +-0.020385742188 +0.147460937500 +-0.143554687500 +-0.037353515625 +0.020141601562 +-0.008605957031 +-0.055175781250 +-0.157226562500 +0.014404296875 +-0.330078125000 +-0.015991210938 +-0.111816406250 +0.182617187500 +0.184570312500 +0.046875000000 +0.111816406250 +-0.194335937500 +-0.292968750000 +-0.006896972656 +-0.055419921875 +0.040283203125 +-0.189453125000 +-0.012634277344 +0.070800781250 +0.000261306763 +0.025024414062 +0.170898437500 +0.259765625000 +0.028320312500 +0.078613281250 +0.000452041626 +-0.047851562500 +-0.121582031250 +0.008911132812 +-0.080566406250 +-0.081054687500 +0.010803222656 +0.245117187500 +0.058105468750 +-0.196289062500 +0.104980468750 +0.010986328125 +0.098632812500 +0.009826660156 +-0.030639648438 +0.032226562500 +-0.131835937500 +-0.015869140625 +0.124023437500 +-0.165039062500 +-0.539062500000 +-0.251953125000 +-0.055664062500 +0.077636718750 +-0.114257812500 +0.050781250000 +-0.367187500000 +-0.081054687500 +0.122558593750 +0.072265625000 +0.053710937500 +-0.014282226562 +-0.056396484375 +0.233398437500 +-0.058105468750 +0.177734375000 +-0.084472656250 +-0.096191406250 +-0.065917968750 +-0.021362304688 +0.071289062500 +-0.208984375000 +0.028686523438 +-0.219726562500 +-0.006164550781 +-0.044189453125 +0.022460937500 +0.021728515625 +0.055175781250 +-0.010864257812 +-0.285156250000 +-0.152343750000 +-0.178710937500 +0.125976562500 +0.214843750000 +0.079101562500 +0.009826660156 +0.076660156250 +0.166992187500 +-0.180664062500 +0.261718750000 +0.308593750000 +0.000949859619 +0.059326171875 +0.159179687500 +-0.018798828125 +-0.009155273438 +-0.054687500000 +0.072753906250 +-0.029541015625 +-0.010620117188 +0.181640625000 +-0.012817382812 +-0.120605468750 +-0.157226562500 +0.138671875000 +-0.045898437500 +0.036621093750 +-0.103027343750 +-0.083007812500 +-0.101562500000 +-0.008728027344 +0.052246093750 +-0.029296875000 +0.074218750000 +-0.263671875000 +0.328125000000 +0.240234375000 +0.226562500000 +0.025512695312 +-0.503906250000 +-0.132812500000 +0.116210937500 +-0.151367187500 +-0.027221679688 +-0.052001953125 +-0.353515625000 +0.123535156250 +0.092773437500 +-0.134765625000 +-0.067382812500 +-0.028442382812 +0.096679687500 +-0.012268066406 +-0.048339843750 +-0.200195312500 +0.033203125000 +0.038085937500 +0.116210937500 +-0.066894531250 +0.045898437500 +0.092285156250 +0.332031250000 +-0.044921875000 +0.101074218750 +-0.201171875000 +-0.123535156250 +-0.011352539062 +-0.167968750000 +-0.018188476562 +0.005218505859 +-0.108886718750 +0.010253906250 +-0.167968750000 +-0.070312500000 +0.380859375000 +-0.020629882812 +0.015502929688 +0.306640625000 +-0.041992187500 +0.035400390625 +-0.201171875000 +-0.110839843750 +0.158203125000 +0.177734375000 +0.060791015625 +-0.285156250000 +0.092285156250 +-0.111328125000 +-0.015502929688 +-0.060302734375 +-0.094726562500 +-0.159179687500 +0.022094726562 +0.161132812500 +0.013549804688 +0.075683593750 +0.098144531250 +0.066894531250 +-0.060058593750 +-0.550781250000 +-0.039306640625 +-0.386718750000 +-0.122558593750 +-0.478515625000 +-0.140625000000 +0.181640625000 +-0.232421875000 +0.173828125000 +-0.003143310547 +0.031250000000 +-0.075683593750 +0.126953125000 +-0.120117187500 +-0.003631591797 +-0.039794921875 +-0.267578125000 +-0.127929687500 +0.119628906250 +-0.069824218750 +0.071289062500 +-0.126953125000 +0.026245117188 +-0.042236328125 +-0.341796875000 +-0.095214843750 +-1.140625000000 +0.031005859375 +0.137695312500 +0.005035400391 +-0.146484375000 +0.026123046875 +0.237304687500 +0.250000000000 +-0.209960937500 +0.107910156250 +-0.060546875000 +-0.041503906250 +-0.127929687500 +0.371093750000 +0.125000000000 +-0.029663085938 +-0.625000000000 +-0.018798828125 +0.137695312500 +-0.098632812500 +-0.186523437500 +0.118164062500 +-0.318359375000 +-0.245117187500 +0.201171875000 +-0.165039062500 +0.065429687500 +-0.063964843750 +-0.243164062500 +0.146484375000 +0.074218750000 +-0.005676269531 +-0.472656250000 +-0.187500000000 +0.142578125000 +0.171875000000 +0.116699218750 +0.132812500000 +0.079589843750 +0.015991210938 +-0.123535156250 +-0.020019531250 +-0.030639648438 +0.160156250000 +0.029785156250 +0.135742187500 +0.018920898438 +-0.092773437500 +-0.200195312500 +-0.045166015625 +0.047607421875 +-0.088378906250 +-0.072265625000 +0.011413574219 +-0.142578125000 +-0.011901855469 +-0.746093750000 +-0.140625000000 +-0.423828125000 +0.033447265625 +-0.038085937500 +-0.051757812500 +-0.004211425781 +-0.178710937500 +0.082519531250 +0.059570312500 +-0.134765625000 +-0.022216796875 +-0.160156250000 +-0.046142578125 +-0.174804687500 +0.172851562500 +-0.050781250000 +0.088867187500 +-0.150390625000 +-0.037109375000 +0.043457031250 +-0.043945312500 +0.035888671875 +0.043945312500 +0.063476562500 +0.105468750000 +-0.107421875000 +-0.322265625000 +-0.083496093750 +0.014221191406 +0.082519531250 +0.159179687500 +0.051269531250 +-0.010498046875 +-0.308593750000 +0.032226562500 +-0.111328125000 +0.129882812500 +0.015747070312 +0.031250000000 +0.113769531250 +-0.100585937500 +0.306640625000 +0.043945312500 +0.005157470703 +0.251953125000 +-0.063964843750 +0.105957031250 +-0.051757812500 +-0.396484375000 +-0.222656250000 +0.289062500000 +-0.029174804688 +0.098632812500 +0.004974365234 +-0.136718750000 +-0.125976562500 +0.007537841797 +0.012634277344 +0.005950927734 +0.144531250000 +0.177734375000 +0.183593750000 +-0.209960937500 +0.216796875000 +-0.330078125000 +-0.298828125000 +-0.063964843750 +0.053710937500 +-0.168945312500 +-0.020385742188 +-0.128906250000 +-0.056152343750 +0.076660156250 +-0.007690429688 +-0.231445312500 +-0.269531250000 +-0.068359375000 +0.150390625000 +0.134765625000 +0.136718750000 +-0.192382812500 +0.030761718750 +-0.080566406250 +0.046630859375 +-0.105957031250 +-0.034423828125 +0.049804687500 +-0.064453125000 +-0.112304687500 +-0.079589843750 +0.033691406250 +0.008178710938 +0.115722656250 +-0.093750000000 +0.158203125000 +0.011230468750 +0.098632812500 +-0.345703125000 +0.160156250000 +-0.247070312500 +0.094726562500 +-0.007141113281 +0.104003906250 +-0.077148437500 +-0.178710937500 +-0.097167968750 +-0.002593994141 +-0.142578125000 +0.146484375000 +-0.128906250000 +-0.625000000000 +-0.052246093750 +-0.065917968750 +-0.060546875000 +0.079101562500 +-0.059570312500 +-0.015014648438 +0.013793945312 +-0.095214843750 +0.041259765625 +0.175781250000 +0.067382812500 +-0.287109375000 +-0.170898437500 +-0.056396484375 +0.092773437500 +0.034667968750 +-0.021484375000 +0.057373046875 +-0.209960937500 +-0.067382812500 +-0.063476562500 +-0.057617187500 +0.010925292969 +0.078613281250 +-0.088867187500 +0.033447265625 +0.051513671875 +-0.043212890625 +-0.308593750000 +0.011779785156 +0.049804687500 +0.113281250000 +0.100585937500 +-0.096191406250 +-0.006896972656 +0.012268066406 +-0.339843750000 +-0.098144531250 +0.001312255859 +0.095703125000 +-0.073730468750 +0.020629882812 +0.052246093750 +-0.168945312500 +-0.130859375000 +0.146484375000 +-0.013916015625 +0.159179687500 +0.166015625000 +-0.320312500000 +-0.109375000000 +0.093261718750 +-0.066894531250 +0.289062500000 +-0.013122558594 +-0.081542968750 +0.083007812500 +-0.066894531250 +0.060546875000 +-0.008483886719 +0.018310546875 +0.168945312500 +-0.071289062500 +-0.388671875000 +-0.120605468750 +-0.169921875000 +0.040039062500 +0.034667968750 +-0.193359375000 +0.081542968750 +0.083007812500 +-0.032226562500 +-0.062255859375 +0.017333984375 +0.006958007812 +-0.014465332031 +-0.015197753906 +0.191406250000 +0.078613281250 +-0.051025390625 +0.107910156250 +-0.133789062500 +0.130859375000 +-0.069824218750 +0.042724609375 +-0.069335937500 +0.119628906250 +-0.070800781250 +-0.245117187500 +-0.034179687500 +-0.105468750000 +-0.036132812500 +0.090332031250 +-0.103027343750 +0.075683593750 +-0.419921875000 +0.084472656250 +-0.036865234375 +0.232421875000 +0.021972656250 +-0.294921875000 +-0.020141601562 +0.086914062500 +0.016967773438 +-0.073730468750 +-0.249023437500 +0.048095703125 +-0.164062500000 +0.072265625000 +0.085449218750 +0.045654296875 +-0.207031250000 +0.151367187500 +-0.306640625000 +0.134765625000 +0.039794921875 +-0.012084960938 +0.090820312500 +0.012145996094 +-0.210937500000 +0.001007080078 +0.079101562500 +-0.017211914062 +0.198242187500 +0.027954101562 +0.089843750000 +0.200195312500 +-0.447265625000 +0.014953613281 +-0.308593750000 +0.114257812500 +0.212890625000 +-0.099609375000 +-0.002777099609 +-0.004791259766 +-0.231445312500 +0.012451171875 +-0.046386718750 +-0.049316406250 +0.039550781250 +-0.255859375000 +-0.022583007812 +0.052734375000 +-0.242187500000 +0.071289062500 +-0.174804687500 +0.165039062500 +0.025268554688 +0.114257812500 +-0.107421875000 +0.071777343750 +-0.059326171875 +0.070800781250 +-0.019897460938 +0.005432128906 +0.061523437500 +-0.059570312500 +0.007354736328 +0.052734375000 +-0.423828125000 +0.155273437500 +-0.304687500000 +-0.041015625000 +-0.119628906250 +-0.435546875000 +0.044921875000 +-0.292968750000 +0.110351562500 +-0.139648437500 +0.017822265625 +0.203125000000 +-0.120605468750 +0.003341674805 +0.277343750000 +0.027954101562 +0.052978515625 +0.056640625000 +-0.185546875000 +0.219726562500 +0.106445312500 +-0.063476562500 +0.082519531250 +0.144531250000 +-0.024780273438 +0.155273437500 +-0.047119140625 +-0.003662109375 +-0.128906250000 +-0.009033203125 +0.029541015625 +-0.109863281250 +0.034179687500 +-0.080078125000 +-0.114746093750 +0.140625000000 +-0.026245117188 +-0.007507324219 +0.083984375000 +0.036621093750 +-0.139648437500 +-0.130859375000 +0.104003906250 +-0.002258300781 +0.016967773438 +-0.041503906250 +0.016723632812 +0.203125000000 +-0.050048828125 +0.183593750000 +-0.255859375000 +-0.014160156250 +0.007659912109 +-0.007202148438 +0.059814453125 +0.166015625000 +-0.153320312500 +-0.020996093750 +0.093261718750 +-0.035156250000 +-0.121582031250 +-0.018676757812 +0.062255859375 +-0.004974365234 +0.151367187500 +0.071289062500 +-0.267578125000 +-0.120605468750 +-0.113281250000 +-0.109863281250 +0.166992187500 +0.035644531250 +-0.026123046875 +0.017578125000 +-0.042968750000 +0.150390625000 +-0.107421875000 +-0.087402343750 +0.421875000000 +0.013488769531 +-0.059082031250 +0.015502929688 +-0.433593750000 +0.227539062500 +0.074218750000 +-0.050292968750 +0.032714843750 +-0.064941406250 +-0.101562500000 +-0.227539062500 +-0.312500000000 +-0.035644531250 +0.035644531250 +-0.041503906250 +0.153320312500 +0.144531250000 +0.054443359375 +-0.057373046875 +-0.002517700195 +-0.083007812500 +0.047607421875 +-0.077148437500 +-0.209960937500 +-0.255859375000 +-0.263671875000 +0.235351562500 +0.125000000000 +0.013977050781 +-0.095214843750 +0.085937500000 +0.130859375000 +-0.244140625000 +-0.221679687500 +-0.223632812500 +-0.144531250000 +-0.037597656250 +-0.075195312500 +-0.191406250000 +0.140625000000 +-0.215820312500 +-0.017944335938 +0.156250000000 +0.083984375000 +0.135742187500 +-0.063476562500 +-0.020385742188 +-0.045166015625 +0.221679687500 +0.205078125000 +0.073242187500 +-0.057861328125 +-0.152343750000 +0.125976562500 +0.076171875000 +-0.075195312500 +-0.455078125000 +-0.105957031250 +-0.224609375000 +0.024658203125 +0.077636718750 +-0.157226562500 +-0.154296875000 +0.269531250000 +0.051757812500 +0.267578125000 +-0.163085937500 +-0.267578125000 +-0.005279541016 +0.150390625000 +-0.187500000000 +-0.470703125000 +-0.059570312500 +-0.251953125000 +0.103027343750 +-0.135742187500 +0.003036499023 +-0.099609375000 +0.023803710938 +-0.075683593750 +-0.089355468750 +-0.233398437500 +0.081054687500 +0.031494140625 +-0.009399414062 +-0.054687500000 +-0.203125000000 +-0.212890625000 +0.007659912109 +0.005798339844 +-0.003189086914 +-0.085937500000 +-0.025756835938 +-0.033203125000 +-0.030273437500 +-0.005737304688 +0.103027343750 +-0.163085937500 +0.030517578125 +0.237304687500 +-0.035156250000 +-0.054687500000 +0.021240234375 +0.054931640625 +0.005523681641 +0.261718750000 +-0.043945312500 +0.045166015625 +-0.185546875000 +0.067382812500 +-0.073730468750 +-0.003128051758 +-0.079101562500 +-0.005889892578 +-0.127929687500 +-0.102539062500 +-0.001029968262 +-0.045410156250 +-0.067871093750 +-0.013732910156 +-0.040283203125 +-0.091796875000 +0.086914062500 +-0.183593750000 +0.170898437500 +-0.006347656250 +0.140625000000 +0.025878906250 +-0.028076171875 +-0.135742187500 +-0.004577636719 +0.065429687500 +0.029052734375 +0.232421875000 +-0.339843750000 +-0.188476562500 +-0.076171875000 +-0.129882812500 +0.120605468750 +0.091308593750 +-0.016113281250 +0.012878417969 +-0.046875000000 +-0.200195312500 +-0.155273437500 +-0.162109375000 +0.161132812500 +0.101074218750 +-0.044189453125 +-0.033691406250 +0.111816406250 +-0.190429687500 +0.003112792969 +-0.172851562500 +-0.052490234375 +0.007110595703 +0.069335937500 +-0.045654296875 +0.033691406250 +0.223632812500 +-0.027343750000 +-0.090332031250 +0.014038085938 +0.057128906250 +0.120117187500 +-0.102050781250 +-0.068359375000 +-0.044189453125 +0.062255859375 +0.198242187500 +0.001647949219 +0.032714843750 +-0.193359375000 +0.032958984375 +-0.052734375000 +-0.104003906250 +-0.080078125000 +-0.028686523438 +0.025756835938 +-0.207031250000 +0.036865234375 +-0.149414062500 +0.124511718750 +0.115722656250 +-0.083496093750 +-0.193359375000 +0.037109375000 +0.039306640625 +-0.199218750000 +0.000991821289 +0.015625000000 +0.061279296875 +-0.006713867188 +-0.003143310547 +0.006347656250 +-0.009765625000 +-0.088378906250 +0.408203125000 +-0.421875000000 +-0.196289062500 +-0.061523437500 +-0.116210937500 +-0.069335937500 +0.207031250000 +0.204101562500 +0.152343750000 +0.057617187500 +-0.130859375000 +-0.090820312500 +-0.166015625000 +0.074707031250 +0.113281250000 +-0.020019531250 +-0.000188827515 +0.183593750000 +-0.135742187500 +-0.003723144531 +-0.257812500000 +0.029418945312 +-0.089843750000 +0.065429687500 +-0.261718750000 +-0.063964843750 +0.111328125000 +-0.038330078125 +0.095703125000 +-0.236328125000 +0.155273437500 +0.285156250000 +-0.130859375000 +0.010620117188 +-0.082519531250 +0.076171875000 +0.086914062500 +-0.117187500000 +-0.014648437500 +-0.375000000000 +0.168945312500 +0.146484375000 +0.065917968750 +0.008666992188 +-0.166015625000 +0.041015625000 +-0.053466796875 +0.142578125000 +0.083984375000 +-0.046875000000 +-0.103515625000 +-0.028076171875 +0.022338867188 +0.158203125000 +0.058349609375 +-0.194335937500 +0.243164062500 +-0.050781250000 +0.033935546875 +-0.037841796875 +0.166015625000 +0.163085937500 +0.017456054688 +0.080566406250 +-0.114257812500 +-0.172851562500 +-0.292968750000 +-0.093750000000 +-0.075195312500 +-0.269531250000 +0.075195312500 +0.131835937500 +-0.065917968750 +-0.120605468750 +-0.118652343750 +0.166992187500 +-0.135742187500 +0.045166015625 +0.143554687500 +-0.052246093750 +-0.189453125000 +0.162109375000 +0.069335937500 +-0.008850097656 +-0.108886718750 +-0.044189453125 +-0.062255859375 +0.095703125000 +-0.209960937500 +0.041259765625 +-0.100585937500 +-0.185546875000 +-0.018920898438 +-0.127929687500 +0.062255859375 +0.225585937500 +-0.083007812500 +-0.020263671875 +0.107910156250 +0.209960937500 +0.147460937500 +-0.064453125000 +-0.080078125000 +-0.221679687500 +-0.523437500000 +-0.147460937500 +0.075195312500 +0.052246093750 +-0.146484375000 +-0.164062500000 +-0.041259765625 +0.091796875000 +0.127929687500 +-0.036865234375 +-0.101562500000 +-0.104492187500 +-0.068359375000 +0.066406250000 +-0.119140625000 +0.036376953125 +0.184570312500 +0.029907226562 +0.118164062500 +-0.070800781250 +-0.045166015625 +0.059570312500 +0.090332031250 +-0.045654296875 +-0.181640625000 +-0.166015625000 +-0.367187500000 +-0.322265625000 +-0.083007812500 +-0.148437500000 +-0.001037597656 +0.031250000000 +-0.064941406250 +-0.151367187500 +0.065429687500 +0.302734375000 +-0.134765625000 +0.010742187500 +0.029663085938 +-0.054687500000 +-0.069335937500 +-0.131835937500 +0.081542968750 +-0.004028320312 +-0.067382812500 +-0.079101562500 +-0.098632812500 +-0.002914428711 +-0.082031250000 +0.132812500000 +-0.042968750000 +-0.057861328125 +0.071777343750 +-0.240234375000 +0.087402343750 +0.011047363281 +-0.075683593750 +0.018066406250 +-0.207031250000 +0.265625000000 +0.168945312500 +-0.104003906250 +0.025634765625 +-0.333984375000 +0.006195068359 +-0.081054687500 +-0.047607421875 +-0.105957031250 +0.047119140625 +-0.022827148438 +0.073730468750 +0.075683593750 +-0.192382812500 +0.014709472656 +0.082519531250 +0.041992187500 +-0.066894531250 +-0.231445312500 +-0.123046875000 +0.000446319580 +0.009887695312 +0.026245117188 +0.077148437500 +-0.251953125000 +-0.049560546875 +0.322265625000 +0.103515625000 +0.083007812500 +0.208007812500 +-0.141601562500 +-0.296875000000 +-0.068359375000 +-0.008728027344 +0.038574218750 +0.053466796875 +-0.024902343750 +-0.096679687500 +-0.066406250000 +0.020751953125 +0.030151367188 +-0.070312500000 +0.014770507812 +-0.034667968750 +-0.009216308594 +-0.057617187500 +-0.214843750000 +0.096679687500 +0.013488769531 +-0.112792968750 +-0.138671875000 +-0.046386718750 +0.082519531250 +-0.023315429688 +-0.031494140625 +0.041259765625 +-0.041748046875 +-0.011474609375 +-0.113281250000 +0.092285156250 +-0.154296875000 +-0.050292968750 +0.113769531250 +-0.014953613281 +0.824218750000 +0.056640625000 +0.199218750000 +0.137695312500 +-0.300781250000 +0.076660156250 +-0.109863281250 +0.020019531250 +0.165039062500 +0.052490234375 +0.023315429688 +-0.072753906250 +0.029541015625 +-0.040771484375 +0.056884765625 +0.094238281250 +-0.279296875000 +-0.136718750000 +-0.180664062500 +0.052001953125 +-0.081542968750 +-0.070312500000 +0.097656250000 +0.071289062500 +-0.233398437500 +-0.107910156250 +-0.129882812500 +0.117187500000 +0.152343750000 +0.028564453125 +-0.060058593750 +-0.139648437500 +-0.056152343750 +-0.151367187500 +0.084960937500 +0.083007812500 +-0.081542968750 +0.004547119141 +0.005401611328 +0.074707031250 +-0.019531250000 +-0.069335937500 +-0.034912109375 +-0.190429687500 +-0.026977539062 +0.020874023438 +-0.232421875000 +0.120605468750 +-0.044433593750 +0.000432968140 +-0.014099121094 +-0.187500000000 +0.038574218750 +0.048339843750 +0.044677734375 +-0.044433593750 +-0.097656250000 +-0.008605957031 +-0.044921875000 +0.092285156250 +0.036621093750 +0.096679687500 +0.002655029297 +0.093750000000 +-0.063964843750 +0.110351562500 +0.136718750000 +-0.053710937500 +-0.194335937500 +0.005889892578 +0.053222656250 +-0.267578125000 +-0.050048828125 +0.047363281250 +0.207031250000 +-0.075683593750 +-0.065429687500 +-0.038330078125 +0.093750000000 +0.073730468750 +-0.097167968750 +0.007781982422 +0.061767578125 +0.060791015625 +0.071777343750 +0.009765625000 +0.027709960938 +0.025024414062 +-0.110839843750 +-0.046142578125 +0.008300781250 +0.150390625000 +-0.000923156738 +-0.014038085938 +-0.042236328125 +-0.050292968750 +0.015258789062 +-0.275390625000 +-0.027954101562 +-0.144531250000 +0.012451171875 +-0.059570312500 +-0.124511718750 +-0.019531250000 +0.067382812500 +0.032958984375 +0.036865234375 +-0.058105468750 +-0.051025390625 +0.027343750000 +-0.088378906250 +-0.153320312500 +0.031250000000 +0.057128906250 +-0.079101562500 +-0.101562500000 +0.007873535156 +-0.142578125000 +0.147460937500 +-0.009338378906 +0.160156250000 +-0.236328125000 +-0.060546875000 +0.141601562500 +-0.033691406250 +-0.022460937500 +0.073730468750 +-0.009460449219 +-0.067871093750 +-0.126953125000 +-0.013000488281 +-0.134765625000 +-0.134765625000 +-0.042236328125 +-0.128906250000 +0.023681640625 +-0.119628906250 +0.067382812500 +-0.017700195312 +0.207031250000 +-0.200195312500 +-0.006500244141 +-0.084472656250 +-0.190429687500 +-0.038574218750 +0.097167968750 +-0.122558593750 +-0.275390625000 +0.110351562500 +0.026489257812 +0.103027343750 +0.030517578125 +0.065429687500 +0.061523437500 +0.071289062500 +-0.353515625000 +-0.071777343750 +0.197265625000 +-0.009887695312 +-0.015625000000 +-0.058837890625 +-0.036865234375 +0.033203125000 +0.141601562500 +0.177734375000 +-0.050537109375 +-0.241210937500 +0.050292968750 +-0.012207031250 +0.171875000000 +-0.061523437500 +-0.211914062500 +-0.197265625000 +0.022583007812 +-0.109375000000 +-0.172851562500 +0.001777648926 +0.053222656250 +-0.062988281250 +-0.243164062500 +-0.131835937500 +-0.050537109375 +0.076660156250 +-0.009277343750 +-0.065917968750 +0.091308593750 +0.133789062500 +-0.112792968750 +-0.161132812500 +0.103515625000 +0.101074218750 +-0.040527343750 +-0.015563964844 +-0.093261718750 +0.033691406250 +0.209960937500 +-0.289062500000 +0.019287109375 +-0.118652343750 +-0.039306640625 +-0.179687500000 +0.076660156250 +0.078613281250 +-0.320312500000 +-0.302734375000 +0.062988281250 +0.110351562500 +-0.291015625000 +0.008972167969 +0.025756835938 +-0.070312500000 +-0.265625000000 +0.182617187500 +-0.114746093750 +-0.004119873047 +0.028320312500 +0.051757812500 +-0.355468750000 +0.009826660156 +-0.326171875000 +0.084472656250 +0.115234375000 +0.114746093750 +-0.027832031250 +-0.005767822266 +-0.144531250000 +-0.108398437500 +-0.015991210938 +0.036621093750 +0.000076293945 +0.047363281250 +-0.150390625000 +-0.090820312500 +0.140625000000 +0.027709960938 +-0.152343750000 +-0.157226562500 +-0.285156250000 +0.386718750000 +-0.023315429688 +-0.004974365234 +0.083007812500 +-0.095703125000 +-0.125000000000 +0.129882812500 +-0.275390625000 +0.081054687500 +0.106445312500 +-0.055419921875 +-0.061035156250 +-0.024536132812 +0.028564453125 +-0.034179687500 +0.141601562500 +0.050537109375 +-0.019287109375 +-0.009033203125 +-0.194335937500 +-0.124023437500 +0.016845703125 +-0.144531250000 +-0.164062500000 +-0.000751495361 +0.085937500000 +-0.023437500000 +0.134765625000 +0.042968750000 +0.115234375000 +-0.136718750000 +-0.257812500000 +0.217773437500 +-0.004547119141 +-0.009948730469 +0.048095703125 +-0.170898437500 +-0.222656250000 +0.147460937500 +0.183593750000 +-0.141601562500 +-0.042480468750 +-0.040039062500 +-0.088378906250 +0.020996093750 +-0.115234375000 +0.024536132812 +-0.057617187500 +-0.186523437500 +-0.043457031250 +-0.061767578125 +-0.077148437500 +-0.265625000000 +0.082519531250 +0.217773437500 +-0.090332031250 +0.011901855469 +0.093750000000 +-0.035400390625 +-0.188476562500 +0.077636718750 +-0.144531250000 +-0.055664062500 +-0.363281250000 +-0.076660156250 +0.065917968750 +0.084960937500 +0.062255859375 +-0.138671875000 +-0.177734375000 +-0.063476562500 +-0.108398437500 +0.063476562500 +-0.026855468750 +-0.133789062500 +0.056396484375 +-0.008911132812 +0.041992187500 +-0.106933593750 +0.002883911133 +-0.067871093750 +-0.108398437500 +0.005004882812 +-0.051513671875 +0.078613281250 +0.128906250000 +0.097167968750 +0.021972656250 +0.199218750000 +0.255859375000 +-0.187500000000 +0.169921875000 +-0.011901855469 +-0.044921875000 +-0.231445312500 +0.121582031250 +-0.212890625000 +0.028320312500 +0.080078125000 +0.000732421875 +-0.010437011719 +-0.097656250000 +0.166992187500 +-0.009521484375 +0.142578125000 +-0.051025390625 +-0.017578125000 +0.069335937500 +-0.318359375000 +-0.159179687500 +0.140625000000 +-0.104003906250 +-0.050048828125 +0.029785156250 +-0.164062500000 +-0.051269531250 +-0.064941406250 +0.103027343750 +0.000602722168 +-0.251953125000 +0.107421875000 +-0.349609375000 +-0.341796875000 +0.011840820312 +0.156250000000 +-0.036865234375 +-0.118164062500 +0.036621093750 +-0.160156250000 +0.061767578125 +0.132812500000 +-0.055664062500 +-0.152343750000 +-0.120117187500 +-0.071289062500 +-0.204101562500 +0.017089843750 +0.016357421875 +0.029541015625 +0.031494140625 +0.074218750000 +0.082031250000 +-0.028686523438 +-0.013610839844 +-0.041015625000 +-0.059814453125 +0.114257812500 +-0.060058593750 +0.088378906250 +0.105468750000 +0.273437500000 +0.203125000000 +0.208007812500 +0.244140625000 +-0.171875000000 +-0.038330078125 +-0.292968750000 +-0.186523437500 +-0.090332031250 +0.034179687500 +-0.166015625000 +0.064453125000 +0.033203125000 +-0.011535644531 +-0.070312500000 +-0.053710937500 +0.175781250000 +-0.122070312500 +0.024169921875 +0.008300781250 +-0.039794921875 +0.119140625000 +-0.480468750000 +-0.242187500000 +0.066894531250 +-0.086914062500 +-0.074707031250 +-0.047607421875 +-0.037841796875 +-0.199218750000 +-0.020874023438 +-0.044189453125 +0.080078125000 +-0.034912109375 +-0.010742187500 +-0.310546875000 +-0.406250000000 +-0.011901855469 +0.054687500000 +-0.033935546875 +-0.084960937500 +-0.029663085938 +-0.079101562500 +0.070312500000 +0.084472656250 +0.034179687500 +-0.052001953125 +-0.015380859375 +0.109863281250 +0.090332031250 +0.042968750000 +-0.024291992188 +-0.119140625000 +0.049804687500 +0.141601562500 +0.007598876953 +0.093750000000 +0.011291503906 +-0.030029296875 +-0.018066406250 +0.000488281250 +-0.012756347656 +-0.144531250000 +0.147460937500 +0.072753906250 +0.032958984375 +0.003570556641 +0.033691406250 +-0.099121093750 +0.209960937500 +0.001533508301 +0.172851562500 +0.037109375000 +-0.077636718750 +-0.186523437500 +0.219726562500 +-0.054199218750 +-0.033691406250 +-0.039550781250 +-0.152343750000 +0.084960937500 +0.005340576172 +0.002838134766 +-0.017211914062 +0.079589843750 +-0.004333496094 +0.091308593750 +-0.273437500000 +0.049804687500 +-0.070312500000 +-0.037597656250 +0.034179687500 +0.063476562500 +-0.106445312500 +0.050537109375 +-0.001815795898 +0.042480468750 +-0.094726562500 +-0.091796875000 +-0.127929687500 +0.131835937500 +0.106933593750 +0.052001953125 +0.052978515625 +0.024658203125 +-0.008361816406 +-0.097656250000 +0.139648437500 +-0.020141601562 +0.066894531250 +0.042236328125 +-0.099609375000 +-0.025878906250 +0.042480468750 +0.100097656250 +-0.196289062500 +-0.055419921875 +-0.003173828125 +-0.071777343750 +0.142578125000 +0.013488769531 +0.061279296875 +-0.069335937500 +-0.032714843750 +-0.006042480469 +-0.077636718750 +-0.025390625000 +0.214843750000 +-0.070800781250 +0.148437500000 +-0.310546875000 +0.150390625000 +0.010314941406 +0.105957031250 +-0.079101562500 +-0.388671875000 +0.019287109375 +0.003997802734 +-0.120117187500 +0.124511718750 +-0.000478744507 +-0.098144531250 +-0.009765625000 +-0.212890625000 +0.023071289062 +-0.035888671875 +0.051025390625 +0.021728515625 +-0.012023925781 +0.104003906250 +0.010131835938 +-0.250000000000 +-0.098632812500 +-0.130859375000 +-0.279296875000 +-0.237304687500 +-0.037597656250 +-0.271484375000 +-0.056640625000 +-0.093750000000 +0.005279541016 +-0.049072265625 +0.078613281250 +0.024414062500 +-0.096191406250 +0.071289062500 +0.105468750000 +-0.156250000000 +-0.067871093750 +0.085937500000 +-0.016357421875 +-0.122558593750 +-0.088867187500 +-0.088378906250 +0.033447265625 +-0.007476806641 +-0.488281250000 +0.121582031250 +-0.179687500000 +0.200195312500 +0.020507812500 +-0.034179687500 +-0.014221191406 +-0.077636718750 +-0.120605468750 +-0.021362304688 +-0.050292968750 +-0.006835937500 +0.000743865967 +0.117187500000 +0.027343750000 +-0.174804687500 +-0.001983642578 +0.000110149384 +-0.078125000000 +-0.038085937500 +0.052001953125 +0.029174804688 +0.067382812500 +-0.209960937500 +0.116699218750 +-0.070312500000 +0.031250000000 +-0.010498046875 +-0.117187500000 +-0.710937500000 +0.029296875000 +-0.047363281250 +-0.077148437500 +0.098144531250 +-0.100585937500 +0.250000000000 +-0.275390625000 +0.212890625000 +0.037109375000 +0.173828125000 +-0.345703125000 +-0.034179687500 +-0.088867187500 +-0.129882812500 +-0.106445312500 +-0.287109375000 +-0.117187500000 +-0.051269531250 +0.029785156250 +0.018188476562 +-0.009765625000 +-0.163085937500 +-0.001556396484 +-0.050781250000 +-0.005310058594 +-0.125000000000 +-0.060302734375 +0.078125000000 +0.030029296875 +-0.107910156250 +0.012390136719 +-0.131835937500 +0.003997802734 +-0.265625000000 +-0.431640625000 +0.156250000000 +-0.168945312500 +-0.047119140625 +-0.335937500000 +-0.188476562500 +0.118164062500 +0.031494140625 +0.011169433594 +0.012207031250 +0.269531250000 +-0.110839843750 +0.014648437500 +0.128906250000 +0.050048828125 +-0.168945312500 +0.026123046875 +0.013427734375 +-0.167968750000 +0.078613281250 +-0.063964843750 +0.059082031250 +0.291015625000 +0.084472656250 +-0.020263671875 +-0.077148437500 +-0.164062500000 +-0.029541015625 +-0.090332031250 +-0.933593750000 +-0.114746093750 +0.054443359375 +-0.151367187500 +-0.015869140625 +0.104003906250 +-0.000026702881 +-0.114746093750 +-0.030639648438 +-0.166992187500 +-0.091796875000 +-0.324218750000 +-0.141601562500 +-0.039306640625 +-0.011474609375 +-0.102050781250 +-0.126953125000 +0.021362304688 +-0.058837890625 +0.083007812500 +-0.068847656250 +0.050537109375 +-0.165039062500 +-0.029052734375 +-0.121582031250 +0.086425781250 +-0.028564453125 +-0.208007812500 +-0.271484375000 +0.021240234375 +0.006103515625 +-0.034667968750 +-0.125000000000 +-0.031494140625 +-0.010070800781 +-0.431640625000 +0.137695312500 +-0.183593750000 +-0.062988281250 +-0.138671875000 +-0.217773437500 +0.049072265625 +0.143554687500 +-0.123046875000 +-0.156250000000 +0.141601562500 +0.067382812500 +0.019653320312 +0.092285156250 +0.130859375000 +-0.151367187500 +0.026000976562 +-0.101562500000 +-0.386718750000 +0.207031250000 +0.066406250000 +-0.045410156250 +-0.255859375000 +0.072753906250 +-0.208984375000 +-0.046386718750 +-0.208984375000 +0.052001953125 +0.044921875000 +-0.087402343750 +-0.019287109375 +-0.068847656250 +-0.125976562500 +0.152343750000 +0.199218750000 +0.038574218750 +-0.118652343750 +0.020507812500 +-0.234375000000 +-0.002304077148 +-0.279296875000 +-0.097656250000 +-0.098632812500 +0.142578125000 +0.083007812500 +-0.167968750000 +-0.361328125000 +-0.073730468750 +-0.038818359375 +-0.078125000000 +0.035888671875 +-0.147460937500 +-0.097656250000 +0.069335937500 +-0.006286621094 +-0.090332031250 +-0.027587890625 +-0.147460937500 +-0.015563964844 +0.030639648438 +0.062500000000 +-0.052734375000 +0.012145996094 +-0.152343750000 +-0.386718750000 +0.054931640625 +-0.353515625000 +0.024291992188 +-0.298828125000 +0.177734375000 +0.171875000000 +-0.025634765625 +-0.171875000000 +0.058593750000 +-0.108886718750 +0.248046875000 +0.186523437500 +0.115722656250 +0.071289062500 +-0.021240234375 +-0.049560546875 +-0.271484375000 +-0.214843750000 +0.187500000000 +-0.002395629883 +0.060302734375 +-0.123535156250 +-0.050292968750 +0.009582519531 +-0.146484375000 +-0.089355468750 +0.134765625000 +0.437500000000 +-0.100585937500 +-0.255859375000 +-0.173828125000 +-0.224609375000 +-0.087402343750 +0.133789062500 +-0.287109375000 +-0.265625000000 +0.127929687500 +-0.058593750000 +0.028686523438 +-0.143554687500 +-0.124023437500 +0.121582031250 +0.151367187500 +0.221679687500 +-0.216796875000 +-0.176757812500 +-0.183593750000 +-0.009033203125 +-0.025390625000 +-0.013000488281 +0.013122558594 +0.138671875000 +-0.136718750000 +0.038574218750 +0.138671875000 +-0.025756835938 +0.127929687500 +0.022338867188 +-0.056884765625 +-0.101074218750 +-0.128906250000 +-0.287109375000 +-0.014526367188 +-0.363281250000 +-0.127929687500 +0.045166015625 +-0.056884765625 +-0.289062500000 +-0.122070312500 +0.042480468750 +0.040039062500 +-0.036621093750 +0.041259765625 +-0.041992187500 +0.105468750000 +0.180664062500 +0.070800781250 +0.045410156250 +-0.091308593750 +0.026123046875 +-0.002883911133 +-0.243164062500 +0.233398437500 +-0.061767578125 +0.037109375000 +-0.251953125000 +0.121582031250 +-0.005615234375 +-0.077148437500 +-0.161132812500 +-0.065429687500 +0.443359375000 +-0.369140625000 +-0.071289062500 +0.111328125000 +-0.253906250000 +-0.054687500000 +-0.173828125000 +-0.316406250000 +-0.041503906250 +0.153320312500 +-0.112304687500 +0.046386718750 +-0.291015625000 +-0.127929687500 +-0.094726562500 +0.194335937500 +-0.189453125000 +-0.083984375000 +-0.143554687500 +-0.171875000000 +-0.039306640625 +-0.002044677734 +-0.027221679688 +0.083496093750 +-0.054443359375 +-0.065917968750 +0.103515625000 +0.115722656250 +-0.066406250000 +0.090820312500 +0.125000000000 +0.072753906250 +-0.076660156250 +-0.036621093750 +-0.078613281250 +0.153320312500 +-0.269531250000 +-0.151367187500 +-0.053466796875 +0.180664062500 +-0.052001953125 +0.023437500000 +-0.116699218750 +0.013610839844 +0.006286621094 +-0.010131835938 +-0.135742187500 +0.127929687500 +0.075195312500 +-0.049804687500 +0.108886718750 +-0.091308593750 +-0.028198242188 +-0.003143310547 +-0.241210937500 +0.125976562500 +-0.057617187500 +-0.003997802734 +0.234375000000 +-0.041259765625 +0.054443359375 +0.005371093750 +-0.067382812500 +-0.023437500000 +-0.083984375000 +-0.025634765625 +0.018920898438 +-0.010131835938 +0.080078125000 +0.047363281250 +0.326171875000 +-0.398437500000 +0.373046875000 +0.038818359375 +-0.048828125000 +0.010620117188 +-0.371093750000 +-0.105468750000 +-0.019653320312 +0.187500000000 +-0.201171875000 +-0.026611328125 +-0.073730468750 +-0.166015625000 +-0.036865234375 +0.039550781250 +0.059814453125 +0.046386718750 +-0.017700195312 +0.077636718750 +0.087890625000 +0.067382812500 +-0.084472656250 +-0.000310897827 +0.149414062500 +-0.007110595703 +0.088867187500 +-0.132812500000 +0.051269531250 +-0.365234375000 +-0.492187500000 +0.023925781250 +-0.175781250000 +0.087402343750 +-0.124023437500 +0.105468750000 +-0.237304687500 +-0.002532958984 +0.040283203125 +-0.026855468750 +-0.170898437500 +0.015747070312 +0.023681640625 +-0.078613281250 +-0.056640625000 +-0.062500000000 +-0.103027343750 +0.127929687500 +-0.191406250000 +0.047363281250 +-0.105957031250 +0.004150390625 +0.076171875000 +0.263671875000 +-0.056640625000 +0.012451171875 +-0.085937500000 +-0.024902343750 +-0.129882812500 +-0.075195312500 +0.014038085938 +-0.164062500000 +-0.250000000000 +0.057861328125 +-0.341796875000 +-0.390625000000 +-0.091308593750 +0.196289062500 +0.112792968750 +-0.094238281250 +-0.124511718750 +-0.073242187500 +0.199218750000 +-0.121093750000 +0.050781250000 +-0.064941406250 +-0.425781250000 +-0.068847656250 +-0.142578125000 +0.028076171875 +-0.069824218750 +0.047607421875 +0.084960937500 +0.041992187500 +-0.088378906250 +-0.069335937500 +-0.027709960938 +-0.069824218750 +0.060546875000 +0.027587890625 +0.034423828125 +0.132812500000 +0.022827148438 +0.145507812500 +-0.086425781250 +-0.021728515625 +0.068847656250 +0.112792968750 +-0.019775390625 +-0.027099609375 +-0.042968750000 +0.051269531250 +-0.451171875000 +-0.175781250000 +0.161132812500 +-0.211914062500 +0.014343261719 +-0.578125000000 +0.168945312500 +-0.000212669373 +0.005462646484 +-0.059570312500 +-0.239257812500 +-0.026245117188 +0.048828125000 +0.138671875000 +-0.124023437500 +0.020996093750 +-0.016845703125 +0.027709960938 +0.031250000000 +0.011108398438 +0.024169921875 +-0.047851562500 +0.022216796875 +-0.007781982422 +-0.121093750000 +0.025268554688 +0.183593750000 +0.229492187500 +-0.114746093750 +0.034912109375 +-0.445312500000 +0.239257812500 +-0.229492187500 +0.132812500000 +-0.014587402344 +0.149414062500 +-0.110839843750 +0.148437500000 +-0.004699707031 +-0.018554687500 +-0.363281250000 +0.001724243164 +-0.148437500000 +-0.025146484375 +-0.019042968750 +0.039306640625 +-0.080566406250 +0.073730468750 +0.051513671875 +-0.011169433594 +0.042968750000 +0.021240234375 +-0.028198242188 +0.080566406250 +0.033691406250 +-0.155273437500 +-0.328125000000 +-0.048095703125 +0.056884765625 +-0.271484375000 +0.042236328125 +-0.213867187500 +-0.067382812500 +0.219726562500 +-0.055175781250 +0.013854980469 +0.091796875000 +-0.065917968750 +-0.045654296875 +-0.500000000000 +-0.013549804688 +0.192382812500 +-0.123535156250 +-0.142578125000 +-0.117187500000 +-0.238281250000 +0.146484375000 +-0.228515625000 +-0.048828125000 +0.010742187500 +0.008361816406 +-0.187500000000 +-0.019775390625 +0.137695312500 +0.102050781250 +-0.115234375000 +0.030517578125 +-0.155273437500 +-0.237304687500 +0.004364013672 +-0.121582031250 +0.139648437500 +0.087890625000 +0.077636718750 +-0.010498046875 +-0.235351562500 +-0.292968750000 +-0.478515625000 +0.138671875000 +-0.237304687500 +-0.020874023438 +-0.061035156250 +-0.292968750000 +0.113281250000 +-0.243164062500 +-0.367187500000 +0.006011962891 +-0.024658203125 +-0.057373046875 +-0.036376953125 +0.073242187500 +-0.061279296875 +-0.012145996094 +-0.061523437500 +0.152343750000 +0.155273437500 +0.030151367188 +0.078125000000 +0.022094726562 +-0.163085937500 +-0.136718750000 +-0.129882812500 +0.507812500000 +-0.279296875000 +0.104492187500 +-0.023437500000 +-0.023315429688 +-0.091308593750 +-0.172851562500 +0.049072265625 +0.196289062500 +0.081542968750 +0.059814453125 +-0.441406250000 +0.227539062500 +0.098632812500 +-0.322265625000 +-0.207031250000 +-0.141601562500 +-0.012756347656 +0.222656250000 +-0.120605468750 +0.137695312500 +-0.001251220703 +-0.108398437500 +-0.119628906250 +0.040527343750 +-0.029785156250 +-0.096679687500 +-0.061767578125 +-0.126953125000 +0.030761718750 +-0.071289062500 +0.013854980469 +0.310546875000 +0.050048828125 +-0.019287109375 +-0.013000488281 +-0.253906250000 +-0.005157470703 +-0.298828125000 +-0.036132812500 +0.022094726562 +-0.105957031250 +0.085449218750 +0.023925781250 +0.038330078125 +0.010375976562 +-0.345703125000 +-0.535156250000 +-0.028564453125 +-0.065917968750 +0.070800781250 +0.021850585938 +0.073730468750 +-0.069335937500 +-0.046386718750 +-0.168945312500 +-0.044433593750 +0.153320312500 +0.046630859375 +0.058593750000 +0.006011962891 +-0.263671875000 +-0.209960937500 +0.061035156250 +-0.176757812500 +0.071289062500 +0.033203125000 +-0.104003906250 +-0.099609375000 +0.138671875000 +0.046142578125 +-0.116210937500 +0.172851562500 +0.052978515625 +-0.187500000000 +-0.455078125000 +0.001945495605 +-0.034912109375 +-0.084472656250 +-0.147460937500 +0.001876831055 +0.012023925781 +0.133789062500 +0.175781250000 +-0.410156250000 +0.068847656250 +-0.059814453125 +-0.006042480469 +-0.098144531250 +-0.073242187500 +0.429687500000 +-0.019409179688 +-0.322265625000 +-0.005279541016 +-0.189453125000 +-0.067382812500 +0.003799438477 +0.064941406250 +0.065917968750 +0.184570312500 +0.203125000000 +-0.088867187500 +-0.148437500000 +0.081054687500 +0.169921875000 +-0.335937500000 +-0.224609375000 +0.058105468750 +-0.016479492188 +-0.005249023438 +-0.261718750000 +0.098144531250 +-0.093261718750 +-0.083007812500 +0.090820312500 +-0.128906250000 +0.118164062500 +-0.224609375000 +0.097656250000 +-0.114257812500 +0.080078125000 +0.098144531250 +0.030761718750 +0.066406250000 +-0.193359375000 +-0.136718750000 +-0.036865234375 +-0.091796875000 +-0.178710937500 +0.069335937500 +0.101562500000 +-0.018920898438 +-0.148437500000 +-0.075195312500 +-0.205078125000 +-0.131835937500 +0.099121093750 +0.027221679688 +-0.053955078125 +-0.412109375000 +0.196289062500 +0.076660156250 +0.243164062500 +0.036621093750 +0.181640625000 +0.106445312500 +0.574218750000 +-0.031738281250 +-0.291015625000 +0.017944335938 +-0.125000000000 +0.054687500000 +0.021240234375 +-0.126953125000 +0.010925292969 +-0.059082031250 +0.312500000000 +0.098144531250 +-0.118652343750 +0.224609375000 +0.100097656250 +-0.108886718750 +0.029174804688 +0.078613281250 +0.176757812500 +-0.138671875000 +0.021728515625 +0.018432617188 +-0.154296875000 +-0.202148437500 +-0.122558593750 +0.062011718750 +-0.224609375000 +0.055175781250 +-0.003890991211 +-0.015869140625 +0.043212890625 +0.164062500000 +0.063476562500 +-0.024658203125 +0.166992187500 +0.002548217773 +0.070312500000 +-0.057373046875 +-0.035888671875 +0.034179687500 +-0.059326171875 +-0.048583984375 +-0.009521484375 +-0.143554687500 +-0.006286621094 +-0.023193359375 +-0.222656250000 +0.046630859375 +0.032714843750 +0.078125000000 +-0.123535156250 +0.178710937500 +0.017822265625 +0.034179687500 +0.078125000000 +0.045898437500 +-0.168945312500 +-0.320312500000 +0.206054687500 +-0.168945312500 +0.057617187500 +-0.039062500000 +0.059814453125 +0.119140625000 +0.172851562500 +-0.012145996094 +0.166992187500 +-0.163085937500 +-0.008239746094 +0.040283203125 +0.090332031250 +0.024536132812 +0.201171875000 +-0.044433593750 +0.079101562500 +-0.019653320312 +0.036132812500 +0.088378906250 +-0.148437500000 +-0.176757812500 +-0.006713867188 +-0.032470703125 +0.191406250000 +0.132812500000 +-0.089355468750 +0.021484375000 +0.075195312500 +-0.072265625000 +-0.015747070312 +-0.320312500000 +-0.192382812500 +-0.003295898438 +0.015136718750 +0.019897460938 +0.116210937500 +-0.063964843750 +0.087402343750 +0.014282226562 +0.079589843750 +-0.153320312500 +-0.025634765625 +-0.010498046875 +0.115234375000 +0.042724609375 +-0.122558593750 +-0.050537109375 +-0.033691406250 +-0.169921875000 +0.038085937500 +-0.031738281250 +-0.166015625000 +0.109375000000 +0.039550781250 +-0.033691406250 +-0.083496093750 +-0.050048828125 +-0.349609375000 +-0.098632812500 +0.102050781250 +0.048339843750 +-0.275390625000 +-0.172851562500 +0.172851562500 +0.143554687500 +0.096679687500 +-0.012939453125 +0.138671875000 +0.063476562500 +0.084960937500 +0.149414062500 +0.179687500000 +-0.101074218750 +-0.037597656250 +0.083007812500 +0.071777343750 +-0.009399414062 +-0.075195312500 +-0.141601562500 +0.012695312500 +-0.076171875000 +-0.061767578125 +0.045898437500 +0.154296875000 +-0.308593750000 +-0.041992187500 +0.017089843750 +-0.093261718750 +-0.419921875000 +0.039062500000 +0.040771484375 +0.042724609375 +-0.002731323242 +0.009033203125 +0.059326171875 +-0.046630859375 +-0.075195312500 +-0.000934600830 +-0.019531250000 +-0.028442382812 +0.024902343750 +-0.072265625000 +-0.082031250000 +0.091796875000 +0.065429687500 +0.049560546875 +0.014465332031 +0.021728515625 +0.064453125000 +0.014404296875 +-0.001937866211 +0.049804687500 +-0.107421875000 +0.007690429688 +0.023681640625 +-0.028198242188 +-0.035156250000 +-0.047851562500 +0.138671875000 +-0.058105468750 +-0.006927490234 +0.004516601562 +-0.033447265625 +-0.100097656250 +-0.052490234375 +0.018188476562 +-0.048339843750 +-0.165039062500 +-0.022583007812 +0.038818359375 +0.074218750000 +-0.285156250000 +0.239257812500 +-0.011718750000 +0.363281250000 +0.035156250000 +0.075195312500 +-0.157226562500 +-0.111328125000 +-0.039062500000 +-0.104003906250 +0.191406250000 +0.070800781250 +-0.144531250000 +-0.208984375000 +-0.083496093750 +-0.048339843750 +0.024047851562 +0.073242187500 +0.029541015625 +0.114257812500 +0.034423828125 +0.208984375000 +0.062988281250 +0.036621093750 +-0.054443359375 +-0.017822265625 +-0.012207031250 +0.341796875000 +0.027954101562 +-0.036132812500 +0.143554687500 +-0.020751953125 +-0.006072998047 +-0.011962890625 +-0.034667968750 +-0.326171875000 +-0.036132812500 +0.001335144043 +0.211914062500 +-0.011718750000 +-0.039062500000 +0.095214843750 +0.013549804688 +-0.326171875000 +-0.043212890625 +0.003845214844 +0.077636718750 +-0.067382812500 +0.070800781250 +-0.161132812500 +-0.121093750000 +-0.343750000000 +-0.044677734375 +0.063476562500 +-0.113769531250 +-0.074218750000 +-0.113281250000 +-0.020019531250 +0.009277343750 +0.237304687500 +-0.130859375000 +-0.032470703125 +0.007324218750 +-0.027954101562 +-0.166992187500 +0.271484375000 +0.016967773438 +0.253906250000 +-0.170898437500 +0.113281250000 +-0.234375000000 +0.112792968750 +-0.031250000000 +-0.355468750000 +0.033203125000 +-0.159179687500 +-0.049804687500 +-0.130859375000 +-0.153320312500 +0.121582031250 +0.216796875000 +0.119140625000 +-0.068847656250 +0.054443359375 +0.043212890625 +0.092773437500 +0.071289062500 +0.125000000000 +0.004791259766 +0.033203125000 +0.064453125000 +0.498046875000 +0.042968750000 +-0.152343750000 +-0.144531250000 +0.198242187500 +-0.281250000000 +-0.031127929688 +0.057861328125 +-0.402343750000 +0.094726562500 +0.047119140625 +0.113281250000 +0.277343750000 +-0.222656250000 +-0.108398437500 +-0.062011718750 +-0.104980468750 +0.099121093750 +-0.086914062500 +0.024047851562 +-0.190429687500 +0.130859375000 +-0.148437500000 +-0.208007812500 +-0.246093750000 +-0.026977539062 +0.038085937500 +-0.105957031250 +-0.734375000000 +-0.156250000000 +0.003204345703 +-0.008422851562 +0.030151367188 +-0.225585937500 +-0.095214843750 +-0.160156250000 +0.143554687500 +-0.208007812500 +0.030151367188 +-0.015136718750 +0.170898437500 +-0.009216308594 +0.101562500000 +-0.250000000000 +-0.001586914062 +0.067382812500 +-0.239257812500 +0.042968750000 +0.000375747681 +-0.126953125000 +-0.067871093750 +0.167968750000 +0.210937500000 +0.075195312500 +-0.081054687500 +-0.065429687500 +-0.003570556641 +-0.172851562500 +-0.215820312500 +-0.004455566406 +0.146484375000 +-0.101074218750 +0.062988281250 +-0.003692626953 +0.062500000000 +-0.026123046875 +-0.077636718750 +0.083984375000 +0.076171875000 +-0.157226562500 +0.056640625000 +0.005828857422 +-0.139648437500 +-0.145507812500 +0.054687500000 +0.131835937500 +0.088867187500 +0.026977539062 +-0.022949218750 +-0.045898437500 +0.090820312500 +-0.462890625000 +-0.091308593750 +0.083496093750 +-0.114257812500 +-0.026977539062 +-0.078125000000 +-0.033691406250 +0.048095703125 +-0.142578125000 +-0.056396484375 +-0.118652343750 +-0.201171875000 +0.006011962891 +-0.094238281250 +0.134765625000 +-0.005981445312 +0.371093750000 +-0.080078125000 +0.174804687500 +-0.139648437500 +-0.046142578125 +-0.027221679688 +-0.077148437500 +0.148437500000 +-0.065429687500 +0.036621093750 +-0.279296875000 +0.017944335938 +0.373046875000 +-0.162109375000 +0.068847656250 +-0.003860473633 +-0.095214843750 +-0.058593750000 +0.013000488281 +-0.028564453125 +0.011047363281 +0.018554687500 +-0.209960937500 +-0.032714843750 +0.057373046875 +0.127929687500 +0.111816406250 +0.069335937500 +0.099609375000 +0.069335937500 +-0.151367187500 +0.031005859375 +0.064453125000 +0.073242187500 +0.101562500000 +-0.036376953125 +-0.013427734375 +0.045898437500 +0.055664062500 +-0.343750000000 +-0.396484375000 +0.012145996094 +0.038818359375 +-0.163085937500 +0.039306640625 +0.048828125000 +0.292968750000 +0.007080078125 +-0.244140625000 +0.082031250000 +0.019287109375 +-0.039794921875 +-0.103027343750 +-0.062988281250 +-0.070312500000 +0.025146484375 +-0.390625000000 +0.074218750000 +-0.125000000000 +0.050292968750 +0.049804687500 +0.059082031250 +-0.392578125000 +0.049560546875 +0.201171875000 +0.060546875000 +-0.130859375000 +0.001701354980 +-0.071777343750 +-0.152343750000 +-0.072753906250 +0.178710937500 +0.071777343750 +0.093750000000 +-0.070312500000 +-0.134765625000 +0.138671875000 +0.375000000000 +-0.103027343750 +0.052734375000 +0.202148437500 +0.024047851562 +0.001602172852 +-0.036376953125 +0.017089843750 +0.018676757812 +0.091308593750 +0.152343750000 +-0.024291992188 +-0.117187500000 +0.072265625000 +-0.029541015625 +0.092285156250 +-0.026977539062 +-0.061523437500 +0.079589843750 +0.007873535156 +-0.140625000000 +-0.015747070312 +-0.065917968750 +-0.043701171875 +-0.091796875000 +-0.171875000000 +-0.092773437500 +-0.066406250000 +0.075683593750 +0.096679687500 +-0.092773437500 +0.097167968750 +0.031250000000 +0.020019531250 +0.010253906250 +0.018188476562 +-0.098144531250 +0.017211914062 +-0.025146484375 +-0.216796875000 +0.065429687500 +-0.135742187500 +-0.100097656250 +0.007171630859 +-0.084960937500 +-0.076171875000 +0.002319335938 +0.004516601562 +0.100585937500 +0.074218750000 +0.024536132812 +-0.134765625000 +0.028808593750 +0.025268554688 +-0.003860473633 +0.030029296875 +-0.033691406250 +-0.028564453125 +0.094726562500 +0.175781250000 +0.010192871094 +-0.189453125000 +0.022216796875 +-0.072265625000 +0.271484375000 +-0.079101562500 +0.121582031250 +0.038085937500 +-0.090820312500 +-0.049804687500 +0.011779785156 +0.043457031250 +-0.073242187500 +0.022216796875 +-0.032714843750 +0.062988281250 +0.044433593750 +0.090820312500 +0.002471923828 +0.050781250000 +-0.039306640625 +0.007568359375 +0.011169433594 +0.014465332031 +0.127929687500 +0.078125000000 +0.002883911133 +-0.042236328125 +-0.066894531250 +-0.061035156250 +-0.117187500000 +-0.060302734375 +-0.029663085938 +0.057373046875 +-0.086914062500 +-0.014770507812 +-0.041259765625 +-0.104980468750 +0.067871093750 +0.084960937500 +-0.155273437500 +0.082031250000 +-0.064453125000 +-0.180664062500 +0.039062500000 +-0.283203125000 +0.004638671875 +0.080078125000 +-0.084960937500 +0.022094726562 +-0.022583007812 +0.071777343750 +0.058837890625 +0.004516601562 +0.161132812500 +-0.073242187500 +-0.022216796875 +-0.123535156250 +-0.151367187500 +0.194335937500 +0.081054687500 +-0.057128906250 +0.341796875000 +0.117187500000 +-0.003906250000 +-0.093261718750 +0.009216308594 +-0.079589843750 +0.248046875000 +-0.052978515625 +0.100585937500 +-0.324218750000 +-0.009826660156 +-0.026245117188 +0.003112792969 +-0.006591796875 +0.058593750000 +-0.076660156250 +-0.010314941406 +0.107421875000 +0.048828125000 +-0.121582031250 +-0.029174804688 +-0.061279296875 +-0.031005859375 +0.060302734375 +0.055175781250 +-0.133789062500 +-0.103515625000 +0.148437500000 +-0.051269531250 +0.083496093750 +0.050292968750 +0.014831542969 +0.076171875000 +0.006774902344 +-0.140625000000 +-0.287109375000 +0.009765625000 +0.106445312500 +0.062011718750 +0.023315429688 +0.045898437500 +0.078125000000 +-0.149414062500 +-0.034667968750 +-0.136718750000 +-0.001319885254 +-0.080566406250 +0.050048828125 +-0.040527343750 +0.102050781250 +-0.016113281250 +-0.207031250000 +-0.279296875000 +0.147460937500 +-0.067382812500 +-0.077636718750 +0.116210937500 +0.045410156250 +-0.051757812500 +0.068847656250 +-0.033935546875 +-0.051757812500 +0.013244628906 +-0.054199218750 +0.095214843750 +-0.002441406250 +-0.044189453125 +-0.045654296875 +0.003067016602 +-0.062988281250 +-0.018798828125 +-0.081054687500 +-0.008911132812 +0.131835937500 +-0.151367187500 +-0.006042480469 +0.015747070312 +-0.175781250000 +-0.145507812500 +-0.039306640625 +-0.023071289062 +-0.027099609375 +-0.038574218750 +-0.177734375000 +0.062988281250 +-0.025024414062 +0.060058593750 +0.067871093750 +0.105468750000 +-0.059326171875 +-0.067871093750 +0.131835937500 +-0.073730468750 +0.121093750000 +0.104492187500 +0.007385253906 +0.068359375000 +0.010070800781 +-0.069335937500 +0.031250000000 +-0.007751464844 +0.335937500000 +-0.147460937500 +0.114746093750 +-0.071777343750 +0.039306640625 +-0.033203125000 +-0.104492187500 +-0.155273437500 +0.031738281250 +-0.046386718750 +-0.046142578125 +-0.068847656250 +0.167968750000 +0.059326171875 +-0.137695312500 +-0.088378906250 +0.083496093750 +0.015563964844 +-0.078125000000 +0.012695312500 +-0.026855468750 +0.062011718750 +-0.118164062500 +0.076171875000 +-0.064941406250 +0.015747070312 +0.018798828125 +-0.050537109375 +-0.039794921875 +-0.200195312500 +0.011169433594 +0.017333984375 +0.049072265625 +0.048095703125 +-0.071777343750 +-0.174804687500 +0.102539062500 +-0.087890625000 +-0.187500000000 +0.017944335938 +-0.007232666016 +-0.169921875000 +0.012695312500 +-0.122558593750 +0.052001953125 +0.104003906250 +-0.361328125000 +-0.554687500000 +0.287109375000 +-0.058105468750 +0.006622314453 +-0.010620117188 +-0.176757812500 +-0.105468750000 +0.039550781250 +0.125976562500 +-0.494140625000 +0.149414062500 +0.013000488281 +-0.024902343750 +0.039306640625 +-0.086914062500 +0.153320312500 +0.193359375000 +0.324218750000 +0.090332031250 +0.001289367676 +-0.182617187500 +0.029785156250 +0.035400390625 +0.069824218750 +0.084960937500 +0.024047851562 +0.058593750000 +0.117675781250 +-0.010620117188 +-0.023437500000 +0.201171875000 +-0.054443359375 +-0.159179687500 +-0.115722656250 +0.030639648438 +-0.060791015625 +-0.277343750000 +-0.059570312500 +0.063964843750 +-0.129882812500 +0.077636718750 +0.014404296875 +0.121093750000 +0.035888671875 +0.071289062500 +0.142578125000 +-0.190429687500 +-0.025756835938 +0.162109375000 +0.077636718750 +0.021118164062 +-0.097167968750 +-0.308593750000 +0.099609375000 +0.003082275391 +-0.069824218750 +-0.216796875000 +0.121093750000 +-0.099121093750 +0.012084960938 +0.240234375000 +-0.057861328125 +-0.034912109375 +-0.186523437500 +-1.039062500000 +-0.010253906250 +0.021606445312 +0.054687500000 +0.043212890625 +-0.016601562500 +-0.082031250000 +0.220703125000 +0.259765625000 +0.029052734375 +0.049804687500 +0.052490234375 +0.087890625000 +0.300781250000 +0.022338867188 +-0.193359375000 +0.038818359375 +-0.159179687500 +0.113769531250 +0.020629882812 +-0.093750000000 +-0.109375000000 +0.090820312500 +-0.035156250000 +0.011779785156 +0.023925781250 +0.001213073730 +-0.137695312500 +-0.051025390625 +0.010070800781 +-0.008178710938 +-0.048583984375 +-0.038818359375 +0.031738281250 +0.088867187500 +0.017333984375 +-0.000488281250 +-0.015563964844 +0.087890625000 +0.003402709961 +0.222656250000 +0.094238281250 +0.058349609375 +-0.017700195312 +-0.048828125000 +0.037109375000 +-0.229492187500 +0.066894531250 +0.359375000000 +0.142578125000 +0.062988281250 +-0.025024414062 +-0.070312500000 +-0.117675781250 +0.062255859375 +-0.155273437500 +0.135742187500 +0.189453125000 +-0.047119140625 +0.087890625000 +0.114746093750 +0.027709960938 +-0.066894531250 +-0.233398437500 +0.086425781250 +-0.073730468750 +0.096191406250 +0.037109375000 +0.029785156250 +0.318359375000 +-0.107421875000 +0.151367187500 +-0.023193359375 +0.178710937500 +0.015869140625 +0.045166015625 +0.048095703125 +0.042480468750 +-0.164062500000 +0.077636718750 +-0.064453125000 +0.004821777344 +0.298828125000 +0.069824218750 +-0.179687500000 +0.085937500000 +-0.057128906250 +0.035400390625 +-0.027832031250 +0.034912109375 +0.010192871094 +-0.032958984375 +0.131835937500 +0.088378906250 +-0.053710937500 +-0.013610839844 +0.004089355469 +0.016235351562 +-0.104003906250 +0.113769531250 +-0.204101562500 +-0.041015625000 +0.164062500000 +0.068359375000 +0.059082031250 +0.068359375000 +-0.017944335938 +0.166992187500 +-0.069335937500 +0.223632812500 +-0.104003906250 +0.092285156250 +-0.166992187500 +-0.075195312500 +0.232421875000 +-0.026977539062 +0.016113281250 +-0.699218750000 +-0.071289062500 +-0.212890625000 +-0.161132812500 +-0.188476562500 +0.030761718750 +-0.166992187500 +-0.010253906250 +-0.004089355469 +0.067382812500 +-0.183593750000 +-0.093750000000 +-0.040771484375 +-0.045410156250 +0.090332031250 +0.056640625000 +-0.190429687500 +-0.121093750000 +0.070800781250 +-0.016357421875 +0.200195312500 +-0.099121093750 +-0.026489257812 +-0.055908203125 +0.147460937500 +-0.014404296875 +0.059326171875 +0.089843750000 +-0.184570312500 +0.156250000000 +-0.049072265625 +-0.162109375000 +-0.048828125000 +-0.107910156250 +0.064453125000 +-0.056396484375 +-0.011901855469 +-0.085937500000 +0.165039062500 +-0.013488769531 +0.184570312500 +0.097167968750 +-0.116210937500 +0.037597656250 +0.061767578125 +-0.065429687500 +0.107910156250 +-0.083984375000 +-0.178710937500 +-0.043701171875 +-0.059814453125 +-0.019287109375 +-0.002014160156 +-0.020751953125 +0.161132812500 +-0.001220703125 +-0.076171875000 +-0.025756835938 +0.084472656250 +-0.064941406250 +-0.043945312500 +0.125000000000 +-0.113281250000 +-0.052001953125 +-0.147460937500 +-0.124511718750 +-0.071777343750 +-0.166992187500 +-0.207031250000 +-0.071289062500 +-0.357421875000 +-0.030151367188 +-0.037353515625 +-0.051513671875 +0.044189453125 +-0.080078125000 +-0.053466796875 +-0.044189453125 +0.041748046875 +-0.051025390625 +-0.121582031250 +-0.198242187500 +-0.055419921875 +-0.014953613281 +0.088378906250 +-0.011657714844 +-0.080566406250 +0.102050781250 +-0.046142578125 +0.008972167969 +0.117675781250 +0.005950927734 +-0.130859375000 +0.267578125000 +0.031127929688 +-0.150390625000 +-0.079101562500 +0.096191406250 +0.107910156250 +0.032470703125 +0.066406250000 +0.034179687500 +-0.154296875000 +-0.020874023438 +0.038818359375 +-0.131835937500 +-0.107421875000 +-0.052490234375 +0.014099121094 +-0.099609375000 +-0.200195312500 +-0.200195312500 +-0.048095703125 +0.114257812500 +-0.046386718750 +0.029418945312 +-0.002609252930 +0.003021240234 +0.014160156250 +0.036865234375 +0.001327514648 +-0.067871093750 +0.113281250000 +0.012817382812 +-0.105957031250 +0.084960937500 +-0.101074218750 +0.032714843750 +0.165039062500 +-0.087402343750 +0.036376953125 +-0.021972656250 +-0.197265625000 +-0.014587402344 +-0.039550781250 +-0.001586914062 +-0.089843750000 +-0.014648437500 +0.071289062500 +0.050292968750 +0.071777343750 +0.013671875000 +-0.008178710938 +-0.150390625000 +-0.094726562500 +0.128906250000 +-0.102050781250 +0.125976562500 +0.127929687500 +0.082519531250 +0.007202148438 +0.070800781250 +-0.015441894531 +-0.204101562500 +0.030395507812 +0.068847656250 +-0.165039062500 +-0.320312500000 +-0.206054687500 +0.048339843750 +-0.071777343750 +-0.032226562500 +-0.225585937500 +0.052490234375 +-0.106933593750 +-0.176757812500 +-0.038330078125 +0.238281250000 +-0.046142578125 +-0.204101562500 +-0.011108398438 +0.097167968750 +-0.072753906250 +0.057373046875 +0.062011718750 +0.174804687500 +0.018188476562 +-0.277343750000 +-0.007995605469 +-0.250000000000 +0.074707031250 +0.058837890625 +-0.158203125000 +0.108398437500 +-0.057373046875 +-0.042236328125 +-0.291015625000 +0.013671875000 +0.010131835938 +0.075683593750 +-0.067871093750 +0.099609375000 +0.059082031250 +-0.433593750000 +-0.057373046875 +-0.024414062500 +0.053222656250 +0.227539062500 +-0.127929687500 +-0.007324218750 +0.168945312500 +0.162109375000 +-0.013732910156 +-0.081542968750 +0.012634277344 +-0.087402343750 +0.103515625000 +0.285156250000 +-0.046386718750 +-0.098144531250 +0.078613281250 +0.018432617188 +-0.067382812500 +0.104492187500 +-0.038085937500 +-0.021606445312 +0.071777343750 +0.096679687500 +-0.035888671875 +0.030639648438 +0.078125000000 +-0.165039062500 +-0.065429687500 +0.109375000000 +-0.039550781250 +-0.047851562500 +-0.178710937500 +0.103515625000 +0.229492187500 +-0.165039062500 +-0.000942230225 +0.104980468750 +-0.038818359375 +0.018188476562 +-0.125976562500 +0.167968750000 +-0.281250000000 +0.044189453125 +0.002655029297 +-0.097167968750 +-0.104003906250 +0.116699218750 +0.137695312500 +-0.040771484375 +0.051269531250 +-0.057861328125 +-0.114257812500 +0.110351562500 +0.145507812500 +-0.085937500000 +-0.034179687500 +-0.029296875000 +0.173828125000 +0.102050781250 +0.141601562500 +-0.105468750000 +-0.027832031250 +0.138671875000 +0.131835937500 +-0.099121093750 +-0.012329101562 +0.065917968750 +-0.076171875000 +0.004669189453 +-0.023925781250 +-0.170898437500 +-0.210937500000 +-0.116699218750 +0.043945312500 +-0.071777343750 +0.018188476562 +0.519531250000 +-0.029296875000 +0.057617187500 +-0.114746093750 +-0.263671875000 +-0.233398437500 +-0.012207031250 +-0.088378906250 +0.075195312500 +-0.003356933594 +0.118164062500 +0.066894531250 +0.030395507812 +-0.035156250000 +0.027221679688 +-0.154296875000 +0.021728515625 +-0.020141601562 +0.115234375000 +-0.105957031250 +-0.209960937500 +0.302734375000 +0.043457031250 +-0.045410156250 +0.027954101562 +0.026123046875 +-0.044677734375 +-0.179687500000 +-0.055419921875 +-0.263671875000 +0.039794921875 +0.060302734375 +-0.279296875000 +-0.020629882812 +0.078613281250 +0.128906250000 +-0.083984375000 +0.065917968750 +-0.137695312500 +0.010253906250 +-0.016479492188 +-0.116699218750 +0.159179687500 +-0.094238281250 +0.414062500000 +0.015991210938 +-0.052001953125 +-0.070312500000 +-0.159179687500 +0.080078125000 +-0.149414062500 +-0.185546875000 +0.039062500000 +-0.292968750000 +0.226562500000 +-0.054199218750 +0.057617187500 +0.025756835938 +-0.134765625000 +-0.023315429688 +-0.343750000000 +-0.025756835938 +-0.122558593750 +0.039062500000 +-0.228515625000 +0.005401611328 +0.062988281250 +-0.039550781250 +-0.182617187500 +-0.156250000000 +-0.072265625000 +0.008178710938 +-0.013244628906 +0.190429687500 +-0.087402343750 +-0.060058593750 +-0.001708984375 +-0.003753662109 +0.143554687500 +-0.380859375000 +0.140625000000 +0.326171875000 +0.071777343750 +-0.261718750000 +0.147460937500 +-0.308593750000 +0.056396484375 +-0.109375000000 +-0.039794921875 +0.047119140625 +-0.027709960938 +-0.058593750000 +-0.664062500000 +0.041259765625 +0.110839843750 +0.068359375000 +0.055908203125 +-0.110839843750 +0.139648437500 +0.322265625000 +0.126953125000 +-0.053466796875 +-0.199218750000 +0.023803710938 +0.310546875000 +-0.074707031250 +-0.022583007812 +-0.088867187500 +0.235351562500 +-0.000197410583 +-0.032958984375 +0.053710937500 +-0.111816406250 +-0.041503906250 +-0.086914062500 +-0.024414062500 +0.017944335938 +-0.066894531250 +-0.108398437500 +0.114746093750 +-0.004638671875 +-0.045166015625 +-0.034179687500 +-0.208984375000 +0.128906250000 +0.001731872559 +-0.031494140625 +-0.369140625000 +-0.031494140625 +0.419921875000 +-0.056884765625 +0.066894531250 +0.143554687500 +0.024658203125 +-0.205078125000 +-0.122558593750 +-0.036865234375 +0.027465820312 +0.052978515625 +0.077148437500 +0.141601562500 +0.125000000000 +0.128906250000 +-0.314453125000 +0.162109375000 +0.061035156250 +-0.050537109375 +-0.245117187500 +-0.006561279297 +-0.049316406250 +0.076171875000 +-0.195312500000 +0.076660156250 +0.158203125000 +0.089355468750 +-0.153320312500 +0.087890625000 +0.082519531250 +-0.148437500000 +0.175781250000 +0.004974365234 +0.277343750000 +0.110351562500 +0.131835937500 +0.011352539062 +0.124511718750 +-0.176757812500 +0.003570556641 +-0.004028320312 +-0.098632812500 +0.018432617188 +0.136718750000 +0.048583984375 +0.031982421875 +0.006164550781 +-0.055908203125 +-0.012695312500 +-0.181640625000 +-0.082031250000 +-0.026855468750 +0.139648437500 +0.070800781250 +-0.445312500000 +0.113281250000 +0.020141601562 +0.071289062500 +-0.096679687500 +-0.180664062500 +0.086425781250 +-0.022338867188 +0.003387451172 +-0.400390625000 +0.103515625000 +0.019165039062 +0.113769531250 +-0.190429687500 +0.061279296875 +0.064941406250 +0.005584716797 +0.049804687500 +-0.056152343750 +0.075195312500 +-0.146484375000 +0.124023437500 +-0.082031250000 +0.036132812500 +0.179687500000 +-0.138671875000 +-0.032958984375 +-0.146484375000 +-0.121093750000 +-0.016723632812 +0.060546875000 +-0.227539062500 +0.061279296875 +-0.160156250000 +0.080078125000 +0.021850585938 +-0.064941406250 +-0.267578125000 +0.123535156250 +0.125976562500 +-0.068359375000 +0.136718750000 +-0.281250000000 +-0.047851562500 +-0.328125000000 +0.212890625000 +-0.103027343750 +-0.084472656250 +-0.085937500000 +0.107910156250 +0.245117187500 +0.204101562500 +0.065429687500 +0.027465820312 +-0.042968750000 +-0.010864257812 +-0.041748046875 +-0.064453125000 +-0.053222656250 +0.138671875000 +-0.135742187500 +-0.015197753906 +0.016723632812 +0.110839843750 +-0.210937500000 +-0.036132812500 +0.039550781250 +0.196289062500 +0.044677734375 +-0.052490234375 +-0.038330078125 +-0.041015625000 +-0.017089843750 +0.021484375000 +-0.070800781250 +-0.095703125000 +-0.259765625000 +0.014770507812 +0.032226562500 +0.054931640625 +-0.190429687500 +-0.032226562500 +-0.012145996094 +-0.094238281250 +0.269531250000 +-0.048339843750 +-0.007232666016 +0.031127929688 +0.064941406250 +-0.048339843750 +0.105957031250 +-0.066894531250 +-0.132812500000 +-0.056152343750 +0.113769531250 +-0.103515625000 +0.108398437500 +0.016967773438 +0.131835937500 +0.065429687500 +-0.095214843750 +-0.141601562500 +0.075195312500 +-0.100097656250 +0.024414062500 +0.061035156250 +-0.020019531250 +-0.200195312500 +0.437500000000 +-0.147460937500 +0.213867187500 +0.116699218750 +-0.061767578125 +-0.160156250000 +0.077148437500 +0.010192871094 +-0.067871093750 +0.024902343750 +0.061035156250 +-0.174804687500 +-0.112792968750 +-0.059570312500 +-0.024414062500 +-0.101562500000 +0.170898437500 +-0.180664062500 +0.138671875000 +-0.125976562500 +-0.363281250000 +0.015075683594 +0.029052734375 +0.139648437500 +-0.408203125000 +-0.146484375000 +-0.039550781250 +-0.425781250000 +0.144531250000 +0.049316406250 +-0.040527343750 +-0.006530761719 +-0.259765625000 +0.023803710938 +-0.088378906250 +-0.116699218750 +-0.117675781250 +0.008666992188 +-0.040283203125 +-0.087890625000 +0.070800781250 +0.076171875000 +0.017456054688 +0.015258789062 +-0.056884765625 +0.038818359375 +-0.013122558594 +-0.063964843750 +0.027709960938 +-0.112304687500 +0.016479492188 +-0.047607421875 +0.009460449219 +0.012390136719 +0.116699218750 +0.159179687500 +-0.251953125000 +-0.019287109375 +0.084472656250 +-0.016357421875 +-0.009460449219 +-0.041015625000 +-0.084472656250 +0.129882812500 +-0.028320312500 +-0.140625000000 +-0.038085937500 +-0.021118164062 +0.056152343750 +-0.028320312500 +0.077148437500 +0.029174804688 +-0.087890625000 +0.004119873047 +0.087890625000 +0.107910156250 +0.345703125000 +-0.012695312500 +0.078613281250 +-0.027832031250 +0.011474609375 +-0.063964843750 +0.007232666016 +0.291015625000 +0.257812500000 +0.041259765625 +0.023193359375 +-0.025024414062 +-0.142578125000 +-0.215820312500 +-0.030517578125 +-0.073242187500 +-0.000656127930 +0.074707031250 +-0.103027343750 +0.041748046875 +0.075683593750 +-0.103515625000 +0.026489257812 +0.008483886719 +-0.101562500000 +-0.006103515625 +-0.053955078125 +-0.099609375000 +-0.001312255859 +-0.190429687500 +-0.023681640625 +-0.219726562500 +-0.144531250000 +-0.099609375000 +-0.129882812500 +0.010437011719 +0.056640625000 +-0.158203125000 +-0.046630859375 +-0.049072265625 +-0.398437500000 +-0.159179687500 +-0.074707031250 +-0.017700195312 +0.291015625000 +0.000231742859 +0.022705078125 +0.034667968750 +-0.036865234375 +-0.043701171875 +-0.213867187500 +-0.052734375000 +-0.146484375000 +-0.038574218750 +-0.104003906250 +-0.089355468750 +-0.003692626953 +-0.096679687500 +-0.149414062500 +0.047851562500 +0.032714843750 +0.053222656250 +-0.046875000000 +-0.129882812500 +0.116699218750 +-0.008239746094 +-0.155273437500 +0.056884765625 +0.158203125000 +0.029785156250 +0.005462646484 +0.037841796875 +0.259765625000 +0.041503906250 +-0.045410156250 +0.006530761719 +-0.115234375000 +-0.351562500000 +-0.021484375000 +-0.220703125000 +-0.322265625000 +-0.025024414062 +-0.015625000000 +0.072265625000 +-0.053222656250 +-0.107421875000 +-0.230468750000 +0.203125000000 +-0.046875000000 +-0.079589843750 +-0.101074218750 +-0.021728515625 +0.130859375000 +0.135742187500 +0.180664062500 +0.314453125000 +-0.154296875000 +-0.026611328125 +0.026977539062 +0.000005006790 +0.058593750000 +0.119140625000 +-0.133789062500 +-0.022338867188 +-0.037109375000 +-0.059326171875 +0.004852294922 +0.071777343750 +0.006652832031 +0.086425781250 +0.718750000000 +0.107421875000 +0.064941406250 +-0.017944335938 +0.028076171875 +0.183593750000 +-0.061523437500 +0.068359375000 +0.058105468750 +-0.003341674805 +0.086425781250 +0.104492187500 +-0.069824218750 +0.014038085938 +0.023437500000 +0.081054687500 +-0.030517578125 +-0.174804687500 +-0.414062500000 +0.019775390625 +-0.585937500000 +0.043701171875 +0.085937500000 +-0.024902343750 +0.157226562500 +-0.028198242188 +0.174804687500 +-0.083496093750 +-0.037109375000 +-0.038818359375 +0.062500000000 +-0.021606445312 +0.279296875000 +0.314453125000 +-0.037841796875 +-0.117187500000 +-0.064941406250 +0.058349609375 +0.061279296875 +-0.116699218750 +-0.189453125000 +-0.084960937500 +-0.056884765625 +0.019653320312 +-0.018920898438 +-0.060791015625 +-0.025878906250 +-0.107421875000 +-0.073730468750 +0.219726562500 +0.031005859375 +-0.111328125000 +0.037353515625 +-0.113769531250 +-0.023437500000 +0.082519531250 +0.134765625000 +0.033935546875 +-0.073242187500 +-0.012756347656 +-0.160156250000 +-0.304687500000 +-0.098144531250 +-0.034423828125 +-0.022460937500 +0.080078125000 +0.084472656250 +0.081542968750 +-0.033447265625 +-0.490234375000 +-0.128906250000 +0.079101562500 +-0.099121093750 +0.040771484375 +0.139648437500 +0.054443359375 +0.029174804688 +-0.116699218750 +0.196289062500 +0.124023437500 +0.025024414062 +-0.018920898438 +-0.035156250000 +-0.170898437500 +-0.022338867188 +-0.041015625000 +0.076171875000 +0.136718750000 +-0.011352539062 +0.246093750000 +0.025634765625 +-0.105468750000 +-0.081542968750 +-0.015625000000 +-0.229492187500 +-0.271484375000 +0.308593750000 +-0.160156250000 +0.100585937500 +0.082031250000 +-0.068847656250 +0.028686523438 +0.062011718750 +0.024902343750 +0.003204345703 +-0.217773437500 +-0.103515625000 +0.271484375000 +-0.070312500000 +-0.023803710938 +-0.023925781250 +-0.060791015625 +-0.013305664062 +-0.257812500000 +0.234375000000 +-0.119628906250 +0.023315429688 +-0.112304687500 +0.031494140625 +0.023803710938 +-0.090820312500 +0.057617187500 +-0.022949218750 +-0.314453125000 +0.172851562500 +0.082031250000 +-0.001609802246 +-0.005310058594 +-0.100585937500 +0.074707031250 +0.016357421875 +0.126953125000 +-0.083007812500 +-0.185546875000 +-0.229492187500 +0.054687500000 +-0.088378906250 +-0.049316406250 +0.030273437500 +-0.042724609375 +0.058105468750 +0.096191406250 +0.067382812500 +0.054443359375 +-0.039550781250 +0.010742187500 +-0.021972656250 +-0.024658203125 +0.142578125000 +-0.162109375000 +0.211914062500 +0.038574218750 +0.053710937500 +0.117187500000 +-0.423828125000 +0.109375000000 +-0.064453125000 +0.133789062500 +-0.133789062500 +-0.103515625000 +-0.010131835938 +-0.109863281250 +0.097167968750 +0.016601562500 +-0.017822265625 +-0.037109375000 +-0.040039062500 +-0.031982421875 +-0.069335937500 +-0.085449218750 +-0.085937500000 +-0.043945312500 +-0.005676269531 +-0.088378906250 +0.164062500000 +0.048339843750 +0.045410156250 +-0.161132812500 +0.129882812500 +-0.126953125000 +0.023803710938 +-0.174804687500 +-0.121093750000 +-0.024658203125 +0.171875000000 +-0.028198242188 +-0.010559082031 +-0.404296875000 +-0.027709960938 +0.079589843750 +-0.226562500000 +-0.132812500000 +0.044189453125 +-0.008300781250 +0.070312500000 +0.030273437500 +-0.002182006836 +0.163085937500 +-0.072753906250 +-0.081054687500 +-0.067871093750 +0.109863281250 +0.028930664062 +0.052246093750 +-0.134765625000 +-0.035644531250 +-0.066406250000 +0.014099121094 +0.040771484375 +0.087402343750 +-0.049560546875 +-0.075683593750 +0.033691406250 +-0.154296875000 +0.116210937500 +0.015869140625 +-0.158203125000 +0.207031250000 +-0.406250000000 +-0.149414062500 +0.151367187500 +0.351562500000 +-0.343750000000 +0.040039062500 +0.071777343750 +-0.020874023438 +0.061767578125 +-0.097167968750 +-0.019165039062 +-0.003204345703 +0.255859375000 +0.173828125000 +0.059814453125 +-0.037597656250 +-0.019409179688 +-0.017089843750 +-0.228515625000 +0.058593750000 +-0.040527343750 +0.197265625000 +-0.048828125000 +-0.231445312500 +0.167968750000 +-0.025634765625 +-0.075195312500 +-0.048583984375 +-0.073242187500 +0.107421875000 +0.059814453125 +-0.144531250000 +-0.068359375000 +-0.314453125000 +0.088867187500 +0.159179687500 +0.112792968750 +-0.095703125000 +-0.013061523438 +-0.000295639038 +-0.000679016113 +0.055175781250 +-0.053955078125 +-0.018554687500 +-0.166015625000 +0.047363281250 +-0.059326171875 +0.041259765625 +0.014099121094 +0.064941406250 +-0.000984191895 +-0.139648437500 +0.141601562500 +0.007110595703 +0.038574218750 +0.015075683594 +0.021240234375 +-0.014099121094 +0.075195312500 +0.149414062500 +0.351562500000 +-0.233398437500 +-0.037353515625 +0.050048828125 +-0.353515625000 +-0.144531250000 +0.229492187500 +0.052246093750 +-0.053466796875 +-0.163085937500 +-0.108886718750 +-0.400390625000 +0.246093750000 +0.059814453125 +-0.275390625000 +-0.233398437500 +0.341796875000 +-0.365234375000 +0.076171875000 +-0.014709472656 +-0.044189453125 +0.184570312500 +0.017333984375 +0.120605468750 +-0.234375000000 +-0.028076171875 +0.333984375000 +-0.108398437500 +0.025024414062 +-0.034179687500 +0.045410156250 +0.125000000000 +-0.013549804688 +-0.067382812500 +0.000394821167 +-0.283203125000 +-0.050048828125 +0.134765625000 +-0.061767578125 +-0.219726562500 +0.005920410156 +0.235351562500 +-0.216796875000 +-0.412109375000 +-0.035156250000 +0.017089843750 +0.042480468750 +0.146484375000 +0.097167968750 +-0.069335937500 +-0.273437500000 +-0.345703125000 +-0.212890625000 +-0.382812500000 +-0.014648437500 +0.007537841797 +0.048095703125 +-0.306640625000 +0.055419921875 +0.180664062500 +0.006195068359 +0.085937500000 +-0.038085937500 +0.085937500000 +-0.093750000000 +0.110351562500 +-0.018554687500 +-0.003906250000 +0.105468750000 +-0.184570312500 +0.004821777344 +-0.073730468750 +-0.163085937500 +-0.204101562500 +-0.104980468750 +-0.343750000000 +0.019409179688 +-0.028442382812 +-0.187500000000 +0.038574218750 +0.009948730469 +-0.086425781250 +0.023559570312 +0.033935546875 +0.001136779785 +-0.096679687500 +0.122070312500 +0.166992187500 +-0.071777343750 +-0.013305664062 +0.147460937500 +-0.082519531250 +0.220703125000 +-0.049560546875 +0.180664062500 +0.145507812500 +0.056152343750 +-0.028564453125 +0.026000976562 +-0.134765625000 +0.048828125000 +-0.089843750000 +0.104003906250 +-0.144531250000 +-0.176757812500 +-0.034912109375 +-0.067382812500 +-0.261718750000 +-0.091308593750 +0.048095703125 +-0.005340576172 +0.025634765625 +0.318359375000 +0.117675781250 +-0.070312500000 +-0.143554687500 +-0.102050781250 +-0.310546875000 +0.022460937500 +0.026000976562 +0.247070312500 +-0.056396484375 +0.060791015625 +0.138671875000 +-0.074218750000 +0.021240234375 +0.007293701172 +0.118164062500 +-0.105957031250 +-0.191406250000 +-0.125976562500 +0.128906250000 +0.231445312500 +0.050781250000 +0.019287109375 +-0.126953125000 +-0.039794921875 +0.030151367188 +-0.071777343750 +-0.341796875000 +0.236328125000 +-0.102539062500 +-0.211914062500 +0.103515625000 +0.157226562500 +-0.025756835938 +0.102050781250 +-0.019165039062 +-0.015441894531 +-0.034667968750 +0.034667968750 +0.035400390625 +0.172851562500 +-0.006011962891 +0.154296875000 +-0.041259765625 +0.023681640625 +-0.054443359375 +-0.034667968750 +0.087402343750 +0.090820312500 +-0.092773437500 +-0.075195312500 +-0.113769531250 +0.103515625000 +-0.027343750000 +0.022460937500 +-0.039062500000 +-0.294921875000 +0.126953125000 +-0.069335937500 +-0.464843750000 +0.141601562500 +-0.060546875000 +0.049560546875 +0.183593750000 +0.031494140625 +0.083984375000 +-0.073242187500 +0.105468750000 +-0.024780273438 +-0.169921875000 +-0.002014160156 +-0.026855468750 +0.060058593750 +-0.289062500000 +0.194335937500 +-0.143554687500 +0.022216796875 +-0.098144531250 +0.029663085938 +-0.157226562500 +-0.067382812500 +0.255859375000 +0.018066406250 +-0.102539062500 +0.006256103516 +-0.004425048828 +-0.051269531250 +-0.195312500000 +-0.028686523438 +-0.052734375000 +-0.000385284424 +-0.330078125000 +0.211914062500 +0.057128906250 +-0.320312500000 +-0.013122558594 +0.306640625000 +-0.029418945312 +-0.259765625000 +0.072753906250 +-0.189453125000 +-0.070800781250 +0.189453125000 +0.267578125000 +0.071777343750 +-0.042480468750 +-0.083496093750 +0.091308593750 +0.092773437500 +-0.127929687500 +0.034667968750 +-0.063964843750 +-0.082031250000 +-0.144531250000 +-0.077636718750 +-0.151367187500 +0.049072265625 +0.168945312500 +-0.085449218750 +-0.068847656250 +-0.094726562500 +-0.063476562500 +-0.000486373901 +-0.202148437500 +0.147460937500 +0.134765625000 +-0.007659912109 +0.253906250000 +0.005126953125 +0.160156250000 +0.067382812500 +0.025146484375 +0.246093750000 +-0.419921875000 +0.129882812500 +0.052978515625 +-0.058105468750 +-0.090332031250 +0.105957031250 +-0.050537109375 +0.083007812500 +0.166015625000 +0.081054687500 +0.010681152344 +0.011169433594 +-0.086425781250 +0.126953125000 +-0.052001953125 +-0.076171875000 +-0.082031250000 +0.151367187500 +-0.250000000000 +-0.229492187500 +-0.004058837891 +-0.061279296875 +-0.129882812500 +0.093261718750 +0.030639648438 +-0.349609375000 +0.041992187500 +0.051757812500 +-0.111328125000 +-0.109375000000 +0.012756347656 +0.053955078125 +0.073242187500 +-0.052001953125 +0.083984375000 +0.011718750000 +-0.053466796875 +-0.027587890625 +0.125976562500 +-0.049072265625 +-0.122070312500 +-0.022460937500 +0.027832031250 +-0.060302734375 +-0.141601562500 +-0.077636718750 +-0.245117187500 +0.038330078125 +0.011657714844 +-0.036621093750 +-0.043457031250 +0.030883789062 +0.067871093750 +-0.015991210938 +-0.298828125000 +0.050781250000 +-0.087402343750 +-0.102539062500 +0.080078125000 +0.112304687500 +0.042480468750 +0.126953125000 +-0.210937500000 +0.138671875000 +-0.457031250000 +0.106933593750 +0.094726562500 +-0.507812500000 +-0.093750000000 +0.120117187500 +-0.160156250000 +0.088378906250 +0.102539062500 +0.044189453125 +-0.007080078125 +0.177734375000 +-0.100585937500 +0.011169433594 +-0.046142578125 +0.105468750000 +-0.235351562500 +-0.104492187500 +-0.130859375000 +-0.090820312500 +-0.174804687500 +-0.075683593750 +-0.365234375000 +-0.002395629883 +0.002151489258 +-0.341796875000 +0.105957031250 +0.217773437500 +-0.243164062500 +-0.067871093750 +-0.006103515625 +0.093750000000 +-0.123535156250 +-0.029907226562 +0.098144531250 +0.123046875000 +0.041259765625 +-0.059326171875 +0.022094726562 +-0.131835937500 +-0.086425781250 +-0.094238281250 +-0.086914062500 +0.004486083984 +-0.000865936279 +-0.047607421875 +-0.055419921875 +-0.005004882812 +-0.040283203125 +-0.075195312500 +0.010375976562 +0.063964843750 +0.099121093750 +0.114746093750 +-0.427734375000 +0.034912109375 +-0.117675781250 +-0.167968750000 +0.175781250000 +0.089843750000 +-0.054687500000 +0.085937500000 +-0.250000000000 +-0.015991210938 +-0.425781250000 +-0.023437500000 +0.165039062500 +-0.125000000000 +-0.433593750000 +0.071289062500 +-0.177734375000 +-0.119628906250 +-0.022216796875 +-0.050537109375 +-0.027954101562 +0.011718750000 +0.059326171875 +-0.002227783203 +-0.118652343750 +0.304687500000 +-0.187500000000 +0.081054687500 +-0.076660156250 +-0.089355468750 +-0.114257812500 +-0.081054687500 +-0.439453125000 +-0.029541015625 +0.034912109375 +-0.308593750000 +0.132812500000 +0.140625000000 +0.097167968750 +-0.154296875000 +0.117675781250 +-0.106445312500 +0.032470703125 +-0.061279296875 +-0.002929687500 +0.118652343750 +0.004699707031 +-0.184570312500 +-0.111816406250 +0.165039062500 +-0.040771484375 +-0.002792358398 +-0.186523437500 +0.005249023438 +0.040039062500 +-0.075683593750 +-0.223632812500 +0.010803222656 +-0.007476806641 +0.045166015625 +0.005371093750 +-0.081054687500 +0.122558593750 +-0.051757812500 +-0.378906250000 +0.230468750000 +-0.285156250000 +-0.083496093750 +0.064941406250 +0.324218750000 +0.060546875000 +-0.053710937500 +-0.037109375000 +-0.061035156250 +-0.484375000000 +-0.112792968750 +0.067871093750 +0.100097656250 +-0.085937500000 +-0.025512695312 +0.083007812500 +0.067871093750 +0.009582519531 +-0.112304687500 +-0.088867187500 +0.037353515625 +0.008605957031 +0.080078125000 +-0.241210937500 +0.022460937500 +0.050781250000 +-0.083007812500 +-0.018798828125 +-0.068359375000 +-0.023559570312 +0.027832031250 +0.093261718750 +-0.198242187500 +0.241210937500 +-0.033935546875 +0.166015625000 +-0.114257812500 +0.001983642578 +-0.040039062500 +0.012939453125 +0.341796875000 +0.227539062500 +-0.015991210938 +-0.137695312500 +0.213867187500 +-0.012023925781 +0.041015625000 +-0.296875000000 +0.002761840820 +-0.048583984375 +0.234375000000 +0.064453125000 +-0.161132812500 +-0.232421875000 +0.056152343750 +0.006011962891 +0.145507812500 +-0.302734375000 +-0.228515625000 +-0.076660156250 +-0.248046875000 +0.074707031250 +0.046875000000 +-0.206054687500 +-0.165039062500 +-0.088867187500 +0.158203125000 +-0.063964843750 +-0.028442382812 +-0.033935546875 +-0.030517578125 +0.063476562500 +0.180664062500 +-0.121582031250 +0.195312500000 +-0.119140625000 +-0.089355468750 +-0.050781250000 +0.265625000000 +-0.066894531250 +-0.011169433594 +0.061767578125 +0.108398437500 +0.062500000000 +-0.194335937500 +-0.106445312500 +0.083007812500 +0.197265625000 +-0.118652343750 +0.021728515625 +-0.081542968750 +0.046630859375 +0.075683593750 +0.031005859375 +0.072753906250 +0.016601562500 +-0.079589843750 +-0.069335937500 +0.119140625000 +-0.021118164062 +0.181640625000 +0.121093750000 +0.109863281250 +0.035400390625 +0.083984375000 +0.121093750000 +0.039062500000 +-0.030395507812 +0.161132812500 +0.113769531250 +0.316406250000 +-0.208007812500 +-0.159179687500 +0.118652343750 +0.245117187500 +0.153320312500 +0.365234375000 +-0.001701354980 +0.074218750000 +0.177734375000 +0.125976562500 +0.108886718750 +-0.170898437500 +0.029418945312 +0.137695312500 +-0.133789062500 +0.034667968750 +-0.112792968750 +-0.016113281250 +-0.183593750000 +-0.078613281250 +0.020385742188 +0.024902343750 +-0.037841796875 +-0.024902343750 +0.027099609375 +0.023071289062 +-0.044677734375 +0.083007812500 +-0.271484375000 +-0.078125000000 +-0.173828125000 +0.108886718750 +0.071289062500 +-0.166992187500 +0.101074218750 +0.088867187500 +0.057617187500 +0.253906250000 +-0.204101562500 +0.029663085938 +0.031494140625 +-0.091308593750 +0.074218750000 +-0.141601562500 +-0.082031250000 +-0.083496093750 +-0.031127929688 +0.001182556152 +0.026489257812 +-0.000976562500 +0.068359375000 +0.122070312500 +0.026367187500 +0.003540039062 +0.085937500000 +0.163085937500 +-0.028808593750 +0.040771484375 +0.123535156250 +0.028198242188 +0.125976562500 +0.042236328125 +0.061279296875 +-0.244140625000 +-0.078125000000 +0.037841796875 +0.188476562500 +0.088867187500 +-0.076171875000 +0.068359375000 +0.125976562500 +-0.108398437500 +-0.187500000000 +0.246093750000 +-0.099609375000 +-0.074218750000 +0.077148437500 +0.121582031250 +0.141601562500 +0.031982421875 +-0.028442382812 +-0.041503906250 +0.030517578125 +0.080078125000 +0.148437500000 +0.078613281250 +0.126953125000 +-0.015747070312 +-0.030883789062 +-0.191406250000 +-0.068359375000 +0.170898437500 +-0.022949218750 +-0.059082031250 +0.214843750000 +-0.028198242188 +0.045410156250 +0.121582031250 +-0.115234375000 +0.094238281250 +-0.125976562500 +-0.172851562500 +0.022338867188 +0.003784179688 +-0.054931640625 +-0.063476562500 +0.075195312500 +-0.059082031250 +0.166015625000 +0.055175781250 +-0.039062500000 +0.023925781250 +0.149414062500 +-0.043457031250 +-0.186523437500 +-0.031982421875 +0.037109375000 +0.094238281250 +0.070800781250 +-0.053710937500 +-0.035156250000 +0.075195312500 +0.136718750000 +0.085449218750 +0.259765625000 +0.199218750000 +0.018310546875 +-0.063476562500 +0.006408691406 +-0.048828125000 +-0.133789062500 +0.140625000000 +-0.235351562500 +-0.292968750000 +0.004852294922 +0.009155273438 +0.017456054688 +0.055664062500 +-0.209960937500 +-0.291015625000 +0.018920898438 +-0.235351562500 +-0.056152343750 +0.010742187500 +-0.004364013672 +0.039306640625 +-0.194335937500 +0.068847656250 +0.079589843750 +-0.168945312500 +0.009643554688 +0.118652343750 +0.087402343750 +0.214843750000 +-0.084960937500 +0.113769531250 +0.060546875000 +-0.127929687500 +-0.072265625000 +-0.005554199219 +0.204101562500 +-0.111328125000 +-0.127929687500 +0.102539062500 +-0.126953125000 +-0.146484375000 +-0.109863281250 +0.002700805664 +0.131835937500 +-0.283203125000 +0.055908203125 +-0.009338378906 +0.199218750000 +0.048095703125 +0.085937500000 +-0.025634765625 +0.261718750000 +0.052734375000 +-0.035400390625 +-0.132812500000 +-0.010192871094 +0.149414062500 +0.056640625000 +-0.087402343750 +0.123046875000 +0.244140625000 +0.135742187500 +0.142578125000 +0.014709472656 +0.234375000000 +-0.020263671875 +0.175781250000 +0.328125000000 +-0.225585937500 +-0.053955078125 +-0.104980468750 +-0.083496093750 +-0.098144531250 +0.115234375000 +0.094238281250 +0.105957031250 +0.248046875000 +0.261718750000 +-0.143554687500 +0.012695312500 +-0.103027343750 +-0.034423828125 +-0.010253906250 +-0.010009765625 +-0.131835937500 +-0.072753906250 +0.054931640625 +-0.050048828125 +0.004058837891 +0.161132812500 +0.142578125000 +-0.019775390625 +0.034667968750 +-0.142578125000 +-0.056884765625 +0.159179687500 +-0.081542968750 +0.038818359375 +-0.036132812500 +0.310546875000 +-0.086425781250 +-0.179687500000 +-0.052490234375 +-0.179687500000 +0.012634277344 +-0.200195312500 +0.010070800781 +0.117675781250 +-0.300781250000 +-0.086425781250 +0.010620117188 +0.068359375000 +0.128906250000 +-0.244140625000 +0.097167968750 +0.055908203125 +-0.063476562500 +0.031005859375 +-0.063476562500 +-0.093750000000 +0.175781250000 +-0.041259765625 +0.037841796875 +0.026367187500 +0.232421875000 +0.134765625000 +0.086914062500 +-0.126953125000 +0.316406250000 +-0.041503906250 +0.002243041992 +-0.382812500000 +-0.153320312500 +-0.089355468750 +0.136718750000 +-0.298828125000 +0.030883789062 +0.058593750000 +-0.002731323242 +-0.181640625000 +0.105957031250 +-0.157226562500 +-0.072265625000 +0.029052734375 +-0.026855468750 +0.034423828125 +-0.058349609375 +-0.320312500000 +-0.216796875000 +-0.055175781250 +0.012084960938 +0.140625000000 +-0.120605468750 +0.181640625000 +0.028076171875 +0.002105712891 +-0.001213073730 +0.178710937500 +0.088378906250 +0.101562500000 +-0.269531250000 +0.041992187500 +-0.106933593750 +-0.139648437500 +0.112792968750 +-0.104003906250 +0.045898437500 +-0.037841796875 +0.076660156250 +-0.155273437500 +-0.030883789062 +-0.129882812500 +-0.275390625000 +0.052246093750 +-0.049316406250 +0.119140625000 +0.067871093750 +0.148437500000 +-0.158203125000 +0.004608154297 +-0.115722656250 +-0.230468750000 +0.002243041992 +0.032714843750 +0.160156250000 +0.011657714844 +0.106933593750 +-0.021118164062 +0.125000000000 +0.226562500000 +-0.116699218750 +-0.054687500000 +0.148437500000 +-0.047363281250 +-0.066894531250 +-0.312500000000 +-0.075683593750 +-0.110351562500 +-0.093261718750 +-0.466796875000 +0.194335937500 +0.124023437500 +0.059814453125 +-0.075195312500 +0.106933593750 +-0.107421875000 +-0.203125000000 +0.101562500000 +-0.271484375000 +-0.018554687500 +-0.016967773438 +-0.163085937500 +-0.072753906250 +0.005065917969 +-0.095214843750 +-0.045898437500 +-0.036621093750 +0.232421875000 +0.190429687500 +-0.036865234375 +0.333984375000 +-0.265625000000 +0.145507812500 +0.108886718750 +-0.055419921875 +-0.011047363281 +0.045898437500 +0.000215530396 +-0.042968750000 +-0.041748046875 +-0.118652343750 +-0.269531250000 +0.113769531250 +-0.143554687500 +-0.080078125000 +-0.087890625000 +-0.205078125000 +0.077636718750 +-0.106933593750 +0.022460937500 +-0.160156250000 +0.167968750000 +-0.159179687500 +-0.032714843750 +-0.193359375000 +-0.088867187500 +0.166992187500 +0.176757812500 +-0.429687500000 +-0.073730468750 +0.131835937500 +-0.049072265625 +0.112792968750 +-0.384765625000 +-0.086425781250 +0.093750000000 +-0.035888671875 +-0.126953125000 +0.006439208984 +-0.057128906250 +-0.187500000000 +-0.085449218750 +-0.033447265625 +-0.030151367188 +-0.072753906250 +0.144531250000 +-0.116699218750 +0.296875000000 +-0.271484375000 +0.197265625000 +0.142578125000 +0.117187500000 +0.109863281250 +0.074218750000 +0.175781250000 +-0.104980468750 +-0.103515625000 +0.172851562500 +0.166015625000 +0.134765625000 +0.186523437500 +0.155273437500 +0.132812500000 +-0.245117187500 +0.051757812500 +-0.061035156250 +-0.177734375000 +-0.267578125000 +0.132812500000 +0.049072265625 +-0.104492187500 +0.052978515625 +-0.022949218750 +0.045654296875 +-0.154296875000 +0.063476562500 +0.038574218750 +-0.562500000000 +-0.253906250000 +-0.085449218750 +-0.103027343750 +-0.170898437500 +0.080078125000 +0.009094238281 +0.154296875000 +0.099609375000 +0.023315429688 +-0.025634765625 +-0.161132812500 +-0.133789062500 +0.193359375000 +-0.073730468750 +-0.232421875000 +-0.162109375000 +-0.010681152344 +-0.139648437500 +-0.201171875000 +-0.250000000000 +0.209960937500 +0.078613281250 +0.001823425293 +-0.025024414062 +-0.046875000000 +-0.019042968750 +0.104980468750 +-0.095703125000 +-0.136718750000 +-0.205078125000 +0.076660156250 +0.082031250000 +-0.109375000000 +0.223632812500 +-0.033447265625 +0.104003906250 +0.009094238281 +0.118652343750 +0.166992187500 +0.042724609375 +-0.192382812500 +-0.036376953125 +-0.039062500000 +0.259765625000 +0.027832031250 +-0.148437500000 +0.147460937500 +-0.105957031250 +0.139648437500 +-0.128906250000 +-0.116210937500 +0.074707031250 +-0.302734375000 +-0.259765625000 +0.118652343750 +0.130859375000 +0.072753906250 +-0.048828125000 +0.096191406250 +-0.100585937500 +0.084472656250 +-0.019653320312 +-0.044921875000 +0.343750000000 +0.007598876953 +0.003479003906 +0.022705078125 +-0.104980468750 +-0.182617187500 +0.176757812500 +0.103027343750 +0.192382812500 +-0.365234375000 +0.077636718750 +-0.129882812500 +-0.161132812500 +0.068359375000 +-0.084960937500 +-0.247070312500 +-0.100585937500 +0.020019531250 +-0.081054687500 +-0.192382812500 +-0.160156250000 +0.098144531250 +0.041503906250 +-0.013732910156 +-0.009338378906 +-0.115234375000 +-0.165039062500 +-0.019531250000 +-0.180664062500 +-0.107910156250 +-0.151367187500 +-0.024658203125 +0.092285156250 +0.012878417969 +0.212890625000 +-0.033203125000 +0.052246093750 +-0.013854980469 +0.214843750000 +-0.002349853516 +0.154296875000 +-0.527343750000 +0.049804687500 +0.060546875000 +0.147460937500 +0.283203125000 +-0.265625000000 +0.100097656250 +0.055908203125 +0.162109375000 +-0.065429687500 +-0.041992187500 +0.001823425293 +-0.312500000000 +0.075683593750 +0.145507812500 +0.023803710938 +0.084472656250 +0.059570312500 +-0.075195312500 +-0.069824218750 +0.069824218750 +0.085449218750 +0.092285156250 +0.024536132812 +0.072265625000 +0.263671875000 +-0.007598876953 +0.191406250000 +-0.233398437500 +-0.222656250000 +0.177734375000 +0.040039062500 +-0.523437500000 +0.164062500000 +-0.025878906250 +-0.130859375000 +-0.018676757812 +-0.073242187500 +-0.078613281250 +0.067871093750 +-0.058105468750 +-0.269531250000 +-0.064453125000 +-0.191406250000 +0.038818359375 +0.086914062500 +0.069335937500 +-0.106445312500 +0.099121093750 +0.136718750000 +-0.160156250000 +0.020751953125 +0.035644531250 +-0.009704589844 +-0.165039062500 +0.165039062500 +0.207031250000 +0.202148437500 +-0.089843750000 +0.097167968750 +0.195312500000 +0.185546875000 +-0.022705078125 +-0.086914062500 +-0.166015625000 +0.388671875000 +-0.014831542969 +0.007568359375 +0.241210937500 +-0.179687500000 +0.155273437500 +-0.107421875000 +0.112792968750 +-0.024658203125 +0.025268554688 +-0.050537109375 +-0.238281250000 +-0.011718750000 +0.054199218750 +0.150390625000 +0.038574218750 +0.052734375000 +0.085937500000 +-0.115722656250 +0.113769531250 +0.100097656250 +0.085937500000 +0.086914062500 +0.243164062500 +-0.051025390625 +0.015380859375 +-0.243164062500 +-0.038330078125 +0.167968750000 +-0.023681640625 +0.149414062500 +-0.357421875000 +0.064941406250 +-0.145507812500 +-0.133789062500 +-0.078125000000 +-0.174804687500 +0.139648437500 +-0.112304687500 +0.003250122070 +-0.194335937500 +-0.024780273438 +-0.056884765625 +-0.029785156250 +0.008972167969 +0.002578735352 +-0.074707031250 +0.055175781250 +0.059326171875 +0.112304687500 +-0.104003906250 +-0.104003906250 +-0.044677734375 +-0.259765625000 +0.083496093750 +0.294921875000 +0.137695312500 +-0.075195312500 +0.070312500000 +0.265625000000 +-0.013854980469 +0.073730468750 +-0.024902343750 +-0.221679687500 +0.039550781250 +0.091308593750 +-0.056152343750 +0.207031250000 +-0.175781250000 +-0.032958984375 +-0.113281250000 +0.006103515625 +-0.081542968750 +-0.214843750000 +0.023559570312 +-0.285156250000 +-0.097656250000 +0.048095703125 +0.071289062500 +0.031982421875 +0.100097656250 +0.026855468750 +-0.107910156250 +0.076171875000 +0.273437500000 +-0.038330078125 +0.159179687500 +0.238281250000 +0.251953125000 +-0.000417709351 +-0.218750000000 +-0.208007812500 +0.052490234375 +0.292968750000 +0.333984375000 +-0.056640625000 +-0.090820312500 +-0.090820312500 +-0.119628906250 +-0.131835937500 +-0.129882812500 +0.172851562500 +-0.042724609375 +-0.019409179688 +-0.131835937500 +-0.234375000000 +-0.025878906250 +0.111816406250 +-0.035888671875 +-0.011169433594 +0.047363281250 +0.066406250000 +-0.085937500000 +-0.253906250000 +-0.065429687500 +-0.097167968750 +-0.006378173828 +-0.220703125000 +-0.065917968750 +0.177734375000 +0.152343750000 +-0.081054687500 +-0.205078125000 +0.180664062500 +-0.214843750000 +0.092285156250 +0.123046875000 +-0.337890625000 +-0.112792968750 +0.071289062500 +-0.179687500000 +0.162109375000 +-0.052246093750 +0.197265625000 +0.099609375000 +0.016235351562 +-0.134765625000 +0.147460937500 +0.086425781250 +-0.088867187500 +-0.090332031250 +0.046386718750 +-0.130859375000 +-0.065917968750 +0.021606445312 +0.068359375000 +0.038818359375 +-0.070800781250 +0.065429687500 +-0.042724609375 +-0.390625000000 +0.218750000000 +0.028320312500 +-0.044433593750 +-0.215820312500 +-0.125976562500 +-0.250000000000 +0.219726562500 +0.302734375000 +-0.302734375000 +-0.008789062500 +0.027465820312 +-0.171875000000 +-0.168945312500 +-0.113281250000 +-0.026489257812 +-0.034179687500 +-0.208984375000 +-0.130859375000 +-0.147460937500 +-0.261718750000 +-0.001182556152 +0.016357421875 +0.067382812500 +0.096679687500 +-0.015625000000 +-0.041259765625 +0.158203125000 +-0.199218750000 +-0.198242187500 +-0.261718750000 +-0.069335937500 +-0.160156250000 +0.140625000000 +0.304687500000 +-0.075683593750 +-0.363281250000 +0.244140625000 +0.160156250000 +0.261718750000 +-0.071289062500 +-0.345703125000 +-0.181640625000 +0.084960937500 +-0.121582031250 +0.024169921875 +-0.202148437500 +-0.000785827637 +-0.138671875000 +0.075683593750 +-0.466796875000 +0.065429687500 +-0.161132812500 +-0.185546875000 +-0.245117187500 +0.035644531250 +-0.004974365234 +0.095214843750 +-0.067382812500 +0.083007812500 +-0.087890625000 +-0.041748046875 +-0.013793945312 +0.035888671875 +0.257812500000 +0.209960937500 +0.023559570312 +0.109863281250 +-0.037109375000 +-0.043945312500 +0.322265625000 +0.180664062500 +0.306640625000 +-0.002471923828 +-0.105468750000 +-0.158203125000 +-0.035888671875 +-0.221679687500 +0.030395507812 +0.099609375000 +0.123535156250 +-0.386718750000 +-0.049316406250 +-0.017578125000 +-0.197265625000 +-0.265625000000 +0.108398437500 +0.051025390625 +-0.038574218750 +0.068847656250 +-0.205078125000 +-0.024658203125 +0.166992187500 +-0.183593750000 +0.018432617188 +0.018554687500 +-0.094726562500 +0.010192871094 +-0.109863281250 +0.019897460938 +0.100585937500 +-0.084472656250 +0.375000000000 +0.115722656250 +-0.171875000000 +0.010131835938 +0.291015625000 +0.123046875000 +0.081054687500 +0.027709960938 +0.026733398438 +-0.156250000000 +-0.082031250000 +-0.021728515625 +-0.023803710938 +-0.096191406250 +-0.122070312500 +-0.062255859375 +0.135742187500 +0.023193359375 +-0.117187500000 +-0.172851562500 +0.087890625000 +-0.209960937500 +0.118652343750 +0.081054687500 +0.147460937500 +-0.162109375000 +0.271484375000 +0.071289062500 +0.129882812500 +-0.032226562500 +0.238281250000 +-0.207031250000 +-0.281250000000 +0.201171875000 +-0.082519531250 +-0.076171875000 +-0.019531250000 +-0.133789062500 +0.131835937500 +-0.004516601562 +0.132812500000 +0.289062500000 +0.013305664062 +-0.203125000000 +0.100097656250 +0.070312500000 +-0.110351562500 +-0.036376953125 +0.104980468750 +0.062500000000 +-0.110839843750 +0.002197265625 +-0.194335937500 +-0.102050781250 +0.186523437500 +-0.143554687500 +-0.355468750000 +-0.067382812500 +-0.178710937500 +0.143554687500 +-0.146484375000 +0.062500000000 +-0.040039062500 +-0.006683349609 +0.351562500000 +0.259765625000 +0.153320312500 +-0.069824218750 +0.090332031250 +-0.074218750000 +-0.083007812500 +-0.037109375000 +0.105957031250 +-0.294921875000 +-0.105468750000 +-0.038574218750 +0.049804687500 +0.027343750000 +-0.168945312500 +0.122558593750 +-0.008300781250 +-0.117675781250 +-0.187500000000 +0.116699218750 +0.071777343750 +-0.054931640625 +0.003768920898 +-0.014160156250 +-0.192382812500 +-0.183593750000 +0.135742187500 +-0.080078125000 +0.082031250000 +0.131835937500 +0.019409179688 +-0.355468750000 +-0.171875000000 +-0.012390136719 +0.141601562500 +-0.022094726562 +-0.205078125000 +-0.022705078125 +0.015563964844 +0.235351562500 +0.227539062500 +0.149414062500 +0.109375000000 +-0.059082031250 +0.056884765625 +0.036376953125 +-0.107421875000 +0.038330078125 +0.016113281250 +0.031738281250 +0.144531250000 +0.029418945312 +-0.193359375000 +-0.040283203125 +0.214843750000 +0.060791015625 +-0.119140625000 +-0.087890625000 +0.084960937500 +0.093750000000 +0.061523437500 +0.152343750000 +-0.018066406250 +0.120117187500 +-0.210937500000 +0.118164062500 +0.151367187500 +-0.030883789062 +0.132812500000 +-0.040283203125 +-0.038085937500 +0.176757812500 +-0.053466796875 +-0.057861328125 +-0.289062500000 +-0.105468750000 +0.029174804688 +-0.117675781250 +-0.110839843750 +-0.047607421875 +0.158203125000 +-0.119628906250 +-0.118164062500 +-0.122558593750 +0.072265625000 +-0.070800781250 +-0.037353515625 +-0.053955078125 +-0.078125000000 +-0.187500000000 +0.075683593750 +-0.223632812500 +-0.068847656250 +0.180664062500 +-0.045166015625 +-0.052490234375 +-0.240234375000 +-0.035644531250 +0.133789062500 +0.102050781250 +-0.129882812500 +-0.241210937500 +0.065917968750 +0.119628906250 +0.114746093750 +0.086425781250 +0.091796875000 +0.101562500000 +0.104980468750 +0.026000976562 +-0.271484375000 +0.108886718750 +-0.139648437500 +-0.101562500000 +-0.126953125000 +-0.055908203125 +-0.125976562500 +-0.221679687500 +0.235351562500 +0.057373046875 +-0.103515625000 +-0.122070312500 +0.030517578125 +0.056884765625 +0.093261718750 +0.043701171875 +0.226562500000 +-0.142578125000 +-0.084960937500 +0.230468750000 +-0.019653320312 +-0.016967773438 +-0.063476562500 +0.152343750000 +-0.073242187500 +0.261718750000 +-0.149414062500 +0.108398437500 +0.028198242188 +0.010742187500 +-0.154296875000 +-0.190429687500 +-0.094238281250 +0.021118164062 +0.234375000000 +-0.169921875000 +-0.104980468750 +0.102539062500 +0.049072265625 +-0.101562500000 +0.001815795898 +-0.040771484375 +-0.103027343750 +-0.087890625000 +0.097656250000 +0.055908203125 +0.205078125000 +-0.025146484375 +-0.008911132812 +0.125976562500 +-0.314453125000 +0.064453125000 +0.076171875000 +-0.028198242188 +-0.212890625000 +-0.147460937500 +0.030395507812 +0.113769531250 +0.154296875000 +0.125976562500 +-0.020874023438 +0.154296875000 +-0.045654296875 +0.200195312500 +-0.292968750000 +-0.166992187500 +-0.038330078125 +-0.220703125000 +-0.002212524414 +-0.057128906250 +-0.132812500000 +-0.189453125000 +-0.010253906250 +-0.046142578125 +-0.030273437500 +-0.091796875000 +-0.296875000000 +0.027954101562 +0.008056640625 +0.091308593750 +0.076171875000 +0.046630859375 +-0.121093750000 +0.200195312500 +-0.000185012817 +0.085937500000 +0.144531250000 +0.120605468750 +-0.110839843750 +0.108398437500 +0.004669189453 +-0.012634277344 +-0.068359375000 +-0.111328125000 +-0.151367187500 +-0.055908203125 +-0.073242187500 +0.009826660156 +0.187500000000 +0.173828125000 +-0.008911132812 +-0.103515625000 +0.103515625000 +-0.102050781250 +-0.174804687500 +-0.115722656250 +-0.146484375000 +-0.206054687500 +-0.100585937500 +-0.014160156250 +-0.071289062500 +0.059326171875 +-0.176757812500 +0.087402343750 +0.135742187500 +0.122558593750 +0.089355468750 +0.076171875000 +-0.015258789062 +-0.287109375000 +-0.122070312500 +0.116699218750 +0.238281250000 +0.141601562500 +0.098144531250 +0.199218750000 +0.020751953125 +-0.096191406250 +-0.166992187500 +-0.070800781250 +-0.106445312500 +-0.121582031250 +0.055908203125 +-0.117187500000 +-0.031738281250 +-0.155273437500 +0.113281250000 +0.029418945312 +-0.213867187500 +-0.120605468750 +-0.163085937500 +0.003250122070 +-0.203125000000 +0.053710937500 +-0.168945312500 +-0.019775390625 +0.081542968750 +0.107421875000 +-0.091308593750 +0.097656250000 +0.104492187500 +0.075683593750 +-0.345703125000 +0.059082031250 +-0.207031250000 +0.013854980469 +-0.049072265625 +-0.051757812500 +-0.034912109375 +0.014648437500 +-0.077148437500 +0.062988281250 +-0.250000000000 +0.120605468750 +-0.090332031250 +0.157226562500 +0.090332031250 +-0.330078125000 +-0.020385742188 +-0.088867187500 +-0.019531250000 +-0.116699218750 +0.085937500000 +0.070800781250 +0.158203125000 +0.070800781250 +-0.312500000000 +-0.177734375000 +0.001708984375 +0.300781250000 +0.140625000000 +0.100097656250 +-0.137695312500 +-0.063476562500 +-0.150390625000 +-0.156250000000 +0.045410156250 +0.073730468750 +-0.179687500000 +0.212890625000 +0.052734375000 +-0.003799438477 +-0.019409179688 +0.074218750000 +-0.060791015625 +0.119140625000 +-0.090332031250 +0.007934570312 +-0.204101562500 +-0.022583007812 +0.083496093750 +0.102050781250 +-0.294921875000 +-0.091796875000 +-0.082031250000 +-0.033691406250 +-0.023437500000 +0.094238281250 +0.093750000000 +-0.003463745117 +-0.173828125000 +0.150390625000 +-0.023437500000 +-0.148437500000 +0.172851562500 +-0.030761718750 +-0.126953125000 +0.208007812500 +-0.080566406250 +0.108398437500 +-0.122070312500 +0.034667968750 +-0.054199218750 +0.096191406250 +0.224609375000 +-0.079101562500 +0.193359375000 +0.127929687500 +0.142578125000 +-0.149414062500 +0.239257812500 +-0.163085937500 +-0.056640625000 +0.078125000000 +0.042724609375 +-0.044433593750 +-0.202148437500 +0.304687500000 +0.079589843750 +0.230468750000 +-0.176757812500 +0.093750000000 +0.179687500000 +0.072265625000 +-0.355468750000 +0.030883789062 +0.084472656250 +-0.221679687500 +-0.119140625000 +0.013183593750 +-0.028198242188 +0.075683593750 +-0.110351562500 +0.027954101562 +0.251953125000 +0.094238281250 +-0.113769531250 +-0.039794921875 +-0.032714843750 +0.017211914062 +-0.113769531250 +0.110351562500 +0.017089843750 +-0.027465820312 +-0.049804687500 +0.036865234375 +-0.199218750000 +0.089355468750 +-0.141601562500 +0.006378173828 +-0.423828125000 +0.212890625000 +0.159179687500 +-0.073730468750 +-0.005340576172 +-0.033203125000 +-0.163085937500 +-0.062988281250 +-0.226562500000 +-0.116699218750 +-0.251953125000 +0.084472656250 +0.046142578125 +-0.023315429688 +0.050781250000 +-0.166015625000 +-0.245117187500 +0.014343261719 +0.242187500000 +-0.109375000000 +-0.169921875000 +0.099609375000 +0.018554687500 +0.601562500000 +-0.073730468750 +0.073730468750 +-0.135742187500 +0.131835937500 +0.060546875000 +-0.116699218750 +0.003768920898 +0.180664062500 +-0.141601562500 +-0.012756347656 +-0.162109375000 +0.085449218750 +0.116210937500 +-0.122558593750 +0.013854980469 +-0.096191406250 +-0.034912109375 +-0.318359375000 +0.015563964844 +-0.015136718750 +-0.117187500000 +-0.039306640625 +0.038818359375 +0.010253906250 +0.131835937500 +-0.078125000000 +-0.124023437500 +-0.074218750000 +0.141601562500 +-0.224609375000 +-0.106933593750 +-0.017578125000 +-0.003082275391 +0.045166015625 +0.083496093750 +0.173828125000 +-0.072753906250 +-0.046142578125 +-0.137695312500 +-0.215820312500 +-0.388671875000 +0.216796875000 +0.237304687500 +-0.104003906250 +-0.097656250000 +-0.133789062500 +0.146484375000 +0.062988281250 +-0.178710937500 +-0.015563964844 +-0.324218750000 +0.062988281250 +-0.118652343750 +-0.013488769531 +0.120117187500 +-0.251953125000 +-0.161132812500 +0.037597656250 +-0.070312500000 +-0.253906250000 +-0.255859375000 +0.058105468750 +0.273437500000 +0.283203125000 +-0.052246093750 +0.190429687500 +-0.061767578125 +0.211914062500 +0.098144531250 +-0.093261718750 +0.194335937500 +-0.022338867188 +-0.020507812500 +-0.013549804688 +-0.234375000000 +0.081054687500 +0.073242187500 +-0.016601562500 +-0.353515625000 +0.029663085938 +-0.074218750000 +-0.077148437500 +0.001258850098 +0.135742187500 +-0.136718750000 +0.025146484375 +0.005249023438 +0.044433593750 +0.135742187500 +-0.001327514648 +-0.160156250000 +-0.059326171875 +0.066406250000 +-0.166992187500 +-0.029296875000 +-0.031494140625 +0.218750000000 +0.050292968750 +0.078125000000 +0.077636718750 +0.155273437500 +0.042968750000 +-0.306640625000 +-0.007873535156 +-0.141601562500 +0.015869140625 +0.182617187500 +0.056396484375 +-0.066406250000 +-0.035400390625 +-0.065429687500 +-0.099121093750 +-0.043212890625 +0.102050781250 +-0.166015625000 +-0.014831542969 +-0.139648437500 +-0.036132812500 +0.213867187500 +-0.133789062500 +0.100097656250 +-0.257812500000 +-0.041748046875 +-0.172851562500 +-0.141601562500 +-0.090332031250 +0.067871093750 +0.195312500000 +0.015441894531 +-0.078125000000 +-0.146484375000 +0.172851562500 +0.159179687500 +0.265625000000 +-0.122558593750 +-0.067382812500 +0.083007812500 +-0.036376953125 +-0.251953125000 +0.034912109375 +0.085937500000 +-0.110351562500 +-0.024780273438 +0.017333984375 +0.154296875000 +-0.130859375000 +0.070800781250 +-0.024047851562 +-0.064941406250 +0.140625000000 +-0.022216796875 +-0.017333984375 +0.066894531250 +-0.023315429688 +-0.062500000000 +-0.041992187500 +0.070800781250 +0.125976562500 +-0.082519531250 +-0.198242187500 +0.159179687500 +-0.296875000000 +0.058105468750 +0.033935546875 +0.049072265625 +0.030639648438 +-0.055419921875 +-0.102050781250 +-0.001419067383 +-0.031982421875 +0.087890625000 +-0.110351562500 +-0.094238281250 +0.059082031250 +0.162109375000 +-0.036865234375 +-0.156250000000 +-0.015625000000 +-0.115722656250 +0.021362304688 +-0.064453125000 +-0.166015625000 +0.125976562500 +0.055419921875 +-0.163085937500 +0.041015625000 +0.074707031250 +-0.142578125000 +-0.094726562500 +0.003326416016 +0.229492187500 +0.102050781250 +-0.019531250000 +0.068359375000 +-0.126953125000 +-0.048583984375 +0.100097656250 +0.053466796875 +-0.191406250000 +-0.021240234375 +0.233398437500 +-0.208984375000 +-0.185546875000 +0.017944335938 +0.160156250000 +0.133789062500 +0.006164550781 +0.063476562500 +-0.160156250000 +-0.098144531250 +-0.035400390625 +-0.070312500000 +-0.010009765625 +0.130859375000 +0.019409179688 +0.094238281250 +0.135742187500 +-0.040771484375 +-0.059814453125 +-0.045898437500 +0.036376953125 +0.087890625000 +-0.061035156250 +-0.126953125000 +0.025756835938 +-0.292968750000 +-0.007720947266 +-0.039062500000 +0.021362304688 +0.051513671875 +-0.061767578125 +-0.051025390625 +-0.053466796875 +0.009948730469 +0.176757812500 +-0.086425781250 +-0.014892578125 +-0.052978515625 +0.090820312500 +0.048339843750 +-0.112304687500 +-0.126953125000 +-0.134765625000 +-0.023315429688 +-0.240234375000 +-0.186523437500 +0.118164062500 +0.332031250000 +-0.060791015625 +-0.084960937500 +0.012634277344 +-0.117675781250 +-0.062011718750 +0.002853393555 +0.034667968750 +0.186523437500 +-0.071289062500 +0.081542968750 +-0.082519531250 +-0.092773437500 +0.027099609375 +-0.089355468750 +0.125976562500 +0.016845703125 +-0.118164062500 +-0.096191406250 +-0.373046875000 +0.166015625000 +-0.068847656250 +0.074707031250 +-0.134765625000 +-0.005493164062 +0.046386718750 +-0.211914062500 +0.099121093750 +-0.061523437500 +-0.036865234375 +0.109863281250 +-0.143554687500 +-0.074707031250 +0.088378906250 +0.009033203125 +-0.013244628906 +-0.013366699219 +-0.028930664062 +0.051025390625 +0.021728515625 +-0.062255859375 +-0.169921875000 +-0.101074218750 +0.086914062500 +0.064941406250 +-0.007629394531 +-0.064941406250 +-0.016235351562 +-0.126953125000 +-0.406250000000 +0.083496093750 +0.124023437500 +-0.033691406250 +-0.119140625000 +-0.010620117188 +0.036865234375 +-0.066406250000 +-0.243164062500 +-0.080566406250 +-0.210937500000 +-0.058105468750 +-0.157226562500 +-0.049316406250 +0.029418945312 +0.300781250000 +-0.267578125000 +-0.091796875000 +0.028808593750 +-0.015319824219 +0.073730468750 +-0.037109375000 +0.011413574219 +0.041748046875 +-0.007751464844 +0.150390625000 +-0.094238281250 +0.095214843750 +0.216796875000 +-0.061767578125 +0.124023437500 +-0.060058593750 +-0.114257812500 +-0.152343750000 +-0.316406250000 +0.153320312500 +0.044921875000 +0.010864257812 +-0.308593750000 +0.019042968750 +-0.029663085938 +-0.158203125000 +-0.092285156250 +-0.061767578125 +0.079101562500 +0.075683593750 +-0.043701171875 +-0.021240234375 +0.298828125000 +-0.084472656250 +-0.089355468750 +0.186523437500 +0.002258300781 +-0.022705078125 +0.178710937500 +-0.137695312500 +-0.190429687500 +-0.157226562500 +0.168945312500 +-0.001228332520 +0.124023437500 +-0.047607421875 +0.061523437500 +-0.154296875000 +-0.503906250000 +0.114746093750 +0.157226562500 +0.007934570312 +-0.151367187500 +0.064941406250 +0.029663085938 +0.034667968750 +-0.390625000000 +0.019531250000 +-0.026123046875 +-0.035644531250 +-0.232421875000 +-0.043212890625 +0.035888671875 +0.155273437500 +-0.263671875000 +0.203125000000 +0.037353515625 +-0.090820312500 +-0.103515625000 +0.028930664062 +0.094238281250 +0.054687500000 +-0.128906250000 +0.050537109375 +-0.124023437500 +0.137695312500 +0.120605468750 +0.018432617188 +-0.016723632812 +-0.075683593750 +-0.062500000000 +-0.051757812500 +-0.188476562500 +0.028198242188 +0.125976562500 +-0.067871093750 +-0.018310546875 +0.145507812500 +0.040771484375 +-0.155273437500 +-0.215820312500 +0.114746093750 +-0.050537109375 +-0.005371093750 +0.058105468750 +0.042236328125 +-0.062988281250 +0.216796875000 +-0.125976562500 +-0.146484375000 +-0.216796875000 +-0.021850585938 +-0.088378906250 +-0.227539062500 +0.125976562500 +0.110839843750 +-0.052246093750 +-0.024658203125 +0.394531250000 +0.086425781250 +-0.061767578125 +0.132812500000 +-0.148437500000 +-0.046386718750 +0.173828125000 +0.010742187500 +0.101074218750 +-0.017211914062 +0.041992187500 +0.174804687500 +0.043212890625 +0.115234375000 +0.154296875000 +-0.369140625000 +0.009887695312 +-0.205078125000 +0.113281250000 +0.172851562500 +-0.036865234375 +-0.033935546875 +-0.251953125000 +0.081054687500 +-0.045166015625 +-0.105957031250 +-0.066406250000 +-0.057128906250 +-0.130859375000 +0.144531250000 +0.082519531250 +-0.025268554688 +-0.191406250000 +0.199218750000 +0.107910156250 +0.058837890625 +0.179687500000 +0.043945312500 +0.145507812500 +0.073730468750 +0.145507812500 +0.062500000000 +0.043212890625 +-0.086914062500 +-0.139648437500 +-0.105468750000 +-0.076171875000 +0.000747680664 +0.237304687500 +0.125976562500 +-0.002532958984 +-0.028564453125 +-0.083984375000 +0.111328125000 +0.068847656250 +-0.234375000000 +-0.162109375000 +-0.273437500000 +-0.068847656250 +-0.275390625000 +-0.038330078125 +0.050537109375 +-0.014892578125 +-0.016235351562 +0.042968750000 +0.024291992188 +0.087890625000 +0.008300781250 +-0.009033203125 +0.077636718750 +0.014953613281 +0.035644531250 +-0.052246093750 +-0.037841796875 +-0.039306640625 +-0.013183593750 +0.190429687500 +-0.056152343750 +0.053222656250 +-0.240234375000 +-0.016235351562 +-0.134765625000 +0.040039062500 +0.043212890625 +-0.101562500000 +0.028198242188 +-0.096191406250 +0.173828125000 +0.144531250000 +0.027832031250 +0.096679687500 +-0.174804687500 +-0.040527343750 +-0.156250000000 +0.230468750000 +-0.255859375000 +0.049804687500 +0.081542968750 +0.082519531250 +-0.078613281250 +0.136718750000 +-0.028076171875 +0.129882812500 +0.070800781250 +0.115234375000 +0.128906250000 +-0.032958984375 +0.027954101562 +0.027587890625 +-0.133789062500 +-0.210937500000 +0.126953125000 +-0.134765625000 +-0.009033203125 +0.062011718750 +0.094726562500 +-0.028686523438 +0.079589843750 +-0.199218750000 +-0.298828125000 +0.082519531250 +-0.092285156250 +0.119140625000 +-0.179687500000 +-0.088867187500 +0.155273437500 +0.049316406250 +-0.062011718750 +-0.283203125000 +-0.020874023438 +-0.046875000000 +0.007537841797 +-0.199218750000 +-0.056640625000 +0.096679687500 +-0.016967773438 +-0.025268554688 +-0.006927490234 +-0.043212890625 +-0.062011718750 +0.250000000000 +-0.046386718750 +0.166992187500 +-0.425781250000 +-0.075683593750 +0.038330078125 +0.222656250000 +0.064941406250 +0.062988281250 +-0.045410156250 +0.073730468750 +-0.019287109375 +-0.054199218750 +0.074218750000 +-0.107910156250 +0.124023437500 +0.121093750000 +-0.158203125000 +0.025512695312 +0.263671875000 +0.042236328125 +0.174804687500 +-0.014526367188 +0.101074218750 +0.079101562500 +0.083007812500 +-0.027587890625 +-0.001304626465 +0.085937500000 +0.283203125000 +0.065917968750 +-0.106933593750 +0.063476562500 +0.076660156250 +-0.259765625000 +0.057617187500 +-0.052490234375 +-0.157226562500 +-0.108398437500 +0.043701171875 +0.077148437500 +0.101562500000 +0.196289062500 +-0.318359375000 +0.089355468750 +0.091308593750 +0.197265625000 +-0.141601562500 +0.104492187500 +0.255859375000 +-0.056640625000 +0.109375000000 +-0.178710937500 +0.247070312500 +-0.041992187500 +-0.021850585938 +-0.120605468750 +0.135742187500 +0.109375000000 +0.024414062500 +-0.160156250000 +-0.145507812500 +-0.152343750000 +-0.154296875000 +0.038085937500 +0.056152343750 +0.151367187500 +-0.146484375000 +-0.016967773438 +-0.037109375000 +-0.131835937500 +-0.111816406250 +0.056396484375 +0.026000976562 +-0.113769531250 +0.077148437500 +-0.020629882812 +-0.039550781250 +0.068847656250 +0.141601562500 +-0.035400390625 +-0.194335937500 +0.206054687500 +0.090332031250 +-0.077636718750 +0.110839843750 +0.040283203125 +0.031494140625 +-0.048828125000 +-0.090332031250 +0.064941406250 +-0.283203125000 +0.058593750000 +0.023071289062 +0.016235351562 +-0.068847656250 +0.074218750000 +0.189453125000 +-0.335937500000 +0.144531250000 +-0.126953125000 +-0.200195312500 +-0.195312500000 +-0.088378906250 +-0.137695312500 +0.238281250000 +-0.073730468750 +-0.337890625000 +0.102050781250 +-0.051269531250 +-0.035156250000 +-0.131835937500 +0.153320312500 +0.113769531250 +0.003311157227 +-0.027099609375 +-0.133789062500 +0.000077724457 +0.115234375000 +-0.030151367188 +-0.511718750000 +-0.188476562500 +0.175781250000 +0.090332031250 +0.053955078125 +-0.113281250000 +-0.233398437500 +-0.044677734375 +0.148437500000 +-0.060791015625 +0.111816406250 +-0.174804687500 +-0.033935546875 +-0.081054687500 +0.100585937500 +0.066894531250 +0.139648437500 +-0.012023925781 +-0.283203125000 +0.110351562500 +0.140625000000 +-0.106933593750 +0.233398437500 +0.008239746094 +-0.053466796875 +-0.140625000000 +0.104003906250 +0.164062500000 +-0.062255859375 +0.204101562500 +0.148437500000 +0.133789062500 +-0.009399414062 +0.193359375000 +0.108886718750 +-0.157226562500 +-0.023559570312 +0.123046875000 +0.103027343750 +0.012695312500 +0.012145996094 +-0.057128906250 +-0.129882812500 +0.059814453125 +-0.283203125000 +-0.119140625000 +0.041015625000 +-0.085449218750 +-0.161132812500 +0.016967773438 +0.192382812500 +-0.242187500000 +0.232421875000 +-0.103027343750 +0.002716064453 +0.121093750000 +0.166992187500 +0.223632812500 +-0.046386718750 +-0.027587890625 +-0.194335937500 +0.169921875000 +0.043212890625 +-0.123535156250 +-0.345703125000 +-0.012939453125 +0.085449218750 +0.122070312500 +-0.178710937500 +0.011291503906 +-0.143554687500 +-0.145507812500 +0.076171875000 +-0.220703125000 +0.015869140625 +-0.165039062500 +-0.235351562500 +-0.019897460938 +-0.070312500000 +-0.068359375000 +-0.113281250000 +-0.063476562500 +-0.076171875000 +0.185546875000 +0.035400390625 +0.052734375000 +-0.108398437500 +0.107421875000 +-0.042236328125 +-0.347656250000 +0.212890625000 +0.027099609375 +-0.007751464844 +0.074707031250 +0.092285156250 +-0.061523437500 +0.029174804688 +-0.152343750000 +0.030761718750 +-0.157226562500 +0.048339843750 +0.121582031250 +0.026489257812 +0.038330078125 +0.003234863281 +-0.008361816406 +-0.045898437500 +0.178710937500 +-0.088378906250 +-0.153320312500 +0.100097656250 +-0.000495910645 +0.045898437500 +-0.007568359375 +0.062988281250 +-0.289062500000 +0.177734375000 +-0.045410156250 +-0.006103515625 +0.038574218750 +0.102539062500 +0.059326171875 +0.076171875000 +0.041992187500 +-0.022705078125 +0.000785827637 +0.133789062500 +-0.134765625000 +-0.143554687500 +0.094726562500 +0.114746093750 +-0.030761718750 +0.020751953125 +-0.281250000000 +-0.046386718750 +-0.068359375000 +0.016723632812 +-0.095214843750 +0.070312500000 +-0.124511718750 +-0.000482559204 +-0.269531250000 +0.206054687500 +0.003112792969 +-0.006744384766 +0.048339843750 +0.061035156250 +0.149414062500 +0.031738281250 +0.063476562500 +-0.244140625000 +0.222656250000 +0.116210937500 +-0.197265625000 +0.101074218750 +0.042724609375 +-0.102050781250 +0.136718750000 +0.055664062500 +-0.034179687500 +-0.079101562500 +0.034667968750 +0.024169921875 +0.144531250000 +-0.017089843750 +0.124511718750 +0.039062500000 +0.144531250000 +-0.269531250000 +0.057861328125 +-0.060058593750 +0.120605468750 +0.038330078125 +-0.191406250000 +-0.130859375000 +0.194335937500 +-0.073730468750 +0.074218750000 +0.121093750000 +0.180664062500 +-0.166015625000 +0.012634277344 +-0.086914062500 +-0.008972167969 +-0.116699218750 +-0.023681640625 +-0.082031250000 +0.105957031250 +-0.010681152344 +-0.027709960938 +-0.166992187500 +0.168945312500 +-0.124511718750 +0.047607421875 +-0.105957031250 +0.178710937500 +0.108398437500 +0.177734375000 +0.046142578125 +-0.055664062500 +0.069335937500 +0.308593750000 +0.137695312500 +0.112792968750 +-0.357421875000 +-0.123535156250 +0.228515625000 +0.098632812500 +-0.308593750000 +-0.343750000000 +-0.183593750000 +0.031250000000 +-0.223632812500 +0.173828125000 +0.127929687500 +-0.061767578125 +-0.007080078125 +0.043945312500 +-0.060302734375 +-0.468750000000 +-0.181640625000 +-0.154296875000 +-0.335937500000 +-0.186523437500 +0.045898437500 +0.096191406250 +-0.075683593750 +-0.226562500000 +-0.138671875000 +-0.235351562500 +0.135742187500 +0.153320312500 +-0.070312500000 +0.135742187500 +-0.000286102295 +-0.007995605469 +-0.120117187500 +-0.006896972656 +0.052001953125 +0.287109375000 +-0.076171875000 +-0.134765625000 +-0.075195312500 +-0.140625000000 +-0.244140625000 +0.095214843750 +0.072265625000 +-0.045410156250 +-0.112304687500 +0.087890625000 +0.133789062500 +0.036376953125 +-0.085449218750 +-0.048583984375 +-0.083007812500 +0.140625000000 +-0.042724609375 +-0.041259765625 +0.096191406250 +0.157226562500 +-0.040771484375 +0.209960937500 +0.031494140625 +-0.126953125000 +0.003890991211 +0.082519531250 +-0.083496093750 +-0.181640625000 +-0.019531250000 +-0.002975463867 +-0.052001953125 +-0.037109375000 +-0.265625000000 +0.080566406250 +-0.020141601562 +-0.119628906250 +-0.139648437500 +0.160156250000 +-0.108886718750 +-0.227539062500 +-0.050537109375 +0.015014648438 +-0.128906250000 +-0.112792968750 +-0.226562500000 +-0.431640625000 +0.030395507812 +-0.025878906250 +0.061279296875 +-0.001411437988 +-0.247070312500 +-0.108398437500 +-0.193359375000 +-0.229492187500 +0.196289062500 +0.051513671875 +-0.170898437500 +-0.134765625000 +0.095703125000 +-0.055664062500 +-0.058105468750 +0.053222656250 +0.277343750000 +0.011474609375 +0.172851562500 +0.059082031250 +0.234375000000 +-0.472656250000 +-0.048828125000 +0.022827148438 +-0.083007812500 +-0.296875000000 +-0.045898437500 +0.064453125000 +-0.186523437500 +0.100585937500 +-0.026000976562 +-0.095214843750 +-0.017578125000 +-0.355468750000 +0.031494140625 +-0.113769531250 +0.057861328125 +0.180664062500 +-0.357421875000 +-0.067382812500 +0.083984375000 +-0.088867187500 +0.125000000000 +0.165039062500 +0.158203125000 +-0.105957031250 +-0.103515625000 +-0.005889892578 +-0.081054687500 +0.067382812500 +-0.021240234375 +-0.218750000000 +-0.196289062500 +0.151367187500 +0.016723632812 +0.118652343750 +-0.029418945312 +0.081542968750 +-0.186523437500 +0.104980468750 +0.073730468750 +0.102050781250 +0.085937500000 +-0.177734375000 +-0.044433593750 +0.020629882812 +0.022094726562 +-0.132812500000 +-0.149414062500 +-0.071777343750 +-0.204101562500 +-0.140625000000 +0.170898437500 +0.074218750000 +-0.200195312500 +0.287109375000 +-0.095214843750 +-0.119628906250 +0.115722656250 +-0.128906250000 +-0.041015625000 +-0.013732910156 +-0.204101562500 +0.121093750000 +-0.024291992188 +-0.012634277344 +0.121582031250 +-0.127929687500 +-0.020751953125 +-0.036865234375 +-0.037109375000 +0.051269531250 +-0.261718750000 +0.071289062500 +-0.123046875000 +-0.179687500000 +-0.200195312500 +-0.092285156250 +0.123535156250 +-0.023681640625 +-0.127929687500 +0.101074218750 +-0.289062500000 +-0.033691406250 +0.118652343750 +-0.052978515625 +0.117187500000 +0.208984375000 +0.019653320312 +-0.158203125000 +0.030517578125 +-0.168945312500 +-0.032714843750 +0.037353515625 +-0.133789062500 +0.025268554688 +-0.041259765625 +-0.149414062500 +-0.040771484375 +0.015869140625 +0.035888671875 +-0.016235351562 +0.068359375000 +0.010803222656 +-0.146484375000 +0.199218750000 +-0.042968750000 +0.245117187500 +-0.039550781250 +0.164062500000 +0.046142578125 +0.086425781250 +0.023193359375 +0.119628906250 +-0.016601562500 +0.038818359375 +0.101074218750 +0.009887695312 +0.101562500000 +-0.019897460938 +-0.053710937500 +-0.129882812500 +-0.078613281250 +-0.107421875000 +-0.085449218750 +0.030761718750 +0.083984375000 +-0.173828125000 +0.093750000000 +-0.251953125000 +0.110839843750 +-0.201171875000 +-0.084960937500 +-0.106445312500 +-0.056152343750 +0.170898437500 +-0.135742187500 +0.038818359375 +-0.007629394531 +-0.246093750000 +-0.144531250000 +0.039306640625 +-0.021606445312 +0.026855468750 +-0.146484375000 +0.052978515625 +-0.062988281250 +0.011901855469 +0.101074218750 +0.042236328125 +0.140625000000 +0.261718750000 +0.006439208984 +0.012329101562 +0.011901855469 +-0.312500000000 +-0.163085937500 +0.125976562500 +0.073242187500 +0.077148437500 +-0.000261306763 +-0.073730468750 +0.052246093750 +0.102050781250 +0.024780273438 +-0.000892639160 +-0.058349609375 +0.178710937500 +0.102050781250 +0.169921875000 +0.031250000000 +0.178710937500 +0.060791015625 +0.249023437500 +0.037353515625 +-0.040283203125 +-0.172851562500 +-0.021118164062 +0.140625000000 +-0.026733398438 +-0.031738281250 +-0.026123046875 +-0.008728027344 +-0.086914062500 +-0.154296875000 +0.033935546875 +-0.129882812500 +-0.151367187500 +-0.082031250000 +-0.145507812500 +-0.041503906250 +0.097656250000 +-0.127929687500 +-0.104492187500 +0.027221679688 +-0.245117187500 +-0.062988281250 +0.064941406250 +-0.066894531250 +0.062988281250 +-0.148437500000 +0.114746093750 +0.013061523438 +0.105957031250 +0.083496093750 +0.099121093750 +-0.308593750000 +-0.027954101562 +-0.065429687500 +0.073730468750 +-0.154296875000 +0.037597656250 +0.220703125000 +0.068847656250 +0.081054687500 +0.328125000000 +-0.363281250000 +-0.091796875000 +0.125976562500 +-0.119140625000 +0.190429687500 +0.075683593750 +-0.103027343750 +-0.219726562500 +-0.206054687500 +-0.155273437500 +0.209960937500 +0.186523437500 +-0.029541015625 +0.144531250000 +0.096679687500 +0.035644531250 +-0.128906250000 +-0.054687500000 +0.106933593750 +0.006317138672 +-0.291015625000 +0.168945312500 +0.029174804688 +-0.006439208984 +-0.235351562500 +0.037109375000 +-0.404296875000 +-0.144531250000 +0.041748046875 +-0.035400390625 +-0.204101562500 +0.287109375000 +-0.040283203125 +0.039306640625 +0.128906250000 +-0.138671875000 +0.251953125000 +-0.142578125000 +0.138671875000 +-0.142578125000 +0.007751464844 +-0.038085937500 +0.166992187500 +-0.031494140625 +-0.099121093750 +0.064453125000 +0.096679687500 +0.105468750000 +-0.162109375000 +-0.129882812500 +-0.208984375000 +-0.003906250000 +-0.053222656250 +0.155273437500 +-0.166015625000 +-0.182617187500 +0.021240234375 +-0.152343750000 +-0.144531250000 +0.072265625000 +0.009277343750 +0.132812500000 +-0.148437500000 +0.160156250000 +0.044677734375 +-0.058593750000 +-0.099609375000 +-0.273437500000 +-0.219726562500 +0.047607421875 +-0.210937500000 +-0.020019531250 +-0.192382812500 +0.052001953125 +-0.077148437500 +0.125976562500 +-0.542968750000 +0.020141601562 +0.105468750000 +-0.181640625000 +-0.059570312500 +0.002166748047 +-0.056884765625 +-0.235351562500 +0.310546875000 +0.355468750000 +0.064453125000 +-0.111816406250 +-0.125976562500 +0.040283203125 +0.291015625000 +-0.170898437500 +0.027221679688 +0.146484375000 +0.082031250000 +0.093750000000 +-0.197265625000 +0.114746093750 +-0.011596679688 +0.003631591797 +-0.033447265625 +-0.017333984375 +0.057617187500 +0.127929687500 +-0.308593750000 +-0.056396484375 +0.088378906250 +0.047363281250 +0.014770507812 +-0.070312500000 +0.027099609375 +-0.233398437500 +-0.107910156250 +0.088378906250 +0.002532958984 +-0.038574218750 +-0.059570312500 +-0.019653320312 +-0.046630859375 +0.115234375000 +0.081054687500 +-0.160156250000 +-0.052001953125 +0.150390625000 +-0.269531250000 +-0.468750000000 +0.027465820312 +0.004150390625 +0.120117187500 +-0.165039062500 +-0.034912109375 +0.061767578125 +0.091308593750 +-0.165039062500 +-0.210937500000 +0.121093750000 +-0.118164062500 +-0.231445312500 +-0.085449218750 +0.082031250000 +-0.116210937500 +0.024047851562 +-0.165039062500 +-0.086425781250 +-0.086914062500 +0.034179687500 +0.014404296875 +-0.014648437500 +0.122558593750 +0.041015625000 +0.121093750000 +-0.211914062500 +-0.017700195312 +0.125976562500 +-0.132812500000 +-0.008544921875 +-0.125000000000 +0.095703125000 +0.124511718750 +-0.086914062500 +-0.100585937500 +-0.006744384766 +-0.189453125000 +-0.164062500000 +-0.000350952148 +-0.008850097656 +0.019409179688 +-0.048828125000 +-0.355468750000 +-0.020263671875 +0.112792968750 +0.162109375000 +0.026733398438 +-0.195312500000 +0.028320312500 +-0.207031250000 +0.088867187500 +0.039062500000 +0.292968750000 +0.035156250000 +-0.039062500000 +-0.016723632812 +-0.208984375000 +-0.236328125000 +-0.032958984375 +-0.159179687500 +-0.014709472656 +-0.077636718750 +0.137695312500 +-0.202148437500 +-0.086914062500 +-0.202148437500 +0.218750000000 +0.205078125000 +0.082031250000 +0.081542968750 +0.199218750000 +0.134765625000 +-0.126953125000 +0.103027343750 +-0.087890625000 +-0.261718750000 +-0.118164062500 +0.094726562500 +-0.367187500000 +0.017822265625 +0.015136718750 +-0.024780273438 +-0.054199218750 +-0.052978515625 +-0.076171875000 +-0.048095703125 +-0.030761718750 +-0.150390625000 +0.111816406250 +-0.082031250000 +-0.201171875000 +-0.241210937500 +-0.208007812500 +-0.095703125000 +-0.105957031250 +0.131835937500 +0.114257812500 +-0.091308593750 +-0.208007812500 +-0.067382812500 +0.196289062500 +0.090332031250 +-0.112304687500 +-0.131835937500 +0.042968750000 +-0.027343750000 +-0.157226562500 +0.100585937500 +-0.162109375000 +0.046875000000 +0.055419921875 +-0.209960937500 +0.139648437500 +-0.178710937500 +0.071289062500 +0.142578125000 +0.031982421875 +0.127929687500 +0.103027343750 +-0.013793945312 +0.022949218750 +-0.012573242188 +-0.021484375000 +-0.011413574219 +-0.078613281250 +0.139648437500 +-0.103027343750 +0.068847656250 +-0.116699218750 +-0.328125000000 +0.031982421875 +0.244140625000 +0.100097656250 +0.192382812500 +0.138671875000 +-0.093750000000 +-0.112792968750 +-0.009216308594 +-0.052490234375 +-0.115234375000 +0.050292968750 +0.099609375000 +-0.212890625000 +-0.130859375000 +-0.014648437500 +-0.011840820312 +0.007019042969 +-0.062988281250 +0.028442382812 +-0.011474609375 +-0.023925781250 +-0.099121093750 +0.178710937500 +-0.233398437500 +-0.125976562500 +-0.259765625000 +-0.174804687500 +-0.005310058594 +-0.078613281250 +-0.134765625000 +0.095703125000 +0.120605468750 +-0.069335937500 +-0.202148437500 +-0.119140625000 +-0.013061523438 +0.129882812500 +-0.210937500000 +0.119628906250 +0.004577636719 +-0.000116348267 +-0.002151489258 +0.082031250000 +0.046630859375 +-0.165039062500 +-0.008728027344 +0.074218750000 +-0.041748046875 +0.187500000000 +-0.049316406250 +0.205078125000 +0.094238281250 +0.106445312500 +0.190429687500 +-0.046386718750 +0.025390625000 +0.131835937500 +-0.180664062500 +-0.271484375000 +0.137695312500 +0.255859375000 +0.074707031250 +-0.139648437500 +-0.419921875000 +0.200195312500 +0.235351562500 +0.002182006836 +0.343750000000 +0.040039062500 +0.085449218750 +-0.054931640625 +-0.025268554688 +0.016845703125 +-0.193359375000 +-0.328125000000 +0.109863281250 +-0.087402343750 +-0.043701171875 +-0.125976562500 +-0.097656250000 +0.102050781250 +-0.206054687500 +0.040039062500 +-0.140625000000 +-0.045654296875 +-0.028320312500 +0.061767578125 +-0.060058593750 +-0.056884765625 +-0.085449218750 +0.135742187500 +-0.045898437500 +-0.209960937500 +0.090820312500 +-0.007141113281 +-0.104003906250 +-0.064941406250 +-0.099121093750 +0.158203125000 +0.050048828125 +-0.013305664062 +-0.089843750000 +0.024536132812 +0.088867187500 +-0.006988525391 +-0.011230468750 +-0.047119140625 +-0.027221679688 +0.151367187500 +0.040283203125 +0.079101562500 +-0.043457031250 +0.211914062500 +0.103027343750 +0.084472656250 +-0.012878417969 +-0.042724609375 +-0.006530761719 +0.107910156250 +-0.012878417969 +0.055664062500 +0.003631591797 +-0.024780273438 +-0.038330078125 +-0.009094238281 +0.131835937500 +-0.302734375000 +-0.380859375000 +0.013244628906 +0.049560546875 +-0.040771484375 +0.237304687500 +0.137695312500 +0.041992187500 +-0.069824218750 +-0.034423828125 +-0.032958984375 +-0.107910156250 +-0.091796875000 +0.002456665039 +-0.304687500000 +-0.072265625000 +-0.208984375000 +-0.194335937500 +0.040771484375 +0.050781250000 +-0.002365112305 +-0.122070312500 +-0.050537109375 +0.185546875000 +0.037597656250 +-0.007873535156 +-0.119140625000 +-0.263671875000 +0.118652343750 +0.055664062500 +-0.237304687500 +0.143554687500 +-0.070800781250 +-0.038574218750 +0.023803710938 +-0.125976562500 +-0.243164062500 +-0.049316406250 +-0.009277343750 +-0.123046875000 +-0.096679687500 +-0.132812500000 +-0.341796875000 +0.023437500000 +-0.146484375000 +-0.091308593750 +-0.007385253906 +-0.003494262695 +0.036132812500 +-0.261718750000 +0.135742187500 +0.012145996094 +-0.097167968750 +0.006286621094 +-0.107421875000 +0.255859375000 +-0.046142578125 +0.053710937500 +-0.277343750000 +0.008239746094 +-0.253906250000 +0.128906250000 +-0.175781250000 +0.042480468750 +-0.122558593750 +-0.279296875000 +0.120605468750 +0.184570312500 +0.043701171875 +0.169921875000 +0.057128906250 +-0.021240234375 +-0.019897460938 +-0.024902343750 +-0.002990722656 +-0.122558593750 +-0.046386718750 +0.039062500000 +-0.243164062500 +-0.202148437500 +-0.162109375000 +0.024536132812 +-0.003204345703 +-0.088867187500 +-0.194335937500 +-0.117187500000 +0.053710937500 +0.341796875000 +0.099121093750 +-0.212890625000 +-0.219726562500 +-0.145507812500 +-0.074218750000 +0.066894531250 +0.066894531250 +0.061767578125 +0.104980468750 +-0.141601562500 +-0.162109375000 +0.056396484375 +0.024291992188 +-0.120605468750 +-0.090332031250 +-0.221679687500 +-0.158203125000 +0.090820312500 +-0.206054687500 +0.050048828125 +0.040771484375 +0.100097656250 +0.181640625000 +0.066894531250 +-0.142578125000 +-0.134765625000 +0.015075683594 +0.040283203125 +-0.007049560547 +0.063476562500 +0.003784179688 +0.068359375000 +-0.139648437500 +-0.042724609375 +-0.194335937500 +-0.068847656250 +0.067871093750 +-0.012878417969 +-0.235351562500 +-0.038818359375 +-0.040771484375 +-0.235351562500 +0.073730468750 +-0.053955078125 +-0.004089355469 +0.123046875000 +0.196289062500 +0.065429687500 +-0.005004882812 +-0.008483886719 +-0.042236328125 +-0.019897460938 +0.084960937500 +-0.041259765625 +0.003265380859 +-0.052490234375 +-0.098144531250 +0.076171875000 +-0.031982421875 +0.172851562500 +0.092285156250 +-0.057373046875 +-0.089843750000 +0.351562500000 +0.071777343750 +-0.096191406250 +-0.104492187500 +0.030395507812 +0.106445312500 +-0.259765625000 diff --git a/AI_Engine_Development/AIE-MLv2/Design_Tutorials/01-Radio-ML/aie/radioml_top/gen_vectors.ipynb b/AI_Engine_Development/AIE-MLv2/Design_Tutorials/01-Radio-ML/aie/radioml_top/gen_vectors.ipynb new file mode 100644 index 0000000000..7d273d1b00 --- /dev/null +++ b/AI_Engine_Development/AIE-MLv2/Design_Tutorials/01-Radio-ML/aie/radioml_top/gen_vectors.ipynb @@ -0,0 +1,696 @@ +{ + "cells": [ + { + "cell_type": "markdown", + "id": "bcdf2452-4c3b-4ce0-b019-cbe980967a1c", + "metadata": {}, + "source": [ + "# Testbench for `radioml_top()`" + ] + }, + { + "cell_type": "code", + "execution_count": 1, + "id": "946f566a-c3f6-446f-aeb6-cb0055910900", + "metadata": {}, + "outputs": [], + "source": [ + "#\n", + "# Copyright (C) 2024, Advanced Micro Devices, Inc. All rights reserved.\n", + "# SPDX-License-Identifier: MIT\n", + "#\n", + "# Author: Faisal El-Shabani" + ] + }, + { + "cell_type": "code", + "execution_count": 2, + "id": "934e0796-0306-4ce9-9a92-598027c75f38", + "metadata": {}, + "outputs": [ + { + "name": "stderr", + "output_type": "stream", + "text": [ + "2025-09-11 18:31:53.245190: I external/local_xla/xla/tsl/cuda/cudart_stub.cc:32] Could not find cuda drivers on your machine, GPU will not be used.\n", + "2025-09-11 18:31:53.249482: I external/local_xla/xla/tsl/cuda/cudart_stub.cc:32] Could not find cuda drivers on your machine, GPU will not be used.\n", + "2025-09-11 18:31:53.258766: E external/local_xla/xla/stream_executor/cuda/cuda_fft.cc:467] Unable to register cuFFT factory: Attempting to register factory for plugin cuFFT when one has already been registered\n", + "WARNING: All log messages before absl::InitializeLog() is called are written to STDERR\n", + "E0000 00:00:1757637113.273665 445476 cuda_dnn.cc:8579] Unable to register cuDNN factory: Attempting to register factory for plugin cuDNN when one has already been registered\n", + "E0000 00:00:1757637113.277968 445476 cuda_blas.cc:1407] Unable to register cuBLAS factory: Attempting to register factory for plugin cuBLAS when one has already been registered\n", + "W0000 00:00:1757637113.291130 445476 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\n", + "W0000 00:00:1757637113.291145 445476 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\n", + "W0000 00:00:1757637113.291148 445476 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\n", + "W0000 00:00:1757637113.291150 445476 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\n", + "2025-09-11 18:31:53.295306: I tensorflow/core/platform/cpu_feature_guard.cc:210] This TensorFlow binary is optimized to use available CPU instructions in performance-critical operations.\n", + "To enable the following instructions: AVX2 FMA, in other operations, rebuild TensorFlow with the appropriate compiler flags.\n" + ] + } + ], + "source": [ + "from tensorflow import keras\n", + "from tensorflow.keras.layers import Conv1D, MaxPooling1D, Flatten, Dense\n", + "import matplotlib.pyplot as plt\n", + "from sklearn.model_selection import train_test_split\n", + "import h5py as h5\n", + "import numpy as np\n", + "import os.path\n", + "import json\n", + "import vfs\n", + "import varray as va\n", + "\n", + "NITERATIONS = 8 # Number of AI Engine graph iterations" + ] + }, + { + "cell_type": "markdown", + "id": "5bdc7e83-3fd0-4fd0-99b5-7938816f0df2", + "metadata": {}, + "source": [ + "## Layer Definition" + ] + }, + { + "cell_type": "code", + "execution_count": 3, + "id": "0c57f98d-1999-4b61-a129-e3dd1bd92677", + "metadata": {}, + "outputs": [ + { + "name": "stderr", + "output_type": "stream", + "text": [ + "2025-09-11 18:31:58.168410: E external/local_xla/xla/stream_executor/cuda/cuda_platform.cc:51] failed call to cuInit: INTERNAL: CUDA error: Failed call to cuInit: UNKNOWN ERROR (303)\n" + ] + } + ], + "source": [ + "inputs = keras.Input(shape=(1024,2),name=\"input\")\n", + "x1 = Conv1D(filters=64,kernel_size=7,strides=1,padding=\"same\",name=\"conv1D_w1\",activation='relu')(inputs)\n", + "x2 = MaxPooling1D(pool_size=2,strides=2,padding=\"valid\",name=\"max_pool1d_w2\")(x1)\n", + "x3 = Conv1D(filters=64,kernel_size=7,strides=1,padding=\"same\",name=\"conv1D_w3\",activation='relu')(x2)\n", + "x4 = MaxPooling1D(pool_size=2,strides=2,padding=\"valid\",name=\"max_pool1d_w4\")(x3)\n", + "x5 = Conv1D(filters=64,kernel_size=7,strides=1,padding=\"same\",name=\"conv1D_w5\",activation='relu')(x4)\n", + "x6 = MaxPooling1D(pool_size=2,strides=2,padding=\"valid\",name=\"max_pool1d_w6\")(x5)\n", + "x7 = Conv1D(filters=64,kernel_size=7,strides=1,padding=\"same\",name=\"conv1D_w7\",activation='relu')(x6)\n", + "x8 = MaxPooling1D(pool_size=2,strides=2,padding=\"valid\",name=\"max_pool1d_w8\")(x7)\n", + "x9 = Conv1D(filters=64,kernel_size=7,strides=1,padding=\"same\",name=\"conv1D_w9\",activation='relu')(x8)\n", + "x10 = MaxPooling1D(pool_size=2,strides=2,padding=\"valid\",name=\"max_pool1d_w10\")(x9)\n", + "x11 = Conv1D(filters=64,kernel_size=7,strides=1,padding=\"same\",name=\"conv1D_w11\",activation='relu')(x10)\n", + "x12 = MaxPooling1D(pool_size=2,strides=2,padding=\"valid\",name=\"max_pool1d_w12\")(x11)\n", + "x13 = Conv1D(filters=64,kernel_size=7,strides=1,padding=\"same\",name=\"conv1D_w13\",activation='relu')(x12)\n", + "x14 = MaxPooling1D(pool_size=2,strides=2,padding=\"valid\",name=\"max_pool1d_w14\")(x13)\n", + "x15 = Flatten(name=\"flatten_w15\")(x14)\n", + "x16 = Dense(128, activation=\"selu\",name=\"dense_w16\")(x15)\n", + "x17 = Dense(128, activation=\"selu\",name=\"dense_w17\")(x16)\n", + "outputs = Dense(24, activation=\"softmax\",name=\"dense_w18\")(x17)\n", + "\n", + "model_stim = keras.Model(inputs=inputs,outputs=outputs)\n", + "model_stim.compile(optimizer=\"rmsprop\",\n", + " loss=\"sparse_categorical_crossentropy\",\n", + " metrics=[\"accuracy\"])\n", + "w1_weights = np.loadtxt('../conv1d_w1/w1_weights_trained.txt')\n", + "w1_weights = (w1_weights.astype(\"bfloat16\")).astype(\"float32\")\n", + "w1_weights = np.reshape(w1_weights,(7,2,64))\n", + "w1_bias = np.loadtxt('../conv1d_w1/w1_bias_trained.txt')\n", + "w1_bias = (w1_bias.astype(\"bfloat16\")).astype(\"float32\")\n", + "\n", + "w3_weights = np.loadtxt('../conv1d_template/w3_weights_trained.txt')\n", + "w3_weights = (w3_weights.astype(\"bfloat16\")).astype(\"float32\")\n", + "w3_weights = np.reshape(w3_weights,(7,64,64))\n", + "w3_bias = np.loadtxt('../conv1d_template/w3_bias_trained.txt')\n", + "w3_bias = (w3_bias.astype(\"bfloat16\")).astype(\"float32\")\n", + "\n", + "w5_weights = np.loadtxt('../conv1d_template/w5_weights_trained.txt')\n", + "w5_weights = (w5_weights.astype(\"bfloat16\")).astype(\"float32\")\n", + "w5_weights = np.reshape(w5_weights,(7,64,64))\n", + "w5_bias = np.loadtxt('../conv1d_template/w5_bias_trained.txt')\n", + "w5_bias = (w5_bias.astype(\"bfloat16\")).astype(\"float32\")\n", + "\n", + "w7_weights = np.loadtxt('../conv1d_template/w7_weights_trained.txt')\n", + "w7_weights = (w7_weights.astype(\"bfloat16\")).astype(\"float32\")\n", + "w7_weights = np.reshape(w7_weights,(7,64,64))\n", + "w7_bias = np.loadtxt('../conv1d_template/w7_bias_trained.txt')\n", + "w7_bias = (w7_bias.astype(\"bfloat16\")).astype(\"float32\")\n", + "\n", + "w9_weights = np.loadtxt('../conv1d_template/w9_weights_trained.txt')\n", + "w9_weights = (w9_weights.astype(\"bfloat16\")).astype(\"float32\")\n", + "w9_weights = np.reshape(w9_weights,(7,64,64))\n", + "w9_bias = np.loadtxt('../conv1d_template/w9_bias_trained.txt')\n", + "w9_bias = (w9_bias.astype(\"bfloat16\")).astype(\"float32\")\n", + "\n", + "w11_weights = np.loadtxt('../conv1d_template/w11_weights_trained.txt')\n", + "w11_weights = (w11_weights.astype(\"bfloat16\")).astype(\"float32\")\n", + "w11_weights = np.reshape(w11_weights,(7,64,64))\n", + "w11_bias = np.loadtxt('../conv1d_template/w11_bias_trained.txt')\n", + "w11_bias = (w11_bias.astype(\"bfloat16\")).astype(\"float32\")\n", + "\n", + "w13_weights = np.loadtxt('../conv1d_template/w13_weights_trained.txt')\n", + "w13_weights = (w13_weights.astype(\"bfloat16\")).astype(\"float32\")\n", + "w13_weights = np.reshape(w13_weights,(7,64,64))\n", + "w13_bias = np.loadtxt('../conv1d_template/w13_bias_trained.txt')\n", + "w13_bias = (w13_bias.astype(\"bfloat16\")).astype(\"float32\")\n", + "\n", + "w16_weights = np.loadtxt('../dense_w16/w16_weights_trained.txt')\n", + "w16_weights = (w16_weights.astype(\"bfloat16\")).astype(\"float32\")\n", + "w16_weights = np.reshape(w16_weights,(512,128))\n", + "w16_bias = np.loadtxt('../dense_w16/w16_bias_trained.txt')\n", + "w16_bias = (w16_bias.astype(\"bfloat16\")).astype(\"float32\")\n", + "\n", + "w17_weights = np.loadtxt('../dense_w17/w17_weights_trained.txt')\n", + "w17_weights = (w17_weights.astype(\"bfloat16\")).astype(\"float32\")\n", + "w17_weights = np.reshape(w17_weights,(128,128))\n", + "w17_bias = np.loadtxt('../dense_w17/w17_bias_trained.txt')\n", + "w17_bias = (w17_bias.astype(\"bfloat16\")).astype(\"float32\")\n", + "\n", + "w18_weights = np.loadtxt('../dense_w18/w18_weights_trained.txt')\n", + "w18_weights = (w18_weights.astype(\"bfloat16\")).astype(\"float32\")\n", + "w18_weights = np.reshape(w18_weights,(128,24))\n", + "w18_bias = np.loadtxt('../dense_w18/w18_bias_trained.txt')\n", + "w18_bias = (w18_bias.astype(\"bfloat16\")).astype(\"float32\")\n", + "\n", + "model_stim.get_layer(\"conv1D_w1\").set_weights((w1_weights,w1_bias))\n", + "model_stim.get_layer(\"conv1D_w3\").set_weights((w3_weights,w3_bias))\n", + "model_stim.get_layer(\"conv1D_w5\").set_weights((w5_weights,w5_bias))\n", + "model_stim.get_layer(\"conv1D_w7\").set_weights((w7_weights,w7_bias))\n", + "model_stim.get_layer(\"conv1D_w9\").set_weights((w9_weights,w9_bias))\n", + "model_stim.get_layer(\"conv1D_w11\").set_weights((w11_weights,w11_bias))\n", + "model_stim.get_layer(\"conv1D_w13\").set_weights((w13_weights,w13_bias))\n", + "model_stim.get_layer(\"dense_w16\").set_weights((w16_weights,w16_bias))\n", + "model_stim.get_layer(\"dense_w17\").set_weights((w17_weights,w17_bias))\n", + "model_stim.get_layer(\"dense_w18\").set_weights((w18_weights,w18_bias))\n" + ] + }, + { + "cell_type": "code", + "execution_count": 4, + "id": "cd15a0ca-2889-4d90-bd0f-2e76c63c6c19", + "metadata": {}, + "outputs": [ + { + "data": { + "text/html": [ + "
Model: \"functional\"\n",
+       "
\n" + ], + "text/plain": [ + "\u001b[1mModel: \"functional\"\u001b[0m\n" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/html": [ + "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━┓\n",
+       "┃ Layer (type)                     Output Shape                  Param # ┃\n",
+       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━┩\n",
+       "│ input (InputLayer)              │ (None, 1024, 2)        │             0 │\n",
+       "├─────────────────────────────────┼────────────────────────┼───────────────┤\n",
+       "│ conv1D_w1 (Conv1D)              │ (None, 1024, 64)       │           960 │\n",
+       "├─────────────────────────────────┼────────────────────────┼───────────────┤\n",
+       "│ max_pool1d_w2 (MaxPooling1D)    │ (None, 512, 64)        │             0 │\n",
+       "├─────────────────────────────────┼────────────────────────┼───────────────┤\n",
+       "│ conv1D_w3 (Conv1D)              │ (None, 512, 64)        │        28,736 │\n",
+       "├─────────────────────────────────┼────────────────────────┼───────────────┤\n",
+       "│ max_pool1d_w4 (MaxPooling1D)    │ (None, 256, 64)        │             0 │\n",
+       "├─────────────────────────────────┼────────────────────────┼───────────────┤\n",
+       "│ conv1D_w5 (Conv1D)              │ (None, 256, 64)        │        28,736 │\n",
+       "├─────────────────────────────────┼────────────────────────┼───────────────┤\n",
+       "│ max_pool1d_w6 (MaxPooling1D)    │ (None, 128, 64)        │             0 │\n",
+       "├─────────────────────────────────┼────────────────────────┼───────────────┤\n",
+       "│ conv1D_w7 (Conv1D)              │ (None, 128, 64)        │        28,736 │\n",
+       "├─────────────────────────────────┼────────────────────────┼───────────────┤\n",
+       "│ max_pool1d_w8 (MaxPooling1D)    │ (None, 64, 64)         │             0 │\n",
+       "├─────────────────────────────────┼────────────────────────┼───────────────┤\n",
+       "│ conv1D_w9 (Conv1D)              │ (None, 64, 64)         │        28,736 │\n",
+       "├─────────────────────────────────┼────────────────────────┼───────────────┤\n",
+       "│ max_pool1d_w10 (MaxPooling1D)   │ (None, 32, 64)         │             0 │\n",
+       "├─────────────────────────────────┼────────────────────────┼───────────────┤\n",
+       "│ conv1D_w11 (Conv1D)             │ (None, 32, 64)         │        28,736 │\n",
+       "├─────────────────────────────────┼────────────────────────┼───────────────┤\n",
+       "│ max_pool1d_w12 (MaxPooling1D)   │ (None, 16, 64)         │             0 │\n",
+       "├─────────────────────────────────┼────────────────────────┼───────────────┤\n",
+       "│ conv1D_w13 (Conv1D)             │ (None, 16, 64)         │        28,736 │\n",
+       "├─────────────────────────────────┼────────────────────────┼───────────────┤\n",
+       "│ max_pool1d_w14 (MaxPooling1D)   │ (None, 8, 64)          │             0 │\n",
+       "├─────────────────────────────────┼────────────────────────┼───────────────┤\n",
+       "│ flatten_w15 (Flatten)           │ (None, 512)            │             0 │\n",
+       "├─────────────────────────────────┼────────────────────────┼───────────────┤\n",
+       "│ dense_w16 (Dense)               │ (None, 128)            │        65,664 │\n",
+       "├─────────────────────────────────┼────────────────────────┼───────────────┤\n",
+       "│ dense_w17 (Dense)               │ (None, 128)            │        16,512 │\n",
+       "├─────────────────────────────────┼────────────────────────┼───────────────┤\n",
+       "│ dense_w18 (Dense)               │ (None, 24)             │         3,096 │\n",
+       "└─────────────────────────────────┴────────────────────────┴───────────────┘\n",
+       "
\n" + ], + "text/plain": [ + "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━┓\n", + "┃\u001b[1m \u001b[0m\u001b[1mLayer (type) \u001b[0m\u001b[1m \u001b[0m┃\u001b[1m \u001b[0m\u001b[1mOutput Shape \u001b[0m\u001b[1m \u001b[0m┃\u001b[1m \u001b[0m\u001b[1m Param #\u001b[0m\u001b[1m \u001b[0m┃\n", + "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━┩\n", + "│ input (\u001b[38;5;33mInputLayer\u001b[0m) │ (\u001b[38;5;45mNone\u001b[0m, \u001b[38;5;34m1024\u001b[0m, \u001b[38;5;34m2\u001b[0m) │ \u001b[38;5;34m0\u001b[0m │\n", + "├─────────────────────────────────┼────────────────────────┼───────────────┤\n", + "│ conv1D_w1 (\u001b[38;5;33mConv1D\u001b[0m) │ (\u001b[38;5;45mNone\u001b[0m, \u001b[38;5;34m1024\u001b[0m, \u001b[38;5;34m64\u001b[0m) │ \u001b[38;5;34m960\u001b[0m │\n", + "├─────────────────────────────────┼────────────────────────┼───────────────┤\n", + "│ max_pool1d_w2 (\u001b[38;5;33mMaxPooling1D\u001b[0m) │ (\u001b[38;5;45mNone\u001b[0m, \u001b[38;5;34m512\u001b[0m, \u001b[38;5;34m64\u001b[0m) │ \u001b[38;5;34m0\u001b[0m │\n", + "├─────────────────────────────────┼────────────────────────┼───────────────┤\n", + "│ conv1D_w3 (\u001b[38;5;33mConv1D\u001b[0m) │ (\u001b[38;5;45mNone\u001b[0m, \u001b[38;5;34m512\u001b[0m, \u001b[38;5;34m64\u001b[0m) │ \u001b[38;5;34m28,736\u001b[0m │\n", + "├─────────────────────────────────┼────────────────────────┼───────────────┤\n", + "│ max_pool1d_w4 (\u001b[38;5;33mMaxPooling1D\u001b[0m) │ (\u001b[38;5;45mNone\u001b[0m, \u001b[38;5;34m256\u001b[0m, \u001b[38;5;34m64\u001b[0m) │ \u001b[38;5;34m0\u001b[0m │\n", + "├─────────────────────────────────┼────────────────────────┼───────────────┤\n", + "│ conv1D_w5 (\u001b[38;5;33mConv1D\u001b[0m) │ (\u001b[38;5;45mNone\u001b[0m, \u001b[38;5;34m256\u001b[0m, \u001b[38;5;34m64\u001b[0m) │ \u001b[38;5;34m28,736\u001b[0m │\n", + "├─────────────────────────────────┼────────────────────────┼───────────────┤\n", + "│ max_pool1d_w6 (\u001b[38;5;33mMaxPooling1D\u001b[0m) │ (\u001b[38;5;45mNone\u001b[0m, \u001b[38;5;34m128\u001b[0m, \u001b[38;5;34m64\u001b[0m) │ \u001b[38;5;34m0\u001b[0m │\n", + "├─────────────────────────────────┼────────────────────────┼───────────────┤\n", + "│ conv1D_w7 (\u001b[38;5;33mConv1D\u001b[0m) │ (\u001b[38;5;45mNone\u001b[0m, \u001b[38;5;34m128\u001b[0m, \u001b[38;5;34m64\u001b[0m) │ \u001b[38;5;34m28,736\u001b[0m │\n", + "├─────────────────────────────────┼────────────────────────┼───────────────┤\n", + "│ max_pool1d_w8 (\u001b[38;5;33mMaxPooling1D\u001b[0m) │ (\u001b[38;5;45mNone\u001b[0m, \u001b[38;5;34m64\u001b[0m, \u001b[38;5;34m64\u001b[0m) │ \u001b[38;5;34m0\u001b[0m │\n", + "├─────────────────────────────────┼────────────────────────┼───────────────┤\n", + "│ conv1D_w9 (\u001b[38;5;33mConv1D\u001b[0m) │ (\u001b[38;5;45mNone\u001b[0m, \u001b[38;5;34m64\u001b[0m, \u001b[38;5;34m64\u001b[0m) │ \u001b[38;5;34m28,736\u001b[0m │\n", + "├─────────────────────────────────┼────────────────────────┼───────────────┤\n", + "│ max_pool1d_w10 (\u001b[38;5;33mMaxPooling1D\u001b[0m) │ (\u001b[38;5;45mNone\u001b[0m, \u001b[38;5;34m32\u001b[0m, \u001b[38;5;34m64\u001b[0m) │ \u001b[38;5;34m0\u001b[0m │\n", + "├─────────────────────────────────┼────────────────────────┼───────────────┤\n", + "│ conv1D_w11 (\u001b[38;5;33mConv1D\u001b[0m) │ (\u001b[38;5;45mNone\u001b[0m, \u001b[38;5;34m32\u001b[0m, \u001b[38;5;34m64\u001b[0m) │ \u001b[38;5;34m28,736\u001b[0m │\n", + "├─────────────────────────────────┼────────────────────────┼───────────────┤\n", + "│ max_pool1d_w12 (\u001b[38;5;33mMaxPooling1D\u001b[0m) │ (\u001b[38;5;45mNone\u001b[0m, \u001b[38;5;34m16\u001b[0m, \u001b[38;5;34m64\u001b[0m) │ \u001b[38;5;34m0\u001b[0m │\n", + "├─────────────────────────────────┼────────────────────────┼───────────────┤\n", + "│ conv1D_w13 (\u001b[38;5;33mConv1D\u001b[0m) │ (\u001b[38;5;45mNone\u001b[0m, \u001b[38;5;34m16\u001b[0m, \u001b[38;5;34m64\u001b[0m) │ \u001b[38;5;34m28,736\u001b[0m │\n", + "├─────────────────────────────────┼────────────────────────┼───────────────┤\n", + "│ max_pool1d_w14 (\u001b[38;5;33mMaxPooling1D\u001b[0m) │ (\u001b[38;5;45mNone\u001b[0m, \u001b[38;5;34m8\u001b[0m, \u001b[38;5;34m64\u001b[0m) │ \u001b[38;5;34m0\u001b[0m │\n", + "├─────────────────────────────────┼────────────────────────┼───────────────┤\n", + "│ flatten_w15 (\u001b[38;5;33mFlatten\u001b[0m) │ (\u001b[38;5;45mNone\u001b[0m, \u001b[38;5;34m512\u001b[0m) │ \u001b[38;5;34m0\u001b[0m │\n", + "├─────────────────────────────────┼────────────────────────┼───────────────┤\n", + "│ dense_w16 (\u001b[38;5;33mDense\u001b[0m) │ (\u001b[38;5;45mNone\u001b[0m, \u001b[38;5;34m128\u001b[0m) │ \u001b[38;5;34m65,664\u001b[0m │\n", + "├─────────────────────────────────┼────────────────────────┼───────────────┤\n", + "│ dense_w17 (\u001b[38;5;33mDense\u001b[0m) │ (\u001b[38;5;45mNone\u001b[0m, \u001b[38;5;34m128\u001b[0m) │ \u001b[38;5;34m16,512\u001b[0m │\n", + "├─────────────────────────────────┼────────────────────────┼───────────────┤\n", + "│ dense_w18 (\u001b[38;5;33mDense\u001b[0m) │ (\u001b[38;5;45mNone\u001b[0m, \u001b[38;5;34m24\u001b[0m) │ \u001b[38;5;34m3,096\u001b[0m │\n", + "└─────────────────────────────────┴────────────────────────┴───────────────┘\n" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/html": [ + "
 Total params: 258,648 (1010.34 KB)\n",
+       "
\n" + ], + "text/plain": [ + "\u001b[1m Total params: \u001b[0m\u001b[38;5;34m258,648\u001b[0m (1010.34 KB)\n" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/html": [ + "
 Trainable params: 258,648 (1010.34 KB)\n",
+       "
\n" + ], + "text/plain": [ + "\u001b[1m Trainable params: \u001b[0m\u001b[38;5;34m258,648\u001b[0m (1010.34 KB)\n" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/html": [ + "
 Non-trainable params: 0 (0.00 B)\n",
+       "
\n" + ], + "text/plain": [ + "\u001b[1m Non-trainable params: \u001b[0m\u001b[38;5;34m0\u001b[0m (0.00 B)\n" + ] + }, + "metadata": {}, + "output_type": "display_data" + } + ], + "source": [ + "model_stim.summary()" + ] + }, + { + "cell_type": "markdown", + "id": "0905bc81-af38-4280-ae38-072b9530e565", + "metadata": {}, + "source": [ + "### Read training and test data" + ] + }, + { + "cell_type": "code", + "execution_count": 5, + "id": "841caa23-3f4f-455a-b21b-06a3b7cece28", + "metadata": {}, + "outputs": [], + "source": [ + "if not(\"RADIOML_DATA\" in os.environ):\n", + " print(\"Please set environment variable RADIOML_DATA to point to dataset found in https://www.kaggle.com/datasets/pinxau1000/radioml2018\")\n", + "data_file = os.environ[\"RADIOML_DATA\"] + 'GOLD_XYZ_OSC.0001_1024.hdf5'\n", + "file_handle = h5.File(data_file,'r')\n", + "myData = file_handle['X'][:] #1024x2 samples \n", + "myMods = file_handle['Y'][:] #mods \n", + "mySNRs = file_handle['Z'][:] #snrs \n", + "file_handle.close()\n", + "modulation_classes = json.load(open(os.environ[\"RADIOML_DATA\"] + \"classes-fixed.json\", 'r'))\n", + "myDataReshaped = myData.reshape(24,26,4096,1024,2) #(modulation,SNR,frame,I,Q)\n", + "myModsReshaped = myMods.reshape(24,26,4096,24) #(modulation,SNR,frame,modulation_onehot)\n", + "X_predict = myDataReshaped[:NITERATIONS,25,0,:,:]\n", + "X_predict = (X_predict.astype(\"bfloat16\")).astype(\"float32\")\n" + ] + }, + { + "cell_type": "markdown", + "id": "53bf2899-8424-4f34-b305-dea322001c7c", + "metadata": {}, + "source": [ + "## Compute Golden Outputs" + ] + }, + { + "cell_type": "code", + "execution_count": 6, + "id": "532b9d20-6698-420d-842a-b5c2ee89c114", + "metadata": {}, + "outputs": [ + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\u001b[1m1/1\u001b[0m \u001b[32m━━━━━━━━━━━━━━━━━━━━\u001b[0m\u001b[37m\u001b[0m \u001b[1m0s\u001b[0m 162ms/step\n" + ] + } + ], + "source": [ + "predict = model_stim.predict(X_predict,batch_size=1024)\n", + "predict = (predict.astype(\"bfloat16\")).astype(\"float32\")\n" + ] + }, + { + "cell_type": "markdown", + "id": "b588f848-eb35-409a-94c0-9b9bf986383f", + "metadata": {}, + "source": [ + "## Store Layer Inputs" + ] + }, + { + "cell_type": "code", + "execution_count": 7, + "id": "84a1f04f-7eca-4694-906f-245a9001fd25", + "metadata": {}, + "outputs": [], + "source": [ + "# Create directory if it doesn't exist\n", + "if not os.path.exists('data'):\n", + " os.makedirs('data')\n", + "data_iq = np.reshape(X_predict,(-1,1))\n", + "np.savetxt('data/data_iq.txt',np.reshape(data_iq,(-1,4)),fmt='%.12f %.12f %.12f %.12f')\n" + ] + }, + { + "cell_type": "markdown", + "id": "33ae9119-15e3-49ce-9ef8-ffab0c9ec411", + "metadata": {}, + "source": [ + "## Store Layer Outputs" + ] + }, + { + "cell_type": "code", + "execution_count": 8, + "id": "de799f89-ecbe-4480-9dcf-3bb4e5402546", + "metadata": {}, + "outputs": [ + { + "name": "stdout", + "output_type": "stream", + "text": [ + "(8, 24)\n" + ] + } + ], + "source": [ + "data_o = np.vstack(predict)\n", + "\n", + "np.savetxt('data/data_o.txt',np.reshape(data_o,(-1,4)),fmt='%.12f %.12f %.12f %.12f')\n", + "print(data_o.shape)\n" + ] + }, + { + "cell_type": "markdown", + "id": "9dd2e257", + "metadata": {}, + "source": [ + "## Store Model weights and biases" + ] + }, + { + "cell_type": "code", + "execution_count": 9, + "id": "c099a8a4", + "metadata": {}, + "outputs": [], + "source": [ + "w1_weights = np.reshape(w1_weights,(-1,1))\n", + "w1_bias = np.reshape(w1_bias,(-1,1))\n", + "np.savetxt('data/w1_weights-rtp.txt',w1_weights,fmt='%.12f')\n", + "np.savetxt('data/w1_biases-rtp.txt',w1_bias,fmt='%.12f')\n", + "\n", + "weights = np.empty((7*64*64),dtype='bfloat16')\n", + "counter=0\n", + "for x in range(0,64,8):\n", + " for y in range(0,64,8):\n", + " for z in range(0,7):\n", + " weights[counter*64:(counter+1)*64] = np.reshape(w3_weights[z,y:y+8,x:x+8],(-1))\n", + " counter+=1\n", + "w3_weights = np.reshape(weights,(-1,1))\n", + "np.savetxt('data/w3_weights-rtp.txt',w3_weights,fmt='%.12f')\n", + "w3_bias = np.vstack([np.reshape(w3_bias,(-1,1))])\n", + "np.savetxt('data/w3_biases-rtp.txt',w3_bias,fmt='%.12f')\n", + "\n", + "weights = np.empty((7*64*64),dtype='bfloat16')\n", + "counter=0\n", + "for x in range(0,64,8):\n", + " for y in range(0,64,8):\n", + " for z in range(0,7):\n", + " weights[counter*64:(counter+1)*64] = np.reshape(w5_weights[z,y:y+8,x:x+8],(-1))\n", + " counter+=1\n", + "w5_weights = np.reshape(weights,(-1,1))\n", + "np.savetxt('data/w5_weights-rtp.txt',w5_weights,fmt='%.12f')\n", + "w5_bias = np.vstack([np.reshape(w5_bias,(-1,1))])\n", + "np.savetxt('data/w5_biases-rtp.txt',w5_bias,fmt='%.12f')\n", + "\n", + "weights = np.empty((7*64*64),dtype='bfloat16')\n", + "counter=0\n", + "for x in range(0,64,8):\n", + " for y in range(0,64,8):\n", + " for z in range(0,7):\n", + " weights[counter*64:(counter+1)*64] = np.reshape(w7_weights[z,y:y+8,x:x+8],(-1))\n", + " counter+=1\n", + "w7_weights = np.reshape(weights,(-1,1))\n", + "np.savetxt('data/w7_weights-rtp.txt',w7_weights,fmt='%.12f')\n", + "w7_bias = np.vstack([np.reshape(w7_bias,(-1,1))])\n", + "np.savetxt('data/w7_biases-rtp.txt',w7_bias,fmt='%.12f')\n", + "\n", + "weights = np.empty((7*64*64),dtype='bfloat16')\n", + "counter=0\n", + "for x in range(0,64,8):\n", + " for y in range(0,64,8):\n", + " for z in range(0,7):\n", + " weights[counter*64:(counter+1)*64] = np.reshape(w9_weights[z,y:y+8,x:x+8],(-1))\n", + " counter+=1\n", + "w9_weights = np.reshape(weights,(-1,1))\n", + "np.savetxt('data/w9_weights-rtp.txt',w9_weights,fmt='%.12f')\n", + "w9_bias = np.vstack([np.reshape(w9_bias,(-1,1))])\n", + "np.savetxt('data/w9_biases-rtp.txt',w9_bias,fmt='%.12f')\n", + "\n", + "weights = np.empty((7*64*64),dtype='bfloat16')\n", + "counter=0\n", + "for x in range(0,64,8):\n", + " for y in range(0,64,8):\n", + " for z in range(0,7):\n", + " weights[counter*64:(counter+1)*64] = np.reshape(w11_weights[z,y:y+8,x:x+8],(-1))\n", + " counter+=1\n", + "w11_weights = np.reshape(weights,(-1,1))\n", + "np.savetxt('data/w11_weights-rtp.txt',w11_weights,fmt='%.12f')\n", + "w11_bias = np.vstack([np.reshape(w11_bias,(-1,1))])\n", + "np.savetxt('data/w11_biases-rtp.txt',w11_bias,fmt='%.12f')\n", + "\n", + "weights = np.empty((7*64*64),dtype='bfloat16')\n", + "counter=0\n", + "for x in range(0,64,8):\n", + " for y in range(0,64,8):\n", + " for z in range(0,7):\n", + " weights[counter*64:(counter+1)*64] = np.reshape(w13_weights[z,y:y+8,x:x+8],(-1))\n", + " counter+=1\n", + "w13_weights = np.reshape(weights,(-1,1))\n", + "np.savetxt('data/w13_weights-rtp.txt',w13_weights,fmt='%.12f')\n", + "w13_bias = np.vstack([np.reshape(w13_bias,(-1,1))])\n", + "np.savetxt('data/w13_biases-rtp.txt',w13_bias,fmt='%.12f')\n", + "\n", + "# dense_w16: Munge weights to make compute more efficient\n", + "tmp = np.transpose(w16_weights[:,:64])\n", + "w16_0_weights = np.array([],dtype='bfloat16')\n", + "for i in range(tmp.shape[1]):\n", + " w16_0_weights = np.concat((w16_0_weights,np.diag(np.roll(tmp,-i,axis=1))))\n", + "np.savetxt('data/w16_0_weights-rtp.txt',w16_0_weights,fmt='%.12f')\n", + "tmp = np.transpose(w16_weights[:,64:])\n", + "w16_1_weights = np.array([],dtype='bfloat16')\n", + "for i in range(tmp.shape[1]):\n", + " w16_1_weights = np.concat((w16_1_weights,np.diag(np.roll(tmp,-i,axis=1))))\n", + "np.savetxt('data/w16_1_weights-rtp.txt',w16_1_weights,fmt='%.12f')\n", + "w16_bias = np.reshape(w16_bias,(-1,1))\n", + "np.savetxt('data/w16_biases-rtp.txt',w16_bias,fmt='%.12f')\n", + "\n", + "# dense_w17: Munge weights to make compute more efficient\n", + "tmp1 = np.transpose(w17_weights[:,:64])\n", + "tmp2 = np.transpose(w17_weights[:,64:])\n", + "weights = np.array([],dtype='bfloat16')\n", + "for i in range(tmp1.shape[1]):\n", + " weights = np.concat((weights,np.diag(np.roll(tmp1,-i,axis=1))))\n", + " weights = np.concat((weights,np.diag(np.roll(tmp2,-i,axis=1))))\n", + "w17_weights = weights\n", + "np.savetxt('data/w17_weights-rtp.txt',w17_weights,fmt='%.12f')\n", + "w17_bias = np.reshape(w17_bias,(-1,1))\n", + "np.savetxt('data/w17_biases-rtp.txt',w17_bias,fmt='%.12f')\n", + "\n", + "# dense_w18: \n", + "w18_weights = np.reshape(np.transpose(w18_weights),(-1,1))\n", + "np.savetxt('data/w18_weights-rtp.txt',w18_weights,fmt='%.12f')\n", + "w18_bias = np.reshape(w18_bias,(-1,1))\n", + "np.savetxt('data/w18_biases-rtp.txt',w18_bias,fmt='%.12f')\n" + ] + }, + { + "cell_type": "markdown", + "id": "e464a910", + "metadata": {}, + "source": [ + "### Store modulation_classes for host program" + ] + }, + { + "cell_type": "code", + "execution_count": 10, + "id": "67904073", + "metadata": {}, + "outputs": [ + { + "name": "stdout", + "output_type": "stream", + "text": [ + "['OOK', '4ASK', '8ASK', 'BPSK', 'QPSK', '8PSK', '16PSK', '32PSK', '16APSK', '32APSK', '64APSK', '128APSK', '16QAM', '32QAM', '64QAM', '128QAM', '256QAM', 'AM-SSB-WC', 'AM-SSB-SC', 'AM-DSB-WC', 'AM-DSB-SC', 'FM', 'GMSK', 'OQPSK']\n" + ] + } + ], + "source": [ + "print(modulation_classes)\n", + "np.savetxt('data/modulation_classes.txt',modulation_classes,fmt='%s')\n" + ] + }, + { + "cell_type": "markdown", + "id": "06a8af86", + "metadata": {}, + "source": [ + "## Run Vitis Functional Simulation" + ] + }, + { + "cell_type": "code", + "execution_count": 11, + "id": "9986c78f", + "metadata": {}, + "outputs": [ + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n", + "Compiling AIE Graph\n", + "Compilation directory: /group/fndprod/faisale/repo/internal/designs/radio-ml/aie/radioml_top\n", + "Compilation command: v++ -c --mode aie --config vfs_work/radioml_top_app_06d6bfe7/radioml_top_app.cfg --work_dir vfs_work/radioml_top_app_06d6bfe7/Work --output vfs_work/radioml_top_app_06d6bfe7/libadf.a --target x86sim\n", + "Writing log to: /group/fndprod/faisale/repo/internal/designs/radio-ml/aie/radioml_top/vfs_work/radioml_top_app_06d6bfe7/Work/logs/aie_x86sim.log\n", + "Please wait ...\n", + "\n", + "Compilation finished successfully.\n" + ] + } + ], + "source": [ + "radioml_top_graph = vfs.aieGraph(\n", + " input_file='radioml_top_app.cpp',\n", + " part=\"xc2ve3858-ssva2112-2MP-e-S\",\n", + " include_paths=['./','../conv1d_w1','../max_pool1d_w2','../conv1d_template','../max_pool1d_template','../dense_w16','../dense_w17','../dense_w18','../utility'])\n", + "act_o = radioml_top_graph.run(va.array(data_iq,dtype=va.bfloat16),\n", + " va.array(w1_weights,dtype=va.bfloat16),va.array(w1_bias,dtype=va.bfloat16),\n", + " va.array(w3_weights,dtype=va.bfloat16),va.array(w3_bias,dtype=va.bfloat16),\n", + " va.array(w5_weights,dtype=va.bfloat16),va.array(w5_bias,dtype=va.bfloat16),\n", + " va.array(w7_weights,dtype=va.bfloat16),va.array(w7_bias,dtype=va.bfloat16),\n", + " va.array(w9_weights,dtype=va.bfloat16),va.array(w9_bias,dtype=va.bfloat16),\n", + " va.array(w11_weights,dtype=va.bfloat16),va.array(w11_bias,dtype=va.bfloat16),\n", + " va.array(w13_weights,dtype=va.bfloat16),va.array(w13_bias,dtype=va.bfloat16),\n", + " va.array(w16_0_weights,dtype=va.bfloat16),va.array(w16_1_weights,dtype=va.bfloat16),va.array(w16_bias,dtype=va.bfloat16),\n", + " va.array(w17_weights,dtype=va.bfloat16),va.array(w17_bias,dtype=va.bfloat16),\n", + " va.array(w18_weights,dtype=va.bfloat16),va.array(w18_bias,dtype=va.bfloat16)\n", + " )\n", + "act_o = np.array(act_o,dtype='bfloat16')\n" + ] + }, + { + "cell_type": "code", + "execution_count": 12, + "id": "66a9c0d5", + "metadata": {}, + "outputs": [ + { + "data": { + "image/png": "iVBORw0KGgoAAAANSUhEUgAAAkwAAAGzCAYAAADdSEiSAAAAOnRFWHRTb2Z0d2FyZQBNYXRwbG90bGliIHZlcnNpb24zLjEwLjMsIGh0dHBzOi8vbWF0cGxvdGxpYi5vcmcvZiW1igAAAAlwSFlzAAAPYQAAD2EBqD+naQAANI1JREFUeJzt3X14VPWd///XTEISQJIYIBmCAYKlgHJrkBDWikpqULqVmraA7IoUQS0gEmoVVwG127igQFE0datAr0px+VZpRUuNILhKDBrIuoLkB15gVJigskkwmNs5vz9gTjK5YZK5YciZ5+O65pKc+ZyTz/EwZ158zvt8js0wDEMAAABokz3UHQAAALjYEZgAAAC8IDABAAB4QWACAADwgsAEAADgBYEJAADACwITAACAFwQmAAAALwhMAAAAXhCYAAAAvCAwAeg0NmzYIJvN1ubr/fffD3UXAVhUZKg7AAAd9dhjjyk1NbXF8u9973sh6A2AcEBgAtDp3HTTTRozZky729fX18vlcikqKqrFe1VVVerevbvPfTEMQ9XV1eratavP2wBw8eOSHABLOXbsmGw2m5588kmtWbNGl19+uaKjo3Xw4EEtX75cNptNBw8e1G233aZLL71U11xzjaSzoerxxx832w8YMEAPPfSQampqPLY/YMAA/ehHP9I//vEPjRkzRl27dtXvf//7UOwqgAuIESYAnU5FRYW+/vprj2U2m009e/Y0f16/fr2qq6s1d+5cRUdHKyEhwXzvZz/7mQYNGqTf/va3MgxDknTnnXdq48aN+ulPf6rFixersLBQubm5+uSTT/Tqq696/K6SkhJNnz5dd911l+bMmaPBgwcHcW8BXAwITAA6nczMzBbLoqOjVV1dbf78xRdf6MiRI+rdu3eLtiNHjtSmTZvMn//nf/5HGzdu1J133qn//M//lCT98pe/VGJiop588km9/fbbuv766832R44c0fbt25WVlRXI3QJwESMwAeh01q1bp+9///seyyIiIjx+zs7ObjUsSdLdd9/t8fMbb7whScrJyfFYvnjxYj355JN6/fXXPQJTamoqYQkIMwQmAJ3O2LFjvRZ9t3YXXVvvffbZZ7Lb7S3usnM4HIqPj9dnn33W7m0DsCaKvgFY0vnuWmvrPZvN5ve2AVgTgQlA2Ovfv79cLpcOHz7ssbysrEzl5eXq379/iHoG4GJBYAIQ9m6++WZJ0po1azyWr1q1SpI0efLkC90lABcZapgAdDp///vfdejQoRbLx48fL7u94/8OHDlypGbOnKnnn39e5eXlmjBhgvbu3auNGzdqypQpHgXfAMITgQlAp7N06dJWl69fv17XXXedT9v8wx/+oIEDB2rDhg169dVX5XA4tGTJEi1btsyPngKwCpvhnrUNAAAAraKGCQAAwAsCEwAAgBcEJgAAAC8ITAAAAF4QmAAAALwgMAEAAHjBPExtcLlcOn78uHr06NHu50sBAIDQMgxDp0+fVnJysk8T2baFwNSG48ePKyUlJdTdAAAAPvj888912WWXBWx7FyQwrVu3TitXrpTT6dTIkSP19NNPa+zYsW2237Jlix555BEdO3ZMgwYN0n/8x3+Yz3qSpFdeeUV5eXkqKirSqVOntH//fo0aNcpjG9XV1Vq8eLE2b96smpoaZWVl6dlnn1VSUlK7+tyjRw9JZ/+Hx8bGdnynAQDABVdZWamUlBTzezxQgh6YXn75ZeXk5CgvL0/p6elas2aNsrKyVFJSosTExBbt9+zZo+nTpys3N1c/+tGPtGnTJk2ZMkX79u3TsGHDJElVVVW65ppr9POf/1xz5sxp9fcuWrRIr7/+urZs2aK4uDjNnz9ft956q95777129dt9GS42NpbABABAJxPocpqgPxolPT1dV199tZ555hlJZ2uDUlJStGDBAj344IMt2k+dOlVVVVXatm2buWzcuHEaNWqU8vLyPNoeO3ZMqampLUaYKioq1Lt3b23atEk//elPJUmHDh3S0KFDVVBQoHHjxnntd2VlpeLi4lRRUUFgAgCgkwjW93dQ75Krra1VUVGRMjMzG3+h3a7MzEwVFBS0uk5BQYFHe0nKyspqs31rioqKVFdX57GdIUOGqF+/fm1up6amRpWVlR4vAAAAKciB6euvv1ZDQ0OLuqGkpCQ5nc5W13E6nR1q39Y2oqKiFB8f3+7t5ObmKi4uznxR8A0AANyYh+mcJUuWqKKiwnx9/vnnoe4SAAC4SAS16LtXr16KiIhQWVmZx/KysjI5HI5W13E4HB1q39Y2amtrVV5e7jHKdL7tREdHKzo6ut2/AwAAhI+gjjBFRUUpLS1NO3bsMJe5XC7t2LFDGRkZra6TkZHh0V6S8vPz22zfmrS0NHXp0sVjOyUlJSotLe3QdgAAAKQLMK1ATk6OZs6cqTFjxmjs2LFas2aNqqqqNGvWLEnS7bffrr59+yo3N1eStHDhQk2YMEFPPfWUJk+erM2bN+vDDz/U888/b27z1KlTKi0t1fHjxyWdDUPS2ZElh8OhuLg4zZ49Wzk5OUpISFBsbKwWLFigjIyMdt0hBwAA0FTQA9PUqVP11VdfaenSpXI6nRo1apS2b99uFnaXlpZ6TF0+fvx4bdq0SQ8//LAeeughDRo0SFu3bjXnYJKkv/3tb2bgkqRp06ZJkpYtW6bly5dLklavXi273a7s7GyPiSsBAAA6KujzMHVWzMMEAEDn0ynnYQIAALACAhMAAIAXBCYAAAAvCEyAH3aVnNTW/V+GuhsAgCAL+l1ygJUt3Fysyuo6Xfv93kroHhXq7gAAgoQRJsAPp6vrZBjSd3UNoe4KACCICEyAj1wuQy6j8c8AAOsiMAE+amgyhRmzmQGAtRGYAB81NBlVcpGYAMDSCEyAj+oJTAAQNghMgI8aGppckgthPwAAwUdgAnxU73KZf+aRjABgbQQmwEeeNUwh7AgAIOgITICPqGECgPBBYAJ85DHC5DpPQwBAp0dgAnxU19CkhomybwCwNAIT4KOmI0xckQMAayMwAT6ihgkAwgeBCfARd8kBQPggMAE+YoQJAMIHgQnwUYPHxJUh7AgAIOgITICP6ps+GoXEBACWRmACfEQNEwCEDwIT4CNqmAAgfBCYAB81EJgAIGwQmAAfNR1hYqJvALA2AhPgo6Z3yVHDBADWRmACfEQNEwCEDwIT4KOm0woQmADA2ghMgI/qefguAIQNAhPgI4+Zvqn6BgBLIzABPvKoYXKdpyEAoNMjMAE+Yh4mAAgfBCbAR55F3yHsCAAg6AhMgI8aXDx8FwDCBYEJ8JHHXXIh7AcAIPgITICPPGf6JjIBgJURmAAfec70HcKOAACCjsAE+IgaJgAIHwQmwEc8Sw4AwgeBCfBRA49GAYCwQWACfFTX0LToO4QdAQAEHYEJ8BEzfQNA+CAwAT6qp+gbAMIGgQnwUQOPRgGAsEFgAnxUT9E3AIQNAhPgI2b6BoDwQWACfEQNEwCEDwIT4KMGHo0CAGGDwAT4iJm+ASB8EJgAHzHTNwCEDwIT4CNGmAAgfBCYAB81vUuOvAQA1kZgAnxU38AIEwCECwIT4KN67pIDgLBBYAJ85DEPk0hMAGBlBCbAR9QwAUD4IDABPvKoYeKaHABYGoEJ8BEzfQNA+CAwAT5qYB4mAAgbBCbAR55F3wAAKyMwAT7yfDQKkQkArIzABPiovsldclySAwBrIzABPqLoGwDCB4EJ8JFHDROBCQAsjcAE+KihgRomAAgXBCbAR/VMKwAAYYPABPiIGiYACB8EJsBHddwlBwBh44IEpnXr1mnAgAGKiYlRenq69u7de972W7Zs0ZAhQxQTE6Phw4frjTfe8HjfMAwtXbpUffr0UdeuXZWZmanDhw97tBkwYIBsNpvH64knngj4viE8uVyGR6E3eQkArC3ogenll19WTk6Oli1bpn379mnkyJHKysrSyZMnW22/Z88eTZ8+XbNnz9b+/fs1ZcoUTZkyRR9//LHZZsWKFVq7dq3y8vJUWFio7t27KysrS9XV1R7beuyxx3TixAnztWDBgqDuK8JHfbNrcBR9A4C1BT0wrVq1SnPmzNGsWbN0xRVXKC8vT926ddOLL77Yavvf/e53mjRpku6//34NHTpUjz/+uK666io988wzks5+Ma1Zs0YPP/ywbrnlFo0YMUJ//OMfdfz4cW3dutVjWz169JDD4TBf3bt3D/buIkw0NAtM1DABgLUFNTDV1taqqKhImZmZjb/QbldmZqYKCgpaXaegoMCjvSRlZWWZ7Y8ePSqn0+nRJi4uTunp6S22+cQTT6hnz54aPXq0Vq5cqfr6+jb7WlNTo8rKSo8X0Jams3xL1DABgNVFBnPjX3/9tRoaGpSUlOSxPCkpSYcOHWp1HafT2Wp7p9Npvu9e1lYbSbr33nt11VVXKSEhQXv27NGSJUt04sQJrVq1qtXfm5ubq0cffbRjO4iwxQgTAISXoAamUMrJyTH/PGLECEVFRemuu+5Sbm6uoqOjW7RfsmSJxzqVlZVKSUm5IH1F59O8hkkiMQGAlQX1klyvXr0UERGhsrIyj+VlZWVyOBytruNwOM7b3v3fjmxTktLT01VfX69jx461+n50dLRiY2M9XkBbWowwudpoCACwhKAGpqioKKWlpWnHjh3mMpfLpR07digjI6PVdTIyMjzaS1J+fr7ZPjU1VQ6Hw6NNZWWlCgsL29ymJBUXF8tutysxMdGfXQIktRxhooYJAKwt6JfkcnJyNHPmTI0ZM0Zjx47VmjVrVFVVpVmzZkmSbr/9dvXt21e5ubmSpIULF2rChAl66qmnNHnyZG3evFkffvihnn/+eUmSzWbTfffdp9/85jcaNGiQUlNT9cgjjyg5OVlTpkyRdLZwvLCwUNdff7169OihgoICLVq0SP/yL/+iSy+9NNi7jDDQ9DlyEjVMAGB1QQ9MU6dO1VdffaWlS5fK6XRq1KhR2r59u1m0XVpaKru9caBr/Pjx2rRpkx5++GE99NBDGjRokLZu3aphw4aZbX7961+rqqpKc+fOVXl5ua655hpt375dMTExks5eXtu8ebOWL1+umpoapaamatGiRR41SoA/mt8lxzxMAGBtNoMzfasqKysVFxeniooK6pnQwuGy0/rh6nfMn38yuq9WTx0Vug4BACQF7/ubZ8kBPqCGCQDCC4EJ8EE9NUwAEFYITIAPmOkbAMILgQnwQfN5mCgFBABrIzABPmhew0ReAgBrIzABPmj5LDkSEwBYGYEJ8EHLu+RC1BEAwAVBYAJ80MDElQAQVghMgA+YVgAAwguBCfABd8kBQHghMAE+oIYJAMILgQnwAXfJAUB4ITABPmAeJgAILwQmwAfN75JjhAkArI3ABPigroERJgAIJwQmwAfUMAFAeCEwAT5w1zB1ibBJYoQJAKyOwAT4wF3D1CXi7EeIESYAsDYCE+CDxhEmAhMAhAMCE+CDhgbPwERcAgBrIzABPnCPMEWdq2Fipm8AsDYCE+AD911yXSLPjTBxSQ4ALI3ABPiAGiYACC8EJsAHLe6Sc52vNQCgsyMwAT5oXsPE+BIAWBuBCfBBQ7NLctQwAYC1EZgAH7hHmCLNu+QITABgZQQmwAf1Dc1n+g5lbwAAwUZgAnzQWMPEXXIAEA4ITIAPmtcwUfUNANZGYAJ8UN9s4kpGmADA2ghMgA/MZ8nZeTQKAIQDAhPgA2b6BoDwQmACfGDO9B15buJK8hIAWBqBCfBB411yEZKYuBIArI7ABPjAvEsukhomAAgHBCbAB2YNk50aJgAIBwQmwAfN52FihAkArI3ABPigvtklOWqYAMDaCEyAD9x3ybkfjUJcAgBrIzABPqhvYB4mAAgnBCbAB+5LcpER5+6So4gJACyNwAT4oHnRNwNMAGBtBCbAB/XNapi4JAcA1kZgAnzQ0KyGibgEANZGYAJ80PjwXfdM30QmALAyAhPgg8ZHozBxJQCEAwIT4IPGh++6i75JTABgZQQmwAc8GgUAwguBCfCB+y45dw0TI0wAYG0EJsAHjDABQHghMAE+qG8WmCRGmQDAyghMQAe5XIY5s7f7kpzEKBMAWBmBCeigunP1S5LnCBNzMQGAdRGYgA5qaDKUFBXZ9JJcKHoDALgQCExAB9U3CUyMMAFAeCAwAR3kfo6cJEU2qWEiLwGAdRGYgA5qOsIUaW9a9E1iAgCrIjABHeSuYYq022S3NRlhClWHAABBR2ACOsg9y3dkhGdgYoQJAKyLwAR0UOMIk11NrsjJcLWxAgCg0yMwAR3krmGKsNtkY4QJAMICgQnoIM8apsblBCYAsC4CE9BB9Q2tjzARlwDAughMQAc1HWGSZI4yMcIEANZFYAI6yH2XXESEOzCd/S95CQCsi8AEdFB9k7vkJMnGCBMAWB6BCeigpjVMksw6Jhd5CQAsi8AEdFBbNUwGI0wAYFkXJDCtW7dOAwYMUExMjNLT07V3797ztt+yZYuGDBmimJgYDR8+XG+88YbH+4ZhaOnSperTp4+6du2qzMxMHT582KPNqVOnNGPGDMXGxio+Pl6zZ8/Wt99+G/B9Q/gxa5js1DABQLgIemB6+eWXlZOTo2XLlmnfvn0aOXKksrKydPLkyVbb79mzR9OnT9fs2bO1f/9+TZkyRVOmTNHHH39stlmxYoXWrl2rvLw8FRYWqnv37srKylJ1dbXZZsaMGTpw4IDy8/O1bds2vfPOO5o7d26wdxdhoOUIk/uSHIkJAKzKZgT5OkJ6erquvvpqPfPMM5Ikl8ullJQULViwQA8++GCL9lOnTlVVVZW2bdtmLhs3bpxGjRqlvLw8GYah5ORkLV68WL/61a8kSRUVFUpKStKGDRs0bdo0ffLJJ7riiiv0wQcfaMyYMZKk7du36+abb9YXX3yh5ORkr/2urKxUXFycKioqFBsbG4j/FWf7eqZONfUNAdseLrxd/99X+vX/+0hp/S/VX+4Zr+HL/qHTNfV6+1fXKbVXd1XXNajyu7pQdxMALnqxXbsopktEQLcZrO/vyIBtqRW1tbUqKirSkiVLzGV2u12ZmZkqKChodZ2CggLl5OR4LMvKytLWrVslSUePHpXT6VRmZqb5flxcnNLT01VQUKBp06apoKBA8fHxZliSpMzMTNntdhUWFuonP/lJi99bU1Ojmpoa8+fKykqf9tmbR/76sf72P8eDsm1cWBE2d9H32Z9dhqGTp6uV+dRuVVbXh7BnANA5rJ0+Wj8e6X0Q42IQ1MD09ddfq6GhQUlJSR7Lk5KSdOjQoVbXcTqdrbZ3Op3m++5l52uTmJjo8X5kZKQSEhLMNs3l5ubq0Ucfbeee+c5ua6x9QecVYbfpxivP/h202xtrmA6XfWuGJY4zAJxfZzpLBjUwdSZLlizxGNmqrKxUSkpKwH/PmmmjtWba6IBvF6HTWPRtmPVNQ/vE6u8LfxDKbgEAAiioRd+9evVSRESEysrKPJaXlZXJ4XC0uo7D4Thve/d/vbVpXlReX1+vU6dOtfl7o6OjFRsb6/EC2qPx0ShSg+GeoymEHQIABFxQT+tRUVFKS0vTjh07zGUul0s7duxQRkZGq+tkZGR4tJek/Px8s31qaqocDodHm8rKShUWFpptMjIyVF5erqKiIrPNzp075XK5lJ6eHrD9A85qvEvOdW6EKcLWmQaaAQDeBP2SXE5OjmbOnKkxY8Zo7NixWrNmjaqqqjRr1ixJ0u23366+ffsqNzdXkrRw4UJNmDBBTz31lCZPnqzNmzfrww8/1PPPPy/p7KzK9913n37zm99o0KBBSk1N1SOPPKLk5GRNmTJFkjR06FBNmjRJc+bMUV5enurq6jR//nxNmzatXXfIAR3R9OG77sem2KlfAgBLCXpgmjp1qr766istXbpUTqdTo0aN0vbt282i7dLSUtntjQNd48eP16ZNm/Twww/roYce0qBBg7R161YNGzbMbPPrX/9aVVVVmjt3rsrLy3XNNddo+/btiomJMdu89NJLmj9/viZOnCi73a7s7GytXbs22LuLMNR04kpXszmaAADWEPR5mDqrYM3jAOsZn7tDxyuq9dr8a/TZqSrN37Rf6akJevmu1i87AwCCJ1jf35SmAn6yNZnp232XHFMKAIC1EJgAPzWduNJlEJgAwIoITICfGp8lJ9U3EJgAwIoITICfGrNRkxEmphUAAEshMAF+ajrC1OA6t4wRJgCwFAIT4CezhsllNM70zQgTAFgKgQnwk63pCNO5ISZqmADAWghMgJ/c2cgwDJ2r+SYwAYDFEJgAP5kzfatxpm8CEwBYC4EJ8JPHxJXnapjs1DABgKUQmAA/NT58V01m+g5hhwAAAcdpHfBT05m+GwMTHy0AsBLO6oCfzBomj8AUyh4BAAKN0zrgJ5sZmMRM3wBgUQQmwE+t1TAx0zcAWAuBCfCTveldci5GmADAighMgJ/c0cijhimCwAQAVkJgAvzk8fBdapgAwJIITICfbOajUZjpGwCsisAE+MnOTN8AYHkEJsBP7jkqmxZ9RzLCBACWQmAC/GRT4zxMTCsAANZEYAL85PlolLN/poYJAKyFwAT4yc5M3wBgeQQmwE/2JiNM9VySAwBLIjABfvIYYaLoGwAsicAE+MmzhokRJgCwIgIT4CcbM30DgOURmAA/uQeTDBlNZvoOYYcAAAHHaR3wU9NnydWbgYmPFgBYCWd1wE+NRd9G47QCfLIAwFI4rQP+chd9u5oUfVPDBACWQmAC/NT0klyDeUmOwAQAVkJgAvzUWPTdJDAxwgQAlkJgAvzUtIbJnFaAESYAsBQCE+CnphNXurgkBwCWRGAC/GRTy4krmekbAKyFwAT4ye7xaJSzf6aGCQCshcAE+Knpw3cbXGcTEw/fBQBrITABfnJP6m3w8F0AsCwCE+Cnpg/fPZeXKPoGAIshMAF+ckcjl8FM3wBgVQQmwE/M9A0A1kdgAvxkZqMmI0wUfQOAtRCYAD81rWEy52HikhwAWAqBCfBT4yU5ZvoGAKsiMAF+anw0ipo8Sy6EHQIABByndcBP7sEkwzDU0OAOTHy0AMBKOKsDfjJn+laTESZqmADAUghMgJ/Mom9X05m+Q9kjAECgcVoH/GRvUsPkMij6BgArIjABfmos+jZU7+KSHABYEYEJ8JNZw2QYMniWHABYEoEJ8JO7hqnO/eRdEZgAwGoITICf3NmovsHVuIzABACWQmAC/OS+JFff0GSEiRomALAUAhPgJ3c04pIcAFgXgQnwk/vyW9NLcgQmALAWAhPgJ/fVtzouyQGAZRGYAD+ZNUwuir4BwKoITICf7OYI09nAxOU4ALAeAhPgJ5s875IjMAGA9RCYAD+5y5V4LAoAWBeBCfBT4zxMXJIDAKsiMAF+sje7S468BADWQ2AC/OS+I85d9B0ZwccKAKyGMzvgJ/eAUoPLPcLEEBMAWA2BCfCT7VxAqnO5a5hC2RsAQDBwagf81Pzhu9wlBwDWE9TAdOrUKc2YMUOxsbGKj4/X7Nmz9e233553nerqas2bN089e/bUJZdcouzsbJWVlXm0KS0t1eTJk9WtWzclJibq/vvvV319vfn+rl27ZLPZWrycTmdQ9hPhrfnElczyDQDWE9TANGPGDB04cED5+fnatm2b3nnnHc2dO/e86yxatEivvfaatmzZot27d+v48eO69dZbzfcbGho0efJk1dbWas+ePdq4caM2bNigpUuXtthWSUmJTpw4Yb4SExMDvo+Ae4TJfZdcJIEJACwnMlgb/uSTT7R9+3Z98MEHGjNmjCTp6aef1s0336wnn3xSycnJLdapqKjQCy+8oE2bNumGG26QJK1fv15Dhw7V+++/r3HjxunNN9/UwYMH9dZbbykpKUmjRo3S448/rgceeEDLly9XVFSUub3ExETFx8cHaxeBs87lI7Pom8AEAJYTtBGmgoICxcfHm2FJkjIzM2W321VYWNjqOkVFRaqrq1NmZqa5bMiQIerXr58KCgrM7Q4fPlxJSUlmm6ysLFVWVurAgQMe2xs1apT69OmjH/7wh3rvvffO29+amhpVVlZ6vID2aBxhOlf0TQ0TAFhO0AKT0+lscQksMjJSCQkJbdYSOZ1ORUVFtRgVSkpKMtdxOp0eYcn9vvs9SerTp4/y8vL0l7/8RX/5y1+UkpKi6667Tvv27Wuzv7m5uYqLizNfKSkpHdpfhC9780ejMMIEAJbT4cD04IMPtlpQ3fR16NChYPS13QYPHqy77rpLaWlpGj9+vF588UWNHz9eq1evbnOdJUuWqKKiwnx9/vnnF7DH6MzcI0wNBCYAsKwO1zAtXrxYd9xxx3nbDBw4UA6HQydPnvRYXl9fr1OnTsnhcLS6nsPhUG1trcrLyz1GmcrKysx1HA6H9u7d67Ge+y66trYrSWPHjtW7777b5vvR0dGKjo4+734BrWl+BY7ABADW0+HA1Lt3b/Xu3dtru4yMDJWXl6uoqEhpaWmSpJ07d8rlcik9Pb3VddLS0tSlSxft2LFD2dnZks7e6VZaWqqMjAxzu//+7/+ukydPmpf88vPzFRsbqyuuuKLN/hQXF6tPnz4d2legPWzNEhMzfQOA9QTtLrmhQ4dq0qRJmjNnjvLy8lRXV6f58+dr2rRp5h1yX375pSZOnKg//vGPGjt2rOLi4jR79mzl5OQoISFBsbGxWrBggTIyMjRu3DhJ0o033qgrrrhC//qv/6oVK1bI6XTq4Ycf1rx588wRojVr1ig1NVVXXnmlqqur9Yc//EE7d+7Um2++GazdRRhrPqDECBMAWE/QApMkvfTSS5o/f74mTpwou92u7OxsrV271ny/rq5OJSUlOnPmjLls9erVZtuamhplZWXp2WefNd+PiIjQtm3bdM899ygjI0Pdu3fXzJkz9dhjj5ltamtrtXjxYn355Zfq1q2bRowYobfeekvXX399MHcXYar5iBJ3yQGA9dgMwzBC3YmLUWVlpeLi4lRRUaHY2NhQdwcXse0fn9Ddf2q8AzNjYE/9ee64EPYIAMJXsL6/eZYc4KfmNUxckgMA6yEwAX5qHo+Y6RsArIfABPipZQ1TiDoCAAgaAhPgJ3uzT1FE8wUAgE6PMzvgp5Y1TCHqCAAgaDi1A35qcUmOGiYAsBwCE+CnFkXfzMMEAJZDYAL8xAgTAFgfgQnwE49GAQDrIzABfmpR9M0lOQCwHAIT4CdGmADA+ghMgJ+ajzAx0zcAWA+BCfBT83wUSWACAMshMAF+ajHCRA0TAFgOgQnwEzVMAGB9BCbAT8zDBADWR2AC/NT8ChyX5ADAeghMgJ+aBySKvgHAeghMgJ9ajDARmADAcghMgJ9a1DBxSQ4ALIfABPipZdF3iDoCAAgaTu2An5oPKEXY+VgBgNVwZgf81HIeptD0AwAQPJzaAT8x0zcAWB+BCfATE1cCgPURmAA/8WgUALA+AhPgJ5sYYQIAqyMwAX5qcZccNUwAYDkEJsBPzWf2ZqZvALAeAhPgpxY1TIwwAYDlEJgAPzWvYYqMIDABgNUQmAA/NR9hYh4mALAeAhPgp+YTV3KXHABYD4EJ8BMjTABgfQQmwE/M9A0A1kdgAvzUfEApksAEAJZDYAL81OLhuwQmALAcAhPgJ+ZhAgDrIzABfmpew2TnUwUAlsOpHfBT88AUSWICAMvhzA74qcXDd/lUAYDlcGoH/NQ8MDEPEwBYD4EJ8BPzMAGA9RGYAD+1KPpmhAkALIfABPip+YBSZASBCQCshsAE+KnFw3cZYQIAyyEwAQHQNCMx0zcAWA+BCQiApnVLjDABgPUQmIAAaDqoxF1yAGA9BCYgAJrWMRGYAMB6CExAADSNSAQmALAeAhMQAE1rmJiHCQCsh8AEBAA1TABgbQQmIADs1DABgKURmIAAsDHCBACWRmACAsDGPEwAYGkEJiAA7B4zfYeuHwCA4ODUDgRA0xqmSBITAFgOZ3YgAGwe0wqEsCMAgKAgMAEB4A5JdptneAIAWAOBCQgAd0biDjkAsCYCExAA7homZvkGAGsiMAEB4A5KkYwwAYAlEZiAAHAPLNkJTABgSQQmIADcI0zUMAGANRGYgAAwi76pYQIASyIwAQHACBMAWBuBCQgAphUAAGsjMAEBwLQCAGBtQQtMp06d0owZMxQbG6v4+HjNnj1b33777XnXqa6u1rx589SzZ09dcsklys7OVllZmUebe++9V2lpaYqOjtaoUaNa3c5HH32kH/zgB4qJiVFKSopWrFgRqN0CWmVnhAkALC1ogWnGjBk6cOCA8vPztW3bNr3zzjuaO3fueddZtGiRXnvtNW3ZskW7d+/W8ePHdeutt7Zo94tf/EJTp05tdRuVlZW68cYb1b9/fxUVFWnlypVavny5nn/++YDsF9Aam6hhAgAriwzGRj/55BNt375dH3zwgcaMGSNJevrpp3XzzTfrySefVHJycot1Kioq9MILL2jTpk264YYbJEnr16/X0KFD9f7772vcuHGSpLVr10qSvvrqK3300UcttvPSSy+ptrZWL774oqKionTllVequLhYq1at8hrYAF9RwwQA1haUEaaCggLFx8ebYUmSMjMzZbfbVVhY2Oo6RUVFqqurU2ZmprlsyJAh6tevnwoKCjr0u6+99lpFRUWZy7KyslRSUqL/+7//a3O9mpoaVVZWeryA9jLvkqOGCQAsKSiByel0KjEx0WNZZGSkEhIS5HQ621wnKipK8fHxHsuTkpLaXKet7SQlJbXYhvu9tuTm5iouLs58paSktPt3Ana7+78EJgCwog4FpgcffFA2m+28r0OHDgWrr0G1ZMkSVVRUmK/PP/881F1CJ9I4D1OIOwIACIoO1TAtXrxYd9xxx3nbDBw4UA6HQydPnvRYXl9fr1OnTsnhcLS6nsPhUG1trcrLyz1GmcrKytpcp63tNL+zzv3z+bYTHR2t6Ojodv8eoCn3uFKEncQEAFbUocDUu3dv9e7d22u7jIwMlZeXq6ioSGlpaZKknTt3yuVyKT09vdV10tLS1KVLF+3YsUPZ2dmSpJKSEpWWliojI6PdfczIyNC//du/qa6uTl26dJEk5efna/Dgwbr00kvbvR2gI2xmDVOIOwIACIqg/HN46NChmjRpkubMmaO9e/fqvffe0/z58zVt2jTzDrkvv/xSQ4YM0d69eyVJcXFxmj17tnJycvT222+rqKhIs2bNUkZGhnmHnCQdOXJExcXFcjqd+u6771RcXKzi4mLV1tZKkm677TZFRUVp9uzZOnDggF5++WX97ne/U05OTjB2FZDEPEwAYHVBmVZAOnt7//z58zVx4kTZ7XZlZ2ebUwJIUl1dnUpKSnTmzBlz2erVq822NTU1ysrK0rPPPuux3TvvvFO7d+82fx49erQk6ejRoxowYIDi4uL05ptvat68eUpLS1OvXr20dOlSphRAUDHTNwBYm80wDCPUnbgYVVZWKi4uThUVFYqNjQ11d3CR+3legfYeO6Xxl/fUpjnjvK8AAAiKYH1/U6EKBAKX5ADA0ghMQABQwwQA1kZgAgKAmb4BwNoITEAAmEXfjDABgCURmIAAcA8sRRKYAMCSCExAANgYYQIASyMwAQFgFn1TwwQAlkRgAgKg8eG7BCYAsCICExAA7pzETN8AYE0EJiAA3DVMFH0DgDURmIAAcMckir4BwJoITEAANNYwhbgjAICg4PQOBID93CeJu+QAwJoITEAA2MwRJj5SAGBFnN2BAOCSHABYG6d3IAAo+gYAayMwAQHATN8AYG0EJiAAmOkbAKyNwAQEgI3ABACWRmACAoBLcgBgbQQmIAB6xHSRJMV27RLingAAgiEy1B0ArODuCQM1oFc3/WR031B3BQAQBAQmIAASY2N0e8aAUHcDABAkXJIDAADwgsAEAADgBYEJAADACwITAACAFwQmAAAALwhMAAAAXhCYAAAAvCAwAQAAeEFgAgAA8ILABAAA4AWBCQAAwAsCEwAAgBcEJgAAAC8iQ92Bi5VhGJKkysrKEPcEAAC0l/t72/09HigEpjacPn1akpSSkhLingAAgI46ffq04uLiArY9mxHoCGYRLpdLx48fV48ePWSz2QK23crKSqWkpOjzzz9XbGxswLZ7MWJfrYl9taZw2lcpvPY3HPf14MGDGjx4sOz2wFUeMcLUBrvdrssuuyxo24+NjbX8X1w39tWa2FdrCqd9lcJrf8NpX/v27RvQsCRR9A0AAOAVgQkAAMALAtMFFh0drWXLlik6OjrUXQk69tWa2FdrCqd9lcJrf9nXwKDoGwAAwAtGmAAAALwgMAEAAHhBYAIAAPCCwAQAAOAFgQkAAMALAtMFtm7dOg0YMEAxMTFKT0/X3r17Q90lv+Xm5urqq69Wjx49lJiYqClTpqikpMSjzXXXXSebzebxuvvuu0PUY98tX768xX4MGTLEfL+6ulrz5s1Tz549dckllyg7O1tlZWUh7LHvBgwY0GJfbTab5s2bJ6lzH9N33nlH//zP/6zk5GTZbDZt3brV433DMLR06VL16dNHXbt2VWZmpg4fPuzR5tSpU5oxY4ZiY2MVHx+v2bNn69tvv72Ae9E+59vXuro6PfDAAxo+fLi6d++u5ORk3X777Tp+/LjHNlr7u/DEE09c4D3xzttxveOOO1rsx6RJkzzaWOG4Smr1s2uz2bRy5UqzTWc4ru35fmnPebe0tFSTJ09Wt27dlJiYqPvvv1/19fUd6guB6QJ6+eWXlZOTo2XLlmnfvn0aOXKksrKydPLkyVB3zS+7d+/WvHnz9P777ys/P191dXW68cYbVVVV5dFuzpw5OnHihPlasWJFiHrsnyuvvNJjP959913zvUWLFum1117Tli1btHv3bh0/fly33nprCHvruw8++MBjP/Pz8yVJP/vZz8w2nfWYVlVVaeTIkVq3bl2r769YsUJr165VXl6eCgsL1b17d2VlZam6utpsM2PGDB04cED5+fnatm2b3nnnHc2dO/dC7UK7nW9fz5w5o3379umRRx7Rvn379Morr6ikpEQ//vGPW7R97LHHPI71ggULLkT3O8TbcZWkSZMmeezHn//8Z4/3rXBcJXns44kTJ/Tiiy/KZrMpOzvbo93Fflzb8/3i7bzb0NCgyZMnq7a2Vnv27NHGjRu1YcMGLV26tGOdMXDBjB071pg3b575c0NDg5GcnGzk5uaGsFeBd/LkSUOSsXv3bnPZhAkTjIULF4auUwGybNkyY+TIka2+V15ebnTp0sXYsmWLueyTTz4xJBkFBQUXqIfBs3DhQuPyyy83XC6XYRjWOaaSjFdffdX82eVyGQ6Hw1i5cqW5rLy83IiOjjb+/Oc/G4ZhGAcPHjQkGR988IHZ5u9//7ths9mML7/88oL1vaOa72tr9u7da0gyPvvsM3NZ//79jdWrVwe3cwHW2r7OnDnTuOWWW9pcx8rH9ZZbbjFuuOEGj2Wd8bg2/35pz3n3jTfeMOx2u+F0Os02zz33nBEbG2vU1NS0+3czwnSB1NbWqqioSJmZmeYyu92uzMxMFRQUhLBngVdRUSFJSkhI8Fj+0ksvqVevXho2bJiWLFmiM2fOhKJ7fjt8+LCSk5M1cOBAzZgxQ6WlpZKkoqIi1dXVeRzjIUOGqF+/fp3+GNfW1upPf/qTfvGLX8hms5nLrXJMmzp69KicTqfHcYyLi1N6erp5HAsKChQfH68xY8aYbTIzM2W321VYWHjB+xxIFRUVstlsio+P91j+xBNPqGfPnho9erRWrlzZ4csZF4tdu3YpMTFRgwcP1j333KNvvvnGfM+qx7WsrEyvv/66Zs+e3eK9znZcm3+/tOe8W1BQoOHDhyspKclsk5WVpcrKSh04cKDdvzsyEDsA777++ms1NDR4HDBJSkpK0qFDh0LUq8BzuVy677779E//9E8aNmyYufy2225T//79lZycrI8++kgPPPCASkpK9Morr4Swtx2Xnp6uDRs2aPDgwTpx4oQeffRR/eAHP9DHH38sp9OpqKioFl80SUlJcjqdoelwgGzdulXl5eW64447zGVWOabNuY9Va59V93tOp1OJiYke70dGRiohIaFTH+vq6mo98MADmj59usdT7e+9915dddVVSkhI0J49e7RkyRKdOHFCq1atCmFvO27SpEm69dZblZqaqk8//VQPPfSQbrrpJhUUFCgiIsKyx3Xjxo3q0aNHi/KAznZcW/t+ac951+l0tvp5dr/XXgQmBNS8efP08ccfe9T1SPKoARg+fLj69OmjiRMn6tNPP9Xll19+obvps5tuusn884gRI5Senq7+/fvrv/7rv9S1a9cQ9iy4XnjhBd10001KTk42l1nlmOKsuro6/fznP5dhGHruuec83svJyTH/PGLECEVFRemuu+5Sbm5up3o+2bRp08w/Dx8+XCNGjNDll1+uXbt2aeLEiSHsWXC9+OKLmjFjhmJiYjyWd7bj2tb3y4XCJbkLpFevXoqIiGhRuV9WViaHwxGiXgXW/PnztW3bNr399tu67LLLzts2PT1dknTkyJEL0bWgiY+P1/e//30dOXJEDodDtbW1Ki8v92jT2Y/xZ599prfeekt33nnnedtZ5Zi6j9X5PqsOh6PFzRr19fU6depUpzzW7rD02WefKT8/32N0qTXp6emqr6/XsWPHLkwHg2TgwIHq1auX+XfWasdVkv77v/9bJSUlXj+/0sV9XNv6fmnPedfhcLT6eXa/114EpgskKipKaWlp2rFjh7nM5XJpx44dysjICGHP/GcYhubPn69XX31VO3fuVGpqqtd1iouLJUl9+vQJcu+C69tvv9Wnn36qPn36KC0tTV26dPE4xiUlJSotLe3Ux3j9+vVKTEzU5MmTz9vOKsc0NTVVDofD4zhWVlaqsLDQPI4ZGRkqLy9XUVGR2Wbnzp1yuVxmcOws3GHp8OHDeuutt9SzZ0+v6xQXF8tut7e4fNXZfPHFF/rmm2/Mv7NWOq5uL7zwgtLS0jRy5EivbS/G4+rt+6U9592MjAz97//+r0cYdv/D4IorruhQZ3CBbN682YiOjjY2bNhgHDx40Jg7d64RHx/vUbnfGd1zzz1GXFycsWvXLuPEiRPm68yZM4ZhGMaRI0eMxx57zPjwww+No0ePGn/961+NgQMHGtdee22Ie95xixcvNnbt2mUcPXrUeO+994zMzEyjV69exsmTJw3DMIy7777b6Nevn7Fz507jww8/NDIyMoyMjIwQ99p3DQ0NRr9+/YwHHnjAY3lnP6anT5829u/fb+zfv9+QZKxatcrYv3+/eWfYE088YcTHxxt//etfjY8++si45ZZbjNTUVOO7774ztzFp0iRj9OjRRmFhofHuu+8agwYNMqZPnx6qXWrT+fa1trbW+PGPf2xcdtllRnFxscfn13330J49e4zVq1cbxcXFxqeffmr86U9/Mnr37m3cfvvtId6zls63r6dPnzZ+9atfGQUFBcbRo0eNt956y7jqqquMQYMGGdXV1eY2rHBc3SoqKoxu3boZzz33XIv1O8tx9fb9Yhjez7v19fXGsGHDjBtvvNEoLi42tm/fbvTu3dtYsmRJh/pCYLrAnn76aaNfv35GVFSUMXbsWOP9998PdZf8JqnV1/r16w3DMIzS0lLj2muvNRISEozo6Gjje9/7nnH//fcbFRUVoe24D6ZOnWr06dPHiIqKMvr27WtMnTrVOHLkiPn+d999Z/zyl780Lr30UqNbt27GT37yE+PEiRMh7LF//vGPfxiSjJKSEo/lnf2Yvv32263+nZ05c6ZhGGenFnjkkUeMpKQkIzo62pg4cWKL/wfffPONMX36dOOSSy4xYmNjjVmzZhmnT58Owd6c3/n29ejRo21+ft9++23DMAyjqKjISE9PN+Li4oyYmBhj6NChxm9/+1uPkHGxON++njlzxrjxxhuN3r17G126dDH69+9vzJkzp8U/WK1wXN1+//vfG127djXKy8tbrN9Zjqu37xfDaN9599ixY8ZNN91kdO3a1ejVq5exePFio66urkN9sZ3rEAAAANpADRMAAIAXBCYAAAAvCEwAAABeEJgAAAC8IDABAAB4QWACAADwgsAEAADgBYEJAADACwITAACAFwQmAAAALwhMAAAAXvz/NGDqtq5HsfwAAAAASUVORK5CYII=", + "text/plain": [ + "
" + ] + }, + "metadata": {}, + "output_type": "display_data" + } + ], + "source": [ + "data_o_reshaped = np.reshape(data_o,(-1))\n", + "err = data_o_reshaped-act_o\n", + "plt.plot(err)\n", + "plt.title(\"Error\")\n", + "plt.show()\n" + ] + } + ], + "metadata": { + "kernelspec": { + "display_name": "my-venv", + "language": "python", + "name": "python3" + }, + "language_info": { + "codemirror_mode": { + "name": "ipython", + "version": 3 + }, + "file_extension": ".py", + "mimetype": "text/x-python", + "name": "python", + "nbconvert_exporter": "python", + "pygments_lexer": "ipython3", + "version": "3.12.3" + } + }, + "nbformat": 4, + "nbformat_minor": 5 +} diff --git a/AI_Engine_Development/AIE-MLv2/Design_Tutorials/01-Radio-ML/aie/radioml_top/radioml_top_app.cpp b/AI_Engine_Development/AIE-MLv2/Design_Tutorials/01-Radio-ML/aie/radioml_top/radioml_top_app.cpp new file mode 100755 index 0000000000..1fc4260057 --- /dev/null +++ b/AI_Engine_Development/AIE-MLv2/Design_Tutorials/01-Radio-ML/aie/radioml_top/radioml_top_app.cpp @@ -0,0 +1,222 @@ +// +// Copyright (C) 2024, Advanced Micro Devices, Inc. All rights reserved. +// SPDX-License-Identifier: MIT +// +// Author: Faisal El-Shabani + +#include +#include +#include "radioml_top_graph.h" +#include "read_file.h" + +class dut_graph : public graph { +public: + radioml_top_graph dut; + input_gmio data_iq; + output_gmio data_o; + port weights_w1; + port biases_w1; + port weights_w3; + port biases_w3; + port weights_w5; + port biases_w5; + port weights_w7; + port biases_w7; + port weights_w9; + port biases_w9; + port weights_w11; + port biases_w11; + port weights_w13; + port biases_w13; + port weights_0_w16; + port weights_1_w16; + port biases_w16; + port weights_w17; + port biases_w17; + port weights_w18; + port biases_w18; + + dut_graph( void ) + { + /* Setup the GMIO to connect the AIE to global memory */ + // logical name of the gmio, burst length 64, 128 or 256 bytes), required bandwidth in MB/s + data_iq = input_gmio::create("gmioIn",256,100); // Based on input bandwidth when simulating conv1d_w1 standalone + connect<>(data_iq.out[0],dut.data_iq); + data_o = output_gmio::create("gmioOut",256,10); // Based on ratio of # input samples of conv1d_w1 to # output samples of dense_w18 + connect<>(dut.data_o,data_o.in[0]); + + // layer_w1 RTPs + connect<>(weights_w1,dut.weights_w1); + connect<>(biases_w1,dut.biases_w1); + + // layer_w3 RTPs + connect<>(weights_w3,dut.weights_w3); + connect<>(biases_w3,dut.biases_w3); + + // layer_w5 RTPs + connect<>(weights_w5,dut.weights_w5); + connect<>(biases_w5,dut.biases_w5); + + // layer_w7 RTPs + connect<>(weights_w7,dut.weights_w7); + connect<>(biases_w7,dut.biases_w7); + + // layer_w9 RTPs + connect<>(weights_w9,dut.weights_w9); + connect<>(biases_w9,dut.biases_w9); + + // layer_w11 RTPs + connect<>(weights_w11,dut.weights_w11); + connect<>(biases_w11,dut.biases_w11); + + // layer_w13 RTPs + connect<>(weights_w13,dut.weights_w13); + connect<>(biases_w13,dut.biases_w13); + + // layer_w16 RTPs + connect<>(weights_0_w16,dut.weights_0_w16); + connect<>(weights_1_w16,dut.weights_1_w16); + connect<>(biases_w16,dut.biases_w16); + + // layer_w17 RTPs + connect<>(weights_w17,dut.weights_w17); + connect<>(biases_w17,dut.biases_w17); + + // layer_w18 RTPs + connect<>(weights_w18,dut.weights_w18); + connect<>(biases_w18,dut.biases_w18); + } +}; + +// Instantiate AIE graph: +dut_graph aie_dut; + +static constexpr unsigned ITERATIONS = 8; +static constexpr unsigned NSAMP_I = 1024*2; +static constexpr unsigned NSAMP_O = 24; +static constexpr unsigned BYTES_PER_SAMPLE = 2; +static constexpr unsigned SIG_I_BYTES = NSAMP_I * BYTES_PER_SAMPLE * ITERATIONS; +static constexpr unsigned SIG_O_BYTES = NSAMP_O * BYTES_PER_SAMPLE * ITERATIONS; + +bfloat16 data_iq_array[NSAMP_I*ITERATIONS]; +bfloat16 weights_w1_array[aie_dut.dut.layer_w1.NWEIGHTS]; +bfloat16 biases_w1_array[aie_dut.dut.layer_w1.NBIASES]; +bfloat16 weights_w3_array[aie_dut.dut.layer_w3.NWEIGHTS]; +bfloat16 biases_w3_array[aie_dut.dut.layer_w3.NBIASES]; +bfloat16 weights_w5_array[aie_dut.dut.layer_w5.NWEIGHTS]; +bfloat16 biases_w5_array[aie_dut.dut.layer_w5.NBIASES]; +bfloat16 weights_w7_array[aie_dut.dut.layer_w7.NWEIGHTS]; +bfloat16 biases_w7_array[aie_dut.dut.layer_w7.NBIASES]; +bfloat16 weights_w9_array[aie_dut.dut.layer_w9.NWEIGHTS]; +bfloat16 biases_w9_array[aie_dut.dut.layer_w9.NBIASES]; +bfloat16 weights_w11_array[aie_dut.dut.layer_w11.NWEIGHTS]; +bfloat16 biases_w11_array[aie_dut.dut.layer_w11.NBIASES]; +bfloat16 weights_w13_array[aie_dut.dut.layer_w13.NWEIGHTS]; +bfloat16 biases_w13_array[aie_dut.dut.layer_w13.NBIASES]; +bfloat16 weights_0_w16_array[aie_dut.dut.layer_w16.NWEIGHTS/2]; +bfloat16 weights_1_w16_array[aie_dut.dut.layer_w16.NWEIGHTS/2]; +bfloat16 biases_w16_array[aie_dut.dut.layer_w16.NBIASES]; +bfloat16 weights_w17_array[aie_dut.dut.layer_w17.NWEIGHTS]; +bfloat16 biases_w17_array[aie_dut.dut.layer_w17.NBIASES]; +bfloat16 weights_w18_array[aie_dut.dut.layer_w18.NWEIGHTS]; +bfloat16 biases_w18_array[aie_dut.dut.layer_w18.NBIASES]; + +#if defined(__AIESIM__) || defined(__X86SIM__) +// Initialize and run the graph: +int main(void) +{ + std::ofstream output_File("data_o_sim.txt"); + + aie_dut.init(); + + // Read input data + read_file("data/data_iq.txt",data_iq_array); + // Read layer_w1 RTPs + read_file("data/w1_weights-rtp.txt",weights_w1_array); + read_file ("data/w1_biases-rtp.txt", biases_w1_array); + // Read layer_w3 RTPs + read_file("data/w3_weights-rtp.txt",weights_w3_array); + read_file ("data/w3_biases-rtp.txt", biases_w3_array); + // Read layer_w5 RTPs + read_file("data/w5_weights-rtp.txt",weights_w5_array); + read_file ("data/w5_biases-rtp.txt", biases_w5_array); + // Read layer_w7 RTPs + read_file("data/w7_weights-rtp.txt",weights_w7_array); + read_file ("data/w7_biases-rtp.txt", biases_w7_array); + // Read layer_w9 RTPs + read_file("data/w9_weights-rtp.txt",weights_w9_array); + read_file ("data/w9_biases-rtp.txt", biases_w9_array); + // Read layer_w11 RTPs + read_file("data/w11_weights-rtp.txt",weights_w11_array); + read_file ("data/w11_biases-rtp.txt", biases_w11_array); + // Read layer_w13 RTPs + read_file("data/w13_weights-rtp.txt",weights_w13_array); + read_file ("data/w13_biases-rtp.txt", biases_w13_array); + // Read layer_w16 RTPs + read_file("data/w16_0_weights-rtp.txt",weights_0_w16_array); + read_file("data/w16_1_weights-rtp.txt",weights_1_w16_array); + read_file ("data/w16_biases-rtp.txt", biases_w16_array); + // Read layer_w17 RTPs + read_file("data/w17_weights-rtp.txt",weights_w17_array); + read_file ("data/w17_biases-rtp.txt", biases_w17_array); + // Read layer_w18 RTPs + read_file("data/w18_weights-rtp.txt",weights_w18_array); + read_file ("data/w18_biases-rtp.txt", biases_w18_array); + + aie_dut.update(aie_dut.weights_w1,weights_w1_array,aie_dut.dut.layer_w1.NWEIGHTS); + aie_dut.update(aie_dut.biases_w1,biases_w1_array,aie_dut.dut.layer_w1.NBIASES); + aie_dut.update(aie_dut.weights_w3,weights_w3_array,aie_dut.dut.layer_w3.NWEIGHTS); + aie_dut.update(aie_dut.biases_w3,biases_w3_array,aie_dut.dut.layer_w3.NBIASES); + aie_dut.update(aie_dut.weights_w5,weights_w5_array,aie_dut.dut.layer_w5.NWEIGHTS); + aie_dut.update(aie_dut.biases_w5,biases_w5_array,aie_dut.dut.layer_w5.NBIASES); + aie_dut.update(aie_dut.weights_w7,weights_w7_array,aie_dut.dut.layer_w7.NWEIGHTS); + aie_dut.update(aie_dut.biases_w7,biases_w7_array,aie_dut.dut.layer_w7.NBIASES); + aie_dut.update(aie_dut.weights_w9,weights_w9_array,aie_dut.dut.layer_w9.NWEIGHTS); + aie_dut.update(aie_dut.biases_w9,biases_w9_array,aie_dut.dut.layer_w9.NBIASES); + aie_dut.update(aie_dut.weights_w11,weights_w11_array,aie_dut.dut.layer_w11.NWEIGHTS); + aie_dut.update(aie_dut.biases_w11,biases_w11_array,aie_dut.dut.layer_w11.NBIASES); + aie_dut.update(aie_dut.weights_w13,weights_w13_array,aie_dut.dut.layer_w13.NWEIGHTS); + aie_dut.update(aie_dut.biases_w13,biases_w13_array,aie_dut.dut.layer_w13.NBIASES); + aie_dut.update(aie_dut.weights_0_w16,weights_0_w16_array,aie_dut.dut.layer_w16.NWEIGHTS/2); + aie_dut.update(aie_dut.weights_1_w16,weights_1_w16_array,aie_dut.dut.layer_w16.NWEIGHTS/2); + aie_dut.update(aie_dut.biases_w16,biases_w16_array,aie_dut.dut.layer_w16.NBIASES); + aie_dut.update(aie_dut.weights_w17,weights_w17_array,aie_dut.dut.layer_w17.NWEIGHTS); + aie_dut.update(aie_dut.biases_w17,biases_w17_array,aie_dut.dut.layer_w17.NBIASES); + aie_dut.update(aie_dut.weights_w18,weights_w18_array,aie_dut.dut.layer_w18.NWEIGHTS); + aie_dut.update(aie_dut.biases_w18,biases_w18_array,aie_dut.dut.layer_w18.NBIASES); + + bfloat16* sig_iq_array=(bfloat16*)GMIO::malloc(SIG_I_BYTES); + bfloat16* sig_o_array =(bfloat16*)GMIO::malloc(SIG_O_BYTES); + + /* Copy the input samples to the buffer */ + memcpy(sig_iq_array, data_iq_array, SIG_I_BYTES); + aie_dut.data_iq.gm2aie_nb(sig_iq_array, SIG_I_BYTES); + + aie_dut.run(ITERATIONS); + + aie_dut.data_o.aie2gm_nb(sig_o_array, SIG_O_BYTES); + aie_dut.data_o.wait(); + + /* Post-processing */ + int count=0; + for(int i=0; i +#include "conv1d_w1_graph.h" +#include "max_pool1d_w2_graph.h" +#include "conv1d_graph_template.h" +#include "max_pool1d_graph_template.h" +#include "dense_w16_graph.h" +#include "dense_w17_graph.h" +#include "dense_w18_graph.h" + +using namespace adf; + +// ------------------------------------------------------------ +// Top Level Graph +// ------------------------------------------------------------ + +class radioml_top_graph : public graph { +public: + port data_iq; + port weights_w1; + port biases_w1; + port weights_w3; + port biases_w3; + port weights_w5; + port biases_w5; + port weights_w7; + port biases_w7; + port weights_w9; + port biases_w9; + port weights_w11; + port biases_w11; + port weights_w13; + port biases_w13; + port weights_0_w16; + port weights_1_w16; + port biases_w16; + port weights_w17; + port biases_w17; + port weights_w18; + port biases_w18; + port data_o; + + // Graphs: + conv1d_w1_graph layer_w1; + max_pool1d_w2_graph layer_w2; + conv1d_graph_template<512,64,7> layer_w3; + max_pool1d_graph_template<512,64> layer_w4; + conv1d_graph_template<256,64,7> layer_w5; + max_pool1d_graph_template<256,64> layer_w6; + conv1d_graph_template<128,64,7> layer_w7; + max_pool1d_graph_template<128,64> layer_w8; + conv1d_graph_template<64,64,7> layer_w9; + max_pool1d_graph_template<64,64> layer_w10; + conv1d_graph_template<32,64,7> layer_w11; + max_pool1d_graph_template<32,64> layer_w12; + conv1d_graph_template<16,64,7> layer_w13; + max_pool1d_graph_template<16,64> layer_w14; + dense_w16_graph layer_w16; + dense_w17_graph layer_w17; + dense_w18_graph layer_w18; + + radioml_top_graph( void ) + { + // Connect IOs: + connect<> ( data_iq, layer_w1.data_iq ); + connect<> ( weights_w1, layer_w1.weights ); + connect<> ( biases_w1, layer_w1.biases ); + connect<> ( layer_w1.data_o, layer_w2.data_i ); + + connect<> ( layer_w2.data_o, layer_w3.data_i ); + connect<> ( weights_w3, layer_w3.weights ); + connect<> ( biases_w3, layer_w3.biases ); + connect<> ( layer_w3.data_o, layer_w4.data_i ); + + connect<> ( layer_w4.data_o, layer_w5.data_i ); + connect<> ( weights_w5, layer_w5.weights ); + connect<> ( biases_w5, layer_w5.biases ); + connect<> ( layer_w5.data_o, layer_w6.data_i ); + + connect<> ( layer_w6.data_o, layer_w7.data_i ); + connect<> ( weights_w7, layer_w7.weights ); + connect<> ( biases_w7, layer_w7.biases ); + connect<> ( layer_w7.data_o, layer_w8.data_i ); + + connect<> ( layer_w8.data_o, layer_w9.data_i ); + connect<> ( weights_w9, layer_w9.weights ); + connect<> ( biases_w9, layer_w9.biases ); + connect<> ( layer_w9.data_o, layer_w10.data_i ); + + connect<> ( layer_w10.data_o, layer_w11.data_i ); + connect<> ( weights_w11, layer_w11.weights ); + connect<> ( biases_w11, layer_w11.biases ); + connect<> ( layer_w11.data_o, layer_w12.data_i ); + + connect<> ( layer_w12.data_o, layer_w13.data_i ); + connect<> ( weights_w13, layer_w13.weights ); + connect<> ( biases_w13, layer_w13.biases ); + connect<> ( layer_w13.data_o, layer_w14.data_i ); + + connect<> ( layer_w14.data_o, layer_w16.data_i ); + connect<> ( weights_0_w16, layer_w16.weights_0 ); + connect<> ( weights_1_w16, layer_w16.weights_1 ); + connect<> ( biases_w16, layer_w16.biases ); + + connect<> ( layer_w16.data_o, layer_w17.data_i ); + connect<> ( weights_w17, layer_w17.weights ); + connect<> ( biases_w17, layer_w17.biases ); + + connect<> ( layer_w17.data_o, layer_w18.data_i ); + connect<> ( weights_w18, layer_w18.weights ); + connect<> ( biases_w18, layer_w18.biases ); + + connect<> ( layer_w18.data_o, data_o ); + + location(*this) = area_group({{aie_tile, 6, 0, 10, 3}}); + } +}; + diff --git a/AI_Engine_Development/AIE-MLv2/Design_Tutorials/01-Radio-ML/aie/selu/Makefile b/AI_Engine_Development/AIE-MLv2/Design_Tutorials/01-Radio-ML/aie/selu/Makefile new file mode 100755 index 0000000000..266941919c --- /dev/null +++ b/AI_Engine_Development/AIE-MLv2/Design_Tutorials/01-Radio-ML/aie/selu/Makefile @@ -0,0 +1,69 @@ +# +# Copyright (C) 2024, Advanced Micro Devices, Inc. All rights reserved. +# SPDX-License-Identifier: MIT +# +# Author: Faisal El-Shabani + +MY_APP := selu_app +MY_SOURCES := ${MY_APP}.cpp selu_graph.h selu.h selu.cpp + +PART ?= xc2ve3858-ssva2112-2MP-e-S + +AIE_OUTPUT := libadf.a + +AIE_FLAGS := --part=${PART} ${MY_APP}.cpp --aie.output-archive=${AIE_OUTPUT} --include=../utility + +.PHONY: help clean x86com x86sim sim profile throughput + +help:: + @echo "Makefile Usage:" + @echo " make all" + @echo " Command to generate everything for this design" + @echo "" + @echo " make compile" + @echo " Run AIE compiler and build the design" + @echo "" + @echo " make profile" + @echo " Run AIE simulator with profiling and generate outputs suitable for Vitis Analyzer" + @echo "" + @echo " make analyze" + @echo " Run Vitis Analyzer to inspect results" + @echo "" + @echo " make throughput" + @echo " Evaluate the achieved throughput at the output" + @echo "" + @echo " make clean" + @echo " Command to remove all the generated files." + +all: ${AIE_OUTPUT} + +x86all: clean x86com x86sim + +${AIE_OUTPUT}: ${MY_SOURCES} + v++ --compile --config aie.cfg --mode aie --target=hw ${AIE_FLAGS} 2>&1 | tee log + +x86com: + v++ --compile --config aie.cfg --mode aie --target=x86sim ${AIE_FLAGS} 2>&1 | tee log + +sim: + aiesimulator 2>&1 | tee -a log + +x86sim: + x86simulator 2>&1 | tee -a log + +profile: + aiesimulator --online -wdb -text --profile 2>&1 | tee -a log + +trace: + aiesimulator --hang-detect-time=5000 --online -wdb -text 2>&1 | tee -a log + +clean: + rm -rf .Xil Work libadf.a + rm -rf aiesimulator_output* aiesimulator*.log + rm -rf x86simulator_output* + rm -rf log log* + rm -rf *.xpe *.elf *.db *.soln Map_* xnw* *.lp *.log .xil .Xil *.lp *.db *.log *.exe *.vcd *.json + rm -rf vitis_analyzer* pl_sample_counts* pl_sample_count_* + rm -rf temp ISS_RPC_SERVER_PORT .crashReporter .AIE_SIM_CMD_LINE_OPTIONS + rm -rf system*.* trdata.aiesim function_wdb_dir .wsdata _ide vfs_work .ipynb_checkpoints _ide + diff --git a/AI_Engine_Development/AIE-MLv2/Design_Tutorials/01-Radio-ML/aie/selu/aie.cfg b/AI_Engine_Development/AIE-MLv2/Design_Tutorials/01-Radio-ML/aie/selu/aie.cfg new file mode 100755 index 0000000000..80c82e5ffd --- /dev/null +++ b/AI_Engine_Development/AIE-MLv2/Design_Tutorials/01-Radio-ML/aie/selu/aie.cfg @@ -0,0 +1,15 @@ +# +# Copyright (C) 2024, Advanced Micro Devices, Inc. All rights reserved. +# SPDX-License-Identifier: MIT +# +# Author: Faisal El-Shabani + +[aie] + +kernel-linting=true +xlopt=1 +verbose=true +pl-freq=625 +Xmapper=BufferOptLevel9 +#stacksize=2048 +#Xchess="main:backend.mist2.maxfoldk=80" \ No newline at end of file diff --git a/AI_Engine_Development/AIE-MLv2/Design_Tutorials/01-Radio-ML/aie/selu/check_sim_output.m b/AI_Engine_Development/AIE-MLv2/Design_Tutorials/01-Radio-ML/aie/selu/check_sim_output.m new file mode 100644 index 0000000000..529b65f806 --- /dev/null +++ b/AI_Engine_Development/AIE-MLv2/Design_Tutorials/01-Radio-ML/aie/selu/check_sim_output.m @@ -0,0 +1,23 @@ +% +% Copyright (C) 2023, Advanced Micro Devices, Inc. All rights reserved. +% SPDX-License-Identifier: MIT +% +% Author: Faisal El-Shabani + +function check_sim_output() + %% Read golden output + fileID = fopen('data/sig_o.txt','r'); + formatSpec = '%f %f %f %f'; + [sig_g] = fscanf(fileID,formatSpec).'; + fclose(fileID); + sig_g = [sig_g(1:4:end);sig_g(2:4:end);sig_g(3:4:end);sig_g(4:4:end)]; + sig_g = sig_g(:).'; + + fileID = fopen('x86simulator_output/data/sig_o.txt','r'); + formatSpec = '%f %f %f %f'; + [sig_o_sim] = fscanf(fileID,formatSpec).'; + fclose(fileID); + sig_o_sim = [sig_o_sim(1:4:end);sig_o_sim(2:4:end);sig_o_sim(3:4:end);sig_o_sim(4:4:end)]; + sig_o_sim = sig_o_sim(:).'; + fprintf('Max error = %f\n',max(abs(sig_g-sig_o_sim))); +end \ No newline at end of file diff --git a/AI_Engine_Development/AIE-MLv2/Design_Tutorials/01-Radio-ML/aie/selu/data/sig_i.txt b/AI_Engine_Development/AIE-MLv2/Design_Tutorials/01-Radio-ML/aie/selu/data/sig_i.txt new file mode 100644 index 0000000000..fa34c48c15 --- /dev/null +++ b/AI_Engine_Development/AIE-MLv2/Design_Tutorials/01-Radio-ML/aie/selu/data/sig_i.txt @@ -0,0 +1,2048 @@ +-1.6000000e+01 -1.5937500e+01 -1.5937500e+01 -1.5875000e+01 +-1.5875000e+01 -1.5812500e+01 -1.5812500e+01 -1.5750000e+01 +-1.5750000e+01 -1.5687500e+01 -1.5687500e+01 -1.5625000e+01 +-1.5625000e+01 -1.5562500e+01 -1.5562500e+01 -1.5500000e+01 +-1.5500000e+01 -1.5437500e+01 -1.5437500e+01 -1.5375000e+01 +-1.5375000e+01 -1.5312500e+01 -1.5312500e+01 -1.5250000e+01 +-1.5250000e+01 -1.5187500e+01 -1.5187500e+01 -1.5125000e+01 +-1.5125000e+01 -1.5062500e+01 -1.5062500e+01 -1.5000000e+01 +-1.5000000e+01 -1.4937500e+01 -1.4937500e+01 -1.4875000e+01 +-1.4875000e+01 -1.4812500e+01 -1.4812500e+01 -1.4750000e+01 +-1.4750000e+01 -1.4687500e+01 -1.4687500e+01 -1.4625000e+01 +-1.4625000e+01 -1.4562500e+01 -1.4562500e+01 -1.4500000e+01 +-1.4500000e+01 -1.4437500e+01 -1.4437500e+01 -1.4375000e+01 +-1.4375000e+01 -1.4312500e+01 -1.4312500e+01 -1.4250000e+01 +-1.4250000e+01 -1.4187500e+01 -1.4187500e+01 -1.4125000e+01 +-1.4125000e+01 -1.4062500e+01 -1.4062500e+01 -1.4000000e+01 +-1.4000000e+01 -1.3937500e+01 -1.3937500e+01 -1.3875000e+01 +-1.3875000e+01 -1.3812500e+01 -1.3812500e+01 -1.3750000e+01 +-1.3750000e+01 -1.3687500e+01 -1.3687500e+01 -1.3625000e+01 +-1.3625000e+01 -1.3562500e+01 -1.3562500e+01 -1.3500000e+01 +-1.3500000e+01 -1.3437500e+01 -1.3437500e+01 -1.3375000e+01 +-1.3375000e+01 -1.3312500e+01 -1.3312500e+01 -1.3250000e+01 +-1.3250000e+01 -1.3187500e+01 -1.3187500e+01 -1.3125000e+01 +-1.3125000e+01 -1.3062500e+01 -1.3062500e+01 -1.3000000e+01 +-1.3000000e+01 -1.2937500e+01 -1.2937500e+01 -1.2875000e+01 +-1.2875000e+01 -1.2812500e+01 -1.2812500e+01 -1.2750000e+01 +-1.2750000e+01 -1.2687500e+01 -1.2687500e+01 -1.2625000e+01 +-1.2625000e+01 -1.2562500e+01 -1.2562500e+01 -1.2500000e+01 +-1.2500000e+01 -1.2437500e+01 -1.2437500e+01 -1.2375000e+01 +-1.2375000e+01 -1.2312500e+01 -1.2312500e+01 -1.2250000e+01 +-1.2250000e+01 -1.2187500e+01 -1.2187500e+01 -1.2125000e+01 +-1.2125000e+01 -1.2062500e+01 -1.2062500e+01 -1.2000000e+01 +-1.2000000e+01 -1.1937500e+01 -1.1937500e+01 -1.1875000e+01 +-1.1875000e+01 -1.1812500e+01 -1.1812500e+01 -1.1750000e+01 +-1.1750000e+01 -1.1687500e+01 -1.1687500e+01 -1.1625000e+01 +-1.1625000e+01 -1.1562500e+01 -1.1562500e+01 -1.1500000e+01 +-1.1500000e+01 -1.1437500e+01 -1.1437500e+01 -1.1375000e+01 +-1.1375000e+01 -1.1312500e+01 -1.1312500e+01 -1.1250000e+01 +-1.1250000e+01 -1.1187500e+01 -1.1187500e+01 -1.1125000e+01 +-1.1125000e+01 -1.1062500e+01 -1.1062500e+01 -1.1000000e+01 +-1.1000000e+01 -1.0937500e+01 -1.0937500e+01 -1.0875000e+01 +-1.0875000e+01 -1.0812500e+01 -1.0812500e+01 -1.0750000e+01 +-1.0750000e+01 -1.0687500e+01 -1.0687500e+01 -1.0625000e+01 +-1.0625000e+01 -1.0562500e+01 -1.0562500e+01 -1.0500000e+01 +-1.0500000e+01 -1.0437500e+01 -1.0437500e+01 -1.0375000e+01 +-1.0375000e+01 -1.0312500e+01 -1.0312500e+01 -1.0250000e+01 +-1.0250000e+01 -1.0187500e+01 -1.0187500e+01 -1.0125000e+01 +-1.0125000e+01 -1.0062500e+01 -1.0062500e+01 -1.0000000e+01 +-1.0000000e+01 -9.9375000e+00 -9.9375000e+00 -9.8750000e+00 +-9.8750000e+00 -9.8125000e+00 -9.8125000e+00 -9.7500000e+00 +-9.7500000e+00 -9.6875000e+00 -9.6875000e+00 -9.6250000e+00 +-9.6250000e+00 -9.5625000e+00 -9.5625000e+00 -9.5000000e+00 +-9.5000000e+00 -9.4375000e+00 -9.4375000e+00 -9.3750000e+00 +-9.3750000e+00 -9.3125000e+00 -9.3125000e+00 -9.2500000e+00 +-9.2500000e+00 -9.1875000e+00 -9.1875000e+00 -9.1250000e+00 +-9.1250000e+00 -9.0625000e+00 -9.0625000e+00 -9.0000000e+00 +-9.0000000e+00 -8.9375000e+00 -8.9375000e+00 -8.8750000e+00 +-8.8750000e+00 -8.8125000e+00 -8.8125000e+00 -8.7500000e+00 +-8.7500000e+00 -8.6875000e+00 -8.6875000e+00 -8.6250000e+00 +-8.6250000e+00 -8.5625000e+00 -8.5625000e+00 -8.5000000e+00 +-8.5000000e+00 -8.4375000e+00 -8.4375000e+00 -8.3750000e+00 +-8.3750000e+00 -8.3125000e+00 -8.3125000e+00 -8.2500000e+00 +-8.2500000e+00 -8.1875000e+00 -8.1875000e+00 -8.1250000e+00 +-8.1250000e+00 -8.0625000e+00 -8.0625000e+00 -8.0000000e+00 +-8.0000000e+00 -7.9687500e+00 -7.9375000e+00 -7.9062500e+00 +-7.8750000e+00 -7.8437500e+00 -7.8125000e+00 -7.7812500e+00 +-7.7500000e+00 -7.7187500e+00 -7.6875000e+00 -7.6562500e+00 +-7.6250000e+00 -7.5937500e+00 -7.5625000e+00 -7.5312500e+00 +-7.5000000e+00 -7.4687500e+00 -7.4375000e+00 -7.4062500e+00 +-7.3750000e+00 -7.3437500e+00 -7.3125000e+00 -7.2812500e+00 +-7.2500000e+00 -7.2187500e+00 -7.1875000e+00 -7.1562500e+00 +-7.1250000e+00 -7.0937500e+00 -7.0625000e+00 -7.0312500e+00 +-7.0000000e+00 -6.9687500e+00 -6.9375000e+00 -6.9062500e+00 +-6.8750000e+00 -6.8437500e+00 -6.8125000e+00 -6.7812500e+00 +-6.7500000e+00 -6.7187500e+00 -6.6875000e+00 -6.6562500e+00 +-6.6250000e+00 -6.5937500e+00 -6.5625000e+00 -6.5312500e+00 +-6.5000000e+00 -6.4687500e+00 -6.4375000e+00 -6.4062500e+00 +-6.3750000e+00 -6.3437500e+00 -6.3125000e+00 -6.2812500e+00 +-6.2500000e+00 -6.2187500e+00 -6.1875000e+00 -6.1562500e+00 +-6.1250000e+00 -6.0937500e+00 -6.0625000e+00 -6.0312500e+00 +-6.0000000e+00 -5.9687500e+00 -5.9375000e+00 -5.9062500e+00 +-5.8750000e+00 -5.8437500e+00 -5.8125000e+00 -5.7812500e+00 +-5.7500000e+00 -5.7187500e+00 -5.6875000e+00 -5.6562500e+00 +-5.6250000e+00 -5.5937500e+00 -5.5625000e+00 -5.5312500e+00 +-5.5000000e+00 -5.4687500e+00 -5.4375000e+00 -5.4062500e+00 +-5.3750000e+00 -5.3437500e+00 -5.3125000e+00 -5.2812500e+00 +-5.2500000e+00 -5.2187500e+00 -5.1875000e+00 -5.1562500e+00 +-5.1250000e+00 -5.0937500e+00 -5.0625000e+00 -5.0312500e+00 +-5.0000000e+00 -4.9687500e+00 -4.9375000e+00 -4.9062500e+00 +-4.8750000e+00 -4.8437500e+00 -4.8125000e+00 -4.7812500e+00 +-4.7500000e+00 -4.7187500e+00 -4.6875000e+00 -4.6562500e+00 +-4.6250000e+00 -4.5937500e+00 -4.5625000e+00 -4.5312500e+00 +-4.5000000e+00 -4.4687500e+00 -4.4375000e+00 -4.4062500e+00 +-4.3750000e+00 -4.3437500e+00 -4.3125000e+00 -4.2812500e+00 +-4.2500000e+00 -4.2187500e+00 -4.1875000e+00 -4.1562500e+00 +-4.1250000e+00 -4.0937500e+00 -4.0625000e+00 -4.0312500e+00 +-3.9843750e+00 -3.9531250e+00 -3.9218750e+00 -3.8906250e+00 +-3.8593750e+00 -3.8281250e+00 -3.7968750e+00 -3.7656250e+00 +-3.7343750e+00 -3.7031250e+00 -3.6718750e+00 -3.6406250e+00 +-3.6093750e+00 -3.5781250e+00 -3.5468750e+00 -3.5156250e+00 +-3.4843750e+00 -3.4531250e+00 -3.4218750e+00 -3.3906250e+00 +-3.3593750e+00 -3.3281250e+00 -3.2968750e+00 -3.2656250e+00 +-3.2343750e+00 -3.2031250e+00 -3.1718750e+00 -3.1406250e+00 +-3.1093750e+00 -3.0781250e+00 -3.0468750e+00 -3.0156250e+00 +-2.9843750e+00 -2.9531250e+00 -2.9218750e+00 -2.8906250e+00 +-2.8593750e+00 -2.8281250e+00 -2.7968750e+00 -2.7656250e+00 +-2.7343750e+00 -2.7031250e+00 -2.6718750e+00 -2.6406250e+00 +-2.6093750e+00 -2.5781250e+00 -2.5468750e+00 -2.5156250e+00 +-2.4843750e+00 -2.4531250e+00 -2.4218750e+00 -2.3906250e+00 +-2.3593750e+00 -2.3281250e+00 -2.2968750e+00 -2.2656250e+00 +-2.2343750e+00 -2.2031250e+00 -2.1718750e+00 -2.1406250e+00 +-2.1093750e+00 -2.0781250e+00 -2.0468750e+00 -2.0156250e+00 +-1.9843750e+00 -1.9531250e+00 -1.9218750e+00 -1.8906250e+00 +-1.8593750e+00 -1.8281250e+00 -1.7968750e+00 -1.7656250e+00 +-1.7343750e+00 -1.7031250e+00 -1.6718750e+00 -1.6406250e+00 +-1.6093750e+00 -1.5781250e+00 -1.5468750e+00 -1.5156250e+00 +-1.4843750e+00 -1.4531250e+00 -1.4218750e+00 -1.3906250e+00 +-1.3593750e+00 -1.3281250e+00 -1.2968750e+00 -1.2656250e+00 +-1.2343750e+00 -1.2031250e+00 -1.1718750e+00 -1.1406250e+00 +-1.1093750e+00 -1.0781250e+00 -1.0468750e+00 -1.0156250e+00 +-9.8437500e-01 -9.5312500e-01 -9.2187500e-01 -8.9062500e-01 +-8.5937500e-01 -8.2812500e-01 -7.9687500e-01 -7.6562500e-01 +-7.3437500e-01 -7.0312500e-01 -6.7187500e-01 -6.4062500e-01 +-6.0937500e-01 -5.7812500e-01 -5.4687500e-01 -5.1562500e-01 +-4.8437500e-01 -4.5312500e-01 -4.2187500e-01 -3.9062500e-01 +-3.5937500e-01 -3.2812500e-01 -2.9687500e-01 -2.6562500e-01 +-2.3437500e-01 -2.0312500e-01 -1.7187500e-01 -1.4062500e-01 +-1.0937500e-01 -7.8125000e-02 -4.6875000e-02 -1.5625000e-02 +1.5625000e-02 4.6875000e-02 7.8125000e-02 1.0937500e-01 +1.4062500e-01 1.7187500e-01 2.0312500e-01 2.3437500e-01 +2.6562500e-01 2.9687500e-01 3.2812500e-01 3.5937500e-01 +3.9062500e-01 4.2187500e-01 4.5312500e-01 4.8437500e-01 +5.1562500e-01 5.4687500e-01 5.7812500e-01 6.0937500e-01 +6.4062500e-01 6.7187500e-01 7.0312500e-01 7.3437500e-01 +7.6562500e-01 7.9687500e-01 8.2812500e-01 8.5937500e-01 +8.9062500e-01 9.2187500e-01 9.5312500e-01 9.8437500e-01 +1.0156250e+00 1.0468750e+00 1.0781250e+00 1.1093750e+00 +1.1406250e+00 1.1718750e+00 1.2031250e+00 1.2343750e+00 +1.2656250e+00 1.2968750e+00 1.3281250e+00 1.3593750e+00 +1.3906250e+00 1.4218750e+00 1.4531250e+00 1.4843750e+00 +1.5156250e+00 1.5468750e+00 1.5781250e+00 1.6093750e+00 +1.6406250e+00 1.6718750e+00 1.7031250e+00 1.7343750e+00 +1.7656250e+00 1.7968750e+00 1.8281250e+00 1.8593750e+00 +1.8906250e+00 1.9218750e+00 1.9531250e+00 1.9843750e+00 +2.0156250e+00 2.0468750e+00 2.0781250e+00 2.1093750e+00 +2.1406250e+00 2.1718750e+00 2.2031250e+00 2.2343750e+00 +2.2656250e+00 2.2968750e+00 2.3281250e+00 2.3593750e+00 +2.3906250e+00 2.4218750e+00 2.4531250e+00 2.4843750e+00 +2.5156250e+00 2.5468750e+00 2.5781250e+00 2.6093750e+00 +2.6406250e+00 2.6718750e+00 2.7031250e+00 2.7343750e+00 +2.7656250e+00 2.7968750e+00 2.8281250e+00 2.8593750e+00 +2.8906250e+00 2.9218750e+00 2.9531250e+00 2.9843750e+00 +3.0156250e+00 3.0468750e+00 3.0781250e+00 3.1093750e+00 +3.1406250e+00 3.1718750e+00 3.2031250e+00 3.2343750e+00 +3.2656250e+00 3.2968750e+00 3.3281250e+00 3.3593750e+00 +3.3906250e+00 3.4218750e+00 3.4531250e+00 3.4843750e+00 +3.5156250e+00 3.5468750e+00 3.5781250e+00 3.6093750e+00 +3.6406250e+00 3.6718750e+00 3.7031250e+00 3.7343750e+00 +3.7656250e+00 3.7968750e+00 3.8281250e+00 3.8593750e+00 +3.8906250e+00 3.9218750e+00 3.9531250e+00 3.9843750e+00 +4.0312500e+00 4.0625000e+00 4.0937500e+00 4.1250000e+00 +4.1562500e+00 4.1875000e+00 4.2187500e+00 4.2500000e+00 +4.2812500e+00 4.3125000e+00 4.3437500e+00 4.3750000e+00 +4.4062500e+00 4.4375000e+00 4.4687500e+00 4.5000000e+00 +4.5312500e+00 4.5625000e+00 4.5937500e+00 4.6250000e+00 +4.6562500e+00 4.6875000e+00 4.7187500e+00 4.7500000e+00 +4.7812500e+00 4.8125000e+00 4.8437500e+00 4.8750000e+00 +4.9062500e+00 4.9375000e+00 4.9687500e+00 5.0000000e+00 +5.0312500e+00 5.0625000e+00 5.0937500e+00 5.1250000e+00 +5.1562500e+00 5.1875000e+00 5.2187500e+00 5.2500000e+00 +5.2812500e+00 5.3125000e+00 5.3437500e+00 5.3750000e+00 +5.4062500e+00 5.4375000e+00 5.4687500e+00 5.5000000e+00 +5.5312500e+00 5.5625000e+00 5.5937500e+00 5.6250000e+00 +5.6562500e+00 5.6875000e+00 5.7187500e+00 5.7500000e+00 +5.7812500e+00 5.8125000e+00 5.8437500e+00 5.8750000e+00 +5.9062500e+00 5.9375000e+00 5.9687500e+00 6.0000000e+00 +6.0312500e+00 6.0625000e+00 6.0937500e+00 6.1250000e+00 +6.1562500e+00 6.1875000e+00 6.2187500e+00 6.2500000e+00 +6.2812500e+00 6.3125000e+00 6.3437500e+00 6.3750000e+00 +6.4062500e+00 6.4375000e+00 6.4687500e+00 6.5000000e+00 +6.5312500e+00 6.5625000e+00 6.5937500e+00 6.6250000e+00 +6.6562500e+00 6.6875000e+00 6.7187500e+00 6.7500000e+00 +6.7812500e+00 6.8125000e+00 6.8437500e+00 6.8750000e+00 +6.9062500e+00 6.9375000e+00 6.9687500e+00 7.0000000e+00 +7.0312500e+00 7.0625000e+00 7.0937500e+00 7.1250000e+00 +7.1562500e+00 7.1875000e+00 7.2187500e+00 7.2500000e+00 +7.2812500e+00 7.3125000e+00 7.3437500e+00 7.3750000e+00 +7.4062500e+00 7.4375000e+00 7.4687500e+00 7.5000000e+00 +7.5312500e+00 7.5625000e+00 7.5937500e+00 7.6250000e+00 +7.6562500e+00 7.6875000e+00 7.7187500e+00 7.7500000e+00 +7.7812500e+00 7.8125000e+00 7.8437500e+00 7.8750000e+00 +7.9062500e+00 7.9375000e+00 7.9687500e+00 8.0000000e+00 +8.0000000e+00 8.0625000e+00 8.0625000e+00 8.1250000e+00 +8.1250000e+00 8.1875000e+00 8.1875000e+00 8.2500000e+00 +8.2500000e+00 8.3125000e+00 8.3125000e+00 8.3750000e+00 +8.3750000e+00 8.4375000e+00 8.4375000e+00 8.5000000e+00 +8.5000000e+00 8.5625000e+00 8.5625000e+00 8.6250000e+00 +8.6250000e+00 8.6875000e+00 8.6875000e+00 8.7500000e+00 +8.7500000e+00 8.8125000e+00 8.8125000e+00 8.8750000e+00 +8.8750000e+00 8.9375000e+00 8.9375000e+00 9.0000000e+00 +9.0000000e+00 9.0625000e+00 9.0625000e+00 9.1250000e+00 +9.1250000e+00 9.1875000e+00 9.1875000e+00 9.2500000e+00 +9.2500000e+00 9.3125000e+00 9.3125000e+00 9.3750000e+00 +9.3750000e+00 9.4375000e+00 9.4375000e+00 9.5000000e+00 +9.5000000e+00 9.5625000e+00 9.5625000e+00 9.6250000e+00 +9.6250000e+00 9.6875000e+00 9.6875000e+00 9.7500000e+00 +9.7500000e+00 9.8125000e+00 9.8125000e+00 9.8750000e+00 +9.8750000e+00 9.9375000e+00 9.9375000e+00 1.0000000e+01 +1.0000000e+01 1.0062500e+01 1.0062500e+01 1.0125000e+01 +1.0125000e+01 1.0187500e+01 1.0187500e+01 1.0250000e+01 +1.0250000e+01 1.0312500e+01 1.0312500e+01 1.0375000e+01 +1.0375000e+01 1.0437500e+01 1.0437500e+01 1.0500000e+01 +1.0500000e+01 1.0562500e+01 1.0562500e+01 1.0625000e+01 +1.0625000e+01 1.0687500e+01 1.0687500e+01 1.0750000e+01 +1.0750000e+01 1.0812500e+01 1.0812500e+01 1.0875000e+01 +1.0875000e+01 1.0937500e+01 1.0937500e+01 1.1000000e+01 +1.1000000e+01 1.1062500e+01 1.1062500e+01 1.1125000e+01 +1.1125000e+01 1.1187500e+01 1.1187500e+01 1.1250000e+01 +1.1250000e+01 1.1312500e+01 1.1312500e+01 1.1375000e+01 +1.1375000e+01 1.1437500e+01 1.1437500e+01 1.1500000e+01 +1.1500000e+01 1.1562500e+01 1.1562500e+01 1.1625000e+01 +1.1625000e+01 1.1687500e+01 1.1687500e+01 1.1750000e+01 +1.1750000e+01 1.1812500e+01 1.1812500e+01 1.1875000e+01 +1.1875000e+01 1.1937500e+01 1.1937500e+01 1.2000000e+01 +1.2000000e+01 1.2062500e+01 1.2062500e+01 1.2125000e+01 +1.2125000e+01 1.2187500e+01 1.2187500e+01 1.2250000e+01 +1.2250000e+01 1.2312500e+01 1.2312500e+01 1.2375000e+01 +1.2375000e+01 1.2437500e+01 1.2437500e+01 1.2500000e+01 +1.2500000e+01 1.2562500e+01 1.2562500e+01 1.2625000e+01 +1.2625000e+01 1.2687500e+01 1.2687500e+01 1.2750000e+01 +1.2750000e+01 1.2812500e+01 1.2812500e+01 1.2875000e+01 +1.2875000e+01 1.2937500e+01 1.2937500e+01 1.3000000e+01 +1.3000000e+01 1.3062500e+01 1.3062500e+01 1.3125000e+01 +1.3125000e+01 1.3187500e+01 1.3187500e+01 1.3250000e+01 +1.3250000e+01 1.3312500e+01 1.3312500e+01 1.3375000e+01 +1.3375000e+01 1.3437500e+01 1.3437500e+01 1.3500000e+01 +1.3500000e+01 1.3562500e+01 1.3562500e+01 1.3625000e+01 +1.3625000e+01 1.3687500e+01 1.3687500e+01 1.3750000e+01 +1.3750000e+01 1.3812500e+01 1.3812500e+01 1.3875000e+01 +1.3875000e+01 1.3937500e+01 1.3937500e+01 1.4000000e+01 +1.4000000e+01 1.4062500e+01 1.4062500e+01 1.4125000e+01 +1.4125000e+01 1.4187500e+01 1.4187500e+01 1.4250000e+01 +1.4250000e+01 1.4312500e+01 1.4312500e+01 1.4375000e+01 +1.4375000e+01 1.4437500e+01 1.4437500e+01 1.4500000e+01 +1.4500000e+01 1.4562500e+01 1.4562500e+01 1.4625000e+01 +1.4625000e+01 1.4687500e+01 1.4687500e+01 1.4750000e+01 +1.4750000e+01 1.4812500e+01 1.4812500e+01 1.4875000e+01 +1.4875000e+01 1.4937500e+01 1.4937500e+01 1.5000000e+01 +1.5000000e+01 1.5062500e+01 1.5062500e+01 1.5125000e+01 +1.5125000e+01 1.5187500e+01 1.5187500e+01 1.5250000e+01 +1.5250000e+01 1.5312500e+01 1.5312500e+01 1.5375000e+01 +1.5375000e+01 1.5437500e+01 1.5437500e+01 1.5500000e+01 +1.5500000e+01 1.5562500e+01 1.5562500e+01 1.5625000e+01 +1.5625000e+01 1.5687500e+01 1.5687500e+01 1.5750000e+01 +1.5750000e+01 1.5812500e+01 1.5812500e+01 1.5875000e+01 +1.5875000e+01 1.5937500e+01 1.5937500e+01 1.6000000e+01 +-1.6000000e+01 -1.5937500e+01 -1.5937500e+01 -1.5875000e+01 +-1.5875000e+01 -1.5812500e+01 -1.5812500e+01 -1.5750000e+01 +-1.5750000e+01 -1.5687500e+01 -1.5687500e+01 -1.5625000e+01 +-1.5625000e+01 -1.5562500e+01 -1.5562500e+01 -1.5500000e+01 +-1.5500000e+01 -1.5437500e+01 -1.5437500e+01 -1.5375000e+01 +-1.5375000e+01 -1.5312500e+01 -1.5312500e+01 -1.5250000e+01 +-1.5250000e+01 -1.5187500e+01 -1.5187500e+01 -1.5125000e+01 +-1.5125000e+01 -1.5062500e+01 -1.5062500e+01 -1.5000000e+01 +-1.5000000e+01 -1.4937500e+01 -1.4937500e+01 -1.4875000e+01 +-1.4875000e+01 -1.4812500e+01 -1.4812500e+01 -1.4750000e+01 +-1.4750000e+01 -1.4687500e+01 -1.4687500e+01 -1.4625000e+01 +-1.4625000e+01 -1.4562500e+01 -1.4562500e+01 -1.4500000e+01 +-1.4500000e+01 -1.4437500e+01 -1.4437500e+01 -1.4375000e+01 +-1.4375000e+01 -1.4312500e+01 -1.4312500e+01 -1.4250000e+01 +-1.4250000e+01 -1.4187500e+01 -1.4187500e+01 -1.4125000e+01 +-1.4125000e+01 -1.4062500e+01 -1.4062500e+01 -1.4000000e+01 +-1.4000000e+01 -1.3937500e+01 -1.3937500e+01 -1.3875000e+01 +-1.3875000e+01 -1.3812500e+01 -1.3812500e+01 -1.3750000e+01 +-1.3750000e+01 -1.3687500e+01 -1.3687500e+01 -1.3625000e+01 +-1.3625000e+01 -1.3562500e+01 -1.3562500e+01 -1.3500000e+01 +-1.3500000e+01 -1.3437500e+01 -1.3437500e+01 -1.3375000e+01 +-1.3375000e+01 -1.3312500e+01 -1.3312500e+01 -1.3250000e+01 +-1.3250000e+01 -1.3187500e+01 -1.3187500e+01 -1.3125000e+01 +-1.3125000e+01 -1.3062500e+01 -1.3062500e+01 -1.3000000e+01 +-1.3000000e+01 -1.2937500e+01 -1.2937500e+01 -1.2875000e+01 +-1.2875000e+01 -1.2812500e+01 -1.2812500e+01 -1.2750000e+01 +-1.2750000e+01 -1.2687500e+01 -1.2687500e+01 -1.2625000e+01 +-1.2625000e+01 -1.2562500e+01 -1.2562500e+01 -1.2500000e+01 +-1.2500000e+01 -1.2437500e+01 -1.2437500e+01 -1.2375000e+01 +-1.2375000e+01 -1.2312500e+01 -1.2312500e+01 -1.2250000e+01 +-1.2250000e+01 -1.2187500e+01 -1.2187500e+01 -1.2125000e+01 +-1.2125000e+01 -1.2062500e+01 -1.2062500e+01 -1.2000000e+01 +-1.2000000e+01 -1.1937500e+01 -1.1937500e+01 -1.1875000e+01 +-1.1875000e+01 -1.1812500e+01 -1.1812500e+01 -1.1750000e+01 +-1.1750000e+01 -1.1687500e+01 -1.1687500e+01 -1.1625000e+01 +-1.1625000e+01 -1.1562500e+01 -1.1562500e+01 -1.1500000e+01 +-1.1500000e+01 -1.1437500e+01 -1.1437500e+01 -1.1375000e+01 +-1.1375000e+01 -1.1312500e+01 -1.1312500e+01 -1.1250000e+01 +-1.1250000e+01 -1.1187500e+01 -1.1187500e+01 -1.1125000e+01 +-1.1125000e+01 -1.1062500e+01 -1.1062500e+01 -1.1000000e+01 +-1.1000000e+01 -1.0937500e+01 -1.0937500e+01 -1.0875000e+01 +-1.0875000e+01 -1.0812500e+01 -1.0812500e+01 -1.0750000e+01 +-1.0750000e+01 -1.0687500e+01 -1.0687500e+01 -1.0625000e+01 +-1.0625000e+01 -1.0562500e+01 -1.0562500e+01 -1.0500000e+01 +-1.0500000e+01 -1.0437500e+01 -1.0437500e+01 -1.0375000e+01 +-1.0375000e+01 -1.0312500e+01 -1.0312500e+01 -1.0250000e+01 +-1.0250000e+01 -1.0187500e+01 -1.0187500e+01 -1.0125000e+01 +-1.0125000e+01 -1.0062500e+01 -1.0062500e+01 -1.0000000e+01 +-1.0000000e+01 -9.9375000e+00 -9.9375000e+00 -9.8750000e+00 +-9.8750000e+00 -9.8125000e+00 -9.8125000e+00 -9.7500000e+00 +-9.7500000e+00 -9.6875000e+00 -9.6875000e+00 -9.6250000e+00 +-9.6250000e+00 -9.5625000e+00 -9.5625000e+00 -9.5000000e+00 +-9.5000000e+00 -9.4375000e+00 -9.4375000e+00 -9.3750000e+00 +-9.3750000e+00 -9.3125000e+00 -9.3125000e+00 -9.2500000e+00 +-9.2500000e+00 -9.1875000e+00 -9.1875000e+00 -9.1250000e+00 +-9.1250000e+00 -9.0625000e+00 -9.0625000e+00 -9.0000000e+00 +-9.0000000e+00 -8.9375000e+00 -8.9375000e+00 -8.8750000e+00 +-8.8750000e+00 -8.8125000e+00 -8.8125000e+00 -8.7500000e+00 +-8.7500000e+00 -8.6875000e+00 -8.6875000e+00 -8.6250000e+00 +-8.6250000e+00 -8.5625000e+00 -8.5625000e+00 -8.5000000e+00 +-8.5000000e+00 -8.4375000e+00 -8.4375000e+00 -8.3750000e+00 +-8.3750000e+00 -8.3125000e+00 -8.3125000e+00 -8.2500000e+00 +-8.2500000e+00 -8.1875000e+00 -8.1875000e+00 -8.1250000e+00 +-8.1250000e+00 -8.0625000e+00 -8.0625000e+00 -8.0000000e+00 +-8.0000000e+00 -7.9687500e+00 -7.9375000e+00 -7.9062500e+00 +-7.8750000e+00 -7.8437500e+00 -7.8125000e+00 -7.7812500e+00 +-7.7500000e+00 -7.7187500e+00 -7.6875000e+00 -7.6562500e+00 +-7.6250000e+00 -7.5937500e+00 -7.5625000e+00 -7.5312500e+00 +-7.5000000e+00 -7.4687500e+00 -7.4375000e+00 -7.4062500e+00 +-7.3750000e+00 -7.3437500e+00 -7.3125000e+00 -7.2812500e+00 +-7.2500000e+00 -7.2187500e+00 -7.1875000e+00 -7.1562500e+00 +-7.1250000e+00 -7.0937500e+00 -7.0625000e+00 -7.0312500e+00 +-7.0000000e+00 -6.9687500e+00 -6.9375000e+00 -6.9062500e+00 +-6.8750000e+00 -6.8437500e+00 -6.8125000e+00 -6.7812500e+00 +-6.7500000e+00 -6.7187500e+00 -6.6875000e+00 -6.6562500e+00 +-6.6250000e+00 -6.5937500e+00 -6.5625000e+00 -6.5312500e+00 +-6.5000000e+00 -6.4687500e+00 -6.4375000e+00 -6.4062500e+00 +-6.3750000e+00 -6.3437500e+00 -6.3125000e+00 -6.2812500e+00 +-6.2500000e+00 -6.2187500e+00 -6.1875000e+00 -6.1562500e+00 +-6.1250000e+00 -6.0937500e+00 -6.0625000e+00 -6.0312500e+00 +-6.0000000e+00 -5.9687500e+00 -5.9375000e+00 -5.9062500e+00 +-5.8750000e+00 -5.8437500e+00 -5.8125000e+00 -5.7812500e+00 +-5.7500000e+00 -5.7187500e+00 -5.6875000e+00 -5.6562500e+00 +-5.6250000e+00 -5.5937500e+00 -5.5625000e+00 -5.5312500e+00 +-5.5000000e+00 -5.4687500e+00 -5.4375000e+00 -5.4062500e+00 +-5.3750000e+00 -5.3437500e+00 -5.3125000e+00 -5.2812500e+00 +-5.2500000e+00 -5.2187500e+00 -5.1875000e+00 -5.1562500e+00 +-5.1250000e+00 -5.0937500e+00 -5.0625000e+00 -5.0312500e+00 +-5.0000000e+00 -4.9687500e+00 -4.9375000e+00 -4.9062500e+00 +-4.8750000e+00 -4.8437500e+00 -4.8125000e+00 -4.7812500e+00 +-4.7500000e+00 -4.7187500e+00 -4.6875000e+00 -4.6562500e+00 +-4.6250000e+00 -4.5937500e+00 -4.5625000e+00 -4.5312500e+00 +-4.5000000e+00 -4.4687500e+00 -4.4375000e+00 -4.4062500e+00 +-4.3750000e+00 -4.3437500e+00 -4.3125000e+00 -4.2812500e+00 +-4.2500000e+00 -4.2187500e+00 -4.1875000e+00 -4.1562500e+00 +-4.1250000e+00 -4.0937500e+00 -4.0625000e+00 -4.0312500e+00 +-3.9843750e+00 -3.9531250e+00 -3.9218750e+00 -3.8906250e+00 +-3.8593750e+00 -3.8281250e+00 -3.7968750e+00 -3.7656250e+00 +-3.7343750e+00 -3.7031250e+00 -3.6718750e+00 -3.6406250e+00 +-3.6093750e+00 -3.5781250e+00 -3.5468750e+00 -3.5156250e+00 +-3.4843750e+00 -3.4531250e+00 -3.4218750e+00 -3.3906250e+00 +-3.3593750e+00 -3.3281250e+00 -3.2968750e+00 -3.2656250e+00 +-3.2343750e+00 -3.2031250e+00 -3.1718750e+00 -3.1406250e+00 +-3.1093750e+00 -3.0781250e+00 -3.0468750e+00 -3.0156250e+00 +-2.9843750e+00 -2.9531250e+00 -2.9218750e+00 -2.8906250e+00 +-2.8593750e+00 -2.8281250e+00 -2.7968750e+00 -2.7656250e+00 +-2.7343750e+00 -2.7031250e+00 -2.6718750e+00 -2.6406250e+00 +-2.6093750e+00 -2.5781250e+00 -2.5468750e+00 -2.5156250e+00 +-2.4843750e+00 -2.4531250e+00 -2.4218750e+00 -2.3906250e+00 +-2.3593750e+00 -2.3281250e+00 -2.2968750e+00 -2.2656250e+00 +-2.2343750e+00 -2.2031250e+00 -2.1718750e+00 -2.1406250e+00 +-2.1093750e+00 -2.0781250e+00 -2.0468750e+00 -2.0156250e+00 +-1.9843750e+00 -1.9531250e+00 -1.9218750e+00 -1.8906250e+00 +-1.8593750e+00 -1.8281250e+00 -1.7968750e+00 -1.7656250e+00 +-1.7343750e+00 -1.7031250e+00 -1.6718750e+00 -1.6406250e+00 +-1.6093750e+00 -1.5781250e+00 -1.5468750e+00 -1.5156250e+00 +-1.4843750e+00 -1.4531250e+00 -1.4218750e+00 -1.3906250e+00 +-1.3593750e+00 -1.3281250e+00 -1.2968750e+00 -1.2656250e+00 +-1.2343750e+00 -1.2031250e+00 -1.1718750e+00 -1.1406250e+00 +-1.1093750e+00 -1.0781250e+00 -1.0468750e+00 -1.0156250e+00 +-9.8437500e-01 -9.5312500e-01 -9.2187500e-01 -8.9062500e-01 +-8.5937500e-01 -8.2812500e-01 -7.9687500e-01 -7.6562500e-01 +-7.3437500e-01 -7.0312500e-01 -6.7187500e-01 -6.4062500e-01 +-6.0937500e-01 -5.7812500e-01 -5.4687500e-01 -5.1562500e-01 +-4.8437500e-01 -4.5312500e-01 -4.2187500e-01 -3.9062500e-01 +-3.5937500e-01 -3.2812500e-01 -2.9687500e-01 -2.6562500e-01 +-2.3437500e-01 -2.0312500e-01 -1.7187500e-01 -1.4062500e-01 +-1.0937500e-01 -7.8125000e-02 -4.6875000e-02 -1.5625000e-02 +1.5625000e-02 4.6875000e-02 7.8125000e-02 1.0937500e-01 +1.4062500e-01 1.7187500e-01 2.0312500e-01 2.3437500e-01 +2.6562500e-01 2.9687500e-01 3.2812500e-01 3.5937500e-01 +3.9062500e-01 4.2187500e-01 4.5312500e-01 4.8437500e-01 +5.1562500e-01 5.4687500e-01 5.7812500e-01 6.0937500e-01 +6.4062500e-01 6.7187500e-01 7.0312500e-01 7.3437500e-01 +7.6562500e-01 7.9687500e-01 8.2812500e-01 8.5937500e-01 +8.9062500e-01 9.2187500e-01 9.5312500e-01 9.8437500e-01 +1.0156250e+00 1.0468750e+00 1.0781250e+00 1.1093750e+00 +1.1406250e+00 1.1718750e+00 1.2031250e+00 1.2343750e+00 +1.2656250e+00 1.2968750e+00 1.3281250e+00 1.3593750e+00 +1.3906250e+00 1.4218750e+00 1.4531250e+00 1.4843750e+00 +1.5156250e+00 1.5468750e+00 1.5781250e+00 1.6093750e+00 +1.6406250e+00 1.6718750e+00 1.7031250e+00 1.7343750e+00 +1.7656250e+00 1.7968750e+00 1.8281250e+00 1.8593750e+00 +1.8906250e+00 1.9218750e+00 1.9531250e+00 1.9843750e+00 +2.0156250e+00 2.0468750e+00 2.0781250e+00 2.1093750e+00 +2.1406250e+00 2.1718750e+00 2.2031250e+00 2.2343750e+00 +2.2656250e+00 2.2968750e+00 2.3281250e+00 2.3593750e+00 +2.3906250e+00 2.4218750e+00 2.4531250e+00 2.4843750e+00 +2.5156250e+00 2.5468750e+00 2.5781250e+00 2.6093750e+00 +2.6406250e+00 2.6718750e+00 2.7031250e+00 2.7343750e+00 +2.7656250e+00 2.7968750e+00 2.8281250e+00 2.8593750e+00 +2.8906250e+00 2.9218750e+00 2.9531250e+00 2.9843750e+00 +3.0156250e+00 3.0468750e+00 3.0781250e+00 3.1093750e+00 +3.1406250e+00 3.1718750e+00 3.2031250e+00 3.2343750e+00 +3.2656250e+00 3.2968750e+00 3.3281250e+00 3.3593750e+00 +3.3906250e+00 3.4218750e+00 3.4531250e+00 3.4843750e+00 +3.5156250e+00 3.5468750e+00 3.5781250e+00 3.6093750e+00 +3.6406250e+00 3.6718750e+00 3.7031250e+00 3.7343750e+00 +3.7656250e+00 3.7968750e+00 3.8281250e+00 3.8593750e+00 +3.8906250e+00 3.9218750e+00 3.9531250e+00 3.9843750e+00 +4.0312500e+00 4.0625000e+00 4.0937500e+00 4.1250000e+00 +4.1562500e+00 4.1875000e+00 4.2187500e+00 4.2500000e+00 +4.2812500e+00 4.3125000e+00 4.3437500e+00 4.3750000e+00 +4.4062500e+00 4.4375000e+00 4.4687500e+00 4.5000000e+00 +4.5312500e+00 4.5625000e+00 4.5937500e+00 4.6250000e+00 +4.6562500e+00 4.6875000e+00 4.7187500e+00 4.7500000e+00 +4.7812500e+00 4.8125000e+00 4.8437500e+00 4.8750000e+00 +4.9062500e+00 4.9375000e+00 4.9687500e+00 5.0000000e+00 +5.0312500e+00 5.0625000e+00 5.0937500e+00 5.1250000e+00 +5.1562500e+00 5.1875000e+00 5.2187500e+00 5.2500000e+00 +5.2812500e+00 5.3125000e+00 5.3437500e+00 5.3750000e+00 +5.4062500e+00 5.4375000e+00 5.4687500e+00 5.5000000e+00 +5.5312500e+00 5.5625000e+00 5.5937500e+00 5.6250000e+00 +5.6562500e+00 5.6875000e+00 5.7187500e+00 5.7500000e+00 +5.7812500e+00 5.8125000e+00 5.8437500e+00 5.8750000e+00 +5.9062500e+00 5.9375000e+00 5.9687500e+00 6.0000000e+00 +6.0312500e+00 6.0625000e+00 6.0937500e+00 6.1250000e+00 +6.1562500e+00 6.1875000e+00 6.2187500e+00 6.2500000e+00 +6.2812500e+00 6.3125000e+00 6.3437500e+00 6.3750000e+00 +6.4062500e+00 6.4375000e+00 6.4687500e+00 6.5000000e+00 +6.5312500e+00 6.5625000e+00 6.5937500e+00 6.6250000e+00 +6.6562500e+00 6.6875000e+00 6.7187500e+00 6.7500000e+00 +6.7812500e+00 6.8125000e+00 6.8437500e+00 6.8750000e+00 +6.9062500e+00 6.9375000e+00 6.9687500e+00 7.0000000e+00 +7.0312500e+00 7.0625000e+00 7.0937500e+00 7.1250000e+00 +7.1562500e+00 7.1875000e+00 7.2187500e+00 7.2500000e+00 +7.2812500e+00 7.3125000e+00 7.3437500e+00 7.3750000e+00 +7.4062500e+00 7.4375000e+00 7.4687500e+00 7.5000000e+00 +7.5312500e+00 7.5625000e+00 7.5937500e+00 7.6250000e+00 +7.6562500e+00 7.6875000e+00 7.7187500e+00 7.7500000e+00 +7.7812500e+00 7.8125000e+00 7.8437500e+00 7.8750000e+00 +7.9062500e+00 7.9375000e+00 7.9687500e+00 8.0000000e+00 +8.0000000e+00 8.0625000e+00 8.0625000e+00 8.1250000e+00 +8.1250000e+00 8.1875000e+00 8.1875000e+00 8.2500000e+00 +8.2500000e+00 8.3125000e+00 8.3125000e+00 8.3750000e+00 +8.3750000e+00 8.4375000e+00 8.4375000e+00 8.5000000e+00 +8.5000000e+00 8.5625000e+00 8.5625000e+00 8.6250000e+00 +8.6250000e+00 8.6875000e+00 8.6875000e+00 8.7500000e+00 +8.7500000e+00 8.8125000e+00 8.8125000e+00 8.8750000e+00 +8.8750000e+00 8.9375000e+00 8.9375000e+00 9.0000000e+00 +9.0000000e+00 9.0625000e+00 9.0625000e+00 9.1250000e+00 +9.1250000e+00 9.1875000e+00 9.1875000e+00 9.2500000e+00 +9.2500000e+00 9.3125000e+00 9.3125000e+00 9.3750000e+00 +9.3750000e+00 9.4375000e+00 9.4375000e+00 9.5000000e+00 +9.5000000e+00 9.5625000e+00 9.5625000e+00 9.6250000e+00 +9.6250000e+00 9.6875000e+00 9.6875000e+00 9.7500000e+00 +9.7500000e+00 9.8125000e+00 9.8125000e+00 9.8750000e+00 +9.8750000e+00 9.9375000e+00 9.9375000e+00 1.0000000e+01 +1.0000000e+01 1.0062500e+01 1.0062500e+01 1.0125000e+01 +1.0125000e+01 1.0187500e+01 1.0187500e+01 1.0250000e+01 +1.0250000e+01 1.0312500e+01 1.0312500e+01 1.0375000e+01 +1.0375000e+01 1.0437500e+01 1.0437500e+01 1.0500000e+01 +1.0500000e+01 1.0562500e+01 1.0562500e+01 1.0625000e+01 +1.0625000e+01 1.0687500e+01 1.0687500e+01 1.0750000e+01 +1.0750000e+01 1.0812500e+01 1.0812500e+01 1.0875000e+01 +1.0875000e+01 1.0937500e+01 1.0937500e+01 1.1000000e+01 +1.1000000e+01 1.1062500e+01 1.1062500e+01 1.1125000e+01 +1.1125000e+01 1.1187500e+01 1.1187500e+01 1.1250000e+01 +1.1250000e+01 1.1312500e+01 1.1312500e+01 1.1375000e+01 +1.1375000e+01 1.1437500e+01 1.1437500e+01 1.1500000e+01 +1.1500000e+01 1.1562500e+01 1.1562500e+01 1.1625000e+01 +1.1625000e+01 1.1687500e+01 1.1687500e+01 1.1750000e+01 +1.1750000e+01 1.1812500e+01 1.1812500e+01 1.1875000e+01 +1.1875000e+01 1.1937500e+01 1.1937500e+01 1.2000000e+01 +1.2000000e+01 1.2062500e+01 1.2062500e+01 1.2125000e+01 +1.2125000e+01 1.2187500e+01 1.2187500e+01 1.2250000e+01 +1.2250000e+01 1.2312500e+01 1.2312500e+01 1.2375000e+01 +1.2375000e+01 1.2437500e+01 1.2437500e+01 1.2500000e+01 +1.2500000e+01 1.2562500e+01 1.2562500e+01 1.2625000e+01 +1.2625000e+01 1.2687500e+01 1.2687500e+01 1.2750000e+01 +1.2750000e+01 1.2812500e+01 1.2812500e+01 1.2875000e+01 +1.2875000e+01 1.2937500e+01 1.2937500e+01 1.3000000e+01 +1.3000000e+01 1.3062500e+01 1.3062500e+01 1.3125000e+01 +1.3125000e+01 1.3187500e+01 1.3187500e+01 1.3250000e+01 +1.3250000e+01 1.3312500e+01 1.3312500e+01 1.3375000e+01 +1.3375000e+01 1.3437500e+01 1.3437500e+01 1.3500000e+01 +1.3500000e+01 1.3562500e+01 1.3562500e+01 1.3625000e+01 +1.3625000e+01 1.3687500e+01 1.3687500e+01 1.3750000e+01 +1.3750000e+01 1.3812500e+01 1.3812500e+01 1.3875000e+01 +1.3875000e+01 1.3937500e+01 1.3937500e+01 1.4000000e+01 +1.4000000e+01 1.4062500e+01 1.4062500e+01 1.4125000e+01 +1.4125000e+01 1.4187500e+01 1.4187500e+01 1.4250000e+01 +1.4250000e+01 1.4312500e+01 1.4312500e+01 1.4375000e+01 +1.4375000e+01 1.4437500e+01 1.4437500e+01 1.4500000e+01 +1.4500000e+01 1.4562500e+01 1.4562500e+01 1.4625000e+01 +1.4625000e+01 1.4687500e+01 1.4687500e+01 1.4750000e+01 +1.4750000e+01 1.4812500e+01 1.4812500e+01 1.4875000e+01 +1.4875000e+01 1.4937500e+01 1.4937500e+01 1.5000000e+01 +1.5000000e+01 1.5062500e+01 1.5062500e+01 1.5125000e+01 +1.5125000e+01 1.5187500e+01 1.5187500e+01 1.5250000e+01 +1.5250000e+01 1.5312500e+01 1.5312500e+01 1.5375000e+01 +1.5375000e+01 1.5437500e+01 1.5437500e+01 1.5500000e+01 +1.5500000e+01 1.5562500e+01 1.5562500e+01 1.5625000e+01 +1.5625000e+01 1.5687500e+01 1.5687500e+01 1.5750000e+01 +1.5750000e+01 1.5812500e+01 1.5812500e+01 1.5875000e+01 +1.5875000e+01 1.5937500e+01 1.5937500e+01 1.6000000e+01 +-1.6000000e+01 -1.5937500e+01 -1.5937500e+01 -1.5875000e+01 +-1.5875000e+01 -1.5812500e+01 -1.5812500e+01 -1.5750000e+01 +-1.5750000e+01 -1.5687500e+01 -1.5687500e+01 -1.5625000e+01 +-1.5625000e+01 -1.5562500e+01 -1.5562500e+01 -1.5500000e+01 +-1.5500000e+01 -1.5437500e+01 -1.5437500e+01 -1.5375000e+01 +-1.5375000e+01 -1.5312500e+01 -1.5312500e+01 -1.5250000e+01 +-1.5250000e+01 -1.5187500e+01 -1.5187500e+01 -1.5125000e+01 +-1.5125000e+01 -1.5062500e+01 -1.5062500e+01 -1.5000000e+01 +-1.5000000e+01 -1.4937500e+01 -1.4937500e+01 -1.4875000e+01 +-1.4875000e+01 -1.4812500e+01 -1.4812500e+01 -1.4750000e+01 +-1.4750000e+01 -1.4687500e+01 -1.4687500e+01 -1.4625000e+01 +-1.4625000e+01 -1.4562500e+01 -1.4562500e+01 -1.4500000e+01 +-1.4500000e+01 -1.4437500e+01 -1.4437500e+01 -1.4375000e+01 +-1.4375000e+01 -1.4312500e+01 -1.4312500e+01 -1.4250000e+01 +-1.4250000e+01 -1.4187500e+01 -1.4187500e+01 -1.4125000e+01 +-1.4125000e+01 -1.4062500e+01 -1.4062500e+01 -1.4000000e+01 +-1.4000000e+01 -1.3937500e+01 -1.3937500e+01 -1.3875000e+01 +-1.3875000e+01 -1.3812500e+01 -1.3812500e+01 -1.3750000e+01 +-1.3750000e+01 -1.3687500e+01 -1.3687500e+01 -1.3625000e+01 +-1.3625000e+01 -1.3562500e+01 -1.3562500e+01 -1.3500000e+01 +-1.3500000e+01 -1.3437500e+01 -1.3437500e+01 -1.3375000e+01 +-1.3375000e+01 -1.3312500e+01 -1.3312500e+01 -1.3250000e+01 +-1.3250000e+01 -1.3187500e+01 -1.3187500e+01 -1.3125000e+01 +-1.3125000e+01 -1.3062500e+01 -1.3062500e+01 -1.3000000e+01 +-1.3000000e+01 -1.2937500e+01 -1.2937500e+01 -1.2875000e+01 +-1.2875000e+01 -1.2812500e+01 -1.2812500e+01 -1.2750000e+01 +-1.2750000e+01 -1.2687500e+01 -1.2687500e+01 -1.2625000e+01 +-1.2625000e+01 -1.2562500e+01 -1.2562500e+01 -1.2500000e+01 +-1.2500000e+01 -1.2437500e+01 -1.2437500e+01 -1.2375000e+01 +-1.2375000e+01 -1.2312500e+01 -1.2312500e+01 -1.2250000e+01 +-1.2250000e+01 -1.2187500e+01 -1.2187500e+01 -1.2125000e+01 +-1.2125000e+01 -1.2062500e+01 -1.2062500e+01 -1.2000000e+01 +-1.2000000e+01 -1.1937500e+01 -1.1937500e+01 -1.1875000e+01 +-1.1875000e+01 -1.1812500e+01 -1.1812500e+01 -1.1750000e+01 +-1.1750000e+01 -1.1687500e+01 -1.1687500e+01 -1.1625000e+01 +-1.1625000e+01 -1.1562500e+01 -1.1562500e+01 -1.1500000e+01 +-1.1500000e+01 -1.1437500e+01 -1.1437500e+01 -1.1375000e+01 +-1.1375000e+01 -1.1312500e+01 -1.1312500e+01 -1.1250000e+01 +-1.1250000e+01 -1.1187500e+01 -1.1187500e+01 -1.1125000e+01 +-1.1125000e+01 -1.1062500e+01 -1.1062500e+01 -1.1000000e+01 +-1.1000000e+01 -1.0937500e+01 -1.0937500e+01 -1.0875000e+01 +-1.0875000e+01 -1.0812500e+01 -1.0812500e+01 -1.0750000e+01 +-1.0750000e+01 -1.0687500e+01 -1.0687500e+01 -1.0625000e+01 +-1.0625000e+01 -1.0562500e+01 -1.0562500e+01 -1.0500000e+01 +-1.0500000e+01 -1.0437500e+01 -1.0437500e+01 -1.0375000e+01 +-1.0375000e+01 -1.0312500e+01 -1.0312500e+01 -1.0250000e+01 +-1.0250000e+01 -1.0187500e+01 -1.0187500e+01 -1.0125000e+01 +-1.0125000e+01 -1.0062500e+01 -1.0062500e+01 -1.0000000e+01 +-1.0000000e+01 -9.9375000e+00 -9.9375000e+00 -9.8750000e+00 +-9.8750000e+00 -9.8125000e+00 -9.8125000e+00 -9.7500000e+00 +-9.7500000e+00 -9.6875000e+00 -9.6875000e+00 -9.6250000e+00 +-9.6250000e+00 -9.5625000e+00 -9.5625000e+00 -9.5000000e+00 +-9.5000000e+00 -9.4375000e+00 -9.4375000e+00 -9.3750000e+00 +-9.3750000e+00 -9.3125000e+00 -9.3125000e+00 -9.2500000e+00 +-9.2500000e+00 -9.1875000e+00 -9.1875000e+00 -9.1250000e+00 +-9.1250000e+00 -9.0625000e+00 -9.0625000e+00 -9.0000000e+00 +-9.0000000e+00 -8.9375000e+00 -8.9375000e+00 -8.8750000e+00 +-8.8750000e+00 -8.8125000e+00 -8.8125000e+00 -8.7500000e+00 +-8.7500000e+00 -8.6875000e+00 -8.6875000e+00 -8.6250000e+00 +-8.6250000e+00 -8.5625000e+00 -8.5625000e+00 -8.5000000e+00 +-8.5000000e+00 -8.4375000e+00 -8.4375000e+00 -8.3750000e+00 +-8.3750000e+00 -8.3125000e+00 -8.3125000e+00 -8.2500000e+00 +-8.2500000e+00 -8.1875000e+00 -8.1875000e+00 -8.1250000e+00 +-8.1250000e+00 -8.0625000e+00 -8.0625000e+00 -8.0000000e+00 +-8.0000000e+00 -7.9687500e+00 -7.9375000e+00 -7.9062500e+00 +-7.8750000e+00 -7.8437500e+00 -7.8125000e+00 -7.7812500e+00 +-7.7500000e+00 -7.7187500e+00 -7.6875000e+00 -7.6562500e+00 +-7.6250000e+00 -7.5937500e+00 -7.5625000e+00 -7.5312500e+00 +-7.5000000e+00 -7.4687500e+00 -7.4375000e+00 -7.4062500e+00 +-7.3750000e+00 -7.3437500e+00 -7.3125000e+00 -7.2812500e+00 +-7.2500000e+00 -7.2187500e+00 -7.1875000e+00 -7.1562500e+00 +-7.1250000e+00 -7.0937500e+00 -7.0625000e+00 -7.0312500e+00 +-7.0000000e+00 -6.9687500e+00 -6.9375000e+00 -6.9062500e+00 +-6.8750000e+00 -6.8437500e+00 -6.8125000e+00 -6.7812500e+00 +-6.7500000e+00 -6.7187500e+00 -6.6875000e+00 -6.6562500e+00 +-6.6250000e+00 -6.5937500e+00 -6.5625000e+00 -6.5312500e+00 +-6.5000000e+00 -6.4687500e+00 -6.4375000e+00 -6.4062500e+00 +-6.3750000e+00 -6.3437500e+00 -6.3125000e+00 -6.2812500e+00 +-6.2500000e+00 -6.2187500e+00 -6.1875000e+00 -6.1562500e+00 +-6.1250000e+00 -6.0937500e+00 -6.0625000e+00 -6.0312500e+00 +-6.0000000e+00 -5.9687500e+00 -5.9375000e+00 -5.9062500e+00 +-5.8750000e+00 -5.8437500e+00 -5.8125000e+00 -5.7812500e+00 +-5.7500000e+00 -5.7187500e+00 -5.6875000e+00 -5.6562500e+00 +-5.6250000e+00 -5.5937500e+00 -5.5625000e+00 -5.5312500e+00 +-5.5000000e+00 -5.4687500e+00 -5.4375000e+00 -5.4062500e+00 +-5.3750000e+00 -5.3437500e+00 -5.3125000e+00 -5.2812500e+00 +-5.2500000e+00 -5.2187500e+00 -5.1875000e+00 -5.1562500e+00 +-5.1250000e+00 -5.0937500e+00 -5.0625000e+00 -5.0312500e+00 +-5.0000000e+00 -4.9687500e+00 -4.9375000e+00 -4.9062500e+00 +-4.8750000e+00 -4.8437500e+00 -4.8125000e+00 -4.7812500e+00 +-4.7500000e+00 -4.7187500e+00 -4.6875000e+00 -4.6562500e+00 +-4.6250000e+00 -4.5937500e+00 -4.5625000e+00 -4.5312500e+00 +-4.5000000e+00 -4.4687500e+00 -4.4375000e+00 -4.4062500e+00 +-4.3750000e+00 -4.3437500e+00 -4.3125000e+00 -4.2812500e+00 +-4.2500000e+00 -4.2187500e+00 -4.1875000e+00 -4.1562500e+00 +-4.1250000e+00 -4.0937500e+00 -4.0625000e+00 -4.0312500e+00 +-3.9843750e+00 -3.9531250e+00 -3.9218750e+00 -3.8906250e+00 +-3.8593750e+00 -3.8281250e+00 -3.7968750e+00 -3.7656250e+00 +-3.7343750e+00 -3.7031250e+00 -3.6718750e+00 -3.6406250e+00 +-3.6093750e+00 -3.5781250e+00 -3.5468750e+00 -3.5156250e+00 +-3.4843750e+00 -3.4531250e+00 -3.4218750e+00 -3.3906250e+00 +-3.3593750e+00 -3.3281250e+00 -3.2968750e+00 -3.2656250e+00 +-3.2343750e+00 -3.2031250e+00 -3.1718750e+00 -3.1406250e+00 +-3.1093750e+00 -3.0781250e+00 -3.0468750e+00 -3.0156250e+00 +-2.9843750e+00 -2.9531250e+00 -2.9218750e+00 -2.8906250e+00 +-2.8593750e+00 -2.8281250e+00 -2.7968750e+00 -2.7656250e+00 +-2.7343750e+00 -2.7031250e+00 -2.6718750e+00 -2.6406250e+00 +-2.6093750e+00 -2.5781250e+00 -2.5468750e+00 -2.5156250e+00 +-2.4843750e+00 -2.4531250e+00 -2.4218750e+00 -2.3906250e+00 +-2.3593750e+00 -2.3281250e+00 -2.2968750e+00 -2.2656250e+00 +-2.2343750e+00 -2.2031250e+00 -2.1718750e+00 -2.1406250e+00 +-2.1093750e+00 -2.0781250e+00 -2.0468750e+00 -2.0156250e+00 +-1.9843750e+00 -1.9531250e+00 -1.9218750e+00 -1.8906250e+00 +-1.8593750e+00 -1.8281250e+00 -1.7968750e+00 -1.7656250e+00 +-1.7343750e+00 -1.7031250e+00 -1.6718750e+00 -1.6406250e+00 +-1.6093750e+00 -1.5781250e+00 -1.5468750e+00 -1.5156250e+00 +-1.4843750e+00 -1.4531250e+00 -1.4218750e+00 -1.3906250e+00 +-1.3593750e+00 -1.3281250e+00 -1.2968750e+00 -1.2656250e+00 +-1.2343750e+00 -1.2031250e+00 -1.1718750e+00 -1.1406250e+00 +-1.1093750e+00 -1.0781250e+00 -1.0468750e+00 -1.0156250e+00 +-9.8437500e-01 -9.5312500e-01 -9.2187500e-01 -8.9062500e-01 +-8.5937500e-01 -8.2812500e-01 -7.9687500e-01 -7.6562500e-01 +-7.3437500e-01 -7.0312500e-01 -6.7187500e-01 -6.4062500e-01 +-6.0937500e-01 -5.7812500e-01 -5.4687500e-01 -5.1562500e-01 +-4.8437500e-01 -4.5312500e-01 -4.2187500e-01 -3.9062500e-01 +-3.5937500e-01 -3.2812500e-01 -2.9687500e-01 -2.6562500e-01 +-2.3437500e-01 -2.0312500e-01 -1.7187500e-01 -1.4062500e-01 +-1.0937500e-01 -7.8125000e-02 -4.6875000e-02 -1.5625000e-02 +1.5625000e-02 4.6875000e-02 7.8125000e-02 1.0937500e-01 +1.4062500e-01 1.7187500e-01 2.0312500e-01 2.3437500e-01 +2.6562500e-01 2.9687500e-01 3.2812500e-01 3.5937500e-01 +3.9062500e-01 4.2187500e-01 4.5312500e-01 4.8437500e-01 +5.1562500e-01 5.4687500e-01 5.7812500e-01 6.0937500e-01 +6.4062500e-01 6.7187500e-01 7.0312500e-01 7.3437500e-01 +7.6562500e-01 7.9687500e-01 8.2812500e-01 8.5937500e-01 +8.9062500e-01 9.2187500e-01 9.5312500e-01 9.8437500e-01 +1.0156250e+00 1.0468750e+00 1.0781250e+00 1.1093750e+00 +1.1406250e+00 1.1718750e+00 1.2031250e+00 1.2343750e+00 +1.2656250e+00 1.2968750e+00 1.3281250e+00 1.3593750e+00 +1.3906250e+00 1.4218750e+00 1.4531250e+00 1.4843750e+00 +1.5156250e+00 1.5468750e+00 1.5781250e+00 1.6093750e+00 +1.6406250e+00 1.6718750e+00 1.7031250e+00 1.7343750e+00 +1.7656250e+00 1.7968750e+00 1.8281250e+00 1.8593750e+00 +1.8906250e+00 1.9218750e+00 1.9531250e+00 1.9843750e+00 +2.0156250e+00 2.0468750e+00 2.0781250e+00 2.1093750e+00 +2.1406250e+00 2.1718750e+00 2.2031250e+00 2.2343750e+00 +2.2656250e+00 2.2968750e+00 2.3281250e+00 2.3593750e+00 +2.3906250e+00 2.4218750e+00 2.4531250e+00 2.4843750e+00 +2.5156250e+00 2.5468750e+00 2.5781250e+00 2.6093750e+00 +2.6406250e+00 2.6718750e+00 2.7031250e+00 2.7343750e+00 +2.7656250e+00 2.7968750e+00 2.8281250e+00 2.8593750e+00 +2.8906250e+00 2.9218750e+00 2.9531250e+00 2.9843750e+00 +3.0156250e+00 3.0468750e+00 3.0781250e+00 3.1093750e+00 +3.1406250e+00 3.1718750e+00 3.2031250e+00 3.2343750e+00 +3.2656250e+00 3.2968750e+00 3.3281250e+00 3.3593750e+00 +3.3906250e+00 3.4218750e+00 3.4531250e+00 3.4843750e+00 +3.5156250e+00 3.5468750e+00 3.5781250e+00 3.6093750e+00 +3.6406250e+00 3.6718750e+00 3.7031250e+00 3.7343750e+00 +3.7656250e+00 3.7968750e+00 3.8281250e+00 3.8593750e+00 +3.8906250e+00 3.9218750e+00 3.9531250e+00 3.9843750e+00 +4.0312500e+00 4.0625000e+00 4.0937500e+00 4.1250000e+00 +4.1562500e+00 4.1875000e+00 4.2187500e+00 4.2500000e+00 +4.2812500e+00 4.3125000e+00 4.3437500e+00 4.3750000e+00 +4.4062500e+00 4.4375000e+00 4.4687500e+00 4.5000000e+00 +4.5312500e+00 4.5625000e+00 4.5937500e+00 4.6250000e+00 +4.6562500e+00 4.6875000e+00 4.7187500e+00 4.7500000e+00 +4.7812500e+00 4.8125000e+00 4.8437500e+00 4.8750000e+00 +4.9062500e+00 4.9375000e+00 4.9687500e+00 5.0000000e+00 +5.0312500e+00 5.0625000e+00 5.0937500e+00 5.1250000e+00 +5.1562500e+00 5.1875000e+00 5.2187500e+00 5.2500000e+00 +5.2812500e+00 5.3125000e+00 5.3437500e+00 5.3750000e+00 +5.4062500e+00 5.4375000e+00 5.4687500e+00 5.5000000e+00 +5.5312500e+00 5.5625000e+00 5.5937500e+00 5.6250000e+00 +5.6562500e+00 5.6875000e+00 5.7187500e+00 5.7500000e+00 +5.7812500e+00 5.8125000e+00 5.8437500e+00 5.8750000e+00 +5.9062500e+00 5.9375000e+00 5.9687500e+00 6.0000000e+00 +6.0312500e+00 6.0625000e+00 6.0937500e+00 6.1250000e+00 +6.1562500e+00 6.1875000e+00 6.2187500e+00 6.2500000e+00 +6.2812500e+00 6.3125000e+00 6.3437500e+00 6.3750000e+00 +6.4062500e+00 6.4375000e+00 6.4687500e+00 6.5000000e+00 +6.5312500e+00 6.5625000e+00 6.5937500e+00 6.6250000e+00 +6.6562500e+00 6.6875000e+00 6.7187500e+00 6.7500000e+00 +6.7812500e+00 6.8125000e+00 6.8437500e+00 6.8750000e+00 +6.9062500e+00 6.9375000e+00 6.9687500e+00 7.0000000e+00 +7.0312500e+00 7.0625000e+00 7.0937500e+00 7.1250000e+00 +7.1562500e+00 7.1875000e+00 7.2187500e+00 7.2500000e+00 +7.2812500e+00 7.3125000e+00 7.3437500e+00 7.3750000e+00 +7.4062500e+00 7.4375000e+00 7.4687500e+00 7.5000000e+00 +7.5312500e+00 7.5625000e+00 7.5937500e+00 7.6250000e+00 +7.6562500e+00 7.6875000e+00 7.7187500e+00 7.7500000e+00 +7.7812500e+00 7.8125000e+00 7.8437500e+00 7.8750000e+00 +7.9062500e+00 7.9375000e+00 7.9687500e+00 8.0000000e+00 +8.0000000e+00 8.0625000e+00 8.0625000e+00 8.1250000e+00 +8.1250000e+00 8.1875000e+00 8.1875000e+00 8.2500000e+00 +8.2500000e+00 8.3125000e+00 8.3125000e+00 8.3750000e+00 +8.3750000e+00 8.4375000e+00 8.4375000e+00 8.5000000e+00 +8.5000000e+00 8.5625000e+00 8.5625000e+00 8.6250000e+00 +8.6250000e+00 8.6875000e+00 8.6875000e+00 8.7500000e+00 +8.7500000e+00 8.8125000e+00 8.8125000e+00 8.8750000e+00 +8.8750000e+00 8.9375000e+00 8.9375000e+00 9.0000000e+00 +9.0000000e+00 9.0625000e+00 9.0625000e+00 9.1250000e+00 +9.1250000e+00 9.1875000e+00 9.1875000e+00 9.2500000e+00 +9.2500000e+00 9.3125000e+00 9.3125000e+00 9.3750000e+00 +9.3750000e+00 9.4375000e+00 9.4375000e+00 9.5000000e+00 +9.5000000e+00 9.5625000e+00 9.5625000e+00 9.6250000e+00 +9.6250000e+00 9.6875000e+00 9.6875000e+00 9.7500000e+00 +9.7500000e+00 9.8125000e+00 9.8125000e+00 9.8750000e+00 +9.8750000e+00 9.9375000e+00 9.9375000e+00 1.0000000e+01 +1.0000000e+01 1.0062500e+01 1.0062500e+01 1.0125000e+01 +1.0125000e+01 1.0187500e+01 1.0187500e+01 1.0250000e+01 +1.0250000e+01 1.0312500e+01 1.0312500e+01 1.0375000e+01 +1.0375000e+01 1.0437500e+01 1.0437500e+01 1.0500000e+01 +1.0500000e+01 1.0562500e+01 1.0562500e+01 1.0625000e+01 +1.0625000e+01 1.0687500e+01 1.0687500e+01 1.0750000e+01 +1.0750000e+01 1.0812500e+01 1.0812500e+01 1.0875000e+01 +1.0875000e+01 1.0937500e+01 1.0937500e+01 1.1000000e+01 +1.1000000e+01 1.1062500e+01 1.1062500e+01 1.1125000e+01 +1.1125000e+01 1.1187500e+01 1.1187500e+01 1.1250000e+01 +1.1250000e+01 1.1312500e+01 1.1312500e+01 1.1375000e+01 +1.1375000e+01 1.1437500e+01 1.1437500e+01 1.1500000e+01 +1.1500000e+01 1.1562500e+01 1.1562500e+01 1.1625000e+01 +1.1625000e+01 1.1687500e+01 1.1687500e+01 1.1750000e+01 +1.1750000e+01 1.1812500e+01 1.1812500e+01 1.1875000e+01 +1.1875000e+01 1.1937500e+01 1.1937500e+01 1.2000000e+01 +1.2000000e+01 1.2062500e+01 1.2062500e+01 1.2125000e+01 +1.2125000e+01 1.2187500e+01 1.2187500e+01 1.2250000e+01 +1.2250000e+01 1.2312500e+01 1.2312500e+01 1.2375000e+01 +1.2375000e+01 1.2437500e+01 1.2437500e+01 1.2500000e+01 +1.2500000e+01 1.2562500e+01 1.2562500e+01 1.2625000e+01 +1.2625000e+01 1.2687500e+01 1.2687500e+01 1.2750000e+01 +1.2750000e+01 1.2812500e+01 1.2812500e+01 1.2875000e+01 +1.2875000e+01 1.2937500e+01 1.2937500e+01 1.3000000e+01 +1.3000000e+01 1.3062500e+01 1.3062500e+01 1.3125000e+01 +1.3125000e+01 1.3187500e+01 1.3187500e+01 1.3250000e+01 +1.3250000e+01 1.3312500e+01 1.3312500e+01 1.3375000e+01 +1.3375000e+01 1.3437500e+01 1.3437500e+01 1.3500000e+01 +1.3500000e+01 1.3562500e+01 1.3562500e+01 1.3625000e+01 +1.3625000e+01 1.3687500e+01 1.3687500e+01 1.3750000e+01 +1.3750000e+01 1.3812500e+01 1.3812500e+01 1.3875000e+01 +1.3875000e+01 1.3937500e+01 1.3937500e+01 1.4000000e+01 +1.4000000e+01 1.4062500e+01 1.4062500e+01 1.4125000e+01 +1.4125000e+01 1.4187500e+01 1.4187500e+01 1.4250000e+01 +1.4250000e+01 1.4312500e+01 1.4312500e+01 1.4375000e+01 +1.4375000e+01 1.4437500e+01 1.4437500e+01 1.4500000e+01 +1.4500000e+01 1.4562500e+01 1.4562500e+01 1.4625000e+01 +1.4625000e+01 1.4687500e+01 1.4687500e+01 1.4750000e+01 +1.4750000e+01 1.4812500e+01 1.4812500e+01 1.4875000e+01 +1.4875000e+01 1.4937500e+01 1.4937500e+01 1.5000000e+01 +1.5000000e+01 1.5062500e+01 1.5062500e+01 1.5125000e+01 +1.5125000e+01 1.5187500e+01 1.5187500e+01 1.5250000e+01 +1.5250000e+01 1.5312500e+01 1.5312500e+01 1.5375000e+01 +1.5375000e+01 1.5437500e+01 1.5437500e+01 1.5500000e+01 +1.5500000e+01 1.5562500e+01 1.5562500e+01 1.5625000e+01 +1.5625000e+01 1.5687500e+01 1.5687500e+01 1.5750000e+01 +1.5750000e+01 1.5812500e+01 1.5812500e+01 1.5875000e+01 +1.5875000e+01 1.5937500e+01 1.5937500e+01 1.6000000e+01 +-1.6000000e+01 -1.5937500e+01 -1.5937500e+01 -1.5875000e+01 +-1.5875000e+01 -1.5812500e+01 -1.5812500e+01 -1.5750000e+01 +-1.5750000e+01 -1.5687500e+01 -1.5687500e+01 -1.5625000e+01 +-1.5625000e+01 -1.5562500e+01 -1.5562500e+01 -1.5500000e+01 +-1.5500000e+01 -1.5437500e+01 -1.5437500e+01 -1.5375000e+01 +-1.5375000e+01 -1.5312500e+01 -1.5312500e+01 -1.5250000e+01 +-1.5250000e+01 -1.5187500e+01 -1.5187500e+01 -1.5125000e+01 +-1.5125000e+01 -1.5062500e+01 -1.5062500e+01 -1.5000000e+01 +-1.5000000e+01 -1.4937500e+01 -1.4937500e+01 -1.4875000e+01 +-1.4875000e+01 -1.4812500e+01 -1.4812500e+01 -1.4750000e+01 +-1.4750000e+01 -1.4687500e+01 -1.4687500e+01 -1.4625000e+01 +-1.4625000e+01 -1.4562500e+01 -1.4562500e+01 -1.4500000e+01 +-1.4500000e+01 -1.4437500e+01 -1.4437500e+01 -1.4375000e+01 +-1.4375000e+01 -1.4312500e+01 -1.4312500e+01 -1.4250000e+01 +-1.4250000e+01 -1.4187500e+01 -1.4187500e+01 -1.4125000e+01 +-1.4125000e+01 -1.4062500e+01 -1.4062500e+01 -1.4000000e+01 +-1.4000000e+01 -1.3937500e+01 -1.3937500e+01 -1.3875000e+01 +-1.3875000e+01 -1.3812500e+01 -1.3812500e+01 -1.3750000e+01 +-1.3750000e+01 -1.3687500e+01 -1.3687500e+01 -1.3625000e+01 +-1.3625000e+01 -1.3562500e+01 -1.3562500e+01 -1.3500000e+01 +-1.3500000e+01 -1.3437500e+01 -1.3437500e+01 -1.3375000e+01 +-1.3375000e+01 -1.3312500e+01 -1.3312500e+01 -1.3250000e+01 +-1.3250000e+01 -1.3187500e+01 -1.3187500e+01 -1.3125000e+01 +-1.3125000e+01 -1.3062500e+01 -1.3062500e+01 -1.3000000e+01 +-1.3000000e+01 -1.2937500e+01 -1.2937500e+01 -1.2875000e+01 +-1.2875000e+01 -1.2812500e+01 -1.2812500e+01 -1.2750000e+01 +-1.2750000e+01 -1.2687500e+01 -1.2687500e+01 -1.2625000e+01 +-1.2625000e+01 -1.2562500e+01 -1.2562500e+01 -1.2500000e+01 +-1.2500000e+01 -1.2437500e+01 -1.2437500e+01 -1.2375000e+01 +-1.2375000e+01 -1.2312500e+01 -1.2312500e+01 -1.2250000e+01 +-1.2250000e+01 -1.2187500e+01 -1.2187500e+01 -1.2125000e+01 +-1.2125000e+01 -1.2062500e+01 -1.2062500e+01 -1.2000000e+01 +-1.2000000e+01 -1.1937500e+01 -1.1937500e+01 -1.1875000e+01 +-1.1875000e+01 -1.1812500e+01 -1.1812500e+01 -1.1750000e+01 +-1.1750000e+01 -1.1687500e+01 -1.1687500e+01 -1.1625000e+01 +-1.1625000e+01 -1.1562500e+01 -1.1562500e+01 -1.1500000e+01 +-1.1500000e+01 -1.1437500e+01 -1.1437500e+01 -1.1375000e+01 +-1.1375000e+01 -1.1312500e+01 -1.1312500e+01 -1.1250000e+01 +-1.1250000e+01 -1.1187500e+01 -1.1187500e+01 -1.1125000e+01 +-1.1125000e+01 -1.1062500e+01 -1.1062500e+01 -1.1000000e+01 +-1.1000000e+01 -1.0937500e+01 -1.0937500e+01 -1.0875000e+01 +-1.0875000e+01 -1.0812500e+01 -1.0812500e+01 -1.0750000e+01 +-1.0750000e+01 -1.0687500e+01 -1.0687500e+01 -1.0625000e+01 +-1.0625000e+01 -1.0562500e+01 -1.0562500e+01 -1.0500000e+01 +-1.0500000e+01 -1.0437500e+01 -1.0437500e+01 -1.0375000e+01 +-1.0375000e+01 -1.0312500e+01 -1.0312500e+01 -1.0250000e+01 +-1.0250000e+01 -1.0187500e+01 -1.0187500e+01 -1.0125000e+01 +-1.0125000e+01 -1.0062500e+01 -1.0062500e+01 -1.0000000e+01 +-1.0000000e+01 -9.9375000e+00 -9.9375000e+00 -9.8750000e+00 +-9.8750000e+00 -9.8125000e+00 -9.8125000e+00 -9.7500000e+00 +-9.7500000e+00 -9.6875000e+00 -9.6875000e+00 -9.6250000e+00 +-9.6250000e+00 -9.5625000e+00 -9.5625000e+00 -9.5000000e+00 +-9.5000000e+00 -9.4375000e+00 -9.4375000e+00 -9.3750000e+00 +-9.3750000e+00 -9.3125000e+00 -9.3125000e+00 -9.2500000e+00 +-9.2500000e+00 -9.1875000e+00 -9.1875000e+00 -9.1250000e+00 +-9.1250000e+00 -9.0625000e+00 -9.0625000e+00 -9.0000000e+00 +-9.0000000e+00 -8.9375000e+00 -8.9375000e+00 -8.8750000e+00 +-8.8750000e+00 -8.8125000e+00 -8.8125000e+00 -8.7500000e+00 +-8.7500000e+00 -8.6875000e+00 -8.6875000e+00 -8.6250000e+00 +-8.6250000e+00 -8.5625000e+00 -8.5625000e+00 -8.5000000e+00 +-8.5000000e+00 -8.4375000e+00 -8.4375000e+00 -8.3750000e+00 +-8.3750000e+00 -8.3125000e+00 -8.3125000e+00 -8.2500000e+00 +-8.2500000e+00 -8.1875000e+00 -8.1875000e+00 -8.1250000e+00 +-8.1250000e+00 -8.0625000e+00 -8.0625000e+00 -8.0000000e+00 +-8.0000000e+00 -7.9687500e+00 -7.9375000e+00 -7.9062500e+00 +-7.8750000e+00 -7.8437500e+00 -7.8125000e+00 -7.7812500e+00 +-7.7500000e+00 -7.7187500e+00 -7.6875000e+00 -7.6562500e+00 +-7.6250000e+00 -7.5937500e+00 -7.5625000e+00 -7.5312500e+00 +-7.5000000e+00 -7.4687500e+00 -7.4375000e+00 -7.4062500e+00 +-7.3750000e+00 -7.3437500e+00 -7.3125000e+00 -7.2812500e+00 +-7.2500000e+00 -7.2187500e+00 -7.1875000e+00 -7.1562500e+00 +-7.1250000e+00 -7.0937500e+00 -7.0625000e+00 -7.0312500e+00 +-7.0000000e+00 -6.9687500e+00 -6.9375000e+00 -6.9062500e+00 +-6.8750000e+00 -6.8437500e+00 -6.8125000e+00 -6.7812500e+00 +-6.7500000e+00 -6.7187500e+00 -6.6875000e+00 -6.6562500e+00 +-6.6250000e+00 -6.5937500e+00 -6.5625000e+00 -6.5312500e+00 +-6.5000000e+00 -6.4687500e+00 -6.4375000e+00 -6.4062500e+00 +-6.3750000e+00 -6.3437500e+00 -6.3125000e+00 -6.2812500e+00 +-6.2500000e+00 -6.2187500e+00 -6.1875000e+00 -6.1562500e+00 +-6.1250000e+00 -6.0937500e+00 -6.0625000e+00 -6.0312500e+00 +-6.0000000e+00 -5.9687500e+00 -5.9375000e+00 -5.9062500e+00 +-5.8750000e+00 -5.8437500e+00 -5.8125000e+00 -5.7812500e+00 +-5.7500000e+00 -5.7187500e+00 -5.6875000e+00 -5.6562500e+00 +-5.6250000e+00 -5.5937500e+00 -5.5625000e+00 -5.5312500e+00 +-5.5000000e+00 -5.4687500e+00 -5.4375000e+00 -5.4062500e+00 +-5.3750000e+00 -5.3437500e+00 -5.3125000e+00 -5.2812500e+00 +-5.2500000e+00 -5.2187500e+00 -5.1875000e+00 -5.1562500e+00 +-5.1250000e+00 -5.0937500e+00 -5.0625000e+00 -5.0312500e+00 +-5.0000000e+00 -4.9687500e+00 -4.9375000e+00 -4.9062500e+00 +-4.8750000e+00 -4.8437500e+00 -4.8125000e+00 -4.7812500e+00 +-4.7500000e+00 -4.7187500e+00 -4.6875000e+00 -4.6562500e+00 +-4.6250000e+00 -4.5937500e+00 -4.5625000e+00 -4.5312500e+00 +-4.5000000e+00 -4.4687500e+00 -4.4375000e+00 -4.4062500e+00 +-4.3750000e+00 -4.3437500e+00 -4.3125000e+00 -4.2812500e+00 +-4.2500000e+00 -4.2187500e+00 -4.1875000e+00 -4.1562500e+00 +-4.1250000e+00 -4.0937500e+00 -4.0625000e+00 -4.0312500e+00 +-3.9843750e+00 -3.9531250e+00 -3.9218750e+00 -3.8906250e+00 +-3.8593750e+00 -3.8281250e+00 -3.7968750e+00 -3.7656250e+00 +-3.7343750e+00 -3.7031250e+00 -3.6718750e+00 -3.6406250e+00 +-3.6093750e+00 -3.5781250e+00 -3.5468750e+00 -3.5156250e+00 +-3.4843750e+00 -3.4531250e+00 -3.4218750e+00 -3.3906250e+00 +-3.3593750e+00 -3.3281250e+00 -3.2968750e+00 -3.2656250e+00 +-3.2343750e+00 -3.2031250e+00 -3.1718750e+00 -3.1406250e+00 +-3.1093750e+00 -3.0781250e+00 -3.0468750e+00 -3.0156250e+00 +-2.9843750e+00 -2.9531250e+00 -2.9218750e+00 -2.8906250e+00 +-2.8593750e+00 -2.8281250e+00 -2.7968750e+00 -2.7656250e+00 +-2.7343750e+00 -2.7031250e+00 -2.6718750e+00 -2.6406250e+00 +-2.6093750e+00 -2.5781250e+00 -2.5468750e+00 -2.5156250e+00 +-2.4843750e+00 -2.4531250e+00 -2.4218750e+00 -2.3906250e+00 +-2.3593750e+00 -2.3281250e+00 -2.2968750e+00 -2.2656250e+00 +-2.2343750e+00 -2.2031250e+00 -2.1718750e+00 -2.1406250e+00 +-2.1093750e+00 -2.0781250e+00 -2.0468750e+00 -2.0156250e+00 +-1.9843750e+00 -1.9531250e+00 -1.9218750e+00 -1.8906250e+00 +-1.8593750e+00 -1.8281250e+00 -1.7968750e+00 -1.7656250e+00 +-1.7343750e+00 -1.7031250e+00 -1.6718750e+00 -1.6406250e+00 +-1.6093750e+00 -1.5781250e+00 -1.5468750e+00 -1.5156250e+00 +-1.4843750e+00 -1.4531250e+00 -1.4218750e+00 -1.3906250e+00 +-1.3593750e+00 -1.3281250e+00 -1.2968750e+00 -1.2656250e+00 +-1.2343750e+00 -1.2031250e+00 -1.1718750e+00 -1.1406250e+00 +-1.1093750e+00 -1.0781250e+00 -1.0468750e+00 -1.0156250e+00 +-9.8437500e-01 -9.5312500e-01 -9.2187500e-01 -8.9062500e-01 +-8.5937500e-01 -8.2812500e-01 -7.9687500e-01 -7.6562500e-01 +-7.3437500e-01 -7.0312500e-01 -6.7187500e-01 -6.4062500e-01 +-6.0937500e-01 -5.7812500e-01 -5.4687500e-01 -5.1562500e-01 +-4.8437500e-01 -4.5312500e-01 -4.2187500e-01 -3.9062500e-01 +-3.5937500e-01 -3.2812500e-01 -2.9687500e-01 -2.6562500e-01 +-2.3437500e-01 -2.0312500e-01 -1.7187500e-01 -1.4062500e-01 +-1.0937500e-01 -7.8125000e-02 -4.6875000e-02 -1.5625000e-02 +1.5625000e-02 4.6875000e-02 7.8125000e-02 1.0937500e-01 +1.4062500e-01 1.7187500e-01 2.0312500e-01 2.3437500e-01 +2.6562500e-01 2.9687500e-01 3.2812500e-01 3.5937500e-01 +3.9062500e-01 4.2187500e-01 4.5312500e-01 4.8437500e-01 +5.1562500e-01 5.4687500e-01 5.7812500e-01 6.0937500e-01 +6.4062500e-01 6.7187500e-01 7.0312500e-01 7.3437500e-01 +7.6562500e-01 7.9687500e-01 8.2812500e-01 8.5937500e-01 +8.9062500e-01 9.2187500e-01 9.5312500e-01 9.8437500e-01 +1.0156250e+00 1.0468750e+00 1.0781250e+00 1.1093750e+00 +1.1406250e+00 1.1718750e+00 1.2031250e+00 1.2343750e+00 +1.2656250e+00 1.2968750e+00 1.3281250e+00 1.3593750e+00 +1.3906250e+00 1.4218750e+00 1.4531250e+00 1.4843750e+00 +1.5156250e+00 1.5468750e+00 1.5781250e+00 1.6093750e+00 +1.6406250e+00 1.6718750e+00 1.7031250e+00 1.7343750e+00 +1.7656250e+00 1.7968750e+00 1.8281250e+00 1.8593750e+00 +1.8906250e+00 1.9218750e+00 1.9531250e+00 1.9843750e+00 +2.0156250e+00 2.0468750e+00 2.0781250e+00 2.1093750e+00 +2.1406250e+00 2.1718750e+00 2.2031250e+00 2.2343750e+00 +2.2656250e+00 2.2968750e+00 2.3281250e+00 2.3593750e+00 +2.3906250e+00 2.4218750e+00 2.4531250e+00 2.4843750e+00 +2.5156250e+00 2.5468750e+00 2.5781250e+00 2.6093750e+00 +2.6406250e+00 2.6718750e+00 2.7031250e+00 2.7343750e+00 +2.7656250e+00 2.7968750e+00 2.8281250e+00 2.8593750e+00 +2.8906250e+00 2.9218750e+00 2.9531250e+00 2.9843750e+00 +3.0156250e+00 3.0468750e+00 3.0781250e+00 3.1093750e+00 +3.1406250e+00 3.1718750e+00 3.2031250e+00 3.2343750e+00 +3.2656250e+00 3.2968750e+00 3.3281250e+00 3.3593750e+00 +3.3906250e+00 3.4218750e+00 3.4531250e+00 3.4843750e+00 +3.5156250e+00 3.5468750e+00 3.5781250e+00 3.6093750e+00 +3.6406250e+00 3.6718750e+00 3.7031250e+00 3.7343750e+00 +3.7656250e+00 3.7968750e+00 3.8281250e+00 3.8593750e+00 +3.8906250e+00 3.9218750e+00 3.9531250e+00 3.9843750e+00 +4.0312500e+00 4.0625000e+00 4.0937500e+00 4.1250000e+00 +4.1562500e+00 4.1875000e+00 4.2187500e+00 4.2500000e+00 +4.2812500e+00 4.3125000e+00 4.3437500e+00 4.3750000e+00 +4.4062500e+00 4.4375000e+00 4.4687500e+00 4.5000000e+00 +4.5312500e+00 4.5625000e+00 4.5937500e+00 4.6250000e+00 +4.6562500e+00 4.6875000e+00 4.7187500e+00 4.7500000e+00 +4.7812500e+00 4.8125000e+00 4.8437500e+00 4.8750000e+00 +4.9062500e+00 4.9375000e+00 4.9687500e+00 5.0000000e+00 +5.0312500e+00 5.0625000e+00 5.0937500e+00 5.1250000e+00 +5.1562500e+00 5.1875000e+00 5.2187500e+00 5.2500000e+00 +5.2812500e+00 5.3125000e+00 5.3437500e+00 5.3750000e+00 +5.4062500e+00 5.4375000e+00 5.4687500e+00 5.5000000e+00 +5.5312500e+00 5.5625000e+00 5.5937500e+00 5.6250000e+00 +5.6562500e+00 5.6875000e+00 5.7187500e+00 5.7500000e+00 +5.7812500e+00 5.8125000e+00 5.8437500e+00 5.8750000e+00 +5.9062500e+00 5.9375000e+00 5.9687500e+00 6.0000000e+00 +6.0312500e+00 6.0625000e+00 6.0937500e+00 6.1250000e+00 +6.1562500e+00 6.1875000e+00 6.2187500e+00 6.2500000e+00 +6.2812500e+00 6.3125000e+00 6.3437500e+00 6.3750000e+00 +6.4062500e+00 6.4375000e+00 6.4687500e+00 6.5000000e+00 +6.5312500e+00 6.5625000e+00 6.5937500e+00 6.6250000e+00 +6.6562500e+00 6.6875000e+00 6.7187500e+00 6.7500000e+00 +6.7812500e+00 6.8125000e+00 6.8437500e+00 6.8750000e+00 +6.9062500e+00 6.9375000e+00 6.9687500e+00 7.0000000e+00 +7.0312500e+00 7.0625000e+00 7.0937500e+00 7.1250000e+00 +7.1562500e+00 7.1875000e+00 7.2187500e+00 7.2500000e+00 +7.2812500e+00 7.3125000e+00 7.3437500e+00 7.3750000e+00 +7.4062500e+00 7.4375000e+00 7.4687500e+00 7.5000000e+00 +7.5312500e+00 7.5625000e+00 7.5937500e+00 7.6250000e+00 +7.6562500e+00 7.6875000e+00 7.7187500e+00 7.7500000e+00 +7.7812500e+00 7.8125000e+00 7.8437500e+00 7.8750000e+00 +7.9062500e+00 7.9375000e+00 7.9687500e+00 8.0000000e+00 +8.0000000e+00 8.0625000e+00 8.0625000e+00 8.1250000e+00 +8.1250000e+00 8.1875000e+00 8.1875000e+00 8.2500000e+00 +8.2500000e+00 8.3125000e+00 8.3125000e+00 8.3750000e+00 +8.3750000e+00 8.4375000e+00 8.4375000e+00 8.5000000e+00 +8.5000000e+00 8.5625000e+00 8.5625000e+00 8.6250000e+00 +8.6250000e+00 8.6875000e+00 8.6875000e+00 8.7500000e+00 +8.7500000e+00 8.8125000e+00 8.8125000e+00 8.8750000e+00 +8.8750000e+00 8.9375000e+00 8.9375000e+00 9.0000000e+00 +9.0000000e+00 9.0625000e+00 9.0625000e+00 9.1250000e+00 +9.1250000e+00 9.1875000e+00 9.1875000e+00 9.2500000e+00 +9.2500000e+00 9.3125000e+00 9.3125000e+00 9.3750000e+00 +9.3750000e+00 9.4375000e+00 9.4375000e+00 9.5000000e+00 +9.5000000e+00 9.5625000e+00 9.5625000e+00 9.6250000e+00 +9.6250000e+00 9.6875000e+00 9.6875000e+00 9.7500000e+00 +9.7500000e+00 9.8125000e+00 9.8125000e+00 9.8750000e+00 +9.8750000e+00 9.9375000e+00 9.9375000e+00 1.0000000e+01 +1.0000000e+01 1.0062500e+01 1.0062500e+01 1.0125000e+01 +1.0125000e+01 1.0187500e+01 1.0187500e+01 1.0250000e+01 +1.0250000e+01 1.0312500e+01 1.0312500e+01 1.0375000e+01 +1.0375000e+01 1.0437500e+01 1.0437500e+01 1.0500000e+01 +1.0500000e+01 1.0562500e+01 1.0562500e+01 1.0625000e+01 +1.0625000e+01 1.0687500e+01 1.0687500e+01 1.0750000e+01 +1.0750000e+01 1.0812500e+01 1.0812500e+01 1.0875000e+01 +1.0875000e+01 1.0937500e+01 1.0937500e+01 1.1000000e+01 +1.1000000e+01 1.1062500e+01 1.1062500e+01 1.1125000e+01 +1.1125000e+01 1.1187500e+01 1.1187500e+01 1.1250000e+01 +1.1250000e+01 1.1312500e+01 1.1312500e+01 1.1375000e+01 +1.1375000e+01 1.1437500e+01 1.1437500e+01 1.1500000e+01 +1.1500000e+01 1.1562500e+01 1.1562500e+01 1.1625000e+01 +1.1625000e+01 1.1687500e+01 1.1687500e+01 1.1750000e+01 +1.1750000e+01 1.1812500e+01 1.1812500e+01 1.1875000e+01 +1.1875000e+01 1.1937500e+01 1.1937500e+01 1.2000000e+01 +1.2000000e+01 1.2062500e+01 1.2062500e+01 1.2125000e+01 +1.2125000e+01 1.2187500e+01 1.2187500e+01 1.2250000e+01 +1.2250000e+01 1.2312500e+01 1.2312500e+01 1.2375000e+01 +1.2375000e+01 1.2437500e+01 1.2437500e+01 1.2500000e+01 +1.2500000e+01 1.2562500e+01 1.2562500e+01 1.2625000e+01 +1.2625000e+01 1.2687500e+01 1.2687500e+01 1.2750000e+01 +1.2750000e+01 1.2812500e+01 1.2812500e+01 1.2875000e+01 +1.2875000e+01 1.2937500e+01 1.2937500e+01 1.3000000e+01 +1.3000000e+01 1.3062500e+01 1.3062500e+01 1.3125000e+01 +1.3125000e+01 1.3187500e+01 1.3187500e+01 1.3250000e+01 +1.3250000e+01 1.3312500e+01 1.3312500e+01 1.3375000e+01 +1.3375000e+01 1.3437500e+01 1.3437500e+01 1.3500000e+01 +1.3500000e+01 1.3562500e+01 1.3562500e+01 1.3625000e+01 +1.3625000e+01 1.3687500e+01 1.3687500e+01 1.3750000e+01 +1.3750000e+01 1.3812500e+01 1.3812500e+01 1.3875000e+01 +1.3875000e+01 1.3937500e+01 1.3937500e+01 1.4000000e+01 +1.4000000e+01 1.4062500e+01 1.4062500e+01 1.4125000e+01 +1.4125000e+01 1.4187500e+01 1.4187500e+01 1.4250000e+01 +1.4250000e+01 1.4312500e+01 1.4312500e+01 1.4375000e+01 +1.4375000e+01 1.4437500e+01 1.4437500e+01 1.4500000e+01 +1.4500000e+01 1.4562500e+01 1.4562500e+01 1.4625000e+01 +1.4625000e+01 1.4687500e+01 1.4687500e+01 1.4750000e+01 +1.4750000e+01 1.4812500e+01 1.4812500e+01 1.4875000e+01 +1.4875000e+01 1.4937500e+01 1.4937500e+01 1.5000000e+01 +1.5000000e+01 1.5062500e+01 1.5062500e+01 1.5125000e+01 +1.5125000e+01 1.5187500e+01 1.5187500e+01 1.5250000e+01 +1.5250000e+01 1.5312500e+01 1.5312500e+01 1.5375000e+01 +1.5375000e+01 1.5437500e+01 1.5437500e+01 1.5500000e+01 +1.5500000e+01 1.5562500e+01 1.5562500e+01 1.5625000e+01 +1.5625000e+01 1.5687500e+01 1.5687500e+01 1.5750000e+01 +1.5750000e+01 1.5812500e+01 1.5812500e+01 1.5875000e+01 +1.5875000e+01 1.5937500e+01 1.5937500e+01 1.6000000e+01 +-1.6000000e+01 -1.5937500e+01 -1.5937500e+01 -1.5875000e+01 +-1.5875000e+01 -1.5812500e+01 -1.5812500e+01 -1.5750000e+01 +-1.5750000e+01 -1.5687500e+01 -1.5687500e+01 -1.5625000e+01 +-1.5625000e+01 -1.5562500e+01 -1.5562500e+01 -1.5500000e+01 +-1.5500000e+01 -1.5437500e+01 -1.5437500e+01 -1.5375000e+01 +-1.5375000e+01 -1.5312500e+01 -1.5312500e+01 -1.5250000e+01 +-1.5250000e+01 -1.5187500e+01 -1.5187500e+01 -1.5125000e+01 +-1.5125000e+01 -1.5062500e+01 -1.5062500e+01 -1.5000000e+01 +-1.5000000e+01 -1.4937500e+01 -1.4937500e+01 -1.4875000e+01 +-1.4875000e+01 -1.4812500e+01 -1.4812500e+01 -1.4750000e+01 +-1.4750000e+01 -1.4687500e+01 -1.4687500e+01 -1.4625000e+01 +-1.4625000e+01 -1.4562500e+01 -1.4562500e+01 -1.4500000e+01 +-1.4500000e+01 -1.4437500e+01 -1.4437500e+01 -1.4375000e+01 +-1.4375000e+01 -1.4312500e+01 -1.4312500e+01 -1.4250000e+01 +-1.4250000e+01 -1.4187500e+01 -1.4187500e+01 -1.4125000e+01 +-1.4125000e+01 -1.4062500e+01 -1.4062500e+01 -1.4000000e+01 +-1.4000000e+01 -1.3937500e+01 -1.3937500e+01 -1.3875000e+01 +-1.3875000e+01 -1.3812500e+01 -1.3812500e+01 -1.3750000e+01 +-1.3750000e+01 -1.3687500e+01 -1.3687500e+01 -1.3625000e+01 +-1.3625000e+01 -1.3562500e+01 -1.3562500e+01 -1.3500000e+01 +-1.3500000e+01 -1.3437500e+01 -1.3437500e+01 -1.3375000e+01 +-1.3375000e+01 -1.3312500e+01 -1.3312500e+01 -1.3250000e+01 +-1.3250000e+01 -1.3187500e+01 -1.3187500e+01 -1.3125000e+01 +-1.3125000e+01 -1.3062500e+01 -1.3062500e+01 -1.3000000e+01 +-1.3000000e+01 -1.2937500e+01 -1.2937500e+01 -1.2875000e+01 +-1.2875000e+01 -1.2812500e+01 -1.2812500e+01 -1.2750000e+01 +-1.2750000e+01 -1.2687500e+01 -1.2687500e+01 -1.2625000e+01 +-1.2625000e+01 -1.2562500e+01 -1.2562500e+01 -1.2500000e+01 +-1.2500000e+01 -1.2437500e+01 -1.2437500e+01 -1.2375000e+01 +-1.2375000e+01 -1.2312500e+01 -1.2312500e+01 -1.2250000e+01 +-1.2250000e+01 -1.2187500e+01 -1.2187500e+01 -1.2125000e+01 +-1.2125000e+01 -1.2062500e+01 -1.2062500e+01 -1.2000000e+01 +-1.2000000e+01 -1.1937500e+01 -1.1937500e+01 -1.1875000e+01 +-1.1875000e+01 -1.1812500e+01 -1.1812500e+01 -1.1750000e+01 +-1.1750000e+01 -1.1687500e+01 -1.1687500e+01 -1.1625000e+01 +-1.1625000e+01 -1.1562500e+01 -1.1562500e+01 -1.1500000e+01 +-1.1500000e+01 -1.1437500e+01 -1.1437500e+01 -1.1375000e+01 +-1.1375000e+01 -1.1312500e+01 -1.1312500e+01 -1.1250000e+01 +-1.1250000e+01 -1.1187500e+01 -1.1187500e+01 -1.1125000e+01 +-1.1125000e+01 -1.1062500e+01 -1.1062500e+01 -1.1000000e+01 +-1.1000000e+01 -1.0937500e+01 -1.0937500e+01 -1.0875000e+01 +-1.0875000e+01 -1.0812500e+01 -1.0812500e+01 -1.0750000e+01 +-1.0750000e+01 -1.0687500e+01 -1.0687500e+01 -1.0625000e+01 +-1.0625000e+01 -1.0562500e+01 -1.0562500e+01 -1.0500000e+01 +-1.0500000e+01 -1.0437500e+01 -1.0437500e+01 -1.0375000e+01 +-1.0375000e+01 -1.0312500e+01 -1.0312500e+01 -1.0250000e+01 +-1.0250000e+01 -1.0187500e+01 -1.0187500e+01 -1.0125000e+01 +-1.0125000e+01 -1.0062500e+01 -1.0062500e+01 -1.0000000e+01 +-1.0000000e+01 -9.9375000e+00 -9.9375000e+00 -9.8750000e+00 +-9.8750000e+00 -9.8125000e+00 -9.8125000e+00 -9.7500000e+00 +-9.7500000e+00 -9.6875000e+00 -9.6875000e+00 -9.6250000e+00 +-9.6250000e+00 -9.5625000e+00 -9.5625000e+00 -9.5000000e+00 +-9.5000000e+00 -9.4375000e+00 -9.4375000e+00 -9.3750000e+00 +-9.3750000e+00 -9.3125000e+00 -9.3125000e+00 -9.2500000e+00 +-9.2500000e+00 -9.1875000e+00 -9.1875000e+00 -9.1250000e+00 +-9.1250000e+00 -9.0625000e+00 -9.0625000e+00 -9.0000000e+00 +-9.0000000e+00 -8.9375000e+00 -8.9375000e+00 -8.8750000e+00 +-8.8750000e+00 -8.8125000e+00 -8.8125000e+00 -8.7500000e+00 +-8.7500000e+00 -8.6875000e+00 -8.6875000e+00 -8.6250000e+00 +-8.6250000e+00 -8.5625000e+00 -8.5625000e+00 -8.5000000e+00 +-8.5000000e+00 -8.4375000e+00 -8.4375000e+00 -8.3750000e+00 +-8.3750000e+00 -8.3125000e+00 -8.3125000e+00 -8.2500000e+00 +-8.2500000e+00 -8.1875000e+00 -8.1875000e+00 -8.1250000e+00 +-8.1250000e+00 -8.0625000e+00 -8.0625000e+00 -8.0000000e+00 +-8.0000000e+00 -7.9687500e+00 -7.9375000e+00 -7.9062500e+00 +-7.8750000e+00 -7.8437500e+00 -7.8125000e+00 -7.7812500e+00 +-7.7500000e+00 -7.7187500e+00 -7.6875000e+00 -7.6562500e+00 +-7.6250000e+00 -7.5937500e+00 -7.5625000e+00 -7.5312500e+00 +-7.5000000e+00 -7.4687500e+00 -7.4375000e+00 -7.4062500e+00 +-7.3750000e+00 -7.3437500e+00 -7.3125000e+00 -7.2812500e+00 +-7.2500000e+00 -7.2187500e+00 -7.1875000e+00 -7.1562500e+00 +-7.1250000e+00 -7.0937500e+00 -7.0625000e+00 -7.0312500e+00 +-7.0000000e+00 -6.9687500e+00 -6.9375000e+00 -6.9062500e+00 +-6.8750000e+00 -6.8437500e+00 -6.8125000e+00 -6.7812500e+00 +-6.7500000e+00 -6.7187500e+00 -6.6875000e+00 -6.6562500e+00 +-6.6250000e+00 -6.5937500e+00 -6.5625000e+00 -6.5312500e+00 +-6.5000000e+00 -6.4687500e+00 -6.4375000e+00 -6.4062500e+00 +-6.3750000e+00 -6.3437500e+00 -6.3125000e+00 -6.2812500e+00 +-6.2500000e+00 -6.2187500e+00 -6.1875000e+00 -6.1562500e+00 +-6.1250000e+00 -6.0937500e+00 -6.0625000e+00 -6.0312500e+00 +-6.0000000e+00 -5.9687500e+00 -5.9375000e+00 -5.9062500e+00 +-5.8750000e+00 -5.8437500e+00 -5.8125000e+00 -5.7812500e+00 +-5.7500000e+00 -5.7187500e+00 -5.6875000e+00 -5.6562500e+00 +-5.6250000e+00 -5.5937500e+00 -5.5625000e+00 -5.5312500e+00 +-5.5000000e+00 -5.4687500e+00 -5.4375000e+00 -5.4062500e+00 +-5.3750000e+00 -5.3437500e+00 -5.3125000e+00 -5.2812500e+00 +-5.2500000e+00 -5.2187500e+00 -5.1875000e+00 -5.1562500e+00 +-5.1250000e+00 -5.0937500e+00 -5.0625000e+00 -5.0312500e+00 +-5.0000000e+00 -4.9687500e+00 -4.9375000e+00 -4.9062500e+00 +-4.8750000e+00 -4.8437500e+00 -4.8125000e+00 -4.7812500e+00 +-4.7500000e+00 -4.7187500e+00 -4.6875000e+00 -4.6562500e+00 +-4.6250000e+00 -4.5937500e+00 -4.5625000e+00 -4.5312500e+00 +-4.5000000e+00 -4.4687500e+00 -4.4375000e+00 -4.4062500e+00 +-4.3750000e+00 -4.3437500e+00 -4.3125000e+00 -4.2812500e+00 +-4.2500000e+00 -4.2187500e+00 -4.1875000e+00 -4.1562500e+00 +-4.1250000e+00 -4.0937500e+00 -4.0625000e+00 -4.0312500e+00 +-3.9843750e+00 -3.9531250e+00 -3.9218750e+00 -3.8906250e+00 +-3.8593750e+00 -3.8281250e+00 -3.7968750e+00 -3.7656250e+00 +-3.7343750e+00 -3.7031250e+00 -3.6718750e+00 -3.6406250e+00 +-3.6093750e+00 -3.5781250e+00 -3.5468750e+00 -3.5156250e+00 +-3.4843750e+00 -3.4531250e+00 -3.4218750e+00 -3.3906250e+00 +-3.3593750e+00 -3.3281250e+00 -3.2968750e+00 -3.2656250e+00 +-3.2343750e+00 -3.2031250e+00 -3.1718750e+00 -3.1406250e+00 +-3.1093750e+00 -3.0781250e+00 -3.0468750e+00 -3.0156250e+00 +-2.9843750e+00 -2.9531250e+00 -2.9218750e+00 -2.8906250e+00 +-2.8593750e+00 -2.8281250e+00 -2.7968750e+00 -2.7656250e+00 +-2.7343750e+00 -2.7031250e+00 -2.6718750e+00 -2.6406250e+00 +-2.6093750e+00 -2.5781250e+00 -2.5468750e+00 -2.5156250e+00 +-2.4843750e+00 -2.4531250e+00 -2.4218750e+00 -2.3906250e+00 +-2.3593750e+00 -2.3281250e+00 -2.2968750e+00 -2.2656250e+00 +-2.2343750e+00 -2.2031250e+00 -2.1718750e+00 -2.1406250e+00 +-2.1093750e+00 -2.0781250e+00 -2.0468750e+00 -2.0156250e+00 +-1.9843750e+00 -1.9531250e+00 -1.9218750e+00 -1.8906250e+00 +-1.8593750e+00 -1.8281250e+00 -1.7968750e+00 -1.7656250e+00 +-1.7343750e+00 -1.7031250e+00 -1.6718750e+00 -1.6406250e+00 +-1.6093750e+00 -1.5781250e+00 -1.5468750e+00 -1.5156250e+00 +-1.4843750e+00 -1.4531250e+00 -1.4218750e+00 -1.3906250e+00 +-1.3593750e+00 -1.3281250e+00 -1.2968750e+00 -1.2656250e+00 +-1.2343750e+00 -1.2031250e+00 -1.1718750e+00 -1.1406250e+00 +-1.1093750e+00 -1.0781250e+00 -1.0468750e+00 -1.0156250e+00 +-9.8437500e-01 -9.5312500e-01 -9.2187500e-01 -8.9062500e-01 +-8.5937500e-01 -8.2812500e-01 -7.9687500e-01 -7.6562500e-01 +-7.3437500e-01 -7.0312500e-01 -6.7187500e-01 -6.4062500e-01 +-6.0937500e-01 -5.7812500e-01 -5.4687500e-01 -5.1562500e-01 +-4.8437500e-01 -4.5312500e-01 -4.2187500e-01 -3.9062500e-01 +-3.5937500e-01 -3.2812500e-01 -2.9687500e-01 -2.6562500e-01 +-2.3437500e-01 -2.0312500e-01 -1.7187500e-01 -1.4062500e-01 +-1.0937500e-01 -7.8125000e-02 -4.6875000e-02 -1.5625000e-02 +1.5625000e-02 4.6875000e-02 7.8125000e-02 1.0937500e-01 +1.4062500e-01 1.7187500e-01 2.0312500e-01 2.3437500e-01 +2.6562500e-01 2.9687500e-01 3.2812500e-01 3.5937500e-01 +3.9062500e-01 4.2187500e-01 4.5312500e-01 4.8437500e-01 +5.1562500e-01 5.4687500e-01 5.7812500e-01 6.0937500e-01 +6.4062500e-01 6.7187500e-01 7.0312500e-01 7.3437500e-01 +7.6562500e-01 7.9687500e-01 8.2812500e-01 8.5937500e-01 +8.9062500e-01 9.2187500e-01 9.5312500e-01 9.8437500e-01 +1.0156250e+00 1.0468750e+00 1.0781250e+00 1.1093750e+00 +1.1406250e+00 1.1718750e+00 1.2031250e+00 1.2343750e+00 +1.2656250e+00 1.2968750e+00 1.3281250e+00 1.3593750e+00 +1.3906250e+00 1.4218750e+00 1.4531250e+00 1.4843750e+00 +1.5156250e+00 1.5468750e+00 1.5781250e+00 1.6093750e+00 +1.6406250e+00 1.6718750e+00 1.7031250e+00 1.7343750e+00 +1.7656250e+00 1.7968750e+00 1.8281250e+00 1.8593750e+00 +1.8906250e+00 1.9218750e+00 1.9531250e+00 1.9843750e+00 +2.0156250e+00 2.0468750e+00 2.0781250e+00 2.1093750e+00 +2.1406250e+00 2.1718750e+00 2.2031250e+00 2.2343750e+00 +2.2656250e+00 2.2968750e+00 2.3281250e+00 2.3593750e+00 +2.3906250e+00 2.4218750e+00 2.4531250e+00 2.4843750e+00 +2.5156250e+00 2.5468750e+00 2.5781250e+00 2.6093750e+00 +2.6406250e+00 2.6718750e+00 2.7031250e+00 2.7343750e+00 +2.7656250e+00 2.7968750e+00 2.8281250e+00 2.8593750e+00 +2.8906250e+00 2.9218750e+00 2.9531250e+00 2.9843750e+00 +3.0156250e+00 3.0468750e+00 3.0781250e+00 3.1093750e+00 +3.1406250e+00 3.1718750e+00 3.2031250e+00 3.2343750e+00 +3.2656250e+00 3.2968750e+00 3.3281250e+00 3.3593750e+00 +3.3906250e+00 3.4218750e+00 3.4531250e+00 3.4843750e+00 +3.5156250e+00 3.5468750e+00 3.5781250e+00 3.6093750e+00 +3.6406250e+00 3.6718750e+00 3.7031250e+00 3.7343750e+00 +3.7656250e+00 3.7968750e+00 3.8281250e+00 3.8593750e+00 +3.8906250e+00 3.9218750e+00 3.9531250e+00 3.9843750e+00 +4.0312500e+00 4.0625000e+00 4.0937500e+00 4.1250000e+00 +4.1562500e+00 4.1875000e+00 4.2187500e+00 4.2500000e+00 +4.2812500e+00 4.3125000e+00 4.3437500e+00 4.3750000e+00 +4.4062500e+00 4.4375000e+00 4.4687500e+00 4.5000000e+00 +4.5312500e+00 4.5625000e+00 4.5937500e+00 4.6250000e+00 +4.6562500e+00 4.6875000e+00 4.7187500e+00 4.7500000e+00 +4.7812500e+00 4.8125000e+00 4.8437500e+00 4.8750000e+00 +4.9062500e+00 4.9375000e+00 4.9687500e+00 5.0000000e+00 +5.0312500e+00 5.0625000e+00 5.0937500e+00 5.1250000e+00 +5.1562500e+00 5.1875000e+00 5.2187500e+00 5.2500000e+00 +5.2812500e+00 5.3125000e+00 5.3437500e+00 5.3750000e+00 +5.4062500e+00 5.4375000e+00 5.4687500e+00 5.5000000e+00 +5.5312500e+00 5.5625000e+00 5.5937500e+00 5.6250000e+00 +5.6562500e+00 5.6875000e+00 5.7187500e+00 5.7500000e+00 +5.7812500e+00 5.8125000e+00 5.8437500e+00 5.8750000e+00 +5.9062500e+00 5.9375000e+00 5.9687500e+00 6.0000000e+00 +6.0312500e+00 6.0625000e+00 6.0937500e+00 6.1250000e+00 +6.1562500e+00 6.1875000e+00 6.2187500e+00 6.2500000e+00 +6.2812500e+00 6.3125000e+00 6.3437500e+00 6.3750000e+00 +6.4062500e+00 6.4375000e+00 6.4687500e+00 6.5000000e+00 +6.5312500e+00 6.5625000e+00 6.5937500e+00 6.6250000e+00 +6.6562500e+00 6.6875000e+00 6.7187500e+00 6.7500000e+00 +6.7812500e+00 6.8125000e+00 6.8437500e+00 6.8750000e+00 +6.9062500e+00 6.9375000e+00 6.9687500e+00 7.0000000e+00 +7.0312500e+00 7.0625000e+00 7.0937500e+00 7.1250000e+00 +7.1562500e+00 7.1875000e+00 7.2187500e+00 7.2500000e+00 +7.2812500e+00 7.3125000e+00 7.3437500e+00 7.3750000e+00 +7.4062500e+00 7.4375000e+00 7.4687500e+00 7.5000000e+00 +7.5312500e+00 7.5625000e+00 7.5937500e+00 7.6250000e+00 +7.6562500e+00 7.6875000e+00 7.7187500e+00 7.7500000e+00 +7.7812500e+00 7.8125000e+00 7.8437500e+00 7.8750000e+00 +7.9062500e+00 7.9375000e+00 7.9687500e+00 8.0000000e+00 +8.0000000e+00 8.0625000e+00 8.0625000e+00 8.1250000e+00 +8.1250000e+00 8.1875000e+00 8.1875000e+00 8.2500000e+00 +8.2500000e+00 8.3125000e+00 8.3125000e+00 8.3750000e+00 +8.3750000e+00 8.4375000e+00 8.4375000e+00 8.5000000e+00 +8.5000000e+00 8.5625000e+00 8.5625000e+00 8.6250000e+00 +8.6250000e+00 8.6875000e+00 8.6875000e+00 8.7500000e+00 +8.7500000e+00 8.8125000e+00 8.8125000e+00 8.8750000e+00 +8.8750000e+00 8.9375000e+00 8.9375000e+00 9.0000000e+00 +9.0000000e+00 9.0625000e+00 9.0625000e+00 9.1250000e+00 +9.1250000e+00 9.1875000e+00 9.1875000e+00 9.2500000e+00 +9.2500000e+00 9.3125000e+00 9.3125000e+00 9.3750000e+00 +9.3750000e+00 9.4375000e+00 9.4375000e+00 9.5000000e+00 +9.5000000e+00 9.5625000e+00 9.5625000e+00 9.6250000e+00 +9.6250000e+00 9.6875000e+00 9.6875000e+00 9.7500000e+00 +9.7500000e+00 9.8125000e+00 9.8125000e+00 9.8750000e+00 +9.8750000e+00 9.9375000e+00 9.9375000e+00 1.0000000e+01 +1.0000000e+01 1.0062500e+01 1.0062500e+01 1.0125000e+01 +1.0125000e+01 1.0187500e+01 1.0187500e+01 1.0250000e+01 +1.0250000e+01 1.0312500e+01 1.0312500e+01 1.0375000e+01 +1.0375000e+01 1.0437500e+01 1.0437500e+01 1.0500000e+01 +1.0500000e+01 1.0562500e+01 1.0562500e+01 1.0625000e+01 +1.0625000e+01 1.0687500e+01 1.0687500e+01 1.0750000e+01 +1.0750000e+01 1.0812500e+01 1.0812500e+01 1.0875000e+01 +1.0875000e+01 1.0937500e+01 1.0937500e+01 1.1000000e+01 +1.1000000e+01 1.1062500e+01 1.1062500e+01 1.1125000e+01 +1.1125000e+01 1.1187500e+01 1.1187500e+01 1.1250000e+01 +1.1250000e+01 1.1312500e+01 1.1312500e+01 1.1375000e+01 +1.1375000e+01 1.1437500e+01 1.1437500e+01 1.1500000e+01 +1.1500000e+01 1.1562500e+01 1.1562500e+01 1.1625000e+01 +1.1625000e+01 1.1687500e+01 1.1687500e+01 1.1750000e+01 +1.1750000e+01 1.1812500e+01 1.1812500e+01 1.1875000e+01 +1.1875000e+01 1.1937500e+01 1.1937500e+01 1.2000000e+01 +1.2000000e+01 1.2062500e+01 1.2062500e+01 1.2125000e+01 +1.2125000e+01 1.2187500e+01 1.2187500e+01 1.2250000e+01 +1.2250000e+01 1.2312500e+01 1.2312500e+01 1.2375000e+01 +1.2375000e+01 1.2437500e+01 1.2437500e+01 1.2500000e+01 +1.2500000e+01 1.2562500e+01 1.2562500e+01 1.2625000e+01 +1.2625000e+01 1.2687500e+01 1.2687500e+01 1.2750000e+01 +1.2750000e+01 1.2812500e+01 1.2812500e+01 1.2875000e+01 +1.2875000e+01 1.2937500e+01 1.2937500e+01 1.3000000e+01 +1.3000000e+01 1.3062500e+01 1.3062500e+01 1.3125000e+01 +1.3125000e+01 1.3187500e+01 1.3187500e+01 1.3250000e+01 +1.3250000e+01 1.3312500e+01 1.3312500e+01 1.3375000e+01 +1.3375000e+01 1.3437500e+01 1.3437500e+01 1.3500000e+01 +1.3500000e+01 1.3562500e+01 1.3562500e+01 1.3625000e+01 +1.3625000e+01 1.3687500e+01 1.3687500e+01 1.3750000e+01 +1.3750000e+01 1.3812500e+01 1.3812500e+01 1.3875000e+01 +1.3875000e+01 1.3937500e+01 1.3937500e+01 1.4000000e+01 +1.4000000e+01 1.4062500e+01 1.4062500e+01 1.4125000e+01 +1.4125000e+01 1.4187500e+01 1.4187500e+01 1.4250000e+01 +1.4250000e+01 1.4312500e+01 1.4312500e+01 1.4375000e+01 +1.4375000e+01 1.4437500e+01 1.4437500e+01 1.4500000e+01 +1.4500000e+01 1.4562500e+01 1.4562500e+01 1.4625000e+01 +1.4625000e+01 1.4687500e+01 1.4687500e+01 1.4750000e+01 +1.4750000e+01 1.4812500e+01 1.4812500e+01 1.4875000e+01 +1.4875000e+01 1.4937500e+01 1.4937500e+01 1.5000000e+01 +1.5000000e+01 1.5062500e+01 1.5062500e+01 1.5125000e+01 +1.5125000e+01 1.5187500e+01 1.5187500e+01 1.5250000e+01 +1.5250000e+01 1.5312500e+01 1.5312500e+01 1.5375000e+01 +1.5375000e+01 1.5437500e+01 1.5437500e+01 1.5500000e+01 +1.5500000e+01 1.5562500e+01 1.5562500e+01 1.5625000e+01 +1.5625000e+01 1.5687500e+01 1.5687500e+01 1.5750000e+01 +1.5750000e+01 1.5812500e+01 1.5812500e+01 1.5875000e+01 +1.5875000e+01 1.5937500e+01 1.5937500e+01 1.6000000e+01 +-1.6000000e+01 -1.5937500e+01 -1.5937500e+01 -1.5875000e+01 +-1.5875000e+01 -1.5812500e+01 -1.5812500e+01 -1.5750000e+01 +-1.5750000e+01 -1.5687500e+01 -1.5687500e+01 -1.5625000e+01 +-1.5625000e+01 -1.5562500e+01 -1.5562500e+01 -1.5500000e+01 +-1.5500000e+01 -1.5437500e+01 -1.5437500e+01 -1.5375000e+01 +-1.5375000e+01 -1.5312500e+01 -1.5312500e+01 -1.5250000e+01 +-1.5250000e+01 -1.5187500e+01 -1.5187500e+01 -1.5125000e+01 +-1.5125000e+01 -1.5062500e+01 -1.5062500e+01 -1.5000000e+01 +-1.5000000e+01 -1.4937500e+01 -1.4937500e+01 -1.4875000e+01 +-1.4875000e+01 -1.4812500e+01 -1.4812500e+01 -1.4750000e+01 +-1.4750000e+01 -1.4687500e+01 -1.4687500e+01 -1.4625000e+01 +-1.4625000e+01 -1.4562500e+01 -1.4562500e+01 -1.4500000e+01 +-1.4500000e+01 -1.4437500e+01 -1.4437500e+01 -1.4375000e+01 +-1.4375000e+01 -1.4312500e+01 -1.4312500e+01 -1.4250000e+01 +-1.4250000e+01 -1.4187500e+01 -1.4187500e+01 -1.4125000e+01 +-1.4125000e+01 -1.4062500e+01 -1.4062500e+01 -1.4000000e+01 +-1.4000000e+01 -1.3937500e+01 -1.3937500e+01 -1.3875000e+01 +-1.3875000e+01 -1.3812500e+01 -1.3812500e+01 -1.3750000e+01 +-1.3750000e+01 -1.3687500e+01 -1.3687500e+01 -1.3625000e+01 +-1.3625000e+01 -1.3562500e+01 -1.3562500e+01 -1.3500000e+01 +-1.3500000e+01 -1.3437500e+01 -1.3437500e+01 -1.3375000e+01 +-1.3375000e+01 -1.3312500e+01 -1.3312500e+01 -1.3250000e+01 +-1.3250000e+01 -1.3187500e+01 -1.3187500e+01 -1.3125000e+01 +-1.3125000e+01 -1.3062500e+01 -1.3062500e+01 -1.3000000e+01 +-1.3000000e+01 -1.2937500e+01 -1.2937500e+01 -1.2875000e+01 +-1.2875000e+01 -1.2812500e+01 -1.2812500e+01 -1.2750000e+01 +-1.2750000e+01 -1.2687500e+01 -1.2687500e+01 -1.2625000e+01 +-1.2625000e+01 -1.2562500e+01 -1.2562500e+01 -1.2500000e+01 +-1.2500000e+01 -1.2437500e+01 -1.2437500e+01 -1.2375000e+01 +-1.2375000e+01 -1.2312500e+01 -1.2312500e+01 -1.2250000e+01 +-1.2250000e+01 -1.2187500e+01 -1.2187500e+01 -1.2125000e+01 +-1.2125000e+01 -1.2062500e+01 -1.2062500e+01 -1.2000000e+01 +-1.2000000e+01 -1.1937500e+01 -1.1937500e+01 -1.1875000e+01 +-1.1875000e+01 -1.1812500e+01 -1.1812500e+01 -1.1750000e+01 +-1.1750000e+01 -1.1687500e+01 -1.1687500e+01 -1.1625000e+01 +-1.1625000e+01 -1.1562500e+01 -1.1562500e+01 -1.1500000e+01 +-1.1500000e+01 -1.1437500e+01 -1.1437500e+01 -1.1375000e+01 +-1.1375000e+01 -1.1312500e+01 -1.1312500e+01 -1.1250000e+01 +-1.1250000e+01 -1.1187500e+01 -1.1187500e+01 -1.1125000e+01 +-1.1125000e+01 -1.1062500e+01 -1.1062500e+01 -1.1000000e+01 +-1.1000000e+01 -1.0937500e+01 -1.0937500e+01 -1.0875000e+01 +-1.0875000e+01 -1.0812500e+01 -1.0812500e+01 -1.0750000e+01 +-1.0750000e+01 -1.0687500e+01 -1.0687500e+01 -1.0625000e+01 +-1.0625000e+01 -1.0562500e+01 -1.0562500e+01 -1.0500000e+01 +-1.0500000e+01 -1.0437500e+01 -1.0437500e+01 -1.0375000e+01 +-1.0375000e+01 -1.0312500e+01 -1.0312500e+01 -1.0250000e+01 +-1.0250000e+01 -1.0187500e+01 -1.0187500e+01 -1.0125000e+01 +-1.0125000e+01 -1.0062500e+01 -1.0062500e+01 -1.0000000e+01 +-1.0000000e+01 -9.9375000e+00 -9.9375000e+00 -9.8750000e+00 +-9.8750000e+00 -9.8125000e+00 -9.8125000e+00 -9.7500000e+00 +-9.7500000e+00 -9.6875000e+00 -9.6875000e+00 -9.6250000e+00 +-9.6250000e+00 -9.5625000e+00 -9.5625000e+00 -9.5000000e+00 +-9.5000000e+00 -9.4375000e+00 -9.4375000e+00 -9.3750000e+00 +-9.3750000e+00 -9.3125000e+00 -9.3125000e+00 -9.2500000e+00 +-9.2500000e+00 -9.1875000e+00 -9.1875000e+00 -9.1250000e+00 +-9.1250000e+00 -9.0625000e+00 -9.0625000e+00 -9.0000000e+00 +-9.0000000e+00 -8.9375000e+00 -8.9375000e+00 -8.8750000e+00 +-8.8750000e+00 -8.8125000e+00 -8.8125000e+00 -8.7500000e+00 +-8.7500000e+00 -8.6875000e+00 -8.6875000e+00 -8.6250000e+00 +-8.6250000e+00 -8.5625000e+00 -8.5625000e+00 -8.5000000e+00 +-8.5000000e+00 -8.4375000e+00 -8.4375000e+00 -8.3750000e+00 +-8.3750000e+00 -8.3125000e+00 -8.3125000e+00 -8.2500000e+00 +-8.2500000e+00 -8.1875000e+00 -8.1875000e+00 -8.1250000e+00 +-8.1250000e+00 -8.0625000e+00 -8.0625000e+00 -8.0000000e+00 +-8.0000000e+00 -7.9687500e+00 -7.9375000e+00 -7.9062500e+00 +-7.8750000e+00 -7.8437500e+00 -7.8125000e+00 -7.7812500e+00 +-7.7500000e+00 -7.7187500e+00 -7.6875000e+00 -7.6562500e+00 +-7.6250000e+00 -7.5937500e+00 -7.5625000e+00 -7.5312500e+00 +-7.5000000e+00 -7.4687500e+00 -7.4375000e+00 -7.4062500e+00 +-7.3750000e+00 -7.3437500e+00 -7.3125000e+00 -7.2812500e+00 +-7.2500000e+00 -7.2187500e+00 -7.1875000e+00 -7.1562500e+00 +-7.1250000e+00 -7.0937500e+00 -7.0625000e+00 -7.0312500e+00 +-7.0000000e+00 -6.9687500e+00 -6.9375000e+00 -6.9062500e+00 +-6.8750000e+00 -6.8437500e+00 -6.8125000e+00 -6.7812500e+00 +-6.7500000e+00 -6.7187500e+00 -6.6875000e+00 -6.6562500e+00 +-6.6250000e+00 -6.5937500e+00 -6.5625000e+00 -6.5312500e+00 +-6.5000000e+00 -6.4687500e+00 -6.4375000e+00 -6.4062500e+00 +-6.3750000e+00 -6.3437500e+00 -6.3125000e+00 -6.2812500e+00 +-6.2500000e+00 -6.2187500e+00 -6.1875000e+00 -6.1562500e+00 +-6.1250000e+00 -6.0937500e+00 -6.0625000e+00 -6.0312500e+00 +-6.0000000e+00 -5.9687500e+00 -5.9375000e+00 -5.9062500e+00 +-5.8750000e+00 -5.8437500e+00 -5.8125000e+00 -5.7812500e+00 +-5.7500000e+00 -5.7187500e+00 -5.6875000e+00 -5.6562500e+00 +-5.6250000e+00 -5.5937500e+00 -5.5625000e+00 -5.5312500e+00 +-5.5000000e+00 -5.4687500e+00 -5.4375000e+00 -5.4062500e+00 +-5.3750000e+00 -5.3437500e+00 -5.3125000e+00 -5.2812500e+00 +-5.2500000e+00 -5.2187500e+00 -5.1875000e+00 -5.1562500e+00 +-5.1250000e+00 -5.0937500e+00 -5.0625000e+00 -5.0312500e+00 +-5.0000000e+00 -4.9687500e+00 -4.9375000e+00 -4.9062500e+00 +-4.8750000e+00 -4.8437500e+00 -4.8125000e+00 -4.7812500e+00 +-4.7500000e+00 -4.7187500e+00 -4.6875000e+00 -4.6562500e+00 +-4.6250000e+00 -4.5937500e+00 -4.5625000e+00 -4.5312500e+00 +-4.5000000e+00 -4.4687500e+00 -4.4375000e+00 -4.4062500e+00 +-4.3750000e+00 -4.3437500e+00 -4.3125000e+00 -4.2812500e+00 +-4.2500000e+00 -4.2187500e+00 -4.1875000e+00 -4.1562500e+00 +-4.1250000e+00 -4.0937500e+00 -4.0625000e+00 -4.0312500e+00 +-3.9843750e+00 -3.9531250e+00 -3.9218750e+00 -3.8906250e+00 +-3.8593750e+00 -3.8281250e+00 -3.7968750e+00 -3.7656250e+00 +-3.7343750e+00 -3.7031250e+00 -3.6718750e+00 -3.6406250e+00 +-3.6093750e+00 -3.5781250e+00 -3.5468750e+00 -3.5156250e+00 +-3.4843750e+00 -3.4531250e+00 -3.4218750e+00 -3.3906250e+00 +-3.3593750e+00 -3.3281250e+00 -3.2968750e+00 -3.2656250e+00 +-3.2343750e+00 -3.2031250e+00 -3.1718750e+00 -3.1406250e+00 +-3.1093750e+00 -3.0781250e+00 -3.0468750e+00 -3.0156250e+00 +-2.9843750e+00 -2.9531250e+00 -2.9218750e+00 -2.8906250e+00 +-2.8593750e+00 -2.8281250e+00 -2.7968750e+00 -2.7656250e+00 +-2.7343750e+00 -2.7031250e+00 -2.6718750e+00 -2.6406250e+00 +-2.6093750e+00 -2.5781250e+00 -2.5468750e+00 -2.5156250e+00 +-2.4843750e+00 -2.4531250e+00 -2.4218750e+00 -2.3906250e+00 +-2.3593750e+00 -2.3281250e+00 -2.2968750e+00 -2.2656250e+00 +-2.2343750e+00 -2.2031250e+00 -2.1718750e+00 -2.1406250e+00 +-2.1093750e+00 -2.0781250e+00 -2.0468750e+00 -2.0156250e+00 +-1.9843750e+00 -1.9531250e+00 -1.9218750e+00 -1.8906250e+00 +-1.8593750e+00 -1.8281250e+00 -1.7968750e+00 -1.7656250e+00 +-1.7343750e+00 -1.7031250e+00 -1.6718750e+00 -1.6406250e+00 +-1.6093750e+00 -1.5781250e+00 -1.5468750e+00 -1.5156250e+00 +-1.4843750e+00 -1.4531250e+00 -1.4218750e+00 -1.3906250e+00 +-1.3593750e+00 -1.3281250e+00 -1.2968750e+00 -1.2656250e+00 +-1.2343750e+00 -1.2031250e+00 -1.1718750e+00 -1.1406250e+00 +-1.1093750e+00 -1.0781250e+00 -1.0468750e+00 -1.0156250e+00 +-9.8437500e-01 -9.5312500e-01 -9.2187500e-01 -8.9062500e-01 +-8.5937500e-01 -8.2812500e-01 -7.9687500e-01 -7.6562500e-01 +-7.3437500e-01 -7.0312500e-01 -6.7187500e-01 -6.4062500e-01 +-6.0937500e-01 -5.7812500e-01 -5.4687500e-01 -5.1562500e-01 +-4.8437500e-01 -4.5312500e-01 -4.2187500e-01 -3.9062500e-01 +-3.5937500e-01 -3.2812500e-01 -2.9687500e-01 -2.6562500e-01 +-2.3437500e-01 -2.0312500e-01 -1.7187500e-01 -1.4062500e-01 +-1.0937500e-01 -7.8125000e-02 -4.6875000e-02 -1.5625000e-02 +1.5625000e-02 4.6875000e-02 7.8125000e-02 1.0937500e-01 +1.4062500e-01 1.7187500e-01 2.0312500e-01 2.3437500e-01 +2.6562500e-01 2.9687500e-01 3.2812500e-01 3.5937500e-01 +3.9062500e-01 4.2187500e-01 4.5312500e-01 4.8437500e-01 +5.1562500e-01 5.4687500e-01 5.7812500e-01 6.0937500e-01 +6.4062500e-01 6.7187500e-01 7.0312500e-01 7.3437500e-01 +7.6562500e-01 7.9687500e-01 8.2812500e-01 8.5937500e-01 +8.9062500e-01 9.2187500e-01 9.5312500e-01 9.8437500e-01 +1.0156250e+00 1.0468750e+00 1.0781250e+00 1.1093750e+00 +1.1406250e+00 1.1718750e+00 1.2031250e+00 1.2343750e+00 +1.2656250e+00 1.2968750e+00 1.3281250e+00 1.3593750e+00 +1.3906250e+00 1.4218750e+00 1.4531250e+00 1.4843750e+00 +1.5156250e+00 1.5468750e+00 1.5781250e+00 1.6093750e+00 +1.6406250e+00 1.6718750e+00 1.7031250e+00 1.7343750e+00 +1.7656250e+00 1.7968750e+00 1.8281250e+00 1.8593750e+00 +1.8906250e+00 1.9218750e+00 1.9531250e+00 1.9843750e+00 +2.0156250e+00 2.0468750e+00 2.0781250e+00 2.1093750e+00 +2.1406250e+00 2.1718750e+00 2.2031250e+00 2.2343750e+00 +2.2656250e+00 2.2968750e+00 2.3281250e+00 2.3593750e+00 +2.3906250e+00 2.4218750e+00 2.4531250e+00 2.4843750e+00 +2.5156250e+00 2.5468750e+00 2.5781250e+00 2.6093750e+00 +2.6406250e+00 2.6718750e+00 2.7031250e+00 2.7343750e+00 +2.7656250e+00 2.7968750e+00 2.8281250e+00 2.8593750e+00 +2.8906250e+00 2.9218750e+00 2.9531250e+00 2.9843750e+00 +3.0156250e+00 3.0468750e+00 3.0781250e+00 3.1093750e+00 +3.1406250e+00 3.1718750e+00 3.2031250e+00 3.2343750e+00 +3.2656250e+00 3.2968750e+00 3.3281250e+00 3.3593750e+00 +3.3906250e+00 3.4218750e+00 3.4531250e+00 3.4843750e+00 +3.5156250e+00 3.5468750e+00 3.5781250e+00 3.6093750e+00 +3.6406250e+00 3.6718750e+00 3.7031250e+00 3.7343750e+00 +3.7656250e+00 3.7968750e+00 3.8281250e+00 3.8593750e+00 +3.8906250e+00 3.9218750e+00 3.9531250e+00 3.9843750e+00 +4.0312500e+00 4.0625000e+00 4.0937500e+00 4.1250000e+00 +4.1562500e+00 4.1875000e+00 4.2187500e+00 4.2500000e+00 +4.2812500e+00 4.3125000e+00 4.3437500e+00 4.3750000e+00 +4.4062500e+00 4.4375000e+00 4.4687500e+00 4.5000000e+00 +4.5312500e+00 4.5625000e+00 4.5937500e+00 4.6250000e+00 +4.6562500e+00 4.6875000e+00 4.7187500e+00 4.7500000e+00 +4.7812500e+00 4.8125000e+00 4.8437500e+00 4.8750000e+00 +4.9062500e+00 4.9375000e+00 4.9687500e+00 5.0000000e+00 +5.0312500e+00 5.0625000e+00 5.0937500e+00 5.1250000e+00 +5.1562500e+00 5.1875000e+00 5.2187500e+00 5.2500000e+00 +5.2812500e+00 5.3125000e+00 5.3437500e+00 5.3750000e+00 +5.4062500e+00 5.4375000e+00 5.4687500e+00 5.5000000e+00 +5.5312500e+00 5.5625000e+00 5.5937500e+00 5.6250000e+00 +5.6562500e+00 5.6875000e+00 5.7187500e+00 5.7500000e+00 +5.7812500e+00 5.8125000e+00 5.8437500e+00 5.8750000e+00 +5.9062500e+00 5.9375000e+00 5.9687500e+00 6.0000000e+00 +6.0312500e+00 6.0625000e+00 6.0937500e+00 6.1250000e+00 +6.1562500e+00 6.1875000e+00 6.2187500e+00 6.2500000e+00 +6.2812500e+00 6.3125000e+00 6.3437500e+00 6.3750000e+00 +6.4062500e+00 6.4375000e+00 6.4687500e+00 6.5000000e+00 +6.5312500e+00 6.5625000e+00 6.5937500e+00 6.6250000e+00 +6.6562500e+00 6.6875000e+00 6.7187500e+00 6.7500000e+00 +6.7812500e+00 6.8125000e+00 6.8437500e+00 6.8750000e+00 +6.9062500e+00 6.9375000e+00 6.9687500e+00 7.0000000e+00 +7.0312500e+00 7.0625000e+00 7.0937500e+00 7.1250000e+00 +7.1562500e+00 7.1875000e+00 7.2187500e+00 7.2500000e+00 +7.2812500e+00 7.3125000e+00 7.3437500e+00 7.3750000e+00 +7.4062500e+00 7.4375000e+00 7.4687500e+00 7.5000000e+00 +7.5312500e+00 7.5625000e+00 7.5937500e+00 7.6250000e+00 +7.6562500e+00 7.6875000e+00 7.7187500e+00 7.7500000e+00 +7.7812500e+00 7.8125000e+00 7.8437500e+00 7.8750000e+00 +7.9062500e+00 7.9375000e+00 7.9687500e+00 8.0000000e+00 +8.0000000e+00 8.0625000e+00 8.0625000e+00 8.1250000e+00 +8.1250000e+00 8.1875000e+00 8.1875000e+00 8.2500000e+00 +8.2500000e+00 8.3125000e+00 8.3125000e+00 8.3750000e+00 +8.3750000e+00 8.4375000e+00 8.4375000e+00 8.5000000e+00 +8.5000000e+00 8.5625000e+00 8.5625000e+00 8.6250000e+00 +8.6250000e+00 8.6875000e+00 8.6875000e+00 8.7500000e+00 +8.7500000e+00 8.8125000e+00 8.8125000e+00 8.8750000e+00 +8.8750000e+00 8.9375000e+00 8.9375000e+00 9.0000000e+00 +9.0000000e+00 9.0625000e+00 9.0625000e+00 9.1250000e+00 +9.1250000e+00 9.1875000e+00 9.1875000e+00 9.2500000e+00 +9.2500000e+00 9.3125000e+00 9.3125000e+00 9.3750000e+00 +9.3750000e+00 9.4375000e+00 9.4375000e+00 9.5000000e+00 +9.5000000e+00 9.5625000e+00 9.5625000e+00 9.6250000e+00 +9.6250000e+00 9.6875000e+00 9.6875000e+00 9.7500000e+00 +9.7500000e+00 9.8125000e+00 9.8125000e+00 9.8750000e+00 +9.8750000e+00 9.9375000e+00 9.9375000e+00 1.0000000e+01 +1.0000000e+01 1.0062500e+01 1.0062500e+01 1.0125000e+01 +1.0125000e+01 1.0187500e+01 1.0187500e+01 1.0250000e+01 +1.0250000e+01 1.0312500e+01 1.0312500e+01 1.0375000e+01 +1.0375000e+01 1.0437500e+01 1.0437500e+01 1.0500000e+01 +1.0500000e+01 1.0562500e+01 1.0562500e+01 1.0625000e+01 +1.0625000e+01 1.0687500e+01 1.0687500e+01 1.0750000e+01 +1.0750000e+01 1.0812500e+01 1.0812500e+01 1.0875000e+01 +1.0875000e+01 1.0937500e+01 1.0937500e+01 1.1000000e+01 +1.1000000e+01 1.1062500e+01 1.1062500e+01 1.1125000e+01 +1.1125000e+01 1.1187500e+01 1.1187500e+01 1.1250000e+01 +1.1250000e+01 1.1312500e+01 1.1312500e+01 1.1375000e+01 +1.1375000e+01 1.1437500e+01 1.1437500e+01 1.1500000e+01 +1.1500000e+01 1.1562500e+01 1.1562500e+01 1.1625000e+01 +1.1625000e+01 1.1687500e+01 1.1687500e+01 1.1750000e+01 +1.1750000e+01 1.1812500e+01 1.1812500e+01 1.1875000e+01 +1.1875000e+01 1.1937500e+01 1.1937500e+01 1.2000000e+01 +1.2000000e+01 1.2062500e+01 1.2062500e+01 1.2125000e+01 +1.2125000e+01 1.2187500e+01 1.2187500e+01 1.2250000e+01 +1.2250000e+01 1.2312500e+01 1.2312500e+01 1.2375000e+01 +1.2375000e+01 1.2437500e+01 1.2437500e+01 1.2500000e+01 +1.2500000e+01 1.2562500e+01 1.2562500e+01 1.2625000e+01 +1.2625000e+01 1.2687500e+01 1.2687500e+01 1.2750000e+01 +1.2750000e+01 1.2812500e+01 1.2812500e+01 1.2875000e+01 +1.2875000e+01 1.2937500e+01 1.2937500e+01 1.3000000e+01 +1.3000000e+01 1.3062500e+01 1.3062500e+01 1.3125000e+01 +1.3125000e+01 1.3187500e+01 1.3187500e+01 1.3250000e+01 +1.3250000e+01 1.3312500e+01 1.3312500e+01 1.3375000e+01 +1.3375000e+01 1.3437500e+01 1.3437500e+01 1.3500000e+01 +1.3500000e+01 1.3562500e+01 1.3562500e+01 1.3625000e+01 +1.3625000e+01 1.3687500e+01 1.3687500e+01 1.3750000e+01 +1.3750000e+01 1.3812500e+01 1.3812500e+01 1.3875000e+01 +1.3875000e+01 1.3937500e+01 1.3937500e+01 1.4000000e+01 +1.4000000e+01 1.4062500e+01 1.4062500e+01 1.4125000e+01 +1.4125000e+01 1.4187500e+01 1.4187500e+01 1.4250000e+01 +1.4250000e+01 1.4312500e+01 1.4312500e+01 1.4375000e+01 +1.4375000e+01 1.4437500e+01 1.4437500e+01 1.4500000e+01 +1.4500000e+01 1.4562500e+01 1.4562500e+01 1.4625000e+01 +1.4625000e+01 1.4687500e+01 1.4687500e+01 1.4750000e+01 +1.4750000e+01 1.4812500e+01 1.4812500e+01 1.4875000e+01 +1.4875000e+01 1.4937500e+01 1.4937500e+01 1.5000000e+01 +1.5000000e+01 1.5062500e+01 1.5062500e+01 1.5125000e+01 +1.5125000e+01 1.5187500e+01 1.5187500e+01 1.5250000e+01 +1.5250000e+01 1.5312500e+01 1.5312500e+01 1.5375000e+01 +1.5375000e+01 1.5437500e+01 1.5437500e+01 1.5500000e+01 +1.5500000e+01 1.5562500e+01 1.5562500e+01 1.5625000e+01 +1.5625000e+01 1.5687500e+01 1.5687500e+01 1.5750000e+01 +1.5750000e+01 1.5812500e+01 1.5812500e+01 1.5875000e+01 +1.5875000e+01 1.5937500e+01 1.5937500e+01 1.6000000e+01 +-1.6000000e+01 -1.5937500e+01 -1.5937500e+01 -1.5875000e+01 +-1.5875000e+01 -1.5812500e+01 -1.5812500e+01 -1.5750000e+01 +-1.5750000e+01 -1.5687500e+01 -1.5687500e+01 -1.5625000e+01 +-1.5625000e+01 -1.5562500e+01 -1.5562500e+01 -1.5500000e+01 +-1.5500000e+01 -1.5437500e+01 -1.5437500e+01 -1.5375000e+01 +-1.5375000e+01 -1.5312500e+01 -1.5312500e+01 -1.5250000e+01 +-1.5250000e+01 -1.5187500e+01 -1.5187500e+01 -1.5125000e+01 +-1.5125000e+01 -1.5062500e+01 -1.5062500e+01 -1.5000000e+01 +-1.5000000e+01 -1.4937500e+01 -1.4937500e+01 -1.4875000e+01 +-1.4875000e+01 -1.4812500e+01 -1.4812500e+01 -1.4750000e+01 +-1.4750000e+01 -1.4687500e+01 -1.4687500e+01 -1.4625000e+01 +-1.4625000e+01 -1.4562500e+01 -1.4562500e+01 -1.4500000e+01 +-1.4500000e+01 -1.4437500e+01 -1.4437500e+01 -1.4375000e+01 +-1.4375000e+01 -1.4312500e+01 -1.4312500e+01 -1.4250000e+01 +-1.4250000e+01 -1.4187500e+01 -1.4187500e+01 -1.4125000e+01 +-1.4125000e+01 -1.4062500e+01 -1.4062500e+01 -1.4000000e+01 +-1.4000000e+01 -1.3937500e+01 -1.3937500e+01 -1.3875000e+01 +-1.3875000e+01 -1.3812500e+01 -1.3812500e+01 -1.3750000e+01 +-1.3750000e+01 -1.3687500e+01 -1.3687500e+01 -1.3625000e+01 +-1.3625000e+01 -1.3562500e+01 -1.3562500e+01 -1.3500000e+01 +-1.3500000e+01 -1.3437500e+01 -1.3437500e+01 -1.3375000e+01 +-1.3375000e+01 -1.3312500e+01 -1.3312500e+01 -1.3250000e+01 +-1.3250000e+01 -1.3187500e+01 -1.3187500e+01 -1.3125000e+01 +-1.3125000e+01 -1.3062500e+01 -1.3062500e+01 -1.3000000e+01 +-1.3000000e+01 -1.2937500e+01 -1.2937500e+01 -1.2875000e+01 +-1.2875000e+01 -1.2812500e+01 -1.2812500e+01 -1.2750000e+01 +-1.2750000e+01 -1.2687500e+01 -1.2687500e+01 -1.2625000e+01 +-1.2625000e+01 -1.2562500e+01 -1.2562500e+01 -1.2500000e+01 +-1.2500000e+01 -1.2437500e+01 -1.2437500e+01 -1.2375000e+01 +-1.2375000e+01 -1.2312500e+01 -1.2312500e+01 -1.2250000e+01 +-1.2250000e+01 -1.2187500e+01 -1.2187500e+01 -1.2125000e+01 +-1.2125000e+01 -1.2062500e+01 -1.2062500e+01 -1.2000000e+01 +-1.2000000e+01 -1.1937500e+01 -1.1937500e+01 -1.1875000e+01 +-1.1875000e+01 -1.1812500e+01 -1.1812500e+01 -1.1750000e+01 +-1.1750000e+01 -1.1687500e+01 -1.1687500e+01 -1.1625000e+01 +-1.1625000e+01 -1.1562500e+01 -1.1562500e+01 -1.1500000e+01 +-1.1500000e+01 -1.1437500e+01 -1.1437500e+01 -1.1375000e+01 +-1.1375000e+01 -1.1312500e+01 -1.1312500e+01 -1.1250000e+01 +-1.1250000e+01 -1.1187500e+01 -1.1187500e+01 -1.1125000e+01 +-1.1125000e+01 -1.1062500e+01 -1.1062500e+01 -1.1000000e+01 +-1.1000000e+01 -1.0937500e+01 -1.0937500e+01 -1.0875000e+01 +-1.0875000e+01 -1.0812500e+01 -1.0812500e+01 -1.0750000e+01 +-1.0750000e+01 -1.0687500e+01 -1.0687500e+01 -1.0625000e+01 +-1.0625000e+01 -1.0562500e+01 -1.0562500e+01 -1.0500000e+01 +-1.0500000e+01 -1.0437500e+01 -1.0437500e+01 -1.0375000e+01 +-1.0375000e+01 -1.0312500e+01 -1.0312500e+01 -1.0250000e+01 +-1.0250000e+01 -1.0187500e+01 -1.0187500e+01 -1.0125000e+01 +-1.0125000e+01 -1.0062500e+01 -1.0062500e+01 -1.0000000e+01 +-1.0000000e+01 -9.9375000e+00 -9.9375000e+00 -9.8750000e+00 +-9.8750000e+00 -9.8125000e+00 -9.8125000e+00 -9.7500000e+00 +-9.7500000e+00 -9.6875000e+00 -9.6875000e+00 -9.6250000e+00 +-9.6250000e+00 -9.5625000e+00 -9.5625000e+00 -9.5000000e+00 +-9.5000000e+00 -9.4375000e+00 -9.4375000e+00 -9.3750000e+00 +-9.3750000e+00 -9.3125000e+00 -9.3125000e+00 -9.2500000e+00 +-9.2500000e+00 -9.1875000e+00 -9.1875000e+00 -9.1250000e+00 +-9.1250000e+00 -9.0625000e+00 -9.0625000e+00 -9.0000000e+00 +-9.0000000e+00 -8.9375000e+00 -8.9375000e+00 -8.8750000e+00 +-8.8750000e+00 -8.8125000e+00 -8.8125000e+00 -8.7500000e+00 +-8.7500000e+00 -8.6875000e+00 -8.6875000e+00 -8.6250000e+00 +-8.6250000e+00 -8.5625000e+00 -8.5625000e+00 -8.5000000e+00 +-8.5000000e+00 -8.4375000e+00 -8.4375000e+00 -8.3750000e+00 +-8.3750000e+00 -8.3125000e+00 -8.3125000e+00 -8.2500000e+00 +-8.2500000e+00 -8.1875000e+00 -8.1875000e+00 -8.1250000e+00 +-8.1250000e+00 -8.0625000e+00 -8.0625000e+00 -8.0000000e+00 +-8.0000000e+00 -7.9687500e+00 -7.9375000e+00 -7.9062500e+00 +-7.8750000e+00 -7.8437500e+00 -7.8125000e+00 -7.7812500e+00 +-7.7500000e+00 -7.7187500e+00 -7.6875000e+00 -7.6562500e+00 +-7.6250000e+00 -7.5937500e+00 -7.5625000e+00 -7.5312500e+00 +-7.5000000e+00 -7.4687500e+00 -7.4375000e+00 -7.4062500e+00 +-7.3750000e+00 -7.3437500e+00 -7.3125000e+00 -7.2812500e+00 +-7.2500000e+00 -7.2187500e+00 -7.1875000e+00 -7.1562500e+00 +-7.1250000e+00 -7.0937500e+00 -7.0625000e+00 -7.0312500e+00 +-7.0000000e+00 -6.9687500e+00 -6.9375000e+00 -6.9062500e+00 +-6.8750000e+00 -6.8437500e+00 -6.8125000e+00 -6.7812500e+00 +-6.7500000e+00 -6.7187500e+00 -6.6875000e+00 -6.6562500e+00 +-6.6250000e+00 -6.5937500e+00 -6.5625000e+00 -6.5312500e+00 +-6.5000000e+00 -6.4687500e+00 -6.4375000e+00 -6.4062500e+00 +-6.3750000e+00 -6.3437500e+00 -6.3125000e+00 -6.2812500e+00 +-6.2500000e+00 -6.2187500e+00 -6.1875000e+00 -6.1562500e+00 +-6.1250000e+00 -6.0937500e+00 -6.0625000e+00 -6.0312500e+00 +-6.0000000e+00 -5.9687500e+00 -5.9375000e+00 -5.9062500e+00 +-5.8750000e+00 -5.8437500e+00 -5.8125000e+00 -5.7812500e+00 +-5.7500000e+00 -5.7187500e+00 -5.6875000e+00 -5.6562500e+00 +-5.6250000e+00 -5.5937500e+00 -5.5625000e+00 -5.5312500e+00 +-5.5000000e+00 -5.4687500e+00 -5.4375000e+00 -5.4062500e+00 +-5.3750000e+00 -5.3437500e+00 -5.3125000e+00 -5.2812500e+00 +-5.2500000e+00 -5.2187500e+00 -5.1875000e+00 -5.1562500e+00 +-5.1250000e+00 -5.0937500e+00 -5.0625000e+00 -5.0312500e+00 +-5.0000000e+00 -4.9687500e+00 -4.9375000e+00 -4.9062500e+00 +-4.8750000e+00 -4.8437500e+00 -4.8125000e+00 -4.7812500e+00 +-4.7500000e+00 -4.7187500e+00 -4.6875000e+00 -4.6562500e+00 +-4.6250000e+00 -4.5937500e+00 -4.5625000e+00 -4.5312500e+00 +-4.5000000e+00 -4.4687500e+00 -4.4375000e+00 -4.4062500e+00 +-4.3750000e+00 -4.3437500e+00 -4.3125000e+00 -4.2812500e+00 +-4.2500000e+00 -4.2187500e+00 -4.1875000e+00 -4.1562500e+00 +-4.1250000e+00 -4.0937500e+00 -4.0625000e+00 -4.0312500e+00 +-3.9843750e+00 -3.9531250e+00 -3.9218750e+00 -3.8906250e+00 +-3.8593750e+00 -3.8281250e+00 -3.7968750e+00 -3.7656250e+00 +-3.7343750e+00 -3.7031250e+00 -3.6718750e+00 -3.6406250e+00 +-3.6093750e+00 -3.5781250e+00 -3.5468750e+00 -3.5156250e+00 +-3.4843750e+00 -3.4531250e+00 -3.4218750e+00 -3.3906250e+00 +-3.3593750e+00 -3.3281250e+00 -3.2968750e+00 -3.2656250e+00 +-3.2343750e+00 -3.2031250e+00 -3.1718750e+00 -3.1406250e+00 +-3.1093750e+00 -3.0781250e+00 -3.0468750e+00 -3.0156250e+00 +-2.9843750e+00 -2.9531250e+00 -2.9218750e+00 -2.8906250e+00 +-2.8593750e+00 -2.8281250e+00 -2.7968750e+00 -2.7656250e+00 +-2.7343750e+00 -2.7031250e+00 -2.6718750e+00 -2.6406250e+00 +-2.6093750e+00 -2.5781250e+00 -2.5468750e+00 -2.5156250e+00 +-2.4843750e+00 -2.4531250e+00 -2.4218750e+00 -2.3906250e+00 +-2.3593750e+00 -2.3281250e+00 -2.2968750e+00 -2.2656250e+00 +-2.2343750e+00 -2.2031250e+00 -2.1718750e+00 -2.1406250e+00 +-2.1093750e+00 -2.0781250e+00 -2.0468750e+00 -2.0156250e+00 +-1.9843750e+00 -1.9531250e+00 -1.9218750e+00 -1.8906250e+00 +-1.8593750e+00 -1.8281250e+00 -1.7968750e+00 -1.7656250e+00 +-1.7343750e+00 -1.7031250e+00 -1.6718750e+00 -1.6406250e+00 +-1.6093750e+00 -1.5781250e+00 -1.5468750e+00 -1.5156250e+00 +-1.4843750e+00 -1.4531250e+00 -1.4218750e+00 -1.3906250e+00 +-1.3593750e+00 -1.3281250e+00 -1.2968750e+00 -1.2656250e+00 +-1.2343750e+00 -1.2031250e+00 -1.1718750e+00 -1.1406250e+00 +-1.1093750e+00 -1.0781250e+00 -1.0468750e+00 -1.0156250e+00 +-9.8437500e-01 -9.5312500e-01 -9.2187500e-01 -8.9062500e-01 +-8.5937500e-01 -8.2812500e-01 -7.9687500e-01 -7.6562500e-01 +-7.3437500e-01 -7.0312500e-01 -6.7187500e-01 -6.4062500e-01 +-6.0937500e-01 -5.7812500e-01 -5.4687500e-01 -5.1562500e-01 +-4.8437500e-01 -4.5312500e-01 -4.2187500e-01 -3.9062500e-01 +-3.5937500e-01 -3.2812500e-01 -2.9687500e-01 -2.6562500e-01 +-2.3437500e-01 -2.0312500e-01 -1.7187500e-01 -1.4062500e-01 +-1.0937500e-01 -7.8125000e-02 -4.6875000e-02 -1.5625000e-02 +1.5625000e-02 4.6875000e-02 7.8125000e-02 1.0937500e-01 +1.4062500e-01 1.7187500e-01 2.0312500e-01 2.3437500e-01 +2.6562500e-01 2.9687500e-01 3.2812500e-01 3.5937500e-01 +3.9062500e-01 4.2187500e-01 4.5312500e-01 4.8437500e-01 +5.1562500e-01 5.4687500e-01 5.7812500e-01 6.0937500e-01 +6.4062500e-01 6.7187500e-01 7.0312500e-01 7.3437500e-01 +7.6562500e-01 7.9687500e-01 8.2812500e-01 8.5937500e-01 +8.9062500e-01 9.2187500e-01 9.5312500e-01 9.8437500e-01 +1.0156250e+00 1.0468750e+00 1.0781250e+00 1.1093750e+00 +1.1406250e+00 1.1718750e+00 1.2031250e+00 1.2343750e+00 +1.2656250e+00 1.2968750e+00 1.3281250e+00 1.3593750e+00 +1.3906250e+00 1.4218750e+00 1.4531250e+00 1.4843750e+00 +1.5156250e+00 1.5468750e+00 1.5781250e+00 1.6093750e+00 +1.6406250e+00 1.6718750e+00 1.7031250e+00 1.7343750e+00 +1.7656250e+00 1.7968750e+00 1.8281250e+00 1.8593750e+00 +1.8906250e+00 1.9218750e+00 1.9531250e+00 1.9843750e+00 +2.0156250e+00 2.0468750e+00 2.0781250e+00 2.1093750e+00 +2.1406250e+00 2.1718750e+00 2.2031250e+00 2.2343750e+00 +2.2656250e+00 2.2968750e+00 2.3281250e+00 2.3593750e+00 +2.3906250e+00 2.4218750e+00 2.4531250e+00 2.4843750e+00 +2.5156250e+00 2.5468750e+00 2.5781250e+00 2.6093750e+00 +2.6406250e+00 2.6718750e+00 2.7031250e+00 2.7343750e+00 +2.7656250e+00 2.7968750e+00 2.8281250e+00 2.8593750e+00 +2.8906250e+00 2.9218750e+00 2.9531250e+00 2.9843750e+00 +3.0156250e+00 3.0468750e+00 3.0781250e+00 3.1093750e+00 +3.1406250e+00 3.1718750e+00 3.2031250e+00 3.2343750e+00 +3.2656250e+00 3.2968750e+00 3.3281250e+00 3.3593750e+00 +3.3906250e+00 3.4218750e+00 3.4531250e+00 3.4843750e+00 +3.5156250e+00 3.5468750e+00 3.5781250e+00 3.6093750e+00 +3.6406250e+00 3.6718750e+00 3.7031250e+00 3.7343750e+00 +3.7656250e+00 3.7968750e+00 3.8281250e+00 3.8593750e+00 +3.8906250e+00 3.9218750e+00 3.9531250e+00 3.9843750e+00 +4.0312500e+00 4.0625000e+00 4.0937500e+00 4.1250000e+00 +4.1562500e+00 4.1875000e+00 4.2187500e+00 4.2500000e+00 +4.2812500e+00 4.3125000e+00 4.3437500e+00 4.3750000e+00 +4.4062500e+00 4.4375000e+00 4.4687500e+00 4.5000000e+00 +4.5312500e+00 4.5625000e+00 4.5937500e+00 4.6250000e+00 +4.6562500e+00 4.6875000e+00 4.7187500e+00 4.7500000e+00 +4.7812500e+00 4.8125000e+00 4.8437500e+00 4.8750000e+00 +4.9062500e+00 4.9375000e+00 4.9687500e+00 5.0000000e+00 +5.0312500e+00 5.0625000e+00 5.0937500e+00 5.1250000e+00 +5.1562500e+00 5.1875000e+00 5.2187500e+00 5.2500000e+00 +5.2812500e+00 5.3125000e+00 5.3437500e+00 5.3750000e+00 +5.4062500e+00 5.4375000e+00 5.4687500e+00 5.5000000e+00 +5.5312500e+00 5.5625000e+00 5.5937500e+00 5.6250000e+00 +5.6562500e+00 5.6875000e+00 5.7187500e+00 5.7500000e+00 +5.7812500e+00 5.8125000e+00 5.8437500e+00 5.8750000e+00 +5.9062500e+00 5.9375000e+00 5.9687500e+00 6.0000000e+00 +6.0312500e+00 6.0625000e+00 6.0937500e+00 6.1250000e+00 +6.1562500e+00 6.1875000e+00 6.2187500e+00 6.2500000e+00 +6.2812500e+00 6.3125000e+00 6.3437500e+00 6.3750000e+00 +6.4062500e+00 6.4375000e+00 6.4687500e+00 6.5000000e+00 +6.5312500e+00 6.5625000e+00 6.5937500e+00 6.6250000e+00 +6.6562500e+00 6.6875000e+00 6.7187500e+00 6.7500000e+00 +6.7812500e+00 6.8125000e+00 6.8437500e+00 6.8750000e+00 +6.9062500e+00 6.9375000e+00 6.9687500e+00 7.0000000e+00 +7.0312500e+00 7.0625000e+00 7.0937500e+00 7.1250000e+00 +7.1562500e+00 7.1875000e+00 7.2187500e+00 7.2500000e+00 +7.2812500e+00 7.3125000e+00 7.3437500e+00 7.3750000e+00 +7.4062500e+00 7.4375000e+00 7.4687500e+00 7.5000000e+00 +7.5312500e+00 7.5625000e+00 7.5937500e+00 7.6250000e+00 +7.6562500e+00 7.6875000e+00 7.7187500e+00 7.7500000e+00 +7.7812500e+00 7.8125000e+00 7.8437500e+00 7.8750000e+00 +7.9062500e+00 7.9375000e+00 7.9687500e+00 8.0000000e+00 +8.0000000e+00 8.0625000e+00 8.0625000e+00 8.1250000e+00 +8.1250000e+00 8.1875000e+00 8.1875000e+00 8.2500000e+00 +8.2500000e+00 8.3125000e+00 8.3125000e+00 8.3750000e+00 +8.3750000e+00 8.4375000e+00 8.4375000e+00 8.5000000e+00 +8.5000000e+00 8.5625000e+00 8.5625000e+00 8.6250000e+00 +8.6250000e+00 8.6875000e+00 8.6875000e+00 8.7500000e+00 +8.7500000e+00 8.8125000e+00 8.8125000e+00 8.8750000e+00 +8.8750000e+00 8.9375000e+00 8.9375000e+00 9.0000000e+00 +9.0000000e+00 9.0625000e+00 9.0625000e+00 9.1250000e+00 +9.1250000e+00 9.1875000e+00 9.1875000e+00 9.2500000e+00 +9.2500000e+00 9.3125000e+00 9.3125000e+00 9.3750000e+00 +9.3750000e+00 9.4375000e+00 9.4375000e+00 9.5000000e+00 +9.5000000e+00 9.5625000e+00 9.5625000e+00 9.6250000e+00 +9.6250000e+00 9.6875000e+00 9.6875000e+00 9.7500000e+00 +9.7500000e+00 9.8125000e+00 9.8125000e+00 9.8750000e+00 +9.8750000e+00 9.9375000e+00 9.9375000e+00 1.0000000e+01 +1.0000000e+01 1.0062500e+01 1.0062500e+01 1.0125000e+01 +1.0125000e+01 1.0187500e+01 1.0187500e+01 1.0250000e+01 +1.0250000e+01 1.0312500e+01 1.0312500e+01 1.0375000e+01 +1.0375000e+01 1.0437500e+01 1.0437500e+01 1.0500000e+01 +1.0500000e+01 1.0562500e+01 1.0562500e+01 1.0625000e+01 +1.0625000e+01 1.0687500e+01 1.0687500e+01 1.0750000e+01 +1.0750000e+01 1.0812500e+01 1.0812500e+01 1.0875000e+01 +1.0875000e+01 1.0937500e+01 1.0937500e+01 1.1000000e+01 +1.1000000e+01 1.1062500e+01 1.1062500e+01 1.1125000e+01 +1.1125000e+01 1.1187500e+01 1.1187500e+01 1.1250000e+01 +1.1250000e+01 1.1312500e+01 1.1312500e+01 1.1375000e+01 +1.1375000e+01 1.1437500e+01 1.1437500e+01 1.1500000e+01 +1.1500000e+01 1.1562500e+01 1.1562500e+01 1.1625000e+01 +1.1625000e+01 1.1687500e+01 1.1687500e+01 1.1750000e+01 +1.1750000e+01 1.1812500e+01 1.1812500e+01 1.1875000e+01 +1.1875000e+01 1.1937500e+01 1.1937500e+01 1.2000000e+01 +1.2000000e+01 1.2062500e+01 1.2062500e+01 1.2125000e+01 +1.2125000e+01 1.2187500e+01 1.2187500e+01 1.2250000e+01 +1.2250000e+01 1.2312500e+01 1.2312500e+01 1.2375000e+01 +1.2375000e+01 1.2437500e+01 1.2437500e+01 1.2500000e+01 +1.2500000e+01 1.2562500e+01 1.2562500e+01 1.2625000e+01 +1.2625000e+01 1.2687500e+01 1.2687500e+01 1.2750000e+01 +1.2750000e+01 1.2812500e+01 1.2812500e+01 1.2875000e+01 +1.2875000e+01 1.2937500e+01 1.2937500e+01 1.3000000e+01 +1.3000000e+01 1.3062500e+01 1.3062500e+01 1.3125000e+01 +1.3125000e+01 1.3187500e+01 1.3187500e+01 1.3250000e+01 +1.3250000e+01 1.3312500e+01 1.3312500e+01 1.3375000e+01 +1.3375000e+01 1.3437500e+01 1.3437500e+01 1.3500000e+01 +1.3500000e+01 1.3562500e+01 1.3562500e+01 1.3625000e+01 +1.3625000e+01 1.3687500e+01 1.3687500e+01 1.3750000e+01 +1.3750000e+01 1.3812500e+01 1.3812500e+01 1.3875000e+01 +1.3875000e+01 1.3937500e+01 1.3937500e+01 1.4000000e+01 +1.4000000e+01 1.4062500e+01 1.4062500e+01 1.4125000e+01 +1.4125000e+01 1.4187500e+01 1.4187500e+01 1.4250000e+01 +1.4250000e+01 1.4312500e+01 1.4312500e+01 1.4375000e+01 +1.4375000e+01 1.4437500e+01 1.4437500e+01 1.4500000e+01 +1.4500000e+01 1.4562500e+01 1.4562500e+01 1.4625000e+01 +1.4625000e+01 1.4687500e+01 1.4687500e+01 1.4750000e+01 +1.4750000e+01 1.4812500e+01 1.4812500e+01 1.4875000e+01 +1.4875000e+01 1.4937500e+01 1.4937500e+01 1.5000000e+01 +1.5000000e+01 1.5062500e+01 1.5062500e+01 1.5125000e+01 +1.5125000e+01 1.5187500e+01 1.5187500e+01 1.5250000e+01 +1.5250000e+01 1.5312500e+01 1.5312500e+01 1.5375000e+01 +1.5375000e+01 1.5437500e+01 1.5437500e+01 1.5500000e+01 +1.5500000e+01 1.5562500e+01 1.5562500e+01 1.5625000e+01 +1.5625000e+01 1.5687500e+01 1.5687500e+01 1.5750000e+01 +1.5750000e+01 1.5812500e+01 1.5812500e+01 1.5875000e+01 +1.5875000e+01 1.5937500e+01 1.5937500e+01 1.6000000e+01 +-1.6000000e+01 -1.5937500e+01 -1.5937500e+01 -1.5875000e+01 +-1.5875000e+01 -1.5812500e+01 -1.5812500e+01 -1.5750000e+01 +-1.5750000e+01 -1.5687500e+01 -1.5687500e+01 -1.5625000e+01 +-1.5625000e+01 -1.5562500e+01 -1.5562500e+01 -1.5500000e+01 +-1.5500000e+01 -1.5437500e+01 -1.5437500e+01 -1.5375000e+01 +-1.5375000e+01 -1.5312500e+01 -1.5312500e+01 -1.5250000e+01 +-1.5250000e+01 -1.5187500e+01 -1.5187500e+01 -1.5125000e+01 +-1.5125000e+01 -1.5062500e+01 -1.5062500e+01 -1.5000000e+01 +-1.5000000e+01 -1.4937500e+01 -1.4937500e+01 -1.4875000e+01 +-1.4875000e+01 -1.4812500e+01 -1.4812500e+01 -1.4750000e+01 +-1.4750000e+01 -1.4687500e+01 -1.4687500e+01 -1.4625000e+01 +-1.4625000e+01 -1.4562500e+01 -1.4562500e+01 -1.4500000e+01 +-1.4500000e+01 -1.4437500e+01 -1.4437500e+01 -1.4375000e+01 +-1.4375000e+01 -1.4312500e+01 -1.4312500e+01 -1.4250000e+01 +-1.4250000e+01 -1.4187500e+01 -1.4187500e+01 -1.4125000e+01 +-1.4125000e+01 -1.4062500e+01 -1.4062500e+01 -1.4000000e+01 +-1.4000000e+01 -1.3937500e+01 -1.3937500e+01 -1.3875000e+01 +-1.3875000e+01 -1.3812500e+01 -1.3812500e+01 -1.3750000e+01 +-1.3750000e+01 -1.3687500e+01 -1.3687500e+01 -1.3625000e+01 +-1.3625000e+01 -1.3562500e+01 -1.3562500e+01 -1.3500000e+01 +-1.3500000e+01 -1.3437500e+01 -1.3437500e+01 -1.3375000e+01 +-1.3375000e+01 -1.3312500e+01 -1.3312500e+01 -1.3250000e+01 +-1.3250000e+01 -1.3187500e+01 -1.3187500e+01 -1.3125000e+01 +-1.3125000e+01 -1.3062500e+01 -1.3062500e+01 -1.3000000e+01 +-1.3000000e+01 -1.2937500e+01 -1.2937500e+01 -1.2875000e+01 +-1.2875000e+01 -1.2812500e+01 -1.2812500e+01 -1.2750000e+01 +-1.2750000e+01 -1.2687500e+01 -1.2687500e+01 -1.2625000e+01 +-1.2625000e+01 -1.2562500e+01 -1.2562500e+01 -1.2500000e+01 +-1.2500000e+01 -1.2437500e+01 -1.2437500e+01 -1.2375000e+01 +-1.2375000e+01 -1.2312500e+01 -1.2312500e+01 -1.2250000e+01 +-1.2250000e+01 -1.2187500e+01 -1.2187500e+01 -1.2125000e+01 +-1.2125000e+01 -1.2062500e+01 -1.2062500e+01 -1.2000000e+01 +-1.2000000e+01 -1.1937500e+01 -1.1937500e+01 -1.1875000e+01 +-1.1875000e+01 -1.1812500e+01 -1.1812500e+01 -1.1750000e+01 +-1.1750000e+01 -1.1687500e+01 -1.1687500e+01 -1.1625000e+01 +-1.1625000e+01 -1.1562500e+01 -1.1562500e+01 -1.1500000e+01 +-1.1500000e+01 -1.1437500e+01 -1.1437500e+01 -1.1375000e+01 +-1.1375000e+01 -1.1312500e+01 -1.1312500e+01 -1.1250000e+01 +-1.1250000e+01 -1.1187500e+01 -1.1187500e+01 -1.1125000e+01 +-1.1125000e+01 -1.1062500e+01 -1.1062500e+01 -1.1000000e+01 +-1.1000000e+01 -1.0937500e+01 -1.0937500e+01 -1.0875000e+01 +-1.0875000e+01 -1.0812500e+01 -1.0812500e+01 -1.0750000e+01 +-1.0750000e+01 -1.0687500e+01 -1.0687500e+01 -1.0625000e+01 +-1.0625000e+01 -1.0562500e+01 -1.0562500e+01 -1.0500000e+01 +-1.0500000e+01 -1.0437500e+01 -1.0437500e+01 -1.0375000e+01 +-1.0375000e+01 -1.0312500e+01 -1.0312500e+01 -1.0250000e+01 +-1.0250000e+01 -1.0187500e+01 -1.0187500e+01 -1.0125000e+01 +-1.0125000e+01 -1.0062500e+01 -1.0062500e+01 -1.0000000e+01 +-1.0000000e+01 -9.9375000e+00 -9.9375000e+00 -9.8750000e+00 +-9.8750000e+00 -9.8125000e+00 -9.8125000e+00 -9.7500000e+00 +-9.7500000e+00 -9.6875000e+00 -9.6875000e+00 -9.6250000e+00 +-9.6250000e+00 -9.5625000e+00 -9.5625000e+00 -9.5000000e+00 +-9.5000000e+00 -9.4375000e+00 -9.4375000e+00 -9.3750000e+00 +-9.3750000e+00 -9.3125000e+00 -9.3125000e+00 -9.2500000e+00 +-9.2500000e+00 -9.1875000e+00 -9.1875000e+00 -9.1250000e+00 +-9.1250000e+00 -9.0625000e+00 -9.0625000e+00 -9.0000000e+00 +-9.0000000e+00 -8.9375000e+00 -8.9375000e+00 -8.8750000e+00 +-8.8750000e+00 -8.8125000e+00 -8.8125000e+00 -8.7500000e+00 +-8.7500000e+00 -8.6875000e+00 -8.6875000e+00 -8.6250000e+00 +-8.6250000e+00 -8.5625000e+00 -8.5625000e+00 -8.5000000e+00 +-8.5000000e+00 -8.4375000e+00 -8.4375000e+00 -8.3750000e+00 +-8.3750000e+00 -8.3125000e+00 -8.3125000e+00 -8.2500000e+00 +-8.2500000e+00 -8.1875000e+00 -8.1875000e+00 -8.1250000e+00 +-8.1250000e+00 -8.0625000e+00 -8.0625000e+00 -8.0000000e+00 +-8.0000000e+00 -7.9687500e+00 -7.9375000e+00 -7.9062500e+00 +-7.8750000e+00 -7.8437500e+00 -7.8125000e+00 -7.7812500e+00 +-7.7500000e+00 -7.7187500e+00 -7.6875000e+00 -7.6562500e+00 +-7.6250000e+00 -7.5937500e+00 -7.5625000e+00 -7.5312500e+00 +-7.5000000e+00 -7.4687500e+00 -7.4375000e+00 -7.4062500e+00 +-7.3750000e+00 -7.3437500e+00 -7.3125000e+00 -7.2812500e+00 +-7.2500000e+00 -7.2187500e+00 -7.1875000e+00 -7.1562500e+00 +-7.1250000e+00 -7.0937500e+00 -7.0625000e+00 -7.0312500e+00 +-7.0000000e+00 -6.9687500e+00 -6.9375000e+00 -6.9062500e+00 +-6.8750000e+00 -6.8437500e+00 -6.8125000e+00 -6.7812500e+00 +-6.7500000e+00 -6.7187500e+00 -6.6875000e+00 -6.6562500e+00 +-6.6250000e+00 -6.5937500e+00 -6.5625000e+00 -6.5312500e+00 +-6.5000000e+00 -6.4687500e+00 -6.4375000e+00 -6.4062500e+00 +-6.3750000e+00 -6.3437500e+00 -6.3125000e+00 -6.2812500e+00 +-6.2500000e+00 -6.2187500e+00 -6.1875000e+00 -6.1562500e+00 +-6.1250000e+00 -6.0937500e+00 -6.0625000e+00 -6.0312500e+00 +-6.0000000e+00 -5.9687500e+00 -5.9375000e+00 -5.9062500e+00 +-5.8750000e+00 -5.8437500e+00 -5.8125000e+00 -5.7812500e+00 +-5.7500000e+00 -5.7187500e+00 -5.6875000e+00 -5.6562500e+00 +-5.6250000e+00 -5.5937500e+00 -5.5625000e+00 -5.5312500e+00 +-5.5000000e+00 -5.4687500e+00 -5.4375000e+00 -5.4062500e+00 +-5.3750000e+00 -5.3437500e+00 -5.3125000e+00 -5.2812500e+00 +-5.2500000e+00 -5.2187500e+00 -5.1875000e+00 -5.1562500e+00 +-5.1250000e+00 -5.0937500e+00 -5.0625000e+00 -5.0312500e+00 +-5.0000000e+00 -4.9687500e+00 -4.9375000e+00 -4.9062500e+00 +-4.8750000e+00 -4.8437500e+00 -4.8125000e+00 -4.7812500e+00 +-4.7500000e+00 -4.7187500e+00 -4.6875000e+00 -4.6562500e+00 +-4.6250000e+00 -4.5937500e+00 -4.5625000e+00 -4.5312500e+00 +-4.5000000e+00 -4.4687500e+00 -4.4375000e+00 -4.4062500e+00 +-4.3750000e+00 -4.3437500e+00 -4.3125000e+00 -4.2812500e+00 +-4.2500000e+00 -4.2187500e+00 -4.1875000e+00 -4.1562500e+00 +-4.1250000e+00 -4.0937500e+00 -4.0625000e+00 -4.0312500e+00 +-3.9843750e+00 -3.9531250e+00 -3.9218750e+00 -3.8906250e+00 +-3.8593750e+00 -3.8281250e+00 -3.7968750e+00 -3.7656250e+00 +-3.7343750e+00 -3.7031250e+00 -3.6718750e+00 -3.6406250e+00 +-3.6093750e+00 -3.5781250e+00 -3.5468750e+00 -3.5156250e+00 +-3.4843750e+00 -3.4531250e+00 -3.4218750e+00 -3.3906250e+00 +-3.3593750e+00 -3.3281250e+00 -3.2968750e+00 -3.2656250e+00 +-3.2343750e+00 -3.2031250e+00 -3.1718750e+00 -3.1406250e+00 +-3.1093750e+00 -3.0781250e+00 -3.0468750e+00 -3.0156250e+00 +-2.9843750e+00 -2.9531250e+00 -2.9218750e+00 -2.8906250e+00 +-2.8593750e+00 -2.8281250e+00 -2.7968750e+00 -2.7656250e+00 +-2.7343750e+00 -2.7031250e+00 -2.6718750e+00 -2.6406250e+00 +-2.6093750e+00 -2.5781250e+00 -2.5468750e+00 -2.5156250e+00 +-2.4843750e+00 -2.4531250e+00 -2.4218750e+00 -2.3906250e+00 +-2.3593750e+00 -2.3281250e+00 -2.2968750e+00 -2.2656250e+00 +-2.2343750e+00 -2.2031250e+00 -2.1718750e+00 -2.1406250e+00 +-2.1093750e+00 -2.0781250e+00 -2.0468750e+00 -2.0156250e+00 +-1.9843750e+00 -1.9531250e+00 -1.9218750e+00 -1.8906250e+00 +-1.8593750e+00 -1.8281250e+00 -1.7968750e+00 -1.7656250e+00 +-1.7343750e+00 -1.7031250e+00 -1.6718750e+00 -1.6406250e+00 +-1.6093750e+00 -1.5781250e+00 -1.5468750e+00 -1.5156250e+00 +-1.4843750e+00 -1.4531250e+00 -1.4218750e+00 -1.3906250e+00 +-1.3593750e+00 -1.3281250e+00 -1.2968750e+00 -1.2656250e+00 +-1.2343750e+00 -1.2031250e+00 -1.1718750e+00 -1.1406250e+00 +-1.1093750e+00 -1.0781250e+00 -1.0468750e+00 -1.0156250e+00 +-9.8437500e-01 -9.5312500e-01 -9.2187500e-01 -8.9062500e-01 +-8.5937500e-01 -8.2812500e-01 -7.9687500e-01 -7.6562500e-01 +-7.3437500e-01 -7.0312500e-01 -6.7187500e-01 -6.4062500e-01 +-6.0937500e-01 -5.7812500e-01 -5.4687500e-01 -5.1562500e-01 +-4.8437500e-01 -4.5312500e-01 -4.2187500e-01 -3.9062500e-01 +-3.5937500e-01 -3.2812500e-01 -2.9687500e-01 -2.6562500e-01 +-2.3437500e-01 -2.0312500e-01 -1.7187500e-01 -1.4062500e-01 +-1.0937500e-01 -7.8125000e-02 -4.6875000e-02 -1.5625000e-02 +1.5625000e-02 4.6875000e-02 7.8125000e-02 1.0937500e-01 +1.4062500e-01 1.7187500e-01 2.0312500e-01 2.3437500e-01 +2.6562500e-01 2.9687500e-01 3.2812500e-01 3.5937500e-01 +3.9062500e-01 4.2187500e-01 4.5312500e-01 4.8437500e-01 +5.1562500e-01 5.4687500e-01 5.7812500e-01 6.0937500e-01 +6.4062500e-01 6.7187500e-01 7.0312500e-01 7.3437500e-01 +7.6562500e-01 7.9687500e-01 8.2812500e-01 8.5937500e-01 +8.9062500e-01 9.2187500e-01 9.5312500e-01 9.8437500e-01 +1.0156250e+00 1.0468750e+00 1.0781250e+00 1.1093750e+00 +1.1406250e+00 1.1718750e+00 1.2031250e+00 1.2343750e+00 +1.2656250e+00 1.2968750e+00 1.3281250e+00 1.3593750e+00 +1.3906250e+00 1.4218750e+00 1.4531250e+00 1.4843750e+00 +1.5156250e+00 1.5468750e+00 1.5781250e+00 1.6093750e+00 +1.6406250e+00 1.6718750e+00 1.7031250e+00 1.7343750e+00 +1.7656250e+00 1.7968750e+00 1.8281250e+00 1.8593750e+00 +1.8906250e+00 1.9218750e+00 1.9531250e+00 1.9843750e+00 +2.0156250e+00 2.0468750e+00 2.0781250e+00 2.1093750e+00 +2.1406250e+00 2.1718750e+00 2.2031250e+00 2.2343750e+00 +2.2656250e+00 2.2968750e+00 2.3281250e+00 2.3593750e+00 +2.3906250e+00 2.4218750e+00 2.4531250e+00 2.4843750e+00 +2.5156250e+00 2.5468750e+00 2.5781250e+00 2.6093750e+00 +2.6406250e+00 2.6718750e+00 2.7031250e+00 2.7343750e+00 +2.7656250e+00 2.7968750e+00 2.8281250e+00 2.8593750e+00 +2.8906250e+00 2.9218750e+00 2.9531250e+00 2.9843750e+00 +3.0156250e+00 3.0468750e+00 3.0781250e+00 3.1093750e+00 +3.1406250e+00 3.1718750e+00 3.2031250e+00 3.2343750e+00 +3.2656250e+00 3.2968750e+00 3.3281250e+00 3.3593750e+00 +3.3906250e+00 3.4218750e+00 3.4531250e+00 3.4843750e+00 +3.5156250e+00 3.5468750e+00 3.5781250e+00 3.6093750e+00 +3.6406250e+00 3.6718750e+00 3.7031250e+00 3.7343750e+00 +3.7656250e+00 3.7968750e+00 3.8281250e+00 3.8593750e+00 +3.8906250e+00 3.9218750e+00 3.9531250e+00 3.9843750e+00 +4.0312500e+00 4.0625000e+00 4.0937500e+00 4.1250000e+00 +4.1562500e+00 4.1875000e+00 4.2187500e+00 4.2500000e+00 +4.2812500e+00 4.3125000e+00 4.3437500e+00 4.3750000e+00 +4.4062500e+00 4.4375000e+00 4.4687500e+00 4.5000000e+00 +4.5312500e+00 4.5625000e+00 4.5937500e+00 4.6250000e+00 +4.6562500e+00 4.6875000e+00 4.7187500e+00 4.7500000e+00 +4.7812500e+00 4.8125000e+00 4.8437500e+00 4.8750000e+00 +4.9062500e+00 4.9375000e+00 4.9687500e+00 5.0000000e+00 +5.0312500e+00 5.0625000e+00 5.0937500e+00 5.1250000e+00 +5.1562500e+00 5.1875000e+00 5.2187500e+00 5.2500000e+00 +5.2812500e+00 5.3125000e+00 5.3437500e+00 5.3750000e+00 +5.4062500e+00 5.4375000e+00 5.4687500e+00 5.5000000e+00 +5.5312500e+00 5.5625000e+00 5.5937500e+00 5.6250000e+00 +5.6562500e+00 5.6875000e+00 5.7187500e+00 5.7500000e+00 +5.7812500e+00 5.8125000e+00 5.8437500e+00 5.8750000e+00 +5.9062500e+00 5.9375000e+00 5.9687500e+00 6.0000000e+00 +6.0312500e+00 6.0625000e+00 6.0937500e+00 6.1250000e+00 +6.1562500e+00 6.1875000e+00 6.2187500e+00 6.2500000e+00 +6.2812500e+00 6.3125000e+00 6.3437500e+00 6.3750000e+00 +6.4062500e+00 6.4375000e+00 6.4687500e+00 6.5000000e+00 +6.5312500e+00 6.5625000e+00 6.5937500e+00 6.6250000e+00 +6.6562500e+00 6.6875000e+00 6.7187500e+00 6.7500000e+00 +6.7812500e+00 6.8125000e+00 6.8437500e+00 6.8750000e+00 +6.9062500e+00 6.9375000e+00 6.9687500e+00 7.0000000e+00 +7.0312500e+00 7.0625000e+00 7.0937500e+00 7.1250000e+00 +7.1562500e+00 7.1875000e+00 7.2187500e+00 7.2500000e+00 +7.2812500e+00 7.3125000e+00 7.3437500e+00 7.3750000e+00 +7.4062500e+00 7.4375000e+00 7.4687500e+00 7.5000000e+00 +7.5312500e+00 7.5625000e+00 7.5937500e+00 7.6250000e+00 +7.6562500e+00 7.6875000e+00 7.7187500e+00 7.7500000e+00 +7.7812500e+00 7.8125000e+00 7.8437500e+00 7.8750000e+00 +7.9062500e+00 7.9375000e+00 7.9687500e+00 8.0000000e+00 +8.0000000e+00 8.0625000e+00 8.0625000e+00 8.1250000e+00 +8.1250000e+00 8.1875000e+00 8.1875000e+00 8.2500000e+00 +8.2500000e+00 8.3125000e+00 8.3125000e+00 8.3750000e+00 +8.3750000e+00 8.4375000e+00 8.4375000e+00 8.5000000e+00 +8.5000000e+00 8.5625000e+00 8.5625000e+00 8.6250000e+00 +8.6250000e+00 8.6875000e+00 8.6875000e+00 8.7500000e+00 +8.7500000e+00 8.8125000e+00 8.8125000e+00 8.8750000e+00 +8.8750000e+00 8.9375000e+00 8.9375000e+00 9.0000000e+00 +9.0000000e+00 9.0625000e+00 9.0625000e+00 9.1250000e+00 +9.1250000e+00 9.1875000e+00 9.1875000e+00 9.2500000e+00 +9.2500000e+00 9.3125000e+00 9.3125000e+00 9.3750000e+00 +9.3750000e+00 9.4375000e+00 9.4375000e+00 9.5000000e+00 +9.5000000e+00 9.5625000e+00 9.5625000e+00 9.6250000e+00 +9.6250000e+00 9.6875000e+00 9.6875000e+00 9.7500000e+00 +9.7500000e+00 9.8125000e+00 9.8125000e+00 9.8750000e+00 +9.8750000e+00 9.9375000e+00 9.9375000e+00 1.0000000e+01 +1.0000000e+01 1.0062500e+01 1.0062500e+01 1.0125000e+01 +1.0125000e+01 1.0187500e+01 1.0187500e+01 1.0250000e+01 +1.0250000e+01 1.0312500e+01 1.0312500e+01 1.0375000e+01 +1.0375000e+01 1.0437500e+01 1.0437500e+01 1.0500000e+01 +1.0500000e+01 1.0562500e+01 1.0562500e+01 1.0625000e+01 +1.0625000e+01 1.0687500e+01 1.0687500e+01 1.0750000e+01 +1.0750000e+01 1.0812500e+01 1.0812500e+01 1.0875000e+01 +1.0875000e+01 1.0937500e+01 1.0937500e+01 1.1000000e+01 +1.1000000e+01 1.1062500e+01 1.1062500e+01 1.1125000e+01 +1.1125000e+01 1.1187500e+01 1.1187500e+01 1.1250000e+01 +1.1250000e+01 1.1312500e+01 1.1312500e+01 1.1375000e+01 +1.1375000e+01 1.1437500e+01 1.1437500e+01 1.1500000e+01 +1.1500000e+01 1.1562500e+01 1.1562500e+01 1.1625000e+01 +1.1625000e+01 1.1687500e+01 1.1687500e+01 1.1750000e+01 +1.1750000e+01 1.1812500e+01 1.1812500e+01 1.1875000e+01 +1.1875000e+01 1.1937500e+01 1.1937500e+01 1.2000000e+01 +1.2000000e+01 1.2062500e+01 1.2062500e+01 1.2125000e+01 +1.2125000e+01 1.2187500e+01 1.2187500e+01 1.2250000e+01 +1.2250000e+01 1.2312500e+01 1.2312500e+01 1.2375000e+01 +1.2375000e+01 1.2437500e+01 1.2437500e+01 1.2500000e+01 +1.2500000e+01 1.2562500e+01 1.2562500e+01 1.2625000e+01 +1.2625000e+01 1.2687500e+01 1.2687500e+01 1.2750000e+01 +1.2750000e+01 1.2812500e+01 1.2812500e+01 1.2875000e+01 +1.2875000e+01 1.2937500e+01 1.2937500e+01 1.3000000e+01 +1.3000000e+01 1.3062500e+01 1.3062500e+01 1.3125000e+01 +1.3125000e+01 1.3187500e+01 1.3187500e+01 1.3250000e+01 +1.3250000e+01 1.3312500e+01 1.3312500e+01 1.3375000e+01 +1.3375000e+01 1.3437500e+01 1.3437500e+01 1.3500000e+01 +1.3500000e+01 1.3562500e+01 1.3562500e+01 1.3625000e+01 +1.3625000e+01 1.3687500e+01 1.3687500e+01 1.3750000e+01 +1.3750000e+01 1.3812500e+01 1.3812500e+01 1.3875000e+01 +1.3875000e+01 1.3937500e+01 1.3937500e+01 1.4000000e+01 +1.4000000e+01 1.4062500e+01 1.4062500e+01 1.4125000e+01 +1.4125000e+01 1.4187500e+01 1.4187500e+01 1.4250000e+01 +1.4250000e+01 1.4312500e+01 1.4312500e+01 1.4375000e+01 +1.4375000e+01 1.4437500e+01 1.4437500e+01 1.4500000e+01 +1.4500000e+01 1.4562500e+01 1.4562500e+01 1.4625000e+01 +1.4625000e+01 1.4687500e+01 1.4687500e+01 1.4750000e+01 +1.4750000e+01 1.4812500e+01 1.4812500e+01 1.4875000e+01 +1.4875000e+01 1.4937500e+01 1.4937500e+01 1.5000000e+01 +1.5000000e+01 1.5062500e+01 1.5062500e+01 1.5125000e+01 +1.5125000e+01 1.5187500e+01 1.5187500e+01 1.5250000e+01 +1.5250000e+01 1.5312500e+01 1.5312500e+01 1.5375000e+01 +1.5375000e+01 1.5437500e+01 1.5437500e+01 1.5500000e+01 +1.5500000e+01 1.5562500e+01 1.5562500e+01 1.5625000e+01 +1.5625000e+01 1.5687500e+01 1.5687500e+01 1.5750000e+01 +1.5750000e+01 1.5812500e+01 1.5812500e+01 1.5875000e+01 +1.5875000e+01 1.5937500e+01 1.5937500e+01 1.6000000e+01 diff --git a/AI_Engine_Development/AIE-MLv2/Design_Tutorials/01-Radio-ML/aie/selu/data/sig_o.txt b/AI_Engine_Development/AIE-MLv2/Design_Tutorials/01-Radio-ML/aie/selu/data/sig_o.txt new file mode 100644 index 0000000000..ee924762ed --- /dev/null +++ b/AI_Engine_Development/AIE-MLv2/Design_Tutorials/01-Radio-ML/aie/selu/data/sig_o.txt @@ -0,0 +1,2048 @@ +-1.7578125e+00 -1.7578125e+00 -1.7578125e+00 -1.7578125e+00 +-1.7578125e+00 -1.7578125e+00 -1.7578125e+00 -1.7578125e+00 +-1.7578125e+00 -1.7578125e+00 -1.7578125e+00 -1.7578125e+00 +-1.7578125e+00 -1.7578125e+00 -1.7578125e+00 -1.7578125e+00 +-1.7578125e+00 -1.7578125e+00 -1.7578125e+00 -1.7578125e+00 +-1.7578125e+00 -1.7578125e+00 -1.7578125e+00 -1.7578125e+00 +-1.7578125e+00 -1.7578125e+00 -1.7578125e+00 -1.7578125e+00 +-1.7578125e+00 -1.7578125e+00 -1.7578125e+00 -1.7578125e+00 +-1.7578125e+00 -1.7578125e+00 -1.7578125e+00 -1.7578125e+00 +-1.7578125e+00 -1.7578125e+00 -1.7578125e+00 -1.7578125e+00 +-1.7578125e+00 -1.7578125e+00 -1.7578125e+00 -1.7578125e+00 +-1.7578125e+00 -1.7578125e+00 -1.7578125e+00 -1.7578125e+00 +-1.7578125e+00 -1.7578125e+00 -1.7578125e+00 -1.7578125e+00 +-1.7578125e+00 -1.7578125e+00 -1.7578125e+00 -1.7578125e+00 +-1.7578125e+00 -1.7578125e+00 -1.7578125e+00 -1.7578125e+00 +-1.7578125e+00 -1.7578125e+00 -1.7578125e+00 -1.7578125e+00 +-1.7578125e+00 -1.7578125e+00 -1.7578125e+00 -1.7578125e+00 +-1.7578125e+00 -1.7578125e+00 -1.7578125e+00 -1.7578125e+00 +-1.7578125e+00 -1.7578125e+00 -1.7578125e+00 -1.7578125e+00 +-1.7578125e+00 -1.7578125e+00 -1.7578125e+00 -1.7578125e+00 +-1.7578125e+00 -1.7578125e+00 -1.7578125e+00 -1.7578125e+00 +-1.7578125e+00 -1.7578125e+00 -1.7578125e+00 -1.7578125e+00 +-1.7578125e+00 -1.7578125e+00 -1.7578125e+00 -1.7578125e+00 +-1.7578125e+00 -1.7578125e+00 -1.7578125e+00 -1.7578125e+00 +-1.7578125e+00 -1.7578125e+00 -1.7578125e+00 -1.7578125e+00 +-1.7578125e+00 -1.7578125e+00 -1.7578125e+00 -1.7578125e+00 +-1.7578125e+00 -1.7578125e+00 -1.7578125e+00 -1.7578125e+00 +-1.7578125e+00 -1.7578125e+00 -1.7578125e+00 -1.7578125e+00 +-1.7578125e+00 -1.7578125e+00 -1.7578125e+00 -1.7578125e+00 +-1.7578125e+00 -1.7578125e+00 -1.7578125e+00 -1.7578125e+00 +-1.7578125e+00 -1.7578125e+00 -1.7578125e+00 -1.7578125e+00 +-1.7578125e+00 -1.7578125e+00 -1.7578125e+00 -1.7578125e+00 +-1.7578125e+00 -1.7578125e+00 -1.7578125e+00 -1.7578125e+00 +-1.7578125e+00 -1.7578125e+00 -1.7578125e+00 -1.7578125e+00 +-1.7578125e+00 -1.7578125e+00 -1.7578125e+00 -1.7578125e+00 +-1.7578125e+00 -1.7578125e+00 -1.7578125e+00 -1.7578125e+00 +-1.7578125e+00 -1.7578125e+00 -1.7578125e+00 -1.7578125e+00 +-1.7578125e+00 -1.7578125e+00 -1.7578125e+00 -1.7578125e+00 +-1.7578125e+00 -1.7578125e+00 -1.7578125e+00 -1.7578125e+00 +-1.7578125e+00 -1.7578125e+00 -1.7578125e+00 -1.7578125e+00 +-1.7578125e+00 -1.7578125e+00 -1.7578125e+00 -1.7578125e+00 +-1.7578125e+00 -1.7578125e+00 -1.7578125e+00 -1.7578125e+00 +-1.7578125e+00 -1.7578125e+00 -1.7578125e+00 -1.7578125e+00 +-1.7578125e+00 -1.7578125e+00 -1.7578125e+00 -1.7578125e+00 +-1.7578125e+00 -1.7578125e+00 -1.7578125e+00 -1.7578125e+00 +-1.7578125e+00 -1.7578125e+00 -1.7578125e+00 -1.7578125e+00 +-1.7578125e+00 -1.7578125e+00 -1.7578125e+00 -1.7578125e+00 +-1.7578125e+00 -1.7578125e+00 -1.7578125e+00 -1.7578125e+00 +-1.7578125e+00 -1.7578125e+00 -1.7578125e+00 -1.7578125e+00 +-1.7578125e+00 -1.7578125e+00 -1.7578125e+00 -1.7578125e+00 +-1.7578125e+00 -1.7578125e+00 -1.7578125e+00 -1.7578125e+00 +-1.7578125e+00 -1.7578125e+00 -1.7578125e+00 -1.7578125e+00 +-1.7578125e+00 -1.7578125e+00 -1.7578125e+00 -1.7578125e+00 +-1.7578125e+00 -1.7578125e+00 -1.7578125e+00 -1.7578125e+00 +-1.7578125e+00 -1.7578125e+00 -1.7578125e+00 -1.7578125e+00 +-1.7578125e+00 -1.7578125e+00 -1.7578125e+00 -1.7578125e+00 +-1.7578125e+00 -1.7578125e+00 -1.7578125e+00 -1.7578125e+00 +-1.7578125e+00 -1.7578125e+00 -1.7578125e+00 -1.7578125e+00 +-1.7578125e+00 -1.7578125e+00 -1.7578125e+00 -1.7578125e+00 +-1.7578125e+00 -1.7578125e+00 -1.7578125e+00 -1.7578125e+00 +-1.7578125e+00 -1.7578125e+00 -1.7578125e+00 -1.7578125e+00 +-1.7578125e+00 -1.7578125e+00 -1.7578125e+00 -1.7578125e+00 +-1.7578125e+00 -1.7578125e+00 -1.7578125e+00 -1.7578125e+00 +-1.7578125e+00 -1.7578125e+00 -1.7578125e+00 -1.7578125e+00 +-1.7578125e+00 -1.7578125e+00 -1.7578125e+00 -1.7578125e+00 +-1.7578125e+00 -1.7578125e+00 -1.7578125e+00 -1.7578125e+00 +-1.7578125e+00 -1.7578125e+00 -1.7578125e+00 -1.7578125e+00 +-1.7578125e+00 -1.7578125e+00 -1.7578125e+00 -1.7578125e+00 +-1.7578125e+00 -1.7578125e+00 -1.7578125e+00 -1.7578125e+00 +-1.7578125e+00 -1.7578125e+00 -1.7578125e+00 -1.7578125e+00 +-1.7578125e+00 -1.7578125e+00 -1.7578125e+00 -1.7578125e+00 +-1.7578125e+00 -1.7578125e+00 -1.7578125e+00 -1.7578125e+00 +-1.7578125e+00 -1.7578125e+00 -1.7578125e+00 -1.7578125e+00 +-1.7578125e+00 -1.7578125e+00 -1.7578125e+00 -1.7578125e+00 +-1.7578125e+00 -1.7578125e+00 -1.7578125e+00 -1.7578125e+00 +-1.7578125e+00 -1.7578125e+00 -1.7578125e+00 -1.7578125e+00 +-1.7578125e+00 -1.7578125e+00 -1.7578125e+00 -1.7578125e+00 +-1.7578125e+00 -1.7578125e+00 -1.7578125e+00 -1.7578125e+00 +-1.7578125e+00 -1.7578125e+00 -1.7578125e+00 -1.7578125e+00 +-1.7578125e+00 -1.7578125e+00 -1.7578125e+00 -1.7500000e+00 +-1.7500000e+00 -1.7500000e+00 -1.7500000e+00 -1.7500000e+00 +-1.7500000e+00 -1.7500000e+00 -1.7500000e+00 -1.7500000e+00 +-1.7500000e+00 -1.7500000e+00 -1.7500000e+00 -1.7500000e+00 +-1.7500000e+00 -1.7500000e+00 -1.7500000e+00 -1.7500000e+00 +-1.7500000e+00 -1.7500000e+00 -1.7500000e+00 -1.7500000e+00 +-1.7500000e+00 -1.7500000e+00 -1.7500000e+00 -1.7500000e+00 +-1.7500000e+00 -1.7500000e+00 -1.7500000e+00 -1.7500000e+00 +-1.7500000e+00 -1.7500000e+00 -1.7500000e+00 -1.7500000e+00 +-1.7500000e+00 -1.7421875e+00 -1.7421875e+00 -1.7421875e+00 +-1.7421875e+00 -1.7421875e+00 -1.7421875e+00 -1.7421875e+00 +-1.7421875e+00 -1.7421875e+00 -1.7421875e+00 -1.7421875e+00 +-1.7421875e+00 -1.7421875e+00 -1.7421875e+00 -1.7421875e+00 +-1.7421875e+00 -1.7343750e+00 -1.7343750e+00 -1.7343750e+00 +-1.7343750e+00 -1.7343750e+00 -1.7343750e+00 -1.7343750e+00 +-1.7343750e+00 -1.7343750e+00 -1.7343750e+00 -1.7343750e+00 +-1.7265625e+00 -1.7265625e+00 -1.7265625e+00 -1.7265625e+00 +-1.7265625e+00 -1.7265625e+00 -1.7265625e+00 -1.7187500e+00 +-1.7187500e+00 -1.7187500e+00 -1.7187500e+00 -1.7187500e+00 +-1.7187500e+00 -1.7109375e+00 -1.7109375e+00 -1.7109375e+00 +-1.7109375e+00 -1.7109375e+00 -1.7109375e+00 -1.7031250e+00 +-1.7031250e+00 -1.7031250e+00 -1.7031250e+00 -1.6953125e+00 +-1.6953125e+00 -1.6953125e+00 -1.6953125e+00 -1.6875000e+00 +-1.6875000e+00 -1.6875000e+00 -1.6875000e+00 -1.6796875e+00 +-1.6796875e+00 -1.6796875e+00 -1.6718750e+00 -1.6718750e+00 +-1.6718750e+00 -1.6640625e+00 -1.6640625e+00 -1.6640625e+00 +-1.6562500e+00 -1.6562500e+00 -1.6484375e+00 -1.6484375e+00 +-1.6406250e+00 -1.6406250e+00 -1.6328125e+00 -1.6328125e+00 +-1.6250000e+00 -1.6250000e+00 -1.6171875e+00 -1.6171875e+00 +-1.6093750e+00 -1.6093750e+00 -1.6015625e+00 -1.5937500e+00 +-1.5937500e+00 -1.5859375e+00 -1.5781250e+00 -1.5781250e+00 +-1.5703125e+00 -1.5625000e+00 -1.5546875e+00 -1.5546875e+00 +-1.5468750e+00 -1.5390625e+00 -1.5312500e+00 -1.5234375e+00 +-1.5156250e+00 -1.5078125e+00 -1.5000000e+00 -1.4921875e+00 +-1.4843750e+00 -1.4765625e+00 -1.4687500e+00 -1.4609375e+00 +-1.4453125e+00 -1.4375000e+00 -1.4296875e+00 -1.4140625e+00 +-1.4062500e+00 -1.3984375e+00 -1.3828125e+00 -1.3750000e+00 +-1.3593750e+00 -1.3437500e+00 -1.3359375e+00 -1.3203125e+00 +-1.3046875e+00 -1.2890625e+00 -1.2812500e+00 -1.2656250e+00 +-1.2500000e+00 -1.2265625e+00 -1.2109375e+00 -1.1953125e+00 +-1.1796875e+00 -1.1562500e+00 -1.1406250e+00 -1.1250000e+00 +-1.1015625e+00 -1.0781250e+00 -1.0625000e+00 -1.0390625e+00 +-1.0156250e+00 -9.8828125e-01 -9.6484375e-01 -9.4140625e-01 +-9.1406250e-01 -8.8671875e-01 -8.5937500e-01 -8.3203125e-01 +-8.0078125e-01 -7.7343750e-01 -7.4218750e-01 -7.0703125e-01 +-6.7578125e-01 -6.4062500e-01 -6.0546875e-01 -5.7031250e-01 +-5.3125000e-01 -4.9218750e-01 -4.5117188e-01 -4.1015625e-01 +-3.6718750e-01 -3.2226562e-01 -2.7734375e-01 -2.3046875e-01 +-1.8261719e-01 -1.3183594e-01 -8.0566406e-02 -2.7221680e-02 +1.6357422e-02 4.9316406e-02 8.2031250e-02 1.1474609e-01 +1.4746094e-01 1.8066406e-01 2.1386719e-01 2.4609375e-01 +2.7929688e-01 3.1250000e-01 3.4570312e-01 3.7695312e-01 +4.1015625e-01 4.4335938e-01 4.7656250e-01 5.0781250e-01 +5.4296875e-01 5.7421875e-01 6.0937500e-01 6.4062500e-01 +6.7187500e-01 7.0703125e-01 7.3828125e-01 7.7343750e-01 +8.0468750e-01 8.3593750e-01 8.7109375e-01 9.0234375e-01 +9.3750000e-01 9.6875000e-01 1.0000000e+00 1.0312500e+00 +1.0703125e+00 1.1015625e+00 1.1328125e+00 1.1640625e+00 +1.1953125e+00 1.2343750e+00 1.2656250e+00 1.2968750e+00 +1.3281250e+00 1.3593750e+00 1.3984375e+00 1.4296875e+00 +1.4609375e+00 1.4921875e+00 1.5234375e+00 1.5625000e+00 +1.5937500e+00 1.6250000e+00 1.6562500e+00 1.6875000e+00 +1.7265625e+00 1.7578125e+00 1.7890625e+00 1.8203125e+00 +1.8515625e+00 1.8906250e+00 1.9218750e+00 1.9531250e+00 +1.9843750e+00 2.0156250e+00 2.0468750e+00 2.0781250e+00 +2.1250000e+00 2.1562500e+00 2.1875000e+00 2.2187500e+00 +2.2500000e+00 2.2812500e+00 2.3125000e+00 2.3437500e+00 +2.3750000e+00 2.4062500e+00 2.4531250e+00 2.4843750e+00 +2.5156250e+00 2.5468750e+00 2.5781250e+00 2.6093750e+00 +2.6406250e+00 2.6718750e+00 2.7031250e+00 2.7343750e+00 +2.7812500e+00 2.8125000e+00 2.8437500e+00 2.8750000e+00 +2.9062500e+00 2.9375000e+00 2.9687500e+00 3.0000000e+00 +3.0312500e+00 3.0625000e+00 3.1093750e+00 3.1406250e+00 +3.1718750e+00 3.2031250e+00 3.2343750e+00 3.2656250e+00 +3.2968750e+00 3.3281250e+00 3.3593750e+00 3.3906250e+00 +3.4375000e+00 3.4687500e+00 3.5000000e+00 3.5312500e+00 +3.5625000e+00 3.5937500e+00 3.6250000e+00 3.6562500e+00 +3.6875000e+00 3.7343750e+00 3.7656250e+00 3.7968750e+00 +3.8281250e+00 3.8593750e+00 3.8906250e+00 3.9218750e+00 +3.9531250e+00 3.9843750e+00 4.0312500e+00 4.0625000e+00 +4.0937500e+00 4.1250000e+00 4.1562500e+00 4.1875000e+00 +4.2500000e+00 4.2812500e+00 4.3125000e+00 4.3437500e+00 +4.3750000e+00 4.4062500e+00 4.4375000e+00 4.4687500e+00 +4.5000000e+00 4.5312500e+00 4.5625000e+00 4.5937500e+00 +4.6250000e+00 4.6562500e+00 4.6875000e+00 4.7187500e+00 +4.7500000e+00 4.7812500e+00 4.8125000e+00 4.8750000e+00 +4.9062500e+00 4.9375000e+00 4.9687500e+00 5.0000000e+00 +5.0312500e+00 5.0625000e+00 5.0937500e+00 5.1250000e+00 +5.1562500e+00 5.1875000e+00 5.2187500e+00 5.2500000e+00 +5.2812500e+00 5.3125000e+00 5.3437500e+00 5.3750000e+00 +5.4062500e+00 5.4375000e+00 5.4687500e+00 5.5312500e+00 +5.5625000e+00 5.5937500e+00 5.6250000e+00 5.6562500e+00 +5.6875000e+00 5.7187500e+00 5.7500000e+00 5.7812500e+00 +5.8125000e+00 5.8437500e+00 5.8750000e+00 5.9062500e+00 +5.9375000e+00 5.9687500e+00 6.0000000e+00 6.0312500e+00 +6.0625000e+00 6.0937500e+00 6.1250000e+00 6.1875000e+00 +6.2187500e+00 6.2500000e+00 6.2812500e+00 6.3125000e+00 +6.3437500e+00 6.3750000e+00 6.4062500e+00 6.4375000e+00 +6.4687500e+00 6.5000000e+00 6.5312500e+00 6.5625000e+00 +6.5937500e+00 6.6250000e+00 6.6562500e+00 6.6875000e+00 +6.7187500e+00 6.7500000e+00 6.7812500e+00 6.8437500e+00 +6.8750000e+00 6.9062500e+00 6.9375000e+00 6.9687500e+00 +7.0000000e+00 7.0312500e+00 7.0625000e+00 7.0937500e+00 +7.1250000e+00 7.1562500e+00 7.1875000e+00 7.2187500e+00 +7.2500000e+00 7.2812500e+00 7.3125000e+00 7.3437500e+00 +7.3750000e+00 7.4062500e+00 7.4687500e+00 7.5000000e+00 +7.5312500e+00 7.5625000e+00 7.5937500e+00 7.6250000e+00 +7.6562500e+00 7.6875000e+00 7.7187500e+00 7.7500000e+00 +7.7812500e+00 7.8125000e+00 7.8437500e+00 7.8750000e+00 +7.9062500e+00 7.9375000e+00 7.9687500e+00 8.0000000e+00 +8.0625000e+00 8.0625000e+00 8.1250000e+00 8.1250000e+00 +8.1875000e+00 8.1875000e+00 8.2500000e+00 8.2500000e+00 +8.3125000e+00 8.3125000e+00 8.3750000e+00 8.3750000e+00 +8.3750000e+00 8.5000000e+00 8.5000000e+00 8.5625000e+00 +8.5625000e+00 8.6250000e+00 8.6250000e+00 8.6875000e+00 +8.6875000e+00 8.7500000e+00 8.7500000e+00 8.8125000e+00 +8.8125000e+00 8.8750000e+00 8.8750000e+00 8.9375000e+00 +8.9375000e+00 9.0000000e+00 9.0000000e+00 9.0625000e+00 +9.0625000e+00 9.1250000e+00 9.1250000e+00 9.1875000e+00 +9.1875000e+00 9.2500000e+00 9.2500000e+00 9.3125000e+00 +9.3125000e+00 9.3750000e+00 9.3750000e+00 9.4375000e+00 +9.4375000e+00 9.5000000e+00 9.5000000e+00 9.5625000e+00 +9.5625000e+00 9.6250000e+00 9.6250000e+00 9.7500000e+00 +9.7500000e+00 9.8125000e+00 9.8125000e+00 9.8750000e+00 +9.8750000e+00 9.9375000e+00 9.9375000e+00 1.0000000e+01 +1.0000000e+01 1.0062500e+01 1.0062500e+01 1.0125000e+01 +1.0125000e+01 1.0187500e+01 1.0187500e+01 1.0250000e+01 +1.0250000e+01 1.0312500e+01 1.0312500e+01 1.0375000e+01 +1.0375000e+01 1.0437500e+01 1.0437500e+01 1.0500000e+01 +1.0500000e+01 1.0562500e+01 1.0562500e+01 1.0625000e+01 +1.0625000e+01 1.0687500e+01 1.0687500e+01 1.0750000e+01 +1.0750000e+01 1.0812500e+01 1.0812500e+01 1.0875000e+01 +1.0875000e+01 1.0937500e+01 1.0937500e+01 1.1062500e+01 +1.1062500e+01 1.1125000e+01 1.1125000e+01 1.1187500e+01 +1.1187500e+01 1.1250000e+01 1.1250000e+01 1.1312500e+01 +1.1312500e+01 1.1375000e+01 1.1375000e+01 1.1437500e+01 +1.1437500e+01 1.1500000e+01 1.1500000e+01 1.1562500e+01 +1.1562500e+01 1.1625000e+01 1.1625000e+01 1.1687500e+01 +1.1687500e+01 1.1750000e+01 1.1750000e+01 1.1812500e+01 +1.1812500e+01 1.1875000e+01 1.1875000e+01 1.1937500e+01 +1.1937500e+01 1.2000000e+01 1.2000000e+01 1.2062500e+01 +1.2062500e+01 1.2125000e+01 1.2125000e+01 1.2187500e+01 +1.2187500e+01 1.2250000e+01 1.2250000e+01 1.2375000e+01 +1.2375000e+01 1.2437500e+01 1.2437500e+01 1.2500000e+01 +1.2500000e+01 1.2562500e+01 1.2562500e+01 1.2625000e+01 +1.2625000e+01 1.2687500e+01 1.2687500e+01 1.2750000e+01 +1.2750000e+01 1.2812500e+01 1.2812500e+01 1.2875000e+01 +1.2875000e+01 1.2937500e+01 1.2937500e+01 1.3000000e+01 +1.3000000e+01 1.3062500e+01 1.3062500e+01 1.3125000e+01 +1.3125000e+01 1.3187500e+01 1.3187500e+01 1.3250000e+01 +1.3250000e+01 1.3312500e+01 1.3312500e+01 1.3375000e+01 +1.3375000e+01 1.3437500e+01 1.3437500e+01 1.3500000e+01 +1.3500000e+01 1.3562500e+01 1.3562500e+01 1.3687500e+01 +1.3687500e+01 1.3750000e+01 1.3750000e+01 1.3812500e+01 +1.3812500e+01 1.3875000e+01 1.3875000e+01 1.3937500e+01 +1.3937500e+01 1.4000000e+01 1.4000000e+01 1.4062500e+01 +1.4062500e+01 1.4125000e+01 1.4125000e+01 1.4187500e+01 +1.4187500e+01 1.4250000e+01 1.4250000e+01 1.4312500e+01 +1.4312500e+01 1.4375000e+01 1.4375000e+01 1.4437500e+01 +1.4437500e+01 1.4500000e+01 1.4500000e+01 1.4562500e+01 +1.4562500e+01 1.4625000e+01 1.4625000e+01 1.4687500e+01 +1.4687500e+01 1.4750000e+01 1.4750000e+01 1.4812500e+01 +1.4812500e+01 1.4937500e+01 1.4937500e+01 1.5000000e+01 +1.5000000e+01 1.5062500e+01 1.5062500e+01 1.5125000e+01 +1.5125000e+01 1.5187500e+01 1.5187500e+01 1.5250000e+01 +1.5250000e+01 1.5312500e+01 1.5312500e+01 1.5375000e+01 +1.5375000e+01 1.5437500e+01 1.5437500e+01 1.5500000e+01 +1.5500000e+01 1.5562500e+01 1.5562500e+01 1.5625000e+01 +1.5625000e+01 1.5687500e+01 1.5687500e+01 1.5750000e+01 +1.5750000e+01 1.5812500e+01 1.5812500e+01 1.5875000e+01 +1.5875000e+01 1.5937500e+01 1.5937500e+01 1.6000000e+01 +1.6000000e+01 1.6125000e+01 1.6125000e+01 1.6125000e+01 +1.6125000e+01 1.6250000e+01 1.6250000e+01 1.6250000e+01 +1.6250000e+01 1.6375000e+01 1.6375000e+01 1.6375000e+01 +1.6375000e+01 1.6500000e+01 1.6500000e+01 1.6500000e+01 +1.6500000e+01 1.6625000e+01 1.6625000e+01 1.6625000e+01 +1.6625000e+01 1.6750000e+01 1.6750000e+01 1.6750000e+01 +-1.7578125e+00 -1.7578125e+00 -1.7578125e+00 -1.7578125e+00 +-1.7578125e+00 -1.7578125e+00 -1.7578125e+00 -1.7578125e+00 +-1.7578125e+00 -1.7578125e+00 -1.7578125e+00 -1.7578125e+00 +-1.7578125e+00 -1.7578125e+00 -1.7578125e+00 -1.7578125e+00 +-1.7578125e+00 -1.7578125e+00 -1.7578125e+00 -1.7578125e+00 +-1.7578125e+00 -1.7578125e+00 -1.7578125e+00 -1.7578125e+00 +-1.7578125e+00 -1.7578125e+00 -1.7578125e+00 -1.7578125e+00 +-1.7578125e+00 -1.7578125e+00 -1.7578125e+00 -1.7578125e+00 +-1.7578125e+00 -1.7578125e+00 -1.7578125e+00 -1.7578125e+00 +-1.7578125e+00 -1.7578125e+00 -1.7578125e+00 -1.7578125e+00 +-1.7578125e+00 -1.7578125e+00 -1.7578125e+00 -1.7578125e+00 +-1.7578125e+00 -1.7578125e+00 -1.7578125e+00 -1.7578125e+00 +-1.7578125e+00 -1.7578125e+00 -1.7578125e+00 -1.7578125e+00 +-1.7578125e+00 -1.7578125e+00 -1.7578125e+00 -1.7578125e+00 +-1.7578125e+00 -1.7578125e+00 -1.7578125e+00 -1.7578125e+00 +-1.7578125e+00 -1.7578125e+00 -1.7578125e+00 -1.7578125e+00 +-1.7578125e+00 -1.7578125e+00 -1.7578125e+00 -1.7578125e+00 +-1.7578125e+00 -1.7578125e+00 -1.7578125e+00 -1.7578125e+00 +-1.7578125e+00 -1.7578125e+00 -1.7578125e+00 -1.7578125e+00 +-1.7578125e+00 -1.7578125e+00 -1.7578125e+00 -1.7578125e+00 +-1.7578125e+00 -1.7578125e+00 -1.7578125e+00 -1.7578125e+00 +-1.7578125e+00 -1.7578125e+00 -1.7578125e+00 -1.7578125e+00 +-1.7578125e+00 -1.7578125e+00 -1.7578125e+00 -1.7578125e+00 +-1.7578125e+00 -1.7578125e+00 -1.7578125e+00 -1.7578125e+00 +-1.7578125e+00 -1.7578125e+00 -1.7578125e+00 -1.7578125e+00 +-1.7578125e+00 -1.7578125e+00 -1.7578125e+00 -1.7578125e+00 +-1.7578125e+00 -1.7578125e+00 -1.7578125e+00 -1.7578125e+00 +-1.7578125e+00 -1.7578125e+00 -1.7578125e+00 -1.7578125e+00 +-1.7578125e+00 -1.7578125e+00 -1.7578125e+00 -1.7578125e+00 +-1.7578125e+00 -1.7578125e+00 -1.7578125e+00 -1.7578125e+00 +-1.7578125e+00 -1.7578125e+00 -1.7578125e+00 -1.7578125e+00 +-1.7578125e+00 -1.7578125e+00 -1.7578125e+00 -1.7578125e+00 +-1.7578125e+00 -1.7578125e+00 -1.7578125e+00 -1.7578125e+00 +-1.7578125e+00 -1.7578125e+00 -1.7578125e+00 -1.7578125e+00 +-1.7578125e+00 -1.7578125e+00 -1.7578125e+00 -1.7578125e+00 +-1.7578125e+00 -1.7578125e+00 -1.7578125e+00 -1.7578125e+00 +-1.7578125e+00 -1.7578125e+00 -1.7578125e+00 -1.7578125e+00 +-1.7578125e+00 -1.7578125e+00 -1.7578125e+00 -1.7578125e+00 +-1.7578125e+00 -1.7578125e+00 -1.7578125e+00 -1.7578125e+00 +-1.7578125e+00 -1.7578125e+00 -1.7578125e+00 -1.7578125e+00 +-1.7578125e+00 -1.7578125e+00 -1.7578125e+00 -1.7578125e+00 +-1.7578125e+00 -1.7578125e+00 -1.7578125e+00 -1.7578125e+00 +-1.7578125e+00 -1.7578125e+00 -1.7578125e+00 -1.7578125e+00 +-1.7578125e+00 -1.7578125e+00 -1.7578125e+00 -1.7578125e+00 +-1.7578125e+00 -1.7578125e+00 -1.7578125e+00 -1.7578125e+00 +-1.7578125e+00 -1.7578125e+00 -1.7578125e+00 -1.7578125e+00 +-1.7578125e+00 -1.7578125e+00 -1.7578125e+00 -1.7578125e+00 +-1.7578125e+00 -1.7578125e+00 -1.7578125e+00 -1.7578125e+00 +-1.7578125e+00 -1.7578125e+00 -1.7578125e+00 -1.7578125e+00 +-1.7578125e+00 -1.7578125e+00 -1.7578125e+00 -1.7578125e+00 +-1.7578125e+00 -1.7578125e+00 -1.7578125e+00 -1.7578125e+00 +-1.7578125e+00 -1.7578125e+00 -1.7578125e+00 -1.7578125e+00 +-1.7578125e+00 -1.7578125e+00 -1.7578125e+00 -1.7578125e+00 +-1.7578125e+00 -1.7578125e+00 -1.7578125e+00 -1.7578125e+00 +-1.7578125e+00 -1.7578125e+00 -1.7578125e+00 -1.7578125e+00 +-1.7578125e+00 -1.7578125e+00 -1.7578125e+00 -1.7578125e+00 +-1.7578125e+00 -1.7578125e+00 -1.7578125e+00 -1.7578125e+00 +-1.7578125e+00 -1.7578125e+00 -1.7578125e+00 -1.7578125e+00 +-1.7578125e+00 -1.7578125e+00 -1.7578125e+00 -1.7578125e+00 +-1.7578125e+00 -1.7578125e+00 -1.7578125e+00 -1.7578125e+00 +-1.7578125e+00 -1.7578125e+00 -1.7578125e+00 -1.7578125e+00 +-1.7578125e+00 -1.7578125e+00 -1.7578125e+00 -1.7578125e+00 +-1.7578125e+00 -1.7578125e+00 -1.7578125e+00 -1.7578125e+00 +-1.7578125e+00 -1.7578125e+00 -1.7578125e+00 -1.7578125e+00 +-1.7578125e+00 -1.7578125e+00 -1.7578125e+00 -1.7578125e+00 +-1.7578125e+00 -1.7578125e+00 -1.7578125e+00 -1.7578125e+00 +-1.7578125e+00 -1.7578125e+00 -1.7578125e+00 -1.7578125e+00 +-1.7578125e+00 -1.7578125e+00 -1.7578125e+00 -1.7578125e+00 +-1.7578125e+00 -1.7578125e+00 -1.7578125e+00 -1.7578125e+00 +-1.7578125e+00 -1.7578125e+00 -1.7578125e+00 -1.7578125e+00 +-1.7578125e+00 -1.7578125e+00 -1.7578125e+00 -1.7578125e+00 +-1.7578125e+00 -1.7578125e+00 -1.7578125e+00 -1.7578125e+00 +-1.7578125e+00 -1.7578125e+00 -1.7578125e+00 -1.7578125e+00 +-1.7578125e+00 -1.7578125e+00 -1.7578125e+00 -1.7578125e+00 +-1.7578125e+00 -1.7578125e+00 -1.7578125e+00 -1.7578125e+00 +-1.7578125e+00 -1.7578125e+00 -1.7578125e+00 -1.7578125e+00 +-1.7578125e+00 -1.7578125e+00 -1.7578125e+00 -1.7578125e+00 +-1.7578125e+00 -1.7578125e+00 -1.7578125e+00 -1.7578125e+00 +-1.7578125e+00 -1.7578125e+00 -1.7578125e+00 -1.7578125e+00 +-1.7578125e+00 -1.7578125e+00 -1.7578125e+00 -1.7500000e+00 +-1.7500000e+00 -1.7500000e+00 -1.7500000e+00 -1.7500000e+00 +-1.7500000e+00 -1.7500000e+00 -1.7500000e+00 -1.7500000e+00 +-1.7500000e+00 -1.7500000e+00 -1.7500000e+00 -1.7500000e+00 +-1.7500000e+00 -1.7500000e+00 -1.7500000e+00 -1.7500000e+00 +-1.7500000e+00 -1.7500000e+00 -1.7500000e+00 -1.7500000e+00 +-1.7500000e+00 -1.7500000e+00 -1.7500000e+00 -1.7500000e+00 +-1.7500000e+00 -1.7500000e+00 -1.7500000e+00 -1.7500000e+00 +-1.7500000e+00 -1.7500000e+00 -1.7500000e+00 -1.7500000e+00 +-1.7500000e+00 -1.7421875e+00 -1.7421875e+00 -1.7421875e+00 +-1.7421875e+00 -1.7421875e+00 -1.7421875e+00 -1.7421875e+00 +-1.7421875e+00 -1.7421875e+00 -1.7421875e+00 -1.7421875e+00 +-1.7421875e+00 -1.7421875e+00 -1.7421875e+00 -1.7421875e+00 +-1.7421875e+00 -1.7343750e+00 -1.7343750e+00 -1.7343750e+00 +-1.7343750e+00 -1.7343750e+00 -1.7343750e+00 -1.7343750e+00 +-1.7343750e+00 -1.7343750e+00 -1.7343750e+00 -1.7343750e+00 +-1.7265625e+00 -1.7265625e+00 -1.7265625e+00 -1.7265625e+00 +-1.7265625e+00 -1.7265625e+00 -1.7265625e+00 -1.7187500e+00 +-1.7187500e+00 -1.7187500e+00 -1.7187500e+00 -1.7187500e+00 +-1.7187500e+00 -1.7109375e+00 -1.7109375e+00 -1.7109375e+00 +-1.7109375e+00 -1.7109375e+00 -1.7109375e+00 -1.7031250e+00 +-1.7031250e+00 -1.7031250e+00 -1.7031250e+00 -1.6953125e+00 +-1.6953125e+00 -1.6953125e+00 -1.6953125e+00 -1.6875000e+00 +-1.6875000e+00 -1.6875000e+00 -1.6875000e+00 -1.6796875e+00 +-1.6796875e+00 -1.6796875e+00 -1.6718750e+00 -1.6718750e+00 +-1.6718750e+00 -1.6640625e+00 -1.6640625e+00 -1.6640625e+00 +-1.6562500e+00 -1.6562500e+00 -1.6484375e+00 -1.6484375e+00 +-1.6406250e+00 -1.6406250e+00 -1.6328125e+00 -1.6328125e+00 +-1.6250000e+00 -1.6250000e+00 -1.6171875e+00 -1.6171875e+00 +-1.6093750e+00 -1.6093750e+00 -1.6015625e+00 -1.5937500e+00 +-1.5937500e+00 -1.5859375e+00 -1.5781250e+00 -1.5781250e+00 +-1.5703125e+00 -1.5625000e+00 -1.5546875e+00 -1.5546875e+00 +-1.5468750e+00 -1.5390625e+00 -1.5312500e+00 -1.5234375e+00 +-1.5156250e+00 -1.5078125e+00 -1.5000000e+00 -1.4921875e+00 +-1.4843750e+00 -1.4765625e+00 -1.4687500e+00 -1.4609375e+00 +-1.4453125e+00 -1.4375000e+00 -1.4296875e+00 -1.4140625e+00 +-1.4062500e+00 -1.3984375e+00 -1.3828125e+00 -1.3750000e+00 +-1.3593750e+00 -1.3437500e+00 -1.3359375e+00 -1.3203125e+00 +-1.3046875e+00 -1.2890625e+00 -1.2812500e+00 -1.2656250e+00 +-1.2500000e+00 -1.2265625e+00 -1.2109375e+00 -1.1953125e+00 +-1.1796875e+00 -1.1562500e+00 -1.1406250e+00 -1.1250000e+00 +-1.1015625e+00 -1.0781250e+00 -1.0625000e+00 -1.0390625e+00 +-1.0156250e+00 -9.8828125e-01 -9.6484375e-01 -9.4140625e-01 +-9.1406250e-01 -8.8671875e-01 -8.5937500e-01 -8.3203125e-01 +-8.0078125e-01 -7.7343750e-01 -7.4218750e-01 -7.0703125e-01 +-6.7578125e-01 -6.4062500e-01 -6.0546875e-01 -5.7031250e-01 +-5.3125000e-01 -4.9218750e-01 -4.5117188e-01 -4.1015625e-01 +-3.6718750e-01 -3.2226562e-01 -2.7734375e-01 -2.3046875e-01 +-1.8261719e-01 -1.3183594e-01 -8.0566406e-02 -2.7221680e-02 +1.6357422e-02 4.9316406e-02 8.2031250e-02 1.1474609e-01 +1.4746094e-01 1.8066406e-01 2.1386719e-01 2.4609375e-01 +2.7929688e-01 3.1250000e-01 3.4570312e-01 3.7695312e-01 +4.1015625e-01 4.4335938e-01 4.7656250e-01 5.0781250e-01 +5.4296875e-01 5.7421875e-01 6.0937500e-01 6.4062500e-01 +6.7187500e-01 7.0703125e-01 7.3828125e-01 7.7343750e-01 +8.0468750e-01 8.3593750e-01 8.7109375e-01 9.0234375e-01 +9.3750000e-01 9.6875000e-01 1.0000000e+00 1.0312500e+00 +1.0703125e+00 1.1015625e+00 1.1328125e+00 1.1640625e+00 +1.1953125e+00 1.2343750e+00 1.2656250e+00 1.2968750e+00 +1.3281250e+00 1.3593750e+00 1.3984375e+00 1.4296875e+00 +1.4609375e+00 1.4921875e+00 1.5234375e+00 1.5625000e+00 +1.5937500e+00 1.6250000e+00 1.6562500e+00 1.6875000e+00 +1.7265625e+00 1.7578125e+00 1.7890625e+00 1.8203125e+00 +1.8515625e+00 1.8906250e+00 1.9218750e+00 1.9531250e+00 +1.9843750e+00 2.0156250e+00 2.0468750e+00 2.0781250e+00 +2.1250000e+00 2.1562500e+00 2.1875000e+00 2.2187500e+00 +2.2500000e+00 2.2812500e+00 2.3125000e+00 2.3437500e+00 +2.3750000e+00 2.4062500e+00 2.4531250e+00 2.4843750e+00 +2.5156250e+00 2.5468750e+00 2.5781250e+00 2.6093750e+00 +2.6406250e+00 2.6718750e+00 2.7031250e+00 2.7343750e+00 +2.7812500e+00 2.8125000e+00 2.8437500e+00 2.8750000e+00 +2.9062500e+00 2.9375000e+00 2.9687500e+00 3.0000000e+00 +3.0312500e+00 3.0625000e+00 3.1093750e+00 3.1406250e+00 +3.1718750e+00 3.2031250e+00 3.2343750e+00 3.2656250e+00 +3.2968750e+00 3.3281250e+00 3.3593750e+00 3.3906250e+00 +3.4375000e+00 3.4687500e+00 3.5000000e+00 3.5312500e+00 +3.5625000e+00 3.5937500e+00 3.6250000e+00 3.6562500e+00 +3.6875000e+00 3.7343750e+00 3.7656250e+00 3.7968750e+00 +3.8281250e+00 3.8593750e+00 3.8906250e+00 3.9218750e+00 +3.9531250e+00 3.9843750e+00 4.0312500e+00 4.0625000e+00 +4.0937500e+00 4.1250000e+00 4.1562500e+00 4.1875000e+00 +4.2500000e+00 4.2812500e+00 4.3125000e+00 4.3437500e+00 +4.3750000e+00 4.4062500e+00 4.4375000e+00 4.4687500e+00 +4.5000000e+00 4.5312500e+00 4.5625000e+00 4.5937500e+00 +4.6250000e+00 4.6562500e+00 4.6875000e+00 4.7187500e+00 +4.7500000e+00 4.7812500e+00 4.8125000e+00 4.8750000e+00 +4.9062500e+00 4.9375000e+00 4.9687500e+00 5.0000000e+00 +5.0312500e+00 5.0625000e+00 5.0937500e+00 5.1250000e+00 +5.1562500e+00 5.1875000e+00 5.2187500e+00 5.2500000e+00 +5.2812500e+00 5.3125000e+00 5.3437500e+00 5.3750000e+00 +5.4062500e+00 5.4375000e+00 5.4687500e+00 5.5312500e+00 +5.5625000e+00 5.5937500e+00 5.6250000e+00 5.6562500e+00 +5.6875000e+00 5.7187500e+00 5.7500000e+00 5.7812500e+00 +5.8125000e+00 5.8437500e+00 5.8750000e+00 5.9062500e+00 +5.9375000e+00 5.9687500e+00 6.0000000e+00 6.0312500e+00 +6.0625000e+00 6.0937500e+00 6.1250000e+00 6.1875000e+00 +6.2187500e+00 6.2500000e+00 6.2812500e+00 6.3125000e+00 +6.3437500e+00 6.3750000e+00 6.4062500e+00 6.4375000e+00 +6.4687500e+00 6.5000000e+00 6.5312500e+00 6.5625000e+00 +6.5937500e+00 6.6250000e+00 6.6562500e+00 6.6875000e+00 +6.7187500e+00 6.7500000e+00 6.7812500e+00 6.8437500e+00 +6.8750000e+00 6.9062500e+00 6.9375000e+00 6.9687500e+00 +7.0000000e+00 7.0312500e+00 7.0625000e+00 7.0937500e+00 +7.1250000e+00 7.1562500e+00 7.1875000e+00 7.2187500e+00 +7.2500000e+00 7.2812500e+00 7.3125000e+00 7.3437500e+00 +7.3750000e+00 7.4062500e+00 7.4687500e+00 7.5000000e+00 +7.5312500e+00 7.5625000e+00 7.5937500e+00 7.6250000e+00 +7.6562500e+00 7.6875000e+00 7.7187500e+00 7.7500000e+00 +7.7812500e+00 7.8125000e+00 7.8437500e+00 7.8750000e+00 +7.9062500e+00 7.9375000e+00 7.9687500e+00 8.0000000e+00 +8.0625000e+00 8.0625000e+00 8.1250000e+00 8.1250000e+00 +8.1875000e+00 8.1875000e+00 8.2500000e+00 8.2500000e+00 +8.3125000e+00 8.3125000e+00 8.3750000e+00 8.3750000e+00 +8.3750000e+00 8.5000000e+00 8.5000000e+00 8.5625000e+00 +8.5625000e+00 8.6250000e+00 8.6250000e+00 8.6875000e+00 +8.6875000e+00 8.7500000e+00 8.7500000e+00 8.8125000e+00 +8.8125000e+00 8.8750000e+00 8.8750000e+00 8.9375000e+00 +8.9375000e+00 9.0000000e+00 9.0000000e+00 9.0625000e+00 +9.0625000e+00 9.1250000e+00 9.1250000e+00 9.1875000e+00 +9.1875000e+00 9.2500000e+00 9.2500000e+00 9.3125000e+00 +9.3125000e+00 9.3750000e+00 9.3750000e+00 9.4375000e+00 +9.4375000e+00 9.5000000e+00 9.5000000e+00 9.5625000e+00 +9.5625000e+00 9.6250000e+00 9.6250000e+00 9.7500000e+00 +9.7500000e+00 9.8125000e+00 9.8125000e+00 9.8750000e+00 +9.8750000e+00 9.9375000e+00 9.9375000e+00 1.0000000e+01 +1.0000000e+01 1.0062500e+01 1.0062500e+01 1.0125000e+01 +1.0125000e+01 1.0187500e+01 1.0187500e+01 1.0250000e+01 +1.0250000e+01 1.0312500e+01 1.0312500e+01 1.0375000e+01 +1.0375000e+01 1.0437500e+01 1.0437500e+01 1.0500000e+01 +1.0500000e+01 1.0562500e+01 1.0562500e+01 1.0625000e+01 +1.0625000e+01 1.0687500e+01 1.0687500e+01 1.0750000e+01 +1.0750000e+01 1.0812500e+01 1.0812500e+01 1.0875000e+01 +1.0875000e+01 1.0937500e+01 1.0937500e+01 1.1062500e+01 +1.1062500e+01 1.1125000e+01 1.1125000e+01 1.1187500e+01 +1.1187500e+01 1.1250000e+01 1.1250000e+01 1.1312500e+01 +1.1312500e+01 1.1375000e+01 1.1375000e+01 1.1437500e+01 +1.1437500e+01 1.1500000e+01 1.1500000e+01 1.1562500e+01 +1.1562500e+01 1.1625000e+01 1.1625000e+01 1.1687500e+01 +1.1687500e+01 1.1750000e+01 1.1750000e+01 1.1812500e+01 +1.1812500e+01 1.1875000e+01 1.1875000e+01 1.1937500e+01 +1.1937500e+01 1.2000000e+01 1.2000000e+01 1.2062500e+01 +1.2062500e+01 1.2125000e+01 1.2125000e+01 1.2187500e+01 +1.2187500e+01 1.2250000e+01 1.2250000e+01 1.2375000e+01 +1.2375000e+01 1.2437500e+01 1.2437500e+01 1.2500000e+01 +1.2500000e+01 1.2562500e+01 1.2562500e+01 1.2625000e+01 +1.2625000e+01 1.2687500e+01 1.2687500e+01 1.2750000e+01 +1.2750000e+01 1.2812500e+01 1.2812500e+01 1.2875000e+01 +1.2875000e+01 1.2937500e+01 1.2937500e+01 1.3000000e+01 +1.3000000e+01 1.3062500e+01 1.3062500e+01 1.3125000e+01 +1.3125000e+01 1.3187500e+01 1.3187500e+01 1.3250000e+01 +1.3250000e+01 1.3312500e+01 1.3312500e+01 1.3375000e+01 +1.3375000e+01 1.3437500e+01 1.3437500e+01 1.3500000e+01 +1.3500000e+01 1.3562500e+01 1.3562500e+01 1.3687500e+01 +1.3687500e+01 1.3750000e+01 1.3750000e+01 1.3812500e+01 +1.3812500e+01 1.3875000e+01 1.3875000e+01 1.3937500e+01 +1.3937500e+01 1.4000000e+01 1.4000000e+01 1.4062500e+01 +1.4062500e+01 1.4125000e+01 1.4125000e+01 1.4187500e+01 +1.4187500e+01 1.4250000e+01 1.4250000e+01 1.4312500e+01 +1.4312500e+01 1.4375000e+01 1.4375000e+01 1.4437500e+01 +1.4437500e+01 1.4500000e+01 1.4500000e+01 1.4562500e+01 +1.4562500e+01 1.4625000e+01 1.4625000e+01 1.4687500e+01 +1.4687500e+01 1.4750000e+01 1.4750000e+01 1.4812500e+01 +1.4812500e+01 1.4937500e+01 1.4937500e+01 1.5000000e+01 +1.5000000e+01 1.5062500e+01 1.5062500e+01 1.5125000e+01 +1.5125000e+01 1.5187500e+01 1.5187500e+01 1.5250000e+01 +1.5250000e+01 1.5312500e+01 1.5312500e+01 1.5375000e+01 +1.5375000e+01 1.5437500e+01 1.5437500e+01 1.5500000e+01 +1.5500000e+01 1.5562500e+01 1.5562500e+01 1.5625000e+01 +1.5625000e+01 1.5687500e+01 1.5687500e+01 1.5750000e+01 +1.5750000e+01 1.5812500e+01 1.5812500e+01 1.5875000e+01 +1.5875000e+01 1.5937500e+01 1.5937500e+01 1.6000000e+01 +1.6000000e+01 1.6125000e+01 1.6125000e+01 1.6125000e+01 +1.6125000e+01 1.6250000e+01 1.6250000e+01 1.6250000e+01 +1.6250000e+01 1.6375000e+01 1.6375000e+01 1.6375000e+01 +1.6375000e+01 1.6500000e+01 1.6500000e+01 1.6500000e+01 +1.6500000e+01 1.6625000e+01 1.6625000e+01 1.6625000e+01 +1.6625000e+01 1.6750000e+01 1.6750000e+01 1.6750000e+01 +-1.7578125e+00 -1.7578125e+00 -1.7578125e+00 -1.7578125e+00 +-1.7578125e+00 -1.7578125e+00 -1.7578125e+00 -1.7578125e+00 +-1.7578125e+00 -1.7578125e+00 -1.7578125e+00 -1.7578125e+00 +-1.7578125e+00 -1.7578125e+00 -1.7578125e+00 -1.7578125e+00 +-1.7578125e+00 -1.7578125e+00 -1.7578125e+00 -1.7578125e+00 +-1.7578125e+00 -1.7578125e+00 -1.7578125e+00 -1.7578125e+00 +-1.7578125e+00 -1.7578125e+00 -1.7578125e+00 -1.7578125e+00 +-1.7578125e+00 -1.7578125e+00 -1.7578125e+00 -1.7578125e+00 +-1.7578125e+00 -1.7578125e+00 -1.7578125e+00 -1.7578125e+00 +-1.7578125e+00 -1.7578125e+00 -1.7578125e+00 -1.7578125e+00 +-1.7578125e+00 -1.7578125e+00 -1.7578125e+00 -1.7578125e+00 +-1.7578125e+00 -1.7578125e+00 -1.7578125e+00 -1.7578125e+00 +-1.7578125e+00 -1.7578125e+00 -1.7578125e+00 -1.7578125e+00 +-1.7578125e+00 -1.7578125e+00 -1.7578125e+00 -1.7578125e+00 +-1.7578125e+00 -1.7578125e+00 -1.7578125e+00 -1.7578125e+00 +-1.7578125e+00 -1.7578125e+00 -1.7578125e+00 -1.7578125e+00 +-1.7578125e+00 -1.7578125e+00 -1.7578125e+00 -1.7578125e+00 +-1.7578125e+00 -1.7578125e+00 -1.7578125e+00 -1.7578125e+00 +-1.7578125e+00 -1.7578125e+00 -1.7578125e+00 -1.7578125e+00 +-1.7578125e+00 -1.7578125e+00 -1.7578125e+00 -1.7578125e+00 +-1.7578125e+00 -1.7578125e+00 -1.7578125e+00 -1.7578125e+00 +-1.7578125e+00 -1.7578125e+00 -1.7578125e+00 -1.7578125e+00 +-1.7578125e+00 -1.7578125e+00 -1.7578125e+00 -1.7578125e+00 +-1.7578125e+00 -1.7578125e+00 -1.7578125e+00 -1.7578125e+00 +-1.7578125e+00 -1.7578125e+00 -1.7578125e+00 -1.7578125e+00 +-1.7578125e+00 -1.7578125e+00 -1.7578125e+00 -1.7578125e+00 +-1.7578125e+00 -1.7578125e+00 -1.7578125e+00 -1.7578125e+00 +-1.7578125e+00 -1.7578125e+00 -1.7578125e+00 -1.7578125e+00 +-1.7578125e+00 -1.7578125e+00 -1.7578125e+00 -1.7578125e+00 +-1.7578125e+00 -1.7578125e+00 -1.7578125e+00 -1.7578125e+00 +-1.7578125e+00 -1.7578125e+00 -1.7578125e+00 -1.7578125e+00 +-1.7578125e+00 -1.7578125e+00 -1.7578125e+00 -1.7578125e+00 +-1.7578125e+00 -1.7578125e+00 -1.7578125e+00 -1.7578125e+00 +-1.7578125e+00 -1.7578125e+00 -1.7578125e+00 -1.7578125e+00 +-1.7578125e+00 -1.7578125e+00 -1.7578125e+00 -1.7578125e+00 +-1.7578125e+00 -1.7578125e+00 -1.7578125e+00 -1.7578125e+00 +-1.7578125e+00 -1.7578125e+00 -1.7578125e+00 -1.7578125e+00 +-1.7578125e+00 -1.7578125e+00 -1.7578125e+00 -1.7578125e+00 +-1.7578125e+00 -1.7578125e+00 -1.7578125e+00 -1.7578125e+00 +-1.7578125e+00 -1.7578125e+00 -1.7578125e+00 -1.7578125e+00 +-1.7578125e+00 -1.7578125e+00 -1.7578125e+00 -1.7578125e+00 +-1.7578125e+00 -1.7578125e+00 -1.7578125e+00 -1.7578125e+00 +-1.7578125e+00 -1.7578125e+00 -1.7578125e+00 -1.7578125e+00 +-1.7578125e+00 -1.7578125e+00 -1.7578125e+00 -1.7578125e+00 +-1.7578125e+00 -1.7578125e+00 -1.7578125e+00 -1.7578125e+00 +-1.7578125e+00 -1.7578125e+00 -1.7578125e+00 -1.7578125e+00 +-1.7578125e+00 -1.7578125e+00 -1.7578125e+00 -1.7578125e+00 +-1.7578125e+00 -1.7578125e+00 -1.7578125e+00 -1.7578125e+00 +-1.7578125e+00 -1.7578125e+00 -1.7578125e+00 -1.7578125e+00 +-1.7578125e+00 -1.7578125e+00 -1.7578125e+00 -1.7578125e+00 +-1.7578125e+00 -1.7578125e+00 -1.7578125e+00 -1.7578125e+00 +-1.7578125e+00 -1.7578125e+00 -1.7578125e+00 -1.7578125e+00 +-1.7578125e+00 -1.7578125e+00 -1.7578125e+00 -1.7578125e+00 +-1.7578125e+00 -1.7578125e+00 -1.7578125e+00 -1.7578125e+00 +-1.7578125e+00 -1.7578125e+00 -1.7578125e+00 -1.7578125e+00 +-1.7578125e+00 -1.7578125e+00 -1.7578125e+00 -1.7578125e+00 +-1.7578125e+00 -1.7578125e+00 -1.7578125e+00 -1.7578125e+00 +-1.7578125e+00 -1.7578125e+00 -1.7578125e+00 -1.7578125e+00 +-1.7578125e+00 -1.7578125e+00 -1.7578125e+00 -1.7578125e+00 +-1.7578125e+00 -1.7578125e+00 -1.7578125e+00 -1.7578125e+00 +-1.7578125e+00 -1.7578125e+00 -1.7578125e+00 -1.7578125e+00 +-1.7578125e+00 -1.7578125e+00 -1.7578125e+00 -1.7578125e+00 +-1.7578125e+00 -1.7578125e+00 -1.7578125e+00 -1.7578125e+00 +-1.7578125e+00 -1.7578125e+00 -1.7578125e+00 -1.7578125e+00 +-1.7578125e+00 -1.7578125e+00 -1.7578125e+00 -1.7578125e+00 +-1.7578125e+00 -1.7578125e+00 -1.7578125e+00 -1.7578125e+00 +-1.7578125e+00 -1.7578125e+00 -1.7578125e+00 -1.7578125e+00 +-1.7578125e+00 -1.7578125e+00 -1.7578125e+00 -1.7578125e+00 +-1.7578125e+00 -1.7578125e+00 -1.7578125e+00 -1.7578125e+00 +-1.7578125e+00 -1.7578125e+00 -1.7578125e+00 -1.7578125e+00 +-1.7578125e+00 -1.7578125e+00 -1.7578125e+00 -1.7578125e+00 +-1.7578125e+00 -1.7578125e+00 -1.7578125e+00 -1.7578125e+00 +-1.7578125e+00 -1.7578125e+00 -1.7578125e+00 -1.7578125e+00 +-1.7578125e+00 -1.7578125e+00 -1.7578125e+00 -1.7578125e+00 +-1.7578125e+00 -1.7578125e+00 -1.7578125e+00 -1.7578125e+00 +-1.7578125e+00 -1.7578125e+00 -1.7578125e+00 -1.7578125e+00 +-1.7578125e+00 -1.7578125e+00 -1.7578125e+00 -1.7578125e+00 +-1.7578125e+00 -1.7578125e+00 -1.7578125e+00 -1.7578125e+00 +-1.7578125e+00 -1.7578125e+00 -1.7578125e+00 -1.7578125e+00 +-1.7578125e+00 -1.7578125e+00 -1.7578125e+00 -1.7500000e+00 +-1.7500000e+00 -1.7500000e+00 -1.7500000e+00 -1.7500000e+00 +-1.7500000e+00 -1.7500000e+00 -1.7500000e+00 -1.7500000e+00 +-1.7500000e+00 -1.7500000e+00 -1.7500000e+00 -1.7500000e+00 +-1.7500000e+00 -1.7500000e+00 -1.7500000e+00 -1.7500000e+00 +-1.7500000e+00 -1.7500000e+00 -1.7500000e+00 -1.7500000e+00 +-1.7500000e+00 -1.7500000e+00 -1.7500000e+00 -1.7500000e+00 +-1.7500000e+00 -1.7500000e+00 -1.7500000e+00 -1.7500000e+00 +-1.7500000e+00 -1.7500000e+00 -1.7500000e+00 -1.7500000e+00 +-1.7500000e+00 -1.7421875e+00 -1.7421875e+00 -1.7421875e+00 +-1.7421875e+00 -1.7421875e+00 -1.7421875e+00 -1.7421875e+00 +-1.7421875e+00 -1.7421875e+00 -1.7421875e+00 -1.7421875e+00 +-1.7421875e+00 -1.7421875e+00 -1.7421875e+00 -1.7421875e+00 +-1.7421875e+00 -1.7343750e+00 -1.7343750e+00 -1.7343750e+00 +-1.7343750e+00 -1.7343750e+00 -1.7343750e+00 -1.7343750e+00 +-1.7343750e+00 -1.7343750e+00 -1.7343750e+00 -1.7343750e+00 +-1.7265625e+00 -1.7265625e+00 -1.7265625e+00 -1.7265625e+00 +-1.7265625e+00 -1.7265625e+00 -1.7265625e+00 -1.7187500e+00 +-1.7187500e+00 -1.7187500e+00 -1.7187500e+00 -1.7187500e+00 +-1.7187500e+00 -1.7109375e+00 -1.7109375e+00 -1.7109375e+00 +-1.7109375e+00 -1.7109375e+00 -1.7109375e+00 -1.7031250e+00 +-1.7031250e+00 -1.7031250e+00 -1.7031250e+00 -1.6953125e+00 +-1.6953125e+00 -1.6953125e+00 -1.6953125e+00 -1.6875000e+00 +-1.6875000e+00 -1.6875000e+00 -1.6875000e+00 -1.6796875e+00 +-1.6796875e+00 -1.6796875e+00 -1.6718750e+00 -1.6718750e+00 +-1.6718750e+00 -1.6640625e+00 -1.6640625e+00 -1.6640625e+00 +-1.6562500e+00 -1.6562500e+00 -1.6484375e+00 -1.6484375e+00 +-1.6406250e+00 -1.6406250e+00 -1.6328125e+00 -1.6328125e+00 +-1.6250000e+00 -1.6250000e+00 -1.6171875e+00 -1.6171875e+00 +-1.6093750e+00 -1.6093750e+00 -1.6015625e+00 -1.5937500e+00 +-1.5937500e+00 -1.5859375e+00 -1.5781250e+00 -1.5781250e+00 +-1.5703125e+00 -1.5625000e+00 -1.5546875e+00 -1.5546875e+00 +-1.5468750e+00 -1.5390625e+00 -1.5312500e+00 -1.5234375e+00 +-1.5156250e+00 -1.5078125e+00 -1.5000000e+00 -1.4921875e+00 +-1.4843750e+00 -1.4765625e+00 -1.4687500e+00 -1.4609375e+00 +-1.4453125e+00 -1.4375000e+00 -1.4296875e+00 -1.4140625e+00 +-1.4062500e+00 -1.3984375e+00 -1.3828125e+00 -1.3750000e+00 +-1.3593750e+00 -1.3437500e+00 -1.3359375e+00 -1.3203125e+00 +-1.3046875e+00 -1.2890625e+00 -1.2812500e+00 -1.2656250e+00 +-1.2500000e+00 -1.2265625e+00 -1.2109375e+00 -1.1953125e+00 +-1.1796875e+00 -1.1562500e+00 -1.1406250e+00 -1.1250000e+00 +-1.1015625e+00 -1.0781250e+00 -1.0625000e+00 -1.0390625e+00 +-1.0156250e+00 -9.8828125e-01 -9.6484375e-01 -9.4140625e-01 +-9.1406250e-01 -8.8671875e-01 -8.5937500e-01 -8.3203125e-01 +-8.0078125e-01 -7.7343750e-01 -7.4218750e-01 -7.0703125e-01 +-6.7578125e-01 -6.4062500e-01 -6.0546875e-01 -5.7031250e-01 +-5.3125000e-01 -4.9218750e-01 -4.5117188e-01 -4.1015625e-01 +-3.6718750e-01 -3.2226562e-01 -2.7734375e-01 -2.3046875e-01 +-1.8261719e-01 -1.3183594e-01 -8.0566406e-02 -2.7221680e-02 +1.6357422e-02 4.9316406e-02 8.2031250e-02 1.1474609e-01 +1.4746094e-01 1.8066406e-01 2.1386719e-01 2.4609375e-01 +2.7929688e-01 3.1250000e-01 3.4570312e-01 3.7695312e-01 +4.1015625e-01 4.4335938e-01 4.7656250e-01 5.0781250e-01 +5.4296875e-01 5.7421875e-01 6.0937500e-01 6.4062500e-01 +6.7187500e-01 7.0703125e-01 7.3828125e-01 7.7343750e-01 +8.0468750e-01 8.3593750e-01 8.7109375e-01 9.0234375e-01 +9.3750000e-01 9.6875000e-01 1.0000000e+00 1.0312500e+00 +1.0703125e+00 1.1015625e+00 1.1328125e+00 1.1640625e+00 +1.1953125e+00 1.2343750e+00 1.2656250e+00 1.2968750e+00 +1.3281250e+00 1.3593750e+00 1.3984375e+00 1.4296875e+00 +1.4609375e+00 1.4921875e+00 1.5234375e+00 1.5625000e+00 +1.5937500e+00 1.6250000e+00 1.6562500e+00 1.6875000e+00 +1.7265625e+00 1.7578125e+00 1.7890625e+00 1.8203125e+00 +1.8515625e+00 1.8906250e+00 1.9218750e+00 1.9531250e+00 +1.9843750e+00 2.0156250e+00 2.0468750e+00 2.0781250e+00 +2.1250000e+00 2.1562500e+00 2.1875000e+00 2.2187500e+00 +2.2500000e+00 2.2812500e+00 2.3125000e+00 2.3437500e+00 +2.3750000e+00 2.4062500e+00 2.4531250e+00 2.4843750e+00 +2.5156250e+00 2.5468750e+00 2.5781250e+00 2.6093750e+00 +2.6406250e+00 2.6718750e+00 2.7031250e+00 2.7343750e+00 +2.7812500e+00 2.8125000e+00 2.8437500e+00 2.8750000e+00 +2.9062500e+00 2.9375000e+00 2.9687500e+00 3.0000000e+00 +3.0312500e+00 3.0625000e+00 3.1093750e+00 3.1406250e+00 +3.1718750e+00 3.2031250e+00 3.2343750e+00 3.2656250e+00 +3.2968750e+00 3.3281250e+00 3.3593750e+00 3.3906250e+00 +3.4375000e+00 3.4687500e+00 3.5000000e+00 3.5312500e+00 +3.5625000e+00 3.5937500e+00 3.6250000e+00 3.6562500e+00 +3.6875000e+00 3.7343750e+00 3.7656250e+00 3.7968750e+00 +3.8281250e+00 3.8593750e+00 3.8906250e+00 3.9218750e+00 +3.9531250e+00 3.9843750e+00 4.0312500e+00 4.0625000e+00 +4.0937500e+00 4.1250000e+00 4.1562500e+00 4.1875000e+00 +4.2500000e+00 4.2812500e+00 4.3125000e+00 4.3437500e+00 +4.3750000e+00 4.4062500e+00 4.4375000e+00 4.4687500e+00 +4.5000000e+00 4.5312500e+00 4.5625000e+00 4.5937500e+00 +4.6250000e+00 4.6562500e+00 4.6875000e+00 4.7187500e+00 +4.7500000e+00 4.7812500e+00 4.8125000e+00 4.8750000e+00 +4.9062500e+00 4.9375000e+00 4.9687500e+00 5.0000000e+00 +5.0312500e+00 5.0625000e+00 5.0937500e+00 5.1250000e+00 +5.1562500e+00 5.1875000e+00 5.2187500e+00 5.2500000e+00 +5.2812500e+00 5.3125000e+00 5.3437500e+00 5.3750000e+00 +5.4062500e+00 5.4375000e+00 5.4687500e+00 5.5312500e+00 +5.5625000e+00 5.5937500e+00 5.6250000e+00 5.6562500e+00 +5.6875000e+00 5.7187500e+00 5.7500000e+00 5.7812500e+00 +5.8125000e+00 5.8437500e+00 5.8750000e+00 5.9062500e+00 +5.9375000e+00 5.9687500e+00 6.0000000e+00 6.0312500e+00 +6.0625000e+00 6.0937500e+00 6.1250000e+00 6.1875000e+00 +6.2187500e+00 6.2500000e+00 6.2812500e+00 6.3125000e+00 +6.3437500e+00 6.3750000e+00 6.4062500e+00 6.4375000e+00 +6.4687500e+00 6.5000000e+00 6.5312500e+00 6.5625000e+00 +6.5937500e+00 6.6250000e+00 6.6562500e+00 6.6875000e+00 +6.7187500e+00 6.7500000e+00 6.7812500e+00 6.8437500e+00 +6.8750000e+00 6.9062500e+00 6.9375000e+00 6.9687500e+00 +7.0000000e+00 7.0312500e+00 7.0625000e+00 7.0937500e+00 +7.1250000e+00 7.1562500e+00 7.1875000e+00 7.2187500e+00 +7.2500000e+00 7.2812500e+00 7.3125000e+00 7.3437500e+00 +7.3750000e+00 7.4062500e+00 7.4687500e+00 7.5000000e+00 +7.5312500e+00 7.5625000e+00 7.5937500e+00 7.6250000e+00 +7.6562500e+00 7.6875000e+00 7.7187500e+00 7.7500000e+00 +7.7812500e+00 7.8125000e+00 7.8437500e+00 7.8750000e+00 +7.9062500e+00 7.9375000e+00 7.9687500e+00 8.0000000e+00 +8.0625000e+00 8.0625000e+00 8.1250000e+00 8.1250000e+00 +8.1875000e+00 8.1875000e+00 8.2500000e+00 8.2500000e+00 +8.3125000e+00 8.3125000e+00 8.3750000e+00 8.3750000e+00 +8.3750000e+00 8.5000000e+00 8.5000000e+00 8.5625000e+00 +8.5625000e+00 8.6250000e+00 8.6250000e+00 8.6875000e+00 +8.6875000e+00 8.7500000e+00 8.7500000e+00 8.8125000e+00 +8.8125000e+00 8.8750000e+00 8.8750000e+00 8.9375000e+00 +8.9375000e+00 9.0000000e+00 9.0000000e+00 9.0625000e+00 +9.0625000e+00 9.1250000e+00 9.1250000e+00 9.1875000e+00 +9.1875000e+00 9.2500000e+00 9.2500000e+00 9.3125000e+00 +9.3125000e+00 9.3750000e+00 9.3750000e+00 9.4375000e+00 +9.4375000e+00 9.5000000e+00 9.5000000e+00 9.5625000e+00 +9.5625000e+00 9.6250000e+00 9.6250000e+00 9.7500000e+00 +9.7500000e+00 9.8125000e+00 9.8125000e+00 9.8750000e+00 +9.8750000e+00 9.9375000e+00 9.9375000e+00 1.0000000e+01 +1.0000000e+01 1.0062500e+01 1.0062500e+01 1.0125000e+01 +1.0125000e+01 1.0187500e+01 1.0187500e+01 1.0250000e+01 +1.0250000e+01 1.0312500e+01 1.0312500e+01 1.0375000e+01 +1.0375000e+01 1.0437500e+01 1.0437500e+01 1.0500000e+01 +1.0500000e+01 1.0562500e+01 1.0562500e+01 1.0625000e+01 +1.0625000e+01 1.0687500e+01 1.0687500e+01 1.0750000e+01 +1.0750000e+01 1.0812500e+01 1.0812500e+01 1.0875000e+01 +1.0875000e+01 1.0937500e+01 1.0937500e+01 1.1062500e+01 +1.1062500e+01 1.1125000e+01 1.1125000e+01 1.1187500e+01 +1.1187500e+01 1.1250000e+01 1.1250000e+01 1.1312500e+01 +1.1312500e+01 1.1375000e+01 1.1375000e+01 1.1437500e+01 +1.1437500e+01 1.1500000e+01 1.1500000e+01 1.1562500e+01 +1.1562500e+01 1.1625000e+01 1.1625000e+01 1.1687500e+01 +1.1687500e+01 1.1750000e+01 1.1750000e+01 1.1812500e+01 +1.1812500e+01 1.1875000e+01 1.1875000e+01 1.1937500e+01 +1.1937500e+01 1.2000000e+01 1.2000000e+01 1.2062500e+01 +1.2062500e+01 1.2125000e+01 1.2125000e+01 1.2187500e+01 +1.2187500e+01 1.2250000e+01 1.2250000e+01 1.2375000e+01 +1.2375000e+01 1.2437500e+01 1.2437500e+01 1.2500000e+01 +1.2500000e+01 1.2562500e+01 1.2562500e+01 1.2625000e+01 +1.2625000e+01 1.2687500e+01 1.2687500e+01 1.2750000e+01 +1.2750000e+01 1.2812500e+01 1.2812500e+01 1.2875000e+01 +1.2875000e+01 1.2937500e+01 1.2937500e+01 1.3000000e+01 +1.3000000e+01 1.3062500e+01 1.3062500e+01 1.3125000e+01 +1.3125000e+01 1.3187500e+01 1.3187500e+01 1.3250000e+01 +1.3250000e+01 1.3312500e+01 1.3312500e+01 1.3375000e+01 +1.3375000e+01 1.3437500e+01 1.3437500e+01 1.3500000e+01 +1.3500000e+01 1.3562500e+01 1.3562500e+01 1.3687500e+01 +1.3687500e+01 1.3750000e+01 1.3750000e+01 1.3812500e+01 +1.3812500e+01 1.3875000e+01 1.3875000e+01 1.3937500e+01 +1.3937500e+01 1.4000000e+01 1.4000000e+01 1.4062500e+01 +1.4062500e+01 1.4125000e+01 1.4125000e+01 1.4187500e+01 +1.4187500e+01 1.4250000e+01 1.4250000e+01 1.4312500e+01 +1.4312500e+01 1.4375000e+01 1.4375000e+01 1.4437500e+01 +1.4437500e+01 1.4500000e+01 1.4500000e+01 1.4562500e+01 +1.4562500e+01 1.4625000e+01 1.4625000e+01 1.4687500e+01 +1.4687500e+01 1.4750000e+01 1.4750000e+01 1.4812500e+01 +1.4812500e+01 1.4937500e+01 1.4937500e+01 1.5000000e+01 +1.5000000e+01 1.5062500e+01 1.5062500e+01 1.5125000e+01 +1.5125000e+01 1.5187500e+01 1.5187500e+01 1.5250000e+01 +1.5250000e+01 1.5312500e+01 1.5312500e+01 1.5375000e+01 +1.5375000e+01 1.5437500e+01 1.5437500e+01 1.5500000e+01 +1.5500000e+01 1.5562500e+01 1.5562500e+01 1.5625000e+01 +1.5625000e+01 1.5687500e+01 1.5687500e+01 1.5750000e+01 +1.5750000e+01 1.5812500e+01 1.5812500e+01 1.5875000e+01 +1.5875000e+01 1.5937500e+01 1.5937500e+01 1.6000000e+01 +1.6000000e+01 1.6125000e+01 1.6125000e+01 1.6125000e+01 +1.6125000e+01 1.6250000e+01 1.6250000e+01 1.6250000e+01 +1.6250000e+01 1.6375000e+01 1.6375000e+01 1.6375000e+01 +1.6375000e+01 1.6500000e+01 1.6500000e+01 1.6500000e+01 +1.6500000e+01 1.6625000e+01 1.6625000e+01 1.6625000e+01 +1.6625000e+01 1.6750000e+01 1.6750000e+01 1.6750000e+01 +-1.7578125e+00 -1.7578125e+00 -1.7578125e+00 -1.7578125e+00 +-1.7578125e+00 -1.7578125e+00 -1.7578125e+00 -1.7578125e+00 +-1.7578125e+00 -1.7578125e+00 -1.7578125e+00 -1.7578125e+00 +-1.7578125e+00 -1.7578125e+00 -1.7578125e+00 -1.7578125e+00 +-1.7578125e+00 -1.7578125e+00 -1.7578125e+00 -1.7578125e+00 +-1.7578125e+00 -1.7578125e+00 -1.7578125e+00 -1.7578125e+00 +-1.7578125e+00 -1.7578125e+00 -1.7578125e+00 -1.7578125e+00 +-1.7578125e+00 -1.7578125e+00 -1.7578125e+00 -1.7578125e+00 +-1.7578125e+00 -1.7578125e+00 -1.7578125e+00 -1.7578125e+00 +-1.7578125e+00 -1.7578125e+00 -1.7578125e+00 -1.7578125e+00 +-1.7578125e+00 -1.7578125e+00 -1.7578125e+00 -1.7578125e+00 +-1.7578125e+00 -1.7578125e+00 -1.7578125e+00 -1.7578125e+00 +-1.7578125e+00 -1.7578125e+00 -1.7578125e+00 -1.7578125e+00 +-1.7578125e+00 -1.7578125e+00 -1.7578125e+00 -1.7578125e+00 +-1.7578125e+00 -1.7578125e+00 -1.7578125e+00 -1.7578125e+00 +-1.7578125e+00 -1.7578125e+00 -1.7578125e+00 -1.7578125e+00 +-1.7578125e+00 -1.7578125e+00 -1.7578125e+00 -1.7578125e+00 +-1.7578125e+00 -1.7578125e+00 -1.7578125e+00 -1.7578125e+00 +-1.7578125e+00 -1.7578125e+00 -1.7578125e+00 -1.7578125e+00 +-1.7578125e+00 -1.7578125e+00 -1.7578125e+00 -1.7578125e+00 +-1.7578125e+00 -1.7578125e+00 -1.7578125e+00 -1.7578125e+00 +-1.7578125e+00 -1.7578125e+00 -1.7578125e+00 -1.7578125e+00 +-1.7578125e+00 -1.7578125e+00 -1.7578125e+00 -1.7578125e+00 +-1.7578125e+00 -1.7578125e+00 -1.7578125e+00 -1.7578125e+00 +-1.7578125e+00 -1.7578125e+00 -1.7578125e+00 -1.7578125e+00 +-1.7578125e+00 -1.7578125e+00 -1.7578125e+00 -1.7578125e+00 +-1.7578125e+00 -1.7578125e+00 -1.7578125e+00 -1.7578125e+00 +-1.7578125e+00 -1.7578125e+00 -1.7578125e+00 -1.7578125e+00 +-1.7578125e+00 -1.7578125e+00 -1.7578125e+00 -1.7578125e+00 +-1.7578125e+00 -1.7578125e+00 -1.7578125e+00 -1.7578125e+00 +-1.7578125e+00 -1.7578125e+00 -1.7578125e+00 -1.7578125e+00 +-1.7578125e+00 -1.7578125e+00 -1.7578125e+00 -1.7578125e+00 +-1.7578125e+00 -1.7578125e+00 -1.7578125e+00 -1.7578125e+00 +-1.7578125e+00 -1.7578125e+00 -1.7578125e+00 -1.7578125e+00 +-1.7578125e+00 -1.7578125e+00 -1.7578125e+00 -1.7578125e+00 +-1.7578125e+00 -1.7578125e+00 -1.7578125e+00 -1.7578125e+00 +-1.7578125e+00 -1.7578125e+00 -1.7578125e+00 -1.7578125e+00 +-1.7578125e+00 -1.7578125e+00 -1.7578125e+00 -1.7578125e+00 +-1.7578125e+00 -1.7578125e+00 -1.7578125e+00 -1.7578125e+00 +-1.7578125e+00 -1.7578125e+00 -1.7578125e+00 -1.7578125e+00 +-1.7578125e+00 -1.7578125e+00 -1.7578125e+00 -1.7578125e+00 +-1.7578125e+00 -1.7578125e+00 -1.7578125e+00 -1.7578125e+00 +-1.7578125e+00 -1.7578125e+00 -1.7578125e+00 -1.7578125e+00 +-1.7578125e+00 -1.7578125e+00 -1.7578125e+00 -1.7578125e+00 +-1.7578125e+00 -1.7578125e+00 -1.7578125e+00 -1.7578125e+00 +-1.7578125e+00 -1.7578125e+00 -1.7578125e+00 -1.7578125e+00 +-1.7578125e+00 -1.7578125e+00 -1.7578125e+00 -1.7578125e+00 +-1.7578125e+00 -1.7578125e+00 -1.7578125e+00 -1.7578125e+00 +-1.7578125e+00 -1.7578125e+00 -1.7578125e+00 -1.7578125e+00 +-1.7578125e+00 -1.7578125e+00 -1.7578125e+00 -1.7578125e+00 +-1.7578125e+00 -1.7578125e+00 -1.7578125e+00 -1.7578125e+00 +-1.7578125e+00 -1.7578125e+00 -1.7578125e+00 -1.7578125e+00 +-1.7578125e+00 -1.7578125e+00 -1.7578125e+00 -1.7578125e+00 +-1.7578125e+00 -1.7578125e+00 -1.7578125e+00 -1.7578125e+00 +-1.7578125e+00 -1.7578125e+00 -1.7578125e+00 -1.7578125e+00 +-1.7578125e+00 -1.7578125e+00 -1.7578125e+00 -1.7578125e+00 +-1.7578125e+00 -1.7578125e+00 -1.7578125e+00 -1.7578125e+00 +-1.7578125e+00 -1.7578125e+00 -1.7578125e+00 -1.7578125e+00 +-1.7578125e+00 -1.7578125e+00 -1.7578125e+00 -1.7578125e+00 +-1.7578125e+00 -1.7578125e+00 -1.7578125e+00 -1.7578125e+00 +-1.7578125e+00 -1.7578125e+00 -1.7578125e+00 -1.7578125e+00 +-1.7578125e+00 -1.7578125e+00 -1.7578125e+00 -1.7578125e+00 +-1.7578125e+00 -1.7578125e+00 -1.7578125e+00 -1.7578125e+00 +-1.7578125e+00 -1.7578125e+00 -1.7578125e+00 -1.7578125e+00 +-1.7578125e+00 -1.7578125e+00 -1.7578125e+00 -1.7578125e+00 +-1.7578125e+00 -1.7578125e+00 -1.7578125e+00 -1.7578125e+00 +-1.7578125e+00 -1.7578125e+00 -1.7578125e+00 -1.7578125e+00 +-1.7578125e+00 -1.7578125e+00 -1.7578125e+00 -1.7578125e+00 +-1.7578125e+00 -1.7578125e+00 -1.7578125e+00 -1.7578125e+00 +-1.7578125e+00 -1.7578125e+00 -1.7578125e+00 -1.7578125e+00 +-1.7578125e+00 -1.7578125e+00 -1.7578125e+00 -1.7578125e+00 +-1.7578125e+00 -1.7578125e+00 -1.7578125e+00 -1.7578125e+00 +-1.7578125e+00 -1.7578125e+00 -1.7578125e+00 -1.7578125e+00 +-1.7578125e+00 -1.7578125e+00 -1.7578125e+00 -1.7578125e+00 +-1.7578125e+00 -1.7578125e+00 -1.7578125e+00 -1.7578125e+00 +-1.7578125e+00 -1.7578125e+00 -1.7578125e+00 -1.7578125e+00 +-1.7578125e+00 -1.7578125e+00 -1.7578125e+00 -1.7578125e+00 +-1.7578125e+00 -1.7578125e+00 -1.7578125e+00 -1.7578125e+00 +-1.7578125e+00 -1.7578125e+00 -1.7578125e+00 -1.7578125e+00 +-1.7578125e+00 -1.7578125e+00 -1.7578125e+00 -1.7500000e+00 +-1.7500000e+00 -1.7500000e+00 -1.7500000e+00 -1.7500000e+00 +-1.7500000e+00 -1.7500000e+00 -1.7500000e+00 -1.7500000e+00 +-1.7500000e+00 -1.7500000e+00 -1.7500000e+00 -1.7500000e+00 +-1.7500000e+00 -1.7500000e+00 -1.7500000e+00 -1.7500000e+00 +-1.7500000e+00 -1.7500000e+00 -1.7500000e+00 -1.7500000e+00 +-1.7500000e+00 -1.7500000e+00 -1.7500000e+00 -1.7500000e+00 +-1.7500000e+00 -1.7500000e+00 -1.7500000e+00 -1.7500000e+00 +-1.7500000e+00 -1.7500000e+00 -1.7500000e+00 -1.7500000e+00 +-1.7500000e+00 -1.7421875e+00 -1.7421875e+00 -1.7421875e+00 +-1.7421875e+00 -1.7421875e+00 -1.7421875e+00 -1.7421875e+00 +-1.7421875e+00 -1.7421875e+00 -1.7421875e+00 -1.7421875e+00 +-1.7421875e+00 -1.7421875e+00 -1.7421875e+00 -1.7421875e+00 +-1.7421875e+00 -1.7343750e+00 -1.7343750e+00 -1.7343750e+00 +-1.7343750e+00 -1.7343750e+00 -1.7343750e+00 -1.7343750e+00 +-1.7343750e+00 -1.7343750e+00 -1.7343750e+00 -1.7343750e+00 +-1.7265625e+00 -1.7265625e+00 -1.7265625e+00 -1.7265625e+00 +-1.7265625e+00 -1.7265625e+00 -1.7265625e+00 -1.7187500e+00 +-1.7187500e+00 -1.7187500e+00 -1.7187500e+00 -1.7187500e+00 +-1.7187500e+00 -1.7109375e+00 -1.7109375e+00 -1.7109375e+00 +-1.7109375e+00 -1.7109375e+00 -1.7109375e+00 -1.7031250e+00 +-1.7031250e+00 -1.7031250e+00 -1.7031250e+00 -1.6953125e+00 +-1.6953125e+00 -1.6953125e+00 -1.6953125e+00 -1.6875000e+00 +-1.6875000e+00 -1.6875000e+00 -1.6875000e+00 -1.6796875e+00 +-1.6796875e+00 -1.6796875e+00 -1.6718750e+00 -1.6718750e+00 +-1.6718750e+00 -1.6640625e+00 -1.6640625e+00 -1.6640625e+00 +-1.6562500e+00 -1.6562500e+00 -1.6484375e+00 -1.6484375e+00 +-1.6406250e+00 -1.6406250e+00 -1.6328125e+00 -1.6328125e+00 +-1.6250000e+00 -1.6250000e+00 -1.6171875e+00 -1.6171875e+00 +-1.6093750e+00 -1.6093750e+00 -1.6015625e+00 -1.5937500e+00 +-1.5937500e+00 -1.5859375e+00 -1.5781250e+00 -1.5781250e+00 +-1.5703125e+00 -1.5625000e+00 -1.5546875e+00 -1.5546875e+00 +-1.5468750e+00 -1.5390625e+00 -1.5312500e+00 -1.5234375e+00 +-1.5156250e+00 -1.5078125e+00 -1.5000000e+00 -1.4921875e+00 +-1.4843750e+00 -1.4765625e+00 -1.4687500e+00 -1.4609375e+00 +-1.4453125e+00 -1.4375000e+00 -1.4296875e+00 -1.4140625e+00 +-1.4062500e+00 -1.3984375e+00 -1.3828125e+00 -1.3750000e+00 +-1.3593750e+00 -1.3437500e+00 -1.3359375e+00 -1.3203125e+00 +-1.3046875e+00 -1.2890625e+00 -1.2812500e+00 -1.2656250e+00 +-1.2500000e+00 -1.2265625e+00 -1.2109375e+00 -1.1953125e+00 +-1.1796875e+00 -1.1562500e+00 -1.1406250e+00 -1.1250000e+00 +-1.1015625e+00 -1.0781250e+00 -1.0625000e+00 -1.0390625e+00 +-1.0156250e+00 -9.8828125e-01 -9.6484375e-01 -9.4140625e-01 +-9.1406250e-01 -8.8671875e-01 -8.5937500e-01 -8.3203125e-01 +-8.0078125e-01 -7.7343750e-01 -7.4218750e-01 -7.0703125e-01 +-6.7578125e-01 -6.4062500e-01 -6.0546875e-01 -5.7031250e-01 +-5.3125000e-01 -4.9218750e-01 -4.5117188e-01 -4.1015625e-01 +-3.6718750e-01 -3.2226562e-01 -2.7734375e-01 -2.3046875e-01 +-1.8261719e-01 -1.3183594e-01 -8.0566406e-02 -2.7221680e-02 +1.6357422e-02 4.9316406e-02 8.2031250e-02 1.1474609e-01 +1.4746094e-01 1.8066406e-01 2.1386719e-01 2.4609375e-01 +2.7929688e-01 3.1250000e-01 3.4570312e-01 3.7695312e-01 +4.1015625e-01 4.4335938e-01 4.7656250e-01 5.0781250e-01 +5.4296875e-01 5.7421875e-01 6.0937500e-01 6.4062500e-01 +6.7187500e-01 7.0703125e-01 7.3828125e-01 7.7343750e-01 +8.0468750e-01 8.3593750e-01 8.7109375e-01 9.0234375e-01 +9.3750000e-01 9.6875000e-01 1.0000000e+00 1.0312500e+00 +1.0703125e+00 1.1015625e+00 1.1328125e+00 1.1640625e+00 +1.1953125e+00 1.2343750e+00 1.2656250e+00 1.2968750e+00 +1.3281250e+00 1.3593750e+00 1.3984375e+00 1.4296875e+00 +1.4609375e+00 1.4921875e+00 1.5234375e+00 1.5625000e+00 +1.5937500e+00 1.6250000e+00 1.6562500e+00 1.6875000e+00 +1.7265625e+00 1.7578125e+00 1.7890625e+00 1.8203125e+00 +1.8515625e+00 1.8906250e+00 1.9218750e+00 1.9531250e+00 +1.9843750e+00 2.0156250e+00 2.0468750e+00 2.0781250e+00 +2.1250000e+00 2.1562500e+00 2.1875000e+00 2.2187500e+00 +2.2500000e+00 2.2812500e+00 2.3125000e+00 2.3437500e+00 +2.3750000e+00 2.4062500e+00 2.4531250e+00 2.4843750e+00 +2.5156250e+00 2.5468750e+00 2.5781250e+00 2.6093750e+00 +2.6406250e+00 2.6718750e+00 2.7031250e+00 2.7343750e+00 +2.7812500e+00 2.8125000e+00 2.8437500e+00 2.8750000e+00 +2.9062500e+00 2.9375000e+00 2.9687500e+00 3.0000000e+00 +3.0312500e+00 3.0625000e+00 3.1093750e+00 3.1406250e+00 +3.1718750e+00 3.2031250e+00 3.2343750e+00 3.2656250e+00 +3.2968750e+00 3.3281250e+00 3.3593750e+00 3.3906250e+00 +3.4375000e+00 3.4687500e+00 3.5000000e+00 3.5312500e+00 +3.5625000e+00 3.5937500e+00 3.6250000e+00 3.6562500e+00 +3.6875000e+00 3.7343750e+00 3.7656250e+00 3.7968750e+00 +3.8281250e+00 3.8593750e+00 3.8906250e+00 3.9218750e+00 +3.9531250e+00 3.9843750e+00 4.0312500e+00 4.0625000e+00 +4.0937500e+00 4.1250000e+00 4.1562500e+00 4.1875000e+00 +4.2500000e+00 4.2812500e+00 4.3125000e+00 4.3437500e+00 +4.3750000e+00 4.4062500e+00 4.4375000e+00 4.4687500e+00 +4.5000000e+00 4.5312500e+00 4.5625000e+00 4.5937500e+00 +4.6250000e+00 4.6562500e+00 4.6875000e+00 4.7187500e+00 +4.7500000e+00 4.7812500e+00 4.8125000e+00 4.8750000e+00 +4.9062500e+00 4.9375000e+00 4.9687500e+00 5.0000000e+00 +5.0312500e+00 5.0625000e+00 5.0937500e+00 5.1250000e+00 +5.1562500e+00 5.1875000e+00 5.2187500e+00 5.2500000e+00 +5.2812500e+00 5.3125000e+00 5.3437500e+00 5.3750000e+00 +5.4062500e+00 5.4375000e+00 5.4687500e+00 5.5312500e+00 +5.5625000e+00 5.5937500e+00 5.6250000e+00 5.6562500e+00 +5.6875000e+00 5.7187500e+00 5.7500000e+00 5.7812500e+00 +5.8125000e+00 5.8437500e+00 5.8750000e+00 5.9062500e+00 +5.9375000e+00 5.9687500e+00 6.0000000e+00 6.0312500e+00 +6.0625000e+00 6.0937500e+00 6.1250000e+00 6.1875000e+00 +6.2187500e+00 6.2500000e+00 6.2812500e+00 6.3125000e+00 +6.3437500e+00 6.3750000e+00 6.4062500e+00 6.4375000e+00 +6.4687500e+00 6.5000000e+00 6.5312500e+00 6.5625000e+00 +6.5937500e+00 6.6250000e+00 6.6562500e+00 6.6875000e+00 +6.7187500e+00 6.7500000e+00 6.7812500e+00 6.8437500e+00 +6.8750000e+00 6.9062500e+00 6.9375000e+00 6.9687500e+00 +7.0000000e+00 7.0312500e+00 7.0625000e+00 7.0937500e+00 +7.1250000e+00 7.1562500e+00 7.1875000e+00 7.2187500e+00 +7.2500000e+00 7.2812500e+00 7.3125000e+00 7.3437500e+00 +7.3750000e+00 7.4062500e+00 7.4687500e+00 7.5000000e+00 +7.5312500e+00 7.5625000e+00 7.5937500e+00 7.6250000e+00 +7.6562500e+00 7.6875000e+00 7.7187500e+00 7.7500000e+00 +7.7812500e+00 7.8125000e+00 7.8437500e+00 7.8750000e+00 +7.9062500e+00 7.9375000e+00 7.9687500e+00 8.0000000e+00 +8.0625000e+00 8.0625000e+00 8.1250000e+00 8.1250000e+00 +8.1875000e+00 8.1875000e+00 8.2500000e+00 8.2500000e+00 +8.3125000e+00 8.3125000e+00 8.3750000e+00 8.3750000e+00 +8.3750000e+00 8.5000000e+00 8.5000000e+00 8.5625000e+00 +8.5625000e+00 8.6250000e+00 8.6250000e+00 8.6875000e+00 +8.6875000e+00 8.7500000e+00 8.7500000e+00 8.8125000e+00 +8.8125000e+00 8.8750000e+00 8.8750000e+00 8.9375000e+00 +8.9375000e+00 9.0000000e+00 9.0000000e+00 9.0625000e+00 +9.0625000e+00 9.1250000e+00 9.1250000e+00 9.1875000e+00 +9.1875000e+00 9.2500000e+00 9.2500000e+00 9.3125000e+00 +9.3125000e+00 9.3750000e+00 9.3750000e+00 9.4375000e+00 +9.4375000e+00 9.5000000e+00 9.5000000e+00 9.5625000e+00 +9.5625000e+00 9.6250000e+00 9.6250000e+00 9.7500000e+00 +9.7500000e+00 9.8125000e+00 9.8125000e+00 9.8750000e+00 +9.8750000e+00 9.9375000e+00 9.9375000e+00 1.0000000e+01 +1.0000000e+01 1.0062500e+01 1.0062500e+01 1.0125000e+01 +1.0125000e+01 1.0187500e+01 1.0187500e+01 1.0250000e+01 +1.0250000e+01 1.0312500e+01 1.0312500e+01 1.0375000e+01 +1.0375000e+01 1.0437500e+01 1.0437500e+01 1.0500000e+01 +1.0500000e+01 1.0562500e+01 1.0562500e+01 1.0625000e+01 +1.0625000e+01 1.0687500e+01 1.0687500e+01 1.0750000e+01 +1.0750000e+01 1.0812500e+01 1.0812500e+01 1.0875000e+01 +1.0875000e+01 1.0937500e+01 1.0937500e+01 1.1062500e+01 +1.1062500e+01 1.1125000e+01 1.1125000e+01 1.1187500e+01 +1.1187500e+01 1.1250000e+01 1.1250000e+01 1.1312500e+01 +1.1312500e+01 1.1375000e+01 1.1375000e+01 1.1437500e+01 +1.1437500e+01 1.1500000e+01 1.1500000e+01 1.1562500e+01 +1.1562500e+01 1.1625000e+01 1.1625000e+01 1.1687500e+01 +1.1687500e+01 1.1750000e+01 1.1750000e+01 1.1812500e+01 +1.1812500e+01 1.1875000e+01 1.1875000e+01 1.1937500e+01 +1.1937500e+01 1.2000000e+01 1.2000000e+01 1.2062500e+01 +1.2062500e+01 1.2125000e+01 1.2125000e+01 1.2187500e+01 +1.2187500e+01 1.2250000e+01 1.2250000e+01 1.2375000e+01 +1.2375000e+01 1.2437500e+01 1.2437500e+01 1.2500000e+01 +1.2500000e+01 1.2562500e+01 1.2562500e+01 1.2625000e+01 +1.2625000e+01 1.2687500e+01 1.2687500e+01 1.2750000e+01 +1.2750000e+01 1.2812500e+01 1.2812500e+01 1.2875000e+01 +1.2875000e+01 1.2937500e+01 1.2937500e+01 1.3000000e+01 +1.3000000e+01 1.3062500e+01 1.3062500e+01 1.3125000e+01 +1.3125000e+01 1.3187500e+01 1.3187500e+01 1.3250000e+01 +1.3250000e+01 1.3312500e+01 1.3312500e+01 1.3375000e+01 +1.3375000e+01 1.3437500e+01 1.3437500e+01 1.3500000e+01 +1.3500000e+01 1.3562500e+01 1.3562500e+01 1.3687500e+01 +1.3687500e+01 1.3750000e+01 1.3750000e+01 1.3812500e+01 +1.3812500e+01 1.3875000e+01 1.3875000e+01 1.3937500e+01 +1.3937500e+01 1.4000000e+01 1.4000000e+01 1.4062500e+01 +1.4062500e+01 1.4125000e+01 1.4125000e+01 1.4187500e+01 +1.4187500e+01 1.4250000e+01 1.4250000e+01 1.4312500e+01 +1.4312500e+01 1.4375000e+01 1.4375000e+01 1.4437500e+01 +1.4437500e+01 1.4500000e+01 1.4500000e+01 1.4562500e+01 +1.4562500e+01 1.4625000e+01 1.4625000e+01 1.4687500e+01 +1.4687500e+01 1.4750000e+01 1.4750000e+01 1.4812500e+01 +1.4812500e+01 1.4937500e+01 1.4937500e+01 1.5000000e+01 +1.5000000e+01 1.5062500e+01 1.5062500e+01 1.5125000e+01 +1.5125000e+01 1.5187500e+01 1.5187500e+01 1.5250000e+01 +1.5250000e+01 1.5312500e+01 1.5312500e+01 1.5375000e+01 +1.5375000e+01 1.5437500e+01 1.5437500e+01 1.5500000e+01 +1.5500000e+01 1.5562500e+01 1.5562500e+01 1.5625000e+01 +1.5625000e+01 1.5687500e+01 1.5687500e+01 1.5750000e+01 +1.5750000e+01 1.5812500e+01 1.5812500e+01 1.5875000e+01 +1.5875000e+01 1.5937500e+01 1.5937500e+01 1.6000000e+01 +1.6000000e+01 1.6125000e+01 1.6125000e+01 1.6125000e+01 +1.6125000e+01 1.6250000e+01 1.6250000e+01 1.6250000e+01 +1.6250000e+01 1.6375000e+01 1.6375000e+01 1.6375000e+01 +1.6375000e+01 1.6500000e+01 1.6500000e+01 1.6500000e+01 +1.6500000e+01 1.6625000e+01 1.6625000e+01 1.6625000e+01 +1.6625000e+01 1.6750000e+01 1.6750000e+01 1.6750000e+01 +-1.7578125e+00 -1.7578125e+00 -1.7578125e+00 -1.7578125e+00 +-1.7578125e+00 -1.7578125e+00 -1.7578125e+00 -1.7578125e+00 +-1.7578125e+00 -1.7578125e+00 -1.7578125e+00 -1.7578125e+00 +-1.7578125e+00 -1.7578125e+00 -1.7578125e+00 -1.7578125e+00 +-1.7578125e+00 -1.7578125e+00 -1.7578125e+00 -1.7578125e+00 +-1.7578125e+00 -1.7578125e+00 -1.7578125e+00 -1.7578125e+00 +-1.7578125e+00 -1.7578125e+00 -1.7578125e+00 -1.7578125e+00 +-1.7578125e+00 -1.7578125e+00 -1.7578125e+00 -1.7578125e+00 +-1.7578125e+00 -1.7578125e+00 -1.7578125e+00 -1.7578125e+00 +-1.7578125e+00 -1.7578125e+00 -1.7578125e+00 -1.7578125e+00 +-1.7578125e+00 -1.7578125e+00 -1.7578125e+00 -1.7578125e+00 +-1.7578125e+00 -1.7578125e+00 -1.7578125e+00 -1.7578125e+00 +-1.7578125e+00 -1.7578125e+00 -1.7578125e+00 -1.7578125e+00 +-1.7578125e+00 -1.7578125e+00 -1.7578125e+00 -1.7578125e+00 +-1.7578125e+00 -1.7578125e+00 -1.7578125e+00 -1.7578125e+00 +-1.7578125e+00 -1.7578125e+00 -1.7578125e+00 -1.7578125e+00 +-1.7578125e+00 -1.7578125e+00 -1.7578125e+00 -1.7578125e+00 +-1.7578125e+00 -1.7578125e+00 -1.7578125e+00 -1.7578125e+00 +-1.7578125e+00 -1.7578125e+00 -1.7578125e+00 -1.7578125e+00 +-1.7578125e+00 -1.7578125e+00 -1.7578125e+00 -1.7578125e+00 +-1.7578125e+00 -1.7578125e+00 -1.7578125e+00 -1.7578125e+00 +-1.7578125e+00 -1.7578125e+00 -1.7578125e+00 -1.7578125e+00 +-1.7578125e+00 -1.7578125e+00 -1.7578125e+00 -1.7578125e+00 +-1.7578125e+00 -1.7578125e+00 -1.7578125e+00 -1.7578125e+00 +-1.7578125e+00 -1.7578125e+00 -1.7578125e+00 -1.7578125e+00 +-1.7578125e+00 -1.7578125e+00 -1.7578125e+00 -1.7578125e+00 +-1.7578125e+00 -1.7578125e+00 -1.7578125e+00 -1.7578125e+00 +-1.7578125e+00 -1.7578125e+00 -1.7578125e+00 -1.7578125e+00 +-1.7578125e+00 -1.7578125e+00 -1.7578125e+00 -1.7578125e+00 +-1.7578125e+00 -1.7578125e+00 -1.7578125e+00 -1.7578125e+00 +-1.7578125e+00 -1.7578125e+00 -1.7578125e+00 -1.7578125e+00 +-1.7578125e+00 -1.7578125e+00 -1.7578125e+00 -1.7578125e+00 +-1.7578125e+00 -1.7578125e+00 -1.7578125e+00 -1.7578125e+00 +-1.7578125e+00 -1.7578125e+00 -1.7578125e+00 -1.7578125e+00 +-1.7578125e+00 -1.7578125e+00 -1.7578125e+00 -1.7578125e+00 +-1.7578125e+00 -1.7578125e+00 -1.7578125e+00 -1.7578125e+00 +-1.7578125e+00 -1.7578125e+00 -1.7578125e+00 -1.7578125e+00 +-1.7578125e+00 -1.7578125e+00 -1.7578125e+00 -1.7578125e+00 +-1.7578125e+00 -1.7578125e+00 -1.7578125e+00 -1.7578125e+00 +-1.7578125e+00 -1.7578125e+00 -1.7578125e+00 -1.7578125e+00 +-1.7578125e+00 -1.7578125e+00 -1.7578125e+00 -1.7578125e+00 +-1.7578125e+00 -1.7578125e+00 -1.7578125e+00 -1.7578125e+00 +-1.7578125e+00 -1.7578125e+00 -1.7578125e+00 -1.7578125e+00 +-1.7578125e+00 -1.7578125e+00 -1.7578125e+00 -1.7578125e+00 +-1.7578125e+00 -1.7578125e+00 -1.7578125e+00 -1.7578125e+00 +-1.7578125e+00 -1.7578125e+00 -1.7578125e+00 -1.7578125e+00 +-1.7578125e+00 -1.7578125e+00 -1.7578125e+00 -1.7578125e+00 +-1.7578125e+00 -1.7578125e+00 -1.7578125e+00 -1.7578125e+00 +-1.7578125e+00 -1.7578125e+00 -1.7578125e+00 -1.7578125e+00 +-1.7578125e+00 -1.7578125e+00 -1.7578125e+00 -1.7578125e+00 +-1.7578125e+00 -1.7578125e+00 -1.7578125e+00 -1.7578125e+00 +-1.7578125e+00 -1.7578125e+00 -1.7578125e+00 -1.7578125e+00 +-1.7578125e+00 -1.7578125e+00 -1.7578125e+00 -1.7578125e+00 +-1.7578125e+00 -1.7578125e+00 -1.7578125e+00 -1.7578125e+00 +-1.7578125e+00 -1.7578125e+00 -1.7578125e+00 -1.7578125e+00 +-1.7578125e+00 -1.7578125e+00 -1.7578125e+00 -1.7578125e+00 +-1.7578125e+00 -1.7578125e+00 -1.7578125e+00 -1.7578125e+00 +-1.7578125e+00 -1.7578125e+00 -1.7578125e+00 -1.7578125e+00 +-1.7578125e+00 -1.7578125e+00 -1.7578125e+00 -1.7578125e+00 +-1.7578125e+00 -1.7578125e+00 -1.7578125e+00 -1.7578125e+00 +-1.7578125e+00 -1.7578125e+00 -1.7578125e+00 -1.7578125e+00 +-1.7578125e+00 -1.7578125e+00 -1.7578125e+00 -1.7578125e+00 +-1.7578125e+00 -1.7578125e+00 -1.7578125e+00 -1.7578125e+00 +-1.7578125e+00 -1.7578125e+00 -1.7578125e+00 -1.7578125e+00 +-1.7578125e+00 -1.7578125e+00 -1.7578125e+00 -1.7578125e+00 +-1.7578125e+00 -1.7578125e+00 -1.7578125e+00 -1.7578125e+00 +-1.7578125e+00 -1.7578125e+00 -1.7578125e+00 -1.7578125e+00 +-1.7578125e+00 -1.7578125e+00 -1.7578125e+00 -1.7578125e+00 +-1.7578125e+00 -1.7578125e+00 -1.7578125e+00 -1.7578125e+00 +-1.7578125e+00 -1.7578125e+00 -1.7578125e+00 -1.7578125e+00 +-1.7578125e+00 -1.7578125e+00 -1.7578125e+00 -1.7578125e+00 +-1.7578125e+00 -1.7578125e+00 -1.7578125e+00 -1.7578125e+00 +-1.7578125e+00 -1.7578125e+00 -1.7578125e+00 -1.7578125e+00 +-1.7578125e+00 -1.7578125e+00 -1.7578125e+00 -1.7578125e+00 +-1.7578125e+00 -1.7578125e+00 -1.7578125e+00 -1.7578125e+00 +-1.7578125e+00 -1.7578125e+00 -1.7578125e+00 -1.7578125e+00 +-1.7578125e+00 -1.7578125e+00 -1.7578125e+00 -1.7578125e+00 +-1.7578125e+00 -1.7578125e+00 -1.7578125e+00 -1.7578125e+00 +-1.7578125e+00 -1.7578125e+00 -1.7578125e+00 -1.7578125e+00 +-1.7578125e+00 -1.7578125e+00 -1.7578125e+00 -1.7500000e+00 +-1.7500000e+00 -1.7500000e+00 -1.7500000e+00 -1.7500000e+00 +-1.7500000e+00 -1.7500000e+00 -1.7500000e+00 -1.7500000e+00 +-1.7500000e+00 -1.7500000e+00 -1.7500000e+00 -1.7500000e+00 +-1.7500000e+00 -1.7500000e+00 -1.7500000e+00 -1.7500000e+00 +-1.7500000e+00 -1.7500000e+00 -1.7500000e+00 -1.7500000e+00 +-1.7500000e+00 -1.7500000e+00 -1.7500000e+00 -1.7500000e+00 +-1.7500000e+00 -1.7500000e+00 -1.7500000e+00 -1.7500000e+00 +-1.7500000e+00 -1.7500000e+00 -1.7500000e+00 -1.7500000e+00 +-1.7500000e+00 -1.7421875e+00 -1.7421875e+00 -1.7421875e+00 +-1.7421875e+00 -1.7421875e+00 -1.7421875e+00 -1.7421875e+00 +-1.7421875e+00 -1.7421875e+00 -1.7421875e+00 -1.7421875e+00 +-1.7421875e+00 -1.7421875e+00 -1.7421875e+00 -1.7421875e+00 +-1.7421875e+00 -1.7343750e+00 -1.7343750e+00 -1.7343750e+00 +-1.7343750e+00 -1.7343750e+00 -1.7343750e+00 -1.7343750e+00 +-1.7343750e+00 -1.7343750e+00 -1.7343750e+00 -1.7343750e+00 +-1.7265625e+00 -1.7265625e+00 -1.7265625e+00 -1.7265625e+00 +-1.7265625e+00 -1.7265625e+00 -1.7265625e+00 -1.7187500e+00 +-1.7187500e+00 -1.7187500e+00 -1.7187500e+00 -1.7187500e+00 +-1.7187500e+00 -1.7109375e+00 -1.7109375e+00 -1.7109375e+00 +-1.7109375e+00 -1.7109375e+00 -1.7109375e+00 -1.7031250e+00 +-1.7031250e+00 -1.7031250e+00 -1.7031250e+00 -1.6953125e+00 +-1.6953125e+00 -1.6953125e+00 -1.6953125e+00 -1.6875000e+00 +-1.6875000e+00 -1.6875000e+00 -1.6875000e+00 -1.6796875e+00 +-1.6796875e+00 -1.6796875e+00 -1.6718750e+00 -1.6718750e+00 +-1.6718750e+00 -1.6640625e+00 -1.6640625e+00 -1.6640625e+00 +-1.6562500e+00 -1.6562500e+00 -1.6484375e+00 -1.6484375e+00 +-1.6406250e+00 -1.6406250e+00 -1.6328125e+00 -1.6328125e+00 +-1.6250000e+00 -1.6250000e+00 -1.6171875e+00 -1.6171875e+00 +-1.6093750e+00 -1.6093750e+00 -1.6015625e+00 -1.5937500e+00 +-1.5937500e+00 -1.5859375e+00 -1.5781250e+00 -1.5781250e+00 +-1.5703125e+00 -1.5625000e+00 -1.5546875e+00 -1.5546875e+00 +-1.5468750e+00 -1.5390625e+00 -1.5312500e+00 -1.5234375e+00 +-1.5156250e+00 -1.5078125e+00 -1.5000000e+00 -1.4921875e+00 +-1.4843750e+00 -1.4765625e+00 -1.4687500e+00 -1.4609375e+00 +-1.4453125e+00 -1.4375000e+00 -1.4296875e+00 -1.4140625e+00 +-1.4062500e+00 -1.3984375e+00 -1.3828125e+00 -1.3750000e+00 +-1.3593750e+00 -1.3437500e+00 -1.3359375e+00 -1.3203125e+00 +-1.3046875e+00 -1.2890625e+00 -1.2812500e+00 -1.2656250e+00 +-1.2500000e+00 -1.2265625e+00 -1.2109375e+00 -1.1953125e+00 +-1.1796875e+00 -1.1562500e+00 -1.1406250e+00 -1.1250000e+00 +-1.1015625e+00 -1.0781250e+00 -1.0625000e+00 -1.0390625e+00 +-1.0156250e+00 -9.8828125e-01 -9.6484375e-01 -9.4140625e-01 +-9.1406250e-01 -8.8671875e-01 -8.5937500e-01 -8.3203125e-01 +-8.0078125e-01 -7.7343750e-01 -7.4218750e-01 -7.0703125e-01 +-6.7578125e-01 -6.4062500e-01 -6.0546875e-01 -5.7031250e-01 +-5.3125000e-01 -4.9218750e-01 -4.5117188e-01 -4.1015625e-01 +-3.6718750e-01 -3.2226562e-01 -2.7734375e-01 -2.3046875e-01 +-1.8261719e-01 -1.3183594e-01 -8.0566406e-02 -2.7221680e-02 +1.6357422e-02 4.9316406e-02 8.2031250e-02 1.1474609e-01 +1.4746094e-01 1.8066406e-01 2.1386719e-01 2.4609375e-01 +2.7929688e-01 3.1250000e-01 3.4570312e-01 3.7695312e-01 +4.1015625e-01 4.4335938e-01 4.7656250e-01 5.0781250e-01 +5.4296875e-01 5.7421875e-01 6.0937500e-01 6.4062500e-01 +6.7187500e-01 7.0703125e-01 7.3828125e-01 7.7343750e-01 +8.0468750e-01 8.3593750e-01 8.7109375e-01 9.0234375e-01 +9.3750000e-01 9.6875000e-01 1.0000000e+00 1.0312500e+00 +1.0703125e+00 1.1015625e+00 1.1328125e+00 1.1640625e+00 +1.1953125e+00 1.2343750e+00 1.2656250e+00 1.2968750e+00 +1.3281250e+00 1.3593750e+00 1.3984375e+00 1.4296875e+00 +1.4609375e+00 1.4921875e+00 1.5234375e+00 1.5625000e+00 +1.5937500e+00 1.6250000e+00 1.6562500e+00 1.6875000e+00 +1.7265625e+00 1.7578125e+00 1.7890625e+00 1.8203125e+00 +1.8515625e+00 1.8906250e+00 1.9218750e+00 1.9531250e+00 +1.9843750e+00 2.0156250e+00 2.0468750e+00 2.0781250e+00 +2.1250000e+00 2.1562500e+00 2.1875000e+00 2.2187500e+00 +2.2500000e+00 2.2812500e+00 2.3125000e+00 2.3437500e+00 +2.3750000e+00 2.4062500e+00 2.4531250e+00 2.4843750e+00 +2.5156250e+00 2.5468750e+00 2.5781250e+00 2.6093750e+00 +2.6406250e+00 2.6718750e+00 2.7031250e+00 2.7343750e+00 +2.7812500e+00 2.8125000e+00 2.8437500e+00 2.8750000e+00 +2.9062500e+00 2.9375000e+00 2.9687500e+00 3.0000000e+00 +3.0312500e+00 3.0625000e+00 3.1093750e+00 3.1406250e+00 +3.1718750e+00 3.2031250e+00 3.2343750e+00 3.2656250e+00 +3.2968750e+00 3.3281250e+00 3.3593750e+00 3.3906250e+00 +3.4375000e+00 3.4687500e+00 3.5000000e+00 3.5312500e+00 +3.5625000e+00 3.5937500e+00 3.6250000e+00 3.6562500e+00 +3.6875000e+00 3.7343750e+00 3.7656250e+00 3.7968750e+00 +3.8281250e+00 3.8593750e+00 3.8906250e+00 3.9218750e+00 +3.9531250e+00 3.9843750e+00 4.0312500e+00 4.0625000e+00 +4.0937500e+00 4.1250000e+00 4.1562500e+00 4.1875000e+00 +4.2500000e+00 4.2812500e+00 4.3125000e+00 4.3437500e+00 +4.3750000e+00 4.4062500e+00 4.4375000e+00 4.4687500e+00 +4.5000000e+00 4.5312500e+00 4.5625000e+00 4.5937500e+00 +4.6250000e+00 4.6562500e+00 4.6875000e+00 4.7187500e+00 +4.7500000e+00 4.7812500e+00 4.8125000e+00 4.8750000e+00 +4.9062500e+00 4.9375000e+00 4.9687500e+00 5.0000000e+00 +5.0312500e+00 5.0625000e+00 5.0937500e+00 5.1250000e+00 +5.1562500e+00 5.1875000e+00 5.2187500e+00 5.2500000e+00 +5.2812500e+00 5.3125000e+00 5.3437500e+00 5.3750000e+00 +5.4062500e+00 5.4375000e+00 5.4687500e+00 5.5312500e+00 +5.5625000e+00 5.5937500e+00 5.6250000e+00 5.6562500e+00 +5.6875000e+00 5.7187500e+00 5.7500000e+00 5.7812500e+00 +5.8125000e+00 5.8437500e+00 5.8750000e+00 5.9062500e+00 +5.9375000e+00 5.9687500e+00 6.0000000e+00 6.0312500e+00 +6.0625000e+00 6.0937500e+00 6.1250000e+00 6.1875000e+00 +6.2187500e+00 6.2500000e+00 6.2812500e+00 6.3125000e+00 +6.3437500e+00 6.3750000e+00 6.4062500e+00 6.4375000e+00 +6.4687500e+00 6.5000000e+00 6.5312500e+00 6.5625000e+00 +6.5937500e+00 6.6250000e+00 6.6562500e+00 6.6875000e+00 +6.7187500e+00 6.7500000e+00 6.7812500e+00 6.8437500e+00 +6.8750000e+00 6.9062500e+00 6.9375000e+00 6.9687500e+00 +7.0000000e+00 7.0312500e+00 7.0625000e+00 7.0937500e+00 +7.1250000e+00 7.1562500e+00 7.1875000e+00 7.2187500e+00 +7.2500000e+00 7.2812500e+00 7.3125000e+00 7.3437500e+00 +7.3750000e+00 7.4062500e+00 7.4687500e+00 7.5000000e+00 +7.5312500e+00 7.5625000e+00 7.5937500e+00 7.6250000e+00 +7.6562500e+00 7.6875000e+00 7.7187500e+00 7.7500000e+00 +7.7812500e+00 7.8125000e+00 7.8437500e+00 7.8750000e+00 +7.9062500e+00 7.9375000e+00 7.9687500e+00 8.0000000e+00 +8.0625000e+00 8.0625000e+00 8.1250000e+00 8.1250000e+00 +8.1875000e+00 8.1875000e+00 8.2500000e+00 8.2500000e+00 +8.3125000e+00 8.3125000e+00 8.3750000e+00 8.3750000e+00 +8.3750000e+00 8.5000000e+00 8.5000000e+00 8.5625000e+00 +8.5625000e+00 8.6250000e+00 8.6250000e+00 8.6875000e+00 +8.6875000e+00 8.7500000e+00 8.7500000e+00 8.8125000e+00 +8.8125000e+00 8.8750000e+00 8.8750000e+00 8.9375000e+00 +8.9375000e+00 9.0000000e+00 9.0000000e+00 9.0625000e+00 +9.0625000e+00 9.1250000e+00 9.1250000e+00 9.1875000e+00 +9.1875000e+00 9.2500000e+00 9.2500000e+00 9.3125000e+00 +9.3125000e+00 9.3750000e+00 9.3750000e+00 9.4375000e+00 +9.4375000e+00 9.5000000e+00 9.5000000e+00 9.5625000e+00 +9.5625000e+00 9.6250000e+00 9.6250000e+00 9.7500000e+00 +9.7500000e+00 9.8125000e+00 9.8125000e+00 9.8750000e+00 +9.8750000e+00 9.9375000e+00 9.9375000e+00 1.0000000e+01 +1.0000000e+01 1.0062500e+01 1.0062500e+01 1.0125000e+01 +1.0125000e+01 1.0187500e+01 1.0187500e+01 1.0250000e+01 +1.0250000e+01 1.0312500e+01 1.0312500e+01 1.0375000e+01 +1.0375000e+01 1.0437500e+01 1.0437500e+01 1.0500000e+01 +1.0500000e+01 1.0562500e+01 1.0562500e+01 1.0625000e+01 +1.0625000e+01 1.0687500e+01 1.0687500e+01 1.0750000e+01 +1.0750000e+01 1.0812500e+01 1.0812500e+01 1.0875000e+01 +1.0875000e+01 1.0937500e+01 1.0937500e+01 1.1062500e+01 +1.1062500e+01 1.1125000e+01 1.1125000e+01 1.1187500e+01 +1.1187500e+01 1.1250000e+01 1.1250000e+01 1.1312500e+01 +1.1312500e+01 1.1375000e+01 1.1375000e+01 1.1437500e+01 +1.1437500e+01 1.1500000e+01 1.1500000e+01 1.1562500e+01 +1.1562500e+01 1.1625000e+01 1.1625000e+01 1.1687500e+01 +1.1687500e+01 1.1750000e+01 1.1750000e+01 1.1812500e+01 +1.1812500e+01 1.1875000e+01 1.1875000e+01 1.1937500e+01 +1.1937500e+01 1.2000000e+01 1.2000000e+01 1.2062500e+01 +1.2062500e+01 1.2125000e+01 1.2125000e+01 1.2187500e+01 +1.2187500e+01 1.2250000e+01 1.2250000e+01 1.2375000e+01 +1.2375000e+01 1.2437500e+01 1.2437500e+01 1.2500000e+01 +1.2500000e+01 1.2562500e+01 1.2562500e+01 1.2625000e+01 +1.2625000e+01 1.2687500e+01 1.2687500e+01 1.2750000e+01 +1.2750000e+01 1.2812500e+01 1.2812500e+01 1.2875000e+01 +1.2875000e+01 1.2937500e+01 1.2937500e+01 1.3000000e+01 +1.3000000e+01 1.3062500e+01 1.3062500e+01 1.3125000e+01 +1.3125000e+01 1.3187500e+01 1.3187500e+01 1.3250000e+01 +1.3250000e+01 1.3312500e+01 1.3312500e+01 1.3375000e+01 +1.3375000e+01 1.3437500e+01 1.3437500e+01 1.3500000e+01 +1.3500000e+01 1.3562500e+01 1.3562500e+01 1.3687500e+01 +1.3687500e+01 1.3750000e+01 1.3750000e+01 1.3812500e+01 +1.3812500e+01 1.3875000e+01 1.3875000e+01 1.3937500e+01 +1.3937500e+01 1.4000000e+01 1.4000000e+01 1.4062500e+01 +1.4062500e+01 1.4125000e+01 1.4125000e+01 1.4187500e+01 +1.4187500e+01 1.4250000e+01 1.4250000e+01 1.4312500e+01 +1.4312500e+01 1.4375000e+01 1.4375000e+01 1.4437500e+01 +1.4437500e+01 1.4500000e+01 1.4500000e+01 1.4562500e+01 +1.4562500e+01 1.4625000e+01 1.4625000e+01 1.4687500e+01 +1.4687500e+01 1.4750000e+01 1.4750000e+01 1.4812500e+01 +1.4812500e+01 1.4937500e+01 1.4937500e+01 1.5000000e+01 +1.5000000e+01 1.5062500e+01 1.5062500e+01 1.5125000e+01 +1.5125000e+01 1.5187500e+01 1.5187500e+01 1.5250000e+01 +1.5250000e+01 1.5312500e+01 1.5312500e+01 1.5375000e+01 +1.5375000e+01 1.5437500e+01 1.5437500e+01 1.5500000e+01 +1.5500000e+01 1.5562500e+01 1.5562500e+01 1.5625000e+01 +1.5625000e+01 1.5687500e+01 1.5687500e+01 1.5750000e+01 +1.5750000e+01 1.5812500e+01 1.5812500e+01 1.5875000e+01 +1.5875000e+01 1.5937500e+01 1.5937500e+01 1.6000000e+01 +1.6000000e+01 1.6125000e+01 1.6125000e+01 1.6125000e+01 +1.6125000e+01 1.6250000e+01 1.6250000e+01 1.6250000e+01 +1.6250000e+01 1.6375000e+01 1.6375000e+01 1.6375000e+01 +1.6375000e+01 1.6500000e+01 1.6500000e+01 1.6500000e+01 +1.6500000e+01 1.6625000e+01 1.6625000e+01 1.6625000e+01 +1.6625000e+01 1.6750000e+01 1.6750000e+01 1.6750000e+01 +-1.7578125e+00 -1.7578125e+00 -1.7578125e+00 -1.7578125e+00 +-1.7578125e+00 -1.7578125e+00 -1.7578125e+00 -1.7578125e+00 +-1.7578125e+00 -1.7578125e+00 -1.7578125e+00 -1.7578125e+00 +-1.7578125e+00 -1.7578125e+00 -1.7578125e+00 -1.7578125e+00 +-1.7578125e+00 -1.7578125e+00 -1.7578125e+00 -1.7578125e+00 +-1.7578125e+00 -1.7578125e+00 -1.7578125e+00 -1.7578125e+00 +-1.7578125e+00 -1.7578125e+00 -1.7578125e+00 -1.7578125e+00 +-1.7578125e+00 -1.7578125e+00 -1.7578125e+00 -1.7578125e+00 +-1.7578125e+00 -1.7578125e+00 -1.7578125e+00 -1.7578125e+00 +-1.7578125e+00 -1.7578125e+00 -1.7578125e+00 -1.7578125e+00 +-1.7578125e+00 -1.7578125e+00 -1.7578125e+00 -1.7578125e+00 +-1.7578125e+00 -1.7578125e+00 -1.7578125e+00 -1.7578125e+00 +-1.7578125e+00 -1.7578125e+00 -1.7578125e+00 -1.7578125e+00 +-1.7578125e+00 -1.7578125e+00 -1.7578125e+00 -1.7578125e+00 +-1.7578125e+00 -1.7578125e+00 -1.7578125e+00 -1.7578125e+00 +-1.7578125e+00 -1.7578125e+00 -1.7578125e+00 -1.7578125e+00 +-1.7578125e+00 -1.7578125e+00 -1.7578125e+00 -1.7578125e+00 +-1.7578125e+00 -1.7578125e+00 -1.7578125e+00 -1.7578125e+00 +-1.7578125e+00 -1.7578125e+00 -1.7578125e+00 -1.7578125e+00 +-1.7578125e+00 -1.7578125e+00 -1.7578125e+00 -1.7578125e+00 +-1.7578125e+00 -1.7578125e+00 -1.7578125e+00 -1.7578125e+00 +-1.7578125e+00 -1.7578125e+00 -1.7578125e+00 -1.7578125e+00 +-1.7578125e+00 -1.7578125e+00 -1.7578125e+00 -1.7578125e+00 +-1.7578125e+00 -1.7578125e+00 -1.7578125e+00 -1.7578125e+00 +-1.7578125e+00 -1.7578125e+00 -1.7578125e+00 -1.7578125e+00 +-1.7578125e+00 -1.7578125e+00 -1.7578125e+00 -1.7578125e+00 +-1.7578125e+00 -1.7578125e+00 -1.7578125e+00 -1.7578125e+00 +-1.7578125e+00 -1.7578125e+00 -1.7578125e+00 -1.7578125e+00 +-1.7578125e+00 -1.7578125e+00 -1.7578125e+00 -1.7578125e+00 +-1.7578125e+00 -1.7578125e+00 -1.7578125e+00 -1.7578125e+00 +-1.7578125e+00 -1.7578125e+00 -1.7578125e+00 -1.7578125e+00 +-1.7578125e+00 -1.7578125e+00 -1.7578125e+00 -1.7578125e+00 +-1.7578125e+00 -1.7578125e+00 -1.7578125e+00 -1.7578125e+00 +-1.7578125e+00 -1.7578125e+00 -1.7578125e+00 -1.7578125e+00 +-1.7578125e+00 -1.7578125e+00 -1.7578125e+00 -1.7578125e+00 +-1.7578125e+00 -1.7578125e+00 -1.7578125e+00 -1.7578125e+00 +-1.7578125e+00 -1.7578125e+00 -1.7578125e+00 -1.7578125e+00 +-1.7578125e+00 -1.7578125e+00 -1.7578125e+00 -1.7578125e+00 +-1.7578125e+00 -1.7578125e+00 -1.7578125e+00 -1.7578125e+00 +-1.7578125e+00 -1.7578125e+00 -1.7578125e+00 -1.7578125e+00 +-1.7578125e+00 -1.7578125e+00 -1.7578125e+00 -1.7578125e+00 +-1.7578125e+00 -1.7578125e+00 -1.7578125e+00 -1.7578125e+00 +-1.7578125e+00 -1.7578125e+00 -1.7578125e+00 -1.7578125e+00 +-1.7578125e+00 -1.7578125e+00 -1.7578125e+00 -1.7578125e+00 +-1.7578125e+00 -1.7578125e+00 -1.7578125e+00 -1.7578125e+00 +-1.7578125e+00 -1.7578125e+00 -1.7578125e+00 -1.7578125e+00 +-1.7578125e+00 -1.7578125e+00 -1.7578125e+00 -1.7578125e+00 +-1.7578125e+00 -1.7578125e+00 -1.7578125e+00 -1.7578125e+00 +-1.7578125e+00 -1.7578125e+00 -1.7578125e+00 -1.7578125e+00 +-1.7578125e+00 -1.7578125e+00 -1.7578125e+00 -1.7578125e+00 +-1.7578125e+00 -1.7578125e+00 -1.7578125e+00 -1.7578125e+00 +-1.7578125e+00 -1.7578125e+00 -1.7578125e+00 -1.7578125e+00 +-1.7578125e+00 -1.7578125e+00 -1.7578125e+00 -1.7578125e+00 +-1.7578125e+00 -1.7578125e+00 -1.7578125e+00 -1.7578125e+00 +-1.7578125e+00 -1.7578125e+00 -1.7578125e+00 -1.7578125e+00 +-1.7578125e+00 -1.7578125e+00 -1.7578125e+00 -1.7578125e+00 +-1.7578125e+00 -1.7578125e+00 -1.7578125e+00 -1.7578125e+00 +-1.7578125e+00 -1.7578125e+00 -1.7578125e+00 -1.7578125e+00 +-1.7578125e+00 -1.7578125e+00 -1.7578125e+00 -1.7578125e+00 +-1.7578125e+00 -1.7578125e+00 -1.7578125e+00 -1.7578125e+00 +-1.7578125e+00 -1.7578125e+00 -1.7578125e+00 -1.7578125e+00 +-1.7578125e+00 -1.7578125e+00 -1.7578125e+00 -1.7578125e+00 +-1.7578125e+00 -1.7578125e+00 -1.7578125e+00 -1.7578125e+00 +-1.7578125e+00 -1.7578125e+00 -1.7578125e+00 -1.7578125e+00 +-1.7578125e+00 -1.7578125e+00 -1.7578125e+00 -1.7578125e+00 +-1.7578125e+00 -1.7578125e+00 -1.7578125e+00 -1.7578125e+00 +-1.7578125e+00 -1.7578125e+00 -1.7578125e+00 -1.7578125e+00 +-1.7578125e+00 -1.7578125e+00 -1.7578125e+00 -1.7578125e+00 +-1.7578125e+00 -1.7578125e+00 -1.7578125e+00 -1.7578125e+00 +-1.7578125e+00 -1.7578125e+00 -1.7578125e+00 -1.7578125e+00 +-1.7578125e+00 -1.7578125e+00 -1.7578125e+00 -1.7578125e+00 +-1.7578125e+00 -1.7578125e+00 -1.7578125e+00 -1.7578125e+00 +-1.7578125e+00 -1.7578125e+00 -1.7578125e+00 -1.7578125e+00 +-1.7578125e+00 -1.7578125e+00 -1.7578125e+00 -1.7578125e+00 +-1.7578125e+00 -1.7578125e+00 -1.7578125e+00 -1.7578125e+00 +-1.7578125e+00 -1.7578125e+00 -1.7578125e+00 -1.7578125e+00 +-1.7578125e+00 -1.7578125e+00 -1.7578125e+00 -1.7578125e+00 +-1.7578125e+00 -1.7578125e+00 -1.7578125e+00 -1.7578125e+00 +-1.7578125e+00 -1.7578125e+00 -1.7578125e+00 -1.7578125e+00 +-1.7578125e+00 -1.7578125e+00 -1.7578125e+00 -1.7500000e+00 +-1.7500000e+00 -1.7500000e+00 -1.7500000e+00 -1.7500000e+00 +-1.7500000e+00 -1.7500000e+00 -1.7500000e+00 -1.7500000e+00 +-1.7500000e+00 -1.7500000e+00 -1.7500000e+00 -1.7500000e+00 +-1.7500000e+00 -1.7500000e+00 -1.7500000e+00 -1.7500000e+00 +-1.7500000e+00 -1.7500000e+00 -1.7500000e+00 -1.7500000e+00 +-1.7500000e+00 -1.7500000e+00 -1.7500000e+00 -1.7500000e+00 +-1.7500000e+00 -1.7500000e+00 -1.7500000e+00 -1.7500000e+00 +-1.7500000e+00 -1.7500000e+00 -1.7500000e+00 -1.7500000e+00 +-1.7500000e+00 -1.7421875e+00 -1.7421875e+00 -1.7421875e+00 +-1.7421875e+00 -1.7421875e+00 -1.7421875e+00 -1.7421875e+00 +-1.7421875e+00 -1.7421875e+00 -1.7421875e+00 -1.7421875e+00 +-1.7421875e+00 -1.7421875e+00 -1.7421875e+00 -1.7421875e+00 +-1.7421875e+00 -1.7343750e+00 -1.7343750e+00 -1.7343750e+00 +-1.7343750e+00 -1.7343750e+00 -1.7343750e+00 -1.7343750e+00 +-1.7343750e+00 -1.7343750e+00 -1.7343750e+00 -1.7343750e+00 +-1.7265625e+00 -1.7265625e+00 -1.7265625e+00 -1.7265625e+00 +-1.7265625e+00 -1.7265625e+00 -1.7265625e+00 -1.7187500e+00 +-1.7187500e+00 -1.7187500e+00 -1.7187500e+00 -1.7187500e+00 +-1.7187500e+00 -1.7109375e+00 -1.7109375e+00 -1.7109375e+00 +-1.7109375e+00 -1.7109375e+00 -1.7109375e+00 -1.7031250e+00 +-1.7031250e+00 -1.7031250e+00 -1.7031250e+00 -1.6953125e+00 +-1.6953125e+00 -1.6953125e+00 -1.6953125e+00 -1.6875000e+00 +-1.6875000e+00 -1.6875000e+00 -1.6875000e+00 -1.6796875e+00 +-1.6796875e+00 -1.6796875e+00 -1.6718750e+00 -1.6718750e+00 +-1.6718750e+00 -1.6640625e+00 -1.6640625e+00 -1.6640625e+00 +-1.6562500e+00 -1.6562500e+00 -1.6484375e+00 -1.6484375e+00 +-1.6406250e+00 -1.6406250e+00 -1.6328125e+00 -1.6328125e+00 +-1.6250000e+00 -1.6250000e+00 -1.6171875e+00 -1.6171875e+00 +-1.6093750e+00 -1.6093750e+00 -1.6015625e+00 -1.5937500e+00 +-1.5937500e+00 -1.5859375e+00 -1.5781250e+00 -1.5781250e+00 +-1.5703125e+00 -1.5625000e+00 -1.5546875e+00 -1.5546875e+00 +-1.5468750e+00 -1.5390625e+00 -1.5312500e+00 -1.5234375e+00 +-1.5156250e+00 -1.5078125e+00 -1.5000000e+00 -1.4921875e+00 +-1.4843750e+00 -1.4765625e+00 -1.4687500e+00 -1.4609375e+00 +-1.4453125e+00 -1.4375000e+00 -1.4296875e+00 -1.4140625e+00 +-1.4062500e+00 -1.3984375e+00 -1.3828125e+00 -1.3750000e+00 +-1.3593750e+00 -1.3437500e+00 -1.3359375e+00 -1.3203125e+00 +-1.3046875e+00 -1.2890625e+00 -1.2812500e+00 -1.2656250e+00 +-1.2500000e+00 -1.2265625e+00 -1.2109375e+00 -1.1953125e+00 +-1.1796875e+00 -1.1562500e+00 -1.1406250e+00 -1.1250000e+00 +-1.1015625e+00 -1.0781250e+00 -1.0625000e+00 -1.0390625e+00 +-1.0156250e+00 -9.8828125e-01 -9.6484375e-01 -9.4140625e-01 +-9.1406250e-01 -8.8671875e-01 -8.5937500e-01 -8.3203125e-01 +-8.0078125e-01 -7.7343750e-01 -7.4218750e-01 -7.0703125e-01 +-6.7578125e-01 -6.4062500e-01 -6.0546875e-01 -5.7031250e-01 +-5.3125000e-01 -4.9218750e-01 -4.5117188e-01 -4.1015625e-01 +-3.6718750e-01 -3.2226562e-01 -2.7734375e-01 -2.3046875e-01 +-1.8261719e-01 -1.3183594e-01 -8.0566406e-02 -2.7221680e-02 +1.6357422e-02 4.9316406e-02 8.2031250e-02 1.1474609e-01 +1.4746094e-01 1.8066406e-01 2.1386719e-01 2.4609375e-01 +2.7929688e-01 3.1250000e-01 3.4570312e-01 3.7695312e-01 +4.1015625e-01 4.4335938e-01 4.7656250e-01 5.0781250e-01 +5.4296875e-01 5.7421875e-01 6.0937500e-01 6.4062500e-01 +6.7187500e-01 7.0703125e-01 7.3828125e-01 7.7343750e-01 +8.0468750e-01 8.3593750e-01 8.7109375e-01 9.0234375e-01 +9.3750000e-01 9.6875000e-01 1.0000000e+00 1.0312500e+00 +1.0703125e+00 1.1015625e+00 1.1328125e+00 1.1640625e+00 +1.1953125e+00 1.2343750e+00 1.2656250e+00 1.2968750e+00 +1.3281250e+00 1.3593750e+00 1.3984375e+00 1.4296875e+00 +1.4609375e+00 1.4921875e+00 1.5234375e+00 1.5625000e+00 +1.5937500e+00 1.6250000e+00 1.6562500e+00 1.6875000e+00 +1.7265625e+00 1.7578125e+00 1.7890625e+00 1.8203125e+00 +1.8515625e+00 1.8906250e+00 1.9218750e+00 1.9531250e+00 +1.9843750e+00 2.0156250e+00 2.0468750e+00 2.0781250e+00 +2.1250000e+00 2.1562500e+00 2.1875000e+00 2.2187500e+00 +2.2500000e+00 2.2812500e+00 2.3125000e+00 2.3437500e+00 +2.3750000e+00 2.4062500e+00 2.4531250e+00 2.4843750e+00 +2.5156250e+00 2.5468750e+00 2.5781250e+00 2.6093750e+00 +2.6406250e+00 2.6718750e+00 2.7031250e+00 2.7343750e+00 +2.7812500e+00 2.8125000e+00 2.8437500e+00 2.8750000e+00 +2.9062500e+00 2.9375000e+00 2.9687500e+00 3.0000000e+00 +3.0312500e+00 3.0625000e+00 3.1093750e+00 3.1406250e+00 +3.1718750e+00 3.2031250e+00 3.2343750e+00 3.2656250e+00 +3.2968750e+00 3.3281250e+00 3.3593750e+00 3.3906250e+00 +3.4375000e+00 3.4687500e+00 3.5000000e+00 3.5312500e+00 +3.5625000e+00 3.5937500e+00 3.6250000e+00 3.6562500e+00 +3.6875000e+00 3.7343750e+00 3.7656250e+00 3.7968750e+00 +3.8281250e+00 3.8593750e+00 3.8906250e+00 3.9218750e+00 +3.9531250e+00 3.9843750e+00 4.0312500e+00 4.0625000e+00 +4.0937500e+00 4.1250000e+00 4.1562500e+00 4.1875000e+00 +4.2500000e+00 4.2812500e+00 4.3125000e+00 4.3437500e+00 +4.3750000e+00 4.4062500e+00 4.4375000e+00 4.4687500e+00 +4.5000000e+00 4.5312500e+00 4.5625000e+00 4.5937500e+00 +4.6250000e+00 4.6562500e+00 4.6875000e+00 4.7187500e+00 +4.7500000e+00 4.7812500e+00 4.8125000e+00 4.8750000e+00 +4.9062500e+00 4.9375000e+00 4.9687500e+00 5.0000000e+00 +5.0312500e+00 5.0625000e+00 5.0937500e+00 5.1250000e+00 +5.1562500e+00 5.1875000e+00 5.2187500e+00 5.2500000e+00 +5.2812500e+00 5.3125000e+00 5.3437500e+00 5.3750000e+00 +5.4062500e+00 5.4375000e+00 5.4687500e+00 5.5312500e+00 +5.5625000e+00 5.5937500e+00 5.6250000e+00 5.6562500e+00 +5.6875000e+00 5.7187500e+00 5.7500000e+00 5.7812500e+00 +5.8125000e+00 5.8437500e+00 5.8750000e+00 5.9062500e+00 +5.9375000e+00 5.9687500e+00 6.0000000e+00 6.0312500e+00 +6.0625000e+00 6.0937500e+00 6.1250000e+00 6.1875000e+00 +6.2187500e+00 6.2500000e+00 6.2812500e+00 6.3125000e+00 +6.3437500e+00 6.3750000e+00 6.4062500e+00 6.4375000e+00 +6.4687500e+00 6.5000000e+00 6.5312500e+00 6.5625000e+00 +6.5937500e+00 6.6250000e+00 6.6562500e+00 6.6875000e+00 +6.7187500e+00 6.7500000e+00 6.7812500e+00 6.8437500e+00 +6.8750000e+00 6.9062500e+00 6.9375000e+00 6.9687500e+00 +7.0000000e+00 7.0312500e+00 7.0625000e+00 7.0937500e+00 +7.1250000e+00 7.1562500e+00 7.1875000e+00 7.2187500e+00 +7.2500000e+00 7.2812500e+00 7.3125000e+00 7.3437500e+00 +7.3750000e+00 7.4062500e+00 7.4687500e+00 7.5000000e+00 +7.5312500e+00 7.5625000e+00 7.5937500e+00 7.6250000e+00 +7.6562500e+00 7.6875000e+00 7.7187500e+00 7.7500000e+00 +7.7812500e+00 7.8125000e+00 7.8437500e+00 7.8750000e+00 +7.9062500e+00 7.9375000e+00 7.9687500e+00 8.0000000e+00 +8.0625000e+00 8.0625000e+00 8.1250000e+00 8.1250000e+00 +8.1875000e+00 8.1875000e+00 8.2500000e+00 8.2500000e+00 +8.3125000e+00 8.3125000e+00 8.3750000e+00 8.3750000e+00 +8.3750000e+00 8.5000000e+00 8.5000000e+00 8.5625000e+00 +8.5625000e+00 8.6250000e+00 8.6250000e+00 8.6875000e+00 +8.6875000e+00 8.7500000e+00 8.7500000e+00 8.8125000e+00 +8.8125000e+00 8.8750000e+00 8.8750000e+00 8.9375000e+00 +8.9375000e+00 9.0000000e+00 9.0000000e+00 9.0625000e+00 +9.0625000e+00 9.1250000e+00 9.1250000e+00 9.1875000e+00 +9.1875000e+00 9.2500000e+00 9.2500000e+00 9.3125000e+00 +9.3125000e+00 9.3750000e+00 9.3750000e+00 9.4375000e+00 +9.4375000e+00 9.5000000e+00 9.5000000e+00 9.5625000e+00 +9.5625000e+00 9.6250000e+00 9.6250000e+00 9.7500000e+00 +9.7500000e+00 9.8125000e+00 9.8125000e+00 9.8750000e+00 +9.8750000e+00 9.9375000e+00 9.9375000e+00 1.0000000e+01 +1.0000000e+01 1.0062500e+01 1.0062500e+01 1.0125000e+01 +1.0125000e+01 1.0187500e+01 1.0187500e+01 1.0250000e+01 +1.0250000e+01 1.0312500e+01 1.0312500e+01 1.0375000e+01 +1.0375000e+01 1.0437500e+01 1.0437500e+01 1.0500000e+01 +1.0500000e+01 1.0562500e+01 1.0562500e+01 1.0625000e+01 +1.0625000e+01 1.0687500e+01 1.0687500e+01 1.0750000e+01 +1.0750000e+01 1.0812500e+01 1.0812500e+01 1.0875000e+01 +1.0875000e+01 1.0937500e+01 1.0937500e+01 1.1062500e+01 +1.1062500e+01 1.1125000e+01 1.1125000e+01 1.1187500e+01 +1.1187500e+01 1.1250000e+01 1.1250000e+01 1.1312500e+01 +1.1312500e+01 1.1375000e+01 1.1375000e+01 1.1437500e+01 +1.1437500e+01 1.1500000e+01 1.1500000e+01 1.1562500e+01 +1.1562500e+01 1.1625000e+01 1.1625000e+01 1.1687500e+01 +1.1687500e+01 1.1750000e+01 1.1750000e+01 1.1812500e+01 +1.1812500e+01 1.1875000e+01 1.1875000e+01 1.1937500e+01 +1.1937500e+01 1.2000000e+01 1.2000000e+01 1.2062500e+01 +1.2062500e+01 1.2125000e+01 1.2125000e+01 1.2187500e+01 +1.2187500e+01 1.2250000e+01 1.2250000e+01 1.2375000e+01 +1.2375000e+01 1.2437500e+01 1.2437500e+01 1.2500000e+01 +1.2500000e+01 1.2562500e+01 1.2562500e+01 1.2625000e+01 +1.2625000e+01 1.2687500e+01 1.2687500e+01 1.2750000e+01 +1.2750000e+01 1.2812500e+01 1.2812500e+01 1.2875000e+01 +1.2875000e+01 1.2937500e+01 1.2937500e+01 1.3000000e+01 +1.3000000e+01 1.3062500e+01 1.3062500e+01 1.3125000e+01 +1.3125000e+01 1.3187500e+01 1.3187500e+01 1.3250000e+01 +1.3250000e+01 1.3312500e+01 1.3312500e+01 1.3375000e+01 +1.3375000e+01 1.3437500e+01 1.3437500e+01 1.3500000e+01 +1.3500000e+01 1.3562500e+01 1.3562500e+01 1.3687500e+01 +1.3687500e+01 1.3750000e+01 1.3750000e+01 1.3812500e+01 +1.3812500e+01 1.3875000e+01 1.3875000e+01 1.3937500e+01 +1.3937500e+01 1.4000000e+01 1.4000000e+01 1.4062500e+01 +1.4062500e+01 1.4125000e+01 1.4125000e+01 1.4187500e+01 +1.4187500e+01 1.4250000e+01 1.4250000e+01 1.4312500e+01 +1.4312500e+01 1.4375000e+01 1.4375000e+01 1.4437500e+01 +1.4437500e+01 1.4500000e+01 1.4500000e+01 1.4562500e+01 +1.4562500e+01 1.4625000e+01 1.4625000e+01 1.4687500e+01 +1.4687500e+01 1.4750000e+01 1.4750000e+01 1.4812500e+01 +1.4812500e+01 1.4937500e+01 1.4937500e+01 1.5000000e+01 +1.5000000e+01 1.5062500e+01 1.5062500e+01 1.5125000e+01 +1.5125000e+01 1.5187500e+01 1.5187500e+01 1.5250000e+01 +1.5250000e+01 1.5312500e+01 1.5312500e+01 1.5375000e+01 +1.5375000e+01 1.5437500e+01 1.5437500e+01 1.5500000e+01 +1.5500000e+01 1.5562500e+01 1.5562500e+01 1.5625000e+01 +1.5625000e+01 1.5687500e+01 1.5687500e+01 1.5750000e+01 +1.5750000e+01 1.5812500e+01 1.5812500e+01 1.5875000e+01 +1.5875000e+01 1.5937500e+01 1.5937500e+01 1.6000000e+01 +1.6000000e+01 1.6125000e+01 1.6125000e+01 1.6125000e+01 +1.6125000e+01 1.6250000e+01 1.6250000e+01 1.6250000e+01 +1.6250000e+01 1.6375000e+01 1.6375000e+01 1.6375000e+01 +1.6375000e+01 1.6500000e+01 1.6500000e+01 1.6500000e+01 +1.6500000e+01 1.6625000e+01 1.6625000e+01 1.6625000e+01 +1.6625000e+01 1.6750000e+01 1.6750000e+01 1.6750000e+01 +-1.7578125e+00 -1.7578125e+00 -1.7578125e+00 -1.7578125e+00 +-1.7578125e+00 -1.7578125e+00 -1.7578125e+00 -1.7578125e+00 +-1.7578125e+00 -1.7578125e+00 -1.7578125e+00 -1.7578125e+00 +-1.7578125e+00 -1.7578125e+00 -1.7578125e+00 -1.7578125e+00 +-1.7578125e+00 -1.7578125e+00 -1.7578125e+00 -1.7578125e+00 +-1.7578125e+00 -1.7578125e+00 -1.7578125e+00 -1.7578125e+00 +-1.7578125e+00 -1.7578125e+00 -1.7578125e+00 -1.7578125e+00 +-1.7578125e+00 -1.7578125e+00 -1.7578125e+00 -1.7578125e+00 +-1.7578125e+00 -1.7578125e+00 -1.7578125e+00 -1.7578125e+00 +-1.7578125e+00 -1.7578125e+00 -1.7578125e+00 -1.7578125e+00 +-1.7578125e+00 -1.7578125e+00 -1.7578125e+00 -1.7578125e+00 +-1.7578125e+00 -1.7578125e+00 -1.7578125e+00 -1.7578125e+00 +-1.7578125e+00 -1.7578125e+00 -1.7578125e+00 -1.7578125e+00 +-1.7578125e+00 -1.7578125e+00 -1.7578125e+00 -1.7578125e+00 +-1.7578125e+00 -1.7578125e+00 -1.7578125e+00 -1.7578125e+00 +-1.7578125e+00 -1.7578125e+00 -1.7578125e+00 -1.7578125e+00 +-1.7578125e+00 -1.7578125e+00 -1.7578125e+00 -1.7578125e+00 +-1.7578125e+00 -1.7578125e+00 -1.7578125e+00 -1.7578125e+00 +-1.7578125e+00 -1.7578125e+00 -1.7578125e+00 -1.7578125e+00 +-1.7578125e+00 -1.7578125e+00 -1.7578125e+00 -1.7578125e+00 +-1.7578125e+00 -1.7578125e+00 -1.7578125e+00 -1.7578125e+00 +-1.7578125e+00 -1.7578125e+00 -1.7578125e+00 -1.7578125e+00 +-1.7578125e+00 -1.7578125e+00 -1.7578125e+00 -1.7578125e+00 +-1.7578125e+00 -1.7578125e+00 -1.7578125e+00 -1.7578125e+00 +-1.7578125e+00 -1.7578125e+00 -1.7578125e+00 -1.7578125e+00 +-1.7578125e+00 -1.7578125e+00 -1.7578125e+00 -1.7578125e+00 +-1.7578125e+00 -1.7578125e+00 -1.7578125e+00 -1.7578125e+00 +-1.7578125e+00 -1.7578125e+00 -1.7578125e+00 -1.7578125e+00 +-1.7578125e+00 -1.7578125e+00 -1.7578125e+00 -1.7578125e+00 +-1.7578125e+00 -1.7578125e+00 -1.7578125e+00 -1.7578125e+00 +-1.7578125e+00 -1.7578125e+00 -1.7578125e+00 -1.7578125e+00 +-1.7578125e+00 -1.7578125e+00 -1.7578125e+00 -1.7578125e+00 +-1.7578125e+00 -1.7578125e+00 -1.7578125e+00 -1.7578125e+00 +-1.7578125e+00 -1.7578125e+00 -1.7578125e+00 -1.7578125e+00 +-1.7578125e+00 -1.7578125e+00 -1.7578125e+00 -1.7578125e+00 +-1.7578125e+00 -1.7578125e+00 -1.7578125e+00 -1.7578125e+00 +-1.7578125e+00 -1.7578125e+00 -1.7578125e+00 -1.7578125e+00 +-1.7578125e+00 -1.7578125e+00 -1.7578125e+00 -1.7578125e+00 +-1.7578125e+00 -1.7578125e+00 -1.7578125e+00 -1.7578125e+00 +-1.7578125e+00 -1.7578125e+00 -1.7578125e+00 -1.7578125e+00 +-1.7578125e+00 -1.7578125e+00 -1.7578125e+00 -1.7578125e+00 +-1.7578125e+00 -1.7578125e+00 -1.7578125e+00 -1.7578125e+00 +-1.7578125e+00 -1.7578125e+00 -1.7578125e+00 -1.7578125e+00 +-1.7578125e+00 -1.7578125e+00 -1.7578125e+00 -1.7578125e+00 +-1.7578125e+00 -1.7578125e+00 -1.7578125e+00 -1.7578125e+00 +-1.7578125e+00 -1.7578125e+00 -1.7578125e+00 -1.7578125e+00 +-1.7578125e+00 -1.7578125e+00 -1.7578125e+00 -1.7578125e+00 +-1.7578125e+00 -1.7578125e+00 -1.7578125e+00 -1.7578125e+00 +-1.7578125e+00 -1.7578125e+00 -1.7578125e+00 -1.7578125e+00 +-1.7578125e+00 -1.7578125e+00 -1.7578125e+00 -1.7578125e+00 +-1.7578125e+00 -1.7578125e+00 -1.7578125e+00 -1.7578125e+00 +-1.7578125e+00 -1.7578125e+00 -1.7578125e+00 -1.7578125e+00 +-1.7578125e+00 -1.7578125e+00 -1.7578125e+00 -1.7578125e+00 +-1.7578125e+00 -1.7578125e+00 -1.7578125e+00 -1.7578125e+00 +-1.7578125e+00 -1.7578125e+00 -1.7578125e+00 -1.7578125e+00 +-1.7578125e+00 -1.7578125e+00 -1.7578125e+00 -1.7578125e+00 +-1.7578125e+00 -1.7578125e+00 -1.7578125e+00 -1.7578125e+00 +-1.7578125e+00 -1.7578125e+00 -1.7578125e+00 -1.7578125e+00 +-1.7578125e+00 -1.7578125e+00 -1.7578125e+00 -1.7578125e+00 +-1.7578125e+00 -1.7578125e+00 -1.7578125e+00 -1.7578125e+00 +-1.7578125e+00 -1.7578125e+00 -1.7578125e+00 -1.7578125e+00 +-1.7578125e+00 -1.7578125e+00 -1.7578125e+00 -1.7578125e+00 +-1.7578125e+00 -1.7578125e+00 -1.7578125e+00 -1.7578125e+00 +-1.7578125e+00 -1.7578125e+00 -1.7578125e+00 -1.7578125e+00 +-1.7578125e+00 -1.7578125e+00 -1.7578125e+00 -1.7578125e+00 +-1.7578125e+00 -1.7578125e+00 -1.7578125e+00 -1.7578125e+00 +-1.7578125e+00 -1.7578125e+00 -1.7578125e+00 -1.7578125e+00 +-1.7578125e+00 -1.7578125e+00 -1.7578125e+00 -1.7578125e+00 +-1.7578125e+00 -1.7578125e+00 -1.7578125e+00 -1.7578125e+00 +-1.7578125e+00 -1.7578125e+00 -1.7578125e+00 -1.7578125e+00 +-1.7578125e+00 -1.7578125e+00 -1.7578125e+00 -1.7578125e+00 +-1.7578125e+00 -1.7578125e+00 -1.7578125e+00 -1.7578125e+00 +-1.7578125e+00 -1.7578125e+00 -1.7578125e+00 -1.7578125e+00 +-1.7578125e+00 -1.7578125e+00 -1.7578125e+00 -1.7578125e+00 +-1.7578125e+00 -1.7578125e+00 -1.7578125e+00 -1.7578125e+00 +-1.7578125e+00 -1.7578125e+00 -1.7578125e+00 -1.7578125e+00 +-1.7578125e+00 -1.7578125e+00 -1.7578125e+00 -1.7578125e+00 +-1.7578125e+00 -1.7578125e+00 -1.7578125e+00 -1.7578125e+00 +-1.7578125e+00 -1.7578125e+00 -1.7578125e+00 -1.7578125e+00 +-1.7578125e+00 -1.7578125e+00 -1.7578125e+00 -1.7500000e+00 +-1.7500000e+00 -1.7500000e+00 -1.7500000e+00 -1.7500000e+00 +-1.7500000e+00 -1.7500000e+00 -1.7500000e+00 -1.7500000e+00 +-1.7500000e+00 -1.7500000e+00 -1.7500000e+00 -1.7500000e+00 +-1.7500000e+00 -1.7500000e+00 -1.7500000e+00 -1.7500000e+00 +-1.7500000e+00 -1.7500000e+00 -1.7500000e+00 -1.7500000e+00 +-1.7500000e+00 -1.7500000e+00 -1.7500000e+00 -1.7500000e+00 +-1.7500000e+00 -1.7500000e+00 -1.7500000e+00 -1.7500000e+00 +-1.7500000e+00 -1.7500000e+00 -1.7500000e+00 -1.7500000e+00 +-1.7500000e+00 -1.7421875e+00 -1.7421875e+00 -1.7421875e+00 +-1.7421875e+00 -1.7421875e+00 -1.7421875e+00 -1.7421875e+00 +-1.7421875e+00 -1.7421875e+00 -1.7421875e+00 -1.7421875e+00 +-1.7421875e+00 -1.7421875e+00 -1.7421875e+00 -1.7421875e+00 +-1.7421875e+00 -1.7343750e+00 -1.7343750e+00 -1.7343750e+00 +-1.7343750e+00 -1.7343750e+00 -1.7343750e+00 -1.7343750e+00 +-1.7343750e+00 -1.7343750e+00 -1.7343750e+00 -1.7343750e+00 +-1.7265625e+00 -1.7265625e+00 -1.7265625e+00 -1.7265625e+00 +-1.7265625e+00 -1.7265625e+00 -1.7265625e+00 -1.7187500e+00 +-1.7187500e+00 -1.7187500e+00 -1.7187500e+00 -1.7187500e+00 +-1.7187500e+00 -1.7109375e+00 -1.7109375e+00 -1.7109375e+00 +-1.7109375e+00 -1.7109375e+00 -1.7109375e+00 -1.7031250e+00 +-1.7031250e+00 -1.7031250e+00 -1.7031250e+00 -1.6953125e+00 +-1.6953125e+00 -1.6953125e+00 -1.6953125e+00 -1.6875000e+00 +-1.6875000e+00 -1.6875000e+00 -1.6875000e+00 -1.6796875e+00 +-1.6796875e+00 -1.6796875e+00 -1.6718750e+00 -1.6718750e+00 +-1.6718750e+00 -1.6640625e+00 -1.6640625e+00 -1.6640625e+00 +-1.6562500e+00 -1.6562500e+00 -1.6484375e+00 -1.6484375e+00 +-1.6406250e+00 -1.6406250e+00 -1.6328125e+00 -1.6328125e+00 +-1.6250000e+00 -1.6250000e+00 -1.6171875e+00 -1.6171875e+00 +-1.6093750e+00 -1.6093750e+00 -1.6015625e+00 -1.5937500e+00 +-1.5937500e+00 -1.5859375e+00 -1.5781250e+00 -1.5781250e+00 +-1.5703125e+00 -1.5625000e+00 -1.5546875e+00 -1.5546875e+00 +-1.5468750e+00 -1.5390625e+00 -1.5312500e+00 -1.5234375e+00 +-1.5156250e+00 -1.5078125e+00 -1.5000000e+00 -1.4921875e+00 +-1.4843750e+00 -1.4765625e+00 -1.4687500e+00 -1.4609375e+00 +-1.4453125e+00 -1.4375000e+00 -1.4296875e+00 -1.4140625e+00 +-1.4062500e+00 -1.3984375e+00 -1.3828125e+00 -1.3750000e+00 +-1.3593750e+00 -1.3437500e+00 -1.3359375e+00 -1.3203125e+00 +-1.3046875e+00 -1.2890625e+00 -1.2812500e+00 -1.2656250e+00 +-1.2500000e+00 -1.2265625e+00 -1.2109375e+00 -1.1953125e+00 +-1.1796875e+00 -1.1562500e+00 -1.1406250e+00 -1.1250000e+00 +-1.1015625e+00 -1.0781250e+00 -1.0625000e+00 -1.0390625e+00 +-1.0156250e+00 -9.8828125e-01 -9.6484375e-01 -9.4140625e-01 +-9.1406250e-01 -8.8671875e-01 -8.5937500e-01 -8.3203125e-01 +-8.0078125e-01 -7.7343750e-01 -7.4218750e-01 -7.0703125e-01 +-6.7578125e-01 -6.4062500e-01 -6.0546875e-01 -5.7031250e-01 +-5.3125000e-01 -4.9218750e-01 -4.5117188e-01 -4.1015625e-01 +-3.6718750e-01 -3.2226562e-01 -2.7734375e-01 -2.3046875e-01 +-1.8261719e-01 -1.3183594e-01 -8.0566406e-02 -2.7221680e-02 +1.6357422e-02 4.9316406e-02 8.2031250e-02 1.1474609e-01 +1.4746094e-01 1.8066406e-01 2.1386719e-01 2.4609375e-01 +2.7929688e-01 3.1250000e-01 3.4570312e-01 3.7695312e-01 +4.1015625e-01 4.4335938e-01 4.7656250e-01 5.0781250e-01 +5.4296875e-01 5.7421875e-01 6.0937500e-01 6.4062500e-01 +6.7187500e-01 7.0703125e-01 7.3828125e-01 7.7343750e-01 +8.0468750e-01 8.3593750e-01 8.7109375e-01 9.0234375e-01 +9.3750000e-01 9.6875000e-01 1.0000000e+00 1.0312500e+00 +1.0703125e+00 1.1015625e+00 1.1328125e+00 1.1640625e+00 +1.1953125e+00 1.2343750e+00 1.2656250e+00 1.2968750e+00 +1.3281250e+00 1.3593750e+00 1.3984375e+00 1.4296875e+00 +1.4609375e+00 1.4921875e+00 1.5234375e+00 1.5625000e+00 +1.5937500e+00 1.6250000e+00 1.6562500e+00 1.6875000e+00 +1.7265625e+00 1.7578125e+00 1.7890625e+00 1.8203125e+00 +1.8515625e+00 1.8906250e+00 1.9218750e+00 1.9531250e+00 +1.9843750e+00 2.0156250e+00 2.0468750e+00 2.0781250e+00 +2.1250000e+00 2.1562500e+00 2.1875000e+00 2.2187500e+00 +2.2500000e+00 2.2812500e+00 2.3125000e+00 2.3437500e+00 +2.3750000e+00 2.4062500e+00 2.4531250e+00 2.4843750e+00 +2.5156250e+00 2.5468750e+00 2.5781250e+00 2.6093750e+00 +2.6406250e+00 2.6718750e+00 2.7031250e+00 2.7343750e+00 +2.7812500e+00 2.8125000e+00 2.8437500e+00 2.8750000e+00 +2.9062500e+00 2.9375000e+00 2.9687500e+00 3.0000000e+00 +3.0312500e+00 3.0625000e+00 3.1093750e+00 3.1406250e+00 +3.1718750e+00 3.2031250e+00 3.2343750e+00 3.2656250e+00 +3.2968750e+00 3.3281250e+00 3.3593750e+00 3.3906250e+00 +3.4375000e+00 3.4687500e+00 3.5000000e+00 3.5312500e+00 +3.5625000e+00 3.5937500e+00 3.6250000e+00 3.6562500e+00 +3.6875000e+00 3.7343750e+00 3.7656250e+00 3.7968750e+00 +3.8281250e+00 3.8593750e+00 3.8906250e+00 3.9218750e+00 +3.9531250e+00 3.9843750e+00 4.0312500e+00 4.0625000e+00 +4.0937500e+00 4.1250000e+00 4.1562500e+00 4.1875000e+00 +4.2500000e+00 4.2812500e+00 4.3125000e+00 4.3437500e+00 +4.3750000e+00 4.4062500e+00 4.4375000e+00 4.4687500e+00 +4.5000000e+00 4.5312500e+00 4.5625000e+00 4.5937500e+00 +4.6250000e+00 4.6562500e+00 4.6875000e+00 4.7187500e+00 +4.7500000e+00 4.7812500e+00 4.8125000e+00 4.8750000e+00 +4.9062500e+00 4.9375000e+00 4.9687500e+00 5.0000000e+00 +5.0312500e+00 5.0625000e+00 5.0937500e+00 5.1250000e+00 +5.1562500e+00 5.1875000e+00 5.2187500e+00 5.2500000e+00 +5.2812500e+00 5.3125000e+00 5.3437500e+00 5.3750000e+00 +5.4062500e+00 5.4375000e+00 5.4687500e+00 5.5312500e+00 +5.5625000e+00 5.5937500e+00 5.6250000e+00 5.6562500e+00 +5.6875000e+00 5.7187500e+00 5.7500000e+00 5.7812500e+00 +5.8125000e+00 5.8437500e+00 5.8750000e+00 5.9062500e+00 +5.9375000e+00 5.9687500e+00 6.0000000e+00 6.0312500e+00 +6.0625000e+00 6.0937500e+00 6.1250000e+00 6.1875000e+00 +6.2187500e+00 6.2500000e+00 6.2812500e+00 6.3125000e+00 +6.3437500e+00 6.3750000e+00 6.4062500e+00 6.4375000e+00 +6.4687500e+00 6.5000000e+00 6.5312500e+00 6.5625000e+00 +6.5937500e+00 6.6250000e+00 6.6562500e+00 6.6875000e+00 +6.7187500e+00 6.7500000e+00 6.7812500e+00 6.8437500e+00 +6.8750000e+00 6.9062500e+00 6.9375000e+00 6.9687500e+00 +7.0000000e+00 7.0312500e+00 7.0625000e+00 7.0937500e+00 +7.1250000e+00 7.1562500e+00 7.1875000e+00 7.2187500e+00 +7.2500000e+00 7.2812500e+00 7.3125000e+00 7.3437500e+00 +7.3750000e+00 7.4062500e+00 7.4687500e+00 7.5000000e+00 +7.5312500e+00 7.5625000e+00 7.5937500e+00 7.6250000e+00 +7.6562500e+00 7.6875000e+00 7.7187500e+00 7.7500000e+00 +7.7812500e+00 7.8125000e+00 7.8437500e+00 7.8750000e+00 +7.9062500e+00 7.9375000e+00 7.9687500e+00 8.0000000e+00 +8.0625000e+00 8.0625000e+00 8.1250000e+00 8.1250000e+00 +8.1875000e+00 8.1875000e+00 8.2500000e+00 8.2500000e+00 +8.3125000e+00 8.3125000e+00 8.3750000e+00 8.3750000e+00 +8.3750000e+00 8.5000000e+00 8.5000000e+00 8.5625000e+00 +8.5625000e+00 8.6250000e+00 8.6250000e+00 8.6875000e+00 +8.6875000e+00 8.7500000e+00 8.7500000e+00 8.8125000e+00 +8.8125000e+00 8.8750000e+00 8.8750000e+00 8.9375000e+00 +8.9375000e+00 9.0000000e+00 9.0000000e+00 9.0625000e+00 +9.0625000e+00 9.1250000e+00 9.1250000e+00 9.1875000e+00 +9.1875000e+00 9.2500000e+00 9.2500000e+00 9.3125000e+00 +9.3125000e+00 9.3750000e+00 9.3750000e+00 9.4375000e+00 +9.4375000e+00 9.5000000e+00 9.5000000e+00 9.5625000e+00 +9.5625000e+00 9.6250000e+00 9.6250000e+00 9.7500000e+00 +9.7500000e+00 9.8125000e+00 9.8125000e+00 9.8750000e+00 +9.8750000e+00 9.9375000e+00 9.9375000e+00 1.0000000e+01 +1.0000000e+01 1.0062500e+01 1.0062500e+01 1.0125000e+01 +1.0125000e+01 1.0187500e+01 1.0187500e+01 1.0250000e+01 +1.0250000e+01 1.0312500e+01 1.0312500e+01 1.0375000e+01 +1.0375000e+01 1.0437500e+01 1.0437500e+01 1.0500000e+01 +1.0500000e+01 1.0562500e+01 1.0562500e+01 1.0625000e+01 +1.0625000e+01 1.0687500e+01 1.0687500e+01 1.0750000e+01 +1.0750000e+01 1.0812500e+01 1.0812500e+01 1.0875000e+01 +1.0875000e+01 1.0937500e+01 1.0937500e+01 1.1062500e+01 +1.1062500e+01 1.1125000e+01 1.1125000e+01 1.1187500e+01 +1.1187500e+01 1.1250000e+01 1.1250000e+01 1.1312500e+01 +1.1312500e+01 1.1375000e+01 1.1375000e+01 1.1437500e+01 +1.1437500e+01 1.1500000e+01 1.1500000e+01 1.1562500e+01 +1.1562500e+01 1.1625000e+01 1.1625000e+01 1.1687500e+01 +1.1687500e+01 1.1750000e+01 1.1750000e+01 1.1812500e+01 +1.1812500e+01 1.1875000e+01 1.1875000e+01 1.1937500e+01 +1.1937500e+01 1.2000000e+01 1.2000000e+01 1.2062500e+01 +1.2062500e+01 1.2125000e+01 1.2125000e+01 1.2187500e+01 +1.2187500e+01 1.2250000e+01 1.2250000e+01 1.2375000e+01 +1.2375000e+01 1.2437500e+01 1.2437500e+01 1.2500000e+01 +1.2500000e+01 1.2562500e+01 1.2562500e+01 1.2625000e+01 +1.2625000e+01 1.2687500e+01 1.2687500e+01 1.2750000e+01 +1.2750000e+01 1.2812500e+01 1.2812500e+01 1.2875000e+01 +1.2875000e+01 1.2937500e+01 1.2937500e+01 1.3000000e+01 +1.3000000e+01 1.3062500e+01 1.3062500e+01 1.3125000e+01 +1.3125000e+01 1.3187500e+01 1.3187500e+01 1.3250000e+01 +1.3250000e+01 1.3312500e+01 1.3312500e+01 1.3375000e+01 +1.3375000e+01 1.3437500e+01 1.3437500e+01 1.3500000e+01 +1.3500000e+01 1.3562500e+01 1.3562500e+01 1.3687500e+01 +1.3687500e+01 1.3750000e+01 1.3750000e+01 1.3812500e+01 +1.3812500e+01 1.3875000e+01 1.3875000e+01 1.3937500e+01 +1.3937500e+01 1.4000000e+01 1.4000000e+01 1.4062500e+01 +1.4062500e+01 1.4125000e+01 1.4125000e+01 1.4187500e+01 +1.4187500e+01 1.4250000e+01 1.4250000e+01 1.4312500e+01 +1.4312500e+01 1.4375000e+01 1.4375000e+01 1.4437500e+01 +1.4437500e+01 1.4500000e+01 1.4500000e+01 1.4562500e+01 +1.4562500e+01 1.4625000e+01 1.4625000e+01 1.4687500e+01 +1.4687500e+01 1.4750000e+01 1.4750000e+01 1.4812500e+01 +1.4812500e+01 1.4937500e+01 1.4937500e+01 1.5000000e+01 +1.5000000e+01 1.5062500e+01 1.5062500e+01 1.5125000e+01 +1.5125000e+01 1.5187500e+01 1.5187500e+01 1.5250000e+01 +1.5250000e+01 1.5312500e+01 1.5312500e+01 1.5375000e+01 +1.5375000e+01 1.5437500e+01 1.5437500e+01 1.5500000e+01 +1.5500000e+01 1.5562500e+01 1.5562500e+01 1.5625000e+01 +1.5625000e+01 1.5687500e+01 1.5687500e+01 1.5750000e+01 +1.5750000e+01 1.5812500e+01 1.5812500e+01 1.5875000e+01 +1.5875000e+01 1.5937500e+01 1.5937500e+01 1.6000000e+01 +1.6000000e+01 1.6125000e+01 1.6125000e+01 1.6125000e+01 +1.6125000e+01 1.6250000e+01 1.6250000e+01 1.6250000e+01 +1.6250000e+01 1.6375000e+01 1.6375000e+01 1.6375000e+01 +1.6375000e+01 1.6500000e+01 1.6500000e+01 1.6500000e+01 +1.6500000e+01 1.6625000e+01 1.6625000e+01 1.6625000e+01 +1.6625000e+01 1.6750000e+01 1.6750000e+01 1.6750000e+01 +-1.7578125e+00 -1.7578125e+00 -1.7578125e+00 -1.7578125e+00 +-1.7578125e+00 -1.7578125e+00 -1.7578125e+00 -1.7578125e+00 +-1.7578125e+00 -1.7578125e+00 -1.7578125e+00 -1.7578125e+00 +-1.7578125e+00 -1.7578125e+00 -1.7578125e+00 -1.7578125e+00 +-1.7578125e+00 -1.7578125e+00 -1.7578125e+00 -1.7578125e+00 +-1.7578125e+00 -1.7578125e+00 -1.7578125e+00 -1.7578125e+00 +-1.7578125e+00 -1.7578125e+00 -1.7578125e+00 -1.7578125e+00 +-1.7578125e+00 -1.7578125e+00 -1.7578125e+00 -1.7578125e+00 +-1.7578125e+00 -1.7578125e+00 -1.7578125e+00 -1.7578125e+00 +-1.7578125e+00 -1.7578125e+00 -1.7578125e+00 -1.7578125e+00 +-1.7578125e+00 -1.7578125e+00 -1.7578125e+00 -1.7578125e+00 +-1.7578125e+00 -1.7578125e+00 -1.7578125e+00 -1.7578125e+00 +-1.7578125e+00 -1.7578125e+00 -1.7578125e+00 -1.7578125e+00 +-1.7578125e+00 -1.7578125e+00 -1.7578125e+00 -1.7578125e+00 +-1.7578125e+00 -1.7578125e+00 -1.7578125e+00 -1.7578125e+00 +-1.7578125e+00 -1.7578125e+00 -1.7578125e+00 -1.7578125e+00 +-1.7578125e+00 -1.7578125e+00 -1.7578125e+00 -1.7578125e+00 +-1.7578125e+00 -1.7578125e+00 -1.7578125e+00 -1.7578125e+00 +-1.7578125e+00 -1.7578125e+00 -1.7578125e+00 -1.7578125e+00 +-1.7578125e+00 -1.7578125e+00 -1.7578125e+00 -1.7578125e+00 +-1.7578125e+00 -1.7578125e+00 -1.7578125e+00 -1.7578125e+00 +-1.7578125e+00 -1.7578125e+00 -1.7578125e+00 -1.7578125e+00 +-1.7578125e+00 -1.7578125e+00 -1.7578125e+00 -1.7578125e+00 +-1.7578125e+00 -1.7578125e+00 -1.7578125e+00 -1.7578125e+00 +-1.7578125e+00 -1.7578125e+00 -1.7578125e+00 -1.7578125e+00 +-1.7578125e+00 -1.7578125e+00 -1.7578125e+00 -1.7578125e+00 +-1.7578125e+00 -1.7578125e+00 -1.7578125e+00 -1.7578125e+00 +-1.7578125e+00 -1.7578125e+00 -1.7578125e+00 -1.7578125e+00 +-1.7578125e+00 -1.7578125e+00 -1.7578125e+00 -1.7578125e+00 +-1.7578125e+00 -1.7578125e+00 -1.7578125e+00 -1.7578125e+00 +-1.7578125e+00 -1.7578125e+00 -1.7578125e+00 -1.7578125e+00 +-1.7578125e+00 -1.7578125e+00 -1.7578125e+00 -1.7578125e+00 +-1.7578125e+00 -1.7578125e+00 -1.7578125e+00 -1.7578125e+00 +-1.7578125e+00 -1.7578125e+00 -1.7578125e+00 -1.7578125e+00 +-1.7578125e+00 -1.7578125e+00 -1.7578125e+00 -1.7578125e+00 +-1.7578125e+00 -1.7578125e+00 -1.7578125e+00 -1.7578125e+00 +-1.7578125e+00 -1.7578125e+00 -1.7578125e+00 -1.7578125e+00 +-1.7578125e+00 -1.7578125e+00 -1.7578125e+00 -1.7578125e+00 +-1.7578125e+00 -1.7578125e+00 -1.7578125e+00 -1.7578125e+00 +-1.7578125e+00 -1.7578125e+00 -1.7578125e+00 -1.7578125e+00 +-1.7578125e+00 -1.7578125e+00 -1.7578125e+00 -1.7578125e+00 +-1.7578125e+00 -1.7578125e+00 -1.7578125e+00 -1.7578125e+00 +-1.7578125e+00 -1.7578125e+00 -1.7578125e+00 -1.7578125e+00 +-1.7578125e+00 -1.7578125e+00 -1.7578125e+00 -1.7578125e+00 +-1.7578125e+00 -1.7578125e+00 -1.7578125e+00 -1.7578125e+00 +-1.7578125e+00 -1.7578125e+00 -1.7578125e+00 -1.7578125e+00 +-1.7578125e+00 -1.7578125e+00 -1.7578125e+00 -1.7578125e+00 +-1.7578125e+00 -1.7578125e+00 -1.7578125e+00 -1.7578125e+00 +-1.7578125e+00 -1.7578125e+00 -1.7578125e+00 -1.7578125e+00 +-1.7578125e+00 -1.7578125e+00 -1.7578125e+00 -1.7578125e+00 +-1.7578125e+00 -1.7578125e+00 -1.7578125e+00 -1.7578125e+00 +-1.7578125e+00 -1.7578125e+00 -1.7578125e+00 -1.7578125e+00 +-1.7578125e+00 -1.7578125e+00 -1.7578125e+00 -1.7578125e+00 +-1.7578125e+00 -1.7578125e+00 -1.7578125e+00 -1.7578125e+00 +-1.7578125e+00 -1.7578125e+00 -1.7578125e+00 -1.7578125e+00 +-1.7578125e+00 -1.7578125e+00 -1.7578125e+00 -1.7578125e+00 +-1.7578125e+00 -1.7578125e+00 -1.7578125e+00 -1.7578125e+00 +-1.7578125e+00 -1.7578125e+00 -1.7578125e+00 -1.7578125e+00 +-1.7578125e+00 -1.7578125e+00 -1.7578125e+00 -1.7578125e+00 +-1.7578125e+00 -1.7578125e+00 -1.7578125e+00 -1.7578125e+00 +-1.7578125e+00 -1.7578125e+00 -1.7578125e+00 -1.7578125e+00 +-1.7578125e+00 -1.7578125e+00 -1.7578125e+00 -1.7578125e+00 +-1.7578125e+00 -1.7578125e+00 -1.7578125e+00 -1.7578125e+00 +-1.7578125e+00 -1.7578125e+00 -1.7578125e+00 -1.7578125e+00 +-1.7578125e+00 -1.7578125e+00 -1.7578125e+00 -1.7578125e+00 +-1.7578125e+00 -1.7578125e+00 -1.7578125e+00 -1.7578125e+00 +-1.7578125e+00 -1.7578125e+00 -1.7578125e+00 -1.7578125e+00 +-1.7578125e+00 -1.7578125e+00 -1.7578125e+00 -1.7578125e+00 +-1.7578125e+00 -1.7578125e+00 -1.7578125e+00 -1.7578125e+00 +-1.7578125e+00 -1.7578125e+00 -1.7578125e+00 -1.7578125e+00 +-1.7578125e+00 -1.7578125e+00 -1.7578125e+00 -1.7578125e+00 +-1.7578125e+00 -1.7578125e+00 -1.7578125e+00 -1.7578125e+00 +-1.7578125e+00 -1.7578125e+00 -1.7578125e+00 -1.7578125e+00 +-1.7578125e+00 -1.7578125e+00 -1.7578125e+00 -1.7578125e+00 +-1.7578125e+00 -1.7578125e+00 -1.7578125e+00 -1.7578125e+00 +-1.7578125e+00 -1.7578125e+00 -1.7578125e+00 -1.7578125e+00 +-1.7578125e+00 -1.7578125e+00 -1.7578125e+00 -1.7578125e+00 +-1.7578125e+00 -1.7578125e+00 -1.7578125e+00 -1.7578125e+00 +-1.7578125e+00 -1.7578125e+00 -1.7578125e+00 -1.7578125e+00 +-1.7578125e+00 -1.7578125e+00 -1.7578125e+00 -1.7500000e+00 +-1.7500000e+00 -1.7500000e+00 -1.7500000e+00 -1.7500000e+00 +-1.7500000e+00 -1.7500000e+00 -1.7500000e+00 -1.7500000e+00 +-1.7500000e+00 -1.7500000e+00 -1.7500000e+00 -1.7500000e+00 +-1.7500000e+00 -1.7500000e+00 -1.7500000e+00 -1.7500000e+00 +-1.7500000e+00 -1.7500000e+00 -1.7500000e+00 -1.7500000e+00 +-1.7500000e+00 -1.7500000e+00 -1.7500000e+00 -1.7500000e+00 +-1.7500000e+00 -1.7500000e+00 -1.7500000e+00 -1.7500000e+00 +-1.7500000e+00 -1.7500000e+00 -1.7500000e+00 -1.7500000e+00 +-1.7500000e+00 -1.7421875e+00 -1.7421875e+00 -1.7421875e+00 +-1.7421875e+00 -1.7421875e+00 -1.7421875e+00 -1.7421875e+00 +-1.7421875e+00 -1.7421875e+00 -1.7421875e+00 -1.7421875e+00 +-1.7421875e+00 -1.7421875e+00 -1.7421875e+00 -1.7421875e+00 +-1.7421875e+00 -1.7343750e+00 -1.7343750e+00 -1.7343750e+00 +-1.7343750e+00 -1.7343750e+00 -1.7343750e+00 -1.7343750e+00 +-1.7343750e+00 -1.7343750e+00 -1.7343750e+00 -1.7343750e+00 +-1.7265625e+00 -1.7265625e+00 -1.7265625e+00 -1.7265625e+00 +-1.7265625e+00 -1.7265625e+00 -1.7265625e+00 -1.7187500e+00 +-1.7187500e+00 -1.7187500e+00 -1.7187500e+00 -1.7187500e+00 +-1.7187500e+00 -1.7109375e+00 -1.7109375e+00 -1.7109375e+00 +-1.7109375e+00 -1.7109375e+00 -1.7109375e+00 -1.7031250e+00 +-1.7031250e+00 -1.7031250e+00 -1.7031250e+00 -1.6953125e+00 +-1.6953125e+00 -1.6953125e+00 -1.6953125e+00 -1.6875000e+00 +-1.6875000e+00 -1.6875000e+00 -1.6875000e+00 -1.6796875e+00 +-1.6796875e+00 -1.6796875e+00 -1.6718750e+00 -1.6718750e+00 +-1.6718750e+00 -1.6640625e+00 -1.6640625e+00 -1.6640625e+00 +-1.6562500e+00 -1.6562500e+00 -1.6484375e+00 -1.6484375e+00 +-1.6406250e+00 -1.6406250e+00 -1.6328125e+00 -1.6328125e+00 +-1.6250000e+00 -1.6250000e+00 -1.6171875e+00 -1.6171875e+00 +-1.6093750e+00 -1.6093750e+00 -1.6015625e+00 -1.5937500e+00 +-1.5937500e+00 -1.5859375e+00 -1.5781250e+00 -1.5781250e+00 +-1.5703125e+00 -1.5625000e+00 -1.5546875e+00 -1.5546875e+00 +-1.5468750e+00 -1.5390625e+00 -1.5312500e+00 -1.5234375e+00 +-1.5156250e+00 -1.5078125e+00 -1.5000000e+00 -1.4921875e+00 +-1.4843750e+00 -1.4765625e+00 -1.4687500e+00 -1.4609375e+00 +-1.4453125e+00 -1.4375000e+00 -1.4296875e+00 -1.4140625e+00 +-1.4062500e+00 -1.3984375e+00 -1.3828125e+00 -1.3750000e+00 +-1.3593750e+00 -1.3437500e+00 -1.3359375e+00 -1.3203125e+00 +-1.3046875e+00 -1.2890625e+00 -1.2812500e+00 -1.2656250e+00 +-1.2500000e+00 -1.2265625e+00 -1.2109375e+00 -1.1953125e+00 +-1.1796875e+00 -1.1562500e+00 -1.1406250e+00 -1.1250000e+00 +-1.1015625e+00 -1.0781250e+00 -1.0625000e+00 -1.0390625e+00 +-1.0156250e+00 -9.8828125e-01 -9.6484375e-01 -9.4140625e-01 +-9.1406250e-01 -8.8671875e-01 -8.5937500e-01 -8.3203125e-01 +-8.0078125e-01 -7.7343750e-01 -7.4218750e-01 -7.0703125e-01 +-6.7578125e-01 -6.4062500e-01 -6.0546875e-01 -5.7031250e-01 +-5.3125000e-01 -4.9218750e-01 -4.5117188e-01 -4.1015625e-01 +-3.6718750e-01 -3.2226562e-01 -2.7734375e-01 -2.3046875e-01 +-1.8261719e-01 -1.3183594e-01 -8.0566406e-02 -2.7221680e-02 +1.6357422e-02 4.9316406e-02 8.2031250e-02 1.1474609e-01 +1.4746094e-01 1.8066406e-01 2.1386719e-01 2.4609375e-01 +2.7929688e-01 3.1250000e-01 3.4570312e-01 3.7695312e-01 +4.1015625e-01 4.4335938e-01 4.7656250e-01 5.0781250e-01 +5.4296875e-01 5.7421875e-01 6.0937500e-01 6.4062500e-01 +6.7187500e-01 7.0703125e-01 7.3828125e-01 7.7343750e-01 +8.0468750e-01 8.3593750e-01 8.7109375e-01 9.0234375e-01 +9.3750000e-01 9.6875000e-01 1.0000000e+00 1.0312500e+00 +1.0703125e+00 1.1015625e+00 1.1328125e+00 1.1640625e+00 +1.1953125e+00 1.2343750e+00 1.2656250e+00 1.2968750e+00 +1.3281250e+00 1.3593750e+00 1.3984375e+00 1.4296875e+00 +1.4609375e+00 1.4921875e+00 1.5234375e+00 1.5625000e+00 +1.5937500e+00 1.6250000e+00 1.6562500e+00 1.6875000e+00 +1.7265625e+00 1.7578125e+00 1.7890625e+00 1.8203125e+00 +1.8515625e+00 1.8906250e+00 1.9218750e+00 1.9531250e+00 +1.9843750e+00 2.0156250e+00 2.0468750e+00 2.0781250e+00 +2.1250000e+00 2.1562500e+00 2.1875000e+00 2.2187500e+00 +2.2500000e+00 2.2812500e+00 2.3125000e+00 2.3437500e+00 +2.3750000e+00 2.4062500e+00 2.4531250e+00 2.4843750e+00 +2.5156250e+00 2.5468750e+00 2.5781250e+00 2.6093750e+00 +2.6406250e+00 2.6718750e+00 2.7031250e+00 2.7343750e+00 +2.7812500e+00 2.8125000e+00 2.8437500e+00 2.8750000e+00 +2.9062500e+00 2.9375000e+00 2.9687500e+00 3.0000000e+00 +3.0312500e+00 3.0625000e+00 3.1093750e+00 3.1406250e+00 +3.1718750e+00 3.2031250e+00 3.2343750e+00 3.2656250e+00 +3.2968750e+00 3.3281250e+00 3.3593750e+00 3.3906250e+00 +3.4375000e+00 3.4687500e+00 3.5000000e+00 3.5312500e+00 +3.5625000e+00 3.5937500e+00 3.6250000e+00 3.6562500e+00 +3.6875000e+00 3.7343750e+00 3.7656250e+00 3.7968750e+00 +3.8281250e+00 3.8593750e+00 3.8906250e+00 3.9218750e+00 +3.9531250e+00 3.9843750e+00 4.0312500e+00 4.0625000e+00 +4.0937500e+00 4.1250000e+00 4.1562500e+00 4.1875000e+00 +4.2500000e+00 4.2812500e+00 4.3125000e+00 4.3437500e+00 +4.3750000e+00 4.4062500e+00 4.4375000e+00 4.4687500e+00 +4.5000000e+00 4.5312500e+00 4.5625000e+00 4.5937500e+00 +4.6250000e+00 4.6562500e+00 4.6875000e+00 4.7187500e+00 +4.7500000e+00 4.7812500e+00 4.8125000e+00 4.8750000e+00 +4.9062500e+00 4.9375000e+00 4.9687500e+00 5.0000000e+00 +5.0312500e+00 5.0625000e+00 5.0937500e+00 5.1250000e+00 +5.1562500e+00 5.1875000e+00 5.2187500e+00 5.2500000e+00 +5.2812500e+00 5.3125000e+00 5.3437500e+00 5.3750000e+00 +5.4062500e+00 5.4375000e+00 5.4687500e+00 5.5312500e+00 +5.5625000e+00 5.5937500e+00 5.6250000e+00 5.6562500e+00 +5.6875000e+00 5.7187500e+00 5.7500000e+00 5.7812500e+00 +5.8125000e+00 5.8437500e+00 5.8750000e+00 5.9062500e+00 +5.9375000e+00 5.9687500e+00 6.0000000e+00 6.0312500e+00 +6.0625000e+00 6.0937500e+00 6.1250000e+00 6.1875000e+00 +6.2187500e+00 6.2500000e+00 6.2812500e+00 6.3125000e+00 +6.3437500e+00 6.3750000e+00 6.4062500e+00 6.4375000e+00 +6.4687500e+00 6.5000000e+00 6.5312500e+00 6.5625000e+00 +6.5937500e+00 6.6250000e+00 6.6562500e+00 6.6875000e+00 +6.7187500e+00 6.7500000e+00 6.7812500e+00 6.8437500e+00 +6.8750000e+00 6.9062500e+00 6.9375000e+00 6.9687500e+00 +7.0000000e+00 7.0312500e+00 7.0625000e+00 7.0937500e+00 +7.1250000e+00 7.1562500e+00 7.1875000e+00 7.2187500e+00 +7.2500000e+00 7.2812500e+00 7.3125000e+00 7.3437500e+00 +7.3750000e+00 7.4062500e+00 7.4687500e+00 7.5000000e+00 +7.5312500e+00 7.5625000e+00 7.5937500e+00 7.6250000e+00 +7.6562500e+00 7.6875000e+00 7.7187500e+00 7.7500000e+00 +7.7812500e+00 7.8125000e+00 7.8437500e+00 7.8750000e+00 +7.9062500e+00 7.9375000e+00 7.9687500e+00 8.0000000e+00 +8.0625000e+00 8.0625000e+00 8.1250000e+00 8.1250000e+00 +8.1875000e+00 8.1875000e+00 8.2500000e+00 8.2500000e+00 +8.3125000e+00 8.3125000e+00 8.3750000e+00 8.3750000e+00 +8.3750000e+00 8.5000000e+00 8.5000000e+00 8.5625000e+00 +8.5625000e+00 8.6250000e+00 8.6250000e+00 8.6875000e+00 +8.6875000e+00 8.7500000e+00 8.7500000e+00 8.8125000e+00 +8.8125000e+00 8.8750000e+00 8.8750000e+00 8.9375000e+00 +8.9375000e+00 9.0000000e+00 9.0000000e+00 9.0625000e+00 +9.0625000e+00 9.1250000e+00 9.1250000e+00 9.1875000e+00 +9.1875000e+00 9.2500000e+00 9.2500000e+00 9.3125000e+00 +9.3125000e+00 9.3750000e+00 9.3750000e+00 9.4375000e+00 +9.4375000e+00 9.5000000e+00 9.5000000e+00 9.5625000e+00 +9.5625000e+00 9.6250000e+00 9.6250000e+00 9.7500000e+00 +9.7500000e+00 9.8125000e+00 9.8125000e+00 9.8750000e+00 +9.8750000e+00 9.9375000e+00 9.9375000e+00 1.0000000e+01 +1.0000000e+01 1.0062500e+01 1.0062500e+01 1.0125000e+01 +1.0125000e+01 1.0187500e+01 1.0187500e+01 1.0250000e+01 +1.0250000e+01 1.0312500e+01 1.0312500e+01 1.0375000e+01 +1.0375000e+01 1.0437500e+01 1.0437500e+01 1.0500000e+01 +1.0500000e+01 1.0562500e+01 1.0562500e+01 1.0625000e+01 +1.0625000e+01 1.0687500e+01 1.0687500e+01 1.0750000e+01 +1.0750000e+01 1.0812500e+01 1.0812500e+01 1.0875000e+01 +1.0875000e+01 1.0937500e+01 1.0937500e+01 1.1062500e+01 +1.1062500e+01 1.1125000e+01 1.1125000e+01 1.1187500e+01 +1.1187500e+01 1.1250000e+01 1.1250000e+01 1.1312500e+01 +1.1312500e+01 1.1375000e+01 1.1375000e+01 1.1437500e+01 +1.1437500e+01 1.1500000e+01 1.1500000e+01 1.1562500e+01 +1.1562500e+01 1.1625000e+01 1.1625000e+01 1.1687500e+01 +1.1687500e+01 1.1750000e+01 1.1750000e+01 1.1812500e+01 +1.1812500e+01 1.1875000e+01 1.1875000e+01 1.1937500e+01 +1.1937500e+01 1.2000000e+01 1.2000000e+01 1.2062500e+01 +1.2062500e+01 1.2125000e+01 1.2125000e+01 1.2187500e+01 +1.2187500e+01 1.2250000e+01 1.2250000e+01 1.2375000e+01 +1.2375000e+01 1.2437500e+01 1.2437500e+01 1.2500000e+01 +1.2500000e+01 1.2562500e+01 1.2562500e+01 1.2625000e+01 +1.2625000e+01 1.2687500e+01 1.2687500e+01 1.2750000e+01 +1.2750000e+01 1.2812500e+01 1.2812500e+01 1.2875000e+01 +1.2875000e+01 1.2937500e+01 1.2937500e+01 1.3000000e+01 +1.3000000e+01 1.3062500e+01 1.3062500e+01 1.3125000e+01 +1.3125000e+01 1.3187500e+01 1.3187500e+01 1.3250000e+01 +1.3250000e+01 1.3312500e+01 1.3312500e+01 1.3375000e+01 +1.3375000e+01 1.3437500e+01 1.3437500e+01 1.3500000e+01 +1.3500000e+01 1.3562500e+01 1.3562500e+01 1.3687500e+01 +1.3687500e+01 1.3750000e+01 1.3750000e+01 1.3812500e+01 +1.3812500e+01 1.3875000e+01 1.3875000e+01 1.3937500e+01 +1.3937500e+01 1.4000000e+01 1.4000000e+01 1.4062500e+01 +1.4062500e+01 1.4125000e+01 1.4125000e+01 1.4187500e+01 +1.4187500e+01 1.4250000e+01 1.4250000e+01 1.4312500e+01 +1.4312500e+01 1.4375000e+01 1.4375000e+01 1.4437500e+01 +1.4437500e+01 1.4500000e+01 1.4500000e+01 1.4562500e+01 +1.4562500e+01 1.4625000e+01 1.4625000e+01 1.4687500e+01 +1.4687500e+01 1.4750000e+01 1.4750000e+01 1.4812500e+01 +1.4812500e+01 1.4937500e+01 1.4937500e+01 1.5000000e+01 +1.5000000e+01 1.5062500e+01 1.5062500e+01 1.5125000e+01 +1.5125000e+01 1.5187500e+01 1.5187500e+01 1.5250000e+01 +1.5250000e+01 1.5312500e+01 1.5312500e+01 1.5375000e+01 +1.5375000e+01 1.5437500e+01 1.5437500e+01 1.5500000e+01 +1.5500000e+01 1.5562500e+01 1.5562500e+01 1.5625000e+01 +1.5625000e+01 1.5687500e+01 1.5687500e+01 1.5750000e+01 +1.5750000e+01 1.5812500e+01 1.5812500e+01 1.5875000e+01 +1.5875000e+01 1.5937500e+01 1.5937500e+01 1.6000000e+01 +1.6000000e+01 1.6125000e+01 1.6125000e+01 1.6125000e+01 +1.6125000e+01 1.6250000e+01 1.6250000e+01 1.6250000e+01 +1.6250000e+01 1.6375000e+01 1.6375000e+01 1.6375000e+01 +1.6375000e+01 1.6500000e+01 1.6500000e+01 1.6500000e+01 +1.6500000e+01 1.6625000e+01 1.6625000e+01 1.6625000e+01 +1.6625000e+01 1.6750000e+01 1.6750000e+01 1.6750000e+01 diff --git a/AI_Engine_Development/AIE-MLv2/Design_Tutorials/01-Radio-ML/aie/selu/gen_vectors.m b/AI_Engine_Development/AIE-MLv2/Design_Tutorials/01-Radio-ML/aie/selu/gen_vectors.m new file mode 100644 index 0000000000..c5afdc7aa3 --- /dev/null +++ b/AI_Engine_Development/AIE-MLv2/Design_Tutorials/01-Radio-ML/aie/selu/gen_vectors.m @@ -0,0 +1,67 @@ +% +% Copyright (C) 2024, Advanced Micro Devices, Inc. All rights reserved. +% SPDX-License-Identifier: MIT +% +% Author: Mark Rollins + +clear all; +close all; + +% ------------------------------------------------------------ +% Create stimulus for AI Engine +% ------------------------------------------------------------ + +Niter = 8; +NSAMP = 1024; + +sig_i = reshape(repmat(transpose(linspace(-16,+16,NSAMP)),[1,Niter]),1,[]); +sig_i = double(varray.bfloat16(sig_i)); +sig_o = selu(sig_i); +sig_o = double(varray.bfloat16(sig_o)); + +[~,~,~] = rmdir('data','s'); +[~,~,~] = mkdir('data'); + +fid = fopen('data/sig_i.txt','w'); +for ii = 1 : 4 : numel(sig_i) + fprintf(fid,'%.7e %.7e %.7e %.7e\n',sig_i(ii),sig_i(ii+1),sig_i(ii+2),sig_i(ii+3)); +end +fclose(fid); + +fid = fopen('data/sig_o.txt','w'); +for ii = 1 : 4 : numel(sig_o) + fprintf(fid,'%.7e %.7e %.7e %.7e\n',sig_o(ii),sig_o(ii+1),sig_o(ii+2),sig_o(ii+3)); +end +fclose(fid); + +% ------------------------------------------------------------ +% Vitis Functional Simulation +% ------------------------------------------------------------ + +vfs_model = vfs.aieGraph(input_file="selu_app.cpp",... + include_paths = { '.' },... + part="xc2ve3858-ssva2112-2MP-e-S"); + +vfs_i = varray.bfloat16(sig_i); +vfs_o = vfs_model.run(vfs_i); +vfs_o = reshape(vfs_o,1,numel(vfs_o)); +err_o = sig_o - double(vfs_o); + +figure; +subplot(2,1,1); plot(sig_o,'b.-'); hold on; plot(double(vfs_o),'r.--'); hold off;legend('golden','actual'); +subplot(2,2,3); plot(err_o,'k.-');title('error'); + + +% ------------------------------------------------------------ +% Function SELU +% ------------------------------------------------------------ + +function [sig_o] = selu(sig_i) + idx_p = find(sig_i > 0); + idx_n = find(sig_i <= 0); + sig_o = zeros(size(sig_i)); + scale = 1.05070098; + alpha = 1.67326324; + sig_o(idx_p) = scale*sig_i(idx_p); + sig_o(idx_n) = scale*alpha*(exp(sig_i(idx_n))-1); +end diff --git a/AI_Engine_Development/AIE-MLv2/Design_Tutorials/01-Radio-ML/aie/selu/selu.cpp b/AI_Engine_Development/AIE-MLv2/Design_Tutorials/01-Radio-ML/aie/selu/selu.cpp new file mode 100644 index 0000000000..fe02d25099 --- /dev/null +++ b/AI_Engine_Development/AIE-MLv2/Design_Tutorials/01-Radio-ML/aie/selu/selu.cpp @@ -0,0 +1,87 @@ +// +// Copyright (C) 2024, Advanced Micro Devices, Inc. All rights reserved. +// SPDX-License-Identifier: MIT +// +// Author: Mark Rollins + +#include +#include + +#include "selu.h" + + +// ------------------------------------------------------------ +// Constructor +// ------------------------------------------------------------ + +template +selu::selu(void) +{ + aie::set_rounding(aie::rounding_mode::symmetric_inf); + aie::set_saturation(aie::saturation_mode::saturate); +} + +// ------------------------------------------------------------ +// Run +// ------------------------------------------------------------ + +template +void selu::run( input_buffer& sig_i, output_buffer& sig_o ) +{ + auto itr = aie::begin_restrict_vector<32>(sig_i); + auto itw = aie::begin_restrict_vector<32>(sig_o); + auto itp = aie::begin_restrict_vector<32>(SCRATCH_POS); + auto itn = aie::begin_restrict_vector<32>(SCRATCH_NEG); + + aie::accum accB; + accB.from_vector(aie::broadcast(exp_B)); + + // Compute 'pos': + for (unsigned ii=0; ii < NSAMP/32; ii++) + chess_prepare_for_pipelining + { + *itp++ = aie::mul(*itr++,Cpos); + } + chess_separator(); + + // Compute 'neg' -- first part is exp(x) approximation + itr = aie::begin_restrict_vector<32>(sig_i); + for (unsigned ii=0; ii < NSAMP/32; ii++) + chess_prepare_for_pipelining + { + auto data_i = *itr++; + auto data_t = (aie::mac(accB,data_i,exp_S)).to_vector(); + // Integer values should be in the range [0,16256], find outliers and set to zero: + aie::vector exp_i = aie::to_fixed(data_t,0); + aie::mask<32> msk_neg = aie::lt(exp_i,int16(0)); + aie::vector exp_bnd = aie::select(exp_i, aie::zeros(), msk_neg); + aie::mask<32> msk_pos = aie::gt(exp_bnd, int16(16256)); + exp_bnd = aie::select(exp_bnd, aie::zeros(), msk_pos); + *itn++ = exp_bnd.cast_to(); + } + chess_separator(); + + // Compute 'neg' -- second part is remaining math + itr = aie::begin_restrict_vector<32>(SCRATCH_NEG); + itn = aie::begin_restrict_vector<32>(SCRATCH_NEG); + for (unsigned ii=0; ii < NSAMP/32; ii++) + chess_prepare_for_pipelining + { + auto data_i = *itr++; + *itn++ = (aie::mul(aie::sub(data_i,bfloat16(1.0f)),Cneg)).to_vector(); + } + chess_separator(); + + // Select between 'pos' and 'neg': + itr = aie::begin_restrict_vector<32>(sig_i); + itp = aie::begin_restrict_vector<32>(SCRATCH_POS); + itn = aie::begin_restrict_vector<32>(SCRATCH_NEG); + for (unsigned ii=0; ii < NSAMP/32; ii++) + chess_prepare_for_pipelining + { + auto data_i = *itr++; + auto data_p = *itp++; + auto data_n = *itn++; + *itw++ = aie::select(data_p,data_n,aie::le(data_i,aie::broadcast(0.0f))); + } +} diff --git a/AI_Engine_Development/AIE-MLv2/Design_Tutorials/01-Radio-ML/aie/selu/selu.h b/AI_Engine_Development/AIE-MLv2/Design_Tutorials/01-Radio-ML/aie/selu/selu.h new file mode 100644 index 0000000000..0216b92f92 --- /dev/null +++ b/AI_Engine_Development/AIE-MLv2/Design_Tutorials/01-Radio-ML/aie/selu/selu.h @@ -0,0 +1,37 @@ +// +// Copyright (C) 2024, Advanced Micro Devices, Inc. All rights reserved. +// SPDX-License-Identifier: MIT +// +// Author: Mark Rollins + +#pragma once + +#include +#include + +using namespace adf; + +template +class selu { +public: + + const bfloat16 exp_S = 185.0f; + const float exp_B = 16256.0f; + const bfloat16 Cpos = 1.0507f; + const bfloat16 Cneg = 1.7581f; + + alignas(64) bfloat16 SCRATCH_POS[NSAMP]; + alignas(64) bfloat16 SCRATCH_NEG[NSAMP]; + + // Constructor: + selu( void ); + + // Run: + void run( input_buffer& sig_i, output_buffer& sig_o); + + static void registerKernelClass( void ) + { + REGISTER_FUNCTION( selu::run ); + } +}; + diff --git a/AI_Engine_Development/AIE-MLv2/Design_Tutorials/01-Radio-ML/aie/selu/selu_app.cpp b/AI_Engine_Development/AIE-MLv2/Design_Tutorials/01-Radio-ML/aie/selu/selu_app.cpp new file mode 100644 index 0000000000..4d52ab8744 --- /dev/null +++ b/AI_Engine_Development/AIE-MLv2/Design_Tutorials/01-Radio-ML/aie/selu/selu_app.cpp @@ -0,0 +1,38 @@ +// +// Copyright (C) 2024, Advanced Micro Devices, Inc. All rights reserved. +// SPDX-License-Identifier: MIT +// +// Author: Mark Rollins + +#include +#include +#include "selu_graph.h" + +class dut_graph : public graph { +public: + static constexpr unsigned NSAMP = 1024; + selu_graph dut; + input_plio sig_i; + output_plio sig_o; + + dut_graph( void ) + { + sig_i = input_plio::create("PLIO_i_0",plio_64_bits,"data/sig_i.txt"); + sig_o = output_plio::create("PLIO_o_0",plio_64_bits,"data/sig_o.txt"); + connect<>(sig_i.out[0],dut.sig_i); + connect<>(dut.sig_o,sig_o.in[0]); + } +}; + +// Instantiate AIE graph: +dut_graph aie_dut; + +// Initialize and run the graph: +int main(void) +{ + aie_dut.init(); + aie_dut.run(8); + aie_dut.end(); + + return 0; +} diff --git a/AI_Engine_Development/AIE-MLv2/Design_Tutorials/01-Radio-ML/aie/selu/selu_graph.h b/AI_Engine_Development/AIE-MLv2/Design_Tutorials/01-Radio-ML/aie/selu/selu_graph.h new file mode 100644 index 0000000000..ffed45ccd3 --- /dev/null +++ b/AI_Engine_Development/AIE-MLv2/Design_Tutorials/01-Radio-ML/aie/selu/selu_graph.h @@ -0,0 +1,37 @@ +// +// Copyright (C) 2024, Advanced Micro Devices, Inc. All rights reserved. +// SPDX-License-Identifier: MIT +// +// Author: Mark Rollins + +#pragma once + +#include +#include "selu.h" + +using namespace adf; + +// ------------------------------------------------------------ +// Top Level Graph +// ------------------------------------------------------------ + +template +class selu_graph : public graph { +public: + // Declare Kernels + kernel kk; + + // Declare IOs + port sig_i; + port sig_o; + + selu_graph( void ) + { + kk = kernel::create_object>(); + source(kk) = "selu.cpp"; + runtime(kk) = 0.9; + connect<>( sig_i, kk.in[0] ); dimensions(kk.in[0]) = { NSAMP }; + connect<>( kk.out[0], sig_o ); dimensions(kk.out[0]) = { NSAMP }; + } +}; + diff --git a/AI_Engine_Development/AIE-MLv2/Design_Tutorials/01-Radio-ML/aie/utility/ceil_constexpr.h b/AI_Engine_Development/AIE-MLv2/Design_Tutorials/01-Radio-ML/aie/utility/ceil_constexpr.h new file mode 100755 index 0000000000..08c4e4b180 --- /dev/null +++ b/AI_Engine_Development/AIE-MLv2/Design_Tutorials/01-Radio-ML/aie/utility/ceil_constexpr.h @@ -0,0 +1,17 @@ +// +// Copyright (C) 2024, Advanced Micro Devices, Inc. All rights reserved. +// SPDX-License-Identifier: MIT +// +// Author: Faisal El-Shabani +#ifndef CEIL_CONSTEXPR_H +#define CEIL_CONSTEXPR_H +constexpr int ceil_constexpr(double x) { + if (x == static_cast(x)) { + return x; + } else if (x > 0) { + return static_cast(x) + 1; + } else { + return static_cast(x); + } +} +#endif diff --git a/AI_Engine_Development/AIE-MLv2/Design_Tutorials/01-Radio-ML/aie/utility/next_pow_2_constexpr.h b/AI_Engine_Development/AIE-MLv2/Design_Tutorials/01-Radio-ML/aie/utility/next_pow_2_constexpr.h new file mode 100755 index 0000000000..9fcb68672d --- /dev/null +++ b/AI_Engine_Development/AIE-MLv2/Design_Tutorials/01-Radio-ML/aie/utility/next_pow_2_constexpr.h @@ -0,0 +1,14 @@ +// +// Copyright (C) 2024, Advanced Micro Devices, Inc. All rights reserved. +// SPDX-License-Identifier: MIT +// +// Author: Faisal El-Shabani +#ifndef NEXT_POW_2_CONSTEXPR_H +#define NEXT_POW_2_CONSTEXPR_H +constexpr int next_pow_2_constexpr(double x) { + int power = 1; + while(power < x) + power*=2; + return power; +} +#endif diff --git a/AI_Engine_Development/AIE-MLv2/Design_Tutorials/01-Radio-ML/aie/utility/read_file.h b/AI_Engine_Development/AIE-MLv2/Design_Tutorials/01-Radio-ML/aie/utility/read_file.h new file mode 100755 index 0000000000..25f47f7625 --- /dev/null +++ b/AI_Engine_Development/AIE-MLv2/Design_Tutorials/01-Radio-ML/aie/utility/read_file.h @@ -0,0 +1,26 @@ +// +// Copyright (C) 2024, Advanced Micro Devices, Inc. All rights reserved. +// SPDX-License-Identifier: MIT +// +// Author: Faisal El-Shabani +#ifndef READ_FILE_H +#define READ_FILE_H +template +void read_file(std::string file_name, T *data_array) { + std::ifstream ss_i; + ss_i.open(file_name,std::ifstream::in); + if ( ss_i.is_open() == 0 ) { + std::cout << "ERROR: failed to open " << file_name << std::endl; + } + else { + std::cout << "PASSED: Successfully read input file " << file_name << std::endl; + } + for (unsigned ss=0; ss < N; ss++) { + float val; + ss_i >> val; + T buff = (T) val; + data_array[ss] = buff; + } + ss_i.close(); +} +#endif diff --git a/AI_Engine_Development/AIE-MLv2/Design_Tutorials/01-Radio-ML/create_venv.sh b/AI_Engine_Development/AIE-MLv2/Design_Tutorials/01-Radio-ML/create_venv.sh new file mode 100755 index 0000000000..fa68207d6b --- /dev/null +++ b/AI_Engine_Development/AIE-MLv2/Design_Tutorials/01-Radio-ML/create_venv.sh @@ -0,0 +1,52 @@ +#!/bin/bash +# +# Copyright (C) 2024, Advanced Micro Devices, Inc. All rights reserved. +# SPDX-License-Identifier: MIT +# +# Author: Faisal El-Shabani + + +echo "Container File Notices" +echo "" +echo "NOTICE - BY INVOKING THIS SCRIPT AND USING THE SOFTWARE INSTALLED BY THE SCRIPT, YOU AGREE ON BEHALF OF YOURSELF AND YOUR EMPLOYER (IF APPLICABLE) TO BE BOUND TO THE LICENSE AGREEMENTS APPLICABLE TO THE PACKAGES IDENTIFIED BELOW THAT YOU INSTALL BY RUNNING THE SCRIPT. YOU UNDERSTAND THAT THE INSTALLATION OF THE PACKAGES LISTED BELOW MAY ALSO RESULT IN THE INSTALLATION ON YOUR SYSTEM OF ADDITIONAL PACKAGES NOT LISTED BELOW IN ORDER TO OPERATE (EACH, A ‘DEPENDENCY’). ADVANCED MICRO DEVICES, INC., ON BEHALF OF ITSELF AND ITS SUBSIDIARIES AND AFFILIATES, DOES NOT GRANT TO YOU ANY RIGHTS OR LICENSES TO ANY SUCH DEPENDENCY. THE SCRIPT ITSELF IS LICENSED TO YOU SUBJECT TO THE FOLLOWING TERMS: " +echo "" +echo "Copyright © 2025 Advanced Micro Devices, Inc. All Rights Reserved. " +echo "" +echo "This file is licensed under the following license terms (MIT): " +echo "" +echo "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:" +echo "The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software." +echo "" +echo "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." +echo "" +echo "This file pulls in the following packages subject to the licenses identified below:" +echo "| Package | Licenses | URL |" +echo "|----------------------------------------|------------------------------------------|--------------------------------------------------|" +echo "| jupyter | BSD | https://pypi.org/project/jupyter/ |" +echo "| tensorflow | Apache 2.0 | https://pypi.org/project/tensorflow/ |" +echo "| matplotlib | OSI approved python software foundation | https://pypi.org/project/matplotlib/ |" +echo "| pydot | OSI approved MIT | https://pypi.org/project/pydot/ |" +echo "| bfloat16 | Apache software | https://pypi.org/project/bfloat16/ |" +echo "| scikit-learn | BSD-3-Clause | https://pypi.org/project/scikit-learn/ |" +echo "" + +echo "Do you want to continue? (yes/no)" +read response + +if [[ "$response" == "yes" ]]; then + echo "Installing Python Libraries" + python3 -m venv my-venv + source my-venv/bin/activate + pip install --upgrade pip + pip install jupyter + pip install tensorflow + pip install matplotlib + pip install pydot + pip install bfloat16 + pip install scikit-learn + pip list +fi + +if [[ "$response" == "no" ]]; then + echo "Permission not granted to proceed" +fi diff --git a/AI_Engine_Development/AIE-MLv2/Design_Tutorials/01-Radio-ML/description.json b/AI_Engine_Development/AIE-MLv2/Design_Tutorials/01-Radio-ML/description.json new file mode 100755 index 0000000000..25a63b33de --- /dev/null +++ b/AI_Engine_Development/AIE-MLv2/Design_Tutorials/01-Radio-ML/description.json @@ -0,0 +1,52 @@ +{ + "name": "Design_Tutorials-01-Radio-ML", + "description": "01-Radio-ML", + "gui": "false", + "flow": "versal", + + "platform_allowlist": [ "vek385_base_reva"], + "platform_blocklist": [], + + "testinfo": { + "test_name": "AIE-MLv2_D_01-Radio-ML", + "jobs": [ + { + "index": 0, + "dependency": [], + "env": "", + "cmd": "", + "max_memory_MB": 65536, + "max_time_min": { + "vitis_hw_build": 300, + "vitis_hw_emu": 120, + "vitis_hw_run": 30 + } + } + ], + "targets": [ + "vitis_hw_emu", + "vitis_hw_build", + "vitis_hw_run" + ], + "category": "canary", + "make_options": [ + "EMU_CMD=\\\"./launch_hw_emu.sh -qemu-config ../vitis/${QEMU_COMBINED}/combined.qemuboot.conf -login \\\"amd-edf\\\" -password \\\"amd-edf\\\" -run-app \\\"mount /dev/sda2 /media; cd /media; ./embedded_exec.sh\\\"\\\"", + "EMBEDDED_PACKAGE_OUT=./package", + "EMBEDDED_EXEC_SCRIPT=./embedded_exec.sh" + ], + "custom_build_target": { + "all": "all" + }, + "custom_board_target": "run_test", + "configuration": "segmented", + "compilation": "edf", + "tasks": { + "board" : { + "pre_exec" : ["./env_setup_yocto_edf.sh"] + }, + "build": { + "pre_exec": ["./env_setup_yocto_edf.sh"] + } + } + } +} diff --git a/AI_Engine_Development/AIE-MLv2/Design_Tutorials/01-Radio-ML/images/SNR_Accuracy.png b/AI_Engine_Development/AIE-MLv2/Design_Tutorials/01-Radio-ML/images/SNR_Accuracy.png new file mode 100644 index 0000000000..b8dacbe358 Binary files /dev/null and b/AI_Engine_Development/AIE-MLv2/Design_Tutorials/01-Radio-ML/images/SNR_Accuracy.png differ diff --git a/AI_Engine_Development/AIE-MLv2/Design_Tutorials/01-Radio-ML/images/compute-handling-layer3.png b/AI_Engine_Development/AIE-MLv2/Design_Tutorials/01-Radio-ML/images/compute-handling-layer3.png new file mode 100644 index 0000000000..ca21c2340d Binary files /dev/null and b/AI_Engine_Development/AIE-MLv2/Design_Tutorials/01-Radio-ML/images/compute-handling-layer3.png differ diff --git a/AI_Engine_Development/AIE-MLv2/Design_Tutorials/01-Radio-ML/images/confusion_matrix.png b/AI_Engine_Development/AIE-MLv2/Design_Tutorials/01-Radio-ML/images/confusion_matrix.png new file mode 100644 index 0000000000..edeece387f Binary files /dev/null and b/AI_Engine_Development/AIE-MLv2/Design_Tutorials/01-Radio-ML/images/confusion_matrix.png differ diff --git a/AI_Engine_Development/AIE-MLv2/Design_Tutorials/01-Radio-ML/images/conv1d_w1_split_output.png b/AI_Engine_Development/AIE-MLv2/Design_Tutorials/01-Radio-ML/images/conv1d_w1_split_output.png new file mode 100644 index 0000000000..42064d0cd3 Binary files /dev/null and b/AI_Engine_Development/AIE-MLv2/Design_Tutorials/01-Radio-ML/images/conv1d_w1_split_output.png differ diff --git a/AI_Engine_Development/AIE-MLv2/Design_Tutorials/01-Radio-ML/images/conv1d_w3_split_IO.png b/AI_Engine_Development/AIE-MLv2/Design_Tutorials/01-Radio-ML/images/conv1d_w3_split_IO.png new file mode 100644 index 0000000000..31a347ff0f Binary files /dev/null and b/AI_Engine_Development/AIE-MLv2/Design_Tutorials/01-Radio-ML/images/conv1d_w3_split_IO.png differ diff --git a/AI_Engine_Development/AIE-MLv2/Design_Tutorials/01-Radio-ML/images/design-approach-dense.png b/AI_Engine_Development/AIE-MLv2/Design_Tutorials/01-Radio-ML/images/design-approach-dense.png new file mode 100755 index 0000000000..b8f2ad1a6b Binary files /dev/null and b/AI_Engine_Development/AIE-MLv2/Design_Tutorials/01-Radio-ML/images/design-approach-dense.png differ diff --git a/AI_Engine_Development/AIE-MLv2/Design_Tutorials/01-Radio-ML/images/design-details-dense1.png b/AI_Engine_Development/AIE-MLv2/Design_Tutorials/01-Radio-ML/images/design-details-dense1.png new file mode 100755 index 0000000000..8c27389636 Binary files /dev/null and b/AI_Engine_Development/AIE-MLv2/Design_Tutorials/01-Radio-ML/images/design-details-dense1.png differ diff --git a/AI_Engine_Development/AIE-MLv2/Design_Tutorials/01-Radio-ML/images/design-details-dense2.png b/AI_Engine_Development/AIE-MLv2/Design_Tutorials/01-Radio-ML/images/design-details-dense2.png new file mode 100755 index 0000000000..cd6687b833 Binary files /dev/null and b/AI_Engine_Development/AIE-MLv2/Design_Tutorials/01-Radio-ML/images/design-details-dense2.png differ diff --git a/AI_Engine_Development/AIE-MLv2/Design_Tutorials/01-Radio-ML/images/design-details-dense3.png b/AI_Engine_Development/AIE-MLv2/Design_Tutorials/01-Radio-ML/images/design-details-dense3.png new file mode 100755 index 0000000000..78e947e5c1 Binary files /dev/null and b/AI_Engine_Development/AIE-MLv2/Design_Tutorials/01-Radio-ML/images/design-details-dense3.png differ diff --git a/AI_Engine_Development/AIE-MLv2/Design_Tutorials/01-Radio-ML/images/design-details-layer1.png b/AI_Engine_Development/AIE-MLv2/Design_Tutorials/01-Radio-ML/images/design-details-layer1.png new file mode 100755 index 0000000000..ae68e86769 Binary files /dev/null and b/AI_Engine_Development/AIE-MLv2/Design_Tutorials/01-Radio-ML/images/design-details-layer1.png differ diff --git a/AI_Engine_Development/AIE-MLv2/Design_Tutorials/01-Radio-ML/images/design-details-layer2.png b/AI_Engine_Development/AIE-MLv2/Design_Tutorials/01-Radio-ML/images/design-details-layer2.png new file mode 100755 index 0000000000..e4e21fe427 Binary files /dev/null and b/AI_Engine_Development/AIE-MLv2/Design_Tutorials/01-Radio-ML/images/design-details-layer2.png differ diff --git a/AI_Engine_Development/AIE-MLv2/Design_Tutorials/01-Radio-ML/images/design-details-layer3.png b/AI_Engine_Development/AIE-MLv2/Design_Tutorials/01-Radio-ML/images/design-details-layer3.png new file mode 100644 index 0000000000..e4ae2a4731 Binary files /dev/null and b/AI_Engine_Development/AIE-MLv2/Design_Tutorials/01-Radio-ML/images/design-details-layer3.png differ diff --git a/AI_Engine_Development/AIE-MLv2/Design_Tutorials/01-Radio-ML/images/design-details-layer4.png b/AI_Engine_Development/AIE-MLv2/Design_Tutorials/01-Radio-ML/images/design-details-layer4.png new file mode 100644 index 0000000000..b45a7ef0c9 Binary files /dev/null and b/AI_Engine_Development/AIE-MLv2/Design_Tutorials/01-Radio-ML/images/design-details-layer4.png differ diff --git a/AI_Engine_Development/AIE-MLv2/Design_Tutorials/01-Radio-ML/images/extract_weights_biases.png b/AI_Engine_Development/AIE-MLv2/Design_Tutorials/01-Radio-ML/images/extract_weights_biases.png new file mode 100755 index 0000000000..6caa137dbe Binary files /dev/null and b/AI_Engine_Development/AIE-MLv2/Design_Tutorials/01-Radio-ML/images/extract_weights_biases.png differ diff --git a/AI_Engine_Development/AIE-MLv2/Design_Tutorials/01-Radio-ML/images/flatten-layer.png b/AI_Engine_Development/AIE-MLv2/Design_Tutorials/01-Radio-ML/images/flatten-layer.png new file mode 100755 index 0000000000..469cb8235e Binary files /dev/null and b/AI_Engine_Development/AIE-MLv2/Design_Tutorials/01-Radio-ML/images/flatten-layer.png differ diff --git a/AI_Engine_Development/AIE-MLv2/Design_Tutorials/01-Radio-ML/images/hardware-build.png b/AI_Engine_Development/AIE-MLv2/Design_Tutorials/01-Radio-ML/images/hardware-build.png new file mode 100644 index 0000000000..ec8d674d37 Binary files /dev/null and b/AI_Engine_Development/AIE-MLv2/Design_Tutorials/01-Radio-ML/images/hardware-build.png differ diff --git a/AI_Engine_Development/AIE-MLv2/Design_Tutorials/01-Radio-ML/images/hardware-run.png b/AI_Engine_Development/AIE-MLv2/Design_Tutorials/01-Radio-ML/images/hardware-run.png new file mode 100644 index 0000000000..46295bfc9d Binary files /dev/null and b/AI_Engine_Development/AIE-MLv2/Design_Tutorials/01-Radio-ML/images/hardware-run.png differ diff --git a/AI_Engine_Development/AIE-MLv2/Design_Tutorials/01-Radio-ML/images/hw-emu.png b/AI_Engine_Development/AIE-MLv2/Design_Tutorials/01-Radio-ML/images/hw-emu.png new file mode 100644 index 0000000000..cef75ec63d Binary files /dev/null and b/AI_Engine_Development/AIE-MLv2/Design_Tutorials/01-Radio-ML/images/hw-emu.png differ diff --git a/AI_Engine_Development/AIE-MLv2/Design_Tutorials/01-Radio-ML/images/input-handling-layer3.png b/AI_Engine_Development/AIE-MLv2/Design_Tutorials/01-Radio-ML/images/input-handling-layer3.png new file mode 100644 index 0000000000..7fc1d53957 Binary files /dev/null and b/AI_Engine_Development/AIE-MLv2/Design_Tutorials/01-Radio-ML/images/input-handling-layer3.png differ diff --git a/AI_Engine_Development/AIE-MLv2/Design_Tutorials/01-Radio-ML/images/key-operations-layer2.png b/AI_Engine_Development/AIE-MLv2/Design_Tutorials/01-Radio-ML/images/key-operations-layer2.png new file mode 100755 index 0000000000..fe65f621fc Binary files /dev/null and b/AI_Engine_Development/AIE-MLv2/Design_Tutorials/01-Radio-ML/images/key-operations-layer2.png differ diff --git a/AI_Engine_Development/AIE-MLv2/Design_Tutorials/01-Radio-ML/images/modulation_timedomain.png b/AI_Engine_Development/AIE-MLv2/Design_Tutorials/01-Radio-ML/images/modulation_timedomain.png new file mode 100644 index 0000000000..0c4e1bd114 Binary files /dev/null and b/AI_Engine_Development/AIE-MLv2/Design_Tutorials/01-Radio-ML/images/modulation_timedomain.png differ diff --git a/AI_Engine_Development/AIE-MLv2/Design_Tutorials/01-Radio-ML/images/output-handling-layer3.png b/AI_Engine_Development/AIE-MLv2/Design_Tutorials/01-Radio-ML/images/output-handling-layer3.png new file mode 100644 index 0000000000..f31d79c1d7 Binary files /dev/null and b/AI_Engine_Development/AIE-MLv2/Design_Tutorials/01-Radio-ML/images/output-handling-layer3.png differ diff --git a/AI_Engine_Development/AIE-MLv2/Design_Tutorials/01-Radio-ML/images/radio-ml-aie-array.png b/AI_Engine_Development/AIE-MLv2/Design_Tutorials/01-Radio-ML/images/radio-ml-aie-array.png new file mode 100755 index 0000000000..8346e8c729 Binary files /dev/null and b/AI_Engine_Development/AIE-MLv2/Design_Tutorials/01-Radio-ML/images/radio-ml-aie-array.png differ diff --git a/AI_Engine_Development/AIE-MLv2/Design_Tutorials/01-Radio-ML/images/radio-ml-aie-graph.png b/AI_Engine_Development/AIE-MLv2/Design_Tutorials/01-Radio-ML/images/radio-ml-aie-graph.png new file mode 100755 index 0000000000..821bd40a69 Binary files /dev/null and b/AI_Engine_Development/AIE-MLv2/Design_Tutorials/01-Radio-ML/images/radio-ml-aie-graph.png differ diff --git a/AI_Engine_Development/AIE-MLv2/Design_Tutorials/01-Radio-ML/images/radio-ml-aie-resources.png b/AI_Engine_Development/AIE-MLv2/Design_Tutorials/01-Radio-ML/images/radio-ml-aie-resources.png new file mode 100644 index 0000000000..e8b9589038 Binary files /dev/null and b/AI_Engine_Development/AIE-MLv2/Design_Tutorials/01-Radio-ML/images/radio-ml-aie-resources.png differ diff --git a/AI_Engine_Development/AIE-MLv2/Design_Tutorials/01-Radio-ML/images/radio-ml-convnet-layers.png b/AI_Engine_Development/AIE-MLv2/Design_Tutorials/01-Radio-ML/images/radio-ml-convnet-layers.png new file mode 100755 index 0000000000..51ed30118f Binary files /dev/null and b/AI_Engine_Development/AIE-MLv2/Design_Tutorials/01-Radio-ML/images/radio-ml-convnet-layers.png differ diff --git a/AI_Engine_Development/AIE-MLv2/Design_Tutorials/01-Radio-ML/images/radio-ml-latency.png b/AI_Engine_Development/AIE-MLv2/Design_Tutorials/01-Radio-ML/images/radio-ml-latency.png new file mode 100644 index 0000000000..3f3e09a7ea Binary files /dev/null and b/AI_Engine_Development/AIE-MLv2/Design_Tutorials/01-Radio-ML/images/radio-ml-latency.png differ diff --git a/AI_Engine_Development/AIE-MLv2/Design_Tutorials/01-Radio-ML/images/radio-ml-throughput.png b/AI_Engine_Development/AIE-MLv2/Design_Tutorials/01-Radio-ML/images/radio-ml-throughput.png new file mode 100755 index 0000000000..95a3d95b83 Binary files /dev/null and b/AI_Engine_Development/AIE-MLv2/Design_Tutorials/01-Radio-ML/images/radio-ml-throughput.png differ diff --git a/AI_Engine_Development/AIE-MLv2/Design_Tutorials/01-Radio-ML/images/split_input_nodes.png b/AI_Engine_Development/AIE-MLv2/Design_Tutorials/01-Radio-ML/images/split_input_nodes.png new file mode 100755 index 0000000000..39595b8045 Binary files /dev/null and b/AI_Engine_Development/AIE-MLv2/Design_Tutorials/01-Radio-ML/images/split_input_nodes.png differ diff --git a/AI_Engine_Development/AIE-MLv2/Design_Tutorials/01-Radio-ML/images/split_input_samples.png b/AI_Engine_Development/AIE-MLv2/Design_Tutorials/01-Radio-ML/images/split_input_samples.png new file mode 100755 index 0000000000..6de1c2bdc7 Binary files /dev/null and b/AI_Engine_Development/AIE-MLv2/Design_Tutorials/01-Radio-ML/images/split_input_samples.png differ diff --git a/AI_Engine_Development/AIE-MLv2/Design_Tutorials/01-Radio-ML/images/split_output_nodes.png b/AI_Engine_Development/AIE-MLv2/Design_Tutorials/01-Radio-ML/images/split_output_nodes.png new file mode 100755 index 0000000000..87d2e1d305 Binary files /dev/null and b/AI_Engine_Development/AIE-MLv2/Design_Tutorials/01-Radio-ML/images/split_output_nodes.png differ diff --git a/AI_Engine_Development/AIE-MLv2/Design_Tutorials/01-Radio-ML/images/split_output_samples.png b/AI_Engine_Development/AIE-MLv2/Design_Tutorials/01-Radio-ML/images/split_output_samples.png new file mode 100755 index 0000000000..e14f36e374 Binary files /dev/null and b/AI_Engine_Development/AIE-MLv2/Design_Tutorials/01-Radio-ML/images/split_output_samples.png differ diff --git a/AI_Engine_Development/AIE-MLv2/Design_Tutorials/01-Radio-ML/images/split_train_test.png b/AI_Engine_Development/AIE-MLv2/Design_Tutorials/01-Radio-ML/images/split_train_test.png new file mode 100755 index 0000000000..c6b566d325 Binary files /dev/null and b/AI_Engine_Development/AIE-MLv2/Design_Tutorials/01-Radio-ML/images/split_train_test.png differ diff --git a/AI_Engine_Development/AIE-MLv2/Design_Tutorials/01-Radio-ML/images/training_accuracy.png b/AI_Engine_Development/AIE-MLv2/Design_Tutorials/01-Radio-ML/images/training_accuracy.png new file mode 100644 index 0000000000..4945f1eb3e Binary files /dev/null and b/AI_Engine_Development/AIE-MLv2/Design_Tutorials/01-Radio-ML/images/training_accuracy.png differ diff --git a/AI_Engine_Development/AIE-MLv2/Design_Tutorials/01-Radio-ML/images/training_loss.png b/AI_Engine_Development/AIE-MLv2/Design_Tutorials/01-Radio-ML/images/training_loss.png new file mode 100644 index 0000000000..bc24e67594 Binary files /dev/null and b/AI_Engine_Development/AIE-MLv2/Design_Tutorials/01-Radio-ML/images/training_loss.png differ diff --git a/AI_Engine_Development/AIE-MLv2/Design_Tutorials/01-Radio-ML/images/weights-handling-layer3.png b/AI_Engine_Development/AIE-MLv2/Design_Tutorials/01-Radio-ML/images/weights-handling-layer3.png new file mode 100644 index 0000000000..b4211d321a Binary files /dev/null and b/AI_Engine_Development/AIE-MLv2/Design_Tutorials/01-Radio-ML/images/weights-handling-layer3.png differ diff --git a/AI_Engine_Development/AIE-MLv2/Design_Tutorials/01-Radio-ML/ps_apps/Makefile b/AI_Engine_Development/AIE-MLv2/Design_Tutorials/01-Radio-ML/ps_apps/Makefile new file mode 100755 index 0000000000..515a1a1b87 --- /dev/null +++ b/AI_Engine_Development/AIE-MLv2/Design_Tutorials/01-Radio-ML/ps_apps/Makefile @@ -0,0 +1,58 @@ +# +# Copyright (C) 2023, Advanced Micro Devices, Inc. All rights reserved. +# SPDX-License-Identifier: MIT +# +# Author: Faisal El-Shabani + +ECHO := @echo + +APP_NAME := host +APP_EXE := ${APP_NAME}.exe +APP_SRC := ${APP_NAME}.cpp +APP_SRC_DEP := ./* +APP_SRC_CTRL := ./../aie/radioml_top/Work/ps/c_rts/aie_control_xrt.cpp + +GCC := ${XILINX_VITIS}/gnu/aarch64/lin/aarch64-linux/bin/aarch64-linux-gnu-g++ + +GCC_INCLUDES := -I${SYSROOT}/usr/include \ + -I${SYSROOT}/usr/include/xrt \ + -I${SYSROOT}/usr/include/xaiengine \ + -I${XILINX_VITIS}/aietools/include \ + -I../aie/radioml_top \ + -I../aie/conv1d_w1 \ + -I../aie/max_pool1d_w2 \ + -I../aie/conv1d_template \ + -I../aie/max_pool1d_template \ + -I../aie/dense_w16 \ + -I../aie/dense_w17 \ + -I../aie/dense_w18 \ + -I../aie/utility + +GCC_C_FLAGS := -O -Wall -std=c++17 -DXAIE_DEBUG \ + -pthread \ + --sysroot=${SYSROOT} + +GCC_L_FLAGS := -L${SYSROOT}/usr/lib \ + -L${XILINX_VITIS}/aietools/lib/aarch64.o \ + -L${XILINX_VITIS}/aietools/lib/lnx64.o \ + -ladf_api_xrt -lxaiengine -lxrt_core -lxrt_coreutil \ + --sysroot=${SYSROOT} + +.PHONY: clean help all + +help:: + $(ECHO) "Makefile Usage:" + $(ECHO) " make all" + $(ECHO) " Command to generate the aie_dly_test ps_app used in this design" + $(ECHO) "" + $(ECHO) " make clean" + $(ECHO) " Command to remove all the generated files." + + +all: ${APP_EXE} + +$(APP_EXE): $(APP_SRC) $(APP_SRC_CTRL) ${SYSROOT} + ${GCC} ${GCC_C_FLAGS} $(APP_SRC) $(APP_SRC_CTRL) ${GCC_INCLUDES} $(GCC_L_FLAGS) -o $(APP_EXE) + +clean: + rm -rf *.o ${APP_EXE} \ No newline at end of file diff --git a/AI_Engine_Development/AIE-MLv2/Design_Tutorials/01-Radio-ML/ps_apps/host.cpp b/AI_Engine_Development/AIE-MLv2/Design_Tutorials/01-Radio-ML/ps_apps/host.cpp new file mode 100755 index 0000000000..2887d11e34 --- /dev/null +++ b/AI_Engine_Development/AIE-MLv2/Design_Tutorials/01-Radio-ML/ps_apps/host.cpp @@ -0,0 +1,267 @@ +// +// Copyright (C) 2023, Advanced Micro Devices, Inc. All rights reserved. +// SPDX-License-Identifier: MIT +// +// Author: Faisal El-Shabani + +#include +#include +#include +#include +#include +#include + +#include +#include +#include +#include +#include +#include + +#include + +#include "read_file.h" + +static const char* STR_PASSED = "PASSED: "; +static const char* STR_USAGE = "USAGE: "; + +// ------------------------------------------------------------ +// Run Parameters +// ------------------------------------------------------------ + +static constexpr int32_t NUM_ITER = 8; +static constexpr unsigned NUM_SAMPLES_I = 1024*2; // 1024 I/Q samples +static constexpr unsigned NUM_SAMPLES_O = 24; +static constexpr unsigned BYTES_PER_SAMPLE = 2; +static constexpr unsigned SIG_I_BYTES = NUM_SAMPLES_I * BYTES_PER_SAMPLE * NUM_ITER; +static constexpr unsigned SIG_O_BYTES = NUM_SAMPLES_O * BYTES_PER_SAMPLE * NUM_ITER; + +// ------------------------------------------------------------ +// Main +// ------------------------------------------------------------ + +int main(int argc, char* argv[]) +{ + //TARGET_DEVICE macro needs to be passed from gcc command line + if (argc != 2) { + std::cout << STR_USAGE << argv[0] <<" " << std::endl; + return 1; + } + + // ------------------------------------------------------------ + // Load XCLBIN + // ------------------------------------------------------------ + + char* xclbinFilename = argv[1]; + unsigned dev_index = 0; + auto my_device = xrt::device(dev_index); + std::cout << STR_PASSED << "auto my_device = xrt::device(" << dev_index << ")" << std::endl; + + auto xclbin_uuid = my_device.load_xclbin(xclbinFilename); + std::cout << STR_PASSED << "auto xclbin_uuid = my_device.load_xclbin(" << xclbinFilename << ")" << std::endl; + + // ------------------------------------------------------------ + // Declare GMIO buffers and RTP arrays + // ------------------------------------------------------------ + + // Declare GMIO buffers: + auto sig_iq = xrt::aie::bo(my_device,SIG_I_BYTES,xrt::bo::flags::normal,1); + auto sig_o = xrt::aie::bo(my_device,SIG_O_BYTES,xrt::bo::flags::normal,1); + std::cout << STR_PASSED << "Create GMIO buffer objects" << std::endl; + + // Malloc GMIO buffers: + bfloat16* data_iq = sig_iq.map(); + bfloat16* data_o = sig_o.map(); + + // Declare arrays for RTPs + bfloat16 weights_w1[896]; + bfloat16 biases_w1[64]; + bfloat16 weights_w3[28672]; + bfloat16 biases_w3[64]; + bfloat16 weights_w5[28672]; + bfloat16 biases_w5[64]; + bfloat16 weights_w7[28672]; + bfloat16 biases_w7[64]; + bfloat16 weights_w9[28672]; + bfloat16 biases_w9[64]; + bfloat16 weights_w11[28672]; + bfloat16 biases_w11[64]; + bfloat16 weights_w13[28672]; + bfloat16 biases_w13[64]; + bfloat16 weights_0_w16[65536/2]; + bfloat16 weights_1_w16[65536/2]; + bfloat16 biases_w16[128]; + bfloat16 weights_w17[16384]; + bfloat16 biases_w17[128]; + bfloat16 weights_w18[3072]; + bfloat16 biases_w18[24]; + + // Declare array for golden output + bfloat16 golden_o[NUM_SAMPLES_O*NUM_ITER]; + + // Declare array of strings for modulation_classes + std::string modulation_classes[24]; + + // ------------------------------------------------------------ + // Read input/RTPs files + // ------------------------------------------------------------ + read_file("data_iq.txt",data_iq); + read_file ("w1_weights-rtp.txt",weights_w1); + read_file ("w1_biases-rtp.txt", biases_w1); + read_file("w3_weights-rtp.txt",weights_w3); + read_file ("w3_biases-rtp.txt", biases_w3); + read_file("w5_weights-rtp.txt",weights_w5); + read_file ("w5_biases-rtp.txt", biases_w5); + read_file("w7_weights-rtp.txt",weights_w7); + read_file ("w7_biases-rtp.txt", biases_w7); + read_file("w9_weights-rtp.txt",weights_w9); + read_file ("w9_biases-rtp.txt", biases_w9); + read_file("w11_weights-rtp.txt",weights_w11); + read_file ("w11_biases-rtp.txt", biases_w11); + read_file("w13_weights-rtp.txt",weights_w13); + read_file ("w13_biases-rtp.txt", biases_w13); + read_file("w16_0_weights-rtp.txt",weights_0_w16); + read_file("w16_1_weights-rtp.txt",weights_1_w16); + read_file ("w16_biases-rtp.txt", biases_w16); + read_file ("w17_weights-rtp.txt",weights_w17); + read_file ("w17_biases-rtp.txt", biases_w17); + read_file ("w18_weights-rtp.txt",weights_w18); + read_file ("w18_biases-rtp.txt", biases_w18); + read_file ("data_o.txt", golden_o); + std::cout << STR_PASSED << "Read all IO/RTP files" << std::endl; + + // Read modulation_classes + std::ifstream inputFile; + inputFile.open("modulation_classes.txt"); + if (!inputFile.is_open()) { + std::cerr << "Error opening file!" << std::endl; + return 1; + } + std::string line; + int iter = 0; + while (std::getline(inputFile, line)) { + modulation_classes[iter] = line; + iter++; + } + std::cout << STR_PASSED << "Read modulation_classes.txt file" << std::endl; + + // ------------------------------------------------------------ + // Load and Run AIE graph + // ------------------------------------------------------------ + + auto my_graph = xrt::graph(my_device, xclbin_uuid, "aie_dut"); + std::cout << STR_PASSED << "auto my_graph = xrt::graph(my_device, xclbin_uuid, \"aie_dut\")" << std::endl; + + my_graph.reset(); + std::cout << STR_PASSED << "my_graph.reset()" << std::endl; + + // Transfer RTP's only once: + my_graph.update("aie_dut.dut.layer_w1.kk.in[1]",weights_w1); + my_graph.update("aie_dut.dut.layer_w1.kk.in[2]",biases_w1); + my_graph.update("aie_dut.dut.layer_w3.kk.in[1]",weights_w3); + my_graph.update("aie_dut.dut.layer_w3.kk.in[2]",biases_w3); + my_graph.update("aie_dut.dut.layer_w5.kk.in[1]",weights_w5); + my_graph.update("aie_dut.dut.layer_w5.kk.in[2]",biases_w5); + my_graph.update("aie_dut.dut.layer_w7.kk.in[1]",weights_w7); + my_graph.update("aie_dut.dut.layer_w7.kk.in[2]",biases_w7); + my_graph.update("aie_dut.dut.layer_w9.kk.in[1]",weights_w9); + my_graph.update("aie_dut.dut.layer_w9.kk.in[2]",biases_w9); + my_graph.update("aie_dut.dut.layer_w11.kk.in[1]",weights_w11); + my_graph.update("aie_dut.dut.layer_w11.kk.in[2]",biases_w11); + my_graph.update("aie_dut.dut.layer_w13.kk.in[1]",weights_w13); + my_graph.update("aie_dut.dut.layer_w13.kk.in[2]",biases_w13); + my_graph.update("aie_dut.dut.layer_w16.kk.in[1]",weights_0_w16); + my_graph.update("aie_dut.dut.layer_w16.kk.in[2]",weights_1_w16); + my_graph.update("aie_dut.dut.layer_w16.kk.in[3]",biases_w16); + my_graph.update("aie_dut.dut.layer_w17.kk.in[1]",weights_w17); + my_graph.update("aie_dut.dut.layer_w17.kk.in[2]",biases_w17); + my_graph.update("aie_dut.dut.layer_w18.kk.in[1]",weights_w18); + my_graph.update("aie_dut.dut.layer_w18.kk.in[2]",biases_w18); + std::cout << STR_PASSED << "Transferred design RTP's to AIE graphs" << std::endl; + + // Start data transfer + sig_iq.async("aie_dut.data_iq",XCL_BO_SYNC_BO_GMIO_TO_AIE,SIG_I_BYTES,0); + + // Start throughput profiling + xrt::aie::profiling handle(my_device); + std::cout << STR_PASSED << "xrt::aie::profiling handle(my_device);" << std::endl; + handle.start(xrt::aie::profiling::profiling_option::io_stream_start_to_bytes_transferred_cycles,"aie_dut.data_o","",SIG_O_BYTES); + + my_graph.run(NUM_ITER); + std::cout << STR_PASSED << "my_graph.run( NUM_ITER=" << NUM_ITER << " )" << std::endl; + auto sig_o_handle=sig_o.async("aie_dut.data_o",XCL_BO_SYNC_BO_AIE_TO_GMIO,SIG_O_BYTES,0); + sig_o_handle.wait(); + + std::cout << "Graph completed execution" << std::endl; + + my_graph.end(); + + // ------------------------------------------------------------ + // Measure Inference Throughput + // ------------------------------------------------------------ + + long long cycle_count = handle.read(); + handle.stop(); + double throughput = (double) NUM_ITER / ((cycle_count) * 0.8 * 1e-6); + + // ------------------------------------------------------------ + // Regression Test + // ------------------------------------------------------------ + + bool flag = 0; + double tolerance = 0.05; // Minor functional mismatch expected + for(unsigned int i=0;i tolerance ); + flag |= this_flag; + if(this_flag){ + std::cout<<"ERROR:data_o["<golden_max){ + golden_max = golden_o[j+i*NUM_SAMPLES_O]; + golden_max_index = j; + } + if (data_o[j+i*NUM_SAMPLES_O]>model_max){ + model_max = data_o[j+i*NUM_SAMPLES_O]; + model_max_index = j; + } + } + golden_classification = modulation_classes[golden_max_index]; + implementation_classification = modulation_classes[model_max_index]; + std::cout << "Inference # = " << i << " golden_classification = " << golden_classification << " implementation_classification = " << implementation_classification << std::endl; + } + + std::cout << "==============================" << std::endl; + std::cout << "Cycle count: " << cycle_count << std::endl; + std::cout << "Approx Inference Throughput: " << throughput << " KHz" << std::endl; + std::cout << "==============================" << std::endl; + + if ( flag == 0 ) + std::cout << std::endl << "--- PASSED ---" << std::endl; + else + std::cout << std::endl << "*** FAILED ***" << std::endl; + + return(flag); + +} diff --git a/AI_Engine_Development/AIE-MLv2/Design_Tutorials/01-Radio-ML/radio-ml-model.ipynb b/AI_Engine_Development/AIE-MLv2/Design_Tutorials/01-Radio-ML/radio-ml-model.ipynb new file mode 100644 index 0000000000..e99a0b0c4b --- /dev/null +++ b/AI_Engine_Development/AIE-MLv2/Design_Tutorials/01-Radio-ML/radio-ml-model.ipynb @@ -0,0 +1,850 @@ +{ + "cells": [ + { + "cell_type": "markdown", + "id": "16fe840d-a400-4238-8e36-42d1b6776997", + "metadata": {}, + "source": [ + "# Radio ML Model" + ] + }, + { + "cell_type": "code", + "execution_count": 1, + "id": "5e30bef2-d9ca-4fda-9b0e-81bad9e1fc16", + "metadata": {}, + "outputs": [], + "source": [ + "#\n", + "# Copyright (C) 2024, Advanced Micro Devices, Inc. All rights reserved.\n", + "# SPDX-License-Identifier: MIT\n", + "#\n", + "# Author: Faisal El Shabani" + ] + }, + { + "cell_type": "markdown", + "id": "e69905dc", + "metadata": {}, + "source": [ + "### Import Libraries" + ] + }, + { + "cell_type": "code", + "execution_count": 2, + "id": "94c6070a-3496-4de5-ae0f-9eab29328418", + "metadata": {}, + "outputs": [ + { + "name": "stderr", + "output_type": "stream", + "text": [ + "2025-08-14 14:52:47.469835: I external/local_xla/xla/tsl/cuda/cudart_stub.cc:32] Could not find cuda drivers on your machine, GPU will not be used.\n", + "2025-08-14 14:52:47.474612: I external/local_xla/xla/tsl/cuda/cudart_stub.cc:32] Could not find cuda drivers on your machine, GPU will not be used.\n", + "2025-08-14 14:52:47.484371: E external/local_xla/xla/stream_executor/cuda/cuda_fft.cc:467] Unable to register cuFFT factory: Attempting to register factory for plugin cuFFT when one has already been registered\n", + "WARNING: All log messages before absl::InitializeLog() is called are written to STDERR\n", + "E0000 00:00:1755204767.499277 3196037 cuda_dnn.cc:8579] Unable to register cuDNN factory: Attempting to register factory for plugin cuDNN when one has already been registered\n", + "E0000 00:00:1755204767.503564 3196037 cuda_blas.cc:1407] Unable to register cuBLAS factory: Attempting to register factory for plugin cuBLAS when one has already been registered\n", + "W0000 00:00:1755204767.518799 3196037 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\n", + "W0000 00:00:1755204767.518814 3196037 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\n", + "W0000 00:00:1755204767.518817 3196037 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\n", + "W0000 00:00:1755204767.518819 3196037 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\n", + "2025-08-14 14:52:47.523797: I tensorflow/core/platform/cpu_feature_guard.cc:210] This TensorFlow binary is optimized to use available CPU instructions in performance-critical operations.\n", + "To enable the following instructions: AVX2 FMA, in other operations, rebuild TensorFlow with the appropriate compiler flags.\n" + ] + } + ], + "source": [ + "from tensorflow import keras\n", + "from tensorflow.keras.layers import Dense, Flatten, Conv1D, MaxPooling1D\n", + "import matplotlib.pyplot as plt\n", + "from tensorflow.keras import mixed_precision\n", + "from sklearn.model_selection import train_test_split\n", + "import h5py as h5\n", + "import numpy as np\n", + "from numpy import argwhere\n", + "import os\n", + "import json\n", + "import statistics\n", + "import shutil" + ] + }, + { + "cell_type": "markdown", + "id": "553c8544", + "metadata": {}, + "source": [ + "### Read training and test data" + ] + }, + { + "cell_type": "code", + "execution_count": 3, + "id": "d8e55ec3", + "metadata": {}, + "outputs": [ + { + "name": "stdout", + "output_type": "stream", + "text": [ + "(2555904, 1024, 2)\n", + "(2555904, 24)\n", + "(2555904, 1)\n" + ] + } + ], + "source": [ + "if not(\"RADIOML_DATA\" in os.environ):\n", + " print(\"Please set environment variable RADIOML_DATA to point to dataset found in https://www.kaggle.com/datasets/pinxau1000/radioml2018\")\n", + "data_file = os.environ[\"RADIOML_DATA\"] + 'GOLD_XYZ_OSC.0001_1024.hdf5'\n", + "file_handle = h5.File(data_file,'r')\n", + "\n", + "myData = file_handle['X'][:] #1024x2 samples \n", + "myMods = file_handle['Y'][:] #mods \n", + "mySNRs = file_handle['Z'][:] #snrs \n", + "\n", + "modulation_classes = json.load(open(os.environ[\"RADIOML_DATA\"] + \"classes-fixed.json\", 'r'))\n", + "\n", + "print(np.shape(myData))\n", + "print(np.shape(myMods))\n", + "print(np.shape(mySNRs))\n", + "file_handle.close()" + ] + }, + { + "cell_type": "markdown", + "id": "4f81d85c", + "metadata": {}, + "source": [ + "### Examine RF input samples, 30 dB SNR case" + ] + }, + { + "cell_type": "code", + "execution_count": 14, + "id": "285ec823", + "metadata": {}, + "outputs": [ + { + "data": { + "image/png": "iVBORw0KGgoAAAANSUhEUgAABOwAAAT6CAYAAADmyvwDAAAAOnRFWHRTb2Z0d2FyZQBNYXRwbG90bGliIHZlcnNpb24zLjEwLjMsIGh0dHBzOi8vbWF0cGxvdGxpYi5vcmcvZiW1igAAAAlwSFlzAAAPYQAAD2EBqD+naQABAABJREFUeJzsvXe4LFWZPbwqdTjpRtIlgwEz4whiRHHMojI6DigD5jCDOknH0W9+hlFnHEdHHRFFRcUBVBRERVCigBIUlJy5F27O5558OtT+/qj97nprV+x0z+k+ez3Pffrc7urq6updu/Zee631WkIIAQMDAwMDAwMDAwMDAwMDAwMDA4NFAXuhD8DAwMDAwMDAwMDAwMDAwMDAwMAghCHsDAwMDAwMDAwMDAwMDAwMDAwMFhEMYWdgYGBgYGBgYGBgYGBgYGBgYLCIYAg7AwMDAwMDAwMDAwMDAwMDAwODRQRD2BkYGBgYGBgYGBgYGBgYGBgYGCwiGMLOwMDAwMDAwMDAwMDAwMDAwMBgEcEQdgYGBgYGBgYGBgYGBgYGBgYGBosIhrAzMDAwMDAwMDAwMDAwMDAwMDBYRDCEnYGBgYGBgYGBgYGBgYGBgYGBwSKCIewMDAwMDAwMDAwMDAwMDAwMDAwWEZYkYXf33Xfj1FNPxYEHHohyuYw1a9bgLW95C+6+++6Ot//ud78Ly7Lwhz/8IfL8nj17cOyxx6JSqeDyyy/vyfcyWLz4zGc+A8uy8NSnPjXx9WaziTVr1sCyLFx22WWp+7nhhhvwyle+EgceeCAqlQoOOeQQnHjiiTj//PMj21mWhTPOOCP2/s9+9rOwLAtvf/vb4ft+Z1/KYFHiwQcfxMknn4yDDjoIQ0NDOOqoo/CpT30KMzMzsW1NuzPoFujex//tu+++ePGLXxxrW3wb27axZs0avOxlL8O1114b2a5Wq+HLX/4y/uzP/gxjY2NYvnw5nvKUp+Dd73437rvvvthnm/vu0kXSOO3UU0/FPffcE9lOb6eVSgVPeMITcMYZZ2Dr1q2RbdetW4e3ve1tOPLII1GpVLD//vvjhS98IT7+8Y9HtnvRi16UeG+/6qqrMDQ0hGc+85nYtWtX97+0wYKjyP32sMMOi/WLL3jBC3DxxRdH9uX7Ps4991w8+9nPxsqVKzE6OoonPOEJOO2003DTTTep7a699lpYloUf//jHkffXajW85jWvgW3bOOecc3r7xQ32CqampvDxj38cr3jFK7By5UpYloXvfve7idv6vo+zzjoLRx99NKrVKlatWoUTTjgBt99+u9qG2g798zwPRxxxBE477TQ88sgjkf1t374dH/zgB3HUUUehWq1i3333xbHHHot/+Zd/wdTUlNrurW99K0ZGRmLHc8cdd2D16tU47LDDsG7duq6cD4O9g7vvvht/9Vd/hSOOOAJDQ0NYvXo1XvjCF+LnP/+52sb3fXz3u9/Fa1/7Whx88MEYHh7GU5/6VHz605/G3NxcZH/r1q2LtDvHcXDIIYfgpJNOwp/+9KfIttTmn/rUp2J4eBirVq3C0UcfjQ9+8IPYtGmT2u4Tn/gELMvCjh07Iu9fv349jjzySKxcuRK33XZb90/OAsFd6APY27joootwyimnYOXKlXjHO96Bww8/HOvWrcO3v/1t/PjHP8YPfvADnHTSSW1vn4SJiQm87GUvwx133IGLL74Yr3jFK3r9NQ0WETZs2IDPfvazGB4eTt3m6quvxubNm3HYYYfhvPPOwytf+crYNhdeeCH++q//WnVcK1aswNq1a3Hdddfhm9/8Jt785jdnHsd//ud/4mMf+xhOP/10fOtb34JtL0m+fqCxfv16HHvssVi2bBnOOOMMrFy5EjfeeCM+/vGP49Zbb8Ull1wS2d60O4Nu41Of+hQOP/xwCCGwdetWfPe738WrXvUq/PznP8drXvMatd1LX/pSnHbaaRBCYO3atfja176GE044AZdeeqlqh294wxtw2WWX4ZRTTsG73vUu1Ot13HffffjFL36B5z73uTjqqKNSj8Pcd5cO8sZpP/zhD/G6170u8h5qp3Nzc7jhhhtw1lln4Ze//CXuuusuDA0N4aGHHsIxxxyDarWKt7/97TjssMOwefNm3Hbbbfjc5z6HT37yk5nHdPXVV+PEE0/EE5/4RFx55ZVYuXJlL0+BwQKglfvt0UcfjX/6p38CAGzatAnf+MY38Jd/+Zc466yz8N73vhcA8IEPfABnnnkmXve61+Etb3kLXNfF/fffj8suuwxHHHEEjjvuuNRjqdfreOMb34hf/vKX+OY3v4m3v/3tvf3yBnsFO3bswKc+9SkccsgheMYznhFb1OJ4+9vfjvPOOw+nnXYazjjjDExPT+OPf/wjtm3bFtv2Ax/4AI455hjU63XcdtttOPvss3HppZfizjvvxJo1a7Br1y4861nPwsTEBN7+9rfjqKOOws6dO3HHHXfgrLPOwvve975Eko5w11134SUveQmGh4dxzTXX4LDDDuvC2TDYW3j00UcxOTmJ008/HWvWrMHMzAx+8pOf4LWvfS2+8Y1v4N3vfjdmZmbwtre9Dccddxze+973Yt9991X931VXXYWrr74almVF9nvKKafgVa96FZrNJu69916cddZZuOyyy3DTTTfh6KOPRr1exwtf+ELcd999OP300/H+978fU1NTuPvuu3H++efjpJNOwpo1a1KPe+PGjXjxi1+MXbt24corr8Qzn/nMXp+qvQexhPDQQw+JoaEhcdRRR4lt27ZFXtu+fbs46qijxPDwsHj44Yfb2l4IIb7zne8IAOL3v/+9EEKIiYkJcdxxx4lSqSR+8Ytf9PgbGixG/PVf/7U44YQTxPHHHy+e8pSnJG5z2mmniWc+85niy1/+shgeHhZTU1OxbZ785CeLpzzlKWJ+fj722tatWyP/ByD+7u/+Tv3/v/7rvwQAcdppp4lms9nhNzJYrPjMZz4jAIi77ror8vxpp50mAIhdu3bFnjftzqAb0O99hF27dgnP88Sb3/xm9ZzeToQQ4o477hAAxMte9jIhhBC33HKLACA+85nPxD6r0WiIHTt2pH62ue8uHRQZp42MjIhHHnlECJHeTv/xH/9RABDnn3++EEKIv/3bvxWu64p169bFPlPv9/R7+7XXXiuGhobEM57xjEg7NRgsFL3fHnrooeLVr351ZJvNmzeL4eFh8YQnPEEIIcSWLVuEZVniXe96V+xzfN+PtLlrrrlGABAXXnihEEKIWq0mXv/61wvLssTZZ5/d1e9osLCYm5sTmzdvFkII8fvf/14AEN/5zndi2/3whz8UAMRFF12UuT+97RC+8pWvCADis5/9rBAiHLv99re/je1jz549YnZ2Vv3/9NNPF8PDw+r/d911l9hnn33EwQcfHJkfG/Q3Go2GeMYzniGe+MQnCiGEmJ+fT2wfn/zkJwUAccUVV6jn1q5dKwCIz3/+85Ftf/aznwkA4t3vfrcQQogf/ehHAoA477zzYvudnZ0Ve/bsUf//+Mc/LgCI7du3CyGE2Lhxo3j84x8vli9fHru/DwKWlNTh85//PGZmZnD22Wdjn332iby2evVqfOMb38D09DT+67/+q63tdUxNTeEVr3gFbrvtNvzkJz/Bq1/96t58MYNFi+uuuw4//vGP8aUvfSl1m9nZWVx88cU4+eST8aY3vQmzs7MxJRQAPPzwwzjmmGNQKpVir+27776p+//iF7+ID3/4wzj11FPxne98xyicBhgTExMAgP322y/y/AEHHADbtiNtx7Q7g72B5cuXo1qtwnWzBf1Pe9rTsHr1aqxduxZA0O4A4HnPe15sW8dxsGrVqsT9mPvu0kKRcdrU1BQ+//nPZ+7nhBNOAIBI+zvooINw6KGHxrbN6veuv/56vPrVr8bjHvc4XHnllant1KD/0cr9Vsf++++PJz3pSaq9rV27FkKIxP6ObLRJaDQaOPnkk3HJJZfgrLPOwrve9a52v47BIkS5XMb++++fu90Xv/hFHHvssTjppJPg+z6mp6db+pyk/s9xnERV59jYGCqVSuJ+7r33XrzkJS9BuVzGNddcgyOOOKKl4zBYvHAcBwcffDDGx8cBAKVSCc997nNj25Hr8N57783dZ1K7A5LHfZVKBWNjY4n72bx5M1784hdj27Zt+PWvf41nPetZ+V+oz7CkZlA///nPcdhhh+EFL3hB4usvfOELcdhhh+HSSy9ta3uO6elpvPKVr8Tvf/97XHjhhRErkMHSQLPZxPvf/368853vxNOe9rTU7X72s59hamoKJ598Mvbff3+86EUvwnnnnRfb7tBDD8VVV12FDRs2FD6GL3/5y/inf/onvPnNb8Z3v/tdQ5oMOF70ohcBAN7xjnfgT3/6E9avX48f/vCHOOuss/CBD3wgYss27c6gF9izZw927NiB7du34+6778b73vc+TE1N4dRTT8183+7du7F7925FcBBRct5556HRaBT6bHPfXXooOk7j2TtJoIkCb3/r16/H1VdfXfhYfvvb3+JVr3oVDj/8cFx11VVYvXp14fca9B9aud/qqNfrWL9+fay/u/DCCxPzZpPQaDRwyimn4OKLL8aZZ56J97znPZ19IYO+xMTEBG655RYcc8wx+OhHP4ply5ZhZGQERxxxBH70ox8V2kdS/9dsNvH973+/8HHcf//9OOGEE+C6Lq655hoceeSRrX8Zg0WF6elp7NixAw8//DD+53/+B5dddhle8pKXZL5ny5YtAFDo/pfU7gDg3HPPhRCi0DFu3boVJ5xwArZs2YJf/epXOOaYYwq9r++w0BK/vYXx8XEBQLzuda/L3O61r32tANDy9hMTE0KI0G5x6KGHCs/zxE9/+tMufQODfsNXv/pVsWzZMmXTSbPEvuY1rxHPe97z1P/PPvts4bpuzN7z7W9/WwAQpVJJvPjFLxb/9m//Jq6//vpEqyG1QQDilFNOEY1Go8vfzmCx4t///d9FtVoVANS/j33sY7HtTLsz6Cbo3qf/K5fL4rvf/W5kWwDiHe94h9i+fbvYtm2buPnmm8VLXvISAUB84QtfEEIENrDjjz9eABD77befOOWUU8SZZ54pHn300dTPNvfdpYV2xmnUVq688kqxfft2sX79evGDH/xArFq1SlSrVbFhwwYhRGDron706KOPFh/84AfFT3/6UzE9PR3b//HHHy9WrlwpRkdHxVOe8pRYH2owuChyvz300EPFy172MrF9+3axfft2cfvtt4uTTz5ZABDvf//71XZkpV2xYoU46aSTxH//93+Le++9N/aZZGuke+2ZZ57Z8+9psPBIs8TedtttAoBYtWqV2G+//cTXvvY1cd5554ljjz1WWJYlLrvsMrUttZ1zzjlHbN++XWzatElceuml4rDDDhOWZSkr4ZYtW8Q+++wjAIijjjpKvPe97xXnn3++GB8fjx3X6aefLjzPEwcccIBYs2aNeOCBB3p6Hgz2Ht7znveofs22bfHGN74xFq2j4y/+4i/E2NiY2L17t3qOLLGf/OQnxfbt28WWLVvEtddeK/7sz/5MABA/+clPhBBCzMzMiCc+8Ymqf3vrW98qvv3tb8diKIQILbGHHnqoGBsbEzfeeGNXv/tiw5Ih7NavXy8AiFNPPTVzu7e85S0CgFi3bl1L29MgjwaDlUpFjI6OiltvvbVr38Ggf7Bjxw6xcuVK8d///d/quSTCbseOHcLzPPHVr35VPbdz587Yc4TLL79cvOxlLxOe56lO9IgjjojlCFAbBCA++tGPdvnbGSxmfP/73xcvf/nLxdlnny1+8pOfiLe//e3Csizxv//7v2ob0+4Mug2695155pniiiuuEFdccYX4v//7P/GKV7xCuK6rBmRCiERir1KpiH/8x3+MEMFzc3Pi05/+tDjqqKMi277pTW+KDAbNfXdpotVx3caNG1OJ5UMPPVRcfvnlkffdf//94tRTTxXLly9X242MjMRywo4//nhRLpcFAHHCCSeIubm5rn9Xg8WJIvdbItb4P8dxxN/8zd+ImZkZtV2z2RRf/epXxTOf+czItieccIKaYwgRki6VSkW4rit++ctf7tXvbLAwSCPsrrvuOtVWbrrpJvX85OSkWL16dWRhltqO/m+fffYR5557bmS/mzZtEu9973vFfvvtp7YrlUriU5/6lPB9X213+umnC9u2hed54qlPfWouoWPQP7j33nvFFVdcIb73ve+JV7/61eKkk04SW7ZsSd2ecj2/9rWvRZ4nwk7/NzY2Jj73uc9Fth0fHxcf+tCHIv2mbdvijDPOiNxbibCrVCpizZo1iXmzg4QlQ9j1WmFHQYg0GPze974nVq1aJfbZZx9x3333delbGPQL3vve94rHPe5xkaD+JMLuzDPPVMGuDz74oPr3/Oc/XzznOc9J3f/09LS47rrrxN/93d8Jx3HEihUrIisQAMR73vMeceKJJwoA4otf/GL3v6TBosMFF1wgqtWqWL9+feT5t771rWJoaEgFoJt2Z9BtpIX5N5tN8fSnP10ccMABqj+ke+sVV1whrrzySnHzzTcnFjzh2LRpk7jgggvEcccdJwCIt7zlLbHPNvfdpYVWxmmWZYn5+fkYsXzNNdeIe+65J7MoTqPREHfccYf47Gc/q8g7HqhN9/bPfe5zAoA46aSTjLp4CaDo/fbQQw8Vz372s1V/97vf/S6y4JCEHTt2iEsuuUS88pWvFADE85//fPUakS5f+cpXxBFHHCGGhobEDTfc0PXvZ7C4kEbY0fOHH3547D1ve9vbhOd5ol6vCyHCtvP//t//E1dccYW4+uqrxR133KFeT4Lv++L+++8XX/nKV8SBBx4oAIhvfvOb6nUqOnHBBRcI27bFc57znNz7uUF/4qUvfak45phjIoQt4Qc/+IGwLEu84x3viL1GhN273/1uccUVV4irrrpK3HrrrbmLW+vWrRPf/va3xZOe9KSYepkIux//+MeiUqmIxz/+8YlKvEHBkiHshBDigAMOSOzQOA477DBx4IEHtrW9ENFJy8033yxGRkbEwQcfLB577LHOv4BBX+CBBx4Qtm2Lr3zlK2Lt2rXq37Of/WzxhCc8Qaxdu1bs3LlTCCHEc5/73MRVB/pXpMISdVrcdgYEVRhnZ2fF8ccfLyzLEuecc07PvrPB4sALXvAC8dznPjf2/EUXXRSZZJp2Z9BtpBF2QgjxwQ9+UABhNUVqJ+2gVquJxz/+8ZFJiLnvLl2sWbOm0Djt4IMPFkJkt9MioAnvW9/6VvUcX4z78Ic/LACIt73tbYmTGoPBQdH7bVKV2FZA0QCkIOGVPh9++GFxwAEHiGXLlok//elPbX+GweJHGmG3ceNGAUAcd9xxsff8y7/8ixKhCJFeJbYoHn74YWHbtnjRi16knuNVYr/2ta8JIKj2zgULBoOBb3zjGwJAbEH017/+tSiVSuI1r3lNIvmbViW2KHbt2iWWL18uDjvsMPUcrxL7s5/9TLiuK44++uhE2/YgYEklgb/mNa/B2rVrccMNNyS+fv3112PdunUqqLrV7XUce+yx+OlPf4pt27bhpS99KbZv396dL2KwqLFx40b4vo8PfOADOPzww9W/m2++GQ888AAOP/xwfOpTn8LatWvxu9/9DmeccQYuvPDCyL8f/vCHKJVKOP/883M/j6rhbN68OfZapVLBz372M/zZn/0Z3vWud+Hiiy/u+vc1WDzYunUrms1m7Pl6vQ4gCKk27c5gb4OKRkxNTXW8L8/z8PSnPx31eh07duyIvW7uu0sLJ554YqFx2l/91V915fOy+j0A+NznPod3vvOd+M53voN//ud/7spnGixOFLnfdgNZbe6II47Ar371K9i2jZe//OV48MEHu/KZBv2DNWvWYP/998fGjRtjr23atAmVSgWjo6Nd+awjjjgCK1asSO3/3ve+9+HTn/40fv3rX+PUU0+F7/td+VyDxYHZ2VkAQXExws0334yTTjoJz3rWs/CjH/0Irut2/XNXrFiBI488MrXdnXjiiTjnnHNw++234zWveY06zkHCkiLsPvShD6FareI973kPdu7cGXlt165deO9734uhoSF86EMfamv7JLzkJS/BBRdcgIceegiveMUrVBl4g8HFU5/6VFx88cWxf095ylNwyCGH4OKLL8Y73vEOVZHzwx/+MN74xjdG/r3pTW/C8ccfH6naedVVVyV+3i9/+UsAwBOf+MTE18fGxnD55ZfjcY97HE455ZTU/Rj0P57whCfgj3/8Ix544IHI8xdccAFs28bTn/500+4M9irq9Tp+/etfo1Qq4UlPelLh9z344IN47LHHYs+Pj4/jxhtvxIoVK7DPPvskvtfcd5cO/vmf/xlDQ0OZ47SxsTGcccYZLe33+uuvV8QLR16/BwDf+MY38MY3vhFf/OIX8elPf7qlzzXoHxS53xbFli1bcM8998Ser9VquOqqq2DbNh73uMclvvdpT3saLr30UkxNTeGlL31pInFjMNj467/+a6xfvx5XXHGFem7Hjh245JJLcMIJJ8C2W5vu33zzzZieno49f8stt2Dnzp2Z/d/HPvYx/MM//AMuvPBCU7m4T7Ft27bYc/V6Heeeey6q1Sqe/OQnAwDuvfdevPrVr8Zhhx2GX/ziF6hWqx197u233564EPvoo4/innvuyWx3f/M3f4MvfelLuOGGG/CGN7wh8f7dz+g+DbqI8fjHPx7f+9738Ja3vAVPe9rT8I53vAOHH3441q1bh29/+9vYsWMHLrjgAlWKutXt03DSSSfhm9/8Jt7+9rfjta99LS6//HJUKpW98ZUNFgCrV6/G61//+tjzX/rSlwBAvfamN70JRx99NA4++ODE/bz2ta/F+9//ftx222145jOfide97nU4/PDDceKJJ+LII4/E9PQ0rrzySvz85z/HMcccgxNPPDH1mPbZZx9cccUVeN7znofXv/71uOqqq3Dsscd2+lUNFhk+9KEP4bLLLsMLXvACnHHGGVi1ahV+8Ytf4LLLLsM73/lOrFmzBuedd55pdwY9w2WXXYb77rsPQDDoO//88/Hggw/iIx/5CMbGxgrv5/bbb8eb3/xmvPKVr8QLXvACrFy5Ehs3bsT3vvc9bNq0CV/60pfgOE7q+819d2ngcY97HM4991yccsopieO03bt34wc/+AEOP/zwlvb7uc99Drfeeiv+8i//UhEvt912G84991ysXLkSf//3f5/6Xtu2cd5552HPnj34t3/7N6xcuRJ/+7d/28nXNFiEKHK/LYoNGzbg2GOPxQknnICXvOQl2H///bFt2zZccMEFuP322/H3f//3WL16der7n/Oc5+Ciiy7CiSeeiJe+9KW4/vrrsWrVqm58TYMFxle/+lWMj49j06ZNAICf//zn2LBhAwDg/e9/P5YtW4Z//dd/xY9+9CO84Q1vwD/+4z9i2bJl+PrXv456vY7PfvazLX/m97//fZx33nk46aST8Od//ucolUq49957cc4556BSqeCjH/1o5vu/8IUvYPfu3fjWt76FlStX4nOf+1zrX9xgwfCe97wHExMTeOELX4gDDzwQW7ZswXnnnYf77rsPX/jCFzAyMoLJyUm8/OUvx+7du/GhD30Il156aWQfRx55JJ7znOe09LlXXHEFPv7xj+O1r30tjjvuOIyMjOCRRx7BOeecg/n5eXziE5/IfP8HPvAB7Nq1C5/85Cdx2mmn4bzzzmuZrF60WGhP7kLgjjvuEKeccoo44IADhOd5Yv/99xennHKKuPPOOzvePisf5b//+78FgFSPt8Fgg+fc3HrrrQKA+Ld/+7fU7alS8T/8wz8IIYKA45NPPlkceeSRolqtikqlIp785CeLj33sY2JiYiLyXqRkRN17771i9erVYuXKlSpPymCwcPPNN4tXvvKVYv/99xee54knPOEJ4jOf+Yyo1+um3Rn0DEnVNyuVijj66KPFWWedFcnzSmsnHFu3bhX/+Z//KY4//nhxwAEHCNd1xYoVK8QJJ5wgfvzjHyd+trnvLl3ceeed4s1vfrPYf//9hW3bqv3dfffdke2KZtj99re/FX/3d38nnvrUp4ply5YJz/PEIYccIt761rfGMj6TCkoJIcTU1JQ47rjjhG3b4rzzzuv8SxosOmTdbwlFMuwmJibEl7/8ZfHyl79cHHTQQcLzPDE6Oiqe85zniG9+85uR/jMrh+yHP/yhsG1bHHPMMbH7s0F/IqnKMP1bu3at2u7hhx8WJ510khgbGxPValWccMIJ4pZbbonsq2iG3R133CE+9KEPiWc+85li5cqVwnVdccABB4i/+qu/ErfddltkW55hx9FoNMTrX/96AUD8x3/8R/snwGCv44ILLhB/8Rd/Ifbbbz819vqLv/gLcckll6ht0iq/0r/TTz89tm1eht0jjzwi/t//+3/iuOOOE/vuu69wXVfss88+4tWvfrW4+uqrI9vyDDsd73//+wUA8d73vrezE7GIYAkhRG8pQQMDAwMDAwMDA4O9g3PPPRdvfetbceqpp+Lcc89d6MMxMDAwMDAwMGgLS8oSa2BgYGBgYGBgMNg47bTTsHnzZnzkIx/BQQcd1JYtzMDAwMDAwMBgoWEUdgYGBgYGBgYGBgYGBgYGBgYGBosIA5LEZ2BgYGBgYGBgYGBgYGBgYGBgMBgwhJ2BgYGBgYGBgYGBgYGBgYGBgcEigiHsDAwMDAwMDAwMDAwMDAwMDAwMFhEMYWdgYGBgYGBgYGBgYGBgYGBgYLCIUKhKrO/72LRpE0ZHR2FZVq+PyWCRQwiByclJrFmzBrbdO87XtDsDjr3V7gDT9gyiMH2ewULAtDuDhYBpdwYLATPGM1gomD7PYCHQSrsrRNht2rQJBx98cFcOzmBwsH79ehx00EE9279pdwZJ6HW7A0zbM0iG6fMMFgKm3RksBEy7M1gImDGewULB9HkGC4Ei7a4QYTc6Oqp2ODY21vmRGfQ1JiYmcPDBB6t20SuYdmfAsbfaHWDankEUps8zWAiYdmewEDDtzmAhYMZ4BgsF0+cZLARaaXeFCDuSbY6NjZkGZqDQazmvaXcGSdgbMnLT9gySYPo8g4WAaXcGCwHT7gwWAmaMZ7BQMH2ewUKgSLszRScMDAwMDAwMDAwMDAwMDAwMDAwWEQxhZ2BgYGBgYGBgYGBgYGBgYGBgsIhgCDsDAwMDAwMDAwMDAwMDAwMDA4NFBEPYGRgYGBgYGBgYGBgYGBgYGBgYLCIYws7AwMDAwMDAwMDAwMDAwMDAwGARwRB2BgYGBgYGBgYGBgYGBgYGBgYGiwiGsDMwMDAwMDAwMDAwMDAwMDAwMFhEMISdgYGBgYGBgYGBgYGBgYGBgYHBIoIh7AwMDAwMDAwMDAwMDAwMDAwMDBYRDGFnYGBgYGBgYGBgYGBgYGBgYGCwiGAIOwMDAwMDAwMDAwMDAwMDAwMDg0UEQ9gZGBgYGBgYGBgYGBgYGBgYGBgsIhjCzgDYdi9w09cB31/oIxkMNOvAzWcDW+5c6CMxWEx4+Grg1u8t9FEYGLSPjbcCV34S2PHgQh+JwWLBw9cAt353oY/CwMBgEeGR7VM4+7qHMVNrLPShGPQxLvnTRlxz37aFPgwDg/YwNwH85vPAPZd0vCu3C4dj0M8QAvjaccHfo/sDT3n9gh7OQOBXHwVuORvY98nA39640EdjsFjw/ZOCxzVHAwc8Y0EPpWX4TcB2FvooDBYaP3orsOcxYO11wLuuWuijMVgM+P7rg8dVjwMOe/6CHoqBgcHiwL//4h5cc/923LJ2F751+jELfTgGfYjL79qMD/7gTwCAhz/7Kji2tbAHZGDQKu74IXDNp4O/P7wWGFrZ9q6Mwm4QsWst8ON3AH88L3/bbfeEf+/Z0LtjWkq45ezgkZ9bg6WN+lz49/hjC3cc7WDDrcB/HAxc9/mFPhKDhcYe2XY33rqwx2GwOCBE+PejZnHKwMAgwDX3bwcAXHmvUUcZtIffPLBD/b17praAR2Jg0CYmt4R/T+9I364ADGE3iPj9t4C7fgxc8rdRoiAJk5vDv5vzvT0uA4Olimk2aM27JhcbznkZUJ8Grv70Qh+JgYHBYkJ9Jvx7fN2CHYaBgcHiQb0ZjdfZM1uP/P+2x3bjsjs3Y92O6b15WAZ9hsm5sN3snDKEnUEfYm5P+Pf8REe7MoQdADRqwO51C30U3cPcOPt7T+pmAID5yfDvmV09OZwlB4tZB/3mwh2HweLB1Pbw7+k+W3H2TQaNAYCmaQcGGvj4oTaTvl2PIYTA5j2zC/b5BgYGITaNR69FnZg7/+bH8L7zbsMv79oMA4M0jM9wws4ISgz6EJykM4RdF/DjtwFffgaw4Q8LfSTdASfpWiLsdvbmeJYaeNZX3vk3WBrgJN3U1oU7DgODdhEZbIioHdJgaWKOtYnGwk2ofnzrBjznP67Gmdc8tGDHYNB/uGvjHmzYvXBE86Bi90xUUffYrug5JiJmebW0147JoP8wPhuq6nZMG4WdQR8iorCbTN+uAAxhN7sbuO8Xwd93X7ywx9ItzI6HfxvCbu/CbwJNdmMxqkUDAJjmCrvOcgwMDBYE+upgo8+s3QbdB28T9YUjPr534zoAwOd/dT+afgEi+Y4fAef9VTRfxmBJYdP4LF7zvzfg+Z+7BsIsPnQVE5oFVs8fo9eXVb29dkwG/Yfd02E72jFpFHYGfQhD2HUROx4M/y6PLtxxdBMtEXZT4d+GXOoctano/2fNOTVA1C5W7yPrVjM68EbDrHIuWcxNZP/fYOmBE3YLSOCuHimrv8eLhJNf9C7gwV8D5/91D4/KYDHj/i3h5GnTHrP40E1MzkXjEzjxAoTKqeVDhrAzSAfPPpyaN5EcBn2IiOPRWGI7Ax9wDoryhWfYzecRdnyFvI+IhMUKnUHXCTyDpQk+mV1A61jL0Nsz71sMlhb0xR9j9zeYWxzjh93MLtVSNcHNf8rdpOkL3LVxDxpakL5Bf4Pb7W5fP75wB5KEqW3AN08ALn7fQh9JW5iYy1bYkSXWKOwM0lBv+hGSbqZm8sAN+hB8jGQUdh1iEC2h7VpiF9DSMjDQL8h+qwhq0Btwkq7RR8R4TDE6viCHYbAIoLeFDgcfBgMA3gYWUGG3jdmldmlqnk7x/gtuw2v+9wacec3DXd2vwcJiy56wzWybWGTjtKv/Hdh4K3D7+X1ZuEy3xOqq1z3GEmuQA52gm6v333VgYIAaGyOZohMdIkLYDYDCzvejDSSPsOOTMKOw6xwxws6QoAboY4WdRtIYxejShU7INPuoHRv0BrxNLNC9TgiBHayCYEsKuxzUGj5+eWeQc/eHR028xSBhKyPpFp3djsfT8PzbPgFZYkfKLgBgFytCMVdvYr4RqFWNJdYgDbMaYaf/v2X4PvCHc4Atd3W2HwODVlDv3hjJEHaDluGmT6r0CbeOiMLOEHYdoxYtX2+C2Q0AREm6frrOdAI6qz2PPwZsvae3x2OwcNCJZtO3GfCMywVSk883fNSbYdGA3XnVBFtQLHFSxyg8Bgu7WDuZml9kvy1XsvdhVXmyxB6ycghAVGFH6jrHthShZ2CgY1brb2c67X/v+Snwi38Avv68zvZjYFAUQkQXtjvMADeEHZ+Q6mRLP0InA/JUEItghXygoE9q+4mcMegd+lVhV9MVoxnt+UtPA856jqm8OKjQf3tTgMQgMhhdGMJOt07tylPY6YsQGRVCN42HbX7nlGnvixFCCNz0yM4IuVoEnBCYmmfE89xEZpvYK+DxPFPbFu442gQp7A5eWQUQVb3y/DrLsvb+wRn0BWZqUdVrxwq7TX8M/17o69tgaaDLrhRD2A1a0QU9HyuPHOCv+/V4VUiD1qBfoEaFYgD0cYadRuKn9Se839h4a++Ox2DhYBR2Bjo4adut8VOLkyldiTE1l2NvjKmG08dIm1n10O1TfbTQsoTwnd+uw8ln34S//8GfWnofJwBUm3nwCuA/DwZu+GIXj7ANcMKuDxfA6NyuWR4QduMsV9Lk1xkUga5onq13aFt3w0riA+GmM1j86DIfYAi7QbOE6raUvAZiFGHdRex8mkmtAfpXYRcjaVL6B14JqQ8zdwwKILZaaBRHSx68Dfh1oNnhpOoP5wCfPRDY8IfCb5nVlBi51QRjldzTnRXbJsM2PznXMLbYRYgvXvEAAODGR1orGscVPCrD7tr/CB6v+lR3FMTTO4B7ftbauNr3o4RdH1bjJhJ9zbKAsJucb6AuqyyTPdYQdgZZ0PvxjhV2s7vDv3ev7WxfBgZFEJs/GUtsZ4hUORsAsqoThR1gCLtOETv/5nwaQLOe91Gb0EmaNAKaK5V3r+vZ4RgsIIzCzkCHbvHo5H4nRJAxVJ8Grvvvwm/TJ3a6lSqGWGGodMJuYja6r1aLE/zPFQ/gtHNuwZY95lrZG5icK+4Qma377H3yd+Xk7fhjnR/QZR8GfvQ3wIVvLf6e+QlAsDbdh1E1RGzvt6wCcr2SFdYo7AyKIFZ0gl2vbYErVacHoMCkweJHqxFlOTCEHZ90NGudrxAvNFpV2OkNqA8HB4sKRmFnkISIJbaPFHZFJ+ScsDN2g8FEq4tBBoMPPUKjk/vdxKbw7+HVhd+mE3bTeUoMvR1nKOyIXCC0ovKoN318+aoHcd0D2/GZX95b+H0GxTHfaEZI1A27ixPGXJk5XWsEhPGuR8INJjZ2foAPXhE8PnB5oJwrghih3H9jciLshkuOIuYox46uKVMh1iALpNIsOQFNoSupWwYfl/bhNbU3UGt0SIoaRGEUdl1GUctXv8Ao7BYWMc+6OZ8G0Cyxs/0TehvrH1P6E26JNUTOYKJoWzBYOtDbQCcryG3mCesk2kyeCk4fNLdC2LVgiX14+5T6e/ukWbjrBTaNR8/r5j0ttJu6lmE3uztq8Z7c3NnBCRG9PsbXFXtfbUr7f/+RC3Ruq56DFUMlAGH1ZqOwMygC6tdXDgftp5W+NxGcpDPz3Bh+cMtjeOrHf4WL/7hhoQ9lcKDP/43CrkPoOTz9fiG3nGFnCKauwijsDJLA24XwAb9PlLxFCX0+2TZ9yGDCFNQxQLAKf+Y1D+G6B7bHFXadFK2aZ0TFTHHLkj6Ry82w0wfNPVLY3bc5VErtMBVme4JtWmXYybyCIwy8nczV/Xhxh04VdtPbo21t233F3qe3xwzL9mIFXZOVkoMVQ6SwC64lssYuN4SdQQZmNMIut1/PAx+7GoVdBEIIfOSiO1Fr+vi/m7oQBWAQoMuL3G5H7x4ExDKa+nyyqXdEuQo7OZC0vSA0ug9X8xYVqD1ZdkDMGPLCAEjuZ5w+GLAWzS0zCrvBh1HYGQD45M/vxnk3P4YDl1fx28frCrsOCLsaswLOFC8gEM+wy7PEFj/mibn2FXYbx8N7v04sGXQH4xqhOtECYcfJ1/lGM66om9za0bFFLN4AMLkpeTsdMUts/40hZ2uBtS6isJOWWHpcLp83MEgC9bWkxOzYrtkwhF0aeIyEQ6GTBp1D77s7HDMbhd2gWUJbJSBp+8pY8Ggq/3UGUtRVlsv/93l7MugO+jWwP5Zxmaaw48V7+uS7GbQG+u1tuc5XRN6/t6zf634L/PzvzYLTXsANDwXqt43js/Hxgt+Jwo71IdPFCTvKNlollRjTeVlH+jFnjHk6Udhxkm7CVJjtCfTfp2jRiXrTR8MP+6b5hg9MaQRdp9VZ9ffrCj6Gb13/CE4++8Ygj28ALLFz3BI7HCXsSGG3YrgPFiwNFgzzOmHX9CE6GU9EFHZmXsZBdnUgqOhs0CV0MzIEhrBLsMT2380xAuqISiPBYxaj6/vhAJu272SF3IARoMui/zdY2tDbQb9cZ0WJRr56aZRXgwn6XVXflvM7P3gF8F9HAHf9pPPPvu37wNefD2z6Y/w1vwl891XArd8Bbv1u559lkAm+Au/Xu6iw45bYDJuqDt06lUuqxQbR6YTdhCSERssBSd2Kwm6LpqrbOW0WQ7uNCY2wmyqosNNVmPMNP67q5DEP7UB//0R6Jt6nL70XNz2yCxfc/Fj0OgD6ck6iMuy4JXbaKOwMimNeKupGK0HfKwQiJHvL4PFEfXhN9RJ0TQLA9kkzfu8aaF5UGpX/N0UnOsOgWWLp+1RXRP+fBM72lmWDMgq7zqAmtaRYNKsVBohPZDtRouxNUHt2yvL/aYQd6zf6vQ81SEarixG/+wowuwv48duTKyTueAi48K3AjgfzP/vqTwNb7gTOflH8ta13hX/P7s7fl0FnYI6Zhp7R2kk2J1cWtTChookdEXbTeQqBmMIuuS8WQigF1/7LKgBaU9htmYhOfHKLYRi0DFJrEYpm2Olqx6Yv0JyWVSRH9pMbdVthl0zYzTBF6NaJufA6sJzgsc/IhXrTR1MSK5WIwi6aYbfCEHYGGQgJu1CJ2ZEttmEUdmnYxRaTdk7Po9E01WK7An2R2yjsOoTOePb7hUzHX0QFwSdchrDrDuiclo3F2IBBJ+j6hcjVbzhpRVT4jcgo7AYTMYVdTt9mM8vT7K74619/HnD3xcDPP5j/2VPpdrJI1tTceP6+DDrCHCOtml1V2DFLrF8v3EfSJI6sU7kquIKW2Nl6E/VmQDwowq4FhZ2eW9dxaLpBDESoDpUCcquoJZbaDI9r8mdkH7X80OBxrkOFHb2f+supbYmbrdsREnLbp+ZDwo6Iwz6zxPJrpOLZsSqxSmFnik4YZGC+EbQjUtgBHRB2zXp0ManPrqlegy98CAFMz5t7VVeg+ABS2BnCrjPQRJMIln63MNKAucj3URMuC/Cq0fcbtAdD2BkkIVZNsU/aheofyTKfctz8+X7vQw2S0eq9kitM9Mmq3wzfP76+tePwtcEkt7Jl5EQZdAc84yZG2HWiHNazuwoWbKpJNcCYJADqTaEUPokoaImdmA2+p2NbKh+vqMKu6Qtsk9YistPmZusZtAwqOnHQimD8WlRhR+qdkXJIBvgzUp274rDgsVsKuxWHB48p6l9enGTznrnQEjuyT/DYZwo7IvQtCyg5IWG3a6aG+UZTEddGYWeQhfl6cI0Olx1FrNfbVX7pQpw+u6Z6jV1aXMOUuVd1B4qPMYRddyBP4K6GtHx1KFlccPh6A8ki7ORrbiW0vPULkbBYoQg7kwlowKCTDH1jiZXtmTIu0yxvDUPY9RRrrwMufBuwa+3CHQPdG0o55C2Bh7hPa4TdDFPcVZdl70cfbM9oar2ZHcmfadB1+L4IgvElhK6ybPF+98j2Kbz8f67DxX/cEM+tK+h2INXFGLNOkTojEQUtsaTeGqu4qJZay7DbOT2Ppi9gW8DBK4eC9xqFXdexRxF2wTkuGphObabsOig5chpEhNoKqbCb7xZhd5jcf4LKGFEL98RsPSQThlYHj33m+plX59aGZVkqw258pq6UPLYVVU4ZGOigdlTxwmt0vl2FXYyw669rqteY0Qg6E9/QJSjCTo6ZRTM+F2wBS56wE5Kw214nwqpPJtJpUJOq4ej/s7Z1S4Dj5W9vkI9WJ7UGSwN9a4mV7VdZ5lP6R6Ow6y2u/CRw90XAN45fuGOg3740FP1/EoSIkmdT26Ovc5JtModk09V5Ovk3zfalk3kGXcVMvRkp/Cv0FeMWM+w+dvFduH/rJP7hh7e3rYIghR0nAObqGRO7ggo7IoOWVT1UvcByWdTWunVP8BmrR8oYq7otvdegOPZIeyVZlucLEqqk1Cm7NsquRthxS2xS9mZRUNEJIuzqM4mRElx5OTnXCK+D6vLgsc9EBHRuPUmyULbkrulapOCEbVvJOzAwQLjoUnZtlOQ1WmtXYaertevFixotBegLUVOGsOsOdD4G6Ehlt7QJO9+HJSfSU5CW0H7PX1KTKtlA/AaQVgqbB8o7pej7DdqDfv4NYWcAhO3Co+uyT64zXWGXaok1GXY9xcY/BI+dqj46Af32niTsstpwYy7aVrJItult2QS2rkzRCTxuiTUr5z2FXoXTiln9W+vXHtrObLB639Kiwq7iOfCcgATQiwpEj7FYhh0n7MqeHfmsPFCF2P3GKhgidZ4h7LoO+o32Gw0Iu0yiloEm/iXXRlmSsRYp4pYfIrcSnU3syeI9tgawNFKQYYblRe2ZrbeeFbrIQLmPpIqiarATc3XsnCLCzuTXGWRjnqlgiVRvO8OOE+X7PTUk0Q0AxBeTzOJSl0Bj5NIocMSLgSe8AhDtLwItbU0ym2ROCcpw66+bYww6YUTPuQl5EfRdnVJI2PULkbBYoc6/UdgZSAgRSKGBICuyPt0/xDi133KOJZZ/n8Zc8J0ts4LeFegLLvOToeJxbyK2GJHRhnWyRZ+oTmuKu/o04KRYY/WAaD1biu/bZNP0FPrKu+XTGKIcjKdaHD/wCVizPgeHv9giYVdybVRcB/VmI9s6VTjDTlpiq55SCxXNUNrKCDsi+0yGXfcxrqr4Bg6ZuSwrNINqM06osLOInBveB0EpZBH0Pe32tUQSeENAdUWwsDC7Gxg7ILIZbxdT8w349dlASaFykPtrAazOyFAgJOeEANbuCM6xya8zyANl2JVdW5G/7RN2clwwdiDwvt924/AGCvoCl1HYdQm0EO1VgdN+2vHulrbCjg3cJhdaYTexCfjqscCXj+7M1iMHn023Gj6XNoimybfjGktst9CKJdlgaYATG0XUSYsJ1B/Scae1Z95vCr9/CMl+gF75NKmwQmMe2PFgb4+jFcJOzyOb1woKcFUckF21TSdu9OIE/P+GsOspYtlwPluIAFq2+nNX3NxsezlDIfliKbVUtsKuNUvsWNVrWeFBhN3+y8oYatFOa1AMvi8UqbrvGCnsChJ2ZNt0LUWo2kTYlUfC+10nCjvqi7xqQNgBiTl2uvKyOS/fRwo7v9GZNXcvg8hyIrk9x8aYtKuHhJ1R2Blkg+41pW5YYlX8U6UbhzZw0PsgPdPOoE0oUVR3+rulTdixgdqMkBfyQq1mPXItsON+YPda4NHftb8fOYn64rUb2XPZlR13zgE/uX1b5P0GbaKVnCeDpQFOzrU5sV0wxBSjaRl22vMmx6572LMx+v+JTfFtLvsX4KvPAh66snfH0YolNkayTUb/ry9K6QRfZF8aCaeTf/y9jbm+mtz2G3Tlmk2LfnmEfgqmmR3Q1xdLCxJ2XNFDxFomcaMshpItLGCJJattywq70QqGy8YS2wtMzjdAxYBbtsRGFHYObPhwmqSIGw4XJbIWEvJA90CvClRXBn8nWGJ15WWjphF2QF+p7MIMu5CNXzUSKCAf3Bb03cuNws4gB9wSW+rUEqvin0y7S0I8w87cq7oCGiMbwq4LkDfUOeGhRu7ghSJYeC7P9vva348cfM6BdUxp5ID8rtummxin8YBRhHUGU3TCQEdEYUcLA33SLnyNgE61xHYWPm+QgbE1wBu+Hf5fz3Br1IBbvxP8fd0XenccreRz6sqUGMmmEXhZSpY88k/ft1HZ9Qz6hMkSRNjJfq0F5fB8oxlRTPh1rQ/Rg8LTjokRdhWvQDVBZfPPLqTDCTtlySpI2G2ZCL7LfssqqJYChZ2xxHYXpK6reLYq7FFYYdeIkrxDYAtMpeHwftdJX0KWWLcSKuwS3DMz2uTYr8n3ccKuj3JhQwI9NLjvOxoQdvdsCuIMVg0b4sQgG4qw8+zOCbtmd4mTQcOsttBhqsR2CdTubEPYdQ55MmtwUYM8oQt1Y+SZPjseaH8/csA8Dw81IW+YaRMrOaluwEF9oQnLQYEpOmGgg5NXZFXvF0usKpaRk/EZC3Lvk+/XDxhaCTztjcBRrwn+rxee2HE/+09KgaFuQFfYZalEdWWKbmPNUsnpyCX/tNdN4YmeQSfCQsKudUX5tEZUxCrOFvwd55VaykGlkCW22KLaBFfYtWqJ3SMtsWMVVWG2KJlkUAwTc8HvM1rx1O8+3/Ah0oqsMfBKpgFhJ9ue5QBuOSwOldUv5X4Is8QOkcIuTtjpRK4gopoy7IC+Gkcqwo4p7KiK7w5ZdOKAZcaaaJANqvjMM+wyF2KyoCyx5W4c2sBhTqq/V0sl7PSAEHa+Lxb2vttloniJE3bBRVznhN1C3Rg5Ybf70fb3IxtIlITLnmQH3z+H3DMoBqVIkpMB4Yc5PwZLE0TYWXZY/KXfLLE0gUmbkOuV7PqFkOwnkOJibiL6PM+0G3+sd5+viI42LLF5JFsmYddChh3QWe6UQSbmtcGv47NQZaAlZa1ecVapdG05bmmj6ERoiS1QdKKcQ9hJQmisEirsCltiJ8OiE6QOaXuyaZAIInxHyq4i7IBi57mm7HaBemfIYtXQLSvs4zoh7BpcYZduiY1lG6piFZWgmAvQuZCgWQdu/2Fnc4uCqGkZdkBI2IX/r8LAIAuJlti2M+yMJTYLZImlbMlBuFfNN5p487duwp//+xXYOL5Ai7jGEpuC2XFg/e9bew8jt+aJ3FoohR23OU1sTN8uD0TCCRcNIuFyKjvW4aIucsg9g2LQV+/5cwZLE1wWTdLoNLJDCGD7A4uH0GvXEmsUdt0HKS7mdcJuc/i3XkG1W/B9Vum4DUtsHsnWUYadTtgZhV2vEFPYQS86Ufy6j1WiaxRTvukICQKLKa0yFsl8XQVfwBLbwoRxrt7E+IysXjpWablghUExkApkuOyg4oZTmSKKCm6j9hwbw6Swozahik50YomdDfeVZYnVCDuLE32kCGpzDHnL2l04+7qHUbvnF8DF7wa+/PSgyngPUWsGCscIYTcWJeyMwq4gNt8OPHbTQh/FgmA+QqoH/bqxxPYGRNgtHyDC7voHduCmR3ZhutbEtfdvy39DL2AssQmozQBnHw98+y9aK9jgxwmrmC1jb4FXzZvY1P6EPaKayyHhyBIrjCW2a9CLTgCGsFvq4KsstMKXdp395nPAmccAfzhn7xxbHpTCLidUXv8+JsOu+6hIwi5LYVeb6k0fzglmRXRk/MY0WS2NhsfFoU8aiyjs6Nrh+2rU2CIJfZbJsOsVohMmAZcssW1Y/XXCziLSn4jpgmOxeiTDThJ2WQq7pm7jLVJ0QirsGvl2Syo4UXaDbLWO85cMEkHtZ7jkwnVsuLLkcJHCE1wF5jlWmGFH4zYijTuyxBJhVwGGqEpsXGFH5LIjj99uMsKO+rw25iUbds/gTd+4EZ/95X14+IF7whe2dxC5UwB1pnglPG7fkcg2a5YbhV0ufB/4xguBc14ObL8/f/sBQ6RKrNNphh1V6zQKuyRQQaRl1eD8ZC549QnW7w7Hgbeui/e7ewWKKO5OuxsMwu6xG4Hd64K/W6mSRwoz4Shyy9etXXsLfBIimsDUlvRtsyAHo/UiuXSyEytknzUoBj3nCTAk6FIHTRBtF3DkdZY0sRUCuPY/gr+v72HxgFYQI+zSLLFGYddzpCrstHuFTuh1A/y+UMQSSxPdkX2CxzRVnCuVFllKFpr4juwn98XIPq7kG16dvy+DjsBX3m2el9hG9eup+Wj7sX29GERBhV0zVGIoS2ymwq5Y7l5S0Yn5Agq7rbLgxP7LKrAsq7WCFb6fXAXaIAZS2I3IKryF8gsllMLOseE6NoaVJVYuRnRadEKIsGiKWw0VdrPjsU2JBCY7mk3EtVdlCrvWCbuNu0OlcWNqR/iCnoHaZfB8QMJT1oQFNFYOl7DPqMkSywXPO7zrooU7jgWAEAJ1qdQsuTZKbkBmN9qtAG8Iu0zEFHYFq20vZtB9GADu3dJbVXEqVLszCrsQPP9t/S3F36cssWGGXbM+l/WO3kG38expzxYrmMKuoYpOpBF2vOiGIey6Ah5uai9wLqLB4gBX2Kk2kTCx5X3AikN7f1xFUNgSq2fYGYVd15GmsOPqbACYG+/+Z0cqHRexxMqJLpFsaUUn0l5P2tfwPvFtaT9OCaguj25v0HXwlXcP7Br3WlfY6UUn7Fj11tYssbzoROaEQ+/TUotOBN+PF52oF1B4bJ8MJgr7yADvcpFjIvzqX4EvPgl4sIWF5yUKpbBThF0BslaC5x6WHFYllpR1ROa2q9blC1heNcwfTSDLiDxcPhSQCQ6RcxGFXetjSF7Mwp5jCpNeLOgwhHbjsOjEyuESnnxAcP962ZP36+nnDwx4TNKe9Qt3HAsAIuuAgPh1bTv2fEtoGMIuC5RNO1YZHEssKd0B4JHtU2j6PSzIlgaaBxnCjoETdlvuCFa3Nt4GbLsv+31+mGEXEnYLZImlgcHwvsFjmx20aISEnVLNpQ2i2fc3ltguwG8GRSaA4Mag7I+GsFvS4DkGTkaGHbfLLBbSobAl1hSd6DnSFHZ6bl1PCDv5+1o2U31kWWLlYIlUb4256PZEuhEJl7VQRvfGEXlv5Go9UvKVhrsX0G6QCj6Qd8AG9W1k2OlKKJv6DCoGUfB35OSLIm0yq8TmW2JrDV+pDsaqbksquZ3TwXFTxb2WFHY3fz14vPLj+dsucRDhS4Rd2SWFXf555iowz7EwZHU5w67BFt+8KlCmgkEJhJ1svyuGPFjw4Qpa9K10pLCbZEVdnAhh11uFXVLRCQA4753PxpdPPhr/+qon9fTzFzv8osTB1Nbwb31RbsDBi/sEKtiA/G0ahV1PQPem0UrQlw5CRfMte8Ix5XzDjyiO9xqo3ZkMOwa+EjG3B7jpLOCbLwa+/bLsgNUEhZm/UIQdWXv2eWLwuGdDW7vx2XfKrxLLCDthCLuOwc+dw8gZc06XNtQqi5utuuSE3dT2+Ot7G0KExFueJVZ/frEUzRgkpCns9AlYgu2qY/ABbxbprLaX99GhVeFzNXYvJqKNXs+akNLkl8i/WhJhN8L6W7NA0ivQZHys4sLlCjuVYVf8utdX8RVR0aYl1nOskLQpUnSC7NgJVdzJDgsAoxVPqYWKVIndIRV2q0eDyWFbRSeswRia9xKkIBspB795K+eZV4n1uMKO7nOebBuNNh03pJa3nKBfqqQTdnQdLB8qoQyuZK6EfVo7CjumYC3XxtkH9lZhp6yMGmG3YriE1x19IJZVl2bw/+RcHSd97bd46id+hdvXj+e/gc9rp3ekbzeA4P2s51gqn7JthZ1yPhnCTge3HxNh16rC7v4tk4su9258Njo+fWj7Athiu1zsZDBGBXpn9qt/DR7n9wA7H05/HyOsaiI4oaLdG3QnaNTCge7qxwePbVaKJYVdUEiiuCU23NZMdtoGP3dGYWdAiCjsiBhPmNhywm56e5BntJDgk29SHohm8nHpE3WjsOs+chV2lvb/LoKH53LSWaQMoHm1bOoHSRknREi6EWGXNSGlz6ZtIwq7yfjnmAWSnoEG5WNVD25EYScJjhbOvT4pcKiARYuEHVdLlaXCLrvoRHHCbrTiwrEtlJziVQq3TwXHrRR2kkjKndBw+6Xt5H7OUoduiW2luEedVTKNVomV6k4ioNutOE3qUFLIKcJuInb/rMl2sWLIQwWszbvVUDXchsJumhV1KdfHwxd6bYklhZ07GNPLbuH8mx/DHx8bx0ytiS9eUaDwB3eOLTGFHS3C2BaCgjKS/G10StgZhV0MXPkdWmKLk2/X3LcNL//SdfjYxXd1/dg6AfV/a2RF6oe2ZcSu9ArGEpuAmYzVBypGkYSIJZaqxC4AucKDs1d3prDjVWIbeTZX+v4iVOMJQy61D36euf3RnNOlDSKvbKawSyK0uJVRNLNzvfYGIrllrKpb0rHTpNdt3RpnUBB5hN3YmuCx3UlmFvhKIR98JJAdAKKZMariomzP9ZkwOmBopdx/lsJOU+vVJkOikFtiO7CPGRQDEWGjFQ8u5G9vOaxfa0VhF7YdB03YRABStd+CltgGI18qrSjsiGRMOGZecAIAvFYUdlPBca+iDLuiRBIvNpHlDDEAEC86oQi7ZvGiE55jo+TaGNKLTtD9rt0FfL06IBF2ELH7Oh3LCq6wowJVbvs2/0lG2JWa7J7Qc4VdWNDDIMQV94QW11vW7kIjry/hFYoHhLDbPjmPv/7GjTj/5scyt+OEOgB4tik60Svw+1I7Crtv3fAIAODHt25Q1WYXA+j+8IyDlwNYIMLOWGITQIObA58Vf2332vT3kcJMuGhYwUBPLMREk1ZWbRdYeXjwd7sho4ywyy0kwS2xC10ldxCgcp4cwLaD3xNIn9QaLA3wVZYsmzRX2AELn2PH+428qseq8mL6JNigQ5Aldp4RVkKERO/o/sFjoxeEXYIlFkhXUjaZwoQyyUgZpxRyVlgoImtCSp9dleSe8ENSkiY15RETQbAXQAP5kbITEna2G97rRPF7HWWNjZRdlLgVkNpLgd9RCIGGzIRyHUsp7JJyzO7ZNIHfPLAdgtTNGTbeibngs0lxoKrEFpjI7JyiohPB5LCw8osXJDCEXS6mNYUdTe5rjXwVDpElrrTbDSOFsKvP4rcP7cDffPtmXPKnFlwvOkHgsQISmgK6xiyxFYuse9Xo+/MWfX//LeCXH4pcM1xh5/mMeOyxwq7OLOoGAepNH3dtCn/32XoTD2zNIRD4+G9+oi1b9GLDV656EDev3YWPXnxnZpZfvRElfR1ZdKLRbuEAnUA3UOD3pREi7NqsErt2x3T+RnsJpMB++kHLASwUYdfddtd9wm5i094nKGjF6kmvib82uSX9fYywKpXKkef2Kqhj9oaBZQcFf7dZJZYGn3U4qFOV2NTKjvG8uwVRGA4KfO3itHMUjgZLAzRBtF2W/5VjiQWiK6wLAX6MnLBLVNjlT4INOgQp7IQfVavRuR6RhF0vFXa2F10tTJtIKoWdFyqmyL5Kx14aCW2JWRNSRditCJ+jfcxzS2w5ur1B10GD++GyC9eS4zzHCxaogLYUdmMVN1pxVlli81VFfALn2aHCTifWZmtNvOGs3+H0c27B3Lzcb8biwoSusHOoSmERhV2yJTa36AQn6XpxDQ8YYpbYFop7hKpMC55jo6ossZKwc8MMuzPOvw3XP7gDn/z5PcUPTh8LAok5do2mD2rCEUssKeuK2Pwfuxm49J+AW84GHrtJPT3Fik6UBLuW6r0dV4RVYgdDD9INrN0xjbm6j5Gyi2cdGtzHHtqeQyDo6s4eFwvZG7ibkZb3bkknjhXpK9sQkb+5qsQ00IKgIexi4BmwVapo3oIldu32sD8Zn1kcY69G01djgGccHPS7D22bgkiLcOkVFGHndmV33e1R1/8+KEl/7utC0m5vnCCa2B7yHODP3wYccDTwnDOC57JWk5Ql1g0Ju4XIXlK2nqGQsJvd1daE3Uq0xGZXdlxwS/CgQGfTs8gZg6UDNXhnZEfSALymKeoWi8KOE41AMYWdIam7D68aLgLQfY0G8ZYDDEvLaE8IOyLg9LaQthhE25fDSTAp64hsKzOSLUthp/KgKsGiFhCSG5EqsaX8fRl0BBrcD5dcprBzgvYHtJS7ye21HtgEQdkRCxB2LNPIdSxUPKoUGp1wbJ2YU1VflYtCLS6kZ9gRYUe21iKh52SJ1avE5qoWDGHXEqioAhWdoMl9vUiGHaky7cASO5xmia3PYPdM0BZ2TbcwNk4KGyfCjllSObm4fKgUEnb0+cqlkTGG3HF/+DcTKEzV6D0CZbBrqcdj/LQqsUsZj0hS44h9hnHoqqCNrd+VM77Tx389tjLvDWxmlTuzvn9NU2lSldhWi07snq5hz0zdWGIzUGNqxoqXvOCVBiEEdrB+kfrKhcY0s+Y+7cBlsC1gYq6BTXv2co2CpIWbDtDdHvXBXwWP664H1v4GmNkFfO044Ly/6urHxMAH7Sd+CXjPb0JraUYnR+RULaKwWwByRSnshoKb+vA+wf8vfBuw9rqWdmXJBlKPVIlNy7ALvmuDqfFMhl0HaDJVCcAGW4ujEzNYIESKTmRk2Okr3zqBt7fBj9uy0slG3wcgB1JqEmzafNdhWfEcOyLsKstCMqsXk31l6y5JgoYUVS1YYmuaJbY0ElZty1TYscmvvq/EKrGm7fUKpHyoeNwS67VliaVJwVjVjebhOcXdDnVGELqOpYg1nbDbOR0SFrbQFheSMuxmkhV2TV+gmWHLmqk1MCMnC6ukJbZMk6BchR1T3Ph1E6WRA6oSO1xqR2EXWmI9xwqrxOoKu3q7GXYJBAH13UwpVWf23RVDXphhR5/vFCDseNG9qTAnbV5eA2XUYYO12R4X1uNFYAwCPLozuE8dtmoYB68Mxkj5hN1gKewaTR9bJ8LvtCWDPNFJX1dZYosvCG2bnMMJX7gWr/jydWHUk6kSG4Mi7Fxb3T+LEnbTtWbEUrt7kSjsKA7AcyyMVjwcLXPsLr8rw3HZC/A5VBfQ3R518x3h32uvA274IrD9PuDBXwOTW9Pf1yk4YUcop5dRJzSooipcVMrBINFaiIkmJ+wA4OBnB48P/gr4/l9mV7rVoAi7SJXY7Ay7OsuwWzKTndnd2XbpdsAVSUBY6W0pDbzX/x64+tPtD3QHETTYth1mk064JnWiZaGLTugVjtLIxoh1lhR2C6gq3XYv8PMPAg/8euGOoVegHDtdYVdZFp77XhJ2qm/LKaiTVHSiXYUdJ//S9mWKTuwV0GR8qKRn2OXEbyQgtMR68Li9toXfkSvsPDtdIUA2VYARdm6GJVZm2C0bCtq5y/K4smyxO+XnlF07LIagstX8bEuOnltnVHaZ0DPsChf3QKjUcW29Siwp7MgS2+ZvoC/eAomW2HlWIGPZkBdm2NHnZynyCbwgASfs5HmoQruOeqxApnNrik6EWLczmOMdtmoIB68I5nmPLTGF3dbJefC1jq2T6e1Qb0OuLDqRtVii48I/bMDumTo275nD7Ky8jo3CLoZ5Ro6W3WSFehp2TUXHf4vFEqvfG1539IEAggxFurfvFSQprTtAd3vUXYxYWns98PC14f83/6mrH6Xg+9FVdkJFUyIkoFEPLaGKsBMLMNFU7L8cqD7pteFrfh2455Ji+/F92HKFu1Kp5JNwZJ8VLhxvCeX/7FoLfPHJwP88Nfi7W9AJjiKDrUHDeW8Ervs88Mt/XugjWTzw2cRWqYAS+hl9grZYLLF57ZlPeNUkeAHb/NWfBm79LnB+j5XdC4FMhZ1c8OlFu+GkM5CvZuMKE8okS8qda1thNx3dZ0RhtwTuYQsEIsiqnLBzmMKuhcWpUGHnwaUMO9tj1ub835HIM9sCbNtCxSP7qaawYxMLpwBhR5bYMRnCTQoPIHvSuFPag1YNl2BZwSSTZ3llWrr0saoh7DIRWmKp6ETxSr6k1HEdC67Dq8TK/oWU4trCY+EMrSxLLCPsuLpluOSyDLtK9P1Z91OusJveHtt3Fdp11GOFncmwi2PznuBaPnBFFfsvC37b7RmEFYCBy7DbPB7tz7ZmKOx0laarMkSLE3YbdoefNzdPhF13iJNBAr9eqWhTUYUdV64Di8cSq/JNpfr6zc8+BI/bdwR7Zuu46NYNe+9A/MVM2PEbx8Y/AFvvDP+/7d6ufpRCYxbKjhVR2GlKhAQ060Fjq7MMO2sh8sa4ggAAnv4m4NVfAEYPCP6/p2ADYzf14aEqGvTzpnwnwTL8yuUllD21+XYZ1l4HttyZv31RNHUVSgE7QytYe33vrqNugSpW/vH7+dtuuRN46KqeHs6igGBZT3bGAFwnWhaTJRZIJ2mSCLuF7Ed2rwv/3tshs72GPumjx+rySGXDriOmsMshaIg0c0vhfVkn2cqjrWXYOUxhp1tiuVpvKdzDFgg0uK9GLLHcIt2Cwk5mui2renAgJwiOW7wyJuITu1AhEJ1wUOVWQISfRddLgQw7rrBrZEwaKeh/tBIO0MuMuMgM89YV1b2o9jwgEEKEllhSMrZg5+JFJ0qOhaEUhZ3QfgMiCXORZInV1dEISbWyY2O47KIiLbGC7qNFlKszKYQdXauW1rf2eEHDZNjFsXUi+A32G6uobMsdUzmEnX4f73F1316D+lTC9ozvrzLs3KDfbafoBD+/NSo01CVr4iAhyRLb9EWhc63neuq/8UJhVsZSDFO+qWPjDc8M6gP8ft3u1Pd1Hcp1t9gIu2Y9nKyTHZWD3Ui6ClWYwQpXxYDEgFcdzbq8OVouHC84ofZCKEMa2s3dsoBj3gkc/y/B/ycKVoxlN+LhahUNkU0Y+Y3QEluRhJ3tLwF1Aq/GObure/vVJ7VFVkeL4p6fAd97DfD9kwaDhBAC+L83Av/3l8AdP1roo+kteLvIUibFik4sdJVYbXWokCV2kVWJXehKu92GUthJlRpX2Lkd2riy4DMFFJC/GJFIssnfQmXYFbSxJllik/Zlik70HIkKO9sLiQXRQtGJSJVYti+luixuiSVyQCnsNGJsXE4kIsUtiijsiLCzmSU2I0dpaj5430glrArHiYsssi9uiTWxEmmYqTXVMIgmZaWWLLFSYSctsUphRypl+Si03yAs5JCDRMKOFlvG1VNc3TJUclCWltgmLT4oVXvG5/LxLGtDC6Wwq2sFAwYZ/3fTo/jSlQ/kVp+k7LaAsAvaxO6ZerYalAg7qrLe55ZYUj0RJubS23SdFUIAwv633oIllisYa7UEi7oBgPB6LTFLLFBs4UMn6GYLWml7DTp2isgAguITAHDXpr2oVKV+e9Ep7ChHwbKBJ50Yf52r77oJuSopSkP400bWofHVrJTOtCmJMt92Ycsbq70QllhdYUegirF7ihJ24cUzVK2iqRR2yRdRU1qCm7BRqS6gwnBvgw2YIvkfnUInOLqZYXf7D4LHyc3A1LbO99cLtJJbNrUNmJIZgnf9pDfHs1hAv7/lZBMdpLCjiouLRWGXa4nlk2Cqtr2A/QhXEPS5jSSGsjZ4p74sYontRZVYUlsWVA9HSDZS2FFlV25jLWB/5O1Q7UvPsDNFJ/YG6kxh51hyQG+77Vli6wmWWMdjqsv8xUNubQTAqsRGJxtUCMJJqkablGE3GzxHCjvLstSkMYt0m5STULJpAoBjW5Du2EyyL1J0Alj4SIRFDMoosq2gLQIhMVrMEhsq7IIMO90Sm5wHOj1flLBLmKjlWGLLro2qJV0vVguWWH6MrA3Rvit7PcNuaVhiZ2tN/H8/vQtfuvJB3L0pnUybbzSVEmn/sQpWDJXgyL4ks/Iw/a6j+wWPfa6wI8KO+tTJDDVWXVuIcajoTwuWWK6wa+rjFwMFpfJlCjugGGGn94dztcVC2MmCO+z7POmAYOz86M6ZbKV7N7FoLbGkoBtaBTzzNLlSWg1VYj1W2O2qeXj9mb/F79dJxRTdeP16qgRcyIu4aXlwSwtI2Mkb6FTTVtWEAABja4LHyU3F9iO/jy8sDFdKaCBbTu/LwXXTcuGVSGG3BCY7fEVyphcKO3nelf2xC22Kqyx3PND5/noBToQC2UrAnQ+Gf08UbN/9CmWJtbNJBRqgDa8OHhdaHdaqJdZ2F0duIyfpBo2wyyw60UtLLLM/AgUIO547Rxl2pIqTxF15pJjCjqv1sqrEmqITPQcpHKolB54k2YTjhosMbRSdGGUKO2G3aokNiwcAYFXuogPyWamMiirs0hcXdIUdADXJzqpUSJNSrrADgoIYQI7CTifoeqyE6mfwjCI9K7CIwq6hK+z0KrGyL7UacwCrsKqrhFKRWCU2m7CzLAujbrD/ui3fVyRWhbcbZqsOLbHBsQhI1rjXCrvG0ig68eC2ycS/dVDBG8+xsHzIg21bWDkc/L6ZOXaklB8hwq6/xzJE7hwgM/yywv910tcr0Pfq4ISd0OOKDBR4H2Tblrpui5BaUzIigH6nxaaw44rBlcMlpfrdObWXnIRJ94EO0EXCTirohlYDhzwb+MBtwPt+Cxx0jHy9R4SdHMzP+MHA6rcPyePwmD02ZQIj5AqusF04pLBbkAy74DiufGAcJ3zhN3hMVhRCdWXwODtezAZJRSTgYqjsKYWdyLHEWrYLR9pQLPiDX9V0djz8u6uEHbP1AKwiaBfIi92sOMbOhzrfXy+gqxV1iw8Hr3y8e91g2HzT4DMlCnXciRl2sp+i636hJ2ytVom13SCDKmmbbqA2A9z90/xrdpAJO6Wwk9cW9WURwq6HRSeKqocjllg5CY5Vdh3NV9j5zZDw5hVnY0UnhlsiegzaA1mVqp6jsuCExRR2ogWFndzXaMVT9lphe6wPyR+L8SwyIF9hp5R8ALPExo95QsuwCz4jn3SjSeloOToxdJ18dV686JDJsEsDZckNs/NcakFhp4hex0IJdZSoSjH1VbJtWKIZIXlnWs2w4wSBXnwHLKtLHvuYIwk7SyPsssaQvJ3U4go7qhIrKsuDFwooVzvBvPadBhX3bQnHt/duTh/r7pYquhVDYSGaFbL6dGbmV10j7PreEhtcO2uWB+OULEusfl20WnSi1vAj9wChxxUZKOhFYtSiVz2/H6UIiH1kLuOiIezqoWqQYFkWVg0XzI/sBvxmGBGy6DLsaAJBCoDlhwCrjgzVIr2yxMqJQU1WRL1zg5ygOSUgZ0XJJ0Wa5cH1ghukg+beJw/oOwgPTV/gFlIJkoReNIupbRRh52C45CiFnUi52fuyE7McF45U2PH9DCwiCrsuWmJjtrHWVQeJmN0dJR66eczdBCdCgWyyhNt65yeiv8mggX5/bolNrBIrr/HqCrnNAl+HMVVVShXORIVdDxY+bv46cOHpwDdPCElQHfW5aH8/cIRdWpXY5aFiqBeWJ1/v2/IUdrzohE6ysUIReao43tZ4AYt5TWFXZvZaY4ntGUjhMMQVdrYbqIeBlhb7iFgZrbhwLaawa0GlW9cssVxhx3OlaCKhiEFYYXvRSMamLzCp2bf4Z2SpPOh9IxphV0SdZwi74lAKu3KooCDCrtZClVjPsaOWUU1hByCs3Aqg1ixK2JHCmCvstMUWhAQu2a1HnOB985bsF50CLo0cS2xZFrJoluS9o+cKOyoYMNiE3baJ8DzuyFDK7Z4J2g+p6oCwKM1khspM/U4DqrALSLXk60nPQfQK9L1Jn6VgFHapmNfyAlupFEsLJ5TLOLvYLLFetA9aPRoc514h7Pj4ZdFZYmlVn1dqBeIh2d2G7NRqCE7I7Rv2QIhgwCXyLELyhArbheOVYs/vNchJCZGO91AeglcNB69FOmt5Uw8Udi6akrBrpkyeSSZssww/fjwDC27d7Ga7TFUkdUhe6GS3bj1dLNCVPVnHOaN9p0Em7HiVWCeF9AKYwk4SdotFYacXUdH7Ez/h+/VCYbfx1uBx91pgOiXHUV+FXqzXSruIWWLH5fPLi1VcbRepVWJzCLuIKk5OJlWhCFbZNU31wa+TTIUdz8MzlthegRQOUYWdwyyxrRB2wb6GSm5I/lmt9SFKYacsscFx+CLMKQNChZ1SSzleahueYKqXCGFn56s8qEpszBJL6jxfBBEQZz4buOpT0TfHLLEp49bGPPCzDwD3XZp6HIOO6QRitJ0qsa5toewH57kGVhSKLfhHCLsC+waQYomVfRcj1ThxCADDdlMeS5uW2Oa8mr/ECbvRcJseihJ4iP0ggyvEspRyu2eC15YPhX3JqOwfslRmah5Kopc+V9jRNbvvaEVleqbZYvVKw06B/FCOmHXdKOxSkV5pvYglNjivVPm4yHv2BpIssUB4nDsm9wLH4S9mwk4OoHfMu0oCDCA6WO/FTULeGOcl2bVjah7n3vgonvaJX2OyKS/OlIkvEVbCdpXCDkBvJptZUCrB4Ed9aLu8oVsWm6AVIOyYJTZQ2AU/L1lfdQgaXDsOvNICEpZ7G1yt2M1KnLEMu+LWnkzoirrFSm7p15muuOPQScisbfsditBi6pFMS+zy4HGhiYdUwq6Iwq4HfQi3gk9uSd5GVyIvdA5gt6Er7Oi6qS5narUeDEZ4Gwby1cNJlli9UER5JJvABqJEnlOK7ksIrUpszr4MOgYN7iusSmy7llgedl2xg7/9FlW6KouMFHZsRZ0TN8oSayUcs07YyUnkUMmJ2PpIBdXMqFQ4laKwU1UOmz5w9aeB7fcB138hSnBS/59ng7zpLOC27wE/eHPqcRTGdf8N/Obzi7eQVQqma6Swi1fjLWKbC5WZNioiOO+zYDE6lqVUdlS5FQBqRUPvFWHHJmoJCjtuzQWAITv4zecUYZdzP23W432w3D9ZU8uykEXdGw236eHYIswfG+wqsZzYzyTsprMUdlmEnWxDRNj1edEJUh+PVV0VGTCRct500pcWSxoFq8ROa9WcLX1uZqCgV1ovt7DwMa0RdovGEsvGFhzKEju9lxV2i84SKydG1z06g9ed+dtQGqkUd6I3En9545lH2Bl+/Gd3AwCmiLBLy7BjE03PYxVaF0xhF/yom8fZ8SZUlsrfj4tqKVTYpVliuUzYc13UhRPZz8CCD1a6WYlTtaecqpqtIkbYjXe2v14hZunJOLf6dxo0JRSHssTaYT5T0mSU2iWRMouNsEsjGyOEnbyltDBxLwQhormHaYSdThoPmq0syxLbS4VZmt0/7XeOFJ3QVHE0YS2N5qupuFLFsqILgI358PO5wm7Q718LCD6Rcu1goO9bdlvxD3xlv2yTWo9n2OXfN2useAAQHaDz1f6w6AS38RLJ6Ecs9qrgRCU6yCZSJSsjjSxCQ6UUhV1TRItGbbs3/JvulzTmSxs3bL0r9fNbxu++Alzz6cU7pkhBaImNK+xqBcLSefZhySfCrhLdSObYcYVdvbDCLskSK/vuWtwSSwpRIuxmBSn9chZ9k8ZYtSkIIRQhPuoFj3WXEXY9LMyjq6MGFVwdlq2wC9rP8qGwLRChn2qJ9f3wNx8iwm4wLLHDZVd9/5kUC6VeJVZZYgvY3YFQ6UywqJhkl5ROg4S6tuhVSinclASlsBtdZJbYerxKLBCQxUC8ffQE6v5tdY0o7roldkaU8diuGfzmge2oN3185/dbw216oXYgkkq4GCpFT8qcoAlMtsIOtqOqxALoTlXPVqBIx6AxbRqfDfNXWiLsZEl44aDs2vAlYeenWWIpw852UfZs1EFkwoBPePgkvpsT+l5l2Okh+/2isMsk7PrE5tsNqOBRJ530EiIcRJOqdqGrXeqrkqmWWE7Y0QSjeDWvQpjbEz1nUwUJuzRbWb+CVBoxS+yyHivs0iyxaYQdU5ikFZ0oj0QraScp8OkaoO04+ccC1iMKu4UoHLVEwFfjPSv4W1h2fntIQI3lFCUr7FqwxMqBuWVZidZImhiSjde33OggmhHPpHqhwT0hYmtNAZGE+lg0kn83ycbEvFo6jUWI2Em7jrt1/+cKVbqu+gSJlthWFHasurDXDM77DMrRjaTCLpphV/C+5icQdrTYMD+p+rqGlsFIFV3niLDLU1vW5f3OsoGhVXL/U5FzMOYGbbLuDIXv6+FiYE0jWwYVE7PFLLHjZIll9vqxChF2KfcqPtYZ3id4HBBL7EjZRUX2j2kEjyJ9pUqz1aITRCQRYWOpWBpjidVB9zO16CULNxUpOqEr7PRiTwsFpbDzovdhul8UrvbdCXy2aG11R23cdYXdjFyluvHhHfjq1Q/hk7+4DzNC3gi7aT8ksAy7Yw9fGXlpjm7ABRR2Jc9FU8iTutcVdmHRCQCYrjXDbANF2I0X2I+UvsNFybEh7GzCjiY2tuOi7IZFKgbeEssHK72wxHY7w47UaCP7B4+LdTU8prDLyGAjEnJ0TfC4WL9TN8DthE7KZJRPzhaNwi447umGhRf/97XYOCnbccwSyzLsrC6R1DpmNdKaT3o59DaX1Qb7EUTmzk8GpCgRd9XlvVWYtZJhJwQrUuEFSjog6Gt9P5phx0mTJLKnqfWpyhLLCDtvSJLhXYogMEgFJ9lKpLCDGxAGQFtFJ0qujbLM7vItN6q6zIlRURlgdjggDqvccYVd8HeVlHx8cQGItJnpBPUWoNlaU0CWoIo2UVDvbTSByU3hCzwagu6fNOZLa8ecsOtkYaQxF1Wo9hGmVJXY8DwXUUASwuy4UGE3rSvsEgi7IvsGwBYsEqrECl8tZoaW2KDNVqV9dcbXXBp5CjtvKPgHAPXZCLE44kqFnV0KKyP3MB+3rlWdHFRwddx4BmEXLgDEM+xSFXb8Hs4tsXu7IGIXMcUqO1dl/ziTW3SCLLH5cQQcpHTeXxa4sIU2fjFQaGgFPlqzxFLRiYBrqTX9wr+Rws6Huz5OT7PE7lXCLinHtEN0nbCblSTZjY/sxKV3bgYATBNx1guFHasS+4ZnHqQ6AgCYkxbT1JsTV5i5NhqkMNvrGXbRohMAsHmPHLzpgd1ZYBl2JdcOBr9gSkIdTEFTdu3w8wddYcdVNz2xxPYow27lEcHjYlWjtaKwI1vc8kOCxz6X+2ciUiU2RWHHzx1N2BacsAuO+48bJrF2xzTu3iJ/z0xLbOtZVoUwo6lK0tpLTGE3YIQdt8TOTwBgSuyeVomlvNMChB0nbbjCDgj6hKQMOyD5vstXKYGQ/JufDMcTtP+sCswGXQFX2JVIFcctsS1c90RWlJgl1rd0Ii17f3oGGBCSZbTaL4RQE8PlVZnryyt2A1HCjvLRNFury22tKVDEoKawo4mnNb0jes1QdpwQ4eKhssSmjMMEm0gxe2XLYMUP+o2wSyJVnRYm9Q1GlHnN0B0UgSsJOyvsl4oXnUhS2A2DClnQuVeTZXnsVCBimgi7PHs4kbxelZFxs5HjHLKDc9WwvN5mzNIhLcGiE1kVT5Paam6GHf99SDnp1/t6PBMq7BylQJ5LtcRGSV+14NFilVgikkhZbTLs4tDvoXT/bMkSOxL2nS0VnvjDOcD/PhP4+QfC52ozwDmvBC79p+L70aCqxGqEHV2De8cS232SuGs9qiCFnbzpPbB1Cg9tm5LPyRtJDy2x8/Bw+OphfPO0Z+ETJz4ZH3r5E0NLbI7CzrIdeI6F+kIpzEhhB0+tvGyiHDu1alago1YKOxmWLBuKSLvZy8GwZXsou0vIEssntM35llQBmUjLsOuUsCNyYkyq0YqQtwuBmMIuxY7o+4ywOzh4XKwkZDeQWCVWaxM8XJ/sSYuEsJttBDfykNDPssT2SGGnZx6mTVRbIY37EaTSaNbCyb5bDcg6qrgqmt3r0whKMVeEsNOqY3nVUIE1Pxmt7MrDeJPuu02m1AOiCjuu1Ms7JoOugCsfyBLro3VLbNMXilgJMuyC9zW5wg7IXTzVq2wCXCEgK26yVf8VFTt+zICmsNNsrQ9fDfzP0/D8+o3q2NNAk5WqprAjMsme3hx9w/T24LFZC4m4vAy7yAd2YJOjPtQbDrNH+wRq8s9IVa8AoUpQuU22pSyxU0JX2AX/ryK8Dxe2xCapKywrVnii7kcny2X5WYqwy1uEoDGWW1XHi/qcIuwc20KVE3YFXR+1ho8P/uCP+N+rHszcLu29wOBbYnV13HSKaodIjdEIYZdjiaX2YzlykU4SvX1ceCIsyOMpUiitSAFfzAGKLZYkfdYqWeiDCiR1K/x/kKBs+VoObCGFnVzcWjUS9nNpuYSJuPSfg8c7fhiKZx79LfDY74DffwvY8Ifi+2IgO69eJZauO70oSU+wmBV29blg8DyNCh6/b3S1jmyyPSEayBIrPAyVHDz/8avx1ucdjuVDXlhpKVVhF6oGPMcOLaF7ecAvmEqQzt2mcXnMUpZfKGtNU9gJi4pOpHwfSSTYbqAwbFJz6PZkb7FBP5fdIpLTMuw6JYCJ3BqVlthuqgK7iaKB/7UpKGUQkZDzi5SE7Ab8JMJOI8Xp3DlltbK/4Kupsh+katOhZT6rSiz1oV3uQ3RL7HwKYdeKLbsfQRM+ANjzWPBIVYVdNjDoNtkbs8Rm/M56dSxeLGKKWZlLusIuifwjS6z83CRLLO3bZNj1FEKIMO/GseDZLMOuRSs8txZ6ro2SRQo7J5/EjewnOIbDGmuB77wKuOpTsQkHz0laXnHY5yTbsWdqWj7a908C9jyGk+d+EDt2HbMphB1NOB09+oEIO76woDJMU747v7Y7ybXq0/w6ILnoRCsqnCZrx24jOPdTohxmRwOJRSeKK+wSqsQCYf8tydKwynHQPkoieN9Uk1waRS2xFTZumI2o3Eqy0ErdKhWupP2T2zbgkj9twheueCBzOx2+H/YRntOd3KbFCp2YSCMqJhPyFkOFXYFiS7YdKuv72IkSXrNOaIlNy7DTLLHUloraLakfXj7kwbIARxF2xhKrgxfgAZIjJdLAcwmJXC2e89mMZrttui145EWVNvy+2L40hBl2msKutBcVdro7pAvoHmE3S6t1Vbzg8fuo5w9cXg2zIXqgsONkF795L6sywi5V6UMKOw+ubS+Ywq5ZDzPsHr9vcEMPFXbhTTgXsoHUhRtcfEphl22JteyA4FNVYgd5wtNsxG07rahw6nPpuTGtBrMXhU7Y+fXO2uj8VLTiZrdQtEosTTJsD6iuzN52EEC/f5YllgZobjkkXhZa6SqPm6pNp0YGcCu41SPCTi+8kkbY6UTVoBWdsJ2QoBpfHzySIsdhlq5uFyxpJcOOP6dnzxFhZ9lR5V3avnSFHU14G7Ph5EW3xO7tSIslAl5sIVDYsf6hRSt8hLBzLJQlYRdX2GWPRWiy8aLpy4OV+eu/gGWOdF3IQTtNCj3HwgjxFbCDyUIC0agUdmUncq+vioD8zyo6oQi7UnRoTZZHq6ZNuCnDju6dlhMo3oD0/p8v5HSksNMI7z5CUtEJVdgjR4UTIZ5tWxF206IcJQQow85qJ8MuwRILRAtPsGOl9lESQb892dBzkNOIHdnPu+Wowo7lUpWlpbeB4pbYmx8JFe2tWNw4WTrIGXZCiJg6bHZuFvjBW4Abz4w8PyVJuZFKKwo7rf3QPb5PC0/Um74iu0fKYYHItLZV11SaToH8UI55liVacR24yhJrCDsdeo4mXbdzOYsT842meu9w2VXvK1xJe2Jj9P6+Q6p5t9wZPrdnQ7F9JRwbkJBhV9mbGXZa/nIX0LUetTkf3PTcyghOe86hWD1SxqrhEt75gsPDbIgeEHaK7ILXBmEnLaGOg5JrtZ5h1yVVkC9VIA3bw+H7BIO1Dbs1wq6Qwi60xJZcZolNUdhZ8vvbTrB9cykUneATeBqsFyWLZncD//Nk4IK/Tn5dV4PkDbaKQhF2B4TPdXItfecVwP/+ObDtvs6OS0dRhR19n/JoVDEzqIhYYlMsLnTu3PJeCYYuBE1hpwj9IlViu51hRwPV4X3l/9MIuwFX2AHhavu4VNhVlgePfGDQ6DLZq+dxZBF2SeXsaaI6Kav7lkYlYWJlTyJjGXYsD48swaQQ6tYCiUEidJLNk4vjQYZda+p8rlTybBslbom1HSgLWM5YhOw8o344kd3HCcZlNBkkwq7qOaAaBT6NdRLa8QzPsJsPCTZbTvoyFXa1lKITkkyyFcks2yxFQZBqPlLtuIDCrhPXSh8r7KZZgD2BLF1ZhKr+uudYsGWG3Swq0SqU8j5MuXJAOwo7jbCLWWK1cH0/eN9kU2ufaS4Z6ucjyvzZSNYkHX+NW2JzriuuksmqgKqDn7+BtcRuuRONG7+u1JhU8dVdey1w3y+AX300cn6nEhV2wd8TeZZY+r0qfaKwm96R2La4XXi47KqMz7QqsXWtEEKRCt0cc6zoQMWzmSXWZNjp0As3lQsSb9QHA8BwyVGEXWGF3e510f/vkGreCGG3vti+NNBinb5osCBFJ7pow+5ehp2cGLmlKg5bPYzrPvwiXPOhF+GIfUbyibMOUJ8P9jkPL2JDWFb1wtLoKfYgS1PYNdImpEm45ZvAfxwI3HVR+wcP+rigg7PdIIcPAB7eLgdTdBMuQipxSyzLsEu9OZMl1vEW1BK8V8HbQnVF8FjUYnrfpUGW1oO/Tq7W1IoKpRUQOTG0snWSUcfWu2WHKID1N3V2XDqIHCGFQKrCTn6fytjSIOzkJLYubOyek+0mVnRCtkuHZZF1m3RpFbLdEpGfmnEpt9s4UcdFf9ocea5roDajLNRLVGEHhP3W7rXy/8uDR8sK286CKuwSrAB0nRNhx0mCLIJCjxlwSuHfpNaLFZ0Y4AWnBYQ+GfeoUATslpW1alXftmDblrLEqkXDgotdpIga9cOJ7EoruJfoltihkqsKZaj4j4R2PDUfbs8nyMNiKvKZOnxfqM/ULbFKKVIbD55YfmjwSPunghPeUD6pwhdyOlFhU4YdFXLpI3B7HSFU2GVPGLkCz3VsOHKcMo1ydLKZWCW2YAVEvd8iKMKOik5E1S2uH/Tbe+p6P9uawk5l9DkWPNBCfqnwdcUn47tnircxfu5dewAtsb4PfP358H79EbzY/hMAYBVVyKyx87T5dvUnnctRprAba8USC0SLTS1W7HgI+PyRwA9Pjb1E12vJteE5dm6GXS2t6EQbCruq5zDCzijsdMQUdtzaess3ge++JpEoJhK24tlwHTt8XwbRJ4TARnIP0oIrYccDwTyQlHZA2wo7vcowgRZ4eP/WMyxmSyzdOJxScJMbKrkYq3hYNVzCPLKJs07QqAWDF98uKdksEBB2Nfrc1GpbQYOzXQcuLzqRp4gSAvilDEvU5M/tgBRwrlvC42SG3cPbp+D7ginsihedaEiFncghjIiwtGMZfgOsUCDS2CkDpaHoc3ngA2U9BB+I27e6VbWQbtLlZYzgapOw46sa3b4eiRwZIptrynklG095lBVVGWRLbPD7n/f7jXjZV4Lg8thkrMEG3qra5yJR2AmyxKb0j4yw++NGudDQ7T6EroE8wo7aXHlZ9P+DBLq+yNZOdhmAtZ0uk71KPUx9W4EMO76ySBPVKVLYMcIuSxmnE4U8D4+r9SL76cGCk+8DN58dmYilYs8G4KJ3Axtv7f5xLCDq2mTckUUnIpbYFjPsaEBd4vZaoLB1j8izsWZYRXqlHfRB80phFxzTUMlBSebu+UQwJrRjpbArO5GJyqg/iRLqqZbLOVZVT68SSxNOh/qxFYfJNxFhJ/up0lD+d+djwU7u4XqV5T7CtJ4ziOIqnIYfbcd2gwrmVaJkX1KGXaeWWFqokO2goSmJHCLsGjpxnaew8xIz7FzbRokIO8sNjyfnuuKKqPGZ9hR2ziASdpv/qP7c1xpHybFVGxSzrJL9zocABCR+Ut4ikXfzDT+Z4Ghqk/1+UNj94dvB4wOXx17SC2/kZtg1QoUofyyaYTenig4E5KDKsOsieTIoaDByHwjPda3pBzzHuuuB3/1v7H26ctRzg/dnFav46tUP4Xn/eTV+cMtjYczNsIxQ2/EAsO1eqHxzIMx4bRHhgmCU4qqqCvJ7gePQr+EuoGuEndUgwi5aaWms4oXVWnswAW3WyEoWvTGOVTylCGmmkF2WqpIaKNIaRS2hfLJIVS7zkDGw8uXnuZ6HQ1cOoeTamKv7uH/rJOoOrZoVIDTkTZ2qxNpONgFnRRR2lrK+LQmFnVsJrYdF1Sg0QQQC/70OnuUFdFFhl0RwtalI4203iXTsBHSdkeInL8OuPBZOvgdZYSevs+1TjbCPgYhel80Ewq7bKqlWoTLspEQ+rX8kJZ5wArUNe65raFVhp9rgABJ2w6uDRyLsSHEHsAlZtxV2RMIV6Nv0aAAgJOwmNsn/JxB2WVVi+aCH1AaTcl9EOKjJbQ8GY3f+CLjsQ8A3Xpi/7ZWfCKqeffOE7h/HAkIF9dsWLCtUxQUVV2W7KGiF1xUUKg/PIiVlsXsnkTMjzXAiuwKSsKMMO5Ur5yiFneqnEqpaR+yW2gR5DDOpRQ24vauiVadTCqoaEXZSYVefARo13PuYHFt4Q+waLpBh14maVCniq+3vY4EwnUCCFM254pN+x7ZgybHHtG6JlWOtilVTREPnlljZd0krc92PTiydZvCb7KkXJK6bTJnPFHa88ENJSEssvMIq5Kk2CTu9jxg4MFVQCXVUPFuR8xHCjtoUq0bJyWX+d6LKTm8/FHsx/hhw3l8BN53VwZdIQKMG3H9ZGLPRDjLIRP16zc2w0xZ06NouWiWWMswqnoOytwQz7IQAfvdV4JHf5G6q+go7mmEX6esSMs/137SIwo6K2HzkojvDQnKHHBc8jq8H1t8S/L1M8iptEtT6Qgih4oWLOoXzSNtF0sJ1h+gaYWfLG4dbit78h8uOUtj5PZg8+XKCJuxy5PlqyWGEXcrkhRFWrmMXz7Dj5EKRAdOv/w34z0Mle5x0GKSwC47j6IOWAwBe+eXr8ZXfSEloEbJTZU5FFXZpRScsViXWc1iG3SCHdpMKzKsw62HByS2FvAPhxJPD11ZxupFhJ4SW+SYJu3YVdr0k7GjwSARCGmFXZ3k96vsMMGHnhzYs1ccA0b4jUWHXBuly49eA6z7f5oFqYP0JwC2xOmHXlNv1UKWr5zjmZdhRG1xolWIvMLQqeCTSfmTf8DVF9nZbYadZSopk2PGBCv0e1IdyhV1WP+kn7WtZdF8qw66H969Hf1t824nN4d9J0Ql9Chrg0uTJtcJ+rdX8wLjCLvh/oy2FncBwc1w9t8wK+gaaDIaWWAeeVAU2CmTYDZUcQKvqOmzNpk4ayd5Vdm3YmrpIZTHV5QRk2UHqtY1btuB/fvmn4Pu41WxVlV40q5PrPI1U6gMo1VKJKezsYiqcCGFnWWrsMSMq0UmcFyrsaFLaetGJlCqxqugEm1gKoeZR4zVdAZqmsKNxQylczOUKO8dWltgavMJjUk40jbdgia1rap2BAxvTjmEGQ6WwgAI4YSe3o3bqOVYkAN91bPW+xMIT+rU5ul/wePM3gkieyz8SzfpqE//0o9tx2jm3oP7LfwEuOBk4703t74yTK5pIZkrLnMyzxOoZdtSeilSABpjCznMw5ArYst9fMoTdg1cAv/4YcO5rczfVr1ki7Pwa42soa5VhWt5XqQ8uyUWqwn0kzT9XP0GODwVw98XBc4c9P3icn0wv8piBWjOq0CTwbNmeq+zSKoV3gO4Rdn7UEksYLruYlxl2lDfXTQgpCRfaSSm7Nmo5hF1YdCGoqhoqSHLUIZxcSJs4cvzuK8FE8ndfTX5d3owdN/gOz3/8avXS2j2ysRYhO1nmVMmxYeUovGyyBDtukOG3lDLs2iFG+G+dJNVVk8suZtjVZwEh20B5JFSTLEaFHQ1SaRU57bxSW/aqS8oS2wSrRA1EB808w67gZDWG+hzwq38Frv50NAeiXbDjBvItsU048CksvutFJ2S7JXJKNJPPD51HsokOJGG3Ovr/kf3Dv2mA3ytLrG73L5phR4Tdrkei/+f7TFTYJaj11L5IYbgyup9e3L/4PT+PhCP1FBDm7A0Amn50EOzKSVCQYdda0Ym6tDyVHJ38az3Drow6XBH+5mNCU9hR0QmWYefHMuzC457mZJC2wj+CuVTLZVrQNQA4kkzySGE3tErdJ6+/8yFUEfRbDYcRdklknN6fdaKk7VPCrukLNSFPyrDLy5mjdmxbCIhVufg5o2fYSYtpFTX1OR0r7LQqsWF+lBUZL+2syTaUZ4lVxCArVlWfC7PxbAuuVNjNCy9fvSnBM57SSJUk6GqdgQNbKB+zplEtOYp4c+YSFHbMNqgrDom8SrSF6oTv2IFyv6zITIoApCgm5+r4yW0bcN0D2zFx3zXBk9vvbT/Ch88tSD0lEZ6H4FyRKjHNEkukD5Gc1J6EKGaL5VVChzk1sFSKTmwvXlBQz9FUi2hz7DdMEIjMqvtqcE4TlXlZIEvs0KqAtAOADVJhR4Sd8NsqrKTbfAmcNKd7SM+gx7l0AV3rVR05cChVooRd2bWD6kQAGr0g7GTHZmmEnWVZEHIA36wn35wsRlhFM9zyFHasAeWFgPLOj3IIdKgsueB43/mCw3HqcYcAQGsFOyjDTgQKOyvHVmIJatReUCWXim4McoZdxBLbovWQk2RJv0dsUttCEZPUz2Sf4w2FBR3aVaTxtju9o/3jSkJhwk52/t4Qs8QOMGEnySufK9CAdIUdDapFs7XVpWkW4koVlzqBrrATKf0JqyYb9iE9ssQOMzVZ0jVI55GUDINYgIAUdoRRRtj1yk6th6hnKT+aWj8IhBZllXPJvkNWHl6Swo7sQQTK9Otl0Qne1vL6Xr74MEDKYZqMxxV2TtuWWI9CxaVlqSHkAFuRuPmW2BFE+wEiv8KiE1Ix5zmKZGxkFJ0g5cBQ2YktyA5jNrWogT7J5KAKfF5djhcry1U7np/ciSErOOa6XcnOGdPvqZ20dXqv21+E3QxTfw1HMuykbS7nnqm3YxoTzSBFYWfVMCKLBBRX2OVViZ2KHKtr25ECSRMNN2hnRS2xbjm0Njdmw8qPjg1PBMcStcRmX1fcEpuVSRU7HPm5zhJQ2I1iRhY1CM6pwypKU79P6rmRSnzSXlUqsyIKuwPi2yS5fFrA5j0h+e832DG0u8iUkfGt5/jlWWJ1hRRvT3nXd7DfYJuK52CIn/ou2hMXNTghnyNISasSW6mx3zBh4XtOFfYIti/z7LsiIFK3uhJY/fjoawcdE7b9Nmyx1E+XNIWdZYVK154r7HTHXRfQPcJOruJ45ShhZ1kWhLQeNmq9IOxkpVcn3iHS5/ppVWLl4NLSqqT6jZxBEB+Qz+UQduOPhn9zGxAHEXZSYTdUcvHp1z8N/9+rn4TZFgg7vxkqYjxWJdZKIeBsZYn1pCVWNodBnOQSeKllpUYpOLnlpFKSIkxNajVbT0cKO/k5TjnYrypC0ua1xCcg3Va10bkli1qews6tsMIf0wNlH4tAWUadKGGXmGFXiaqJWrH3TTHV57Z72jhQDZrCLuwfkgm7Jhxmq++2wk4SzRRQCySr5+h8kXKz29bQxYBlB0b/P7o3FXa6lTCDZEtSxRE4YVekSqyTQP6p/2uEHURbNopM8Pt8njI5Yg0anIUInk8FAB6RbBFLbHtFJ1xewAJgGXbZ/Z/vCwxZ0X6AigSERSdCS6yqRiv0DDtWdIKHaWtVpoesdIVdqBqMD6uV3ahBFdKXhSrguQlU5THX7Uo28az3eZ0UnehThR0pOywrSo6SijEv56oZI+ykGkqUo++VCrsyahiWBENh8irXEktFJ8KsObIRNoWFBpyAOM67riJFJ3iV2HC/pLCbE24hhV29GS2E0MrENi3sfWDAFmDGrBkMMYWd3Ygv1CRZtwn0vtlaQptSjgv5e40dGN9mcnP8uRawaTzs24brTE3VLhHI73UzuyIvTc2xPhWMrExT2DWi9weu2CySYzfHFHZDLtt+qVhi+fxQ+y1imzaj/SEp5cp1bvGOzzcVYecWU9jFfmsaJ1WWAfs9NXy+NAqsPJLdH9sh7KKqQQ6yxc43ek3YLVaFne+rm0KpPBR/XRJnqkBEF0H5bLrCLvhcys5LHtQowspxgyqxUh3SzJvstGKJ5dbJlG25NZfjoBVDYcGOAgN/Kl4RFJ2wwnMikm/2RFg6jgfXtsOMqkG2xPKBFA1wig56I8qJhN9DZ9S7YoklNVo1+tiu1Y+ID6BY5eFWoAg7OShNO0ZliR0KiRW/MZjkCqARX1ZIfEUssfJcOV50FbAV8pyvjOol09tBWtGJmMIuzLALv1uPqsRWxtjEJIG0JjKRiOBBXHxYeUT0/3ww343czCSkZtgl2XnYogghporjCrsMFYkeMwAkkH+SsIsQ3V2+h0UmI60QdoNT9CSeYcctsTlE/Z4NwC8/rMKraw2dsAv7EACFYwEChZ1O2EUVdjPMuuPZGjGYpbArubGxwQjmUieMtWbwPi9BYUcThzIp7KrL1YTEnt8TqgItprBLuoZjlthOFHZECvSX6oQsmkOeE7EZEpGcp8BpaoUeVIYdKlF1CMuwGyq1mmGXkl9EYyMqOsEnlpIcDlw1FvbM1POLr0SKTjCFHdtv1BKbf3/gFWKB1hR2EQJyEMHuA8swjarnKEugxVXtlGEniarRBIVdRVVKzciBpd9rnyfGt+lQYbdFKuyGMIchwea0Exva2yG/12lz3WmtomjxDDt5f+AKuwKE3TxX2HEX7FIh7LjbZjabsONqXP5o88WqLMJO/pZ0zacRdno7F7wy+lGvDl844vig3yPCLs/FmIDwO8X7IVIELl1LLOuoytU4YSfkBKvZi8Gr7NjshEFHqLBLJgI4YVdiRSfyCbsWLLH8O6cwxWTNdTVrwkErqqpgRxEyoymVgU1ZdMIqqrDzXJRcTiQMMGGn1B+l0ApSlCiq5yjs9MllNybPvEAD0FlBAiDaXhtdvh5pkFEqqLDzqiH5krV9v0NEc5OaScS4sieVo4P8VtoOv0l3w4qnWWJTi9IwhZ2acHczw04vvKKI9gRCmK5laoODSAKvODz823KiirN28w/zoOfSFSk6kZRhR4go7LL2RRl2GeRfTGGH7hOW/D6eMwCO3OcHyBKrK+xcrlajcy+ayUrp808GbvkG8KPTAcQH1B4VnSDlW8F7py8EhjTCriyIsJNFJ4jgKTnh52RYYmliMVx2YhOVYWsOzRQleK2RHHQNkN1IoNyQY8fKcnXdurU9SiU4Z7H+PzHDTrfEdlJ0go2F+ggzWnYSgc573oS+wTLsAIQKO1SUsgeAUthVUFOTvMLCXT/l3OpFJ5QlNlTY1axgjLdjej6/P+dFJ9hCFr++XD9oI4HCLv/+oE9k51uY2FJRgL4tOrHhVuA7rwIuek/y66w/GLLmUfFspfK0+TmVc8RJjajiUAq7JNKKqV+FEPj3Kx7DulUvCJ475LnBY4eRNjumgrazytLmpe1mW3MBgBbJMaX61IIKO1VFXN5rWBGfIoUnSGFXcW1UnGB7AQsYVOWnDq6qK6iwUypwIuya7PdMmO/ONUJSFGAKu5RFjTmNyBM0NvKGgeWHAK/+InDIc4Dn/2PwPEUrdaCwS7oX0/H23hKrOe66gO60XjZxqlTihJ0lV6pELyyxKv8t3iFa8mYp8iyxtgvXDotO5Fpi+SC8MZetJuGTyjTCTr7fcaPfYdVIKcidQPp34CDCrgEHnm2rc2IlDXqFgIPgc92lVHSC20BUldiCSrM8S2xahl0naiNObgFqENm2coOTzb1W2KXlaHHVIBGQwOASdn5UPaKuMz7AU+2yHCUeWsk/5AO4vKBW3wfu/ml2pTEi4qTyOLV/kP+vwwnD3LvZh9RnQwKwPJptC18KllivEmb5PVmrAtYzhZ22WpiVYecnkGx6Bs8QLzpRoIAFV+uN7Kfta2V8m7T2V5tpz3rPFzfy+qkBVdgR0eEqVRy3xLJBqUgYsG+9M/JYb0bJP0faa8nlUDRrq9EUGNYssSVliSWFXbCPaskNj1kkE3bzjaY6tiSF3TDmVE6XjrTcHCA4ZyOYhS3HXFxh59YnlSV2FuVsUsUUnUgl7FyVYScgMq5xX7B2LITKJp4R5WSFnVVXk7yiVSpTLbFa0YkGn1jK37ZhB2OinVM11j7TMuzYuIHdF7k11RVE2DmFFnR0q9hcC9axmHqx31CfDiqCb/5T8uts7ldGHSWXEXY+uxblXEEpyypxQUkmacUUmg9sncK3b1iLv9z4Fkz/5bnACySh0UYYPwcpiXWFcm7MUxr4nEjrN6djGXbBY5rCTldgW5allN2Fik6wKrEVRyrBre4RJ3sD4zO14opeHfw+kaewowIN8pol4s0prLCj92UX5pnXf2uaT5Mb5ph3AG+/HDjoz+Xz7ee1q8q3doLCziXCrtcKO82V0gV0ibALLs6msFAul2Mv20TY9WJCrvLf4oMOS2bCiZRJGynMLNeFY1uhkiRXYaeRNVmTwhYUdlQllrC8WlKVbosMzCjDzrcc2HZoibWS1C5sUO04Ljx3qRB2LF+pVbVaRGGXZMdLybDrRO1S0yyxnSrsOEnXK4VdK5ZYy2qdOO03yOvJj1Vb5Rl2zEJjWWzC2gLhxNvnfM5g7tr/AC48Hfjx23OPuwEblpVy3Gy7pnDSt+kEpK6z7KDNZCrsyBIrb/bCH8wiOu++Fnje3wMv+mj0+YJER8uIEXZZltgEko1XTgWA5ez/mVViEya+yw8J/y6Nhuq9PKJ7+/3A5w4DLv9I/LU8RPrNnH6K3xsGOMOOSLamYFVigezrrRTcG/TKdK6ufCtcJdbHsDbhLPlSrdaIZ9jFFXbR/mqGVcccLjmxe+QwZpE2h1KTzERLrIUxUB6tVENJws6rTypL7IzIqRKuP9eRJbY/Cbs5ZYmNToT45CwtZxAI255tWcG1LMfCM6gkZthVUFPkShGyINiwWNGJGq9mKPuVpiTsdkzNh+rjtP6cPsctR+6LDWUptOD4lGFXKnRd6RPulhR2GRPlvkDegjjrzyuooeTYKEsCwPFrse3C7DaNLPr1/4dPbXo3RjGTTFqxyf7G8WBfuzCGP1afxwq1dUbYUVbnsFa0px1FE4DoOYsRdsH3GSWFXSnoI1MJuwSFFLWpGIm1+Q7goncDk2EkDJHOFc9GiWIQrP6xw+6Ymscxn7kSbzzrd+3tgJ//nEVDVdmZFHZE2OkKO20RZFazxJZyik7ErPVUxNGLi7yCHXZO2CUr7PZW0YmE4msdoqsKu3mU1MngsLImWJ2imaGwk+SGlUJ2KUuo7cGyLPjygs5X2GkdZdb34q/NJ3eEtiLsojf3imdD2ERm5E/cKcNOkBVWKeySbgjhAMByPXiMsBxswo4NpFRFxW5ZYnuZYUeW2A6vJf6+bivsfJ2wy7PEyu/SapZgv0H2MxR0nphhp9uTsnKM0tBKJct7fho8ZlWTVRl2DlYMldKL0jBirycKO26HtaxshZ2yxA7Hn8va//j6zo9zb2LZgcBLPwns84To83srw87KUtglkGz89wCAFYeFf2cdc1IOCCfsVh4WtAlA2l2s9OO64UvBwtfNX4+/loeMyUgMkcHy4BB28Qw7Ir+s6O+Tde2PBEVjIlZAAK5UnsWrxOYQdiKusPOEHI/WqUpsnLBrpijspqUar+zaAZmo3SOHrSIKuzhZ4dk2llvMDmtZytpdaU6gahFhV8ouDKBfIx0VnehvS2wlprArFkwfIZ7ZfXIWZa1KLCPs5GcVyc8KPiSPsCOFHVVotFUf47uksGOW2CJFJ2g8VZ9jxJkNRyq/Zn0n224toU+sWwln14n4voM6hykkR5LCTs55I4SdnCOSii1WdOJ3/4sDa4/gTc41qj1HwO6hj+4M7yH3bZkIi7rlLcrmgD53ROs/2yLshMhUoetVYisFLbGccEm1vH/jBcAdPwSu/ET4FUhh5zooOxRJ0z8Kuxse3IF6U+D2DXvaU9nx859zj9ALNBDx5nHCDiK2nzAnMKrMS1PYRQkyAUtl2A0nbq+IvCIuhfkp4A/fUS6jRhFL7JItOiF/yHl4arUhAtkJphFnufve9Kd0G4ufrE4DAMcjsit50Ef2BCL7Goqwy5ng6Q0oa/sCA31SwLle9DtYloVKNRg0WM35XCuPoO8pG4iyxCYVnWADANtxgyqxchDrd1udsZjAB6mtKLsateigKbHohJZhl2dnKALdEut1kbBrzHa3MmtS0Ymk/TeYwg5gxOmAEnZpxRv4ZFSvCqYmrC1ci5GiKDmEHf9d0j6DEXHLqh7qIoWAZsRemGHXRbk55S5SpkUWaU3XWiuE3f+9Efjy04H7L+vsOBcDepVh10zr2zJy5/SBCtlih1ZHybys6IAkhR0vsjF2UHR7J2OCm6DCL4zIZCSj7/X9aH8/QJZYvbqmA1bAIWKJ1X5H3r9YUeKDJgmhJZYUdsUWu5q+CBV2clHLa6YUnfAcOLJQRj2FsKNtaWKpfmtJrpVRT1Vv1TJW9R3bwjJL9smkCJUKu0pjCkNSYTclyjmZjrrCrgPLv37P6ROQxXnI0wi7iMIu/f5DGYSObSliZc4qw4cd/W2VJbaGipyMFlfY5VSJrU0Bvq8+z7FDhR2pvDaOzxWwxLKiE6QOa3BLLODwKrEFxhU6YdeKdSwr7L0vQGPSPHcIgnbBLbEuJ+zknFAP5gcQOff7W7uTlT5ssr9+V/iZe2brTGHXWT7qjPxcXaHcFmGXY9UnpeGwVBqSJXa+4SdeU0nxAqHlnbVHfg5YgUeusKvIRZp+ssQOscWI9bvaWPTj5z/nHkELUJ5WJdbxtfmYpjaPVYnNKTrB+5UKarDk+EHNbXUowq5AO//lPwO/+HvgZx+AECKmGuQIM+x6bInVHXddQJcVdp5abYhATrDsdibkP3s/cPbxwK3fTXzZSlGnBZ8riQA/ucGGRSdkdl1RhZ3+PbK+VwHCjo7DTSAdq1XWmHMmYUS0CdkxEYlpJ1li2WCQLLH1opbgfgafeLrF1YuxTiMxP0uTwKqBdycZdppsuJsKO6C7qjbdEsuf44jl8g26JTYktACgJhIICn2A77RB9kYUdjmrr5xQSyucI8LjHqt66UVpWHGKnivsgByFXT26DX8ucd9TwPqbgvNx9ac7P9aFRkGio2WkWmILKuwA4JQfAAf+OfAizZJaqEos25fjAif8G7Dvk4Fnv1vbV8Z147I20UpOj9+MDnqz+kx9LDBARSfCQbBW2VXoCjudsGPnRP4uDW2SQIRdmC1XsEpskxF2w6uDfZIlVk4oZlnV17iSL9qOaVsiaNQ9SRaIKKMGP4W0IZKklGCJ9RwLy5BM2FX9KWWJnUMl59rSz20nltiU63SRY44VEeHwCivsmFJUXp/zVtA3RNQszBJbbjnDLqFSNsDGRkF2nlL7MUusJ3PAH9o2Gf42wk+ueMGLTjCFHV1fFTtsLzO+V0i5H7PEtqGwc/rWEkvnMIUkYfeBMuooOU5oiRXxTGJqq5G8RVbUYZU1kaywY/OU8dnwMyc4YVefbqEKShxkiR3qhsIuJmLRLLG1aPGNKiMwkwjLsOhE3BIbIdUnt4R/y2ur6QvVF5ddByVbqqr7SGE3xSo1P7K9jTFERGGXPa/SF8/onNN9VKGeTNhR26b3pSkCOWFH97vgg9IssfL5JHGMjtsvCB7vv1T99kCy0nfvWWIXeYZdTbhqtSHyIR4Rdm1MyO/4YfB47X8mvpxWsAEAXI8sscmEjEOEnXyvIuzyVi31QVIW4cNZ6ZwsPV1hBwBDvOpuDuFJBTiEHCQoS2wiYRc+57hB0Y1m0aIb/YwkS2wRoki/ISWx/kpZogdnd0FhV9LUaO0Sbfr7upljp+yIjLBLOrfK5tul77TYoYgvKelXhF1S0QldYdcKYdeCwo4TenPjydswIm5Z1UM9qbot+38TtvpuohcZdjTZycywo0koz4LK6J+33RP+Pbm5u4rThUDPqsRSIQm96ETBDDsAWHM08K6rgWPfFX2+kCVWG2y/8J+Bv70ROPKE6PPKQpZwXLy9TGyMv56G2GQkKwJD68MGSGGnT8ZJYdcQdmiRBuLnnp8TeY9s6Go9S1fYFcywEwJlS17fsvgIZe8ohV1dTkxLjrLxhsUtotbuea3yna6wq1gZCjstKJ3Ddey4wk6SgMP+FKryO8yKUnY+pH4+lnDRCd0SyzmiLGKN5pOBJTa4Z85bwT0lQvSRwq7VDDshWH+pnVu3El4r85PRIg3Sfl2pBkrR36/bjX/9Kbs/JSouWdGJBIVd1Qrby5xwWCZeliW2qf2/FYWdJPX7tegELfT5jWQVIvsN9KITnmDnVJ5fPecLADAVZq2txGRuht3EbPiZk3ON0BILdJRjpyyxMsPOJ8dR2gJuFnSCM8cSy3kC/fsLIViVz/CipqIIkWuUj12lwo6334pno6wy7PqHsJuYDa/b3TNtCGhascRqlZ3p/pVP2IWFPYCQsEvrLzhBRopyuJV0BZpS2LWgMHRKEQVmksIurzhG17BoLbFygF6HG+2Y6EPkhNzuxBqYMki25KpGkiXWyvlcW67q2nJwSISdyCOs9AsgU2HHLYgJ2/m+Oo4khV2EsMtRglGGnSUbSLbCLnzOdjx4Tlh0YqAtsUr9kZMVo0OfeCVaYnUVSk7+SBHwiqpA51Vi9euomzl2SflhSW0+prDrYcblYoC81nyZr5WYFalPntrJIuNtMmsgJwQwuzv8f9qKKrPyjlXcQgo72kZ0sw9pRWHH1V1Frm+e4TezM7pi24/Ya1ViiyjsCg5Uithri6qAaPCXRFjyamlM5ZCLVlTJelsboAy7ppY7F6riLJkfKKGPNxJW+/WMGVo8jVlV8zLsfIEy5DZVSdj5RNhFi05USw5cfsz8c2RfR+9Ryg66P3KFXQqpn1kl1rawHFORfZHCbkSEltig6EQrltguFJ3gldr7ALOq6ER0rmFZlpqgZSnsGhGFXfCbzNvVyGsAokUnWsmw47+J3m9ZViSDLGIzl4unw0PDWD0S3LsuuTO0+SX26XzcwBV2pDBiCrvZBq8Sm35/jivs2ig60beWWKbCTlrM5oSdVUfJCck4N0FhN8vs+ApT29SfVWs+OceNVVqfnAv3OzFXj5K+XSDsSKFcG5aRFWnjQSGAuy8OijfpyFnUUtVyJWFn25ZSOunfnyukeAEfalMRBdfsOPuQ4FrhVsd+VdhNzIXtbK4dYimySJY9v1X3YqoSqwg7ffExOpZRZDRZwolQTVksiSjsZGZrqroOCOeReWMobWGr3mDtJ+FenFcco2vwWxy7FkB3CDs/JOySFHakHLM7IS7SCDuf7KTxVUKqHGunWWK1DDvfLqqw01VKGQN4ftyJIcLhOfFK8e9QrZTC1eC81VTNM23b8vtnZNg1RBCu7NiWsrMNtsKOTehbKXag/3ZZgdCxohMdqI1qXVaj6QRdtxR2fjO0Wbrl7HxAurkT+TjoCjtGaAEpGXb0t6sRdi0p7LTqlGntrj4bbb+phF143GNVLyQaY0UnQmJPEXZJiwTtggaldAMvorCz3WLnUCfopvqcsGununARtETYkTqgKMmWUQkxyRKbhawMuxlG2LWyOBBTV2f0mb2MHFhgpKnilGI4rU3wcyKvZX1i70Aj7LJ+R+2YKpBtXSrXHHlPm41ZYh24ORl285pqIKawQz2VtEmycRE8hxWd0CyxI5hBVU6aZ1BmBV0KKOy6UnSivyyxs4yA1UGTxiwlXIQkk0r0mk2W2LjCzrV8VJ1m+N48FTbve5PUi+RAqE2qa8q1LTU2s0tD+PLJfwaALe4ByfcxtaDhRhR2jaacTEuFXU04qAkUWsTSJ7LzLVjHQotvnyrsaGwBZEduSAzZDTnnFfDAXmtEFXZUFTV4MlwsrSKNsAvHMZOMvJmYbURJ3w4iFygLkopOzFf2kftMIUgeuRa48K3AmcfGX9PPlda+qEosEXYAlJVYJ4Q5IVdKKjrhF1PYeY4Fx7ZQsvqPsOMkbSvXnwLnChrzuG/LRKoFNCw6Ec2wK4lillhFWMtxQVrfO5+ksEsrOAGEc948Sywt6ANAs4Y64y+SqlWXXEn87jWF3SLLsBOyE2vASSw64ZAlticKO2mJTbCT2h4RdklWGx+2tHQohZ2cFOQq7FoJ/s3LsOOEnZdA2Hk2amRFy5lkqAw7+X1sWfY+K8OuCUc16pCwHGTCjlXVInKkUNEJXVVZoKJhOzlkOpQarQsZdkL0TmEXGaQyMjTp2khV2A3O5DYCQQo7qhJbQGHXqSWW71OHboHNIeyawsZoxWXKwGbidlxh11KxjDzQoDRWKTmhvUSKyhRQ2LHVbgBR5WE/wslXULSFlgi7Fq0AWarAVkmFrAw7bvVppa/JyeeJvlZgYadP0dQy7Ihka1Bl3jSiKZL/Nwc0GwkFLKRV1W+tSqwfIeyWB2/1Sd0SLToxVHIYMagfc9BmiawoZ2TYpU5IlCU2PklwEzPsgn0uwzSGpOJgWpRiNt3oF844t62izy2xiYRdkgpHQyJh5wTjq0ZChh0ADFvBb/GMxh3Av68OKhKmgfc9SX1gksLOsSLjouc9bjWu/Mfjw8U9IJvAtVmVWOGjKecwFUgiGqXgnBTIOCXSmjICW7LENhkB2Y+wrGwXi/YbDFl1lD0bQcIvL+SlZdhxhR1bJB/CvCr+EP2c8B46oSvsgDDHjpMVLYKIQqqyPVcKFMqpiqZHfxf+HZsPaf0Qm2f4vohZYoH0LDF+7XKFFN0rIgsmXGEnr2VS2KliCDZVM+8fwo7boNvKWmO/z62PbMErvnQ9Pn3pPcmbaoViiCQti+w575wWH0EkfT1lQYsrBYeKKOyUk6YFwg5AQy7Meo4Fy0og7Pa2wm6xWWIb9eBibcBOLDqhFHZJSq8scGY15Us7quhEAmEnlTuRMFACr5Iq3yvIEptDsIhYDlhWpg17za/HQ0LZcZQSCLuhkosa5HfLK44g96UssXKS46AZXxVkuVo0yFHff5AtsXyQSiqwIoPeIgo7vTpi1qS2KPS8t06qxDbrAA0qysvk/ruksIvYQErZZGhq0YkBJex8WuGTK4SJhB1Ve/Oij+0WnQDSz6e+Kps26GNE3GiZE3a6wo6IPSckI7upsKNrgHIcs5RzSZbYrHalK+q4CqsfUSBUvC2ovo3Uw1mkQosDlcyiEy0G92Zl6/F20Eq/p6uQs/reWEGqwVn8qscy7PRCEfI3yrLEAoECSMu6ileJLdb/NXyBCmXYySrSlt+ABT9WdKJacuOfE8uwC7Yt65ZYqhJr1VWVUR31jCqxnm1jGSns5L5IYedZTaxE0AdP+6X08wh02RKr3XP6BKElNiG3OimYXkOTq9pI8WkH46rIZNMtw5fEbtUOzvOH/W8GbeUXf59+gLzvSSTsSGE3pSnsomO9g1ZUIWCjSeRy3oIGIxgt2b+VSWEHNyA6Crg+aCI7WpGVPFsgDOqabb4vkTXG1u53Fase2C6hX5fBtZWYYadVmp1LLDoR3kO5wk79TWPnDmJkpuXnLnNlwR1vuTy+FIKEjxt3PKgdr07Yhf/nhGQRhR21P9uKFi8Jr222PV98bswBftjvExcRWmL7R/U5Oc+yJ9upZsruufes3wEA+NHvNyRvqkj2aNGJOGEX/Y3nVduWFloVR5BiiWXtQBWdSKsQC4TquzwVqTZ/8eeC7d2UHE1vqRN29Top7FzFanNQ8QenVcKOZ86krAKGFVbjJ0URdllh1gAcqhJrE2GVM0is6wPQggo7IN6x8eNIUAlWPCdU2OUVnYhl2GVUbvNpddyGIxs2VZcdbIUd85W3olZTv5ul/Z9B/paPjdfwyi9fjx//cbPcthOFnZ5h1wFhx98jJwtdU4Dw72hnnFsh4iRkln12EKBZYhOtpVwZBmTbBNOQ19ekbZdGXrDqtiNllxXLSMuws9Nz7jqBUthptvCk/pBPYApZYrdG/9/vCrtuFLpJgi7vzwzGb9EK0AvyL2lfvH9pZXEgRjhlKexayLftM+gZdnZMFZdCliao03VLbLgvPcMuux+JZNjRPQ1ACQ3M1ptoNH01MB/yQoVdQx2zlmFHllgi7Oj3k/uuoJZKBmVZYh3bwnJdYVcahpCf78mKu1N+nsJOu647WRjR7zl9gpCATS7uAWQr7Oj3sxlJVpcKu0ixCsvCHIJzMySJr6ZgfVrOQhcsO5rtSFDqqKloxVrqn6jYhedgn9FyehQFEFXYuWXQ+NSShVdCws4LroMCi8iUYUdqqHqRQhsSejZlXyIr7F4n7Ow6yq4d9kEE4QN+MznDrs4VdnOqKE7S5wjbjdgj1d9dyH2mYxuThN2MsyzcZ1IO2a6H2d+PRF/LUNhRfp1theQOEPaxepGTtOI9yhKbprADgPqMIgCJEPRIVd1HCrt5RtK1rLDz/ch9gtqmQPZ9S7fEejESWlPYaepRJ2exJLFKbBFLbIsKu+ZcsAiTpHQHwu+3ZItO1CWB1YCTeJK8UpuEXcROOpeYHUGEnZUw6HAziy7EFXawitmJmrqNMGtQnjeAZ8fhJkxwhkoOaqKowo7ORbTohP45/P/cEkvVZZeMwk6pwAqQVvQ70upohiX2U798EPdunsCZv3lUPt/BoDqtSmw7VlZ+c6eOsmuEndyP7QaD1DTVXGMeSuW3VBR2ZIkVWQq7LhSdyKnUlfp82qCPEXEjFS+j6ERI7IXb9EJhJ9usIuKSVK5sAlPEEkvFB1YeGTzqA8B+Q8Hsr5bRVoZdq5bYbhB2GYQl7+dbye7MmIzEPyPHKtTHiGXYqYmQvOatlGs/YcwTUTkhHKPVSE1UtEost8RWxtTzJQSfsYdV26uWHEUM1qARz4KKTkQne6odyft+GXX4OVViE4tOOFa8SqxlQZSXRbab4gq7rKITtMjVyXXOK4z2EbhiUoeXk6MEQP1+LrPE1pUlNnyfEAJz0t1StYNzRVmDAFRmVvwDcvoslT/GM+zs+EImgAOXV9OV7UA0w86yQiKHFHZkiRWeprDLsMRKAmVYnt80xUwS9D6iL6HOYQGFHVIUdgDQmFfqqIh9m81rq6hlZtjVhQPelBXp0eGYuc4WMkad4LOmHNYXJd0fuftAJ6v1OSO7702xghPcokiqw3lNQUYqV70fTbS760U36rMsW01T2In+Iey4+muu0eJYWrvfliRpnxa92dCiLpQ1Fum/KcCsx5olNi3jNZJh14olNo+U1hV280GfnrZoQIRd1qJOGoQQ+K/L78MFtzyWv/FiJewateCHbFpuomeYiim4aOQHtkZ2zBqe8BMH4Q7SLbGOl/G5jMQj66hwiins/JjCLqPTjIUEJyvs6sKBl6BOHCoVV9iFllhphY0o7NJVMSFhF3x+3vfvayhiieestVB0glZHM4pO7JjRVnQ6yrBLUaO1MxGkjs+thGRlt35rnXBKyxnjpNISqxLbhAXbQlhEJkLY6QVLMkipNBRV2OmDsTTyl5H6I9wSqw/OEhV23Sw6oalMlSIzp/BLEcKObvYrDgseuaq7H9FO9mERpBbU6bUltt08vCSyIxrEXBgxwi6rSuzgWmLjGXbSEqur4rKKTgBAs8aCrqN5eKHCrlg7Dgg7ItVCws6T48Jd08FvZ1uBooOIwbjCLsUSm0DYpSvs0tVF0aITy9XzPjtmAJjwK0xhlzChoHNLtr2OCDu6prs3odgbmEmpEgvk5ygBTGFnhZbYhrSTcnKq4QulsKtIRci+4NXVWSYmBy98lAQqOqFXidWjQoCowi4vww5Q7cKSfRQRSTW4wQS1JYWdLJJVpDKuRENT6/QlsrKztN+gjCDDjpSMEfK7WQuLTkQUduF+q1YNc/Pp972aRjLNN3wIIToeM88wknBIVhKetEbDDZKC/nkGrE6UFVDYcTsskK6wU9ECmlI5sahBzC2SpLCjDLv+UX1y9VeiJfaP/wd86enA1oRcOm18QsRbU4ig7TAIIWKLZ6HCTh/nR9vprG6JTbIsM8yzvjVU2GUQdhmRNkIIXPiH9bhn0wQwH83g9uUiTFofpCyxbSjsbntsHF+79mH860V35isfW124LoDuEHZy4uRbyQdGCrtgoxYGGAWUIFmWWJdbTIX24/icsJNEXUE7kd9KsHQscyRZYdeAk7gqFVhiSWFXkLBrVWHnRAeveRl+fY1mwoS+yORNKewkYefX4ySwbFPUjhKJmVYRIysKkBBpoO/gljvbTxJ0wint3NI1zKt4DrrCjl1rw2U3zHmLWGJTFHatqF1jZEEaYRfPlEoEI+KiRSfS+xK1Tatq6izUNUtsVttt1RJLg9DlBwePA6Ow6zZhpw0+umljzTrmbtpr282w09tPpsJucItO6Bl2ysZKqjg697EMu/g50Sf2VDxsnoi0ggWbmr5AmTLsvKoiLobs4PffMRW8NlQKFpPtWIZdWpVYWniIEnYVq5ausMuwxLp2QtEJAE2msJsQQ5jzrWJkOE3YO1kYUddWn2XYyeqWyVVis3OUAJZh54QKu4YTqLe5/bPRFJgTwb2mihrKqIXEDJBRrClnoqYUdlPRIg16/AmAsUpGdXb+nBpLBe/VLbHz8ILrN6t/lKCJLBEsrShR9GzKvkTWeFTrj8qYR8V1FCkiuMWvGarnIhl22v1DJBGDzXDspWO+4Xc8ZqbjcmwLVdl/zooSK7iRcEycoJ7XyOqMDLspmbs3rBN2HhF2WoZdSvEeyiSLWLT1fLP6TExh51pUaKhPFXZJxNAlfweMPwpc/i/x12KEXaiwI7UjgZPxtNhBykalGqVxd4ollojRPEtsvRE+r6rEesOJ2wYHlF5c7oaHduBDP74Dr/rK9QkKO7LEJvdBZTd/UScNG3aH18VdG1P6f0Lewk0b6Eqv2pRFJ0QKYVfihF0rK876wDhhoEwrszYphhhc/pz+uTQZFbZqqMIuNtkRUmGnVj8yOs1m3gCeEXZJjPBQycG8UthlD/4tugkrwo59/5QMuybLsPOXQtEJpRQptXbT0xV2/Dn1f7maKRKqgbaiLOVQgzjdDtjGhFwp7KpoS8GVBV/rnNJWAPWqt3zbAcp74hCswMtI2WXKyy5aYn0/3J+T064LZ9glK+xihD7rw8j2a/VCYRezxKZPYM65cSMmGqSSSWnjzUZ4fY2uCR7r08nb9gvayT4sgrQMO30hLGnbPGQVimi56EQG2cGvh14p7GJqssFZ/Ipl2Ik08ksn7PRz0oiG7SNceA3Jv4LxJFxh51ZU/znqBcdGCjsid2y9Smys6ESKJVbe9zMVdinZSwBQspoYtWQ/ywm7UqiwGxfDwWTVyiBVmuy7pm1TFD2YUOwNKNVSRpXYIkUnHNtWE/5mgsKu7vuYlwq7MuoYg3Zv0EkLQl7/F8mw4wo7Nj6TGKtmFHuKfBaNu4J7vy3HUp4gwq6kKezS78/zeoZdC4SdnofVl8gq3BSzxDZQ9uyQFHHLavwlGvPJbVUjw0RiNVpS2AV9yVglvEbn6s18hd01nwW+8+rUsd2MJL2HSg48ISvawstWF3KCOmaJTRemJFWIBcIqrmlVYvWFD2pTTa7gKqKws+R9qk8VdplVmpPcMbollinldk9HfyeuhiOC1LIseI6FkqyMnRSfJIRQx0VkdGLGYMpnKUtslsLOTV+YX7cj7Isbc1q/LOcLaYRdJwq7h7eHn3Xv5pT+n7BoLbGyhLifcoOKKOxaIQjyCDshlC3DTaiw6pY4YZU8yeQKM6ugwo4uiGnIzi3jO83N6d9BJ+xYtdaEVanAEltMYUeEHVliS66jqlyl5k6J0BIbKuwGmLBTxIgXEnZF2qSusEt6nyZjj4Sctktg6DaJrijsSp0Rf0nQV+vTyNCEVeTMirKDAHaNRxR2vE9qaIRdq9ZGfpPOylkE0knUlONuwMFIpsIu/H62XCywulolViN5s4pOyHN61vWP4p5t8numXSs1Nugc3V8+1+eEXa8UdjwbECiYYVeUsOuiJTat6IQWxNxSXxNb7Ms4t0Wqifcp9HwqRX6RKs5KIV4TzklDkX92ZF81ssQWrhLro0wZdizqYcQLjnXXdNBHDBFhJ6iyrROQJXrRCW6JFSJUCzJLbFo+GqkiIsqQqW3AjgdRabK+htlgG1749x4M5xcGUJbYavo2RdGDCcXewExSkL8EtadChJ0FRtjJohNssllv+MoSW/LnwwxCQqrCLke5mJRh5yRbYkcrHuoo0B7oN5Tvtf2gfyMypibcgIwslGEni7TIDDtfIFVVqkO31/UlMqvQB+dtDsEYpGTVUXLCohPCCd0rtfnwHhO1xEbvPU5zNn5+Zb9H/eFoxVP97lw9R2EnBPCbzwGP3gA8+OvEr0jX0FDJQUlWA50VXkjO6IRdsxFdzIwRdsniBQCYrqVYYlMUdmnRAqF6NssSG8+wU4RdPynsIpbYjLG0W44/p7UJrgrOVNgx/qHkhCR0EmEXKSBRogy7hIzBlM8Kq8RmEXbppDTPL90zESXORI0y7HKKTrSRYccVduMzOWNsTUDVDXSFsPOJsCuisOvEEquzybxgQ4IltsQtsak2rpAoI4WdlXeMsjOaEsHNUWQUAIjlwaVk3KQp7Cqeg7rIv8nKDwseZANxbTuUVKdm2MUtsV1XZywmRCxzLVQnpd+N8kf4vgisTfHH4LU2J9A6waUIuzb2x1Vc3bbExlZ6U1RzCYPSLOnzIECwogzDPAuOT2xjCrtiljCFRhJhl1Z0Il+5HBw3ZV/YGC3nW2IbcODJhRNLNNtXleqggaJS2KW0Xb+pFF91uJhrZliJgNDi4VZC1Uu/E3Y9y7DTru9uZth11RKbsuimXwudEHZZ53aAi040tdw5pbDTq8TGLLH6uK3OqklG1XrKEls0w06wCYnHFHZucAw7SWHnEWEnCwDBTsz0CtUZdvSzZZ9atWpopk5INGWIEMD3TgS+dhz22XBFcDzWisgAvh5R2I0EEzV13QjEcuy6qbCj+0+fZdjNMrJBB7WnLEtsI1FhJ4tOsPPd8ENLrCvmMQaNxEjLsMvr/yIZdky1mlB0YqziokkK1qRxecwSKwv8yX7Hk2R2aInNn0vQOeDnt56SS6VDz6bsS2QuIAVtbxbB9eehAdu2MOzIfsUOi9lxsUYlpUosIAtP6KSMT0V4HPl+GxXZrwQKu4xA/j0b2H+SSYuQsHMVqTsjuMJOI8J0Nel8SoYdtV3Wvqbmg8+KZ9ilFZ1ILt5DTrBohp12TdZmwuI/8ny5lGEn+qdNcjJJPz+R34bPowhau+UVjPV2xvtJTnCVXDtU5lF/xfbLSURql26OJbaRlGGXRdipWKX4GGqKVU7eM6WRx7JNJAmggM4UdmTvBhApaJWIxZphR6RUaoad64YXSysD2NggW+tEOGGXoLDz+HOxoHRSj9hhdlzBCnuWUthV5K7Tv5PI8Pbzz2rCTsx9GCq52RkWDLac8Nhy4Oy5dtSWmfi5YZVYqKIbA0zY8cGUWqUqorBjOTlWSltWxIWsrhVR2LV5TlupkJmHnhJ2mqpGqebSFHbcEtsCcdqPYAq0Ic8JlZcJGXZ3bpnFK798PXbMypte0WuR/47UVlItscUUdqIZEnFD5YyJAyP2SqWM3NB2UdPaTNqNnJ3PBpxQmZDWxmmVuDwanjM9TLnf0CrRWwS+D1XZuReEXda+RIuDHvX9c0ijlgg7VqgIyFHYaQPRAbLE1nUba1qGXazoRPw6jZAmyMqwy7PE+mGVWLeqFuFGnKglVinsWAB5VGEXzbAruXb0dy6HC3WWn9yf1BpadcMdDwLb7wP8Bo68+f8DAGyzVkfeU3fD/e4BEXZsHKiTn3RMSmHXSYZdf1tikwg7Gstn5RM1RbxKrC8jR3jOUr3pqyqxdnOuBYVdwQy7+cnodZCwmDlW9QpaYqMZdnaTFHbMEuv7EFl2awki0yOEXcG8p4EoOpE1NpbnbZYUdvL8jjjB8z4bW8/PB79nybGj+eTaPLaERqQIRPDZ8neT/WG15CjSb67RzFbYbb8//FtXwklwS6zrS4Wd74X3Lb3ohN7W0yyxCfe96TRLrMcISIZQqawTdsFjI4uwq3PCjiyxwefX+4mw4wo7vUrs1Nbw78QYkei1zS2x+rnmqnleMNRzGGFH/RW7HqgPdm1LkfN56mZ6vuo5BS2x6fPCCUacNWva63IMrxctIXRSJZYrFPMJu0WaYefnEXaOzSZPrWTY5VRjZQ3TSciw81wnJApTbVwhYWUVWH0K3hR8hxnZaTeyCJ9Yuevk71CHm1J0wi5cbZQGvZYkdTzbSs7LAtRAkGfYFVl963vwAU4rRBH9blkFG0gtKdtcdwi7LlpiqS0WDeRvBboSJi/Djl6PbDuYCjvqa2zbRtmzky2x8nf4yCX34d7NE7h7izxPRX9nOndORvtU2xYkL9hiQsmxYbvJCxpCEdVOlLDrVo6dIq1zik6w/9fhoqaI0TzCbizMFRoYhV0X+3D+e6sMu6zcuTYJu6Rjbtlem0JY6vfoDFV8DCq/tAAJR98hjzTvQ5AayNEy7NQYK80Sm5Dr19DsoyrDrsUqsY2mCBUEbjm0xLrB/neyohNA6J5owgmICY1kpMli2XWin82yax0/+TeNTTQ33BLbZitWRd/jhYTduNAssey4Yv+nscsStsRWMqrEplUqBKAUkg4j7AQRdlxh1xSKmHGa893PsKuxDDvLComcSNEJN3vupFf6le3ClaSyssTChRCAn3aNMhA5x89vlmKRYyCKTmQpvuX5pnZBZNCQVNg17bgllogphbpO2NXjtkfqj/zgN6h6jLCr+9kZdpzQmd0dfx1RS2wiYacTYTpBl1Z0gu6RfpywGylHrwelsNMtsTlFJxIVdhVZvKc+G1aZle939UJDfYBMSywnU+fG42/W2i3l/CftS2VOatxDoLCL5rfycTRVruV9hJujbqbPGi47rVli/XpMaT7JFHb69WTJNuGl2PJL8jjbUtgxwm48l7BbpBl2QmXYJWc2lFwrWVWSh7ysJbYv10uwxDp2+uoUq4CoBqBOdFCXBkfeDKeFVNjVM75TbOKgE3ZhllyS57rsOkqxlXfuVNA7EXaFFHZ264RlP4MPpsgS25zPt+/xjLE0W2qWwq6dCbTfDK8BXV0kmq0TIlwp0nNLbAoZmlV0YoAmtxHIyajteCg5dnL1YPk70OB8tknZk0Uz7EhlUs7PZqTfhG7EaQo7bnV1LNiyX9HtrqTEa8JBOULYdakfIRItVnglWeEKBOcxd5EoUWHX54RdLzLs+L5o/93MsCtkie1QrdcNS2wR1Zyvbzs4lli9UIQFTbmgCpGkqMIIzVpMrRdX2BVrx74Q4cSCLaaNeMH+tk8Gv3tVU9g1YQfkTFqGnadZYr0hCGkvs1MIOzXRpJX9yS2xbXTCbnr4YPX3A+KgYB8Rwk5X3hBh12GGnRB9Sdg1faEmWkOl+HGHltgshV3wGBR6IMJuKPa+QGEXtCe7MYflusIuZ6ErX2E3FSpcMjLsVLRK4uKIli0q30ukMhF38yJ4PXU+wEBkZ9m1QaKbWN7TH84B7vhR6nuTxAd9gwIZduSucqXCbpgUdmxsTYRdrDiKRoZ5aKh+J/ycqMKu4jkq8y2wxGYo7Pj+cwi7aslVbWRaeCHhFlOuaWNEfZykLLGUdxa2r8ncKrFFFXYJlks6rqFV6rhrPNYAUDn3NeEUzmJcaPDrLdaX8X4n6ffV5pouI+ziltjkvMCKI+BY8nOVwi5uieVkdF7RCSLsqiUnrBLLqyrrcJgISxtHTcyG35GKgIYfFJyfNJVvJxl2rVliFylhl1dtKqKwa2UikauwCxtfKUFhV3IzlH0JRSdUR50TmE7WU1pl8TMUdlYKUaj/P8iSi/8cZddOz47SP0sEr5Ml1rWtjAy7MFA+9v0HmrBjdoWsKsI68hR2fhNkGwtLsVvwC/52iYhkFVDgfgvHrCPJEtutib1uA1EknK5sScqw66xE/aIHFYNxHEmiJ1hL5W8ZEnYZuTVJUAo79tum9Uv0G1BuW1rRiSb1Jy4sy4JIU36wxY8SjyHoVuEJXWGXRkiS0ltYQUYVZX+mKuzkKnF5NNx3vxN23a7+DGgKuyKW2FYru3az6ETKccXGEu0o7OTgMtMSqwc1D44lNjXDTllis8ca4f8bal+Oo1limxr5l6uw81Gmanas7xtzg/1vngj6NspPsth4K8sSW+aWWNsFbBu+E6qtkhDLXpreHtvmHhwe+f/OVc8MX/MPDSYRFpvgx84ly+tLer0o+G+yWAm72XHgnksix8onnEmW2GJFJ5iqhBR28nrlyrx6U2BOEl2oz2K5rZMYbRJ2lAlVm4wWaUhYzBwqOekOG066ahl2rrTEusoSG7yeOh9goAm3a1tKKReZhE9tB37xD8BF7wJ2Ppz43rTA975AakZuGA0xLbMNyXJMCruGHS6Y1qVVL1YcRRuXlayGUiyFnxXsb04qjqueE62qSuPrpLFbAcJuVlpihz0brixQMuNnVInV46jS3G4ZCrsYYecyxSA//LQqsXZClVhSm9FYtlljCjtp1bTC+KuiWYwLDa7+ih0zP/cZFYYJEcJOs16r4k/a9UqZjAASi06EhF3YtkNCNfkcK6u956JqFVHYsdoH2nhtcj5sX4Jeo0UsqpDdgyqxk0xhN9GvGXa+bCDCSl5R97jSrYWJRG0+p9OgwZew4brxzy7xyXHCoBEIBm7U0CypsLNzSAxHRC2xWRl2RNjRCldWoYKkykplbonNOXe2JOwsaV3znGIKO7UaZhdTGPY1Ihl2zJaZN4FThEiKOo2dsyZT1oUWhDYmbrwzpmPNWHXIBR/c9doSq0gjXWGXUCW2leIf/Qg5sXUcF+XI4gUn7IL2Ra9N0M9SWGHHCOWsKqpA2Jary+X/06rEEtEo+0UnWT0XVdiVErdpG82Gauc3rZ/D0z/xK/zP1evka8mWWOov8zPsiLDTLLF9MqhLBFmjumqJTZjcdzXDLmNRo1v22lgxiBb6vZhqLuPcLiWFXazoBLWJlEIJ6v9hlVgvprCT2xRdPOSvs3vziBfsaNN4cE8Zq5D6L3g+v+gEs8RKQtl3pKomLcNOTTTl+ZjaFjyufmLwfmHhd/5TI++Z8vbFDxovwk3OM/En8TjUmwKCK1NjCjtSE3aYYZdEwi82XPVJ4EenBeSQBGVvWVaooOEIK0nmF52wkyyxjJhq+D7mQeOYWSyzgrGLyBuv5CrsAsJOzDNLbKToRDg2CjKsU/rapN/QJYVd0EZdZYnVFXbp/Z+yyTmh6yeS9zSzM/z7/su09w5A0Ym0sTE739O+JEaJsLMlKWR56rcgwi5m3dbuCR4a8aITKsNOEnYlh2W+5VSJreUTdtOSuBn1ws+dbLqhQi6h+moE+phRLzqRUCV2tKITdskKO8qRzFXYCcEsscvlcc1jXls4cUQ4Pm2HpNnbEEJE1F88VxNAtN9J+v11S6yVbq9V16tmYR+KEHZJCru4JVapm1MWS0hVHyjsyOXTnsKOCpkAgEXnQ9qiLSq4k9IHUbvoVGGXT9gtcoWdn3JgrmOpyVOsamoG5mZ1wk5n9YN9NaVlS0fZTc9/8+Wg2xfhKpLFLV8ZIGJsRpDCLv07Efk1Szf+lBXTiNKPoeTYaEgLXdbnBMdFWVkhYZemzqPcwQYcdbFaBYOe+xr8InIYg583sVLqtHLyDZ39XWeEXZMIu3aIMboZudVQvcBt520r7HphiU1T2KVViU0qOjGYCjuyqtuOp12TvP2QdUUO9kSL7SbRsp1miZW/AQ1yUpUClInpRh714wqtszYqkcrcXRgc1UPF2y/uG8fEXAN/2CifixXwiaoUa0WLTlTG2MBBpBOY/YBuK2cB9ltbvcmwyyJn2rbX5hB2rdzjdNVcpsJOUxoMkMJOt7uRor9GuXNpgfYxe3ItNrGnPjJU2BVbUHI4eeaEixUjskosESJj1Wi7aMBOzLBTlljXjqmXlMLOT+4vayp7SVPYvfBD2PGSL+Af6u/DJn9F5D31po+PNN6NT459KozSEBZUdce0c9mxwq4PCLs/nBM83vY99dRcTdqqPCcSkk6gMXQ9Q2FHtjjP8mNFvTjRV28KZYlFfQ7LJWHXGNo3eC5tvJLXZ5HFjBU4ckUj/E3YQnLVc5joQL+OEqIKSGEnopbYmhV8j0aWvZZ264cqObo+I0UneAECLUMrol7sV6T1Pez8k1iDCNGqrFTdsErqt6jX5Gu6ElRzpGVl2M01mcLOo8w3prBLIo25Oi7FPUGW2DE3/NypphuSxXrRCdqPyorTc0nTVehErgxrFvZIJh9DTcugI9C1Ters4PoT0eNq1kLCT7PENkR/EHYNX0QSmmKKNd7vJI1t27LEago7SUALWGGbyLHEuklq3MhnhX13lQpFJVW5JVhWqphjnn0Pq0mEnay4rgi75D7Ia7PoRKPpR87fjH7N6shxnraDrhJ2Ii3DjuU2NXW/cQYaWvUPoXc+qmCDEysBHXyuE64oaZ1vsxESVo5DCjtJ2GUNgvwmbNlJ0OqbnzGotLWqQml2kTojzjjKXljtMEvJB4SEHSnsHNsKKztqN2i/Gfzf5xl+pLATS4GwcwISjC6mPLKIZ4S1orCjv9upmJmkRuPH3CrZpgKKS+io2mwSYhl2OUUnIpbYjMHHAICuJ9dxpeqX+iR5zvymah90rbdcpCfJsp3WX9BvTpUP0wgIUuy2pLBz4YuUyWY7oIGj5eDBHVJBl2Z1ZVVtgQIKuzlmiXWrUJPkfrbFFiQ6WkISAVdIFVe0UEQvLLG6qqsDhV2GeiAGRajEbSR9iQveDHz9+cCWu6L2PfCiE1qV2NwMu0ZsX9TXzPuBwqBohl3EDcHua8NO9H6r1B1+OO5p+H6MeFYKO55hJ9sUKavSFHapltiRfTD/tLfgEv/5MSJJ5fqwiU/Eqhs7lxqp0zZhl0D2LDZQLhXDTD34vjGboYQqOlFAYaeqCwNAeTjyGu1jToQKu7EYYZetTE+3xAaEndWswZM5kJFCJmwxs1IKF+xFrDo7+w21DDsqJOBIQqlhSRIprQgfQ5gvaTPVDDufnLCbj1ZV17Mp+xKpllhG2Imowq5qy7koV9jJbPNYW6V7kWwHJSRZYoP3zrEMu5Dg4hl2OYRdypiaLLGjXvi5sw07JNzSMuzIehpT2JGynMgdpkZMtcSmKOyUUjl63mieSlWeI9+NyJrGPGpybuup6IYw/qloteOFhE4qxkjGXIVd9B7hRopOaPbjFEtsVRJ2vl1iWe8Jllj2G4UVurMtscNlp5glln0HfS7DP8Om66kctAFS2KWpfOn+HFMu5mB6PtpOY5WddSxahZ3sXESBKrGZBRpiu412No26TroxO2nCj+M6FlOzJBNWvEosFZ2wswgr1mkXybCzZYc+K5IVdkQc8uPg4CrBZr2gJVY2EC/y/bXPZRVNvVYIy36HvvpZlCxqsosvh7DjhUwyA4PzoK3+KrSrjlNFJ/h36LYlVi86oWdHLbEMOzbQtR1H9oXaNalVNw0eW7RS8wy7PEtswZwt6gcc2S/YXGGXkGEH20HJtcNV/G5k2LFr4OEdwd9k74mTMGmW2JRzyItO2GywWptK3r4f0AuVdCJh18UMu0yFXbuEXZ4ltoW+s5UqsXS9qm37nLDbfh+w5U6gNhVmW6ncOQrz1i2xOsmk271qzHYnxx4sU7fBCasca7elxp520Pbl5EIn7MYqmsJOaJ+jZdiVHCf8LWX7FDQBSis60YwqO0IF7zJl/dWJJDoPvIBCYNVNIcSVJbaLGXYpUTYLDr5AL6/fMCw/JX5H5VxlZdhJaxbZsmDBllbSeobCbpksOpGvsCtG2AHAMILvSJlzgBXJbhoquWoMWdcdNvza0BR2HllifSLsgueL5GE32LXpJU1uOWFXi1YPbTA7bd8ibbEgYe5HCl8i7BoICbuGnBfGCbvogmlA2CX3maQ4Lns2s/IJpqRP+B0TrhsdZIkdkf3kvPCC/eZl2Knc4xSFHS1UcYWdtBGOpBJ2yX1ibpVY9d0sZtucV21VWeaZqrofFHb6McYsppF5Zz1eMNGP3iMKKew0sVBVVT1OFnfMNeIZdtRXpPW9RA5WS26xohNAmNmuzc9rSYRdJUrYpVWJdZMWIQpAP3e1hp9dPbtVd0gBdElhF7UO6AhsYLITa0Fh52sKu7r2XtpXI8US6zoWq8iokX3KEsqrxBawxLLBOpFwWTZfItFUFkaq0s9OtMS6toUmkZ25GXbBcTtusL1jW6lyel+RnWGGH1SV3C6FxS9G6IOpouQXH7wnWWLlfn3YELCxcpgsCF0oOqHLhtvNn4so7HpUJZYG/2mkUZbCLo1g6mewvsR2A4VdQ++TEgi7hsghm3TQ4KUVhV1CmGwEysobHIvrOskVbtVv78J1bPgFgq0LQ2UMDWHHVDTnL25ZiVpi8zPsiLCTq7ODUCm2lwo7fn9f7Bl2eaRRK5ZhvUpsEUss9W/tVPNeTGC/TbxKrHQHKEtsAeseAPh1tq8oud8U0qpaUGHnEGFH7V6+L5LBg7gl1leWWD3DTlpiIwo7Sdg50Um6DppoKYUdEf+lEUVg+AKRSoW1ZpjrQ0gqhqGgMhKpffloK3pA9dl2GLexmOD7UeJBqqHnJNGQVHACABw7wcKpgSaUFRFWSw9tUqxKrB9WiUVjFqMI7gu1qiTs0oo15fVZjquy5kas4BgcIuy8IYBZfaueo8aQtVpyBEQkqkDulyyxpNxryjbcKKCw45UjQ4sxa2Pz6Qq7wSg6kW+JJcKOFL4VWfimZpXU707ilEqaJVaSTJ6VQNg1SWEnCTvXCdtow892yPDxS6rCThJ20hI7DzcgQdIIOyLoVHGH+Wi/k7GoNaUUdtHzEFEM8o+SbUh3zcUy7FSxgQqbb9TjhJ8fznXbyS3b29CPMaZY03/TlOJrqmI0fJXhGis6oS2cEYYSqh7nZdi5SXmXCd9jyGNVYvMUdk7yPJKTmqoIFGXY+dkZdm6Be0QSaGzA+7ZMW2zSuLlDdFVhl8Ykeo6FmrzpNHJsnZHdNnSCLvreJrNiJf04nh3az5qNZKKsyayotrSS2lkTTTaApJu5SMuWEyLIpkCYYdfUbgI++w5JllhenTFPnagssfICyyo6kZRh55A6Y6AtsXrWWkF1Fx+8ZyjsmlJlurxKIb8dkBdkB4wRdvT5LRJcinTshSVWVy6mnNckm+9AK+zC391xXJSSVK8J+YeJOXdZoLbAMxbT2pw2YEwkd4QIFbtyfyUnZQFA/i0cN8jcTFE1twXZXhpOmOujsuliqqlQPQOEeYCFqsQCg0HYFSQ6WkKSxTWNGItsX5Rky7LEtrhKmVZdNMGWWRgtWWJpsMxWjvtZZceIowYPyEe4sBdT2OnxDwkEnk7+0e/cpEp+BYlnmjALuifKx6pG2I1qRScauUUneIadtMTKhSUvxxLrOXageqB+pDQcLoqCWbogJ9+IFlCoR7L1UohnXkGvHSWzRkYuOszuhsqnAlRfrRR2KZZYZeHMmJgrhZ2QhFtpWM0f+PsamsJujAi7ymq5QZsZdoDKsYsp7LxKZDPHtlThsro+/lcLsOw31BR2RGg3ZIZdPSUih6POcuhChV2KJVZTo4d9xCIkgYsixxIrbC82BqFK1TW46vdoNFIssdRuymSJzciwk5bYshsq7OpNP51UBKJkW8q9h2yqQ04YxVJr+PlFJ6or2fdgxJG+qAWh2lh+0YlkC6g+p3d19ayKKWK2zYSiE2Bz3X5U2NWbIoiJIMRcS3o+L90jQoXdCikgiZGj+sKZREVW1m1ayfPd5Ay77KITYZVYoGxpLp80qLmhbokNP0MtoMmFdzvHElvkHpEEaqcjZVfdz3UCNILFa4kNO7IkWBZTibVA2OnKNV2dRxbZegphFxS7IMIu+rm+yjuyQWMpmpjaWQMgdqNThF3aoJKXo5eZBzrpSHbahkhW2AFQxTxyi04grrAje5p+jKElmH//4PtkWoL7HR0r7FIssVR4RQ6ulg/Jm3Yn5IUit7psiXXc7Bt+OxA6EZqXYZdUdGIAM+zY764UdnqGnbzhNuFAkP1F3yYPDTZ4ScvxIsQUdkmEXXgzoww7l1e4jahL5UKB7cK1Laaw6wJhJye9dTuBsEuoPgm0kAPIq8QCg2GJVURHry2xXVTFZZGM3SpgkVD4oDB0CzmbjKRuyxck+jlighFHTT3vRmgKu7Q2ESNL6/GVfaaCaDZFYWs3ZXSpe6JS2EUnDboltgk7mPhZ0b6qFqkSSxESZImNBvrrCKvE2sF76dhLw5G4E24Z4rl3kbwwK42wi+YTRZ5rBT2YTHQVmtWS1NBkS0qzxBYpOhFm2IWEXVJxhUbTD6NsGrMYFcG9aJ4Udu1WiQXUYtkw5mBZgN1MGBcRVCZaSuEcPu+S/Y4niLCTLiQ7aLuJCnkNXGFHVrnIJDwjw05Vfx5ghZ2wHdTUYmBwfiuSgJhHOP6iuV6EsBMi7A9JYZeYYUeWWEbYuUzBlLWgEbHEpijs5HU0LBc2avAkYZdSdEJZYpcn71sfU7JjS82woyIaeq5aM5mwUwq7ZpLCLpwTEbmsognYYlA/KOySFGqR6y9PYaepsF00sXwombBrpNiPKcOuYZfCezH7nFlF2HGFXUJfkfC9xhx2vLkZdslzQ05qqogKaYm1JYFXSumDYkrNguBjgyH5vTNz7JSQbbERdgVW6xpSeeTrsu4M6CSTnuFGBF6T2Vo5uMJMV9iRwkwgrDblSqLLRsaPwLLfci1XvIGTwk5X+jWzM+yCA5JVyrImGawYBll7XdtSVmSd7FPf3wq/v+UuBUtsQSWYjiYbHNENnZPA6qYQ7HdZVf7enSjs+tESm6dczCw6MYAKO0b+O44XzXjTLLEUDA10qLDLsiuyzwsVQwltgL2XFjK8iMKuGd/WDiyxvciwm7fCCWpq0YlWLbFMARM8jkSf70c4OWRtO0iqdlUow66oKq6bltiU60appcrJr2chph5Aet/rt7BtP4ARRyrDjqrKU4adH982goQMO04KwPdhybFLQynsChJ2yhIr72fyfaOl6Hb7jVHmW3ifjijZ5HeJKOz4/RJQ96mSSO5PQmWIFe1DvKjCLlLYgKkWIxPSVEtsM3pMSdsUQas5k3sbeh9MhJ2yxCYfd5hzla+wq1C139JQmDHI3ldr+mGUTW0aw5D3oso+wXOdEHZSXTVqzQbj/rSxHqDaaKOW1qexzyEVqLLEBm3Vp8qlRYpO8Aw7ThIR+G+jLW7Vm8mKnb5CTpVYYblhjq6cA5QRbFsTbmiJJYUdJ5f5PuW4o5yYYScVdirDLhSl1Bp+9vg9YolNHlMrpSop7IQTWP5Si07Itl4eDdt1EmHH73t+HfONpmoTOmFXkYTaXErRCWp7hFBh50e/m1uOKOxqusKOFadstTLoQkAtKDD1WqTyalFLLPUFVhNj0o6s20D1au0Esng3LS+8HrhYSVliw/el5bTq32uZK8UtWl5nIpTVOfoduSqTKjUrhR3ld6Yq7LKJxTTwuAy6pmdq0X5UCIHd0/J4FmuGnaoq6qTfoMgq2JIlVlMJ6IQdt8QmISCsUgg7ssRa4SmwlcIu3xLbQJgtIdIG/wn2Wb1whlL6WW5imXogsJrxY07+rPCYydrLJ89N7VyGVtzw+zuq6MYgE3a6wi4noF+9j9kPEi2xIfEKMIWd6IC8qMsbb6oltlWFXS8tsSnnNY2wc9l3Uplrg62ws2wnkuepW2LrjLDLJZt0qJs0U9ilqax0xVBicC3rT5ygTXsRu2s9ti0p7DoiqXXIlV5VZRta0Ql+3K1WiaVBKF1fg2CJ7UmGHQ08kjLsummJzSD/igbjJwwuI/tOqGKXiyT1QKp6lT6HK6D6+H7KqpXGMuxiCrtw2wgSM+yCAbdjW5HtmypbrqAlVo09oxl2I9ra8T6jRNSG455GAjEYybBLscSmKewiVWKJyHArgONGFXYRFVc4YYqomdIIOzpXHSvsmGNgMUJX+EjCjiZIqVVidRVOApIy7MLqstHfRllip7apBfE5ZYntRGEXxDAMYza4BjIIO3IuNWJFJxKEEoqwC/ossof5SmFXIMOO2eQS857496YcWDokem9fK+xSxtdNIuwcpvIP+oISSGHnxQg7rkKKzDOo6IRVj5FWqj9illhF2OVlfOZVEQWzxNpk5dUUdjHCTv7frYZjd67kU2PK6EIVFZwAgGGNZE9T2MWyQCUcXe2ZqLCbZ1Vmo229KfrDEhtWDg/bTUQZmGuJ1cY6AMYqyfbjyH2YoWKzOUnCvWg+o0qsntOqPkv2ISNy33MoR/I6E+EkK+w48UqVmmnB3cnNsAut1UKf92SA2mnZtVWGqq6w++jFd+LP/v0KXHHP1p6o2LtD2BUI1yPCTrSQu0UKuzkh88A0si/MoUs+IY6dYYmVg2ifvdeiDLtMS2w4KfQ8InvSJsbh83OqomwyceinkI7BAUlLRmZ2DsvKkkq5YPIc7FcnP6lEvM8q+9pL0RKrqtDkECPcHpNEdrF2AYQZdo1uKOz6qkpsXoZdRpXYZgJx1O9gk3XXcTRLbFRhRwTT6pESI5sKthtld2ZkbJ7CLsG+EB43V9gFxxIl7HiGHak+XFnoppsZdgF5NoNgIrJmWUXlocaOg5SKcDBcctKts2rfWp7iIBB2ezvDTjTTyd6uWGJbVAKlZtjRILaN6q1J6oFUhR1TYlsJ10q/IaHohBrca5NKVbwg144cZth5jhV5vQknmPTn9WESanWd7iHy9y/b0YmJOmYqbgE7OAamCmz6QhETgSVWI0QyMuyavgDNUUquHVPv8gkRD/Bvsrwwl2frpJGfKp+oFH+uFSx6S6wWSyDjC+ZIAemlTMYSrK06KEOwrBR2w4nFFRq+jzmyxE5uARAUmpt3pBJbr5RJSOovdVCGnTUXkGKcENFgKUtsivWNz7u8qArUpqITjl4lNr3NcJtcYt4TH9PpGXbNsD33LXKqxAo7rrArQSriREhw+EkZdhGFXYYlVl73c/Jn4oRdboYdv7elEHbKWs4Iu3qkSqzWtokw8SrhYlRShh1vv34Dk6xCrE4KpWbYcfU1A12jsSqxTrTQWozwYyKbfiDs1IICazfR6y/PEhuPTRj1kgtCpBWJKasMOzeRsJvLsMQCWpEaek5+9qgd/G6zqMS2iSFlfh4pOkH3SNmnUq5tmi0/cpwtFJ6YZ0RwVZLPnLDbNjGHC25ZDwC4+r6t0bFgl9Alwi44QVbGgREx5OcUTohAdgIziuzSCTuSbSbfGC3LUkSY/l6lMGMKO0cSdk4WYcVUHJ6XQ3qQ6kpYKvMgLUvPz1AQkCUtU2HHjsGRnZdjW0rhFbfExj/XLkJY9jtSM+wKWmKdFLKLBZsCocKuSGZIKvrKEls0w45IEjb5VQPOjGyofoW8lhrChuPYGuklvysRdrKtrB4pxyvJ5oFPLlvNsOPPEdjv4DBLbBJhpxTWtqPZZrunsKN7wEErh0IyE4gOSOX3rcHFypFSunVWvVdX2JEltp8z7FokeosgKYuDT0bTcra6UnSiwOQ3sq80K6G26twKoakGwMy+kWeJdQpch/0ApqTUM+xCS6xWdEIfrOsTCL8Rtdey9tMg21KWTVpCCBGO1egeItuSxc75AcviasdQyUeW2GZkEhAUnYgSIhYF+idYYvl7PSdO2FlWaHmNZNgxRVJEQaLIzxTCznY7I4QXPWGXbImdT6hOyBHJAUwBKRzLvOiEHVfY1ZsCUzSplOPDPRhG3cpxBBRZZJD3mpECCjtdsRV+kYTfkGzbIIVdcNytKOy4TS5UdaUQBnVd+ZJssesr5GTY+ZYby7Cj8z0vHPV+ijuqcnKZxiKWrX7rUoYldrbBM+w4YZcxfo8QdsltlIiGilzYqMEJSBY3R2HnDbFtEiyxjhe5n0/MBedgrBK/FipKYZdiic2tEptgiW3Oxwm/vsuwY1Wa/3/2/jxcuuS8CwR/EXFOZt7l22pXVUmyFtuSV4xsGWOwWWzAuKGBpofVTcPAGKZ76GkGeDD9TAM2vU13AwPNtBnAZunBgDcwBgNtxoBtFluybEm2ZGsv1V5fVX3LXTLzLDF/RLxvvBEn4uTJe2+pbl7N+zz11HfvzeUscWL5xW/RKvodgCEIu0ESCwDXKTunkECbStgJsGtQZ8diApil3FsCZF2GYccpscodr1TNFKuK+9/0swDAeLCcN8f8uF2S5cvjHBsn0goMO0cIAIBTIYl9+k5gnD5zZ5nvn89ZF8qwU6OS2DxLbqwsdVoFwM76n8fYaeyd1yaSUP+zfC8xzMyYhx37JBlUHrBTJYCPGR9VkOam4Q/EsBsB7Cwz7MY97KhMPWTYDb6X/RgkYEmS2B1mBGyqVGJlJjLsegGIZCWxHpghDztv8tlSgt5ZgCiatKbGnGcF27Ipsa8Vw67gS5ebmEo/nl1OVMyVkGBVWmNe6SEY1wWgCQAePJyJ0IktAbsIKNjA/B0F7Hz/aBWMl8RWRhy7BIQ4dKKG0RrdhCS6yeUnise9ayNvvLUfdrfT42Z/UYMHDuabQydSVsP/n2GXrxyDXk5CSj5bW3vYXYC8thRWkBgxbwVoyvPXG66vnKRNZIld6lJhgZ962IXQCeWkJSUAKQU8+zaW4ojX98R805uvXddb1DRZpwWbCYD1f/dbvhjveOwa/sQ3vEMcS/CwayNgsGM5LEDBEQlQTaETGN57uRCspSSWNgGQT9HrhMw4sJnGPOz8z8pM9vnL1muwmLjQSvtgP48g6aCUYsmqciEJSdHfZj0BdoeBYRcBdj3uIZ573bP7WCvf1mw3vskwojgiOeQBlq5dcHs5GL5W0xy+0KdlALv5QBI73cOujVifQyAzmtMlC2kOndhphl2BiMFrJjNg2NW+Tzi1AeAgRVQELmdYYTVaZryF7yKGHQF2hk30160MncjcR/m71DbE14mXxC443baGtUBX3GiX8lNSz2QksZHCo8G9U/f51/eGz0KJYdcIhqesQUpsVhLbBC/RRBLb7AjDTgYyhX5phGGXrl0zkthDsuIcSGLzDDsKUYklscLDjqwjRLq5BMhyzDVOiVXEsJsA2GXskvreRv07zwG8zQAFUaUeiPyRBT/ZTbUS57yXkcQ+dycc48dfOtp+s3lCXchozSEFIwMUM+zOkM62tDNAgYMS+DMpsGEE7OoL6bT0XgmUUeiEQe86uZy+mqWPFarZDDiJd3Nzx98Iv7t0l4z87+wow27DwlMcl1tg+x1hpfjapAw724bBh0r7Tm80dGPXqyTd3Miwkx52OUksgQWu07q1LyZICmebVOcSVYELSom9aElsyrArMBdz5zQA7DYkB+1SsfTeBePUMpSBJbHuGq0Ew67JSU9HvycD2BWl+iQj24NrnLY4OW2hedI+MzrLnqMNC6VN7GF3gaETRx6we/LWHjpo9FZBK5sH7GBwY68O17AUZnLVPexKY9i2NSaJlX8fvP4iJLHbsvU2mPUzYLdF3ymlDaZ2xzmJYXeB0vDXq8RkPZXE0kYtyVgrwVaLKtrxvwsZYOFCJ8K9aIn5Vm2e83TWsncUjzfi/v+Od78Jv+Pdb4rfxH5GHhisJGDnFjNa+cVhArwoP05VmQ3NJgLsVHazrdIKK6DoYVdJdtgmDzvtAbtutfXc4p//7PP4gvY+ngQuL2DXpICd66uZ5VCUxI4bnwNAz5LYwBqqMwvjtrO4a2MA7S4OAssccP1Iuu6Zkg7oEw2vqxP3PFHaqgfyoiIPxXQ8l3NSKpJte8aX8nMLAmKaXswrCuODfDZnOcZixGpvHaM2AUpzIYC7UnfWwE0A73/qJbx11eJwHgMWfcbDrvY+Wqe94TG4HwudMDNee8zQDHzc6LtOM5LYdSSJzQWGpUzMdcQOt9bixAOEcy+JJTVCq+eudUt/OiCAc/VefjNeWrIIMDEw7MqA3brr0fcWWsfPoASDgAzDjuexcehE5CUKiE3z3QqdqLW758umj487HRPTNRZvTgaGHXm6DiWxeYYdjasN6uxYROE/kSRWAmGZ60wy2X24vvxkG4adwG9ilqRFRXhFwrCrSww78fsxr9O0WGpdaW6bxxKwuxuemZfur4D5ZWXY2c2S2I5YYlsw7JgW7G9s+t4QnDAC2Pkd4oGHm6A3Uyk58G1gp3TQqPwkUZVeKw2OkQfOepb1jtzUTbv64rvcAjs8OCwJThYNufPXfmJgPhslsZsSSuX7pOda8ncCCW5ySuw5Fm2pxxbVmSWxtAB5LVNiU4ZdSRIrZEqyQ9vlRMVckSQWBpVRmEWhE7EklmQWt/ZnZw+d2MbDrhLeHwW/lh6aFzMyxEe+njZslKlRGelhd3GS2HudO87Hby4AKDFhHoLma1S4tqjyr+HXdmGiQ8/X5/xy4Jf/34C3/srzH/frVa+FvDzHxrlIwK4UYGGtACi2lNdOkcRO9cuUjMFNzC/Jyir56e1SCRAuCp2QPmxQSVBCQSLNDLsuSqKUAJ+lMIgJ7MSut+wdRWDaxrlS5GHXR+dHi+ZZpV0AmPSthZTEDj+7E0CFUnmJY1hwxj5pgGczSdCjmLgrnq2x4JdC/fSn7+D/9Lffiz/6994bPucyVoFht8owO2RNCZ0IDLvgYcfJgWIx2PQ97mPfpRn6umOv8cYagHGG3RizYnETAHAdxwnD7nDwUvKwSwkLkeqDqk4ZdoLRBWBtBZBm8+CFfDapTa5HJXnh5/YKSGJ//kX37K5WS7zvqVfDH3jNJBh2vo8gmfxJLzzscgw7KR31fdxcTZDE1tLDzpbnbfI7qJI5+KrteeibM8OOADs/L08BO9mfVZm1Q0RoCFYQ9049YLdXlsTSMVGt24KH3SAllhh284ggEICV2Gt1VzzsJOidTTRNx8TB8xjWedR3Hc7c/4dsxnxIDLWLBgUPu3ZoTaC1AmF2OUlsy1YEXhJrpwB2w9CJiM0uyUUesKMQilLwjTzOsY2dtGSCPKWUS0nsC/eW0WvttvPgCXUhvSpJKNUIw85S6MSYD1tSigE76pxSWetmOWmn8oNdz4k/QhJaTwDsSBJrDWazDSENPenAgyQ2PQ4rBoFS2SlsKJFSKhFkOr8Bwy7jYVdRSi56DHxorkqlC8Ac+JarTf5vXWgXgEiJPQ94kfN7o2NIv39KZYMzXiuGXSF0IvUNA9wurx7ZMdzlYoadcrKnKpO06u8BLQQcYLetJFYEimz0sNvAFgWiSQ5N2uNj9+3ZWtH/Vwmod3GhE3db1+Yfue4mlNlACWFBcG1eBdAz9+zJSSy1xbf/auBX/9fA5/2a8x/361URkHbRcvepktizAnbpglS0n2097Aa70MTEkqbYE9unPJ9NbPcIULkCklgxWaeFkklAtg7aTdDVkH0b/UybOLaLpKCyrwH8ImKCh10rATtasG28P2EDpeliYIwYAMzMSBhM9B012kEKXpqgy+OeGOcIxJCLmTiRUzBMSuxMmpcpPekapfWJ2w4YYlbCzgB2rr9ebvCwq3IL3KSoHc86KYn1YIi8N52FhcbKBJbdS/YGWiuuWRawm3BtFzcAADfUsWMWMcNuCNgFAChl2NHCPCOJ9QwZ5cdEWkOse7HkK7QbyfDJMhYHkjwJ2OXljLtU92g/Ez1eOR5uCPYwLg0WYOYPsXpO+2CFYDsf7JBLia3mPD4YdMWUWK8odZJY8rBrN4VOjAM6lBALhLAMAiAbJeSuckNLSmJNZm6fZdg1kxh2ACI7grKHXSLPznnYtWvBsIvtWzro3WDYZUJfIqCxNLehEkA+Kb4OKnfN0vPv+jw4Su1iVQLsOHQiDQYZ9qOAY3VSv7Lw3qHHUwC7zFpXXosKoq17djIFUY1tGpSOc6wCYGeyktg7J/I+WCiaI41ZI2xZFwPYkYddNSKJneLDNngT+QK4G6uS9xLYNcZOI0AqBQpzQFkVSfPGF7stKlQ+JVYXwb3AUmGZWNKZBuBwgiR2bGLG4KCJkGWWxBYYdpEkVgKWV5FlZ22GYTdREttvADno+vsO8nBeQSsIP69zSGJnKWB3RnAr2t17rRh2BNgJhh0N/NZePAh52UsY3hqtPcMuaRPEsPOTplsHtWDhTZXECvnWRg+7TKLsYNAPx039ySwXmCF26ZWpYLRG/xqETtxp3XE+eDBDbVQA46JJY1j4H8yrsLDKtSm5g5xJ5tvZmjKGbVs5AE4pgJgnRWP8c3rYyfYzGfzb4KMmNwqm9jVZEG4CGH4ej7HLUlIS20mQTQJ2JmbYpcydjIddCFvQ/Hf225UediNtuO8talVi2BXmL6Jf6yJWYDtcKKaSWJawtQNAqOtSwE6wP3wNJF2I/YqiUApxXNZa/Jd/76fxh7/rfbByw/EM7YuGYgbsRnynX9c6J8Mux/Cg4kUqSWJnB+y51kaSWPfvU3Odf/cSbqK1GN8Um7JhwQy7E8+wu++PJcOwK0licww7BuxiSaw1XhKLCYCdYN3MmNVVkMQmPzcCgN7VurvyGxPo8PKRnOPTetMMQicIJDjtjBiDxiSxYR1RoYtTYvsegLuOwcNOx/diakosMLhfBDLMK82JmjSfaowAUSQw225i2GXmlH2Du8ywG2IDldHc50nmF/fDyTM+7mEX1nHh/RmG3RYSyNerZHBL1pMzfW4HktgwbtE6Ikhi4/NvBMNbFvnCrYUnoxxTKShkL9k4qTL9KBD3x7VnNp/YGTZWRqkVBTxJhp1fUxr00OhHfTS/XP8CnlQvRvYUm0pKYkPoRPj+IwGEV/K4LtDD7kIZdnpkgOo1DTrTFxEEhLE5YTI4EmtsDOzqfdjFgNlGoRMlwKowmFl++DXqmQfsSgw7lsNpnlDa5BzoekwJnSh65Ynj7WCih4+uTTrY88/ie6PQkF2W8ZRKLiRYujkxdIJlYRLskpJYL8fzAN3ezGBeGeH5dR5JbAnc2vIecUf+WkpiE6kxEI6zW4d7cFEy38teLMFyz+WsEpJYvi7kf0jszFkAxrZl2JnZBA+7DWxRIGHYZSSx9Bmin9SmQmVUACQLkputyj8DrzTunG7s1dirh5IUdyxBEns4r5ilmN0kIsDOzPFDP/sC/vsf+vBQlrKLNcXWYdsqSbymGONPqU2fI1+zqUwBsGEPO9GXbp3AXG3upyQb8QwMqEtXMnRCLsbFOQXwq3C+aWpd3wUWgQD/COh3YRCbwahWhk4MPOzG708InQh+m5Gvnjxumn/5DdqZagaAUBSiAQj2R7B+yIFJkpkXZJlxeu1L91f4/vc9gx/4mWeDBzJ52IlzmlLEArj0DDulnYk4gVHkYSdYDrnKyY7TYsCOGXYHzLjoLZg9SYv7VRV85V6yNxxDb1Ky9ci13bsJALiujt0xE0CZ8bBTugDYjXjYzdFAo+c1g/WARiMZdoU+rIlCJ3IplQnDTgAGzJzdZYYdPbro8fKx9OvzczlVDUInjPfhPOoDkE73ay8riZ3z6yr00cJfkiVOBMOOAKh1J9tfMrexdtj3JYAdBVwczCv+W6sShh0Qb2pKSWyWYUdtsYrmnxw6kUmJBYCFB+Xk3Csw5OI2NEyJFdYu4jupj0g97Fq7Gx520l4hSgammiiJ7ZXhufi+vzyD0ImChJ1CVNZFhl2e6ZwLVgKATrA1yYrg2M5dWNVYZdbnkV+sZNiJwJ4ZmjLD7tn34e/o/xp/d/Zn0Wyh+IxDJ9w1ORaS2PvL8G8DiTVcVknsCMPO6u0BAqIULr0kVqWg2wSwixl2BSmqFf53dSUubAFgaRuSXRnUJIktMuzCRLS0S2Zz/kBJadrhHZuYMfNPRw3VbpLiikUYefK5P+zwIqNUuQXg1gy7Kg9yJLKeRW2wqPX5/LzWJQ+784ZOvBaS2GSRLhYqPMGTUfGfNQy7QMenHesmZan5AXeNGjOjcTg3LK0+F6iwiWGnC205Om7D/UlWEisBO+0ksRfLsCNJrDunG3s19mdVuD6ZXd7WmsTDLnMN/QTU1nv4o9/9M/j2f/UxfOsP/tz5j/f1Lm3AzLeLfrZTaj8zqkZ8tqbURQJ2RXmt/1l6Z05Nio087DaAJDkm9i6PpYI1Fy3GxT3vyQ9uk++aHxNs34Lm80YAdqQGaHo7yYvRedh56R+nxG4Y14SHXSyJ7dkbh8GGPgZEtEh17JKFRtcnC58Rhl0abEB/ixIBRTt7+k5YOHetGGfPAth5xou57IDd1/8Z4E8+DXzdn3I/U0psQYpFNYVhx5LPLjDsJMBEgBWByvdnj/DfXrI3Yg+xM3vYeUksjh0ATpLYUYZd3mc2uoe+f9PK4hCSRe7a4TKSxA6fq663gYVppG/aGMNuuJhOGTu7VHeXGxh2GIZOEGB30uoBCztqq5wSWwvAro0lseJ5Zkms8LBbt31of7ZDZF8k+wLebInbDUli92rDc6bGA3atFT6tEpglwK6SDLuCJFamxJIkNsOwc+flnpHYwy4viaVndMCwM/NIdVRiSncwTk58yYuTlo2KbRKoBvOkdLwlXKTi9ScBdqXQiVTCTuPqyhZCJwr9cLTpJCpm2Lm2dIr55pTWzPo8lsT6c1cmWnPO0JRl+T/1twAAT6rbqJ/+d+PfL0puFu1nJLH3l+E5ixl2lw6wcwenRwA73nVop08uCAg8Jepk6mHHstbyBSl555EUtRcX0xjDmu/SQrlvg0/SRoYd+aVYI0C3kjR35KYW3pscGIAhw64vMOzo2KwMnZD3b5cXGaXKLQAZwZ+YElvyf0tYUotaY14ZwTY6C8OulBJ7VkmsXEy+1qETklrvry2djwSVqK4sYCekpX7HrEvBuI4AuwrzWmNRGRE6MRF0kezJjR52UySxgkns+5Naq6HEWzxTqqphLtzDzi2qKFHq2qLG3qzAsEslsRhhdXuJR2cWnPT0nk++cv7jvQw1lrp6lioBcJuAtrMERUggpD/DpGdT8IGZhYXMtpLYSOZaaNtyA+5KSGIDQB+xyCJJrB6wwqJKJLHSi6syml/fsyS2j+934fo5wI6kncOU2GyJDZRIeioYdsHDLm7HxLCbox1IaQbpmBMZdtJDKPq7OI9PvxI2uroo1CT2aJpSZAJfEQNgJCjuUlQiiZrOsJsgiRUMu1xyIH3G3b2QNPxR+4R7vxkZY7fwsOOUWAqdyHjYqRLwn9tIEe3tuhKyYv/sucsXSwVlyQV9ZVR+AT7CsBuwVHew7qw8+I4Ot7OAnR4w7LQH7I77Yb9PbBz5u1gS28cpsaJvJYB1ZlJJrPzM4ToEAFAfDH+HIOPbnwXAjmylmr4PBAHJsJPe08IvbnAM0fyzC6ETGQ87IEjb5fmvC21owJ6VmyIihENKF93vwlx2Fxh2LInVSdAIVQm4T35uBcPuoHLnvU7OvyRhp+CGtc1vDNHGSdoP5zalgLg/rny/e4L56MaKe3E5dGJmNGrlcQy5lgEwQ1dOqn7xw+F1L/z0+PeLonY1rzUDdqcRYOeuT6VV2BADLiNg5yWxkqGVVH8GU3lirq2UG4QGYFcmOGH4vd6wdSDT8Aw76WEXLTbzk6C2DQ//rN4UOhE6eM27ZMlklo5j5KaqKQw7YaYsOzoG7FIPu24oJ67N5knyTlcE2PnzZgR/Q7vsN4Bd4vpr5QfY6pwMu02S2G0Sl4FYCnnRIQ8kf6R2rJQY2IlhJ3bp0rqyklh3XXrrPOyc/1oiK+0C/XyvNljMzJklsQ1M2EXPgQp9HxbUo5JYd9ydFQw7k2PYhe8wpkJthF/nBXrYnWKOa/MKRivs1SbvYScksQdCEjvmYbdCGLM+cft4J1LENtYE/6+tqgjYFdrZlAVr9Dli/JYyagZ+VPiuqZ81BiKOJezlKvKw24JhdyVSYsP5dkUPuzR0Ip3jxJJYORepTQidIGauC53YbM/RjUpiS/en52NuZEqs8LArMuyqCQw7BuxorBOAXSYQgb7TiJTYJpIXd3j61bBw7mn+qPUZJbFewgfxOZe5kgWbTOrLvjxl4WSK71WBYUegE92b29c+n//2Mfu492s8pyRWeNjV2gqG3cHgpbTZbwdrmIyHnZnxnP4GPGCnNIx/TZuAwWlFTBgdEuIbyeIa8bC7CpLY+/TYo48CGuh6dxh62DFg1xoG02j9GktixT2TDDtpx5HYDQCeYVeJ/jGynMl4yQFxIrooYgXtzysB2Pn20dkhYBd5T+9FfnGD8zKxFcQ9D2LkUmKBIKlcTgidGHrYiU0RIUOmP6eS2A4Gqx0A7HKhE5En3JjXL8D3oofhTeuF8TL/gSQ2z7CjcXVpK+Q87ALTOcZesqm2QBTSZDrXl5/aCQy7aggOU/+8NzNh/DdVtOacoSn7aL76iXC8dz46/v2iSBI7M5qfacmwo7b++M29sCEGXD7AzjDDrgzY2TPs+ms/qWi8YapO38ug0wjDruCdx4NfBFjpjQtlZtjZSqTE5nfbrQTsqvwigTztxnz4JklihU5fIsvMMEyluBlj8KrSQop3FQG7DOpdSjNNq8ss+DL+WS0MFrWBUq6zDQED5/Gwu2BJ7GuSEpuZpNJihb5X+mCkdWUZdgHgZ4Zd2iaEJHZRm5hht6Uk9tt/9Cn8mR/8+eh38fGI301KiQ2hE2OS2N4qGOMANWbhXURwjU+JPbVzllXsz8yGlFjjFnRsw5CTxLpnaykAu6azeOqV4+Frd62mhBRtU7zIKHnYJffZDseW0SqxqbZl6o0dkwQRtwU0twHsMguyC2Gavl4VpaiK3XiSlloXPtJKkGlD6IScixmREkubi20nJbEoXuu2t5gpsQkFTPYYdB52Nj6/dKGYACK6CouB1COtzLALTPNxhp0SYFMsLyaWCiDmrWdkcDIL4LJLYqlShl1hoUg1SJLMFPsGtgKwE3NmYnBQe/j4Y98AfP234S+85dsBKHd/JkliNzPstLI4VEtgddf9fn5j8FLNycfpJkTGw04pnl/dUh4ErBaopBfWSLuR160yKqQpthmGHW0ki7lDI1m4z74P+O7/FPjg9w6+5zIXyVAr1eFkLcej4EccGHYrwFpoD17d7wIjySh3LSLALvP8VqpPALt4MwSIGXaRJBaI26C8pzTPTtoo+W7t1yaAkORh1/XhmaP5ulwbVYs8YSDnoXxWhh0z5FIPuwQMkom7GXyhThh2DUzcji9pybEkm3o9sPvIq+daEXY5U3GfRhUCLuJrTQw7B9hlGHb+HkWBKkA8hmXOCQBMGzbh03CKQWVCJ2js3auNGMf8/acxWhUksc0pcP85/nH+6haAXRMYdgdzd01OM5LYx64vYqmuurjNiwsC7NyNNGPxtWfY9SfmWm+IYZdIYqcw7FR+sCPAKk6J3SznItPfVhlUXkKqkW90nYiTNiQ3LTD9xhY35A1YZPIB/BB30FFDtb6TSz3sgiRWMgwvmB1z2Uqc0zd9x0/im/76vxcL/20YdjnD+7AQoMlkbc6ZmNmECWVUZw2d+IxIYiVgRwN7wrD7rALsgo+l0conrXoQnSWxPiXWOobd3sxs/xz6e/v0/Q4vnvi+Kwf2yesbMS3zjKQOhuVC2dCJyDvTeW6cK2glrXWQxN7wgN1eBNjlJLEVZkZzv5l6nwIAGr/Lh3n06xfvbwDud6EunGGXTIr4ey5KErsJsNsiZUsVNpy2CY5IK/Kw29C2I2DwKkliu5g9w/Mndz1SkCmqgYedYNhpPfisdgtJbNhh9/dUF+ZZVAw06iTZtovS+dyLaBHqX0Medqodhk6k3l0ywdBXTq7Z8OJMC7+imAUld/FVLxYCZ2hfxFAjMGFyMMzrVcmG6krIkrIvn+Bh1w8Ydoe8wQqEBSHLOysDfPUfxrMHXwCAGE5jktgJ/Va9QOc3lK6rY2DpATsfRiFLlySxBf9r64G0m/CAnZklgSbldiOZdJVWIT2Xft+1YUNm7tNzfVuX/ne11sA//ZPAz34/8D2/L7Y6uOR1Ihl2MgxCbGLy/AMW6Na8Nr3fBg846psiNihLYgVghw7Ltg8G/P76WihYv9E78BMsedXSv6Wn15gkNmmrTSckscQSjrynMww7awuAXbvZw44AO8GwWxdk72WG3Tw758kx7HZBEhuSw0OKbtSf8XhKDMr8eNvZii2aSDra2/izWg6YyUtilxmJd99bvkeLhOls5BgmSgZpKGFzs9nDbrguzDHsKJiTXj9Dm5fE3n06+rE+fm74mkLRRs68MgxUEvi9bnsemx65Pn/NNsQuBrADSWJHALszMOwICOx8wxww7PrNctISwy43qE6RxBJg1yvD51ti2JF8tkN47YAlR+cwwhKkhNliuIX4nAZVHDpBDLvSJFpcu8qo7b2zdqmEX+CPfvRl/OhHbuPjr/rrsJWHXTl0ooHhTmyWYyRtUyWA66zglvSZkLKwi5hM5Sap6e5ISeILXA2D9lwJk/PaOIZdk7YJlrNWWMxcWMnWPnDE8LRmXIYtn+sx4JYnp4Z3zbLtWUyGaGLZbXvsYyUGd5JV7NUGjc0AdiyJ9bYA/txUvx62cfrcPh6zXroKgN1nysOuBI5dOGB3BoZdyUftLGEQvQD7Sp+ffo82F38fXo+KPN4Ee0akXwNIGHbjHnbE9tcK0FFKrGDYKVVuX76chx3dVwqdmOZh10LHKbGCYcfphNxmZtHxz5AB7LZi2IVFYycNxgugSgTYWQkIb9/P0sJYw4bPucxVYNiVJLFabU6JHTDs/HykSth5qb8TMXy6jZLYaYu1pnaA1w17H1jec79cZBh2FIaXbtjnGHYAbOUBO2bYzYO0lcEeZNtNK2TvDsRMQiekDJISbUl1JME+o4D7z4bX3p++MH6967h116pCh5PVcDxqZegEAKzu8z+PWs3X16DHotauj6PKeGFXcJshDHIk495crCcA4UOWm7vlguVGJbG0nhWS6VQSS/N32uxiht0qPl76XuGhHFJix0MnlpGHXeJBRx9N4DFdJ7kpQio02wEIrGV3HIFxthOAHbGudSF0gi0m/NiSjnV2yLCrlLi+QhYbPCcTNqOXeJ9mPOykfHkgiS0wnNscYGfP5mFHnzUzGjOVAHaCBZ/10Tx5GQAY56iXL09e/xLDblZpx05FAL9l4MTD1+Yw6jIDdlNCJ6YEJxQ+tyfALhmwgg/byEXhwSkviZVhD1Xkv5Q/Tk6mRQXjB9LIYFBU1wTWW1Vg2HFa7Yj57zSGXWDz1WKAsKVJrx0ChRfOjrlslWFV3l3TLtUI+NWHQaAIcgg2JVGx6/OAF10bPv+iElVzgzlwMeBsbpKayo0/Kxl2AdAy3kSWnzG67lISW7nX0M7YwLemVP6zGkjvtjJgZ6HwTd/5Hjx9LwYNh8cddnYrXQbsWp8mG/ch5wRf+56BtVO74EnffjF0QtgVVMKGABg+f34CcK9zn0O7sVcCsCuxJs9aErCKvicDXll7TsAuIw3ahmG3kfV3BmbSNjLECFC5Sgy7NvZpE/0DgIG8NCpeYLh+nzYPeVffxuMyL/w3eADGgN1s83usDZ6i8Ay7jCSWjyv1COPd+2aw0JDhEe4kRhh2YjFDi3QjFmcudCNcm9MmtB8l5ebnYNgFBsBuMexIilWSxE5i2FmLCm0gAHgFQ5TSC3CiZJjPCYbk2HxlYv9HgN2j9jZ4fkmsNVGGQejCc5WsHayfXz2gPJBU7wVp6yaGXeLjGL0PiM+XAjI8iBfJaZUCjl4Kr33+A4Pvuqx13LhzN+jyDDsr5h8AsLrH/zzqKl5TVuhiOaz4jEgS659FBkKYxEH+daTYScCbHCAnNxm4L4zv84mUxJIlk3+tk8QmgF3qPc0Mu3X8/+R7m2bNaaIlD7scw45A+VkCuIwz7MLn1+icwoKkiNJ7cAcAO8n0pucvZtj5a8Uehfm5Tms1A1PSU01egwGr3Jdhhp0ZAPwSXE374crkN0x6OXcQvtQbAVTuZ8M5SvBvod2/mbQlGHbZpGoP2H3avBEAnPfk8s74MfiiNjqvNPZ9kMwJA3bu+A5mBtfmlQh1uoyAne9wzIiHnfL076w8acPnggG7PEtuTBJrVcmwdTio1lowzAqTIPKw61JJbAalbQWIs4lhN3Zjtd4M2LFUFyZm2PmHrRR2AVPw8NvlRUapqL0gnPOrq2RHPFeyzZYkVYLhSJP22iiROrzl9Yxo6PtYNh3+7A/+HL7rJ546u/8c33MBOgIXwwDx5/fySYu//55PuwGGd8f9tW3HALsLDsG4LCVMzivtdqwHLFYZOjEzZ2NmMmC3gWEnAMQf/chtfOyVdfT+8DrapQup07XJMJBFCm6tlfOwO08ysixqL3AMu8OFu26LUuiESImtjYo3kNJ25SehR537nC943C2UroQkdkyudZaSMh5ZOaaG9C+b7GGnkU0uPBPDboMs8yzMJH5vvRkkiYDBC2Savl4l/IiYcWQ092tk+dBFQQnuGjz18onzZmKGnRtziGFXJUw2y4Cd2BwDiu04Hzox8h5xH1qSRwlWYMMSyGTT1gwXA2dj2A0XXxIEzYMqXcKwIynr2UIniCXANi6XHrAjed40hp2RoFqh2s5iH6KfnzngKTVMp0UnbYAbCaiOMTkn9lvr2jHUHuledL+oFkC9GLyuvHZI2if92m/wPqw8kFQfxNLWMQ87ZvckICUz7MRz5a8btfUIsGvusv8sAODOU4PvuozVdj1O/alW6BMPu8DO7WCC3Y1nR/bWzY9ojpQH7GQ4QwLYkY8d2RWlDDvpYUefASSSWPKpror9J/UnezMTSAz+u6LQiZKVjUk24uXcSofQiXvHSz7uG0VJrHvtqh0CSqnsfZgSK0InBAGhQhszxiSANeJteVmqY5lq2MTJetiVGHZiTs4MO0EqkiBZK75LFjHscpJYaqe1UQPZacQSFxWNj6yaWWxm2GUlsYGVvmeo/cabanPV5INvPGD3snkI96wnwhy9OH4MvoIkVmN/HktiCbC7tqixN6vC9U7nzOes8wN2NkyazBjDrjTojBRJYqmjSKWndsLAaAu7DOkkEfAMOw+wEACWFvnmdaqKzzczKafPsDBQ/sYNB93NO53Gp9GaFLCMPiaw+aKHiFNik/fStSx6+O2wjKdUoiOjeoXmbd3IQn1g1F8OnehsYCTNKnN2hh1HqiugmuN//uc/j7/2Y5/At3zfB9CwL+N5QicKKVNnLd+uf+ADL+GPf8/78d/9kw8NqfOTGHZXrN0JSazRzienS0Hcjhh2FeaVMxemNqr6dhplW4SehOCYsr8OsfCKHo6CQVNxe9bDY08YdrW5QIbdOoDWp5jh0Bu9ziqNdQ6UFCmxtdFsJZA9P98W77WuD/+8R93i4/bRFQDsLprZVZJ45RJZ5b/PFBZxXsBuE8MuluxMKjlGl5JQB6+txmVzu1IqPMsRw45YcQVJ7AefuYuv+R9/BL/vb/xkAHH9Qs/aLnyO/2wAcegEsBHwbPs+Ezox0vbF/LGnZFvRXtpUEtuJNgOMSmK7dOEzwrBrxHtbweorgSoSsNOQ7essDDt/7TGc/13KquI5xKrgb8Uvn8Cw63qLfZDMr+bvSOVnDOAyw1wsns+bEgtgXXmGXfe8+4VPjk0r+F8XNt0Thl1v3PzqQQLsZvuTGXZtwrCrBww7wepLmFaRJPb4+fiD7z2TPbfLVsu25zWQgQPxVwnzrfFzoJ5CrbwkdoUagOK/V+iwSEz5I6KIvw/kL8bBC4m/+EwodgBxL3Jz5iitNb8JTv3JwdyI++kBu1542BFpgENGfF9WJeuf1GbFf9a9E/e+R67PA9stqYUH5QgE6oU0eMCwSxOgaV0hvZjhGHZ1xjewRcWs2ctcMggix8re7GFHm+1hPa/6dgj4is9N5aOENZyMAHY5lnOVgqq+OhlGw6qZ2Zk87CQrfaHd5zLOU0mGXVkSe6Rv4CXr7QcmAnYcOlFp5/8IIYlduet1bVFhfybDMC4bYCcaCwFLuVJnkcT6k9a+oxh4xXUkJx2TxBJQNsHDTgBWbQGwYyBPGZbERp8nX8vgXjAiVQMfigkMuwmS2K6VDK+cJDb/UEcedjnJ21UqAS5Q3V7SBHsEtIoYdnV+siaAkBnviJ0DvKDdyXofUArv+dSr/Kdn7/t7d2ZJ7AxF09qzlm9PH3/FDdJ/7cc+MeJh5waaf/KB5/D/+KcfxstHq88CSawDs5RSIjHbtwmSxFqXEjszwucOmAb2Ch+8qQw7er18f/o6YqsBrn8YyG0jYE/BaCkDP+fkyD8DjZrDQjNgN690/riTlNhYEptci4Rh96YH3G7b0fIK9HubjPe3rWRSH74nI9V63QG7Cb56FyKJ3QDYnZEBdemKPIBF6IQRvnMdh05IeWmP/+3ffQoA8G8+9vKAYQdm2MXgJ81VmAGwAfDsrQydSCWxI8wnkJ9RfMwDSWzqEeb/X6t2sNBoxSLC/SLDsMsk6DHzQC7OEiBRJtFpAj/PyOAkwGtnGHaiDbRdz9drUQidyAV7pNVZiwPl5ySzYDdSJ+yQVB4aJdCOSmKnyY1XFTHsvNdbxr8OAIf5DdcO+X659/Orh5hhtx+kahs87FKJXCoTjm1VYqZV5FNFnnxU957FLtTpukNniSHnzvlkFQN2ZFfCrB4viSWZbDOVYcf9ifuewLCLySTEsKtTD7scINeJDYxCujBLYmcVHw9ZIzWdUMY0CcOu2sCw07XzHvXt8b4H7B67PmSNUqUMOynXHHrYxQzYnIcd4MI+IrBv5zzsxCZOLnWV7ucmDzsbh9cNJNUY9nFUZBdwIlKPA2BXtiWIgpOic8pLYjcz7IZtPIRfacw9YBcYdsHDboxhd2xu4GVcj363qeRm0X5NALcL4CCG3eHCqaTMawTYnf/TBBA2mhJLwQkjLLGorIXxHab2g+oAsMuw5AYfo/OSWGtzgFUA7PoCYEdMtV5XqCOGXQawI4ad0oJhF58DA4kjgzstPM0IYEfH21kdI8uFBYbKLIaY/aOGr78SJSjtVMHDboxhJxehwkw82tkKQMhM7E6eWR5Ig+RsH23X40PPhQnQM/c6vDn9/inF0jY/sJqZO+8LZNh1EmgqetjtY932+C/+7vvQdBYv3l/hf7qykljJsPNtQRrk9n0kZ51XzqRYpUb8m6jVXQCMRz3skmegGDJD99Ma7k8ce67sYVfrC/aw8wP7SrsJ3wEDdoXQCeHjVxuNee3YhrXqhu3Ky21PMYdWwBO33GT0aHXOY74MpUfu/1lKstOi7xkB2eTfp1TOe+wiPew6Mc5uC2huA/Zlpbc73KbIUkOcg/Sws8ywi+Wl0vvJ9p3bGiKGnX9vYNjFgB1P4jdc67azmLH0ZIokNnxOn4ZO5CSxAw+7sBgoedjx3CvDsKsybAlmOGgdy4nERuuxkOVtYth9+Pl7+MGfeQ5/8Fe8jTc4ZK3Zw+618di58BKyPimbKzPsMp5PSXW9xSFJYknWiaH/UpswfWrJ8LkASezJ7EEAwONrB27nEmIBwNR+w77UpyXrrs4kHnazAz4HJwMfk8TGMuBB6IScQybXIFqUU+ot1d3dYNidrjueG9Gi+3jd4tbBjM+T2P29mQEtmGHHgJ1n2BnVMxOHKzOW1CyJ9dc48fSkti7vobWWSTA5lYGTxM7i3/liSWwdGHa0To5SYmmDPVXGlBh2nNQdA3aPjgF2Hngn9tLYMz7qYUdAYd+iQhd7spH6aUc87FiW7jfA5e8AhPu9wcOusbHF16ya4XjdxQy7RAJPpf29PekNrDae2mGBvmdfwtymCfUXpfExlsRu42EnJLEiqGmhiJ1PDDs3RtdFhp0jvpxU13HXOu/SqR52Ib1Yc0os4ABwKYl1DLvXZkPs/KO1mGCPMeyYJTZ18io/d5YPneBJ40hgA3m0qWTxojKLgUqwQ0qAHUlie2WCGaw4lui1Iv2MGYYDHz46jvI5kDegIa+8DL24awO7ROrR2cNuAsPQaIXVZwPDzoYH+X5DE+wJDDvaQRoxe20poRLn9AQUg+Rzd5eR0eerLOM9R+gEcMGAXdjForLV3HX03VAS+wsv3OcF0kdeuA88drUlsb33sAMAaMn8aoQktuZJipKT8L4BUJ70hNcAjZ3GsCPZLLfPAcMu3E8pjxlI5gmQtO51jqV8QR52fmBfKXfu1xY5ht1QDtLAoK60T+St3IS4IIk9xQw392fssXI1ALuLlsQOxwoAeXmo/Pd5vefOxbBLJoKRVPVs/pBbh05cheRrf769mD9VRkf9GjAEmY5EahpfE2YEkAdODOyfxcNuhlQSO3LNEw+7WBIbQifqRKrLwISfh9XoNnvYSTa7L5MBk1ohFYpCDcTzEBh2YRMbash8AIBf9xd+FIADGf7Ub/jCwSWgBXH0OZe5xOZovJgfZ9iNAXZt3wcPOx84AQRAYN26966ZfaKjz3bg9MgGY2mDI6nj2UMAgIdaLx89fDT7usq3O1UgLAwYdp4J9QA8aDY7CMyXhL2ZVsqwi9okkKg04o3rIO9WIYjBzNx7dkQSe9p0PH9yyZo2SNKT9UMqiW28X/ra/71GO2QhZcYSSvA83cCwI8DOWte+q9wm98j9oYoksb5PJEJJ1sMu9Z4eMOySPtif19HpZsBu4ee7FLghwaRBcmnKnqV1BW2K6NoxyVQXs/PE2my9A5LYwNbW2U2eqR52rTWRhQ2Nt+tJDDvXjtao0VgDHsX6ln1EF5lNE7Z9SIA43tBSClg75cyJPauHXbg+C9MDrQDsZOhEjmHn+6WVOU9d1zMAAQAASURBVMA9+L7/9M74MdBbfRud+bVFbRSazvUPlBJLktjXimF3AZLY0FjqMcBuW0ms+FwzzzPsciyx4Rf7TqsE9omU1NooZqeUJLEc3qAMqpk4XzvsCCyDexqKgiMKTDc1wqCJgNCSPEQwvKIYcTq/dAHjj1cyeaIF+VUDToAsqDSNYZfuIOUkscFDTAJ2Z/ewI/noPl64t4z+dH7ALvH7GQMrp5ZgZFFxkhYz7Pw5VXv4uWcDY/CjLx4FmegVZdi11vBgFoFx3Zrb0Ro1TzQ2bQYMSshBmxRUi14X2ikArImpVgD0uyh0opwSS6y2Siv0Zw1aScsP7KcesDuYSQ+7IcOONiVa62TFs2qEbegBu6Wd4dZ+jcO5B+yugiT2ooGi0jg7yrBTgb00pT5THnbCY2dSn9y7RRt/9iawT4KbV0ESyx644Vo5hp2XokhJrGDY3TkN/QnP05jx4X5mcCthlARJ7Ph96iJJbMzuyLOLw+d00A68UOF+BmYDMezS8VKkxNoUsEsWPukiFokHGh1HxKaQssWhh50RSX+b2td7hYWGLFp07KIkdinSI6M5rqhJKbE9sM+S2ADYhdCJPvo/J6bKzx7z3J3Ybx15wI7r2mPZ1xm2xEktgfIMu9a49dIDkJJYAtY3MOyKHnZJ6ISukQLqEdhHDLtH3un+f+/ZaV68r3OdNl20PjDoA2Du+w9i0FkCrjwIwIBdr/m9xZTY0dAJv270x0EstLoKbX7d9XlZtmwTZjhHAoIkdk9KYqOUWJLEpimx5GFH3oWJJDYB7I4ZsAu2AGmlDDsCk2aVHvjelRl28WaNC53IA3Y7IYkVoQpZiX+Sul4G7OKQOFpbNBmGd5oSq4hEYGusbRzgQeBqThI7APjpe/zPc93yeH+K+WYPu2rYz0oW8Mz7P3apz6xqBqxBAIENqw9C6MTklNjYP5WebQfYuXtwfVFhr67Yl3LTps22daGAXTUSOkGyzjEftvhzww2q5m5QNShMwkcmHQRIDdJpMx5uSinBsMsDB5YoxKpCbSr01Jgzg58VbDzl/e4GPhS+8Y758MXhFiXAztN+0x3TwgKDjyNiGIbzH6TqXoVKPCgA4M56CsMu2THNySFEqiZ72FWCbbTt9VwHwO65uzFg9zLFWG0DbvWdMP+OFyAXmRIrAz1OewLsyAuDzGv38NQrIVDgeN3htC8wvXa9hCSWF3MRYNfwxIMksUBgJMvPGC2WxFZ8D2zufUnwyiZJbCtCJ2JJbDy5pBRcE/lgnpdhF0A1QEpi8x52lhl2FWZGl73uxGefwrHrSD527yoAdtuGKmyqTYCdXEieBWSTr3/NALsMS27KppT8HCMAu8wGHawNvz9jKMClK2Loiw1MIySxvWTFCcYl+T4pCTJVSehEkhJL3zWQxBbuU9tbzLwkhheRY20/YgWq2M/LBqnQAHRLJLFz1aJLFn4DD7scwy41TUdsoB2llIp5GzFvBoDdiCwzZ/LeCUP3ihcUlxywy0hiS+w6IGHBFartexxQ6ISQxA487NpYEksMyabbJImddm2PqgfiXxw+kn1dVQsLjeh78ky+rjqIXzc7EGmvMXszrVQiV+lkkR+FGsRjaxRKQ4DdQ5/vX7Oa7BX1etbJuo1sXSp0AUijjVUG7GKGXatm0d9rdJF0DkA8pvm2bQaAHW2GxJJYCUI1rWBKdpkxU4ZOJG2UAMj9jCS27a3zzQaGgB39nsPkSBKbKHf8cZ0s3bz2sRtjHnY+dMKDQJwCbYbPeLShAQxtBwQAGjPspIfd5QeNOY295GFHzy2FgKTPsQ3AsrSnyYZOJBJ4KtURw65iAJo+h9ReAzAaob9Igbje/3yowzz8FLOzMewEm32u6FmZyLBbHwEAmuoAd7dm2Pnxx4PMtB5xklhi2NWXnGHHnZgZoLSyiFUyGbATnVA9d0iymUgJl0VA2DCdNQ/2EeDVF/x/+o4ANoO6Gvdr6gW1WZv8Lhkz7MYAuykMO/bLi8/HFhYNJAmW31sJs/sSw3Cni+WAQhLbJrvpueIBKe4UcjtbLQx3jDLtc3tJbADsnveA3a1914ZeXSaTpykVBWf487jIFMMcYEfsrUHoxD6efvVEvhun3RVldkaSWD/xr+oA9HdBEruyQRI7q0yQbm/BsGtQoS2BcOKzSBK7KXSig+HBXPYP/NmSiUcMO4SF+7mKfOY8YMeS2NpkgUbbhmtQV4olsdnz85+9wgzXFjV/9tHqCrS/bRhkU0ouAqLvyWwGXShgdwZQQWWOKT2ubRiI8jWbQDh5vWXoxC73aSSJTRl2tNEIYthJ8Ktn37VKgky8QeQlsTruJ0LoRCqJzd+nrsuEToxKYmk+JoExAp17tF1eqhvG/dD+uybuTyKwwr1g8J5xhp2OEwFF2MeaZayyfZnBcy4XP9m1ilio6Z3xsPP31fZYrd01n2cWilSDJMlMdb0NDDsCIcR7OSU2Sf6NGD6TJLHj1/buLGHUHeYZdkSE0APCArWx+Hua+jB+Xb0fy+FGJbExaD2rEpAkCp2ga9AO30uS2IOHgQMPRO6ALHZeaXzuYzf5Z4MeS3puaO5EAAa1TR+w0TLDzvj3ZkIn5CZAyrBLvoeAQwK1Kq3YDanMsBMBEDmvbYD9RfelJJZSYrs+AEEsiU1TYhOGXTo/SAC7R66NSGL99UkZdvOMP9rAn7JNJLEU4oEultMK9c8uMOy6TEpsk5XEjnvYra0KawEhiY1DJ0oMOymJTQE7D6pm7pExSX/hi8a8fRWvU6Z72AmGnUi2nWs/9iUednM0kTUYF8nXq8Mze9jR+p7A+JN1x1Y61+bVa+phdwEMOwIqqkE0sCwzITgh/ly/g2sVZgTYIQXsCDwrM/tYfpZ8LzHMVHJB+42hE/5zVOU978qLapLPSg+7FLCkn/WIJLYSSWOlySsx7PoEsFObGHbie2uRalpiGO50iZ0HqhXJNqdIYqmdjaTEtjakatZGB4no1pLY4BtBktgvfNyliDFgtw2DRg7qqST2IhggnlkiE3j52lJbEuf09Kun0dtPugnA6S6W2N2jwddJ7wWQJCSxNAjOKiGnnsQECv5to0CfMOB1r5/OsMsC0OL8au9hd+aglbQ8I/N4S4YdgeZzoxmYHFwLYtjZOa4tKmbYLZt+JyZ1o/WZ8rC7KFYcIPqijB/emRh2+bnC1h522wB2sr1PSZTdhUpCJ4x2Sdd0TjHDLox1JOPUGYYdvZfZaJys6z+rSya7JQ87azEbpMTGIEJUDAyKxakKc4HWv6cuMezkPCyZL7SCFeF+sYqPC9JfbchwMFrxxogM8OhFvxwz7IZt8eXjcEw5vIrksIAAUi+7h5149lcrd35jDLscKJpW11vBsBOS2IQdwp6GBJhIuVcBDAEwuQ98ZfY4b0YBAG69Ofu6us5v9g+UH76a+lr8upmUxIpjz0pik5RYTUBfMueUHmk0p5DPADHsFteB64+7f+9A8MS73vwA/sH/5Wv554hhJ4AQ90eSxCYMOw/oVeiGskG5CeDbx5Bhl0hifftTSsWgS04h05XvD9WxBxcO5xVSu5+mkwy7k/j/nBJbYthRH+zO+XQLht0q8bCbZbAE7lpzoRMAn2+FLsYixLxwl0InjFb5EB1qQxs97HSk8CLWobwGAysH/oMnEaDCupPgZzeaElvLTSdRdPyHvt89UXvD88pVxiqJ+mUjJbF+TLcRw64siW2qgwDYbelhR2s0CpQ5XXeszHmtU2LPDdiFRZLOUxDpi1gSOnHyKhagi7kIXRCTHYoeTkG3qPxCYBB2IaUr8muZYbdBEqsdMDMWKkAsvZhhl2e6jd3YqtJhEb7Jw04lnyN2kHPfGzHshJytbXdYxlOqZOdKKwQvrAmSWGsqfNsP/hx+6EO3o89z/8542FX67JJYZqPt4dUT99mf85AbSO/SoW6TAhlJu0aAx7NWhmG36ksMuz2W+bLZfzvevne2xORLesFFPnMZSWxttpRTCzko7aqpvhn6xgg/DyAknpVCJxxzjhh2KqSzcuhEeKaMdjuCF5YS61lwJ74dEag2q3Tw3itIYo1WmNebJbFLz7A7XIR+8HjXgycumtnVFRaguYCHs7Di5GefWxIbJI5RZYMjpnjYbcOw2+K1u1KC6QWUfedSDzt6hiKQyUtKSVVQJ5JYUgPwgowXnAUPu1zoxBjIx98jQEbRTruWjov6r4QlJ8C3rs0z7AyDfUNJbJVhS8hEwIoX4wH8lEoPvcHD7s5JOOdXT4bzmTzD7pIDdoKhuF57wC7D7OCX0wJ3RPrW9hZ7udCJhGEnE3wBybDrB/5tUcm+ZqRaq/AyrodfPPGu7OtIEmtsByvH87R9+mqqBLCrDxIwuCwbb1NWYcqYiTzSktAJufj3/rOYHQI3nnT/3gGGHYAIxDYRYOdBJbJvYUmsY9h1PoRiZQNgN5DE5hh2fk3I32MJhCC1RWjvkazRZMZ5vj+CSZ6sE4gNdDCv+PW0Dow97IZWNu6AKXTC/77gYdd3LYxWeOLmHkpFoA+BQAzYZUD5CLyyNmyakJegvx41AjjlbCqCDcwubMZ24hkcbEBYG+YTnBKb32xf98LCpmt5vI0ksUkfFw4iMOxWUaBUK1JiM5JYGsMSSwI6/mvKb5Sr/fi8SpVhkfLGgFGYE2Dn5/m9JpZlKXTCSWK7WkhiJzDsemEnQSqo/RlJYjv2vnaS2IpZs2NWZ2epcwN2bRPMzrMmf762ZdhJtsR8XmCY0aR8hJ1GYQ+pd1xJikqAV1cArKxYkMSL00zohNiF1gXjWGb6jfj/zXLpjOl3Cb+86PMLkmAGTiPATrG/W4lhuNMlky+1woOH8wBATGDYnXYaf/3HPoFv+ycf8e+RA2UAQmoGXS4gdGJ2gDt+8v3GW66TO2mTBcWUog5P6TBJ35DCt1UlQBAAnNo0dCJ4YdCC4h2PucnlUZMsdK5KiclCkJkkKadicAz+h1t6wVF/aU1kmjzw2kruU5MBvtLXUb9eRwy7oYddrd1/7KHXbdnm0/Lt5ahz7eiQGXZmKM2V52AqKKUwM9M87K4vHDucYurv77qP3WcqdCInP30tPOy2YQFtCp2IgLQtPeyUzifj5l6rzcX2r69XUeiEH99YZkLgVyYltu879nuppCqiCvJGQMhwSF7LbL1kM3XEw24rSaz/Xv4euRAB0NE5cuhEyqw3of9rSwy7siQ2mxIrEu8iBl4unVcCdsoMmKK84E/+TSVTVglITS1ULl0JwLPxgF0unZBqCsOu7y0O1NDDLmKhQTLs3GdGHnZjm50TNy06a/HfN7/DMane9qsi8FBWXQXCQiSNKwCDA4bd4kYMBo942LFEjmXASZvNhk60w/fSXG+2HwC7u5/Ont+lKx36+Qo9yzXpPFckiU0YdgzYeUaSUSOhEwMPOztg2AVJbPiMWoLKueATyYDMsJOstQnDzq8/jfSwo5TY0/j/JIklgIw+N22HxBxUHd784H4WfKNKGXapsb8sGcBgW+HrnWHYVSl7G25DnHwpL3OxI4RWQ4mpfGYTxjqXH+caK4kBJUnsOMNubb1sVcyrlpwSmwNV/RiWbJj0BcBubGMFQGSJwOt3MdbOtDv+zsvRKbm5Vu1QEmttCIiRktgJDDvJSqRnkBh2x8LD7pAlsTHoflF1bsCOgK0W1QaGHQF20xZxTROkW3OZxiomYiEldkwSS4BV6h2XB/tIEmsLk0QrOtzNkljyldN8HAOGnSWmW/kcaqPL0jU6bvawi8/HFgZn+l5tQoPSWgUPvysJ2IWBcH9mcDAzIcm0b7Ogq3sD+TT6XagcCCAYdsHD7hxsIyEfpcS9Jz1gd6YkX0GV/3P//Ofxa//8vxafcwEL+2SSAQRmFO/E+V3XxixYMvW2R9yE+WiKl+Aulm9TLm01AF/RPSTATnrY5RJZR79HSGLFPRi0EQaW/eJkgyS2swFozDKKBbBXGTfBoNf05wWM/DNw4mVDxIIrhknwbrF7ph0wWmjjEcOOGHzufTsP2G0j+ZxSpXH2IiWxn7GU2C2Zb/IYlBpn58nfbSu9vayVkcQC4H7NZhh2crNTjzDsUvCP3t8OPOwKc57ehjQ2AgNHgZQYAI7YRgA6v2icpWEYYo7Y+PlC38SAXSekre4XQ4ZdLkFPMpriYAC/cSz6LQbZKIE5aYsSkJP/Dr+TklgCSc/vivOaljYAPDNkEsNus4dd21vsM8MueNhFLDRIACpm2PUXJIlte4sf7L8Kf+lL/yHwO/5u8XUkia1UF0v6eA0T98ur6jD6GfsPCDnvuIcdm9CTJJYAIpoby3adPGuRJFb4FeP6E+7fOyCJ5RJyVQpESCWxigCTZcywW3p7lxptBrATDDjRPgx6Zpmx3UAiiQUQyxpzPorSwy4jiV02PcvlDwRgR31c0/UBsCuFTlBfS5sWaSI2e/P1eNvDSVtMiua71F+NM+wCvtA3ErBLPOyUSIkVbbzbkZRYOZYMNiDkWLjBw66RDLtepsRKSWxgeIf39/w9a9Tunog+YzXKsKP+Ip8SewDXL5xqYtht8rATfZtvb1K2T5YYvOaQDLuUQLY+BuDe29WHuAvfNkm+P1LymtF1lJJYYq1eX1SYVxoVhWHgkgF2rZBzjQF2TOtOjVML1bGBuMFikWfYMfg1MjCW0mlV4b3EsCuFTgS/lcoz7GhCmxm4xc6xMXnAkhh3aszDboP01n1/y98li+TCqRRZFb6XPfyumjQRiNhAB/MKe7MqSGKBMsvO31saiBkEgA3toQuAySxi2J0RsCNJgWCjPXg4w+G8CmDFNp/pB/JeVfiL/9+P4udfuI976/hv5yrBXqRiwI4+v3HndGzd86wVmC5/zB52V6zdiTYnPezWEnDKSmIlO3PDNREJwA0qLEqM5Oh4NkliBcNOeDIOwGLh3ZiGThT70Knlgd4lXN+5XweJSN7DzveBvq+dV0YAkvnQiaV1klgAInhihwEW4OKlmJs87C4kJTazsXQWea0EySL5WI5htw1gFxtq5yWxaejEuKRzJyq5L/WAFSd8v/y/JVAfS2KpvRCTLWFBsCyLJLHjDOM2J4nlCb4dvo89j034HimJ9X1akWGHYCxf9rBTXraUHBcKHnbCYDxK2CMpsu/TZkYPfXGStshMoOTfVGvPLjmcVwykdhe8oHhNivy1KHRikoddeSHY9RaHIAaYZNh5YDBh2IWU2IyH3Yj0elMfSOyS08UjsT9iUjWvnXpeLEffnXzPOpXE7j3A5xCli2b6sEa0RyBI5ZgJk5PE0mahZOuIDefAsHu6eI6Xrgh0Ur1gvrnzXPm5KgN2nrVj/YbEqWfgGfRYDCSxYjyR6qaM9Jbm0hKgriVTMgca0+ebSkhmw32WcxuZEkuWTW1nAxDEgF2SxsoMOwLs8h52Bt1GwI5UDdSuVyOAnRH4QrsmwE4JywIZOjFUIbUwkRz0shbbK+Q87OQzu8HDbt0LK62+yafEJpsS7svCXHmNKgmq6TgcZSD3Fp/TJf0v/Uz97pIBu4kMO3FcMtk29bAjpt0MGYadT4iF0rDVPu5ZD0Av7w6tg5KSzGbqE6Uk9r7wsFNKYd94YPCyAXaUltXacUmsLgBWpWrXQWq7mOUXoCxrHZXEbmK2JYw0tQGw4g7ROAkpA1w5hl0A0cjDTyfBGeStNxY6EbFtit567nP6hGFXCt3QhfMPgOUVA06ACDzZqw32ah0YdsBA5sLlr+2yJ1ZShsHEAEfFAEcka9zWgF/sapE3za19xwY6D8OuFe1jnfqRnaeEVxtJF0/I64MZdm535X7vnucbezVu+uTb46vKsMtIYmujhRdcy/dmhZoXIxE7bBOw0MWTkv2FMPkt+FuwJLbIsBPHnWEGMtM4ksSqiHXcnxeoECy4g5mB9gPwvNIC8AzHrXraXXZ/m0WvK3vYUXul/+98UiwDRRcN2CVjFKd8Slbc6+1hJ14r5eBZwG4LD7sCSBIV9fHKxGy8XR5LE+AoDYroI7YazYXCdTUy3IDsOUgSm6TEMkOPJbHjHqtd3w8lsbLdFTYrIlag2ODsBx52w/ZHgJ1NFAidkLZGx1uFBUfKlrDWRmEVMQuKNj3cZ80qjQUdKh1z0hYjSWyb+J0hLHT2RIpdd/4lwGtf/t62DYVOlPsWap+9Bcuw0uqsSIkVgF3NktjYw056uAJIUmLPx7ADMFxYJkWkgwopwy7PfF6aBLDbfyD4J25g2EUsOYTr2aQMHyMAJ/LPZm+phGG3ax52QMywS5hvxLCj+0KSWAKyTv1jmGfYUX+VA+xi6S3ZE8n2HnvYZUInRkJBgODPy/OpZA3d9H2QvjapJJY87NLQiUT+Lxh2b30oL/OmShl2K2Y5T2TYVXNwdG4UOpGwpOH6ul0InZCJ4wOGnexv6nGG3dpKhl0AMdcCfMpKYsVm1Bo1mjaM7ZsksWFTKj0n9/8DBuwOonMtVgTY0cZAGGuJYU/rGGLYzVTL6wUuek5n11BXOnjY2S78rVAy6II+d59TYlsG7Gjzf4/EZZcOsGsDEDC4QKIM0bqnMuyEh91iXqO3wwcwsMRGJLHsHZcAVhS6YOIL2pMEpDTJZu87AyMkj10OsONUMiMkwXmmXwqcyYpM6ktSXUqJTRZKzLArSGLTa8cm0lcydILScwzmtcHezCQMuwJYRPRgm4Ac4m+SYcehE+fysHMdW1/tsYfdzf0a1xZVHFgwtUiyq8L9JgDyIkMnWmvw6HU3cTlqqdfyA4BnDd7r3LNwc3+G6wsKnbiiHnYEfFnJsEsAeD9AupTYIIntbLKgLZVMUEKFgz0J2KUsk3CfYo+3MrCXk8TaBKhuUDHDLnjYnbMP8c/ACrMoFGJembz3Xicmw/CgZzEl1k34TjHnzyaG3e5LYi8YKCoCdhngq8TG21QXHTpRPK56dME6qBSAHJO5pud+hUInCIwceNhl/OD6jIxTAqWl0Al6P4MDG65f1wPzUkosMGz/ElCFn4RrDZJcdsxmi4M1YsDOA5jJ5l4jwZdcIjuGgQhysVIJNkUjJLHkA1obhYXxklgCOpO2KGWw1sasAD5fAHu1EQy7HQDsKIykmcKwC3/rMqyJvrewNqQVYp4D7Cystby4p99rJQDVUUnssN3kSjJpRosBkC5mTjIDNO5rT2c34/fvPxD78430YS2fs4r+H0InBJtqwLDLeNhJht29Z3eHbeyvUS4lluYeKcOOgKwTP5c1yHnYCVak9LfMSG+7jCQ2TondIInNeNxFgRPiuxgU76SHHYVOJIBdkWEXA3YGHd7ycALYffB7gb/3TQyQEHswlcTmZO/yOenW/pgkM9UIDzsznDu3OyKJJXBOqw0edgzYph52Hlju4k1/llNLhh1LYsX1bmOG3SrxsDv1dkbznCQ2wyJ33+N+JsBuRQy7TR52Sg2k310f+qiZ8usUwi38+pbCKKKi53R+DZVRWGIW1sMbgicY2BRtkBiGR6uWnytaQ+xXr834emEMu00HRgy7Ct1G+iEA9K0IszAibVMyKgossfh7PWCXDk6F9/YbJbE0uaycwbpfVPcZgItlqtrAmDDoyvMnxp0eCZ2I0xnzxxXYfPlFVRq6QQw7nQz2vdoAWO5yiYFwVmns1RUAhY46hCLDjgA7ksRWg78xIGaDJHZmzpMS68CtlZqz58SNvRrXFvXZvOeos5OhEN0Zjy1XgpH1yDUHGN3vEoad33W907rrfWOvxnVKieXQiSvW7iIGGgG5KgbKhPyf/Q+rjPx0w3cAbtd3MTPlVGlxPA8ezsqhDEI6GwPQCRhH/jWeQaiFJNaet135dnNqZ2GCCSTpr5JhF8vQ3PNXYti5tri0MxzMYobd7gN2Z9wkKJVkBUTfMwbYbSuJfQ0YdqXP2gbQHDDsiDGdmfinrzXjY/ZOVBI6kabEkgxWethZ0R6MEoCniq/d4LPYw85f2w0edl3XlUMncu9LgJSQRhsDjYPFnpgjlSSxkYddAbBL2RJSDuQksZLBFc9Da6Mxp8tHc7yBh138vKc/E6BSG2HWvUOSWFpr1COAnZTN5dgbdM0Dwy4ACpKFJt9LoFV0fyZJYsev7VSGnQRAsh52Sf/YWo1TK5gp8xsx8DbCMG6EPxSQyIABARJWA5ZhlDArQZ7DR93rbQfcf378XC9L8TXvh8w3P7/RdSJJ9JLRY3+JanTYmyVtNZdW7l+79EAI9Y9tBrCLPOxyKbBy0zKTIhsFToi/0fqz7fqMJJbAsSQl1vbu+5J5V+OPu0KHt6QMu+/5fcCHfgD4998OIATIECi6TmTosiQY36cyXXcSAByzMWVJu40lhd5OYHW9ziVTUOuBJDYD+BYksY0V/Xu/IXRC9kEdWfS49XHqYUeS2JyH3aC/SM5p37p598oc+NdNAFCTpNjAsFPsxUpsVFIIEpAXlU+IxfzQb54pnBIbeUPwBH2nbJf7tfuul+6HuQA9V3teEnvpGHYUTtBhfFJt6nxwRKk68blVxFQSi1Nip41JYg152E3zjuPJUAkMEcm0Rkhiu5GdNsmwk7+Xx0GS2VzFkthSGEY+dIJDN5IFRul7bWaX/MqUYA3NK80IeaeG0dG591E6VA/tjJ+BcD8EI5Qe6roK4MX2gF1suL9XGyxqg8N5FUCIrVJiyUQ03O+T7gJBMvbdMHjgwB3zUScYdtYyw+6Vxg00N/drXCdW05VNiSXz0ZhhFzFmZehEHQC7XJ+XLQLNrMKsrrGoTPm9ghH34OEsyKKLHnY6JMYZkSJN/YP0uqMJlRou3M9UBKphhmsCsCulvxJgR5s0MbCXMPEo+Rkz7gcOr4qH3YWnxBZkrheaEjv2Wdt42BUAu0581jZhEIUEvFEPuymv3ZVigDLxsEtCJ1ohL40Au4wkVrOHXTw20uZpN2DY5fuRvmuhlX8th07IzbT8QgbpIoh257v0HIdtuStIYiPwhdqMTGTHMBAhAuyEJLbpenEtGz6mANgRwy6VxMZzvDR4omXATqP21621G8Ciy1B+Dt/7DdV5ZjFPJReeOX+k3m+WM8OukBIr2YkpeHVRklgGeUe8v93nENurjxl2Up4afa7FnhLjndaxHG5K6ISYqwCCCSMDBkw8D5VAQySJ1Qa4/rj7+dVPjJ/rZSnBahwy37xHW72I3+IBPLJ3MeiGoIbc/FKKn3ODfvA9LIkVn8Epse2G0AkpuRVr3+N1yrCjOZP7eS0ZdoPQCfKwkzLFlWgT7njuLl07WFQWDx6I10qizv0X/LnFDDtq3zkPO4kpcehPgWE3YG+LZ/Gys+w6ybAbhE5kNh4LgN2qj4lOHDqR8bCLGXY+3MGPdU3qYcehE2XZcgSK3nkKb/vId+BJ9RIOrCeimIkedsCAzSyl9+RhR2vijiWxOYadl73Or3H/xoDdhuAJZh6LdnngB+QX77nrNTOan/eFB+yaywbYEVC1Kb62koDVBICAGGvkjZTzc2IQbkQSG7zjpklRiWFXlsQG42Ip/8oz7AJgZ+r8QiJ4yU1MiS2ANLbLL240y1ASwJKYfamHHWnBrxrTCRAsMA/Y+Q5nKsNu1YdrS0g+3w8JXAhGUluS5G0qP+E56t1zc8t7vR3MTZD5ncHDjpmaEPH0F+hh18EIXzpi2K08aOeu/8trdww3BcPuygJ2AsikBdkAcBI7WjJ0YnJKLJmxosKi1h6oKsimBSPu1v5sgoedSLfVudCJ4fn1CSvnzNWE0ImUYUfAs80AdiTznxktQjXE+ZEnC5wklrwoCBQ82nmG3RkA/bHaKIk9J8hW/Kxp0rLs55SOKzJLv2APOw6kygMqO1kJuBk87GJJbCc87JAD7LRhoIw2MWr+LPEayNCJcSakzTHZxCK46GHH4Rbx9xIjeGyxR4sYlTLsJDMpkxALDAMROgEKGa2yskWaQ84qjbn23ncDhh1JYuP2LD3t5PnWJqTY7QTDjoDcNvj5lSqSzWXkVsywywB2koXWCOYHM+ykh90FpcQC2zLsNrOZu97ie7tf5n74kt8encOmlNg0dCI6ZwBZjzQ/zkepuqmM8tEvcv9/7v3j53pZKmLY+WvehTm+VoJh58v6cyWGXaV67KVtdcDCDqmWQw+7MF+kCsCr8LCT/WB0f4b3+WjlzoXABvpbxLBjSeypA9nYw45SYsV5tytEMlwAL3sTv1tzDaVE2z56MfzbHxvNd1cJwy7nU6lUYCEzw86IYyEPOyVCJ9INN/Edl7WKvqaAOJ8Raw8aD7rYw46sHuT5Mys28rDz6wk/1q0LHnYDuTeC7UMExH3HN+BLP/Q/409VfxPXeydLPaluuq+aBNjF7VwyeSuP49B6gCWxOes1Cp2YX+Oxdqn34r8Vaj0iiX3xvmuL0raHGXb23BBbVBfAsCOp3QaGXVWYSJc+lxtNzLDrxc4m7dTqEcCOvnfAsEPew80mk7e0JNCnRUpszsMuTOANKtmxiIUUedqZkXOQKbGbvPX6ZPAmht3Aw6/gYcfnfyUBu8AamleGO5yWGXYbUmL78Lh0KRAgGHY5CeHW8jQf0HCvIzaaT8qcidAJO01e7o6PWFzhHBiwuwg2pbi2zLCTgB3tuAK4vXa/lx5295oL9NO7TCUkqFkPuyaARytUPFFxktiJbYc8ZOBYmI5hV3ivAJavR/LqEYadH8y1VmFDg/rHXrZ79zp7UQw7P1EcSGIrw0CjJb8Na6EJsPObQ+4aZhb9NNmDC/pgSexVYdhdNFBUBOwy0lsGX7Zl2GWOOeMhtrGUmNKUpLpn8bAjNsmU0AkG9y6Y6fh6VMJy4wkrpcSSjFWkxGYZdloy7NzfDQN4sdqBFycbmKK2zUtPi3JF+h4ZOiHOcZvQibS/jBl2ecAu+BH53XcBCkmDcSmJlSmxtGsfGHbxonsTw04ajNeaZHe7wLBz15zWGvUIw84IgCAntyIQ70ANPezYQ7C3EQul5gAGsRjNGf5Tbe1ht2EZVvSwy/fLbW/xbc034a89+MeA3/iXonPb7GGXl8RyW+W2XQ2eM/aW0ogZdgDw+Je5/z/9k+PnellKeNitEiCNLHUisAiA9vLqY9EkrsVdQAy4AAEYjNJoSdLoJbGZlNi2s3nLhZzkVvx9KImlNbT3sOttkJna3t3vVH6qnVTSvX8dsy4B3PEMu2uzpG+586nw7+OXAARZ5TLxsCuB8iYF7KQkVqTEDhPIA7jUXPKk2J77BRU/t0A0H6F59nKVzN3Jw66PPewisBcu9CgC2akShl0qiaXnISeJZYCfGbktcO9pAMDXm5/C9f4OAOCkvhWf11gVJLGVUahJEuvPk+b7owy72SGvVZZqP/5boXJMRNrof8Ez7K5Jn219aQE7YtiND07VlpLYILU1sfRUTNJKSaeySum0mySxJcBKCRAOAHo/ecpKSKWHXYlhxx525XOQHn5dOw7YpYM3hWqkkljy/0vBzsAw3OFFRqkkw67W2PML9YYm4W2B3cUedqLTV8kOqwBNasGkapFZ1E4pD+TcZ8DO/X9/ZmKa7VSAi1iCgmEXQicugNUmgCACF+8xYLdkOSzMHK+eus7MefJ5Kr4tAEe7Xv4566WHXaWCFFXs7KxlSmxkA7DhHnPgSYVFZYoeb+6zwgA3GmBCk1Nrot03q5P+Ucg3qsQM/dwedoJhdy0C7ELKLrNsxPNFQUMS2IvalV9MOJ8fxTtlv/nLnsB3/qdfgW/6qjef77hf79ogJdy6MrvU7udYLum+86yS2DG23jaAnWBYlY5rGwZiegxqBERP2YX0/13ehFDx+JWmxEKCX5n2EEliFc1FSHqaD53gSbze0P/5VOgeKm4jJWZeci+ZyUc+fORhl56jDDIoAHZRgECamugr9SMK0ie3GZJL8mTWX6V4EUAM5o0edgmAxwbjWqMCyXIvdkHxmhRLYjcz7LRWLJ3LsTcoiOIAQw87ybBrxf2kMD0CAyWgOs6wu2APO2Wxbjf3j11vcQfX8O+u/zqWikdy65HxYSCJ9W3WkvdXxPCJ58D0PC2UuCbE1nrL17r//+z3AX/7twDf/wcvt5+dYDWmoRMU2CUToAFAz9zi/0jcosMUtGKmd7wB5Bh26feQh11oR9F9zDHsJHiWAWaPB6ETsYdd0/UBZAXcOiRlSyoVWHbtUBJ7b+3a0H46bEufMH/vab7b9RZt14fQicIzTs+KXYuUWCoGttvASiS7BVOH/nUKSPQ6VhsBdgWGq67w8y+5eewHn34l/gAaDzo3f3e/a4UkNh5/ADEWA9yeyCqqSUMnRiSxAwlvkgz9luXPAQBOPcNumoddGjoRxjHysF1P8rBz7D7Mr/Nxnk4E7AI7PVynw7k7Lroeh3KN4jfEGjs+BmxbFyaJ7TdKYkXS6xRJLH9uFaUTtuK9zLAbCWxghh3ygJ1OUmItD8SFxWYCEuaYf+Ik3P9VhUoeo0xR80CaNulWTCh3/rEsYFCF0AmS2qoEsKSJdHr+VxuwCztkThJLqHzeSDp9nzSQbFOgg4GQKoROVJJhdzZJ7KuNux+3IoadBH8nLgY56Ta897SbCAhN+vwATJF8955k2BFgN9vHnVP3fTf3HUClFcrhB7te3C40Mywihp0A7KQkdlbprA1AtmSidq0Thl1Klw+vjfwQk+e9z3nTAUNgRTDxaBBkhl13TsDIPwOrRBI7kx6ABLJLaazvS+eVDkCwbONtAAKBsFP29keu4Ve+4xG87eHAutjJ2iZUYUqVPOwuCmSTn/2ayWslYLeFTUFREpsD7EoedhcEnL4elVxL9p0jhl3Gw47OVym34OXPSRh2KQtCSbYeIBiKhetHgWfK+0ENjjllF8cS2C75OYBjIx52Ou93O4lhlyxmAuMtMPLdcQnwMwqdIIZdCtiRJDZl2BUksZVCrYhhtzuSWGLYjQF2gGCTZUMnehh0weNtdi28z4QFPQEHEkyL7t8FSGI7YZ4+WjL0JALs8sBwDghkZpYEG0clsZ5hJxaobd/HgFDC8CKfp30tng0KKnjju4GH3+n+/bF/AfzMdwF/9VcBJwnYcFmKwB+V8ZaDwawyMbsLgJk78Pflk/AcHlRJG+S2kSaq9jhlJl/CsMumxAqWp2yDOQ870Q+WUmKJuOGYe3XYmGpOhSR2T55s+L6kvyMPu7303H2QHgBgfd+fW2jbq7bnPqsE2DHDrh1j2LVh81g8i7nQhctYnXh+A8M19bCr8bGX3Xq1Qof7S9EG2MNOCZVOIxh2fk0ShR5lGHa+ja7S0AkC7DKy5UFK7KufjP5OuMOSGHZnkMTS/dMidILWj5TizmFUsjh0IkhiT9V2kljJsCMSDVXMsPOM0cuWEmunMuyMKrM5MiUZdpUOXmBdI9hpDLqNMezcRU0ZdsQ4Sz3cgpyrIIlNJDI9AXYjA7fVGpURyY05hl1dPgcprWybUuhEfpKgNwCWg8COzyZJrE9w4iCGDQw7yWwb+MjlQifM+QG7Ox6wI6+3/ZmJJ9mTGXZDSezyNZLEErh4n2WuqzBY1we4exIAO6UUDuZVmRG26yWATBrMIk9KD2R2VnlvRS+JLQTt5L8jBIrMa+PBvgKLiJlzOk4cTl4X+l8d+1uYmPlBbUemyV5Y6ASnxM4jfwitFaxfONuE4QqEgKOyJNYz7BACXa5UXXjoRLLIoLpQwC4DspzFw27KcW0CgmTJVLbSZw+O17enDSmnO1GJbDVln9ksw87NrQ5nVSKJ9Qw7WCj0YVGVSmLZW258TLDMBEjaR+m6J20zAIN+LkehE7zYG7Y/2tBUA4adCBAoMOxSP7AuAVaMZIAQw86GhQItAizNKQahEwnDbiCJFd5IBNjtROhEzLAYk8QCw3APWV1vsQ+xMRsx7MKCntqG9A+LPezGJLHEoioTCYDtGXYA0Mj5f4lh1w3DLCQYbEsejwjPHp2r3KxrOxtvogxSYj3DDsLTjNYXSgH/4V8GHv1i4PO/Edh/yLFvfvhPjZ/761URwy4G0ii0LmKiATAL15aePwrP4UE6dKVsdSHjJB836g/zgF3Gi1D2jxLE3SSJ7Xvuq9nDru/dvaJza0+HklggsAulh50/lzsrD9iZ5Plbnwz+Lc9t2XQbJbEEtFg+JmmF4P5do0Nd0TgVrjd9ZtovXraSbO3Q55AkPTzznW8fBh0+8IwITaANnD7xsKtiea0ELnMpsb2fY6+72J+WAOz5lJTYe89mz3E5d4Bdzmd0UFUM2DHDziiYhGFH5JtZ1sMukEaIQXyypSRWAps39+L+nRh3ADiFvblgBvuWM+Fh0a5XvwGwI1bJHO1WDLtOVah0QIo7EQxgCj5ssqgjMiXAKmHnWT0+ySYPOzbCTRLG4g8TDDvPEqzQC1ZWzxPaakQSW2nFAFE2jRaAKrARiAmYetjR9Ui98waSt6tUQubnUmK9NGYjw85PSAS9dRAIQJJYKz3s1HTQJS1PQ7/TzgC0uL7njnUgiZ36ub6jX0bnsIU0bFP5tt5ZETrRExC6DIP1bB93Tl2fccN3eAezCuvV1WTY2d65BMUedmLzwu/srBGSTd1rdAD4NwGqXWifi9pJWDurnc1IwcOuIUmsDQC9XDZYBmBNvEBSySRRvI4mF1YboMt897bFktg6opu7w3CDOC+cJfOaJm6FNFl6tpZ2hr3asOTpytQ2DLIpJRaGz99d4j2fegVf/baHcCvrYVdg422qnN/bRYJ/G7x9ipWezyhgF0s7r0bohAeoSpJYHUCOVIp8MK9g1kPADnA77Sn4N2DYbQA8de/Ga2a98R8K7CebfA9LYhOG3UjoBH1XCtjFDDs/jygy7PrhexBAkjZaILljmBmNGeGIExl2KYDXClkPA3YXzAB4TSqRxJbYN1RVumgU1fUWB/CMIV1FkjrpD9YkwBWQAIElMNnayd6bDPJuAdi1TZJ2nvkeltQJ1qk8j04ZNypm5vhSNp2+LwLsovCeBLAjOVrCQMOT7wL+0I+5fz/9HuBH/lvga/545oQvQYlk3lSqyh52IrAEAGoG7BqA7N6SdVcA1OINoJz0NnjYCUks97c23z9ym8gDdhw6MaviTc6KwBn/zFQLNzdtlsKPMMewWw0A6jtL73GWAnbCx5rmYForFw7W9Vi1PTOZZgVQnlUchAPINia8HoebLmbnGHZ5D7sgqX7JMzkr9Hjpvli7Wsmwkx52ceiE9I+LU2I9MObH0aaNWblLT8TIbXQPJLy59FUzw6q+AeBoS4YdeWWK62PpWUk97DJzLsEUJeDthBh2xL4rVMPtMvSHZP1ERWt0AJh5+4qLlsSeH7AT0tXRL9JxcMKmJZLlzzVRuINMY2V22gjDjtJpK3RuMPWDWACs0t1ZYk7lF5sqmfTRbmdWQio6i4oTFpvw0AnWnxqRxCqleJLWl1hgxOZLADiT87CzFtoDhQPAkk3ld1jGUyohT5zXQRK7YoZdKSU2gBxUQ4adADhySZ92y0HCD2532wpAyx5eB/MK7u5pdw+3ZdiJpNtB4ud5SgA3xLBbWZG+y7sbB7h/172WAicO5gbN/bw0c9fL9p0H7IK0NAKS/EBBP9NExcmpzyCJrXTsnZjeW8GIO1xUxdfZLkxOo903U8VgnAydoEnSBpby5PLPwBIzHMySjYiqdseRMlyt5s2PiGkYMew8YCcSYq9UvUahE50y+N1//d/joy8e4ave+iC+6y05wO68INtFSGITVnPfAxAg0FaAXSphyvjjUQ1CJzLXZ9eKziVl2PFm5JBhR+DewdzA3BevE23CoA+71QzYEcMu9bDL3ycrNnWzx1zYrAiS2Ph7yIe4MjpuM1MAO5Y36rA5kDBS08VMumtfSY87AuVYEqswN24O0RdCJ1LPulLoRG00bxR3F2yK/ZpUsolcWsxTmZSVIqrrbQicmB1EUmrpIdhkJFDR/StJYmWbm+phZzYBdqEdtdISZ8TDTh4vEDPlGPDNzElToFJ+RiSJlYBQspAOgF15TYMnvxz4pu8r//31riyQlqhoBDsTABb7hwAaAI5gUatu2Hd16XgSQCYKXmDArnfXPi+J7YEq0wazktghw+5gbqLfk3UUs5uJYbe8E/p6Cdgxw24oib1PanOdtC9aAwCRPHZeBcCO+rAiw44AuybjYUdsRdVlNl1qBlsuPWBnAyA1YKwJxuDtE3duBh3unQ77hVWLBLATYC9CkIxSyabBgGHXJYCd+8y8h11iR+ABu5f334oHTz7ufvfwO5goNM3DLs+wq/SQYdeMSWKbkHZM7eOYkPX1Jg+7IcPuRsKwe/gwtMWZ3xBb9xdLBrgASay7MGk6aVqVWKRGu0TFz40nY6RNlgwzlsSOedhJQE4MpqWUVGaQFHd1Y/kGMezyklgB2AkfPu60xXuqEdARCIBo1xYWGWSumXrY+fOLUnLFdUiZff1FLbYvY/EOmYlSYhlYKibw0kBdsaHxOmXuiNdw6MRZPezaNb/+FS+JJYYRAQwlKWOx/HGeCsBuG4n6aFkrrq3GtUUFoxVWoEF9GUlimZa/CCBkAFYKoOmOFi0COxt72K2pzXmG3QoVZkYz2yti4W0E7DwY6yWxzn6gAEoIYPX6InjY2VQSKwDoaDBPDftFkAsvPC4KqBBec4eLpJ9mSVLsYef8ZUJwR5MDJBmwq7E/v4qA3UVLYt19fP8zR/joi669/tuPv4zbJzEjIPr3hXrYnRP8k58pmV5TNioGHnYjbTsFGEtMr10qCopIPewSuahMiaVNzcN5BQMBigmf44hhl0hiOZGSr1++HRNoNmDYmcIcLmHyNQMPO/f3mdHDNkMfUZTESoZdXhKZLmZosZIy7GToBDigIzDseCMn8QxMFz9FSawJkthuJxh27jraniSx44ugzQw7AuyuRX+rBMMulwoYMSRLktio3Wxi2FHoyHQPuyYC7PLSa7ngp5KgYF+aGwCD81YqAQ1yDDsOnfCBASSJTVJUd6o4DEJKYsMcd14PAbu9/ev877KHcDqeCMAuSYld2bCOoJLBKNl+TrYJDkgK/UAkiRXjEtmI8GYJpScf3w6fXRUYdgIktNbi/tq3oUTVFjHshDyWGITLpsOK2tAGDztLHnayjfnxokIrxqlwvYlIcekBOzGWDPoyAUASMGrQ485JUO1RrXqx/uwaviaUksvPeppSTapJAuy2SYktMOyeuf6Lw4se+YLRPnpQST/Tin6zIjYhYUuYANhVC25Hxzh76MSs0hGR4OFrErCjZ/iyedhRUtdGSawIjiixxESlzL0+k5Ja+ZuSJp3K0rX4W847Lk2J3eT/k4ROkIddlmFHdGhVodYaQxmlOJ4R0BEIQNpGSWxyPgRYRpJg+b1J6MSFG5ZfphJgxbzSDH5xcmoJLBIMJqLBDszshc/dXDLs7ETQRZYY2F5Ze8BuQR52BBRveZ+EFBIAHjiYDQHks5bYqXXBBwb7tQmgJhASomb7uL/0u3z+XA5mlQBAr1a7swxoBabazGisSIa9vAfASWLlxGy+DcMukq+qxDsxv6BwoRO1ALRKE0sDJRYUtAGgkj6skZJYVV4QTC5reYA9tXMcJsCa9jurKmHYrRHMhWciTTaSxApvvP0R79DLVNZavHy0grUTJjgXzrBz1/Z9z8STmk/f9de0kMb6vqdexe/9zp/A3/jxT2SP+8c+cht/9Lt/Bh954X6eFSU2vP7+ez6N3/CXfgzf9RNPDT7n1eM1fsv/68fxJX/6n+EnP/nK8LPkMxBJYqd42OUXWOMedhNeuytFktiBh13CVhO+a5EkVolrIgCMCp0InfDzuAHzbfz6EWjWq2TuVAJKGbDzAJAFesFmo03Kyqj4OwXQyAy7PmHYEfgm35sANrxI6RKGXZLI2XbCD5AksZVGTSmxqYedv95t4geUMsxkAigx7HZCEkv3k1NixzdZTHKdZQ0YdqKkP1hugTZJErsFYBck0RvugVI8nneS7FD0sBsy9yRTbmwTuUlAZPlvB9gRw0d42NFmNafE+me+2n3AzqAL4S0UBkHhYIkk9vAwAMBFhUMKsvr/V8oBdtZa/p515+6TBEYillSun8sxICNJLDHsqphh54+DNzHo2Th6wf1f6fh+Rgy78J2nTYeV9+2iTQEuybDrVnyec+EtFzzs8s84tUVFgF0k0w3gZ5oSK0Mn1u2EOdTrWNRP61EPO4Njf9krdLhLDDtxT1ed3LjvBgzDNtNPuO+IAbtGjEd917KkNgfYDRiBHrC7O3sU39b8Lnz02ruBr/rPAgt6ioddwrDrbThuY/2837c5Ot8qlaIDEcOO+lxm2G2QxPLYmbC7pSxWAna1Z5euLtjD7sIYdnZTSqwArLpCcEL0ub7hMVDFDLMwYE0JnahqsfsqO6hCSmy6a5lWGtbAUtXsjnvYwY0Ydv3w4TJj9HH5PQWwM/XW4+P1x6lziyoAJpHi2qsM2NkAnswrzR3Okhb1JUlsH8A4Mppcp/5iUhoYyRrPwLCjjkUZ3PGJSynDbjL7iooSdnyHdnO/vrhkVnEMPSXwzkwApQBOA+vrA975v8YMO1Oe4Ox4ScBOetjxtfE7O42tol1FF5gwse0wWOw+o5bMsoIsrPOJsgPGHB03teu0X08M+9lrFJoXnMr/3+Zkg1Ora/h5XaKOUmIBQPv+UtvW9bN9uAY0MZmZQviGkNru7YAk1lqLP/4978e7/uwP4/d8508O0h8B4L2fegX/wz/9MF64t9yOQTalfJt5/3Nuwv32R9xC5RkC7DKsuF4Z/IG/9V78yM+/hD/9j34OP/Azsfnwh5+/h9/znT+B73nv0/jmv/3ewNDPfNa9tcV/9f0fwAeeuYtv+b4P4Kc/fSf6rD//w7+An3rqDu4tW/zf/8EHNzDsqu1CObbysCP5p39uLzr84/WoJBjCJKw46h9aKYn1GzgHcxE6oQSzEYBGHya/qYcdTeI3eNgRWN9PCUORxyzmi47NRpuugc1WAl7ou1RyTBHDrsB8KnrYUSKnXOwkYNxMhE507GEXzwFShl2TLIYawZ7aKUksMexIEjsxJTYXOtFKhh2xiHzJBX1OAhUBVwnr46MvHjn20hkYdhs97AChsMn5lcXf02Y+VynF4CNLYkcYdtnz7vpY0skLaWp/xKwiJGGXATvpYZcw7Cx52MWA73z/MIC+pflXes/4ezr01vuLsYed+6yFaO+VBF1ysmyZ4pvpB+/5zfLre3X4vdKoWRLrnxkCIwmwm12Lk7gjhl34zjsnDc9bdTr/o3UN/+yDJ7y0ctV0vDYoPePcpomhJwE7HQI8GIQSANeueNhRN16NetjVDNgZ1eMOAXbimp92MTgfUmIpEGEIzgNg4or1z7dMiW3EhkFOEjsAGJd33LGYQ/z17hvx//m8vwC84Uu2ZNjFgJ20nzibJHbBz+mRJcBuA8OuHTKuAeDJW6H9RYAdSBJ72QA7v9NoNwxOtVEh6XUCw45203igyjDZ2IduBOyKQhUihh0lKaVyivyEjIqAMWLYcapsZnEUQLQUsKOFRHi46g27hrSL3BclsTGQyMdAkliITipi2CX3jdPJdth3p1SSYVcbXqwv+w3AlZAH3vCBCoPABuFzF4dOePBiG3kgm7zu42jt3nfdg1vUSbaph96mIsDOA0P7MxPYR+eVxIr2ZLVBZdznR4DdqQPsGhNMYg+EL9+FHcslKysALWZSVIJhtyKGXTXwKmlHpCtRCTB2ZnQcdlJgALTeOFkVvHion037dUWemP4+kRF4Y6uLlcS2YXK3woyZpVRa9vl9k5fEViVJrGfYYea8XC55/dAHn8d3v/dpAMC//oWX8B0/9sno7//sZ5/Hb/sr/w7/67/8GH7Pd/xEADAuyjvNt5mPvOSu22//ijcCAF6kNLwIZHO/e+m4xe2jsAHy13/sE9FH/pV/9XFesH789jGeuzfcxArfexqBD3/lX32M/71sOnz/+57hnz/8/H026w4MO+krtaWHXZrqN8bOK8pndxmw8wy7PmXY0WYkgSMhdCKWxPpkU20CkAm3EE7BP9o85QXVpvvUx+bYXKbwvoTJ545bMuxKklgB2Pn5oi6EThgt3pscV82LGWLYxQumSO5G8uI+gIhFhh1tCiWLn5RhJv3J6L5EAVaXtZI5+SZJ7IDlIcqlxJYYdmFB33TDxSxJmrvORpLY9z31Kr7uz/0r/Cff8RNxv7CBxJDzmisVExempMQWmHsMZI5s9qYybSCAd00nGHZGJMAyw87LGVXsabaTNRIG0XpLnRTwVbMD9rUqWtZISTEgZJx+c7LpBbGAvMKGDDsH6udCJ8Y97O6euL/f3KsjZlyVsK/42bj/vPt/cq4MxiYpsXdPGz5ulbYvKYkFGEBZ+LXvsu2xpgTSooed/32WYReuZZ1h2O2Khx0z7FI5OiAYrhWOPYhUYtgtOxUpvFLAMif7d3/wmI4HZdcRYBfa2iKDWZC8n8cez7A70a79hER0asdTPOziNQpvdCjFoS5Lb/VE68gqB9i1gmHnz/m+9ZLY9TjDrmGGXdxXP3I9rGcfvxHaYmDYXTYPu4521McBO6UUWhp02s2LcvJUYsCO/i8QXpp06LGE1YIklsC+9L1qwySRpLQDht1I6ITSXhJrk/PnnRQDs8FItx/zyoMEB9PQiQzDTkgYo+sDXA0ZT6kE22lugiT2lDq1DQy7FhUz7AZSO06SFZI8af5/FsButo8jvyNGfm/z6qwedgFQPJhXWFTm4iSx4tyMl3a7SYZCV/kO0e/UNdp1asQEA5zMNwArVy0l1l0bq4K0tDYaK+sns14S23j/OaqtGHY0kbQOrIrCTkY87OaVYeArnVyxh2XSr7P9AJ2X8HXhgf8i+hAPqvVwbMQUWNOSOd2tRftOJLHk0Sc3ifzztcIMezsgif01X/Aovvlr3oovfNx55Py1H/04s+zWbY9v/Uc/xxO6Dz9/Hx96wfcfFwV++3t93LoNg1/zBY8BAF46oY2n4WYQgXnf8EWPYWY03v/0Xbz/6TsAgLsnDf7JB54DAHzBG9w5feqO73u74YL0k6+6e/c73v0mAMAPf+gFvHLsfvcvPvQi7i9bPH5jgXd/zgMAgGUXvz98pnIA0zZAWrooViPP5CB04gqMpQkIF1Ji4+uSZ9gZnmdZZRxDw3+ezqXE+r5lIInd4GE3ZNiVJLF+s1Uy7KSUV0pipSG/APis3zjVYww7weqQlXrY8XvI4F94qKXhJnWl2MiaATtui+RhlwB2qSQ2YtgRyHexC4rXpJL7OTUlNsew63qLQ5X3sKvFgp6unWT68OfaWI5Imynv/dSrEWsJG6SuvPDcFDoB5C1xCkzOHMMOEOyXkTlpMyKn7aSHna4G94W+d06L5TQldpeKvOVUh7a3DoyUHnYZhh1mhxykVp5/5TeAKvK8arpojgakgJ27F+tWMuyGm1wOsBveZ2Ji3dyvo/YT0md9nzH3zwYz7JJzlaynAsNucO5SEit+lgy79USGHUtiqyHDrkJIRJXXY1cYdnJcSDd58h52ErAL93pZYNhx6EQmCdt9WcywazoB2LEtQfDblkV9BclWCbA71a790BhYj/TRVNQWuK359XkUytETw86zBwmws5m5r/Cwo+8/sh543pQS29K1itvllzxxg//95gf3+d8EwK+6SwbYgZkY4x5sQGAlTWHYMcODgCqWnvoGay3THqsR/7fKGHQ2eXit5Qs6TIklz5YCYJfIcDmkITOpVDyBdww7enhaYsn1Qk62AbDj61AAO2nBnTLmCJAsediZgoedumJpnQCiAbeuFIdOnG5k2BE7zeDaooZWGHp/CZ876WE32YdMVhPip+9Lk1gEhl3Re6xUgoW1VxvMa7096FcqcW4UnsLS3Yq8MF4EAKw8YHcoJI57tQnSRdtfHDPoEpQE7KgiSawf0JaYDRh23VQWpWTYEWBX8k7kNFUTMexU3zhTJz5u6tfz/YP2AyKFA7UwYQHOi81zTIz8btjSzgAo9jsMhyHkNl0TPaM5wC7a6GAPu9lOpMRWRuNbfv078Q/+s6/GY9cXePl4jR/6gNv5/p73Po1n7pzi4WtzBrQ++JyffFyYh11YQLz9kUM8eWsPe7UJCVgZVtztU9fuv+6dj+IbvtgBfH/n3zv/uX/4M89g1fZ4x2PX8Ae+5i0AgOfvD1nn9FkvHLn//9Z3PYEveuI6ms7iB37aseq+76fcYvk3/+In8M43uEUGT5JSSexZgLQBI2IKw44ki1dBEkvzISEXBQQ4KXznktAJKYm1nGwafIZSSeyAYbdBUqzZPzll2BWktIn0lo+bJPyCzRaAFxNJwZhhl3rYdQIkKQApKZDUSFae+LuUxCrhnWM4KCKRZxc87AaSWMGeCgy7XZDExgEPm+bKqfRYVjvCsKPxd9327HMVM+ykJDZYxxjRPk5XfuNhQlBOuwXDjuYPYe3Qh/F1wLDro+OlouvWjWw6EEtOGtFH7Csp6UyeM/Z5osXyTktiad3kzmnZhnNnFn+dgFj1wklNgfJmeJoS66/hgXFtYdmE+W8Pp5aIwkMkMynXz8mE6mScW7UdTrxi5+b+LIxh2mBWJUwuZtg9538eYdiJ/u7eshHKkJHQCYDXOdLDjiSxRYadIcAuyBu5/DM5U3mGXZCEXm4PuygFVYtnDxB4i8Fx6zd60ON0PVQTLNsYOOZ7TAy7kocm4TOVZNj5/scTphYbAFVuR2w/M+dzAsImRc5nFAD+nz/8EXzxn/5n+OAzd4X8ep0cd4Zhp0YYdsLDjo7zPkti72WPg9/qjzNNKP+mr3oz/sjXfx5++I98beT1TZLY5WWTxNLDukkSC4SJRgl0yn0uedsQ044WiHIxqEcksVUu7EG+N5WQskdJHjSg3WPepVVlyaMSO+6S9cKLR7EQ2jRo0/XNSW8BwaAbhE6UJbGNNcOHlRfbO7zIKBV7ULhFPe1cnXQbGHZioF7UGnPJTusb30n6SXgkiQ0sqa1Sd/3Ok6332SQ2Zdg1aejFphKgDp1DVi54lpIMOwbs/I6MiRl21HHT+QDA3kw8oxdxPJeowsZDDMYFSazfgbKzaFcxZthtADBF4EntJbHlHd4gt5hXOg67kd9T8LCj11P/mEuTpQXxQBKxTYkkVwADr7lZXYeNmG7NzwGBlkCctNvLZ9tPIk4x3wlJLFVtNH7XVzpQ7m/+209i3fb4yz/yUQDAH/zat+HXfuGjAIAPvegnJhcM2HXW4M0PHkBrhSdv7eU3Iwiw8wmyX/LkDfxODyT+wM88i3vLBt/1E58GAPy2r3gjvuyNtwAAzx+1mc9yY9adpfv/5z56Df/RL34SAPC9P/UMbh+t8K9+4SUAwG/+sifxuY86wO6UADsaEwsypO0YdgafvH0cTIRHPOysNvjgM3expCF3l/uzhDUXGHYe/Mp42Gn/2sNZBe3HxT7xXTOqG0hijWTrAWLBOe5hZ1PpXQmQFYoH+monPw2sP8CzWApyQzLiTgG72MMu/940DKFLZDa0GG0jebH7rJnRmKlUEpv3sKP+r02YJOzDUwUPu9ZuBote96JN9H6ah50ZYW/01uJQ+f5xRBKbMxmPAFchR6Q5GgA894r3QpqyHioAa7nqU3XSiFdeiWHHkuvUMiDz3phhJzwBJRidMGCpXc/Jw26nJbHBWw5w1gvS/3de6RC8AHB7eMT7WLWl+Tlfv9g2YeFfvmy7wJiF5vk+VS2BjrHQiYyHHbGwtAKuyZRYHRh2Aw+7+55hl0piI4ZdkECfrNuyb3e6vvLzsIVIiSXgKbVA4a8dMOwkYOeOKZ8Sazgldp2kZ1+2ilJQUz9OaoOq4uts0OGUZNtCSbfqlbgX3QCwbDPBOu7D/X3y13MtGXZeEpsLnACkh50/Xn/PV8o9F8TK2+Rh9+d/+Bewanv8V//ggxlJbOg3iTiw8oBdYNiNAXYLPs771jM010cRYWHw1oLf36I2+MO/+nPZ15mKwrZW3SUD7Gzq8TJSueCITZ/L3m0FsAvIsOREVdLPKd1xR8b/zsQTpbSYYZcCiZkJvBI7upUOxxEGXeqYM8BZUpyWW1hk0OJYpZNEz7DTsLwAkkyzwWRhA2C50xUBpEESuybwpMSwE6ETe7UD7aKQBDFgUlIn4DrCfqqsUZbvWHqz4D7k2twdI9HH19t62CVSSHcOFyTZEgAweTESwLI2sRfGqU/lkYypRSUYdsD5GX+XqKzYxaSKADtfp5hHu4rzbTzsErAqksSm3nSiLc8qHfd/8rozwy5vGUCbEbYjD1ORJsspsefoQygh1gO8KcNOsufkpJF8/AAfOmFzklg32VvuiCRW1m9/95tQG4X3PXUH/9H/+m/wzJ1TPHQ4x+/6yjfhXW++Ba2AF8hb7qJY0swe1njTAw6Af/zmXmhjUaBRkAJUWuFzHjrAu9/yAN7+yCFO1h3+9D/8WXzouXuYVRq/+cuewBsf2Me80qNsvQ4GT9zcw/VFjf/wFz2B2ih84Jm7+DNeCvylT97A2x85xOd5wO6kLTPsTtddYI1OAuzc+Xz85RV+xf/0L/E//O8fHZ5z8tpn7zX4D/7Sj+G//O4PRr/fyWIQzqsZ0tAJAtkE8KX8IndvZlD7iatNfNcM+oFsSZHx+QCwy18/ZtiVQifS9h8pHqQXVMymiRh2CcPY0gZoMka1EnwpzIkHDLsuBlYqPTwm2lyujebURQ6dSALS6HOJ/VCSyNZaMTjZ7kLoBM9JA3g5VgH4zIROdBaH8As3kv35mgmmT0iJDd+lxf2zYhH57J3gt3r7nmcRbcWw23wPKHm9nwDY9QXm3iQPu1zohASSJRg9YNiRpxYx7HZfEjvXxHwLgF1DHnay/DV4m1+4d6XN1gHb229IGve603UMDKbG/lFwQM6rkzenqgFgd+fEHeONvdq1ZSmJHXjYeQDi+EX/c/ysxB524XOOV91GdQdXhmFHwNNeCRDybVp35GEXZIjSD3AgidVhXnjZJbG96BcGfZlQ5dH8ywWjJJuTusK6s9HGfSoJzgXruC/zgF01lMQSdlEC7EwK/Pp7TOudoYfdONvx9v3VSOiEgib2qI3XxRoZpVYb2gz1hfd630f1bZmwg3iza0pVfnw9vWweduoMDLsSSyyqZMLUc5JXLEEEAFOPMOyMCkyVLpnAAzHDBIDSeU8nfn2SEmsnSWIrGB2Oo2vj42hhhjrypALDrnRc7vc6kWFkQzcEUDhA10uGzVehhIddbRR3Ogye0AOdFi9YKyxqN1ivGSxoIqCjQcUPtVJKeCJu72HXev83oxUP3HTMrfz+KSUAjfmFM+wCAEzticDQlfYDqqccH2k38EeS2FkC2O0yIyUpBuwEU21mNFY2fk6XiBl29TYJw0KOPTMa1YiHHU34Ox86EfV/8roXGLv0em1bwNognRXnx8nb5wmu8c/i0s6g1DCRalbp+BmMWIZ+F1YptmqwOYbdjkhiZT18bY4/8MvfCgD4wDOOnfmHf/XbsaidXP/zHr12tmTqUvU9iD3cweDNHrB74tae2IwYylhbGLzpgX3URkMpxczA7/MBEf/Bl7wBN/dnMFrhrQ8f5if54rM+71G3gHjgYIZv/OI3AAD+kU+e/e2ewUevOWUPu9QsXONLv/Wf4zv+7aeH31U8f/eaX3jJTTw/fnuEveh/99Srrq198tXM4nrXKgHoBww7kspkGHa10ZgbYtjFigSDPgAVJImV4J/47tJ4wME3Oh8cVjR815VIvgzHTYBdZVRoOxMZdhEzid67ISWWALY6kcRaGxb8NK+bVUISSyBbsiCnY6A5QrowlQs0skhpL0Bk85qXoTm5l8RuZNj5eXZGbtX1FtcIsFtcj/4Wh06Q39/Qyw0AOjH2HK/D871akyR287iyTUqsTT2sZdue6GHHflgjzH0J6lLReTedjcHo1MOOQidAkrpdZth5C5qMVJU97DJ1i0PpNoBWdO34e+C/RwB2dsiwi30ucww7EfiRrD0IsLu5H6f7SrkoAygpo67oYbeKvvN03ZXnHykhwjO56BxXbc+S3VRRwV9LgN2IJLbOhk7ULAm97IAdP79GDf04eS5TsWVOHIwSLHjWbR8RRuoElM0FzLgvc/dJ+YBAmRIbALuCZDk9XmLYec9uun/Bm2/8Xtw9bQTDzm/Q2aEklhh28ToyaW8kya4WfBxHvZDtjyTFMnt9w2YRFY2vy8vqYZeGHWRfmu4SjRQtBJlZRv/PMezGPOyEJLbLvjdhkFBIQwFg4bAK34gGQKL8LJF+ppRiliAzDAXQsRGwU+PgikqARKooVCMB7HIMO62vMmAXFoC1cec+q7T3yQIzb0rvo2CARer/ljDs5EPN92MbwM4n1rQm+L0Re4kmCo38/inlj3HtU2LnlR4GZ5y1onbsjo+AkKXei156pNxEQEpi57VBDx0GlysE2AWmWsqwiyezp3YepS7FgSWbPOwCWDWvNGZykyIF7ISE1UliJcNuCJaoUuiE+zCgowlC+D1tLpyLpSuCIQ5mVeQPAXj2XMSwkyxD4VFFi3nJsPNg4Aoz7O+QJJbqj/6az8c3f+1b8TkP7uObv+at+N1f+Wb+2+c+ei1clwsB7MJnEAgHAE/c3Mu3McEOeMtDYZL/H3/5G1k28KYH9vEnvuEd/Le3P3KYN0IX/Qqx5wDgj/+6d+CtD7vP/uq3P4j/+F1PAnALkYevzYesZv//o0Zh3fZ4z1N+YjaFgeifvftry9dgcJxUfgwmht+FeYS+nqWGIBwAAWhJDzti2AVp5oySTRMPO4M+zHlIbku+wNazDErAmy/Ti8WprA2SWCgjJDmBGcgMuyjpNfXw9AuP5LPDrr8Ox5sy7BK2BC2cmGEn5oD0bClx3ckXhxfEBHjaOPWPFrupJFSyxohh1+xC6ATPyb0kdhPDbiwl1lpcU37hNr8R/U2asgdD9vBdcq7cqvBsE8gAAMsVeYhNYNh1YeG5qSwvmOM5fO67SumzDPaMMOxyrBv2vpOhE6YWQKEF+i6A1uRhZ3bfw25hvBdVEgbBm6u/9r91//8VfxIA8Jt+0RN49PocNw78vDdSLQTrHL52/v/8PW0fPCmhhxuVku2Y9bATgGDCJL/jE2IpyVZuYAS5vgdQFvGzUU6JXUffebxuy2NkOq/3czI6x2UTpJ0lwI42eZhhlw2d2OBhd8klsTIFteRh19pgmVOhEx52MYMzqCD60L+18XgxTIl1IJuqMx52HrspMSAH/qFtbG0TGHZlD7tjYTFQGSXA4ZjJa7TiTRzyilvaAmDXNeHa1Hs81q6tCl6U6zJgt86kho+V8UDiaXux4+u59UAsBR2RpVJ1qgLsNEksLQSp4Q3CHTLJlLmqjMIKZJjoYY6M5xaV2hA6MQDG6LhykthENtIlwRF96yx/WxjsbaDFM1OkyLDz4GByLaJAjsTTp4Me0vH5/HdYxlOqDEC6Vxus1sSwO82/LwFEnIedZNiFe5IGiAQJ4RaLZ+9hlwtomBkNpURHPJlhF1hYThJrcHSWQIxcCV80OneSGp6q/eild6zrHA+S0Ak6thn68wOIl6hyDLsodMLXKWZJGpjOgxi54sCFIIldFRiYVrSDWmsOCRm8llkiaf8oAbuGJbYSkNRJwuGZyoPnp5hlJ2/zWgJ2TaDL2ypiRfRmBljAdpJhF+S2+4WJx2UurRW+5RveiW/5hncO/vbWhw7wPgasLgAoSgG7B0kSu8DHR1lxGm98IDz7h/MK//gP/zJ84Om7+MLHb0T39M0P7GOVBf8CE/xzBPj3+M09/PP/69fgw8/fxzseuxYtLj/nwX20zybH5ds17XZuxUAUi7SN76VNRmLSXyTT8fUqCpmBW2ymvnPEpo0YdrAArGPYaQv0GPiuVegEw86rA8TmYttbzDZsHgaGXSqJLYxrAmSMJbEBsDNaeblYIl3zZf0Gh7F5D7s6ksSmDLtYLjRIiRVzscCwc8dcG4Vq4GFXYNiRz22yGIrMzAmwszvQ/2mSIbvz3JQSO+Zh1/V9kMQmDDsZOtFmTMaj+6PCtT8VC8zAsJviYbcFw44UNkmf5pKv43sYFrR5OWVRsgjBuhFjaAQaCMZSdI5dEwCAKxE64a4RSWJXbcfjaWeFJPYr/xDw9q8DHvxcAMAj1xf493/y64D/9yFwiuwGlPv8xMNOS2AwzKdT6WHFoJNk2InPZXlqRhIrE2IBSElsnUoU9x6Ir0ciHw9BALEk1jHsSv1vMh/xczLyq7u3bBhMK83LAsPOP2e1AOz83LRGKxLIw8YLnWPaL162kimoEVgO8DVsVcXX2SiL5bqBtZY3eKCHc5DUw66cEusZdllJrO+DN0iWu966dumvvwPs1sL+obypcvsozNUVMJDEyn6TNnFOvQ/9WoY8yPVMI9b29T4qLcC//UOgOR5NiuW+baIklohdp51G39tsou5Z6gIlsZsZdkE+Ol0SywMVecUllPDeKlSpn4CoWjDs+oTZBgB1YUGqCwALTXSImcfMtxHAjhawwYfPT7D88XR2AsOOJ6H5a8dS3WSiEIVqJIyDDmYQKc8A0y4vMkolFoAzBpYMlsR2KmnYqZO0DrBb1DoOfWD2moHRMWuRFjSqb0dNLaNae3aRB+yuCTaaUgrz6gwJr76zW0Mw7C5KEit2BFNJ7ImKGXZ3rFvESxCSdthaNc6o2MnKAXZSzukr9bCbVUqwKDc8iwlztBJhJyloRgxlqwy0VpjPquCHmPGwSxcecUhFi5BaJdoog/7nSYkNktiDDGA3M0YwRANo3sjdbwhD+owkdmnrornxrtbbHjkUDLsL2HQRbU8ZgzfccM/zEzf389Iqsdh48lb87M8rgy//nAcGAOybHtgfDbDooPH4zfizKqPxRU/cGPivPHlrP6QrsyQ2lv9txUAUY8YXPXFdLHbLHnYtNN75huvi+d3hzS8JxMOGeUoiGZUpsUDwqKt1kFPL12vJsEtSYgEPHJS86Oh4aI44YNjROJJcd+FhF+3wM2AnvY/ykljLktgRD7vCJnYqF0oZVnIOSG2Y5pCzSqNSQRnh/hi3L5IX8Xg6kMSGBRrNF3cjdMJfcz8n35QSW6UsD1FdD1xnht2YJLYMXAGBQAAAq3Uz/Pc2HnYb5v4A+F4PQicy31Ni2A0lsRnAjhamUUqsAJqlJDbZvAspsXHK5E7WwMOuF/MszV7S0Bp4+PMD2zV5f3SN5Tw78bDLMfk66CFgJ9s2q3fkvI3AMyGJ9c/6XZLEEsNO3MuBV9p+AtjtPxj/XAnlgpDEOobdBkks+c759S+tBW7fD5sgZYYdediRJFYy7NznVOjCHDAj+73Mkti+t7xMlCmxwcMutA1pZ6Bs71hgbFHjx2URMJOef9sPn3X3Andtlb+266wkdhPDzkYWU6Qoor+PedhROAoAx15OJLFdxLAjSaw/N6vC2rwbqmoABVTz4OfZ2QBGj0himZ0+lWHnAbsempOPL6IuALATFOkNtY0klh92AvkS6Sl9RptjiYkyWvEkO/WOa6yBSRBTzYyogtEx7ywnQOJYSqwpMOy6ILXcSLVkwLLEsPMStgHDTgJ2qaePGTRAvYFhuNMlgEqahOzNDJbkJ9aMM+yICj+vTczuYSPQjCegBLKnAhheErv0AQ0SsANcZxk6pYn3KfKwM2cD/UolrmstrisAHNt4of1K75gyh0KKKBl27oOuEmA3nFjXWrOnA9USszAJBDHspnrYicCFyoGmXWEXnftPfzwzGW4hrnsIsYkHZpNI7HnHX0hnz8QqTYvj4GdZUC32sAuTxrUInQCA3u8EqwiwI/befCclsWP11ocOxCTtYiWxj9045AnX4zcX3D5tAWR7IgHZSvXGB/bH5bVW44mb0wzMY6luPN411uBgZs7MsPvGL36c39vl+ihhNfH1X/AoP4OTNigva4nn37HikqCIjIcd4AC7eaV5wTtk2InQiSQlFvAsiA0MO5LETk+JFYu3nCRW9WHxUmLYGWLYxfc0YssV3psuigNg46VNUnIJvzAFMew0jEpk2cmCnFM6a3FPcscoQifWuxA6QZJY4ec3+vINDLtr8IDdwMPOy6Ra6WEnGXbi/gjpVSMUQ+utPOymy6yCh3XiYZdZd3HK5CB0wjPlRjzsckBlxIaRYLSc23ZNRhK7+x52c2K+rZsgPU9sb8beH49nGd/BBBhcJV55Oe9egFhPmbA8+ndOEnvq/sYedmJTInh6+jVKyrDbfyj+Ocuwm+Fk3W327yM/PM+wI7XNy8deiqnKLFoGfEgxEaXEetmlGo5TLnTi8nvYyT5bazW8L8JPnTfB4MZb6bNIm2dsRdG3g9CNIsPOr4P1zAGrMiWWNvwXhfsTpdqKOTdJVel8xjzsToXFwKrtg0dtAthVKmAspz19bx9b5fA5+T6/3gNUAoRSwMq6zLDLhRCNFeFEDUxI8L2AujDALmV25WrgQzfhc2mgorRY6ydpbUsT6WqUUl4LP6eWbqDoENPBkgAvU2TY0eTSH89I4lxgvXmgjlBvZtgFA/hNSVF2w+RVZya9gAPsOtpFJUPKEQ+7kIK2w6yAUmXu+7zSgmG32cNuZnQMdnUNg2aNAKyodA4w3VReEnuq3GAk2Wh0zCFBdEsPO2LY1SYL1JypxKKWrisx7F5RsRfG7Y4YdmGyxybZF3U8l6isYHVQ1VVGEmvnkcFwZXRg82y6HtK/zWgPwhVAiWQxGQO34rWF0IkoxKZr+buj0CFN7JBzTIw4ybXOBkMMU2LDREY+g5YAu8zg7cDAKwbYPXwQ5JtTrCc2lWgTjz9wyP9+7PqCWSZNM2RmdtB44tY0wO5ND+5zXyTBv7YNGyUpw65UT97aK6bCdzD4le94hP/ebrFx2EHjCx6/jluHe+X32sAu/OInbuDB6/vxcexiyTAZGRThn23FHnb94LW10YJhF7PCdC50Qmw2dlM87AgYKKbEJu8TbGcjwTMdjoklL8nCJ3ypmytUhdAJo3VREhsYdnnTbyUWEgS6Sw+7CgnDLpl7bgqdkAAhM+x2wcNOx6qXTYDdmNyq7S2uqfGU2HUnU2KFWiICVMWmkOgLzsKwS6Wr2UpD5woMUKAMBBIwXNrMk8eUC9uIU2LraE6DvhWS2KvDsCMPzuU6PO8dTLS5Ovb+OBAiI4n18yuSxJ4mXnmLNHRCyjqZeSRZfIJAw/2DayuvcujEUBJLbYP9Q/duxedzkAB2kmHHn1PhZCVDJwoedgSQtATYueMkKeRebYJn8YsfBr7n/+j+jwAumZGU2GzohKnjhN1LWr1QYVVaDe+LYPG3ArCrKHgiwU1k8EidhG7kEqHdHwiwkww7Ihu5z5/GsPP9rK7ReECN+tAxD7sU4FonABz3mwjP1rILLOCscoz86T3AGyVfT2LYFa5VoZSYN14ywM5dFDWBYdenu0SjLw7ac0Ay7DzV0C9GpAwve3xKCWabb8yiQxyELvjzKDHsOHSCgJhElhB9N01qyUw5SXoKiY1m8y7bJsCOjyve1aq0GjAKiB3QWjMACj87GHaaJ2d7MxPAk4kMu0Vt4tCHPvw93RmKgOypCzcPKBxbD9gt4mdrkTL8ppTwORtIYs/tYTe8rgSEvAQx8Fd7uLN2vz8QzCaW8HBHe3U87HILP+cxN0yJjRh2Wo0b3EffEfqzWeUksSX/O9vFC4qSNJoGnDR1ujIGrWRwsSwtvM6QDPw8fQib1c6xPx8uSgbHLVNi5TPICYNDevwSM/ZavCq1P6twcwxU2rYEO+1J4UlXGY3DPW9KLAA7ObZMBdkeu77gcZRN2wGs/SJpMc+zLHP1xK1MGIbonz/v0Wt8fZpmcz9jRUjLk7f28JAH4WguEZWQTL3pgX288SHH4FG2m26HcNlKjF8xw47sPtzfpbQUcDv+s0pj7pNNWUIoZEvDzzKgX7ViV7845yE7ltTcvuhhF+aUtfSTk0EYGWZGVFUsz6SKZIiF96YyoNwiIGVBEROuNsF3jvtfPs84dZbYD+liKPL+oZTYnWDYuWteY5ok1kiWR1IuJTYviZ2JBT2zT5L5MYOuiJ8LKu5TpoTwFaSruVIpYNeVgcGSNx6tk4qbeZAy7Xi+wp8rv1cpyKRSloXTs3EFQidmHkiTsmfygR5/f2b+JVVjBEj56zdTQ0lsL6W3vhhoiPpHCQqSPLUe9J9jktgoUKW3wN5NeAcxV6MMuyCJPWnGGHb+dRRg4b//wI/tL90nTztxbf/pnwA++D3AX/2VgLX8bJueADvJsAv9xDB0IswLm/byjsVyk8EISSwA520n7JkkYGcoeMLjFpbS2GlebqUk1sJam02Edi+IGXZNxLBz17MUOlExc04w7Oq9QV83tqmyLAJ2TfhsOJY+1SmlxHYWa1pbZRl27pwiYHEbSewU+wIgIvlIxuB56/yAHXfOEwC71Idu9MViJwdBesqT4i6AXZtMW2nxSoyDTjDbjEoBOz95Kyw2aQJFgN0Y802nHnYM2A1lvZtMCdkjsCQPSaS6VJVRA8YBSYM76IGH3SZJ8E4XtR0bANKtPOxIEhsx7AJokbJ7gCS1dyow5qm5x9YNijmG3dZgWyKbnNdmOoNrU9Guj7yufhB+wd4Mr3vgrZwAJGW+tFuztuMLtJ0sYrWKifXMaBwjlvidYhZNAmuREttvTIkdSmKLk6bE42JWkkYnKZB8XJWKX+9fF6XJch9yAQy7gofdfMCwE9dAPoMVMexyHnazCDi+KvXITSc5yYJK25YA45+8FQfIUBJeKwC7k6WXtZgKDx5Mk0QZrXDdf9ZyFe7T2i9+OXFvQj15a5/ll8zWE4D2mx7Yx4PX3Hl0EwBNkriRxPcB/96cBQYxDXur8YabC7zpIQEI7CpjXfRbLtk1ZS541YBIiaXX1kajIoZdAjIZJT5LsJDpd00vJLEF2wdm2KVzT2bmpR52ZMgtPOz6njdT6Jij8ytIYitbYtht42E3XDAxOOJVETSHnFeaFyh8LRP/5JY97PziJZEbBRBKcerveic87Nx1rBGuxViNLQb7do095e9dkoRJm43WhkVjOp/jdiOWThKwW5+JYTfhHtAaIunTtvOw84AksSozc/wx776mC4BBmnKKPoRO8HNZ7bIk1l1vAuzWEcNOb2yDyK3XcjLmBBhcNn0kvU0ZdjMBugSGnf9cK+/PbADYvXKcSmLDGlsCEc4/1AAHD4cvHjDsKCU2kcSu2jKDkxl2HiBJJLG3jyg1VqytPv4j7t/NCXD0IiqtoNAHhrNIibViMyh4kQobBAbkL+9Y3HUxYBfJ8DsbzWW6qA/qPTuTADs/BzfhXkivura3YsMoD9iZuZtHrloJ2JGH3bhkue36QICp5iJIQ0f/z/XRJwnAte5jIgf3b8KW4qQLktiUkSfPiQBeuhbWAnaCJJZDiCaGTsh5cwpAnqcugGGXl07ligG7CRPlNGE1pRj3TQBRNslJCbAioKwTUpu0sZIsQ+cAq773CWiCeTIiiVV+ICf2oU2SbkkaKw1si8XhBflrV0qJNXq4eO+7AFiWJMHZ89/1Eg8Rdd6L2mBJfmLFlNggeZ0ZnTDcghwvK4k9C8POS2Lv9+64ch5226fECg+7ygwBj/NU5rpSytOzvWDYPfR23PeA3cF8CNgFxtQVYtglsnjATZyJPUm1tHHohAPa/aCyqb+k9mcNS2JLPl02kdLE0tLwWtqISZnTMsTHMexosibkcGOg//Ft4OjF8fMBJnnYRe23p2tQYVaFPk35iaWOBm/hYXfFJLEA8MgNN9G6EO80MUFMQyRuZJh8p54hd7A3D7KWCUWst5VYGBEAtg1g94YbC26fJ8vYAsMl1+7hwevu+nQTAM2jU7eomM9cinMA7IbvvX8awMpr8wpvuBUkxDu7CZGw5ni+kKTEdomHnfYMO5KUdcQwlmy2dFGlgqduJxekRQ+7EsNus4ddJVlDIiWWJ+QlQIQ97KYw7IZzMSDnYZcBR2yQ6QJeEqtoIR9fy9TDjj1hRxh21Dc3/bmXAK99+etYTWXYEcsjI31TclGWSGLl59KiMWVUMOhqwYBpnmE3xcNuOsOO1ldBErvZwy4FAmmdVNzME++V16KWrK4ueS4Ew66h72USxy4Ddn5+5H0jm3XYSKKN+ynvj65xTirv7x8Ddm0cOpGmcVbSh00HsNSBdWK+pav4GKxlj7iHDufxsZkqWkNziqrs+649Fp+fTO4UKbHOw67A4KQ5GHnYeQINbZrS88BzsqPn4/e/+LMwWmEupJAydILadYVuuLEkPewuMcOuE0x8o1TCfOyjtaZDGGizqYsAO/KuY4WXkMQCrv20DM4nbbnJSWJjhl1JEhttShEBpsow7MY87BKAa2kLgJ3od1d+E6LpbRxGR9XGISWSqNTXvj2OMOzWBcZ1sYQy41IBdiQN0Hpz5xzYaGeRxMYDVidkihsZdknCEgFlXQ5gIQ835AC70AGFlNjwQKQVGHZ5SWxg+k2Q+5SSz+h4UJCwaY3eU5t7v7PQtcFrJ50s6MTg90qVSPzjcATJsGtKHnZEQw6BDdwp9E3E3EsneOZMHnYOrLjXueMaZ9htB9iRh10s6704SSwDdn7Q/XQrALtHvpAZdvKc9phhd0GMv8tU/RCwm1UaR4hBiOMkJTZi2G0KFpEedhWlxI7vctJAPpNeeaItpeE6ueNC3wmv0dDv0K7eAPTvGuDbfznwF38xcO/Z8XNqCVTL+8zNjA6MzFQSK/t0v5jXtg3PX0Ny25qZoFepHrnpFqI5UGnrEr6fKWB368CBzq0Avk49SHa4Ny0kgj/LA3ZruTDyn0t/m1KL2qDym053jl0/SovoDgZvfGAfD99wQFopwEnW8alrh/v+fB6+UfalO/Kvnc1qKKXwhgcEILCryddKCQZaN0h2pX6kEUw199rebR6olBXm/l+hEwEPYROBASuZErvBw25gx1J6n/CwC2beJUlsnmFM/UnKsCNmktGqKFdMDcSZkaQz4IifszkZrEVtNG8WB8Cu5GFH7IW8h537LM8c2gXAjqVu3UAmlqsxhp1Z3wMArNRiAHblALt0Qz8KtCCTe7FWYLbxBoadtZYXnpvUNYCQxFKbLrVPiAVtcuzctmzy3ImSLEyqCGhOgWwTxuCOJbGC5bWrxcw3D2xL24dJDLvM/CtHbvGvm/sE6Cgl1g5DJ6iNttLjkz5bbkpKhh0A2B4vewbbg4cEtgUAUd5vlpI/8Jbw/tSPMGLYBRn4yboNiq7UCoLaLktiY4Yd1TWyAErniC9+CJVW2INQSxQAu9kAsAsedpc7dMLbaCnXL8g+qRMedrTR0vOmQY/lWnjYkVesZNiJz2paK1Ji8wy72jPspCSW+p8USKbKethVcx7rqK+Lxt+kUgnpKlkXsver72fW1qDrXZ/adiJ0Igqao2PZi74fAHpi2K3GGHZnk8R21gwYg+epC/Swm8Kw80yzKaETbHpO4Q5V9H1S1rrxe5EHytpM6IIeC52QgB15vWnROSVFkyKVJsoSs46OZwLDTo1NXq3lSUNVp55TgWFHIGcAOzPnb64uw84KYIkmM4taeNgVGXYBDCCGXSSJFeBxCgBXxoTQj6nX1O8C3+nykthFbUJK2WSGXQB15rWOgysuSBIrU3IpJfZOUwG//18AX/+twC/5QzjKAHaLKwzYUT8mJbHzynnY8fkCuGsPol0rCYxtBBYSyXZtpG9l0uYSz7l5rbNsTZUw8ahkf+ISkj0TT7wuMOySidHdp4H7zwLr+8BP/e3xcyJQzc6ySa7zOh86QaAll/Q48QO49c/5qZ1n5ba7Xo95Say6AMCubdw1cwy7WBJ769D7uYl2Q5LW6/vbAXbEXIv88Pw4Td8zteYztyC5d+wAtFfvO+CuVxUePpzjEQbdNvczJPE93HMTvYeu07Ud9uXHnmG38N//xINXgGEHhBTViGHnrUFIEtvZCNwjhl2tUpCp4r8zoMBqirDhI4G00kZXVZLebfSwq+LEVj4/YVaeKjzoUvj5YVVk2GlIE3ZZNNciA3H2EMow7No+9EssL6bQCZpP8PVJPOwmMOw4xe7ykk1CGTKTbzencyIB1ZLSa8eiONUHg7/J+3B/6e5v6lUWfTZJ8FRon30BrE1LHtv5POwyDLsMEAwEJk0zkiLOwRHSV5GfyT4jiSV5pZDEjrD/dqb89ab+i+wZWs9s2uxhl2HY9Zm2QUEJ7GHXR/PplMlUS4ZdBNg18XgmQyfgxtJXThLATvSHWqvYPxQAfsNfBN78y4Df+0PD82PAbikCymYxww4IfXffBUuCJHQiXd/c2CsAdveehdEKC4i2L8+RADvVDdnb2kShMpe1aI+F+gTZNUhJOpEtSLVoVOfYmf5eEObBiru+i/qZddcH1lghdKJaeGsVGxjy1m+ilpQpxEDrreVNd9QLZg7SMaRsc1kpI+00kcTSNaI8AVoHNJ0DIfMpsXQse9H3A0BXkyR2zMNu2C+OFnvYXSxgd256ATGxVDWhcy6ld2VqkD6bMNm2Yad1qgIs2DOOwx6sGXjYGQLscgw7AbgYBhIFcJMUJ7ea2MOOgCPyGKKHa6wI9MstFCAWxqkkttIKS5GKV0MAhTAD2ZK60oBdB4UYWFvUeoKHXaC3kofdKhM60Xj2miwCOAza6Ys2L4m927p7cZhIYovJnmNFDDsrJbFbsvRKJSRnFTPs3DGfNh3w5Je7/wBm2B1kGHYXJtG9TFVg2AEKR9jDA3Dg7F0cRm3HaMX9gt10f0QC8MzohAWXX7QGhp3JtgPFzOmUYRdL7IN0NrxOcehE0ofceSr8+94z4+fELLgZrucksSaVpQfJtxxUtdwZ7lZAV/PYcooZA8tXqUiKeREs6Zfvn+BRuLHi4cN4l/2Ba27yIxmgJGm9tiVgR4mqbRRg0frv2Q6wW8xnwCoAdi/fO8EjAKrKMd8eueknaBP6zlMPQF7bd+dOYF+OgX/swb3F3I0nTz4QPOxOlivsTycKXq7SFdA3qNTQw45DJ2jirQxgewaZaCGaBiXEoRM9v7cyfiyRDLvCfFGXpHclNYIABiO2m5DE5ryPovL9SbqhG8lbebMj3TwVbAkrPIQEsMIpkMLwvUKHWRVCJ0guy4xGWhz4BRixH9LFUCtkSdQ3r3chdEIAYwM2SKbGGXZuUbbUwz5FKeWY212P+0vPJEnmc5H3kvDMorKldpNUai6/sVJ5+Fk87PzPzKrMSmKHHna1vJ5FSWwbpLhXgmHnniHqv5p1YGkDE7yscnL+HMjK0lvJsAvz6VJKrNvQEJ8jVAb8HTp896tHJ7B+T+WB/QCyumP17dhorNs+tM2H3g783n9cOD8/F5AScy+JtXI927fu8+WcngA7/7vrSajedVrvZAC7aqawIA/KOn6G1/57a7QZpnS1Uww76hOUcj52be8ZuRwC5oExwSo8XfdA7TEFYtgJ2wTZvzlJLIFQeYZdNQ/Xt4OBQejfSoAdDWVtb6Nk1q6JZfrVSDBQCnAtuxiwCwy7sC4HwOdE7SBOiaXQCTcJk35+20hitwXsOmgmqVxEnXu0polLKsXMVUh63XwCKqF8W2FuCoRFQjcB7ErDHoIkdhj2QICVyXrYCYadZ7IpZpPkADuCgolhF58/p8VO8bDznXOWNREx/3Iedv7h4LALeqiHtz9IYq8eYBceIsEEqw1W5GHXnObT/ASDjuSkkbGl0KunD3QdJXZuB9i92rh7eT0F7KSc9UwedhrzKmEJnqei6xpLYk/W8WfTzrXcVaNJcTb8YNcrkcUDfsGkgGMbVvD37P6AZp7aABQrSTGujWbj3/S9vBFigoddrh0ET8wxSWzD/bSUpdG5DvqQu58O/z55efyc2gDYZSWxkYddE1+DCLCr0RMjpV1FSdCNnk9ibOxaPe6BIm27c/tnvHjH9UXW78LLIsBOtjEOithCxgoAD7OvXHj2iYn/wPXtPosAs/teovrqkTuH2o/ZjzGg2QU2QaEotfa6R9seuRHeu2qTnWAP2O3P3WLmxv6Mx97nXy3LLS596eCnZpKFUORhJ15L4BeHTgwYdjbrMxQtSJM5X1q1l6WqAWBX8rALi7dKAi+CFZhLF5RF31Xb+JgikGSDJJZen5PZsGxRSFXpuPSAYRerO+gYeAMsadv0fUZZKC+v3QkPO3/NZ2gx28RsQgDVcotB07jncGkOB38DwvWnRdZgAzbHsBOAHQf9bPCw68U8c4ovEltTMGNpzMPOs1+TzXhmr5b8bQsgcgRSliSxfcPtS/dXAbAjhl0siaVrt1kSm2PY0QZDNXhdlUmJ7VCWxK4HDLug9IEyDjkR/c+r992859b+LPS7DL561vCITHFQxGoWMkJrnCS2TQE7IAbsSBLrCRK3DuI2zAy7Y+91fPCI+//952G0DpLYOt4U7Biw6wIRRfTFUWDHJS1mQYtnN7DBg4ckqXOsGG+dh51rR5wSW8XtUDI025wvW98zM65eBBZyyAFwz0PZw84z8SzQC8CuTc4rOqekUg87mRJrrQVPNWwgygCu3bZ9nyd+tDHDTvs1GAC0tbcumSCJHQR0lEqQfI6WF7eevQAPO1qwbe6c+w1Jp7KY4ZFKT5md5nc8MqDT4HsT7zhm2GWAsmqMYSd2bCsC4UZkGzTBMrTwJkksydK2AezoOuRYEwK0MannlNacmsdAHQF3GbCTQzdy57/jZRlY09yx7M2EJBY2z+4SDLpZ5QbROCW2LImtowCAidfU7wa83JCHXTygLSTYNtnDLrCw5nQOGe+yM5XonFJJ7LLp0fsetul6lziEGLDTWmFeJZ5kV6RCeE541pRy5yunDXdxgEUyCbQTU7VtH4NVUhLbp+/lSaOXxEppdMSwGwJxgNuF7YQHTs4SgUA+hWQwvvt0+Pfx7dFz4pTYkdCJCDQXz6h8BueVlLwHwK63CtVssVUwwq4UBTjMVIdnXj0512e9dM+9X2WYHCQPhe0YHGh8SuLNg+1YcQ/5oAz0Le4tG/d5vr/m75lYBJgdnbg29MqRu+czL1V9yDP2DDo8f6/gW+qLPPUoxfbGgfcwQ4/n7sTvPfHg3t4iMBFpjH3uCgB2Ufoe9w8xm4u9cxRJYhOGnTDqTwMsXEqsmMiXgDdfhtUdZwDsMt9T5YIwUkks+6k1vLkn/chcSmweTIkNxC1GQyfE1JzYisywS0Mn+tb596QedgVJLMn8AKC5vGSTUMIrbiNQgnGGXcUMu3yfQptm9/wiK12YRlKujIfda8WwUwOG3QQPuzR0wrezdcHDTgKcWRA5J4mVoRPkU3UlGHYE2Pn+q4kZdqWUzPD+zCZ9rm0kTL4YsDOD9h7dC+3kue7FTVi78L0RgJ0fA6Pk9uR4qL2k6dLZyjDsVr1x8slIEkuAnbgOCcNuXploPcCA3emr7v+PfoH7//3nYDSwACXExoAd+YrL51G2VwpduMwMu2gc8RVtYhHDbuBhR6ETMZGJCTz+Wa+rwDJsMuMPA1twDDsGtSgAbwPDTh53vybfuEXwtzSxh12XAU/TTeYVrQvbVWwlYEl26iWxvWPYhdAJKYn182CRKszHUPm56khKLPVtkzf4JWB3mRh2HDqxhSS2lHQqKyx0486HGCJB1rlZEsvSMpLEjrDz6DwqdEO2FRsJKhh/47bysEsYhoFht/kcaMDeyLCr40FSi5TYlkM3ykChucIMO5YiQ/PAt5ChE0DEwOESDLqZSdhpfWD3NDDcIVJVWvqJTXhwreWO4/ba3YuBJLaW/nPbSWKdh53BvDIXJ0GV3oA6ZtgBYcfkWHRcqdHsmZJvd6BURhILuI5fi4XTErOhkasZX7BS2TbInZlhx4BdwrBLUmtnUhpN173vue9KNwBmA0ksfZ4InRAsGsjJ3/Je+PfJJsAueNgdZDzsZkZHA3N6Dfh1KbC3IX32KpQEWZ96+XxA0e27jp2Who8AwA3POjPo8MK9pTP89WPMtjLWPc+KM+jx1MsnePbOKQMU24ROAMDengfsvKfcXb9YmXsgL4zxPT79SsG3FA6IWXsp1M1Dtzigdq6VxfN3YzCU2Hj78zCe0Bj7wp1dBuy8Tw764IvFDDv3t8Cw0/zamZDEBoZdYOsFNtswDKKRHnaFMY5Zbqkhui6MIyKNNg6d8IsblTmmlGEnv4vGvciPTBfZeRHDrrNC/hT6q2AqL0A87wdIz0MKfqLvILEp8tcqhU4Q6xEAlrvAsBNMtimm38FnbrgwrxoH2K0KDDvaNLt7QubqQ4sT/mwd1goE4NhUMloouVCd5GFn4vXPmIcd+UWZ5FqxJLAgiZUgopRvVxFgF7OyJAuWQzSuEMOOmG80rtGzN9nDTvZdIymxlfSwo9Rn6AFgHPwEbfR+t2mZWAQIMssrxx6wO5SAXQy+RsnZm4r6weVdPqcTapo5DztaYygTgDZhQSRZdtdTwO4RAuyeh1EKc+WPO5HENorATwnYheeR2YntbgF2ceiLO/eVb4e0qc+hE+xhlzDsfAAIrc/WrWR4i/sl1r+q3meAqk18L/c2pMQCgmFXL0AYaeph12TaWho6IYkcso8iUhHjGwMPOymJjRl20TFUfiwYkcQ220piheLnaHWJQieCdGqKJDb4HUz9XGZuEGBFDdKzxaYENhAgxkDdCMMuArwKhu0tTKCRsiQ2A9jZeNFrVVjoynOYwrAbk95GzL96eB8YsPSNyI4AlmYsdGPXixN0KmbWkLyVknSzPnbC6JMYdmuJ4osU2Vk6SariVM2N1S7Zk/D2ygN2KbhV5X3HRiuVxNYCqLF9DKxsWyLVinaxpPcGeRLQTsOs0gMPkL36AgHEy1S2ANhVBtbKtqIGu6lpSE35K2hwCIBdKWGWGXG+L55VkmnZRscMZBh2Og6pUJn+PwJ3ZL8oTV03MewiSexw8RO1367hzQ/J8qTzWzPDbsmA3QnmVxawk4vFZ14pT0Km1Ms+sCE3vhOTskKP5+4u8dzdJVtJbBs6IRfln37lBJ96+QRG0bOz3X069Aw3Coy459NiF7N58l0tnh5hIL560nCfzYxB8Ry/eDcG4QiwO5AJuf67SFq8kyVCJ9hDjAA79rDrB6+dVRoVhU54AMpKD7skcVZKVaXksMiwA7F7E2AgYRVwiSCJSOZHrMCsJDZh2Ek2n58rRGwpowZSM/5bxLATHkKSTUGSJZsAdpJhZ+O5J2DRiKRmAo9S6Rcz7GSqab8ZLHrdS4ZOnJNhN2vdptGqKgB2zLAjSWyeYdf1iJinNEeb9b4/mciwozTITaXF5p21GWmq/GyWtSYMO/KwK4ROSOZRlWH4dHIuQccjgCmW4vYJ02sXi+8tMexis/+N7TCnJssxbxNZ9bINLKk+A9jR3IaDE3QATAdSfKX43xS89JD0oU3A5bBZMoVhR0mz5Ce3xxvys6oa+GsG9t8syGnFPJ999ZBh2D38Dvf/9hQH9rgoiSVvz4hhJ84xkhNf0mLpaCY5XHrYsSRWBCZJhh172CVJwjPBLG9y/UTj5ynVAtCaAbvU1qnk/Rwx7JoMw26Ch90qAVQJnES3jl5v+rDuATxrsOvjDXo+r9jDDgg+dl212cOu2VoSS8ExGkerSySJNYl0dfzbhtKrUqVeSyqZvDE7bQsPOzvhvVXqCxB9UEjvYVPIhPkni2S1tOhNPan4eLZg2Okc6EOfYxUHXMiiHY/Oe+7QIt5mgEI9Jgne9fLnLReAbqdAoVGUejRkXDAgYil0QoJLLX8uAXqy6m0ZduuwgHzJM+yu5Rh22yaqtjFg5xht4nPPI4v1AGMLw52g1op3YU4TwO7afNjeFxKA2eVExaRU4mNJNa80/pv2dwEA3qu/iH8XvbeUdpiU5XvrGKBGK/anTOW0zPjzYEsUYMIMu/B9Aw+7JPBEs/l86Eu07INkfyUHxOWdcQDb74idljzsTJwS2/vFcyqJrY0Wktg1P1+ndl6k9e98ScDu9r2RF26uV+65CZzJbcgJoOPZO6d46pUTTkycNB+QxSyuDk+9cuI+iyTVWwJ2BJh1XYO7pw3ueWns3mIWf5ey+PQrZSDtqVdOeBys6/i9APDCndBXr9sejX8OD/cEqOMXVCm4t1Ml7g1PyG18n2kibSW4Z3RgqCBZYKg+I4kN6e1RCmJhbKpY3ZEy7EqSWFq8BYa9DA+YEjqhJWDnFwSDxM/EdoBKKRWxJXjBJPqrACQqkNyN0ms1/IYxA3bhfZ0A7PY4dCJe+DTsYRd+v9oFwE4w2aYAdsQsy8mtZqs7AIDj6lb2vSnLfRA6oYSUmiWxPQN2f6z/DvfC5Z3RYyzJVkulxXfJtMgcKJZj6QBBDlcKnZAS6iglltKN5QKYPezCM0pgg6Z5RPpc7lIlCcBtK1Niz+ph18V/k9/jx7rTtQydMEUPOwajjVyHCFCMyve3dz3DLgLsktTaOmXvjVV6b6s5K2kO5tXw/CX7j44vYtiFY+Y0+tM77v/XHwcWN90/29tCEhsz76lfrNEGdZx4TmY7xLCrMgw7aRPCz7AAfGVgCa05qzrePJeS2BAwI9oYqWDmzgeZ+tsmkdFPYdhZAdgVPewy4Gl6f5aCHBMx7Ch0QgXAru0KKbFthmFHcw0C7EYksfS924ZOtKhw5Dd/vu+nnsaP/PyL5/KVvjDAzqQ+ItlvG5F1pi8FLQQThl0qiZ0AdjFQlni45Rh2EZMgmSj2kQcaGf+OMOxIVlaRQWQKOpaBs7QUS1VzDLtgiJprUARMdgnDLiuJrUiadPUAO/YOFIACDYhr5e97k3gaWcusJGIwOXCJOoUVxjzsqrHEzlz5TsNWe2j8ZPoiGXbZlFjgfDJUIYmV50+7MCeN+3suIZZqcUUZdsSITaWl80rjn/bvxvt/0w/jj6o/BmDol0NBO3YTYCf6Qhp8U7/McDzxJsJchjf0Q8AuDbGpdSElVvT/0bnK709NXUcGSGbY2TxgFx13t2a7AwItqWaVxsoSs3vFO4iOYXf1AbtnXzkfUPTqkQOl6hxgJyaLz95Z4tOvnDALaFuQTS5cCLDjMWiDgXtadRUAmA89d49lrfuLxeDYnh3xlnOgYbLIEu996W4A+168v2RG/d48LGZo3H7pbpnJ9+ydU/ymv/zj+BPf+/5Np/b6lI5BOACCYZd42BEzxQNyFXvYeYadCvemSj7LpcSKRSOxRwoM8CCJnephF9omA2ddL2S83fCYBoBdHUIfaCNPLHAjD7vMMyABO1owRX5hOgBCNgESyfW0tfHc0x2DZNgFiZCswLALv1/vgiTWEMDeT1owjTHsFo1j7Szrm9n3pgBJycMuCp1QLa4lSZf41I+PHmMpGKJUBIwbdI4hNMnDbrh5DAj2Zgro+p+VSiR5vn1aAQoHq6LgYUftTV0lSSwFujRBRQJMkcRm5vy5MBruL933rNpwbztrBgAytf+ut84bWjLsRhh8lJie9bCjoMWR52ZQ6b2tAsNurzbDPlj669F7xdrlyVsBSPncRz37lQC7vVvAtTcAAG40LwXAro4Bu5UV14rDWcLGy1yAVZe1xjzsJMNu5fvtQeiEJQsK364SAlKQBdssw5s31ecuiIEAuzYB7ErqFBMBdiF0gnzMq9TDboRhR/dr1QsljWTY0bOJMAfpipLYIcOOGcdTGHbtcKweLQLsrMbRyoGpf+Tv/wx+73f+JFbnMI49P2BHwNoUD7sNO6ay2EMtMdCkBWI/Ajql1fPi1T3oDFjlGHZV3MBlsQccDA9ixILJSVVpwcFsg0QSSw1qCmCnE0lwVALNze3YdQnbphu5dmFi0OcTU3e4GFwYMOyANfnYpQw70QbWwsMuApe6MmBXG42+YPKbLZ8Qa70/g1JDg895GnqxqfrgbdDAYF7rmFkFnI9hJ6XiokOja0uS2FxCLFXE+LtKHnbEsBtIYl2buHfwFtzu3CByZoYd9SOZnduhh517LQFxUerrFIadDFHpmmxKuJJ9qOyv0gFxJJWJPewwywK8qfcehRD1Kk4znRnhYdcuA8MOc+x9Fkhin3v17JLYtutx10/061lm8SUmi0+9cpwHuKYW+4h5ht3L5/msACT++EdvswSwyrDknhsBNJ96+VgAkCb+P4CX7wUQ7vm7S2ZJRAEs/t+375WZfB976Qg//ek7eM+nXt10Zq9PCelfSImljVq/qWD95NvPKWbaMcpIEks79MT8jUInopRYyXyT49OwD6x57lnwsEvHNOFhJxe+kYw3lcQmoWZGq3izDjGTzSgpiR22W2m23WbYFJUZnn+letSV5gUKe5CJ+RuZ4gPBd22QEsvft2sMO88AQjvJ9HssJXbR3AEwAtglQMwgJTbDzJQMu6nFi+WJjA323VSdWzyOeNi1BYYdgdGrDQy7egD0Zdj6NN4LqS61NzXC/tuZYha233BowxwfmCKJpeuSD0AYfA+GoRMt9KA9yvl1I1ieLnRiDLDzKbESsEsAxDHW06DSPrdeMMNuf7YJsBtaY33ZGwPjlUFFksQubgLXHgMAXGtewr7yzLxZ4mFnM+sZ0RdTv7i8xEk7uWc36nPInol9TAMTVLadgYcdAPRd8LHs+izDGyvPsFs4hh2/3n8eraFLDDvJIrfCwy6V+o552BHDjpRlSwbsEoadx3NaT7ZxQRqFlFgGD4cedmuzH17f5ski6236axvuUweDo1WD20euzc6MxvW9s687zr1iqdjDaMJuylhwQlLBG8kDdcQwO0PCKgFiNvGws5mE2WrEw46976AxJ0ksm8EmnUDf844oswQLDLt+woKErkOeYRdMSvMMOy9b8ZHMIXxhE2DZDaR8O10cABDOaeHBsBVIEpt42IlJSgMXDT6rhMyua/h+NlnATnHCTi6YZFB+J4CSaw7n1SDJclFI9ixWcg5BEisZdueQoYpkIjmhJqAxlcSmIRqAGwDW28p8d6C4H0uecZrwrbsu7CglgyD5zKlN98YPTFbselptAIvBfWVJvX+uZ5XGacoAjdKw05RYlR0QJbBnooW29LBLwJGRHS0J2OUZdjFobkmepuNxKHpW2xA6cWLnOLiyDDsNqzSU7fHCnSNYa8+UhvvJl09446zKje8CsPv4S8d4+ForWHHbgmxB8vXUKyfYn1VDsGzyZ/mxEj1+5OdfxNcOQLdwbM+PMOw+9fIJvkIl5yPmGy8JwO7Zu0v23JOvIUDrdLnC0arNLuw/eduBeZ/z4HZpuJ+xEtJnXjCyJNYA5PPU9zB+TrUwfjFAxtBskh0+i8dKmRIrGGYY2JPEbbAiwK4uSWLHPOyG4RYGQqZbYNgZpbBGhQXCApnN9smPrCCJBRCdHy2MjRgzo0RAEdAxMxq9v5ZNhmHX+7mdViHJLgWsmHnl71dn1TQ2zetdW0pixxl2dwCUAbvUm2noYUd+bhKwa1FvC9jlEhpHSos2uo7CH4bfW5LEstycQNoCYJceE/0cJc7T2kkw7Oh7VZ+RZu5aCRsAAOjakBJbaTW4tqX3R/PzLMOOmHzuXqRJnwNJrABT285iLr3yciCu70OOl0sAMzwwISV2UuiESSWxCzGP1UCTJ6fA1KLNhPnjb/qyJ/ALL9zHFz1xw81V+j54Hi+uM2B32LyC6/Dj7vxGdAgxYEdz2fC99Cyv2surHuttWRIbMexoPJUMu0hO7TfGEgLSTFhO5BjeJYYdXVtaz5Q87Oh4u97CtoFhl0p9Rz3s/Lh4OK9w+2iNUwHYdTRmasU4EjHsms6xBrPrSJLnRgw7f25GzLvWR0D1wOCYsteqVDZgQY1PiX3pvsMVHr42P9NcnOrcDDtK6pgmiSVwazrDjhMHafHqf2+3kJOWveMygJXRgf6ZAAfETOughx52KRgjfqbFLDNgkuOwUzzsKJ1uhGEnvfWiQ/GDK0tw2/K1MyMMw52vzCScdrCWtKhPU2LFoKJMDa2VY/fY0IkEhl013JHVemDYOVoe1Gg9YJfze5vXBoNkz7ES57CGG7gqraCVCudxLoZdGCTkZI+AFg6dWI572G0FQu5I6ULoBLWTZdPzjtIiaTuWwPJNATC+DejMzmpJEqsnMOxaq+PdN/96koXICHhdlMSOMOxGJLE02DtJbJ5hR8EvfbcOu/8pMGpE6ES3YgbrCeajk46dLz9erNcNbh+dTWL+4efvCR/WzBglFjUfe+kYH3/pWPjOnQ1kMz504uMvHV0Iw+6Dz9wTnxOz9QHg5fvHRU+bvCRW83hKgRwA8PzdU+TkwFLKVgq4+LgH7N7y0HbJup+xEomJLLMjE2nRLrre8iYgBTuzh50HCWjnv1K9YOuFwIrIR0ne98yYQJJYNZDEZgzf5c8CGHRpn0LyS31wARCpjBL9id/h7xOmwogkViYxjoZOdD3Pzyr2sEtDJwTDzm8mVyb02WnoBAOEBEJAT1ucv97FoRPdRIaduLdJ7bd3AQCr2c3se1OAZJASK8FA4Svn2CDiWr7zN44eI/tHTfSwC9/Vuf6KgYhhGyt9NoE9qwJg1xTeRz9bCQjRopNsOwT7ReW81HatqE8g2R3P8fVm/zpAqMmmedjR2HGyikGXVF0gAQPn8ylUKbnr7j+fEtNv7mfWd9S2CMCYlBKbSmIXLPWbVzmGnZBJp4EVcM/st/z6d+I3fOnj/uQEI312CBw+CgA4aF7GofJrNA8qUXGYivw+kWpMz3YaanCZisYEqRIJieZjHnatW2eJAEAAqOSGg+0jhl02nIZSf8nDjpOl3a9p7Bizk+HPE5JY9rdMPOy63roQHVE0HztMGXaw6IjZrxW3H1JQtl2fpMRKD7sMYEfMRZjAvCOGYVJBEjvh2RfPfAeDo2UA7B66dj5fz3MDdjShjdJVC8XBCRMSSE1iagxmsnlm3TYedsywo/eWGWZO8pUHWCjVNUqJpeNKz0myVIh9QgAZvZYAtAmLG6LE564dsUtSSSIVefXRNQtA4SbA7uoAJwD4fkr5Ni3al+Rz1S6z7wEKvl+tSIlNEioBYthtA9i5gao1rgMZeKOAwK0tPjNi2Dn/OqUU5pVg2Z3HN07QsLMedmv391GG3eyqetiRj2WeYXd/Ge7NgGFnkklPqcSkhN+bbFK41/XCV9PLjEwGKBUbADnAjtuMALdlyEBV6eDzlJPEUr9TGBzR91AE2JVCJ8Qz2DeBym4zDDtOdG5XzLA7vcoedgj336gOP//82WSxH37u/jgAJ4Cx20cr/NxzAeA7K2BXoUdv3aT67H54AYABgj9QAN0EA852ePbOMGgIiEMncjKjO0enDHg8e2eZv1bivJ5+Jf89n2TA7nDCyb0OJZheQ4ZduC5tbxnMnGvP8klAJppcz0TwgQTSIh8lyRTJ2EmQJHawWVz0sBNMPgbGNkhiUw87JRjGno0/MAofkStGoRMp0Cc+w0l1fR+tLIxWvPmzpr5VKESIYVdpFbMURTGwSIcJc6n9nLhEP3Muhp212G9eAQCsZkMWBTCUxKY/Zz3sfEos91cA8I1/bvQYw2J54hJM9Gmxh12OYRcfK9Us9YSChfSxK8l02Re3LUsuJftOSXBmVyth2Mm1XzpPy78/Mz8fS4n1Y9S663l91sEMADt5Txvp89kHpU8E4vrPP/GA3a39nCSWNm+3kMSmDLt6wcy1eaUzgN06fNeUeS3ZpSjtQBYB2F0jhp2XbVJFfpwpUKgNM+zOY/r/WleOYVfJRHP2sPPtS4xdy7bncZnm6HVVR4m9ISnXct9fyz6VGXbu2tIajmT0NMdJvT1lsSS23exhBwxZdmvfjkiNwAw7AP16Fd5PzwlLYi3ariSJHQJ2kY/t3M+9CjY9NFZPAuxEX9jCedi95CWxDx++noCdtTxpqqrNk+qQqLr5gdEsifVAFYcunJ1hRzfY+u/Phi7oIGFMExZpl0Uy7CgRccB8yxm3m/Q4pjPsiKVnMgy7Tgwmqf8EEIBJGnQYuMwsqsY8/Ha9VIbtxEmm1g9kBYZdYw1mVfCvyHnYNTbvYbddSqxbvK2061hy4FYMtE1n2DXWwELzrvE8Cs84vyQ2BSyJGXU6wcNuXm3JGtyRUgWWEC0M6ZoAOQ+7iRYC/v4qMRFkVnHkoSLB5xl/Z2CLttHrOhmu46uSALQAt2W/YXShzROjzhsIFyWx4nPXepHd0ZYpsX27gi2wWpwkVqSSsSR2UTTOvRLFvk8dfu65u2f6iA8/f49lh1nQjBM/LYhdMid/rAxYMVq+T56p0F45zfIcDDv5/yBrVRGz4dMZ5tuy6fD8vQIIp4I8hLxJnrt7ymB4DNh5Q2/V4ZMv533sPvmy+/7PubQMu8D0Sn3nZCp91wXAbmYSwC5h2NVKTNKFJDZaNGoNSkrNjQkzeGbxQBJbGEdkuIWU5FCyeSSJDSCiLKMFK51YN6kEcSQQQAJyXUZmI1kuDH76a0mhJsHDTnFbpBRLo5XwokoYdpzUt5sMOzM1JbYk7VveQW3ddTpdPJR97yAlNmHYUcphZ2NJ7N7MoBZ9F+rF6DGWfOaKJfo0lxZZBoW7AlOOxtHTVvxejM+0gB9IYmkBngOx/b3pW/GsXQmGXbzeDGs/M4nlmZXlZyWrw3Wd7QIBILXtUEqJhOvUw67MsDtZuXEqlsQGMAuINxM2ViZ0gphRsyxgJ8DKDMNuUH4dhNmh6+cOHwEA7K9uFxl2bZ+RQwoWIYcYtP2A1XVZaszDrhMedrxpY8KGYJwS6/5eV2GMQN+Gjaq2D8mnEjOgTXR/bdnj3Y/fGj3mlR7tt6i/UAySLQbnJd+ftrc1S2K9nYgA7DrP2nNesUTa8mNgnzLsMqET1TB0ouuta2dAcU1S6huzJfrUFhWOVk0kiT1PnW/FIjojk06aMkXShVxAQ1okteWwhZSdx8EJWzDsCKhryf9u+F7JiGrbBnI4JMBLMvOCJDbZlchIYsNuiP9bF3eYY6V9J0fXRVbXuibaJZJEPm5i2CWAZQ7srOrxXe1dLgI+pLyLaNKntnZrg4GHnQe7fEIs4MCClZTFiB2x4e6kEuDF9NCJlfKAXRbc0miINTTJwy6cg3u/CZ/TXZwktrN5hh2Z0Y4x7OLUz6sD2JnI6ykUh06c+kWnGk6w6T2bADv+u5hEqRzLJLOJEDHmEqPeHGN3JhnIUhIrwMJKK/+aMIFA34cJ2uHDwL2ny6ET8nNne1nPh1p46fVtAM1t4htVy9CJbiVCJ/LMvStTQor5oefiScjdkwYfeOYuL0b3ZwYn6w5f+uTNaEH8oefu45eOgWaSqYbeMQJqAE3h9WNFAKP/PoXgAXtWht21mQJa//8eQ+ZB36JCh6dfHTLfPvz8fVgrAcjwXiXYF8/fXeLR6wsfOjH0sJNg10dfHLb3pnOefQDwlocuqYdd5PEWj2XaVFDK+Sy3QhI7I4YdSWL9AoNDJ0TwQQ5IY1mWqf0Ym5HEFkMnMotlIGLNUV/b9H0EhgRJbMHDTg8lsQOAZMR0P2LYZVhWvDjrQkosAXa04dhI6Zc2QNclDLsge5IVUmLd73vogWz2UpbYfDhXSuz95wEAd+wBUOUBtYEkthA60QmwpPLMzAPZVDb0WcRimpw6KPocJ4ktb6SUwEDq20/lYyG8IXlRmmz6DyWxsh9116Br3LxZow/2QFcIsLNtC1RuTjTJSmNs/pVhwCnbYVFrLJsefe8oIx10dlOxNhpN16Fpbfw9Ix52RJKJJbExezxK6N54ftp9D/V11TxO92SGIa11BZgofA+LRf51BKR4D7u99cu4hlvud/OEYdf1aFFhhm6gFoGuGYy31rGxZtXEZ+8zWDSWRCnN7Lcannti2CnBfl8JwK61ZE3hwdO+AfpgKeBCJzIgFCXzevYiMemWHTHsuo3tn3w+KZRJetjRhofsxweAXRo6ITYYKFzOmCCJ7Xx7ajuXvL7OMuwoAGPoYdf2NoC/GZseJ9t1/54E1ot5RwuNpunx3B33/a8zYBceODMhJTYER0z3sCNmXQDsPOjWlUG3tIYMuzI7rzIaK2KkDRh2ZDwabhqf05gklpNu4wX42HGkZZhhN1y8k7dea02WYm85JbaN/p+7duThV6keV41hRyCqyaTEHvc1YDBMifXXqoEJgF0KLhHDTryGKpZYTwfslso92Dlwa1ZtmRIrjg8Ik9BZpdGuLoDVJhh2cxk6kaTEUux71pev0jzIXBkptpCbpKETBJre8wy7RW2GwJShDY7xdkMmz1E6a3bCKPtrvwiSjLlkV7LJMHZd6ARJYt0g1FmFWjATjBYgtU0mbACw79kNJYad3w1bW4PFPD+uKKVg/UBtBWCXLhLmlfCw+yySxMpF7oeeC9Ljn3rqVfz+v/kevHI83N1+68MH+Ju/99144wP7ePH+Es/cOUVlEv+3zHcAwEz3OO0NDgmw2zasSCxIv+iJ6zg0HfCi/1smHGrKZ/2St9zE19tH8Q37DwMfRLLQDFKkT9weMt9+9lnHStyvALTpewMI9/y9Jb4UPnQiJ+EVYNBHMoDdU6+coOstFrXGo9fGWTmvWwnZTSqJJT+4prNuYsuSWPfnaiCJ9VIdybCTklgBWLnfVdGmGJXtWs/szDDscv5RyTGH7wmSWK3yQRjRR2dTYuMEvJxFAZX0I2q74eJMgk2pvJg2a9cy2dVfn0542AUGTrjG1tqwaKKQkF1h2JF/s7IMXo4VhXh0KfDgAbsX7C1eOKaVSr2GoROCvSj6kFmlsSePbQPD+KwMu5oYdiMedkGinYKPfgO1yzPs6JjSOSxLtmmuKYFo9rBr/PG1g7/tZOlkXcepj7qYkBm/PwNK5UBWMU87nNdYNiu+zkpXWUZptNnAbLVxSaxBj/2ZidtzAvCVpPTFqveAVcP/DoCdwcBHtBfzMzMFsPNjMkkVvSR2b3Ub15QfJ1OGXWdDwB+1VQEyS/B91U5j636mKydnryUbvCPAzv9dzC+WTVizE8NuFoGnQRLbCA/VyPbm/nPu/14Fw5ZRhO2i53VdqfIedvFYJ88v7afZw86vE9e9de2mW6P36wgpiSWF4tr78jGZZYMkNmIuUlvKrEnkxldqEZQt39YtFKxvj5/w6orzAnbna7Gis68v2sOOGHYkieWUVGJsTPd/s0nnGQCrvGSBGXZNvKixHdFNw/t0shPDJcAZZspQ5zw4h80Dm0kAS1m0u1XysGOG3SDsIg9YbhWSsCtlbbh2AtgIKbEUOpF42EmGnX9Y55XhTsF2K0gPuxSBj1Jit5DEnsINSnlwS8hHJzHsXPtYM8MuMAV58XERDDtoTiEChimx94lhlzmngcz4KlTEso2fcdrJv+sZdjnZJ29WTGTYSfN1ZTLPsOiTCNyrc21ARJKn/Ukk8fbgdosqAvYqrVj6xt8pvSH3H3T/L4VONNK/rgz8WF4srEOQUdKXziuNlRWAHYVO2Dn2PgskscYzu07XHV68v2Sw7pFrczxxcw8PX5vjxp4zZP74S8f4A3/rPThetfh3H3deT09c920q62EXfve93/yV+IH//KuxyDDStjleZTv84H/+y/B3f/9XhL9tu/Dzn3VzrvBX/5Mvx4N78eRWHnuFDj/z6TuDj/jJT7jz369yIBztals8f3eJddvj9tFqI2D3s8/eHQRcvPeTrwIAvujxG5HR9KUq0ZYCiyzIf41Y6NFzT5JYkgmvB5JY/34b5NTQFQcwMNjEc7e4D+wFE15P9rALC+Za7q4LfzAev0qhE1qJHXw/7qfm3V3+vUDMsGNJkpTEisAISxtsOmbYddDsCQSe2wmGXYYpI8E7aqcd9PTF+etZAoDY05uPdxPD7kV7kwHbtCQYU2k1YNxFMirJzDQae5UE7MbXJSW/uGKJNrpqxz3sGAxM2fFTJbGF0AnkxthEEjuTgF3KfN2lStZ1tPHQWjNtoy/nYTciiXWAXbyxP5/lxz26j21nBfi1HpXEVqqL/esApOE4WzHsgBgwqzZ52AmAmY5vbM1B6ouZZ517SWzdHuEheIuPxMOu7fuhWkSAmHKOvWwuZ7/HDDuxoRBJlZlh585FMuxOm47XHGTbUBsB2NkQqtS0gWEn12y494z7//UnAAB7vv9bepC/Qsdr5lJxICcz7OY8XaD1hDy/dAxKQyfWbQCme491uNCJmLTVdo61nlVqZUInIubiCGC3FoDdJEZ0HwB3anPkU3xeD7vzrVjEBZkSOkEXfZvQCcMMu/i927DTyLyXAbIR/zsJ2JE3HFWXAfqYYZdKVXNJi+zhF3tF2QmLG5qUmvR7xHG2MIPBFggItE2+NzepqL2H31y+7ipUBKCG680pseRhlzLsemKnVVkPOyU87NaocXDelFifjnTsAbsSuHUmDzsv6yUm16wyjtWmMI2pV6petj8piXXHnqbEHmaCNOaVwfIi/PQuU4n7rZNnjRYGd07cvUl38gEB2G3oL6k/0ZEk1oNZGQ+73irUVQBvB2xNwcgchE5oAfB5YC1NB5Y+oANJBAAsbvj350346RlcYj66m231DOgdw46T6ZLF+6I2MUWePOwwH/jDXKnyY8obrtX44D2LH//obfydn3gKrxyv8c43XMf3/qGvisDQ5+6e4jf+Lz+ODz9/H3/8e9/PaV6f9/ACeArZhaH83Rc8uu/u64hUa/x4xb3ou7hfO6MfHgbjnVwokS9Wj/c/fRertkPbWazbHvtzg3/9kdsAgL0KmfeGhfpzd5d44d4S1goQKhM6cWOhsTzp8b6nXsW73nwLd08bPHg4x7/5mPued7/lge3O8TNZAiyoUhYZy1h7lxJLHnZJ6AQl+A087GT/pDIJp7mFL4C2WfG2qZkVPOzSBSGn0eoIZJQsFAZQpoROJCmxJgU2Muwn6Z3XZBgOtZBcksdw6mHXWY2m7zHXhs+19c+L0YpBz0YshCSTjmTKLnRidxh2ALAwmxfaxZTYO08BAJ61DxXTWSUYc21RDVjvcShK6AeYYde6dUXOxkEWJ7luKYmtlJfEjnrYxfIzquBhJ34prHyyjBvxc5DEyv4tZtjtm27wt50ssYEEhHXX9pJYOf/K9As6zL0oYILme7NZfk0dSd43SmJD3xbJYeWx+eOpZZ84pSRgV2/ysBNgogQZS0WbuSSJnV93MvZ2ibdpzwJb3Izf0tkQoJZJiXVBexqrtmdw8bLVmIdd2wdm7aqLMYXgYUe4g2TYhXtB40vT9QxEzSoNfPD7gA//IPDcz7jXXndpvXssifVAG7qNgDX3aXzP52j7MD4BgNYKWgG9HfOwc8e9aoP9AEtiVUYS2/fo+g2hE8IKIethlyERSAA7lxEwKOGbeG1RYXW0xouXwcPOdg1ZAgfZ50ilwRFjRR0ksfJM+l4Cz6YMCsmkjwzK+8IOaGc1oIA28TOjQUky7BQvquNOzvatw0FEQEV4LTHsyrtkg+OqgvFuWiH1VmcnCgOG3RhgKRh2fducP0b4spQET8SAWRsFoxVOyZh+EDrhd9Gt4QmPk9mJe+Yf8jUq3BpIYhVHbG8jiT2yHrAr+L0Nkj3HikMx4l2mCKw5F8NOePiJz2eGXeP+fjTCsJtXGkcXkVh7mSrDsqUi6Q0z7Orhk0Z936gk1lrexJAsPpXzv2Mz4+A16Bh2wQJAA2LQNzyJo6or0Z49sJZ6N1YydIKOXSRGYebN9ckINi1i2Nl6fHKga6AH0K2FP2XKZDQidGIpPOwWnxWS2K988zX87x8Afv/feg8Ax6r9C7/tFw2Yi2+4sYdv/93vwm/7K/8W//j9z/Hvv/Cxg0mAXfAqLMsBpxwvf4bsK8/I1hse0xBIe/TA4CNHHb75b78X//ZjL7OsBwAeuTYXHnbD92ofWEEeeHsVXHuUr/VjzRc/doDv/jjwzf/bezGvNF64t8K73nwL73/6DgDgV73jke3O8TNZzEbMS2LDTrX0sPN/ph1/z7CjuUXFgJ3on7QRk2jSBokURFG9UD9URYZd2cOulnIYDzLGgF1eEltpkTqdetgN2HkZSayQq3LoRNavyLKcZsiwMwGA0zRXc99ZmwB6WuvOz2iVMOx2M3QCCNdirIoMuzufAgA8ZR/BrQKgdn2vzv6bD0Uu8tjDzgF2+x5Ytcog/+mhaBFopiwAgYjl2nQWJUA5kj4XQifWXe+YmbaLnj8CalIWCf2sxEKUK1lIz7VY00w9t8tYglyxPzOougDYTWPYZVi+ufWeeF0A7Ly0tATYCdAlDp3IpdAGJnkUOEHvAcLm1TahE8AAsIslsYkNkLQs4WMe2YhOATulnCzWP8MAmHVH5RJCk/VM4rsYALvLyrCL01SBRIbvr+cpM+x8v6A6D9gFuwPAM+xE6IT0sCOAtdYAvv8PBs85gBl2xKYjVq5Bv1ESThsFZNVjTY3eNtHf3DlqrEX4BQD0YiPrWoZhZ6WHXaJQdCmxduhhZ62QxIZgr9jDzrezjK92I6wrJqkgBMP+el3j9lGYq7yuKbFdG9In64yka/BlxBLbQhJL6bOBYZbsmk9h2Jl4AjcWuqCUQusZaX3KsKPQCeGpQ+BPek702k6y3hKGHcWfqw30effWwAhAsgNC/iVd6VrQ7zkFks4/swMsJJyUPHYlKmI7hfNWSmGvNixBpQU9l3/o10noRATY+Yd8beuMJPZsKbFHnWvvZfnoNh52gWEnmVzx55zjXotUUbn4oIlNyrC7VvDluxB57mUqKYnNAEkAcOfEnesiw7BLfTuzJVnO1ZBhlzM9bhFM12vhHUiT7gDsDRl2lWDYWQ+sNUk6cGWkJNZ/fxt223jQLAF2zLCbje9m0/kKSazKSI/5WW3XzGD9bJHEfuMXPhKxSb7tN30hPv+xa9m3vOvNt/CnfuMX8ut/31e/BU9cr6LPi0p6y/HEvMzennK87rNaMb7r7Rd+YoIaH9NwofS1b3fMtn/58y8NJvH/51/xtpBoL9+rwiLoEy8dswfeQR3/Xb7vV37uA1DKPe8v3HMT4/d+6lU0ncVbHzrAL37Tre3O8TNZ5PEWpajKoIiMJJZ91+KU2I4Zdv79NgZmw2I0kcQmYyelxa1sBZ22j8J7YpBRMPkEg7DeIInVOoQ3UZ82lMTmE6vla7q+zzKawiKi543WWUYSG66Pn6tSaq9IiaXPAWKfIGI99lYPgikuZYnrOFebj5cWuH2aBPnqJwEAn7aPFBl2NwVIl5unGOknJRh2c6OxIMBuwgZDSGjckmGHPg6dSFicEmtJz5Hmr6u2zzJXm7Qd+6LraUcYXMywow2OXQ6cACLA6WBeRTLySenyuY2G3PUTfpvX5pUPW/LA1zx/DWeShazF9+TCbrhv63CzJIkVAWTAGSWxe7ew8jLTeT3CsNNVOOZJKbEiiMn72HEdxIBd0/XBB5vXuvE5UvDEsrmcDDsC7N7afAT4wT8CnLwSJ5qTmquPSUAGPZaiX2g9oBcz7EJoz7qzzGS7dvpcDNbdfDOw7+ZFBM5RUI1R/cZ5s0nGwU7gDFVinQPEY5OUnx7471l3ArBjDzsdLM785zddjybHsOuaMPaL9O68h929wfk02wYEiQ3ix26E79MK0c9nqXOtWCidNLewyxWDTpsAO2s5cY2AOm6YzE7zN2vK7rvvINjniBlm+ff2zDBLfFNIUpbzsEMConUtJ7cWGXYk751wDpVciPYtoEPnS0aMXeF2krQiSGLL167WmqWJbdtix4fdUBv8xI5bj3w3iQE5ywMDO01rFQ+KfjdohaFJbCVTOCcwS2mgute7K58Ft4wIaJgCtDHoWA8YdqFzO48kNiwkZD+wlwJ2Gxh2ATy8IoCdTNGu4nOma/MqSWIzDLuIVWyt22VMS9z/2MMu6WsAAdgFht3MBLZmn8gISimxBIDZ9bFnEacMOxFkkXrYVRKwK0himwDYje1m98Y/s+2Kg4xyDLuQ6ihTYq+4JNZfhzdcq/C//M4vxt/4N5/Ab33XG/Fb3/Xk6Nu+6Ze8Gb/0bQ/ihbtL/NK3PwT863/s/pAD4JQaMjXOLIlNAbsy6DH5sxKv2NxC5ne9+w34iXWNDz9/D7/z3W/G/+HLn8SPffQ2Hj6c46ve9iDw4zmwLwA8v3D7GB9/yfX/+5UFVulr3b/feLPG//hbvxT/5APP4fMfu4Zv+KLH8Jd/5KOwFviWX//Oy+tfBzdPUHByvCD7DNeFWWOdDYAcS2IpKCGWxFZZSayJACv3+fmNKfKyaVBhkV67KR52crIu5nCbJLEm8rBbh88AhnLhjCRWsiWaxIjbfUZgudDGcEiJDewJCqwgMJU2iCutItlO21nMq1jmFuR9O8KwUy513KCbJInlNiSBB2uB278AAPiUfQRfUVivSFDjWibwKOdhZ9ChrhQW3sOuVxU2jSypCfvGEsDLSqRFpu1TArBpn0KbtQ6wq5CGuRQlsYMwFfGdSejEXLfOknKXAyeAmPk2M6hOziqJlRumOUAtvO7GXh18UAHszfNsnNDf9qGP6RqMetihx61UEptsLESeXlNKAnaLm1h7FuLM5AA7ybCb4GHHjCgBcNx8E/D0TwAAjtQhDusY/Gg6K+adMTmFjoc8KS87w+6/uP2twAsvArd/AZX5MwB8cro/r9OO1qJhLrJuQ8IwaePSxN7aX/t1Gxh21+5/JBzAG34R8HV/mtcaKWBX/f/Y++9o2Zb8LBD8YsfeOzOPuf75qleqeiojqaqkkgQlCUlISALhZBCNGmG6QbCQGmi6oZmGGdSgpofGLGC6YaBBw4wGo+7FahhhWkADEt4KhAwlW6Wyr149d90xmblNzB8Rv4hfxI7YJjPPvXlOvd9ab71zz0mzTewwX3wGzWDohMU7yAubYRUyxhxkY5MH2M0cEOc87HQbzwRseyeVZU2hEyEJhdtcMYad197LdEosbWSMksMCHsP+mevOM++Z64utg062AuyqaoUZTDrmiIEnG8MYATxfBQpbCCWhVtY5CrDzARPrf5dgAdR2EuSDIW3Ew46OK5TENlY+m2FmbrRdRFupjpH9jgmdCAE7BqW1Aww7YhJSaEafhx33n2qqKwKcAD54ElnUn52bwbHDsIsHSkiZo1UCmVDWqHKNIpISK6Z52BFg1xBgF/F7KxwIqNpqUH7hPPakBwyVckeSWOUmM3wXohM6sdTfEZX5FpKl+1yRdsfbXMLD7q5h2B1Gdq0yDvK1dXwSzJNfC86wi00YmXTZ3KeCpb5ahh0LUYmnxBJgd2Ze5wO1MhNoja2AY145A1pr/LoOwHEqD7BL9+/KAHZZvYRsluZ3C+8181yy0Iml/ezzIfbeZS/GoPjadz+Nr33306Pf+sITR3jhCSMRsD43iTEqy4EmAthtGBRhv3NTaS3QZY/EFprm5wMJfNev/0Lv7V//ec+5f0TZefrz51LhvGrw/T+p42yd311c8vQrv+BNHmD6536d/737WiTx0ymxJHV3gBr3VGoDGSf5rq07kljz/oQk1spkEomvBNitkeMwBdiFm1Bs8eZN1hljsgPYBXOqGGDX9bBLg9acLeGCB3yZEKDBk9Z8j2XY2Q1jBrQRw65xDDsOAtF38GOkuWqLTKfRKjXoufa4qxESUjVOctlTnmwV0HO6By8Cp6+gRo6fUM8nU2Kve5LYHsCVSWILNCiltIE7Y3y16djGh06Q/LbFwx4POw7AhowQmpuu6xagcZXNUVKS2Dxs154Hmw/YLbIGaKCZ9Je5OGA3zy2BpEE2CFjo9wcbluazvM8OXnfjoPQAu6ODOBvH9rctZ9jVvUzyOMPOB7M8xtGY2oRhxyWxyoSnxNbhZEeVs/nc7c+0P97NbuAoeEvVtF2VTkcSa0DrvQ2d0Nf+TqPnFPjwP4V8BzHRuh52hCnY9mlsrIhh54dONF4fQMDs4tQETXzW1wHf/Je847EpsbWzjRiaN1M7Il/pVrg+ypPERiTYPJTrcEb+rAooSBK7AsgrnXAcySSxrUJlx39z7y0xQHhgtu9hZ5ickTUJbY6NUZHqE3bP4bM33DP8/K2DxBvG11ZwX105JsaYgWc0w45NzmRhOpw8APusJGMKw26cnNYy7ALgIJYuS95Uobdc27gO3iLONnkoXEgMDwCy4IBd4OfSk3qrvzhk2JnXRxZD2nMtfv6XulibyvMueHJmJbEhw84PbKAqc2ZmT5LYKGCXTUuJNeDf64bxF2WjSTmNGdcrid0BSMYlsZxhZ57ds3UNpZRl2MWSbz3w8Kp42BGQqTLIoH8MfSAOI9eEh0gk2w67/9xHVOR9DDvXXwsh7KaHlbyYz6wiDLtcugWrMpLWWkkvaSruYccBuwGGXU0edv2gmjIGsqJZQpJfRrDrOi8yrOh4A0nsKGnLZa0Uy2hqDTHmODimFJMdTmXYZQDYwrAnaXP4s4LFaGycTQBBnerxv3vLLd3WPvSKblMHFrDjr52wWbOn1TKPt64kNrML/LrtMuyEmRetVCiJpZRYtnASEp2kwixYgNEx1W5M64BNqWvOjpm+pwlSYu2kPOFhJ1noBCXVdnyHegIBYimxXCZUMPZMGODBN8YqC9gZ5qJ5XnKZeYALsfg8ULF1n8P/ts9F6pExklhvIfjP/h/AH34z8Ke/AADw0fIFrFCmJbGMhXTUy7Bzhv+50AthksQm5+GsqiYAeYeKAS/rHoYdv5d5sNk2s5LYJvqMOElsd5MOQDyJXfpzhwUBqpdeEssZdrkXOrGxh10PoIa2xs2DwgIvAHBtEQfseNKn72EXY9jRZkSLa+FGeSiJ5Z5eY2rGUloXN/s97Ph38c281FyfKzKobr9gf3xZPNF9C2fYJSSxiz2XxMauvZecbs7rLCKJBYDahGlQyFMZeNjxPoDAsdn6rv77YfeaklXPmbmcOZpBwI5sAzIzJ685YOeFaXSZ0NZXTwq7RuFejSSJ1SmxZs5vPp/aX8fDjvvXCX+dAgQedhHAjlh/qTGjU6xvftNNBzi/7YnDxBvG11aAHU2aauSjBh7HkpsA2AUMuxzBgzjGK8cy23zAKsXOayzDLg6MKS6JpeMLWIOW9QbZAexoEW0X0xHpRFiesXIbfldXqstLhYAddWYRsFMI4c7/qqR1AvaeV6or354XEmcqIYltiZ0WAnbMG8vo3tcqx6wjJxDMw27EIGEAu1crA9gl/N42SomNhU6oHSwoeUgBO3/uYXdeNdZfJc6wY9fzEi9uvWJAZtjZhxJY2k3i5YP0KcDOyJ2VRMlAQJLqe6ETntTVfT/Foivq7yzDLu/stnspsWZwC9OBZazNE2AnZyx0ol8Su0LZv5ttALu8emh/JXKfYTfLnSRWVUvLCjzH/GpLYlM+XlNrELAj+Wnrf9dWQFs9aTOr93P4/yPeS6MBO77IMOPjC7f9xLE5HWokRXFU37+nRdYhEk0kdCJnya4tWgO6UgosbbCuGwLsjHl1RxIrgCzzACv9AQmGXUMMuwgDMwXG8mNm4Q7co89uPCQCwfIss0xwMsD2wDAOWkdYpjzxr45443BAzwZ4BGzElktiAw+7PBMQQnjSW8D5BBWZ8D4HmMCoeYzl/PxGeNiZ6/lk9QngH/x+rx18/9Ev1a9JrFc4wy4GzPgpsX7oBDHsxgB2sXvfW8wvr8/DrvEAu/icY123bu3jSWJToRNmcy8amhBIYkW67V+q8jzsJHICRJQc5327gST2xkHhET+ODxOAnZdwPeRh5/rujr1OKImVfp8xWAHDrj8llh0bH4dT6xcC7Ao2n3vuC+yPP5W9rfOWqmm7iqGgzdIzfbrezzVGqxRK+NeENrdqJoklUg3N82lThzAL8owtgnvBGXYWHCPA7uB253godOKUplBoBxmm1O+QRz8P9+R9ksdwM+X84vyNQAtCe4Cdn7p8viaiQQqw89cGkjNKKdxk9RBhOSb8RIadzPHz3+F8Fr/s7XfGvb+ntmPY1eSdNu5jXOjEwOSVdXLEynOhE/qG0kJ0jCTWAWU9EhlWtJs3jmFnWHMdDzvHsKM2Kqx8tvHOYYwkNs+1BNM7fvtd5j4k2IZucPa989Lnb5DnahX9+6UsjwXmT0j6GXYuJZZLYmc5Y7nZlNg4w26aJFZ/1quVkcQOhE6oMVLWiA8ffc4k4C9VTGqZxySxVWMDJzLRZZcB+npeOYaded5axrKlGsewY79L3R8GrvG2Fw2saBLPQOBD4wONfnvOMoGaFslWEuvf91xywM60eQPYffBejf/x739E/y4Ex6mIYYeBlFjDpsuNHBYAstKf5M6KDOfQ4He7PnUMO8yuuCR2R/LyIeCMMzW2Bew40BJbfIytUZLYkX1yz3s//82OYfD+t91yz1okdOIyb0L4DLvQz4rJWCMedklJLM2XWBAEEAAi7Pchk7xZ6/7EpqXzGvSwC9JoLcNODXrYZZkDCWnD2qbEMjDMO3ZWHEiLeYYVniQ2YNixBEB7fQTZGThJrD0WuAWQ55mmnIE+f80+F80Nxkhi6dzfs/4h/YvnvgD4hj8LfP2fwQ8sfiGANGA3LyTe89x1PH1tjm//ihc6f/fktiyBs5SZ9RocBdglklyTxVigVS/DzqyPBLoedkYN1CpEn5Eqwvj0jrH1F8j6Zx8cn19Bht3BbBOGHWO+UfWEdqCtcOOgdP0igOsHPsBA5ZhHinnY1R0Ajv8sRdu11wnALA8IHFPPfr77eXFDMzdBvmkjJLHAMGAXMOxee9vX41yV+Lv5L+i8xfOws2oR/5rQPPt0tZ/jcd0oPIF73u+OlV4TNq2yzyCt/8g2h/qemtQxBivw/QQbxrBrnTfbMg3Y0fqTgk5zRNpRUNRfkK80MezCPsnaUrD2RsdU5k6tVcVSYjMB58WvP//csCY7qrE6Dth5YyQBdhGG3eahEzmevj7H7/qad+DrP+9Z/IJ3PdX/vhG1lSaoqRzDbkxloxl2blCmsAVpqZ+BJHYKYEfpqE06JRYwA65ykyAqYqj5Hna0OxtKYp2HHUk2bECFmaSSNFbI4QGApJUlmk4nZ/38kh52ufc6ERt4WdGkOjz/S10ROSDVvJQ4Q7+HXVcSy5hG1sOuGzrhS2LHMOw0W+/llUmJjSaVCUsDHrUgr53fz4wBRV5K7DYedjZ0QnigJg+deGgGyMNZRMKEMADjikixPW+/QBIbTPpi0mfPazHVdho3gPNrn/WETlQBE1JlOdBEJLFK4igySDVkMVARwy73/R0zgXUYtGIYMa8tgf/wcA1tftrPsDsfSHJV0gfnapUhL/yFwizPcAo9ULfLh5Dm+b7yktggGX3jGpKm8kRW/tzujGG35ecAvQuZXiAtJfE1i+f3PnuIL3nhJn74Y/fw277y7cDfib328vdpNK/wQyccOGlBprZFo0jySpJYPdldEmCniIEXeNjRojGUycTSFuEm7tUkwI6zAjlTyoAhIuJhF2HYWUsAM6564Iv3DPSHFlQc6Av+zuXFDrDjDDsf0NQMu4J5k2ZY1a09Nifbzdhc6PIw7GiNUU5IiX1X9eP6F5/5NcDnfQsAoPm3/9J7Tay+97f+PFRNa5PcY5/dtAooOMNOWN/G1Ma5dz4ksxrtYefkt+seD7tOYjErzuonX8oYwy60waA2lUWZymHoBLnTXx3A7qjMLZDWIIt6G3bfH0hC+c9Ry4TGY9jVKut6zplySdoBw44HOwTnIdF2GXbBpljOgcAx9ZlfBTz9Hr2+OHoaq/rjAFKAHWfYSZ3+rtr0usNaqPhzvI98+R/Ht3zgG/Dk4c3OW+IMO/8cCbA7We0n471pFa4Jfw16rB4CEFruajdb9HmSJHZu+h5S9q29lFi3/qT136purNRTrtKAHa0/H67Na2NMzaDyALBrhCFbBeu+IYad59Vopd9r997Gv7dL40u4Vv5rUww7L33XetiddM5nzY5pVAXzzd/+VW8f974RtR1gNxB2EJY0aHmOgYeFJiZKWL8xWRiDcSigbZifwgjALly8DiwGSCI2jmHnM/+oSE7aMvahsKmPBJxRBz6CYSeFXhij6UxEBz3sgl1xC1wmWBNN4vwvdfEk02AHcZ5neEURwy54YK3/m/QBO5lhqUptu8RSWLspsc4TcJBloVyAxf1WH08MyAEYW3MMc8PzsOPnIB3Yvg2rLcmwI6pyg/vnui1xyQmvnfnp7VNZhp0YZNjFdm3LPNPgmug+87YSgHJfSmwD6U/os8IH7BhrL3xWAFgTWWGZpbm38MgzgXMLUpt+0UzAVqpw4PiQh91ASqwIBuAlSq99A1riv87068T56/Z6NPliPLvhMtYj87BjwCD/rm2ZcVt52NHnECgUWyiNkAzzxVbEwy5Hi+/5zV/EXr8Fk2+Pi+YwBMJBKegoSGi2ml1AcoadYfqYuc66EVBKWZBIiuDeECgY7ron2jF52VQi0s4GPexYGi2TxMpoSqzf/2SZAwnpGGru/TXwDPBFSMf7Dpxh2Nr5XBF62CnpWHHm+JQNnci8zyQQxvNMY8xv/rd9LlqIl2J4oU3X+Pnmo/oXT7/b/q0ZwWzTwR3xcSeWEpub0AkL2A1mxIL5F24gifUYdv53dRKLWfFNNdrE90InEtIvGbJqebuW/pxtLug1VwewO5zlyIXb8E/NYVPvtxWVrLpx6InjmQcM3ghTXU15mxrcwy76+Y4F2llLBMCCxzoeU7IAfvMP6PcLwTzssm4fHIKJstTzvNS6g+aGAWCX5wWWmEU3Geq2RUVrrabW41QAMh8Z65mzPWXYNUrhCP68+Lh9COCatx6n/pBIQDMz3lpJbIxhpxpr2XTKAEt5/rr+4eBW53iozdwn/HQEYCczAYnGbtbVBBoHfV3Mw84Cdpnw7TGIYWeugbc5Zu4tyZwrwkEsYEdszaAtcTZ/b+hEPD07WRPIZFNrJx52zUjczwZHGNCt54MB6B1AS/EPExOnmFtLAjf0DbbS2MSgTBMlFQJ2JMNlO2gZT2lRruERO40P3mHSLSzDbgRglzmmVue4BgG7YPCI7ZSxIu+U5qoy7PIAPOEMuypk2KVCJzIs4U9KVii8SRGgdydHM+yqM7uDcmJYQbH0UADWO3EUMy4hiZ0VjGG3hV+hYibWcQ+7GvfO9HVMTUJmBpwCsB3bb5/KA4n9Nhfu3seA2Vyy8IYBD7sqYLllweaA/gyW/sqBrbAtMdZeuNsOwIbVZDV5zRUIkw5Tktg1CpzTczMiJbZPtioC+esSZTQ2vcr1YJydfsr+TtIAfVUrYdY/uQbGCp8Vx/o3scHU4qIYdrGF5hhAk1+7KDsv6M9ji+jUay9R0QZmEYJsAJC5JOm6UR2GHUlia5NsSvMhSYCf8oGnTsJngqFIgQ9xSeyQhx1Po3XhARItSpobJEInfIZdxMNuQBbOgbSYyT9fjHfZiG48aUJJrFGN0Hm55F6fYVdkwl4HuhejJXCPsSxgN8bDLhMQaPHm9hP6F3fe6T5nqhS189nMqDxz8/kyz+yiOeUlzSsWONJbqdCJYO3QBwRmbBGsIgywlLm6ZczErHRsoJ9+FubWw+6KAHZQuLXIGJC2BWDXK4mt8eabB5DCPZvP3UxJYvX9WDet3z9a2WnKwy6UxPpjO994GV2ysEb+ay90Ihj36Njo3K0n2TSGHd/QCGtdK59hF9lwo/XUyZ562DWtwpHwAbvDVpM4WrZG02stYdWDJcnxzTjgMex46IRh2T5kgGW2uqd/WNzoHA+tSx4Qw04oHEf8tnnlmUDBVJSNYbyl+pUow45LYpuEh10AUJ8RCJmZ19YE2Jk1PYXdmfI87MiPMcKwo2MqN5DE7rq2BOwMCDImqRXw5Uo9LBoHBLrJIIFd9F7r/zYC7HLprGMZdjQJCnd1CbBj8i8uK2WJZ2QC3LLXhimxdDzjJLHCTrDCMAxl45Pj52MlsS2FXfSff5M4/0tdjF1UBJOkRSFxmvKwIxkh/ECJWZ5hGRher1VXEptnmWNZDrEsDLtOQeAMMxzN8o4PCZXzQ2wdkyRVqZRYyVhtWyzsFfdGY9eWwJZWAS8/0APwzQTNX3vY7YDtt0+l3AIrXCCEnnUxD7uCJ+em7g8B0cpngGZhqjZ/bfgM2EmfD3DEnhUAqLNuuy8Chl03JVbvcq2gd0gBDEpihzzs8nxmF7X02bO8+/paanBOrvXzdapmmM3jhs5XpnbOsBtibzeujZod98nlAXbbeNiFgF1MEhuRLIWVAl+4DNh7vQ8+Aeh4PF3Gsl5qoYwVMMmubhFVU+gEpcRak+xMM/DM82pVFvRZZp7UkcQmAE9FdixRhl1KEuvasvXPaXhK7LAkNhNgoROUEss8buy8VkSfGfp8ku/Y95niC9ImBKkYM64OGIhk8xJ62NFiyHrYSQcq0jx2tMn8YywaB4shdQ70uT+JezjAUj+rt95q/9ZOZbZFPhsw19XM/YsgdGIMw84CqJNDJ1o/dCJonw2/z5GiTb020oelmCQudCLynZbhpf9WWobdFQmdAHDrQFqSRTUWsIttqDMzevc9jMlXSssgrZHhM27HNxUdM8kxj7Qktru5pli76abE+sfjwOjNAPx+D7tgPB+yiqhTrKi0jF+PP+xz+bU333twCTzsQobdofGwQ8CwK6RjMlp2r3nNijbOpPDuBT3/J0t2bQikKlmIiCli052ylx/P+mEjmWUoGWBHjLdwDRTzsFvXjuXrSb/zCGBnzpUwIGLYqeC1ThKbYNg1rWPYrU484pX+/qmhE+PVn1NrK8CuMcDamB0lIADdegCCqnZMEBp4JAf72jo+eCSKjBmdJDa+e2o/3nq+pRh2nDXHmX8N+5Eksd3XWqDOvD4bcQ45W7yH6a02vTYpW/L9pKwUN+FhR4N5c1WkiYC9NzWyDmtoXkicK8aw4wMWyV5CSWyeYRVj2EU97EbKogxg15bHAEQv9Vh6qcED98ncx7XKPR+TkqfEbnGvFQeCGHuRyz5fvKc7zXGS2P0cTCcXB76Czv5mwDSMAVOanTkALHAPOw7YhZsUgL2unWcgCyaX7H7GGHYq89v9GoV3fjwl1vnikWw8d4nM9XkcbDbMvaXql8TOCumxXJcqzrBrg521BziMAqRXqnbF7Bqi9zO5xSAbb6h2xbALF6NRqeoI+b0H2HVlRnyDznv9lQudIA87X5oJQLPV2E54bRYKeeBh1yDDumnt3zuSWFpY8kk6kPSwI0/MKpYSa9tksJnFvosYxk2rLFgooRzjKaHgEEK4Deo+hl2i3RJAQwbZ9n3B33mAR3jda2SOBUOSWHN96P32Oprz96SSLTHBcu/497lICTBGEiszgWeEkXkdP+OBR3SuqY3QMZ+tP4cxM0WLQgrLsKtHWARR+54eOtHo9yY87KoeDzsA1sNKRTaRCagJmSQyZNh5klj/+ZxlV0wSC+C2x7DLcH0x4tyiHnY9lgkAoFrcPtB/ayGjHooAD4dQLpShWcMLdjBl+1s0XT/sQBJbRBhPU8pKYosIYGc34Er//0kPO0qJTTHsusdYNS3z5K6j47eTxO4n471RXYbdTOlr0WXYOcCONnWIPEGp7H5ib+MYdkuyUADEygB2s6PO8dA8mW9CXBto/h2GHRKSWGpvbMOotptfjmHnpcTWaQ+7s7XZ0MpofWFYmjZ0wl8H5JwtTYCdatz7TFUJb89k7S3DjoIVRnvY+aBb8nMZYEc3tfDAvtqyxEQCdOLVSUwcWIQo6+EWZ9jxmOJM+sdlf4wAdu44WvP/KZJYt3jvpLdGgERewjzUlpVI0uCUJJYkwfXVA+xaZB3wZM4ZdoAvi2VgFwcDZrnxsGO1RmGTuKg4M9Jb6MTKAHa1kfCl/OsA2NRkfozJYmDJLDiH0WBiT/GAlVDeQ6DdR1/X1zTNsOPy3CvCsGMSpnCwOp4XHgkpdl1Ggb2MPcnbNTHsBJRbtKYARO6Dwv6fksSqkGGH3HtdngnLyiGKvmXYqdJJYgE3mPKqiI1XYlGkn4FQlr6KeNgBQJ37E5EH6sBO3K5s7SrsYGi3cFcgG+AvcrbxAQnBythnjZLEpjzsEs9kT0DFZZb5Wy+1mCRWSLeAbFrnYRe8tkVmTMFpARlPie3IZBLyVlJhRNUd/F55HlIOUC2sZNSlxGaeJDbdlmvh++n4YFg/M5TAzXMmyfLZyc7jzrLKAmZjyyWx5vjalhh2caai72Hnqz9Ge1Y9xiK7jEH/a+iF1VME2F17xvtbsyXDjku2aYO8QI0yz+yieRrDbpoktsuwi3vYpYBAGh/biIddlWTY+SbyUUksMezo/kiW7nkZiz2/N+aZlxJ7IZJY89o/8Mu0fLss06gItZl10yY87NxnVsr1x6FvclcSu52nJUliSym7Y2Qo1w1CBDqVZNh1QR4qLyW2rf25j7nOLnRiPzfQmrbFIZbe7wiwIyWdgjDrWMeeK63QwQB2igN2TgVRmvUpnf+RbNwYXPrzZEC3tXnBLG4AHJf9fZaUDLCTtkdwXpimLFPUS4l1mwbUznVfS/0M87ALQGBiTSoCsakNpfwQuSSWn3ugsuMg4qgaIERtUzvxsEtJMcPKPVlr+oFpOBOETHTz3Mop2rqyLLFRklgLlBnAakASOuxh5zo+z1uPATL04DSiu4imzt9KY0fc2DwTlg0VestZht1IDzuh+q+dsky+y7vI6BSTDoYyhMNSM3VaI+eJAXZ1kMI5y2XHw26NvOOPl3spseMYdmsDMPSxgHygeBxgF0pifZBse0ls7NoSk+xnX9WdYNLDrnAMO3WJF7deGWC+VV0PO5kJXGOeIk8cdye4nrQ0dX+YLx0HlGVsI4EzIdl9EoFsjwDYWsUlsU2MYcdeJ3lfRYNX7UBj77mJyWJHhk6UMsOKMWxiDFcAUIFf3QMcXH2G3a6kmEMgnJcSOyCfHSo+TsWSXUd/TrBBEvusMdeHyzU5uv7p5mFngyT8tFIA4ImrVcsZdiZ0onVSsqpp7QKSGCshK9FLhgPctez49vZIYqN9XwsXlJFHfaByTxKbVmFYBhX56EUCHVIsU5pDcIadlxJrFxEtGpIXE8OOecVaBqIgJnPtfZYn90EAVJnngiSxlyF0ggC7YlTohMDTwiQfHscBu8097BwDsmVhJTMpLbBaj1hWeQDqqC92a4eqUcl+ecgbr7SAXYRhl2CS0MLaEh76GHZXRhLrruvNRWaB4izr2t70vn8wdILdv6bC5zyl5yoH8zTg6Zn1W+bRKgoIUn97UGh2sFeBD2LMU2xKxRl2wRjcAewS468NCvCvw2iGXVMF45T+PZEgTvfWww447jDs9DgTKukK6fzpqO+h11B/2QmdMAw7YqPdkIz8k/B1PpoV3ibE8QiGXcnCZ1LJ1bF7SZLYXPoqoNZu3KUlsXZMpTZDPoYEwJWBhx3//kwCufGMNNY5VFU9cXNlm7nrQG0J2BHDbixgN85YvqmIseMYdpIxzKp6bQMbxoBdMkxnHQisoAdChZ2JTVdlDLs8MjmEY5Yo1tCzgOlnpbEjItD1+RvEuQ52JUwDaROTRBV0nhTPnrp2jUic/2Uuyy7qMuy0r4FAJcyDzo0nvdAJ5v8WCZ1Yq3johO3shhZtBNhlumPp28nzJOJD94nJemeBrLfeoYcdMtmZFNw81Mf5oVcIsEsw7KTcCXi4V8XaXGxizhmUMcBuHMPOseFmEQ87770eaM28NYNQnoYznGMMu2AyvlY+UJ1nbkfOsnSZh51ChnNip4YhL4AF8c6HJLEBy3WpyqiHnSznWCl3rR+oTwdJ7I6YXTHfHe972NiSMEIfXRcdOhFlvvX0nQnZWdrDbkMm354XjV85gSVcCpxJxuZqUZNHXYQVVtUulMJJYn0vtjDd1AECwdhJPsd9Hnbs+30Zb+YveoVj2A152Onv9D1yPDDMtpmEnI0ksWt3DfnYwMMiaNOjyPxr2SDrePwpy7AjSawPfBJLIJcOVLTWJ5dIEmvZhj0lswxPW4bds97fLGC3iccmfFCD5k7kYUcMO2sz0lNNGwfHksVAZY9hF/S1Q59Lc4QmMq+ghXO4SWdDJ4g14zHEaO5gGHZXJSWWES1uzoUF7BY9QJpXMWZwLPk87KtGjHsl7yO5GT+x1RjItWr1aw9k5BkP+qqOHcHEWlV9HnaBXJeuzyDDzg/e8FhR4VsahYbjC5xBaJ73W4cl3nbnEE9fiwd6PO5q2rbjYVe25lqY++UBdpZhp6+HYmME0A2dCNenFrArDpJj1rVF7m1C3JgPedhxhl2R3CQpIvfShk5I4fVDbcCwy7PMXg/CVawvIWf31isWOuEDkuGmViopds2OaVRdoCR2q08kBtpYhh0tQAs0vYtyYnY1kNZrgvycZqjRVJUFnaYx7HyJjEgBdokJOT0MvDPPEx52Vi4hOGBntNy0W0P/HyPrFcICaW2C+Zd64DKSxBJASMBlErCU0e+51OX5cvkdzqEBBZZioenHawYimAXvGjmucbBLdiWxtcijhr2DSZ9UBrA7N4DdtR7ArswlapXphdHQotwwAUIGku8bt72HXayDIqknpRLFgCnAMOzU9seyV8UYEbFI8JaZmyYlsUoCAt0FKxVJtoOEYhmmarP/N0SnN0W2AjTpVoxVGt1V6khiC29HXzJJrGPYuZRYADhHiQXW/rNGxRh2fSmxoY/kEkVUEjsvJB7gAE/gAQDDsOv53CtRj8zDjstYt9xZvLDQicjidsz1SR1DyOCzr4+wsq4AYGcZdgHTCxCAEJ78sgo87JzvmvQ87LKOJDaQcoYpscEYp4yHXXSzOAbYefLmHKXU3181LZTIIKCZUh3ALqJaqAOPY9/DbpwkdmkWt4UU3iYXX5A6hh1dK+ejVXcYiLX9PP7/JvCwk1lmz402kzddoD/KqlQGiPGhE08Rwy4E7BQxODYE7BgQWqsMMwA5SWI3YNiNluaSh51o9QIyweKoB5h7jmHXXeOkvJosaSLqYUdzB308ThJ72QE7Izdsa9xZSLsBcVZPu1/eZvoQw86zgkjPT6gNrr30zKrLYgOwNoDdIjYkh5JYxh7dpIhhV0YBu4SHXRKwo5TYFMMukhLbtG6Du4mz9L/s7U/g+/+brxh3Qo+h6lbhMAHYOSUdAXbCthPqe3gAoH6Nfy+4hzkAXM+WQIOoHJbqiaMZPvTKKVolkAnl7CwSlWfChU7IMpnMLdnmFJUD7Pw1SiMKvXLwGHb658z4HJIvn5JM+tqs3BqjDAG7YK4xOwLOXu1KYm2/OFYSG9nY2FFt6WFndk/HMuwyYXfK2h5/tDZodPq9mUtJbSqWsDoesAulqCnWgGPYhUbH/gMDAFJKtGZXWbHBzzLsOLhXhMcxHrAD3K4YMRDdl3WPy6uATWCBuzx+7VIpuZe6uH9XIrFzKSJJsVwSG4BdYUpsnXd3bbissR3JsDsT+nOuR0dZ9/31WEYaASCq9Ixsyx2x2pRlnnYnGcSwo3riKA7YlYxNJtqqk9RzKYuDxJEJNPcUiU2wcy90IsWwMwzQwGPRS68OgIsKuQew2cRhYsPUjpEZO24V+NOskXtgYc7YwLYPMQvslSLAjoW8hJ9vU2JLHJT9z8ADOJr7OWZRuco8z/Cqum7//VB9GkhiE95fk2tot/DCPew2AFY7gF0fkNYXOpE4hlTC7BUNnXAMuxBkM6wflvZGDDspuqwwLVkiD7vG+zuCJDm7651qx8QCjjHs2JyrA9qa73JsEmU3VaVoXT/WwxYlhp1o/JTYnCWwpibrBAieGUlWyoi7blrm2xZh2AXMxDZg2Mlg8V17klgjn7pEDLs1XYuRoRNPg0InfMDOAVqbLX0Kxm4ihl0uWs0qIYbdCA87y3gcexwdhl18I8W7z5EiBnqUYZdIQ7S2RIh8JzFfzJrKSmJHqIb2vsx5CtXgqUN9vd7z/O1J7x32sMtcfzVyDM1TDDsCudj8bN3qz56HDDulOgBiHm6WTKimVfZ9szzmYReAZ3JgXLRBAQHDzrTFVsEmPtu3eKETVW8fvq/VtgpzYUDMA93WSuNhR/fLZ9j5zGNaizVKQgjTD7D5Ssiwu56b+xIJnKC6Y0gWY62dZJYxht3MEhPCPqkIx3q4PqiUviqpiXnY0c9GbUaAscwL90zVK5aCG4ROhAw/Ai1XgSSWHdOoGiBQbVNbAXbWBHFk6ARPOq1DWScrkmRx3TRfBDbV2oJOoySxyXTW+HET8KXChhmZwHvHxUBI8uGKhk6YgU9aWe+4DoUmlk0IdjbxwTv8XpqoyQE5sQX+rhRg5xLWwgnJISUHUfBExQE7Boh4Hna+JLZVAo3sAnYFS2LtA6kBACvNADrBsCR2lkvHjhtaDDI5Yhg64VhtWwQ99DLs/HNIMeyyTPhSy0u8wLU1IIn9H77h3fiM2wf4TV/61ujbS4+dmWg7CTacD9j5PiINMpuSCACZmfTRLjm10wp59LjD0IkVCm9XPvNCJ8x9ZAy741nupzIH1ZodsUEPuzzDA+UG4XvqMMmw44Ddp9TN3kCXK1E7C50YAuzYxHyboAj+Ps/DbhOGXeBD1mOWvpEkNgXCRUMnLv9Y2hgGWB6CbFZK5Rh2ThLrs/EIsKsN48Pu0gdtxgIiCQaZOygDlsXahxDd+xsk21JfqX313DEVndCJbv9jWX00NzAT+kwIDPk40iKF/HY68kNm/N5JiWWLMcuCCZhSFlwJ/IHqSOgEzdv3PSW2aZUDL9Xwc+Qz7BIedhtLYt39CZNrC9Omq1GS2KkMO1LnUOhEgmE34GHXlcSy0AkLIoYedoa1adlzXQ+7jiT2Atglj7xYP//+z9Dzhy975zM9b4i/11YkFKLz2lGSWNd3eeENUUmsfu0iD57xgHEM8D5jOuOWAieAUBJLc89AErslww5wbFkqHTrB5j0XKE28qKpbhRlMO1ncBOAYdoRHtJZhl7F752/q1MhQykyztxlgNwuCR26SJDbhXwc4kkU7GrADSjgwOMX6zcOxHk5+mhvmOc0H6Jwp+MZn2PltpCykC5iol0lJbMdDjwC7hCR2OmC3+3a3HWBX93unhaVlrfokOj5srNrasaGosoy9t6ldYEM+fFHIzykLJKEp5L1NLXYiTDZP/sXCIGjH0wuooJ0MtIBSNi1WjjgHwF2PTnptgLx3inaKQoZdgrauLMPuEkgTH34KePWnh1/HGHYh5Z9YPGckcY0w7CpIj04cetidYo4ych8LxgztAMBhmZ2Ah0oDfzyUIKzZFIZd5SSGHsMuz7CGv/jYpIiGLSKLlJBRlwLsAPgp0lchKZYtVmMSnC/5zDv4R7/7K/H7ftlnR9+es/5yiGG3hs+wKzy/UJ9lUgcsU+etaSYEbEHXMSoGOpOodZBQC3CWrumbmCz72RsLlxQbC50wv0ulvlLNcokHcIPwfRzFGXZFhlfhALtPqDufBgy7ER5tY2rIQJcZGm9ttrtzD7sQYOLMhhHXJ3UMG4VOXGLAzjLsAkksGV5z1lEiVIKCEqqkJNZ8R+bAPwAdU3t3ULT5kBgjUyxLAMgK/5hbYv1xSWwafK6t/5I5Bp74OSCJpY2S8youP6R+WTNWAj9A5caTENAkZoULnfDZMi7pznnYKZsSu9+AXcWkbnKMh50AnjEedioMnVDbhU7wUJDaSsXNtbUedv4Y9L/84w/i5/+xH8C//+hd+7tUImuyGMOuajb3sCtDwI4B2XXimBxgF+tHfUmsBRuuBMOOMZPMPc5HrtW8cZGApSZy/fhr+bjXQ4LxgnloLsYBO9Ymlub2LrLgueH9acc/dHp/sKpdO/IksTQnCBI9EfShXik1mBILdPstL3TC2/S7PHO9xgPsbgEA8sDDruXjbifB3czhDWAHwGuL82B+fD0nwK5HEmsZduPmlHmWuXAgWSY97NxY302JpXGYXkNBd8K0ce4Xmxd+X1PKzD0XNZfEBgy7pIfdifc6e0z5yDHjApmdWzLsCLAbK4l1qZRN1QPYBQ2TinYc62rlAiRGeCVkgSTWAlZDi5BwV1d1J+R55oCThr1eWbkwY7IEfnfEtBsj69WfRQy74NoNUDAJSKHzlgNgZ5s6/32rV38a+FOfD/zZLwHufbT/tWznocOwM4DdiSJJbDcltkKOGXtfmWdYKR+wi4ELGnTRvx8M8TBU3HuNPo5+hh0PJBgniV2pohM6UaUAu7PXge/73cDHf7D/swE2yege7/O3XSe5KCSuzdN9RSavGmDHQOINFgiFlzCc8rDjoSihhYC/I0ZAf8jGoz6UfEHtRkxKYt8JnSgQGrISs5javDKg8Ro5nro+Z2zWiCSWTdaigKGpLsPuKBo6ETLsPi0Au5RZ/9QakqZ6MtZtJbF84ZJgI0z9HP7/aBjEBh52MY9bzkq4oqEToZdaCLJVrUJlQaYuK2xdOwaeTKbEBiyPxPUTfQy72Pvs+wWQZYxhpzwQ0fbTPW1ZCX/x4MkQB54B+vxzI4kNwRFa1FQMEAoDPBpIJhn226I0/XAY3hHzsGsvCcNuVbuF+CiGXXWCA2Hax+HT3t8ss21TDzvGyrDJtSCGnRlfA8DuT/z9n8JHXjvDr/muf909jokedjmarTzsHMOuy5bxQF1WThJLC1E2T6PNPvM5bqE+Mpxhn8sbjyayx2MKh6Qnaux7+jzsxktiV42+d7Pw43h/alNiCeTfnGGXWRlm0P8mU2Ijaxc6D6AD2PF2HfZbledhVw1unuxjeYDdgQbsisZsagcWZB7DTlDohPOMtQQTNl8J572HmfmuwgezeL3ppiaQNENrEVPS87ArkpskMYZdFbDZ7Maa8DcGMsawkyHDLs8Chp0h4KRCJyzDLh46EYKIg7W3DDtido0OnRA2JayPYReTxAKwbJO2qS1bTo5KiTWAHQFVlmE2wpeHV6QzlcyjzJPENn4SFwDkQXKjpHNIeMmF1bDz5yXspDchibWAnX/+KSluUhK8b/Vjf12j4c0a+In/o/+1dne6a6RPktgTm1zJHtjWAXZdDzsG2Kl5lN2Te/LAIUmsBuzuN/pz+wA7DbZN9LCLMOxWxFDggyQA/J/fAfybPw989y8bBm7b9PP0GbddJ/nZz17rBWC8ZNN9B4vHlDVcz8Z71bDyEoZT95j50nk+chH/u4Z707FJuSx8HxqyOkgBdiqYRNWi6NxXF5BD3+1k2XeOShfYEgmdEAbcC/1LwiplhvuMYXcPR1HQfJZn+IS6Y//9MfUEjjoz2CtWYzzaxtSQgS4Hr+zO4qaAHZM/biOv7SwWephvfX3nkIcdl1nysdL7nh0xHR9j0fjVlbGmGXYhIFcjM6bgBhyzAWAB+MfTW4H0fbKbuinALpDSBpNo62HHfPdyNK4f65l017Z9UUqsUUpIgSEpd2kZdiSJDRcx7vxdgEfrAcINhFtkiDjDLpT7+B52PkOy2WCB/ihrXbd2HJRjALvTTwLQFgm1DMaqhoCFTRl2XErtA6r0/ypYVhGYQfec3q8/b5okdlsPu9JsaMXYMi4IowsiC8ElsV1rAZo7WClcftUAu4lsLS9Mwrw3abEQGUNHSWKVD3yFwQ4Azs0tm2UBKM/701ASuxHDTrfnWW5UGcmU2ACwi81PaMMW6GfYBcdZt8onMWxr0fEYquEedoZhVxDDLrAy0ExGB+Tz1zTI3OY125yc5Rl413dkAbv0XPuLX9Beeu7a9gN2OU+JzWeO9dsJnYgBdr6PJv2f0uCzljPs9M9F6beRUmbuGehh2En6bBs6caz/HzDsqP8eLYkdsMXYprYC7CziO/KBEEJYpJTLR8NSKYYdTTCqahLYRUwyx7AzwNXGgJ17Hw8VaBrXkFXwcOlj5Z147cInJjLs2hTDLnU+1mfCTFYGvPMoPGCQEfa466UfcT9/9F/1v9bu9HflibTr8KAxkwxPEutADg7IzXKJh3Cd3Cnm0QdaCMGu57jQiddqfRz9KbHOG2+Kh9284OfQkxL7E3/LvPfcv86xIql1pIPigN17nrve+TuvWSGtufRVY9htIsHR7N0B3wjGsONglZ9ObDYPCDxTPss0M/IVWgxZGWuiX29yf6eqzrosZ+qrqC8nhl2FAjcWZW/ohGjihsNhzfIMDxQD7NRhQhIr8b82vwD/6On/HH/54NfhJdy2rNorW7tidg162DGm2tYMO+Y7tpWHHX2/0kBHTKIw5voMLrASgB2ft+yK6fgYqw4N/0NWHAtwoFRCKbTtB4FDLTJUdYuqHZDEdjzsEkxIGpenMuzM72msVsrJxrz0uz6GXWCA7TPsIqAGK+p3z9e04RxIYlPyYta+Gki3yAjOU1oPO38x4nvY+aET1YapkI+qOHNGjOjP8tOXAAAvqVsd2Rz9cxPGO8CN0p2HHbHKSAa+Zh52XCrIyzH9pkliJUxK7ICH3RDDLrb4rntAxDwT7vnnz1xgp+G8q66CJHYLi4bMX+t5/+/zsIv5oAbl+tvWByYa8n1jgJ1JtZ2FoRPeBhNtYvgy+ilF7dzOv8IxcoqHnSUPiA47zmfY+RsNVd0yT24GYF4iwK6OMOzygGHXeAw7Gpv1tRDMNsGu9RggLITw5r6WYRcAo7yePJ7jW97/vCNHDXrYMcBOlknWb9Ejic1DprhZp/oedkYSW/Yx7FbMwy4uibXjHzHsVqEkNh7Gk6yhTe4taieS2CkPhJWP9nnYNW6hy8t5uFXI0C/r5GUZdiDAiiSxKcAqBdgZEI4BE1nmWDAN63yUTYnlDDs2iLU1pDmHsR52bcBaCY8rdR8ImHSSWAI7E99rGXZ77mH38gfcz3d/tv+1bOchBNbI2P6MjPAjktjQI6zMM9xVx/bfp2oRBQuACYxFA9i9WunjGJLEJsG2sJiHHZcMzvIMazvAMYZddQ4s77t/v/zj/Z9PgF1kkXL9oMAf+ab34Je+5xl8ayJcwR2PZJ5te972xhTR0yMg8ZgqZIZaDQyS5GGnpHdvdRiOD+hSmEQoiSVmo4AC2sbJ+VOAXTDwUWoirxCwayvdvlo5w9FM4swCdoGHXdsis1T3NE0f0EAcT4m9jyMveZe/boUS33fnN+K78/8EAD59QiceGWC3waLmoj4rTAmNfdaYyWfKiyQGInmhBjFJ7OXtz2z4AczENuU71/oBDlY6C+5hN1ISS5P4BBOD+og2slngvy/FsHNt5JxuM/dH65GmUTItSWJ9uWn/nNhJYuOhEzSHWPNrJVqvfVGABz8+YtgRoBReR4/lEFio7LuH3bpumR/r8HMkTzRg9yl1swM+0CJ/cw87B2oQ+EzsFgK0KiaJfeWhr1yg++7YbNMYdoVoUNVNsm9qrKw1Phe1klgVMEnhgJpQEquPM4uHThCQaO5Loa4SYLeF3UMMsEtuALG+asT38MAcK3/1POzctafNiDJk2PHvEQE4sgHjdlkRwy7wTQtZ7h1JbGT85QmxARNWCGGf3Y6HXav8TerLKIlVDLCb3wAASFqbUSgcHysDSayw61zp1FQBeMqD3A4swy4N2AHAH/rG9+DGodlAH/SwE17oRNLDrkcSGzLs6jB0QjCGXSCJLToedoaAEwRruHYUetjFQyf2QRK73ScSe2KkJBZwss6mSg+8KQ+7Vki9aV5XNrAhGzEwkOTLMtpGS2L9Y6R02VB6Sp1Ey1iDiuRlSYZdYyetYyWxdhFcJ44rAUAS88ky6yyzLxE6kUpm26dSCrj/cffv1z+sf5eSOjDz61nQcVDoxCn5anFKLHnYhSmxMsPrHLDDLA3YjWUsmpTYV9bjJLHjPeyMib/yGXallFhbSSwD0EM/QA6MRsp5QsYpwN/8c57HN/+c5/uPERNlvpehtmTYFcz/MO1hF5dsa4ZdANgRI0T4x+NtJDTV4EZMls9QKWmZBU1k0dyIHFCszbPUr4NZ7iSxIcOOySGyWT/DblFK/Jv2XbiLazhTBT7QvsWTfFPRJHJZtThd6eO58h52u/IhHe1hxxcbG06QoxKkDWQFoRypL711jIddeAxRD7uUJHZHwOljLOelRgy7VOiEC0qQImSFaUksedw5Sax/bzxDdQDJNF9avIxm2NH3+N44gGOhjGfYUap2xMNuoiS2Ezph5hjrukVVpBh2GWPY+YuxjoddKImVmX0eLktK7Jp7U41gqmYnWhIbY9ilFo9ji4Maa2LYEWBnU2LdOPypBz5g99rpCm8qD5IysWSxdljXNZDF2+eQh11pGXZd5j5Jv2L2HbkUKJrId1qGHV0DksJdBcCObYhPlVdm/lpP/3+Mh92wnI73t54ktu4CdmfEsAtDJyL91DaSWAI1rG9auGFCYCJ9nw2d6GHYJWTVUgg0UFEPu4qviS6Q6XRR1TQKM5Ak9gYAQJpxhjz0CUMp8sxtdBGYbnCR2gPsTPsyz+jhLAfMRsKCvivvn2t7nzPoYZe5tGhZpj3sIu2NNjKon3KAHakEiWEH23bK2YCHXQKw6yTS25TYgGFHktieADyvpsrnJ9R2n2gZZxMAO5seOIJh1wmdMGBfU9mBYQw7jdInczQmndUAVqn32uSjoGHaoIsQsKNziklima9ULtEoASkU0Kwd42/k4GYlsSFAY3fb4p28Y9gZgJAYdkXKl+gSLDLOXvM7+9V94PyupRF3ioEnMaPnRSFxriIyvZQktshwD0f236dYJDXuwgDNwww73VG8PkYSKyUzWB2SxOrOOWTY+QAZu5Z3P+y///Uh9uK08JRUTWIN7lO99kHg6EnngWBKM4H1AitkUowpH3SLX4+2XiODpox7oRMe2EeAnfl/0O176bytkxKk+vUyz3CGGa5DPycxSawK2MCUEqvkDIelTEtiGWAny/5JxEEp8VH1FL60/XM4WzdQyLAou30g/e68anDy6QLYhRPmTWto8mH93LgR+obeHR74F2FzjP4cdqzcm3NqGERqIyyYAOvXsgWRuFqAXdPxpQtlrM5Taa2EVjLpnVX3GchQNQrLpl8SS5PoDiAVjAfCMuwGPOwSDDveH5/Wyj+/yOt5NaEktmGsrQF7EgJDnDQzYNgRYMfATQnmWQY9hwk97IhZkQcMO7qOXshBYNdyGTzspswLLGCHmx220OSwh6D4InMdMuzM/+n3APBg6R/vaydrvOnmAQNQpwN2ep3RL4lNnR/N/zoJ8uy9cYadQN5E+mQDDmkyhGIMu6vmYTeRNSOEfjZ5enoM8AQCJt8ISSzf1ODS0gjDjtjDRZiuHDmfMFl6Sq0swy70TQsAu1ASG5vXkuoiIdPUcsguw65ulFPoNNWFeoldVDVKYS4Chp1NiTXzd/KwY6ETod2XJ4kNNhg5w25B3zXAsAPQHVMTlUvB2Lgl63Oz4HXd9kabBtQH2f7W3Fdp+hedyG0+Nzj2Wc4ZdsukJFYGthFJwK7xj2mwRgTHbFrbedhtQDm1wQk9klibLBgy2ayHW+VCJ0aAXSGzzQJ2iU5RJOQyKSZRawE7HjpBD5ffIRLI0lZuYZqPZdhldO3C4zJAYophRx52dM3Qf+3USK36Y60HL+r/Hz4BHNzxfxcrZn4dA9YOZxKnquthRyBbKImd5T7D7qRPEmvu29iU2BMcQAjguAdUmBWZv5vUV2YAXKHseNgRw05xSezDT/rvf/Bx9BW1v43N5ul4ip7U2n2tl38c+FNfAPzlb+r8iZ7TBrLjVTSmYqBbWI2RmkZTYhWbCML1uSrovzzg3mPYxfuTWZ45NiqA8+yo8xoVTBKEAU5EPsNBmaclsWZwXSuJxay/byf56+laQZnrFMbWA07+erKsLcPuDUnsyJokid0CZPM+a0s/vEmAXU/fmWKaZpFn0v4s3N+BDgPqMhb1QbIDshnwixvxWwZd13etalrrcZeF4J/Z2LQpqR1JrH/9yHx6PMPOb09Z5qRVtKjNJjLsSJ4zJSU2nPSH/yY28LpusbZAaQMfsMs6oRxK+ewoWowQY8HzNguu+SaMmkdZ66ZlUrcRG3kP9PzlUwHDTillgdJsY8DOtfV167Nb6P+cYfdw6fe/984r+37+eYPlAXZVsp0NedhZhp3q9mF1j/Qrl5nnSxU7rgINiqsaOrGJH1qnD5rCsOuRxJp7WNWtL/1ru9eeGHZFShLL5uzcP3NqWQ87ajshuNNJie0B4C3DLg4iddI9TflM3Dp9vfe4dEqsWfvMtec32T/QpkzNme3mOod2X42Kh04APmBnAy6mMOxU/1wm5WEX9rlhkjmQlsRWgYddycbqch5KYoXzv67OHGAXMOw6DL9kSqzP+huslJXKDmo7wM4i2BMAO2Je1OmBtw2QZPt7Btg50Gn4u3M+eLT1CEmsn3zEDsz8PQQSM++4vddyhh1LfawZYDdWEmsBzJRUNyVhIxTenI9jJ/ZPdtU+LzIInLv2LHD8tP7ZeJdEi0IngoRMKg0ikCSWAXYsWdPzfyskHrCEyp9Ub0o/0COpxA6wm+N4lvdOKkuZ+btJfWUZdkUnJXZtPkNxAP3kZf3/Zz9f/59LjyNF7S8Z4jKySjkhSGNf6qf+LgAFfOxfA3c/4v3JSlCRbbSj793jxPUgEG4N6QHRRR/DLtgIkYEklvoXlQTsGBsVwEoedl4Tetg5Q+Q5DmcS5zYl1h8cud/iYiAYImTTlTKLmnhfm+vzeOVkZRdsh1c+JXa851NvDU0+Yimxu/Cw2yp0gt3bmgHCHmA3op+Z4mGXOveUpPMSVWNTVAPfOXMNadxb1Y0fOsEN7cnDjqzXOpJYWoQEIFLSnoT6qASoH173RGAYAJxSU6OQkshx8SKQUNiUWAaSDLTbEAzpGHFLx8BbNwzcZIukFsKx4rKAYWfmNo6paCRSFiASVjZFG4mXwcPOzXVGPEcP9dzwJXXTAyP5eW4cOsFkVCsOqALWambVujZzEgB2Z2bDaDLTj7Xbpq67AAj9zZq2x+eitFhfW8DOtSvrqxd5b5EJJ7uLSGIBva7ILyFIkqxtN5A6LLOUh91EwM4CVq27zpwVxK79mWEPdxh2kWOJpXaOLWJGWUlsOEbadhGGTvSkxKYYdkHfZt/GJbEeqH152qIXOkGS2EZfD8eeY2NlANgJTxJL98JfBxywefVMmXXfQMCb/pyRDDvPw65M9nUx4LXupMSaDTxQSqz+bgsIApgFKbGLQrrzOXvd/aHDsAs8G2fEsPPXJKs6vZERrQsMO9kOsCOftkmSWCdrTX5s0sPOyayogeYpWSerrOAMu4p5uA1JYuNMtvBGOIadez2BXUr4E0RaRDcs2GDb0AmRkOrav5vfZ0YSPOiddxlkPKev6P8fPukAu4d9gJ1j2MUevINSstAJBtglUjjnuUSLDP9efi5O5s/ge5svTQJ2wgKgPdezqezi8kQtcP2gv13PipEedkpBWQ+70juHkoVOKM5EIcDuuS/Q/z97zQ/i6HyHPq8UY3VszXJpAcRLw7A7v+d+fulHvT81DCTeKCVWupTY1AYHAXaVyj22Rh7xsLOJrQFgVxbSM/WmwJyUJ+G88Bl2yxhgF7BKMwPYiaLEQZljmWLY1Y4NehDxo+MVBkxw9iiv47k+lk/c1Z+dCXwapMTuKJ100MOOL2q2nKhM9PJJlhBuoyzJsBtxfVLH0Bc60QHsxkv59rVonMlECNjpc5uZ8fRs3aA1/ZVm2Pkg07pusQwZdsF16xifW6+jVOjEVA87tmFFia18WLZAYnrhTH1bpjTzzUkJsxEMu6z333wOQceVM0msnmuKToouzTdpnAkX354EMwj6qPYcsPO9qUbMSR/EPez4wnDr0AkmiZWWYUcpse6zHwaSWLJk6APHosXbU7MGycGmSmIJsFu1FDrBQHUKrIi8V0qWEuuFTrifCy3WNq+5Ygy7gfTn/vc3XmJ2cgPIA5nS4x63IHBsR/YMs2t/UhkAvyOJ7Y7Vnc2SCUWgRjR0QikmiR3jYWcAu4RMMwb0NK1mz9Y8nGZbi47HUG3TdiSxQjWQaFigBGO201gUMuyQYZ5g2PHNasuwGwXYjcMFfIZd0eNhR5LYGMOOvFh9hh1JYmfCHUNZ+pt2B7McKMyahHACoAPYdew3SBJriDPdY5rIsNs3wE5sgCQSYBcGJ/By/m9xhp1iHnbZiJ2cgr+mra2HW8rDzkpIQ8CujS9kY6ETsQmiZImy7dotVPNipEFrys+FZGeJa0EeeVLV3sOWAuzEZQDszg1yfnCbAXafTL+eedjFtOhHM8awY75a1E47gJ0BB/7L4vfjf/2i78UDHNqFS6fG7EywTuIUC8sKSlUpMwey9O06t7XddQkZdnkmUIlI6MTJp/T/77zddXI97MWs7X+expYHQl6WBe7rH3I/n73q/UnZVNbNPOw4I7dNXA8C7NqsgGCBK7GU2FT6aymFf90HdslnOfOgA1DlMUms34cIm/y6wGFfSiwx7FQZ9aPjFQZMHCRAuGPzLJHR+42DcmNJ1KWpXQFFg5LYXTLsIp+1rbyWeSJODoNI7dD3hU4kwb09HksHisYZy7AJ2GoEMp2sajsX4qETjQGZqkZZBp4IgTFzTTssj8TYSQy7ZEpsGJwV82wy84CTNVugtsOAncoYGNFUaLjR/5CHXTD3CPswDtid0Uexa9la3znysCOA1IBGnZTY0MMus+dI1gjNBhK4R1nruvUX4n3VVHaR9pK61VnUU20M2DFWxirwsKN1xarNoMwilQA6qjOTEjudYZdBQb92DjZXC9U+A5JYGiOtz54nie1h2EmWEsv7Q49h1ziD/KsUOrHp2Mathfg4PMrDLj33sayjpkU0jdf8TjOe9a9s300VASA7jKMJtbLG/BEPO953d1JiN2DYRcMKiFkWAT8vEdtTtGyD0TDsAP3MO8COsc+ses6swRhgN0uETvC1pU2JTVxrr0bae+SZ8EInrExfhIBd9z6GiazU1tcWsDNBE0xyW+bhOkACpVm3npo1Wb4AgjWYDD0brYddKInd1MNu3wC7AaAoVsrKWoc97ELpVsMZdjRBGQF28de0dc0YdinPN7aDyspKaYMbYc8pIpHhLMGCedg1K7dQLUbu2tD1CL3QhlI66f7oHWH33pR3HjEmQ8Byr4qorge3gKOn9M8PP5V+PbGdVFw2dzBjvlpeSqxLN+KACE20l7WyEohhSewwYNdkM1TIexNi6btGMexY57PEzJNNCiF801oqy158QgOiAHB2N/0dVmK+3cBYyksYOsFB4rPXvD/Z8BzIjQAiLYmlRVW/JDaUr+rACn9Sbhl2QT9RyMxnMCTkNlSz3C0eAKApYoCd2Vwx352ZiUhWaA87K4mtAkmsYdido/S8NmIlM+GB6CmAjxh2VDcH2KtXoh6Zhx0H2bacqOzKw46/j6wnstxPEB8DaCY97PwJsD5mX6LoXnv5Pey88AOgs6i0gN2ytgw7oZyMk+ZAVdNiRTLPlCTWTKKVMuBDIjzFedilALuQYddtT7QoOONNQBk2TB/Djs/XmlXCw26cJHYWzBk4gNNw70B7LX1vurAtEmshNPT2PezMvN1c831Pia1CqVtfPXwJgMIaOV7HsQfSEdMD2IZhx0InlA+WZiRZUy4UJPSwcwy71vu8UWXutWXFsN9RjWbYNcSwc8dXteljKj0PO9a2KVwBGhTKSWJ35Rh220hiK3+OHn4G7+PGSGI5Ey4E7LLcAhMny9oC3bkInvGIJLaTmjmh1h2GXWQ+CTBJLJ1zn4ddvA3lYVgA3PN02SWxGfcSn11zP6KyfXzNGXbm2bN9EJyqJxU68fxtxzSzKbE7ZdixviKfMZl+6GHXDZ1Ie9iZDT2SxDJAMJe+5ZAniaW1bOmz64A+D7sT73V0TOFYnay9Zdip6Q+EZdj13HSbLBgw7BQ9jPVKJ61CJ68OlZSZNVmt60rLNTAM2HU87FR3VwJAlAVDEgXBziHLhG14rZEY1iqDHEm1dOEFgTxkADAh5lPIsEvJicVlAOyIYbe4BSxu6p+X99Kvb6mzy6JI+aEniWUMu0jyEuAe3lXVsGSbhCRWjli0mU5inetOYwiwm+WS7Sb1yEfpc5UE8lkHOFIxwI6Ap8M77toGYBQvGwCzg9CJUSDkPhWXxJ7618iF52zWzeaZsBOulCRW1XFpWM5Zc8SosJJY/7Ue+NtUgxsxs8JJqfUHdAG7lgMiSkGa+5kVcxz2SWKZh90QYAf4IF3IVqHqAnZXYPd/qHYVHJRKtqPiXmHbendsa/LNi9ousaWTrIY+hl3KJLwndEKEgN1VYNgRkyguiaVNIM6w45uDigF2y4YYdiSJ9YFOPqmvmjZ5/YjJo2IME6AL9PUAdicVZ9jV7piC11OJzPf8JC8l38Mu3m7DwKtwk08IYX9H80qeEttJdrUedgawC9L14h525K8csPX2tFZ127F3SJbZQHsVt6Clw+5eNozJMTrsISgeOrG0ktja/J/mmBI//skH+nBCD7u1AfUGmHDRIsCOM+yCvqmPJQe48XIZk8SSf1Tk2pR5FvewY8dQoLbjfJT5ddlqW/Z4bDwDtg+dYCE/HaCFAaUPl7V9bjpruYgk1koUN5LE6rbRlcQ2/tqi42EXWbvYlNg4iETPDAfg6ZitpY4nid09cHJRJQ1gpyA0YGmu0xxr699Wg4FZpo2SJJY21bSHXVwS+9SxY9PZvmQUw87/nFTlGU+JLZKbCLGQk8p62Pnj2DqQxJbB5gGf+x+UEUks/ZtVh1GaCJ1YB756g7WtNUxPbcmwo855/IE5ltjwznZHEmtlLm6RJ0c0tIJJy5p67Uxik55vcUlsKqyCFuTeOdFktSOf1e+tl3ohUSGf4GMRn7TQzl4KgLSSWPgDRzJhlz4nBCz3qSzD7qbV+nvgSVAEpjaQ0QlJKnSCrlco93QMuwarhujgKQ87up49HZ1h2K0y3WkMSWJnOWNF9UlizbmcYhFN0BRmQBB84Dw3bLrFTcawSwN2xPD8tPSwW953PweSWGpz5HE5tWQmbKBNkwLsQm8QU0UWY9jFJ4MFZza2bmcyZBJTzXKJD6ln3L9jQBlnFjEfsbyY44BJYhWTnwOwffuY0AkAns/dIuFhd1jmHrnqxqcDYLdzhl2iDcfYAVunxO6CrUdS/6X/b6pE+qhXKXmSPc4RqaIJhphXr30Q+P99O/AP/kD6NY+xKkUMu7hclMa9B+eV63OUk3cRK2zNUmJFyLAjlg4bm5tWIelhR6ETKWAgybBjigdJoROBJJbfq0i7F1LqDTAAaNaBP1z/nDj02ZxFNpzJWsMx7Ny1pDmxZSXQHJk2zUgSa2VzPSmx5hrtO8NOh06MZNiZMLJXxC398oSH3aaOCNz3KGSLZpYBk+HX/7//DQDnYUes7tNV4x3L6EUg3HhsTemBTn9DAG2KYUfercumu+ngfPW67y1SDDvAPqO5aOxzebUksc3wOBh9P5e68j6lD7AbHvfss922+jt4H8juDd9A6YxzERVFJ6F7QjlJbMTDLiYHthu6kXFxkGEXeI8hIomt12w+cokAO2KOy5lmrxrQcibcRjr1hTwlVthASfI6ZeqTzG8Db33CgVcUaDGKYRezAomdQxA64caeUJJK7TjNsLMedkq3UwLswsRqvil/MItIYssuYNfxsJsd6/+vT7253RAhp1MXKMV+5JJYnvSafhGBXSEwZiSxjJVRjJDEShb2UDcuYTYlCSWAJZTE2nCHcJCkncqGS2T8CRYVPWz1SjOfKsjRPhbEjAnZiRawS3iIEZAn2SQaAPKUh1+wa7uXZUGlW07r38OwI9ZmDWlj0XkdzSQewnRazE+OQGkRUPwJsKsahTMzCQtN8G1N8LBbZvoYhkInRktiTTs7xTwOrJhB0QJ2SjngkwN2xGgMq23t7o4YmXacqjJnKbGXQRKrlN/maHCgPyek/WNLCAFFKb6p65GQxPoMO1q0kiTWP55QijzUr8+LDH+r+WIAmrkZY7YpzqRmNP+sXOCQSWLVKgDsTN++VOMYdnP2mpQkNssEjmfunN+QxE6oIVkJ91W1O4ubAdQ+o2FXDLvz+DGNuT6pVL/YxHUodKKvjz55Gfjh7wE+8DfTr3mMRSb6WciwE74k9pSFTvBFqmXY1Qorwuc64Q5dhl3dKKQkxRawG2qXtu/r3h9aDDxcMcBKtf59jbS/PBOuv6xXlt0hmT9c6nkJ+8pZZJPBMewMWxHuWtL8OUzRtQs2syiSgWzM80wLgOh9Z9hVjRofOmEAu1czPW/hIF3LzM+F2AyxswvIVmHZErtFAW3D/KMk7hmdNXnWPWlYLadGElsPAGvRkoEkVshOv1YPMPecJNb8wgPs0gvTQrKU2BAkN8eVo7FS9TcksYizz0WG0EsrCuz1ediFTDjORGMElgfLyq57O89NpD+k+75Jf7CqSDYYsrpqz1bI7pz2Mew28bCjfo5/7iWUxEpjHdNKc+5mfTZDZdf5DrDLWP/fQIghhp1+/+c/fxPf8cs+G9/167/QXf8EOOrV2JRYKTyPuWRKLLW3iBchtUVipNMGWW6uQRkAdp4vXyGd93qPJLbrYUegnvJ87KeHTgz7UG5aWwJ2idSbnlKJHVPvNSlJLP2bSRbzcrihed5xVe0YdinAyvw+CxhmWYJJRAwaD0hLdLw1peSuNPOphhzvY5Hw3XEedvH7QOESOdxCqFISRUJObCXB+yzjsaDSjVEMu8Yy7LLoJOl4XuBEmYGvOnUPnWXY+deW75TfO9evSQIGY9gcKy2hOIXuWIYlsdk4XxcjiT1V82iKpiDATtV6V2F96haXi5vaIxBIM+wYqJ1vK4nNL5mHXXXuTzjMPaRqLcNk8467zUhuH38WiWEXMk1yKdAof4DtY9hZiWuzZiB1OnTi36l34teufy9+0fqPRr0dqJ8Xbe0x7IpyhnmRYSkSDLuKpcSOAOx42uu8xx7hqWtu8nf76AosJoaKLxa2qUEPO86w25WH3S7YeoEktk+GlKrUuUc97BILrTEedhfoebKLch52cZCNM8sdw44lm5o5jy+JNZ8VpsSysblq26TX0aAkdoSHHfVbZ1WDhpI9O2yY7j3JhPDGKW9BMiDDCvvKWN9ZBAy7jPkBdhh2GfMMhLt+eSD38VJJlb+gqPc+dKJxzJnY8/qz/wT4679F///VnwIAfDLTDPAYwy40P59ShQULnCRWf5HbsKgZo54ksE8c6zHn1PzbSlenSHNNm1rAjKeRtj/Ww24Z8bDr+JCxKnPpUmI7/SFJYhlgNwYA2PeKAnYTxiO+XmsTmz+d7xkeQ4s8YMJxdhQDJrgktqPuiWyI8cAfpaaBdusmlMRGNt88JmDpHwevgZRYGWPY1WQRwAC7SyyJbQnwNtdgjrXFIygEygPs2gYHhbSAXQOJQ9qkjsxXvvVL34qv+eyn3Nx8DMA+UhKbCT8ltk4wd4tQkgouic2896zMOUvLJPQZotcWjGFX5g58o/ZVdAG7joddcQCQNzdT2VVWQTdy3LjAdrcVYOekmBMksQkfNv9Ftffa8L3c9yjlw+YdJ0tMbOq13SnKEpO9LBE6QZOilCS25Qy7wJuFiiYeDrDLRydIqsQDY4HEBMOJfi/R2uueAq6AkRLOx13EgptdH8WwUzVj2EWQ8uN5jhOwh9qAL2QCqoIJCJey3DvTk5SUh5ZjLA4z7E4My+/avP+Z0my0EewN0/GcYR6V32RcutCsHXMxK3QHZj3sUgw7d05bp8RySexl8LAL21vgfZBKu55SLQvaiVYiIEJvUlC/NMCwyzOsQRspa+fd2RM6AQD/rH0PflY9k2DYsQmbmRSsVIFFmWt2A3lKdCSx5GFXpBmrrG4euvbbB3I/c8NNap+/1R28r1yFKZmblFJp5hgVT3vbdkd7px52wVyhY849xcMuXKBG3psMnZgADO5pmh2lYVqGnZ3bGEmsjAB2EYbdum6ddxZ9RiCJFUL4C7IE8ExpcSq10AjfFwHsYum23qI5eL397gxef1lzD7uhhO2QYRcZk+m4aM4qOIhIFgmtfw+sJJa8f6S/GKm58XcAuO69JHYodOLv/B6+l9vqAAEAAElEQVTgR/434C9+PfDSjwIAPpo/D8Bn4XhpvhsWvbdVwDlvkgzUaZDhM588AuAYdgTYnQSS2E1CJw76ADvO9owUpcSeNwygNrXusXYppe9L5ZV0hADHsNvPvmxS7dLDrq+P98Iphr/H+SgS0MCALQZMnCzrNMMuMm/k3t5TWXaOYRfzsIuMo/TzBimxtm9jQA/9bL2cm3V6/N7jchtRZlwz12AGJok1nrJFnnls/6N5bjfVGpXhaGb+1idltfLjERL2kaqNPBMsFGKWlOk7CXaMYUcbT8YrHrQpUAFQHUksZ9gtStmV+JLcNfL9zl5CsKTYE3dMJPeWI9dxF8js3BKwIybGeL8CNcLDTqU6rQCwWyuJYuRFtB521cqi0FlCTkuMqDB0IuVhZyVvEQ87pJJu187DbnSCZEJeIweAUwImc9Soqtp+b8o7zwGWe8ywIzbT7Nhn2CV2hpyfWBadsB3PC1TIsRamTSwfAErZCYgIOgCZCdupkPwhBTAkQ0y889GA3QOlO+hro0InxnjY6Y7nJMGw83ZC66UDoRY3dQdGSUVMJuwV67zlLiSx9pwugYcd968DOulC7ZahE/q9hr2buh5NvA/OmW9nTfYDCW+6QrowHNRry5xO9SfhDnwUqOaDOwF2yN1rzfMkOqETXBI7PNG6xeSttw7T49AzjGH3ltufDoDdDiSxHnCRkvszBtSugiJ26WGXDJ0YA6SlGCUR1lwgE532PcMyqMdZazLX78hY9bnx/qBV3MPOvybrpnWS2I5U1X1GbifyLHQimC/KQQ+7UBKbZtidrpiUlx83YAEyXnmWMa/VlV3cFhEwLKyuh11aEutfSz1nTXnYZRQ6ETDs+iSxpBS5DJLYhq5FuJF39jrw8n/UP6sW+MQPAgBelG8GgGhK7CQZalB8znxSsc9pK3tdK+R42ow355X+3Z0j3U7PLcNuE0ms7tMWYuX9mxctjmPBaoDxd4ILkrEgY6tYO46zPu0iOeHBVqKGsODMVWLYMSuhTT3s+sKbJodOBGb9XBLL1ikPlxWzKAglsd3v4W17Koi/6qTERiSxMYZdDAegZPcESzOU+wPAutY/t54ktt+eYB8rVwHDzgB2c7FGBlq7G2Y787CDanE0yy0ZqUbm1Cd9LP9mA4bdAJFHZgHDLuFhF5Nghww7YrWtWvfc5WiYPJ8Ydu4eH85kN2SCMALv+/1gJv2F3aRYGzoxlmF3gYqJ7QA7WgBOWKirxATMK+v/FgfGhDEmryeAXTbJlXkm5QOAnUx52HUAu65szUo+EomyilJipxjSJ0Mn+hl2siCGXYPGLJ6bRFoqP2axrww7pdwDNTtyDLu26jJ2TLUJ1iYVUWrPhHlgVw89KZ+IDB4kwbtrGHaLMgWAEmOxR3pivObuNbqD7gMfAGJFjWHY6c89wzwqGcxkiZbkQPXSD5wAgPkQYOfaiNxyV9WXxO4xWEy19CWwXKoPwJ5D2I9NKeov2zpxPdrIZAh6wOsw7Oh4Qjae52G3thsxWWLXrcsSibR73lc1BNgVdsEqZxo0y9q1f6/N7uo5ZkmJOS/OsLt1lH5mnv10Y9iNCTsYKt6vJBl27HndFnjaltHgHVfgYZcwSt/Iwy7GdB/0sNtAersnRUERHQ87C9i5++0x1cx4R8Fb67rFsu6XxAJusl43yrUv71or5GrA3D40NbdMPtdXlea4T1a1n6jNzy8in8wyYWVJaCp/QWIX5vGxsJSZ95ExD7tQEou26UpiOx52BNj5Hnbk7VRZwM757KlLwrBb1a2TxIbrhpc/0H1DeYSPFm8F4LNwaGE2eoM8UnzOfML30Fi7aZBZeSkx7MiGgf49lOYaLTPGH2Lp/ZvXoIedGbvD1F0eNBBl2PGU2ATDbiYqCJCv2lUKndiQ8e1tQPUwbyeGW7iUWGLYccDOl8R6/RqvGGDH7QgmyuStnDrmmxYD7DgTLizLsIsHIeQhMwrsORfscy+hJDZvSdFFHnbEsFtbPGLtSWIZw26WQwqzQeNJYnsAu/qiPeyKJJs4FnLSCZ0ghp1i8wPUKGn8l7QR4s7teF5oXIAXrWe97w887IBoUux0D7uL24DdkSR2uoed6gMZSEqR8IPJDGBnF5kjioIhWgbopAAuAiAz+A2cHhgZHhelxHo77r7Uw/6aGHZGEttMOAfq7DvptRgA7MzgWaCxbBsddhG//eRdlW2z2LvIqpfuoZgdaxorXeeEjx35d4mEPPHYUGqtLHb1wA0cAETET4EGp2GG3XhJ7Ou17jhvDiRZ+my04dCJE8yji4NZKbGE+a566XsDAo5KHPiz2eKA3daSWO7LdwkYdtSXEAsxIYndzsMu9z4rLNrRDjdN8swx7NqAYZcF/dcskMTSc5/qTzoskSjDjnvY6edojcIy7ARPbeIgOzHsRnrY3WLPye0ekPtXfP5z+OrPegq/5ee/DW/+dADsxoQdDNWAl5f+PWPYbeBp638WX7j0SwtHfxY9k33JfKlKyZhiEpMhVUDfBsSem2NbwC4RFBH1sAuBL2j/Lkqc1a9po/MkT6oSa8dsvAvDoGxN8LB7cF5FwzJSbT7PhNdf+uy1fnmzEMLb4Cgji4AwdIID2LSB4zzszJyYADuzKArZAzWXGlkvZgPe7Dlgt66ZJDZcdN7/hP7/0dOuDb31y+0c1mPYESFpG4YdmzOfVo2Vp3FLgFpJrGp9nLSQpA1Y+veQ11y0OoBdjGHX/7m5zHBYSieVNG2BGFJAvE36DLvguQiPC7hiDLsdSGJTmz+d7xlmlvOUWKVUGrBb1czHOHhuIpJY3mYmS2Lr0MOOn3ukT+zbUBxIiY162JmHWxFQXK8de+wS+SnmJInNQw+7yiakriMedmhrXJ8xhiSyrodd7Fo3aXl9p8b48UIDYQ6wmzG/zsDDLkxpRdcvznnYsTETNWQgib137taLR7Nch1HyovUsq46HHeCAPraWW1tJ7ETAbt9SYi2za4oklvy8RnjYhdItAvsyy7AbvxC2zLbKDSplEX+QredbKIlFShJrPps9ECKx497QDoBZpNZTFvPWYDLBsEs0EMmYhM1KX7sGMsmwy/adYWfZXsYLS4hBHzsrT0yg3hQL/ZCCJ5YP7MDRKoE8smNIgMKJSf5Ke9iZdtt3PQ0g9lql2+SNgSTLGQPsev0gzbU6U3GGXSkzLGnxUUUYdiMlsY0SyHtM/8dUmWeoxvjy7UsRe+fwjv5/fe4NZnRfQs+4SSX677ELiPDbJ0/GpsAVYRd9XYadC52oWOp0OnSCV1RqzYNrzC7eShW2DZblwjE7uSzWAnbFKMDOY9gdpidmb751gP/Xf/aF+L2/+LMGP/NK1EiD4N7ibS41+YixCHYZOnFhDLsJHnYpX7po6EQWf+0oJt9+MgEcw44AO18elg6d8CWxJ9wEHQjus/t9wT2KYiFlLHU6KYkNF4Q9HnYPlhU77mHAzgudqNc+q2nEM8DnCbHNjlnIsFMc2Aw97Oj9tJksvP9bDzvOAgxAAc5C28eqmpYxhYJx8IEB7F74SuDX/FXgy3838Ev+WNefCPC9Bjcsvug8Wzc+U435Q69qDaZQ6ISVxFYE2DFPwbFl2vShSDPsqgEPO0DLx/oYdrF1QSGzdEqsaUeHYOP4hDXh3hbfLLCKqQ1CJ7g3XcxmJDbu9awLCThQyoAd3OstkMSmU2K7m0TSY9htJom1Y4EnB2YpsfbL+hh2ph2FPmSmYgw7Ol7FmXsJf+d9rkIFKcvEsBNr6yFJyiofsGtwrXT3rwXzsEtJWZVi4GjcL9Cr2FymbYGf/gfAvY/aX+UZY9jlZdLDLg9Y4IDzi+ukxDYCFAhRovYktwDwf/0ln4U331ro5FvAhSVSRSSxMeDXetix9e7mDLvdz+e2+kRa2IkpzBrLsEsvJFIedrTwpejjeoLUzHrYrRxymqcYaTIOsKSAMeczFdtx929ym+V6bmUWErUY35nYMIjg2tFAKhOeU/w828qBnalo+yxx/ntT9DCVR+76zm/oJNMBhl1KnkghD/cJsFs9tMygFQrMiu77QkAhBdhlxLDru55Guvqg1R31GEks7Tq3TZWGrk2s9Wu4FmXYlXmGlcewSwF2KYad2VWGHL8DkahZLvFwDGtwX4qYYYdPAK9/SP+8PrUyYpVg2U4qG9KTYtitzcv89iKEsP2SlcQmJP1F7nsyiYENgMOg3ceM0wUHjBjDjtrgwTzHOUocYuUx7FR1BgHgXM1HSWK5vPWpa5dnJ/XCaxcedvwZTDLsmFRt24lKbFd+Y3ntEGA3hvmW8MDpDZ3YRBK7gT/SI6yVZdjFJbHDDDt9Xjq1kI0Rykk9eR9JE/m64Qw7NnbWbpEnkpLY4B5FNlCJDVI1Ck3OjlsEi86g8kx4FgJNm9vf93pVmdKbFpV3DLyoj/RAlRTDjjzsrCTWMOwCuU8sdEJcRoZdOC8gwO7ac8BnfrX+D0CefUy/3GPYbR86kWU6FKVpFU5XNSpIzFB5DOMaUvs11i3o628fBpLYTY7FgGAHPZLYIQ87QBu01yc+W4azSGLrgrkEcmGe/44kVh/HEQGJIrtURv/JouefWeNs7mE3lmE33H+EXnN5IiX2wbIe4WHnzkcIgTwTqFs1GcTf3MMuBtiNZdh1pZT2c1XDxv7LMy+0YUpWEquPfYbKglTrljbKBGP7N7g2d89tDek8oFOhE20NTJGwx+YyH/p+4K98k/75d/4EcO0Z7WEnnJdlysNOhl6McH5xNAdwbFLoe9usUKB2ZCpzv9/7phv4p/+XX+A+PJTAxhh2kfASFzqhcaK2Vfb4+/pUry5wA3arT6REkilm84rvOiRKRDoTwE0w8kYPDPUkSWwOKKAxHnYrleuUlUiRtE8iBOxMSmzQuC1gxyaVNlE2uGmhD187xcPOMt/8azc2JRYAGuOz1fR8byold2/KJsQeu98NMOzUwM4VSWLvtQvNO13dZ2b5RXRifTTz721KEkvXvxewM9LVU8xR5tlgQmYpXUpsU6/Td/PkZQDAK+pGnGGXSyxVoTcveOgE7UiQh13o10ZlfVvkVlITQC9UqpRXzT4WSabn13Xn3NY+YNf4i6xNivqLpCTWbpp0B9zWXEuSxDo2XsiwcwtQVa/tYCgTg/hRkGAcY9gJ2+bdhG3FJLGHZY4zzDqAXbM6RQ7gDLNRoRNf9vY7+JPf/Ln45P0l3vPc9cHXf9rUGK/YobKy1DLq5eV9zy5YcdHP2nB33KbEUuhE3HdpI+abXYixid6QJFY1ekc7dh0vUEKxi1o3+vl2klgf/OIbNX54g/+6h5zJRp8TASs9dlQemS+a/qRWWTIYpwP0ReaUsyjQWLt7lGLYZYJtcKxRGd9ZySWxPc8A3ziLzSvILDzmYYekhx2xGMjDzmeheIsO5QPRU9k0j7rWddthhNl6+JL+/7VnvF/HGHa7AOwA3d7P2ybpfVhDYlW1nq8Sl8Q2rbLZaEUPE65TIySxY4DA43nut3cwwC6xJpplbO4aEilkCQHGsLtEAElv0Xkya5yNJbG9HnZdYL4XsAu85uZjPOxC/+wE+yyXBrCb2CdYDztaY8TGcv5dfRtmQymxESmj/ZmDfORzfon8FMs2YLwZH78Z1hawIz83z8NONThmDLtRHnYciB7zzIrI57z+s+7nVzRgpxl2bu7o/DoDSWwkPITAMyuJtRtPrQPsRO08bPsY9rNrjmgSYdjRZ7dKA3NZJjoedhWb46X6xk5d4AbsdoCd9bCbIomN+7B5ldDx03vz1gB2Exh2NJGsVy7sIUVxpPMJQycIwAsniZa1xSWxCdCRFuAk620mnAMttEUbP64UcFqwTqxejgHsiGG3BTvjIisG2PGk2EgNgSdWEtvONWC3dB52K8YM4nUQAnYJRtAoibFNc13g5mGRZD9ScUms9SjjdfoacPIp/R+Al9UN3InJbzjDrjqPMOzIw+5hfMHJjJZTAPjYmgXhB3tXP/X3gB/934Hnvwj4Od/qdvCKA93RL+/7Pna7MB8dYAJlZiKYRQbcNvMZdrbfCCZpMyntdW/rtV2Yp/qTRSGRCVj2QAwIpo0K7mG3QmGB6INSYqlmGihmkljy9jxHOQhaA3pX+Bvf96bB133a1S5CJ2JSltT3NNUodlFv8Ynl1vJa33oiybDbtYddJyU2kIDGFmzbnusF19Iw7ARC8IsWDnyhwBl2xkLEAnYxSWx3cuulIJaR+2QksWsUaWAi3BiOzCmjYRmqgd2n7fOwYxYCzjcs61+Ym+L9ZYydTAstT84WBEXYRY75N81VaVGUdzzsuqETl8XDzpfEBs/r2ev6/wd3vF+H569/3j4lFtALt/OqwSkH7LiHnWHYnRn5a5lndn6pmXfM93eSJNYw7HoksWPO8dqiQK3867luhgA7BvgEbbuVJSSAI2HG8UsEkPQWnafHsJuuJhvtYdfUDExPz334urVq0h52D86rDjBrK7EhpkGMdoOUWNfW9eduwbCr+gG7aEpsyLAD3DrxEgHIhQ1Tmnn/n6NCIYzfZMLD7ho79QaZU8KkADt+7TcNnTh91f189hoAmJRY8115mdxEsOw5HjoRSmKJBV8r+zwW4IBdz9x0cdMBdkdPdv7Mj6duFUoPsHtojs21semS2D3zsJMDXkfxbzSgU6+HHTFB4rvVpQHs+kCnzkeSPGw9ArAjD7uQYZcE7Ch0gneKCYYdyXqJYTcFsLOLYP/aDQF2ssitXxQBlk2PTI8kzmHoxt4UT4ilGsuwSwyEi0IzxB7a0ImHjmGniujE2noEsM+I1SiJMWPYDQVOABqooLYUBez+yjcBf/aLgU/8IADNsIvt5pc587CrV5HQCcOwU008gdcMAg2yabvFkdIMuxHeUo+rXvlJ4Ef/KvCxf6P/TdejOGBUaud9MMTqHFUyWHgGRYCdiCRet4FUnzYRupJYZ6LeVOduYyIVyiOEi4yHiVEPX2NB6tpK2NYqdwy7mZbEAvDaFQF2VbbYmgnxaV0jDYJ7K2YW3fkeHjpxAQy7TaVVoz3seq7PFA+7VEos/95Un3aBnie7qDUF8CXYakIIO/a1MS84YwnxcBVKYtu4JJanIMY87Kg/QZ4GJsIU4B4PO++423bwfkhPErvyU/BGyGE4IznGTqZ5RZStSAw7m4po7gF8fzbrD2Q97JiPEAGpMpDX7mmtmtZL5fUq3GA0FXr4Ae48t0mJBVy78Rl2rv+jlNhz4193UEpvM/fh0vUDmzHs0kbxozzsehh2KdnXXDLALliIqkwfx7Fl2F0RwI6eYe6xuzHDrmc887zuhkMnZCZATbhuWjdHBwKGXZUGuu3Ggv89MaB7THUlsVwOTIBdLHQiMq8dy7Bruww7Tz2yIobdZQLsKLXVnLsBY7WHHTHs9DUOU2LvHLh7eTwvnXQ65WFHQLSQ40gFMXuKMwbYGfulPMsYw27W42EXC50gJnjmvaZqW3sfY6ET0eLkkjvv6Pw5GrJiATu9JlmzMJ7xgN3FbcBuB9jZhd2EDlqyTixRdmGZkJcUhjbaTPB/o9cSYFchTy4ICfjK4R+jTEhPibXFJbFZYtLXmsGuaIhhN8HDLsHUyi2QGP+snBvQG8Cu7SFXygTDcG9qA4bdEPtDCIHjec4AO8ewW6KMgl2hZC/GwgMAmfs+M9EyQM+JWowC7PQHmjYd7lK9+tPAiz/k/epldSPuYSe5hx1j2NH1LA+dp08seEI535Yi31ISm0snc99Hhl04ybAMu7nb5WShNi41c4uOe8DDjpKjYvJVu0lBoRMJRrQOnTCvXTnwLI+AgFRcFnt90X2dxwa2DLvSLlAPSokzmInUmqfEasCuyeOGw2/UyBphPTFYsZ3xsKhtNwnpy5SKethtCf6lJLFjrs8kD7sEM4IffxKwG16kPc5aNcSwIw+7LshGrLCGA1/KZ9gBQAueEtuVzQLBRD4GrBqGXd8crnOPIvMxPqZbxpEn5U1swInQw46nxA7fS775FxvrHcOuK7ekY0qlxBaBJJaOrbKypMx+Fs0npy7OH3VVdevmBeHzmgDsYovBdlcMOwYoe4AIl8TWjfWrWxTa35fuyYNzdw7TPOx0P+QYdt1+NrU45nU8L3wmLEYw7ESaYddkoVT38gAkvRXzsJsUEshA5j6GnRfcNG7cI/CgapXPHvJCJ+o0wy4xvoZA/9jqlcTG5LcyshFDNeRh15MuWuS5u8a0eb6nVhOx6gB25hosRG3X+SvysAtCJ5480r+vlMRT1xnYmVITTE3RjX3OaRewk5lAKRyglkrE9jbmACilbD/kmOLMz5Yx7KSda/Yc++23u5+Zt6P7fs6wM/0bAXZm3kjtShrv0lF1gRuwWwF2Q9KpaFm20YiJcsfcVF+AmSLAbvwFsfJZI1nrY+fllmHnT2Qsky0ROuHJ1sjDLiGfJVlvO+Gmki+UB/y0LTJjHJkK0dCAnZmcrQko7JHEEsNubwE7Q3M1gF3bqmgcMy9iO/X5iR3Pi2hK7FgPu2vzhIcgpcSihTUvCcvsBp1hjpuHI58nAnNCht0n/p33zzN5DS/itseKoprlGVaK2CgsdIJSdoRwwGjMx47tKudbMuzK3E8r3bsKfcE4w44Apprtxu6i447tarGigUtGwTVfEkubCCFDOM+E7R9bFsqT8rAD3KISiCcaezJwK2HzGXZLAux46ITpn1TeHWDfqAkVMow2qdjOeN/3bCsB36mH3cjQia087CKS2E0Auz1PiV22ul8XPeAXscJiaav+RqIIpJ7d6+aMpts4E4N5Yg5LYtMedtx7r4keU0ISK7mHXWVNs72U2J5n5trCfW4sXIr61jbmYUeAXRMAdnZuakInpM9CaTgLMNgQn+pX9ahr3fDQCT7HVgywu+G9J54Saxh2A3YjQ1XGgF62YdEoiXXdOsCu1AFvB2bsu88Au9FG5kDEw67bdjy2Z6JuHpYdT0AeOgGlgAef9OaqJIltIDu2KK05juOMmFFXjGFHczoh0UkBH/N+bvEQ9bBj88qpgF3dAkdPuT9ce9b+6AN2ASiflMR2maljqpsSywB2C9jFJLExwG6TlFgG9NBnE8PuEgHIpcE2ROF72C0Yw25pALuCh05A4c7CeLIhw1PXGGCXCp2o00zdaMXmTEYGC8Ax7GSYEmtYvwFDzd1HY9vA7ieNzV5ivDlOHToxQhL7S/4YcP3NwM//PdE/8/WqBX+JoWpUfEPM42jtgqiRqK1W2MRAmwTYjVhIEIOsK4nV751hOmBnmWxkJtjDMEtJYp30ND6B9xh2dnfZn8CTD19BgN0kSWzE/4/9HF+068mL9TsbAdjJfZfEmo74PDvAV/+Jf4wv/2M/gDNhOncmSfQqxdpklWLYrVBiFpG78pTYMs+SKbFee0lJsMjDDnPcGMmwU6azUqnktNl14PhZfO8T3wZAdFJtAQ3YLb2U2Hv6Z75jbZNiI9eW7SqPpgwnivvy7SVgF/qCVQQuzaFol4rtxu5CEiv4xCestnEy/cgumbL9kmn7CYawEAK10G2gZYB3vgVgJ/jGDAO+yb/poJQ4V8w7kd5nwLs2MVl7o0YWn1ylNgmGagxjjgMq24JsF+FhR+25A7qNADRT52+v7YjQCf7sp/r+PQ+dsAy7REos4Bi3HsjUxudAntTTSmLd2OGnxEbuE5PYDwJ2NI7EPOwY49w/7v5FcyYYYFevAg+74Wfg2sL9LQbY0UZgrdIBHs7DjjZXfWaVk4Tq39sFLQvGcAy7PQfsvNAJNg5W544l0mHYdX2umhFg1pgaAnorSLTKSV9p3kWy2Htn+hzKPJ7ImqxOSmyMYTccOvHE8cwHzcEYSjID/vX/AvyJdwH/4Xvseyh0IrbmIobdMXnYXSKApLcsSzt9vXuLzxf7GOMcvBq56eUlXHKG3a236kNuWpxXzQhJbADYxZIzR9TK+DXGU2LNM8r7RGt1sKuUWCalpHO6hKETBfT1EAHDbi4qC4JZwI5LYgE8YZauNTI8ecwZdtQGgns6cJ07xQIubNGGCaB902EYdkwSa9ndCQ876rPqiF8c/X9dK/uclIIDdj339tZbgf/6x4Cv/L3x02GHYxmlgSSW+sVyytp2Xxl2RNHsk06FRZOErA+ws+BKsLA07yWkeRJgF5hQ972XmGoZlDfJzocYdvycInIQAFDmHEq1AWBnGXZxwC7FsBOCA3bDkljaEd93SexPvA78zMsn+Pjdc/yHT5nrkGDYpRYPvI7nuWPYrR46wE7FGXYeaLFID+YeoB1r901tv+tUzXFrJGBHbasL2H1S///n/mbgd/04vn/xizrHSzUrJFbWw46lxC5u4qX7S8NepOCJ+92DIA87lU3bhYjULHfhB1tJ+S6qQj8lAzT9qX/2Ij541wfxAOxmp6WPCcTuewysJzYvyWmp3whTYgGgDTY0Up9Jxe/0jYgk1vo2tg2UmRisVWElsZQSC8Bj2GW1/lkUh8nvfqNGVDYCKBqqMZJYbpi9Kw+7ZpyXT291GHbBOYzysEssnqKhE4njzTIHRqU2IbZlJl5wnVvALmTYMUksJZt6IJMPDFEpT+ppFhFRSWwbB5556MSY9GLvmN338El4HWEG9oVOVJYJvnam2p6HXfpecklsbBONftd6YJCZv5i2VwUedpZhF3jY2cVQBFSk+1JdAsAu6m1Li8Usdx6ypvpTYrdXAlB58xWmNgCAe2e6/zwo9Gvovt4zDLvZ1A1O06cdijQzxgsXSdQTR5xhZySxJGmUAvi7hpHyf/wu+56ZIOuTCGBn5g4OsNvPjYfJFdoqTPXmG5sS6216jRv3PCCDe9jd1IDdiQGLW+UDs7YS/VSMvTamrIddEQB2AGNyxTzsIvNaGrMTtihRD7uWMaEIgLpkDDulFEpFntS+h91CVBZ/IMa7J4kFcNucZgOJF55k8+eYIgBg87uJgB2fM/H1jgFIdUosZ9j5/qpUofx6zcInrCSWs/BMmynHMuwGSgjRtU4ghp2VxOrfj06IBS5UMbETht2U0AnLEuuRxFomSDDRCwG8KWAXLUiJwdEnifUWqtTIlXKAXTEsr0kx7GjRvzCAXZ9EM6zM7qbyhQJbtIfMP1Y00KqKwi76GHbEMNxCTnWRZQC7Dz5wHcAHXjMPO3XSQakR4MnxvMAJ4pLY2APLJbHXewC7bAiwW7tjPsUiyliKVpJh96L+/7VnAABnzPw4rHkhsSSm0+rEyo3/7geX+KL/8R/i2//Kv4MawbBrkDmT0w2rzF3ohKr30MMuZLuZZ+nuWuLjD02HXzsPO8uE3Sp0gnnBhcWe/aLoYdhZwC5tYWA3MMzzUymJIhK0Yj+bsbZixunka5qp2srwddqyYdjNZFQSS+nZMc+JN2pCjQk7GKopKbFc+rItK86T0WwJ/u1EEpt4r2dN0QO6DbH59jx0YlkbQ29lLB1UF2Q76njYOVZYFsxLGg549kliG+Xff+oDzdhQQaaZRKFXcszDjjHiY+BYkmGXuZAePyXWsdf6FhJ88y/GsOpeSxbO0UmJ1a8l+xbysAsT+Oj1BZfEmmPcdw+7NU+J5ZJYskaZX+/INPMIC8cCq1tmGfG5oMewa5zaAHBMuoVl2OXm9+vO54wqK4klQKM75teJxTEvzbCLA3a3ZXz+XApi2HX7t8aw8496jutSlvWwM3O6qf2zBTgGPOw22PQqOJDx5GdrhumtF6yVDbE78yIx9qQksdwzbEJ1PexYO4ltmlkPu00YdmYzgh2jz7Aj5cZp93v3uJpWYSYCwM5LidX3bNVGQifgEmZnsxK/4Uve6j54KHRiLAMxNmdi6x1ax+qUWBoHnYddSOgIwTIe8FAGDDvtYecksZbwteW97TBKLcPOKDE583hspbyPd1Cbr7CVstG9+ZQOum8BakpYJki4Wx1O/MZfEAp7oHTWegTDTr+RADvXmMIFr2XYsQciJetVIeg44abGPOy4GX2fhI0mFtMAuz2dyJmO4aMnrvn+DDFzkwy74YHw+qLAQ0WS2PvWS2Gd8LB78ti1+z6QLfcksWnArkaONYrxoRMp49aHhmF3rP0sTo2XSszDbl4wSezJS/b3f/gHNOj39/7jp/BQmcGjF7CTO2DYZXbHut1LSSwNWOb5M8/SEqUvK6ayaXybd9x200JF2g27RkXZw7AzwF5mQycigJ31/dD3eIWid5D6ync5GUZs0SnMmCBVhbpyjBhKkzwscyeJpdAJpZCbMJ5s9gbDbqvyvNM2fJampMRyVtzGya4kDVpvD2JZhh2FTiTmEr1p9Ylj6AudiI2rQ+DgtlLiC67TOgyKGCGJTXrYAcq+Jp4SayfpnGEHuHbcUEpskZY3jvCwm0WBl+GU2JylxKrapcRKDtj1tNuv/iztORV64FLdPtJ9ZyzQgD7XedgZgI5SYgNmggud4D57/n3Zew+7unVecbwvo7le2R0r+hh223rt8nmO561n2iXN8e8Sw44AO7OxRR52GwN2IsJYMtUkFse87hzN3HqAPOxM+3hKve5eWJ/bDbyyh2FXm/O9eqETW0piox52MUlszFaif5O3yIlh1+rNzd/xw8C3/wv79wdL/X0Hc3MvVONbYyQ2FkJfsbGV9LADEoBdn4fd9JRYJ/nPuiDOJZHE1q3CnCSxpSGOGJbhXKwta+3cSmKFf50N83xWFF4q9XDoRPw6d2oIsDN9RS6AQtBccJZkNoebSg4cE3ZNYZmkTRsAdiMksSOqY50QAHarehPA7uIUE5tv6TLArcM466ksJusMSrRxsCtk3E0JbFAWsNM3oo+dxyW+bb1GVh56jbRjxh6hiqYZdv0AXl9Jc/6SXbum1lPHVgkURQ/Djs63Hpbipjz89qbMzurrtZsYvLSSQImkh10yeZjVjUWBB9bD7qEFEk4x82QsVDyJp49h5wPAkWtKgRPGhy/maxMrYRl2wbMUBEecrXoYdrnEq8R0uv9x/Xmza/jwXbfz9dKqxDUgETrBUmJ36GHX1qseDuxjqo4kVrePczVzsmIvJZba3PYediK22DcLhFplKCJ9sGPYGaZLwsNOv7YAGkCsxwF23/4VL+DeWYX3vul69O+2D1GV9c1co7ALCZ0Sa54fAlUYvV6+AdhtV2PCDoZqVOgEl4RtybDL2SR+az888z4ChDZh2KVkTDFPGMuAipz7QHDMPjPs2lZhWcPNFBOsuGhKLAFDmYQQbr2oRAYoeCw8fu7Of03597+ptESocRL7ZIBAyIaOJL9yiwgfaOxn2EkO2DGGSJ5xSWy63X7p2+/gL3/r+33ZEqsveMtNfPVnPYW7H/p455hEgmGXIeFhF/gDFTJjG0k5gOpSeNhVLOTD/cEAdhH7BOuPxMDIRg37u42pks0FXXqtkz1meQk0wOunum3Q4vnAMuw2BeyCNtUTOtF3jneOZhYAVU0FAcdueRKv+S8++RQwO7IpsTFlUm2IE0cw4/glAUgGywJ2GzK1OLO66RnPvE2vcWNBKRlgB2iWKSsC7BbzGchODKp1GyMJNrxlHE0A8dvWpXt2POwAJilmv+Pjc9v4a2jqsxM+xmECtj5eAgyFkzXaN1wOALlpFWbmZskIw44UftQXFnnmbxASYy7lo9sJnRhhecIrNmeqIgy7lrEm83RKrNuY8xl23KrCtUcniR0dOjGiqC1ZD7uOJHaT0ImLk8RuAdgxZtcEwI4WoH0edla6Fe7MBrKvdgOGHTE4+hh2nEFX1ZWGMzzALvVAMIadmUB12CzhOU2RxBI7kQFptQHsamS9gzQNtMKwxvq+N78kHnYP1QLP3Vggy4DTu+Q9F6f0p/x0eN08LHHCU2JNB3Sm5rgTmVw9zZJ4UgmxACA5YBO7puZ7Tg2TbawkVvCdOV7kQze/AQA2rewgsqO/KKU753sfBQCsCn/w/+SywDsAJ0HhxSSx2wJ2uczs5K+TfLsPFV5vAzCdo3SyYi6JtWDBFh23ZSSnAbsKeXzybz3szCTAAP0xr0sl9cQuW+t7vGLgWqxmucQf+LrPSf6dGHa5qnFuGHatLO3O2eEsxzmxEgmoY9JYGWFNvFETygPsNuzHx+xiUttmDJONdz3pffVq+13K8JkLj8mOw0qDSzHWTQTkAZDwsOtZaKU8ZKhG+J49rlrVrfN3A5Ieb0dhsqlqrCpBZDkOCmmZ3m1UEuu+wyYgNioOPFPoBPI0W2qEh93x3P3ss9kGJLFCYEVMcGbdkEsWOjHQ53/p2+8k/yYzge/69V+A+qUF8OfgXyfzuXXgYWf9pDOfmUALby891HyWnl9Xk/2qHnWt6tZPH1ZKS2BpvIjYJ8QZdsNy0TEVD51wskdZlMAKeO00YNgFHnaTjMyBSB/W7WfHsAgPZ7nd4Gsa/XQva2LYveq/+PQV4PYLljFTRQE7CsNI+IVe1pLB/GSyJLYL5sY97PimV2LMCYrme6smzoSzgSezEiAOQ1t3x6IQsMt8EGVMce8xB9ix8+yTxAL6uQnlx0BSEhtj2K25d2MRMMYuCYBcM8DOSWL1/2csJdYCdllmxk0BQKUBu1ToRNMvPe4UefHy+WSMYcestFpR+CnqrDjwqpRy4FjO5wLsXhvgtRQ1xM4YdgH4mwid2IhhdwFenhuvsBs+UZnwQAjmbZR8jZVu+Q1PBEj5FLBLWcDOMMx6sMoil2iUuZHmPLlPWGfBa45TsHNKMuy2AezyLpDWGGCjGWA4EUBJgF2vJLbYc4ZdVqCWC5xggbfcPsDztw4cWycliU0lD7O6cVC4lFjV2JjqU8y9RDmqJ5gk9u1PHSc/t8glKtWzaLMApD6HsZJYag+CA3ZKAUsTDrG4oY/feNgdRj3sMnfO9z6mX5/pc6EJ5Ssrc81i15Yx7MIdlI1KdBdCe1OhjM4sGJaY+cEdpsawOge/kgC7GNBrjqOCRCm791YFzF+XKNsdSFqT9CYNw26tCm/gnHzcpp/PUbtk6sw9LwelxFIFHnamfZ2rEovZfsoDL00JJpeI+cSMqWbELqbHIthyEsUl/mO+u69SvnP23zyUYwhI29bDLmB7hWWlxPvX5s+rxmfVJBh2b3/yCEDoYecWhUcMHPMsRJQPPAFuMbqum/h9sqETOZJTnjGAHetj4scdnyPx0AnFUsHzkZLYMSWEQEH9dMvAT3Od6gTDTqYYdm0kJdZsPO89w65pfaCIrrFl2HUBu3hKrP7/toAdl1LbeV3j+j9pFsCvW8AuN/8nbzv9+8kbnMlNB1dVYnEc1vGBnmu2Zv1AKZ+31V3/hSefAqAXyQAL2eDfCWqDKn6cl7Vs2uimoRNszt/rYUfj3sDrWJVcEhspAuwWc7Zmjm0wpSSxCSAwVivuPWYBOwKS4ObEKcCOj4usP01JNaVNF2X+lBxYCd93SRh2ddNaD7vMhk4YwI4z7BSTxAJsnmeunQj6ldSG4cYMOzNfaSp/DrQ+AZTyGHa1KJIy/YJtKtSMpck3MgrGJFWWYdfsThKb8rCrfA+7mCVWtNo26vG7q9p4RVZB4o9W34w/Xv1K5OVIDTScnLQPsLNgV9CZiAA5nwTYUcJIawCrPoZZ5qR5dWWMZOser7iI5CVLediN2CVLVSy9lQDFIcCEqPvSdJ6ql2Go/5bvq4fdr/3f8V1f9s/xD9svwNPX53j+1gFOLGAXZ9iNAU9uHpQ4w8yxBB5qT7czNY9KYguZ4Rvf9xze89x1/Lovfkvyc3MpfHPisMwxnxgAYyxgJ6jt8M9cPXQdhqHJn63SDLt5Ll3QhgFrHkAvvr7MsABeOjfnzhhQthjDbrLEI1ZWFrfHgJ05Z2Xo4Ocq4WGXSIqe9JUGiBOxxf4Aw86mCBvWCE2oO5J+AK2Z1ORMEjuZAcBKMja0MjtvKnPfezhzKbHKSmKNxBhlVL79Rk2sPp+YMTU1dMKmwW0K2FHM2cpNPjedbA8w20d5/E3ysOsBefoS8fq+Zw9qWTVu7AKSMtZvfN9z+GXvfQZf9dk66Mhn4knfr40rEiKfVXLfGg48W8BO369xDLvG/3/Edw/gvnrDktjM87Bz45QcKYkdXdSWlJMX03zSSj0zYti1kBn3/vEXtV56qPWwI7bengN2det7p9E1th52R5339DHstt1Y9EMnmLee6UdIcXSXJLEUtGTGtAebetiF43YkRXOMhx0AXCPAzrSFpQHsjlUwfz55WX8e3MZsWDWCtn5VQidoHKM1xaYedjxMYsjDbiRLfTYA2JFP4pEH2DFwZUASOyU5elW7z/XmjJ2UXXb9+Pnx+YllMxa9GyZA3MOukKIrpb0kAHLDPOwy2oTIHWBHHnY1cgjBQHnLTqT5WjhfiWwwAtMZduE4zNc69Pn1ErmRq65UjkZxmb7f30nWRzWtsm2Zb2RwxiepJH0Pu+3G2c7GDl13M7asa2YlMab4HG+fPOwqUeLPNF8PAPitEySxxN7ql8Qayn4gPZUBMMgZG8NfrB/amUlnbXoAq0IKnEFihhpNZQCxSueCtUogD8Ab2vXkLBhis8iQ+SIDcHPCJN1eOy6JJUCxLzENxmdCAbIhSWy6MRUEqgqFpq5702cfV33qgb6PT12b46CQOFOMYReRONnk4Z6J9I1FAUDgFAsc49SGN2gPu/gD+ye/+fMGj7WQ2QBgpzuHE7WAzIQn1ekry77iC06Sw8oZUCxQNa3duTgouvd8Vkg8VP4A93qrO62f+9Zb+Cc//QpO2hKQcDuNvFrX/nbBsBMyB+pI8u0+VLDwbtdnkADOEfewS6VdTykKmokz7PoBO8UXrZ6kPyKJNRODjAZbFJhtAdhlPGnbMEgVmxhwSWy70teRJnZnmFtWwhu1RclC+9dsDNiN2MXki5JdSWJ5P7OpnCWchPYx7pJAWsIoPObl0vbsqkY8bqPfc4kBu1xm+NPf8vnAq8fAn0bAxMs9wK71/Iq6QGfJJbGAvnecpVK7EJuDodAJek/ke/g4q7hsaEToxDriYSfFuJTY0cWB4cDDrrKSWH2tMtF68z9aHDlJrAGrpHCMawLsJrBpHket6zZgefoM95gkti8lNttynhINnWCbmXkxA9B0JbHGY/relqET7kC6RIkxHnaAAexeh/VWW1b6Oh2FgN2ZDqHok8RW4VpqrIn9vhdd7z5/0r7i48Qohh0LWxqYM5KPYgqwe/1U95E3jtjc3huv4mMOARNTkqPXLHDCCyDLcv09NJ7zc88krJSTz08GAicA17c1HmDHgJXwvZdQEmvnLwaUn6k1FGO5FpJda7qHqTTjpIfdxA3WcN5TLbuvWZ1Yf7kKOVTb+inqrPi/q6a193AWk8Q2rVVJ7jJ0ouNhRwy7egm0jV07bwbY7X4+t/EnlnmGP/or34u6UZOo3fkEhl3oYZeXPrAwBbAjdsdcUehCekIlhLAThMZ0JiQ9rZF1kslUZMddkIQhlMAGC4k2BPB6yqa38tAJM2FskEXTGqnIG4w8/PoZdszDr1rvJWD30n0D2B3PMC+kY9hB6cnTzN91dUEmaaDyhmG2PcSBBuweaMDuHHGG3dgqpGA7sbHQCQ1onGKOG4ti9ISSZIeev1kgh6XdXABRINCTxJp6udb/fsvtAzx1bY6zByRdjEliDXi1Aw87wDBQa2wOMlxkBaETykpiEx52ifCcSV9pvjOLAnZmAFd5nA0XmzAiBdj5fesaBY62SP3NWD8nKsOwY4PronCS2HZ9qp+OtQvxOBoJWr9RPcVTVzepMbJUyRYb9D0bg2zkGcT6mY0ZdsH7OqAbl+SkgLSm+1oAUU+YXg+7CMDnfc/+MuzOqwbaNTfTqfEciIsm4sbYc9J7noUnie2mxFp/pjoAQUNJrCo8WY1/HKEkNsKwYyCiEtIEYdSD98Nn2OljyYQBgnaZEMc3XALFRhg6kaNBweYNIQslzrAr/c/a01o3LVoOFJGBf48kti8ldts0e49hR+uIdQjYnVmWEykbnCRW/360zIqqk36ZZtgNJeESkEMpseeGYXdAgN3ipg4vM77FhQmdsBJgVqtwGRm5H5eyRoR8jHr/oIddRBI78F0eCzlSJMe+ecgBu6b7c3A8HQBjRBHYOw/bsyx00nCMYQfoc2xW/vykHmZ99abEykjoxCUBkHXoBM2h/NCJEms0RvG2RjDfp7GGGHOpoMtwnmPna2MZdgHOYaXOM31v1yfA+qGVxK6RI2tVUqbP14t1E2fYcT9bYtiVqCCaLdUcpjoedrztVGeo6JhGS2I5YLd7i5ONZ4izXOJXfeGbp3+h9UfrAewMg0wEC0sZAnYTJvP0WWTcOCSnbawk1gBiFrDLMQvZW5TkqFznKS2jK2DjBZ1HO4E+ThMs7i3XVM7Drq8IsCsb3Xk2Wbqh85TcZh/N/wF86qFj2BUywzlmaCG07G992gXsEr6IvG4e6mv0oJ3j2QzAiZbEnqrZVnJPLbGOGHZSUegEFqMDJwC4xGXeSZzf0/83cljazT2e59oUO6hFwUInTL1c6X8/fX2BZ67PcU6AXZRhZ6QSajeAHbXx/WTY+YtA8oM8Rxn1sMtGtLmhykYx7GRCEssZGsyDs+g+++FGwkr1p8QOVVnkaJSAFAoZSUrYd8hMoJa6nbUrXxJ7hhmOZm9IYreurQG7ESmxVsa63oEkNvK+TeVV4fvCSTs3ax70sBuxY90LYg0BdhsyOB5B0WLMAnYqzoqz5Rmtu/Pi4JjdNAtAPaqOPxMHhQEr/an6VAWhDDkCwnHAxE+JHfawI4YdHYsFSHYpiY2Ec1Cf7jzs9L8z+Aw7m5JqDL290Anrtbb/ktimVWYxlUFBQPDn1UpiIymx0STJuDRranG/2FaWGuhl/r55qQE7qmPT9il04v6moRMBEKHyOcLWXzXjGHY3j/Vn0aYiSWIPGpNQcON5DdiZDWBreB8D7FTQ1iOMx0tZIzwDeyvqYddnmcAksQP9x5Ak9rUT/Tm3jme6H+GbI0BaEhthrw0VtZ1ZqODpSIoj17NZ+ZYUZk6dSogFXNvmCdBeCnbIPL0kAWZ1q3AgAoaduQ4asDOvg/Q3HWicsJLYELBLkEU44DamuEUDf38+18e7PgGqc8iWLCsK5Lb/7jLs+D9rBuzxtYyVaDet9dkuRQ1Bc80Iy3hKdTzsigXsvHB9xnz1Rm7yXDDDbgemU9MqN95GUcaIKQK7QiZIxytvCnIeAFRtD8MMcF4NZMpaM4ZdZzCMTMgzmxLrf08WnIOaxLBzu6lUTUMeYv0LXJIAzwxg1/YCdu66c+++fSraQbpzPDPhDwLnPT52BKb2AnaGYXcffgd/hvn03VBWWhLbFzpBHnZz3Docv9gltqpQbMCjc5/p4AjazU0BgZqd6A+OL671dXzieKYZdiQ3jnjY0Q5tEw4iG5awMt899rBrKm2uaiYX146vWQ87RR4ccCDbNgw7em+Ukdw4aVi0fcYWz4gz7MK+dIVia5CaWCiy6gJ2AOxkRIWhE5jhMOK3+EZNLB7isEmNkR1YNp2Kp8FNqXDiKOTmTKWOLCYyzo5lvqX87/gcRnWBp87rU/chBQzuQZEZfcstHfoARh5CwkDMIxbwkHEwzRo0u+vGjaYBuH6DJukN7eAXHbUD+xLzHeRh1wXsuCKBQsZSkl9eUgisDUhBklg7J9wlW9IukNwxEeNaKaBtXYpujtbbkLNMmbb1ALmCMezkJQid8ACJTko7SWK7C3IZSbtMLRynljcuUntnrOAy2BA7Chh20c8ZU8UwYaHh0ueeun1NXzOaOxIwv+CAHWAZdtbwPrLOOFdBf39VGXZbpcRSv9Ania0mSGIHADuzPrp9WCYsHOIbC9uETszDYD6aBxgFUWf+F5ufbMmwK6ToMk8vSXusm9Z62NlnnRh2iqfEBgGTYejEGM9dwAF8YxURKQ+7Yu6Od31mFV+VytG2fLMoIDoJwVJgW9uO+DrSpp0HHnZohqXTY6ojrxaCJcWe2PlPB4xO1QV72D0GwM6wxHoAO+f/FujrZ+GDOOFmBY2yHkCVG4NaNwawstLYyIBFu55ZxMMuC+SkWXDM4b/7yl47BtgRoNj0pL4CsI19rvTEQvXs4PAU3Hof0zrhDH1vHhS4Y9JaKbQhDtiZHeoYWGFqXkjM8gyvqWve708x38oEv5DCmfX2hE6cYm5luWMq6gcZ7DrfP9fX6cYi/rnzQuKB8ie8rzYa7HviaIZnrs9tOEAsJZaejxoyyuCbWvb+NHsIFGdswcCYdNeOr1mGXbOOedhtzraQfYBd7ajn0cm/ZQQ2dlJUq8z6n/AKmb9rbMewy6VjoeRmMRN+B02kRBA6caZmvkn9G7VZPRJJLOtX6m0Bux2al3cAu8hnDQFpKaZVNHSiD8Qa8rDboe/ZjmtpDMVbLyhipPzX87Bz15CCdDw2W0QSW9lYz6Adc8AuBb6EybyJe/lzPuMmAAdgjJHESiaJdQy7ALDbiYcd+37TRrmlR9W29rpJtN61IKaMUuw6ApCZAkz4EFlq1BP8qh51eYBEYEnRmxJrFn0tZ9iN9HcbKt6Wrc0DHUtWYBGMXYc7A+z881yJbp9WjwQlnzDtndZh9JzPajN3vm4AuyUBdrpdr1T3mThFfFy/9LVFQCAAv732jaVcuTHSB3asJDYN2JEkNmDYWUbThNAJA2rMw3klnSsBdqnrGQudiMi97dsi/pRVm2DY5YsLAU4uovo87ArUWAh9TzvqFxs6QSmxCUlsKnRiNMMu4WGXz1i66hnzmM1R9zDsAGZd0CQYdhlj2BnS0VzUENVuALucfb8t6r+qMwdGj7XE4nOHHouyTeuxAXZ5jyQ2xbAr5/5D3FkA9pQIOosh/7s68LBrCbjrAez4A5FZRle/rDdMvu0r8vTzJLE1edgNAXbk4acfprZnQikyidbsOJPkdp+qblo8MLHlNw5K3DnS52alnasuYJfyRQzr5kGJV9V173dnam7lDJtU7oVOxDzsDGCnFrg5QRIbTVy2k1jdgQ4x7BaFxGs4xppJHT6unsDNA82wunM0wzkBdhGGnQOys61SRamcL9/+tTvPa4Qx6Y6PjlEJ4wfEZMOOYbd528nsPY5JYh3DLnbtnVTfLUKbcHeOKti9X6HYijFZSMewyxsD2BV+n6tKAuzMtaycxPgNwG4HtStJbG9KbGQc3RRo23aB5B1D6Pe0BcMuFVihWo2IeK8dYJ31fs/+LSzO13oe02IsYMe9xpxE5/rCXUO7Edu2UUlsR+5F944WJOb/q1EpsWkPOwD4S9/6fvyJX/W5+MynzZjPEln7ATvyDTKAHfWVu2RLCnZupq8X7Do1rfIksXlEEgs49hTgqzNoLrTPDLtVY8ZQgY4lRT/DrsvCIdbQtgw7X94dAHay7DCNyDt4HrA0pkti/TF6GUpRMd7D7s4NbRlToAaUsqBLWRPDztgdkYedWa+tI5LYExX0rW9IYv3XN+sko837HQf2BiSxHZ/PoF470f3F7aMyvmGU6Kdc6MQESawBe8P2becBtB5LBUHtwsOuJmZp5gPGl0QOCwBN02JuJbG+hx2vFcqA5UubRwmGHbdWUOy+jrjWXqUYdvnC9U3VubcuaRjDLrZRUjAmdL+HXYvGWOgsROU2h7dm2HXbku2/1md27JyF7NFUXbAf8eNj2CGx2wwnJw0Bu2LmDwSiR+celggm8GpgMdBaSazvYddELhnJ1gSXnRHDLpiEy5BhN2Fws6ETUCDDazq+uidEA3AMO/dhQ4CleZCq/WPYEVgHANcXBWa5xLV53ssEy0Ymdt44KDoMu7s42iq1spACjepLidWTpBPMrSx3TDm2ah/DTrdbvmDiNS8yQGR4GTft7z6u7uDJY91Obx6WTvLAQCoqKxmHHJRhjClZ7C9g91f/vfY0XFVrey3WSmIxn1ngvWXJSbbNbdF50zMfBezMgFupBMPOY7tQclP8PoVM32097DhgZ69DMDGQBNjR4GslsfM3JLG7qG0lsWMMsGXuAwv8e6dWx1R9lwy7yMSOM1BjlfSwC1JTgfG+brHa49AJ8idqY0ERfQw7gKXWSbzvLW58sSFWic/qsEdo7kaMgMb1e0m2VAiSJq7xvJD4FZ//JszJBmQIkASQZQJr8ixtSRIbjO87kcTya6m/h9sr1Aywy9FASs6wcz9ToADgwgP0x+tzmMKmedRlEyhlBjGFYRfzsOM+flvU8dz1b3ZdYQG7vANcOIad3ya2Zdidtt1+1vr0DZzjE9edx/PD8yWWVQuJBnlrnrFrz+r/E8POzB9WKu+AOadtaHVxVQC7LSWxNH41lVOMxNYfXOo9kqHrALvu2FUxQsOtw1kcsEsAiFxKP7YsqNEJnQhCpMIxOPQZBcalxEZARWIJl1L4771E4HHDU1ctw657HZYo/c30zN886kpi2b+Zz/7k0Ama91A7qhnDzrLSTm3/TAy7vo0S6yHXtJZh56fEurTzxlyLA8H8krf0sCtkl62J8sieCz1foy2xLtje5JEDdmU5gmFHktiQYRf4v2XF+Al9KIVUIyWxreloCRhrY9JT6S9MATAPuxB09M9Bhr58PSW5N0brH9dYhp37sIHztwzD/ZMm3j3T53w8y+0D/cTxDKfkxWYAMF4iwdoM6+ZBiVfhM+weyJtbySgKmTlJbAx4MZO9s8mS2AjDjgZHM1ARNT7FsBNC4LDM7Q4qALyEW3jymm4ftw9LnFlvwIgk1nooZlvvXAMO1Mn2ELBrzIAllWPYLVHicJYjK8mPzYGaWaIfm1IkqY9ZCLQDktiMbySYQTbFhMwC5u8a+XahEzJDFcpngok8bVbI5txot96QxO60HoUkFuiOJZsmu2aZP9HZ9HOA4dAJYDyQ1rdwo+eyVxI78D177GH3YGkSsb0ABDrXnk0CgAF2Ob74bbfxtjuHeOGJQ+ReemJXEkuTaBc6QR52JIl1C4IkC3iEh130uJlf3JjQCcElsUqhNw1yanlsRb1Akez468Z52GmGHZcSuZ9XDLDjc4U8TJzdwyIGUZln3eeoJ3SiLyV2iH02VF7isQXsDItIlh3p60V52IWAnVLKgtxD7PjDhesPX773EMuqwQFW7gXHBrAzDDsJ98xVgQzzpL2qHnZbMr75+GulrjFrBqbcGBP0hH4PO7ILygRwY1EkJLHxsc16ik2RxKYYdkPXLwwTAnxftERJ0X221zwFmz8n5REuS7VrDtiZc5C5N2a1EN25Of2d1h4pCw/AB21tSNhUhl0A2BUBw45JYhvmoRpbQ3OvUedD2A2dqFtlVZELsR4lnR5TUYYd9V/rUzv+zCZLYi9GLfHIAbvCSmJbn57JKjeTijzYjZjN4wu+MRWyO4aolBTS4Bh2aUksseh4kqMDHQOGXXDMeTm+wcmCXY+WpLrjGHYdRuGA0WRtPfz2j2F3zwB2Nw7dOd85mjlqfg/DbigA4MZBgVcZw+5MzaCK7WjVeSaYJLYvdGKqJNawr6BcJ2onsXqg+sRd3bE9eyPdzg5nEt/fvA8AcHfxGWggTZAHcOuw7JXEto1b0IkdaPZdkMb+AcU5B0jNtTjHDIelhKCBo3aT3rFtrq8cq7YL2NGO3FDohFAupaxKAHFZsBioRLkVSF3mmUtSNCWDhZU0Sc6Z0h577blOpHuIxRuA3S5qW8BuLPgQjiXbSFn55HGsGXKspnjYTZWqehPgkMEVY9j1+JcCGBXu8ZjqlYeBFHPI4423ldrt+M8Lie/7HV+Gv/tffTn7rMYqBTj4Rx6bjmFHTBVfErtG0cOwC/wJBwG7kecHIBPCbUaYeycz4bMXLoxhJ601Ts087PKOh11XEltI4atADKvwMnjYzfLMZyIBvZLYPOJztSsPu2M2Ntl1BVlhZEXHL5gksaGtymKskTlVMEY/bPx+mS86B+W2jFn1qXsnOK8aLAiwExI4vKN/Ngw7aZika1V0fNMeXFmG3Q4lsdYvrM/DboIkNgzmYfWa9fcukWUinmrexMerPBLWMlTUvyRDJ+yHhxt7kfnJCIZdPAHa9HF55oN0l0gS2xoQqkHmtxN2LSqhAxb7QydGzFcAxrDbMHSiijHszp3HrCo8D7vYuoMDxKseSSwArIW+DgvOsNtGhQHW3puUJJbA6IkMuwuayz16wK50F1glFhLks5GX/knPytwzPZ3CTstCSezAjSZJbCd0IpIuq+zCeJhhV3YYduMHt4IdM0l0SZI4lHqrAoadGDj/Jjj/fSryZePy0SeOZ44JFvOwG8l2unFQ4mPqSfvvV9W1reSwwIiUWC90YvykgD9LTiaiJ46naoYf+uhdfOyu/vebbqbb2WGZ43+qfwU+/HP+O/z5d/x5ALCA3e3DGc4ozKNeduRjbUMpgrvZUSBfPrmHDDvrJwdl79m5muFglltJrOAMu5G+iX1lfQrRusWtqbpyXk6x3XqXuOtkXg2yqCRIBoE+Q6E8QzXLnSSWKgu+I1+wNlmdoT4zgJ06eEMSu4vaWhI7zgDb36EV2+0u8mdlmzbYWSz0MeyG0lt7GHahR1qMgT/IsNvf0AkC7Nw5DHi88fNnDDtAMzAKyZhSKUlsyB6he2kZdjx0YqqHXaJtjg3VgF4wUt8muIcdf8524mHXZdghK/wFKzHshEIu3KIjy4QF9kgSm2eZN37nl8DDjkti3cI0YNhFACIZWYjZBNVtATsmic06ktjC92vMhN1MCxl2k8e44Dwf1P7n8XMdZMezvuaVe6dYVg0OhXley0NgblQm9TnQVJANzTUK6xdmjyNk2F0iGWJvhf3xZMCOhSpQ3xDdODKfWy9dfzgUOtHDsCNVza1D8xkTUmJdCMAUSWwiSbNz/YJzCp9nYBQQE2NFWXZWJoCD2+7Flwg8Vma8rFD4gQVs7kJWDB4gb5Oq/fHW/T2iCAC2YNjFPOwcK43G5wo56qbfwy5nKbFkzVB6klj3HgrZOcDKedhNsEWLVZxhRwEamzDsrhhgVzIZa7XuAnZKKQvYhX5vpcxsGiOAToBDX4V+dx3GXVCWYUehE8xcPywrPWMsmFzFGXZFwBLsJN/2VF64c68qYv7ph64ZmiAGnaco+htUCFjuU9096/qy3TliwFKECUaSwpC1GdbNgwI/q562/64htwqcAAiw6wud0BLeUzXH9USaa6xyDkJTR2Emjt/zQ6/iG//Mv8C//fBdAMCbb6bb2cFM4iXcxs++8OvwsXN9TZ2HXeG8AYHOtbXA8Y4owLkBIQVnDe5JSX69zc7zOUocltJKSkXjaO3Wx3ILSawH9gULfqLQV8jjMlfJNhKsh138tUUxs0EzALDMtpMSaMAuZBf7u53zco6avB2rMzTn9wAAZ9nhdLnQG9WtRyWJ5WNpPtsuHcv7rB0y7GISm1DiEVYKuPEAuxGSy5hXD68x4R6PqV415uU22XWIgZZlzuvGptZl3dcAPjgWSYl1oRMphl2e9uoKr3nke/xjiiTX9oROWElswxh2HPjdiSQ2A2DOjxZjsvBZAZyZKH3gjQy9SbKWZ8K7DuQFNYVN86hrzZMDw/6MWG0R2Vufh93WKbFMEmttaqwktsB1tul667C0yoODwm9Ph1PnlcEa5kHtfx5nvg0CdplEa9rWaw9OcLpiktjiAJgxH+flAwtMr9Fl2D2spBvHI8d5aasDMG0K2K36wRHr9cYkkQPrFBvMEwHWqM92gB31bdy/LD62O0+vKZLYhIddR9U2gmE3QuqYR3zHCOwpZOYDdpdIEkt2Op30ZzaXWZlwuyJnfRi1lToB2IkLYth5HnYpSeyAh91A6ATfkFtCH+cx2Bp0S4Zd3MPOrFPWZ+m2naqr5mE3m7nGsY4EGjRNi0KYCUbhdyba7Ne9X87Go+cd+eyAWSF51VkGG3nZRZhslMaYtcMMu1DWm8/GswSLPHfprea41EiGXThQDAOW5GG3v5JYzrC7viiYdDMIR1DK3Y98CLArcc5i6n9CPb812yeXwoZ4qB6G3QkWuHk4flLgMVAtw05/1sdO/Uf7rXfS1PBDwyA8WdV42TAqnjQMu6NZjlbOHZiz9gE7ei7UUPsbWTkHkves7eUceDMg6zlmOJzlVtqesWO2DLuBNtdXhSeD99tOYxh2tSiicmQbhqOc71Sj4gy7WSHtgAgAK7mdlKCMMOxCFt8BD4qpzq0kdp0fb/Xdb5SpmEfMlBopz/EWNtvuLHqf9Rg97JRibIfg/GOhE2OCGFL3YZe+ZzuuV8zij9i6PqCVAr9GLiCYtyb/rJI87JqQYUeAnf7cpSo1oyJ6DFM97GIMu/j5eYBdyzzseDva1YSdjoFdSy8lkX1PR5FmXreqKEGRgYrsc5QC2j0F7dZ1D2AX+PXyiqfEUujEdsueYwbYPXXTAFssJfYG20h+4sj1Q+HG78GWDLt7lf/+ygPshkFJWjO8ev8UD5cVDsAYdjJ3TJPVfcZqzVHVfltZNsqpW4BLBZL01s4ksVU/OGIBF7ZuGRhzO0narF68p++jtcGJMuyo3w0ZdpTKOUUSO9bDLgTsAok7MI1h13QZdrkUwCEH7C6PJFYZwLYK7a0YAL4yc/QiyrAz7aezQRbZYAQ2YNglQieKheuDqzOPAV81LagLjjLsKOQkGTrBwpNM+OE1MI/6i/CwKx1bMNm2UzVWlbJhPYbQiX6GXc0800KGHQAsGfqcT6Be53P/wc0GPOzIZJkAlrbPw45CJ4hhpxSkoLQmf1ANGXXlfHyHoqUY+vvrQBLbDHjYhQPFkCTWpeTunzTxrgXs3DlfXxS2M7MdCRWXgQywnWh39C/c+p148dlfiN9b/abpXiNBcUlsHWEsKiPhPVXzjv9JX3G2qvMVcN5qVN/8hW/uDbMgQPJsXVsJFAF2QgjcOpzhnK4tTZLp2JmH3S4qCkLuSRUlB+w0uHSuZjicSSttl4xhZ9Out/Cw86T8IcPOAHaNiN9bYcNwams/UENGd98XZY6HcH1TlW/LsJMdwC5kFx+WOZY82dkYXNdXZcL/uItLcjapsZMPPpbsErDbimE3sLsP9AN2HvgS9G2C+QKpEBCKhVIxU/FYjWUyPoai8UB6DDuzSEyy1WgBGshpw79zSWyEYVd1POx0e7RMhDEedgMpsbaiIGKaYRdKYmWW+fd3V4AdHRe7lpKzAth1mwt/8U6LISuJlZl3HTg7cV9Zdh5glweAHW0exlJiI0whmxK7JcPu1kGJL3jLTXzem2/gHc/e0r8k5YEsvLkWhXcBXUnsZJ/WoH94rfbXMBaQzMQoP2Gy8nn1/ilO1w0OhGljtK6aGzBy+cC2vxUKrBufkbysGnit5+ipESdzCSp8hjeWxK77wZEYODcwjpJEb1l12eEv3iPfatM+Yh6qFrgPFGBMohjWyw+X+Ko//o/w3/+tD3i/tx52oWwwvF4dr9uIZcfGHnZGTikz4OCOe/H155Kfs29F49o6ZNgx0HGpIoAdXcfkeMuY2h5gxxhyY4qP20DCw+7MA/c5oBzbKKHzqJp4YI4Qwo1jZq1wXRFgJ7aeM0U97KKS2P3wsHvkRkGZlGiUgBQqCtit10u7V+MtkE3dxzHehJf136ew00LAbiBhlnafLIONpLGRSaqwoROmcXKmXcCumQeL1nKCJFbv7EoANWrDTqSFuBqaIAYNKAaG8mqEBJRj8u1TkYcdnxjdOCjwEUWgUiCJZQPVmJRYAPib2Vfh+H2/Efc/9COdidbUKqSwKbFNXcE7gqaCMFKfqR52ZSFRKakZqZZhpwG1UzXH7/qad+Ar3/Uk3v5UPwBCgN3JqsHLD3Qn/OQ11z5uHZY4W81wiFWHvegYdrsB7DwQcs8Au5wPbEsD2KHEQZnbvkiqyi5oMzON3SYlNu8D7KwcPv75xO7N2hpNXSNHOnTioJS4p47wlLgHAKiK7UCzMs+wUu64VqrALJDhH5RS75oJANU5MgOCtqWf0vxGbViPLCV2hww7PlHf5rM6oRM9DLtYP+P5kUXOP5NAw9hYfR5pdB5TvfL2oL73t/48vPJwhfJv0DkMS0Y9Tyage028gAdiMTIPOwMOdlNizYKEJXQPe9iZa6t67g///VhJrCJ/UP35RcBe20oW7h1XbiR1XBLLGXbufPLMB90ItPIlsQ6M5MBV3bYoH/3+/WCtuIcd78/axjGSelNi3YKRZE/bSmKzTOCvffuXQCkF8UMf0r+kOWfme9hxv7tw43fyvDJoU3eXPqgSS1nsrawAmnN87LUHAG650AnaMJtdAx5+Um+kkcxNFRagoVpVjbUx0u+7Igz5rVNi2UaDDZ2IfEZ0M6m/bcxLAuy6wNonDGD33A2z1oxtTCXG9r7Qie/+5x/GB185xQdf+Vn8F1/5Au4Y9mjSmH8oPT7rAez6UmIjx+gYdpnfH9x6Ifk5e1c1KWaCNsKeJ2KZ+R52tKlDKbExlr/07SyA6eBSr4ddRBKrctt/A/GNkoI25+rW35xhlUuBulU4N2OuZQIXi63HWZ5Ca4uFTqysP+NUwO6KSGIBoDY44bpadv7WVO7hLSIP7bl0C8ni4Mbo7ywXQULhgM+ClcSSFLaHSWQXxmZS2LIOKDScn5casKQqJsh6hfCBHwA2JVYNTPbD0I1BwA7k4bd/HnYOsPMZdo4FFkhiOWA38CDdMpLU107XOF3r902WLgSVZxla4/HRYSwycLHOD8ZTbxGwmOyuswbszjDDC08e4d3PXR80zCQvlZcfLnG61m2YGHYAcPuoxJL8ATuSWPNc7IhRUJaFez72LHiiyJlXi/GwW2KGo1nuy/Pr5SSQeOg7bSUYdm2CXStsv1Rb5nKDLCqXWRQS9+H6yGpLWarMhMeGPkfZGfQOZ1wSewq51jtn6qpM+B93bSuJHZ0SuyPfOcCfbO9UEtuzKIp52PFrFpvQhv53faysIeB0j1Nin7m+wHvfdMOqCMYBdl1WmP93NvGPeL50Pez866fM5y5VGZX3688LPez6WXPeMQ2cXyEdw06nZyrjYTdwXTapqCSWe9i575pl/uJdZhneKT6KaqnHbC2JpYCT3AM795ZhF/Wwq/xN2d6U2N0z7KiEEFFQ586R+92z1908O8uEB2psm4R+99TvT2IMlb6i+cFrD/Sc8UZuPq+IMOxs6ETeYXWdrhucMHb+zsDqx12d4KKJ8jtPEkuhEzFJbAQYHLiGc9NHnkcYdh83QXNdhh17re2rAsDOpnZ2gcB//9G79ud/9aHX7M9JY/7O9UsAoBumxLaKAXYta/tCAJ/3a4Gn3g28+1ckP2fvyqxbq17ATt8v7xm3G2SJlFigy44DHIg8lWEX9bCLS2JpswiIb5TMLMOuZf2Xv06gf5+G4TYDKskxJe04EfGwq5yHXYc9mqqrFjoBALUBveqYJHbNJGURcGXBJiXF9ac7f0/VbOEvAocCK9ogdEJZD7sIwy6QxDYcsAsYdrNcQsE13NnhNDaJTW8NGHaDHnbBQymHQicsYLlfoAnAJbG+h5314Oow7Nw5hL6IYVHYwssPV7h/rt93bb4d86FgHnZNeD0NANYogcPFtAlByY39A4bdmZrbpNehIk+WD76spblHs9zz7bt5UHrAilc7ZthFQcg9qTLPbEoTlvcA6B2vg1KinLN7FwJ2W9C281xireIJw60ZMJss/ixT2IVUtd0IqZKSWIn7yi18mvJa5zVTayncNTnHLMowsBP95QPkFQF2bzDsdlKPShK7S4YdX3xvYygcLq5ii62+MAh+zWLPrwieyTGhE6n7cMG7sjspjxU3BNiFHnYhwy4G/rlrXFhmWIJhVzuGXVoSe5EedplROujK0ehF5EUwJUPATha+7w7zKyoCht1vUn8Nf2/2e/Du//jHzd99SSwHrpoJnlWPshzrQvpehnbjUEQXbjEWTrOj0An/i8IkzBy5zPDX/4svwdd97rP4Ne9/i/fnW2zOelBu97y/HgB2Uxl2ND8ozLrlVmHaL/XBFDzBGXYoOiDR6arGiboiQRO8wns7NUxjrCQ2bL8j+o+FZdj592Jdt/jQK3qO/vanzJo3Fq6U6OMsezfSH3zsdUeE+Phd9/MqybALn42Uhx0bf6thwC7qYVez0AkA+Ib/J/Dt//xSedhRH1+F83lmEXNmAbuYJDbhGQt05yuAS10fzbALxlTuYWcBu3MvJZYzQOMMO+dXWyUYdhawU1s+j5Hy2Or2cyl04oQlII9l2F1sgNhjAexIFFitIww704jWKi4rmMENUk9dH89Omy98iZcsx3nYEdijrCS2+zBkFDph0Ou6SrNrZCaQM6+R+URafGMmaDZ0wjKcJjLsBs4/ZBjuU739ySN87ptv4Bm2e+mHTgTtquH3o38RSCDXum7x0dfP7GdvU0IIez07qbsGXDzDHDcPpy1QZxxAot0SxrAbe9wkLf7JT2nA5MkA6Lt1WLprm2TY7aaD0ufUI1V7jFXwlGqTaEqhE4vZHJViiysO2A2AxP3fKZxvZgAsKNNXtokBl3wqM9XYfrWBjA6cmmHn+sh2S0ksAKyEez7PVdlhjx7NctxT5nvufcT2n1jc2vq73yjsQBJLbJwJDLttJ8j8/bMt2mAIfvWy5GKAHZt4xdgOYfJeXwqplf4k7sMeS2Jt8R36Pvkvf+0Qw66pokBa18MuCJ0w47uWxO7Iw85j2PWz8fJMuHEXQIHaZ9jtEnilYyDVQFb4KYlsbjELPOy+rfkeAMBnf/x/04cVsACzTNimvbcMu5QkllJZy8Po8/koGHYAIiwiPeZ9/vM38T//6vfh+dv+GuUpNmfdiGH3zOcCAB6oRQewq5sAtBgoYtjl0G3CMuyoD/YYdvpvKxQ4X/sg0cmqxnfUv0H/40t++/hz2fcSwu+TNwXs6vVA6EQX9B0qmkuFgN3PvnqKulU4nuWO3RkDaxKS2KgJP3Rf/Mn7DqT72OtuHbCsE8b8gymxkXFxUw+7dhpYvZdlzr0OPewYw25pQCvPD86OEYkNMv4aziSbGpAQtiPPw848G+tTCwSukQ8y7Oh+rWsXOlEG95Du92kbXpftSQUy5mHHJLHrFHs0VWPnzBvWY9nSXYsSUHHAjlh3NSRizShvV/bnMHWpr+YH/kIiHwLsTAO3zLoxDDuz4GxYcMZQyMHUQZvkxJapNVISK4LBJh+dkrt/gN13fv27O7+7flBYQ05VncHrGkwHU6vMlxhGal5I3DgocO+sws8Yxtm2gB3QA4AawG6JcvL3zHIGIFE7qE4hoAHAsZ9H8e+0gxYy867Nc5yRJDZgL9rnY0cyoHkhrex73wC7UjIw8VzLA7SHncSikFih0LvV9dKbcORyGijPq5BZ8noQYKcSAy5J9XNVYUXhNJBRQ+qDUuJJOMlDs7ix8TFTrbM5TO4Glph1JnSHsxwfI8DutZ8BAJypGeaL8Rsxb1RPbZ0SO3K3kO+cF9sCdgyk28GEzFbM62wMYJfa4AmNvHtDJwaYjhecLLaT4pP1qQy7cM4Uk5+yRapNQGwChp3ZlBL1hNAJuuZjffcSICKvQvoJ2CVqLS+9iPsYJgAyhh0lOSohAdWg4JLYiGm8Dp3wwdY8E6ga5S1+96nWNWM45Ow5onlIJHACiLNwau5ztatKAHap4mqNo/kGc6b/5Lvx4G9/B77lx7/IKk2orKQsnyaJJf+569I8K3RNCShYPfQ87DjDTimF01WNf6HejVe+7cfwxFNvmn5O+1zFgQ0Ymw7YsfG3j2EnhP59n89dUAsL2PnP+Y99Qh/rO58+dvO8mBwyIYklACUMnXjx3jl4F/Exj2FnZINDDLsOYBcZF6ekxLJjJGAlaZFwCUpYhl0ITLk5Edk+lfw8LcNuwMMO8G2GNpbEBgy7PGTYOTauvS+JIJwyEjqRYtjd7wB221vnFDEPOybvtZLYqQy7qySJJYZdE2XY6ZtdJSSef6P8pQCAH2g+d9J3HsxLrJT7zHwg7KG1gJ0viY1J/0j2SqmQtZGfNUqgyPsH5TFpTryawMOOUmzVEKIbJC/mA4EdNiV3z2SJqeIMu2YVl8Q2kKP8PYhh9tOf0oDdtcX2YFQb3DdbZiJ+pmaTAicAI4klVlezBpTyQifGAnY3gwRZHjgBaOPkM57myctcWzFgkju2ZjlbDO2dh50zG1eGYUcedgelZJLspWPeYEsPO5mhoW468NpSdf8ET5oFTobaeiempPOLUuJftZ8FAPi4uoOs3H4wXGeuj12i6JhsX5sXuEesvte0effrOLYS7Tdqy3pkKbHs7xOS26PF33/RXoax9DyqocCNEOyj530TSWx7sbuyOyk+WR8KcCDwLcWwk+zaxTzswtAJzrBTijERyvT8ia6lavR7hliBko05I0InGmRozbZgSQy7i2BKygCwy6SWtsIxTKhPLwUbH4xlA1WB2gRj+OcWW/zuU9EibuYx7JgkNsHojbFwmotg2IWMqQHA7mdfdfOnmxPnewCAW2/D8hv+An5MvQ13zyq03Hi/3iB0AtChZQBul2MksbkFaADtoUaHcHDzmavjX0fF29c2ktihDSDebkb0HwQghPJk8pl73/M32OeFY5VifbjfxzkPOx/Af/Vk5f2bwukAx7Ab9LDrhE5ElDQEOvVc674E6JCddZlK2BC5MCXWzYNeV/qZLPoYdlGWf2RzcrIkts/Drj90IrWxVli/2gbrUNZMrzH3+7TJLcMQwE7mh3EPO7MmWZ86Sexohh1d06skiTWmim0YDgDnzVYnyH+z9/8GfNPq9+PPPPnfTfpOLWdzDVMOBFYoSontMOy6x9X1sDOMLkjE2um/bt8FAPhwOz3+vLHMt2kMuyxIyR0C7KyEcw8lsbGa5RKtGRDaddCuGuffNWZ39SkDWNFguAuGnUox7AwAdo4ZbiymofJlKIlt1hCmM23yxegAi3Di+FTAsDue50xuHDLsKIxlR5LYIttfDzsmiSXATnvY5ViUkrEdnSS2UWIrhl2eCedTGAILZmAUKYZdTgy7BrW5T03Ca3BRSHx387X4v1W/Eb9k9YfG7yj1VCXdpOtELTxfRECzYu8ahp0yDLt76shLf36jtqhtJbFjJX6cVbdLSWywybTzGsOwS01mLeNshEfa0H2IgFZ7VxnbNNiZhx1n6zGJKfnahB52zRpoKggDjnaYCN538LCeCcm2Izzs9AJCaNsWaDDM87Db5WS9w54oOrI1B9ixRcfDl7yPeUrcjQZj5DFJ0B6VlxzIGUtcEhupGBBZX4iHXdA/DChXfsdXvR0A8Ku+8E2TN+upbh1q78amVR6QQudXpJKTw5LkYafbxK3CtI0YYGdDJ3yG3clKv0eIDVJvL0N5nqobAnaq8Riy0eLA7xaS2B/66D0AWpJtK/Qe8/xZA8AuIYklP296dLgce5lk2LH+OSvSNhV8Y34Uw64vJfbyAsbEsKs7DDsHTL1KgB1noVkWttkMiM1ZYpuGu2LYFQsW1HBqv0NLYh3DLlZRhl0oiTX/XlYNHrBgvF0AdtH2biWxpyxQZWSfesGbr49lhthkJdCmGHb9gN23ftkLeMvtX433v+329C9mbWZ+/cnel1rAjhhs9P8Yw850RDKQxKbkZ/9V9Vvxm+T34S82X4N/PPEUOkytkUl+5cKXF+WLfmP31gKW+8Vy6qt8dgjUWhLrVesA1HEMO3/StW3oBGAAUBUJ8TAD+TmmM+xmubQSzbZaIWPst2I+frFLkliqJ6+FgF2B04Qk1mn2d9OVzHKpWYOCffaeVCEzPLShE3onc53NUOYZDsocK1Xo465XQZvbHPwq8yzpYeckFPEBNzMDcY7apknHJP2ANsA+wxx/pflqANO9NWNVZY4tdQ9HeFfwmdcXhfXNEyd6gXlXHe0EIH+jMMzsGqqxDLs5G1t2Kom9aIZdX+jEgDypkxI7RhKbAuwugSQ26mE3ANilmHheqp3qfFYp3YKsbZXtx1Cv3CIBkYVN7BiAaTLeEZJYWkBUyDFHhVJUBgy7AMAu3IiVgYcdgMbM1WacYXfyKe9tN/DQhE74rMeUZ9W+lA/YUTtYD0piYywcy7Db5aI+ZNQNMOy+8X3P4TOfPMJnP7u53D+XGZ46nuHF+0t84t65VURMlcRa0NYQDW6EoRPUr68eMl+qALBb6mflqMw3BiD3ujjjeyrDjoNwtm9I9Fn89yPSLwmwW9Wt7iMzgdNVjZ946QEA4H1RwC6wbwA6/QsB+FWQEnvvTB//W+8c4oOvnOLu2RpKKQghmDF/0M+XAxt5O/KwU0pZe4DL7GEnGmLYBfMAZk/zGvS63Ust7QChkfEntjk5dYMpbEcxD7vq3AuForaR2iShsZ6HThQBOEb3e1k1eKAO8KS4p/8w37wPpYp62HmS2DdCJxzDLmRCgTHsEtKtQmb4xe95pgMyjKk5C6y4eeNmzyvhGic1amuu352QZ5ZhZyZQxvetSVze7/y1vxB/RP1n+C9/5S8afexUNDkjhp0YKcOYHfqNe354o/f1+xw6kaqcWIQhc3MieBICVrtl2AUx7Gbiea5KXN9AEksMu7paWbbeSuU4Ohg/uQg96950058EH89zJ/esfWq8DWXZmYdd5sD6fWPYsUCMbKUnRq3ZdT0opWPw1ueOYQe51QIhz4T1sOuA50RpL+KTQB52oczmSEoSG+4gTWV7xqphO9J31REOAobdYSlxD36/dA9Hk4HrNypRW4dOjASSOLC2tSR2hzuov+A79P+/+jvjf99KEkuhEwTY9YBYMjJZpuLypH2WxEY97FKhEwlGXfhvBr7xRQf3sFk3bZC2aPoxJdCOBuyGQTiXWDjCw84sIGgsKNDoecVFAK9hm8gKu4ChRSr16QUH7M5e8952LM71ONT49+6v/Kb342//9i/Fm27uZ8rnirMuvNCJfklsjIVDizI5loE2pkLAcABsyTKBz33zja2BhWdv6Pv1yfvuGZosiQ0YdrcJsAs97JaOYbdWfujE6Ur/HLLnr0zxDaRNJbG8YqETgM9yGvE9CwaOEQvoRz9xH60Cnrk+x9PXucQ23Fyqun+jw4gA3YBj2L31jn7eqkbhgQFrrc9XKBucDWy+xTYUp6TEmmPkz/hodukeVtYQwy449yfeaX98zTDsPACps6kzMmCrz1cxeoDBfCnlYVd1AbuUso2z6VMMO5oPnFcN7nsMu+0BuyLW3s2YotandozttO1U2XnjxWy+Pj6GHYA2TPMELBOkSSwst6m1KlAK3diuDYAwKujknIdd97ik6XgkAXYkP0P8Jv/Cz3kaP/adv6hjrjimiGFnmVojd3XnDLBbqRzXjvsZWPY8LxFgV84PgRNnSm3LXKuxgF0oCX3mxvCO11CpTAJtjGFHKbGzjpfcUHG/t3q1RMkSZ6eAHjcOStw6LC3N/V1P+4OrB9glwNBd7SjMcolTzHCGOQ6wX7v+XkqsKZXrgcqXxK5sv9Eg22oSkcsMtWEc1nXlfzv5ByYo7TwZujVtI8WwyzKBg1LizEzGdwGaVdJn2C2CHVghBE7LO+C3+SV1C5+1A7DwjcIOALsBkIOKT5wSjJfRxd+/7YTsy34X8DnfCNx6W/zvWc8YZ8GXsaETPR5pfffBkyftMWAXlbEOsNVS/5YRwC6SEgtowG7OGXaVC5zotbfoMOxGJtuOYNhJC9jp+1WiRpaJ8c/LlIokSOYdDzt9TkXGOlKzoUR1DWc4l1nn3N79XL/S4nGXz7BjzxHJvzbwsCt2KYkNwZUR7Khd1DM3FsBH7uLFe24+NpllZOZsf/Dr3oVve/ZLcP0ffZf+PYFUM8awM2u1FQpPhkmS2I0CNC5DbeNhF5sTp8YTPocbIb3ldjfnVYNFKW3gxHvfFDzTIVjDx7ugf0lJ5Amwe/La3M4T756ucX1RMIZd0O442Bl7TrMIYLcBw44f62h26R4WAXZtCPY8+dn2R1rvzTl20BkjYu0uuNZt67CDqZJY2mCMeditT+1myrmaYTEgiS2sJJalxAb30DHsWjxQu/U4jnq4WnmvU5ONZ9hdAMue1WOBowmwUz2AXY3dn/A94W7wIH3bdnJ+yliMSZTZ0InGvJRAxzQquwlYB3Dmm1ms06J9oIEsDl0nXiHH4YDkzYZOxFgBe1ozkwQsm6BdMYbdGMPhp1jowizP8MTRyA6tp2gXvAPYrSkldoYbE5l8eSbsLn9dLa2vyxlmk1mBfIf9Lbf9wfV4XmDJ/dl47VwSm+Eb1v8Dfl72l4C3fvlOPnNXVeaZlr2yUh7DLuJhh2wrhl3JQifqILAkMwBAlti1zfnvV3qB0/R4DXLW8tS2GC3GtjrLjqO0+NO57+P5orr9BsNuV/WoJLEew25L37njZ9hnbSmvFQK4/ULaCH2Uh91Q6EQgiY2N+b2AHfvdBckodlLcB2msH5z9dwLA4/M/7mHHNjjWdesWFIxh15sQG37nCF86x7CrByfdVhJrAp9KVHqn/iJTYtm/Q4YJbW6XYAy71Yn3tmNxpuc+Q/duzyoJ2JH9x1BKLPe5avsN0Deq8PsHPOx2Vc+aTeRPMMCOFp1jbF8A2Pb91IHUnme0QC0Dht3qgQVITzH3JLH3z3Wbv/ZpAdhN3IzKsu5zlgyd4Ay74TYkM2GZSASY/cjHNWD3nhCEF+Q/SptLNB8Qnf7Qhk4EITQE2F1fFHae+JrZ4Lcedh2G3cC8IDYuTkmJNQDPmsl380vNsDOSWBnK7Gf4iTd/M36kfasNhvP8yTsbYjFJLGOQA/413yR0goU/oWAMO9XYVOVzlJaNm/Swyx1gt04whGm87TLsdudh5zHszLmIZo3csI8/rUMnKAVFhfI6OLArxQTZpj4q3zL6tSqYzKsewM552JmUWCuJ3f05dCSx1uSw/6E7PHSNWyEescyLzvMyedjNjG+bbNfwEjUpdEKNY9h91jOO2fHE8Wwn3hwudTdYHBIrTs0mS2KFEKgN861eu+S0MzUfZJCG9au+8M2YFxl+/y//7M6E9to8x1IRyB4w7JQxHd4hww5wNPt9qkI6gNSWmdweFLkD8+qVfW7qbSWx0kliyS6ASrQGsEtIYvPS/V4Qw67nPt1mgN3Uthire4eO2ZQn0rKbgyfRKnd9XlS33/Cw21VtHToxkt7PvUS2lcS+/WuAo6f1Dvvtz9zus4aKgzRhDUkbRMiw6wud6AFOuTxprxl2DLCjRNzUHC28BiKL/50z4dl7skxY0KFqWuZdtvLkNr1juRAJGe8AK3AEYGePzUpia714vggPu44kNmdJjuRhZxh2XBK7DgA7hIDdHrc1VmnALgCXgupNid2lh91jYtg9e91IYu850Du14E2WDBbxIQhK/frygReOdsYksQTa3N7BpvZelhc6scG95SCfyHo2DKYx7AAX8kD3gxh2HdZs0m+12xe6fjdg2J05wI7miaTIIZ+vTujEEMOOJ3NTjUmJDRjGNQPsRoPVe1hENGlDDzsAP/Le78DXrf/v1nanF7CLMjsDNcE2gB2g5wCehx1r52evAzB9BXnYJe6L9bDrk8QyYPpVxdr29TeNO+6ektazsSuJBYADrFBIMX6TZ+ycecN6PJJY2QfYmYXujlInef2Tt/+3OPrA78b/p/5a/MmhF4eG1D2hE+RhR+atBMpcBGAXAj+0aB9i2B0u3ICgwgl0rLIEwLTHNTtgA0R1bj0UVFvpDIORoRNvuX2AO0clXj1Z421P7CapkICSDgBKHnYoN/INa0wn2tTOw24Tht2v/aK34Ff/3OejHdPxvLADRb0697ivgtrhFkmovGjQX1aNNbXdlyqyriQ2K/XEYlFKKxtu1+doaw3tVcgx30YSmwnbjyQZdokd2TKXqFWGXLR2h7yPYccn3bvwsKuPn7M/PyzuRF9z4/gQ9149xC3oBeYn1W3cPnpDEruT2loSS5OPIUks2+ncVhIrC+C3/Rvdlx09sd1nDVWfh531d0mFTgQedjZgIQbYjZTE7jPryUpG2ZxtrIddyJawqXZmwi8yIOtO0qumCRh2K3tflqocnkRnOdA0o2SunjyLJt0JUIsWjCSJLUTt+8NdJGAnc+SZbmshw67oY9jhXAM5Q0zDPStvESfoOaqYJDY+PwtZOPrni/Cwe0yAnfGwe/H+9pJY2wetg2s6M4vj5T3LpjlTM5ytXX/52okB7DbwFL90NVUSC+j2QPL0vkAmroYYydI8muV4sKxxtq7xcFnhQ6/q+9dh2IVSxp4NCS5R5BVj2L1+apKDbUpsj4ddL8NuYkqsZQEqc6wGiM+GiSj7XDSf7zDs0A2Bm/VKYmMedjtg2HHcoK19DztZ6HbW1sDpKwD0GL20DLt4n+RCJ5Rtc53QCelCJ35Svdn94c47xh13T0U97GSpN/tUgwVWaPPgeVo91Oca6w9spsDFzOUeywxRkVlwKK+DA/FS5ujb1Ld//VfgD+V/Ef/p5z83/GIzoSEGm+rxJ5G5fhgodKIeIYndtCzDzhxPZo5PpMxMTXEJ7gLd6x6WMgv7yySJLefsAaqXdsCoK+39VUH2+96YEkLg9//yz8E/+slX8N/+4ncOvn5M2dTh2l+0qfUZBIDzib5zVLUodfpstbST2PMNADsgLRWZFxnWZrLcrM98wG7HrAJi2LVKD8j7tGOWZaKzkZCZ3Rguia3XZ1AE2CmJoy3OQbMoA99KU9KA9TLBsCuk9jjMsbYMu04CFSve/nYhSz0sc3zd6g/ii7MP4N/d+HnR19w+LPFv23fhF8kfBAB8rHwbDso9Bi4uUz0qSSxfiDyxg/5yfl3/d9EVMg94jQ2dGMFaiC5Mwu/JirR0dx+K5jIJ3zmvOhKdoP3QtSM2ReRzyjzD6doAdvT+eu0l0A3aW2S5Bvk82XEqdIIz7PrbPX0vsa1L1H7oxC7Za51rV0AarzpaZDTE9Ms4w+6h97ZjcWaSbAcSfvesiDWmF6gs+GpAEhuycPjPY2xRRlcmNTuKgOxH5WFnQgVejEhiQ4ZKskKGkwXsAkksY2ueYYYH525N8Lpl2F1RwO4hS1teDAQVxoov6vvY57zdjGTYUdDHybLGT7+s79FT12ZdtmNo/dDDsh0C7G4sCtw61J//+mmFplUWVA+Dy/zE9xGAnVLOI7vnGoTsWQv0XOKEWACQrWHYRfqQ0P/ZZ9hN8LCzgRGUFl50NsvSB8g+t6mYJHau5y7lkQb3zTh4jhnmVb8klsC5de0ksWH/RX35edXgIy2z0El5E0+oaEo6ncvqPg7ECjVv1yevAH/m/Zrd95t/oLvxdRVDJ1puIhz+jQIbLgCwu74o8Ed+5XvHvTjo5ESPaXFmQIZctIBSFtxrL4JhZ5lvhlk30sMOAB6qBY7FOX6sfRveN/J7LlPoxNF8hqUqMBeVZxjZ1HovvB7JsAOAX/65z+KXf+6zOzu2JtzhMFWvTlHApMRuALI1WQE0Ri5pZCKnar4bDzJTQgiI4gBQQLM68/9odu3EjhYA3NxzVbd7NwiHgJecmdCJwqXEVqtziLXu2yrkW58D2QNQ+jRVpnRbSgF2ZZ6hgsQCQGaeB9XDsONm0nd2IHE5muf4EfUCfqR5AV84iw9gd45n+H3Vb8BsfoC/cPoluHFrN4zWNwrbMeyU8sGkvnrindqg/NZbgee/ePp3Pa4KfWp5DYGVHZkRzQ8izzoPNAjrgiUUOysrYx0Bfg156tC/iWHXs3BchQw7854limFpo8yBCt5cIA3AMnB7wJc1ywQy4SSxFrC7iHsZuZZ5ZlQoFDph5pkF2CJ7pQG7l9UNPCnuaUmsvHweds7QXgIt3aNhSWzIwtE/X4CHHaBBGQLsHpmHnQY0Xj1ZY1U3mOWSSWLHetgFgIn1sDMbMNzqANpKZ4kSD5auH3v1RJ83gThXrr7sdwIv/QjwtX94sw0VDij3MfR4nzGWYWd8A09WNT71UPeLlOLqVScgKc2ydYCdL4m9xxh2BM6+frqyclggxrAbYN7bcdGMKU0Fm0A2xsOuVVDKMbN2KnV/DCXNdVCRYJJQbuyFIITjVNTDLljPNwMKgljxcbplgB0BjLNjDdiZOkeJBUliR4VO6Hsf+vtTCMX5usUPqnfih69/FT73Pe8dH5bRU3mEia2/9EADdlhizdv1B75XJ7CfvQb89P8JvPMX+++7CB9bVo9lNazsjmmMYWc87B7zhIIAMMuwU+mU2JzdnLap7cL6Ihh2bciwU+MYdgDwDe0fw/c2X4K/8cRvGf6iPrnQntbRTOIc5iFmXmtNRX5i+fjdxx2X9T4MZI31Uu9qLoVOX5paraDE5ZXnM7ILDzJeWTk33+N72GVmkZLlu2LYMcCuijBfHnOR/yZVPtMTJM2+03+rV0s05j5XyLdeIDjAzgdecnPt8xRgJzPLzssM+7LtkTf+ui/6DBzPc/yRb3rPxqE4vI5m7rtuJiQztw9LvIKb+I0n34Z/2r53JwEvb5QpyRa4U4tPnocWEAe3gN/5AeA3/r39ZomF1Qek0TVLTQo7HnZbSmJ3FNpzYUVA5BiG3ZBEJ/SwSzDsAPKw6zLsViiHpY0D4RbRY27rUcBbLjNUynnY6dCJC7iXHQ+7ouNhV5u2mEcksa8Yz59DsdRhHpcOsGNyOx4+QpLYhMww5mFH4N3OWfscjHhEDLubB4WdK7103wSxWDbiyHkk94ZUirEWzTXN5147afMDAAIPzruA3Z2ryrB7y5cA/81PAe/+FZu9n4N0vZLY6Qw7ml+drGp8+FUNtn7G7RGAXQ97vBxg2F1bFLh54EIn6PkEIgw7D7CLnBP1r5b1xfrpESmxgFbipLzPLlvJ1qgLI5LYkGHnPeMdht0YSSwlxE54bnl7qc7dfeOAHatzNcN51Q+mxkInUgy7VdWgRYa/9rb/HvjqPzD+uHuK5hAeww6wffoBVn67/ui/dD9/8ke6H9he7Hzu8UhizUAhmi7Djphj7QV42E2qkGHXMxnLmKF609QXy7AjaWUgiZUjAJPv/q+/CX/i778H3/L+54e/py9Bb0/raJ5bHzG+q17b5OFs97urI0tRMnLA5mjMxLrNFxv5L1hvvHplJ7FnaoY7Ozbuz8oFsALUOgydMAy7He0oCCFQ5hnWdYvlHgZPtFkJTmQoFm6C1EgtT67XZ8htmxuXTNz7nSSJDRh2UunvyMv4BK/MM9Smi89qCp1IA2Jf/MJt/Mjv/4U78wHhgF1qQv/EsT4eGi/vHF/Rif/jqD4p5lDxQIAxi9AdJHY98uoDNAclsSmZ0VTA7gJklBdRFmQb4WE3CNgFDLvInKpkUhnMugy7lSrGSWKBkQw7WtRWo+5JngmsFTHsKiOJvQCGXfhZMu+AUSSJLQUbH9YE2N0A8BHMsdass0vmYUeJpItCAsL0Q9W5A8gTSdIhC0cIcTEedoC/ofGIADshBJ67scCHXj3Fi/eWeMvtQ7vBOQvN/1OVs36pOofdoKFrKoRmTp9rE3llFrEPlq6dfeQ1/Wy96eaW3qVXtcYy7DhTdIKHHQCcrmp85DU9939LFLAL2eBp5nyRs7AfVtzDjodOnK4oRTPr2g0VC+AL/nPg/ieA939b97jC8dcD7IYZdoBmzfqy+ctbuQHs4gy7UBLLzjWVws4rtEexHr0TNsiF0G2mrXyPVOrzAp/Cc8xwbvwuU31uaYA8HjqR9LCr+9l6m1Qe87ADXJigWOEhP557H3U/3/1w9wOvoiSWHsYsBtgZZsrjZthRAxcESND/oww7BtjVFRoLOl6kJNbI4RQxnIYfvDffOsCf/ObPG/dFCQnnPtdhmeNclYCAt6tObKcW+WMzJSUAVASLNpKYqk0MbQG0pmNoa5cSe4o5XtgxYCdNB6YCViwBxlkiBXSTmhnAbh8ZdkoWAFsXFXM3QWqzmZYnr88hLGC3fZtrRK7lyAHwkptnP58lGHZ5hjPTxUsL2PW3i10+H4cMsLudkMw8d2PR++83aotKAUV3PwL8zd+mJ3af+dXAgxeBt32FTmil4sDMvss1Ny3JGDthDUpiKXTCLGwICImN+X1ptNZk+9Es9DeuWOhEKryqAzKFLLERHnbWjJqnxAYedkNMKQvYnbvjTQZl0IKmHhUekWcC68Yw7ERzcR524WdleYcVQCxqj2FnALtXoRl2C6xQXEIPO5LEzosMEGZsqJduYTSQEgvozSApLsjDDvBBmfmN3X52Tz1zY44PvXqKT5rgiVXKSyxVlrm68kFtfj6zYwvY0bV+uKyglMKyavFJw+57W0yK+UaN97Dj/ngTPewermp8+DVi2PVITzts8LQkds02y5dVY/9948CFTtw9XePUADJ8c9arX/4/pU+gAyIxiWXPPJQHGDSt8pOkL3FZwC4yF+gCduzfo0InAvsPqyCYOLeTpQHsHrjfWYZdBLAb8rBj47zzIvRfWwRJrrvsv/OYhx1gwccFVtqOgYoDdvc+0v3AC96AfUyAne6Qsr7QiR4myKMo8uQiyZ9NiY3sBnN2W93UUIYJcxGAXRuEQZAkdleSRCrFJ7CXpDTDjiSxzMOuohCQxzdJVYlFmzIgm9gwXZEiwBUzYtahE7tdZOfGq00Ez6wgwHiHi/pZLvEQtZV47FPV0t2nVgnMZ+zfuQbs2vUSrWlz9Q76gFZIHSzCJbFtaxdoRYJhV0iBWklAAJlZ6KpHyOQhjxUAdpIXVrgj/Hxsh/iN2qxSoRP/8DuBn/0n+ucPfr/+/7/808Cv/xsauANGT54vdfV46TqPlyFG1vAiyFsYd75nw4nzoy4bOkET0jzdLsJd+5QktsfDzmPYWSYQS4kdGzoBuLlA3xgl2QalBWvTfWUhM1QE2JEkdscBTPqzQvZE0fHdqc28xgPsDEj5mtLM1wOx8n32LhlgpyVhZpyrzl3bS8gMQxaOzKRdlF2Ihx3V4e3dfnZPPXPdJMWa4AlK6xwviWUbOhQskS98H07mYycM865qNFj3oVf1e64viqTlxad9cbZc3xyfA70jN+/HM+yCecAoSawDMO6dmTm+0N9J9/r1M8ewO0wBdn0VHteIhFggfLavHmAXO/9F2QPYDYU8AWwuGIROTF23kS8sAXaydP0FU1m00P7ZJJlOjdXUVz1Y1lCmyYXgJLE+7b93KH2OpYnrL9HP6iGWmFO7qs6BExZCc+9j3Q8cUmZsWY+lhWfG94lYH7wsYPeYd/WFmShZZh1JYyMTnZyxi9qqtrLHi0i6deaRxLAjSeyOrxed/yVi2B3NcpxbSSxLzyKG3QUAqKPLDk4Bm8MsJuiZmFotWwyqtZPEbhJg0VelAaZCkD0zC9V8h4Ax0b33EbBb5W5QeoADHLPrrKTz+Wssw27766JERBLL2lFRphl2ln1R67axK+nymPqsp91kP7VIunNU4pBNRt5y6w1pzc4qxrBrKuAnvk///M5fCrzl5wFHJnnr3/1/3esqBthd1RrlLTcydEL1MJcs4BQZS0Pj5n2tkGHXB/iEc5EU447OPQJylpzpwb22zLi+VOUw8GJlvCS97en7+OJxlIed8FJi8yy7mMl65NrlQaBClGFnrtNdA9gtsNYL2svsYUfgR70cDJ0IWTj6//2Lx42Ly3IPn9jtZ/fUs5QUG3jYjQYuuCegvZ7BPHTmxvBsdmifuXvna/yrD2nm3Xvf9AgSvS9reZLYkQy7iZLYF+8tcdeAam+JMex4AjbQL4mNeNidrPTrj+cFhBCMYVfhdKX7nI0Au3D8HZEQC/jPb9Moyyy99ICdsbhpI+c/D87NY9FGbBM6lQWEEbspNZEYRd9lQo28e1W6tdE6PwYgcL7ul7HSWu/+mZuDhX59eSCn3eV9zlMedmZcWYiVY4+evOy/5uzV7gdesCT2sbRwYaiTsjnv/tFMrmI67kdZYeiEnZjHGHbsd3W9toEQFyOJNR525F1HDLtixw0kC87/EtTRLMdSdQNNiJl0IQDqyFJhezIlDGAn++jyPdXKhfmcc1RLveN5hvnuAbu5Pj6KHqe6CIYnDUbLPZTEVoWbwN5TRzieM8DOTIBVtbThObsInmmCoBn9S8fWKWcJDzuZ2STDgvraR8jkefr6HF/7OU8jzwR+/jviCxkhBN77phv23+96+hJ6oe1rxQCpl35UywrnN4Bv/svAb/g+4D/9Hv23n/mHsNuclwVI2qb6GHYW5BkbOtEDhOQMaOh8z8Wmiu2sbOjECMBuUBIbAmndsYMYBcu6YX2WsguFFYrORL57zOZ7yEy/75gtY7JxLISe1+eZC50oUWnfnbGpylMqIontetjp65CLLmD3OnR/OsdKsxkuGWB3biWx0i0Oq6W7pwMedgADNkkSu2tzes7ySxzPRdQzxj7ik8SwMx5P4yWxHAhPAKAMgBSLW3jKeM6+eG+Jv/nDLwIAvuztdzY5/E+P8kIn+gC7G+7nwydHffS1hX6Gf/jj9wBoP+AocBYy2agPiKxlC7YZ0Jrn5cSAcgRcEGB3sqpx1wAthxsE5jkgcRrDLsuEJdjWrbLM0sseOlFYhl0kdCK4voclu3chwNvHsNuFJBZggB27V0wSuzLrpPUAmEpsOgKcZSY6DLpQIrtTwC7lYWf69AMscUDPlLUGMGuU6sxtdFBdBMue1WNp4cVC39ii6TLsNkZ+d1zEsMush12aYSeyDLXSl7JtGhc6cYGAHU0qycNu5ww7C9htkDD4mIoz7IhtBjAPu8c4SRV0PQM2B0kV5fyo854x1RhWl2iWqJe6E63lYue7TQTY5YHvJDFQd9n+5oXELM+sSfQ+Vc0BOxx6sk9hF+Yry7BrdhCeQ898yxk6TB5bJjzshBCWfVG2up09SoYdAPzPv/p9+MHf99X4jB6Pm+/8+s/BZz1zDX/wG96NJ69dYYDoUVdMEvuSSbZ67vMdCPP0e/UCfnUfuP9x/buRk+dLXX0MO2IYptgO1sOOjLx7zPxZv9CpywKMhqETfXObDmCXSold+v9mRRP5s3XjzwWX9/X/xnjYUfsn5sZkSWw/w85uhqDW/nAjpLSTK1xU57OOhx0Bh7nqAnb3lJ5XHIiVYdilN573sTwPO8uwOx+dEgtoFg4AO5+4UIbdI6xnDMPuk52U2LGAHRsfSBIbGMfj+Gn281M2XOIv/csP44c/dg+LQuIb3vfcZifw6VAcpOvblOeS2CfeOeqjnzzW9/9Dr+hnIepfB0TAmjRozw3/K8NIPTOy1wMDGl2b5xYQ//hd3c9sx7CLeNgNFN+0GAKFLksRwy4255gHMncPwAuvV9TDjpR5oSR24vyO2gwBdvxY545puy5veG9LgamWYWdCTUJ2HdCVwI6W/I+otIedAezEyoHRZwawu/G8u8Znr/nvu2BJ7GMZtXODxJZ9DLvHvFCwDDsD1PVKXqA120CLuqnswlpdBKOLPtMy7Agw2fH1MudPDKrLUNzDbr08JTe7vWDYCQNohQy73DwDxXwzhh0ZlIr63JKuxIZsvb6icIVCrTQLx2xxyQtg2P3t3/6ljy0cZKgaRvu+r45wzAE7Jtkh38RdgMQkiaVAHn0g+mavlcSsSF/7OgAMxSP2yirzDOXAd77jqWP8nd/xZY/oiD6NKgZIvfYz+v933uF+l5f63y9/APjUfwRuvPnyAEnbVC/DbkCewxlZSrnwiSjDjr4nwrC7bB52Fvzq6e/DuUgKsEv9G25xeL5u/M9b3tP/G+NhR99Lm3d9xxyVxPaHTqyM3UEhauMPNxxWMbm8aycA6YBK62FnJbE0V1W2/b7OJLGzPAOqy8Owa1tlQahFIYGWpcTSM5uY6xALRym3GGsuysPubV8B/Ohf3e1n/v/ZO+8wSapy/38rdJy8ObKBKEGCgKAgCCKSQQUBUcCI+ao/5CoqqKBXUUSuiIAi4S4gSBJFCQoIooiCIDntEnbZZcPMTuxUdX5/VJ2qU6erc1VXdc/7eZ55uqenpru6+9QJ3/N937cO5tmC3dpRW7DjOex8Fr2+OCGxbsGyMhcYT5cAAL3zsHAoA6wCbvm35a47+W1LHeGI8MHjsKsS6inOd2csr+up5/R7+1nf/HWAkM6AO+wqO4FFYaVoMKR0y0kHuKKcoigYyiaxYTyPVzdZ7aZi0YlqyM4/PrbUERKsqQqKBpOqxHZG5etK3DFwHF7fMIyhZHmIuVqtz5LHW7++XS4i2ezmUpnDTviuel1naFF6D5XEVPk7S/tUuJYd0UEKsxVz2PEqscgjy92MU8PWbXYGMDULGFtjhcUOLnb/LwyXvUAko3Yia7lUkqx8Aus4kCIW7FRJsOLVMJUKO5MlaEiiZDvsLBGNheqwsxpGwp6kaQGHxJaFBHcAmYSGnO2wK04Jgp29q8AinKRyQUvOCagb1jWQyDQXCsgFO7WUA7Nz2ChN5sOrRjorPGcp7wyq3IGqB9j+4irWAQBLiw67XiwQJyr2hEwp5WDwXJxBOOx4DjvxWrSfvwi9LEmrSDFiwY6IEFGw4yL7xpesx2Zs6T2WC3ab7L+XajjMugFNWLDK1HTYCTnsTMHZVM1hZ3g3OwB0jjDquNXqKeAgzN38KrM2INhNFgzr/7Wk1Y7tSXNdOewcwW7c+x58j5Xy6tU4PiGkG0iiZIfEhhDeLE787QIwsiugaAt2Gs9hJ7yHTbDGqzRsh12+cwQ7MYdtOqEBpi0m8e8TqBpmqNuLesMJiQ0ph93OJ1jX9uK9gn3eGszqta6zkckiSobpOI2aqhLrhBhLn2fffOH+PCwuuaJTNqnhk++oT1yatmSFcOFslYIkW+wNLHyL5XavU0SZK0UjLKsUxSAXvKuysSC6mYolE0jBtxLsjJ6EJdgNW+NBT6qZkFjZYccFu9qGAysdgtlVVWJvGjgZ96xdj/NSDa4F63HYydEWzeos/Lltp7tXsHPF/aLssKsRElvpdwCWe10gFWDoM0+rUS0k1mnbXLDLDFnX8tgaH4dduClOIhm1U1m7ZC4rd9hxwU6J3GFXf0gsABiK/cWXik5+OeY3eW8VKYGoZgt2QQom1hPbgmUHCXaKoqBkh4gW8m64NXfYheJ4rBPenj2CnWlajjUAqUxzIbHMFok0IwfYlmo11dxzVSPjEeymnIWs0/70+C8AgsAUdo42sx5PDjstwcOT826bC2BhZNqLNm8OO6sdFZCoOkEvKklAGIvUuAsDRHA4E3JmiUqaDgyvsh6Sd/EHFlm3TkhshwhJrcDFa7H6Msd5/xVcEWIOO3GMrOawAzybHc7vQPxz2PG2VI9bTfxbtcUDx+czyySsxybtpNVI9gBTBWDCSvScQ6J2LjL5nKvtessVZWscr6mKI5QlnZDYECqwip+V3W7kHHZlDjuh4NawHRKbVAykVKOjctiJOWzTosNOpMriVnThmCYDX5MF7rBTVWD3jwT7nHUwlE1CVQCTAZsmCsgXeQ67RqvEFt0QYzkkdmiJe79/AQ6YNxcX/tlyaR+603yqDluL/gXufT7G+qGngI//uaGnlgW7HRb0+x9YViW2cvoGTVWcNsULT/AcdlkhDHMoa33vr26asv/WTEis5PpyHHa1q+RqwqZFwc7d2OmCnZtjs8H+qUyw8xm3nA1GKV9gw0Un7Of2ddi5gl0pNej5t0prFNlR5yvY6eE57OQCTu6LuEUnnLbNQ2IzQ0B2s/cxTjdWiU3bDruMj8NOtXe7oxbsuCPKcdhx4a5C6J8JnsPOzYESTpVY+/Xt80mwcAQ7nutKZZ1TJRYATFuwK+XcHHaMhyhHOEnVnJBYMQ+ZO7HOZJsT2RTdFexUe7GRaDIfXjWy6QwMZg8kRfe61UJw2MUZJlTzeoMNenLYaUnbdWjkYTp5E4Nz2Im5yJgtKBRqOOxKivd7Cbw4DRFfRLGEu8h4WXoxNxEADNi2/tHplMOuisOulsNQFTbORMHOz1UvTmrlsFjnc465MMo/K0ewq9KPiG2mWj4d55jyPpIvDh3RhqciGHsdADCObG2nlN7AOfvNDaqFxGoqCswOiYUdEhtGhTjxuew2wnPYFQ2ew8522PGwbHvha6gJTEBwRCkF1w0axmZywPCCE0lNtRbosniuZ2qELbvuCYO5C7LAi05EhKa6FTs3jBdaqBJbJSR28V7Awd8Fdv0QsGw/7LxoAB95+zIcsuM8/Pch2wXxNrobUaTrryLYNUFvSveYtXdYUKFaryyM1aiCzV123LHJc9h5HXbW/75ih8T2N1PkznF9NVYlFhByjxluDrsgnVdR4Ibs+7+PPZfNAABsNUda35WloPD5Lpw2YPf/TRedkAQ7cX4khMQWsoIzF+V56Djy2sUvh508zgdbJbZC0Qk7h10P8uh1HHa2OJedAfBIK+405IRcdCISBSPdYwt2yKNUMqALO0Kq47CLdgLrhsTaQp3d0Cs67OxdTsMoOSGxVRMzN39i1lPbk0MdXDAJdmHFhclOctgBdtVUAzA8DrvoBTvV7hg9n6dQYSbT02R1TO6wM/NQ7cICiSbdetXoTSeQQxI9yHuERh6GowWYwy7OpLO9+Ezh81iirMXV5sH4srDrqNq7MqqZd6rEmmoAizdeGVoQ7Ir5SSRhhYbN8Mn7wCmpKUBIz6AF3E8QMUac+BZzlujCLfzC5AoAMGAnDt+82rqd7g67WosHseiEmOzfN3+MboWGMrM8X57RIcJoWXhptZBY4W++u/11OOyckFh7vOSJ/SfWAwDGWQaphnPYVatsW8d5CqSkkFhdU8KZrItuE/tadCvbeXPYaZLDztTSKEBHianQFRNZ5DvSYZfi45ueAqDAsYzXCB0TXTjigizwkNgImdWbwobxAjaM55soOiH0f5Wq7qoqsPdnnF8VAN88YvsWz3oaITrsxPsB8Z4d5uEPT6zF7L4UZvdVGEOkQoW1wvaSmop8yXQ2BCakHHaAK9hxZjbjtHQcnpIzuA6HHReAiobpVontdIddjaI4/3vCrrj0Ly/hpL2WeP8gz1F8N8kkl2Wzzv5qOez65lsVjnMjWLfsGOCfq5w/VS46UTuHnfy9BlkNmI8RRTmHnVgltsxhNwNI2YId/xw43RgSm+21BlpVYRibHMdAv7szoNqljdWIc+fIgp1zW2HS5zjsSiUnJDYId42MIijljDEnh13ggl0HFp0AAJZIAwXAEMQwM4xQlQbRHMem4LCzHXFTLIm+THMXuGIPbrqRQ8K0no87WIOkL627gh132DHmCsbTJDfaUDaJ35tWrppZvUlPvj09yb+LfKBtjgvNTBB7C3mrHnIeiaohMCVJMFRJsJs+qKqb+6s0BUwWATBLPJLz6cghsY5g1cWCXUsOO6HohFlDsFMU63MsTlZx2MX8umwkJLamw076jHyO8eSwA8qEhDFk0FvBiVD2vPWIjPI5KZpbRdmHVEJFgVeJVUrWIiKMKrHi++aCnZTDruA47PjC15oHmFoGgIIppNCHKWRQ6CjBjjvsHNcFv474hmG6+jxHdE+IC7LAQ2IjZGav1aY3TuSRL/GQ2AYFOyMvhMRGU/G2a+mdByx+qzVG9AdfTfcbh2+Pmb1JfHzfKrkE5XDIGnPThK4CeZ+QWCFPnSzYDWab6PMcIZE77LjLs/acI6Fb13ChmdyNMaVWjs25/Wl843AfsVyeO/jlACxrA00KS9VCYvUUcNoDABjYGhXAKudPFXPYSY/7RQvJFXKDddhVyGEnhMT2+DnsHMFu1Pt/Trh5FznskkKC/fHNwx7BTjPtPFzJeITE8kmQk8OugmDHHXamURKq8IThsLMr9bAiSqUSEorV0BIhFZ3oNMGOd1ZMzEXj5BSMzgXG85t5HHZcsEOyuSpLcKvLJs0pJGyxO51t0q1XhZ6U7hT0cCbMwkJVj/h6bRczetw2xJM+c5Ipe0HFCo7DLpA25zjs3LZTylvfQR4JJKrkvCgp3nMMWtgnYk4iY03OilOuCJedWT428XCd8XWW46JTQjVbwaneWs1hV0/RCTGHXYXJpJ6yBTtJHOQCXqO5ZNoNn9jXCKcq+1u18By/4208VWIBQMrLOs4y0Grl+pEddtX64lqVbSWSmivYWQ47NZzJurj44nljpTCeouyws9uUaR+fQxJ9mEIK+XDy7IVEznbOeBZxiYw7/6jXYWd0t8MOADaMFVqoElvFYUe0hqoCH7nDuh9CMbUFgxmcc/RO1Q+Si07UCN3n80lezIG7nHuFPHU8hx1HFvDqQh5TnE2y2kUnHIddyeyaohNGUDns5DyUgOsul12WjW4UqlUEOwDos/LYJdQN3lOq8N3omgpdVZzNJ1/BLhmiYFcph53jsMtjSq4SmxFDYmXBLoRNO4FIWriiahiF1ahGN63z/I0LdlrkDjvrS+Ihf67DrkIOO0UIiTXDqxLrvL5RRLHg7tbrqXAEO63DBDvuOEPBDdvk4knVkJiQ0RP88yx32E0i7Sle0AhJO/w1bboCJXewBklvSkeOWW3M5J+tkI8vMU1CYgeFiYocgqClrImGbhbc8NUgOm4xX5YNF+wKSqpqVV1DEgKi7leJNsPDJYpTwMQb1v2eOeXH9cyyRSNmVb/ii+K4O79aQXSYyNQKCfYrOlFNBOHPU+awa3Li3G7kxV3dgp1f0QnpMR93Np+4uw477yJktJ4cdmUhsdUKZdSRB0ggqYshsUVrkVuPmNkoYtVO+1oW8zcBYg47+7Pim5X28ZPMem8plu+oHHY52WEHeEW6GoKd6LATF2Rd5bDrsQW7Vhx2pULlHHZE6yhKKGJd3ThOtvrcVWK4KQCM+4TELhj0jouygFcXopBomg2FxCadc2SN526MKaUaOewqIs8d/KKduNDWctEJHhJrC1UV1hOyiaDadyOKdH457OTH2pnDzlMlViw6USkkNow5gEBkLXxUs1x1k8NewU63BY2oF5Zu0QmrM9BqOOx4SCwzSsJOawgCkX1xqmYRxYIgmATsnOE51zpOsOMTXCHPGnMmqVE67OzvTfw87UlSjiXRl26uraQz3h1RkynoCUGw60vryNsOu3zOntwJOdUSyekTEsspc9ilre8iwQrOZxOIw84WB5hHsLO+A7mohAyTBmQ1RTvo04qEIBSNW/m/0Du7/DhF8eaxy9thhDUWxR2N47DzEex42H+lxQMf25kQEltVsKvwWo4wGHfBTnbFtRASW+ZmK3/vPG/MZLFCSCzLOuEslc9DFuyqiYy6N+dwDcEuJQh2btGJEHbXRQHF/tx40QQeQlVk1u/O3EJa+E7B+r80mxLE5fhvsHHBzpPXSCj65CyaKqA57glTSOiuVN3g6jRm9dlFJ8YKjrBSd7QGhcRODyo67Pz7AFEMA9wcdr0ewc47LjbnsBNe3yw2VHSCizZFISQ2qcV/E6IatXLYVUTcVFQqjImC0ce6bXKsckJiR8tfW0B2ylXLOyf273UJdu3IYWfrCFmxSqwnJNaeF5eFxHZhlVgAmNQHAQD50Tc8j+uMO+yincBq9geuw1sltlKuLtFh54ZgBi/YucULiigW3cl/0KFuckhwp6DbF5oiCHZc9a5UMKQd8Cqq4udZzFuTpEmk0N+kwy4lFZiYQhID2eCvnZSuOiGx+Sl7MS8ISEGHZMeVISEkVk60m0rbDgiUoBg81C2AjtsZbAXBznbXyjnqypAWxxoJdtMLvuAvTlZ32AFujp3RNUKIVPAFbGKDs2D1qYTuOAwrhcTaU6dWHXadUnSikZBRsc/z+/zqcOu5IbG86IQUEotM7dChshx2Nfpi8T3WELSSurdKbEoXQmLDEuwSXoedExJb5rDzLnz5uJ1knVZ0wickNjPo3q8h2In5ibh7pZvCYQFglu2we2Ms53xePfUKduImAoXEdi9ywYEaYg0Xw3io6UShPIedLNjJm9cNnRc/pyaKTuRLXVR0wt6AadgBLH6Plfp1OUqn2ZDYakUnBGTBrprrV+yvBnxyIWaS3v8NMldhxRx2dkhsBnn0JHVrbOcVYadbSCwA5JNWieLi2HrP41yw01PRWrM1O4RR5Un1YXV2lZK28xx2zCgKk6IQQmKdXGgFlGzBzmRKRedf06/DhcEOE+y4IKGKC6OQVe964DnedOHzzE1Ynd4UUq7ttkGyPb0oMfcyHkMWA82UWK+BoiiOOJSbsh12HsEu/jv2QTAjm8S8/jSySQ3ve8siz9+SQp+l2TvWSiAhsUL4nU3JDkuuLdilpV9pQj6t4N9/MQeM24KdXCGW0zfPuh1fNz0WcM6CNVf+t3oddqbpOuyqpcCo9FrNhqa0m0YcduJ78SsMUEcID68SO+XjsGNQMIF07YUNX1zwENFafbEoHNZYyCR1IYedUrIWKHyyHqR7zVN0wjon1xXAi074O+x41fIpOyS20wS7KcdhJ1xX6UHh/gCq4akS26x7JeZwh90rm9yUKHXPJZ3NnCkKie1mHIdd0XtbqUosF+wM6/rzqxIrb1Y3JZaJfaxRFIpO1CPYuc4ox2HX4YIdF42q5aT2RXQMVxp7ZJdl01Vi7eexIw8rCXaNhLGKaYb81q5yUb125LAz7c2uLPLIJlVXrAOkkNgKDruQHOyRtfBS2hLs1r7+Gr5+y3/w4nprFzRhC3bJdLQhsZo9idSdKrElz+MyzLaimkYJSoiTIpVP2lgBxYJ10RVDqB3CHXbcYdgpJDLWhEMzhIWRGcLOd4PoPJxF+Dxzk1abLyhpJ8ylUXrTCYzCnWSNsN5QBDsAKKnWNVnIWYt5nqetwDQkq1Qq7SZ0TcUdX3wH/vbVA/Gm+d7FaDrjfg/JkiXGsgCcM4qcfwJuDjtDrd5PKtIGg04Ou+lFQkgRMGFvjvX4hMQCQK+VMBjja4GCvYPa1YKdfe0ww+uyY6wOh51QdY3VkRfMEU6nvI93ijDaSA478TPzE1XK8sXVUXRCqGo8oQ8CUOrPYcdF0lqTaPG8aywaU7rmFHtIooRUQg0nf40nJNY6J+4uMaQqsapUJVaxq5ZP2iGxCXMq1M3koPHNYSc67PrnV/1/T5XYZt0rMYfnsHt5o/WdJzSlatV4D7yNFyddF2o3O6qnK04Ou/pCYrmDiTvX/EJiFUXBu7e35gsffOsWTZ6X5vbJxSmh6EQ9IbFWGy8aJgqN5m6MKU3nsBOpFBJbyWXZsMNOajMVUpelJVdcosr6dobgqvNbu2bCLDpRIYfdlGK72RUTPZrhhsOm+q30GXxeIwp2punOBbsth116yBpsDxv7DQ5/5OP46S9+YT3Owqt02QiaVHSCO6O0CqF/pmIdb3pCYoMXTvjra2YJhu2wK4VR3MIRLDtMsLMdRLopOuzssOYIi04kUrbQCreyajFnTZJKavOiTk9KxyhzF3ub0ROaYGfY51m0c9iVSlbnb0ALNK9A3BnIJHw/42w66SyeUsUR68E68nHUxB4kFaEqr2kv/M0azhxFWITmWQKp5PRwQhI2CUEochx2c/2P5c678TdcIambc9iJi1P+fgFr4cCFjUrvXwwxqWeDzlkcy4Jdh+QKbESwq5VnTN709BPsEnYOOy7YcfcngFF9lvU0tRY2ZedcS7Br1GHnhsRaDju+EA5wniEWnbDfr+scsxbUeZOHxHqrxGrcYcdDYs18Rwp2nhx2osOub0HV/1cVwWHnVGDsrnnKLKnwVd3hsIC7SVDKCYIdOey6DtlhV6PoBBd883JIrCScXHjCrvif9+6EL7972+bPTUwVUazf5ZkUKtl2XZXYVjYV+EarjLjBCNRsAxUpKxjVusNOzAs+6BcS24YcdobJwJgr2k3APac0y3kLTgDufE0MiRUMFV0XEju05M0AgF4lh73Up3Fm7kdYtX4cPbAmtJmewahODYAbEusIduCCnf9EjuewY6UiFFtlDSNnGg+J1VkBxYJ10ZVCcNhxJ6EoMHUCKZ743xSSezs57KITK5JJ/nm6IVQFOxdcUWte1OlJaR6H3WYWnmBn2p2zI9gVucNT6/jBMgjSCc1J8J0p2hbqSg6dBlB4Ml0hJLZuwU7YrZxCsrEJPdH56H6CXSWHnS2KjK3tHOdXK+hJdyLLFwuAMAlTKjtOxMp79YgglZIUd8rn3EhIrNi+/IQvuc/yOUYMiWWMecK4R3XLbVczh50sDNZyE4jnVWOjJamJVWJLSOuiYBekw05oF3aOyfIqsdVDYnN8TEJBWKjFPAQbgsNOFAqyM9z7/dUFO94+DNN0Pqvuc9h521pPsoHxXXQy8YJEcd84IBqnkruqwnooJeewq1DMJJ3QcPyeWzRXcIIjFsVycm/WnjOLlWx5SGynO+yKYfZRmuSyLDUp2MnfTQBFJ8SQ2MGMT3oM6bmCXMOIm35iWOxkUUGeWa+jFCe9BScAb5VYLvTx6wroPsFuzlZv8fw+SxnF448+iKRiq/l91fNThI1mN2Qd1oSRO80qFZ0wbIedUe+Oe7Pn5RQvKKLIE88j+MbhOOw6LCQ2ZVdNTQoOOx6irOjRCXaJpNCx2QNnyQ4tNVtwYfWlEhhlrmA3ofaFtovMNOs9GHa+k2LRddg1nHehC8kmNUzC+oyyJUuwUwKods2FZsUj2FntW64CK6MKr99KrkSiQ3FCYnO1i06IDjteJTbuQlKrcEGkIAh2XFRL9bvFJWQc14JR33iftBfC3MnC6RjBroGiE6Krzq8Cb5n4VzkkljG7+ECv67AbsQW7unPYcWotBMW/1xD3UgkVBXtCn1BK1vgXRg47cb657aEAvLnZACBvC3aKVHRCsQW7STuHnVqajEU+33rhOew8IZ5bvcu9P7AI1dAEYdPJD9Vlgl06oaFPWMDWXSEW8IrSeXuDkQS77kMT3OBAzeI4qQQv6GDANJnjcg5ls9fjsKs/JJYLdgWDuQ67DnfPGrZjuqm11N6ftW63PND/73JanWaLXcnfTYXvKqGpnvdR3WHntkNfh53k7JTFwFYQN/3EsNiJQskxX6A4KTjsbMGO5+ZlhjuHE9OqhBQSG5ndQp29NdiCXcFyY5jcvAG9xgjYC/e4J5aOduBIJF3Brmgw6LbTTEv6N3AmOuxsB5USQplpPckddkVM2oJdQQl+8sWFSafyWIfAQ6mTKFizfUWBwh12EU5SU0nhAjYKQCINI88Fu+bDENIJFeOKu9grJKpXTmsFluCCnbUg4FWKS9C6LtSkGbJJHSMsZRlzmD35CCQk1upHFCE8ndmfPauxCFWFQhiTLIX55LCbXnDBNj8OTG607tcsOrHWFV2SXb6AS2atxaoopHGHnV/BBI4YYmJPtCvmjwGAlO3Uy3eqYNdASKyYBFvcdRb/riWrhuWIk/LJQgkZISR2k26137pz2HFqCnbC8TUWjaLDLoUSFEURcuUG3MeeeL3VJhfsYp2anMPO1AAVUE2vw46/Xx4Si+Jk87mLIoBXPfUs2ObuABz+Y2BqGBhaUvX/xfxETgXGLtxYnNmbxJhTGKCBNYeqWvOTkhCmn4rWKEGEQMUqsRWKTggVWCcK7pyzIfdmvYhFsRooOsEFoKJhOqG7nR7l01IOuwO/CSzYFVj+Tv+/B1V0Qh5Dq4QvpxMairY4LLvkRJbOcuc+8wfKx2jRORm0+1B8Po/DrmBgAmkMYsKaG04NW3/gIbGJrFVkjBmWyy7VKwh2SmgpJ6JbvakalI/fA0VR8MplH8X2q3+D3k1PALDK0KcjzDcGAElbmNMUhslCAQnbaaZXqIbJc9gxowCwEB12gmDHK0UaSvBqbsrOuZbWzMCfO0wyWWthpIJZnVIi7ew8qxE67JKCw44ZRSgATGex1ryooygKiol+8MhlU8zxEjS2+GTyCqWCw46wBhZnV8ZGS7Uu2Kl8UBVy2CncRVEhRN9ByCeVQ7LqwEl0IdxBtvkVu7KXAmRn+R/Lc9tNDbsiVNyFpFZxKiWKDjvuNqkm2AmLILMO15ITEivlmOmUZO+NhMSKMOb/uJaqKh5pqoKUriJfMjFZMDBzxgzgPd8HNr2I+zYcAmCqccGu1kLQExJby2GnOVViE3ZUSNN5gWqxzcGeX90qsXYOO8dh5y06wds2D4lFYbL5hVoEODns5CIKu3+krv/3VIl18kN19qLejzl9aayyi070phuc4yazkmDX5Rs005EG85eJOewm8rZRRVW8uSSDQnTYNVB0wnHYCTns6i62ElNaymGnp4Cd3l/572WibZPpG2SBrsr8MJPQMJazxqT+KmmaDtlxHn5+0lswfyCNmb3l464ibAAGHcklftYlw9U6xnMlq7q6AmvclENiFcXqK3MjdkTGfLf9BpAGqRLRjl72F6HP3hoAsLTwPABgEgG4UlokmRJCyaYmHYddokKIG3fYmUbJ2ekMw9Gl2wv0BEowbIddUQ1+8jXUZ12IvR0m2KWzQgdiT0R4KKEascPOZPYEkruj7DAsJdHaongq5VbQm+pd3NJzVUO1hUVmi0WGLdiVSLADAKiqgpzi7bsSqebdkxzF3rxQxQIwfOFVY3BQhOqKBSXtGfyIaQB3iW180brNzqjsAMoMuRM7Llr5VfnsJniSdTEkth6HnRhmxCe/1UIhuSAnh8R2SuhxIw47AHjHVyy3zn5f8f+76GarMC7zsFgu3GCv04BDz8OIYn0vWi1Xd5nDrsbmhvj3Gs7olCeHnbQICjlXLl+sOiGxpp3Dji/InYWvNTbwkFgUp8LJsxcSvEJwJtncMoWLc4bJws0PFTGLZrhtdYGPQ6UqnirE6fK8j0TnI7urahTHcUJiiwbG89axvSk9nLmjJ4dd40UnrCqx3eGwM1kbctg5baDZkFipf6kybxFd8n3pyuYlXVPxnh3nYefFgzVfnruug6KSw240V8SEnd4IhYnykFjAnR/y+WIb3OuxiI8aWPQm4N/AlurrAICcGn2lIlX40CcnJzDH3kXVk/4DmmlP0sSiE2HYInlIbIIVHcHOCCEkFnoK6Jkd/4WERG82gyLTkFAMsMIklMwQVGYNOpE67HRrgp9CEYWCXV/OXiSqLYo6G3q2BeyxLjewdWsnWgVFqnToOOyUWHQjsaCopgHBVJJIByDY2ZNoVaxCZA+4So2Fpd7jOuxYCI5fIuZwl9jGF6zbSvnrAGsDrXcuMPqa+1hPBTdet8A3S4oTwD8uA575HbBkH+uxqg47sUpsHdVBRYfduieBNY8C27zH/d/YO+waFOwOOBPY/78rz4FEN1uFPJzZpI7hyaJbKdam7nxk8uKiVnoCvX6HnVUl1nbYQV4Ihy3YuYtV02ROZXInx6kQWrbDgn5MrRNDYjvHYTdquzP6GnWN2fg77LpPsFs85M4xFg01aHYQxRFy13UnToEku38wq4v2PAQxb5iOQ6qh3IiN4MlhV3/RCS7OFbooJPaZ7xwC02QIZU9dLJIFtFB0Qs5hV3l9I3a11Rx2UaIoCnRV8YwRgDX2jDH7veY2lzvsADd9AN/cdhx2XS7YzdziTZ7fC2r0Djtx0pWbcHfFExVC0Jji2o55aEIYDjtevCCBEgw7SacZgsMO/QuA018I/nlDpielI4ckEphCfmoC6QFAtUMJtQh3D5O6iiloSMEtFqLYDkA91ZooOjq0A2AX+VJmbdXSc1VDtx12it0xGXanb5LDzqGoZSDWadEDcdjZ4fnMzQelGtZ3oCWrT26y/a7gEot+lWgv3CE3YXcQlSrEcvrnu4Jdqr8jcl21BN+QGn8DuP3/Wfdfute6reYuFENM+EKomrOKL4anhoErjwQmNwDbHV5+HnGlLCS2jqljtQ1LcSyu0MZ47jJZsKvbLSU712tWia0/h11KV1Fg1mfiCHb1hEYHgOOwMxiKpumkpJCLTiCRxU9P3A13r/gzMIyOy2Enunuawc1hZ7o57LpQsNtihijYNTjfENt5tQ0KonNxHHYNhsQW3ZDYag6plhCr2DvO4Npt2KkSW2JOldhOLzoBWFE64TxxUEUn6nfY8XEaAHpbzH84rz+NtaO52gc2gWYLdh6H3VQRm2G/t9yIkMNOFOz4JqytD5Wa/EwbIBYtXJ+5DIZwKkU9BpNXRUHerr6am9jsPJyo4LBjKg+JNYSiE8F3cgk7VDeJEop5OzSxRqXI6UQ2oSFnJ1menLQuJC6gahE67DRVcUJoigXrwlYDEuz6F2yFTxc+j1MKp2PbxVUcNC2i2W4xLtgVi9bATw47l5LmXeil0q33ZYpdGVoXHHaqPemqVYV29oBQQVgfbPlciA5DDuus5rADgKGlwrFd7q4D3JDY5/5Y/rdqVSjFRVA9Qg130K263xLrAMvNB1iLlrhX7ZQnoa0W0/E47PzfOxdqxnJFz+M8d1tNR0WdFe0cGnDY9aR0FG2hTIdh5XwMK4edBK9sVzBMFA3mpKTgxbWcaot6Gstm9eDjB+5oPz4lOCti3t4AjNuFFHqbFAt8HXZdsKiX2XebWY4rZ9t5DbrkxAU3Oey6k4r5y/z7AN6v5ktmy6J5TXg/OzXiPtZQlVgDeTtlQqc77ELFCYltMd9qAw47Md9cq0LkL0/ZHTsvGsBVH9mzpefxQ3eqibvhtmO5EjYzu2+cGgEmpaITQHleYic/bJc77KAlsCExH3OLqwEALMzE+Q1QskMY85OjzmNKhS/DCTczCq7DLoRcJrx4QUopopDnDrv4T77ahaoqTpLl/JQl2Gn29xFlSCzgFmco2IKdZliCXSLTWjjU27echR+YewEAzl88VOPo5uH52Li7y7QHflMhhx3H1DNA3v09lWndYafZopzosNO4w66Gg29Ov9tfrdbDy29IxBTZJVapQizHI9jVcON1A9yF9cpD5X+bsbzy/4lhRvXkLqsmfvJiH3FGT8PKwGzvQrfqCPTksPOfUw3YYTSbp/wFu0Qt8SUp9Y0B5rAbzCacDTjrpIQciCGnHkg6DjsTJcNEsWJIbNZ7KzrsOmCTd5yHxDbrsNPEKrHdGxI7py+NB//7AKzcMIE3zW/QJSeOD5nBQM+LiAmOMMcswabGeOWExJYMNyQ2bIcddzABjVWJFRx2KRLsKiOLts2GxDbgsJvb7xbDaZUdFgzg1s/uE8hzyYgbO5zRXBGjsNfluREhJFYU7KS8xF1fdEJgvMct0W72zo/wTFyKtsOuOCVUdqsQ5sGEC0LlVUlDcNiJ1UZN24ppdsDkq50U7aq5uSmrCiv/PqIMiQWAop1rsGQ703RbsEtlWxPs3rxoAJ/cbzm+8p5tMaMnvPfIBTvNtM6fvw+THHYOTNpxSmVad9ip9iApOuz4d6DXCIntS+n47+LHcIexO+4bel/L50J0GHKYUy0RbroJdrwoS2Gs/G8zllX+P08OO1soqTbeV3Pr9S+ofo5xQFG8k/NWBTtPRVb/MWswW0mws3PY1RLs5N3/Wq5A8VqpIe4NZpKwM9Fa8IrvQBscdvZi1WC2w06qAumExGa8t4XJtuXZC4LWHXZu6HCJh1F3adGl+QMZvG3LJhzR4kZC77zgToiID+IGglGsIyRWdNiFnMMuIQl2WrKu3O9Jzc1h51aJjY2cET/KwqKbDYmtv0rsNnM7w7HL5xGGHBLrcdj5FJ2QHXZOuonwxv/YtHBzaEvnfmJoYYRn4uIILDnrCylAR8WMkHanyJjhCERhhMSqYg49uzoJCyOHXQdTUK1BoOAIdtGHxAKuw65UsC7spGl1mqlsax2boij46iFvwqf3Dy9/HeCKT7p93txhRyGxLmbC+11msq0LdlyU05m7cOXfQSJZfRGqKAquMw7AJ4tfwpuX0oR82iE77PpqtIEt9nbvz90h+POJG7Lj8F3fsoSbgS2A+TtX/j9xAlyPw653HqAI063l+7v3a30ncUGcnNeRZ6gqoouiQkRFbYddrRx2DTrsxITSNVwegz0JJyQWgLf6bxuLTpRM0zkPxajksOtxH292oRYBrSa8d0KdhBx2Cb07BbumEVMk1HJfE52J2B+J41WFfiqVcHPYOS7Xdjns6ky1wCvZTuRL4DoLhcRWwTEU2WNEs6kRRPeYmqj6/188aBvstHAA3zh8+8Zeo804KSZKUkgsz2E3+hpgp6/ybGLzNCdOSGz4DrvYrLQXbLkTsNK6v2iLKqEobaSkJAAGGLbDrggdFaUxoQpLmA47z0Qrbwl2ZgdMvtpJSU0BJlDMWYKdBrvCbyJiwc5uTyX7wk4y6zbdosOuXciCnWFXiWUhVEPuVAxh8VlgGrKp1jtv3RbpdQiCnR0eq6dqT3C+c/SOuOeZN/Cxfas4hojuRA7FHKrRBmZuCSzYDVj3BLDTceGdV1yQF6m7fBDY+7OWuKZWWQCIIbF817paKKSmA8ydEGKvT7vFLfo6wGEHSA67FgU7MRdMxj+NQy3BrmaScVmwqxVqJe6e13CX9qV0MKhORXqPwy7kFCVJx2Fnolhyc9jVdNh5QmLjvclbKLnVH/tSzX2euhDqVLcrc7ohtvNOCM0nGkfsjxpy2BltcNjZfdPkRvv3+ubLaVtUHBXym5JgVwVNcmE3mxpBHENrzAFm9CRx2+fCCWMNkoQwnnJGc0X0cofd+met22SvGwYLuI58R7ALv6BTbFp4z1Zvd+6nZsVjYVmyHXY89NSoom8yj2Bn50wLY6dV1VCyvzataDcUCon1UNKsTt8R7ByHXbST1JLtRCsVrE4zYwt22Z4q1QhjRNoW7FKMO+woJFaGCYu+zeh1Kh22AnfYJQSHXcIW7BJ1FCz50F5LcPkpe6AnrEkXEV/SA14HkxjyWomTbgQ+8xAQYsXp2CAKdj1zrCq6ml5drAOkohN1hMQCwO4fsW63OxxY8nZrwqeowHaHNXfu7cYj2LW4yeTJndWoYGeLL7UWaGU57GosBnl4NAD0V4/yUOxIiwKfE3KHnZas3XZahIfEmsxKuu4KdtxhV0Gwy7m5mOMeEisWGulJNTeG8vZRMlj9eQ+nG56QWBLsuhJxQ90UNpgq9AEZWwybKhgYswW70OaOfBwZX+f9vQZcsNs8VXKfiq7tygj6BEzTbQONikviHEDc4OpgkkKKCc7oVBEbmD1H4W1T3twtKzphO+y6vugEAMzbETjxBuCNJ63JbAwwbMGO2ZOxUjVhgl8QrBRqSCwAFJCEjhySXLAjh50H0xbsjLwVGqJzh12FCr/tggtbpWIe+WIJGbs6QW9vg4mCI4I7AZPIo2SYMErWYMmo6IRDqt9d9A2jD7MD2PXjLroEygW7ZLrFao1E9yNOzOsJv8zO8IYHdjPiInVuA6EbYg47HmZSy1l1yHnAju+zQo1TvcDH/wxA6RxhVFxMtRoSKy4ia4TEjkx6BTseulJTfJHDq2oKdkKbrzOvoFV4Iu+KYSGGw3DEUODJgiDYOeFOkmDHF1k8HBaI/SbvpglrfBvIJJqu7OpxItYbRj3dmCn0PQt2iew0iBBRFGts4uGwNUJi+SbzZMFwQmJDc9jxMWX0deu2zkrFaXtevXnS6idUpTsrQAcGn5uYJdddBzTutBYduV2SD9QpYCJViTUx6D1Q3tAoKzoRfrqJeLXwbd4N7PPF0Hco68WwG7liO+xK1fRNu/NTjBJUWyAKqyppQbEaRNqwBDuFBDsPhi3YlWzBjofEJiJ22PH2ZJQKGBsfg6pYin5PX2cIdhlbsEujiImCAWbwkNh479a3k+yAO6CNq8E4J5N2WG0KRYBZbSYJa9ANogot0eXw0NZdPtg1k6zAmLWte3/ZfvX/n1h1rYZjwUHTgaX7uI6yWVt3jlgHBBsSK+bzqzDfazmHnap6halai0ExpLmvduGzO7/4DqTTtkCX54Jd+HMxUaicLBgoMSEk1hAcn7LDTiTmIbHrx6zFz+y+5j9P3j7ExPTksJNYsAvw4d8Cn/+31R8R3YkqhETWCInNJq1jp4puSGxoOey46JHfbN2m61sLcVFxky3Y9STj4z2KJWKlYL6hAzQ+DogbbUap8nEdBB8TxBx2o7ki3mCD3gPlNBllRSfCF+yolVeBO+xQnLB/r+aws49lJWhODrsQBTsGZM1xQAW0GonnpxvM3llnBVuwYyVAiT4kltntxyjmMTE+Bh6MoNUR1hgHkmlrkZZBHuvyJZglLthRN8LpG3Jt07nEYCDPmRDz4BlFQEsgbbvtkikS7IgaHHAmsN2h3oIShIWeBE57AHj8emDPT9T/f5rosKuj6EQ3IAo/iRbHrDrGDC7YjUqCXclsIB+Z6CYQQ179WLAbMGM5MGPLuiq9bTO3D8j0APmNQM5ecLbFYee+76miYbv8YLVDXnACEIpOSGOEotYO346Y9eO2YNfbimBnOydKrLE2M91Y3sBGBdGZaAlLqDGNOgQ77rArCTnsQhrb5BBYuap9BXhIbK5oiSxBpJ7pasTxNqiK5max9jEdgLixA1jCndWuMmCJHii2/lOWTiZZISR22jjsYoZpV19V7S+sWq4uHv4qOuy0kAS7omo1iAHYOdoS5LDzYC8szOIUGGNOSGwi6pBYx2FXxOS4NcHPo74y5rHA/lx1xcT4xJTgsIv35L+dDM1ynRkztMkqR9ZPIukuAlkpB7OYc37neQUJoiLJHsvZ1Sn9TLuZtxPw7u94EwrXQgwxqTeHXccjONpaddi97XOW6PeWUyseMpCt4LBryC3l5qWpKcIl0sBn/wl88IY6npf/j/05OFUOw5+LaariGGWnxJBYZgD2JqUlytnvV0t4F2wxd9cBrsNuVksOO7E4BznsiGmMmMPMSeHgP15l/UJiQ3PY9VX/vQJp3TuXyZJgVx1Ri+BjhJpoLppxr09btwd9p/XzigE8JJY77MT8qRhY5N6XHchlOeyaLOTRAN0+w2wJLthp9q6lUW0HnYfECjnsVD2cj7dkC3aDihWqq5HLxotTFW0KRYMhYQt2qYgFOy5sGcUCpsati3xKSaNj5FYhJ9Dk5ChMx1lC3Qhn9qwZ2MR6MUMZx4vJ7bBdAM+ZSrvXd7GQR5EVecFxZLIk2BFE2/EsgKaJw04sDiHnh2uUwS2Ar7xUVeBycthNFcEYcws9NJKPTEt6XXa1aFTU5nMNLti1KTdcQlNRKJl2Djth0cUXD4msN/w90eOGncU8fx0QjMNOzE1EOeyIaY1YJKnOkNjJgoGxvDW2hZfDTpq/1ivYJbxCU4ZCYqsjzk14zrVmN5fefQ6w58eBoXgUB20VuUrsqJC3UVm8J7DBrhI7s5ZgRw67SDHtDi1Zsr6QklL5i1B4vjuz5ORMU0PacedVUPsVKxZdT7dYsa3LUO1JtFKcQq6Qd3LFpSJO0M9zvZmlAnKTVpsqKOGH0ASGnoJpuyymJidh2DsKCgl2Dildw+/3vRX/UzoB6f2+EMxzJnQU7TxFxcIUcnb1Y5MpSCXjv/giiK5DEx12deaw63T2/gyww3uBoy8OJs9wIl01p+Jgxpp/GSbDRMFwHucT67qqAta5AGwaXRLs2pRPOKHa43Ch5M2tzENz5bx14u8Rpwaph56kjsUzMlg41PyczZPDzqCQWGIa45tz1b8f4OGlhskwPGEdG1oOuxZDYjnksKuBuBElVjRv9rlmLO+afMgpqegET8HRn9aBNx1hHTTvzcCi3aV/bH/RCVppV8OegKdM22FXpYE7IbFmyQnBDCtnmqF6RZ4ECXYeVO44LE0hNzUJPgQkUxGLY3Z7KhVyMGzBrqh1UP5BRUFBSSLN8shNTkDjFmAqeuLhQ+/aHVPv2DWwvBpJTcUUdCRgoJCbQr5oLT5ySCJLCxCCaD++Drsun07N3hY49ldte7l0QkVSU1EwTGyeKqI3pcMwGex0ZPWJL4v2AJ77Y3gn6TjsRqzbNuSwA4CErgIFA5MFA3kIQnE9gl2rFX7bwOcP3BqfP7C1Igi6yhdiDCWDQmKJaQw3jxTFggP+G0yi+OXmsItZSCwJdo0hVgp2XNgdtPYMEbnoxFiOF1pJAFsfYOU4nrl1+fXC22op580fG+L4SqNXFZgdOpA17aITahWHnd0hqkLRCS0khx2TJoWJDAl2IpqdX0czcsjn3AFKadNkuiK2M9Is5VCYsl2bnSTYASjajsD81BhMvqPQASE27SbIJLiqqqBgL8qKhRymJqyKhLkqjl+CIELEqbon5rDrcoddm1EUBf08LNauBsh3wQFbtKrF4RcA2x8FnPL7ME6xPCS2XQ47e5ExVTRgQIPBp/K5Efs8pHmFp8Lv9Jgv8vZRLFFILDHN4Q47sShNhfEqoall7uW2OezqrBIrh8SSYFcHfP3b5s2luOMIdrYLe9TOYdef0S2hc95OVjSATFIQl/NjrhhOgl1E2JOvATtXnFlFmFBs950nJFYPZwJvat7Gk8pOjwlYvfCcfqqRQ84W7Ewo0Tsg7OIgrJBH0Q5rNPT473aL8IInhdykk2RTTcQ/xKbTKXLBLp/rzHBqgugmPDmBponDLgJm9FifMw/NKoiCXT3iS/984LirrKIrYVBWdKJNDjsnJNaaaxaVpPc8qjnsWi0Y0iEk7fZRpJBYYrrDx6s6K4SKG85JTQ3PYZedCU8xo965df1bucOOxt6a8M0kvqlDDjsA3lyngBgSW0O/0XR3Y8wj2IX3udLoVQXF/uB5NdZqgh0vMKEwV7DTQxIylKS3QaQzIedp6TCSdoiwbuRQzFuJIItIRB9zb1/crDQFI2+LwB0m2Bm2WFyYmoBiWA47hUJiQ6eo8HDqKcedWVBJsCOISBDFOe407vaiExEwo8eaQ22csD7jkuFWfU0EkUevVfjOu+Nsa5PDzl5kTFYU7KR5hUewmx6FilznhEkhscT0RvUJia2ywSQKdEM9CafgT+BoOtA7x/29b15d/5bQVM+GTZARLV0LOex8qRwSW4cILBaeoJDYiLEnOT2KNVlkWuUGrvJ8dWYRGuykyMlwJvC6tEOaypJgJ5K2K2fqRg75nCDYRYzKJ/elHAzbYcc6IJ+MCBfsSvkJKHa1KZUEu9ApKa7DLj9pib0k2BFERIjhRHyiFlIKjOnMTLtK6MZxb0isripQ1RiEN0bksNPt915ZsJMddj3+97sYvhArGYxCYonpDR+virbDTktWNTDwjRLrfsjze1Gw661PsAO8DqhsggS7mpDDzhfRiQ2IIbF1aAZi4Qly2EWLIn/wVYQJnXeIhuEUnUiE5LDT016RR01NjwlYvWTsEOEEy6NQsBZT3KEUJYoj2OWdyjJKh+12mzoX7CadUDA1QYJd2DiCXSGHUs5qO52W/5AgugbRTccnauSwC5yZ9sJx04Ql2PFdcD0uwgufIxrtLcDk5rCz3AClhkJiO2vO0Sz8MyoaJooUEktMZ/jYZK+Hao1VM3vdtevMnpBT3oiRa6J4V4OBrPse+mqFLxLlDjsS7AC4IbGFRkNiAXLYxQlVzvVRZTKmJawvVzGLSMCaRCUT4XQiSbnIxDTZMa2Xnh7r80mxPCYn7Aq/MRDsNDuUWTNyzsWtdJrYaof1GoUpqCbPYUdOr7AxHMFuCqUOzX9IEF2DmP/HcS1EP8Z0GzNtdwcPiS3GLbRRLu7QJocdX2RM5K3N4ZJaKyRW+H265LDTxRx2MWs3BNFOnJBY7gavPlaJDruhsAW7Ld9p3c7apqExdCgruAB7Qz7HboDrF212g8edlkJieeGJ/GhbHHYUw1EFNSULdpUbuGaLFjrLQ1Ot3bywqpKmemd4H5gmE7B6SdsOu7RSxMiYtZgqxcD9oKWsC1kx8lBMa+DU051VMITZnZGZn3QEu7ByNRIuhpoEDKCUz8G0Eweb8mKRIIj2oKrWIsgsuYm8qehE4PCFmBsSa82t5CqGkdFAFEaQpJwcdrbDrkywk+aeKWGeMV2qxArV/0oUEktMZzRZsKs+Z5/V6/Zj8/pD7tP2+RKw7B3AvDc39G+DQsjirLBFxW7AcdhVcGFPU0QnNtBoSCwX7NoTEkszzCrIueLKQmQFNDsssBc54cFwOpFM/0zvA7Rw96DaIR8Z5DE6bruRlOg7dN1x2BWgojMFO5VfA8UpaLZgpyVppyZsTHtBVizkYeY7M/8hQXQVWsor2JHDLnBmOUUnrLEmX7IcZVywihw5vDTVnnzC3GHH3QDO/MYJd5LGBrH64jQZNygkliBsuGGBiwo11qZiGOyWs0NeoySzlmDXIGJI7AwS7Goj57Ajhx0AISS2xENiqehER6KnZMGucgNP2KJFryJU4QlJsMsKgt2U2mPt9hMu9veURgFjE3Y1VjX6Dj1htyfNzEEtWe0k02EFQxRbxGalKaimtROhk2AXOqbdlxjFnCsQTJNcRAQRS7hAlx+zf6dcnkEzQ8phlytak+p0XJKMp/q9v7fJvcYdhlywMzUp3EneXO5fIPzz9Bg3RMGOQmKJaY0m5bCrUSBpp4UDzv1ls+LZXwxmhDx7vTT21oRy2PmSlEJiHYddXTnsqOhEbEikvR1VMl3FYWeLFj0eh11IO+6ZQeeu3j+38nHTFVvhTitFjE/Y4YMhiaeNkLGr1yqlPFKmLdj1dpZgx/PwKcUpaMwW7KjoROgwLtgVclDsnZyyHJsEQbQPvmOdH7d/j36M6Tb4QmzDuJXDjjvsknFx2KUlwa5NDruUbgmWY/biwqiVw65vvnt/1tZhn14s4OGvxZJJVWKJ6Y2Tw06oEluFvZbPxFuWDGFefxo7CuJdnNhqjrs5Moty2NWGHHa+pBLeohN8E6yhkNjcZqDEBbvw1mUUEluFVMYr2KXSlb+IRNK6GPpsh10eCaSqlM1uifSg+7r99ZfBnjYIHVFhYsS6EwPBjhfDSCsFMGa1jXS2v9q/xA49xUXHnBUSqwKZDO3UhA0X7MxiHkrJFuw6rWAJQXQTfEzJj9q/08ZF0PDQrLFcCYWSGX+HXapNDjseEpu3FheMtz3b9V62yy+GxC7aM+zTiwXeHHYUEktMY8ocdtXXQ6qq4LpP7AVVUaCp8RS5j9t9EVZuGEdK1zCYjX59F3v4uti0xozpkhqhFml784vPLXiV2IaKToy/4T5GOeyioa/Pu1uazlRu4HJYYAk6Qpu+p4Udj97ZYb1K5yJcMEpuBEigbcmgq5GyHZopFMG1XKXDwlN4mLhSmkJStTr+dBUhmwgIe0FmlnLQ7J0crU2LQ4IgfHAWPZYYQA674BnIJKCpCgyTYdNEAblizHLYyY66tjnsrPfP7KZnymKx7J6YtTWw9cFA39xpM2d0cxMZ8ct9SBDthPcHDRRIiru4rWsqzjxs+6hPo3OQ18BVUnxNJ7jDLlc0YJoM43Yhp/pCYu3xfnSNdatooaacIMGuCkkpJLaaGyqZkgQ7JcQE1Fmh6ASPRydcVA0lJQGdFdGvWDtKSgwEOz5oplCEBkvN77QKvwlbnEujgCSsnYhUmjr+0LHbLyvmoRmWYCeH7BME0UZklwI57AJHVRUMZZPYMJ7Hxok88qWYOezkkNhke4tOcJgs0MnCoaoBH7w+5LOKF1ycy5dMp93wxRlBTCsoHJKQv/MOM4uEBZ9LTBUNjOVLziZYXQ47Pv6PvGLdpvqAsCIrQTnsqiNZRrP9Q5UPlR12YQp2ySyw3eHW/e2PCu91Opiian0fA7B2lNRYCHaWwy6tFNziJG2a4AcFF7HTSgEJWDsRCi1UQ0ex3TusVEDCsPJkJjPksCOIyJAddXEYY7oQnp9o43gcHXbR5rBzkMfgNp1HnOELsXzJFNpNTIRegmgnZQUHSLCbdsjzkw5be4YFHydyRdMJh03qan2bgpkZ1u3oa/aThZvvkRx21ZA+fF0o9iAjO7hCFewA4NgrgVcfAhZPj3wkjWJoacAYw4BiC3ZxKIxgh+pmkEcC1gSybIc+5qhJ/h4KSCp2LgQKBQsd3r8wI4+kOQUoQDJDAy5BREaZw476wTAQK8XGzmFXFhLb3hx2HFN2S5Bg5xF1eSLxNDnsiOlImcOO8k5PO8hh50uaO7GLBjbbgt1APQUnAG+0IxD6ep4Eu2pkJEddtS9DmqwbYQt2mg4sfXu4r9HBmHoaKACDsCr48eqmkWJP5nsx5Qp28g593EmUh8RSKFj4aPaOqFnMI8XygAKksuSwI4jIKMsbRv1gGIiVYl3BLibCi6pZC6GS5Xpu13heFhIruyU6bV4RAqKoO1kghx0xjXFy2NkVzclhN/2QN3FIsAMAZJLcYWc4DrvBugW7Gd7fU+E67GIy64kpWgIlXQiLrTYJkibrhhqyYEdUx95BmqlYFfy0OOT7sjvMlFKCqtiB8h3msOMDf1opIMUFO1qohk7CzpFZyE8hA2txmO7psLZDEN2EJo3x5LALhZmiwy6OoY286h4AVInCCBI5JJhFVPwizuiqArnAZWxCqQminchzdHLYTT9k9zeNEQCEkNiSiZGWHXYk2EWKLu5EVHXYeTtEM2yHHVEVNW11RrOVzQCAVJWCIW1D2gVnaqLzkr/aDrsM8sgg73mMCI9kyppgFfJTyCrW556iHHYEER1liyDauAgDLthtHC/Ez2EHeAW7NlEmPJUJdjGY70SMoihlodOpuIRSE0Q7kdcZ5LCbfshjAjnsAABp3XXY8ZDYwWyd+k16wKoM6/we7rgbo1lPTBHLX1cTVzQdhvBxGirttkdJMmsp3XMwDADo6Y3BBFbTPTtbSro/1IoyoWB38kMYh8ZdggnarQublF2dN8GKglBKAy5BREaZw44EuzCYwYtOTBTiWTzgrZ+ybrc5pG0vWVuwI/cEUP45kcOOmJaUbS6RYDftKAuJpQ1/wN38myoaGJ4sAAAGMnXqN4oC9Mx2f5fTqAUM5bCrhShG1BBXStChwfrCyybzRFtJ9AwCgCMqqXHZTUj1ASW7Qmwn7oLbtupZtnMRAO3UtIFUxs0dmOWCXZKcjQQRGWU57GiTLgxm9lif88aJvFMxNlYOuwO/CSzcDdj6oLa9pJzDThVDcbQkOWhsLIdd0fmdBDtiWiKHwJJgN/2gHHa+cNc1Y8CGMS7YNaDfDC0Fxte690OERq9a7H6qdbvDMTUP9VSGpd32SFHKOqeYiBtiHoFOy18HOLsyGcXq2ExFJ3G6DaR6rAXZkDIOXbHCwigUmSAipKxKLI35YTCz181hxx12sakSC1hzizcfF/ruuojsMFTFuUTIeXQ6CVGgS+oqlE6LaCCIIJAddhQVM/0gh50v4ubfulErP3jdIbEAMGO5ez9kwY4cdrXY54vAbifXNRkzlARgRwkqtNseLXLnFBdxQzyv7KzozqNZpE6e0cDfFtJSiDcA2iEjiCiRx3gqOhEKYg678bwl2PWkpvfUVXYYqhlBsBtY3OaziS+isJsmdx0xXZEddeSwm36Ia7dEliICbJKaCkWxHHYk2HUDcuneChhqErDNLwoloI6WuCbYFAtP9M2P7jyaRao0pMXlc+1y1LT1uc9TNgEACmoaSXI2EkR0iI46NQGoJAiEAQ+JHc+XsHHCSgcw3QW73pS371d7hTw6cdmcjAGiw44KThDTFnLYEeKauH9BdOcRMxRFQTahYaJgYM2Ila6qoZDYnT8AvPIg0L8QmLVNSGdpMb1nPQFjaknALhimJkiwi5S4Oux6BFdd39zozqNZEllAUQHGwzJp4G8L9u5YUrEcJsVEP2h/jCAiRNysoA260OjP6NBVBSWT4ZWNkwCAvmku2PWkvOJTpk/YVM5tBmEhinSUv46YtpDDjhBTJZQK0Z1HDOlLJyzBbrPlsGtIsBvcAvjQzSGdmRcawQKkpLmiUFkONaK9xDVef1AIV+mdF915NIuilFurifCR2jNLUZ4igogU0W1Mgl1oKIqCGT1upVgA6E1Pb8GuT3r//ekE8O5zrF8OPieCM4onnpBYctgR0xVZoKON9umHJowZzIjuPGKIPJ4OZuNphyDBLkCMhLvjrqZiIhBNVzKD3t/jUnRiYAv3fn8HhsQCkmBHA39bkARnNTsYzXkQBGEhXpO0QRcqM3u9gmjvtHfYed9/b1oH9v4s8NXVwPL9ozmpGCLmrYtVZWGCaCdy1Why2E1PPvB/VmjsUT+N+kxihSzYNeSwayPTe9YTMKYwgdczNIGPlJ7Z3t/Tg5GcRhm9c9z7S/eJ7jxaIdULjNn34yKEdjvSBkCqt30VCQmC8EEMiSXBLlR44QnOdBfsxPef1FRoql39lDaKPfSl3YVXfzqeizCCCB05pzdVkp6evOkI64fw0CeNDYMk2HU/g4MzgPXW/Rkz6itUQYSER7BTvLnjomTbQ4A3fwBYum9dlYdjiSh+6uSwawtS7kBNdpASBNFePA67/srHES0zs9cr2Mk74tONnqT7/hUlwhOJOaJTggQ7YtoiC3Q0fyQIB3E+oShAPwl23U9v36BzP5GhCXykiIJdIgPEpaKmngLee2nUZ9EaokuwzgrKRIsoiuXi4QnF09S/EESkUEhs2+CVYjnTvUqsqroqnUqKXUX6M7rvfYKYVqT6vMXiyGFHEA6iw25Wb8p1rMcMSuoQJOKkXQyXIdoPLaDCQ3QriuIdES59Qs7D3g6sMEwQ3QSFxLaN+QNuzqVsUkNCo6krZ6pICcQr0U8hsQRhbfhqwqZHXFIEEUQM6BccdgsG4pvfkWY9QSLuuCdpAh8p4q5zp4aexhXRvUjCUfvoX+DeH1gU3XkQBOHNF0YhsaGyZKabK3XxEOVNBYDlsyzB+JAdO7DafJsQQ5viGuZEEG0nSbkuCYIzSyhqNX8gvmmeSLALEs8EnjrEyDn2CiDRA7z1tKjPpLvoEVx1JNi1D49gtzi68yAIQnLY0XgfJktmup/1oqH4TqjbyU2ffhu+cODW+K93bRP1qcQW0TnRP83zHhLTHebeVWnpTxCcree687f5g/F12NEIFiTiLjvtYETPDscA2x0BaNTMA2XGMve+XI2XCI/+he59ctgRRLT0Cs4mxiofR7SM6LAbkirGTlcGs0l88SAS66pBDjuCsJmxHHjjqajPgiBix7bz3IjIt20ZkwKVPpDMHiTbvAdYth+w9buBOdtHfTYEQGJdGGx5ALDHx4DFbwUW7RH12UwfdjoWWPgWS4geXBL12RDE9CaZBd77C2DujsDOJ0R9Nl1NOqHhohN3w7Zz+/DBt24R9ekQHcLOiwax2xaDeNP8frx9q/guxAgidPb6NDBzK+Don0d9JgQRK+b1p/H+tyzCoTvNwwHbxTcvO6kZQdI3Fzj5t1GfBUGEi6oBh/0o6rOYfszaGvj4n6M+C4IgOG8+1vohQuewN8/HYW+eX/tAgrDJJDXc9Om3R30aBBE9u33I+iEIwoOiKPjhsTtHfRo1IYcdQRAEQRAEQRAEQRAEQcQIEuwIgiAIgiAIgiAIgiAIIkaQYEcQBEEQBEEQBEEQBEEQMYIEO4IgCIIgCIIgCIIgCIKIESTYEQRBEARBEARBEARBEESMIMGOIAiCIAiCIAiCIAiCIGIECXYEQRAEQRAEQRAEQRAEESNIsCMIgiAIgiAIgiAIgiCIGEGCHUEQBEEQBEEQBEEQBEHECBLsCIIgCIIgCIIgCIIgCCJGkGBHEARBEARBEARBEARBEDGCBDuCIAiCIAiCIAiCIAiCiBEk2BEEQRAEQRAEQRAEQRBEjNDrOYgxBgAYHR0N9WSIzoC3A94uwoLaHSHSrnYnvga1PQKgPo+IBmp3RBRQuyOigOZ4RFRQn0dEQSPtri7BbmxsDACwePHiFk6L6DbGxsYwMDAQ6vMD1O4IL2G3O/4aALU9wgv1eUQUULsjooDaHREFNMcjooL6PCIK6ml3CqtD1jNNE2vWrEFfXx8URQnsBInOhDGGsbExLFiwAKoaXlQ1tTtCpF3tDqC2R3ihPo+IAmp3RBRQuyOigOZ4RFRQn0dEQSPtri7BjiAIgiAIgiAIgiAIgiCI9kBFJwiCIAiCIAiCIAiCIAgiRpBgRxAEQRAEQRAEQRAEQRAxggQ7giAIgiAIgiAIgiAIgogRJNgRBEEQBEEQBEEQBEEQRIwgwY4gCIIgCIIgCIIgCIIgYgQJdgRBEARBEARBEARBEAQRI0iwIwiCIAiCIAiCIAiCIIgYQYIdQRAEQRAEQRAEQRAEQcQIEuwIgiAIgiAIgiAIgiAIIkaQYEcQBEEQBEEQBEEQBEEQMYIEO4IgCIIgCIIgCIIgCIKIESTYEQRBEARBEARBEARBEESMIMGOIAiCIAiCIAiCIAiCIGIECXYEQRAEQRAEQRAEQRAEESNIsCMIgiAIgiAIgiAIgiCIGEGCHUEQBEEQBEEQBEEQBEHECBLsCIIgCIIgCIIgCIIgCCJGkGBHEARBEARBEARBEARBEDGCBDuCIAiCIAiCIAiCIAiCiBEk2BEEQRAEQRAEQRAEQRBEjCDBjiAIgiAIgiAIgiAIgiBiBAl2BEEQBEEQBEEQBEEQBBEjSLAjCIIgCIIgCIIgCIIgiBhBgh1BEARBEARBEARBEARBxAgS7AiCIAiCIAiCIAiCIAgiRpBgRxAEQRAEQRAEQRAEQRAxggQ7giAIgiAIgiAIgiAIgogRJNgRBEEQBEEQBEEQBEEQRIwgwY4gCIIgCIIgCIIgCIIgYgQJdgRBEARBEARBEARBEAQRI0iwIwiCIAiCIAiCIAiCIIgYQYIdQRAEQRAEQRAEQRAEQcQIEuwIgiAIgiAIgiAIgiAIIkaQYEcQBEEQBEEQBEEQBEEQMYIEO4IgCIIgCIIgCIIgCIKIESTYEQRBEARBEARBEARBEESMIMGOIAiCIAiCIAiCIAiCIGIECXYEQRAEQRAEQRAEQRAEESNIsCMIgiAIgiAIgiAIgiCIGEGCHUEQBEEQBEEQBEEQBEHECBLsCIIgCIIgCIIgCIIgCCJGkGBHEARBEARBEARBEARBEDGCBDuCIAiCIAiCIAiCIAiCiBEk2BEEQRAEQRAEQRAEQRBEjCDBjiAIgiAIgiAIgiAIgiBiBAl2BEEQBEEQBEEQBEEQBBEjSLAjCIIgCIIgCIIgCIIgiBhBgh1BEARBEARBEARBEARBxAgS7AiCIAiCIAiCIAiCIAgiRnSsYDc+Po6zzjoL73nPezBjxgwoioIrrrjC91jTNHHxxRdjl112QSaTwcyZM3HAAQfgscce8z3+9ttvh6IoWLBgAUzT9D1m6dKlUBTF+ZkzZw723Xdf3HzzzWWvfdVVV+Gtb30rZsyYgb6+PmyzzTb48Ic/jL///e/Ocffeey8URcFvfvMbz/8XCgUcfvjhUFUVl19+eQOfEBEGTz75JI499lgsX74c2WwWs2bNwjve8Q7cdtttzjGmaeKKK67AkUceicWLF6Onpwc77rgjzjnnHORyuYrP/fTTT0NRFKTTaYyMjPges//++3va3YwZM7DHHnvg8ssvL2urt912G/bbbz/MmTMH2WwWy5cvx3HHHYc//vGPzjGrVq2Coij44Q9/6Plfxhg++clPQlEUnH322Y1/UEQoPPLIIzjyyCMxY8YMZLNZ7Ljjjrjwwgt9jx0ZGcGcOXN8+xWRn/3sZ1AUBW9961srHiO2OVVVsWDBArz73e/Gvffe6zmuUCjgJz/5CXbddVf09/djcHAQO+ywAz7xiU/gmWeecY674ooroCgK/vnPf3r+f/Pmzdhzzz2RTqc97ZQIn3rG1Eb7ts2bN+MrX/kKtt56a2QyGSxZsgQf/ehH8corr1Q8j+OOOw6KouCMM87w/TsfK/lPIpHA8uXL8eEPfxgvvfSS59j169fjC1/4ArbbbjtkMhnMmTMHe+65J8444wyMj487x51yyino7e0te63HH38cs2bNwtKlS7Fq1aoqnx4RFmHN9V555RWcdtppWLp0KVKpFObMmYNjjjkGDz74YNXzaWR++K53vcv375dddpnTfuU+kIgHYc31Nm7ciNNPPx3bbrst0uk0ZsyYgYMPPhi///3vq55PI/PDrbfe2vfvd911l9Puqs0JiOgJeq735JNP4qSTTsLChQuRSqWwYMECnHTSSXjqqaeqnkcj88OPfexjvn8/88wznWM2bNhQ9fWI9hCH+d7vfvc7vOc978HMmTORTqexzTbb4PTTT8emTZuqnnsjc8T/+7//8z3m7W9/OxRFwY477lj1tWIF61BWrlzJALAtttiC7b///gwA+9WvfuV77Mknn8x0XWcf+chH2GWXXcYuuOACdvLJJ7M777zT9/gTTzyRLV26lAFgd911l+8xS5YsYbvssgu7+uqr2dVXX82+//3vs+XLlzMA7OKLL3aO+8xnPsMAsKOOOor95Cc/YRdddBH7/Oc/z7beemt21llnOcfdc889DAC74YYbnMcKhQI74ogjmKIo7Be/+EXjHxIROL///e/ZwQcfzM4++2x26aWXsgsuuIDtu+++DAC75JJLGGOMjY2NMQBsr732Yueccw679NJL2amnnspUVWX7778/M03T97m/9rWvsXnz5rFUKsUuu+wy32P2228/tmjRIqfdnX/++WyXXXZhANgZZ5zhHHfeeecxAGy//fZj559/Pvv5z3/O/t//+39sl112YSeffLJzHL+OzjvvPOcx0zTZaaedxgCwb3zjGwF8akQQ3HHHHSyZTLK3vvWt7Pzzz2eXXnopO+OMM9jpp5/ue/znPvc51tPTU9avyLztbW9z+rvnn3/e9xgA7KCDDmJXX301u+qqq9i3vvUtNnfuXKYoCrv99tud4w4//HCmaRo76aST2EUXXcQuuOACdtppp7FFixZ5+udf/epXDAB7+OGHncc2b97M9txzT5ZKpTzPSbSHesbURvo2wzDYHnvswXp6etjpp5/OLrvsMnbGGWewvr4+tnDhQjY6Olp2Dps3b2bpdJotXbqULV682Lev5GPl5z//eXb11Vezyy+/nH32s59lyWSSzZgxg61evZoxxtjGjRvZFltswQYHB9mXvvQldumll7Lvfe977IQTTmB9fX1s5cqVznOefPLJrKenx/M6//nPf9isWbPYFltswV566aUWPlmiFcKY6z3wwAOsv7+f9ff3sy996UvsF7/4BTvnnHPYVlttxRRFYT/72c8qnk+988N0Os1UVWWvv/562d/3228/lk6ny/pAIj6EMdd75pln2MKFC1kymWSf/OQn2WWXXcbOO+883zmcTL3zQ96uHnroobK/n3zyyc7fq80JiGgJeq534403smQyyebNm8fOPPNM9otf/IJ9/etfZ/Pnz2epVIrdcsstFc+l3vlhOp1mg4ODLJ/Pl/192bJlTrtbv359nZ8CESZRz/e+/OUvMwBs5513Zt///vfZZZddxj71qU+xVCrFFi9ezJ577jnf825kjphOp9khhxxS8b2n02m2ww47NPHpRUPHCna5XM6ZCD388MMVJ3G//vWvGQB200031fW84+PjrKenh1144YVs1113ZaeccorvcUuWLGGHHXaY57HXX3+d9fT0sG222YYxxtjatWuZoijs4x//eNn/m6bJ1q1b5/wuC3aFQoEdffTRTFEUdumll9Z17kQ0lEoltvPOO7Ntt92WMcZYPp9nf/3rX8uO+9a3vlVxkm+aJlu6dCn70pe+xI455hi2//77+77WfvvtV9bBTExMsEWLFrGenh5WKBRYsVhk/f397KCDDvJ9DrHd+Ql2XGQ+88wza795oi1s3ryZzZ07lx1zzDHMMIyax//nP/9huq6zb3/721Un5y+99JLTP86ePZudffbZvscBYJ/5zGc8jz3++OMMAHv3u9/NGGPsH//4BwPAzj333LL/L5VKbMOGDc7vsmA3OjrK9tprL5ZMJtnvfve7mu+PCJ56xtRG+ra//vWvDAD76U9/6jn28ssvrzgmX3755SyRSLA///nPDAC79957y47x29xijLELL7yQAWDf/e53GWOM/eAHP2AAfM938+bNbGpqyvldFuyeeOIJNnv2bLZ48WL24osvlv0/0T6Cnutt2rSJzZs3j82dO5e98MILnr9NTk6yfffdl2maxv72t7+V/W8j88MDDzyQ9ff3swsuuMDzt1dffZWpqsre9773kWDXYbQy1ysUCmzHHXdk2WyW/f3vfy973g984AMMALv++uvLnq/R+eG2227L/uu//svzt6mpKdbf3++0OxLs4knQc70XXniBZbNZtt1227E33njD87f169ez7bbbjvX29vpuSjUyPzz66KOZqqpl4h+fB/B2R4JdPIhyvnfNNdcwAOwDH/gAK5VKnuMfeughls1m2c4778yKxWLZazcyR3zve9/LdF0va3Pnnnsumzt3Lttnn306SrDr2JDYVCqFefPm1Tzu/PPPx5577oljjjkGpmliYmKi6vE333wzpqamcOyxx+L444/HTTfdVDWMUWTevHl405vehJUrVwIAVq5cCcYY3v72t5cdy8No/SiVSjj++ONx66234uKLL8bHP/7xul6fiAZN07B48WInTCGZTOJtb3tb2XHHHHMMACu0Qeavf/0rVq1aheOPPx7HH388/vKXv+C1116r6/Wz2Sz22msvTExMYP369diwYQNGR0d92x2Aiu0OAL7whS/goosuwle/+lWcc845db0+ET7XXHMN1q1bh3PPPReqqmJiYqJiOBZgfY/HHHMM9t1336rPu2LFCgwNDeGwww7D+9//fqxYsaLuc9ppp50wa9Ysp7978cUXAcC33WmahpkzZ/o+z/j4ON7znvfgkUcewY033ojDDjus7nMggqOeMbWRvm10dBQAMHfuXM+x8+fPBwBkMpmy51mxYgUOOuggvPOd78Sb3vSmhtrjAQccAACe9qhpGvbaa6+yY/v7+5FOp32f5+mnn8aBBx6IVCqFe+65B8uXL6/7HIjgCXqud8kll2Dt2rU477zzsOWWW3r+lslkcOWVVwIAvv3tb5f9byPzw3Q6jfe+97245pprPI9fe+21GBoawsEHH1zzPRHxopW53o033ognnngC//3f/10WXqhpGi655BIMDg7irLPOKnu+RueHJ5xwAn7961975gi33XYbJicncdxxxzX0non2EvRc77zzzsPk5CQuvfRSzJ492/O3WbNm4ZJLLsH4+DjOO++8sv9tZH64cOFCvOMd7yjr71asWIGddtqps0IPpwFRzve+9a1vYWhoCJdeeik0TfMcz1OWPPbYY7jpppvKXruROeJRRx2FVCqFG264wfP4Nddcg+OOO67steNOxwp29TA6Oop//OMf2GOPPfC1r30NAwMD6O3txfLly3H99df7/s+KFSvwzne+E/PmzcPxxx+PsbExT86KahSLRbz66qvOwnTJkiUAgBtuuAGTk5N1PUepVMIJJ5yAm2++GRdddBE++clP1vV/RHuZmJjAhg0b8OKLL+LHP/4x/vCHP+DAAw+s+j9r164FYA2SMitWrMCWW26JPfbYA0cccQSy2Syuvfbaus/npZdegqZpGBwcxJw5c5DJZHDbbbfVzAUg8sUvfhEXXnghzjjjDHz3u9+t+/+I8Ln77rvR39+P1atXY9ttt0Vvby/6+/vxqU99qmzBeMMNN+DBBx/ED37wg5rPu2LFCrz3ve9FMpnECSecgOeffx4PP/xwXec0PDyM4eHhsv5uxYoVKJVKdT3HxMQEDjnkEDz88MO44YYbcPjhh9f1f0S88Ovbdt99d/T09OAb3/gG/vznP2P16tW477778JWvfAV77LFHWX6vNWvW4J577sEJJ5wAwFp0/uY3v0GhUKjrHLhgLLZHwzBw9dVX1/0+nn32WRxwwAHQdR333HNPmaBDxJNG5nq33XYb0ul0ReFi2bJl2GeffXD33XeX9a2Nzg9PPPFE/OMf/3DaJmAtFt7//vcjkUi08I6JdhHUXI+3kw9/+MO+/zMwMICjjjoKTz/9tKe9AI3PD0888US8/vrrnhyz11xzDQ488MCqG7ZE9AQ917vtttuwdOnSioLeO97xDixdutS3H2t0fnjiiSfitttuc/LDlkol3HDDDTjxxBPreetEh9DKfO/555/Hs88+i6OOOgr9/f2+z8/7SLlNNjpHzGazOOqoozx95WOPPYYnn3yyM9tk1Ba/IKhk53zkkUcYADZz5kw2d+5c9rOf/YytWLGC7bnnnkxRFPaHP/zBc/y6deuYruue/BBve9vb2FFHHVX2mkuWLGHvfve72fr169n69evZY489xo4//ngGgH3uc59zjvvwhz/MALChoSF2zDHHsB/+8Ifs6aefLns+buFcsmQJA8Auuuii1j4UIlQ++clPMgAMAFNVlb3//e9nmzZtqvo/73rXu1h/fz8bHh72PF4oFNjMmTM9Iagnnngi23nnncueY7/99mPbbbed0+6efvpp9vnPf54BYEcccYRz3De/+U0GgPX09LBDDjmEnXvuuexf//pX2fPxkFje7irlyCCi5c1vfjPLZrMsm82yz33uc+zGG29kn/vc5xgAdvzxxzvHTU5Osi222IJ99atfZYxVDh9kjLF//vOfHlu7aZps0aJF7Atf+ELZsQDYRz/6UbZ+/Xr2xhtvsIceeogdeOCBDAD70Y9+5Pz/fvvtxwCwuXPnshNOOIFddNFF7OWXXy57Ph4Su2TJEpZIJKrmUCHaT7XQQz8q9W2/+93v2Pz5852+EgA7+OCD2djYWNlz/PCHP2SZTMbJdfLcc88xAOzmm2/2HMfb9OWXX87Wr1/P1qxZw37/+9+zpUuXMkVRnBDDtWvXstmzZzMAbLvttmOnnXYau+aaa9jIyEjZa5988skskUiw+fPnswULFlTMn0JESxBzvcHBQd+xVYSPqY8//rjzWKPzw8MOO4yVSiU2b9489p3vfIcxxthTTz3FALD77rvPN48nET+CmuvtsssubGBgoOr/nX/++QwA++1vf+s81uj8kId47b777uyjH/0oY4yx4eFhlkwm2ZVXXll1TkBET5BzvZGRESeHejWOPPJIBsCTZ6zR+eFnPvMZtmnTJpZMJtnVV1/NGLPyQCqKwlatWsXOOussComNKe2c791yyy0MAPvxj39c9TX6+/vZbrvt5nms0TniDTfcwH73u98xRVHYK6+8whhj7PTTT2fLly9njPmnmIozXS3Y/eUvf3EajZgzYmxsjM2aNYu9/e1v9xz/k5/8hCWTSc9g/L//+79ljzHGHIFD/NE0jX3oQx9ik5OTznGGYbCf/vSnbLfddvMce8ABB7DXXnvNOU5MkqjrOiVdjzlPP/00u+uuu9iVV17JDjvsMHbMMcewtWvXVjz+3HPPZQB8k1nfeuutDAB74oknnMduu+22sscYY44gIv4oisIOO+ywsoHwmmuuYfvssw9TVdU5dtddd2VPPfWUc4yYfBNAxWTGRLTwgjannXaa53G+mOACwze/+U02f/58Z4CsNjn/4he/yObOnevJIfHlL3+57DHGWFmb423mS1/6kifPSi6XY+eccw7bbrvtPMced9xxnsGdL1bT6TTr6+vzFZOJ6GhkAletb3vooYfYoYceys4991x2yy23sLPPPptls1n2/ve/v+zYXXfdtezxt7zlLWWP8TYt/8yePZtdddVVnmPXrFnDTjvtNDZ37lznuGQyyb797W97khWffPLJTFVVlkgk2I477lhzQU5EQxBzPU3T2D777FP1dc4888yy/IeNzg95juPPf/7zbPvtt3eelyfKJsGuMwhqrrfllluyRYsWVX2tyy67jAFgK1ascB5rdH7IF6Dnn38+GxoaYvl8nl122WXOQpcEu3gT5Fzv1VdfZQDYSSedVPU1P/jBDzIATsEmxhqfH/Icx0ceeSQ79NBDneflfS8JdvGlnfO9q6++mgGoWUhz4cKFbOutt/Y81ugc8YYbbnA2PH7wgx8w0zTZ4sWLnc0PEuwioFJj448vW7as7H9OPfVUlkgkPEkN99hjD7bPPvuw559/3vl54IEHGOBWheIsWbKEvfWtb2V33XUXu/vuu9mDDz5YpjbLbNiwgd16663skEMOYQA8k0bewC688EK2fPlyls1m2QMPPND4h0FEwkEHHcT22GMP34o11113HVMUxdntlDn22GPZsmXLPO3uqaeeYtls1tk94+y3335s6dKlTrt74IEHPEUk/Ni8eTO788472YknnsgAsC233NJJuM4Fu7POOovtscceTFVVmsjFkB122MFxZojcd999DAC78sor2cqVK1kmk2GXX3658/dKk/NSqcTmz5/Pjj/+eE+7u/766xkAdscdd3iO57u0vN099NBDbHx8vOo5r1mzhl177bVsr732YgDYBz/4QedvfLF65ZVXspkzZ7LZs2ezZ555ptmPhwiYeidw1fq2F198kWWzWfab3/zG8/gVV1zBAHg2pbjz6Mc//rGnPX75y19m6XSabd682TmWt+lvfvOb7K677mJ//vOf2eOPP+6boJhjmiZ79tln2YUXXsgWLlxYtjnBi05ce+21TFVVtvfee9ds30T7CWKu14jDTqyK2Oj8kAt2f//73xkA9u9//5stW7bMcbGTYNeZNDvXa8RhJyZzb3R+yBega9ascYoA7L///uzYY49ljFXfxCOiJ8i5XiMOO0VRnAqvzcwPuWB33XXXsUQiwV5++WXW09PjRIuRYBdf2jnfa8RhJ260NTNH5NfCaaedxnbZZRd27733MgDsySefZIyRYBcJlRrb6tWrGWCVJJY544wzGAAnPIZbKyv9vOMd7/D8v1+V2EbgTqlVq1YxxrwN7MUXX2Tz589nAwMD7N///nfTr0G0j0suuYQBKBMd7rzzTpZMJtnhhx/uu6DkJaortbslS5Z4JoatdjAnn3wyA9zKOmKV2A0bNrDtt9+eJZPJsgGZiJaDDjrIt309/fTTDAC74IIL2Ic+9CG21VZbsZdeeomtXLmSrVy5kl177bXObtjKlSsdN9ydd95Ztb/78Ic/7HkdcULWKIVCgW299daeRbO4WH3ooYdYb28vW7x4sWNbJ6Klnglcrb7tG9/4BlNVleVyOc/jmzZtYoC3CvXXvva1qu2xHhG6Xl588UWmqqqn0qJYJfZnP/sZA6zqx3wBQ8SDIOZ6b3vb21g6nS5rlyL7778/SyaTTrREq/PDLbfcku2///4MAHv00UcZYyTYdSrNzvX4hqlfigjOKaecwgA4lalbnR8ecMABbN9992WqqjphYyTYxZug53oLFizw3cgQWbp0KVu8eLHzeyvzw8nJSdbb28v2339/T4VOEuziSzvne3wsPfXUUyu+1qpVqxgA9qEPfch5rJU5Infg77///p7Nuk4T7HR0MQsWLMC8efOwevXqsr+tWbMG6XQafX19AKzkmolEAldffXVZ5ZAHHngAF154IV555RVsscUWgZzb7rvvjvvuuw+vv/66k6yds3z5ctxxxx3Yb7/9cPDBB+P+++/H1ltvHcjrEuEwNTUFANi8ebPz2EMPPYRjjjkGu+++O66//nroevnlxqvMXXzxxWXFKJ599ll8/etfx1//+lfss88+gZzn7rvvjiuvvBKvv/562d9mzpyJO++8E29/+9vx3ve+F3fddRf23nvvQF6XaI23vOUtuOuuu5xExJw1a9YAAGbPno1XXnkFL7zwgm9Vy09/+tMArEIRg4ODWLFiBebMmYOLLrqo7NibbroJN998M37+85/7VvJslEQigTe/+c14/vnnsWHDhrLKVHvuuSduueUWHHbYYTjooINw//33l1UzI+JFPX3bunXrwBiDYRiex4vFIgA4hUkYY7jmmmvwzne+02mnIt/5znewYsUKnHrqqYGc+/LlyzE0NOTbBwLApz71KWzatAlf//rXcdJJJ+G6666DqnZ1fa6Op5G53hFHHIEHH3wQN9xwA0466aSy41etWoX7778fRx11lNP/tTo/POGEE3DOOefgTW96E3bZZZcW3y0RJc3O9Y444ghcc801uOqqq/D1r3+97O+jo6O49dZbsdtuuzljeKvzwxNPPBEf+9jHMDg4iEMPPbTp90y0j6DnekcccQQuueQSPPDAA77t5P7778eqVavwpS99yXmslflhJpPB0Ucfjf/7v//DIYcc4ltkj+gsgpzvbb311th2221xyy234Cc/+YkzLotcddVVAIBjjz0WQOtzxH322QdbbLEF7r33Xnz/+99v4J3HjGj1wmCopg5/4QtfYADYnXfe6Ty2fv161t/f78TZM8bYVlttxQ444ADf53/ttdeYoijsf/7nf5zH6nHYvf766471UiSfz7NddtmFqarq7Db47Xo9+OCDrKenhy1ZssST746IDr/w00KhwHbbbTeWyWScfBJPPfUUmzlzJtthhx2q5kM68MADnQSYMrlcjvX29npyWdSzIzAxMcEefPBB378deuihDAB75JFHGGNehx3nueeeY3PmzGFDQ0OepNtEdPCk6ieeeKLn8RNOOIHpus5Wr17N7r//fnbzzTd7fr7zne8wAOwrX/kKu/nmm1mhUGCTk5Osr6+PfeQjH/F9rb/+9a8MALvuuuucx1CHw+65557zdQ8MDw+zBQsWsKGhISf3iZ+75KabbmKaprHddtvNY28n2k+1MbXevu2HP/yh73NccMEFnvZ1//33MwBl+ec45557LlNV1cmvU69D5O9//7tvWOtDDz3EALAjjzzSeUx02HG++MUvMgDsYx/7WNXXIdpHEHO9TZs2sXnz5rF58+Y5TibO1NSU4wwRc+G1Oj/kSdfFMHBy2MWboOd6hUKB7bDDDqynp6fsOzcMw3Hg3Xjjjc7jrc4PR0ZG2FlnncWuueYa5zFy2MWbIOd6jDH2/PPPs2w2y7bffnu2YcMGz3Nu3LiRbb/99qy/v5+99NJLjDEWyPzw3//+NzvrrLM86xBy2MWXds73GLPyq/M2LudD/Oc//8l6enrYrrvu6jj5gpgj3nLLLeyss85ia9ascR4jh10b+elPf4qRkRFn5+G2227Da6+9BgD43Oc+h4GBAXz1q1/F9ddfj/e973340pe+hIGBAfz85z9HsVjEd7/7XQCWevzCCy/gs5/9rO/rLFy4ELvtthtWrFiBM844o+7ze+2117DnnnvigAMOwIEHHoh58+bhjTfewLXXXovHHnsM//Vf/1V192HvvffGTTfdhCOOOMJxnsycObPu1yeC55Of/CRGR0fxjne8AwsXLsTatWuxYsUKPPPMM/jRj36E3t5ejI2N4eCDD8bw8DBOP/10/P73v/c8x5Zbbom9997bKVH9+c9/3ve1UqkUDj74YNxwww248MILkUgk6jrHyclJvO1tb8Nee+2F97znPVi8eDFGRkZwyy234P7778fRRx+NXXfdteL/b7311rjjjjuw//774+CDD8YDDzzgu5NHtI9dd90VH/nIR3D55ZejVCphv/32w7333osbbrgBX/3qV7FgwQIsWLCg7P8GBwcBAHvssQeOPvpoANYO6djYGI488kjf19prr70we/ZsrFixAh/4wAfqPsfHHnsMJ554Ig455BDsu+++mDFjBlavXo0rr7wSa9aswQUXXFDmThE55phjcNlll+EjH/kIjjzySPzxj39EOp2u+/WJ1qk1pqqqWlffBgCnnHIKfvjDH+KTn/wkHn30Ueywww545JFH8Itf/AI77LADjjnmGADWbr6maTjssMN8z+nII4/EmWeeieuuu87jAqjF1VdfjRUrVuCYY47BW97yFiSTSTz99NO4/PLLkU6n8bWvfa3q///oRz/C8PAwfvGLX2DGjBmdvTPb4QQ11wOAoaEh/OY3v8Ghhx6K3XbbDR/72Mew/fbbY+3atbjiiivw0ksv4ac//Sne+ta3AghmfrhkyRKcffbZAX4iRNgEOdcDLKf5jTfeiAMOOAD77LMPTj31VOy+++4YGRnBNddcg0ceeQRf+9rX8N73vhcAApkfDgwMULvrMIKc6wHAVltthauuugonnHACdtppJ3z0ox/FsmXLsGrVKvzyl7/E8PAwrrvuOixbtgwA8Nvf/rbl+eHOO++MnXfeubUPggidKOZ7gOU4/+c//4nzzz8fTz31FD74wQ9iaGgIjzzyCC6//HLMnj0bv/nNbxwnXxBzxKOOOgpHHXVUax9Y1EStGLaCX6VW/rNy5UrnuBdffJEdc8wxrL+/n2UyGXbAAQewf/zjH87feclsebdV5Oyzz2YA2GOPPea8di2H3ejoKPvJT37CDj74YLZo0SKWSCRYX18f23vvvdlll13myT1Rbdfr17/+NVNVle2xxx6esttE+7n22mvZu971LjZ37lym6zobGhpi73rXu9itt97qHMNda5V+Tj75ZMYYYz/60Y8YAPanP/2p4uvxhJ38+evZESgWi+yyyy5jRx99NFuyZAlLpVIsm82yXXfdlZ133nmevEx+DjvO/fffzzKZDFu2bJmnehQRDYVCgZ199tlsyZIlLJFIsK222qpm4la/fuWII45g6XSaTUxMVPy/U045hSUSCWdHFnU47NatW8f+53/+h+23335s/vz5zvVxwAEHlCWireYu4Tt1lXJlEOFRa0ytt2/jvPbaa+wjH/kIW7ZsGUsmk2z+/Pns4x//uLPLzit47bvvvlXPa9myZWzXXXdljNXvEHn88cfZ6aefznbbbTc2Y8YMpus6mz9/Pjv22GMdhzHHz2HHmJV8++ijj2YA2Pe+971aHx8REkHN9URWrVrFPvGJT7AtttiC6bruPN/dd9/tOS6s+SE57OJNkHM9kfXr17Mvf/nLbKuttmLJZNI59pe//KXnuLDmh+Swiz9BzfVE/vOf/7ATTzyRzZs3j6mqygCwdDpdFgUW1vyQHHbxo93zPZnf/va37F3vehcbHBx0nnOHHXbwRNiEOUfsNIedwhhjDat8BEEQBEEQBNEF/OlPf8Khhx6KffbZB3/4wx+QTCajPiViGvCf//wH++67LxYvXowHHngAAwMDUZ8SMQ246qqrcMopp+Ckk05ycoYRRJR87GMfwy9/+Utcdtll+NjHPhb16cQOyqRMEARBEARBTFsOPPBAXHnllbjnnntw6qmngvayiXaw00474dZbb8Xzzz+Po48+GoVCIepTIqYBH/7wh/G9730PV199dc30EATRDi655BIcfvjh+NSnPoXbb7896tOJHeSwIwiCIAiCIAiCIAiCIIgYQQ47giAIgiAIgiAIgiAIgogRJNgRBEEQBEEQBEEQBEEQRIwgwY4gCIIgCIIgCIIgCIIgYgQJdgRBEARBEARBEARBEAQRI/R6DjJNE2vWrEFfXx8URQn7nIiYwxjD2NgYFixYAFUNT/OldkeItKvdAdT2CC/U5xFRQO2OiAJqd0QU0ByPiArq84goaKTd1SXYrVmzBosXLw7k5Iju4dVXX8WiRYtCe35qd4QfYbc7gNoe4Q/1eUQUULsjooDaHREFNMcjooL6PCIK6ml3dQl2fX19zhP29/e3fmZERzM6OorFixc77SIsqN0RIu1qdwC1PcIL9XlEFFC7I6KA2h0RBTTHI6KC+jwiChppd3UJdty22d/fTw2McAjbzkvtjvCjHTZyanuEH9TnEVFA7Y6IAmp3RBTQHI+ICurziCiop91R0QmCIAiCIAiCIAiCIAiCiBEk2BEEQRAEQRAEQRAEQRBEjCDBjiAIgiAIgiAIgiAIgiBiBAl2BEEQBEEQBEEQBEEQBBEjSLAjCIIgCIIgCIIgCIIgiBhBgh1BEARBEARBEARBEARBxAgS7AiCIAiCIAiCIAiCIAgiRpBgRxAEQRAEQRAEQRAEQRAxggQ7giAIgiAIgiAIgiAIgogRJNgRBEEQBEEQBEEQBEEQRIwgwY4gCIIgCIIgCIIgCIIgYgQJdgRBEARBEARBEARBEAQRI0iwIzy8umkSn7v2Udz//PqoT6Uyf/wacNkBwKsPR30mBFGRomHiv298HDc98lrUp0JMEybyJXz5+sdwzzNvRH0qBNFWGGP40Z3P4uq/rYr6VIiQeH3zFD537aP418vDUZ8KQRCt8sAFwAM/jvosiE6kMAn87ovA83dFfSZtgwQ7wsPNj67GbY+twYd++Q9MFYyoT8efdU8Aq/8FbHw+6jMhiIr84Ym1uO7hV/Gl6x+L+lSIacLNj67GjY+8hlOveBhjuWLUp0MQbePfr47gf//8Ar5x65MYnihEfTpECJz92ydx22Nr8L6LH4z6VAiCsMkVm1grrn0CuPss4O6zgYkNgZ8T0eXceSbwz8uBFe+P+kzaBgl2hId1oznn/vqxfIRnUoWhJdbt8MvRngdBVGHjuHv9xPZaIrqK1zdPOfefXDMa4ZkQRHt5eNUm5/6DL26M8EyIsHh27VjUp0AQhMD3/vA0djjrDvz5mXWN/eNzf3Dvj70e7EkR8eL204ErDgeMADeRn7w5uOfqEEiwIzyMTBWF+zHdpR60BbsREuyI+LJBEOyeWUviCRE+r25yBTtyGRHTiefWjTv3X1w/XuVIolPpSenO/aZcPQRBBMZorohL7nsJhsnw4AsNbpKMC2k7xhoU+4jOoZgD/nEpsOp+4JW/B/u8NXjklWFc8deVYIwF97oRotc+hJhObBp3F3mbp2IaUjW01Lolhx0RY0TxRBTvCCIsXh2edO4PT8a0/yaIEBD7WDFSgOgeCiXTub9uNIclM3siPBuCmN5sFuYYRqOiyKQg8I2vDeiMiNix4Tn3fj5A44KWBEr2GssoAlqi7JD3/sxKnbBwKIuDtp8b3GtHBDnsCA/Dkx0g2PXOsW6nNlU/jiAiRLyWxvPkBiDCZ0SYQIvtjyC6nY3CZuO6Udog6UZEUXY8X4rwTAiCmBTynE80ej2Kgh2FxHYv659174+uCe55NcFvNjVS9mfRVfdSlzjuSbAjPGyc6ADBLtlr3RYmoj0PgqiCOIFpeDJDEE0wlnPb2SYKiSWmEd6coeSw60ZEgWA8R2MqQUTJuGeO2+Cm9IQg2PkILkSXMCkUFBldHdzzFt0IJj/zzqgwPqT07pC6uuNdEIEhVhaMvWCXpwTERHxpafeRIJpA7L8phx0RNE+/PhrL3WrGGDaQw66rMUyGvBASO1GgMZUgomRSuAYbdryKDrsSbbB0LaKxRsxb2AqmARTd9C+YLBfsxLQYU0Wz7O+dCAl2hINpMuSEhh1fwc7OW0IOOyLGiBMYCt8hwqZQMj0L2tj230RHsnE8jyP+9wEc8KP7YrcBMZ4voWBQ2+9m5CITY+SwI4hIEV11DY8JoitKdEsR3YUorIn3g3rOCs/7+mZXsIttAc0GIcGOcMiVvBOiXCGmebdStsPOLAIl2kkn4kmcHXb3P78ej782EvVpEAEit7EpqqJIBMg/Vm5CybTywtz9dLyq+skbIlNFw1OggOh8JqX5KG2CEUS0eNK++K0Xn7kduOUzwMgr3sdLBa+rLighh4gfBVGwC8hJmZdc/j4OTU+0YJcUYKMqsYTDlNThxnbBlxAqg+XHAT0V3bkQRAVayu8RIuvH8jj58n/AZMDvPrcPdlw4EPUpEQEgO05i238THcm/BYH/uXXxSkfB85n1pXXnOhjLFTGzl+YG3YI8P6UcdgQRLWJIbNmmdCkPXHeCdV9LAEdc4P6tIAku5LDrXopCJFxQwqwcXecj2InRgt1SgI0cdoSDvIOZi2vct6YDesa6L3f8BBEDiobpcXjEyQ2wbjQH2yiDv724sfrBRMcwlvfuIsoLXIJohXVCiMkbMcsRx/vX/nQCvSlrH5pCJrsLeQMiTmMqQUxHJqpFkYytde+/8ZT3b3L+cXLYhUKuaOA7v3sK/1hZnuOtbXgcdgEJs/K63yfSTkyhIGsbnQoJdoSDnCNE/j1WOHnsSLAj4sdkPr6LC3G3aSxG50W0hixQxLr/JjoOsYL8+vF4CXbcwdyX1tGftgS70Vx3hMEQFpNSkQkSZAkiWkSRrkwUGXvdvb/uKYAx9/cywY4cdmFwwd3P45cPrMRxl/wtupMohiHYSQ47n+cV57/5LkmPQYId4SDvYObi3Mh5HjsqPEHEELmCXZx2eEaEfA5jtKjtGniImK4qACgklggWsQpr/Bx2Vj/Wk9LRl04AAEanSNDpJsrmp9S/jgIBTQABAABJREFUEUSkiPPaoiGtF0fXuPcLY0Bus/C7HBJLVWLD4N5nA6rK2gqFEEJi5RBYH4edKNJ1Sz7brhfsHnllGF/69b+xIWY7wnFEDqGK9YQoaQt28k4NQcQA2Q1QKMXnWhoRKihSHqDugbs4Z/dZebsoJJYIko3CHOqNsXjNp8Zth11PSkd/hhx23Yjcn3WLa4IgOhVRCCmZDKYpuOhEhx0AjAviEYXEtoXVIzFwLorfrU+uuaYwpJx0pfL3mS9WEZM7lK4X7D70i4dw06Or8YXrHo36VGLPpCTQ5eMs2Olp65aqxNbNeL6Ej17xMC6+98WoT6XrkfM/xmlxsVkMiSXBrmvgbkku2MU2BynRcTDGsEkIiR2dKoKJIU4RM263/T7BYUfu4e5CdtjlY7QJRhDTEVkIKYi/T0p508aFyuJcsEv22U8UA2GpCzHMGIzR4ncbmMMuX/13eCMEyWEXEZOFEi64+znc/p/Xax8MNynmX1+g5Oq1yHVK0QnArQxrkGBXL5f+5SX86Zk38P0/PhPaYuu8O57BTmffgZfWT+/cgrJAF6cBQwyJjVNuvVCY3ASY02Nhx/MRzrEFu4JhotQlO4tEtIznSygJk/+CYcZqE4LP83pSGjJJDQA5TLuNjimKRhDTBHle6xHwZBfdhI/Drne2/Y/ksAuDpO5KPJFFzHlCYgMSZmWHXY0cdoU65sHj+VKsNiH96DjB7pZH1+CCu5/Hp1c8gnWj1e2VsVCXOwi+g9ljT3hzcd7B5IIdOezq5vHXRpz7r28OJ2fERfe8iLFcCT/447OhPH+nwCcyipVOLFaLW9FV19UulPXPAj9YBtz40ajPpC3w75U77ICY5yElOgZe1EFV3D4tTiGnfOOhJ6Ujk7DmL3LEANHZyOIAOewIIlryssNOvEbzo96DxwSHHc9h1zvXuiWHXSiofLCG5YqPBDkk1gxgTlqPw04U7GrMg2//z+vY8aw7cM0/Xmn93EKk4wS7NUJMdi3RQRb0QlOYc6PAFYcDF+7m7ZQ6DL6DOZhNAoh5DjsnJJaSldbLsBDS9Ny64HP/ieJP3KoIthu+mOhLWfmU4uSwE0OLurpK7N8usm6fvDna82gTPB/hrF5XsCOXEREEXBDrSyecPi1ORR14O88mNWTJYdeV8DE0qVnLljw57AgiUsoddj6VYBWrP8bkxvK/9cyybo18MEIO4UFMa7U5KsGuILknffLNNYwcWeejA4gO7Fo57D694hEAwJk3P9H6uYVIxwl2GwXRYdNEdVFAbqBiDpZAWXW/9bPpReCFu8N5jTbAO9+BjJUDJtYhB5olKqIU0nfahawfCzdp+IvrXetzZLs5MYFfSzyfUr5kxMZuLQp2XV10Ypq5b7mo0p9OIJ2whvZYb7oQHQNvW70xzRHH23lad0Ni41SZm2gdvujqS1uCcawjQAhiGiALdr4Ou6Gl1u2UkNOOC3bZme5jZnzGk26AMeZxmUfiiGcMKE54HwvCTSmv+30FO/e91xvhpKlK7YMipPMEO8G5s2miegOU8zNtHA9J3Nn0knt//TPhvEYbKJsQxXmxRw67hmCMeVxvYQhqooA+Ms0Fu3zJey2ZDJ4cUFHSaG6HtZtznZkLTewbYiKWhgkXUHrTOtJ2WKCcqJ0gmmFCEOz67Q290RiJ/bxPyyQ1JySW2n53Ic9PyWFHENFSJtj55bAbWmLdTg2X/y0zw31MzktGtES+ZHqmvZH0l6U8wKTXDeJ7rsdhV2fRCTG1gmGy2Bgr/Og8wU5wyQ3XcMyVCXY1HHlNs2mle3/Dc+G8RhsodwWZ8W28lMOuITZPFT129TAWW2Ixg82T8aoi2G74tdRvX0viY1HTSG6HR18Zxl7f+5NjGe8oxEG80P1FUHgOu7607oSNxaXNEZ2NmyNOcwSTODnsuDiXSlBIbLfC+7JeLthR30YQkSJv+PoWnRjcwroVq8by+ZjosDPiM550A/L4F0l/Keav41FxQQh23GGn6vbrVHfYFYzKWsaYtBaOLHS4DjpPsBNcQhtrCXbSFxFaSOzwKvf+6JpwXqMO/vPa5pYaG+9s++0JERDjSRFViW2IDZK7NAyHnSjYFQxzWockFSQ3ABCfa2mqAcHusvst9/CdT3Vgbk6xSpm4u9uliGGLKTskNi5tjuhsJoSiDnx+EKscdrZ7IJPQkEla5zdZiM/5Ea1TsDcc+1I8Zcv0nV8QRByQc4N5Q2K5YMcddj4hsekBQLFlCHLYBYrsMI+kSA+vEKslgUTGuh+EMMvbSqrP/r1cBxDnvoxVLkIq60Qk2AWI6Awamax+gU9IDjv598CY3ODenxoJ5zVqcOu/V+OInz6AM37zeNPPwSdEPSlXZKiVrDEyHIcdhcTWg5y/IBTBTnrO6RwWy5O9ppMaEpqVFyEubicxN2XJZDCrhOry6pAdiZgrYxoIdq7DLkEOOyJQxJDYbAwFMSckNqEh64TEUtvvJgpSmgnajCCIaCkvOlHFYSeujfO2wy7VV5/z6rFfAz/d05t+igDWPwv871uAv/6k7E/lgl2EDrtENliHHRfoklywK5+LFKuFawvIkZgk2AWIOEms5eCRv4iJsBw/k8JiUNxFaCPfu93KnffHJ9c2/Ry8882mNOcxT9WfOOHksKNdmXpoh+13sySg1xLUuxk+OKQ01a1qF9IO14/ufBbvueAvNVMEcGSrfLU8dqFtcrQDUcyPaCOlnbiVPHUkdasPrydHIUHUYswj2MUv5NQpOpFQnaITUzESFInW4WKAGxIbn/ZHENORikUnGHPFmoFF1u2kj8Mu1SsIORXWJIwBN38C2PAs8OD/BnTmXcLV7wU2vgDc9c2yP8UqJDbZE05IbLKn4nOWzCruTwHZzEKCXUCYJvO4QxoW7MJafIoiXWE8EhFp7WjrTjM+IUrpGnS7WkpsHXZavBx2jDF8/4/P4KJ7XqhovY0S2fYbRsWg4Ump45uMb8cXNnxwSOoqUrbjI4wBkzGG//3zC3hm7Riu/vvLdf2PvNCpdl5iHxvbvqASYt8Qk34iLBhjbtGJlI6kTg47Ijj45D+bdKuwxqmoAz8/KyRWqBLLGPDyg0BuNMrTIwJAzgubK8Y4xzJBTAPkuaOzQSjmFu9fYN0WJ9zHC1yw6wc0O89zJSFHTDmVHmjthLuN0dcq/ikWDruC6LDj33MQIbF2O0r12r+Xtx3ZbFTRYUchseEgN8CpYnUBTv4iZAEvEEqF8oTmEbnsOM1OYlzBTkUi7iFVMSs68fLGSVx874s4745ncft/Xo/6dMrgi/mUvZCXHXdBvgYnNEdrB8AHx5SuhhqeKAr1Yn7PapQ57Kqcl9iThBFGHSpi39Dl+VHyJdOZoPSldaTi3n8THQXvM9JCFdY45SjNldzzy4pVYv/yQ+BXhwB3nx3h2RFBIFeJBchBTATLC2+M43u3P42L730x6lPpCPj1l7Zz5joiSUlIR9I7181Tx1OTcIddsre28yovbLZQYQovqlvUzpOzGT4Ouyg22ByHXcAhsY7DzhbszPL1bEX3pwQVnQgJeYJYa8LIBQMuUkyGkY+Jd0CKCmSG7BNrv2DHHXFA8xNp3qATmuLm3YrrhIiHxMak6IQonDyxZnOEZ+IP75Tm9FtCZxjuCPk545TjqN14HXbhhcQ+t87dLFi1cbLKkRaMsbLvqdo1XhL+FueBzBePwy4e/URY8M0oRQF6koLDzoiPqEJ0LlwQy8S0CutUwV446oIDsGAA95xjHfDPX0Z1akRA5GNcyInoDtZuzuGSv7yEmx+t7FwiXJzKzXbec0cU4fmDFc0yV6QHrd/52tiTw66G80rMRZwnp7SDUQJM4TPbvNrzZzkiJhqHnV10IrQcdpVDYqsWRBGQjVxxKqYl01GCnTxBrDVh5IryrF5LpBgPQ0Dgbrr0oFuiOjcS/OtUgTEGQ3DVNVsNly/cE5rqLPhiGwan2xd/TBbib4y557FmJH7hd9z9Ntu+FsJYbMlJvuO0oGs3eVGws6+lfAhJ0MW8dfXkDCwaDHLEdjUXljjIVxXs1vwb+NF2wL+vrXkObUMs9d7lO7NckO9N6lBVhUJiiUBxBDGhCmucQmKdohNJV1D0bFymKJSq0+FJxHnRE6DDK8W+cDew5tGoz4IQmNVnrSs2jHe3Iz8o+PyCFyp01otcZOOVQbMzrNupYcsdJYY01hJyuOgDlLnIpjVyIbWJ9Z5fYyHYFUMKieXrfqdKbPlzlgl2FbQMeQyJszGhowS7CUlwqzVh5LvCM3qsDiGUHHY5202VHnDVXrGDaQOTBQNiFOxwk8n+eQNPCmF8xVJMc4Q4RSfiIY6tFwS71cO1nU7thldXntNnfW5hLLZyBel6I8EOKV1zw8tDEL/FXISjdYQ5i987dypUF+zc46sKsDecDIy9DtxyWs1zaBti3xATJ25Y8PQPPCE7VYklgkR02MUyJNZTdMIWFMXzU/z+i+gkCkLKljA3wdrCI1cD//c+4P/eD3RCHr6V91sJ/32qMXYT3NwxPFnwRBcQ/vA1Y09SmkvyuRcX7Hj02dQmbwqpZB1VYkWHHeUidZnc4P1dSs0lC3SRFOnhWkjQIbGGXHTCT7Dz9qulCgU05c8pzoX2OkqwazQklg/moQp2/CJJ9QKJaAQ7OQa7WWeTGxKrIhH3kCotbg47VxyIo8OO235n91kTkjB2pmWBfDpX6RNDYrlgV2nAaAUxr1w9O0N80FYUN4yh2kAuDmb5ahNYMTFwHDBKABPeV5dXkxYLTgBwHHYdETK27ingD/9Nk/E48vefA3/6NjKTVvX5dEJ1Q2Jr5BBuFyXDRMm2Dad0N4edZ4OkE0QRoirihnI6xEJObeH5O63byQ1tj8hpihtOBu78OnDf/0R9JqEylE1CVazuotlIpemCaTKn33VCYh2Hnb0G0rlgZzvsJje5Ya16BtB0ColtlsmN3t/zXsFOFqwi2dxwHHYBV4ktE+zKn5O3RcXerCtVKAYpr39CqXUQEB0l2HEhii9GcrUEO3swn+kIdiGIT46C3BuZw2487+3ock1OYvgFntTEohMxnejWKgXeZkYm3PPYOJGPXfUynk+O7yAWDRZ4uPOU5LCLkwOj3fBBwCrgEl7FZdFVNzpVrNnuHCFRCHuv6rATBvm63VpTI/UdFyay87bLi06M2ZMM7pp0c9h1wIL24r2Bhy4G/nJe1GdCyDz0c+D+H6EvbxVSSiekHHExQFyYJHXVOT8dwsSbdcB1QFRFHLu4w65jQ2LFNcJo/IqUeRh/wxUHnvtjtOcSMpqqYEaPNUdeX2cRr+mKOLfIpqw+15nj8qITCTsSSgyJFfPXAXU47Cgk1hf5syh4f683JDRUCmLRiSCrxNpjeyJr3ZqVQ2L5Bp5h+r9/Pq702aIzCXYB4YgOXBAoGlUXqHk5JDYMx48j2PVEJtjJoXBNO+z8QmLjuuDjF7/PhRoFYtsqGix2Fz0Xz2b0Jp3Hgp7s8nDLmSTYeRx2umpfSxV2eFpBdNiVzPKCEtXOq1bYJGPMs/tUUbAzpdeUcmlEguy8nTYhsVa/2DE57MbWuvfXPxPdeRD+2CFNzHY5pGMYEisuRBKagpSuQlGANIQFIAl2HU/BFmYTmljIqUO/VzGcbXRNdOdRD2sfd++PrYvuPNrErF7KY1cPomMp44gi9mPcFcdTF4khsVxoStkVPhsJiZVcZNMaWWeQfpfnftE47EIqOsHX/TzkWhIBDZM5pnq+gSc7Djl8DOFrYwqJDQhHELBdQobJqqrGuWIbvgg/wa7YZoedJNg1G6vuFxIbe8EuJg47WfyKm52eL66GsgnHIhx0Hjs5BD0uDowocMRv8VoKYXEh5rADaofFirn1nLDJCtd4yfQWqKgo/uSkqsixcNhNeX+PST8RBPc8+waO+dlfcft/XGcGD4nt67QcduJiVU6iTEQPnxDbIU5psUpsTNxNYhtPaioURUE2oSEN4ZqXNxWIjqMobDaldR4S26HfK6+WCQCjqysfFwdEB+DEG12fumAwa60t4px8Pg6IOf54iHpJFuwSPiGxBdlhV2MtJwpRXb7x2hBFKVd6WUhsDHLY8XaQ7BG+5yAEO8lhJz1n0adtGpVCYtuROi0gOkqw4x/sUI/rEqomCvAGGmpILN8tSPZF5rCTJ87NOqd4I09oCpJ2GF9sF3wxC4mV3QZxE+z4dZJNug6JXCG477ZkmI5INVNwwDbFTZ8AfnUo8OrDQZ1e2+F9VSqhIaFa11KpgiW7FeT8lbUmmQVHsKsdEiu7FypujsiCnfx7FMgOu5jkugyCU3/1MB59ZQTf/6PrSOOOXm7r5w6U2PbfHHHhGrc8iISTg0ixQ8wzCc3NHxaThP/ivEWxd6MySQ1pRbjmjXzXJ8zvdgqGu6HsOOxi0gYbZkJw2MV9o0LOlTXySjTn0Sb6bZf6KAl2VfGkIrA3CB1RRC46keUOu2E3D12y3pBYYfO1i+ZxLVPmsPMKdvJ8PRdFX8lDYj0OuyBCYu3nEItOCNGW4nvPyGKyfIrSunWMBLtgyAsxyZpaW1DiC86hrO34KRoVVdamiUFIrCzQNXthikl9w6xsGQhqgGp9AMRdsOPh5JmE7nRgQTokxLyJLRedWP0v4OW/xua7bQaPw865loIPiZUFu1qbEmLYe6qWYCe1j8oOu5Hqv0dBl+awE/uVlzdOYoOdZ4e3A578ORX3/psjLganhqk4QNywcxBpBg+JFSp0xsTdVBT6Wk4mqXlDYoG2Rz4QweLOTxWkOtlhV5j0OsALMQ/zk6tRxiHlRYj0Z2zBLkeCXTX4BnRCU6DLeZqdkFi5SuywEBJbr2AnOMmmgWA3kS/hvufW145uk3UGKaeduDkPhGMYqIkYEhvkmt1x2NntC8zjohejmXhIbKWqz2Wp00iwCwb+JSSE/EvVcljw3TceQguEkMdOFOycKrHtHYDlz6BZh51fQvpKcd+RE7OQWO5g020heWPMBDvRYZcOQ7ATnmuoVUcrd93wQb4DEQdLPpmpNGC0guwwrnXt8z7RW1imToddvSGxJNiFxjOve8ORnrZ/d4tOdFgOO3ExaJbavtlF1MCeEKt2KFI6oTliSVzaVkGYF3KyCR0ZWbArSCFEREfBq6zrqigax6MNNoRc6TLufZ7ogga87sAuhDvs5M1Qwot4PSYqOux4Djuh6AR3lPL5fc0qsUK/beS7flPv/93wGE6+/B/45QMrqx8oh8QW/ENie+xN3FIUa3nfohNBVInlOex6hMfc5y06+U4VZ01esUqsExJr6UShRGIGREcJdqJrxU06Wzsktj+tO1/aZNBfBr9IPA679k4MZSdM8w47N6lvrcV85PBdmWaLTjx3B/DqPwI7ncmiNbgvGrIWOMMxE+x4eGpPKpwqf/y5LAeGvaBrRqAyTVfw4ZWlOhCxSmyYBVxk0bVWIviCYZ9XwmeSJdF0SGwscthJ11+X7My+NuLNzffCG9b44xadkKrExrX/5sjhVnEPD5tu6Fywc0NikzETS8RQSY6/w44Eu06Gj5+6psQuLLshajhjYofcR8uOuy6D54GlkNjqiNejJosiXLDTbLMMF+cmN7nzw8ygfUwNh11ZAbF4ra2C5g9PWIW4agp2XGfomWPdluWws74LHlEVST76YkghsXLRCfExCG1TdYv+VVrnyCGxE4USzBAKBAZBZwl2QtJZt6x77aITYqLkwKt3Og673shCYsscds0WnejEKrHNdN6vPgxccxzwy4OAtU8EcjpcsFo0ZCXBjF1IrC1UZ5JuSGyQVWL5c2USWl1iekXym92KfpnOFew8VWKdcIHgBwEu2PFEyXVXidVUZxOjWMEqL39/FRfochLqOOSwk/uFmDhxW4WHwHK4YDcqFZ0IszJxoMjujTi4MwkX2yGRMK0FWEqYe5VMFopruFF4vyqGxKYTKjKKtNAzyTHTyfAFl+iwa3auGyk1ck/FDi7Y9S2wbqdNSCz1F9Xg4lxCmEs64wGff+m2SMM336c2uWN8etC6rRUqKT/eJZuvfoii0kwhV78vvN/omWXdSoXW+FzfCQmNYi4oRiAGWSWW56NNZoXH3Dl+QchrWxauLSEXnWCshfzrIdORgp01aazu4mGMeVwuPLdP4PHJTjWctKv2yhUKQ6Y8h13rVWKTHVMltonvc1jYuQgo0Tl3Ni0ctNpAnAQ7sSBENiSHBBeKrJCpFhJC8wV8stcd7DuQvCDYcedHGJb0nN3uZmTryxvYyHnJ319Ft1ZR6u/kkJ8okJ23XVJdbMOY1a/Msiufv7LJ2sHkxUYG7cVGIsQw7ECRF6txcGcSLnYVtpTtVkvqbnQDEI8cieLmCCel+zjsutyZ0e2Ijp6W5hhRU+awi7lgx893xnLrttsFO3LY1YXrYnJFEddhZ/e1jsPOFuyMglsZ3gmJtT7vipW8p5Fgt1HYkE3ZxoqKcPdadqb9uzcNDB+be6IU7DwOuwDTWPH5vZYEFPtz8oTEunMC7v6sGElkHzuQScA+NLZ57DpLsBOrmPoN2OPrgdf+CcBqnPz7SemaE8cd+BfBrb96BtDtzqnNHUp5DrsWi05oqrPgi8OE3JdWEliKYVcBiAuMMUew4iGxcRLsxN2CTFJznAhBfre8zWXEHEfNPL+T36Jz3XWAuLmgOcJYmCGxbqGPGjnsfJ1/Leawk0PNZAEvCmQhv0smedxht/OiQQDAajtEdvOkNYEZsAU73WlzMXfYyekjKCQ2XuiWw46LXwlN9TjZ4hByLVaJ5aR01UewowV4J+M4elTVDYntCoddzHPY8fF8cLF12+U57HgeWCo6UZ2SkEJJk8MO+QYpXxMne9w126aXrFseEqtywa7C2lyey3XJ5qsfE8L8fcNYjfdZkAS7Wg67KNbyfjnsgnC687Fc1X1DbcW2WTuHnZsmiOtEgUdiBkRnCXY+IbGeAfvivYFfHAi89i/PYjOVUJEN64sQrb/25LYs4XnIyI46OaddvYiqtN4pOexaFuxazx+SL5lOHtSFtmAXp6IT3IWlKnZONUfsDjCHXVAOO0ewGwzozKKh4HGyVQ89beU1+CDEBbtaVm7RpVxr50m+9nn+uzJkgS4OuaLKHHbdMfl2BLvFgwCA1cNTYIy5DjvbaelOUmLaf3Nkh10cwqkJFztqIC047HTN7TvikMdOTOXBSSU0JCD1VxQS29E4Se4Fh12zm9ORIvd5hZjnsOPrmYFF1m2XO+x6UsHneO5G+NxCFxL7OxuEjsPOXqcpihsWywU7JyS2lmA3fRx2oqGopumDV2Dln6vksHOKTiQjLDrhVIntqf09NwJ3Y6oJX+eemNdWrxFJJJorQovEDIjOEuwcB5jmXyWKDyTP3+kRI5Kait5Ug5Ux//Rt4I4zax/nOOzSkTvseB6rZvJ6mCbzVFZJhhjGFwj8IpXKOdeFKNjJ+beaQBzYF9ghscOTMRLshFyOiuJOdoN02PHPIJPU/MX0euG7zbzke4eSF4Qxx+1UCvZaEvuymb31OexcIVFDQnVzUfkhC4wVxXu+s8d3+uJQjbEsh113TPL4JG7Hhf1QFaudrR/PY2TK67ALMww7ULi4yze74u42mW7Y30tGKUBRXCE4TiGJYioPTkpXoSlSX0ghsR1NURAIkiHMYdoG7/OS9hwn7iGxjmDHHXbdLdjxfOdzcy8BP9sbeOrWiM8onhSdKrFuSKzB54yGJNgBbtQMz1HNhaYqQs6jrwzjiVclR2cXC3Zi0bipogFWrSIu/xx4aHHJX7DjDrugDQN1wTfzk9mABTseEqsLzj2h6ESpXEw2KubqdtdqXLAbj2n+ys4S7DwOO83zmGdnXlE9nYmqKsgmuXJah4gwNQzc/yPgbz+tbf8WdxLsimrtDgnjDjtejrzQhDAgXswJvXZC+shxBDs0PhEXE53nW3d08EmjpiqY3WeJtpvG47M44AIuDyMJo4Jk3nkN99psyn3h5ITMVD8uxjDGPK6PREhuJ37da6riXPs1BTsh7L1WSKwhiT01c9g5uTRiGBLbTK7LGDJmTyRm9qQwt98SU55bO+64JPmmTSKEsPdQ4AIdr3QW9wTs0w0hh11CU6EokmAXg5DEouEv2OmQ2n6XuGynI6bJnCgGXQ0nSqBt8D6vd47397hSlB123R0Sy9eK/y/3U+CNp4DrPxzxGXlZuzmHB1+M/juoGnbohMSKgt2Q9wn65lu3it1v+xgvjvnZg5jMSRFrXbL56seElIO6qoOYC3T8cy36h8RmnZDYNm/emoZ7joksoNq55gINiU34pscSC1GVVTCWENMEUUhsgLg7qUp54vzNr7kH5jZ7wjsBN/HiZI2k7ACAkVfd+7VCJmPksOPqcDO5ssRcR8k6bKSRI+7cNCrYBeywE9slr+wzli/FJpyYCzt8kRWGYOc47DxVYpsR7HiS0s4V7ESRRCzuEHQOO/Ez57totUJiuSOmnqITssBY8fssS34bgwWIHBLbJeFwPBF2fybh5Mt8co216ZDU3dxOescUnZAXryTYxYqEm8Mu5RHEWtiUCRjer6Z07/lpFBLbNYgbx7qmIKm1kCc3asqqO8ZYgGDMddAPbmHdFsbj4aIPCS5wzGTxzKe61/f+hBMvewiPvzYS6XmIjleew65UFhKbcv+hf4Hw34o75ldwXjlreMj5iONjhgiaSclQVDUikAvpPLS4JBedsL6LrBMS2+a+UkyNkxAddi1usjAmOOwSvrnxxLZZa53DnXcJTXFDYuvRiSKgowQ7cWJWtsPLK88AwOhrzkSSf1nZVAMOu5FX3Pu1ihKIyTUjzmHXm25BsBMm3gmh6ERsF3yq6LBr8OISv9MActiJrqX+dMJR9OMSFiuGxALuwiZQwc4nh51hssbbj+Owy1Y/LsZ48meKIbEBi9+TQhgyn2TmajrsXPG2lotWPt/OctjZ156zexvPAbgRDJNhzN7560/rTkXqx1+zBDteKRgQqsRGURmsERzBbq73dyIe2BtjSZQ8OeLCqDTeLL4hsQm1PIcdhcR2LOJiKyE67GLQ/hqG93EVksXHClFM7J3jbpRPRu/wCgsucMRx5Hx5ozs+PrO28bWLYTKsr1XMoE74Namp7nqxYtEJABha6t7vme0KLRWEHB5NkCgT7Nq7vm4nslBUVbBzHHaD1q007+Zrejckts0t2hH1FcuAEVRIrNhOVF1w7rmPG0LbrOWwE9sxz185Xo9OFAEdJdh5QmJ5lShuGRVFmKnhsjCJxhx2omBXy2EndEyJtPexNsEnLX2p5pNLFgwTOko4XHsI2tRG6PaOSdsv8npRVd9yznUhdmwBVIkV84KpqoIhOyxtY0zCYrmo7TjstOAnu17Bzi1H3vBrdEFIrChsiRWXA3fYFQWHXYL3b/XmsFOh8UlWnQ67in0B3+mLlWBn9/Nc+O0CwU7Mq9GXTmDRkPXe/vWy5QSYO5B2/u7033F1SHP4LizfbY97Pqfphr2oSsDwFnWIUUhsQQh/4aR0tdxhRyGxHYs4pxWLTsQliqEh+PjIc3oZBSCuqWdEcUTPAFnbFdjFYbF889NkbtXpuLi6nl/njo+aolQ50p/PXfsI9jj3bjyxuvVUQHwzPqEqgihit2PHYScYK2Ysc+/3zXXvVxByxisJdl288TIphWJOVdMr5JBYZnjGOC6e8rVB+x12vOBE1io6EphgJ4zjWsJ9XrFKrOm2zVo57Bw3nqqgN2W1V8phFwBiXqiyxPniIrGYc+209qLUyWFXj2A3JeQ4qxUyycU5TXTYTQHVkkUGjOywayZMoFAy8VHtD/hp4ifAimM7I6SK7/bJ4W+1EAXVAMQFua0N2U6XuDrswkjYzF8jk9A8C7vGBTseEtu5DjsxRFpRaluym0UUYuv9TsXcDjWLTkjnW7EvkENi4+CS4n0C75NbteHHgNGc9Z7SCev75hWp145aE7e5fe5udkf036YpCHbcYUeCXaywx1hdKZU52ICIHE6mCfzlPOCFuwG4ToKEFBJLOey6B3HzSFeVUNJ6tA3ZGSM+Fjec81KsxXFP9wt2XOBIKMJaMSaFNkTHVTNhe7f/Zy0A4Kq/rWr5XPgGrpjY35njGj4hsbO2ce/P3Nq9XyG32Vje6q91eeMlrtdKAExIG+5ThTpy2PGQWMCznuVClCvYReSwS9pruaBy2InjuJrwFQKdGgaaKyZX2rw2hHbMi5NSldgAEMNc3aSzdoMWcyoUp1yHHc9h53wRdSzcxA6hlgNLdNhx+y8z2+ro4JOWnpZy2Jk4VrvP+mXNI0JIbIwdGj7lnOtCDEEIwA0pupYAOIUn1o3GY2DJOe436/zKCrYE+BqZpAZNVZz20/BrdIHDTkzGK94GnW+nahGeSv/jKXdeo+iEKQt2lRx2cQyJtfsE3o4aFfVjyGaev84uMMJz2HHmCQ47RySOq0Ma8OY4oRx28cQW7BJSSKyTwy6KKrFP3gT8+Rzg/94HGCWhT3MdJ74Ouy7oA6YrvB/TVGsTrLOrxPostOMqQojzMUVxBbsuDolVVQWZhIYshO+kGI+cfaJg12hifHFuyJ1ErVAS55Ly5i8X7MSiEwt3B2Yst+7v8kH38RohsUkunCZ77ReOcc7HFpEjAKuHxNqfQ7ofgD32CXNvPn/n6762F5CUzRdB5bATtRVNKDohPF5yXHNurm55PQNYBQLdAqVUdCJQikKusLKQDLFDLU46lVKdHHZOldg6vgixQ6gWEsuYfw47oK0DMG9wPOy3GcGuYJgoQnd+1xWe3yrGCz6tvDpMXRSF7yYEwW6BnVtqzUgMhAuIRSe8DrtAQ2IL3kq0blLyBjvnLig6wQdGvrMTltupKAiD9ToOXDdKbecfP1+9VpXbkiTYlaaiD/EpE+ziOQA3AnfY9dlOap7DjsOrxgKCSBxnB4oo7PKFYBzcmYSLPcYmYZSFnAIRCSYr/+Lef/XvTp/mKTqRUKErFBLbLRSlsaijQ2L5eJnscRexcRXsHEOCPbY4IbHxcJyFRU9KQxrCuiIqwe7Vh4Gf7wu8ZJkpcqLDrkFRYbWwHlEbj6Yto+QIHYozx3VEETHyzHlRFTjl98AHbwS2fpfweJ0hsV00l6uEbCiqmMKLMaHgZcYb3WfD1wepKg67tZtzOPQn9+PqKo7Lf728Cd/7w9N4cX2Dm6l8LpfssW4DC4kV/l9RfXPYlXwcdn6b1+JDuqo4UYrksAsAURgpEx3EyX8p5ykEALgOu1o5nsqeK1cl1t8sWW46oFywK7ZTsLPOwa0G07jIViwxGEJz6DOG7eeK8YSIh8Q27LATRLoASoSLriXAXUivHonHJCxX4iGx4VWJlV18TYuCXVB0QnbYJUNyO3n6Q56XsGZIrNsv6jWSsfIB37HUV8xhJwl2QPSJtM3uE+z4ZK7XdtgtHMp4XEVbzel17tcUWeMA73u1JJDqs+5TDrt4ITjsxJBTN8IhglDzjS+49zetLBt/AV4lVg6JjUeKCqJxKo2pnSnY2f1eIh1Zobq64eM4P8+e2dZtF4fEAkBPAkiKgn9UUQO/+Qiw9nHgqiMBuBvjQJ3RYgJixM+midb7QrcSpyqEHdrXo1/RCcCqFCuKdUBlwc4WTXhILONrgi7eeJEFulyl8VVcwybSbv58QXfgOdvSwvydSam6fvnAS3jq9VF849YnK57TR6/8Jy657yV889Yn6n0b9rlUctgFFBKrJirmxuNrFV0V1jk+ayPR3KQLVWLJYRcAfgtU50soCjvzxcmyvCYN5bCr12EnHqelrMbDdxTaOADzCSsXJZvKYWeYGFLc99pjjACIedJyNZ4hsTy31OqYOOzyRa/7LRlCiKYjCureSrQNh0x1g8NOcgPozYYH1/k6SU+KgOqTONGVV5YoWII/znfoKvYFfjl5og6L5X2CzgW7zs9h5xYZcUPbd1o44Px9R+F+kHkTGWP43h+exs2Pvtbyc3kQd+ET9i5sTEKPCBuVF50oIeXjsIskh93Y6+79iTcqCHY+VWK7QLSfrjghTvZY2tkhsYIIppcvtGMFPy8uCPTYm3JdLtj161K7impcGl/n+bWVkFjxfzcGINi5IrrihMS6VWLt+ZdWR+htxRx2XoedI9hVS20wsQF45e91nH08KcthV1GwE4vBCP2IYEDh309a2GiTw0JF/c5PHCwZJkYmrc/70VdGap2+F66d8M3YoItOlFUZFgQ7IU2GE+HkYzgQPw9dVdGTJMEuMETXnJsXyv7APUUnpsoKAfAvYrKuHHbCc1UTg0Sxh+8kODtm7Yuz5+81k2w+h12hZKIX7vtOmZNNP1fb0JroAEzTu9MehGAnLRiWzbIWn881UXY9DPKSmBaGO6Jgh77y5266imA3OOxMrxuAC3dmwIVovDns6lvAiG21ZkislAOjUpUlpyKYOHGIOrTRcdjxiUzn78ryimF88wkA3rvbIgDADgv6sUCsEhtgZeJHXhnGJfe9hC/++rFgxwMxz00i5k6T6QqvEqtUyGEXiWAnLGLH16Nopz+Rq9hSldjuwXVMSIJdJzvs9E5y2NkbX9xh18U57ACgT5f6iqgE1bS7CQfGvEUnGhQVcoIYFERBPHdj2idawy8kthIVcpvxkNikLdiZ9Wy+XnE4cPnBwAt/quMdxI8pSbCrGBHI+wtFtT4/Hm0mVDPm30XGTpUlPsbRhNjoF94oj25YN+auj3NFo3Z/mx8DHr/e+v7LBLvy0NWmMOx2r8qCnXvNcnOBpirQZDFZQK4+znPYxTUkVq99SHwoCgvURJnDTgqJLdnqvBQS27DDrloYBVezVd1tjHoKyKO9OexKcg67JkJiDRMZuO87Y04C6I13SJV9oT72ygZsNbfkXGxVkb+XAEJi+cDFRZMdFvRDVazqjWs35zzJ4KOgvOhE8LvTjnikeQtbNB0Sq0f7mbWCIbkBtBrVWJtFTLZedw47odI2A/M8JlOSQ2JrOez0lCW0lnLxcdg5u7LxHIAbgU/mxAnYSXstwcE7zMNQNgFFcSdftSoANwIvdgEAT60Zxc6LB1t+TgBShXV7Mk4Ou3hhLwSSKJUVdQAiEEzyY95oiok3UNCt68JbxVYrry4YRkjsxhetMK8OdoR3AiUhMTjQ6SGxwhwn7hsVYvguMG1y2PVqUt8R1bgkzoML4x7RrRWHXcVQywbwVOLUpGgNv6ITlajgvOLhodxhZ2hpS7CotvGy/mnr9pGrgK0OrP3aMYMLRYpiud8q9m9i/jpFcQ1DwnrWLTrhzheLhun5XXRajk6Vf66rh915vMmA14YnsXx2b9lxDrd+FnjqFmDNv928xKE57HTvrSAEGoJpolp6GLn6eJ+Twy6eETmd6bDTVWfy6Cw2JUeHWbAatCvY2Q67enLYiYNnNUHHuWiETpUr3Q1WJDNbWFjJOeyacUGUinlPzoaUwR12cQ6Jtd7v929/Ahf+6fn6/keeGAUZEisUOHnT/H4AwAd/8Xc8vGpTy6/RCk7RiYTXYRfkZFe8Nq3XatJhZwi7zx1K0fC6Afit3w5PK7gOO63unIFFQeSrJerwzRA+wFesMsUnZ1rSFciKETvsurDoxKQTEqt5Hp/dl4KueYdyPcAq3xvG3UndM2trVE1vBMdpknS/p7iGhk1XKlSJTTbroG6VMW+IGMbfcB12ZVVipf4q6D7gmduB/90N+Pk+lHsxZBw3jxQSG4nDs1U6KYedvIHq5LDbGM35tIleVXbYlW9APrt2DPc++0a4J5IXcqgXJpETUsw02va9gl3r1w3fmE6oqjuX5PMNcU5YiwpCTq5oQIUJTbGe09DqCInljK2tfUwM4frEUNb63Cqu0YrCJjkgOOzc9awTeSfMF+X5oJjL0E8AXjvq7ZfWjdZYLz91i3X794uAgj0mBi7YcYedXvF5nfyKQkEUv7mwXH2cqsQGSF4QRrgQV/QLiQVgFizBKenksLMddvV8EeKioWpILN9FEGy/WuN51S5/YCW2+8Yf8d3bn677f0QKjmDXfJVYI+ddYKdM62KLc9EJpljvV4eBe+odOMMQ7KSEyADwiXdY5ctfXD+Bj17xsFPhMQr44MxzGYSxOy3n8WvageEM9K2XnY8KOUG2kysuYPFbFN+4o7F2lVi+uFWrVk8C3ArRfMA3KjrsBJE1yQW7mBSd6KYcdvZkLpvUahwp5E00zLJEw42yXgiLGMsFOJExBIcdF+yMfFd8V12D3Q/rMJDU3XYXWUjslLT5NTXscQ1zUroavsPuoYut240vAC92ZghWpyCnmehowa6TctjJpgQnh113O+x6tOqC3csbJ3DwBX/BKb96OLxc1abpLXpYnPCIbo2u87xiX+tjrBOmLlTiLMthp9aTw66SYGe6FWIBlLQa6U08uecD3FhsIzwCcDBjfW4Vv+NSBcFOGOP4d5HUVfDgC3nTXXTY+ZmZZNfd+vEq62U5DU7O/g6StiMvcMGuWg473jbVqoYJUbADgF47EpMEuwAo+ITEOmF9kmXZtDtYp0qs7T7Ll8zaIpTHYVdlkseP0/wEu/onh9/7w9MoGCYu/ctLdf+PCL+oedhvM644U7rYkrbDLugwviApwnq/Gsz6LayykMAMNya+SWSxCgCO2mUhfnXqHgCA0VwJ/2yny65U8AxqssPOEbsD/G65aNlySGypgZ25mFKUQmLDdtilxBx2NT5vMYedu/NUKSSWF52o0l5Mw7qGADskljulog6Jta9px2HX+fmr/EJiK5EUNg9abXehCXbihpcYUhhXt8l0RHTYeUJOmywq1CpTI97fC+NOZezaVWID7AMYA177l/v7qgeCe26ijJLkWnc3qDpQ3O+kHHZOTmEph11pKvo8tSHSU+aw864vH3jBzeG3dnNI350chluc8gh2jW6G5wJ22InXZFlify6eNFR0wnst54qGv2BXSfCZFNZYakdl+3LgOfYHstbnVqi0ljcksxC/9XHYaapS7oB0Xs/9LP3ShclGkzdGq7T1SWmNO/KKdRt0Djv+//Z7qlZ0Qhdy2PmtX5ziFPa4Iuawa3WjOww6SrATqyIm5MWmvEC0HXb8uGzKXeRM1orfrzeHnTPwioJdudJdi1bDTvn/85BYw2SNh9gWvINDsjQRyLmFScG0k/rDwNrRXH07Tk44Qo/7WIt57PwEOwB457Zz8P63WEnh//XycEuvUTebXwN+sBz40bbAyKsAhKITtmBXS6hphkoOu4YXdI1Y6WOKnG+nVjXWZikKC9V6q+Y5/6PXX3TCzWHn89yeStlCSGzUk3nejhI1JnkdRKWQWD/EENlWN13EsIlQHHa6kMMOiF7sJVzsfjillCDqxG4e1DYLJrkR67ZnjnWbH3dyGyckQVHnKT6C2tkX2fyqN+x//bPBPTdRBh87NUew6+AqsSVBBOuUHHZcWEz2ugaFLnbZ9ahSXyF9P+PCOBiaG8dnTZtrwWEnFjQIIoed607yyRPmuKBqz1Uq9c/5kulxSRdrCnZCmHaHziG4aFYzJFZeJzm6gyuw8Y3aamGhOWHDw68gpzzfEzdvyxDdoADwxlPWbeAhsdK4zm8F443H/Wm7C/00Efc4azzptQW7ksli6d7uGMGuZJjgn7fosHMEJUl0YUUu2LlhgLxTqVkptt4qsYafYNd4SKxIo6quYTLnwuwRqgeWnr8L+Pm+wFO/re+JpJxTCSP+IbF503YwwYBhMrxRrTPh8O823S881ppgV/TZ4efssMB6nZfWt0nAePlBoDBmDV4vPwigvOhELaGmGeQqsc3kOLrsLy/h9WHbRt3RIbFuqCrgCqRBO+zywgYGX8AYJqt6zYphtLw/rJSbzikLzwU7v/MX+11edAKIfsJUFhJb8taw70AaCokVqn9VmtibwthR9XWFyf14PkCXklh0QlXdhWDUbYdwEfrhtOa2lWSzGzKtwhcFAwut28J47ZBY3icFGRK7/jnv7yMvB/fcRBlymonuqBKbamqDv62IBTIAK8H9NMhjl1Gk70Nyu00I4tdYWOlu5DzAxQmP0NZo2xfH8Xyp9VQZYnE1vSyHXRAhsQYSdh9uMgUllItSHjyCXecVr2KMOWGpNUNiHcFOctgJ83FRjKo01xedln4OO962+dqxIcFus2UYCS2HnZ0Sy9dhJ6RQKAvXFpCd26KGEsew2I4R7MSdNN+QWOkiNkrW7wl7YFcUxc1jV6tSrCjgVBNzAnLYiUzUUxRDQLygxVAp7b7vA2sfB67/UF2ClCJ1cAnbYRfnkFjRYQcAI/WUKue5QpI97gXfomAnhibKLBy0BIPXhtu0CN200r0/vAoAkOMOO10OiQ2x6EQTOWYu+cuL0Bm30neuw65oyg67cKrE8nx0CV31LFaruQ6KQuhybYedN2mt73HOtaNYA6cTEhvxhEkOiQUA1oGLOwE3JLZ2uIe4eeD3vTHGcNwlf8O7zr+vpqguLhKCddhJleTi7jaZjgiCXUYVilJFlsNuxLodsJzrKOVQsud6ybKQWOt8mZMfMcCF9ehr1u28N1u3I6+2nFqDqExZ0Qn7uzZZvDeVfXFy2GVa3uAPHT5f5n0zMC3y2GUV6fuQIpDEXOjjQY6JVV4ThUlPiGSj0U9Tkquu1b67JDi4eHSiYTJrY9Sp5NmCYFcynT68CM1JgVRR8BHnnFFHeDRBvmQ6ohIPia2cw07K9e1TdEL8firN9cW5nV9+/9Ep67Gt5lh56KqaYmTBjpMetG6DEux4Ch61smBX9AmJ9Vt/laT0RaqqNFbvoM0EIti9uH4cl/3lJacMcxiIuwliSKzToCXRhdm/i5M4p1JsTYddvUUnBIcAx8eaWg3ZmlyX6CQgXtA8h10WOWhr/uketObfNZ9HFux0ezHVTAGLdiHmsAOAkck6PnOxHLbPrkRT5yE5qkQWDlmLhdAS08oMC4Kdvevv5rCzBU752gkAuVJuowu6iXwJG8YLTs6K0WL5Z9kplKTFRWg57OxwtKSmevq5ajuvBSF8rGbRCXtw5xsBviG94qaFolhCOBC9YOc47ISFRlwXRXXSSEisVfXKuu8nzI/lS/jny8NYuWEC/35lpOpz5TwOuyBz2Enjpx4TsZdwETZOUh7BLqIqsTwktn+R85BuO1E8DruECp3nsOPtK8hiJrwK4YJdrc+IGcDo6uCevxqv/B2448yOXJQ2ixjeBaDuDarYIed87TSHHeA67CY3lB/fJWRkwU76fsTFfKCbWCKy07w46RGny+bWwy8D/7zcFXMkcpIZpFV3tCfkUuUCOvNujNaTS65CbrN80XDSGhjQUGJcFawwjxM/rw6cQ4hFHwYzDYbEOmtZ63HGmG9IrLzmy3scdn4hsdZnvXwWF+yqbKbysVmm1+4vAsthV7tKrOic40sj08dRKqcvAtyw2K512P3gj8/g3Nufxqm/ejiIp/OFD8qKYidR1CuUkbZh9m6nKKJw5bTmF1F3DjupUgvQ8I6ZnNSxLtFJQNxlSesaVAWYr0hW9ddqfy9KyTs4aKb1GQRd2TJIinYHzjv14XrETvE780nU2QwFR6Apv5wWDVrhOJsmCp4cEqFh562z7ltJP/M8JJY77CokIG0F2WXoJiWv7z2/uN4KweaC3cqR+HWW9VKxSmxIDrukrkLXVPAoyGoiqRi+3WjRCf+QWCn5rV/RiefvAu79H6vqWbvgg7foDOjwPHZT9oZYPSGxQPXrfJ2QKPvljdUnt+LO/GigRSe42MsddrztkMMuNggLroyPYNf2kETusOuZ5SxWNDsawFt0QnXcGSbvm1iA4+/oGuu2fyEwsNi6366w2MsPBv72U+DhX7bn9WJASXKtewS7TgqLlXO+at6Fduxwcj4LTvXsLOu2ix12KUUa56T1nCckNrQcdnJI7KRHcCnbcL/8YOB3XwT+fpHv0+WkzRX590YRc9jxrrdkMu9nVZdgV9lhx6OnSlBrO+zkdXuHOZ65CJxOqE4IasXNCEN22HnXsuJcXVdVN2RZeNwwmef5J/0cdvZ8b8vZlmDXUEgsp3eudRtYSKx9zgovOlEuBIrhwKpSu0qsLuhEvU7hifgVNApEsLvjyXUAgIdWhlcJU3TwKIpb9cTptHgDtsMcucNO93PY1XICioNntYFUXqwCDe+YyWWTN081Kti51k9VVaBrKuYqUoGDTbWrz6rSjoTKBbt2LrIbhIfEcofdcCMOu0SmrJNrFkegUctdYf0Z3VncbKhWEjsopoTv3q7aU6noRJAFRQpS4m/HgVHn7vfrtoDABbu14/HrLOvFqRKrhu2w83c1VlvAuPme3F3RSufFBzMu9DLmc6zskvIrOrHi/cC93wMevaqOdxUQfFKgd5Fgxx129Qp2VZy0a4VqXy/YYnklxDwngebrMeS2Qw672KEoKCnWoiCletOSABGExBbGrNtUv5UAH4DuCHbu+JvU3Bx2TLXnZEFe/9xh1zcPGFpq3R9ug2AnLkK5aDgNMBxxwB1TuYO4owQ7cV2gJTsgJJY77IQ1Tq9d8GX09fafT5soF+yqOexC+u58QmJLnpBYqd2P2d/Hs3/0fTrZMNCyw85wxQ6PKGIKn0cLIbH5ouGs7UrQUGRcmKnweZdkR2JnOZC5w64nqbspvyo67HgECY9O8OoO4jxd1xTfzXnZHe/nsOPtfPlsK3JmeLJY+Zyc/LKLvY9zR27QOez48/E2JrQLMcqJjxn+DjtvMSPA1YkCzdccEIEIdvXu+LeCXIWST84chZjbgO1JHG/Qooji5rCrIgaYptfSWzUklru1hEWhMwDXKdhJjoXJBl1YslCS1FTMgySc1iHYyeerOSGx8XfYcZFnZKKBHHZ6uqyTaxa50oyIoiiY2WO9zsZ6zq9VRMHOtihXKjoRaEhsWQ47OyS2zknButEcAIak7ZbcmItvu6tFRYddwKE7BSkUu55FdFE4N95cjQrJh0tSSKz1/9Jzy4V35KITYv+58i+V30zQ8N02caERZEhcBPCxoZ6QWMDtj/z68NcFh93mGhsd4kQ/0CIDcg5YLthRDrtYUVKsCWw6Djns+EZAsgdIWXM9XtFedF0pioKEYp2b6Qh2QYbE2ovj/gXA0BLrfjscdhtfcO+nB8J/vZhQkgQ7RVGcjao4VvOriCGJGWGFxK57Evjt54DNLYZpiylkOFyg7uJCK0lV6iuk72e8LSGx5UUnREeURzgRhfwKrjZ5HhCcw04QRUzmFWRacdgVDWfTxYCGAhfsKjnnZGe+LHjGHJ5bP5vSnLGsdtEJqUqsPacS/09TFaGKr9sGctJczq8f5ZvE8wfSTn+7vpLxpGBv/M7byX0s1e9qIm3MYecUnVCrF50whOM4PLXYeC2H3ZpHgb9d1NbIoY4rOsGdO+UhsXYj4jmUbLXV47BL6hjEGCar7YjI6n21/GYl6aIB3Ko4TeawkxOD1kLOn6ZrCuYqI9YfB+2JZB2CnSINSKoZ/xx2edth12N/5PU57IQdwwa/q4pPKeUsk5nRa7WPTRNtcNiJeQTs8CHeMXOHXaJGKGSjMMbcYgZNFp14fXPOqQgFAJtynZvDTk6QXcvJ1vTrOJsYmn1bO0ytIITEajVCo7m7Ni0shMsddlIf6Lik7Mnm5tfcY0UxOWz44K0lAfC67vHbMWuERqrEAsJ17jOh2Dju9vfjNRzn4k5soDnLZIe67hNOTUROCdY4mRZcJ07Kg3bnsOOLsGTW2ZxNmFZ7SUobZknbEWhoIYTEcsGub547z7JTUISKWAmxUghSF2JKOewAYbyL8Ry1DMdVnLTz+zS2wV83Vx0NPHIVcNMnWnuekk/RiXY6SiMiCVmwk0JiBcFOXsMFRlkOuynPeqxkMue6wGah76mw4SVfJ62etyFEkjiiCGN1iYceHMGlvCiG7nHY8WRklRx20vvuMKc+z63fk9SdsayiYaYsJJYL/1b/4nHYVSg6IX//BZ+x3C10pmF2nzWOvjFaYUOVt9e5O7iP5cfc+xW+54apI4ddUXDOVQuJLUobQQDQm7I+05rFZH75buCOrwF//1nDb6FZAhHsWqwOXRdORUTBSQb4hMRywc7ggp37RWxvPotHUqdhxye+X/mFZPGmrhx2osOusR0zWdBotBOVhRJdVTBDGbX+uHA363bs9dpfkn2+edVaNKlGHqoCaEp8hRMu2M1IW7dyPkBfxJwcPlbaZij5qPQiM3qsjk5cJIdCMecdpIoTgFF0dtK4iOY4bwISkOQKzuJtvQu6dZtzjlMSADZOdbDDTq4Sq5XvbgWB7LCrlQjeElYFwU6pbBUHyotOAD7inuywc4pO2IO3uAufrx56GSjOoJ4QrvPuCImtV7DTqwiyYlqIWtWwxJ1YeVe2JcrCqUmwiyOGnWaEu58BIMXHkFKb+2m+EZDsdeZdqj0PS0iCHXfYGUE77Iyim7+rb75bsbZVN1M9iOP7VHgpaOIGHztVYWHV9jyK4+tbTp9S2RkT8Nxw4g3r9uUHWnueYhWH3fCq9iz+IiBpb06UwMUA7xpBjIQKzeEpO8SMQtlY7sy9eW5PwP3uJcoKDgRUJVZ02HlCYlUdqGf9qPrnpssVDScPqVFXDjvZYddZIbETQo7ihG5HEDZadMLuR8S1hiYWnTDFuZws2FV22KUTGmbZgl3FPHZFId3Uju+37h/2Q/fvFb7nhuHjuMIdduU57BznXI2QWC46i+k0BjLWeqFmejL+HTxyZUOn3wrBCHZwPwgWUgfuVER0RAchP49RcsNYJcFOFFGO3vhLqArDjq+uqPxCZQ67Kl+a4xAQHHYN7pjJSfnrTdLPERfggHVx9sPu6Gdt455LDXcLd9jlNTvMBEW89L3D8J9vHdzQ+bSTvGm1gaGM9d7ryiVRbMJhxxjwh/+2KrP5tG/ZUSXDQ2I3hR0S61elJ7dZCIn1OuyCck/KFZyBxh12GycKSML9HtZPddCuuURJdr2GlMOuKIUh13LYGSZzmm9Sq24VFx8XQ83KKo6WBMcAIOSws/ugcWHyKO62hY24CxeUFT9i+CIhXXdIbOXrXFxw1BLsRNd3OA473nbsjS85Fw0RKSV7oSTmsNNDSKtQF3wRlsg6Ai8vkCX2UwAcx7ahBCzYjVs5m6EmgOxMQbB7tfL/BIW4CG2nYzliDCkvLNDmsOzX/gX8aBvg4rcBudHmn4fPNWXBLrZFJ3wK6w0sthK+l6a843sXkbQ3j3O2gUH+fvLFNgh2skPMKJa55Jz+V+wXKoSCVqsQ2gxiFVLNk8NOckDVgh8nOaBzRaHoBNNQNHlIbL0Ou86aR/BN1J6UjqRm56OuGRKb8t7aj4tVUhVF8d28lTdf/dx8vI1kEhrmcIddJcHOiV7LWELdh38L7P5R9++BOexqh8QWnfyK1YtO8ONEh90MO2SvriKWQFtzeQYeEhtWzrO8UHQCgDcpoxi2muoDACh2SKf4RUATOpBKwqIcH9+0w64+15bc2TcaEluQBDtdVdGn2B12z2wgPWjd55PMCii2UFnQbMGzA/II5Qzrux1MWbejU3UsyMWcHFqdC/nxdcBDF1uV2YZXlv2ZlQpIoeCbww4AZrRLsOMT+MwMK3cAADY17LQxHsbERWzfIgJN4CfYJRvMYTcyWXAcdgZTMDzVufnGikIyXsBbJTbIDY2C1Cfy20qDvNg3J3SlbsHOqjLFw6hlh51cJZbnsLMnkGLYVlsFO2FQD2qiECGGyZzvO5usbyLshEH4fL+iYFctV0fRMD3to2iw4IRn2WFHIbGxhLtMEoLDriyHcLsQQ2LteZduC3ayw063HXbFoItO8Al633zLQcIFu9E14fcx4iJ+cvo47OSiE0B9KSAC49nfW6aAjS8AL93b/PPIG1xhhcQGBe+LxSqxehLot9v88Kq2n1I74H1dTrHXdtJ6zptLLqRrXnZz+jjsnDmdJ7KmgmAnuaHLNl8bPT2hSqzquJgAxj8rboioRaWiEyW36ERdDjs5h121dFYxhFclzSa12qYKR/i3P2MpHztPg8LXIH5pkOQchnI/WjJMp53XJdgVhfD5zBCwfD+vwzK0HHblxpuSb7h2+VM5axxh7jCYtT7L4XrX6xUi68Ig8JDYsHKayEUnkuJiRBzsbIedwh12gutJVQVngpgLREQeOKsWnZAGX/F+nWGWsi210ZCjolN0whUH+rjDLtVv5VgB3KpmFVDszi2v20U7WrX+twEeEtuftAW7ukJihU6lXofdmKCgr7zf+zfTxNde/ST+lPp/SDH/5+lPW68TWvl3Dt/5TQ84Qm1xYpNzfcpVYoFgHBJiaCYfuBvNLzM8+f/Z+/Nw6ba0LhD87SkizvzNd04yL0lmgkwqBXSpgGWh1tNV0rTaRaPYTytWd0lVq2jbVLdd1eWEPg7lTNnQ2gwWlA0opSkIkkyZzJCQZCaZyb2Zd56+6XznO0PEHvuPtd613vXutfYQEefcOJd8n+d7zjnfiROxY8fea73rt35DYXY1C6Q4HOJHuKFlJwsrU6daJ8kuD/kGBsYQ/llknGEXABErj+Sh5YcmqfkTETqxYGyEN41h17MzewmKb+QMl8Tqps8ndRgoifVtIK1tjjehE9L/cPM3i34zFTHsJpE7fgBvIsNusmuuFwLspIedkcTqlNu1edhx/zoA2H1UyXPq4vwZRwMW5m/FKhmbh2qSXCBg99Iv2O9f+eXlnyfIsFvj3CTltatsEpoxeub+PwWtvFUBO2LYgQA7wbBj19y5Mewk4FTlrfHWXPs5sxspTr1G+PJvQ97Fgw+P3ZP8vqxKusZHMux4aEBVo26AVAOnjoddkGEnNvo2FQQPlGHYTVLj0R8c21rA/9T5f8uwi52v3AapJYmVHofstbmHXVASS+efNu1lcSblKmOS2YwPe9iVjDRhFU7heyJ1GHYasOti2HF8ZCiTdA21FsCOa4PPa/AqRPKi0zDyCUo3cZH+8JzQierQPu4o4DcigbYu4Mo3mY2VxK7IsJPnJU0i7BPDbnYA7D6ivu9h2MX6fReXELDb02PWoLQmnhI70MPuW//tz9gfZIPy8FU8UTyHJ6M7uHbqD/fYnemY6PNKk6LKNSAy3TVM0/zUTuSzlCSxTOK4DsBOML0Avvs97Ho+PM2Rad+QHGmvTG+Ty6bEugw7wB8AsGzJhGiSCIVAUj75OztPPaETScC0Vv2x2Okj0IWYMFw+tDi6OM8bB7C7/B521MxFkQVm+yrr8KocKon1eaquzceuEgw7A9j95gEiLkNZwM5eCxMZ+rWOWjwEvvX3AN/7x8OPKZgkVvddWUASa+RUBNiti/1Gm58E2CWpSosF3JCd8ygud7sEKoh1VeXxsLObghfAnL7HlBWvf3T555E2AKkrZVtLSWuUVZ7byNwEYHftHerrvWeXf+4NrlQDdmcBwI73UmtNTudFa7BIK2LKRYst75XEAt45NBcWKqv2/tzDjt+XtWHYDQXs2h5kdKxOSqxh2IUAO7FmXbcv5DmXYdhNE+sR2yuJlQw7DdgJRnLqYdhJ7EGCg7z3m6Yxbu2pe+H2w1DohEdxyIsTplaZi6mP7/Cws0CcZX/6TqWPYXd1e4AijpMPomEb6OuolQG7um4cqdV5AXYtXyhDGW3QUOOSTA3iTBJPjpxulWzxGDKkbEliO4CrSjAEgNE7Zm2G3XIedjx0wjDsZvvA9jX1/UAPuyIlSexlAOzUZ7ubLcGwS2d2QgnFhEN9Hp/81DPsRYV/yV37u4O538NmTwN2gzz2VinOPtBMp/JMHW8U2XuHA3brWHAZ4IgtmMbsfpdVjaN5aTyHCqT9kdobXNw/AbC7W8B6feykf2WfRMiMFUmMKGK+IyGGnf7vJLKmtW2GnZA/ZBQ6QYAdTzJs3J3g86y3mIedSevKEkQDg4C60qD5xtBxB2C3MAnTsXm+9TPsBGB3TkDEN//gr+N3/PX34dUHn5bcjqmyaQN2dsO0BH7jR9Yjz/zA3wde/kXgw9/nZ1mWub2HJzvG8zBrSBLr3he02CvW7WFHDDsC6QBg/wn19bx97PhC/BL0aOsqmqO8KbHnzbCra1dl8fCV5Z+rksyYc5DESrBmFfN9LnPjdf2z1Nc7v7H8c29wUS96agA727s3TeNKYs+LZUz390RtvtcMgKLbwKy3pW+dD7AzlhpqPF8VsKuY7JKHE9al6An7ytOf0bEmZk2QoGjawIxT0krjkkliRzHs6HpMhYedvkZ46IL62t5gI+XFVub3Aj0znslqvTDYw47L53lxAHeVXrwliW1fP07oBIXredZe3OuPyjLsOtbrHAe4wI2zlQE7+SGPDU0YWgXzUwIES6hgsiw9ARJgxx+XVezEBow5LXrPmr8QK4YGULpZ6BiAEaETYVR70N8Llk0Sx5ZhN923HnY8RchTSU2AHTHsNnv3tmkaw7DbztS18XBe9nuEleMYdkfzArdwaP/DASDgAHb7J/6Y+72pZtidN2uMUjgnO4aWXM5VszZL7UI/iSNjLbCqjwXQ9pcEWILbgKaA0nhIEpsjw/Hi8soXS2GQ7TLszsHDbmDoRCE2PfrSa6khSxitvOVRKnf6JEtKAtwXJYt1POz60sVy4EP/AnjYzUJ+M2tsQizAgwG6GXaLsvaCeoCbgE0M3fUx7IT/4Tl62D04K/BPfuKTePnwDN/9cy+s/fnfykXeQT4Puz9Y/zDwz/9QNytuaHGwyweKcLB/smOul1mkrqNMMuzIww7nLIkFmI/dOSfF/mYF7Iw5eHtT8NxDJ05uu3PH0SqAnWCkn4ckVoLdqzCWuZE8Lwq0e4sCdom2tzlBmwFZsvAu4PxsoMxaRatlGgbY7WgfW8uwExuhno1Reiz97aqb9Vx2mfgYditIYg0JgGwNECOv+ySx0sPucq0hTnLq8VLXo99XoZRYDVLSZ20YdtS/s/Ue9XY7en0q1VCERRCg1yuJLQJsXKp1AXZDQicYXkRTho+Y4LNauLo9IHSCK4fykwtTDq0M2EmA6bwZdsT04OBAlRMIM2kz7Niua1axiSvE9KCbnKPEoYuLx1dTrSiJHe1h50mkdBh2W1f1Ex92Pg+drzLTgF212OjI9kVZo9ILiZ1UHWdVN85C1FvGRHeYh93DeWlDPIB2QhiTGs9yP8tg1zDszlsSyxl26nOsNEAyy4S/T0jiuMzLCpYn/37I7jftZBxM1bEUTYJ5EQYRNr2Kln8E8/dYo4SMM+YAnszrvwfMWKEf17XzBFgKuSOflY+lsZHGPUrppvtM3i8XBth5POxCO7M//feB7/+TqL/rD649yXdddTYyIRaw151Phi3HyXkfyJvGJrRm7Qy7liR2/YDdB1+wDPNnb6/AOPlNWMRsINYJYOePr4/+F/Ufn/yx1V+Ibyr6QBECHuJMjTea9TPT6eLSw47YGfl5Mez2HrP/Z5JiL1IS+5sHsLMSL/t/F8awI/CYQKvTu8v7bMqF9nmkxEovr1XGU7rGJMPuhmbY3X0mTGi4xJU2qn84aQgIsWuENknlvDzs9DXhAey2p9r+hI6lxapsg7TUl26tiWFXejyOAaAuxkpiGeCi15x0jmex+rlEgrzpk8SKe/KSjY+nC0qJTVjvFgrHpN4pc78Khp0kODkMO/3579K1JK6HMwHY3dq3gN2//+jr+A+/+Ufx3/3Ah+0f+AJqeK0dsNPP5yHe0Nox6WPYiXAOALiqGXYPzorwGpSvY5rqwvwS18+wOzfAzkVCufyhzJkkVoMwtENi5Gh1jaRiE1do16kWVFMgfHHJ3TL+/UhJ7M4kcX4eWi1ZXFRhGpFsZBfYuqK+75HEJvp9V8SwAzZ6wJsXFUp9+U6TxlwXvbJYI8PiKbHdgN0W2M3YwRjKSv9CcPeiGHYEQjNJbDVX17lc6GeGMbX6/VqUqwF2h3on45q+5QqdSnhySWWxcnMhZozGi2DYhcbgvHT9LvtDJ/Skx2Lha/lYuQAxHnZ610neLxeVAMoBO/KYCDFsfvW71UNf/zW85//5g/gr/2YFj6JzqrmRpg4H7LpAeR46AYSZ8dyUd3puDDtx7cgF5xqK7wp/6s6nAbsxRQulzBM6cQ1H3r9ZqniPcvRq+/dmQ0pvChDDTs/PYcBuzR6WxsPuTQDsHIbdZqsg1ll14y5AgfHBVksXBYncfJc1VF9WFlsJVc65SGLF+LmSJDbAmrnyGWqtVZ4BR+d8zb8JlWi1x3HT9rCTPe35SWIFw44dA83Fpp+Un7HnM6fjNJLYFXtRzk5yJLGjU2JZT9PUzrFOE82waxLkJnSiZz1uft7c9auvfAy74AZyK7zGZdhJICrxrPfoOrYMOz95iHrOm7tTTNIYZd3g67/jF/HKgzm+/Weex4v39JzE1Wu+4l5v5+xhZ3zE4+5wPUmuAIArW+q6bRqr/mr/4RrH2BG1fobdOUliS2EO6MjMCoY2G0msDp2gx8lFQJ+HHaeAhxZ6fFFINVYSq28SihIeHzrhsmy2Ix7AsT1YEhs3Og56wgC7DR7w5kWNslHnPWkq7OubrJfFZgaVKWPYhf/m6KzALGLnQUpiGSDhMDhZ7c0GHtuqRYDddNcsauqcGHbuQr9LLjf6ZcU1yL8fw7C7SoCdXmAd5+d8vs6pSuEfAXSznZatXLBrzTkPNJByrKAxtGn8u088JZbmsxbg2PKw0wsa2nWS98tFJXeNYdhxKn3VjJKdXlQRq21o4ATAfV77GXbha8aCvIZht645XjLsqNE7B1D39rEdw98ImSZ/urxFklgyYgfafnHqgSueVw7YPRwA2BmGXY5UGJ8Dqi8AgLxZsyT2qIthd84edrxvrYu3JLvJV9JEHbhAhh3NYbMrwPYN9f1p9wZ4sIyNjpTEniNgt6wktirsPSMX4UkKXHtafX/nE8s9/wZXonuCk7r9+cjr7fxCJ4hhp9ZkTWnTsGlur0KAXeH+3DSN6QOov1lVwcItU1YLnWgzr+gcT6nvRGwBuyCBRp8vWsNeMkms8bCbJmacCzPspCRWf9XXjCQ4pR77G+rtSCJdN+41QVjEVK8d0yTG5zy23zqUn3n2rn5C8rsMpcTGJkBlPR52HSmxDLCMQ+ogMB9Gdv2mSYyDrR5ZrMRGLoiIcHkYdrW7OI2iyCw8KwPYWUlsLCWxgiJcL0KAnf6AOAX8Ahh2BDiNZdjlIiV2SwN2DSIFShHDrkcSSwy7Ort8DDvUJfa17PQohIhTEWCXbQ3ysGsx7DokfmkQsLMMu16PvVWKL2i0+X+jr3O50M9CIQLLvCxNrj6G3YCmgAbFK3rdXkfEsLvcgB3ftTET8BolsZJhZwGVgR52XKrruS45YGcYdkFJrJ40aTENqIWCvF8uihXCfS76GHYMyNvGHE9eDTQcb2ItPPdYX2UdoLzcGAotennYk/GwW9ccb9jOgmF3HoAdY9jdOc7Xwiz+zVIkiU3Y/WOuLTBwexUzfsAF7HzSeQIeaEHAPOyypH1fJNBsDVBDv4bPPD8BFhrA8XnYnTfDTvZkG7ypus6qPIDddMSm4EplALuDwYqVYF2IJHZNHnZ8HPbJ3EgWe+eZ9u8ueZFC66EB7OwaoQXYXZCHHR1DxjyFTf/eEzRSMd+9lv/dsocnQSHaAF7Www5oAXYzYtghwaLukcQawO7yBCfyIkXRVsYkscGU2BDDTgN2UhIbtxl7BsCd2jmcr9doY5bbKX3RZ1xtHcqztzVRxIROBBh2wHoC4MxmfBx8Th/700dKsAGB7mYfBU/cOxmYSLyKT+iIWhmwkwv+8wLsfNRFWnjWntCJWHsQmEZOeNYtTgNeSkYSyz3sQgs9D/V3pIksnS8CdcYynkiOSL5U27HWsCczFQ06lGFH7yWZ2t20DZZczMvKeNihKg2LrVcSy6OnB3nYFdgCuzmlxI8BEmnpv2lJElvVzfrkZL7ioRN60mr0xD2VklhacJUSgKlVSt+IJkwCR/z7IeMBSWKvTPTkHF8QI/GcSiZaA3bcOo+UWNq4mCR+LwqqXMjnHcDO6+/AGHYhSW9rAZLZCTQ/tfeLTjpDuYEMOzb5Phrdw5NXAx4cb2IZT5dRktgwKD90o40nHq+bYVfqsfjeQo8b5wjY3Tl2r7ugcfKnq1UkiU0chl0MoMEOWI8gwfkx1TTAGfOAlfMs0Mmw8zH+Yg0wzkEedmuYT0gOO9lVHsFUB0+pr6d326zidZYEdja4R1tneQG77KIBO+YJvSpgl0rAbp2hE1JNtORiki9KfTI3EzwxkmH30i8C3/nVKl16Q8sCdu3Qibxy5z/JTFpbSQ87/XOaxCZ8xfRtEkAQP/N1pfWwW60XlfckMZnGp8RyqaQG7CrysFNfHYZd6F6h/6f54dIy7FIvI86pkpGUgFbohGQk+9QWJoRkagFTPpb6lFP/xZc/jadv7OALnjzAn/tKdf8/e/tYzd9S7u+rtQB2tftcdJ1xwI71rV2SWHsNu1DYFR08ce8kxLAT/+9TbN55BvjBbwKe/5ngWxlbqwN24qY/r8lT+kIBFqQqOc1cA3bEGDNUR4GA5mcBwI7kkUnG6Js9zAy+kzByx4wYdZQkOnbXQ7JmiA1WJXqCpd2ZUMiGLpqgVHAHRURv7qJmXtQuw25rYLBDyTw5kv7B42heGNYigHYiDGMCJAEPu+1JYgCPh32A4irl8bCjZm0mE/RoAJeL+Q/8XZX4933DU/+8oRNLSGL39a3TaEnsZWXYcZCDqpfiPrLKqgY91fCU2MZ5HPcd8QF29RCGnc+vRLM7sXhor8ndm/rAL4phxz3s9OfQBK5FNjdsY44nNhCwo3lilCQ29jPsmqaxKWx6HOhLFk7j9TPsXrunFsLf/6Hb+oDPb6Po7rE7l71+9JsD6FhHFXqhxEMnkjjCbpwjidi1tYqPS37izsM+8K/Dw26StoFsAhhzbZ2xFkksSV73H3f/f+uKkcj+xAfej1/5xHPAr32v9T9bV7UAu83t0dZZFWNMUF1YSiyXxK4LsLsMDDvqlZMpELUBccuwGwnY/fy3As++T6VLb2iwHRE+TsE87EQgwh4DOs7lGjQMu317DFCbJa1Qgp5xgW/irislVgYbUD/ZrCSJ1TYGRAIwKbEJFrVd7/kPSEpiL9fYSAy77UnSv8EfGkdM6ITb3/lDJ3QISZaY29sB7DxEjFt7M/zwn/0y/Ktv+B34gqeuAACev3vqgqNJB1C7ToZdh4cd71uDgXnwkysA4MauDtg4DlxDLYadZ5P5O/4A8HPfAvzwXwy+lbG1BoZdI34+L0msNRGkMhc197CLiWFHklhi2LmTVhEC7AzTLLMXRJ8k1mHYjZPEmqSWmd/4cejfT4QktpSA3aIbsEsbNgAQWr/Bu7dKEmtv/n1i2PVKYlnq1QCG3Vleuwy7pnIf7wB2/sYoiiLDsnt4niCUSenZNpNWrL0s2qETAUP6X/g29fXVXwVO7g562YVZ/Nt7c8oksX0y4EMN2O1l6nFvu3UF3/7Hvxif98TBoNfftCp9vggdk8YyxUEYEzjTlxIrPifHB7SPYRcCHH22AMSUYgnK2NGA3UU1UUMZdk3jAA07WJj4+k0qK4kdkRJLu7RiE4g37zQuha4ZupYn6XoZdieLEqmeo3/hRX3+z5FhJ5nXQTPhT5dTdd0Y2SstYqmuxKI/WIe5PZWPYUfAgwHs1CJlEpWYdDDszgiwW0dK7P3n1Nerb2//7tZnAwB+6n3vxfV//h8D3/cngO//k6u/Jq/fpAw7GodiBhxdWOgEXYtTzrC7F358V10EYLcuQ3TjSRWQuBHD7u5ISezhC/b702E95kVXpNeBJ2DvXcg1ac3G/2+tVboAVMQksS2LlR6pPCeCnEdKLP9a+3rCrooYDCHO8SRRr1FwSWyQYafnJ1rzXrLNDM6w4xv83vWTPMeCYUfrg0TIlTlBo2BEC9/mR8iGJU1iRFGERw/UvfHGw4U7fiUT3D/J8Qf+4fvxzT/46+5x96ldhlTIw45dF7TOyjjDrmeNw+sx/d5efxCYX+V47Ru/j15WX1/+Rf9zLFFrYNjV4ufz2TEpPAw7atIcCq6eAMlvxSCnwoSznAcALA7C9aHBtWdgGjkB0421rXc9xjYf0sNuWzPsylhPNLTbkB937mYluhmPUy6JvSD52hI1LypUjGFHkuKjPoYdT70a4GG3KCsXsAPcHUsO2HXsZJJk9/g8ZZ7G42fLLH6jglJipYcdsW/Y9VYVwMlt+/MrHxz0snZybUtim6afVfbgTF1ne5l6niu7O/jyd9008dqXrUpxTwKcYbeexo43iMbDrpdh535OfJLy+TtQMp9i2AVo5b4xkNidJB9LZ3Ycuogxpa4tm64vJbacA7Dv6SCZmxj7TaqFMQAe4WFHoLz4bPn1QeNSryR2zQy7Nx4uMIG6duYEqJwjw47GXeoHLqvc/qKrqGuT2p1IwC4R82IPi7/7hcTc2SWJJQ87rQTIUBq1BS8jiaXQiXVIYrsAu8e+AADwF7N/jqciPY8+9/7ezdJR1QLslhxPN7i385WXYXfhoRMH58CwG7fBP6gkYLcsGGgC2gKM8+vvVF8fvjpODs838o5W9L08pyJw7Kxhm3f6/+h628psOMD8PHzsWh52arxNmYcdManMZ0wkBHF/897PB94sU/KeNCFmYxl2UdRaaxuwKF6GYXc5JbE2JTZxGF/eTX4jrae0acmwc1U+qZdhpzfw48i7+ZH3bBLf0hvbD84KzBesF0gyfNfPPo8PvfQA/+QnPumqytbqYUcMu/Zz0ntTdj79gJ30wH1kX/Wir4YAuxZAfjHX2sqAnTwJ6/Ro4uVbBFOTVpVs0UiSWL17bxalMnQiD+zicxN1uhBCUgovw24cYEc3yM6Sux5WEqvOBSWaGoYdDV5N1bkQSox332Vh2NUoYdH6/aEedsbofOZF5mUtytoNnQDc88IAu7gI72QSk+X4PBl2PFZbL34jPcm3U2I9CZJ3n3GvW19Sn6e6POz470NFbJcdbTA7eGduQ8u3ubBuhh2fWOm5JwaE9b+G8bBLtecI21TqYtjxBMZKPrdcgAB2QU3Xz+zgYn0x+XgdJ927emJxc2NSIPLJf97kWiZ0IpQSy8E5Gpf6QN7fkX8A7yo/pv5+DQy7N47mmGjJ4gsPKnVfnCPDjgC6x6+o1+idJz5dAFTfVXpCJwDgoAXYrcCwk+PCEEmsHnMmKJzNIgBAXSPWoRPzmvq4NQA79z6pvl75jPbv3vFl7f+rS+DVX1n9dalkr7LMePoj/y3w198G3P74eo7pAsp4DTkb9uq6PH9JrL4W1wHYlQGG3TrZQPKaWPa5yx6G3dYVYOeW+n4oy65p3GAW2tTbsCLAzmHY6V5nwfpd4xN7HkQVYslNBcMujtsWK/QZG3aZew2QV3WWRNZKasVjps1nybBrKqZuGFoCdDE2O5H1sHsrS2KbpsFf+H3vxjd+5btwdXvSq36xfXeIYeeqfDKP2oJ7Wvs2+33rOl4HW5n53d0jtikVp/iVFw/Njz//qXvO7wCsCNixQLnAc1ogzrJRfaexFExEKsOwC1mnyGurD+9Zk/R/ZcCuaEliz4lhJwYHgKXSGANGDtiJ0AkxgFVF6IPgDLs+DzuRkAgMAoF40Q203bNwCpUNnVDnYqZZC2Wsb2Ce2tix05vqxVNySQC7RckZdoVJ2T06G+hh56TEhv9mUVYGBDXF2QDs+7g8DSbREQPwXD3suIRBAHY+WjMgJu37z7vPN7CZ4tRqKr6A6rumSRK7nerHpZsnSRxT3pTYPhPZkcV9AwlgMn5kAdC/EJseUcQns7Ahaxx1MOx8zVkmGHbTfWuyvU7pT6j4/dzHsBMgw7VsM4Ecm9g1JnTCw6KFy4gl5m1o0VtWDb48/lX8ucO/im98/k91PnZMcYbdWZ0oBpwBddffaBNg9wQBdn3zxKcLgAbsApLY/bVKYiXDzmNZ0gLs1PydoWqnxLJ7/YwAu2VlOLc/Dnz7fwb81N8BXv+I+r9b72k97OyxL8XzjQIwnq0fwy/U71a/OHxxudf11To87D7w91Qf9EPftJ5juoAqN4Jht/+bi2HH1SihIpYdAdl9NT90F7urJkufV2kCgwmsAVoMu2kaGxb7uaSOGxBOediRTDeJI7MZ1wqdMGw89zO3m7Uxsti/kTe2LIuLNoBlSuyIjXcJ2NG6lhh2TYJ5pe/9oaETl4hFHEURvv53PY3/y+/5LBU6wdYO3YCdJyW2aVqBIMbPmKfEEojLJLH8miCblNZmGDtmYtkZwC7OgCjCS/ftGOSw1NYJ2FFfn7Tndyd0opNhZ1mGvB41DLvA5rG8tvrm5TVtQq+BYScksatKvn7yb6oEIfGGq8odHAC7IKk5HVhfwKluLs0EL56vCTU6/Ebou7jWwLCjRfTOksk9UuY20/LNgiSxcWIX0B2SFQI4oyRjgN3m7lDkZW12/l1JbEfjU5X2sxyYErsoPAw7uvmqog0CBHZ1dg1gd54MO2qwtsyuaFKpwVIu9Cc+9s3RS85jxjLsOCiYJrFhcPXJvIlht20YdpdTCkt1ESmxhVeGnDi/a/2NYOMC6JzMuKlw8HE+ht1EMuz2L5ZhJwG7ToadCxRcTTezyVuGYRfa/ecMgf6gkhp/IPlp8/MW5mti2J1hEmmDaWRqDCCGXXm2VjPyeVGZMYgYdue6cfIWKiWJJcDOPWf78TolsSM87KifSTsksWwMsB52S869P/k3gU/9JPCj/71lEj3yea2Hvfiwwtfl/w3+Lr4W3zD5y/hkrUIoTFDFOqrHq2pUPXh5tWO5wOKbR1QX7mG3FkksU7IA5xQ6MZL9EXweptgI1d6j6iuXuXaVBOKPhvWYF176nBVNgjp2PyPeR9G4s2riqrcECEcMOx4CZuZ2GgcoubqVEkuMq9hs1q96zBJEp7ZytCQWaPVoNnRCvUaJGHPDsHPnoRfvneK1B3MPw24ze7khxXGOlqoFCAP/+ndS6unzM+bXsa8PNOu6DhsWCmc4fHjqHM8rh3Y+v3vMPofz9LBzGHYWiCPs05cSa65hAUo+ahh2IZyoRxIrx7ll5wtRI+4of8mb3kezreoG3/Ljz+Dzn7yCL3vXze4nfN9fUV8//P3AF/7v7fN6QifoIqtLluxKHnYgg076tAYCdsaTiUligwy7dXjYuQy70GI7VNLDbtoIwA5QA1hxOgiwi9PMTtAbTCku2M4/D53oBMQ4WOCkxHYBdtbDbtGkmEalXVz4POvKuV14sroQSaxjEqwb3JAk1rPjYhr4KFGD4kCGnS/+G1D357yo+yWxxLCLKXX5skti25NAyyR4xfIl8/Yz7NqfUxJHQNXt7xDHCBu3+sZAWlBTEz/db3lsnGuNAewEK+jKxgN2Y0In/I05B9jp+bo87G7CnqMnojtr8bB7eGLHzgKp2mjZ1vNOU6sGKF0PcM/HXJI6fFoSO6wUw07NXZEAvHYl83wdoROTPSB/6H8uw7DTCzI9pkyjAlPJAmANtGHYLZMS2zTAx3/I/b8rbwN2b7Ue+sbRAi80j+DfHnwNHr+yhVeeua5+sU7ATi4MQkqRUPFFy+md1Y/ngqrbw+4c/MN4EcNuug9Av/7SgB2pgTyAXdP401hHv8aakoSNJLYjNZ3ug6FpyFzq/o2/biW1m1Z6rCuRokkyoM7NeeVSwnRNbDVvCcAurn0edsSw05+5SZQVhBcmEbSJoSsy7IycUINC+utaJLHE7uIedoygQffKaV7iP/l7P4XjRYlPbRXq7pxePkmsrISNA14SlGEx6vGDq5LKRUvq6du8teuByAvYLQLrOl7Xtc/4EfVzSYoHZ4UTrniHJ62eq4edOid13Rj5axJHSJrI/L8sugekJJYAu+NFiYfzwng92z+UDDtxrckNx/khcPBEx5saVmv3sPNdXP/sA5/C3/rhT+CP/dOf734y/rcihcnnC0UDjyOJjckguXIfXwogK7RwNIPNkJRYz8A0kuJOg//uNHF+HlotDzvDsGM3MFGEOxrqBOp8xU5K7OYOeHlZuR52RhLbcd4lYGcYduHBoyhzJHqX5xB6IjCAnfpaNRHqhq4z/3W1d9EMO20UnOhJftaSxHoSJCnV5vEvVF8HNvQhrwNf8lDrkKvaDO4zA9hdcoadh2a9dg87k/jaXsCEmkff33QlKNWcYRd6nDcl9k32sOPAXJx0S2IFs+cg2VTATodO+Bh2H3uvMrcXRdefnJPzEQy7sq5xENl548no9loYdqdn9rznSNW4zReG5XokBIAdc3enKQ62BmzsfLpMFZVl2MmeZhaLc7gOwG7nhv7ZYy9hADsKnVDzhGLYCaCD9Wwn9Qq7+sevKwARAA6eUmPJ7/0rXmDljYdqbLu5N8XTN3bxCjRgt05jfQJjaIwdu/Dhn9Elmmethx1Lok8uShK7Toad9J6iz6DpvT6bpsEnXn/Y/36HJBgOqWIAw44AOx5W1lW0kL3+TmD/cddOaJNKfxYFEjRCiVMytZcBv9ZtBdU0FgTQ67dI9y8JszIxr2v87roZdkkcmf5vXSmx1NsSl2YtklgCi/S6tESCecnGXP35vHG0wPGiRIwaEXmUXkJJrKw4joxCaZQkFgCqwigf6bNOPQFknFhAfeCCXROLotvDDgCuacDu4amev+NMsR1ZrR+w62bY8TAVRxLbwbDjayJAhYDu6zW718euz8NOevDSps+KtXpK7AAPu3/5wYHU+/kheyL3hPhCJ2igqLk0lTVx6jHkYaeer8r04BdC340vXbYaw66DtcXLMOxYSqw3xrnn7+mCmzSats29F2jHocPDzjDssom9+TfYwy6vauthVxXDJLH0fpKJpg31p8RWhb1OHja6SRYMuzkmyImsGjhnO/rzPc3PcTfY8bBTn2Faq+th2pLEejzsiGF363PU14HJX4sQYKfZO10NJk/1nb5VALsuht26UmI7fAPJm0KW9LBzjys8mSVx1A/YcVsAaphooTrjHnYXsAlAY3iU6ASy4ZLY3Wj9gQfrKGqeWh52H/1fgO/5WmUjIeRFIYYdB//6WCpF1eCAMeweje5jXnRcw6f3gO/+WgUidtTZ3F4HJRI1bicTGAbLWOZQRx0zwM6EE3Vt7Hy6TJW1y2TntRWJc7iKJJbmTQLsgDaDXUpiOWDXCp1gHnbVCoDdvU+pr1feBvzpXwX+7y8Dn/NV3ofefqiu6Vt7M3zmrR3cb7Sf1JrkMADseGsAu5HXMd+EW6Ps/LzLzEUXLYktc7t5ID3slpnLDZgh0h2BXmDtxz7+Bn7v//CT+Kbv+9Cw16BrZGmG3QAPu50lGXYELG1q6bGuQoLaAHbq8zEbskns3/he1+sbAEqHTjQ1ItTCw04/phU64WfYpXHEUmJXu/+lh525N2tGehlaMiW2EB52XBILmHGPNt5ovQ/AMrDHjo0bVmkXGGxISnr8iGPmn78wPZ9hPybt9YcjifVsftC42qXquLarAbuTM3M8907ccezcGHaRvh5Ef8/XtDx0omnaLLtSnCdejx2oDWRvUmyLYdcjid0UDzs5UPn01oN3s0/v+r+HRU19lHgH0dcgDIUoGORULxTriTbw7APsIpYueI4psbS4JkCnacaxcKThPxl5FxH3lNIDWEdDnRqG3eXwsFtKEmt2DDWTY4CHXV3Yz/EIBNidOs93hikWcCd1WSR5Ps3PidnRNIJhpz3s6lDohEc+eSQAO5+PkKdywfKkmg5oqMm/bnea2qTiyy6JpbHqHFNiTdgMT80mRmOPJNYHJMrQCT6xdQN2Hg+72YH7uyn3sLtAwI6agxGhEyR/37SaE8gm/UQ+8i/V1yoHPvy9zq/sZxZm2NE9GpbEugy7HZwZwM9bP/7XgY+/V4GIXe9nbpugCrEKgYgi18duTUVj7vY0wf4Wbex8mmE3pMqKpbGLeXIrEudwlQ0+mlO3rsKCtgKwo/7FSGLVPDFB6UmJ1bvt3Kx8GUnsfQ3YXX2H9gMOywPf0IAdMewOG71xsVbAbkWGHe+rV2FEXnDVgs0DwJtsuPbiPdB0XyWjAgpMGdgfOSUX2iMAu3/4PuWf+P0ffLl7U7/l5bUkcOFYrATKSGKHetgRYLe33DFdVBlJbIw6cnt7w0yKLcNu7R52vE+iex1AglorHsTr0mdOHnbiWuJeXTYldlWGnSsntCmxtC4ebt/R8rCjNYVJiU1xVtl7n65p8qKdcMCOzpfvun/mR4F/9KXAD3zD8GN7k8qsGbwedj6ykF23Gwm0CJ0YI4ntS4kFrCT25NRKYu+futfeA745uhYPO32MhmHnhkdygJOrg4A2y64KMOwA4LEratzjfnz2D3sYdhKgWxP5ae0MOx9qz09Y50TDmwnhn+VjrdgEWEYzZ8lhzmvrATDeUgNaXAcmR2NoyAC7UFPE2XhUIyWxdNPsTBP2f8MH/9zEdWvAriHAjkvUaBEUvmhMSmzGPOw2mGG3KGsXsKOFWKcklgAt2t3sR/tr3bTUTYTjRpxHfVMqhp0+3wFAgkJFThbnxLCrCjuQZTPTZGX6Om952Ekfi6axjKhbn62+DmTYBSWxAxrqQz24H2xlfvDnEpZhA8dtYGztKbF8PCRJbE/oBAdvQ956ZQiwk+O3LymbFjVUswOnmTj3koBdV5MgjmeKzQRyaMe5JYml1EoAuP0x51d9oRPTNOld9JZV7TDs9qKzbobd7V+333ckB84XauxcNCmAyDZ1NPeskWF3qiW8W1livEg+HToxrIqqQWFCG4QkVjLsVrm3qcHNtpmFh9hgzPWigCSxA0InKsSYV+7/jSrqQw+e7H3oXc0kuL4zwWfe3MF9KFCiWStgRzI5WpSuIInNjy8Ny46zvakuJCWWpEyTPQvY0lzmkTn92197Ff/tD3wYL97z+BsDbUkst9PpWTN8xvUd833QDJ2/xqpeXqXY4PbVtpZ9nx0Oe06euLvJ5WXYkST2Ajzs+Fg6cQG7JPZ52A1n2GUS7FuiuE8YgUHm3lxjSiwRSSpEmNdsDaMfR3Y6DsOO1ru+8f7svupRDl8YfmxvUiWGCenzsNP3OPeuY9hDIcDU1LP+cEMn2mqoIYDdtR31+sdnlmFHgB0lrR7zzdFz9bDTgB27F9M4QswBO4lXBTzsAODJq+o64om3pmSv0/pZ9K+bw7CTiGX74uJ2H11+Vg5gJ3ZXS6HJ5t83hpkzaUliLainTmiiF5NpU+DMJ0/k+ug+SaxvJ2HZ0ImJnbjHUPylh10GD2BHE64vJIEeQgCn42G3uR4AuQPYVWYhtijrMAOEbiraMYz60f66JIlxijPo82IYdloS20wswy6waCGG3cl5hU7wzzbbNgvfDAUi1C3ALpMD+Mkd3dhFwM13q//LHw7aCTEDuwydGOAxQwv1txJgVzCPE6rOlNjTe8B3fBXwa9/b/l3wNcKS2ND4YZmQzMMuCjDsGgHYRQHAkSd0U82uuI+ZHVhJ7IUAdsLjgqjzja/xcY9nIhOhN6S8oRNlblMrAeDObzh/4w2WgSth77tm6mKBrciekx3Muxl2h8xgn+SEnlostEVFpL09aVw8B4bdXM/z25OESWI3E5jdtCprbj0hJbFaIpZQSNUK944B7LbCnrsBSew0KjGVDbdhyDDvo2V29akn3b7W+9BDPZdd3Z7g5t4U5UQzjc8Ol5NPyqortim3JMPOGX+bzp5wk6rqAOw61xSrlg9gIga5YNgVVY0/9c9/Gd/xM8/jb/yQu3liSprFRxFbM3TPjTw8R8rOvK9BDLuVQyc6GHZGInwv/BheJBWbHix3TBdVJK9DjDoiqSFJYn0edmu+BulaiFPHnyxF5WyglnWjxmUimgQAOw54p2vwsJMbuoBNcG5WksSq90H3dGpSYhMs+OESYKfBIFq/qvNF91MbAP+FZxQpoeQe7xtadG211gxNw+y42FqJ1u3VwrDy6LP2feY8sNLXB3b6Juu6riWxp2d6rIgz3Ndj09uuqTnq4doBu4CHHQHqJlFceQFyGwW5zrFMxPZ7fOKKOn4vYGfWqnTOezYv1zTPriF0wr3pfSmIvJXqBCw4o0cglDL1BLAsoaZkMdIxMezIw85l2KXbauKdoDQmwU5x9Lbv4qKbxieJrctBTRot7rcYoDJmx1B62BnAjnvY0SIoxFpoGgvYZZNLwbArqhoVSw3am6YGGA7KYmlRQO+PPt8OqUylAbscKc7onNLzlCSJnWDR0O5GD8PuvCSx5rPSDSDzHZmiwExI6TI5QB+9pL7uPmJ3TYG2Ft9TPuYWwD1mwufXBezeGpJY3+ZCJ8Pul78d+OSPA9/3JwaD5D6QdJJ2N2K5R0YbOi6XVh4hSQJJS3IBArQZdjwl9iJ8RVo7cB3AvAAZyFJg04qaJ+c+Pn7dHbsEYJdJnxvxXNM0DvrcUSULl0Wygx6GHfcy6kiZXuTaokJvmswpyOIcGHZnBZ27hIX/sM/5/vPAL3zb8tKxt3AVVWNDJ8S9O9UMuyIlYGAVSawPsBsmiQWAWSyuScawO+OS2LGMslMNRGwNAOx02vmV7QxRFOHGDSUXjNAA4j5aqvhYRedo7Hgqd/o7fI03qbyA3UWEThBozCWcBN4Jht3HX7O90ideD/RNXmbMsE1+8kgEehjChmG3N+h5gyX7ZV8RYJcfD+td6B4m9t+mlp4LqiZBJTzsrCQ2ZkDIuiWxLPCDsTAJsLMMu9pdcwRTYq2llJXxLn/fVKI/BDwMu1GSWH/oBEli6yZGVaMFzhhJLNkzJJNOb/If+EXF+n/54TmOGWuqkPrFuZ99/vlVzgJBXPYj/9yMrQ6zRllWEjufE8Muw309Dz6lAbvjvLTrhrV62Pn7e2n9k3Qx7DzzChUx7F7uYtgZFnNPauya+tmVATs5UPkWpPwxnab7vOEL7BBwJNQsVj0edlkkJLH6BEZ6QJui8NPKuZyKmBm+hV7TBCSxjOI+oJniTJnJEgNpIaRxWWMZYaayHoYdu3mSNGNsmM0F7BTDjj6fAnEcYXfaI4ula0oCdl2Dh/6bHCnOGmLYuaETZ5ja8x1i2J136ARf8ERRC7CTxqFWEqvvTQqcOHhCNZO0czDAp2UVSSwBdle2OcNu83e/uqqs3MkSQNskmBdnfr3+a4Neg++OUU0S9Rn3SWJ9gJ2cyLhvRhx1Mexo7GXjjWTY7dxkdP0LYLCN8bDTiwxiEdH4uWk1N5JYdh+faHCMGB9n9yzAAGukK+dofr/2mWbHpcty2os6POwWx0DBHv8wnI6ZLwiwU9eFYbufi4edlcRSmvhJXtn3/APfALz3zwH/5s+s7TXfKqU87NxFEtUUErBb4d7hC9RsoCSWzROzRMzhnGHHL1cfy7ariDnEN7ECZecy1T+97dZVHDd6Hl6HLJaPnV0+TV0le7pVgkIusLikj+pCGHa8r6IiUERYhnzkFQvgPXv7xG5C8JKSWP59z2fpAnYdPavxsKO0zFUlsR2A3ewAhpIx5Br3nc9NLDZ+VJFg8DCSRCb76HWVsXmaOMBXikptoPKN1tID2LVSYi0wEbLKGHV4rI+VskvvurivhP0U9SiJBuwqxCiqxib2hkInGAYg76e7xws7Z0Wbr+IJ+l47gN2k/X2Zt/wFfdepIRbEAQ+7ABGDF6XEnlKIWNJm2DUNI6r02YwNKWNbRqETUhLr+vfFnGEnporK4zdO9YSRxHpwEzp+GmPluqYlid0Yhp2fYsiLT1xnvknM/DF704FY6tQjiYVHEpuiRJZEiOjDogFwSgy7wh/X65PE+hZ6/ILjPhQjTGTrunFihemmGQPYyYV7qtNe8zEedmxgSzIG1lzE4nrJKqoalUiv6w2eKEWzMGDwqCsLgM4lw4487JoJFvS7QHO0O0AS++GXH+D5u0saQcvmKrHX7wy5h2EnFuoUOLH/hPo68zelvvIllgIWRO5qqImV4EpiLzfDzjdWBXfLANf/ZWD8tw8kzVJPkAg/Lu13OfF42LWo4uxnnizWYtj5qPmSYbf3CAt4uQAp4hgPO33NnUVq4t1UwM4rTzi+rb5efbu9bxnLLgTGcf9D2gALeisKRs4O5mGGnTQe72DY5Zph1+h73fQFxDxZI8OO+o/tiWXYAWyeeO6n1NcPftfaXvOtUl0psbT4WaTE5FlB7s7tEPoksfR7NuZsBRl2CRz181hZ7BhJrPbuubKtrumnb+zYoKqB43pncUCUZIpj388lBexocRl7ALtzTYmVMmzA9kZiM5NLp6q6wWu+dEGf7cdAhh2XxD5cdDHshCR2WeawkcR2gGtxYuf7IYDdEF+8N7uaxqz5FGAnGHaOJPa8POxYPx9FppchDztHLknXTRQzb0v3WqoY4ypklTGmfAy7WAJ2fF3cV0ISaz3sCLDTc1Di9pHH0sMuzoJhgh9/7aEJpzCe4xtchr3ZQpnY+wqMIxxXALiHnV8SS49zJLEh32RW17WHXcQCOMnD7rGDmXleM3b12YwNKSmJNYxKN3RChqEAbQ/uwkOuoHryihqjXjuat+9vmcTdAuwkw25DPOzkxeQbuDhg1ymJ7WLYeUInUsmwiy26PkHpfgj03HqyTaMabzzwgCNDJbHOTeOhpcrHeIqfuyxlN80YSSyjtQJA2pCE0wPYhS4adrEpht3mp8TmZc2kOur6osXYUUguYFJi9fsbklijm+SyC7DDBIXZhQt52KnXCjHsXj48w3/6D96Pr/w7P7nc5O/budTg3TQq2h52RhJLDDstiSVzbZJTDJDEGk+sxH2NMQy7g20uid383a+uknR09X1gtwxwWFFDgz58bLmsRyIk5fNAV+iEfY6YGbcGGXbcFkCyUXYf7ZQprL1agF3Hxos+/tNI3TdpKIzoTS7jYceBd2LY7dwCrr9Tfc887QwoL2UAHoZdaMyJBNNtNzoLL5C5HBYIJgc2TYNa21g0+rMxDLt0/Qw7eu6tSYIsiY39xOD0+t/EVVR8nvUDdvOEfJNWuHd8gB3fla5rBp4QYJei1i3sNPYz7IoWw25ZwK6bYVfXjWXYaRbn0zd3cUoMu3UksnK/0GUtBiQQfkmSYn0MuwtJifX1VcRoFnP1K4fuub197OkFfSqCgRvknOwwiGG3auiE7JdDNcbHbuhzvpnF1gMlYsaw02sB2pDl4Ne6ATsjndb3uZ4n/R52bOwMhHs5vns94WRDyudhZ7zCfFZRfRUKnTAMu8j7OEqAtwy7sCT2aF5iqn1XT6oRct03qYK+1wagZcGYgL1WqpxZiGlcwNMLcuzAx1YOETF4bU0SbGWJw3C8p0kYV3cmhqhixqs1etjdn1fq85cMu9pdG3G1a4hg5mPY3didYpLGqBu0N1/o+IOAnXj8mvrZ1Rl2rdAJD8OOXQTeoAcq3vBJDztG36QiBk9kWB4peEps6nxSLsMOAO4cesAIGqz5zeC7uPhgwAemOLFS2j7Ajp27SRK3fcUGlFyEewG7tBuwa9hxptlk8I7fm1kLH8Nuq8dQXO7uDUD7Y5qko4xJYil0Qp3PM0yR9zDsdowk1n9s7/8NxZbJqxo//6kBjY8sn3xBN0VTFJi1JLGCfUOAHTF1Ms+iKVC9ktiO69nPsLu8gF3TNN5JoNPDjoftDABIAXvO+e7XpMePzJcsGwyd0B9ZKuQO8nFekJWuIart62zX8yIksSzpG2DWBr6NF3W/nkRq4k03lWHnk8QSQLZ7C7jylPqemLKwzZoEYwtnZ7Vb0hOLeXi3K3Ti9I77c4BVlFe1YYLTdWMWo8QcOpeUWDUGOxs78nq+JKmZF1Vl1aAkr1jRz1BAyyIlWcgKG3zGrmJiWSKc/cXnIZaaSIvpWSSuST0GVE0sGHYjFwrEfpYyf1EPF6VJTaQ+5DNv7eAY6npuBo7rncXnx2UXPnLhIH0CN7SIGeF62LWTDddeBiT2SGKFL+GrD9xz+4bPcsdIHcdJYqu6cd5nN2BHDDt/AMHgomuljw1H98YQFqlUuWxisXuq4gw7weDJGMMuyFBftgL2PUkkPewatwdL/ONCxSSSmYdtNba4pySp2GhTNyIVRbIMw871sEsMw0771ZvHqfds1h5grxlQc5zmpdlkelhuPmDX62En10ls3S43OFJPL8ixA99YmgeIGLKu7UwcwI6Y5td2MuzOzgOwU3/7V3/wN/Anv+MXGZOzAeqKkbv09RhFBrST6xcLvrcBuziO8IRm2b18KOZNwn+MJFaGToh1xOYw7PyLAapaTDQnQz3sRPNX+Bh2NEBwWZa+WVOULmpKz83MY+8deeQAnJ3RBejwwUBK+AYuTrlUiS+exhiYSg+7tNED2QiGXUk+Tk2ENEkvBcOucDzsSBLrMRTnVUqGXf/gQddWFWWYmyRY/TzkYddMbCpv0MNODXrHAYbpr75km52PvjKMZeWUl2Gnvp8hd5k5QFsKd/i8+nr17e7zrAOwG+JhtzV5S0hi+b2bOQy7rpRYBnQMXNj52HJ9AKn5G48kth064UqQ4lDzwDdLzJPK8TBuSRnOtYKSWM950dfcw0aBAMkqoMM51twXOjE/VF+3rgJ7j6vvj6xvXKgx52nBNIe2ZBe6JGC3g7Pw/Syv3QBbdFHWSDXAEunrwmxkmMCj82DYqXNHTeTxomzLuC5JauZFVVkzD7taAnaaYRevwcOOLzpJysfZX+b7yAEQaDG9FYlxhXlQFQ1bcIyR4jSNvaZ5SqinjPl5Ghs2+9uv7+BUA3YPHxwOf91Qca9mYb4+uGR/ssE+xbx8oXMXI4mlvopLYolhJwE7dS7J1+m2L9RuSUms9MMLqkj484T8lYYWXStdKbGAZfINCTCRQNQmFlsPlEhQCoYdN7W3G17rlsSSJxgx7NSYkqJ2POyKqmYqhzS49rS+ylHbv3qZw/OY9bc87JaSxPo97IhJLcc98ziTEpsx0NK9R07zygB2R5cAsPPJWNV/hAA7u24vhTeb77k4duBbq3lVHZ66vjsx/RySiUmwvrI9we5UXY9WErs+D7uijvCBZ+7ijRP2XHVp70/P+isUrsdxJV6P7Ktz2rJPoz5iKMNuczzs6s6fpX9VcHcecEG6FqW37QuVGoYd06/ri3gSCYYdPd9kB42m1x4eeRYUxtAw7ZZMmsEgaqfhCE11qKjRiCM18E2X8LArpIedPq6FD7ALLIIqLU8qkao0yEvAsMs5w65yGXaUUtMq6ckRdQ8eTdMg1gBoFWc4g2DY6eebY4KSzncoJVZTg+dF7QVtXmeU23unS5z3ToZd3mLYtdic959TX69+hvpqWA4DADsPeAQA0wEhKg/O1Hs92MrCE9ElKj4hDmbYcWBjIGC38ICk3NfEd43JsYIfl/SmCzHspAdEcLePGqubn61/r+6Pw+NTfP7/69/h33/UL5dcS40JnaC0MS1dizdVEutj2NG1Mt0D9jVg9/BV8+tQAiyXU/c173Gl5ow8UYu/aVSEPSlpwbb7qP7ZD9jNi8rsyEbGw04/Z1+i+RJ1xkInAGBPj8XH8xI4GcYKDNbiIfDsj71lmXlOSqwA2yeNmuvmMZnbr/CZ0byZTG0TzOceCjPJtq3ZNGA2yiaxZNhZD7uKt7ljQifKhe3zeEqop04W2pZjahepsyxBpdmHd+4twZqXVTPAbmCP2Sq5aXtJADtfSiz1y6H5bi01InTijpbA/pbH1e/feOjpBQlcSTlg17/BL72/x0liV02J7WHDGYC9G7B78d4pPvKCnvcvCWBXIWa9PUliral9Kq1l1lU0HgpygZLExi7DzuPhLoF8e//4/cpGHx4DAKnMvbmUJNZda0sPO/JRbQSwR71IZgCjLLh+PWOA3eM3rg4/tjepfDJWAGFiA2PqluLz8fV5nARlNz/sOGMZdt0w0bWdiWE41lFqxqZr2xNsabDPbDiswcOuruzcDgC/9CIbd+rSvC++NqKWQa5z5HmS9ci+GqdagJ3xsNNjY8jDLl2vYmRlwI7eMH2o8uKSAF0nqs9BOimJ9ZzYCVEePZJYAJhxI2IWp15rJPrBcY+HXRegw3c7ZQ1EkeUCus+DyldmwKIIY5LE8l3lPoZdoc57gUSd38vAsPN469zcU8d929coAcw/g2jm3R52RdVgSgNRnHV42E2RU+pQD8MO8Mti7zC/k3vHSzRYnsay0Tujs6hohU44ktjFQyvLvKIBOyOJ7fe48ckzgVVSYi8zYMfMeJP27qM3JZYD6QNSeQG/hx2foHwgqWTjAgh605mUKZI7RIHjr9hmCa+v+W7g6a8AvvZ/dn7/2uFDHM1LfP13/GLn+1upxoRO6Pv1qFH3TbyBDLumafyhEwSQccCOMexsw+d+ZqUjie2WxySVGjPzTLFKZsgNeNgqunYPtCQ6xLAragbYqXt9bjzszoFhR5JYbUvgMOxyyQocCdj92F8DvvN/A/zof7/qYW5kFVXNQifcRWCmN7NOCbBbKXSCARkmdII14iYhdsf5M2K/TKUklhIdEaMGa8bHAFz89QmUCNSxDgHYmbqskmSmgL7Dw3UAdj71xzjArpEA3QZvyvKijSLOmuDz3ShZ7L1PqWTo2x/vf6w3dEIz7NhcXVS1Wag+fUNdo4dnno1jA0z70x1DJa2E5l1KJRk6sSzzVSpSQjUQsPvT3/NBnJzox/Sx9t7MkoCdTIk15JHYstjPM3QCEIAds7twPOw4u8wdFwomkVxHsq05B2w9Tj2iIdCMSokVQJyQxDZGEutuVFiGnT7/TuiElMRWhhX+xe98bPixXUTVFfAtvxP4W+82ntb0GUvbMY5lOEU/V4sWc8xHGOAqHUMWKu3vfaQAX13bmSDVDMdcs/GjSBFotvS61wB2PSSZITXPNYlGXxMvH7HxrS69MtckYgA3K5mmK+tRA9iJ3kamxMoxlsZ58vfcFEksXQBEm5SDgEyU60T1u0InfEbukmHHDScBbCXstUq7g0u7+g+OT9HInXHuf9SZEtuxizCwmSoE2NaX8uh9DmMMqZF0zRBZNMM97GrDsNOAXWJv/E2tvKxRNe7N/8ievrl8UgSAeXLM8OK9U/y57/sIAKAKfE5FZReWdTzBvJGAnZXElj2S2Gkam0HBFzxxh4F0SzHsCvveqJpEh04gx7QVOsEkjve1HHbrmpX+EMNuwEBjgaAVQie2sm4Q/JJUGZDEdjLsivGAnTcllgGEvjEkF+MNEA7DIK+HRFDqW08b2u171+8F/tgPWMambiSN1wVGLrLGVMvDrothp47/sN5cwK6sG+OP5WXYTXaBPd2AcoZdQMZs5wxumt3tYZdPLGAXnJ/oeMjDcHHkZZ7Ni8o0eEYSW5CJ7/oZdtQs0qbFnpZpPFyUbdP9sYDdz/5j9fX9/8NKx7ipVToMOwnYaQPvONC0jnohBmQQAMBlJPQ5Mf86AIb9Mm1JYrWHHRIAEZqoe3POWzQWT3bbKgpRx5phtysAu8m2mk8fHh0Of91Q8c2RQBJiX91/IOaXS8ywWxqw+76vV4nQ3/01/Y/1edhRj8Q2JMiLN4qAJ6+qa/TYx4LrksR2BIhIht28U6kkJLHLBj352IW+otfpkcR+8MVDzEBgw+Z72NWI0SBGQZYARhJrPbKCLKhVS6pN9P2eEMNOv25VNXZcSMLjQkUAmHPMq3vYpR61hkN6GVoBSWxsgDjNsIvcuYh6kRTsNUOS2KLENKKNoQ0LPYkTZUt0/JohTwS9BkPrJMbUlaBVJj3LISSxHv982iTuA+yuM8BuUavHXt2eIIkjo+xqM+yWB+wWubbw0vDVi4ccsKsMOJ15iAlSIeQLM+J1SwN2r7UksYJhJ8dY6meIjb2meXYNDDv1AZNvhxy4pPdCp9zTCZ1YOM1+6ZHdmRQQDp6xiXCWsNdmqD8tEooib3uKDd3F7DLWFLsAobJeCOo9GdP4MSmxgmmTaMBuPsbDrtATERI16NKNv0oDfs6Vezzsbmm9+Rvy5qJinhw/8Csvmxv9bO5fpJdV48SFW0lsOyW2FNHvsqIowo7ebZBJyU3TOIli909WkMSynUtiks7QZtgZv8S6YXLYt7MH6GtmiCQ25GGnX2PB7/mmAZ59H/DxHwLw1gudoHEqjljMPeA2WLI4ODEyJZaz5ThA6BtDvCmxgdCJUkxkSYghWA8EWanhbOy1/8DHQFhHcU8XoJthpx/7oFb3TVQtNk7eyCWojp9I7mHYndw243bIt8PxsPM0crySWgB2UYGqrv2PJ8COkqar3NuozIsaGQF2qZbE5qTBJobd+oAE48Wim0fDsJv7ALuR/qGbLO1aQxWOh507bxFgdwrycVmFYcfSM40dA/tsjCTWZdiRJNYsxKho0U3smC7QPlRcct5TBM7QtUW1tasa9tPjkUCwr/hCeEkvoLNTcb1vsIqCl8/DLo0jUDDlohrxub6s2d33Ptn/2M7QCTtW3NebrFe2MtXLIOCl7AtpSlwGl69aDLsQyxmw95LxV1pynh3qN0fS2x6GXdPYZOnLwLCjsUMCdmYtGnPf8fNi2JEk1u9h5zDsYi6Vdz9zE5TBGHarbJj6POzoe8eiami1ADt1vZM3HQF1MnSC2P7UTzQdoCWXxG4cYAcA29fUVw3YBTf5fSxdgHnY5a3+3dcLcoWfzw80pJySdW1naiSx8zrR/6eObabXvGb8WgNgVxYuw+7FwwVALPqqYESo9rXZksR6rmNexLBrYQq0lqCxsRU6oR9PbOw1zbPrY9ildEF0e9h1glFOk944J8EXOkEfSMwlsczo0kkOY2AAAXYZKg/VkXvYuYCQ+7gBDLueiVKyBlcJnbCSWD2QNaxx7FkEEcOuQqoSf9JLwLCrGuth11RA0zC9eUgSa1loP/PJu+aGz3M/QJZXNSZ6575JMpwFJLFnmNiFQcdnTnIZybB7uCidyfPeMoCdx2+kIsAuyls+BCkHh6V/HbCUJHZQ6MTLvwR851cD3/2f4+z5XzLjw9WdyVsCsCs8O49AD8OOy/8GAhW+cx7HNrXMN4aYCXpI6IR+LMkcEh/DrmnYIrKnOdOfaVRzwO6cNgRaHnb6/fr8q/QYd9ywBdmGLWL5ppcriWWAwvZ1e98cvwbAv6sKuHNGX8pdqiWx5eSKPQYEfOzoePYeg2mgPADYvLQedjGlxJJNQM/m0jIl7xViQR0vijZgN5Dhaorfr2tkBW5KlVVjJbFibiPw/TTSn1lTt2RIg4szdY0k1hM6ISWxejE9gQBszKKbFnodvVyoRgB2tAknGXZ7+0oSk5+uISV2DR52Ze7eV/UluWbrxl2AAmoTdLIq+NC3OeMNnSCGnQVhqWe7ujMxKdRenzkZJsC/7wLsBPFBAnhOGUmsPuZlF8dDE10pjbYHsAPAGHaXAbBTY4cF7NR5tT3eeuSl3gqlxEKmxNbuuBCQgzoedoGNvDHlYyYlq0hiI3d8Nv7ugmFXi/fXks5GiQtasvv7ZMEBuw28/rZvqK/aV9ds8gc97MIpsWaDg7ztPX2e2bhN4xaI2zSN+f0Yht1cM+wIsCPfYONR3GNDNaSKUn32j15RGwWvPZg7QCBhUI5XN0lixXhf9wB2FDrRYtgZD7vAGEv379YV/fOGMOzoYiKGnby45M5D5yDRkbTh08yblFhibSQTIIrMTT31edixQS1F5UFOfQw7TzPQNSgZSm73RVkZ6qZm2HmMH7uqaZqWD15sJLEcsOsOkag0w8405gMaiDe78rKyDDsAqEs8riOYX31w5t/xYpPgJ2+fGMCvDCwyyjokidW7rgawm6KK3J0fX20HGHZHgmnUmQAWKg/DrorV8e4kpYlep3Lo1jIhFhgVOrEIDOxewI7AQQDHrz0LQEnVdiaJ35D5kpXdfXXPdzAltircwX4gUJGL+56qa/fUZyIbDJ1o3InMy7Dj40Nfc5bYhpPqMBQOs2qN8bCj0AmwBdmGycS4l4hzH3NAIYqAPR32cKRksSEwlnxKssRKYkMLXgPYTa+Y/5sh9z+eFmyzAytr9ISozIvKpsRqhp0BAM+FYef6/+05DDuxyBwDFLZScQ+XPcSNraKqbcpqHQDswBb0y27ycV+ezAfYkYedK4klz5xJkGFHUqolzK5HAHYPA4DdlSsKsGsWD7sD14aUrzcd2aOVC3Ueq0bbc0jG3YZWiAlBPUYwCEeW7PX6Qp58slCTEsslsRqw2564Hpm8GhEQQBVI9uS1lCQ2tJgcWoVgeYXKB7AHahapY2s2keFEpccIGjvMukivH4zcMLHhD+fHsJMedophlzoMOw+QL1NiGcCWcjucZQ+vi2HXiP4Laq36oKvfox5Nb6q2vOnMOO4yi43Ni1mnuaQdfu2fFeVmM+x2NGB3qgG7kF2Jj6ULsHV+4WHYuZu3CjuwTDS70V+b1yRsayqsjmRd25kg08SWs0o9z3Vi2GlFyNkaJbEUkvm2G2pevn+aOyBtziTrVEYSK3phAvDiKATYWRKQY59Gx5+FGHZSErshDDu6mGYBD7uQHMdbHYa4pWeBSkyR2AwQ6kOj5mwrZheFM6hZP6WW3xl9EFE8TBLb6WE3jGFHA51h2JXDBlJ+I1PjYiSxNRu0jKmt/6KpjUGz/ptLETrR2OMFFGB3MMPOJEFRNXj+rgdo0kBbnc7wxsOFBfwCgF1RNjb9Js4wb0li1fMtGs6wCw9ExLA7EaETcie21egNKc9OcBWrwWQ3aT+fkyDplcSSh103YNc0TTBNyAvYsQb55EhNTDd2pwqIeCsw7DxMYKCDYbdkal+I1dhK/3WOzbPzFDgumthaDDs+afGmcKAkdsI87M4PsBvvYXeKKWq9iN20cW9ReAInAAs2ETi25ybFhnb/fY1aaCMt05LYerJvzuMMeTfDbrprgRVPeASXxBLDrqSkx3Ng2C2EtINAFa+H3RigUJtDmzo7XPYQN7bKmjPs3HmE2PwnYGyFZe+dsodhR0xvEf5A7Jesj2HXxbINFfeI7CnahJOhE3u7alExQ46X7q94TVdsITzQdqX1FHpzljYojh72s6I2oXwedoC9pwcz7CSDto8V5gud8Ehi750USFDhsVmBvRlJYsVnwxd1I1NiZchEUBLLQcGVJbEEGvUw7EgS2+FhR4tdYtgdlxvsU6zvqUYy7PT/+1Jix6iiBhWz7wFgGXaRYtgRc6rigF2HJNbcP4wVmFd128N9YFUeAk1bEmvHwr/57z6OL/hLP4yffuaO/wlDHna6ZyMpbC0Au4WRzhLDLnXXD+zaP80ru7GzyQw7LYkNBtX1MuwWrc9HSmKr2gJyWWwlsdQb8vXDNOuGia7tTsz8e1z6GXaLQvTkY6wpRFFK7JPX1dx69yR3PGpL3zqHrH/kqaR94sQP2JHNVl7W7nqFrnEaG1sediSJJcBuQ0In6MIgf5h2Ip2UxHYMENIzjTXP0u8NsJ5NiWG76Zta39zTmC8uGSodd0hiqaGL0+5EEy7DlTUQRZbGkD7jx67iuzoTwbDLGw9gF5i4a33eK3q/lyV0QjDsoijCZ95SzcP3//JLeN/HXncnJL0AOK6nqGorqY0Cg0de1SZVqIknbUmsvj4dSewghp37egTQ7eud2XlRt5lYfSV35ACUxLCLPYAd33Gg0AlKiAXsoqkHsPOBxuZn3/XMmtz5kVrwUrrvWwGws3RsybALTL4SIBgIGPjAN6A76IN7l1ENZtj5Upb4td73mSXEamaA3Xl52C2REps3KXITHLNZDLtpluD3/5ZH8R+955b7C8kA2hENX8BcOmfXjmnkAnNO2tDCYWrAtFkUYNjRvT3d7wTe5gWTxGb2usnL+lwYdi1JLJesSQbxGKCw5X93uOwhbmyVFfewkww7nRLbTKykaVnAzvGw65DEZoJh1xDDzu9F3ASYGYMq94OEvjo2DDuXjRDRPYMcL68K2PFxLZAG2f8UGjDRrMjjk8sN2I2WxMpQmZ6ghE6GXXFqeur7pzm+Nfvb+PvPfxWe+MR3AvAoJXg/nXgAu47P8kwE5yyKwIKX9/iGYVf0S3995VFteGtASqzZNNH99EnjWTdtStHYofuHnBjGLUlsjMkaAhy8xQLyAJgeJhOS2KJq3L6ZA/keD/iU2aYAHsXH0MPzeEq2ADu2ifuPf1ypaf7ye3/d/4QiFIiuF5LERnp+sesswbCLmO8g3zxmc5bjYZdsIsPuuvp60uNhZ2T1MnSCSWKZbJt/pc+NP2eWxq1xlI+nkogh6/rOxPRzp6XLsLOS2PUx7Br9t8Swy8va6fG7iAnt0AnN5Aww7KZpYsBHh9xlJLH6/pTvh36/aQw7Wq9bDzu5m98tkXWqtXi1b9KaZtpDposw5pJY2Jt6EvCwo8elUYnbDwNxvZxa62VmdHnYDUvwktHL2cjdQn4uaRCmwXLesMaxx5OuJjNVw7Drj5l/syuvarvzD5jP7be9TUlQ/vGPP4s//v/9RXzLTzxrH6PBp8NSvb9YN71RU7XCUQA1CZM2v44znDZT53m4JLY2EpXwOduZkIedYNTpndhHD2xjJB/TW57GsojU8W7H7evQDOBl6ZfEDgydyD2gMZV395vJSMoTBdjd2KXr862TEsvTrIERDLuBnkJ9QR++cdY3kRGDrs2wc4878flp8PEt7mnAmQ0B1eEyachDqgXYdTGldROOFDkB8hvGsHviyhb+x6/77fh7X/Nb7X9WhZ0vCbAzpsXqvgpJKjhbPUv9j6EixnaUTM3iQTHsPHMiBxBNMnl7/FApseRhZ+/1RVmdM8NOh06Qh51PEjsGKJSA3VuQYVd0pMQmejF0VqXMfHlZwI6nxHr8U3sksVnjl8SS2mKplFi6BsVr+orm6+2JGAd1Qz+Lcrx8uCpgx72qllz4GEaxus9aIRQbWqE0P59Zeme1GHZ9klgfw45JpPWY9/DoEP9R8iuI0eDqRxVgd7wo3Q3jKrDBxRbawcPWYxgFWkiJrCl+PXCQcaxnVF0xmXqfh10/YKc89xrMNMPJ2MtsYunPyTDsGre35wGI586wM6ET1lKEh04oDztGWOEEEnYtcDUXV38s62Nn78d2L+mTxFJthdhagnklAbvGpMS61gbUB1NfWUWJuyZnrPC8shZHG2m7M7uivuqNv6A/YkgSm9h1u1yHWAl1m0GXOaxL9XfmvMaRE57nq2s7E9PP3V/Y/wM8oRPGq3A5hl3TNGj039462DEbGDVT0VibsDaYLAkTRknU8R5vaULJaw9Yb2gkscRilhuGBNjpsXFTPOyImUETZ1sSKxh2XTsRstljE5w1UWQMOxO04MpTCbDzMuzY7mSGyqQ72TfEAbsBDDvfQnWgsaJsQqSOvK/oposie0FSAMeCA3YsPcZXtU5dqS8Rw66QDDt9w3zNFz/l7Pp88qf+Beqf/SfqB91Q3C3UdUIIfYK6DdxCsUHJawlxYlNi60JdT7qZmzfZIEnsNkliBcOOdmKv70zNtSAf01syVQpAEalBc9vLsNNsk/Ke+tsotumOwOAFmLMTM8TDjjXM1ekhAA7YXX6GnY8JDAhGI6/WJsWwRZ1NifUvYPyAnTtWO8cViDunWynxAXt80yKwQ2WKBf1QyfCVtVUwdCIsic2RIY+o4dkshp23uPcSLZi29Q5tS1Lh3zSbJLHrZemplOa5lDHseiWxewx486TElrUJCYjTiTnOxTkz7FoedqtKYuUC9ez+0se4qVXWbGNMMOxoo3TexM5iYani/qUjJLHEsMsgG2bmaQSgFqbmg8qXEBooSjkmFr2p9JwYdgM3hWVF+jOsdVDAJ16+g7/9wx/Hqw/WB5CfR9H4JL2Guhjl3pIhOIMZdgywSzL7s15c79z7iP31XI0DTQOc8DmO+psotmsEYJAfIY3Z+1pu69tgBuBe31z212PP0yo+Dvb5fQ2QxJ4VjN0EYIEN7vFqSiZVn0shxj8OhqQj12yDS8qRE7vhmcRxwMNuIsAqe76tX3rsABmDgW5RhYfxSjhgLPovDlpvyfGRigE5ZWUVRrFWvMUUOmEep9e5wuuujhIVFikeB6jPyMwTYxJsL6poI0D3UeGUWOb3yiu16yjp+U8gbd0ozIaHfzqSWP3/0ve3q3anKWaxevztU/X31/SabqY3Sef0eoYEtdx1d3RWItF9/JXdGa5tE0nLYjV2DeZh2ImXpVMrN4J4EZHmDVJjctsBGmPl+GqCf/RnujEMOwLsuKaeVcs/Z4wk1tkh0LsaMQfsNPujcRFnK4kNMOwY26Plo2QGm6THrNyV4To1MMGLLiy6mKYdi23/39tBOIoioK4QQf3fouaAHTV3IYadOk6TunoJGHYq6CBiMd/qPbzn0X38yJ/9Mvzr/+p34vHpHH+r+huIf+gvAK/+qlkA3F6ov7m6p5quxAfcQoHLxhshTjHnTUZxahajimHn947gRXKZFsNOy2n2ZqmVzY5l2MlUKcAAENvSkBt2gLpeKr8rHDzpMtvMwrl7oOHXcMgQ2mkKWMMc6Wb35u5EmQv4DJkvWZWsMeKVhJK5lmXYBYI+aEz0LWBoMvaFTlRizAmFTjjSWR7k01cGsOMmwOcM2NHYbMZxz7iqx8QCKUojid3cjQpTBBYlUztebxHDzpXEyvnEpoPZ3faQAXXSqM84zjjDricldrrX6YG5YAw7JJmZ9xZFfU4MO7f53J2qz9kL2I1JzZR/OyAl8bKVmxLrzknO5uCqyfK8PzOAHbt2ApJY2pgMAXZm0cgT5YeWD6wJFAEorQWpZthNsQaGneNht4TEF1aBkWhvnWlU4B+875lWENamVSUkXlTEml1aEtvrYRdIShXBE7sPP2V+FZ28gSux+ruHXBbLZd+8BoS8Rad38ZfSf4YvTj6uXjbkYecw7Gb+/x9SfBzsTYklhl2YrakAO9tjn2EDARMqIYk15Ad9/xHpJE0im7i6dsAuxLCrkcQcgGCS2DgT/m3MA54BbFyltmzwRMXOARX1uDYEUn3GD5j1CQE4rTLruMpZL9BzEXhaR+7auhU6QcQJz4ZGXtbWOmET1xgE2Okxqd/DTkpi7Tpf+uPzz6msbVglMeik93VIweOrKIqwk6rnu3OqvhpJrGTYLTlvUd0+XiCO1GtMswkONGBnsIu6NNf0xFESqa8tfCqwEcTrkT01jpqkWA42hnxC6f3RZ7opDLtSMOxqwdSQi4VOMEqCHbQbWDcWCeWhE8SwI9YGedhJSaxMZ2K7FW2GHSHBiTOIBI91hdAJ24TEzvvJBw6irQU4G6AXDftoeYiEx8uCQicuC8OOJ9z4pCFP39zF5z15gD9y/eP2j177NdNQvD5X7/P6rmpEUtTOpEJVlFYSizjFAhlqumWKM8uww8RStTuaLpLLnAhmEZkT785SG0wxtoH2sNNI4jfrkMTeLDRgx/3rgMFMl1DghPo/bTgaCJ1IFqp5vrk3FX5oG9zM9ZTZ3ZEpsSQplfd2K3Ri2D1nGpVQSqxnnOUx7lTW28F9bCh0wgEcu5KyZdEmSVQDelPh7NwYdsIvozN0QjfhSFDGNE5eBoadXmgSuwFoMeyMpCLAsMsSxhAIMez0ZliUTi34EHkksVKi2+NhZ5nLGUt6rC7Gw45CJ+alZbRuXdWvu4KHXY/f52WsompQ+lJim8Yw7M6qpJfF31slAzMoJbY4sf1YQBK7aPS40pLEkgSHmBkdoH2oQmCNp2gTbpZdEMNu4KawrFifp+muBuxQIIqAJ6/2g5JvZgU97MamxEpJbC/DziOJBVrBE9P5G86v3zlVLLtjHjxRtns09XP/Zu/v++Cfwh9LfwT/5fE/AqAAMG9gAF+rcCnr2OAJGn/jzGUD+mqgJHamGXZlE2NRrbz0PL8KetiRJNZK7owqaklpabBo7BEedpZhx+Z23oc5/m322uNqrjiODICxLNDo97BTX2XoxL0TOycE042ZJHbBwGhi2EGvJSqZEkv9dqS+VmTr5JGZF1VjN3Y2cY1B95FeI9kN1wDDrjWOWGuhShAH+HqkrOuWEmiSupu7ixGAHQDspOrxxEa9vut62M1bHnbL9f73T3O2Jk+wp3s5sy6vKwuoe/wVJT5F7YCcV3g9ckBJsXpMdHxC+zzsNGBX5eN6j0CtLolthCS2hWCO8LCTckKxowG4SHHaI4md6JvYOZnM/yND2cGwS71gkD22Dr+toaETLUnsch525pywC2lecYYd3diN90Yhhp1pagngq8u1XGTrrpIl3HQFg7xni8nGXv2QWWC9cqYHlT3V0CSovIBdWTc2VjxOAEQoaFGfn1gPu4Z52HU0XTt6t+FUgHHU1O3PMgbYjZXEih05AAvNsNtC+5joWrtVvqb+46oE7IYlBXcN7H2S2Egvjm/sTl3/lk3c/RpYRi4xNCWWAALasR8tifXLkH2eKjwdVB6XDJ2oBMMu9U14fGe3rxgTmWSxQVnPqjUmdIJkLk2C0khiN3OjwikZOAFYwO6MPOzsLjxf3BVM0mMZAv4FhwPYpR2SWEeiywE7n4ddbdOCk8ywZBbleTHsXA87K4kt7GdN/jGjGHZigbrGY96UKuva72HHvj+rEsbKXxJoNTIfxrAD7PUjE5F1EfulDdi5i27b0I+RxPpZfb4itvCWBOyMh11xPh52I4EY8h3c3VMA9RSFkjTJ496g4hv20hx8bFBbSxLb62EXYtjtO8+3l7uA3WMT9XdHHLDrZcaEwe5bxx8DADxZPGf+zwtS0vUdJS7QNpbRYgIn+sFqs2mUHwfDLeZFhVmk3t8ck+EA65tRXGUFICfyg7537KZszBjqF8ewcz3sGve6iiK7JuKWUmSuL9eaSx63z1OS7s1YrMf5Z91ab1Mxj1F6fBpHiBqyfdIbLwyY4dJZYnjZ4MT2GjznBIxNXGMYSaya64ix2LLR6UuJLRemx7P9u10nFFXjBI8BllxhJbHjALvtRL0eJSobDzvtMWd6/WXCn1jdO8nZmjzFjlatcYYdqThTh2Hnt4ehdU6XJPYRnRRrAkodFnOAYUefEd9QXwMBau2SWLnwazPsOnYiAgw7vpjgdF6Sx6YidKKSDDsHDLC7EH6GHVvsdfmeeKKrTZlmqgewEzcV3TxjPewsw455RNQehh3gvWgsYCd2JwKPf7PLAYA60tKemLIG+fAFC9idaDnovloYJAGGXV6xAV6fmzymMIYTc27mmKAxFOx+D7vjQErs7jQ1oN54hh2ZdjPATvv7TGWCHuw1d62+o/7j4Cn3AWMZdkMBO7aojfQx39ibhg2ZL1mNT4kVgEGVD9p98rHl1Ov6Qf+KLXp8klgJJNaC0UCmrA6wEzK/9RV7DMkhz10SO4hhp+cYJKjiS+RhRwvNiQewMx52fnNpA/amUXgXVxeZ+SeTmQUfULQ3lQiwS7fUmEwLPc+5VKET1DhnmFLyocOwW8+8U9VNSwVADLt5UaOm8Wjrin7dMQw7Cdi9RRl2JtyJbfixnuqsjtcbOpFtAdDjpwl48jOd5nqOS6UklnsWg3kfLSWJHeBhV/R72L364Gw1ryufh92IhU/TNEj0eZrtqg2iKQo8cWUAKPMmFvdXlWFOoz3s5D3bxbBrmsEMu4PyjvPrR1P1d15JrPSeGtA7+mrhk8Xq66FEgr/83l+3ljFjGXaG4TUgTZMA9qYOblqcFRVmuFyAHalmFrV7DnkCZ9Yzfy5dEjAlkklUOimxjocdXUcexmZZucBEMNBg6OF5GK/UI8aNZUABAwE7FvDoWFgIe5OagZH8nG8ngmHnk8RyD7tNZNgZL0jNsAt62AXIQol9z1KyzAGpqm5astFMM+ykJHYakjCL2tLnv0SKJI6Mt9yslRK7hDUFq/snuVVURgl2taenI4mtCRfxhE6wuaRpmkGhE4/uC4Ydx6lCHnZ03fL+fA0bumtj2NEAIM3LWx52nQw7v3Effw7OsKPFagL3pjaAXewD7JiHXaSYVQ7q6uxQdRgkroVh51I3uwzjfcU97NTrqWOqmggFl8TyBbVnIdRISSyfpDeQbeKcnw6K7dWINWOHL5jz88KxOjc3D1QTlkY1Hvg87Mq6JbfOdfIqsVgA4AwTFjrRlRLr97Cj0AlHEjvaw44xFHQttE/I1ONhR43GtVq/j71H3QcMZNi1QGNW3t1v9nwJAXacYScNmS9ZFaIxouozkG2IYQcMuudoF2kqGXYB0N9NlGaAXeSniktJrJdhJ73iuoqx8G5sqec6P0msu0PezbBT/1cgRWVkfZcAsPMy7MjDTjPsuG8Jm0O5nJrGgWDohAbsYsawU5LYAGBHx9MliS0ZYBcHPOzGAGcdxRfy9Do0xgJAnQtJ7Coedm9Fhl1V2/R4wN5bHLCrVgydqGvbY1GAjfGx03O4kcTuOH9KXr1JqGGO5Q78GMAuANZ46kzP10GGHXLUjSsPG13cw65jozJ4jEVl2M3pTN2nO2mNP/E737H8MV1A8f48CYQseVOrfSXv0Q7fNeexQQ+7ByiqGjd0H0UbtzdS9bwPBzHselJiRT+wpZlq3vesr4dFHeH/8/5P2Xt3NMOOGF4DwNyM3ZMBWey8qE3oxALZ8M/rzajaBResJJbWo8xSIh63ZhtcnR52dqOtquv2WtQDVlmATUske+b9vpKSS8D2iLHwsFuwjdng505AfF1asChLDLAT0Tge2euZK+9mmuFlggg9oGVecmb/BpICaBMgdyWxYQ+7UOjEopUSK2XQhWDYyY3+rnWdryh0okCCJ69uGXbbVgiwW1ISe+/UZdiRL3zJmJdGJu0hJnBCGV+KSeY2r0dagB07dpoXWupQfd1lM0sYWAOWsjaGXQixb6XEDvGwowaJKMhcEssWwiYBhTX/gG3OKInOAQKZ/0eGCk0DHHF2Fd8d6ALeujzsBvqLSA+7ScAkPFSWKeF62BVI3fMepzA71p6moCWJdRh2I3fmLqBoUIkjIOr4jPYaK3do7j5jvn9O//fNfduIH521F2pl3SBlgwPAALsTu6M6x2SQb2HIw44ksXszK03x7p52lYdhN9f+PtOm/ZnTQH6jVmwc7D0uHqB3DnoWoTKBkZd395uBIRN9XDf3puFJ6JJVSBIbTInV99e9ihlEDwCMQgw7b9CH+Jk3WV7mHNAKnYi9KbFjJLH2MTe31eufH8NOetgRu8bHSNCbHIgZw27zNila5fWw04BdfgwUcwew43MoD0ZJeySxmV5kJdnUNIQz5E4Tro6HADt9PB2hE52SWDPurAc09aVYT9LYjFcGsCOG66iU2Le+h11ZN1YSC9h+oLKbg4s6Xi10wrEs0fesTIo1klgLDjRNg7leTCcBD7toJUns8NAJGstmAYadAlka3DleYWwZatcSqONFaRgm2ZYC7D7/sS384S96quvP3vTic6bcCLMeSQP7pZZnbMf93gnYkST2Ae6f5ngk0hufj3wOAOBGrK7X44UPsJNStp7e8fSe8+PjqWL1+SWx6jqkNVDJmCejijZMeHBFqOK45b8ly2HYNZPx/e1FllnbUeiEWF+xTVnqv5ZlqgWLzr/Xwy5y5+1aAHZ0PXlSYtv2S+fBsAtLYoPMSuYxauSYSczG8bb0kZ9zAuwMQO1RuTkpsZsI2Jl7SEnL00BvPgT45yxQKu57aEEtTRYyG/3q76i/I/VDX800w65oUrz9up2jKXRiTmveaDXA7r4jiY2NWqL0XBdZjySWf9/FsCPA7s7xQoH1dF9xUldAHYpkslZf5vVJYgOhE0t52Bl5haZ3swEyYkio+kCa1k1IKHwW69fi0q0oMid5VxslOrJYvtjrSjTpZNh5TJo9FaIpD6WLF4Yp4XrYFUhdYCCKwCOfZTUVUcAT+3izS7N5i1dHX9/RuM4KmwhG8ssmmeC+vm9uXrGL3ePT9vssKsuwo8Z/EelrUzdRVTxBg9imxHbIGojZIT3sTOjENLVsk7E7kB6GHcmFJlIuBDvR3mhWZNgFwg8AC+K5gJ19vmlUYJbFink4Rl65wRWSxCaxOyHaP1Dn4/ZZZHZy7x6KJDtPhcI+QimxTox70t70kMxoGqZp58nu9i0piY0is/t5Y0v4Wqy7xnjYsTGzvowMO+7pNT2wDdHZPUc+xsNOvKETgXnZAnYzs2idIW973xg2km7W+kInuCSWj3lmx3KxFv9UGkfjyF3sk49dTZ+1Zth9+PnX8cbDgZ8/vTdi2+RvPcCuqGomiYXtadjmYFHVKzLsxIYqYEGyPCyJLaoGuWaRGx9j85y6p0loE7cDtA/VGElsHpDEsr+dosDd4xUYdo6HXZtF01fHcwvYRQSsb+CGrCy+hpBpfi1T876SoHpXf0OPTaZt1j8xcs/u48HDY1yP1HgcPfK5AIBrETHs1pASe+YCdo8k6rm7POyIceL1nxxStGEyRBILtAF2UfPcetgtLokk1gB2tbsOtD1ebGyZlmWqBavFsNPjnPCwKx0Pu4n7lUtiBYCz6nFXPmN/42HnbpjyzzooXeehEyUDi8TGiwvYWeIG+dWbucrjC1mWJZKocX+/SUXqhKYCijOzZmj7Xvd52OXm3DgEJ2JVVk0rsFJu9I9l2B3o01kiwdM3LWBHBJQ5fe5LbDTxundSCIadeuHS+ExWXq9uH2GiayOI1/WdCdI4Qt0Ad45zd3wIkbO4JcfAtfSQWpskduJb0MEniR3gYScYdtIwkypLYtv4A1bn3mLY+Qe03Uwdy32uq/fuYoap534PO/oQu5sIuUuRJYFFfaCkcaRdfCbtm7wjxa2phYcdsNaLbN3l0Hk7FuPx/H7r/6qparS2Jwn2tmwzcrbwSGKrxqQPGT8GYthpn6gy1gDegKQvMshsMewWNnTCLl5HTqS08GTN4FlN4Srt95YlMTKUuAYNDu0HGHZ9HnaVei+dHnZ8cc8A4Cly3NidKhA+tGt0yaoQVHQqo1qXpszM12ahU30HAXby3tcV8sHM2STGNz2sebH7eALw6G14TVsNYDdAEgu7kXJ1S9Dk111jPOz0uFEiQZNs7pjXKlpMcolgHDNZ7F0kcQT6qDnDjjdroSRZQDGYJiSJnUzNmKAYdmJ8kp47JKUKMOxS8tWMuYcdY9jx51yh+OYOv+5pZ5YWpsVEgW51cYbv+tkXhj05jWVGTvtWlMQ2LmBHG1J63MoJsFuFYecoIPT4L5MnCQhg13tR1Sj0plRS+72I2wu9EWMOveZKklgO2OW4e7IOhl3Hzn7XMTJJrHlPl2Csq7sYdgGbkWCZJOsD92dfFR0sM+MXeg/Hd14GAAUeX3saALAPzbDzpsSKHqcPfBUMu/2kXxJL13tBXtYjrhN1rMTwGuhv2APYLcrqEkli9dihP6d5SxJrwS9SUuTn5WFH5z8mr85KSGIbFxwAvNeTBNjSjnl/0OF5GHaJZNglBNjZzzqvan+6MQNyqLeYpnGPJNaqWciv3kgjBWhZ1w0ifg9s4jpjsgOjhMuPDeA0OnSCMez455MykFbaaRlLs1r5upnPYGAY0d5EPV+TZPgjX/I28/9GEktr3lU97E5dDztaU5eNfp912bYKg2XQcWIC/74rJTaOI9zaU/3Na0dz/8ZZXbqBO5zQtYkMOzo5ckFaMBSc/+x/MgLs9CBFOxqeDwDQAyYH7PTJK/UCLaNFgRzQ9M26p6/vB2ecYcebomUZdsOMXivBxrESwmEXc8jDrkTqMCqc4/Q01C2GHdDvq/EmFoEP0x6GXSsRDMBicgWAMpKMmJQvz3sYdnrymRuGnQbsEvWz9bDrl8TK5tKETsxS5skyVhLbNjQmwG7ik8QmEW5BA5pxZhtQ8wBmptmxyOkMnfAFILBBa4ZCyWH58V92hp1nZwtAb+LTWZUg13T+09MOXx1dLTm8rpAPJnneyTHUAnbu88vQidR3/Jz2PaBoEXFdM+wuzsOu39qgRMwYdpcAeAmxf7YsYAfAmwJLi4ssjZydR9lIF1WDiZ5Dk5Qx7HwedvJ4DMOu3aQsysovieUedsBaATtpnryrGXb0Gi+dafsAFHj2docRPS9agJuE2bcew05tlkZ2fjMMO8tMLaqG7e4v8Znx+YXu1ZYktg1QF1VtUunigIddZDZxV5HEdoMWTdOEU2KTzGwYzFZl2FUW5LYyyuFjqGK2khm2Po8b2N/JosVnFLWlSwTYEcOxt+geNSEzHYClBE14sYCf+d2XAAD3k+uGbbsNde2c8jkuuNDuSYmdHzo/7mnAzstWYqETAEs4Hcuwo/MyRBIL2HMUmDsXZe1KYjeaYecyxOYEehpJLPV4zAP2wjzsFGCXcIac8RImQkq737EBh9rDLiS3HFjVEMCOJLFsc69pAiChJyV2miYehp0dx42XYBwxwM4vic2r2lUabeI6I4ocaTmdzxZmEiI3pHbN7vUYZCAtbeBS2ARfRxRVPZphR/Pvf/dVX4B33rK+yjx0omma1T3sREosKSWMZ39d2vuTh070SWI7POwA4Bb3seMel5yswHsLbpm2SQw7KYmVNyP9TGBFELCrKwD6b4WRX1m3PwBAXUy+m5CSYjKiv8qJUt/MezoK+v4JZ9ixwbpLb93lYTeQ9lmIQZRujqGDaCFvKrbr3RoUOy4aYtg1l4Vhx8GHrpho3TwcNXaH/DS9AkDr0pnMYbFoNzQFS4klcK/NsNM/D/AtNAy7liRWvfbeLHX9nMYUfU5sIiLALpX+PlAT9iORBuz2HgPkgDUweIQW/97QiT5JLHLc2BFykE3c+RpRdtfPPZ9hDzsN2NWxkXedevwUZYUksV6QFGFGXohhRxsvNJGZIWZZDztYwO6qkcSeU9MuPewGSGLLJr1cDDuzmBQLKpJnUtJY0m7M+YKDey1KZndZ15hoVkTqMOw8KbFGsigBOx/DrkMSGyf2eloDYy3ksUkMu1ifxzul+uxTVHjh7kDgjTa/6Jy/BRl2dE20NqS4JJYzI1eRxEaxpfROmAdi0wBFm+2Wl7XZ5GgDdu5Cz+zAL5US282wy6vaGFhvSUksYM7NNMqVpGbZ8qk/RgAx87wyC1uzMLwEklgDDngWVS1T874yqdCaFdsFMJtNUM/inm2MFIeKYXeU3TDndbtWY8iJD7CTz9fXOwrW2n6sxp1uDzu9cdcsuUAuRjLsCNgLeI8WVWMksXNkG+5h54L988pdz1kP2GjltNVgyfndeNjVTkpsVQ1l2Ln2S6uGTshQA2CYJBYIYAD0PA0H7GJzzuOk7WFn1CxJbJRQRhopFE9qLcfur4E964UXyWIXD3t9r1tydUayoXPsY9gVVc3stIhhZx+XV3WnN7m3NFZz68qe898z5oG3KOs1eNgtrKw5TozNlNmYaCoD5PK1kQmd4Ay7gZJYQCTF8lRmfh3R/9eVtd4wqffYEIYdSWJTP4OETh4hrUHqMG8cZOhEQGbWYtjpm5R2l4y3nWSC6Mft6HPt97DjKbG+hV5HQuLABK/QINryBwqUkYamrodd2STtm7zDJ4NSYhvu07HRDDsmw+wCR3XT8VzziPmvo2gfAPDowcya0QOYFz7ArjFovpm84QJ2BUli455dUgA7FDqxcK+ntXjY0eKRLeBPSRLrZdjFFrDbf6z9fAOlaZ0MOyaJbZpGb6+xlNiowa1dYrq0AcfLWIZhJ4CxOA40SPp9n1QJci3vOpv3Awate19XFpBoyFQoqhDDTu6gGoZgiPY9oGgRcXWqvg6WMY2tliS2w7+KMxLWSF0/9wqBCVO7QwvA3YmnP2UNDW/U2gFRjdkQSyZTx8OuNT7RQs0AdgS4+Dzsaicoyo4TYsNuLQw7v2SfvE9iPW7eztW4PkE5PMmTrv8hktif/RbgW34H8MoHBx75ZhRdE42cZ4lh16SqX1lH6ARvfnlKbLmwj2GpyHllAbvW69aUbryCJFaC0IHiTOGZT0Kkx8cJStxdKXQiIMUZWIsFu58uEcOuEgFIvLYNw27geWgBdl0Mu3aQl31hzbA7u4fm6BX17ewRM/7OGnXtOHPcACmbtwRgtxuTJLZjPtNAXWFSYscy7EZ62BmJtX8MzBnDTnnYXQJJrAmdcAP7eLCYAUHW7WEnPQSZJDaNY9fDzowLroKMf+ZFoJ9blWHHgY44jhCjRkzEG0qJFZ+1lxnqhE6wOVuAf8aeoSotkSeOjNTfSGYFaFlUjXlME6cWINy0ov4tPw7LloPjiN1wNgw79j45AGjUefr3/HFFaT+D4YCdn/XH58N5UXVjKgPqwSmbw+LEbLxa6X9lSROeQBTHnWlg6AQAPLKvzq1i2LEUZP5+hfpAPYZ72G0CYKdPgJHEtkIm1M9bEwL0Qgw7DtgRw871DJBG7mlsPeyaKDEsIaLFprSbGIi93tbJJkfcZ4I+DCcBZGRK7ECGXSkurLG7NS3DfyZTaQEDpinwMezoHF4Ohp2TIhQaAOra3CDPNTZQ4V6jBsRH9mdAZKU+IUmsXVhqMMUAdspXxHjYDdjxNs1lUZnBIi9tKtLelPk5jd2B9IROHFfaqFb6+0DRyC3D7tHW75EwhmkXw24AYAdoELoqYFi0uh7b0u/zLSOJpYnQz7BrDX/6ejkpY9Ncz+fdA3vNJtwWwy4kiTUgjZDqRu2dJ/5z0smwc8fVoqrxgWfuBKWuBNjpzaqwAfGqNTR0grG6S8QbPea1ynjGCYYdTxoDvB51HOzlm2CSYVfVNtApzWaWYeeVxIpQgJ7QCS6Jbfku0uewBsbaIrBTrKQUDZJafdavzXVyfDQCsKPrhOR1xYn/cVUB/NA3Aa9/GPgXf2zM4b/pRddEI+c3w7BLVg+dkAwRwIaX5Kdu8iQLWclLK4lthT2ZRbcInRgF2Onrb9LNsCN2F2fcOJVaMPju0GvLV1zqP8AzV1aes9c2gN0lYNhV7QUY1Ww0w05KYrsYdkKWyIu8Qk/uIjl+DQCQb90y1+e00gw7vjkb6nH6POwES5kAuy5JLF3v5rofHToxPHAFQG+6d1HVxsNujuz82PXrKLMgJ4adWF+RnDC2HnYrM+xO77kWPtITliSxkZsSW9UNI5lQSmyHhx2FToT80QZWyCMtc1hsfoad97rlHnYOw04zxRJf6ATzEjSSWH/oRF7Wxt4j2uQ1hodh15JbB1Ni7eduAFoevMA88kshiY3jyFwTRdV0ruu8FcBDMrYpfFZU3TZjPVVUNc7mrDePLGCXc0ks4SLs2Ok0cHyq7tgIkvXIATHsFuy9poJhJwhigJbEbpCHHZ0AWjjKtEG6MGZa6hcc2LoYdl2SWPKpYzeh8bBrhU64sddTDdg5EkVHdrCsh92w3U/LxnEH0U6fP1YtDzvaAUKCuhHgadrRUJOHncOwW2HH/JzLed+hxTjb6ftw/Xbz/RuVGhAf3aedK83uyNsNTVnVhmEXk4Fqi2Gnfm4GSWLtgoQazGN27e2uIomt2rvBp3rXIfEw7JI4wtVILeqbreut3wMYNNDkAQYL4IJJeVl7n+cRWgu9RSSxNo1LMOxoM0EidvpzO61SI4mdn3UDFXw3NxPn3TDsAjIE+TmFmH80BMWSYdfhYff//slP4o9828/hv/n+D3mPm+QKexPLvFyq7n0S+LFvBuaBcA7pYRcKneAeL0jx/FNfBfzR7wf+gz+53HFdZNEiTkqWqOHLtSRW+KA0TeOMn3wTTM47ZVVhqufXmKXETr2SWJJQ6THDsOQ8gF3JJbETC9jRc6brY9jZxlN42E1TTFAi0oDtK9rDLkOJs6Ia5q9IfcV0Xx9vYK585Vfs9w9euhyAsC7qUZpYAERMEls3QN2xIdhbYoEMwPWwW+iF7GTXYUYUPBBDspNISpXqzQQmmRlUTdMGoQNF14qXXQeY8TFblWHHPezixP2/AZV7GXabfy3S3ORjQVhJ7FAPOzcVupth17GJuHtLP98JDk6fAwA0u4+Z8XdS+Rh2Ac9XD8DilGTYReo9+FhqFZEckODqdmY9vUYz7NqKjc6ijaMAw65gHmKLZjJ4jfOmlL6nYtqkr2zohPJ6VT+mSWx63JXez/wI+EdfAnzbf6wAqrqynxedf32NpC0Pu8azQdm+nqSENeiPNrAkAEjPafzF2PFI8oF3beOkxHIPOwLZNH7APexq+56on2gBdvrvi6q2YOImrzHYhqvzGfMKjSOM5e5jQPKgkhbZB+7aIbTRGazQMYFtquSMYbeEJPb+aY5YXF/kRZzXNnSi9LALjZLII4kdBNjt+TzsNFOTFDxeht2medj1SmLVz/ShBRF9DnSYC0+ETnglse1mj+jgbcCOPOzUDTuLPIAdp+B2eR/Vnl1hqoH+Ir6U2Cej2/iMxcc7/46q5WGnzyHJRJwbvQOAMx52/L10AXxvcjnof4jNyHb6fr7+bPP9zzXvAaAlsQCgGXaFRxKbV431sEsEw+7kDfWYWC0uo75dUqjBjz7rU33NkX/d9iRBEkcsdGLEgFaVVu7HdoOPy0CCHlSzsQ/VCNaUmNZ6UP9AYwJAfB52LcDOPg8xI24Q3vCWYdjRRBjwsJPDn75e5nWMnIyiF92AHQdL2h52/kYsD4ROpB6quDpO8rBTP/tMW62Hnfosv/WnPgkA+Fe/8or3uKmZ2p/YnTzJyB5U7/3zwE/8deB/+hr/74d62LF7tUCCxcFnAu/8PcCNd44/pouuYhjDTvqg8DkhS1RyqmkMJcOuYPd9MrFeXD5JbCkYGR0Mu0VRW/Z7nLavWeOHdH4Mu91ZahgfAPD8idsz3DsdMO/ReNYH2N1/zn7f1MDrH+l/7g0pul7aDDvL5geAOqZ+YRVJrA+wO7YMOyaHBbQXj/Ho8nvYxcmSDLtyjpancqAoWGDb518HmDltgmKNHnbjJbEFv58JhLwEklhiQvgYdlujJbHEsBviYdfBsJvumbH2qbNfBwDEVx4312hKDDsO/IdsP/rYkgKw247U8/iYSvO5+jwrJHjbtW0Uy0jBgfZ43ldpeLwH1DhMfqgFkqW90y6kpIcdS9rlfZVKibW9zNL1ws+q9cSdjwOv/5o7hhpJrPocE9SKycbDLgKhivx6kuCECaNaI8MujiLXJy4kifWBhMzbzPinZVYSa0In2HjPe+1UP85c72I9tigZYLep/nWAs+FKm/5tD7vQOKJ+bjSwDAjAjjH2fDZj1k6nHs+wM4BdGw9xWNCRi1WMqfsnBVIHsLMMuwUD7Hx2QXFH6ITPG1XWI14POxlwQh52gmW6iQy7LHBxFQawC1x8VNzITww4dGNKJJR72DXsJqSb1uziVwJZ11+nsQZNHIadx8POC9iJRSGv0R52sX4/Md4//dP424d/Brj3qc6/BbgvlfBYgAccNSCop0EzoROXhWHnkcS2ADvVMDXJFB9p3o5P1o+iuv5Z+PHTzwRgb0D6+7xon5eSp8Tqx50SYKdfb5Hs6Nfpl6hEUWSaemrkyL+O0m6mvqCGvqrEwlrXsd4ZTKqFGzkNNXgfRBqwm4UAuyEMO783GqB2xGnAn5e1wwIkL8AbMyGJHeqZsqFV1O2JELDU9JYlgH7fp7Vl2OV598DOm8OQJDbEsBscOtHyPPEBdi67+fED29z7dm6J5bI7cQ1uR9ezP6q+vvDT/t+3POxCDDvW0CIZHGG/EWUWVNLDjho+DdgxGYT62gZ7JQuPqsrFwoF52AUZdkYSy0IDRHG2BZfEGg+7wLjzr3/1FfyX3/VLZpNjSIUaz4OtzHgqARFePNZeLvq47g0BVgzDTp/zEFj14EX357vP9j/3hlRLEms87CzDDgCqVQA73vtREWBXnAYBu4UjifWnxBIz3oRODF0ocOChx3h/HkqINX+vJbFRiTtr87Abz5wiSWwZsV3/pl6K7XCRZcGBdo+xxWxGBtUoD7ueTcQ95f17pT4EAGTX32FAvLQ4BtCYjVkA4U3JPg87MYZukxecp0c8W6j3U0UJbu7NGAN1rCR2rIddvyQ202xtkyy9qWUAOzUendWWxetsePGU2FUAyJd/yX7//M+4817qrlO6GXaJ81iHYScAnCB7a2DJtSs9Z+pj2A2SxHKGHfNPMxsv0pOxEqET2sOuI3TCMuw2mBTgkcS27pWQGilpz8Gp42FnQVqruLG9OLfTWYwG7MJjJWE/i7Jmn/P4++XeiWDYcUlsbYFAHqpG1RU6MYRh9+iBGgdfeyA87ID25hkP44uizWTY0cBVN0p2Q0UDGUn9ggOEz1CX6N0BmVkWs5RYBpwZDzuIEyhCJ6Y+hh0f/LoSSOWHxmtoSiwzzQRgdqAAuIN4oFrJj2LX25lE6Dh9jDnfDreJiN48j5NhDDvVmEXZFna2t/D787+BZ7763+KVY/W3hmFHDX1ZesDm2qQPGYZd4w5Ic2LYGVlD92dugyfU40gSSwPPUpJY344cLMMuQtM6P2kSGYZdGWLYGZnDch52ADAjwK6oHJnFvFHn69pUn/O3iiTWEykO2F2cliWAPifz2oZONEX3wE7nPI2jlkyI75LxsrtOIcDOfQ26F2xKbAfDTn9mnGFyeOqOG03TGEnsTmqfYynAjoXFeO+3UR52qgokw+n/m1BSgkplQicIsHN9UChhG7BztkknF+Nfze975sXR7WEnJLEexkVRNYwZP2GgYt35t//1d38QP/jh1/B3fuQTrecMVcg8+cpWhmmkw5bSGe4tNPMgok28AfMeXf8zzbALbW5JwO7wuf7n3pAyUmrJIGeJ9ABQDQhdCpavl+KSWA0++xh2QUDCSGIJsAuA9qGi6zmZeFkDvAgsCktibejEoqwNwDe6vB52w5+r1BtBVZS653rDWXY0Z/rsAbe43GpI0Zgyu6KffEmGHdDy/t1+5LPM+Bs3JaYoDPtSPV9ood3TO+bqWnzYqHFxG1oS67mOCLBDlGBvltr7Y7QkdmRKrLExCIdOEGCSI237cm1SGbBfy+l50IFk2K0Y3gBA2SRQHb1sr0kufScPO82w83rYCUIK7/kNOJGIlNglPwcfw04BdvpYmKf8oNAJ1qORhJaHTpiNF0cSa/vgxDDsJOupNK85uaSS2NAmfzfwb/39qHgysG8Df+KVxA7cxO4gMJEd2qKoB2Mjvrp/mrshoywl1nobWvYgf28+FUlXmJGsW5rgczQvsaCNbLpmJUFLjvObxLAzaSSsIeZ9P93Y04Bk1j6Rx5/DxGj7ZWZxHGES64aSeXe1GXYM8WRfM43Khz3sOhJNfCCXObCBDLvKHUS387v2l4IG7ytafJlzb5LbPAy7Lsac72ZL1ocKr7tcwC4gdWH+M48fbCFHhl99bYGybhBHwM1d9f6i2F4rcpdWpcTqCUN74RiGna55pJkkA02gt6eaYWckscSw0yByynYjhlZlmSL8M3xYsttbDBZZHBuGXZnt+593wECzCHijUVnJSmWep0kmBrC7OgnI1i9plXV7sgBY6IRgOtI9myO18rIeGXqILQfwXbI2+AyEQydaDDsxmfk8IJxNFsAxVD8SLKhFaRfXWxywG+vVWJy5u3Pzw/ZjhqbE6nOv5HLR8N3ETaiQKTg1fNrDTkpfOEBKn2moea9Kbp6biJTYPoZdGLDLSzfMpyWJ7Rl3PvDMHe//+8rIayRgt51hqpkqdTJlPUONGPUwAMBIYjWQVOVop8oA0CmS2Htcfb3//ODjf7PLXBMtDzvyytINc9RvCREsyRABhIedZtixwAlAS2JDHl36OBI9NlmG3UhgZ4AksF8SS6ET6pi4b+2o8nrYDT/fhVYRKMCOzbMbDtj52DxUowG7cgzDrie5/uBJ8+1Rs4WD64841+gO5v6UWAkA9oHdOszmTqP6tC2o9+Db7JovrE3F9iSxQPUIr0MA9r1Ly4VQDWDYTQxglxklwkZW7YJERWPHGN5XpXFk1l5L+/ECbg9zctvOe3wzjjHsYsGwa6Q9k+d6sqyjyPm6OsPOBex8PnGyx+uTxBqwKIlNz0Z+giULFygZMJMEPewsw4775m5sMWa5ZW/KNUNgraRJNhGslZMMBQHU2sAHanEP/fGhE2E8hIIU52XlfM5jy2HYRTEQqZCnaRq7QK7HlmhVht3eNDXz++GxnkMEntSSxMYbCNiRdIp7WHFmF5082n0MUod5NHXLMLLDwyJWH3zN5BQ0SVmGnUA8acdTs6eOeZKTYyg4gGEXeZq0oaETwhxxa3Hb/pLvugSq7WHnMuycRXvaIVnxNcyGYbeBgB2/IUPgKEtRfPyKarp/4VP3AAA396aWrcl2rk5FI60GeXfCOG0x7Lad5+lrfolhR03+sWZyGEmsSYkdMaCVbCeY6fGPy6T9GF1xHOGAGHaTEGA3wMOux5yUGmrFsNM7/MkEc6jzuBW5jI2N3v0aULIxoopDDZK+vwpYSWzfPddFV7fGsdI3xA8kWiBOHJbwd/D6nAkpG5d7PZy799KirM0u2CRqnN28UXX8hvvz6d32Y1oSkRDDjgA79ftLxbCTKXJUTFIBtKUvfM6IIgLs/CBvXbL5hFH7FVNIbpCI4+GeRqxJapoGeUAS28Ww416HD86GgxShneIr2xPMNIBSxlNrzg4liz0dFTqx1/4/XjpRHE/8NvX18PIAdu9+dA+f+8S+2bAyC3+y39AesGXUAzp0lU8Sm3HATodOCIZd3imJ1QsWEzoxFrCjDb+d3ocaSWyPh91epq5hOTYOrhU97ErNDGgimW63eSoKXl1MiO0xktiqtNfnEA+7sodh98hvMd/+RvMkru5M1FyjF2hbWLgedsYSJCBl6/Gwuw91/ZP3pjTzB8DYHyl2pysw7Igw0BO4YooeF2LYMUli0aQ2YGgTiySxxM6F7e3LSn2eaRwhiiJkoSTPMXV2335//Lr/umPEAsWwY/dCJcASb0qsew+tmm5rWa8MFIkiJJHY4EG75x0qiZ2xjd2IFHqMUW16beZlb8KFhMy8rBvDnt9owI5ZiSQh9mafJBYw/RXv9zkrs2WnBWanU9VBZUKwugA7H8NuKNOd1f2T3Equ2evszVLmUVuatQ5XZPo8uKWKqKuiKDI2Wg+OT91jkGSdEMMusJkxplZeoZQ+hh27H+limxoPu8AT8aZNSmI9HwAVAXY8MIFu2qQndIJuYMOwa5oRoRN04fgAu2G7WgRe0qA3m7PF6NHLnX8LhD3sKt1EO2wew7DzTNz0/iLOsLsMoRMdPoOMYffEFXXDvF8zM95xwzbhEQfsxCKt4B52+uY7rf2AXcxBZsmiYmU97FyG3UqSWHN9u43lWdkgpx1WD+h2EKlzVE6W97Dro07PDGBXm2upjCZYaHAqouurI2XoMlVorDIMu8BumQLs9LW8CsMuAL6EvAaTwHGZ0AmxI+uMKWxiaprGYY5In7FFWZldsDSqWLjKyEaXFu9UXsBOhk4EQH1icBvA7hJ52BmPoQDDTktiMymJ9TRqZtEhk4IZmKxei0InCnU/O8cjUmsJdGsqv5cOT4k1vothDzvO2BzDhAztFHOGXR5N7L2nj+10iIm9D7DzjZXEoHjsC9XXS8Sw+ydf90X4N//178JsIkAF0WtUqwB2naETjGFH4R66hklil0yJzal/6GfYEbsr7GGnzt1+pq7FMR6MTnFGM18kdPQbvChYq6F0OzrfG6ii4OVj81A5huZ9xcGkIQw75rnrrUc/33z7ofhz7JzPrAPy0srPwimxAdCZSl+L9xs1zpi0VV/ohGbYRUmC7UnKQidGgsSSMd1XPYvSvGxMoE+BdGlm14UUjR3kbw17X5el+l2auMBX3Xh6u6F1dmi/P37Db3chPezY/N3I8bNDEkv9XxbyVB5YlVi7AqpXtMEOCXvsAMCO2U/R77cchpQYx+vKIby0GHZCEltWzeWQxLLNShkYZirIsLPXC7G5+ZCZMgZd6VlD8JTY8Qy7cAinVY1VTBE3ftPq3mluAWFGlNqepCyMxM+wiw0xoQ3Y+eYVXz2yr+aBwxN9f0oPO8J7agnYEfFlAwA7WsBx8/PK8bAjSSzJNPsYdhnTBJOHnV8SCwAzD8POyFuawAnUz08TiAHsOOgTxWEwCOiWxHoGTF/JC2a6YDst5NvSUQu5CK/dQctNie1gzBkPGY8kdgMZdsUQhh2TtLxdA3SvPlA3zDtuMGkN27k6EYu0smosw06fm5NGgGKRHmD54NnxuZPm/nThhk4QYLcUkGEo9O4AfppXWGDiPoYVedgVWQiwG86wC3rY8YbaMEATw7AzTfRbRhKrr00xCQRNfjU4t0BmQYOeRW8Xq5Ebx/IKgXxxAKypBcOOdqGc42ef2aKsnXXj0Zlg2BU1aj3dRHUVDMfoq3v3BEDXybDrCZ2orAk2cMkYdtIzjqo3dKK9wRZi2DUlyR71+dPjwTQq2hI0KSHkC73C2juYXXGWEjuEYcfZmz5mSahCO8VXtyfGw27RZBaUxAiGHY2LXKrpu3eJQfHYF6ivD14aL1F7s0uyNvQ9RkAdMe2WA+w8CXMTFloSCJ3Iq8b4frZTYkv9lHqhV49cKLANv76ia2VrEvC6073UngHslmXYeQLR+P/3VKnvZxMuZnq8zduU5UWbYNKvFbCsxnlR9wMmXJ5PQVsBRpj6HUlYAz3JU1+CBzf/Axw2O/jpnd9j/19fMxRqY8aSwMaq7c0DgJ0+xiOo580avdHgYT8sdLBIFGfYmSaMHTY2dEJf/5OBgB2N2R0Mu0lE9h+JN5RqY0qPJVGSYZLEDvuaWKqZCQq012SxbPAEl8Ryhh2f2/X6NolqpHHsgAyNZNhJiR7annPE3lo2/MPnYZdyDzsGikmGmHdtw9baVhJr/86GTlhghjPsrIddIHSiviShE6b3OWWy5ZCHnZTWJ+aznyE3LFAqnjrrU9xkrA/MpXqvq+ra2s34POwyn4fd+Hvl/kluSVjsdbYnCZPEVt61Dq1jag/DbogkFrBBlccE2LU87ATDriWJ3YTQCY9nk492SA1zcGeFDzoCsfRFEFPNtIddHdkBglhFsWHYiZ0t/fw0uJiUWBnHOyR0otPDrnuSNLRi2q2pGagSiEfnZZNeXA+7Wh+308CkHYy5xvNeuh7/JpcDWIRky2yX6t2Puo3+Z95kMhd9rhJUrUVozhh2iabHP2jcBuZMe9hFfLHR0RwRYEfgIDFH9rdcDzspaews01jaCb6uG5wVlWGytQaLcoGtSDd+qesNZGpESmzQw44DdsxjcdGI4wrJRS5ZFQGGnTe0AbAMuyZFrs9J1LOA8rGkqGgclk2RLxUKANvFE4dF86/wOXPGFDYGynunzbBjbJimWkoSOy8q/KXv/Vn3P0luyGtw6IQGHfQ0eKkAu6AkVoROiOvO18z0edgZQ1/DsMvbxvkytTbJAOhrjc0hZrxgu91DPOzustTWMR5gQ1Jij+tMO9dp9sFYSWw6DXu+No1lUNx6j+pBmmoQg36jquVhRww7DdgN3Gzwls9D13gxHqOZhyWxfQy7NF3Vw67fw+vMpMQGxg89p+2mK0piHRUKB+yGPR/dz41k4my4JJZIAT4mBPcNnPf1TJwFTJuRXYqIPoZdNsO/++J/hi9cfCvy65/t/D8A7CUE2OnPx6TOih6nz8NO/92R7j0nlBLrYRVSEnCUpNiZpo6306gaAVgDYAw7/7qlYKETBdLVQhrOuxgwniaRHWMAVPqzoDmTAxpLJ99ySezpPTuXdjHsOGAn2U0eP21JDslC/ejA8rGTYp4Sy0MgBTjj9bCjtX1jAw9mDLBLTHhQ28MuiSMkeg1b1H7Qsqwar7/expWRxJ6Za6y9ZugI6KMeLSpawXcGAKwabx/opMTqTdFpiDXOi2+EexSHDsOuC1PpqXunBRJzfdnj3p4ktkdtbHowf2+xZ51jVUTDXv+xA9Vr3zeAXcDDrhIbkJvEsKOLiTfEXsDOSGIDA0SI7g94KY5UXQw7Qt1b/lgJAXY2QaaoanHhsdCJTsDOJ4kdGDohPOySajnAzjLsaAGqB7eBoRNRV+jEBjLsHPQ/xIJkPhDvedSV0vzWt121PxhJbNNapCmGHRnQamP9xl00nFLoBPeb6ABqd3SDSa9FTKQDAdiNk8S2zZFpEWFZW+Jz1IvIuomQZ+57MjVgoOnzOqBI73lRmeszb2IGJOrnfstIYv1jVRiwsz5hxUiGnd/DToAf4m9akthA6IT1DVI/+xl29jOTkqS2h13l+ExYv4zhwPRHXz1CTYt3Kl84jxybDcNO3FO1BZCBSySJbRq2ISElscSwU6wkngwGeHxP0Q6mMEXNbuQ2HkoSG2LY6UWGE2dvxw8aux1J7ACGHR+bT/Nq8EJjEWCjzrIE16bqd4e5+h0loU5QDpPEclP60C5qfmLng61rwMFT6vtL5GMHgMn2XA87ksRa/80lwB+fh52WxD54cIgf/KXfUP83KiXW9bDLx0piR0gCF30psfo+2E2IVb+sJNYTiAYM9icjhp0ZD4XP06aWj81DNWNjdm/wBPfZjAdssJoeMtyTvHyorpPHrzBwRV8z+ykpeHqCtfoUObp3e6gZdmmjmWoe4INkz1GiQydC90df5SMBu46QIQCOb2mOLOxlvgnFTOPTOLKsLgBloT4L2pDlgNVSPnZlbsFRQI1Px9rL3ONhl2jAziGvVAKIEnJQoG2/RF+XZQXae9JlMRnfeDaWy7nae5546ASNp+wWJXlywaSPnCyUGLm1n/VUVvUlAezsfRRkQXapkXT/pRh2fluesm686xS+iT6OYSeITqKcNS3zKhxb93noBHudHcer000PpqK3wdWfUkXUV0T0ufPgxD0GSdCqxVp2kxh2dC/yk8NvUCOJTQKLAvNHYQ+7omPCnvoAu1qGTgjAjkAadtGcLMr2hdd1cRmvuy7ArvuilO/LZdid+v7E/ftKyJH18RPDrvIx7DzNWUQmq16G3eYCdpkD2Ilmh9GGr+1M8HlPWNkn/95cC1Hbt0h52LmS2Dcqd9HwMN7Xv+cmzuHF3raWzRBLxDDsKHRiGQ87j0ktLXBbTDYqTcN/iC2UdWDAWgfDzkhWLMMur5kklhq8t4gktvDsPKqfAxsWxsMuMeBqXPcAdoNSYiXDrr3rBCAYOiEnM68HHxtX24Cdh2HX2KZsGen3r730APuRGBe9gJ30sHMtA+zx046/BuxCDJlNq6qw809LEssYdk1jrjsriVXn+8uaXwR+/lvVYwIgb20Ydm0Pu5ZnlC9Vk8YjJ61OX4ew4IPxTqGL0DPuyNcbyrLr8ti8NVOvd1Sq99ck1tu2l2FXV/YzSKbhkCaSO8WZAqGufob6+RL52AFAK+SAEpaNJDYwzwwpaVkCGKAgrc4Qk6Sarm1dRVWHbQT0cWYZSWJHMuxKz/UcKMMICQF2ek7bTleVxHo2tQHzXr/tpz6Jv/FDHwsCgrUe75r4cgF2Pr8sqjiOzIKw957lrLEhKbkh6RmrVx9owO6AXSf6mrmSlvq4xDpEhlgYpmM3w+64Uc+bNsSwa8+dJQF2JnRiGHmgVcsy7AK9YiFCJ/KNZtjZuWmSxmgQGxl5pc9vJoAvYEmGHbc+onNI7Gsvw65GEkeON1kjNyg993UpVGqrhk74U2L5Rhxn2AnAzocBsHWcmbPjNsOuYAy7ggEzMUliiUktGXZ1g8klC50IeQsPYtihaI2XfPPWL4lVvx8dOtED2BlJbFmH1+sD6h4PnWAedltZYtQRSirdJpH5JLFdG0G++qxH1Nr/7kPdjwiLNdNbtCSxG8iw4zRdNzrXpVaGGXbMR01ImCqjVfdIYrUXTs0CExYkiTUMO3Gj6hMd14X5UI8XpdvMxUlYSsX/r0sS27OrReeGbqSEfaDNAIZdLlHyLsCuK0TCLDxYw7nB/iYOSBSi2JrmSL3vv/D7340vePIA3/rHvsgFl2gCQ9Vq+PKqNl5LZF591mQOq+Vuch0AkCSJ8j3kr+2pnalm2BFgdyYkscukxHrALmoSiygAvM4fAAAeNDvh3c5BDLuwnxrAPOxyy7Bb1FFbqts1CV2iKgNjlW+HB4A5JwVSNPrz6wXsOkDSkNS0JZ83x9XNsItFY+o0W2bMzlrsBnkvLYraZdgtIYl94d4p9iDGRZ/X51APOwqdMAy7SwLYcZ+gUOhEUwHFWSt0goIdvnnxV4F/++eBX//Xwea9NqCM62GXRjXyQlyjPkaSRyZK6YAZ87ohPz2THOhha0hG31jAznev3NhS79cE4BBgh8p4jAaLj/HpJLxg1eMsZvuKdXhFA3aHLww6/o2pVhKaev+0UWqZPKtIYln/oa/jnWhhvFZl6IQjiW0FyqjjTJdOiR0O2NG1GRw/9Li+Yxh2a/awq0o8e/sYf+W9v45v+fFn8T0//6L/z4lh15LEbl6Px4v2EUILq22+KdhV/DN1PIf7GHZhwO75uwrYeuIq36hQY8F+qp637WEXSHesAgEigmGX6f7At9lVVZxhlzJG0gV52IUYdi1J7GVg2KUG4CL2dV26DLsoiuwcuwxbjc5XMgF2bqnvH+j7l4J39LEAMCmx/HUtQBCWxEpwIvX1cyPKB3YkceyVxLYZdj7AzvZoeUsSG6n1FZhHHZPEZklsJLEmZE/4QpZ17bD6N7bYfWRlnCMYdqll2EmVD9+87ZPEdvlkt2ogw25ecEns+Hvl3knOJLGSYccBOx/DThMmfAy7gYAdMezO5pTETQEnfZLYDWLY8YWdb1FH9yYt0Kq6QeOblHx0f1pQGemoh2EXkfmx/QBJ/kA3cesCZzHqZPZ/sqgQDp0Y6WE3MHRC7noknGGXn/r+xCmz+EntxQpYwM6ZQDokrrGXYdcfOPBmVeFj2MnFuJErqffxuz7rJn7gv/qd+MrPecR9HEuJPfFIYmmAMB4K3GATwINILSLSJGr7/HiKGHYnRhJLDLsVJLEdDLsg80FLYh9gJ7wzOGCg6RvYnZRYfZ2d1TFj/pEktn83+zKUbSKkJFaPfy0qG7GYYsT684t7DOlDbDnAjgXyM/VJIQEEmwLJsLNMPA/DLs5aiyXpJ6RSYu3iepnQibvHC+xKhp2PiTzYw84NVRiTPvqmlknii9qLSR6AkB+35uSiqrELds4+9m+CO7kNyR4Fww4AmmLhzuO+ZLu0Pee0QieSySAPuxbDbiDo0bVTfH2iXo+Ceej+y1DitG/xz8fEZBreEKPzQosvYthdNkms3IQUgN15SWIB4GakQc9W6EQdNtUnD7uMPOzGSmKHM4z6Nq3oPtjWgN3xYklJLD9PUcQWPwV+6Xnrg/Wx1x76/5zsB+iz9DBgN7Eqj8SJ19bQpFgO2MUJjMdm6JrtYf03TYOPv67O9bseYdemkcQGGHby+Uzf3XgB5UaPgw+1h13SdAB2GpSNExU6YTbJxobcjE2JNaETgZTYqjYMp3zjPewsY43IFATYSQ87wK7flnpPZpzZAra1VQ+xr/lcLjzsAAY0tPqd9pho5aOuJ/GywKkkm6jjAVJisXHFm/TG9YE1XBKr52xjTxknNhirthJvHjoR90hii0vnYXfa8h82NQSwi8KS2Kqu4fPBXjol1iE6eQA7h2G3nCT2LK9wVlQsdIIx7LiHXSh0goZBB5vS2NVASezeLMOj+zML/NI1LgHyWvQzPWPjmFpdEssWdv4kDmLY+T3u7BOxG12AMCEjdwCY6tCJyhM60QLsPCk6xHg65pLYOFUN0ZCUWEbNNDU0dELQimO2CBjCsAt52BHb0BkXO0Mn1PuLeMO8wXIJZzAJhU7QIrHDfwSAA9ideSSxdHMm+qas6sZ5LUqfi6MIQ0ycDcPOhE5oD7vtzL4nQKduDmwAvAw7DdjFAZaclmodNTth1usohp1fDuQLnTirYpYSKwG7Dd79GlBWEuv3imv7hNld5zhT5ztp8k6PLvJ986bEBphrLTaurlBTIBOUvB58HR52cyHXWZQ1m1S5h90IwO4kx65m2Bm/v1EedlISa1OLgYF+HZtQvMmXzUYc20Z/8ZCx56yH3SMRM7nOT5gk1r0GKCXWbIYxMH2K3C4Ym8YPcHg2fRalinewO6VZh4edBRYlg3Mo6NHVeN5iDLtbe1NEeuzJULbmglbxeTHJwgw7eV6uvE19vWySWLkJSQFXBNhRWusynre+zc9sC7UGVG7R9So97EqWEtuSxKrrJc3UZ1qNNd8nUJwD0IHqmwPp3G1FqzLsxHlin8lHX7Hens/c9rCOYc3pIyOduxwMO5ozQwurmfAFDj8RA+ycfi0kRe1m2L3xcIHD0wJxBLzzFgNX9Pi1l6jz3e9h18P20z37Q6jnTQzDrv1+LWCXYpYldp4cw7BrGjuvDpbE0pgdlsRODMMuWT5R9SKKqaeoJ6gNYEeSWL+UcHTx+WHrmvqe2NfcAkBfqwkD7FJp9dECEMIedkEwaGD5EjbjKGLM+TbDzjIRfQw7u6FiJbFW/kjHa7xI64qtn2PEJnRCsp406ccB7DZ4jeF42Hk2yevKEkZ8wGNmJbGt0AnW55WeTf8J68N65zReBguJ4UtwMCSUogqv13vq/qka80xyMAPsdpyU2NL73nzEBHP9eLIRQvXOW7sMsAsA5NKPfaMksY29cX2LOhNKwU6e94btYth1hE5MDMOOA3YaRGnc5tIy7Ozz73BPsZCUanRKbIeUlpWkFcdM6hQt42EnUmJdhl0YgCPpsJN0usG7r25KbCh0YiBjywB2bUlsUTcG0SdJbFE1aH7Hn1YPeOpL3ASzAfp8w7BbhBh2diAa3AB4Gkta4FZx4HNfqAb/IbbDu2wjGHahnRg3dEIDdmXUETqxwbtfA6pku368KAk6JIktmwSJXlxmUeltxqmKsoNhl/iBsNDfxFEAsAtIYh2GNKN+S0BFMu5USqydVKdLMOzuHOfY0gl5dxstj/NKYuWEGqDhk+UCVEPo2xDayCp7wASWsJm1GHYNHo3u2ceeHZprQjLsWpLYODay7SkK+5lXOQB9TXAJoU8Sy82fASDxeNiZ47dzoLyezvJh101X4/mYJnHNmwm+4KkrZuzJUPYznPniO4rCHrFSWnnl7errpWPYSdmHep/EPCmiAHA2pHwedlGERaSu7wNi1bYYdoy121SunJA87FIJ2I1l2A3xsNMbKMGUWHUfzGJ1TKt72LUXCq8c2t7xuTueTQwAdSkBP1c2tqlV9SyslmLYAf2b0j2biMRkfMeNHde/UD//bkySWH3eyxBgx/2PPcdCkljtYZdUXZJY9VpJmmGWJmHJuKxnfhT4ib+pAI5yDjOeD5bEUq8YSoltLk9KLJOYWoadJkHouSxL28yk5Rh2jMm4rex1zNwwYeOd7mHSqDbglWXYCUmsHKvB7iHhYbdssq3Pwy6NY8aAanvYUUCMXxJr13EWsLO/o9cpnJRYiwtYSaz+vQyurGtMmA3HxhYD7FKfKsfZKOyWxLZ8tJnK0eeDPWHqnHEMuw4sBEJlNdDfX9a9E/W+r9BFwT3sJikqTdJqGJDL8aLEs84ZGzoBKCZ1C5SWADm3dwMGecEPLf8ZHlh13ZgeiRthVo0HsAukyNonoxu9zZoKsVYAYKJ3LSv2AeY1edjRCRSAHRvQ9mYEoDDAzixQujzsavcxvKRBc6AkrTiq2GQXmPh4tW66mvz81DFxL0HbnHhSYvV5cgA7I/HZREksAx+CoRP9/iMAzGedom4DdmVtPBkSNsjXv/svIrn5buCJ347yX6vd/yQexrDbZQy7pmnwwHjYUeiEvcbzsh62w2FSYu17PdFNogHs5GChd1BPMMXWCgw7kyYUCp0wg7Vl2M2d0Im3FsPOt7sDdOxoOpJY2h0rMS9qbAdOxaIjwWmS+gMEfDRxgEtdxWFJSSyb1OoGSCI442ovw66oEJtFc70UYHf3eIFZRIDdngKeOhl2tPESkMMRWIr48shhgX65EskJ8xOkifqeh048Asawmz9AOutm2HF/2CidAVWOaaSCJ64CrizZCZ1oL4gLlrwNAColtjTHpo5/2xy/OcwWY3NYw9fVeD6iX2aBDF/yjmvAhwgwr7yG7k4Jy4VgUyaZKiSJffiqGvtkaMimlpAYWcBOnTPjlbWUJNbf8J9hii3uWSk87IqqsYAEvTZdc7UFLpI4sqbUMik6VCM87OhamQUZduqYZjog7eFA/8VWtTYi7OLn9Ye2T3twpuRicqwnc3rT522wioKXZfP4x2jysKMNhLpWUtV3v/5exLN94D3/a/VAyXZNXBZOq8xGqP8e/fhratPzPY+61yVdMzvxQIYdV7bIY6lKRPqaJQ878rj1zZ21w7CLzf3RVAU6l6Xf9b9VX9MJ8Fu/zv6/9EgNFZ2jgDKorO1GTY6s1Z9sVLH+ge4ho1rS55evRUOhTYOKzw/bmmFH1wlj2NVRghiSYSclsWHmrCSHZKYfXe5z8KXExjHackHY+3eaxXi4CBB2mCSW7uMZY1PROc556IRR3kWITOhE7L6+PgcOwy6+DIDdqd832rHiCAN206hobUAb38KqWxK7KOtO799W9QB21uapAvQm3FiGnQHstmLg2H2tnUmCIz3O1Wz85O/fn6/gkhKG1Oc+sY9PtRh2/s3MdujEm+xhR8DcFubY+//97/B/ir5f/b+PYcc++OEMOy3rC7BWAGAaCa8usNAJI98QZq8Mfd+ZMoYdNXOiIarrEl/9jz+Af/i+3/Afr6yBoRNmwNGDXsQmu6guB/y9uOmEJNbZyTAXjScl1khiLwfDzhlMQoBdKT7zUJm49LrFElIpsVoSm7EdowbAF3wNcOOz3N1f5o0YKpsSqzT5dC9IDzv+PnuL3iuT/5rmNQmAbrpROG1m4Ul7AMNu0WO4PeO73wwgqSWQGDJkvmRVBPx2OJPNkTozSSyxlyYoehh2wruS1YTMeQeHTqivtRiTWww7Nvaa8Z1NTPLekccvJbEtGWRPNU2Deyc+ht0QD7vAGGGux/TyBE4A9p4JgT3OLq3bmBdVjYOIgZzzw2DoBEnouD8szQtTFJb1RvNWnLr3r2fsaTHs4qwNMhPgWNjj7AOEQ9XlYbetGU9f/FlP4I9+6WeYY5+gm+EKwF77NOb2edjRZ7J9Hcj0+yNz8ctQQmJEvQkx7OZNe5E4uAK91Gkjru+dm86PeclSYuVr86THJB7PsBuREjvvY9jpa4T8lkMprr0lvf6Y9crrD9z5nSREvAhsMH0e3as+m5QNKgMOBNZVTg8P4Dt/9nn8F3//exH/q/8z8D1fa+/B0Qy77k1fYti9+1GX+UmA4LbeXLIedvrzkzYtcWwBC3ksbIOdPOzipkSCytsf1oxhN80sw84Ejvjq+DZ7U+8FFtoDMd1ypI2d1RM6wT3E8iZdmtl1IeV42LmS2FqHLWU+D7tl5KX8miRJLNXEBewARSyg1zNAA41prfWt3rRnxBrLziNPuPUx7BJHEss97DRgl1IYomfuZt5mNNdv0aUXxeY9W8CuMIqANI7NWn/RSNBS93h1jexSpMTq+6guDWvQa0MDdEpivQw79pn7iAW8Jx8XOtFmVfJyfNnN5zwOKKb5zDDsGFFqe5qaDbmanR9OaNguH+Am7rsMu6Z9DffV5z1xYPyX65CHnVSLrZFhtxpgp9/8V8a/hOy5H8M3NN+DW+KkGHSd7T52e9jxlFi62cISMJLElqxxy2stMW1JYkWjU5VmsncYdib9Q5sl5jk++MIh/tYPf8JOvvKxvJLAAlFUywdA+j/0yGINYCdCJxpvSmxX6ISWfToMu80PnZgkTDMfYtiNkMRK2VVZN4Zhl7JB3tHBV8xfZQBQS4zOh/MCR2e6uYojs0scRZHjYzeoqvZOMLEFmyQA1BqG3SzcPA24BvoYdr6U2BIJ0gkZccqU2A2eTAdUH8MOUAw1+4OelBGb956h7GSe5R0MO5JqSElsyMMuKIklmwwPw84Cdpb6TU0WjWV9ktixkozTXIHbUwLs0CWJlYBdKHTCnvtBTNZNKZoXQuwH1iBIf7qiqrEDNs+cHYZT7qo2w87s4KKwjOQQ48+zSaTSArlJcdKWFBlJbBiwG8uwe+q1Hwa+6w8BR6/YX+rj/tzPeESNU+z+6x17DcOOfEoGethFkWXZXSYfu0BKbJMID7tlwB+fJBbAEez1fYqp6+kECp1g9y3fKKtsfzZJGWA3OHRiuOk+Mez6UmLJw2vdHnZVmeP2sTtH3z9p9yBtht3mbsry6mPY0WYn2Yt8588+j/dEDAx/46Pqqxw34x6QOSRh1fWxVwOAnR4LtjRgZ8LMKjFm8AqBh6z3Oo1tEMsEBXLPGNhwSWwWmwT0suu+fP3X7PcPXjZ2KZjt+x/vKxr/msrb/5YsdKJAulyi6kUVA8CIiWYYdlWbYSeT2EcVB+xIEkvFGXYgYkFlljzUU0atfsdl/PBzTRuv1Be0QtAGFs3Vbkps5A0FkD72fQw7WmMbwC5mHnY187CrLOBCa33zezFfXbrQCQCZDqF0zhdnb/mknKw/C3nYhSSxZu1Q1r3rOqe6sBBY7McB7JZk2O3PPIBdZj3sGodhp99/0+Brf/X/gB+ffiOmxQPz+z5vVF89fXMXW5r5+WAuVJaVwIYMYLchDDtCKD87fsH835fGH/UmcaRJZK6vbkmsz8OuPThQUfNfskXFQktio2BKrL2ZtzwMoC5mxi8+d9/9vy6GXV9KrNRay92pnuAJ8qUyC/faXWA5flmJBSlbh+v1sNtcuUTOGUYhTbxkQISK0peiCnNp1F/WzMPOnhsOMpjrO44HSWKvaJ3jg9MCR3qn/WArQ8QGjSlRk/s8Wag8jSVNek0imGxUjGEX9N4YcA3YxUp36MS8rG0DgRTZTDefxGSQC+BLWgQmy7GK066dZpUaCqSo2cKuC7ArDMPUMx4yIIwz+cw90wISra8Fr8Z4k6L1fsy4wsZVev6DLc248UgYyWcCdRlMJg0VLXKJtXDPMOx8kljRNIZCJ/TPVROH2TGbWLSxE2L/eHxQ6DznVYPdiKeRP8Qk0r8T11xjPOx8DLvcgmi+hFj2WL5JlLMgH/J/a/kuUtPKJbEtj8RxHnZf+DN/GnjmR4Dv+SP2l2axpI9bj98pqn6pdstYOGA54QN+rmjA7vC5Qe9hIyrkYafff24ksasw7Owc0jQNXqsOzM936/3WGFWUArDjvQ3rz6ZpjJqZlQ+q0DXtqf7QCT2uR+rcLc2wk944unc5PluYc/P26+o6u3vSXhwYwM4wAza3x+PlY/Pwojnn6Ez5aj57+xjv5oDdaxqQkuNmX7/WwbArq9qEe7ynxbBTz0+A3ekisA7h5QkK4H9TNRHy2F6Lk8CmAi1Y0zTDJIlRkj1O0fEZP3zNfn/0kv1ZeEZ2Fp+LPOuWom5Y6MSGe9h5JLGVvmca3ac6KbGr+MERiDzZsZJYKuZhR5ZPGSozpychwE6AVXzcpLAM4wm3JHDquyfjOEJG6e9MdjrGw66pSzO324CB1JxjsrtyJbGxWevnLUlsYV4z433HplYyMRYuBNjVPsAu9B4MYBdOiS0Cklhad/L5aRjDrkcSy33MGTAra1FW+CPf9rP4qn/4frx4zyUr3T0mhp0+XmaBptKwPZJYujbvfwoHi1ewEy3w5MmHze99wSl9lcQRHtlRr3XnjAA7fyCXlcRuGMOOT46PRvccnTBHwTuTaXjTJiWxelDJPCd26mHYzYlhF5LEspuZmE3zvGo3jh4w6DZ5hTTtnQRTAz3sSrm4l751PYhsOyWWqJpaEsvPc+wO4rxosIsdOdPmetg9djDD0zd2VKO2cuiElcS2GHZVhVQvZtO07cnAv0/iqPMcU13RzeXDRWkGof2ZO9DRADdcEksm9Pa9GvZLCN1nHnZB0CQkp2W16NmJ2XLuLw1ONQmmW3oBS5/TW0QSG0oechh2/HQTZR+JkZep0InlGHb8c+Asu5CHHc3pMgxD+js4gB01XCy+nAAOYpC2GHYFZ9hVwWTSUBG4vR2r6+R+o3effddmiGHX1MKYXs8vSC5PQiwwShIrk9mKssY23HO2BzUWtOblLoZdVBgJWtDvyzOHFBWTptD1LuXRxoOPhU60JNbjGHamXvll+z3Nt6m7gA8thp2Si/kQk9l3bi4lw05sQgrVwoKntQ5NN6eq3OsBUPPX681V8/MdHLSALnW9RBZQ9klik0ww7MZ62A1g2PVKYtW1kTXq+I/XxbAjwO5UHeveLMWtPXV/ehl2FTHspGzscoROhBZWBNg9OCvwyTvHaBrgMR6s8+Bl9VUGifRZmHQw7J67e4K8rLE9SfDUVXGN6GtmBjVGmF6sy6YllFirx/ocmerP9UJ1isIvidXvJUn1JjClm4Z8+gDg9J7786u/or4Kz8jO4sC2Z04umRVCgWS5RNWLKnafUZ9CklTydQ1JCUcXvya3rrq/Ywy7ijHsWh52jX9csHJQOx6bv10lKAN2Te4w7KLIpr8n7fVSJ8NON6INW8cZDzsnJZZYP4Vh7mVJZNb6lmEnSD/MQ3GjAbsoMuNHUvkYdj3hfKw/k2oa/pn7lEBTTa7gDPD1eNhxhl2YzPSvPvgyPvDMXfzqSw/wd//9bzi/e/1InYtrW+IahwqdMAw7CptKIkuCeeWD5rHX55ZcVjfjATsAuLWrXvv1Y8Gko3lEKgYGWEsNrdUYdvrevB4dmf97JDp0LrDakyLrBQgchp2LwnIkXZZh2DHArs2wEzcqa1SIAXSaV20ttses3HiDdOm2B3rYyeSe1gfa8/ctmZuRxJL3HmfYdaTEwsOw2+Dd17/zn38h3vfnvwJf/q6b4QFgaOhEB2BXVxV7WGpCVfj1W/Kdpg4WI9X+lh1oX7x/2vo/QAxwQ8ojtbCA3cx9DBUx7NDFsAv7HgKKBdHndUApsWdF5YBTWzOSxMqU2A2eTHl97L3AP/4Pgdc/6vx3GQDGkiDDzvr6kYH7BEVnQ+ujs1Nx4ImDYa1EaTouPamFPOy8kljDsLOMD2pWSZ4kr13pYZeObHJpsb6jWSoPQAzNAYAd241zFuzk+YnLxrDrkcRm9t4iGVnJJbGRuzG0rWXGspFuvICd9bA7IcCuDIAbnkbF8bDT4yXNX8Z30QB2xwb8aXskDmfYkYy6VS3GDZfE9gCCQ0MnyIePn5trT6uvd9ymdKOrx1h5Tgw7NKPlLj5J7MmixOtggF1zYAKaqGgcrE0PwH7PPezSGDVZ7o+WxA7wsOthmdN1RZ5EZ0Xl+pgOLfOeXGuXk7m6Fg+2MlzZVr+THnZN05ieNb5koRPSMF8WBXYdzUs884Zive3yMe70jvoqQdgVPOzIv+6zHtlrm5YzHymA9WJdNi2eZE8ApvfKocEjGn+j3M8C1j1rmqnno56+7pLEnt13f37j19XXMZLYKLLzkWDY1XWDuoEZ9xfIlpOPXlQx4gb1S5X2SCdAlG/ABi0lhhQH7HZvub9jElmagxPYlNjYMOzEWlQy7FgfmAqwz0ueGVC+5OYkjliwgx0LqfeYdXnYESDKADubEpuYe39hJLGlDaOMgEinGi9CDLv6kkhiATPnpJphV/kYdqF1LRt75Hg5YdepbwOf7IuO2MbYoI3sgQy7RVk5XoWyPvDMXfP9v/vIa877fkMTpa7ogDR+fe1MLMPOMIw5u/DQEspuLixg16Xc7Kqb2+q5X3so7jvZG0nArjgbv5kpajWGnX5xF7C77yz+rGFsFJRfARAedlISGw6dyJgvAqAaEwPYSYadxySQGEBKEitYczGlzdoBxgJ2QySx3c1hqxFpGc52N1Ktm85QMRPn+dWL9Etik7S9MNtEhp1TIU18j/+I/XvrYSeTAbmBpYoWb1+/Fd9pGsCwS+LIMOqI9ksgB9XoBM2yPYiTJDYOMuxUY3vadDDsPJI25ylY09XnYTcvLMOuRILtbQJcyMPukqXEfs/XAm98BPjBv+D8d8EYxbwchhq/L+mcNCkaA4b0eNh1JDjxCZgHT1i/S/9xSYZdLcamOLaWBuZ64ZJY/b6DDLuysvK1ujSNwNAdXvJ7pJTYB4Zh57k2W0wUdp74mGwYdpfNw66HYWcWTqctfx3lYeeeMzqnrc+ipmABv4fdSYth1y+JLcrGlcTClXEDsIAdGgOALXoYnKHKyxpPRrfd/6TzJ4MF6Hiisj8lttWUBRb/PuDnkc9VX0mqdxkqYKwc6f+f14HwhyHl6aUeLkq81liJ2Meap2zapq5cW4I0kQfsYL3cNE1sSuzQRfWI0ImuYBMAFrDT6Z510/YYHVSmv3NZBidnejGznWFP9xLSJy9nAVpGSXFJALu69s+pVJxh9+xtBZDv8nThU70QbIVO9Gysd6g0Pq4Bu8+WcljAAIKTRn0uJ+R77enTTJnPQhyLHjtzZI7tSoaqtalQVrUhKWQpAXYaaOra/D8TDDvahBwjiQXs+C82LUh2aRh2TYq6aW8SbkwxAMz4ftH6sqTQCXuvW6nhMpJYxvI+eMr93f4T5lsCJFJUBqizHnZiXBD3Na0Do8iCfL3Jtg9eBl791eBh+1JikzjypsSWwsPOe57EOm4rSxATW8+bEluZnmYS2/tgURF7WJwD5qG48WsMAuwqdW0467OBktgZ8taGvrEeKRuvpzWRK6jXnqSxY9UULImbiCKgdlHULl4i5uIPv2L95Y4XJT552/pTW8COAFnOsEsMg54ksc4G/Nw+71ZpsapakBKG1o1t9X5ee1ioMUzaGUjFgBnvm5XZ7GuRxF4HB+zuuUkcDIn3xhSbB3YAduT15jGdJYYdAXZF1aBAALCjppqh71seU3zJzDADB4B7JDWgx0aei3Rg6EQpb5oWw65PEqtZMzJ0Ap7QiQ4wyXrYeRL+eo7hTa+gh91Ahh1LX5Kyq4Z/fnFqr1824Tgo/UCJCfnYPX+XGHYu6DvhMdhDyrNzS7u6UaCJop29U8zC6VY9oROc5RLaifF5RJZIsLMjGFKhBLVNLO75cv8551d0z7UYdr7QBsA5J9FA0/uQvBVwmcx8URjysIsDO610iXNDVmoQzTw7RhJb1o7x+1gPFdr1I5nR4SCGnfCw068tH1ddOklsj1yP7vli7iSDAcrDbgcuA2JLn9PWzrduPEIMu2MCUGSwApUnOXXBGXZCEptXtWIC8efRTGC6vkIMzlAtygrX8ND9z5M39HGTlYDrYTcodELudPeFTkzYe3r089TXo5facrRNrdAusn7/lmGH8QCQBKKgGHa/UL/b/Pzh+u028EuXZdj5ADuXYbd86MQQwE4dxyzE0jUMO3t8kjE6qIwZvgvYnWqG3ZWtiRl/jxeCjVjWRq5mGHYb7FPMq49hxz3sntUMu1sT9p5ONGAXAOj7GXbtnoR6t6dv7rR+R2PBpNaSWBonO0MnPCxRwIydC2RqnaD/NtUpsZypeVpUBpRNMhewa7pSYg3DTp/f25phNz3wPjxYgTGwrBpEqDGJxFptU4MnGABmZIR6DiTWuc/Dbil5KR9Ht664v9t9xD6MALvInrMkjhGhNuyysCRWE17idi8XZNh9+38K/JMvA177sPfX3pRYHjrhkcRahl3Yw47GuO1JYse7KLEpsYxhR+d7GttzYhh24n66NKETQEsSWzfWU3qwJBZFa4ODS7dbgZWwnw8x2adDe+KhHnZlZVWL/O+g1gufuqN6vadvqDH1Qy9ZoO0NLYk1gB17np1JauZ3YtjN+Ab8wuJT25X93gTrjWTY7evh+7SK8am7J212dEgSC6zsY7cyYLeFuTFXBYArOHHYGjyJY7CHXeSi7UUXw44ZmarXs0bEZuchFDrRVNjmkj0JwhmGHZPEnoyQxHYwrdSxSoadliA17s+hKuQi3HjYad8Kh2EXBpPMJO8LnVgm9e0iKySJXYJh15bEuoBdmrQBZycaeuCONclWPvG6Wkje2HVBRdqpH2qsbndu7XulBUGc9afELhs6wVlgYUksMexqRxK7uyMYUpeJYXf0sv3+5LZDczbNkUxjjT2hO3VtJJolS4lVCXDLMewAuwGQexh2Q/lPkvUAAQAASURBVCWxkmEHWPDOMuxsA0TPTwwPGeCiPOzaktjBDDvNGJk2xLDbMc/VYg2HPOwAwbAjwO6ySWIF0CSLAK/yrJUGpySxbtNAktFCzss0H/kYdpGPYSfADcPuta9X8JRYPd/wa7KsG/V5EUtQM4Ht9TWeYbcXibT149viuAmwY6EvVd3NAJHziwecdF+DAXazfeDqO9T3HSyGjarWLrL7/vMqglnwj91F9vRSx/MSzzZP4H+a/GH8cvqF+Mn68620UBf1P42v32KL7mkSM4bdOQB2fZJYfR9EVW6udZl6PKgkk0aPa6dn6v462MpYCr0AN3mA1iWTxFYevyxetAF67yQ3ktibHLBrSWIlYBdi2IUlrC8fqud64opn00Tf6xln2DVNt5wt9FlokG/RZGosj+2mQtO4vehZXiGF8FyOiWE3wMOONhKoxjLsAmoOx/AfbK22qcETHOw3kljXJ9ObErsMANkFwLD1WKUBipSdxzSOzOftPH5AaKPcyHPqwUvAvU+q73/tX3gP2weix1FkP2c2lpvQiQEpsY1ea29NEgcToD5mbgC7whz7hJ2TvCbJJK13fR52mw7YEcPO3kdmzTCUYRflrVRtAueKqrYeduwx1AMbwG5oT9zrYacJKJJhx3CVl+6foWmA3WmKr3i3kob/2ssPzPHepZRY0kmz59meJCYNm5jEQYZdbTdv++aVUBEeVCLGR145CqoPzDHy8X5FxeLKktjrkbt7vR+d+Bl2cexlKNkHhj3sTHCFB/FN9U2Y065N2TDAjqjoYuLldMpUPfdpXrEgCZdhl0QNoHcx7rU87JYPnWh52Omb8RjDTArbHnYkYfLsZHQ0J90Mu81u5iS4a6prN5OXAexqByCr68ZeP/pxFnBue9gpSewwZuVNDdCRD8qtPbeBm7CBdVB5GHYkw0iYn5VTRhI7hGHn3xUwwFESpk5veSSxBRLs7+26x36ZADvOsCvn5lwCXBLrGauk/JQtMEukBiDNou6UypAfHdXE4w9Hf5MJkC8kiZWhE/yx5vJnskDJsMtLF/BYlJWzaJZSzb5SRu2NkRkdwhoyt1jAnR52bUlshXhYGtamlDRPl8U8MySTsShr7IjQiZlh2ElJrGZsM3kLT4ltAXbBlFg7hxQyJRauTDsUPCEl12M87PYgADti2LVCJyx7Rb1mx2tIBneQYRcAfh77fPX1tQ+phvR44XjHbFy1GHZaEqvHrKIGAy1HNqUeDzsC5/7ng/8j/tr1b8YZZi2GHV0rjdzhbhpnDJhmKzDsQj6RoJdqDDM/uMBhYC4tWiX4OKgCHnZnC+1htx0G7BZlbRb3ps8LBR1sWPUxIR7ZV/fey4dnhqWxzz3sTgiwE0zg3pTY9kYo1SsasHv8imfTxCy41VhwmlfuORY9zuFpjufuq9/PF+LeKUkSm6rFNQvGAdxx8CyvkGgWW6SvjVgDd00XiE4LWgnYydTSvgqMgQUHS2DXarLn2JjioRO0ZqXNxopCJ7iH3UgLG17Su/nL/q/q62f+HvdhTBJLFXNGmz5e9Vz+lFgOzpiNPB/I+NIv2u9vf8J/2AGGXeoB7GizcNrlYaePLdK/254kznrchE5whp0edx1JrAmdcM9B6TDsNnyNocenuLb3UdkC7AKgY2YZdjJ0YsJk0D6LHMmwI7uw3hoVOsE3z+2Y8MI9NW6/7do2vuApxez90EuHAGzQZxpH2KG3zZ5ne5qa+6PSTGKnn2eA3XZl12q+Nc6gIl9EpMrWSjBaW/c09/dka8VlaqVVSl03OIB7APs4dRp/w7CLe2i4nN1GJ4CQTA+ll4puQhpQi7o2OzgtxFM2KgB2NWDnMOyEhx0AxBqwM4uUTg87Gty7gRsbphGpVbA+3hPoD3egh51ZuJtzqCdERxIbZv21vE2ASyOXCIdO9Jhzmr/3h04UtW1wG0RAHFsD91BK7EBJ7CMHbpN3a9/9eXTqFC2QWGNJC4JkEgLsOMOux8MuwLKkZrEL7JhxSSwNdE2K/V3JsOuhem9SPXzV/fnEemS1ZO6sWhsW7JptMeyq8IKuj2FH/+9LiZUgH7Hm5CUgQyf48bcAx9gy7LgfI19MLEqeElt27/B66jQvkaEy9gSGYQe4AIFYrKuvAYad2SlLLpeHnUmJ7QmdKM5aTEYvw06DoK3xhjaAfCmx8KXESklsm3HRlRILqA03AFZCaiSx6rMyDM4BDKWqblDWDfZEyIZp4GTohL5ejDl6F8O5FBtCZr70h/u0zs3jv019feHn8KGXDvHb/8q/x3/2D97f95bevJKWGnp+JRl/UdXLM7YqO45QEQNtlsZm4dDysDNIjgTs2OemWTLVOTHsiqoxBOu+0AlUObYnGmQbC9h5xzUC7NT5vrKVYXca8LBjDDszHvYxzDakqo7+HwAe1f3ToqyRVzWmaYxpbUH6Zv5AnT/5mcY9gGWAYVdUtUktfOKK5/rQz0+StpNF6c5Roif9iU/cxqE+hE+8fNf5HR1bjszpMc2mAptjTxnDjq4NYlN2AnY0Rt18t/v/+4+H/8ZXgX7RAUtgGXbVxjLsuIcdSWJd4NORxHrWBYNL+qv/7v8H8PU/CvzBb3MfRimxTBKbxpHDXLTjQjtwAQASzzF7/eSOXrHfH7/W/j3smtzZ0I0ipFGYYWdSYn2vSZuq2oNxa5J6JbGLirHxdY+cRer5qiZCSeo0cQ4KzvLceMBOjx+l7Vssw64nnE8DQzPkLYKTtR5pvBY5tFaj2sqGAnY9HnYkiS0qFy9hc/EL2mLgbde28blPKMDuo68eoaob4193a29q8wQ46SpLzNqiqshPlh3LPCCJ1ad0rIedUX4icQG7UEosYAN8FsKeZWStLIk1zbDW229FORo2OXEWWdJFHR7gYeebsFPtC5JrSmRZMYadQTzFbjhrDLdTdSxnTkoseR8xQ009EZqdUQnu8RrItHIaEQaknTb97LZKJy8BXBJLjAgPYNcBJtFN4IZOzIDZATC70vke3vQKpc4MBYBiu3PlAHZVwxpcdV5SD0PUoZsPCJ0AgEf2BGAXYNgNT4ltmyPTgiCdBK4lSoltpuFGoy90ogc4AuygX9UN8lwbwCLB1X0ttzAedpeUYQfYHXxYAMrHBk4isWHB7kXFsFPne9IXOtHhYcf/34AfHX9jWHPB0In2YyuPJHYhJIuAC6osyhoV+VzVpdnZKwZe4yeLyqTuAcAZplamwsFosVgH0JsSWyG5ZAy7HvYPY9VKuU5eNZhCX3dbikFBP8uNNLKUcCWxnpTYoCS2DWLlHkksn9cNCDPRgL6RxI5n2BnWp/Dsw9mh+hrwtCJz6kUHaN5qnD2JuOrAA2DmO75MfX3up1AW6rnGSjMutGRolR6vyXKhqGr2eS8ribX3KY0dsyzBjga5Wh52RhIr5l3BjFcpscSwGzDeNE3Yl1EU95kNjiFs89MJORtTHGgU0jdiZV1xGHbuZ8AZdiFz+k2tsocJsTVJTJAXoDyQ4twujKK6UPdhSxLbAdhVpe0pBcB27yRH3QBx1LYz4c9PgN1Zi2Hn/s2L907V/A/gwYkYq/TcplJi7abeVqKOjV9/Z0XZ6lljuva6elIC7G6sCNgFFBlOMniUoIlWALguohxJLIVOuAw7ryR2lSAZuhajCHjyi1rsRtpw4Iy6pMWwI0KKu/70seEsw87zGRADHQAevu4/bE+4WhwzBiBbd1HvQYCQ93PX1ysl3u5NGWAXx+Z4F7V9vUZf01lEG6+pXZuJQJnqEkpiYwbYtRl2IcDO9mdBD7uyNs83cQA7d/4aDtgNZ9g1joedvXZf16DcowczvP36DmZZjHlR47m7J8a/7ub+rG1bBn0f6M+bGHazgCR2uzk1PUzfRlCw2LrhxfunHruQ9gaksRd4UwG7prFyEza4R+ygDFMjtoOcd5DgctSABt+3QDU7TY2WxFa1CZ2Qu8EtDzsAW4mPYddmZhCzwyxSpHyWl/wAA+XIKdmEfjyAYcfZEEbmpm8AAuycgbEDTDIedhyw238c+KYXgG/8SOd7eNMrGDoxzsMujmrHd6usamvwSoBdp4dd3F7UBOqR/an4eV0MO/s8tLhJpx6GXV2Zn08xDXqJNORPtPBLYnvT8QDsTO09dKy9dpCk2Noiny1i2A2UMG9CMYBO/exh2HkmgTZDzWXYUXPdC9itwLCTzD8TMN0KnbDeo+axko3H6PkEvG1NEjMB8hCXReGmxGYjd6XPihIT2LFrgQxFRFIzfm3zxToxpWMYfy3+e5p4m7gTdN64CqWyUhlJ7GmL1VlUtfGsw9ZVAMC0mevfScDO04gxDzuSTgQTNT0gVl41xsaC7vUoitoybpLEauBEetgtBgAeND61POzmh/q5hZRXH89MS2w6GXZyEzAkBw1KYr9AbYYtjrB1R6XFjm4cL7JaDDuSxKr/zx2G3eqSWJqLZ1mMbT2HSBmpGd8kU8oL2OlzOwSwq3KQBUrwHtPFgeO+lFhUuVkEjZbE8r5NpF/PNcOu18NOsl9CvosbVlXTBgdkPXZg76/PfWRq/aup5g/aGx30/n19Or+GRU9y51j97trO1A8i6ns90uPiSV6ioTkqzgBhl/HS/TMUev1ydHziPpf+bPJGh07oz47WLXyMOss5KKsZWUNAdALsrj3tvleWUjqoPJ6lgJrjpyyhszfw4M0uLomleYlUWxWlxLZDJ5ZKia3Fxk+gSiOJdRl29ufIXlcthl3bq8uSDzzj4bHtZ3HyBnzJ2j4Pu5Ak1njYpR3rf0O8UK91sJXZNXZke0oTKgGgKdXnlJkwk8SSgRIXqC7qxjL7N32NQZJYL8OuTxKrGXZRHgTsciaJ5UzRFsNuXZJYBp7l/FJiJJt7x+p93didIIkjvPtRxUj79VePDJv51t6U4S7usaWZm4btMuweOI+lEArTPiwJ2CmG3VnbLoTOB88EmBLDzjL8lqmVJbEGsNu6itNII8MLe4Iqw0CKQeelOyWWSWIHhE4Yhh0sYGeYHHQCpUF0FBmE1gB2DsOuzcwgs0PLsBsYOtHh0+AAkaxpOm1ooRNupPhi3EweBtnVrCb+2h1gkpXEbvhA5qugJNaDcnf8fYrK8d3KKyshIT+Qfg+7YQy7p67ZXfs4At5xw00aM4DLWIYdk8RSwz6ZCmAMsA0aKCXW/zo/+huHAICmXCjqr6ghDLs0iZUfBYCTMzUBTafTdnrtZZLEykFXA3Y1Y716/TYT0bDoa7ZGjAYxItodi4pOQCIEvlH5PFWCKbGB0InK05C1EmU9kthJErtBI7qclNi6MmP5UFD6ZFEZ354qygBEDLBj17ZYrNvvXV9U9b16beVhd5kksT1yPSOJnbeAUQXYEcNOAXaZDvJoecsYT1Sfh12Be9oIeH567D+ekCTWNPX2eTN5PRCzSaTE7kzHM+z2W4BdQCKnx54tAuy6UrplTxFk2AWYWnECvON3qeN79QPqqTy+lxtTgdCJOCWGXTPYEqJVnoafxr8txrA7ESCXASvM6wq7Ev2c03SkJLZg10svw87aQoR8XPl9YBh2owE7/p5cD7uFAex4Sqz0sKvai+lLwrDja4hQfd6TB+b7L33KfmYPG31vL45s30Ny+y6GXYeElca96zvdsrSonANQPYHZ9PRYtLx0/8yQDI7PBMOush52PNiMGHZ8HXCatxl2ZhM+RB5oGuurNN1zx/DRklj/GFhyhl0ysZtIG5sSa8ejTAB2BATz/i5b5f30ATD0sMbPsDObX7zX8fi3AS4r0Eh9+xh2dQmc3m09pOW/Dj9gV9fMMkD3hd6eT6+1FTGmwf5W6qyxfZJYw7CD7eNMbypBS3ENbnTp+yguz9pBdQMZdjMUrTXIRKta8rK2ntYXwrCzz6t87Nokm7snasy4rhnLn/OYYqR97NWHeE7LZT/j2nZQfpukbriOs3lWiE0QPQ/UHtufQUWszSbGK4dnNqU+EMilDmhTGHYkiZ3u4zRSMpbYx7CLom6GXVfohGdwoEq05j2vLd2WMznUC3r8zPRFs+31sGsz7G7taNAhL1XE8hBJLNC5o1t5GHYVYpyhv5HiUjLpYUcLrIoPjB3NmZdhd1kqBNj5UG7v31sPO8A24EXVsMlHP8YjiV3Gw+5zHz/A1yTvww9N/m/42tlPt3Y2fKEBneXxWiHArsVkA+yAhUQxlQI7gx96VQNsUYlPvPag9Xu7WOke2MnX7GyumtbZdGqbu7pU9/llksTOBWCnx7uCNWy+zYU4IImtdLMSsfGpKDrA+h7vQB9Dc8EYK7xCoRO1h2Hn7IzzMTDJzMJhksauZwV7/VVSYk/zElOdRl7F2jeLALuCLXJ8C1uAeaRUrceWSC5pSuwQDzsXCCvLwrIdtOyGGHbys4jEfKJekzzsctw9yfG3f/jj+P6f+w39ugLc8PigOvIotkjJZNCOkcRqwE7//+4kdR/XUQsD2OnztX1DfT07dFlUgmE30czqvOy4NiUjOGQf0OWF9vRXAAAOXv1p9VSbfAm2QicIsNP3Yllj6aAqmaoGVxJLGz6nAoSiayKSvQ0H5VqS2CGAnf7MoqR3IU3H2SmpZyynbSOJ7Wbht4r3FMLDbq7niivbGbYykg8LNmJZmx7HWL1cEsDOboqGH/O7dbJgHAG/6x1qcVQixr1GL5TmDywQS2NLpySW/i9qLUTvajbI9d1Ar0IMu6YymxNnp/q1Pf3NneOFAYROTqUkVqfEYqIlsbSpoPtVzrAr2qAsMeyiEGBX5faemGwDv/Xr1PePfeEKKbFthh0f81vWIJtWlV3bmY0k7WEXGYYdl8SuwLAbuFFd6PErZgy7JI5aKiA6bv4+fGw4n72PKaYYAQCc3Ws9xMuwiyxg51N5TYcw7KDWYvtbmbPG9kpi9fsjC4sCqX09jyx44mH/bWTx/k1ukvcCdupvp8hbG/p0nXI7Bn4dy3XccIZdt4edCiVU38+LyhsUeefY3QR5D2PYPaeDhN5+YydIlMpMuI4G7Hg/XwiFmJ4HjJ1VgPgQLGY9VtYNjnJhceQjC5GHnWT7jayVPex2yR9muofTWDGFksIeFDe8tDsrXQw7DtiRJDbMKCHAbqFZdXnJJLFoBBjAU1DV97OYvOlKZnJJ1GJ7Udzc0eatjQD3oh7ArgO8ccI0CLCLMka/DktLLEIe2Z1dASI6YzFnf4nFedJcZsAulBIrzFxDFbnpSzSYlRVrcA3Drr0rRdfmmJTYg+0Mfz37NrwnfhF/Jvne1u8nYxsAETpRVLV5H12AXZ5sAYj8qU0AXjyyA/uzr95v/X4Iww6wMrazuTqGrdnMBc+LMwb+XALAjhh2Ozf1z2qHmjc/WVdKrGDYVbR7yxiSVdF173d72PlShqmxl5NyaEz2JSgZwLFp3HEtyYxfXpZYtpoL2FUOy2XsrjRn2NUaGMih722HYecxYQYCDDs6/5ctJbZPEksy+DPmO6g+n4YDwdqflBh28hqIWGNin9sy7F66f4Z/8L5nDJDaSon1eBq5KbGcYUesUH0MInSCrmVi2A0ZGwmw24v16x88qb7OD12Q16RGqvuPAM3Oa1NuAqZtNqE60EDoBAC84ysAAPt3fhkpykvGsFP3f8zmnOVTYts79MTOVYCdn2FnGMRmcSYaZi0TmySJYagMY9gFfAc9ZcbVLjYCkwqbEKZ82LhnyhnXSOqv3jd5wx5sZQYQlKEsC37fyTTJjQ+d6GfY/Sef+yj+5h/6fPzwn/1y3NrSgDumOIL+DM8OLZOM5Pbmc/H0a6anmgKCgXGXGHY+/zrAAeevZOqcz+ckx23/zYOzwobm5QI8NKETqVr/EGDn87DLq1bPmmQ9HnZMbYFsB/iKbwJ+318Dvu5f+h/fVTT+CwDUCZ1Ip93rwE0oJyVWz0uNOu+xXpNxy5OxagGn+kIE6GFcEssk4olnLoVg/Bg2XNIG7ArfHEcer1Ryg5o/p5DEEkBNrCM+h047PexcwC4kic1rmPU5gTPEsCuR2B7cE7xx2Rh2KOem5zbnsQ/gZZYl0hOXeiy+8cUxFblpLYkkweph2EVRZPrrRcEYdmzzrMWwe1wBXB9+5QE+qQG7p2/sBHEXksQ2ep6kxFuF/6jnnut7mMY8X7CeUy/8LHD0avv/9THs76hx/t5cKI46JbFvIsOurpk/zOwAi1jvLLFm2JiXR5EZMKT8Sv0nB+xcyqRNU/UsgrUkdgEPww5QF7jHlN94QWiG3byojf7ZSmLt613fTsy8fbLwsPF48ZspMFG25HP6GMsoZYBduJHyLtrFMTlAjHNMbjNHk3ziia/f+PItxIHBE6FJBozoOqBrrt3g+j3s1Nd0BGDHQwtulK+1pM9kyD88dMJl2B0z/5qtbQLs2C4DGbkn6n4NLX6fe2Bf/5V7h63fLwYCdvtb6tpbaHPs7dnMvRd51PWlkMTqQZckI3kbsPMx7FqNKjVUJAfI7DnpAuz6zjsZJRtT9qYJ+g2a0AkxJhsrEF9KbN0ITyUbOqEksbFznICaqH0Mu3wEw4487MhbcWEAO5+HHfN0ARjDjt1TumG4tJLYIMOOPOzmZn4w1yY/V8LDTgJUkS/tijWE5mm0J14tj8eTGrgo2ymxgIdVTIvqliS2Q1Yjiq75bQIU6X6dP7DnIbKsFfo6iewcECwpifXIf9WT6M9q4gF/rj0NTHaR1DneHr12OTzsBMMu0WOW8rBbURLLrjPacJpmsfnMz0ToBH2+cUgSq+fjacYksWMYdj0JsfwYOgF/ujbqEjuZ+oxlgEZv1aw3pTFZ9z55rn53ZTszrIhTUoLQcRbtDUjLCt1sht0QD7s4jvCHv+gpvPPWrmFUlPEER5Qmfvy6HftbgF0Hwy5pA2z39OLy2nagV0kmIM/UaxP1Oc8XZ+5rsjo8LWxyqhw/SpLEZgo8il2iQTslVqhCNPMkCgHV1HslU7XAnO4B/6tvaIUeDKoAw66oa7PZhiRrW4NsWrHxiHrxXEhib519Evhb7wLe++fbc+yYGkgsKBvWn+jP0pWgst9LSazHXL8zdIJAXFr/MosrczweX7yYAYhN1AbnOhl2DICJUStVDvUjcWKumaaxG4gmsdeETnAPO5c9W10mwG4Vhl1mFRByQ59+5htfXSmx22vysAPc4Anfmv0u87ADgN/y+D6SOMLrRwt8SgN27350L+hhN5m4ILUBHxkWdRcaNNMMOxus55lXnv8Z4J/+PvUv8H73ttXn9DAn3XJX6MQGAHZlXWOfPOym+8gjNWBHzAOEU2eHMezaHnZ0E/qM3GNi2NWaglvVFvAC1AXuu8ipmYvthFeUErCLjJRiN4uxTYbBi8JO/l0edkBwR5efA0cSG02woOPv2Kn2pj6KG8cNneDHxBrqpjGmnZeTYRcInRgsiXWvAwvYNR6Gnc/Djk1cQxcsr3/Y/fnuM86Pk2T4olQdhMv2MHLYLEE68ex6kpG7BthDTJIXDu37ePDwpPX7QYsVwCS45bm6nne2ZupzoUmaD2KeBnnjinYc9zVjxyeJ7QqdkJJYECCcmfGmXoFhx81lATUO0Eu2GHacNceKhwXJ91R7GXb6mFLuYedKYo0srS5HJ6ud5pZhZwC7psPDTtLzCbzzMOxKJJcsdEIviIIedhocKk5bO+mRTi6soxSYKmlYWqvzN0wSq+7PLQewU39/0ogm0iMTLaqGpcR2eNiRbK04cRLRiW01xN+THrNFgN3eo+rr2aGVx6VbFgAxgJ222RgiiTUMO8+1WJV23PWxteIYuPXZAID3RC+O91K5yOKLwLo2905iPOwYw25pSSwLnSBJbJoYEIovNJqmMZ9vJKXXAgCcJEwSO4TR28dgZWWtBroYdvZ97aZunzG4zLjGmTQaRNCLmCtbE3Ou6sb1N8s9ioGlQ0IuuKyH3cD7oyTAjjHsHjKmBN2LRubd4WHn2cSmsJ2D7cCiOYrM2EwMu0WAYTcvKpwVlVEF1dK3mhh2jfCwI0ksGwfPigoJSST1NZdqhl3UBADinGTCO/7fj6kAy7isGgbYTdp90KYVk92RUoLY/EmtPo+3H/60AoF/4Vvx6OJTAAJstb4aKIl1piI9FqRx7A15sJsrLsOOM1SNWsgHMhKIu0cbXB0MO7YxnUSRWUsSqFax5591edixfi1FpRh2rJdz7n0C7PTvTUpsk9hryqz1lcquqhsD7G08KYAx7Nprhj5JrPrbmSclljZF+WYRf8y2DJ1YE8MOgGuTIwC707w0Fg7XtCR2e5Lisx+zkvynrm0p9l2gv89MGjZ52Onfs82D+2SPIBl2vnnlo/9KfT18vs041ffszpY610YSGwo5BYDt6+rrgxfbrzWiVmPYNQ12yB9muos8duOIawFK+QAP+2QdHnYdE3ZCDLvGLlIdhh03EOaTL0liI9s4FUXbS4ViiLcyYFvLcY7nbELy6LaPmNyhDiSG8snKkcTGmUmMGpIS6wPsosQafpriFw973oYtYNNNH8h8tXLohPr8JrFlWgKSYdfvYZcmPHSiZ/f8UNy0x250esbMQQeV8FM6mqv3vjdLncHflB6wynTbeQ+8mqbB4bzEIpRexo6vXxKr5QR6YbGzRYtcfWw8xOEyXIN0vPuP6Z8VYGfNfSOvAXlIEluSLDuJUOlrqBuwU3/fmxJbtpt6SXsnyWvTwGFkGEksex8xv/4dT6UhoRM8JbYavSt9mleW1aVB3bnZ2GDXdui+93rYafnGZZPE9oVOsHtenudIn6s6mZjxIm1crxsq2gzzpcRendjPdqaZj4eFOIe+0ImSedix55Ugs1lUL46dcXDXSGKHe9gRAxB7+n6dHzLQk4EyRhJL3rlDGHb6OjNyMHbfspS34Gd1890AgHfGLw8HJN6MMuBG6Wz4ESu4qJrlGVueJpxLYil0gi80+CZEbJp1IUnRxzzhoRNDUmLN/dUviR3mYWdBmt2MLFhGAnYenz8emEXeoXyRxYMtFh5/s8siifX5ZXX/AQPsiGF39LL6mm7Z68wAlp73L1QLvGhDlDYivaXHgyuZBv8Nw859PgL/qOevS3Es+r0skKkeM6ENZpLEcoZd2fqMM+NhF2LYURDHbvi9DC1frwlt+H8pU2Kthx2RKGIN2F05e8k8/FqpQhqWYtiNTInlxxfzlFje7wiLAOsB32bYtea4urJrZtHfOscTSIklhl0dZc7josgCRn4PO3svxR5JrGOHJQC7tOEMu6b1fKgKlLULGm90OR7E4pz1KccMYOdJiU1pU1SvHxI3KClNYtNfAcsAduHHOww74WFH7LpJ6r7+V//WJ833v+uztP0QXa9CEksMO9q8MvOxvparZIoT6PGJALuueYWv0V/5Zfd3+rgJsHtI7U5XSuzbvkR9fe79nUGkfbWihx2wDT04T3ZQxGoyiiuS2LiA3fIMu7AkNq6JYacpuFWDCjFqTUl3PBochp0GEVCZD5ekBVxKVeuBcicFdsgweM4aUs9F+u0//QKqRr3+J15tG3YCHoN6vQCoo9R6M3WGTtBNxy42YkREHoYdB0IYiFiyBuFySmJDgN2w9CUL2Omd79LKoWTiltfDjkm+g356spgkFgBwcsf5cbps6IRg2CnAzrPrSRLOZFu/Tvt+PM3VrhRdiw89gB1PyOuqAy2JpR2u/Z1t53hNQxAlnYP+RlRdByWxXWnWAIIpq8afJIlNo1N3sWtLC475Spog88RZ+Tec1cMbqdqz+0SPrRsmiY0SII5Z6ETEJLEuw65iDLtODxVPneSlTTfV143xpPAy7MRiyuthR43eJQPsiBXRmxJ72p5z9bhYJ1MG2LmNPVXcIYm9NrWP3U/V4+7l4px7xh5nI4QBGS3jbs3+Q37sMIVIppEPGBvpPpm1ALsHflmxfp8EKHaOv1IyZ8BJzmRmgJ3096O69pkAgLdFbwTHjY0ozrBjfUk24R52/X2LtzySWJqHtzKbMs5BLg7iRi1JrLvRNk1ZP7h2SeyAOZAtpncSdX2PBuzoPSVtwC7RjJQoipAlsVnccnNxl2EnAavNlsTWAySxTtGmRDzFQ+jP8OgV9ZUzyRIB9DrPQaqFdk98pEE2CtPylr529lM9lpiUWPf5Dk/12Bti2BlJbKpDJ9TfzzxJ1md5u2fNNNgdBxl25OvXD073VoBhV8jQicvkYUfzUuMCdvtzu6A/KO+qxyzlYTdsnVI2bHzRY5jjYedl2LkpsW7oRGDDlK+Xab7kG+qAk/zKgyBjFjpRa0CFe92lXZ87A2CMhx0j8fBjb/jmEey6okCCptGvKWypLqUk1vGwG8iw0/dxFlU2XIyeVvT+vn5jj21CzEaHTnRJYtmagOYffR1T6vaNnYkDIP7RL30bvvZL3oYvf9dNfONXvku/lr+/zzSTmO4H4ymr5/I62cJpo8cnAvE8pARTD1+x34v1OR3DrgbsHhiGXYck9skvVj3iw1eBu8+2X29graSBrOoG21oOg2wHRazjiEkj3LiAXXdKrM/DTgN2naET6uScmZTYGkCEAhmmyIXcjgN2Nklne5KoFEOaLNnFUEcx0ADbWWSYI4ucM+zap/CDLx6iRIIEJX7+2dt4z2e9q/UYThVOY+thV8U8dKIjKZLOCW8UK5dh55znOIHy1XD9p6qyIHgQaXYZJbGhhbikRof+Xjc2hmFnJbEygUl62PGJa5Qklg8GQCuVyRqwD2XYuYO4Zdhlfm8lwbDzyRLpOci74+TkBE3TOAOqZdh1D+yPHqhxgaRwV/cIsCOG3UPn+De6ihOYa4skAxQ6oa8LX+AE4GHYkWSBALs4UgmoFdB0AHaGzRb0sHMBX+55F4tFD/+5ahozIXhDJ/jxCymHkcQmsTF8pXuJ5GslA7RHM+wWlfGwo4XBWd3hYSel8B0psVWTdJvGb1oZQCEgYzKA3dyOWRSOYxh2M3O/0Rwqme+xmZPbktgn9mJ83uwAf/LLnsbBvymAArgzF+fQI4nNK+ZnxJ7XpMTSmEeeH/MjZyFEktiiS66qy8gVqUchxkB+bO5ZB5TR54MkNuMksR7/Jlr8ZNst43pT154GALw9em3DGXZsbqvam3xF1axBEmvv2QVLiaWgkdOFuwFgD00w+6SHHU+JHRQ6weTSPTUoKT2OlR9UU2MndfuMwVW3zxH1PilqXNmy99IsS1BUZQvgNGqSFsNuswG70Qw7zZ6tEs6w8wF2He9/AMNubwDDbl9LYou8m2EXZ1OgAeKmUEnatLg2oROZsgQyLGCfJLZkjCt9beh7Iw4B1TReDQCne8sw7KQklnvYTbuVVptQbPzIEr2RrwG7RN+Hu2dWYr1XKlKGs/FdadskT8iIU0MlsQ7DboSHXdOY8+xn2AUAuyixoWpCEtuyc2Lfm9CJyGXCJ3Fk0ji9zHXWMydoWimxmc+PmDzsQF7EFgNIeM+iGXa+dPqNrJQx7IKS2MB7mFgZ6VZz6v4q4GnHa3+W4dUHaky4sjVwPTbEw477Wgt8RwZOmL9JE/y1r/4894kCHnZTvXFI499MeNjVyRSn0M+fu4CddyPo5K79XkpiycNuR4139+fu/3tB1WwG/KF/Ctx8D3D9M9uvN7BWlsRuR3pwnmwbT6y4UieJ39gpZ9j5Fmn8QxeUycKcWB/DTktiNWBHTXapBwxnAAoMakT9LIr2hUeN3lYamUVdzg2DPRfpR155YAbYV+/7TQb5uYkjWOZDPDEgiQwj4NUdOqEulBYw6gGUjAwYMAa1l6p8DDtHrtcDQuprbUINkFcSqydr0Whw3y9uCBxM5KKi5BmS3AjAzkgal2TYPdC7tle3M9tE1YVdrNCARYCdB0A3Ug2QpGKBhwt3x2bRw/SiekwDdqmeMK/t7TjHa6Ku+5qbTShiNyFiKbEkie1h2MnEJ+ahBqgxstaDfNNx7+el595nFZLE+lggvOHifZShi3PKPF3/3MNOHy+FR2RJbCZnkrXR6zsMuxHJakVV///J++8o27b0Lgz9zRV2qnDCjd33dkudWwGlFghshAwYCZBAlhGyCSI4jec0xnvYz2APy+MZJw0cMDgCQwYMz2Ae2GBwwDLY0kPoWRJgQAEkdbc633xSVe2w0vtjft83v5nWXrvOubq1T39j3HGr6lTtsPZcc37zN38Bu64Xhp1hwC7FsMtJYvekxO4bwzeqJHk0J4mln3dbcN8i0hTaiA7lXO43ZtiFTFthZSQYdivT4C/+i78Uv/6r342FYUlsAFpIaqgby7s2nRI7C8fDwpn0akZpKgE5V/x384HGx+mL7h+Z5ZyQxPLmcpoklt5jApyclDZ6930ALMPuZnvYqXWWG1JToqZ0tsfysEsAw1oS6zzs3PrDn21VGBc6IZJYH9zyJbFTALvpIMZWhWOMFr23ZXVNSeyIh12JDrdVAAIzEj1JbBuzrwQ8uuGS2C5hcD9axJ4dSuVhJ4Cdkn6OHbCOMezoMPN8OdIv09g5K5lhl/bEu9jax5rN7GdRo8Ol7rNobdsOFNYgnsvss6klsV30Gc9q344kfp/M/Nvv17i3MinRTeeDJcXYPvCdrmFQoEAlPdZWADuS7zUuiOGUGHbewfef/Z3Av/8h4JFvdxPVxHC8djDoSbXlPOxMci319jxDrxRqcS8XHdYL4/JUrcE+YBfZOfHTGihJrE8aqYpCPWf6c+egCmYMi32BsQfNvDxK6AQzDeEksfKceq/ft+j6/ngAO+5JlIedY9jtGS9lha2xfx8BdkH/n9oP6EMI9pPbW1M87FgS23QK37Gf7xsXnLo94fkyzzWfsWLSPuYZS2upB+uqJa4GDmPzJbEhiQEAcKVYdet7/r/RZ3C2tHP8/W3w2YgyJbgeX/ZtwLMfzB/eTqjHlMQOYjiNeoWmtBekpAWz80ApM+5doGUM8mEMQN+PMuzYTHU7aIYd0JG0TCagEAxQQA83hG0YOgEF2NXAgjfCTZ5ht2k6vPpwK2j/Gw/9m4ZLo7vGOA+73tQOsLu2h51PR5ZKNNS9alaYVnpUFYC79mvfEH+0aGIfT4l1gArgFhx9fcvS5OW5YV1azwu88BX2/3pywIEMu75zDQY1XW9d2c/3zsnMH/fcSNE90VUn3vvR9XBNYAZtEGZoBQjk4mu1nO0D7OzExtfzlNJ1HGD30Hv9N7oELFnZRDUA2FHoxEiatf25kpQCzmOE5oq6LMTgf1QSu4dhx/PkThh27OsQs0A8SawCoFOSWGHYdUO0KZZgoNJEDDsG7OSUeOiVBHL/GOfNLQMpMWCXYNiFzUMqJbZ3J7N7N9w3pbrGvcecjEkBDTMOlOBNL30/VAuZGx3DLg3YGd14JGRPDIg9aIO5NsE6awI/I/nVIjikmN+y/98+UGudOegwQ8Y99yjzU3cCzSb0mkXFbOtJkljfNzS5WZ0C2J2/BAB41jyUsIsbWZph17r37t3HCYB2rD7++oUFJxKsWO0N5zzsYknsrCoU8MKS2NjD7loMuwMksYt9KdP0Gk/o19aHMuy6xLzGzH/Ti+0E4FioniS27RX7igG7NMBy02rUayhV9H76aoGHA917a7Km0XPmaEosA2xxT3IIw44Buy7DsOPHKqn3rtHiQgN2wrCr7LrOhwopht2uiz7jGT1ugRxgFzCFH6dyHnZ979jxN93DTvfuKp1UGHZDA2DArHFEjJPGbugFVNk8AH7qL9p01Z/+X8afb2JKbNcP3oEnYPuxMlABRV93jQeacfH7ihl2tF+en7r+NvCw0wdZ+p40xkjCel/wftyBhaMKO/W6S/TWH7JP77+cJJYZdrReQz2nMd793ba9k4jedCWPMOyu4jTffZJYAJvCznHLfu39PDzgTwUl6UOIZ6cAaMA0DzuPYeerXXhfeXvsAESei30Ng/cyZ4Yd7TF5bqa1fKiWMcOO9zghgLa78rMPNveTr+H81H5O9zb+fs6t1U8eGH48wG4YcCIedqdoSRJbdjFg5zHsRgG7yv/gh86ZuSc97OxFuuqchx0AtAx6SWx5yLhwOnhucFpmmyk9fScMO6eL1qy0cOC8QnTSlv7urUdpwC7yuxJvodpFeI8wtRzrIPaw44ESTYwJQInfSz8YFBkp342ufQy7QyWx4mE3RKeVZeBh51HDjTMERiZoRIopts980P7/yvc5PIRF4jXb9F7vkSfA3VUA2HETSqzTvuKU2BRgR5v4giUYjbDuuASw2yMnfPkOA3b2/Rj+zI6ZYTdTgJ1IYglYyGwsIoZxFzDsSoOhYIZdehM1DINKiE4/z6xSiyMcWyV1oqZved/Djv5dLWYyVXkMO5prOtcU8jy5bX3AsDOu4axzkoxEsdn8klgFpmZJLDOREx524elWKiVWzIqPyMNOe8zkgCAFNNSDnQvEx0ZvRGnzyGtoeNo+xrDTm7K6t1/fb3OSWLchDtkW8hgy59F44NN9JYmdVc6fa3roxOAYdvUKWN62X3PQj8ewI69NmvdHZbc8/pkxo+VgDHxPAX5Wz6AjNsLd4V7+997p8jzs3OZb5PftYQy7H//cA/zK//AH8N3f938mQXZ9KOE87Ny66iWUC5jIklh/3Z5X5WGhEwd42G0mM+zsa1kRw259XYZd1sPO9Tm8EbvyGHaafcUedscROjEqXUoVf37VAg8R2Abwmg3sYdgFgLyqQzzsTkuaW9lGJ2DYXZLMm4NTKnTyM/06dqgt4EGvmYNxPA+7JmbYscdkmfOwk2v1JCSxCVsA2LWnloTOWdRH36jyALtaermtksSeYg0DN4/MO7smy5r02R91j6HX61RNlMT6gJ3zsHMBTgn1GAD0TcbDbo8kdnbiLDeC96CJ51GwATPsEDLsTF6GS8UBj6czY/f6gz+WGfBjj3Ym6/DYFkks9xDqkMlLST4Whl0zlhKbfw8C2AUMu3C/sEisWefXYthN8bBjhp0C7Ohem8RY3vNczHZjn9bTOT0WS2KrJdYcOsGWbQnmKQDg6k3/+0gSSwDjiX3Ot9Z0Q/C+fwKoet16PElsP2CpJLEM2BU0YXsMO3XDplNiEx529PMmocEHAAyDksT6J+/CsGOvmtCLIiGJdQw7N/n1CrBzDDsnCQnpjaz/5snjfgawi049aOIePA+7fCM1JSU2mhgTDUovoEGRTLa88cVjRVP+5f0Z7A0xoEWiNj64YRl2/ulVCDJ4DLvCTJfE8gRw+732/8EJ1uwQhp2WYFHDxCaed05mJDFnXZwP2HU1S2Lj52Fwri+cTIwnVnkbBwB2t1e1nIRFyYoC2B0Dw4434StnjL/1GXZlBkjzQhsAJ4kd+ASxwLBn09sp38R5mb7uHv0c47ItfbqkU6X569CjRP4toOY3SrbkRbjDycwLBa5nTY8TxRuYU9rsFjTOt+y+ee2UWNfojXpQ3aTiDZYp8w1BUcr7ZzCNx2YhDLu5Y9gFaXLyMMKwiz3sNEgqgF0YOpFKifX8jBRgF0p0BAx/KMBvVRbKn3H/uNm1TkZtn2QJLIi5l2LYsYcdn9iPSmIDjyvZiA+ul5kC2BmDq7mV1t/t3sz/3jtdsvlpvU2DJJp3g7sGEwCg//5vfQ4A8Dc/fR9D4p7VDDr2sNs0vay52xTDLpcSW143JfYJhU4A8hoX5Il1MMMu6WFHG1n0eyWxPsPuuEIneF5KmoMn/4ABesWw41recV+PpsSyJNbfN3T9gMtdwOJIFfUyJ3TI1LHMOtiHsPyVvSBnaH1/Q+Vhp32Snc+mL4mNUmIZsPt5ZdiFklhfjng8DDsnieWAq2rY4RyB1LCz3wtgx5Y3AHD/U3uebzpgJwoFeo02lTXFsPP921KAt/4MBp1ayfvl2anze2z895tj2AEQ3+8u5WEnIGF6DmZJ7K2FzyTk3s0x7Oz3pmNJLO3ZApWdZ+OgP9djYdi1G+nP5T1NkFCvC/u5zbsQsNvPsFuqoInQUy5bqQTzoLwgOtkH2M9v0gEIV8bD7mRF9i7MsGNJLO0NhmrhQic4dDG3rkSAXXCQSmPp1qldWy4aHq+hJPaGMexaL3RihZYksVXAsOMbLUo80TUC2LXKH8krtdBuen8D2PFjCMMuGOBJSWx80tsNMcNul/C643r1oR0gzCLa7HbeKRhXZKQrgF0l1N6xxneXuibBKWzMsIsBpZbAxw5HsmENK+lNdcANo2QlgC+JjRl2/qYy8nKQjcMIw67vLFUeUICd7xERxm+PlsiPnCT3Hkli757MLKAcsmLonhjqvCSW2QwM2M2xk4mVizcEnmH/MNjoapWEa4zBX/wXfimeWdJY5XF4lAw7dQLJfjjdFugaJ93PMFUjhnHPPoGKYbdnE6WlgDxOwlpEDDfeVCYksUHoRPi1nl7ktE+nxBb+XFOXhR/hrv5fqPvjEA87HounJC8qaCO9BUu6Jkhi93jYHQ3DTgPGYxtYAuNnQ1oSa5SHHUtiw3lAALtCrZ3hXNK1csL91i7DsOsbOZb3PeyUJJbHA98bHDqxfYRWedjxetf1w94N37btnGUHYBvhxW37tXjYxZJYx7CbIImV0Al12MDXRn9WI3U1fx4AcOcmA3ay+Wm8E+SkJHYCAKT7li4R9iUMu9Ix7AA3F3hzWngQ+diS2AlSZqpJoROArHmr8kl62DnPJy0n4gO0deP6kF3Sw+44ALsux4TIFQGupl7iHs78f9OAXcjM9B4jHTqhwbTVWIoizSsnBR18ZoAxlr+yJLZC58lceS4RSSxblBj/PgBsP+YkkuTNLOmJvWP+eu/zCXrYpXw8YfsdOaSp5jFr6CZVANjxmONQw2pocMv4jLNZxx7G9H70Bv/BZ8efbyIbp80w7BxAG88L/H6ahAeklsd6+3HxsDtx8vGdD/xoiXpI8nApsb78tSoK6Yu7zL6G5+hbc/bqCySx9Fkwww7MsKOx1QW+eZphx+m+9g9uOGAnDLv1CMMu/x6ujJ175r0/TudV4bWMqZ7327/GWnTcWdUe2260poROiE1OH9lYsS3A+XLC82UZdqTupPEndgWN8zMNJbGOlBA8R0CgiSSx1GesFnPMqiLGa5hpd9MAu77rVOjECdqSpG8dyUJ7ZlbYUTLuYaeoverDGLo2nxKlgKerzvdSihh2oXmsupm5wekSSDFLWxfFIAw7BrlGAbvKyWtCKaF+nUJTlQ2wYtiNMLUkldFLiaXEKZaphQt0QrLZB0mVR1dJSew0Xwj7O+xhFzLshjhxKxi//BkaQ2O82A+0CjgFALfeY/8fMew4QOUAhl01lw38m8yw41P30FuIKcEM2CVOvJgBwCEIM7SxJJZen8ew+6E/APyxbwX+/D/n/e577q5wzrcgj0NJiT0mDzvNsFObge2jpLmvrmjx5VCdQY0vut4mB9ipMZELnYgYbiEL5OJ14If+ILC9gDHOzFcz7FKR597rVyd9wzA4dmGKYUcHFoVs+juXEjuhaWeG3aqkx6lHGHY5sH7Uw+4IAbucfx2XBErQgYxIYpWZOo01bmbDeaCc4mHHbCSMAHaAzFO7Lm3+LJ46YehE36Kj91yVxlvv9oG9u7bHEqrBLSsniWWGnZcSy2s2h06MjE0JneA5dh7/GwM/ez6ry9kzAIDb/Q2WxGrfICXj4k2YD9jt90R75YEbNx0rG9Q40wy7eVWAWz8GujwPu2IcsJtXhTNsPyR0YsJ6xHNbSl7kFb03ZtgdnBLbqf6YSwHMtxTDbikMO3d/2NCJgI1zACPynazUWjRaNDeZeoE3h3P/3zyG3Qhgp+dJVRpoHfUtpHllZXguSEtsQ8CuNq1/wM+SWA6dEBZwzLBbNzHDbqZ9qVMHyZIS+wQBu0RKrJvzZ3k55k0oDegXpTC62cOuGpqIYVe3JIntE4Cd7vdTNXFz3/V92sMuxbAzxpsTU4C3/to7qNOhEyyJbXzgZyy1mZmfDJ7pnnjUEgtAzwy7eRAQxAcTtNZwoIVhpuHAzxlIYlM2DsAosHQjqnYMu0hGLAcJ+fFyZWy/segvLUhPAJUxxturpRh2v/j9z+D/83/7JfiT/9Q3TFfcTQLsNMPOV7uwcutsCsMuYF1ycWKrk8Ryv2Ln36Gc4SqQxDI+Eq0rfA/I94GsXZSMNZ49mUX35UH4w4H1eLuUVk1csxO0le9hx/0/T9Cj3gUZDztp5pDwbFIL7brzZYR9GDoRItJq88gnZV1CEtsqht1CGHZ5CijLEbWBZshMAhD7CihJbHuAJFY87Hrr1wM4dl90kpE4UeX33Jkj2bCGlQTsDkC4OZloEsPOPzWKkjSFwTjCsOPFfHYGrO7ar4PY9DA0YLQSJ8GvPbQ/e/6cJqiIYWcnoDGGHTf7DrCLPeyYYadp1Pgr/6b9/8f/SvxaQ+kTj8ejYtgpwKSsFej4yPlS7mHYudMyJ0cHCIDbx7Br3WlpHrALQx+U3xMA/InvAL7/e4D/7f9lH8so5hxVShLLC5sF7BxgoafzqjB5hl3l7tVae1/tKWaKnBBgZ6o5ZmWBbSp0ImXODkRNgn0d7GF3RJJYHn/75Ho0LisC4+SUndh0Rklii32SWJ0eHs4ljQNe3twE49EDseyc1HS9C1dQDY2TxNJrmJ2KlH9Y2/mxKozXA+ybH7dtjwVvmFlmIpLYV/z3o14Pz/ujjy/jn95jUbgxFzHsxj+rq8qCCGfd/dHfe0dLs/NV4IZjg/dJy41csXUIYA9lveeAD8gZY6LgCW9OCyWxAbjlpcQeFDoxgWEn/qDTGHaLghl2BwaM9ImeRvWYtxIMO9/z73gZdjwv5da7+A/s+CyrOe7j1H32QFoSmwSy0gw76XnqMp0uyEXzCido98JkS0ti69qlxPKYAiCfzRaVnSNp3+IYdm48X+3aCMBhSWz+fT5Jhl06dKLpBhU6UR8Hw47sjvggif1y66HBOTPsaC1hwE4OmzRgt9fDbtrm3jLs/B4m62EHeHNiq/yFuTzATh/U8eudn+5l2KU8JRkwZnmrZuPt87Bjht3ZPJirDYey+ZJYns+YYdfDf06fYacsfm669ZOETqwdSDk1JRbAFSVjL5r7wH/97cDvex/wxs/anymQLrdm/cIvvYuvePet6a83YEKmaq59tQO1CwccPo4k9pwZdmaAQe/sClSf5iSxdL/mxjHfA3yNA0m4Bihvr2YxXnNTJbFG38jVEl3BDDvbxIsMxxzCsKvsDUXNeqsAuyh0onOBCRv6HMVfrNgD2AnQ02AhgF08+XWwr3lRukEn4RSJjTmzm5iVUKPD/au4gY087JScdYokNvKwU4uxyTHsEpJYZhU+VQy7a0hia2p0OHSi7QZUxm9ww5PBCHSdIoll/7rl7WwK07VCJ+gkuOsHvEIsz3fdYsAuOPlkwI48KprE/cjXYaCGdWYSDLuJHnZSoQ+PeNjd97+/ySUpsXT6yLLY3YWShaYbguhkmSWxzLArjXxWRWYTNcUzaS6AHQFmvKmsS7uZffXv2l/88T8HQEu9Y0lslmGn5mvd8FXliIedlsQWLIHcP8aFYVcos/uqUAy7ROhElBKrDzb83+1QHE9KrIAJJ+O/R4yJSoVODMMgbDoL2IWhE/48wCfXSQ+7obNjiV7Pepjh0TaY9/Tf0Xi2zOWUJJbmPP58jHHzIx1o1GXhyc33gb2ehx2/bpbE8qaSfSgB2QxXBGqOh04kGDg8fzGgNVFaeVXZ13Ta72FjvJOlP0vx49KS2GGvnF/XpQKTTOKeZbCU5zk+FGKAI50Sy6ETI5LYSQw7/tymM+ymetjNEt5jkyrlYceHjehxe+XGYdbDLpBLOsCq8efFG1YHp8RST1vWc/Qo8ADqHk962I2lxAYMOzo8GpXDAgLSL5jhK4zcNMOunjFg1waSWPs6tkgz7DS4t0542M33Anb5NNyDK8ew6/1kcAfc3MAxF6isIkkslCT2lrW0qZsLAENaEhuydXRpa5E9Ms0+6WFXOIA2F6rYdxkPOyWJ1eu+eNip0InIwy5/P/L4Y4Vbq/znpf/N7Gu6PZJY8VBmTzsG7IRh56vs9AESH1TeeHYd4NadoZNwGdkzTJDE3jeWVfzeT/154JM/YHudn/oLAPy92hPreScw7DwSgQkAOwmdOEQS68+/t07coWiJPmLYoayxZklsEDoRjWPej5++YP8fANaaeHJ7VTu8Rhh2N1QSa4hhtzVzoCjQEjJckQk1m6uzCXtZTgDs+MOkD1985ZBAQnkTgBK8xvFk0IuHHU2uIXtHoe8rGkx9ShJLDLt5NcigS3ndcTHDjg3WSzMuiXUpsUoSOwSDLVGRh50G7AJfKamUJLY9dkls4uQ8Zzw/8velITNrFToRnlaG45fHt4zLIG48WbyYL287n6Z27f3NtUInaPP9xsUWXT+gLAyePwsAO0mJpUWZNpKpEBhu9ocRhh0DMp4cSFOVw+vAn1EoiT1Whh2ggicuRBaaSrMGVMMRSGKZYVcVBQxLYjNy+CkbRJbuM+jKG4BFVQAXzltQQgf4dWkPO+55MkbF+qRPN3xVkfKwo8YqJYmd4NPoUmJp/FQLzD3A7hBJrJsnegbshiOUxO5l2NEGsGcPO5suPAf7AC4OkMQmGHaAve50P1xiIWbsUsY4hgp9Rk2blsQ6xqUaDzw/7ixgVxYGhWLZ7fP43LY95rxh5tfNklh5DnWSXHKiIjfJI/NvioETWg9MZENeEmB31t4f/b13tHSvw4cWZe170ZkEgJ6pK5WEaRLsMV77+PE5eIKtGrTHnReIAURsNC8ldgpI0E4DWgF9GLJn/hDvMd96Y3Lt8bDzGHYM2CnZrZ8Syww79Vj7grLewcoyIXJFfXNFINhbUPc4A/aA6odTHnYBg5bqKqUqSBXNNzL/hJ6XVAxA82u1Hnbp0IlKedixbF+zgG1KrA/K1loSm+pLVaLuY9cow84d0nhM/ZtWicAaANh0dD21JPbWywAAgx5LbN1hkwLshu0IYOcFIUxh2Pl7vaowEalASu1FUgCb9Z9zjy2lJbHCsPNZgp0C4cJiIJl7WkdqKAQkzH3uXcSw8z8LXgtYEstjnZUAfSDD1SzDgh5ruOkJsQB0EBZbenQRwy7/Pt40Vrl1cvkp98NP/XUA/l5tVNJ/SB0kie0jko142E2SxKbH+2Lu5rkSvWMS8jxexR52YrUQMezoHjixYWCeJHwYvPTi26taAenM8L+hklhDk/2WTA57SomtxcPOX2hHvQvCD51BJ08SGzLsGLCrZLJkIKuPUmJzklgXOtEHcqquH9AOzLAzimGX97Bjhl2xz8MuZGepjWZ4kpKqmGHnnqPIpcQmGXY82R0rYJeSxMaeOPv+nif/jdoQuNNK38NOGHbhQph6LWHxYr64HXmgcR3GsPOZHp+/b+/JF86cua87+fQlscwOS4Em4rFTcuhEgwdr/32tBbDLjJ2rt/zvQyA1Cp04JoYdA3b0Ge4eeaeJqYo8POh67JSHnSFpTM7DbjNBgpWVxNaln4B08SrQ7pwkVqfEDnGTV2jprDq50vOMZtiFktiSpZV958kjhpQZtioGjxeFM67OMuxyiVWJ0IlBJMml3HM3vib6ovG9VA/KNmLXCVhmqpnMGTzWwkaaAbtCS2JDmSvNJVfD3GP0hK+D56ltxsOuTrEuCLAzGzs3MhDuBR2M1LZVibTMlFnc8n9Jz8EiiY03w1GlNuCRXHgaG5IBu9ObLInVGwQGIkmaztWHXnIj5THshP3g5jSPQQfHDGCAw2MNa6YYkPSw667DsJvkYTdREitSRjcn75v3vBrzsDN9MnRC+61t2zj13uuJb7Aslg/hpzPs7HspaS19rVf3/DMfdF+PpsSmATae46Yz7MhPLwMAMsNutodhtxsqyy7mlFj490HT9T57OcGw67pEX/pEU2K5z/THUtsNx+dhx2xrWpcuewL/sXMMu/N3yUHgGdZuPVIm9e0mMLBX9fc/r3qxCSmxHIDIr7H0QieCfkeBVV1IDqFyn0NCEjs7dT3uAQw7PhTo4ZNGqsII4SGl6AEcYHc+C+ZqZhIHDDsGBxmwE4Yd72fUemToUHIo8sy0G1PVHCBl39LwYep0ht2b5k78wwefs4+n5q29vqtTK3WYFBSrfraNksSyh92aPeymMOzSHnZ6/Ms9AXj7lMuB1nMC5LLSbsaMhGGnADsPZK9wa6kYdl0bsGZvGGBX0uZ1S0BdRzc4M+xCs1gnqUo0woN/MuQYduS5YxITBC02G8zktN0x7FgSSxPmhJRYZpvxYFg3nUwi80Iz7MY87Ng/g5v/fo8klhl2js0wSRIrDW1AHwZQ1Pa5+3BiTEgA+vbYU2Ida0dqIs0cgIsMp0aaQY62G2KGXTB+I6nGFEksL+bLO/b3+TRFJcXWExl2D64a/Lkf/TgAJ139xOv2nnzPXbWhDzbNPAGZOUliExtTvg6GmrAZ2jglNpTENmv/pH4dAHbhRBYx7I4BsAvYFzMna86mWVNFJ4xh6ERp5Hp7qVaqtsFGNlWLUBKrZbRhZPnl63LC5DPs8pLYPpTEqvFTGqMSoXyGnwPsWk/auK9xX/PmXMlqZlWBzZBKic00sCmGHR9WoPCAhxtduwAwzhX7yfYOzLzYtpiRp5LPsCMJaCiJBUti1TxaKJ/FdiPNzxUW2HV9LHcRY/sthZP00mh7klgJL1CvgYInzM7OD+xzJ/PjXsCuw9ywJJbmFs2wUc9hXw+t2bQBGJfEJpqyKlhfZa4YZ9g9Km2DfXKjGXZaEksbuHLmyf87M10Sq8GkQk6sXd/Cc8JMGHY+COUx7EKmVCCb8SWxEw7BuGHXcuncr04NnaD3xuFW/XAgYJFgIXYiie1wW4VOMJi0aXzALuthB0wCWd+piuxj9v6BfS/1zN7zr+vgiWc+4L4eA+wyElbn27tncykHJgTY9f7BKtcFMU0dYNdh28Qbzh3I+02CcfzDOL4vws94PitFJbTbpZiE0+aoSRWwqeUpej90IvSCvlGVYXU9UoDdOdjD7raVjgJYmY30f/3WbfDL5jKdzgvg3/4L/5f7ZkJKbCyJNRGpQEqBVU1IDqHi+ykdOnEi7w3txttfRWQT/ZjMsEuEToxaYsGp2U75UoQpsfT3g5r3AAh7rg988zQpp0jMnze2jJH5Y1XwYSqtWxMAu9eG2/EPL14F4LPqnphv80Eedp13eN71g1ipnC8nfDYZDzvd73/X173L/Vwp0EJJ7N7QidPn6XW2bj0IUqRvLWdoWRHZNz4OcdMAOyeJJYYdpcTWAWB3PYadHwRRpxZrWhi2qNERU4PBB/FTyTHsEimxffAarnatNHqzYpCmTDzsEkENDM6VimF3EXr7wJ0yOA+7RErsSOM76mHHaTkhMJowhX6qGXaTJLEhw86dWDqvJfossx52hf98kySxdArCTBll3s5gzG5E8jUMA/7pP/Fj+It/8+cAAJ99ZDfLP/2qBag/+qJijoSNlF6UkV5ARU5DC8fMxJJYPt0Vhl2YiKXBob5XoHzAsOM6Bkksn0izz4Qy5pXQiYyHXRE2LALYOeZQUfkgSlhTJLH8b7xh4//PqwK4DAC7i1cVEO1+nPJ3yKXEOnDPvseIYUfP73nYqWu0jyklrx8OfJlnPewyp1sjDLvBlFkZ842rib5okhKrgN+rXSeMs6Kay5qYY9hVwrAL1k7NJKPmh+UGV2H6pcw9W1qj4W3euIRhp8cCM+y2zLDzAbspKbHO7JyeK5LEaoadXQv4xP5gSWyWYTe+Gb6o7uDV4TYu67ujv/eOlm6QBbCrfWmV2d+3AHbtcoDdIAAp37MaiOW1cBWGTvCcUI9IYpWsjQ9ehymhE3zIOzsb/z1MYzwDcMwo4/qUKUmxb13u6IAkPiRed9RXo/MS9hZ7GXal+z/3fTeZYbcnfT0qei/sC/eftd9u9wNf/o/443gsJCXDsLuSQ8o96wXd8zNiOMsBXMCwY8bofE6AnQkZdnYu2aG2cyTNY+yzyfcKj6WQRWnHvn3PuyYF2L0dDDtfEt94DLv6hjPsAsCOevuHHfVlGPCcuW9/Z3lbPucldrIedUoGW6CPAEyuT7/hDum/8GgcMO88SSx91l5KbNDvKLAqB3gnPwcvdEIxwxXLbgxA58O4TsCz2MOO9+phsZrtdJb2sOP7n5l0lelQlwaGQJw+9LBT+7Gyd0yroyjaXyyof5ElkeeqsCdT9SqeiX+4fstiHW8rw25EEqtJBMrD7mLj1sNpDLsMYKfwi9/9LR9yP1f7lJwkNgKeBbB7wf2MlVVe2nDtS2K7xl9Hb5oktqDNw44Ydj1v7vsN0PeRRlhOVlJARPih8w3futOEqNiQldICm26Q04Q+DJ0IB7gCevhEcghkB+udY9iZoZemLMew6/tBwLlCnYRdJhLBIpoyDQRTJjTRiYo87JQUjDef0X4mAW4dv4cdfwaD86c5SBLrjJsB5/u1G0uJ5TGW87Ab84PRoRNAknbuGHb5hv6HP/EmfuSTb4kn1atXA/69//nv4cc/b0GzD2vATjdSw6AYdnZDnPKCYlYTM77mYww7XgT4vXF5VGL1t+Jhd4SAncilaBOuPr92DxMgOmGkccoAfVUYFCTjKYddsqkRttzIYssbtlCSOq/KmGF38VrSU4ZPn8oEw64NUmLdhor9Ppn+ToAh+1HVimGnALJ9XmQxYMehE5zi5MDuLFifYNjx5t1MmSduSoWS7FzRWlx0Wxl3F9tWACyjATth2AUedvDXMvfYaj6he5xPLzehLFb9Ln/OzoDcPW4yQY7Yb2Vj13C+rzgZfR8DeeuFTjDDLpTEJhh2DKTnAMG+c+NIz1mhh91EcPUL8/fjG7b/Of7MV/zno7/3jpZx/lkiiS1nMMalVU8F7Lat6g2hPm9aP9OAHYNQvlx5nkrWDiWxdYGeJEaTJLHXYNjt9cCUcCsfRBurH/74m/jYv/39+K4/9MPOGkb1nFf0Nhfl4PXHDG56HnaN8rDTh7MyZvf7Dr5TNZZKmf4D8rCr5zAG+OnhPXjzn/4bwHf8l/7vyYZ+zMMuZNhx6MQ0hl1FDGcJkQr2IQ6wI//vSBLLDDvq64Mkaz40vdp1MOhRGJYDsqSzED+xJsmwe/tTYtuuF2Y3ypnzgp5i+fLzXcHcwevSRe/WqhcN29rckrl9ia1bu0KT+oSPXdv12G0JjB1KfPZ+GtTj6nRKrMewy4AlCqzKeUBWqUMytuaZnfpjQvVYUySx/Fo1u0/3xSmSADPszmbBXC2hf+RhBxc6URWF9Hx9KIlV60IpgPER7DEA2V8scDjD7tN40X3zJf+gm+8vX/fsi7JWRofWQR52nfu9oZPAiXlVTGP85RQ0RQGWES8KNbZoXTOVSokl1mvK9se+SLpfl3fc8/A9HTDsbmtJLAZ30APcPIZdQQy7hiWxlWpM281jMuzYw44W39TpGnvogQG7XtB10aqHEb1cpQNXeOAOgYfduum8dDHeJHddeoA+2rbCftYMu8sEwy7nYWfKSjHsDvGwczryrPQ4caLYy2R3rICdet18DfrMpj1VxJIsAg+7thuiE+m9HnaJUI+oQoYdsy/UIj8XD7s8kPEDf/91AMA3vt9uOHdDhe/7a5/ED/2sBWS+4X3qlEWnF3Y7uU4FSWJTTBK+DgwgpUInRB6SY9hpICWY6LzXJa/zCBbT8ESaTyF3l9L45FJiPQ84ICGJdQy7Gbqk5G87ycPOZ9h5xugRYPcKZApJSWLVCsHgXT+Eklh/np9nGHZ1rUMn3DXKpYZx8cZzppquWVlgl2Iiy+sKKfOx6fxA80RxVIDdVA87B5TxGnG17XxPNwmj2QEYYoYdS06qELBbuNdCB2IbYtlf5QC7buuCBOQgRAF2IonVDDt76FCQXYAw7CZ6fI6mxHJ5klhmUXQABuxyklgNbui+Igz3mciw43V6skfXO1XcP6jQCcDJViV0Yg9gp8eIMG8AB9gpwIIfO2bYqTlN+TV5/1csoz5gp4wWH/Jq9mWmphygAJDXaPpWQMh9gN3/8dOvYRiAH/vUPXyG2TiaYacAO11L8oDyUmI9T141343JQm9ItYfeH3z4Xc2c92H9THwfTkqJvWboBD1XRY/DjLgQMHgkgJ1b9/3QCUdKqLQkNmDYXe1a168C3vrX0jrZjDHsptjH7KswQZyfoh/U2u087CbkTf38V8Dg4bVz2xmxnXnRkNXL4pb0f0uzdXu6NgDsmLGr6o2LnYBtDSp87t46+h1dbYZhF/lScinygKwvQV/KBARvP85r1uzEk2bqXn4MQK8ihp07xNbPn8IAdgTYndS8J/Ytqvj5epWOXZVG5vsxSSwrDYYnMc5/Poo9MK/hYdf0A3777nfj/nv/YeA7/pALT7h4zQPplu8IYKc87PpWJcROBLdyHnb6+T21nZvHRRI79EC7zUu7tQItTEr29rGlz7ADfLD+xjHsWBJb0uYhQORjht2Ihj2kOkrwA232UpIlFXkOWJCFfWckDUYksbmU2FaawSHY7GmGHfpOBnvqtBMAHtHgm1WFJCKW6L1ENHnpdA1E6ts5+RFv4KdIYpltoG+ayNw+es/Kw+7YJbEmAdgpGuzeYhlUQhIbM+z88RtttCTUY2LoBKAYWm5BnOLR9KM/Z5uGjzxr3+Mzt93m4qMvnuGDzyt2QKVO0RXrjQG71P0YAnZzAuyY9TUMg7ARZbMSmNMmmU/2Qe3/NeUeOA4Pu9DzRTHs9qXERgw7TimVlFiDkqjwMzRJBtGklNhc6ERVJGXLk0MntHRWp8QGYRuLwMOON46SWNe3MMbk56mg5O8l8XOOeVUKs9qXxGa8SlIMu46lukcE2E1MHtVsBwYILnetYjrMHYgAa1buBYAMQx6w4+du1/J6toW9DyLATrHOeD4bl8Rqhp1lw1UNSWILP3QiC6hRbdvOvV/eTEaSWAXYqfW8RpeXxOp12QPsMpLYcJ4LaoyxcKMqwbAD3GfnDhrHwR99gOkZRAeAXV0aGJqbxMNu6zPsbEpscFAWSakKDIdIYjXLZN+vsi3EPnaAYrwsAsuCXP3E55xk7tX73Me6e/GySTAKACxrZ+miX2eR2tz/gt8AfM1v3TtG38nqOrfpn/YHDoRyzMzEtR7zHOZ7OOgh+XFW+za74iFqH2cWHhzA9pg81pcLshNCK2MKw+BCJ0CJzPSa2feRf3ejGZSA9xl3dCidBOw6t6bqerBu8O3/2Q/hV//HP4hPvB4zxMbes31ctyZ7vqXVbNzL/J2uAOz3Dl9p3XsBqoenn62wtXNSuxNLBQ4Tixh3AF57tJFr0qDC5+6PA3Zd3wtTUg7cC+M+87CHUWBVjmGXXHObgHEpa5r7PMcAdMewy3vY6Z/ranqa6wWwCxh2zMz0GHZG5v2+8J9TPFHbnQrbOgJSAKBCaw5PiW27AT/QfzU++y3/FXD7PcCKrDbW9zwp/52TJwRe5g7JVXl7EiWJfUinTudT5LBAxLr0asQey1QzB9gBQHPl9jihh51m2IdJyRqcNAbnywCw4z2vKX22wxOqx3rEKmDYmbLCZnCnsE/Swy5JhxcPOzvwdl3vorWFYRc3Ot7z9K0gzUMwQWya3ksX402yhFMEH4gbfLU7CTNpSWzUpAvDrpYTsVFJrJzs+jRpFKUzhw8ldYkGZRDj9SMF7PSNGzLsplBSWRI7+H5fTTegMn6Dm/OwO0gSy+ESzOxISGJ5g931MesFsGDZ33/Fbiq+5JZ9/R961zP4Ld/wXnzo+VN872/4Kv8P9EZSJOJLVJWTkofFIIkGkNp+8IIMeHjJSU3o1aEBvFSEfbghmrBBescrYti5CZ0bmTqz8S7DBimUxJbGYzSmALudDpDIlAPMEpJYHVEOAOt7DohLMOz0YlbpeWVMEhsw7BjY1ZJY/Xh7Pex4Az+4Tc/+lNgJHnbc+IaA1E2uicmjutFmgOty24qEHkoSCzgQLQSTAaAMD7s0K5gamba0z7dugrVOJVTLIVNSEkubSr2JI8Cu3Nk5kzcYs4kedtskwy6QxPLpc/h60OYf3wPs1NjJSmLHwdXIWuGmFm8CGx+wE89V7lv2yCu1VNMDGdjDrlVgHBUzmi45dEKH72Qlse6zkcCbfZLYrnXr2ASGXXRolSul6PAS80bq4wooeeMBzdsJSew8YNilQKpkSiwAfNvvB/6R/8wmXt7QOhjQVpva5RTAbkwS+5gpsabdoCyMm/PU42ngerEgz1Etie1bgCTjW1QWsKCxXtJaqEMn6gxgx719UhKbYez84R/8OP72Z+7j773yCH/4Bz8x/l659LXSAM9RpcQGHnZqDhqoV68poC6SxHa911/dA80fXTwfvvZwK9ekQYnP7mHYdb2yLRqmMOwcIcV5dflzlDswjT0TpX/Qh3PyWvL3I7MGWd6a8rADYlusvh8UYMc/5P04H2gzk5vJMJ3tG3r2Ig487EoG7JpkMv2NLrr+HJrl9gz7GXaR5yf3PJsHHqvumScG2I2AaFRPnGGXAgdTgJ1IYmfoUGI7uB5mr4fd7Czenwf7i9vLWQDYOX/ft6Mek2Fnb2IG7MrCqCSOdZTCId4FqZOVrCSWQidGGHYNM+z6Xga2MOxSXjOAJ6MQenswGDZaEqsZdt04w+58UTlWFvpkszDmYTflpHobNrUphl0IxDyVklj1GfBnnfl8xv6+QAjYJRh2wfjtQhbSFEksn94zs4MXRI9hN27I/+rDLS539nTpmYX93aKe49/5jl+A7/9d34Svec9t/w9k07xTse0n8jxJhh01guWMFw77nniC1ewAoVmHDDsN4PFnYkqIS3l4qn+DT/mlxMOOGxpHmXYMuwxgl5HE8oRfF04SW6NLSqY88C1TIoltOwzD4KfE8ud/QglIV/f89FdYQFgOKRMMu7YbvJPokFq+CDzs1jv2sKMGYfBZ09E8FRRvkrSsaFYV2DFg1yUYdhNSYrnROCqG3USZpcewo/F4uev8EAYFxLFkqQ1PcgGYKrg+WiZAzU1TZhh2SnYrgF0Q5gOow5AEw64mhh2Pr2tJYvm9htdNS2IVwFOj3S+JLeduLgPyDLs9n1UUXnRTSxh2viSW56IdN8N7JLEaqEiBDMKeU4cSJ6EkVs+DkSQ2ngPK0r5Gs4/Vo+VrBzDsZuVUhl3r+/lkqu8HvP7IzWuPrmhMqffEPvWzwn9P3M/q9WPXdigZaBhhQtzEum7oBMoZVjUfvieu9VhImEoX1OV8e6d52Jl2g9WsVPOuezz2u55XBaqaQyeUJFaBXjvUFrDgfpXGOAPXV7sxhh1JYtvU+0yrUf7az7whX3//T76a9NONqijd86rer4lSYtnD7iYDdkS4UGOur4J5fHnbAXZmZ+dxYtM1Q4mLwf7+0AQH2QDeuNCA3VSGXehhV6AymX5HzYlNSCygkv5L9//8uXGoGq/f6j2M3Y88BsOU2LIwHjDSBPPw5a4VcsyqynjYBQy7Gp09HBdJbOBhR3/Xd43v3XsMxWEmlDIt5JsJ6rFQ8SKA3fYhXrjlWLB3nzjDbgywU2sSrz9Dj0cUOqFDk8afy7ep8or7J50EH1wvD5/aB9jNTxVgTeM/eK+RJJb3h2+T9PrxGHYdM+zsmyqNwZqNwHeX0Y3NG9Zxhl0giRXALs+w2xn7nG3nUmJjz7pc6ETnTssCffS66eSkAL1j2LVteoA+5MG3rJ0HAtp0SmzkYefYHmJiOArYBSe7SgrmMWG89xw0tvCTEo+yPA+7ALCbgnLT+y6EYeckseHpVXgyGN3wUySxAtjR6ZsAdjHDDkjLYvnk/b3PrFD26cbSK0lqXHuAXTnCcGKQhRl2q9JeHwaluXGtCmc6jrAx8Rh2ic8kBOgmMBre8RKGXZwS2+6RxEZSEJHElpKwyp/VzOQksfs9k5jBMQx2/DBwtqhLJ8+49bL9//peJInV07MXOqEBx0RKLDML5wIY+gy7mZLEYhiclG5iSqwAdhI6MSaJDU+cY4adNL7HCNgd4GEnkthtqzzs5nRNiLUWAnZqjSjDwCZ9yECvpyXAbh1JYnXoBAG3xm3euGYpEC4A7HiemU0cN1udEjulUS81YDdBEhuF5gRMr4mhE24d2f8S39ESDzufYTcXht0IAKJKA0mScqgOcjz2HFUYOrHVvxNJYhOAHYPOwx7ATluojCTxuffCc+s0DzvtmbwZYdjdXzden3y5iQG7y53997nx+zxmUaynMOyOoNjjdDrDzgF2i1GGnTpACu91YdhlJLF7GXbMzNjgZFb53qFUvC84nVfSO9aaYaeAbwvYOYZdIQw7J4n1POyMG4+OYZcC7GLGzqbp8BOfd3LsNy93Hng8WongibYbhCnEydLADWXYPfMh4Fv/I+CX/UsAfJZvFwJ2i9uyDq+wsSAUzY1rzEX51WxjSezDTeMksUOFz92Lf0dX2w/oBn+v5zPsQkWBm4sjcghV8pAsZNhVAWABB7RGB0x9LyFCDGK0Ss6ubVBCksCDdSOS3xlL/DMedp3nYVfIvD+IjRZ72NlrMLS7JMP1RhcHeCLnYTcuiQWUhQCTQzYP8CV33Z7rmdOfR8CuVodUCnvhIMPJkthretgV9LkLYLe7dISyXOjE7NTro73HLh1gBxhnY8a90du0xj5Wi1gyw46a9bIw2AwsC9kIY4M3etM87EJJLE1OYww7Mjvedb0AYUPoh5UD7LrG0UQjSawfOpELp+DKMuwSHnZRNHbHBuiKYTdBEptm2CVOToAkA8x52B1XEydljNLEh5LYKR529lqZwQcX2m5QDDtaIJiSHYROyEIYnvSnaqcmAyCdEqsWwhRo81la3N97d5VtLL3SG2zlz5M8YaNikKQmht2qsNf2Acm+ebPhGZeOedilJvWjlMSGkgH+/C6Vr+Q+wI5+IJLY0s1v7AuFNh06McnDzv3bpul9hl0TA3ahJFbPz3ox85h4ChRvAlNjZth1/YC262UszWaqyRh6J4Pcx7ATwI7H+gLzqnCMnimSWOPmcfcSmGF3JDIJQHnYTUuJRbtRoROtz7AzRhoS/rmwHtQaUWQBu0s5AOjpZ+uQyaKCGHgc1kmGXWIsEGA3ayh0ghl24vE5Pm52be82irof+OrfZP//0W/z/8AYdziDbr8kNhw3ZdDcTfQbdEztG47YhYlpDNhxMy7eu+Obew3YpaRKKYYd+wxfbhO+nFlJrFubKgHs9khi5UBt2lrE6+DexD21gZ7CsAsBkvWGD+bcdXpEbzdk2PFr4XtxGIZk6v2xlDsQmuph5+Y49pq7StjSeIc6Yc+WY9jR4+w1bGeGUrvGal6KFxUU6MNM09NF5a37IpWmXqODDU3Rklhm2G1TDDvyV5K3Rv1xm2TYxYDdZ+/ZxPuzeYUPPGc3+D/5hYfx36Yq3ODCMn58SazfR9+ouvUS8Av/SeArfwMAUAo2AVtFsKecnytJ7M6uXbQeXmEuB4pXV4ENCYCLTSvXpEWJz91fj7IYu0TohOdhFzKOJnjYJSWxoYddnQBgc6ET6h5iFlwoZ8/JoR+uW6VmC71IAw9x7WGnQicYsGsEsJvRw+0EMDdHEzpByqYh9LCbIokNAFoliX3uzM1nz5zMgY//78Af/Frghx8joX6Kh5226VH79YMlsQd72NnrZaiHdUmx69jSikuHToQHEAEDd1mXmJWFY9ndZEmseNiVxLArjJwqoFlnb9ZpoRMl/Xi/h12jGHaSEhuehkSMOweuyGlZMBjWTTp0os8Adg4trr3Gf8zDTt4XJxZWs4kMu4Bp07mbhvf+0XVOpWLxZHesDDsgvlEzn8/Y35rAwy6VqhYx7PikiZuj8KQ/VSHDjpkyCtwqCjPKPnrlgW2GXjxfZBtLr1SSqWbY6fsxbBYEsJvbCWtZ2O95guXT+4U+aY487LQkNgXYHaEkNpQMMMi4uxLgKudF5a53yLAr3N/QwjJHm2bYNfFmNqxZWUi/vm07+SzndeEWo1vvsf9fv+XSX/llqbFQJgC7tvclseGGSrP/Nq0D7DgJj997nWoYE8V/X/auWZlrhl3fqBefufeFYeeeyzDDLpR83uRqpgJ2CYbdrlP+cTPv/8x6E6kKy0wG48AOLr5PVUosJ8RHDLtKM+xonCRCJ7i59MYCBfPMWgqdKMPQiX0Mu8737OP6dX8Q+HV/APjW/zD+I2a6mE4CrKJqM3NuuFmd6DeY3QDdtMqkxIrcZdjftwBOKr+sS1QmbsBd6ISSxM4ZhPKlgNbDLjgoS6w1FUtiMQBj8j4O5Qm9DhNl7Qb2H6AA8DbQnp+Prld/Evjz/zzw039ZALv3P2eZ8Gxkr9/TQ2LY1cZ/HJbErpUf7zAgnRJ7BCX7iOtIYvlajDHs9N/Ik44z7PamxEq6pmXYcdqj9A0ALgh8PplVMoYrxJJYtvyxoRMsiaWUWBpDl9s2+/myJLZtEkB6Gx8+fP6+7XHefXuJL3uXZef81BceRX86+r61JNbzsJvfbIZdovgAln1a7Q/P7Gchktgtun5AvyXAbnCA3WadYti1subuUGHT9HjrMm8lYFNifWJJVRiVuJ7zsGuylgujktgodEIx7HJSQjXvM4ARsvscqy8hiWUG4RD2cgTQcRo5PXZpOttziocdedaJn4u9JoOWxNbHwrCz+MUc9p61NjSdwyjGALuQYacAu696+RbefWuBr3zp3M5hf+I7gLc+AfzQH7j+a53iYceHeo1i2A0udOLsUIbdZA87Auzoc98IPnWZDp3oe7dHnp/FPV1gt2UoeEIwm5stibUvriXAriiMuyDtJrqxy3LkZCXjYcfgWHKDShexNfaiNl3vAI6QYReyBHToxMwPHhDATqfEqtAJYdgZ/zWxHvt86SjuJTrPs0VeOtP8Aw+7opqhndD4Og+70H+vjphg7j3HDDBh2B2Zr4lXEWC3nzYsRUClUZLYYRjIw86XkITeG5GHXWrC0NU1saF1gmEHuMU0tWl85aF9jBfOF4hCEFKln8MD7Nz41Yt20/VuEzkjL4XCjhke42uRWap74LElsUfIsJu5aztVEhvKDpuhcpv10jGeruthZ4xRPnK9/zfMjrnNgN296KTVY9iptcwLs9EpsYG8X29et00nLBSRxAJA1xzMsBPArppjVioPO8AB1zLOJnjYsXnzMUli+f6dzLBby1xysWljiSg1FgzIh2lkDaq4MdeMXRpPXWXv5YgVmpLEyiZDSVCTKbG3ATjAjn9H5sZJHnYJ+Wo1Az72O4CzF+M/ko1zG/nsSHXpzbxmE9oXOC10gteTSJpx0yqTEisA1EQPO56PzpdVEmRIhk7QYalj2CU87MYksR6baoRlt7lPT3hn9D0Adt7i22V+AMMuTPGW+oHvBf6vPwn8N9+FNy/tGHr+bI5nT2dJdhwz7CLAjh5/1/boegcqun7muHq9MLxu/x8oSWzuWgM+Czvstfd42E2XxF5hVRdYgvu0BMNu7gC7WUISyyQILYk1DNh1Pfp+sAy7ICSNiw/ju4kMu8+Tn9q7by8UYHcow87NAa1OiVWWPTcyJTZR4plaqHmc08ZFEkt7UZLTXWEhKfbtNvanu9i2ck0GGodfeBB73XH1/RClxJYewy4E7NxeRA5UA8A78jrvO9c/8ZqlgGeuyCNNXqTb97RhSixjABmw9mrXKY8+ek+DP1/JuKHrUKOzj8c+7GFKLIdOdI1i2B0JYMcMO0mJ7ZENu1I1DEMidIIlsQ+xqEv87//Pfwj//T/3D/Jf2P9dvHL91zrJw06HTrhx7FSJUz3sRnxYU7Y3dM2KMpDEJghl9udXkGsyO00w7Hgec+/11rKKGXY3URIbAnZVIIkNAbvDUmJJj945vX5UAcOuUZJYfZJlX0ROEutSYp0fAHkwZUInhswAZfbR2cJ52FXoY5kQNM3f97Arq0ASG54GE0PLk7mpv0dRRZ5U7ho4GTCX87A7ok1rWOGNKuyfKSmxzLBzzcO2teElexl2oax5nySW2XWAksTGoROASt7r4rHzKgF2L95a5P2UvAdzPmua7qs9LfRGWY/X2YJOejh0glikmiUhNSaJTUkVQ8+6Y5DERpIBx15kED7pt4lAUgrIBrNF6dgkpfOySXvYTWN0SPBE0yEZOsGS2Ku3wC+XT5x0WmyhTp8KPa8oSSw3cPz+jDEyfjdtL+yG+UzNwUPnWFX7POzo7wvZXMwxr0vHsAPcgtq5gwuvEos5g/TlMaXE8hyiwxJSpRl2DNhpD7uAYbcwzMbxGXZWrh0CdirqnsbTQAy7KPmSQa12i4bGYYUYvHeS2NjDbt5dwqCX8TWrpnvYRaET+4rTAccksXsZdhs7znjTvwdcPR6GHfUImZTYTc8HjRMBu0U9CtjpOe5k7g5R9e9YD7sg7VP5+XLVmiU6Jotd37P/J7B4/H24x9nPsHO9QZZhd//T8uXVhQVIbi1rvHC+SDJpHmzpfsoAdoCd/3dy3x0fw05vQK+TEhv6qXqlPDwjwC5zEDrdw476uqHDrfmABQIgBPYABSD2KIcc6LApsfyh/rN0Y92oHnPX9bjcaYad/9rEjD9M8AYQmrIDDrB71+0lvpwAu59+dSLDrlRzIFXbD8nQiWNj2G0qteYya4n6PwZkm00siW13MWD3aOOSS9ly4pURwM5n2CU87CJ7BreHDPszrjrsv7RChse9OvjjyjLsPMDO97BjEkmdIe2sd61nP+U9nnjYFd5jl+jtewhYVwIE070ydEeYEsuJxORR3g1D8PmkDwH1PVUnPOwAe8hVlwWiNHdmlx9aEwA7xk62be+whr6/RkosjY2UIjC0xgKcJLYOJLG7K2fZpscx749NYedqGf8BIUC919urmQDU7jDzJkpiGbCjZr00BhveRDUJhl1OEjsMsTaZ6ayjHnbk8VCQJJY8kwDEp9phc60aqKosMCsLlaLFHnZ9kmGXO8kShp3ysOMFOJQcuiYk8LDTkljAH3yf+mHge98L/Jnfhi3JbF3ohBtI2QUxEYpw9KETgNqMB5LYKTdNwQw7d022TU+eL/4JTxgaEDWSRQyIesWbbW1onQidALTsK25qXntkx/3zZ/OY8ZUqSXXUkthTb6LSUjQ+jS4MUMlJj70+IcPOA+yEPUgLhFrkk2EAkST2CAC7EYYde2olE62RYtgxYFc4UIQ9xUzOw24/ww6AZ2zO4Kr1sAsAu77BqqCmgLEaNW/oMeJZGihQvO3j973gTWnTudAJ7WHXd9IIT2XYmYBh16LEwBuuNtisZ1Ni1TXtjxGwI6bD/Hz893RKLH0WDzdNzLCjeWhBHpVdAkz2JAOAYo+4EJue7oPIl4tfR7fFVhh2sSRWNg96zSJQ0mDAGdYqdGKaJHbX9oebTSvAPCuJzfnIlIpdog8r9jDs+pCpfVMrmxLLgB17Su4D7OwYOV/WsuEc9njYsQriUkInOvc72ZRY7WHnzz3ZYsBuAsNOA257ATvVG3iJebp2rgfoHlrGw9mixvNncwfGqOt0f0NAbwDY6deyVgc2x8iw09PBdRh2yzGGnTH5Q9bMQehaJLF7QE/V29yuds5LUwN24mFXy1xSmR67hqXd9jXsBpbE6ter+tXW+mSHihAuMeNP3ZcJtvDnCTh66fYS77lr5/XP3hv3WJNKeNg1nfISLWcuFO9YADu2lKhuux+ePm//z2mehnqoje3x14MLneh2MRBnGXbE+qJr/4UH+aRY38OOgL4xDzuVSp3z6or6Ua2QiTzstCdh5oCJ9j3tUMh9m2XYBT2fbz+V9rBzDDvtYVcohp19z9I2e6ETB4RP3YRKhU7wZ2DKWEFCpbEVUe/xvop7f66LV/3v1YHRQXUAww6A9zmzJHZy6MQkD7sEw64KJbFXsUIO8AMnjFEM07W8ZvuAbh2+tawd+zU4zHzS9ViAXd3bN9EpSax42LU6Ntc+TZZhpy9wkBLb92MpsURDJsCuaR3DzoRNcpiqF8gXl7MyWvD8SaSXTXDupNJn2JGM0nSS1ui99C6gFdP7rGqF1gI++PO5H7Mbzp/8C3i+/ax9WxI64SZu3vxHC2LSw44AuyM6dY0qvFEPkcQyYNc7BsemteyK0F+nCjaVXXhyJTfxkN4USFy0YpbViv2mSjalCdDm/pUdE3dOZsqDZGSC8Bh2ThKrARa9gG52zkjbBKb0D4OU2HmKYcebnX0MuxBkPCZJLDcyim0k93SOYRcyX+meb1EplqYKnRjxsBtLiQXUJrp1Hpon88p9/ifPyXPdHh56ryuXEltowE4z7MLEa7hxsW17Zczub5r5OmWlh1T27wcUnWM92CbaCLvaUdYzCdESJa8ZdnQYdCwedsMAbAiw28ewU402r52PNq3ysEtLYnn97Gle8QJR5LHVIQM1gUNt790IhNAedm1vmXIJVoCcnuv5rprLSfK5uYpCJ8aA3q63zBwniR050NDFG2d015fEthv/AGbPcx8Nw05CJxiwY0ks+YRNZdg1zLCrUCFu9psEYHdCAAkznDzWsEhiGbCL+zPvHh9Lil3ft/+fANht1EGICUHtsBTQstB+ProuX3NfP7KA3fmixvPnC3WddOgEzbvwH6cojDzHeucAuzrhF3jTSx8kXisldl8ir/TEGYbddSWxZS2f1XPFhfu52pc4Say/Ae8YsKPXsAMDFnqs7zyfWp9h9+QksS/fsa/3Yus216OVSYnVDKdsKN4NLe7FH5XK1/KU7BSotz4hj0LxsMNcrkWfZNi5z6uqGbDbx7Dz93pVYfL3tAKi3fqS87ALGHaFU4gJk6tJMeyCvkA8mctojxR52AVr69XOV7Ppx3MedvS3GrArTAQYCcOOAbuuwUwOPI4ldMJe99lAQHCnGHYj/YRWBUg/MUvvMfEoAOyu3rzeax2TqVJpgoEmQT08WBJ7qIedvX4ledhdiST2SqUda4YdkWoY5NzjYQcQYCcpsevo359kPR5gF0hiywJphh3bM2UMJ70LzG+U/OE4JTbJWqGLIx52/eAGbChDCdk8ARtqNSsjP4B1kBJbUhhAGUhnuXwPO8ewA+KGIdKZdyyJnTlJLOA3v9xMAlg0RG+VhFu3ILJ0LZ8SqySxYth5PKeuUYU36iGSWEWjZVbQpumClFj2sPPp3DzU5Ib3fHISzU0YOAH4bBVVvFlJybIekCz19rJ2sqvJHnZOElsWRpo+vTn12HP0uNxwsSQ2nRJLC8rqbvyeUqcwEXPniEInhGHHktgrxzTLpNnxiZcD7ByLySUNk8wMTTJFcLok1jELRMZTDW4+qVeyKT2HHRP9vpRYBhwHH7DrEp4mWpLLG9vlvPLuNwfS5Bv3YRiwbjon5QTAoRMA0JpADpcLnDFBMwig4Ma3ntgsvNPVrN3cdg2GnSeJZbCJNqSLwMOON3ctqrwkVnti1sywCwE7Bxxa83E1pjVgJyE7wVgg6dE5Ll3oxMjcyCX3iTAKJzbqU1Ji90liu50AdkO9wmYPgzQ6+LmpJWABv3/fw04Au5SVhyo+hLIMO/s56ZR658/r5jgGSDjtc62liUUI2CVCJ+oDJbHsUTVSkS3JWHkpsQmGXbt1zw2gvLKbqbNFhefP5soDzL6PXds7wC7xfjSzbEdAuXstRwTYqXsnBBzyf+QObPU6lKycKiIDyl9NTYkFZKP8jFFyUiVlu+CDtFnlAQnChOsYsNMMO/Kw6xrMaM7cCcMuA9iJvVDwHjMm9gwcvevWEou6xLOn9t8+cy8OT4gqxbCLJLH09o4FsGOGenHb/fDsBfv/2gfsmjV72M1h6NCsD72dQX6ydHhWEZgwBth1fe98stjKw2PYhQeUKnQiTA2lithuchityC76EIpqX0psg1LIIuHvVgIShpLYzrGUeEwGbCoB+xRgV5eFzPeRh12hAbtY+n2jixl2BNh5DLuRvZ6eLwUzyfikY/2W/z0fBh9aExh2dWnED1t7MXqYyaTnmsKw05JYChspZzDGMl8B5Bl2EjjBgN0UDztlY3aTU2KFYVcxYFcoD7u1uiAkJc1JYlOAnSS8sF4/BdjZi7sjwLBVZvlFyLALwYCAWr6clc4PwLhmJzzVmFcxE4+LwYyzeS0fKD9meJoaGelKSmydl8SyITKARWffuzS1CvnNpvEmJbH70fEbX1HoRMZ4Pvm3bhHUp7FN1ytPw5yHXQBU6PGQksUy3VYzybKhE64Z09V2vUxyt1ezSZN4OiX21Hvteqxwc7uoS8f4onhxkcSmGld+D+zvkUgjHp3Ipjbk71R1rRtjVcCway5lg59j2EXXWskOXUosMxrTDLvdREnsXI1lBuxOSzUH1UtgaYHV8+HCe105iZ6QeTOSWP2+9aZUxlNVevdq5KGSKNm8Q91P1UKaaAHsxGMi0zzIfe6ey/AJ97FIYlkOC7NfPq42Tty4PdKSWGHY2ffOklgew7xpbIcybsx5PtleyHxi6GcRa4gb5HaDpuvdxk3/GxKn/Vw0l9wyl/I6nJQ6P24k6ATB/bqvRBI7khKbY9ipgA0+rNhgho9+z/+CH/rZN7JPmfUEumkVsTgIsGM2V6fmpBGWHTPsTuaVBCZohn8qJZYBu01jgxQ2+lApksTGp+D1oZLYCR523jq5r5Sn1DzFsLvyN08lbaYsYLeIbFjur3ciDSsQv5+VYiRu2871MsBR9Xp6Y384w66W8KUsYMdzUCiJzYDyk1NiAdlz3CHArjW11+M4D7vKA1x6fm76/xZ8YGzUmB6woi+3LXvYZSTP9H0fMuwSJvbDMAjD7qXbS+//n7ufl2xKKQsELi90opodH8OOeo37UIdkzLATwI4+qysniS1nDNjF1+1q18laOJsxYJe/vm2X8rAroj2KlEqlTikg+O8B9TnIYbQa87yP1imxYWCi/IPrZ3nv3wUedrm96dXOV7PZ/7NfGf0t9wjKw64qjQNlDDPs6LEV8zqyArnpRde9JhuYfhgcAWKkl9H3lHzcev+ni8kbXNu3D7AzxghLvukZ87gOw27Ewy4ZOuH2x6UxLnRid5Xuu7Qklv4OwKiHnZXEBgy7GymJ7chDzvOwcybTzuPL/igLJGlQij8IBux6ZtglFmsagE1pn1+nxBazYFDnGHb0+D7Dzi3yoRHmoi6y1HMGM86Uh92i6Omx0gy70MPOlDPMyhJNKilWMexmnR1YzsNOhU7krnMoHQFkAD5doROxR1L+b52cdhGcSofjIbyusYed3hSkALuE/9Te0Al/3DzcuHvlfFHl2R66MimxAJIsJy8BlhaHkgA7nmAfif+KGjf8WphBqBvCHPPpmMozfQ087PpWGu2ch12hGWqAk8QOOnSCGXa50IlprA5miz5YNzJeV4Uak+XcMewG22SGDLvQu8xjmCYksfpQRTMbhLE5K9znP3QuaGCkcWcmTciwk/vDuPXGvokMMGzixbzgk+qbzrDbXVr/0p/8C/b7xfl+cDvlYbdOMez80AkBbZUkNtooS+rYAwfYzQmwG2HY7brerZ3quQEF2GUZdlcCCOcOM3QJmKK8kyYVzeG1aWPwkCvnYaebOzq8eHNnx/t/+QMfzz7lwSmY71SF9xStXQzObwY1JscAu9YB+MvSXuNeNeBeoAQVh04AluW0ThwqYejt/Z2QzdT6gGNMEvvoC/b/qQTh6H1Msyewr8V5SmkDbqlgM2VoM3W+rPHC+dwB3fQ4D64aYSqYBAApkljysPNks0e0BusedtL9of2w96XEAp7EVKrv3ToSbPD5M5sE0lJvcIssJ3bGfywvJbZwfqw89wpgJx52hTfnnFT22mzpUC7PsKvpcccAO/u4j7Yupfa5M/t6X75j38fn7k0B7AKLCtg5XYcdZfeBN7R4bfpcoeaEZz9o/0+fMXvYNRt7327NAiY0rFe1bjpZC2fz/Qy7fhjQDf5eryy0PVMI0jrmaBSOJ+8r42GnAw2SKbE5hp0C7DIMO+4lwsM2XxI77mHX0nWoDEtiaQ9bsofd4P2dDZ2IPUBvdNF159CJqQw7bSchNg05hl0I4L2NDDvAHXI09PkNfedITlMBO2FdJtbcEYYdyhmKwmAtHnbrdN8ltlU5hl3Ow+4IJLEzYdgRYFdoU7+10GIrYdjRhi+US/SJZoI97LoRSawAdnaCabpBGn4TetZFHnY+eLWsEx52u05Nkpphl14Y2SvqVAF2cwbsAnlblCipTPmr0rgBoBfVMYadmtz2h06ohXvMxPFYKmLY0TU7RBI7dJhT+iAna+5n2AWAnV4MxjzsNDsmy7AjQCLYlN6/su/tbFGR4eohDLsEYFfGC6gDWEppwEoaMwxK8+nwqdpIyWuR0IkJDLvv+hN2UvwN35d//TelUoCdYu6WNFnnUmIjD89U6AQDdqbJhE6wd+A0Sexbl65ZXBYKyC4KkS6zJLYLxnW4JnpSFi8ldhrDbu4x7KalxPK8eVKqhbIo5PEbtmDo9jDsWBLredjZr+ub7mH35seBP/qrgf/5X7Hfz2+N/z7ggUc8Fqy0OGDYBaETDFI5SWwZs9v5/r54FQCNlfk+D7uNDYEQ4NV4mwweC9GYZ8DOXIrUXObGUYZd572vQxl2VQYwt+/Fl4RKiSRWMexIcTC2ORVVwD4ftHe6wvWUrikfHly1mmGXCV6CYs1WBRYlAcTqwDAVOmF94uzX613np3WGzHbphdzr9e5xtTZHRvoPPmv/f/5S9vXL+2A/0T1sZwAeC3CurDek2DuHqmDAjhh2VSCJvXfVRIwbXbw5WtPhY3WkgB3PR4Xx7Rmy5al1SnVwlPOwc0CqVALIAuxYSSUYZ4t6u1t9GrDz5GDGyHgVYI1ex3ag/lOHTgA4IbB71/W43LZ5thWnZ0ayX/W9AoIBC/jyuvHSnWsw7LzQic4LnTjWlNhP4934bbvfjX/j5HuAD/xK+4/0GXNKbLtxJJIh4efHpW0+Fgv7e194sMkGe6Q87MqiyO5FtZqqyQBskUVVimGXeA/ZkKTe9Qz8O2FCbY5M4qnZwpTYUQ+7Iur5ZFypOVdCJ6amxb/TxQy7a3rYaTuJrIdd+P21GXbTVHp86MYMu6ZtxC97uiR2BBxM+FTrXq00BlcDA9CX6b6Lbat4jx6GrmQ87EQVycEeN04S23cik+sJsCuMkShrtBt3QVi/vpdhZ9wukS6+SGJHGHatYthxsxdJYkMJUemDPMtZFaVorRulqxfAroiks1xXW24iHWA3K+x7DU/4InaWMuWvy8INAN2AKIbdarDvPcWwkxSmcPJPMew6f1I8ygrjnK8jiQWwYsCu7bFt4xPLKCWWmUU8ORrjXktSEpvysEunxOZkX/fpROIWx2BPkcQq2WZoqpm6J7dawkgLXEnUbD4R4YSzs0WwWVKPrWURydAJAPjyXw/8q58DfsF35l//TSleMBnwAizgQeOjIE/PnNdOyZH2zCISCcEBoRMJf6dU8UblrUvXgJcC7tIiRD5NZ7ShiCSxAYDgMQS1JDYM0AG8Tan4Hc5Kd936Ns+qUsUMu7OargVLhplhp9Yb++L2SGKFhdujILCpnupv9k7V6Qv+9/sCJwCv0WbZeoHeJUryfCEAsb0u/FmIJBYVon0yS94Z3DAFCmHYBQcVIpHa+ZLYAOyqE0xf/Vw+w266JHZxqBRGSWKzG8pMgqTHsKNmmE90P/F6cJqtqk8A3jeywvWUfXb4Xu/g1r8Eq4RL+3A6hl0sidWgiJbUXO6UL+as9MdS3ySb+nldCDODG/of+eRb+Np/6/vxn/7Vn6G/7R3D7tZ+wI4PExYHMewcYDfGsKta+/3JvMLz53Pl9Wcf597Vzh3qpgA7ZpaRJLY8Ug+7HDso/wc+CCXWEAk/WP4d+3daDaDGrrrH9ec1jWFn58TT3vpNCxucKpSDMUNoaHcWuKF7aEMMu6oovP5pKQw7C2CXuQCCwF7IvU91sE3XlwPNbi/da2VJ7GcP8rBTAI/+TMpa5rluT9jUTSn2TL3ctfjB/qvxt5e/2PkvB4BdR5K6rlpi4GsReNh1/eCB6Iu5nUd3bY+3LtPM5K4f1P1OVh6FSaZH2++dBF88UoP1hddR6f1bAmRrBQjVMWCXT4mNGXb8/zpYu8O19WrXqgOItIcdE36YoVWCDn2Dns9JYl3I4vFKYq/HsPNIA0wqaK58b9lQEvs2M+zY1mLb0+dI4TpVYaZ5ggJ7JLEBcWcYfElsYUYJZQAiyyjXR3NKbNrDToJCb6wkVjUY7GFXlQZb9rBrNuqC2MFTCKIfNMIpllcoiU0t2PQamOHXdL3zP1lMDJ1gSWxdRrKDTdNHkthZVURSScCevkka46yUf5tlJLE5DzuUNerSOBPDDMPuFHbxnJel//dFpa5zsCAmJbEUOnFETVxUSmYHIElbzf+tAuzo1x3DLqRk+5vKJKW2cAtlVCkPOz79yEliA9CGT0BvrwLAbuzkiDf4Qw88/Dz9zG6EK9n8ag87JfWhxcEMFsDkJvNCyzm4RBLLgF2cRpwEhqcAqzehmswJFy2IVWvvyb0psaEkFqVbYCsniY3YStApseMLHHsYvXFhP5OTWRWf0JEk9ow87EJJbMho8E5HEww7feLKGxoGeOVnat6dctLObM/zij1wCLArQ8COxto+SWxoaAygvumS2JNnHUMQsAm/+0oxHRhQ8HwAuaHg0Ak6gebPYlAMuygBkxl2fK0XtzGna7gNmSxqA9d0PWqTBuxcAneOYXclc5UE8uQ85uA26MLsmNqoF8ywu07ohLI3oAOYK9jP4a3L3Sh7AlD2GDe1wvW0ZoadknimkuiD0knXo5LY4FCCG/6H60bWK8/DDiCGXbyBmJVlxFD5x//wD+P+VYP/4H/9afvzqzfodRvg7F3Z1x+9j0kMOzfvTZHEzkhBsZpVeOZkJmmQF/TW3rjYqvcTA3aaVbttAoadueHjTFXOfytbvQ8O7ZfEJjzs2jTDTs9thzDsTtr79jXAny84dfWcD19pHJdo7ZwgoRN27NQlERro81spht2VlxIbyiP3SGLVe7y/tj+T/hLAuwmwe2VEsimVYNiZzl93orCDG16SEkuMSO9+p894QYDdQAc1fbWCoTVnCOZCHou83yyrGZ49HZfFWg+7UBJrsvZMWoLP1zncQzt5KgN2wYGu/lqnxObuSVaMDEoSG3jY5T77K61mC/dxtDbUUehET6ETPuvJhU7wHrpVKbE3vNfjYkyFGXZ9P4lhJ4ngKYYdBn+fGUpitw+u91oPBOx2zLAjwO58We9PWZ/yXDlrLAA2jFOlxKqQQO+2iCSx+z3sbq+OQRJbzvBn3vUv4/c23y1a/cLzsFtHlMMs8yv1IUxh2KkkNsAOVj69rZdn/u+GqbGBJHY1K5Wx70joRF1GBsD83DxPrJSJrAPs/IahCdlZnQOZ6rJQkli12CkK6xnW9HqCpq3UDDv/LSclsRNvthtdcqOGDLsJKLfaKLCJ70Z8X/zPOaRzN6l0vyDMxCvxsNMMu7QkNs+wo4ZqGWyMxlhC9cq9z3ufsv8nsKZOMOy8YAN1DWdocO+qwTAMThLrMezotfDpRJsA7I5lwUxVbsGkBbHqWBKbnlYjNqOSxDpZNYdONBmGnWOnjBUDqa8+tK95OSsTgJ2VxJ4Kw45e1pA+Qa0ygJ0A1+p9M0h070oBdpXysOs75aGyX9p4WtHv0PUR4/aQYZcD6wt/Htf3Zz274WOyKH2QLmTcpUpO99dyeukHd/ihE9zQityf7uUudZIZMvyWd9znkZXE2pTYUNrHVZfB5kGeixl2h4ZO0H1ycOgEbY7RoumGNMjWZUBh7UcaSGJ3XZ8E4IG8Z+SNq/D9Vuxhpz57Aez2S2LnVYkFtzmKYdckJLGAa/g1C8UeApQAlFIhcTg0rwt1+GqDK3R/tN51wCt/135z50snrVPbx2TY+ZJYn+0w720/sJqVqMpCwJkHtG949eE2YtzoWirAbtcFvcxNH2eqDvZ31CyyolZpuTlJrPP6co+hJO/qWvHnXZiJr4f9zZr7AID14I+pkGFnhF1v+0/un/hQStZXGktL5WF3ue2ifpXL0Hvsw540MY8xw04UHICkxL5xkQfhpVK+bR5gNz86Dzu+X9lz0JuX6DNeDLb/MNTH9/UKBR92B4f3Atipw6t33XKy2FT5DDsOnTD5oBElB00dqALKw47X0VSoQeLzzD2ePoAOGXaSEpv57Ne7Dh3P4UoFod8bMwSZYVehtY8X7PeYKORJYkMrkJtedBhWEcOuGzCRYceMRjVGNfah95kM2LFi4m1n2Nl/F8CuTai09tWQGe/6+fn16DmotAw7nRKblHaHktipHnYMNvM1vXGS2HqBv37r2/Bfdb9GpF4e5bDdRhu/LKMiCdg5w0gg52Fnm5yBGC4cFgAA9eq2/7shwy6QxC5mZUQvXidCJ+ZVkVwY2VMFoGaJJbEmDdh1IdgjzBDrYScMuz7RSAA4M3ZyTXnYMUAabYSlOVEL90T9+Y0uBQIAgE4Jm/y38Bl2u7ZHZfxr46j8vKn16d7e44XyA0B52KUksT7DLudhxwy7W6sAqBjbkBrjJmUeTySHlEVQjZWt9kFQiwMHIVzuujTDjq97MnQiI4k9pkqdQAKyIJbtOGBXhM1Kxw1OFYdOmA67hIxnaugEL4IM2FmGXbDgE2h72ttFqhPfkXRD5r1+JYltEpLYZW2fnzfXdWnshkMtqhI6MXLSzhutM064JWB6Lgy7gIks4yyYz4Rhx6iku7ZHkRJ7+nz661wx26tvwPYgDF4NMO5zqJhhZ/+N1yXHsEs0U/MEYJcCIQCv4dlqD7uQYSfs5WDNonnq3FzJ+OL5djsC2An7CZmAiFxx6EQAYHqV8w3Vhy8NS2Ld7zxYp0Gs7AboplXYkDPDTqee0v35Ix9/Bf/Kn/3buNrF66CWvC4KknrC3a9JlgBi1rAxah7UzL7ArBywCgrtkRQa6H/89Qvg83/TfvPSxzIXwK/re9jtZ9jNyR+aZcBL8vq7v7X/f+3hJjKh1yUedruAYZcC4G9wtRk5X7YCex0dfpSsFMCcYdCKzL5OsI5TRZu+1fY1AMDD3rfpYfa5+Dcp/8xt0zmGHXvYBV7JDOKuKdgpx7YyOUlswouT5yjNsOPwidcfbbMsYanS7f+kaG0eyLc0Ct+64cXrzUUKsKM533JsOhQMiNQrFNxXBAw7Ccwp+BBSA3Zpn8C27yOGXVEYJYMODyjdAYEnS331J4Ef+SNA38X78VR/KymximGXk6nT62pUSmwTrG05Dzs/dCLtYVeLJJa+R2d7ymC+dww7dw2isK2bXsyw42DPiQw77sW9/UFRur/R6wz7rZ1QPxmGUkytyR52PsOubex9MTkhFhhXauW87AFh9ko/1lyl+67QZz5k2CX2F1oSO9xYSSwI9YVj0JXGiN8CmrXQXvd72CU+cGbY9QlNNhcPPvLPudx2cmoaScZC8CYhiQ0XvCTDriqS1HM+fVnWpRe/zoBdeLoe+QCEHnaplFi1CM6xQ10aJ1tTZoghsOSuQUKu8lQw7IIb9ZD3pD5D7puY+p5j2PFnl7zhRyWx7GGXCJ1oN+5ECTol1v8M2cPutnjYTdyQMmDHJQy72DvKS+krKpFg3CIfsTcvthkPuxHALidVPKZKeXwAjmFHm6ycJDZm2Nl5pEHp5gHVULS72AdKs1PGipmPLGNZzRMMuxUz7Aiwo8VeJLFhSqxRDOkUw041cCEbZsGv17j51F0PBtF64E//FuC//a1yL7CH3YlIYgPfrCEArgMm5+W2xe/5c38HP/SJe/K83u8BmM2OoInTrLpDGHYAVgR28ilzVyjmCDPsCLBrAg+7LpUeXi/9uXV5Jw1CAGoDN+5hJ+E34ZqlGHYM4LCn0GhYSeO/5+kMO/u6+LAmyeLLhU5ovx9q3CSVDL48XNfxeNjlGHaxJPb3/vm/hT/zY5/F//h3vhA9DDOVZmWBOXn8tloSm2HYccP/Js0pKw2cKEAsZQy9mldqQ9jjE2/4jLa3LnfAx/8P+817flH6/WfexyR5pEptdGxUzbCjXpau6WqwmycG3jic4/7G/v/Vh5tpHnYNedjl/M1ueGX9snIV9BlJ+bGupIddWrVw0OcNyMHG7OoVAMC93s3JbWcPPgHNsGO2M9lhtCyJZQ87ugYFg7j2PXFPmGfYkTdeKFNPSGIfhB7JgMg1d12Ph5vEQbSuREgB+x8zYzG7P7mhNROGnZu3pBR7aYktqo5Aj9kKZU0Mu4BtLP6bhWObs+w4F+zR6dCJwR2QZiWxipDiBT/8qX8M+J/+ZeD/+F53SMb9V6q/TfjwZQ+YCBDuUMqa1gX795z1hfWLz9iWBPsvAbDhp8Tye5Z+UqmdclYcN7aEYWeve+uFToww7DKHXUklF685rN5o0mNvb01NiaVD/E3Hklj7d3qu2f9cIwdPkZc9zTumAEpLZOJ+bGiuxM7PUzaIbRXtYSOGXSytPlehE/2NlcTCNZoaPXcMu43cOJGHXcj8GmHYCf03HIDtTv7NEMPukVpMwmYvqoQk1k1+xLDbxck1Cy9N1g0aL7VM/VudkcRG3hyq0ZiVhWM2eICdmzTnaPxNu7qGuVOMlCTWDHQNj6yR8ypC1g8Ah7Qklr7kpiX2sPOvayvjW421MUlskNAKIEtXzhmr3w897KakxAIxYCcedvE9KRuqqrAbezppfm5pf/fNy51KiVXXmMFDkcTqU9anABjOLZg0/9Qsic2FToTzH92H3VC6+U01FF3CuJ0DQfalxHJMOjfYt5Z1gmFHgF1nvSve+8pfBv6DD+PsZ/6C93rD159NiVW/v5oHgJ3Mi4phF8ogP/XXgL/3l4Cf+ovAvU8CcKfRJ8ywYwYiy/CoeXMeEz5l/X/6u1/An/7Rz+DHPkN0f/FHcfPx7KZ72AHAcx91X5+9uP/3FUB1QkmpDMr1hWpaWWIMZtj5HnZJSawxMnYAAKu7ShaZZ9g12hc0mJtdAMmYh53xfneUmcnWGALYTWzUlSQWyPjksVy4CAG7BMNucHPF8TPsch526rNXoAMAfPbeGvjc3wB+/1cCf/fPAnCf26wqhGXSKYadd2CkaklsszeJYcdgln1titmeOBw6mZXoWXI1dHjtoT+3Prr/BvDpv26/+fCvHrsKUppxtbdUX8B9myfT5I0C3dsnZHnC/SRfp3sC2G39lNiAreR52CUS74+lJNjr0NAJGquLygGXyUr1axmG3dTDMimyDig39rDoUb+QAyi9V5FDTz4sEEms72HnbDNIEkuA3T1msWdAWZbExqETKUkse9i5uW1Rlzib++zWbIWMFPU8HKpR5gKGbmjxevOIJMzevFTN5RByia30gMX8FAWtOaEkdr2zn5sD7GZ4mZN476VBkzYhiR33sFOAnb6H7n/a/vxH/pD0a6MMO2bqq71nuK+X8iSx9GeRh11BjxFLYvvQkzMAZ8Q2g65DbaiHDMZx6GFnuiOUxNJnwEFxnRc6MeJhx6ETVfDZ8J5zlwLsnrX/vzbDbtreLmLYtfHhwN5K5R1whR52wYFEWRhccT+mroMfOhF62IWAXXwYuKhLF5p1YyWxUEwMBdiJp1CzFlosLzTirRYedk0A7OpwclCeH4YGI3tCAPtTFMOFejmrIuacFzrRO6pp6iSLAyd4o+rS5giwC074HE059LALJLE86PrOayrmaPyFQwN2woSBT2EflcQeVyPnVeRhd4AMqijA/jfcNz2QE8v0CQ8DLsnTX2X2GlWYQAP4k69aFLOhE8KwC6QH+xgkGrCbncr4TDVPUUofNR4v0H70zYudvI40w47eX9+4jcTTwLCT0IkwgZpkEXsYdmU4/1Gj0ejQCdVQ9EG6GODYJ3slsXP/fraAXcCwI6bWefcWSnT4FX/3dwMXr+Jd/+e/BWCIGXa6wfNSYmmeV+97RadpzIYRnycVEFOVwdj75A+6J/vC3wbgNlorkcT6KbGbELAL2DU/+7pdJ3qRj/mnt/1gsJofwZh8+Re6r9//y/f/fllJo7tiwA7+xsn+HvkmBYwyZmN0KUksAJy/23092cOuF9AwBH+072qvm/lre9hR4zowW2Yiw06FTgC+VQDXQGPtj/3I530gQNsb0Fy/0Qy7TRqwOxoPu9nK/z7wsNu1vcxfLCn+/P018Kd+M/DgM8Cf+yft70mSXYE5gQ5tCrALergTAq/evOA5RQEnWj2QOBxazvzQidcD4KF65W9a5sqd9wF3vmTflQBwKMNOedglGXYBYGfIe5Te45w292+u7bV57dEGrW7fB3+cOkms9U4scl5XN7y6EMzuYnDSK+XlDLh1Z70PsDuAYTfJsxCIDkkfDUvcI0CM54KTWRl509WmtXMbvY4tZqhL49ik7GFH7FQ+FDvh4R58xsKwC70OE2nXKQ87wJfFjlaCYWd4DqYDjmPzsONeIymJNUYObJdmhxl52RWzEwHsyhCw40NXJYl9aQrDbvD3OVVROCA+DG5T8w3vUzjIxv57FfdfKQ+7kZTYXOiElsTmPOyilNimjdRs4d6U9yrb3klidehEweEqYUpsrySxx7L/oF6i9FJiH4dhx73JO8ewY0uLDX2sLXnYnR/EsJsiieUnYBzAXi/LsHOSWPkzfalEBRcw7HgvlrF2Evn7zZbE+o1mETDswhs7YphwjXnYMWAXDsA1SZxmZ6hJ0sQnIGVBfkk8EN/1NfGLD0Aey7BzQFzXD9h1fcSwm1dlBOQAwBXRpdlzhP+NN0LbkGGX9bAjSWwodwjYNnPT+I2iuoYaMfYWxTGG3bEkdaYqlw4zFYSkv2dJLEuX6iCEpApOh7oEUKHj1KNS/hbuuQt3c6sJcybso5BhZychaahy8qywtFE8yWEBZTyr7smI4UAT3jM0579xsZXG8+6Jel5m+2mPPgGcn2aGHQF25DeR87CLGXbkk4XSJUQWhZzWDI1/zw/DIIDIPgZxaOR6a1krwJFe/5kF7Jb9Jb7O/Ix7O1ev4XnczzLsfEnszMke1O+fCMOO2DC8ufY87AJJ7OXr7sle+ykADrBjlpgAAnSNxci7Cxh2dB9+8nXblITzuA78WM2OYBP70W8Fvu63A9/2HwMnz0z7G2o2ViUxA1JyVGaUiYcdMezo8+1TklgAOH/JfX3rPU4WGaXEUsPTbbHrhqwktlbj2QPJNMOO7pGcv6eubWNTreVwbbIklpg5RV4Se3Fl5/E3roCf/MJD9SZoXu92wMayVi/gnjfHsItAiZtaoQ+weNjFktgZpfN+5t4VcPGK+5th8EIleNOqvRKjAyMqBqFee6SSr7m0JDbJsKs8P+KQKXT6uj0g8IDxPXU9hp0OnVBji3sDYq4usMOyLuUwfEZ95Fsbe/3euNh5rMSQ0b+MGHbHeTArh6KlAV75ceDfewn4z3+JzxTRFfQZe1NiA6WNfdJxD7vJDLvA6/MSCwHXooRYQB3ykxc3vY4t/J6e39tJba8Ng2gcQhF+xkVO9ZHwer6f8LADnCx2MsOOD3z6AfXg+4dl94E3tHgM8VYq6r0IDFlhK+ET5cIx7IohLYnlNQZFhZcmMOxiDztHKhhCJrzah/D6srj8jHrAnfT+3SjDLgbsskEwdA9pSWzoYSf+hcnQCV/y69hUhfd8O2bYcehEIFMUMJC+N33j+o6pafHvdHGQ59ChQmt77gnkjGToBJCRxNIh0eMw7PoeQHreCYv7bJbEdt2Bklg9XyQZdhkPOyGnpAE7b27lYMhZANhFCp70oUjBsvKbLYm131sPOwfY9cGNnZVq9v6NCSDSI0eS2Ku37P9Xd6Rh5EVQGr3f8meBr/xO4Lv+ePzig4V6WSsgrqxlUo1TYotk8yMMu0D6xYBdThKb9LArEimxrc+2GWXYKQDJO8lIeNiZp4JhFyDrh0hi1d9zwyOS2CANOOdh5zPsElJmLm4yM0wFDcrmGHaed9wwTJfEagmbYsfIiVfOw0499rML+zs/98alNC9eY8fvWXv0RWEARzzO+B7k0you2sjOeg6dyDDsxGyZftC7BkeDXR1doz7wnNm2vZALlns2iadTGHbzcxl7v6b8Ee/3P1B8PmrIvGZL7rFKNWVuPlqGHnYC2LmmU0IneDBdveme7NIadfNpNLPEhGFH68GmZ4ZdCAzbcfnptyi1LWBK8+/1KMRb40ZXWQO//g8CX/87p/8NXaslQoadmisYYCFgi+eBXiSxExh2z3xwRBLrGHa7MUmsGjue1HVx2z4dtCQ2fZiha9P2firugaETDJCkZFv3H9lGd4cKn3lLNbm6kb56AwBwOSzlXr3YpkEDD5S4yaWZ4YDMHXwvWsCOQQc75u4/8sMU8OgLLhisNAqw059/miXAc9rnyZhdzPoBXxKbYNivAoYdJ17yYy4vSCr23Edy7z6q63nYOUmst7bz3Lyyh2kL7LyDBGYsvnHVC0BjSg3Y+WPL87BruqOVxHpg9id/wF6n139KDnTiP/AZEHMJnejTgQkphp1sjDMedpMZdj5gdzGshMEWJsTq11Kzh52ETtT+3EBgzCn9KQdLrYRhl5bERj1pysMuw7B79sz+zn6GHc/39jWlfEuPjWG3CADaSL3FacDYYgl7farFCQrysCsGHygVhh1LmBXD7rVH23gNReBhR/e6ZdiRUiBcp5XSRw5INqq/2j2S9VHW0aSHXcAwgmbYBdeBGXaDZtiRfJY97HIMu13sFx+C7/wYO2IaVhw6QeO6EA+7QBLbt5ibI5PEKlLHArvpHnY5BY5IYtV6zPvRx2HYaWLKHva2AHaMpx0qidUHDiYxB0eAnb839lNi3Xv1GXahh50/n4Ue2e6pCRwe0v3tk6onwrCT0AnNsGscwy4MnZiWEusDdtEmeE2A3dL55zza2gEgg/XdXwN85/cBd740fvHBh7usCw+g4UlVpFSplFh1qiHm6LxR5kmGJbEB88A16QVNUO5UoK4SktiQYYcMw66sPWmNtyiWbhLn4gH2dHnYHZgMaNjY2X7Lp4x10ORKo9H5HnbewlVkTjMBl8pTp5kKOolJWCRdCNipcaabzH2A3e33uq9vvcf9mRjPunEiXi3cmNBj36WX+XGSGZ7MSv+0mceoZmKEQMqxUNJTtYdhNxuoWct52MmJJn2mShKrG3L2GAsZdjqJejUbv1/PguSlpIedMcKyCwG795svuEAbKs/SQElivRQyeX12XDD4sogYdp1jd/IY50MYALi0gAf7vSwykth1GDoRAMMsyc0z7ErfC+tpKmq2F4GHndHjlyWg9G88D+xl2D3zQfX1B/KhE6rhabo+K03R49/zsSOQ6AQbAbWZjTeeLtxhrgG7Axl2DCSlQMHt2s7TW9T4+OuqAdbPQeP3EgvZ7K4TiamAmw9uviRWAXblTDpdT+LJEmsGiTev+49x9abbQJaFhHK1g7sHc6ET3Nh/9i0C7DywY1wSu5pXHoODffA++DyNrw2xAPU6uaemJnbb1xcz7DzAjjfESw3YucflEJTXrzoBaO6eqnU26DcWKiV2TWxTAEcH2LXaL+viVfcPl6+n/yATOgFkgidS7LMuzbBzqcATt00Bw+4RlniLJbFhQiwA7WHXdL30TjudIg/InH1CB8yv7WHYlWXQH3ONhE6I5QrVc4cy7KjX8Of8kGF3HIDdcuZ/3tHnT/3fubmSg57Z8gxVRhIrgUjKw+7uyUyk1l+4H1uhtH2vPOzs32kPuz5i2Ln5Rvqz5sL7lbPessDlUGqUYadSYrvMAZPqqZisE3pQSg+s1tVhGLD2Ah7THnY8bpwktrU9Qe9bfcQMu1aBxkey/6jmEKsmNJM97HaZw67x0Alm2F0HsFNzyl4PO/vva2LY9bROh2zebA0KyB71sEt72RvjQsBMt5M10WfYBcGQWYZdMMeGHsk3UhI7GjqxTjDsfEmhVIrlJRu7zADkzd3yjkygzLDbGzgB+BIKOHo5PzcDcHKKKSmx6dAJZtg56RedAhgG7PxTE49WrE++SNLaDOHgCwG7XYZhV3rSGi86PZFg+nRIYoOG5GBJLDPs7LeOYZfzsPP9GTx/xVxzBIww7OIkphzD7orG2cm89EHcfSdHGrS+rQC7BFtFJEk8lumx787t+/3Z1+zCf0fLYfvOTajV0oHZEcPuSBbMVGU97OzGab6HYRexGWmMdCg8BvFA12hoQ8DOzW/75HPPn/vjwWPYaYbg+csAgHcZmk9f/AUAgPeaVyMAwQsNUpJYHjv6NYWA4jlLdBVgFzXummFH8zuHByyDlC9h9bCHnUiv3SI9DIMYcnMzONAYZT+f7lgksdcpmlcWBFwxgMUn/wBkHeRNFW+QGbBLhk4AwNf+VuAj32oN+u9+YMTDjiWxO7Rtm0+JVWPHA+Lo3irMgJoS02YTJLGbRm0UKSVsUklqLjHsEpvKnjejqPD6I7W5Kgo3NxCgcDksRE6mAXddRxM6oQ9i1Bwo7MqmF1YSX/tVCNit7znZTlVgTv1RM8TASg6w402JJ/vfI4ldzUp1+NoL8PC+Z+17ut0QGHTr5dy7j2ojAUAT5g/tYZdio/LcTIzS0gw4V0tlNTBg1+NTb9o+4rlbqo8I+o0VvaarpsPVrov8mY+lPNP6CzWWcoBdANZqdlQk1weSqpPoYItqIx52U0MnfA+7y2EhliZJhh2rctDauY0Zdqh9tjuNa96zcBL8smTAzn994q8UedglQifWHDqRlsQe6mHXdoPYLZiKGXaZfeANrfDzjiWx9j68C2ePMFueoZgRsydg2Mn8JmzzCsaYUR+7roslsVVhUNL8GTHhtYcdg2bNI+9XzlprKyUWFKMedu5zz6fEutCJcI8U+tjrJZ6VI33mUFXuC173aR6v0aIsBpHQsvRbPOwKJ4mdHZsk1hh34Gp2ti8LFTKJ0ux1r3jPmQydYIbd1bg/aKoOAOycJJb+9GBJrH6ulIddYI0VWBuU2sMOEDasN4wldCLDsMvsY6sqeA9v0z73iQN2LnRCMexMcLNOYtj5wEeE5jPDbnVXTvfZw26Sx4SWUABYVT6wxc2UAFkC2BUoE2lMV5r5BMgHxijuJqA5e5tcfQIjHnYBjT3pYafep2pUPMBOz4ylm8S5WBJ73IDdY4ROAMIU4IaHgd8qAGbDOPqU2f6oJDblYQcglcSUS4nlaPnVrAoAuz3v9bYy0r77AfdniXtypxgQ9vXZx741I0ksbRjuqCQxn+03U14mfDLxFIROLM6BZz/sywEBB9gNezzsJAzGB+waVB7oKwy7duf9/TpMoh6pu6uZ1+TfXs2SnjVaAtaZEvjIrwUAPGseRgw7T9KrJLEpT5PwNQrjT1kdRKbHxEoCIJJCfs/Lgp6PxhWzrLYhw04d/jzatrIGcTPIUfJNY6/FU82wI2D2tPIlsYWWvChWB6DBZGbYZe7X+Snwm/4b4Df/t0BRCAjR9YPPkFMNct/uHGAXyraMUQx89ff1StI954Odd3Jzo65N02Fh2FR9mf29qFhKR2t8ChTk+3I3VJLC7F4vPReBC1dYCDtlnQHs3MHmY7Vjb39php0CIzx2ZekDdrc6BcIDwNVbXqgEA6PNhNAJnVwJpP2/rCQ2bqpzktgveWYFYMCdlgAg7c24pw5j2Ll+NslGbX2GHQDcqlwPwbK6XV/g//szdm780meVV2woiRWGXYv1rksGpR1DeWuLx7B7Lf0HQZ9Rl0Z6nLAHB5Du1zL948EMO/VZAsBDrPZ42DE71few22CWtF05oX5VAOza+O9Jfp1YJYGXmnuf+0MnnqXQCQ58yVZCEstzgfg80eU7FobdVEnsM8YCds1QYrlcoGIpXnDdZX4LDiFfumMfJ+Vjl/Kw0wy7LtzKq/lGlEC7h96vnHT0ekcZdmpvQo8zLSU2bRvk9htu7uODLGFZSzCYv/8Shh1LYk2HuXFjyGQZdjol9u1hPr0tRX3aAtuAYbdfEhsz7OiwjVVew+DAqRUx7Ibe38dNKb3uTAydWAuB0v7tdMBuH8OOfsaAbyIldosaA/WTS2xRFirMp925dZh7He7nuq29ZhkPu7IOGXY30MMuCdiJh90afXBjO4ZGDrBTF4H159So1GEzKwy7u3LiwVHpkxh2oSS29AE7lmKVwSCwHnZx85PzsOMJNZTEejIyj2FXoy6N8rBjSWzoYbfLhE7UHmLsM+zi0AluBIsja+S8ekIedhzw+/BJpMSGDLu+d4Bdxrxbf8ZJ2QyAS/KwO51XSrrh5EnZetdXAS99zAIyX/kb3FOHoIl6zjB04tbMfy3PnGYAu3LmFkaRxB7nCb9XX/fbgH/hR4Ff9W/6PycAlgG7fSmxMv/xieSgQifgPMaGYPHkxmY14YS/KIwkuwHAe++ukg06nv8y+fK11UdELn0XDxGu+S7ldvAksZ68n2o/w64VkLLte7sYcpAQIGw7YbFwc0vNpLCs+ICIx5mSxL5Fm4uTWYlZbX9vu7P/vtnaf7Medkc8JseKGrvziiQ4tHEqqphhV1NDGzLsspLYoPThkQdEqLE2tBu3SUmcElcikdZrVoENnYrOOp/BGtoF6Nq2ShJ7yKk6NVpjDDu+j3aoZa2Q4gZva+VGF1jIZncvw+6me9hpb9KVAyM8xpikDtvP+TnzwH+M9VuebKdm6fHg5o5o/aG6HTT2PjtJeZElGXaVAL/bppHQpPc9e4JTrN2G7vT5zJuPS8zjD2XY1Ym1ndf++blsKBhoB6ysC7DA5l/9exa4ev/zZ5HXMxcfHF9urSQ2VAscS3lsngsF0unDHV3B4b8xBgsJ+Ujcf8KwS4ROBPOGA2gnrhfBwd4rw92Eh13MEpWUWGI8bYfa9/Cm3/NIBgBOeLhHci3n5eVVsKFtul7eY+iBe4cYd/czwTlSwrCzj930OmjIXk8+mOiPBLALPQsjD0Pq/54lwG6NOc4XtWziK/jXna9xLQw7+3svkioiTLAG2MPOv9d9wC4Ykxza2LXiNx0y7BbEMGpHPezUPUDjJZ8S614LH0oLWDjiYcfKEcN7g4hhRxLYkiWxjokqsmI4hl0XAHbFkGf23+gisHSBnd3HT2DYNSHZgitk2HU7d52ZYQccHjyxj/WmilPe1639HDlQ9FqAXUr5kbPG4vAXYwAYdBV5TpqdryJiABOIGXYAgdZpaXVdBz3mIYfEB9RjAXZ9kBJbGiWJhTuJDm/WaKJOSmJ9tD3aBN//lP3/+bulYeRJ4FBPEUAZttK/sYddETHsdEqsGzRXGQ87YdhFKbGK6h8M+kkpsSOhE5qtkPaw05JYZtgdMfMpbFoP9Uujv2ffIt5QhMCsNBqDHcNtihlRxqAoAM8DImbYxYCdY5G4z6/rB2fCP1OS2ClGqtUc+Kf/KvCb/pQnyeVxopMZmV3qQifsPX0nAOyYwm9fewawe5oksbkiAJYboH0psTL/Kc8Pj8JeBiAUFc8xUxlhen74kmc0YKc+g/d9k3z548/+avGzeMY8jCSxAjh2vbrHZtLw6QbuPEipFYadmtdLDdC0W9+j4uotYHDjfSHgi71XpHkTwI4Zdm6zzn5Bd05mWMzt7zUNAXY7FfiR+byOvuhazWGvA4MSJgXYDRkPu4kbfD3WfMCuBnuxoN3Ia0mBaHwoFzLnrihpddYdwrDr1XNN9K8DEIdOxM9hRKpWySGhVBDMcDVBEisHnzfew04dNCn2kJZDD4GH3TmC0Imrt1RKrJFQrmaKh10g08tKYhMedqdzlxL72oNLDIOVwrx8Z4lz0CalnMeBQiN1XQ873ky1mo3Kdgv1Al1px+tZpcaLWivuEejzwedP400KFW+OLnctrnZt0sblGEoSyEsDbO67f8gBdonP3iXFjnnY7WfYOQn0xPWiXrq0QQCvDneFYce2K2eJ0IkKnb0HJCU2CJ0oGLDz38+KbX0iDztmGo1LYq9UKM5JFFplrwVLerNV+gy7NuFbenQedqEkNuMP9gzs4cQV5jhfVqhIElsFDDvur0O2OR+wvvYw9rDrhsGROAbneSqAXUYSO2hyxs4H7NjCxYVOJBh2ej6kz3RfSmyjGXZBuKLYYql9Dd+XRWA/FXvYsaqCJbGdrB/2SZhhx3MdAXZ9I+v50UhiAcWw27keGdjDsLPXNSfbFkBOh08sbrk541AfO153TGllvCMlrG/6k4MBO9kfmDRBJVwLQ0ks779ofV0Rw06K/euqpVsX9L2gAbtgjq3r4D28TePsiTDsCsWw04Bd0RHjJKDDtv3gJzaNhE7wqVC0qXrjZ+z/n/1QtIBOY9jRBR56oO/90ypTKMDOR/290AkPsAsZdjTJZBh2npmuBjOMCSSxQegENQBx6AQ/hn3eJJsxAdgJw648rkbOqxyyPhUcomsWYAyR9Dn0BgwTkLzX0gUbOe0dkAPsEh52evN7pUzLT+ZKEhsaXh5QocxXP6eML3p9zwV7mZfvqPehr7kxT6ckNlf0eS4Hf74Ly2tUh0HmlDYInRhSvjoA1g3PMdNAlI+8cCavZ1GXaebpcx/Gf/uhfx9/oP1H8Tee+0eFHn/XPIpOUPn7wpPwVzLHaNDR8zeE2lwrxnKtA092wcYe9meySQrYUsYYzMoCO5kneZy5e5Y3F7dXNeYzAuxakpbtyNsu59H2NFRgAC5JaboJYblAKImlsTJMBOzKwjgQVUvPlBeL6XajXjLCsAs2cpegNFIC7HhunBw6UR8A2AlDrM8+R9ETewSVMGWkgmTIS7PEM3Qv8P0bFrPgb76HnQIjNWBHjKNhAHoGPNGgKgzOTXBiv76HRnx2CrnOO8Wwy7EEQoZdCuxA1yQPJmZVgYGS5b5wz841d08sE+aWobkn8BzbVyKRPIhh13r9qrBEhT2xRFvY8XpaaBCJ5Wbufvzq99yKex8qx7BrsW764/Ww02wezYCI1guqRJ/BgN06ybBTzEx50ifEsAO8jeWbOBPAjsOQvHVS7h1KiaUxsUXtK4zoM/RUQdApsWm5VjG0/r6rVQoNABfskVsWMbuVwPIHexl2qdAJf+0+upTY4P6OGLXCsCNW9bDErWWNilg3IcNOfMYC1hdbJyQZdgkPu6IwshftQ4ZdIhm4CCSxc/KE3fEal/KwKyqXyEmfaT4l1ilGekmJ9UkNKYadAIahUir0sGNpe+9SYudw97Rj2PE1IAC8UyDUMTLsDIdOHOJhFzLs6LCN502eS6uFHSsC6F0TsJuwr+M16YoxPgKezw/1sMutYfxzHvPBfkcwEbquyxxgp5UE4fjPEE9m8+AzOeDg75B6PMCOmafGSV4blOgG+r5jUz+fYQcA3lw94mHHDDCPgTIMwJsft18/86FoAZ104qk/9L6VxW83lOgHd5pWJjzsUpLYK/EW8yWxJb3+MKq71Uk7Cd+NNudhR03l3LSY62sSsBSTbEYtieWE34GBySOayMIKqdTKEP+Qv5+HEsDB/5z1+O36QTZz3k2faaDFO6BaxqcDiSSmFIuEGRplYewY7xInYgdWVcSb31gSa6/jHC3efcs910t31KQURGhH4HCQ3vlUFTEWV4YYdpn5xzNbVuOjRRmwNDnJKJ0SO5Vh9+//xq/Gd339y/gPv+ur7Q8yzIFP3P1G/P72Oy2rlxl2eIiQ1MzzuNEmyuXMNwaniuRr/L3ym/QCT7iBKOeOMbt9hHXDBs0x2FSXyjOV50c1ztjv8XReYTkj2Q8BdlsC7IbHWwJvdgXMXQeWxZtE3jy0AftzqiQWUF5mIZOFQdZ2OypTrXK+ncSwq0KG3WjoRJcGKPdVJImNn4MB6y3qmGEXJEP29an0BCmGXd8P4vOcA/pvTOn3puYQ3W+taTM1R4P33l3hFjPsuPfYPnKhE2UhsrApklhmKnK9eCtOO0anQyeC9Z/mnlceXNHjzXAyrxzDbnk79a6zJSEEB3nYNR4QKbJYBRK1hX1fZxqwo/fETMSX7yzx/Nki3uRSnWpJ7K5FcfQedoUP0mnwzvuDeEPFAGlSEquAVPcYmZTY1u0BJheFfTXzuxhQSMLvGxTe8Ky2FRE/UZLEKoZdXcUM/FAS6wA7/zNmQ/QSnX8YEvQDbLdyMo/7Cwbs7l81PugXVrDmNN2gvNp8pktqbr2JFQJ0IfuQ+7/nzX0AwAWWOF/UIpOrM5LYMpDEPn9ur10q2KPtB+Xx5h5P1u2wj2GGnQbstj5gN6MD5iaag9R6qQ7ceH+SZdgpFjD/jvxuGXrYxfsNTxKrDrRDD7td70InONQRMCiJdCL+eLwH7wP1z7GUYth5HnYjB5CTU2J5LmUgjwGm60piJ6wrzFS9amm/gA6FAc7C+yn7XHtsHSJrLH9PyvuZriTAzgSAXRg4AQTjf5O1dqoXmSDJJ1yPJ4lNJsAYbIllFzLstIm5N1mPhU7QTettaC9eBXaPLPJ5933RhDrpBEwjwn2DZUmGmiixaTsH2FU+GDSvy8jbDNAedpX3+Py74SbG8/8TGj8DdjollgE7ThFzp8CrMpZMyPOaEYYdIAOPGXYmTDk5pnpcD7tAEssVSp9Lb/wOKiV2giQ2lxALJJOYxKdJbUovuKGaldYos00DMIeU841yzxOHTjBbbod3Kxnsl79LTWzhNS/9k9aDZcrHVGToyqlDkd8mFf+46wfv5DOUxLJk0QTBJVcHhE4Almr++77zq/HtX0NG6pn7QsIk+gFY3bXvxewc4EHFY8Vj2BV1soGrysKTrEUMu771T9q5gZifugVz+wibHfuvxUDPrCpU6ETM5JRE5VmFxdzeI11LYAtJYocvEobdh54/TUtE+RSaZDsyDzDD7iDALmYFe6+j22LGYyoh458l/DQBm64IAFU73cNu0/RYjMhvs6VYLqnXAkBMxHdDFXvYBSytrj6VniAF2On1OQx5uXF1qrxu3vxZ+VIDUBedvX636w5niwrnzF67ZeegYXfpSV4ZsNv2idCJBMtHN/cv3VZr6R5JLABZ51+9z4DdHCfzCreMbdT7AGzdV9dj2DWoSpfyLfeK+Ect0RBgd1LS+FVm19/0Ze9CXRr8nl/zUXrctIcdrxHrpsPlVqfEHhdgx/ffzLQ+Cy7LsEtIYiuWxI552GmGXXreYJXM5JRYAPiOPwR8xXfgrX/gXwfgEl2ZYfecBqFL9ubi0An7u5th5u9/aCzdCto+lxKbA+x6f24O+gHpLxMb6NskiW37AZcZab99Mr/va7tBrd0ESCZUHTe5QklsBGhSv/Kisb7qj4Ylzpc1amLdzNB66Zs8b9QShOBLYlOAXdcPLkVV3evMsNPMW/sPCTWVeGhbBtGMJLGyF0952AHxZ5pNidWAnf0RW+2EKbF63eP1wGiyw6DGKRMmSpbEkqcdOuVtPI8fO7UvOirAzq5vC+zse5riYccMuyr4bMTD7tL/fx0Cdocy7KYzt3le2XT2cyzR43xZT+97tPw2VaF/fCJ0AlCAXY5hF9iaeOM/Q3qoF4Ev/WOQaMbqiUpimYGxIdZDSYBdWfp0WEACZ+gb1qrrRcl+uMwA82SHLIe9/V6gmkcGqakToqg0pbFvMS9Ic48SV7tOEt0qORl1MkFpftTAcR52PsOOX3+YUOX5n8kg4InJxCmxnc+wA4CVdwLrNyplalHUG3V6To4cL54KwI497B4vdIIrBGY9hl03pBeuXEqsJMQGNzbgDCrVZDkX2Zdi2IVJxBMm8H2VWkC5oQhDJ9Bu8c//ig8CAL72vbfxwecVYBf66VVBI/zFwLAjwC4XOuEz7HzAzpMX0AJR6JNBHJYSm6wM89QDztRidQrfS4Xn9zDVuk1Jw+GnCMvXHsNOsTt1IAtvnLePRMY0G2KwqS4LFzrR7YIUp9olKs8rrMjDrg0ksYcwyI6u1MngH/ruj+GbP0wyxjJmdfBcJ+sFXcfuAM9JL3zAex0MQG/2MOzSzAsB7DoLrMymeNh5oROHMOwIwGRvtcRz1AzYoca27f33qySxu6EE5ucOPElsdPX6fOMZdgDwS3+X/f8v+1fkR0VhZK140Nr76XbdYV6XjmF37gA7rros5DpvUwy7gCVgjMFdxUjyGN5a2phZ/5nB8doD+xqePZ3hdF6JbLedHSaJPYxh56sb5F7hg1zFsBPArgg8eQH8vu/6GP7m9/wqfNtXUaDBHkksALxxsT36lNhwLdoL2KmUvoUw7FIedo756J40J4m9BsPu+S8DfuMfw8kv/u0AgEfbFhfbFm+Q7PHZMw3YucAWnRK7Re3fCzSWluUg7w0AzmY0f4QedhJ+0GGrQcvOByaFYZew3FjUTiY7KovluZZSFXdd7+ZhCZ04Lg+7RWC5FFmSUL/yjLEb/iuzwqIuUc/UZ6vuzx2lY1asVKDPnXsklk3ravveseh4fRwG8XCLUmITAYMCyK2eAeBCnHZjKbH6e/GwS/d7OiVWJLGhh53sS9292AjDjt9fFwQM+PjBmgCfwgzCEkQ5i9l7wfzfoYzVTTe52GrHTE+JZfBznk2JpTEQMewCBp6uH//vgO//NwLQhuoAhh0f2vNYrdBP968DVGrwPoYdk5x8cI33L63ysCtMArALD+48hl16D7VYHgFgF4VOsMZcGHa0gQ087IApDDvfw85bsN4kwO6ZDwGIN7CTPJ70c3WtAGstSqx3jmFXVD7Tz/ewUwy7bcCwYy85mpTj0Ak16anERX6vLiU2kMTOTuSk5aTUNH7fwy7pE+GBlA29PpbEPkWA3XU97Ep/QioGH7ALxy+zUZIedqEkVibIBMMuOMEC0pLYCxljQYLwY3nYxawWmfSZXcqP327xyz/yPP77f+4fwB/5bV/vP1AIBoUn1zmZ0tNQamEF8htvaSiGwWtIIoadiqPXJZLY+pqbrsx9UejXVZRoSvt+TuAv3vz6jZ6vjYmMhbn0Yvzeuyv3NwDQ96pxV5LY2anzkNg9knmzGmLWw6wq/NAJL/a9VAy7Ektm2FGz3DQkiT0yT6eDSjUa73/uFF//HmoqEqETvHlorulhBzimUcyws6+j7PZIYlny0vobuUcDbfRaXxLbD3mWhg2dyD9Xtuj9ztjTL3j8tuuFGcGHah4Qp5q9ezjDyaISCbv2IOXSKe433sMOAH7F9wC/66eAD3+L92M+NL23tZ/Ned1iWZfOw44SM4etkzLOSnf42fQqtCQTOgHYVNfwOQH40saMz4wAdg8dw64sDJ4tyXy9fjsZduq19p1Lgaf5SPxrqyV2xo7XlQkOuwCgqH3vvky/Ma8KuZ+27fF62DFDZ2UmAnaJz34h89IYw04DG2kWhfu8D982nc4rYYd+9t6VpMV6Mm9lT2AlsZQSi1myxzR9662xt+dpwI6D8yTMgivwehyTxBpjxOZiNHiCe8WhB/qWQif8eTgVPHCTK2RUhgSR0Ld0S/2TTo7sVIAYj6MyAOxYdvxw03rrWt8Pdq0LgwiDHtIr8fNiD3gDw2AMpYLWHDrB67Wag7xKsCaBxHqlJLG8bobBfEmCADPsGDynsePeiyOyAD4be9aPAHbBfdAWR7b3IDDtFOvJHnYuGCf0WQwkr1lJbMCwu3gN+LO/E/ihPwB8/K/GT3gAYFeXBc7mlQB2BXrx951U8lyZ+Vd8G8cZdm3J3oA7f8+S8rAD4HnMZ1RKy9URAHZdwDBi4G4z0AUiwC78d/23AEYlsY5hpwE78q971gJ2IYU7mlBTVRSO0dc36nSgsAy7hsEYPqlgwK5Eybr5VEqsAHYBwy6UxOpNLg8w3jyVRpmpc+gE36xzSQQ60QCTUFPJYNGozTCXx7Czz8kee8fNsFMLWd85JH4qOERMyZNagSboI98XY4y3KIynxIYedsywS0liabJUHnZjoRMyvg9Jic1ULe9HSWIjDzs/QOJr33sn8hNyp9Iz/2/EW2z6xH50RYveCltUhbFy5UTJ2OmcJLankaYXDpHE9r40Yh0G2xxaqZRYuHmZLQ7a2i5YJ1gnf48lgTzXJO8D+EC2SKlVorMnjdENhJLEMsOuTgF2OnSiVcwaeo+XwkissFrYv+toHO4IsMvS65+GEsCOxpFaQ6QkmdBeO54HTJ8GPcYqYg3JcziJ9xjrjYE4vWZ1/SAMu5J8QLVHZI5lt/U87A4wAGYfqQzDbtP2mJNclseet7arzdu94QyrWTWaUqk3rUfBsCsKC74FcxyvSW8QYHdWtljUhWLYEWCnwpfq0jjLEGLYDcOQlcQCwO/5NR/Fd37sZfyh7/6Y/w+81rcbAGmGRUF9wmZLYAmxm26X5OVUBY36nrpWSixgfeyqgPWl7s0dHXgLYJfYvEbfBx52xhivLz52ht0qYthlPOxGQifGPeymMOxIEntI6IQqZoT+6CetdHJWFr7Xq06JDRh2dYJhh77RSkvMM5JYATzQ+XNzcMh6ESo4gmJw8MHVBIYdALQbtP3gyRaBjF3PDa4QsIv6r4CRIyFJczd+dlvXy4mH3eD3xHosaBYjH+q0oSTWU2lkJLH0u2VhHBhDPsV1lBJr77G//qlH+Ae/96/ij/7QJ+3Pef3cmxLrADvuJSMPOxOAatAedmouG/zDV/t89v2vFWC3oPeAchaTVIL9X2eObI875z58Q5LY/Qy7rGw/Cp2YyLDTIN0rfyd+wgMAOwC4fVKjG5hh1+GZcB85Vns97AJWabAnDQG7E2wyoRNKOQb4DLvMHmq5CnqHQ4LODqgnC9gxAk4NR0kbzpCBBwST9ZD4IGgjZcYksc9YeV7MsJu4oOrTSTkdqHC1a2WjWIUMu7pIethFhvBBaEZ4utfoayebI/Kw0Ay7MKK4msvEs/QAO//GcaET+v2WAHxZW0mbj/IxWFrveAlg1/mNVzmxOS0YsFN/ij76d0Dd9MrDzpfEJhpAIJ4gdfEErFJiUww7DUDYF5HYgB9YfNrZJBZQlxIbMwCjCrX9oYfGF0FK7Arb2OxVlXe6SNejg+/PATjAruobLzTmUA+7qDKS2CJodHa0cT0d0gy7IvAjzElif9WXvxD9re9hp8a4eGqsfA87nodZHqw2BL6H3ca/54oKV4oxcEKS2J4BO/awOzLGyUEl9y3NE8IciWVYzAQPQycOYtjtkcSW/VYZkMfrjfPT9BPkrih0oiSGnWfanwHsbErsNTzsOPgp42G33jmpbUFsaS99cu5klfeGM5zOq7y3H3xw8igYdpniTf5rG/teT4sGC49h97L9PwEtxtj3W4mHXRx+FEpiAeCjL57jP/iNX41v+YoX/X/gtV5vOIKxa8iUnA/i+NCJ01h3xWFNNssLJ3maaeC727mAlra3TRpvLuolNsSwWzDgrAG7cP3MeNgBllnMVZk9m50bWnz/sd2E9K97Pezce1+OAOajKbHBHOXYK9fbNr3/Odv7/cBPvwHABod4/k2l88/cds7DbjvUfuie6jG/9zf8AszKAr/mK1/Mb55ZIYI+YNj57zM6EA5KgifGJLF6bWm32GmGHYdOHJmHXSjbixl2t71vt4X9nGdKEttsXW+/E8DO78e07+89xWKUAIcIsNPBZeOS2LooHGC3soAdM9Zlzafx9q/9pZ/F5+6v8X1/jQE7f3/Cv1+EB9P0ehoVOhHaBvF+I5USazziRZ5ht+nd884EsKvjxw4OBZsD5/d3vGa2Dz4xG3uQOoFhl5XtR6ETrGjZw7B78Bn3dRKwO4y5fWc18xh2EfFjrPZ52IVkmWC/w+N1VznmYjJ04hoedlWonHubGHaPtXoz8s99FQNzLFOqiK7KNxozlLp+8NNLU3G9AUMtKYklhh3T//lGzZ0QRVXU9gPoGufZQww72ShWCgyi59rJaaVm2AV0cpowHWCXDp2wHnY+mFGXhU1sBGJJbLVAyww7HZIQgH4SYRzqzkt+z+xh1wEGKKvjauS88oBXDdgdlhI7KywIsGv7ALBz16YqDHYIGXYmeqyDGHbBCRbg2AW6wboMTYG7a2xIg6plk+yehyf9WQjY6aY2rFBGoozmvb99GiWxtOjNTYNZmW9CPemppHCSga5qyAuVLrbreiwKZyAOTE+JjSojS/akugCa0i5Yq4wkVlK36HFyEol/5hvfj/Wuwy963133QxUmVGuARgDtU8fS3D7CeneXnjM+XYw87PT4LOc+w45Y3z1LYtun2FORawrDrvAlsfxZMsNuOIhht0cS22/TwRf8a0V8SNH2Ay4YsGtYEuvGWS4pdtv21/OwE1kaS2IDht2uxXMEpJhqAWwDSSyFKwDAW7AJsTKXJyR5fM8VBllm7jHUKfU9r9CUsSoaLEuD84Bhx/f5rCxsP0jjzgF27nqnGHbZ4nGqgZzQGFqZ7wPAS8T6PS22QHcNwO66DLuuVWNCgXX0mvnAW0JT5CDCxBujnAUHbDL35ynkgD2aj22+ixh2py8AF6/Ya9Y1MYAZBLgBe1JiU4qITF/lPu/rrb8s5/7Bn34dAPDy3aAXZA87tNaygV5TzLBzXk2/4qMv4Ef/9X/Ygkj/05+0P88x7EzIsPPZImOhEwBwi4In7o8x7IrCvo9uZxl2XR1ZE1S5vckNrVlVoC6NHCas9khiT29Zr9iqLLAbSsxMh506jOf+uggksYAFRR9tWk923Apg5+9F9QFlt49hVxq3ByGGXcUedhJ8wwCxfT2fvbdG3w8oIg87nzUnxYfQQ+lYgWwbxKETDNZqCx56/qJUAY96bBjf5qnpDbrCWlMxSxDVXHAIJ4kt7H6L3ndTHhtgZ+eLHMPu/tUOv/OP/Si+8UPP4Xf9qg8DGGPYcegEjQHtGQ3kAbuHn3dfX7wWv8ZDGXarGR7SOK7Q47nTA/aDKWKXrtA/PlCg8f6E9zenZp1h2GUkse0mUkNKRUEtN5hhx8glK6LYwy6UxOqvPYZdiurIHnYIGHbDANwn1Jci040xHuvkZOqGtlTNDtN5hxIX21bAEW7yWGY5rzIpsUwnDzzseOOzCzYWnv9ZID+qS4PdEEpi3c3K9OeFlxLbee8p6WEHIPTseDoYdorNFfi9TPt7R8Xm0zTxfNH/Dn/8Jj3scpLYSSmxCrBjhp3yc4o8Rp6AJNYZvY8w7EJ5a6oihp3zvbP//hRLYhUIe17kQU3vnlTyAcCdPAJASYDdjAA7rscPnZgmieUTqJOIYWf/Xwx+A+4dPqiqygL/0jd/BN/4oefcDxWg7Z2Iao9HYtgN20fY8Gl0jmGnPezEo68CisI7RDlZzuk90ilw88UA2PHJODVhqY0o+3twSmzPgN3hDDsPhEi8jqLbSfpq6pChTsxFXTfgiiSxRcPsLCO/22R8kDZNd72UWPF7IiZm8PjbjbsnzMy+Li9Q6tkPy5efHl7AyWycYZe7d46teJP/+tq+j6VpcF5uURq6fgTYsY8Sr28iiSWZkx47KYZdtni90RuOYJ6ryfuzIMnsyyRRZOnp1kwfJ10/yNw8jWHnqxs8Nqo+aKjmWBNreMGssjF2ujoACeuu8gc64z89MkYxzwXLgT7X0+fdP6ZYdqOS2BTDLuVhl+6rrhU6oerDL9h1jcfNyzo0BfCkq0Pjeq0NZr4lkGxM7Rx1a1mTUidBfAge12M/BwwU7i/3M+xGDm4B76CoSXrYUb8xWAn8MZSei1bh/R5IYn/V11oiiTEuPLDZpSSxfP3d9ebgiXuXCozrXCAiAHeva4bdEIBn4nNoH6dKSGLLTkliezcPcWgkAHz+wTr2sBPWXHAfdOzt6iSxMcPOPxwGFGCnJbHy3owAC+K33Q+yB647J4ktdagbV+3usaY4wBrjJhRLYs0afd87kI3ur7/8E6/gb336Pv7gX/kZ/N3PPgAwxrDj0Imch11GEvvgc+7ryzfi13goYLesHcPO9NeUxGbm38jL3l8LGKfa0v7mHFc+YLe+Z/+/vOM/7gSGXez7eAMBuz68GQMPu6qPTdhTGvZJHnb8IW0fuUWZqL2Afyo0nWGXksSWuNi0cto0J7Ny/nc/dKKU98Lsl1Uoie3TDDuPnSWo7Zgkls0152hoQl14DDv/GkYGnKn3DAdMlcfsYaeTvsZOo3OlfLUYsCszgJ0DXfr0ZisniW1Y8peSxCYAuyTDLpTE7vc02FcCmiRCJxzDLgDfUhX6voSN8NMsia3mGAxLwfLNrL4nBz6NNHzPK4bdzIVY6A2sk91fE2TKGKY65p/9fleSJ18A2BWhhx09TqPnsn2l5OteKqgePyQF6DcP3aFQwleoLo1j2LW7aKOlD1FOFjyPd+j64YsEsAsZdomNKDczIom9vofdPsCu7Hd7QidillXT97ggTyDTuA16yjKAaxjseuw87A5n2PG62IYedgqwK+mgZaMZdnSICAA/3r8Pq3npzeXhBpXn3SPH66Tn4sPahdnhlrGfV2tqSSY0gQ8he+huO5Kr0PUujG8TsLd4ThPALl7/65rGOnoUBnjxlv38Tq4B2OkxPhnAUTYRHojr2XjM5BrKvZIJ0bA/yzPsdEq3EBmOzLOTPTWXDF4ubrn3nALsUqETlc9Q90r6NbVuZ8K8suyVifX1X3rX+/7L3xWEnKiU2EExsnbISGLDzzzn8SSS2M6fm2XzGayXidAJwHmsjXrYqffhADufSZb1Mr/BpTf2RdjnLG5539569t3yNauhWgXYiWdb718XADhf+GxHwK3J7P0VSmKboUR0bsXBZRw6YeD2F7RvZsa6x96Cs7QCgC882ET7E0mJjUInXHAjA3L8+fJ6nSKS8BruAh57xaZSsn4mS3S97I81YJckqaj9FnuXHU3N2MNua/sxviYEsv2tT9+XX/07n7NfZ+eoKHQikH/mGHaPFMPu6s34NR4I2D17OhfArkSPF84P6M32edhFklh/z8DtBO9vTs3am4vygF3Cwy5ci0OG3Y30sBM5h4+ebwIPO611T95UI4AdN3SyYPGgqVceW+l6gJ0CV1Qk9aNNI6dN8zoInagdYDfQZKwbAXnuoJHqFCMLCE4eAqlaVRZyMiMNiGJHsFx2WSROy/YBdqppHIZBNibHHTrB76n1gaGpEiN1Su0YdjElG/A9GMLTI/uNAg91jTHsdAoNlWxIk6ETLJd+fMCuLhRoAgvCM2tFThWD0IlkhWDQF5Mk1hj0lf1cz8YAOzUe+5Y97LiRUR52M5akbnzAjg8FrrlhyH0GPLUKw44WNGE1UEnSV+83+l3Gwy5Zal6sNVis/dWIYdeuH7o/k7GuGXZl4GHnb7Q0w+6UQicK9HiwbtBS6IQ5MsbJQRV52CXmC7pfSz6wChl2BwDsPF/kPOzm2APYJTzs2m7AFaXEGmU0z/NjysNu3XToBwV4HNI88RosgJ2/fu7Wdh7vUGBWz+T53N/XwDf9HvzEnV+B/7X/eizqUiR0wxAzAvvh6WDYnc58wG4+bMW/bl2eycag6LYo0Es/V9B13vQ+2HuQHBZw6w6PkcS45V6uRI8Xzxcyhjjde4vp40TLKycDdspXygO3+b4sbM9yNTBgxww7/0DXf8xAJqeKGVEAcMJ/emQHFDwfzZgtWy+TFiJSiWu1OFQSm2XYHSCBTtRLt5fiYwcA3/A+H8DTHnYDbZw7U6FHIWul/5qDHjO3eRbWcO8TB4KebZ8kVhh2+wA7tcFtu0EdnPgedoDPtLrJ9XATA+JSJ89C2LOAlW1TMbmiVYxJ+xkMKBKHYgyWasCO93CDCQC7zu1ZowAPsWRqAQw40X0ppcQW5GHXtL13L20Vw+6ty12kAEruewDly2w97IYh3iOlFHZbkcTGBJqUuqkfXEJ73RFor1JiPam12m8dL2C3duEagICQP/Oa64d+7g17HSQYJ/TZZCZdt7P7ZO0Zrf8fMuyu7rmv128FpvjIs3oz9fKdpQLsOrw3tAUYq30ediFZJlAU8fjYskd36GGXA+z0+M+QHo6CYce9Mr9pYwwK4yi19UAMOzVBlwnZyxQPO/FwuLIJS3xiy6VlsJMBO71Ya4bdtsUjmqDnM44pdymx0swTcMYbQ2PUYu6FTtj3qhdL7+QhOBWclUYBdmFK7ELS6RYasIsYdkQPDhdE1TS2/SBMsqo+YiClUCDZdYAhbob6TkxfhWFnCo/+4E55HADrn34qWreuUQ87nhASKbFqQ8qLuGPYPT4IVgab5F3KQ0g2/mMedkGTG4ZOPM2SWAAdTdhnRR7U9BpVupathE6oMcTeFWaLXdMBP/7fAW994u1LiY1CJ4hh1/sMBr4NysB7pe0OAB3U/eE1bxp8JsCuJ8CuLEwSnJ5phl239VjIgEu9W80qCQ8qMeD+1Q4dAabmKR2PAGKGXQrgD0MnOv/0/5Drw15RkfST5rwFdpjx5i0h45+J5EUx7LoelwykKEbNGMPugtbuxXUYdry5JRZpEzSouy1tclBjziBVKLX75f8q/t/v/b1oUGFRld4GPwQYs5ufI6vThQ/Y1cMO54P9vK6KU2/jtMJGPj8GitnDjsfOQXJYwI0nHiMJNtpyzubTPd77jHs9zN66wvSDL36dVWGmMwF5Q9q1vt9j0LOse+oDORn7CTDsVrXxf/9IitcWL0CGmW8pT93ERp/ZJtFBAqD6lP0Mu8eVxALA7/7VH8WsLPAbP/YyPvh84JUkHnYdDPcHBfnZVokesws+8z2hE7Ek1h93YrmSYfCf02H2w80+wM5JyJKS2CNk2DEb8he//278j2XtS7XV19zftZ4ktkOJHiaRZs3XnveUgFsjhvBeT4Q8SOmgPPQ4KdX4Xtn3wIDdTgWcdKZ0XnkgwC5g2PE9WYcHtEoS26lQPkB52CmFEpewqvXhA++fFDijQWveH1e8ZyrrNElFSWKPDrATSewGs171trSOvHHhxtQnGbBrHE7hld53NpcJSWyGYbdWgN3QA5v7/r/vY70F9Z67K2cDhB7vuXvAZ7LXwy5UJfrEApHEUijMmclJYoN7XI//jA94dCj8GDZVY/VYq3c/xM1mWRgxraw42ED7MyUlsSkPO/YbCTzsmGG38i/qc2cLAFbHfWeVaGxS5aXSMAhX4NG2xeWOJbEBw65yKbFND9QArpT0Soyj1QlfiR4dSuzaHidzK9nxEkYD1LYqRiSx1QwN+dvNPcDOpxBzDxmdvCggpe0GMdc+ag87DQ5dBxgybqF4kSi6wrALHkcvCsnN1nVSYutgYw0ojyYrozLGiCRSPEYmpAbtq1r7iMHfbMukH7LlUhWCQaHv3dMsiQXQCcNuBLDTDLvAw65OAHYrbDD76f8B+P5/Flg9g6vFHwfwGKETnQ+0cXlhGAA2wrBLh05Ug7+hOQh0UKfEXuBJq8aPeNhZwG5RFTCJsT6rCjm8AODusSD17mReAi17ova4v27QtARITU2SPsaqAyZKKv2Q11k+HWcJ8sAedocz7CLWG72OpdmNBkFUCV+6rh9wSZJYDdjN+HfbeMMnTJEi75eXrcK3RAgZds2WfH/MTNInU1K7jSSIFh74tG06zyMqmTR+hMUHXcx4rfoNTmEZAJfFqdfAzuEYZjzONt1jMuz4MxaGXXxfG5p77iwK/PZv/XL5OXvFrYfpPdC1wBt1WOp72PE9QcBJb/8vm7QgUMx/zDxg9zQx7GrxTV0mLUSkUpJYYdg9pocd/f38ugx3AN/yFS/iJ37vt6TT5Ol9zbFDz+CIob3UQQy7MQ87dQ2C9WAfw47v8UdjbDP1PtBu0PSDksT6HnbA8QB2/8lv/lr8qf/z0/hn/6EPpH9hfgZcvGq/PlGAnamAwWfY7dre98hW6zFfez5sBDTDju91+gwlKDEB2Kk+u0Insn9US8d25jCGrhegpglsASxg5zP1XZBEMIaF9FJ5+yNAM+xiCx5ew50ktktiAvrAezPUgAGqlub7ap70x/MksdUBbK6bUMKw2wgLXB98vfHIjanP36fAkBzDrprb3nugzzoH2O1Uz99unZUT19WbPvZyoCT25TtL9KwqMj3OFgfsB/ex+SKSiO9hLApQlsROZdjp8Z8hPWhAdFusMH+bFBNPNHSCv44YdsnQiZT/mmbY0YdKwImg6wLY+Qy7Z5TB7pfcTYAiqUqEFXTsYUeL0nJGvzNowM6+ph15ClymmC/6hI+85vhmasOThwDMqKtCQLk4dGKBrTDs1MIZ0KuFYReaG6hB3fRu4aiOWhKrmtZrMezcQvGP/6L3AgA++vzS/zcqHdKQ9LDLNVNTUmLV6ca8dDIqHi/CsIsksdcHWysFDAK+N4+ASGGARKpCQ3s5BWd2T+Zk4imptrYnsCwDS5VeHHoCqPg00zPwVQv1yc/8D/ZnV29itbEpTatre9jlJLF+6ASfQC0Dhp0D7PwG3LGFD5HEdsJMabrB99MRwM42Y8tZmZRz1mXhyTck5Yk3vtrzsXCneg+uGmHYFU8zYBeYRes1REoYdnQ6HqTEJmV4mcp62FEzuMBWsS3ieaBKsObavhdJrHy+cB5oKUmseDGVDNgdwrCj9TNgHMrrYcCumI8CdrK5rwoUhQvJiBh2mYTlY6vnz8jPTwWOnfQE2JlT28+VLI1uBMQ0A0tiDXoV5HBwEid/xjRnpNlo9jH/tV/9YXzlS853ajHYzc7lAQy7a/mZqd4rmRLLTCfq/bh/djLP/HtKAXbvUXKjZ1aF//tHUszEEXlwvYjnNV2JecuFTqQ87ALrGSBrNZLdDB9YSbAOkIPbORo5oGoLYt2lPOzCQ+Gsh507hBiTxLoD4fQYOSPywqMDGHbtSOgEcDyA3QeeO8W//m1fnjfJ1/tRBar0BLJ1QeiEgJiAd19zb3/ledjRNQrvdSWJjRl27jFrtDhhtnm9FJCGA4D6Aeh2lBhL8zfvZd+80Aw7+x52wrDLAXYF+sFn2I152O06Io1ob0ZhU8XqJgDYDsyw4wMa5WGn97zqs+iOjWHH+wCzwQmnZBMAud51uFTeua8ReLfJMeyMcXvPnWbYsYcd/ZtSeWF9n/8YOCNfxq2zqQFwMGD3/udO0BLsVJsD733GjExm/gy9PUNJLDPsSmbYKcBuGCZ42G3zkljF5Nwd4IV7aD0RwE7fSFVhnCxixMPOU5qMhU4g8EdiSubitvdaeoWq35rKsBuRxPIJh0hi2YzbGFTGB+x4ofNOptR7WVXMXrK/14UnD8GpYF0Y8amLIoqrOXaD/beZPqUJmroqddqgngO9Zdg9FZJY73O8BpNLLYRf857b+Mv/91+G/+g3fiX9W55hx5tbT86Ya6BHPewCryn4EgjewApjKJLEPkZKbCiHVIETwhYVht2IJDaXEiunHYeb2B9TNbVd+G6NAHaVB9g5+QDgvAQBKEnsBtWjz8iPX959AsDjSGLTn0HIsGPAbtEHDDvDgF0QOkFjZhLooMB1PzVXgc8E2BkCaBZ1mWSTzsqAYceADt0P3v1iHGB372onoRNHHbazr0ImyqgktoNBHzHszAEAex6wIwAYOyz5pD9xcCF+mvr0vRtwxZJY5a8yKonlg40i75eXrdJtbgEXqMLV0samNTPZuG9HGXZ23IkEMmD5OA+74wbsXrxlr/Ea7Dd4hdVgN1OPQAeozCAyjXx+DBS3KLHreiXpOZRhR+NUQPsESMuN/uB/BnMCxq766XPB4zHsxiWxlx2HtrEkdmRTNOJh91UvO1DyztK3ajmWcgw7lRI+llov10oz7EYAO57f9AFrxmrEfeZvE+ip7g9D740ZTx44kvNJ3iOJrU0udCKQxD4phl1nJbHiYXfEoRN762u/24Zl/bo/4P1YQieUncy27VFrwE6NVfYCvVSSWLlGkSTW9ZBZJRUsw26l113ag5i+kdfB6xoHTnyIEo3futzGDLs+YQUEOABxKEcYdrElFu+jCr6v+j45lvUayVYoFTPAlCTWuxaqz+iOjWHHklhssBKGnV1LtRwWAN68tOD46KGC9qkLGXYJH3UHYN0GFhSQwwdiXPt85cK3VJX4nl9n99bzIu7dRmsfOBiSZQKmNO9z1oV9L7dx4fYsuws3H44y7HKSWAfYFf3IPvkx64kAdmGCjgB25DuR9rDTDLu8JJYZYLJg8YChTR3X131JcJGnlDQ7jQPshhKPNi0utvaDWQYedgAcYEfJZrzQLfVpqwfY0Uunm0lvMqyHnY8Ep1NiFcOOALv5WOhESnoMQPuotF3/dEhiE0zJgxrTwHfuIy+e4c4ifSItHnZ9n05L0gEYusZSYkPpGnwPH26yXIrXk5PEeiwn9Vxzr0GMAcWowiY3K4k9rg3D1GoqOx+dYSLDTjF6Afg+SAzYYYPZo8/Kj5ftffv/J+xhF4K2m5I8xzIMu5nxpYZhEthoKTarlxKbCJ0wO7v5XlVw86Aa63VVYEBhUygBd/pXzdD3gxykrOal3McFety/atBQ6AR72z2VlWPY6WZD3Y81OpfYxh5212DYxR52dn5bmS2W2jw+fLk8F6neoO0GYewnQ3mSDDtaj2WcHnCyzimxDCQFj98zYFfM5D5c7xKAXesDdqnUb+Dp8bBjht3FwNKaC6xae/8+ZMCOGEQL7GSzxwy7hgG7a0tiaV7YPKDvE/0Mr+UBYDcjht3FcDjD7iB5pPRejfN7bPpoE3DRU+8bSmKTDLu8JPbF8wXeRUm4L9+a+b9/JMVry0wDdqMMu7yHXVoSm/KwG2fYPY6H3WjR8y2wg6HXIJJYvbbmeswsYOcOq7YpwK6aKollD7t9gJ1OiR0Uw86OxaKwXufAUwTYfd13A7/n08DHfof34456k04Bdp4ktqg8FtlqRBIbkQFov9INpecJ537XXuQaHVaFWnfVHmRJzK2OvFl5reUwgEebNmLYiWdxxLDjw5cK3RAQU/iwt0ww7GhMlnwvakmsF/inGHb0OsuGGXZzj0wh5QF2R8qww9qlZBPY+ual/TxfOJ+jMJYg9tblLs+wU3+LnQbsRkInNOOMmXhK5QBA2exMX1e++SteAgAUw4GAXSI52Cv+Ob+m4ECCx+BVZQG7U7NxTNcLq15CvRKgVMpj2O1X8M2GxLr0hOqxVm9Jic142DHDzvO4S3rY5UMnWH4qm0HaxMkAovqNH3sZl9sWv+QDvlR2tLx0UfYDKPDmxVYW92XgYQc4EHHX0wAQhl0OsPPBEO3RU5dFzI4bC50o59j1JVDAp1UHoGc+JdYZ9jZti8IEpzfHWBpZv470Mkxf0l9HDDuSGmdTYjOS2CkMO7UhLQsDQxMxb/KcKTBPTGlz5ENKA5CAOkXWJzRTQicihl3oJ/B0M+x2BNidjjDsOJSnHxTDbmDATjPs7Nz2nLmPeuco6CsC7Pik++DKSWJDwC7DsON53nnSXMPDTjWdLCW3klgFJhFgV5If1VmtABEvdILuxaJG1TXAhq5VOfeTuwOG3f11g2pnr/9RWwHsq5BhNyKJBax0JmTYHXK/cpMYM+w4dGLrvFgSgF0dBOAAFrzbsLeYDuUJpPy6mJ2wDNIJJxXNW/z+w1TXoXFStcWoh51/0i2eZQFowButYwfsXiRg6EKSVgecbG0T/AC05klasJOEGum7SmwbBygc7BMmktgH/ve6lFetLu5TL7qfL4Zdo/weuwhIf9RVQAGUHTNjrxc6YYzBX/oXfymudh1O/+aP+r9/JJVk2I152CXAzQV9RpvR0Al1/RIHG8MwuMPMtw2wU5JY+ux3xgXRSeU+82xKLO0rotAJv1fm/vJ0D8Nuf+hEkBLL/YLqU8vCoO+GmBl2zJXwrerp8+u9lNgOt016fT1NSmLZT7sEOrgDBy/kIfF6yhrodpZhB7XuVjP7vH2DFbZ4iFORxHJC9btv28/w0baN7rdGPOzSDLsdKnR9L4ddhXG9Y8oSi+d8UTt4klg3Fo0xqAqDth9EWVEwHqAlsVpVpjzDu2qiVdZNKXrtM9PhNvnB8t6AZel3VjMMg5XEfuHBRu6nNMOO3n9z6bxeRRKbmFP58GtxyxGk+O+4+sP7xLE1a7T2Mexykliad3gMXhWnGFDAoMdtQ+Pn8nX7f0pQ9kqP/wmEII89+4TrsVYe9jwqA8kro998KpbysNsfOkEbWdPBGNXQCsPOB+yqssA/9Y3vx1e8+xYmlx44krhT4ROUuGIMsFpQs68YdgwibgNJrOctZYw0iIvSl8RKEh+/rygltoglsTT4unImDLuZ0ZLYgGGXA+y0JFYDMMfMfNKpWTlTyNG/T5y8ZyYHB3ANKi1Jn34mPFGAaR52arI0xkhTz5vGSHqdMUc+pMITLzH9LhOA3WjoROCnF/7NU+5hx1HhZ8Pl6O8xSNWrZgvwE7B4oX7W+H4Rt2EXl/NDjFp1ZbyQChMCdmmGHY/9OgTscg1cqjzATktilbcZNRFla5//rNQGzQqwo41Ty54RysPuUiV3L+pCmunCDHjrciuhE0dtBbCvQiZKCuBX92OFTiSgThJ7CGA37mG3whYLYdjF82AlhtR+mjrLLK1HqR0nPOfuRkIn5tdJiWW/J/awC5gLA13LrljsAez44CNk2Pm/y2/12AG7Z05m+OUfeQ5rzMVUern+AgDgfs+yG/IyNDv5/EznDi52XX99UCRcV1Igrazz/mfA0tPLbjpIeK0AAnWIlWbY1RiGAQ9bGoO8dsq8fVjoBAA8czq3Xnb7DLtvaLEflQB22sMuZdGRkA/LfZpgwrpDe/VYCb9UzUw7mP05tRRgx599k2LYZUMnMgwUpVbyJbGBd2Ko4AiK+45d26cTd+V9ZFJi1dqd3Z88ZdUVDNjZ8dWTlU7YQ3HxHvJCAXZyjUwASHBQFMponQLgPnfTxlYUMz8krSWGHdsCvHTbztUXmmHHh1U5RYXy1GsVGFvtCZ0UVn+p9+Oxhx3g9iscbmQ8SWzCt/3sBflyvXwRR1WKlPScuW+/qBXzERZEf/7c3lc/96br15PeqkwWadZuPzrz12aPYcf99PzM4S0hw24sEClXMj8NlpEytRKsS6/CeTEgKAirdzDYsed4T++HGXY67ZlLj/8Rht36w98OAPivu2/GcMj7OqAeTxIrDDv1gMZJYpkaqJvRSjGUpEY87Er0/mY2RIYfpxLMrA6F3Ay3ljVKmUQSgF3HDDumkqcXSvGwoyaPN0XyvlKhEwiAHz7dwExOFzwkN7iGST2/fs9dg7ZRC/4xM5/05zhm0JyrVNObZdg5Y9Nkwl8RjxcAE1Ni/RNjOYWnJstJFmicJRrLQ8uxnPzQCa8pldCJMYZdAMiFQRVPuSR2UzJ9Pc+wA9xc2bcswbc/8MZQaowAuItHmFVFejF+9Arw6k+Ov8gMmM3PzX5al8Swm3cBw84ww87/rKUxO0QS23d+4IkGn5lh121QosNZpQ501Pjh+yOSxJazOLlbMexeebCR0Im6PuJ5b1/JySAx01ISeiWdmaEVxpcw7A5gIGZTYqlRvGUuZe1MAnY8HoJmnvsJ+wP7XkY97Gj9Xowk0maLxlchoRPB+knP3xUuJTYltRMvmYo97NIMuzZlq3CEZYzBH/ltX4//7Xf9QzDU3C+uLGB3r6fNgGbY8VzBsi6UHhBwuIfdYvx7IM2wGwaUJH++bKc/J4O0y0MCCFSfkfSwq+bYtm68F5MYdvnQCa9yYM4NrzTDbsSiI8Wwq9W1DisFfukAJCr9t2+fhx3dH6ZBQWAahwCkD4WnSmJ5L5UPndi1vczbJxnLjVPF7B/1sfNSYvvkwUnWsucpq56ufU9jiq+xSGKDXozZjVcKXM6GTijf9eR15P0kOgXY0VxMbKtbFYFsOx+we/ctAuy2rXe/9SpsL/aws8/RUEqseNxrS6zEvnQXMezSKbGA268wKcjIIe3cI1NI3f5S+XK7eheOqspKgLTnDLHdZgzY2c/tbFHjOQpC+cTrdo85KzN7BJ0Em0uJ1R523E/Pz60/IxAz7Lpr7Ov0GpTwXs3WvjUstAoIbJp47A3DgO3sNgDgHMywI8DuJAXY8fhfq/UlBuzMt/8n+Gd2/w/8u81vwsP128OyuzZgNwyDgKOaYVcWRiQsMzpNLxMMu3YfYEfNVYXOBw8yDLtrlV74hGHnBsPd1cztsBX7ykliKSVWpxEmHn8pDDtKie0C084geaQqDFpOiQ0MFLeoBMwT83d+D8FjAI4FGb3nvkWnPUCOTCrhledht/N/NqVSjXxmcvAYdqnNVlYSyx52KYYdI/hr78QhNHF3wDCP28cH7Oocw07fc1MYdiHb74ssdGJLgN3pRIbd0HNzQww73fzo2HRVd8yjPLvu+74Z+C9+CfD6388/eeZ0KGLYGbt4z7uMh10gcRFPk4NCJzrZhLRe6MTcAyxPsMEJp2EHm3Aeo8xC0JLYKLlb+fh84vVLCRWov6g87DKngyV7zrbyWRbEQioOOPhwHnZBE0Zz3h2o09mEJFYAWJ0S2w1+EjBt0jkldszDbgbFyplaKoQDSICPNE77cq4Au7HQCfs65doEjycSZHPcgB1gAfsPPn8KQ4D77PLzAIC3OvbJ4bRgx7DTmzwL2F2TYReugSkmt4ROJMK6AFy004GYdUpVsa80wy6TErttnARcALtJHnZ7Nj4HmoPflBKD+17J+UcBuxTDjiSxydCJwLoDUAehbgzxnGbMxDT06xRtzufKw44lsd5zZhl24x52Ffps6MSlYnTlGHZlYQRQGgfsdErsEPUL/FgA4lC8p6wGYdjR/o0ObJytiH9Pc79ymWDYmSgl1u1Zk9Ji6sVnaJ0HWsCwOy/tGOop/ZwPC95FktgLTxK79fxlYw87+3p2BNilrFJGPez48FQp3sL5iv+eSSsC2JW1C0/T1+LWS/Ll5sR9fTRFvfC7zFv2+7llhvH9dzqvxD/2k6QMPM1Z5rAkdneh9qMhYKdSYvnazk6dJDZi2PE++Rr7beAwWexUD7soJZYZdm7OEYbdQO/n0av2/2MMu53aDyXW4sXJLfxw/UuwwRxvXL49PnbXBuyipFN+QI9hN1USO+ZhFwB24mHnh05cqxKS2E4BdrdXdZJ9xZu9DY2fq3BzGDz+MpDEigeANK1BSmxKEkvNyRY1GgLzCr1gB9ewmMCw65o2/vkxlqZSX0d6qYzwpTJadR6/TdeDL23aEDgjiU2xpwSIGLy/0xvgbduJNFY2CSkT+QOr1D5iQNr0eyyVjSuMu9Yg3zCMnkw8DbXm0In+0ejv8VTYc7MlHnbqes/PsTPqOpGvwm1c4nyZWIyv3gLuf8p+/ff+x/QT9507dMh52NF43hjbzFXDzjvF54OZmv1XSj90opqykTFuUdVrwdAq9l81l/tohQ1OyrQXGW/6twUbzt+n35spm4LSe94CPT7xxqUEBz3dKbFKaj8EoKguGg+V6VyTfQ1JbD4l1r6Ou+wXUtTJ9cYxLt2aZTfsRtLruKEc87Bjw24B7K4tiR1ihh2tw105FyAgGTohHnbjKbHtIffOsRQ198wSeoMBO8WwY8BVJx1u205JYg/1sAvGdOozF3pzArTAYQw77vmWh0hilR3JXIPbau3ctJ0DqJuQYXe4JFaKN1ZH1ufJ/eEBdr4JvleJazWaEhv2a8OQZtg1Dkg2bxe4ru4Plmlvkwy7TI+ZBexoTos87Nz75AOuWVWMhke5pNgRHzvVL+YksdzvPPUMO+rjuL/h6y/BXcH9yGCpTonlNWiQfUrv9dQdypiYAXgHcVHYE/3/tCSrpR0DdjVWsxJ3VhRE4oVObLz1MMewa4eSLINiQkOZUNi5/bCayxIedvqxOCVW1AM5D7u773fPs3wWR1dETHqRAbuFtfxKSWI/8YYlM+U8KEUSe/UmALpGIcNO+QQLm86TxIYedo8R8ghE9hSjlWFdSkWSWL/f1WSx9cxmHdzuKFiD90+33xs/rvjjqr1dZh195tTeN29evD1JsdcH7NRNUQQI+ibwsCu1hn2yh52SxOqJ4Uky7BJSykJRO++ezJLsK5b1bPYy7OzfLisfDGnE+4x374EktkxJYmnCH2r3b0kJp8+wi06wVOgEe9i1KOzR4bFWKiX2IIru9NAJ8VBQm1JfEpuQqAzDHkmsYpuoCVNLOa5UapRIFlIm8gdWFaQ2h1Iu+0uBvDVVStYDwJfR6mvxlEpiH5V3AADn/f3R3+NGdZDQCfu9x04zBg9LxbJ7/ssAAEuzwa1lYqH4wt92X7/5s+kn1h49kSTW/r8Xhp0aT+wRAjvPGwNnIi2S2AOM89X9oa0OhnCTxJH2ZoMVx79nGHZbNrpf35fHcAynmGFn/79n8X8aiu/FgWR3XQbAKp3FAjfZLBM0BwTaOBAiHTpx24ywjKE87BSgIunVDGAzw07kt2p9+//9F8Cf/i1orizT0snoDgmdcOOhRhd5AxmaA4dy7oCAhJ/TVtLaiGGXkQuLD3DCsPxoK7Ar+UJL3zODyOycJFa8PKvHlMSGgF3iM+deTnvVqjXt0SGAHUtiD0nslpTY1r9X1Ny3aTo58DbMIBvbqEwG7I7bw67SHnZjB4gJSxTuZdIpsa4ftv9vIJtZxczdXhdIPqRoXl6YBhUlFzMw4as49oVOpIkDNTr/wEABxbyHyW72qRxgN4Vht0HTDZiLNYFbS0JW/9NaA31W3N/wOFqW6cNTAewSKbFG3/9956nCkgy7ipVuDRY6dAKQNfiM1Av9zjHszhe1sLR2XY+mcP2/BuyqcM0KJLFtYm2rEvt/XhNL9hPumuxYFknsEPTB9dI/AOZ979mL+Lee/X34tu2/jbI8rrkPgKyl7zJv2u8jwK7G82e+JDbHkJW+iwMW9M+0yotLe9jxmp4LnbiOZ7z++ym1jyUeHmQklIuA7bku5pZJd7d/w/7OvZ+z/7/zpfHj8nzmAXbpvvhZkie/eXHDGHa6j/Ukscadhs8RM+ySOvPUB6E2WD7DbgT4OLR0QAC9hnrmGr3bqxkio+K+R8GAXUcn7MRUi7wfaKAsCh8McRKygGEngJ1Byww7kcTaBXwz1EIH9jbhudCJkIGgGryeALseRziR6fKA12swuQSU3R86wYuPPqlMS2LVRNRu4JrAxGa1nIF9pHQTyk39pumckXpVKGbmE5DEitG7zwL1JbFL93wpc1v9Wvi6a4adPgl+SiWxD4vbAICz7v7o74mPQhg6EZxqX1YKsHvxqwAAJ9imJbF8OgQAj76QfmL9GeyRxO6GSph/Hg0cdn6vlcSl7wfHNJ0COiQ87ADEMiRiUJ9ijVWGYccsqy2HTnAMfTWTzZmYwhsfsKvYS+2pBuwUMDfWbJTc2LcRw+6QeTTPsAvmvIQcFkinxMqYNH5DKR52/Fxf+NvA//J7gL/3l/D+ez8IAMJSuQ7DDgAqtFFKLMsUh3IhYE2SYdf6gLELGfB/1xlzH/GBWVgsn6F6rTuzQLCXEuvbgTTsYceSsbfDwy4VOkHP3w8GV8108GAdMninlE6J1feKMOVrbBrl2SiA3ZgkNp18G9U+dsINLWbfpCWxYww77WFHfVTbxWbgck0He420zLbSgN01geRDSq1vKwp84r2Udz9kGXaZz5i+L8wgYUv2751kLPJHztQZ9R+jDDstodQMO3U9U8DN01gsieUDWt4DnjBgF/TDfP0vd62MVTk0KgOgg0MehpyHHY0d0yrAzrcnOCGGXU8KoO0ww9miwokin6x7x2bTktiYYccAYoW275NedylLLL4mFfd+fef2GQFgV4YMO65q6a2h+nr8eP1V+PHh/dP605tWi9sAgJciwI497Co8R5JYVpWcTQXs6hNHVuF/07ZMmhwl/x54dHfXOAjyJLEHMOwOlcQGNk0O0AUezSxgd6dlwI72UCnAjvtV3UNn1lFm2L1xecMYdvrk2ZPEFgYbQr8ZsCuCfwemh05U6PzEyicZOqH9P2jgLeZu0Xz5zjJm2Klmb9vb9yIMu/BGocdf0EMIw459OYKmVUtidxHDzg6+9VAp9h0Nir5Xcjeiv08JnWg51ee4mriotNnkdbzSkqET4x52+rTWAx5SzdROTXIpoNmY5AnHQpmaX4b+dcATksT64yTpITRTG25NmdYVhU6oprrPg0VPSz0s7EJ60t4fTT7iw41BJLGJ0AkAG/JYAAC85xsAACuzwXmKYcdAVfi1rhHQNAyd6ABccTJnANgVhfFCJ/T8MknWp+Tn+j0PoQci3Scrs8Vqj4edbHBZElvOHMOOxzE1JiVJYQukG8KnqjTAuXmQ/jngJLHo7Lrc946JeADDLhs6EQA4OcCuSvy9hOEwwy4A7OR3lXfjM+ufs6+9vw7Dzt0bNTrPTw9wDLu+nCvmTpj8OgjQx3N47tpIcNExM9zDok0FYIGwezjDpu3THnYsiR0qbJXx/eOnxKY87BLglmKFrFOhBJliwO4whp32sNOhE24+3TSdY4/w5mk0dOJAD7sjA+yEfaPZskqiF1UqdII+o2FIzE0aBO12PgioxpT0RYeEjBxaan076e0+h/dSHtggn/lESaxiDTccNOdJf52H3ckeT0Zm2D2cGDrRtzuUhs3OYw+7JDPsKaqB2GmOYUfzRunv17j4+g+DC7aJPOwA6CTVNuth5w7i5pEk1vb0pxRGMZD8foMZzpc1ysIIAeWK/dQVw64sTCwNl7m0zHvYJfb/vMaXldqHZdhUdeBh5/5h4eEM+nokwwGPpU6e8b9fWiUPA+xaEsuV9bDjfRz7tem9KLOJB2XRoEMnUqEUgCIKXZdh9wRDJ0KyTLAndWOvF4bdnfZ1ayl08Yr93Wc+ED8u94/cQ1eLrCKRGXavP0ysTU+grr36LOsSf/Kf/Ab88X/iF3mAWqk87MYZdmrhTCGnShI70zR0RngzspqDKiGJXS3c4H//c6fqVJZerwJ11q19LxIGEHnY2e8XNDnz6TqzArIpsWXhGHZC79SAXfBvGmhiZmKwCXf/7t5zT4t3d2RGxFGVqoHJJGGOVurkPSeJFcBOM+y031uCYSfR4/P8ZJMwUtZmyZepE9AnIIl1rBafBepJPyq1wW4ygF0IHsrmZBewu55Oht0DAuxKdA44SlTIsGOwPDyt/NztjwEAehTAcx8BYAMYzlOL8STAju4LUwLBSWOY2NZ1Ay5ZZhpQ4D2GXTnz5vFpoRNKEqsPYsJADJLEnmKNpQB2aQ+7NbOvrugUslo4aXfAsKuI6Sopbcc+942VMQ4A1YBdCG6IZIoYZWojaK7BsAt92jSAY58oJ4mNGXb8dVOopC5AGFrCsHv4efmbFzafBDAo36s0QJisQgN2bbQRKuQx5wLWhFI7vTbwHM5Mz/DaHPVmIlenL8iX93CKHoW9JtrDrizIh8ne2y1KbHXoxCHecMBjMOwovREVNgmmZK5YEruqr+Hd04ehE35KrPg1sqetyI6ehCT2yAA7NqSXHnnuwNguwWJIbOq0vUcki9Ubza5x/Vc59zZlzsPubVwvyhoDKS1OKW2e/QzToRM5SWyaOAAAHXvFBj0Z95f7JbHMsJsgidU2DPrnQNoa6WmsIHxtt0cSu6xLGXZMBGkFsNOS2FbW6TbnYVdx6ESDxZBh2BUM2GlJLHmvE3jIoLGVONPeNXU4K36knBKb8rCL9/98TWodOpHxsOO/34YMu3rlPY/e9x41i30V+O5RL3WpQo84JZYr72FHJKeHn6PHUqSAOkHK0JJYAewCht11JLHGpAOg9tU+lngkifVVO9rX/8HsRQDAs83ngVd/wv7e7S+Je1XA9RK8FxrZb79wbv/t1Yc3TBJblQV+6YeexTd9+DkP2S6LGLBLpcR6QFLSw46kYqYT6RMAh/AekvyWq0JNEDTZnJ+45v4Dz524gcWvUS2Sm85n2EWnrfR+5gXJemiyi4ymQ611adCSJG3oG8ugo4Xvqksx7DRgRww7s59hx1Hj3bFLYvWNei1NfeKUOtP8MEigN2XeOpDysGOG3WwEZBbTTw3YOQbHhXiMBCfCQJpNMLHCk85d6iS5KNymN2BcZV+Llq3w+DblcXsljtS6r/BwCE6wEhUDdonQCQB/5z3fjX+n+c34k+/7XlloV5jAsLvaA9glABhhPTPDbhhwNSSSkWCbHmeY7DPspnnYuQ1mSZ543usTSSx52GGDhYklNYBi2A0spaDXNTuJUjrlIIPDJr4YPOwAZZjrEnSje1DMqTvbZKtNVlFPn0d5M3tdhp1LDXZ/z1+3LHtufA87CZ1QUvBn2lecbxJwGMOuKLyE+jDUoujcIQnPz+uAYecBdtU0ht1TFTqhktbuwW4KLGBHDDtDDDsFGjSosOv6yPtvck0B7MJeDnAbaVSWBTixHMPugNcpvVfrJyqLnUSNbes87ADYzdMkht3TCdgJ+0azZccYdolrVZdGerQoeKIMAbv0Iei1mZ+HlDEyN96CXXcZLPFDJ5wXolcTADtW1fietjMHAEz2sBuTxLrD50EzcnToxBcNYKcOrqE87Ip0CExRGKxoXWEQ1THs1O8Ojpk7hWE3E8COxjWNsxUx7Hhd3Qwz6TF5bltrhh3LXFPyUmVv0CqWuc+wo9AJdSi3iySximEXEByEWR962FUL73meHoZdGrBbq6DL5878/ibrYcdgFAN2cwXYaVsmJmVoNWNifwpAzbcHritTmeG69nnY8b00dMnwID3nvLl8HwDgbvMK8MkfsL/34i9IP+6UQCuqFwmweyVg2A3DgB/7ubfwE59/EKk2DqknvvpowG5BTXOSYae9YUZSYgEnKcUwOPT3kFPzXPHzdc4Y/wMv3MJ3fO1L+JUffR4feeEs4WEXA3aanuo/PgF2wrDj0Ak+pcinxHo+dZ1Da6/6GrshBOy03I2kxKUzWPRKp8S2zLA7riYuKi0RGAEmsiWN/PTQCW786jKghqckscyw4wjtVIkkVgF2LLlqe3UCqhl2G/9vr1GySQ497MKksFTst67wuuuTxTEPnqekdm2Pzww2zVUMTBPF89/AzBJOiQ2aieV8hj/SfRv+r8U3CHV9ZjrcTg1rDdhtH8SNPBBLllXJIQrNFX2vGXYpSaxjvOnGK9nEhRV4LvH7Nq2/uArDzqyxFMAuzbAT+a78w0ruT2FE0D1efDF52AFpOn9YzOw2rZ0H1Nx1SOhE1sOuKLEr1dxHso7opSZSYpsMwy4KnVCA3a3+PlZQDdOhfrdyPbooJbaktXioF5IQGgJ2krRdFgKGOw87/9rwxqJ4mg4yzl6ULz9vLNsuZNjNqsIDDcTDTl27gyo8wE2GTvCpvjbeV5LYQxh2nBK7R0LoFc+9/ZgktscOFXrZPG32eNg93aETfP8X+hqMedglrpUxJp8UW5Sq/1MMu2D8XBtIPrSI6fKMsfP11UCbzSTDLudhFxIH3LVomwRgV83zKqGgRBK7nhI6sYWh5+lN6TFEk9ZIT2PRPW8638NukZHEAg40ZRscWSPKEgKqKFCrRSlsttRz12ixGJjosvL+v+LeqnUpsfwZM3vYedhtVKJrYr3iuXRghl3g1Y60FFr2w3I4OGSBoKyHXb30nqfzkuaPGLALGXbUO10pS4ZFXXphdC+cZw4oGbDje18z7IzxfewAn2FX5Rh21zz4Ngliy77KsC6l9M+bdcImzCUUX5S38MpAfehf+4/t/7/0G9OPG/bMI2SxF24xw84H7HZdj+/8L38Y3/oH/5ocjlynnvjqUxQG24EBux2AIcmw8ybq1AmiR2mnL/QC/SQYdgIqOD+Aqprh9/9jX4Pv+x2/0LJeQt8ThQiv6cus/0ORDp3gJqQKfFx4YM2UJNYMvQeSXHVlnCCrUep9HnZaEksGtEfPsFPpa9dC/HVcOlfWw46DRuy/R4uAasqlpjDsEqfGC2VU7kyB9aT0+IBdlBIrZv0hYJcxHeUKUz5ToRNPqX8dYEGKnxtICvbGTwM/90NJNqKMl4BhF4ZOcNN2tes8wOFunZABcToql5Y/cskcE98XEjqhGHZr8bALJLGBhx37cRrje5Vmy4SAXRig4jPsVtioVNogdKLiE+BgXNUrJYktvOcthg7f/OUv4CPPUwNyZBvYg4vnhg0x7FIAHANULAFVRvzVAanO8xxgB2BXKc/ZDGDnAnDc33OfIIBdGDrBv3v5pvzN7eEBTo062Dv0M+akdbRogvWzJEmsqRaeZYEuAYvVHOoYdqHfXSwbOvpSktjPFC8BICmi8rCblcZbI1tU2LZdmuE9peqVA16AaK4AEB0WAHCskKFKhxJkijdMq0Oku+owj9+fJ4kt53RgZtDo4AnpaRLPlWL0p+rIQyeKXvUXKtQgqgwbUfsBR6WTYjMMu5+XlFhA1vrnzX0AwAUBdj7DLhc6kUuJLURq24cJiqYAitKN5z0ANIdeXWynhE5sZF3vC3/d+WJh2LGlhKF1QySxRVoSCzhJIyu3ZI0ojQ/QK8BulGFnGswGWg+5l6S5eGloPeNQQ0qJBZxi7EoAu60C7IL5Wdkb2NCJIVaSqa+9lFhm2Gk2P9+Hxn8euY8TgJ1eQvX16AU4PMI1NvSwu/UyABV6RNfjS59xe8uXbmfITJpRBySUD8EeNCmJzXnYXZNhd5Aklue3TG+gD1n0vqXi0An7bdcP6PsBP9Z/hB63AWCAD3/L/scFRsliDJaGgN2VSn0+KKgqqCfPsDNOX16YATO0acDOk8QmThDVAFiW9Lva8P5JMOz0Qp0DejIMu24wIAwlDaaov2VJLLOXeENSB5t3fv/zqvCDIHjwmQLrTiXIelH0kN8BYl8q954d2DfI6ddxNXFRaWnzdcChVNObYdixd9J6xxut4BYqE83UFN/FcLIEvFP4y3CMDcMT8XMMU5uzjelsD2AnDCl6/xI6MXJvPUW163p8aiBmyfd/D/DHfi3wR35lFEDhJLHc3FjPkhD4FVnErgXKWk4U71QTALuUj90I81SaZzpI6PoBlxlJbKkZduXMJYFNTeAKGCHcwJnwvmVJrNlgyWypQErJIMhVCNjNVkoSS+NYbWL+8Hd/DF//3lv+63lai+cVBnFTQIY6iW+VJLZBdVCymjDsEpT/baWaw+Xt9Eut8qfvbeGH8syEjUfPxZJfWGnvu/EWvagD2XWAAjDj0AmW5hXVQnnYhYBd4J+IPMOOH/4oT/9z9fyXyZevVe8CEDPsrCTWrbchw+5gYMQYSZYGkGHYBX7EgAAKO1QYBrf+7atrpcSWbu7juWvb9t7ayWOnKRRgJ2DbF2HoRMuAnWJZl+rahJU5aOXwoYhhB/gAmBwcBQy7n4/QCQCG1r0XGLAjprvvYZdhVY5Ipwf63LuQYUfX8mrrJHZjxWAS73mSpRmQbRqwCw8Jn9YylQrEg9sDLtiXN/FZ8WcgDDstLdV7FXXomwQ+KxU6EXnY2f8vybbKA+xYEss9aE/jrVmjbYO9K1enD1/KCR52CrBjAkutxgjfh8F8xdfmAsH+v1rCGJO03GIywlGusXffL1/uFs9KDxwC7O9/zh2IvnQng40sQsAu4y3MezxJiT13fWSosOoS2M2UEv/+QwC7PaoYvbfRgB39nBl2bT+gGwb8sfab5SADX/tbgbvvSz9uiDWNkMVYEnvvqvHWGva8nZVFRM44pJ746lMVhefBscAurWH3UmLzoRMAsGDAjtFdUzwZeZ32F8h5n+kmLzBJ3tDku1cSyx52khKb8bCjybsojD/4GOku51g3fd7DrqjFn6hMXWf1HOga9CSJ7Y/deN0LD7nGBJJKj8uGTlDjR599RA3XIDAXgx5jm8dkSmwcOnE60589fbaPwTathNXij9FZKP2YKonlZk2MobfX+0yOrHZtj7/Rf8j/4es/Bbz1Ce9HoYddhzJ58sfhIrwxXBvytkkBds3l+PfA6MIaHqL0w5BNifVCJ6q530xOqRCwKwyAAUYzKAAVOrFxco4gGZzH6OWQl8S60Ak1nvvuaCViB5dIYu/73+sqFEDVu9CJBiXKA7zVBIRIbIq3UySxRcCag2vsOzkAsGMhkt/yGkn13iKRhDa1lFl3KInlIAtTL8SyoOkGb53ltUHL5+ZZD7sRidGx1q2XgV//nwBf+o34ofkvA0CfE61xC7PzJLGW4W8IsHsM6eFczQ8pn8SR0AnuqZL/ljLqAAEAAElEQVSATqKYYX9QSmyCYWc97Bx4wu+/Ec/G9bjNx1Rp0bECdhHDrh5n2GV6jawkVv+uDp2IGHY/T5LYYL561DFgN4Vhl/ZFAxRg12UAu4kANAN246ET6vORVO2AYSdMq+v7OR1DOYYdSWL5MEcYdvFntZSAIvuZMPhUFcYH6JWtShKwK3kdazHrQ0kss53t51N0zsNOJLEMHHbiSYWOPs+IYafY0jsKnUh52KWIJDu24Ukx7IL+TF7TEOx5aA+UAgSP2if22Y/Il50CjljCvqJ9wgefd2vfe+9mCBxhoEII4GlbpmFQKbGnbty0wf7vuuvK2+Fhp+0NGGyEu2cqtc9p+wE/NnwUf+Ij/ynwbb/f/perAxh2t5a19KavP3Lr01osNB5vv/E2SGLptJKQyzmatIZdN8JJSWwKsCPkt1o+GfN6kS+60ImYTq6+H3rHsEOJ9a5D1w+y2MUMO0rfM74ktg097BJNRlmpa8GDr5rjatcpf7vG/3t1zTT9M/2eG6HHH7+HHZtN9iqt9BqhE1NSYmnS58U0AltSgN0UJlyiCU2FTsgY00y3x2HYBUyVbGPKz5ENnQhTYnXoxDV8BY+stm2PH+y/GpeLF/1/+MyPeN/y/GcUKJJiMbE3EvsdrAmUOi8Sm5SQpp76jMZCJ6SJst+3nWbYJSSxxs1XBydwRQy7wjH2ACWJtRuXE6wxFzmHP855/rzsQ4bdiZPE8jj25vHuaDewBxfPK1fMOEvMFUoSOwxA12iG3fR1VmR+CYbdulTNYU4SW8a9Aa+VnUhi7Vj3PMCACLD7QPm6/SIAeSdVyaFZTRQ6UQ3ESKiXHttGAwERWIx8SuxT6WEHAF/324Df8ZewndnPeqsAO/Gw67n/qOV3trkDoymlJT6ptLfUwVyQ1p2UTCZKQicOkcSqg0Xfw87NzY5hp9fPwC5A11PvYdcDGMQLzUpild1GWBmWGd9/yWARfeArktjQw47H5dt8/eb+fPWIPex0j5D1sBv5jKnH78LQCXqsq4kAtAudGBlvwoB0vd8QMLuT+8CnsNgDlvs9CS+R0In4nubPgA8FPA82Lev3POzGQicaB9jx+k/9/IIYdgUB1VvMxA+NX8dF63qkbsehTyHDzu13WAHGc3naw87dhzvxsNNhOzmGHVnFIATsVvRcvlrEPtcRr7GzFT5dvgcA8Oa7vkl+HALs3/X178F3fuxl/Gu/9qN4+U5mP7hXEqtIGbtLCCFkfpYklAC4fh/9dnjYAe5+4j1QOVMkJjc2WCb9uVsfA77+nxjHC6JAq3yImTEmGTwx9UBkXz3x3Yq9KAZtMUfdbzA3O09bnvSwS52KKUaEAHZ8+vUk/OsAH1zJeXzoxa93XnctCqx3ndCWgUScsjDsQg+7TOiEev9VVaFvDQozADvajFQLXO1aNFHoRHyypumf/nt2YF8/MMPuyDet2meJgayUfCRXQs/dL4nlzyzvYZc4/TwoJdZNiHPPd8WOGQmdELZp+VjMtZDxmpUkhYakYYWSRnlNg3utTzE4suss8/WvfNOfw69/fwH8jT8K/MgfBt74+97vCcNONVupkz+e2Ne7FsMw4GqoAAPcniUaM80KaDcHA3ahjMAy7HKhE3AMu3J+OEOI77XBSStmOtGTG3uSt52YDebEagrZB8zouj+ElHUVOiEMOz2PfxECdmsC7FLBNyyJpfTfrt2hhB2bh8hIZuIrZxsi7Wl4r3a+ZnsZdn3cbLclN4x2Ll1ohhIggN329GXMLz6LD1av2inzcRh2phWPRq6axmIxcww7wIJ0fJgiLIqkh13IsDtif50JNddpqALYcUqsnbd6ugcfSxIL+ODs/5+99w6T5Cqvxk+FDpNnZ3PS7iqsEkpIKEtISGCBEBkkLZgcLMQHtuED+8NGmGCDsf0Z/zBggwGDVhImIzAmiSTxEYwtg1BCQkJpV9rVpkmdqur3R917661bt7qrOsxM97zneeaZnu6e7uquWzece95zypPJx1XfY1DYCdIwq8Iuq+dX/P2juVeUEktCJ9yi2gj0VEnsPCmZNRF2g+1hV2v4cOHBkotHt9gidEKOTfHPmeY3GT6XetilhE6odrmwCrtDvuiLXBpslkLSNvOTEu3ETxB24WeXBHTCh1vDaDlLSWxk72LJkB6t7UqllT/gJbG2EF7YSmEn5iVWuhpSpY8L251YeAM996Qktm4iPklJbCFFYSdLZaU3a4USduI4ZryoL/a1lHYFrSSWftZWHnby2I0KO83DTpGIusJOtDnZrighaAq/6Cf8/dhbUNzzK1x80h9jE8I+Uc6LZDDI6rES/uaFJzV/IV1Rp8/D6BqU2HChMBxf/wVBJJhKq0xsBZPavRWybDo5RbEGikRO6iGivlQkbpZ5l07QmdT7BOvGy3hg3xx2H0wSdktPYScvGOE5M2LVYymaZg87w+LJsuCLC7+kl8R2oCiKwVQSqxM9KQs9Dw7mSKmia1vJwVxMGopiN0V2YCp0QvewI+9dKrioS686pbAL49cToRMGU+JUU1fi9xaIwTvos13XBGK167PJ+1pBDYKm0Am9JDb8XuVOeNLDzqSwy5ISG1eQAOaS2ITCrsNrIQqdCBAEQWT6nVoSm+ZhpynsYgag8pwMbklsXe7cD08Ba48DJreEf2uJseqaJ/2IydNAeXVUPRyqNFAVMfYrigaFgFxkDAuDWiNhl05Q6Wpcr0lKrGvbUQiEWyRlD+152DkOKbEFovYjlAYjqKDoy7auEXZiEbPP066B4rC6PkupCruURL1Bg7wOpa9hU4WdIAvqka9XOx52QJKYery4PvqDpIjGDlUp7EhJrPRVtKNFIBAROpW68AATC8PZ0fC6O8x6TBxU+4RdyVASWxCbXE6xHCYmUy8yAaWwI6RTSScYBTw/5/XTZ4g+t682Wsuoh9elF1fY1Ty/M2Iks8KOetiJslyxaZnVw26unRIXJ5p70YCWgKjTZb/lKYI6Mu43B2kMtodd3QuS44MhoEsh5XMONSuJVURqI11ht2AlsXGF3SE//KyxfpgeL0XaGob8j/TO1TdY5fyypcKuJEIncpbE6vPx1FC8AYNS2AXSw04oNZsQdnr6eMx2hCqTsqbEWumEXVGUxDqkJFaGTqhN43qkjpYKu8QGrWhPITFrxT5rs9BJmiZbdJ3o86V42MkU41ndw058HmnhQYlgjyoU+xAPlLbjBu8pqAdCLEJSRnONP6XxeDnn+Ib441RFJysWimMiQVYSpEF8o6SJb2ZTZFWGU8gxzmrSB8vrSdmIURFTVIafK4jEsuIquxYhj2sMwRNRCndn428PPOwkYRd2FsN23fh4PCXWPMhKbzXpAafURx2kYsagyJU6aXhNFHaklCpU2DUib7GyGyMm6WsVrbh6SZXEysHfoDAMgyfEeyu2uIy5aqO5h5186zTCjijA5ODd/wo7E2GX4zOZ5LmtFHa1DB52ctDIlBIrdzcIYScXpQ0/GWzSJbUpDQvw/EBNTJMedq1SYrU2TBcXsv3m7dT7CJKgkAt4rNga/t7/u9jzlCxfpROaPezkpGm6Usee6aoK8omp0YCwjWUi7FqXxMpBzAuAOVUSO6c9lyrsSOhEZoVdfKAu2KQk1nYjFQwJnYjKOXSFXXh97PfTFXblVIVdfypOckMviTUR/KQkFojKpuqBm8v3hfYZOvExC3LuNp9h/P9E8iugFG6+VpIRI8BI2fbBocMAABv83eKg2gmdiDzsdOVCQZTEOlKhYFDuSA87WhKrFHba9xKVO+U/zH6AKv0ki76SVQu/Dy30qtbw1aZmeyWxNIl4Mvm40cNOVBnY+RR2cjGdq8SFetiRz+cTGw85/qoS8MZ8TIGXfM28JbH91d/VPD9umUBLYttIidVL0sPXNCnsFjclVuKAJ0gXej2YSmJ9PwpTMZ1j8T/JklihsMvYnscyKewiv1FHEi/auGOstBpAOOKaVQo72Y4kYWeYE+vkckyFHUuJjWxV9DTz8M2jkthCSkmsUth5UmFXICWxovy0FgUG+WL+n9jIk+2JfB6V/mrwsPeDcL5Jx8OiS7zpUzzslFVMi5LYgfGwQ1xUAQBz9UgklGuctCyVMgsAGNMIO6qio/519DEg7mPXrtWCJN3yeFg28ehUUCWxYk5I1qGRh10bZdJ0MzCDwg7QCbslqrBzNMJuRCPsJJEU27lOMYqVhF0idKInJbFmKX1ThV3NU14ORuZUEnaiJFZ2TrKxRCmxWsImwlIuRcwRD7vZjB52rknJqH3mwJclsX1OpNhkZ6YthZ1hIp9K2EmFXYuSWPoamTzs4qbqQBQ8MFdtqNJrVXYtS1NbdB6tQE3lG36QrnAoks7cBD1dzXGjTnkZKOwSysQVQmF38MHY89SkgfQjRsJuKPJ1emj/nCLsEqoCrx5N1Nsk7BKhE36AWRU6YfCwk6ShU1LkStuhEw71xCMkb1GGTszD9cyEt0wVfbyhXVeFYeVVZEqJpV6kqQa2gwJdYWck7MI24UrCTijsGiltMw1FwjrpxNR/j56HX/lb8YvDXpnaZ7mGuYFS2GmhE6rUsu5Hk8vCMB63w2tgNBDtth0PO7FYL8rUXIKi8PxxikItFrMtQHRMiJfExpRmBP6gK+wMJbFl5WEnNgztgnqO8nhqh7BrVRKrFglknBcLQy9HSWzd8xWR215KbD220PLrkT+bbDs+9YBtZFHYDZ6HXRAEqHt+NN5YdvgdOk0Iu9TQibiVSQw5POx6nRKr91cHvfA4YqmcptAJev5N59iO2l4QBIn5QObQCULYpZJtkuz0qnC9cL4YLHPCzhHK7JpO2BnmY3r5dtzDjvhte9EcUk8zB6DacBk1FZbUTknsfD3quwMxN0hs0BpKI+XGlWPwsAPC+SZV4hccUvIr57kpKbGx0Al3SM0NTd6IjT5X2KlgQDEXme+E/BknlQ66wo4mwUqFmvS9cwrRXLluIOxyl8QafONbIcumU8LDLkVhR4NcsoASdi0EY+smJGEXjU/d8rDrWUlsTaRcpSvsaPmhWcrtKYWddEOXCrvOSAoF4ueW2hhSFnoNEToxK8IAEv515LWi0InwubKTUkk7XvLzl1w7KomVHnZOCfOmkljFPNPQiaT5Zuzz+Q2VVNn3JbFANMGSF2ouDzvDpDdlgivPmRxMC2klsUA0KcqSEltIKuyGVfBAQ4VOJAi7Dq8FOvDWPJ9MTNM87AwKO8MEMLytnZNlQNiphdjImvD33OOxXSQ5ebFE+6rDSSZuARgrucom4p7HZlRJbGKRQne7RlaJg4mTbACMPpkStpbc5flNPOwsCwVSzpHbg0srS3Oowo4eGymJlZP+REqs+N72+xoJVZ4gCjvx3aamxPaX4iQ3soROiL5SLiL8RhQ6kWeSa1nRjq9eEjuNEVxW+0v891H/K/1QpcKOXC9yIRI4usKOGFur8o1R7Am0Usi2SmJl6EQtURIrE4udcjiBk8RShZS6JvwTEalBdcIud2hLn6FEvdqIh12RlMTKBMtqvcn4kwVDU+T2ZPJx2fcE5BxIlZ9U2GUoiaWkTznPcSqipREjtwNSNijniAFVlDYNnRhcD7vQpgNkfNDsNowKO3O/rqoVmqbENpZASmx8jJNeXTHbDOoPLM8rPf+GMd4S34cDUXbeiIsEsnoy0nUO9e8GgIcPzOP1O3+B/3xIzBkaVRT8sL+2tE2aVMueAYNdCNuq7cuSWLFuaOZhp/yLpcKO+AQbQifqcMzhHeJ6mbDIHE7O48W6QSrvXPG7gmRK7DxR2AVi/E1T2FlOQc1bq8o2iCrsCGGnKewK9PMp3+v496OsYmhJLGlbphRaVRLbj6ETAAkGDD/HvF49kgdUVTe6Nv4YTYKtiE1Q6ntn8jFPq0xshazjFkUewk6KnMh6lJK58nrJ5GEHxAM7WpbEJkMn5pcqYacalyDsylacsDN62HlmckR52MmS2IVQ2OmNIbHQE51oYGOu5ilpuNx5ikF8Htk5RyWxWhlZSklsUmFXxqwpdMJw0aR6RBhKYoN+L4kFDFLYHOSQaee9lYedwZ8hdhxAdH7ypMTWDQq7moeZSl3c112Fna6KSVU4qJRYA2FHd3rp55cLDEk493lJ7J7pKq669hd49b/+PLGjqUpi5fc2LBaPgQ9UDqjnKX7UjwyDTVJ927ZUWey9e2ZQhTQh1xR2atFiRSayJoWd6mNah054Pk2J1TzsHKKwc0sR4ZC1pk8bqAuOFS3IqKpBeFCNW7NwG+brR5YJHYRGypQnSEqsLIkl/i+xlNgB2KxoBtWvNPHRdOKEnacIO3OCcTOUUko/E9eHAcaUWNG+fJ2wc8nGibIcGMHuhpZ8NjyF3JAlsVYjkRI7DLHAKYcL67LBG6uitz1oxBVBv/vrtEIsDbUgS2LrsZJYOcZWGl5nHnbHPSu6bZpUd6kkVk6+bSvncRIlFyW3A0KeRAo74tPWiBR4CSilQguisQ83KOS1V7SikCMALTzszBtTJYMSVkERqbXou04NnejxeCE33QBUi5PwxBooNkeg51Bt2jfMjwtYxKdUTyYGIo+lVgvKkmurflr3sbv2J7/Dv/9qN157w+3hHY0KSn7UN1MsH4Vd+L1LhV3kYZeuTEp42BlTYqOSWC9oXhI7CUrYDcV+u8K7riitHorDai4nFVxztUZSYaf3e6Q9yTWSSoklbZeOcw0/iM0LLIsoCOVGtFbxJgllVXECxOZwsmKI8gsNP2Wt1ifQgwErBgV/Zpz6cmDTk4Bn/X/JasKYh50siaWloIak2Ga+mc2Q1XuVImvoBBCtOQlXRDcJvE4Uds2srdCiJLbQ2fjb9dE7UtgJDzvLrLCLEUlpJbGCT4wUdubdr7ZBCTtJ2iRCJ6zwscDXPOwczNe9pLcYhS0HSamw0zzslMIuqU4qFRw0Aif07ySJJ3NVD5ZU3jXxsHO1Rbh+TPDrgEyJ7aNJXCo6IexMk96UCa6cZKd62NkOwpMWRJMppbDLQNgRxZQss56tNpJKzkZ3CDvLslBwLNS9QKT0pXnYNQmdoAEbA6ywe9837sQ3bgu9sW7fdQgnbppUjymFnbymnUJIOlUOArN7FXGgFHae3B11kypNgYmhAg7O13HPYzM4R5XEaqoCpbQsR5PipiWxyXOQMAKOpcRqJbGWFVM8NPQAnVbQS2JtCxYpsVUQJW3jmENQN18/KpU0NoxZgGUpL6zYLqTtAJ7ow/tQcdIW9D7HGDohvG4EYSfDiOpwMZxzklt0baBqIOwacpOqGWEnPeySJbGBlqIdI4LUhsgQHqxpJbDDq5AbNHSCzFMCr4EhSyxsFGGXHjpBy+eU8jDVw64/FxOtoEqBSVmVUtjVqFF5uBCppY0/WXDYmcALPhEq7UxqCtPGnOgXA1seQ+sFBFUjJXyLm4ESQwjJjzB0IiKJlFKzQEgp3W4i9po5S2L7yAKgLvqMaINIU9jReYdEyrxNlRk2DOc3l4ddjxV2RPUyX4z6LrPCDmLtVG5J2EEQR67VCPuglJLYVmV2lmVhrFzAvtlawsfu1gcOAIj7i00G4cLf1sad5RI64RTDtuoEMnhQzBN11SiBTtilp8RGa1FjSazY4FxhTUd/y/5Ker75FTjw4IrAqWI5Ok/RcfjkmqsAKMZLtIFIdOMU4NjhekKuJVIVdl6gwtrUvFl+vhSFnSzXlcEWAIDZPeT14+QWEBW49K2HnVKGCR6hLsmfNvryLWcBr/6O+TG1xjOUxNLH6UZJmpVYK5h841shk8JOtA+pECT9uKokCoL8G6U0xEpaD6VgvSiJ3XWwgiAIYFlW5g2RVuiZh11NKELkBFe9oalUM60kVhBTRamwI2la3TlY4gVhSFpVUI2LetjZoiQ2/HusWUms5mFX80gHDBhl/M0UdkkPu+T/q7TeJgq7pjHw/QY5oMiOJg+pa5LnpnQO8pzJwTRBVFhWfAIIkAVls5JYkqwlIEng2SpNidV8BLpAXheJ2XtVT9dUx9ekJJZOnOmioomfQD/izy49Vt3+nwcPxB6r6iWxQNSxzz2u7pLzEssnKqaUiYScnPzmsZl0DzvZXgqEsKubCLvWJbF+EPoGhQo7jWyVz7U1ws5P7qI2hXatubQklpR8eaVwgHQtH87so+GdKSWxcchdSK0kFohPdqXKZtAVdnTCBZgJfqmws2XoRORhlzlMRKColGTxhXEilMUApbAjJbHJ0Imw/Zdp6IQK4BnC/RWtjx1pn7Arog5PpGeHbx1dC4WhcMe1rEIVaElsUmFnCtQAkN9Lpc9gKolVHnZanzRf61BhBwBPeD5wxIXmx5TCLlkSGziRZ2grtJUQC8RLLxGRzpHCrhiFItCU2EZyQ1dhgEMnqp4gESyN3DD4/QLQghfMoRNGQpYSgPI1te9aEsk997AjhN1sIVIHxwi7pgo7yzimWTIxFI2wz9SCTOYzlsQC0abxdCUuxrj70XDuXUUBgVharoQg7EpmhV1CUDBgcKWHnSCdlR0SmqTEFuNt1ehhp5XE6uFIANRYPwVC2GmPOV4FZUTz99JQdJ6iktiGKqGVCrtkSmwUOiHXSFFKrNnDruH7SeV9QmEX/37OPiIiS5TPZzFSP5k97PpcYaeFTphCrboCusYzlcS6BtFGpyWxrZThFLlKYpOEnfweaTJx5jZBFXYtCLu142VYVsj3PD4bXhdyc2PMVImZA90n7MTiT5ZwpSnszCWx8Q/jiR3RogydSJGrt3+wJCW2WQIJLaUgZvE1z8eBOVmqmG70KjtnuYiJFHbpJbHlWOiEJKGKmIt52GkKO8Jyy8bpNy2JjXvI9DXkuVTMeo42YpLnpnrYxS9wY8mYTtjlSYklcmNlsNo0dKK5PDcLqPojtfSjWeiE/JyWHf++JAEjCec+L4ldMVLE1RceAQC4Y/d07DGjMsRA2Lmah10jJSUWiAi7A3P11h52bpm0IUOpUIbQCSAk7fwg3cPOtcKStvCPkpoYZTbN18xm46ET0bFVraL6zHb1YHinZiRv21ZUon7kM8I7t5wT/l03tGPDZLefFrBtIUHYpZfEFiEVdmFbqQVuU0Wc8e1SlGRyJz1RSkOgzJXJZFstRNwMCjt3CPfOaYRki8mV+UAkYdeIHUO9El7zfmChJJQIUUpsUmFXzqKw8wZcYUfPkyLsamE70RI95+teb0sP6carhBfve6o5SmJz75Zr6Z6KlCTq56TCjnjYdUTY9d8GhQr2sDWDfrkIo0ppALHUVE3xEXnYpZvzh+XHUs24SCmxo2vUzWk3JOwsS+sf6Jile9iljWe27OOTCrsgCBQJPZKhTUeEXdTm6OIUsFBzwn54lRWO3U5JV9gl+/pBhCs87NxA97BLLyWUREzkYUdTYql4RJTEwkmEI4VvEp6DmMJOe8z26xhBNF8cGiIKO1US65FrRHjY6fMC0p5kW60YRA2WZcUqOuR4qNbCCQ+7eHseKbn411eejrc8bTusl90IrDkeuPzT6nHdw873A8glcF57j6UCOQeT18p8Lbkh2BXQCh1jSaxhfdF2SWyvPewkZxLxALTPyU/YkXl0izll0bWxejR8310Hwu9K2gcYrdNyoOurFXWxCsIu6WGXlKxGhJVG2EmFnQhtiCYu3SbsapDKDGNjiCnsBOkmuM7HpsMTYi6JlR52WkmsTIltVhLr2mio0AmisKs2MJlG2BkVdlpHTktixYIk6HMiBUD03UnlTB7lmUmem1IypytOjBc8DTMBmvtHSRiMlGWbmialB0kPuy4o7IgKIpF2KtFMYZeWYqdKYtsoU16iWD8RDlqPHYoTZ0YFkVFhF7YXy4/KDtP831aPRd9nqsJODp5uOV15ADQn7EhZl9x9moNZYSf7svAfC2iIdLHsJbHxRbPr2LAN5SGVuo8GRrAGB6L/lR599HgcGw3fw56L/z9s3nZmqLAB3YUk3y0tiVs2hJ3m6WYKYZAlsbYMnYj8FfMSdmnEVBaFXWSunAydsDT/lJiHnbgGgsIQHpkNcNAdxoQl+ql2FHai3yqJ6oCG76MIG435sB+bRRnDYrJsMrOvGnbAiykKO6/Pd/9bIZYSKyb8BctD0UJkVC7K9Q4RxU5PlExGD7s4GWYkdDTM5lAjxd8/nu6ZJOyilFhl0t+oko3qZqETLYjGPuzvZB8y7Mg5XSn+GwjHOtmnUS9dbU47VCSl2Tro3EuVxKakxPa8JDYi7A644fwh0QdLry/iY9ZS6aIUdrqHXQHVhq9IjSyqUZoUK7FnJj4fmreGUcKsIuxsbdxJtewZMLiqJLaBIAhUOyoE2UtiYwb5lKBvFToh+pBRS7RpKhgg5J0k9CpBAeND0fEMUeJQWfYIDzt9vCKiETmWKYWdYc3k+UHCwy78kM0VdgDw5O2r8eTtq8M/Xv/jxGsDkSCICoP6dYyVxy2rDUyWG12BCHpDdTr63kukFNRki9RulZ5p86wVsoxhrk7YpXjY5S6JzU7YAcD6ySE8Nl3FIwfnccKmiUhhZ+KJcqBnJbGphJ2pVDOFpW2okljpYddk4tLWwZpKYpsp7Hx1rL5ocLsPhp1hs5JYpbATnXVdpcSKxpJSEqsTdr5TQrXhR+mxnj5YJz3sEqauikxqGN+3b6G3iVwKO3EZZPCw03dpjKWA7SjsNI8mILmDb1vEt6BLHnYAYsmOqWlo8n1MoRNqV1r7zuU5kR38ABB2kkTbMx0nxRIpsUBElsjBA1H/aKvJlptKdm2cjM5tFDqhK+yickCjx4REk2udTqjkYBaFTsyEKcDyI1mE1HZKUUlsBx52JUPoRLXh4WCQDJPQochmuwyc8yZgYhMAqnIyKeyoh13/KE7agk7YmdIz7bjCriHKXupw2y+J1UNZMpQ6qp1k36SwkwuGsE8tk5TYQPQvdbuEuhdgX0A+M01FywpdYSe8tBqVcByeR0ldx/Q4JEym0PJ7SRB2wYAr7JSHnR+7vktWFPQly/UOzUdzxWbEbtuwDOO8qjLIHjohSwFzl7c48b5PtgmLbKbIdmRRPyFC6CWQVWEXmDcglzKkwmjMlWXCYv5gCvYCmvq4qZJYk4cdDbFIVdilzIu6DbeEz2z4M3y0cRluWnkFAAM5AiTI34gwSZljqdCJRiJ0QvrXAdlI6HFJ2BGF3WOH4nOOeaHQl4Sdpc19t60awalbVsQ2JQcRBaGwK1hejKBqVhJbpt5xiDZ1XNuKiwuIh50+roRvqq0NqMLOLUH6wK20QjXVHErEIy5qC/P1SGFnibllFoWdJMf1vpyq4BLezy087FohKnuU313/E3ZyDiZtxHpWEitLi2szKSmxJg872Y7zbl5lHLcosvhON1HYGT3ssnrQrj8pup0hyGyD9LE7EK7Tm4aT5kD3QyckYSfKmWh9PEAuKLojkLI75AUidCKhsOsWYWdQ2JnIQJMyQySrPnKwicJOdMayc5addV0PnTCmxDqRV51ofA0rfDyREmsgl1JTmKjxsTVAhJ0+mc3lYdesJFZX2MUHH+MELtXDrllJrDh+IjfWJ08rhotRDLXysOsCYUeSHVNLP0yR3hJppth66MQAKDnXiAnmY9MRcdbwoh3q2OSkRAZAAaWwC1qrmDauiM6tZ7cg7NwSmqbnZVXYBVJhJ6+fIDznYsIdJ+yKUblGVmJH21lzbZI6S0ti6348/bU4ZpwUFEjblQiCIGrHJg+7WErsAPR9zUAnXIBRpahKYmVKbD3yV8ytsEtJiU2MeQbQTSbfD2DbVqQQL8TbtjyvQQB4tXm4iDYJH7Q3YBuE7+FI+yWxJdEu5c52RNhFY0tUEttcYScn3WkpsYPrYRcRmp5dlFuN4TUv5n0ywfIgIex6QowYS2Klyk8o7EyEjgZZCjied/KdorCziJdfpR62MbvYo9CJPunv3veNO/HRH9wLABhxfcBDNJ+wXahgr0YKYacRIVIJO18zEXZSYVdLV9iZNuR6hF9NPQ3/9tvj8DxvHMC02UbAKYSbtvIzt9qAkgo7Q+iELIctunYmUsNUEkvnQwAwKxT6qyDsLLS57xsvOgpvvOiolu/V75AKu4IoRZaiDZka2ywlVhJedTVGaKETfjSHNIZ36GsDeg4sK/y7PotVkIRdOUbYxUtiw/7IEn1RYhwn1gLKpqRu3sylwZOJeYEi7Obif2eE7mFH17/9OsZKkYhsB9GGYJcJO6Wwm4nGSrrh29TDrs2S2KD1eKuQJ3SilYdd3o3Sw4Uv7tCKmM9oGmQlluSHZF85WupsDdwzD7uKKOHSQyd0yWo40IjbWuflicMrKIVdDwm7Zq9tkCHL+x7eHzZeI3MqnuMg8iJoeL7qTAqOJVYcyQVrqWCHKbGA8gCri+RdP5b0Ghg97FJTmOR7+HXlozUIREpS3ZVj585YEptG2MUvcOMEztF2P5XCrllJbHL3wrGtWBLQ1Ahpm6okthsKu/A9arQkVpdbNy2JTVEAqCAQWRLbH4uFZlgjIrv3zlSVP2SN7G7G2oMMSaAKO0sq7GhJrHnQ2EAUdqOj4rUSoRNygTEUDU45PeyoaFQOZvMg55KUxUrFtG85gOMqBVRmfxBtgVlwbGNiWqXh4bFgMvo/kzIMxDONnIOa5ytRYCIlVr63XOD0UWpiW0go7JoRdmLHnijs8iar0fJ6CqMCVQPdtZckmZzQ29ruLiV0GtWwfc4FYfv555HXAYedBbz487mOXUH0Y2X5fcjJvyTsrOjaiMzsDQq7DKETsXKnAQQtia35NupiTlNETfVJtiDLZF9SdO186atZYSyJjVdtZCmJjRR2OedNCQ+78HhkABHckrpubLpB1pXQif5SFAeI5q2jUmEn5xOWFd32CFEk51uWk0gJNnlNKsh5y1LwsEPUR0rfYuPYKs+7Uti1KomVCjtPhE5EJbF5PRnlWodatewRhJ2co0770lZAPKcLXsv9CNeNlI3hhrjYqGyWEivKt2VJbOT/asVVusQH2ZwSq60NEonx4XpktXUAADAbmAm7+ZqnNswsWRKbCJ2I2l/Cw05X2BEVXEJ5L/snFf6Sk7DTPOwaA6Cwi0jIeElsudubB3K9EvOwMyjsYh52HYZOmLwX05DHw87gZR9xIn4bHnajwB/fAVz140zcwobJ8Hp5RFfYLdWS2DmRMjiE+M5LolQz5jsR/zDSJ65gyed2OXSCDnpNyw5o6ERcAnpIMKcrR0yTqfD/HESNstrw4zsmlLAkn7/sktAJodCpCRJU7tqoY2+isEt4RNCkMl/ucPc/kZLYqWpHYUcn8ikTXH3wMZbuJBR20sOuWUmsWR1FSboVvSLsxAA6X/fUAJf4XCb/AomUXekoJXYm/ncfY9VotLiUuyZUTdSyJNaRHnaR/0jazt8ph02q2xtWidu6wq6eVWGXvqNLFXa+UDf5sOFJEpkoBIeEYtqzw3PttVsSiwDwfTi2FRkw05LYuo/dAZGepxB2BYPvGV2UxYx5Y4bN/aU4aRvUgwRIBHcAiDzsIFNihXcbXBRyGjWXCPlPUdODlgygj0kiS5I4ViHuz1h0bLUm96thXzjrCwX6+Fbglf8BHPXUXMeu4ErCTpDq4th9QQxWqcJOeukRZZbJYyYtjGPgFXaFiMCtNXylgiz40bzF1qoaOp3UpkJVSiRLYm0x79PTjU2Q/X7uklhdYVfQS2ILqu04JeJh11Rhl9G8u8/6u1FSXTAqPezo/IEGxkkYKlUkmpfEkr7FSyPsFiglFkDRCY9VLvLMVRxx8rel+Tstia37ZD5QUp6MIxk9GSVRTUtipTr2yNXhov+Qp7VVqd5ZZnCFUtaFJyxnpMIuvYRZD52IzclpH+JFoRPmlFhtvaGvFcQ5OawYzk/nUMYkWWMMi+Ooeb5KZLU9URKrzwvIhrAcy+ZVSaxZYef5ho28DktiEx52lLDrxSbQAqDgxDkTqbzMnVLeCoqwIyWxsdAJKQigHnZtlsSaRDKt0FboRNTmFZnrBe2FfY1vCH8yQIotdh2Mh04svZRY8QXMCA+kIcQXj7buYdfEd0IqzAq2TIntYeiEttMag5Vc6Okk14rh9N1PqbADwolrLCU2lmxFSmILduRVJxqfJOwKNGjAq6V42KWkMKkd2XrTCU7foaOS2BwKO+0Cb66wq4W74/K1mqbEmskWSRABwBRtY9S7rEPIz0BLHBITU7r7oiO1JFYSdoNTEltyHaV6lJNUSUZYlrbwNpTEysftgKbEmrvh8XIBf/PCk3Dh0atx1nYxUKQp7ApDqaQvgOYlseSYvSCSi/suSY2SH0kopj0nfC+lsMuqxKIEuN8IU2INJbGVuoddlLBLMXo1hRzICY1laQSR0cOuPxawbUNX1DVR2EnrBlkS24CbW/mVGjqRRWFHrgM5bsmx0pYTL68G+D4sy1ILWU+0zxkv/ByrOvVFcjWFnUycq4TlXXN2pJSOFHYGws6gsPOD+CJCXmt2ny4mWkGVxNZ9VD1PhecUggpR2MXHhdzpq1nRRGFn51LYtTn51j3sRJuwg6j/Uwv6IvG0baqwG8zQCVqxMtyMsKMbWE1IK5MSVkHOvWilzWKFTiDqI+X8wkgSpnnYtQydaITzFUNJbFYCQBLqM9Vo7bJfJMQevjrsGw/6Wh9s2ihaDlAJ7I1YBYsi7AxtVQ+dUL53thUnamnoRJOU2OhvrcJHzOk3ueG4NhuUcNhUMiUWABqiuisqidVDJ6K1pKMRdgmFHVE61fSSWHldt+l77WrklvxeLKt/VeyuUudLD7tel8ROR4RXzMNOtA26vmi7JLYTD7smn1u2FxU+mVTYeUGg2kVey5esWJ/mYbdUFXbTQmE3rBF28oLyFWFnJqwAoB5IhZ30sOt26ISpJLaFwk7uyGoD48rRdMLO9hvEw8YjoRO2pjCkHnY2GiBqFES+gIUSOUbScdOGrAJoEyWxdIdGko/9T6R0FDph2nlPmQDpC05jiYSaTNZiZI0ivUxIKWdcORp9jrjCTgxo3fCwE59phqT0JRR2VC2mTw7SFhTynAxQSiwAVTZwYD783NQ4N1bKpUpiozZg5yiJBYAXnLoJn3zF6RgdkSWxaR525eYKuybkvGVZkVrJD9Tp9eUATUtiA0HmKIVd3pJYcr0EHgo2KYmNhU5oCruVZr8b5WFnUNiVXSd+PgwbL/1SItY2dINcE8EvQyekh524nj0r/+QiIuziBIIc85qFCdBFgPKNE+1LeXoBaoNA9r1BLZwUHWqEx7t6tEPCTvRjJaGwU+VGYtc5RtgRjzaJZqETgJ6CqyXGDxhiJbENXxF2VqOq5j5OIX6+eqewM5Bboj+1C5Kwa62wk+EYuUtijQq7AI7qm0tRGVmJlMQ2824eUA872gZGVEos+fzGktj0Pl2Wj5lTYuV8rdLSw24hSmL1DUHje+qbzE0+O4BkSayas+UviZVENd3g3T8XHuvmqWE4toXpQNucTlHIDzzseNiHIuT95CalhCTKKiolVpbEEg87UlnVaJESq6ALBsScfq0tNqJQxmbim1xyIxV7XXgo2+J6S8xZSQWHHMsqNc/4XDlXjIVOuBph12appaMJVeT8NG+lwFJCgRCcQKS87F1J7Iy5JFatUYmPebvjSluEXYb30lWlKR52kZVPb0hcqbB7dLqKSt1ThN34UGdr4K63YrkglR4Gw0HcpF5FFMtJq0dOmHYi6uLwVKJOs7LVduASwq6pwo4QOqqMI/7FT42YiD65G9KIlQrV6STdMxOWJdeJFHYCcrJbLhYgE35iJbHk/2XH5SVKYouJ/7MHoiRWJ4vaCZ1orbDTJ09mhZ2cTNYissMpNSesFNkSv15oqXUsUaveRYWdGGBlp+LaVjIFSu20BHESEoiTRhTyexiglFggIuyUwi5NPWQoidUVdpmN/dPIOBU+Uk4lfQE0LYkFiFycJCj5cke2HhF2SmEnCLtE4nUr0OvJb8CJKeyiY6s2fNwRHBY9N0WKblJ0RSla2vfaxIt0YKErt0xKLqK+AABfLOb8Nr6bktO+h51lWZEhtVYSqxRHQMLHzhceoQfqgrDrWGEXXkfSf0mVG4lJ7HxMYZcMnTCluNFrnH43KmU5p1dgv4CGTtQaPqpi0xGUsNPmXAursBMbsIKgyaKwO9S2wi7pYVcg1ReB46q24ZbJ2CHnpiZLjSwLH9+PknH7pL8bMyrsyHWt+wQD2UpijYSdHFur6Qq7hUqJRdSnHBAkWGIcA0hbasR/p6bEEoVdSkrsUEbFTqSwoyWx4etNjRSxYriIfdC8U5etwi783h0rQK1WV+3IblISK89D3QtDGdR60bY1wUUUOlHPpLDTCbyQoFnh7wcAzKIcCzqzrMhDuw6NsEuUxEYEpBzr5tJSYom/ek3fyNO/j5xrBjmMKoVdO6WPSwyKhFShE7I8v0cKO78RrfGMHnaUsGuzSs9JGbd+9jHgb48F7r8l+T+ZCDutjVOFHanu7LXCbtVoCa5twfMD3P1ouP6zLcQ8IttB149WTrgPeeEgWNYIuwJh1wFEJ8FgFNsQCruiVNipwbRLCjtq9K9MLlt52IXH67hRo7EtYNJ0IsguGDXjjhoLKYm17NjuWMm1o5RYgXmRDjtcKsTVgUYPO/FwIiU2Kom1VXnvABApaYEHWWCayKcocPTyBOMCVHmiVCPCrlngBGDuDBFX2B25hij0VPJs90tizZ+pHBHQcvdFIo3s1v8egJJYwEDYeSnlMnIArBEPO0nYqXIGN9suj6kEiP5dKMcXHjqalMQCUbmA5wdqYhBIwo4q7NCpwi5O2BVsS4Ud0Gu4UvdwT7AJvy6eGPaN2y8xvpzJzL+alqJFF7fyWh90hR3F2Hrz/cTfCIgIO8/Kf72mlcTWMyrJXM2TUP523EK0cSYIaXl+AzF276+Hf68yqd3zQJbECiJZldVUQyXCvB31w0pBVm/e/mLqQYPCbll42HmRwg6Nipr72G4xRkqM9NrDLiBtU/SLjlDYZfGwkwq73JNvLSig6NjqmgOAahB97sKQaGOze0HuTH/NZoQdndf0SX9H0/TKtqkklsyxJJqUZ0UedkliIxCv9ZO7H0ajRjbA5ONpqeM9gjxWOR8zkoSJktgWiiSp9LJCpZepJDbrdSeVpSaF3YrhAqZGCtgf6GFHk5lee+BA1lb1elWNDXaTlFg6blTqUUVWwbWICCSDwi6REquXxIZ/rxGhE5vXrk4IEiRhVxMlsY4IyEmsEWR7sgtqDJdEcGpKrBeQQA1NYSeR28MuTm41BsAjVn6fKnSiVyWxxbFojJSgJbGm9UUrZW8abG3DAQg3p/79LcD0I8Avb0j+TxbCTm/zpB936Bonr5VPTji2hbUioPBXD4fzxsnhYsfEcfcVdpKw88MLbyiIqz2Uwk4viTV0XJKwc/WS2K4p7MjryEmcieiJlVKJ3XMS/LBytGSuj1eTKS82sa83yCI3ZZJRLjioBvHOa94LX2+k6Gj+e8nXcHRiVD1ABvrAbPrcl0iQRTmILHKeFFI8rsq6ws60AKVqKEXYtTDdlYSeV4upTk/cFJnGH0UJu6562IWf6VCzCaJlGRVj4bGklJMnSNQBaGeIZM0JhZ3eFoqG0AnRTzhBtDuaadBIU9g1yAJDedjFSV8ALQk7ufvk+1FQTVBMEnYlURJbFx52uSdENJXV9+A66SWxAPDBNe8B/td/AWuPM76cyczfpHACQIh5P9vgPyi44jpg9bHpqamkXAogCrs2SmJNqb1BQHbSWyhUCvqEWy1WnMQ1oPopQeDtr4ZtcFWnJbGiHRY1hZ0lNiqqTjYPO0pCWZal+odaTGEnFQD9W7LTDCVSilhvBKiClB+Secs4KS/tmcLOVBKrCDupsGtN2D0+G0/EzAwtKKFU0Am76DsoDomxY44QdqaqgSwedk18opcqRkpRGxiWhB2dP+jBXgBRmSU/41AThd3d+8LzMT07h9lZMdaRsajuBSp1fCFLYiWMC3Mn2ngPf2ctiZWhE1FJrFLY5fawi9rVgbnw9SaGipgaKWJ/EM1VPdit57+DihhhV0NVerI2KYmlpajzhLBzdYUdIez09PHwtV3lJQ8gaY8hNpQLtQMAgNOO2pR4ibJG2Nm+VNi1LomV41wWDzupzE/0T3k97BKhE/2vYC84EcEJmOcXXYFtxz2OnVKcD5FrTbq+aBV2k/peWso1ABx8iNx+OPk/WWxsmijsaCl2NO/qXbuQatVfPRQSdrnnCwZ038NO9DQHREqQrrCL6oglCZe+KyY97FyZspoiV28bJrLD1EEYFHblUvTlb1uVop4iu5/Uy6VOFXYpC+mSa2Me8c855wvCruQaO27akBNpvOqYoh0amVTpDEJJLCXoLMc4aUuFKbEmrSRW6ySNO64xhZ2QFrdU2JFyF1KCeNGxa3D4qhEcNjWMI1YbFHbd8LDTSmJTJ6Vyt0UmCEmkpcQm/u78WJcC8pfEktAJZTROFXZZSmINigL6Ny2JFcb8MXjNd+CpIauXUNhFx1/SFHa5d6psG6qc3/fg2umhEwBglUaAqW2pL2dS2EWm/3pJLLnOsxjYDgqOuRS4+ifAuieYH5flUpZU2IXnw29DEWtS2FHyrhVhp+8mx5R52g6v6nvF349Xwr87LokVGw0lqbCTKj+hlK06UT8sFzRxDzvpMRNvW6ZE45jafgARK4kloRMxws4pxLxdeqawk/1sTGEnynKLMiW2dUnsPmGwv9Jkg9IMiZJYO+r7LBtV8daWBbhlbb5QGI6On8K02aijDwk7WhJbspMK7JidjUSTTRhauh5oNjF37w1fo4Q6Amkn4dDNo+i7XYiSWH1OqfcjAIjCTpbEevH7dZAk8Jrnx+YNkrAbzqjYiTzsosW2LN9dMVIICTtSEjvvjJmtGJYDyJymXquocdFS5LLZU7hMwnpiYyAthZYlsYE5Jdb3g7jSUQ/uKo5pfyfXKJLEleIRV3nYadcBISD1sUzfyJb/2/CaeNhJ5PWwk/yCNn/o5w2xtJJYY7/QKYYIqVueiD9mstzpuCSWEHaHHolu77s3+T9ZguIShB1R2Mm5pR+Q4M/etYstIsDl1gcPAFiqhJ14xYNeeHAJws6WCyypsDMvnDw/iAg7W1fYdUmpY7tJCahJvWcwKx8qRw1h28pWhF095mEXM5pO2RUsFWzMI/45D4nvdKycUhJLLppEGq/6fNFzCmK3ZCAUdjQ2Po9/HRBX3kikTP7aV9i1IOzcUtQWa1FsdukH78V3rKvwnWdMxxe7ysMu52c1oOgKVawgoFIX1dLPILUkNiUlVqILx7oUkJ2wIyauAgWlsBOEXdA8dEKhlYddYSje7vXneek7ukBY1g+E/a7fpCRWKewsQdjJHcw8O1VkIyNMiZX9V3RsWU2+Taol6UOV8PhYjh52WaBSYsPvJBAKu6ADwo4SH3Qx0Sx0AkgmosXaV0Jh58T+frxrCju5uJUlsWLSXxMKOzda6OgedkEQqHQ8XSlmIjMHwWOnGUqkPVR1Dzsy2R8nBM1IcQFDJ8TYVRBtq5XCzvMDHBD9fu4JuFIVRNYTtO+r0rAcXZGUpqTP5GHXf4QdVVyuksMaXRTmLImVY4EfxDcQAOCefWKj0qqjGIjXIwb99HpdCMJOV9gZN4U18rfVhpwcW114YfAGsTFpN3RiRlRkBEF0TUwKhd0+QhTNuYZk8uUC24EvNigr89Fa2PKjElITJFE2X/cUuVCkJbFeXZ37sCQ2udFQ8/y4l6BO2JW0PsbgMyjbotxocYOUlFii2NRJEH1+qxRjvo+abpWhz09ze9jF173eAJTE0u8LiCw3sipic4G2kbG18cd0n/VOvFGVcIiMt9O7otsHHwJ0//12POzIulv5dC9A6AQAlbh85+5wo3dqeEkSdsIPyw+/uLKfprBrXhJba/jwROhCzxR2lpUkd4wKO7kzGxF2o0NlrB0Pj+MJG8eT/wPEjBXpQiZm1J4yySi5DuaD+OeUJOh42W3pYZdI4zV8vpIgU61Cl77PxQQlxPISkHriFr3dwsPOOIGjCWZZCTvLisoGpHpubh/wo7+FPf0Iiv/vg/HnZ33dDJALXznpSp24pRF2qSWxHZQpL2FIwk4SnNW0cj+psCNqEl1h18gcOpGmsCPqxqaEXYuSWDFw+UEQBdUYSmKLusJOTojy7FSRRaZjk7IwlxJ22Uy+FQlCSKFoB1JX2BE1ChN2EWw5GRcLME8q7NpIiXWSijO64G3V1iWhXTcq7OQ1ID3swteyxK7/rFCgGxPb80BcRwXEPSpdobCrF6iHnfTG8tRz5ZBb1vpRU6Jxbg/IPkPkYSdTYmlJbNQnUYXdcKkHCxEgJXRClMQWZUpsc4Xd/rmaWkesGM6rKjCEThD/TtXnFezkuG4KnAAyEnb952G3ZryMV527Da978uE4fIX43ui8P3foRHR96ef44WmxAEYVw5b0hI2+/yrZkLMWQCmml8A2V9jpJbFphF14fwGNcL5CgsJmhYfdcEZlqyyJna158PwA09WG6scmhwuYGinh4WCVev5saZXxdZYLGsKLfLYSzd2sFhuokiibr3lqbhMrifXr6roOQyeSCrtq3W+usNMVVENJYlWVkgt/TUf0l+mhEybCTvtbjfEmhZ127ebcNNQry6L5af8SdrrIKTVUrRugZdO653EhXuHQ0UaQqST2ECHs/EZs3RF7bh7CjpDSMQ+7HodOAMBhK+Nj9rqJzgUrXV+tyM8/K8o5C6iHEeJiMRYZTjYvia01fDRSU2K7qAhzyyTFsmSWbqudWV91krbj4htvOh8/u28fLjxmtfm1TR52Dc2ToElJbEVT2B30wu9otORGZCBJC6LfYarCjjxnSJCpTrcI0MUE3ZEujaU/zwTTznuK/FYnEFIDGgCtJDaDh0dhOCTD5P/87sfRYw//IixFlWWp6nVzflYD5ARxvyj1Sd25SS2JTSHSdeJ0YBR2YZvQFXaJzp+em+o0MDyFgmPBhg8bIgUTTrZdnlQPOznxHgr7BNsNB7tUhV1KSqyU3XtRSaxSGcQIu/BcK4Wd6svyKOwigjwMnZDHRkMnshnr6n4p4f+meNiptG9SEmv1xwK2p9BSYuWYFLQROiEJmlpMYSdKSm2rpZJMlcv48dAJ12misBPHW0URE0OFzn2mxPcRlcSG10NReP1UC5PqqSWlsBOG0LXoc+tKGTlWUMVhfQAUAM0gz0XdC1Cp+6irktgqMax2Y4qqyaEeKf6bKOzcYhlAo6XCTpbDTg4X8m1SAAmSpRRT2BWiPs91xMLDAsQ4ka6wy+FhZwh2W8r482cK39IbDd7VdFNUwksnrYpO6AsWBKGfIgRBXKl7eGQOQBFY685CagMoYRqpvReGVNfHLbPCTiNqm/j3hfcL1bAlPOzUJitR2GVNiSVq2NlaAwdmw/Y8VHBQLjhYOVLE44jIoCKakMnLAA2rgGJQxxxR2LVK9ZVkDFXYFRw7TnSQlFiTwq7a8HAAhPgf0YhTncAzEHZy06kSyE090V8mFHbRGjRZEquFTuQpic1p1+RoHnZtzU+XGHTOZMFKYkd1hZ0WjEjLWXOXxGoKYSDu1woAlQNxFWimklhtY4uswWgbUGnsPSRyj10fF3KlWqflQNdHIEkUzYEszklJmF7yknYS5ute7xV2QFyVkva6KaVUUyNFXPKEdekLBOphR9LSJIlWdInCzlgSGz+e/XVZEpumsMvgYUcurCGEF55dHADlEyXE9J2jVpDnyZgSGz8vlmXFSDrjuadKkDxKOEWQCAL50V+TBwNg72/EzYDEbndu5isXlnIxklth56URdrqfwAC0MwATwxlDJxw36l/E+XJtK2Y0njklNk1hV6/EH08j9lpsdrhUYacIu2RJb0mURNTt8HXa2sEkJeiuY6NkDJ3Ip7CLedipFK0UhZ1Xh1oIs8JOjQmO2hgL23XQRnp40aAiS70+DIhSYuWEO4j+V9vhlW3DFv1PLXA7T4gFEgo7OVEu1fYBACrFaGETediF350sh3VtK0Hgm8q3pZev08cKgGag1+9MtREp7Orz8ZLYoeg63DDZo42dJgq7YjFb6MSug2G/unasjWOU11PgAUGAokvUxU4xrrCzrPicoRslsf3a15k2m5qFThg+J/UFowq7B/fNqUqWqeAAACCAFfu+o7FoYTZ3MoVO6Oe9pcIu2pSJpcS6pdyhEyXXUX3ZdKWB/XMRiQ1ECuePNC6DH1j4xZFvzPS6gwpfbBTMV6KwJIuUkJpAS2JVSqxjad7l4XVRhwM/SFZTVRs+pgNCYOgEXRbCTvTfcxphlxjLyfwyobDT1Hi0xLOue4l1qrBTHnZxhV0/W04U3Lj4Rs4xEpYv3cDExui2rrDTKhw6U9gZqtoqB+PPmT8Q/ztL6IReMUnWxwUyF5lPSTDuJg5fNRKb/yxJwk6xwXAjvxKi0EgQSb6ZsAoJO6KIACJioFspsUBc9ZOm3DOETmRqoLHQichEtEElzimfqew6mNdSYh+vha8XetjJjtvsYeekEXa2o45rJAiJIbc4AAo7SlyV8hJ22UMngPgipLXCLgdhJ8swZOjEwQfjj++9Szw+F3kHdCF9a6gYfgYZOjFUSGnbLVNitesnUdYzKAq7OGEnF3nGCa/2nblOPBkwTInNUhLbQmEnFxgmY1gg5jFiQpTc1aIkVniv1JTCrg1TX+phFwudiI6tmlFhJ3dvKQlSTVPYyfel32GflIj1FE58Mi7H5E487GrEqL1GFxyt/p/svgPEw86gsJPnVxJ2VRQ6D5wA1MS0IJKc634A1GZR8MP3rRWjhY5OAsjJtL7oBswBKcrPdlBLYsn4OF2pxz3syCJvBfF3WT/Ro40dqbA1hE4UMoZOPLw/3ORsi1Skcwkv9DUuEjuAmMIOiKsFCinzh2VB2Bk2BOVco0EJu+YqcuU3Sfqm+x+fw6wQFxRE/1ezyzElohyLFk5hl8F2JXdJbJQSW2uQklgnIuyGc3hHUh875V8nrmHp7fg3jRfh1OpHML32tMyvO4hoCKV6lRB2rTyFVSlqzYvbQpDQQKkolcKWuhY0Vm14+JJ3Lu7EVuA5H01uqGcg7BRx6Iv2I1Ni9bGcXHs6Qac/l5Z41nT1qn7t5tw01CvL5Pq3l6WPvYa0GZHfVVR90oPPtO7E6Pbqo+OPFTSFnUcJu7wpsVpoDpAk7PS/W6hSw2PUFXbR+tiosOvhvMt1bBy/IVLZHbO+82q4HnjYRV+KLIuNKexk/XqLlNi5WkN1ROpEycG5myEJWRR2htCJTAs9ouiQC5Gqp3nYpXymUsHGnKawk4TdaExhVzcO1nQBnoD4zKMICTtnEIgUSg6Vx9OfZ4Ii7FqHTgBxIsAcOkF8erKmxAJJhZ0k7GQnJBV2ikCx0r1tcmBIm6i1XxKrtSP9Mw+Kwi6NsDORS3LAEEmxRceOSvwhFHaZQidEXxB48UGOeNHEfuvEXovBjqZzSr7OMnrYCTWTCp2QhEP7oRORyqQ7Cjs5GCdKBuR1TlUZ/bqI7SbE9y497OyuEHYGhV0GhYpS2Pk+goCaA1MPu7jCzvElYVfsPHACiNQoAVHYzYblGtWggID0a3rohNy51f3rgJTQiQFQADSD69jqs01XGuaUWNvFyZsn1f+s74LXixGqJJ4SdkIxUgrHpmrDT6SITlfq+Ocf3otfPXQQjxwIFysbV7QxltG+16+jXNBCJ6jCDuiiwi5DKdFShmlD0FgS29zjSM7bqIryd4/PJubZ81b8u17skljjppWesqjmqyl9tvQphRe2swZV2IX/O5LDO1KWxc5U6zggFXZiXiTTkz042I9xrOxCOmI/w7fC70oSdmUHkco35XzJc04Vdq5jaVZIgmAW/nJ6Umyl7uO/gu14efHvgJOvTL5JgrCbTDxFzmnnhD+sDGVp5mEnQ+wk9DVSgcw1E5t5iZTYzjzsqB1Hv0JPl0+1fOkGNpwc3T7qqfHHqBAFIGOOBWOCeTOYSmIThN2B+N8dhk6YSNteexv+2TOPw0jRwZsuOgpr2lHla+iBh130pcwGQ5iyZuIKO/GlRQo780mo1D00AhL2APRGYWcystURU9jlmPxQD7uyIOxIB1x0iMJOIzuGCy4q2kRib80F0GhSEhsdPy1xS8AtAbUZjEnCrjgIhB1hr/OWxFoaMQyQ85y8yNtT2GX0sAMiT8UDgrDbcg5wz7fD5BwgUrgVR/J3lAboRFOql0nLkljds04jEweBGAYh7ObCwaaZqiapsIsIKl+42WVS1+iBEo4MKJmPP15IIewyhk5QMsEypNzKCVvNEiWxckKUZ+Aj15vrkEUr6YvzethVjR52KSWxrLCLQ1y3jpg8WS2UKs1AU0El8ix4XeKlSDebClRhJ9q8IuyUh12hO4RdrCQ2CFVwwl/lcYyhQIhHWZZSzaSwE9eYIXQii/qwX1FybczVPExX6nBV6EQ1pjI58/CVKBdsTA0Xu2LObESzkthS9J7Vhh/rd97xlV/jS//9MIqOjaPXhf35xsk2Nsro4tOrY6hAQyeKSSXX0Apg/33h7VaEHYKQiDSNJXk2mZciTGokWmEi0WJTaqQkSaZonve7x+cwF8Tb21xQwiT5WxKpxrleD5DwsGuqsJPVR5KsTDnH0sNOKuyIalGVxOYgAGTwxHSloaxUpkQprK5y7kqf3MfwpcKuVgEwihE3gNqzTVWDJgm7Ykxh11DnsCY2QWoNH3TJqMbdNCVWIoRiMvU4ZqTCTqhQE22SCG+SCjtziWzdD9RYqEi9jj3sBL8QaCmxfaywK6hN6fCzZK0+aQsTm4Ad/xauW/R1tByDVEps+/NE40aTJOwsJxyjEyWxWTzs9NCJiBdwbAu2BVANU6+Vl088bAV+/a5LuvZ6XSfs6MRTSs1pCV1koKgRdnpJbM0nCjtxonqisCMnOI0IpDuzbZfEEg87j3QiKQmbQ0WtJNYp4kA1/L/xWElsJI2mg7Wth3tQiAWJY4njKA2A8onuRktiKStME3k/GoB00I7S6PcWUzlZyeNLg1I0zYQ+dZKgO+zMOGGXJ8giA/SJWqrCrmVJrHb9DKjCTiYaTlcb8P0A88Jo3qSqUd9ZjZbEhu3ME8RVLoUdEF+kyO++0EJhl9HDrupRwi6psFNlQ4h72OUq6VP9oh+WxFrJBVlCbZICo4ddmseHvM4brLCLQSnsagAC2H4j1N63obArGVRk1Xq2cwnEd98bHiXs7MQOr1QGO6JNVoNulcRG7bCEelgNMLMHAPB4MB5brEiPn5rnw/MD1fZM44KprQ6CAqAVJGF3aL6BYVUSG/ewGym5uPltT4GFHk6iTaETjSRhV6l7MTXWjf/zCIDwHP/q4XBR0VZ5S0xh10C56MQ87KL0P3GcNLEvNSWWtDO/AdiG/r3vCTtTSaxU25o87Mz91ng5IpkkHtw/l1DYTfvxv7NuHnULutJtxJTeqitUWi1mSUlstaGHToTzyTwlsZSwk2FlU6IkdsVwAaMlVxGjXemT+xieLRV24Xc+WgwAKQzNkBLboCWx8vlyUx+AbxcAPz7mAhmqFBLz8+SxyLXAtB/2j+UgJGsS5DXxl0+mxOqhE0Rhp6vvu+Vhp6fE9vH4WiRWGh4hOfMQ7Lmw/ffM98v+V9rtpFRHZoKqPjQQdpOHhRtVaSWxzcYxSjpbdqI9uY4du076rV10fWZEL1ZF2MUUdpHhJIDUkz5f91RKbE897OgkII1USQmdaAmTh13DV+XArm0R89d4Z1l0bTQcsvNXHFETjbG0klgnqbBLeNgBCTWfWxiAAZXuBsgdgKwwsf1NUjXpADg5bBhwaelWnpJYSojN7hHt3QI2nxHef0gq7LoXOAEkF5epoRPyO9Y70rQwmAH1sJOJhkEQknZqoWUq+VMkbDjBKtgWXCt8fkPsjGYaNGwn6iMpGdfQFHapHnbZUmJjCjsVOkE97MJzXdEIu1yEA/GMDD3sokWrRFbfIHNKrCyJ1f5XLthpGRWnxKqxx0IAFx5cw/nIiiIhsCQihV2Gkliy+049eUwedmNlFzZ8OKKUtwYXq7uosANCRUrDC5Q9wSPBqthihS7iaw1fqVVMi3tTW1UKgAH1sAOihcXB+Topia0m+qRVoyWs7KUap4nCrlAoqT6MhhLcvuuQ0Vbk1C1Jv6eWsCzSB9UwVHCIf6dJYUcIOz3hUYLOQ9PKYvvdw65h2GxqoyR2TIzbh+ajMqzdByuooBgGTQhM+8VY2awsGU2dF3UZQwUnVkYoFf0xpHnYpaldZJm/1RAlsVFlz1xdeBfn+Hzyu5ypNrBPlMSuEKWvlmXFwn+Wu8JOpq3PV8W45ZL+JC10ohCtF2uxktikL7wcv5OEXYtx17Iiv289EVQ7jkNepNB00UgSdqRSLJkSq5fERir6equS2JwBk8rDTgut6ucNMTVv8HxFwgI98rBrBim4aFTCxU8nVgtqw8FA2E1sCn/XZ+P/k2Uco6rRwE88rLfFflNe9pawCwyEHSl5AZA60CQ87Ki6rZspsVRCmUaAdEzY1WPKg5iJKDF/1eG70a5qUBhRi4HRkl4Sm5yoZPGwkygMQkns2LpoMrz+5Hz/K/8v8KEMvFRnlBxQizHCzjDg0oVlnpJYqQysHIr868bWAVPbwtuHdoXHlec1M0BfXKbu3KiSWE1hRxLHYhhQhV254Kjr+dB8XflWyfCOGKQyQpwzGjoRKewydsNaSSCApH9gK4Vdym6YUtiRSZ9dShJ2BVESW9VKYnOV9JH+tBAriY0mawm1SQpKBoIoXWGnlcRadldKyvseZOwpoqHap+O2kxIbN0gGmpQoG0B33+vkNQoGD7vRkhsRHhAedmNdUN+TRUMR9XBRIdTNjwQrY3McSihX6l7Tkli6Uy6hPPoGuCRWKo/jhF2lsx36dqAr7HwvIu+coiL4KVlz+yOh/cOFR6/GZSdtAAC88NRNatMmN8hG63CRhE44hWS/RRV2I6vNr7ccCDsvUoMpOBphRW+nkCBSGX+IKOwemw43RX2iYJwLSth9MBo/52vpqtlewLIsdaxACmHnaJvMhjVA/Pla6ARNia2Gny+Ph92YUivWsX82fO8pMhemwTFGheAygkxbrwgPu9GC6P8tO1UtpMIeap5aw4UlseK7rEUKO0tcFzUvnnCdadPzZV8BNj0JuOJ683FIws6Prr1hVJOvqeahhpTYROhE5FMbKezE/+hjQZoVQAoioUr4ulIY1M+WE8pKo+HHNpMWKrU6OhDJEwRx3iFn2TKAGDcS/vYjq6WxdeHvWhuEXYv5fFpb7Bd0vSd1TSWxtenE4w09JdbgYRdLiaU7aW3s/KciRtillFJSNlgROVlCJ6IJouyQZqsNtateLthNy3xni6sAGdxHyI7UlFjyHUpi1KywixMrVs5OcUnCsoA33wXc8VXgJIPBajPQcxn44cRetcvkeaZKKuNkii4sZXvJorCToQ7VQ5F/3cRmYHRdOLj7dWDmsahjK7VRlmOAvrPaOnRCV9ilkM4D6mEHhJP/PdNVHJyvtwidiCf/hh52UmEXXq+ZS8DcYtgf0JJYSd7JazjVw665asrkYWeXk4SdKxV2QTx0Il9KbLQR48RSYknoRE6FnTF0IpWwq8b/Xu5wKWFXV6EoVhsbY0Vi/SCRx8OOnk/ZtmxLWDwoMjps82NlF6UYYVfA6tEu9DGWeK9GBUNWLTwOQdg9HKzCKvI5XMeGa1to+AEqDQ8VRd5nC53wqNp+QBFX2BEPOz9Sly0IlMJOzIko2eMUUC44mK15sbb76KGwH920YhjvfNbxeM152/CEDTk9cimcgigHboQedsS/M3GdDGUg7KhCOJWwyzFnXYowbQg6cfIeQEtPpXFCMgFhyaD0X7MKw2qMnkUZj89WsXVVOHY3U832ChNDLvbOVMVtk8KOhA8ArcvFFGHnJUpiVUpsIft4KI/pwFxdfYcrSLjEHz11O+r/cSeedrxZubWcEIhzVamE49aI/Jqb9HvKO46sF12HlPgpX2ELllMAUEskXGeyFdlwCvDq76QfhxjHZurCP8+vYxgVQ0lsFH6Wlgqr/iYKu5YpsXqQXQvIeaz0sIsUdv27MUvnRHJDsOjaC68apOeiPt/ZRpDef1E1nVR7UsIuCEhQS8b3MwhaWpHJSx1dX7FQyeGcqSRW91bzzCd9vubFPezowNxNhR0tpUxTLJEFZq5GSog+yYYfqkSTxHLBaVrmG5QnFGEn1Tgl1w47S1oSa/gOKTEaBAEsElOf6AQXasLca4yuBp70qvz/l/CBcZru1tLFmJFskeRqfS46N5lKYonC7tDD4e2JjeEOxtiGsCT20MPA/H5xIJOtXzMDkiWxKW1bxr7L95doZFTYdSHRdqlgQhB2hyp1NYgaJ/Ra0mrBtlXJYUOkh2U2szYtUtRESTzW0sOuucKOkgmOUWEXvo4qiaXlGlkh+6nAQ8GxzKETjRSVnAYTCZKqcpKTNqWw69MFbLdhO8rolyrs3EJ3UmLzlcTKRDRaLiPOm0FhJwm7RmDDg9MdhR0QXreNCoZRCds4Udht0Pr8csHBTLWBSt1vEToh1aDRJlpjAEyxW4ESdhXpYVefJ33SAhHncg6kQszIxodbMqaI7p0Jn7NytAjHtnDipsnOjoEsVMoFBwUrUvglvNKowm50Tcrr0bmLZ35O36fEGkpiTaETLRSbUUls2L89dijsR4quHQYszYU+lfuDMTgz0evON/Gl7BUmWinsaPgA0LQiBEBUEosGanVPrTt8pxT1WTk+35Qg5/bP1bBflMROEcLu9G1T+PxVZ2d+vYGG+O4DsRYYdcXY2ERZLPtM6rdYcKzof6SHnVNU/m+5S2IzQHnp1T2gOAxUDmLYqiZKC5t52OnqNupTmxjjEyWx+Qg73QrKGwQPOxI6Mb/A5fkxOEWEnuxB5wp5xY2IfkutMayorJUSdnRsy7rxtPW8xF0FrR3k8t5eAuhpSex0IIgLGjoh2WI9JVZbSM7XfeJh58UH5m4STJSwa1kS67XvYVeISujU27kkdMKgsBshF6Uvvgs56TCmxJLvkJ6HRFmsrnTqJgHaj9DS2wA0DZ1oafZJfcvyBERQhd2h0Oga4xvD3xPi98EHo7hrQ6pTO9A/j7HMF4g60sqBuFmoyRQaiBN2Tqm9NKElCrlbHy+JNbQLVRIbTrBcQlA1xIZEMSvZ5RJ1ChDuOinCTvS1qR522VJi5a6sZZGSWC/ym5IKO1na1mgn5ZIoj13bJqETUfvI7WFHSBCleNRLlJXCrhb/m6Gu3ZJVUwpQp5B/nDWlxOYpiY38bfy42TZAUsqkh11BtR3ZHleOdGksE/31CCph2yIKO51gl5+r2vCakvcmMlMFUPXxgqIVZL94YK4WV9jp5fy9hu5VSxV2dkHN0eKEXXiMXfPhImEBQ8XIwy6wC0mT+M2nR/+nJzpKUF88v25+zqCUxNL5hfKwMxB2qSWxYswWm+ZSPbl2vBT5tQLYj1GlGgOoh93CfX90LjFhmo+pkljxmVv491HCzidBHZUgen4eEmCFOKZ9s7VIYWfyc2bEypEBQtg1mQ/LuQsVeIShE7IkVpAZbkn1F3Uvvs7Lo2xPPY4YYRdeI8OoJDdSSfCcPhfUCUPqU1vVS2I7JOyisMUBDJ1o+CrgrmeBE81gWfE5WEpgaCboJbHU5kkF9c1Ez6fq8Vbj2Cu/BZzwIuCyDyYeKpBrQVVu9BF6WhJ7EGLBTuJ5E2EIKSWx87UGHOphRxecVhe/5Bhhl1Ji2JXQibChHBSEXdG1Q9Wb+lzJCSEdtA+tPBl4OPKOiHl4GL5D2mnWPT++6zGoCrt2YfKBkYy+oTPaPNVCKUZVVfL85lHYVacjhZ0k7OTvgw9HJaldUtjpHiOTph1dIE4Qzu8PFY1ArLwiBupZN2CksNz1PjTfQEWWYBpDJ6RKLRx8Co6lSg7zl8SK61YuYEyqY61sEIDm1WQ+t/IY5ASqYNtxkrk2CwxNKsJOJli3VXJA+kXHsUhSIimJzbg7HJEg0SJbEUT6/yp1iyyJZYWdglME6nMooqFIMLuNEnbT+ciz018gynDpP6PmFEphF4VOSIVdDQVMDheyq1VbQS5OrAq8Rg2YDjdQHglWJdQF8nNV6n5TP0tT+bbXTmhLn0EuLmZrHqo0OIeUUS0IdA87jxD3th2dR0Kodp2wI2EB1MPOswtKYaeuk/UnAae/FthzF7DuxPTXdIqqzNaIvifsDERcWyWx4f2yJHa3IOzWjZfDkuNHw+ftC8YAQtipRfICqlroeDpqIgpVO5Lz1RbnWDy/YHkIiPp+1os+Ux4SQJa/7p+t48Cc8LAbWebriBRYJPADAIYUYZf+fSlV8pwm8JDnXRIcTsG4EQSQdPZOCLtitIkRFIZhARiBSWEX9eX6fFbfqKMKO+k9rF5Pv8ZzKqB0fiExh+hDSJKp5vlq82BRCDsgHKvrc6EgoKOSWM2DVBF2IwmRA4B8hN1hZ4Q/BlDith+rGro+gtOL9VAgCbuohI5eUEEQwErZGZqreRgKiIddI710tCNkKok1EXY5POy8KFVHGt6qBMO0hE0AI0UXz6m+Cx/Y/ms8cvwfAb/8DSHsDAo7g4cdkNx5SbzXQk2YlyroIKHvvhs6h9dfeATu2HUIzxIm1AlQkiYPYac84g5FxzEu3kMm5xx8KNp5oG23A0wOFWBbgOTQjcm3QEhelidDhd38viRhp7cjOtjqQRV9DmkKfXC+3tS3CkUx+IgShoJjq4lbPchJ2MlrXu6Q07LXhIedIT0PaJISKxMSvehvt6h8SxRh54VE4LwobZMTI11q3hRWtBFTcFNCJzKqsuRklJrxKpWTfj7k+zaYsEtAKuxQVySY00YYUdGJJpcSCeVQs8NQpFaAWkNLUHXjbXus7KKMSGG3dqyL45jor0dQwVBlDxD4qKOAvRhPkIJUmdXMzzJSQpDQiQFYULQC7RdjKbH1BSbsSCk+gESYQdmgsHtclEbS1MuOQMICyi4h7KxIYRfr857xgQyvKQg72s9T9LuHnWnu3yx0IrUkVqriw+/8UVESu3a8DAytU887oBN2IkV1eAEXyc8+aQNu/s0enHfUarMKhCg1w98t1C5U5UXmBvOCsBsqOLnUJlJN99D+OdXXs8LODEXYiY3aEae1wk4q2A7Mh+1QCTx0DzunRJLZtdCJLpTEUpuAYHgEFoAhy+BhR3wmdSJEV5vLsS5me+FqY7x+OyMG08NOfl9+W+XrXQUVBHRSEkttxgBC2A0nbIRizwM62niia61+VF32gLCLvoQDgSAuYoRdvFSz4JuVH9OVBoomhZ2hdLQjZFLYkZKDPH4gMYVd5OMCkE6sCWE3XHLx3eBI/OioZ2GFH34/irBTDHXN6GFHz0PDi++8JNI6B0z9lBuyrCTwMpXEjpcL+NdXnp64X0F2ODIcAsimhpMR65WDUdmrKokVhN2hh6Lnd6kk1rYtTI0UlV/PipEmHfDwVHhsc49H96WVxMZgCD/pYyiFXczDzjApoOXRCPs/OXGry5LYrDugqgxIKuyIF5vsP01JsrRUKmVX11WEnUYgFEfC8y0GT0cq7ERpmyQccimEiMVAWCJsCJ3IONk0+U4pL6g0hZ38bpa7sphCfPdFNCLCro0wIloSK71Tq7o3VxPQ3Xe5O17UFXbi/I2XCygJk9dqUMDGFV0MTxLX7TCqGJ0P1c6PO6sQwE6WxLpRG2zuYRf3ifT9QOUf6MbcgwT6XVQCuekwH/VfCxV6pUIn/DCVTlNu0fMo0UuFnW1bGLLFWGAZFHZZYfJzo+h7hV2zkliTws78OeUm23RVL4ktA+UoHGEfxuDHSmIXfpH8/FM34eknrEtX0ugKlVbnmJTEwquGZkhOEXOiL8rriSXJuUdEmu5QwVk8EmGJw3LJdw9gOANhJ8+7VC+W9ZLRIHoNtUmmKexmq+L9cqT/6iiTkljfHYaNUGGXTImNvJSpxYtlJTfq5FjXoCmxkkihwoY2FP7KI1/zsMu1obzEIL8bPwhDSIBFVNjJc0IVdu2UxNIgTyCusNOqkmLPAzrynu53wq6nHnYHZEmsJB8Q30lueEFqSex0tU5SYr0lorDL62FHQyfiJbEquadJ6MRoSaZaNVR0utrFojuMBn8qy7JiBt4xkImPB7t/d167iZiK0o8NiLmhq+ksGyhmSHSVJtOzjwHTu8LbCYXdw1GJuQyB6ALoIqHpTqn00qGEXVpJLACsfYL4fUKHR7i0IMtrDs7X1SA6WjK0lYIk7JIlsZKwy10SKydHkngy7UqavH2Alh52crGqBrNi/Pgd0V/N++HrqAlRHnk52V1zrQBFYrwukVVhVyYEkUSqp6B8X/n9tbMzOKhwJWFXVwSq247CTpyPIIgmzZU8CjvibyPHLbVjLzeaRH8zOVzAiBu+dhUFbJjsolJL+DeOWvOYnH8AAPCwHfbFaSU/tCQ2oe4k/ycVKZLsBgZbYUeJ2pjCTg/M6TViafBeYt4UeRGG52Wu1lBkzaqx7nvYAcCwI/1M3UjJlZf4GHjCzlQSSypMEs8zj3HjWujE7oOkJJasA/YGE3h8kQk7IPTMs9Lsf4hSM/Y7lbCLUmItFeJRavuzrR2PXw9cDpsO2w2/exk2VlaEXeuS2ANqvSjOj646c0vGZHYgIuxGS+1f98rDrubDd8NqkWGr0jR0gm5olaQykCDalDOkxFIf+U4UdmLu0NaG8hJDrGpR9F2Lp7AjHnYdKey0DQeZElscba6ws+zcZdIUdJ6Va82yRNBTwu6gqSSWEnZ0l1M76dOVBgmd6KXCjpAeW84yP4cmMrXpYScnYTXd76qR/rmoiufAnGbsSicsKYbyLpHSxh+IOsKatczVdRJ0It2p/FYn7MoT2ToZGWctDT0tO7pPedg9BMztC293ycMOiHZugBZKGEXY7Yvua2YefsV1wGmvAl70r104yqWDyMOurpK8jBMj2RbqMnTCVjutNVESm5j8pCFREiu+94KBsKPlsrJ/sNLJedlXyEmfKiGgg2cQwPHC15UlsXWvDQ8uEjqhUhIB1QcGQdChwi4tJVb8rRR2fbqA7QUEaTJsVeFY4py2QdjR8yXHOhUgkiF0wqUKOz2BWPOwsywL64dFu0UBGya7qbCLDLZXVB4EADwkCLtk6ET4masND3MyUTJD6IRHwqD6cbc3K4wlsdTfVVf89woxr1pK2IXtSp1HcQ5lOWzJtWMBYF05Bk+qbeTmTUGRJ+0TdgMaOmEsidXGQqDlAlIFRQkPu10Hw3Fg/WQZ2HgqAKA6tBa/DrZi3ywpG233vPQSqQq7tJTY8P4iGnCCaM0xV23vs02NFGMbMEzYpcMR85qi2KiV13zTlFh9vSjHToP/eCFFYTcjzq3uUZ0HQ2R+5QnCbsyuJsuniYfdUMFN/D8Ftb2o68FSxU4JO6neEwo7fdOvDxHjVASBu+gKu0YlVgadG3oAlCTnCsORjZCJsOtwDIsp7Ppwk7QHhB0piYUsiT2g7ouVxHpBqqxyutKAJ0tigx4q7DacApz2SuDSvwOmDjc/p10POzKR0hnxLAo7lWo1X8c+SdiNmAg7MWhrpF9B67yiB6KOcM5qEaCwXEAn0rSEsC1DTSe+CMnqNVcajQw3AWB0XXRdTGwOf88+Bhz4XXh7bH3+Y0vBKYdNAmiSECsxJFSAsZLYJmT6ii3AM/8OWHlE5we5hCCvzYPzdWVircrVKbTBx7UtUhIbXp8FN2tKrF4Sa1LYaUmyADFXTz+3cqIjfZQKjq6wCxfYlihtnlUedm14cJH+tBBQ9V/4+aj/WSuSpxlhl1DnyT6TS2KTEN/FGCKj30I5/9hAySxF2OUKnYjGLDWZT/GwA4B1I6LMFAUcuTpDEndWSA87q4opQdg9gNDnSlcKRkSP39TPUg+doONyPysAWoGSl/MQfRjZxG2n9Kkt0FIav5EsiVV9SXh+9pBy2FSlU15oariyKImtwSWEXc45h0ltRpFnzrrUQAOTulUSW2kgCAI8ciAkGdZPDAFbzwNe9jXc/YLvwIeNfTPUw05uAC0hwlNPWfRanGNSEqssKNwyqQ7I99ksy8JGskFy2EpeR6RBpq1Lhd2Q3bp6R980V2OnTo44ReJhZ1bYdUTYFaOS2IYg7MZtrZ/xGqQiqRgjf02b/1HZKimJdQ2EXQclsb70sBuAlFjKqSjCbrE97OrzZMOrDYWdrhA2hU7EgvNabEhkBP0uuxZQtoDoaejE/kCUAc7vDydHTgGObcGySMlMCnM6U22gEfOwkyqeLi+ybBt45v9t8RxyHHk87MjkbESbhEUKu3T/L1p2V6iH36uMU29VEgsII8+qQWEn00gBzNsZwhCWA2hNfQaT/pYojkQdTh6vuZHVESEny2GBsFzWLYc7G7K2v4uE3dsuOQYbJ4fwhqcc2fyJsmx3nirsxO5at8n0JQypsHt8tqYICTNhJ/0YwgGp4Nhq4lYLhIddboWdlhJrKomNKeyalwoB0YRGqqEUgUD9JKqRp8SMH76PNPXN5cFFzN8LoNdaeHw0QMKYvEswpC2ygyBI9xGTg71QO3JJLIEYf8asaJJUaENh59gWHNuC5wdqAVHNWN4MgNg4+KqcRRHahgTkVUNh+6sGBTxxS/csAqLQiXmsrIW+ofcLwk6f6MnJ81ytQfwsm4VOxA2xAUJKDiCGyYJxLpBtimwiLnToBBCv2kgJnVCBE90qhwVItYZYeCnCrqASAPMr7FoRdjnmrEsN9DPFSmKbhE60KIn1/AAz1YbysFs/UQ7Ntradh8l94djw+GxNeXC2rXzsJdJKYtPmq+I7sa0AQ4javSLsyvnHwg2TQ/jt3nBes2WKCbs0OIWw/5BhY2OyeWYoiZVoprBLS4mdFf1JJ+pgOY55foCaHb73qE7Y0bmmW8ZIKfrbNA7SjSs5R1C8AS2JtfKPiY7mYdcYgJJYy7JQcCzUvUCpgxetL4ptmooxvJ11X2pK7GjkaRvz4e7OGEb5qU7CWBYLPS2J3Ycx+JYLIABmHlP3U4Y9vSRW97CLly8sKNr1sFMGoR5GivEOI0voxHjuktj4d0gXP/E3jxRfVZsHWgDxHUvfI/e3uainA0+e0tXRNdHtVUdFty0r8rEDwvPfRQ+7Y9eP473PPSHcbW4GSdjJkli6u7aMwkvk5P+RA9GgYtylLmgKO8dSZaA1P2dKrK4wkgMaNW1XZYOGlNgm5LOc0EiFXdLDbhaohUm/c0EJtSCu3m1XYecKhV0djiobl8dgWfEdMRPUIrvhIQhCkkgKl0r6ZFEuciRhxyWxEcR4MioUdrXAQbnYXt8nCWhJ/uZR2LlkMp8ggw0JyJccPRke9+ho94IBADVGTlqzWFULQyfu8wVhp12vckE0W2sVOhFfWMnFhGUhV0Jjv2GcbGTMQTtHdmHhlF90zhb4Ce9VqaCSZc0qcKKb5X4a0VQWi3iqsMutnlCv2TA/3s8lsXQci5XENhnnUuZs5YKtxrXf7plFww9gW8AaQsiuFGnA1Yavzsd8u0RqL2Fr5zyjhx0AjMhNGbeEGVkd0IYK6/iN0cb/1pW88Z+GQlH6w4btacyVREfrkliJVIWdW0RJU25LdENhR9v8LARhZ1XiT6LXoFuKKVFNvrVyrihLzQGyCVYg7chP6c+aQHnY+XEVe6t55FKHnDskQisX/ECkh918c+/yVtBTrk0KO68WrcW7pBKnwoIsnspLDT0tiQ1goza0OvxDmuiDpMTQ0AlDSaxZYbeYhF2bHnYAhp14WapqLHLxWEgSZ1LFc3C+oXZ7o5JY0uDTFHYO+Z4pKGHnMGEHID4Bkm2yE4NLWgabR2FHy7JXHxN/TPrYAcDYunClt9DQQye8+GC9XCDJdJmsO1RwzD4ZmoddwY487KqC9MqeEitJei0lNlYq1MTDLoPCLkqJNXjYVUPCbhZl5S+mfMbyEA5WtBFTFN9FPYj6yipJeW1ViiZJuSAIS0KoOi9BmsjPX2OFXQKiDY1bgrBDoe0JjSxjrnkiECJH6IRMc2t4gWpbak5haNtrxPzxxC1ko6MbGF4FADjO+h2KQQ2wXfyuEfZ9ulJQljDO1RrpgSdIhk409JLfAYWcxwBRurTCQiXEAvGx3FASKxenc2Khu3e6ywmx5L3kPLIkFHbVwFFtR6/GaAk1dxnA0Ik0hV3Tklhzv25ZlmqLt+86BCBMiKXj9nDRVdf3PhE8IYm7RVskm6AveFPC+6LnR9fdGCLCblZ8tnaCCS4+NkrWveCY1bn/f7mgKAg7WVkx6iZDtnR0RWFXbf/cShScKBV9NkhR2Mlr0HYB28EISaU1joOiH5bHB5C5QYwHyL++ccj8gf52+nyMlefg0PxiK+xEv1snoRPtVD3qCmlF2A3H27gUJXTNwy5qU0uqP8+InirsAKA+HO5K49Aj6r5YGIJgUOcaFn5w9x5UGx7qXri75QUkdKKJEq3nUP5m9fYUdgBG3DhpphqLSSUjoExy5+tqt3e1nDwqhR0l7OLfjUrj8dMVdjWHd8YAkBKDOtmp7aBzGI0mM7HS1lbY9KTotkxYlaAE3soWpau9gk7YUdnyQpmHLwHoJsvGclggTtj5PoquTVJicyrslKpAhk5Iwq5zhV0UOtFEYSdKYmeCstq5rPsdlMT6njLAVmb05BiyhBRQ8qRS91U5m2NbyV1VubCVJZXsYRdBTJLGhfqiikLbExqlsBMLCEmiZnm9AikbrSkyWC5WTG1b+md2uaxyRBB2trAnWLEV817YnopO/HPIBcps1SP+idlDJ/q5XCcLxglhF8BGQDcnF3o+R6sltI2M4ZIsbRYlsbOyJLaL/YRWClQWi/iKX+hAYTfAHnb0HNHNG2NJbOu5+WqhpvvlQwcAiHJYDStHwufI898foRMtSsZsqrCLLExUYFba/KUJnrR1Cn9/+cn46hvOwZqxBSpr70NYxD8QgEo2b9b36ZtC6R52JUV20c1KIAqS67TdSgX5tBd+jhHoCrsocAKI91+mTTpFPlXqTZ+HFVtzH2u05hWhEwPgYQckFXaLFjrhEoWd14nCThuzpM1TcbTHhB0r7GLQS6PqI4K4IIRdkRhLywHnm3c+jpd94md4y+d+if1ioAwsA2G3KCWxJg+7HKETAIaceGeqFqOyszMQdpOi/HXPTFVNHtaM64RdLXVB7qoSnHSFHRN2AjEVZQdx1RLtEnbbLwGKY8BRTwOOuDD+2NZzotsbT2v/2DqBUJ5gdk/4W+6MuOWO4rb7DbJ0RiJ1wksXp/U5FN1IYVcXCuLsCrt4SibqeRV2TQg7Oz7pU/049bATg+oshtQmgNdhSWwhiErCJOQxZBlQi46t1nHVuqcWV2XXTqrz9BJYLomNIMaflXaksJscaq//04NA8ijsqF2GUqDJ/zO1bZPKtBuQ/ZzE1BFJg2z5VKGImq02omQ+g0qqoKW2D4IhdhZQhZ1lIZ6ivtCbPHSc18KSZDiGLImVoROSwOkKNGVUUZTEVgK3fWKoZUpsH3vYpc37jSWxrZXka8bDPuS/HzgAAFhvSJaWm3EyKVaWuecOA+kl0jzsUgk7W4WujBCF3Uw1bDPtlk0+55SNOHHTZFv/u2wgrk8ZNjZsS7/B9Haqb/hECjvtOiiUMaQU3l7sIelh14nCDoja/f5G+DlGrGr8CZrohF4nlkElJ8dPSRaXTHM1ANhyTvK+Foiq9+K2E/2YCEohCbr9whpr8UpiiS1Jhv42FbL/lq8hKw2LI2FfJecF8v4uEXa0HTBhh2R5R318S3hj373Rc6iXi5i4/PbxsBO48X8ewZ27w9KrckmcVN9bGgq7vB525DlFy4spPqQHVrOSWOmtUWv4CIJwYj+lPOxIGUTKhRPzCqQgoRN1t4vJev0MumMpJ7idLOjH1kW3aSlrK0xuBt56L3DlZ5Ok8JEXA2tPCNvVMc9o/9g6gfTYmxGEnRqsl1dpdcl1Yom6qeRGYQhK2l+bhWNbqgyqEUiFXd6UWE1hZ/SwI2oLVSqUPrDqHnaqhIAqBGMlsUJh105JLPGLdIXCrg4XviAw5DFkmZRYlqWCKSp1H5VGE5WK/vm5JDaCaEOTVkjKVoNC5JeaE5JwmK9pHnYZFJPUxkGOW7JMNkooo4Rdj+YFI3HCzp86XBFs+kRvpBgps+QC2KS4LWkKO1VO3ueLiVaghN3KkRKsxVTYWWTzVQspkOEYiZLYboZOaOSaJOzmPEspSrsfOjEAJbF62ZWJpGxREgtEc2q5xthgUNhJwu7xmRpqDV9d94uWzGiCrrDLUhWifEor6u8ZQZq042HHyAhF2IXftZNhPhaSWPRvx/w/hWE1/szXI8+3uufjwFz4Pis69OCUCvJ99bCNDLcg7Kj6yws0sQgiwc60UNgliJPnfRx44kuBJ70q97FG1Xvxkth+3xSThO3+WVkSu0jXK02JbXRC2KWUxMq5QUHbnM0jlGoC2tb6MXSi62fdti24thVJUleI0r29dwN3fA2Y2qZS32qeryYTHqIv7+u/DP3uhsolYA6ifGERCTvqO9LKK4LCssLGLEi14aKrJK2qTER2doaSnpGSi9GSq6TNq0ZLkTm1SoxMJ+yyeNjVXVbYAYjvWHajJLZdwg5Ib+PFEeB1PwjJk9JY+8fWCUaEV0l9NuxkmxDOg47VoyU1KUoN67Cs8LzVZsLvDEDZkiWxYZ+X2cNKVxVopQix27kVdpKw0wi4WOiELIkdMpQc5CmJjRbNji/9/Apo+AGKtqU87LLugJULNubrHioNorAzkX06QcclsRHEjuZoMANYYUlsapl3C9DUVCBS2rVK/AXidhly0u3qHnZeNTQttCzzNdANaIRdYyoKANIVdlKdcnC+rtShJlVDQTMHb/iD4a/TCpSwGy+7kWoXiCbmCwWVUO0nS2IJ8QqQktjRLvYTWh9eFCnZB2txH7V8r7kMCDu9rzZ52GUoiV07Hp9bHb46uWG9UinsajFj/KVVEkssXIDWKbFA+B025qOSWLesFMHtlMQyMkKWxFoNXHrCesC7M7y/ifeXZVkYKjjEP9GWD4RjndqsHVbjLfWEkxZKMZFHm5D90d6q8PrUS2K1NQC1eDC9t9y4OyQVdvpc7cQXhj9tQK15/cEaYyUJKrmAoeIifR66vpB9UDucjOIvRP9NS2KBsC3N7++6wi4WiJJhA3mpoSdHTHeMfem19dvvA599MfDPF+AY3A8AqDd8NcjWCWF3011houywUtg1elf6kgXthk4AsZ0wGq+tktNaEB40wWot3Q2UDV6QAOF98cFaKndqekrsyCpMF1ZhNijhrlVPzfY5Bh22iZTtQIGz/enAmuPC3xtO6fz4JGxn8cg6IHxv2WnPPEakzMuQsCPX5jrDTr0CJb0AlEUATR0uXNvKnhDpaoOciexv6mHXWmEnyZWIsCMlsVVZEktDJ9ooiVULzIbysKvBVZOsSg6FHX1epe4190vTFzNcEhtB7I6PI2yjNbhtJ5fKyeW8KonNobCTJS1+QBRohnIgRVr3aCOvNI5aaUr9WV1zsrqdRtg9Nh0tZEwLYOVhN2C7/60QSxqsNeJjRWnC8B89BLU30TYydMJOpcR2M3RCCw6Sqpv9ohkXHCu7RYKE7MdSS2L72MMuLYmQllRJFU+GEq3DpuLzlGPWJedSU4SwmxOqpYJjZfeaXQgkSmIzKFDE/8gkcLhFpQjutGyS0QRiHXHGlnF88IqTiTKpeb9Cy5RjaiA61hWHSehRRNg9dijquzpNIJcKu0er4fsMJQi7dB/2c45albhPT1nvZmlitCkW31Du95RYndSkxNOCgirfMggBUiH7aL8uEuNISSwQtaUue9jRuUiWDeSlhp6MQHRg89eeEJ+UeTW8qH4jAHFRCXKkAUeRWHtEKcLIECXssnVyPUG7HnZATPo5QXYbEgq7lLS0NWRH8Kg1ZDdQDtg1QthpixY3TWHnFPDh467FGdV/xIGxo8BAPFjEy7Bb2QoTG4HX/z9gxw3tpegsVVgWMCLKYmf3tGy/g4wtK6PJv8m8WkGS8WJQUiWxcPItzqjCCIgWM1SlohQcBoVdEwI6mRLbTGEXlcQqj5A8k0JSzu8GYf9fQ0FNsvIr7EhJrCCJjKa8+vXMJbERVEls2EareppnDkQlsYKwU+czS+iE2GRqRAo7NcGnxLRs34qw67JSy7JwcNUT1Z/zk9sBALaVbOvy8z4qFknlgm1c3EdWIOL6HxB/nVZI+BNRD7uhyQU9FjNhJxV2UdovLSnrbkps3LKgIPq/vWIYHSt3uPgxoa897FI8nmlfroIXWpfE6n5r29caCDuhqHx8trY0E2IBIgSQhF2GqhAtWAhOSSl2WGHXQ4j2uH7ECddkGavFVhDLFRrcExvrCiOKUJuvNxAEAf7jtt34+M33AYivH9uF7Bcfroh+0p+JP8EgOvk/zzgGl564Hpeftjnxevqct5uEnav5xMrf/R7spM9nF608X3nLUcKujTZG18RenaTEjmjv02XCjiQYs8JOgBouu+VR4Lw/Ck/q1OEAgGP8uwGIi0lMuGso4NIT18deZ8WY6ACWjMIup4cdEDMZpoqc8XIhnlSWorCjE4qj6eRCTtIoYZcoiU3xsAMwbY1iBsOJ3Y5lC2oG3c8lJAuBUVEWO/MY8R5YfqXVdPK/aUUThSFVqYGWxLr5du11GXnDpLArx58DZEqJdVToRIqHXXUGmD8AADiIUTT8AL4fQGxgRiqoLCDlPLYfedjJ3dCKCinINimJUtI8perSU9bC9+WS2FQohV3YRmtB+32fXNzKxW7kSZglRCT831rDR10ng50CIIOodMKuB+dy13Gvxs/8o/HnI9egGkQBMToBRUtiAWC0ZL7O0nb/B11hBwCf/4OzcPiqEfzNC0+Kl8SWF1ph1yQllhDN+0Q5rGNbbYevGOHoCruwzTw6F7aFtsrQs5bEWkuMdMqCNAUt/VsSIBlKYumm95O3rzaGLZhKYpdUOSyQCC+J5qxN2qqmooZbUh52rLDrIfRzldH7a5IIPCh5pyvshsh4+6Pf7MUfXPsL3Pg/Ycjjmi74b8rKsAdmhRLZm44/wbBp/9rzj8A/7niicUNan9d100tMKfT1MbbP17n63GnxUmLlhtN8Z3Mv+j9eLUnYJRR23fGwGybfG4dOCMRYTNcGzv0j4M8eBV4WKuvWe7vgohGWanpRSdRZR6yKDYyHrRSDK51c9VtJLJlMrSY7teNDbtQYgVSF0nlHrVa3zzx8ZfJ1RZkaLDvRmGPhHhqalo4tRyiFXU6fwuUIpbB7LGrDy7Ak9twjV6Ho2jh2/TguPGZ1+hPld1OXCjux+wcnH2GXCJ0wqIv0JFn6/CYDq9yZlOWLyuh/aEX4e35f+APgQDAapnj6QeL/M8GJ1AHSgLkWuKoEsqr6prwKOy/yS+OS2HwQbcgRSXZHbFzb7NlNoYgPcS4qORR2chJV9XxSbq359wCEsEtPWe8Uc+tPx4tq1+DH9hOVrYRpg2tCI3TSSBc9dKKuf74Bxmlbp3DTWy4I5zMjpK8sTy7sgTQLnZBpvzVPVXlMjRQ7LimLQdkahH2yK1Kyd82E10p7hF2rlNg+3oBM86ikY5kkQDIo7FzHxheuOguXnrAe//v3jjY+Z0qkAlOFnSn1eVGhh05kOcdCtTJuEcJOetgxYdc76IS6l43ooBsFsQComMJuKFIGVz1889e7Y69xxraV6BQyjOexeth+CkEtHvykFHbZxuCEwq6LSidXE6kMShK7TtAt2gZCgSrsWve3qdAJu3oLwq4bvvKI+8Ny6IQADYZRk1nLAsY2AIURuPVZbLEeDSeuYkCuBgVMDRfxpK1T+MHdYQLlltVi9zWmsFtgk2IgbvCawQ/K+L9eA6tGo9298XIhTtilfK4Lj16N15y3DU/YOIETNpHdaHmRyIZuOB6X+AHpaKpEWY6gpGwnHdFygFLY7QFGxIRgGZbEbp4axo/eeiHGym7zzl/zsCuJZMBaUMg38OpkhdrZNCjsYsb8rUsw9JIB9fewOL9zj4cmsAAOYBR1kuIJ5C2JJSVcasOmgLpKic1O8ABRH1Zp+Kpf45LYnNCu37WrplKe2BpyUjRf8xAEgVLYZdnRLBJSSxK4Mf8ZtxQuEBLBK93fyIsU6kFU1mtoVzQtGkhf/OqhE8tJYRcDJewWrSQ2qbCT522m2uiNfx0Q914DlCVANQjb0FiKOrP5a7ZS2PXxfCZt7LKdkHwNyHnMsDEFAKdumcKpW9L7t8jDrpoMiVsq0D3slLqwyZgp+vgJRGsG9rBbAOiEelrysQZK0sXGGDpWF0aUQGau3sAvfrdfPTQxVMBlJ21o/7gFxkWZ/gzK8AILjhUAlQNAQQTrSf+xjFU2+jyglx52jUEpidXWCYsmtKFrkE6CQG0nFBnJ8KdESqxo440elsT2ocKuJ720F1NekC/FtoHJw4A9d2C9tU+UxEYLtsnhAl517jb84O49eMGpm7BxSnQEgddZhHCn6ITMSZlMHb56BJg9EP7hDoXfjQGuY+Ptlx6X/rppf4MsOPTQCQDVZgvb5YhYSWwfe74sBEaF+mb2sUg9tgxLYgFg7XiGDQTlYSdTYgVhBzcfYefE1RnmlFjNmL9QztRn6aSBUswNC9PguX3A7F4AocIOiCt386XERh52kSWCC09MsqRKLuvOK1XY5UuJXWKLsMWETrgX27+eaUlsg5RNZyFgI8LOU+EMMRVqmsKuBxt5LimvaaawmxyKj71pi98odEIo7PzBWEzkxuia6PZilcRSokf0A3Jz2fMDPLgvnHt2NSEWSIROOIKwq4up+PhQG3MO2p+akKFUdMmi2fUtyftESWxn/boqiZ2pLV3Crh2FndjYmxQKO88pK/Vzu4ngjAzQz1VGP/bJkRSFnax6AETohEgQrTSUj+pNb34yNq0Yzh9gY4DskwLYOIQRrICwRxkThF1OH2v9mLpJPhU0D7vGoIROaHOnRfOwU0Rah6ETQNj+G/NiA1b08zJQcSFCJ/qQ++gJxegZFF0K4iJfi/3hRSUG2yoKmBgq4Pztq/E/73gaPvCCE+NE2ZJQ2CV3ZVuCEEFXnn4Ytqwcxnuf+4RQhZBTShx/3SyEXTyVjmK+WenYcgQNnejnHemFgCyJnXmM7K4tP4VdZkjPJlkSa4V9SBWFfNefKonV1UUGhR19nirBSJ8gJgg7ScANSyVCAOwPjYwlYScn+6b/bwonUh1TSwRJYORW2InnVeue+l+zwk7vM/n6VnB1wm7U/LwMiEpiG4p8BbIRsKoklijsYuXWukdjr1JiyfvWPV+R06Zd2aJrx0i61Sm+QSq1XbyWt4xKYmMYIcmBC10SS0MntE3gcsFWhOy9e0JSo2cKO/HeyhJAEHbthU60Kont4/lMMwWt/rnV5+xsUbdCEHazNU8lP+tl74uOhIddhsofsXG4whI+pXY0VzB5+TG6hLSS2BZj1oaJaExOJewKQxgWiaH75+qoNXwUXRtbVo50hawDIoUdABwKxOZz5UD0BEPoRDP0UmGnBy3K306eDeUlCJ2gW3QPu3ql8yBQeV3MR6rQqCQ2biOkRDQd9u20JLa81HxJM6AnvbQp5EBhLAyWWGMdQM0L4DeqsBFOWCaE7Ff+NpYvLEbipiJzauHOLJBDYRdNKrauGsEP/veF0WOVg+HvdnaZE35MhpLYJgo79rDToCZAXtfq5QcWsiR2do8KUuhEkTPwKMYVdiVIhV0h38Crh07UDYSdUwBgAQgMpEZ631nQJk0xo//yRNhXzT0OADiA8FxLMsa2kM/nKaUktqEp7LJ72MnQCV8p7Iw7kPpgzyWxEbqosKPm/VWiwsxbEmskbmVblzuvPdzIkxteDT8q601bBE0OF1TiYhphV9RKYttKWB4EjK6Lbh925sK+d6xaIk7YWZaF8aEC9s5Uce+ecFzrvsIuvuli+VH/B7SpdFK+pVXz42o+04f9nRq7DBuCjva5u/Q5x8suCo6Fuhfg/r3hmD3RjvKxl6Cey0C2yh+tj6zY4Xdacs2p1owuQS9fzlgt9rwnbsS3bt+NWsPHxhWk/Q+Rcu7CSEyJBwCHrxrpqmqbktUHxdxPBpAB6Fhh193QCbHJ5g+W7URZ+44WTREr++HGfH7xkg7ZV0nCznaj19LneT1Q2G1f0/6m9GKhN4SdQdGlIBR2a6z9qDd8+PWQsGtYRYzpuzxLTWFHjTZzl8Qadj9lp9eOj0sGtUihiYdd3kXxwIP6FPp9PMFdCFCFndxpW2gvon6C5mFXVB52OUtiE+oig+G+NOZvzEePZ4hf1yfsMVXTyOpocwHAviCUrcs011zlsEC8RESWxAauIjDye9glQyeMai5W2KVD3x3PuFtuAi2JlefDlK5qQomUjRq973RyoqclsWLy32iusANCBcRD+8PJZVoyn1yo+EG4iTYohti5sfmMMIhswynAii0L+95GD7uoH5gYcrF3porf9kxhF7c1sOSGhUhl1surMyErYdeP/V0zhZ2uOM/rL50Cy7KwYriIx6aruE8Rdkvsu6ObXkC2xbNGqFQQfn9cDttjtKmwGysXsPPVhg0NKvAYXYOxkotywVYijCO7TETQcvB9wXh4Y25v9ATpo56VsHN6p7CT89ggCMm6QdkUGypG39FYyV08gr1A1iCdiqiUwu5A+Ls4Eq5fgJ6VxNpkDnr8xgW24+gCenLWTxThCCa/lxhh5/kIxCSjUCwlJ/Sx8oUOIoQ7hSLs5qL7ModONPEXkWRHOwo7fcfR0Pm7Wj0/BZfEaqAkQpfktwML6UE0u4eoRCcX7XCWPApxwq4URKqKXLJsV5v4pZEVrqbEyzCZ1/vqWAnBxCZ1M7AL2Iuwv5JqtlwJsQApiTUr7PKEFACEsGt4mK018eZkD7t06GNQV0piI0/BkYztvKTKm1NIsoSHnSEpuUtQBtZ+dCxpCrsNk9H7p5fERv9b94Jo97/P/XVyw7aBi98JHPfshX9vixJ2guwgcydJzDx8IFworOw2YUdJJt+DJSo2ZEns+ok22rF+Tejo65LYJtd3j0pigSh4QhJ24+2UKvcSVG0fBG0RdjN++J22VYbNyA6dsOt0LVs9FN1esRWWZWHNWHR9dJ2wI4SunPth5rHoCRVxPBnXsa5jxxSAvUiJBcJ1b2NAxlja/0wML+L16hIiTZJpJvVzptfSSmLpnFOVxHaXsDt2/TievH01XnHO1r4M2unJEb//+SfiH276DV5ypmH3VKQOTmEGv21EhF25bNjRjynsejcxbwlJHNJU16zqK1Vq2Ug+1gnZoe9mGBQReiodhUy949AJASpb7+cSkoWATPmrHgKmHw1vL7R5eD+hGPdjKIiS2CoKmMhVEptRXeSWARwkpEbrnbCEwo7uSE4epm5aExvhVBw0/EDt6OYuv5DXFSmJrSNS2FVUIme2iVyJlMTO1cLv1jgYc0lsOhKEXfslsXJMma9FBCr1DmmGYkxhZ0hmLWgqU1NZeJdQIH44rVSfR64ZxTd/HfaFGybNE1hK9tUavkqy63d/nb6CMXQi6hd1JVUa+do25HywUYsp4mRJ7NpeEHb9PJ9p6mHXm5JYAFgpSqH3zoRtRE+CXnSosTyIk89NS2Lj/dJBL3yNJffZBg2p5cttEnZ07SfWpqvHSnhABOUcvXasvddNAe0T90qF3SxR2EkCsTSe+TWLjo15IYzopn9ifFPMHxgPO7pxFPMzXGgoNXcldyl0ArL9z+0Lf9M5p5znJQi7zvgKx7bwr688vaPXWEz0hLBbM17Ge55zgvlBYWI+aU2j7vmwxGBbLBtOuiLs/Mwy4p5ANiwp/YWVveE4TRR2nZTE6gsUI2EnPew4dKIlKDmsSmL7j4FfEJQnwmvCqwGP/0bcN7moh7SkoUpiQ1+kAqTReKGzklhJVhR0wk5fyLQOndBTtGI7kpNk42ViM5w9VkjYCSVcbnk+tQlQKeEuag3Nwy5n6ESl7mFW+IgZJ4FcEpsOfQzqhLArRiWxc+p8ZDuXUunp+YEi+0qZUmK7Py9Q46cfxEp7TTh6XbRYOXXLCuNzKAle83x4gqAu9Hm5Tl/B6GGXksYIYEM7BFozOERhR+aEMiV2XZbUcR2ZFXZ9OJ/JqrALgmzBCxkxNRLvT9a0c156CfoZaVvKobA75IXf36ISAMsBbZbEpuLsNwK7fwWc8vvqLlrWfMph5vGnXawlbX9vIDb2ZqnCTgpPchB2rq3WoKMZN/OygI6xDaJi7/cxdiXxUl1Ugp2GQeQMG0lAD52IEXbiNRuSsBNVb8t8Tb7wn14YZk5Z06h5gfLwGBoyEXayfKGOXqbBtYRsWKKkDU4hqrXO+r9NS2In8x+TbQuvqpRFO6LEnLqBsJMLEFbYCdCSWK+PJ7gLAcsCRtcCBx9UQQSssGsCVRIrUmIVYefmu/5USaxU2ElJuklhB0PZYBuhEwCw6qjo9tQ2FBwb1YaPquhDcivsYmpW4WGHglIC5w3EiTzsfGX8byTsdOUFJxtHKAyFZIJsWx2FToTffaXevsIOAKYr4XUSU1rSHV6gp8p7quyT7cpo8wHg0hPW4/69szjz8JWpBLZlWSi6tlDXUYVdfy8m+grUZsVAcugKt3XdJuxUSWxNI+zC41o/2cb76apTHVLZ09cKO8P3EisvJhUsXZi36T6UNLFzSYBuvlE/qWabUNoa4fF6+FxW2PUYut9gxtCJVIyuAV76ldhdLzt7K35w9x4cuXq0630WnUs9LhV2HZTEAuG68+B8PfH6ncKxLVhWyN/XfV+FT/T7GLuKbCBMLibBLueFgR/xFwbuIRP00IlYSWxvPOz6HQv/6UVJ7CRmUG94sEVK1vCQqSSWqNMarVUiPYNe1pqno9V9NiikFLRdw/7CECHsspfEBkHAoRM6FIlAPOz6cYK7UBjfGBJ2EkzYpUMLnZAKu2pQyKdwpSVAQZBOVuikRobQCZ2IcOnfR14c3T722XD+O+xP5A5p7t1LQ79eDVzVT0kPu9wpsQ0Ps1Wxa2tSdOkLuXa9NwYV5Ylo53x4qvlzm2CIhE7M5lTYUb+6mUojcd9CKuzo+x4Sx5KmsHNsC2+86CjjYxRFJyTsag0/2v3nhMaFgzF0IprPUQ+50ZLbfX8vGjoh3t+3C5gcLuI15x3enlday5LYDgmCxUS9yfVNx0M6v+7CvG3bqviGRdeJ205hO1Bp8DFv7WaEXXyN8NBM2O+wwq7HoJ69QE+qxS48eg2+/UfnY6Kd0Joc2A0xLzj4UHRnGyWx40Mudot/66aXmGVZKNg2aqIcNvKJ7e8xlirsxhczJIZu5EplZdsKO9H+5w0lscorT/RtTNgB6FHoRFOIhUDJasCuT8NGuEgbHjbs6MuJiN8gBoeLqLBTf+eYEDja4pniwO/C3xOb2zsueqEY1CJyIS29oSRqng8ZHFtihV0IVSrj9bdJ80KB+JoB4JTYZlAedoKwCwRhh4IqH8wE6lvj1UlJrB5AIxdwsgSj9YJNJw1iJElxJNzRfeb/BY68SJUKKg+73KETpCRWTGLrcInCLl+5viwrnqs2IoLIpOhK2AgwYRdDiXjfjG1o+2WiktgGZoWnYFaFnevYkPzvtCLsSDug5EQQRIufHpxL17bIsQi1X4eJdgUSBCUNsft997+vQMd5g+8XLf/amOJF2BGoKkxsVthuGf/950/F1Rce2dlr1lMIu36ezzRT2NHNcL+evL8DUOP+oYKzuItkEywrOu/Vmej+ZqSsVslzz4FwvF3BCrvegs53gM4Vdik4cs1Y9z03BV58RjjfP+tJwv/rwO8i5a5S2GUn7OhGSDcVdkA8bFHaQfV7Suxw0VGJ5VeefliLZ/cQtpPc6G537iWVedIPMVYSKwk70f8rm6rlzVcs/ChUGEbDKsINahiaf1TdPTJsYGlpCVd1Wty3BAi7PDt4up8Uxb77wt9T29o7LnqhGC6atJJYudAGWGGnYCqJXeZsflNMEpLZKQIjaxbvWJY6pNRbKOwckhKbKxWQLlq8arq6KKFCyhI6EZ/QJJREh18Q/gBwbRnyIBV2eT3siJqVlMTWPOlhJ0tis72unPzNVBuqdHHUtMByy1CqBIAJOx1UpTLa/vUsCdRK3cecUjxm70uLro1K3cchQZIVjQq7anwTrAfzAlnCWqn7ijxMU9hlhfz/asNHQxDU/b6Y6CtYzUtiKUm3fV13zdtj70UUdnCLsLJarJggF1CpCrs+Vic0s8Kh5GeXFXbbiXH/SMnt7Pz0Ck4xPOfSqkfel4ahuLfZr/d6AOzFLbFbDlCEXY5E3yWGt15yDJ563Fqcf+RK4NdDoR3Lgd+FlTZy0yyPwo7Mz4xztQ4gx9O6FyixSr9vilmWhRteeybmag08YeMiVzOVRiM7HqADwk5wPkbCLh7U19e2Dl3EwrM1loVqIWxwQ9U96m4jYUdLuGTgw6IQdlojydPRUs8Sid98G/iLKWBmd/j31OHtHRdlupuETuglsTJJseBYqal3yw6q7LnOBpdZsGJrdHtic+ipyDBDXpvCw84RNgBVFHDE6tG0/0oi1h9WSGmFrrDLHzqhExFpXl1ANPnpOCXWa2ihE5rCLmPfJMmg6UqksDMSRJbVUpW8rDG6OrrdwU6mLImteRHplidcRY5JczJ0IkbYSTXRvEbY9aZkTR7LoXkDedgGqE1FQ5Xr9Pdioq9gTImN+sVj14/jsKmwj7jk+HXdf/8YydSlhbseRqRj0BV2tCTWcroyF5kaKeLiY8NNizdceETHr9cTKG9torBrNmclhF09cPC72bBvW7vUAjUGDbGAkDoWNUCxTUwMFXDB0WtgO060Xn383sjHzLLjCv0WGCfJs0b7kg4gx+iGP1i2E0euGcWJmyYX+zCS/sbtWsvI+fes4IFiHnZaSmwfkty9wKIwEtXiCozU9mCoEp4oL7AwMWoi7AwTjEXxsOtGSazopIMA+NofhxNGAFhzfGLnKzNaKOxkJ6WnxEqfJw6cIDClxPbjBHehsOGJ0e2JTYt3HP0AzcPOFoNPLXDzEXa2HaXzyokSkJz46WX4GQJ7dIKuWam83AhQHna5U2KJh51U2AUkdEJ42GUt15cJadOVhgo5SC2zKA6TzR8m7GI4/38D118BHHZWRy9Dy7z3zoTnN0/Zi06KmUtio5JCWHbPNlckWSiVm51ucMnPVvcCNS47vNmxcIiFTiTHece28OWrz8HP7tuH3zt+bfffX/XNte6VxqkNmnnz46pioA/nM83GLpW4W+/JnO3vrzgFN/9mL556XA/aQTeQCMMrNg/DI76kj2McgdBrtJVMzMgOSjY3Kj0riV0wrDwceOzXwL57IyX+yOpcm3zjvSyJtaN1Lwc79QCUWIPVPvEsOQs5bplKYhtaSewyX5MvCmFXL00CM8BYLVSYVVHE5JDhRFhWPLkO6NlOelN0QtjpapfpXcDBB8LbJ7wIePLb2j8uStIZFp9uisJuvtWidjlCLvi8Rn9PcBcKa44NPVEqBzpe4A885EBUnwV8H5YYfF563vZ8HnZAeJ17tShZCTB42OkKOznY5fCwa0LCyVL7eanUzas6oqlpgryMe9jlLYkNr93dhyLFVWoJZotNjmWNo58OvOo7wIotHb1MybVVUtueaREqlaOd6xtJsZTYAin3puqbHpWsyffuWkmsuHbC0Imwnevl6IweokXoBBCqqy55Qg/UdQDZrKh2T2mjFjdpKbF9vNjJmhKbYYzLi9GS27t20A24msKu1WcnwoB9QVS+uHa8f5RefQl6fZNNyn5S2MUwJRSnj98b3R7NR2pT/qzbwT5y3VvzIoUd2050ETEl3HD7cy+9KrBpSWwfj2FdxKIwNl4pHDgma6GH3SxKmEgzPnXLGmG3CLsSXSmJFZ/hsTvC3yuPAp7/sc6Oq2XohJQGawo7ZQTOCjuFWEksG1y2hO0Al18b7rKd/OLFPpqlDRqFXj2o7n79xcfnf63CUPga8wfCv+1Csp3qHnaqJLYJYaeXxDYhJuTkR5Us5lXYUXK8IcuDDSWxmRV24bUrJ2cl107/34JhF48RYfOTOn4Jy7IwUnQxU21g18Fw9zRP+qU+LsXUnyaFXQ8XPvK9D3UtdCJZEsu7/wsIqqRfDKUL3UxptO6X873mIIZONFPYLXPfYb0kttX5JaETckXg2BZWjvYpcdQvsKyoMqI+FyVe9qvCbpVIQ3/sdmD9ieHtsXzENvWE3NDlBGZaWSY97Nh2oouIEWsdnDt9/k2JQJdLYk1YlNHNL4eE3Yr6YwCA+aBkVtgBIUFHNw6XgsIuz6SAmgwDwN67w9+rj+78uFqVxLrNPexYYUegSATiYdePE9yFxLbzwh9Gc1BifW5fdLud8n45QEqFXTPlgVzsdCN0gr68LIkVhJ3sZzKDkuOx0Imwn6oqhV0+DzuJFc1MtIvsYbcQmBgqYKbawIP75tTfWaGrTmMKO0pOKPVN786jLIGNEmu7GDrBu/8Lj1i4lFwELOA4r+aSQbQY6ZaHnVcL5y76Bk4/Vww09bAj41w/k5LtQn7+akaFHRn/HxcKuy1Tw7xhsBBwy+H1KcMTgf4lH2RFzYM/AzaJDb6cIVV/8OQj8ND+Obz6vMO7Hugix9NGLCWWbSe6BpMSrh1kUtjNi6CWZdi/G7AordgfCr0UVnmhwm4O5fQJfWxRay3ODlpHCjtN7TIjknG74ftFve8Mhp+yk9IJO/awM0DtvHv9PcFlLD3QKHRpsGq77amF5esows6UnpemsMvuYdc8dCJ8TCrs8nvYydS0miIVqyig3gjg+YEi7soZyZHhohNbdEymqbWB+DW9GJs/ywTSVPqQILryEHbZFHaVMHgF6KnCLiqJ7VboRLSJphYTA2CI3TeIJVQvosIOyF7K2PI1NY8sHUrR04cbtE1TYkn65nKcs8l1CfWwa4WXfx2V1Sfho95lAIATNi1y4uRygTw3lLDr15LYlUcAK7aFfeh//Wt433i+9ey6iTI+/rIn4czDV3b98JSK3Q9Yxd4LlEkacI6gkQSaEnZyTAvioUL9SnJ3CYsyU7SE+elqP1TYzaEUS42JgS5qe+hV0xS2E6ZPSeQi7MikAogW7COrOj+usfXm2wJycaCHTrCHnQGmkthlzuYzugip7JIR5u3uTElV2Nzj8delSHjY1eL3m142ETqRPjQUZEls26ETRHUsVCaVoIi656MqAieA7Ao7y7KUjx3QgrCj40cnu4OMptAV86mWFwYMFeLj0nCR/E0Ju2bqmy6hREIigOZEdhYUhWKv1vCjch1eTCwcaEK1XAQspM0K3TSRi/dO378wDEC0Iam2ouhnMkte4yY1tNr4qS9PBYYczyXxm0XMsPVcFK76ASqbzgUAnHNEF9YhjNaQY9QgKOwA4MiLw99y41iWxi4ByHVvte4l7mN0AcOkzxjugHBNlMSmKPfqc9Eaph/HsC5iUQm7IYQnoWKV0xdndIKzGP516jjIe+fZqaSpYEC0YB9Z3fkxjRGjz/GNiYepXw4Fe9gZECuVETvS7GHH6BbkYCQJ+3bLMeX/zYvSWhPppEqktJLYHKETzYiJqCS2TSN+A+lSRZgSKwMngOyEHQCsJj48TUtiQSZu/brD3QfQSdN2FXa2pYWPLLSHndukPLed1yMKO0kC5ia8Ge0jVo6/CAo7xw1TjYFo8d7p+9s2UBKqh+qh5OOLUfrbLWRJiV22JbFSYZdPqenYFq5/7Zm48Q3n4gWndqHSh9Easv1WhIdxq0TfpY7jnxv/e/1Ji3McBqhQNELYscKuixjpFmGnK+yIWs8pRBsQjcry7N8NWJSZoj0a39Vp2E0Wr3SgXswSJjoY5mF59fK0bhJ2lJEeTyrsXCeuDpCQpWwjRVbYKahSmUZUQrLM2XxGFyHDDuakwq5Nwk72J1JhZyTsNBPyLKETeTzstJLY3Koj1acHShFSQRHVhq8CJwqOlWuStXY8GhuaKux23Rrd7ucJ8xKHTtC1S9iNlNy4x80iKeyivzvbxCm60Saa3Ehjwm4BoTbmaotnZO1oi/dutF9ZmmQi7PrZ5L6ph50pdGIZzdnyetgRlFwHJ2yagM1ExsJAznnk9dmP1yLFlrOBY58V3j7uOd2xeOoSpGK9Qgg79rDrIqjCrpNKQX0NpJfXSvuf+jyXxAosSit2dcLObVKaRAm7dkzauwXK7OZZbLvErwmIFDbD3SiJ3RDdpuSdgCxdk6U3ErPVcAKnm3sva9D0OGbzGd2GKoltQrRlgV4S25Swyx46YVlWjLTLFTqRt9wg5uMUqkyqKAqFnUiIzUmMrBmPXnPdeJP++ayrw98nXZnr9Rn5oJfA5iHsqLJSDxRRbadeidp3J0llLaATdp2q0iU5V234KhWZy3UWEHJjrl6Byspc6HFe9sOSsOtGab70FaqYFHZ9mqDqe9FcrFm4klftb5++dqFKYqWHHc9XlywUYdclVe1iw7KAF34KeO0PgBd8YrGPJgY5d5Ve7fQ+RhfQLYWdzlnowSVyrUNLYpd5H7coo1thdCr2t9+MsKMd22KWMNHjyEPYOdriWSnsukDYHXYmcNE7gFXbjQ8XXLPCTibejZeX0eSmFWzTbi1/P4wuIVES2ylhJ0pim3rYSYWdHOya959l10Hdk2mY6cSE3K2UJQe5J0OG45AedrIktpQzEIcq7I5cM5r+xHP+ENh8JnDEhblen5EPK0ei8XJyuJCrvFlX2MUg23+jAjREymYPFXb6cXfq+1ogqnepsOs0eZaRA3IeJ0kOet9CH0PlQPi7G4SzKomdTj7WrxuQNEDDWBIrvVCri6eWXEzoQQbL6bP3GxyNsBsEOw7bATacvNhHkYBU2Mn5qWPnq9ZgtEC3CDsqWrLseIgmQAi7yvL0KDVgURiJ0rhWDtps8Uo7NoOKbMHQqcKuUQVqc0BdTBS7URJrWcB5b05/azvyy6E4JBLvUoM+liNioROyJJYJO0aXUOiSh12iJNbwOtTny/eJSqH5JHGs7GK6Kgm7ZiWxInSi3ZRY2w4XF3KRBelhF6AiQifKOb3Cjt8QJVc1JexKo8BRF+c7XkZubFkZjdWbV+Qjp5sSdlQ9ugAediOaoq5ThZ0kt2sxhR0TdgsGuTFXX0zCTi+JbXMsoEgrifV9oj7rM5JAXt+A+dhNoRPLqSRWjvPS+L+HSmNGhxg0hd0ShrSCkpVkrGDvMtYcD2w5Bzj0MHDERe2/DlXUDU0lPeNjCjsuiQUWibArj65ALXBQtIRk1aQSkaADdScRwp0ipvTLQ9gRA3jpX+WUFuSzyIWAnhJ7aF4QduVlNLlpBdlZ+B6Z4PL3w+gSlMKuyymxBcMmBvX5IqRYq/Y8Vi4AB0NVQ56S2LaSM51S7NgqKKJGS2JzKuye/oT1ePbJj2Ku5jUn7BgLgsNXEcJuKh8hQVNhR0taO1hgD7thjTDs1Pe1SIKgauxht/CQJZO1OXGHtfAbc3ITd/5A+LvdzRsKWRJ763XAj/42NIW/6B2Rfyl9336BvL5t11zqSktivda2DwMHSdBJpWY3iF9GbyDHKFmyPggKuyUKSdC1vaHMaA63CLzi3zt/HUrYmdYmirCb55RYgUUh7GzHwWPWSmzCYwAAr5mfm7sECbtcCjuiCJDqmpFVC2J4npYSe0iWxA6xgkzBWBK7vDsHRhchNyU6DZ2Q/ycHMKPCjvQ5XguVAkGZqIeyKOw6IhzckvKv82GjDge1ho+qKInNq7BzbAsfvOKU/MfB6AkOWzmMgmOh7gU4YnU+AnXlaDTWJgiymMKuEr+vB9A99IZ1AjEnTKET7K+zgFAKO0HYLUZao66w6wZhJ+fGv7sl/P2jvwUu+NPWKrWlDHl9px23XOQ1atHn7LfP2AkkQScVdkwCLV1IInlQQieWMOR8dK4WrnPb2lBm9B6t+ispamjMc0mswKIxNnvsNdjkh4SdT8MTdFCSrriIyol2S2Jlo6vNdte/LgPkorva0Ag7VtglYSqJXU4GxozeQvZdnXrYFbVNC6OHHVUhUYVd80lilaRqNesbXG0C1BbhQFRRvlMCYMVSYvOGTjCWFkqug0++/HT8du8MXnjq5lz/u2YsahvJ0AnpYTcvggPQU4WdXhLbqcJO7v5XuSR2cSDH+Vr+ZM2uIRE60QXCbmx98r7dvwTGSXpjvy12pM9gmhWOJOe82oKQ90sOUmEnyedutCNGb6DKlw+Ev/lc9QzSY1kq7HhDbAmjNAFUDwKnvCT5mLxm6vPEh3V5E92LxkjsL64DKrcBAIZWHpb+xKHJ6HZpEQk7Sha2Q9jV57ubEJsBsqys2vBi97OHnQE0JZZDJxjdhuwHAkGetzth0/tAY0msVCHV4lLyFtH2coIDAHYTk159AtS2wk7AFwuvat0jHnZM2PU7zj1qFc49Kv9Yt5Yk/q4a0xbgdEFe7X15ke6hN9Rhu6SqdxkGxaETCwhbK4ldDBKrFx52U4cn79tzV+SV7JYXXknYKaqCVE2b9xtLYpcRYae3mx5uXDA6RMJ7uAvJ0AwjuCS2j/DizwEP/Rw44w+Sj3FKbAKLR9iVDwPEptj4mi3pTyxPRLcXU2FXapOwk7uDDULYdSNwIgNKJCXW8wOVlHNoPlSQTTBhF0FO5L1G5lRNBiMzdJVAuwE6eh/YNHSiEpXEZljIyBKCVtAJhrZMfWOEXXi81Q5KYhmDgzXNEn/polSZrfcujIoq/IaLTlMiOwto6ESdPewWHkphJ9Rbi6KwE32fVA10Q22zYlvyvundkcK6H+cy0qA/zQrHITYmy1lhJ8GE3dJFQbNEWcwAxQGH9Fjm0Ik+wGFnhD8mKLETp8RKLNpM8b/WPh+/89fgbn8jVq9vUjJDCbvF9LCj751nR5ROxg4+FP7uJAo5B0pk0StVdtWGp+KuuSSWgJbELkD6IGOZQZ+g6RHmWaH3gSb1QcznK/vOFFXYNT0ErVy1vZJYQtiJhUal7qmS2BIr7JYtKEl25jZtrHQKAMQEXKoVerj4GdEIu04RC51QJbG8oFgw6Cmxi0HY6QRdNwi71dujeemWc8Lf07sIkdWHpUTC4zRhAyHhmMa5ZTRn0wk6ToldulChY9IShUtiewW5ASbXubwh1qcokJJYTokFsIgKu9HJlXha7a9Rh4s7J5rIg8uT0e3FJOzaLYml5N6BB8Pfw1PdOaYWoAvrSt3HcBHYPxs2fMe2OHSCIhY6wYQdo8ug/RgQL/XPA52g018XIAsZorDLsJD5mxeehNfv/C/8ydOPafo8Xf3WlqkvXWyI66zW8FERJAZ72C1vfPuPzsehSh2HrdTmBpYVjr/1ucgTtlnKfIeghN1YFza4lMKOpMSyx84CQk74ZUnsYhBZOsHclZTYCeCqW8JKgd98KwyfmN5F5jJ9SOa0UtjJc+fVluecTW83nBK7dKGPUVwS2zNEoRNi85fH1/6EUtjNcUqswKIxNi85Ywvmqh6ec8qG5hPWpULY0ffOM8Gy7bDh1eeAg4KwW6DQCce2VFKfVNg9PhtObFYMF2H1m6dJL2ELgsD3luduLaO30K95E9GWBaXx+N8m4s+lhJ3YmcqwMH3GCetx6zueisnh5s/VFXZt7WCSnbJAKChioRNcEruscdTaJmO9WwrH07l94d89tMoYIamw6yc6Jz0kuV2tc0nsokAGSamNjCVA2HWLTFt5RPh7bF34O1YS24fKhFYedg4h7JZjVYTebpbTZ+836LYNXBLbM7jCtmJOlcTy+NqXkDxLg0tiJRaNsNs8NYx3P+cJrZ9IybHNKbXOC4F2CTsgIuyUwm5hSmKBUKlS9xrKG0oq7KZGlnfDTyBWErsM/VAYvYXuW9luSaxOTpQNr0ODbhrZFXYAWpJ1gEFh12FKrCTswpJY6WHHCjtGCtwhAPuj8qIeLn42TkZjfTdKYmW7rjQ8VRLLCoAFhL5DvxgLgCw+pJ1AjjWze/tbedbSw46WxOYb5wYCvSitZvQGCYUdn6tewRUE3SyHTvQ3pGK4PkfW5H2oFO8iln5N5IaTgZVHAetPBFYdtXjHQSdZedUxcgEtPTkWKCUWCH3spqtQ6Yv75sId16mRPtxx7SXo5M/t40kuY2kiQdhNtvc6utrA9Dpqchj0JElTV9i1RWSQCaxVZoUdIwdKY8A0IjKih4QdLYM9OF/v+PVku67Uo5RYXlAsIHSCbiko7HTVdKeQG8Jz+/pbeVYTCrs0BW2BhCupz7mM5rUJhd3yXswuaegKux4GJS13FIUn7Lwg7Nhyok8hSe3abBTQtMz7uKVP2BVHgP/1n4t9FEDlYHR7dXOPpwT03ZUFVNjJxbVU2O2bCSc2TNhpUBPaICrF6McyEsbShH7Nd6sk1vQ61MtGJml2UUmiK4KG2iHsSJiQJT5Tpe6ppNrh4tIfmhiLhLJ2DfR48XPc+nHcvusQnnXSho5fS4apVOqe8rAr8IJi4WBr/cpiLAB0wk5vz51iSHgkVw+SNNw+JOzkZlOawk5uhDcqy1OBkfCwW0afvd+grwF76Lu63CEVdjW2nOhvyP5NrmGAZR+sw6uirKBBEXkbjW4wukAedkCUFFsV5Td7BGG3arQPJ3C9BJ3sBCItsx93pRlLE/rOv/QZyguamm36Gwh9mpxi6O0jfb66aHKsl6sOtVO+SohGWyxYG36A6Yok7LgklpECfQHfYz+gT7/qdPzn/ftw8bFrO36tIUrYiTG5rdAWRnvQNy4WhbDTFGPdVtgNTSJMUg5CHzugP5Vnj98b/h5dY36cnju5ob6cNlkTJbHLezG7pKHPvzh0omeQHnYSRZe92vsSJsJumW9KMGGXFaf8PrDvPuCYZ+T/X7qgsGzzIrtHkGmLstTskQPhTuT6CfZQiMFEzjFhx+gV2vUw0YNinJQuvDAsCLu9nb2fAV1R2JFSXnsoWrDuFyX7I6ywY6RhgQm7VaMlXPKE9V15LUl2zwhDbIAJuwWF7mG3GGN8rL1a3SfsbCfsX+f3A9OPhPf1m8Lum28Pk24BYPIw83PomFY5EP5eTgs6vd1wmeXSRSIZmgm7XkFX1LHCrk+hE3Z2IQqHXKbglpwVxWHg6e8Dtp2f/3+pwfzQigVtdLrC7pED8wCADZPLaGKTBZaVnNT22ySXsbTxwk+Fvy/8s96/l5wQzvaAsNP85TpV2LmEsNs3GxJ2w6XlPTAzmiBB2PUuJbbbkB52UkkKAAVWACwcloTCjizeS2OA3YNpuLRgUAq7PpvLUKuHiRTCznYiRd38gfB3v33OTqDbYbQbZMXoPXSCLq3Mm9ExdIKON8T6FPKakYTdctqMSQG35IUANZxfwMAJIFLDKIXdQUnYscIugYSJ7zKa/DF6j+OfC/zhr4Dz/riz13n+v4SD2e9/Kf050iNlIUpiO1XYlcdREEbB+0SKNSvsGKnQlSV9tPiRivc5YYgNJENcGD2ETtgtRhlhkbTXbqvrJKSP3aFd4e9+m8scfkF0e2Jj+vPkRpRU2C2nkli9UqfdICtG76GfqwW0RVpu0CtA2CO2TyHX44qw67MxrAfgVdFCgBJ2C9xRl4lnju8H2H1QlsQyW52AWwJE2Bhsd9nLbxk9QFp5Tx6c8ILwpxnkQkaVxHaPsEuUxLajsKOL1olNKLk11L0G9s2GFyB72DFSQQm64lhfeTfpZHfJteHYrLBbMOiq+cXYtR8hAUS9skeRCrtDD4W/+02dsOk04IL/E5JQzdThheHQv245KuwcNwyYaoSb8KywW8LQ131DU+bnMTqGvoHMCrs+RcL3kUVGTNgtBGhnPbVtQd9aLnzn6x72zlZR9wLYFrB2vM8mcAsBOqnlclhGP0P62cz2grCLT4h0EiIT1h4XqiFG1wLbzke58D3MVBvwg/BhTollpIISdsP9tfAp6+XkTEwvLJZCsubE5uh2r/wXJWF34MHevk+vYFnABW9r/Tx5/vxQmb2svcEW0BubkROFoXBN4QlFQJ+NW/0EfQOZx9g+RWKs5jU5r4oWAlRht2r7wr61WPhOVxoqcGLNWJmNOE2gHUI/pqoxGBIJhV33dqfohKjgWO31JeMbgP/1i3CRYTsYK7vYO1NVD7OHHSMVoySttc9Ki7qSsMxoH0uBsBteCIWdUFvJxPs+8nnMBZ2g6zdispvgipClDdsBpBOC7j/I6Bq64rHMWHwkxmpW2DFhtxBYf1J0e/WxC/rWI6XwFM9WG9jFgRPNwQo7xqBALlwqB8PfXSTsJkciHyhLT63N9UJRefBoKT4UsYcdIxVUobTAnrCdoivl5Iz2kfCpXYS5EO0zVx/dm/egpCAwuESWXg4/qJ8zDU4xKollLG0EfnS7F0EzDAAGhR2Psf0JVtglwL3GQmBqG/CyG4Gn/Dlw5EUL+tajhLB7WBB26zlwwoyYwo47B0Yfo4fKgzFCrtUafpNnZodO2HEZAyMVE5ui233m22RZVqwstq1yckb7WCqLgEv/FjjsLOC8N/fm9XWPrD4KZsmF5a6we+bfhcqTk1+y2EfCaIVjnhn+3vDExT2OAYc+d+S5ZJ+CPewSYBnDQmHb+eHPAkMq7GaqHnaJwIkNHDhhBt1t7zeTZgaDoqylD3ZxsOtIVZeCEULY2VacFGQwYhhbH93e2H+Ln6GCg0o9JLp5MbHAcAqA5USloou1CHjSq8OfXiGhsBvUkljt/BWWGWF3wguA454dhqQxljYuvgbYchZw4uWLfSQDDVbYDQgSangW0XAvP+AYFV5Qs9UG5moNAMAGVtiZQTuE0oBOcBnLAyWdsOuNGfdYuTtDCH2diaECbE7OZKTBcYHf+ytg//3Aaa9a7KPJjdGyi/1zoUk+pyEvAgpDQG0mvD2oi4BlUxK7zBV2QEhCM5Y+Jg/rLUnPAGDwieUxtj+xFOwrlhiYsBtwKA+7WgOHKiFht36CCTsjaIcwqDvSjOWBHirsKMbL3Vks0JLYyWEOfGG0wFmvX+wjaBtjpQKA0J6CS2IXAW6ZEHYDugjQUygHdQOShnZYzuASsAwGIxOYsBsQ2HZY7i89OpfjZowG9rAbcEQlsQ08vH8OALCRFXZmxBR2A+r5wlge0BV2XU4le9W52wAA77jsuK683kiMsGPFAGNwQdWkXK6zCKCqrEEleBIKuwGdz1DCrjgSD/RgMBjLDlwSO0CgoUL6mmYZghV2Aw6pXHl4/zz2ztQAANtWM1NtBCXpWGHH6GfQhQzQdXP+tz/jWLzq3G1dK6+nJMbkEBN2jMEFE3aLjOWwCNA3aAZVnaATdgwGY1mj4FiwLcAPwr95jO1jFIaB+f3hbb1qaBmCFXYDjhWivOyx6SoAYN14OZHIyBAYmoxuD2oJCWN5QF+I6iVSHcK2ra56Ya4ajcpgV3BJLGOAMUbKyLlcZxFAy2DpmD9IcNywnEhidO3iHUsvQc8fE3YMxrKHZVkxko59YvsY1MpHFyEsQzBhN+BYpyXCHrmGiahUUBUST/4Y/Qx9N6rLCrtuY+vK6HpbPT6gZWoMBuIKu6kRJqcXHHQRsMT7xY7gVaPbI6sW7zh6CaokZBsTBoOB+KYY+8T2MWL9OyvsmLAbcKwYLqDoRqf5CC6HTQftHAbV84WxPEA9jJxSz0InuoVtq6J+6YSNvJPGGFxQhfvqMSanFxwWmfZ22dtzSWGYkHSD6u1GVRdjGxbvOBgMxpLBSCki6dgTuY8xti66zSWxTNgNOizLwrrxSGV3BCvs0sElsYxBwcTm6HbgL95xZMTqsRIOmxqGY1s4+4gBVYMwGIgvIFaPMmG34HDIAm6Qd+2f/r7w96kvX9TD6CkoYTe+fvGOg8FgLBnUvUDdpmo7Rp8hRtjxRj6bmS0DrJso44F9YUIsl8Q2AS2P4c6B0c+gxup+ffGOIyMsy8KXrz4HtYbPZYKMgcYx6yKSiBV2iwCqxLIHeM/6Cc8HVh8DrNi22EfSO6w+Orpt83KGwWAAtcbS36RmZMDI6uh2idfkAzxbYUicQxQrT9raXfP5gQItjzniKYt2GAxGdyDKoI57zqIeRVZMjRQTnpsMxqDhpE2T6vbKUSanFxwbTlnsI1g4rD0eKA4v9lH0DnRjdYjntgwGAzh2PVsaDQSotc+aYxfvOJYIeEtqGeA152/D7kPzePL2NSg4zNGmYv1JwNlvBFZtj0txGYx+xMu/BvzP9cDT3rvYR8JgMAQmhgv4P884Bvtm69i0YoDJlKWK014JPHobcPgFi30kjG7gxZ8HfvU54IzXLfaRMBiMJYD3PvcEvO8bd+IV52xd7ENhdIKTrgAe+k/gpMvZpgpM2C0LDBdd/NXzTlzsw1j6sCzgae9e7KNgMLqDreeGPwwGY0nhtecfsdiHsHzhFoFnf2ixj4LRLRz11PCHwWAwAGyYHMI/XLmMlNSDitIY8Lx/WuyjWDJguRWDwWAwGAwGg8FgMBgMBoOxhMCEHYPBYDAYDAaDwWAwGAwGg7GEwIQdg8FgMBgMBoPBYDAYDAaDsYTAhB2DwWAwGAwGg8FgMBgMBoOxhMCEHYPBYDAYDAaDwWAwGAwGg7GEwIQdg8FgMBgMBoPBYDAYDAaDsYTAhB2DwWAwGAwGg8FgMBgMBoOxhMCEHYPBYDAYDAaDwWAwGAwGg7GEwIQdg8FgMBgMBoPBYDAYDAaDsYTAhB2DwWAwGAwGg8FgMBgMBoOxhMCEHYPBYDAYDAaDwWAwGAwGg7GEwIQdg8FgMBgMBoPBYDAYDAaDsYTAhB2DwWAwGAwGg8FgMBgMBoOxhOBmeVIQBACAQ4cO9fRgGP0B2Q5ku+gVuN0xKBaq3dH34LbHALjPYywOuN0xFgPc7hiLAZ7jMRYL3OcxFgN52l0mwm56ehoAsHnz5g4OizFomJ6exsTERE9fH+B2x4ij1+1OvgfAbY8RB/d5jMUAtzvGYoDbHWMxwHM8xmKB+zzGYiBLu7OCDLSe7/t45JFHMDY2BsuyunaAjP5EEASYnp7Ghg0bYNu9q6rmdsegWKh2B3DbY8TBfR5jMcDtjrEY4HbHWAzwHI+xWOA+j7EYyNPuMhF2DAaDwWAwGAwGg8FgMBgMBmNhwKETDAaDwWAwGAwGg8FgMBgMxhICE3YMBoPBYDAYDAaDwWAwGAzGEgITdgwGg8FgMBgMBoPBYDAYDMYSAhN2DAaDwWAwGAwGg8FgMBgMxhICE3YMBoPBYDAYDAaDwWAwGAzGEgITdgwGg8FgMBgMBoPBYDAYDMYSAhN2DAaDwWAwGAwGg8FgMBgMxhICE3YMBoPBYDAYDAaDwWAwGAzGEgITdgwGg8FgMBgMBoPBYDAYDMYSAhN2DAaDwWAwGAwGg8FgMBgMxhICE3YMBoPBYDAYDAaDwWAwGAzGEgITdgwGg8FgMBgMBoPBYDAYDMYSAhN2DAaDwWAwGAwGg8FgMBgMxhICE3YMBoPBYDAYDAaDwWAwGAzGEgITdgwGg8FgMBgMBoPBYDAYDMYSAhN2DAaDwWAwGAwGg8FgMBgMxhICE3YMBoPBYDAYDAaDwWAwGAzGEgITdgwGg8FgMBgMBoPBYDAYDMYSAhN2DAaDwWAwGAwGg8FgMBgMxhICE3YMBoPBYDAYDAaDwWAwGAzGEgITdgwGg8FgMBgMBoPBYDAYDMYSAhN2DAaDwWAwGAwGg8FgMBgMxhICE3YMBoPBYDAYDAaDwWAwGAzGEgITdgwGg8FgMBgMBoPBYDAYDMYSAhN2DAaDwWAwGAwGg8FgMBgMxhICE3YMBoPBYDAYDAaDwWAwGAzGEgITdgwGg8FgMBgMBoPBYDAYDMYSAhN2DAaDwWAwGAwGg8FgMBgMxhICE3YMBoPBYDAYDAaDwWAwGAzGEgITdgwGg8FgMBgMBoPBYDAYDMYSAhN2DAaDwWAwGAwGg8FgMBgMxhICE3YMBoPBYDAYDAaDwWAwGAzGEgITdgwGg8FgMBgMBoPBYDAYDMYSAhN2DAaDwWAwGAwGg8FgMBgMxhICE3YMBoPBYDAYDAaDwWAwGAzGEgITdgwGg8FgMBgMBoPBYDAYDMYSAhN2DAaDwWAwGAwGg8FgMBgMxhICE3YMBoPBYDAYDAaDwWAwGAzGEgITdgwGg8FgMBgMBoPBYDAYDMYSAhN2DAaDwWAwGAwGg8FgMBgMxhICE3YMBoPBYDAYDAaDwWAwGAzGEgITdgwGg8FgMBgMBoPBYDAYDMYSAhN2DAaDwWAwGAwGg8FgMBgMxhICE3YMBoPBYDAYDAaDwWAwGAzGEgITdgwGg8FgMBgMBoPBYDAYDMYSAhN2DAaDwWAwGAwGg8FgMBgMxhICE3YMBoPBYDAYDAaDwWAwGAzGEgITdgwGg8FgMBgMBoPBYDAYDMYSAhN2DAaDwWAwGAwGg8FgMBgMxhJC3xB2P//5z/GGN7wBxx9/PEZGRnDYYYfhRS96Ee6+++7Y817+8pfDsqzEzzHHHGN83XvvvRc7duzAmjVrMDQ0hKOOOgpvf/vbE88LggCf+cxncP7552NychLDw8M44YQT8J73vAdzc3NNj/3000+HZVn4yEc+Ynz8U5/6lDrOm2++2fjemzdvhmVZeOYzn9n0vRjZ8OEPfxiWZeGMM84wPi7Px6tf/Wrj429/+9vVc/bu3dvy/Xzfx6c//WmcccYZmJqawtjYGLZv346XvvSl+MlPfhJ77v33349XvOIVOOKII1Aul7Fu3Tqcf/75uOaaa2LPu+CCC2JtvFgsYtu2bXjta1+LBx98sOnxPPbYY7AsC29605sSj73pTW+CZVmJ9wOAl770pSgUCok2//3vfx/Pe97zsG7dOhSLRaxZswaXXXYZvvjFL7b8bpYrlnsbpLj55pvx9Kc/HRs3bkS5XMZhhx2Gyy67DNddd13iuZVKBf/3//5fnHHGGZiYmEC5XMb27dvxhje8ITEeMBa+ndE2Yds2xsfHcfTRR+P3f//38e1vf9v4P7VaDR/84AdxyimnYHx8HJOTkzj++OPx2te+Fnfeead6Hh0r5c+aNWtw4YUX4hvf+EbLY3vGM56BFStWIAiC2P3//d//DcuysGXLlsT/3HTTTbAsC//8z/8cu//RRx/FW97yFhxzzDEYHh7GyMgITj31VLznPe/BgQMHWh7LcgK3wST27NmDN73pTTjmmGMwNDSENWvW4PTTT8fb3vY2zMzMJJ7PY2x/wtRe5M+f/MmfAAC2bt0Ky7Jw8cUXG1/jYx/7mPqf//zP/1zIw2csMdx33314wxvegO3bt2N4eBjDw8M47rjjcPXVV+OXv/ylet473/lO1f+Z5mKHDh3C0NAQLMvCG97whthjWfuml7/85RgdHU289i9/+UusWrUKW7duxf3339+9D89YMPz617/GS17yEmzcuBGlUgkbNmzAi1/8Yvz617/O/PyXvOQluP322xPP1ftEOod/9NFHY8/NsxZ5whOekHiv7373uxgeHsYTn/hE7Nu3r4NvZPHhLvYBZMX73/9+3HLLLXjhC1+IE088Ebt378aHPvQhPPGJT8RPfvKT2IkqlUr4+Mc/Hvv/iYmJxGveeuutuOCCC7Bx40a8+c1vxsqVK/HAAw8kOjfP87Bjxw7827/9G8477zy8853vxPDwMH70ox/hmmuuwb/927/hO9/5DtasWZN4j9/85jf4+c9/jq1bt2Lnzp246qqrUj9juVzGddddh3PPPTd2/w9+8AM89NBDKJVKmb4rRmvs3LkTW7duxc9+9jPcc889OPLIIxPPKZfL+MIXvoAPf/jDKBaLsceuv/56lMtlVCqVTO/3xje+Ef/4j/+IZz/72Xjxi18M13Vx11134Rvf+AYOP/xwnHnmmQCAe+65B0960pMwNDSEV77yldi6dSt27dqF//qv/8L73/9+/MVf/EXsdTdt2oS/+qu/AhAuOG6//XZ89KMfxTe/+U3ccccdGB4eNh7PmjVrcNRRRxkJ4ltuuQWu6+KWW24xPnbKKafEXveaa67Bu971Lhx11FF43etehy1btuDxxx/Hv//7v+P5z38+du7ciR07dmT6npYTlnsblPjc5z6Hyy+/HCeffDLe9KY3YcWKFbjvvvvwwx/+EB/72MdibWfv3r245JJL8Itf/ALPfOYzsWPHDoyOjuKuu+7CDTfcgH/+539GrVbL9H0sFyx0OwPibWJ2dhb33HMPvvjFL+Laa6/Fi170Ilx77bUoFArq+c9//vPxjW98A1deeSVe85rXoF6v484778TXvvY1nH322YkNt3e9613Ytm0bgiDAo48+ik996lN4xjOegRtvvLHppta5556Lb3zjG7jttttwwgknqPtln/fAAw/goYcewqZNm2KPyf+V+PnPf45nPOMZmJmZwUte8hKceuqpAID//M//xPve9z788Ic/xLe+9a3M39egg9tgHPv27cNpp52GQ4cO4ZWvfCWOOeYYPP744/jlL3+Jj3zkI7jqqqtiC2EeY/sfsr1Q0HVLuVzG9773PezevRvr1q2LPW/nzp252z9j8PC1r30Nl19+OVzXxYtf/GKcdNJJsG0bd955J774xS/iIx/5CO67777YxlOpVML111+Pt771rbHXSiP68/ZNOm677TZcdNFFGBkZwfe+9z1s3bq1K5+dsXD44he/iCuvvBJTU1N41atehW3btuH+++/Hv/zLv+Dzn/88brjhBjz3uc/N/PzPfvazePazn514H9knVioV3HzzzfjIRz6Cf//3f8dtt92G4eHh3GsRHTfddBMuu+wyHH300fjOd76Dqamprn9XC4qgT3DLLbcE1Wo1dt/dd98dlEql4MUvfrG672Uve1kwMjLS8vU8zwue8IQnBGeccUYwNzfX9Ll/+Zd/GQAI3vKWtyQe++pXvxrYth084xnPMP7vO97xjmDNmjXBF77whcCyrOC+++5LPOeTn/xkACB43vOeF6xatSqo1+uxx1/zmtcEp556arBly5bg0ksvbfnZGM3x29/+NgAQfPGLXwxWr14dvPOd70w8B0DwnOc8J7BtO/jyl78ce+yWW24JAATPf/7zAwDBnj17mr7f7t27A8uygte85jWJx3zfDx599FH19+tf//rAdd3g/vvvTzyXPi8IguDJT35ycPzxxyee96EPfSgAEHzrW99qelyveMUrAsdxgunpaXXfzMxM4LpusGPHjmB0dDRoNBrqsUceeSQAEPzRH/2Ruu9zn/tcACB4wQteENRqtcR7/Md//Edw4403Nj2O5QhugxGOO+644Pjjj0/076b3u/TSSwPbtoPPf/7ziedWKpXgzW9+c8v3W05Y6HYWBOltotFoBK9//esDAMFb3/pWdf/PfvazAEDw3ve+1/g/e/fuVX/LsfLnP/957Hn79u0LCoVCsGPHjqbH9oMf/CAAEHz4wx+O3X/FFVcEz3rWs4LR0dHg+uuvjz32tKc9LVi5cmXg+34QBEGwf//+YOPGjcHatWuDO+64I/Eeu3fvDt797nc3PY7lBG6DSfz1X/91ACC45ZZbEo8dPHgwmJ+fV3/zGNvfSGsvFFu2bAkuuuiiYHx8PPj7v//72GMPPvhgYNu2av/NXocxuLjnnnuCkZGR4Nhjjw0eeeSRxOP1ej344Ac/GDzwwANBEATBNddco9aVJ598cuL5T33qU1Wbuvrqq9X9efomfb192223BatXrw42b94c3HvvvR19Xsbi4J577gmGh4eDY445Jnjsscdij+3Zsyc45phjgpGREXV+szx/dHQ0+O1vf6vuT+sT//iP/zgAEFx33XVBEHS2Fvn+978fDA8PByeddFJs/O5n9E1J7Nlnn53YdT3qqKNw/PHH44477kg83/M8HDp0KPX1vvWtb+G2227DNddcg6GhIczNzcHzvMTz5ufn8YEPfADbt29Xu7UUl112GV72spfh3//93/Gzn/0s8fh1112HF7zgBXjmM5+JiYkJY4mXxJVXXonHH388VrJRq9Xw+c9/nndPu4idO3dixYoVuPTSS/GCF7wAO3fuND5v48aNOP/88xPnbOfOnTjhhBOM8lsT7rvvPgRBgHPOOSfxmCynkbj33nuxadMmY2mWScFpgtyddd3mAtpzzz0XnufFyiF/+tOfotFo4C1veQtmZmZw6623qsdMSpM///M/x9TUFD7xiU/E1AoSv/d7v8dl3AZwG4xw77334klPelKif9ff76c//Sm+/vWv41WvehWe//znJ55bKpXwN3/zN5mOb7lgodtZMziOg3/4h3/Acccdhw996EM4ePAggPD8AzC2TcdxsHLlypavPTk5iaGhoZbt7fTTT0exWEyoh2+55Racf/75OP3002OP+b6Pn/zkJzj77LNhWRYA4J/+6Z/w8MMP4+/+7u+MVhtr167Fn/3Zn7U85uUCboNJ3HvvvXAcR6maKcbHx1Eul9XfPMYuD5TLZTzvec9LtP/rr78eK1aswO/93u8t0pExlgL++q//GrOzs/jkJz+J9evXJx53XRdvfOMbsXnz5tj9O3bswK233hor69+9ezduuukm47oyT99Ecccdd+Ciiy5CqVTC9773PRx++OF5PyJjCeADH/gA5ubm8M///M9YvXp17LFVq1bhn/7pnzA7O4u//uu/zvz8mZkZfOADH2j53k95ylMAhOsVoP21yI9+9CNceumlOPLII/Gd73wn0/jdD+gbws6EQJQirFq1Knb/3NwcxsfHMTExgampKVx99dUJT5DvfOc7AMJF3mmnnYaRkREMDw/jiiuuiNU533zzzdi/fz927NiROhF76UtfCgC48cYbY/f/9Kc/xT333IMrr7wSxWIRz3ve81Inq0DoY3HWWWfh+uuvV/d94xvfwMGDB3HFFVdk+EYYWbBz504873nPQ7FYxJVXXqnKlk3YsWMHbrzxRtV+Go0GPve5z+UiUGVn87nPfa6l3+GWLVvw4IMP4qabbsr02p7nYe/evdi7dy927dqFm266Cddccw2OPPJI4+KDQhJvtCz2lltuwfbt23HKKadg06ZNscWrTtj95je/wZ133onnPOc5GBsby3S8jBDcBuPv993vfhcPPfRQ0+d99atfBQD8/u//fqbjYix8O2sFx3Fw5ZVXYm5uTvU7sm3u3LkTjUYj0+scPHgQe/fuxZ49e/DrX/8aV111lSpPbYZyuYxTTz011uc9+OCDePDBB3H22Wfj7LPPjvV5v/rVr3Do0KHYJsVXv/pVDA0N4QUveEHmz72cwW0wiS1btsDzPHzmM59p+jweYwcHsr3QHx07duzAz372M0UgA9Gmv4msZSwffO1rX8ORRx6Z6gOahvPPPx+bNm2KEcGf/exnMTo6iksvvTTx/Kx9E8Vdd92FpzzlKXBdF9/73vdwxBFH5DpGxtLBjTfeiK1bt+K8884zPn7++edj69at+PrXv57r+To/YoLs9yTBlnctAoTr1Gc84xnYtm0bvvvd7yb4oX5GXxN2O3fuxMMPP4zLL79c3bd+/Xq89a1vxSc/+Ulcf/31eNaznoUPf/jDuOSSS2ITsd/85jcAgBe96EU45phj8PnPfx5ve9vb8IUvfAGXXXaZMqWWhoknnXRS6nHIx3RzxWuvvRabN29Wi9YrrrgCt99+e0y1pGPHjh348pe/jPn5efUZn/zkJ2PDhg1ZvxZGE/ziF7/AnXfeqQjQc889F5s2bUolUl/wghfA8zx8+ctfBhAqM/fu3Ysrr7wy83uuX78eL33pS/H1r38dmzZtwvOe9zz87d/+bWzHS+KNb3wjisUiLrroIpxyyin4wz/8Q3zlK19JJVnuvPNOrF69GqtXr8aGDRtw0UUXwfd9fOtb3zIqlii2b9+ONWvWJAg72V7PPvvs2GM333wzjjrqKLWzIZWt1AuK0RrcBuN429vehgcffBBHHHEEnvKUp+Ad73gHbr75Zvi+H3set7d8WIx2lgVSKSUnZ2eeeSae/OQn42Mf+xg2bdqEHTt24MMf/jAeeOCB1Ne4+OKLsXr1aqxZswZPeMIT8KlPfQqf+MQn8NSnPrXl+5977rn43e9+h4cffhhA2OdJIu/ss8/GL3/5S0xPTwOINjMoYXfHHXdg+/btmdr2cge3QTNe+cpXYvXq1Xj5y1+OY489FldddRWuv/56pfiT4D5vcCDbC/3R8ZSnPAXr1q1Tm/Z33HEHbr31Vq6wWeY4dOgQHnnkEaPK+MCBAzESWK4dJSzLwhVXXBETgshNFJMveta+SaJWq+HCCy+Ebdv43ve+Z/QnZfQHDh48iEceeaQp3wEAJ554Ih566KHcz5fzKvp+e/fuxUMPPYTPfvazeNe73oWhoSGlGM+7Ftm1axee/vSnY8uWLbjpppsGiqwD+piwu/POO3H11VfjrLPOwste9jJ1/1/91V/hfe97H170ohfhiiuuwKc+9Sm8973vxS233ILPf/7z6nlyB/dJT3oSrr32Wjz/+c/Hu971Lrz73e/Gj3/8Y3z3u98FANXAmu1uysdoY2w0GvjsZz+Lyy+/XJXSPOUpT8GaNWuaquxe9KIXYX5+Hl/72tcwPT2Nr33tazxYdxE7d+7E2rVrceGFFwIIB7PLL78cN9xwg7EkesWKFbjkkkvUYHfdddfh7LPPNkp0m+GTn/wkPvShD2Hbtm340pe+hLe85S049thjcdFFF6mFIwAcf/zxuPXWW/GSl7wE999/Pz74wQ/iOc95DtauXYuPfexjidfdunUrvv3tb+Pb3/42vvGNb+Dv//7vcfDgQTz96U/Hnj17Wh7XOeecg5/+9KfwPC9W/iUfk2qTubk53HrrrbGFqyw5553/fOA2GMcrX/lK/Md//AcuuOAC3HzzzXj3u9+N8847D0cddRR+/OMfq+dxe8uHxWpnrSANq+V4aVkWvvnNb+I973kPVqxYgeuvvx5XX301tmzZgssvv9yYuPqP//iPqs1de+21uPDCC/HqV786U2Km7MN+9KMfAQgJu1NPPRXFYhFnnXWW6gflY+VyGaeddpr6/0OHDnEbzAhug2asXbsW//M//4M/+IM/wP79+/HRj34UO3bswJo1a/Dud79bbRhznzc4oO1F/uhwHAcvetGLVPvfuXMnNm/enKpeYSwPyH7AFPZwwQUXxEjgf/zHf0w8Z8eOHbjnnnvw85//XP1OW1dm7ZskZIXF1NTUwBEkyw1Z+A76uBwXsz5fJ+zkJsbmzZtxxRVXYHR0FF/60pewceNGAPnXIrOzs5iensbatWsxPj7e+gP3GfqSsNu9ezcuvfRSTExM4POf/zwcx2n6/D/6oz+CbduqDBYAhoaGACCxcys7MblQTGtoFPIxWlP9rW99C3v27MHpp5+Oe+65B/fccw/uu+8+XHjhhbj++usT6hGJ1atX4+KLL8Z1112HL37xi/A8j0tvugTP83DDDTfgwgsvxH333afOyxlnnIFHH31UkbQ6duzYgW9/+9t44IEH8OUvfzl1oJuZmcHu3bvVDyUrbNvG1VdfjV/84hfYu3cvvvKVr+DpT386brrppkS58/bt2/GZz3wGe/fuxS9/+Uv85V/+JVzXxWtf+9pYGwaAkZERXHzxxbj44otxySWX4E1vehO++tWv4q677sL73vc+AOEOGD2u3bt3q8XSueeeq7zqbrvtNhw8eDCmsHvkkUdw//33K287StjJDrHZtcGIg9tgsg0CoQ/TN7/5TRw4cAA//OEPcfXVV+N3v/sdnvnMZ+Kxxx4DwO0tDxaznbWC3Cyjk7xSqYS3v/3tuOOOO/DII4/g+uuvx5lnnol/+7d/wxve8IbEa5x++umqzb34xS/G17/+dRx33HF4wxveoFKC9+zZEztG+b7nnHMOLMtSmxFUVTw5OYnjjjsu9pjurzg+Ps5tMAO4Daa3QSBUPX/kIx/Brl27cNddd+Ef/uEfsHr1arzjHe/Av/zLvwDgPm+QQNuL/DFhx44duP322/E///M/uO6663DFFVeoTX/G8oTsp3RrJyD0VJWbBmk45ZRTcMwxx+C6667Dzp07sW7dOuUXZkKWvkliaGgIn/70p3H77bfj0ksvxezsbJufkrHYyMJ30McnJyczP9+yrAShKzcxvve97+H222/Hb3/724RXZ561yJFHHon3v//9uOmmm3DllVcaNwX7GouZeNEODhw4EJx88snB1NRU8Otf/zrz/61evTp47nOfq/5+zWteEwAI/uM//iP2vPn5+QBA8Id/+IdBEATBt771rQBA8Bd/8Repr/39738/ABD8+Z//ubpvx44dAYDUn5tuukk9V09M+fSnPx2USqXgzDPPDJ797Ger53FKbGeQ5zLt56Uvfal6Lkhy0tzcXDA6OhpccMEFgeu6KqVOpjDpf8ufLVu2tDymJz/5yQEAYwoOxfe+970AQPDyl7889r+mJLwgCIKJiYngtNNOi/0v/ZFpxT/96U8DAMHf//3fBx/+8IeDqakplYZYr9eD4eHh4DOf+Uzwrne9KwAQ3HXXXeo97rrrrgBA8MpXvrLl52SE4DaYbINpkJ/lU5/6VBAEQfCnf/qnAYDghz/8YcvPtNyxmO2sWZsIgiB497vfHQAIvv71rzf9DLVaLTjqqKOCQqGgktObJS6+6U1vCgAEt912WxAE4XhJj/Gaa65Rzz322GODk08+OZieng4cx4klk77mNa8JLrroouDBBx8MAAR/+qd/Gnufs846KxgaGjKmGjMicBts3gZNuPfeewPbtoMLLrggCAIeYwcBWVNi6dz+iCOOCC644IIAQPDf//3fmV+HMbhYv359cOSRR6Y+ft999wUAgg984ANBECT7y3e9613B+vXrg+3btwdvetOb1P/RvrcZ9L4pCOIpsR/+8IcDAMHTnvY0Hhv7GOvXrw+2bdvW9Dlbt24NNm7cGARBEGzYsCHT8zdv3qz+7rQva7UWeetb3xoACF7xileo9ewgoHWc1RJCpVLBZZddhrvvvhvf+c53cNxxx2X6v+npaezduzfmGXHqqafiYx/7WKwUDAAeeeQRAFDPPeecczA5OYnrrrsOb3/7241qvk9/+tMAgBe+8IUAQlnmV77yFVx++eVGddwb3/hG7Ny5U5WJ6Hjuc5+L173udfjJT36Cz372s5k+I6M1du7ciTVr1hgl41/84hfxpS99CR/96EeV+lJiaGgIz3nOc3Dttdfi6U9/eqrs+6UvfWlMgaa/jgmnnXYafvCDH2DXrl1Ny35kSdauXbtaviYQqhvkbtxJJ52UKL+QKZ5PfOITMTw8jJtvvhmlUglnnXWW2s11XRdPetKTcMstt+C+++7DmjVrsH37dvUa27dvx9FHH42vfOUr+OAHP2iU6zPi4DYYQbbBrO932WWX4a/+6q9w7bXXcolQCyzFdgaEbeK6667D8PBw7P9NKBQKOPHEE/Gb3/wGe/fubdlepEetbHM7d+6M+fnQ1Lpzzz0Xn/jEJ/Ctb30LnucpGwAgVBZff/31+P73v6+eS3HZZZfh//2//4cvfOELXfdWGyRwG2zeBk04/PDDsWLFCtXn8Ri7PHHllVfiPe95D4499licfPLJi304jCWASy+9FB//+Mfxs5/9DKeffnru/9+xYwfe8Y53YNeuXbkCJST0vknHVVddhX379uHP/uzP8JKXvAQ33HADbLsvi/iWNZ75zGfiYx/7GG6++Wbj+PijH/0I999/P173utcBCOdD//RP/9Ty+X/8x3/ctWNstRZ5//vfj3379uHjH/84VqxYgb/927/t2nsvKhabMcyKRqMRPOtZzwpc103dFZ2fnw8OHTqUuP9//+//HQAIvvjFL6r7du3aFZRKpeDcc88NPM9T90sVx89+9jN131/+5V8GAIK3ve1tidf+2te+Fti2HVx22WXqvs985jNNlSCvec1rgsnJyaBSqQRBYGabP/WpTwXvfOc7g7m5OXUfK+zax9zcXDA2Npa6U33LLbcEAIIbbrghCILkrtOtt94aXHPNNcGPf/xjdZ++g5WGXbt2GdWg1Wo1OPnkkwPbttVr/PCHPwxqtVriuZ/97GcDAMEb3/hGdV+aiuCmm24KAASXX3550+OSuPDCC4P169cHW7duDd773vfGHvvTP/3T4LjjjgsmJiZiClWJG264Qb2XVCBQfPOb3wxuvPHGTMcx6OA2aMZ3vvMd4/1XXXVVot++5JJLAtu2gy996UvGz/LmN7+55fsNOhaznQVBeptoNBrB61//+gBA8Cd/8ifq/rvvvjv43e9+l3j+/v37gw0bNgT/P3vvHSbJUZ+Pv51mZnfv9qKkO+UsoUwQSOQgggEhDCYIZAwGB7D5GWzAOGCDMRYYDPgLNmCiACHABJOEBIggFAAhoZzudLrT5Xybd2a6u35/dFf1p6qru6tnd29n9+p9nntudndqOkx3ddVb7/t+VqxYwcIwZIwVr8xyJVSj0WAjIyOV+3jFFVcwAOzCCy9kp5xyivQ3rmq68MILmeu6bP/+/dLf9+3bx9auXcvWrl0rKY45du7cyd773vdW7sNihr0Gy6/BX/3qV2x8fDz3e654f9GLXiR+Z5+xCxu9KOw2btzI/vmf/5ldffXVtT7HYvHiwQcfZIODg+zMM89kO3bsyP19w4YNpQo7xhj76Ec/yi6//HKpndr31umbqMKO461vfSsDwN7whjf0dqAW84oHH3yQDQwMsDPOOIPt2bNH+tvevXvZGWecwQYHB9n69esZY4ytW7eODQ4Olr5/eHiYbdiwQfzetC+byVwkiiL2B3/wBwzAohmPLRiF3d/8zd/gu9/9Li6++GLs27cv59e/7LLLsGPHDjz60Y/GpZdeitNPPx0AcO211+Lqq6/G8573PFxyySXi/WvWrME//MM/4J/+6Z/wvOc9Dy9+8Ytxxx134NOf/jQuvfRSnH/++eK973jHO3D77bfjAx/4AG6++Wa89KUvxcDAAG644QZ8+ctfxplnnokvfOEL4v1XXnklVq1aJa3aU7zoRS/Cpz/9afzgBz/AS17yEu17aCENi5nju9/9LsbGxvCiF71I+/cLLrgAhx12GK688kqp6jDHueeeW1kJpwhbtmzB4x//eDzzmc/Es571LKxZswa7du3CVVddhTvuuANvectbhIrgAx/4AG699Va85CUvwTnnnAMAuO222/DFL34RK1euxFve8hbps0dGRsS9EIYhHnjgAXziE5/AwMAA3vnOdxrt35Of/GT87Gc/AwCR5cTxxCc+EZdffrl4n4pXvOIVuOuuu/C+970Pv/vd73DppZfiuOOOw969e3HNNdfguuuuk8rJH8qw16Ael1xyCU444QRcfPHFOOmkkzAxMYGf/OQn+N73vofzzz8fF198sXjvF7/4RTznOc/BS17yElx88cV41rOehaGhIaxbtw5f/epXsX37dnzoQx/q6RwtFszndcZBr4nJyUmsX78e3/rWt/DQQw/hla98Jd773veK995xxx141atehd/7vd/DU57yFKxcuRJbt27FFVdcgW3btuGjH/1oTtn+wx/+UFQ43rVrF77yla9g3bp1eOc732kUNsz7sptvvhmvfe1rpb+deuqpWL16NW6++WacffbZIqeFY8WKFfj2t7+N5z//+TjvvPNw2WWX4bGPfSyA5D656qqrcOGFF9Y6X4sN9hosvwa/9KUv4corr8Tv//7vi4In9913Hz73uc+h1Wrh7//+78V77TP20MNxxx2Hd7/73fO9GxZ9hFNOOQVf+cpXcOmll+K0007Dq1/9apx77rlgjOHhhx/GV77yFbiui6OPPrrwM/7qr/6qcjt1+iYd/uM//gP79+/HZz7zGaxcuRIf+MAHah+rxfzhlFNOwRVXXIFXv/rVOPvss/H6178eJ5xwAjZu3IjPfvaz2LNnD6666iqcdNJJAJLcuC9+8Yu49NJLte/fv38/vvrVr+KEE06ovS915yIUruviyiuvxMjICN71rndh5cqVeNOb3tTTOekbzDdjaAqes1T0j7FkNfSyyy5jJ598MhscHGTNZpOdeeaZ7N/+7d+0LG0cx+xjH/sYO/XUU1kQBOyYY45h//iP/1j43i984QvsSU96Elu6dKnY7kUXXST59Xfu3Ml832d/+Id/WHgsk5OTbHBwUCiWTNlmq7DrHRdffDFrtVpsYmKi8D2vfe1rWRAEbM+ePUa5DqYr/qOjo+w///M/2XOf+1x29NFHsyAI2NKlS9mFF17IPv3pT0se+xtvvJH9xV/8BTvrrLPYsmXLWBAE7Nhjj2Wvfe1r2UMPPSR9rnpPOI7DVq5cyV70ohexW2+91eCsJLj22msZAOb7fu787N27lzmOwwCwX//614Wfcd1117FLLrmEHX744cz3fXbYYYexiy++mH3nO98x3o/FDnsN6nHVVVexV77yleykk05iAwMDrNVqsTPOOIP9wz/8g1YxPTk5yT70oQ+x888/ny1ZsoQ1Gg12yimnsDe/+c1i1e9QxnxeZ4zlr4klS5awU045hV122WXsRz/6Ue79O3fuZO9///vZ0572NLZ27Vrm+z5bsWIFe+Yzn8m+8Y1vSO/lz0r6r9VqsfPOO4994hOfqJVXcuSRRzIA7H/+539yf3vRi17EALA3vvGNhe23bdvG3vrWt7JTTz2VtVotNjg4yB772Mey973vfUYqv8UMew2W484772Rvf/vb2WMe8xi2cuVK5vs+W7t2LXvZy17GbrvtNm0b+4xdmOhFYdfr51gsfqxfv5698Y1vZCeffDJrtVpsYGCAnX766ezP//zP2e233y7eZ9pfqn1vnb5Jp7BjLFEyv/jFL2YAcoo+i4WBO++8k1166aVs7dq1LAgCtmbNGnbppZeyu+66S/v+u+66i73qVa9ia9asYa7riueiztlj2pfVnYvoVPXj4+PsggsuYK7rsiuvvLLGGeg/OIwpNZotjNDtdnHxxRfjuuuuw/e+9z0873nPm+9dsrCwsLCwsLCwsLCwsLCwsDjo+OIXv4jXvva1uOyyy0TOv8XMYBMhe0QQBPjmN7+J8847Dy972ctw2223zfcuWVhYWFhYWFhYWFhYWFhYWBx0vOY1r8Hll1+OL33pS5U2agszWIWdhYWFhYWFhYWFhYWFhYWFhYVFH8Eq7CwsLCwsLCwsLCwsLCwsLCwsLPoIlrCzsLCwsLCwsLCwsLCwsLCwsLDoI1jCzsLCwsLCwsLCwsLCwsLCwsLCoo9gCTsLCwsLCwsLCwsLCwsLCwsLC4s+gm/ypjiOsW3bNixduhSO48z1Pln0ORhjGBsbw5FHHgnXnTvO1153FhQH67oD7LVnIcP2eRbzAXvdWcwH7HVnMR+wYzyL+YLt8yzmA3WuOyPCbtu2bTjmmGNmZecsFg82b96Mo48+es4+3153FjrM9XUH2GvPQg/b51nMB+x1ZzEfsNedxXzAjvEs5gu2z7OYD5hcd0aE3dKlS8UHDg8Pz3zPLBY0RkdHccwxx4jrYq5grzsLioN13QH22rOQYfs8i/mAve4s5gP2urOYD9gxnsV8wfZ5FvOBOtedEWHHZZvDw8P2ArMQmGs5r73uLHQ4GDJye+1Z6GD7PIv5gL3uLOYD9rqzmA/YMZ7FfMH2eRbzAZPrzhadsLCwsLCwsLCwsLCwsLCwsLCw6CNYws7CwsLCwsLCwsLCwsLCwsLCwqKPYAk7CwsLCwsLCwsLCwsLCwsLCwuLPoIl7CwsLCwsLCwsLCwsLCwsLCwsLPoIlrCzsLCwsLCwsLCwsLCwsLCwsLDoI1jCzsLCwsLCwsLCwsLCwsLCwsLCoo9gCTsLCwsLCwsLCwsLCwsLCwsLC4s+giXsLCwsLCwsLCwsLCwsLCwsLCws+giWsLOwsLCwsLCwsLCwsLCwsLCwsOgjWMLOwsLCwsLCwsLCwsLCwsLCwsKij2AJOwsLCwsLCwsLCwsLCwsLCwsLiz6CJewsLCwsLCwATLTD+d4FCwsLCwsLCwsLCwsLAIuFsJvcB3z+BcAvPzzfe2JhYUGwcc8Evv27LXjZJ2/CJR+/AZ/6xUPohPF875aFhYTbNx/A8e/8Ac7852vx8wd2zffuWPSIj/7kQVzy8RswOt2d712xsJhTfPhHD+DF/3UjxntYZLjipo249H9+1bf3yb9fcz/Ofc+P8PGfrpvvXbGwsJgBvnP7Vjz3I9fj7q0j870rFnMFxoDv/AXwv69LXlvMCRYHYffz9wObbgCue4+9WCws+gR7xtu4+OM34K1fuwO3bNyPO7aM4PIf3o/LPvNr+/C26Bvcumk/XvxfN4qf//e3W+Zxbyxmgo/+ZB3u2DKCb9jv0KIGNuwex4M7xw76dr/y60fwrv+7G3Fcb9zKGMP/++l63L75AL5z+9ba2/3n796DmzfsxZdu3lS77cFAGDOMTHUxMtWfhKKFhUU1pjoR/uqrt+OBnWP45m32mdzv6EY9iim23Qb87svAPd8CRrfN7k5ZCCwOwm7Hndnrid3ztx8WFhYAgJHJLl796V9jbDpZ/b/oUYfjzCOHAQC/2bgPl/zXjfjxvTvncxctDmFMdyN8/85t+Ptv34WXfuIm8fsnn7wa//Hyc+dxzyx6BVUL2Yn+oQfW42JtGMV45n/8As/5yPU9Kc5+eNd2XHHTxtrtGGP4+2/fhS/9ahN+uX5PrbZ7xjvidd1rfbobidc7R6drtT1YGGx4AICJTlTxTgsLi37FrrGsf6H9jkX/4Uf37MAZ/3QNvv7bzfUbP/zL7HVnfPZ2ykKCP987MCuY3Je93nUvsOTw+duXg4ROGOMPP/trHD7cwscuffR8746FhcB0N8Ir/udmPLBzDEtbPj7/2vPxuONXAgA27Z3Ae79/H35y306885t34uyjnoI1y1rzvMcWhxKimOE1n/sNfvPwPun333zjE/HY41bM015ZGIExYO96YPmxgN+U/rRpz6R4vWusfbD3zGIeEcUMr/yfmxF4Lq58wxPgOI5x260HpsTrh3dP4Nxjlhu3DaMYb7zyNgDAhSetwqlHLDVuu4OQZTtGpkremcdDu7NJ0bYD9dpu3pfdJ/1KbC9pJlOTSZspamGxYHFgMutf9pJFBov+w/t/eD+6EcM7vnEnXv64Y+o1piRd2xJ2c4XFobAb25G9Hj808odu33wAv354H753xzbsm7AdoUX/4APX3I/7d4xh1VADV/3JBYKsA4DjVg3hv1/9GJx8+BLsnejglf9zc9/m6FgsLoRRjK/fshlv/PKtObIOgCXrFgIeug74+OOA774596etBybJ63okhsXCxsa9E7hl437c9NBebB+ppxrbuHeSvJ6o1fYRQn5t3FOv7Ybd2fs376t3ve4gx7h1f722W8i9sf1AvyrsEsLOKuwsLBYuDpAFgb12ntrXOGI4E07UzhnvkmdQ5+BHSxwqWPiEXWcCaJM8rKn987cvBxHrdmU3xf07RudxTywsMrTDCF+/JZFU//sfnIOzjlqWe0/Dd/GF152Po5YPYOPeSbzhit9iyg7MLeYQWw9M4Zz3/Ajv+Oad+JHGiv2mp580D3tlURvXfyj5/86v5f7E7feArfa7UNEOI0Q189wAmSyj6jMTbCIk3Uai0jTB+l3Zth7aXY+w27I/29bm/fW2SwtNTLTrPTvpfdJLwYqDgaFmaont0/2zsLCoxoHJjKTbO25V7/2Mpa3McFm73+2S55dV2M0ZFj5hR9V1ADB1YF5242Bj3c5x7WsLi/nEB695ABOdCIcvbeIZpxVb049eMYgPvuwcAMBvHt6H119xS++BpxYWJWCM4Q1X/BaThBQeanj4/OvOx4rBAK970vF4x/NOn8c9tKD4+m83493fvUdP3LgkxaMrq4Mm2hWEXRQCv/oksOu+2dpVi1nEdDfCMz74c7yEZEqa4mFC2FESzQR7iH1630S9SeVmom6jajsTSMTZdL0JEr2+65Ju0n3S6U9CbMgq7CwsFjxGrMJuwYCOj6fq5g1KCrt6C1cW5lj4hN2EEtY7fWBeduNgg65c7J+0HaHF/GPPeBtf/FVSde5tzz0NrlueI/TEk1bjn154BgDgpof24o+/cEt9KbaFRQG2HpjCp6/fgKd+8Ge4b3umQn75447GD/6/p+AZpx2OW//x2fjni8+cx720oGAsyVD5wk0bcc3dO/JvoFkp+x+W/kQn91oS49bPA9f8LfCJJxVuv261TovZw51bRrBtZBp3bD5QW41BLaJ7arYdJwq1sZrk1/gM1GpUGTcT0m1GhF2fKtgGU4WdzbCzsFi4oBl21kXT36DRRLULhFCFXR9bYhlj2NWnhZZMsPAJu+kR+edDxBI7SgaKYzVXZy0s5gKfu+FhdMIY5x69DC977NFGbf74ySfgM695HAYCD79ctwfP/ej1aIf2wW4xMzDG8Pov3IL3XX2fyId63plrcNM7n4kPvPQcHL96CAAqSWWLg4vdRO2ktTbSBTrl2V9JRKy/Lvmf6fuXf/nevXjMv/7Y5t/NE2jxhHU1VXJUKVbXIjoTAkvebu9ta5NuZPJbd7vjMyD7Dha4wm7STvItLBYsRonCLoyZddH0MSiPUFth11kYltj//vlDePy/XYfv3L51vnelJywCwu6A/PMhYomlHeFon1b6sjh0sH7XGD75i4cAAH/61JNqVem76Iwj8K8vPgtAYm265OM34uq7ttuHu0UtRDHDbx7eh/F2iJsf2ov7d8grfZe/5GwcuXyg1rXZ99hxN3D7V+bHhtCewUoq0yvZNhBr4wYdYUe3qWxftvppBpwRUaJP5ouOfO7Gh3Fgsosrbtqo3+c5wt1bR3D51ff1LXlSB1HM8JdfuQ0f+fGDtdtumIGtVVLJ1VzAHJ8B2TcT8mtGROEMtktVgdPdGGEfPmd5hl2v98SvN+zF7/3nL3H75gOzuFcWFhZ1oBI/tYkgi4MGyiPUV9hRS2z/EnYfvPYBAMDffP2Oed6T3rDwCTtB0KWTsEPEEkvlq1ZhZzHf+OLNmxAz4BmnHYbnn72mdvsXP/ooXPSoIwAA9+8Yw5uuvA3/+9sts72bFosQe8fbCKMYX7hpI17+qZtx1j9fi1d95tfi764DfPONT8SKocY87mXvmGiHuGn9HtywTol/CDvAJ58E/N8bgd98+uDu1AM/BC4/Brj5v7V//uC19+MvrrxNn0O35VbgA8dr93kLyQQb0S1EUWJSIewoadMJ4zzhP7E7e63YaWnERO3BKoAf3Lkdr/v8b7C/h5yeF37sBnzq+g34f9etq92233DbI/vx/Tu34z+vW1e7+vfuscyqUvc8zhb5VdcSO3ukW+9EYVt3rZdtV8mt68ecuKFmmmHXI2H3p1+6FfdtH8XLPpnmITIGrP8JML6r1udI/dfUfmDfw8VvVrB53yT+++frMyvg7geBjz0OuPPrxp9xw7o9WLeT9HOP/Drpe2uA0cWR274I/OLfCxdMVKzfNYZPX78hI3W33Q5svNF42/dsG8F//Wx91n7rrcDD1xu3t1jYUAm66T7saywSSAq7Tt0qsdQS2/8ZduECjT7xq9/S5+AE3bJjgJFH+prdnU2MTtFBplXYWcwfxqa7+OatCbn2hqec2JOCyXMdfOaPHodbNu7DT+7diWvv2YGLz10727tqscjw3u/fi8/e8DCWDQQ5gqfpu/jem58MADj1iKXzsXuzgm0HpvCqz/waKwYD/O6fnpP9YZIQePvNJ5ISJvcBgyvrt/u/NwJgwLV/B1z4JulPnTDGf/0sUdv+4YXH4YITV8ltf/DW5Ll99duAx/+J9KdxQvLk1DVhG4jJd1yisOM/Lx8kJG2bVFNXlPjUfruzh4yTv/jKbQCA//fTdT1nIv7m4bzqb6Fh73hGtN26aX9p4SEVlLQar1kMYSaFFGaLdKtvTaUZdvXGcJXXuuF2k59DLBsIam1/rtHyE4VdGDOEUQzfq6ct4M+CbpROzB68BrjqlcDy44C33FnZPo4Z3nTlbfjpA7twxesejwtPWgVc9SrgkZuAP7seWHtu5We89Wu347eb9uOuLSP4xGWPBb75emDvOuBbfwKc8/LK9ndvHcFln00Wnja+/wXA6Hbgc2n//9f3AcNHlrZnjOFv/vcO/PyB3fj6n12Ik1c1ge++OfnjCU8Djn1CZfuLPpyQa8sGArz8cUcDn312olT+k58CRz228hhe8P9uAJA8i9/wpOOBL1wMdCeA110DHHdhZXuLhY12VyZ+rMKuPxHHDB2y6DOjohPhLFcD/vn7gUduBi79GhC0ZvezFxgWj8JuOJ3cdw+N/Jkxq7Cz6AGMMVz/4G584ucP4T3fuwcfvPb+GZdb/9otmzHRiXDy4UvwxJNWVTcowfnHr8TfPf9R+Nnbno6lrf6aRFj0D+KY4cM/fhCfvSEhqlSy7swjh/G5156PU49YuqDJOgBoBcnkdVoZ/Ep5rZN763/wHV8F/v0E4Lef0/75jV++Fa/41M16y1xUTDBs3p+ttmrJr5LYCqr2yT3X1GwUlbBTiJoc4UfbKwt7lGjaOVqvP6SFKjbuqbe6PNmnVTp7xfaRbPy1qea5oGTtQc2Do8RZXTvtLFli61pTVetunW3ryL5+QzPIpiadKE4UYYaqMCAhiET7MAbu/0Hyw4FNwPRoQasMm/dP4pp7dqATxvj1w3uBOErIOiBRqBngt5uS/vmHvHjO7geM9x9ICG+OXWPTwP3fz/64b0Nl+3u2jeJbt23FvokObt6wFxjZnP1xRzVpSSsvr9s1ljxjeKyAgUqQZhHfvXUkad9NP/Pub1S2t1DQHge+9ocHX00/A6hqdUvY9Sc60QyJVaqwi2aRsGMM+PnlwIafy/1fD+jH6Ie6WDwKu6UpYUfDDxcpwigun9gcghiZ6iKO2YK1vR0M7B1v413fuRtX3yVXX/yvnz2EP3vqiXjH806HVzOEP4oZvpBmPv3xk06YtXywRZUzZjGreHDnGJ7zEb2t5pXnH4N3PO90rFxE/QAn7Ka6ERhj2b1Bc9gmeiDsvv1nyf/ffyvwuD+W/nRgsiMmmvfvGMNZRy2T2zpe9np6FGgNix8f3k1z6DSkDb23lbalSim1+phCuuWJCGXQSQk+xbYxPgOl1HZCSuZI1QpQC/BiqPa+nVRrrTsuod9X/cIRvZNuMyocMZNKr6o1tR1h2aDZGrratk5xBnU/+5Gwa3gy4Tb4o3cA93wb+PMbgGVHlbZthxHapNr8yFQXhzFyX+68p1LdRUn7PeNtYJSElPfq4qEZmmEH8MufUZQwu2fbKA6ndt6R6tB0uliye3Qa2L8t++Oueyvb03t5vB0Co6S9wQLRup3ZeepGDBgn485DpDjgrOL6fwfu+27yT1Gm9yumlQJylZVix3YAzWGgMTiHe2WhQlVCzqhKbMlibm1Ifc7MHAgHlEV9aSzdK8Z3Az98O/DoPwROftbMPssAC19hx20uS9PcrO7iJ+zUwexYzayYxYbpboTf++j1OP99P8HP7q+XUXKoYNfoNJ770V8Ksu7xJ6zEa594PFYvSQaNn7p+Ay6/+r7an3v1XduxZf8Ulg8G+P1Hlw+kLSxmgjhm+P6d23Jk3UmHDeE/XnYufveuZ+P9Lz1nUZF1ADDQyMgxOhGVFXZKvt0MsWlv9hzdoFNKhUQ5p0y+aJXVbbqKq1TpNrZd+pOU61VTYaeSZVK16bAtr/wqn0XJpboEBj3GPTXVyvTZ/arHH1urbT+CVvmtm2E3NgO12kwIV+ma64SSYrJO27oquRxxVkNtKfUDSFVkPbZVf+4H+J4LvnYY7n4I+O1ngal9wPofV7alcTEAMDLVkRVpBmQRvY73jHWA/RuzPxoo9FTl7HQ3AjzyXBqtJtxoP7pjZDo5ftG+Ot+XqoZ3jbXlYzA4B1S1vvXAtNxXG0ye95Ecyk37JhIypkb7QwVhFOP2zQeq+51HfkUa9aBiuuOrwKeemmQpHiSoz+RS5dae9cBHzwa+8cfF77GYE7QjJWuwLmFHr8doFhce95Jc3wObZvRRKlk8K8+9n/xzspD05ZckKuw5xsIn7PhK+dBhyf+HgCW29qrFIsevNuzFtpFphDHD9+7cVt3gEEMcM7zrO3djz3gbywcDfOn1j8fX/+xCvPtFZ+JXf/csXPSoJGfoMzc8jNd+/jfGAdadMMa/fD9ZqX3NBcdJxIKFxWxgvB3i36+5H5/8xUM48e+vxl9+5XfS3xu+i2+98Ul46WOPXrTq2haxd0l9PZ3ATegJu7u3jiR2JBWqvUwZbGzalxF263cqyrawo5Bf8t/HynLo1PcrxNl4mWJJVbYo222HJQMylezrqAUrKsiiOAKu+5fEmqFgvIrsmx4BPvFk4Mf/nPsTJwrPWDuMP3vaSfm2Cwz03NVX2M1P1VS6AMpY3h5U2nYGBRxUVUOdCUT+Wq+z3TmYuMwBmmmOHXbenf2yxE7PoS5gj0x15YIzBmTVLlIAJVHYEbKqJuEHAKNjY3KfOa3pkxXQ4xid6srbHa0e5+6ZyLa3a6wtPy8MzuOByWz7O0emZZJxqppwo4Tf2HQoE3YG7Q8VfOhHD+LF/3UjvvzrCkLCIdN1A8I3h/97I7D9jiwH8SBAJX5KiaB7vpWQPQ/+sDfHgEXPUBd8anMKVFUXziJhR/s5aunvATl79mzwJuvIApKBanmmWHyEXdQ+KEznfEK90LhV6lAFDeu+a0v1QOhQw6d/uQHX3rMTgefgE69+LJ5yymHib77n4jN/dD5e+8TjAQA/f2A33vcDM6XdNffswO6xNg5b2sSbnnHyXOy6xSGOv/3mnfjvnz+E9//wfvG7NcMt/PCvnoI3P/Nk3PnPz8GywcWddeh7LgIvkZtIizV0Aje1P0fCTXUivPBjN+CFH7shX3E1R37JqpGtxKq5R63Yqbbt1CDdoq5C9snbpcRLN2IyEZEj3eSfc8ohSoiodtoShd14O8w/T3/7OeCX/wF88RKooMowbZXRO78O7LwLuPGjue+Ik0VLWgs/nQSQlUV1FXa9quQYY5IltI49lDFWTvRWoFTVWYGZkW4l13oF1MmZSuD1CxrpQkVMraAGRIVKFB+Y7MqqOB6jU4JdY4olVipYU002qf3e+IjSRlls0IEqBUenu7IqzUDlt09S2E3L2zQgDOkzY7wdKorueoTd+HQoq8AnrSWW45O/SAo0/dN37il/I/3OR6oVljlwW/hBtCPnCbuSfore55t/PUd7ZKFDjrCr+0ygqrrZVNiVxJjUhXpMM85THNsBTJBr9sAjM/s8AywCwi5VAgxlJMRit8XyC40H68Y1V4UXG2jWx0O7x40VYocCfrVhLz70oyTs+D0vOiupdqbBP198Bv7t988GAFxx80bct718QLhxzwTe9X/Jyvel5x8jcrYsLGYLY9Nd/ODO7bnfP//stXjU2mH8zXNOO2SuO5FjR8kIadLGcuryLaT4wy1qBVJ1wlimkstZU8vb0oqXozXb5gpH0PZdZcCm2II40cLJzQ61eajbzWXYZfscM83EYieZTCnnWVWG5cg+OkEak/ND+XaXNBcHYUfJWtWaWN22N5WcSrCFMUNkaGsNYwb1rTMi3WoQZzMi3dIxzmCqaq+nzpPb9uvYkRN2kjrOQFmmXjsHJrvy/W9AWFB12X61/fRIpShA7TMnRhTFkAFhN0b70alQJgoNcvT2koWWselQOYYDle0PTGXtJzqhvMhhcA4pYT/WVttbhR0gPzuWVi3aUNJ4fGFE//Dn6PJ0UbVU1bR3ffZ6zDqlDibUZ0CdiAXEMcDI9zqbRSfoNT9Twk659uos7Gmx9Vb5515I9JpYBIRd+hAYXAUgDb1Y5LZYvmqxYjCzgE13+nPQdTCwkeQtxSzN+7DAdDfCn33pVnQjhueccQQuffwxhe91HAevesKxeME5a8EY8C/fu7c0j+fDP34QI1NdnHv0Mquus5h1MMbwo3t25n5/6eOPxVuffco87NH8YoAUnhBQn3PKgGYLyUC6c8sB+b054qy4gEO+2qraVlXJ0QIAVco+hbArKxyh5vYox8+VQsNpdWmJAMkRdooqUJlg546Zkga775f/RN4bM83KLc2OUtpyNdBiIewmJUusucKuE8bSJKFO0QkdWWU64aBtef60KXGWqPNmYmtN3svv7Vpt033kk/xe7LTa+6SPwBekHXrvjeefCSpyltiJSSAkfYUB2USVopOdMN9/VCjU1IWHqbH6CjuqFBydViyxRu2z8zDZiRTS8kBl+1GikJtoh/LzpT1aGS5PFXadMEYoqWXGe8thW2SgOX/j7Yr8TLpA165WWEpQr5fZLAxQAnWuOlmmaqL31Gh+odZi7qA+L2uJXmLlWprNa4uOS3st9pNieqa233U/AT71NOCRVP2542757zO07JpgERB26UOkMQQEg/LvFin4hGBJyxdqgkO1XDZjDJv2yt/35v2LW2Fpiu/cvhUjU12sXtLER15xnlFFnHc89zS0Ahc3b9iLV33m11KWC8fdW0fw/TQr8N9ecvYho3KymHtMdkI8/YM/wwWXX4f3pUVQXnPhcThq+QCOWj6Af3jBo7C0tbgtsDrwfEjJYqIqyRUFGrW15iyxVQq7MsKugnRT7aWl281Vei2xCYZKX1SgsBseCKSfk+0o5yqnCqwg7ChRoEwmVAteTpFIw9oVZQQ/3qHFQtiRQXBOXVmCmdhVdIo4U5UctYMubdYjv7oREw7nVuDW2m4cM6FqGB7g2zVrS228vC+spwpUt9ufhB1X2LnUSmliJVWuu2hSIdcMyCraD3Ujhki1oFaQfmqf0B5XCbtywoUxJhN2U4rKz2DyKtnE26rCbiSfY6qAPjO056Diu1AVtuGUGmmwuOdpJqCVwRkrKTwTx/I1Y2CJljCmEN0G98BsYFosoiV9TelCCr2exixhdzChPgO6UY2ILZWgm00iviTvuC7yCrsaDoCoC1z5UmD77cDVb0t+x7NVlx6Z/G+g/p4pFhlhN5C8XuQKO74iOhB4mVXqECXsxtuhGJg87rgVAOSJ6qGK6W4kcr9e96TjjSeEx60awkdfcR5agYvfPLwPF/zbdVi/K+s07902ikv/51eIGfDsM47AmUcum5P9tzj0EEYxzvina7Fx7yR2jrbF6vOrnnAsrn/HM3DD3z5j0SiR6qLlc8KODKwqFHZUaZwjT1SFSKdY6VZtiS1R51VWepUnHmpBJWkgyQeCvNoiIfCo2mm4pSFAVLJPITtzFTvLiMYKVWApSakcL7fEVtqhFgjohLPOCvZs5LkNBB68tLSoKQnF39fwXEGKG5N95H1CrWa4XWpBqqt0ozbe4Z4Udvw+qU/2HUzwohPeNCHHDIgKlSxjal9noE6a6ipk06TSpoJsyilEVYKkYh8mO5Fk6x6dDuX+3oDskgi7bgRGzx2LKkk/9RiiaaXfr4geGlUWieJpZXuLPLrIBPsn5XNUWKinMw6AkCgGxLUElWA2sETPBqaVRbRS5Ra9Hg8C+WGRYUYKOzWzblYVdrOXYZcrOlGHM6FVxnfcmUSb8JiUE5+W/H8QKl8v7FFiHGeqgsaSTGG3yAk7fqG1AhetwMPYdHjIVorlpesHGx5OPnwJfrtpP7YeWNzfvwm+/but2D/ZxVHLB/CnTz2xVtvnnbUWnww8vPbztyBmwEUfvh4nH74ES1s+7tk6ik4U44jhJj74B+fM0d5bHCqY7kb492seQCeK8OVf5UNbT1+zFKcdsdRIHbqY0WpoMuzUCU+nmITK2RMrc+jqWGKL206kE09OpOSLPyiVXhXSQhpkcdKttSyxqJKVXIkA0SnsKtR5amZdOWGnkm4VhJ1kZVLPVaqwayzsoRgHPW8q+VqG/PcegzFmdN/z77kZuHCchKgwJb9EW98VBFFdsg9ICNddY23z7XYrrlfD7dZtyxgTk7Ne7LQHE1xh51DlsAFRoS4SxCrJZzA/UMmqWCX9Kj6DZmICQNQuV/iqyKl2J6flPsxAbUIVJIwBrD0G6W7qTgHNpYXt1QltlCPcys+BqhaL1H1e5PM0E+xXCjoVEnYqwVvbEquqTOe+8EQYxYJ0XlpXYTdpq8QeTMzMEqsWFptFhR0lcWe76EQdzmSXUojx3u9mJN7xTwHuuOqg3FMLe5RIcykkhd3illrzC60VePpso0MIe8aTzmH1kiaOWp58/4e6wu7BnWN47/eTEtN/9MTjEHj1hbRPP+1w3Px3z8TzPvpLjEx1sX5X1nE+/oSV+NAfnIvlJEPRwqIO4pjha7/djA//+EHsHss/4O9693Owae8kDh9uHvJkHQAMpJa7KR2BxZGzl1JLVT2VXGml16rCERoCa1lKLOSzoOSJB1f7uE6SB6dV2AnCbpq0q1As5Qg7+WeVtMgF8Zco7HKEXZkiseBcDTUXfqxAJ4wlK426ol0G/r37roMwneR1oliQaCZtm74LBylhV1Ml1wxckZnWC9nXCnpT57kOLRxh1rYjEYVB7ncm+wwQsq9fM+zScYsXErKrM5YUfHCLr4tJRR3nVhSc0X6GQjaxHNlU/hnjCuHHVEt+hVJQJbvinJq6niUW0CgNKxRu6v2bOwcV51GdENdtfyiAWmKBktzPimduJdT3HwRLLH0WcGdEYT8Vx/I1fZAUgBYJZmaJVRV2c1QltjuRXCdub8bQGRWd2LNO/vnG/wTAgCVHAKvTTO2DUEhnYRN2osN3ErLOTwmE2bxg+hB85ZoSdnUGx4sJe1KF3aolDRy1IiXsDmGF3chkF2+44reY7ER41NphXPr4Y3v+rLXLBnD1Xz0Fd205gCtu2oShpo+/eMZJOO+Y5ZZEsZgRvnjzRrz7e/fmfr+k6eN9v38WlrYCnHWUtVtzGBWdUCZgdNI3WlNhV2prVberkF8qgTXdjTLCTp24FhBnwwMBDkx2FVsrIezoz5BJB05+aS2xwVAy8Mttt6TaZxyXKuzUgV9u8ayEsGuTZ/lCh0pytENzlRxXOA4PBMIK3w5NCTtOnHlw4ADomltTSdtmzRw6nn+XqPN427pkn0fIPtO2yXYbnouWX3OfFVVgnbYHG/z7cHNK4vGsD9BgOr0fBxseJjsRmEpu9aCwY2p/WaWwy/WZat5oPbLM0Z0DxrJKKRrkFCQqQVZxDLkJbc3zqIa8193+oYCcJbaoOrZ6rupm2Knvn2GAvwnootdgqiAvVG6p+3OQMvYsEqgLlPUssWqG3RwRdkDSbzaXlLcpWNBRx2WlBVBU8MJHJzwNePgXwGhaEXbtecDAynQDB8w/r0cs7Aw7fpM3hpIHl9dMfp7NC6YPwR/EA4Gnt0odQtAp7LYcwgq7/7t9Kx7ZN4nDljZxxR+fP+OA/qOWD+B5Z63FVX96AT7zR4/Do49dYck6ixnj27/bKv182QXH4id//VTc9e7n4JLzjpqnvepfCLteWdEJZUJEJ505q42qEFFVY+T9nUiu4Ckp24FKtZqsdFNJRqXSa9qWE3zTOpVca3luu1RlpSVASsg+uo9Z8QBasKI8Pyifv0bJvki2AefaZiqthY6coodplIoF4OdhqOnVrtbK39f0XUHymC5gzoYlthl4PbTVKftMicI0d48cr7kqMNmG42SFTvrWEpsq7PxQ6asqyAreZ/DKlKKP4fMDAwcOJ5+5k9/hfavjyp9p2D6/uFJBdnWz7wnQEHYsriT9coRbrsp2eXt1TuHkCLvy8zittHfV73GRO6FMcCCnsCsg7NTvrrYl1swWvmt0Go9/309w+Q9TC+CvPgHc8JF62+KbkAi7Cfa7xgABAABJREFUiv5RV3k+0p+L8XaIy6++D3dvLa/UzHHH5gP4l+/dK+aKFnnMLMNOrRI7i/yLSvJXqXJ/92Xg8qOBh36a+5P6fDVVpQPILNonXwQMrsp+f+wFwMCKdAPVlbNnioU9SqQFJwDATx/Is+mh7kPwTq8VuHqr1CEEnmG3eklTKOx2jEyDVVTAWoyY7IT4zA2Jr/5Pn3IiDl/amuc9srCQcf+OpGjJHVuywdZ3//JJ+NcXn42TD7dZdUXgeU6SVYEPupvDyf85wk6pMkjRVS2i8gBetWRN65Ru4mf5s1SypLxt9jPNvNEG4gvSbTjXViZeknMlk4zpPg4s1+4z386yAc12K9SIpbl7FRV1p0Ue7cJX2IkCDoR8rEtgtXxPfH+mpNu0jvwy3S4lv3pWyVHizHCfu7NAFJK2psRoh7Rt+Rolah8hOacMfqSQCxVkBb8eVgyli5W8b+MTLQNlFye7DluazCkc3l/wz6iYOPLvaOVQI22fbpNP7ir2Yaojk45Z+5XZm1S1MkEcMzEn4NWPnYiojA32gd9/3M7ocmuyeN5UqATDTFgAAB4nCP2W0fYXPKZHErJr/6bCt+zLZdgVTPjVha7ahJ3yDFM/L8VP7tuFXWNtfOoXG7Bvy/3ANe8EfvJuYKJ+phwnfQLPIeOXCoUdv7aAfGGsFB/44f341PUb8MKP3VC88bu/Cfz8A5juhLjkv27E5258GP+nLBJbZFCfAbUssfEcEnYVsS85fOcvkoWI770l9yeVI+mJsFtyOHDGJclrNwBOf6Gs9p7jHLvFRdiJ6nGHhsKuMsNuYg9w1zeSVf5Fikxh1xAEVSeKcw/CQwFf+fUj2LxvCmuXtfDyxx0z37tjYQEAeHjPBJ72wZ/hU794CL/3n7/EzRuywd8d//QcnHP08vnbuQUCnkMpTcz5BKhgEjlBFA7jnVBexMhVTVUIrDISik+0RJEnfbXWwHPyn8W3K9Tw2cSBEhbLdPlatOiE0rZTpXbqKm0LjpcThZKyr4Kw4xNTcbxhWVs1s2/xKOxEMYOmL5RBxko3TmAFBQpJk7Y+/e7rZth5PSjdZscS29SpOk322XfFRLh+7p5XW513sNHwXDQQwmXp4gHv5yryu/j4WJBdXYWwqyCawigW50kQdpzs4oSZIdm1vIhwKyBM1PYrBpP+qMXSxYnGEtJ3TuuaApDnA6uWNAAwuHwizRct1EUbBZy05MSnx8/BoNk54N/D8vQYRBbh4Ork/4rvYcHjho8kZNf/PK3wLQcUS2zOSs2hLnTVPXe5wiv67953swXT/b/7Pml/oN72AIQp6RN4WT9VSJLwfMPWMqCxtHSbNz60p3rj3/hj4Of/htF7fix+tfcQnBOaYnarxM7ieVb7GNPP5uIt+lEKCdkTYTe4CnjOvwLPfBdw6VXAYacCnp9ds3WzJWtiYY8SqSUWyAi7Ra+wyw/YtBffNX8HfPP1wPf+v4O5ewcVeycyS2zDd7F6SXKjbh8pH4zM+n6Mt/Hp6zfgvd+/F5v3HfyByPpdY/jANfcDAN749JOwbHBmVlgLi9nCB6+9H5v2TuLyH94Pyhm9+Zkn2+vUEA0/GUh3JRKKT0T5JFDu86jCLmdPFO9NB+hkAhnHLKfYkYkzrnRbntsubadVq3VVpVteJQcAwwOJqkOuEqvYWqNOki8HaBV22gy7Ikssyc7Lta1QyfFzk9l466vzmotCYachsGpaNZtEYVebdOtpu7OhdJuBJbboejXZbtDDuZqBsu9go+G7GATp0zjRY5idlqnTVKJpEihxYEhk11AynnT5nEKo9CrsoArh5oZKX11FdnVl0nHA4YTdYKZQKyHsqB12xVADDRAiiPfbJZZYxlhuH8Q5EKSl2Tng/aIbp5Nt+j0sZmy9Nfl/ar94TqngRSfWLku+08J7USyScXVkzXOnKvIKCGMpQ29yd3F7A3SEws4V9vZCIohfy34rU6EWqJVyFdxVEIEK23GXeH2oxkaZgH8vld+TDty67KdFP+dSYacS1xSUxB46PPfnfGGNOoTdvuT/wZUJ3/TUtwGnPDv7O8/Vs4RdCfgXxDsxXnSi7EtdBKBByQ1uidB19Hd9Pfn/d18+WLt20LFnLCs6AWQPvh0HkbC76jeP4DkfuR7vu/o+fPaGh/GUf/8Z/uHbd+VKts8VGGN4z/fuRTdieNqph+FVMyg0YWExU3TCGHdvHUEcM9y9dQRX37VD+vsLzlmLje9/Af7mOafN0x4uPAS6gVRXsVkpzz21CICkGjMkzvgATkt+adrSbQyb5NB1qcKOhOlrc+gU0g0Qi3OS2knkmJmRjBEhKDOSUXOeC37mCjvt8VYU6BAFpBaBwo4SSfWrpmYxH5xImu6FdJuBWq1+20wV2DvpRogzw+PlY72G1wvJmN5jPRCFBxu+52IIZCLPJ0UlRBWQEUXcjpopw3j2ECv9DF1hjrrqMn7tcoWdlyP8yo+Bk2VLWj4818EA0vbBIBBUE3ZSzrXvoQmi5DKw5dJzsHywAQ8RXJZeJ/wcVFlipSxBBj/mhB/f/iIn7FaemL0e2659C1fYrUnnLYWK5FC5fnSW7A0/B770EuDO/83/jS86VWQwSgo/+v3WLXIBvSW20LovEXbp870gxH+yXdFfUSvt2DbxMlft3kKAq88G0qzBnqrEcuEUiwvzB+vvWHqdmpCBBRZq8VHKtWcaIwEgqwBLIwkoGumzaY6LuSy4UeJtj+zH13+7GXHMNJZYnmG3uKWv/EJr+NnKhfbiW9ajLZIx4Id/C1z7D6Urkf2APURhB2QPvh2jB4ew+94d2/B337oLeyc6OHxpU9iirvz1I3j2R36BB3bMLeMOAN+7czt+uW4PGp6Lf7nkTPjegrutLRYR/v2a+/HCj92AE//+am3OyF8/+9R52KuFjayf19hahWqsulprvu3y5H8NcQYYkm5hvq3jZNlJpmRfpfpHVdiRz6Or+Vr7sHquorZ4ttHFrmFeOVN3vAU/qwo7be4eh1pkYzEp7KTvT0OaGrXtRWE3A0usZrvmBSs0ZF/N420Qu9i04T4Lws53xXjDVC3AJ2INSfXSn2O8wHUwKJRlQ9mkrYLoaavKMFXdBhiRVbyAjYsYHrflGmbQ8e9yZboPflzPEsuPYbCRxN4MUsJOZMCVkY48Nie5NiXCjmeAlpxHqtBbPhAohF81aUkXQZYPBrLCb4Eo7O7YfAAX/Nt1+NZtW3r7AEp4FRwrj+6pVNgJlWgJ2fmjfwQeug741huK90WoVPXXzng7+54ZJQV7UA51Q2KJ5c/kquMLqhV29LmuzSon7ZyJzD5baDe2EM+PQUHY1SCzeIZdYzD73WxwMFEX4IsEBc4ICbRP5QQbAT8mHiNmbImNwux+K6pOLhR2c0vY+XP66bOMMIrxJ1f8FnsnOtg91sZfDCmWWO5bXuQKOxruzK1S2ouvV7Jt9/3Arz+ZvD7nFcDac3r7nDnCX37lNtyycR8++AfnYs9YlmEHHFyF3XQ3wuVXJ9WULrvgWLzrhWcgcF18785t+NhP12P9rnG845t34v/e9MQ5C9O/Yd0e/PXXbgcAvOEpJ+C4VUNzsh0LCxPsm+jgS7/Khyw//+w1+KcXnokjhpu2sEQPCNTogzgG4nQA2kzzM8ggiTGWI0u0hN3ACmD/wxIJxdt5roOhpoc940Vtl6c/50m3lu8JEsqc7KM5ZiXKvsaSRCnAYrFtPhhr+q5YsAh1hB3fZ77fQUtLUMo23plUtjWrqLsoMuwiXaXe+uRX/Qy7jJwQFWZ7KOCgVbGWbpePw+pbYrvSomuy06Ehccbb+p4j9rlu28BzEfj1yL6DDd8jlliqLDNUp4nsNa7saixJYnOiTrLYP6hXS6jZhC2Qyadh0QmhLktVfr5Q2NWzxLb8RK3a4rncwYCRJZaS2C3fQ4MTbn6LZI8W7wPffsN3Mdjw5HMgSMvic0CfF8sHVcLPjPScb7zuC7dg30QHf/31O/CSxxxd/wOo4kdDsE13I3Ge1wwPiN9pIZ5f6fUTdRIiwSNT+AObyYePZsQs3f7gKmBiVyFhTBf5HImw60FhF+sW0Qr6Kaqw42ODggy7pu+K63u8HWJpS4lVIco8Rq4xq7ArBn9+cDKrnsIuvbcDQtgxs+d+KWj/0FoGjO8ojzuj7+eZc/TP6XNuqOljqhuZR0FQ1RxX0qmwCrs8frtpvwiOvPaeHURhl54skWE3t6V15xvUElHuOSc3XZ3CE5tuyl6vu7aHPZxbHJjsYudoG9tHpjCarppwhd0Rw8lg5mBk2H3uxoexbWQaRy5r4R9fcAaavgfXdXDJeUfhK3/yBDR9F3dsPoAf37tzTrbfDiO853v3IIwZXnDOWqtcspg3XHP3drz7u/fgZZ+8SfsgfNPTT8aaZS1L1vWIHJlAK3M18lYxydaqUzuVVE1tE5tmq7SAQ9pWo84rtAmWWnFpjpmG7OOEpN/KTVo76Wq+77kIXA0BorPTppMWfmy+62BIqAJL1HnKgqCa1aSvbLtcPn7lmBdFlVhdxdWesuRqFn+QFjDrbZfatnolvxpefbIvJJNZv6bSjb8vcAvUpAb7TMm+/iXsHLQ40RMMJP8Ag4INyfHwAjKNmJJ+1WSVnBGoklXL030oH1/ya5cXXGgwskBSsX0gqxLbangYaBCFnN80ssRK/XDgounQ9tVKRVHYLiXQxfa9BvkeilU0lHgaVhV64nnV38KKGReukwi7aXzj1i246MO/wPpdiVqN22E918HqpcnctVphR1WihFCLQlkFt2ed3J7PlSss2WNEheaE5ProSWGnscQWLeB0CWFXobCjvaRatAMAME3akWt8zBJ2heDk6kAvCruILAaov5vRTvE+0skWpcsKitJrWmPh5mPEJc2ax8hJODfIYtdU8OrGizLD7oFrgN9+vnaze7dlX8KDO8cQtwsUdou86ERHM0DVK+xKbD1l2P1A9npsR/H75gl81XL9ruT7911HDM6Ewm50blfv9oy38YmfPQQAeNtzT8tNuA5f2sIrzk8syX/z9Tuwa2z2CcSP/Hgd1u0ax8qhBv7txWdbK6zFvKATxvjzL9+GL9y0EQ/tnkDDc/HDv3oK/vEFj8InL3ssfvTWp+Ksowqk5BZG4CSGGGRQy4FmMEMJC20xhBzpllfYJVlkGptgCYE1TRR2LROFXVejsJMslZrt+s1k8ASIrBQd8SJbYonKhuf4pL+bVhQ1yb6U2IcJYUCr4moVdiJnMN8WkG2kCx2Sqod/94YKu+w7qF81lVYjFCRUQci7Ck5++V4v9lJ6zXGS2LBtmN/n0HCfBdnnO/BrbjeUjrffLbEumg4n6ZvEEmuWYccL1zQYV6flif6y9tzqLAg7r0Hal88x+GfwDLwGUxR2VTl8YtEkscQ2qUKulsIu6dMywo0SdsVjZKnqduCi5dDFkup51jSZowwGPprQLbYsjHlao9e+WVHYve1/78D6XeP48y/fBiArOLFiMBDKpkKFHb/mm8PZ84tabke3yKqm/Q8r7bnCrtyOTFVoHn1W9ZRhp+mXKxV2zexZSTPsJvcJuyEd22hVc7QdVdhNL24hz0zAnws9WWIjov7lqCMQKtwpnl9n1udIY6twKucw7BCFHVDDEsvJ7maBuo7+bdEp7LbfCVz1CuD7b5ElvAbYeiD7Qqa7McbG0k6Ee6e5wm6BPAh6hZRh55cMbukFWzHIkTBOFGHju3rZxTkFr7y1LiXsVi1pwE1VFTzDbq4Vdu/4xp0Ya4c488hhvPi8o7Tv+etnn4rDlzYx1g7x5ZvzNsGZ4Cf37sSnf7kBAHD5S8621TYt5gW/e2Q//uhzv5F+9w8veBQetXYYb3jKiXjeWWtw6hFL52nvFg84ISBIKLqCKQi7vErOJVlyMvlVTCRRhZ3e1tpW2ua3W6iwM7DT0ueaNHDkA0MvyKxAqdJQViyVKOw0E15VUUP3JdkJVR2THW9lVVxVYUcq29JqvIuDsMsTn3ULRzR8WnTCbNAv2Txr2ktDQrr1qnTzTSxfats4U3X2mkPnu+R447qqQKe3ioAHEYFHyDJ/gFhiqxR2suK1KeW/VedcU7Kr4VGyaoC4eMrVV5yw4gvJAScNacGFskq1vGhEI1G4NXSEXWmGnXw/ye15dFC1Qo8XNpEIQ4N5lqzQUxR+XKWyQIQVseG9lQMh7BghyLjQgBN2ywcb1ZZ6kfE2oK8UO75bfr+qTusQSyz9PAW0AqsrKexmUnQiex5UZ9gN5BV247uB//do4AvPRxTF0jNX+3lkXx1ynNYSWwz+HBxoJOOqrimZBWTRLF4AuL78u5mA928B7XMMFXZArn/ix1SbsBPCsBLCrrFYM+yo3XJyL7DcvDDC1v1KdbaJUSwDNJbYRV50wjR3hTLO3UkAq/Lv0YGSdH1J2CXf87qdKWE31BR/O2ZFQt5u2T+FOGaCyJtN7Bydxs8eSM7LB//g3MJtLB9s4O+efzre+rU78LGfrcdxq4bw0sf2kIWh4PKr78Onrk/Iuqefdhiee+aaGX+mhYUpopjhX753D65QSOjnnbkGn7jsMdb2OgcQhAAfZHDCznEzm5em0muTZslpCzgsz7WlCju90m1KaZtX5xkr7PhKqONIhI+WeOGVx9wg96zniqVGkWJJ2DZSlUx3UgzwtMUSpHOlkpv54wUIYafLsJOy86aBxqA08VgMRScyVY6LZlhvpZ4SlxmBVZ/8ilxNfmFZW02xElOlW1ci+3pTugWeC9+tRxSGOjWpaXZeTMm+em0PNiRLLFXYGVpiebZVVmF1wJCson0nIQ2DlhHhl+yDTBo2WBdwoFjy2xkJmduHTGEnKeR8qvIrsfUqxVQkSy1vX3IM9F5u0XNgqJATmaKBuv2FobCj94QpGZ4DsayOjI4CGJY+f/9Eck5WDAZ6JTsFXXBqDAKdMTlHUSXo1AyvrkLYFZDelDD0I6pYqv9d6VTvhc8DqrBTM+zWXZu83n4Anc23Fu6vbl9FdWfIhVQsZPDnwkDgSj8bISIKZNdPyLrZIOyEwo7026UZdopqNJyS+ld+7S3hhJ2xJTa1uZYRdotWYUdPakVwq4otB+QvpDPFFXaHZtGJZpUllnbKdSyx48QGO9GPhF0yCOKKy9VLM8Ju7bIWfNdBJ4znrFLsD+7cDsaAxx63AmccOVz63hefdxRe9YRjwRjw9m/cgRvW7Sl9fxXu2HxAKOv+8ILj8J+vfPSMPs/Coi6+eduWHFl38blH4qOvPM+SdXOE3ICXD5LcQDuYoUq3Ad1kQLVq6nLoigoAzERhp2bYkWORq19qBo48t88LcpZYPviSs7ko2UfOl0L28WIJDVLtUyYoFXKTRYIApFVxl+iq4qrWY0CcL7qN1qJQ2HH1Vka6GRdhCPNqtbr20oYXo+EmbcyVbsn7Du9sxeHTG5PfGefQkSw5ThTWVLr5vdhpeVs3I/tMtxuS7fo1lX0HG4HnZJbYgCrsisd1jGWqVW5HbdVVl3VpH+bJZJWhKIBf97yITcD3gfYDJRlyqto4U6i1SIZd8TxHrWAsKdy86nmScPGoCjuJtKwm7BqekoFnuP35xpRC7vSksiNqoPFxOdtq24EpYomtobCTioaQ60etitkjYUfnkQEhu3pRQ1JLbOk8FciuBb9FLLEpCbk5c3DEj9xSuL+5zwLgEdKxX/u5fgB/LgxyhV0vGXbuwVDYlVlilT5deU7QohP050qYWGIXbdGJGRB2u9OKoCcdlhB00bSSYXeIKewaPimXrV58USifhzoVmSSF3e7i980TeIYdx5rhjLDzPRdHr0hWYjftnZuy8d+/cxsA4IXnrK18r+M4+NdLzsILzl6LmAF/9qXfYmePROKtm/bj5Z+6GTEDnn3GEXjvi88SK7gWFgcDn/nlBrzjG3dKv3vKKavxvt8/a1EE5/crMotoOnGgq5qahSq90q2EhKKkm5Rhp2nLnyW8bRwK4ky3XX0Bh+W5z6PqH2FPpG3pMXuB9DuqlNISEREh+3jblADMLIaZTVAiTwS5uSJ3HG1TRWFjSUYyduViF66DRZE/SpVJvRZhaBQRrhVtA4R4/Z2vxp/d91q4iGso3WL4CPGX97wcl936MgxjvIYlNk+6mRd/qJHvVNRWUqLWV/b1e4ad7yrKLKEkLh7LUuJyMEgmZnIOHie7zCyxTUqWBQNG1qxuFCNK92OYZ9jx46AZmmW2XBJ7I1tSaZafQeGMnCWWWlINFHappbUlnUMDwo8UHGjlMvj6n7Cb6MiEAy3GYAxCcnWm5In85v2TOEAIO1EVvVBhxwmtZjbfNVXYxRGJoliR2zcKibCLqeCj/pyaPpMFYVfUT/FrWSo6cSD5/0C2OBwpRKS2Cjm5rv2YfAd9qiTuB4gqsTzDrpYllo+tfMBN5wCzmmFHFXZlllilP1SeE3wRjxedMK4Sq9ZK0EHkgs5tFNfBt8TSk1qDjWSMiao9Zxy5DA/tngBTvcUL4EEwG8iqxHrF2QBqyXVTwi5sZ9/LqpOBVafky4fPM6gFFgCOWj4o/XzsqiFs3DuJR/ZN4MKTDG3AhtiyfxK3PXIAjgM8/+xqwg4AXNfBh152Ljbtm8DdW0fx9Vs2483POqXWdneMTOPPv3wr2mGMRx+7HO9/ydm97L6FRW1c/+BufPlXm/AjUu34iSetwudee74l6Q4ScnlTNDdEo1igSjdBnJVZNanNU5dFRgfGfNBEVxyjDuD5WfZRUcVOvo9qW2SDxMB30RDZXJR045ZYP0e68QFnwyNqJ0lhpyHsIk7Y5W2RXV3+HbWzdaeB5lLt8XZ0BCWvztjuit91CMG1GECVSYJgNlXYRTFcxHjBundhZ7wM38aLaxWOOM15BKumNgIATnG2IIxPNG57gpM5Cs50N6EbmVVb59fNU/d8DceMjAB4bi2iEABese0DOHXLBgzi7bXJzWcc+DbOvnk9mniZsaKwE2VESv9n2Dn6YgUlkyJ6LPyeDMD7SqruMrTE+q68D0IUUFJwQamQCgANvg9+I9mHcMqI8OKL8g1aNKIGYZazxErnoEyhl22/5XvKOTBX6HGypqkj/Po4w25SIexGp7v1cqKjUCr6152W52OJwi75TpYPBQYKu/RceQ29wm4yVdg1h5MMN0ps0ffx531BFU9KqInqykBP3xXta3y3Qs1LFXZ8MY+TkCNbxNviCVlJWKWwC8gxxCxdoFkEi2OzjcwS60k/G4GTc64/uwo7/j0GZn1OjuNQfhYKu0bdohMGlliDmILZwMG/cumqQA2F3eh0KAbRpx2RnDiXd0S8AztUFHZk9a1wJbuCbS6ECEp1gL+4BXjVV/uKrAOywhIcRy6Xfz5uZXI9cIXdLx7cjWvu3j4r2/7BncnnPP74lThiWJ8/osNAw8Mrzz8WAPCN27bkBgRluHfbKF76iZuwe6yN045Yii+//glYtaRZ3dDCYoZgjOE1n/uNRNY9/bTD8JU/ucCSdQcRvJ8XA3pagEFTNZDmsol8HKkYQtpeUyVWqMZIlViJdOPbpiuOapac7yJwdaQb328ycUx/JwpHuI6w+klEhFjJbeRIt45OYUe3G1PbhtxWrzrSKOyCATJwTH7XocerrU5LwrQVOx5VaC0GcFXQoNvFgCNblavQjRjOc9bjtN3X4ql7v54o3UJzpdsZbqbCOM99qMZ2Y5zmZMXPznIerlGwgmEJJvHcrR/DGRu/iPOch4zbdmOGJjo4f/8PsGzkPjzLva1W0QkHMV6y8z9x+CM/wIu8m2oThZfsvwKnfOvZWInRPibs3MzOGrSIiqHYOUGvGU5KSmSZAdkl20k90r6eOg0gVWIlws38Mxqc8KIKOX4eyjLspKITrl5hZ0r4BW6BrbjMEiv3qQtGYdeZAHbdh2jn/fKv694jCsEVKoTdjpE29k/kFXaFGXY0DoIXWaRVYjm5tTJdqJgkxBZ9XzON8Cm49ui16zMyR+nhu9I9Vwv7R34tB0RhN30gybcd2Zq9jx4XijLssrFMELcBZNvsVzXxfEMUnQjqZc8CyMg5ibCbhYq8gqQ267Ny/aGysMOv7fpVYtP7p1Rhx0n0xUbYSQo7c8Ju73jyRS1p+jh8aTJBEf70QyzDTlp9K6oSW+HnLgQn7JrDgNufKxEqQXfUigHp5+NWpYTdvklccdNG/NHnfoM///JtuGWjkvNQE1OdCF+4aSOAJLOrLp59xhEYbHjYtHcSf/21O4xyMX61YS9e+ombsPXAFE5YPYTP/NHjRIdjYTFX+NE9O/DyT96Ma+/ZIf3+qOUD+Lfft+rOg41cJUmdJZYMwqlKpKWruilItyXZz2nVwmlSIVBLYPHV+YAMYNJBm1z9UtNWUgbKg7AOHeD7GmsqJSldvUqOZtjJCjtqp1Uz7IgSQGenpav/Sn5UZuUk1WkpUcifu5KVjRN2mSpwMaDdjTGMCbz5jt/HGze/DQCrZS891c2UFGe6m4yLP4RRjBOdbEHuWGdnLYvo8URhd5SzpxZxdq77kPj5NHdzLaLwZGeb+Hmts7dW/h093mOcXeYZdjEDwPD8fV9Ea98D+CP/2r6dxPpShdZ8dWcd+Pl3HMBznWSMrFOnlSiG6IJF03cRIO03ad9RYhEUeZqpxd53IvhOel2YZsgpY3wpw64H0lFuz4tOmCv86irkuqR9opSkVWb7eJ72yK+A/74AR//0zdKv24bVrgUUQixqyyTzjtEsw26lSYYdVTGJKrEaS+zyY9MdJpl5VNhSYS3M+i+W5S6WvL8MQrnuu/DE4l0RYafJsAungdGtEhHjTBso7Mi+uogzwr3o/RbiGcCJY8Zq5DZqCbtZUNjx75GrkoGKohNqlVi9wm5J3Qw7uuhaBMMK5jPFPBB2VGFnbondm65GrFrSyGTmEWc+eZXYfGd0YLKD53zkF/i7b8m5SwsZRkUnIuWGKVmVlMAJO2r/6TMMNnwMNjJ1z0mHyVLV41clD7Qf37MT7/nePeL3X7hx44y2+5P7dmL7yDTWLmvhD3qo9nrEcAtfeN3j0fBcXHPPDrzuC7eIHAsdvnHrFrzyf36FqW6EJ5+8Gv/3pifhmJWDhe+3sJgNhFGMP/3SrfjNxn348y/fJn7/hdedjxvf+UwcubzkwWUxJ8gy7DhhR4gvTZC6XHFVY/PkK6B8tR5MTAq69PkiKmcW2Ev5AE1jaw18zXYp6eapSjdCuuksNCWWWNnWWtLW8zPFeDqo5MSe77nEJkgtsURhp+RHUaJQtKXKMGGJJaH5Yb7tYkA3inGu+xCGwv04cfIOnOlsMp4ghRGTlG6nOTXIr5hhObKx5DAmaxGFKxzS1pmsQdjFOJ3s86OcTTXUeTFOcTKC8hRna40qsQynKm2Nq8RGDEc7WeGrVX2tsHP0yqwyZRrpBxwnVdg5dRV2Wf8nqdNo/EDJPvD7n+/DEo8slBgSXrRqckNVyIkFh2IVS5ZD6uarzBoEuIsMvXTxJFMZmirsiELQU6vU9jFhJ9SL8uRfm5VWBoXQjVOVDn827RiZziyxg4G+2BFFVKGw4wTdsqPlnwGZsKu4dsTzG8p+zISwcw0K69CiGs1hwEnndzvult7mKll92u9Fua5E0Rj0oJQ8RMAXx6hrJmKmhB0nkz1C2M1Chp20KF29UFKlsFOLThhfCyJfsYywW6wKO9rJ1FDY7SPyYR6032Sqwi4vNf/izZvw4M5xXPWbzcarrv2ODsnN0dpwgLwk1bRKLC+l3ceEHSBPxg4nVWIB4PwTViLwHHSiGHSe+bMHds1oheWau5OV+Bc/+qie7YCPP2El3vbcJCPnFw/uxnn/8mNs2S+TqVfftR1/+Nlf423/ewcA4LQjluLTr3lcvQwNC4ua6EYxrrl7B256aG/ub595zePw9NMOn4e9sgAyFVZHtcTSKrFShl02AAt8hcCKoyxfJyALAKKAA59wZoozqd8sUatxYq/hufrcmrK2NIeurNJrWVs/q5xp2pZOLksVdlKBD1klV2inpWHhBZbYYJEo7LpRjKMIGfRod53xoLgTxVjhZJPMFc64ub00jLHMycaStUi3mEltl2GihlotxjJC9q10xoxVgd2IYZUzKrU132eZZKy33RgnE7LveGdH3xJ2vutmk21a8KGEqOoSKykAjcKuWqUnV7r2EHDCj04cS0nDbHwOAEt8cn69phFhllO4aQk7k8IZnlJ0wpD4VLbvC5WhPjM1116oq5yE8HPqqRznDSlh5yqTf+OAeg7l2KKUaDjl8KUAgO0j01nRiaEGKXZU0PfQSAddhh0XvyxNc7UpYScsfYOV14743qAIPnooOiHHVFRUs6aEpONkKrsdstDGb6uEXbnCDrCEnQn4dccziwGIwjmVmOsMO89QYadeo2rRCWGJ9aSfq/eDVKstgr9oFXa9WWJHp7LViOUpcdFivAKbUiWWPEge2Jl1XJv3z+3JPFigJddzygsOdVBjukKyABR2APAnT0myGs5YOwzHkRUKywYCvOL8Y8TPX379E7BiMMBkJ8K920fRC6KY4Yb1yWTkokfNjLj44yedgLc/9zTx80Uf/gXe/r934MM/fhDnv+8neNOVt+GX65JtLW36uOKPHy+q91hYzBU+e8PD+PMv34rXfO430u8vOHElLjrjiHnaKwsAebWaREDlFXZ8pb4pEVgK2QfIQbpcrRZnA+0cCcWYnKcjrKlyZpmf2tGktuR9cH0y+ZVz6HydNTW3XV/6PGprDXTW1JIMO52dVksySuoYmezzXUefnRcRwk5MllJlHyE3FwMSe2mWdbkCY8ZFJ8IoxjCyCegwJmoUYWBS22WYqEf2gZJ95tvthPntmhZ/6EYxhilR6EwYLyh3Qybvc43jDaMYy0nbFU5SFZeZqikOInxJYWdGdHVJPwCkGW40g87A0spJAF4wQajLqI2/lOzKFg8AYMhLPo85bqLurVE0gheWky2lcv9V1p4r9OTzaG6p5aKArHBHw4hw64TyMySg59CANJ03pGSYStjVXuhXFXacsEvz13eOTgvX2IrBhni+FxJKVCGuqxLbTuc1w2lUT9TOvl/uaguGSq8dxrIIgxxh1wO5KjLs/GzxrpKw48/mocOS/7fdnvy/OhE5uKEsbqjKsAOQKWxhLbFF4P1mkyrs+sYSa5hhp4qUcgq75Hh40QnjKAhOjJso7ApyReOY4ZaN+3Drpv0zEo7NQ5XY3otOAMBwK8CygQAeouwhpBJ25GG6bzx7vX7XOE5YXRIcuEBAH8ZNVXnBoV68JQ93CQuEsPub55yGo1YM4IIT9VVg/+VFZ+EFZx+JdhjhyaesxqOPXYGf3r8Lt23aj/OOWV57e3dvHcHIVBdLmz7OPbp+ewrfc/EXzzgZhy9t4u3fuBPT3Rj/e+sW6T3nHbMcb3z6SXjaqYfZcH+LOUUcM1x993a8/4dy0PLbn3samr6LP3ri8fOzYxYCgdrPS1lwMmkGEIUFrdgpyD7yLKC5HJzACjOLaC4Pjg7EpG3LRSeCWkq3trSNgFhTs+0Si4XrZ20VS6zvFgRcR7rzxdtqwrG1FmC60quo84h9WLbElij7wsVlie1EMdY4mTp3hTOOkRp5cLJKbqKWrXWZQn7VqbhKibM6dtpEYdcb6RZGMum2DObHG8YxDlO2W8c+rO4zkJz/ht9f12HgOSTDbsCMLFNUq3KF1YYRWRQq97REVgmyq3ofeH+wxIuACGBuAw7/HMPjyGfYmSrsMsLN95ysvWGAO51j+J6TkZYFim4Vcp/qKOfQwN42X/B5Prp8bPUVdh3tzyeuTgg7bocFgCOGm5hKF9gK+60qhV1bUdgBicrObxor7KQKsbOgsJOU6ylhF8XJ4oAqspCiMoCEsNt9P7D11uTnVacAex6EZ0KkKvtKycd+VRPPN/h4h841TZXmc0bYUYUdJ3LLrLYqx6FeK7woVqNmYY2ugcKuIsOuE8V42SdvBgDc857n9lypeB4IO3JANXzxXGE3POBj2UCAQZAOtaToxH6SEbZ7rA8l2DURxUzYPAOvRobdIiPsPNfBq59wXOHfXdfBhSdlZN6jj1mOn96/C7/bfKCn7f30/l0AgCeevGrWyoK/7HHH4AknrMKP7t2B0ekQ379jG7aPTOOiM47Av15ylrXA9jmimOFff3AvHnfcSrzgnLXVDfoM37h1C45dOYhNeyfw9m/I1oOPv+rReOE59QurWMwN6IA3eUGz4PKDcJ5h1CCZbpmdljwL/GaSF8MijUU0U6tl6jzS1g1yxBmt9KrNkpMqveqtqdRCo1UFSlVi89VphY23qGCFkn8n9pker2QB7ubbhrJ9uLDIBiUolbw/lVxY6AgjWXG23BmvlQcnK+zqZcmpirOucQEHRa3mTNYi3WSFXY3jjWMMO6RtDZIxt8+Y7F1RCE7YxWIs2S+Qq4uaVVelRBGQ9GFylde8GrnoM5L8NpVs4v2OmZ0VAJb4IdABYq+RWJrqKOxyVV5bhio/1VJLz0H9ohOSQs5AoacuZATUUrsAFHZ+PA0HMRh4Ub+amVzquU2fNYcPN9EKXEynz+ehhoelrUA812OWPON5kYbs8wwz7FrLEtV8ZzxR3Q2tLsiw0xB25Jk3Gwo7qrb3SQHDMGbiOStAFyABYEnqYhpPCwId/ijggR/Ai6aRVH1N2ustsfK+BrboRCX4M6/VkyWWEnae/LuZQFoolcdspe/nIAq7OGbieAbTDDtjpRsn/maQYUfJz9y9XQMLh7CbTgm7VoDBhoclTvJlMNeHwzshjc+ZZ9/Rz1jIoIM62cKj3FzqhW1aZnk6lVb3OWFXF485LikVftum/RXvzGOyE+JzNz4MAHjumWtmdb+OXTWIN6T23r9+9qmz+tkWc4ur79qOz9+4EZ+/cSNecM4L5nt3auGm9XtERiLFFX/8eDzt1MPmYY8sypBVINVZYmXSDKCh5R5RjSnkl+MlAyyvkQxKuOJMY4ntFBJnnISSba10MUlSyfHsPIloVLdLiDO+z/T5pbHEym01FWZLiELVvpV8XoEqULGDySRjSWafJiyeFrtYDOhGMZYSEmo5xoU90KTtTNRqw6o6z7gIQ5zLsDNVunW0+2xeOEJW2I3XOF6Z7FviTAOx2Vg6jNVzNQUPUV8qT3yXEEWGyjJh7Ur7ngGPwXXS76SgorYK2ocFnlIl1qA9VRYBwGBadCJ2m9nnVHxGO8w+Q7K0SqRhSZYfLRrhuWhC0w+VqQSlKq9JpVux/ZpFJ/KW2OrjnzcQxXkTXUwjOdbaVWKVc+uk31UrcLF22QAe3pPcg2uWJeQlXbTpRjE8V3HVSAo7TZVYnmHXXJr864xnJJ5E2KXXDouT5zHZDu33AkdV2NUn7CS1PSHowoghZxpSLbFLlAiWI84EADhgaKEjvhe9wk4l7DKy1WbY6SEWKXxKrBqeK0HYeblx2YxA40RMlHs5V2F2HdCYkkxhZ2qJnXmGXRTNDmF38EeKtJM2VX0BGJ1KLbEDARzHwepG8nMcDCUhlUCukghjTFLYjS0Cwo4ytXRSlFtpyEmy6yrshnvdxb7EWUclBOTWA1MYb9frTH7xwG6MTYc4esUALjnvqLnYPYsFiM2kWIhxCfQ+wKa9E3jVZ36d+/21b3mqJev6FFkGDCfONBZPPghHQS4bJ09oFhz9v8QSmxWsUC2x+uIP1BKrJ/tI23SArd0u32c6AHTz29XZWmOW3peUKHTzZB9/phZXmCUFPnKVbfM23uKquEXFLvrLitgrukqW3Apn3HiClOTQ9WhNDUMsRTZQHsaU8WQjUcll2x102iJvqrptrNlnMyWOShQ2nRBebKY46irbBYCBaMIoh05VIwKJyq4fJ7J5K2W1HbVLyHcgI8sAmCvsaIYdrTJLyX4WF05KxQJAajEecpP3RW4j2w+gQmGXWVolhZspcUn6NDkLsJVbdNBBRCrkLK2BUXspU9RXCD9N5mrfgBB2tFjBTItOuOkzt+V7UiyTjrDT3otShp2isIu62bnkhB2QEXY6SyyQu37KFXb1ydWQLPxJhJ2ub1bHJEPKODQl7ABggLjrTKrEWoVdBUa24gOj78AL3ZuT7yoda5rydcKm6nhzaImVF4a1KMntp2rBgZQt7kSxWXYrV9jRAm0q+N+itvbE0Yq7nmoHr4GZE3ZjO5NAaFNIhF1vCjsAWBkkbWOfnERFYTfRiaRB39j0LFxE8wy6cixbYtUy3Mqxmt5AC8QSWxfLBgKsHEoeVhv3mGcnAsC19ySy7N87a82M2HGLxQWqpjgwtTAWA667byee9sGf535/0aMOx2lrlh78HbIwgpeSX2KlTlLYEeu8xl5aaGsVynTZXsoH1A3PyWfJCfLKTxbKVJUc367OEltkp1W2GxB7qV4V6OYsElkenDw56MaxvF0dcRaSyaUgCosssfJkWy52UWGJVfeZTKoXA7qhqrAzLzrBum20nOx7qmMRdaJ2pqIC0HS6iEKz8U43ijAAeRzqxWZqkkStlh2v78QIlFD04u2yHHE2EI0VvFtpq6jkgFTdZ7BoFCpZgbytsdrgIML3SHabJi9TB1qdFAAGPbrAYFZwoavc01IGXgnhoe4D7zsHUtIw4uohE0sqUQo2fC8jDTX9pvYYSD6mRDpKRSfMFXYNXQYdWSAqas+fP1IGntS+zwgUrjgHpH6hviVWUdix5PhbgYezjszEECcflmTaUYuots8sy7CjFWEbSzLCjrulpKIT5PpV7gFKZuUz7HpQ2JEFKckSq+traDEqAFh1UvY31wdWHC/uGxqHpSXgrCW2Hu64CmdH9+LjjY+hGY6JOW59hZ1PxjhzZYk1yLBz0muN9G/02dgMatp+ucLON8iwA7SFJ/i5dJ0krqtXzGykeN17gf84Fbjrf83b0MFzDxl2S1vJDb0iSFe4PeIrVhR2+yfkzx9dIJPqMnBpp+Mk0ko+KMityuTkoYurSmwvOH5V8qDbtNdsUA0kHfx19yX5dc87a3btsBYLGzQTs9/zMae7Eb5x6xa8/orfSr//2p9egBvf+Ux8/FWPmac9szBBrsoaJc6kSaSs/OITLkCjdBMKO30BB7oynm/byLZPtisRhaolViXO/AKyj25XFNmoUAXS3D2X2ouYRtlXTJyJ7Dw6kDPO3cu+I7Fyqy06kScZFwPUHLohp21MugWR/EwewrRx2yTXSIaj+Z0WCtmXfJ7e1qKiE8ZyljKAIDZrG8YxBh2lmqHhPodRjCFlu4NoG9lxu4qdFuAZeP03kfVdp6A6qXmG3aCb2lGRVmhV7sGqz/CJuoxRdRlQSLh1FJVfKyXLYq6wq2lJbfhqhpy5JZYrjoUlVio6UZbjV7R9onYp2Qe6faoQjKlKGTCP6jmYSFV2Aw5Vcs3MEssVds3AxWOPXyl+z6N6HIcucGnuY5rxplaJ5YQd/26bw/LvJYUdXdyTzz2dQ+YVdvW/pw5RzHuuI4xwXR0RpI5JDs8UdVh9anLfpd+LKESDAjWiWnTCCcE5kn60/s87uJ0awND4pnxechXmLMNOZ4ktuQ753xpL5faQLakDgd4GXgihsCuzxBIeqpvvV/m5nKngp/eR4vY7gF9+KHl9+1fM2/VoiZ3oJBfAkpSwW+6nq/KSwk4eTE92ZDa27xR2YzuByX21mggLTjopyVUA5MjJQxdX0YlecEJaoWn9rvGKd2a46aE9GGuHOGxpE48+ZsVc7ZrFAsSO0axj7mfC7if37sTp77oml1n3iscdgyecuApHLR+wlYj7HBkZpFHJuflBeKnyS82LUSaAnTJLbBQqbQusqb4rnlGZnZasgBIlQ5YHl21XKPtihewTRKFC2MW8+IOalxMrNt58BpRcYbbEEus1cvlLocaKS49FXxV3cVpioygU2cJAYl0ytVr6CknWQtu4Sh0n7GJyH3iGdjv6vjhVHpkSdmHM0FKIM7W6ZBG6USxZuwCgwaYNba1MIhOA5HyZnOtuzHLbHaxBrB5M5IgiA4UdJYoAYIATdoIsqw4vz2fYpWSTE8hkVQHhRskuAGil+xA6XGFXbikNo1gUluMZdj4t2mCgsOP3TsNTqryqRScKrjfan0rnQF0gKjiPXWXBiO9/TFU4Fccwb0gVbFRhV1uZpXy3HrfEBh6eespqXPr4Y3HmkcN4+mmHZ5vVKbTF5xFSRFXY0fw6+n97VH5fMJgoPVz9fcSPkRLljBMRPRSdUO/FUiIoVsYkK0/I/rb2vHT/E6KSLpJoFymUvj9AhCVpoQGrsNNgYrd42eruFwow4yqxLO2baIZdmRLOFHSx061epBB/44S2RmHnOHJOn5Y8ViEUdiVFJ1w3Uy53J3N/ni3CrveiE4ednjDfex7MmP4qMGW1u0YnwMm3oUayy8vcdHLhkpPIT1jcBeIYkx2ZoOurohOT+4APPwpYcRzw5tuyHL4KZEHVyfv5xCZKq6CIC0JluA9xSywAnHHkML55G3DPthHjNtfesxMA8JwzjpiRlNVi8YEqePdO9B9hF0YxfnTvTvwtqQD73DOPwH+/+rHW2r3A4KmDKKr6ct3CSq++62psrUXkl2JNlQo4aKrT0s+IVfJLZ4lV1HlqpVdCMuYKOAiS0Zfb8kqvwgqXZbAk7RkgJl5OOqhUc+gyGx0/V4xW65MssUUKu6wt/33Dd+VVYlGgI21LJsWLAUFXHgcOoI1O12zgrqrkGk6EqGs2mecEW+wPgkVteNG0Mekm2roB4sZSuFNtBIbj0jjsoJFmczHXhxOHxgq7bsQEIcAcDw6L0EIH3Yih4Zf3zd0oFvlavO2A0zFSyYUaovBzrz4TrXQxs5/guw7imkSVWvBhwOP5cUEy2amlTnMkdVjk+kn+kNdM7usiSyzPf0snhk2qLgMqFXaUeM1XaTUjLjuKJVaqtktJxzjK+iUCERPgpxl2Tka4uSUqLXX7vOgEJwxDx4evUYT3FVJCszkTS6yqsEtJjZbvwXEcXP6Ss3NNkmdtpCfeY/L8Ewo7xRLbTO9hVWFHCTsguYbibp6wS7c71PQRtKPsM8Op5L2MGc9TATlaA0iec90oKrfEijGJB7zuh8ADPwQe/yfp/idz/UG04bkOopjpyU0+13VcgMUIEGJJ08fodNiXWZ3zjvFd4mWjfQC+m1xf5go7Ttj5s5thR8eLQrlXch/ybfL7gyrsxFhLcWCYELhdA4UdkFyfUVurXBaE3Qzy64CZKOz8JvAHn0te711n1kb9EmusrkymHQiv8DHsJ19GmxJ2Pn0QdDDV7WOF3YafJROsfRtqqew6yqoFZYs7utydop+LsIgJuzPT7Ih7to0avT+KGX58b5JfZ+2wFipoQZvRfupbAHzmlxtw8j/8EG+68jaMtUM0fRcffcV5+Nilj7Fk3QIEH2QwXkhBDGY4gaUQZyFROPhFtlZVJafYS32N4ixWyD6lSiy14gp7aRFRKDJn8wUcfDdryxirtMSGZEBG7UUhzbAT2y1QBbquZE/NE42aQhlEFahWwpOPWVMVl0yKFwOCWCbsfCcGMxzj+WnBhbCV2cVcQ4tokL6PBQNCEeIbFnAQ6jy/Vbst3b94YFWyL4ZtozDEALd2DSZtB5y2UW5QGDGhMnF4W0NFIiUK+fU4iE5fLkYGOaKKWGILlGEdkkcJAAMuJ4r0974OcpyAI0jZyFH7y3KFHR+jN93k55DrIyoUdl1SWTmxpDpZpUvXzNYrF9JRCDuDHD41T1SQlg6fPDul+6BmqHKFXYTUNsdzpvqRsOMKO2qJrVslVjwzku/aZ1mV2MLNlirsyHMkl2FXpLDTWGKBXBQFB9/uUMMTBCvjFWk1768CV+oLhZ1a6Z5CPN8JeXzcE4HnvBdYfqy0/wNOW9gatZ/F9zPd9wAhBq3CrhiUsOvsz/KSe7LEziZhRxc7q5XR4p4TCjuixEz7M8914LpOPmKmDKGBwg7ICtZoFHbhvFtiAWDZMcn/U/u1vt0ceq1cCgi13AAn7FwNYefJ+RLTCmGnWmTnFdtuz16PbjFuRtUPyf8FhJ16YZtmRSxiwu6MlLDbemAql2+ow62b9mPPeAfDLR8XnLhqrnfPYoFhhGRi9kM+5shkF+t3jYExhn/9wX3i9xc96gj8+u+fhRc/+iiJ4LdYOPCKCink1Grd7D1I1WpF1tQC8ktYYl2af6cSUApRmD7bOxplX7FKTt+WVlwF0sFOLjtP3mfVciCOOaRt+fHKg0pdgQ7tfks5WprcPTIYy5OjzdxEW32WL3Rw8isiMSWuYREGbomNm8Ng6WTeWCWXFolg/gBiTrrVJfv8ATHgNm3rp9k2zPHAmsl4KYjNbK0OJWsGE5JyIFXYVSGMIgxyMmFotWhrMhntRjFavO3g6vSX5pm+BxOSlTNXXKfciikssY5iRzVQ2NF+yCP2wNDhhFs5Ydcm+XMARMGHyFH6vYIgf6oC8hXCTGet10EunOGgkRbvYF4TJhlyatVtcQ6g77tzx0Aq5TqOgyavlGtIes4rUiVNCx0sTYme2hl2Ik8rIQ88ZEUnCjfLF8dCHaFFoigaKmGXChAaBpZYoPDc82tmoOFlFmgaOVUzbzCrVC9bYrVKYDWmQ4eUgBtAW/AAeoUdP/fJvgcIMcQJO6uwy4MIhoL2/lnKsJuF+ZDOEltGBApL7BL5Z1CFnUwe656ZjDH5Gc4/h+aX6iAIu/y4JY6zhd2ZYGatW8uyEzm5p/r9OcKuhsJOscQuSQcd0yAyRakCTke0GU5z71TF3bxicm/2eqQGYRfJFx4d7EudUS8Ku7CTBSwuQsJuuBXg2JVJJ37v9mqVHa8Oe9Gjjlg0lfwsZgeMMRyYzO6pflDvvuJ/bsZFH74eJ/zd1eJ3K4ca+PRrHovlg42Slhb9DkoGRTErIewU1ZiUQ1dka622xBZWmFWz5OhE0VdCtIsssSHPg8tsXDm1mlpFLldhNlPY8e0DKXFJA7ulfVbsw7qCFdIxU5VcW2obeMnENEdSSkUnCr6jRWKJddOV6KixVNj/jIkzTroFg4jSQmKmOXRcEcf8AbB0UmqssOPb9Vpg6YC7wUzVedyKOyAmhy10jCY6Lq0kJwg7wyw5iexLFhJbjpnCLozjTGE3lC5C9ith57oInKKCD0VEUTLG56rVppofZ5CFREl4x3HQdIi6DEBVpVm1Smym0FP7Lv0+0P7XcRz4TqJWFW1NSEdS+MInCrvQVTNP9eMW2id6bkacZsdQrnhRrclN9RwU5Kj1BdLvJ0CEwWYJMVQGfl55f8RMCLuCAoKAvFDGVW/dyaTKrpph11KLTqTKZ648KiDsMmWpJ74v3idK+2AI+mwEMrKiXGFXQtil938LnUxhV2Kv5fseIMJg+v7YlIQ6lECiLLzpffn4lSoIwm6WM+wkS6zs5NDvh5JhF1GFnbygG5Rci5+94WGc9q5rcNeWEflzyq5NIFPgaQg7vh133iyxQOJnT1f4MGFC2PVm0+yEsThgzqxzwm4K5CHuuuRB0MZUStitHEo6KFVxN6/gSjYAGNlq3EwtW+84jljJkzr6nP3Y4Fy3CYnFcxAWGc46Kjmuu7eW59gxxnDN3Qlh95wzrR3WQsZYO5Q6+/nOxxxvh7h/x1ju9794+9PhzPAhYTH/oDlnkuIsR2DJdkvfc0UmViHpVlIlVlhLVcVYrmCFXISh4bsGyj496dbw5AIOnSjWtJWrhkXE8sD3XexPbp8VpVuUbdd1nWzAqsveU/KnVEWPsP2oJKWfrxJLVSiLAQEhzmIvWUj1IjMySBBswSBin7c1U9hxlRyCQTFJM1bJxZmd1kkn10HcNlLJ8QITsZ+1NbWm+ilRGLsNOKkypuV0jCq9elqyzyzDrhuSDLtBTtiZneeDjcCj6jZClgMldtTsXgY0RFFNdRqQVXnNkVVF+8CtgIrCLlOnlZNdodKn8PZJW9/oGKgllmbYRU6QZp66NfeBE5+efAyGSkfevpsj/OZ/oTOH9Pw20BUCEaNqkhT8vHLSyOGEXZklVlPwSP08qrADEoGFsMTyDDvFEptT2Om/O5rzJbIfPULY1SRhQuVezBR2JTZWmq+oIiXsAicU0VjaCIH0XPGIg8AJxXk3JqEOJXSyZ7TXHRPjn8ikIAOgZNjN4n0tjZ0MrLacJOf3AcmRjHILusX283/9wX3ohDH+87p18n54vSvs1O33ipkv7Q7OhLAzW12hxSP4jTqQViObgOIr9rPVL66oW9GPhB0lx6YPGDdTq8QCQJOvzJRl2JlIVDmJ2FiaSVsXGc48MlEOVuXY3bNtFFsPTKEVuHjaqYcdjF2zWEA4MCHfT/NliZ1oh3j3d+/BH3/hFvG7p5yS9MkXPeoILG1VrApZLAjQB31CQlVYYkkF0rzCTrGf5NqWqfMKSLd0IGVkieVtlSwnGpQeSAq7WKPO45PWMDsnyFseupHOPiyv1naImiT5DJL5F0dZFbSSSq/8POVUEmJ1tpFTlfDJxmIpOiFIN7+FOJ0cNgyJswZLz1MwAJbasExJN6GICwbEKnfTUGEXEKKQT2gHDUm3RlpggvktMVgfQMfIduVTdZ5oa6awE23dhrDBDZpW5I3a8Jz02PqesMuKFUQIlOyz8oINvP/I5ccZZCGJ/M8cWaVm0BXtQ6S0j+X2FYRf1oemheVA5i09WmJ9QXyaZfnlsrL5OYCZUlGoDH25fQRO+PWxJTb9fptOVyjsTLIlJXBiQai8UsLOr1bY5foAxmSVOM3S6kySohMFGXacsONEn6IS56CqylZ638Res5LcLYJ6DflU9a5CHRvoIIjUUCgVyzLsuNo6QCiEPsY2z0MFcZy56gC43UliiTX9DJ3CbhYIO65g9ppmn6tm2FGFXaQq7PSW2O0j2blY0vSS8SXj6uaKuRQn7MJiwm7+qsRycFn9HFpiubWVrrwPseSkjDOlcgd5GE51kht8ZWoH60ZJVZm+sDdOE8KIS5oNECqTCyBdyWsrHb3auZoo7DhxuAjtsBxniMIT5Qo7bod9+qmHi87ewoJjrC3fT/Nhid2yfxJP/sDPpN/5roMvvf4JYIxZZd0igus6cJxk7B7GVHGmr/TajXWkW0HRiQKLKLXECjKgMP9OtrVSS2y+wizfZ06cpZNJss+OkwQDhzFLyELVEqvsc2GGXRQDXKFSUKAjpybxXLTDON0uuc9dn+RXtXPHSz+jK8i+Yitbl6gRFwN8Ymtl6WDbxJoaxwzNlLBzGkOIauTQMcYQCLJvMKmWDPPiD0E8DXgAggE4jZQ4c9oII4YS91qyf0JROAiXBKIbqeREsYsBMcEYNCTsaFs3nSS0TLdLbcacsOOWuT5DMsZNcyYdPwm/8ZrJhKjAjqoS6Jm6zUwZRj/Dp5/BgC6URYqCfcj6k7RPACe71L5LP2ZQ+yNeoVW0NTkGYon13KzKa5e5ZB+mK225fJ6RIy2VPjS3ffV7EBl4+udGX4FaYlOFncm9JUHkafHCBxH8NPC+CPw5kOsDKEnh+olC0h9I7oPuBNBJiTme3cXdUVyA0VEUdgUqKKoCajkRwJKqwHCD5HnXoyU2WwgrKGZAi0qVZdhxIhXdYkss+azYH4SHlODzubX5ECPsdt0HLDs6I3FVKHEIbjhJLLGmCjtdht0sFp2QFjtNLLFcYSdXiT3T2YgPhJ8Hfvgs+O5zk7co1+Kesaw/Gpnqyv3TDDLs+qPoBAAMpeqjObTEcsKOr3YAQCsl7MZyhF22+jWpWGKBPlLZtYl9rcaAqSs61eyra5Qp7JwaN9AiLjjBcVaqsNuwZ0JSblIwxvD9O7cDAJ571hEHbd8sFg7UfmQ+LLFfu2Vz7ncvfvRRAGDJukWIgA54Cyu9pqQbmbDlrDaFVVNrWGINsvP4M6oTxYnFsEjZl7Pi8swbst9F1WmFJZZJbfjkp7xgRZ6gpJ8hKft4e9XWqk6uqSWWTuhp24LjXejI1GpZllwQV6u3unGMQSRtnWAgyx4yaBvGWdVTp5GRbgEzs7U2iMKO21pbpio5aqdtZIHoJtZUn1S2FQo7p2Nop9Wp8zpGEyyRu+cG2cS+XxV2jlNS7MCMKGqm6rauYX4ckFfpcYVb13gf5IDxQtLQlOxK28dwkgmxicJOXfxAeh7EPpQrVlQ7I9+HLuPnoDxTSu3bBGFYgzidNxBL7GBZcYMyaBR2VUIRsTimFp2g54ifN66WkxR26f1cZYkVpIo8hqVzy5ZLqvqaVOjUQM0x5MqtPCFJFaTVCjuqmCv7LF4ww0ckxgPGNs/FgE03A/99AXDly4rfoxJ23UliiZ1JldjZyLDjxR6oJbbkc/kCiFDYZf1jGMd4tfcTnMXWAb/+JIY9eezHMUbmcdtHpmUVKo1k0CGN8tAWnWCzY4mducJOWGJ3V7+3Z4Vd8kUMkiXPVpxcaKOxwnp62eoVn1QvHwyEOmGqG/WHTYxaYtvmCjsxESOr8rwzausIu2AwWYExOdeHAGF32NImDl/axK6xNu7dNorHHb8y955frtuDh/dMYKjh4dln2Pw6izzUitMT7YOvsLt+XbZI8q03PRFb9k/hQlvNeNHCcx0gUi2x1eSXUH3x50OlSq4HS2yUr7hKK71GMYOvts0VrFDJLxfT3Ti1tRYRlKlKLqewo5ODCgtwnN8ukE7cqQrGC6AGzquKd7ltEdmnFLtYJJbYRjwNuAnpFneT82NiTe1GlHQbFJNcE3VeGDGRyeYEA8K+NYB2cs2VkKFRzNDk2w1acLnCzpB0C9LjRSATZyZkX8A4YZcdbwtto0qvorItsfEOoJ2f6Gsg1HleS6jz+rXohIsYSO27grDzG0AbheNZ3oc01fw4ls4dahadEJ/BdKShXmHHSYGA90Uq4VdRcCGnTOIKPeah4ThyP8JYkiVeeAzyZ0SG5yFvyyVZgkAlacmvY9VWbEp6zisIMZRl2PVK2GW2zLK+CCjJsJMUdun5D4YA7E3u3VyGnVp0gltiUyKjwF4YEVUl/75iqpoqUIQWQYwjfG6JLVDYxRpCUgdiiR0QGXbFnxXzftUNMcEX0g4lS+zNH0/+f+Tm4vcoYiGnO9FD0QmeYXcwLLEl/UXOEitn2C11sufcYe4I7sOS3L1GhRd7Jzqkf3LK8xWBjBDXKewUS26vmB9LrNdMJbbFDxxM7gPu/Dpwzssx2UkOdrCZ7W4zJexGIoWwI18sn1QPNHwMBB4mOxGmO33CsPdqiVUGA0BG2EmDPVraujNmaInlhN3iLDjB8ZhjV+Cae3bg+3dux7pd47hx/R4cs3IQf/mMkzHU9PHxn60HALz8/GOwpDnzW8Ri8YH3LZ7rIIoZJtpzr9zthDG+ePNGxIzhzi0juGPzAQDAz972dJywegiPOXbFnO+DxfzBpwOpQqWbTiWXkm58AFZYJVbOdEtsrWomm0J+lajV6ASlGzH4KlGo2CdUAkuq5FVoiVUUdnySLBGNRQRlvkCHtN2IWHUcL1W36I9XqAik7DxFOZDb7uKxxMYxQ8DS6yoYAIKEGPLi6oXCMIrRSouIucGAGPgakX1xLAL13aAFPgIKkBQFKomMQjeK0UjbOkELDgk1N8uwaxPCrp4lNoimAQfJqrwg3QwVdpywI9l5g07bSGEn8u8I2devCjs64eoYkmW0OiqQ2VG7aoZdWcEGxarOVX5dShoCUqg5RVcsHsh20Ly6rEDdpiwg8AqjXfho0PZgyWTZy49RVVutnxIwHcMMuVBRCQbqMVSQjjnlcU3Scl7hZ8TQYBExVAUqmEBCWDYqJuuFGXaxsmgEEIXdhEGG3YS0L0UVN4Uy1HUQpMrUyOm9kEAuw66o6IQUO1FtiW041BJbfK4iLzv3hXbcxYw966rfo/T9TncCfiNV2Jnah6WiEwbVXE1Bi070ZImlCjuGlchcjaswCmBJziI9SqKNJtohIQ0bep6KIkgVdprq9n2UYdeDJbYxBEy1s9/5Gqnhrz4BXP/vwE0fw+TzfwogKzgBAI2ogLAjg2JedGIg8DLCLuwDS2zYkQccdSyx4kFKMux0Hb14YKSrqCad7dSB5P/WcuP9WYh4wTlrcc09O/CFmzZKv//Ezx8SrwPPwZ8+9cSDvGcWCwW8AvWqoQZ2jbUL7dWzhTCK8earbsO19+yUfv+ic4/ECauH5nTbFv0B3udHMS2kUGCJ1arkKiyxSqabr7PT5qypekusr6n0OlBEMsa8cISaB0eCgQvbcoVd0pYPiBrU1uoUFcqQ2zaU7crKviL7sEwUNijZR6vTOk7+XImiEwvfEtuNs+qjTmMQaCfjMxPCrhNlpBslzlyDtt0wRiP9fl2/IWywDYToRrEIJ9chjBmaKRHh+E1JwVGldGOMwWfdrC2Z5Bvl0LFORtiRbCYTZZ84L35T2HAa6BoRhSJn0MvIvn5V2FEyx9yOqreT5tqXKDVUoiFH2JHYHe1uK2N0oZCrbYlN+xRXtZMq1XI1hF1WSMeV9qHL0r6mwhKrLkQEaaZZlyv0qtorTqAc4dfXllhCDM2SJRYAml75Z2ijjQBF5ZOeP0G2T2aCD5FhlxJ2UTtR3/F9EUUnyjPsPNcVFubY8Sqv1yJkC3CaiAvt8ZF908HLE6m5TDryWbzaeMuJxLjgkMqwoy6+Iih9v9OdhNdKx5kGkRIA5jDDjoy9TKpKC0tseh8QjiWKGVY62flY7YwCODL3vKXFAyc7EeKwk+TGVeXXAVkxGM3zlJ/L+SfsDKvExjHDx358D/4KQBQMwZval/wh6ugJu/U/Tv4f3YLuePJeStj5YUJy7Q+Vtm7WufBJ9WDDEwO3qU4fEHZdhaCrobBTByRAkcKOPzC4PLRG0YmB5cb7sxDxvLPW4PQ1S3H/jjEctXwATz11Na67bxd2jWU3+DueezrWLhso+RSLQxlcYbd6STMl7Ga3XxmZTBYcrvrNI+hEMR7ZOymRdQ3fxV896xT8mSWVDxl4opBCSR6cRmEnqrWGCmGXa5tXjfHcPMaSQY8nBlHqBFgm3RqE7BO/F9vVq+RUSyxfFQ9jonQrUMllCjvZftONGOAUFbuQc+hUZZ90nqusx77aNpYr+9Hta0jVhY6Q2FrdxiCcdEzHSa2qtg1CnHHCzqhtzIR6x/GbcJESdk63cnIWRpTsa8rEWYUSoxuxTJ3nN7NJPqq3C6REpqu0dbpGdlrelk5kGgiN2rrpJIb5jSxzp6B4wryDjFlDlayqKjrhy9lpHWZOFOUIs/R7NlX5qUR8kJKGHabv9/LbV/qy9D7owk+KSamEHQYrjyGz1dbcB1E4Iz2G3Dkot/U2FNJTnAMD4nTeoLNe1iV6FEssAAxWEHZ+kW1TffYBme2vM5ERM2qGHQCMkwXeigw7qWBUqrCLHaqaqkfCqEWV/KJstFhDSOpAM+xEldgyhR1XTEdk233isDsYoBbOIidjKhYaYwNY6kwBnYn6akRK2Inx0SzMhyRLrAERKBR26b2hKOxWOURhxw4A0GXYyZ8/NTWJIaCcSOYIip+n0Swtzs6Cwi4l7Cossb/ZuA+/fWgn0AAmWBPCdFkkiSbsrnNgCwCIij0A4IcJi7mvqxB2Xta5UIVdK0guwql+KDqhfqE1FHaq1B0AmmolP4Ao7NKLyOTBOLU/+X9gcVvrAs/FV//0AjyybxJnHbkMrutg73gb7//h/fjGbVvwkZefJ8L7LSx04Iq61UubwPYkPzKMYkEUAMDP7t+FL/1qE171+GNx0RnmxUtGprp4+od+hv2T8j3ruQ4+/PJzMd2NcOGJq3HsqvxA3WLxQhrwFhZSyGfYZSvbBZbYora+I2WldqMYXk6dJ5N9HTLRy1d6LWirkF9q4YiuAdlXlGGXDOgVO62af6eQbj4l3XLnSib71AU0vu8dXiWW7qtihVO3u5DRjWK0UmLUDQZqkW6JNZWTm02J7ItjVlpZsRNmtlYQwi5AWKlW65DtOn6DkG7VbcM4lgk7orCrsqbK6ryGorCrniS5qUUShGRsoItJk7Zcnedl+9yXtkQg61OYhy4/pZVEkVIsoVDZVVKwQfmMQktsAdmVFcBR1G2G6jJVacwtsR34CVFMFXWaz4hiJqZPDWUfOrxKbIVqSkTviPYKYVdJ+KWEnc8JQ160wvx7mDdQS2yQZtj1bInNFv1bXvlnFBIl6rMPkBV2aoad6yVCje4EMLo1+Z2X9RVFeWAhuW6Fwg5e4furkHs28gXHouOrIkVoldiUSC0+VwGiNG+x5YTFZOhiBiU/u5MZkUWRqsH2smEsdabgRJ2sInRtwm6WM+yoJZYXzyxaaGFkTCwy7IjCLoqwglhilyMhuTvKM1Ml7Kbb0ylhV0dhV5xhVzaWMcFBs8Ru2T8lHnyTrIFhOABY8Rdw4JFsJ8ceAbBGUth5qUptj0rYEYUdn1QPNDxxg/eHwk75Quso7DRMLV9NlNhilh4nv4hMVkcOEUssACwfbGD5YHbtrFrSxAdfdi4++LJz53GvLBYKeEGb1aQC9WQ3wnA6OJnqRHjDF3+LKGa4d9tojrCLY4Yb1u/BcasGcdwq+UH6qw17c2Rd4Dn42KWPxvPOWjsXh2OxACANOnOKs2pLLK/W6lRWic0UHlQl14litGoo+/j/YRwVkF/ySn9pVbnCfU4+U9jQuKpFsgFXVbaVc2EbpZZYxcYr8qbk7UqFQVxFHVSw3YWMbsTQEgUcBsSx+qybXHMl+S9UrQa/Ici+BrpJRl2J6iKMSVuvKRZ6TRRnYcTEmDRRunG1WrXSrUtUgS610zrdSvscbUttrYmyz1Bh5yFRWnEViQFRmLTtJlZcL9uuLnOnL5BOuDoIMiKzgmTM5WZBVdhVk21RnPWdyWcUqMsKVH6h0hf5OXVZlSVWn/8WMi8ht30/2Yeooz0P9PrzPRdgrJiwKyLcQpk0DFjBMVQUnVBtxZ2FZIlFFwMN3p/XtcTy/qwlftV0yz/DczXzOIAQIlRhp6sSS5R1reGUsNuW/1sBqUKv2wA8w87LPfNMUWSJzanc1JiNIog+NlPY5dTMZFwUpZWhfYcJd8IhlWEH8sxtj5cTdhjG8UjUmINpnqyxGlGXYTfbllh+LEWfSxV9QmFHCLvOlCChAYiq9Op9TavEAonCLtkHA4UdJ8Q1z4U+qhKbFp3ojAPd6UzRpWDfRFs8eCYjN/li425GLFGEHYBbZgE0xrdAIuzCDpx0pXBPVzmRUoZd8mUMBB6aafpwuy8y7JQBUo0qsTqFnU+tUhxCkp1+H0ZVYg8k/y9yS6yFxUzBLbDDA4FQEU22IwynFajv3T4qBge7x9u5SesHf/QAPvHzh7BmuIVf/u0zpPv567dslrb1jy94FC44cRXOOmrxVm+2qEYW2qzLsCuqEqup1lpRJVZniU22yzSkm6J0U61QnoOpboFFNNdWCTqn1tTcPssDQ1VhF1BVYS7DTsm/K6hml6gCy/dZnZg2KFFYYYlVg9n7Ebds3IfxdojHHLMCywaLB61dJYfOJaRbGDOJ+NW15Vlj8Jpw0zFL4IQII4ayuk9hFKPp0POcVgk1UKuFkUL20aITFW271E4b1LPEUnWeS6ypDXQxUVHpNYqZXtnnVOfuAYArsvMaZILRr4RdZgXlC9WVCrsCoqgdK8USWJRM8hQyWCa7FIWbaucssMSGpNombd81rNCqKo09ovAT12UJYUfJ5sBzpMmsabXcboFKMEe4FZCOat/m1SRO5xXpsQUIAUEM1SXsuGAiI6GabpXCrsAyKp71VGGXkhLdiXyGHZAQdGPbM4Vdk/ytiLAjhZs4uRHBr7xWipApTdXK7erxKQr4IgircpdYldU8vOyzovRa9Ykl9pBS2FHiqDMOQOPySW2j42wAIXPhOzEGwQk7w+3MRYZdTMdPTfDnOlikt/fS7XH1Kb1eFZEUP0b1vp5WnqHt6fTZaJJhx9W0oUZhN0tFJ2Y+Umwty27oElvs3olOprDjhB2g/2LbY9KPwVTyucISSxRpB6KWPFAhnztFFHYi0LMfQifVAVKNDBE1myJ5rSk6IR4Y3BJbQ2G3yC2xFhYzxSTJx+QLCROk8MSW/VnwaBQzjLVD0jbE5298GACwY3QaH/7xg+Jvz//PX+K6+3cBAE5fsxR///zT8YannGjJOgvxsK9TJbbhO0KBnfxeQ7rlFHaZJdZ1HXnlXwyi9Eq3XPaRRH6VF47oKM82/r82/07Z59zkQKd0KyLdFCVAadEJxR6kVraVLbGqjVe20y4ES+zb/vcOvO7zt2D97rHS98mkWwNOwHPZqskvmTgLCNlXXcChE8ViXAmqknOqFWfUEgu/IWVXVbVN9jnLzstsdJEB2UfVeS3RtulUK+yofVi28Vbn7gEQZD3Nziuqdjrv4H0K/Cx/07joRNoP5KqjEtJZ8xldieySFXZtQ7JJVdh5gvBTCjYUtVfsqJ6oEusR4rKYRKHXX+C60tjf1BKbO4+phVsQnzWLf3DSss3UvrAPrz0/67taohppj5ZYN0hy4FCtsKvMsNMp7KZHsvkkVdHx16UKO32Gne854r6J4PVMwuRiKugzmUKX0aeDn2XYNXlcRuG58hGDF0yJs7FTXeJ1IYPyDEWxW+l7OgjQTmpQo+XwMZWpwi69Lhyv8NqqDboY4jdkMld3HTKNwo5+hlIIopUq7FTyWHVgTk+n5FuV+hPISL3u3FWJnflI0XGyHLuJ3YVv2zfeEas005GXG7xKaI9IPwbtJFtNKOxSQm+aBYjgyao5XZXYhqcvzDBf4F8oXyWpscLZVVQIgDKx4RCEXVP+uQw8w+4QsMRaWMwEtKDNUCoBoZ39lv3yKsseUtDkVxv2Yrqb3auf/eXDGJnsYmSqi3u3J9kKF5y4Ete85an406eeNGfHYLGwwCc/SYadmSU2sbXK1VrLsuQYY7nQc3211rxajTEmJpRBTiVH2vKJh0pgKVY0ua2yz4J066Rtk+2qCruQVtR19QSlqloXttZYZ4mVA7j5PvOsJskSK6wiC9cS6wnVR/n7JFsrIewChBnJUACZOMuKTjRN1GrUXqpYRDsVarUwzlRyVGHXQLeybUKckWtSUtgZkG4OseJSS2ylOi+z8boBIfsMcvcYY/B4dp5Hi070q8IuVaLCz0iMCjtqRyxUpERROrnrqEQToCWr6PWWkU0pWcXJphLrE0DUaa5M+OXUZYaWWIcqDSOVuCy2xHpusuBCt9M2sMTSDLzATSy1nmrrrSDc+D5wYoWfw9z30JcKu3zRiao+LAdCHLE0f6tZkWFXaNtUVd5ApiIaI0UlSgm74exvBXPvkFy3vs4SW+O7isk1JO6DosIP6rigCCRjlDvm8gq7bFwUOlxhF1uFXVHsVnru2/AxLQg7PqbqoehEj3mHOdB99xTCTncd6hR2cZgo9YCcwq5VoLBTHZiddvpsNLLEcoVdGWE3M8ptdpZ2RaXYvYVv2TfREaz9dEyqweiIpGm5HHGzqxB26cU3gWTA0ZYUdrRKbGaJ7SvCjn+h3HrKIrOMOeQDaZPXGvUgv4DrKOyEJdYq7CwsyjCdduytgCjs2nqFHQDsJoTdzQ8l/eSljz8Wp69Zik4U413fuRvnvudH4j3vftGZc7bvFgsTXmmmm141FviulJuhJc6IJZYO0oSt1dURZ/kMO2miJ5RudJ9Vi2iWjRPrsqOorbXIxpu2jZXJgXgmhjrSrTp3DwC6Ic2hU8LWuSowlBV2WktsjihcOFVi5eIdxZAKR/iNRDmGhISKKkk3opLzmiTDrlphR+2lkJRu1Wq1MGJoSmSfucJOIuyUohOV+6xWmKVEYRXZF9JiF3Sfu5XukVxl2wriad7B7880uw2AgSVWvqfcHFlWrrALCdnluYmd1EvJi7y6TL8PkWKJ9Zii0DO1xPJ+my9KwJMtsQX70FHy5+jYv6tag6tUhr4LxJEo5pInHfXzCrVP5ZbYnEqxr6vEdrNqpL1WifV8sHSuW6mwK1KBqUptIFMRcctrY4l8bQvCbqv8M/2cnCU2u/YDSWFXrsbUISJFI1WFXaElllp+dSD9JC8iGbOEHBQgasQovdYCZMXgDpkMO8Zka2ahwi7p+9sI0EmLdPBoC+NzxdLr1a1wTtYB7ZdINfTks3WEHVXYkWJ8XGWnEnaMZ9jJxzitFCXtdjhhZ1J0ojhigtrNZ4LZGSkKhd2uwrccmOoKhd1U5ICVBVkqlthWN1HcCUtsmvk2iYTRlE4yVdilFrVBSWHXRxl2LWJzK8jDUKE+COlrqaNnqsKuorON44wotRl2Fhal4IPihu+KfmmSKOx2j8kD6R2jWSe+eV/y8Dh9zVK86RknAwC+e8c26f2nrxmGhQWFNOjMqdX0WXJBWq1VtnkWqfNk+yK30nLLZkiVfRoSSqdOadBBeqG9VFZh5e20ZURhRz85cMk+C7JPH/qu2r/EudIq7PTVafMko87GK4951KyqfoTrFOQqKaAFHOA1ZVtrFXEWMzS50s1vyKRbxUS5E7ICpVtdOy0hv0xsvDFV9gXZdp1qVaBKbvK2Jgq7bqyo82pXtk3bBqTohOHY86CDWGJ7Ljoh1HGcqPIAxy38DNWWT99jWjBBVSj7OUtsVZVYhcjn/RT8jNAts8QqfRIVA3RiR26vVRmSvth1pHMwHavHkD+HVKUdCNIyXeDgCr8zfx+46D3AsU/MtZ9vxFRhV1TcoAokS41bYhtVGXaFltgShR1X0KmuqOYy+e+UsPOKCLvsO+Nz9V6LTtDnhYiaKMro01l+dSBxB80gy56Uni+E/IuEwu4QzLCLw4xIA4qt57ywDwvQQRbNANQgqbWW2JkSdukzyWskLk7JEqvhcMT2HKnQCyckHYWwa6aEnbpAxl2ZYq2ky/fDQGEXVCvs3JLiWyaYHcJu+THJ//s3Fr5lqhOJTiBkrpAJ6wk7WWE3GHLCTlbYTTrJCWprMuwYtcQGNMOuB4Xdjrtl6fFMwS8eKlM2XOVU5faAkrnDUTfDrj0CEexoLbEWFqUQhJ3najPs9k8mD8ilqV12095MccfJuyOGW7j4nLV48smrpc8+6yhL1lnkIQ061cpqhDiLiOIsUBRncqZb3l7akSZrZZbYPIFFB845e6m2SmzWlg4OG7m2GqKQtNVODqT8OyV3T7HTqko3oQQI4/x5FmoDpbKtr5KMrLLohFoVtx+RVfarIM4KFWcGpBslsLymRJxVVnqN46z6m6SSM7XTFlhiq8i+ULHTku3WUueR7Zpk2OXVeVl12qrJaK6yLSe/+lZhRwg706ITCuHmxgpZJn1GsSU2I7uy7WT5a+WKIzWvyFUVdjXz46jS0ERhl1vU5wsEzEOHXyMlkUShuvAiWWr1eZwUUtELRaE3HaftTnse8OS3AEc/Ntd+vhE5WdEJUdygtiU2U1fH3BJb0c1XFp2QMuxShd1IWqBMFVlwgo7HVBll2GW2PUHY0Qw7QxcYIBNj/D4QDoGcJdYww44sTrT87H6OChV23JKeZdhVqb0XDRSCqtDOHGaxAx0k559Xe4+ZKWGnqxI7Q2EUfyZxZZvrQVSKLbPEur4ce8D7R4VEaxYq7JJrc9lAkG4q3Q+TohOcaynJsOsPhd2qU5L/b/go8NVXAxt+kXvLVDeTlofwRCemJZK40mvJGgDAYJQQdgMKYTfFCTuSB8Vv+jDsiEmLVHSiriV2/0bgU08BPn7+zC9CDn4xNoayC9wwR8TcElszw47n1wVDUmUjCwuLPGhWDs+wowq7/RPJg+LRxyX28of3ZJL0nSlht2ZZC47j4A1POQEAcOSyFl73pOPx8UsfM/cHYLHgkAUn6zLssklgztIE+owoyaGLOkrouqxW69JCCp4yeY26WTA8bSsVYVAJLKKwU1Ud5DO6Md1u3oqrmxxIdtqcBThTFAL5kHc+VpAUhbl9TifRiiVWUgWKQaRelaJWp+1HFOYqKQiVohOZ4iw0UudlZJ9MupnZWjVEoVGxCzk7T1armWfJ5S2xNdV5pEps1fhUUuflMvvMiUKande/GXY0u62aqALyJLirFksAcoR9WXs6OZyKiEoPKFwEV8fowhJrYEdN9kHJqdZm2FUfQ2aJTS1ucDWEX7HCznXS/pS8px3zDLxq0hNIz6NEevZvX8cRuVzJlVUj7dadN5LnFRenNNzyOZjnksUe6bM0llEeW8TPbU5ht1T5WZNhpxDGkaSw43N1v5Kg1iHSPpNnp+hEA100g+w6ks4XzbDjVWIRGUc7LBqoizBFhB1X2CFA28mU3kANNSJ387mzqbDTXBNlSk9K2DlO7jnhKpVbmzEvOiFfD9ytuXwwaR93lQXqMpQ8T8UizgzdFBWmcUOsTgm7qA3c//2E9f+z66W3SAo7eIjgJRvXEUncErvieGB8B5bGY3AQiwBTbomdTgm7aWpzTTuXsJs9JFozybDb8ttEWtoeATb8HDj5WfXa68AvnmAg+ZI748aDJrUKH30tF52gJZFRfQOJCrHLjfbDwuJQhmyJTQYGkyTDbl+qsHvssStw/YO7sSEl7KKYYVeaZ7dmOOngn37a4bj2LU/FcasGRVUyCwsVciGFItKtqyXdZCKpwBIbZ0SF7yZWWiALcJcJrLyyj+Z08LaySq7Yxsufa46TH+B3K4pd0FXzjOwjx+uqltgsMF0qsiEISkIy5my8Sv5drlCGpqKuaoktqE7bj+DDDBP11pIChZ1REQaqsPNJwYqK4g8dlcBKVQENhJg0sMQOOeR6rpV/V0ycmRWdoOeKWGJrqOSSc1Wzsq2jybBjqQq1KkPqYIMUnchl2BVUtuX3Mu+zcvlxQKmdNMt/kxV2XeZB6AJE+wLCLqew46ShWYXW3KI8rZaby/IrJsyECyfth0J4ecJPZ4mNVcKQngNO+JW0lxZuXKBDLLVR/49vonRa7CPOLLF1rZRRtlgTgxN2FZbYwqIMGoWdmjNepLDjGCIujgJShRYr4YVSQvRWdEIi7Bz5uZrr48S5qlLYZVViHaKw0857XR9hqkfyaJXYQ8USG6oKuwJLbMgJOx9d9JhhxzmcubDEUmWb6yfHoc2wU8dazeS93BKbno+uEyBgXTRYEWEnK+wY52VMCLugmLATz4S+sMQefb788+4HckRcorDLZLYRSlapuCV2xXHpTsYYxqSoDMMVdm038fHLCrvkC4tSws5zHQSemxF2dSWxI1uy1/sfNmpy9V3b8bVbHil+A5dM+q3awb+6DDsp6JojJqu/QHVnywtOWDushUUlOmQlfijNsJtIFXZRzDAyldxv5xyTZIlsO5A8MPaOtxHFDK4DrF6SPQROW7PUknUWpZDUTrkBSkGWnGJrlQop5GytHe3zJWsbF7eNM3WQL6m/SwpluHmFXeC6GVEoKd2KCjh0EUbZWMNTCLtSkjGWCRJBuvm06EQxUSiOCzpilH5HektsLquqD8En/XElkaQSWJRIMmlbkENXwyKqkm5mxR/0+1y1sNuJ4kzZR7frVGfJdZW8P4mwq1VkQ1Ej9pidl3xwH6rsQk4U0Qw7Pp4tyLBTCDc3zjLsGLd4lRQ8yOVK6siyCsWRel/nLLEldlIgvwggLK3w8tVyy1SCXOAQaQi7EpWfIAzd/DnIZ+gVbz9T6GVzPEFa9jEyZVYoxmRV92UOGktswyn/jOIMO43aSCXs1HmbSuANrspeF5AqtOgTd8NF6K2QAF88cB0klYpRICwB8s/YIqTXrI8IgefoSTiizIqIwo7fS4dM0Ymcwq6csGuzBroOf5bI45NKiKITs0jYhRplm1uyUCJsuWn/omSdcsJu3FsOAGjEKYFXUHSCE3axbj+KICyxU7k/xWQxeyaYvaITT3ijXNZWybOb6soZdiGXRuseerQoQyNZKVjhjBGFXaLA63jFCruom3wuH/T3rLCjJN3k/sq337VlBG+68jb87TfvwkZig5MQUsKuni1BN8iXJgkcouiEYYadVdhZWBiDKuy4bWIyzbAbmeqKaplnrk2sCLvH2miHkcivO2xpM1vBtrAwgE8tsTEZJAFahZ3nOmKwrLXE5qrEdvOh64Vt86qxsoJIHYmwyxd/yJ5rRDlOlW7qpEWEEDNE6QDOI8o+3lYu/qAo++IQXTJ24NvOiMIYOWuGmGynk2DleawtlKGSqnEIMKY9X/0GU2VCMelmQiQxBA4hkvws/LrKitaVCkc0JdKt2pqqElipgsOpJhkTtZq+cER1dl6cVaf1G2KM1nSqiUJpux6x8ToROmH5GK8oOy/54D7MsaMKu7iaKALyC9oO42QVtdWWkU2pQi9nR/U07QsIO14llmd3pX3XtIGdlB6DUMhpFXZ1LLGUsOPHUDyxFu19zTngiteSyXORQi9kLtrxzCasBwMZ0ROL7zBXjbQKpLJrJCyxFYRdZYadxhIrfl4u/7x0rfyzlrBTKmKKDDtH9KkheiNh1BxHAMWkWc2iEwGirIozlGeTpLDLvkcpTuRQgMonFFpiSYYdt8Sy5HdR3Qw7x+0p77BsvySirKTP0irsAPFcc6PkfEz6ywEAQVRliQ2k9kYxYYLLyT9L+TXq9gVhBwC/937g77YAq09NfublpJHcoJ0wJr54D13Iq0cSOEPpt4DBpGNaibHMt56qwaa8ZDKsy7CL0i+ct8mKTtTMoRvbkb2e2lf59uvuz4pT/G5zAcEnCLtsgGledCJvo5Eq03GoGXYgkzwdxtMKv0OHGe2HhcWhDFp0YqiZFp1oJ/ecKDjR8nHY0qYoQb9jZBo7RtL8uuGW+pEWFqWQi04UKey6RGWSV7qFpVViu9oFIV+nGstZYjO1WkND2EmWWFVhF2XFBSiJLarT6tqS1fgwzNT0+X0usdMC6JLoDFF0QrLEFisKxXsAUtmWWmJ5MQSFoAQKydF+g1c0iVTQlXLolCy5WvZSJUvOhCjUZOcFBhbRTknRiUp1Xqwnv8wswMp2yaSEVSzcyqRbIE8kCmyiHFGsKApdjxAv/UvYdeFn11/tohNl+W/FCjvVEivZcisIDBENkO4DJw2FHZT2IZpJcZElNtRm+ZlYYtNMKskSW6bQU9pzC7/OkqsRXPCIAqHQ030HfQxO9AROJD2PqtS+EsgzNhafV96XVWfYlSjsho+UfzYh7JRrJyJzS5o334slNozyhJ0oOqEeH6nsWop0v30nIewEmVpQdIKLgjySYWcVdvr3dRDkFHY5a3YR5iTDrsASCxRYYiP5PcqCBs+wm/ITzshLSUk6RuhGsei7hSVWHf+VQVSJncr165GGt+kFs7u06/nAwMrk9VRGVvFqrZ6TZdh1uTxcl2FHFWhpR7PcGc8ssakarO0n6ru2pLBLLbFhcqK5Kq9nhd30SPZ6cm/l2zfvy+SQd20Z1b9JsLb1FXa5KlZQVvU51CqxQPlNNJaW/1Y7fgsLixxo0YnB1BI7lVpiuR122UAAx3Fw5PKkI9+6f0oo7NYss4SdRT1kFTtJPhov3kSC1EPVUgXIKuycaqzcEtuQyL7iSq+VlthcZVuisIvz5FUgqeQKCEpkwcB0MBSIATo0xS4IYdfJnrsi/66MKFSsZHxyrVa2TcjNAoUdkHxPC8ASa6qwy1drJbZWI6umPv+uukpsEVFYXcChqOhE06DohJQlpyj7TM5VQ6OwAwCnYuE2UotdUFtrXE7YhTEj2XmN7DOA/rTEEqIoK5ZQHiETKuoubkftQldhtYSw88vy4yoUdgrhxUnDadUSCxQo3JR+Icoq3YY5wi1/HrgqVSjkdBl2JZbYrPBG2Tnwpb9R8L5ckDWSSnEhEHZZdVH6PKrqxyQQAiESVWJNFXZFGXbkumkMyYo0dd6m/kwJu4Lw/i6x7Xkkb76XohO8wqggfUGfycrx1VbYhYnCztEp7Pj17ZLvMSquULtYod7XRd9dRDLs0urIDVaz6ATNsCsrDFEHpZZYgww7JWrMTZ9vbS/hjDwWwUWMDsnI5eo6AFg+oCjs6HO2CJRcVPpF0W32FWEHZMz/ZKZG4xNZWiq6w+SHiQSe8RZkhN1KaolNFXZtv1hhx9IvnBN1PVeJlQi7aoXd5v2T4vWO0byXGYA8YRIXVvlgi0NfJVYj91Uz7IDyDpcrCZeuMdoPC4tDGV1iiR1KLbET3BI7mdxnXFZ9/KohAMCGPRPYmmbZWYWdRV1IK/CsYEWRVImlSjf+HJQVZ2qGXTc/YUVRhVnT/LsSi6hUYbaYZOzoyD4yeeGLc9JqPiU3c/ucDQJ5dEbgkUIZOjttjuxjiMJQVKLXWmLVQSSdkBScr36DVsWgQScsJt1M1HlNqvyi5FedSq8KURhXWHokAkvJv6vaZ4k4k/a52gKc2y4hkFmFikWuMCur85xaCrt0XFgzQ/mgghBFYc4SW0WWpeo2ThYxYqstrRKr9EMht3MSO2mlwk4mrJyYK+wc+RgKjqMoRy80JA359jPCLcwfQ6klVrW0dkX7To4wzLdXSVPpe1wAlkRhpXQiiXCKahF22bMuU9jNMMOOPj8cBxgmKrqlCkGnKvDovK6gynFEvneRN888Qs7WybDTKezSZ2OR5bcqw44UnfBdlzzj9ZbYbswVdjFZ7Oz/629WoM71i54raf/WRoCuw5+dybPA+HqfS4WdRNiViLziSH4Pf76lfY+XWmCnU84IyBeXahNuaJgTdrGyQF0GHgkH5HLsInURo0fMflmoQa6wy8gtzly2XC6zddGJSwg7obAbEIq9FRjLKew6QXLydRl2sVDYpfkBPhn810FNhd3W/dkXtXO0YBBEJxA9Kuz8ookNh5awK7mJRlOFnSqltrCwyEGnsJvUKOwA4KTDhvDT+4ENuyfw0O6kYM4pRyxVP9LCohRihTqKSNBvsSXWN82DI/YmMWElExXJElukdIvLLbGyso+TbtkATEQ9eBrSjbbl23WybcTp36SYCKoMYypRmA17wm47fX/RPquVbbPCMN1u9nzXW2JVws4D4ABgYJISsv8tsfWql8rE2UiVRTSM0KRVU0n+XbU1VdmuqBJbXXE1ZxElE8JqlZxa7CLZZ89h4nos3K5qiXUcRI4Hj0WVtrMoZuRcNQDXReT4STXUItuTtM9E2QcA/9/tcjRLP0FUJ/WNii0A2YRc2FGJuixT2BWrQHIkuij4YG6JpeH9dB+mYo3SVrOInlPeSpbS6vPQURR+fD8juLWKTugKb4hzWEJ6qqRpprDzpUlxvyJMlZABsVICMM/0AqTnFc/EC3rOsCuwjC47BjiQFjdUFXVqNcqAkAkF128oWWKTsWwXXqbiZxqipADiPtREN+WKTugsvxow14eDTDHHFXbS+WKZ2osTr4kllqjmDwWo93WhJTbhHTrMR+imzz9hFzU4V4xlY1HHKyfV6iAizziOsuraOYWd3D9ywq4dZIRdUxlf0JijZlpsRiyC+QYKOy8AH9+pC2A6ArsXHBSFHZ/ItrxkpyN4ZoRd0BIE4ApnPJdh120UK+z4oGnGRScoYZcWuygCYwy7x7MvatdYAQnHbx4/G+iZrnCqgbaAkhMkdkZniS25iYTCzhJ2FhZVaJPOfVBk2CV92YE0w275QPLQOOmwJQCAh3aP477tiU3+UWuHYWFRB/xhH9OVbj4p60nplq9eam6J1ajzdEShVCW2uOKqsHFJFhpe/IFm53HCzsnFX3ikrVxRl1s1g1xbQdhJ+1yiRiQqh24ne2arCrtQR246jvicbicbQPdz8RmvyMakQK5eqmS6VQz8JYKL5LKZFH+Iolgm+4RKLqxUU4SSvTQj7BLSrUqtFitFJ2gOXTVxFoCPz5J2sWOWJZcjKAHE6TXpVLSN1Nw9AGgNJ+dNneD3AwjRE+XItqIKq6odU2fnNKiwqpBlcv5bucqPhvcDgJuqNKZ5wQW3QmGnxgMQS2mmNCw+BuHC8XWEn3mGnXoOOjqFny7DTiVrouwcGudizSMo0eO6jrg1qjIxJbDsmROl0+yqKrGVGXaqZXTZ0frXHBe9J/n/CX8u/76QsMuuW18Ua3ELi1SUgc9F3aJFNAp1UawAsZNm2OWKTmiioNwsJ/+QzLBTeZWi51nEFXZZlVhO2FUp1AFkZB0wy1ViNVZUt3ihparoBCfsuv6QWOxtKAWiaCFB7uZ0VGdHGRxHzrEjiFiewO4Fc6iwy2fYNV0GRMmDR1QL0nUCoujEAKLWCngAloNYYqcSEi1sLAOgz7Dj1oJ80Yk6qyQh0Bkn+zVZ/F4A091YIgR3jrbBGBNWm+xzdQq7AvusglzJdiir+hzSJCVlfUsz7CxhZ2Fhio5kiU0z7NJ+7kCqsOOy6pMOTwi7Wzbuw2QnguMAp6+xCjuLehC2Domwy1dr1SndGqUFHLIQ6jJLbGkOXdQRxIxM9mmIQk3+napKASAXPFBDhfnrOESUVscsVtiFmrYBEIeI07YyuWliiQXCbpe0SfNyPKpk1CgHvAYQtQVRSLfXjzAtOtHpRmhK1UuzohOVk3S6WKkUnahqK5N9VGEXIqxYnI1KqqZWkm4FBSsAE+KM5YizyA0QxNOVOVFRTKriirYNBNEUnCqFnZq71++QqsRyZVdxFcI4ZiLrWy2YkJBdCumnU6epBXt0FVYrMr1ysTVcpcc8RDFLiBnHTSa7JkUjCHGZVWnVFw5I2vPFD3n7icJOtcQWE4Z+jjD0s/lNWeEOTpoqCr0OVUr2Mbqiumga5eQ66EasHtlDKmfyDDtedLEIUkat9FkFltFn/H0ijHnKX+sJ9yf+f8BRjwGOepz8+wLig6pTXa6wY36hhbYMsYag8HXCEsDYEhs5Pjwk1bSnHbKASU8XrRLLOPEa68m9xYycwq7IEptl2IVu+tyto7Cj/I3jzh5hV1Z0wijDTlHYxQlhF3kDCefSnUyq0FOFHem3W1xhp6tWWwa/mfBEXVmsFWkI7F4w+4QdV9iltlUAaKcTWb7CEDEvy3PQnXxSRZUTdito0YlUYRc3lwFgmNZl2BUq7GpINdtK0YgKwo5Xh+TohDHG2iGGW0pHRC+CijL1KnIPcxRZYkkQpOsnnX7RTdseAzqpetBm2FlYlIIxllliPReDDVlhxy2xPMOOK+y40vi4lYMYas5+12uxuMH7/FhL2GWWWKFW08UmhDGx2OSrxOqeLz5d7BKDa8VeGodEYUfbEuJMzeLh22eRmOR6RaSbOiAjr/n50FWkSwZKxW2jKJ9/J63Gl2TncdLNIZOHQFL2acLCeRV7TXXafkShKkKBpEgj2bzqKrYOjLZV1HmVFiZK9vlNAOnA2MCaGkYRGrxQhlLAwaT4Q5OSX64PBgdOancu3a6qzgNV2FXtMy2ywRV2yf9ORdGJSM3O63ekk7akSqxi5dRMCOk1Ksgmoi4Lcwo584IPdRR2qv2J5+hxhZrnesn5D/UEbVGVWCmHr8TW2yk4hq626ITmPOba0yxB1RJbrLALNFVqF4IlMWTJeecEm5cSdrX2nSi9hMXWLZ97FivQNM8RAFhxPHDZN4o/0HWBE56q+X1Bhl3M+04nsecDCOH0RNjpLIBBUY6c7jmpQUToCt8pIOGEPdNFN/0eXRYV5wMuVuQy7IoUdqR/TAk7PyXsjDLsqE1aUtiZFygp2y95sbOEDBTjQ55hlz7f0ue4nyrsYq8lSLVCS6yksKtL2A0A2J+LOJsthd3sjxSDJGAd3QnxK/EQdLIMu0xhpys6karNggF0GssBJEUnGr6bdIQpkZYQdorCLj2xmcIu7Sx7KTqREoMCnXLC7kAaNr96SVMQhWPTmuOTCLvi8FYdcvkSKFi5oBOc9Cb6o8/chL3jmoEoV9c1h4HmEqP9sLA4VBGSlfyG7wryTWTY8aITqcJu5VADKwazB4+1w1r0Aj5AZfRZoakS29E9I8rIL02VWCmHjtoiVXsOmUCHqrIDkLNjVMUZGaCLHDpdhp20XUq6JcceadpWk31eutt5dZ7nEdJNXWGldtrUihtIVlzddrPcOxHZQQghrx/tiClcQ4VdTKrt5qqmVg38U2ImRpqBk7ZtGthaJSUcHU+huoAD1LauBwZ+j5nYWok11XEQppYiM7JPVtjFZeoBpa1aOIITdm6dDLsFQdiVqON0RBeZuOvsmDmFXIklVs2wC+Flc4cKi2CuSjcnrJivIcyKFXYZYaYhvMqIy5wllivsNKSjTmEn+nGZsEssrUqGXkkGn86WvBAUTl1w62W6EKTLSqsCKQoVpRa8AOXtxbOjyBJrEnxvAtHX6C2xvpsVnegwQsIw8+8u0kQ3iUqtaoaduoBYgNDJnqMeCzOFHbVuEiV+prA7BDPs1L6p6LlC7s0ofY74cR2FnTIWna0MO60ltoywU4uwyVW0/VRhF/stZNXgFUtslCfsPN6/+YbPy0BfkyASBPbMKLfZJ+wag8n/hNwSmQxuViW2HZew9vzL8lvoBMsBJAo7z3WkTDnWStR8ksJOGfjwiUezl6ITnQnlM9ulF6LIrhoMsKSVtBnXEXbhzBV2kt1Ja4klk4V0Gxv3jOJjP12f/1BRcMKq6ywsqkDvs4bvYqBAYceLTgDAhSetEq8vetQRB2M3LRYZhPKrwhKbm/BBsdvkCLtsApqrUIgiEooWUkg3nT4bdUo3LYFVUenVpxMYHfnF4y/CEoVdHEtqB7VtlD6LC5V9qqIQyApbdTVEoafbrmKJBRClYxzXmblNYi4hrrmKPBvZmkoJu271JJ1X4uTnKVXYNZ1uPqBcRTogjwTZRwb4FYW8WKSo8wjpVjUek22tXOlGxoklkApW+Jx0S3PoKlRyUoXZXhR2qDkBmU9oix0UE5t0gukphF1ix1QVcmWEnazQCw1JQ8YYmZw5AGPCViUXjai2tPplGXLCGmxiiS3L4Ss+B5lKMVVbMdq+7HtQcwSzwh0LQeGUVReVn2e1ik7w55VDFHZOlcKOLBRRqJmzM0UB8RGL6zYhxIC0AIfTg8JOYwGUMmmlDZsdX+Rkz2APoZ7gJOOEMKU3XBYZRzssGphaYrkCmXlCYRewdAHN5HqPVYVdSc5cHQhLLK0SW6JsJvdb0q4pvdfni4L+QDa+KCk6wS2xLpOf8ZUoKCIqFKczXJydA4VdStgR+6iwyqQSY+ZkN5OesMsUdtNpTt0KpFlyPBsvGELQSE6irLCTv1SRYddL0QlOOg4dlv2uxBbLs6tWDAZYmhJ2Y9Oai2tGltj8hEpkDEnVcrIHO3OzTIYHd2oKZ9gKsRYWxqB9SMPLMuy4wu6AYokFgD+68HgEnoMLT1yFF55r7zOL+uATuExh55CiE6Raq0YlJwVa5wJ6swF8lmOjsbXq2lKVXGhKYCkkIzJFk7wiT4tOFGTYgSjsKonCYjuttq2uQAfZ7zgdBGoJSl1lW7rPXb7d/rXDAsALdn4SHwn+C0vGHyl/YzpATYgzl5Bu1VlyXJEWcbKsB5VcJGzWPmLw+6RiTEUVdml78TkVGXZR2IXn8MC0LEsOIEHVRW0lpVsa4SIsseUTnUhV9gGI08+op7BbQBl2zCfKruIJIbVwBUr+m6SwE31lsSU2I8sysiqnsKsgDQPXlSa0XXgZAV2Sgxfmik5kCreuSlxqBAS5BRuJcFNVhga2YKIyzCnsSs5B3lK7MCyxXaLMArJroV6GXTb/4kUn/IqiE5lt0zDDrlcU3EOckHQdBy7jVWJ7KzqhqxJbWHFcLUZV9JnEEuvFYaZ8pMQSqRLbZaTohLXE6t9HC/v0orCjqkuHqDFnTNhpiDIjS6y+6ESQKuyY1xKkmqr+75AomUxh15E/rwqcsFMy7GIxru63DLtGaonl6jTkLbFBo4GoWyKd5AfrtzCdnoDlzngSKMxtqgMrBAsqK+zkB2FzJlViua13YGVqG2UJidfUB8ZTZQ0PoNdbYkkHXDJ40IHKljlEVTt6bOQCjh0PHhLCTltWfXRL8r+u0pCFhYUE3oe4TnLv8SqxYczQCWPRDwwThd0TTlyFu9/z3CyH08KiJvjgV2TYaayWCNtZeC4pHCHnsinkF8kdCTUDbV9LnOVVclxlRWX/WrWaasVFucIuqiDdmMiwKyhYocuwU6rJSwSljuyjkwlO9oV5otC0LSeTvD5W1wHAmSPXY7W3BV9rv670fY4gzhpJZDsZaFdVXOWTCaFQkyqulqvVhMLOydpETgCXtSutqfw7CB0/U7e4DSCqLhwhqeg8WelWRfbJdlpFYVeVYUez89K2jFtiKxV28QIrOqHJjyuzkqZEh0NVq6UZdiUVVpWCCxHcfH6bjjSkKj/PkSbOXfiZw6eE8CqyxMpVXg0srbz/jzXnscxaXHAOJJVhia04Ui2xxBK8EAgTXl3UBQPiuNiqWgaWPSd51dmgirArUoGp1cZnigJSRSo6wQm72O0pw46TaNJYgFabl95sZomN4CJmDlyHwSWWWOl8UUtsxFVSEXku978le1aQU9iVE3YhPESekmFncq5yCru5rBJb8tlMGdMqRSf8mCrs0sgNp4MRci3yvrHpu2KexpWmxmR5lcKu/zLs8go7sWKUSoIbjYboxEoVdn4Lk/7ypC3CpDgCL2YxsFywoHqFXfK5uSqxvSjsGoPkuCYK384tcYMNH0ubyX6MtUsy7Pxm6YNPh9zDlLzWVol1vGTVG4nCcUK3PyNbk/+HjzLaBwuLQxltEk4KAINBRpxMdkKRZbl8QJZRW7LOYibIqqLplFt8AhbpC0dIRBJvr+TfxWE+fwiQ7aU50k2jsNOp5LTqvLRaIjIlla8b4Fdk2MUahZ1MMha3ZRqFnaSoKMmhC8M8UShvt5tvK1SBoXSM/QpmmK3GVKUbIYRiU9KNE15StdZyW6sgVKi92pULjxXB0ZF9htZUlit2kbWtUrrFYTdT2/icdPONtpuQbrKtlRN2JmTfgio6IaycRGFXMmnTqXqgtaOWEHbqxIpXeKWFLwzsrGI/yDakDDoTS6xi65UVesXnIWufVxlGOcJNR3wWK+xC9Rxoi3+o+58Vvai0uPcBQqpjibvFRFoZJEtsqrBDuUIty3jrrSiDMQyKTmRVYkkuGTNX2OkW/vj11KslNoyZqOCLqEvU+zrCzs2IVxaJZ7RRIYXFAPW+rMiw68BH6KSEXUpuGRHUQtHopisls5RhJzgSU0usspBcpLALBgSpVlp0IuWNOHlpvMBVlWHXd5ZYobDLCDt+IrzUEttsNBCxMktsdpKm0cA0S7+oqX2ZJbaVEXbaDDuusEsnyUJhV+eG5aRjMJhl8/GCGBpwS9xQ0xMZdnpLLGePqSXWrKqKLp9I2xGSSQqXEnuI9Io/boldZgk7C4sqZOW/007dc0X/Mt4OMTKV9F/LBg1XZSwsDMAXZliksYeSCVQuhwmGGXYsFkRSYFrAQVLY5cmvQGqryXRT1Gq9KOxKq8QWkW4lbasLVqSEUKix8ZZZgAHxPenIzX5EnGbCMKYZNxA4aRW2zNZKSLduOWHHLaSCsHOzRUZT0i1WFHb0b0XIkYyAqNbqGNppY2RFSEyz5CSrrieTbm6FnTaM4nzRifQzxOSiAJIVd0Eo7HRFJ0qIIs1ChVQhVZBNxYXeMtJPzo+L4GoKPuS/K0oeBJ4rbUNbpbWkaEPOUsr8LPamhLDL2ucVdmGOtNQQdmq1b9GenANPVrBI21ftX6LohbsgMsR4dVEAQBzCdXpQZ1GlV9qXeZUKuwLrLf+s2S46UUDYea4Dh1eJZfT9NSyxmgw7KWpCerOZ5TeKmSgIgrirLwZCLLGcKJUVdv1//c0K1Pu66LlC+obYlwk7o3uVCIMAzIHCjlpiS/LxcpZY3r8ln9NIc/lYMCCemw2E2qITAcmwyxR2NTPsFJ4oUheCesTcKuxSWazINEhZ+2azSRR2OrY0u4HbYYz9SC2ok/uIJXa5OKk6hZ2TfoF8Ip1Via3B/HJbb2MoO66SSrETHaKwE4RdlSW2LmFXnGEnqQcJ48yrFPmIMK5T2I1yhZ21xFpYVIHfZ3zBAACG0sITe8c74iGwfMASdhazB75KLDLsnDwBRW2tgZRhR1bvc9Vas8+JdfZSKcNOmTwQlZx5pVe637IaqjrDrph0q7Smasm+4vy7QqLQ4yq5Tu549YUyNASlxj7cj4h50HfV+ETYWrPrgpNucRVhFyptQUi3CnWeo6rz6OsKa6pOYSdItwrCTpB9TpAoC0jbKoUdNOo8VmJRpIijLlxHJl2YZ2aJDaN8oYy+Bs9e02W/lWSn6RR2oVS4oqTggqoOo/tgkKNHJ4CuQ7fvgsHN5+iVFY3QKNy6uRy9Ohl0br7wRlmGnqsSbjpLbDFpmZGefPt+Rpr2MXiRCABAHOqVXFUgzzqepRZUKOyKM+w0z/uZoMDSTUkFN80m6zC3t6ITWoVdAWmme7ZrEMUs4w2ibqUllp93l2TYLQTCeFYgOBRefKHIEpstBsRp0Qme22ZUZIUp352hIr8SNOefo8yarY7T+IJU+pwOYl7Eghad6BQr7Dhv1HPRCXncEqmLGD1iDgi7geR/FmUXAyeZUktsq9EUQZw51p4x6ctqhxEOsCXJz1P7gPHdyeuh1cQSm8+wc4TCbgZVYqnCzsASO8UVdg0Pw63UEltadCKrplY1UOPQTcYCXUdPbqTMEpsQdky9EUd4hp1V2FlYVIH3ZzTUfzAtPLHtQLKyEngOBhvWAmsxexAZdiXEV2JrVar0gazeRxEpSJQv/qC3l9ZVq2msuDpLLJBTnBVXiS0u4MB0CrsyRaF2n6vIPkq6cYVdBdlXUnQiDvMkYz+ClRADEoQ1NRvYZhVXy0k3TjTFtC2vxFtJumnIPkG6VZF9XGFHVKKGpFtG9pF7R4w9q5R9qSqQqPMYt9NWjAP5NQcgm5SkY0ivVrGLhUDYabLTSogmblmVJkW8wiozy7DjyqC8ukxjRy1R6AWeA8fJMuy4y8WkympuUZ7a1gxIw5wllRBmJoRbEeHXlYpOVLfPZdjBXRCWxA7Isy0qyEorA2MA0vcSpRd3mBWh0HqrkiIzRZHCjufOOURhF/dWdCJmyjUAJR5DerPmGauBaonVE3bZ+ISTew7Juzt0MuzS88D5mEJLLCk6kZJ7XjQLCrsa9mn9fmmsqCZVYtWiE1EHYAwNlrfENhy9wq5Bik6oBZ4qwc93KCvs+HXn9q0lFhAKNdUSO9BqEmmr8sCRQgx9tLsx9nPCbnIfML4zeb1kjb7oRPogdFMpY2MmRSdohp2BJXainez7YDNT2I3rFHYhYY/rVokllUw4RJVYXXlrkmHnOTGimImCGACS74irFoePNNoHC4tDGR0lww6AuN+3poTdsoEgGbBbWMwS+ASOaSum8oFsSCaNeeIsjqJ8G00OnY7sK86Sk4mzYpVcib1Uo1aTBtkmGXYapVsUo7Rtts+6ghVFqkBVJachRqWiE7rjzbftRzCHZ6tVWWLzxBkn3aqVbnnCjqveuNW2EOl5pNuNS+yG+rZEYeeZKewgyD5SIIO3rdiuo1HnMWWhuRB05Z4XnfBkZURh0ygSOdILyRIbMl32mo6oUoLuGQMl3ISd1KDCqZofJxdckGN3KLrqYgmZECefb1IlVrG0isIXXiY4KNmH3HmICGFmpBJUCcN0+8wzUuhx4jSz5EZi/7sLQOEUMQcxy8jO2hl2ShA/V3pxwUoRijPsZpuwy8YK0maowi6dq3cZzSWbocKuiDTTPWM1SBR2xBLLv5eCKrGdOCVKWQSfq6BZdpyLGvy+5ASSjmyNY3G+uvAQuwmR5dXKsMuqIUv/s1g4LHtC3aIT6jVEi05EXcE9OX4rKzpRkGEX+JklVqhijYtOyNl5HHwzM12gnX3Czguyh1GqUBM3b3rwA02qsFMJO/IASC2xu7E8+XlsBzC+K3m95HB90Qkx8NEXnYiZxkNfBK6mC4ZyIYY6TKaW2KGGhyXNMkssKWNdxhrrdkldPQMh7LSW2CxDgZ9/aZ94wYnGUqC1zGgfLCwOZegIO36/b9mfEXYWFrMJdRKprRIbh3mFAzLFGaOTek0Onc6aapolp6v0GngVbUW11mJ1XtV2+d/0VWJj/YRHkIwlBGXEoK3Ql8uh01iPeyAZ+xG8ciurIJJcXoVNIt24ErGcdBMKO7KKHZXYFrVtKelmWPyBt410bSvIr8yKS4lCM3UeJ6epOo9bYqtUclytGMPNiOC0rVuRMygVylgQCjtCtqnFGkqy33L9JAqqxJao09SiExJpWKIuE4slClkWpQqUTlj9GbkMuzKVn674hlAJqsdgWHgjt31uC66XYZcv3OEtCEuipOSKu/Kikwnod+J6oviBx8rnnQEtdiR9nqJimikKrn/6vXGFXYe5MgljiEi9j4BipaJa4bMAYRxnduUi5SN51oeE3vCc7D2HRI4d71e4RVNLcmV9TwhfPH+9njLs0nNNx1gzKTyhyzUs6ftzecGUryFqN6cxJPouH6HEBYmoI8+F7zpwHUKymxZ88VOCNJdhl78fesHcBKgoajQRYpoSRsODreIqsUogbzuMsIOtSH4e2w6M70heL80Udm1JYScPXlSFHVDDFksVdgXMKcVEaokdaPhYmlpiR8sIO59YYg0Ju9zDFNkARcqHIJMF3sl5grAj2xrbnvw/vNZo+xYWhzrakYawa3HCLukzLGFnMdvgE4dYq7DLBjM5hQMI+RWG+TauB4Ar8FLFmSaHLgxj/eDazSY3dFvJPmtUcl5+v8uqtfaWYWeq7NMcr84SSweOiipQS1AWWYBLrLj9CJZOEqsUdiLDrgfSjZNfTKOSc0zVedJ2DS2xYZ5kZIaFI4TCzskr7KqUbpkVl05G0u1WkG4iE00i+8wUdrrsvL4GIapEhdayYgtqThC57rq04EKJOi1S1W0k/y1XMAIsNykVhJ9oz9VtgfT3MtKQz0+yDLhMBZM7Bl2GXYElNin6UJ0FmCtapLXUFtskc8U/iEKwWyeSaJ4QRbFwJSEOIWp/GFtiyTlxvGz+ZaiwyxFKhoSWMQruoVhD2HVjp/SeK4Ku2nxhjpxwg5XTEXGc2MKTD+noLbZknNCNiQuNnPuFQBrPGDmFXQkPgeS8xinZxBecesqwo6TyTApP8Ge3zhKrVQsWKezagoeKmAPXb4jPaSCS1KxdMq9zHAdN38sqOxsTdpwnkhcpc4sYPWJuCDtFjSZk4pywGxoozrCjDyA3UdjtYCuTn0e3AWPcEnuEUM/pFHacsGsGcpVYoIYtVijsCGFXMgicbGcKO2GJbesy7HRFJ6otsYyx/KAE2bGJiy+OITIUyEqDn8pCx9vkfE3uTf4fOqxy+xYWFkQ6TUhzVWG3fHABKBgsFhSyiahmgEsy7PgCmS4/hkUawo68zhR2GjutohxQ2+rIvsoMu9x26yv7tBl2pm3jfFtTVSDf56CK7JOIGaVtnxedYG4xsUDhamytvHIrqyDdeG4bo6SbsMTWV9hlFVcriDPRlhCFooBDVXXafFtOnFXm0GmKXYhxa2WGXV6d5/hmVWJ11Wn7Glo7apkyTSWqZIVd14D0y9TJ+YIJmcKO9AXKfmRWQLnCK1fY5Y9Dp3BTCbMyS2xxjp5O4RbmlIrF5yDL8aOVcnsgToXCzzWz2c0zQqm4QdiDwk6OdaLWzDL4dHFL+jwzy6gxKjLsXMeBywk75vRUdCIrPJI9G7Nquyphp1xTBQjjWCpWKYZDOkus6yfqwBQeKfhxSOTY8WuQ8xY6kiuiCjtP8DYuC+EhMrveizLsgJnl2OmqxJYVtMhl2JHCU6nTcxoNeJ4rxmABQnTjWGT6q/O6VuBmhJ2pJVZk2MmEnS7TsRfMzWhRIbd4bgHvsFYsHShW2PGHrOMCrot2lxB2Bx4BxrYlr5cdg5ZvnmFHO476CrshI4XdZCfLsFtSWiU2/QyXEHYGnSFlg3UZdlHMklUSeqPQDIX04mt3NYTd4MrK7VtYWBBLLLkHRYadtcRazBHUyoValRsyYo2Sbjw/htHnDF0NzVlT82o1piym5V5r8uAqlW7KgpVW6VZF9onjrSIK6T7zDLsqVaDGfqyo8woz7HTW5RKSsS9hmF/EyTFGBrZcQValdMtIt2w1XRBwhmo1ut3YMGZERzKaVlyFRiVnrLAL85VthTOkMv8ub8XlEy2PlbflY9eQZOf1NWKe/2ZGNOVUDOT7j6id06BohGqrjeBm+Wv03Ku2wpwtl6vbeGXp3i2xXUbPg0kGXl7hlhWtKHb2CIV2jvDTKex051C1FWeVdheCuilmLLNT9pRhp1hiRdEJM4VdrjDHXGXYFVSJ9V0SxN9j0YlIQ1D4wiFQVHSiTpXYjEjVFp1wZEusTwp+LIRrcMYwscSm72FwEMEFI2q2FjqZGrcMuSqxs6Ww01RnLaukrt4jHuGgugl5NoVmci+nnxk4YVLjNL0eVOfUjBR2XUVhp6qOe8QcKezkh5FY8U8PftmSQUSpTDjsKoMbpZxvO4ywja1KfrfttsRH7w8kGXYlCjtPKOyS9ziOU7/wBK0SWzPDbriUsCMXY0kWhAq6MiDZnchrKTsHSMI3mZxhJ1XVndyX/D+4qnL7FhYWsnSaQ2RWpipbS9hZzDb44DcuIa8AINKRUDzDLpIXxNT2WqWbyL/r5t5PX/P90tlgYl11WiAjv+KyKrFRKenGn6fFCrtqO62+oi5tm8+w06kRZYWdZnVWJQr7PcPOsOiEIOwk0s2MOBO5bVRh53Gyz1CdJ5FuPA+uSmHH2xLSzTVT2OnIPhiSfU6cJ/tEpdcq0k1jxeWTBN+wLbXT9jUE0UPUbSXXVK7YDlfoOQEAh1ha66vDupLCjhJ28n7kCjZwdZqjFp0otuV2ckUfOOlHij4I0kVnSdXn8EkZciUKPyGwECrBzFKbJz2Lq8SqSsek8Ef/q5vCouIGxpZYcowOJezMMuzyCrRZzrArUE1HirAG4JbYmSjsCp6NFLrxjAZytmCBVbnAEuvSY1oAKs8ZI1YIO53aTeqbHMSkwEMDXTM1LCFIAcjf4Ywy7HSWWHm8J++Hco/4ZEEitcROo5Fcg0JhxyshJ8fZTfNFBWFHFXZ1M+wUhV2mejb7mCIcFEusWPlKO6zBZgNuOuidaisEmFiVTk5qO4yxgSnVS1ccDziOUNh1I5Z7mPJOh6pgml5Nwi6tcisr7IoDlHmG3SDJsBtvqwrCCMKuKhWdqCbsaEdDO0J6jF06yQAA18+t8ExrFXaWsLOwMIEIJ5WqxMqToNVLFoDlyGJBQVVcaItOAGAht6bmba2saHCsVk3VKN2YLv+O7oe2SixXDRTZaXnbKG2bH+DH0vNMo1bTKew8SpxVF6woJt10RGFxpVfZxsvHMjqCcqEo7Mzyi3S21lghY6vbUuLMsPhDul+6tlX7nBF2+euiMrMvzlenVeNYCrerqWwrxq2GWYER2WdHjHmrFHZ5O21fg6jbTKqT5iu0pscrKrSq6jQNYZez1dL8N5bYp+j1EulJj1x71RJrUKk2X3TCRSdSCLcSS6yaQSdlyJWcg8KiFdAU3gDLLI3K9n1l/yN4SeHePlc4RZFeYWdspRTPKwdw3cRWCpk00qG6KMMcW2L5PN0hQfyUsKtRdIKTPe4sFp2IYyZlC/o6hR05VyGp9uuwqL5SciGD90sGGXb8eeB5nuiXmugaFp3gCwjp/UJjWmZC2IWycCvZRnp96K7DnCWWcFDcEssayTVDLLFAtkDSiWTOqOn3YolNCVKVsBOK0wWgsOMnhKveHC9Aq5Wc0Om2MiBTgqnbYYwxDGIsIBlrq08GkKnnkvfJN72nZNgBGXMqLLH7NgA/eQ8wsUd/HDrCroRY4xl2gyTDTirwQI8PSDpCca5MLLEFCjvSKYZRnNtGR1hik/ayws4SdhYWddApUdhxrF6yAEK9LRYU+IDXKVGMAUU2z9TWGoa59yc/q0RSCdlXsO1YS2DJOUi5bXsyqaNT56kLUOprlg609BVmi6q1FltTpXDsSEO68X0Oi2283chsu36fE3YZcWZqiSVKN6ckc4bAYfIibdLWbFzkatry106VvbQkY7DqeDnpxnpoy691rl5M2qbqvKpKr6ItzbCTF6kL24oJ2iyF1881uCWWeXkrJouLiSKFLIs5WRap6rQyhZ1iRwUh3Bya66Uq7JT26fXL74WcpVW5NxhjhceRKA0VhV6Jwk3N4ZMVdgYqQ02l3JzCT/MZRe35Oex3lV0YM+EAQxzVV9gpC2o8w86vsMRqiwdKnzfLRSeKyGZkx9llbum1UgRdhp04j2oxA7XSaAGkbME4FGSgVmHneKmFlhCvYhGvv6+/WYGqsNNm2PHFhJQzcR3x/qbTrVd0gveHUt84E0tsSYad7lhUUpsWnQi5JZYr7FJLbErYcQeoiDpK53Ut382KlbiGhJ1fQNj1tcJOzbBLT4RL5IUDzeQ97U6FJTZVg+0eOjV7zzEXAEg8xhyiUixfbYScYQcgb4m95u+AGz4MfPml+uOgltiCL4KDMYbJLs+w8zDYSC6ubsRkRR99wNIMOxNLLJGaO47cEfIfO1Gck2SH6QOj6WossVOpJXbAZthZWJhAl2G3YkhV2FnCzmJ2UaqSI69jXq2VEEmq2iI3AFEmgLqKq5md1pMzsHJqtfxiEifVctsWOWclJGNFoQzddr2q7Dxl0l5MupVV5M1vl+bJlrXVqfP6EkJdUT74FvZTYqthyndbBEGcSSo5M6WbUNhRwtq0LePqPI3CrkKtplXnccKuUmHH9zlfOKJKJZe1pQo7QzutUAUuFMIuI6pyVkzyd44c2cYVemkbE3VakZ1URPhUEG7FCjtF5Sf2QU/4ScchLKWuJsOuRg6fjvjUEnbqOcgsrTFXyEnfg1J4I3cOk36QFxrsd4VTRK2XUReFVs4iKIqxugq7nApx1i2xBRl2vOgEIRa7MSVgZpphV5XRV94vRTFDxAgBV0bYuR4ihmpF3mIF75cMFHZ84ch3HcHdmCvsShaPZ1J0gvMhkiW2hDhW7xGhsMuKTkyhmYzz0r6z6aTPl/Q41XndAL0cTdWtnCcqyLDrU4Wd3hLrko5saCA5sLaBJRYAtqx+Uvaeky9KNuM6YiIyHcpMKF/NoCo8ibBjDHjwmuQP22/PPXi7UVyr6MR0NwYnpIcaPgaIsm+KWlDpxeYFGYNcsRos9gn53BvHcbL8g5wlNlPYLQn4vpK/t8eS/1vDldu3sLDI+iRa+OXoFYPSe1YvtYSdxeyCT+AE+UUH8GRlU1hiNavbwp6oDkBKiCTVGpVX5ynWVHJfeFX5d6Jqqi5LTtmu2laZeHga1XkcF2XnVReskKrEevl9zrLz9HZaplXnFVtx+xKGCrsshy5PulWNbQTB5VHSrSRgmoCTbo7OmmpI9vWksNOSwIG0T4WINGSfyF6uqBIby5MsgFpiqxR2GmVfPyPSKMNK8uOySZGqsOPqtmp1Wk4dRirVJn/nn6EnzLg6Su0zWdo3C4Wcp98HOkkOPJXwogq5MpWgfh9CePWqvBYQbmGOsNMrtXJZglxh1+cZYmHOesmfJaYKu+z5zBhDJ04+y61S2JHnpkQOiufXLBF2BWSvuDRJ1l6SYTe7CrviDLvy45MVdpGoOltUJTaSqsqG9YnXhYycwk5HcvGMz+T7dR2isDPNsNPZmXvIPMxBZ4ktU+6pCjuPKOx4hh2TFXbNVD3HiTreL3GeaMCnxUzrKuympF/zKrEzdVQcVEssJeyWDCQT2k63wDJKLLEA8PBRFwNnvgR48SeBw08Xb+cqO1Vh54LBRSzlTPEHSCeKgbEd8nb3bxIvr7tvJ878p2sxOTGaNqwuOjHRyS6igcBDw3fFlzPVKSDsXL9wpU4HkW2hGeTzik7dnMLOEYTdUJC8R1LYccKuubRy+xYWFvqiE8eohJ3NsLOYZfDniSA4VOJMIb90GXaFq9m8kEIcye8HIfu40k0dvIjJZzHpxgoz7LgaqrjYRbUltoygLMi/E0UNNBZgGv5dQsww3T7TAZlGOZYnN/tbYSfUahVkkLgm/bzCrjr/jp9jYqc1VMnp8u/49VilknNnoJLjikNZJSfHsRRBp87LbK2m6rz6bSEIuwWSYcdD0WmxAkquKmNmQVQpyjCmqttM1GlC3ZZVOAVQWa02ytlR+TlXyKqCe4Pa9XRFI3KVarUqwSJLrWtmLc7Zerti+2IfpUq5ct+Qq9ZLLLVA/yucZKKnB4UdUR2FxJZZpbCjzw5t5dM5zrAT94+UYQeIfLIaCrsceU5e95phF8VMkMbFCrv0mFJLbPb+LMPOiIha6ODflUGV2EirsOvUU9g5GoXdbBSdkCyxXO2vK6Ch2Kq5JTbsSEUnaJXYhiMXnVCFGIMeOX5TS6zIsJN5IiFam2F19rlZalMssaGOsBtMDqxTZYlNlXNuaxh42edzm2oFLsbbVGGXHVKAUEvYhREDxrbLH7R3vcjGu/quHehEMZzuJOAAaAxWKuwm27zghCe89QMND2PToagemxyfYisyrKQGZERB4GsIO98FOlFK2Mk3kaqwk6rqWsLOwqIW1KwDADhcUdStGW4d1H2yWPzgD3tWNMAVBFYHgKO1iPKqqEVtIey0OrKvYOJQaolNq7TTamIaO215dh5/NjrQVbYVCjutOq+C7KtU2JWo5LjCjtppyWsWdeEUbFdnPe5HOJz8qsyD0+TQ8bYVYxtXZBvnz1NV0Ql9294Vdo4hYcc/WyLODFVymeqKkm7c1lpBumlsrS63xFYoeKAh+/oahCjSK+wKMrgUso0r7LomGXaFFU6VCp4F43ZOegRK/8O/r9xxqKSJrrAcsbSaZNhlhJlatMLPK/T43wlZXpRBF9EcP9dFMjli+XNQULgjlyXYp6AkW0L01LRS0sIHUabWcyuKNtDnVzeOMUDUZABm0RJLLIssyWRkjEFcmqnCLmQuIqa83xCRaqsGea7mMuzI2KD0M2tk2Lku4jgj2mVrc39ff7MCQdg15J8pRBXt9FlLMuxadTPspHFZfQt10b6J/a/6XHUh2iM1B1LCbgrN5BpI38MJu64oOiHP6wYoYVdXYdeVFXbZs6mvFXbJYIuvKlFlwLKh5MC6XZWwUyyxXV6RUX8zFynsgMQWS9s1PKJCyynsHhYv1+8ag4MYA066b8FQjoRUwRV2PLsueZ1se1KnsBMXFpdumlSJVR6EBPyhIlWJVUJPh4Lke5jukg5LEHbWEmthYQIdYecq96Q/03RRCwsF/GHvxppBEiD6ex0Jlc+wKyLsivPgWJE6L0e6lajkClSBjiZ3zxNkX/l2dfvM70dJoVVmpy2w7miPWUzWi8k++tmyopBP1HmhjP4m7EQOXVX+ksbWmhV/qCC/SDEysd0SFZTUVqdi5NdUFenGNG0NyT5oCErH2E6bVwU66QTDr1TJ5ck+V1hiw6SKacU+LxhLLFG3CSKLhprniCK9nZW5ijrOIL9NJZtYIeGmEnbKxEyxxIYqYZYj/Jg4zJxCjZ4HI5WgautNFHaMsVLiM59hl20fIBlkhUot/j3IhGGsKh37FAkxlBGi9RV2GQEVxrEg/6r6IxqxIuW8zXrRiXzBEHponFiMuCKzF0usJsOOEmxSP6UrZKJBGMdaq7LePuyn78+uQSlfdrFDPBdT3kJL2MlVtFWFnRGxzr87KZ5lNiyxXGFnmGGXKzpBCTu1SixX2KXK5fQ4u6FK2FGnouF8ztcr7LKiE31J2JHAP2QnhGaVDA8mFrLQ0BJLs+go+O9FLpsrE3Z0Us0n0QlhpyjsxncCSIpHrNs1jgEQAs1EYScIu+zC5eTd/8/en8fa1m15YdiYq9n7nHPv1762mldFNVQVRRNwIICjOIViOygKkWNQbONEVjpLMUpQSGMRRQ6xLRJsxxhbkATiKIqCjIJtQGAMAlOhs7HLgsJA8ap51bxXr/26+917T7P3WnPN/LHmmHPMMceYc+1zzv2+td9bQ7q655y952rnWmuu3/w1qYcd83pRvCykwod1L4ABCRjJGXYI2PlVBYbdNG0Mu622OrFwJmbPrsPf8Zu+DwAA/rFf/e0f+TZt9c1f4WGvSWLx2ec97FrqJbeQJVdKTTXIdjoJ7EOWHDLn5bALI4F92Tbz9aYzrhI7L2EdicERuQRYBt2ktri/wnEGGg5CASEWdrFyDzsTmG4LQTfRJLo8tkFGmhFAtyrTzY91RA+7qjR1zNqeyrCTvA1rXnIxKCOuF0G3DpYFdCRtu+jbXHwXlbzz1lxEEpuwYqpAkeJhV/GfS5bBwK4oaWXgAkvajKBhw9pzH70UuMfKQysmAJ/amUpa9ZfibGKfMeTsQg86yQMPgKSYVliCvH1k2K0bMEkZdiORci5kZtHgA+KHV7UVII+dFIQSjP0fUk0O1iZSbMM8E+8ROpFdi+xnWfK7RBIbJwDxvEzSsswcOvEt62GHfQafx6KHXXpfSFJil4ZOSH3zoaET0xTHDOJ4oiSJZR52o54SGxl2PnQCGXb+voWAnTVdqgopFYZ8jDLDrl2lJJYa/kF8gBgi5Xnz6bxjkx1gtBPxS5AlsXtBBjr/3TPsxhyl78EySSyCWi4AdKFefgMAZjbczdHCJ4EAc91l1cMOWXQUsMPgiZRhp5gjnhA60Qu0SpTJcobdYCcYvHfEVee12siwG64BBwMbYLfVVstKYtgBAPyuf+QH4Vd955vwG773Ex/HZm31TV444DVcFoXFmG79SeBXCpwVk14V4MwI3nnot2qs8tIRGHY62AfTCNDq24wAptS2A/qir3vntUJKLAAQxn8OzIDgYZf4y0ptmZRt7Qw7BKRqABaGTiTSVD+2aaqAne8bAtPN2BpgJ4F9p4GMFHQzC/c3+tBR4GweI7ZQaSsA7kslsQiaSx52PVgYpwla5cXeBDntmXjYoSTWtenLY9vP7xasXyGgEoGiFKAcODNMkpNmHnRz33Te9y9KSk9l2DF2mQJm4xifJ7QC8NAJnW2SsTmIBx5uQ9fqgF0GOjLJYm0bNA87PA9rlyROSejEQAC7hQtIgg+ijLPGsDNmtrEYJ5ceo4UMtMUlgLV0de1jMOyEVEz6rLPORfBhoUcfBT/BWRmAI4z4CVNlDQD1sPvWYNidANgZCtjFlNhFh0n0sHsgw47eE+lz3bD7ES2VYXcI4aF3sPcedvMyg4cdSmLZe90Frs50sPjKU4hd62bYoe4YH7j+4qWA3WtXM2DXgoVvvCA7p6TEapLYC86wMyYMojoYk5fqnjLsrt+d//j6d87/ewDvvZfzgOjSzKjssbmYpUfhRKRxvVjXBwGw8z/fSh52+MA/SRLLPDpI4c0oCZ0wLRzGSMm+RMAOGXbIrmu6SOXcaqutinUUUmIB5pvxf/OXfxbeuDyTF6KtzqqCYa1LX6BCYejElINBQdaqedgxtkQnsPPEZEz6ewl0U1mBC3zonDKgL7adtz8w7BTvPBzoSb57dNkS6BYCKwjY1zQmrqYg15SO1SorhE4sZLolKbGnSWIbSZq6UNaKoNW8DbuT2kKbt60BZ3Lb05h9Kdg3r7er+NBJbVtk2Jmx/DLKQhhWXc6Fa3OENn0pD4BbepwHDWxDoAgRlxAYkR/rkHDKgytQVltll2mSWh5aIXvgxfXnL6cDZRoWvK+zlFZ8MXdElmuEexxrnzH0wnEss/wslxUjs5PLglda4+QCySEFek5k2LHgA7OAoRZAKEkS+9gedgDEHzGur/WhExMYz8a8R+hEACji3+hzNblPnRA6ITHmkvNC/QOV7w8r91B8lOKAHfoVJt9B5iyVxHqGnXkIw+6BHnYU7JIksZIXJA+doGOJwxweege9Z9jhBNe8/0cO2LXz9l8Eht0J112HDLu75HhnEzn3rFcsiaUMO5eETjT+odnCBF/9kIBgXBIbPOw0ht389yT5FOUFxsKuVQC7u2fzHz/1g/P/CNhdz9t85Rl2B+OBLKqJFgpBsMtEEusBu0QSywZ6yuBDqsxfg1Syb0HH38DdYMOsxGUz/z0w7BCw2z1dTvncaqtv8eLmpFtt9VFU8LDTJDLIdEOGnRAcUQPdZIadX44adpG+vEpyWt3/jnnYJW0xXa/MKCyx83rQ1ss97ASAEiYwwF6wyc/SNie/B3BUT1BbP8NuGQiFUk5DTKKXstXaALoRg+ngQ3cPdt5iOW3OzjsVdJM87KpgnxBkgvveuaHoQ2eEtgj29WCLL1m4zWfBsONAFQUwFP+4DGyjAW8AJGFVl2oPin9b5r+mhk7I7DQESS1nS2kJq0ySC+AZdpl/XP5SnO0DS3m11qWBdwxw09qDdgyy9hzwS4M31i6JTZhc9/Kwix6z4+RCOu4SxpHos7YQ0FpciYedl7+Sc9JQoNxO95I4RkYR9XmOn6esuGWA5IiMOd9GZD4S4CZlSo5hPPGtwbBDnIEAXvxekUliIzFpsSRWYtjdQ0KdFMVYkpTYkocdu6/S/fZYz63bz+NRlMR6wA4neriC8bL1961ThKhUwkvIXSGE5YE4y0cWOpHMHDZtOPgdWPjqh0Tvq0liNQ87LomFOKO2N1Mqz6GS2Ntn8x8/+QPz/y/fAQCA96/n9SNgdwv7ZHs0rzkpHEOWxLIB1wkMu5KHXZKASy6imWE3b0ff+NAJZNgdr+f/d0+q695qq63m0iSxW231KisyzsrgV8mHLrRtFQCr1FZKTKVtUZraUrCvIsVt00GYBJx1VdDNg1/CetGPR2f26R52upxWByiT30V2XpRaATx8xvVVlwlMt4r/0oQsOQF0q7yoBsBOkLW292DnLQbOJJZct8yHLm4zBc582wpLruE+xkBAN1MB3fx6aWAFHvOuAtip1+8aiwFVqYddGSxTpZiZf5wuJ40WPQgmMLCplV8ecR0tl8Q2Gtglp8xKKdcjtBF0VNYPEMEXvgzLPeiUF+CcoYdMRZTEVtoj05Ex/IB7Ca60xskFcJOGG5yeEtslDLslgJ0s81wmGV1cxmTnLmHYATLsmtTv8B6hExpzPfWdWyb55Qw7kflIJgatS70IxZCKb9biHnYA+fmzCNh5NUIDxMPuuDAlNpKDQt2jv6TbRbySxfRZSd7LgEO633cfAgD1sEsZdnjPPmSSWO8degojHT3sABhgt2pJbMpGG+wUbgLzWvtwUluw8NVnhGH3UEksxNmsJ136YOgkht3b3zP/f/sBgHNBEvu0mf+/cX5fCr4XABEEuyDAYmDYUcCOS5LobGHlAjmWPOz8345J6MTMsMObHL74HEe/HuxQmxx2q60WVzQn3QC7rT66CqmpKsMu9WXrBV82iaEz/+6fQ4IfXPbyWAG/0vAHz5JT14vbrANnrQrYoVwzb4vS1AC6qcy+HHRrGgONmS01sn0ECC/LyP7iE2iZ95MQiBD3d933kMUsOcilqUtlrXh+jSBNrUlxuxJLrgoU4nopKxBBt6VgX2wbwh9q7DyX94umj7P+pRdKidkXGXbltng8KNi32iLnbgTmYaewy4IcNUvE7v3n3MMuP09Z0mxgJZ7GsOsV0D73sOOAn8LQAxMBlKS94MOXsfzS4IuqB51lL5dBSj3vc+4FyNpXZMXD6hl2aRppcyrQQxhjqSyzzjiKoJIAQj2WJBYgB+zIvjXAPOzuwZiyvA8B6KEaJ3nYRRAZLUISYImMjRKmJAmpsCvvf49SU/58yoCuBQy7Yuo4XWbiYbeQkTkJMl0AOSGWLlcMnWC4StOGbXIesLuDNCW2Dww7L4llyqldG4HrxdV0UZY75IDdQ8d7r4hhl7LGRjsxhl0XLs6ZYUclsTj76CWxAbArM+wSwM4/TJNYXogv2DNgN59EeMsDdvYAMNzCs9t5m7/n9fnP144z7BRJrMSw8ymxKcNOAezoZ0qNBQ87kWHXtHAYoocdehOEh8HgmY0UFd5qq62KtTHstvo4Cun0DX+GhC/Mv7sCcFYD3YK8tOhhpwGFOXAWmSYVSazLgbMsOKLqYceBM0PAPmWbBYBy/r1hDDs9EOE0hh0OZuW2a6soES0PvrvAdMvBr6WS2KbL5S81llwreOctBt2mnNnXLGTYBTmtJImtMuxS25f5R2TJlX3oAugmrLfGsIv+d2fAsEsksR0Mlrw8tjJYpclR8do/WnYfEcbboyKJDYCbZRMAyjaEexGTxS/1sMtCJ05gCarBF8GHj3nQZYBb2YfP8vZZ6AQ/hgg4McBwpTVajcl1qiT2AQw7Cipxud9jFOu/iW9h8DZrGcPuYSmxxhgiY324h514XgiAZKdvYYYdvuNTMg5/ppHzDIAMuxkL2BsP8tcOFQ/RpD+X+vuLrwP8q98P8Md+OwBn3CLGQscDAKeFTgBE4phXU965/dz/mvi8BMglsYgTXSBecgrDzpjUx84X9rmHzs++WsBujJLYNgPsUBI7MUnskCzjMGBKbJlhRyWxOBt22aa9TZTEvvEd8eF3+wG8vJs7w3c8mds+t7t5oFAD7IQ0W2TYiZJYfGBTBLwii8UHocywox52cUbmbrTBbBYH1cF0c2PYbbXVyXWsTCJstdWrqAB+VT3dcrllBN1qbDWJYYdecgpQ2CALS/Chw/WqMt7Ud0+S09YYdo3AsAOY91ln2PH15gEy2ZglfJiCjHy9+Hw2AjBT8t1bZbVLgTOBYRcCHCo+dICA3elecoHZJ8haayCjJMU9nWEnBUeMqeRLbUvZefPLxZz0WpfESp59NYad6l+5xiJA1gTzNRJ2TWW3yd5rjjPsFA88AEkOmibNhuOL1zQHu7gKhgGsYyYn5R52Mkswl9Qi8D9lL7xBlpuFPjDQTwvO0KTFvv1QaW9VwJCtf6XFgR4EX0+XxDYZyFQr0cPusSWxAFn/Q5Za05jQnyY3J9Y6BEpO8rBjfdBXWfJbvi+NzJOuEQE7DpbmoRNrl2Q/SuExpaCX4mE3Kgw7gAV9nmANoQJgVzjOP/9XAW7fB/jJPwvwhb+UfhYYdgywKzLsWOgEQLw/oYcd7HxKbHxOAxCGHSNi7L3nf7h+l1bv8RQC2E1BIr5Ghh2N1IV5ZqvnHnZkNvIrHy6QxJ7gYYfUb86wC5LY0UZJ7MWbAJdvzT/ffgAvDvNJ/MzlvL3XbjcvW3k4YUlMQPSwS1JiM+omGXgpclssLZ1y/huRxIZBQeMZdshmnP8+oCR2Y9httdXJFaXpG2C31UdXAcBywuAEIDxTnAAGBRBJS1wNL6B5GAL+7CYBLCDrLYFupgL2RVmr5GFXBt00L7muae4lp8Xf45jFgOTRIslpk98LHnah7co97JqFDDs8zq0UOlF5Ue38smV23jLQjbLzcJurIKMg421xML+U2dflHnY10K0RgEIqa13CsJNYm52xRblXlKWfgySWgm3sRVsB3DJWDzIoA9hV9l4DoEmzFXaYwnCrgV25JJbtg+I/l0lq6SSAsg09Y1VPGcOu7GGX+fi1p0lqw72cA6crZzglwJAd7s+wM7P3oj0BsJMBrUcOnaDLQsk39ltjAgiDzMDJLN9+rICNK4FMk7R/FcmvnaY6Y27SwVIcl6yd4fkoFbyKd4D3T00Si8c0SYkFZNjVJLECs21Jf/nG3yc//730MwTsOJGoJLWVWKheUmuIJFb2sJv3UQPs7KmAXZcDdtlz4Z71kUlig4edaRPTyw4sfI0y7IgkdrRT2NF6Smw8iRGwSzsbUh3dcBs70/41Ati9Hxh2n+jn7biBC7g+jMCDNHhFYJFKYgWGneZhB1AF7DLKP6mOSmIJ6j3YCNjhoPq4Mey22uretUlit/o4KjzsK6ETTQDscvBLnc0OAFbOkkOwr9FeHNp0ICVJcWuy1kYAv4wxs6y1EhxRZtjVJMA5QAkwA2n3B/vQa1A41oGdJ7ddW8UABx04c86FwW/TnSaJdc6JwFlcb42dh8DZ6T50AeyTQicWylqp/13bLgTdCuy82cNOZyZIbeMLiC22xWv7rDzsyLbWPOgst4xhy8i81wSmhuWgn43vI/MyKqAhD4ab0GORJLQm7RWwjIFduM0ZWCZtA0+aZUDtcsCtBjqmATpx/bKkNsiCV85wspODwT2AmcVYXiOkwGmpAghFWYiST9hDi537BOxm3mbjCZJeLMv7gC+09ZBBthpgR8AT4kmXgH/k3de6NKE3eN59KwB2tM9oExQBsPPjKGMewLA7MXTinc/Hn9/7mfQzDZc4JXQCIA2eAIBbxxh2/nl4tBNMkwt9EnGinZfEhnvB0sLt9h520+SCVd+6AbtRSInFB5U/+K2Z4J0Xh3jREUnskdy0dEmsZ9gNdYZdYBkMBCDcPUkYdi89w46GTlwfbFUSix56F4Ik9pb462WS2CSxpwLYFUInEn8+gjYfR+JhFzTbDLDrN8Buq62W1hY6sdXHUTjY7cwyxlnKdPMgUtVLTmfYiT4hZFlNwcPuvuBXCrqVfeik2fy2AhTqHnYmHucqozCX0xqYwITncK+25b57a6sAuhUALDu5IC9JZa0oidUH7nZygcnYntgWIDLhaNsgTV3ICqRgX7tQ1irJaUPoRAU4kxh2AXQzNbAvD9mgnjxLPOzOgmHHJ7aBsstOY9hlQFEhQK4mSc3ArmpSrfXtPWhY2YYha58eh2AET8+hCvpVJK2LPejSPheBUzwPXNarsBRblMSuGzDhrDjRd61UpN9xGWetRBaY9tx9SLH+h+ubJbEpw86eADhixeAS9mwM+ycAklXAbmJS5TIbcWIhFSefx3MuOs6rAXYuZ9hdGE+2qh0rKeEXfy49f19+I/783hfSzzRcoiSJla4RJqnlDLuWSGIp1tRj6ETj8ZJ7M+xmnClJYF41YOfBraOd8llywrCbHMDzO//gIpJYCsJpbJYSw+6iSU9sGFgP13479/MJFgC7KzPTMm9hP/8tMOwUSSyGThCGnZgSKzEcKmAg1kBnEG+fxeAMoP58U4I2H218+CATITywMcWk2ySxW221tDaG3VYfR+XgF5e16t5qwcNOZeeljDMKQi31sJOCFHAbej5hFzaMgW5tCXSrgH1tCexTPOwEgHJeb11O25TAviSwIk9Q04DCtVWzwMNunOKEbCKJDQEO5bbIzkvb1gG7mZ2HoRPCeu/DsEvYagXATvDOo4Bd6aUwgH0UdAm+OrYIaDQslG3+mQKFS+S0ZwDYCanSeeBDDWhKz1HuYZf3jzylNd2OobIMLanWaIAfe/m03KdaOg40CAAgeSdxzgkswdMkrbkHHYKOCvCptOcsQ+AMvZXWNJGXdAoMLQUaCctrmlwARJZJYr1S6h4MtJMqgCroV0dAVr/9UwDscL2u7EtGKoanpH+P8mLyx4WhE+Pkgh87PS+JbJOBpVJIRVXm+c1QRBqsMtM81hI97HKGXWnSCgDkc7eEYXf7fvz5xVfTz6oMO8nDThibMobdwVyCMQSwc1ESSwG7wLBDDzt34nte8LCbMSQ6FnjoeO8VedhJKbEMiSWhEwAA7197sIow0A5jfHhpyCR621Fwz3pa5EXGsPMvHh75hN3V/D/1sPOS2EuYD/YN7OH6OFZBNSl0QkyJFWYOa2AgFgJt+8YC/MH/CsC/8asCizH48yWS2IZJYsf4HYCAAG8Mu622Wl4bYLfVx1ExhKEWOpFLYqsedg1O6uhgXz10wibrSrf5o5C1CimxKhuRgW5FsE8DRhU5LQ+sSNhQbH9X7mG3RF5qJwc7ZNj1cZC8tC0e50YE+/RZ+smByM5rF8h4AYCs9/6gGwX7WuJDtwQ4Sxl2URJbXq8HKAXW5n2kuKstcowC7lRht0WgiMlZtcCGaQAgL+/ORVlUBla1XE6qBV8w/zi+DZksV5bUauy0sA1NA5I31Zi8HPK0XH4cyj58avtMmsxYgtk+KOtfaSUMO+phtxToIQDbyQw7SX670OPtpGIgTtLv/PqQzWYpYLEweCJLS/YlyosXSn65J52cqJuCpUlIhSTHXVNNE8D1e8k96d5FgTQN6MLz7M9vm3jYzbhCtc9LfXNJ6MTNe/Hn63fTz4KHXQq4Fb3xpO3gDLvmMvk7svOPdgrvdABUEvtAhp1XctL+tlKGnT/Q4wHs5GBykA+6/f94UD64YQy7ticgmH7ApNAJ62dy9g33sPMvHsPN/If+yfy/wLC7mOaDfe0u5r+FB/RRvKCk0Ikrz7a7SSSxwqCJLrtQeOI/ad8FePn1OTjj3Z+ad4VKYskD4zASwM6laSiRYbcBdltttbRwNmZLid3qo6w2A+w46Mb80YSU2Ai6caabbyt4yfVtDShMwb62GByhSVMVplvbLFivAva1BbAv7K8C9iVtuSTWr1dJeu3ahoVs5bPP55ISGxl2+ovaaCnDLpem1hl2QtsFYN84TbIUl8haXeGFQwLdYtJrWdYa5bQ5O68zCxl2nQy6LQusIC8jSxl25wTYEaVN8GfOJLFp3xi4DG9C9iUy7IT7iCPvDRITwm9Hs5BdprH8ghw0C85YCpb12XckaTDdh5bLeo0GGipegJmPHwuNUJg7mX8Ze+c5h5RYiWF3cuhE0zKQqQ52FUGoVxI64dl0yLAzuSQ2Sclc6GMXUzFlD7twLOk9dgnDjkpcjcSwi9endTztV/C8W0vZEeBf/jTAv/q9ADfv179fK9HDjgN2nsCDoZSUYWdOZdidEDox2VkhiHV4HrEIgBiGyZV/i0InyDiOhWneNZ6g5Z+dDUzQwDQz7Ag5DNOHcVwiedh99cNb+FM//mV5fNHpDLuVAnaRjYassGzw608w+sR8gAw7KokVQDBeF55hd0dAMTRR1CSxZvSAncCww9CJnQfsbuBi/lsY5DjxxlsKnUhTYnOK+3JJ7LyOtyaCTn/jJwAgvlSN1MPONHAcp3CTa1iM8RY6sdVWp1cprXmrrV5VBQ87fJbyGWmWQEoHy3UPu1T6KIF9VaabAJyF4IhK27BeYUb+/h52RNbayuvVZK0tlbVW/f4EZl8FsJPAzTUWZZxpNU4TdAZBt5xhV/KSs5MLbWlK7BKwj7Lz6HpbktaqvWQ7JzP7Ytsa0w3BPgqcIcOuJqdNgaS07bL1ShO+nZnAWv1YR7DvEV/8X1URaVvHQQyF3ZYx7KYKw44tQ2RCINjlz0+U1coMuXwb8FxzOSoyuBTAjrEEDdnmkjR4IGBYBMxSGfXIfafYNgwa6MhlvQEwlD3seMqs4Sm1K60UGFLSSEtFWF58WbXqJQ+7hR5vJxUDVaKElUpiWegE3ZZKZUxRXy3fP7q8qoedwrATj1XD2I0r97BruzkAE2Am4zy07uFh11APOy+JrXvYSQy7iiT29hkA4HJ9/7ghLLuASzCGXWm50nbg8fR1bDzOQZ6dPYyzhx2qpsg7Xe+xqSMD7Jxz8E/+4b8Bv/OP/Tj8ib/15XxbECj0xLAEsDNrBOy6HLDLBuxNmsb1/o0giR3qgJ3MsJv/hrG8WPiC3QYpKAJ2b87/334ANx5c66f5YF+HlFgyMBPCIRAwTCWxUkqsBNgt0HwDAewsQeB9wgru29ESQBFDJ1zKRAgXISLZ/eZht9VWSwuvw00Su9VHWYElpwFJ3MOODD4iw24p6JZ72OlMN0wD1SWi3cKkVzk44iFy2ookFvT1InvrfnJaHHuY9EXkzFJimzAbXQbddqKnmwfdSiw5K7PkmgVprZSd1wjsvBLjTJPihtAJUwbdOoFhR5lutuB3FcA+qa2ZYFwAujWChx0AgB30Sd9mEsC+tRbZ1kxGVwmdyDzsOh6WQI4dGXPTF6vov4YSZA52yTY2OcsvTWgdssAGDviVGXp0P6XQB5ElyIIvqgy7zIMOAXWNZViT9aYswbWHTszAUDw2rT8OpWs6qSQldkpAplrhMcPwEXCOsIdeBcPOgzb02vF/m3zy5+jIM2ph8ETmo+gLxxKhn9LJnAWAnRUYc3JAxxw6UQ2pWFM9/fT8//U3yt9bUtT3UAXsUg87GjqBDLvFKbF04rEWOoH+dfs3AF77tvlnGkIRJLEnpMRKTD8C2L10F9C2KfYE4AG7KYZO0He6PqTEpu95f/fLz+EX3pvxoT/6n34x3xbElTxgh/dLYyCw9+5bHwHDzl+4iocdSi2e3TCGHZHEll6MpdAJ7IB7k3YYlMQGwG7HJbHP4M4Df51n4d2gJJYOcgQmXGQD1kInhJePhQw7fNC9Ob5DVvwSAOLDdWbYRbR5kEInENzcGHZbbXVSTZML97QtJXarj7KMMYs83SSpZl8LrCiAX4sZdppENAmOUBJXFQBrlqbWfOgUoNCUwD6UtWpgX1OQHpfZeWWwD+0pZFbg2sp03mu4wJIbCPhFx0lB1rpQEksnRQPoVmLYWUeYfbmXXFdgq9Gwi0aQtZbYeXSfWkHWWpfTCrJW0k+mUR8HhmPZ5ZJYAIBJSD4Nq5DSaddaRGmDY9uMncaZXajmYVJOE5hljBkGkPq/EUCGJ6RmLD1F0poz7FKAtRb4MHA5KgEMOw5QBIZchSXIWHo5Q05m+fFj4BrGMqyFVmThH7j+dUtiRxYU0Z7qfUYYcXaCkxh2CGgFKSLt4+YRx5ul0AmUyfr3RptIYpd62M3L5QAF/hqOZcKwq0tixxpjjjCtrEs97EQJ7ZoKAbuXjwDYUQCr4mE3JAy7mdWGDLvqscJrWfSwU/r74fn8/8XrAE8+Mf9MZcCat37JG09i2O2ehh+v4SLezzjDbnSiLzmODw6MYfcz77wIP3/twzvICnGl402yuY8xOfuKPeyO4SGKEbncw24eULsQ9iBLYgsedhg6QRh2ODvCGXbIOGgtZ9jNgJ27eS+cuHZEht0erg82fdEQBkXBb6+nHnbzdtwmHnapH8T8MwJ2+mALID7MX7PP4h+PCNj5mRkqifUMuyEAdtFkcf7yxrDbaqtTKkkT2hh2W33E1SbgF+t/hUCDALpVmW45kFQPjvDPF4WttkTW2qoMuyZPmGfrNTCF7+brfQjDLgeh5t8rQGFjgtVH1rYCUK6t2hZZclb1s7FWAez6OkvOJmBfPEdUiqv50M3ptAi65XLavsCSS+W0CktugZxW8pKry1qRsSSMAQHAlgA7AWSkY9MS2Nc5BLDOALAjMs7AOqpIYjMpJjLDkNnFmWEAKWBHXgQ52KQDbjxwoSwnzViCiqy34wmrTZczhATAbSSAnzFsGzhwKQBudnLBojsD3DKWYdnHL0vK7RjLcKVlqZTS3iNdlIAlKcOuDnY1/ByfwEA7qRiogv2uMRBBPA9+WMqwWxg6YXkfAvydA5Kk71RDJ6YUgCtIYidowDkI6rKUkbdoFz76evKIgJ3oYSdLYtGj7WEMO0kSqxzo4/X8/+4JwMWb8893z+LnGsOu5I0nKUcSht1l7ItNG5bV+8m1gwTYoSR2apIxyM+9cx1+/vrzu3xcFAC7GZsJ4PUD5bAArwqwC5LYQzRob9hNnpzgBhw8v/UPpiln2FEQjNeFB/Ooh90QGHayJLazDKjyncbdfRi3aZhPyo27mFNimyZuuwTYCfLd4GE3kEGnYCJbWi4tPPEXjho03iT7lkhiTQtHGz3s8CVh87Dbaqv7FZ0YKE0kbLXVq6iZNbYs+TQF3Sqy1rZP2lKwr2kMNAaqoFtMiU2f133b1FmBsEBeWmG65YEV5gRGoRA6UQE3cdliW5VhV5YPr60a6genAmdTkMTScU1DPN00sC9h2JG2LQl/0N4ZrNq2DpyNE2Xn5Uy3EmCXgH09bbss/KHz7AVJEgsAMI36OFAG+5a1FQMr1lo2Xj8Zs0yRxCY+XORzBCiDpNEY8eWPMssC2MUCFyJoKIMwGeCG/m0IlmXsNMX/TQhsiF5+uiQ1C71wLh6HkPLK7qdkGyho2bbGt2f7kAF+nOmI+5AyyzLAb6U1TpMYOrGcYRdZR/dNiRUZdq8wdCKyIpsE9Aqf1XzJWGXSbl/ZsTwhdMJOxE9vsvmxAghgI9piJSEV4T6y0v739DPz/4/tYacBXQGwoymxM9lqBwsBOynhtxY6kQB2b8w/J4DdfTzsondhqP3r4ceEYQcQJsh2Rveww2f8CG1y7f+cl8MCzP34vWs2SYbMPr+fmjz8PvWRSWIvGvawJRdnD2POsFvqYScx7DxivGOhE8hCC4BdkMS+CQAAhiSXmCF62GFybEm6iuu/IKETKIl1DuDO70tkEArxw4I3Hq3gneUDMQAgdIouCZ1AwK6Bo40zPPiSMDnfifDC2Bh2W221qHBioDFE9rLVVh9RdY0pMM5SIKkX01rvx5LrmiYCZwprTJN5totCJxRJ7CkediLYd7+2CcNOSePVfffqclo8VmsPrglecoXkU8p0Sxl2MUhBZ7pNctvAsBvVF/w5JVZi59WTXinYJ4FfpW1O5LRC21r4A8qLpZRYgLIPXSuBbsaEF9OynBZZgefAsIsAcBjbcmaXldltmhRzkMABQU4aAb8J0By9CXJSJu2vSlrT85WDXdz/TWfoZWCHAJhl/nMkBddlKa/5NiQ+fk2TLDsPzpDPg+ol2LD1r7SspSDbEPrfYqAnkcSm8tpa5YDWcgbaSaWETjREEuu8BNc6J/a1UmWgra9MxppIYsvPQjtNYAljrpGkykHOyxJupzGwF1fLsLt6e/7/MVNiSx52Fj3sCGDnsYA9AnZVSWyBYaexMUWGXSRLhcTYU1JiJWnunkhiKcMOIHnOH0dHPOxiexyXjNAm+NLXn6cyWP57ZNilgN1jTM6+WsAukcTKHnbzRkzw/M7f9E+VxGLoxBAPKKZ6aAy7nktifacxwzW0YGHfNWD8wQ6hE36bkm0kJYVOUPAOwyx4xHnyM1JBlcLBwD4B7GbaJSLDg51i520wJTZNDwzfGzaG3VZbnVJ4nV/0bZyF32qrj6ha6unGB/DoGeY/bwkIFWWtZSAJwYReGGjXgEIt/KErSVNRXhqAwlJK7Omy1tYo60UvOZC3OZUelwFKDtynYB9vWwZG11Yt8XRTAaxhhNbghKwQ4FBiulkb21J2HpG1lphuEsMOyDbrIOMkymlxOTM7rwT2oYed7EOnyVqTdFo6BjQmvFy6gtIC+2vCzoNoA+MKPsjRO+8cALs4cY8v/Uv94yK7LWUyJmEHwjKQgddz/zoQ5JwqWFUGDfPgjErgg40v3rmXX74NAw98IJ/lsl5BUss98MhnDQ/OONHHD/0w1x46MU5OZtgt3W4izxstCUqoKKgAIPishXtPIol9TIZdGgxgg4cd+RumxFpXZ02xigBg+vcMkNRCsIQaWYgEAqmJVBkBSGQHhu8PhKm7UsQO2WaHD8vfqxWZaHh2N4HTQiA82HZMJLEzq20P83NksSSW+ivWPOw8ZgG7pyTw81n8XGXYFaTlldCJZ/CEMewoG34SPexwgmtwLRyIgvPdFylOowN2836eD2Bnj+HC3CHDzuSAXQcTPL9FQEuQxBYYdheeYXdHQieOKsPOA3aTP8A7BOwidfJ1uIaLrgkH+9pdwMs7BrItDJ1oGxO2PSTFMk+L5OfKzTCAnxPpIMdUEjtMLgmdOI5TuMkZYuB8tBMxd9wYdltttaSQKUvB+K22+qgqDXCQAaxeYNjlslZZqokAV1sEoWTQLQCFmTS1uVfYRX1/McBBB936yv6WWHL3ZSMWQcY2Xe/aPeyol5w2eE9YXXQiFoEzU2C6UTYZYckhEFZjuknsvCT8QXnJTr3zcrCvNU5Na6Vy2kYLf1AAO0u2uWUvJAi6lYIjOkXWag221ceQYjrtWotIYjPARPOwKwQ2AMznLVjTCC+VA5fx0fE4ymoroRERNExBv0aTxLLzpbHToIlpucHSRgIdNUmtX0bSXjgG9HrpGpOCluEY6O3p8tsmldQ2Z8Kwm1zqYRdBtKWS2Pj+lfjhgQOoMJbalgFaiST2VXjYeXCOphv784UMu+keDLtEYksqk7dL78OFZU4EsAsMO3qPR7BRkMTi96ussY+rUMJ5eFH+Xq0IMPeP/IG/Dl985p9FWeiE97TH0AkTPewu4AgATrWhi8sQJoCrgJ0kiSUgZTUlVmLYxWsuFAHsvuo+kfZFlMRCKondE8VDQ4Br6l3+jgfsvuPNGTf58JY9r5kkNt7THw63vSIPOz8QmYYgDQiJrYIktgWbM+xawrAreNhJDDucHdkxs2N8iPbIUOufxG3yB/l1cwNv9jZQyW8kSawgXdXAxSviY5fsnzAjXAPscGarL0hih3FKaKrHcYLReaNr0tGHcWPYbbXVqYUMu8sNsNvqY6jG1H3ZWpVxRoAzRdaKzCEprbUq89Q83SjDTpXT6uCXDrqVwx+S/dWAQmWbl4BuESiUPOxyqSZdlra/a6s2sDYLbDU6gUnOL/WhU8E+CtgpHnYq6Kaw8+LseYnZ5+R+tUCaSpl9rRL+YAcZdBsJUMiBM3zJdAWlRWQFam1LDLtzlMRK6ajlsAMOdlEWZGkZGkMPAKANgBvex2QAI8py0+ALsxDwy5JuSeiEfhwow44HPlCGnbYNuYedMeDlkXH7kCGXsQzVlNhUUgv8GK60UobdcA8Pu+inZR1hhQFUAa8c0MLvm/mkPFaxcxcYdiauE1Nix8lFqtzi0AmZVZRLYgWgRVsmS4kNARYJww5tn/x6IG736kMnkDh09/xhyyHX4+0I8P7tlP2d/j5M3tu/aaLqEGbQruo36YTzF9iY9w2d0FJiC8QmiWH35neHH7/iPiEy7HoYYbAOjh6nSoIE/b1zgDbgS7dHCy88HvR9n54xoxywkyWxH7uH3Tee38H/7S9/Ad7npns08WqYBx8hNQ0HNU0DAOirM8XQCSqJDR52JUksetjFYIeD74A9S4lF2eiOM+wAAtL7BlzDm33cn1vYz6ETAPEhzWb2nHMquHi1m9vkDDuKSOtSW1r4MO4Tht3cKXoqiUXfCtPCYAnDboqJR+Pk4oWxAXZbbbWogvS9MImw1VavqlJ5qSJrLcg8dfALJaKaWXRTBc6CEb/kJWe0EAYE+zSgsA66tcWU2Mo2a4EVzQLQDeS2bZGdx/Z35T6YNHRCG7wnoBuVxPb1EAZLxzyJh10MrDiVnYfjqZ2xKjhQY9gBgBrgQL3zNIadJk1NvPO6lCUXGHbKeqcS2BcksXV2XnMOoRNUEouT0RMHy2pSTJTExr4R/dvyMbfG0MPtSNvLHnQaw61Z2D4m3eYedggkxmXkjJOM2UQ96AjTMNkGcgzCMcT2hAGIHnQl0NE5l+4D+aztmCR3pWWtg8nF4ydKL0uF719Nl4ZOAFRJGarH22PKYenyEOCizE6//c4DL9M9Qieya8lXBD8RRFouiZ3ZioRh539MAyzmn8cgiaUA38olsYFh91DAjtwPoElkxOn3PCCFoROtSdR2V3Co9/mSh90SSewpDLuSLFsCfj/zy5OvJGOthgJ2siQ2evxFDztk1+27psCw84Cdz0FYjST2D/3/vgD/5//w8/Df/UN/Pf2ADAgmf/AzDzuAZGY+sNhOlMQimDe5eOGiJBbZAlgIau0R8OopYPcmAHiGXev1290lTNDA9QEHdnLoxGBjFDqXyoWkWA7YCRKOqiQWH6Y297DrKZWaoM1zSmycLQppspRhx5HsrbbaSixkyl5sCbFbfQzVtgaaStJrBxYaZEiQKrLkSFuA3MNuSfhDBM5y0E31sPPbgZ93bb7epWmtooddTU4b1ls6Vop82CltS559gRWIwOjKgX/CsNPecxBgmsAk/cq0RNaqsOQ0OS2CMmUpLhkoS4oFALCKRHS0E/ShXyksOQU4U8E+Ev6gtVXTaSHKWjXQzTol7AIApiCJLfnf+bb9GQB2YeK+C9eIrUhiByrrAyBgWdzfHDCj/m0Kuw0MdG3L2ldCJ7iP3okedhng1koMOwF05C+H+JlpofXvUXnKbC6JzSS5phUAQ12SO++DLKkdzsDDjoIc2J8We9iRY2btFEEm+plSLQ9SkJhDj1EM/Ej6DabEGnK+7ymJ1Rh2AQgK+1d/Do4Jw26MDDt+rCCyAxNJ7Lcgw85Cq6cUMw+71vjntwfKLuEA7ngL8Bf+BYCf/ovyuiSGXTV0wqes9lcVDzuFYedsLi2XgMNuD/A9/xBMpoU/N/06MSW2N/PYREqJDdcGtAGL+uBmHq984skO3rya72fPbjSGnfewU9im96kHjRb/9N/+CgAA/MJ7N9EXASAB7JCi30uDbjIzHyWjfgBHJbELUmIBIvslMOxY6AQOrPcOGXZP4ocCw855yWyeEpueIOqfp0tiWehEMsBcBtgFujsF7IbUw+5IJbGmSTzsYLIB2Buohx1PY9lqq63Eih52K3/R3uqbspZ4q3VgM+BrblsHvzqwUQ5FKmWryUEKyBwqJ73Kiasa6NYWQbey/93DAisa6FVWIIJ9CiswCehQJMDKsVpd+e2d2WryANz6SdkRZBB4CTtvhDaVfDUkJVaTxI6yFHdJ+EMCqFF23gIfullOK/eNEP5QBPtQqsllrWXQjQKFnJ1XA/sAAHong32rLMK8wRCIPHSiwm6zKB8m/SEEJkhyUAa2kcn1AFYF0FB+CVYZdv58ZR52joTEQSE0gnj5DUXAjUti4z7kx1ECLRUPvKaLab0lD7xSaEXHPPBWWonvnJtyoLRWBDzIGHYVSWlMpGWS0Udn2KVBBBMFFUJKLGHYnRg6kQHHvoLCC6+DEz3sKPhUStQNQJ2hAN+JTMmPuh6LYUeSoS00YB0D/7FQEosMOzxXnmV3aQ7w+i/8eYC//gcA/uhvBXj2pXxdUv98qIedZtVFx46O3UM0YPuf/nfhL/+3fhR+0X1aSYm1cLRTwJpSSSwF7ObPEbB742oHb1zOy3h+LpJY2u0/oLLYpgknMDDspLQ2HPiaadYRjxMxm6UednVJLEAMftAYdkES6zzlkjLsPNL7urmGN5oUsAspsa08s0f983bsRQkZd0ESSx7AoU6UxCaA3XgH4FwA7GaGHUpiGziMUxhEwjSGDjlYtzHsttrqxMKZli10YquPoxoTwZ7M94WAbtLgoE083WTWmNa2X+JhZ3TQrcY4U9l5RdAtTXrNwy4WbHMB7KsBhapnX0ulx9o5ksG+1RUFvxTADoGtETg4WfeSm4LsRGaL7owFq1AidHbegvAHK3vnUZbcVJC1igw7iF5yGug2TpMqiUWWnDYOtA9g5znnYsLsOTDsiNImk9EpL4RaQisFKIOsVpCk5pJYyUePtWcMztxDzh/zwLBjgB3bD1x+LomNx8FmwGUpdEJgKhY87PL107RexUPP5usH8CQCsuzGf39YuSR2nKaEyRXCDZYCjST51E6nedg9xOPtpOKhE5jqakwE8Qz1sCsY/guFoJgmic0kv4s97CL4pB4rABg9CIX3Y3D29PP4URcy7MY7gIIXabUYcGk1SSw+ezPAbsY9LuEI+w9/Pn7/nZ/M1yUxJGt9ZUCG3aUiiV0A2ClswawfdXu43n8KAEBm2MEIo51CqIQmiUUyGMpf37rqA2BX87DD5wqfBL9P3Ruw+/BmSLzr3lN87FC2IJpOE0YAAMDNcUwlsegXVWDYGWPCQUbADhl2YVDlC0GtiwrD7nUvicXP7wbvjxeAtXRfqXTXMGNQZNhlHnaJ58pCSSwOKChgBwBgh5Q5R2Z4qIcdTGP0uhtHAIta8Y1ht9VWS2oLndjq46w5SIGxPLAQIDEy6FaWakaJqETdL7PVItjXNiZ7BqYMO5lx1qkMu2Z52EXmnbfES06X01ZDJ1S/P7K/nM2UtHWr97Cj+66BX8gms3ywTEA3zUtu0tqS9Y6KrNWSAbXEzgPQpamTxs6DupfcaKfckzm0nX/XwL5pIuNS5o2I7BHdO4+GXShgn7a/Lq73LBh2xMsax6yZFJS9EOb+b/MyDAGbsqRZQRIb2W0RLENQfiiAZXQbo6R13obMvy0B7HJJqwQa9qqHXc5wa7mkloCOZVmw1j5KYoOkVTgGlA3bNiaR5PbeRsSuWBI7TQ4mB7O8H2BmZnHWW3UhCELNoRPuBElsx0HVVyWJZWBt0u/I9gN4SR9j5NUK7/dq6IRjINs9GHYZgEy2zfptd4m0eeWS2N1r8eeHJMUiCOsMAJgkqCP9XmSQAeQMuys4wP4lYdVdvyOsK/rlhzIVwI561IXQiQ+jzDV8nqaop/dMtuzCdSImFvPQiRLDzrXB0gyJaW8WATufEjvcAExWBa/vUw9i2P3zv/mHws/vvWQDFP9AxIFRX/Cw2/s/XR8tkcTuFkliAQAu/Of4Mn2nAHZ4470AZJYRoIp42L3ezB3G7OcDPzn/kFI87ErbeaV52Al+LVL6LK15sOCgtXfpB/aYSmKJrvw4Eg87Gx8+w5EsY2PYbbXVooqS2A2w2+qjrzaRW+qyVlES29YTZjtjM/86AA8USix58rsG9iWpqZqM1+hyWo3NxNl5ooedeqyYd54QWFFn2E1gYBI87EoBHfG4z8dr5dJ6csw14AzBKWR5hUrYeVpbD9gpDDuAElBI5LTJeuPvGvhlNf87ABhr0tQE7GOgm6mBbhPpG4ydFyaE5ZTYRE7bKww7ZQw5rzeVZ666wsR9lIJmclJ2fiJDLgercpaeHriQSWKbNoI2lYRULTQi+rcJxAXRQy7fhgA4LAAdQ/AGUfRESSvfhweyDIX1h2WQ9kHSu1aGE0QgiYIcGchUK3J88FxZDTRh1XAPOymk8DGKnbskdGJKQyesPT10QgRJQAAkJe8xpcZpCmwwynzMwD+AIAN1Ybvj2GRaCrx+1NV2EWNAFtp9igFxNQ87/F645n0Y56U5wMXLL8bvS4CdBJTV+gpl0CHDztkYRhFSYhmRiIKCSxl2INgMADDAbqp62N35z595cO6Nyx082c/7eX1k1zQlgg03qjz8PnXv0eIbVz38z37k++A3fu8nAADgvWs2yGDyUXEA639+zX/15jCSWa2OAGHlixklsyhNvbMI2MmS2AtJEksYdk/M3KGafTzwd6NVZ9UQKJRe4vFvd8GjL84chgoDtYqH3TjBHoQBmT2GG+E4ueQmeFQYdvZAbggbw26rrRbV7ZYSu9XHWCn4xRlNEUg6mWFHQid4yisA+ITZsqdbBzb4JKXrbfRtrjDsUpBRByhxPXyba/tbktN26v7G3zsBpEwYdsW2MhNyVXUKw64AuiWJrrStB/vGDOyjLDmFrRbYeaytMTAEllxtmxvghuchcXVYANhx0G2JrBX7lRIc4bSgDC2dlrS9j5x2lSUyw5YFNkj+bz33oJM87DKwKpeDliS1dBs54NX5Yy4y7CwFvHywHAfMKEuwADqqoRGl9iLDjh9DKk3mDL8c9AxMa2H9a06JxW0TmVxLmYEExMBjNS30gMsSaV+VJJZtD4JekiR2Ztjl10upcL/5fBTKAsN1eAKDMGPYaX5/QAA7kzPstMTyVRRiEg8B7PD8+fd+PSXWn/uMYecBOzjA7vYb8fvX34CspP5ZY2NSBl1/GUFKDJ5YwrDjy3YCIcyX5fdkgPDc7sEmgN1ekMQO0MKdB+UwYOKtqx6eBPUkO67dRWCnwvE6rP9jD50AAHj76XywM4Zdyxh2oofd/PMT//y9PloQU2IrL8f7IIlNGXYtY9jhQ/sSBEks8bB7aiLDDpUWd0cC2GkMO2E7H1USOymA3XiAXUckscHDroVhdDA64mHnj8F0vI3rZrPEW221lVwlcH6rrV51NaaQEut/71UPu2Xglwj2LfGDK8lpNXYekYhqctolMl5cD29bYxRq4Q8J2Kcw+wDmSUEpUVff5rgslBCvuhLATvFHswpw1tRZciroljDstPV6Zh8HCqEuL0XQzXJ2HtR96FI5rcx00+W0FlrDGFKsraa0sEQSy/vV1JQ97FI57XlJYgMzrAAUzZ/rgQv5MgR2mcKOo+ywkv8bgMDyY8EXaWgFAwYhvly2JYZcITRiiYddfgxyD7teOAYZ6Cm0HzjgR1mKZwCYjAGwy73SFm83TYn1bdxCwC5jkzrlef3QYqCKpX2f+crZe4RO6Aw7xcNuiSTWuYT5GNiIyFoNyrImvPlPxMMOE3hXGzoBkPmf3asYc05ld05oKcE97Ahgd/de/P71u/m6RIZdpa9Qhp0xuY/dIg87vi868Csy3EhK7GCd7GEXGHZdCBZ9dhMlsYFhd2DbYkyUxR6vgwR7FYDda36jM5TRD7hwUNVLnh/+4D5NGHYI2O0CY64mid0zD7tbZNi5dJvwgXcJfsCVSGLnTvM63ASGndk9DV5Vd8OkS2LDduad5ZIz7ERJrJx6xWu0jgB2JjLjiCR2tC4xglQZdloSy1ZbbaUWBtDg7MpWW32UlYJBsoddq6bEUqabnPSqgUhLpKk9jOJ6+4UsORnsa6qgW7cEdFPXy17yfXWl9bYUdJsyRuJSdl57Dgw7Y8L4YRoVWasHp0Yj+/UB6Cy5APYJslb0kaoz7IRBepC1lhl2WdgFEIad5kOXJMwylhwuT22ry2kDw04F+/SwiyrDjrQ9D4YdZbfVwxIAqA9X6h8nsvQkdpllTAyi9sk98BRZrgL6oW9gYnhf8ICTJanacYjth+wYxHtYzxlJ4jHQAbecYSeEXhS2v8V3jxV72FkO2Dkh3KBWhB2aMex4uiWrTHY8xXe5R61S6ERIiSX9rVm2/VjWCSAJ+T2TsS5gEI7WJQEKMfUVwt9wWeFcEaDx5PP4cdRjMOzwnJ7KsMPJUo+LvGVeQjcS4PD2A2Fdqd8hANTZmJxBF3zsns3/a9iEMXE9yr5I/cjyezJAePZ2MPvrypLYyMJHSzOUxL55tYMnOwTshHERAV5Fht8968F3gUvOIMPy4JYLoRO61vmKMuzIjNJSSSyVnTrnAmDXMsBuBqsc7I1fB5WCXr4FAABvmpfwxHn22e5JWPbtQBl2LCWWhE7wuqTtadsEuFzGsBumCXYI2HUXAF0EEPEBfbQkJp572DkLfRjL+IvmHAyIt9pqJfX8dr5G0XB0q60+ykpYcienxJZYcpHpxmfFARDAup+HXTmwIrLkVBlv1TtPD46oAYWNcdAI+9w1puBDVwbdWur3l4Gb8bj358CwAwJgTRroNo8lpqw/tjFxVWPJ+b9PnGEHkSHgTpXiQnwJ0cCv6LsnMezKHnbRd69Jwy4WtLVHXU5bB90m6I0MuLvKGHIkybbNOTDsCNAUvM8K3m0AElhEAhMaMqENsEwOSsGyEPigA37z8mVJLHoOTg6ih5YkaVUBt27RcchSXgVJa/DRW7T+EyW5iiR4Du5YP8MOX+5Hl0tiF283IUwgm2upJDb3sHtVDLsUVEnk5A4Buy5+VmNNkZomF/IDsmejYaDZKQy7iTDsHGU+cnCzC8ufSADCWQB23j8Ojg/3sMNnr5oS64/XAC0YAzHF1INNnzNMAiuBiDy5G2BB6AQD5CjDzjmIYZgCmUgDAwvS6oz1DABREjvCUQud8BM2A3TBu/wDL4l987KHJ/uI7WR9CoHX43WUh5sVAHaZ5DMsGRl288HvJfNn/3Ng2PGU2AIQRosy7MbJweBvtg3TOe/aBnbU145qpK9mL7634QU8dc/nv12+nQZaBIYdB+x0I/qLJaET4cFX87CjYOMuYfylkthIDT6MhGEHABetn0FCT5mW6cS32mortZ7foenoGbz0bPVNV6k0lcsICWAn+ND1rQk+VrqcdhTbFkE3XK+aTkvAPm6/QNYrgn2L2HnyDGY5JTY+qyV2X9sWAivIbLIEuhXBPmMSgLMXGIlrqzHIS+XxCbLkJNANgTONJQdaYAXExFU16RVTYqX11kC3EtgXvOQU4GzQ2XkT9qvKegEgA3MRdHMa6LaAnQcKqDrLaWXvvFXW7inAa98GcPEm8arSgSKA6C+3zH8tH3PjS1e4JiWGXuaBp4VOpC/JLTlfOUONSlI5Qy/fhtJx0BlytH0dtJRkwXnKbA7iZPtPCBgZwLLCGkPgAvU+85MOpzLsTBvOh9OYQawia4wBWq/awy4JnfCAXUMksSeETlBgk7PP8fdwHZ3AIJw97HJPutCdCGiTS5FtAKRWDdj1npk1PEASizJnaOEzr+/BOgVsJQy7ZOy0fw0AAH6J+Xr6/eFWXVfqYVfpK5xh5+3I4PZZ/Ix+TksDvgtMzcwmACDxbB6nCQ4lSaxrA+HqQy+JfetJDJ0AIIQsrIRhJzD87lmPANjNG32bMexSNpooTfEH98r/KZPEFrzhaCED7zBOcDdYGAABu1wSm3jAUQQXATvzHK5GBOzeCoDb3WDjA5bJHVDuuohhJ3nYLZXEUg+77iKCbeMhnUEkM4uDnZKBJQJ2E6Lc7RnII7baaiWFEd6vb4DdVh9DtQnTTU96ldJHy6AbCZ1QPezKwNn9UmIps68ixS2w5IwY/gDVYzWvOwcaU+kxu9aNAUflx8XQCeFFqyIDXlsFPzgFhApMN36cIIJaGtOtCPaFxNWKnFYECsugW2DJCQN8ZGVobUNQhuB/N9XAPpoAy/qz9ZJis0SKmzHsysFlNCX2LMZ8v+l3A/yvPg/wX/tdOVCkgGU54Eb915jflSBHReaZGNgQGHY62DUvX5aEdiTV12aAVzyv5W04ATDjsuC2y/dBCN7I5FuJlyCTtLY54JgDhgVJ7gorBzOn0xl2CdMLAcCKTNBXBmidEMpwUrG+EySsRBKL8EAK2NVDJ+j5bQVPWrq+Uzz6uIedyrAzbQQ8iYfdOTA8H5th99k3LiNhhwc14ISXa1L21/51AAD4JeZr6felbZK846qhEwWG3UhAQZ4SCyDfd50DAHZPpKuTPOxo6MQ4yQw74vGHGA9l2O27Jizzhstig4fdCwKGP3xy9sFLQFbZDUcYGRstMOzo7J4/+JfdvEM3dweIB74resOl2+BZcEfrGWUesGOzjV3DADu6LU8+Of9nDvDa4OOLr96Gi26JJFb32rtSGXZCSmxNEks97Lp9IontOyKJJaj3LInNGXZhEHwOs61bbbWS+ttfegYAAK9fbNfNVh99tQaqAFYHNpqGk0p92RRpqtGBs8iS16W4EmOsLIn1DDtjs8E9ttVBt/j7vnFZYEWZYRd/780U5SCk7SLQzeR+gSnIKNwnaNtzAOwq3mqwBHTTvOT8oHgSXtgQ7FOBwgXr1UG3AthXkaZOngUgtZ0qwREIug3QZXLaKGvVgjII2Mc97Hxbo7UthF2svdoFclbnXJCKRrAoqnVUhp2QcCr5vy1hp83Ll4MvMHSCfkcCDQPoyCWpRNYbtkECzLLQiVxSO3JJbAJa6oDbEh/AuP054JidxxVWZMQ9wPvsISmxDwhlOKlwed6TbqKgBkpi/Xesc7p3mFCWhDqoHnYBZFvOIJw97PLzMrn5+qd9NZxHAkyeRejEo3jYzcfWQgPf/sZFIXQihiok45ALD9g1nmG3f0PfJpFhVwud0DzsPoyfmUbu85KXIt0vk48/M5sAgHDv7MGHTkgedpaETnjZKyqs3rzagTEm4DsvOWBHWIMBMHyEod6jSWJvK6ET4uDX/3zl/3R3SAckSyWxVyT44m6wAbAzrMMYY+BpO//NtRfpgGn/ehggvnH98/PfLt8OHn1J6MSkAXaCJFb1sKOSWJRR1AA7zrAjgB2dQSQRx3PoBH2x8TfoYOy4SWK32mpJ/Z/+w78/+2zCxrDb6uOpxB9N8aHTAxzqIQwzS04C3SizTw6daJcEVhSkqbsmH0gvYdjNbXOZVdcYcqz0tnulrSprBUjlx2LYhd7WEYDzPBh2XhKmAFg4HpIlsQj2lX3oiqBbJSVWbtsl39HWK0liayy52FZi2OG4txLQIbSt+dA9iGFXkNOuvfqMWZYDXRRLkTzs9IRTKbBBYpdx/zd5kj1jc6DCiAR9lIIr8vZ5Uu2Q7QOVxGops71wHJeAlpKkVW8fZMlFSe96ARMJkM2AyloVU2LLDLXcww79yF9V6MSYrG+WxPp3ZEMYmQzgKxUNFdE87O7j0WcnB6Mjkljy/m4nl0pi3ZlKYh8lJRZZkw18+rU9YSXKMtIRmnTCEhlvWG9+1/y/JIkVGXaRnSqWyrB7FtfRXWQTWsl6EoadzT+nqxNTYv1Y2VgYphrDroW7wcLz2yF4M6IlEgZPZJZwl2/P/9++T8DwFTDsVA87xkbrpYEzY9glgF3TLw6duPKg2LVn2A2QPwjDdz1gN3Ggyhh43swdZ3/8YP7b5VuBvXcYKcOOp8R6YFGQ7uaS2DjrF+qElNhd8LDbR8BuPIYZuckBTHZe1wRNqvuH+GLjNobdVludVL/mc2+Fn1+/OK+Xnq2+OaqjjDPB5B9gtp/opeCItiDVrLLz6sCZHnZRD6wAkIGzh7UtA4XOp5BKYF8iaxWekShxkmTAfdtEYFQCRwg4KgV8rK2iRFTxsPNjiUmSxFa85IrsPGTYVeS0Jaab3lb3zqultU4L1qsy7GwJKJQVHHnbBrjnE4J9fJI6fF4A+9ZeGSunEHYAIPmvUTkpXwZNOOVg0wL/N+aBhy90fdP4F1b/stbtwvtnDnhRhpzM0KP7EI9DiaGX70PLGXqneNi1fQH0zD34cobguXjY5XJjBDMCk6tWBMTIADtNJujrIZLRk4qdu4Rh5/9m/DGYTgydoOdX8oal66MM0vpyGcOOjFOscwlQiptAAbtzAIwfhWHnEIhr4dOvXxRCJ+LEU+ph93r6vbe+W98mJwDKJTbpZOOzEQE7ZKPdfRiBSpSU8pKk2XQ9wnWSTUIAJJJY5yI+s5c87KCB28HCB96/7um+C8De1V7Bv648YHfzPgEM5V06pR6eEssBKSwmiRUH3QGwm389Hu5I+36xhx2VnVKGndRhnjTIsMuZZe+bN9mCiST2WJfEXgjA4mUmiZUQ6YWSWO5hh6CjPQRJLADA5JczhYvIhAHdhWcxRMBuY9httdWS+pEf/FT4+TNvCAlGW231iqst+cG10VdNZ7qVwS+VnVf0sItAobreStgFAMC+lZluyxh2MjtP3Wbyt70wvOjbwrECCPvcQy7lbReut4cxM+VeYwXgTFMAFGStNTmtC2OVEktOA/tKbcvgV5TTCiy5ijS1CBRiWw3sG/V02hroFtqK7LzypG8S+nFmk7RZ4EMTX8KxxoTVIwUeLE+JjWAXldTO7ZGFJ/noJUBFa9iLZElSmodGSAw3NfRBZOjxlFchOEME3BQPPQlwk46hKqkVtn+FlfkLunQSahHYUwLsKu94LfcJPAHQOql46IQHCBtjokzW398Sht0SSWxIxYTMpiLrA0QNVqvJOeLHNkEL8VzYySV9Leuj7kwYdujb9iBJrH8uQgOfelpi2CEg1absL5Vht9TDrtBXpFAJlMTevA9wfDn/jExDXtKyE0nsUoYdjnfn5dx4hWiaEhvDpW6OFp7dohw2Pj+RTHbH8a8A2L0nA4b3rAfD9mroRJMa6IqeLgjYtYxhZxqApo3MtcWS2NTDTmXYWYBJAKq+bj4J3w9fiH947bNwsftw3rZSSuwCht1dJomlx6GcLAYQZ+9CSmy7h+D3Z4/JQwUZdoE+DDAf62kMTASHF845GBBvtdUK6qJv4Uf/1z8Cd4PdPOy2+liqNQaaBaCbnPRa8rCLslaJJdcnYJ8sxdXapj50Msg4r6PCdONtyazu3ghtK6Cba1ow0wA7qW3if6cDJL2xmf9d6venrBf0oI21VS2EAYEzV2LJqW2RnScxznC95dCJclst2da/qJZYclWmmwTYlYGzIrOPjZmzz0k6LR+1IdjXLJLTnhc7PA9LyCe4k2RKDha1fQDhliyjlTzstKRaAawCQIYdISB4wGuwjiTN6gy5HDBrc9BRDH1goRGUJaixDAUPuygLjuvPQiMKTMci4LdmD7spBauolHL+3EFF8JWw4sYTAbsM0CqkXz6oWDBA4n3o08BThp3AbFIqCz4hhZNb9/Hom/t2PA5hTIHrDOBfQ0InInCdsRfXWMg601LVF5S185TOCA186vU9vAPsfoaVAHbk75xhh4Dd5ENB2x6+8fwO/tOfex/+25OddQqSh53EJh3JPRH3FcGtWwrYKQw7SVpekcSKKbHEPgYA4Pow/79rSXt/fAZo4XC08AwTYq/i0zcqMNkY0oeYws37+T39AfXgJ/dlTRI7YUqs7mGHQQhHBOz8wTxVEosedkOIMc4HTU8aD9g1OWD3NfgEWegnAHZPSOgE8bDjkthC6EQI5eChE6IkVr+Zo3fGHvy6u328QY3HxOwbZ8KpFBZviEH+g/vQbYDdVlstre/5pDLzs9VWH0GljDPdw66auMpZNgHsk1lySwIcZqBQkOKWWHJkoLc3+UB6ZucpQKGZmeNmGk/3v4MIMO2bfGBZZAVCfAHTpLitNEGJbSvnaW1lK+BXBN3yfQ3AmfYCMhXAvirDTpfT1uSlpcCKIInVxmMFdt5SHzqJJYf9TAuOKCXbhglyV/fO6yRvoBVXZIbpzDTKmolgFU6OtwI7LH9HyF7sqIedyk7L2W0A/uVspAy7HvqmgTuYioBX5qNHQMecYadvQyd42On7IAGGXNJKWIZLWIptznLEv62Z4YTbZogENCFDnCKJJR52EitUqghosVCGR5fEptsjSWITD7tTQicKAEUmyz4BkLSTA5cAdvFYTpNLjhXeKhwBGhsOFq6xAmB3V/5eoe7uDvAEIsNOl8RGD7sEXEWJKtYnfmn8+XgNcPkm/PP/3n8BP/qT78Cv/eQ1fBsAU04W+joShZouspQJuBUksXtNEiuAgVRiLzHsOOsXIGA5O8+wu5YYdoF92sL1YYQPriWGnQ88zRh2uE/vPSpg92iS2JqHnThLjjJNBOyOvpO2OxjtFG7+pzPscn+JsL1eEjsJzLKvOALYvfG5+fs7ckKEByxAGVgMcl3uYZcchxMAu+Bhl4ZOtI2JqTl4E/b3pV3bhAfQPvOw2wC7rbbaaqtzqCWpqVJyKYD3sFMDKyLDTkp6LcpLsa1x0AmgW1HG2zThxWAvgG5FKS7UgLMCyAgxQa7qYVcA3cTAirYAqgKEQeW5hE7UACwEmJxwnGzwsCu3lcG+CmBXCrtocJsrYJ/YLypecgi6CetF4FED3UpyWlcZB6IkdhDm2V0N7PNtpbCLtVcediCw4/z4uDEQGVEEbMr91yR2muLf1nThhbboP2fjvaBvTfrC2nRB/p4z3HJJag64dSd52EkMu1bbB0FS2y/x8WuF7c8ksTQldv0edhLA1hCAe5Gcl7AicV+dyY+VVMGvEVdDWGOPWgxsDVg4SYnF70zuNIadyGjy1XGW5ikMO+bH3jp63RBJrGnjNfKQtN+Po1AmSqWjJ9b1HYYxtfD6RQ/WKQAaPotcm3Yvj32E+uT3x+PoQyF+9CffAQCAbzz3Mlk6zikFrPDACYAkoAEONUlsLXSikBIrSGJRCXGDDDtBEjtACy8PY/CwSxl28/ZkDDuyT8joXAVgl4Qy0PJAkMkYdhJgN+/sMCCI1MGRPPyWetjdHEc4DBaGoNnOBy+Xje+kAsPuZ6fPxl88DRQZdnejBZ1hp0t3Y8osSmKFG5QCBNLCwUT0sNtHdpydL27skDg4RknsrosRyfhSZOwmid1qq622OqeagyPK8tJFDLt7eNjp7Lx60qsadgEUdMsHeK2pyVo9c1yQtVY97JBhp7RdBvYJICMFCqXACsJ25x4/a6wJytLUwJITpamVsQ367RTAPjWt1SJQqANnKsOuAPbVPOzCi04ByDWVbZYBOy9rVVhypbYI3jQqYDeP98aHi2o+8sqYWcFCRghLaPIXrtR/rS7nzBh6LZGTZiw/Wc5qjCHLNgBNUwD9Sh52OWCWe9jlklbJwy6TtIqAG5e05sdgKByD/BgSWfEZACZWAIUTht2SbSeAV/CwWxjakIGyJ6SonlQMgEtADeabN1oSOlEJzQCI/ZNbRQCAkIKL64rXLQW+aU0uBewawrBLQiealjDscLuj/cQiluTHVY/AsLv1SkXTtLDvm0Uedsl9c3eVfu/170zCMN6/juOAoH5IJLELPOxo6Cey0W6fARye+21Y5mH3xfdu4Pf+B38v3wa6Siml1V/fOw/YId60o5PV5PhcH0Z4djPfC9+6L8PuEcZ6DwbsEJHMEMbAsJt3Orxk0AFsYH3NOzQcfUdoejgMBLCrSWKJLLfmYXdpcICYA1X/if2h+Mt3/4MAEBHUuyMB7NigCLcVv5usz/9tsG5+0EkzCoKBLa+cYbePgRF+9hQ7m/M3X7y59a2JHdS/FIVB8AbYbbXVVludRTWGgFBZSmxZmrpE1toaB70iTa2x8wDiACht25RBNw9AnOxhBxHs2wmBFW1JTgtR0ti3EuhW8Owj690L+9uXPPugvL9rrCBrVdgV6LkmMexiWxlIMgXQbTnYV2qrgIwFSexSlpzYtsJ0cwV2XpC1agw79L+TQDc/rtbAviCJlda78kLwqCTFDKyewAyLCa1zwikD3AoeduHeWQpMKMhZJXYZgBCeUfTRKzDkih548/5JDLl4HEuAmyLJJe3zlNmCJHcqgKYrLNy2IIkFBy15Hi5j2MXkzHCsSimxBEDKfP5I8umjVil0wm+/8d+xzpVZU6yKDDveh1zaF/+lP/MT8Gv+pb8Af+Wn3snacoYdTX6dL3cClLpc2tzwY7vGegSG3e0BcZQO9l0TjlnCcncuSZPlk7Qf9J+Jv7Rdsl1f/uA2fNRIDNAiYCcx7N7CjQL48BfnH3evyTvHgOZ/6o/8DfjTf+tL6WessmcDQLh38oleURILLVwfYkrsm0sYdujLd/dhsLJ4jICxBwN2CKYdxymNvA6Dj3knW5ei9vTnvR8wj8fI+rrzrLW+NVUqIQZf3GQpsRLDzqOmAmD3zngF/9fxt8Dhu38E4Nf8D+bvB4bclMl8sXBbJSYgBfHuBgs0eSpUxfcEIA4GLvAFod3lPoEhMhtDJ+bfKcMuMAIs8cLbaqutttpq9bU06fV0hl1LvicBdnWwD0CWlyZMN4FxhoCLxpIrA2f3Z9ghuCIy7NryNsfQCRns60GX+uCs/4Ww3jVWDThDgEkE7HD/VQ+7AmAXpKly2wD2mcJ6Vd+9kiS20rbAzqt52LlCsi32Mw3sw+RZyTsv+t9pYJ8elLH2ii/5Otg2aMwwAM/u4uy2nHWSBTYk/m+M5SeBZR4I6AWwjW5bCfTD5UuAmxr6IABmOeDX52BJCbBb4kFXlOTmHngdBxxXWNHDLl4nxk0QDufJklhk2Cn3BTsA/OEfAfgj/w2AacpDGZz+/HpQMcYcYridIIm107ToHRWr7GFXlsT+23/t5+DF3Qj/w//XjyXtJh+66CBaaCQg3DQxoNRLkQnAg8f2m4phJ+zLHWHYXfRtwEMsfX5TKT80Gfvrr376t8PX3ZvwJ3/49/vt8jiBPcCHt3E54uRxMXRCYNi1HcD+jfnnZ1+c/9cYdiadTPnys1tog9dwjWFHQydw3Jhu416RxB7tBN94MW/7Ig+7izcB5jgO6A4fzutfE8MOgMyAAWSS2JKH3c7vxzhGSewdstaqkTypJPZumKLHhzDguvAMNQ7Y2cmBnRz8vvGfgpv/3h8Ppod4Qm4HSwA7Jokd9NCJfdcAnqfbo5UpzhXPFIA4mLhoCGDHbqL4QHWiJNYzEfxLQkgiE15Gttpqq622Wl+1BqAx7IULqwbYtSX/u7gsHcCqJ73uTvWwg8hW68Wk10KyLWmr+dAtYfbJYF/Z/w5BkwspsKJ0rEjbc2PYaQBWCDoo+dBp7LwpgiJqWxU406W4TgAzkgrJtjrYpwJnBdAtSGI1ht2EKbFSYEWZJVeUxFYYdpHZd34edkvCFiLQJRisN330j1vALpPYbVEOyu+90TtrKCSkztvGPeh0SekiDzipvdUBtyWSXN0DL65/yII74rU9aB52JGl3zQy77/vUU/h9v/VXwj/7I8Ron/ifLdp2QRKrGvF/4S8BfPXHAb78nwPcfkA87Dig9cjXLdse7JNNIolFgDb+vEQSe5qHnawW4LLp5LiTfh9AuAlESew3tYfdX/v9AP/aDwC8+zPJn28P8/Vs2g52LWHY0RAces0LDLsf+9Rvg19/+IPws2/+V+c/oBJvPDLAThhPFkMnBIYdQGSk1QA7PPfOws0xVW8GIJeV2B8xdMKkz8uEdDXFoCYACMzCRR52bQdwMYOQF8cP5j+twcOOglSJjx3OFi4InUDjZjvElFhELPeCzJQXTaq9OVoYCymxl0b2sDuSA05ByMSDTgHWSqETxpiQYns72OQBGoox5aTCB+EeOxgF7CwD7DjDro0MOzRZDB4r7caw22qrrbY6h0o807jBbgDsppT+76vIsKOgmwJ+qawxMlASQxiSxFVdmnqvpNcGwT6hbSWwogSc1dY7FWW8TXjOykChLMdYay2WtUrsyYWy1qIkVltvgZ0XZa0ayKgz7KohYAVJbI3phmFfJYad5kO3BLCrMuzOURKbBUaksigAAWyj/a3pAustC64Q2G0dB/0S/zXhBTUY9yugIWPYDSVJ7BIPuwXHIU+ZlUIvJMBNAx1b6BHA4etPjiGT5Np8++2KQyc++8YF/BO/7rvgH/0V3xH/eCrYQ0Co0N80SemX/rP48+0HBUDrVYVOpAw7mhKL/SNl2NXPXQCdhTFI9LBDj75loRMJK44CdhTgJEDpxJmSzp4JYHcCw+4v/h6A628A/NV/LfnzwSsVm6abAVh/DKaEYUfuOQJgN/9uInBMGHbPbiNhqUHAjgKuxdAJgWEHEAG7D35u/n9fk8SO8LUP52OEgJ1V4CyRYdeiQiLtz6jWpNtv/He//GwG7CSG3YEz7ACCj93u+Cxf/z3r4Qw74pVDQa8448dDJ3IpKA56J5JcGgC7SkIsAMATIom9OY4xdEIYJF54wGs0KcOOgo10nTF0QpfElkInACLodzvYZMYs1ILI7+hhR2Q67IHfZ5JYZNi1sYP6zt1MG8Nuq6222uqcqqMUfgV0a8GmJsL4cdPozK9FslaFnWdMFcAqMd2mwHQTQicqfnBTgSWXrlf3obsfO09nBdakuBNLbF97IahVS4ktyY41sK+xkcGjtdXBPgTsJJZcZRLU6kChq3jJhcAKqW0A3cqswElg9qGXsakw7GSg0F/7TgP7Cv53K68l/nER6GJAlf++mpCayGoVdhllt/GUWfI9HexChh2XlAr7kQGPETBbkvJqM4YekbRySerJKbPIsKtLassMwRUDJlhN+uKeSVVLlTC9KpJYNNkHALh7lvsUOv0Z9KBi24OAGJXEIthlJ8g870pVMtmPoK3/QwDZmuKxTRl2NMGXrFMASh35biCdrloSu5BhR4FTl44j7o7zNd/g88Qfg8TDbhFgR87TSQy7gnxaZdj5kIa7D9PfeRErAwTsmsCwk8ldYkosC53AuqQEMX9fvdjN+477LTHsMkksAMDTT8+7cnwnX/8968GAXdOYABTRZFcuiW1citrTn3HAHJPViCS2khALkEpirw/Ew47Q1bH2MA9cBjZgQrCxMZAYdqehE/IgEBl2UugE/fvtYUweoKEWSWKRYSdJYud2OcNu/ph62OELVQDsNg+7rbbaaquzqIRJpklizQSSv23XgM78IjP4MgjVyJNuvqaHAFgVH7oSO89VWHKLGHYaO6/AkgusQAVkLKbEhvXW5UVrqJi4Kr+soQzTCQFW0YdOedFzJQ+78nqjd54OFKqyVgT77hEcUWL2Be9mBXSLPnR5W9OUwb4Sw874Y19ve76S2JKHXUgn5WEHpgFoGiF0Imen2WwZ1D9OAcsAwrgdx+i9IEcFoAw7XdKqe9j1QsqrztCT2uuhEaXgjQi4ZeyvkxmCDLBcc3HAjktVS+UiiBE98RTA63gdf759lgODr0oSywC4kOxqNIbd6SmxZQ87ZNjFZ+zLQ3psqF+gtcK4Z4rhWhNPicXzZGIfz8DQNdZShjNNetUAAQAASURBVN2Lr8af2XP36MM7m84/x/x1OikedhaaDEzKzhOug3nYBXuWh3jYAQBcvp3+rgJ28dy/59Nqqww7npwNEO7/dAy275q0z/pnyNOry2R5iySxAABvfOfc/u5r86avAbADiCw7muzKKfolSSyyvugLAbLWNBCM1hUJhnh5GNLoegaCoaR0MGmH0WStlztvKjjqktgaGxBR29sj8b47VRLrL5ydJIn1x7jjgN00/75viYedP8aRYbelxG611VZbnUMlgJiSEgsgs7f6pgD2GRNe5nV5ad2XTWa6mSLYhwBWp7R9nPWeyuxroF/UNj9WfeLZJ0mAcbB4Hgw7V2FXBGBLBCfL4FdDAIG8bXlcVAq7qIU/LGmrMeyWSWLLQKEoxa340JXCLvAFpOZ/J7ZdeWXeZ0TmhqbrUQpalqOW/Nsylh4JnVD94wDCy2/OLosEBLrcEmCmhmc0QsqqtA8TezkN+yB4yIkMPe0YUEmuLqnVU2Jb4iO4YsAEq2kATeMfIonNPew4w+5F/PnumeBh96pDJ7y6jfZdlAIiYOdcmTXFauLXIqmsD5MUXA7YXR9zQH7e9rgtQWJrXQKUBklsSxh2ZxE6sZBh9/wr8eeb95KPDkdMJfXPkyCJJeOc8DxoAcBkYFITgGO2XfYIz0WG3QNSYgFygO6KAXhYJHQCgUPchkmBs0QPO4FhhzjSvLAp9KfXnzDA7smC0AkAgDc+N/93nAG7VYROAETPt4RhF2YLOcMuB+waZ2HfNdEjp90Rht0SwC4u872XxyiJBcgGexfgkz8Yww4Bux0D3YIkdrBkVk7xsFPYgCiJPWqA3YKb4YDbhx2syz3sdv6BiIDd4B84lGGHL0WmMFDeaqutttpqfZWAPAVZqwQG7UptIYIreyFIoTUFdh4sYdjp0tToYScEOCwMf6iv95FlrQjYSccqkeLqbEQp3GONNZny+ARBNyNKU8uyVkMYQLxqwRElKW5guj2AJaex1UxBilsNfygEViATQpe16qBbE9YrM2Bi6MT5AXYZM0bwjxvVsANvBZP54EksPQZ2lQITmoa8POI26Ay9+e+MpSclzRaAxxwwy1mCI5d/BdCwJ9Li+3nYLQut4O3jRE3P17/2Ikyh9hR2IDlnOcjM9v34Mv4sethFQOtRiwGISbJrlhLrsnTOUi1h2E0CIPniLr3vUQAPAczGEF+6aQwy15lhV/IOHAOmtGqG51KG3UCYmS++lnx0HDzzzDPsmlYAi3HCyqSTCVjJcQVIJLEv7uJyWsnDblHohOJhF36vMezGDLAbFThrkPqjv/cigQmA+9fFfXzz6VX4+bV9B69dEMBuAcPu9cNX8/Xfsx4FsENWWuphhxR9f1CdABCRg/9k38UZ7bYjDLv6Jl70MYn13ZcHIomFbKC4C4Cd7GHHWXJ7GhgRaKEMsAspsfJNNTDs7ghqLh0HTTYC8SaYhE5kHnbpTXWcKGCXmiy2Dhl2myR2q6222uocqjU4m2ggC50gzxQJdOtKcloAmECXaqbsPJ01JgNYNaabXy/kg552oaxV9aG7J8iYeNi1p23zHFihm2lPgVF4JpJYPN8K6NZIY7vwYQXsc/pxqnnJlcG+WtsSYOdZcgpwVgrKqIN9x2T7kqrIWgMrosDOazV2XpDEnt8Ebc/ZTYJ/XM4MY2BZxk7L+7QqR237AFY5JzHkBnkbGKCc++DlYHbOUIvvRBngV/LyyxhuRJJaCL3I9yECbjlombdXfQAJQ3ByqdxxtSUAQ4vAHmL/FCSFGkuZSmIJwy6AmsTj7VGLgb0JyBYmYFASSxh2HHAUyhYAu46D7wQQpkAQACS/J0A2PS9UQkz6WmTYxe0+C0n2Uobd8Sb+TFmaAHD0DLuu89dn8JEl443gpTqf49zDjh0rEjpxe5yX88mnuxg6QceEi0InGMPuze9Kf+cSWSzCrn5+lwJ21mkMOzaRAhA9/ckY7DJh2MV7KgXsvv3NlG1XZNi9/b0AAPCpu1+YV7kWwA5ZaWlKbErRbySJCLmJXfYtGeSSlFgFBKNFk1jfecEAO3aD3HkPuyPIHnacYXcZTAUn0CSxNXARO8LhQC5COuhYlBLr05eADI7ZgKHjDDshJRYZdm2QsWyS2K222mqrcygEl5z06E4YdvkAIgHThJd+WwCh6ExkEewT2vZtmSVnQQfOukr4A663LqfNxxG2IE3tKwmztgC6LQ/KWPGLA6ng86awtzBYTALspgrTrQT21bzkcDLYCYBqlKaWwx9KLDkV7LMFsA/bagw7fFES2kaGnQLkLmDnNaCs94wlsTHsQLim/H4Nmv+c7xtt5mGHY+4l7LIuednLZLEYOqGy45Dlp8hqKUMOWXqCJDWTZS4C3HIPuyWhEdHDriSJJe09EydL2rU5YAiwcuN/LLJ/J4E9hBU3cuAok8QSht3xOso28ZH0qiSxDEBEJlVLPOwQsBsnlzHySlVm2M3/h+NIZKw3x/S+Rxl3CPA1DSTbgtd1mhIbPeyod+B5hE4sZdgRwG64TT8aELDzfUbqe2zSKQPsDAPnA8PuEM7TJ5/uFYbdEkksIwq99T2kfQ9w+VbeFiA59yjNfbrz2+pkQCxjX+M6gOApwCSxVgPsUqCx6GH32V8JAACfOH4ZnsDtGgE7nWEnS2Ljwb/atfElI5HELtvES09nfPflEQBial3mYecZdkdFEssZdrj+UujE3UKG3XCkgN3CDu4LO91OCp2wMsPumDDs/AuG76ABsOs2wG6rrbba6hwKgSnRPJ4ER+yafFBaBd0CgCV42JX87wCKAQ6tIYBacb0C6JYAZwVm37087HRGYVuV4urr7ZLQCQmgTCfP1l514MwzMiSGnSmDX00ABE73kkOwT5LiIoinr7fACqx6ydXBPk3WGsA+0Yeusl6f9DoJ6zU1hl3JO2/lpYYdAESGHTcWZ+y2fpGc0yXfpR52VDKWMf38eFsPrUAWi5ISi+dmchB2UQDccBuGzEMu7kOUf+UedllohfDeYTVpMUl5DQy5RJqcMrVywDB62CXbsOYiTCE8nIsSbonkeMqONXvWUEnseMgZdkTm+ajFzn3CikPAzt9Dp8mVWVOsRM8wX1nSMQHFD4ylRD3xZYYdS+8VvAONId89C4adB4SmoXysKTNzTAG7YwDs/LPXX6dOAOwC21+TxGYMuyPc+PP06dcvlJTYJaETjGHn2WgAMKertl2q2OTLJh52n3lt3k8tdELsj/4Z0pExcZIQS479L/n0G+Hn73wrgncAFYbdk08CvPbtAADwQ+aL6wHs9iXADhl2BQ87cNMM2AX2WBcOwMUChh0AwJO9l+X6h5nmf9K7GsOOh054ht1IADsCAjrnVDltWAaisF5bDk0HQA0IF0hi8SGNkl4pdCKkxDrGsKMedoCS2I1ht9VWW211TtUHg10JsDMhcKmHfADRleS0UAawkr8JIEdg5wmS2NR3T2K66eutMuwKgRVd05TltMjOAwmgLAdl2MDsUyTARSmuD4M6F0msUV42feFYwghjiZoPXWTYCeOQqg+dB85EKW7qoay1Lfnf3cfDLjDd7sHsw1S/VmHJlZJtcb1dRRJ7jgy7TEZHJiZ4ymUvAF0AkAMhBXZZ7r/WJi9bA/fSQ5ZfFlqhyHIVSSpl/mQprRLDTgCBEDTsM0ktYdhlgB+RtGYeeNTHjzHkkuCN1McvD95IQc9FwNfHXQQcwD64KLCAML0Cw05NiaWA3V0OTkvvzY9RLHRC9LDz94qRSmIXMOzKkljFw860GUuJ/o7XRtsY5ksnSWIjYOcIuyxL4F1jEebZ3d0N/M//nb8Ff/ivfCH/HmXVDSkbb/R+pX3vJ60ksDgAdl4JyQIRwnHNPOwOM3kJAD71dC9LYjVwGmCZh913/Ub44ns38Ot/71+E3/X//fH0e2TZz2/nffj0E99PFUls5k0KEJ4LXeJhJ0hiTQO//vs+Gf78X/+BTyXLLjLsAALL7oebXxAB7FPrcUMn6EYj1TIw7AS/EXITuNp1LCUWgxyWAXaX/HtBvsolsfP2HIB72CkMOw/gDdZFqS3znMDrX2PYXWDoxEExSV6UEusHJFQSy9rxh3TiYRc02xtgt9VWW211joVA0GTkR3fJl603BbAP4gxlL/jBJYCYMNsfwS8dKAQAGewLbe/hYYfbrLQtgX0loLBtTPALLAZlSOBmIgGWwE1k2J0JYOf3X2OrIatLZNjVmG7YtsvPj2vLgF1TWi+CfQqAFfzp7hEcUUqYNYvbSqDbPBbTWXK6nLbpygy7c5bEZmEJxgD3Txt52IGNL+8ARI7K/eMSwE6T1faRdQe6JDWTgzIWZ+6jl6qAaHqqBJj1mYddTiDIwzcED7uCB10uaSWyYAq4WSczHYMPoC6pndufAbuY9BHc9EUJt0QSG5heGohBJbHjIe8jjKX5aKWETjSEYYdhBZNzcYJPk+uTyq4juloOWhNAmjOqqMVWwpISPOymySXy2rg/0c6hMalse5VFmGd/4ye/An/6b38Ffu+f/Tz85z//fvo9Gjox3MS0bDvBOHoCTz8/T2hSbqgQOuHHXuxcBWCVS2LtADeDB8pe1ySxBfm0xrAzBuB3/BjAr/7vA/zI74bf/Sf+C/jgZoB//29+mX0vLhsl058MgJ0MiMV7GmXYIYEp3juT0AnCrv7k0z38cz/yffCP/wPfAT/ygylgV2TYAUTAzvxCBorepx7l6b1rBcAuDD64JFaWgqYMu11k2C2UxD7dcxCsAxhAZdgd3DIPO5pSe3DtfMDIMimyqqXEor/eEZFwPtBbMHsRUmLJMdIYdnjjGhCwIx52+PKzAXZbbbXVVudVHb6HaaCb6QDcQWarIWCnyGtKQQrI2JuggUZg59kiUFjzv2vy74VtNkU5bY2dV5TThvXKsta+EByBTEYNZCzKaQuefWssJ7zY08KxHYJG6YfL5LSyh11FTlsKu0AP5YokVvK/M8x/Ofu8xM6rSFNLYRc1wK7UtvHWJjo7TwcK115Z2ALAfOynIYZpZGENad/IpHiCqiUENgiy2qYxYMz8Xix6uEFkrkmBC3TbNA87mp5akqSWJK26JFUKjbhf+7CtPWXYDUl7yQeQMq7Oi2E3nsawI75z0QMsAkehnAOwxCZpvAsv9TElVn9+PahY30MmVUdCJ/A7o6WS2OWhExJA0fE+TEI1Sgy7BIhO0nvbuP0SUNrG4xbGTmv2sGu7+Vg7C19+94Pw57//tRfwa38JYaHR0Alws11Ct4cXd2OYCCwy7IIf6nx8MoYd97ATQycUhl1JPo39XcIdPvUDAP/YHwQAgG88j0CdnVy8dxAA9tpvx1uXnlRVYdilklh81sZtfOtJPgGB6/vf/uYfEpd9QTMOpPr2Xw0AAL+6+Rn4MQHAPrUeRxIr0QKDJNYm/2sedpe7NkmJjR52y25Ubz1JO4AR5KsAAL1Dhh33sJNlrfT3w8RmnQAS3b0qid2hhx2CZGzQRAfEys0Epb7RG6fkYTd/Fz3s9omH3dw+SCc4NXWrrbbaaqtVFj4jbY0lJ4BB6Lemt9VZcpgSW2sr+tBV0mlDgIMEfiVgn850qya9nhh2UQ2O8MdZluLS9eoSYOk4r7IqDLuuMPlXA92K7Lyahx2TPaYflpluKJWV/O9qbZGdJ0lxm8Cwk8+tKXj2GWTJaaCbRVaE1DZ/AUnbni/DLgOqADKwqQS2AVCGHQ+dKEli05e23AdPZinlctbUwy6XxKag47y9UmgD34f8RTy+nOYedktCI3JJqxwaMVouibVJewm0NMbI53KtRdlZnPlWqiQlljPsyLXNU7fHQ86CfFUedkbuu42JktiUYXe6JFb2sGNSSwJuJqGVwCSx9NqkHnb0vJBlheWTPtqY1GdxteXZZ19571n40y9+cJN+Z5B/f+/6GEC0Fp9FyHKnzzNka+OYL/Ow0yWxGDrx1lUfxzBLQyfsMqIQld+/dy14/08j3Bzm5b914e+rlZRYKXSCPuM//Rph/bHQIq1EOzhan/v1AADwg+YXYT++KC5rST2OJNY/DFOGnWd0ZQw7wcNusvCESWLvKr5wvN6+ih2gbUz0U2Ezu51n2N0pDDu+vqYxkfZoURJ7DJ/fEWaeUSiPCDoOg+94mSQ294LgFVNiSSJbxrCb1x887JLQCTwfCNjpyW5bbbXVVlutr9rAklMGJxjgIEpTPdinDP5LAFYACrX1FtuSZ5qwbgxhEL3zKIhXAN0ksK9bmvQqHSsaOiE8I8fCcaYyXonRFPf3m4Vh532KRYZdBTjDttIAviIvbYJ33unS1BI7LzDdaqzAezDsSh52+ILVVcA+iRWIQGGngH0l3721V+b9BpCBVaPqvcY97OTAB/qZ5kHX8u3gslzuYcdTYjWGHPPAA4BZgpkkX3Y501AMzsCXdd3DrhQakafMpj5++IozTm6WsTHgJwcMlWO4dtAEgIADNpcIliqAbA0B7ASZIHmPBACA8S6mGWcMtFfEsHPpeZ9DJ6Zkm5OU2AWS2LisfKyQMeyKktjcw64xhGE3jbFPTy45VnieGsKww3df52bv+dWWJ9G8++x5+NOXP0iDJZLQCYDgY/fey0McC/lrs+Rhh+NFfq5a3t/9NrnxALdDBOzCZKwWOsGPM/b5Cu5wc4zXyTeey4AdMuze9IDdoKXE8nsSAMGn4no+8zohL1l9Yo1W8LDTJLFPPw3f6L4dGuPgM8//TnFZS+pRALvorZAz7BAYMtIAiQBOl7sWeiNJYpfdqN5+Ggd8b131MUabedj1kwfseOiEjcAbL2TIHRyZvfMdEU9UCVgMKbGD0gkE81ZeeDOjsmE+Q4cPdIMpsRg60TZx4GI4YLcx7LbaaqutzqFwMHYfpltXY9gVvNW6wOyTZxyR6dZK4FfY5gaksIsY4CBscy3ZttTWlNNp47EStrmlDDsJZNRDJyjYJ4GjtsDOW2WhMbUCQuE5b6TE+YqHXQs6cIZ/0z3s5vXK3nnl8IcSO68qiZX8mHG5CNgpwFlTmLmvMexK3nl47FXWZkFOu/bKpKQAGVgVXspaDrahRxNjt0kJqWrKa0XSatk2KAy9EPqgBF9QsMwYk75gE4ZdyYMuBw0JQ25JaMRiH77KPmjHEPdhiRfcx13Uw+4UoJEyvYI0U5IlcsDuIABaryp0As+vt7oQJLHIzLInhk6IEsSwWtZ/SqETBARJwlQIAJVIiIMktslBbUjDpVbN8PQMu5vrCMp99cM0WCIJnQAISbHvvjxmMtVGkmOzlNiWDcsyYN3jBHY4BAzu7UvSJyWGHUD0FcQKgF2ZYff8Nj7z33lBATs891OQ5r6BgN1kRCBWDEERJhJfv9AlsVpVGXYA8NP7Xw4AAJ9+9uPFZS2pRwHs8OY+JDNgXBIrmGdmHnZxNggjnS/uwbB762pHHmbpYK9FD7spPRG4Pik4AoMnAsMOINxoYliFDiwi4DcOKU0/FB2AcZq0r5BARVPV2E10FzzsPGBnc4YdDuh6WEZN3Wqrrbbaah2FEy4a6DaWgKQq2KcHOHSV9RYZdtW2HsCS2GoV/7tiWmvCzpOkqf5F+h4edvFYCettDQHsCkChJn1cW7UoiZXBoK6QEltjybWBYScAZxV2XltkydVkrfW2mrwUQTcj+t8t9bDTmX1a0mtoK/SpGlBoUBJ7lgw7JhMEyMAqy1kUmZxVC3xY4GFXC41gwRcRNEzH+/ieZBXQMA+9IO8CxANuUDz06Lblx4GltFZCIyLLMN2HnGUoswQlDz7692GBF9rHXsSLKwPSSpWkxHq2mgjYcUls6mHnmC/bo5YiKW9ISiwys+zkYjKz8gygtSglFk8/uU65JPZIgklSD7u47UnqLAGRY+hEPG4NGSOsmuHp2WyHQwTlKIAFAIIkFgG7A1EqpoCdERh2EbBjDDsa5gEQrt9xiODZ21cUyyHthRTvUDa9p0rlnIPnd7Hdi0Ou0LDjEPrHGxf+b5D7IAIIkxhk/fMk2Pz5t795SbZ7mQIRCWVHO6n3hp/Zzf53b334+eKyltSjwPbhYUiTfzA2Fwdz0kwBoTde7dpI5ycX72KG3RMG2E2yh103zR0uk8Qiw45DzRCDL24m8pk9ArSdmi5L6yoAdmi4yCWxArLLChl2rRQ6ETzsfId06GE3/7ojHnaIvvduBDAAIM2Kb7XVVltttbrqKVtNqBJrrA6c+cGbCLqhh51i7BtAt/z5hUyyEVqQnjYBZJS88yjoJrHVCv53yTEQ02kLoBvxsHNNB/zVoxQ60TWmCHCinFZqu8YKnmlVhp0Eunm2msKSQ1DMSG1rLLkC2LcUKBTltJXE1RBY0eS9ual4ycWJawF0Cww7TRKL683btsiw0yRrZxw6EYEqwcPOj31zoCh94WorzLD5szI7LPegY7LcDPBL2ZRdAKu4h53mw0f6X9NB16SgWnh/IqBjxnAjTMNyaAQeR+5hx4HPBu6AvJyGcD+UVmrSZP9cagXwda2VpJES8KpW5JhlaaUVSSwFFSZH7iOvOHQCGXYtYXainNQmktj6MyvzgiSVXYc0dIIZ99PfE0CegIdNAFIhlcSOjNkI6QTeqoMnPMPueBdBued37PnJ+w6RxL7FvHejh50giYX03oQVjqtL71XTOG/HrmuAEuwmaOLIUPC2zLa7QBS6HWxynd0e0/sgAMAwxr+9tjNhG14exgwzEgFk8tz/4/+TXws/+8ER/kufe5M0Oo1hBzBjNEjOovXF7rsBAOD1l18oLmtJPRLDTqALM08NIw1UiEfA1a5jKbGnhU5825vRMPBzb1+pFN7WS2JvHGfYeWmrkPSK23BryQn3A4LDgjTbi5oktoRI+woJVNTgmT3wgyQ2MOzmjxOGnT8PG8Nuq6222uq8qjXLADvRl60C9pWAM/zbWAH7RABrIcgoSUQRvLBgQJbTory0xrDTmW6tyCg0RYAzgpuSJJYw7Nw3gSS2IhHFMYXoYefHF0YBkkoMu9p6A6Amgn25Rw2tJgB2Okuu0WStpbYPkLW2nlmhMS+LUtwex9sV/7szZNjhRHTKsOOm+WU5a88lsVLoBA9MsHwZigddkOVysColKcTAhbKkNgPL/PbqHnbxeyXAjXo4zaypUzzs/D5UkmaXyoLHs5DExvfTzIRfK+ciqGXackqsIIltOaj6qlJildCJ2cNOYNidIImdeB8glYWOkP5FGXUALCVWDJ0YAxNsPlaxr8XvtwB+uo1OhKwaMMYgyDGy2V7cseNOPpt/nxl2X39+iOMZTIAtAXaBYcdCJ3hacYOA3bzefdfABXn8HSg2UrL4WhA68fw2bYMhF35nAABgHOdrp28N7NAu0zVwc8iff9lEDNkfAIBf912vwT/x674rbcSYwVpRwO5O8bH7YvM5AAC4uvly7j14Yj2yJJZ62NFZSkdCJyQPO5tJYu8WAGG0ftV3vhl+/vTr+3igGcOuRYbdlJ6IQ5Fhh4AduWn6h/ndEklsH2mcAJC/PBgTj4sqifUPYlESO7cJyVKBYUc97PzgN0hiyXK22mqrrbZafUUAqyKJFYGzdJDGKybMSuBXbb3of1cC3ZS2C/zvRifPdJaBwrKcdiyBfQ15WZBYcgVwk7LzZA87bHsmktiQEqtIYgEBu9wPtyZNRWBLktMubSvKaYMlyz0YdhVZaymwIoQ/VIIyRCluVwuOSBlbtALDrtb2jBl2qUd2CrgNXPakhh0wX8oTUmJrHnRhG7iklSfVKmAXvhz3nB3nv5vJMgXQMSxDkPXSd/LBunkCxKTfyz3smKxXZSr69sh0zJJyU1nxqgETLGKen4GtWhEG2gRN8PsKPmLFlNiUYWdp8umjS2JTxlwC2IWUWA/YOQLuLpDElhh2qkefaXOG3ZgDbAlgR87LLImNy5rC9yFev+TcrLr/eYbdHmL/uDnaFF/JGHYzYPeVD2+zdHt8JiUpsWiRADJg1/HJCd8XnG+371q4aOIxvKPdgoLLfKJugST2BWMTSoAdkp+udh1hCzYhrDRZJZ9I4euXMJdJwWpYdW0Tlqv52H1o3oB33etgwAG8+9PF5dXqcUInxBSn6Mehesmw0Imove5ISuyyG9XTfQf/0A98CnZtA7/tv/ydoHrYBYYdA+zQw05k2M1/ux3pjStl2EntsJAmOY1IBxU6gfDwTbZvRIYdSVnhKbH+PBh/YzrQlFjmy7LbALutttpqq7Oq9iEsOZSmCqwv2lYGzhB001hyHvwSgAoEEUatrSuAX6a83iJwRv42Ce3DegX2F12etN1jwXfPGBMmH08F+1ZZFS+5CNjpoRM6cKZLYmuJq6Gt6Af3ANCtImttC+m0TQV0K4VdIOjWg83T9QBCaq0cOjH/bWcsOAFUKDH71l4dl6ICZEBRlkyZMey491oB7OJglT/PmZxT8dHLt6FP/q4FX6jsONMCGJNLg0WGnQ46GmMElqDmBVj2oNP2YQyAYYVhdw4edpTJRaWXpaL9iSinxKROgWGHHnbzulx2/B6tOEPVEYBLlMQKDEGlMrYrqXANCCmxCNC95qlbxwUMO1kS26TXYpOPa9YN2M0TX3sY4I3LeL9OWHacYef70lee3cb99Me66ZBhRzovMmp9H+WAXcMZdh4nQEnsvmugM/EYJqQ4gbnLt7OEOyQAHaSJsXjuRy+JfbJr475AI7LcRn5fBkifvxLmslASCxAJXRrDbpwm+Bn3HfMv7/xkdXmlelyGnTAD1sKoz3QnoRMdS4nVATSt/tA//Q/Aj/5vfgS+71NPZYadHQPT74aFTkQPu3yAfUlPSFiuD69Y4GFXZdjRv1Ukse0Uj1HmYdfJkth94mFnAcBtDLutttpqqzOr5bJWien2kLbzw2SoMPsk/7u4Xq1tk3yPVmDYPUSK68wsqdW2uQBQzu0ldl4ZdMNljkJAQFzvGby0AsSZelUSO+9r1wuebhXgDMchbcHDTgfsPFAorDe01c5PYJEIbStstabAzkOWodYvQlthf5NjIDBZTGG9HQFLp0Lbc2TYUcudkAKoAUVcEtsysCwLnYjvBzrYlbJQYuhD6iGHktpsG4J/W5khVwvO6DjLK5zLyC7KwBKFaagFV5QAP7ptuSw4XX9oH0IrWrYPKwZMsETArnLPJtcefc42C0MnMobdR+RhlwBcYkrs8tAJvMYo+IiVSS1J/8J3cEzrpIylBEgm10cMsSAMO+IdSBl2xk2BZbrq/ocMO3OEt676GZQCxjzjYK8dwDkHX/3wLpPEtmHSTPewyySxlLkIkCkA932TsElThl0DKENWAbvCxBEHvhIAz6RYyuWuDdfIDNjl12c2CYHbiIC6yLBbJokFqCfFWgfw0xMCdg8Lnngchh0CdiOdAfOzUkXALqL8T1RJ7PIb1dN9B9+BSR+iyWdEpW+mdLllhl3rv2OzjrskJfYiAHaFzioMIGgNdoIGpiBplTzs+uBhJzDs8IE9zeejQXR8C53YaquttjqLaisAVjH8oeJDh8w7CeToa6CbK4Bu/nk0qMw+nZ0XgC9o4su60Fba5paEXUgD9JhOqwOUdB3JegvHCiAGWVgntdXZeWssI6XMkeoDw073sKvKWoVxSFXWCgXgbCHYJwJnlZTYkpy2qXjYNQUfupYCj0JIR0Mna5X1AgCM3oA8bXu+HnbciB8AssnqMWOnMaAogH7+WhflpBxwS218MrBJAQ0jWLUQLGMedpqkVvWwE7ZB85BbCrhJoRX071UPO34MUSoe7JNWDJhgERnofRh2o5MAO/o+6t8HPUADw10CnIwJCPWqADvGDjVREmsoYHeCJLboYcf7D4I+JHQCGXYSYJcy7KYACibHyrSBMdgYI5/HVYdORIbdk30Hr3uWXeLthgw7gke8d32Em6ONtiT4HAuSWAmwS4F0rMxrUJDE0r7ALfZUAtICSewdA75ujzl+NPn70kUft2OqMuxYf8TnKAc/ARZLYgE8vgLMEo6UnSb4effZ+ZcPfq66vFI9EmAneUx4WQFMqYkuPVHkYcElsXixXiyUxGYlMewIjfTWagy7gofdYKOc1XfEmGZbT4mdxvThKW5vISU2O46Zhx1KYudtQiPIXdvGWQawbDkbYLfVVlttdQ7VFoAggAgkSb5sHQG/xLYIfglARQDOKnJaEXQzNaDQv9AWgDNbA90EZl9H2o5C26HAsDMJU0KXtaoMLqMfa/T709qurpj/bVLOhePc9bmHXVMBv7DtfRh2yOxrhcF/Lek1+t89LsOultZaZudRX538JSL43wnjx66PoWt2kMA+fFE6P4YdfdEKL0UqO00G2/pMjip42AV2GWNeBMCMgQ085TWT1KYsDR3w8/eKDHREsIsz7AqAXZY0m74g54AbsgQZaKiw/KIkVgEdtaTbjCW4YsAEi4ZOBGZYzcOOMrPjcwPlpSJgt3sSfjfGpCywV+Vhh8tzs/w+pNmaGJqRMuyWh06IEkRfCSOOLo+880dJLJk0o0Bywnycf7QuZSOmjDzJi3DF/Y942D3Zd/B0P+/viwNl2Hksg/Sdn3t3DjR4DR9pGDrhMZSUYeetBDzLjLMhtdAJN0VJLB7v0QneccL9FbdzXoGOOxQZdn65CNjR7dAksSLDjuyTLIlVAkKFwvu9yrCbAL7oPj3/8sHPV5dXqseRxDbCrAkZkFwAGXzQGw+XxCYpsXUgrFiSh904zzwOrg3sM6xySuz8t7thylDZIN1dEDoBpUETA994DdblQBt74O84w8733Zlh531oJhv963A5W2211VZbrb6awLAry1pFxhmUmW7lxNWFYF8hdKLaVtpmHBQqoFuJ6da4uF4rMDpCW2F/wwuwa2AUxvYDsuQkYMY5Il3Wwy7OBbBD/6VGGNi6aQxsfdnDruJ/FxJmhcCKrgz2BYadsN7IdCtLYkvS1GrbUuiE2rYka43HAL2CkmUXfPcoOy8oOUihJNY15zfe68kkup7QysISGNgWvdN0DzuVncZltZl/Gwtc0NhtnCHXpu8o2Yultg98/WRdgYmkpOVWWYLqPqTApybrzZNytfNwBnYAFBiSkoqlIvs1EhuG4LOZpMT6Y9N70MVLmxMWZAChXpGHHQCAm4L0kfqSNUlKLAH4KhX6sehhx+TtBJBEMB4BKplh16TnJZHExr6eMvIieJQBUWss/zzbwxGe7rtA+EmYZniP3782/z8N8LPvvAQAgNcwNjXcd/AZTAG7OJkJUGDYOXadU6CMescx3znV83BBSuxpgF0brrk5dCK9rzgCRucMu4KqsRDwxAuJUiWG3ZcCYPcL1eWV6pE87NisC0AyqLg0vnOZBiAx/qOAXUsAuz7QY0+RxCYVTgalkc6A3QH67OAuYdjdiZJYD/SVPOx2zGenKIlVGHa2wLDz27JjHnYpYOeT3twIT1o/eAPz+A+CrbbaaqutXknVZK0lIKmW1opAnsiwI+CXVGOx7Ri+I8ta6yCjhUZh2BXauri/0gtiZBQKAy0iGRkFsA/ZeSLrjJrAnxhYscYywbRamL0eIjjUloAzNbBCZ9g1QaVRadvrbbW01ijFPT04Ispp8/1F4Kw3VgyOaApgX9t1YJ1/URJAtxJg17VtbDsIbScECs9vvJfIBDOGXMpO08C2nr+jCBY0GdDAPOhUDzncBpTUKh54ncZOy+SsCjuNK5no2N2mgFnYhpost8pUVBh2nKEXjkHZB/A8GXYR6JEmjZKiEmsP2M2YUSF0YndF/jakLDB2/B6t6PKmMZ43MnnVehLKfVNiSx52AF7eTvoX9smrnQ8WIM/duH1AtmUMIHrKRoxjhSaR0FoSUrHi/tfOEzc9WLjatQE/SICrwLB76n8f4OfevQEAwrDzx6btkCFPQyf8/cJPKDYMzErCPAAy3GPfU++4tsCwY39njF+peFrw7UCew0wSu++bZKzGwT56njvO+FSCSee/FdSQrHb+OjmqDDsHX3Kf8jvzPsDd8+oytXqUp3cWVw6QIKiXgHprtjpy4V0RSewIbQDQSkBYsUSG3bwdM2CXXrB4sHfC+iJgN+WS2AXhGLgPgblwD0nsYKfo8Wfa+YJgbZDlZ2Det4PvP7uWzErYES6b+QPX7sEIN9Wtttpqq63WVzVJbJB5FlhyEogEUGG6YduKD50c4JCCbnzmPfjflTzsnCZr1b3zmjCeaMCdyM6LA9pGBvtKDLvkpU1g2KEEeAFbYRXV6KDbOBzDHna7giRWAr+cC1JmCXSrSmKDrFVPetVBNwTOJJAR25aZffJ6Wfoc+05k2Amy1sbACB20MIAdB+BLL8ppGwMH0jb7PIB958ewo+yPCFbJclTNwy4HmggDxDkAY0Jonh64sNS/TU6JzdunL8Ej94/L2s/LndzMKGrQON1NANMI0+SCx9/y0AgOuGnboHgBKmm9URacSpOz87DmIn0kSDlr3meEEZeEiEgSQQRdegLYTUPaT16VJDZhZ9rIQiL71/hzNlqX9ZNSqRJEIMxP/72WyFixTyBAdSSkGin1FZyF0E1dlPJC00bGYGMSnGHxefw4q8VJnxGe7rsA1CUMO5xoIJLYL70/A3ZPen9QkBlPATt/r6t52GXS5eBjSySxSTorGyNpAO8SSawH/7rGwDg5xrDzXnoB80glsQcG2NH7TMsZn5JtWtjO5ZLYXZVh5+AaLuHrv+yfgc9823cBwP373qMAdlESSza4acPDJEhi+c6TmwBNiX05xheKJ/t7bqLoYRcZdiM7uKXwCPTRmz3sUknsEq89Ywxc9i30JZplRRJ7HCfYGTboYm0yht2Yh07ANMIVMuzOcPC21VZbbfWtWlVJbAC/JODMJt/hNRQArBpgF9vqwNngZa38UYmgm8RWa8lgTGTYFZh9dFA6SYBdAPskD5PYVlpvkWFHxhzHKX9pGZwObq6xUBol7etImGBSSixKTkVgkxwnSU5bk7Vify611UA3BPIkZl/0oauAfSLDjspajxmoVwy7aAwM0MIeBplhN+nsPAAIbUty2nNk2BljoG0M2MlBJuW0y4Ai/Htg7bQpYDGZNhAi+8zDjvm/cUlq8G8rA34t34aMJVhmp/FAgh2yh+wxYUkBnOJhJwNuGcuvZYBbJguev1dNmeXHYM1FQLZmKdBIALbkfDI2JgDkoIv/W8ICIyDUoxYFAD3YC5B6wWK66OTuJ4nNJIiQAkMJK65pA2kGU1EpnpDI1QXG3MgksQnLL2z7dB6AMbKCYYQn+w4uD/N+3RypWtCDvfvIsPuiB+yu8Nbmz3HH08fbLt43cQzEGXaBUZpOkBgKlIWwB5N7xz0kdMIv682rHt59eUwZd36fXCKJxe3IgcOUYXcCYHeC52s1dMI/WL78G/+P8Jnvequ6vFI9TuhEp9yE/Um+NArDjsxgXPRNYJB9eIgX/P0ZdgIAhgw718NRYdhJ60MPOzklVve+o3W1a+PLjMSwawqdB5BhpwF2qSwXX+owannfNQkb76qZP9gAu6222mqr86kgTa2BbsLAuvGDfzU4opD0WvWhKwCFqTRVAL8WgH2jImsdCsy+yJJTQLewzbokdlC2uSQBTnyxxMCK8wLscNDaCPs6efnl6Bro2nxf2wJLbhrLctoacBZCJ0TAbpmcVgTdECg0LvGkCp8X5LRtktaag26RYZevd2bYeY8eITii5H8HEPuaJeFqWCU57TlUkHIq3mkZUFT1sKOA3SAzMTI5KPegkxl2IWWWh1bwbVA87HoFLMvADrof05C+nGZJt5XQiIWAW+Zhx95bLPewU4/BOXnY2ZxxpJXqoyYAGDwlFgDADqls+JVJYlP/wwBwkWeS8TNr4z1DJySGHZXJjtOU9M/IsJvXRQEQPO5tW/Ckoymxioddcw4edv7ZsPOA3ZVX+N0gKDZNEdcgktgvfTADdpd4avGa63KvSzxWQZGheNiFwySp+chk6m0G2D0kdGI+769fzOs8ciIYADiKedDwC86wIzhPBiAXJbEFNSSrWugE3uqk6+HUehzATrsJ+5NyGRh27KZDbgLGGNh5Gc8zP954smvvL9lkJonzBiLDbpehoSUvOqTo3o02e0gvCZ0AmGW1QZ4hetiVKcdHGjrRMcAu87CTQifiBXTRzMuZztCAeKutttrqW7WaCnCGIJRk8o9AgyaJXeRh5xrRh24osNUo6CaFP8RtLrPkpEH2WGKroWTDNTLoVkp6raz3GBh2wgsMeYZLwGpxf1dYJWnqOMyDtRFakVFhCiy5kTDBJNCt1BYmS8IuSj50ZVmrlDCbbIswmA9BGRLoRtpK0tQi2NcYGLzoxfqxqtRWB+y8XGgUrn0E+xZIfNZYAcRQUl4zoEjzsOOSWv9d+u6SLwPBKs3DzgN2PGVWTXmVffSGqQw6UiuBXJJqg6Q3WUY1dEL2sIug4/087DrOdGzT9qsGTLCIrG8xw44w4hKZtmHHA4AAdvsEPEiCOU4ADk4qJXSChkZhWME0neZhh/07kyBCClpME8T+adoAIgeGHUl7khl2Y7gmJgZuhv1hjLwIvFZ34+MrAtg93bd56ARNEPeA3d3hFp7dzPeLiy4F85NnHI45KpLYkN3DJgYwqXz2jitIYtXQCQTsCh52Hot57bJPfk+Wi8Ah2Y4J8rRael9vOZb0SJJYBOy4zRrfBsnT8dR6pNCJeTGctYYHRPWw4wffA3YfIGB3XzksgIye+hldSRJb9LDriIfdPUInAGbQL4ROSJ21LaC9fvt2wBJWWBvOsDt6E+LEw44y7M508LbVVltt9a1Yrfe/qMtaBbZahZ03FqSpMXFVY5zpIBT+bQbOBJZcka0WAUoRsIM62Dcz7PT1ltvKYN/gpa7yNg9h+dIYriQ9XmMhQCT1C5RfDtCJk6ttIcCBhiNIctpSWzrI7kSWXDTulsIfopy27EPnrMCSK7Rtuw6mEByRM926AsPOGMKwk8C+ABTK4zbrX6qtsM0NA7DOrTJmluJhl4cl4AupZ4ZJCas2ZdhpoQ8xsEGWg2ZglxoawcEyf39c6GFH10W3gU6G6Aw3xhJkwOdY8/FTPew4aLnQB3DNRYGhxQw7ZHk1qY+aBGBQeWCwWlIYdo/tYWcoiDhGKXQYN5go4T4xJTYGRAjPA+5HmYROpB52Q+JhR/olAYkDY8454h/I5MjEw67h95E1FpHEXu66wDgMXm6WPFe8JPbF9S0AAHziyQ66ABr7ycw+nZyg/4dxWwbYyWnQDcUaHJWiagw78vfJRkB7EcNu3u8kzCEw7HJJrAQchvARk+9jkTW6IBwDCzEjPXRi/l9KTT61HodhJ6XEAoSdvTAKqspOao+A3d18kBFZvlcF9JQMXpKU2PTGW/KwQ7nr7VH3sKsCdn0M1RDpzQsksTtgg67wEJgApil0HATsJn8xcg+7Cw/YTZskdqutttrqbKpx6UCLlnMOjgUQKvrQldl5EpMKwRqVcVYAoZoEOCtIUwvAjOoltyA4wmqgW5Gd59u6Nh/XAJDjLA324v4WJcCK1HNt1RQksQhKjYodcinAAdtaZ6CV5LSFthRIE0E36SUlNHbBfgWBPVod+ZsVpKklsK+jLDlJEltoCxCPYyk4QvK/o20nwf+uLbACz6G6lgNN3D8OJXMVsC0ATdTDyybSqRz0S/3fNHbakHnYKWBZxhJM9yGuP31foO+bEmiYyHoVpqEOuNV89LikVpYm5ymzXJrMgIA1Fzm2zakpsU2neNgJkth2lyi3Ug+7wjvjQ4sY+AdchjAE8VxNFLBbwLAL8lWJcW1M6Md8/3hK7FHwsGtNyphLE3X99w1h2JkULI1SzxX3PxI6cdE1AQcJgB29v/vAkpc3sxz2c29fJcEnAAB9IolFhl0cVwEIDDsuHWYedjsWOsHDHkRGJsViFnjYveEZdilgJ9iAOQrYcYYd3o+EMW/Rw265FH0XGHYaYOefC6th2PEHEZbveBcLJLEAEbB773bewacPYdiJkth5gHh0HRztlEh7FqXECpJY7Kj7vnxiL/s2hGqUJbHyID5JieUedr4dgo0NSeUL+0QGFyiJtZskdqutttrqbCqETgigm51cNBEWwC8cjI9KCENJqtlWGHZLZK33YedVmW4unaSS2upgny4fXuphJ24zgggqs+88JbGSlxyCUpJXHwAB7AoedgN0st9RIek1ZedJoNuOfpmvOK5DSKeljIRRAL9iYIXA7PPBEQAgBkfUgLPIsBPWW0i2rbVtv0k87LSwg+AflzHLlNCJ5MV/CACWQSaGc8DBKpWdxoMvFIZexhJkYFeUULLACN/eGBPIEVL4xkhkwcYY/1LL5HHacbQDOOfyF1wFdJQ89Oi+5SxBDx5wluGaC48BSYm1i1Ni2xS8FFNiCZGFEDZSht0rBOyQkUsk9I2JQG5LQcoTJLElD7v57+Q6mnLA7sleYNghmN0yxlziYaf5B0Y5cgT4qrvx8RUCdjDCvm8JYOf3Dxl27W6WUwPAze3MsPvOty4zVmbXSoAd97BLx5Mhdwf7OzLs/HNk3zaBLTeJHnYSQE2ew0sYdkESm4dOJF56AThsVYadBB5z8lXasIDVsKqGTpS24cR6JEksm73y5fxJu1ooid15QOpr1/P/iLTfq1o/iBMZdvOJooP4ElPuEgE7QRKLHeSiEjpxWQudYA9vXsdxioCfCtjhi0C8kIzhDwwLlx4Yncx5Dt622mqrrb4VC0EeyYdunFxMLxUAEgPIzpNBqMAak1hyxDtP9qGry0tr7LwHedjdR077AO+8Y7FtnPGV0hCLCbMrLEwWlSWxHnQz8litLXjJjUOU00qD2RD+AC57URyTwIp83UVZa0VO27VN6M8icIYsOQH8qslaS8m2AACjP46TMOsf/O9USSx62J3mnXcO1TcMqGpTpoWtSDmp91qYqCeT2DnYRvob86DLAxv8PTnzoKv5vzGWoCbrJee7zUC/uA0qO46sKwuNIO8d9DbXt2ZmLLkUXMwkrQpDr+PHUQu9WHNJTK5aui1NiaVebhJDLUhi94m9UdJPyPIevfz+WUJqCWxz0wYPOuucDMAoFQCKVn4nbiVAkqTq4vs2VcElfoCEMZcAqQJYytmNLU8/XWP5vrCDEXZtEyTCkWFHADuPBRyP83Pqk0/32TXXd22c4OWS2JASyzaBS8CZj23CsHOSh50goabPtAIQFjzsCpLYwLDrm0RJkXvYEaCX1yNJYnESQgudWB1g1/O4cyzfma7MIfk9rp0z7Ob/v/EyRdrvVYFhR/TeRBILkN4QljDsDkMuiUUK5kUldOKybwlDTmLYnZIS2+fLmYYA2GE09wQN7Npmnm0jg4ONYbfVVlttdX6FA2rrmowlN04uSByKwRFVxlnBh05La/W+XSIItZAlZwrg1+BaGfxawJLT0mmXAIVVZt892HnhWC14+VlDoSRW8kVE6aZVJLFtSGuVJLGRnSf53zUFlhyu9+jaaHBPqhT+UJPTtiStdeTg12Sh8awliWEHQKWpEmBXBs7w+nUF/7tG8PtL1iuBfRU57dqr5aSAjNnFXsx4YAR5YRPZaRnYRV8uFQ86zpCzNXaZxk7z91ZLAB6/Xcn3QJLVEg+74KHXpO3J97K0XcL8ogyRtjHpy7b/XsvtjxSm4+LQizUXBXqWMuwIWBJe1JmMMxSVxIb3vzFlMTJ546MWSl5JP4mkkjaVRT6Shx0AB+yIh92E7/3zvg4EAIlsxUY8LxNPifXnqUk87IgkdsV4XcqwawhhCNlxBAdA0NWHP33iyS6Tc+46E54r4fzhJIGTGXY5MI8MO+uXWZaiFhmlTRcpfELhfeg13w/GyeX3TIe4S8r049LcLIyI1iJJbP2662uSWOyLa5HEahuMoQYhdKLiYYeU/6+8nA/Wg0In0IeEngw/CAqAnT+Z0+SCXl5i2CF77nagklgMnUCGXQWw27Vx0Cp1gsoMxhw6UWLYWdh1DRgyqLZg4nZRDzsPjNqNYbfVVlttdTZlEuAsfXmw1gWgQQKSGjLAkkC346QDdmaKAzw5hMG3FWcrqf+d5Ad3f6ZblMSWpbgnt7V0vfk2HwrHivrDlGW858GwQ/mm5LlHZa1iW2TJGZe9JU1jWU5bSmuNUlyNnRfDH0bmJTcRRokYdmGirDVj2JHxpA6c+baC1AYZdm3Vh05nyWmgW2DYSUEZDlmB5zlJm0sxOVjGmV2ppCk1u+dgldUBv2QZNTmoIidt023I/efS9kHWKySEqiw9knQrMuyYh12edGuTe2TfNuwYIEOvzBLMU2ZlD7uzkMQKQE8VaAwAW5Mya0wBwGj75L2yEQGtV8ewm6gkNvGwi9vhpJRbpTIfQ1ZJHyaAJA+doB52Nkl9jdd4PFaQHKtg9M8ZdmcROkEAu64JVleBaUbl/v67mNb+1pNdklQMMN+PkEnHGXbBx5eBSQguZQw7mGX28/3BK/UkSWzJw67yDMJ+QPGfsO9+n9BLb99TSazJmH6ZzUCyk4WgT7scsKuHThRYfifW43rYsZsZSmKfgI+ozxh26U0MZx+/fp0i7fcqXNcoMOycB+z8AaY3hqKH3WCTmZDwN4jBFFpdJKETkiS2DNgN1hGGHQJ2LQDEB+O+a5NZcAtNlOqS2cAdAnZbSuxWW2211dlUE3zocpnnME0BLJDYak2BYeecq/jQUbDvNDlteCGFJgt7mrcb16vPdI4KyLjEO0+Tpi4BCkeQmX1LQydksK/A7FthmQ4Zdvn2Og9oWUUSS/3lOPiFoJQWWNESQMxlDLsI9kkvhl3TENAtbYsvN1rYRUMYdpkPHRnc66CbIol1riqJxeNYlNMqygirrRfqYN/aK8pRZf+4kTMpGFDUExZmzpAbIjuOtyfLyCWxLGG1wrDLwDLFwy4wRqecYad62E0x6TZLqRX3QW8P4IERkaHHJbXpe0sevMFCL86KYRfP72LAjviHaaywUEESSxl2iofdK5TETjbe1xNJLLmvTiYCu7WqSQBD4q6L+zeR8cyVmBJL/QCJVNmQa4oAVYnRP2EHnkXoRIehExb2XRtIREFySScCPBaA4Ugpwy7e+ywwwDXzsEvPVcYopfcgsPP9NGHYcUmsxChNfUW1il6GEmCHDDtCsCLjrSx0ggf5JDtZYtidkBJbDZ0oM05PqUeVxGYMuyCJ1QC79CYWE/Dmv7919YDBhXQyPHg3mJ3f3vlAUu2xBNglHna4D/6Eoma6yrDr21zSSqsiiT1Kklj68zTCrmsSwG6CSKels4nIsBs3ht1WW2211dkUgjwTNJk8x04uzKQaYeKHsvM4cGaJnLYEYA3Qij4+x4XS1NP94GoMu9I2e4DS3T90QgvKOAYZr9DWEq/Akoz3m0kSq7xQUuknD3CwFsE+uW1Hxjk8cZUy+yQ5bVsA3ShQKKbHgc50o8BhqzDsIujGwT7iFVVlyZ2WTltre+4Mu4wZw73TNCkm858DgHj/EhJWW8nDDpkqXBIbGBroo8c96NIJ+lzOSgA753LQUJBl6cdh1D3sTDunaZD9Exl65P2ta4zIMtQ97EZ2DBrPqE2/12r2SWssERhaLonVfNdCJSmxFQ+7Vxk6oUli6TWDHmgLJplqjKIk+CQAR/E+/MR7108uLktO3LWRYUfAPwqWNsy//ZxCJ3aeYbfjgB2djPD9xlnCsGMgbyKJDYBdHKMA5IBWw/s7eRZ33luPgq0H5h1XTkUu4w4Izl3tWrxtwcGm10Fg2HVt6JOTyz3syqETSySxp4RO5PcG51xMYF6Lh13HE5h8oST2SpXEkgPmXJBc4EDrzcsHDC6k0AnLATvPsKOAneCHguy5u9EG1mD0sNOltLSuktAJ4eZbkMRar+HOQieSdvONftfEczAz7HJJ7D4Aduc5eNtqq622+lashjwjOXA22ClMdknPERNAqJydN1Kwr8B0kzzsKDvPSDPwQX5RA78e4iVXYdgV2HkSuJm2PdGHjrQVAcqpsL8rrNbbi0hprSi/1DzsEi+5gYFfNYZd1wQmYwb2hbYK2JcAdoxhF8C+Vh1Eh7YZUEgCK1p5u6Mkll1HVE6rMezQw463dVFhISXbAkQWjBQ6UfPOW3vV/OMy/zYldAKA+uBFtUwm5USGBQG7MnYYk4PiC1vHPeQ0Dzz6HlCS5ZJ+pnvYkfaNvH66DxLgRl9uY8osJNuaAW6kfZIy25pUaubb9xxwXHMRkK3lzEatpJTYlso4JcCuT/pS7GdTsrxHL2TY+X5mDIBxEQhOGXbsuipUJs1mJXnYBUAQoiQWIL6jJ6EypM91FIAj1zyepo572FFG3lrL39uiJBYBu9R/bmbYecDO3/PfusoZdl1DGXYoifX3LJTEsnPVZUze+NzowXoPO39uoIHDotCJpZJYnyfQNgGPCcs36QTtnoZfCEy/cuhESRKL9876dYfPHCl0gt4v1gPYBW8GOSX2icawCwCeA7ADGD8bc/QDuDcfxLDDcAgqiZ1/HhsG2GEH6RpxthZBL+eI9INJYpd42PUGb77CfjFvPFqhA0sMOzbLd0Ft7aCZNd4ACbC32xh2W2211VZnV+hRKgFnlGFXmjXU2i5h2Ely2nm9daZbzcOuFDpR9bA7cZsByp59dAZalLVaXXoc2YhdEaAUmX0rrMbLRu8jiaVMMsuCFKYQWFEC3bypNme6VcC+pjHBVy9b7xDBPs1nCQFIDn6NfllH16opiIFhxwDKVE5bZudlgB150T+5LZSTbc+hgoed4v82cHYZk18ZYwTALQ9c0KSc82eMSaGBhhU5aGCysdC4zIdP8FHKQb8I9ASD9Qzw67P2NguNsHnKrQBa9g0DPISk3bCvgiT3rDzsSP9YLOUlPmq4j41JQaZQVBIb3lcH5sv26kMnnPewm89ZZGclrFQuqSxUTQKYyC3DczZn2AHEd/OErUjAwyR0goCbOL5pGMCXHNu1VuJh14Z3+ABaTeTe5r+LHsOvX3YZK7PvCGCHx4gd90wSa8g5AmAMO5t4XI4iw07wsBPuR1Lh/bUn7MIju1/huGvfU2luLol9MMNuiSQ2MOwEwM6tELBDhJHfhCd/M38ClZRYAIDhJvwYGHZXD2CAdfEGGBc8A4cYthAksQNBa4WiCbBhYHpi6MRFT0InipLYfBB/zAA7yrBLvTyekENqoZlTVACSm9YFIGD3Ch4CW2211VZbvZIyAcAyuYeddbn0gVaJYUcCK0SWXAhhyBlnczptQSJKWXIlD7sCW02Xphq/3rKc9r7Mvpr/nczOQyCqSWRmi9a7wmpC0qsDHhyBgJ02+de1TXgp4KBbAOw0sI+w5KZBltOOBW8nzUuO+t81yiB6FORidFklOa3V0loXyGnxOOZy2gXsvJIk9twZdgUpKEAEkJbISQcOmJUSVimzJAtsSD3shiz0IWVpqIERfhmRIcf3gYKGmoddQRJLWCIqw84OAQzN1i+AlhlL0AoeeJKkdilTbQ1FgR4OYGiFfcO0aZ+spcQSSWzS16ms+bELE0b9s70xJgnNoKmWiSS2cgyWethZa8P68DkOEEMeAaLPvOhh56awjYl82LThNCQJvc7Gda/Zwy5IYgfY903uYYcYQRslscigfrrvMlZm35owPnPYFqXICmCHz0XnZgXFTL/08lmw872QTKZm7LJiyMpyhl0WuNFwhl0tdKKQElsK+lzotwcQnxlS6MQqGXaqhx1KYo0iiaW/C4DdwzzspNAJZNjtk+0tJcQCzPsXHraBYXec02URsKtIYmcPu/ulxOJNK3rYRSNnPsv3pE9nRQK9mDwwUFo7wHkO3rbaaqutviWLssYcB85i6IQ4CAnyk9zDjrYtg265L5udXPBCkT3dIpOq5GFXWq91jch0GyYvTa3IacsMO329A3Ri28NU2uZo6CwChVMB7FthJawsts0IDk0LQLfMSw5BN01O28S0Vt42MPsUdh79jAN2tbCLua3MsKNgnyqnVdJaQyqua6ATwi4AACaTTsDGFRMprgK6YVvHVRrTBJ1n5mpA4dpLZ5aNyd87LoklctKeW/cQll7G0BO8w0oJrQAEVAjbkCpqcP2SzAxsDL5ouSxXkrQG0DH34SsDfgUPuwWgpy5NllJmqaQ2lSafh4ddzrCrMgMTSez8o5oSO0qSWBZw4QrvjA+tBu9TNm4nYfQlDDsKGLr8OUyr5mGHYNBIWFmoDOjbWY4dMQXvYUc9JpPUV/8j9bAjcmSeKhuP7Xopdvj8mEMnBEnsRJiZeG+BEYzx7EQG8vZNA9axCSj//1EJnUjOPbvWexihJ2EPFpocsKsB1IVCPKZvBbDSLxfDzbgk9qAy7AR8ZpGHXf262yn4F13/vA2rAexkDzscxF2pKbEUsLuNPz6KJFYKnZi3g0tiD8GHTh5EGWMCIIcvJmDHpJPWJbFNJSVW11PjTeuikSSxKePvygN2Exhw0ER2ILnJ7bxH0SaJ3WqrrbY6o0L6vxBoQFlyoi8HDY4QZK2BJVdg50l+cCOR05baaiy5AH7V2kpMtwXAWZVhV9nfQWyLzL4pY53VAMqYEjtW2QprqCQggQF2yCLTWHLGRFmrFuBQbqux5OqgW1wvB878xG0B7Is+dIzZ52WuwxI5LXsRGAcC9ikvs5MqiY3HXWPYTcyuJX5A2HlnGjrRZemkLGFVZZdJgQ26f1sEq/KUwDxhVd4GLak2Y/gpHnZ9o4OOOuB2moedlPKag545aKmnzI7J/TlNmY2gSXcGgEmoALJNqfSyVKTfjVSifC+GHQWhHuVVPS2/f5Pv6wkr0qTs45Ew4Gqy2CzAhVVIiSX3NGTZI5bQs+TNiV6fCWBH7guJJJYCdvj9iYQpFHfhYy3EP3ZcEpuFTkRJbA8jPN118zljMuq+awIgagPDLvoKAwihE/TcswmGzljY05RYl0tROfs42e6qJBYBOxMlsYxhh16LVBI7QR46kU1i0Aoy9GP+mXDv1aooiaWA3VpSYuOsS7rBU8aw44AdeWB5hp11Bia/Wd/x5tX9N0oKnfADtSkw7LxnHvGw0woBuYG8ENFOWguduOy7KIktMewEtBc7677BKRspdGJe9hO87/tjGOjFZPk7g+j6BthttdVWW51NFQINxslVGHYUwMpBtzAZVWDnDS5nnNnJheeiLBH1SY4CgOWcWwi6ySy5YWFgheidV1qvjT5nVpK1WvK85/tck/FOZOBWYSusoRo6aOVAsB9faQw7gDhmGgfuJVdOiQWIoJuW9KqBfQBR1sqlqYsYdkYGGZfIaXF/cqAQwb5OB/sMpv4VGHbKS8QUxnjpcV4SdrH2imCX7GGXhUYUJK2ZrNaOKbgCoLDLdHYaXa62jJ6Djom32ZCb9Qv+ZX1mBh/bn+JhJ4ZWqIBjDlraTJo8JM+UxMMuAQzPycMuB4aq2y0klc6ssIoJPwlgTMBBlvj5qNVgwM3ot9NkcsoArtHJjQozvO5hNx/LiUws4HMc1xdkhpKHHQGDwuWeMOy6mXGH3yfsxm4p8Pox1tEHh/Uwwo4w7I7jNMtT6WRCYL1ZeO0ivR+F+04bMZURfVX9MoKfruJhBwDhWCJ4FRl2UYqqMuzE/l4B7MZoT7DjclN/LttEEhvHW4N1yTjR8okcaRsfSRJ7RqET0YzVkRnjANgFhh3beWPiATnOgB0dRNG0mJNLDJ1IGXYjY9hJCbFYEbCLklhEc7vGxFkppS53RBIretgJMzC+8KZ1UUqJ9R3sMjDsELDLGXYorR02ht1WW2211fkUAbD4y4OlkljBC7XmYWeL7Dx9vaOdiIddGTjjs5A07OI+7LyivJR62JXYeUVwU06JvZsWAHZOYdgRg21RjrGySkIO2DkKktiCdESTptYYdklbq7QtSmJl0A1ZcyWgED/jwNkpYB8/t0vktBMDouJ657blsAvFB3lB2MXaq+Yfl4NdAlilJqxS/zce+FACq1L5chYawVgayKpMGLtJaIQGOi5jCeay3pKHXe4FuEQSW5LU5imzCwDDNZckvTxBEhtAJgN1xhEJHUzO8SuVxOK9Nb7HclYlAjkD0EmmpQw7DbCb/7fkPoU+p0ia4Qw7KwJ2NkpcrUvYgen3I3jU8OtnhUUBu7YxCRnoaCdIwmiITPUpAnYuvT/1TRPGhePIPexkhh09d1zC34fQCeJhpzLsHpAS2zUzgw4Ajja9DjB8jUpiEfOgARhlht0jSWIXMOwaA2Kg6an1qB52AOmFMPkBxKUWOgEQD5pn2Dn/+w9/2+sP2ygxdMIz7Dz7DoEwPMHU7JIXfjZQSeywLHACYPawKzLsipJYZNgJgB+TBlzh858Ddm0EBHsXZ3q32mqrrbY6kyJstYnJKefQCfaymLSNAJbsYcekUElbwjg7mdkXvfPktrheaeAUgRm+vwDLgiOqwFkl6bXkYUe/y3/XwL5i2xVWS/zWOPgVGXb65B968uSgW52dNypMt5oUl37GZa2ngG45YBdBN60mZX8pYKcFVkwa2GfjNmttHXpSZSzI2Mfa/jwnaXOgKnqnARTAspIHHRlzRzmqDnYFlp/g30aXqzHsxKRRIqsdOGgoeNBlHnYCYJZJahd52MVj0BZZhgpDz45CyuwCWfKai7DiTmbYNZxhJ7B5RIbdmMq/hX5435omB7fH3FcQ71ONIYCdSYGcyZH1VySxE78OWAWG3RiPBVpM4L4HX7ARPewIIE/ILSH11aWS2ITllzDyyPdXWjguwZBJqvw7jBNj2EVJ7GsXKRZAQVcEswKrET3s/HFvjA7YBeKsX1cHdiY3kcnUZaETyySx1MMOSVQhIRftBQAxmzYAlDj2pcETxQCURsdcJEsErYqhE66w/nvUI0li42LozInldEIJsMPveA+7/X4P/8t/+Afg3/rtv+ZhGyXpkxVJLHY2zcMOIAJfxyAbGgLDrgT0YV32LfSmJInV0d4QbIHtRUkspsTiDUln2OGNAJH8rbbaaqutzqD8AGgS0kvt5OKEUgE4k0A3uxR0q7Dk5LYR7JMTZpcw7JS0Vi8vvQ9L7lBsG8Mu7suwG6ATU2IPJTntCqttm9CvRh7+sIBhp/nQheThEmAX2qYyT7dAEov9igdHRDltnZ2nAXa2APYF0E3x3RugBW38rnnY4XqHov+dMob019/g2qoSZK2lsuMQyFTBsiUprzZ/sZM87DA0QpHl4rWuSUopYBeUSARMyBh2IkOu7mHXZutfIqktAH5Egq2mzE6jnjIrMPzOwsMuYXL5H6spsbkk9tSU2JaCso4Bsw+o3/fnPw8//H/4c/B3v/xh2EaAGDrRCZJYBLhGChUs9rCT71Oyh50H7Hz/7FEGyhh2XUniqoZOkPPYrl8Se/Dv5Tsze9xS5d9hmNL7CqbEGjsnxAIkTEMsDCRCH9UgifV+uhxcpZLYwMYlkthdFxm0kx9fJWMd31+/9N6L+LcTGXaJhx3z/cQ8AMqwc4YlypJtF8HjNn2GJGXzyQatdoENmvepzFv1gfVIkti4MQO5Edtmn35RQivxoHmGnWl6+J3/8C+F7/vU04dtVEiJFQC7lkliPfC2LzLsvCQWZ+XtEJDcEtCHdblrIsNOlMQKFFJfgSJaksT6dpeBYTefk8sMsBugg83Dbqutttrq7Kogax3sVAHOKIAleNgtAOx0hh2TkinrzYBCG/3voBIcUU5rLctpSymxMlCoMwoBAAZ6+PjxCnLNcjqt2HaFRZNeKSsCAOK+Fhh2Vgl/QCZYiWGnyVrdAlmrzuzD81MH3TLgDAGiwnpDWzZz7wLDrlPlMQh8mkkD+3T/OyexeCAeq5IUd+2lp5N60JdLnwpy0uiDFwFO3X9OYLcJclKAyLzLkmoDw44QG4T9wHF+UdarAW4kZbbkw5cHX8T3B3X9QvsAuJHt1yW1fdb+PBh2goddTcpLJKwBNKKhE+AiZYkyjgQPO0efpeZhr+p3g4X/+1/+WXAO4N/5z74YthGAMOyEwIIAcJ0gic2uRecAnn8lBCwFj76wfwZsYNil/w+ih108Lw1lzFGwVPSwsxGAXHH/OyRsxhGMMWlSLAXSfb/ZwQhP9gxDINctjgvz0InUOxCLetoFNiJOPKAk1qHag4FqAAHP+P/8xz8b+1vo7zXAbl7fTkyJ9axBmL+zJ2m1TYPhHEQSa1GSKgF2ggoT6x6SWIlhF7wUH0EOC/BokliFYddywI79DkAYdjf+O4/ksSEy7GYWn+OS2AXAG7LoEP0GewyhEyWgL7YnHnYnSmJxO/dGAPwyDzv/qz+1QddObnKdQ8Au347/51/7OfiX/8xPiC8aW2211VZbfYzlIoDFQTca/nAy6GZrLLkoxZW888ptkXEmMezu39Y5tyhhtipNrYRdSCy5caL2GHKip+a7N7ro2XMOgF1HADursLdKA9sQ/qB42N1HErukbY2tVvawk9u6BQw7S2SCyd8X+O45Zb12WOB/59uabH/jNaSBfWuvDChinmBLwC58Tyl52HWZh11BUssAuzxpFsfrHrAjLA8JcLMVwI9uQwDcEsBMYbgJDLkSw660/gCkhPZRcZSnzEqSWha8seYSgJ6qlJKwCpPzYYRJGnw37fYJ2yf2dSpfbeH6MMJv+bf+Gvyjv/8vw9ef3520K19452X4+c2rPiwTAMD5MQVPiQWAFOCSZI5C4bgkgCQ/+nsB/vVfBvD5/yBZ5kRYTLzvaB52SeKuIx52id+f7mG3OO33YyxMkQeA0EcS4EpJib3suxkUFXwPne9/Fifc/LFHcFACtOKxwj9ENl/qYcdkqwCRoQkT/O//5N/166zLTO0UQyP6tglg2IGFTnQwn8uOAIcYjkXluXRZWT2yJLbkYbcqhl3bmEDxp4Pb0TDwTWTYpZLYJTG6yzZKCp1Aht3F/Kt/SC8B3i4zSewY2l0sYNhd7bpA4xRlHMTL4l//Cz8F/8Kf+rvhpoLI7S4w9MhxZUDfJb5DIGCHqDu5eHfTfLM/uPR8/MRXnsO/+Gd+Av4ff+3n4M/93a9V92mrrbbaaquPsMggSfawU0Ak8jdJ5ln3sCsz7JZIcWeWXA4y4nqLoJvL204uPudk0I1us7Be9L+bxjD7z9sO0ImgW1FCXEjFBVgAUq6sGmPCcc5lrb5PFdLUAkuOecnBAtAtSlNlKe59JLFL2k5BLpauF5luixh23DtviKxNta0/jjnodghttdn6yLDj7Ly72PZMAbvIuOEedilY1mdgkQS4cbBr0NlhCeCnsdtGcM4JgF0KZtNjHxlu0Qdv4JLSYkqrLqnNPfBywCwDHe2QA34SSzGTBcftz+RfgqwsO49rroRhx467VoHlFZPJW5oGDBABlSR0wr/TTUM4Rglo33Twt7/0DP7Olz+En/r6S/iPv/DuSbvy/DY+Z96/xvOK98f5MyklNtnvQjAiLezaXWtmtOev/CvzH/76H4h/B8IgbFrgCcXcyF9M3J0YYEf6ezT7Zx52Z8DwvJMAO48/HAbuYRdZb1e76OcGAMm9DyenMoYdSpEFX9RwbP3YCJ8vPdj5/DApKgXKcOKpBRvl/wsksRT06rsGdh2TuRIPuxDG4bfD+M8o023g9/VkBwuhE6dIYrlsly5mjYAdQHwQ0ASknGEnedilktglMbrLNsiv203xBuNBwalDDzuUxJLEEaXwggneNXYI7ZZ62KEkFn13kvIX1+3dHfyb/9FPw//7P/kF+DveayBsXyOgvmyWj6fEPt336feAAHZs4PiXf+qd8POf/3sbYLfVVltttapKmF8l0K0MYEn+d/cG+6rsPJ1xNk4OrMZUS9pqICP635XltKW29Lt8vZKs1TlXlhAnnn3CIM5SCfH6U2K7xgTmJpeXIrDkSoBdALC4VHNBwqyR17sI7NNYcgsksaGtBvYt8bBj/QIBy7GwzZqsNQRluDaRK6VtPdjH2qZy2jP1sOPMLAI04fUIIPm35R50kWEXX/yz9gJzFIGwXE46JveXPPgi9bBL9oOkg9oMNEzBE7psieVX89Cj+zcyTyjKMmyz9RMPvJKH3QnBHeflYXcPwC5hjTHAjjPsktAJKoklzyTTwrPbeC/68Oa058bzu/j9968PYRsBACY/2dUaE+lUImAXQzhKlfTj62/ED976JckyU4ZdKueORv7zMYyJuzIANwN28zImAmtw/8DA7ltx6MSdbWBy6TW8p6AQBdJJSuzVrk2fG+S6c+H5jYDdvAxk80mPhcAqtQjYITg4eobdvCwE56gU9Q65RWaKkyihv+tjhQSwa03wh8sBuyniNR6kbLp8O/CeJjPs5Gdt8rdFDDuTbiOpKM1+nOfuoz29e/4gAIAx87ArpMQeH1sSSw40dhQ/0+i6mWGXA3YFSaz/7DDlktglKbH7rgmS2ESjzrb3/Rc34U8/9vPvAwBhAJZCJ/yFGD3sFEksAPTTDFweGcPuSx/Edf/MN17CVltttdVWKyoEsITk05n1VZgFT/zg0sHFYF1ZppmAfZL/XYmdV/Cwq3rn6R52adhFObDCCgBlCtjJ3myyBNiFz8S2hXMEwP0Cyy8/a6imMdEDhwFYARxaArpp7LyS/50KnHnD60WSWCUoowSchQAHBjKOddBtUgLElshpI+imJMzeA+yzIbCiO3uGXQkoot+T2GU52BRZejpDr8Buo3JUcn/pWjMzdtk20GMvAm5ZcIbEcNMlrXrwRh76kHvo2fBMyEMvCh52BDhFNkuWMtvmx3DNDKdQQUo5yQm/UlFZJk39bYRnTRI6kbP5pgR86eAZAekoeLekXtzFZb330q8XWcK2IIm9B8Mugt8NwN3z+MFh/jmXxLYELEZJbCr9FiWuHIBDTzUXYY2GypGnMb9+VlgHO8EAEWcAIJLYwabXlccC9maEy75Jz40QOhGewRNiEehht5xhF1JiGRuTprPe4CbCBIdxmsEsYQKBF2Xe9k0TVI8BhAthKA727F4dPewIw477eiY7WGDYLbD6wNoVJLGxX1cXs6gen2FHDvgiSWzmYffIkliAIIVFhp3rLudfQ0osSRxRCll0gWE3jUGzvQSwaxoDnfEA4SShvfNxOBzi4PKnvj4nrOB6MN1VDp2YP3ttxxl2uSS2tzNweceAwy+9HwG7L7zzctU3ta222mqrb7kq+LLNklh8PpXYajIIFcG+09hqVQ87An5xKVQCXjmrSlNlht0ykFFm2FUAuwLIOAbATlm3JdssSL+qIOUKC7eXs9VgmscrU2EQPimJq2GGvjAo1nzoTvOwk5l9RTmt36YsOGIR2CdLU5ek0zrFVycw7Er+d0pgRZDiuvP3sAuTBW18aU/YbRxwawV2mQQ2qXLOAthF2WlkAqSl5v3ke8aYuAwp+IL76BUAr1xSSzzoCrLejClG3h+yYyBKajngJ3jgFSS5i5lqayhyfpul202CD1IPO/qsWRY6MdH7VtPCs9v4bvihANhNk4M/+3e+Cj/zjRfZZy8ow+7mmOwfAoNVSawpTMqRCuCaMQAHsi3X7ybLDAxCcqwQVOe+YMmxpKETgiR24oxOAryeRejEOEV/eY9doDQ097CL1/aTHhjDLl53AbDDc+eXcfTjJ2kiJ9wK/bHCZ14PdgZUGbhLmW0H66W2nqT07Pa4SBKLLLWuMdA0EsMunlu0YsT+GBl2NCWW3ZNoSTkHWAvARawloROPxWx/PIYdQ8QBAIZ7pMQ+miSWdgo7zP/wZsQlsRg6scDD7o5QVe8WAH20dp4hh505KX9xWZKk9rXn88WK6+mRYdfpHnav7bx0wOmS2M4z7O6m9Fj/4ge34efDOMFXP7yFrbbaaqutVlKe/m+hzQyw7TQt8pKTEmaXe9gJbS0FoApAoeBDN1qyXmndif8d29+lUlwnp9PaZL0KSw46kMI98LP5DzIQJQGFANzDbv2SWACoM+xKRtIhrZUNjJekxCqAXWhbZPbdH+wLoJuSEluUxCqhE0ESC/qxwvVyWesSKa7GzqNgnyanXXv1miSWhB0AVBh26jLGKOMrscNaBWxjDLtZLkbOgbSMLDzDFlJWqQcc34d4/xsYS6l0DKTgjRxwyy14Op6WKgZ3cIZgfMnuuYfemosG9S0G7HIftRk0ahKm17wwyrCL73FdBmg1AMYkMlhJEvv7/vzn4Z/7o38Tfucf+/HsM8qwuzsyqbXfnk5KiZUksdXQCb/frQE4fBg/uJkBu+BhR44V9n1cH2ctWcrelMJAJhe2PchJcZ8ECe2qQyfGKYaHMUnsYWQedg0F7CLLEABSVqfvey5Lic3Zv1jchiB42Bk7f8Yk+xQoQ9uvBua/fXA9nCSJxfvEnoNh5F522flzGEJTmN8dxAmeXmLYFSWxaWBQqXqBrBbWj16Ka2PYZQ8CABgbhqT2V8IW+ANyvJ7/74Qk2fuUMWTW4hhDLQAAAsMulcSWwiOQRXc3xofZKZJYAAiS2Dsrob05YPf1Dz0Tzq9HZtil0prX9v4i86c2RD2TB0bn03K5h90HN+mA+kvvb4DdVltttdVqqiDzrIZOTDGlMmO6PcCHbpam3p/pZotMN913j0pxDUQPm+XrXQDYOckr0PnlKgBn4VhNk4PJQTnNd4UVAhwYCLXEw24K0ive9rigrQLYLWHYKSEMkWFXCn+Q2+I+lNh5GnC2ZL0qS25B2AWOpZusLcppl41T11gxHVWQs5LrM/ewy9ldYRmEHZYFPhQ87EpyVmOYtJAtIwO8kuALlLSi55ME2CnSYBtBx/ByWvKwywBDuv6Sh15JksuTerF9geG35qJMrqUpsYGh1qSsMIA0ZdW5FLAjbE/sZwHQ8u1qkth//29+GQAA/t5XnmefUYbd7ZCCcnhPbxJJrGdeUUCMpK2WaqL7TSWxN7PFUyNIYrkkPXjY+eskAYMlDzsqiSXP9YYGftCQihV72M2AnSKJHW16XyBYwNN2Al0S6/EF5mGHYxiZYZdeq7iMi8bfOxi4S1NiB5TaesDu/esjmQQpMOwYwLZXUmIBAK7wtoiSWH8vTSWx7J5G67EkscRf0Ll8vAcAalDUqfWIklj/MCSD5kwSKwJ26GHnAbvH8rADiOCfPQT/OgAAEzzs5oO5JCUWJbG3U3whuguS2GWHsfMMuVsxdGI+DpQG/bXnCNj5TlyUxM7Lfsoksa/t++y7HYZOTLEzOufgpZ+F+f5PPwWA1NNuq6222mqrj7lQ9iFIRFOppe4lNwgedsUQBYAE7LOCh92wYL3LvOQ4k4pKU3OmWxnsI+sV2jpowOJsfNY27m8esuFlOhqbkYROZOv1AzrrFLBvpRVS5sZ0Ug+BpfuBbveXxOIxdgX/u0lhycECkLHGsCuy8xq57RIprmvl4IglzD7nJ8jztnXvvLVXBIpyOStlwC5JeR2F0IglCav9gm3IAh8AUh88LiktMtQESWnG8stBw1zSWgLcaMprneEXQM9wDAjLUPXQEwBHwe9pdRUYcVPYpzrDLgILlnv6UcBrsgBAQFvihxhU3UyWTSWxz25yGR+Vu3N5Hk2J5YAdPoO6xsSUUS6JdS5htmmVBcBQSaxX0QUGIekfXI7dY0rsWPCwcwSAsy5s+0TGBC2VI08nhId8jHUYLAHsPMOukhILAPCki7JgME1C63IZwy6OBQFkwC70QxyzZIDd6FclSGIZw+76MC6SxCKJCkGwTG5KGXZ4mvE6Q0nsELcj3pd1GzJR5XCCJJYGWkiWLwDy8b1PPWLoRM6wOxrGltsJgF3LALvHYtjRZdshAnbdBXQsMnpR6ISYEouS2GUzl6jnvhM97PKB6Ye3M4sPAcUO8kFI5mFHGHZtY2LoBP2urxsSH30Yp9C5ftm3vQ4AAL/4/gbYbbXVVlutpgIIlUtEBztVQLcS42yq+N/F9YptF0hxH8R0W5T0KrfV9nderiKLSMC+HGTEbZq/K4OMIivQsrZnkBILACr7snF1SawGukWwb4m8VAmdKLZVwh+mOnA2NUq/sOjZd3+WXAnsg9CWS2KP1W1Gxlg4J2y941kDdpzdJie8GoOyPgZoAWWXCf5xgeHDPeyE9hlDzwr+c7I0LTLkGOBlJYabJElloKEQfFECLTOvcSm0oonvOMk2km3LJLk2Mh3z9oVzsOaSGHYnSGIzhh29p9hDbJOlxCLDLgXWbo6xT9GfsSi5h6ulro9EEjt4JpAHshA4a8K1E9eZAMxNHbCjh2f2sCMMu2lM989GcImzQ7PQCeoFRo5jxuYESMYTjYG43c4uP48fYx3GCY5OY9hNEfhqegBjwljisrXxODA2tePPYJwA8uM2yduUy+8jw86vw6V9JZXEIsNu/s7NYJdJYseUaUnZa/O64n5lkti2Tb8LkN8TaeH92+pj1iUpsbsEsEuB8mmtgF3HZ68AYOCzn0sksY/JsGs9+DceAIYI2HF9/LLQibkz3Nr4ML07IXQCAKBFwG4U1oMzq2xw+f71MaynC4NjPXTiKT6/oYG3rnZpR2Fo8R1h2L08xE77Q599DQAAvvTBJondaquttlpNkdCJ3MOu4iWH4Q+Sp1uVnRfXmzPOlrHzZP87DropHnbKNi8F+zTQTZXyJh52iiTWKPtMQjYkr8B5vecpibUK6FaaiZ6Eycj5gxMYdqw/RynuPdh5C9rWZa11hh0H3eAElhyXtWJKbsIo5RW2WWHnnbEkNvOPawVmFweqAFJ2V7Dt4XLQMfwtY6eJ/nMlsEuQ1BI5VAb6LdkGSVIrBl8wSW2B4Sb7+BHvsaQ9BRw1Se8Iugdf3n7NgEmo+3jY0ZRYztqkYC7186QedvaYM9AMpnDGZ+PtkD+jnxPZa0iC9XVgjLvDOIXzgsCgmBKL8lUK2BUksUn4SssYdgAAw01gbpUYdrmHHX4OSZ9HAI5ukyWsMWNMAjQuPo8fYx0LktgjlcR6wAm/e9VM4jUPAOBCwIg/Tv7+VGLYYXeN4515mXsmiTUtAnY5ww4xj9vjGAH8RZJY9LBj7D0Tx3tREuv7r/f2p9Lc7J5IqxQ6Idy7tNoR3IgzW3GM3q4tdAJvxAO5EAZzkX5JAuw4w+5RATs8IQOA922D/jIzCYwMuzpgd22pJJYBfc6lXnmsAtpcCJ0w7Gb4/vUxdNYOhMExMwK9wM2DZqahJutIO9+dI4Cdl8M+2bXwXW/P5+lLG8Nuq6222mo9VZCI1mWtEYSSPOxUiSdt62TwKwG+lKRXjWEHYHTgjIBf1aRX/iJBwU0FdBs1mQ/1ClRCJ6JfoMbsk2XLuD/0u2uvGODAGHYLZqKtkpqKwNISOS2fyAzptPcCzsZ6W1VOO6afi+stg31Fhp0/jo2TpbhjScYb2jJ23nj+kticHRf7lOUsikSOmktaY8JpnrAa5E2Ch1Ee+EC2QQutYC/O2TJK2yAl1WYMNwq4aYDZAg87OwRwpOOspYWAXy7JReN2af3rBUxCEYBqsZSSHDOdYWfzPppIYrEfpx6CdwSIuGUMu8NoE9bd+9dlwO72aBN2JAAUU2LHySXSUq3oo7LjklgAgOGWMOzisbIMWNE87NqmSQC4DNwGAAseLDL5cV+c9vsxVuphh6ETJNiBTZLhdy+6KTt/oZBNacf5JLl04lDyWAtgLZPE7pFhh4AdSmJJ/8RgzdYznW+OCxl2zMMuk8QaE5l+yLDz515m2JVCJx5HEts2JiTqHgW7mPk71cUsqkcMnVjAsJMkscHD7uX8/yuRxB4Jw24fHnp4cGNKbEkSOx+qmzEOCjKG3R//ZwD+Lz8E8O7PyJvjB1JhGbSQguxBvc+9PQdjfHBDGXa+E3W6h50JF2ITAyf4d33dkPALZNg9vejgcx6w+8WNYbfVVltttZ5yCNjlcsuBJq6KNH/d0y2Rl9ZCJ8TwhxJLTvfOy8EvzcOuAhQW1ltm2JVZctJxrjLs/O+DyxNmA1BYCulYYaEvEGerBWBpgR+cJom9Dzsvgn11hl0uWV7CsFOkqQvktIHpxoEzBOxKRtaqJNa3LYBuRmPYhcCK8wXscg+7CHCgn1rL2W0ADCzSQyM4w6fo32aFbRhxGzi7Le3beUpsfDHP90MH3KTwjWwfBMCvVz3wrJASm4PxuYcdBS056Cn4AC71gltDCdLLKtBIPMQsPx+JJJb4eSUBiQNJMk3PX4lh9yELoaB+dwCpr1doj/fWhGEnA3YTDZ0oSGIThl1jEu94AAAYbgUPuzYDi3uFYddRDzsC2DmyTaNjQQrUw25peMjHWIfR5gy7nkpiU6Yajr32xmbnD8sF+bNNxhwjtHP3Exl26bWKEz47g4Cd97ALDLs8JRZ9+08H7LwktmWhEwAweZYdkpOCJDZ42BEMit/TaAV8iI3BnAPJjqBUvL+GbeUs2wfWI0pi8w0+cA87kWHnO6Y3pHx1oRMefOouA1qND1lksF0UGHZPdvN2Xg9xUHDjfQGe7Nv5IvqJPwVw9wzgz//v8gU4B603YLyVGHa+Y6BP3be/MQN2718f4c5vXzulFyoAZJJYvGD7roN/85/8Nek62EDx2sXlIGD3ZN8Fht3XX9xlMzlbbbXVVlt9TBWYbopEtMiSKwQp1FhylspLpfCHujRVSqcNA3INOEuYbpIfnNHBr4qMFyACURpQKDL7LDO3Lq1XCNmYPzs3ht18jBH8wQoMu64OuvFjjIBWmWEnW4UYBRChFZbLB+RLGHZKSuySkA0V7FsiTUWWHG87LgAKFQ+7JTLetVcXgCLBOy0Diqh/XAEsIiBJxk4TPOxw+Zl/G0BIX8w98NJzHUMXBIac/1tfCL5QwzcIQy+TxJZAy6K0WGAZqgw/K4CepaTeMwidEJhcUzUlNjIXiymx3ICfpAVnDEmUxBLJ4R0H7G7S+xT3uOPMnzsC2IG/X3QUsDMpYGfdMkksfUZ3TTPbUdEabnOQjciHEVjpO99P/Dt6wt6setgxmSfZbuy/04oB48M4wZEBdhG4sgRM8pJYr5Tbw5idP6wgibVDBthpCaZdkx6rwLAzaehEI0hi7zzGgaETNwslsdXQCQBw/vxetMiw8/duD9gdLQFvEQgWGXbKhJ6b8u9Uase9QXH92G8fx8LuMSWx+QzEbfta+iURsPMn7/AqGXZDZNj1F1lU8N0Cht3Vbv7sBQJ2dgg3xatdB/DuT8cv376fL4BcJDeD3nk6mODJroVPPp2PwwfXxzA70gYPu33WLgJ28/8//B1vwz/4/Z9M19GlF8qNjQ9ylMS+tu/grasePvFkB84B/PQ3GKV5q6222mqrj6f8/X0SPOwGS9Nayyw5ntaa+NABpIMW0tZCk9hezOslEg5p3RWQEYCy1TRpag6cVcGviowX96fWVvOwi4EVsjfbIHrYpYPf8wHskI3BJLEOZ9n1QbhT9tUIL/RZWyX8YUlghRb+ENsWtjmktcqS2HJwhNI2JNvWGXYcdMO2UwHsMwrYF1Jiz9jDrkWwTPJOy5hl/ribVvSPGyQPuxPYZRlDDwDG4ZhuQ0USK7L8Mklp+mJO2+fA5bAMcCtJWvE4nuJhR8B4HhxQ8uA7L4ZdBOyq6bZEEms5Y5KmxAbwok8/s6MAaM2fUUnsYF0CenLGXSaZHdLtvh1slvraGF0SaxdKYumzsjGQ+4MlgF0EJHnfRQAkPC8poC4w5iibGZ/pgTRGgFf0vFuzJPs4TjC4eF0DEIbdMJHJgLnvILi3K3jYJX6F5Lk0QqsGIvBjhfYhOxY6YYT+efBfuWioJHaBh10tdALicwyXHRl28/FIPOxwEkRCzCg+REuxVCgVphrz+8PEnysPrEeUxC5IiRUBOwyG8Ay4hRTERYXLtseEYbfrCFpN/i952D3ZzyfuOZ5LSxh2uxbgnc/HL7/4Wr4AcpO7LnjYdcbCk30Hbz2Zj8P7N1F6204CpZQPaDUNO0By/A+uS9JqMUXo6UUHxhj4oW+bwdZ/8U//RDZ7s9VWW2211cdQId1UAqGmCF45q3rJjdBmoFuW1qoEBGjy0iLDjspLNQCrylbLmX3VAIeid54/jia+lEltSx52TgMZC/uLgIMqAV5pRUks97Cbt98UZa1llpwrjPk0plsIrCgBhVrSK4Le95DELgqsUIAzWMJ08/vDPewWseQa2cMO11sEGVdemf8c6Rd62EG6v9k7igBWZQmtAtgVXspIv40MO+aBx/p2BvqJHnYFDzlkuAmS1kWhFa0GWhLAreBhl3m5LfGwO9eUWAEYqm52AYRKUlaXMOzCu9zcp+4YCEdZdtyjjjPsKPsptGWpr11rsj7TUoA1fF8HLS3pA8aYnGE3RkmsIevi11/0sCsw7MBB49leURJrwjkKTNOEkYe7sN7+dxBDJwQPu7YHOzk4enBvZ0b13ueoBy0ZrwzQygmqwNiVADA6lMSmoRPoHUf7GKoIL/1m3D7Qw46CcJMfa3IPux4BO3ItFCWxSoq8ZqlQqp7ZrGFhv30kvO7xU2Ip6p/NorTCgIEz6trHZNj5m+F4iDcOgWG3JHQCAbsXx/hAv/Yw8tW+A7h+N375xVfVQTwAwLU0QUEksU/2Hbx9NW/7B9fHAAw2kiQWU1OYJJamqYTqL8OPd7BLztWLEDox7+dv+J5PAADA57/2QqaTbrXVVltt9dEWBaEyeSn3kuNARcHDLktrXS7zzMC+opecDH5Nqh+cLk0NbQNLTluvDrrVZa0lDztZ6lkCN9H7adLAvpVW2F62r8j6N90S4Iz73yGLqeBDpwyqmyXsPCMz3ZYw+wL4lfWL5cER3MNuCdiHxzGTxC7wv0OGXcvWG1JivylCJ5gU1E0wWgQc7g+WqUmzAtglMezsMCTr0EFDxYuPhD5kTEEJNFwC+AmyXhVws5Thhz6oucdk5sEnMB0zlmJJUrvmEj3sKgw7KSU2AEeSJNa/75J+gN5hk00BzzsGulFWXcagO6b3gDx0Ykq3BzyjiktifVcaE8BOZ9hZDtoWGHYTCdXgoHvwBBt5SqxJGZ8+1MAIYR8hQZY8azNJ+ArrMFAPuxm32FOSEbkuj2Mct/VgVcKOSfqefw6BAQeN6F8HwPwLgTDsgoedZ9gJzLa7ANjNba8XMuy4h92eAbcAcSyyxyEnAs4oiSV9vRg6QUDypGj/XsiwC8xnNlacHLseHliP9gSX4pLHycHkDDSmcHFwwO6VSWKJh12fpppEwE6XDDzxktjnRwewBwA3wd3hED+7IYDdNAJcvwPw2mfTv/m6rkli9y289WTu1O/fHOH6YKGBCYzXgyfHiBuBEg+FrAjD7hb2yU2Lhk4AAPyO3/T98Es/8xTeeXEIYOVWW2211VYfYxHgTGK6JaCbHdKXVnxxV2Sey8A+GXRz0MAEzexZovrQ5evFAVoEsOTBUynp1ZoWwEnbHEE3VwqOKLTVmIzpNp8OMp6fh908Bpg4w84zwUyRJSd7ySEoZQrSVC2EYUnCLAKBGUtuqoNfTglwiKzAe4B9eP2V9tcvl4Nu+OJbAgrxxall7LxFMt6Vl+qdBgB2JB5cACKziy4jMOSEhNU8sKEg5ySfoey45IFHlx9DI+J9QA19KKa8Sgw3Xdab70OJ4acfgwhaCrLidgHgeE4edm4i4EWlDZERL0qJxXOD9xPCsAv3HjM/gzgYcHckAAmTxOYMu+gNdhynJHQiAB5iSqz3Lp1cKulVyvJ9zjzsbkRQm/fdnhGAVMDO5Mqy+F0Iy8f1ha656tCJCY6QTlQlJKNwXXdJQMWOethlKbFoaWGz+0qVYRcsQDwwyEInGiF04tav4tL7zN0eKUi9wMMOAbs+97ALDLvW/82f+67vAWBImH5DYG6WQifk5+W8cws97Do5dCJJN36EekTAjnkrwHyii2AdgMCwe1WhEzElds8lsf5mh51DqisPWh1cPGSH49wBr3bdDNDRevl1FbC7GYRjQlJir3YdvP0kMuxeHkbogXSikiRWMZ2cF34Rt8Htw+wFQOphBwDQNAZ+86/4tnwZW2211VZbfTzlCGvMcRBqWhT+MAgedvXEVZ80WfB0m0wLjSOSDbbeUlprZLop0lRhvYs97KABrmXK16tvc+7ZV2MFIqNJYjKStk5Y70orpsyl+xoZdvWUWM50C7LPEsPORECBlhHAiGy9FbCvFFiBvjyGg1/Bh67QFiWxmQ+dB/sKwFkTZK1coYFtS+tFOa3Mzjvv0AlFzgoAdmT+cQJQBBDDHDKGnB2IdIqBCYqHnXNulvyZFsDZIIntCmDX/DkDzCSGWkESm8t6KWDGpcF66IPkoZd5AYoedlySS7ffg56GH8Nz9bCLx7bjQKlW+Llpc7ZZ8q6G59+/75JJjQiSxfNPAbknuxaujzZl2HFJLAPw8B339Yse3n15mAEQ7mEnpsSC32+XfV+qaLKvMezu4vEgIBtnQkUAxD/jKZhNAKbGpaANmDawmgLwTUInOGtsjXUYbRY6safhC4RhdyAMuxZISix//6cgfvBwZeEcrEKiLgPsAsMOveMKoRN7vxmJh10BBDsGzzlMiW3jfvvC8d4ePew4w46AZiOfiKHVEIadc9HvlN43lUAOXhxgDtuKDLtHEik+miS2Dd4KueFfueFHwbA7RoZdfxk7v00Zdhel0An/GTXXHgYE7NpUEgsAcPc8/d131qNr4XYQbvp+W3sY4cmuhbe8JPb96yNcH0fYA9VVF1Jiix52VBK7j9HskDPsttpqq622Wlklnm4MOLNOD39wLjwbRE83OwWWXNaW/D4KElG72EtOSGuthTBQhp3Cklskay2AjKW2JTltkBhqwKjrhGNVWe9KqyqJLXnJKUy3ZgHoZloZ7Aty06KsdSe3Dey8033olrSNwREy2Fdi9oEiaz1FittmYN+xvt6VVwaYkD6Dkt8MaFIlsZydZsO9JZPVCimzADnLbvKS2MiOk2W5Ie1WYPmpgFsrAW5C+wzwy6+RnrMM29L6ddByKDD8SoAjvifySZBVFtm3IFN1AK7EzqIgFAeBg32R4OdF5HlBQRvucW0C2L3p3w1TwK4cOoHvuq/597vBToQxN6+nFSSx2J8nmhJblMR6gCRoaTnD7lpMweX+h9TDzjmneNgBtCyxNJHEBobdeUli59CJFLBL0lLJveUwTDFojCbAZqEThGGHkz8esFIBOwbuYxBGDynDrhUZdnMbBNVmoHEBw84vo+cpsVYA7EJKrPVt/HYQfCVjDSc7SO7NFIReMKHHq1dSYiNov7bQCcFM1DoHv3/4rfMvv/XflhtmDLtXEToxEIbdRTRwHOabwRIPu6YxcLVrE9nQ8TjfjK72LcDNe2mDuw/T38nLA0/0mVfgpRAwwdWeMOxujnCdMewoYMeitksMu0QSu0teJhCw2+SvW2211VYrrQlBN9lLbgIyMKEDa/LzCE3GFCgCWM4Vwa/IOGP2DGzdUjrtwzzsPFC4oK0ma7XaNluyvwpQ6LQXGBsZdlrYhbreldakAKpLGHaUhZP8OYB9p7PkloB9ASh0vK0MpkjbnPnQBXbCAoZdBvbVPewabAtyn7qPh903Q+hEKaEV/eOywAfVP46z25YFV9AXW+4hh6Bh3j4dh2cMO9+P3DjkZvlFwE2XtJZkuUWGXQDcTvCgo+39e1QJ9JSsk1ZbBNClssHitpNjtiwlljPsjuHl3qHHm2ngjkhar7w90w3xqbtjJBD6GX3HfbonLCQpdIIRPhCoHC0B7HiCPCnEVWIf9IDd/o35//EYlklTcEcGmEcAZErI8UlKLMyKtHkfEEBuAnuuFT3s8Ovr7X9z6EQ6QZYAV+S6Pow2gnvTQM6fDNgZIol1DJTlhdc6MhZxMrhnHnZSOuuNZ9jtPGB3WArYKUzLlGHn5bIsJXbXC6ETFu/rUugEOUaUCbqACcirY56LYVFcnv3AesTQiRxhtNMEf8D+4/Cv/4o/AfArf5vS8CMKnSAMux3Rg9OTWwLsAGbpq4UGnH8p6v3A6MmuA7h9Nn8Jbw4HxrAjciTuNwAA4YbdGwsXbRM87L7+/ACDdRGwa/qUppl52C1j2N26XaD2A+SS2K222mqrrVZWCNg5QW45OQAwMlstAew61Q9OBuwIa74U4FBhq1knAIXBw67GsBNSYjNpqgwUWgmgxLZVOW3Jwy5K6tK2JaDQg31a25WWox44pFrAQbs+bkNgMwPdHBnTaIUsOcZWC+y1ewRHLJHEhrRWte19WHJ1WSuOhztNilsC+9DDTgX7HnEy/COuPgO6WgA/DrejB8sKYQsAkeUwcFntJCScFjzsAHIPt6Xb0DUccJvbT6Sf5dLe3INOAtyy0IhTPOzssCxllq+fsP+mSQMtc8DQkneP1ZaJZAhKQir6nxHCRBbCQdVQWkqsjfJbCmghY+6ia4ISjL67coYd9bAbrAuB8QjYDQSwM/6dcQ6dSM9Z1xDQZpEklvUhZNjtn/r9OxKPPp2NSCWG9NndtsZT5+bPW+/rbghQVZIih9TbFfc9KSV215JzThl2RBKbMuxSLANDJ1wiie2kr4ZqmQ0BgogRJJUlsc45uPE+/X0zxc+4b6NQ3MNOAuxGD1vtstCJPv9ukNhKDDsCHFIWviDlr9VOkcRm8uwH1uMBduFGTPXD8wvE9cVnlVbwakMnOiEltrtIPOxSwE6XxAIAPNnPgwScXcWOe9m3AIcX85fe+I75fy6JJS8AIsOOdI4nOxdSYrF2aK7J0WnVw66cEnsL83FGqun1cZPEbrXVVlutuqg0VZC1AihgEHkhFNl5FoEkAcBK2t5fXjpAp7YN67Vy21Fgqy1Neh1dwTuvJokV2uZAYUE+fAqTccWlSWIRWFrCsONstUUJs35cxIGzmDBbWq/CsFsA9qEUl/vBGSYnktvKHnZmwcx9o8hal0hxjSaJ9W2/GRh2ieQI5ageLOs5UKUw7LLQCUsDFwpgF5XEMtAPfQKz9qyfaEm10xgZHn0mKSWMIp7S2sT7Jr57xfYCw42/WJ6alItgkoM0iAAoy7DAECQvrqtn2SXhBrnMTiwx/MCEvwGAB+x46ASVxKLHW2RpIgix79v4/kpTOYdU8kolsRTMw/e74xglsQicddTDzt/vMWn11JTY0AfwvXuHgN0hMggJyIbXJPbPXWAsueR4B9YcKtIcAnZRXqsCdi4y7Nbc9yQPu53qYUcTZQfCNGT3+jYeA+6lqjLsGBt2mBRJLGO2He0Eg/Pn0V83qZRXf97nHnapNBqASmKnxOqlD9tBwGreH2klgWzCePc+klhlrKgl8Z5aj8iwyx+owReitLGcUfeYktjOA1Tj7fwPAKC/gIueMux8NLFRUFhST3Z+gOBP5M4McLVr55Nx9IDd6985/88lsUEm02YJPgCQXGBXrYPLXRu2EwDgtS737kjaBQ+7Ukos9bCbLxo8Xy/uCFtwq6222mqr9RW+fAuhE3gvF6WaBGiRmF9jYI2V2w4FxpkI9iVyWjnZVl0v+V3e5oXMvoJ3nrjNi9tqEuBB3+ZMPnwmgB0fZ/iKDLt6SmweOlGXxAawT5PEFhNXPYClediV1quAbsvAPplhhy+VJaZbAPtggiSSMnjY6W1Vhl0IyjjfsV2UYpJj4s/BOHIPO5nJUZKDDhm7TAhsIMqW6OE2r8NqPnqqLDd9saZhLosYbvieJYRWlNtzSauQUhtQDYEh17JjQD5z/vs54Ci3X7OPGAAk201DYMqS2IKHXYlhR5iOoZ+52Eco82jfR8IJFv785tW8nJsEsIvXTMKwCwzC+bw1SUpsk2y7peBsISU284/D/dy/FvYv97BrCNCXe9jRfsJBuMY/fwx578VxURPAvQggNyxIYY01+9Klk64lD7vAsJsIw45ZYhkqf8bUcAQ9l3rYebiow+cLprMyD7ubgw2gWmfuK4lNGXYAkVw0UjCQqD/6PvfS40BwUoSlnTDsHlESGxl2awPshPSfkJBR2liSXAoAic/agwsBquFu/gcA0F0mHnY4S7Hvmjn1qVBPfOSJ9SDjHoY5IRYA4PBy/h8Zdpkkdu4EA7RwJwJ2cXDxpJuPG2XZvY4/cgYifzkrethRSaxn2PkOtoVObLXVVlutuKYJMF1uFEIYMqlmYqRLXjigyWcCA/gl+I0xhh031s2AMzpbmchpcz+43P9uOXB2iv9dFShUmX0xwS7sx8S3WU+Y1TzsVBnvSitKYmm/sFGSVFJG4MtV5n/nX7YWsOQaFeyrS2Jzhp1vex+W3AKwDxmDPOl1iZw2YSqSfV7C7GtQxgsu7VcL/O/WXpkUEyCAVchuy8MWZP+4LGl2GnJzcgFsahoTpJHcww3BqoxdxvpnLstFhl0815EpmAOPizzoTvKwE1JqC4BfxpAj/dFy4FR48aUvrusH7KhXGmPY2TF/ZgAk71+B6YV9KryrCeAFDUZoUTIawRfq7RXeXxNJ7Pzz6xc5y+hA/O/2NH2VedIlDLsglyQAl2F9W6gp9EHGsENJ7HgIyzQ2rmtk7fqwnVPiN8fBT3yG4HOIHvdwPwjXyHQWKcUzQ41LYjUPOwbuKc+YkHo+jRnDrlVwD66aPDpFEuufWWj1dX0cg88cTugdKDOwJIkNoRPzuqlNGWIVIa22SZ9zu36XfA+ASmI13W8EykM9oiQ2ANgL02Zr9eiSWJo8mlFTxYYMbX1UwM4va7iJDLtun6TELkmIxUJwzvqXmh3MDDsYD/Hh+jpKYp+ljYP3kCaJjZ340gN26GMHAPDmDmfUNEnsEg+7eGw/MG8AQOzc1x6we21/vj4nW2211VbftEVn+QvSVNcIQFIiizO5D11REhvXK3nYRTlt2TtPZth5dp4mt1nAsHOggF/E/04LjtCYY6WQjeo2Wwr2yUBhPM7n4mHn/Y7oSyoZ5LbFpNcKcHYvplu9LYJfmZxWkDtq6+UsOQQOi+vFtozptgTsaxKZDr1+l3vY5W3rYN/aKwBNiSTW+7+hJDZjhqX7mwXjEXbaENhpuAyZZRFAP8ZQ00MnGMNOYbgh6GgMMp2cuAxV1jsNGeghyXr7bPvjy34I3uDApwAYhmWQ9ww3etCyICum7fmE0+qKAp1Anr2TA/j3/scA/8r3Arz8RtrGSSAUDz8YAUYtJXYkfSiy3ZBdREE3CtghWPLGZW68H+S0XROZayPxsJsIwy5LiRUYduz5Dz/9FwD+4K8H+PLfFLwgCwy75FilfS/1sJMYdh4QMgywo1LkLHRihN/wvW/DH/tnfwP8nv/OL4e1Vsqwq6TEjjYNqFDe/w0NYApp5WmwCC8O7muAXYfprL6f3R5tAOxw0uow0GTkOsNuxySxYd+BMOyaKRl7iaETPEyIFwl7CbVgO3nRkBRaWRDQA+vRQyfoAzV7gIgNXyXDzi97JAy7PjLs7OQCULVbEOOBDLvRzCdyB+MM2KF/HQDAa96v73idNraRYScCdsRz7tJfa28TwO5TeFhqktgSw+7ijfDje+bteTORYXe3Mey22mqrrVZbFfCrDJyhpK5Nvos1lEAofOEHA67EdJPALybF1TzdxG0mv1unA2d1Oa0OFNZ993RZqyMvu/I2F9J4NaBwpSUyIMkgt+kLDDvFhw7BsKbkf4esscz/zrPzFnjnZaDbArCv0Rh2DsGv0yWxzeSP11LQjTLsFnjYNYqJNnrnnbMkNkt4BYjsNC3sQJXESv5vCruMLSOGRqQWNRGs0gMj6DYEYkNgCXo5aQDbyDtCkSEXJytCaETBwy4LfcD9czamvGayYMI0o4CddR5h9FZB08ja50zHlGHHgJ+1FTluxk2BXTldvwfwE38S4PAhwM/8R2kbss9qSqwoiY3AK36fBinge1rfEsCOvEciSCEBdsi2SwA7SzzsUNqYSGLbZNstBWe5JPbf/R8BvPN5gD/ym/LrKDDsXp//t0eyf/FY8YCOHQmxpMQfwzzsGg/UBRCJhE40/Lg7C594uoff8L2fgF/2ba/DGmtO9KUedvM1uFc97CYYHZXEKoSdYC0RPezwma5ZgXH5fATsEGvw1zvzjrsmgB32raOlgJ3+3OUedk1jwnZESaxnYRqX9EVZEstk/rwIUB5KuXeXqif9lVbWFx9YryB0gkhiw8EqedgxFHP3KiSxNzNoBwDQXSS66Ge388m53NUZdujvNnjAbm8GeLLvImDXX0VzTUylxSJMgbthymOljYHRX6RX7dzhKGD36Su/zdzzL/OwSz0Iknr7+8KPH7QesLMWnHPw0odOICi51VZbbbXViiphurWZh93IQTfBSBeZUtX00kROm0ooNP+7WmBFOTV1Ceh2YoBDIfxhKIGb5PeSFFf3sNNZgXnb8wDsSqxNgLKHXUx6ZaAbIHCmz2QHaSpnyS1h2CnBETGwogBgqaDbkvWWgyNKLywawy4CdnUPO942XL8nSHzWVhnYBhCBIg+WxcAHmR2XJ81Shl3dwy7dDi6JXcawC158TBILmgceW0afyXrjPuSgYy7rpYBZAsJAlLu3HDRksmDETEbuw8eTcoVjYIxJQaA1Fw3um2zY7vbLPxb/ju+V5Htz2zYnrCzxsJuCI1l8lzPRhmIG7ARJ7JACdncUzAu2T22QGg5jDti1QkpsOFdJSix7ZpFjkEgAnQOwQugEdiACnOcpsRGgylh7dPu8nLc1sS9mvmELwjLWUuPkYHKgM+wslZZ2jI03itcsAEBDGXboYWdSUJZXy2wIDlMqcw0edsiw8/3s5jgGDztk2Dk6Fj3Bww6AgZUAMDhMiZ2YJDaXgwcPOw0wEyWxdekuryzMx1cEmxcvqlivIHSCoJuLJLGvkGHXUQ87DJ24THTRH1zPF8TlAknsEzTs9IPtPUpij96/bv9aBAk5w26KoRMAAHcshhsAwPoL6NIDdt/9djwWn7z0x7DKsIta/qw++UvDj7fNfAM9jBPcHG2I/d4ksVtttdVWKywy4JwEDzvJlyg28AMn/7zQ0qxiWms+gEFWmA5gleW0EvgVPOwkxtkUTYWL8lJVTmvDeutAIXseE1mrGnZRkdPKHnb8OK//JQIAQlCCEcyZrTPQFQA7ozDsOg+GleS0oIBu7SLA7v5yWi2tNSyrAJy13uaFS2KXtO26JjAZUsAuvqSp66WfJW3nMe45S2KzsAWACNhlYJf80hqTZnM5aeZ7pSwjB/1wGzQ5KAPsuBcfSmonDnaR64wm1WYsQcnDTpf1UqbJyDzo8Pt9AXADiCxAfgxwm2tpvRnoudYyJgGpQv+6fjd+58XX0jYh/KBJmGHz3wopsQkL0S+D9MGBSmJJaCIWvk++LjLsoiR2R6V7aHPg15NKYptk21NJLHtWknd4TDvuWpOOIagkFj36SLLryK4/KjEUwytNCghFSWyXgoYAkHgHrrzwXAUQbmQedlQS23BJ7DFec/z9n058cYbdwpTYo0+JDZNYfjm9f97R0AlkwSEYvKPPwkWAXTzXOwWwmxl28ZzudoKHHb+v8wpjZSF04gTAbleVxD4O1PZogF028wNRdlLU73Kz4t2Tx9okwrC7jQDa7gk0jQkJrO95wO5qAcMOv3P0Cat7GGbWHTLsdk/j9nOGnY0SG4A0djt8BRCwm4/h9336afjs7Qv03eAeduyFo+Rhd/WJ8ONXus/N+zJOIXCiJcdlq6222mqrFRXzksvAoFJKbMaS42y1kiTWg30KOy+TiIrsvGaW0ypBGSAxzphn38QZhVlghc50qye9KrJWScYrvPBr63UOEjY9tj03SSwepxSwm8dOI3TlSVkJOHMuyJhKslYNdIuAXZ2dx1ly7QLgrA721SWxPPxhiYdd2zRBaZHIWoMUtwz2HZzQ9pvAww5fuNLQCRb4kMlROdjGfPBowmoInSh72Gmgn9NkuSpYlUpiIYRWlBl22XGgHnQ8EVFgdGahD2TZOfApXyeZnyCTxNbaS2qs1Ra5TwdmGA0UfPHV9Ptkn7MQDyq/4ww7eo4wyIfIG5OU2OBhl7PokGF3HKOKC7+3I4DdkYROpJLYtF+ngJ0QOuFcQk4x/l24MSay6wCS0InQP8i76sgYrrsuXmd4rSThCLh9/hkSJbECUKoxA1dYAZSiIBww0IoASodxSp8XTp5oED3sTHqOebXsfnn03nFdAOz8sWfMtpshpsTic6s/EbCjKsgd82wMgB3zsNsTDzvnx4rZfT3bScJOxHpMSSxPLH5gPRo6I82afOwMOyqJRRbcbkb6kVH33sv5phLSXguFDDvUl+9ggKt9GxNi90/TddIKqLYH7AQfO0TVL7q5Y/7gZ18Ln/3gJ/1xylJiT/CwMwbgf/G3AP6nfwme7T4978s4wQvvX/dk11aTcrfaaquttvoYCuUF3ktOk4iCBEKhj1Uje9hF0E1i56Uvnzw1tRikwIBC1cOuADICyKDbUjmtdZI0dVnYxeD0wAr1RcAfaxQ3SWMiEaBccU0YHCEwLwdoi7YnInBG9rvoYdcogJ1/AWiKDDvZ/w5/L7XFbdL87xy3JknakhcScryWpNN2jQn9hr5ENAoARGsG+yR23jcBYCeBPEyOmjG7Mg87md0Gkw0viks97LKUWC4HrYGGmaSWM/RkD7uMaUg97Pj7VsHDDsDLcun+BQ86DlqytF0tqVZl6KXtM9BzzUX8z8Kxo4Ddy6+n3yfXac6wIwb33M+Lyp5xIgNBKNMEsCJJiR1ynzpk2AFEz68gie3bkL6ahE44yrBLzxmCZAnDjrCa4O5ZMrFmDh+G7Qz+dQBEEnsMy2wouMmAFQqAiCwpDEzw4GZDGHY4sZd5B3LvvRUWnsfJpGEICFqNdgSAqKSYU2LJPV+55pIJKEwNx2CRqoed70cTHvM0dIJ6xznn4OYwhm0ydmam7sDfS0xTZIkfxxxgo4DdaKfA3uvMlOAdFORD4Cy7r/OSGHb3kMRqoROT1HcfUI9mapFRtQHyG5ZUJAgBACLg9RiFyxrviGx1vnFc7Tr44GaA9156SewiDzt/o3TziZxDJzqAIzLsXgPokWHHAbsU1b4TADscbF0083H7oc++Dr/nt/wwfPubl/Dd9q/MX6pJYksMOwCAt7933tR2Xt7RRobdaxfnO6DbaquttvqmLu5DxwgKCKS5Vgfd8KVdTVyVJKKhbQ5AAUR5rZNYY1MKFNYDHGRQRwzZOMH/DjRZa9XDbgYKnXNhMitKcVN2TN6WSceStgo7b6XlgiQ2n4keoCtLPiS2GgWyOn3GHT/LWXLL2Xkqw24BO6+DdJy2xMMu9ZI7hvCzJem0bWPiC1jCkqvP+idgHzlPRvFjO6cSQR4MnbAMLFP2N7LTpqT9zE5jL4pC4EK6DC4HRZYSl4MqoGHmQccYenh9mBaATKKrDL1pBGv8PmQedHLowzBNceIA0MPOQMkDDyAybyz3sLPIsONpvVwWfE4Mu/g8DGEJFLDLrI/iPmepu9QvC88vEjBIP0FAxAiS2CR0ouBhh3+76NsA3NHQiSEJnSCgBiN8JAy7ThgbIFnFFx6btiGAXdPFd3ErhGq0fcawo+EYAXShLCnKfGxMEjqB15YoRV554XmccEIogOAeyEyYaj0cBgs9DahQQidiiJKFaBWSJgHz4iSsO/SwY5LYXb8DgCM4NwNlN0ebsP52bQO7qf7MBZA97Kgc+DBOYVzVw5TgHdTq7DBa2HVNfl/PdtJvT5ISex/ATp6EyOTZD6xXANidyLC7fCv9/TEZXh1hu+GNxUtW7yOJRYbdrQfs9sZ72AWGHfWwY4CdTQG722M+uzT6jrhv/v/t/XeYLNtdHoy+FXvCntmz9z5xn3yko6OIckAIISEZhARCZBtENGCTbMxnMPY1/rCx/fFcX/P5PjaO1+DPxgkwJpuMbYKIkghCCKGI4pHOOTvOdHel+8dav7V+K1TV6p6evbvnrPd59jO9Z7q6qqurq1a96w36b1/xSQ+IB2+WJz/HEruAwo5BNw21SBOx7JnJ5g7oIiIiIk41LJV2r8LOWzph2lrtDDs3j2jITtunVvMtS9cjf/7doOLMVtj12Gn9rbg6/65B5hB2TeO/4daPpaVCXpPbDqD7Lleh06POA+UFtti21HZe+/Aag/axajoFDCXhUOyJt3G1DSPsvNbUrlNNdYMKO1LJWaQbkX1Dyj7aphStOJZS82ZlyBJrNr0ylZxS2PUvayrsWAtvF0r2mWonvuwmK+yc7DhAff9UQ6siu/xEUeGQZTz/zbaT0o2grbCzXkN+Hr1NtdaNs9N2a51DhgobxPL976GCdb/lsXZR6UPTyvbNJBF/b4lEKlnLbJ/K0FIqqqbbntKJMaXjOoN9PrTdJmFnElb8c68ViRtgiWXHiVLYMTKiqn0ZdrwlVjw+M8nU5zutG5xFYbTElpxYoKZVUhwniWOpNEgb3/XOIizT2RUAW+IYIUtsNmHEyMzNsEu1Ar7wZNiRWqo0CDv2uSSJKp9AoqMzMqtRdiMIu5oR8S3UcUL368YEkrTEJr6WWOv+n65JKbPENsoSG5ZhpxR29Ll1psJObH+Dw3mtxk1oa0yKFEVN54KBNnn0ZdjJKLKGCDtJNCYsciLNLcKuxR7gntdtnLQl1i4COiZWWDpBFxJ9E9GGbOwqFXV9rz29rAeIpVbYAcCj18kSO07YHeyIk86RPHBLVEKCTBl2kzO65banJZbCmw/n7smD6pkniUvmOSd4gn0SHWqJZeCtM2SJPbMVCbuIiIiItYRFurlWTUs54lG60eDVJvtooOQn3cybz77sPAw1zKbHIPswrLBrfTcSzP5SI3VsvKFW3EYRba5zwGsfBjSRJa/nvBykUdlXmzPrDwBtRk2v7LOVY5I58sUtsdzuGUDYmXZaZsEaJN16FHaqnXZcnSfWx8gvWnZgvX3lD+pGZ2hZg3TzWGJHCLvaq86jZTd3fMeJA8onUkSRIrsWLDtgBEql8sbCMuz0uVZbvwCMkl2OUtBqKdQKPb/Ko1/hV6FpGuM5C+8H+R4Kext6FHKuLdciTntJx01S2OlrGh1elNMGwBVmMAKhUUovaonlCjvLEssKLrLEyiNnLbFlT0vslDXBcjEG/znJU3Xfx0snUp5h15r3j3SstIYlll0DKouwmwsyM88SVZiAvDSOc1IbmQpCc18ROdd12o1mWmL558IVdhnUJda2xG5AwZMiYdX+MksnDMJu0BJrZdgpcrZxJn6Lnmu3TaxPpRU1tRR2Bbt+T6sW1+eNEeswyVNdOjGiWuNZjQSe3zerG6WwE+SjfN1ExHlxNV7Xde553Ya3dML6bgagzxJL57h03Qg7J9AVXGE3sJqTzEyjPLyjx/XvJGFHGXaPqZbY8cHMwY74AK81klhDJSTIKh/vjF5ndR3gIdkNNXVJhZ03w04SgamPsKMLeJ/CjnzlAy2xDPxLQJbY3aiwi4iIiFhPBJY/eMsQLOKsr3FV33zxAcywnTZEnafy7/oUdoPKvgxA0pthhwEbLyBIt95tHlH20TWZLz9eOiEJu8QlOB1FYWMtu66gAT9X2JHluMsGLbFe4oxm+bsEedY/Vkl9Kjm2v7MAS2yOxhiL0XYMK+y4rZWtL6BhNs8yb/lD0LJpiqpzv4NpN25rNQg7b/7d5irs+KS/c75pWDMl0Et2DanbHCXEohl2rU12BdpBHUutrfDryY+zz0EAWm5tBPpJv77X6C2N8GfQ2a3kbg5f4PLrDBa3QOc4IqUAjFhirWMqY+SA736OzlekACbVWJYrW6thifVk2G0V+u/UHKtbYjNmNdWKObLEZgOW2LrtVHOsqbAzCcucCLs00Qq7fEsrq5q52o+6/Efn/RVkic31950KGg3hj2VV5hl2NAmoiKgNUthR6URiWWLTVFjVC4Owy2RLLBtL9JROGAo7anfHcOmEq7AjoszkGpIsN4pQjmxLbJ5qK++IJXbusbBOGAk3rbQlFm1jtDIDMOzifMzWR0raEybidcPIRY6ClaRwUOnE2insfDLnVcsBF4bdOJtvqVlGyqyjDLsghZ3MB7hea4XdwY6lsCPCrmstXzQRduKA9WXY0UCtTNy/9SvsbEusf6BggzPR1ynDLhJ2EREREesJJ8POT34l9iQOW1Yr7Pw5dH6LqHnj1ZfTMdhOO5JhN7Rerc7rW2+AnbYv/07Zhz0DNnCFnYd0825zC7tpz5dh1/ap89YUOsNO76dOjkmqkZZYpZLjNxvKThu4bE/+XWKXcDFkPmtq1yGjFsbBHDo2zjJIN3kzHap085VODNy0iGX7ba1DNzx5mnjJviSAKFx38Pwqp7CBws9HyLK+hlc0FcvJGiarcluYYH2Px0onlBOptZcPa2h1l2cZdKpptj/DTvy9R6XX2bZcvy246MmwS9TnMKywcwjDdQa7tiihHLfBVv2EnVs6wZRevvs5roICt4zmisgp8sRrieUKu63CLKXgllhF2NWNOi5ofVmaOhno9Fm1HVPY8euwbYmVee4iw469R3qfrCU2YeRS1TLSEKYi6lASdkYOGSNS00Q363KiVAmFMvM7ts4wLLGAwSGUeaqiIJAWQJJgVrWmqlodfya1k6ksWJZhpxR2fhrIVhNPG0nY2VxDolWd00rwCeo61FRC9UmlEwNqegDK+l14WmLnTYNpxdR77L3Q8cCFSHzMlvdl2HkVdj3iqAHQtcexxNp5isfE6hV27MtcW1/CUezftarNEdjaN/9PTTXQCjtSl4WUTpwlhV1N1tUKB9slK7TYNy2+/GRm5WrYCruu69RBXngJO8oDsEsn+iyxYQq7GSudiBl2EREREWsKaontJb/0jDwAkwyyrj+uWm3ITjtM9tWtewPcu94ey4BX2TdixdUtseOEXb8Vl94vJ5P4slZmFN/mzPN+2fYTKWeOiYhU9agC1xgdNa6y/drWuiW2dwYbmtxKuZWKN8wOqfPkeg2VHNvfeUBLrLGMUXYxZGvlCjv9nrMA0q2v/CFMnee3taqb+FGi0Ef2UfHLBhN27B7CbVi1yK6+DDsn/02f6+yWytHSCCcv1M6w8ytdXHWbeZyo9fcRfn1kG7T1OXNIQz/pZ6v8iIx3ii/6LLWNTZyGkY4bpbCjz6dr1Xkqqaf67yGlE16Fncd2J/djnpDCzi2dKLPMa4nlpBxXOwG8JTY1s7bocwcRdnA+M7KvGhl2A5bYRBZNGBl2+cRQMhEhzN+fEveollj9faf4KINYskonlI2Y5eGp/U7HX9eaZOMagj6zhIgtm7Cj9yn3p7DEsnO+PRaTSOVYJWMZdnSd6eNnbEXytLGyB9mxTvzJtGpwaJFqk4wpA4NLJ3iGnSbhjqoGLcvHs8em/NjnE8u9ojGfwo72+UIZduL15z0Ku1WVTqxQYedaYoMVdk/9TPHzlX9rVZsjUOyY1tCJJuxsRV2Ywk6q4yA+yBK1qbArz4gDgD5onmNHCjt5wNqlE/OmDbPE2jPKS5ZOqCDHWmfYRUtsRERExJrCUti5GXZEBg3I/BX5ZanVPCHm7rI9ttYAlVy/JdZvyzJep6fsQjfM+pR9Vv5djxrRmyWnHidIErpBd0k37zbzfe6xEKttVqTq+s/6A2DqD729TSVuyGpkwyo5X9OrJFVqZMP5dz5rqtxnbZcgy4fKHzwqOU6CDSndMo81NbDsYqz8YYx0q3y21oDSiTxNvWRfdooy7AA4hTGJIrvC8uNcsqtTKr0xsorUY2qCw2rk1nbQETuqlR+nyLZAdVpDWX7873KdYwq3vhw9V6HXtw126YT8HDqLWBlZfrMy7ISSCwCShhF2zdy6zorjqE1S1XOkjgkjw86j4qGiBzrHMELLUNj5WmLl461CK+xIdadbYrUSypdhlyaJ85nRubltO0PVpmAr7OS+MVpis4m+b21mirzg769uTK4gSRL1fSaFnTfDrmuQpalSTXOFnSJJMvc7sq4gclVdu9ixVWapJr5SIuwac3KIqd44dImSzrAbb4k1JzimVDqhroeaJN0uGGE3q/U1DMBO3qFM6HgPK50wMuwMS2yjsoHR1o5AiZN7/PyyEGG3xPWSFIF9E9Krcpmu7ArunMTZ41GF3ef8K+Cjfwjc8+JVbY5AkgiVHWXYTfbUn7Ysgm5va5xNLfMUu2WGeSt2W0kZdqolVhKC5Y4ouqiYv9+6gNulE3OjrngRS6w1Ux9aOuGxxMbSiYiIiIg1xZjSrTFvoPykmySResg+P4FlqkWWy7AjtVnPstaNr/gjKYNCyT6PnVbm33WduOlI2Q3v6DZnBfI0xbxpvbbWxLfN3DKa5AA6wyZBN/qJb71rDL/CTlti+2w1gCa3lJ0HsBR2A+o8h3Qr1XFRjZB9xrJEfgUq7EglV6BhRGFY2UWfSi6n7LxB0o2TfVpdkQUsa5J9i9lp1x2mwq6HaLLJsp6yA728/nuOBnOko4SbJrv854+xwoVsoOWVb2PfTSNXo9Zth4K9vrY2DhOXhXMOlFlmtq23RyXYS3xS8YajdOyxFW8EYefJsONRR4AgrbYP1PMAbTcE2P7gkzS++zmVYSedadD7v5prIkMp7KRLq+s6FbHkVdixhtmC3fchFeSJKp3IeOmEJGcS9p3xXWetDLu0OdKv1fhLJ+g7kjLLr6/Ns8hSVE2jLbH8ntZo7wUj7HwKO07Y1QCGSaObCfqsEkZwEoQllpRquXp+1bHrRd95R+XINup7qQi7nmuonWF3JC2xqsSInR+IJD6qxOdVM2ppO2v1tX+0dMKTYVdognpmZNi1jkCJq0/5uKuXgxosnVjAEjvSErvGpRNum9rQoAqAILrufcnJFFBsndWPd25RD3ctwm4/kKy6cGaCWSc+yAll2PHSCYAVT7CTmRxA0SDfzrDj0tbcR9jVHgk14FHYhZVO0JeAl07EDLuIiIiINQXZOHsy7DSR5COhzJvYPuJML+sJ+e+xtYYUR6DHxksDnOHcvR4L8AJlF8bzF1jW5xxwMrB81mP298a73s3KsFPqD66wU5bY4Rw6b3GEHBSPZdh5yx+YpWeo0CzPMjSdFcDP9vdQO61BfqmxFVfnjZN9YpspqkSr88ZaYr0quSCFnSb7iEwFwpR9644kSfqJItvKOabsssky6DH3WOlD0WMndQg7pdAby49bUGHH7qXqphMT8wk1SJIFc6T0wWmaldvQ2fvATxr2Zdg5OX6jKsH1ticCMBV2pP5iJAoAU2Um33PLFEaONbOpmcLOtcTSd52TUDyMn9+7AeJzpI9ykmeYWAq7GSPzDOseEbVyPV6FnfqsoEUg/Jplt8QqS2wCkHU4m4CXTtAxnjJCUivs9PmcvmtHZIllRRRG6UTCWmITTdgpa3jquYasKegzzXwKO17eQAq7ymqJ7YnEomtdxhR2RKr1RVLY59tDZYmV8RSKLEuVJfZoLgi7hlFLOzn0dg9kzgIwylXU+1ZFKcIS23BLbKe/IwCMfMealY8kfdySijXxuCSWsMRuUOmEO2tSq8C9la1mcUxYjt3OBfXw7Lb5Yexvh304d57dwlwe6LtZI3LfZlfMdRFhN3cJO2Jt7Qy7Wd0qqWfiG8Qr1rfPEmsr7IYJuy3JRE/rRllio8IuIiIiYk1h2R1s0q0aUm+NqOR8QezOekfIviFlHxGBysplLxtAutnL9uVA+ZY11gXPTXvPsk6rI3uceNeryc2cbBKtO4mZ+AaK6wxS2DFba1uJG7J5l4+o5GQeEtggnyyxIw2zmaGwI5Ucs9MOrNeb6UYNeSPttIa91Jt/N0T2eey0jIgeVvaxZT2W2OHcPU32EZnKl91kwg7wKbvM758my0asoHZeJxhhN5L/1k8aSnWbUuj5CxscsorspHaGXW/phEdpSORK4HtwLKkW8alJw8Uy7JRCzyZ2+qzJlhplLcGIIaUMCyDsakbYaYUdz7Aju6indIKIV66wI6ugoaBrjZ+AICz6FHaTPFXWvYoRdpkialPnupny45VEIB0jJRxL7Ey+51SLTHJ/6YSyxGa5141H3wVliTUUdvp7l6aJ1xLrZAcCaz9BpjPsNMFJKDOusBuxxNoTBTmzW1NDu6R/eltinQw7tv+byjhWtg2FXa1V4gB2shaTQIXdXKlB/Rl2bumE+X65c9BHAjvwKeyWscRmJolOoHHmGirs+sOZb1pLLGAp7Bhht2MOuGwCrw+CsBPPPVs2grm1LbFehZ344tGAy86wm9nMsY3gltiwDLvtkmYvGmWJjRl2EREREWsKsnkqxZm+hrRtpzL5VSB+j80T8MwEOg2z/aRbX+NqSDstX5dYlm5cfW2t5uDUXXaIdHMnroJz6NggMLNtdGzZxDMLzrOvfFlNg+tdY9B75ZbYTqopqqTon8GGRbpZKrk5cq2E8C2bpag7K4ifLzswtswzrpKz1XnDyxpkn1edN6aws4hC3to6kOPjXS8QVljBWmK7xrfsZo/vlJWzt6F12M7aq46DVn+ONc26pRFEVtn5cX0tsX7Cj/LftJ20r3SCWWItwoyC98dUen0ZdmkvaTiSYafeQ2W8x+Dl1xmJJuzopjttLUssL6GgBk6vwo6dEwZaYinDjhN2KsOOW2IlucPdWsISa5ZSaMIuU4RGVev8Q1LYmaUTZr5Z07Ht59d3ymmX5zTKsMvThJGSVumEfM2MW2J9ZQPy8XXVEuvJsGtr5Gli2IdpXKS+B0niz99bQ9BnlRasdEIO7CbcEivf/7RqzQiFHoedUth1rREpAfQ7IO2W2KOGPa/lar7czLCbi2KIDuL523mnFXbBpROelti6xdSwxNauJZbZZ53mb++bdMs9jmOJdSaz111hVxkD2wVbYk8CPQq7g2UVdgfbmEnCbi+X79W2xJYDlljJnPsUdr6gYnv5/pbY5RR2s7qJltiIiIiIdUdnDtYMmya77ibe9lK6aR+xpnpz2eSsb292nm2N8qy3z5rqWGI9RKFBurnLhpRd2NutsuRG8v4cCxt7nWGCsvC6DgYVhWsMsoByS2wrSycqDI+dEl/5Q6NtrUODWW+RQqNJt2GFXepaUwPz7wyyz1LYibKLBW2tnEAbIftovdTCi65TCpKxDDsi+xqvJXZzM+wAn0LOVqeFElVU2MDtpA3SRCohuk6fa+3SiFDCrUddpsgqi3Qkskyr0/zj+CxNVHKQrRQ0bL1tC8DKB1XbMJxhp99DT9OtvQ9UcUYf6em+B2P5dYZFDCVodeg+3e/VTHGnAv31rbWrsOuxxKpzrPwcfQq7jJVOVDYhlyJJEmxJ0oKIPNUgW6SK/OClE5nKPkyd4y5Tx0oLr5Kd3rvM8MvamV6O/paXRukEvSYn2bwKu9yyxPa0xKZpouzgSFP9WnwSyeccWEPQZ5kXW/qXcn8LS6yrsDOuU33ZmznLkbVI5b5rqJthx77HhsIuU50AXABE56WttF24dKKPsHMtsVbpRKYJO6f524cVWWIVEd4zEZ6tW0usXQHMH99Uhd3BPfrxznn96x3zwwhV2D1wyy7mMuTxTC4PFkdhty1+8pZY+UWiAdeRVToxq9sRhR2ryOZYWmGnv2DXYulERERExHrDKFIA2s5DXoHd1HMiiSaMem2tNoHVT3712VoHya8RlZxWBS5Cuo2TfcfNsHNusOHeqPrfr99OSwO6ZNNaYjO36ZUUdnUyPHbKPDl0HSPsxpRuzkQm2c664WU5+WWr5Mby77I0Mdvo2GuMFWXkaaJiU+xtBoYLK1JG9rV0w8tuMpMBK26epur9drVbWLHpltjcVshZ5ypFdvVYYrlCxybOc7RMoce+z04Gnb0NFllFrzGaYWeRjk5+XM8EPfoJtwxMIMHPK2OlDyrDzrYWD1tinQy7vtKLHlvvRmXYdSIrreTFOSQGaXyEnSa8lPpYZdjNexR21MIpiVNm8+REBlcRATAKJ8RPU2E355ZYo3SCLLj0ucG5bmb8WLM+ZwCalJNOtkwq7AqjdGJLv8+2RpZIm2DnEnacXHEssZx4SfR3NUsshR1FcfEJGW5HXmPQZ5YV7LiQ+7jMU+SJ+Z2a1S1TZNe9ZFMuXy9Ha1zHgKEMO60a67oO17nCjivSDEtsq8RInTw/b2UtU9j1X4O6rvOXTjASblo1Wr3ats7xapZOUKbnAP/ktcT2n3v7QOc0xxIbWrwaiJURdkMD25uqsLvlKfrxwb3q4Tlmic3SxCmh6MMrH74NM4hlb9uGGBzUkphTGXa74if39ytLrFh2Zn2ws6pxQ445msDSicCWWN7qQhl2u2Uk7CIiIiLWEpbiwUtAoYcMsuylfQ2zXtJNFSb12VqH1HnDCrsgso8Tdp1Lfg1l2CWjOXQegpLd8GeeZUlRmPr2Mxsw+7KaBte7xtCWGr2PW0XYDY8bMk+GUEN22hGVXDGgdBPE2Qjp1pNhF0K6aXXe3Fh2EZKxU6SbeA2Rnde/v8ziCNpmppYbUMmlCdiycr1to2/8RwK/1x25/X2y7KhjVkz+mdmEfZ7U2s7KVTg9GXb2uYe2wVWn2WSVZZ3KFnsPgE+lJ55TQOSsJbw8wPse/MvrttAwW7BuyiWiSdqCA0snNivDrkaWJpiAERVb8n6PvmtdxyYEPPlgzBbqJ+wo67NBkgB5wiyxcl+VzPJK7eWktKOyCVdhx1tiE7Us3SOm1EprKOzIZs2uf4mH0G5Mwi43Muy4JZbdb5MaVR5vXZp7iQ1VOlGRctOjmOtaZGmCLNHkpteGqBR2661oJzVkXrBztTxWyowr7HL5/NbMWlVkk3XuYwq7zm6JDVDYiWMo0fEUXIyUpIqwuzKtWJGYWOc2J+wGrkG8YbXsUdg50WHKAizJalbIUnvIPwf8O0noczMOoBhT2K0bYWf7nQGusLuJpRPn7tOP73+ZesgVdbecKQczWDhu3ZvgC1/yJPEaRQfMr+o/qpZYj8JOfknIm+5riXUGlxxWaYWCo7ALa4nljDhJWPeiwi4iIiJiPeFRuhF4c2s6VP7AyD6jwCEow65wns+3w28RlXZaNoDk2xq2XkbY+civEbLPW4g11NbKrB6OGmV0m/Vgzzcm0vl3m9USS9vrV9gNWy3zPMW8M8kvstPOUIySX5QZrG4OG032DeXf8Uw3TdiJZecLrXdu/JyjGCH7UuXCoPdJN68h61WWWGu9AICi/4YnSRJlT1YKO2bXS08LYWeXRtgKu5EMO/Ea5vc/R+sqw4BeO6it0COF3MJklU2Wjajb+DbYSt8MjZuB53kNlQWo8kPF8gV6FHJOaYSdBWi2zI7l8DnLrzN4G2maYAL5npIUKKUwQxF27N7XR4bwCS1FZrkZdpTzlhkZdlrBSUo6QJIY8m9E1DkZdkTo5ZlpiVWZefJz87TEmgo7pmwiUH4fKexa1hLbeEonABRUoAM3769gXIHKsJP3p3lPhl2amKUTmiTxW2jXGfRZ5UUBwPwelUaGHbXENupaI5SbflVrQRNuSYdOfi50bey7hvIJR2pvVeQgt4GnuXLsPXaNXatIYZd2QaUTnOwqfKUTTYup7UTstcTqlthBsswX47JUS2xPht2KCbuVMTS+0om1UNg9+ErgRX8JuP0Z+gQLQbwRBhlYDz7l6XcDbwaSZqrtsFkpTkwAy7DzKOwyIuxMJnZet2pWxntS4bMVHOpi2IkTaWCGHX3Brk0rNYNxJmbYRURERKwnrBsgn3IrTfqUbhTJYKrk7BvQIXWeQbp5iiOGiLMkzZEmQNv5icbB9aY5EhktxddbDZJu+jqYpwlm6CP7fGUXenDpU9g1Nulm5J8wO62H7HPIzTXP1CGQwi5HLT6IJEFXhVliSTVWonEIu6rLBsdfivxKoFsHG106MdYS65J9UmE30mybp6lra6UbnbHCikyr5Jp6Jm5x2LJDE9h5mqBWN2CUuxemzgNEAQgAtGpfsRurATvtJiDryY9Lg8sOmCXWUoflaNyyBaA3/82xk1JL7Ahp6LbMSlUV2VGdllmfwo5upE2Vn/ke2KRJj9LQ3o+qeCNL5PKdd/miL8fPKa3w34sohd5GEHZ6EipLE0zIkphNhNUT0N8xdtxUzBKrX4upeVS+G7ufY6RSlk5YLltuWAU5YTerG3UvSUSdssyqjDttmSVCo+0EUZYBqpU2TeEq7EYtsfI8Qwo7X4ado7CTalR5vLVMXMLJI9sSa2bYaeVjniWayEoytyUW2DhL7KTIxT5rZlphl2eoLeLLUNi1df95p9D/b+dHSKFVoEXP9Ygr7MjqWSHHFirtKgSANFOOvUevi8+8yBKlsJuk3BI7pLBjhB23xJKitG5xNG9Q0iRc1zjHKz/2VUtsUOkEJ+x63IwD0GUuJ6uwWxlD40jFwRR2QzvspJFmwGv/386v6QADgLsOthd7TTro6rlbOAHoltg5K50gyTwp7GqPwq7z3LQQxkonAPhaU/qwrb5gmhGPLbERERERawrrRpRn2FXqWpv67R8etUTddpBjIRVgrsk+N0uO21o5+TVYHGG1ps6b1ktgeXP3jCy5BFXTeYsj0iwbXHZI6TaYQ8fstD5VoF/JqK/TKu/KM4npzQpcYxiFBU0lyJ8mMMMuTTFHgV3M1A0eEUphijM6nsX6unqKJGDZPE1xjQi72la6hZB9ubUsbfM46Ta3lW7yJmAW1E5LGXamSm7s/QL6syAyNbTsYhNAN5bqpojsqLa6rSfDju+7ylKX5Whcwg/QNkD1Gn12Ups07CGr7Pw21dTZIUHLMuz6FSmOrVYRblwlyJRg1rGqJhJsSy1vmR3I8VMkjlU2lPZl2NnkQWYtv85g7aKGJTZnJFTtEnaNtA72kkYNex31d0bYJVvKMoo0U/fVkzxFnqXI0kRZFTkhB+hCQbrH5C2xnAiZtwm2oYmzPE0NdTnAPuuu8zetKoXdgXgNrrCrmcIuleOStlaEXW4o7Ny8MccS20PYpUmiSEekmc6w85Kla66w45+lTdhlKRJe1CHHUnXCJh372qUZYdfJqC4qz+y7pvBxExF2vQo7ySc8clX8/swkV8e7WTrRP2lEKr4kMY8DbvGeVg32DEus/DwTUthpu7jKRRxyePossQPn3j6oDDvL5k/27HSTSiduqsJuAP/1a1+CFz1wHv/X5z5rsQVZ4w1m0hI72dN/J8LO0xJLhN3MUtjN6sZtNOPoqxrmX0yPRLQPxER//KoOtCzzlR0OERERERGrhMqhczPsaJBapEkPCSWW5S2TdH1u2w7E/aUDBJapsPPYPAfaaZH15MEtbGvV662sG85e0s0Oqwcn+3w2Xh0Yz4OX7WW9SkZmp/A3zA4su8YwQrBbsziiGbPEGiUMM/kS4kZvjmKwQY2TXzQGIhJs3g1bU7MswdzJoeO21hHSrSO1mmnFnXXjJOOMsuQ8ltihCewkSdDIm4/OUvbNkY9OfpPCrqMb6ZptczY8Jlx3OLYj6zuk1W3+G64kSTyFDTLDDg0rrWCWKOvYLBzCzSQNxyytTv4cO6cWBmk4YIntsdVShp2xDzy2rtw+pylLbav/PpCB55zXKIdPqQSHlY6F57y4tjBUb8wSm29phZ2HsKtUhp3HltlwS2yfwi4xFHZEmNB3gDfFksKORCiuwq5Vv+ekVyVJxVSSxUOlE3XDFHZG3muPwi5LNJlH71EVFxFhJ7arYeISg7DLrdIJXyZd2zr7yuvs840v1hC8IESTSaSwS4XCHQCyQhFc+to67z33FVxdLYVEZIkteq4p3CFA26Xsy0aGXaYKKz9yWXzmZ7ZyrXpLG6fddui9F1lqRJTRcT2tG0wNJ6LrKOTHviqdGLpm+konjmGJtTPsvGrPY2B1pRO0wevWEjuAFz94AT/4lz4RD956ZvzJHETY1X2EnS/DTnzpKEzSq7AbbIkNJOwWVNhdlyfDvaiui4iIiFhfWEo3o32U53UM5HKYWXKdsSwwrBpL0mGLqJ/80jPCPgLLtcT2Kd18pBuRfcMqOW+G3ZAqkG2zbyKSiMLUZ7Nhoc/+wgp7m9fbokMw8s8aU/lVjwxs80yTX6S66FjpRBpIftGyjSL7htVqPrKPK+yG8u8E2ddHug0TZ1nCFXZm6cS8G95mQKvk/Aq74SF73ZO7NxtRFG4CKNeospVdZMW01WUessstjdCE3Vj+nLG83RLbMZWS8Rr+hlSnpRpC6eQu747j6TUqK8svSxjhN5SBZ2fYyXUUqJEkPoWdP4POKe4gpWOaygKGU5RhJ1tiNWE30RZzVvBCoIZpr8KunmqiwbDE6utYnqVmhp1qiRWvpwi7uvEo7KQiSf7ebIllKtNOPxbqzNQ59ul4bzueYedR2G0fiO3rpCWSl07QfpL3rrllieUZdvzcSBl2R2SJzT3kp9MSm6nj2k/wrff1VheEZEwYJM7hkzzVRSRZqQhZwxLbQzalnLCTUV2Ufdd3TaHfVzzDjgqmlMIuAdJU8QeksNubFOp4n6QtSv696QGNqyZWRIYqyJw3OJrzlljOd4hlyJo6bxpmiR1S2HncKMewxNYWYdeua+mEr4ktKPRvE5Exws5riZWEHZ3MAPVFyvsUdlXD6pl9llgmL+ZwFHZ0ER7+aLetVtxoh42IiIhYY1g3QLUnfqLIUv/AWj5OPSo5fs32K+y0ss+5YWWvk9C1qY84s9Up4PZSnzVBD8L9pJtc7yDplnnHJmGFFYV3vXpZer++htmC3Zx73u+GhGATuDJTvUc5aG9GLbGuwk4XVgSQfVYOHRFoY9bULE3UTYlNnI210xptrZW77NCYNuXLWkq3scIKAGjopsgqypiNqBEBtj8dC/C4nXbdoVUM/rIDdWM2QFY5WduMsBuzcgKe+xybNBxRyLn5c3odhkKuJzxevIZd+qAz7BzCz5N5qElLcz9m3JLb9BN2ziQGIwwBqa5iBQy9+2AjCDuWYZclKFXbJVPYORl2CRpJhnltmdx51VM6IVRjmrAjgplIK14sQSSPVtjJv1kZdmUulEsqb6vT584MraBBOr1OAOp8U/OWWP7ZWhl2Bc+wU8SHpbCjRmT5/ji5yZVVOsPOIuQBx6rM95USr/blB64xZl6FnS6dKNj7pOd2CXteT4Yd0hQtEbTy+CNLbN/1SGVVNq2rsKMMO3mc2Pn3QmHHCTs6Hw1YYmvzGCcohV0l7N9m6YQ58eJT2JWLKuyOYYmtbEvsJhB21D63Fi2xJwGvwo4RdnQi91hilcLO0xJbKfvGAGFnH/A8Y6NlIYyBCjsCb82NiIiIiFgzWDdh/H6HBidCYTeQQ5cVUPdk8gX4IGNc6Ub5Qx6F3Zg1dYD8Gram5j0TgkPLjijsHHWeZ8BmrNcl3bLcZwHmLbH9RVy6JXYzMuwKT9OrKkNIxyyxKVOrmbZWajXtAyfd3Py7cIUdkW4dt4iOZtjZltiwllhAK926yl52XGFHIewtHVe0r7psfNnUVvaFZfZtAlSGnVW2kDlWzP7CBudcQBl2iad0wqtuswk/Ko2wcras+ILe9VsKuyxA5adKGzwqQbeh1f1+FXZEgFq+9jTlJs7kv2GTNJaXN9yOpdbaBx7V8tqCTX5lSYJJ4mk+tS2xzJZpKHHp+XTPCAxk2PHm0wxVLV6PyDZFTNQNZpWpsOPqO8BsiQU0EVO1FmGXcJI1M7a/5aUT/JplZdiV3QyALLOyizUcS6xU2Ml7WFu1TMcpHSaGUooVYGSplWHnU9htiCVWfZZFqo8XlmGXM2spfb5pzsYwPfmdAHQWLGXYdeZnbINHEBA5qCaTpMqdjhOyxBL2Jrna52XSsNKJ/rGCJtgswo4UozLDTikKu8Y5V3Mim1SBg1Ff1j4Wj8fz9mwUStnXKv4LWGvCjnnj5Ylczyavai1rAiPDTirsvBl2TGFHswqlWHZmtYnMjLpizyC+l7DjFqjwDDtbUXewEwm7iIiIiLWFamsV52pDucVa5PhMvV7WtZfS9dmvsOsvf3DWPahW43lw1o0eWzYdU+f5lnXspSMkI9vmQaKw8WzzYP7dcIadPztvM2b8CaIMwXQAJJIMGiPsOPnVyBs8It3GG2ZTRpyJZbsqTK3GCytaRfaFEVh5miorbmer1RawtXYeW+vYBHbrKOwYUTiSYVcn1nHF8v42XmFnW2IdO6qlbvMoJApb9coz7Bw7ab/CrnYy7CzSsEfl55JlqZp0z9HogPSA0onGIh29GXie5ftIyyJ0/T37gMgEoa5i57UxleE6g5FUuZNhx4QbgHHN8d6o0zVudkX+IjH3jZ1hl7gKu9Im5arWVGVBK5KcDDv5d1Iwzdjuz9FoMohtS8oVdj7lvpVhBwATVKbCjvaTfP8pFTBKglAr7Mzzot0ebpz7eOmEnWFHkRVeS+yaE3asIMQmhI0Mu7RQzzWcDQN2zkpeVxLHEuu/LvCJgblN2BFR26Ow22MZdmXSokzGCbuZUtiZ20NuwGnV4Khq0HKexIoeoO/HnClPbQLQwJAldoEMO74OY6zYrSthx75MTdsZQdanTmFHEt+2BqaXxWPDEkthpNwSKw6ColdhN2KJrXsIO8A8GQUq7GxFXVTYRURERKwxBjLsjKDl0Ew3NbEmSaSEkVB9ZJ91s9iMFlbwDDu3wIFu2vzZeT7SzbXi6pbYcLKvUtl5gdvsIQoVydg1UDuBqSD9mX3yc9qw0okiS10HgBzTtGMZdqkvD06MjaoAO21lEWctI7+G8u9MZd/UWP+YRTRN4CmdCCusADyEXaMz+8YG72Qx7lqbsAtYlsjTxlTYVSP24U2AUjHUJtmWElnm5L8NKOyUOkyq9Lz5cQEKPbIOOgo7v6XVydBjzykMW66eNLDhlk6wpltbYTdEuNlKRbRM4TeQgWdbk1nTLiBJ0QGFHe3naiMUdiaJ5i2dsC2xaa6uTcakAD1f/X9ilpoYGXamzdMtnRiwxDKFXdvq/DFF2NH3qNXHVuoo7CSRLT+rtu30PWXnUdjJDDsAmGAuW2KtYo2MCLu5aAIlS2ziV3qVFnFD7bfiRXQzfJZoOzaSzJ+dvyGWWH/phMcSmxWKkM2MfDqyqnoIOznxlcoYr5kk7GxilMCLFOgYah3CTnwOe5bCjltiTYVd//Ve2b77MuyqBtPKyvpvzPMkP/bntUlyezFoiQ2PCeMkY+1xn6w1YVe1rTFI3fSZPQdcxnz4qPjJFXY5lU5wS6w4CMqJWLZuO2OGaV63qrVlIUsssJTCrshS7LIcu0jYRURERKwxrIEEv8YaM/BqMOsj3QpHIaHCedMU3ploZbNwFWdcaZfmQ6QbL6zwZLp5l9U3LKm1zcayXrKPZ9j1F1YMteIKW2u/ndbIdaNluMLOk9mn8u/yzSLszBw6MRZJSLUWorAj8ksSZ0RkjeXfcbKvqayyCwwPqH22Vm6nHSKwRFurJAqt0okQ0k0RdnQzr5Ru49ZUssR2NankwvPvdIbd3PgZQvatO5yWWIuwU/lxA7YwZ9JAkV2tWzrhuWFTCjmLrErRo/JzGlI9hQsqL4wXX9D5y6ew8ysNC9Q6QH5AJeiSjnL5pGakZb+tOM9sws+05CZJYiqWezLwNkJhl2hyIEsTMzzfscTy4gO6UWfnGDtw3/6/lWEXWjoxtSyxPPNrzvYxZdupDDtDYdf6FXZy82vDEstLJ+R5pjyj9tUWKnEc2bnrzH6Ys/dXyyy9MYUd2YD59onPJWX2Yd4Sy56/ISVPPG9QEZ0+S2yaq+dmOfuOS/Wc79xFE1+pajuXRH1vhp2erOxV2MlrlZNhNynU514mTWDphF8Rt82O52nVoOk0WWufp+g7MGeqwDIf4EJslSwwzLX0vQw71vh3To0zR7JnQ3Eilti66YwL0qZnZzigUgkAuPZR8dNXOlH1K+wAYMpsscISyw5EGwMzZny2QZ1MRxR2gEnSRUtsRERExBqDml7l4KTroFqoVIU9z7BrfMRZxogkK2s2S/xZLz5LbOPaab2qMUOd5yrd1I1NsK3Vo3QbsfEOFUeMKfuKAdItKzyEnS/DzqeEVAPqDmjX/8a1yJgllo7DNizDrsi00s22l441zJqkG6nkxM9xO22iVAS0XtVOG2BrrRTpZmbnhTSuqvdlqfNmAeUPjW1rpRy6AFsrfRZJ41EFjthp1x2FTVQpws4qnRiwczrfZ26JXUBh524DkYYjGXYqP4wRdvI5QmE3XpzhnAszTbg5pRchlloiDI3SiYHijr6WWF9xR5LCzkRyykPWGbx0Ik0wSWi/TgYtsSrDzshRs8gK5/9sXQmzeWauJVbZXpnCbuJR2PHoJfo9vUbVtPr4tQk7Ur2Rwq7r9OfIr1dE3OQTJVTZSuZmhp2lsEM9R5YmSi1GltjCOj85hJ2hsOOfCwxLbNv5FHYe6+MawiydsDLs8hRFwhR28rlGg/uAws6+XtK1cax0gltiO+IVKssSaynsDnYKtf0FqoVKJ2xFHBG1U0lOG6UT1rmeW8XnPQSggaEMuwUssUb7MiPsaotoPy5WRtiJmRXxuG5bYyZ802f2HKSZVtERYTfxEHbUpAJowq7UX64Zs8XOKlY6MdgS62GoDUusKXMfwj4n7LbD2eSIiIiIiBsMK8MO0BkZxoDeN5vccALLvOEyCyuGChy44qw1XkO89BDp5ra1dl3nqtXGbK1eS2xY6YS3sCL3kZvDGXa03ozfjCtyRS87ZONN+Kz4ms/6A+LGzXYAKFJoYNYckPZSRbrJ0okmXGGnSDdVHBGWf5emCWpSyZEaMDD/jr++z4qbjQzA68RS3zBb6xhx1qnvoFU6gWxQFQhwws604p4mhZ1tic0C1W0AJ9xcO2dIhp0im6yG1n5LrD+/zauw86n8BlSCehv0ewgpnXAssSzDzrHkeklPrWJxtj/gM3AUgusMq9xgwpVCuamAMjLsKPrAsMQGKuxaU2HXIFPFC6p0ghETpLDbUvl2ZqsmIJy39LnTMTavW03ModHFDYxkpcPZq7DrOm0HzrdUFNQW5jLDzl86gWZulGpUkoboK50gTDiRw8tADDViqmMnNj7DzrXE8gw7+twLPnFIrj5fhp1V8DRtyYo8ZontMG/EuvossZM8ww5z7N22N2GEXR2UYddbOiGJ6K4DrhzVmrDrGuc8U3oVdgPXTJ/CbglLbJIkTDnMnC8rLl5daagFn30/1Qo7QBN0Vz4k/88tsdQSywg7eRCkeaEOIFNhx9pPbEssPzH6DnhWcR1qiQWiwi4iIiJiY0DXEDaQsJtei8ydmeXLInPLEIzMl5GmVzs0nbfFepVuA0RhE0z2afui19Y6aMVdRmHnZtgZ66UbAp4doxR2LrlZefLvjGXXPFcHMLPkaJCcBoYzJ4lW57VWa+oihRWdRfaNEXaAvknRCjtxozFHPph/x19fLUtkX5cjG7G4tEol55ZOjLfE+ksnQtR5nbNeuWxXjG7zusNRZpEdVSnsbLKrn2yyM+yM/LcBssyxc1JLLKxt6FGo8XOvahNUGXaellbPTaNjtWeWWOc9DJROOKQjmCV3wBbWa4lNPNsf8hmsMyxiyMiwI+UYkRdjCjs7w87et06GnVnKALAMO6Ml1lTYbfn+lqfCqgyLcGV27Kwz7YWAtpU2nLCj5/HxRVZqhZ2TYSffZ84Iu1Rn9NFEUGGRGqVF4BmEXaJdZWlilk54c8M2xRLrbYkV+3GS85bYHFP1ueuCh2GFnXkumcmYij5+Rn3PW6awS23CTr/mHfv6+L5tb0sTdl0d1BI7s3IaCWSJBcQxW8PjKLRbYhlZPRki7LwKu8UtsXy7K48ldu0UdgCMwe2pzrADtAX28gfET1lrDYC1xLoKO2SlUVNMmNX8QLRmAfj/vZbYxUsnAJOku/+W3dHnR0RERETcJFDpBLuJs1VyRZawmdlhAosUEgbZ5yXs9CSQTX5VpBhLxu2lNlFojBFG1Hk+0q1qhkg3n7KP599Zba2LtNM6tla2jJcY9WXYccKODRbXFKJ0wsqwk5bYzrZ2eVBZ5FdCltgR0s3IkrPttMn4gNoh3RYg+2yVXKvIvnHiTFlilZ1W21rHZtsdhR1X541aYsV6E6t04jQp7Gw7amaXTjTmTRyHrRBW6rSk8Vhq+zPs7G0ge1/hZMCZx5kRHeSzpI4o9MRr+FWCBbf1DrRFalvwkEIvhLS0VYqtawke2v4NiAIwstISK8NOqnOuHx7iW/7rW/HIZZkfZmTYcdLIOl85Cjst2BC5bJLQYrfp/tIJk5jwFVJwO6lBmLJjj2fmqU1O2LFit89zVZKjsEv13x2FXYU8S90MO5ugK7L+/zPyME8TrQ5khR9ehd2aT44ZBSG5ZYnNWOlEWujPvUj1eUZ9793vnX3NO2opO3A4w65iGXZqIoq4jUQfm7dzwm6fK+wqTdgNZtiJ74ytiCuy1PgsW8MSa55nFy6dyH0FoYtbYgG9H3mGneFeWQHCNX8hL5YlQCU2smxJUpsoZv9UgRR2NNvAWnL8LbEkMS/FiWdahxN2xkzGkCW2WUhhd/FAZ/E9+dYzA8+MiIiIiLipkDfwiVdhx2Yn7cEbWxZppgYwdMNlLusZ2DLbQV+GnaHO8zXMZlxx1hrLApyw47ZWpnSTg/nWq5IbXnZIYady6Az7sL5W2wUd/HXyXO4vnqXCSyfQv15hY0kAdGt/EwGIcdyR5QBQCrt8ceIstGEW4GSfafNchHRT6rwqnLBrkgLooFRqnbKmBhBniXmz1dWMOBtT56UWibyIOo8ssa15U30aMuxKR9lF6jgrJyggv00r7HT+Wpgd1SLLbFuu07JqjsP5Z9C0HYoMLMPOo5Dzlk7YGXRL2notS6zYB3QzvIwl1mfJ9bTcbqTCrkGWsQw7Rti97f2P4EeufRDVe9+PfwoYpJHxnUulaqpPwcNz2RLWomoQduL1NDHRMqWVqbCbVo1XZVSyz79LUyQYIOw4ucuz0gGTsGMKu0lSifdtv0+mGMsSUUYAAPPOzMsjbNuEnWGJ1URqmpqNuv6WWE9sxpqh6zpFsJZGhh1vidVKNfrct4pMPJdHcHkVdubxRqUTfdcFrng8nIv9NqSw4x/fbXsTNS7IUbMMu/7rrt2EzLFTZLg6E6+hW2IbR8msLLE1s8QOZdgpS6zfjbIIjGxIiZpPhq8AJ2OJZQq7TZ/V60W5Z/6fK+wo366e6kw5dmBpyXKPJdYm7OwTow0m215EYfeaZ9yhHp/bjRl2EREREWsLeW5P2WBMEXb1mCVWD2htW5dXnedtmNWW2MpqmM3SvmX1jZtaLyns2A2bUqv5yL4e0o22e0wlZ5ds8NdJfWpEVvCk85bc9Wa84MNR2Gk7rVedlyb+z2lN4SudSNtw6wiRbq1F2DUhKjnL1orAdloAntbUcLKvsYhvg3QLVbrV5rIV8tH8u04qCp0cum6cdCOLsSJTm3CScd2RK6LIIqpkPpJrx+wn3NR5hGfYBTSsqskOZUclws+62ey56ePHjaMUDCx96M+gC7XU2ipBbQvWhNuQJdZvKy68hJ+7vFMess4wSDQrw06KJ6qZIC8euXRdLeNtiQVMW6ytNmLXzzxNkSXy+izFL0WmxS86w84l5UhN13aaaOENq0XOlECGws7NPzcVdvpad21W49HLV+WTSsHWMIWdYYlVCjudyVYk7Hramdl6hO3SvIfd8ins2tponEWS+bmHDbDEVk0HcsmLDDu3dEJbYguzHdj+nnvIpsayxB618rPvUXzza811SZYpwm4uj3V2DL/o/gsAgHM7BQ52SrX9eVcFWWIrri60YJRa8Agw61zP1aWqdCLIEutriV2MsPNZ/Y1CtxVgxQo7vcGU87Lpg4ReTCxFmqGwYy2y9RQod4wL2JYKBdVs/7xudVaBPeOu/p/4lXM8W6Cjk+44F/viBy/g+77iBYaUNSIiIiJiDaEssQXSRAzI6caRCDSTdOMklL4BsxUSc66wG8z0YARWbZJ9ZZb6rbiNHqjZyg5uiRq2xOaD9tKxZTMPcUbjk5Ra2w2Fnc5m8+WS0OuUPkUiV9h1rvWLbrJzIuya2UYQdiJLzrTEZmpMM26JrZPSUKslzQKkW0oqOdPmOVZYoZ7T6WW6ZnE7rSbsJPmVFKOuESIiyZq6SNlF4yjsdOnEqMIuI4WdlZ3X5b03ZpuCPjuqQ5Y1A+o0WzErz1llYP6bKnyobYUetcQOE25caVE7xGPj5vANqAQdS2zCCLMh0tG2tHKFXogltsdWnBkKvyFLrrX96wxGDuSFlWEnyQpS3WWJnhTzZtgBJmFhZ9px+62R8Sb2F1cKTVhLrKG0gknOXT4U2+azxFZNZ5ROeBV2dN3teOlEha/6/t/G5Q++HT+bQZ//c7t0Ym78no8tylR/9nNqK7VUSDvlkMJOE+NZkSKDJo+1wo4/3yxwWEcQ8QoQCWdef8osZeUNhconFAq7ngITBvuap0onRiyxAHB9rolCACwrT6/nK156P/a3c7z+2RflczVhR9+ROil6SSdj4tjCmYleqizlWIJn2GWmws60g4co7OTYousGz51DcJTH0GO/9bTEshO510d+mlBahJ2RYccIu+pI/J9dwFQld8UVdgGW2KwEfAPFJTPsAOBTn3p70PMiIiIiIm4iLMVZy8qdKm4nsAZ64jGzeVo3TIZsf1BxVjo3W2b+nW+9mvzqW2+eJkjJVmkUVvS3tZoNs6EZdh6lG8+J6TpxffWQm7VHYSfes2UTYlayAtbNPbQ6yNjXa95cB4jtVROKVH7SMbXJCJokBzpNeinCLmAWW1tTibCTg/+AAXUtl+2sZcPIPnP2nV6jxviy9L5Uzp9cdhaSJSfHc2Rr7eo5EhDZN0y6tY7CTrxGCFG47ihtZVamiSIAHjupOwa2S3N4k6FbWuFb3iLhmaVWxf+0LQCTDCOkiTjFdJ2bYZcHZtA55zNFuNWa1AlQyNmWVjPHb9xWbNuCC18G3sD21xuWYZem/gw7+p22ZWb+plLAJOnse0iuGst0iypZALlSaGIQE7bCTj/vylTaKRn5wonvLs2QAEjR6tIJdu9I2991QJvkSAF0bY3feu9jeEoyBzLo87+8791K5uI4tksnGGE3yRipISe27PNTmCVWNCtzslRFZfBTpW+MsGbgjrsJt8TWWmFnWGIPZTtwkfarNRlai8Q7Ui2xfYSd/v3h3FLYEWHHzi9ndwp85Sc9wLZB/C1jCrsqyXtJp9lA5tweU9hNJiUwhWyJNScW6JiZVqEZdhZh1zZQ5+4FFXb2ZLYoFhJ/swtVlsVqLbHM8uL1kZ8m2Aq7rbP6cZrpC3V9ZJ4kssLIGCBMqwbVGGHXNzDmhN0CGXYRERERERsCTwnDcEusJ5ctzZ0sKEVA5X2kmybsaOCvlH0LqPP61ptnTDnuI92ywrGXGi30Kodu8Qy7ZKjpNSsc+xYnCr0WYrafC2tf8ce9+2tNkbOWWCKfMklGJUGEHY2HZOkEKc/S8WWJhOqsIoWQ/Ls+W6vdmOdfL+X1mGq1ELJPKQcbTboBwtYammGXyGXbRqvzRltiqTmVFHanunRCWzEBbontJ5uc5mZuiXUKH0Ly3yinibfMsvOuNQ5PkkTdvOnX4IRdgCXVLm1gpRNODt9AcYZbGhFmiXUsrSzDrrAJx01vic20qixPWYZdxgk7aclmxQeG8pyDnytLq+hPqbVr2XwqM94kscIVTzxc31YSJUmiSIorR1Jhx1R3PMNOK+xa1bbsU9gBUIKSthbv17AHs58TVMgSaJuhp3SiTPQ1ca4ssVaGna2w67HEcjViv8Ju/Qk7TjAlSaJVcz2WWKNQxFFreiyxlpr9qBlW2CVJoj7/azOrRKeSltihOAwi7FpN2M27/munMZa0cGZLL7dd0uSua4mlY6ZuO2UHH7bE0j4mwo6duxfNsLMnpNm4b1WW2JUSdgUbVDddj4f/tIATdFtnXYJMNcVOzRuntDB81oRZ3aKxQp0VxjzVfJZ/QYVdRERERMQGgNmUeCM7wG2tiWvTBAYtsWqg1Jer5rHEzmsP6TaUJZeV2k7mZOcxa6nPmpqVDunGyTelsPORjB47bdd16mY3L0t3GfZ+3X3FiEJfqy4n+6ySDYArITcrwy5PdUts01RA26p2TmUrHkCdmmo1Up4lIQo7Nflp22nH19ul1j6mxtcAKy69vlLJUcNsAFHYKaWbpc5LCqSBxRFEunVVuDqvk9ucWpbY2SlQ2LnKLq2wU/leI5YmO7+TnlMmtfq+DuXH9ZFdhh2Vn/8GWlZday8jDYcUaqQSdFpia7b8+D7wZdgFWWKdfSAVdknjIU19Cj+WobbuUIS/UNj5MuwmEN81XnxgXBc5hgg7dv0UuWwysqKjDDtO2GmXFgk/eMbbliQpLh9Jco2RFgW7hnfyPjEzLLGZ81wAaKgRVH62pUPYbcn9wTLLAK/CziDsepReg5ZYZlUustRqifWoGzfCEisJOPqcM3ObJ07pxGIKO3uiaUpW5AGOhj7/w5l1PlIKu4GJr5yuRZX63lQDps6h0gmusNuaMDeGNbnCVZmXDrWVeGwb0bXinGdxNYugL98ZGN7Hi2ClbJoaVDetYXc5lTijCxuwd9H9OzXFVofmgDwrvQq7WcUtsX2EXc8gMyrsIiIiIk43PI2rtVLYjSi32A2UbWs1bZoD9lJGYNWWss/MsPOTfUVurtdY1jcD7lGr0fusDYWdJ4eOW1Ot92tYFfhA1wrq91liOflWchuwpyXWfr8AULWefb3GNxGEPEuUA6Ct5s6YZgx2a6pSjwUs20u6hay3h+xrApZtreOZVHIhRRl2lly3QNkFEQGKmJSNfPOugC/fx0CuVQ18vXPkTkbUpmGI6NJE0bClyVHbGpZYi3DzFjZYZFOqyTInv65nG5zzgjdDrl+hphV25ntYtOXVu/4QS6yj8OPrt/aBbx8qYccGEHZGEYSdYSfeN+WKZR7SyLlRD1HYtRWyNNE2QqlAMyyxrLjQl9VFajSyxPIMO058k8UxT/wKO779lYxESOTzDLUh7RMIArMA+w7YpRP1DGUqJ8+SFHVLllhLYVeYx05fS6xQ2Gny2evuyzwTgmsGZW0mNaRdOpFlum01LZgVOnMJOw/RbijSkwwkmhuaBCIR1vW5pTqm0olBhZ2+fm5JUnuG5Uon9g3CjsZ7jGCTfEeZp+pzv3Sk23X7t5FP2M5Gz91DKCxLrEHYraPCLmeD+cbHcp8m7N/JHvsIO94Ua1piJ8xnTZjV3BJrVU83/bNVAKwMO3niigq7iIiIiNMDTwlDbeXBGYSdoVbTN1D2ja9SffHcFC/pVpp2GuibrlErbla66zUssXJw1LVwmtXZsrW1XrE7aL1jTa8+ss+nsOu3xPJBWMGtvLRMq/dzbinsuq6zFImbo7DLmCW2rWfgrWppMV5aVVvWVKUAC7HTEmFXW8sGzICTWi1RpRPhZRdKYbeEOo8+27QxCbuQZTtSJtA2V7p0YjQLR948p50YC7aqdGK8YXbdUebmuYcTdmq/GJamoYZT006aw1P4EKQuk6SNj/ADegi3AUusU9rQr1Crrf1gkobjGXhehV+IJdb5HDwttQP3LGXuRhSsLZhaPU14ht2WoSgDzAw7Q0nNEZhhlzGFHbXEGqUTXkts5vxdWWINhR3LsJOquUnaMbFHzp7LLLFS6SeIva5fYZdUKDr+PXQtsYUi7DIWE2Fl2DkKO26JlY+7FoXVEuvlHljb77qCMu3V+xxpidWlEx6Fnee6alhiy121n3yKNvUy8jO5TuwejbXm18TPoWtwpp+byVbgIcJuSGHHSye2DYWde8zScaMLV4YUduz7WM/09SNJFxY9ORnN3BK7Ih5stYSdUTqx2jrbtcP+Xfrx2bvcv+eSsKuO2GxZDiSJbolllthpNWCJtcM7bXAL1MDsYERExApx+Bjww38R+J3vv9lbEvFEAMuwcxpXeYW9T7nlVY0RgUV5O0kP6caLI0xL7Nwg3XzrZSq5QUssGxzRjUPLSTd7MOQh3XwEZVroqA7LPgwARc7yZlUOnbuvtBpRL5ulCRxlIGuotAkGruzrVSSuKYosZRlGlc51A5AFWGLbxFS6KdItROlmkW4qFy6gnbaz1GqLtNN2inRbPDsPlsJO5d8tYqdVVlyxbBVgpwXPZGzmqp22Qj5sDdoAKHs6lbjI81yWtC7RBQzmv2mFHbOTOqUVAXZSRvgVjjout5LvBZzyDK9SMCCDzn4PRkvseA6f3ZTrVch5W2J7bMGGJXdIIegqj9cWlk1VqcryUhFRRFzxltWqjwyhqCQAKHfMv7EMuywRnycATCVhV+T6u89jlQxrpMSWrbBjVkF+/HUyy7NIOy9RzXPMeO5njmY4w67zfAd46URChF1u5u8ycEtsniYmoWeQmylT2J0CSywRTLlL2BVSzdmkBaY1s0LbGXb2/8GU6gC6Yse/nyzQZ6IUdoqEI4VdAGE3vaJ+NR0obCKnh08Rt88y7Ha2mMLO06ZNx81j0hI7KQaItywX5BwgrtFj4qgBOJPZbP+OtcqHYsUKOx3oevoVdkxVt3+3+3dliT1yDgIlZ670zPusbpTkeGFLLLcxDcwORkRErBA//k3AH/4w8JPffLO3JOKJAK6ws276FHHWm0PnWmLnliU2T9Me0m3cEjteOlGqGw5/wyy7Xinyi2fJ+ZVuWZogGbMA5/5le7fb22xrEaMZBUNbZB8nGa0bU04ymutd3yBsQpoA885V2M26MKslEVVEui2isGutGxdFZAVYVrSttTLWH2R3oaZXpbxcwMarArfNYyqIsJNjx0zZaWV2XoAVN+EkZjMzLbEbPhbvU4YVRvbbsKUpT22yi1liU+s1PGNoh2xakKwCBiyxSRPU8uqShse1xOriASeHz5uh51+/v/Sif/mNsMQyoifrscROpE3RII36Mux2zuvHAxl2Rcqaxb0ZdvoeUhE9hU9hJ7bN1xI7Zwq7Mm2NCUEO9b3r9GtkaNX7dlpiMdcKO34+UufxCqUkI9sk691XPJNvf7swSQ9WUpVniZFhR1m1piXWuk6vIZxWU4/CjiyxNXJMK0bw8fNENhFV1BaMRnZGFg9dF+hYOZQKO1UwNcZJ8L/NBGHXdglmA6UTQwq7B2/VatQ7z++JB22lP0+usJPHDU2O7pYjXAgvnhg5dw+h10GywuvuSgm7ggVh174vzWnC2XuAF30t8KRXAZ/whe7faSalZoSdPAi0wk58Ceq2Q9uBZdj1tMT2lk6wQannAI6IiDgBXHq/fnz42M3bjognBhhhZzdSeTPs2lqPWgby4BaxxLo5HawNj1txab2MOLOtYNpOm5jXK8eaWjoqOWN8wcsu1Pulbc5715smckLRViQyO62thtHWYzmusdttubKvh1QFNs8SmyQJGqmw6JpKKcbmKLwDbBtaJUekGx3LATPZRPZJAitVn22Iwo6UbtROu4AlltR5VJBRL6CwU4Hb8n3KZbuA9Sac7Ou6hey0RutxPWeE3XjD7LqDbmSVMoyVTniz3zw3rfSdbByFXVjDqrZzWmRV0kAJQ0ZUGkOW1CKAsHMstV5L7ADp6Cj8SKFXu+sfVOi5pKUqGRy4Z3GadtcZjOjJ0tRUlTELKNAhS9zSCefcuH1OP+61xFYoEp57KvO5OGEnRR9HVaOIji2mTCKy67KnJVYRxnWnSifKtPPaC/l7qBlhV6DGJKFJiFLvE0iFnZqQ4UQSK52QhGTHFHG23Z/bIJ1TF7O45kZLbJ/CTqsX1xU6k44IO1OBz0snauTq+Y7Crieigpc0dTkj7AZckHQ+uT6zyFnC0MQXPVcq7GYo1OSwD4ZLxMJT79xTj++7dV88aGovybxtEXR2eYm7nSxyY4xrGYAvKxlYLQe2UlYnYxcirbDbbBl+L5IEeO0/6v87fYGqqXMQ2KUTNEOiCDv7pEKWWMrFs6FORnORAcR/FxERcTKgpiQAePRd5uxpRMSqwaxaTgkDtxPY5FdeWqSbDLO2ml4Lo+nVl0PnrtewxGaWSi4rjOw8fcNtN9uOKOxSTw6doewrzGWzwrCE6fw7c71KEWPbgLk6r/VbYtWyyk5LNl49gFTv18oZBOTNyQZZYgGolrmu0jPRFbLxIgS4hB3d0KXFOAnVWVlySmGXB5B9VpZc0oar5Ig4U2rANrydVi0rs+TomGoWyLBLIBtPF7DTFnmGWZdjktRCYUfKvqRYmS3nZkGde2qfum08uw0w71EAGGSVk0E3pLCjOBtuxcrs7M0ehZ1NWGU+wq5/G8q8bz94mmo920DEj53Dl/sIPy/hZk7aaEuup2l3wJa8EZZYblNNYWbYsfdWojaKDyp7YodgEHZ9pRMNilRnrc1bT+mEFH1cnerrtFdhJ//uU9jVbYuWLLFJ23vcq2sv9OtnaJXaq0Ih/sIz7JT6jpFHjLDLlcKuv1GXE27XZtY9MZsoy9IEGbXOpikjShj34Cu1WjM4WYTWuIQTk7MuYwo7i7Dz2GEBoMo1Qdwxa/ZQgymdE8kSmyxC2NHfppfFNqNQ79G7fWry171O3X9hFxfPbuGoavCkO+R9VjNnJLNriSXYWYgO8i0Al4XCjl4vQPlvw42poVi41XFgK2V1cjZ7VZ8Au7hRIHKtOnTk6VuqdKKVP6XSrq8llgi7voOIbpToeUAk7CIiThrXP6YfP/5e4J4X3rRNiXgCgGfYWTbPuUG6mTlWyEuThMoozNpU5xkqua4Vg5c0M65furp+wBJL6zUIu1KNBea1Z0DDbTitm2Fnh70bs+icyFDr1QQlDZjmNtlHY5M+S2xWIm/NQZgOyCbCrl+dRwPhuRrAtWqbU77da5yrw1FJS2ZXzxdW2BFRlbRzoKm1hSkbL6wgYo6IM/qZBJBudh6cIu4WyL8jcpEIwxArrnHT1My0wi6EKLSXJVVgQMNskYlykAlqsc7KUsFsMArre8yJKm0lDSPLbLLKn2HnyW/LzfMfP/dsZfK8NWIXs4l8rrAjBd8yllg/cdlfWmHn8JWBhJ8iLR1bceOWTgwVd7T9N+9rA1thlzAikn1Pt5LKyLDTCvABhd3Wgfk3di3hCrsZZdh5LLHUhAmYCjv6OwXvcxLDzLATz5sMEXbq89avzzPsqqTEFqD2xxbmWmFnWDX1BFUp31+XZObkWw/oXlmBShVbccz6GnozTvxsgCV2rCU2SRJMJNE571LFG0zs0ok+wq7QBHHLHg8p7OicqE93NmE3ZImVz5WW2ClKNfbzwbEE85dKE/z0X/1ktB2w3XxcvonKe56xCbtgS2w91/nJSxF21qRyT5nKcbBS+RtvrmtYxswTErwltrEJO5k/UJsKu5RbezjqqVy+5yCiQUPNFD+RsIuIODnUc2B6Sf//6PGbtikRTxAw1YUtv1fkV2oRZ61NJHkssYo4S8wbNEVCcfLLb4kVKrmBZdPCuVGr+Yxq4itw4ITdwGDIt82t+35r2z5MA8Ne0s3XqGspJ+xrdutT9klS1W4O3CBLLABUKRF22jUw7/Igwo4UbUkzB2+YdWbsfbBUchl9tkHLkq1VZtgtkH9Hn21Ky4bk9kgY76ueqWVDiLPUWnaRdto8SzGHdlxQYUWIOm/dMURUlaRKGfmMVIC+1xIbkB9nK/TYc7ZI5TNCGqqJC0vl58+g8xF2FnGplq9d4nLA0urbj2GWWCuDjrXEqpvtgO2vN0JhxzPsYGbYsfd2+45py3SuE4SEnSvveKa1Ln39KxNNbEylwo6/FqmwLh1qBR1X8pAo5KpUpm0z9R0vb2kl8ZUbpRMm4aE+7xYmuSz3RS0nEihCYIIKOZVO8HMZt8SyDLtqID7rRfcLNdVnPPMO8w9Woy7f9y0RdkbmnSebd80wt0snaH+xgqdSlk7Mu1zxBlt5FkTY1YW2lbbMrZcNKK/twobUVrUPXVdomyR/Me1KIxbEhuG48OBgp8T53VLvl7b2RoBtFYsq7Gg/T1nB53EUdqajYpUc2IoVdsTEt0ENJKcayhJ76MjDVcOPnDWYVRToSBeHHsKuV2Enl6um+neRsIuIODkcftz8/1HMsIs4YbAZcKdxlefQ8QG3h3Qr8iNjmaqXdJuLPBR281dKFYnb9NpH9rE8OMvKpYsyGHHGi5O4Om9oMMS32dPWWqibdIug9LTX2fuqbM2bS2dQaWfY+dSIlipQLbthltg6KYEOIgqAKeyGZugJLVe6MSeAcwPggWprbSugbYXNFIFkn6XOy5RKbnxZIs7SrgHaRr1GiJ02zc3vkVLnBZBuWcZsrTVT2AWst0gTzMGOqwXIvnVHnzouT1pspTZZ1pMfZ5NNRv5aiB1UbEPXCSdRlmbokCBBh63UVtgFWmIVCcJKH9ikQd/yej+QrdGnkPMtb1lSmSVWEW4B+8BXvOGWZgSUVqwzWK6ck2GXpqiRI0eNW7eBbKo/z6ovQH+iSRNDbQcYKrCCWlSRgMRlipSGmUkHuKTEJO//Oz/+WqnZKZO2N8NOfV5tq67RpsJObHeTTZACmGCO1Fc6YVhixZtqmcLOZx385298Hn70LR/E5z3PKnakbexE9iSpG7sk9XMPat82WFf0W2L1+KCQ73PaZZjKBnBHYdeTYVczS2wrM+zSBIPN41vWcZTaZODQxJcV4XUchZ21EfoxcR7sPLc3MY/f0Qw7XjpBkWIhcRsWdJkQTSp7rNnHxEpZHR7oeupbYsegLLFTZ7bKzrAjuW+WF0CNAUtsj32EbliqQ/a7SNhFRJwY7JKJWDoRcdJgNiWn+bS11GqZzK1rZAGEWrZ0yT7DEjtMuhWZVKmpHDpGQiWSPOPtXUbpRE8Ona10ay2S0UO6GYOhNBUWma7x21qZosDZV/I55nrZNre2ndZSyTmqQJ8K0kOMGutd31wdDtVSylpi5yiMfKReyDFKSsckRGtclg8M+AmqwGFukpsBhB3lwZEqj24kk5ABOX/9Zr5Q2UXOSbdmrnPwAkg3oZIrpK11ulBRRpGlos03gRGifZoIO9vKCQDbuVWuM6Ju87XEFo6d1P2cOTldNS2yIkOb5sjaCpPUtvKHWWK7NEcCypAbV/mVzn7wWWLHFXYOaZk0ri14gZZYbwafj/Czm3bXGaqQqEaWJGaGHYS6LO8EYZc/ziyxfSTUMz8P+NBbgCe/2l1XymyeTIHmKLPhEnI2KTGkMuLEglLYJVxh57fE1k2njtUsaXG2bIFORyWQwm4rqZAPlk5oQrJNcveaynDLmQm++pMfdH5vKuxSlR9ImXxiuz0Ku3W2xFYWYeUl7MRnNGsyS2HHM+z8Wfdt4RJ2Y/lq9nGUlQtk2DmEXaFchT70FrXY4OdE4jzYMbu/rbepzNLx1+OlE0TYLaOwc8a3a26JzdiJ+NS3xI5h0BJrtsTSQawGr05LbGiGHVfYjbDKERERy2N+zfx/tMRGnDR4hp0ioSjDzlJvpUxlw20gnEjy5dClmbbt2MTZmCUWcFVjTGnhrtciztgNi1i2v+yiofGFYy+1iUJmTW1N4kyXTvTn0LnL9uxnj8LOvrGt7AHchlliayJ96qma2T5CuZAlVpBuRPblyMdm0wGkPEuu4eq8AJUc2VqlSk5nK4Wo8yxb6wKkW5EzpRuzxIZk2JVZgpln2XBLLH0HZ0iaBZpt1xz0vZlbRBEAbDvqtr6GVis/jVli8wUaTgH9faZswW1H5Rdmie1SIk3aMEtrHmCpDWiZnVsKuzLYEkv70FTYTZIa6v5+YPncOqeuNdT5vUKWdIKAB9S5gciqW7bActQy91xPyCeirPApnz6wrpoRWpk5oSYxyS1CrhhW2PVl2LWgltihDDumSmWNxGcLOfaQ55smJUtsz+RGryV2CSUSPbcVCjvKRK0ZpWFk2G1AXmx/S6zeZiLsjtpMCX62CisGpee62E721eMmE/zEGD9jH0eprd4bup6xYgsAmI0p7AZaYs11snMKFf+xY/YsI+x2JgE8CJGdzWycaxmAHVVwEi7TlRJ2BftiP+EVdsRyV4eaSJMknmOJlQdxxvNwOjb7NKqwkwcrP3g3vBEsImKt4RB2UWEXccJglhX7pokItNwhziqTEMpKrc6rbQLLQyS1rQ7izQpH3eGSUNYgkykt7HZBtd40hPzqy+zryZLzkH11YxOUI6UTvI23tvLvxkonUtcS61pxN8sSSzdkaGZqrHHUlUGW2E6VTlQqkye0sIJIrgQdMNcugpDSCaPUgp2zQ+y0GVeHNHOl0gsh3YrUzJJbpNnWzKHTRGHIskXmJwrbJRQD6wbXSsoUdqqhdZiw4y4g/hp54lGnDeSvie0Qr0FkKAXCj2+DeT4iVVCOWp2bwyypRDoSidLoc9qAJZaKLTRpybMAbUts/z5o2k7khbFtnEgFdkiGXdV06Lo1V9mx61nRMbJHEXbi7+e3OjPDzj7Xh8AonZCEHTJ3Mg7DllfAzR7zZtg1OsPObIk1l83ZRFsntzFDizO5LEBwCLtKT4wYCjt9vcsZYVfb448Q9GTYtazJ1iCjMksJv4aY2Rl2dI1i4wN6n9M2VfzBpMjMxuHCr7DrSq2wq7ZENuAYYeco7JzSiSGFnUXYdSMtsXKMNarYNyyxxHno7TAIuyKAsONZgXX4pJyNwlJOh5SpLIqVEnZ65iS2xBqWWCuDjvIHplbpRM6/DPzEMpZhp0on5POiHTYi4mQxswi7aImNOGmwgN0+4sxr8+Q2kKwcIN1sdZ69rKuSc24mbKXbQOlE1WuJrc1ls9IJOm/sWfk0N5dhxFluKXOcgVTfNmelc3PsEpTWNrMb5VLdmFuf0cAM+jqDFHZJPVVWlCnKIEtsy62pchZ7htxVoHiQ8HGRJN3mXYYiYDCeFmzgPeOEXRhxNuu0e2GR7LyCK93qGbPEhthpE8w6jzov1BLLiEI6toJKNtYcTnZamiqyS+fH9beTAqYLSPxioHDBc9OWpQnolkadi4iwS93zlvd9WFlHTaJJkKDiCydDzvce+hV6qvWTbp5ZBl0I4WfYgtvW2Ea3eKM/Qw9gxOm6ghdBgNvxxUQAfdfOT4AsYZbYZRoieYadJGYarrDjLbBWhp1jiXUIPWYVzfTnb1pi/Rl2/NrbyWN1O+uUqpXOkXVKlti5/3zHiBFOSNb2BFoI1OcibNyZR2GX+kon1piwU6UTdF1T4xKtKs+lJfuoSdV4ZitPga2z+oV6FXb6OdfueYV46qgl1vx7XlqioSHltkXYTVEOE3ahlliKXgF00SYjmU2FXQAXwssxjqOwsy2xtgtkBTgRS2zd8Ay7la5ic6AssTqgWdVeS4UdZdeRtDXL2cFlEHaBlliPPDQiIuIEQGoNkplHS2zESYOXThAJ5SuOAEz1lmGJzZwbPvpZOsu66rxRSyy34nadobTgM/vmNi+SB2cuG2aJ9RNnub1etaxHFWgXVtgKO1vZZxCFPe93Qy2xSTPTzW+YaMJ1AKSG46UTFfIgBYpRTDG7AkCq8wImgw0V3uyqfhysdJPH8/y6/kNQDl2CqpM3EfVUWHKBIMKu7CX7xkm3PEs0YceWbdPToLBzywpaRSAsprCz1Wklt5OqpsAeS6s1aUHbMLEtsT3jcPvGrpGqIGHLTazzprsNTobdYMusz1Jrbr+RgWfbgn2WWPadrZvOeI5DnPosuR6V4tqCXQszqbBrkKrPdi6J9YNJp3LUhMIukHzgUNeh2lCgzT0FFvYkCSfkAFdh12+JFa9TJM2oJbZiirwzRYetROwPmlzgCjt9z+rLsNOlE02SL2mJ1dfdPE0VYdcySsPMsFv/yTFHYWdP6LWtep+XK/3etooM2DrQL9STYZdMzuDvVV+KHzn/tbh28FSxilFLrEUEb5kk3LAl1tyOa9getMTOQksn+HpHLLG374e30KOZsXP/Ego767ysi9HWVGGn5eYtmwF/girsVEvskaOQs0snvAo7fmJRy4+UTkSFXUTEjQGpNQ7uFT+jJTbipKEG1P0WUZewq8yb2CRxstXmQ0SSQfZxlVwfCcWsqXzSiWW61WoGUm6zUsnJwWHjKlXsbXbGF44V15dD12Nr7W2J7bfEljZhN0QU9rbTrv9NBAeRPkk9Uwq7o64MGuOROixFq5add0UQ2ZflJepOPk+SbnPkQTfDRc5UcnKSpe5S5AFlFyUnvwyyL0Rhl2AKeVxNL7NlA8i+lGfYTVUeVEizbZGmmHY6azCVY8JTaYkF0Mjv33agHbW01G3DDak9r8EUSgDQJLYldnh5e/KhkSRImbRIksQ5b/Ytr25+JemYJ8wSO0Aa8ugivp0ig27cFswVI3VjWWLtz8Gr8LMUeusMlmFXduI9VdCRQzN5fjgoW91UmmZsYmcRhZ1WxXMFmqOehyA9+X60rX+OZdZjia2aVpPFQ6UT7DpGhN1uAZXnN5XnV7IHT8DGHPyelduL4VpiF1LYJTrvNks7pIm0ITJLrL8ldn2vtZRhV/aNS9i2Pz7VRPckT4HtA/1CPdenMkvxfc1n4Cf3vxDEk49NetkKu8n2Ii2xJrl3rdvWuZse9OY++qBESjIig52nzu7obbrzrJ+8NEDHKCtpWkphl9N52Sw3C5lYDMWKFXY0G80UdiuUA24U6GA1CDupsJMnTyLqZqSwK9jBv5DCjlpiI2EXEXFDMJc3cETYTS9roiEi4iSgLCuZc/M6qDizbr6cZWkG357ZbdmySOR67SKFPqLQavT05N8p5QDlNtlqNU5+pSZRqCI3HKWbmyWnQtZra5tTa2DsKdkYt8RaNwKNJlXtzD51Y+K0wK3vTQQHKSgSlmE3DSyd6PjYRaqRjzAJGszmWYojyOVl9MAU5aidBxDHpSK/ppcAhGfn5caymnTLgrLk+DY/qn7f9agf7PWqZWdXlRW3DVi2yBO97Pw6skZ8TnW+M7DUZkCTbfpmlcgypewaaDcF9M2wJruGWmJ7iius0gSytIZm2OXWOaWRpE9pF2f0vEZfS2vps8QOWGrbTk58cMLN2Y8eSyz7zs6bFkgS1LQPMrspd7i4o94YhV2tctnm0PuUFHb7RasUdg0yV3m+0LrmyEFkrlbr2cojTsot1BLLM+yUwq7tJey0JbZTatLdvBPEHDRhV6fy/hZzrXwy2kt1Jhu14Dbg5OYiCjv5froGJTQJ1MiJnSxNBPmtnq/Vi+sKnUk3EtUBTdjlaSL2G1fY7Vzwvr7KLm5atc/H+Bn7ONqaWNegIcIuTY3Pf0xhR2SeTTZ7YZ/X2P/vPqe3cbccj83QxyVX2C1fOkHXBT1GXVPCjltPYoYdsbaeDLvcVNhNlRR2jLAbKZ2ooyU2IuKGgBR2Z+/Wv+NKiojl0FTAB99slu4sgq4z8wTrGfCH/w34168A/ujHRIkC/X12Ffjw74vHf/DDwI//FeBj7zjW5p8omGqitNRqrvLLY4mV1wVNnJnkV+FTflnqPFvdMahW40RUpgkW2yLqKM58xRG5eZOq7QY9lliPSk6TfRZR6LTEeiyxFkGpyz0o/4TUedoK1NeKWzjbvBmWWFJppbx0ApNAwo6NXeT3L7Rh1lCrSfLrqJsEzcTnWYqpIs6IKAxTBeZZgqPOJN0OuwnyfPwmQKzX3OZpV5ixJz0os5StV5/L2iyA7EtTHNF6j/iyPWPHDQIvOyBBgFK3BebHEemhGlLlebJIGn2jSOeBHmJWnwPlNhDh5ijs+kjDHkusnf/Gts+3/sp6Dzm3tA4QZkYGXdMurJBLksRpz6Z94KoM3eV9OYBrCzYRVEiF3TzR74nIqr28UQq7qkvdYqNF1tXUBqE181hiAWCX5XPZpRPcFggMKOxkI3w+VDqR8udLhV0uCGIAOJKkJUUmbCWVn7DjlliysCaZzvpahCvglthEH0OksHOsnhuQYactsXaGnZXLC+AxSSmocxZX2J1/wPv6fOzmax72gRN2kzxFbrfEFiMTQcwWe7XbUSpCH6qe49wL+7zEztVcVbeQvbZmhF3ApJwNe6xY246KFWClzI6qf247NPJLGFtiD90MO1LYUUusJO4mZSYOREPZgHGFnWqJjQq7iIgbAsqw2zoAJmeB2WVxg7TLZrc++Gbg938Q+NT/FzDZuymbuZa4+hHgD34IeMFfBC69T5Bk8+tiYmN+Hfj57wAefAVw5g7gFd8OnL1HkCrVFPjlfyD25cu/VZwjf/NfArc+DNz7icBb/oPY53/4w8Dr/xnw3l8Ffv+/6PX+4JcBe3cCVz8MPPTpwMf/BHj8PcDzvgx4878Xz3nz/wN823uAnfM3ZdcMwsiwIzvrgpZY8Bl2i3RTSjdG9lk3fn2W2NxWnDW1deOZo7BIRnqNsrd0QqtE6Cl2oK/bTjs3X4NbYm3SzVbYOZbYEkVnk5vWQHdgWa6E6brOLeiw7bRrjoZy6AzCrgy6Kc2yDNOuEDdzjHQLmX0ushRHXQkkAK5/XK43jCgss0QvS+sNXpaRbmq9ZdAAvEhdsk8oCkOUfYkm3Q7FetsuCbqJKLIEV2m917myb/MJO5toytJMqdt02cFw3p++aW2M54WWTgDMUuoo7AJLJ+wJE2hLrFjeLPqx4WTYZTrDrrRbZgcIP3qNLVbM4pKOPSrBNEXVNOqmtElyoAu3BedZKoiDdS+dMDLsXIXdtCuABNhOG5Qyw3Depe5kVNC6tNI7o4w3pkCzz1kHOwUeuSruDc9Y4foHO+bnvrel/65agpklNqh0ou0UMbuddyjlJNVRI16jTjx5oUWPJVa9v3y5Nk0iFdsaRcoIO1LYJdZ1ZSMssXaGHSOSuk59p5ouweNT8VxFqHGF3e5t3tfn5w1fLqIPjorTvgaNEna7SlF/NVBhF0ayWec16zzzL77kefhPv/V+fP0rnjz+Wqp0YgaAcj2XV9jN656x8QpwMoRdE1ti/S2xJmE3b0TWn/FFzQq32Y+W7zuI6OAlhZ1Hxh4REbFCUAh5uStmt2aXTWVX1wH/5pXicZYDn/b3b/gmrhTXHxXv8fyD5u+nV4Cf+CvA098APOMN4n3bg6X5deD6x4Dt88C7fhH4oa8Qv/9f/0i8pg/v/p/i5+//F+CWpwB3PluQfIQrHxQ30X/8k/7lf/wb/b+/+mHx850/q39HZB3hfb8OPO0z/cvfTLT6JrPIxfWht+nV1xJLeU0WgeUM3rx2WiLs/LOIfmUfU2kkSb8lVpU/6EG4EbyeFiiy2lifE+jbp85jeX/j5Q+VZ73+bVaDsNwi7Gp9s07vt5PWs35L7GYo7Dqp0kpbbXmadWEquSwVVs0tMMIusGFWEFg2+VUGDYRNO60k3ULVealvvRNNbA9AWGJdsi9kWWOb5bKHmKAIUfalXFEotnnWFchOwZiQHytKLasKH1yS3/saKmfIZ4kNI+xsS2udaJWeufxIaYVqiSXCzqNus6+lgKM2pvUYltgBS6tjSZ1whZ3bdu1DkSU4qvg+sFWG9B76izfmYE216wq6nnUNilaQY3N22zztMiABClTYSuX1pU21an1JS2wh1WttkrqRFRJcRXd+1zxWD7YZCZulBqHHCePGWzrhV9gJgk883sk6FJX4rh224vkVb7GW8QNGAQIL96fyhCZJlyM2uMKOW2Kp9dbmHTYgL5bUZ9oSS5+vJFMbnaF46VA8VoQdJ0YvPtf7+gWLFOizWdvg5SU7ZS4IOI4yXGF3rdtGW/m/713X9RLTXowQdp/xrDvxGc+6c/x1AMOqrZw9SynsTEtss0yZyghWS9ix2ffmBBoyNgr0Bap4S6xZOgGILykRdltFZtRVK4wq7CjDLlpiIyJuCCjstNgRaqxL7zObYj/8e/oxkU+bjP/wBuAjvw8kKfA33guUZ4Bf/R7g7T8h3uvb/jvA+DR85j8Rs6zv+3Xgfb+m2h0N9JF1Nj7+J+Ifx+/+u6XeBu57GfC+XxWPb3s68Mgfuc9536+tKWGnB9SFvEG1CTulsPC1xFIjYk/j6kLqvJoUfj3ZeV6ikAb+plpNDWi44swKXidFISkyGmXjtVWBvhw6S9nnNNuy9VrqlgJaXeAdVA4q7EyC4bRYYrNmqiYHQ22tgvwqcQ5gOXQTTAKVbrbiTJBuYet17LSh20zKPrbstCsXUMmZttajbhI0eC+zBNe65ba5yPm+WmzZdYehDKtbYALUMmNwK5Ass899pjrNssT2qvR0ayagLa1kERzP0bMmPTpGmgCDdlax/j5LbOO2vHpIR7Kktp3chiRBhRwFaj9pGLANtbIF2/tgiPRs1DVgbcEIy6IWk7Qz+f2qm1ZZYsuuwiTrgMZU2C1liQWQy0bampVO2OfKs4yUcwg7prC7cKY08ty4wp6O3Qz9GXY5O97pc97JO+Qyw+56K0snuhxtl4gCCBoL83tWNTaoUYAadzMm7llEYcc+F+ixQtOJbXWy2TKuolpPqJbUzLLEAsYEaIVcKSuN7MJv/gMxOb53u/f1+YRpsCWWEXq7kwyYnDGfYBN4zgucVQ+vYRtp5bfEzhhxb+fmeTGQYbcwslUp7Kz4lBMQra2U2clSPTB+wivsaGah9pROsJnSw3mjLbGksAPMQfxYS6xqTImEXUTEDQHZz4ttYLIvHnNSiqvBHnuPX3m2Dvjg7wL7d4vsrZ/8a8Bz3wg88CnA9jngF/8u8Kv/t/n8rgW++97x1/3Jb17dNt75HODDb/X/7bP+v8BPf5vY/ue8EXjozwGPvB34X98NXHiyGIQ+/l7gz/8nMfO4fxF45y+Igce9LwEee7ewLT/1MwXp+pYfAC4+b3XbvkoYllhbYTfQQNpDuml7qZW34yP7KOupxxKrCSwP+SV/R6+vrLi1ZYllA3q7sCKn90vZeXbkRq8lNne2mZR2uY9048r2rETOYn6rpnPJPj7Ya1u9fG6quOYs6NkhRtc4V4ejkQq7rJ2jm11DArKXBlhiU5nLxq2pXYkzgUo3WzUWut4yT3HYmWq1I0yCAs7LzFWrHSLcxnvdJvsC7cN5muLQWu+0mwSNpYs0wWEnx4mHTJ13Cgg7h2gCV3bZdtQessxR2Gl1mrp5pRzKUUvriLos1BIrl3cy7EZJR1MlmCctyqwzX6OHcLMtqRUKQdgR+TFqabVIRyfDbsyabJKeawu2/4pGTNLOZGbbrG4xB1mqK0zSFmiAWZuo4yvI3kfgWYIQ+69BplvcLXWuTcpx8KbMXcsuy49fKp0YyrDjyqGKLLFZi0KWcBzW0hLbATMU2MZc5zkXXGHH3l83U+9vOXJTbyORmw1S1CSQss+VvFhgTeFYYjnZ2czV51MhwyNXxPswPtuD4XE5n2x14jl6wLMRd8pcbBPFdgHm5+vD3h3q4dVuB1s9itopI/K2Qr4zNsexRKurXlYrP1ehsKNxbb2McnQEK2V2DK87tcQ+UQk7wxJrKuTSNMFOmeFw3uBo3phhk76ZgCZQYVfHDLuIiBsCsp8X23oWiZdOfOgt+vH8GnDp/cC5+8zXmF1zZ6xWidk14P1vErls2+dF+cLurYI4nF0VNlVA/I4e/+kviJ9ZuTrlz8XniZm/j78DuOclwGf/M+CWh4Df+X7gN/458Np/BNz/cuCdPwf85y8Sy3zJfwP+4+cBz/pC4PP+jSDd/se3A5/0V8V+/uW/D7zk64HnfDHw/K8Qf9+7KC60z3iDIB7LXXEevfR+4N4X6+156NX68fkHRU4eANzxTOCpr1vNez4JKKtmbtgbALBB/ZCtlQg782ar1xLLs1RDLbG+0gmLKKx7rakeolAuX6Sy7dKyG/SSX0whQoN3ep+1s17+fs2GxhJ6/FK37cA2WzEWrNmW3nN/k++GKOxY02h3+CgSSMVZwAC78Npaw4ikIudKN6lWC1b2uQ2z4YUViUOcBW9z5rbEhi7bbwEOUwVqRSFT9q3wpuFmgogmRfr3lh2EkW3cEqsVdmGEmzqPEWkTmGHnWGpthV2wuo3eA1NmYbzlFXAtqbXMoHNVfv7lc6u1mz6HIrB4w96Hawu2/aSwm8rPe1o1qiU2ayuVQThv0iUJO328aEIr7c0bO2CW2Au75r3hHiNyjuamqkkRvnWLupMWUrS9GXZ0/RQKO/H8naxBJomy6zLDrmkCYBDuAABaGUlEQVQ7TFEKwu7oklyYZ9jpbSzbqXx/S7bEJqxEoyNyM3XLqNSb2ACFHQl3yIHHPwc28Vohx5F8rp1dOAQ+Ydpns7bBlZu7E7nPJ2e0gnLMEntGq/0ewx7O9yjs6P2o1tsxOAq7gbba0ddix0Ynz6lj2Xwe2NnQzhh1BVhxhp0+iVfLNL+cJtAHXh16G3N2yhyH8wbX57X2ruepm4kDLNASGwm7iIgbAv6d9hF2dtvoI283Cbsf+wbg9/4r8Dn/EnjW569mm970vcCVDwGf8EWCpHvfr7uWTyrL4CCyjsNHItz1fKHIA4D7Pxl476+Ix/e9DPjKnxKzU2//cVHu8MCnAG/8b+Jc1KcsfMFXin+Eh18DfO3/FI8vPhf4TrY/z90PfPF/MZ/Lce5+8/8H9+jH+4FZFuuMttWDCU+2mkNC+Vpiyf41Zok1LKI96rwxSyxf1lLnuZaBAbJPbo9tp63sgbljidU37na2yHArLl9vhhz6hrKqPcURPP+E3wxkE6RpgixN0Eg7rGND2TTCLpug6RJkSQdc+ygAqd4KKWHIlrdqFqmb6XbUTXAuaL3J0uvNsxSHPktsINlnr/ewC1f2KYKSZdiVQco+l+ybnhJLLCD2jWg57LFiBmbY0SR5mwgNbZZ0KBJLndabQWery8gSG0pW+ZcvnOX7CENNoHRdh4QRe05xRR/pl6fAXFtSiXBzFHY9y5e5df2xbcGjCj/5HtbeEqs/g5wssdIGO61blWeXtnOUMsNu1iVu42cI+OcoCbu6y9zrhsQ5RqbYllhugX3B/eeMv+kMxE61xIoMux7CjpcVyPe7lbXIpMLuaiN+VzctZpLM1JZYT+kEgEkrxs9VkqMm8miZllgwhV2X9ueGGaTMerpdaCyljpkk0RPnzcwg7Ag7ZfjxxcdfquBh5Jpy257JWYiFGGE3Zollisb3dHdgp1dhx2LBQuBk2B1DYUfiqnqqvwNLlDTZzdnOGHUFWHGGnbbEkiwwZPb1VKKkA9nv56cv2vVZYx6sPoWdssSOlE4QImEXEXGyUJZYD2F3+JiyI+Hh1wLv+GlBnBHJ9LF3COslAPzUtwBPfpWwoHK0rWhAffRPgVf/n3od9Qx41y8BFx4Sy/zSd4kChgsPAb/xveI5b/pny7+ve14sWlzveBbwrC8Abn+mWPdH/xC4+Bzg575DnI8+518Bf/IzwFv/E/C67xHLJgnw9M82ibZF0ROY+4RHx2Ym08zIQWraDlS2p8kgpjiziDPbUtWfy8Zz6CzSrc8Sq8g+lyh0LbEDJQxW8Lq9LLXQu+20czno0hlVtppDKRa8eX+MoEwS8OHLvGk9llhaduaoAuk9a8LO3s+b1RJb5BmuYwv7OEJy9SMAgKvYCSKwRNOrTSQF2ktzH+k2we2B5Q9Tu3QCYfbSMkvwqE0UIjSHjr3fI8rsK4NIt9xjxZ0G2ngLTvbJnNVQ+/AmwMkJUoTdYhl2dB6ZIwPdmoUq5GxLK21DHmgnJbJLTT6QyinQEsvvqaqmQ8nW476HHsIsJXscbYNUyAWShlp1ZX4OKk+sHSEdU3PiZ23BSJO8Es2nZImdVo2yxKKeYZKKfTdtlrTEpqnICO5alFI1ViN11fMSn/UJF/GLb/8otssMdx241sRf+JZPwb/4n+/CV37S/cbvuRKIjr2hDLsJI2fn8vnbSaMIu2u1HhPMZGuutsQy4iPNhDKuazBpxbmpQqnjsxaZVDAIO20fptdyTtHK4tiJ93kcRdYJYVZ5jhlF2OnxFH1mwGIKu8kSpRO37mnO4fZ9+ZgfH2OW2DPaElsjVypCG2SJ5fn+g7A5juNk2JG4an54LIWdVq6althVXntPRGFXNZ1iGRdizU8Tyl2IM1enBl28MYcIO2GJZVJY7qcmjJZO5MP/j4iIWC2UJXZHk2mUYXftEfFz+xxw9ws0YUd4/2/ox9PLwH/+C8Dn/huhCiOV2lt+QFhEATHQec4XAx/5A+BDbwV+59+620PPtXHLUwT5dvQ48NCnAb/6T4Qd9nP/tcjZ+7TvAn78rwjl3Ne/CTh7t/91zrxS/PxsRgY+9XXrbSE9TeA5Z0xxNq/14AvguWycwLKsqVbLYJA1dcQS69ppa3e9PaUThZND108U2gq73F7Wzr9Lc0UK0Y2PU3YxYB9OZLvtvGl7LLETtuxMrZPuGIo0xRStMUjeVEtsniY4JMJOfj7Xuu2gGeQiY+UP8jx51AW2xKYprhD5Jdd7hDKIOMuzBFc9KrndgBtp0bgql5Wkm2hrDVmWvV+J0Ow8w4orifqjLrQVly1L6+3C9tUmQKhPKkWI9CrDeskyKw4AuSLsQlV6jpIiscmuYUurIssU2WUr7MJIR3ofWZ6CbuGLbrHiC3oPc7UN9j4YbrpVkyDo2Qd9lloWn7T2kKRJJgm7I1LYVY1WlDVzpW48ajKmllrwe5eVQD1F2YkJ4brLdNarde6498IOfuTrP6n3pZ582xn84y98tvN7rrYlAq5A3Zthx3Mf5/K9b6eNaAsHI+zqVp/zmh5XWFYC9ZEi7OpkFRl22hLbdj0KO74d9XQ9CTs7ww7wqv+5ws7OJxwCd0f02axt7G/p11fNwwlbRgmTevDSbwQuvR/vuP21wE+aWXUcmrALVdixczMbby0FFV92qDPsxohID5yogxOIhVsxYSc2rGk9s8lPNCSJkI7Or+obeDbbQF+06/NaMeuidIIUdouUTkSFXUTEDUXFvpOOwk4S9DsXgNueIR4/8na9LFlJ73kJ8Ge/KXLmfujLga/5JeBX/rFQzXH81r8W/xbBc94IfMZ3A5M98/dPe70YmJ27Tzehful/F4OBJYJWI24QLIuoz94AeHLZvKSbbYntyYPjBJZta61DyD7zxtO2xDr20ozZSx0br3mDqbNqSNnXY2vNSpSZuYx+vx6i0HOjmmcJ5o2YOa2c7Dy5n+sZfMqcIk+BmdnM1tswu+bIswTXuy2wWD/M0x3DftWHMk8dIim8wIEp7GjZbmvxLDk5e36ICc6GNr125jaLltgwldyRlzgLUfYxlRwtu5D12NrmwP28CaB8J7rBm3eWsmtEHUcNjIrwa3kWFincwhR26jUU6WHb8cMssVrlZOfHDavb6DWyNEHTZSiTxs2QGyidEMubKsEyqcxt6LmXcJtu5T5QpOdIS2xqXgvWGvI9ZDJOZIZS5LVV2iKKeqoI36uV/nwWUtgB8vOaomgF4VUhda8bxwQnxmateM0cda8ltmTH+0x+zpO0RSq/J1eodKJlllhCD2FXygKPOQp30i8ESaLUiFlD+yrrz7Djlsl6DhzDQXlSMKKxCMaYiFSXSxJ2RLz61P498FqrOWGXjhBs2+eAz/s3mH/gMoBfVW5CGwtbYo0yk2N+mEQ6GoTdMhl2IxPDK8DJWGJbPpv8BCXsABHOOL8KXJeEXakD5klhdzivzbwDX5vNqMLO9nNHwi4i4kQh7UZGSywRdlKNge3zwG1PE48/9g4xiE5S4J0/L3736u8Ur/MDnysUbo++S7eyXnwu8Kl/G/jFvwd8+Pf6t+PBVwjC8JP/OnDnJ4hG2rf8APCCr3LJOgA4e5f7uySJZN26w1LYcZUHD+52c9lqlzizbpZ6iSRewmBn2FmNqy7ZN2c3bTbpJrKXhi2xfqJQFUe01mx0X/5dViDP5sYyro3XQzLydsAsBdAYYc2KAFGK+EpPsvHcI2Ydq3uJws1oiTXaSyWmWdjA1rDESixS4HAd5ox3aOOqj+w7CiSwSp67x5Y9G5hDd60zb1avYzvoBl6o5Mxlg/dVmuJqZ34mV7ATpGTcBEysDLq5bcVU39+esgVbXdylKpcx7YhwGymN6ClcyENJwx5LrKsS9JNtWZogScS95VwSdilylGiQK4XdYqThvMuBBMi6xRR2laWwc/ZBb3EGxSdtgMKOygLnQmE373JUTYsZK51APVef3xVG2C2usJPHc0sZdtoSuzD51wN+Hpk2RNg1vZbYkhE9RNhtJXMkHb1f+nvnTBY4SiVqZaYMO+Sa2Fh0UiHNgWaOopmq11KZujZhl6bi+W2NdW2KVTwAJ63UhKAe18yh/767UIad/s4vYtn+0W/4JLzjI1fwKU+5VfxijKTzgKyu03pFltiebMSlwC2xRFAWy2TYWQ4Se7y3AqyYsNM3Aifh3904MIIOgHEDzTPsjvjBymfsAXFVHiudiAq7iIgbi9qnsJOWWK6wO3uPVNpeE4RcuQNML4nv+d0vFAM0KnD4p8/Tr//VvygujJOzwL/9cwA6Qco983NF4+oHfgd4/pe7kvTzDwCv+o6TfOcRNwMtG+ikmZGXUbFBauqUMMxd0q3HElt6CSy/0s0tu7CJMzc7j98oeGMzDKWbtc3WTfLcUfbJa17L7LRJKoojWFRH13VqIJU72+zuK77d3BLrFkf0KOzYje38FCjsbCJplo5YYiSKLMUV62buSrcTpBrLsxRXPCRUaEvsoUWcHXWTMCuuhyi8hi3cEmhNvQJz31zudnFHyPtNU1zp3GVDLbGXPes9LQo7UmBohd1ihQ0l+z62bScKLJAjg1TXto3OMeqzk9q22o7IqjBLq22JnSXy/AiLMOwhu5IkQcHKN/K0QwZq+2zM9zDSNKstrX2W2GGVn7LUqrbRwAw7u+l2nSHfQ1qRwq5A3XaY1g1mdAvdzBRhd5mdzhcmyuW6ctmiWnW8JXY132FOZh02Pkusn7CbVS2mUpG63R2pv1+txO+quhUKbGNlE+//lcKuK1i8xRL7qpkjleRf3WUqI81rQ8y3xDicxu5rhu943dMwq1uj/dcXbbKsJZaOxbbTrawhx+dz7jnAc+450L942uuBj/0x8InfGLxu+7xtQxF2oSUtnFDrEzKFQhWEHmn3wDIZdnYRj7LErqnCTsuku2iJBYTCjoMReLuyceVo3uBQ1m5vl7km5YikayroAO0eFYz9+0jYRUScHLpOt8QWO8CWpbDjhF2aCpXdB34beORtwK6cpTq4V5MML/oabZMFgNuermex7nkh8I2/DezfZVao3/Oik3lvEesJPpiWN2yAuOmb26ovwCKhTKUbJ5G6zpetxpRfllKDBnhdB1WmIF5znCjkg8O6bT3qPLbNbY86j1QptbWszxJrlWyI9bLAZfv9trU3+0nNTA9ZYqnJDTAGkFpN0/bn/W0IYVdmqXFD1nQJ6jws66XIElyBTbrt6uKPkWWXJaEEUWiu9zLCyS+HKOx2A1WBCS5bpNsV7ODuQGWf/X6vYAc7ge/Xt97Tk2HnV9jlNtk1om4DREPpvBGE3RbkJIHR9Dxm5ySFnSSrnPy4sZZXIrvkeVkp/IbJLoC15dYtijRBK/dD1tWOwti/DVY8gVTYOYRbn1LRJvyIOHUUesMZdtWmZNgBSGX25gwl6qaVllhdOkH77tJMvLcyT4PiAgzIa1YuVWOk5gOWIP96wHNZj1qxfUMKO/WdazRhRxl0AHC1ycT1rW1x3ZrQcYgPGoMoS2y2vLhHbmcu86TnyNV5wUvYcbXaGuJLP/F+95eeycS605/P2W3/99sHft26Pqvl75YggV/x7cCz/zxw4UnBi+gog1Y0W1vfC1LeBVti+bjjOIUTgL6vqq5ru+8yGXapZYk9AdHaSq/i/CLg3AQ8EeEo7PT/t0lhN69xNBdfnp0yYxYbeVLhswF9CjubYY6EXUTEyaGZQ5HovCWWSicOpSV2R2Y+kC32kbcDj79XPD53v369h18HnJcXv72LwGf+E3N9tzxkknURTzxYg2mudPNm3Ay0xNpKt/6WWJd0y41lfc2nfEbYT7oBgvyqe4nC/vy7edMaJKO32dZa1lgv22ZvQceQSq71WGI9lhUj/44N4lxyc8NaYrPUUNiFWjwBSULZRFK3G0QkFR6F3eXuTNANrJc468IIrD7iLCSHrvAse7nbDVT2udt8eQGi0KfsW5Wd7mbDVmrMWosoGrWC6v0wl+HrRLgZ5w4gWB2m1WU2aTjc8kpk11QRdnO9HcBgtI1hb5Oko1p3O07Y8etH03a6qTbQEmvnNSmVobP88D6ka8Bag+6vZrIlFkIVZrTENnOlkHxccr6TZQg2+ZnnjSChZl2mrler/A7T53dY8wy78dKJIyLsmusAgLZLUCPDUdVg3nSuwo7iYgikmFfvr1Ck7cLxWfLYTCVhVyMbJux8cVPrDh65Ib9TLftO3rYfri7j9uzrcyLsljim0mwhsg4wibi55zuvM+wCt4cr7I5L2KnSiSMtxOjjWoZexrouqON6bRV27Iu96qDMjYSdIcUVdlLKesgVdkWmAxRppo/P+PVJP+0Ddg0bcCIiTg0qPbuIfNtTOkGE3QXxk4onPvpHmoDnhF2WA1/506Kc5s5POLHNjthgWIqHkg0O5r4Z+AESis/4HTGLQuklsPwtsYBNQlnLcqKQiLPUv6xrL3XbWvl6ubJP3cQYltgBorAxLcTmel2ikC9f+cY1fFm6VrMQZK5E2XRLbJmnuNLpmedr2Aq+yfIpvy4HZquJZc3JzyvYCVq3jzi7gl1laxxCr8IuKIcuxSVrmxdS9tlqxG43sGE2RYUch90EO4k4HoUV93RMnDsKO9uKGWiJBfR9iiK7WruwZix/TVpaHbJqpLTCyhBdVCUotkGr/PKmQ9dlws7VWgq7EUssnQ8rpdCrhHx6rPjCUtjN5Poz25rc25S7QRl21BhOCrtO5K5NqxYzlWE3U/l/j8sh3iSUfPCsK6sP5bqy4EbPRVDkKTBvcJ0y7Lqw0okj+XxdGpEDSDCtxGTW3IoQUO4TAl3Pa0H4TVumsFv0HEXKR0bYEZHvnVTJrXvrTYDiA6bqO5Wy7+Ste+GEXZ6loqCm7XB1Ko7VGzWRw62u06qVbd9gv1tQYceVm8cm7FjpBHlij2WJFee0Rk0Mr2mGHWcYa2UdOR0DhaVgE3aeDLvDeY0jSdiZCjsi7OTZP5voQEQbTk7A4uxwREREIKghNknFoJ5mEeupGAxwSyzAFHZ/BFz/mHh81/PN19y7Q/yLiPDBGkxzlcbM17A1YC/lA//DuS48UPZEg3Szyh/YbGHdeCyx3nZaecOTJCiyROXXKXWeXRxRz9h6SVFo2lqdDDvDEmspCo1tblXukib7eEGHqyzhuVc0rlE3/rnv/XrstMwS62bnbY7C7mM4UP//eHc2eHxX5h7irNsJI7BSl8ASirNQ0m05hV2e+hV2YW2t/m0OUhSmKa5jC3WXIk/EsXoZu2HttPI5l7GLHczkNoeRfZsACmSnrKppx4gmYJTsStMEeZpIa7xJVjmTGz3jbbtlm1R+uZOjF6ZOO5KkT04k2QhZZm5Di6JJ0CmVIC/dSXoD4nlp0bzRbadZxyY8gAFLrJlhN1MKPfs9jJRWtJupsKuVwk4fO0TYPjazrhGLQF6zMklozdrcnehZAei1DmvxOWbcEpsMKezEYyLcZrKUZ1o1qJoWU8MSm2gyhECTaLXIA5x2OcgVvfA5Sh6bqZxArxhh57fEbiBhR0qyeqrOTUmuv1O3nlksv22SpzicN7g6Fd/PGyWoKrJEkYVH88ax8i7cEss5juMW5hn2187zuzDQ971pOzGp3FoTwyvACVliuxOZFdg4bJ/Tj7OJcfGiDLvrswaHFRF2OTupkDxe/hwi4RyFXWx8jIg4MdQsvy5JJGEnT8rTKx7C7uni5+PvAT7wW+LxvS+5YZsbcQpgWWK5RVS3jPsUdh6LKBtAXJ9phZ0iEwZy6NI0UYPhYUssJ870TZ8aI9Q+pZsbsKysuGyb/ev1qfMKzzZrC7D//bo3y9wS6+QFjmTY+WJC3Oy8zSDsyjzFx7oD9f+PdueDx3e2wq7tElxFGGHXl8sW2jDrJd0Cli0zf/lDUDttmqJGbjTFXg5U9gkC2yT8Lgcq7Oh9XWLbLay4p2PinM5xU/k91GRZmJUTMAmIed0qO6iv7MYHu3hn3pFKKYw0dC2x8pxuW2IHom14wLkg3Pg5jJ2HRkjHeS0mEpTCzlbojViL57Ww1JLS0SVOe4o71HVgAwg7eg9SPDFHIcipujEy7Khl+EgWOUxCyQdjXZKEkmPMI5ZXtsqmZ3qta0TYdXXvcUvfuXnT4qiW3zdJ2FWJ2L5Z3aBuO7PgZ7InMpw55H1sIomR67X++8JKJNpORdjlirDznt9tMcwmgLLaqkNtiU30d+rczmL3+kSIXZMZdjeqPTxJEkOkZIMy9YJbbzmhli1GWrqv5VHTLUHYcUUtnVeBJYjoAaz00+LS2foE/Lsbh51b9GOrzZEy7C4dztHIfbVdZky2OzV/DrHIPU08ERERJwBS2BGJnqZaZTe9DBxJS+z2efHzzK26bAIA7n4RcP7BG7OtEacDDmGnbxpnMrDXsDfQIMZDulHoNACl7uav6VfJuaoxI/qC1u0rf2A3AES8Ve2QvdQlGZ3cPXtCcMASa6zXlyXns8QyKxe3xNZO6QS7XitLbOku68sK5Nf6bv2tYYKwO6v+/9HuwCSJB5dNcBnaInoNW+iQBqvVHodpL72G7XDCzpOdF6zO8xRlhFlTxevzEPaPdQeByj6x7OOddmRcRtg2Z2mCNAEe6fRk8Xu720+Nwm5LKezEd3hKRFEbRhQB5mSHmf/mkv1Dy9O5QG1DaP6bZYmdtWSpncs2nxCFnVbp1U2nlV71XE/2D9zI5qx1m6sM0zYsx69v+axrpKV2uHhDlQhtROmEuR+PMBEtsVXL9vtMHYP0u6XIENVIKwkxZoILKegJBZELV+dE2PUf+zSuuD6r1bFOjbmVJCynlSC/jdIJ22EGOMKTw0bvo5BrgQHazrnYV3WXq4gPP2FnFTpuAlS+2lRN7N1z61mUWYrPeOYdSBdUb9H1+kZbYgEtUjpkY04CEYhntgJNn/nIcbYI0tQk7dJ8KdET/77P6kbxOqtU2J1Ihp2wf5Dt5HTM7C2F3Qv6seXl352IE9+j1/XFcafM3Fyb2iIHfLAvzFFhFxFxclANsWwWZmsfmF0WhJ2tsAOAu14A/Mn/EI+f/UU3ZjsjTg8s1QVXs9PNqzGjz8mgxkNgZQnmjQ4fztNEN3cNtMTSuqdVazSuFr48OM+y5hjBCtMeIAqJiGg7YWsdzr9zSbcySzGThJvb1uqxAFvvV2yzxwJcsJsAuhFg12p/EZdF2HWtWO9xrR0njDJLDIXdR7rzwQP+Ikvx8U6PgR7v9sRnGljgcGS3DyIJttNedUi3sPy7PEtQW0PkS6EKO/n6KTQhcRlnghWFgCAlCe/rbg9WM+ZZikPoMeHHcG6lNw03E1phJy2xbQakQIaw/DjAVdjVfZbYHvAJC7UN4NswnN9GxAudD7iKKnwb7HMSnbNnTGE3tA9YaUVt5fgZltgehRzfh43ehyknfoBeleCF3QnuOtgWrqJ1hyWAOOomYqLMKJ2YIZHXO9qXS2XYyf2dMJsnYStfQrHXA8oQm0qL65DCrsxIXFJpYpcIxUQ890haYo3SCbtwAnCUS1ePpbCT+57tq6P5QDNnzuylmwLaX/WR+l7ec8s+3v6Vr/HbfkdgE3Y3shR0R3IepKbjUITdJDB/3773Oi62zups8q2z/fFjA+AZgbP6ZIpXV2yJ1bM+c9t28kQEV9jtXTT/JC9UH78qLq5FloiLsD0LENJaYl+Yo8IuIuLkUHu+k1Q8cfioLp/ghN39n6QfP/zak92+iNMHlWEnWxGZpchrieXXER+BZQ3czPy7sNbUadWo/Bmv0s2jdvGVMHgtsZ6bXp17xDLsaEJwTNlntSry3/mtuG6GXc0ssVolRwPqqfe8wN+vQ/blbNC5ATcRZZ7i3d2dSlXxtu5+Jzy6D0WW4nHogfV2Mg/Ov7OJqqNOBpeHNL3mKVprmDtDGbRun0Lm2gJWXAD4360oEboqbbkhqhsip7nCboYymHQrsxTfU38BurTET535fGN7Nh10vNEkBVlitcIuwBLLFHZV02FutMS6KtnebSBbbkOkR6Al1srAO2oZacXzOwdbYvX5f960qqXVmDgIUNgR4TdXtmB2zk8y19IoMWGEXcUIv6ytrJZa/z74O5/1dPzat38qvvjF9/Zu49rAeg9HKHWGHdvvKRF23TEUdvJeLpmTgk2/1qJqqiHQ50eEYNo1vdmJNFa4dDRX25PMxPY1ic6wq9vOnBwJUNgZlthF3x9d8+faEjuosCMV1fzQ/du6gvZXNTXGRMuQdYAe510+Eq+1vYxte0nYCrur0wofvybOVdemCyrsOGHnI4YXxdZZ9vhg6ZdRpUhVqxR2CytHB7Biws5V2N1IBnftsMsIu7N3GX8iP/fH5AGrvji2z54Iu3KgtcRR2EXCLiLixECWWGOWR57wL71P/iIBtg/035/3ZcBLvwn4ip8G9k3yPiJiFCrLVJzb+eQYWWJNwk5eA6oj7w0kPZcGbltcDWAo3Vx1Hq2bWxuc4oimYsu6xJm3YZa2uSdLiuce9bfTVt4b3twzNvE3vZKifcKW1YoaxxLLJ8eIqC84YWda13qX3QDCrshSXMIe/spt34efe9kP4pfb5wRbYuk9/zJeAAD4V/XrggeytP+/bv5X0U328VXVt8rXDC9h+FAn4gkek82tIQQWHTN/0N4PQN/chlpTkwT4O9VX4PoLvgFfW3638Zoh6/679Zeh3r8X/2z3G8R6A/d1niV4Z3c33vU1f4x/f+ar5DafDsKOzlPTukHbdtqi19mE3bjCTpD3jVbYGeeOsAw8ADhSpGFYU61tiZ3ahF1Q6YRZZuMtzhhQ2JnK3860BdcsA68HJcs146RnwtvBgcH9uDFwCLuJbomFO7lF+3I7NI/LWJfY54ksuCBCcGsZtd4AFGGnSlv86nJAf9aGBXgutq9OTUvsh7t+VxkAR2F3uUrVOpJFVU1Whh1vifWe7yiWSlpoNwJEMlaH+nu5RL4agT53IpOCSx5WAHIVXp/X+OClI7zkH/4iXvQPfgF/8IHLSmG3Nwm1xK5aYXfAHp/tfdoYdIt5g0ru42XJVR9WehbgtbaOZeWJiDO368elmcFCCjuaZVPScLt0gk4uQzXD9oV9za01EREbjdpjiaVZnsfeI35uH5gNbVtngU/7+6bSLiIiFJbyQ6u+Oqaw45ZYprDzZLrRQO3S4dxddiTTja7zPDw491liPctyZYhrTfXZaTnpppsJB8suWj0TrbaZKd2cBnvVTjsfsbX6LLHsHHD0uFx221m2Zso+tc1JwmbQj7DuoH34EVzAR3cfBpAEW2Jp2W9rvxEf/Ix/h+9rPiOYgKL99T/aF+MjX/8neFP7DABhA2EiyL5q/m1o7nsZvnT+N43XHFxWvv43VH8V9YOvxpd23yV/H77d17GNxz/pb+PduGi85uiyaYL3dHfig1/+G/iJ/DXyd4GEHRFCKCCFaKdm4pwr7Hj+XOpk2A0Qdixru6o7U522wPI0UXLYEmkoz4cjDamkCqbzX9V2mNE2NH5FtPMahkqwNcoPQhR2yhIrJz8Mwi+EsOP7sGlRd5wwHG+Z3ShY91PTrkTVdJjWjSbs5oeqSIFIrTOh5IOxLtrn9Fri9VdNrFB8Rk0Ku9Y/SQaY9/BVZ76nJjVbYv+sYyIV38S0pbCj1wud+DFAYwPDEkuEned8R6KXapMIO2bjDfhejsFWxK+aCB6CLtqs8XNv+wiuz4VD48fe+kFF2O2GfmeMe6/lCTYFLq44FmGn1dcnIVpbLWHHam3pJuK0hN0uBR4sz0PnodlmgpKCKpWBpbAbIuzS1LwwDtlnIyIijgefTZ1O8o+9W/zkdtiIiOPCmv0u2LWWlG5GZg7PayH1FhuIUx7OFamwG12WDRInatma/c4i3Wpup3WJsxkvpnKsqX2FFQMTgotYYh1bq+/96u82nzVVeYE08M0KYR0DGGHntsTOmxZ168nX2aBcnYIpk7w27MFlxXu+3Gzh0j2fig5pOHnF9hcd62UWpsig4+OPu3tx9Yv+O97WPQAgbBBNn937u9tx5fP+M97cPCjfS+B7TjUxU9l5jWPLsn1dtYsN/EuuvrLJ6Q0H3WDO6qaHsAsojch5dI9fJTVoiS00WdV1HabSEhtKGtJ5bN6I5aum09tQz1hpxDhhR+fC2YIKO35jaRJ23BY8rrCb1b7iDrl8WiyVBbV28JVOkCVWEXZX1d9pXyyVz2eRMcdS6w1gS1liKXtwIMOOnbMq+Am7o6pB3XS4whu5AzLsiNwMjVYwQNvpscR6eQcSzWySwk61xB6F5dmPwM5VvJEKu50JEXYN3vSuR9Xvf/1dj7IMu8DvzME9+vExFIcKXGHHybsFMWHXJ8eNsQKs1hLLvtgULHhaBgpLIUmAr/5F4LlfCrz0G40/7RTmgXluR574+Q0PoGcDxg5KflGJpRMRESeHvtIJIBJ2EScDazDNb97pWuu1xHLFBbNq0o2vssTyAbNRpNBPYNGyhp1FhSQz8ot9T2hmn7LzjO1WCjuW42So5AZItzFLrGqJ7dwGez6LbTdAw7y59dqP6f0dXXLfrxVwL96HZ9kNIOwmTFXjVXUOwGjmtD+7wGUB3WocSl7lHrIPCFOrUZYcIBSSykodSDTSTWPNGpFDSUpOTmsl6mLrrZpu4X297lBh+ZXITiN13LIKu3nN1WlTL9nfu7xlJw0lDQ3FkszyNBRyjavytcEtrbN6GYWdbWnlCrtxwq/k1q+m1TmALbfUnhLhQGG+jyOUqKQlVqkzu1b9vVIKuyXIkB7CbpWFE4CrsEsG7OBchcVLMACgScX2zqTCDkjwsb2nij8++8+7K7YVdjiGwo7GBmSJ7TJF2HmdfRtpiWUK/BNR2N3IDDuxrsN5jXd/XH8G7/rYNTVxvBeaYXeWZV8ePtr/vFCsTGEnz4uVHi+s0hK7Ur0yH1AMhj8+kXD3C8Q/C3a44tlteXHk7X4Ay7DbxSDyUpN7sXQiIuLk4CEi1En+cWmJjYRdxCph3Yjy6+o1Rdj5LLFTpgh1ibNLvgw7btNUxzon+6TCbirVeV6i0E9+bVlkH389s9nWVZnklqpE7AePOs9jiS0YeeI02Bvvl/aVvoYqVU/VQ1TlE2B+DZhect9voQkGtWzh+Zyq9SfsChZ5Qu9lkZZYApFuoctykktPBC++rEHYLUB+EUFJBSuhrhFFUtaeZuLRZbk6bzHSTVnHmcLutJS/9SnsEiIbuLqrB3Zzs6FuW6Bllmy5c0XYyWU95y4OrnKZO9vgVzW726AnL2Z1gtaw1I7f2BulEU2rrY7NPExhZ9mK6wUttRsFK87oqPMo7BiI1Aq293E4hJZ4rZPKsJtzslmeZ+zjdpcpBacwvxddRpZYHfnws8//N3jjMybArQ+7K7bIT2qzXs4S67bEUoadd2JEEXbXFl/XzQJviSVSeJUKuxUTwUMgxenVWY33P6aLP2Z1i0dk+Wawwo5fz255ygo2jt2vbZ9b+mUMS+wJqNtXS9ixnehkzEQYONgukCZQg8ADW2FHF31qtFlIYXdKLpQREesIDwGiCDv63m6fv7HbFHG6YSk/+HWV1Gr9CjuXdLNVcg4BRcsq0s1VjenCih6i0KfOs1rK0oQNrn3Nth5ba92wDDt6z4Yltr/ZtmLLKhJDbV8HyPY7UyUnSbe6UTcEJsFJCjuyxPrttLSsv813czLs5n1KwwHw513xHa8DSBKRlTevW0W6hQ6CkyRBkSUic6rShF3orHcpCbujanGyrzAyF5dTFc59x+vYsimR0x0rWDkdTheeYVfVVtkC4FUT2ygt1eus44TduKWWtmHeCJXfTLYWJ41N2PlJP67+IWXSvMuBBJbCLURh1yFJWnSK8GPLBzTlkkKu5k25AQo5Yx/2WWJPDWFniiWmKFE3LaY1K2GQEP8X37WlCDvr3k2XTqxYYSc/v5qXhYAIO/O43WFKwaPO3L5Wbu9UWmLFxp4Fbr3Pv+LcvI897MQxFjp5Y4CO7zmVTuQ6w873esUGKuyUJXYKdDRjtPz3yiboVm21HgKp59750WuY1y3yNMGDt+7iTz6qCdTb9xcgI7/u14H3/irwrC84/sZx0u8YBKAe7y1+3Q7BStm0NE2cgcHCVc1PEKRpgnM7+sR4dluefPhNC6BmD9TJpg9cvh5LJyIiTg7KEssz7A7M5+zdjoiIlcG6CczSRJEOSmHXl0PnyVzcsogzLwHVm2Fnk33LE4VbRabttD6yjxFnvGjDybCjm4zellhtiVX2RF9xhFLJsfcr9831Wa0m2CY+C/GR2xLLB3CkSjP2tbK8bIDCjpFIKssvUPnBSQqdmxh+szBIMI+ABsw8piW0kZCOkSNDnbcY6caz5Ba18tZ92YdD62UZbadt4pwr7GZ1YxJ2XReU82Sry/x20qH8N5OsInVcUk9F4ULnJz4IaZoYWZ5V3WFGyqVAhZ1hia0aZmmdhSnkrBtLf+lEwD5QpResuOO0K+wwEUUhVeMozppEk6S7y5Ah1j47qdIJer2687T7WkTvJM/UuefIfr+5yFY/UpbYkfNUn8JumfenWmIFAccz7LyxBUphd+j+bV1ReMZEK82wu3HXhfO74vN68/vFxOY953fw1Dt0zuHBTrEYgXj7M4AX/yVjnLc07niW+bpLgmfYzevFnAQhWPmnZQ8MVrmxpw10AANCcQdAXyQbm7CLCruIiLVA7VHY7d9pPmcVMu2ICIJnMG3bS70kUk8OnSLsDn0qOWZN9RBnLtnHlx0OSQ6z0868Kg8iMegmEeAZdkzhQa243BJLqiNfYUVWglQRKofOsPGa7xewyVH5nj2WWLoRmVWtW1jBl92ADDtbVQOEE2ecpPB+9iOYWJ9BKFHIn3t9vpidlj+X22kXLctYNDuPP0+o5IjsC7UBu8f6qWuJrWWGmKHsmusnBpJdc6PwYTqqjgPM/LZ53WNnBYJIw1ndYmYQXmGWUnoP2pbrUdgFEG4zleO3oCXWIj21SnHqPXdvNBhh1yBFhQxV3QpVGXK07DpTJ5o8WM4S21M6cUIKO/W5t8OFK/RejmAp7HJBgnFL7OD51VbYYcvYnoVARYvyes8tsd5t2MgMO2q2PVwJEW4r7G6kJZb4jktyzHnfhR08dJv+bt15dgXlEcvi3APAnc8Bbnu6+Lck+PWJvg+r5MBW3rktviiLz0Y+EWEQdsoSSzctVDohCTuqpO4Dn7k4LTNbERHriMolMbB/l/mcCw/duO2JOP3whKFvlxmuzxtcPhTXCr/VkinsOOk2pJLzFUd4FHZXxhR2Vf+yg2RfjypQ3WgztZrOsBsm+7TqqGFKN7nuJBHPrY96SDc3d8/7nmdX3GXl86Z1g2nta/O1MmvXGFxZROTjIoPRSZFi3rT+Yy5w3VeWUNjpZcWN3SJqFSIZScWapUkwcUbbaBSsBBKNdpMpsLgV12yJPR3jcNp/00p8n6qOlx2EkWWlRVaZGXYhllhuDbcJuxnbhoEMuSLF1Rk1T7MsNCODLkAl2DRouxTJwgq7jL0HplRckPBThN2CKsWNwkSTCrNkC0CCeSMIYwDo8m1gLo6bOtPX2OA8Lo6+0omVZ9hZpROsNMNL2JU5Lh1WmHZWhp0klKaSvOav7QW7Tz3qSrRSM7Rchp25LTWyYUssEa90nd4E8IzbxI7wWBx2dv6NtMRe2DU/r/sv7OJpd2qF3cWzN5HgT1PgL/2vY78MV057S8aOiRNX2N1IyeWm4cIZfQDffV4ScnTCpouuyrAbIey4JS8SdhERJwdS2HGSfP+ifpxk/sDdiIhl4bkJIuLhMUnYeVVy6IDZVfk7V+l2yUucjWXYDSnsfBYOT/7d4QDZV7EbX4+91Kuw41ESnpnoLeMG1UM20XM9CjubLDJacQFX/e5pxb02rVUEjamEZIrENYdhiV0ww048V6orfcfN2LLF8dV5Sy1bmJ/9cZYFwgfvRlbbgvl3dFxXMmNtkWXXHVtMwXA050TTzCTLBsginv9mWGKbxUonvBl4dM5LCyDtP7755ztzXmOc8NoqzOXnHVfYhVtayao/95VOhGTYNS3mvZbe06ewO8wEwTCvWzUB07J7s45d6y6cWeI+zM6wwwll2BWksPMQ0x6yelfm2NkKO0XYzfVE2OA5ku9L8GvsMpZYczurTltivSro3VvEz+sfW3xdNwu8dCLAKj+GPYtEXoooXRLnz5jno/su7OATn6TLHl70wPkbti0nBWWJrTiBvcYKO3vjlvoiPkHwwC06l+7Jt8oTGV2klcKOyIExwo5VEUfCLiLi5OArnZjomSJ82ncZs7IREceGR/lBNplHr4lrhZGZw2+WSDVm2FrFdbqRChwv6dZjax0kMWgdbaWtJ4bCziRPvOttZlpZnruD+mmlZy+VYsln4/Vs8/VZo96zs93TS4NNr4qgtAdg9o2pj+yb9qnzGMG55uDHDCkZllG6LaOw21Jk32KFFfy5S5FuxyD7bAtwmaVIA+20tJ7rM030htqXbDIIOD0T54bCjmeI2d/7gYzCfsKNv0aIJZYy7DzbMBJhwycfjAy6HoVw3/LTukHZgSnsuLUxxNLamFlsXCU4RFpmegKkt2n3tGRps9KJw1zcZ1VNq0tsWL54lerP7Fl3sXuyUNgKu45aYk/GEjvzEnZDlljrb3LfTOvGPxFmgzVwmoTdMSyxEhUylTHr3QaaVL/2UZE1uYrss5MGn9Cj97sihd3Enng8YZy3FHYP3baH3UmOv/v6Z+D3P3AZX/7S+2/YtpwUfJnFa22J5V+8IkuC27ieiHjBfecBvAsAcNeB/GLaFhkZqLmQwm7nlpVtY0REhAVf6USSAF/w/wCP/inw4r98c7Yr4vTCo/wgOwNlZO3w2VM+6KZMNw/5pf/vIZHQaftIMUBgeZV9AKZUwuAShZd9xQN8WWUv1b+jgc/h3FP+MKKws4kXY1n+XKWw89l4qdzDunmy4yoG9hV/PbEs5eroprR1Bf+cLzO1YfjyNmG3uMLOe8wFLqvbaZe30y62zRbJuABpVvqI3sDlaZuPqmbhrMF1h6Gw40QTV+WOTFiXLMPOtXO6qmAbE6bWNSy1gD7njW0D3diRws5HmI1Yamn5rgNSrhIMWd66sVTvoToKWp6TntOq6SE9T4nCbrKnHh7mBwB0hiIA4/y/v38WeBR4yYPnl7Mb9pRO2GTHcUEEXI0MDVJkYJbY1CXxyN5rl2wk8r1Pq0DVNSPspskxCTuPJZbgbebcvVW4X7oGuP6I6YpZV/BMYJqsPcb3ao8RdjfSDgsAt+xOkCZQY7en3CFEDaeBqCMYGXabQNjxgdRpGSScFF7x8K34P/7cU3DfLbt65pVOQo2lsBvLsOO86JnYUBkRcWLoG9Q/4w03fFMiniDwEHY2abHD/58kYua/YgHLhmrMUsL7lG4AuwHtb3o1Bttc1eFrXLXLA7xEIV+va6e94iO/xhR21jYDtiWW1iNHk9zW6lg5rQEYu6ETL6z/79tXxqw2KePJtrzG4J/V477cxNHliTRdnMCylYpLKd36Pr8F1rtQZp+zzcsThcAidlrxvKvTnmN9g2Er7DRR5FcD+8DtnDObsPNNxvUsP5MqKz9hN7wNqoymFu/DKH0IsL7xG8MOQMZLJ5TCLZRwa5nCbvGW2amdA3jaMuyYwm5WCCcFZVoCQML+vr1zBr/27Z+qSwQXhXXcXJcqtFUTdvtbtH0JKuTIII+ZNBd5XhZ2S3F8dkjRZhOk8hhJJ1Q60bDm8IHz3La2Pdap28S+EKzji5OJ3rzPNBP3xlc/BPzo1wFf9mOLr/NGw2iJlfvrGA46nqt4fufGfj/TNMFDt+3hHR8VY51bl7GMrzmU8rlqVH7sWmfY8cHQaZHhnxSSJME3veohvP7ZjOnnSgGAZdiNNKjw/I6BwUZERMQx4SudiIg4SZAlltmM7Oa4nYmt/No1/8+uCzulOVdnZJv4BoQe8otmSg3iMMu1dUPZWnmm24BSKivgtrX6VHIsxF8RdsxOO1iUQU2hlvrffs88/67QN/h8OxRKi7Db0vZ4V6HVQ/ZNr2DdkSSJOuYeuy5u8HYWmKU/Vh6c0xK7CPll21qXUcktX5RxdbqMjdfc5jJfxE478D3ZcJDCru3EflU36W3tteD7QDdQ81pk/C2qsOPLH3GyDQhW2DkKN65QCyDc9PKNZes98kd2OMtrwm9WN7pMoD5ipRMDhB0LV59x0vI0tsQyAcT5+UcAmJNGKb/OFju462B7uYZYwCGhDjuxD+3A/uNif1tvX5Ww1/ao6wDgrnPsWGJur1RGv5hq3oFzDYtuKhN+flpC3GPd55qEXc823Pls8ZNyBtYdtK97irgWBVfYrZoEDsG3v/apeMrtZ/CfvubFN9SOe6NAY5yTmixbucKOyyyjwm4J0EWyrYC21Tc9xW7/MsBGZOBERJwKVIEkekTEquCzxNqEnUXCodwFmMCO38DZbWHGDYZqTWXXFMPWOmCnpfXMmWLMKH8Qz9UFDGzZJBHrqQ69uXs24WOUPxQ+dZ5rTe0lbezvsqdkQ/9/RGE34YSdDOuuqCHWWi8tuwEKO0CM746qBo/L0pBFbDVbFum2kK31GAo7myQ+lrJvoWUtsm+J9V5dQVFGmvSEsG8g+D68clSZFr1AddsWU+k5ZJmajBvIj2PbIMjYBHOUKDEPV9ixjMK67TBPmUIuQCmoSidqsjJya/D4e+AKu5lNWqrSiXFL7lwqBGc+hd5pydJOM2HlPHocH9l7BvCoJsPTBEgmzP00Fl00BuszP5QlDyensJOEHfFXParIW/f0Z5mUO8D0cfH0LUHYTStB3AIj5yqWGzdNdc7zUqSGRUir7zEGCLvP/z7gT3/encxcV/DjwRMTsijOTPQ+OncTCLtXPnwbXvnwbTd8vTcKvmb4VRJ2K5924zcRS8lcn+jgJ8xmHk4OPPRp4ieTHEdERJwATltGS8T6QxF2rHTCIkt2bfKENbIhSY1l7bYwm8BzixS4fWWMsLMGlJ7WVIJD2gRkyXlJG6+d1l22lwCxb7QYCWePY5xtdgi7PfZce1mb7JPkHg3G1xx24cauTRIPwCHOFsq/W0XpxCqWPU6z7TJqxGPk7rH1nhY1A//sLh1Vph3Vc87wgY6lo6rBkaEOm+kG+AF1Gi//uCSt4VUqx+3BhJ2pgjQVauOlEdx6ZWTgVYdeZXPf8rO6EQo7tTxT2AW01E6lpdbMsDtlhB0AfN2bgFf+bfzGfSKf+CorTUq4mOK4k7gWkUTFDAcrti+eZZbdmivsPA2xAPD6Z19EkgDPv+8cEvYe8y1xrZtVgaUTDG/d/UT1+MwyikTr+OLkfe6zxAIiWurpnw08+dWLr+9mwHc8lcsX2vFx3tllbdsRvbBV9cBqLbGrL51gg9nQVqsIBn4SalimxtiMwHO+RNwo3P2ik9u2iIgIlnMTFXYRNwiqJbY/w85RO/FrxmTPaE60CTqbwMNkT6vcAOPmzyYGt23Sxia/hrLzehtXO2e99uylQWKkuSAlu9afuzdG+AyQbraScTjDLjEG1K46b7MVdlvWZ7+QJZbZAMX/j9Mwe4MsscdoiT0eUXic9Vrfk1M0cZ4kCSZ5ilnd4rHrc3RIUScF8q7yNjz7QOfJoznlx/kUdv3XdrLTN22HS1JpqkiPwG2wVZBqG4Iz7PR3KUGCtmMZniEqQa6wq1qLMKTxTb9ajM6J87rF4ZwRfuj0uWyAcNw47N8JfMq3IvmldwLgeZiZmS9+XOUWi1Po0hxZUSIDcM/51Y41uTWyTktAFt72HXMXD7bxm3/zVdjbKoD/cEGUqwFI9+8AcFUQ36Hn9S/+QeDPfgu/+sFPBz7yMQDAvj1hGALrO8rJe2+G3SYizYRNudUWy+MQdrczpeR7P3594JkRy8CeGC6z1TbxRoXduoHPatUzncsxRg6kGfCMzwHO3nVy2xYREcEsJ5Gwi7hBUEHg/ZZYR+00YQO7yVnjT/aMtpO5wweF5Z4RRG0vu2cPtifWgJIRWrZt134PQ1lydumEY6elm2SPdcS1No6p5PR7sN/f3sSamebLTvaNfWWTqL1E4bVHsAmwP6+FLLFjyswB2GPJpWytSyj77LbW4yx7nLKLG/V+NwF0/vn4NXFOVOH1SmE3QthxhR0nmwyyqv/azrMcqXyldhR2YRl29Pkqwq86CrSkSkts1WLetJgaLa/jhJtSyFWiNEJn2E1Zbnb/fuTngcu20jFwH2wi9HdakOFbeQpsHegnHHdMyK4lSbmLN337q/C/v/WVbtzFMcGv4XNuKx84Zm7b3xLn+1Qvm++LfD+jCGrsXPWUTwde9R3Ynuj1nt1ZQu1lfc9n7H2cKrEQ/0zSwsgxXhR5luKLXnAPAOAvvuyB425ZhAU6L9Nk2arLnk62dOI0fWluFJJEqwqmV0QFNXD8bISIiIjVIMByEhGxUjSsxU1iuzQv34MKOzZzD7gklGNJMci+vcHnuoQde36+vaAV1/pOsRsg+2ap14o7YKclhZZjU5iY+4cTlvb7dbbZIOyG95VDjFII92PvAv7FJ619GPZobuIA7M9rmTw4wiJjS21NPUY77VLWVLuwYpllj2PFPZmbhpsN+v59/Jo4Jzak5PK0UvuwrcgqYYk9InXa/FCr00Zz8MRrXJKfbbMgaahKVA5peXmOJLILGCR/uKX1aN7gSGadoToKeg/cFmxk0HWtnvAYuOcwrMmHc6t449Lo9m8q3MbpDNi7Qz/h2IQduw6lBc7tlrhtf/XRK3mW4japttrZXdTSqxVDW4U4bq/PG/W70AkCXpLFM/WCYSvsWIbdIqVEaw9OnNuToUvgH37us/Cz3/xyvOaZd4w/OWIh0PnhpAi71ZdORIXd8VHuilmy62zWPRJ2ERHrgQDLSUTESkG5QGyQerDNMlvSxB0oc5WcRUidsVRiDulmLGsOEm3CyiX7+gksm7AaJAoBbzstL53wPnfAEttrE+TbWZ4RivXgbWbLbtn7ecR6vMMzZxPDtryOsFVyi1liRxShg+s9PtnXyFrjY+XQLUH20c3sUsURx7LELk4UbgLouHnkirgON5n8nh+JIPxRsq1k6rKqUcH+qK4HKewAPVlCGXaKsFuQNCTCr80mQMveAxCkkJvVLdoOqI0MOnoPAwo59r11FHKHj8nl+/dBmmprslAZJqjTCfJ2Bhw+Prr9m4rStqoXmdEiizPHJEH4dbpr+p+3AvzLL30+Pnp5ilt/dx+4JH8Z8pnd+2Lgfb8KANgq3fNSaGYXn+xZKk9tSGF3mrgH/j7tRvolkKUJHr7j+K8T4cJuiV1lfh1wAoTdVsywOz7KHeAQwHXh70eaH0sGGxERsSK0LbOsnL4Z5Ig1hSc3kbd8nd8t3awMQ2FnWWKHWmKBhRR2ixB2TnbeEFFoLa9y6PpsreomubP+71F3DWXYWds8yVMUWYKq6fzbvM9iKPbuNP60VaRIE0ByRa467+A+tv3rf43n47skWYxI4ooKwHPMDcB+rl1+MYRVKPu8rcYLr3eJ4oglbK3Hyc7bBNB3iBSEHRF2RDSN5IhtG+qylhF2Yeo0/hqPX5eWVhoL0DaMLE9E92PXBeHXpqUk7Njyaf/xoksnWtRNh0ZZWvl76B+fGJbWQ7u8gwi3MdIyw6xumcqwlITdo0HLbyJKtt8B+Tlwwu7Wh4+3Ataiirbtf94K8Lx7z4kHv8eO1ZDP7JP/D3FCfPrrHYW10dw+Aj55tb8MYWdt65Qdw07UxiaDk7grUNhFnBxovECTdBtgiY0Ku2ODblqIsDuFM1URERsJyq8DosIu4saBCDt2E3aO5b5cOONRdHDyy1J+7VgDWpc4sxRnDKMW0SF1nm0RHcrds16LblKJOOsvrHD/H1z+YD+GyKzi2+0QlGfvYes0P4fRZflNOb/xW1NwZc5umS8UqGyrC3cn4TdV7jEXfoM3+tkPLmsTvYuo846R2SfXQ0TvQmSfHHfPG0YqnCI43yH6zimiaHi8rAi7ubDETskSyxtWx8gqUsiRwi6Tz6cx+xhpWJoZeCqb9ChMnaYssVWDw3mNKZGOvHRnYHySMUU2KeS0rZcUdmH7kYo3WkVaflz8PG4BwxrCvgHfKlJg54L+xS0PrW5lbT3+nFWAX7NC7jXLXeDV/ydw8bnYKTJDFL7Iueb5959Tj5dT2JnXWlNhd4oIu+0D/fgYhRMRJw/7+F97wo4z20tVNUfoC93Vj8r/xy9pRMRagAb0QCTSI24cRhR2t5zxqLN4to5liU1Tk2gpnEy3AYXdaAnDvv8xQsg+tq5ix1AcjKrkhgorxtppBwg7ezudbWYlE9i/6C47GVgWAN7wL4HbngG85rvdv60ZeEPwIoUTQIAyc3C9yy9rZz0uU/5AWGQAPnq8ntiyyxOUmwBbbZnQOZEIu0Cy7Mq0QtN2WmEHBGfQESHwOGXQ5XIsQOUxI9tACruPX7WiDgJVgqRsOpQ5fFNeHBBKuMlteJRUfrmlVBwhLfU+kKQl7YNTLDSwLW5bRQZceDLw8GuB534psH2uZ8klcP8nre61hpAvqLBjSNPEODcvcq554f3n8dBtZ/DgLbu4sLuEutxSkKriFJxmwu70keCnCce5bodg5YwaH0jdujec4xDRA7rQXf2Q+GnZmSIiIm4S5tfEz3x70LISEbFSeLKVzu9wws5zrT17t3686DVkIP9uu8iGbZ4D5NdOKWbkyWLoZLoNEIWjRERhDWbZDaNTluCsl71HrpiQ4DclXrLos78XePN/AF7+be6y7PnO+wWA5/wF8W8DcMCOOe97GcBoFuACyzqK0BNar235WiSzzyYZF7EAjxLMQ8sewwK8CbA/v6S0iKKRm9otlfEnFExHnOyakTpt3A4KCFstAHREVlFcxsgkOx1HZJ1q6dwVUPgAaHVq03YQr5ChSzIkXaOVWWO23CLDJVQq27ErdoD55eCiOyJF6Fze2uffU0gu2N+t3TIXEzZ/4T+vbiWv+8fA238CeMO/WN1rDuEYhB0gvo/XZuKYsydHhlBkKX7im16GIkuRpUtktxZ2hp2eODxVGXacBI6W2LWGrYRfJKc3BCs/qu880F+iSNgtCbrYX/mw+GnZmSIiIm4S5lJhV56+2eOINcaIwu5gx2Mp4VbNO57p/PnrX/EkAMBXfdID7rJb/bkpSZIYRMYiDbNJkuAMW9YhMfiNrnXTa1so3eKIfjutq+6yiJfzbB+cux82OEHkJXye+0bgL/4ssOfaWvl7XIS0WUeYNuzFVBGjzcQDOI46b9SGPQD7mFssd2/5wbtNMC+iGLGfe/osseb7S+kcQ5NpY0STRSqkaYbOJrc8KlsO+/Pp7HWOqvws0tE5d40Qds6xlLhky5hCziKfO5tkHLUFm/uxG5gwOS2wFbaL2PqD8cKvBr7sx4DdW1b/2j7wz3mJz4xP2Dlq+xFsFdlyZB3gKuy4JfY0qYq3DvTj7fO9T4u4+bCvtYu6EMaw8tHjXQf6S+Sd9Y8YB12sr0rCbhIJu4iItQBZYk/h7HHEGsOTYXd2u8BXvPR+/OZ7HsPnPPcud5kDRtjd82Lnz9/86qfgZU++Bc+7z2PjOf+gfuwhsDgcOy5vytu91Xn+/naBq3JGfpGyC1vttGsPhpzCCv1/ez3ODe85Tlq6NxB3HWzjtyHype46t5gKYZTs2yCcYwq7C7uLje/sZuLjkF9ea3HfssdQuq2UKFzg5n6VasRNJ4lt7Fv5hdm2Ra4Flk7w/yfFjplPuyBhl0wWI+zsDNHEXp9NfllI0wQ7ZYZDqdBLEwjihUhLYJRws9WiiUPYhSns1PILko6bCHufnYrvFldwLamwU48XOC8fG5bCroL4bMo8dSI/Nhr88+GuiYi1g31OXDWhv/Jv10VG2OWn6UtzI0EX+ysfFD+jJTYiYj2gZvEjYRdxA6EUduYg9Ttf/4z+ZbbPAZ/5T8RjT7Zamad46ZN7ZvFvYW13tz7V+XPNGuyc4oHb2PNve5qzLCewLh5Yypay3047qnaybxjZd3R02TQFLjwEPPpO4Omf7Wwzb7F78JbFbCnnDSXk+jfBDuHsMRR2/DNIksXspbY6bxE77irJr4UIuxUqChcr6LDIzdNAKjDcvm+eM4pta0J7hCwTZSnayrldZmIZyn5L0gCVnrmPs8lidlCHLLMJuwCya3eSK8Jup8zFa5AtGBi15Tqk45ZNGoYVbxDSrf7z72nBcdS6awuDsFtCYcfbXm8oYWcfX2IcskiD+EaAfz77nonZiLWBfX7YLtbcErtVZHjw1l1kaYLn+2buI8ZBF1pqe4qW2JPF/FDcEHcd8OHfE1bk5gY1NEVsFqIlNuJGo211NtKiA+oXfKX4tyi4ws5Dun3jK58MAPisZ7tEIC6wpryDe50/U3sl4KrmzPw787o3WjxgN9uyMoggpdRX/QzwVT/nDfvmY5lFm7/uu6BvLJ5062bfxBoKuwUdFJx0W7Rh9jiqMZvsO0477UKqQPt4PUbu3mJqxNOtsLttXx93e5McmUM0DZ8j09Rsbj67XZjk1GQPGDk27WMqd1R+I2SZRdjl24up2wDz2NwqMnNiv9wbzdi1bbnOfhzJwLOP52wJ0nHTYGefnorv1g6zWR5XYXcj90fqvw6fqsIJALjr+fqxx7EQsT44zlgjBCfy7frpv/LJOJo3Gz+bfNNgX+yjwm61eNcvA7/yj4EPvllcoA4/LgZIF54MfOT3xXMmZ4FX/A3g2X/BvKBFPLERLbERNxpUOAGM3kStDHkJfOmPiuPdo8772pc/Cc+46yxeeL/n3FhsAS/7a8Cjfwrc+1Lnzy990gW8+2PX/YN7buM9Yw5OR4mISX/+nV2U4b3R2r2lNzfo9c++iKN5g0+4+8D79yHwXJN7z2/2TextLJd40YxibmU8t7tY1tGeZYNcqPxhhbbW46nkFiH7llfJHef9bgJu29PnwLvP77jX4oBr8/5WoUon9rdyoOATBePj7bPb5vFY2OqywJZXQr6gShAwP9ed0iLsAib5uS23zFKdBUgYieKxrcnFEqTjpuGMM2l0CsghruBaIjdvsEH9JmDVuWE3HXc8S7TIX3o/cPG5N3trIgYwyVPkaYJaDjTXPsMOEAz3qWO5byRsgihm2K0Ob/3PwI9+HQB551Zdlz8PNVkHiLawn/1b4t9TXiP+PesLVtPS89h7hHXh0vvFDfgf/jBw+QNC4be1Dzz+PqCeiRnSvTuAh/6cCB7tWuDuFwAXnwfMr4tB3QIqhYgVYC6Pl1No94hYU1QsW2mJGfCl8aRX9v6pzFO88uHb+pd99Xf2/ulbP/2p2Nsq/Ll7F57MHj9k/GnU1mo027pFGbtlzrLzFhufJEmCP/8iVy0Ygtc/+yL+0c++Ay+6/zzybLPtOvdd2MHfeu1T8aePXMPrferKAXCCj+yIoXCaQRdS5x2nOOLm2GlHMxeHlh3Letxw3G4p7Jy8uQCiaH+7wAcviYkQobBjY+6R/DrAJavKBXP0bMLZsfXyoPke8ON6d5KbhF3APQMvKtqdZJa6+SyQDR9znLTM0sRV6I2oDDcRO8c4l6wteJGBR00/hgss8sGeWLkZKDf8GusgSYT6v545k5gR64UkSXBmK8elwwrA6i3zp+BscwphN8HcqLag0443fa8g4ADgSa8Cbn1YEGdtI8I8t/aBhz5NEGN/+ovAL32XeO6f/Iz491PfArzgq4CXfD1w4Unh6/3A7wC//4PAn/wPQdItgkvvA/7sN83f5VsiIPnM7WJ7b3mKeC87F4CjS8CTPrVXLr4Q2gY4fAx41y8Cb/tR8bvdW8S6n/+VwH0vXT1h2FTCnryuNnAi7E6h3SNiTUGqzqwctTltAs5uF/gbr3Fz8QCIc5p6oknolZk5e+moGwYUdoC4uSLC7kaqju45v4Pf+Juv8jf5bhiSJMHXvnyBa5+1LGFetwPPXC2Oo3Q7TpZcmaco81S910UG7ztlZuSsLbLNWZpgu8hwVDULL7sJ4JmQD9yy637Xtw9GX4Nnbe1vF0C5GGFnK+wmZ6wx+whZxRu+AWB3qxSTgDSBvDMeJ8SPzQu7pUnSBYyfuANqd5Kb58+Afcj3wZlJjoSTlJN9odI+ZSgy8zvtRDpsIvgkIM+uDQTPlLzhat67ng988HfRPulVwNvEr5ZunV1nrOv9UISDMxNN2C3iBAjBKTjbnELYCrvdASXDExXv+BlBgD3jc4EHP8X829El4C3/AfiDHwZmV4SMeHYNeOfPir+/+C8Df+67hgcUF58LPOdLgEf+CPihrxCv07XAb///gN/+t8D9LxODsovPBZ7/5WJGdbInSK4PvVXY2H7/B4E//G9mcxfHhScDbQ1cfxR4xhvEhfPoEnDto4LYm+yJx/t3Ac1c/P8Dv63bzK59VLxPH/It4I5PAJ71+aLl8c7niEFYbtmYuk6QbtUR8JYfEHbhR98JXPoz04pn4w9+SPzcvQ3ICk0cPvvPL2Yh/sDvAO/5X8CH3gL82W+J94REqHte8beAe14Y/lo3AjSgjpbYiBsF+r7fSHXdzUKSAJ/2D4AP/i7w1M+0/pRgd5Lj8lHP7KWdYWfBUaTcQNxx9gZZmdccn/2ci/ixt34I3/ipTx5/cg9ssmQMdjj+IjeVW0VqWKkXvSE9M8nxWD1feFlShF5bkmDenWjC7rRZYpMkwc//tZfjX/3vd+MbXvlk4KPvMZ+wMz7BzZVAZ5cg7PatY3Dr3B3mE0Ym2XfLzCB+DnYKsV5F2F0Y3Yaz2zxPslxYYXd+1yTcjHPm9jhhaBN2xnsOWH5TsVtm6nM7Fd+t254OPPPzgIP7lpqI5te287s3mKT9ov8IvPUHkD7vK4C3/RaAU5hhF7FRENcWce+8akL/FJxtTiFswiPKYE0cXQJ+5GsEifa7/w744h8CnvJp4m/1HPh3rwM++of6+Y+9Wz9+2bcAr/o7Ycqw/TvFv2/5IyFH/vDvAb/5rwTx995fEc/5k/8B/M9/KB4XOzIT71H3tc7eAzzl04F7XiK25xO/YTl77eFj4vW3DsR2PPZu4P2/CTzyNuDocf28egp84LfEP46LzwMeeDlw7RGh3HnnzwFJBsyvjq/73k8UA0EiPgHg+iPi5+9+v/j5s39TEIQH9wH3vEiogi69D7j6UdEeefkDghRsGxGk38w9K+qAd/2S+KzWDUeXxM9oU4+4Uci3xMTEjcqvu9l46Tf2/mm3zBRh59ws8RtGj0KF32DedfAEID/XEN/9uZ+AL3nxfUsVkv3LNz4f3/njb8P3fNGzF1rOts8uosBIkkSRdYDZkhuCItPruv3sYpl/O2WmCLtFLdy7kxwfvzZXj08bHrp9D/+fL5DHwSWLYAuYMNzf5s2WBbDFCLIgskwfBztlhmyPTapn5ShhlSQJLuyW+PBlMRlz294EOHMbcO0jwdvArcHnd0vTRrugwu62/S1zvwUQbvs2YcfV0QHbv6nYneR4XCpoFp08WEukKfD537f04twS+7x7bzBRu38n8PJvNX5lT9BERNxI8Ab7qLB7IsC+2PEL4RMdXQf8xF8VZB3hp74FuO83BAH2S39Pk3Wv/k4xa/meXxGDoae/wdsAOIrJnvj35FeJfx97h1DPvf3HgekVPciqDrV9jbB9HviUvwG8+C+txj66c14PrJ77Rv37thEk3QffDPzaPxEKva4Vwe8cH3qz+OdDvi228daHgVf/XXHcza4Adz4bSHNtx2sq4J0/Dzz+XqE0+9NfkDbiXxDb8Ph7xb/3/C/z9f/05911pgXw4CvEZ3flw4J4ffh1ggi9/2UL754Tx5UPiZ+eIP6IiBPBwT3AF3z/zd6KtcD+doEPyZtch4jgMQXnHnCW5c+/GAm7m4LtMsOLHliuxOk1z7wDr3nmHeNPPEFM8sUG4Dyrb9Flz+2UeOSqaIdelBjgGWt2c92pwx67Fm+dFYr/EXCS4WCnALYY0XDuvtHluaX2/G5ptjeWZ4LGeucZYXf7/paIZaEcZTsWxwNeAHNht7QIt/HleePznftbYlJZLb+Ywu7iwRZwhhGnp5iw4yVCi5LwpxEP37GHJBH75aHbbn5u4f23RPdLxM0DL17hjearwCm/km8obEl/rHLWqGeCHEpz4I3/DfjxbxLk1M9/h7B9/vo/Fc/7oh8AnvZZ4vELv3q123Drw8CrvkP86zqRg/eRPxCDtHouchW2DwR5FWCvWAnSTJBnD3yy+EeYXxcqtsPHgPf9ulCuXf2IKK9AB9z/ycImO78usu9CbHdZATz1tfr/z/9y8XN2DZheEqUZH3qzsO9e+jPxWX3gt8S6zj8A7N0p7LpJCtz5CWKgauO2noyrm4muA972I+JxJOwiIm447ji7hT/+iFAD8+wcAMA+O494zmO8XfJU5txE9OLrXvEk/Iv/+S589ctcIvck8Ql3H+AX3v7RpZbdYrPzd59bzKrGyZz7LpzyG1iedZmF3SA95XY9LnvqHftAcyd7vXs8S5i486w+v+yWuRmREZgzygtobt2bLKxQ4+e/87sTYW1Uf3zG6PLcEnv7/sR83wG52fde0Mfk7ftbwBluiT0YXX5Twa8dt+xGwu5gp8SvfNsrMckzpDfxuvrPv+R5+MHf+TN866cvnsMXEbEqXDzQ5+V7FrxujyESdusIO0fAzh17IqPYAr7w34uZyDufDbzu/wb+4+cBv8Mk3Xe/0Mk/OjEkiVDvPflV7t8CZnpPHOUugF0xY3rhScDzvvTk1jU5I/6dvXs5JeO64+f+tn6872m4jIiIOFFUjS4ruN2evUxT4NanAh/7Y6GmtvDNr34Iv/6uj+ONLxlX0EScLvy1Vz8FL3/oVjzvvoOFl/2eL3w2vuUHfw9//dOesvCy3/WGZ2BSpPjKl96/8LIdk+eVTNUTAi7wuuG5UjcafFK0ngUt8hAj7J5xcR/I2CTnmfHM6G1GptatPCeduUO4LR58RdA23Ht+B7/3Z5cAyNwtnkF3fpxYvo0Rdi964Dxwlqnibh2f8Hz6nXp9u5McOGDq1YvPHV2exwqcs1WGAaTnpoJbiW8mQbVOWHRC4STw2mfdidc+687xJ0ZEnCDOMxJ/1dnFkbBbVzz51cJieKOIp01CkgiyDgAeerWwvv7yP9R5aJ/3b1ffXhoR8dTXAW/6Z+Lxwb03d1siIp6A+MQHL+DX/vRRlHnqZJMBAL7qZ4SC+LanOX+65/wO3vQ3PRMrEaceZZ7iE5+0nE3vc557F170wPmlcg/vPLuN7/3i5y213tc+6078/gcu497zi98Mv+TBC/iFtz+y1Ho3EkTU85iQATzrrrP4rGdfxIXdUja2lsDrvkeU3Twp7Bzxt177VPzDn/5jfNcbnil+8dW/IPJ9H37t8IISf/+zn4k0AZ57z4H4xYu+RjgTXvINQU6H59xzgC9+8b146h17eDJZET/lb4ic4HteNLr8dpnhe79YqJK+6IX3AGUJPPTpwrHy9M8Oeg///Euehx958wfwl1/+JDFB/ervFMu//K8HLb+JePXTbsNvveexm70ZERERawh1PodolV4lko5P4/XgypUrOHv2LC5fvoz9/Ri2fkNw7WOiAfSFX712lc436nhYaD2PvRv4458Cnvdl5kxlxKnBjTwP9a7rHT8jWn+f9fknuv6I9cJanvOegJhWDb7/196LVz/tNkMlc1oRj7snLuZ1i//+lg/gZQ/dujBZOK9b/NtffQ9e8fCteNqdi3+eG3fcfeitomX+BV95w5wNXddhVrexlXKFWIsx3giqRny3PvmhW/CMi/Fe47Rg4855EWuJruvw79/0Pjz1jj28+MHxScJFjoeosFtXnLkV+OQ1bMlcV5x/EHjpN93srYg47Xj4NTd7CyIinrDYKjJ83SueNP7EiIgNR5mn+KIXLqfkLvP0ifU9ufgc8e8GIkmSSNY9AVFkKf7ypzyBvlsRERHBSJIEX75EBEYIVqvXi4iIiIiIiIiIiIiIiIiIiIiIiDgWImEXERERERERERERERERERERERGxRoiEXURERERERERERERERERERERExBohEnYRERERERERERERERERERERERFrhEjYRURERERERERERERERERERERErBEiYRcREREREREREREREREREREREbFGiIRdRERERERERERERERERERERETEGiESdhEREREREREREREREREREREREWuESNhFRERERERERERERERERERERESsESJhFxERERERERERERERERERERERsUaIhF1ERERERERERERERERERERERMQaIRJ2ERERERERERERERERERERERERa4RI2EVERERERERERERERERERERERKwR8pAndV0HALhy5cqJbkzEZoCOAzouTgrxuIvguFHHHV9HPPYigHjOi7g5iMddxM1APO4ibgbiGC/iZiGe8yJuBhY57oIIu6tXrwIA7rnnnmNsVsRpw9WrV3H27NkTfX0gHncRJk76uKN1APHYizARz3kRNwPxuIu4GYjHXcTNQBzjRdwsxHNexM1AyHGXdAG0Xtu2+NCHPoS9vT0kSbKyDYzYTHRdh6tXr+LixYtI05NzVcfjLoLjRh13QDz2IkzEc17EzUA87iJuBuJxF3EzEMd4ETcL8ZwXcTOwyHEXRNhFRERERERERERERERERERERERE3BjE0omIiIiIiIiIiIiIiIiIiIiIiIg1QiTsIiIiIiIiIiIiIiIiIiIiIiIi1giRsIuIiIiIiIiIiIiIiIiIiIiIiFgjRMIuIiIiIiIiIiIiIiIiIiIiIiJijRAJu4iIiIiIiIiIiIiIiIiIiIiIiDVCJOwiIiIiIiIiIiIiIiIiIiIiIiLWCJGwi4iIiIiIiIiIiIiIiIiIiIiIWCP8/wEXq8SwLKnx/gAAAABJRU5ErkJggg==", + "text/plain": [ + "
" + ] + }, + "metadata": {}, + "output_type": "display_data" + } + ], + "source": [ + "myDataReshaped = myData.reshape(24,26,4096,1024,2) #(modulation,SNR,frame,I,Q)\n", + "plt.rcParams['figure.figsize'] = [16, 16]\n", + "plt.rcParams['figure.dpi'] = 100\n", + "for x in range(len(myDataReshaped)):\n", + " plt.subplot(3, 8, x+1)\n", + " plt.title(modulation_classes[x], fontsize=12, fontweight='bold')\n", + " plt.plot(myDataReshaped[x,25,0,:256,0], linewidth=1.5)\n", + " plt.plot(myDataReshaped[x,25,0,:256,1], linewidth=1.5)\n", + " plt.xticks([])\n", + " plt.yticks([])\n", + "plt.tight_layout()\n", + "plt.savefig('images/modulation_timedomain.png', dpi=300, bbox_inches='tight')" + ] + }, + { + "cell_type": "markdown", + "id": "6b9daad3", + "metadata": {}, + "source": [ + "### Split training and test data" + ] + }, + { + "cell_type": "code", + "execution_count": 5, + "id": "9170a762", + "metadata": {}, + "outputs": [ + { + "name": "stdout", + "output_type": "stream", + "text": [ + "(511181, 1024, 2)\n", + "(511181, 24)\n", + "(511181, 1)\n", + "(2044723, 1024, 2)\n", + "(2044723, 24)\n", + "(2044723, 1)\n" + ] + } + ], + "source": [ + "X_train ,X_test ,Y_train ,Y_test, Z_train, Z_test =train_test_split(myData, myMods, mySNRs, test_size=0.2, random_state=0)\n", + "print (np.shape(X_test))\n", + "print (np.shape(Y_test))\n", + "print (np.shape(Z_test))\n", + "print (np.shape(X_train))\n", + "print (np.shape(Y_train))\n", + "print (np.shape(Z_train))" + ] + }, + { + "cell_type": "markdown", + "id": "f9b6b8cb", + "metadata": {}, + "source": [ + "### Build CNN Model" + ] + }, + { + "cell_type": "code", + "execution_count": 6, + "id": "2d918a19", + "metadata": {}, + "outputs": [ + { + "name": "stderr", + "output_type": "stream", + "text": [ + "2025-08-14 14:53:54.633186: E external/local_xla/xla/stream_executor/cuda/cuda_platform.cc:51] failed call to cuInit: INTERNAL: CUDA error: Failed call to cuInit: UNKNOWN ERROR (303)\n" + ] + }, + { + "data": { + "text/html": [ + "
Model: \"functional\"\n",
+       "
\n" + ], + "text/plain": [ + "\u001b[1mModel: \"functional\"\u001b[0m\n" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/html": [ + "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━┓\n",
+       "┃ Layer (type)                     Output Shape                  Param # ┃\n",
+       "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━┩\n",
+       "│ input (InputLayer)              │ (None, 1024, 2)        │             0 │\n",
+       "├─────────────────────────────────┼────────────────────────┼───────────────┤\n",
+       "│ conv1D_w1 (Conv1D)              │ (None, 1024, 64)       │           960 │\n",
+       "├─────────────────────────────────┼────────────────────────┼───────────────┤\n",
+       "│ max_pool1d_w2 (MaxPooling1D)    │ (None, 512, 64)        │             0 │\n",
+       "├─────────────────────────────────┼────────────────────────┼───────────────┤\n",
+       "│ conv1D_w3 (Conv1D)              │ (None, 512, 64)        │        28,736 │\n",
+       "├─────────────────────────────────┼────────────────────────┼───────────────┤\n",
+       "│ max_pool1d_w4 (MaxPooling1D)    │ (None, 256, 64)        │             0 │\n",
+       "├─────────────────────────────────┼────────────────────────┼───────────────┤\n",
+       "│ conv1D_w5 (Conv1D)              │ (None, 256, 64)        │        28,736 │\n",
+       "├─────────────────────────────────┼────────────────────────┼───────────────┤\n",
+       "│ max_pool1d_w6 (MaxPooling1D)    │ (None, 128, 64)        │             0 │\n",
+       "├─────────────────────────────────┼────────────────────────┼───────────────┤\n",
+       "│ conv1D_w7 (Conv1D)              │ (None, 128, 64)        │        28,736 │\n",
+       "├─────────────────────────────────┼────────────────────────┼───────────────┤\n",
+       "│ max_pool1d_w8 (MaxPooling1D)    │ (None, 64, 64)         │             0 │\n",
+       "├─────────────────────────────────┼────────────────────────┼───────────────┤\n",
+       "│ conv1D_w9 (Conv1D)              │ (None, 64, 64)         │        28,736 │\n",
+       "├─────────────────────────────────┼────────────────────────┼───────────────┤\n",
+       "│ max_pool1d_w10 (MaxPooling1D)   │ (None, 32, 64)         │             0 │\n",
+       "├─────────────────────────────────┼────────────────────────┼───────────────┤\n",
+       "│ conv1D_w11 (Conv1D)             │ (None, 32, 64)         │        28,736 │\n",
+       "├─────────────────────────────────┼────────────────────────┼───────────────┤\n",
+       "│ max_pool1d_w12 (MaxPooling1D)   │ (None, 16, 64)         │             0 │\n",
+       "├─────────────────────────────────┼────────────────────────┼───────────────┤\n",
+       "│ conv1D_w13 (Conv1D)             │ (None, 16, 64)         │        28,736 │\n",
+       "├─────────────────────────────────┼────────────────────────┼───────────────┤\n",
+       "│ MaxPool1D_w14 (MaxPooling1D)    │ (None, 8, 64)          │             0 │\n",
+       "├─────────────────────────────────┼────────────────────────┼───────────────┤\n",
+       "│ flatten_w15 (Flatten)           │ (None, 512)            │             0 │\n",
+       "├─────────────────────────────────┼────────────────────────┼───────────────┤\n",
+       "│ dense_w16 (Dense)               │ (None, 128)            │        65,664 │\n",
+       "├─────────────────────────────────┼────────────────────────┼───────────────┤\n",
+       "│ dense_w17 (Dense)               │ (None, 128)            │        16,512 │\n",
+       "├─────────────────────────────────┼────────────────────────┼───────────────┤\n",
+       "│ dense_w18 (Dense)               │ (None, 24)             │         3,096 │\n",
+       "└─────────────────────────────────┴────────────────────────┴───────────────┘\n",
+       "
\n" + ], + "text/plain": [ + "┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━┓\n", + "┃\u001b[1m \u001b[0m\u001b[1mLayer (type) \u001b[0m\u001b[1m \u001b[0m┃\u001b[1m \u001b[0m\u001b[1mOutput Shape \u001b[0m\u001b[1m \u001b[0m┃\u001b[1m \u001b[0m\u001b[1m Param #\u001b[0m\u001b[1m \u001b[0m┃\n", + "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━┩\n", + "│ input (\u001b[38;5;33mInputLayer\u001b[0m) │ (\u001b[38;5;45mNone\u001b[0m, \u001b[38;5;34m1024\u001b[0m, \u001b[38;5;34m2\u001b[0m) │ \u001b[38;5;34m0\u001b[0m │\n", + "├─────────────────────────────────┼────────────────────────┼───────────────┤\n", + "│ conv1D_w1 (\u001b[38;5;33mConv1D\u001b[0m) │ (\u001b[38;5;45mNone\u001b[0m, \u001b[38;5;34m1024\u001b[0m, \u001b[38;5;34m64\u001b[0m) │ \u001b[38;5;34m960\u001b[0m │\n", + "├─────────────────────────────────┼────────────────────────┼───────────────┤\n", + "│ max_pool1d_w2 (\u001b[38;5;33mMaxPooling1D\u001b[0m) │ (\u001b[38;5;45mNone\u001b[0m, \u001b[38;5;34m512\u001b[0m, \u001b[38;5;34m64\u001b[0m) │ \u001b[38;5;34m0\u001b[0m │\n", + "├─────────────────────────────────┼────────────────────────┼───────────────┤\n", + "│ conv1D_w3 (\u001b[38;5;33mConv1D\u001b[0m) │ (\u001b[38;5;45mNone\u001b[0m, \u001b[38;5;34m512\u001b[0m, \u001b[38;5;34m64\u001b[0m) │ \u001b[38;5;34m28,736\u001b[0m │\n", + "├─────────────────────────────────┼────────────────────────┼───────────────┤\n", + "│ max_pool1d_w4 (\u001b[38;5;33mMaxPooling1D\u001b[0m) │ (\u001b[38;5;45mNone\u001b[0m, \u001b[38;5;34m256\u001b[0m, \u001b[38;5;34m64\u001b[0m) │ \u001b[38;5;34m0\u001b[0m │\n", + "├─────────────────────────────────┼────────────────────────┼───────────────┤\n", + "│ conv1D_w5 (\u001b[38;5;33mConv1D\u001b[0m) │ (\u001b[38;5;45mNone\u001b[0m, \u001b[38;5;34m256\u001b[0m, \u001b[38;5;34m64\u001b[0m) │ \u001b[38;5;34m28,736\u001b[0m │\n", + "├─────────────────────────────────┼────────────────────────┼───────────────┤\n", + "│ max_pool1d_w6 (\u001b[38;5;33mMaxPooling1D\u001b[0m) │ (\u001b[38;5;45mNone\u001b[0m, \u001b[38;5;34m128\u001b[0m, \u001b[38;5;34m64\u001b[0m) │ \u001b[38;5;34m0\u001b[0m │\n", + "├─────────────────────────────────┼────────────────────────┼───────────────┤\n", + "│ conv1D_w7 (\u001b[38;5;33mConv1D\u001b[0m) │ (\u001b[38;5;45mNone\u001b[0m, \u001b[38;5;34m128\u001b[0m, \u001b[38;5;34m64\u001b[0m) │ \u001b[38;5;34m28,736\u001b[0m │\n", + "├─────────────────────────────────┼────────────────────────┼───────────────┤\n", + "│ max_pool1d_w8 (\u001b[38;5;33mMaxPooling1D\u001b[0m) │ (\u001b[38;5;45mNone\u001b[0m, \u001b[38;5;34m64\u001b[0m, \u001b[38;5;34m64\u001b[0m) │ \u001b[38;5;34m0\u001b[0m │\n", + "├─────────────────────────────────┼────────────────────────┼───────────────┤\n", + "│ conv1D_w9 (\u001b[38;5;33mConv1D\u001b[0m) │ (\u001b[38;5;45mNone\u001b[0m, \u001b[38;5;34m64\u001b[0m, \u001b[38;5;34m64\u001b[0m) │ \u001b[38;5;34m28,736\u001b[0m │\n", + "├─────────────────────────────────┼────────────────────────┼───────────────┤\n", + "│ max_pool1d_w10 (\u001b[38;5;33mMaxPooling1D\u001b[0m) │ (\u001b[38;5;45mNone\u001b[0m, \u001b[38;5;34m32\u001b[0m, \u001b[38;5;34m64\u001b[0m) │ \u001b[38;5;34m0\u001b[0m │\n", + "├─────────────────────────────────┼────────────────────────┼───────────────┤\n", + "│ conv1D_w11 (\u001b[38;5;33mConv1D\u001b[0m) │ (\u001b[38;5;45mNone\u001b[0m, \u001b[38;5;34m32\u001b[0m, \u001b[38;5;34m64\u001b[0m) │ \u001b[38;5;34m28,736\u001b[0m │\n", + "├─────────────────────────────────┼────────────────────────┼───────────────┤\n", + "│ max_pool1d_w12 (\u001b[38;5;33mMaxPooling1D\u001b[0m) │ (\u001b[38;5;45mNone\u001b[0m, \u001b[38;5;34m16\u001b[0m, \u001b[38;5;34m64\u001b[0m) │ \u001b[38;5;34m0\u001b[0m │\n", + "├─────────────────────────────────┼────────────────────────┼───────────────┤\n", + "│ conv1D_w13 (\u001b[38;5;33mConv1D\u001b[0m) │ (\u001b[38;5;45mNone\u001b[0m, \u001b[38;5;34m16\u001b[0m, \u001b[38;5;34m64\u001b[0m) │ \u001b[38;5;34m28,736\u001b[0m │\n", + "├─────────────────────────────────┼────────────────────────┼───────────────┤\n", + "│ MaxPool1D_w14 (\u001b[38;5;33mMaxPooling1D\u001b[0m) │ (\u001b[38;5;45mNone\u001b[0m, \u001b[38;5;34m8\u001b[0m, \u001b[38;5;34m64\u001b[0m) │ \u001b[38;5;34m0\u001b[0m │\n", + "├─────────────────────────────────┼────────────────────────┼───────────────┤\n", + "│ flatten_w15 (\u001b[38;5;33mFlatten\u001b[0m) │ (\u001b[38;5;45mNone\u001b[0m, \u001b[38;5;34m512\u001b[0m) │ \u001b[38;5;34m0\u001b[0m │\n", + "├─────────────────────────────────┼────────────────────────┼───────────────┤\n", + "│ dense_w16 (\u001b[38;5;33mDense\u001b[0m) │ (\u001b[38;5;45mNone\u001b[0m, \u001b[38;5;34m128\u001b[0m) │ \u001b[38;5;34m65,664\u001b[0m │\n", + "├─────────────────────────────────┼────────────────────────┼───────────────┤\n", + "│ dense_w17 (\u001b[38;5;33mDense\u001b[0m) │ (\u001b[38;5;45mNone\u001b[0m, \u001b[38;5;34m128\u001b[0m) │ \u001b[38;5;34m16,512\u001b[0m │\n", + "├─────────────────────────────────┼────────────────────────┼───────────────┤\n", + "│ dense_w18 (\u001b[38;5;33mDense\u001b[0m) │ (\u001b[38;5;45mNone\u001b[0m, \u001b[38;5;34m24\u001b[0m) │ \u001b[38;5;34m3,096\u001b[0m │\n", + "└─────────────────────────────────┴────────────────────────┴───────────────┘\n" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/html": [ + "
 Total params: 258,648 (1010.34 KB)\n",
+       "
\n" + ], + "text/plain": [ + "\u001b[1m Total params: \u001b[0m\u001b[38;5;34m258,648\u001b[0m (1010.34 KB)\n" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/html": [ + "
 Trainable params: 258,648 (1010.34 KB)\n",
+       "
\n" + ], + "text/plain": [ + "\u001b[1m Trainable params: \u001b[0m\u001b[38;5;34m258,648\u001b[0m (1010.34 KB)\n" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/html": [ + "
 Non-trainable params: 0 (0.00 B)\n",
+       "
\n" + ], + "text/plain": [ + "\u001b[1m Non-trainable params: \u001b[0m\u001b[38;5;34m0\u001b[0m (0.00 B)\n" + ] + }, + "metadata": {}, + "output_type": "display_data" + } + ], + "source": [ + "inputs = keras.Input(shape=(1024,2),name=\"input\")\n", + "x1 = Conv1D(filters=64,kernel_size=7,strides=1,padding=\"same\",name=\"conv1D_w1\",activation='relu')(inputs)\n", + "x2 = MaxPooling1D(pool_size=2,strides=2,padding=\"valid\",name=\"max_pool1d_w2\")(x1)\n", + "x3 = Conv1D(filters=64,kernel_size=7,strides=1,padding=\"same\",name=\"conv1D_w3\",activation='relu')(x2)\n", + "x4 = MaxPooling1D(pool_size=2,strides=2,padding=\"valid\",name=\"max_pool1d_w4\")(x3)\n", + "x5 = Conv1D(filters=64,kernel_size=7,strides=1,padding=\"same\",name=\"conv1D_w5\",activation='relu')(x4)\n", + "x6 = MaxPooling1D(pool_size=2,strides=2,padding=\"valid\",name=\"max_pool1d_w6\")(x5)\n", + "x7 = Conv1D(filters=64,kernel_size=7,strides=1,padding=\"same\",name=\"conv1D_w7\",activation='relu')(x6)\n", + "x8 = MaxPooling1D(pool_size=2,strides=2,padding=\"valid\",name=\"max_pool1d_w8\")(x7)\n", + "x9 = Conv1D(filters=64,kernel_size=7,strides=1,padding=\"same\",name=\"conv1D_w9\",activation='relu')(x8)\n", + "x10 = MaxPooling1D(pool_size=2,strides=2,padding=\"valid\",name=\"max_pool1d_w10\")(x9)\n", + "x11 = Conv1D(filters=64,kernel_size=7,strides=1,padding=\"same\",name=\"conv1D_w11\",activation='relu')(x10)\n", + "x12 = MaxPooling1D(pool_size=2,strides=2,padding=\"valid\",name=\"max_pool1d_w12\")(x11)\n", + "x13 = Conv1D(filters=64,kernel_size=7,strides=1,padding=\"same\",name=\"conv1D_w13\",activation='relu')(x12)\n", + "x14 = MaxPooling1D(pool_size=2,strides=2,padding=\"valid\",name=\"MaxPool1D_w14\")(x13)\n", + "x15 = Flatten(name=\"flatten_w15\")(x14)\n", + "x16 = Dense(128, activation=\"selu\",name=\"dense_w16\")(x15)\n", + "x18 = Dense(128, activation=\"selu\",name=\"dense_w17\")(x16)\n", + "outputs = Dense(24,activation=\"softmax\",name=\"dense_w18\")(x18)\n", + "model = keras.Model(inputs=inputs,outputs=outputs)\n", + "optimizer = keras.optimizers.RMSprop(learning_rate=0.0005)\n", + "model.compile(optimizer=optimizer,\n", + " loss=\"categorical_crossentropy\",\n", + " metrics=[\"accuracy\"])\n", + "model.summary()\n" + ] + }, + { + "cell_type": "markdown", + "id": "7b1a82d9", + "metadata": {}, + "source": [ + "### Training Model" + ] + }, + { + "cell_type": "code", + "execution_count": 7, + "id": "4b17a38b", + "metadata": {}, + "outputs": [ + { + "name": "stdout", + "output_type": "stream", + "text": [ + "Epoch 1/100\n", + "\u001b[1m1997/1997\u001b[0m \u001b[32m━━━━━━━━━━━━━━━━━━━━\u001b[0m\u001b[37m\u001b[0m \u001b[1m1280s\u001b[0m 640ms/step - accuracy: 0.2170 - loss: 2.3478 - val_accuracy: 0.3456 - val_loss: 1.7990\n", + "Epoch 2/100\n", + "\u001b[1m1997/1997\u001b[0m \u001b[32m━━━━━━━━━━━━━━━━━━━━\u001b[0m\u001b[37m\u001b[0m \u001b[1m1260s\u001b[0m 631ms/step - accuracy: 0.3627 - loss: 1.7594 - val_accuracy: 0.4005 - val_loss: 1.6480\n", + "Epoch 3/100\n", + "\u001b[1m1997/1997\u001b[0m \u001b[32m━━━━━━━━━━━━━━━━━━━━\u001b[0m\u001b[37m\u001b[0m \u001b[1m1264s\u001b[0m 633ms/step - accuracy: 0.3937 - loss: 1.6701 - val_accuracy: 0.4252 - val_loss: 1.6038\n", + "Epoch 4/100\n", + "\u001b[1m1997/1997\u001b[0m \u001b[32m━━━━━━━━━━━━━━━━━━━━\u001b[0m\u001b[37m\u001b[0m \u001b[1m1260s\u001b[0m 631ms/step - accuracy: 0.4294 - loss: 1.5949 - val_accuracy: 0.4523 - val_loss: 1.5864\n", + "Epoch 5/100\n", + "\u001b[1m1997/1997\u001b[0m \u001b[32m━━━━━━━━━━━━━━━━━━━━\u001b[0m\u001b[37m\u001b[0m \u001b[1m1255s\u001b[0m 629ms/step - accuracy: 0.4808 - loss: 1.4845 - val_accuracy: 0.5163 - val_loss: 1.3972\n", + "Epoch 6/100\n", + "\u001b[1m1997/1997\u001b[0m \u001b[32m━━━━━━━━━━━━━━━━━━━━\u001b[0m\u001b[37m\u001b[0m \u001b[1m1280s\u001b[0m 641ms/step - accuracy: 0.5110 - loss: 1.4106 - val_accuracy: 0.5323 - val_loss: 1.3527\n", + "Epoch 7/100\n", + "\u001b[1m1997/1997\u001b[0m \u001b[32m━━━━━━━━━━━━━━━━━━━━\u001b[0m\u001b[37m\u001b[0m \u001b[1m1282s\u001b[0m 642ms/step - accuracy: 0.5330 - loss: 1.3556 - val_accuracy: 0.5258 - val_loss: 1.3911\n", + "Epoch 8/100\n", + "\u001b[1m1997/1997\u001b[0m \u001b[32m━━━━━━━━━━━━━━━━━━━━\u001b[0m\u001b[37m\u001b[0m \u001b[1m1271s\u001b[0m 636ms/step - accuracy: 0.5493 - loss: 1.3156 - val_accuracy: 0.5481 - val_loss: 1.3159\n", + "Epoch 9/100\n", + "\u001b[1m1997/1997\u001b[0m \u001b[32m━━━━━━━━━━━━━━━━━━━━\u001b[0m\u001b[37m\u001b[0m \u001b[1m1268s\u001b[0m 635ms/step - accuracy: 0.5588 - loss: 1.2912 - val_accuracy: 0.5635 - val_loss: 1.2731\n", + "Epoch 10/100\n", + "\u001b[1m1997/1997\u001b[0m \u001b[32m━━━━━━━━━━━━━━━━━━━━\u001b[0m\u001b[37m\u001b[0m \u001b[1m1281s\u001b[0m 641ms/step - accuracy: 0.5665 - loss: 1.2725 - val_accuracy: 0.5752 - val_loss: 1.2536\n", + "Epoch 11/100\n", + "\u001b[1m1997/1997\u001b[0m \u001b[32m━━━━━━━━━━━━━━━━━━━━\u001b[0m\u001b[37m\u001b[0m \u001b[1m1290s\u001b[0m 646ms/step - accuracy: 0.5734 - loss: 1.2559 - val_accuracy: 0.5690 - val_loss: 1.2666\n", + "Epoch 12/100\n", + "\u001b[1m1997/1997\u001b[0m \u001b[32m━━━━━━━━━━━━━━━━━━━━\u001b[0m\u001b[37m\u001b[0m \u001b[1m1306s\u001b[0m 654ms/step - accuracy: 0.5776 - loss: 1.2464 - val_accuracy: 0.5788 - val_loss: 1.2383\n", + "Epoch 13/100\n", + "\u001b[1m1997/1997\u001b[0m \u001b[32m━━━━━━━━━━━━━━━━━━━━\u001b[0m\u001b[37m\u001b[0m \u001b[1m1280s\u001b[0m 641ms/step - accuracy: 0.5811 - loss: 1.2369 - val_accuracy: 0.5744 - val_loss: 1.2627\n", + "Epoch 14/100\n", + "\u001b[1m1997/1997\u001b[0m \u001b[32m━━━━━━━━━━━━━━━━━━━━\u001b[0m\u001b[37m\u001b[0m \u001b[1m1267s\u001b[0m 635ms/step - accuracy: 0.5845 - loss: 1.2291 - val_accuracy: 0.5801 - val_loss: 1.2445\n", + "Epoch 15/100\n", + "\u001b[1m1997/1997\u001b[0m \u001b[32m━━━━━━━━━━━━━━━━━━━━\u001b[0m\u001b[37m\u001b[0m \u001b[1m1271s\u001b[0m 636ms/step - accuracy: 0.5875 - loss: 1.2231 - val_accuracy: 0.5868 - val_loss: 1.2210\n", + "Epoch 16/100\n", + "\u001b[1m1997/1997\u001b[0m \u001b[32m━━━━━━━━━━━━━━━━━━━━\u001b[0m\u001b[37m\u001b[0m \u001b[1m1273s\u001b[0m 637ms/step - accuracy: 0.5902 - loss: 1.2171 - val_accuracy: 0.5868 - val_loss: 1.2353\n", + "Epoch 17/100\n", + "\u001b[1m1997/1997\u001b[0m \u001b[32m━━━━━━━━━━━━━━━━━━━━\u001b[0m\u001b[37m\u001b[0m \u001b[1m1281s\u001b[0m 641ms/step - accuracy: 0.5928 - loss: 1.2106 - val_accuracy: 0.5914 - val_loss: 1.2159\n", + "Epoch 18/100\n", + "\u001b[1m1997/1997\u001b[0m \u001b[32m━━━━━━━━━━━━━━━━━━━━\u001b[0m\u001b[37m\u001b[0m \u001b[1m1287s\u001b[0m 645ms/step - accuracy: 0.5954 - loss: 1.2046 - val_accuracy: 0.5875 - val_loss: 1.2420\n", + "Epoch 19/100\n", + "\u001b[1m1997/1997\u001b[0m \u001b[32m━━━━━━━━━━━━━━━━━━━━\u001b[0m\u001b[37m\u001b[0m \u001b[1m1284s\u001b[0m 643ms/step - accuracy: 0.5970 - loss: 1.2003 - val_accuracy: 0.5860 - val_loss: 1.2273\n", + "Epoch 20/100\n", + "\u001b[1m1997/1997\u001b[0m \u001b[32m━━━━━━━━━━━━━━━━━━━━\u001b[0m\u001b[37m\u001b[0m \u001b[1m1314s\u001b[0m 658ms/step - accuracy: 0.5986 - loss: 1.1961 - val_accuracy: 0.5838 - val_loss: 1.2289\n", + "Epoch 21/100\n", + "\u001b[1m1997/1997\u001b[0m \u001b[32m━━━━━━━━━━━━━━━━━━━━\u001b[0m\u001b[37m\u001b[0m \u001b[1m1301s\u001b[0m 652ms/step - accuracy: 0.6008 - loss: 1.1917 - val_accuracy: 0.5961 - val_loss: 1.2125\n", + "Epoch 22/100\n", + "\u001b[1m1997/1997\u001b[0m \u001b[32m━━━━━━━━━━━━━━━━━━━━\u001b[0m\u001b[37m\u001b[0m \u001b[1m1298s\u001b[0m 650ms/step - accuracy: 0.6029 - loss: 1.1870 - val_accuracy: 0.5967 - val_loss: 1.2028\n", + "Epoch 23/100\n", + "\u001b[1m1997/1997\u001b[0m \u001b[32m━━━━━━━━━━━━━━━━━━━━\u001b[0m\u001b[37m\u001b[0m \u001b[1m1303s\u001b[0m 653ms/step - accuracy: 0.6031 - loss: 1.1853 - val_accuracy: 0.5953 - val_loss: 1.2081\n", + "Epoch 24/100\n", + "\u001b[1m1997/1997\u001b[0m \u001b[32m━━━━━━━━━━━━━━━━━━━━\u001b[0m\u001b[37m\u001b[0m \u001b[1m1295s\u001b[0m 648ms/step - accuracy: 0.6052 - loss: 1.1809 - val_accuracy: 0.5898 - val_loss: 1.2205\n", + "Epoch 25/100\n", + "\u001b[1m1997/1997\u001b[0m \u001b[32m━━━━━━━━━━━━━━━━━━━━\u001b[0m\u001b[37m\u001b[0m \u001b[1m1274s\u001b[0m 638ms/step - accuracy: 0.6064 - loss: 1.1778 - val_accuracy: 0.5940 - val_loss: 1.2117\n", + "Epoch 26/100\n", + "\u001b[1m1997/1997\u001b[0m \u001b[32m━━━━━━━━━━━━━━━━━━━━\u001b[0m\u001b[37m\u001b[0m \u001b[1m1275s\u001b[0m 639ms/step - accuracy: 0.6072 - loss: 1.1756 - val_accuracy: 0.5914 - val_loss: 1.2203\n", + "Epoch 27/100\n", + "\u001b[1m1997/1997\u001b[0m \u001b[32m━━━━━━━━━━━━━━━━━━━━\u001b[0m\u001b[37m\u001b[0m \u001b[1m1281s\u001b[0m 641ms/step - accuracy: 0.6094 - loss: 1.1713 - val_accuracy: 0.5995 - val_loss: 1.1966\n", + "Epoch 28/100\n", + "\u001b[1m1997/1997\u001b[0m \u001b[32m━━━━━━━━━━━━━━━━━━━━\u001b[0m\u001b[37m\u001b[0m \u001b[1m1289s\u001b[0m 645ms/step - accuracy: 0.6098 - loss: 1.1691 - val_accuracy: 0.5983 - val_loss: 1.1990\n", + "Epoch 29/100\n", + "\u001b[1m1997/1997\u001b[0m \u001b[32m━━━━━━━━━━━━━━━━━━━━\u001b[0m\u001b[37m\u001b[0m \u001b[1m1280s\u001b[0m 641ms/step - accuracy: 0.6106 - loss: 1.1676 - val_accuracy: 0.5960 - val_loss: 1.2144\n", + "Epoch 30/100\n", + "\u001b[1m1997/1997\u001b[0m \u001b[32m━━━━━━━━━━━━━━━━━━━━\u001b[0m\u001b[37m\u001b[0m \u001b[1m1283s\u001b[0m 642ms/step - accuracy: 0.6117 - loss: 1.1654 - val_accuracy: 0.5979 - val_loss: 1.2034\n", + "Epoch 31/100\n", + "\u001b[1m1997/1997\u001b[0m \u001b[32m━━━━━━━━━━━━━━━━━━━━\u001b[0m\u001b[37m\u001b[0m \u001b[1m1266s\u001b[0m 634ms/step - accuracy: 0.6131 - loss: 1.1623 - val_accuracy: 0.5740 - val_loss: 1.2695\n", + "Epoch 32/100\n", + "\u001b[1m1997/1997\u001b[0m \u001b[32m━━━━━━━━━━━━━━━━━━━━\u001b[0m\u001b[37m\u001b[0m \u001b[1m1487s\u001b[0m 745ms/step - accuracy: 0.6132 - loss: 1.1606 - val_accuracy: 0.5969 - val_loss: 1.2034\n", + "Epoch 33/100\n", + "\u001b[1m1997/1997\u001b[0m \u001b[32m━━━━━━━━━━━━━━━━━━━━\u001b[0m\u001b[37m\u001b[0m \u001b[1m1372s\u001b[0m 687ms/step - accuracy: 0.6144 - loss: 1.1596 - val_accuracy: 0.5953 - val_loss: 1.2122\n", + "Epoch 34/100\n", + "\u001b[1m1997/1997\u001b[0m \u001b[32m━━━━━━━━━━━━━━━━━━━━\u001b[0m\u001b[37m\u001b[0m \u001b[1m1436s\u001b[0m 719ms/step - accuracy: 0.6152 - loss: 1.1562 - val_accuracy: 0.5953 - val_loss: 1.2214\n", + "Epoch 35/100\n", + "\u001b[1m1997/1997\u001b[0m \u001b[32m━━━━━━━━━━━━━━━━━━━━\u001b[0m\u001b[37m\u001b[0m \u001b[1m1394s\u001b[0m 698ms/step - accuracy: 0.6153 - loss: 1.1554 - val_accuracy: 0.6017 - val_loss: 1.1955\n", + "Epoch 36/100\n", + "\u001b[1m1997/1997\u001b[0m \u001b[32m━━━━━━━━━━━━━━━━━━━━\u001b[0m\u001b[37m\u001b[0m \u001b[1m1478s\u001b[0m 740ms/step - accuracy: 0.6166 - loss: 1.1538 - val_accuracy: 0.5934 - val_loss: 1.2298\n", + "Epoch 37/100\n", + "\u001b[1m1997/1997\u001b[0m \u001b[32m━━━━━━━━━━━━━━━━━━━━\u001b[0m\u001b[37m\u001b[0m \u001b[1m1379s\u001b[0m 690ms/step - accuracy: 0.6171 - loss: 1.1520 - val_accuracy: 0.6012 - val_loss: 1.1941\n", + "Epoch 38/100\n", + "\u001b[1m1997/1997\u001b[0m \u001b[32m━━━━━━━━━━━━━━━━━━━━\u001b[0m\u001b[37m\u001b[0m \u001b[1m1446s\u001b[0m 724ms/step - accuracy: 0.6175 - loss: 1.1517 - val_accuracy: 0.5984 - val_loss: 1.2018\n", + "Epoch 39/100\n", + "\u001b[1m1997/1997\u001b[0m \u001b[32m━━━━━━━━━━━━━━━━━━━━\u001b[0m\u001b[37m\u001b[0m \u001b[1m1422s\u001b[0m 712ms/step - accuracy: 0.6191 - loss: 1.1480 - val_accuracy: 0.5993 - val_loss: 1.2098\n", + "Epoch 40/100\n", + "\u001b[1m1997/1997\u001b[0m \u001b[32m━━━━━━━━━━━━━━━━━━━━\u001b[0m\u001b[37m\u001b[0m \u001b[1m1272s\u001b[0m 637ms/step - accuracy: 0.6194 - loss: 1.1473 - val_accuracy: 0.6009 - val_loss: 1.2030\n", + "Epoch 41/100\n", + "\u001b[1m1997/1997\u001b[0m \u001b[32m━━━━━━━━━━━━━━━━━━━━\u001b[0m\u001b[37m\u001b[0m \u001b[1m1260s\u001b[0m 631ms/step - accuracy: 0.6205 - loss: 1.1447 - val_accuracy: 0.5981 - val_loss: 1.2080\n", + "Epoch 42/100\n", + "\u001b[1m1997/1997\u001b[0m \u001b[32m━━━━━━━━━━━━━━━━━━━━\u001b[0m\u001b[37m\u001b[0m \u001b[1m1255s\u001b[0m 629ms/step - accuracy: 0.6205 - loss: 1.1432 - val_accuracy: 0.5907 - val_loss: 1.2402\n", + "Epoch 43/100\n", + "\u001b[1m1997/1997\u001b[0m \u001b[32m━━━━━━━━━━━━━━━━━━━━\u001b[0m\u001b[37m\u001b[0m \u001b[1m1491s\u001b[0m 747ms/step - accuracy: 0.6218 - loss: 1.1399 - val_accuracy: 0.5955 - val_loss: 1.2242\n", + "Epoch 44/100\n", + "\u001b[1m1997/1997\u001b[0m \u001b[32m━━━━━━━━━━━━━━━━━━━━\u001b[0m\u001b[37m\u001b[0m \u001b[1m1386s\u001b[0m 694ms/step - accuracy: 0.6212 - loss: 1.1413 - val_accuracy: 0.5957 - val_loss: 1.2284\n", + "Epoch 45/100\n", + "\u001b[1m1997/1997\u001b[0m \u001b[32m━━━━━━━━━━━━━━━━━━━━\u001b[0m\u001b[37m\u001b[0m \u001b[1m1458s\u001b[0m 730ms/step - accuracy: 0.6235 - loss: 1.1366 - val_accuracy: 0.6004 - val_loss: 1.2046\n", + "Epoch 46/100\n", + "\u001b[1m1997/1997\u001b[0m \u001b[32m━━━━━━━━━━━━━━━━━━━━\u001b[0m\u001b[37m\u001b[0m \u001b[1m1434s\u001b[0m 718ms/step - accuracy: 0.6236 - loss: 1.1367 - val_accuracy: 0.6005 - val_loss: 1.2076\n", + "Epoch 47/100\n", + "\u001b[1m1997/1997\u001b[0m \u001b[32m━━━━━━━━━━━━━━━━━━━━\u001b[0m\u001b[37m\u001b[0m \u001b[1m1297s\u001b[0m 650ms/step - accuracy: 0.6239 - loss: 1.1355 - val_accuracy: 0.5987 - val_loss: 1.2131\n" + ] + }, + { + "data": { + "image/png": "iVBORw0KGgoAAAANSUhEUgAABSgAAAUPCAYAAAC1OA4GAAAAOnRFWHRTb2Z0d2FyZQBNYXRwbG90bGliIHZlcnNpb24zLjEwLjMsIGh0dHBzOi8vbWF0cGxvdGxpYi5vcmcvZiW1igAAAAlwSFlzAAAPYQAAD2EBqD+naQAA+zZJREFUeJzs3Xd4VGX6xvHvzGRSJr2SEELovYM0EbABItgb9rqWta9df3Zdy9rWsq69YFu7AgKKBQQEBem9hhJI720yc35/vEkg0gIpk3J/rutcc2bmzDnvxEwwd573fWyWZVmIiIiIiIiIiIiI+IDd1wMQERERERERERGRlksBpYiIiIiIiIiIiPiMAkoRERERERERERHxGQWUIiIiIiIiIiIi4jMKKEVERERERERERMRnFFCKiIiIiIiIiIiIzyigFBEREREREREREZ9RQCkiIiIiIiIiIiI+4+frATRGXq+XnTt3Ehoais1m8/VwREREREREREREmhTLssjPz6d169bY7QevkVRAuR87d+4kKSnJ18MQERERERERERFp0rZt20abNm0OeowCyv0IDQ0FzBcwLCzMx6Ope263m5kzZzJmzBicTqevhyMitaTPtEjzo8+1SPOiz7RI86LPtEjN5OXlkZSUVJWzHYwCyv2onNYdFhbWbANKl8tFWFiYfpiKNAP6TIs0P/pcizQv+kyLNC/6TIscnposn6gmOSIiIiIiIiIiIuIzCihFRERERERERETEZxRQioiIiIiIiIiIiM9oDUoREREREREREaliWRbl5eV4PB5fD0UaMYfDgZ+fX43WmDwUBZQiIiIiIiIiIgJAWVkZqampFBUV+Xoo0gS4XC4SEhLw9/ev1XkUUIqIiIiIiIiICF6vl82bN+NwOGjdujX+/v51Uh0nzY9lWZSVlZGens7mzZvp3LkzdvuRrySpgFJERERERERERCgrK8Pr9ZKUlITL5fL1cKSRCwoKwul0snXrVsrKyggMDDzic6lJjoiIiIiIiIiIVKlNJZy0LHX1vaLvOBEREREREREREfEZBZQiIiIiIiIiIiLiMwooRURERERERERExGcUUIqIiIiIiIiIiNQxt9vt6yE0GQooRURERERERESkyZs+fTojRowgIiKC6OhoJkyYwMaNG6ue3759O5MmTSIqKorg4GAGDRrEggULqp7/9ttvOeqoowgMDCQmJobTTz+96jmbzcZXX31V7XoRERG88847AGzZsgWbzcYnn3zCqFGjCAwM5IMPPiAzM5NJkyaRmJiIy+Wid+/efPTRR9XO4/V6eeqpp+jUqRMBAQG0bduWxx57DIDjjjuO66+/vtrx6enp+Pv7M2vWrLr4sjUKfr4egIiIiIiIiIiINE6WZVHs9vjk2kFOBzabrcbHFxYWcuutt9KnTx8KCgq4//77Of3001myZAlFRUWMGjWKxMREvvnmG+Lj41m8eDFerxeAqVOncvrpp3Pvvffy3nvvUVZWxrRp0w57zHfddRfPPPMM/fv3JzAwkJKSEgYOHMidd95JWFgYU6dO5aKLLqJjx44MHjwYgLvvvpvXX3+d5557jhEjRpCamsqaNWsAuPLKK7n++ut55plnCAgIAGDy5MkkJiZy3HHHHfb4GisFlCIiIiIiIiIisl/Fbg897p/hk2uvengsLv+aR1dnnnlmtftvvfUWsbGxrFq1innz5pGens7vv/9OVFQUAJ06dao69rHHHuO8887joYceqnqsb9++hz3mm2++mTPOOKPaY7fddlvV/g033MCMGTP43//+x+DBg8nPz+eFF17gpZde4pJLLgGgY8eOjBgxAoAzzjiD66+/nq+//ppzzjkHgHfeeYdLL730sMLbxk5TvEVEREREREREpMlbv349kyZNokOHDoSFhdGuXTsAUlJSWLJkCf37968KJ/9qyZIlHH/88bUew6BBg6rd93g8PPLII/Tu3ZuoqChCQkKYMWMGKSkpAKxevZrS0tIDXjswMJCLLrqIt956C4DFixezYsUKLr300lqPtTFRBaWIiIiIiIiIiOxXkNPBqofH+uzah2PixIkkJyfz+uuv07p1a7xeL7169aKsrIygoKCDX+sQz9tsNizLqvbY/prgBAcHV7v/9NNP88ILL/D888/Tu3dvgoODufnmmykrK6vRdcFM8+7Xrx/bt2/n7bff5rjjjiM5OfmQr2tKVEEpIiIiIiIiIiL7ZbPZcPn7+WQ7nCnMmZmZrF27lvvuu4/jjz+e7t27k52dXfV8nz59WLJkCVlZWft9fZ8+fQ7adCY2NpbU1NSq++vXr6eoqOiQ45o7dy6nnnoqF154IX379qVDhw6sW7eu6vnOnTsTFBR00Gv37t2bQYMG8frrr/Phhx9y+eWXH/K6TY0CShERERERERERadIiIyOJjo7mtddeY8OGDfz444/ceuutVc9PmjSJ+Ph4TjvtNObOncumTZv4/PPPmT9/PgAPPPAAH330EQ888ACrV69m+fLlPPnkk1WvP+6443jppZf4888/+eOPP7jmmmtwOp2HHFfnzp35/vvvmTdvHqtXr+bqq69m9+7dVc8HBgZy5513cscdd/Dee++xceNGfvvtN958881q57nyyit54oknsCyrWnfx5kIBpYiIiIiIiIiINGl2u52PP/6YRYsW0atXL2655Raefvrpquf9/f2ZOXMmcXFxjB8/nt69e/PEE0/gcJhp5KNHj+bTTz/lm2++oV+/fhx33HEsXLiw6vXPPPMMSUlJHHPMMZx//vncdtttuFyuQ47rvvvuY8CAAYwdO5bRo0dXhaR7+7//+z/+8Y9/cP/999O9e3fOPfdc0tLSqh0zadIk/Pz8mDRpEoGBgbX4SjVOWoNSRERERERERESavBNOOIFVq1ZVe2zvdSOTk5P57LPPDvj6M844Y58O3JVat27NjBnVu5nn5ORU7bdr126fNSoBoqKi+Oqrrw46brvdzr333su99957wGMyMjIoKSnhiiuuOOi5mioFlCIiIiIiIiIiIo2Q2+0mMzOT++67j6FDhzJgwABfD6leaIq3iIiIiIiIiIhIIzR37lwSEhL4/fffefXVV309nHqjCkoREREREREREZFGaPTo0fudOt7cqIJSREREREREREREfEYBpYiIiIiIiIiIiPiMAkoRERERERERERHxGQWUIiIiIiIiIiIi4jMKKEVERERERERERMRnFFCKiIiIiIiIiIiIzyigFBEREREREREREZ9RQCkiIiIiIiIiIi1au3bteP755309jBZLAaWIiIiIiIiIiIj4jAJKERERERERERGRJsrj8eD1en09jFpRQCkiIiIiIiIiIvtnWVBW6JvNsmo0xNdee43WrVvvE9KdeuqpXH755WzcuJFTTz2VVq1aERISwlFHHcUPP/xwxF+SZ599lt69exMcHExSUhLXXXcdBQUF1Y6ZO3cuo0ePxuVyERkZydixY8nOzgbA6/Xy1FNP0alTJwICAmjbti2PPfYYAD///DM2m42cnJyqcy1ZsgSbzcaWLVsAeOedd4iIiOCbb76hR48eBAQEkJKSwu+//86JJ55ITEwM4eHhjBo1isWLF1cbV05ODldffTWtWrUiMDCQXr16MWXKFAoLCwkLC+Ozzz6rdvxXX31FcHAw+fn5R/z1qgm/ej27iIiIiIiIiIg0Xe4ieLy1b659z07wDz7kYWeffTY33HADP/30E8cffzwAWVlZTJ8+nWnTplFQUMD48eN57LHHCAgI4L333mPixImsXbuWtm3bHvaw7HY7//73v2nfvj2bNm3iuuuu44477uCVV14BTKB4/PHHc/nll/PCCy/g5+fHTz/9hMfjAeDuu+/m9ddf57nnnmPEiBGkpqayZs2awxpDUVERTz75JG+88QbR0dHExcWxadMmLrnkEl588UUsy+KZZ55h/PjxrF+/ntDQULxeLyeddBL5+flMnjyZjh07smrVKhwOB8HBwZx33nm8/fbbnHXWWVXXqbwfGhp62F+nw6GAUkREREREREREmqzIyEhOOukkPvzww6qA8rPPPiMmJoZjjz0Wu91O3759q45/5JFH+PLLL/nmm2+4/vrrD/t6N998c9V+u3btePTRR7nmmmuqAsqnnnqKQYMGVd0H6NmzJwD5+fm88MILvPTSS1xyySUAdOzYkREjRhzWGNxuN6+88kq193XcccdVO+a1114jIiKCX375hQkTJvDDDz+wcOFCVq9eTZcuXQDo0KFD1fFXXnklw4cPJzU1lYSEBNLS0pg2bVqtqk1rSgGliIiIiIiIiIjsn9NlKhl9de0auuCCC7jqqqt45ZVXCAgI4IMPPuC8887DbrdTUFDAgw8+yNSpU0lNTaW8vJzi4mJSUlKOaFg//PAD//znP1mzZg15eXmUl5dTUlJCUVERLpeLJUuWcPbZZ+/3tatXr6a0tLQqSD1S/v7+9OnTp9pju3fv5r777uPnn38mLS0Nj8dDUVFR1ftcsmQJbdq0qQon/2rw4MH07NmTd999l7vuuovJkyeTnJzMyJEjazXWmtAalCIiIiIiIiIisn82m5lm7YvNZqvxMCdOnIhlWUydOpVt27YxZ84cLrjgAgBuu+02vvzySx5//HHmzJnDkiVL6N27N2VlZYf95diyZQsTJkygT58+fP755yxatIiXX34ZoOp8QUFBB3z9wZ4DM30cwNpr/U23273f89j+8vW55JJLWLJkCS+88ALz5s1jyZIlREdH12hcla688kreeecdwEzvvuyyy/a5Tn1QQCkiIiIiIiIiIk1aYGAgZ5xxBh988AEfffQRXbt2ZcCAAYBpWHPppZdy+umn07t3b+Lj46sazhyuRYsW4fV6eeaZZxg6dChdunRh587qFaZ9+vRh1qxZ+319586dCQoKOuDzsbGxAKSmplY9tmTJkhqNbe7cudx4442MHz+enj17EhAQQEZGRrVxbd++nXXr1h3wHBdeeCFbt27l3//+N6tWraqahl7fFFCKiIiIiIiIiEiTd8EFFzB16lTeeuutqupJMKHgF198wZIlS1i6dCnnn3/+Ph2/a6pTp0643W5efPFFNm3axPvvv8+rr75a7Zi7776b33//neuuu45ly5axZs0a/vOf/5CRkUFgYCB33nknd9xxB++99x4bN27kt99+480336w6f1JSEg8++CDr169n6tSpPPPMMzUaW+fOnXn//fdZvXo1CxYs4IILLqhWNTlq1ChGjhzJmWeeyffff8/mzZv57rvvmD59etUxkZGRnHHGGdx+++2MGTOGNm3aHNHX6XApoBQRERERERERkSbvuOOOIyoqirVr13L++edXPf7ss88SGRnJ8OHDmThxImPHjq2qrjxcffv25dlnn+XJJ5+kV69efPDBB/zzn/+sdkyXLl2YOXMmS5cuZfDgwQwbNoyvv/4aPz/TCub//u//+Mc//sH9999P9+7dOffcc0lLSwPA6XTy0UcfsWbNGvr06cOTTz7Jo48+WqOxvfnmm2RnZzNgwAAuuugibrzxRuLi4qod8/nnn3PUUUcxadIkevTowR133FHVXbzSFVdcQVlZGZdffvkRfY2OhM3ae1K7AJCXl0d4eDi5ubmEhYX5ejh1zu12M23aNMaPH4/T6fT1cESklvSZFml+9LkWaV70mRZpXprzZ7qkpITNmzfTvn17AgMDfT0c8ZH333+fW265hZ07d+Lv73/QYw/2PXM4+Zq6eIuIiIiIiIiIiLRwRUVFpKam8sQTT3D11VcfMpysS5riLSIiIiIiIiIiAnzwwQeEhITsd+vZs6evh1evnnrqKbp160Z8fDx33313g15bFZQiIiIiIiIiIiLAKaecwpAhQ/b7XHOb0v9XDz74IA8++KBPrq2AUkREREREREREBAgNDSU0NNTXw2hxNMVbRERERERERESqqJ+y1FRdfa8ooBQRERERERERkaopzEVFRT4eiTQVld8rtZ3+rineIiIiIiIiIiKCw+EgIiKCtLQ0AFwuFzabzcejksbIsiyKiopIS0sjIiICh8NRq/MpoBQREREREREREQDi4+MBqkJKkYOJiIio+p6pDQWUIiIiIiIiIiICgM1mIyEhgbi4ONxut6+H06x4vBZ5xW7ySsyWW+QmLMhJnzYRvh7aEXE6nbWunKykgFJERERERERERKpxOBx1Fj41R+UeL9lFbnKKysgqLCO7yE12UZnZCsvIKqx4rqiMnCI3WYVl5JW4+WtPmRO6t+KNS2pfgdjUKaAUEREREREREZEWyeO1yC9xk1u8Z8sp2rOfXWhCxuy9Q8jCMvJKyo/4muFBTqKC/YlwOekYG1yH76bpUkApIiIiIiIiIiJNltdrkV9aTt5+AsY9W9k+j+UUuSkoLd+nqrGmbLaKsNFlwsaoYH8iXf5EVt66nEQG+1c87iTS5U94kBM/h71uvwDNgAJKERERERERERFplDxei9TcYlKyitiWVURKVhFbM4vYnl1MdsX06fwSN94jDBkrufwdhAc5CQ9yElZxG1FR6Ri5V8BoKh/NbXiQE4ddXc7rggJKERERERERERHxmYLSclIyi6pCyK1ZhaRkFbMtq4jt2UW4PTVLHwOd9qqQ0Wz+f7nvR0RFFWNYtced+PupqtGXFFCKiIiIiIiIiEi98XotdueXsHXvEHKv/czCsoO+3umw0SbSRduoPVtSlIuYEP9qVY+BTjX1aaoUUIqIiIiIiIiISI1YlkWJ20t+iZv80nIKSsopKC0nv+rWTUFJORkFpWY6dlYR27OKKfN4D3reSJezKnhMjnbttR9MfFigplI3cwooRURERERERERaAMuyyCsuJ6Ow1ASKJeUUlLrJL9kTMO4dNhaUuPcKHvc87zmCBR/97DYSI4P2BI97VUK2jXYRFuish3csTYUCShERERERERGRJsrt8ZJdWEZ6QSmZBWVk7HWbUXm/sJSM/DIyC0trvJ7jodhsEBLgR2iAHyGBfmY/0ElIoHkswuVP272qIRPCA9W9Wg5IAaWIiIiIiIiISCNSVFZOZsFfQ0cTOKbvtZ9ZUEp2kfuwzx8S4Ed4kJPQimBxT8C4V9BY8XjoX56vfM7l78Bm07RrqRsKKEVERERERERE6phlWRSWecgpKiOnyE1usZucIjc5xXvfL6t4zE3uXs+Vlh98vca/stsgKjiAmBB/YkICiP7L7Z7HA4gO9lczGWl0FFCKiIiIiIiIiBxEidtDVmEZWYVlpOUVsSjDRtaCFPJLvVWhY25F0JhTVFYVRpYfwVqNlQL87H8JF/eEjDFVwaN5PNLlryYy0qQpoBQRERERERGRFqOyUUxWURlZhWYKdXZRGZmFZWQVlFU8Xn0rKvP85SwOWL+mRtfzd9iJcDnNFuRPuMtJRFDFfZc/4UF7notwOavuhwT4aQq1tBgKKEVERERERESkSSssLWd3Xglp+aWk55eawLGgImAsqggeK/azC8uOqLLR6bAR6fIn0uXEW5xHhzbxRIUEEF4RLFaGjlX3K0LHQKddQaPIISigFBEREREREZFGqTJ43J1XSlp+CWkVt3vf351XQuE+FY6HFhLgR2Swk6hgsy5jpMuf6BB/ooL9iXJV3IZU7If4E1pR0eh2u5k2bRrjx/fD6XTWw7sWaXkUUIqIiIiIiIhIgyooLSctb9+gMS3f3KbnH37wGOzvoFVYIDGhFYFjsD/RwRVB41+2SJcaxYg0JgooRURERERERKROlLg9JmzML6mqfDS3ZjuSisfK4DEuLIC40EBaVdzGhQWYx0MDiAsLJCRAEYdIU6VPr4iIiIiIiIgclNvjJaOgtCpwTMsrYddeAWRlKJlT5K7xORU8ikglfcpFREREREREWiCP1yK32E12ReOY7CI3mRUh5K6KEHJ3xXqPGQWlWDXsKxPgZ6dVmAkcze2e/aogUsGjiOxFPw1EREREREREmrjScg85RZVho5ucItOxOqfITXbhXvsVt1mFZeSVuGscOgI47LaqqsZWoQHEhwdWVTq2Cgs090MDCQvyU9dqETksCihFREREREREGplyj5fMwrKq6dNp+aaZTGWlY3ZRWbUw8ki6WFcKDfAjIthZ1bl6T9Vj9SrIqGB/HHYFjyJS9xRQioiIiIiIiDQQt8db1aHahI6lpO/dzTrfTLHOLKz5lOpKdhtEuPyJdDmJdPnv2a/oWh3pclY9FhVsno9wOXE67PXzZkVEakgBpYiIiIiIiEgtuT1eduVWhI5V4WNl8LjnsazCshqf02G3ERPiXzWNOjY0kOhgEypGuvyJDDaBY5TLBJChgX7YVeEoIk2QAkoRERERERGRGihxe0jJKmJLRqG5zSxka6a53ZFdjLeGFY9Oh43YELOWo1nTMYBWoXu6WVfeakq1iLQUCihFREREREREKhSUlrN1r+AxJXNPEJmaW3LQ1/r72asaxsSFBlQ1lKlqLFMRPEYEOVXpKCKyFwWUIiIiIiIi0qLkFrnZkllYrQLSBJFFZBSUHvS1oYF+tIsOJjnatec2xtzGhgSoe7WIyBFQQCkiIiIiIiLNRlm5t2LtxxJ25ZayK8/sp+aWkJJZyJbMInKL3Qc9R1Swf/UAcq/bCJdTIaSISB1TQCkiIiIiIiKNnmVZ5JWUVwSPJSZ4rLzNM7e7ckvILCyrUffruNCAfSog20UH0zbaRVigs/7fkIiIVFFAKSIiIiIiIj5VWu4hq7CM1Nw9oWP1ALKUXbklFLs9NTqf02EjLjSQ+PBA4sMCaRUWSHx4AG2jXCRXhJIuf/06LCLSWOgnsoiIiIiIiNRKidtDXombvOLyils3eSXlFbdu8qv29zy29/3Scm+NrxUe5DShY3gg8WEBe+1XBpGBRLn81YRGRKQJUUApIiIiIiIi1ZR7vKTmlrA1s4itWYVszy4mp6h6sJi/VyBZdhgB44H42W20quh0HR9eETZWBI6V+63CAgnyd9TBOxQRkcZEAaWIiIiIiEgLVOL2kJJVZELIzMKq/ZSsIrZlFVHurcFCjnux2SAs0ElYkJ+5DXQSGuhHWJCz+uNBTsL++niQkxB/P1U9ioi0UAooRUREREREmqmcorKKKsgiUjILK8JIUxW5O6/0oK/1d9hpExVkGsdEuYh0+e8/ZKzYD1bAKCIiR0gBpYiIiIiISBPk9njJLyknt9jN7rwStlYGkFlFpFRUReaVlB/0HKGBfiRHu0iOMt2rk6Nc5jY6mPiwQBwKHEVEpAEooBQREREREfEBy7IoKjPNZXKLzXqO5rbifsXjlc/l7fVYXrGbwrKadbSOCw0gOdpF2yjTvdrsu2gXHUyEy4nNphBSRER8SwGliIiIiIhIHbIsi115JazfXcCGtAI2puWzaqOdT9MXkV/qMUFjRfB4uOs87k9IgB/RIf5VoWNlAJlcMTVbTWVERKSxU0ApIiIiIiJyBDxei+3ZRWxIK2B9WkHV7ca0AgpK/zq12g6Zmfs9j5/dRliQk/C91nUMr1jbMbyikUx41WN+1R4LDfTDz2Gv/zcrIiJSjxRQioiIiIiIHITb42VrZmFVRWRlGLkxvYDScu9+X+Ow20iOdtE5LoT20S52p2xg6IA+RIUEERboR7hrT/jo8ndomrWIiLRoCihFRERERESAEreHjekmfNywV0XklozCA07F9vez0yEmmM6tQukUG0LnViF0iguhXXQw/n6mstHtdjNt2nrG90/E6XQ25FsSERFpEhRQioiIiIhIi2BZFtlFbnZkF7Mjx2w7c4rZklHIhvQCUrKKsA6wJGSwv4NOcSF0jAuhc1woneNMEJkU5VKnaxERkVpSQCkiIiIiIs1CWbmXXbklVcHj3reV+yXu/U/JrhThclaFj53iQukUF0LnuBASwgM1DVtERKSeKKAUEREREZFGz7Is8krK2ZFtgsaducVVlZCVIWRafukBKyD3FhcaQOuIIBIjgkiMDCIpMohOcaF0bhVCdLC/gkgREZEGpoBSREREREQahRK3h+3ZRWzNNFtKVhFbMwvZmWOqIvftjL2vAD87iRFBtI4IonVEIIkRLnMbaQLJ+PBAAvwcDfBuREREpKYUUIqIiIiISIPJK3GTUhFAbsksNPtZ5jY1r+SQFZBRwf4VwWPQnirIyv3IIFVAioiINEEKKEVEREREpM5YlkV6QemeKsjMQrZmVVZFFpJd5D7o60MC/Ggb5SI52kXbaBfJUcG0idwTRgb5q/pRRESkuVFAKSIiIiIiNVbZCXt3Xgm78krYkV1MSlYRWzIKScky07KLyjwHPUdMiD9to1y0iw42IWS0i7ZRwSRHu1QBKSIi0gIpoBQREREREQAKS8vZlVfC7rwS0vJKD7hf5jl4J2y7DVpHBFULHttV7LeNdhESoF9DREREZA/9n4GIiIiISDNXWu4hPb+U3Xkl7M4rrap+TPvLfk2a0FSKDvanVVggrSMCq0JIMyXbRZtIF/5+9np8RyIiItKcKKAUEREREWkmsgrLWLUzj9WpeaxKzWPtrnx25ZWQVVhW43OEBvgRFxZAq7BA4sMCiQsLpFVYQNV+fHggsSEBCiBFRESkziigFBERERFpYrxeiy2ZhaxOzWdVam5FKGnCyAPx97PTKiyAVqGBtAqr3AL22Q/W9GsRERFpYPq/DxERERGRRqyorJy1u/JZlZpXVR25Zlf+ARvRtIt20aN1GN3jw+iWEEZSVBCtQgOJcDnVfEZEREQaJQWUIiIiIiKNgGVZpOeXsnKvIHJVah6bMwqxrH2PD/Cz0y0hjB4JYfRICKVH6zC6xoepAY2IiIg0Ofq/FxERERGRBlZYWs7WzCLW7c6vCiJX7cwj8wBrRcaGBtAjIYzuCWH0aG1CyfYxwTjsqogUERGRpk8BpYiIiIhIPSgoLWdrZiFbMorYklnIloxCtmaa/bT80v2+xm6DjrEh1YLI7glhxIYGNPDoRURERBqOAkoRERERkSNUUFrOloxCtmRWhI8V+1syi0g/QAhZKSrYnw4xwdWCyK7xoQQ6HQ00ehEREZHGQQGliIiIiMhB5Je42ZpZxOaMQlMRWRVEFpFRcOgQsl20i3bRwbSLCSY52kX7mGCSo4IJdzkb6B2IiIiING4KKEVERESkRbMsi6zCMrZmFbG1ohIyJbOo6n5Gwf7XhawUHey/J3yMDiY5Jpj20cG0jXYRHqQQUkRERORQFFCKiIiISLPn8VrszCkmJauIrZlFbM0qNCFkZhEpWUUUlJYf9PUxIf60iw4mOTqY9jEukqODzf0YF2GBCiFFREREakMBpYiIiIg0CyVuD9uqAsgiUiqmY6dkFbE9uwi3xzrga202iA8LpG2UmY7dNtpFcsXU7ORoF6EKIUVERETqjQJKEREREWkyLMsiNbeEZdtz2ZCWv1cYWcSuvJKDvtbfYadNVBDJUaYCsm2UCSGTo120iXSpOY2IiIiIjyigFBEREZFGKz2/lOU7cli6LZflO3JZtj33oI1pQgP8qqof20YFVwWQydHBxIcF4rDbGnD0IiIiIlITCihFREREpFHILXKzbEcOy7bnsmx7Dsu357Izd9+qSIfdRpdWoXRPCK2agt22oioy0uXEZlMIKSIiItKUKKAUERERkQZXUFrOyoqKyGU7TCC5NbNon+NsNugYG0KfNuH0SQynd5sIerYO03RsERERkWZEAaWIiIiI1KsSt4dVqXks25bDsh25LN+ey4b0Aqz99KxJjnbROzGcvm0i6N0mnF6J4YQE6H9ZRURERJoz/d+eiIiIiNQJy7LIKChjU3oBG9ILWL7dVEiu251PuXffNDIhPNBURraJoE+bcHonhhPh8vfByEVERETElxRQioiIiMhhKSgtZ0tGIRvTC9icUbhnSy8kv7R8v6+JDvavHka2CScuNLCBRy4iIiIijZECShERERHZR1m5l23ZRWxKL2RzhgkizX4hafkH7qJts0GbyCDax4TQs3UYfduYdSNbhweqeY2IiIiI7JcCShEREZEWyuu12J1fwub0QjZWVEBWhpHbsovx7GdadqXoYH86xAbTPiaY9jEhtI8JpkNsMG2jXGpgIyIiIiKHRQGliIiISAtQVFbOyp15LN2Ww/IduazbXcCWjEKK3Z4Dvsbl76gIIIPpEBNM+9iKMDI6mHCXswFHLyIiIiLNmQJKERERkWamtNzDmtR8lm3PYVlFo5r1afnsryDSYbfRNsplAsiqEDKYDjEhtAoL0LRsEWkeSnJh5VfQZSyExvt6NCIi8hcKKEVERESasHKPl/VpBSzbnsPS7bks357Lml15uD37ppFxoQH0aRNB3zbhdE8Io0NsMElRLpwOuw9GLiLSQLK3wofnQPoaiGwHl8+E0Fa+HpWIiOxFAaWIiIhIE+H1WmzKKGT5jhyWbstl+Y5cVu7MpcTt3efYSJeT3hVhZO/EcPomRdAqTF2zRaSF2f4HfHQeFKab+9lb4IOz4NKpEBjm06Edth2LYOb9EN8L+l0ACX18PSIRkTrj84Dy5Zdf5umnn2bXrl307duXF198kcGDBx/w+JycHO69916++OILsrKySE5O5vnnn2f8+PFHfE4RERGRxsayYFt2Eat3FVVN1V6xI5f80vJ9jg0J8KN3Yjh92oTTp00EfdqE0yYySNOzRaRlW/kVfHk1lJdAfG8Y9wR8einsWgafXAAXfAZ+Ab4eZc2kLoX3TzdT1bf+CgteNe+p3wXQ+xwIjvb1CH0rf5cJcCs3yws9ToNeZ0BQpK9HJyI14NOA8pNPPuHWW2/l1VdfZciQITz//POMHTuWtWvXEhcXt8/xZWVlnHjiicTFxfHZZ5+RmJjI1q1biYiIOOJzioiIiDQG5R4vy3fkMm9jJgs2ZbBos4PC337d57hAp52erSurIsPpnRhBh5hg7HaFkSIigPkLz6/PwayHzP0u4+DMNyEgBC74FN6ZAJtnm/DyzLfA3siXuUhbvSecbHMUhCXC2mmwazlMvwtm/p9ZW7P/hdDpBHA08yZmpQWQusRUx+5YBDsWQ972fY/bPNt8fbqeBH0ntYyvTUtTnG0+F16P2SwPeMv3f79q32tuD3ast9yE3N5yCAiDtkMhuhPoD7/1yqcB5bPPPstVV13FZZddBsCrr77K1KlTeeutt7jrrrv2Of6tt94iKyuLefPm4XSaHyzt2rWr1TlFREREfMHrtVi9K4/5GzOZtzGThZuzKKhWHWnD6bDRLT6sojLSVEd2jgvBT2tGiojsn8cNU26BP98394dcA2MfB7vD3G/dH86dDB+cDSu/hOBYOOmpxhs8ZG6E906Fokwz9gs/h8BwKMqCFZ/Dn5NNWLdmitmC46DPOSasjOvu69HXnqcc0lZVr45MX2PCo73Z7BDbHdoMhMSBUJIHSz+GtJWw6muzuWKg99nQ9zxI6Nt4/5vLoRVnw6yH4Y+3gf10AKwPwbGQPBySjza3cT32/FyROuGzgLKsrIxFixZx9913Vz1mt9s54YQTmD9//n5f88033zBs2DD+/ve/8/XXXxMbG8v555/PnXfeicPhOKJzApSWllJaWlp1Py8vDwC3243b7a7tW210Kt9Tc3xvIi2RPtMiTYNlWWxML+S3zVnM35TFws3Z5BRX/9yGB/kxuF0Ug9qGU7pzNRdPPJ7goOrTDy2vB7fX05BDF5Fa0r/VDaQ4B8cXl2HfMgfLZsd74uN4j7oSPF6zVWo7AtspL+P31d9g4Wt4XLF4j77Fd+M+kJyt+L03EVvBbqy4XpSf9z9wuMDtBmco9L/UbGmrsC/7CPuKz7AVpsH8l2D+S3gT+mH1OR9vz9ObxjRny4Lcbdh2Lsa2cxG2nX9iS12Krbx430PDErFaD8Rq3R+r9QCshL7gH1L9oMHXwq7l2Jd/gn3l59gK02HBf2DBf7Biu+PtfQ7eXmdBaMJhD1WfaR+xLGwrPsUx6wHz3xOwnC4TFNoc1W/tfnvt77lv2exm37738X85du/9/FRsOxab61WG3YAVEIaVNASr7TCstsOx4vuqQnc/DuczYrMsq4Hi5up27txJYmIi8+bNY9iwYVWP33HHHfzyyy8sWLBgn9d069aNLVu2cMEFF3DdddexYcMGrrvuOm688UYeeOCBIzonwIMPPshDDz20z+MffvghLperDt6tiIiItDSWBZmlsD7XxrpcGxvybOS5q1drBNgtOoZZdA636BxmkRgMmqktdcXhLSUh5w9K/cLID0ykxBmpiiFptlylaQzd+AyhpamU2wP5vd3fSQvve9DXdEibSe8dkwH4s+0VpESPaoih1khgWRYj1j9GcFk6+YGt+bXTPZQ5D97Ux2aV0ypvGW0z59Aqdwl2zB+zPDY/doUPICV6JGmhvUy1YSPgLC8komgjkUWbiCzcRETRJgLL8/Y5zm0PIju4AzmuDmS7OpAd3JFSZ8RhXctmeYjLW05S1q/E5/6JwzKhiYWNtNBebIs6ml0RA/HYm8iapC1QSMlO+mx7l9iC1QDkB7ZmaZtLyQztVu/XtnvdRBRtIrpgrdkK1+PnLal2TLndn2xXJzJCupEZ0pXs4I547f71PrbGrqioiPPPP5/c3FzCwg7+M8znTXIOh9frJS4ujtdeew2Hw8HAgQPZsWMHTz/9NA888MARn/fuu+/m1ltvrbqfl5dHUlISY8aMOeQXsClyu918//33nHjiiVVT5UWk6dJnWqTxSM0t4bdNWfy2OYvfNmWxM7f6/7wG+NkZ2DaCoR2iGNohil6tw3DuZ7q2PtdSa+UlOD6ZhH3rnKqHrIAwrJiuENMFK7ab2WK6QWi8gst6ps90/bJt/x3Hp7diK83ACm2Nde6HDGrVqwavHI/np2gc816g37a36T1kNFaXk+p9vIdUsBu/90/BVpaOFdmewIu+5YTQ+Bq++BQAPIUZWCs/w770IxxpK0nMWUhizkKskHi8fc7F2+c8iO5cf++hkqcM8nZgy9lmqiNzU7Blb8aWugRb1qZ9DrfsTqxWPU1VZOuBWK0HQHRHIm12IoH2tRrMRAC8JblYq77Cvvx/2LcvoFX+clrlL8dKDcHqfire3udgtR120CBXn+kG5C7GPvc57EtfxOZ1Y/kF4h1xG4FDr2OIwzcBoOUtp3zXcmzbfsOWMh/btvn4FWcTW7CK2IJV5hi703wftx1mtjaDISDUJ+P1pcoZyjXhs4AyJiYGh8PB7t27qz2+e/du4uP3/8M3ISEBp9OJw7Fnnn/37t3ZtWsXZWVlR3ROgICAAAIC9v1LidPpbNY/bJr7+xNpafSZFml4GQWlzN+YyfxNmczfmMnmjMJqzzsdNvolRTCsYwzDO0bTLymCQGfN1yvS51qOiKccvr4GtswBZzCEJ0LmRmyledh2/A47fq9+fEA4xHaFuG5mDbfYrmbtutAEBZd1TJ/perDic/jyWvCUQkJfbJM+wRl2GFN2T3wIijKxLZmM35dXwcVfm4YYvlKYCR+eBVkbIbwttku+xRmRdPjniUiAo2+A4debruV/fgDL/4etYBeOeS/gmPcCtBkM/S+AnqebdS2PRHmZaVCTk7L/LW8nB10jMKqDWTMycRAkDsQW3xubM/DIxlJTzhgYcqXZMjfCsk9g6UfYclKwLf0A+9IPIKIt9DnPrFcZ3fHAp9Jnun6t/wGm/QOyt5j7ncdgG/80jsh2+Hb1RyckDzYbN5rGOxlrYetc2DoPtszFVrAL2/YFsH0BzHveBN7xffasYdl2GARH+/RdNITD+Xz4LKD09/dn4MCBzJo1i9NOOw0wFZKzZs3i+uuv3+9rjj76aD788EO8Xi/2ik5r69atIyEhAX9/k5wf7jlFREREasKyLLZnF7N8Ry4LN2cxf2Mma3fnVzvGboPebSIY1iGa4R2jGdQuEpd/k5qwIk2d1wvf3miaZTgC4PyPof1IKC+FzA2mG3D6WkhfDWlrIGsTlObC9oVm21tAeEVo2dUEl3HdILabgktpHCwL5vwLfnzU3O96Mpz5OvgHH955bDaY+AIUpsP6GfDhuXD5dN80mCnOhvdPNZ/P0AS45Gs4knBybzabaQiT0BfGPALrppuwcsMPez73390F3SeasLLdyOpdzctLIXevADJ32+EFkAB+gSbwC08ytxFtTVCTOABcUbV7f7UV3RGOvQdG3QXbfoOlH8HKr8x7m/2U2ZKGmKCyqazl2Rzk7TQd2CvWeyQsEcY9Yb5PG+O/P3a7+ZkR1x2OutL8fMrebMLKrfNMcJm9xTS0Sl0Cv71sXhfbzYSVHUZDj1N9N/5Gwqf/x3zrrbdyySWXMGjQIAYPHszzzz9PYWFhVQfuiy++mMTERP75z38CcO211/LSSy9x0003ccMNN7B+/Xoef/xxbrzxxhqfU0RERORQLMsiJauI5TtyWbEjjxU7clmxM5econ0X+u6eEMbwjtEM6xDN4A5RhAWqkkJ8xLJg5n2w5AOzwP/Zb5twEsAvAFr1NNveDhVcbltgtr0Fhptfqiq31v2hzVHgUBgvDaS8DL69CZZ+aO4Pux5OfPjIO+o6/ODsd+C9U2D77zD5TLhiJoS3qbMhH1JpPkw+C3YtN92CL/7GVBfWJb8AE4L0OBXyd5nKwT8/MJVfy/9ntvAk83nO22lCuvxUDh1ABpkgtTJ8rNqSzW1wbOMMlfZmt1d0aB5uurqvmWrCyo0/7vk5+N1d0PUk6DsJkkf6esTNk6ccfn/d/OGhrMD8Wzb0Whh9V9OaHm2zmc9vVAfof6F5LG/nXoHlPPPvbfoas2WsV0CJjwPKc889l/T0dO6//3527dpFv379mD59Oq1atQIgJSWlqlISICkpiRkzZnDLLbfQp08fEhMTuemmm7jzzjtrfE4RERGRvVmWxdbMyjAyt+o2r6R8n2OdDhvd4sPolxTB8I7RDOkQTVSwFkCXRmLOv/ZUZZz6EnQ7+dCvqVFwWfELVGVwWbKf4DIoEjqPNb+8dzq+af0iKU1LURZ8chFs/dWEF+OfMhVLteXvgvP/B2+NM4Hd+2eYSsqGqPArK4QPzoEdf5jP0sVfQ2yX+r1maDwcfRMMvxF2LDZ/2FjxmamQzN1W/Vi/oP2Ej3sHkDGNP4A8HM4g6H2W2fJ3wfJPYclHkLYSVn0Fq77CLziWNjFnAON9PdrmY/sfMOVmE9KDCconPAfxvX06rDoT1nrP9xWY5RxS5puwMrarb8fWSPisi3djlpeXR3h4eI26DDVFbrebadOmMX78eK2XIdIM6DMtUnNer8WWzEJW7DRVkcu3m8rI/P2Ekf4OO90SQumVGE7viq1Lq1D8/eq/+6k+13LYFr4O024z++OeMBUn9aG81FR6VIWWq83UteLsPcc4/KHdMSas7DKu9lNU60NhJqSYdcJImQehreHc98FRP583fabrSOZG+PAcE577h5qqx84n1O01crfDGydC/k6zRuPFX5vwsr64S+Cjc2HTz2ZZhUu+NlXJvuAugbXTzNegqiIyGVzRzSuAPBKWZYKzpR+bStPCdCxseE5+Dr+jNFuzVoqzYdbD8MfbgAWBEWZt2P4XV19uQJqkw8nXNA9DREREmiWv12JzZmFVELl8Ry6rduaRX7qfMNLPTveEMHonhtGrdTi9GjCMFKm1ZZ/CtNvN/qg76y+cBFNxGd/LbJU85aaacu00WPudae6xcZbZpt1mql+6jjdhZUI/3/zCWZBmgtQtc81t2qrqz6cuhc2zTfWnNE5b58PH50NxlpmGfP4n+1b+1oXwNnDRF/DWWLM+42eXwbkf1M8SBuVl8L+LTTjpDIYLP/NdOAngDIReZ/ju+o2ZzQYJfcx24kN4vrsLxx9v4Df1ZrMA9cBLfT3CpseyTHXqjHvMGrBgps+f+AiExPp2bOITCihFRESkWSgoLee3jZn8timTZRVhZMF+wsiAqjDSVEX2Sgync6sQnA6FkdIErZsBX10DWDD4bzD67oYfg8MP2h1ttrGPmQrLyrBy2wJTdbRrOfzypGn80WWcCSzbjzSBSH3I27knjNw6FzLW7XtMbDfTTTVrowmI1kxRQNlYLfsUvr4OPGUmwJv0CYTW4xJecd3NdO/3TjVNZb69ySybUJdVhJ5y+Pxy05jHLwgu+B8kDa6780v9cTjxjvknW7am0DF9pvn+sCwYpErKGstYD1NvNX8YAojpAic/C+2P8e24xKcUUIqIiEiT5PFarNiRy5z16cxen8HirdmUe6uvXBPotNOjIozsWRFIdo4Lwa+lh5EeN9jsR95QQhqHrfNM9ZW3HHqfA+OebBzTMGM6Q8xNZn27wkxYP9MElhtmmYYbi942m9MFHY8zU8E7j61dxUxOSkUg+au5zd687zGteplAst3R5jY4xjy+/vuKgHIajH+maU4p/P1N2LbQVHe17m86JAeE+HpUtWdZJtj+2TRNpftEOP21+p1yXantUDjrbfjkAlgyGULi4IQH6ubcXo/5w8Lqb82SCOd9AO1G1M25pWHYbKxIvIB27dvjWPhfs3YiFgy63Ncja9zcxTDnGZj7gvmDg18gjLzdrIXqpzW9WzoFlCIiItJk7MgpZs66dOasz+DXDRnkFlfvqp0c7WJEpxj6t42kd2I4HWODW0YYWV4KhRlQlFFxm2mmS1U9lllxm272S3PBEQBx3Uxo06piym6rXg3TEEJqL3UpfHgulJeYisTTXmmcwVpwNPSbZDZ3CWz51YSV66ZD3g5TtbhmCmAzDRG6nmSqK2O7HjhstSwTQFZWSG6ZC7kp1Y+x2c3U8uQRJpBsO+zA39vtR5r1DAt2mSYlTa2KrSDNTKW3vLDsY/OYzQ4xXU1YmTjA3LbqVX8Vq/WhvBS+ucF0mgYTYJzwUMN+n3cbDxNfMOP49VkIaQVDr6ndOb1e+PZGM7XV7gfnvKfK3abKZsN7wqM47H6mQdmUW8znsC6aNjVH63+Aaf+A7C3mfucxpmN6VHufDksaDwWUIiIi0mhVTtv+dUMGs9ensym9sNrzoYF+HN0xhhGdYzimcwzJ0cE+GmkdKy8hqCwDUpeYMLEyeCxM/0vgWLGV5R/+NTylJuRKXVr98dDWe8LKVj1NyBPVsX7WX5Mjk7HBdBguzTOVgGe/U2/NXeqUM9A0NOl8AljPwK5lZhr42mnm+3D7QrPNeggi21eElSeZcDF7iwk3KwPJ/J3Vz21zQOt+FRWSI0z1W2B4zcblFwBdxsCKz01Y2tQCytXfmlAkItl8bnf+ab4+6avNtvRDc5zdD+J6mLCyMriM69E4v3eKsuDjC0wDI5sDJjzruzX+BlwMBbvhx0dh+l2m0rfXmUd2LsuC726HPyebEPnMN8z3uDRdNptZ2sJmg/kvwdR/mP/Og6/y9cgaj7ydMP1u0wEdzP9nnPSkqYhuDFX/0mjo/zRFRESk0TjUtG2H3Ua/pAiO6RzDMZ1j6dsmvPlVSC79GL+v/84YbzmsPIzX2f1Mp1VXjKlac8WYKazBsebx4Jg9j7liTPC5awXsXgm7V5g1AnO2mmAjf6eZllvJL9Cs1xffC1r1rggue0FQZJ2/fTmE3B3w/mkmoE7oC5M+AmeQr0d1+Gw2M/6EvjD6LvO+1k03geXmX0yF5G+vmM3uZ6ax783uNAFb5ZTtpCEQEHrk4+k2wQSUq6eYKr2m9Etz5S/9R11hptUD5O8yQWXltmOx+Z7Ztcxsi981xzkqmh617g+tKyotY7v6dvmHjA3w4dmQtQkCwuCcd81SAL50zG2mUnXha/DF1RAUBR2PPbxzWBbMvA9+fwOwwWmvQs/T62W40sBsNhjzqLmd92JFRbMFQ/7m65H5lsdtlp/48VHzh1SbwzRxG31X7X5eS7OlgFJERER8au9p23M3ZpBTtO+07WM6xzCiUyzDOkYTHtQIq33qSkE6fHcHNm85XpsDW3AstuDYiqAxZt/w0VURQAZHQ2DE4YUqwdEQ1QF6nLLnsZI809141/I9weXuVeAuNNWcqUuqnyOszZ6wslWvimrLDlrbsr4UZppwMncbRHeGC7+oeZVgYxeeaAK2o66A0gLY+KMJLNdNN0sWOAKgzaA9gWSbwXW7DmGnE8xagFkbIX2NaZLSFBRmmMpSgB6n7nk8NH5PBSqYsCR3e0VguXhPcFmSCzsWma2S02WC48pKy9YDKj7XDfDHoC1zzZqPxdkQ3tY0jmkM/y1sNhj3hKliX/klfHIhXDrVVO3W1E+PmQo7MNPG+55bL0MVH7HZTPdpm92sr/jd7YAFQ6729cj2z+uBLXPMz5DyUjOronyvzXOA/ar7ZWaJkYM9Z3n2XK/NUTDhOfP/CSIHoIBSREREGlRBaTkLNmUyZ/0Bpm0H+DG8UzTHdI5tXtO2a2LmfVCSi9WqN1MSbuWkkyfidDZgIBsYZqbGth265zGv11Sz7V5RUXFZseWkQN52s62fsed4vyATKCT0NZUSsV0bbvzNWUkefHCm6UYd1gYu+nJPk5fmJiDEBOc9TjG/RGdtgvCk+l0/MTAMOow2lcOrpzSOUKwm1kwx07sT+kFkuwMfZ7NBRJLZKv8oYVnma7t3peXOJeYPEinzzVYpIKyi8U6oCWBstorNbjb22q96fq/bAz5f+XpMuLHoHfC6IXGQqQ4OiauPr9qRsTvg9P+awHzzbPjgLLhipglvD2X2v2D202b/pKdg4CX1O1bxDZutogLbDr8+B9/dYT6fQ6/19ciqS1tj1lXdvrD+rxUUCcc/AAMuaZzrJEujooBSRERE6pVlWaxOzefndWn8sjadxSnZuD0tbNp2TWyeXdHgwobnpGewlu7y9YgMux2iO5pt7wqtktyKKsuVFRWXFdWW5cUVFVqLYenHZp2pARc3rSmzjY27BD4+3wRIrmi4+CsTNLUEdofpCt4Quk0wAeWab2HU7Q1zzdpa+ZW53fuzWVM2257Pdu+zzGNeD2Ssrx5a7lpm1jvd+mudDfugepxqgsDGuHSBXwCc+wG8M9783Hv/dLji+4MHqfNfgR8fMfsnPNR4K+qkbthsJpDDZhorTb/L/DFg2HW+HpmpbJz7Asx+ynTQ9g81VcB+geZ72y/AVKv7+ZvHHBW3VfcP97kA88cNrWEtNaTvFBEREalzuUVuft2Qwc9r0/hlXTpp+aXVnq/stn1M5xYwbbsmykthyq1m/6grsBIHwNJpvh3ToQSGQ/Jws1XyeiBrM+xebiqhNv1sutVu+gkmPA9BEb4Za1PmKYfPLjNT8fxD4cLPGy6wa2m6jocpN5uGPTkpENHW1yM6uKIs84cNOLKAcn/sDojrZrZ+k8xjHreZ9r57pflZZXnNhmWCl8r7e++z9+NesDjIc3vdj+0G/S5o3JVWgWFwwefw1hjTvGnymWa6d2DYvsf+/ibMuNvsj74bRtzckCMVX7HZ4Pj7TSXlnH9VfA9YMOzvvhvTjkXw9Q2QVrG4deexpvlUeBvfjUnkLxRQioiISK15vRYrd+ZVBZJ/bsvBs1dzmyCng+EdoxnVNZZRXWJb1rTtmpj3b8hcD8FxcNz/+Xo0R87ugJhOZut+qnlfPz5i1mzbsQjOfLPpdUj2Ja8XvrnedLl2BMD5H5s1AaV+hMRC0lDTOXrNNBh6ja9HdHBrppo13uJ7myrI+uJwmmto7bg9QluZNWDfGmsqTD+5EC741FSMVfrzA5ha8Yeno2+GUXf6ZKjiIzYbHHefuZ39NMy4x4Tww29o2HGUFZn1T397xVzfFW2WGeh1pmY2SKOjgFJERESOSHZhGbPXp/PL2nRmr08no6Cs2vOd4kIY3SWW0V3jGNQukkCnGqfsV9Ymsz4ZwLh/mipDt/ugL2kS7HZTLdRuBHx2uekQ/tY4OPYeGHFL42+kk5MCa6ebJkBthzV8RZdlmaqbpR+ZzqfnvGu+llK/uk+oCCinNP6AsrJ7d11VT8rhie5oQsl3JpjO819eDWe+ZX5WLP/M/HEBYMg1cMKDCoNaIpsNjr3XVFL+8qRZZ9rywtE3Ncz1N882a01mbzH3e59jmj0FRzfM9UUOkwJKERERqRGP12LZ9hx+WZfOz2vTWbo9B2tPkSTB/g6O7hRTVSXZJrIOO+w2V5YF02433S47jDYVDc1Nm0FwzRwzhX3FZ6aicvMvcPprEJbg69HtqyTPNDeY/7LpRgoQ2hp6nWG21gMaJmj45SlY8KrZP+0/e7oxS/3qdrKpdNo613RNb6y/yBdnmyUUAHqc7tOhtGit+8O5k+GDs02leHActD8GvvibCaIGXGICIYWTLZfNZv4whw1+eQK+v9/821+f0/2Lc+D7/4PF75n7YYmmg3aXsfV3TZE6oIBSREREDiijoJTZFYHknPXpZBdVr+zrFh/KqK6xjO4Sx8DkSPz9GvG6YY3Rqq9gww9mQfnxzzTfX2IDw+HMN6DjsSaQ3TwbXj3aBG+N5RcmTzn8+b6ZCleYbh5L6AtZWyB/J8x/yWyR7U2Q3OtMaNWjfsay4L/w8+Nm/6SnoO+59XMd2VdkO2jV26yjuu476H+hr0e0f2u/A285xPU0SyqI73Q8Fk5/FT6/Ahb+Fxa+BljQ5zyz9m5z/bkuh+fYu833ws//hB8eMAH2MbfW/XXWTDV/ECyoaLR31JWmac/+1kgVaWQUUIqIiEiVco+XJdv2VEku35Fb7fnQQD+O6RzDqC6xjOoSR3x4oI9G2gyU5MF3d5n9Ebc2/5DBZjNhT9IQ0/Rl13L48BwYep2Z/rj32m0NbcMsM/UubZW5H90JxjwKXcaZTqcbfoAVn5tQKHuzaXow518Q16OisvJMiOpQN2NZ+gl8d4fZH32POv76QvcJJqBcPaXxBpS16d4tda/3WVCYAdPvBCzocRqc+nLjbvYjDW/0XWa690+PwayHAAuO+UfdnLsgzfzbsfJLcz+6E0z8N7Q7um7OL9IAFFCKiIi0cCVuD7PXpTN9xS5mrUkjt7h6lWTP1mGM7mrWkuyXFIHToV+46sRPj5kKh6gOZk3GliKmM1w5C75/ABb8xyzcv+VXOOvthg9p09aYYHLD9+Z+UKTptDvoctMYBExw2u1ks5UVmpByxRfmNWmr4MdV8OOjZup3rzNNYBnW+sjGs/Y7+Opasz/kWhh1R+3foxy+bhNMldPGH6G0AAJCfD2i6kpyzdhAAWVjMvQa872Su92ETg79qi37MeoOwAY/PQqzHjaVlCNvP/LzWRYs/Rim3wUlOWbN4qNvMk2ZnPojsjQt+qkpIiLSAhWWlvPz2nS+W5HKj2vSKCrzVD0X4XJyTGezjuTILjHEhep/cOvczj8rpgECJz/T8n6J8AuAk54w625+da3pgvvfkTD+aeh3fv1PiSzMgJ8eh0XvmC7IdicM/huMut2ElAfiH2wqpXqfZdb4WjPFNMPY/AvsXGy2mfdB8nATVvY4FYJjajamzXPgf5eY8fSdBGMf19RQX2nV00z1zt4CG2c1vhBw7XTwuiG2G8R18/VoZG+NteJWGpdRt5uf7z8+Yv7AZVU8driyt8KUm/f8wSK+D5z6klmeRKQJUkApIiLSQuSVuPlxdRrfrUjl57XplJZ7q55rHR7IuF4JnNQ7ngFtI3HYFYzUG68HptxiqiZ6nQUdj/P1iHyn6zi4dq5pKLFlDnx9HWz6CU5+tn7Wy3KXmMYzc56B0jzzWLcJcOLDpiPv4QiKMGFE/wuhIN2sJ7ric0iZbxqsbJ1r1tvseKwJK7udbNbi3J+df8JHk0xTnq7j4ZSXNDXUl2w2830x/yUzzbuxBZTq3i3S9I28zUz3nvWQqaa0vDD6zpq91uuB39+AHx4CdyE4Aswal8Ou31P9L9IEKaAUERFpxrILy/h+9W6mr9jFr+szKPPsCSWTo12M6xXPSb0S6NsmHJuqtRrGH2+ZQCog3FTJtXRhreHir+HXZ+Gnf8LyT2H773DWW5A4sG6uYVkm1Pn+AcjZah5L6Gu+/u1G1P78IbEw+Cqz5W43U8BXfA6pS8z6lRt+ML9Adj7RhJVdxoF/RZf79HUw+Uwoy4d2x5ip7poa6nuVAeW6GVBeBn7+vh6RUZJn1kwFBZQiTd0xt5o/iPzwoGmMZnlN0Hgw6Wvh6+th+0JzP/los9Zkc1/HWloE/d+PiIhIM5OeX8rMVbv4bvku5m/KxOO1qp7rFBfCSRWhZPeEUIWSDS1/t1lzCuD4/4PQVr4dT2Nhd5g1uNqNhM+vNFNr3xwDx98Pw26oXTXh9kUw427YtsDcD00wHU37nFs/VYrhbeDoG82WsQFWfmGmgWesNVPC10wBZzB0G2+Cyu/vh6JMaN0fJn3U8qb7N1ZJgyE41nR03zIHOh3v6xEZ62eaStvozqZJk4g0bSNuMZWU398PvzwBWGYt5L/+/1l5Gcx9AWY/ZZq3+YfCiQ/BwMtUcS/NhgJKERGRZiA1t5jpK3bx3Ypd/L4lC2tPJkn3hLCKUDKezq1C938Cj9s0K1n2P1OVM/RaCDjAsXLkZtxjpha3HmAasUh1bYfANXPg2xth1dfmF7ZNP8Nprx5+mJuzzUydW/6pue90mcYBw28wa0k2hJhOpiHCyNth90pTVbniM8hJMeOqHFtMF7jgc33mGhO7w0y3X/yuCZUbS0BZ2aG3x6lao1SkuTj6JhNSzrwPfnnSVP0fe8+ez/iOxfDNDbB7hbnfeSxMeNb8QUykGVFAKSIi0kRtyyriuxWpfLdiF3+m5FR7rm+bcLOmZK942sUcIozZMhem/gPSV5v7u1eYdfpG3AJHXQnOoPp5Ay3Nxh9NOGWzw4TnTAAi+wqKgLPfNcHQd3eZr9urR8Ppr0KnEw79+tJ8+PU5mP8ylJcANtN457j7jry7dm3ZbBDfy2zH3w87FpmqylVfgX8IXPQVBEf7ZmxyYN0nVgSU02D8M76vUiotMMsFgKZ3izQ3w28AbDDzXlMliQUjbjVTv+e/bKZ/u6LhpKfMUiH6A4U0QwooRUREmpCN6QUVlZKprNiRV/W4zQYD20ZyUu8ExvWKJzGiBqFiQbqpUFv6obnvijaB5PLPIGuj+Uv+/JfNQu79L248a7A1Re4SEwKD6Rbdup9Ph9Po2Www8FJIGgqfXQZpq8w6jcNvgOPu3//3otcDf74PPz4GhWnmsXbHwJhHG9fX22aDNoPMdtITvh6NHEz7kWYaZcEuEyonHeXb8ayfaUL3qA4Q39u3YxGRujf8evNvxIx7YPbTZs3qokzzXO+zYdwTEBzj2zGK1CMFlCIiIo3cloxCpizbyZRlqazZlV/1uN0GQ9pHM753PGN7xhMXVsO167weWPSOmf5akgtUhEHH3w+uKBh5hwktf3kKcreZYG3uv2H0XRXr9qny77D9+hxkbYKQeDj2Xl+PpumI6wZX/WjC8t/fgHkvmorfs940IU2ljT/CjPsgbaW5H9URxjxipuiqykSOlF8AdBljpuav+db3AeXe3bv1fS3SPA37u5lpMf0uE06GJZpZF13G+npkIvVOAaWIiEgjtC2riKnLU5mybGe1Skk/u42jO8VwUq94TuzRiuiQgMM78c4lMPVWUw0EEN8HTn62+i/eDj8YcLEJIxe9a/6Kn7MVvrrWBG3H3gPdT/X9dMemImOD6VANpmIuMMy342lqnEFw8jPQYbTpXLpzMbw60qy/ldDXhJfrZ5pjAyNMkD7oClX8St3odrIJKFdPgRMe8l0wWFYI6783+5reLdK8Db0WQuMhYz0MuUb/3yAthgJKERGRRmJXbklVKLn3mpKOilByQp8ExvaIJ9zlPPyTl+TCj4+aKjTLCwFhZk2+QVeYQHJ//AJgyN+g/4Ww8DWY+zxkrINPLzXTC4+9z/xFX5U8B2ZZMO0fpuNmpxOgx2m+HlHT1X2i6XT9+VWQMg++uAqwARbY/eCoq0xDGleUr0cqzUmnE8Hhb5a9SF8Dcd19M44NP4C7CCKSIaGfb8YgIg2n5+m+HoFIg1NAKSIi4kPp+aV8tyKVKUtT+X3rnu7bNhsMbR/NhL4JjOsZf/iVkpUsy6wpOeOePevy9ToLxj5m/jpfE/4uGHEzDLoM5r9i1qXctRw+OhfaDDZBZ4dRRza+5m7F56YLtV8gjH9aYW5thbeBS76FOf+q6HTqha4nw4kPm47ZInUtMMxU766faaoofRVQrvzK3Gp6t4iINFMKKEVERBpYdmEZ01fuYsqynczfmInX2vPcoORIJvRJYHzvhJqvKXkg6evMdO4tc8z96E57psoeicBwOPZuGHK1meq98HXYvhDeO8U0kzjuft+v0daYFOfA9LvN/sjbqq+ZKEfO4WemcXefCOWlkDjA1yOS5q7bBBNQrvkWRt3e8Nd3F8O6GWZfVdgiItJMKaAUERFpAHklbmau3M23S3cyd0MG5Xulkn2TIphYEUq2rkn37UMpKzIVZnP/DV63qd4beRsMv9FM264tV5RpQDLs7zDnGfjjbdg8G948AbqMM01gEvrU/jpN3Y+PmKrVmC7may91q1VPX49AWoqu42HKzZC6FHK2QURSw15/wyxwF0J4kgJ5ERFpthRQioiI1JPC0nJ+WL2bb5emMntdOmUeb9VzPRLCmNA3gQm9W9M22lV3F107Hb67HXJSzP3OY2H8UxDZru6uUSk03kxbHn6DmW675ENYN91sPU+H0fdAbJe6v25TsH0R/P6m2T/52boJhkXEN0JiIWmoWft0zVQYek3DXn/V1+ZW07tFRKQZU0ApIiJSh4rLPPy0No0py3by45o0Stx7QsnOcSFM6NOaCX0T6BgbUrcXzkmB7+6CtVPN/bA2cNKTpgNtff9CG9EWTn0Zjr4Ffn7crLu48kvzS3XfSTDqTohMrt8xNCaeclNthQV9zoP2x/h6RCJSW91OrggopzRsQOkugbXfmX117xYRkWZMAaWIiEgtWZbF/I2ZfPLHNr5ftZuiMk/Vc+1jgpnQJ4EJfVrTNT607i9eXgbzX4JfnoLyYtPNeNj1ppuxf3DdX+9gYjrBWW/BiFvhp8dg7TRY8gEs+x8MvASOuQ3CEhp2TL7w++uwa5lZs3PMo74ejYjUhe4TYOa9sHUuFGZCcHTDXHfTT1CWD2GJkDioYa4pIiLiAwooRUREjlBeiZsvFm3n/d+2sjG9sOrxxIggJvRNYGKf1vRsHYatvioYN8+Bqf+AjLXmfvII0wQnrlv9XK+m4nvBpI9g+x9mHcZNP8Pvb8Cfk+GoK82U8Jp2EG9q8nbCjxWh5AkPmamhItL0RbaDVr1h93JY9x30v7Bhrls5vbv7KWC3N8w1RUREfEABpYiIyGFasyuP9+Zv5as/d1RVSwb7Ozh9QCJnDmhDv6SI+gslAQrSYOZ9sOwTc98VA2Mfgz7nNq71ydoMgou/NkHqj4/AtgWm2nP+SxDeFlr3g9b9K7Z+EBTp6xHX3vS7oawA2hwFAy7x9WhEpC51n2ACytVTGiagLC+FNdPMvqZ3i4hIM6eAUkREpAbKyr1MX7mLyfO3snBLVtXjneNCuGhYMqf3TyQ00Fm/g/B64I+3YNYjUJoL2GDQ5XD8/zXucK/9MXD5DFj/PfzyBOxYBLkpZlv9zZ7jItvtCSwT+kFCXwiK8NGgj8D672HVV2BzwITnVO0k0tx0mwA//xM2/gilBRBQx2sJ/9WmX8zP+pB4SBpSv9cSERHxMQWUIiIiB5GaW8yHC1L4aOE2MgpKAXDYbYzrGc+FQ5MZ2iHKVEuu+BzmPAtlhYAFllVxBgsqdyt3LOsv++znNda+r/G4K4JJTIA34VlIHFj3b7o+2GzQZYzZSnIhdSnsXAI7/zRb9mbI3mK2lV/ueV1Ux+pVlgl9IaAe1vKsLXexmW4PMPRaiO/t2/GISN1r1dP8ISV7C2ycVf9VjVXduzW9W0REmj8FlCIiIn9R2fTmvflb+X71bjxeExLGhQYwaXBbzh/SllZhgZUHw9wX4Pv7G2ZwAeGmYnLQ5WB3NMw161pgOLQfabZKxdkVoeWfe7acFMjaaLYVn1UcaIOYznuqLFv3h4Q+Dd8Q6K9m/wtytppGFqPv9u1YRKR+2GyminL+S2aad30GlB636RgOmt4tIiItggJKERGRCgdqejOkfRQXD2vHmJ6tcDr2qmLxesyagwv/W3HgNdDrzIonK9aCtNn22v/r4xX3D7S/z+ttEJ5U/9MKfSEoEjqMNlulwkxIXbJXaLkE8rZDxjqzVa7BabNDTNe/rGnZHxz1POW+UvpaE1IDnPRU8/zvIyJGZUC5bgaUl4Gff/1cZ/MvUJIDwXHQdlj9XENERKQRUUApIiIt3oGa3pwxoA0XDUumS6v9TCl2l8AXV+1ZQ3HMYzD8+gYcdQsQHA2djjdbpYL0v4SWf0J+KqSvNtvSj8xx/qHQYRR0OsFsEUn1M0bLgim3gtcNXcZBt5Pr5zoi0jgkDYbgWChMhy1zqv98qktV3bsnNt1qeRERkcOggFJERFqkgzW9uXhYMqcdrOlNURZ8fAGkzAOHP5z2H+h9VgONvIULiYXOJ5qtUv6u6utZbv8dirPM9MjKKZKx3SrCyuOh7XBwBtbNeJZ+DFt/Bb8gUz3ZmLqoi0jdszug63hY/K75+VIfAaXHbaaQg6Z3i4hIi6GAUkREWpQaN705kJxtMPlMyFhr1oM87wPTpVp8JzQeuo4zG4DXC6l/woZZsOEHE1imrzHb/JfA6YJ2x+wJLKM7Htl1i7Jg5r1mf/SdEJlcN+9HRBq37hMrAsppMP6Zum9gs+VX80cWVzQkH1235xYREWmkFFCKiEizd1hNbw5m1wr44CwzpTi0NVz4menqKo2L3W66mycOhFF3mAY8m342YeWGWea/3/oZZgOIbL9nKnj7Y2recGfWQ1CUCbHdYZim94u0GO1HmmUkCnbBjkWQdFTdnn/v6d0O/bomIiItg/7FExGRZquwtJwv/tzBe/O2sD6toOrxAza9OZhNv8AnF0JpngmkLvwMwtvU08ilTgVFQs/TzWZZsHtlRVj5A6T8Btmb4ffXzebwh+ThewLL2G77n7adsgAWvWP2JzzbcA15RMT3/ALMMhMrv4A139ZtQOkph9Xfmn1N7xYRkRZEAaWIiDQ7WzIKeW/+Vj5dtI38knIAXP4OzhiQyMXD2u2/6c3BLP8MvrzGNEJJPtpM6w6KrIeRS72z2SC+l9lG3Ayl+bB5tgkr1/8AuSmm2nLTzzDzPghLrGjUc6JpuhMYbtaHm3KLOV//C02gKSItS/cJJqBcPQVOeKju1p9NmQdFGebfmHZaPkRERFoOBZQiItIseL0Ws9en8+68Lfy8Lh3LzOKmfUwwFw9L5syBbQg7UNObA7EsmPcifP9/5n6P0+D0/9ZdgxXxvYBQ03m728nmv3fmhj3VlVt+hbwdsPg9s9kckDQEgmMgbSUERcEJD/v6HYiIL3Q60VRcZ20069vGda+b81ZO7+42QZXZIiLSoiigFBGRJi2vxM1nf2zn/d+2sjmjsOrxY7vGcsnwdozsHIvdfgSVLV4vzLgHFvzH3B96HYx5rO6bIUjjYbNBTGezDb0W3MWwZe6ewDJzvaluqjTmEQiO9t14RcR3AsOgw2hYP9N0866LgNLrgVXfmP0ep9X+fCIiIk2IAkoREWmSNqTl8+68rXyxeDuFZR4AQgP8OHtQEhcPS6ZdTA0bneyPuwS+vBpWfWXuj3kUht9Q+0FL0+IMgs4nmA0ge4tpsrPxRwhPgr7n+3R4IuJj3SaYgHL1FBh5e+3Pl/IbFKaZpSTaj6z9+URERJoQBZQiItJkeLwWP65J4915W/h1Q0bV453jQrh4eDvO6J9IcEAt/2krzoaPL4Ctc8HuhNNfhd5n1XLk0ixEtoOjrjCbiEjX8fDtTZC6BHK2QURS7c639/RuP/9aD09ERKQpUUApIiKNXk5RGf/7Yxvv/7aVbVnFANhtcHz3Vlw6vB3DO0Zjq4sGBbnbYfKZZj2xgDA4d7JpjCIiIvJXIbHQdiikzIc1U2HoNUd+Lq8XVldO71b3bhERaXkUUIqISKO1OjWP9+Zv4cs/d1Di9gIQHuTkvKOSuHBoMklRrrq72O6VMPksyN8JoQlwwWem07OIiMiBdJtQEVBOqV1AuX0h5KeaP451GF1nwxMREWkqFFCKiEijUu7xMnPVbt6Zt4WFm7OqHu+eEMalw5M5pW8iQf6Our3o5tlmWndpHsR2M+FkbafqiYhI89d9Asy81ywLUph55I2zKqd3dz0J/ALqbnwiIiJNhAJKERFpFDILSvn4921M/m0rqbklADjsNsb1jOeS4e04ql1k3Uzj/qvln8FX14KnDNoOh0kfQlBk3V9HRESan8h20Ko37F4O66ZD/wsO/xxe756AUt27RUSkhVJAKSIiPrUxvYDXZ2/iiz93UFZupnFHB/szaXBbLhjaloTwoPq7+LyXTOULmDW/Tn8NnIH1dz0REWl+uk8wAeWaKUcWUO5YBHk7wD8EOh5X9+MTERFpAhRQioiITyxOyea/v2xk5qrdWJZ5rE+bcC4Z1o6T+yQQ6Kzjadx783pNMPnbK+b+kGtg7ONgr8driohI89RtAvz8T9j4I5QVgn/w4b1+1Vfmtss4/ZFMRERaLAWUIiLSYCzL4qe1abz6y6Zq60ue0D2Oq0d1ZFByPU3j3pu7BL66BlZ+ae6f+AgMvwHq+7oiItI8teoJEcmQsxU2/HB4XbgtC1ZVdO/ueVq9DE9ERKQpUEApIiL1zu3x8s2Snbw2exNrd+cD4HTYOLVfIleP7EDnVqENM5DiHNMMZ+uvYHfCaf+BPmc3zLVFRKR5stmg+0SY/xKsnnJ4AeXOxZCbAs5g6HRC/Y1RRESkkVNAKSIi9aawtJyPFqbw1q+b2VnR+CbY38H5Q9py+Yj29bu+5F/lbofJZ0H6aggIg3MnQ4dRDXd9ERFpvrpNMAHluhlQXgZ+/jV7XWVznC5jwNmA/yaKiIg0MgooRUSkzmUUlPLO3C28/9tWcovdAMSEBHDZ0e24cGgy4UHOhh3Q1vnw2WWQnwoh8XDhZxDfu2HHICIizVfSYAiOhcJ0U6Vfk2Y3lqXu3SIiIhUUUIqISJ3ZmlnIa7M38dmi7ZRWdORuHxPMVcd04IwBifXb+GZ/vF6Y92+Y9TBYHojtBhd8ChFtG3YcIiLSvNkd0HU8LH7XTPOuSUCZuhSyt4BfEHQ+sd6HKCIi0pgpoBQRkVpbvj2XV3/ZyHcrUvFWdOTu2yaca0Z1ZEzPeBx2HzSgKcqCL6+B9TPM/d7nwITnICCk4cciIiLNX/eJJqBcMxXG/wvs9oMfX1k92fnEw+/8LSIi0swooBQRkSNiWRZz1mfw6i8bmbcxs+rx0V1juWZUR4a0j6r/jtwHsv0P+PRSyN0GjgAY/xQMuESdukVEpP60Hwn+oVCwC3YsgqSjDnysZcGqr8y+uneLiIgooBQRkUMozoYPzgEsOPFhytsMZeryVP77yyZWpeYB4LDbOKVva/42sgPdE8J8N1bLgt/+A9/fD143RHWAs9+FhD6+G5OIiLQMfgGmGnLlF7Dm24MHlLtXQNYm8AuEzmMabowiIiKNlAJKERE5MK8XvrwWti80998+iZ8cx/B44bnsJoogp4PzBidxxYj2tIl0+XasxTnw9d9hzRRzv8dpcMqLEOjDwFRERFqW7hNMQLl6Cpzw0IEr9yund3c6AQJCG258IiIijZQCShERObB5L8C67/DYnEy3hnKS9SsneuZwdODv/NnuSnqcfheR4Y3gF6udf8L/LoGcrWB3wtjHYfBVmtItIiINq9OJ4PCHrI2Qvhbiuu17jGXByq/Mvrp3i4iIAHCIlZtFRKSl8m6ajfXDwwDcV3Yxfy+5lquCniYtoh8uSjh6y0tEvjsK1s303SAtCxa+Dm+OMeFkRFu4YiYM+ZvCSRERaXiBYdBhtNlf8+3+j0lbDZnrTZDZZWyDDU1ERKQxU0ApIiL7WLp6LbnvX4wNL597RjA75GReOK8f/739CuJu+hlO/y+EtDIVIh+eDR+eC5kbG3aQJXnw2eUw7TbwlEHXk+Hq2ZA4oGHHISIisrduE8zt6in7f75yenfH47UMiYiISAUFlCIiUmVHTjE3f/g7JR9dTKSVzToriczRTzDrttGc2i8RP4fdVCb2PQ+u/wOG3wB2P1g3HV4ZCrMehrLC+h/oruXw2mizzpfdD8Y8Bud9AEGR9X9tERGRg+l6EmCD1CWQs23f5ysDyh6nNuSoREREGjUFlCIiQmFpOc/MXMtx//qZbqteYIh9DSV2F9GXf8Lfju9NoNOx74sCw2DMo3DtfOh4nKlinPMMvDgIln9mpl/XNcuCRe/CGyeY6s2wNnDZdzD8ek3pFhGRxiEkDtoONftrplZ/LmMdpK826yV3PanhxyYiItJIKaAUEWnBvF6LzxZt59h//cyLP25gpHch1/iZNbMCz/wP0ck9D32S2C5w4Rdw3ocQkQz5O+HzK+CdCbBrRd0NtqwQvrwGvr0Rykug8xi4Zg4kDa67a4iIiNSFymnea6pP87av/sbsdDwWgiIadkwiIiKNmAJKEZEW6vctWZz2ylxu+3QpafmlDInI4ZXg182TQ6+DnqfV/GQ2G3Q7Gf6+AI69F/yCYOuv8N9jYNrtUJxdu8GmrYHXj4NlH4PNAcc/AJM+AVdU7c4rIiJSH7pXBJRb50JRVtXD9srGOZreLSIiUo0CShGRFmZbVhF//3AxZ786n2XbcwkJ8OPeMe34KPw/ON35kDQETnz4yE7uDIJRd8D1C80vX5YXFr4GLw6ERe+A13P451zyEbx+LKSvgZB4uORbOOZWsOufMBERaaQi20Gr3ubfwbXfARBckootbaVZO7nreN+OT0REpJHRb3ciIi1EQWk5T89Yw/HP/sLUZanYbDBpcFt+um00V+X/B/vu5eCKhrPeBoezdheLaAvnvAcXfw2x3aAoE769yVRBbvu9ZudwF8PX18NX14C7CDqMhmt+hXZH125sIiIiDaF79WnerXMq/v1rP0ozAERERP5CAaWISH0rzITSAp9d3uu1+N8f2zj2Xz/z8k8bKSv3MqxDNFNvOIZ/ntGb2A2fwp/vAzY4800IT6y7i1eGiuOegIAw09H0zRPgy2shf/eBX5exwTTCqRzX6HvMOpchsXU3NhERkfrU7WRzu/FHKCvcE1BqereIiMg+/Hw9ABGRZi1rE7w22uyf/Y7pdt2AFmzK5OEpq1i5Mw+A5GgX947vzok9WmGz2WDXcpj6D3PwsfeaRfvrmsMJQ6+FXmfBrAfhz8mw9ENY/S2MvhOGXFO9YnP5Z6basqwAgmPhzDdM0CkiItKUtOplmsflbMW+6E0iirdi2RzYKhvoiIiISBVVUIqI1BfLgm9vhpJcs00+C3571Txez1Iyi7h28iLOfe03Vu7MIzTAj3vHd2fmLSMZ0zPehJMlufC/i01H7E4nwjH/qN9BhcTCqS/DlbOg9QAoy4eZ98F/hpvqEncJTLnVdAAvK4DkEab6UuGkiIg0RTYbdJ8IgH32UwBY7UZAcLQvRyUiItIoqYJSRKS+LPkQNv8CfoHQZRys+gqm3wm7V8DJz4BfQJ1fMr/Ezcs/beStXzdT5vFir1hn8tYTuxAdstf1LAu+us5UeIYnwRmvNVzTmTaDTEi55AP44UHIWAfvnw4hraCgYtr3MbfB6LvBoX+mRESkCes2Aea/hK28BACr20QfD0hERKRx0m9+IiL1oSANZtxj9o+9B4bfCL+9YioG/3wfMtbDuZPrbE1FrwX/+2M7z83aQEZBGQAjOsVw34TudIsP2/cF818yi/bbnXDOuw2/WL/dDgMuMpUlPz9hOn0X7IagKDjjdeh8QsOOR0REpD4kDTbLlRSmY2HD2/VkHL4ek4iISCOkgFJEpD58dyeU5EB8Hxj6dzPNa9jfIaYrfHY5bPsNXj8WzvsQEvrU6lIrduTxr2UOdhStAqB9TDD3ndyd47rFmancf7V1Hnz/gNkf909IHFir69dKUASc9AQMvATWToM+59Vtkx4RERFfsjug63hY/C4ZId2ICFazNxERkf1RQCkiUtfWfgcrvwCbA055sfo05c4nwFWz4KPzIHMDvDUWTn/1iDt6frF4O3d/sZzSchthgX7cdEIXLhqajL/fAaZrF6TBp5eB5YHeZ8NRVx7RdetcXHeziYiINDfH/ANvYQarrKMY7uuxiIiINFJqkiMiUpdK8vZ0xR5+PbTut+8xMZ3hyh9MR293kWlU89M/weut8WXKPV4embKKW/+3lNJyLz0ivHx/8wiuGNH+wOGkp9xUbxbsgthuMOF5U9kpIiIi9ScyGc9Z75IT3MHXIxEREWm0FFCKiNSlWQ9D3g6IbA+j7jrwcUGRcP6nZvo3wC9PwKeXQFnhIS+RXVjGJW8v5M1fNwNw3agOXNXNS1Sw/8Ff+NNjsGUOOIPhnPcgIKSm70pERERERESk3iigFBGpKym/we9vmP2JL4C/6+DHO/xg3ONw6svg8IfV38CbYyEn5YAvWZ2ax8SXfmXuhkxc/g7+c8EAbjmhE/ZDFUKunQ6/Pmv2T30RYrvW/H2JiIiIiIiI1CMFlCIidaG8FL65EbCg/4XQYVTNX9v/QrhkiunyuXs5vHYsbJ2/z2FTl6Vyxivz2J5dTNsoF19cN5yTeicc+vzZW+DLv5n9wVdDrzNrPjYRERERERGReqaAUkSkLsx5FjLWQnAcnPjI4b++7RC46ieI7w1FGfDuRFj0LgAer8VT09fw9w8XU+z2cEznGL65/mi6xYcd+rzuErPGZUkuJA6CMY8e/thERERERERE6pG6eIuI1FbaapjzjNkf/xS4oo7sPBFJcPkM+Oo6WPUVfHsjpTtXcF36GcxalwXA30Z24I6xXfFz1PDvS9PvgtSlEBQFZ78DfodYp1JERERERESkgamCUkSkNrwe+OYG8Lqh63jocVrtzucfbILEY+8FIGDRa1y6+Tbi/Ip4/tx+3DO+e83DyaUfw6K3ARuc+YYJQEVEREREREQaGQWUIiK18fsbsP138A+F8f8C26G61dSAzcb3sZdwk3UbhVYAxzhWMCfqUU5rU1Dzc+xeCd/ebPZH3wWdjq/9uERERERERETqgQJKEZEjlbMNfnjI7J/4IIQn1vqUXq/Fv2et56r3/uDr0gE8EPscnrAkAvK2wBsnwLqZhz5JSR58chGUF0PH42Dk7bUel4iIiIiIiEh9UUApInIkLAum3gruQmg7DAZeXutTFpSWc+0Hi3j2+3UAXDwsmX9eOwnH1T9D2+FQmgcfngNzXzDXP9C4vrkesjZCWBs44w2wO2o9NhEREREREZH6ooBSRORIrPgc1s8Ehz9M/DfYa/fjdEtGIWe8MpcZK3fj77Dz5Jm9efjUXjgddgiOgYu/hgGXABZ8fz98eY3p0P1Xv/0HVn0NdqdZyzI4ulbjEhEREREREalvCihFRA5XYSZ8d4fZH3kHxHap1el+WZfOKS/9yrrdBcSFBvDx1UM596i21Q/y84eJL8BJT4PNAcs+hndOhvxdVYfYti+E7//P3Bn7GCQdVatxiYiIiIiIiDQEBZQiIodr5r1QlAlxPeDom474NJZl8d9fNnLZ2wvJKymnf9sIvr1hBAPaRu7/BTYbDPkbXPQFBEbAjj/gtdHYdv6JvzsPxxdXgLccep0Jg/92xOMSERERERERaUh+vh6AiEiTsmEWLP0IsMEpL5rKxiNQXObhzs+X8c3SnQCcOyiJh0/rSYBfDdaL7DAarvoRPpoEGWtxvD+R4c44bMWpENPFVFrWRTdxERERERERkQagCkoRkZoqK4QpN5v9IddAm0FHdJrt2UWc+Z95fLN0J352G4+c2pMnzuxds3CyUnRHuPIH6DwWW3kJ4cUpWE4XnPMeBIQe0bhEREREREREfEEBpYhITf30OOSkQHgSHHffEZ1i/sZMTnlpLqtS84gO9ueDK4dw0bB22I6k4jEwDCZ9hGf4zZT4ReA55WWI635E4xIRERERERHxFU3xFhGpiR2L4LdXzP6E5yAg5LBeblkW787bwiNTV+PxWvRKDOO/Fw0iMSKoduOyO/Aeex8zigcwvtv42p1LRERERERExAcUUIqIHIrHDd/cCJYXep8DnU88rJeXuD3c99UKPlu0HYDT+rXmiTP7EOg8jCndIiIiIiIiIs2UAkoRkUOZ92/YvQKComDcPw/rpVmFZVz+zu8s2ZaD3Qb3jO/OFSPaH9mUbhEREREREZFmSAGliMjBZGyAn580++OegOCYGr90d14JF76xgPVpBYQHOXnp/P4c0zm2ngYqIiIiIiIi0jQpoBQRORCvF769CTyl0PF46HNOjV+aklnEBW/+xrasYuLDApl85WA6xam7toiIiIiIiMhfKaAUETmQP9+Drb+C02Ua49RwWva63flc+MYC0vJLSY52MfmKISRFuep5sCIiIiIiIiJNkwJKEZH9yUuFmfeb/eP+DyKTa/SyZdtzuOSthWQXuenaKpT3rxhMXFhgPQ5UREREREREpGlTQCkisj/f3Q6ludB6AAy5ukYv+W1TJle++wcFpeX0TYrg3cuOIsLlX88DFREREREREWnaFFCKiPzVqm9g9bdg94NTXgS745Av+XHNbq6dvJjSci/DOkTz+iWDCAnQj1gRERERERGRQ9FvzyIieyvOgWm3m/2jb4b4Xod8ybdLd3LLJ0so91qc0D2Ol84fQKDz0KGmiIiIiIiIiCigFBGp7vv7oWAXRHeCkbcf8vCPFqZwz5fLsSw4tV9r/nV2X5wOewMMVERERERERKR5UEApIlJp8xxY/K7Zn/hvcB68uc1rszfy+LQ1AFwwpC2PnNoLu71mnb5FRERERERExFBAKSIC4C6Gb28y+wMvg3ZHH/BQy7J49vt1vPjjBgCuHtWBu8Z1w2ZTOCkiIiIiIiJyuBRQiogA/PIUZG2EkHg48aEDHub1Wjw8ZRXvzNsCwB3junLd6E4NNEgRERERERGR5kcBpYjIruUw9wWzf/IzEBi+38PKPV7u/Hw5ny/eDsAjp/bkomHtGmiQIiIiIiIiIs2TAkoRadk85fDNDWB5oPsp0H3Cfg8rLfdw40d/MmPlbhx2G/86uw+n92/TwIMVERERERERaX4UUIpIy/b7G7DzT1M1Of5f+z2kqKycq99fxJz1Gfg77Lx0fn/G9Ixv4IGKiIiIiIiINE8KKEWk5XIXw5xnzP7xD0Boq30OyS12c/k7v7NoazYufwevXzyIozvFNPBARURERERERJovBZQi0nItehcK0yCiLQy4eJ+nMwpKuejNhaxOzSMs0I93Lh/MgLaRPhioiIiIiIiISPOlgFJEWqby0j2NcUbcAg5ntad35BRz0RsL2JRRSExIAO9fMZjuCWE+GKiIiIiIiIhI86aAUkRapj8nQ/5OCEuEfhdUe2pTegEXvrGAnbklJEYEMfnKIbSPCfbRQEVERERERESaNwWUItLyeNzw6/Nm/+ibwC+g6qlVO/O4+K0FZBSU0SE2mMlXDKF1RJBvxikiIiIiIiLSAiigFJGWZ+nHkJsCwXHV1p5ctDWby95eSF5JOT0SwnjvisHEhAQc5EQiIiIiIiIiUlsKKEWkZfGU7+ncffSN4DTVkb+uz+Cq9/6g2O1hUHIkb156FOFBzoOcSERERERERETqggJKEWlZVnwG2ZvBFQ2DLgdgxspd3PDhn5R5vBzTOYb/XjQQl79+PIqIiIiIiIg0BP0GLiIth9cDs/9l9of9HfyDmbY8lRs++hOP1+KkXvE8f14/Avwcvh2niIiIiIiISAuigFJEWo5VX0HmegiMgKOuYsWOXG793xI8XoszB7ThyTN74+ew+3qUIiIiIiIiIi2KfhMXkZbB691TPTn0OjLKA/jbe39Q4vYyumssT53VR+GkiIiIiIiIiA/ot3ERaRnWToW0VRAQRtmgv3Hd5MXszC2hQ0wwL5zXH4fd5usRioiIiIiIiLRICihFpPmzLPjlKbM/+G889P12Fm7JIjTAj9cuHqRu3SIiIiIiIiI+pIBSRJq/9TNh1zJwBvOpcyIfLEjBZoMXJvWjU1yIr0cnIiIiIiIi0qIpoBSR5m2v6snULhdw9/SdANw+tivHdWvly5GJiIiIiIiICAooRaS52/QT7PgDr18QF68eTLnXYkKfBK4d1dHXIxMRERERERERFFCKSHO2V/XkN44TWV/kokdCGE+f1RebTU1xRERERERERBoDBZQi0nxt+RVS5uO2Ofln7hiigv157eKBBPk7fD0yEREREREREang5+sBiIjUm9mmevJj9ygy7dFMvmAAbSJdPh6UiIiIiIiIiOxNFZQi0jylLIDNs3FbDl4tn8gDp/RkaIdoX49KRERERERERP5CAaWINEtFP/wTgM88Ixk5eCAXDmnr4xGJiIiIiIiIyP5oireINDsFmxcQkvIT5ZadOa0u4vlTeqopjoiIiIiIiEgjpQpKEWlWPF6L9f97AICZjpE8dOkE/P30o05ERERERESksdJv7SLSrLz35bf0L56P17LR8YwHiA0N8PWQREREREREROQgFFCKSLPx7dKdxC15EYCdbU6ia68BPh6RiIiIiIiIiByKAkoRaRZW7Mjlv59N4WTHQgDanPJ/Ph6RiIiIiIiIiNSEAkoRafIyCkq5+v1FXMWXAFjdJkKrHj4elYiIiIiIiIjUhAJKEWnSysq9XDd5Mf65m5jg+A0A26jbfTwqEREREREREakpBZQi0qQ9PGUlC7dkcbP/NzjwQpdxkNDX18MSERERERERkRpSQCkiTdaHC1KY/FsKbW27mWj/1Tw48g7fDkpEREREREREDosCShFpkn7fksUD36wA4D/tZmO3PNDxeGgz0McjExEREREREZHDoYBSRJqcnTnFXDt5EW6PxYXd7fTYPcU8MUrVkyIiIiIiIiJNjQJKEWlSiss8/O39P8goKKN7QhgPRH2PzeuGdsdA26G+Hp6IiIiIiIiIHCYFlCLSZFiWxV1fLGPFjjyigv154/REnEsmmydVPSkiIiIiIiLSJCmgFJEm47XZm/h6yU787DZeuWAAiateB08pJA01FZQiIiIiIiIi0uQooBSRJuHntWk8MX0NAA9M7MHQOC/88bZ5ctTtYLP5cHQiIiIiIiIicqQUUIpIo7cpvYAbPvoTy4JJg5O4cGgyzH8Ryouh9QDTvVtEREREREREmiQFlCLSqOWVuLnqvT/ILylnUHIkD53SC1txNix8wxww6g5VT4qIiIiIiIg0YQooRaTRsiyLWz5ewsb0QhLCA/nPhQPx97PDb6+AuxDie0OXcb4epoiIiIiIiIjUggJKEWm0Zqzcxaw1aQT42fnvRQOJDQ2A4hxY8F9zwEitPSkiIiIiIiLS1DWKgPLll1+mXbt2BAYGMmTIEBYuXHjAY9955x1sNlu1LTAwsNoxl1566T7HjBunKiuRpqTc4+WpGWsBuHpkB/q0iTBPLHwNSvMgtjt0m+i7AYqIiIiIiIhInfDz9QA++eQTbr31Vl599VWGDBnC888/z9ixY1m7di1xcXH7fU1YWBhr166tum/bTwXVuHHjePvtt6vuBwQE1P3gRaTefL54O5vSC4l0OblqZAfzYGm+md4NMPI2sDeKv7GIiIiIiIiISC34/Lf7Z599lquuuorLLruMHj168Oqrr+JyuXjrrbcO+BqbzUZ8fHzV1qpVq32OCQgIqHZMZGRkfb4NEalDJW4Pz/+wHoC/H9uJ0ECneeL3N6A4G6I7Q8/TfThCEREREREREakrPq2gLCsrY9GiRdx9991Vj9ntdk444QTmz59/wNcVFBSQnJyM1+tlwIABPP744/Ts2bPaMT///DNxcXFERkZy3HHH8eijjxIdHb3f85WWllJaWlp1Py8vDwC3243b7a7NW2yUKt9Tc3xv0jy8/esWUnNLSAgP5LyBrc33alkhfvNexAaUD78Zy+MFj9fXQ20U9JkWaX70uRZpXvSZFmle9JkWqZnD+YzYLMuy6nEsB7Vz504SExOZN28ew4YNq3r8jjvu4JdffmHBggX7vGb+/PmsX7+ePn36kJuby7/+9S9mz57NypUradOmDQAff/wxLpeL9u3bs3HjRu655x5CQkKYP38+Dodjn3M++OCDPPTQQ/s8/uGHH+JyuerwHYvIoRSVwyOLHRR5bEzq6GFonPkR1THtO3rt+IhC/zhm9XgSy7bvZ1lEREREREREGoeioiLOP/98cnNzCQsLO+ixTS6g/Cu320337t2ZNGkSjzzyyH6P2bRpEx07duSHH37g+OOP3+f5/VVQJiUlkZGRccgvYFPkdrv5/vvvOfHEE3E6nb4ejkg1z/6wnv/8splOscFMuX44DrsN3MX4vTwQW2Ea5eOfw+p/ka+H2ajoMy3S/OhzLdK86DMt0rzoMy1SM3l5ecTExNQooPTpFO+YmBgcDge7d++u9vju3buJj4+v0TmcTif9+/dnw4YNBzymQ4cOxMTEsGHDhv0GlAEBAfttouN0Opv1D5vm/v6k6UnLK+GdeSkA3D6uG4EB/uaJxW9DYRqEJ+E34ELw0/ft/ugzLdL86HMt0rzoMy3SvOgzLXJwh/P58GmTHH9/fwYOHMisWbOqHvN6vcyaNataReXBeDweli9fTkJCwgGP2b59O5mZmQc9RkR878UfN1Ds9tC/bQRjelQ0vyovhbnPm/2jbwI/f5+NT0RERERERETqns+7eN966628/vrrvPvuu6xevZprr72WwsJCLrvsMgAuvvjiak10Hn74YWbOnMmmTZtYvHgxF154IVu3buXKK68ETAOd22+/nd9++40tW7Ywa9YsTj31VDp16sTYsWN98h5F5NC2Zhby0UJTPXnnuG7YbDbzxJIPIW8HhMSDpnaLiIiIiIiINDs+neINcO6555Kens7999/Prl276NevH9OnT6dVK1M9lZKSgt2+J0fNzs7mqquuYteuXURGRjJw4EDmzZtHjx49AHA4HCxbtox3332XnJwcWrduzZgxY3jkkUf2O41bRBqHZ2auo9xrMapLLEM7RJsHPeXw67Nm/+ibwBnouwGKiIiIiIiISL3weUAJcP3113P99dfv97mff/652v3nnnuO55577oDnCgoKYsaMGXU5PBGpZyt35vLN0p0A3D62654ntsyGnBQIioKBl/pmcCIiIiIiIiJSr3w+xVtE5KnpawE4pW9reiWG73lixRfmtsep4O/ywchEREREREREpL4poBQRn5q/MZNf1qXjZ7dx64ld9jzhccPqb81+z9N9MzgRERERERERqXcKKEXEZyzL4qkZawA4b3AS7WKC9zy56WcoyYHgWGg3wifjExEREREREZH6p4BSRHxm5qrd/JmSQ5DTwY3Hda7+5MovzW2PU8HuaPjBiYiIiIiIiEiDUEApIj7h8Vo8PcOsPXn5iHbEhe3Vobu8DFZPMfs9z/DB6ERERERERESkoSigFBGf+GLxdjakFRAe5ORvIztWf3Ljj1CaCyHx0HaobwYoIiIiIiIiIg1CAaWINLgSt4fnvl8HwN+P7Uh4kLP6AZXTu3uepundIiIiIiIiIs2cAkoRaXCTf9vKztwS4sMCuXhYu+pPuktgzVSzr+7dIiIiIiIiIs2eAkoRaVD5JW5e/mkDADef0JlA518qJDfOgrJ8CEuENoN9MEIRERERERERaUgKKEWkQb0+exPZRW46xAZz1sA2+x6w4gtz2+M0sOtHlIiIiIiIiEhzp9/+RaTBpOeX8savmwG4fUxX/Bx/+RHkLoa135n9XureLSIiIiIiItISKKAUkQbz8k8bKCrz0LdNOON6xe97wPqZ4C6E8LaQOLDhBygiIiIiIiIiDU4BpYg0iJTMIj5YsBWAO8d1w2az7XvQ3t279/e8iIiIiIiIiDQ7CihFpEE898M63B6LYzrHMLxTzL4HlBXCuhlmX927RURERERERFoMBZQiUu9Wp+bx1ZIdANwxttv+D1o3A9xFENkOWvdvuMGJiIiIiIiIiE8poBSRevf0jLVYFpzcJ4HebcL3f9DKiu7dPU/X9G4RERERERGRFkQBpYjUq4Wbs/hxTRoOu41/nNhl/weV5sP6781+T3XvFhEREREREWlJFFCKSL2xLIunpq8B4NyjkugQG7L/A9dOh/ISiOoI8b0bcIQiIiIiIiIi4msKKEWk3sxancYfW7MJ8LNz0/GdD3xgVfduTe8WERERERERaWkUUIpIvfB4LZ6esRaAy45uT6uwwP0fWJIHGyqmd/fS9G4RERERERGRlkYBpYjUi6+X7GDt7nzCAv24dlTHAx+4dhp4yiCmC8T1aLgBioiIiIiIiEijoIBSROpcabmHZ2auA+Da0Z0IdzkPfHDV9O4zNL1bREREREREpAVSQCkide7DBSnsyCmmVVgAlw5vd+ADi7Nhwyyz3/P0BhmbiIiIiIiIiDQuCihFpE4VlJbz0o8bALjp+C4E+TsOfPCaaeB1m6ndcd0aaIQiIiIiIiIi0pgooBSROvXGnE1kFpbRPiaYswe1OfjBK78wt6qeFBEREREREWmxFFCKSJ3JLCjl9dmbAPjHmC44HQf5EVOUBZt+NvsKKEVERERERERaLAWUIlJnXvppA4VlHnonhjO+V8LBD179LXjLoVVviOncMAMUERERERERkUZHAaWI1IltWUV88FsKAHeM64rdfoiO3JXdu3upelJERERERESkJVNAKSJ14vkf1lPm8TK8YzQjOsUc/ODCDNg82+xrereIiIiIiIhIi6aAUkRqbe2ufL74czsAd47rhs12iOrJ1d+A5YGEfhDVof4HKCIiIiIiIiKNlgJKEam1p2esxbLgpF7x9E2KOPQLVqh7t4iIiIiIiIgYCihFpFYWbc3ih9W7sdvgH2O6HvoF+bth61yzr4BSREREREREpMVTQCkiR8yyLJ78bi0A5wxKolNcyKFftPobsLyQOBAik+t5hCIiIiIiIiLS2CmgFJEj9vPadBZuycLfz85NJ3Su2Ysqu3f3PKP+BiYiIiIiIiIiTYYCShE5Ym/+uhmAS4YlkxAedOgX5KXC1nlmv+dp9TcwEREREREREWkyFFCKyBHZlVvC3I0ZAFw0tF3NXrTqa8CCpCEQ3qbexiYiIiIiIiIiTYcCShE5Il8v2YFlwaDkSNpGu2r2oqrp3WqOI//P3p9HyX2Xd6L/u3qVWmtLslbL2i3jgJGx8QI2A8YLEBYbZgYyuYF4GJibxEMY3RzOMUngZ8cnviEz4MuExHMTtsAk+CaXkJy5xODY8RiDbRJsYzCxVtuybGttrd1Sd6u7fn9UV8tCW1V3Va+v1zk69VV1fT/6lNFXf7z5PM8DAAAAJQJKYEj+5okXkyQ3vW5JZTcc2J688GiSQnLhe+q3MQAAAGBcEVACVfvZSwfzzI5DaWlsyDtfs7jCm/629HrelcnMCu8BAAAAJjwBJVC1v3lie5LkmgvmZ1Zbc2U3/fSbpVfl3QAAAMArCCiBqvT1F/O3T76UpIry7n3PJy/+c5R3AwAAAD9PQAlU5fub92TXoe7MbmvOW9bOr+ymn32r9Lr8qmTGgrrtDQAAABh/BJRAVcrDcd550aK0NFX4T4jp3QAAAMBpCCiBinV2H8u9P92RJLnp4nMru6lja/LSE0mhIXnVu+u4OwAAAGA8ElACFfvO0ztypLcvy+e25XXnza7spqe/VXpd8aZk+jn12hoAAAAwTgkogYqVy7tvvHhJCoVCZTc9bXo3AAAAcHoCSqAiOw8ezfc370mS3HRxhdO792xOdvwkKTQq7wYAAABOSUAJVORvn3wx/cXkkmXtWTZ3WmU3lYfjrHxz0janbnsDAAAAxi8BJVCRbz5eKu+u+PRkcjygfPV767AjAAAAYCIQUMJEtu3RUon1MP3LywfzzI5DaWlsyDsvWlTZTbs3JLueThqakwt+cdh7AAAAACYmASVMVC//OPnS25L//qbkh386rKXKw3HecsE5md3WUtlN5dOTq65JprYP688HAAAAJi4BJUxUD38uSTEp9iff/q3k3k8m/X1VL9PXX8zfPlku7z638hvLAaXp3QAAAMAZCChhItq7JfnZ35auL/33pddHv5D8Px9MerqqWuoHW/Zk58HuzJranLdccE5lN+38WbL7maSxJbngHVX9eQAAAMDkIqCEiej7/1fp5OSa65N3fi75119KGluTZ/5n8pVfTA7trHipvxkYjvPOixaltamxspvKpydXX5tMmVXt7gEAAIBJREAJE83Bl5Mf/2Xp+qr/XHp99fuSD/1dMnVO8tLjyZ9dm+x65qxLdfUcy71P70iSvPd1FU7vLhaTp79Zuv4F07sBAACAMxNQwkTz6BeSvp5k6RXJsjccf/+8K5L/8A/JnFXJgW3JF69Ptj54xqW+8/SOdPX0ZdnctrzuvAoH3ez8abJ3c+nE5tq3Df17AAAAAJOCgBImkiP7kn/+cum6fHryleauKoWU512ZdB9Ivv6+5Imvn3a5bw6Ud9+4bkkKhUJle/jpwOnJNdclrTOq2T0AAAAwCQkoYSL5pz9Leg4n8y9Mzr/h1J9pm5P8yreSV//rpP9Y8re/kTxwR6k0+xV2HTya72/ekyS56eJqyrsH+k++Wnk3AAAAcHYCSpgoerqSR/+kdH3Vf07OdOKxeUry3j9Nrv6t0u8f+sPkmx9JjnUPfuRvn3wp/cXkdefNzvJ50yrbw8tPJvueTZqmJmtOE5ACAAAAvIKAEiaKJ76edO1NZp9X2XCahobkrb+bvPuPkoam5Cd/lfz5jUlXR5Lkm0+Uyrtvet25le+hfHry/BuS1ulVfgEAAABgMhJQwkTQ15v84POl6zd8LGlsqvze1/1K8st/nbTOTLb9IPmza7Nlw4/zLy8fTHNjIe98zaLK1nllefcv3FTd/gEAAIBJS0AJE8FP/9/kwAvJtHOSi/+36u9f9Zbkw99NZi1NOrZk0V+9K5cUNuQta+enfVpLZWu8+Hiyf1vSPC1Zc331ewAAAAAmJQEljHf9/cnDd5Wur/i1pHnq0NaZ/6rkP9yf4uKL03bsQP6i5ffz6+f8uPL7nx6Y3r32bUlL29D2AAAAAEw6AkoY7zbem+z+l6RlRnLph4e31owFeeTqP893+y5Ja6E36x5bn3zvv5404fsk/f3J098qXVfS/xIAAABggIASxrNiMXn4s6Xr1384mTp72Ev+9U868r/3/uc8PO/flt64//bk7/5Tqc/l6Wz/p+Tg9lJIuvraYe8BAAAAmDwElDCePf/9UjjY2Jpc8evDXq6r51ju/emO9KchU9/1B8nb/zApNCRPfC35H/8mOXrg1DeWh+Nc8I6kecqw9wEAAABMHgJKGM8e/lzp9eJfTmYsGPZy3316Z7p6+rJsblted157cvlHkw/8RdLclmz9x+RLb0v2v3DiTf39yc++Vbo2vRsAAACokoASxquXf5xs/ofSCcc3/KeaLPnNJ15Mkty4bkkKhULpzbVvT27++2T6wmTXz5I/e2vy0hPHb3rh0eTQy0nrrGTVNTXZBwAAADB5CChhvCpP7v6Fm5I5K4e93K6DR/Pwpt1JkpsuXnLiDxevSz5yfzL/F5LDO5MvvyN55tulnw2Wd/9i0tQ67H0AAAAAk4uAEsajvVuOl1Vf9Z9rsuTf/fil9BeT1503O8vnTTv5A7POTf79vaVTkr1dyTf+XfLIHyc/+9vSz19tejcAAABQPQEljEc/+HxS7E9WX5csfE1Nlvzm46Xy7pted+7pPzRlZvLv/p/kdR9KUky+c2vpROWU2cmKf1WTfQAAAACTi4ASxptDO5In/6J0ffX6miy5Yceh/Ozlg2luLOSdr1l05g83Nifv+r+Sa/9/x9971buSppaa7AUAAACYXJpGewNAlR75QtLXkyy9PDnvypos+c0ntidJ3rJ2ftqnVRA0Fgql0vI5q5Invpa88eM12QcAAAAw+QgoYTw5si/55y+Vrq9aXwoKh6mvv5i/feKlJMl7X7fkLJ/+ORe+u/QLAAAAYIiUeMN48k9fTHoOJ/MvTNZcX5MlH926NzsOHs2sqc15ywXza7ImAAAAQKUElDBe9HQlj/5J6fqNH08aavP4lofj/OJFi9La1FiTNQEAAAAqJaCE8eLJ/5F07Ulmn5e8+n01WfJIT1/u/enLSZL3XlxleTcAAABADQgoYTzo602+//nS9Rs+ljTWpn3sd3+2I509fTlvTlsuWdZekzUBAAAAqiGghPHgp99MDmxL2uYlF/9vNVu2XN5948VLUqjBwB0AAACAagkoYazr708e/lzp+opfS5qn1mTZXQeP5nubdidJblLeDQAAAIwSASWMdZu+k+z+l6RlRvL6/1CzZf/uxy+lv5hcfN7srJg3rWbrAgAAAFRDQAljWbGYfO+zpevX//tk6uyaLV0u7zYcBwAAABhNAkoYy57/QbL9h0lja3LFr9ds2Q07DuVnLx9Mc2Mh77xocc3WBQAAAKiWgBLGsnLvyXX/LpmxsGbLfvOJ7UmSN6+dn/ZpLTVbFwAAAKBaAkoYq3b8JNl8X1JoSN74sZot29dfzN8+8VIS5d0AAADA6BNQwlhVPj35Czclc1bWbNlHt+7NjoNHM3NKU6551fyarQsAAAAwFAJKGIs6tiZP/03p+o0fr+nS5eE4v3jR4rQ2NdZ0bQAAAIBqCShhLPr+55Nif7L6umTRRTVb9khPX+796ctJkve+Tnk3AAAAMPoElDDWHNqRPPk/StdX/eeaLv3dn+1IZ09fls6ZmkuXtdd0bQAAAIChEFDCWPPonyR9Pcm5lyXL3lDTpcvl3TetW5JCoVDTtQEAAACGQkAJY8mR/ck/fbF0ffX6pIYh4q5DR/O9TbuTJDe97tyarQsAAAAwHAJKGEv++YtJz6HknFcla26o6dJ/9+RL6S8m65bOzop502q6NgAAAMBQCShhrOg9UirvTkq9Jxtq+3j+zROl8m7DcQAAAICxREAJY8UTX086dyezzkte/d6aLr1x56E8/dLBNDUU8s6LFtd0bQAAAIDhEFDCWNB3LPnB50vXb/xY0thc0+XLw3HevHZ+5kxrqenaAAAAAMMhoISx4OlvJvu3JW3zknW/XNOl+/uL+dsnlXcDAAAAY5OAEkZbsZg8/LnS9RX/e9LSVtPlH926Ny8fOJoZU5pyzQXza7o2AAAAwHAJKGG0bfxOsutnScuM5PUfqfny3xwYjvPOixZlSnNjzdcHAAAAGA4BJYy28unJS29Ops6u6dJHevry9z95OUly08Xn1nRtAAAAgFoQUMJoev4HyQuPJo0tyZW/UfPlv/uzHens6cu57VNz6bL2mq8PAAAAMFwCShhN5dOT6/5dMmNhzZf/m4Hy7psuXpKGhkLN1wcAAAAYLgEljJYdP002fTcpNCRv+FjNl+/o7Mn3Nu1JUgooAQAAAMYiASWMlh99ufR64XuSuatqvvz3Nu1OX38xFyyckZXnTK/5+gAAAAC1IKCE0bJnU+l1zQ11Wf7hgdOTbzr/nLqsDwAAAFALAkoYLQe2l15n1X66drFYHCzvvmr1vJqvDwAAAFArAkoYDcViXQPKLbsPZ8fBo2lpashlK+bUfH0AAACAWhFQwmjo3JP0dScpJDNrP8DmoY2l05OXr5iTKc2NNV8fAAAAoFYElDAaDrxQep2xMGlqqfny39u0O4nybgAAAGDsE1DCaKhjeXf3sb48urUjSXL1GgNyAAAAgLFNQAmjoY4B5ePP78+R3r7Mm96aCxbOqPn6AAAAALUkoITRUC7xrkNAeby8e24aGgo1Xx8AAACglgSUMBoGA8qlNV/64c2lATnKuwEAAIDxQEAJo6FOJd4dnT35yYsHkiRXrzEgBwAAABj7BJQwGuoUUH5/854Ui8naBTMyf+aUmq4NAAAAUA8CShhpvUeSzlKfyFqXeD+8qVze7fQkAAAAMD4IKGGkHXyp9No8LZnaXrNli8Xi4ICcq8/XfxIAAAAYHwSUMNJeOcG7ULsp21t2d+alA0fT0tiQy5bPqdm6AAAAAPUkoISRtv8VAWUNPTxwevL1K9oztaWxpmsDAAAA1IuAEkZanQbkfG+w/6TybgAAAGD8EFDCSBsMKGs3IKfnWH8e2bo3SXLVagNyAAAAgPFDQAkj7UDtS7yf2LYvXT19mTutJRcumlmzdQEAAADqTUAJI60OJd7l8u43rp6XhobaDd4BAAAAqDcBJYykYvF4QDm7diXe39tc7j+pvBsAAAAYXwSUMJI69yR93UkKyYzFNVlyf1dPntq+P4kBOQAAAMD4I6CEkXRgW+l1xsKkqaUmS35/894Ui8ma+dOzcNaUmqwJAAAAMFIElDCS6tB/8uHNu5M4PQkAAACMTwJKGEk1DiiLxWIe2jjQf/J8/ScBAACA8UdACSOpxgHls3s68+L+I2lpbMjlK+bUZE0AAACAkSSghJF04IXS66zaTPB+eGB69yXL2tPW0lSTNQEAAABGkoASRtLgCcraBJTKuwEAAIDxTkAJI6mGJd69ff15dOveJMnVqw3IAQAAAMYnASWMlN4jSWdp4nYtAsonX9ifw93H0t7WnF9YPHPY6wEAAACMBgEljJQDL5Zem6clU9uHvdz3NpbCzqvWnJOGhsKw1wMAAAAYDQJKGCmDA3LOTQrDDxQf2jTQf3K1/pMAAADA+CWghJFSw/6TB7p689T2/UmSq9YIKAEAAIDxS0AJI6WGAeUPtuxJfzFZPX96Fs+eOuz1AAAAAEaLgBJGSjmgnL102EuVy7uvUt4NAAAAjHMCShgpgz0ohxdQFovFfG9TaUDOm84XUAIAAADjm4ASRsorh+QMw/N7u7J935E0NxZy+Yq5NdgYAAAAwOgRUMJI6O9PDrxYuh5mQFk+Pfm689ozrbVpuDsDAAAAGFUCShgJXXuSvu4khWTG4mEt9b2B/pNvOv+cGmwMAAAAYHQJKGEklMu7ZyxMmlqGvMyxvv48smVvEgNyAAAAgIlBQAkjoTzBe5jl3T/evj+Huo9ldltzXr1kVg02BgAAADC6BJQwEgYDyuFN8H5oY6m8+42r56WxoTDcXQEAAACMOgEljIQanaAsD8i5Wnk3AAAAMEEIKGEklHtQDuME5YEjvfnx9gNJkqvWCCgBAACAiUFACSNhfzmgHPoJyke27E1ffzErz5mWc9vbarQxAAAAgNEloISRUIMSb+XdAAAAwEQkoIR66z2SdJWG2wwnoHx4c2mNq9ecU4tdAQAAAIwJAkqotwMvll6bpyVT24e0xPN7O/P83q40NRRyxaq5NdwcAAAAwOgSUEK9lQfkzF6aFApDWuJ7m0qnJ193XnumtzbVamcAAAAAo25MBJRf+MIXsnz58kyZMiWXX355fvjDH572s1/5yldSKBRO+DVlypQTPlMsFvOpT30qixYtytSpU3Pttddm06ZN9f4acGo16D/58KZyebf+kwAAAMDEMuoB5T333JP169fn05/+dB5//PG89rWvzQ033JBdu3ad9p6ZM2fm5ZdfHvz1/PPPn/Dzz3zmM/n85z+fu+++O4899limTZuWG264IUePHq3314GTDTOgPNbXn+9vGQgoz9d/EgAAAJhYRj2g/OxnP5uPfOQjufnmm3PhhRfm7rvvTltbW770pS+d9p5CoZCFCxcO/lqwYMHgz4rFYu666678zu/8Tt7znvfkoosuyp//+Z/npZdeyre+9a0R+Ebwc8ol3kMMKH+8/UAOHT2WWVOb85ols2q4MQAAAIDRN6oBZU9PT370ox/l2muvHXyvoaEh1157bR555JHT3nf48OEsW7YsS5cuzXve8548/fTTgz979tlns2PHjhPWnDVrVi6//PIzrgl1MxhQLh3S7eXy7jeunpvGhqH1sAQAAAAYq0Z12saePXvS19d3wgnIJFmwYEGeeeaZU96zdu3afOlLX8pFF12UAwcO5L/8l/+SN7zhDXn66adz7rnnZseOHYNr/Pya5Z/9vO7u7nR3dw/+/uDBg0mS3t7e9Pb2Dvn7jVXl7zQRv9tY1LT/hRSSHJu2MMUh/Dd/aGOp3cEbVs7xvxmn5JmGicdzDROLZxomFs80VKaaZ2TcjQO+8sorc+WVVw7+/g1veENe9apX5b//9/+e3/u93xvSmnfeeWduu+22k97/7ne/m7a2tiHvday77777RnsLE1+xP+/cvz2NSf7x8c3pevpAVbcfOZY8sa0xSSE9257Kt3c9VZdtMjF4pmHi8VzDxOKZhonFMw1n1tXVVfFnRzWgnDdvXhobG7Nz584T3t+5c2cWLlxY0RrNzc25+OKLs3nz5iQZvG/nzp1ZtGjRCWuuW7fulGvceuutWb9+/eDvDx48mKVLl+b666/PzJkzq/lK40Jvb2/uu+++XHfddWlubh7t7Uxsh3el8cneFFPIm9/9S0ljS1W3/8O/7Er/Pz2Z5XPb8ivvvapOm2S880zDxOO5honFMw0Ti2caKlOuUK7EqAaULS0tueSSS3L//ffnxhtvTJL09/fn/vvvzy233FLRGn19ffnJT36Sd7zjHUmSFStWZOHChbn//vsHA8mDBw/msccey6/92q+dco3W1ta0trae9H5zc/OE/sdmon+/MaGr1FagMGNRmqdMq/r2H2zdlyR50/nn+N+Ks/JMw8TjuYaJxTMNE4tnGs6smudj1Eu8169fnw996EO59NJLc9lll+Wuu+5KZ2dnbr755iTJBz/4wSxZsiR33nlnkuT222/PFVdckdWrV2f//v35wz/8wzz//PP5D//hPyQpTfj++Mc/njvuuCNr1qzJihUr8ru/+7tZvHjxYAgKI+bA9tLrECd4P7y5NCDnqtXzarUjAAAAgDFl1APK97///dm9e3c+9alPZceOHVm3bl3uvffewSE327ZtS0PD8WHj+/bty0c+8pHs2LEj7e3tueSSS/KDH/wgF1544eBnPvGJT6SzszMf/ehHs3///lx11VW59957M2XKlBH/fkxy+8sTvKsPKF/o6MqzezrT2FDIlavm1nhjAAAAAGPDqAeUSXLLLbectqT7wQcfPOH3n/vc5/K5z33ujOsVCoXcfvvtuf3222u1RRiaYZyg/N6m0unJ1503OzOmKBsAAAAAJqaGs38EGLID5ROUS6u+9eHNu5MkV60+p5Y7AgAAABhTBJRQT0M8QdnXX8zDAycorz5f/0kAAABg4hJQQj0NMaB8avv+HDx6LDOmNOWiJbPqsDEAAACAsUFACfXSeyTpKp2CzOzqSrzLpyffuGpemho9pgAAAMDEJfmAejnwYum1ZXoyZXZVt35PeTcAAAAwSQgooV4ObCu9zjo3KRQqvu1w97E8vm1fkuRqA3IAAACACU5ACfUyxP6Tj27Zm2P9xSyb25bz5rbVYWMAAAAAY4eAEupliAHl9zbtTpJcvUZ5NwAAADDxCSihXoYcUJb6T16lvBsAAACYBASUUC8HXii9zqp8gvf2fV3ZuqczjQ2FXLlqbp02BgAAADB2CCihXgZPUFYeUD48cHpy3dLZmTW1uR67AgAAABhTBJRQD/39yYEXS9dVlHgfL+/WfxIAAACYHASUUA+du5O+7iSFZObiim7p6y/m+1tKAeWbzhdQAgAAAJODgBLqoVzePWNR0lhZqfZPXzyQ/V29mdHalNeeO7t+ewMAAAAYQwSUUA+DA3KqKe/enSS5ctXcNDV6NAEAAIDJQQoC9TA4IKf6/pNXn39OPXYEAAAAMCYJKKEeqgwoO7uP5fFt+5Ikb1qj/yQAAAAweQgooR7KJd6zz6vo4489uze9fcUsnTM1y+ZOq+PGAAAAAMYWASXUQ5UnKB/aOFDevUZ5NwAAADC5CCihHqocklMekKO8GwAAAJhsBJRQaz1dSdfe0nUFAeVL+49ky+7ONBSSK1cJKAEAAIDJRUAJtXbwxdJry/Rkyuyzfvzhgendr106O7OmNtdxYwAAAABjj4ASau2V5d2Fwlk//tBAebf+kwAAAMBkJKCEWqtiQE5/fzHf31wekKO8GwAAAJh8BJRQa4MB5dKzfvTplw5mX1dvprc2Zd3S2fXdFwAAAMAYJKCEWqviBGW5vPuKlXPT3OhxBAAAACYfiQjU2v5tpdcKTlCWB+S86Xzl3QAAAMDkJKCEWqvwBGVXz7H88/MdSQzIAQAAACYvASXUUn9/cvDF0vVZAsrHtnakt6+YJbOnZvncthHYHAAAAMDYI6CEWurcnfT1JCkkMxef8aMPbz5e3l0oFEZgcwAAAABjj4ASaqlc3j1jUdLYfMaP/vTFA0mSS5bNqfeuAAAAAMYsASXU0oEXSq8VTPDetOtwkmTtghn13BEAAADAmCaghFoqn6CcfeYJ3nsOd6ejsyeFQrJ6/vQR2BgAAADA2CSghFqq8ATlxp2HkiRL29sytaWx3rsCAAAAGLMElFBL5ROUs858gnLjjlJAeb7ybgAAAGCSE1BCLVV6gnKg/+T5C5R3AwAAAJObgBJqafAE5ZkDyk07naAEAAAASASUUDs9XUnX3tL1GQLKYrGYDUq8AQAAAJIIKKF2Dr5Yem2ZnkyZfdqP7TrUnYNHj6WhkKw8Z9rI7A0AAABgjBJQQq0M9p9cmhQKp/1YeYL38rnTMqXZBG8AAABgchNQQq3sr2xAjvJuAAAAgOMElFArFQ/IMcEbAAAAoExACbVSYUC5cVfpBOUaJygBAAAABJRQM6/sQXkaxWJx8ATl2oUCSgAAAAABJdRKBScoXzpwNIe7j6WpoZDlc03wBgAAABBQQi309ycHXyxdnyGgLE/wXjFvWlqaPH4AAAAAEhKohc7dSV9PUmhIZi4+7cc27TTBGwAAAOCVBJRQC+Xy7hmLksbm035sw47yBG8BJQAAAEAioITaOLCt9HqWCd6bdpVPUE6v944AAAAAxgUBJdRCBQNy+vuPT/Be4wQlAAAAQBIBJdRGBQHl9n1HcqS3Ly2NDVk+t22ENgYAAAAwtgkooRYGA8qlp/1IeYL3ynOmpanRowcAAACQCCihNg68UHo9wwnKjbtM8AYAAAD4eQJKqIVKTlDuKAWUaxcKKAEAAADKBJQwXD1dSdfe0vWZTlCWB+TMN8EbAAAAoExACcNVPj3ZMiOZMuuUH+nrL2bL7lJAqcQbAAAA4DgBJQzXK/tPFgqn/Mi2jq50H+vPlOaGLJ1jgjcAAABAmYAShmuw/+Tpy7s3DPSfXD1/ehobTh1iAgAAAExGAkoYrgoCyk07ByZ4z1feDQAAAPBKAkoYrgoCyo27Bgbk6D8JAAAAcAIBJQxXuQfl7PNO+5GNAyXeaxea4A0AAADwSgJKGK6znKDs7evP1j0DJyiVeAMAAACcQEAJw9Hfnxx8sXR9moDy+b2d6e0rpq2lMUtmTx3BzQEAAACMfQJKGI7OXUlfT1JoSGYsOuVHNuw43n+ywQRvAAAAgBMIKGE4yuXdMxYljc2n/MjGwQne+k8CAAAA/DwBJQxHeUDOGSZ4b9o1EFCa4A0AAABwEgElDMdZBuQkycadpRLv8xcKKAEAAAB+noAShmMwoFx6yh93H+vLs3s6kyTnL1DiDQAAAPDzBJQwHGc5Qfnsns709Rczo7UpC2dOGcGNAQAAAIwPAkoYjv3bSq+nOUFZLu9es2B6CgUTvAEAAAB+noAShuMsJyg37igNyFmr/yQAAADAKQkoYah6OpMjHaXr0wWUO0sB5Zr5AkoAAACAUxFQwlAdeLH02jIjmTLrlB/ZtGtggvcCASUAAADAqQgoYagOvFB6nXVucor+kkd7+/Lc3oEJ3gtN8AYAAAA4FQElDNVZ+k9u3nU4xWIyu60550xvHcGNAQAAAIwfAkoYqnJAOfvUE7w37Sr1nzx//gwTvAEAAABOQ0AJQ/XKEu9T2LhzoP+k8m4AAACA0xJQwlANlnif+gTlxh0DJygNyAEAAAA4LQElDNXZTlAOlHivmS+gBAAAADgdASUMRX9/cuDF0vUpAsqunmN5oeNIkuT8BUq8AQAAAE5HQAlD0bkr6e9NCg3JjEUn/XjTQP/JedNbMtcEbwAAAIDTElDCUJT7T85YlDQ2n/TjjTuVdwMAAABUQkAJQzHYf/LUA3I27RqY4K28GwAAAOCMBJQwFPvPPCBnQ3mC90InKAEAAADOREAJQ1Eu8T5NQLlpoMT7/AUCSgAAAIAzEVDCUJwhoDx0tDcvHTiaJDlfD0oAAACAMxJQwlCcoQflxoEJ3gtmtmZW28kDdAAAAAA4TkAJQ3GGE5TKuwEAAAAqJ6CEavV0Jkc6StenCCjLJyjXKO8GAAAAOCsBJVTrwIul19aZydTZJ/14067SCcq1C6eP4KYAAAAAxicBJVTrwLbS62kmeG/YUQoo1yjxBgAAADgrASVU6wz9Jw909WbXoe4kyZr5TlACAAAAnI2AEqp1hoBy40B59+JZUzJjigneAAAAAGcjoIRqnSGgLJd3n79QeTcAAABAJQSUUK3BgHLpST/atHMgoNR/EgAAAKAiAkqo1oEXSq+nKvHeeTiJ/pMAAAAAlRJQQjX6+5MDL5auT3GCcuPACcq1SrwBAAAAKiKghGoc3pn09yaFhmTGohN+tPdwd/Z29iRJVjtBCQAAAFARASVUo9x/csbipLHphB+Vy7uXzpmatpamn78TAAAAgFMQUEI1ztB/ctOugfJuA3IAAAAAKiaghGoMTvA+OaDcsKMUUK4RUAIAAABUTEAJ1ThDQLlpoMT7/AX6TwIAAABUSkAJ1ThNQFksFrNxoMT7fCcoAQAAAComoIRqlHtQzj7vhLd3H+rO/q7eNBSSVec4QQkAAABQKQElVOM0Q3LKE7yXzZ2WKc2NI70rAAAAgHFLQAmV6j6cHNlXuj4poBwYkDPf6UkAAACAaggooVIHXyy9ts5Mpsw64UflgHLtQv0nAQAAAKohoIRKnaa8O3nFCUoDcgAAAACqIqCESp1hgvemgR6U5y9Q4g0AAABQDQElVOo0AeXLB47mUPexNDUUsnKegBIAAACgGgJKqNRpAspyeffyedPS0uSRAgAAAKiGNAUqNRhQnnfC28q7AQAAAIZOQAmV2r+t9HqaE5TnG5ADAAAAUDUBJVSivy85+FLpWkAJAAAAUDMCSqjE4V1Jf29SaEhmLBp8u7+/mE27lHgDAAAADJWAEipR7j85Y3HS2DT49ov7j6Srpy8tjQ1ZNnfaKG0OAAAAYPwSUEIlDrxQej1NeffKc6aludHjBAAAAFAtiQpUYnCC988HlKXy7jX6TwIAAAAMiYASKlEOKGcvPeHtTeUBOfP1nwQAAAAYCgElVOI0Jd4bygHlQicoAQAAAIZCQAmVGAwoj5+g7OsvZvPgBG8BJQAAAMBQCCihEqfoQflCR1e6j/Wntakh581pG6WNAQAAAIxvAko4m+7DyZF9petXBJTlCd6r509PY0NhNHYGAAAAMO4JKOFsDr5Yem2dmUyZNfh2OaBU3g0AAAAwdFUHlMuXL8/tt9+ebdu21WM/MPacZkDOxp2l/pNrFpjgDQAAADBUVQeUH//4x/PNb34zK1euzHXXXZdvfOMb6e7ursfeYGwY7D+59IS3yyco1zpBCQAAADBkQwoon3zyyfzwhz/Mq171qvyn//SfsmjRotxyyy15/PHH67FHGF37Tz5BeayvP1t3dyZR4g0AAAAwHEPuQfm6170un//85/PSSy/l05/+dP7sz/4sr3/967Nu3bp86UtfSrFYrOU+YfScYoL3c3u70tPXn6nNjVkye+oobQwAAABg/Gsa6o29vb35m7/5m3z5y1/OfffdlyuuuCIf/vCHs3379nzyk5/MP/zDP+Qv/uIvarlXGB2nKPHeNFDevWbB9DSY4A0AAAAwZFUHlI8//ni+/OUv5y//8i/T0NCQD37wg/nc5z6XCy64YPAzN910U17/+tfXdKMwak4xJGeDCd4AAAAANVF1QPn6178+1113Xf7kT/4kN954Y5qbm0/6zIoVK/KBD3ygJhuEUdXflxx8qXT9ioBy08AE7/NN8AYAAAAYlqoDyq1bt2bZsmVn/My0adPy5S9/ecibgjHj8K6kvzcpNCYzFg2+vXGwxNsJSgAAAIDhqHpIzq5du/LYY4+d9P5jjz2Wf/7nf67JpmDMKPefnLk4aSzl+T3H+vPsntIE77UCSgAAAIBhqTqg/I3f+I288MILJ73/4osv5jd+4zdqsikYMw5sK72+orz72T2dOdZfzIzWpiyaNWWUNgYAAAAwMVQdUP7sZz/L6173upPev/jii/Ozn/2sJpuCMWNwgvfxgLJc3r16wfQUCiZ4AwAAAAxH1QFla2trdu7cedL7L7/8cpqaqm5pCWPbKQLKTQMBpfJuAAAAgOGrOqC8/vrrc+utt+bAgQOD7+3fvz+f/OQnc91119V0czDqThFQbjAgBwAAAKBmqj7y+F/+y3/Jm970pixbtiwXX3xxkuTJJ5/MggUL8rWvfa3mG4RRdWCg3+qspYNvbdp5OEly/oLpo7EjAAAAgAml6oByyZIleeqpp/I//sf/yI9//ONMnTo1N998c37pl34pzc3N9dgjjJ6fO0F5tLcvz+01wRsAAACgVobUNHLatGn56Ec/Wuu9wNjSfTg5sq90PXCCcsvuw+kvJrOmNuecGa2juDkAAACAiWHIU21+9rOfZdu2benp6Tnh/Xe/+93D3hSMCeXTk62zkikzk5xY3m2CNwAAAMDwVR1Qbt26NTfddFN+8pOfpFAopFgsJslgWNPX11fbHcJoOcWAnI0G5AAAAADUVNVTvH/zN38zK1asyK5du9LW1pann346Dz30UC699NI8+OCDddgijJLBATknB5T6TwIAAADURtUnKB955JE88MADmTdvXhoaGtLQ0JCrrroqd955Zz72sY/liSeeqMc+YeSd8gRlqcR7jQneAAAAADVR9QnKvr6+zJhROj02b968vPTSS0mSZcuWZcOGDbXdHYymnwsoj/T05YV9XUmS852gBAAAAKiJqk9QvvrVr86Pf/zjrFixIpdffnk+85nPpKWlJf/3//1/Z+XKlfXYI4yOwYCyNMF7867DKRaTudNaMm+6Cd4AAAAAtVB1QPk7v/M76ezsTJLcfvvteec735mrr746c+fOzT333FPzDcKo+bkelBsGB+Qo7wYAAAColaoDyhtuuGHwevXq1XnmmWfS0dGR9vb2wUneMO719yUHXyxdzy6doNw0EFAq7wYAAAConap6UPb29qapqSk//elPT3h/zpw5wkkmloMvJf3HkkJjMn1hkuMTvAWUAAAAALVTVUDZ3Nyc8847L319ffXaD4wNz3+/9LrgF5LG0kHj8gRvASUAAABA7VQ9xfu3f/u388lPfjIdHR312A+MDZvvL72ufmuS5HD3sby4/0iS5Hw9KAEAAABqpuoelH/0R3+UzZs3Z/HixVm2bFmmTZt2ws8ff/zxmm0ORkV/f7LlgdL1qlJAWe4/OX9Ga2a3tYzWzgAAAAAmnKoDyhtvvLHmm/jCF76QP/zDP8yOHTvy2te+Nv/tv/23XHbZZWe97xvf+EZ+6Zd+Ke95z3vyrW99a/D9X/3VX81Xv/rVEz57ww035N5776311pmIdjyVdO1JWqYnSy9Pov8kAAAAQL1UHVB++tOfrukG7rnnnqxfvz533313Lr/88tx111254YYbsmHDhsyfP/+09z333HP5rd/6rVx99dWn/Pnb3va2fPnLXx78fWtra033zQS2ZaC8e/nVSVPptGS5/+Qa5d0AAAAANVV1D8pa++xnP5uPfOQjufnmm3PhhRfm7rvvTltbW770pS+d9p6+vr788i//cm677basXLnylJ9pbW3NwoULB3+1t7fX6ysw0WweKO8e6D+ZOEEJAAAAUC9Vn6BsaGhIoVA47c+rmfDd09OTH/3oR7n11ltPWP/aa6/NI488ctr7br/99syfPz8f/vCH873vfe+Un3nwwQczf/78tLe355prrskdd9yRuXPnnvKz3d3d6e7uHvz9wYMHkyS9vb3p7e2t+PuMF+XvNBG/27B1H0rTC4+mkKR32ZuSgf9GG3eUAspVc6f678aY45mGicdzDROLZxomFs80VKaaZ6TqgPJv/uZvTvrDnnjiiXz1q1/NbbfdVtVae/bsSV9fXxYsWHDC+wsWLMgzzzxzynsefvjhfPGLX8yTTz552nXf9ra35b3vfW9WrFiRLVu25JOf/GTe/va355FHHkljY+NJn7/zzjtPuffvfve7aWtrq+o7jSf33XffaG9hzFl44PFc3n8snS3z8w+PPpPkmXQdS3YeKj0qW5/8QV7+6ejuEU7HMw0Tj+caJhbPNEwsnmk4s66uroo/W3VA+Z73vOek9/71v/7X+YVf+IXcc889+fCHP1ztkhU7dOhQfuVXfiV/+qd/mnnz5p32cx/4wAcGr1/zmtfkoosuyqpVq/Lggw/mrW9960mfv/XWW7N+/frB3x88eDBLly7N9ddfn5kzZ9b2S4wBvb29ue+++3Ldddelubl5tLczpjTc+2CSZMqrfzHvePs7kiQ/en5f8k//lIUzW/O+d18/iruDU/NMw8TjuYaJxTMNE4tnGipTrlCuRNUB5elcccUV+ehHP1rVPfPmzUtjY2N27tx5wvs7d+7MwoULT/r8li1b8txzz+Vd73rX4Hv9/f1JkqampmzYsCGrVq066b6VK1dm3rx52bx58ykDytbW1lMO0Wlubp7Q/9hM9O83JFv/MUnSeP51aRz4b7N179EkydqFM/33YkzzTMPE47mGicUzDROLZxrOrJrnoyZDco4cOZLPf/7zWbJkSVX3tbS05JJLLsn9998/+F5/f3/uv//+XHnllSd9/oILLshPfvKTPPnkk4O/3v3ud+ctb3lLnnzyySxduvSUf8727duzd+/eLFq0qLovxuTSsTXZ92zS0FSa4D3g+IAcE7wBAAAAaq3qE5Tt7e0nDMkpFos5dOhQ2tra8vWvf73qDaxfvz4f+tCHcumll+ayyy7LXXfdlc7Oztx8881Jkg9+8INZsmRJ7rzzzkyZMiWvfvWrT7h/9uzZSTL4/uHDh3Pbbbflfe97XxYuXJgtW7bkE5/4RFavXp0bbrih6v0xiWweCMqXXp5MOV7aXw4o15jgDQAAAFBzVQeUn/vc504IKBsaGnLOOefk8ssvT3t7e9UbeP/735/du3fnU5/6VHbs2JF169bl3nvvHRycs23btjQ0VH7Qs7GxMU899VS++tWvZv/+/Vm8eHGuv/76/N7v/d4py7hh0JYHSq+rrjnh7Y07DydJ1gooAQAAAGqu6oDyV3/1V2u+iVtuuSW33HLLKX/24IMPnvHer3zlKyf8furUqfnOd75To50xaRzrSZ59qHS9+nif0o7Onuw53F16e74SbwAAAIBaq7oH5Ze//OX81V/91Unv/9Vf/VW++tWv1mRTMOK2/zDpOZy0zUsWvnbw7XJ597ntUzOttWYzpQAAAAAYUHVAeeedd2bevHknvT9//vz8/u//fk02BSOu3H9y1VuSV7QU2DQ4IEd5NwAAAEA9VB1Qbtu2LStWrDjp/WXLlmXbtm012RSMuC3lgPKtJ7y9QUAJAAAAUFdVB5Tz58/PU089ddL7P/7xjzN37tyabApG1OHdycs/Ll2fZkDO+Qv0nwQAAACoh6oDyl/6pV/Kxz72sfzjP/5j+vr60tfXlwceeCC/+Zu/mQ984AP12CPU19Z/LL0ueE0yY8Hg28ViUYk3AAAAQJ1VPfXj937v9/Lcc8/lrW99a5qaSrf39/fngx/8oB6UjE/l/pOrTzw9uedwT/Z19aZQMMEbAAAAoF6qDihbWlpyzz335I477siTTz6ZqVOn5jWveU2WLVtWj/1BffX3J1seKF3/XP/J8gTvZXPaMqW5caR3BgAAADApVB1Qlq1ZsyZr1qyp5V5g5O38adK5K2luS8674oQflQPKNcq7AQAAAOqm6h6U73vf+/IHf/AHJ73/mc98Jv/m3/ybmmwKRkx5evfyq5Om1hN+VB6Qs1ZACQAAAFA3VQeUDz30UN7xjnec9P7b3/72PPTQQzXZFIyYwf6T1570o+MnKPWfBAAAAKiXqgPKw4cPp6Wl5aT3m5ubc/DgwZpsCkZE9+Fk26Ol69Un9p8sFouDAaUJ3gAAAAD1U3VA+ZrXvCb33HPPSe9/4xvfyIUXXliTTcGIeO7hpL83mb0smbPyhB/tPNidQ0ePpbGhkJXnTBulDQIAAABMfFUPyfnd3/3dvPe9782WLVtyzTXXJEnuv//+/MVf/EX++q//uuYbhLop959c/dakUDjhRxsGTk8un9uW1iYTvAEAAADqpeqA8l3vele+9a1v5fd///fz13/915k6dWpe+9rX5oEHHsicOXPqsUeoj3L/yVVvPelHG3eUAsq1C5V3AwAAANRT1QFlkvziL/5ifvEXfzFJcvDgwfzlX/5lfuu3fis/+tGP0tfXV9MNQl10PJt0bEkampIVbzrpxxv0nwQAAAAYEVX3oCx76KGH8qEPfSiLFy/Of/2v/zXXXHNNHn300VruDeqnXN597mXJlJkn/XjTQEC5VkAJAAAAUFdVnaDcsWNHvvKVr+SLX/xiDh48mH/7b/9turu7861vfcuAHMaXzQ+UXldfc9KP+vuL2bjzcJLkfCXeAAAAAHVV8QnKd73rXVm7dm2eeuqp3HXXXXnppZfy3/7bf6vn3qA++nqTZx8qXZ+i/+T2fUdypLcvLU0NWTanbYQ3BwAAADC5VHyC8u///u/zsY99LL/2a7+WNWvW1HNPUF8v/DDpOZS0zU0WrTvpx+X+k6vOmZ6mxiF3QQAAAACgAhWnLw8//HAOHTqUSy65JJdffnn+6I/+KHv27Knn3qA+yv0nV74laTj5Edg42H9y+kjuCgAAAGBSqjigvOKKK/Knf/qnefnll/Mf/+N/zDe+8Y0sXrw4/f39ue+++3Lo0KF67hNqZ/NAQLn65PLuJNmwY2CCt/6TAAAAAHVXdf3qtGnT8u///b/Pww8/nJ/85Cf5P/6P/yP/5//5f2b+/Pl597vfXY89Qu107kle/nHpetXJA3KSV56gFFACAAAA1NuwGuytXbs2n/nMZ7J9+/b85V/+Za32BPWz5R+TFJMFr05mLDzpx719/dm6uzNJcr6AEgAAAKDuajIBpLGxMTfeeGP+7u/+rhbLQf2U+0+e5vTk83s709PXn2ktjVkye+oIbgwAAABgcjKimMmjWEy2PFC6Pm3/ycNJkjULZqShoTBSOwMAAACYtASUTB47f5oc3pk0tyXnXXnKj2wY6D95vgneAAAAACNCQMnkUZ7evfyqpKn1lB/ZWJ7grf8kAAAAwIgQUDJ5DPafPHV5d5Js3DUwwXuhgBIAAABgJAgomRx6OpNtj5auT9N/8mhvX57bU5rgvdYJSgAAAIARIaBkcnju4aSvJ5l1XjJ39Sk/smX34fQXk9ltzTlnxqlLwAEAAACoLQElk0O5/+Tqa5LCqadzb9x5vP9k4TSfAQAAAKC2BJRMDhX0n9yw43ASE7wBAAAARpKAkolv3/PJ3s1JoTFZ+a9O+7HyCUr9JwEAAABGjoCSia98evLc1ydTZp32Yxt2HC/xBgAAAGBkCCiZ+Ab7T56+vPtw97G8uP9IEgElAAAAwEgSUDKx9fUmzz5Uuj5D/8lNA+Xd82e0pn1ay0jsDAAAAIAIKJnotv9z0n0wmdqeLF532o8N9p9c6PQkAAAAwEgSUDKxlftPrnxL0tB42o8dn+AtoAQAAAAYSQJKJrYK+k8mx09Qnr9ger13BAAAAMArCCiZuDr3Ji89Ubpedc0ZP7phpwneAAAAAKNBQMnEtfUfkxST+b+QzFx82o/t6+zJ7kPdSZI1AkoAAACAESWgZOLa8kDpdfWZT0+Wy7vPbZ+a6a1N9d4VAAAAAK8goGRiKhaPB5SrKus/udbpSQAAAIARJ6BkYtr1s+TQy0nT1OS8K8/40cH+kwsFlAAAAAAjTUDJxFSe3r38qqR5yhk/unHH4SQmeAMAAACMBgElE9OWgYBy9ZnLu4vFogneAAAAAKNIQMnE09OVPP9I6fos/Sd3HerOgSO9aSgkq85xghIAAABgpAkomXie/37S153MWprMW3PGj5YH5CyfNy1TmhtHYncAAAAAvIKAkomn3H9y1TVJoXDGj27YYYI3AAAAwGgSUDLxVNh/Mjl+glL/SQAAAIDRIaBkYtn/QrJnY1JoTFb8q7N+fMPO8gRvASUAAADAaBBQMrGUT0+ee2kydfYZP9rfX8ymgROUaxcakAMAAAAwGgSUTCyD/SfPXt794v4j6erpS0tjQ5bNnVbnjQEAAABwKgJKJo6+Y8nW/1W6rqL/5MpzpqW50aMAAAAAMBqkMkwcL/4o6T6QTG1PFl981o9vGCzv1n8SAAAAYLQIKJk4yv0nV745aWg868c37jDBGwAAAGC0CSiZODb/Q+m1gv6TyfEJ3msFlAAAAACjRkDJxNDVkbz4eOl61TVn/fixvv5s2VUKKJ2gBAAAABg9Akomhq3/mKSYnPOqZNaSs378ub1d6enrz9TmxpzbPrX++wMAAADglASUTAybHyi9VjC9Ozk+wfv8BdPT0FCo164AAAAAOAsBJeNfsXh8QE4F5d3JKwNK5d0AAAAAo0lAyfi361+SQy8nTVOSZW+o6JZyQLl2oYASAAAAYDQJKBn/yqcnl70xaa6sn+SGHU5QAgAAAIwFAkrGv80DAWWF/SeP9vblub1dSQSUAAAAAKNNQMn41tOVPP+D0vWqygLKrbs709dfzMwpTVkws7WOmwMAAADgbASUjG/P/yDp605mLknOWVvRLa/sP1komOANAAAAMJoElIxvr5zeXWHYaII3AAAAwNghoGR8q7L/ZGKCNwAAAMBYIqBk/DqwPdmzISk0JCvfXPFtG5ygBAAAABgzBJSMX+XTk0suSaa2V3RLZ/exvNBxJImAEgAAAGAsEFAyfg32n6y8vHvTrsNJknnTWzNnWks9dgUAAABAFQSUjE99x5KtD5auV19b8W0bd5T7T06vw6YAAAAAqJaAkvHppceToweSKbOTJa+r+DYTvAEAAADGFgEl41O5/+TKNycNjRXfVh6Qs1ZACQAAADAmCCgZnzZ9p/S6uvL+k8krTlAuFFACAAAAjAUCSsafgy8lLz2RpJCc/7aKb9vf1ZOdB7uTJGvm60EJAAAAMBYIKBl/Nt5bej330mT6/Mpv21ma4L1k9tTMmNJcj50BAAAAUCUBJePPhr8vva59e3W3DQ7IcXoSAAAAYKwQUDK+dB9Otv6v0vXad1R168Yd+k8CAAAAjDUCSsaXrf+Y9HUn7SuScy6o6taNJngDAAAAjDkCSsaXwfLudySFQsW3FYvF4xO8BZQAAAAAY4aAkvGjv+/4gJwq+0/uPtydfV29aSgkq03wBgAAABgzBJSMH9v/Kenam0yZnZx3RVW3btxRmuC9bO60TGlurMPmAAAAABgKASXjx4Zvl17XXJ80Nld3qwneAAAAAGOSgJLxY7D/ZHXl3cnxCd4G5AAAAACMLQJKxoc9m5M9G5OG5mT1W6u+feOugROUCwWUAAAAAGOJgJLxYePA6cnlVyVTZlV1a7FYdIISAAAAYIwSUDI+DJZ3v6PqW1/cfySdPX1pbixk+bxpNd4YAAAAAMMhoGTs6+pItj1Sul77tqpv3zgwIGflvOlpbvRXHgAAAGAskdYw9m36blLsTxa8Jpl9XtW3b9hxOIn+kwAAAABjkYCSsW/Dt0uvQ5jenRw/Qbl2wfRa7QgAAACAGhFQMrYd604231+6HmJAuWFgQM75BuQAAAAAjDkCSsa2576X9BxOZixKFq2r+va+/mI27y6VeK9V4g0AAAAw5ggoGdvK07vPf1vSUP1f1+f3dqbnWH+mNDdkaXtbjTcHAAAAwHAJKBm7isXjAeXadwxpiXL/yfMXzEhDQ6FWOwMAAACgRgSUjF07nkoOvpg0tyUr3jSkJcoTvNfMV94NAAAAMBYJKBm7yqcnV12TNE8Z0hKDE7wXmuANAAAAMBYJKBm7Nny79DrE8u4k2bDTBG8AAACAsUxAydh04MXk5R8nKSTn3zCkJbqP9eW5PZ1JTPAGAAAAGKsElIxNGwfKu5denkybN6Qlnt3TmWP9xcyY0pSFM4dWIg4AAABAfQkoGZsGp3e/fehL7BjoP7lgRgoFE7wBAAAAxiIBJWNP96Hk2YdK18PoP1kekLNG/0kAAACAMUtAydiz5YGkryeZsyqZt2bIy2zYcThJsnaBCd4AAAAAY5WAkrHnleXdwyjNLp+gPN+AHAAAAIAxS0DJ2NJ3LNn4ndL1MMq7u3qOZVtHV2kZJd4AAAAAY5aAkrFl+w+TIx3J1PbSBO8h2ryrVN49b3pL5k5vrdXuAAAAAKgxASVjy4Zvl17X3JA0Ng19mYEJ3uc7PQkAAAAwpgkoGVte2X9yGAb7TwooAQAAAMY0ASVjx55Nyd7NSWNLsvqtw1pqw85SibeAEgAAAGBsE1AydpTLu5dfnbQOL1jcOFDivXbh9OHuCgAAAIA6ElAydtSovPvAkd7sOHg0SbLGCUoAAACAMU1AydjQuSd54bHS9TADyk0D/ScXz5qSmVOah7szAAAAAOpIQMnYsOm7SbE/WXhRMuvcYS21oTwgZ6HTkwAAAABjnYCSsaHcf3LtO4a91GD/SeXdAAAAAGOegJLR13s02fxA6XqY5d3J8ROU+k8CAAAAjH0CSkbfc99LejuTGYuTRa8d1lLFYjEbnKAEAAAAGDcElIy+wfLutyeFwrCW2nO4J/u6elMoJKvnT6/B5gAAAACoJwElo6tYTDb8fem6Fv0nB8q7l81py9SWxmGvBwAAAEB9CSgZXS8/mRx6OWmZnqy4etjLlQPK85V3AwAAAIwLAkpGV/n05KprkqbWYS9XDijXLhRQAgAAAIwHAkpG12D/yeGXdycZHJBjgjcAAADA+CCgZPTsfyHZ8ZOk0JCsuX7YyxWLxWzceTiJCd4AAAAA44WAktGz8d7S69Irkmlzh73cSweO5nD3sTQ1FLJi3rRhrwcAAABA/QkoGT2D5d1vr8lyGwfKu1eeMy0tTf5qAwAAAIwHUhxGx9GDybPfK13XqP+kCd4AAAAA44+AktGx5f6kvzeZuyaZt7omS24oT/AWUAIAAACMGwJKRseGvy+91qi8O3nFCcqFAkoAAACA8UJAycjrO5Zs/E7pukbl3X39xWwamOCtxBsAAABg/BBQMvJeeDQ5uj+ZOidZellNltzW0ZXuY/1pbWrIeXPaarImAAAAAPUnoGTklcu7z39b0tBYmyUHJnivWTA9jQ2FmqwJAAAAQP0JKBlZxWLyzP9Xuq5h/8lNJngDAAAAjEsCSkbWno3JvmeTxpZk1TU1W9YEbwAAAIDxSUDJyNrw7dLrin+VtE6v2bImeAMAAACMTwJKRla5/2QNy7t7jvVn6+7OJEq8AQAAAMYbASUj5/Du5IUflq7Pf1vNln12T2eO9RczvbUpi2dNqdm6AAAAANSfgJKRs+k7SYrJonXJrCU1W3bD4ICc6SkUTPAGAAAAGE8ElIycwfLud9R02Y07Bgbk6D8JAAAAMO4IKBkZvUeSLQ+UrmvYfzJ5xYAc/ScBAAAAxh0BJSPj2YeS3q5k5rnJwtfUdOlyQLlWQAkAAAAw7ggoGRkbvl16Xfv2pIZ9Io/09OX5jq4kyRoBJQAAAMC4I6Ck/vr7kw33lq5rXN69edfhFIvJnGktmTe9paZrAwAAAFB/Akrq7+UnksM7kpYZyfKrarq0Cd4AAAAA45uAkvorT+9e/dakqbWmS+s/CQAAADC+CSipv3JAufYdNV96cIL3QgElAAAAwHgkoKS+9j2f7PxpUmhM1lxX8+U37nCCEgAAAGA8E1BSXxsHhuOcd2XSNqemSx882puXDhxNYoI3AAAAwHgloKS+Nny79Frj6d1JsmmgvHvhzCmZNbW55usDAAAAUH8CSurn6IHkuYdL13UIKDfsOJxE/0kAAACA8UxASf1s/oek/1gyb20yd1XNlz8+wXt6zdcGAAAAYGQIKKmfwendtT89mSQbBgbknK//JAAAAMC4JaCkPvp6k03fLV2vfUdd/ohNuwZOUCrxBgAAABi3BJTUx7ZHSj0o2+Yl515a8+X3HO7OnsM9KRSS1fOVeAMAAACMV2MioPzCF76Q5cuXZ8qUKbn88svzwx/+sKL7vvGNb6RQKOTGG2884f1isZhPfepTWbRoUaZOnZprr702mzZtqsPOOa1yeff5b0saGmu+fLn/5NL2trS1NNV8fQAAAABGxqgHlPfcc0/Wr1+fT3/603n88cfz2te+NjfccEN27dp1xvuee+65/NZv/Vauvvrqk372mc98Jp///Odz991357HHHsu0adNyww035OjRo/X6GrxSsZg88/+VruvUf3Kj/pMAAAAAE8KoB5Sf/exn85GPfCQ333xzLrzwwtx9991pa2vLl770pdPe09fXl1/+5V/ObbfdlpUrV57ws2KxmLvuuiu/8zu/k/e85z256KKL8ud//ud56aWX8q1vfavO34Ykyb7nkv3PJ40tyaq31OWPeGZHuf+k8m4AAACA8WxUa2N7enryox/9KLfeeuvgew0NDbn22mvzyCOPnPa+22+/PfPnz8+HP/zhfO973zvhZ88++2x27NiRa6+9dvC9WbNm5fLLL88jjzySD3zgAyet193dne7u7sHfHzx4MEnS29ub3t7eIX+/sar8ner13Qq7NqQpSXHu6hwrtCR1+HMe27o3SfILC2dMyP+NoBr1fqaBkee5honFMw0Ti2caKlPNMzKqAeWePXvS19eXBQsWnPD+ggUL8swzz5zynocffjhf/OIX8+STT57y5zt27Bhc4+fXLP/s591555257bbbTnr/u9/9btra2s72Ncat++67ry7rrtj9D7koyY7uqfnht79d8/U7upNn9zalkGIObv7nfPu5mv8RMC7V65kGRo/nGiYWzzRMLJ5pOLOurq6KPzuuposcOnQov/Irv5I//dM/zbx582q27q233pr169cP/v7gwYNZunRprr/++sycObNmf85Y0dvbm/vuuy/XXXddmpuba75+w33fT7Yn8y+4PO+49h01X/+vH38xefzpvHbp7Lzv3ZfXfH0Yb+r9TAMjz3MNE4tnGiYWzzRUplyhXIlRDSjnzZuXxsbG7Ny584T3d+7cmYULF570+S1btuS5557Lu971rsH3+vv7kyRNTU3ZsGHD4H07d+7MokWLTlhz3bp1p9xHa2trWltbT3q/ubl5Qv9jU7fvt39bkqRx3qo01mH9R5/dlyS5es05E/p/H6jWRP83CyYjzzVMLJ5pmFg803Bm1Twfozokp6WlJZdccknuv//+wff6+/tz//3358orrzzp8xdccEF+8pOf5Mknnxz89e53vztvectb8uSTT2bp0qVZsWJFFi5ceMKaBw8ezGOPPXbKNamDfc+WXttX1HzpYrGY72/ekyR54+ranaIFAAAAYHSMeon3+vXr86EPfSiXXnppLrvsstx1113p7OzMzTffnCT54Ac/mCVLluTOO+/MlClT8upXv/qE+2fPnp0kJ7z/8Y9/PHfccUfWrFmTFStW5Hd/93ezePHi3HjjjSP1tSav/v7SFO8kmVP7gHLDzkPZc7gnU5sbc/F5s2u+PgAAAAAja9QDyve///3ZvXt3PvWpT2XHjh1Zt25d7r333sEhN9u2bUtDQ3UHPT/xiU+ks7MzH/3oR7N///5cddVVuffeezNlypR6fAVe6fCO5NjRpNCYzFpa8+Uf3lQ6PXnZijlpbWqs+foAAAAAjKxRDyiT5JZbbsktt9xyyp89+OCDZ7z3K1/5yknvFQqF3H777bn99ttrsDuq0jFQ3j17adJY+14c5fLuq5R3AwAAAEwIo9qDkgmojv0ne47157FnO5LoPwkAAAAwUQgoqa3yCco5K2u+9JMv7E9XT1/mTmvJBQtn1Hx9AAAAAEaegJLaKp+grMOAnIcHyrvfsHpeGhoKNV8fAAAAgJEnoKS2OupX4n28/+Tcmq8NAAAAwOgQUFJbHVtLrzU+QXnoaG+efGF/Ev0nAQAAACYSASW1c2RfcnR/6bp9eU2XfmxrR/r6i1k+ty3ntrfVdG0AAAAARo+Aktopl3dPX5C0TKvp0uX+k05PAgAAAEwsAkpqZ1/9+k8+PNh/UkAJAAAAMJEIKKmdjvpM8N5x4Gg27zqcQiG5cpUBOQAAAAATiYCS2qnTCcry9O7XLJmV2W0tNV0bAAAAgNEloKR2Op4rvdb4BOX39Z8EAAAAmLAElNRO+QTlnJU1W7JYLOo/CQAAADCBCSipjd6jycGXStc1LPHevOtwdh3qTmtTQy5Z1l6zdQEAAAAYGwSU1Mb+55MUk9aZSducmi1bPj35+uVzMqW5sWbrAgAAADA2CCipjfIE7/blSaFQs2X1nwQAAACY2ASU1EbH1tJrDQfk9Pb159GtHUn0nwQAAACYqASU1EZ5QE4N+08+tX1/Dncfy+y25ly4eGbN1gUAAABg7BBQUhvlEu8anqB8eNPeJMkbVs1NY0PtysYBAAAAGDsElNRGHU5Q6j8JAAAAMPEJKBm+/r5k3/Ol6xqdoOzsPpbHt+1Lov8kAAAAwEQmoGT4Dr6Y9PcmDc3JzCU1WfKHz3bkWH8x57ZPzXlz2mqyJgAAAABjj4CS4Sv3n2xfljQ01mTJhwfKu69aPS+Fgv6TAAAAABOVgJLhK/efnLOyZkvqPwkAAAAwOQgoGb6O2g7I2XXoaJ7ZcShJaYI3AAAAABOXgJLhGzxBWZuA8pEte5MkFy6ambnTW2uyJgAAAABjk4CS4evYWnqt0QnKhzcN9J9co7wbAAAAYKITUDI8xWLS8VzpugYnKIvFov6TAAAAAJOIgJLh6dqb9BxKUkhmLxv2cs/u6cxLB46mpbEhr1/ePvz9AQAAADCmCSgZnvKAnJmLk+Ypw16ufHrydctmp62ladjrAQAAADC2CSgZnn21neD98EBAeZXybgAAAIBJQUDJ8JRPUM5ZPuyl+vqL+cHABG/9JwEAAAAmBwElw1PDE5Q/efFADh09lhlTmvKaJbOGvR4AAAAAY5+AkuEZPEE5/ICy3H/yypVz09ToryYAAADAZCAFYnjKJyjnrBz2Ug9vGug/uUZ5NwAAAMBkIaBk6Ho6k8M7S9fDLPE+0tOXHz2/L4n+kwAAAACTiYCSodv3XOl1ansydfawlvqn5zrS09efRbOmZOW8acPeGgAAAADjg4CSoevYWnqtwYCccv/JN66el0KhMOz1AAAAABgfBJQMXQ0H5Dw8EFBepbwbAAAAYFIRUDJ05QE5wzxB2dHZk6dfOpgkecPqucPdFQAAAADjiICSoavRCcofbCmdnly7YEbmz5gy3F0BAAAAMI4IKBm6Gp2gfGX/SQAAAAAmFwElQ9PXm+x/oXQ9zBOUg/0n1yjvBgAAAJhsBJQMzYEXkmJf0jQlmb5wyMts29uVFzqOpKmhkMtWCCgBAAAAJhsBJUPT8Yry7oah/zUqn568+LzZmd7aVIudAQAAADCOCCgZmn21GZCj/yQAAADA5CagZGg6hj8gp7+/mO8PTPC+SkAJAAAAMCkJKBmajuGfoPzZywezv6s301oa89qls2uzLwAAAADGFQElQ7Nv+Ccoy/0nr1g5N82N/ioCAAAATEZSIapXLCb7nitdD+MEpf6TAAAAAAgoqd7hnUlvV1JoSGYtHdISR3v78sNnO5IkV60RUAIAAABMVgJKqlfuPznr3KSpZUhLPP78vnQf6885M1qzZv70Gm4OAAAAgPFEQEn1ath/8qrV81IoFGqxKwAAAADGIQEl1avBBG/9JwEAAABIBJQMxTBPUB7o6s1TLx5Ikrxx9dxa7QoAAACAcUhASfUGT1CuHNLtj2zdk2IxWXXOtCyaNbWGGwMAAABgvBFQUr19wyvxfmX/SQAAAAAmNwEl1Tl6IOnaW7puXz6kJb6/uXS//pMAAAAACCipTrm8e9o5SeuMqm/fvq8rz+7pTEMhuWKV/pMAAAAAk52AkuoMc0DODwZOT7526ezMnNJcq10BAAAAME4JKKlOh/6TAAAAANSOgJLqDOMEZX9/Md8fCCj1nwQAAAAgEVBSrWGcoNyw81D2dvZkanNjLj5vdm33BQAAAMC4JKCkOvueK70O4QRl+fTkZSvmpLWpsYabAgAAAGC8ElBSuWPdyYHtpeshnKDUfxIAAACAnyegpHL7tyUpJs3TkmnnVHVrz7H+PLa1I4n+kwAAAAAcJ6CkcoP9J1cmhUJVtz6xbV+O9PZl7rSWXLBwRh02BwAAAMB4JKCkcuUJ3nOWV31ruf/kG1bPS0NDdeEmAAAAABOXgJLKdWwtvQ5hQM7x/pNza7kjAAAAAMY5ASWVGyzxri6gPHi0Nz/efiCJ/pMAAAAAnEhASeXKJd5VnqB8bGtH+vqLWT63Lee2t9VhYwAAAACMVwJKKtPfn+x7vnRd5QnKcv9JpycBAAAA+HkCSipz6KWkrztpaEpmnlvVrcf7TwooAQAAADiRgJLKlPtPzj4vaWyq+LYdB45m867DKRSSK1cZkAMAAADAiQSUVGaI/SfL5d2vWTIrs9taar0rAAAAAMY5ASWVGeIEb/0nAQAAADgTASWVKZ+gnLOy4luKxaL+kwAAAACckYCSynRUX+K9edfh7DrUndamhlyyrL1OGwMAAABgPBNQcnbF4pBKvMunJ1+/fE6mNDfWY2cAAAAAjHMCSs7uyL6k+0Dpun15xbfpPwkAAADA2QgoObvy6ckZi5LmqRXd0tvXn0e3diTRfxIAAACA0xNQcnb7qu8/+dT2/TncfSyz25pz4eKZddoYAAAAAOOdgJKzG0r/yU17kyRvWDU3jQ2FeuwKAAAAgAlAQMnZDeEEpf6TAAAAAFRCQMnZVXmCsrP7WB7fti+J/pMAAAAAnJmAkrOr8gTl83u7cqy/mPa25pw3p62OGwMAAABgvBNQcma9R5JDL5euKzxB2dHZkySZN701hYL+kwAAAACcnoCSM9v3XOl1yqxkantFt3R0lQLKOdNa6rQpAAAAACYKASVn1vGK8u4KT0N2HO5OksydLqAEAAAA4MwElJxZx9bSa4Xl3cnxEm8nKAEAAAA4GwElZ1blgJzkFSXebQJKAAAAAM5MQMmZlUu8naAEAAAAoA4ElJzZEE5Q7j08EFBOb63HjgAAAACYQASUnF7fsWT/ttL1EE5QznWCEgAAAICzEFByege3J/3HksbWZMbiim/bN9CDsl0PSgAAAADOQkDJ6ZX7T7YvSxoq+6vS31/Mvq7eJMnc6QJKAAAAAM5MQMnpDaH/5IEjvenrL5Zuc4ISAAAAgLMQUHJ6Q5jgvXeg/+SM1qa0NPnrBQAAAMCZSZA4vfIJyjkrK7+lqzzB2+lJAAAAAM5OQMnpdTxXeq2ixHvv4YGA0gRvAAAAACogoOTUisWkY2vpuooS746BEu+5AkoAAAAAKiCg5NQ6dye9nUkKyezzKr6to7M7iQE5AAAAAFRGQMmplQfkzDo3aWqt/LbO3iR6UAIAAABQGQElp1YekNO+vKrbyicolXgDAAAAUAkBJadWPkFZRf/JJNnbWR6SU/mpSwAAAAAmLwElpzZ4grK6gHJfVzmgbK71jgAAAACYgASUnNoQT1B2HHaCEgAAAIDKCSg5tSGcoCwWi4Ml3npQAgAAAFAJASUn6z6UdO4uXVdxgrKrpy/dx/pLtwkoAQAAAKiAgJKT7Xuu9No2N5kyq+LbOgZOT7Y0NaStpbEOGwMAAABgohFQcrKOraXXKgfkdLyivLtQKNR6VwAAAABMQAJKTjbUATmd5QE5yrsBAAAAqIyAkpMNYUBOksEBOQJKAAAAAColoORkQzxBuU9ACQAAAECVBJSczAlKAAAAAEaIgJITHetJDmwvXVfdg7I7SWlIDgAAAABUQkDJiQ68kBT7k+a2ZPqCqm7t6OxNkrQLKAEAAACokICSE5X7T7YvTwqF6m51ghIAAACAKgkoOdEQ+08mScdgD8rWWu4IAAAAgAlMQMmJhjjBOzEkBwAAAIDqCSg50b6hBZS9ff05dPRY6VYBJQAAAAAVElByoo6tpdcqS7z3DZyebCgks6c213pXAAAAAExQAkqO6+9P9j1Xuq7yBGW5vLu9rSUNDdUN1wEAAABg8hJQctzhHcmxo0mhMZm1tKpbO/SfBAAAAGAIBJQcVx6QM3tp0lhdmXY5oGwXUAIAAABQBQElx5UH5FTZfzI5HlDOFVACAAAAUAUBJcd1DG2Cd3K8B6USbwAAAACqIaDkuGGdoOxOIqAEAAAAoDoCSo4bxgnKfZ29pVsFlAAAAABUQUDJccM4QbnXCUoAAAAAhkBAScmRfaVfyZBOUB4fktNay10BAAAAMMEJKCkpl3dPX5C0TKv+9oES7/ZpzbXcFQAAAAATnICSkmGUd/f3F7OvywlKAAAAAKonoKRkGANyDh7tTV9/MYkTlAAAAABUR0BJybAG5JROT85obUprU2MtdwUAAADABCegpKTjudLrEE5Q7hsIKNtN8AYAAACgSgJKSmpwgnKOgBIAAACAKgkoSXqPJgdfKl0P4QRlR2d5QI6AEgAAAIDqCChJ9j+fpJi0zEja5lZ9e4cTlAAAAAAMkYCSV0zwXp4UCtXfLqAEAAAAYIgElAyr/2QioAQAAABg6ASUvOIE5coh3W5IDgAAAABDJaAk6dhaeh3CgJwk2SegBAAAAGCIBJQo8QYAAABg1AgoJ7v+vmTf86XrIZ6g3NvZnSSZO621VrsCAAAAYJIQUE52B19M+nuThuZk5pKqb+/qOZajvf1JkjnTnaAEAAAAoDoCysmuPCCnfVnS0Fj97QPl3S2NDZnWUv39AAAAAExuAsrJrob9JwuFQq12BQAAAMAkIaCc7MonKIfcf9KAHAAAAACGTkA52Q33BOXhUkA5V/9JAAAAAIZAQDnZDfME5b6uUkDZ3iagBAAAAKB6AsrJrFhM9j1Xup6zckhLKPEGAAAAYDgElJNZ196k+2CSQjJ72ZCWGCzxFlACAAAAMARjIqD8whe+kOXLl2fKlCm5/PLL88Mf/vC0n/3mN7+ZSy+9NLNnz860adOybt26fO1rXzvhM7/6q7+aQqFwwq+3ve1t9f4a405h/3Oli5mLk+YpQ1pj8ASlHpQAAAAADEHTaG/gnnvuyfr163P33Xfn8ssvz1133ZUbbrghGzZsyPz580/6/Jw5c/Lbv/3bueCCC9LS0pL/+T//Z26++ebMnz8/N9xww+Dn3va2t+XLX/7y4O9bW1tH5PuMK8MckJMc70E5Rw9KAAAAAIZg1E9Qfvazn81HPvKR3Hzzzbnwwgtz9913p62tLV/60pdO+fk3v/nNuemmm/KqV70qq1atym/+5m/moosuysMPP3zC51pbW7Nw4cLBX+3t7SPxdcaVwmD/yeVDXqNDD0oAAAAAhmFUT1D29PTkRz/6UW699dbB9xoaGnLttdfmkUceOev9xWIxDzzwQDZs2JA/+IM/OOFnDz74YObPn5/29vZcc801ueOOOzJ37txTrtPd3Z3u7u7B3x88eDBJ0tvbm97e3qF8tTGt/J2Ke7cmSfpmLUv/EL/n3sOl/24zWxsm5H8rGA/Kz55nECYOzzVMLJ5pmFg801CZap6RUQ0o9+zZk76+vixYsOCE9xcsWJBnnnnmtPcdOHAgS5YsSXd3dxobG/PHf/zHue666wZ//ra3vS3vfe97s2LFimzZsiWf/OQn8/a3vz2PPPJIGhsbT1rvzjvvzG233XbS+9/97nfT1tY2jG84th147snMTfL4c/vy0oFvV31/X39y8Gjpr9DjjzyUjc013iBQlfvuu2+0twDUmOcaJhbPNEwsnmk4s66uroo/O+o9KIdixowZefLJJ3P48OHcf//9Wb9+fVauXJk3v/nNSZIPfOADg599zWtek4suuiirVq3Kgw8+mLe+9a0nrXfrrbdm/fr1g78/ePBgli5dmuuvvz4zZ86s+/cZab29vbnvvvsyJweSJBe/5aasW3xx1evsPtSdPPa/Uigk73vX29PYUKj1VoEKlJ/p6667Ls3N/p8CmAg81zCxeKZhYvFMQ2XKFcqVGNWAct68eWlsbMzOnTtPeH/nzp1ZuHDhae9raGjI6tWrkyTr1q3Lv/zLv+TOO+8cDCh/3sqVKzNv3rxs3rz5lAFla2vrKYfoNDc3T9h/bBr7ulPo3JUkaZq/JhnC9zzYcyRJ0t7WkimtelDCaJvI/2bBZOW5honFMw0Ti2cazqya52NUh+S0tLTkkksuyf333z/4Xn9/f+6///5ceeWVFa/T399/Qg/Jn7d9+/bs3bs3ixYtGtZ+J5K2nlI4mSmzk6lDGyDUcdiAHAAAAACGZ9RLvNevX58PfehDufTSS3PZZZflrrvuSmdnZ26++eYkyQc/+MEsWbIkd955Z5JSv8hLL700q1atSnd3d7797W/na1/7Wv7kT/4kSXL48OHcdttted/73peFCxdmy5Yt+cQnPpHVq1fnhhtuGLXvOdZM6x4IKOesGPIaHV0DAWWbgBIAAACAoRn1gPL9739/du/enU996lPZsWNH1q1bl3vvvXdwcM62bdvS0HD8oGdnZ2d+/dd/Pdu3b8/UqVNzwQUX5Otf/3re//73J0kaGxvz1FNP5atf/Wr279+fxYsX5/rrr8/v/d7vnbKMe7I6HlCuHPIaHZ1OUAIAAAAwPKMeUCbJLbfckltuueWUP3vwwQdP+P0dd9yRO+6447RrTZ06Nd/5zndqub0JaVrPQN/P9qGfoNxbLvGeLqAEAAAAYGhGtQclo6cmJd4DJyjnOkEJAAAAwBAJKCepwYByGCcoyz0o2/WgBAAAAGCIBJSTUV9vpvbsKV0P5wTlQIn3XCXeAAAAAAyRgHIyOrg9DelPsWlKMn3hkJcxJAcAAACA4RJQTkKFfc+VLmYvSxqG/legXOItoAQAAABgqASUk1Bh37NJkmL78iGvUSwWs88JSgAAAACGSUA5GQ2coBxOQHnwyLEc6y8mEVACAAAAMHQCyknoeIn30Afk7O3sTpJMb21Ka1NjDXYFAAAAwGTUNNobYOT1v+Fj+cmR+blwxZsy1Ghxn/6TAAAAANSAgHISKi65NM/N25UL550/5DX2Hi4FlO0CSgAAAACGQYk3Q9IxMCBnroASAAAAgGEQUDIke03wBgAAAKAGBJQMyT4BJQAAAAA1IKBkSDoElAAAAADUgICSIVHiDQAAAEAtCCgZEkNyAAAAAKgFASVDUg4o2wWUAAAAAAyDgJIhcYISAAAAgFoQUFK1Iz19OdLbl0QPSgAAAACGR0BJ1Tq6SqcnWxobMr21aZR3AwAAAMB4JqCkah2Hy/0nm1MoFEZ5NwAAAACMZwJKqra3sztJMmda6yjvBAAAAIDxTkBJ1QzIAQAAAKBWBJRUrRxQGpADAAAAwHAJKKmagBIAAACAWhFQUjUBJQAAAAC1IqCkansFlAAAAADUiICSqu0TUAIAAABQIwJKqqbEGwAAAIBaEVBStXKJ91wBJQAAAADDJKCkKsf6+nPgSG8SJygBAAAAGD4BJVXZ11UKJwuFZHabgBIAAACA4RFQUpVy/8nZU5vT2FAY5d0AAAAAMN4JKKnK3s7uJMq7AQAAAKgNASVV2ddZKvGeO611lHcCAAAAwEQgoKQqHQMnKNunNY/yTgAAAACYCASUVGXvQA/KOU5QAgAAAFADAkqqUh6SM1cPSgAAAABqQEBJVToGT1AKKAEAAAAYPgElVRFQAgAAAFBLAkqqIqAEAAAAoJYElFRlr4ASAAAAgBoSUFKxYrGYfQJKAAAAAGpIQEnFDh49lmP9xSQCSgAAAABqQ0BJxcr9J6e1NGZKc+Mo7wYAAACAiUBAScUGB+RMd3oSAAAAgNoQUFKxwYCyTUAJAAAAQG0IKKlYR2d3Ev0nAQAAAKgdASUV2zs4wbt1lHcCAAAAwEQhoKRi+wYCyrl6UAIAAABQIwJKKlY+QdmuByUAAAAANSKgpGLlITlz9aAEAAAAoEYElFRscIq3gBIAAACAGhFQUrHBgFIPSgAAAABqREBJxQYDSj0oAQAAAKgRASUVOdrbl66eviROUAIAAABQOwJKKlI+PdncWMiM1qZR3g0AAAAAE4WAkoqUA8r2tpYUCoVR3g0AAAAAE4WAkorsNcEbAAAAgDoQUFKRjs7uJMlc/ScBAAAAqCEBJRXp6OxNksyZ1jrKOwEAAABgIhFQUpHyCco5bc2jvBMAAAAAJhIBJRXpGOxB6QQlAAAAALUjoKQiew8PBJR6UAIAAABQQwJKKrKvqxRQzjXFGwAAAIAaElBSkb0DJd7tbQJKAAAAAGpHQElFyj0o5yrxBgAAAKCGBJSc1bG+/uzv6k2SzFHiDQAAAEANCSg5q/1HSuFkoZDMnto8yrsBAAAAYCIRUHJW5fLuWVOb09TorwwAAAAAtSNt4qz2Hi4FlMq7AQAAAKg1ASVnta9rYECOgBIAAACAGhNQclZ7B0q829sElAAAAADUloCSs+oYKPGeO11ACQAAAEBtCSg5q47O7iR6UAIAAABQewJKzqqjqzdJMmda6yjvBAAAAICJRkDJWR0/Qdk8yjsBAAAAYKIRUHJWewd6UDpBCQAAAECtCSg5q46BKd5z9aAEAAAAoMYElJxRsVjMvq7yCUoBJQAAAAC1JaDkjA51H0tvXzGJgBIAAACA2hNQckYdA/0n21oaM6W5cZR3AwAAAMBEI6DkjDqUdwMAAABQRwJKzqh8gtKAHAAAAADqQUDJGZUneLcLKAEAAACoAwElZ7S3U4k3AAAAAPUjoOSM9nUp8QYAAACgfgSUnNHew0q8AQAAAKgfASVn1NHZncQJSgAAAADqQ0DJGXUM9qBsHeWdAAAAADARCSg5o44uQ3IAAAAAqB8BJWfUcVhACQAAAED9CCg5raO9fens6UsioAQAAACgPgSUnFa5/2RzYyEzpzSN8m4AAAAAmIgElJxWOaBsb2tJoVAY5d0AAAAAMBEJKDmt4xO8lXcDAAAAUB8CSk5LQAkAAABAvQkoOS0BJQAAAAD1JqDktMoB5VwBJQAAAAB1IqDktPaWh+QIKAEAAACoEwElp9XR2Z3ECUoAAAAA6kdAyWnt6+xNksyZ1jrKOwEAAABgohJQclp7B05Qtk9rHuWdAAAAADBRCSg5reNDcpygBAAAAKA+BJScUl9/MfuPlEu89aAEAAAAoD4ElJzS/q6eFIul6/Y2Jd4AAAAA1IeAklMql3fPmtqcpkZ/TQAAAACoD8kTp7R3sP+k8m4AAAAA6kdAySntGwgo9Z8EAAAAoJ4ElJzSXgElAAAAACNAQMkpdQgoAQAAABgBAkpOSUAJAAAAwEgQUHJKAkoAAAAARoKAklMqB5RzpwsoAQAAAKgfASWnVB6S094moAQAAACgfgSUnFJHZ3eSZO601lHeCQAAAAATmYCSkxSLxezr7E2SzFHiDQAAAEAdCSg5yeHuY+np60+SzFHiDQAAAEAdCSg5SXlAztTmxkxtaRzl3QAAAAAwkQkoOUl5QM6caU5PAgAAAFBfAkpOsm8goJyr/yQAAAAAdSag5CTlE5Tt+k8CAAAAUGcCSk5S7kE5V4k3AAAAAHUmoOQk+/SgBAAAAGCECCg5yeCQHD0oAQAAAKgzASUnKZd4z9GDEgAAAIA6E1Bykr1KvAEAAAAYIQJKTlLuQTlXiTcAAAAAdSag5CSDJd7TWkd5JwAAAABMdAJKTtB9rC+Hu48l0YMSAAAAgPoTUHKC8unJpoZCZk5tGuXdAAAAADDRCSg5QTmgbJ/WkkKhMMq7AQAAAGCiE1BygsH+k8q7AQAAABgBAkpOcHxAjoASAAAAgPoTUHKCwYByuoASAAAAgPoTUHKCckA51wlKAAAAAEaAgJIT7C0PydGDEgAAAIARIKDkBB2HB05QKvEGAAAAYAQIKDlBR5chOQAAAACMHAElJzDFGwAAAICRJKDkBAJKAAAAAEaSgJJBff3F7FPiDQAAAMAIElAy6MCR3hSLpWtTvAEAAAAYCQJKBnV0didJZk1tTnOjvxoAAAAA1J8UikF7DyvvBgAAAGBkCSgZpP8kAAAAACNNQMmgvSZ4AwAAADDCBJQM6hgo8Z4roAQAAABghAgoGVQ+QdkuoAQAAABghAgoGVTuQekEJQAAAAAjRUDJoA49KAEAAAAYYQJKBu09rMQbAAAAgJE1JgLKL3zhC1m+fHmmTJmSyy+/PD/84Q9P+9lvfvObufTSSzN79uxMmzYt69aty9e+9rUTPlMsFvOpT30qixYtytSpU3Pttddm06ZN9f4a4175BKUSbwAAAABGyqgHlPfcc0/Wr1+fT3/603n88cfz2te+NjfccEN27dp1ys/PmTMnv/3bv51HHnkkTz31VG6++ebcfPPN+c53vjP4mc985jP5/Oc/n7vvvjuPPfZYpk2blhtuuCFHjx4dqa817hSLxXR0KfEGAAAAYGSNekD52c9+Nh/5yEdy880358ILL8zdd9+dtra2fOlLXzrl59/85jfnpptuyqte9aqsWrUqv/mbv5mLLrooDz/8cJJS0HbXXXfld37nd/Ke97wnF110Uf78z/88L730Ur71rW+N4DcbXzp7+tJzrD9JMnda6yjvBgAAAIDJomk0//Cenp786Ec/yq233jr4XkNDQ6699to88sgjZ72/WCzmgQceyIYNG/IHf/AHSZJnn302O3bsyLXXXjv4uVmzZuXyyy/PI488kg984AMnrdPd3Z3u7u7B3x88eDBJ0tvbm97e3iF/v7Gq/J1e+d127u9KkkxpbkhToT+9vf2jsjegeqd6poHxzXMNE4tnGiYWzzRUpppnZFQDyj179qSvry8LFiw44f0FCxbkmWeeOe19Bw4cyJIlS9Ld3Z3Gxsb88R//ca677rokyY4dOwbX+Pk1yz/7eXfeeWduu+22k97/7ne/m7a2tqq+03hy3333DV4/dyhJmjK10Jdvf/vbo7YnYOhe+UwDE4PnGiYWzzRMLJ5pOLOurq6KPzuqAeVQzZgxI08++WQOHz6c+++/P+vXr8/KlSvz5je/eUjr3XrrrVm/fv3g7w8ePJilS5fm+uuvz8yZM2u067Gjt7c39913X6677ro0NzcnSf5xw+7kp09kybxZecc7rhjlHQLVONUzDYxvnmuYWDzTMLF4pqEy5QrlSoxqQDlv3rw0NjZm586dJ7y/c+fOLFy48LT3NTQ0ZPXq1UmSdevW5V/+5V9y55135s1vfvPgfTt37syiRYtOWHPdunWnXK+1tTWtrSf3XWxubp7Q/9i88vsdONqXJJk7vXVCf2eYyCb6v1kwGXmuYWLxTMPE4pmGM6vm+RjVITktLS255JJLcv/99w++19/fn/vvvz9XXnllxev09/cP9pBcsWJFFi5ceMKaBw8ezGOPPVbVmpNNR6cJ3gAAAACMvFEv8V6/fn0+9KEP5dJLL81ll12Wu+66K52dnbn55puTJB/84AezZMmS3HnnnUlK/SIvvfTSrFq1Kt3d3fn2t7+dr33ta/mTP/mTJEmhUMjHP/7x3HHHHVmzZk1WrFiR3/3d383ixYtz4403jtbXHPM6ugSUAAAAAIy8UQ8o3//+92f37t351Kc+lR07dmTdunW59957B4fcbNu2LQ0Nxw96dnZ25td//dezffv2TJ06NRdccEG+/vWv5/3vf//gZz7xiU+ks7MzH/3oR7N///5cddVVuffeezNlypQR/37jRcdhASUAAAAAI2/UA8okueWWW3LLLbec8mcPPvjgCb+/4447cscdd5xxvUKhkNtvvz233357rbY44ZVLvOcKKAEAAAAYQaPag5KxY+9AQNkuoAQAAABgBAkoSZLs63KCEgAAAICRJ6AkiR6UAAAAAIwOASXpPtaXQ93HkggoAQAAABhZAkqyr7M3SdLYUMjMKc2jvBsAAAAAJhMBJYMTvNvbWtLQUBjl3QAAAAAwmQgoGQwoDcgBAAAAYKQJKMnezu4kSfs05d0AAAAAjCwBJdk3eIKydZR3AgAAAMBkI6BksMTbBG8AAAAARpqAkuwVUAIAAAAwSgSUOEEJAAAAwKgRUCKgBAAAAGDUCCgZDCjnCigBAAAAGGECSo6foJwuoAQAAABgZAkoJ7n+/mL2dQ0ElG0CSgAAAABGloBykjtwpDf9xdJ1uxJvAAAAAEaYgHKS2ztQ3j1zSlOaG/11AAAAAGBkSaQmORO8AQAAABhNAspJrqOzO4mAEgAAAIDRIaCc5Do6e5Mkc6a1/v/bu/tYr+u6j+Ov3+nA4XBziNsDBEyajNAGjpvwpLUUEqhZFKzcWB1cG7MOXBK5Spdgi01XLcklp5ul/mFEww0zJzCiouW8QRhGBVy1WbERghfKzWEges71B3HcmaZcl+AHzu/x2M7kfL8/4Q3zLdtz35vCkwAAAABQjQTKKnfmCspBrqAEAAAAoACBssqdeUmON3gDAAAAUIJAWeVe/HegdAUlAAAAACUIlFXuf7zFGwAAAICCBMoqd+hMoOwrUAIAAADwzhMoq1xnoOwtUAIAAADwzhMoq1hHR8drgdIt3gAAAAAUIFBWseMvv5qTr7QnSQa5xRsAAACAAgTKKnbo+OmrJ3v1qEnvnrWFpwEAAACgGgmUVexQ26kknj8JAAAAQDkCZRV78bg3eAMAAABQlkBZxV57QU5d4UkAAAAAqFYCZRV77RbvHoUnAQAAAKBaCZRVrPMWb1dQAgAAAFCIQFnFzlxBOcgzKAEAAAAoRKCsYq89g1KgBAAAAKAMgbKKHfr3Ld4DeguUAAAAAJQhUFaxF93iDQAAAEBhAmUVO3TcLd4AAAAAlCVQVqlX2pOjJ15JkgwSKAEAAAAoRKCsUm2n22TeVVNJQ68eZYcBAAAAoGoJlFXq2OnHT2ZA7x6pqamUHQYAAACAqiVQVqljr5yOkp4/CQAAAEBJAmWV+vcLvAVKAAAAAIoSKKvUMYESAAAAgAuAQFml3OINAAAAwIVAoKxSr11BWVd2EAAAAACqmkBZpTqfQdm7R9lBAAAAAKhqAmWVOvbK6X8O7OsKSgAAAADKESir1LFTp59BOcgzKAEAAAAoSKCsUp1XUAqUAAAAABQkUFah9vaOHO98SY5ACQAAAEA5AmUVOnLilbTn9C3eA3oLlAAAAACUI1BWoUNtLydJ+vWqTc9a/wkAAAAAUI46VYUOHT8dKAe6ehIAAACAwgTKKnTmCsoBfXoUngQAAACAaidQVqEX//2GHFdQAgAAAFCaQFmFzlxB6Q3eAAAAAJQmUFah1wKlW7wBAAAAKEugrEJnbvEe4BZvAAAAAAoTKKvQ6IH1uaRvR0YPrC89CgAAAABVrrb0ALzz/uvaS3Ppif/OdZc1lh4FAAAAgCrnCkoAAAAAoBiBEgAAAAAoRqAEAAAAAIoRKAEAAACAYgRKAAAAAKAYgRIAAAAAKEagBAAAAACKESgBAAAAgGIESgAAAACgGIESAAAAAChGoAQAAAAAihEoAQAAAIBiBEoAAAAAoBiBEgAAAAAoRqAEAAAAAIoRKAEAAACAYgRKAAAAAKAYgRIAAAAAKEagBAAAAACKESgBAAAAgGIESgAAAACgGIESAAAAAChGoAQAAAAAihEoAQAAAIBiBEoAAAAAoBiBEgAAAAAoRqAEAAAAAIoRKAEAAACAYgRKAAAAAKAYgRIAAAAAKEagBAAAAACKESgBAAAAgGIESgAAAACgGIESAAAAAChGoAQAAAAAihEoAQAAAIBiBEoAAAAAoBiBEgAAAAAoRqAEAAAAAIoRKAEAAACAYgRKAAAAAKAYgRIAAAAAKEagBAAAAACKESgBAAAAgGIESgAAAACgGIESAAAAAChGoAQAAAAAihEoAQAAAIBiBEoAAAAAoBiBEgAAAAAoRqAEAAAAAIoRKAEAAACAYgRKAAAAAKCY2tIDXIg6OjqSJEeOHCk8yflx6tSpHD9+PEeOHEmPHj1KjwO8TXYauh97Dd2LnYbuxU7D2TnT1c50tjcjUL6Bo0ePJklGjRpVeBIAAAAAuHgdPXo0/fv3f9PPVDrOJmNWmfb29uzbty/9+vVLpVIpPc45d+TIkYwaNSp79+5NQ0ND6XGAt8lOQ/djr6F7sdPQvdhpODsdHR05evRoRowYkZqaN3/KpCso30BNTU1GjhxZeozzrqGhwf9MoRux09D92GvoXuw0dC92Gt7aW105eYaX5AAAAAAAxQiUAAAAAEAxAmUVqqury/Lly1NXV1d6FOAcsNPQ/dhr6F7sNHQvdhrOPS/JAQAAAACKcQUlAAAAAFCMQAkAAAAAFCNQAgAAAADFCJQAAAAAQDECZRW69957c8kll6RXr16ZNm1ann766dIjAWfh97//fa6//vqMGDEilUolDz/8cJfzHR0dWbZsWYYPH576+vrMmDEjf/3rX8sMC7ylO++8M1OnTk2/fv0ydOjQzJkzJ3v27OnymRMnTqSlpSWDBg1K3759M3fu3Dz//POFJgbeTGtrayZMmJCGhoY0NDSkqakp69ev7zxvn+Hidtddd6VSqWTJkiWdx+w1nDsCZZX5xS9+kaVLl2b58uXZvn17Jk6cmJkzZ+bAgQOlRwPeQltbWyZOnJh77733Dc9/+9vfzj333JMf/vCHeeqpp9KnT5/MnDkzJ06ceIcnBc7Gli1b0tLSkieffDKbNm3KqVOnct1116Wtra3zM1/+8pfzq1/9KmvXrs2WLVuyb9++fPrTny44NfCfjBw5MnfddVe2bduWZ555Jtdee20++clP5s9//nMS+wwXs61bt+ZHP/pRJkyY0OW4vYZzp9LR0dFRegjeOdOmTcvUqVPzgx/8IEnS3t6eUaNGZfHixfn6179eeDrgbFUqlaxbty5z5sxJcvrqyREjRuQrX/lKbrnlliTJ4cOH09jYmAceeCA33HBDwWmBs3Hw4MEMHTo0W7ZsyYc//OEcPnw4Q4YMyerVqzNv3rwkye7duzN+/Pg88cQTufLKKwtPDLyVgQMH5jvf+U7mzZtnn+EidezYsUyaNCmrVq3KihUrcsUVV2TlypX+noZzzBWUVeTll1/Otm3bMmPGjM5jNTU1mTFjRp544omCkwFv13PPPZf9+/d32e/+/ftn2rRp9hsuEocPH05yOmgkybZt23Lq1Kkue/2+970vo0ePttdwgXv11VezZs2atLW1pampyT7DRaylpSUf//jHu+xv4u9pONdqSw/AO+eFF17Iq6++msbGxi7HGxsbs3v37kJTAefC/v37k+QN9/vMOeDC1d7eniVLluSqq67K+9///iSn97pnz55597vf3eWz9houXDt37kxTU1NOnDiRvn37Zt26dbnsssuyY8cO+wwXoTVr1mT79u3ZunXr6875exrOLYESAKCwlpaW/OlPf8of/vCH0qMAb8O4ceOyY8eOHD58OA899FCam5uzZcuW0mMB/w979+7NzTffnE2bNqVXr16lx4Fuzy3eVWTw4MF517ve9bq3ij3//PMZNmxYoamAc+HMDttvuPgsWrQojz76aH77299m5MiRnceHDRuWl19+OS+99FKXz9truHD17Nkzl156aSZPnpw777wzEydOzPe//337DBehbdu25cCBA5k0aVJqa2tTW1ubLVu25J577kltbW0aGxvtNZxDAmUV6dmzZyZPnpzNmzd3Hmtvb8/mzZvT1NRUcDLg7RozZkyGDRvWZb+PHDmSp556yn7DBaqjoyOLFi3KunXr8pvf/CZjxozpcn7y5Mnp0aNHl73es2dP/vnPf9pruEi0t7fn5MmT9hkuQtOnT8/OnTuzY8eOzq8pU6Zk/vz5nT+213DuuMW7yixdujTNzc2ZMmVKPvCBD2TlypVpa2vLjTfeWHo04C0cO3Ysf/vb3zq/f+6557Jjx44MHDgwo0ePzpIlS7JixYqMHTs2Y8aMye23354RI0Z0vukbuLC0tLRk9erV+eUvf5l+/fp1Pq+qf//+qa+vT//+/fOFL3whS5cuzcCBA9PQ0JDFixenqanJm0HhAnTrrbdm9uzZGT16dI4ePZrVq1fnd7/7XTZu3Gif4SLUr1+/zudCn9GnT58MGjSo87i9hnNHoKwyn/3sZ3Pw4MEsW7Ys+/fvzxVXXJENGza87sUawIXnmWeeyTXXXNP5/dKlS5Mkzc3NeeCBB/LVr341bW1tWbhwYV566aVcffXV2bBhg2fmwAWqtbU1SfKRj3yky/H7778/CxYsSJLcfffdqampydy5c3Py5MnMnDkzq1ateocnBc7GgQMH8vnPfz7/+te/0r9//0yYMCEbN27MRz/60ST2Gbojew3nTqWjo6Oj9BAAAAAAQHXyDEoAAAAAoBiBEgAAAAAoRqAEAAAAAIoRKAEAAACAYgRKAAAAAKAYgRIAAAAAKEagBAAAAACKESgBAOjWKpVKHn744dJjAADwHwiUAACcNwsWLEilUnnd16xZs0qPBgDABaK29AAAAHRvs2bNyv3339/lWF1dXaFpAAC40LiCEgCA86quri7Dhg3r8jVgwIAkp2+/bm1tzezZs1NfX5/3vve9eeihh7r8+zt37sy1116b+vr6DBo0KAsXLsyxY8e6fOa+++7L5Zdfnrq6ugwfPjyLFi3qcv6FF17Ipz71qfTu3Ttjx47NI4880nnuxRdfzPz58zNkyJDU19dn7NixrwuqAACcPwIlAABF3X777Zk7d26effbZzJ8/PzfccEN27dqVJGlra8vMmTMzYMCAbN26NWvXrs2vf/3rLgGytbU1LS0tWbhwYXbu3JlHHnkkl156aZdf45vf/GY+85nP5I9//GM+9rGPZf78+Tl06FDnr/+Xv/wl69evz65du9La2prBgwe/c38AAABVrtLR0dFReggAALqnBQsW5MEHH0yvXr26HL/tttty2223pVKp5Kabbkpra2vnuSuvvDKTJk3KqlWr8pOf/CRf+9rXsnfv3vTp0ydJ8thjj+X666/Pvn370tjYmPe85z258cYbs2LFijecoVKp5Bvf+Ea+9a1vJTkdPfv27Zv169dn1qxZ+cQnPpHBgwfnvvvuO09/CgAAvBnPoAQA4Ly65pprugTIJBk4cGDnj5uamrqca2pqyo4dO5Iku3btysSJEzvjZJJcddVVaW9vz549e1KpVLJv375Mnz79TWeYMGFC54/79OmThoaGHDhwIEnyxS9+MXPnzs327dtz3XXXZc6cOfngBz/4//q9AgDwfydQAgBwXvXp0+d1t1yfK/X19Wf1uR49enT5vlKppL29PUkye/bs/OMf/8hjjz2WTZs2Zfr06Wlpacl3v/vdcz4vAACv5xmUAAAU9eSTT77u+/HjxydJxo8fn2effTZtbW2d5x9//PHU1NRk3Lhx6devXy655JJs3rz5bc0wZMiQNDc358EHH8zKlSvz4x//+G39fAAAnD1XUAIAcF6dPHky+/fv73Kstra280U0a9euzZQpU3L11VfnZz/7WZ5++un89Kc/TZLMnz8/y5cvT3Nzc+64444cPHgwixcvzuc+97k0NjYmSe64447cdNNNGTp0aGbPnp2jR4/m8ccfz+LFi89qvmXLlmXy5Mm5/PLLc/LkyTz66KOdgRQAgPNPoAQA4LzasGFDhg8f3uXYuHHjsnv37iSn37C9Zs2afOlLX8rw4cPz85//PJdddlmSpHfv3tm4cWNuvvnmTJ06Nb17987cuXPzve99r/Pnam5uzokTJ3L33XfnlltuyeDBgzNv3ryznq9nz5659dZb8/e//z319fX50Ic+lDVr1pyD3zkAAGfDW7wBACimUqlk3bp1mTNnTulRAAAoxDMoAQAAAIBiBEoAAAAAoBjPoAQAoBhPGwIAwBWUAAAAAEAxAiUAAAAAUIxACQAAAAAUI1ACAAAAAMUIlAAAAABAMQIlAAAAAFCMQAkAAAAAFCNQAgAAAADFCJQAAAAAQDH/C4fxktkD3W8ZAAAAAElFTkSuQmCC", + "text/plain": [ + "
" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "image/png": "iVBORw0KGgoAAAANSUhEUgAABR8AAAUPCAYAAAA/F5dHAAAAOnRFWHRTb2Z0d2FyZQBNYXRwbG90bGliIHZlcnNpb24zLjEwLjMsIGh0dHBzOi8vbWF0cGxvdGxpYi5vcmcvZiW1igAAAAlwSFlzAAAPYQAAD2EBqD+naQAA7g9JREFUeJzs/XuYnXV9L36/1xwyOcwMmSQQAgmJyFEOEUEU8YCAWLQo1dq9i7+itbWtRa3a+nSz2+2jtd3UXk9b29ra2lqpirbVLdSndSsochDwABiQg4AEEkLCKafJ5DCZw/r9sbImCTnN4V6zZtZ6va4r17qzsu7v+g7hzh/v6/P5fkrlcrkcAAAAAICCtdR7AwAAAABAYxI+AgAAAAA1IXwEAAAAAGpC+AgAAAAA1ITwEQAAAACoCeEjAAAAAFATwkcAAAAAoCaEjwAAAABATbTVewOTbXh4OGvXrk1XV1dKpVK9twMAAAAA00q5XM6WLVty1FFHpaXl4LWNTRc+rl27NkuWLKn3NgAAAABgWnviiSeyePHig36m6cLHrq6uJJX/ON3d3XXeTW0MDAzk+uuvz0UXXZT29vZ6bweYIM80NBbPNDQWzzQ0Fs80jE5vb2+WLFkykrMdTNOFj9VW6+7u7oYOH2fPnp3u7m7/WEID8ExDY/FMQ2PxTENj8UzD2IzmSEMDZwAAAACAmhA+AgAAAAA1IXwEAAAAAGqi6c58BAAAAGDqKJfLGRwczNDQUL23wh7a29vT2to64XWEjwAAAADUxc6dO7Nu3bps27at3lvheUqlUhYvXpzOzs4JrSN8BAAAAGDSDQ8P57HHHktra2uOOuqozJgxY1TTk6m9crmcZ599NmvWrMnxxx8/oQpI4SMAAAAAk27nzp0ZHh7OkiVLMnv27Hpvh+c5/PDD8/jjj2dgYGBC4aOBMwAAAADUTUuLeGoqKqoK1d8uAAAAAFATwkcAAAAAoCaEjwAAAAAwBuedd14+8IEP1Hsb04LwEQAAAACoCeEjAAAAAFATwkcAAAAApoRyuZxtOwcn/Ve5XB73njdu3JjLL788PT09mT17di6++OI88sgjI3++atWqXHLJJenp6cmcOXNyyimn5Bvf+MbIvW9/+9tz+OGHZ9asWTn++OPzuc99bsL/HaeStnpvAAAAAACSZPvAUF70kW9N+vc+8Eevz+wZ44vJ3vnOd+aRRx7J17/+9XR3d+f3f//384Y3vCEPPPBA2tvbc8UVV2Tnzp255ZZbMmfOnDzwwAPp7OxMkvyv//W/8sADD+T//t//mwULFuRnP/tZtm/fXuSPVnfCRwAAAAAYh2roeNttt+UVr3hFkuSaa67JkiVLct111+Vtb3tbVq9enbe+9a057bTTkiTHHnvsyP2rV6/OGWeckbPOOitJsmzZskn/GWpN+AgAAADAlDCrvTUP/NHr6/K94/Hggw+mra0tL3vZy0bemz9/fk488cQ8+OCDSZL3v//9ec973pPrr78+F154Yd761rfm9NNPT5K85z3vyVvf+tbcfffdueiii3LppZeOhJiNwpmPAAAAAEwJpVIps2e0TfqvUqlUs5/p13/917Ny5cr8yq/8Sn7yk5/krLPOyt/8zd8kSS6++OKsWrUqH/zgB7N27dpccMEF+b3f+72a7aUehI8AAAAAMA4nn3xyBgcH84Mf/GDkvfXr1+ehhx7Ki170opH3lixZkt/6rd/K1772tfzu7/5u/vEf/3Hkzw4//PC84x3vyBe/+MV88pOfzGc+85lJ/RlqTds1AAAAAIzD8ccfnze/+c1597vfnX/4h39IV1dX/sf/+B85+uij8+Y3vzlJ8oEPfCAXX3xxTjjhhGzcuDHf/e53c/LJJydJPvKRj+TMM8/MKaeckv7+/vznf/7nyJ81CpWPAAAAADBOn/vc53LmmWfm53/+53POOeekXC7nG9/4Rtrb25MkQ0NDueKKK3LyySfn537u53LCCSfk7/7u75IkM2bMyJVXXpnTTz89r371q9Pa2pp//dd/reePUziVjwAAAAAwBjfddNPIdU9PTz7/+c8f8LPV8x335w//8A/zh3/4h0VubcpR+QgAAAAA1ITwEQAAAACoCeEjAAAAAFATwkcAAAAAoCaEjwAAAABATQgfAQAAAICaED4CAAAAADUhfAQAAAAAakL4CAAAAADUhPARAAAAACbRsmXL8slPfnJUny2VSrnuuutqup9aEj4CAAAAADUhfAQAAAAAakL4CAAAAMDUUC4nO7dO/q9yedRb/MxnPpOjjjoqw8PDe73/5je/Oe9617vy6KOP5s1vfnMWLlyYzs7OvPSlL823v/3twv4T/eQnP8n555+fWbNmZf78+fmN3/iN9PX1jfz5TTfdlLPPPjtz5szJ3Llzc+6552bVqlVJknvuuSevfe1r09XVle7u7px55pm58847C9vb/rTVdHUAAAAAGK2Bbcn/Pmryv/d/rk1mzBnVR9/2trflfe97X7773e/mggsuSJJs2LAh3/zmN/ONb3wjfX19ecMb3pA/+ZM/SUdHRz7/+c/nkksuyUMPPZRjjjlmQtvcunVrXv/61+ecc87Jj370ozzzzDP59V//9bz3ve/N1VdfncHBwVx66aV597vfnS9/+cvZuXNnfvjDH6ZUKiVJ3v72t+eMM87Ipz/96bS2tmbFihVpb2+f0J4ORfgIAAAAAKPU09OTiy++OF/60pdGwsevfvWrWbBgQV772tempaUly5cvH/n8xz/+8Vx77bX5+te/nve+970T+u4vfelL2bFjRz7/+c9nzpxKWPqpT30ql1xyST7xiU+kvb09mzdvzs///M/nhS98YZLk5JNPHrl/9erV+fCHP5yTTjopSXL88cdPaD+jIXwEAAAAYGpon12pQqzH947B29/+9rz73e/O3/3d36WjoyPXXHNN/vt//+9paWlJX19fPvrRj+a//uu/sm7dugwODmb79u1ZvXr1hLf54IMPZvny5SPBY5Kce+65GR4ezkMPPZRXv/rVeec735nXv/71ed3rXpcLL7wwv/RLv5RFixYlST70oQ/l13/91/OFL3whF154Yd72treNhJS14sxHAAAAAKaGUqnS/jzZv3a1JY/WJZdcknK5nP/6r//KE088kVtvvTVvf/vbkyS/93u/l2uvvTb/+3//79x6661ZsWJFTjvttOzcubMW/8X28bnPfS533HFHXvGKV+Tf/u3fcsIJJ+T73/9+kuSjH/1o7r///rzxjW/MjTfemBe96EW59tpra7of4SMAAAAAjMHMmTPzlre8Jddcc02+/OUv58QTT8xLXvKSJMltt92Wd77znfmFX/iFnHbaaTnyyCPz+OOPF/K9J598cu65555s3bp15L3bbrstLS0tOfHEE0feO+OMM3LllVfm9ttvz6mnnpovfelLI392wgkn5IMf/GCuv/76vOUtb8nnPve5QvZ2IMJHAAAAABijt7/97fmv//qv/PM///NI1WNSOUfxa1/7WlasWJF77rknl1122T6TsSfynTNnzsw73vGO3Hffffnud7+b973vffmVX/mVLFy4MI899liuvPLK3HHHHVm1alWuv/76PPLIIzn55JOzffv2vPe9781NN92UVatW5bbbbsuPfvSjvc6ErAVnPgIAAADAGJ1//vmZN29eHnrooVx22WUj7//FX/xF3vWud+UVr3hFFixYkN///d9Pb29vId85e/bsfOtb38rv/M7v5KUvfWlmz56dt771rfmLv/iLkT//6U9/mn/5l3/J+vXrs2jRolxxxRX5zd/8zQwODmb9+vW5/PLL8/TTT2fBggV5y1veko997GOF7O1AhI8AAAAAMEYtLS1Zu3bf4TjLli3LjTfeuNd7V1xxxV6/H0sbdrlc3uv3p5122j7rVy1cuPCAZzjOmDEjX/7yl0f9vUXRdg0AAAAA1ITwEQAAAADq4JprrklnZ+d+f51yyin13l4htF0DAAAAQB286U1vyste9rL9/ll7e/sk76Y2hI8AAAAAUAddXV3p6uqq9zZqSts1AAAAAHXz/IEqTA1F/b0IHwEAAACYdNW24m3bttV5J+zPzp07kyStra0TWkfbNQAAAACTrrW1NXPnzs0zzzyTJJk9e3ZKpVKdd0WSDA8P59lnn83s2bPT1jax+FD4CAAAAEBdHHnkkUkyEkAydbS0tOSYY46ZcCAsfGwwz27pz52PPZefbirlDfXeDAAAAMBBlEqlLFq0KEcccUQGBgbqvR32MGPGjLS0TPzERuFjg7l3zaa850srsmROSz5U780AAAAAjEJra+uEzxZkajJwpsF0zawc1rp9qM4bAQAAAKDpCR8bTNfMSjHrjsE6bwQAAACApid8bDDV8FHlIwAAAAD1JnxsMNW266FyKf0DEkgAAAAA6kf42GA6O3bPENrSr/caAAAAgPoRPjaY1pZS5nRUpkNtcfAjAAAAAHUkfGxAXbuqH/tUPgIAAABQR8LHBlQdOqPyEQAAAIB6Ej42oOrQGeEjAAAAAPUkfGxA1bZrA2cAAAAAqCfhYwOqTrxW+QgAAABAPQkfG1DnrjMf+4SPAAAAANSR8LEBjQyc0XYNAAAAQB0JHxtQl7ZrAAAAAKYA4WMDGql83DFQ550AAAAA0MyEjw1I2zUAAAAAU4HwsQFV264NnAEAAACgnoSPDahzpjMfAQAAAKg/4WMD0nYNAAAAwFQgfGxA1fCxT/gIAAAAQB0JHxtQV0d7kmTHwHAGhobrvBsAAAAAmpXwsQF1drSOXDv3EQAAAIB6ET42oLbWlsxoKSdJtuwYqPNuAAAAAGhWwscGNXNX8aPKRwAAAADqRfjYoGZVZs6kV+UjAAAAAHUifGxQKh8BAAAAqDfhY4Oa1Vo981H4CAAAAEB9CB8b1MxdbdcGzgAAAABQL8LHBjVL2zUAAAAAdSZ8bFC7z3xU+QgAAABAfQgfG9SsNmc+AgAAAFBfwscGNVL52C98BAAAAKA+hI8NypmPAAAAANSb8LFBmXYNAAAAQL0JHxuUykcAAAAA6k342KBmtlYHzqh8BAAAAKA+hI8NaqbKRwAAAADqTPjYoGbtOvNx286hDA4N13czAAAAADQl4WODqlY+Jklfv+pHAAAAACaf8LFBtbUkHW2Vv16t1wAAAADUg/CxgXXNrPRe9xo6AwAAAEAdCB8bWFdHJXxU+QgAAABAPQgfG1i18lH4CAAAAEA9CB8bWOeu8LGvX9s1AAAAAJNP+NjAtF0DAAAAUE/CxwbWNbM9ifARAAAAgPoQPjYw064BAAAAqCfhYwPTdg0AAABAPQkfG1inadcAAAAA1JHwsYF1jlQ+arsGAAAAYPIJHxtYl8pHAAAAAOpI+NjAdoePKh8BAAAAmHzCxwZm4AwAAAAA9SR8bGDargEAAACoJ+FjA6uGj339gxkaLtd5NwAAAAA0G+FjA6u2XSfJ1p2qHwEAAACYXMLHBtbR3poZrZW/Yq3XAAAAAEw24WODM/EaAAAAgHoRPjY4Q2cAAAAAqBfhY4PrmtmeROUjAAAAAJNP+NjgOjtUPgIAAABQH8LHBldtu+4VPgIAAAAwyYSPDU7bNQAAAAD1InxscAbOAAAAAFAvwscG1z0SPqp8BAAAAGByCR8b3O62a5WPAAAAAEwu4WOD03YNAAAAQL0IHxtctfKxT/gIAAAAwCQTPja4auVjrzMfAQAAAJhkwscGp+0aAAAAgHoRPja43QNnVD4CAAAAMLmEjw2ue1flY1//YMrlcp13AwAAAEAzET42uGrl43A52bpzqM67AQAAAKCZCB8b3Mz2lrS2lJJovQYAAABgcgkfG1ypVDJ0BgAAAIC6ED42gd3ho8pHAAAAACaP8LEJdHVUzn3sVfkIAAAAwCQSPjYBbdcAAAAA1IPwsQlUJ15ruwYAAABgMgkfm0D3rsrHPpWPAAAAAEwi4WMT0HYNAAAAQD0IH5uAtmsAAAAA6kH42ARUPgIAAABQD8LHJlCtfOwVPgIAAAAwiYSPTWB35aO2awAAAAAmj/CxCWi7BgAAAKAehI9NYCR87Ff5CAAAAMDkET42gd3TrlU+AgAAADB5hI9NYM+263K5XOfdAAAAANAshI9NoFr5ODRczvaBoTrvBgAAAIBmIXxsAnNmtKalVLnWeg0AAADAZBE+NoFSqZTODhOvAQAAAJhcwscmsXvojInXAAAAAEwO4WOT2HPoDAAAAABMBuFjk+geqXwUPgIAAAAwOeoaPl511VV56Utfmq6urhxxxBG59NJL89BDDx3yvq985Ss56aSTMnPmzJx22mn5xje+MQm7nd52Vz5quwYAAABgctQ1fLz55ptzxRVX5Pvf/35uuOGGDAwM5KKLLsrWrVsPeM/tt9+eX/7lX86v/dqv5cc//nEuvfTSXHrppbnvvvsmcefTj7ZrAAAAACZbWz2//Jvf/OZev7/66qtzxBFH5K677sqrX/3q/d7zV3/1V/m5n/u5fPjDH06SfPzjH88NN9yQT33qU/n7v//7mu95ujJwBgAAAIDJNqXOfNy8eXOSZN68eQf8zB133JELL7xwr/de//rX54477qjp3qa7zl2Vj70qHwEAAACYJHWtfNzT8PBwPvCBD+Tcc8/NqaeeesDPPfXUU1m4cOFe7y1cuDBPPfXUfj/f39+f/v7+kd/39vYmSQYGBjIw0JhVgNWfa8+fb057JWfevH1nw/7c0Kj290wD05dnGhqLZxoai2caRmcsz8iUCR+vuOKK3Hffffne975X6LpXXXVVPvaxj+3z/vXXX5/Zs2cX+l1TzQ033DByveqpUpLW/OzxNfnGN1bXb1PAuO35TAPTn2caGotnGhqLZxoObtu2baP+7JQIH9/73vfmP//zP3PLLbdk8eLFB/3skUcemaeffnqv955++ukceeSR+/38lVdemQ996EMjv+/t7c2SJUty0UUXpbu7e+Kbn4IGBgZyww035HWve13a2ytnPQ7esy5feewnmTN3ft7whpfWeYfAWOzvmQamL880NBbPNDQWzzSMTrWzeDTqGj6Wy+W8733vy7XXXpubbropL3jBCw55zznnnJPvfOc7+cAHPjDy3g033JBzzjlnv5/v6OhIR0fHPu+3t7c3/D8ke/6MPZ2V/wZ9O4ca/ueGRtUM/25BM/FMQ2PxTENj8UzDwY3l+ahr+HjFFVfkS1/6Uv7jP/4jXV1dI+c2HnbYYZk1a1aS5PLLL8/RRx+dq666KknyO7/zO3nNa16TP//zP88b3/jG/Ou//mvuvPPOfOYzn6nbzzEdVKdd9xk4AwAAAMAkqeu0609/+tPZvHlzzjvvvCxatGjk17/927+NfGb16tVZt27dyO9f8YpX5Etf+lI+85nPZPny5fnqV7+a66677qBDaki6dk273iJ8BAAAAGCS1L3t+lBuuummfd5729velre97W012FHjqlY+Ch8BAAAAmCx1rXxk8lQrH3cODWfHwFCddwMAAABAMxA+NonOGW0plSrXqh8BAAAAmAzCxybR0lJK54zquY8Ddd4NAAAAAM1A+NhEDJ0BAAAAYDIJH5uIoTMAAAAATCbhYxPpnKntGgAAAIDJI3xsItquAQAAAJhMwscmUm277lX5CAAAAMAkED42EZWPAAAAAEwm4WMTET4CAAAAMJmEj02ke1fbdV+/tmsAAAAAak/42ERUPgIAAAAwmYSPTUT4CAAAAMBkEj42ka6OStv1FtOuAQAAAJgEwscmovIRAAAAgMkkfGwiXbsGzvQKHwEAAACYBMLHJrK78lHbNQAAAAC1J3xsItXwsX9wODsHh+u8GwAAAAAanfCxiXR2tI1cq34EAAAAoNaEj02krbUls2e0JjF0BgAAAIDaEz42GROvAQAAAJgswscmU514re0aAAAAgFoTPjaZkcrHfpWPAAAAANSW8LHJ7K58FD4CAAAAUFvCxyaz+8xHbdcAAAAA1Jbwscl0GzgDAAAAwCQRPjYZA2cAAAAAmCzCxybT1aHyEQAAAIDJIXxsMl3argEAAACYJMLHJlNtu+7Vdg0AAABAjQkfm0ynykcAAAAAJonwscnsbrtW+QgAAABAbQkfm0z3yLRrlY8AAAAA1JbwsckYOAMAAADAZBE+NpnqwJntA0MZHBqu824AAAAAaGTCxyZTrXxMkr5+1Y8AAAAA1I7wscm0t7ZkZnvlr13rNQAAAAC1JHxsQtXW614TrwEAAACoIeFjEzJ0BgAAAIDJIHxsQtXKR+EjAAAAALUkfGxC3SOVj9quAQAAAKgd4WMT0nYNAAAAwGQQPjahro5q27XKRwAAAABqR/jYhDpVPgIAAAAwCYSPTajadt0rfAQAAACghoSPTWj3tGtt1wAAAADUjvCxCVUrH/v6VT4CAAAAUDvCxybU7cxHAAAAACaB8LEJabsGAAAAYDIIH5tQl8pHAAAAACaB8LEJ7a58FD4CAAAAUDvCxya058CZoeFynXcDAAAAQKMSPjahaviYmHgNAAAAQO0IH5tQR1trZrRV/uoNnQEAAACgVoSPTarb0BkAAAAAakz42KQ6O4SPAAAAANSW8LFJ7Z54re0aAAAAgNoQPjapLm3XAAAAANSY8LFJjYSPpl0DAAAAUCPCxyal7RoAAACAWhM+Nilt1wAAAADUmvCxSal8BAAAAKDWhI9NqlvlIwAAAAA1JnxsUtquAQAAAKg14WOT0nYNAAAAQK0JH5uUykcAAAAAak342KR2Vz4KHwEAAACoDeFjk6pWPvZquwYAAACgRoSPTaqroxI+9vUPZni4XOfdAAAAANCIhI9Nqtp2XS4nW3dqvQYAAACgeMLHJjWzvSVtLaUklepHAAAAACia8LFJlUolE68BAAAAqCnhYxPbPfHa0BkAAAAAiid8bGK7J16rfAQAAACgeMLHJqbtGgAAAIBaEj42MW3XAAAAANSS8LGJqXwEAAAAoJaEj02sW+UjAAAAADUkfGxiKh8BAAAAqCXhYxMTPgIAAABQS8LHJtbZoe0aAAAAgNoRPjaxauVjr8pHAAAAAGpA+NjEquFjn/ARAAAAgBoQPjaxruq0635t1wAAAAAUT/jYxLoNnAEAAACghoSPTWyk8nHHYMrlcp13AwAAAECjET42seqZj0PD5WwfGKrzbgAAAABoNMLHJjZ7RmtaW0pJtF4DAAAAUDzhYxMrlUrp7Kie+2joDAAAAADFEj42uWrrda/KRwAAAAAKJnxscnsOnQEAAACAIgkfm1y18lHbNQAAAABFEz42ue6R8FHlIwAAAADFEj42OQNnAAAAAKgV4WOTc+YjAAAAALUifGxyXdquAQAAAKgR4WOTU/kIAAAAQK0IH5ucadcAAAAA1IrwsclpuwYAAACgVoSPTa672nbdr/IRAAAAgGIJH5ucykcAAAAAakX42OQMnAEAAACgVoSPTW7PgTPlcrnOuwEAAACgkQgfm1w1fBwYKqd/cLjOuwEAAACgkQgfm9ycGW0plSrXvTsMnQEAAACgOMLHJtfSUkpnh6EzAAAAABRP+Ei6hI8AAAAA1IDwkZGJ133CRwAAAAAKJHxkr4nXAAAAAFAU4SN7hI8qHwEAAAAojvCRkbZr064BAAAAKJLwEZWPAAAAANSE8JGRykfhIwAAAABFEj5i4AwAAAAANSF8JN3argEAAACoAeEju9uu+1U+AgAAAFAc4SMGzgAAAABQE8JHDJwBAAAAoCaEj6Szw8AZAAAAAIonfETbNQAAAAA1IXwk3bvarvsHh7NzcLjOuwEAAACgUQgfSeeuysdE6zUAAAAAxRE+ktaWUubMaE2i9RoAAACA4ggfSWLiNQAAAADFEz6SZM+hM9quAQAAACiG8JEku8PHXpWPAAAAABRE+EiSPduuVT4CAAAAUAzhI0n2bLtW+QgAAABAMYSPJDFwBgAAAIDiCR9JknQbOAMAAABAwYSPJNF2DQAAAEDxhI8kSTo7KuFjX7/wEQAAAIBiCB9JsvvMx15t1wAAAAAURPhIEm3XAAAAABRP+EiSPaddq3wEAAAAoBjCR5KofAQAAACgeMJHkiTdI5WPwkcAAAAAiiF8JMnuysftA0MZGBqu824AAAAAaATCR5IknbvCxyTpU/0IAAAAQAGEjyRJ2ltbMqu9NYnWawAAAACKIXxkRLX1utfEawAAAAAKIHxkhInXAAAAABRJ+MiIrpGJ1yofAQAAAJg44SMjqpWPff0qHwEAAACYOOEjI7RdAwAAAFAk4SMjujq0XQMAAABQHOEjI1Q+AgAAAFAk4SMjqgNneoWPAAAAABRA+MiI3ZWP2q4BAAAAmDjhIyO0XQMAAABQJOEjI6pt1yofAQAAACiC8JER3SofAQAAACiQ8JERuysfhY8AAAAATJzwkREGzgAAAABQJOEjI6rh49adQxkaLtd5NwAAAABMd8JHRnTuCh+TpK9f6zUAAAAAEyN8ZERHW2tmtFX+l9B6DQAAAMBECR/Zi4nXAAAAABRF+MheTLwGAAAAoCjCR/Zi4jUAAAAARRE+spcubdcAAAAAFET4yF66Oqpt1yofAQAAAJgY4SN7qVY+9qp8BAAAAGCChI/sxcAZAAAAAIoifGQvBs4AAAAAUBThI3sxcAYAAACAoggf2Uv3TANnAAAAACiG8JG9VCsf+/pVPgIAAAAwMcJH9tKp7RoAAACAgggf2Ytp1wAAAAAURfjIXqpt173OfAQAAABggoSP7GXPMx+Hh8t13g0AAAAA05nwkb1Up12Xy8nWnVqvAQAAABg/4SN76WhrSXtrKYlzHwEAAACYGOEjeymVSobOAAAAAFAI4SP7qJ77uMXQGQAAAAAmQPjIPnaHjyofAQAAABg/4SP76OqotF33qnwEAAAAYAKEj+xD5SMAAAAARRA+so/qwJm+fuEjAAAAAOMnfGQfBs4AAAAAUAThI/vQdg0AAABAEYSP7EP4CAAAAEARhI/so3rmo7ZrAAAAACZC+Mg+qpWPvSofAQAAAJgA4SP72F35KHwEAAAAYPyEj+zDtGsAAAAAiiB8ZB/dBs4AAAAAUADhI/uotl339Q+mXC7XeTcAAAAATFfCR/ZRbbseGi5n286hOu8GAAAAgOlK+Mg+ZrW3prWllETrNQAAAADjJ3xkH6VSydAZAAAAACZM+Mh+jYSP/SofAQAAABgf4SP71dVRGTqj7RoAAACA8RI+sl+d2q4BAAAAmCDhI/vVPRI+qnwEAAAAYHyEj+xX18xq27XKRwAAAADGR/jIfnWpfAQAAABggoSP7JfwEQAAAICJEj6yX9W2615t1wAAAACMk/CR/VL5CAAAAMBECR/ZLwNnAAAAAJgo4SP7pfIRAAAAgIkSPrJf3cJHAAAAACZI+Mh+Vduu+/qFjwAAAACMj/CR/drddj2Qcrlc590AAAAAMB0JH9mvzo5K+DgwVE7/4HCddwMAAADAdCR8ZL/mzGhLqVS57jXxGgAAAIBxED6yXy0tpZHqR0NnAAAAABgP4SMH1L1r6IzwEQAAAIDxED5yQHsOnQEAAACAsRI+ckC7w0eVjwAAAACMnfCRA+oaabtW+QgAAADA2AkfOSCVjwAAAABMhPCRA6qGj73CRwAAAADGQfjIAWm7BgAAAGAihI8cULXysU/lIwAAAADjIHzkgHZXPgofAQAAABg74SMH1F0dONOv7RoAAACAsRM+ckCdHaZdAwAAADB+wkcOSNs1AAAAABMhfOSAqgNnTLsGAAAAYDyEjxxQNXzsVfkIAAAAwDgIHzmgatv1zsHh9A8O1Xk3AAAAAEw3wkcOqDpwJnHuIwAAAABjJ3zkgFpbSiZeAwAAADBudQ0fb7nlllxyySU56qijUiqVct111x3ynmuuuSbLly/P7Nmzs2jRorzrXe/K+vXra7/ZJmXoDAAAAADjVdfwcevWrVm+fHn+9m//dlSfv+2223L55Zfn137t13L//ffnK1/5Sn74wx/m3e9+d4132rx2h48qHwEAAAAYm7ZDf6R2Lr744lx88cWj/vwdd9yRZcuW5f3vf3+S5AUveEF+8zd/M5/4xCdqtcWmVx06I3wEAAAAYKzqGj6O1TnnnJP/+T//Z77xjW/k4osvzjPPPJOvfvWrecMb3nDAe/r7+9Pf3z/y+97e3iTJwMBABgYas5W4+nMV8fN1zmhNkmzauqNh/3vBVFfkMw3Un2caGotnGhqLZxpGZyzPyLQKH88999xcc801+W//7b9lx44dGRwczCWXXHLQtu2rrroqH/vYx/Z5//rrr8/s2bNrud266Nn6sxz39H/l1Bnzc8MNE19vy4aWJC35wY/vzayn7pn4gsC43VDEQw1MGZ5paCyeaWgsnmk4uG3bto36s6VyuVyu4V5GrVQq5dprr82ll156wM888MADufDCC/PBD34wr3/967Nu3bp8+MMfzktf+tJ89rOf3e89+6t8XLJkSZ577rl0d3cX/WPUXemxm9P2pbdmS8eitP7O3Wlvb5/Qen/4Hw/k3+5ck/ef/8K877UvLGiXwFgMDAzkhhtuyOte97oJP9NA/XmmobF4pqGxeKZhdHp7e7NgwYJs3rz5kPnatKp8vOqqq3Luuefmwx/+cJLk9NNPz5w5c/KqV70qf/zHf5xFixbtc09HR0c6Ojr2eb+9vb0x/yE5/Lgkyeydz2W4rXXCP+Pc2TOSJNt2Djfmfy+YRhr23y1oUp5paCyeaWgsnmk4uLE8H3Wddj1W27ZtS0vL3ltuba2cSThFCjjrr3txyi1taS0PJFvWTXg5064BAAAAGK+6ho99fX1ZsWJFVqxYkSR57LHHsmLFiqxevTpJcuWVV+byyy8f+fwll1ySr33ta/n0pz+dlStX5rbbbsv73//+nH322TnqqKPq8SNMPa1tyWFLkiSljY9NeLmRadf9DtsFAAAAYGzq2nZ955135rWvfe3I7z/0oQ8lSd7xjnfk6quvzrp160aCyCR55zvfmS1btuRTn/pUfvd3fzdz587N+eefn0984hOTvveprNzzgkrwuPHxCa+l8hEAAACA8apr+HjeeecdtF366quv3ue9973vfXnf+95Xw11Nf+WeFyRJSoWEj5XKx17hIwAAAABjNK3OfGSUepYlKartulr5qO0aAAAAgLERPjagck3CR5WPAAAAAIyN8LEBVduus/HxZIJTwLurA2dUPgIAAAAwRsLHRjR3aZKk1N+bbN84oaWqlY87BoYzMDQ84a0BAAAA0DyEj42ofVa2t/dUrjdMrPW6s2P3TKI+rdcAAAAAjIHwsUFtnXFE5WKC5z62tbZk9ozWJM59BAAAAGBshI8NalvHrvBxgpWPye7W617nPgIAAAAwBsLHBrW1o5jKx2R367XKRwAAAADGQvjYoLZ2LKxcFFL5aOI1AAAAAGMnfGxQRZ35mOxuu1b5CAAAAMBYCB8b1Ejb9ZZ1yc5tE1qrW+UjAAAAAOMgfGxQA22dKc88rPKbjY9PaC2VjwAAAACMh/CxgZXnLqtcTLD1eiR87Bc+AgAAADB6wsdG1rOs8jrBoTMGzgAAAAAwHsLHBlbueUHloqDKx15t1wAAAACMgfCxgZULrnzsEz4CAAAAMAbCx0ZWcOWjtmsAAAAAxkL42MBG2q43rU6Gxl+1aNo1AAAAAOMhfGxkXUcmrR3J8GDSu2bcy3SPDJwRPgIAAAAwesLHRlZq2WPi9cpxL6PtGgAAAIDxED42unm7Wq8nMHSms6MSPm7dOZSh4XIRuwIAAACgCQgfG10BQ2eq064TE68BAAAAGD3hY6MroPJxRltLOtoq/6v0ar0GAAAAYJSEj41upPLx8Qkt02XoDAAAAABjJHxsdHtWPpbHf15jt6EzAAAAAIyR8LHRzT2mMvV6YGuy9dlxL7N74rXKRwAAAABGR/jY6No6ku7FlesJnPs40nbdr/IRAAAAgNERPjaDecsqrxtWjnuJauWjadcAAAAAjJbwsRmMDJ2ZSOVjJXzsFT4CAAAAMErCx2aw59CZcTLtGgAAAICxEj42gwIrH027BgAAAGC0hI/NQOUjAAAAAHUgfGwG1crHbc8l/VvGtURXh8pHAAAAAMZG+NgMZnYnsxdUrsdZ/bi77VrlIwAAAACjI3xsFvMmdu6jtmsAAAAAxkr42Cx6Jnbuo4EzAAAAAIyV8LFZjAydWTmu27VdAwAAADBWwsdm0VNM23XfzsEMD5eL2hUAAAAADUz42CxGKh8fH9ft1crHcrkSQAIAAADAoQgfm0W18rF3TTK4c8y3z2xvzYzWyv8uWq8BAAAAGA3hY7PoPCJpn5OUh5NNq8e1RLX6sU/4CAAAAMAoCB+bRamU9CyrXI/73EcTrwEAAAAYPeFjMxk593FiQ2e0XQMAAAAwGsLHZjJvohOvK5WPvSofAQAAABgF4WMz6Zlo5WO17VrlIwAAAACHJnxsJiNt1yvHdXtnh7ZrAAAAAEZP+NhMqpWPGx9PhofHfLuBMwAAAACMhfCxmRy2JGlpS4b6ky3rxnx7t7ZrAAAAAMZA+NhMWtsqAWQyrqEzu6ddq3wEAAAA4NCEj81m3viHzhg4AwAAAMBYCB+bzbxjK68TqnwUPgIAAABwaMLHZtMz8crHXm3XAAAAAIyC8LHZVNuux1X5WAkf+/pVPgIAAABwaMLHZjNS+bhyzLdquwYAAABgLISPzaZnWeV1x+Zk24Yx3dq9R+VjuVwueGMAAAAANBrhY7OZMTvpPLJyPcbW62rl49BwOdt2DhW9MwAAAAAajPCxGc0b39CZme0taWspJdF6DQAAAMChCR+bUc/4hs6USqV07mq93mLiNQAAAACHIHxsRiOVj4+P+dbqxOtelY8AAAAAHILwsRnNO7byOsbKxyTp6qhOvFb5CAAAAMDBCR+bUc/4znxMdlc+OvMRAAAAgEMRPjajatv1lrXJwPYx3VqdeC18BAAAAOBQhI/NaFZP0nFY5Xrj42O6tdvAGQAAAABGSfjYjEqlZN6yyvUYW6+1XQMAAAAwWsLHZlU993GMQ2eqbdd9/cJHAAAAAA5O+Nis5o1v6Ey18rFX2zUAAAAAhyB8bFYTrHzUdg0AAADAoQgfm9W8Yyuv4z7zUeUjAAAAAAcnfGxW1bbrTauT4aFR32bgDAAAAACjJXxsVl1HJa0dyfBAsnnN6G/Tdg0AAADAKAkfm1VLS9KztHI9hnMftV0DAAAAMFrCx2ZWHTqzYeWob9mz7bpcLtdiVwAAAAA0COFjM6ue+ziGoTPVtuvB4XJ2DAzXYlcAAAAANAjhYzOrVj6Ooe16zozWtJQq11qvAQAAADgY4WMzG6l8fHzUt5RKpXR2VFqvew2dAQAAAOAghI/NbM/KxzGc37h74rXKRwAAAAAOTPjYzHqWJiklO/uSrc+N+rbq0Jm+fpWPAAAAAByY8LGZtXUkhy2uXI/h3McjumcmSX72TF8tdgUAAABAgxA+NrueZZXXMUy8PveF85MkNz/8bA02BAAAAECjED42u5GhMytHfctrTjw8SfL9leuzY2CoFrsCAAAAoAEIH5vdnkNnRunEhV05sntmdgwM5wePbajRxgAAAACY7oSPzW6k8nH04WOpVMprTqhUP978kNZrAAAAAPZP+NjsxlH5mCTn7Wq9vunhZ4reEQAAAAANQvjY7KqVj1ufTfq3jPq2c49fkNaWUlY+uzVPbNhWo80BAAAAMJ0JH5vdzMOS2ZXp1dn4+Khv657ZnjOP6UmS3GTqNQAAAAD7IXxkd+v1GM59THZPvb75Ia3XAAAAAOxL+Mju1usxnvtYHTpz+6Pr0z84VPSuAAAAAJjmhI+Mu/LxlKO6c3hXR7btHMqdj2+swcYAAAAAmM6Ej+yufNywcky3lUqlkerHm7ReAwAAAPA8wkd2Vz6Ose062d16fbOhMwAAAAA8j/CR3ZWPm9ckgzvHdOurjl+QllLy8NN9Wbtpew02BwAAAMB0JXwk6VyYtM9OysPJ5ifGdOvc2TPy4iVzk6h+BAAAAGBvwkeSUinpWVa5HuPQmSQ578Qjkjj3EQAAAIC9CR+pmHds5XUc5z6ed2Ll3MfbfrY+OweHi9wVAAAAANOY8JGKCVQ+nnrUYZk/Z0b6+gdz9+qNxe4LAAAAgGlL+EjFvPFPvG5pKeXVu6Ze3/SQcx8BAAAAqBA+UtGzK3wcR+VjkrxmV/ho6AwAAAAAVcJHKvasfBwe+7mNrz7h8JRKyYPrevN0746CNwcAAADAdCR8pOKwJUmpNRnckfQ9Nebb582ZkdMXz02S3Kz1GgAAAIAIH6lqbU/mLqlca70GAAAAoADCR3brGf/QmSQ578RK+HjrI89mcGjsrdsAAAAANBbhI7vNO7byOs7Kx+WL52bu7Pb07hjMiic2FbcvAAAAAKYl4SO7zZtY5WNrSymvOr5S/XiTcx8BAAAAmp7wkd2qbdfjrHxMkvN2nft408PPFLEjAAAAAKYx4SO7TbDyMUlevSt8vO/J3jy7pb+IXQEAAAAwTQkf2a1nWeV1+8bKr3E4vKsjpx7dnSS5xdRrAAAAgKYmfGS3GXOSzoWV6wm0Xr9mV/XjzcJHAAAAgKYmfGRvPRNvvT7vxCOSJLc88myGhstF7AoAAACAaUj4yN7mTXzozBlL5qZrZls2bRvIPWs2FbMvAAAAAKYd4SN7K6Dysa21Ja86fkGS5OaHtF4DAAAANCvhI3ubd2zldcPjE1rmvBMqrdc3OfcRAAAAoGkJH9nbvIlXPibJq3cNnbl3zaZs2LpzorsCAAAAYBoSPrK3att179pkYMe4lznysJk56ciulMvJrY+ofgQAAABoRsJH9jZ7XtLRnaScbFo1oaWqU69vcu4jAAAAQFMSPrK3UinpWVa53rByQku9Zlfr9S0PP5vh4fIENwYAAADAdCN8ZF/Vcx83TOzcxzOX9qSzoy3rt+7MfWs3F7AxAAAAAKYT4SP76ilm6MyMtpa84oXzkyQ3a70GAAAAaDrCR/ZVUOVjsse5jw8LHwEAAACajfCRfc07tvI6wcrHJHnNiZVzH3+8emM2bds54fUAAAAAmD6Ej+xrpO16VTI8NKGljp47K8cf0ZnhcvK9nz1XwOYAAAAAmC6Ej+yr+6ikdUYyPJD0Pjnh5c7bVf14k3MfAQAAAJqK8JF9tbQmc5dWrgs49/E1J1TOfbz54WdTLpcnvB4AAAAA04Pwkf2bV8zE6yR56Qt6MntGa57d0p8H1vVOeD0AAAAApgfhI/tXPfdxw8oJL9XR1ppXvHB+Eq3XAAAAAM1E+Mj+VSsfC2i7TpLXnFA59/Hmh4WPAAAAAM1C+Mj+9RTXdp3sPvfxrlUb07tjoJA1AQAAAJjahI/s30jl4+NJAUNijpk/O8cumJOh4XJu/9lzE14PAAAAgKlP+Mj+zV2apJTs3JJsW1/Ikq85sdJ67dxHAAAAgOYgfGT/2mcm3UdXrgs69/G8Eyut1zc99GzKBVRTAgAAADC1CR85sHnFnvv4shfMS0dbS57q3ZGHn+4rZE0AAAAApi7hIwfWs6zyWlDl48z21pzzwvlJkpseeqaQNQEAAACYuoSPHFjBlY9J8poTKuc+3vywcx8BAAAAGp3wkQPrqU68XlnYktVzH3/0+Ib09Q8Wti4AAAAAU4/wkQOrVj4W1HadJC9YMCdL58/OwFA5t//sucLWBQAAAGDqET5yYNXKx63PJP3FDYjReg0AAADQHISPHNisucmsnsr1xscLW/a8Eyvh400PPZtyuVzYugAAAABMLcJHDm7esZXXAofOvPzY+ZnR2pInN23Po89uLWxdAAAAAKYW4SMH11P8uY+zZ7TlZcfOS5Lc9NAzha0LAAAAwNQifOTgqkNnCqx8TJz7CAAAANAMhI8cXA0qH5Pd5z7+YOWGbNs5WOjaAAAAAEwNwkcOrlr5uGFlocu+8PDOHD13VnYODef7K9cXujYAAAAAU4PwkYOrVj5uXpMMDRS2bKlUymt2VT/e/JDWawAAAIBGJHzk4LqOTNpmJeWhZNPqQpc+b9e5jzc59xEAAACgIQkfObhSKelZVrkueOjMK45bkPbWUlat35bHntta6NoAAAAA1J/wkUObd2zlteChM50dbTlr6bwkyc0PPVPo2gAAAADUn/CRQ6sOndn4eOFLV6dea70GAAAAaDzCRw6t2nZdcOVjkpGhM99fuT47BoYKXx8AAACA+hE+cmgjlY/Fh48nLuzKkd0zs2NgOD94bEPh6wMAAABQP8JHDq1nV/i44bGkXC506VKptLv12rmPAAAAAA1F+MihzT0mKbUmg9uTLU8VvvxrTqiEjzc79xEAAACgoQgfObTW9uSwxZXrGrRen3v8grS2lLLy2a15YsO2wtcHAAAAoD6Ej4zOvD1arwvWPbM9Zx7Tk8TUawAAAIBGInxkdHpqN3Qm2T31+mbnPgIAAAA0DOEjozPv2MprDSofk4wMnbn90fXpHxyqyXcAAAAAMLmEj4zOvNpWPr5oUXcO7+rItp1DufPxjTX5DgAAAAAml/CR0emp3ZmPSVIqlUamXt+k9RoAAACgIQgfGZ2eZZXX7RuSHZtr8hXV8PFmQ2cAAAAAGoLwkdHp6EzmHFG5rlH146uOX5CWUvLw031Zu2l7Tb4DAAAAgMkjfGT0quc+blhZk+Xnzp6RM47pSZLc9JDqRwAAAIDpTvjI6PXUduhMsmfrtXMfAQAAAKY74SOjN6+2Q2eS5LwTK+HjbT9bn52DwzX7HgAAAABqT/jI6M07tvK68fGafcWpRx2W+XNmpK9/MHev3liz7wEAAACg9oSPjF5P7SsfW1pKefWu1mvnPgIAAABMb8JHRq/adt37ZDLYX7OvqbZe3/qI8BEAAABgOhM+Mnqz5yczupKUk42ravY1Lz92fpLkwXW96esfrNn3AAAAAFBbwkdGr1RK5i2rXNdw4vXC7plZ3DMrw+VkxepNNfseAAAAAGpL+MjYjJz7uLKmX3Pm0p4kyZ2rNtT0ewAAAACoHeEjYzOv9kNnkuSsXeHjXatMvAYAAACYroSPjE218rGGbddJ8pJd4eOPV2/K0HC5pt8FAAAAQG0IHxmbSap8POnI7syZ0Zq+/sE8/PSWmn4XAAAAALUhfGRs5h1bed20KhkeqtnXtLaUcsYx1XMftV4DAAAATEfCR8am++ikpT0Z2pn0rq3pV1WHztwtfAQAAACYloSPjE1La9KztHL93MM1/SoTrwEAAACmN+EjY7f47Mrrj79Q068545i5KZWSJzZszzO9O2r6XQAAAAAUT/jI2J1zReX1gf9I1j9as6/pmtmeExd2JUnu0noNAAAAMO0IHxm7I09Njr8oKQ8nt/9NTb/qrGWV1mvhIwAAAMD0I3xkfF75wcrrimuSLU/V7Gt2n/sofAQAAACYboSPjM8x5yRLXlaZev39T9fsa85aOi9Jcv/azdkxMFSz7wEAAACgeMJHxqdU2l39eOc/Jzs21+RrFvfMyuFdHRkYKufeNbX5DgAAAABqQ/jI+B3/+uTwk5P+3uRHn63JV5RKpZy11LmPAAAAANOR8JHxa2lJXvmByvX3P50MbK/J15w5Ej5uqMn6AAAAANSG8JGJOfWtyWFLkq3PJCu+VJOvOHOPysdyuVyT7wAAAACgeMJHJqa1PTnnvZXr2/86GRos/CtOOeqwdLS1ZOO2gax8bmvh6wMAAABQG8JHJu4lv5LMmpdsfDx54LrCl5/R1pLli+cmSe563LmPAAAAANOF8JGJmzEnedlvVa5v+2RSg9bolxg6AwAAADDtCB8pxtnvTtrnJE/9JHn0O4UvX514faehMwAAAADThvCRYsyel5z5zsr19z5Z+PLVysdHn92ajVt3Fr4+AAAAAMUTPlKcc65IWtqTx29NnvhRoUvPmzMjxx4+J0ly92qt1wAAAADTgfCR4hx2dHL6f6tc3/bJwpc/8xjnPgIAAABMJ8JHinXu+5OUkp/+Z/LsQ4Uufday6rmPwkcAAACA6UD4SLEOPzE56Y2V69v+qtClz1w6L0lyzxObMjA0XOjaAAAAABRP+EjxXvnByuu9/5ZsXlPYsscumJO5s9vTPzic+9f2FrYuAAAAALUhfKR4i89Klr0qGR5M7vjbwpZtaSk59xEAAABgGhE+Uhuv/EDl9a6rk20bClv2JUur4WNxawIAAABQG8JHauOFFyRHnpYMbEt++I+FLXvW0t2Vj+VyubB1AQAAACie8JHaKJV2n/34g79Pdm4tZNnTF89NW0spT/f2Z83G7YWsCQAAAEBtCB+pnZPfnPS8INm+Ibn7C4UsOWtGa045+rAkyd2rnfsIAAAAMJUJH6md1rbk3PdXrm//m2RooJBlq0Nn7nxc+AgAAAAwlQkfqa3llyVzjkh61yQ/+WohS561zMRrAAAAgOlA+Ehttc9MzvntyvVtn0yGhye85Jm7hs789Kne9PUPTng9AAAAAGpD+EjtnfWupKM7efanycPfnPByC7tnZnHPrAyXkxWrN018fwAAAADUhPCR2pt5WPLSX6tcf+8vknJ5wktWqx/vXLVhwmsBAAAAUBvCRybHy96TtHYka36UrLp9wsudtdS5jwAAAABTnfCRydG1MHnxZZXr7/3lhJd7ya7w8cerN2VoeOKVlAAAAAAUT/jI5HnF+5JSS/KzG5Kn7pvQUicd2Z05M1rT1z+Yh5/eUtAGAQAAACjSuMLHJ554ImvWrBn5/Q9/+MN84AMfyGc+85nCNkYDmv/C5EWXVq5v++SElmptKeWMY6rnPmq9BgAAAJiKxhU+XnbZZfnud7+bJHnqqafyute9Lj/84Q/zB3/wB/mjP/qjQjdIg3nlByqv9/2fZMNjE1qqOnTmbuEjAAAAwJQ0rvDxvvvuy9lnn50k+fd///eceuqpuf3223PNNdfk6quvLnJ/NJpFy5MXXpCUh5M7PjWhpUy8BgAAAJjaxhU+DgwMpKOjI0ny7W9/O29605uSJCeddFLWrVtX3O5oTK/8YOX1x19M+p4Z9zJnHDM3pVLyxIbteaZ3R0GbAwAAAKAo4wofTznllPz93/99br311txwww35uZ/7uSTJ2rVrM3/+/EI3SANa9srk6LOSwR3JD/5+3Mt0zWzPiQu7kiR3ab0GAAAAmHLGFT5+4hOfyD/8wz/kvPPOyy//8i9n+fLlSZKvf/3rI+3YcECl0u7qxx/+U7Kjd9xLnbWs0notfAQAAACYetrGc9N5552X5557Lr29venp6Rl5/zd+4zcye/bswjZHAzvxDcmCE5LnHk7u+lxy7u+Ma5kzl/bki99fbeI1AAAAwBQ0rsrH7du3p7+/fyR4XLVqVT75yU/moYceyhFHHFHoBmlQLS27A8c7/jYZGN+ZjWctnZckuX/t5uwYGCpqdwAAAAAUYFzh45vf/OZ8/vOfT5Js2rQpL3vZy/Lnf/7nufTSS/PpT3+60A3SwE77paTrqKTv6eTefx3XEot7ZuXwro4MDJVz75rNBW8QAAAAgIkYV/h4991351WvelWS5Ktf/WoWLlyYVatW5fOf/3z++q//utAN0sDaZiSveG/l+ra/TobHXrlYKpVy1lLnPgIAAABMReMKH7dt25aursqU4euvvz5vectb0tLSkpe//OVZtWpVoRukwb3kHcnMucmGR5MH///jWuLMkfBxQ4EbAwAAAGCixhU+HnfccbnuuuvyxBNP5Fvf+lYuuuiiJMkzzzyT7u7uQjdIg+voTF72m5Xr7/1lUi6PeYkz96h8LI/jfgAAAABqY1zh40c+8pH83u/9XpYtW5azzz4755xzTpJKFeQZZ5xR6AZpAmf/ZtI2K1m3Ill505hvP+Wow9LR1pKN2way8rmthW8PAAAAgPEZV/j4i7/4i1m9enXuvPPOfOtb3xp5/4ILLshf/uVfFrY5msSc+cmZ76hcf2/s///MaGvJ8sVzkyR3Pe7cRwAAAICpYlzhY5IceeSROeOMM7J27dqsWbMmSXL22WfnpJNOKmxzNJFzrkha2pLHbk6evGvMt5+5zNAZAAAAgKlmXOHj8PBw/uiP/iiHHXZYli5dmqVLl2bu3Ln5+Mc/nuHh4aL3SDOYe0xy2tsq19/75JhvP/OYSvh4p6EzAAAAAFNG23hu+oM/+IN89rOfzZ/+6Z/m3HPPTZJ873vfy0c/+tHs2LEjf/Inf1LoJmkS5/5Ocs+XK1Ovn3skWXD8qG99ya6hM48+uzUbt+5Mz5wZtdolAAAAAKM0rsrHf/mXf8k//dM/5T3veU9OP/30nH766fnt3/7t/OM//mOuvvrqgrdI0zji5OSEi5OUk9v+aky3zpszI8cePidJcvdqrdcAAAAAU8G4wscNGzbs92zHk046KRs2aHtlAl75wcrrPf+a9K4d061nLXXuIwAAAMBUMq7wcfny5fnUpz61z/uf+tSncvrpp094UzSxY16WHPOKZHggueX/l5TLo771zKXVcx+FjwAAAABTwbjOfPyzP/uzvPGNb8y3v/3tnHPOOUmSO+64I0888US+8Y1vFLpBmtCrfje55vbkzs8mw4PJG/88aW0/5G1nLp2XJLnniU0ZGBpOe+u4h7kDAAAAUIBxpTOvec1r8vDDD+cXfuEXsmnTpmzatClvectbcv/99+cLX/jCqNe55ZZbcskll+Soo45KqVTKddddd8h7+vv78wd/8AdZunRpOjo6smzZsvzzP//zeH4MpqrjL0wu+pMkpeTuf0m+8AvJtkO38x+7YE7mzm5P/+Bw7l/bW/t9AgAAAHBQ46p8TJKjjjpqn6nW99xzTz772c/mM5/5zKjW2Lp1a5YvX553vetdectb3jKqe37pl34pTz/9dD772c/muOOOy7p16zI8PDzm/TPFveK9yfzjkv/za8njtyb/dGFy2b8ddAJ2S0spZx7Tk+/89JnctWpjXrxk7uTtFwAAAIB9jDt8LMLFF1+ciy++eNSf/+Y3v5mbb745K1euzLx5lRbbZcuW1Wh31N2JP5e861vJl/97suHR5J8uSN72L8kLX3vAW16ytBo+bsivvfIFk7hZAAAAAJ6vruHjWH3961/PWWedlT/7sz/LF77whcyZMydvetOb8vGPfzyzZs3a7z39/f3p7+8f+X1vb6Udd2BgIAMDA5Oy78lW/bka4uebf2Lyzm+l9avvSMuTP0r5i2/N8Ov/NMNn/up+P/7ixV1Jkrse35idO3emVCpN5m6hJhrqmQY809BgPNPQWDzTMDpjeUamVfi4cuXKfO9738vMmTNz7bXX5rnnnstv//ZvZ/369fnc5z6333uuuuqqfOxjH9vn/euvvz6zZ8+u9Zbr6oYbbqj3FgrTsuA38+Jt7Vmy8fa0fvPDefyuG3L/0b+ccql1r8/tHEpaSq15ekt/vnjt/838mXXaMNRAIz3TgGcaGo1nGhqLZxoObtu2baP+bKlcLpdH++FDncu4adOm3HzzzRkaGhr1BkY2Uirl2muvzaWXXnrAz1x00UW59dZb89RTT+Wwww5Lknzta1/LL/7iL2br1q37rX7cX+XjkiVL8txzz6W7u3vM+5wOBgYGcsMNN+R1r3td2tsPPSV62iiX03L7J9N6U+Ws0eFjL8jQL/xjMnPvv8e3/sP3c++a3vz5L56WNy1fVIeNQrEa9pmGJuWZhsbimYbG4pmG0ent7c2CBQuyefPmQ+ZrY6p8rAZ+B/vzyy+/fCxLjsmiRYty9NFH77WPk08+OeVyOWvWrMnxx+87jKSjoyMdHR37vN/e3t7w/5A05M943v8nOeLE5Gu/mZaV30nLv1xcGUQzb/f5jmctnZ971/RmxZrevPWsY+q4WShWQz7T0MQ809BYPNPQWDzTcHBjeT7GFD4eqLV5spx77rn5yle+kr6+vnR2diZJHn744bS0tGTx4sV13RuT6EVvTuYurQyiee6h5B/PT/77NcnSVyRJzlrWk3++7bHctWpjnTcKAAAA0Nxa6vnlfX19WbFiRVasWJEkeeyxx7JixYqsXr06SXLllVfuVUl52WWXZf78+fnVX/3VPPDAA7nlllvy4Q9/OO9617sOOHCGBnXUi5N3fzdZ9OJk+4bkX96U/PiaJMmZS3uSJD99qjd9/YP12yMAAABAk6tr+HjnnXfmjDPOyBlnnJEk+dCHPpQzzjgjH/nIR5Ik69atGwkik6SzszM33HBDNm3alLPOOitvf/vbc8kll+Sv//qv67J/6qx7UfKr/7dSCTk8kPzHbyc3fCQLO9uzuGdWhsvJitWb6r1LAAAAgKZV12nX5513Xg427+bqq6/e572TTjrJ1Cl2mzE7+cWrk5uuSm75s+S2v0qeeyTnLHlvvrJxe+5ctSGvPH5BvXcJAAAA0JTqWvkIhWhpSc7/g+Qt/5S0diQPfSNXrvtgjspzzn0EAAAAqCPhI43j9Lcl7/zPZM7hmbflofxHx//K4OofZWj4wNW1AAAAANSO8JHGsuTs5N03pnzEi3J4aXOuzkfz1G1fqPeuAAAAAJqS8JHGM/eYlH7t+tw98+XpKA3k6O+8L/nu/06Gh+u9MwAAAICmInykMXV05ZaXfDJ/P/jzld/f/Ink/7wr2bmtvvsCAAAAaCLCRxrWS5YtyJ8OXparZlyRtLQn91+bXP3GpHddvbcGAAAA0BSEjzSsM46Zm1Ip+Yfec7Pxrf+ezOpJ1t6d/OP5ydoV9d4eAAAAQMMTPtKwuma258SFXUmS7w+fnLz7xmTBCcmWtcnnLk4e+HqddwgAAADQ2ISPNLSzlvUkSe5atTGZd2zy699OXnh+MrAt+ffLk6fuq/MOAQAAABqX8JGGdtbSeUmSO1dtrLwx87Dksq8kS16WpJys+VH9NgcAAADQ4ISPNLQzl1YqH+9fuzk7BoYqb7a2JQtPqVz3rq3TzgAAAAAan/CRhra4Z1aO6OrIwFA5967ZvPsPuo+qvAofAQAAAGpG+EhDK5VKI9WPd1Vbr5Ok++jKa++TddgVAAAAQHMQPtLwdoePG3a/qfIRAAAAoOaEjzS8PSsfy+Vy5c3uxZXX3ieT6nsAAAAAFEr4SMM75ajD0tHWko3bBrLyua2VN7sXVV539iX9vfXbHAAAAEADEz7S8Ga0tWT54rlJkrse33Xu44w5yczKe1qvAQAAAGpD+EhTOHOZoTMAAAAAk034SFM485hK+HinoTMAAAAAk0b4SFN4ya6hM48+uzUbt+6svCl8BAAAAKgp4SNNYd6cGTn28DlJkrtX72q91nYNAAAAUFPCR5rGWUufd+6jykcAAACAmhI+0jTOXFo991H4CAAAADAZhI80jTOXzkuS3PPEpgwMDWu7BgAAAKgx4SNN49gFczJ3dnv6B4dz/9re3ZWPOzYn/X313RwAAABAAxI+0jRaWko585g9zn2c2Z3M6Kr84ZZ1ddwZAAAAQGMSPtJUXjIydGZD5Y2Rcx+1XgMAAAAUTfhIU9lz4nW5XDZ0BgAAAKCGhI80ldMXz01bSylP9/Znzcbths4AAAAA1JDwkaYya0ZrTjn6sCTJ3as3qnwEAAAAqCHhI02nOnTmzseFjwAAAAC1JHyk6Zy1bI+J19quAQAAAGpG+EjTOXPX0JmfPtWbbbMWVt5U+QgAAABQOOEjTWdh98ws7pmV4XJy7+Y5lTe3rU8GdtR3YwAAAAANRvhIUzpj17mPdz1TTtpmVd7covoRAAAAoEjCR5rS8sWVidf3rNls6AwAAABAjQgfaUqnL56bJLlX+AgAAABQM8JHmtIpR3WnpZQ81bsj22cdWXnTxGsAAACAQgkfaUpzOtpy3BGdSZKnyvMqb6p8BAAAACiU8JGmVW29XtlfOf9R+AgAAABQLOEjTas6dOYnW+ZU3tB2DQAAAFAo4SNNq1r5+IP1MytvqHwEAAAAKJTwkaZ10qKutLeW8vD27sobfc8kgzvruykAAACABiJ8pGl1tLXm5EXdWZ/uDLW0JyknW9bVe1sAAAAADUP4SFM77ejDkpTS235E5Q2t1wAAAACFET7S1JbvOvdxXXle5Q1DZwAAAAAKI3ykqZ2+pDLxemV/5VXlIwAAAEBxhI80teMO78ys9tasGeqpvCF8BAAAACiM8JGm1tbaklOP7tZ2DQAAAFADwkea3umL5+apkfBR5SMAAABAUYSPNL3TFx+2R+Wj8BEAAACgKMJHmt7pi+eOhI/lvqeSocE67wgAAACgMQgfaXrL5s/OwMz5GSi3plQeTvqerveWAAAAABqC8JGmVyqVcurieXk6Jl4DAAAAFEn4CKmc+/iUidcAAAAAhRI+Qky8BgAAAKgF4SMkWb5k98TrgU1r6rwbAAAAgMYgfIQkR3bPzJYZRyRJtjyzqs67AQAAAGgMwkdIZejMrPlLkiQDG1Q+AgAAABRB+Ai7zFv0giRJ+7an6rwTAAAAgMYgfIRdliw7LknSPfBsMjxc590AAAAATH/CR9jlpOOOy1C5lLYMZcsGE68BAAAAJkr4CLvM656TDaWeJMnKRx+u824AAAAApj/hI+yhr6My8Xrt6pV13gkAAADA9Cd8hD2Uu49Kkmx++vH6bgQAAACgAQgfYQ8z5y9JkgxsXFPnnQAAAABMf8JH2MO8RcuSJJ07n8n6vv76bgYAAABgmhM+wh5mzjsmSbKotCH3rtlc590AAAAATG/CR9jTrjMfj8yG3LNmU333AgAAADDNCR9hT7vCx0WlDbn3iU313QsAAADANCd8hD11LUqSdJQGsmrNEymXy3XeEAAAAMD0JXyEPbV1pDzn8CTJzG1PZe3mHXXeEAAAAMD0JXyE5yl1H50kObK0Pj9x7iMAAADAuAkf4fl2hY+LShtyj4nXAAAAAOMmfITnq068Lm3IvSofAQAAAMZN+AjPt+fE6zWbMzxs6AwAAADAeAgf4fl2tV0fVdqQLTsG8/j6rXXeEAAAAMD0JHyE59tV+XhM+6Ykyb3OfQQAAAAYF+EjPN+u8PHw8vok5dzj3EcAAACAcRE+wvPtCh9nDO9Id7bmJyofAQAAAMZF+AjP1z4rmTUvSWXozH1rN2dwaLjOmwIAAACYfoSPsD+7hs4cO2NzdgwM55Fn+uq8IQAAAIDpR/gI+7Or9folc7clSe517iMAAADAmAkfYX92hY8nz6lUPN7j3EcAAACAMRM+wv7sarte2r4picpHAAAAgPEQPsL+7Kp8XFB+Lkny0FNbsmNgqJ47AgAAAJh2hI+wP7vCx5nbn868OTMyMFTOT5/aUudNAQAAAEwvwkfYn11t16XetTl98WFJtF4DAAAAjJXwEfane1Hltb83Zx3ZliS55wlDZwAAAADGQvgI+9PRlXRUKh5f0rM9icpHAAAAgLESPsKB7Dr38eQ5fUmSnz3bl77+wXruCAAAAGBaET7CgewKH3sGn82iw2amXE7ue1LrNQAAAMBoCR/hQHaFj9lj6MxP1ggfAQAAAEZL+AgHsmvidXqfzOmL5yZJ7nHuIwAAAMCoCR/hQPaofFy+K3y8V+UjAAAAwKgJH+FARiof1+a0oytt16s3bMvGrTvruCkAAACA6UP4CAcyUvn4ZA6b3Z5l82cnSe41dAYAAABgVISPcCDV8HH7xmTntpFzH+99YlPdtgQAAAAwnQgf4UBmHpa0z6lcb1k3MvH6Huc+AgAAAIyK8BEOpFTaXf24eU2WL5mbJPnJk5vqtiUAAACA6UT4CAezx8TrU47qTkspebq3P0/37qjvvgAAAACmAeEjHMxhiyuvvU9m9oy2nLCwK0lyj3MfAQAAAA5J+AgHs0flY5KcdnTl3Md7nfsIAAAAcEjCRziY54WPp+869/GeNZvqsx8AAACAaUT4CAfTfXTltffJJMnyXROvf/Lk5pTL5XrtCgAAAGBaED7CwTyv8vGkI7szo7Ulm7YN5IkN2+u4MQAAAICpT/gIB1OtfNz2XDKwIzPaWnLyol1DZ7ReAwAAAByU8BEOZlZP0jazcr1lXZLk9MVzkyT3Ch8BAAAADkr4CAdTKu07dGbXuY/3mHgNAAAAcFDCRziUkaEz1fBxbpLkvic3Z2jY0BkAAACAAxE+wqGMVD5WJl4fd0RnZs9ozbadQ3n02b46bgwAAABgahM+wqE8r+26taWUU4/a1Xr9xKY6bQoAAABg6hM+wqGMtF0/OfJW9dzHnzzp3EcAAACAAxE+wqE8r/IxSU5fMjeJoTMAAAAAByN8hEPZT/i4fFfl44Nre7NzcLgeuwIAAACY8oSPcCjVtuu+p5OhgSTJMfNm57BZ7dk5NJyHntpSx80BAAAATF3CRziU2QuSlvYk5WTLU0mSUqk0cu7jPWs21W9vAAAAAFOY8BEOpaUl6V5Uud7z3Mdd4eO9wkcAAACA/RI+wmjsd+L13CTJvYbOAAAAAOyX8BFGY79DZ+YmSR5+eku27xyqw6YAAAAApjbhI4zGfsLHIw+bmSO6OjJcTu5fq/oRAAAA4PmEjzAa+2m7Tna3Xt+j9RoAAABgH8JHGI39VD4mhs4AAAAAHIzwEUZjpPLxQOGjykcAAACA5xM+wmhUKx+3rEuGdw+XqbZdP/bc1mzePlCHjQEAAABMXcJHGI3OhUmpNSkPJX3PjLw9b86MLJk3K0ly35OqHwEAAAD2JHyE0WhpTbqOrFzv03o9N0lyj3MfAQAAAPYifITRGhk6s2avt5dXz318QuUjAAAAwJ6EjzBaB5h4fdrRc5OYeA0AAADwfMJHGK2RiddP7vX2aYsPS6mUrN28I89u6a/DxgAAAACmJuEjjNZI+Lh35WNnR1teeHhnEtWPAAAAAHsSPsJoHaDtOklO33Xu4z1rnPsIAAAAUCV8hNE6QNt1kizfNfH6JyofAQAAAEYIH2G0Riof1yXDw3v9UbXy8d41m1Mulyd7ZwAAAABTkvARRqvryCSlZHgg2fbcXn908qLutLWUsn7rzjy5aXt99gcAAAAwxQgfYbRa25POhZXr57Vez2xvzYlHdiWpVD8CAAAAIHyEsTno0Jm5SZJ7nPsIAAAAkET4CGNzkPBxefXcxydUPgIAAAAkwkcYm4NMvK5WPt735OYMDxs6AwAAACB8hLE4SOXjCQs7M7O9JVv6B/PY+q2TvDEAAACAqUf4CGMxUvm4b/jY1tqSU47a1Xrt3EcAAAAA4SOMyUjl475t10ly2tGV8PEe5z4CAAAACB9hTPZsuy7ve67j8iUqHwEAAACqhI8wFl2LKq+DO5LtG/f54+rQmfvX9mZgaHgSNwYAAAAw9QgfYSzaZyazF1Su99N6/YL5c9LV0Zb+weE8/PSWSd4cAAAAwNQifISxOsjE65aWUk5bXGm9/ska5z4CAAAAzU34CGM1MvF6/0Nnqq3X9wgfAQAAgCYnfISxOkjlY5IsX2zoDAAAAEAifISxO0T4WG27fuipLdkxMDRZuwIAAACYcoSPMFaHaLs+eu6szJ8zI4PD5TywrncSNwYAAAAwtQgfYawOUflYKpVyerX1+olNk7QpAAAAgKlH+AhjVa183PxkUi7v9yPVoTP3GjoDAAAANDHhI4xV96LK68DWpH//bdXLl1QqH+9ctTHlAwSUAAAAAI1O+AhjNWNOMnNu5foArddnv2B+2ltLWb1hW1Y+t3Xy9gYAAAAwhQgfYTwOMXSms6MtLz92fpLkOw8+PVm7AgAAAJhShI8wHtWhM5v3Hz4myQUnHZEk+c6Dz0zGjgAAAACmHOEjjMchJl4nyQUnL0xSOfdx87aBydgVAAAAwJQifITxOETbdZIsmTc7JyzszNBwOTc9rPoRAAAAaD7CRxiPUVQ+JrurH7VeAwAAAM1I+AjjcVi18vEQ4eOucx9veuiZDAwN13pXAAAAAFOK8BHGo3t04eMZx/Rk3pwZ6d0xmLtWbZyEjQEAAABMHcJHGI9q23X/5qR/ywE/1tpSynknHp4k+c6DT0/GzgAAAACmDOEjjEdHV9LRXbnuXXfQj15wknMfAQAAgOYkfITxGhk6c+CJ10ny6hMWpK2llJXPbc3KZ/smYWMAAAAAU4PwEcZrlBOvu2a252XHzkuS3PhT1Y8AAABA8xA+wniNMnxMtF4DAAAAzUn4COM1MvH64G3XSXLByUckSX70+IZs3j5Qy10BAAAATBnCRxivMVQ+Lp0/J8cd0ZnB4XJufvjZGm8MAAAAYGoQPsJ4jVQ+Hjp8THZXP9744NO12hEAAADAlCJ8hPEa5bTrquq5j9996NkMDg3XalcAAAAAU4bwEcarGj5u35AMbD/kx19yzNzMnd2ezdsHcteqjTXeHAAAAED9CR9hvGbOTdpnV65H0Xrd1tqS1564q/X6p6ZeAwAAAI1P+AjjVSqNaehMkpx/UiV8/LZzHwEAAIAmIHyEiRhj+PjqEw5PW0spjz67NY8/t7WGGwMAAACoP+EjTMTIxOvRDZ05bFZ7XrpsXpLkO1qvAQAAgAYnfISJGGPlY5JccHKl9fo7Wq8BAACABid8hIkYR/h44ckLkyQ/fGxDencM1GJXAAAAAFOC8BEmYoxt10mybMGcHHv4nAwOl3PLw8/WaGMAAAAA9Sd8hIkYR+Vjsrv68cYHnfsIAAAANC7hI0xEtfJx6zPJ4M5R33bBSZVzH7/70DMZGi7XYmcAAAAAdSd8hImYPT9pnVG53rJu1LedubQnh81qz8ZtA7l79cYabQ4AAACgvoSPMBGl0rhar9taW3LeiYcnSb6j9RoAAABoUMJHmKhxDJ1JkvN3tV5/58Gni94RAAAAwJQgfISJGql8HFv4eN4JR6S1pZRHnunL6vXbarAxAAAAgPoSPsJEjXPi9WGz2/PSZT1Jku/8VPUjAAAA0HiEjzBR42y7TpILTlqYxLmPAAAAQGMSPsJEjbPyMUkuOLly7uMPHlufLTsGitwVAAAAQN0JH2GiJhA+Hnt4Z16wYE4Ghsq59ZHnCt4YAAAAQH0JH2GiuhdXXrc8lQyNvXrxgpGp11qvAQAAgMYifISJmnN40tKWpJz0jX1wzAUnV859/O5Dz2RouFzw5gAAAADqR/gIE9XSknSNv/X6rGU96ZrZlg1bd2bFExsL3hwAAABA/QgfoQgj5z6OfeJ1e2tLzjtR6zUAAADQeISPUIQJDJ1JnPsIAAAANCbhIxRhguHjeScentaWUh56ekue2LCtwI0BAAAA1I/wEYrQfXTldRxt10kyd/aMnLm0J0ly409VPwIAAACNQfgIRZhg5WOyu/X62w+OfWI2AAAAwFQkfIQijFQ+TiB8PHlhkuQHKzekr3+wiF0BAAAA1JXwEYpQrXzcsi4ZHhrXEi88fE6WzZ+dnUPD+d4jzxa4OQAAAID6ED5CEToXJqWWZHgw2Tq+4LBUKuX8kyrVj9829RoAAABoAMJHKEJrW9J5ZOV6nENnkuTCkyvnPn73p89keLhcxM4AAAAA6kb4CEUpYOjMWcvmpaujLeu37syKNZuK2RcAAABAnQgfoSgFhI8z2lry6hMPT5LcqPUaAAAAmOaEj1CUkYnX42+7Tna3Xn/7wacnuiMAAACAuhI+QlEKqHxMkvNOOCItpeSnT23Jmo3bCtgYAAAAQH0IH6EoBYWPPXNm5MylPUkqg2cAAAAApivhIxSloLbrJDn/pIVJkm879xEAAACYxoSPUJQ9Kx/L5QktVT338Y5H12dr/+BEdwYAAABQF8JHKErXosrr0M5k2/oJLXXcEZ05Zt7s7Bwazvd+9lwBmwMAAACYfMJHKErbjGROpWJxoq3XpVIp559UWes7pl4DAAAA05TwEYpU0NCZJLnw5Mq5jzf+9NkMD0+sjRsAAACgHoSPUKQCh86c/YJ56exoy3N9/bn3yc0TXg8AAABgsgkfoUgFVj7OaGvJq09YkCS5Ues1AAAAMA0JH6FI1fBx88QrH5PkgpMqrdfffvCZQtYDAAAAmEzCRyhSgW3XSXLeiYenVEoeWNebtZu2F7ImAAAAwGQRPkKRCmy7TpL5nR15yTE9SZIbf6r6EQAAAJhehI9QpD3Dx3IxE6ovOPmIJMl3nPsIAAAATDPCRyhSNXwc3J5s31jIktVzH297dH227RwsZE0AAACAySB8hCK1z0pmz69cF9R6fcLCzizumZWdg8O57WfrC1kTAAAAYDIIH6FoBZ/7WCqVcsFJWq8BAACA6Uf4CEUreOJ1klxwcqX1+safPpPh4WLOkgQAAACoNeEjFK3gysckedmx8zJnRmue2dKf+9ZuLmxdAAAAgFoSPkLRahA+drS15lXHH54k+faDzxS2LgAAAEAtCR+haDVou06SC06unPt440+d+wgAAABMD8JHKFoNKh+T5LUnHZFSKbnvyd48tXlHoWsDAAAA1ILwEYo2UvlYbPi4oLMjL14yN0ll8AwAAADAVFfX8PGWW27JJZdckqOOOiqlUinXXXfdqO+97bbb0tbWlhe/+MU12x+MS9eiyuvOLcmO3kKXvnDX1OvvPKj1GgAAAJj66ho+bt26NcuXL8/f/u3fjum+TZs25fLLL88FF1xQo53BBHR0JjMPq1wXXP14/kmVcx+/97Pnsn3nUKFrAwAAABStrZ5ffvHFF+fiiy8e832/9Vu/lcsuuyytra1jqpaESdN9dLJjc2XozBEnFbbsSUd25ei5s/Lkpu25/dHncsGuSkgAAACAqaiu4eN4fO5zn8vKlSvzxS9+MX/8x398yM/39/env79/5Pe9vZU22IGBgQwMDNRsn/VU/bka9eebDlo7F6XlmQcyuPGJlAv+ezjvhAW55odP5Pr7n8qrj5tX6NpMTZ5paCyeaWgsnmloLJ5pGJ2xPCPTKnx85JFH8j/+x//Irbfemra20W39qquuysc+9rF93r/++usze/bsorc4pdxwww313kLTWr55MMuSPHLXzXl4bU+ha3f1lpK05pv3PJFz2h5PqVTo8kxhnmloLJ5paCyeaWgsnmk4uG3bto36s9MmfBwaGspll12Wj33sYznhhBNGfd+VV16ZD33oQyO/7+3tzZIlS3LRRRelu7u7Flutu4GBgdxwww153etel/b29npvpym13HJfcuvNOfHIOTnuDW8odO0LBoby+T+9KZt3DmXZGa/MKUc15v/H7OaZhsbimYbG4pmGxuKZhtGpdhaPxrQJH7ds2ZI777wzP/7xj/Pe9743STI8PJxyuZy2trZcf/31Of/88/e5r6OjIx0dHfu8397e3vD/kDTDzzhl9SxJkrT0PZWWgv8O2tvb88rjFuT6B57OTY+sz4uXzi90faYuzzQ0Fs80NBbPNDQWzzQc3Fiej7pOux6L7u7u/OQnP8mKFStGfv3Wb/1WTjzxxKxYsSIve9nL6r1F2K376MrrMw8mw8VPpb5w16CZG3/6TOFrAwAAABSlrpWPfX19+dnPfjby+8ceeywrVqzIvHnzcswxx+TKK6/Mk08+mc9//vNpaWnJqaeeutf9RxxxRGbOnLnP+1B3x7w8mdWT9K5JHviP5NS3FLr8a086Ikly75rNebp3RxZ2zyx0fQAAAIAi1LXy8c4778wZZ5yRM844I0nyoQ99KGeccUY+8pGPJEnWrVuX1atX13OLMD4z5iRn/0bl+rZPJuVyocsf3tWRFy+ZmyT5z3vXFbo2AAAAQFHqGj6ed955KZfL+/y6+uqrkyRXX311brrppgPe/9GPfjQrVqyYlL3CmJ39m0nbrGTdPcnKmwpf/hfPXJwkueYHq1IuONwEAAAAKMK0OfMRpp0585OX/Erl+rZPFr78pWccnTkzWrPy2a2549H1ha8PAAAAMFHCR6ilc96blForlY9rf1zo0p0dbfmFl1QG23zh+6sKXRsAAACgCMJHqKWepbuHzdz2V4Uv//+8fGmS5PoHns7TvTsKXz/bNiSDO4tfFwAAAGgKwkeotXN/p/L6wH8kG1YWuvRJR3bnpct6MjRczr/+8IlC1866e5O/PCX5918pdl0AAACgaQgfodaOPC057nVJeTi5/W8KX75a/fjlH67O4NBwcQvf8JFkYFvyyPWVCkgAAACAMRI+wmR45Qcqrz++Jul7ptClf+7UIzN/zow81bsj336woLUfvTFZ+d3KdXk4eezmYtYFAAAAmorwESbD0nOTo89KhvqT73+60KU72lrzSy9dkiS55gcFDJ4ZHk6+/dHK9YzOyuvPvjPxdQEAAICmI3yEyVAq7a5+/NFnkx29hS5/2dnHpFRKbn3kuTz23NaJLXb/15J19yQzupKf/8vKe49+NymXJ75RAAAAoKkIH2GynPjGZP7xSf/m5K6rC116ybzZee2JRyRJrvn+BKofB3cmN368cv3K30lOviRp7Uh61yTPPVzATgEAAIBmInyEydLSkpz7/sr19/8uGewvdPn/5+XHJEm+ctea7BgYGt8id12dbHw86VyYvPy3k/ZZydJXVP7s0RsL2ScAAADQPISPMJlO/29J16Jky7rk3n8vdOnXnHBEjp47K5u3D+Q/71039gX6tyQ3f2LXYr+fzJhTuT7ugsqrcx8BAACAMRI+wmRq60he/p7K9W1/VRnuUpDWllLevqv68Qvjab2+/VPJtueSeS9MXnL57vdfeH7l9fHvFV6tCQAAADQ24SNMtjN/Nek4LFn/SPLQNwpd+pfOWpL21lLueWJT7nty8+hv7Hsmuf1vKtcXfCRpbd/9Z0e8KOk8Mhncnqy+o9D9AgAAAI1N+AiTbWZ38tJ3Va5v+2ShU6QXdHbk4lMXJUm+OJbqx5v/LBnYmhx9ZvKiN+/9Z6XS7upH5z4CAAAAYyB8hHp42XsqU6TX/ChZdXuhS//KOUuTJNeteDKbtw8c+ob1jyZ3fa5yfeHHKmHj842c+yh8BAAAAEZP+Aj10LUwefFllevbPlno0mct7cmJC7uyY2A4X7t7zaFvuPGPk+HB5LjXJS941f4/c+x5SUrJ0z9Jtjxd5HYBAACABiZ8hHp5xfuSUkvyyPXJ0/cXtmypVMr/s2vwzBe/vyrlg7V1P3l3cv/XkpSSC/+/B/7cnAXJouWV65XfLWyvAAAAQGMTPkK9zH9hcvKb/l/27jpMzvL82/g5s+6bjbuTYAESIDgEgkNxh2JFWmih1Kj9qL11gbaUlqLFpbiWIAGChUCwkIQQd133nXn/uFcSiGyS3Z2V83Mce8wzM888c2+yz+7Md+77usL2lBta9NAn7tGfrNQkPl9Vxptz12x8p3gcJtUHjmPOgD67bv6gDXUf57zYcgOVJEmSJEmdmuGjlEgHXB0uP3oYChe22GFz0lM4cY/+ANzz1iaO+/lLMO9VSEqFCT/a8kEb6j7OfRlisRYaqSRJkiRJ6swMH6VE6rcHDD0Y4nXw5o0teuhz9wmNZ57/ZDkriys3vDMWa5r1uNcl0G3wlg84YG9IzYayVaH2oyRJkiRJ0hYYPkqJ1jD7cdqdULaJJdLbYMe+uew5uBu1sTj3T1204Z0f/xeWfwRpuXDgd5p3wORUGFLfkOZzu15LkiRJkqQtM3yUEm3YBOgzBmor4J2bW/TQDbMf73tnIbV19Uula6vgpV+E7f2vgqzuzT+gdR8lSZIkSdJWMHyUEi0SaZr9+M6/oLqsxQ599K59KMhKZVlRJS/NXBlufPf2UF8yuw/s8/WtO2BD3ceFb7XoOCVJkiRJUudk+Ci1BzueAN2GQMU6eO+uFjtsWnISp+85EIC7314IlcXw6u/DnYdcC6lZW3fAgmGQPwhiNTD/9RYbpyRJkiRJ6pwMH6X2ICkZ9vtW2H7z71BX02KHPmf8ICIReHX2Kgpf/BOUr4HuI2CP87b+YJEIDK+f/WjdR0mSJEmStAWGj1J7sfvZkNUTihbBx4+02GEHFmRy8A496UkhmdP+GW487LoQeG4L6z5KkiRJkqRmMnyU2ouUDBh/ediecgPE4y126HPHD+ZbyY+QGqsk1m8c7Hj8th9s2MEQSYI1n4XakZIkSZIkSZtg+Ci1J3tdDKnZsPIT+OyFFjvshJ7FnJUclkm/NvibYfn0tkrPgwF7hW2XXkuSJEmSpM0wfJTak4xuMO6CsD3l+hY7bNLLvyKZGC/W7cH1n/fa/gM2LL02fJQkSZIkSZth+Ci1N/teAdEUWDAFFk3d/uMtngYzHiNOhD/HzuT9hYV8vKRo+445or7pzNxXoK52u4coSZIkSZI6J8NHqb3J7Qdjzgjb2zv7MR6HSdcBENntLIbtMh6Ae95esH3H7bcHpOdDZREsfX/7jiVJkiRJkjotw0epPdr/W+Fy5tOwava2H2fOizD/NUhKgwk/4tzxgwB47P2lFFfWbPtxo0kw7JCw/bldryVJkiRJ0sYZPkrtUc9RMOpYIA5v3LBtx4jFGmc9svclkD+QvYcWsEPvbCpq6nj0vSXbN0brPkqSJEmSpC0wfJTaqwOuDpcfPABF2xAUfvQQrPgY0nLhwO8AEIlEOHefwQDc9dYC4vH4to+vIXxc/C5UFG77cSRJkiRJUqdl+Ci1VwP3hkH7QawG3vrH1j22tgpe+lXYPuBqyCxovOukPfqTmZrEnJWlvD1v7baPL38g9NgB4nUw79VtP44kSZIkSeq0DB+l9uyAb4fLaXdAxbrmP27qrVC0ELL7wPivb3BXTnoKJ+zeH4C739rOxjPD67teW/dRkiRJkiRthOGj1J6NPBx67QzVpSFQbI7KInj1D2F7wg8hNfNLu5y7T2g889zHy1lZUrnt42tYej3npdBZW5IkSZIkaT2Gj1J7FonA/leF7bf/CTUVW37MlL9CxVroPhJ2P3eju+zcL4+xg/KpjcV5cOqibR/fkP0hKTXMslzz+bYfR5IkSZIkdUqGj1J7t8vJkDcQylbB9Hs3v2/JcnjzxrA98TpISt7krg2NZ+59eyF1sW2ctZiaBYP2Cdt2vZYkSZIkSV9g+Ci1d0kpsO+VYfuNv0GsbtP7vvJbqK2AAXvB6OM2e9hjdu1Lt8wUlhZV8tLMlds+Pus+SpIkSZKkTTB8lDqCsedBRgGsmwczHt/4Pqs/g/f+E7Yn/jws2d6M9JQkTt9zILCdjWca6j7Oew1qq7f9OJIkSZIkqdMxfJQ6gtQs2PvSsD3l+o03d3nxFxCvgx2OCrUYm+Hs8aHxzKufrWLBmrJtG1vvXSCrF9SUwaK3t+0YkiRJkiSpUzJ8lDqKvS+F5AxY9gHMfWXD+xZNhU+fACJw2HXNPuTg7lkcvENP4vFQ+3GbRKMwfELYdum1JEmSJElaj+Gj1FFkdYexXw3bU65vuj0eh0k/C9u7nw29d9qqwzY0nnnw3UVU1mymnuTmNNZ9tOmMJEmSJElqYvgodST7XgGRpDDzcen74bY5k2DB65CUBof8cKsPeejoXvTLS2ddeQ3Pfrxs28bVMPNx2QdQumrbjiFJkiRJkjodw0epI+k2GHY9NWxPuSF0vn6hfpn1+Eshf+BWHzIpGmms/Xj3W9u49Dq7F/TZNWx/cUm4JEmSJEnqsgwfpY5m/6vC5YzHYfLvYOUnkJYHB1yzzYc8fa+BJEcjTFuwjhlLi7ftIA1dr637KEmSJEmS6hk+Sh1N751h5BEQj4XwEeDAb0NmwTYfsldOOkfu0geAu99esG0HWb/u48a6cUuSJEmSpC7H8FHqiPa/umk7px+Mv3y7D3lefeOZx95fQkllzdYfYNA+kJIJpStgxSfbPR5JkiRJktTxGT5KHdHg/WDQvmH70B9DSsZ2H3L80AJG9sqmvLqOR99fsvUHSE6DIQeEbbteS5IkSZIkDB+ljikSgTPugfOfhN3PaaFDRjinsfHMAuLbsnS6cem1dR8lSZIkSZLho9RxZXWHoQeFILKFnDxuABkpScxeUcrU+eu2/gANTWcWvAnV5S02LkmSJEmS1DEZPkpqlJuewol79APgrre2ofFMj5GQNxDqqmDBGy08OkmSJEmS1NEYPkrawDnjQ+OZ5z5exqqSqq17cCQCwyeEbes+SpIkSZLU5Rk+StrALv3z2GNQPjV1cR58d9HWH8C6j5IkSZIkqZ7ho6QvObd+9uO9by+kLraVjWeGHQyRKKyaCUXb0DVbkiRJkiR1GoaPkr7k2DF9yc9MYUlhBa/MWrl1D87oBv3HhW2XXkuSJEmS1KUZPkr6kvSUJE7fcyAAd7wxf+sP0ND12vBRkiRJkqQuzfBR0kadO34wydEIr322mpdmrti6BzfUfZz7MsTqWn5wkiRJkiSpQzB8lLRRg7pncvEBQwH42RMzqKzZihCx/zhIy4OKdbBseusMUJIkSZIktXuGj5I26ZuHjaR3bhoL15Zz86tzm//ApGQYdlDYnuPSa0mSJEmSuirDR0mblJ2WzI+P3QmAG1+ew6K15c1/sHUfJUmSJEnq8gwfJW3W8WP6ss+wAqpqY/zq6RnNf2BD+Lj4Hagsbp3BSZIkSZKkds3wUdJmRSIRfv6VXUiKRnj+kxVMnr2qeQ/sNgQKhkOsFua92qpjlCRJkiRJ7ZPho6QtGtUnhwv2GwLAz574hKraZjafGVHf9dql15IkSZIkdUmGj5Ka5eqJI+mZk8a81WXc+vq85j2ose7ji603MEmSJEmS1G4ZPkpqlpz0FH50zGgA/vbiHJYWVmz5QUMOhGgKrJsPa7eiW7YkSZIkSeoUDB8lNduJu/dnryHdqKip4/89/emWH5CWDQPHh+05zn6UJEmSJKmrMXyU1GwNzWeiEXj6o2VMmbN6yw8a0bD0+uXWHZwkSZIkSWp3DB8lbZWd+uXy1X2HAHDdE59QXRvb/AMa6j7OexXqalp3cJIkSZIkqV0xfJS01b59+A50z0plzspS7nhjC81n+uwGmd2hugQWT22bAUqSJEmSpHbB8FHSVsvLSOEHR4fmMzdM+owVxZWb3jkahWETwrZ1HyVJkiRJ6lIMHyVtk1PHDmCPQfmUVdfx62e20HxmxGHh8vOXWn9gkiRJkiSp3TB8lLRNotEIvzxhFyIReHz6Ut6au2bTOzfMfFz6PpRtZj9JkiRJktSpGD5K2ma79M/jnPGDALju8U+oqdtE85ncvtBrZyAO815ps/FJkiRJkqTEMnyUtF2+e8QoumWmMGtFCf95c8GmdxxR3/V6jkuvJUmSJEnqKgwfJW2X/MxUvn9UaD5z/QuzWVmyieYzw+vDx89fgni8jUYnSZIkSZISyfBR0nY7Y8+B7DYgj5KqWn777MyN7zRoP0hOh5KlsGoT+0iSJEmSpE7F8FHSdotGI/yivvnMI+8t4d35a7+8U0o6DN4/bNv1WpIkSZKkLsHwUVKL2G1gPmfsORCAnz7+CbUbaz4z4rBwOefFNhyZJEmSJElKFMNHSS3m+0eNJi8jhU+XFXPvOwu/vEND3ccFU6BmE7UhJUmSJElSp2H4KKnFFGSl8t0jRwHwx+dnsaa0asMdeo6GnH5QWwkL30jACCVJkiRJUlsyfJTUos7eexA798uluLKW3z33hcYykciGXa8lSZIkSVKnZvgoqUUl1TefAXjw3cW8t3DdhjuMqA8f5xg+SpIkSZLU2Rk+Smpx4wZ349RxAwC47vFPqIvFm+4cNgGIwMpPoGR5YgYoSZIkSZLahOGjpFZx7dGjyUlP5qMlRdw/db3mM5kF0G+PsO3Sa0mSJEmSOjXDR0mtokd2Gt85fAcA/vD8LNaVVTfdad1HSZIkSZK6BMNHSa3m3H0GM7pPDoXlNfz++VlNd4w4LFx+/hLEYokZnCRJkiRJanWGj5JaTXJStLH5zP1TF/Lh4sJwx4C9IDUHytfA8g8SN0BJkiRJktSqDB8ltaq9hxZw0h79icfh/x7/hFgsDkkpMPSgsINLryVJkiRJ6rQMHyW1uh8ePZrstGSmLyrkoWmLwo3DJ4TLOYaPkiRJkiR1VoaPklpdr9x0rp44EoDfPTeLovKaprqPi96GqpIEjk6SJEmSJLUWw0dJbeL8/YawQ+9s1pZV86cXZkHBMOg2BGI1MGdSoocnSZIkSZJageGjpDaRkhTl518JzWfufmsBnywtgl1ODXdOuQHi8QSOTpIkSZIktQbDR0ltZt/h3Tl+t37EGprP7H05pGTC0vfh8xcTPTxJkiRJktTCDB8ltakfHTOazNQkpi1Yx6Ozq2DPi8Idk//g7EdJkiRJkjoZw0dJbapvXgbfOiw0n/nNszMpGXsZJKXBordg/usJHp0kSZIkSWpJho+S2txF+w9lWM8sVpdW8ee3SmDseeGOV/+Q2IFJkiRJkqQWZfgoqc2lJkf5+Vd2BuA/by7g46EXQDQZ5k2GRe8kdnCSJEmSJKnFGD5KSogDR/bkuDF9qYvFueCR5ZSOPi3c8eofEzswSZIkSZLUYgwfJSXMb08Zw879clldWs3X5x9EPBKFz56HZR8kemiSJEmSJKkFGD5KSpjstGRuv2Av+udn8NraPF5LOyjc4exHSZIkSZI6BcNHSQnVKzedOy/ai9z0ZH5ZdEy48dMnYOWniR2YJEmSJEnaboaPkhJuRK8c/v3VPVkQHcSzdXuFG1/7c2IHJUmSJEmStpvho6R2Yfyw7vzx9N34e+2JAMQ+ehjWfJ7YQUmSJEmSpO1i+Cip3fjKbv34ylFH81Ld7kSJsejJXyd6SJIkSZIkaTsYPkpqVy49aBif7/h1APrMe5QPP/4owSOSJEmSJEnbyvBRUrsSiUS46MwzmJExlpRIHTMe/iWfrypN9LAkSZIkSdI2MHyU1O4kRSMMP/lnAJwUf4nv3PYcq0qqEjomSZIkSZK09QwfJbVLaSMOoqb/3qRFajim5BEuvnMq5dW1iR6WJEmSJEnaCoaPktqnSISUQ34AwHnJk1i0eBHfvPd9autiCR6YJEmSJElqLsNHSe3XiMOg7+5kUMWlqc/z4syVXPfEJ8Tj8USPTJIkSZIkNYPho6T2KxKBg74HwNdSXyA3UsY9by/kpsmfJ3hgkiRJkiSpOQwfJbVvo46BXjuRUlvKHTtNB+D3z83i8elLEjsuSZIkSZK0RYaPktq3aBQO/A4AY5feyxX79QLguw99wBufr07kyCRJkiRJ0hYYPkpq/3Y+CQqGQ8U6vlPwBseO6UtNXZzL7prGrOUliR6dJEmSJEnaBMNHSe1fNKlx9mP0zb/xpxN3YO8hBZRU1nLB7e+wvKgywQOUJEmSJEkbY/goqWMYczrkDYKyVaR/dA83f3Ucw3tmsayokgtuf4eSyppEj1CSJEmSJH2B4aOkjiEpBQ64OmxPuYH81Dh3XLg3PbLTmLm8hG/c8x41dbGEDlGSJEmSJG3I8FFSx7H7OZDTF4qXwAf3MbAgk9sv2IvM1CRe+2w11/73I+LxeKJHKUmSJEmS6hk+Suo4UtJhv2+F7df+DHW17DogjxvPHktSNMJ/31vMXyZ9ltgxSpIkSZKkRoaPkjqWcedDZg8oXAAfPwzAhNG9+NWJuwDw1xc/44GpCxM5QkmSJEmSVM/wUVLHkpoF+14Rtl/7E8TqADhr70FcOWEEAD969GNembUyUSOUJEmSJEn1DB8ldTx7fQ3S82D1bPj0icabv3PEDpy8R3/qYnGuuOc9Pl5SlMBBSpIkSZIkw0dJHU96Loz/eth+9Y9Q32QmEonw21PGsP+I7pRV13HhHVNZvK48gQOVJEmSJKlrM3yU1DGNvwxSs2HFxzD7ucabU5Oj3HTuOEb3yWFVSRUX3D6VovKaBA5UkiRJkqSuy/BRUseUWRCWXwO8+ofG2Y8Auekp3H7hXvTJTWfOylIuuOMd1pZVJ2igkiRJkiR1XYaPkjqufa+E5AxYMg3mvrzBXX3zMrjjor3ITU/m/YWFnHLTGyxc4xJsSZIkSZLakuGjpI4ruyeMuyBsv/rHL909uk8u//36fvTPz2De6jJO+scUpi8qbNMhSpIkSZLUlRk+SurY9vsmJKXCgikwf8qX7h7ZO4dHv7EfO/fLZU1ZNWfe/CaTZqxIwEAlSZIkSep6DB8ldWx5/WH3c8L2a1+e/QjQKzedBy7bl4N36EllTYxL73qXu95a0IaDlCRJkiSpazJ8lNTxHXA1RJLg85dg8bSN7pKdlswt5+/JGXsOJBaHnz72Mb97biaxWHyj+0uSJEmSpO1n+Cip4+s2BMacEbZf/cMmd0tJivLbU3blmsN3AOCmVz7n2w9Op6q2rg0GKUmSJElS12P4KKlzOPAaIAKzn4VlH25yt0gkwrcOG8kfT9uN5GiEx6cv5fzb3qGooqbtxipJkiRJUhdh+Cipc+gxEnY5OWy/9qct7n7quAHcfuFeZKcl89bctZx60xssKaxo5UFKkiRJktS1GD5K6jwO/E64nPE4rJq15d1H9uTBy/ald24an60s5aQbp/DJ0qJWHqQkSZIkSV2H4aOkzqP3zjD6OCAOr/25WQ/ZqV8uj35jf0b1zmFlSRWn//NNJs9e1brjlCRJkiSpizB8lNS5NMx+/OghWDu3WQ/pl5/Bg5fvy77DulNWXcdFd0zlwXcXteIgJUmSJEnqGgwfJXUu/cfCiIkQr4PXr2/2w/IyUrjzor05cfd+1MXifP/hD/nLC7OJx+OtN1ZJkiRJkjo5w0dJnc9B3wuX0++FosXNflhqcpS/nLE7V0wYDsANL37G9x/+kJq6WGuMUpIkSZKkTs/wUVLnM2gfGHIgxGpgyl+36qGRSITvHTmaX5+0K9EIPDRtMRfdMZWSyppWGqwkSZIkSZ2X4aOkzumg74bL9+6EkhVb/fCzxw/ilvP3JCMlidc+W83p/3qLFcWVLTxISZIkSZI6N8NHSZ3T0INhwF5QWwlTrt+mQxw6ujcPXLYPPbJT+XRZMSfdOIXZK0padpySJEmSJHViho+SOqdIpKn241v/2Orl1w3GDMjn0W/sz7CeWSwtquSUm97gzc/XtOBAJUmSJEnqvAwfJXVeI4+A/a8O2y/8FF76f7AN3asHFmTy38v3Y8/B3SiprOX8297h8elLWnaskiRJkiR1QoaPkjqvSAQO/zkc9n/h+qu/h+d+CLGt717dLSuVu782nmN27UN1XYyr7p/OP16ZQ3wbwkxJkiRJkroKw0dJnd+B34Gj/xC2374JnvwmxOq2+jDpKUn8/ayxXHzAUAB+/9wsfvr4x9TWbX2YKUmSOolVM8ms2vrmdpIkdRWGj5K6hvGXwok3QSQK798ND18EtdVbfZhoNMJPj9uJ/ztuJyIRuPuthVx+9zSKKmpaYdCSJKldK1lO8m2Hc9DsX4Qmd5Ik6UsMHyV1HbufDafdAdEUmPEY3H821FRs06EuOmAoN50zlrTkKJM+XckRf5nMi58660GSpC5l5tNEaitIqy0hMv+1RI9GkqR2yfBRUtey0wlw9v2QnAFzXoC7T4XK4m061FG79OX+S/dhWI8sVhRXcfGd73L1/e+ztmzrZ1RKkqQOaOZTjZvRWU8ncCCSJLVfho+Sup4RE+G8RyAtFxa8Dv85AcrXbtOh9hjUjWeuOpDLDh5GNAKPTV/K4X+ezFMfLt3+ZjTxOHzyGMn/3JfdF966TZ26JUlSK6kohHmvNl6NfPb8NtWUliSpszN8lNQ1Dd4Pzn8CMgpg6Xtwx7FQsnybDpWeksQPj96RR7+xP6N657CmrJor732fy++exsribaz/VLQY7jsLHjqfyJrPGLxmMtF3/71tx5IkSS1vziSI1RIvGEZ1UiaRslWweGqiRyVJUrtj+Cip6+q3B1z4LGT3gZUz4LajYN2CbT7cbgPzefKbB3DVYSNJjkZ4/pMVTPzzZB6etrj5syBjdfDWTfD3vWH2sxBNITbicACiL/4Mln2wzeOTJEktqH7JdWz0V1iRu/sGt0mSpCaGj5K6tl6j4aLnIH8QrJsHtx8Nqz/b5sOlJkf59uE78OQ3D2DX/nkUV9by3Yc+4ILbp7KkcAvNbZZ9ALccBs9dCzVlMHAfuPx16k6/l2V5exCpqw5duqtKt3l8kiSpBdRUwmcvABDf4RiW5Y8Lt3/6lGVSJEn6AsNHSSoYChc9Dz12gOIlYQbksg+365A79s3l0W/sxw+OGk1qcpTJs1dxxJ8nc/dbC4jFvvCmpLoM/vdTuHkCLH0f0vLguL+EWZm9RkMkwvuDvkY8py+smQPPfn+7xpYQaz6HinWJHoUkSS1j3qtQXQo5fYn3252VObsST0oLH2Sumpno0UmS1K4YPkoSQG6/EPb1GQPlq+GO42DRO9t1yOSkKF8/ZDjPXnUg4wZ3o6y6jp889jFn/fst5q8uCzt9Ngn+sQ+88VeI18FOJ8KV78CeF0G06Vd0TXIOdSf8EyJRmH4PfPjQdo2tTX3yGPxtXPhaZC0sSVIn0LC8etQxEIlSl5ROfOjB4bZPXXotSdL6DB8lqUFWDzj/ybDcuaoI/nMizH1luw87vGc2D162L9cdvxMZKUm8PW8t59zwBHNuOgPuOQUKF0LuADjrATj9Tsjps9HjxAfvDwd9L1x56tuwdu52j63VLZ4Gj14GxKF8Ddx5HHz6ZKJHJUnStovVwaxnwvboY5tuHnVM2LDuoyRJGzB8lKT1ZeTDeY/AsAmh7uI9p8HMZ7b7sEnRCBfuP5TnrzqQH/WZytPR7zBixXPUEWXdmEvgirdh1FFbPtBB34dB+0F1Saj/WFu93WNrNYWL4L4zobYSRh4Rvmor4YHz4O1/JXp0kiRtm8XvQtmqUCZlyIGNN8dHHhlWKCybDkWLEzc+SZLaGcNHSfqi1Cw4+wEYfRzUVcMD57bMMufVnzHoydO5tPAv5EfKmBEfyglVv2D8tMO48Y3l1NTFtnyMpGQ45d+Qnh/qQ770i+0fV2uoKoF7z4CyldB7Fzj1NjjzPhh3ARAPdSuf/zHEmvE9S5LUnsysn8G/wxGQnNp0e1bPsHoCWuSDS0mSOgvDR0namOQ0OO1OGHNmqMX4yCXw7u3bdqzaKnjld3DTfrDgdUjJhCN+RberX6PXqH2orovxh+dnccLfp/DxkqItHy9vAJxwY9h+42+hbmR7UlcbZmWu/ASyesFZ90NaTghOj7seDvu/sN+bf4eHLwgdQyVJ6gji8aaajustuW7UcJtLryVJamT4KEmbkpQMJ94Ee30NiMNTV8OUv27dMRa8Af88AF75dZhFOeJw+MZbsN836dsth1vP35Prz9id/MwUZiwr5oQbp/DH52dRVVu3+ePueFz9uIDHLoeSFdvyHbaO//0YPvsfJGfA2fdD/sCm+yIROPA7cPK/IZoCMx6H/5wA5WsTN15Jkppr1czQ0TopFUZM/PL9o+vrPs5/3b9tkiTVM3yUpM2JRuGYP8IB3w7XX/gpvPT/wsyHzalYB09eBbcfDatnh6VYp94G5zwE3QY37haJRDhxj/688O2DOWbXPtTF4vz95Tkc+9fXeW/hus0/xxG/gl47h7pTj17aPpYwv/NvePufYfukf0L/cRvfb8zpobZmWh4segtuPRzWzmu7cUqStC0aZjQOOyTM6v+igmHhb3O8LnwQJ0mSDB8laYsiEZj4s6blwq/+Hp774cbDvngcPv4v/H1vmHZHuG3s+XDlVNjllHCsjeiZk8Y/zhnHTeeMpUd2GnNWlnLKTW/wq6dmUFG9iVmQKRlw2u1hhuHcV+CNG7b3O90+cybBsz8I24f9H+x84ub3H3oQXPx86PS9Zg7cMjF0x5Ykqb2a+XS4HH3cpvdx6bUkSRswfJSk5jrwO2EWJMDbN8GT34TYesFg4UK49/RQ77BsJXQfCRc8A1/5K2R0a9ZTHL1rXyZdcxAnj+1PPA63vD6P4258g08LI8Q3Ntuy5yg4+ndh+6VfhQ6cibBiBjx0YZjpsdvZcMA1zXtcrx3ha5Ogz65QvhruONYi/ZKk9qlocWj2RgRGHb3p/RrCxzkvQk1FmwxNkqT2zPBRkrbG3peEOpCRKLx/dwgaayrgjb/DjePDEqukVDjkh/D1KTBk/61+ivzMVP58+u7cfsFe9M1LZ+HaCv75aRJn/PsdJs9e9eUQcuxXYeeTIFYLD18Ilc1oWtOSSleGztZVxTD4ADj+hk3O8Nyo3L5w4bMw/DCorYAHzgnLtyVJak8aPhwbOB6ye216v767Qd5AqCkPKxMkSeriDB8laWvtfjacdkd9w5TH4I+jQpOVmnIYtB9cPgUOuTZ0zN4OE0b34n/fPogL9h1ESiTO+4uKOP+2dzjpH2/w8qyVTSFkJBICv/xBYfblk1dvuSZlS6mpgPvPhqKFUDAczrgLklO3/jhpOXD2A7DHeRCPwTPfhRf+r33UsZQkCZqWUW+sy/X6IhGXXkuStB7DR0naFjudEDo5J2dAVRGk58Hxf4ULnoaeO7TY0+Skp/DjY0bz07F1XLjfYNJTokxfVMiFt0/lxH+8wUszV4QQMj0PTrkNIknwySPw/l0tNoZNisfh8Stg8VRIz4ezH4TMgm0/XlIKfOVvMOEn4fqUG+C/F0NNZYsMV5KkbVaxLnSwhi2Hj+vvM+tZqKttvXFJktQBGD5K0rYaMREuehYm/BiumArjzg/dsVtBXir86OhRvPr9CVxy4FDSU6J8sKiQi+54lxNunMKkGSuID9gTDq0P7p75Pqya1SpjafTKb0JznWhymPHYY8T2HzMSgYO/Byf+Mxz3k0fg7pOhfO32H1uSpG01+3+hrnGvnaD78C3vP2i/8MFc+RpY9HarD0+SpPbM8FGStke/PeDg70NO7zZ5ul456fz42J14/QeHctlBw8hISeLDxUV87T/vcvzfX+d/3c4kPuyQUDvx4Ytab9bgBw/A5PpGN8ffEDpXt6Tdz4Jz/wtpubBgCtx2JKxb0LLPIUlSc818Mlw2Z9YjQFJyU1Oahg7ZkiR1UYaPktQB9chO44fH7MjrP5jA5QcPJzM1iY+XFHPp3e9z7pqLqEorgBUfw/9+0vJPvuBNeOLKsL3/1bDHuS3/HADDDoGLnoOcfrB6Ntwysb7LqCRJbaimInSuhuaHj+vvO/OptqvFLElSO2T4KEkdWPfsNK49ejSv/+BQvnHIcLJSk5iyIplLSy4JO0z9N7EZT7bcE66dF7pR11XDjsfDYde13LE3pvfO8LVJ0HsXKFsJtx8Ds59v3eeUJGl9c18JTeVyB0Df3Zv/uOGHhdrQhQtgxSetNTpJkto9w0dJ6gQKslL5/lEhhLxywgimpYzj5tow46LsocuZ9NY0YrHtnHVRUQj3nh7qV/XdHU66udVqXG4grz9c+CwMmxDe/N13Jrx7e+s/ryRJsGGX60ik+Y9LzYThh254DEmSuiDDR0nqRLplpfLdI0fx+g8mUH7Aj/g4PpyceCk5z3yDo//yMk98sJS6bQkh62rgwa+G5c+5/eGs+8ObqraSngvnPAS7nwPxGDx1NUz6OcRibTcGSVLXE6sLHath65ZcN1h/6bUkSV2U4aMkdUL5malcfdQuDL70PqqjmYyPzuTodXfxrfve58jrX+Xx6UuaH0LG4/DMd2HeZEjJgrMfgNy+rfsNbExSCpxwIxx8bbj++p/h0UuhtqrtxyJJ6hoWvhVm/Kfnw+D9tv7xOxwFkSgs/8jGaZKkLsvwUZI6sZz+o0g98QYAvpX8GBPSZzNnZSlX3T+dw/8ymUffX0xt3RZmD755I0y7A4jAqbdCn11bfdybFInAhB+GEDKaDB89BHefEpaES5LU0ho6Ve9wVPgQbGtldYdB9aHlrGdablySJHUgho+S1NmNOR12O5soMW7N+Rc/PqQXeRkpzF1Vxrcf+IDD//Iq/522mOrajYSQM59p6ph95K9h1NFtO/ZN2eNcOPtBSM2G+a/BbUdC4aJEj0qS1JnE403LpXc8btuP07j0+untH5MkSR2Q4aMkdQXH/AG6jyBasoxL1v2Z179/CN87chTdMlOYt7qM7zz0AQf87iX++uJnrCqpX8a87AP478VAHPa8CPb5ekK/hS8ZcVhoRJPTF1bNhFsmwqrZiR6VJKmzWPFJ6FSdnN7UOGZbNISPC6ZA+dqWGZskSR2I4aMkdQVp2XDqbZCUCrOeIefDO7hiwghe+8Gh/OCo0fTMSWNlSRV/fmE2+//2JX5+9wtU33V66C49bAIc/fut6/DZVvqOga9Ngl47QenysAS7ZEWiRyVJ6gwaZj0OPxRSs7b9ON0Gh5Il8VhT8xpJkroQw0dJ6ir67gaH/yJs/+8nsPwjstOS+fohw5nyg0O54czd2WNQPkl15Zw8+7ukli9nUdJAnh79G6rjSYkd++bkDYDzn4SCYVC0EO49DapKEz0qSVJH1xA+bkuX6y8aXb9s26XXkqQuyPBRkrqS8ZeHovl1VfDQhVBdBkBqcpQTdu/Po5fvy5ujHmDX6HzWxHM5q/w7XPHI3C8vyW5vsnrAOQ9DZvewXPzhC6GuNtGj6no+fRLuPhXmvZbokUjS9lm3IHSojkTD383t1RBgfv4SVJdv//EkSepADB8lqSuJROCEf4Q6iWs+g2d/sOH9L/6M/AXPQ1IakbPu5bTDDvjSkuxrHpjOh4sLEzL8zeo+PDShSc6Az/4HT18TmgWobSyeBg9fBHNegDuPhxeug9rqRI9KkrZNQ2fqQfuFD7i2V+9dIH8Q1FaEAFKSpC7E8FGSupqs7nDyzUAE3r8LPv5vuH3anTDlhrB9wo0UjD6QqyaO3GBJdnVdjEfeX8JX/j6Fk/8xhcenL9l4l+xEGbBnqG0ZicJ7d8Jrf0z0iLqG0pXwwLlQVx3eXBOHKdfDrTYBktRBNSyPbokl1xA+/HPptSSAwoWhBNKyDxM9EqnNGD5KUlc09CA46Lth+8mr4b27wkxBgIOvhTGnNe7auCT7G/vz2BX7c9Ie/UlJivDewkKuun96+1uSPfqY0CAH4KVfwfT7Ejuezq6uBh66AEqWQveRcPkUOONuyCgIS+D/dRC8e5uzUCV1HGVrQmdqCH9TWkpD+Dj7WUuDSF1VXS08+FV4429wy0R47z+JHpHUJgwfJamrOvhaGLgPVBXDE1dCrBZ2ORUOuXaTD9l9YD5/OWN3plx7KFdPHNl+l2TvfQnsf1XYfuJK+PzlxI6nM/vfT8Ob9NQcOPNeSM+FHY+Hr78ROqXXVsBT34b7z4ay1YkerSRt2eznQmfq3rtCtyEtd9yB40Nt4op1sPCNljuupI7j7Ztg6fthu64KnvgmPH4F1FQkdlxSKzN8lKSuKikZTvk3pOeF6wPHwwk3hqVhW9ArJ52rJ+7QuCR794HtcEn2YT+DXU4JoeoD58HyjxM3ls7qgwfCi2iAk/4JPXdoui+3L5z7CBz5a0hKDfXTbtoPPpuUmLFKUnO19JLrBknJsMPRGz6HpK5j7Vx46f+F7eNvgEN/GkoFvX833Ho4rJ2X2PFJrcjwUZK6svxBcO6jsP/VcOZ9kJK+VQ9vWJL92BXtcEl2NAon3gSDD4DqErjnNCha3Pbj6KyWfQBPfitsH/Q92PG4L+8TjcK+V8AlL0HPHaF0BdxzSmh0VFPZtuOVpOaoLm9qCLOx32vbqyHQnPm05SikriQehyevCitChhwIY88PJZDOexQye8Dyj+BfB8PMZxI9UqlVGD5KUlc3YBwc/vPQiGY7fHFJdo/sDZdkf/O+93l55kpq69pwNmRyGpx5N/QcHWoS3nMaVBS23fN3VmVr4P5zobYSRh4Bh/xw8/v32RUufRn2vixcf/uf8O8JsOKT1h+rJG2Nz18K4UD+oNChuqUNnwApmVC0CJbbbELqMt6/G+a9CskZ8JW/Nq00GnYIXP4aDNgbqorg/rNg0s+sC6tOx/BRktSiGpZkv3HtoVx/RtOS7Cc/WMqFd0xln9+8yM+f/ISPFhcRb4tZHxnd4JyHIbsPrJwRujLXVrf+826N2uqwDOffh8KCNxM9ms2rq4WHL4SihdBtaOicHk3a8uNSMuCY34f/i6xe4f/i5gnw1k0Qa0cd0yV1bTOfCpejj2tWGZKtlpIBww+tfy6XXktdQsly+N+Pw/aEH0HBsA3vz+0HFzwN478err/+F7jrRChd2abDlFqT4aMkqVWkJkc5cY+wJPuJK/fngv2GUJCVyurSam6fMp/j//46h//lVW58eQ6L15W37mDyB8I5D0FqNsx/LTShaS/L3VbMgFsOhVd/D0umwV0nwWcvJHpUm/biz2HeZEjJCg1mMrpt3eNHHh6a0exwVCi0/ty1YSl2yfLWGa8kNVddLcx6Nmy3dL3H9e14fLj89KnWew5J7ccz34PKIui7O+zzjY3vk5wKR/8WTr296fXqvw6ChW+16VCl1mL4KElqdWMG5POzr+zM2z86jFvP35Njx/QlNTnKnJWl/OH5WRzwu5c5419v8sDUhRRX1rTOIPqOgdPvhEgSfPgAvPTL1nme5orF4I2/wc0Hhzo/GQUweP+w3O++M+Hj/yZ2fBvz8SPwxl/D9gl/h947bdtxsnvCWffDsX8Ky48+fwn+sa+zgCQl1sI3oLIwdKQeuE/rPc/II8LfopWfhAYUkjqvGU/Ap09ANDm8dkpK3vz+u5wcamX3GAUly+COY+HNG9vPh+bSNjJ8lCS1mZSkKIft2Jsbzx7Luz+ZyO9O2ZV9hhUA8Pa8tfzgvx+x568mccU97zFpxgpqWro+5IiJoc4OwGt/gndva9njN9e6BXDn8fC/n0BddXgj+o234KuPw66nhQ7dD18M0+5IzPg2ZsUn8PgVYXv/q8KL4+0RicBeX4PLJkOfMVCxFu4/OxRjry7b/vFK0tZq+ABkh6O3HBBsj8wCGLJ//XPaXELqtCrWwTPfDdv7XxVqYDdHz1EhgNzl1PCa8PkfwUPnQ2Vx641VamWGj5KkhMhNT+GMvQZx/6X7MuXaQ/nekaMY0Sub6toYT3+0jK/9513G//pFrnv8Y6YvKmy5+pB7nNvUIOXp78Cs51rmuM0Rj8P798BN+8OC18PS5eNvgLMfhJzekJQCJ90Me14E1HdFfP36thvfplSsg/vPgZpyGDYBDruu5Y7dcxR87cXwopxICFz/dRAsfb/lnkOStiQebwofW3PJdYPR9Z20nfEtdV7/+ymUroDuI+Gg72/dY9Oy4ZRb4Og/QDQFZjweaoOv/LR1xiq1MsNHSVLC9c/P4IoJI3jh2wfx5JUHcOH+Q+iRncrasmrufHMBJ944hcP+NJm/vfgZi9a2QH3Ig38QQsh4LDRPWTJt+4+5JaWrQrObx78B1SUwcDx8/XUYd8GGTQ2iUTj2z3DANeH6pOtC18NELbeJ1cF/L4F180L311Nva16Dma2RnAqH/yLM/MzpB2vmwC0T4bU/h+eXpNa27IPQgTolM3Skbm2jjgmXi94Kfx8kdS5zJ8P7d4Xtr/wVUtK3/hiRCIy/FC58FnL7w5rPQgD54YMtO1apDRg+SpLajUgkwq4D8rju+J1564eHcfsFe/GV3fqRnhJl7uoy/vTCbA78/cuc9s83uPfthRSVb2N9yEgEjrsehh8WZvPdewasndei38sGZj4DN+0buqhGU8LMwQuf/XK3w/XHN/E6mPjzcP31v8DT1ySmK/Qrv4E5L4TajGfcE5YLtpZhB8PXp8BOJ4RlRi/+HO78ChQuar3nlCRomoE4/NDQkbq15Q+EvruFD8Fmt+EMfG272mqY82JoTCRtTnU5PPmtsL3nxTB4v+073sC94LJXYdgh4XXrI5eE1Tu1Vds9VKmtGD5Kktql5KQoE0b34q9n7cHUH0/kD6eOYb/h3YlEYOr8dfzo0Y/Y6/9N4ut3T+N/nyynunYrg7mklNCAps+uULYK7jkVyte27DdRWRzqJN5/VniOXjuFGj4HXtO82YMHXB1CUiKhPuUjl0BdKzXk2ZhPn4JX/xC2v/LX0LSntWUWwGl3wgn/CN0eF7welqm3ZgOeWB2UrYFVs0NXycXvJibolZQ4DeFjQyfqtjC6/rlm2vW6Q3jyKrj7ZHjhp4keidq7V34N6+aH2YoTf9Yyx8zqAec+0rR8e+otcPvRfkCrDqMVKylLktQyctJTOG3PgZy250CWFVXw+PSlPPreEmatKOHZj5fz7MfLyc9M4ehd+nD8mH6MH9adpGhkywdOy4GzH4JbDw9Lfe87Myz9bYlZLwvegEcvg8KFQAT2uxIm/GTrl93seSGk58Ijl8LHD0NVSQhNW3tmzqpZ8OjlYXufb8CY01v3+dYXicAe58DgfcOS7yXvwsMXwWcvwNG/D/8em1JXG2pUVqyF8jUhUC5fE74q1tZfX7ve9TVQUQh8YVn7qGPhpJsgPa81v1NJ7cHauaHzdCQpNABrK6OPhZd/BZ+/DFWlocab2qf5U+CDe8P22/+CsV+FXjsmdkxqn5a8F7pTQyijs7nXLFsrmgSH/hgG7BU+kF4yLdTJPuUWGHFYyz3PpsRi4ffl0vfD17p5cOB3YMCerf/c6vAMHyVJHUrfvAwuP3g4lx00jBnLinn0vSU8/sFSVpVUcd87i7jvnUX0yE7j2F37cPxu/Rg7qBvRzQWRuX3hnIfhtiNg0dsh5Dvtjm2va1hbBS/9Ct74GxCHvEFw0j+bOptui11OgbRceOA8+Ox5uPsUOOv+ln1Bu77K4tBgproEBh8Q6jEmQsEwuOi5MPvy1T/AB/eFUHeP86Cy8MshYvkaqCza9udLywszL4uXwKynQ12lM+6BXqNb7FuS1A41dJwesn/rlpb4ol47Qreh4Q385y+GkhNqf+pqmjoWJ2dAbQU890M479ENazZLdTXwxDdDOYVdToFRR7XO8+xwRFiG/eBXYdn08LrwkB/CQd8LtcNbQjwePkBf+l5T2Lj0A6j6wuusBW/A1yZBj5Et87zqtAwfJUkdUiQSYed+eezcL49rjx7NW3PX8uQHS3nuk+WsLq3izjcXcOebC+ibl85xY/py/G792LV/HpGNvVHoNRrOvBfuOgk+fQL+9xM46jdbP6jlH8Ejl4UZNAC7nxuO0xIh4cjD4bxHQn3KBVPgzuPC8pusHtt/7PXFYmHG45rPwnKh0+4IS9QTJSkFJvwo1GF75BIoXBBmCm1Jen4IETK7h6+MgvrrBetd777e9W5N3+eSaSHoXTMHbjkMTvyHoYDUmTUse27oQN1WIpEw+/HNv4dl3/6eaZ/e/hesnBH+bpz7X7jtSJj7Msx6pm06o6vjmHIDrPg4/Kwc9bvWfa5ug+Gi5+G5a2Ha7WGp9+J34OR/b9uHKMVLm0LGJfWBY8VGyhElp4eSRf32gEXvNIWfX3sRsntu97elzsvwUZLU4SUnRTlgZA8OGNmDX564C6/PWcVTHyzjfzNWsKyokn+/No9/vzaPQQWZHL9bX44b04/RfXI2DCKHHAAn3gT/vRje+gfkDYR9v9G8AcTqwgvOl38NsRrI7BFqJLb0m5LB+8H5T4YXecs+CLV+znsM8vq33HO89scw6y8pDc64q/28kBy0D1z+evh3Llmx+SAxPR+StuMlTv9xcOnk0Al9/mthZsH+V8Nh/9fynb4lJVbpqlDrFZo6ULel0ceF8HH2c2HWVCI/7NGXFS8Ljdcg1O7rPxb2vRJe/zM8/yMYMRGS0xI6RLUTqz+Dyb8P20f9tm1eP6Wkw/HXw8C94alvw5xJYRn26XeG1zKbUrpqvdmM9V+ly7+8XzQFeu8cgsZ+e4Sf/56jm35Pla4KH9IWLgili85/ElIzW+VbVcdn+ChJ6lRSk6McOro3h47uTWVNHa/MWsWTHy7lxU9XsHBtOTe+/Dk3vvw5I3plc/yYfhy3W1+G96yvs7XrqVC0GCZdF95U5PaDnU/c/BOunRdmCi5qePN6LBx/Q+u96Oy3e1iK/J8TYfVsuO0o+Opj0H349h979vMhQAU47s+bf+GaCOl5IQBsC9k9Q7A76boQDEy5PgS+p97WtssyJbWu2c8Ccei7e+hA3dYG7h0+sCpfDfNfh+ET2n4M2rT//RiqS0ONvT3OC7cd+B2Yfm9oKPLmjaGJnLq2WCwst66rghGHt22dbIDdz4Y+Y+DB80JNxtuOCgHonheFMjVLp9eHjO+F7aKNNKmJRKHnjtB/j6awsdfOm69Vnt0zzAa+ZWKoz/3IJXD6f/ygVhtl+ChJ6rTSU5I4apc+HLVLH8qqanlx5kqe/GApk2etYs7KUv4yaTZ/mTSbnfrmcvxu/ThuTF8G7n9VCCCn/jvUf8zuHRqffFE8Du/dCc/9CGrKIDUHjv4t7H5O69eA6jEyBJB3nRiWBt92VFiS3WfXbT/mms9DcxfisOfFsMe5LTXajispGY78f+EF+BPfDMvs/nUwnHk39N0t0aOT1BIauly39ZLrBtEkGH0MvPefMBbDx/Zj7ivw8X9DKHPMH5tq6aVlw+E/D03lXv0j7HZWqB+trmvabbDwTUjJCh/eJqIWaJ9d4NJX4LFvhFIST18T6mWXLNvIzpHwWrLfHtBvbLjss+u2zVrsMRLOug/+c0J43m0tXaROr4WqkUqS1L5lpSXzld368e+v7snUn0zkj6ftxsE79CQpGmHGsmJ+99xMDvz9y5z4jze4NecyKocfFT7Bvv+ssJRmfSUrwvKSJ68KwePg/eHrU0Jg11YvOPMHwoXPhReLZSvhjmNh4dvbdqyq0tBgpqoIBo4Pn5arya6nwsUvQLchULQQbj0CPrg/0aOStL2qSkKnaUhs7b6G4HPm0+GDLSVebTU8872wvefFYdXB+nY9PcyGrCmDF3/e5sNTO1K0GF64LmxPvA7yByVuLOl5cMbdcPgvIZLUFDx2GwI7nxxuP/8puHYhXDkVTr4Z9rkcBo3fvuXSg/cLpYsglC5665/b/a2o8zF8lCR1OXkZKZw6bgB3XrQ3U388kV+ftCv7DutOJALTFxXyy2dms8eMM5idMhoq1lF318lQujI8eMYT8I99Qn2upNT6F3JPhsLfbS27Z3gROXCf0OX5rhNhzotbd4x4HB7/Bqz6FLL7hOUyyamtMtwOrWFGwYjDobYyzHh55nuhRpukjmnOi+FDpm5DQ+fpRBl6cJgxVVLf8EGJ99aNobRJZg849Cdfvj8abWoo8sF9sPjdth2f2od4HJ66pn5p/t6w19cSPaLwIfj+3wrh4lcfh+/Pg6s+gNNuD7cPPbBlGiF+0a6nwmH1Iexz18KnT7X8c6hDM3yUJHVpBVmpnD1+EPddug9v//Awfnb8Tuw5uBsV8TTOLLma+bHeJBUtZO4Nx/D5zeeGejoVa6H3riGM2v9bia1tk5EfllwPPwxqykM37E8ea/7jp9wAMx4PRcVP/w/k9GmtkXZ8Gd3g7Afh4B+E6+/cDHceH2bCSup4GpZc73hcYpZJNkhJh5ETNxxTZ7NyJrzz7/BBWXtXuKipccgRvwx/ZzdmwLhQagXg2e+Hun/qWj7+L3z2fPgw+it/a1+1DrsPh2GHtG2d6gO+DeMuAOLw36/B4mlt99xq9wwfJUmq1ys3nQv2H8rDX9+PKdceyuXH7M1vuv+SNfEchtV8xvClT1IXj3BP6qn8qt/fmFzUi8qaukQPG1Kz4Kz7YacTQ7fthy+E9+7a8uM+f6lpudjRvwvLbrR50ShM+BGceR+k5YYaT/86CBa9k+iRdS4VhfDZJKguT/RItl083rHH39nV1YQmW5C4eo/rW3/pdWcRj4e/M3efAv8YD898Fx44F+pqEz2yzXv+R+HDvEH7hnqOm3PY/0FqNiyZBh8+0DbjU/tQtiaEzgAHfhd6jU7seNqDSASO+VP9KpEKuPf00JhRwvBRkqSN6p+fwaUHDedfV51B9Wn3UpWUzfKkvpxVex0/Lj6ZW95cyvm3vcNuP/8f59/2Dre9Po/PV5UST1S9ruTU0Il5j/MgHoMnroQ3/r7p/dfNh4cvCvvucV7oiKjmG30MXPIS9BwNpcvh9mNg6q3Wa9tesVgIzv82Du45Bf68Yyhev25+okfWfFWl8O5t8M8D4Df9YeotiR6RNmb+66HObVbPULsv0UYeAdHkUAJjzeeJHs32qa2C9++Gm/aDu06COZOACCSlwbxXYdJ1iR7hps2ZBJ8+EerlHfPHLc+IzekDB9XXhpx0Xagjqq7h+R9C+RrotVOY8acgKTks8e6zK5SvhntOg/K1iR6V2gG7XUuStAV9dzkIdphNn+QM/l1VxxtzVjN59ipembWK5cWVTJ69ismzV8FTMKBbBgfv0JNDRvVi3+HdyU5rwz+10aSw7CcjH974G/zvx1BZCBN+vOEbqOpyuP9cqFgXuhw25w2WvqzHSPjaJHj8irB0/elrYMl7cOyfwjJKbZ2l78PT34Ul9bXTktPDz+8bfwtB+g5HwfhLYdiE9vnzumpWCBqn3wfV6wUQz3wPcvomtqGJvmxmfT2yUUe3j6WSGfkw5ECY+3IY2/5XJXpEW69sDbx7a1heXVZfJzklC8aeB+Mvg+Ufh9Ilb/4d+u4OY05L6HC/pKayqcnM+MtCrd/m2Ofr8N6dsHYuvPYnmPizVhui2onPJtXPdI2E113Wyt5QWg6c/RDcchis+Sw0NTzvUV8bdXGGj5IkNUdqFgB5GVGO3rUvR+/al3g8zmcrS3ll1komz17F1HnrWLyugnveXsg9by8kJSnCnoMLOHhUTw7eoSej++QQae3QJBIJTXDS8+GlX8Krfwg1to76XVgyHI+HLt0rPgozfs64yxeD2yMtB067M9TOfPHnMP1uWPkJnH5X6EiuLStfCy/+AqbdAcTDEsZDroW9LoG5r8A7/wpLN2c/G766j4S9L4Xdzwr//olUVxOWyU69Bea/1nR7wfDQeGDFJ+Fn4uGL4YKnQ404JV4sBjOfCdvtYcl1g9HH1oePT3es8HHV7NDh9oP7QkMugNz+IcAbe35TzcSCYXDgd0JA98Q3oeco6DsmYcP+kjf+FgLE7D5wyA+b/7jkNDjy13DfmfDmjWE1QffhrTdOJVZVCTx1ddje5+swYM+EDqfdyu0L5zwEtx0FC98IzQ1PviW8FlWXZPgoSdI2ikQi7NA7hx1653DpQcMpq6rlrblrGmdFLlxbzptz1/Dm3DX89tmZ9M5N46CRYVbkASN6kJeZ0loDg4O+C+l5ocbWOzeHAPKEG8OMlI8eDMv7TrsT8ga0zhi6kkgEDrg6vIl++KIwg+/mg+HU22HYwYkeXfsVqwuzhV78RZiFC7Dr6XD4L8KbFoBRR4Wv1Z+Fn93p94ZZFM9+Lzxu97NCENljZNuOvXgpTLszBKaly8NtkSiMOiaEjkMPDm+w6mrC/XMmhdpXX5sEBUPbdqz6smXvh87Sqdnh/6q9GHVM+J296J3QyCqnd6JHtGnxeFhC/eaNoeFGg767w37fhJ1OgKSN/I2b8GNY9iHMeSHMhrr0Fcjq3laj3rR18+G1P4btI//f1ncD3uGo0Pjt8xfhfz+Fs+5t8SGqnXjxl1C0CPIHbbwTupr03jk0M7zn1NCcJ38wTGzHZRfUqgwfJUlqIVlpyRy2Y28O2zG8YZy/uqxxVuSbc9eworiKh6Yt5qFpi4lGYI9B3Th4hzArctf+eUSjLTwrcu9LQgD56OVheVDhwqbGKEf8Pxiyf8s+X1c3/FC4dHJoqLD8Q7jrxBCk7Xtl+1wmnEiLpoaQZdn0cL3XznDMHzb9M9ljJBzzezjsp/DB/SFQXz07XL5zc1iKPf6y+rp5rbSEtiFsmXpLmJkWr282ldULxp0fOnx+McxPSoHT7gg1QZd/GN6AXfxC23Yf1Zc1NHUZMbF9zfzO6x9KYSx9L8zyHXdBokf0ZbXVIUR488Ywgx6ASAhO970CBu+3+d930SQ45d9w8wRYNy80SDv3kVAnLpGevTbM2hxyIOxyytY/PhKBo34T6lzOejrM1h5+aMuPU4m16J3wNwfg+L82rorRZgyfEP6tHv8GvP7nENrueWGiR6UEMHyUJKmVDOmRxQU9hnLB/kOprKlj6vy1TJ4V6kN+trKUaQvWMW3BOv78wmwKslI5cGQPJozqxUE79KQgq4XqB405PSxNffD80JkZYMyZIahRy+s2GC7+Hzz17bAE8X8/CXUgT/i7b1IAylaHpgzv3x2up+WGmVB7fa154UNaTgjV9/pa/ZLsm2HWs2Gp6tyXw6yKvb4Ge5zbcgFfZVEIPKfeEgLPBoP3h70uhtHHb77eV1oOnP0g3Ho4rJkD950FX328fYVeXU1D+Niellw3GH1sCB8/fap9hY/la2Ha7fD2zU2zfVMyYfdzwtLTrVlmnNENzrwXbpkI8ybDiz+DI37VKsNulln1JR2iydtXA7nnqDAT+61/wHM/hMtf3/jsT3VMtVXw+JVAPPzcD5+Q6BF1HHucA4ULYPLv4OnvhA/qRh6e6FGpjRk+SpLUBtJTkjhwZE8OHNmTnwBLCit4dfYqJs9axZQ5q1lbVs3j05fy+PSlRCKw24B8DhnVkwmjem3/rMhRR8O5/4WHzoceo+D4652J15pSMuDEm6D/OHjuWvjkEVg1E864u+vWAaurDR2gX/5VCPMgvHmb+DPI7rX1x4tEwhu/4RPCcsmpt8J7/wlvbl74Kbz869DMYu9LQ8fNbbH8oxA4fvgg1JSH21KzYbczYc+LofdOzT9WQ+2rW4+ERW/Bo5eFZfnWvoKS5ZCU2nazQVfPCedjNLl9vvnd8fhQr3feZKgs3vrlvy1tzechTJt+b9N5kNM3nFvjLtj2/7feO8GJN8JDF4Rai313h11PbaFBb4WaCnj2B2F73yug1+jtO97BPwgrDVbNDL+X9rl8+8eo9uG1P8HqWWG2eyLD8o7qkB+GFTgf3BfO+wufbV81X9XqDB8lSUqA/vkZnLX3IM7aexA1dTHeX1jIy7NW8sqsVXy6rJjpiwqZvqiQ6yd9Rves1NBBe3QvDhrZg/zMbZgVOfRA+M6s8Ibb4LH1RSJhhl6fXeHBr8LKGWGZ4Sn/hqFdbCnegjdDB9mGJZp9xoTZRYPGt8zxuw2BI34Z3th8/HCYmbXioxBGvvcfGLRf6JI9+rgtz0KqrQqdy6feAovebrq9545hluOYM7Y9DOq1I5x5N9x1Msx4DCYN7NpvYOPx8O/8/I8gkhRCmv2vCrPiWlNDl+shBzY1QmlPeuwA3UeEWbJzJsEuJ7f9GOJxWDAlLK2e9SwQD7f32TWUkdj55Jbp7rvzSbDsA3j9L2FGWc9R2/5hwbZ67c/hQ4vc/nDQ97f/eBn5cOhPQ0OSV34Nu57WPmpaavus+CSEjxBKgFg6Y+tFImH5dfGSUMKkoQ6ytce7DMNHSZISLCUpyt5DC9h7aAE/OGo0y4sqmTx7JS/PXMXrc1azpqyaR95fwiPvL2msFXnIDj2ZMLoXO/XNbf6sSJd/tb1B+4Q6kA+dH8Kse88getD3Ib5jokfW+kqWwwvXwYf3h+vp+aFm47gLW6cuY2omjP1q6DS78K2wJPvTJ0KXzYVvQE4/2POiUJ/xi7MtCxfCu7eHsLJ8dbgtmgw7fiUs495SHbvmGnoQnPgPeOSSMNsrb1AIRruayqLQ7XjG4023vf6X8H9wwLdDWYiUjNZ57oYl1zu2wyXXEH7ORh8LU24IY23L8LGuBj55FN78ewgFG+xwVJgVOOTAlv/w6tCfhuf6/KWmBjRtFeys+RymXB+2j/w1pGW3zHHHfhXevTXMnn75V3DcX1rmuEqMWF34fRWrhVHHwk4nJnpEHVdyKpx+V+iAvepTuOc0uOi5UJ+8s6kohPmvhRIxK2fCBU91+Q//DR8lSWpn+uSlc8Zegzhjr0FU18aYtmAdr8xeySszVzFrRUljrcg/vTCbnjlpHLxDWJ59wMge5GUYMLY7uX3h/Kfg+R/C1FtIevV37J89msj8PBgxofO9GK2rCcHfy7+B6hIgEt6MH3Zd28wAikRg8L7hq3hp6Ej97u2hu/HLv4JXfx9mXO11SQjBpt4Cs5+jcXZXbv8QkI79aut0Gx5zegg7X/olPPeD0GRk9LEt/zzt1ZL3QpORdfMhmgKH/xwKhoXu5StnhJqgb/8TDrkWdj+3ZRuRlCyHxVPD9qhjWu64LW30cSF8/Ox/ocFLS8wy3JzytaHz/Ns3h/MEIDkddj8b9vlG63aTjybBKbfCzYeEGYj/vRjOebj1Gkc1iMfh2e9DXXVoDLPTCS137GgSHPU7uOOY8Ptnz4vafkanWs7b/4Ql00KN4mO3oyaogox8OOfBUPN15YywOuSchzv+B+S11eHvy9yXQ+C4ZBrEY033r/4Meu6QsOG1B5F4PB5P9CDaUnFxMXl5eRQVFZGbm+AaKq2kpqaGZ555hmOOOYaUlA5+EkvynNYGlhZW8MqsVbw8ayVT5qymvLqu8b6kaIRxg7pxcH2tyB375hDxRXL78v49xJ/6NpG6qnC9/7gw02vUsZ2j/t+818IS61Wfhuv9xoYl1gPGJXZctVUw4wl4519N4dMXDTskzHLc4ejW77wbj8OTV4XAJzkDLng68f9GrS0eD6H08z+GWE3oeHrqHU3fd6wu1Nd8+ddQtDDc1n1EmBm30wkt84b/3dvDctj+4+CSl7b/ePVa/O90LAZ/GgVlK0Mn6BGHbf8xN2bZh+Gc+Ojh0OkZILt3KBkx7qK2XS68/OPQlKmmHPa/OoTSrWnGE/DgeaHe6NffhB4jWv45HrogzCQdfICznjqYxnN6v51JufnA8HN53PV2aW5JS6fD7cdATVn4oOmEv3escyQeh5WfNoWN86eE72V93UeG2tTDDglfnbDx4Nbka858lCSpA+mXn8HZ4wdx9vhBVNXW8e78dbw8cyWvzF7FnJWlvDN/Le/MX8sfnp9F79w0DtmhFxNG92T/ET3ISTe8Trg9zqF2wHgWP/B9hhROIbJkGjxwbqjztv9VsOvprT/LqTUULw2dvT/+b7ieURCayexxXvsIVZPTQgOaMaeFmXfv/DuMNTk9dOHc86LWnd31RZEIHPvnUPtqzqSm2lcFQ9tuDG2pohCeuBI+fTJcH30cnHDjhjUXo0mw+1lhmfG7t8Grfwh1Dx86H/rtEX6ehh2yfeNoqPfY3meaRqMwun7W3MynWjZ8rKsJx3z75lCOoEGfMTD+8tD0JTmt5Z6vufrsEsKHhy8KS6H77tZ6S86ry0I3aoD9vtU6wSPA4b8MNTMXvB5KDOx8Yus8j1pHPE7SM9eE4HHwATD2/ESPqHPptzucdgfcdwZMvxu6DYaDW6DuamsqXhaCxobAsXTFhvdn9gh/pxoCR+tZbsCZj52Qs6SkzsVzWs21aG05r8xexSszV/LG52uoqGmaFZkcjbDnkG7sP7wHYwd3Y7eB+WSn+RlkIjSe0wftScp7t8I7t0BVfQfonH6w35XhTU5L1R9rTbXVoRPu5N+HT/wj0RDkTfhx+y/IX1MZxpvIsLeqJMz8WP5hmOV38Qvt/99tay2eBg9fEJaaR1NCk53xl215hktVCbzx91B/sLo03DZsAky8LoSRW6uyGH4/LMy6vGJqiy5/a5W/059NgntOgew+cM2n2x/il60OYebUW5uWVjfUNR1/GQwc3z5mHf3vp/DGXyElMwTyvXdu+eeY9LNQYzRvEFzxdqgX21pe/g1M/m14rivfab1apu1BPA4L3wzdvuOx8CHDsEMSE2Zvp5qaGj6664eMXfjv8CHV19+A7sMTPazOaeqt8PQ1Yfukf8FuZyZ2POurKgkzGhsCx1UzN7w/OSPUhG4IG3vt3D4+cG1DznyUJKkLGliQyXn7DOa8fQZTWVPHO/PW8sqsVbwyayVzV5fx1ty1vDV3LQDRCIzqk8vYQfmMHdSNsYO7MaR7psu021J2Lzjs/8ISw2l3hM6yJUtD99/Jvw+BwN6Xtd9OqZ+/BM98H9Z8Fq4P2DvUw+q7W2LH1Vwp6YkeAaTlwNkPhuWma+bAfWfBVx9vH2PbXvE4vHUTvPB/9cusB4dZLv3HNu/xaTkw4YdhKfxrfwxvUOe+DDe/HGp2TvjJ1s1Ym/NCGEf3kR2j7tbQAyE1B0qXw9L3YMCe23acpe+HWY4f/xcayj1k9Qx1Tfe8EHL7tdyYW8Jh14Uwfu4rcP/ZcMnLLRvIr5odQm2Ao3/busEjhBnt798dSgm88bf2P7NrW5Qsh+n3hu9z7edNt7/3H0jLg1FHh9IJww/tOL/bSleyy5J7w/Yh1xo8tqa9Lg41gN/4a+h6n9MXhh2cmLHU1Ybft5+/HP7eLJ4aGg01ioQPvxpmNw7Yu+P8TLcDznzshJwlJXUuntNqCQvWlDF59iqmzl/HewvWsaSw4kv7FGSlMnZQPnsM6sbYQd3YbWAemal+TtnSNnlO11bBB/eHRhMNb+CSM0J35n2vhPyBiRlwg3g8BGTzJsOs50KYAyHIOPwXMObMLveJf4tZ+SncemSYAbvTiXDq7R3737J8bXgTOauhs/RX4Ct/23CZ9dZaNz/MIvvwASAOkaTQFOjgH4SmTlvy8EUhgGuFeoKt9nf6oQvhk0dCXdiJP2v+42qrQ6f3t/8Fi99pur3f2PChxs4nte/ZaOVr4eaDw2zZERNDQN8SDWjicfjPCeF32Mgj4ewH2ma258f/DT9/yRnwzXc7x1LMuprQEOm9u8JlvH6lRUoW7HJSmLn66ZNQsqzpManZoXP6TifAyMPb5yzQsjWw8A1ib91EdMEU4n3GELnk5davA9zVxWLw34tCjdS0PLj4eei1Yxs8b13965pXQ+A4/zWoKt5wn25Dwqz7YYfA0IM63+qE7bQ1+ZrhYydkUCF1Lp7Tag0riit5b8E63lu4jvcWFvLRkiKqa2Mb7JMUjTC6Tw5jB3Vj3OAQSA4syHB25Hba4jkdqwtv2l7/CyybHm6LJsOup4VZNG3xgrxB4cLworzha/03kpEk2PvSMCtke0IlBfNehbtODrPz9vtmWJ7cES2aGrpZFy0KzTyO/HWYvdhSvzeWfxw6Y3/2fLienAH7XB7OjYxuG39MbRX8fnjovn7xJBi4V8uMpV6r/Z3+6OHQ/bnHDnDlJholra9kRX1399vCjEkIS913PimEjts6ezIRln0Itx4BtRVwwDVhuf32aggBk9LCcuu2qrEaj4fyCgvfgF1OgVNva5vnbQ2rZsP7d4UPyspWNt0+cHyo8bvzSU0lQ2KxEH7PeDx8FS9p2j8lC3Y4oj6IPCJxjThKlsOCKbDgjbC8tqFZGhAjSt3Fk0gZ2MmbgbUXNZXhw4FFb0HewFB2IafP9h83VgdFi2Ht3PDB7pqGy8/Dh1qxmg33T88PMy8bAsfOWou5hRg+bobho6SOxnNabaGqto5Plhbz3oJ1vL+wkPcWrmNZUeWX9uuRndo4M3Lc4G6MGZBHekoLzEjpQpp9TsfjYenh638JM3UajDomzIQauHfLD65kRfjkf97kEIatm7/h/Ulp4XmHHgw7fQV6jmr5MXRlHz4Ij1wSto/+A4y/NLHj2RrxeKjPOOlnYZlat6FhmXW/3Vvn+Ra8EZ5r0dvhenp+OC/GX/blGVUtXT/xC1rt73RlUQhNt1SncvG7YZbjJ482vZHO7h3qr467EHJ6t9yY2lJD+Apw2p3b17ClqgT+vlf4AOWQH4YPTdrSsg/gXwcDcbjw2VAnrqOoKg0/W+/f1XS+QZj1vttZIXTcUimDWCwsZ53xGHzyeFNHewgfIIw8PASROxwZSi60lsKF9UHj6+Fy/WXiDXruSN3AfZhSOoB9T7vK195tqXwt3DIx/L/03Q0ueKZ59a9jsRBur10vWFw7tylgbCg5sTHJ6eF1TUPY2He3lplp3UVY81GSJG2VtOSkUPtxUNPMoaWFFWFm5IIQRn6ytIjVpdW8MGMFL8wIHf6SoxF26pfL2EHd2GNQPuMGd6N/vrMjW0QkEmoKDZ8AS6bB69eHGZGznglfg/cPYcuIids+q6x8bZj10TCz8YvF1CNJ0H9cWGo09KDwAr09LpXrLMacHt4cv/RLeO4HkNe//XdmhvBz9NjXYfZz4frOJ8Hxf4X0Vvygf/B+cNHz4Tkn/TzMWJp0Hbz9zxAs7X5u01LJxi7Xx3Ss5ezpeeG8+/zF8D30vKbpvtoq+OQxeOdf4fdDgwF7hwB2x68ktplSS9j11FCz8s2/w2PfCB92bOvM71d+G4LHbkPC0vu21ne3UEJj2h3w7A/g0lfad8ARj8Oid+D9/8DHj4aGYhD+Jow8AsaeFy6TmhnMRaNh5u2APUMX8KXv18+IfCyEQ58+Eb6S0sLftJ1PDEFket72fQ9r54a/cfPrZzeuH3qGbwj67ApDDgi/UwbtC1k9iNXUsO6ZZ7b9ubVtMgvg3IdDALnsgzBT+cx7w+/yWCycw2vXCxYbA8Z5UPvlD8wbJaWGc79geKjfWTCs6TJ3QMf6u9CBGT5KkqSN6pefQb/8DI4bExoSVNbU8cnSIqYtaAokV5ZU8eHiIj5cXMQdb4TH9c1LZ88hBew9pBt7DilgVO8colHDyO3SfxyccRes/izUhPzg/vqlYlOg9y4hhNzpxC3XpaoqgYVvNc1sXPYhsP4imAj0HVMfNh4Mg/Zp3Vko+rIDvxOWLE+7Ax6+GC54Gga042V/C98ObxCLF4fg4KjfhBl3bfEBRCQSmlmMPCLMGn351yFcePKq0Nzj0J/CjseHsB46RpD7RTseVx8+Pg0HXgPFy8Ky6mm3Q9mqsE9SaljOu/elzW/o01FM/HloQDPv1aYGNFtb5mHFjND8CMKM4kQ1iDj0pyHIW/5haM4y7vzEjGNzSlfCB/eF8a2e3XR79xGwx7lhpuP2LoWNRMLPaf+xoZbp8g9DEPnJYyFYmvV0+EpKDU1qdjohnOebKqvQIBaD1bOaZjUueKOp/EDjcyeFhiFD9g8f4A0cb9mQ9qZgGJz1ANx5XCivcevh4cOWtXNDGYZNiSZ/OWBsCBnzBrbvsL+LcNl1J+QSTalz8ZxWexWPx1lSWMF7Cwsb60fOWFpMbWzDlxa56cmMG9yNvYYWsNeQAsYMyCMtueu+CGyRc7p4aeiOPe0OqC4Nt+UPhv2/Bbuf0zQ7saYy1NxqmNm4ZNoXOjcCPUc3zWwcvL/F1NuDulq4/6zQyCGzR6h91d7qTsVioTvpi78IzSYKhodl1n3HJG5MtVUhmHv1D1C+JtzWfWToyJ6WC9/7vFVmA7bq3+mS5fCn+vIGO34lBKkN53BOP9jrIhh7AWT3bNnnbU/K1sDNh4RgeeQRcNb9zQ8S4nG449jwQc3o4+DMe1p1qFv05j/g+R+G8/qb09pH8FVXGxqIvXdXCHsafr5SMsMs5j3OCx9EtfYHCvE4rJwRQsgZj20YfkZTwpLYnU4IHyJkFoRafis+rp/VWD+zsWLthsdMSoX+e9aHjfuFmcHNWMbra+92YMYT8OBX2eAD0kgSdBsc/t40zl4cDt2HQd4gGwMlgDUfN8PwUVJH4zmtjqS8upbpCwuZOn8dU+ev5b2F6yivrttgn9TkKLsNyGOvISGMHDu4G3kZXednu0XP6Yp1MPWWMKunIWzJ6gk7nxyWoS58+8u1jroNaZrZOOSAlinorpZXVQp3HBOWnnUfARe/0H6C4bI18OhlTR3PdzkVjr++/cySrSwOS3Xf+HvTctFWbPTR6n+nb5kIi9drODNov1APdPRxzV/22tEtnQ63HRmWVh70PTj0J8173AcPwKOXhrqCV74D+YNadZhbVFcDN+0XgrV9r4Qj/1/ixrJ6Tn3zmPugdEXT7QP2CoHjLicn9pxeObOpWc3KT5pujySFZexrPoeqog0fk5wRyoM0LKPuv+c2zXT1tXc7MWdS+DltCBrzB3Wd33kdRIep+fjqq6/yhz/8gWnTprFs2TIeffRRTjzxxE3u/8gjj3DTTTcxffp0qqqq2HnnnfnZz37GkUce2XaDliRJm5SZmsx+I3qw34geANTWxfh0WQnvzF/Lu/PXMnX+WlaXVteHk+uAz8PKyd457D20oH65dgF98hK0LK6jyegW3ojvcwVMvwem/DXMDnrnX037ZPcJnRuHHgRDDgyzBtT+pWXD2Q+G4GnNHLjvLPjq44lbMtpgwRthOXjJ0lCo/+jfwdjz22aZdXOl58KEH8Fel4RZkPNfh/2+lehRbbsDvh3qBA47GPa+LLGzSxOl3+6hjuijl4b/0767hSX1m1NRCP+rDykP+m7ig0cIwclRv4G7Twn1Sceev+VmLS2pqjSEee/fHbpvN8jsAbudGULHXqPbbjyb02t0+DrkB6HkyIzHwtiXfxSa1wCk5oRZmQ3LqPvu3vFrnarJiInhS51CQsPHsrIydtttNy666CJOPvnkLe7/6quvcvjhh/PrX/+a/Px8br/9do4//njefvtt9thjjzYYsSRJ2hrJSVF2HZDHrgPyuPiAocTjceavKWfqvBBETp2/lvlrypm5vISZy0v4z5sLABjQLYO9h9SHkUO7Mbxntk1sNic1E/a+BMZdELqSNtSCHHow9BjZvoIhNV9OHzjnYbj1CFj0VphteOrtiSmOH4vBlL/AS/8vLLPuPiJ0IO6zS9uPpbmye8Ixv0/0KLbf6GM7Zr3KlrbbGbBsOrz1D3j08rCkfnNB2cu/hrKV4Wd1v2+22TC3aMRE2OGo0Czp+R+FBhutKRYLQeP0e8OS5sbmMVEYcXh985gj23do12Nk+KDtoO+FGY+L3w2hbZ8x1vKTOoiEho9HH300Rx99dLP3v/766ze4/utf/5rHH3+cJ5980vBRkqQOIBKJMLRHFkN7ZHH6XgMBWFlSybv1y7Snzl/LjKXFLF5XweJ1S3jk/SUAdMtMYc8hBew1JHTk3qlfLpmp1vb5kqSU0DF5zOmJHolaSq/RoU7dXSeFmT+TBsIRv2rbMZSuCsHn5y+G62POgGP/3KzaaVKLOvwXYebb/NdCA5pLX954R+RlH8LUf4ftY/4AyWltO84tOfLXMOfFULpg9vOhs3NLWzc/NCebfi8ULmi6vWBYU/OY3H4t/7ytrXt9QxFJHUqHftUei8UoKSmhoGDT9W+qqqqoqmqqdVRcXAyEOg41NTWtPsZEaPi+Ouv3J3U1ntPq7LqlJ3H46B4cPjos1S6tquX9RYVMW1DIuwvW8cHiItaV1/DCjBW8MCPUpYpGYHjPLHbpl8vO/XLZpV8uO/bN6RCBpOe0ttqAfYgc/zeSH78c3vgbddn9ie31tTZ56siCKSQ9dimR0hXEk9OpO/J3xHc7O8ym9WcY8Jxucyf+m+TbDiOy9nNiD3+NutPvDrP4GsRjJD11DdF4jNiOJ1A36MD297OaO4jo3peR9NbfiT93LbWDDgjNUbZXdSmRT58k+tH9RBdMabw5npZDfMcTie12FvH+ezXNhm9v/y7thOe01Dxbc460m4YzkUhkizUfv+j3v/89v/3tb5k5cya9evXa6D4/+9nP+PnPf/6l2++9914yMzO3dbiSJKmN1MZgcRnMLYkwtzjCwtIIRTVfXkYcIU7vDBiYHWdgVvjqnwVprshSJzFy+ZPstOwh4kR4Z+i3WJ4/bruPGYnVklGzjozqNWTUrCGjem39ZdjOrVxMhDglaX2ZOvSblGQMaIHvRNo+eeXzOHD2r0iK1zCzz4nM6ttUwmvQmsnssfBWaqNpvLjj76hMbSeNmr4gua6Cw2Z8n/TaIj7udyaf9z5m2w4Uj9G9dBaD1r5Gv8KpJMfCxJs4EVbl7MzCggNYnj+Oumg7m/0pqcMrLy/n7LPP7ljdrrc2fLz33nu55JJLePzxx5k4cdNFSDc283HgwIGsXr26U3e7fuGFFzj88MPtziV1Ap7T0petLKni46XFfLKkmI+Xhq+VJVVf2q89zpD0nNY2i8eJPvsdkt7/D/HkDOrOfZx4/7Gb2T8GpSuJFC+B4iX1l4uJFC8N14sWQ9kqImz+7UBs1zOoO+p3kOoy643xnE6MyIcPkPzkFQDUnvof4qOOgYp1JP9zHyLla6g77GfE9rkywaPcvMgH95L81LeIp2ZT+/V3IHvjE2o2at18oh89QPTDB4gULWy8OV4wnNiYM4ntejrk9m+FUXd+ntNS8xQXF9OjR4/23+16W91///187Wtf46GHHtps8AiQlpZGWtqXP+VJSUnp9L9IusL3KHUlntNSk/4FKfQvyObIXZrqVa0sruSjJUXha3G4XFlSxWcry/hsZRmPTl8GhEByRK9sdumfx6798xgzII+d+uaRkdq2UyQ9p7VNjvsLlC4n8tn/SH7wbDjtdqguh+LFULQEihZD8RIoWgTFyyDWjCVRSWmQ1z8EFXkD19seAAXDiHYfTgJa3HQ4ntNtbNy5sOJDeOdfJD9xBVzyErx9E5SvgZ6jSdrvSpKS2vn/x9jz4L3biSx9n5RXfw0n3Lj5/atKQsfn6feGxmIN0nJhl5Nh93OIDNiLpEgEJ/1vP89pafO25vzocOHjfffdx0UXXcT999/Pscfa9U2SJAW9ctM5LDedw3bs3XhbQyD54eIiPl7SFEjOXlHK7BWlPPJeaGjzxUByp765jO6bS16GbzrUziQlh47XdxwDyz6AO4/f/P6RKOT0DUFibv8QLOYNbNrOHQBZPeyIro7pyP8HKz4OQdzdJ4fwHeCYP4YGXO1dNApH/x5uPRzevwf2vBi+OJs5FoMFr4fAccbjUFNef0cEhk+A3c8J3dBTMtp8+JLUXAkNH0tLS5kzZ07j9Xnz5jF9+nQKCgoYNGgQP/zhD1myZAn/+c9/gLDU+vzzz+eGG25g/PjxLF++HICMjAzy8jbS5UySJHVpGwskVxRXNs6M3FwgCdA/P4Md++ayU98cduyby459cxlUkEk0alCjBErLhrMfhLtPhZKl9cHigHC5/qzFvAGQ3ScEllJnlJQCp90BNx8SZvsC7Ho6DD0wkaPaOgP3Dh3kP3wAnrsWLno+fBiwdm59t+r7YL1l1XQfCbufHR6T57JqSR1DQl+JvPvuu0yYMKHx+jXXXAPA+eefzx133MGyZctYuLDpF+3NN99MbW0tV1xxBVdccUXj7Q37S5IkbUnv3HR675TOxJ02Hkh+srSIT5eVsKSwovFr0qcrGvfNSk1iVJ+mMHKnfrmM7tMxOm2rE8npA19/PdGjkBIvuxeccRfcfgwkp8ERv0z0iLbexJ/Bp0/Borfhme/ByhlfWFad17ismgF7OlNZUoeT0FfJhxxyCJvrd/PFQPGVV15p3QFJkqQuaWOBZFF5DZ8uL+bTZQ1fJcxaUUJZdR3vLSzkvYWFjftGIjCkexY79s1hxz4hlNyxXy798tKJ+CZRklpX/3HwjbfCTMicPokezdbL7QcHXgMv/RKm/jvcFonCsAlhlqPLqiV1cH5EL0mStBF5mSnsM6w7+wzr3nhbbV2MeavLmLGsmBn1geSny4pZVVLFvNVlzFtdxjMfLW86RkYKo+tnSe5UP1NyaMGXG+FJkrZTwdBEj2D77HslzH0lNMzZ9TTY7cwQSkpSJ2D4KEmS1EzJSVFG9s5hZO8cTti9qdbW6tKqDWZIfrqsmDkrSymqqOHteWt5e97axn2TohF6pCXxfMkH7Ng3j1F9chjdJ5cB3TKsJSlJXVVKOlzwVKJHIUmtwvBRkiRpO/XITuPAkT05cGTPxtuqauuYs7K0MYycsbSYT5cXU1hew4qKCM98vIJnPt6wluTI3jmM7pPDqIav3jl0z3ampCRJkjouw0dJkqRWkJacxM798ti5X17jbfF4nEVrSrnnqZfJHTSaOavKmbm8hM9XllJWXcf0RYVMX1S4wXF6ZKdtEEiO7pPDyF45ZKQmtfF3JEmSJG09w0dJkqQ2EolE6JuXzk7d4hxz4FBSUlIAqKmLMX91GbNWlDBreQkzl4fLhWvLWV1axetzqnh9zur1jhMa3IzqncMOfZpmSw7pnkWSS7clSZLUjhg+SpIkJVjKerUkjxvTdHtZVS2zvxBIzlpRwtqy6sYGN8990tTgJi05ysje2YzqncuoPtmM6pPLqN459M5Ns+u2JEmSEsLwUZIkqZ3KSktmj0Hd2GNQt8bb4vE4q0qrQhC5XiA5e0UJlTUxPl5SzMdLijc4Tm56MqP65LBD76Zakjv0zqFbVmpbf0uSJEnqYgwfJUmSOpBIJEKvnHR65aRv0OCmLhZn4dpyZi0vZubyksYZk/PXlFNcWcvU+euYOn/dBsfqlZPWFErWL+HeoXc2mam+RJQkSVLL8JWlJElSJ5AUjTC0RxZDe2Rx1C59G2+vrKlj7qqyEEauKGF2/UzJxesqWFlSxcqSKl77bPUGxxpUkFk/SzK7cbbksB7ZpCZH2/rbkiRJUgdn+ChJktSJpacksVO/XHbql7vB7aX19SRnr7dse9byUlaXVrFwbTkL15Yz6dMVjfsnRyMM65nVOEtyeK9shvbIYkj3LDtvS5IkaZMMHyVJkrqg7LRkxg7qxtj16kkCrCmtYvaKUmavKGlcvj17eQklVbX1t5fyFMs2eEyf3HSG9MhsDCOH1M/AHFSQSXqKwaQkSVJXZvgoSZKkRt2z09g3O419h3dvvC0ej7OsqLJp2fbyEuauLmP+mjIKy2tYXlzJ8uJK3pq7doNjRSLQLy+DIT0yGdI9q3FZ+JAeWQzslukybkmSpC7A8FGSJEmbFYlE6JefQb/8DCaM6rXBfevKqpm3poz5q8PXvDXljdslVbUsKaxgSWEFU+as2eBx0QgM6JYZZkl2D5dhO4sB3TJITjKYlCRJ6gwMHyVJkrTNumWl0i0r9UvLt+PxOGvKqkMgWT9Lcv7q8sbt8uq6xtqSr37hmMnRCAMLMhm03tfAxssMctJT2u4blCRJ0nYxfJQkSVKLi0Qi9MhOo0d2GnsOKdjgvng8zqqSqrB0e3XZejMny5m/poyq2hjz6kPLjSnISmVgt4yNBpR989KdNSlJktSOGD5KkiSpTUUiEXrlptMrN519hnXf4L5YLM7y4krmryljUf3MyIVrK1i4tpzFa8tZU1bN2vqvDxYXfenYydEI/btlbDBbcv1wMi/DWZOSJEltyfBRkiRJ7UY02lRfkuFfvr+0qrYxlGwKJ8vrw8kKqutiLFhTzoI15Rs9fm56MoO6hzByQLcwU7JvXgb98tPpl59B96xUIpFIK3+XkiRJXYfhoyRJkjqM7LRkduyby459c790XywWZ0VJJQvXbBhOLloXZk6uKqmiuLKWj5cU8/GS4o0ePzU5Wh9IptMvL4SgffPDdt/8EFTmpicbUEqSJDWT4aMkSZI6hWg0Qt+8DPrmZTD+C8u5Acqra1m8roKFa8pZsLacpYUVLCuqYGlhJUsLK1hVWkV17eZnTkIIQPvmpdM3P4N+X5g52TcvXKanJLXmtypJktRhGD5KkiSpS8hMTWaH3jns0Dtno/dX18ZYUVzJsqIQRi4tqmBZYWVTQFlUQWF5DaVVtXy2spTPVpZu8rm6ZabQv1sGg7tnMaxHFkPrv4b1yCYv07qTkiSp6zB8lCRJkghLrgfWN6bZlPLqWpYVVbKscMOAcmlRRf1MykrKq+tYV17DuvKajS7vLshKbQwjQyCZxdCeWQzpnuWMSUmS1OkYPkqSJEnNlJmazPCe2Qzvmb3R++PxOMUVtSwtqmDxugrmry5j7uoy5q0uZd7qMlYUVzV26562YN2XHt8/P4OhPbIY0iOToT2yG2dNDuiWQXJStLW/PUmSpBZn+ChJkiS1kEgkQl5mCnmZKRttilNWVcv8NWXMW13GvFXhcu7qMuauKqW4spYlhRUsKazg9TkbPi45GmFQ98z1lnBnN4aSvXPTSU02mJQkSe2T4aMkSZLURrLSktm5Xx4798vb4PZ4PM668hrmrS5lbn0oOX9NGXNXhcvKmhhzV4XrG9MjO5U+een0yU2nd27o1t07N50+eU3bOenWmpQkSW3P8FGSJElKsEgkQkFWKgVZBYwbXLDBfbFYnOXFlY2zJMOMybCMe2lhJdV1MVaXVrO6tHqjNSYbZKUmhYAyrymg7JObTp+8jBBa5qXRIyuNaDTS2t+uJEnqQgwfJUmSpHYsGo3QLz+DfvkZ7D+ixwb3xeNx1pZVs7y4srFT94qiSpY3bNdfllTWUlZdx+eryvh8E7MnISzv7p2bTu/cNPrmhSXd/fLT6V///P3yM+ielWpAKUmSms3wUZIkSeqgIpEI3bPT6J6d9qWl3Osrr65leVFl+Cqu/6q/3hBQriqtojYWb6w7CYUbPVZqcpR+eemNYeQG2/kZ9MtPJzPVtxmSJCnwVYEkSZLUyWWmJjOsZzbDNtGlG6CmLsaqkqowi7IoBJLLiytZWlhR/1XJipJKqmtjzF9Tzvw15Zs8VrfMlMYwsn99INkvP4O+eeF6z5w0kpw9KUlSl2D4KEmSJImUpGhjYLgpNXUxlhfVB5JFIZBcP5xcUlhBaVUt68prWFdewydLN16DMjkaoU9eQyCZ3tgsJ9SeDJe9ctJITrKLtyRJHZ3hoyRJkqRmSUmKMrAgk4EFmZvcp7iypjGQXLJBOBkCyuXFldTG4ixeV8HidRWbPE40Aj2y0xob5PTJXS+kXK+bd3aab2kkSWrP/EstSZIkqcXkpqeQ2yeF0X1yN3p/XSzOypIQSi5eV9HUKKe4oQZlFSvqA8qVJVWsLKkCijb5fNlpyRs0yOmTlxZmUDaElXnpdvGWJCmBDB8lSZIktZmkaIS+eaH+47jBG98nFouzuqyKFUVVjQ1yGrp4NzTNWVFUSUlVLaVVtZSuqt1sF+/U5Cj96+tP9s/PoH+3DAZ0a9ruk5vuEm9JklqJ4aMkSZKkdiUajdArJ51eOensyqa7eJdV1W7QuXt58fozKJu6eFfXxpi3uox5qzceUCZFI/TJTQ+hZH0g2X+9y375GaSnJLXWtytJUqdm+ChJkiSpQ8pKS2Z4z2yGb6GL9/KiShavq2BJYQVL1lWwpLC88frSwgpq6uLhvsIK3tnEcXrmpDXNmsyvnznZLYPe2SmU10I8Hm+db1KSpA7O8FGSJElSp7WlJjmxWJxVpVWNYeTideX1AWVF42V5dR2rSqpYVVLF9EWFGzlKMv/33iS6Z6XRPTuV7tlp9MhOpUd2Gt2zvnA9O5WCrFTSkp1JKUnqGgwfJUmSJHVZ0WiE3vUNasYN7val++PxOIXlNfXhZPkXZlCGy8KKGmrq4o31KZsjNz25MYzsnpVGj5z6y8bwMtzXIyuN3IxkIhEb5kiSOibDR0mSJEnahEgkQresVLplpbLrgC/Xn6ypqeHxp55h7wMPpagyxuqyKlaXVLGmrJo1pVWsKa1mVf3lmrJwWRuLU1xZS3FlLXM3UYdyfSlJ9TUwc9PonRM6eDdsh+A0jV656eSmG1JKktofw0dJkiRJ2g4pUeibl86gHilb3Dcej1NUUcPq0hBOrq4PJZuuNwSV1awuraKksnaDmpSbk54SDWFkQ1BZH0w2zOxsuJ6Z6ttASVLb8a+OJEmSJLWRSCRCfmYq+ZmpjOi16UY5DSpr6lhTVs3K+k7eK4qrGi9XljTdVlRRQ2VNjAVrylmwpnyzx8xJS14vnAxBZc/6pd4FWamNS8ELslJJTY621LcuSeqiDB8lSZIkqZ1KT0kKXbbzMza7X2VNHSuLq1ixXiC5sr4G5YriSlYWV7G8uJLy6jpKqmopWVXL56u2vOQ7p742ZUFWan3znNTGxjoFWakbBJYFmakkJxlWSpI2ZPgoSZIkSR1cekoSg7pnMqj7xrt6Nyitqq0PJ0MguaI+oFxdWs3asqYl32vLqqmLxSmprKWkspZ5zahNCZCfmRJCyaz1ZlHWd/3umZMWvrLT6OXyb0nqMvxtL0mSJEldRHZaMtk9sxnec/NLvmOxOMWVNfWhZH3znLLqpsY59betrb9tXXk1sTgUltdQWF7D3GbMqsxKTWoKJOtDyYbtXjnpjdvds5xRKUkdmeGjJEmSJGkD0WhTbcrmqIvFKSwPQWVjYFnW1OV7dUlooLOqtIqVxVVU1NRRVl1H2Zpy5m+hRmUkAgWZqRsNKZvCyjR6ZqeTm2HHb0lqbwwfJUmSJEnbJSkaCcurs9MY2XvL+5dV1bKqpCmMXFVSyarSqnBb/e2rSkIX8LpYPMy0LKtm5vKSzR43NSlKj+xUeqwXUvb4wmXYTiU7zaBSktqC4aMkSZIkqU1lpSWTlZbMkB5Zm90vFouztry6KZRcL5hc//rK4kqKK2uprouxtKiSpUWVWxxDekq0KZDMTmsMLNcPLhsuM1KTWupbl6Qux/BRkiRJktQuRaMRemSHWYs79t38vpU1dawpC0Hl6vpQcvUGsyibZlOWVtVSWRNj8boKFq+r2OI4GupTFmSlrvcV6lEWZKVSkJ3atJ2VajMdSVqPvxElSZIkSR1eekoS/fMz6J+fscV9y6trWV1SvZFgsmk2ZcN2ZU2s2fUpm8YSpXtWU1jZPSuVbuttN3QCL6jfJzfdJeCSOi/DR0mSJElSl5KZmsyg7skM6p652f3i8Thl1XWNweSa+mY6a+s7fq/9wteasmqqa2NU1sRYUljBksItz6oESI5G6FYfTIaZnqn1NTRT6ZFVf5nddJme4jJwSR2H4aMkSZIkSRsRiUTITksmOy2ZoVuoTwlNYeXa+i7f68qr1wssqxsDyzVl1ayr3y6tqqU2Fm+sYQmbb6oDYRl4j5yw7Lt7fVjZI7vpevfsVHrWNwDKz0ghGnVWpaTEMXyUJEmSJKkFrB9WbmlWZYPKmroNQso1ZVWsLqlmdVmYadkw43JNaahXWV3XtAx8QTOWgSdFI3TLTG0MKLtlpdItM4VumWH595euZ6baYEdSizJ8lCRJkiQpQdJTkuibl0HfvC3XqozH45RU1a4XRoZAck39TMum62FZeGF5DXWxeP3tzZtVGcYUpSCzIZisr1eZmUL+eoFlQWYq+ZkpjXUtXQouaVMMHyVJkiRJ6gAikQi56Snkpqc0axl4dW2MdeXVG4SS68prwpLv8moKy8Nsy3VlNY3Xa+riVNbEWFpUydKiymaPrSGwzM9MpVtWCCq7ZaaQnxFCym7r3Z6fEa7nZqSQ5JJwqdMzfJQkSZIkqRNKTY7SOzed3rnpzdo/Ho9TWlXLurIa1pWHgHJdWfUGgWW43jKBZSQCefVBZH5mSmMo2RhcZqWud1tK4xLxzFSjDKkj8YyVJEmSJElEIhFy0lPISU9pds3K9QPLteUhmCwsD0u+15XXUFhe3XgZbguXpVW1xONQWF5DYXnNVo0zMzWJnjlp9MxOo2dOGj3qLze4LSc04klLdjm4lGiGj5IkSZIkaZtsS2AJYUl4YUU1RfUh5cZDyxBcFq0XWlbXxSivrmNBMxvu5GWkNIaSPdYLJ3vWh5MN292z0lwCLrUSw0dJkiRJktSmUpOj9MpJp1dO85aEQ5hlWVZdx+qS0EBnVUkVqxou17+t/vaaujhFFTUUVdQwZ2XpZo8djUBBVho9slKIVUb5X+mH9MhO26DJjl3BpW1j+ChJkiRJktq9SCRCdloy2WnJDNlCw514PASPq0urWFmyfkBZ/aXQcm1ZFbE463UFjzL7o+VbHE96SjQ00qkPJBu6f3err1nZLaspqGzoEG5gqa7I8FGSJEmSJHUqkUgkdNbOTGVEr5zN7lsXi7O2LISSywvLeOmNqQwauRPFlXX1S7+rm5rw1DfcaWiys6yokmVb0WQnLTkElnkZKeRlpJCbkRw6mGeEr7yMFHLTk9fbDvvkZaSQnZZMJOLScHU8ho+SJEmSJKnLSopGGms/juyZQclncY7ZbzApKSkb3b9h+XdD5++1ZV8OKAvLa5pur7+vui5GVW2M5cWVLC9ufmDZIBqBnPQNQ8uGgDIvc8PQMi8jhR7ZoRlPQVYqqcnR7f1nkraZ4aMkSZIkSVIzrb/8e2BB87uCrx9YFlfUUlwZ6lEW19elLK6sobiidr3tGooqaimuCMFlLE5jDcutlZueHDqAZ6XRPTuV7tmp9MhOo3t2Gj2yUsNldrjMTXeGpVqW4aMkSZIkSVIr2pbAcn2VNXUU14eSIbDcMLwsrqylqLzp/nXlNawprWJNWTV1sTjFlbUUV9Yyd1XZFp8rJSlC9/qQMgSU9ZdZTde7Z6WRnxmWiuekJRO1U7g2w/BRkiRJkiSpHUtPSSI9JYleuc3vDg4Qi4XGO2vKQrOdNaXVrC6tYk1pFavLqkNA2XhbNSVVtdTUxbdqafj6y8EbloQ3bTfd3rhEfP3rGSkkGVx2eoaPkiRJkiRJnVA0GqFbVui2PaLXlvevrKljbVlTSLm6fvZkQ0i5qv5yTVkVRRU1VNZs33JwgJy05PUa7iRvEE7mpIdaljkNTXkat8Olsy47BsNHSZIkSZIkkZ6SRL/8DPrlZzRr/6rauvXqVtY21q/c2FfxFy7LqusAKKmqpaSqliWFFVs93kgEstNC852c9OTG7uANoWVuRtPtDaFl4771AWdKks14WpvhoyRJkiRJkrZaWnISvXKS6JWzdcvBAWrqYl8KK4sra5vqWDY03qkMoWZJZW1jU56SyhqqamPE41BSWUtJZe02fw/ZacnkZ6aEr4zUxu1umankZaSQn5lKt4b7M1PJrw8tkw0tm83wUZIkSZIkSW0qJSlK9/qO29uiqrYuBJL1oWXJesFk8QbbTfcVV9Y0PqakKgSWpVW1lFbVsnjd1s28zElP3nhIWb/dEGLuO6wHGalJ2/Q9dhaGj5IkSZIkSepQ0pKTSMtOosc2hpd1sTjFFTUUVtSwrryaovIaCiuqWVcWbissr6awfMPtdeXVjbMsG2ZcLlq7+dDynR8dZviY6AFIkiRJkiRJbSlpvWY8Q8lq9uNq62IUV9ayriGc3ERIWVRRQ2F5DbkZKa34XXQMho+SJEmSJElSMyQnRSnISqUgKzXRQ+kwrI4pSZIkSZIkqVUYPkqSJEmSJElqFYaPkiRJkiRJklqF4aMkSZIkSZKkVmH4KEmSJEmSJKlVGD5KkiRJkiRJahWGj5IkSZIkSZJaheGjJEmSJEmSpFZh+ChJkiRJkiSpVRg+SpIkSZIkSWoVho+SJEmSJEmSWoXhoyRJkiRJkqRWYfgoSZIkSZIkqVUYPkqSJEmSJElqFYaPkiRJkiRJklqF4aMkSZIkSZKkVmH4KEmSJEmSJKlVGD5KkiRJkiRJahWGj5IkSZIkSZJaheGjJEmSJEmSpFZh+ChJkiRJkiSpVRg+SpIkSZIkSWoVho+SJEmSJEmSWoXhoyRJkiRJkqRWYfgoSZIkSZIkqVUYPkqSJEmSJElqFYaPkiRJkiRJklqF4aMkSZIkSZKkVmH4KEmSJEmSJKlVGD5KkiRJkiRJahWGj5IkSZIkSZJaheGjJEmSJEmSpFZh+ChJkiRJkiSpVRg+SpIkSZIkSWoVho+SJEmSJEmSWoXhoyRJkiRJkqRWYfgoSZIkSZIkqVUYPkqSJEmSJElqFYaPkiRJkiRJklqF4aMkSZIkSZKkVmH4KEmSJEmSJKlVGD5KkiRJkiRJahWGj5IkSZIkSZJaheGjJEmSJEmSpFZh+ChJkiRJkiSpVRg+SpIkSZIkSWoVho+SJEmSJEmSWoXhoyRJkiRJkqRWYfgoSZIkSZIkqVUYPkqSJEmSJElqFYaPkiRJkiRJklqF4aMkSZIkSZKkVmH4KEmSJEmSJKlVJCd6AG0tHo8DUFxcnOCRtJ6amhrKy8spLi4mJSUl0cORtJ08p6XOxXNa6lw8p6XOxXNaap6GXK0hZ9ucLhc+lpSUADBw4MAEj0SSJEmSJEnquEpKSsjLy9vsPpF4cyLKTiQWi7F06VJycnKIRCKJHk6rKC4uZuDAgSxatIjc3NxED0fSdvKcljoXz2mpc/GcljoXz2mpeeLxOCUlJfTr149odPNVHbvczMdoNMqAAQMSPYw2kZub6y9LqRPxnJY6F89pqXPxnJY6F89pacu2NOOxgQ1nJEmSJEmSJLUKw0dJkiRJkiRJrcLwsRNKS0vjuuuuIy0tLdFDkdQCPKelzsVzWupcPKelzsVzWmp5Xa7hjCRJkiRJkqS24cxHSZIkSZIkSa3C8FGSJEmSJElSqzB8lCRJkiRJktQqDB8lSZIkSZIktQrDx07mxhtvZMiQIaSnpzN+/HjeeeedRA9JUjO9+uqrHH/88fTr149IJMJjjz22wf3xeJz/+7//o2/fvmRkZDBx4kQ+++yzxAxW0mb95je/Ya+99iInJ4devXpx4oknMmvWrA32qays5IorrqB79+5kZ2dzyimnsGLFigSNWNLm3HTTTYwZM4bc3Fxyc3PZd999efbZZxvv93yWOrbf/va3RCIRrr766sbbPK+llmP42Ik88MADXHPNNVx33XW899577Lbbbhx55JGsXLky0UOT1AxlZWXstttu3HjjjRu9//e//z1//etf+ec//8nbb79NVlYWRx55JJWVlW08UklbMnnyZK644greeustXnjhBWpqajjiiCMoKytr3Ofb3/42Tz75JA899BCTJ09m6dKlnHzyyQkctaRNGTBgAL/97W+ZNm0a7777LoceeignnHACn3zyCeD5LHVkU6dO5V//+hdjxozZ4HbPa6nlROLxeDzRg1DLGD9+PHvttRd///vfAYjFYgwcOJBvfvObXHvttQkenaStEYlEePTRRznxxBOBMOuxX79+fOc73+G73/0uAEVFRfTu3Zs77riDM888M4GjlbQlq1atolevXkyePJmDDjqIoqIievbsyb333supp54KwMyZM9lxxx1588032WeffRI8YklbUlBQwB/+8AdOPfVUz2epgyotLWXs2LH84x//4Fe/+hW77747119/vX+npRbmzMdOorq6mmnTpjFx4sTG26LRKBMnTuTNN99M4MgktYR58+axfPnyDc7xvLw8xo8f7zkudQBFRUVACCsApk2bRk1NzQbn9OjRoxk0aJDntNTO1dXVcf/991NWVsa+++7r+Sx1YFdccQXHHnvsBucv+HdaamnJiR6AWsbq1aupq6ujd+/eG9zeu3dvZs6cmaBRSWopy5cvB9joOd5wn6T2KRaLcfXVV7P//vuzyy67AOGcTk1NJT8/f4N9Pael9uujjz5i3333pbKykuzsbB599FF22mknpk+f7vksdUD3338/7733HlOnTv3Sff6dllqW4aMkSVIruuKKK/j44495/fXXEz0USdth1KhRTJ8+naKiIh5++GHOP/98Jk+enOhhSdoGixYt4qqrruKFF14gPT090cOROj2XXXcSPXr0ICkp6Uvdt1asWEGfPn0SNCpJLaXhPPYclzqWK6+8kqeeeoqXX36ZAQMGNN7ep08fqqurKSws3GB/z2mp/UpNTWXEiBGMGzeO3/zmN+y2227ccMMNns9SBzRt2jRWrlzJ2LFjSU5OJjk5mcmTJ/PXv/6V5ORkevfu7XkttSDDx04iNTWVcePG8eKLLzbeFovFePHFF9l3330TODJJLWHo0KH06dNng3O8uLiYt99+23Ncaofi8ThXXnkljz76KC+99BJDhw7d4P5x48aRkpKywTk9a9YsFi5c6DktdRCxWIyqqirPZ6kDOuyww/joo4+YPn1649eee+7JOeec07jteS21HJdddyLXXHMN559/PnvuuSd77703119/PWVlZVx44f9v7/5Cmvr/OI6/jlRrWzrUma1AKhIxwaI/kGWQSbkFhbGoYNQWwbBsFBKFkmbkZWRXDoq0CzPBoJLQjQq6EaIiNKEVBBWBiUYFOsgb/V3EbzD8/b748+v5zvo9HzDY5/M52947cG5enPP+HEt1aQBmYHx8XO/fv0+MP3z4oP7+fmVlZSkvL09nzpxRU1OT8vPztWrVKtXX12v58uWJHbEBzB/V1dXq6OjQgwcPlJ6enugP5XA4ZLVa5XA4dPz4cdXU1CgrK0sZGRkKhUIqKSlhB01gHqqtrZXH41FeXp7GxsbU0dGhp0+fKhqNcj0Dv6H09PREH+Z/s9vtys7OTsxzXQNzh/DxD3Lo0CGNjo6qoaFBw8PDWr9+vSKRyLQNKgDMTy9fvlRZWVliXFNTI0ny+/26deuWzp07p3g8rmAwqB8/fqi0tFSRSIQ+NcA8FA6HJUk7duxImm9ra1MgEJAkNTc3Ky0tTV6vVxMTE6qoqFBLS8s/XCmAmRgZGdHRo0f15csXORwOFRcXKxqNateuXZK4noE/Edc1MHeMqampqVQXAQAAAAAAAODPQ89HAAAAAAAAAKYgfAQAAAAAAABgCsJHAAAAAAAAAKYgfAQAAAAAAABgCsJHAAAAAAAAAKYgfAQAAAAAAABgCsJHAAAAAAAAAKYgfAQAAMBvyzAM3b9/P9VlAAAA4L8gfAQAAMCsBAIBGYYx7eV2u1NdGgAAAOaJBakuAAAAAL8vt9uttra2pDmLxZKiagAAADDfcOcjAAAAZs1isWjZsmVJr8zMTEm/HokOh8PyeDyyWq1avXq17t69m/T5wcFB7dy5U1arVdnZ2QoGgxofH086prW1VUVFRbJYLHK5XDp16lTS+tevX7V//37ZbDbl5+eru7s7sfb9+3f5fD7l5OTIarUqPz9/WlgKAAAA8xA+AgAAwDT19fXyer0aGBiQz+fT4cOHFYvFJEnxeFwVFRXKzMzUixcv1NXVpcePHyeFi+FwWNXV1QoGgxocHFR3d7fWrFmT9BuXLl3SwYMH9fr1a+3Zs0c+n0/fvn1L/P6bN2/U29urWCymcDgsp9P5z50AAACA/3PG1NTUVKqLAAAAwO8nEAiovb1dixcvTpqvq6tTXV2dDMNQVVWVwuFwYm3Lli3asGGDWlpadOPGDZ0/f16fP3+W3W6XJPX09Gjv3r0aGhpSbm6uVqxYoWPHjqmpqek/1mAYhi5cuKDLly9L+hVoLlmyRL29vXK73dq3b5+cTqdaW1tNOgsAAAD4K/R8BAAAwKyVlZUlhYuSlJWVlXhfUlKStFZSUqL+/n5JUiwW07p16xLBoyRt27ZNk5OTevfunQzD0NDQkMrLy/+yhuLi4sR7u92ujIwMjYyMSJJOnDghr9erV69eaffu3aqsrNTWrVtn9V8BAADwvyN8BAAAwKzZ7fZpj0HPFavVOqPjFi5cmDQ2DEOTk5OSJI/Ho0+fPqmnp0ePHj1SeXm5qqurdeXKlTmvFwAAANPR8xEAAACmefbs2bRxYWGhJKmwsFADAwOKx+OJ9b6+PqWlpamgoEDp6elauXKlnjx58rdqyMnJkd/vV3t7u65du6br16//re8DAADAzHHnIwAAAGZtYmJCw8PDSXMLFixIbOrS1dWlTZs2qbS0VLdv39bz58918+ZNSZLP59PFixfl9/vV2Nio0dFRhUIhHTlyRLm5uZKkxsZGVVVVaenSpfJ4PBobG1NfX59CodCM6mtoaNDGjRtVVFSkiYkJPXz4MBF+AgAAwHyEjwAAAJi1SCQil8uVNFdQUKC3b99K+rUTdWdnp06ePCmXy6U7d+5o7dq1kiSbzaZoNKrTp09r8+bNstls8nq9unr1auK7/H6/fv78qebmZp09e1ZOp1MHDhyYcX2LFi1SbW2tPn78KKvVqu3bt6uzs3MO/jkAAABmgt2uAQAAYArDMHTv3j1VVlamuhQAAACkCD0fAQAAAAAAAJiC8BEAAAAAAACAKej5CAAAAFPQ3QcAAADc+QgAAAAAAADAFISPAAAAAAAAAExB+AgAAAAAAADAFISPAAAAAAAAAExB+AgAAAAAAADAFISPAAAAAAAAAExB+AgAAAAAAADAFISPAAAAAAAAAExB+AgAAAAAAADAFP8CCOQBoTo2k6QAAAAASUVORK5CYII=", + "text/plain": [ + "
" + ] + }, + "metadata": {}, + "output_type": "display_data" + } + ], + "source": [ + "callback = keras.callbacks.EarlyStopping(monitor='val_loss',\n", + " restore_best_weights=True,\n", + " patience=10)\n", + "\n", + "history = model.fit(X_train,Y_train,epochs=100,validation_data=(X_test, Y_test),batch_size=1024,callbacks=[callback])\n", + "\n", + "plt.figure(figsize=(10, 6))\n", + "plt.plot(history.history['accuracy'], linewidth=2.5, label='accuracy')\n", + "plt.plot(history.history['val_accuracy'], linewidth=2.5, label='val_accuracy')\n", + "plt.legend(fontsize=12, frameon=True, shadow=True)\n", + "plt.grid(alpha=0.3)\n", + "plt.xlabel('Epochs', fontsize=14, fontweight='bold')\n", + "plt.ylabel('Accuracy', fontsize=14, fontweight='bold')\n", + "plt.tick_params(axis='both', labelsize=11)\n", + "plt.tight_layout()\n", + "plt.savefig('images/training_accuracy.png', dpi=300, bbox_inches='tight')\n", + "plt.show()\n", + "\n", + "plt.figure(figsize=(10, 6))\n", + "plt.plot(history.history['loss'], linewidth=2.5, label='loss')\n", + "plt.plot(history.history['val_loss'], linewidth=2.5, label='val_loss')\n", + "plt.legend(fontsize=12, frameon=True, shadow=True)\n", + "plt.grid(alpha=0.3)\n", + "plt.xlabel('Epochs', fontsize=14, fontweight='bold')\n", + "plt.ylabel('Loss', fontsize=14, fontweight='bold')\n", + "plt.tick_params(axis='both', labelsize=11)\n", + "plt.tight_layout()\n", + "plt.savefig('images/training_loss.png', dpi=300, bbox_inches='tight')\n", + "plt.show()" + ] + }, + { + "cell_type": "code", + "execution_count": 8, + "id": "f9ea7cc2", + "metadata": {}, + "outputs": [ + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\u001b[1m15975/15975\u001b[0m \u001b[32m━━━━━━━━━━━━━━━━━━━━\u001b[0m\u001b[37m\u001b[0m \u001b[1m139s\u001b[0m 9ms/step - accuracy: 0.6004 - loss: 1.1973\n", + "Test accuracy 0.6012117266654968\n", + "Test loss 1.1940562725067139\n" + ] + } + ], + "source": [ + "test_loss, test_acc = model.evaluate(X_test, Y_test)\n", + "\n", + "print(\"Test accuracy\", test_acc)\n", + "print(\"Test loss\", test_loss)\n" + ] + }, + { + "cell_type": "code", + "execution_count": 9, + "id": "813480fe", + "metadata": {}, + "outputs": [ + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\u001b[1m615/615\u001b[0m \u001b[32m━━━━━━━━━━━━━━━━━━━━\u001b[0m\u001b[37m\u001b[0m \u001b[1m5s\u001b[0m 8ms/step\n", + "SNR: -20 accuracy 0.04334349593495935\n", + "\u001b[1m614/614\u001b[0m \u001b[32m━━━━━━━━━━━━━━━━━━━━\u001b[0m\u001b[37m\u001b[0m \u001b[1m4s\u001b[0m 7ms/step\n", + "SNR: -18 accuracy 0.0463302752293578\n", + "\u001b[1m618/618\u001b[0m \u001b[32m━━━━━━━━━━━━━━━━━━━━\u001b[0m\u001b[37m\u001b[0m \u001b[1m5s\u001b[0m 8ms/step\n", + "SNR: -16 accuracy 0.04974696356275304\n", + "\u001b[1m613/613\u001b[0m \u001b[32m━━━━━━━━━━━━━━━━━━━━\u001b[0m\u001b[37m\u001b[0m \u001b[1m5s\u001b[0m 8ms/step\n", + "SNR: -14 accuracy 0.05818107583954272\n", + "\u001b[1m617/617\u001b[0m \u001b[32m━━━━━━━━━━━━━━━━━━━━\u001b[0m\u001b[37m\u001b[0m \u001b[1m5s\u001b[0m 8ms/step\n", + "SNR: -12 accuracy 0.08337982451691434\n", + "\u001b[1m615/615\u001b[0m \u001b[32m━━━━━━━━━━━━━━━━━━━━\u001b[0m\u001b[37m\u001b[0m \u001b[1m5s\u001b[0m 8ms/step\n", + "SNR: -10 accuracy 0.1315186975324345\n", + "\u001b[1m619/619\u001b[0m \u001b[32m━━━━━━━━━━━━━━━━━━━━\u001b[0m\u001b[37m\u001b[0m \u001b[1m4s\u001b[0m 6ms/step\n", + "SNR: -8 accuracy 0.1850729687421098\n", + "\u001b[1m613/613\u001b[0m \u001b[32m━━━━━━━━━━━━━━━━━━━━\u001b[0m\u001b[37m\u001b[0m \u001b[1m3s\u001b[0m 5ms/step\n", + "SNR: -6 accuracy 0.26047674952784444\n", + "\u001b[1m615/615\u001b[0m \u001b[32m━━━━━━━━━━━━━━━━━━━━\u001b[0m\u001b[37m\u001b[0m \u001b[1m5s\u001b[0m 8ms/step\n", + "SNR: -4 accuracy 0.3364163024697632\n", + "\u001b[1m611/611\u001b[0m \u001b[32m━━━━━━━━━━━━━━━━━━━━\u001b[0m\u001b[37m\u001b[0m \u001b[1m5s\u001b[0m 8ms/step\n", + "SNR: -2 accuracy 0.41535705144612234\n", + "\u001b[1m610/610\u001b[0m \u001b[32m━━━━━━━━━━━━━━━━━━━━\u001b[0m\u001b[37m\u001b[0m \u001b[1m3s\u001b[0m 5ms/step\n", + "SNR: 0 accuracy 0.5281440812766176\n", + "\u001b[1m611/611\u001b[0m \u001b[32m━━━━━━━━━━━━━━━━━━━━\u001b[0m\u001b[37m\u001b[0m \u001b[1m5s\u001b[0m 8ms/step\n", + "SNR: 2 accuracy 0.6248145305704784\n", + "\u001b[1m619/619\u001b[0m \u001b[32m━━━━━━━━━━━━━━━━━━━━\u001b[0m\u001b[37m\u001b[0m \u001b[1m5s\u001b[0m 8ms/step\n", + "SNR: 4 accuracy 0.7374747474747475\n", + "\u001b[1m614/614\u001b[0m \u001b[32m━━━━━━━━━━━━━━━━━━━━\u001b[0m\u001b[37m\u001b[0m \u001b[1m5s\u001b[0m 8ms/step\n", + "SNR: 6 accuracy 0.8447774889126778\n", + "\u001b[1m617/617\u001b[0m \u001b[32m━━━━━━━━━━━━━━━━━━━━\u001b[0m\u001b[37m\u001b[0m \u001b[1m5s\u001b[0m 8ms/step\n", + "SNR: 8 accuracy 0.8990923381167284\n", + "\u001b[1m626/626\u001b[0m \u001b[32m━━━━━━━━━━━━━━━━━━━━\u001b[0m\u001b[37m\u001b[0m \u001b[1m5s\u001b[0m 8ms/step\n", + "SNR: 10 accuracy 0.927009485771343\n", + "\u001b[1m607/607\u001b[0m \u001b[32m━━━━━━━━━━━━━━━━━━━━\u001b[0m\u001b[37m\u001b[0m \u001b[1m5s\u001b[0m 8ms/step\n", + "SNR: 12 accuracy 0.940218511647083\n", + "\u001b[1m611/611\u001b[0m \u001b[32m━━━━━━━━━━━━━━━━━━━━\u001b[0m\u001b[37m\u001b[0m \u001b[1m3s\u001b[0m 6ms/step\n", + "SNR: 14 accuracy 0.9425646275915024\n", + "\u001b[1m617/617\u001b[0m \u001b[32m━━━━━━━━━━━━━━━━━━━━\u001b[0m\u001b[37m\u001b[0m \u001b[1m5s\u001b[0m 8ms/step\n", + "SNR: 16 accuracy 0.9455254890037499\n", + "\u001b[1m612/612\u001b[0m \u001b[32m━━━━━━━━━━━━━━━━━━━━\u001b[0m\u001b[37m\u001b[0m \u001b[1m5s\u001b[0m 8ms/step\n", + "SNR: 18 accuracy 0.9457621920049075\n", + "\u001b[1m614/614\u001b[0m \u001b[32m━━━━━━━━━━━━━━━━━━━━\u001b[0m\u001b[37m\u001b[0m \u001b[1m5s\u001b[0m 7ms/step\n", + "SNR: 20 accuracy 0.94831013916501\n", + "\u001b[1m621/621\u001b[0m \u001b[32m━━━━━━━━━━━━━━━━━━━━\u001b[0m\u001b[37m\u001b[0m \u001b[1m4s\u001b[0m 7ms/step\n", + "SNR: 22 accuracy 0.9477739726027398\n", + "\u001b[1m614/614\u001b[0m \u001b[32m━━━━━━━━━━━━━━━━━━━━\u001b[0m\u001b[37m\u001b[0m \u001b[1m5s\u001b[0m 8ms/step\n", + "SNR: 24 accuracy 0.9477300488599348\n", + "\u001b[1m621/621\u001b[0m \u001b[32m━━━━━━━━━━━━━━━━━━━━\u001b[0m\u001b[37m\u001b[0m \u001b[1m5s\u001b[0m 8ms/step\n", + "SNR: 26 accuracy 0.9490987815929917\n", + "\u001b[1m611/611\u001b[0m \u001b[32m━━━━━━━━━━━━━━━━━━━━\u001b[0m\u001b[37m\u001b[0m \u001b[1m5s\u001b[0m 8ms/step\n", + "SNR: 28 accuracy 0.9460924713584288\n", + "\u001b[1m612/612\u001b[0m \u001b[32m━━━━━━━━━━━━━━━━━━━━\u001b[0m\u001b[37m\u001b[0m \u001b[1m4s\u001b[0m 7ms/step\n", + "SNR: 30 accuracy 0.9463118103800572\n" + ] + }, + { + "data": { + "image/png": "iVBORw0KGgoAAAANSUhEUgAABSgAAAUUCAYAAADcKfxeAAAAOnRFWHRTb2Z0d2FyZQBNYXRwbG90bGliIHZlcnNpb24zLjEwLjMsIGh0dHBzOi8vbWF0cGxvdGxpYi5vcmcvZiW1igAAAAlwSFlzAAAPYQAAD2EBqD+naQAAtKhJREFUeJzs3XmcnWV9Pv7rzJJMErKSfYGwQ4AsBMsqSmUTWYL7bvWrrVYqgtZqVShthWot+qvS2lZbxaViAQPKJou4ASKQhABhDxBC9pBtksx6fn9MEggJOJOcmWeW9/v14jUz93PO5Ip6xjMX9/18SuVyuRwAAAAAgAJUFR0AAAAAAOi7FJQAAAAAQGEUlAAAAABAYRSUAAAAAEBhFJQAAAAAQGEUlAAAAABAYRSUAAAAAEBhFJQAAAAAQGEUlAAAAABAYRSUAAAAAEBhCi0of/3rX+fMM8/M+PHjUyqVMnv27D/6nDvuuCNHHHFE+vfvn/333z/f/e53Oz0nAAAAANA5Ci0o6+vrM23atFx++eXtevzChQvzpje9KSeeeGLmzp2bT37yk/nwhz+cm2++uZOTAgAAAACdoVQul8tFh0iSUqmUn/70p5k1a9YrPuZv/uZvcv311+fBBx/ctvbOd74za9asyU033dQFKQEAAACASqopOkBH3HXXXTnppJO2Wzv11FPzyU9+8hWf09DQkIaGhm1ft7a2ZvXq1dlzzz1TKpU6KyoAAAAA9Erlcjnr16/P+PHjU1W1+we0e1RBuXTp0owZM2a7tTFjxmTdunXZtGlTBgwYsMNzLr300lx88cVdFREAAAAA+oRFixZl4sSJu/19elRBuSs+97nP5YILLtj29dq1a7PXXnvlsccey4gRIwpMBlRaU1NTfvnLX+bEE09MbW1t0XGACvL6ht7L6xt6L69v6L1Wr16dAw88MIMHD67I9+tRBeXYsWOzbNmy7daWLVuWIUOG7HT3ZJL0798//fv332F9xIgR2XPPPTslJ1CMpqamDBw4MHvuuac3QNDLeH1D7+X1Db2X1zf0fpW6fWKhU7w76phjjsltt9223dott9ySY445pqBEAAAAAMDuKLSg3LBhQ+bOnZu5c+cmSRYuXJi5c+fm2WefTdJ2PPv973//tsd/9KMfzVNPPZXPfOYzeeSRR/Jv//Zv+clPfpLzzz+/iPgAAAAAwG4qtKC89957M2PGjMyYMSNJcsEFF2TGjBm58MILkyRLlizZVlYmyT777JPrr78+t9xyS6ZNm5Z/+Zd/ybe//e2ceuqpheQHAAAAAHZPofegfP3rX59yufyK17/73e/u9Dlz5szpxFQAAAAAQFfpUfegBAAAAAB6FwUlAAAAAFAYBSUAAAAAUBgFJQAAAABQGAUlAAAAAFAYBSUAAAAAUBgFJQAAAABQGAUlAAAAAFAYBSUAAAAAUBgFJQAAAABQGAUlAAAAAFAYBSUAAAAAUBgFJQAAAABQGAUlAAAAAFAYBSUAAAAAUBgFJQAAAABQGAUlAAAAAFAYBSUAAAAAUBgFJQAAAABQGAUlAAAAAFAYBSUAAAAAUBgFJQAAAABQGAUlAAAAAFAYBSUAAAAAUBgFJQAAAABQGAUlAAAAAFAYBSUAAAAAUBgFJQAAAABQGAUlAAAAAFAYBSUAAAAAUBgFJQAAAABQGAUlAAAAAFAYBSUAAAAAUBgFJQAAAABQGAUlAAAAAFAYBSUAAAAAUBgFJQAAAABQGAUlAAAAAFAYBSUAAAAAUBgFJQAAAABQGAUlAAAAAFAYBSUAAAAAUBgFJQAAAABQGAUlAAAAAFAYBSUAAAAAUBgFJQAAAABQGAUlAAAAAFAYBSUAAAAAUBgFJQAAAABQGAUlAAAAAFAYBSUAAAAAUBgFJQAAAABQGAUlAAAAAFAYBSUAAAAAUJiaogMAAAAA0Ls1t7Rmc3NrGppasrm5NZubWrK5qSUNWz5vaGpNQ3NLNje9/FprNje3Xd/c3JLqUinDB9Zm2MB+GT5oy8eB/batDamrSalUKvqvSwcpKAEAAIAOaWxuzbrNTVm3qSnrNjdn7aatnzdl3abmrNvclDX1DXliYVXuuObB9KuuTlVVKTVVpVRXlVJVKqWmesvHqtKO116yVlVVSvUrrFVvec7O1rb980pr1S+7tpO1qlJ6XdlVLpfT2NJW/DW8pCDcrghsatmuFNxaGjZsLRhf6XlbHtvw0u+z5bHNreUu+fvVVJUybGuB+ZKPwwf2225txKAXPx82sDa11Q4ZF0lBCQAAAH1Mc0tr1m9u3lYort1WLm5fMr5YPDZvu7Z2U1M2N7W280+qyh9WPt+pf5fOtrWofKlSSi/94mXXXvb1dg8tvcq1lz+v9IrXXuWP3/55L7lYLqetOGxuTblrusJX1K+mKv1rqlJXW5262qr0r2n7WFdTnf5bPtbVtn2+7VptdfrXVKWltZwXNjbmhY1NWbOxMS/Ub/m4sSmbmlrS3FrOyg2NWbmhsUOZBvevybBB2xeZw7fuzhz08qKz7ePAftW9rsAuioISAAAAepjW1nLWN2xfGm4tFbcrFF9WOK7b1PbY+saWiuQYXFeTIXW1GTKgNkMHvPj5kLra7NGvKs889VgOPOjgpNRWLG37p1xOa2s5za+wtu3aTtZay22Pf/lac8uL17Z+v52ttbRs+dj64vd5NS2t5ez4n1bBDV+FlErZUga+WAC2FYPVqaup2vbxpdfqXl4avvTay5/zkrJx6/P611Sl6uWNb4VsbmrJmo1NWV3fuK20fGHjyz9v+/hCfdvaus1NKZeT9Q3NWd/QnEWrN7X7z+tXU7VDabmzInP4oBfXhgyoTXUF/v7lcjnlctv/Elu3fb7lY3nL2pbHtZaT7GTtpY8vZ8taeedrbS+T8pbvnbywev1u/x1eSkEJAABAj9fY3LrdLqptv7Bv+YW8tXXHX8i3/rLeuuW3/K3Peekv8Vt/Gd/hl/eU09qaHZ+f7PTPblt/2fNfkiMvy9jaWs6GhpZX3NW4oaG5IrvgBvarztAtheKQLQXj0AFbS8aabWXjkAEvu15Xmz3qal61aGlqasoNmx/N6a/dJ7W1tbsfthO1tm5fWr68yHzpf9bll5STL//v4OX/lZTLr/zY7R/38u/Tvj+j/LKL21/b8c/p/7LisLa61Kt2ANbVVmfs0OqMHVrX7ue0tJazdtNLisz6LQXmy3ZpvrTcXLOxKY0trWlsbs2ydQ1Ztq6h3X9eqZQMqatNTVVpx58XLysct/5M2dnPl6K1Nmys6PdTUAIAANBttLaW2+5f+PLdThubsnYnu6DWbCkQKrUjsKfpX1O1rUx8sVhsKxOHvrRc3Mna4Loa993boqqqlKqUUltddBK6WnVVKSMGtd2Tsr3K5XI2NrZs2an5YqH58p9bL72+ZuOL/2Jh7aamTvwbtV+p1HaLgFJpy/1WU2pb2/L51nuw7vC4Uikt1Y1ZVMEsCkoAAAA6xabGlm2/uK/d2LTT45ZrX/YL/dpNTdnVWRpVpWTogNoM7FeTqqqkqtR2x7+qLb9dv/Tr0tZfvJNUVb34y3i2/aK+k8dt+XrH9Rd/cc+2X+pf+fl/NFOp7XsO6v/KOxqHbikY6zRq0OVKpVIG9a/JoP41mTSi/c9rbG7Nmk1tP/dayuVtr//Sy342bP350fZnvexnT7Lznx0ppVSVHdde+vMo25eMu2PVqlUZeclufYvtKCgBAAB4Vc0trVuOQDbttFx8cX3rjsa29Ybm9g5S2dGgftXbputudy+3l0zd3X69XwbX1XTave0Adle/mqqMHlyX0YPbfwS9r1BQAgAA9HLlcjmbmlqyfnNz1m9uG6Cy9fP1m5uz4SXra7YrHNuKxvWbm3f5z66pKm0bGjFs4Msn4b58ve3roQNr07/GzkCAvkJBCQAA0I2Vy+XUN7ZsKxN3VjC++PFlnze8+HnLrp6bfonBdTWvuotxZx/36F/Tq4ZwAFB5CkoAAIBO0tpazvqGl+xUfMnn69pRMK7b3JT6huZdvifjy1WVkj3612RwXdv9C4ds+Ti4riZ71LWtD3/ZbsatuxuHDahNjYEqAHQCBSUAAMAuamppzV1PrsovHl6a517YtEPBuKFh149Gv1x1VWlbmTi4/9ZisW1wytbPX/pxj7qaLddeXB/Ur9puRgC6HQUlAABABzQ2t+Z3T6zMDfOX5BcPL8vaTU1/9Dn9qqteLBe3Fojb7WTcsWB8aQG5R11NBtQqFwHonRSUAAAAf8Tmppb85vGVuXH+ktyyYNl2Q2P2HNQvpx42NtMnDttpwTi4riZ1tQa+AMArUVACAADsxKbGlvzqseW5Yf7S3LZgWeobW7ZdGzW4f9542Ni88bBx+ZN9RqS6ys5GANhVCkoAAIAt6hua88tHl+fG+Utz+yPLs6npxVJy3NC6nHbY2Jx++LjM3Gt4qpSSAFARCkoAAKBPW7+5Kbc/sjw3zF+SOx5dkYbm1m3XJg4f0LZT8vBxmT5xmFISADqBghIAAOhz1m5syq0LluXGB5fk14+tTGPLi6Xk3nsOzOmHj8vph43LYROGGEwDAJ1MQQkAAPQJL9Q35paHl+WGB5fkd0+sTFNLedu1fUcNypsOH5c3HjYuh4wbrJQEgC6koAQAAHqtlRsa8ouH2nZK3vnkqrS0vlhKHjRmcN54eNs9JQ8YvYdSEgAKoqAEAAB6leXrNufmh5bmhvlL8/uFq/KSTjJTxg3J6YePzWmHjcv+o/coLiQAsI2CEgAA6PGWrN2Umx5cmhvnL80fnlmd8ktKyakTh+aNh43LGw8bm8kjBxUXEgDYKQUlAADQIz33wsbc9ODS3DB/Se5/ds1212bsNSynHzYupx02NpNGDCwmIADQLgpKAACgx3hmVX1umL80Nz24JPOeW7ttvVRKjtx7eN64pZQcP2xAgSkBgI5QUAIAAN3akys25Mb5S3LD/KV5eMm6betVpeRP9hmR0w8fl1MPHZsxQ+oKTAkA7CoFJQAA0O08tmx9bpi/JDfOX5pHl63ftl5dVcox++6ZNx4+NqdMGZtRg/sXmBIAqAQFJQAAULhyuZwFS9a17ZR8cGmeWL5h27WaqlKO239kTj98bE6eMjYjBvUrMCkAUGkKSgAAoDDPvbApP3u2Kl/7/36Xp1dt3Lber7oqrz1gZN54+LicfMiYDB1YW2BKAKAzKSgBAIAuVy6X8+M/LMo//PzhbGysSrIx/Wqq8voDR+X0w8flTw8ZnSF1SkkA6AsUlAAAQJdavn5zPnf1/Nz2yPIkyT6DyznvjdNy0qHjskd/v6IAQF/j//0BAIAuc9ODS/O3P52f1fWN6VddlfNP2j9j1z6cNx0+NrW1fj0BgL7IOwAAAKDTrd/clIt/9nCuuu+5JMnBYwfn6++cnv32HJAbbni44HQAQJEUlAAAQKf6/VOrcsFP5mXxmk0plZK/OGG/nH/yAelfU52mpqai4wEABVNQAgAAnaKhuSWX/eKx/Odvnkq5nEwcPiCXvX16/mSfEUVHAwC6EQUlAABQcQuWrMv5V87NI0vXJ0neceSkfPHMKYbgAAA78O4AAAComJbWcv7rN0/lsl88lsaW1uw5qF8uffPhOeXQsUVHAwC6KQUlAABQEYtWb8ynfjIv9zy9Okly0iFj8k9vOTwj9+hfcDIAoDtTUAIAALulXC7n/+57Lhdf91DqG1syqF91LjxzSt5+5KSUSqWi4wEA3ZyCEgAA2GUrNzTkc9fMzy0PL0uSHLn38Fz29unZa8+BBScDAHoKBSUAALBLbn14WT57zQNZuaExtdWlXHDyQfnzE/ZNdZVdkwBA+ykoAQCADtnQ0Jx//PnD+fEfFiVJDhozOJe9Y1oOHT+04GQAQE+koAQAANrt3qdX54KfzMuzqzemVEo+fPw++dQpB6WutrroaABAD6WgBAAA/qjG5tZ87dbH8h+/ejKt5WTCsAH56tum5Zj99iw6GgDQwykoAQCAV/Xo0vU5/8q5eXjJuiTJW46YmIvOmpIhdbUFJwMAegMFJQAAsFOtreX89+8W5is3P5rG5tYMH1ibS998eE47bFzR0QCAXkRBCQAA7GDxmk359E/m5a6nViVJTjxoVL781qkZPbiu4GQAQG+joAQAALYpl8v56ZzFuejah7K+oTkDaqvzxTOm5F1/MimlUqnoeABAL6SgBAAAkiSr6xvz+Z/Oz40PLk2SzNhrWL729umZPHJQwckAgN5MQQkAAOSXjy7PZ656ICvWN6SmqpRPnnRAPvq6/VJTXVV0NACgl1NQAgBAH7axsTlfun5Bfvj7Z5Mk+4/eI19/x/QcNmFowckAgL5CQQkAAH3U/c++kAuunJunV21MknzouH3ymdMOSl1tdcHJAIC+REEJAAB9TFNLa75x2+P55i+fSGs5GTe0Ll9927Qct//IoqMBAH2QghIAAPqQJ5avz/lXzsv8xWuTJLOmj8/FZx+WoQNqC04GAPRVCkoAAOgDWlvL+d5dT+efbnwkDc2tGTqgNl8657CcMXV80dEAgD5OQQkAAL3ckrWb8tf/90B++8TKJMkJB47KP791asYMqSs4GQCAghIAAHq1a+cuzhdnP5h1m5tTV1uVz59+SN579N4plUpFRwMASKKgBACAXmnNxsZ8YfaD+fkDS5Ik0yYOzWXvmJ79Ru1RcDIAgO0pKAEAoJf59WMr8tdXzcuydQ2prirlr/50/3z8xP1TW11VdDQAgB0oKAEAoJfY1NiSf7pxQb531zNJkn1HDcrX3j490yYNKzYYAMCrUFACAEAvMG/Rmpz/k7l5akV9kuQDx+ydz77xkAzoV11wMgCAV6egBACAHqyppTWX//KJfOP2J9LSWs6YIf3zz2+dlhMOHFV0NACAdlFQAgBAD/XUig05/yfzMm/RmiTJGVPH5R9nHZZhA/sVGwwAoAMUlAAA0APd+/TqvO8792RTU0uG1NXkH2YdlrOnTyg6FgBAhykoAQCgh1ld35hzfzQnm5pacvS+I/K1d0zPuKEDio4FALBLFJQAANCDlMvlfPr/5mXpus3Zd+SgfOcDr8mg/t7WAwA9V1XRAQAAgPb7zm8X5vZHlqdfTVW++e4jlJMAQI+noAQAgB5i7qI1+fJNjyRJvnjGlEwZP6TgRAAAu09BCQAAPcDaTU35q/+9P00t5Zx++Ni896i9io4EAFARCkoAAOjmyuVyPnfNA1m0elMmjRiQS988NaVSqehYAAAVoaAEAIBu7ge/fzY3zF+a2upSvvmuIzJ0QG3RkQAAKkZBCQAA3djDz6/LP/z84STJ35x2cKZNGlZsIACAClNQAgBAN1Xf0Jxzf3R/Gptb84aDR+f/Hb9P0ZEAACpOQQkAAN1QuVzOF2Y/mKdW1mfc0Lp89W3T3HcSAOiVFJQAANANXXXfc/npnMWprirlX981I8MH9Ss6EgBAp1BQAgBAN/PE8vW58NqHkiTnn3RAXjN5RMGJAAA6j4ISAAC6kc1NLfn4D+dkU1NLjt9/ZD72+v2LjgQA0KkUlAAA0I1c/LOH8+iy9Rm5R/9c9o5pqa5y30kAoHdTUAIAQDfxs3nP53/veTalUvL1d0zP6MF1RUcCAOh0CkoAAOgGnllVn89dMz9J8vHX75/jDxhZcCIAgK6hoAQAgII1NLfk3B/NyYaG5rxm8vB88qQDio4EANBlFJQAAFCwf7rxkcxfvDbDB9bmX981IzXV3qYDAH2Hdz4AAFCgXzy0NP/zu6eTJP/y9mkZN3RAsYEAALqYghIAAAqyeM2m/PVVDyRJPnz8PvnTg8cUnAgAoOspKAEAoABNLa35xP/OydpNTZk2cWg+c9rBRUcCACiEghIAAApw2S2P5b5nXsjgupp8891HpF+Nt+YAQN/kXRAAAHSxXz22Iv9+x5NJki+/ZWomjRhYcCIAgOIoKAEAoAstX7c5F1w5N0ny3qP3yumHjys2EABAwRSUAADQRVpayznvx3Ozqr4xB48dnC+8aUrRkQAACqegBACALvLN25/IXU+tysB+1bn8PUekrra66EgAAIVTUAIAQBe4+6lV+f9ueyxJ8qVzDst+o/YoOBEAQPegoAQAgE62akNDzvvxnLSWk7fOnJhzZkwsOhIAQLehoAQAgE7U2lrOp/5vXpata8h+owbl788+tOhIAADdioISAAA60X/95qnc8eiK9K+pyuXvOSID+9UUHQkAoFtRUAIAQCe5/9kX8s83P5ok+buzDs3BY4cUnAgAoPtRUAIAQCdYu7Epf/WjOWluLefMaePzztdMKjoSAEC3pKAEAIAKK5fL+czV87J4zabsvefAXHLOYSmVSkXHAgDolhSUAABQYVfc9UxufmhZaqtL+ea7jsjgutqiIwEAdFsKSgAAqKAHF6/Nl65fkCT529MPyeEThxacCACge1NQAgBAhWxoaM65P7o/jS2tOXnKmPzZsZOLjgQA0O0pKAEAoALK5XL+9pr5eXrVxkwYNiD//Nap7jsJANAOCkoAAKiAn9y7KNfNez7VVaX867umZ9jAfkVHAgDoERSUAACwmx5btj4XXfdQkuTTpxyUmXuPKDgRAEDPoaAEAIDdsKmxJR//4f3Z3NSaEw4clb84Yd+iIwEA9CgKSgAA2A1/d91DeXz5howe3D+XvX1aqqrcdxIAoCMUlAAAsItmz1mcK+9dlFIp+fo7p2fkHv2LjgQA0OMoKAEAYBcsXFmfz/90fpLkE396QI7db2TBiQAAeiYFJQAAdNDmprb7TtY3tuTofUfkE284oOhIAAA9loISAAA66NIbFuThJesyYlC//H/vnJFq950EANhlCkoAAOiAmx5cku/d9UyS5F/ePi1jhtQVnAgAoGdTUAIAQDstWr0xf33VA0mSv3jdvjnxoNEFJwIA6PkUlAAA0A5NLa35q/+dk/WbmzNjr2H59CkHFR0JAKBXUFACAEA7fPXmRzN30ZoMqavJN941I7XV3koDAFSCd1UAAPBH/PKR5fmPXz+VJPnKW6dl4vCBBScCAOg9FJQAAPAqlq7dnAt+MjdJ8mfHTs5ph40tNhAAQC+joAQAgFfQ3NKaT/x4Tl7Y2JTDJgzJ504/uOhIAAC9joISAABewb/e/kTuWbg6g/pV5xvvOiL9a6qLjgQA0OsoKAEAYCfufGJlvnH740mSS958ePYZOajgRAAAvZOCEgAAXmbF+oacd+XclMvJO18zKWdPn1B0JACAXktBCQAAL9HaWs4FP5mbFesbcuCYPXLRmYcWHQkAoFdTUAIAwEt869dP5jePr0xdbVUuf/cRGdDPfScBADqTghIAALa49+nV+ZdfPJYk+fuzDssBYwYXnAgAoPdTUAIAQJI1Gxvzif+dk5bWcmZNH5+3HTmx6EgAAH2CghIAgD6vXC7n0//3QJ5fuzn7jByUfzzn8JRKpaJjAQD0CQpKAAD6vP/53dO5dcGy9KuuyjffPSN79K8pOhIAQJ+hoAQAoE974Lk1ufTGBUmSL5xxSA4dP7TgRAAAfYuCEgCAPmvd5qac+6M5aWop57RDx+Z9R+9ddCQAgD5HQQkAQJ9ULpfzuWvm59nVGzNx+IB8+a1T3XcSAKAACkoAAPqk/71nUa5/YElqqkr5xrtmZOiA2qIjAQD0SQpKAAD6nAVL1uXinz2UJPnMaQdlxl7DC04EANB3KSgBAOhTWlvLOf/KuWlobs2JB43Kh4/ft+hIAAB9moISAIA+5Q9Pr84jS9dnj/41+erbpqWqyn0nAQCKpKAEAKBPueq+55Ikbzp8XPbco3/BaQAAUFACANBn1Dc05/r5S5Ikbz1yYsFpAABIFJQAAPQhNz24NBsbW7L3ngNz5N4G4wAAdAcKSgAA+oytx7vfesTElEruPQkA0B0oKAEA6BMWrd6Yu55alVIpefNMx7sBALoLBSUAAH3CNfcvTpIct9/ITBg2oOA0AABspaAEAKDXa20t56r7FyVJ3mr3JABAt6KgBACg1/vD06uzaPWm7NG/JqceOrboOAAAvISCEgCAXm/rcJwzpo7LgH7VBacBAOClFJQAAPRq9Q3NuX7+kiSOdwMAdEcKSgAAerWbHlyajY0tmbznwMzce3jRcQAAeBkFJQAAvdrW491vnTkxpVKp4DQAALycghIAgF5r0eqNueupVSmVknOOcLwbAKA7UlACANBrXX1/2+7J4/YbmQnDBhScBgCAnVFQAgDQK7W2lrcVlIbjAAB0XwpKAAB6pXueXp1Fqzdlj/41OfXQsUXHAQDgFSgoAQDolbYOxzlj6rgM6FddcBoAAF6JghIAgF6nvqE5N8xfksTxbgCA7k5BCQBAr3Pjg0uzsbElk/ccmJl7Dy86DgAAr0JBCQBAr3PVfYuStO2eLJVKBacBAODVKCgBAOhVFq3emLufWp1SKTnnCMe7AQC6OwUlAAC9ytX3tw3HOW6/kZkwbEDBaQAA+GMUlAAA9BqtreVtBaXhOAAAPYOCEgCAXuOep1dn0epN2aN/TU49dGzRcQAAaAcFJQAAvcZV97Xtnjxj6rgM6FddcBoAANpDQQkAQK9Q39CcG+YvSeJ4NwBAT6KgBACgV7jxwaXZ2NiSfUYOysy9hxcdBwCAdlJQAgDQK1x136IkbbsnS6VSwWkAAGgvBSUAAD3eotUbc/dTq1MqJefMmFB0HAAAOkBBCQBAj3f1/W3DcY7ff2TGDxtQcBoAADpCQQkAQI/W2lreVlAajgMA0PMoKAEA6NHueXp1Fq3elMH9a3LKlLFFxwEAoIMUlAAA9GhX3de2e/KMaeMyoF91wWkAAOgoBSUAAD1WfUNzbpi/JInj3QAAPZWCEgCAHuuG+UuysbEl+4wclCP2Gl50HAAAdoGCEgCAHmvr8e63zpyYUqlUcBoAAHaFghIAgB7p2VUb8/uFq1MqJefMmFB0HAAAdpGCEgCAHunq+9t2Tx6//8iMHzag4DQAAOwqBSUAAD1Oa2t5W0FpOA4AQM+moAQAoMf5/cLVee6FTRncvyanTBlbdBwAAHaDghIAgB5n63CcM6aNy4B+1QWnAQBgdygoAQDoUeobmnPjg0uSON4NANAbKCgBAOhRbpi/JBsbW7LPyEE5Yq/hRccBAGA3KSgBAOhRth7vfuvMiSmVSgWnAQBgdykoAQDoMZ5dtTG/X7g6pVJyzowJRccBAKACFJQAAPQYV9/ftnvy+P1HZvywAQWnAQCgEhSUAAD0CK2t5W0FpeE4AAC9h4ISAIAe4fcLV+e5FzZlcP+anDJlbNFxAACoEAUlAAA9wtbhOGdMG58B/aoLTgMAQKUoKAEA6PbqG5pz44NLkjjeDQDQ2xReUF5++eWZPHly6urqctRRR+Wee+551cd//etfz0EHHZQBAwZk0qRJOf/887N58+YuSgsAQBFumL8kGxtbsu/IQTlir2FFxwEAoIIKLSivvPLKXHDBBbnoooty//33Z9q0aTn11FOzfPnynT7+Rz/6UT772c/moosuyoIFC/Kd73wnV155Zf72b/+2i5MDANCVth7vfsvMiSmVSgWnAQCgkgotKC+77LJ85CMfyQc/+MFMmTIl3/rWtzJw4MD893//904ff+edd+a4447Lu9/97kyePDmnnHJK3vWud/3RXZcAAPRcz67amN8vXJ1SKXnzEROKjgMAQIXVFPUHNzY25r777svnPve5bWtVVVU56aSTctddd+30Occee2x+8IMf5J577smf/Mmf5KmnnsoNN9yQ973vfa/45zQ0NKShoWHb1+vWrUuSNDU1pampqUJ/G6A72Pqa9tqG3sfru2/7v3ufSZIct9+eGTmwxv8Oehmvb+i9vL6h96r067qwgnLlypVpaWnJmDFjtlsfM2ZMHnnkkZ0+593vfndWrlyZ448/PuVyOc3NzfnoRz/6qke8L7300lx88cU7rP/yl7/MwIEDd+8vAXRLt9xyS9ERgE7i9d33tJaTH86pTlLKvqXlueGGG4qORCfx+obey+sbep+NGzdW9PsVVlDuijvuuCOXXHJJ/u3f/i1HHXVUnnjiiZx33nn5h3/4h3zxi1/c6XM+97nP5YILLtj29bp16zJp0qSceOKJ2XPPPbsqOtAFmpqacsstt+Tkk09ObW1t0XGACvL67rvufmp1Vt99b/boX5O/ftcbUldbXXQkKszrG3ovr2/ovVatWlXR71dYQTly5MhUV1dn2bJl260vW7YsY8eO3elzvvjFL+Z973tfPvzhDydJDj/88NTX1+fP//zP8/nPfz5VVTveUrN///7p37//Duu1tbV+QEIv5fUNvZfXd9/z03lLkiRnThufwQPrCk5DZ/L6ht7L6xt6n0q/pgsbktOvX7/MnDkzt91227a11tbW3HbbbTnmmGN2+pyNGzfuUEJWV7f9W/Ryudx5YQEA6HIbGppz4/ylSZK3zpxYcBoAADpLoUe8L7jggnzgAx/IkUcemT/5kz/J17/+9dTX1+eDH/xgkuT9739/JkyYkEsvvTRJcuaZZ+ayyy7LjBkzth3x/uIXv5gzzzxzW1EJAEDvcMP8JdnU1JJ9Rw7KEXsNKzoOAACdpNCC8h3veEdWrFiRCy+8MEuXLs306dNz0003bRuc8+yzz263Y/ILX/hCSqVSvvCFL2Tx4sUZNWpUzjzzzHzpS18q6q8AAEAnueq+55Ikb5k5MaVSqeA0AAB0lsKH5Jx77rk599xzd3rtjjvu2O7rmpqaXHTRRbnooou6IBkAAEV5ZlV97lm4OqVS8uYjJhQdBwCATlTYPSgBAOCVXH3/4iTJ8fuPzLihAwpOAwBAZ1JQAgDQrbS2lnP1luPdhuMAAPR+CkoAALqVuxeuyuI1mzK4f01OPXRs0XEAAOhkCkoAALqVrcNxzpg2PnW11QWnAQCgsykoAQDoNjY0NOfG+UuTON4NANBXKCgBAOg2bpi/JJuaWrLvyEE5Yq9hRccBAKALKCgBAOg2th7vfsvMiSmVSgWnAQCgKygoAQDoFp5ZVZ97Fq5OqZS8+YgJRccBAKCLKCgBAOgWrr5/cZLk+P1HZtzQAQWnAQCgqygoAQAoXGtrOVdvOd79tiMnFZwGAICupKAEAKBwdy9clcVrNmVwXU1OmTKm6DgAAHQhBSUAAIXbOhznzGnjU1dbXXAaAAC6koISAIBCbWhozo3zlyZJ3jpzYsFpAADoagpKAAAKdcP8JdnU1JJ9Rw3KjEnDio4DAEAXU1ACAFCorce73zpzYkqlUsFpAADoagpKAAAK88yq+tyzcHWqSsmbZzjeDQDQFykoAQAozNVbdk8ef8CojB1aV3AaAACKoKAEAKAQra3lXH3/4iSG4wAA9GUKSgAACnH3U6uyeM2mDK6rySlTxhQdBwCAgigoAQAoxNbhOGdOG5+62uqC0wAAUBQFJQAAXW795qbc8OCSJI53AwD0dQpKAAC63I3zl2ZzU2v2HTUoMyYNKzoOAAAFUlACANDlth7vfuvMiSmVSgWnAQCgSApKAAC61NMr63PP06tTVUrePMPxbgCAvk5BCQBAl7rm/rbdk8cfMCpjh9YVnAYAgKIpKAEA6DKtreVcff/iJIbjAADQRkEJAECXufupVVm8ZlMG19XklCljio4DAEA3oKAEAKDLbB2Oc+a08amrrS44DQAA3YGCEgCALrF+c1NueHBJEse7AQB4kYISAIAuceP8pdnc1Jp9Rw3KjEnDio4DAEA3oaAEAKBLbD3e/daZE1MqlQpOAwBAd6GgBACg0z29sj73PL06VaXkzTMc7wYA4EUKSgAAOt0197ftnnztAaMydmhdwWkAAOhOFJQAAHSq1tZyrr5/cRLDcQAA2JGCEgCATnX3U6uyeM2mDK6ryclTxhQdBwCAbkZBCQBAp9o6HOesaeNTV1tdcBoAALobBSUAAJ1m/eam3PDgkiSOdwMAsHMKSgAAOs0N85dkc1Nr9hs1KNMnDSs6DgAA3ZCCEgCATrP1ePdbZ05KqVQqOA0AAN2RghIAgE7x9Mr6/OHpF1JVSs6ZMaHoOAAAdFMKSgAAOsXV97ftnnztAaMydmhdwWkAAOiuFJQAAFRca2s5V2873m04DgAAr0xBCQBAxd311Ko8v3ZzBtfV5OQpY4qOAwBAN6agBACg4rYOxzlr2vjU1VYXnAYAgO5MQQkAQEWt39yUGx9cksTxbgAA/jgFJQAAFXXD/CXZ3NSa/UYNyvRJw4qOAwBAN6egBACgoq7aNhxnUkqlUsFpAADo7hSUAABUzNMr6/OHp19IVSk5Z8aEouMAANADKCgBAKiYq+9v2z352gNGZezQuoLTAADQEygoAQCoiNbWcq7edrzbcBwAANpHQQkAQEXc9dSqPL92cwbX1eTkKWOKjgMAQA+hoAQAoCK2Dsc5a9r41NVWF5wGAICeQkEJAMBuW7+5KTc+uCRJ8rYjJxWcBgCAnkRBCQDAbrth/pJsbmrN/qP3yLSJQ4uOAwBAD6KgBABgt131kuE4pVKp4DQAAPQkCkoAAHbL0yvr84enX0hVKTlnxoSi4wAA0MMoKAEA2C1X39+2e/KEA0dlzJC6gtMAANDTKCgBANhlra3lXP2S490AANBRCkoAAHbZXU+tyvNrN2dIXU1OOmRM0XEAAOiBFJQAAOyy/7t3UZLkrOnjU1dbXXAaAAB6IgUlAAC7ZN3mptz00NIkyVtnTio4DQAAPZWCEgCAXXLDA0uyuak1+4/eI9MmDi06DgAAPZSCEgCAXXLVS4bjlEqlgtMAANBTKSgBAOiwhSvrc+8zL6SqlJwzY0LRcQAA6MEUlAAAdNjVW3ZPnnDgqIwZUldwGgAAejIFJQAAHdLSWs7V9794vBsAAHaHghIAgA6568lVWbJ2c4bU1eSkQ8YUHQcAgB5OQQkAQIdcdd+iJMlZ08enrra64DQAAPR0CkoAANpt3eam3PTQ0iTJW2dOKjgNAAC9gYISAIB2u+GBJdnc1Jr9R++RaROHFh0HAIBeQEEJAEC7XTNncZLkLUdMTKlUKjgNAAC9gYISAIB2ee6Fjbln4eqUSsnZ08cXHQcAgF5CQQkAQLtcN+/5JMlR+4zI+GEDCk4DAEBvoaAEAOCPKpfLmb3lePc5MyYUnAYAgN5EQQkAwB+1YMn6PLZsQ/pVV+W0w8YVHQcAgF5EQQkAwB81e27b7sk3HDI6QwfUFpwGAIDeREEJAMCramkt57q5bfefPHu6490AAFSWghIAgFf1+4WrsnTd5gypq8mJB48qOg4AAL2MghIAgFe1dTjOm6aOS/+a6oLTAADQ2ygoAQB4RZubWnLj/KVJHO8GAKBzKCgBAHhFtz+yPOsbmjN+aF3+ZPKIouMAANALKSgBAHhFW493nzV9QqqqSgWnAQCgN1JQAgCwU2s2NuaXjy5Pkpwzw/FuAAA6h4ISAICdumH+0jS1lHPw2ME5aOzgouMAANBLKSgBANiprce77Z4EAKAzKSgBANjBcy9szD1Pr06plJw1fXzRcQAA6MUUlAAA7ODauc8nSY7eZ8+MGzqg4DQAAPRmCkoAALZTLpe3He+eNcPuSQAAOpeCEgCA7Ty8ZF0eX74h/Wqqctph44qOAwBAL6egBABgO1uPd7/h4NEZOqC24DQAAPR2CkoAALZpaS3n2rlbj3eb3g0AQOdTUAIAsM3vn1qVZesaMqSuJq8/aFTRcQAA6AMUlAAAbPPTLcNx3jR1fPrXVBecBgCAvkBBCQBAkmRzU0tuenBpkmTWdNO7AQDoGgpKAACSJLctWJ71Dc2ZMGxAXjN5RNFxAADoIxSUAAAkSWZvGY5z1vTxqaoqFZwGAIC+QkEJAEDWbGzMHY8uT5KcY3o3AABdSEEJAECun78kTS3lHDJuSA4cM7joOAAA9CEKSgAAMnvL9O5zZhiOAwBA11JQAgD0cYtWb8wfnn4hpVJy1jTHuwEA6FoKSgCAPu66ec8nSY7Zd8+MHVpXcBoAAPoaBSUAQB9WLpfz0y3Hu2dNt3sSAICup6AEAOjDHnp+XZ5YviH9aqpy2uFji44DAEAfpKAEAOjDrp3btnvypENGZ0hdbcFpAADoixSUAAB9VEtrOdfObbv/pOPdAAAURUEJANBH3f3Uqixf35ChA2rz+oNGFx0HAIA+SkEJANBHbR2Oc/rh49KvxttCAACK4Z0oAEAftLmpJTc9uDRJcs4Mx7sBACiOghIAoA+6dcGybGhozoRhA3Lk3sOLjgMAQB+moAQA6INmz2kbjnP29PGpqioVnAYAgL5MQQkA0Me8UN+YXz22PEkyy/FuAAAKpqAEAOhjrp+/JE0t5UwZNyQHjhlcdBwAAPo4BSUAQB9z7dy26d2zZowvOAkAACgoAQD6lEWrN+YPT7+QUik5a5rj3QAAFE9BCQDQh1w3r204zjH77pmxQ+sKTgMAAApKAIA+o1wu56dzth7vtnsSAIDuQUEJANBHPPT8ujyxfEP61VTltMPGFh0HAACSKCgBAPqM2Vt2T558yJgMqastOA0AALRRUAIA9AEtreVt9588e7rp3QAAdB8KSgCAPuCuJ1dl+fqGDBtYm9cfNLroOAAAsI2CEgCgD5g9t+149+mHj0u/Gm8BAQDoPrw7BQDo5TY3teSmB5cmSc4xvRsAgG5GQQkA0MvdumBZNjQ0Z8KwAZm51/Ci4wAAwHYUlAAAvdzW6d2zZoxPVVWp4DQAALA9BSUAQC+2ur4xdzy6Ikkya7rj3QAAdD8KSgCAXuz6+UvS3FrOoeOH5IAxg4uOAwAAO1BQAgD0YtduPd5t9yQAAN2UghIAoJdatHpj7n3mhZRKyVnTxxcdBwAAdkpBCQDQS107t2335LH77ZkxQ+oKTgMAADunoAQA6IXK5XJ+6ng3AAA9gIISAKAXeuj5dXlyRX3611TltMPGFh0HAABekYISAKAX2rp78qRDxmRwXW3BaQAA4JUpKAEAepmW1nKum/d8kmTWDMe7AQDo3hSUAAC9zJ1PrsyK9Q0ZNrA2rztwVNFxAADgVSkoAQB6mdlz2nZPvunwcelX4+0eAADdm3esAAC9yKbGltz04JIkjncDANAzKCgBAHqRWxcsS31jSyYOH5CZew0vOg4AAPxRCkoAgF5k9pbp3WdPH5+qqlLBaQAA4I9TUAIA9BKr6xvzq8dWJElmTXe8GwCAnkFBCQDQS1z/wPNpbi3n0PFDcsCYwUXHAQCAdlFQAgD0ErPntk3vPsdwHAAAehAFJQBAL/Dsqo2575kXUiolZ04bX3QcAABoNwUlAEAvcO3ctuE4x+03MmOG1BWcBgAA2k9BCQDQw5XL5cye++L0bgAA6EkUlAAAPdyDi9flyRX16V9TldMOG1t0HAAA6BAFJQBAD7d19+RJU8ZkcF1twWkAAKBjFJQAAD1YS2s5183bMr17uundAAD0PApKAIAe7M4nV2bF+oYMG1ibEw4cVXQcAADoMAUlAEAP9tM5bce7z5g6Lv1qvLUDAKDn8S4WAKCH2tTYkpsfXJokmeV4NwAAPZSCEgCgh7plwbLUN7Zk4vABmbn38KLjAADALlFQAgD0UNduOd49a/qElEqlgtMAAMCuUVACAPRAq+sb86vHViRJZs0YX3AaAADYdQpKAIAe6PoHnk9zazmHTRiS/UcPLjoOAADsMgUlAEAP9NOXHO8GAICeTEEJANDDPLtqY+5/dk2qSslZ0xzvBgCgZ1NQAgD0MLPntu2ePHa/kRk9pK7gNAAAsHsUlAAAPUi5XN5WUM6a4Xg3AAA9n4ISAKAHmb94bZ5aUZ/+NVU59dAxRccBAIDdpqAEAOhBZs95Pkly8pQxGVxXW3AaAADYfQpKAIAeormlNdfNaysoTe8GAKC3UFACAPQQdz65Kis3NGT4wNqccOCoouMAAEBFKCgBAHqI2XPahuO8aeq49KvxNg4AgN7BO1sAgB5gY2Nzbn5oaZLkHNO7AQDoRRSUAAA9wC0PL0t9Y0smjRiQI/YaXnQcAACoGAUlAEAPcO3cF4fjlEqlgtMAAEDlKCgBALq5VRsa8qvHViRJzja9GwCAXkZBCQDQzV0/f0laWss5fMLQ7D96j6LjAABARSkoAQC6uZ9umd599vTxBScBAIDKU1ACAHRjz6yqz5xn16SqlJw1TUEJAEDvo6AEAOjGZs9pG45z3P4jM3pIXcFpAACg8hSUAADdVLlczrVz2453zzIcBwCAXkpBCQDQTT3w3No8tbI+dbVVOfWwsUXHAQCATqGgBADopmZv2T158pSx2aN/TcFpAACgcygoAQC6oeaW1vxs3pIkySzTuwEA6MUUlAAA3dDvnlyVlRsaMnxgbU44cFTRcQAAoNMoKAEAuqFr57Qd7z5j6vjUVnvLBgBA7+XdLgBAN7OxsTk3PbQ0STJrhundAAD0bgpKAIBu5paHl2VjY0v2GjEwR+w1rOg4AADQqRSUAADdzOwtx7tnTR+fUqlUcBoAAOhcCkoAgG5k1YaG/PrxlUmSsx3vBgCgD1BQAgB0Iz9/YElaWsuZOnFo9hu1R9FxAACg0ykoAQC6kdlz2453nz3d7kkAAPoGBSUAQDfx9Mr6zHl2TapKyZnTxhUdBwAAuoSCEgCgm7h27vNJkuP2H5nRg+sKTgMAAF1DQQkA0A2Uy+Vtx7tnOd4NAEAfoqAEAOgGHnhubRaurE9dbVVOPWxs0XEAAKDLKCgBALqBn85p2z158pSx2aN/TcFpAACg6ygoAQAK1tzSmp8/0Hb/yXNmjC84DQAAdC0FJQBAwX77xMqs3NCYEYP65bUHjCo6DgAAdCkFJQBAwbZO7z5j6rjUVnt7BgBA3+IdMABAgTY2Nufmh5YmSc42vRsAgD5IQQkAUKBbHl6WjY0t2WvEwByx17Ci4wAAQJdTUAIAFGjr9O5Z08enVCoVnAYAALqeghIAoCArNzTkN4+vTJKcPcPxbgAA+iYFJQBAQX4+7/m0tJYzdeLQ7Ddqj6LjAABAIRSUAAAFmb1levcsw3EAAOjDFJQAAAVYuLI+cxetSVUpOWPauKLjAABAYRSUAAAFuHZu23Cc4w8YldGD6wpOAwAAxVFQAgB0sXK5nNkvmd4NAAB9mYISAKCLzXtubZ5etTEDaqtz6qFji44DAACFUlACAHSxrbsnT54yJoP61xScBgAAiqWgBADoQk0trfnZvLbp3efMML0bAAAUlAAAXei3T6zMqvrGjBjUL8cfMLLoOAAAUDgFJQBAF7p2y/HuM6eOS221t2IAAOBdMQBAF6lvaM7NDy1LkpzteDcAACRRUAIAdJlbHl6WTU0t2XvPgZkxaVjRcQAAoFtQUAIAdJHZc9uOd589fUJKpVLBaQAAoHtQUAIAdIHl6zfnN4+vTJLMmj6+4DQAANB9KCgBALrAlfcsSktrOTP2GpZ9R+1RdBwAAOg2FJQAAJ2suaU1P7rn2STJ+47eu+A0AADQvSgoAQA62a0LlmfJ2s0ZMahfTj98XNFxAACgW1FQAgB0sh/c/UyS5O1HTkpdbXXBaQAAoHtRUAIAdKInV2zIb59YmVIpec9RexUdBwAAuh0FJQBAJ/r+XW27J99w8OhMGjGw4DQAAND9KCgBADrJxsbmXH3fc0mS9xqOAwAAO6WgBADoJLPnPJ/1Dc3Ze8+BOeGAUUXHAQCAbklBCQDQCcrlcq646+kkyXuP2jtVVaViAwEAQDeloAQA6AT3PfNCHlm6Pv1rqvK2IycWHQcAALotBSUAQCe4YstwnLOnj8+wgf0KTgMAAN2XghIAoMJWrG/IjQ8uSZK87+jJxYYBAIBuTkEJAFBhV/7h2TS1lDN90rAcPnFo0XEAAKBbU1ACAFRQc0trfvj7Z5Mk7z9m74LTAABA96egBACooNseWZ4lazdnxKB+Of3wcUXHAQCAbk9BCQBQQd/fMhzn7UdOSl1tdcFpAACg+1NQAgBUyJMrNuS3T6xMqZS856i9io4DAAA9goISAKBCfnB32+7JPz1odCaNGFhwGgAA6BkUlAAAFbCxsTlX3fdckuR9huMAAEC7KSgBACrg2rnPZ/3m5uy958CccMCoouMAAECPoaAEANhN5XI5V2wZjvPeo/ZOVVWp4EQAANBzKCgBAHbTfc+8kAVL1qV/TVXeduTEouMAAECPoqAEANhN398yHOesaeMzbGC/gtMAAEDPoqAEANgNK9Y35Ib5S5Ik7z9mcrFhAACgB1JQAgDshp/cuyhNLeVMmzQsh08cWnQcAADocRSUAAC7qLmlNT/ccrz7/UfvXXAaAADomRSUAAC76LZHluf5tZszfGBt3jR1XNFxAACgRyq8oLz88sszefLk1NXV5aijjso999zzqo9fs2ZNPv7xj2fcuHHp379/DjzwwNxwww1dlBYA4EU/2LJ78u2vmZS62uqC0wAAQM9UU+QffuWVV+aCCy7It771rRx11FH5+te/nlNPPTWPPvpoRo8evcPjGxsbc/LJJ2f06NG56qqrMmHChDzzzDMZNmxY14cHAPq0p1ZsyG8eX5lSKXnvUY53AwDAriq0oLzsssvykY98JB/84AeTJN/61rdy/fXX57//+7/z2c9+dofH//d//3dWr16dO++8M7W1tUmSyZMnd2VkAIAkyQ/ufjZJcuJBozNpxMCC0wAAQM9VWEHZ2NiY++67L5/73Oe2rVVVVeWkk07KXXfdtdPnXHfddTnmmGPy8Y9/PNdee21GjRqVd7/73fmbv/mbVFfv/FhVQ0NDGhoatn29bt26JElTU1Oampoq+DcCirb1Ne21Db1Pd3t9b2xszv/dtyhJ8u7XTOg2uaAn6m6vb6ByvL6h96r067qwgnLlypVpaWnJmDFjtlsfM2ZMHnnkkZ0+56mnnsrtt9+e97znPbnhhhvyxBNP5C//8i/T1NSUiy66aKfPufTSS3PxxRfvsP7LX/4yAwfa7QC90S233FJ0BKCTdJfX953LSlm/uTp79i9n/eN/yA1PFJ0Ier7u8voGKs/rG3qfjRs3VvT7FXrEu6NaW1szevTo/Od//meqq6szc+bMLF68OP/8z//8igXl5z73uVxwwQXbvl63bl0mTZqUE088MXvuuWdXRQe6QFNTU2655ZacfPLJ224DAfQO3en1XS6X861/uzvJ+nz49QfljOMnF5oHerru9PoGKsvrG3qvVatWVfT7FVZQjhw5MtXV1Vm2bNl268uWLcvYsWN3+pxx48altrZ2u+PchxxySJYuXZrGxsb069dvh+f0798//fv332G9trbWD0jopby+offqDq/v+55ZnQVL16d/TVXeddTeheeB3qI7vL6BzuH1Db1PpV/TVRX9bh3Qr1+/zJw5M7fddtu2tdbW1tx222055phjdvqc4447Lk888URaW1u3rT322GMZN27cTstJAIBKu+KuZ5IkZ00bn2EDvf8AAIDdVVhBmSQXXHBB/uu//ivf+973smDBgnzsYx9LfX39tqne73//+7cbovOxj30sq1evznnnnZfHHnss119/fS655JJ8/OMfL+qvAAD0ISs3NOSG+UuSJO87Zu+C0wAAQO9Q6D0o3/GOd2TFihW58MILs3Tp0kyfPj033XTTtsE5zz77bKqqXuxQJ02alJtvvjnnn39+pk6dmgkTJuS8887L3/zN3xT1VwAA+pAr/7AoTS3lTJs0LFMnDis6DgAA9AqFD8k599xzc+655+702h133LHD2jHHHJO77767k1MBAGyvpbWcH97ddrz7fUfbPQkAAJVS6BFvAICe4rYFy/L82s0ZPrA2Z0wdV3QcAADoNRSUAADt8P0tuyff/ppJqautLjgNAAD0HgpKAIA/4qkVG/Kbx1emVEree5Tj3QAAUEkKSgCAP+IHdz+bJDnxoNGZNGJgwWkAAKB36XBBWV9f3xk5AAC6pY2Nzfm/+xYlMRwHAAA6Q4cLyjFjxuRDH/pQfvvb33ZGHgCAbuW6uc9n/ebm7DViYF534Kii4wAAQK/T4YLyBz/4QVavXp0//dM/zYEHHph/+qd/yvPPP98Z2QAAClUul3PFXW3Dcd579F6pqioVnAgAAHqfDheUs2bNyuzZs7N48eJ89KMfzY9+9KPsvffeOeOMM3LNNdekubm5M3ICAHS5+59dk4eXrEv/mqq8beakouMAAECvtMtDckaNGpULLrggDzzwQC677LLceuuteetb35rx48fnwgsvzMaNGyuZEwCgy33/rqeTJGdOG5/hg/oVGwYAAHqpml194rJly/K9730v3/3ud/PMM8/krW99a/7f//t/ee655/LlL385d999d37xi19UMisAQJdZuaEhN8xfmiR5/zGG4wAAQGfpcEF5zTXX5H/+539y8803Z8qUKfnLv/zLvPe9782wYcO2PebYY4/NIYccUsmcAABd6so/LEpjS2umTRyaqROHFR0HAAB6rQ4XlB/84Afzzne+M7/73e/ymte8ZqePGT9+fD7/+c/vdjgAgCK0tJbzo98/myR53zGTiw0DAAC9XIcLyiVLlmTgwIGv+pgBAwbkoosu2uVQAABFuv2R5Vm8ZlOGDazNGVPHFR0HAAB6tQ4PyRk8eHCWL1++w/qqVatSXV1dkVAAAEW6YstwnHccOSl1td7fAABAZ+pwQVkul3e63tDQkH79TLcEAHq2p1ZsyG8eX5lSKXnPUYbjAABAZ2v3Ee9//dd/TZKUSqV8+9vfzh577LHtWktLS37961/n4IMPrnxCAIAu9MMt9558/YGjsteer35bGwAAYPe1u6D82te+lqRtB+W3vvWt7Y5z9+vXL5MnT863vvWtyicEAOgimxpb8n/3LkqSvN9wHAAA6BLtLigXLlyYJDnxxBNzzTXXZPjw4Z0WCgCgCNfOXZx1m5szacSAvO7AUUXHAQCAPqHDU7x/+ctfdkYOAIBClcvlXHHXM0mS9x61d6qqSgUnAgCAvqFdBeUFF1yQf/iHf8igQYNywQUXvOpjL7vssooEAwDoSvc/uyYPL1mXfjVVefuRk4qOAwAAfUa7Cso5c+akqalp2+evpFSy0wAA6Jl+cHfb7skzp47P8EH9Ck4DAAB9R7sKypce63bEGwDobVZuaMj1DyxJkrz/mL0LTgMAAH1LVdEBAACKduUfFqWxpTXTJg7NtEnDio4DAAB9Srt2UL75zW9u9ze85pprdjkMAEBXa2kt50e/fzZJ8t6j7Z4EAICu1q6CcujQoZ2dAwCgELc/sjyL12zKsIG1OXPa+KLjAABAn9OugvJ//ud/OjsHAEAhvr9lOM7bj5yUutrqgtMAAEDf4x6UAECftXBlfX792IqUSsl7j3K8GwAAitCuHZRHHHFEbrvttgwfPjwzZsxIqVR6xcfef//9FQsHANCZfrBl9+TrDxyVvfYcWHAaAADom9pVUJ599tnp379/kmTWrFmdmQcAoEtsamzJ/927KEnyvmPsngQAgKK0q6C86KKLdvo5AEBPdd28xVm3uTmTRgzI6w4cXXQcAADos9pVUO7MvffemwULFiRJpkyZkpkzZ1YsFABAZyqXy7nirrbj3e89au9UV73y7WsAAIDO1eGC8rnnnsu73vWu/O53v8uwYcOSJGvWrMmxxx6bH//4x5k4cWKlMwIAVNScRWvy0PPr0q+mKm87clLRcQAAoE/r8BTvD3/4w2lqasqCBQuyevXqrF69OgsWLEhra2s+/OEPd0ZGAICK+v6W3ZNnTh2fEYP6FZwGAAD6tg7voPzVr36VO++8MwcddNC2tYMOOijf+MY38trXvrai4QAAKm3VhoZc/8CSJIbjAABAd9DhHZSTJk1KU1PTDustLS0ZP358RUIBAHSWK+9dlMaW1kydODTTJw0rOg4AAPR5HS4o//mf/zl/9Vd/lXvvvXfb2r333pvzzjsvX/3qVysaDgCgklpay/nh3c8mSd53tN2TAADQHbTriPfw4cNTKr043bK+vj5HHXVUamrant7c3Jyampp86EMfyqxZszolKADA7vrlI8uzeM2mDBtYmzOnOfkBAADdQbsKyq9//eudHAMAoPNdcXfbcJy3HzkpdbXVBacBAACSdhaUH/jABzo7BwBAp1q4sj6/fmxFSqXkPUftVXQcAABgiw5P8X6pzZs3p7Gxcbu1IUOG7FYgAIDO8MMtuydfd+Co7L3noILTAAAAW3V4SE59fX3OPffcjB49OoMGDcrw4cO3+wcAoLvZ1NiSn9y7KEny/mMMxwEAgO6kwwXlZz7zmdx+++3593//9/Tv3z/f/va3c/HFF2f8+PG54oorOiMjAMBu+dm857Nuc3MmDh+Q1x04uug4AADAS3T4iPfPfvazXHHFFXn961+fD37wg3nta1+b/fffP3vvvXd++MMf5j3veU9n5AQA2CXlcjlX3P10kuS9R++d6qpSsYEAAIDtdHgH5erVq7Pvvvsmabvf5OrVq5Mkxx9/fH79619XNh0AwG6as2hNHly8Lv1qqvL2IycVHQcAAHiZDheU++67bxYuXJgkOfjgg/OTn/wkSdvOymHDhlU0HADA7vrBXW3Dcc6YOi4jBvUrOA0AAPByHS4oP/jBD2bevHlJks9+9rO5/PLLU1dXl/PPPz9//dd/XfGAAAC7atWGhvz8gSVJkvcfM7nYMAAAwE51+B6U559//rbPTzrppCxYsCD3339/9t9//0ydOrWi4QAAdsdP7n0ujS2tOXzC0EybOLToOAAAwE50uKB8ucmTJ2fy5MkViAIAUDktreX84O62493vO2bvlEqG4wAAQHfU4SPeSXLbbbfljDPOyH777Zf99tsvZ5xxRm699dZKZwMA2GW/fGR5Fq/ZlKEDanPWtPFFxwEAAF5BhwvKf/u3f8tpp52WwYMH57zzzst5552XIUOG5PTTT8/ll1/eGRkBADrs+1t2T779yImpq60uOA0AAPBKOnzE+5JLLsnXvva1nHvuudvWPvGJT+S4447LJZdcko9//OMVDQgA0FFPr6zPrx5bkVIpee/RexcdBwAAeBUd3kG5Zs2anHbaaTusn3LKKVm7dm1FQgEA7I6t95583YGjsveegwpOAwAAvJoOF5RnnXVWfvrTn+6wfu211+aMM86oSCgAgF21qbEl/3ffc0mS99k9CQAA3V67jnj/67/+67bPp0yZki996Uu54447cswxxyRJ7r777vzud7/Lpz71qc5JCQDQTj+b93zWbmrKxOED8vqDRhcdBwAA+CPaVVB+7Wtf2+7r4cOH5+GHH87DDz+8bW3YsGH57//+73zhC1+obEIAgHYql8u54u6nkyTvOWrvVFeVig0EAAD8Ue0qKBcuXNjZOQAAdtvcRWvy4OJ16VdTlXe8ZlLRcQAAgHbo8D0oX6pcLqdcLlcqCwDAbvn+XW3Dcc6YOi4jBvUrOA0AANAeu1RQXnHFFTn88MMzYMCADBgwIFOnTs33v//9SmcDAGi31fWN+fkDS5IYjgMAAD1Ju454v9Rll12WL37xizn33HNz3HHHJUl++9vf5qMf/WhWrlyZ888/v+IhAQD+mCv/sCiNLa05fMLQTJ80rOg4AABAO3W4oPzGN76Rf//3f8/73//+bWtnnXVWDj300Pzd3/2dghIA6HItreX88Pdtx7vfd/TeKZUMxwEAgJ6iw0e8lyxZkmOPPXaH9WOPPTZLliypSCgAgI6449Hlee6FTRk6oDZnThtfdBwAAKADOlxQ7r///vnJT36yw/qVV16ZAw44oCKhAAA64ootw3HefuTEDOhXXXAaAACgIzp8xPviiy/OO97xjvz617/edg/K3/3ud7ntttt2WlwCAHSmZ1bV51ePrUiSvOcow3EAAKCn6fAOyre85S255557MnLkyMyePTuzZ8/OyJEjc8899+Scc87pjIwAAK/oB3e37Z583YGjMnnkoILTAAAAHdWhHZRNTU35i7/4i3zxi1/MD37wg87KBADQLpsaW/KTe59Lkrz/GLsnAQCgJ+rQDsra2tpcffXVnZUFAKBDfvbA81m7qSkThg3I6w8aXXQcAABgF3T4iPesWbMye/bsTogCANB+5XI5398yHOe9R++d6qpSwYkAAIBd0eEhOQcccED+/u//Pr/73e8yc+bMDBq0/b2ePvGJT1QsHADAK5n33NrMX7w2/aqr8vYjJxYdBwAA2EUdLii/853vZNiwYbnvvvty3333bXetVCopKAGALnHFXU8nSc6YOi577tG/2DAAAMAu63BBuXDhws7IAQDQbqvrG/PzB5YkSd5nOA4AAPRoHSoo77777vzsZz9LY2Nj3vCGN+S0007rrFwAAK/oJ/cuSmNzaw6bMCTTJw0rOg4AALAb2l1QXnXVVXnHO96RAQMGpLa2Npdddlm+/OUv59Of/nRn5gMA2E5Lazk/uLttOM77j56cUslwHAAA6MnaPcX70ksvzUc+8pGsXbs2L7zwQv7xH/8xl1xySWdmAwDYwR2PLs9zL2zK0AG1OXPa+KLjAAAAu6ndBeWjjz6aT3/606murk6SfOpTn8r69euzfPnyTgsHAPBy39+ye/JtMydmQL/qgtMAAAC7q90F5caNGzNkyJBtX/fr1y91dXXZsGFDpwQDAHi5Z1ZvzK8eW5Ekee/RhuMAAEBv0KEhOd/+9rezxx57bPu6ubk53/3udzNy5Mhta5/4xCcqlw4A4CX+955FKZeTEw4clckjBxUdBwAAqIB2F5R77bVX/uu//mu7tbFjx+b73//+tq9LpZKCEgDoFI0tydVzn0+SvN/uSQAA6DXaXVA+/fTTnRgDAODV3b+qlDWbmjJh2ICcePDoouMAAAAV0u57UAIAFOm3S9vetrzn6L1SXVUqOA0AAFApCkoAoNub99zaLKovpba6lHccOanoOAAAQAUpKAGAbu+H9yxKkpx+2NjsuUf/gtMAAACVpKAEALq1jY3NufmhZUmSd71mYsFpAACASlNQAgDd2i0PL8vGxpbs2b+cI/YaVnQcAACgwto9xfulWltb88QTT2T58uVpbW3d7toJJ5xQkWAAAEkye87iJMmRI8splQzHAQCA3qbDBeXdd9+dd7/73XnmmWdSLpe3u1YqldLS0lKxcABA37ZyQ0N+/fjKJMnMUa1/5NEAAEBP1OGC8qMf/WiOPPLIXH/99Rk3bpydDABAp7n+gSVpaS3nsPFDMmbA6qLjAAAAnaDDBeXjjz+eq666Kvvvv39n5AEA2Gb23Lbj3WdNG5esUVACAEBv1OEhOUcddVSeeOKJzsgCALDN0yvrM+fZNakqJWccPrboOAAAQCfp8A7Kv/qrv8qnPvWpLF26NIcffnhqa2u3uz516tSKhQMA+q5r5z6fJDlu/5EZNbh/wWkAAIDO0uGC8i1veUuS5EMf+tC2tVKplHK5bEgOAFAR5XJ52/HuWdMnFJwGAADoTB0uKBcuXNgZOQAAtnngubVZuLI+dbVVOfWwsUnKRUcCAAA6SYcLyr333rszcgAAbLN19+TJU8Zmj/41aWpqKjgRAADQWTpcUCbJk08+ma9//etZsGBBkmTKlCk577zzst9++1U0HADQ9zS3tOZn89ruPzlr+viC0wAAAJ2tw1O8b7755kyZMiX33HNPpk6dmqlTp+b3v/99Dj300Nxyyy2dkREA6EN+9+SqrNzQmOEDa3PCgaOKjgMAAHSyDu+g/OxnP5vzzz8///RP/7TD+t/8zd/k5JNPrlg4AKDvuXZO2/HuM6aOT211h/9dKgAA0MN0+F3/ggUL8v/+3//bYf1DH/pQHn744YqEAgD6po2NzbnpoaVJklkzHO8GAIC+oMMF5ahRozJ37twd1ufOnZvRo0dXIhMA0Efd8vCybGxsyaQRA3LEXsOLjgMAAHSBDh/x/shHPpI///M/z1NPPZVjjz02SfK73/0uX/7yl3PBBRdUPCAA0HfM3nK8e9b0CSmVSgWnAQAAukKHC8ovfvGLGTx4cP7lX/4ln/vc55Ik48ePz9/93d/lE5/4RMUDAgB9w6oNDfn14yuTJGdPn1BwGgAAoKt0uKAslUo5//zzc/7552f9+vVJksGDB1c8GADQt1w/f0laWss5fMLQ7D96j6LjAAAAXaTDBeVLKSYBgEr56Zbj3WdPNxwHAAD6knYVlEcccURuu+22DB8+PDNmzHjVe0Ldf//9FQsHAPQNz6yqz5xn16SqlJw1TUEJAAB9SbsKyrPPPjv9+/ff9rmb1gMAlXTt3OeTJMftPzKjh9QVnAYAAOhK7SooL7room2f/93f/V1nZQEA+qByubxterfhOAAA0PdUdfQJ++67b1atWrXD+po1a7LvvvtWJBQA0HfMX7w2T62sT11tVU49dEzRcQAAgC7W4YLy6aefTktLyw7rDQ0Nee655yoSCgDoO7YOxznpkDEZXFdbcBoAAKCrtXuK93XXXbft85tvvjlDhw7d9nVLS0tuu+227LPPPpVNBwD0as0trfnZvCVJklmOdwMAQJ/U7oJy1qxZSZJSqZQPfOAD212rra3N5MmT8y//8i8VDQcA9G53PrkqKzc0ZPjA2pxw4Kii4wAAAAVod0HZ2tqaJNlnn33yhz/8ISNHjuy0UABA37B1OM6bpo5Lv5oO33kGAADoBdpdUG61cOHCzsgBAPQxmxpbcvNDS5Mk58xwvBsAAPqqDheUSVJfX59f/epXefbZZ9PY2LjdtU984hMVCQYA9G63LFiW+saWTBoxIEfsNbzoOAAAQEE6XFDOmTMnp59+ejZu3Jj6+vqMGDEiK1euzMCBAzN69GgFJQDQLluPd589bUJKpVLBaQAAgKJ0+GZP559/fs4888y88MILGTBgQO6+++4888wzmTlzZr761a92RkYAoJdZtaEhv35sRZJk1ozxBacBAACK1OGCcu7cufnUpz6VqqqqVFdXp6GhIZMmTcpXvvKV/O3f/m1nZAQAepnr5y9Jc2s5h00Ykv1HDy46DgAAUKAOF5S1tbWpqmp72ujRo/Pss88mSYYOHZpFixZVNh0A0CttPd49a7rhOAAA0Nd1+B6UM2bMyB/+8IcccMABed3rXpcLL7wwK1euzPe///0cdthhnZERAOhFnl21Mfc/uyZVpeSsaY53AwBAX9fhHZSXXHJJxo0blyT50pe+lOHDh+djH/tYVqxYkf/4j/+oeEAAoHeZPbdt9+Sx+43M6CF1BacBAACK1uEdlEceeeS2z0ePHp2bbrqpooEAgN6rXC5vKyhnzXC8GwAA2IUdlAsXLszjjz++w/rjjz+ep59+uhKZAIBe6sHF6/LUivr0r6nKqYeOKToOAADQDXS4oPyzP/uz3HnnnTus//73v8+f/dmfVSITANBL/XTLcJyTpozJ4LragtMAAADdQYcLyjlz5uS4447bYf3oo4/O3LlzK5EJAOiFmlta87MHnk+SnGN6NwAAsEWHC8pSqZT169fvsL527dq0tLRUJBQA0Pvc+eSqrFjfkGEDa3PCgaOKjgMAAHQTHS4oTzjhhFx66aXblZEtLS259NJLc/zxx1c0HADQe2wdjnPG1HHpV9PhtyAAAEAv1eEp3l/+8pdzwgkn5KCDDsprX/vaJMlvfvObrFu3LrfffnvFAwIAPd+mxpbc/ODSJMksx7sBAICX6PD2hSlTpuSBBx7I29/+9ixfvjzr16/P+9///jzyyCM57LDDOiMjANDD3bJgWeobWzJx+IDM3Ht40XEAAIBupMM7KJNk/PjxueSSSyqdBQDopa7dMr171vQJKZVKBacBAAC6k3YVlA888EAOO+ywVFVV5YEHHnjVx06dOrUiwQCA3mF1fWN+9diKJMmsGeMLTgMAAHQ37Soop0+fnqVLl2b06NGZPn16SqVSyuXyDo8rlUomeQMA27n+gefT3FrOoeOHZP/Rg4uOAwAAdDPtKigXLlyYUaNGbfscAKC9Zs99PklyzgzDcQAAgB21q6A855xzctttt2X48OH53ve+l09/+tMZOHBgZ2cDAHq4Z1dtzH3PvJBSKTlzmuPdAADAjto1xXvBggWpr69Pklx88cXZsGFDp4YCAHqHa+e2Dcc5br+RGTOkruA0AABAd9Tue1B+8IMfzPHHH59yuZyvfvWr2WOPPXb62AsvvLCiAQGAnqlcLmf2loLy7Ol2TwIAADvXroLyu9/9bi666KL8/Oc/T6lUyo033piamh2fWiqVFJQAQJLkwcXr8uSK+vSvqcpph40tOg4AANBNtaugPOigg/LjH/84SVJVVZXbbrsto0eP7tRgAEDPtnX35ElTxmRwXW3BaQAAgO6qXQXlS7W2tnZGDgCgF2lpLee6eW3Tu2dNN70bAAB4Ze0qKK+77rq88Y1vTG1tba677rpXfexZZ51VkWAAQM9155Mrs2J9Q4YNrM3rDhxVdBwAAKAba1dBOWvWrCxdujSjR4/OrFmzXvFxpVIpLS0tlcoGAPRQs+e07Z580+Hj0q+mquA0AABAd9augvKlx7od8QYAXs2mxpbc9OCSJMmsGY53AwAAr64iWxrWrFlTiW8DAPQCty5YlvrGlkwcPiAz9xpedBwAAKCb63BB+eUvfzlXXnnltq/f9ra3ZcSIEZkwYULmzZtX0XAAQM9z7Zbp3WdPH5+qqlLBaQAAgO6uwwXlt771rUyaNClJcsstt+TWW2/NTTfdlDe+8Y3567/+64oHBAB6jtX1jbnj0RVJTO8GAADap133oHyppUuXbisof/7zn+ftb397TjnllEyePDlHHXVUxQMCAD3H9fOXpLm1nEPHD8kBYwYXHQcAAOgBOryDcvjw4Vm0aFGS5KabbspJJ52UJCmXyyZ4A0AfN3tO2/FuuycBAID26vAOyje/+c1597vfnQMOOCCrVq3KG9/4xiTJnDlzsv/++1c8IADQMyxavTH3PfNCSqXkrOnji44DAAD0EB0uKL/2ta9l8uTJWbRoUb7yla9kjz32SJIsWbIkf/mXf1nxgABAz7B1OM6x++2ZMUPqCk4DAAD0FB0uKGtra/PpT396h/Xzzz+/IoEAgJ6nXC7np3O2Tu92vBsAAGi/Dt+D8nvf+16uv/76bV9/5jOfybBhw3LsscfmmWeeqWg4AKBneOj5dXlyRX3611TltMPGFh0HAADoQTpcUF5yySUZMGBAkuSuu+7K5Zdfnq985SsZOXKkXZQA0EdtHY5z0iFjMqSutuA0AABAT9LhI96LFi3aNgxn9uzZectb3pI///M/z3HHHZfXv/71lc4HAHRzLa3lXDfv+STJ2YbjAAAAHdThHZR77LFHVq1alST5xS9+kZNPPjlJUldXl02bNlU2HQDQ7d315KosX9+QYQNr8/qDRhcdBwAA6GE6vIPy5JNPzoc//OHMmDEjjz32WE4//fQkyUMPPZTJkydXOh8A0M1tHY5z+uHj0q+mw//uEwAA6OM6/FvE5ZdfnmOOOSYrVqzI1VdfnT333DNJct999+Vd73pXxQMCAN3X5qaW3PzQ0iTJOTNM7wYAADquwzsohw0blm9+85s7rF988cUVCQQA9By3LliWDQ3NmTBsQGbuNbzoOAAAQA/U4YJyq40bN+bZZ59NY2PjdutTp07d7VAAQM+wdXr32dPHp6qqVHAaAACgJ+pwQblixYr82Z/9WW666aadXm9padntUABA9/dCfWPueHRFEse7AQCAXdfhe1B+8pOfzNq1a/P73/8+AwYMyE033ZTvfe97OeCAA3Ldddd1RkYAoBu6fv6SNLeWM2XckBwwZnDRcQAAgB6qwzsob7/99lx77bU58sgjU1VVlb333jsnn3xyhgwZkksvvTRvetObOiMnANDNbD3ePWvG+IKTAAAAPVmHd1DW19dn9OjRSZLhw4dnxYq2o12HH3547r///sqmAwC6pUWrN+beZ15IqZScNc3xbgAAYNd1uKA86KCD8uijjyZJpk2blv/4j//I4sWL861vfSvjxo2reEAAoPu5dm7b7slj9t0zY4fWFZwGAADoyTp8xPu8887LkiVLkiQXXXRRTjvttPzwhz9Mv3798t3vfrfS+QCAbqZcLmf23OeTJLMMxwEAAHZThwvK9773vds+nzlzZp555pk88sgj2WuvvTJy5MiKhgMAup+Hnl+XJ5ZvSL+aqpx22Nii4wAAAD1chwvKlxs4cGCOOOKISmQBAHqArcNxTjpkdIbU1RacBgAA6OnaVVBecMEF7f6Gl1122S6HAQC6t5bWcq6bt+V493THuwEAgN3XroJyzpw57fpmpVJpt8IAAN3b3U+tyvL1DRk6oDavP2h00XEAAIBeoF0F5S9/+cvOzgEA9AA/3XK8+/TDx6VfTVXBaQAAgN6g3b9ZtLS05IEHHsimTZt2uLZp06Y88MADaW1trWg4AKD72NzUkpseXJokOcf0bgAAoELaXVB+//vfz4c+9KH069dvh2u1tbX50Ic+lB/96EcVDQcAdB+3LliWDQ3NmTBsQI7ce3jRcQAAgF6i3QXld77znXz6059OdXX1Dtdqamrymc98Jv/5n/9Z0XAAQPcxe07bcJyzp49PVZX7TgMAAJXR7oLy0UcfzdFHH/2K11/zmtdkwYIFFQkFAHQvL9Q35lePLU+SzHK8GwAAqKB2F5T19fVZt27dK15fv359Nm7cWJFQAED3cv38JWlqKeeQcUNy4JjBRccBAAB6kXYXlAcccEDuvPPOV7z+29/+NgcccEBFQgEA3cu1c9umd58zY3zBSQAAgN6m3QXlu9/97nzhC1/IAw88sMO1efPm5cILL8y73/3uioYDAIq3aPXG/OHpF1IqJWdNc7wbAACorJr2PvD888/PjTfemJkzZ+akk07KwQcfnCR55JFHcuutt+a4447L+eef32lBAYBiXDevbTjOMfvumbFD6wpOAwAA9DbtLihra2vzi1/8Il/72tfyox/9KL/+9a9TLpdz4IEH5ktf+lI++clPpra2tjOzAgBdrFwu56dz2o53z5pu9yQAAFB57S4ok7aS8jOf+Uw+85nPdFYeAKAbeej5dXli+Yb0q6nKaYePLToOAADQC7X7HpQAQN+zdTjOSYeMzpA6JyUAAIDKU1ACADvV0lredv/Jsx3vBgAAOomCEgDYqbufWpVl6xoypK4mrz9oVNFxAACAXkpBCQDs1Owtw3HeNHV8+tdUF5wGAADorTpcUP793/99Nm7cuMP6pk2b8vd///cVCQUAFGtzU0tuenBpkmTW9PEFpwEAAHqzDheUF198cTZs2LDD+saNG3PxxRdXJBQAUKzbFizP+obmTBg2IK+ZPKLoOAAAQC/W4YKyXC6nVCrtsD5v3ryMGOEXGADoDWZvmd591vTxqara8f/3AQAAKqWmvQ8cPnx4SqVSSqVSDjzwwO1KypaWlmzYsCEf/ehHOyUkANB11mxszB2PLk+SzDK9GwAA6GTtLii//vWvp1wu50Mf+lAuvvjiDB06dNu1fv36ZfLkyTnmmGM6JSQA0HWun78kTS3lHDJuSA4aO7joOAAAQC/X7oLyAx/4QJJkn332yXHHHZeamnY/FQDoQa6d83wSw3EAAICu0eF7UNbX1+e2227bYf3mm2/OjTfeWJFQAEAxnnthY+55enVKpbb7TwIAAHS2DheUn/3sZ9PS0rLDerlczmc/+9mKhAIAinHt3Lbdk0fvs2fGDR1QcBoAAKAv6HBB+fjjj2fKlCk7rB988MF54oknKhIKAOh65XI5s+e0Te+eNcPuSQAAoGt0uKAcOnRonnrqqR3Wn3jiiQwaNKgioQCArvfwknV5fPmG9KupymmHjSs6DgAA0Ed0uKA8++yz88lPfjJPPvnktrUnnngin/rUp3LWWWdVNBwA0HW2Hu9+w8GjM3RAbcFpAACAvqLDBeVXvvKVDBo0KAcffHD22Wef7LPPPjnkkEOy55575qtf/WpnZAQAOllLaznXzm073n329AkFpwEAAPqSmo4+YejQobnzzjtzyy23ZN68eRkwYECmTp2aE044oTPyAQBd4PdPrcqydQ0ZUleTEw8eVXQcAACgD+lwQZkkpVIpp5xySk444YT0798/pVKp0rkAgC40e8vuyTdNHZf+NdUFpwEAAPqSDh/xbm1tzT/8wz9kwoQJ2WOPPbJw4cIkyRe/+MV85zvfqXhAAKBzbW5qyY3zlyZJZjneDQAAdLEOF5T/+I//mO9+97v5yle+kn79+m1bP+yww/Ltb3+7ouEAgM53+yPLs76hOeOH1uU1k0cUHQcAAOhjOlxQXnHFFfnP//zPvOc970l19YtHwKZNm5ZHHnmkouEAgM730zltx7vPmj4hVVVu2wIAAHStDheUixcvzv7777/Demtra5qamioSCgDoGms2NuaOR5cnSc6Z4Xg3AADQ9TpcUE6ZMiW/+c1vdli/6qqrMmPGjIqEAgC6xg3zl6appZyDxw7OQWMHFx0HAADogzo8xfvCCy/MBz7wgSxevDitra255ppr8uijj+aKK67Iz3/+887ICAB0ktlbjnfPsnsSAAAoSId3UJ599tn52c9+lltvvTWDBg3KhRdemAULFuRnP/tZTj755M7ICAB0gude2Jh7nl6dUik5a9r4ouMAAAB9VId2UDY3N+eSSy7Jhz70odxyyy2dlQkA6ALXzXs+SXLUPiMyftiAgtMAAAB9VYd2UNbU1OQrX/lKmpubOysPANAFyuXytuPdhuMAAABF6vAR7ze84Q351a9+1RlZAIAusmDJ+jy2bEP6VVfltMPGFR0HAADowzo8JOeNb3xjPvvZz2b+/PmZOXNmBg0atN31s846q2LhAIDOMXtu2+7JPz14dIYOqC04DQAA0Jd1uKD8y7/8yyTJZZddtsO1UqmUlpaW3U8FAHSaltZyrpvbdv9J07sBAICidbigbG1t7YwcAEAX+f3CVVm6bnOG1NXkxINHFR0HAADo4zp0D8qmpqbU1NTkwQcf7Kw8AEAn2zoc5/TDx6V/TXXBaQAAgL6uQwVlbW1t9tprL8e4AaCH2tzUkhvnL03ieDcAANA9dHiK9+c///n87d/+bVavXt0ZeQCATvTLR5ZnfUNzxg+ty59MHlF0HAAAgI7fg/Kb3/xmnnjiiYwfPz577733DlO877///oqFAwAq66dbjnefNX1CqqpKBacBAADYhYJy1qxZnRADAOhsazY25o5HVyRJZs0YX3AaAACANh0uKC+66KLOyAEAdLIb5i9NY0trDh47OAePHVJ0HAAAgCS7UFBudd9992XBggVJkkMPPTQzZsyoWCgAoPJmz2073m04DgAA0J10uKBcvnx53vnOd+aOO+7IsGHDkiRr1qzJiSeemB//+McZNWpUpTMCALtp8ZpNuWfh6pRKyVnTHO8GAAC6jw5P8f6rv/qrrF+/Pg899FBWr16d1atX58EHH8y6devyiU98ojMyAgC76dotuyf/ZPKIjB82oOA0AAAAL+rwDsqbbropt956aw455JBta1OmTMnll1+eU045paLhAIDKuHbO80mScxzvBgAAupkO76BsbW1NbW3tDuu1tbVpbW2tSCgAoHIWLFmXR5etT7/qqrzx8HFFxwEAANhOhwvKP/3TP815552X559/ftva4sWLc/755+cNb3hDRcMBALtv9py2491/evDoDB2w479kBAAAKFKHC8pvfvObWbduXSZPnpz99tsv++23X/bZZ5+sW7cu3/jGNzojIwCwi1pby7l2btu/VJw1w3AcAACg++nwPSgnTZqU+++/P7feemseeeSRJMkhhxySk046qeLhAIDdc+eTq7J03eYMrqvJ6w8aXXQcAACAHXS4oEySUqmUk08+OSeffHKl8wAAFVIul/ON2x9PksyaPiF1tdUFJwIAANhRu49433777ZkyZUrWrVu3w7W1a9fm0EMPzW9+85uKhgMAdt1dT67K7xeuTr/qqnzs9fsVHQcAAGCn2l1Qfv3rX89HPvKRDBkyZIdrQ4cOzV/8xV/ksssuq2g4AGDXlMvl/MstjyVJ3vUnkzJ+2ICCEwEAAOxcuwvKefPm5bTTTnvF66ecckruu+++ioQCAHbPrx9fmfueeSH9a6ry8RP3LzoOAADAK2p3Qbls2bLU1ta+4vWampqsWLGiIqEAgF1XLpdz2S8eTZK87+i9M3pIXcGJAAAAXlm7C8oJEybkwQcffMXrDzzwQMaNG1eRUADArrv9keWZ99zaDKitzkfdexIAAOjm2l1Qnn766fniF7+YzZs373Bt06ZNueiii3LGGWdUNBwA0DHlcjmXbbn35AeOnZyRe/QvOBEAAMCrq2nvA7/whS/kmmuuyYEHHphzzz03Bx10UJLkkUceyeWXX56WlpZ8/vOf77SgAMAfd/NDS/PQ8+syqF91/vyEfYuOAwAA8Ee1u6AcM2ZM7rzzznzsYx/L5z73uZTL5SRJqVTKqaeemssvvzxjxozptKAA/3979x1lV1moD/idSaak9wKkV0B6KAbpBIL1Yruo9woiFxUBhaAiKCDXAgJSFBQbwr2K8MOr2BAMgQBqFAmEnpAAISEhnfQyk5nz+yMQjQRIYGb2lOdZizVz9tnnzDsuvzlrv/n29wGvrb6+lCsmzkySfPygoenZqbLgRAAAAK9vmwvKJBk8eHBuu+22vPjii5k1a1ZKpVJGjhyZHj16NFY+AGAb/f7RFzJj4ap0qW6f/zrI7EkAAKBl2K6C8mU9evTIfvvt19BZAIA3qK6+lCvv3LT25H8dNCzdOlYUnAgAAGDbbPMmOQBA8/Wbh+fl6cVr0q1DRU48aEjRcQAAALaZghIAWriNdfW56s5Na09+4pBh6Vpt9iQAANByKCgBoIX75UPzMnvp2vTsVJmPHTik6DgAAADbRUEJAC1YbV19vj1p0+zJTx06LJ2q3tDy0gAAAIVpFgXlNddckyFDhqS6ujoHHHBA7r///m163U033ZSysrIce+yxjRsQAJqpWx54Ps+/uC69O1flo28dUnQcAACA7VZ4QXnzzTdnwoQJueCCC/Lggw9mzz33zPjx47No0aLXfN3s2bPzuc99LgcffHATJQWA5mXDxrpcfdem2ZOfPmx4OlS2KzgRAADA9iu8oLz88stz8skn58QTT8yuu+6aa6+9Nh07dsx11133qq+pq6vLf/zHf+TCCy/MsGHDmjAtADQfN/99buavWJ9+XavykQMGFR0HAADgDSl0oaqamppMnTo155xzzuZj5eXlGTduXKZMmfKqr/vv//7v9O3bNyeddFLuu+++1/wZGzZsyIYNGzY/XrlyZZKktrY2tbW1b/I3AJqTl8e0sU1bsL62LlffNStJcsohQ9Mu9amtrS84VeMxvqH1Mr6h9TK+ofVq6HFdaEG5ZMmS1NXVpV+/flsc79evX6ZPn77V1/zpT3/Kj3/840ybNm2bfsZFF12UCy+88BXH77777nTs2HG7MwPN38SJE4uOAI1u8gtlWbSqXXpUltJl8WO57bbHio7UJIxvaL2Mb2i9jG9ofdauXdug79eitvpctWpVPvrRj+aHP/xhevfuvU2vOeecczJhwoTNj1euXJmBAwfm8MMPT69evRorKlCA2traTJw4MUcddVQqKiqKjgONZm3Nxvz35X9KUpOz3v6WvGffAUVHanTGN7Rexje0XsY3tF5Lly5t0PcrtKDs3bt32rVrl4ULF25xfOHChenfv/8rzn/66acze/bsvPvd7958rL5+0+1s7du3z4wZMzJ8+PAtXlNVVZWqqqpXvFdFRYU/kNBKGd+0djf9ZU6WrqnJwJ4dctz+g1PRrvAlpZuM8Q2tl/ENrZfxDa1PQ4/pQq9oKisrM2bMmEyaNGnzsfr6+kyaNCljx459xfk777xzHn300UybNm3zf+95z3ty+OGHZ9q0aRk4cGBTxgeAJrd6w8Zce8/TSZLPHDGyTZWTAABA61T4Ld4TJkzICSeckH333Tf7779/rrzyyqxZsyYnnnhikuT444/PTjvtlIsuuijV1dXZbbfdtnh99+7dk+QVxwGgNbr+z8/mxbW1Gda7U967905FxwEAAHjTCi8ojzvuuCxevDjnn39+FixYkL322iu333775o1z5syZk/Jys0MAYOX62vzg3meSJJ8dNzLtzZ4EAABagcILyiQ57bTTctppp231ucmTJ7/ma6+//vqGDwQAzdCP73s2K9dvzMi+nfOuPXYsOg4AAECDMPUCAFqA5Wtrct2fnk2SnDFuVNqVlxWcCAAAoGEoKAGgBfjhfc9k1YaN2bl/l7x9t/5FxwEAAGgwCkoAaOaWranJT/48O0ly5lGjUm72JAAA0IooKAGgmfv+PU9nbU1ddtupa47etV/RcQAAABqUghIAmrHFqzbkhimzkyQTjhqVsjKzJwEAgNZFQQkAzdj3Jj+d9bX12Wtg9xw+um/RcQAAABqcghIAmqkFK9bnp397LonZkwAAQOuloASAZuq7k2elZmN99hvSIweP7F10HAAAgEahoASAZmje8nW56f65STbt3G32JAAA0FopKAGgGbr6rlmpqavP2GG9cuBwsycBAIDWS0EJAM3MnKVrc8sDm2ZPTjh6VMFpAAAAGpeCEgCame/cNTMb60s5eGTv7DekZ9FxAAAAGpWCEgCakWeXrMkvH5qXZNPO3QAAAK2dghIAmpGr7nwqdfWlHLFz3+w9qEfRcQAAABqdghIAmolZi1bl1w/PT5KcOc7sSQAAoG1QUAJAM3HFnTNTKiVH79ovuw/oVnQcAACAJqGgBIBmYPqClfn9Iy8kSc609iQAANCGKCgBoBm4YuJTSZJ37r5Ddtmha8FpAAAAmo6CEgAK9ti8Fbnj8YUpK0vOGDey6DgAAABNSkEJAAV7efbke/bcMSP7dSk4DQAAQNNSUAJAgabNXZ5J0xelvCz57JFmTwIAAG2PghIACnT5S7Mn37v3gAzr07ngNAAAAE1PQQkABXlg9rLc+9TitCsvM3sSAABosxSUAFCQl2dPfnDMgAzq1bHgNAAAAMVQUAJAAaY8vTR/eXppKtqV5bQjRhQdBwAAoDAKSgBoYqVSafPO3R/ab1AG9DB7EgAAaLsUlADQxP40a0nun70sle3Lc+rhZk8CAABtm4ISAJpQqVTavPbkfxwwKP27VRecCAAAoFgKSgBoQpNnLM5Dc5anuqI8pxw2vOg4AAAAhVNQAkAT+efZk8ePHZK+XcyeBAAAUFACQBOZ+MTCPDpvRTpWtssnDxlWdBwAAIBmQUEJAE2gvv4fsyc/duCQ9OpcVXAiAACA5kFBCQBN4PbHF2T6glXpXNU+Jx9s9iQAAMDLFJQA0Mjq6ku54qXZkx8/aGh6dKosOBEAAEDzoaAEgEb2u0fmZ+ai1ela3T4nHTS06DgAAADNioISABrRxrr6XHXnzCTJyQcPS7cOFQUnAgAAaF4UlADQiH49bX6eWbIm3TtW5ESzJwEAAF5BQQkAjaS2rj5XTdo0e/KThwxP56r2BScCAABofhSUANBI/m/q85mzbG16darMCQcOLjoOAABAs6SgBIBGULOxPt+5a1aS5JTDhqdjpdmTAAAAW6OgBIBGcPMDczNv+br06VKV/3yr2ZMAAACvRkEJAA1sfW1drnlp9uSphw1PdUW7ghMBAAA0XwpKAGhgP79/ThasXJ8dulXnQ/sPKjoOAABAs6agBIAGtK6mLt+d/HSS5LQjRpg9CQAA8DoUlADQgH761+eyeNWGDOjRIR8cM7DoOAAAAM2eghIAGsiaDRvzvXs2zZ78zBEjU9nexywAAMDrceUEAA3khimzs2xNTQb36pj37rNT0XEAAABaBAUlADSAVetr84N7n0mSfPbIkalo5yMWAABgW7h6AoAG8JM/z87ytbUZ1qdT/m0vsycBAAC2lYISAN6kFWtr88P7Ns2ePGPcqLQrLys4EQAAQMuhoASAN+nHf3omq9ZvzKh+nfOu3XcoOg4AAECLoqAEgDfhxTU1ue7Ps5MkZ44blXKzJwEAALaLghIA3oQf3PdMVm/YmF136Jrxb+lfdBwAAIAWR0EJAG/QktUbcv3LsyePMnsSAADgjVBQAsAbdO3kp7Outi57DOiWcbv0LToOAABAi6SgBIA3YNHK9fnfvz6XZNPsybIysycBAADeCAUlALwB3538dDZsrM8+g7rnsFF9io4DAADQYikoAWA7vbBiXW7825wkyYSjRps9CQAA8CYoKAFgO11916zU1NVn/6E987YRvYqOAwAA0KIpKAFgO8xdtjb/74G5SZIJ1p4EAAB40xSUALAdrr5rVmrrSnnbiF556zCzJwEAAN4sBSUAbKPZS9bkFw8+n2TT7EkAAADePAUlAGyjb981M3X1pRw6qk/GDO5ZdBwAAIBWQUEJANtg1qLVufWheUnMngQAAGhICkoA2AbfnjQz9aVk3C59s+fA7kXHAQAAaDUUlADwOmYsWJXfPjI/SXLGOLMnAQAAGpKCEgBex1WTnkqplBzzlv7ZbaduRccBAABoVRSUAPAaHp+/Irc9uiBlZcmZ1p4EAABocApKAHgNV945M0nyzt13yOj+XQpOAwAA0PooKAHgVTzy/PJMfGJhysusPQkAANBYFJQA8Coun/hUkuTYvXbKiL6dC04DAADQOikoAWAr/j57WSbPWJx25WU5/ciRRccBAABotRSUAPAvSqVSvvmH6UmSf993YIb27lRwIgAAgNZLQQkA/+LuGYvywHMvpqp9eT5r9iQAAECjUlACwD+pry/lkttnJEk+duCQ9O9WXXAiAACA1k1BCQD/5DcPz8/0BavSpbp9TjlseNFxAAAAWj0FJQC8pGZj/eaduz916PB071hZcCIAAIDWT0EJAC+5+e9zMmfZ2vTuXJUT3zak6DgAAABtgoISAJKsrdmYqybNSpJ85sgR6VjZvuBEAAAAbYOCEgCS/OTPs7Nk9YYM7NkhH9pvUNFxAAAA2gwFJQBt3vK1Nbn2nqeTJGcdNTqV7X08AgAANBVXYAC0ed+75+msWr8xO/fvkvfsuWPRcQAAANoUBSUAbdqCFetz/Z9nJ0k+P350ysvLig0EAADQxigoAWjTvn3XzGzYWJ99B/fIETv3LToOAABAm6OgBKDNenbJmtz897lJki8cs3PKysyeBAAAaGoKSgDarG/9cUbq6ks5fHSf7D+0Z9FxAAAA2iQFJQBt0mPzVuR3j7yQJPn8+J0LTgMAANB2KSgBaJMuvWNGkuTf9toxu+7YteA0AAAAbZeCEoA2Z8rTS3PPU4vTvrwsE44aVXQcAACANk1BCUCbUiqVcskd05MkH9p/YAb36lRwIgAAgLZNQQlAm3Lnk4vy0Jzlqa4oz2eOGFl0HAAAgDZPQQlAm1FXX8qlL82ePPFtQ9O3a3XBiQAAAFBQAtBm3PrQvDy1cHW6VrfPpw4ZXnQcAAAAoqAEoI3YsLEul098KklyymEj0q1jRcGJAAAASBSUALQRP//bnMxbvi59u1TlYwcOKToOAAAAL1FQAtDqrd6wMd+5a1aS5DNHjkyHynYFJwIAAOBlCkoAWr3r/vRslq6pyeBeHXPcfgOLjgMAAMA/UVAC0KotW1OTH977TJLkrKNHp6Kdjz4AAIDmxFUaAK3a9ybPyqoNG7PrDl3zrt13KDoOAAAA/0JBCUCrNX/5utww5bkkyeePGZ3y8rKCEwEAAPCvFJQAtFpX3TkzNRvrs//QnjlsVJ+i4wAAALAVCkoAWqVZi1bnlqlzkyRnHzM6ZWVmTwIAADRHCkoAWqXLJ85IfSkZt0vfjBncs+g4AAAAvAoFJQCtziPPL89tjy5IWVnyufGji44DAADAa1BQAtDqXHrHjCTJe/faKTv371pwGgAAAF6LghKAVuXPs5bkvplLUtGuLGceNaroOAAAALwOBSUArUapVMolt09Pknxk/0EZ2LNjwYkAAAB4PQpKAFqNOx5fkIefX5GOle1y2hEji44DAADANlBQAtAqbKyrz2V/fCpJctJBQ9OnS1XBiQAAANgWCkoAWoVfPjQvsxatTveOFTn5kGFFxwEAAGAbKSgBaPHW19blyombZk9++rDh6VpdUXAiAAAAtpWCEoAW72d/m5P5K9anf9fqHD92SNFxAAAA2A4KSgBatFXra3PN3bOSJGeMG5nqinYFJwIAAGB7KCgBaNF+dN+zWbamJsN6d8oHxgwoOg4AAADbSUEJQIu1dPWG/Oi+Z5IkZx09Ou3b+VgDAABoaVzJAdBiXXP301lTU5fdd+qWt+/Wv+g4AAAAvAEKSgBapOdfXJuf/vW5JMkXjhmd8vKyghMBAADwRigoAWiRrrxzZmrq6jN2WK8cNKJ30XEAAAB4gxSUALQ4Mxeuyi8ffD7JptmTZWVmTwIAALRUCkoAWpzL/jgj9aVk/Fv6Ze9BPYqOAwAAwJugoASgRXlozou54/GFKS9LPnf06KLjAAAA8CYpKAFoMUqlUi65fUaS5H37DMjIfl0KTgQAAMCbpaAEoMX406wlmfLM0lS2K88Z40YWHQcAAIAGoKAEoEWor//H7Mn/fOvgDOjRseBEAAAANAQFJQAtwh8eW5BH561Ip8p2OfXw4UXHAQAAoIEoKAFo9jbW1edbf9w0e/K/Dh6WXp2rCk4EAABAQ1FQAtDs/WLq83lmyZr07FSZ/zp4aNFxAAAAaEAKSgCatfW1dbnyzplJkk8fNjxdqisKTgQAAEBDUlAC0Kz9z5TZWbByfXbsVp3/fOvgouMAAADQwBSUADRbK9fX5ruTn06SnHHUqFRXtCs4EQAAAA1NQQlAs/XDe5/J8rW1GdG3c963905FxwEAAKARKCgBaJYWr9qQH933bJLkc0ePSvt2PrIAAABaI1d7ADRLV981M+tq67LngG4Z/5b+RccBAACgkSgoAWh25i5bmxvvn5MkOfuYnVNWVlZwIgAAABqLghKAZueKiU+ltq6Ug0b0zoEjehcdBwAAgEakoASgWZm+YGV+NW1ekuTz40cXnAYAAIDGpqAEoFm57I6nUiol79i9f/Yc2L3oOAAAADQyBSUAzcbU55blzicXpl15Wc462uxJAACAtkBBCUCzUCqV8s0/zEiSfGCfARnep3PBiQAAAGgKCkoAmoXJTy3O/bOXpbJ9eT47bmTRcQAAAGgiCkoACldfX8qlt2+aPXnC2MHZsXuHghMBAADQVBSUABTud4++kCdeWJkuVe3z6cNGFB0HAACAJqSgBKBQtXX1+dYfN82ePPmQYenRqbLgRAAAADQlBSUAhfp/D8zNc0vXplenypx00NCi4wAAANDEFJQAFGZdTV2uunNmkuT0I0akU1X7ghMBAADQ1BSUABTm+r/MzqJVG7JT9w758AGDio4DAABAARSUABRixdrafG/yrCTJhKNGpap9u4ITAQAAUAQFJQCF+P69T2fl+o0Z1a9zjt17p6LjAAAAUBAFJQBNbtHK9bnuz88mST4/fue0Ky8rOBEAAABFUVAC0OS+fdfMrK+tzz6DumfcLn2LjgMAAECBFJQANKnnlq7JTffPTZJ84ZidU1Zm9iQAAEBbpqAEoEldPvGpbKwv5dBRffLWYb2KjgMAAEDBFJQANJnH56/Ir6fNT5J8fvzogtMAAADQHCgoAWgyl90xI0nyrj12yG47dSs4DQAAAM2BghKAJnH/s8ty94zFaVdelrOONnsSAACATRSUADS6UqmUS26fniQ5br+BGdq7U8GJAAAAaC4UlAA0urumL8oDz72Yqvbl+cwRI4uOAwAAQDOioASgUdXXl3LpS2tPfuxtQ9K/W3XBiQAAAGhOFJQANKrfPDw/0xesSpfq9jnl0OFFxwEAAKCZUVAC0GhqNtbnWxM3zZ781KHD071jZcGJAAAAaG4UlAA0mpv+Pidzl61L785VOfFtQ4qOAwAAQDOkoASgUayt2ZhvT5qVJPnskSPSsbJ9wYkAAABojhSUADSKn/x5dpas3pBBPTvmuP0GFR0HAACAZkpBCUCDW762Jtfe83SSZMJRo1LZ3scNAAAAW+eKEYAG973JT2fV+o3ZuX+XvGfPHYuOAwAAQDOmoASgQb2wYl2u/8vsJMkXjhmd8vKyYgMBAADQrCkoAWhQV905Mxs21mf/IT1z+Oi+RccBAACgmVNQAtBgZi1anf/3wNwkydlvH52yMrMnAQAAeG0KSgAazGV3zEh9KRm3S7+MGdyz6DgAAAC0AApKABrEtLnLc/vjC1JWtmntSQAAANgWCkoA3rRSqZRv/mF6kuR9ew/IqH5dCk4EAABAS6GgBOBNu3fmkkx5Zmkq25XnzKNGFh0HAACAFkRBCcCbUl9fyiW3b5o9+dGxgzOgR8eCEwEAANCSKCgBeFN+9+gLeXz+ynSuap9TDx9RdBwAAABaGAUlAG9Yzcb6fOuPM5IknzhkWHp2qiw4EQAAAC2NghKAN+zmB+bmuaVr07tzZU46aGjRcQAAAGiBFJQAvCFrazbm25NmJklOP2JkOlW1LzgRAAAALZGCEoA35Lo/PZvFqzZkUM+O+fD+g4qOAwAAQAuloARgu724pibfv+eZJMlZR49KZXsfJwAAALwxrigB2G7fnTwrqzZszC47dM2799ix6DgAAAC0YApKALbLvOXrcsOU55IkXzhmdMrLywpOBAAAQEumoARgu1x151Op2VifA4b2zGGj+hQdBwAAgBZOQQnANpu5cFV+MfX5JMnZb985ZWVmTwIAAPDmKCgB2GaX3jEj9aXk6F37ZZ9BPYqOAwAAQCugoARgm0x97sX88YmFKS/btPYkAAAANAQFJQCvq1Qq5Zu3T0+SfGDMgIzo26XgRAAAALQWCkoAXtfkpxbn/meXpbJ9ec4YN6roOAAAALQiCkoAXlN9fSmX3D4jSXLC2MHZsXuHghMBAADQmigoAXhNv31kfp58YWW6VLXPpw8bUXQcAAAAWhkFJQCvqmZjfb71x6eSJJ88dFh6dKosOBEAAACtjYISgFf18/vnZM6ytenTpSofP2ho0XEAAABohRSUAGzVmg0b8527ZiZJPnPkyHSsbF9wIgAAAFojBSUAW/XjPz2bJatrMrhXx3xov4FFxwEAAKCVUlAC8ApLV2/ID+59Jkly1tGjU9HOxwUAAACNwxUnAK/w3clPZ/WGjXnLjl3zrt13KDoOAAAArZiCEoAtPP/i2vzvlOeSJF84ZueUl5cVnAgAAIDWTEEJwBaumDgzNXX1GTusVw4Z2bvoOAAAALRyCkoANpuxYFV++dDzSZKz375zysrMngQAAKBxKSgB2OzSO2akVErevlv/7DWwe9FxAAAAaAMUlAAkSR6YvSx3Prkw5WWbdu4GAACApqCgBCClUinfvH16kuTf9x2YEX07F5wIAACAtkJBCUDunrEof5/9Yqral+ez40YWHQcAAIA2REEJ0MbV1Zdyye0zkiQfO3BIdujWoeBEAAAAtCUKSoA27jcPz8v0BavStbp9TjlseNFxAAAAaGMUlABt2IaNdfnWH59KknzqsOHp3rGy4EQAAAC0NQpKgDbsxr/NyfMvrkvfLlU58cChRccBAACgDVJQArRRqzdszNV3zUqSfHbcyHSobFdwIgAAANoiBSVAG/Wj+57J0jU1Gdq7U/5934FFxwEAAKCNUlACtEFLVm/ID+99Jkly1tGjUtHOxwEAAADFcEUK0AZdfdesrKmpy+47dcs7dtuh6DgAAAC0YQpKgDZm7rK1+dnfnkuSnH3MzikvLys4EQAAAG2ZghKgjbli4lOprSvlbSN65aCRvYuOAwAAQBunoARoQ558YWV+NW1ekk2zJwEAAKBoCkqANuSyO2akVEreufsO2WNA96LjAAAAgIISoK34++xlmTR9UdqVl+Wso0cVHQcAAACSKCgB2oRSqZSL/zA9SfLv+w7MsD6dC04EAAAAmygoAdqASU8uytTnXkx1RXnOGDey6DgAAACwmYISoJWrqy/lkjs2zZ488W1D069rdcGJAAAA4B8UlACt3K8empenFq5O1+r2+dQhw4uOAwAAAFtQUAK0Yhs21uWKiU8lST59+Ih061hRcCIAAADYkoISoBX76V/nZN7ydenXtSofO3BI0XEAAADgFRSUAK3UqvW1uebuWUmSM8aNSnVFu4ITAQAAwCspKAFaqR/e92yWranJsD6d8sExA4qOAwAAAFuloARohRav2pAf3fdMkuTzR49O+3b+3AMAANA8uWIFaIWuvmtm1tbUZc8B3XLMbv2LjgMAAACvSkEJ0MrMWbo2N94/J0ly9jE7p6ysrOBEAAAA8OoUlACtzOUTZ6S2rpSDR/bOgSN6Fx0HAAAAXpOCEqAVeWL+yvz64flJNs2eBAAAgOZOQQnQilxyx/SUSsm79tghu+3Ureg4AAAA8LoUlACtxF+fWZrJMxanfXlZPnf06KLjAAAAwDZRUAK0AqVSKd+8fXqS5EP7D8yQ3p0KTgQAAADbRkEJ0Ar88YmFeWjO8nSoaJfPHDGy6DgAAACwzRSUAC1cXX0pl94xI0ny8YOGpG/X6oITAQAAwLZTUAK0cP/34POZtWh1unesyCcPHV50HAAAANguCkqAFmx9bV2unPhUkuTThw1P1+qKghMBAADA9lFQArRgP/3rc5m/Yn126Fad48cOKToOAAAAbLdmUVBec801GTJkSKqrq3PAAQfk/vvvf9Vzf/jDH+bggw9Ojx490qNHj4wbN+41zwdorVaur83Vd89Kkpw5blSqK9oVnAgAAAC2X+EF5c0335wJEybkggsuyIMPPpg999wz48ePz6JFi7Z6/uTJk/PhD384d999d6ZMmZKBAwfm6KOPzrx585o4OUCxfnDPM1m+tjbD+3TK+/bZqeg4AAAA8Ia0LzrA5ZdfnpNPPjknnnhikuTaa6/N73//+1x33XX54he/+Irzf/azn23x+Ec/+lH+7//+L5MmTcrxxx//ivM3bNiQDRs2bH68cuXKJEltbW1qa2sb8lcBCvbymG4LY3vxqg358Z+eSZJMGDcipfq61NbXFZwKGk9bGt/Q1hjf0HoZ39B6NfS4LrSgrKmpydSpU3POOedsPlZeXp5x48ZlypQp2/Qea9euTW1tbXr27LnV5y+66KJceOGFrzh+9913p2PHjm8sONCsTZw4segIje6WZ8qzrrY8gzuXUvvs1Nw2u+hE0DTawviGtsr4htbL+IbWZ+3atQ36foUWlEuWLEldXV369eu3xfF+/fpl+vTp2/QeZ599dnbccceMGzduq8+fc845mTBhwubHK1euzMCBA3P44YenV69ebzw80OzU1tZm4sSJOeqoo1JR0Xp3s35u6dqc9bc/Jynl6/++Xw4YuvV/oIHWpK2Mb2iLjG9ovYxvaL2WLl3aoO9X+C3eb8bFF1+cm266KZMnT051dfVWz6mqqkpVVdUrjldUVPgDCa1Uax/f3777mWysL+XQUX1y0Kh+r/8CaEVa+/iGtsz4htbL+IbWp6HHdKEFZe/evdOuXbssXLhwi+MLFy5M//79X/O1l112WS6++OLceeed2WOPPRozJkCz8di8FfnNw/OTJF84ZnTBaQAAAODNK3QX78rKyowZMyaTJk3afKy+vj6TJk3K2LFjX/V1l1xySb761a/m9ttvz7777tsUUQGahUvumJEkec+eO+YtO3YrOA0AAAC8eYXf4j1hwoSccMIJ2XfffbP//vvnyiuvzJo1azbv6n388cdnp512ykUXXZQk+eY3v5nzzz8/N954Y4YMGZIFCxYkSTp37pzOnTsX9nsANLa/PL0k9z61OO3Ly3LW0aOKjgMAAAANovCC8rjjjsvixYtz/vnnZ8GCBdlrr71y++23b944Z86cOSkv/8dEz+9973upqanJBz7wgS3e54ILLshXvvKVpowO0GRKpVK+efum2ZMfOWBQBvfqVHAiAAAAaBiFF5RJctppp+W0007b6nOTJ0/e4vHs2bMbPxBAM3PH4wvy8Nzl6VDRLqcdMaLoOAAAANBgCl2DEoDXt7GufvPak/918ND07VJdcCIAAABoOApKgGbu/x58Ps8sXpMeHSvyiUOGFR0HAAAAGpSCEqAZW19blysmzkySnHr4iHSprig4EQAAADQsBSVAM3bDX2Znwcr12bFbdf7zrYOLjgMAAAANTkEJ0EytWFeb705+Okly5lGjUl3RruBEAAAA0PAUlADN1PfveTor1tVmZN/Oed8+A4qOAwAAAI1CQQnQDC1cuT7X/fnZJMnnx49Ou/KyghMBAABA41BQAjRD3540M+tr6zNmcI8ctWu/ouMAAABAo1FQAjQzzy5Zk5v+PjdJcvYxO6eszOxJAAAAWi8FJUAzc9kfZ6SuvpTDR/fJ/kN7Fh0HAAAAGpWCEqAZueepxfn9Iy+krCz5wjE7Fx0HAAAAGp2CEqCZWLBifc68eVqS5D8PGJxdduhabCAAAABoAgpKgGZgY119PvPzh7JsTU123aFrvvTOXYqOBAAAAE1CQQnQDFw+8ancP3tZOle1zzX/sU+qK9oVHQkAAACahIISoGCTZyzKdyc/nSS5+P27Z2jvTgUnAgAAgKajoAQo0Asr1m1ed/Kjbx2cd+2xY7GBAAAAoIkpKAEKsrGuPqff+FBeXFubt+xo3UkAAADaJgUlQEEu++NTeeC5F9Olqn2+a91JAAAA2igFJUAB7p6+KNfes2ndyW9+YI8M7mXdSQAAANomBSVAE5u/fF3O/H/TkiQnjB2cd+y+Q7GBAAAAoEAKSoAmVFtXn9N//lCWr63N7jt1y7nWnQQAAKCNU1ACNKHL7piRqS+tO3nNR/ZJVXvrTgIAANC2KSgBmsikJxfm+/c+kyS55AN7ZFCvjgUnAgAAgOIpKAGawLzl63LWLQ8nST524JC83bqTAAAAkERBCdDoauvqc9qND2b52trsMaBbznnHzkVHAgAAgGZDQQnQyC69Y0YemrM8XaqtOwkAAAD/SkEJ0IjufGJhfvDSupOXfmDPDOxp3UkAAAD4ZwpKgEby/ItrN687eeLbhuSY3foXnAgAAACaHwUlQCOo2Vif0258KCvW1WbPAd1yztt3KToSAAAANEsKSoBGcMnt0zNt7vJ0rW6fqz+yTyrb+3MLAAAAW+OKGaCB/fHxBfnRn55Nklz2QetOAgAAwGtRUAI0oLnL1uZzL607edJBQ3P0W6w7CQAAAK9FQQnQQGo21ue0nz+Ules3Zq+B3XP2MTsXHQkAAACaPQUlQAO5+A/T8/Dc5enWoSJXf2Rv604CAADANnD1DNAAbn9sQa7786Z1J7/1wT0zoId1JwEAAGBbKCgB3qS5y9bm87/YtO7kyQcPzbhd+xWcCAAAAFoOBSXAm1CzsT6n3fhgVq3fmL0Hdc8XrDsJAAAA20VBCfAmfOO2J/Pw8yteWndyn1S082cVAAAAtocraYA36PbHXsj1f5mdJLn83/fMTt07FBsIAAAAWiAFJcAbMGfp2nz+F48kST55yLAcuYt1JwEAAOCNUFACbKcNG+ty6kvrTo4Z3COfGz+66EgAAADQYikoAbbTN37/ZB6dtyLdO1bkOx/e27qTAAAA8Ca4qgbYDrc9+kJumPJckuSKf98rO1p3EgAAAN4UBSXANnpu6Zqc/dK6k586dHgO37lvwYkAAACg5VNQAmyD9bV1+fTPHsyqDRuz7+AeOevoUUVHAgAAgFZBQQmwDb7++yfz+PyV6dGxIt/5iHUnAQAAoKG4wgZ4Hb97ZH7+96+b1p28/Li9skM3604CAABAQ1FQAryG2UvW5Iv/92iS5JTDhufw0dadBAAAgIakoAR4FS+vO7l6w8bsN6RHzjrKupMAAADQ0BSUAK/ia79/Ik+8sDI9O1XmOx/eJ+2tOwkAAAANztU2wFb89uH5+elf5yRJrjhur/TvVl1wIgAAAGidFJQA/+LZJWvyxf97JEly6uHDc+ioPgUnAgAAgNZLQQnwT15ed3JNTV32H9ozZ46z7iQAAAA0JgUlwD/57989kSdfWJlenSrznQ/vbd1JAAAAaGSuvAFe8utp83Lj3+akrGzTupP9ulp3EgAAABqbghIgydOLV+fcXz6aJDnt8BE5xLqTAAAA0CQUlECbt762Lqe+tO7kW4f1zBnWnQQAAIAmo6AE2rwLf/t4pi9Yld6dK/PtD+2dduVlRUcCAACANkNBCbRptz40Lz+/f27KypIrj9s7fa07CQAAAE1KQQm0WbMWrc65v9q07uTpR4zMQSN7F5wIAAAA2h4FJdAmravZtO7k2pq6jB3WK589cmTRkQAAAKBNUlACbdJXfvN4Zixcld6dq3LVh/ey7iQAAAAUREEJtDm/fPD53PzApnUnr/rQXunbxbqTAAAAUBQFJdCmzFq0Kl/61WNJks8eOTJvG2HdSQAAACiSghJoM9bV1OXTP3sw62rr8rYRvXL6EdadBAAAgKIpKIE24/xfP5anFq5Ony5VufK4va07CQAAAM2AghJoE34x9fncMvX5lL+07mSfLlVFRwIAAACioATagJkLV+W8WzetO3nGuFE5cLh1JwEAAKC5UFACrdramo2b1508aETvnHr4iKIjAQAAAP9EQQm0auf/+vHMXLRp3ckrjtvLupMAAADQzCgogVbrlgfm5hcvrTv57Q/tbd1JAAAAaIYUlECr9NTCVTnv15vWnTxz3KiMHd6r4EQAAADA1igogVZnzYZN606ur63PwSOtOwkAAADNmYISaFVKpeQrv30ysxatTr+um9adLLfuJAAAADRb7YsOANCQ/ra4LLc+/cLmdSd7d7buJAAAADRnZlACrcaMBavyi2c2/Vk76+jROWCYdScBAACguVNQAq3C8rU1OfXnD6e2VJaDR/TKKYcOLzoSAAAAsA0UlECLV1tXn1N++mCeW7Y2PatKufQDu1t3EgAAAFoIBSXQopVKpZz/68cz5Zml6VTZLiePrkuvTpVFxwIAAAC2kYISaNF+8ufZ+fn9c1JWllz+73tkx05FJwIAAAC2h4ISaLHunrEoX/v9E0mSc9++S44Y3afgRAAAAMD2UlACLdJTC1fl9BsfSn0p+fd9B+S/Dh5adCQAAADgDVBQAi3OsjU1OemGv2f1ho3Zf2jPfO3Y3VNWZlMcAAAAaIkUlECLUrOxPp/636mZu2xdBvbskGv/c0wq2/tTBgAAAC2Vq3qgxSiVSvnSrx7N/bOXpUtV+1x3wn7pacduAAAAaNEUlECL8aP7ns0tU59PeVnynY/snZH9uhQdCQAAAHiTFJRAizDpyYX5xh+eTJKc965dc9jovgUnAgAAABqCghJo9qYvWJnP/PyhlErJRw4YlI8dOKToSAAAAEADUVACzdqS1Rty0vUPZE1NXQ4c3isXvuctduwGAACAVkRBCTRb62vr8sn/nZp5y9dlSK+O+e5/7JOKdv5sAQAAQGviSh9olkqlUs795aOZ+tyL6VLdPj/+2H7p3tGO3QAAANDaKCiBZul79zydXz40L+3Ky/Ld/9gnw/t0LjoSAAAA0AgUlECzc/tjC3LJ7TOSJF959645eGSfghMBAAAAjUVBCTQrj81bkTNvnpYkOX7s4Hx07JBC8wAAAACNS0EJNBuLVq3Pyf/zQNbV1uWgEb1z/rt2LToSAAAA0MgUlECzsL62Lp/4n6l5YcX6DOvTKdf8xz5pb8duAAAAaPVc/QOFK5VK+cIvHsm0ucvTrUNFrjthv3TrUFF0LAAAAKAJKCiBwl1916z85uH5aV9elu/95z4Z0rtT0ZEAAACAJqKgBAr1+0deyLcmPpUk+eqxu+XA4b0LTgQAAAA0JQUlUJhHnl+es26ZliT5+NuG5sP7Dyo2EAAAANDkFJRAIRas2LRj9/ra+hw2uk/OfcfORUcCAAAACqCgBJrcupq6nPw/D2Thyg0Z2bdzvv3hve3YDQAAAG2URgBoUvX1pZx1y7Q8Om9FenSsyI9P2C9dq+3YDQAAAG2VghJoUldOmpnbHl2QinZlufY/x2RQr45FRwIAAAAKpKAEmsyvp83LtyfNTJJ8/djdc8CwXgUnAgAAAIqmoASaxENzXsznf/FIkuQThwzLv+83sOBEAAAAQHOgoAQa3fzl6/KJ/52amo31GbdL35x9jB27AQAAgE0UlECjWluzMf91wwNZvGpDdu7fJVd+aO+0Ky8rOhYAAADQTCgogUZTX1/KmTdPyxMvrEzvzpX50Qn7pnNV+6JjAQAAAM2IghJoNJf9cUbueHxhKtuV5/sfHZMBPezYDQAAAGxJQQk0il8++Hy+O/npJMnF7989Ywb3LDgRAAAA0BwpKIEGN/W5Zfni/z2aJPn0YcPzvn0GFJwIAAAAaK4UlECDev7FtfnE/0xNTV19jt61Xz539OiiIwEAAADNmIISaDCrN2zasXvpmprsukPXXHHcXim3YzcAAADwGhSUQIOoqy/lsz9/KNMXrErvzlX50Qn7ppMduwEAAIDXoaAEGsQlt0/PpOmLUtm+PD88fkx27N6h6EgAAABAC6CgBN60//fA3Hz/3meSJJd9cM/sPahHwYkAAACAlkJBCbwp9z+7LF/61aYduz9z5Mi8Z88dC04EAAAAtCQKSuANm7N0bT75vw+ktq6Ud+6+Q844cmTRkQAAAIAWRkEJvCEr19fmpBv+nhfX1mb3nbrlsg/uacduAAAAYLspKIHttrGuPqff+FBmLlqdfl2r8sPj902HynZFxwIAAABaIAUlsN2+cdv03PPU4lRXlOeHx++b/t2qi44EAAAAtFAKSmC73Pi3Obnuz88mSb71wb2yx4DuxQYCAAAAWjQFJbDN/vL0kpz/68eSJBOOGpV37rFDwYkAAACAlk5BCWyTZ5esySk/fTAb60t595475vQjRhQdCQAAAGgFFJTA61qxbtOO3SvW1Wavgd1z6Qf2SFmZHbsBAACAN09BCbymjXX1Oe3GB/PM4jXZsVt1fnD8mFRX2LEbAAAAaBgKSuA1ffV3T+S+mUvSoaJdfnjCvunbxY7dAAAAQMNRUAKv6n+nzM4NU55Lklz5ob3ylh27FZwIAAAAaG0UlMBW3Tdzcb7y2yeSJF84ZnTGv6V/wYkAAACA1khBCbzCrEWr8+mfPZi6+lLet/dOOeXQ4UVHAgAAAFopBSWwheVra/JfN/w9q9ZvzJjBPXLR+3e3YzcAAADQaBSUwGa1dfU55acPZvbStdmpe4d8/6NjUtXejt0AAABA41FQAkmSUqmU83/9eKY8szSdKtvlRyfsm96dq4qOBQAAALRyCkogSXL9X2bn5/fPSVlZctWH9s4uO3QtOhIAAADQBrQvOgBQrA0b6/K9yU/n25NmJknOefvOGbdrv4JTAQAAAG2FghLasClPL82Xbn00zyxekyT58P6DcvLBwwpOBQAAALQlCkpog15cU5Nv3PZkbpn6fJKkd+eqXPDuXfOuPXawYzcAAADQpBSU0IaUSqX88sF5+fptT2bZmpokyX8cMChfOGbndOtQUXA6AAAAoC1SUEIb8czi1fnyrY/lL08vTZKM7tcl33jf7hkzuEfByQAAAIC2TEEJrdyGjXX5/j3P5Oq7Z6VmY32qK8rz2SNH5b8OHpqKduVFxwMAAADaOAUltGJ/e2Zpzv3Vo3n6pU1wDhnVJ1/7t90yqFfHgpMBAAAAbKKghFZo+dqaXHTb9Nz8wNwkmzbBOf/du+bdNsEBAAAAmhkFJbQipVIpt06bl6/97sksfWkTnI8cMChnj9853TraBAcAAABofhSU0Eo8u2RNvnzro/nzrE2b4Izq1znfeO/u2XdIz4KTAQAAALw6BSW0cDUb6/ODe5/Ot+/atAlOVfvyfObIkTn54GGpbG8THAAAAKB5U1BCC/b32ctyzi8fzaxFq5MkB4/sna8du1sG9+pUcDIAAACAbaOghBZo+dqaXPyH6bnp7y9vglOZ8961a96z5442wQEAAABaFAUltCClUim/eXh+vvq7J7Jk9aZNcD68/8CcfczO6d6xsuB0AAAAANtPQQktxHNL1+TLtz6W+2YuSZKM7Ns533jf7tnPJjgAAABAC6aghGauZmN9fnjfM/n2pJnZsLE+le3L85kjRuQThwy3CQ4AAADQ4ikooRl7YPaynPurR/PUwk2b4LxtRK98/djdM6S3TXAAAACA1kFBCc3QirW1ufj26fn5/XOSJD07Vea8d+2SY/faySY4AAAAQKuioIRmpFQq5bePvJD//u0TWbJ6Q5LkuH0H5otv3zk9OtkEBwAAAGh9FJTQTMxZujZf/vVjufepxUmS4X065Rvv3T0HDOtVcDIAAACAxqOghILV1m3aBOeqO/+xCc5ph4/IJw8dlqr27YqOBwAAANCoFJRQoKnPvZhzf/loZixclSQ5cHivfO3Y3TKsT+eCkwEAAAA0DQUlFGDFutpccvv03Hj/nJRKSY+OFfnyO3fN+/axCQ4AAADQtigooQmVSqX8/tEXcuFvn8jiVZs2wfngmAE55x27pKdNcAAAAIA2SEEJTWTusrU579ePZfKMTZvgDOvTKV8/dveMHW4THAAAAKDtUlBCI6utq8+P//RsrrzzqayvrU9lu/KceviIfOowm+AAAAAAKCihET04Z9MmONMXbNoEZ+ywXvnae3fLcJvgAAAAACRRUEKjWLm+NpfePiM//dtzmzfB+dI7d837bYIDAAAAsAUFJTSgUqmUPzy2IF/5zeNZ9NImOB8YMyDn2gQHAAAAYKsUlNBA5i5bmwt+83jumr4oSTKsd6d87b275cDhvQtOBgAAANB8KSjhTdpYV5/r/vxsrpg4M+tq61LZrjynHDY8pxw2PNUVNsEBAAAAeC0KSthOy9fW5JHnV+Thucvz8PMrMm3u8ixZvel27gOG9szX37t7RvS1CQ4AAADAtlBQwmtYX1uXx+evyLS5K/LI88vz8Nzlmb107SvO696xIue+Y5d8cMwAm+AAAAAAbAcFJbxkY119Zi5anUeeX55pczfNkJyxcFXq6kuvOHdIr47Zc2D37DGge/Ya2C1v2bGb27kBAAAA3gAFJW1SqVTK3GXr8vBLsyIfeX5FHp23Iutq615xbu/OVdlrYLfsOaD7S6Vkt3TvaEduAAAAgIagoKRNWLJ6w+aZkS/fqv3i2tpXnNe5qn1236lb9hy4aWbkHgO6Z4du1W7bBgAAAGgkCkpanTUbNubReSs2z4ycNnd55i1f94rzKtuVZ5cdumxxq/aw3p1TXq6MBAAAAGgqCkpatJqN9ZmxYNXmW7Uffn55Zi1anX9dNrKsLBnep/NLt2lvul175x26pKq9dSMBAAAAiqSgpMWory/l2aVrXrpFe0Uefn55Hp+/MjUb619x7o7dqrPHS2tG7jmwW3bfqVu6VFcUkBoAAACA16KgpNlauHJ9ps39xyY2Dz+/PKvWb3zFed06VGSPAd2y18Du2XNA9+wxsFv6dqkuIDEAAAAA20tBSbOwYl1tHn2phHz5Vu2FKze84ryq9uXZbaduW9yqPbhXR5vYAAAAALRQCkoaXc3G+ixbU5Mlqzdk6ZqaLFuzIUtX12TJ6pq8sGJdHn1+RZ5ZsuYVrysvS0b167JpZuTA7tljQLeM6tclFe3KC/gtAAAAAGgMCkq2W119KS+urcnS1TVZunpDlqypybKXysclq/9RQC59qZTc2m3ZWzOoZ8dNa0YO6JY9B3bPW3bsmo6V/i8KAAAA0Jppf0ipVMqKdbVZuuZfS8eaLN1cNv6jdHxxbU1Kpdd/33/WrrwsPTtVplenyvTuXLXp+86V6dOlKrvu0DV7DOienp0qG+cXBAAAAKDZUlC2QqVSKWtq6rL0pVmNL5eOm7/ffIv1hixbU5Nla2qysX77GseysqRHx8qtlo69Oleld6eXnutcld6dK9O1uiLl5daJBAAAAGBLCsoWoK5+0wzHF9fWZPnamry4ZtP3y9bUvKJ0fLmI3LCxfrt/Tpfq9un1Uqm45dd/Kh07V6ZXp6r06FiR9taCBAAAAOBNUlA2sXU1dXlxbc1LZWPtS9/XZvmal76+9Nw/vq/NyvW1231LdZJUV5Sn9yvKxi1Lx5e/79mpMlXt2zX8LwwAAAAAr0FB+QbV1Zeycl3tK8rEVxSMa2q3KCPfyMzGl3Wpap/unSrSo2NlunfcdGv1a5WONpgBAAAAoLnTYGUbZjWu+8fxl7+uWPfGZjUmSUW7snTvWJkeHSs2f325dHz5+24vfX35nO4dK1LhlmoAAAAAWpk2W1Ae94O/ZXWpqsFnNf6jbNzy6+bvO1WmU2W7lJXZMAYAAAAA2mxB+dSiNSmv+scUyPblZVsvGDttOZPRrEYAAAAAaDhttqC85sN7ZvCOfTeXkZ2r2pvVCAAAAABNrM0WlAcO75VevboXHQMAAAAA2jT3JwMAAAAAhVFQAgAAAACFUVACAAAAAIVRUAIAAAAAhVFQAgAAAACFUVACAAAAAIVRUAIAAAAAhVFQAgAAAACFUVACAAAAAIVRUAIAAAAAhVFQAgAAAACFUVACAAAAAIVRUAIAAAAAhVFQAgAAAACFUVACAAAAAIVRUAIAAAAAhVFQAgAAAACFUVACAAAAAIVRUAIAAAAAhVFQAgAAAACFUVACAAAAAIVRUAIAAAAAhVFQAgAAAACFUVACAAAAAIVRUAIAAAAAhVFQAgAAAACFUVACAAAAAIVRUAIAAAAAhVFQAgAAAACFUVACAAAAAIVRUAIAAAAAhVFQAgAAAACFUVACAAAAAIVRUAIAAAAAhVFQAgAAAACFUVACAAAAAIVRUAIAAAAAhVFQAgAAAACFUVACAAAAAIVRUAIAAAAAhVFQAgAAAACFUVACAAAAAIVRUAIAAAAAhVFQAgAAAACFUVACAAAAAIVRUAIAAAAAhVFQAgAAAACFaRYF5TXXXJMhQ4akuro6BxxwQO6///7XPP+WW27JzjvvnOrq6uy+++657bbbmigpAAAAANCQCi8ob7755kyYMCEXXHBBHnzwwey5554ZP358Fi1atNXz//KXv+TDH/5wTjrppDz00EM59thjc+yxx+axxx5r4uQAAAAAwJtVeEF5+eWX5+STT86JJ56YXXfdNddee206duyY6667bqvnX3XVVTnmmGPy+c9/Prvssku++tWvZp999snVV1/dxMkBAAAAgDerfZE/vKamJlOnTs0555yz+Vh5eXnGjRuXKVOmbPU1U6ZMyYQJE7Y4Nn78+Nx6661bPX/Dhg3ZsGHD5scrVqxIkixbtuxNpgeam9ra2qxduzZLly5NRUVF0XGABmR8Q+tlfEPrZXxD6/Vyr1YqlRrk/QotKJcsWZK6urr069dvi+P9+vXL9OnTt/qaBQsWbPX8BQsWbPX8iy66KBdeeOErjo8aNeoNpgYAAAAAli5dmm7dur3p9ym0oGwK55xzzhYzLpcvX57Bgwdnzpw5DfI/INB8rFy5MgMHDszcuXPTtWvXouMADcj4htbL+IbWy/iG1mvFihUZNGhQevbs2SDvV2hB2bt377Rr1y4LFy7c4vjChQvTv3//rb6mf//+23V+VVVVqqqqXnG8W7du/kBCK9W1a1fjG1op4xtaL+MbWi/jG1qv8vKG2d6m0E1yKisrM2bMmEyaNGnzsfr6+kyaNCljx47d6mvGjh27xflJMnHixFc9HwAAAABovgq/xXvChAk54YQTsu+++2b//ffPlVdemTVr1uTEE09Mkhx//PHZaaedctFFFyVJPvvZz+bQQw/Nt771rbzzne/MTTfdlAceeCA/+MEPivw1AAAAAIA3oPCC8rjjjsvixYtz/vnnZ8GCBdlrr71y++23b94IZ86cOVtMFz3wwANz44035stf/nLOPffcjBw5Mrfeemt22223bfp5VVVVueCCC7Z62zfQshnf0HoZ39B6Gd/Qehnf0Ho19PguKzXUfuAAAAAAANup0DUoAQAAAIC2TUEJAAAAABRGQQkAAAAAFEZBCQAAAAAUps0UlLNnz85JJ52UoUOHpkOHDhk+fHguuOCC1NTUbHHeI488koMPPjjV1dUZOHBgLrnkkoISA9vj61//eg488MB07Ngx3bt33+o5c+bMyTvf+c507Ngxffv2zec///ls3LixaYMCb8g111yTIUOGpLq6OgcccEDuv//+oiMB2+nee+/Nu9/97uy4444pKyvLrbfeusXzpVIp559/fnbYYYd06NAh48aNy8yZM4sJC2yXiy66KPvtt1+6dOmSvn375thjj82MGTO2OGf9+vU59dRT06tXr3Tu3Dnvf//7s3DhwoISA9vqe9/7XvbYY4907do1Xbt2zdixY/OHP/xh8/MNNbbbTEE5ffr01NfX5/vf/34ef/zxXHHFFbn22mtz7rnnbj5n5cqVOfroozN48OBMnTo1l156ab7yla/kBz/4QYHJgW1RU1OTD37wgznllFO2+nxdXV3e+c53pqamJn/5y19yww035Prrr8/555/fxEmB7XXzzTdnwoQJueCCC/Lggw9mzz33zPjx47No0aKiowHbYc2aNdlzzz1zzTXXbPX5Sy65JN/+9rdz7bXX5m9/+1s6deqU8ePHZ/369U2cFNhe99xzT0499dT89a9/zcSJE1NbW5ujjz46a9as2XzOmWeemd/+9re55ZZbcs8992T+/Pl53/veV2BqYFsMGDAgF198caZOnZoHHnggRxxxRP7t3/4tjz/+eJKGG9tlpVKp1NDhW4pLL7003/ve9/LMM88k2dQKf+lLX8qCBQtSWVmZJPniF7+YW2+9NdOnTy8yKrCNrr/++pxxxhlZvnz5Fsf/8Ic/5F3velfmz5+ffv36JUmuvfbanH322Vm8ePHmMQ80PwcccED222+/XH311UmS+vr6DBw4MKeffnq++MUvFpwOeCPKysryq1/9Kscee2ySTbMnd9xxx5x11ln53Oc+lyRZsWJF+vXrl+uvvz4f+tCHCkwLbK/Fixenb9++ueeee3LIIYdkxYoV6dOnT2688cZ84AMfSLJpEtEuu+ySKVOm5K1vfWvBiYHt0bNnz1x66aX5wAc+0GBju83MoNyaFStWpGfPnpsfT5kyJYcccsgWRcX48eMzY8aMvPjii0VEBBrIlClTsvvuu28uJ5NN43vlypWb/+UHaH5qamoyderUjBs3bvOx8vLyjBs3LlOmTCkwGdCQnn322SxYsGCLsd6tW7cccMABxjq0QCtWrEiSzdfbU6dOTW1t7RZjfOedd86gQYOMcWhB6urqctNNN2XNmjUZO3Zsg47tNltQzpo1K9/5znfyyU9+cvOxBQsWbFFeJNn8eMGCBU2aD2hYxje0TEuWLEldXd1Wx6+xC63Hy+PZWIeWr76+PmeccUbe9ra3ZbfddkuSzXcp/uta8cY4tAyPPvpoOnfunKqqqnzqU5/Kr371q+y6664NOrZbfEH5xS9+MWVlZa/537/enj1v3rwcc8wx+eAHP5iTTz65oOTA63kj4xsAACjOqaeemsceeyw33XRT0VGABjJ69OhMmzYtf/vb33LKKafkhBNOyBNPPNGgP6N9g75bAc4666x87GMfe81zhg0btvn7+fPn5/DDD8+BBx74is1v+vfv/4qdhl5+3L9//4YJDGyz7R3fr6V///6v2PXX+Ibmr3fv3mnXrt1WP5+NXWg9Xh7PCxcuzA477LD5+MKFC7PXXnsVlArYXqeddlp+97vf5d57782AAQM2H+/fv39qamqyfPnyLWZa+TyHlqGysjIjRoxIkowZMyZ///vfc9VVV+W4445rsLHd4gvKPn36pE+fPtt07rx583L44YdnzJgx+clPfpLy8i0nkI4dOzZf+tKXUltbm4qKiiTJxIkTM3r06PTo0aPBswOvbXvG9+sZO3Zsvv71r2fRokXp27dvkk3ju2vXrtl1110b5GcADa+ysjJjxozJpEmTNm+mUV9fn0mTJuW0004rNhzQYIYOHZr+/ftn0qRJmwvJlStXbp6pATRvpVIpp59+en71q19l8uTJGTp06BbPjxkzJhUVFZk0aVLe//73J0lmzJiROXPmZOzYsUVEBt6E+vr6bNiwoUHHdosvKLfVvHnzcthhh2Xw4MG57LLLsnjx4s3PvdzqfuQjH8mFF16Yk046KWeffXYee+yxXHXVVbniiiuKig1sozlz5mTZsmWZM2dO6urqMm3atCTJiBEj0rlz5xx99NHZdddd89GPfjSXXHJJFixYkC9/+cs59dRTU1VVVWx44DVNmDAhJ5xwQvbdd9/sv//+ufLKK7NmzZqceOKJRUcDtsPq1asza9aszY+fffbZTJs2LT179sygQYNyxhln5Gtf+1pGjhyZoUOH5rzzzsuOO+64+R8ngObr1FNPzY033phf//rX6dKly+a157p165YOHTqkW7duOemkkzJhwoT07NkzXbt2zemnn56xY8fawRuauXPOOSdvf/vbM2jQoKxatSo33nhjJk+enDvuuKNhx3apjfjJT35SSrLV//7Zww8/XDrooINKVVVVpZ122ql08cUXF5QY2B4nnHDCVsf33Xffvfmc2bNnl97+9reXOnToUOrdu3fprLPOKtXW1hYXGthm3/nOd0qDBg0qVVZWlvbff//SX//616IjAdvp7rvv3upn9QknnFAqlUql+vr60nnnnVfq169fqaqqqnTkkUeWZsyYUWxoYJu82rX2T37yk83nrFu3rvTpT3+61KNHj1LHjh1L733ve0svvPBCcaGBbfLxj3+8NHjw4FJlZWWpT58+pSOPPLL0xz/+cfPzDTW2y0qlUunNtqkAAAAAAG9Ei9/FGwAAAABouRSUAAAAAEBhFJQAAAAAQGEUlAAAAABAYRSUAAAAAEBhFJQAAAAAQGEUlAAAAABAYRSUAAAAAEBhFJQAAAAAQGEUlAAANLrFixfnlFNOyaBBg1JVVZX+/ftn/Pjx+fOf/5wkGTJkSMrKyvLXv/51i9edccYZOeywwzY//spXvpKysrKUlZWlXbt2GThwYD7xiU9k2bJlTfnrAADQgNoXHQAAgNbv/e9/f2pqanLDDTdk2LBhWbhwYSZNmpSlS5duPqe6ujpnn3127rnnntd8r7e85S258847U1dXlyeffDIf//jHs2LFitx8882N/WsAANAIFJQAADSq5cuX57777svkyZNz6KGHJkkGDx6c/ffff4vzPvGJT+Taa6/Nbbfdlne84x2v+n7t27dP//79kyQ77bRTPvjBD+YnP/lJ4/0CAAA0Krd4AwDQqDp37pzOnTvn1ltvzYYNG171vKFDh+ZTn/pUzjnnnNTX12/Te8+ePTt33HFHKisrGyouAABNTEEJAECjat++fa6//vrccMMN6d69e972trfl3HPPzSOPPPKKc7/85S/n2Wefzc9+9rNXfb9HH300nTt3TocOHTJ06NA8/vjjOfvssxvzVwAAoBEpKAEAaHTvf//7M3/+/PzmN7/JMccck8mTJ2efffbJ9ddfv8V5ffr0yec+97mcf/75qamp2ep7jR49OtOmTcvf//73nH322Rk/fnxOP/30JvgtAABoDApKAACaRHV1dY466qicd955+ctf/pKPfexjueCCC15x3oQJE7Ju3bp897vf3er7VFZWZsSIEdltt91y8cUXp127drnwwgsbOz4AAI1EQQkAQCF23XXXrFmz5hXHO3funPPOOy9f//rXs2rVqtd9ny9/+cu57LLLMn/+/MaICQBAI1NQAgDQqJYuXZojjjgiP/3pT/PII4/k2WefzS233JJLLrkk//Zv/7bV13ziE59It27dcuONN77u+48dOzZ77LFHvvGNbzR0dAAAmoCCEgCARtW5c+cccMABueKKK3LIIYdkt912y3nnnZeTTz45V1999VZfU1FRka9+9atZv379Nv2MM888Mz/60Y8yd+7chowOAEATKCuVSqWiQwAAAAAAbZMZlAAAAABAYRSUAAAAAEBhFJQAAAAAQGEUlAAAAABAYRSUAAAAAEBhFJQAAAAAQGEUlAAAAABAYRSUAAAAAEBhFJQAAAAAQGEUlAAAAABAYRSUAAAAAEBh/j/LSqJtKxxwCwAAAABJRU5ErkJggg==", + "text/plain": [ + "
" + ] + }, + "metadata": {}, + "output_type": "display_data" + } + ], + "source": [ + "snrlist = np.unique(Z_test)\n", + "acc_arr = []\n", + "\n", + "# interate over SNRs\n", + "for snr in snrlist:\n", + " i_SNR = np.where(Z_test==snr)\n", + " X_SNR = X_test[i_SNR[0],:,:]\n", + " Y_SNR = Y_test[i_SNR[0],:]\n", + " X_SNR_len = np.shape(X_SNR)[0]\n", + "\n", + " # model prediction\n", + " pred = model.predict(X_SNR)\n", + "\n", + " #Pediction values are onehote, corresponding to indices representing different modulation types\n", + " pred_ind = np.argmax(pred, axis=1)\n", + " expected_ind = np.argmax(Y_SNR, axis=1)\n", + " matches = sum(np.equal(pred_ind, expected_ind))\n", + " acc = matches/X_SNR_len\n", + " acc_arr.append(acc)\n", + " print(\"SNR: \", snr, \"accuracy\", acc)\n", + "\n", + "plt.figure(figsize=(10, 10))\n", + "plt.plot(snrlist, acc_arr, linewidth=2.5, color='#2E86AB')\n", + "plt.ylabel('Correct Classification Probability', fontsize=14, fontweight='bold')\n", + "plt.xlabel('SNR', fontsize=14, fontweight='bold')\n", + "plt.grid(alpha=0.3)\n", + "plt.xlim([-20, 30]) \n", + "plt.ylim([0, 1])\n", + "plt.tick_params(axis='both', labelsize=11)\n", + "plt.tight_layout()\n", + "plt.savefig('images/SNR_Accuracy.png', dpi=300, bbox_inches='tight')\n", + "plt.show()" + ] + }, + { + "cell_type": "code", + "execution_count": 10, + "id": "39c37fc0", + "metadata": {}, + "outputs": [], + "source": [ + "def plot_confusion_matrix(cm, title='Confusion matrix >= 0dB SNR', cmap=plt.cm.Blues, labels=[]):\n", + " plt.figure(figsize = (15,10))\n", + " plt.imshow(cm, interpolation='nearest', cmap=cmap)\n", + " plt.title(title, fontsize=16, fontweight='bold', pad=20)\n", + " plt.colorbar()\n", + " label_len = np.shape(labels)[0]\n", + " tick_marks = np.arange(label_len)\n", + " plt.xticks(tick_marks, labels, rotation=45, fontsize=11)\n", + " plt.yticks(tick_marks, labels, fontsize=11)\n", + " plt.tight_layout() \n", + " plt.ylabel('True label', fontsize=14, fontweight='bold')\n", + " plt.xlabel('Predicted label', fontsize=14, fontweight='bold')\n", + " plt.savefig('images/confusion_matrix.png', dpi=300, bbox_inches='tight')" + ] + }, + { + "cell_type": "markdown", + "id": "7718e4f4", + "metadata": {}, + "source": [ + "### Plot confusion matrix for SNR>=0" + ] + }, + { + "cell_type": "code", + "execution_count": 11, + "id": "38a45e5d", + "metadata": {}, + "outputs": [ + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\u001b[1m308/308\u001b[0m \u001b[32m━━━━━━━━━━━━━━━━━━━━\u001b[0m\u001b[37m\u001b[0m \u001b[1m53s\u001b[0m 170ms/step\n" + ] + }, + { + "data": { + "image/png": "iVBORw0KGgoAAAANSUhEUgAABH4AAAPxCAYAAACM9GqaAAAAOnRFWHRTb2Z0d2FyZQBNYXRwbG90bGliIHZlcnNpb24zLjEwLjMsIGh0dHBzOi8vbWF0cGxvdGxpYi5vcmcvZiW1igAAAAlwSFlzAAAPYQAAD2EBqD+naQABAABJREFUeJzs3XlYVVX7//HPAWRI5KBo4oBQkAPOlfo4lGgqTjg8zjniUJqzaUrlnGGaNjinIJaammVRlrM4ZFaWmKalpY+SYzmAoILC+f3hj/PtBMggxjmH96trXVfsvfba995Qem7utZbBZDKZBAAAAAAAALvjUNABAAAAAAAA4MEg8QMAAAAAAGCnSPwAAAAAAADYKRI/AAAAAAAAdorEDwAAAAAAgJ0i8QMAAAAAAGCnSPwAAAAAAADYKRI/AAAAAAAAdorEDwAAAAAAgJ0i8QMAQB6dOHFCLVq0kNFolMFg0Keffpqv4//vf/+TwWBQVFRUvo5rD/z8/NSvX7+CDsOq9OvXT35+fgUdBgAAsDIkfgAANu3333/X888/r0cffVSurq7y8PBQw4YN9c477+jmzZsP9N59+/bV4cOHNWPGDH3wwQd68sknH+j97NHRo0c1ZcoU/e9//yvoUKxCdHS0Hn/8cbm6uqpChQqaPHmy7ty5k+fxDAaDRStatKgCAwP12muv6caNGzka4/Dhw+rcubN8fX3l6uqqcuXKqXnz5po3b55FPz8/PxkMBg0fPjzDGDExMTIYDFq/fr35WFRUlEVsTk5OKleunPr166ezZ8/m+ZkBAIAlp4IOAACAvNq4caO6dOkiFxcX9enTR9WqVVNKSor27t2rcePG6eeff9Z77733QO598+ZNffPNN3rllVc0bNiwB3IPX19f3bx5U0WKFHkg41uDo0ePaurUqQoKCspVtcqvv/4qBwf7+v3VV199pQ4dOigoKEjz5s3T4cOH9dprr+nSpUtatGhRnsdt3ry5+vTpI0lKTEzUnj17NHHiRB06dEgfffTRPa/dt2+fmjRpogoVKmjQoEHy9vZWXFyc9u/fr3feeSfTJM/SpUsVFhamsmXL5ii+adOm6ZFHHtGtW7e0f/9+RUVFae/evTpy5IhcXV1z/8AAAMACiR8AgE06deqUunfvLl9fX+3YsUNlypQxnxs6dKh+++03bdy48YHd/88//5QkeXp6PrB7GAwGPvj+jclk0q1bt+Tm5iYXF5d8Hfunn35SjRo18nXM3Bo7dqxq1KihLVu2yMnp7l/RPDw89Prrr2vkyJGqXLlynsatWLGievXqZf568ODBSklJ0SeffKJbt27d82dsxowZMhqN+v777zP8rF+6dClD/6pVq+rXX3/VzJkz9e677+YovlatWpmr5QYOHKiSJUvqjTfeUHR0tLp27ZqjMQAAQNbs61dlAIBCY9asWUpMTFRERIRF0iddQECARo4caf76zp07mj59uvz9/eXi4iI/Pz+9/PLLSk5OtrjOz89Pbdu21d69e1W3bl25urrq0Ucf1fvvv2/uM2XKFPn6+kqSxo0bJ4PBYK5WyWqdlSlTpshgMFgc27p1qxo1aiRPT0+5u7urUqVKevnll83ns1rjZ8eOHXrqqadUtGhReXp6qn379jp27Fim9/vtt9/Ur18/eXp6ymg0KjQ0NEdTfIKCglStWjX99NNPaty4sR566CEFBASYp+rs2rVL9erVk5ubmypVqqRt27ZZXH/69Gm98MILqlSpktzc3OTl5aUuXbpYTOmKiopSly5dJElNmjQxT/mJiYmR9H/fi82bN+vJJ5+Um5ublixZYj6XvsaPyWRSkyZNVKpUKYtkREpKiqpXry5/f38lJSXd83lr1qypunXrasmSJUpISMj2/eS3o0eP6ujRo3ruuefMSR9JeuGFF2QymSymSEnSp59+qmrVqsnV1VXVqlXThg0bcnU/b29v8/Sqe/n9999VtWrVTBOcDz/8cIZjfn5+6tOnj5YuXapz587lKqZ0Tz31lPneAADg/pH4AQDYpM8//1yPPvqoGjRokKP+AwcO1KRJk/T444/rrbfeUuPGjRUeHq7u3btn6Pvbb7+pc+fOat68uebMmaPixYurX79++vnnnyVJ//3vf/XWW29Jknr06KEPPvhAb7/9dq7i//nnn9W2bVslJydr2rRpmjNnjtq1a6evv/76ntdt27ZNwcHBunTpkqZMmaIxY8Zo3759atiwYabr5HTt2lXXr19XeHi4unbtqqioKE2dOjVHMV69elVt27ZVvXr1NGvWLLm4uKh79+5au3atunfvrtatW2vmzJlKSkpS586ddf36dfO133//vfbt26fu3bvr3Xff1eDBg7V9+3YFBQWZE09PP/20RowYIUl6+eWX9cEHH+iDDz5QlSpVzOP8+uuv6tGjh5o3b6533nlHtWrVyhCnwWBQZGSkbt26pcGDB5uPT548WT///LOWL1+uokWL3vNZ33vvPTk6Omrw4MEqU6aM+vXrpz179mT7jv76668ctX8mGP/p4MGDkpRhnaiyZcuqfPny5vOStGXLFnXq1EkGg0Hh4eHq0KGDQkNDdeDAgUzHvnXrljmO06dPa/Xq1VqxYoWeffbZbBM/vr6++uGHH3TkyJFs30W6V155RXfu3NHMmTNzfM3fpf8cFy9ePE/XAwCAfzABAGBj4uPjTZJM7du3z1H/2NhYkyTTwIEDLY6PHTvWJMm0Y8cO8zFfX1+TJNPu3bvNxy5dumRycXExvfjii+Zjp06dMkkyzZ4922LMvn37mnx9fTPEMHnyZNPf/9h96623TJJMf/75Z5Zxp99j+fLl5mO1atUyPfzww6bLly+bjx06dMjk4OBg6tOnT4b79e/f32LMjh07mry8vLK8Z7rGjRubJJlWr15tPvbLL7+YJJkcHBxM+/fvNx/fvHlzhjhv3LiRYcxvvvnGJMn0/vvvm4999NFHJkmmnTt3Zuif/r3YtGlTpuf69u1rcWzJkiUmSaaVK1ea9u/fb3J0dDSNGjUq22f9u6NHj5rGjh1rKl26tEmSqWLFiqaZM2eazp8/n2l/STlqf383mZk9e7ZJkunMmTMZztWpU8f0n//8x/x1rVq1TGXKlDFdu3bNfGzLli0mSRl+9rKKp0OHDqZbt25l+z62bNlicnR0NDk6Oprq169veumll0ybN282paSkZOjr6+tratOmjclkMplCQ0NNrq6upnPnzplMJpNp586dJkmmjz76yNx/+fLlJkmmbdu2mf78809TXFycaf369aZSpUqZXFxcTHFxcdnGBwAAskfFDwDA5qRPxSlWrFiO+n/55ZeSpDFjxlgcf/HFFyUpw1pAgYGB5ukmklSqVClVqlRJJ0+ezHPM/5Q+deazzz5TWlpajq45f/68YmNj1a9fP5UoUcJ8vEaNGmrevLn5Of/u7xUw0t1pNJcvX87RdCZ3d3eLiqhKlSrJ09NTVapUUb169czH0//97+/Hzc3N/O+3b9/W5cuXFRAQIE9PT/344485eNq7HnnkEQUHB+eo73PPPafg4GANHz5cvXv3lr+/v15//fUc30uSqlSpotmzZ+uPP/7QZ599pipVqmjixIny8fFRhw4d9NNPP1n037p1a45ads+QvgNdZmsXubq6ms+n/wz07dtXRqPR3Kd58+YKDAzMdOz27dub4/jss88UFhamTZs26dlnn5XJZLpnXM2bN9c333yjdu3a6dChQ5o1a5aCg4NVrlw5RUdHZ3ndq6++muOqn2bNmqlUqVLy8fFR586dVbRoUUVHR6t8+fLZXgsAALLH4s4AAJvj4eEhSRZTi+7l9OnTcnBwUEBAgMVxb29veXp66vTp0xbHK1SokGGM4sWL6+rVq3mMOKNu3bpp2bJlGjhwoCZMmKBnnnlG//3vf9W5c+csd6tKj7NSpUoZzlWpUkWbN29WUlKSxbSmfz5L+vSZq1evmt9jVsqXL59hXSKj0SgfH58Mx9LHTHfz5k2Fh4dr+fLlOnv2rEWCIT4+/p73/btHHnkkx30lKSIiQv7+/jpx4oT27dtnkYDKDScnJ7Vr104hISFat26dnnvuOX322WcKCgqyWAS6WbNmeRr/n9LjzGxKWPqC1tL//Qw89thjGfpVqlQp06Ra+fLlLeJs166dvLy8NHbsWH3xxRcKCQm5Z2x16tTRJ598opSUFB06dEgbNmzQW2+9pc6dOys2NjbThNOjjz6q3r1767333tOECRPuOf6CBQtUsWJFxcfHKzIyUrt37873xbsBACjMqPgBANgcDw8PlS1bNlfrjkjKkMTIiqOjY6bHs6uOuNc9UlNTLb52c3PT7t27tW3bNvXu3Vs//fSTunXrpubNm2foez/u51myujYnYw4fPlwzZsxQ165dtW7dOm3ZskVbt26Vl5dXjiucJOU6cRMTE2NOnhw+fDhX1/7d6dOnNW3aNPn7+6t79+4qUaKEpk6dqh49elj0u3DhQo5aesVOVtIXKD9//nyGc+fPn8/x1ug59cwzz0iSdu/eneNrnJ2dVadOHb3++utatGiRbt++fc/t4NPX+nnjjTfuOW7dunXVrFkzderUSdHR0apWrZqeffZZJSYm5jg2AACQNRI/AACb1LZtW/3+++/65ptvsu3r6+urtLQ0nThxwuL4xYsXde3aNfMOXfmhePHiunbtWobj/6wqkiQHBwc988wzmjt3ro4ePaoZM2Zox44d2rlzZ6Zjp8f566+/Zjj3yy+/qGTJktkuYvxvWb9+vfr27as5c+aYF8pu1KhRhneT02RcTpw/f17Dhw9XixYt1LZtW40dOzbT956VmzdvavXq1WrWrJkeeeQRvf7666pbt662bNmikydPatKkSSpdurTFNWXKlMlRW7t27T3vnb5o9T8XaD537pz++OMP8/n0n4F//ixLmf9cZOXOnTuSlOfkSvoi1JklqtL5+/urV69eWrJkyT37/Z2jo6PCw8N17tw5zZ8/P0+xAQAASyR+AAA26aWXXlLRokU1cOBAXbx4McP533//Xe+8844kqXXr1pKUYeetuXPnSpLatGmTb3H5+/srPj7eYi2Y8+fPZ9hu+8qVKxmuTf9wn9UOUGXKlFGtWrW0YsUKiwTKkSNHtGXLFvNzWgNHR8cMVUXz5s3LUM2UnqjKLFmWW4MGDVJaWpoiIiL03nvvycnJSQMGDMhRdVP6bl49e/bUxYsXNXfuXJ09e1Zr1qxR8+bNs0xQ5dcaP1WrVlXlypX13nvvWbyjRYsWyWAwqHPnzpIsfwb+PmVu69atOnr0aE5ek6S7u+JJd7exv5edO3dm+v7S15PKbNrh37366qu6ffu2Zs2alePYgoKCVLduXb399tu6detWjq8DAACZY40fAIBN8vf31+rVq9WtWzdVqVJFffr0UbVq1ZSSkqJ9+/bpo48+Ur9+/STd/XDbt29fvffee7p27ZoaN26s7777TitWrFCHDh3UpEmTfIure/fuGj9+vDp27KgRI0boxo0bWrRokSpWrGix/sq0adO0e/dutWnTRr6+vrp06ZIWLlyo8uXLq1GjRlmOP3v2bLVq1Ur169fXgAEDdPPmTc2bN09Go1FTpkzJt+e4X23bttUHH3wgo9GowMBAffPNN9q2bZu8vLws+tWqVUuOjo564403FB8fLxcXFzVt2lQPP/xwru63fPlybdy4UVFRUeZFgefNm6devXpp0aJFeuGFF+55ffrP0sCBAy0Wrs5Ofq3xI9393rZr104tWrRQ9+7ddeTIEc2fP18DBw602OI+PDxcbdq0UaNGjdS/f39duXJF8+bNU9WqVTOt4Dl+/LhWrlwpSbpx44b279+vFStWKCAgQL17975nTMOHD9eNGzfUsWNHVa5c2fzf19q1a+Xn56fQ0NB7Xp9e9bNixYpcvYtx48apS5cuioqKyrBAOQAAyKWC21AMAID7d/z4cdOgQYNMfn5+JmdnZ1OxYsVMDRs2NM2bN89iu+rbt2+bpk6danrkkUdMRYoUMfn4+JjCwsIybGn99y2p/65x48amxo0bm7/Oajt3k+nuFtjVqlUzOTs7mypVqmRauXJlhu3ct2/fbmrfvr2pbNmyJmdnZ1PZsmVNPXr0MB0/fjzDPf65Ffi2bdtMDRs2NLm5uZk8PDxMISEhpqNHj1r0Sb/fP7eLT99C+9SpU1m+0/TnrVq1aobjWb0fSaahQ4eav7569aopNDTUVLJkSZO7u7spODjY9Msvv2S6DfvSpUtNjz76qMnR0dFia/es7pV+Ln2cuLg4k9FoNIWEhGTo17FjR1PRokVNJ0+evOfzJiYm3vP8v2XDhg2mWrVqmVxcXEzly5c3vfrqq5lunf7xxx+bqlSpYnJxcTEFBgaaPvnkE1Pfvn2z3c7d0dHRVL58edNzzz1nunjxYrbxfPXVV6b+/fubKleubHJ3dzc5OzubAgICTMOHD89wfVbfrxMnTpi/t5lt5/79999nuCY1NdXk7+9v8vf3N925cyfbOAEAQNYMJlMO6p8BAAAAAABgc1jjBwAAAAAAwE6R+AEAAAAAALBTJH4AAAAAAADsFIkfAAAAAACAB2z37t0KCQlR2bJlZTAY9Omnn2Z7TUxMjB5//HG5uLgoICBAUVFRub4viR8AAAAAAIAHLCkpSTVr1tSCBQty1P/UqVNq06aNmjRpotjYWI0aNUoDBw7U5s2bc3VfdvUCAAAAAAD4FxkMBm3YsEEdOnTIss/48eO1ceNGHTlyxHyse/fuunbtmjZt2pTjezndT6CwHWlpaTp37pyKFSsmg8FQ0OEAAAAAQKFiMpl0/fp1lS1bVg4OTL7Jyq1bt5SSklLQYeSYyWTK8BnbxcVFLi4u9z32N998o2bNmlkcCw4O1qhRo3I1DomfQuLcuXPy8fEp6DAAAAAAoFCLi4tT+fLlCzoMq3Tr1i25FfOS7two6FByzN3dXYmJiRbHJk+erClTptz32BcuXFDp0qUtjpUuXVoJCQm6efOm3NzccjQOiZ9ColixYpIk58C+Mjg6F3A0d52JebOgQwAAAACAf8X1hAQFPOJj/myGjFJSUqQ7N+QS2Feyks+t95SaosSjKxQXFycPDw/z4fyo9slPJH4KifTSM4Ojs9Ukfv7+HwYAAAAAFAYsvZEDVvS59V7SF0z28PB4IJ9vvb29dfHiRYtjFy9elIeHR46rfSQSPwAAAAAAwJoYHO42a/eAY6xfv76+/PJLi2Nbt25V/fr1czWODbxJAAAAAAAA25aYmKjY2FjFxsZKurtde2xsrM6cOSNJCgsLU58+fcz9Bw8erJMnT+qll17SL7/8ooULF2rdunUaPXp0ru5L4gcAAAAAAOABO3DggGrXrq3atWtLksaMGaPatWtr0qRJkqTz58+bk0CS9Mgjj2jjxo3aunWratasqTlz5mjZsmUKDg7O1X2Z6gUAAAAAAPCABQUFyWQyZXk+Kioq02sOHjx4X/cl8QMAAAAAAKyHQZItLIJtAyFKTPUCAAAAAACwWyR+AAAAAAAA7BRTvQAAAAAAgPVgO/d8ZRtRAgAAAAAAINdI/AAAAAAAANgppnoBAAAAAADrYTDYyK5eNhCjqPh5IOLi4tS/f3+VLVtWzs7O8vX11ciRI3X58mWLfj///LO6du2qUqVKycXFRRUrVtSkSZN048YNi35+fn56++23zV+bTCaNHTtWHh4eiomJ+ReeCAAAAAAA2CISP/ns5MmTevLJJ3XixAl9+OGH+u2337R48WJt375d9evX15UrVyRJ+/fvV7169ZSSkqKNGzfq+PHjmjFjhqKiotS8eXOlpKRkOn5qaqoGDBig999/Xzt37lRQUNC/+HQAAAAAAMCWMNUrnw0dOlTOzs7asmWL3NzcJEkVKlRQ7dq15e/vr1deeUULFy7UgAEDVKVKFX3yySdycLibf/P19VXFihVVu3ZtvfXWWxo/frzF2MnJyerRo4cOHDigPXv2qFKlSv/68wEAAAAAANtBxU8+unLlijZv3qwXXnjBnPRJ5+3trZ49e2rt2rWKjY3V0aNHNWbMGHPSJ13NmjXVrFkzffjhhxbHExMT1aZNGx09elRff/11tkmf5ORkJSQkWDQAAAAAAKxe+nbuttBsgG1EaSNOnDghk8mkKlWqZHq+SpUqunr1qo4fP27+Oqt+6X3STZ8+XbGxsdqzZ498fHyyjSU8PFxGo9HccnINAAAAAACwLyR+HgCTyZSv/SSpRYsWSkpK0uuvv56j/mFhYYqPjze3uLi4HN8LAAAAAADYBxI/+SggIEAGg0HHjh3L9PyxY8dUvHhxVaxY0fx1Vv3S+6R75pln9Nlnn2nx4sUaOXJktrG4uLjIw8PDogEAAAAAYPXSt3O3hWYDSPzkIy8vLzVv3lwLFy7UzZs3Lc5duHBBq1atUrdu3VSrVi1VrlxZb731ltLS0iz6HTp0SNu2bVOPHj0yjN+iRQt9/vnnWrp0qUaMGPFAnwUAAAAAANg+Ej/5bP78+UpOTlZwcLB2796tuLg4bdq0Sc2bN1e5cuU0Y8YMGQwGRURE6OjRo+rUqZO+++47nTlzRh999JFCQkJUv359jRo1KtPxmzVrpi+++EIREREaNmzYv/twAAAAAADAppD4yWePPfaYDhw4oEcffVRdu3aVv7+/nnvuOTVp0kTffPONSpQoIUlq0KCB9u/fL0dHR7Vq1UoBAQEKCwtT3759tXXrVrm4uGR5j6ZNm2rjxo2KiorS0KFDc7VWEAAAAAAAKDycCjoAe+Tr66uoqKhs+1WvXl3r16/Ptt///ve/DMeCgoKUmJiYh+gAAAAAALBmtrJVui3EaCtRAgAAAAAAINdI/AAAAAAAANgppnoBAAAAAADrYStbpdtCjKLiBwAAAAAAwG6R+AEAAAAAALBTTPUCAAAAAADWw2Aju3rZQoyi4gcAAAAAAMBukfgBAAAAAACwUyR+AAAAAAAA7BRr/AAAAAAAAOvBdu75isRPIXMm5k15eHgUdBiSpOJBrxZ0CBbObZla0CFk4ObsWNAhAAAAAABsGFO9AAAAAAAA7BQVPwAAAAAAwHqwnXu+so0oAQAAAAAAkGskfgAAAAAAAOwUiR8AAAAAAAA7xRo/AAAAAADAerCde76i4gcAAAAAAMBOkfgBAAAAAACwU0z1AgAAAAAA1oPt3POVbUQJAAAAAACAXCPxAwAAAAAAYKeY6gUAAAAAAKyHwWAb06jY1QsAAAAAAAAFicQPAAAAAACAnSLxk09mzpwpg8GgUaNGZTgXHh4uR0dHzZ49O8O51NRUzZw5U5UrV5abm5tKlCihevXqadmyZeY+/fr1U4cOHSyuW79+vVxdXTVnzpz8fhQAAAAAAGAnWOMnH3z//fdasmSJatSoken5yMhIvfTSS4qMjNS4ceMszk2dOlVLlizR/Pnz9eSTTyohIUEHDhzQ1atXs7zfsmXLNHToUC1evFihoaH5+iwAAAAAABQoB8PdZu1sIUaR+LlviYmJ6tmzp5YuXarXXnstw/ldu3bp5s2bmjZtmt5//33t27dPDRo0MJ+Pjo7WCy+8oC5dupiP1axZM8v7zZo1S5MnT9aaNWvUsWPH/H0YAAAAAABgV5jqdZ+GDh2qNm3aqFmzZpmej4iIUI8ePVSkSBH16NFDERERFue9vb21Y8cO/fnnn9nea/z48Zo+fbq++OKLbJM+ycnJSkhIsGgAAAAAAKBwIfFzH9asWaMff/xR4eHhmZ5PSEjQ+vXr1atXL0lSr169tG7dOiUmJpr7zJ07V3/++ae8vb1Vo0YNDR48WF999VWGsb766ivNmjVLn332mZ555plsYwsPD5fRaDQ3Hx+fPD4lAAAAAAD/IoOD7TQbYBtRWqG4uDiNHDlSq1atkqura6Z9PvzwQ/n7+5unbtWqVUu+vr5au3atuU9gYKCOHDmi/fv3q3///rp06ZJCQkI0cOBAi7Fq1KghPz8/TZ482SJxlJWwsDDFx8ebW1xc3H08LQAAAAAAsEUkfvLohx9+0KVLl/T444/LyclJTk5O2rVrl9599105OTkpNTVVERER+vnnn83nnZycdPToUUVGRlqM5eDgoDp16mjUqFH65JNPFBUVpYiICJ06dcrcp1y5coqJidHZs2fVsmVLXb9+/Z7xubi4yMPDw6IBAAAAAIDChcWd8+iZZ57R4cOHLY6FhoaqcuXKGj9+vI4ePaoDBw4oJiZGJUqUMPe5cuWKgoKC9Msvv6hy5cqZjh0YGChJSkpKsjju6+urXbt2qUmTJmrZsqU2bdqkYsWK5fOTAQAAAABQgAyGu83a2UKMIvGTZ8WKFVO1atUsjhUtWlReXl6qVq2aRo0apbp16+rpp5/OcG2dOnUUERGh2bNnq3PnzmrYsKEaNGggb29vnTp1SmFhYapYsWKmiSEfHx/FxMSoSZMmCg4O1qZNm6jmAQAAAAAAmWKq1wOQkpKilStXqlOnTpme79Spk95//33dvn1bwcHB+vzzzxUSEqKKFSuqb9++qly5srZs2SInp8zzcuXLl1dMTIz++usvBQcHs2MXAAAAAADIlMFkMpkKOgg8eAkJCTIajbp4Od5qKoSKB71a0CFYOLdlakGHkIGbs2NBhwAAAAAgHyQkJKi0l1Hx8dbzmczapH9udXl6ogxOmW+iZE1Md24pefd0q/+eMtULAAAAAABYD1vZKt0WYhRTvQAAAAAAAOwWiR8AAAAAAAA7xVQvAAAAAABgPdjOPV9R8QMAAAAAAGCnSPwAAAAAAADYKRI/AAAAAAAAdoo1fgAAAAAAgPVgO/d8ZRtRAgAAAAAAINdI/AAAAAAAANgppnqhwFzcNq2gQ7BQOmhCQYeQwdW9swo6BAAAAAD4d7Gde76i4gcAAAAAAMBOkfgBAAAAAACwU0z1AgAAAAAA1oNdvfKVbUQJAAAAAACAXCPxAwAAAAAAYKdI/AAAAAAAANgp1vgBAAAAAADWg+3c8xUVPwAAAAAAAHaKxA8AAAAAAICdYqoXAAAAAACwIjaynbuN1NLYRpQAAAAAAADINRI/AAAAAAAAdorEDwAAAAAAgJ1ijR8AAAAAAGA92M49X1Hxk0epqamaOHGiHnnkEbm5ucnf31/Tp0+XyWTK0PfDDz+Uo6Ojhg4dmulYS5cuVc2aNeXu7i5PT0/Vrl1b4eHh5vNTpkxRrVq1LK7Zs2ePPD09NWrUqEzvCQAAAAAAQOInj9544w0tWrRI8+fP17Fjx/TGG29o1qxZmjdvXoa+EREReumll/Thhx/q1q1bFuciIyM1atQojRgxQrGxsfr666/10ksvKTExMct7b9y4UcHBwRozZozefvttGWwkywgAAAAAAP5dTPXKo3379ql9+/Zq06aNJMnPz08ffvihvvvuO4t+p06d0r59+/Txxx9r586d+uSTT/Tss8+az0dHR6tr164aMGCA+VjVqlWzvO/q1asVGhqqOXPmaNiwYfn8VAAAAAAAFDCDwTa2c7eRIgwbeJPWqUGDBtq+fbuOHz8uSTp06JD27t2rVq1aWfRbvny52rRpI6PRqF69eikiIsLivLe3t/bv36/Tp09ne88FCxYoNDRUkZGR2SZ9kpOTlZCQYNEAAAAAAEDhQuInjyZMmKDu3burcuXKKlKkiGrXrq1Ro0apZ8+e5j5paWmKiopSr169JEndu3fX3r17derUKXOfyZMny9PTU35+fqpUqZL69eundevWKS0tzeJ+x44d07Bhw7Ro0SKLe2QlPDxcRqPR3Hx8fPLpyQEAAAAAgK0g8ZNH69at06pVq7R69Wr9+OOPWrFihd58802tWLHC3Gfr1q1KSkpS69atJUklS5ZU8+bNFRkZae5TpkwZffPNNzp8+LBGjhypO3fuqG/fvmrZsqVF8qd8+fJ6/PHHNXv2bJ0/fz7b+MLCwhQfH29ucXFx+fj0AAAAAAA8IAYH22k2wDaitELjxo0zV/1Ur15dvXv31ujRoy1244qIiNCVK1fk5uYmJycnOTk56csvv9SKFSsyVPRUq1ZNL7zwglauXKmtW7dq69at2rVrl/l8sWLFtG3bNhUtWlRNmjTJNvnj4uIiDw8PiwYAAAAAAAoXEj95dOPGDTk4WL4+R0dHc0Ln8uXL+uyzz7RmzRrFxsaa28GDB3X16lVt2bIly7EDAwMlSUlJSRbHixcvrm3btsnDw0NBQUE6d+5cPj8VAAAAAACwJ+zqlUchISGaMWOGKlSooKpVq+rgwYOaO3eu+vfvL0n64IMP5OXlpa5du2bYbr1169aKiIhQy5YtNWTIEJUtW1ZNmzZV+fLldf78eb322msqVaqU6tevn+G+np6e2rp1q4KDgxUUFKSYmBiVLVv2X3lmAAAAAABgW6j4yaN58+apc+fOeuGFF1SlShWNHTtWzz//vKZPny5JioyMVMeOHTMkfSSpU6dOio6O1l9//aVmzZpp//796tKliypWrKhOnTrJ1dVV27dvl5eXV6b3NhqN2rJli0qWLKnGjRvr7NmzD/RZAQAAAAD41xgMttNsgMFkMpkKOgg8eAkJCTIajbp4Od5q1vtJuZOWfad/UemgCQUdQgZX984q6BAAAAAA5IOEhASV9jIqPt56PpNZm/TPrS4t58hQxK2gw8mW6fZNJW960eq/p1T8AAAAAAAA2CnW+AEAAAAAANbDVrZKt4UYRcUPAAAAAACA3SLxAwAAAAAAYKdI/AAAAAAAANgp1vgBAAAAAADWw1a2SreFGEXFDwAAAAAAgN0i8QMAAAAAAGCnmOoFAAAAAACsB9u55yvbiBIAAAAAAAC5RuIHAAAAAADATjHVCwXG2cm68o5X984q6BAyKF5nWEGHYOHq9/MLOgQAAAAA9o5dvfKVdX3yBgAAAAAAQL4h8QMAAAAAAGCnSPwAAAAAAADYKdb4AQAAAAAAVsNgMMhgC+vn2EKMouIHAAAAAADAbpH4AQAAAAAAsFNM9QIAAAAAAFaDqV75i4ofAAAAAAAAO0XiBwAAAAAAwE6R+AEAAAAAALBTrPEDAAAAAACsh+H/N2tnCzGKih8AAAAAAAC7ReIHAAAAAADATjHVCwAAAAAAWA22c89fVPzch379+pl/IA0Gg7y8vNSyZUv99NNP5j5/P280GtWwYUPt2LHDfP7PP//UkCFDVKFCBbm4uMjb21vBwcH6+uuvzX38/Pz09ttvm782mUwaO3asPDw8FBMT8288KgAAAAAAsEEkfu5Ty5Ytdf78eZ0/f17bt2+Xk5OT2rZta9Fn+fLlOn/+vL7++muVLFlSbdu21cmTJyVJnTp10sGDB7VixQodP35c0dHRCgoK0uXLlzO9X2pqqgYMGKD3339fO3fuVFBQ0IN+RAAAAAAAYKOY6nWf0qt0JMnb21sTJkzQU089pT///FOlSpWSJHl6esrb21ve3t5atGiRypUrp61bt6pbt27as2ePYmJi1LhxY0mSr6+v6tatm+m9kpOT1aNHDx04cEB79uxRpUqV/p2HBAAAAADgX8JUr/xF4icfJSYmauXKlQoICJCXl1emfdzc3CRJKSkpcnd3l7u7uz799FP95z//kYuLyz3HbtOmjf744w99/fXX8vHxuWcsycnJSk5ONn+dkJCQhycCAAAAAAC2jKle9+mLL74wJ3CKFSum6OhorV27Vg4OGV/tjRs39Oqrr8rR0VGNGzeWk5OToqKitGLFCnl6eqphw4Z6+eWXLdYISjd9+nTFxsZqz5492SZ9JCk8PFxGo9HccnINAAAAAACwLyR+7lOTJk0UGxur2NhYfffddwoODlarVq10+vRpc58ePXqYE0Mff/yxIiIiVKNGDUl31/g5d+6coqOj1bJlS8XExOjxxx9XVFSUxX1atGihpKQkvf766zmKKywsTPHx8eYWFxeXb88MAAAAAABsA1O97lPRokUVEBBg/nrZsmUyGo1aunSpXnvtNUnSW2+9pWbNmsloNJrX/fk7V1dXNW/eXM2bN9fEiRM1cOBATZ48Wf369TP3eeaZZzR8+HC1b99eaWlpeuedd+4Zl4uLyz2njgEAAAAAYI1Y4yd/UfGTzwwGgxwcHHTz5k3zMW9vbwUEBGSa9MlMYGCgkpKSMhxv0aKFPv/8cy1dulQjRozIt5gBAAAAAIB9ouLnPiUnJ+vChQuSpKtXr2r+/PlKTExUSEhIttdevnxZXbp0Uf/+/VWjRg0VK1ZMBw4c0KxZs9S+fftMr2nWrJm++OILhYSEKC0tTfPnz8/X5wEAAAAAAPaDxM992rRpk8qUKSNJKlasmCpXrqyPPvpIQUFB2V7r7u6uevXq6a233tLvv/+u27dvy8fHR4MGDdLLL7+c5XVNmzbVxo0b1bZtW5lMJs2fP982yuAAAAAAAMgGU73yl8FkMpkKOgg8eAkJCTIajbp4OV4eHh4FHQ5yqHidYQUdgoWr31NhBgAAAORFQkKCSnsZFR/PZ7KspH9uLdZpiQxF3Ao6nGyZbt/U9Y+ft/rvKWv8AAAAAAAA2CkSPwAAAAAAAHaKNX4AAAAAAID1MPz/Zu1sIUZR8QMAAAAAAGC3SPwAAAAAAADYKaZ6AQAAAAAAq8F27vmLih8AAAAAAAA7ReIHAAAAAADATjHVCwAAAAAAWA2DQTYy1augA8gZKn4AAAAAAADsFBU/gBW7+v38gg7BQvF6Iws6BAtX9r9d0CFYsInfSgAAAAAoVKj4AQAAAAAAsFNU/AAAAAAAAKthkI1s524ji/xQ8QMAAAAAAGCnSPwAAAAAAADYKaZ6AQAAAAAAq2Ew2MhUL1uIUVT8AAAAAAAA2C0SPwAAAAAAAHaKxA8AAAAAAICdYo0fAAAAAABgPQyyjZ3SbSFGUfEDAAAAAABgt0j8AAAAAAAA2CmmegEAAAAAAOthI9u5m2wgRomKHwAAAAAAALtF4gcAAAAAAMBOkfi5D3Fxcerfv7/Kli0rZ2dn+fr6auTIkbp8+bK5T1BQkAz/v0zN1dVVgYGBWrhwofl8amqqZs6cqcqVK8vNzU0lSpRQvXr1tGzZMnOffv36qUOHDhb3Xr9+vVxdXTVnzpwH/pwAAAAAAPxb0j9D20KzBSR+8ujkyZN68skndeLECX344Yf67bfftHjxYm3fvl3169fXlStXzH0HDRqk8+fP6+jRo+ratauGDh2qDz/8UJI0depUvfXWW5o+fbqOHj2qnTt36rnnntO1a9eyvPeyZcvUs2dPLVq0SC+++OKDflQAAAAAAGCjWNw5j4YOHSpnZ2dt2bJFbm5ukqQKFSqodu3a8vf31yuvvKJFixZJkh566CF5e3tLkqZMmaLVq1crOjpaPXr0UHR0tF544QV16dLFPHbNmjWzvO+sWbM0efJkrVmzRh07dnyATwgAAAAAAGwdFT95cOXKFW3evFkvvPCCOemTztvbWz179tTatWtlMpkyvd7NzU0pKSnm/jt27NCff/6Z7X3Hjx+v6dOn64svvsg26ZOcnKyEhASLBgAAAAAAChcSP3lw4sQJmUwmValSJdPzVapU0dWrVzMkc1JTU7Vy5Ur99NNPatq0qSRp7ty5+vPPP+Xt7a0aNWpo8ODB+uqrrzKM+dVXX2nWrFn67LPP9Mwzz2QbY3h4uIxGo7n5+Pjk4UkBAAAAAPh3FfS6PazxA7OsKnrSOTs7S5IWLlwod3d3ubm5adCgQRo9erSGDBkiSQoMDNSRI0e0f/9+9e/fX5cuXVJISIgGDhxoMVaNGjXk5+enyZMnKzExMdvYwsLCFB8fb25xcXF5fEoAAAAAAGCrSPzkQUBAgAwGg44dO5bp+WPHjqlUqVLy9PSUJPXs2VOxsbE6deqUkpKSNHfuXDk4/N+rd3BwUJ06dTRq1Ch98sknioqKUkREhE6dOmXuU65cOcXExOjs2bNq2bKlrl+/fs8YXVxc5OHhYdEAAAAAAEDhQuInD7y8vNS8eXMtXLhQN2/etDh34cIFrVq1Sv369TMfMxqNCggIULly5SwSPlkJDAyUJCUlJVkc9/X11a5du3ThwoUcJX8AAAAAALA5BhtqNoDETx7Nnz9fycnJCg4O1u7duxUXF6dNmzapefPmqlixoiZNmpSjcTp37qy33npL3377rU6fPq2YmBgNHTpUFStWVOXKlTP09/HxUUxMjC5duqTg4GAWbQYAAAAAAFki8ZNHjz32mL7//ns9+uij6tq1q3x9fdWqVStVrFhRX3/9tdzd3XM0TnBwsD7//HOFhISoYsWK6tu3rypXrqwtW7bIyckp02vKly+vmJgY/fXXXyR/AAAAAABAlgym7FYoRo5NnjxZc+fO1datW/Wf//ynoMOxkJCQIKPRqIuX41nvB3lWvN7Igg7BwpX9bxd0CBZsZVV/AAAA/PsSEhJU2suo+Hg+k2Ul/XOrV6/lcnB+qKDDyVZayg1dXhlq9d9TKn7y0dSpU/Xuu+9q//79SktLK+hwAAAAAACwOQW9RfuD3M59wYIF8vPzk6urq+rVq6fvvvvunv3ffvttVapUSW5ubvLx8dHo0aN169atXN0z87lEyLPQ0NCCDgEAAAAAAFiZtWvXasyYMVq8eLHq1aunt99+W8HBwfr111/18MMPZ+i/evVqTZgwQZGRkWrQoIGOHz+ufv36yWAwaO7cuTm+LxU/AAAAAAAAD9jcuXM1aNAghYaGKjAwUIsXL9ZDDz2kyMjITPvv27dPDRs21LPPPis/Pz+1aNFCPXr0yLZK6J9I/AAAAAAAAKtR0NO3cjvVKyEhwaIlJydneKaUlBT98MMPatasmfmYg4ODmjVrpm+++SbT99CgQQP98MMP5kTPyZMn9eWXX6p169a5ep8kfgAAAAAAAPLIx8dHRqPR3MLDwzP0+euvv5SamqrSpUtbHC9durQuXLiQ6bjPPvuspk2bpkaNGqlIkSLy9/dXUFCQXn755VzFxxo/AAAAAAAAeRQXF2exq5eLi0u+jBsTE6PXX39dCxcuVL169fTbb79p5MiRmj59uiZOnJjjcUj8AAAAAAAAq5HXHbP+bekxenh4ZLude8mSJeXo6KiLFy9aHL948aK8vb0zvWbixInq3bu3Bg4cKEmqXr26kpKS9Nxzz+mVV16Rg0POJnEx1QsAAAAAAOABcnZ21hNPPKHt27ebj6WlpWn79u2qX79+ptfcuHEjQ3LH0dFRkmQymXJ8byp+AAAAAAAAHrAxY8aob9++evLJJ1W3bl29/fbbSkpKUmhoqCSpT58+KleunHmNoJCQEM2dO1e1a9c2T/WaOHGiQkJCzAmgnCDxAwAAAAAA8IB169ZNf/75pyZNmqQLFy6oVq1a2rRpk3nB5zNnzlhU+Lz66qsyGAx69dVXdfbsWZUqVUohISGaMWNGru5rMOWmPgg2KyEhQUajURcvx2c79xDIirX976JEs2kFHYKFy1snFXQIGaSkphV0CBZci+T8NxMAAAD2JCEhQaW9jIqP5zNZVtI/t5bu94EcnB8q6HCylZZyQxejelv995Q1fgAAAAAAAOwUiR8AAAAAAAA7xRo/AAAAAADAehj+f7N2thCjqPgBAAAAAACwWyR+AAAAAAAA7BRTvQAAAAAAgNUwGAwyGKx/HpUtxChR8QMAAAAAAGC3SPwAAAAAAADYKRI/AAAAAAAAdoo1fgAAAAAAgNVgjZ/8RcUPAAAAAACAnSLxAwAAAAAAYKeY6gUAAAAAAKwGU73yFxU/AAAAAAAAdorEz31ITU3VxIkT9cgjj8jNzU3+/v6aPn26TCaTuU9QUJA5W+nq6qrAwEAtXLjQYoyZM2eqcuXKcnNzU4kSJVSvXj0tW7bM3Kdfv37q0KGDxb3Xr18vV1dXzZkz54E/JwAAAAAAsE1M9boPb7zxhhYtWqQVK1aoatWqOnDggEJDQ2U0GjVixAhzv0GDBmnatGm6ceOG3n//fQ0dOlTFixdXjx49NHXqVC1ZskTz58/Xk08+qYSEBB04cEBXr17N8r7Lli3T0KFDtXjxYoWGhv4bjwoAAAAAAGwQiZ/7sG/fPrVv315t2rSRJPn5+enDDz/Ud999Z9HvoYcekre3tyRpypQpWr16taKjo9WjRw9FR0frhRdeUJcuXcz9a9asmeU9Z82apcmTJ2vNmjXq2LHjA3gqAAAAAAAKkOH/N2tnCzGKqV73pUGDBtq+fbuOHz8uSTp06JD27t2rVq1a3fM6Nzc3paSkSJK8vb21Y8cO/fnnn9neb/z48Zo+fbq++OKLbJM+ycnJSkhIsGgAAAAAAKBwIfFzHyZMmKDu3burcuXKKlKkiGrXrq1Ro0apZ8+emfZPTU3VypUr9dNPP6lp06aSpLlz5+rPP/+Ut7e3atSoocGDB+urr77KcO1XX32lWbNm6bPPPtMzzzyTbWzh4eEyGo3m5uPjc38PCwAAAAAAbA6Jn/uwbt06rVq1SqtXr9aPP/6oFStW6M0339SKFSss+i1cuFDu7u5yc3PToEGDNHr0aA0ZMkSSFBgYqCNHjmj//v3q37+/Ll26pJCQEA0cONBijBo1asjPz0+TJ09WYmJitrGFhYUpPj7e3OLi4vLvwQEAAAAAeEDSN0iyhWYLSPzch3HjxpmrfqpXr67evXtr9OjRCg8Pt+jXs2dPxcbG6tSpU0pKStLcuXPl4PB/r97BwUF16tTRqFGj9MknnygqKkoRERE6deqUuU+5cuUUExOjs2fPqmXLlrp+/fo9Y3NxcZGHh4dFAwAAAAAAhQuJn/tw48YNiwSOJDk6OiotLc3imNFoVEBAgMqVK5ehf2YCAwMlSUlJSRbHfX19tWvXLl24cCFHyR8AAAAAAFC4savXfQgJCdGMGTNUoUIFVa1aVQcPHtTcuXPVv3//HI/RuXNnNWzYUA0aNJC3t7dOnTqlsLAwVaxYUZUrV87Q38fHRzExMWrSpImCg4O1adMmqnkAAAAAAHbDVqZR2UKMEhU/92XevHnq3LmzXnjhBVWpUkVjx47V888/r+nTp+d4jODgYH3++ecKCQlRxYoV1bdvX1WuXFlbtmyRk1Pmebny5csrJiZGf/31l4KDg9mxCwAAAAAAZMpgMplMBR0EHryEhAQZjUZdvBxPhRDyzNr+d1Gi2bSCDsHC5a2TCjqEDFJS07Lv9C9yLeJY0CEAAAAUiISEBJX2Mio+ns9kWUn/3Fr++TVycH6ooMPJVlrKDf2xpLvVf0+p+AEAAAAAALBTrPEDAAAAAACshkE2ssaPrD9GiYofAAAAAAAAu0XiBwAAAAAAwE4x1QsAAAAAAFgNtnPPX1T8AAAAAAAA2CkSPwAAAAAAAHaKxA8AAAAAAICdYo0fAAAAAABgPQz/v1k7W4hRVPwAAAAAAADYLSp+ANisP758paBDsFA2dFVBh5DB4XldCjoEC65FHAs6BAAAAKBQIfEDAAAAAACsBtu55y+megEAAAAAANgpEj8AAAAAAAB2iqleAAAAAADAajDVK39R8QMAAAAAAGCnSPwAAAAAAADYKRI/AAAAAAAAdoo1fgAAAAAAgNUwGO42a2cLMUpU/AAAAAAAANgtEj8AAAAAAAB2iqleAAAAAADAatyd6mX986hsIERJVPwAAAAAAADYLRI/AAAAAAAAdorEDwAAAAAAgJ0i8XMPu3fvVkhIiMqWLSuDwaBPP/00Q59jx46pXbt2MhqNKlq0qOrUqaMzZ86Yz/v5+clgMMhgMKho0aJ6/PHH9dFHH5nP37hxQ2FhYfL395erq6tKlSqlxo0b67PPPjP3CQoK0qhRoyzu+84778jFxUVr1qzJ9+cGAAAAAKDAGP5vS3drbmKNH9uXlJSkmjVrasGCBZme//3339WoUSNVrlxZMTEx+umnnzRx4kS5urpa9Js2bZrOnz+vgwcPqk6dOurWrZv27dsnSRo8eLA++eQTzZs3T7/88os2bdqkzp076/Lly1nGNXnyZL388sv67LPP1L179/x7YAAAAAAAYFfY1eseWrVqpVatWmV5/pVXXlHr1q01a9Ys8zF/f/8M/YoVKyZvb295e3trwYIFWrlypT7//HM1aNBA0dHReuedd9S6dWtJdyuEnnjiiUzvZzKZNGLECK1cuVJbt25VgwYN7vMJAQAAAACAPaPiJ4/S0tK0ceNGVaxYUcHBwXr44YdVr169TKeD/Z2Tk5OKFCmilJQUSZK3t7e+/PJLXb9+/Z7X3blzR7169dL69eu1a9eubJM+ycnJSkhIsGgAAAAAAFi79OVSbKHZAhI/eXTp0iUlJiZq5syZatmypbZs2aKOHTvqv//9r3bt2pXpNSkpKQoPD1d8fLyaNm0qSXrvvfe0b98+eXl5qU6dOho9erS+/vrrDNcuXbpU69ev186dO1WjRo1s4wsPD5fRaDQ3Hx+f+3tgAAAAAABgc0j85FFaWpokqX379ho9erRq1aqlCRMmqG3btlq8eLFF3/Hjx8vd3V0PPfSQ3njjDc2cOVNt2rSRJD399NM6efKktm/frs6dO+vnn3/WU089penTp1uM0ahRI7m7u2vixIm6c+dOtvGFhYUpPj7e3OLi4vLpyQEAAAAAgK0g8ZNHJUuWlJOTkwIDAy2OV6lSxWJXL0kaN26cYmNj9ccff+jq1asaP368xfkiRYroqaee0vjx47VlyxZNmzZN06dPN08Hk6Tq1atr+/bt2rlzp7p165Zt8sfFxUUeHh4WDQAAAAAAa1fQu3XlamcvG0DiJ4+cnZ1Vp04d/frrrxbHjx8/Ll9fX4tjJUuWVEBAgLy9vXM0BzAwMFB37tzRrVu3LI7XqlVL27dv1+7du9W1a1fdvn37/h8EAAAAAADYLXb1uofExET99ttv5q9PnTql2NhYlShRQhUqVNC4cePUrVs3Pf3002rSpIk2bdqkzz//XDExMTm+R1BQkHr06KEnn3xSXl5eOnr0qF5++WU1adIk0yqdmjVraseOHXrmmWfUtWtXrVu3TkWKFMmPxwUAAAAAAHaGip97OHDggGrXrq3atWtLksaMGaPatWtr0qRJkqSOHTtq8eLFmjVrlqpXr65ly5bp448/VqNGjXJ8j+DgYK1YsUItWrRQlSpVNHz4cAUHB2vdunVZXlO9enXt2LFD+/btU5cuXSymhAEAAAAAAKQzmEwmU0EHgQcvISFBRqNRFy/Hs94P8sza/ndxIyW1oEOw4P/cmoIOIYPD87oUdAgWSnm4FHQIAAAABSIhIUGlvYyKj+czWVbSP7dWHPOJHF2KFnQ42UpNTtLxuf+1+u8pFT8AAAAAAAB2isQPAAAAAACAnWJxZwAAAAAAYDVsZat0W4hRouIHAAAAAADAbpH4AQAAAAAAsFMkfgAAAAAAAOwUa/wAAAAAAACrYTAYZLCBBXRsIUaJih8AAAAAAAC7ReIHAAAAAADATjHVCwAAAAAAWA22c89fVPwAAAAAAADYKSp+ANgsa0uw/7qoW0GHkIFfv/cLOgQLV9cNKOgQAAAAgEKFxA8AAAAAALAa7OqVv5jqBQAAAAAAYKdI/AAAAAAAANgpEj8AAAAAAAB2ijV+AAAAAACA1WCNn/xFxQ8AAAAAAICdIvEDAAAAAABgp5jqBQAAAAAArIbBcLdZO1uIUaLiBwAAAAAAwG6R+AEAAAAAALBTJH4AAAAAAADsFGv8AAAAAAAAq2GQjWznLuuPUaLiBwAAAAAAwG6R+MnCokWLVKNGDXl4eMjDw0P169fXV199JUm6cuWKhg8frkqVKsnNzU0VKlTQiBEjFB8fb77+f//7nwwGg7l5eXmpRYsWOnjwoLnPqVOn9Oyzz6ps2bJydXVV+fLl1b59e/3yyy/mPgaDQZ9++qn569u3b6tHjx4qV66cjhw58uBfBAAAAAAAsFlM9cpC+fLlNXPmTD322GMymUxasWKF2rdvr4MHD8pkMuncuXN68803FRgYqNOnT2vw4ME6d+6c1q9fbzHOtm3bVLVqVf3xxx8aMWKEWrVqpV9++UVFixZV8+bNValSJX3yyScqU6aM/vjjD3311Ve6du1apjHduHFDnTp10okTJ7R371498sgj/8KbAAAAAADg38N27vmLxE8WQkJCLL6eMWOGFi1apP3792vAgAH6+OOPzef8/f01Y8YM9erVS3fu3JGT0/+9Vi8vL3l7e8vb21tvvvmmGjZsqG+//ValS5fW77//ru3bt8vX11eS5Ovrq4YNG2Yaz7Vr19SmTRslJiZq79698vb2fgBPDQAAAAAA7AlTvXIgNTVVa9asUVJSkurXr59pn/j4eHl4eFgkff7Jzc1NkpSSkqJSpUrJwcFB69evV2pq6j3vf+HCBTVu3FiStGvXrhwlfZKTk5WQkGDRAAAAAABA4ULi5x4OHz4sd3d3ubi4aPDgwdqwYYMCAwMz9Pvrr780ffp0Pffcc1mOde3aNU2fPl3u7u6qW7euypUrp3fffVeTJk1S8eLF1bRpU02fPl0nT57McO3IkSOVkpKirVu3ytPTM0exh4eHy2g0mpuPj0+OnxsAAAAAgILy9/Vyrb3ZAhI/91CpUiXFxsbq22+/1ZAhQ9S3b18dPXrUok9CQoLatGmjwMBATZkyJcMYDRo0kLu7u4oXL65Dhw5p7dq1Kl26tCRp6NChunDhglatWqX69evro48+UtWqVbV161aLMdq2bavjx49ryZIlOY49LCxM8fHx5hYXF5f7FwAAAAAAAGwaa/zcg7OzswICAiRJTzzxhL7//nu988475gTM9evX1bJlSxUrVkwbNmxQkSJFMoyxdu1aBQYGysvLK9NqnWLFiikkJEQhISF67bXXFBwcrNdee03Nmzc39+ndu7fatWun/v37y2QyacyYMdnG7uLiIhcXlzw+OQAAAAAAsAckfnIhLS1NycnJku5W+gQHB8vFxUXR0dFydXXN9BofHx/5+/vnaHyDwaDKlStr3759Gc717dtXDg4OCg0NVVpamsaOHZv3BwEAAAAAAIUCiZ8shIWFqVWrVqpQoYKuX7+u1atXKyYmRps3b1ZCQoJatGihGzduaOXKlRaLJ5cqVUqOjo7Zjh8bG6vJkyerd+/eCgwMlLOzs3bt2qXIyEiNHz8+02t69+4tBwcH9e3bVyaTSePGjcvXZwYAAAAAoKCxnXv+IvGThUuXLqlPnz46f/68jEajatSooc2bN6t58+aKiYnRt99+K0nmqWDpTp06JT8/v2zHL1++vPz8/DR16lT973//k8FgMH89evToLK/r2bOnHBwc1Lt3b6WlpWWZJAIAAAAAACDxk4WIiIgszwUFBclkMt3zej8/v3v2KVmypN55551s48hsjB49eqhHjx7ZXgsAAAAAAAo3Ej8AAAAAAMBq2MpW6bYQo8R27gAAAAAAAHaLxA8AAAAAAICdIvEDAAAAAABgp1jjBwAAAAAAWA22c89fVPwAAAAAAADYKRI/AAAAAAAAdoqpXgAAAAAAwGqwnXv+ouIHAAAAAADATpH4AQAAAAAAsFNM9QIAAAAAANbDRnb1ki3EKBI/AHLB2uawPuTC/8Kyc3XdgIIOwULxppMLOgQLV3dMLegQLJhMpoIOIQNr++8+Nc263pG1fc+cHCnmBgAAlvjbAQAAAAAAgJ0i8QMAAAAAAGCnmCcBAAAAAACsBtu55y8qfgAAAAAAAOwUiR8AAAAAAAA7xVQvAAAAAABgNQw2sp27LcQoUfEDAAAAAABgt0j8AAAAAAAA2CkSPwAAAAAAAHaKNX4AAAAAAIDVYDv3/EXFDwAAAAAAgJ0i8QMAAAAAAGCnmOoFAAAAAACsBtu55y8qfgAAAAAAAOxUoUz87N69WyEhISpbtqwMBoM+/fTTDH2OHTumdu3ayWg0qmjRoqpTp47OnDmToV94eLgcHR01e/bsDOeioqLMi1I5ODiofPnyCg0N1aVLl8x9du3apaZNm6pEiRJ66KGH9Nhjj6lv375KSUmRJMXExMhgMOjatWvma86dO6fq1avr6aefVnx8/P2/EAAAAAAAYJcKZeInKSlJNWvW1IIFCzI9//vvv6tRo0aqXLmyYmJi9NNPP2nixIlydXXN0DcyMlIvvfSSIiMjMx3Lw8ND58+f1x9//KGlS5fqq6++Uu/evSVJR48eVcuWLfXkk09q9+7dOnz4sObNmydnZ2elpqbeMzZfX19t3rxZRqMxj28BAAAAAADrk15AYQvNFhTKNX5atWqlVq1aZXn+lVdeUevWrTVr1izzMX9//wz9du3apZs3b2ratGl6//33tW/fPjVo0MCij8FgkLe3tySpbNmyGjFihCZOnKibN29qy5Yt8vb2znCfli1bZhrXTz/9pODgYDVt2lQrVqyQk1Oh/PYBAAAAAIAcKpQVP/eSlpamjRs3qmLFigoODtbDDz+sevXqZTodLCIiQj169FCRIkXUo0cPRUREZDu+m5ub0tLSdOfOHXl7e+v8+fPavXt3ttft27dPjRs3VqdOnbRy5cpskz7JyclKSEiwaAAAAAAAoHAh8fMPly5dUmJiombOnKmWLVtqy5Yt6tixo/773/9q165d5n4JCQlav369evXqJUnq1auX1q1bp8TExCzHPnHihBYvXqwnn3xSxYoVU5cuXdSjRw81btxYZcqUUceOHTV//vxMkzQdO3ZUSEiI5s+fn6NysvDwcBmNRnPz8fHJw9sAAAAAAAC2jMTPP6SlpUmS2rdvr9GjR6tWrVqaMGGC2rZtq8WLF5v7ffjhh/L391fNmjUlSbVq1ZKvr6/Wrl1rMV58fLzc3d310EMPqVKlSipdurRWrVolSXJ0dNTy5cv1xx9/aNasWSpXrpxef/11Va1aVefPn7cYp3379tqwYYP27NmTo+cICwtTfHy8ucXFxeX5nQAAAAAA8G8p6HV77G2NHxI//1CyZEk5OTkpMDDQ4niVKlUsdvWKiIjQzz//LCcnJ3M7evRohkWeixUrptjYWB05ckRJSUnavXu3KlasaNGnXLly6t27t+bPn6+ff/5Zt27dskgySdKSJUvUvXt3tWrVKkdTw1xcXOTh4WHRAAAAAABA4cLqwP/g7OysOnXq6Ndff7U4fvz4cfn6+kqSDh8+rAMHDigmJkYlSpQw97ly5YqCgoL0yy+/qHLlypIkBwcHBQQE5Pj+xYsXV5kyZZSUlGRx3GAw6L333pODg4Nat26tjRs3qnHjxnl9TAAAAAAAUAgUysRPYmKifvvtN/PXp06dUmxsrEqUKKEKFSpo3Lhx6tatm55++mk1adJEmzZt0ueff66YmBhJd6t96tatq6effjrD2HXq1FFERIRmz56dbRxLlixRbGysOnbsKH9/f926dUvvv/++fv75Z82bNy9Df4PBoMWLF8vR0dGc/AkKCsrzewAAAAAAwNoYDHebtbOFGKVCOtXrwIEDql27tmrXri1JGjNmjGrXrq1JkyZJuruQ8uLFizVr1ixVr15dy5Yt08cff6xGjRopJSVFK1euVKdOnTIdu1OnTnr//fd1+/btbOOoW7euEhMTNXjwYFWtWlWNGzfW/v379emnn2ZZzWMwGLRgwQKFhoaqTZs22rlzZx7fAgAAAAAAsHcGk8lkKugg8OAlJCTIaDTq4uV41vsBUGCKN51c0CFYuLpjakGHYMEa/0i2tkULU9Os6x1Z2/fMybFQ/k4PAGxCQkKCSnsZFR/PZ7KspH9ubfD6Zjm5Fi3ocLJ151aS9r0cbPXfU/52AAAAAAAAYKcK5Ro/AAAAAADAOtnKVum2EKNExQ8AAAAAAIDdIvEDAAAAAABgp5jqBQAAAAAArAbbuecvKn4AAAAAAADsFIkfAAAAAAAAO8VULwAAAAAAYDXY1St/UfEDAAAAAABgp0j8AAAAAAAA2CmmegEA/jVXd0wt6BAsFG/+WkGHYOHy5lcKOoQMUtPSCjoEC06O1vU7K5OpoCOwlJpmZQFJcnSwrjJ4k5V902xlmgAAwHaR+AEAAAAAAFbDINvYKt0GQpTEVC8AAAAAAAC7ReIHAAAAAADATjHVCwAAAAAAWA0Hg0EONjDXyxZilKj4AQAAAAAAsFskfgAAAAAAAOwUU70AAAAAAIDVMBhsZFcvG4hRouIHAAAAAADAbpH4AQAAAAAAsFMkfgAAAAAAAOwUa/wAAAAAAACrYTAYZLCBBXRsIUaJih8AAAAAAAC7ReIHAAAAAADATjHVCwAAAAAAWA0Hw91m7WwhRqmQVvwsWrRINWrUkIeHhzw8PFS/fn199dVXkqQrV65o+PDhqlSpktzc3FShQgWNGDFC8fHxmY4VHBwsR0dHff/99xnO9evXzzw30dnZWQEBAZo2bZru3Llj7rN06VLVrFlT7u7u8vT0VO3atRUeHm4+P2XKFNWqVcti3D179sjT01OjRo2SyWTKhzcCAAAAAADsUaGs+Clfvrxmzpypxx57TCaTSStWrFD79u118OBBmUwmnTt3Tm+++aYCAwN1+vRpDR48WOfOndP69estxjlz5oz27dunYcOGKTIyUnXq1Mlwr5YtW2r58uVKTk7Wl19+qaFDh6pIkSIKCwtTZGSkRo0apXfffVeNGzdWcnKyfvrpJx05ciTL2Ddu3KguXbpowoQJmjRpUr6/GwAAAAAAYD8KZeInJCTE4usZM2Zo0aJF2r9/vwYMGKCPP/7YfM7f318zZsxQr169dOfOHTk5/d8rW758udq2bashQ4boP//5j+bOnSs3NzeLsV1cXOTt7S1JGjJkiDZs2KDo6GiFhYUpOjpaXbt21YABA8z9q1atmmXcq1evVmhoqObMmaNhw4bd1zsAAAAAAAD2r1BO9fq71NRUrVmzRklJSapfv36mfeLj4+Xh4WGR9DGZTFq+fLl69eqlypUrKyAgIENFUGbc3NyUkpIiSfL29tb+/ft1+vTpbK9bsGCBQkNDFRkZmaOkT3JyshISEiwaAAAAAABWz/B/W7pbc1Me1vhZsGCB/Pz85Orqqnr16um77767Z/9r165p6NChKlOmjFxcXFSxYkV9+eWXubpnoU38HD58WO7u7nJxcdHgwYO1YcMGBQYGZuj3119/afr06Xruuecsjm/btk03btxQcHCwJKlXr16KiIjI8n4mk0nbtm3T5s2b1bRpU0nS5MmT5enpKT8/P1WqVEn9+vXTunXrlJaWZnHtsWPHNGzYMC1atEg9e/bM0fOFh4fLaDSam4+PT46uAwAAAAAA+W/t2rUaM2aMJk+erB9//FE1a9ZUcHCwLl26lGn/lJQUNW/eXP/73/+0fv16/frrr1q6dKnKlSuXq/sW2sRPpUqVFBsbq2+//VZDhgxR3759dfToUYs+CQkJatOmjQIDAzVlyhSLc5GRkerWrZu5CqhHjx76+uuv9fvvv1v0++KLL+Tu7i5XV1e1atVK3bp1M49VpkwZffPNNzp8+LBGjhypO3fuqG/fvmrZsqVF8qd8+fJ6/PHHNXv2bJ0/fz5HzxcWFqb4+Hhzi4uLy+UbAgAAAAAA+WXu3LkaNGiQQkNDFRgYqMWLF+uhhx5SZGRkpv0jIyN15coVffrpp2rYsKH8/PzUuHFj1axZM1f3LbSJn/Rdtp544gmFh4erZs2aeuedd8znr1+/rpYtW6pYsWLasGGDihQpYj535coVbdiwQQsXLpSTk5OcnJxUrlw53blzJ8M3rEmTJoqNjdWJEyd08+ZNrVixQkWLFrXoU61aNb3wwgtauXKltm7dqq1bt2rXrl3m88WKFdO2bdtUtGhRNWnSJEfJHxcXF/OuZekNAAAAAABrZzDYTpOUYZmV5OTkDM+UkpKiH374Qc2aNTMfc3BwULNmzfTNN99k+h6io6NVv359DR06VKVLl1a1atX0+uuvKzU1NVfvs9Amfv4pLS3N/M1JSEhQixYt5OzsrOjoaLm6ulr0XbVqlcqXL69Dhw4pNjbW3ObMmaOoqCiLb0LRokUVEBCgChUqWKwRlJX06WZJSUkWx4sXL65t27bJw8NDQUFBOnfu3P0+MgAAAAAAuE8+Pj4WS62Eh4dn6PPXX38pNTVVpUuXtjheunRpXbhwIdNxT548qfXr1ys1NVVffvmlJk6cqDlz5ui1117LVXyFclevsLAwtWrVShUqVND169e1evVqxcTEaPPmzeakz40bN7Ry5UqLhZFLlSolR0dHRUREqHPnzqpWrZrFuD4+PgoLC9OmTZvUpk2bbOMYMmSIypYtq6ZNm6p8+fI6f/68XnvtNZUqVSrThaY9PT21detWBQcHKygoSDExMSpbtmz+vBQAAAAAAJBrcXFxFrNsXFxc8mXctLQ0Pfzww3rvvffk6OioJ554QmfPntXs2bM1efLkHI9TKBM/ly5dUp8+fXT+/HkZjUbVqFFDmzdvVvPmzRUTE6Nvv/1WkhQQEGBx3alTp3T58mUdOnRIS5cuzTCu0WjUM888o4iIiBwlfpo1a6bIyEgtWrRIly9fVsmSJVW/fn1t375dXl5emV5jNBq1ZcsWtWzZUo0bN1ZMTEyuF3YCAAAAAMBaGf7/P9YuPcacLK9SsmRJOTo66uLFixbHL168KG9v70yvKVOmjIoUKSJHR0fzsSpVqujChQtKSUmRs7NzjuIslImfe+2+FRQUJJPJlOV5Pz+/e57/+7ZqUVFR94yjU6dO6tSp0z37TJkyJcPC0h4eHtq3b989rwMAAAAAANbB2dlZTzzxhLZv364OHTpIulvRs337dg0bNizTaxo2bKjVq1crLS1NDg53V+o5fvy4ypQpk+Okj8QaPwAAAAAAAA/cmDFjtHTpUq1YsULHjh3TkCFDlJSUpNDQUElSnz59FBYWZu4/ZMgQXblyRSNHjtTx48e1ceNGvf766xo6dGiu7lsoK34AAAAAAAD+Td26ddOff/6pSZMm6cKFC6pVq5Y2bdpkXvD5zJkz5soe6e46wps3b9bo0aNVo0YNlStXTiNHjtT48eNzdV8SPwAAAAAAwGo4GO42a5eXGIcNG5bl1K6YmJgMx+rXr6/9+/fn/kZ/w1QvAAAAAAAAO0XiBwAAAAAAwE4x1QsAAAAAAFgNg8Egg8H653rZQowSFT8AAAAAAAB2i8QPAAAAAACAnSLxAwAAAAAAYKdY4wcAAAAAAFgNg+Fus3a2EKNE4gcA8C8ymUwFHYKFvza/UtAhWKjw/NqCDiGDX+d1LugQrFpqmnX9TDs6WN/fQG/fsa535GBl78jRusIBANghpnoBAAAAAADYKSp+AAAAAACA1XAwGORgA/OobCFGiYofAAAAAAAAu0XiBwAAAAAAwE4x1QsAAAAAAFgNdvXKX1T8AAAAAAAA2CkSPwAAAAAAAHaKxA8AAAAAAICdYo0fAAAAAABgNQwGgww2sICOLcQoUfEDAAAAAABgt0j8AAAAAAAA2CmmegEAAAAAAKvBdu75i4ofAAAAAAAAO0XiBwAAAAAAwE4V2sTP2bNn1atXL3l5ecnNzU3Vq1fXgQMHMu07ePBgGQwGvf3225mef/755+Xo6KiPPvoow7kpU6aYVyR3cnKSn5+fRo8ercTERHOfDRs26D//+Y+MRqOKFSumqlWratSoUebzUVFR8vT0tBj32LFj8vHxUZcuXZSSkpLr5wcAAAAAAPavUK7xc/XqVTVs2FBNmjTRV199pVKlSunEiRMqXrx4hr4bNmzQ/v37VbZs2UzHunHjhtasWaOXXnpJkZGR6tKlS4Y+VatW1bZt23Tnzh19/fXX6t+/v27cuKElS5Zo+/bt6tatm2bMmKF27drJYDDo6NGj2rp1a5bxf//992rVqpU6duyoJUuWyMGh0ObvAAAAAAB2xsFgkIMNLKBjCzFKhTTx88Ybb8jHx0fLly83H3vkkUcy9Dt79qyGDx+uzZs3q02bNpmO9dFHHykwMFATJkxQ2bJlFRcXJx8fH4s+Tk5O8vb2liR169ZN27dvV3R0tJYsWaLPP/9cDRs21Lhx48z9K1asqA4dOmR6vx07dqh9+/Z64YUX9MYbb+T20QEAAAAAQCFSKEtFoqOj9eSTT6pLly56+OGHVbt2bS1dutSiT1pamnr37q1x48apatWqWY4VERGhXr16yWg0qlWrVoqKisr2/m5ububpWd7e3vr555915MiRbK/bsGGD2rRpo1dffTXbpE9ycrISEhIsGgAAAAAAKFwKZeLn5MmTWrRokR577DFt3rxZQ4YM0YgRI7RixQpznzfeeENOTk4aMWJEluOcOHFC+/fvV7du3SRJvXr10vLly2UymbK85ocfftDq1avVtGlTSdLw4cNVp04dVa9eXX5+furevbsiIyOVnJxscV1iYqK6dOmicePGafz48dk+Y3h4uIxGo7n9swoJAAAAAABrZLChZgsKZeInLS1Njz/+uF5//XXVrl1bzz33nAYNGqTFixdLupuceeeddxQVFSXDPebsRUZGKjg4WCVLlpQktW7dWvHx8dqxY4dFv8OHD8vd3V1ubm6qW7eu6tevr/nz50uSihYtqo0bN+q3337Tq6++Knd3d7344ouqW7eubty4YR7Dzc1NzZs319KlS3Xs2LFsnzEsLEzx8fHmFhcXl+v3BAAAAAAAbFuhTPyUKVNGgYGBFseqVKmiM2fOSJL27NmjS5cuqUKFCnJycpKTk5NOnz6tF198UX5+fpKk1NRUrVixQhs3bjT3eeihh3TlyhVFRkZajF2pUiXFxsbq2LFjunnzpqKjo1W6dGmLPv7+/ho4cKCWLVumH3/8UUePHtXatWvN5x0dHfXpp5/q8ccfV5MmTbJN/ri4uMjDw8OiAQAAAACAwqVQLu7csGFD/frrrxbHjh8/Ll9fX0lS79691axZM4vzwcHB6t27t0JDQyVJX375pa5fv66DBw/K0dHR3O/IkSMKDQ3VtWvXzFuwOzs7KyAgIMfx+fn56aGHHlJSUpLFcRcXF33yySfq3LmzmjRpoh07dmRIYAEAAAAAYMsMBsM9Z99YC1uIUSqkiZ/Ro0erQYMGev3119W1a1d99913eu+99/Tee+9Jkry8vOTl5WVxTZEiReTt7a1KlSpJuruoc5s2bVSzZk2LfoGBgRo9erRWrVqloUOHZhvLlClTdOPGDbVu3Vq+vr66du2a3n33Xd2+fVvNmzfP0N/FxUUff/yxunTpYk7+3GvxaQAAAAAAUHgVyqlederU0YYNG/Thhx+qWrVqmj59ut5++2317NkzR9dfvHhRGzduVKdOnTKcc3BwUMeOHRUREZGjsRo3bqyTJ0+qT58+qly5slq1aqULFy5oy5Yt5iTTPzk7O2v9+vVq0KCBmjRpkqMdwQAAAAAAQOFjMN1rCyrYjYSEBBmNRl28HM96PwAKjLX9kZNmXeHI9/m12Xf6l/06r3NBh2DBpYh1/c4q1cp+iBwdrK/k3Mr+s5eDlb0ja/yeAXgwEhISVNrLqPh4PpNlJf1za6fFe1TEzb2gw8nW7ZuJ+njwU1b/PS2UU70AAAAAAIB1cjDcbdbOFmKUCulULwAAAAAAgMKAxA8AAAAAAICdYqoXAAAAAACwGmznnr+o+AEAAAAAALBTJH4AAAAAAADsFIkfAAAAAAAAO8UaPwAAAAAAwKrYyPI5NoGKHwAAAAAAADtF4gcAAAAAAMBOMdULAAAAAABYDbZzz18kfgAA/xpr+8MxLTWtoEOw8NNb/y3oEDKoOubTgg7Bwsn5nQo6BAsGRyv7mU4zFXQIGVjZf/YymaztHVnZCwIA2B2megEAAAAAANgpKn4AAAAAAIDVcDDcbdbOFmKUqPgBAAAAAACwWyR+AAAAAAAA7FSOpnpFR0fneMB27drlORgAAAAAAADknxwlfjp06JCjwQwGg1JTU+8nHgAAAAAAUIixnXv+ylHiJy3Nura7BQAAAAAAQPbua42fW7du5VccAAAAAAAAyGe5TvykpqZq+vTpKleunNzd3XXy5ElJ0sSJExUREZHvAQIAAAAAgMLDYEPNFuQ68TNjxgxFRUVp1qxZcnZ2Nh+vVq2ali1blq/BAQAAAAAAIO9ynfh5//339d5776lnz55ydHQ0H69Zs6Z++eWXfA0OAAAAAAAAeZfrxM/Zs2cVEBCQ4XhaWppu376dL0EBAAAAAADg/uVoV6+/CwwM1J49e+Tr62txfP369apdu3a+BQYAAAAAAAofB4NBDjawVbotxCjloeJn0qRJGjZsmN544w2lpaXpk08+0aBBgzRjxgxNmjTpQcSYK7t371ZISIjKli0rg8GgTz/91Hzu9u3bGj9+vKpXr66iRYuqbNmy6tOnj86dO2cxxvHjx9W+fXuVLFlSHh4eatSokXbu3Jnp/YKDg+Xo6Kjvv/8+w7l+/frJYDDIYDDI2dlZAQEBmjZtmu7cuWPus3TpUtWsWVPu7u7y9PRU7dq1FR4ebj4/ZcoU1apVy2LcPXv2yNPTU6NGjZLJZMrDWwIAAAAAAIVBrhM/7du31+eff65t27apaNGimjRpko4dO6bPP/9czZs3fxAx5kpSUpJq1qypBQsWZDh348YN/fjjj5o4caJ+/PFHffLJJ/r111/Vrl07i35t27bVnTt3tGPHDv3www+qWbOm2rZtqwsXLlj0O3PmjPbt26dhw4YpMjIy03hatmyp8+fP68SJE3rxxRc1ZcoUzZ49W5IUGRmpUaNGacSIEYqNjdXXX3+tl156SYmJiVk+38aNGxUcHKwxY8bo7bfflsFGMowAAAAAAODfl+upXpL01FNPaevWrfkdS75o1aqVWrVqlek5o9GYIe758+erbt26OnPmjCpUqKC//vpLJ06cUEREhGrUqCFJmjlzphYuXKgjR47I29vbfO3y5cvVtm1bDRkyRP/5z380d+5cubm5WYzv4uJivmbIkCHasGGDoqOjFRYWpujoaHXt2lUDBgww969atWqWz7Z69WqFhoZqzpw5GjZsWO5eDAAAAAAANsBguNusnS3EKOWh4ifdgQMH9MEHH+iDDz7QDz/8kJ8x/avi4+NlMBjk6ekpSfLy8lKlSpX0/vvvKykpSXfu3NGSJUv08MMP64knnjBfZzKZtHz5cvXq1UuVK1dWQECA1q9fn+393NzclJKSIkny9vbW/v37dfr06WyvW7BggUJDQxUZGZmjpE9ycrISEhIsGgAAAAAAKFxynfj5448/9NRTT6lu3boaOXKkRo4cqTp16qhRo0b6448/HkSMD8ytW7c0fvx49ejRQx4eHpIkg8Ggbdu26eDBgypWrJhcXV01d+5cbdq0ScWLFzdfu23bNt24cUPBwcGSpF69eikiIiLLe5lMJm3btk2bN29W06ZNJUmTJ0+Wp6en/Pz8VKlSJfXr10/r1q1TWlqaxbXHjh3TsGHDtGjRIvXs2TNHzxYeHi6j0WhuPj4+uXo3AAAAAADA9uU68TNw4EDdvn1bx44d05UrV3TlyhUdO3ZMaWlpGjhw4IOI8YG4ffu2unbtKpPJpEWLFpmPm0wmDR06VA8//LD27Nmj7777Th06dFBISIjOnz9v7hcZGalu3brJyenubLkePXro66+/1u+//25xny+++ELu7u5ydXVVq1at1K1bN02ZMkWSVKZMGX3zzTc6fPiwRo4cqTt37qhv375q2bKlRfKnfPnyevzxxzV79myLGO4lLCxM8fHx5hYXF5fXVwUAAAAAwL8mfZMkW2i2INeJn127dmnRokWqVKmS+VilSpU0b9487d69O1+De1DSkz6nT5/W1q1bzdU+krRjxw598cUXWrNmjRo2bKjHH39cCxculJubm1asWCFJunLlijZs2KCFCxfKyclJTk5OKleunO7cuZNhkecmTZooNjZWJ06c0M2bN7VixQoVLVrUok+1atX0wgsvaOXKldq6dau2bt2qXbt2mc8XK1bMvJh2kyZNcpT8cXFxkYeHh0UDAAAAAACFS64TPz4+Prp9+3aG46mpqSpbtmy+BPUgpSd9Tpw4oW3btsnLy8vi/I0bNyRJDg6Wr8bBwcFchbNq1SqVL19ehw4dUmxsrLnNmTNHUVFRSk1NNV9XtGhRBQQEqEKFCubqoHsJDAyUdHd3sr8rXry4tm3bJg8PDwUFBWXYgh4AAAAAAOCfcp34mT17toYPH64DBw6Yjx04cEAjR47Um2++ma/B5UViYqI5ESNJp06dUmxsrM6cOaPbt2+rc+fOOnDggFatWqXU1FRduHBBFy5cMC+4XL9+fRUvXlx9+/bVoUOHdPz4cY0bN06nTp1SmzZtJEkRERHq3LmzqlWrZtEGDBigv/76S5s2bcpRrEOGDNH06dP19ddf6/Tp09q/f7/69OmjUqVKqX79+hn6e3p6auvWrSpevDjJHwAAAAAAkK0cJX6KFy+uEiVKqESJEgoNDVVsbKzq1asnFxcXubi4qF69evrxxx/Vv3//Bx1vtg4cOKDatWurdu3akqQxY8aodu3amjRpks6ePavo6Gj98ccfqlWrlsqUKWNu+/btkySVLFlSmzZtUmJiopo2baonn3xSe/fu1WeffaaaNWvqhx9+0KFDh9SpU6cM9zYajXrmmWfuucjz3zVr1kz79+9Xly5dVLFiRXXq1Emurq7avn17hkqkv99jy5YtKlmypBo3bqyzZ8/m8U0BAAAAAGB90rdzt4VmCwwmk8mUXaf0tW1yom/fvvcVEB6MhIQEGY1GXbwcz3o/APD/3b6Tln2nf9H1W3cKOoQMHn8puqBDsHByfsZfvBSkbP8S9S9LS7O2iGznL8UFxckx1wX4AGxUQkKCSnsZFR/PZ7KspH9u7bdiv5wfci/ocLKVciNRUX3/Y/Xf0+wXnRHJHAAAAAAAAFuUo8RPVm7dumVeGyedNWe5AAAAAACAdXMwGORgAyWjthCjlIfFnZOSkjRs2DA9/PDDKlq0qIoXL27RAAAAAAAAYB1ynfh56aWXtGPHDi1atEguLi5atmyZpk6dqrJly+r9999/EDECAAAAAAAgD3I91evzzz/X+++/r6CgIIWGhuqpp55SQECAfH19tWrVKvXs2fNBxAkAAAAAAIBcynXFz5UrV/Too49Kuruez5UrVyRJjRo10u7du/M3OgAAAAAAUKgU9Bbt9rade64TP48++qhOnTolSapcubLWrVsn6W4lkKenZ74GBwAAAAAAgLzLdeInNDRUhw4dkiRNmDBBCxYskKurq0aPHq1x48ble4AAAAAAAADIm1yv8TN69Gjzvzdr1ky//PKLfvjhBwUEBKhGjRr5GhwAAAAAAChcDAaDDDYwj8oWYpTykPj5J19fX/n6+uZHLAAAAAAAAMhHOUr8vPvuuzkecMSIEXkOBgAAAAAAAPknR4mft956K0eDGQwGEj8AgCylpZkKOgQLjg7WVZ5rfKhIQYeQwcn5nQo6BAteXZcWdAgW/lw7sKBDsGAjFecAANyTg/KwIHEBsIUYpRwmftJ38QIAAAAAAIDtsJUEFQAAAAAAAHKJxA8AAAAAAICduu9dvQAAAAAAAPIL27nnLyp+AAAAAAAA7BSJHwAAAAAAADuVp8TPnj171KtXL9WvX19nz56VJH3wwQfau3dvvgYHAAAAAAAKF4NBcrCBZiMzvXKf+Pn4448VHBwsNzc3HTx4UMnJyZKk+Ph4vf766/keIAAAAAAAAPIm14mf1157TYsXL9bSpUtVpEgR8/GGDRvqxx9/zNfgAAAAAAAAkHe5Tvz8+uuvevrppzMcNxqNunbtWn7EBAAAAAAAgHyQ6+3cvb299dtvv8nPz8/i+N69e/Xoo4/mV1wAAAAAAKAQSl9Dx9rZQoxSHip+Bg0apJEjR+rbb7+VwWDQuXPntGrVKo0dO1ZDhgx5EDECAAAAAAAgD3Jd8TNhwgSlpaXpmWee0Y0bN/T000/LxcVFY8eO1fDhwx9EjAAAAAAAAMiDXCd+DAaDXnnlFY0bN06//fabEhMTFRgYKHd39wcRHwAAAAAAKEQMBoMMNrBXui3EKOVhqlc6Z2dnBQYGqm7dujad9Nm9e7dCQkJUtmxZGQwGffrppxn6HDt2TO3atZPRaFTRokVVp04dnTlzxqLPvn371Lp1axUvXlyurq6qXr265s6dq9TU1Ezv+/zzz8vR0VEfffRRhnNTpkyRwWBQy5YtM5ybPXu2DAaDgoKC8vS8AAAAAACg8Mh1xU+TJk3umdXasWPHfQX0b0tKSlLNmjXVv39//fe//81w/vfff1ejRo00YMAATZ06VR4eHvr555/l6upq7rNhwwZ17dpVoaGh2rlzpzw9PbVt2za99NJL+uabb7Ru3TqLd3bjxg2tWbNGL730kiIjI9WlS5cM9y1Tpox27typP/74Q+XLlzcfj4yMVIUKFfL5LQAAAAAAAHuU68RPrVq1LL6+ffu2YmNjdeTIEfXt2ze/4vrXtGrVSq1atcry/CuvvKLWrVtr1qxZ5mP+/v7mf09KStKgQYPUrl07vffee+bjAwcOVOnSpdWuXTutW7dO3bp1M5/76KOPFBgYqAkTJqhs2bKKi4uTj4+PxX0ffvhhPfHEE1qxYoVeeeUVSXeriv766y916dJFR48evedzJScnKzk52fx1QkJCNm8CAAAAAICCx65e+SvXU73eeustizZ//nzt3btXo0aNUpEiRR5EjAUmLS1NGzduVMWKFRUcHKyHH35Y9erVs5gOtmXLFl2+fFljx47NcH1ISIgqVqyoDz/80OJ4RESEevXqJaPRqFatWikqKirT+/fv39/iXGRkpHr27ClnZ+dsYw8PD5fRaDS3fyaWAAAAAACA/cvzGj//1KtXL0VGRubXcFbh0qVLSkxM1MyZM9WyZUtt2bJFHTt21H//+1/t2rVLknT8+HFJUpUqVTIdo3LlyuY+knTixAnt37/fXAHUq1cvLV++XCaTKcO1bdu2VUJCgnbv3q2kpCStW7dO/fv3z1HsYWFhio+PN7e4uLhcPTsAAAAAALB9uZ7qlZVvvvnGYt0be5CWliZJat++vUaPHi3p7lS3ffv2afHixWrcuLG5b2aJm3R/r9CJjIxUcHCwSpYsKUlq3bq1BgwYoB07duiZZ56xuK5IkSLmxNDJkydVsWJF1ahRI0exu7i4yMXFJWcPCgAAAAAA7FKuEz//XADZZDLp/PnzOnDggCZOnJhvgVmDkiVLysnJSYGBgRbHq1Spor1790qSHnvsMUl3d/5q0KBBhjGOHTtmXhcpNTVVK1as0IULF+Tk9H+vPjU1VZGRkRkSP9Ld6V716tXTkSNHclztAwAAAACArTIY7jZrZwsxSnlI/BiNRouvHRwcVKlSJU2bNk0tWrTIt8CsgbOzs+rUqaNff/3V4vjx48fl6+srSQoODlaJEiU0Z86cDImf6OhonThxQm+//bYk6csvv9T169d18OBBOTo6mvsdOXJEoaGhunbtmjw9PS3GqFq1qqpWraqffvpJzz77bP4/JAAAAAAAsFu5SvykpqYqNDRU1atXV/HixR9UTP+qxMRE/fbbb+avT506pdjYWJUoUUIVKlTQuHHj1K1bNz399NNq0qSJNm3apM8//1wxMTGSpKJFi2rJkiXq3r27nnvuOQ0bNkweHh7avn27xo0bp0GDBql169aS7i7q3KZNG9WsWdMihsDAQI0ePVqrVq3S0KFDM8S4Y8cO3b59O0NSCAAAAAAA4F5ytbizo6OjWrRooWvXrj2gcP59Bw4cUO3atVW7dm1J0pgxY1S7dm1NmjRJktSxY0ctXrxYs2bNUvXq1bVs2TJ9/PHHatSokXmMzp07a+fOnTpz5oyeeuopPfLIIxo4cKAmTJhg3uL94sWL2rhxozp16pQhBgcHB3Xs2FERERGZxli0aFGSPgAAAACAQsHBYLCZZgsMpnutSpyJJ598Um+88Uam69Hgrlu3bql9+/aKi4vTrl27VKpUqYIOSQkJCTIajbp4OV4eHh4FHQ6AQiotLVd/5BQ61vh2rO2vM15dlxZ0CBb+XDuwoEOAjXNyzLdNdgFYuYSEBJX2Mio+ns9kWUn/3Drqox/k8pB7QYeTreQbiXq7yxNW/z3N9Z80r732msaOHasvvvhC58+fV0JCgkWD5Orqqs8++0x9+vTR7t27CzocAAAAAABQSOV4jZ9p06bpxRdfNK9X065dOxn+VtZkMplkMBiUmpqa/1HaIFdXV02YMKGgwwAAAAAAwKY4KA9VKgXAFmKUcpH4mTp1qgYPHqydO3c+yHgAAAAAAACQT3Kc+ElfCqhx48YPLBgAAAAAAADkn1xVJhlsZMVqAAAAAAAA5KLiR5IqVqyYbfLnypUr9xUQAAAAAAAovAyGu83a2UKMUi4TP1OnTpXRaHxQsQAAAAAAACAf5Srx0717dz388MMPKhYAAAAAAADkoxwnfljfBwAAAAAAPGgOMsjBBnIQDrL+GKVcLO6cvqsXAAAAAAAAbEOOK37S0tIeZBwAABR6t+9Y35+1Dg7W9ZusP9cOLOgQLFQa/VlBh2Dh17faF3QIGSQlpxZ0CBaKueZqpQMAAGxerrZzBwAAAAAAgO3gVx4AAAAAAMBqsJ17/qLiBwAAAAAAwE6R+AEAAAAAALBTTPUCAAAAAABWw8Fwt1k7W4hRouIHAAAAAADAbpH4AQAAAAAAsFNM9QIAAAAAAFbDYJAcbGDLLBsIURIVPwAAAAAAAHaLxA8AAAAAAICdIvEDAAAAAABgp1jjBwAAAAAAWA2DwTbWz7GFGCUqfgAAAAAAAOwWiR8AAAAAAAA7VegTP4sWLVKNGjXk4eEhDw8P1a9fX1999ZUk6cqVKxo+fLgqVaokNzc3VahQQSNGjFB8fHyGcVasWKE6derooYceUrFixdS4cWN98cUXWd63cuXKcnFx0YULFzKcCwoKksFg0MyZMzOca9OmjQwGg6ZMmZL3hwYAAAAAwEo5GGyn2YJCn/gpX768Zs6cqR9++EEHDhxQ06ZN1b59e/388886d+6czp07pzfffFNHjhxRVFSUNm3apAEDBliMMXbsWD3//PPq1q2bfvrpJ3333Xdq1KiR2rdvr/nz52e45969e3Xz5k117txZK1asyDQuHx8fRUVFWRw7e/astm/frjJlyuTb8wMAAAAAAPtV6Bd3DgkJsfh6xowZWrRokfbv368BAwbo448/Np/z9/fXjBkz1KtXL925c0dOTk7av3+/5syZo3fffVfDhw+3GOfWrVsaM2aM2rdvLx8fH/O5iIgIPfvss2rcuLFGjhyp8ePHZ4irbdu2Wrdunb7++ms1bNhQ0t2qohYtWujMmTP5/RoAAAAAAIAdKvQVP3+XmpqqNWvWKCkpSfXr18+0T3x8vDw8POTkdDdn9uGHH8rd3V3PP/98hr4vvviibt++bZE8un79uj766CP16tVLzZs3V3x8vPbs2ZPhWmdnZ/Xs2VPLly83H4uKilL//v1z9CzJyclKSEiwaAAAAAAAoHAh8SPp8OHDcnd3l4uLiwYPHqwNGzYoMDAwQ7+//vpL06dP13PPPWc+dvz4cfn7+8vZ2TlD/7Jly8rDw0PHjx83H1uzZo0ee+wxVa1aVY6OjurevbsiIiIyjat///5at26dkpKStHv3bsXHx6tt27Y5eqbw8HAZjUZz+3vFEQAAAAAA1spgQ//YAhI/kipVqqTY2Fh9++23GjJkiPr27aujR49a9ElISFCbNm0UGBiYYWFlk8l0z/H/nhSKjIxUr169zF/36tVLH330ka5fv57hupo1a+qxxx7T+vXrFRkZqd69e5srjbITFham+Ph4c4uLi8vRdQAAAAAAwH4U+jV+pLuJmYCAAEnSE088oe+//17vvPOOlixZIunu9KyWLVuqWLFi2rBhg4oUKWK+9rHHHtPevXuVkpKSoern3LlzSkhIUMWKFSVJR48e1f79+/Xdd99ZrOuTPsVs0KBBGWLr37+/FixYoKNHj+q7777L8TO5uLjIxcUl5y8BAAAAAADYHSp+MpGWlqbk5GRJdyt9WrRoIWdnZ0VHR8vV1dWib48ePZSYmGhOEv3dm2++KVdXV3Xr1k3S3UWdn376aR06dEixsbHmNmbMmCynez377LM6fPiwqlWrlun0MwAAAAAA7ElBb9Fub9u5F/qKn7CwMLVq1UoVKlTQ9evXtXr1asXExGjz5s3mpM+NGze0cuVKi0WSS5UqJUdHR9WvX18jR47UuHHjlJKSog4dOuj27dtauXKl3n33XUVFRcnLy0u3b9/WBx98oGnTpqlatWoWMQwcOFBz587Vzz//rKpVq1qcK168uM6fP29RZQQAAAAAAJAThT7xc+nSJfXp00fnz5+X0WhUjRo1tHnzZjVv3lwxMTH69ttvJck8FSzdqVOn5OfnJ0l6++23VaNGDS1cuFCvvvqqbt26JWdnZ+3YsUNPP/20JCk6OlqXL19Wx44dM8RQpUoVValSRREREZo7d26G856envn70AAAAAAAoFAwmLJbmRi59r///U+NGzdW/fr1tWrVKjk6OhZ0SEpISJDRaNTFy3e3oweAgpCWxh8595JyJ62gQ8jAwcpqmK0sHFUa/VlBh2Dh17faF3QIGSQlpxZ0CBaKuVrX7z2t7b8xAA9OQkKCSnsZFR/PZ7KspH9unfr5QbkWLVbQ4WTrVtJ1TQ6pbfXfU9b4eQD8/PwUExOjypUrKzY2tqDDAQAAAAAAhZR1/crDjjzyyCMZtn0HAAAAAAD4N1HxAwAAAAAAYKeo+AEAAAAAAFbDYDDIYLD+NdBsIUaJih8AAAAAAAC7ReIHAAAAAADATjHVCwAAAAAAWA0Hw91m7WwhRomKHwAAAAAAALtF4gcAAAAAAMBOkfgBAAAAAACwU6zxAwD41zhY2UTotDRTQYdgwdnJ+n4fk2ayrndkbY6/3aGgQ7AQuvpgQYeQwaLONQo6BAu7TvxZ0CFYaFLp4YIOAQCsjsFwt1k7W4hRouIHAAAAAADAbpH4AQAAAAAAsFNM9QIAAAAAAFbDwWCQgw3Mo7KFGCUqfgAAAAAAAOwWiR8AAAAAAAA7xVQvAAAAAABgNRwMd5u1s4UYJSp+AAAAAAAA7BaJHwAAAAAAADtF4gcAAAAAAMBOscYPAAAAAACwHgbJJnZKt4UYRcUPAAAAAADAv2LBggXy8/OTq6ur6tWrp++++y5H161Zs0YGg0EdOnTI9T1J/AAAAAAA/h979x0fRbX+cfy76YGQAKEEMAgSIfTepIYWioBeqRK6KF3pxQJXQLgqCBZAMDRRmuIFuVxEkCIIV1GDKE16gIQaEyCdnN8fmPmxhqYm7CZ83nnNC3Lm7Myzs5vdnWefcwZAFluxYoWGDx+uCRMm6IcfflDlypUVGhqq8+fP3/F2J06c0MiRI9WgQYO/tF8SPwAAAAAAwGm4yJZtlj9jxowZ6tevn3r37q1y5cpp7ty5ypUrlxYsWHDb21y/fl3dunXTP//5Tz3yyCN/8XgCAAAAAADgL4mLi7NbkpKSMvRJTk7W999/r2bNmlltLi4uatasmXbt2nXbbb/66qsqVKiQ+vbt+5fjI/Ej6cyZMwoLC5O/v7+8vb1VsWJF7dmz55Z9+/fvL5vNppkzZ2ZYt27dOjVq1Eh58uRRrly5VLNmTS1atOi2+w0NDZWrq6u+++67DOt69eolm82m/v37Z1g3aNAg2Ww29erV617vIgAAAAAAyAKBgYHy8/OzlqlTp2boc/HiRV2/fl2FCxe2ay9cuLCio6Nvud0dO3YoPDxc8+fP/1vxPfCJn5iYGNWrV0/u7u7673//q/3792v69OnKly9fhr6fffaZdu/eraJFi2ZY984776h9+/aqV6+e/ve//+mnn35Sly5d1L9/f40cOTJD/1OnTumbb77R4MGDb1vWFRgYqOXLlyshIcFqS0xM1Mcff6zixYv/jXsNAAAAAAAyQ2RkpGJjY61l3Lhxf3ubV65cUffu3TV//nwVKFDgb23rgb+c+7/+9S8FBgZq4cKFVlvJkiUz9Dtz5oyGDBmiL774Qm3atLFbFxkZqREjRuiFF17Qa6+9ZrWPGDFCHh4eGjp0qDp27KjatWtb6xYuXKjHH39cAwYMUJ06dTRjxgx5e3vbbbdatWo6evSoVq9erW7dukmSVq9ereLFi98yRgAAAAAAsjtbNrmce3qMvr6+8vX1vWPfAgUKyNXVVefOnbNrP3funAICAjL0P3r0qE6cOKG2bdtabWlpaZIkNzc3HTp0SKVKlbqnOB/4ip+1a9eqRo0a6tixowoVKqSqVatmKKNKS0tT9+7dNWrUKJUvXz7DNj755BOlpKTcsrLnueeek4+Pj5YtW2a1GWO0cOFChYWFKTg4WEFBQfrkk09uGV+fPn3sklILFixQ796973q/kpKSMowzBAAAAAAA95+Hh4eqV6+uzZs3W21paWnavHmz6tatm6F/cHCw9u3bp4iICGtp166dQkJCFBERocDAwHve9wOf+Dl27JjmzJmjRx99VF988YUGDBigoUOHavHixVaff/3rX3Jzc9PQoUNvuY3Dhw/Lz89PRYoUybDOw8NDjzzyiA4fPmy1bdq0SfHx8QoNDZUkhYWFKTw8/JbbDgsL044dO3Ty5EmdPHlSO3fuVFhY2F3v19SpU+3GGP6ZJwUAAAAAAMhcw4cP1/z587V48WIdOHBAAwYM0LVr16zijh49eljDxLy8vFShQgW7JW/evMqTJ48qVKggDw+Pe97vAz/UKy0tTTVq1LCGaFWtWlU///yz5s6dq549e+r777/XrFmz9MMPP8j2N2rNbn5QFixYoM6dO8vN7cbh79q1q0aNGqWjR49mKNUqWLCg2rRpo0WLFskYozZt2tzT+L5x48Zp+PDh1u9xcXEkfwAAAAAATs/FdmNxdn82xs6dO+vChQt65ZVXFB0drSpVqmjDhg3WhM+nTp2Si0vm1+c88ImfIkWKqFy5cnZtZcuW1aeffipJ+vrrr3X+/Hm7yZSvX7+uESNGaObMmTpx4oQeffRRxcbG6uzZsxkmfk5OTtbRo0et6p7Lly/rs88+U0pKiubMmWO3zQULFmjKlCkZYuzTp48GDx4sSXrvvffu6X55enrK09PznvoCAAAAAICsN3jwYOv8/o+2bt16x9ve6arhd/LAD/WqV6+eDh06ZNd2+PBhPfzww5Kk7t2766effrIbV1e0aFGNGjVKX3zxhSSpQ4cOcnNz0/Tp0zNsf+7cuYqPj1ePHj0kSR999JEeeugh7d27126b06dP16JFi3T9+vUM22jZsqWSk5OVkpJiJZAAAAAAAADu5oGv+Bk2bJgee+wxvfbaa+rUqZO+/fZbzZs3T/PmzZMk+fv7y9/f3+427u7uCggIUJkyZSRJxYsX1+uvv66RI0fKy8tL3bt3l7u7u9asWaPx48dr8uTJqlChgiQpPDxcHTp0sH5PFxgYqHHjxmnDhg0Zrhrm6uqqAwcOWP8HAAAAACCncrHZ5JINLuuVHWKUSPyoZs2a+uyzzzRu3Di9+uqrKlmypGbOnGldPv1eDRs2TI888oimT5+uWbNm6dq1a5KkZcuWqUuXLpKk77//Xnv37s1w1TBJ8vPzU9OmTRUeHp4h8SPprpeGAwAAAAAA+CObMcY4Ooic6PLly2ratKl8fX313//+V7ly5XJoPHFxcfLz89O5S7EkkQDgd2lpvAXeTRofE+7o71z4ISv0/vhHR4eQwZwOlRwdgp1vT152dAh2QsoUcnQIAO6TuLg4Ffb3U2ws52S3k37eOnPTPnnnzuPocO4q4doVvdCsotM/pg/8HD9ZJX/+/Nq0aZOaNm2qXbt2OTocAAAAAADwAHrgh3plJX9/f73yyiuODgMAAAAAgGzDZruxOLvsEKNExQ8AAAAAAECOReIHAAAAAAAgh2KoFwAAAAAAcBouyiaXc5fzxyhR8QMAAAAAAJBjkfgBAAAAAADIoUj8AAAAAAAA5FDM8QMAAAAAAJwGl3PPXFT8AAAAAAAA5FAkfgAAAAAAAHIohnoBAO4bY4yjQ3Bq19Oc7/ikOdlj5myXdk29nuboEOy8+1RFR4eQQdvZ3zg6BDtLe9d0dAgAgLtwUfaoUskOMUrZJ04AAAAAAAD8SSR+AAAAAAAAciiGegEAAAAAAKdhs9lkc7Lh3beSHWKUqPgBAAAAAADIsUj8AAAAAAAA5FAkfgAAAAAAAHIo5vgBAAAAAABOw/b74uyyQ4wSFT8AAAAAAAA5FokfAAAAAACAHIqhXgAAAAAAwGm42GxyyQaXSs8OMUpU/AAAAAAAAORYJH4AAAAAAAByKBI/AAAAAAAAORRz/AAAAAAAAKeSPWbPyR5yfMXP9u3b1bZtWxUtWlQ2m03//ve/rXUpKSkaM2aMKlasqNy5c6to0aLq0aOHzp49a7eNw4cPq3379ipQoIB8fX1Vv359bdmyJcO+Fi9erJo1aypXrlzKkyePGjVqpHXr1t02tuDgYHl6eio6OjrDusaNG8tms2natGkZ1rVp00Y2m00TJ0689wMBAAAAAAAeODk+8XPt2jVVrlxZ7733XoZ18fHx+uGHH/Tyyy/rhx9+0OrVq3Xo0CG1a9fOrt/jjz+u1NRUffXVV/r+++9VuXJlPf7443YJm5EjR+q5555T586d9dNPP+nbb79V/fr11b59e7377rsZ9r1jxw4lJCSoQ4cOWrx48S1jDwwM1KJFi+zazpw5o82bN6tIkSJ/4WgAAAAAAIAHSY4f6tWqVSu1atXqluv8/Pz05Zdf2rW9++67qlWrlk6dOqXixYvr4sWL+vXXXxUeHq5KlSpJkqZNm6bZs2fr559/VkBAgHbv3q3p06fr7bff1pAhQ6xtTZkyRYmJiRo+fLjat2+vwMBAa114eLiefvppNWrUSM8//7zGjBmTIb7HH39cK1eu1M6dO1WvXj1JN6qKWrRooVOnTt3xficlJSkpKcn6PS4u7i5HCgAAAAAAx7PZbizOLjvEKD0AFT9/VmxsrGw2m/LmzStJ8vf3V5kyZbRkyRJdu3ZNqampev/991WoUCFVr15dkrRs2TL5+Pjoueeey7C9ESNGKCUlRZ9++qnVduXKFa1atUphYWFq3ry5YmNj9fXXX2e4rYeHh7p166aFCxdabYsWLVKfPn3uej+mTp0qPz8/a7k56QQAAAAAAB4MJH5ukpiYqDFjxqhr167y9fWVJNlsNm3atEk//vij8uTJIy8vL82YMUMbNmxQvnz5JN2YA6hUqVLy8PDIsM2iRYvK19dXhw8fttqWL1+uRx99VOXLl5erq6u6dOmi8PDwW8bUp08frVy5UteuXdP27dsVGxurxx9//K73Zdy4cYqNjbWWyMjIv3JIAAAAAABANpbjh3rdq5SUFHXq1EnGGM2ZM8dqN8Zo0KBBKlSokL7++mt5e3vrgw8+UNu2bfXdd99Zc+0YY+64/ZuTQgsWLFBYWJj1e1hYmBo1aqR33nlHefLksbtd5cqV9eijj+qTTz7Rli1b1L17d7m53f1h8/T0lKen5z3ddwAAAAAAnIXNZpMtG4yjyg4xSlT8SPr/pM/Jkyf15ZdfWtU+kvTVV19p3bp1Wr58uerVq6dq1app9uzZ8vb2tiZlfvTRR3Xs2DElJydn2PbZs2cVFxen0qVLS5L279+v3bt3a/To0XJzc5Obm5vq1Kmj+Ph4LV++/Jbx9enTR++9954++eSTexrmBQAAAAAAIJH4sZI+v/76qzZt2iR/f3+79fHx8ZIkFxf7Q+Xi4qK0tDRJUteuXXX16lW9//77Gbb/5ptvysvLS507d5Z0Y1Lnhg0bau/evYqIiLCW4cOH33a419NPP619+/apQoUKKleu3N++zwAAAAAA4MGQ44d6Xb16VUeOHLF+P378uCIiIpQ/f34VKVJEHTp00A8//KB169bp+vXr1iXa8+fPLw8PD9WtW1f58uVTz5499corr8jb21vz58/X8ePH1aZNG0lS3bp19fzzz2vUqFFKTk7WE088oZSUFC1dulRvv/22Fi1aJH9/f6WkpOjDDz/Uq6++qgoVKtjF+cwzz2jGjBn65ZdfVL58ebt1+fLlU1RUlNzd3bP4aAEAAAAAgJwkxyd+9uzZo5CQEOv34cOHS5J69uypiRMnau3atZKkKlWq2N1uy5Ytaty4sQoUKKANGzboxRdfVJMmTZSSkqLy5ctrzZo1qly5stV/5syZqlSpkmbPnq2XXnpJiYmJ8vDw0FdffaWGDRtKktauXatLly7pySefzBBn2bJlVbZsWYWHh2vGjBkZ1qdfZQwAAAAAgJzMRdljeFJ2iFGSbOZusxLjLzlx4oQaNWqkunXr6qOPPpKrq6tD44mLi5Ofn5/OXYq1m8MIAO4nZ3vLcbJwdD3NyQKSlOZkB8nFySZRdLbHLPl6mqNDyOCJObscHYKdpb1rOjoEO0XzeTs6BAD3SVxcnAr7+yk2lnOy20k/b12w/YBy+eS5+w0cLP7qFfVpWNbpH9PskqDKdkqUKKGtW7cqODhYERERjg4HAAAAAAA8gHL8UC9HKlmypCZOnOjoMAAAAAAAyDa4nHvmouIHAAAAAAAghyLxAwAAAAAAkEOR+AEAAAAAAMihmOMHAAAAAAA4Ddvvi7PLDjFKVPwAAAAAAADkWCR+AAAAAAAAciiGegEAAAAAAKfB5dwzFxU/AAAAAAAAORQVPwCA+8bZvhUxxjg6BDuuLs51fCTJ5lyHyOm4uznXd2gXriQ5OoQMPutf19Eh2Gn+5jZHh2Dn21eaOToEAEAOR+IHAAAAAAA4DRdlj+FJ2SFGKfvECQAAAAAAgD+JxA8AAAAAAEAOReIHAAAAAAAgh2KOHwAAAAAA4DS4nHvmouIHAAAAAAAghyLxAwAAAAAAkEMx1AsAAAAAADgN2++Ls8sOMUpU/AAAAAAAAORYJH4AAAAAAAByKIZ6AQAAAAAAp2Gz3VicXXaIUaLiBwAAAAAAIMci8QMAAAAAAJBDkfgBAAAAAADIoXJ04mfq1KmqWbOm8uTJo0KFCumJJ57QoUOH7Po0btxYNpvNbunfv3+GbS1atEiVKlWSl5eXChUqpEGDBtmtv379ut566y1VrFhRXl5eypcvn1q1aqWdO3feMraEhATlz59fBQoUUFJSUob1JUqUkM1m0/LlyzOsK1++vGw2mxYtWvQnjgYAAAAAAM7PRbZss2QHOTrxs23bNg0aNEi7d+/Wl19+qZSUFLVo0ULXrl2z69evXz9FRUVZy+uvv263fsaMGXrxxRc1duxY/fLLL9q0aZNCQ0Ot9cYYdenSRa+++qqef/55HThwQFu3blVgYKAaN26sf//73xli+/TTT1W+fHkFBwffcr0kBQYGauHChXZtu3fvVnR0tHLnzv3XDgoAAAAAAHhg5Oirem3YsMHu90WLFqlQoUL6/vvv1bBhQ6s9V65cCggIuOU2YmJi9NJLL+nzzz9X06ZNrfZKlSpZ/1+5cqU++eQTrV27Vm3btrXa582bp0uXLumZZ55R8+bN7ZI14eHhCgsLkzFG4eHh6ty5c4Z9d+vWTW+99ZYiIyMVGBgoSVqwYIG6deumJUuW3PG+JyUl2VUSxcXF3bE/AAAAAADIeXJ0xc8fxcbGSpLy589v1/7RRx+pQIECqlChgsaNG6f4+Hhr3Zdffqm0tDSdOXNGZcuW1UMPPaROnTopMjLS6vPxxx+rdOnSdkmfdCNGjNClS5f05ZdfWm1Hjx7Vrl271KlTJ3Xq1Elff/21Tp48meG2hQsXVmhoqBYvXixJio+P14oVK9SnT5+73tepU6fKz8/PWtITRwAAAAAAOLP0y7lnhyU7eGASP2lpaXrhhRdUr149VahQwWp/+umntXTpUm3ZskXjxo3Thx9+qLCwMGv9sWPHlJaWptdee00zZ87UJ598osuXL6t58+ZKTk6WJB0+fFhly5a95X7T2w8fPmy1LViwQK1atVK+fPmUP39+hYaGZhjSla5Pnz5atGiRjDH65JNPVKpUKVWpUuWu93fcuHGKjY21lpsTVQAAAAAA4MGQo4d63WzQoEH6+eeftWPHDrv2Z5991vp/xYoVVaRIETVt2lRHjx5VqVKllJaWppSUFL399ttq0aKFJGnZsmUKCAjQli1brLl+jDF33L+Hh4ekG5NAL168WLNmzbLWhYWFaeTIkXrllVfk4mKfi2vTpo2ee+45bd++XQsWLLinah9J8vT0lKen5z31BQAAAAAAOdMDkfgZPHiw1q1bp+3bt+uhhx66Y9/atWtLko4cOaJSpUqpSJEikqRy5cpZfQoWLKgCBQro1KlTkqRHH31UBw4cuOX20ttLly4tSfriiy905syZDHP6XL9+XZs3b1bz5s3t2t3c3NS9e3dNmDBB//vf//TZZ5/d690GAAAAAAAPuBw91MsYo8GDB+uzzz7TV199pZIlS971NhEREZJkJXzq1asnSXaXgb98+bIuXryohx9+WJLUtWtX/frrr/r8888zbG/69OkqWrSoldAJDw9Xly5dFBERYbd06dJF4eHht4ypT58+2rZtm9q3b698+fLd+wEAAAAAACCbsWWjn+wgR1f8DBo0SB9//LHWrFmjPHnyKDo6WpLk5+cnb29vHT16VB9//LFat24tf39//fTTTxo2bJgaNmxoXbWrdOnSat++vZ5//nnNmzdPvr6+GjdunIKDgxUSEiJJ6tKli1auXKmePXvqjTfeUNOmTRUXF6f33ntP69at04YNG+Tu7q4LFy7o888/19q1a+3mGZKkHj166Mknn9Tly5czTD5dtmxZXbx4Ubly5boPRw0AAAAAAOQUObriZ86cOYqNjVXjxo1VpEgRa1mxYoWkG/PubNq0SS1atFBwcLBGjBihp556KkPlzpIlS1S7dm21adNGjRo1kru7u5XMkSSbzaZVq1Zp/Pjxeuutt1SmTBlVrlxZn3zyiX788UcrQbRkyRLlzp3b7rLw6Zo2bSpvb28tXbr0lvfF399f3t7emXl4AAAAAABADmczd5uVGH/JDz/8oGbNmqlv37564403HB2O4uLi5Ofnp3OXYuXr6+vocADAKaSl8RZ4N2l8TLgjm5Ndx/VsTIKjQ8jA19vd0SHYaf7mNkeHYOfbV5o5OgQA90lcXJwK+/spNpZzsttJP29dtfuIcvnkcXQ4dxV/9Yo61gly+sc0R1f8OFK1atW0efNm5c6dW0ePHnV0OAAAAAAA4AGUo+f4cbSqVauqatWqjg4DAAAAAAA8oEj8AAAAAAAAp2GTTS7Z4IpZ2eWqXgz1AgAAAAAAyKFI/AAAAAAAAORQJH4AAAAAAAByKOb4AQAAAAAATsNmu7E4u+wQo0TFDwAAAAAAQI5F4gcAAAAAACCHYqgXAAAAAABwGgz1ylwkfgAADywXl2zybu1ALuIYZSeB/rkcHYLT+/aVZo4OwY5/14WODsHO3ve6ODqEDB7K7+3oEAAgW2OoFwAAAAAAQA5F4gcAAAAAACCHYqgXAAAAAABwGrbff5xddohRouIHAAAAAAAgxyLxAwAAAAAAkEMx1AsAAAAAADgNF9uNxdllhxglKn4AAAAAAAByLBI/AAAAAAAAORRDvQAAAAAAgNPgql6Zi4ofAAAAAACAHIrEDwAAAAAAQA5F4gcAAAAAACCHYo4fAAAAAADgNGy2G4uzyw4xSlT8AAAAAAAA5FhOlfjZtWuXXF1d1aZNG7v2EydOyGazydXVVWfOnLFbFxUVJTc3N9lsNp04ceKO258/f74qV64sHx8f5c2bV1WrVtXUqVOt9fHx8Ro3bpxKlSolLy8vFSxYUI0aNdKaNWusPo0bN5bNZrOWwoULq2PHjjp58uRt9zt27FgFBwfbtR08eFA2m029evWya1+0aJE8PT2VkJBgtW3ZskWtW7eWv7+/cuXKpXLlymnEiBEZjgUAAAAAAMDNnCrxEx4eriFDhmj79u06e/ZshvXFihXTkiVL7NoWL16sYsWK3XXbCxYs0AsvvKChQ4cqIiJCO3fu1OjRo3X16lWrT//+/bV69Wq98847OnjwoDZs2KAOHTro0qVLdtvq16+foqKidPbsWa1Zs0aRkZEKCwu77b5DQkJ06NAhRUdHW21btmxRYGCgtm7datd3y5YtqlOnjry9vSVJ77//vpo1a6aAgAB9+umn2r9/v+bOnavY2FhNnz79rvcbAAAAAIDsxKb/v6S7c/9kD04zx8/Vq1e1YsUK7dmzR9HR0Vq0aJHGjx9v16dnz55auHChxo0bZ7UtXLhQPXv21KRJk+64/bVr16pTp07q27ev1Va+fPkMfWbNmqXWrVtLkkqUKKHq1atn2FauXLkUEBAgSSpSpIgGDx6s55577rb7rl+/vtzd3bV161Z16dJFkrR161YNGjRIU6ZM0YkTJ1SiRAmrvXfv3pKk06dPa+jQoRo6dKjeeusta3slSpRQw4YN9dtvv912n0lJSUpKSrJ+j4uLu21fAAAAAACQMzlNxc/KlSsVHBysMmXKKCwsTAsWLJAxxq5Pu3btFBMTox07dkiSduzYoZiYGLVt2/au2w8ICNDu3bvvOCQrICBA69ev15UrV+457suXL2vlypWqXbv2bfvkzp1bNWvW1JYtW6y2rVu3qmnTpqpXr57VfuzYMZ06dUohISGSpFWrVik5OVmjR4++5Xbz5s17231OnTpVfn5+1hIYGHjP9wkAAAAAAOQMTpP4CQ8Pt4ZLtWzZUrGxsdq2bZtdH3d3dyspJN0YvhUWFiZ3d/e7bn/ChAnKmzevSpQooTJlyqhXr15auXKl0tLSrD7z5s3TN998I39/f9WsWVPDhg3Tzp07M2xr9uzZ8vHxUe7cueXv769Dhw5ZMd1OSEiINaxr//79SkxMVNWqVdWwYUOrfevWrfLy8lKdOnUkSb/++qt8fX1VpEiRu96/Pxo3bpxiY2OtJTIy8k9vAwAAAAAAZG9Okfg5dOiQvv32W3Xt2lWS5Obmps6dOys8PDxD3z59+mjVqlWKjo7WqlWr1KdPnwx9ypcvLx8fH/n4+KhVq1aSbgzJ2rVrl/bt26fnn39eqamp6tmzp1q2bGklfxo2bKhjx45p8+bN6tChg3755Rc1aNAgwzCybt26KSIiQnv37tWOHTsUFBSkFi1aWJVCt9p/48aNdfjwYUVFRWnr1q2qX7++XF1d1ahRI7vEz2OPPSZPT09JkjFGtr94fThPT0/5+vraLQAAAAAAODsXW/ZZsgOnmOMnPDxcqampKlq0qNVmjJGnp6feffddu74VK1ZUcHCwunbtqrJly6pChQqKiIiw67N+/XqlpKRIkjVJcroKFSqoQoUKGjhwoPr3768GDRpo27Zt1vAqd3d3NWjQQA0aNNCYMWM0efJkvfrqqxozZow8PDwkSX5+fgoKCpIkBQUFKTw8XEWKFNGKFSv0zDPP3HL/9erVk4eHh7Zs2aItW7aoUaNGkqSaNWvq4sWLOnbsmLZu3Wo3V1Dp0qUVGxurqKiov1T1AwAAAAAAHmwOr/hJTU3VkiVLNH36dEVERFjL3r17VbRoUS1btizDbfr06aOtW7festpHkh5++GEFBQUpKCjojlf8KleunCTp2rVrd+yTmpqqxMTE2/ZxdXWVJOsS7Lfav7e3t2rXrq2tW7dq27Ztaty4saQbiaY6deooPDxckZGRVgJKkjp06CAPDw+9/vrrt9zvnSZ3BgAAAAAAcHjFz7p16xQTE6O+ffvKz8/Pbt1TTz2l8PBwtWzZ0q69X79+6tix4x0nN/6jAQMGqGjRomrSpIkeeughRUVFafLkySpYsKDq1q0r6cZwrK5du6pGjRry9/fX/v37NX78eIWEhNgNlYqPj7cuzX7u3DlNmjRJXl5eatGixR1jCAkJsa7OVa1aNau9UaNGevPNN61JoNMFBgbqrbfe0uDBgxUXF6cePXqoRIkSOn36tJYsWSIfHx8u6Q4AAAAAyFGyy8XSs0OMkhNU/ISHh6tZs2YZkj7SjcTPnj17MlyK3M3NTQUKFJCb273nrZo1a6bdu3erY8eOKl26tJ566il5eXlp8+bN8vf3lySFhoZq8eLFatGihcqWLashQ4YoNDRUK1eutNvW/PnzVaRIERUpUkQhISG6ePGi1q9frzJlytwxhpCQEF25ckX16tWzi71Ro0a6cuWKddn3mw0cOFAbN27UmTNn9OSTTyo4OFjPPPOMfH19NXLkyHu+/wAAAAAA4MFjM3+8ZjpypLi4OPn5+encpVgmegYAAHAS/l0XOjoEO3vf6+LoEDJ4KL/33TsB2UBcXJwK+/spNpZzsttJP2/97/cnlNvH+Y/RtatxalW9hNM/pg4f6gUAAAAAAJDOZruxOLvsEKPkBEO9AAAAAAAAkDVI/AAAAAAAAORQJH4AAAAAAAByKOb4AQAAAAAATsP2++LsskOMEhU/AAAAAAAAORaJHwAAAAAAgByKoV4AAAAAAMBpuMgml2xwrXSXbDLYi4ofAAAAAACAHIrEDwAAAAAAQA7FUC8AAADAQdZNaufoEOw8PmO7o0PIIGJyqKNDAIBsjcQPAAAAAABwGlzOPXMx1AsAAAAAACCHIvEDAAAAAACQQzHUCwAAAAAAOA/GemUqKn4AAAAAAAByKBI/AAAAAAAAORRDvQAAAAAAgNOw/f7j7LJDjBIVPwAAAAAAADkWiR8AAAAAAIAcisQPAAAAAABADsUcPwAAAAAAwHnYJFt2mD4nO8QoKn4AAAAAAAByLBI/AAAAAAAAORRDvQAAAAAAgNOwKXuMosoOMUpOXvGza9cuubq6qk2bNnbtJ06ckM1mk6urq86cOWO3LioqSm5ubrLZbDpx4sQdtz9//nxVrlxZPj4+yps3r6pWraqpU6da6+Pj4zVu3DiVKlVKXl5eKliwoBo1aqQ1a9ZYfRo3biybzWYthQsXVseOHXXy5Mm73r+77V+S4uLi9OKLLyo4OFheXl4KCAhQs2bNtHr1ahlj7roPAAAAAADw4HLqxE94eLiGDBmi7du36+zZsxnWFytWTEuWLLFrW7x4sYoVK3bXbS9YsEAvvPCChg4dqoiICO3cuVOjR4/W1atXrT79+/fX6tWr9c477+jgwYPasGGDOnTooEuXLtltq1+/foqKitLZs2e1Zs0aRUZGKiws7G/v/7ffftNjjz2mJUuWaNy4cfrhhx+0fft2de7cWaNHj1ZsbOxd7ycAAAAAAHhwOe1Qr6tXr2rFihXas2ePoqOjtWjRIo0fP96uT8+ePbVw4UKNGzfOalu4cKF69uypSZMm3XH7a9euVadOndS3b1+rrXz58hn6zJo1S61bt5YklShRQtWrV8+wrVy5cikgIECSVKRIEQ0ePFjPPffc397/+PHjdeLECR0+fFhFixa12kuXLq2uXbvKy8vrjvsAAAAAAAAPNqet+Fm5cqWCg4NVpkwZhYWFacGCBRmGNrVr104xMTHasWOHJGnHjh2KiYlR27Zt77r9gIAA7d69+45DsgICArR+/XpduXLlnuO+fPmyVq5cqdq1a/+t/aelpWn58uXq1q2bXdInnY+Pj9zcbp+3S0pKUlxcnN0CAAAAAIDTs2WjJRtw2sRPeHi4NVyqZcuWio2N1bZt2+z6uLu7W0kh6cbwqbCwMLm7u991+xMmTFDevHlVokQJlSlTRr169dLKlSuVlpZm9Zk3b56++eYb+fv7q2bNmho2bJh27tyZYVuzZ8+Wj4+PcufOLX9/fx06dMiK6a/u/+LFi4qJiVFwcPBd78utTJ06VX5+ftYSGBj4l7YDAAAAAACyL6dM/Bw6dEjffvutunbtKklyc3NT586dFR4enqFvnz59tGrVKkVHR2vVqlXq06dPhj7ly5eXj4+PfHx81KpVK0k3hmTt2rVL+/bt0/PPP6/U1FT17NlTLVu2tJIvDRs21LFjx7R582Z16NBBv/zyixo0aJBhGFm3bt0UERGhvXv3aseOHQoKClKLFi2sSqG/sv+/O3HzuHHjFBsbay2RkZF/a3sAAAAAACD7cco5fsLDw5Wammo3xMkYI09PT7377rt2fStWrKjg4GB17dpVZcuWVYUKFRQREWHXZ/369UpJSZEkeXt7262rUKGCKlSooIEDB6p///5q0KCBtm3bppCQEEk3qooaNGigBg0aaMyYMZo8ebJeffVVjRkzRh4eHpIkPz8/BQUFSZKCgoIUHh6uIkWKaMWKFXrmmWf+0v4bNWqkvHnz6uDBg3/pGHp6esrT0/Mv3RYAAAAAAEex/f7j7LJDjJITJn5SU1O1ZMkSTZ8+XS1atLBb98QTT2jZsmVq2bKlXXufPn00cOBAzZkz55bbfPjhh+9p3+XKlZMkXbt27Y59UlNTlZiYaCV+/sjV1VWSlJCQ8Jf37+Lioi5duujDDz/UhAkTMszzc/XqVXl5ed1xnh8AAAAAAPBgc7qswbp16xQTE6O+ffvKz8/Pbt1TTz2l8PDwDImffv36qWPHjsqbN+8972fAgAEqWrSomjRpooceekhRUVGaPHmyChYsqLp160qSGjdurK5du6pGjRry9/fX/v37NX78eIWEhMjX19faVnx8vKKjoyVJ586d06RJk+Tl5ZUhcfVn9z9lyhRt3bpVtWvX1pQpU1SjRg25u7vr66+/1tSpU/Xdd9/9qfsMAAAAAAAeLE43x094eLiaNWuWIekj3Uj87NmzJ8MVqtzc3FSgQIE/Vf3SrFkz7d69Wx07dlTp0qX11FNPycvLS5s3b5a/v78kKTQ0VIsXL1aLFi1UtmxZDRkyRKGhoVq5cqXdtubPn68iRYqoSJEiCgkJ0cWLF7V+/XqVKVPmb+0/f/782r17t8LCwjR58mRVrVpVDRo00LJly/TGG2/c8hgBAAAAAJCd2WzZZ8kObObvziKMbCEuLk5+fn46dynWrloJAAAAjrPryCVHh2BnwKI9jg4hg4jJoY4OAcgUcXFxKuzvp9hYzsluJ/28detPkfLJ4/zH6OqVODWuFOj0j6nTVfwAAAAAAAAgc5D4AQAAAAAAyKGcbnJnAAAAAADw4LL9vji77BCjRMUPAAAAAABAjkXiBwAAAAAAIIdiqBcAAAAAAHAejPXKVFT8AAAAAAAA5FAkfgAAAAAAAHIoEj8AAAAAAAA5FHP8AAAAAAAAp2H7/cfZZYcYJSp+AAAAAAAAciwqfgAAAAAHqRvk7+gQ7ERMDnV0CBnka/ySo0Owc3bjPx0dgh1vD1dHhwDAyZH4AQAAAAAATsNmu7E4u+wQo8RQLwAAAAAAgByLxA8AAAAAAMB98N5776lEiRLy8vJS7dq19e2339627/z589WgQQPly5dP+fLlU7Nmze7Y/3ZI/AAAAAAAAKdhy0bLn7FixQoNHz5cEyZM0A8//KDKlSsrNDRU58+fv2X/rVu3qmvXrtqyZYt27dqlwMBAtWjRQmfOnPlT+yXxAwAAAAAAkMVmzJihfv36qXfv3ipXrpzmzp2rXLlyacGCBbfs/9FHH2ngwIGqUqWKgoOD9cEHHygtLU2bN2/+U/sl8QMAAAAAAPAXxcXF2S1JSUkZ+iQnJ+v7779Xs2bNrDYXFxc1a9ZMu3btuqf9xMfHKyUlRfnz5/9T8ZH4AQAAAAAA+IsCAwPl5+dnLVOnTs3Q5+LFi7p+/boKFy5s1164cGFFR0ff037GjBmjokWL2iWP7gWXcwcAAAAAAM7jr0yg4wi/xxgZGSlfX1+r2dPTM9N3NW3aNC1fvlxbt26Vl5fXn7otiR8AAAAAAIC/yNfX1y7xcysFChSQq6urzp07Z9d+7tw5BQQE3PG2b775pqZNm6ZNmzapUqVKfzo+hnoBAAAAAABkIQ8PD1WvXt1uYub0iZrr1q1729u9/vrrmjRpkjZs2KAaNWr8pX1T8QMAAAAAAJyG7fcfZ/dnYxw+fLh69uypGjVqqFatWpo5c6auXbum3r17S5J69OihYsWKWXME/etf/9Irr7yijz/+WCVKlLDmAvLx8ZGPj88975fEDwAAAAAAQBbr3LmzLly4oFdeeUXR0dGqUqWKNmzYYE34fOrUKbm4/P/ArDlz5ig5OVkdOnSw286ECRM0ceLEe94viR8AAAAAAID7YPDgwRo8ePAt123dutXu9xMnTmTKPp1ijp9du3bJ1dVVbdq0sWs/ceKEbDabXF1ddebMGbt1UVFRcnNzk81mu+PB2Lp1q2w2m2w2m1xcXOTn56eqVatq9OjRioqKsusbHx+vcePGqVSpUvLy8lLBggXVqFEjrVmzxurTuHFja3s2m02FCxdWx44ddfLkydvGMHbsWAUHB9u1HTx4UDabTb169bJrX7RokTw9PZWQkGC1bdmyRa1bt5a/v79y5cqlcuXKacSIERmOCQAAAAAAwM2cIvETHh6uIUOGaPv27Tp79myG9cWKFdOSJUvs2hYvXqxixYrd8z4OHTqks2fP6rvvvtOYMWO0adMmVahQQfv27bP69O/fX6tXr9Y777yjgwcPasOGDerQoYMuXbpkt61+/fopKipKZ8+e1Zo1axQZGamwsLDb7jskJESHDh2yxuNJN5I5gYGBGTJ6W7ZsUZ06deTt7S1Jev/999WsWTMFBATo008/1f79+zV37lzFxsZq+vTp93z/AQAAAADIDmy27LNkBw5P/Fy9elUrVqzQgAED1KZNGy1atChDn549e2rhwoV2bQsXLlTPnj3veT+FChVSQECASpcurS5dumjnzp0qWLCgBgwYYPVZu3atxo8fr9atW6tEiRKqXr26hgwZoj59+thtK1euXAoICFCRIkVUp04dDR48WD/88MNt912/fn25u7vbJXm2bt2qQYMG6fLly3YVS1u3blVISIgk6fTp0xo6dKiGDh2qBQsWqHHjxipRooQaNmyoDz74QK+88so9338AAAAAAPDgcXjiZ+XKlQoODlaZMmUUFhamBQsWyBhj16ddu3aKiYnRjh07JEk7duxQTEyM2rZt+5f36+3trf79+2vnzp06f/68JCkgIEDr16/XlStX7nk7ly9f1sqVK1W7du3b9smdO7dq1qypLVu2WG1bt25V06ZNVa9ePav92LFjOnXqlJX4WbVqlZKTkzV69Ohbbjdv3ry33WdSUpLi4uLsFgAAAAAA8GBxeOInPDzcGibVsmVLxcbGatu2bXZ93N3draSQJC1YsEBhYWFyd3f/W/tOn3cnveJm3rx5+uabb+Tv76+aNWtq2LBh2rlzZ4bbzZ49Wz4+PsqdO7f8/f116NAhK7bbCQkJsSp+9u/fr8TERFWtWlUNGza02rdu3SovLy/VqVNHkvTrr7/K19dXRYoU+dP3berUqfLz87OWwMDAP70NAAAAAADuN1s2WrIDhyZ+Dh06pG+//VZdu3aVJLm5ualz584KDw/P0LdPnz5atWqVoqOjtWrVqgzDrySpfPny1vXsW7Vqddf9p1cW2X4fmNewYUMdO3ZMmzdvVocOHfTLL7+oQYMGmjRpkt3tunXrpoiICO3du1c7duxQUFCQWrRoYVUK3SqOxo0b6/Dhw4qKitLWrVtVv359ubq6qlGjRnaJn8cee0yenp5WfLa/OGhw3Lhxio2NtZbIyMi/tB0AAAAAAJB9OfRy7uHh4UpNTVXRokWtNmOMPD099e6779r1rVixooKDg9W1a1eVLVtWFSpUUEREhF2f9evXKyUlRZKsyZHv5MCBA5KkEiVKWG3u7u5q0KCBGjRooDFjxmjy5Ml69dVXNWbMGHl4eEiS/Pz8FBQUJEkKCgpSeHi4ihQpohUrVuiZZ565ZRz16tWTh4eHtmzZoi1btqhRo0aSpJo1a+rixYs6duyYtm7dqueee86KpXTp0oqNjVVUVNSfrvrx9PS0EkgAAAAAAODB5LCKn9TUVC1ZskTTp09XRESEtezdu1dFixbVsmXLMtymT58+2rp16y2rfSTp4YcfVlBQkIKCgu56xa+EhATNmzdPDRs2VMGCBW/br1y5ckpNTVViYuJt+7i6ulrbvF0c3t7eql27trZu3apt27apcePGkm4kmurUqaPw8HBFRkZa8/tIUocOHeTh4aHXX3/9lvv97bff7ngfAQAAAADIdhw9fiuHjfVyWMXPunXrFBMTo759+8rPz89u3VNPPaXw8HC1bNnSrr1fv37q2LHjHSc1vp3z588rMTFRV65c0ffff6/XX39dFy9e1OrVq60+jRs3VteuXVWjRg35+/tr//79Gj9+vEJCQuTr62v1i4+Pty7Nfu7cOU2aNEleXl5q0aLFHWMICQnRW2+9JUmqVq2a1d6oUSO9+eab1iTQ6QIDA/XWW29p8ODBiouLU48ePVSiRAmdPn1aS5YskY+PD5d0BwAAAAAAt+Wwip/w8HA1a9YsQ9JHupH42bNnT4YrUbm5ualAgQJyc/vz+aoyZcqoaNGiql69uqZNm6ZmzZrp559/Vrly5aw+oaGhWrx4sVq0aKGyZctqyJAhCg0N1cqVK+22NX/+fBUpUkRFihRRSEiILl68qPXr16tMmTJ3jCEkJERXrlxRvXr17O5Do0aNdOXKFeuy7zcbOHCgNm7cqDNnzujJJ59UcHCwnnnmGfn6+mrkyJF/+jgAAAAAAIAHh8388drpyJHi4uLk5+enc5di7aqXAAAAAGeWr/FLjg7BztmN/3R0CHa8PVwdHQLuUVxcnAr7+yk2lnOy20k/b9114Ix88jj/Mbp6JU51yxZz+sfUoZM7AwAAAAAA3Mz2+4+zyw4xSg6+nDsAAAAAAACyDokfAAAAAACAHIqhXgAAAAAAwGnYbDcWZ5cdYpSo+AEAAAAAAMixSPwAAAAAAADkUAz1AgAAAAAATsP2++LsskOMEhU/AAAAAAAAORaJHwAAAAAAgByKxA8AAAAAAEAOxRw/AAAAAADAeTDJT6Yi8QMAAADAaf306XhHh2CneO+ljg7BzoWPejo6BABOjqFeAAAAAAAAORQVPwAAAAAAwGnYfv9xdtkhRomKHwAAAAAAgByLxA8AAAAAAEAOReIHAAAAAAAgh2KOHwAAAAAA4DRsthuLs8sOMUpU/AAAAAAAAORYJH4AAAAAAAByKIZ6AQAAAAAAp2H7fXF22SFGiYofAAAAAACAHIvEDwAAAAAAQA7FUC8AAAAAAOA8GOuVqaj4AQAAAAAAyKGcMvGza9cuubq6qk2bNnbtJ06ckM1mk6urq86cOWO3LioqSm5ubrLZbDpx4sRtt71161bZbDbZbDa5uLjIz89PVatW1ejRoxUVFWXXNz4+XuPGjVOpUqXk5eWlggULqlGjRlqzZo3Vp3Hjxtb2bDabChcurI4dO+rkyZN3vZ/z589X5cqV5ePjo7x586pq1aqaOnWqXZ+4uDi9+OKLCg4OlpeXlwICAtSsWTOtXr1axpi77gMAAAAAADy4nDLxEx4eriFDhmj79u06e/ZshvXFihXTkiVL7NoWL16sYsWK3fM+Dh06pLNnz+q7777TmDFjtGnTJlWoUEH79u2z+vTv31+rV6/WO++8o4MHD2rDhg3q0KGDLl26ZLetfv36KSoqSmfPntWaNWsUGRmpsLCwO+5/wYIFeuGFFzR06FBFRERo586dGj16tK5evWr1+e233/TYY49pyZIlGjdunH744Qdt375dnTt31ujRoxUbG3vP9xcAAAAAADx4nG6On6tXr2rFihXas2ePoqOjtWjRIo0fP96uT8+ePbVw4UKNGzfOalu4cKF69uypSZMm3dN+ChUqpLx58yogIEClS5dW+/btVbVqVQ0YMEA7duyQJK1du1azZs1S69atJUklSpRQ9erVM2wrV65cCggIkCQVKVJEgwcP1nPPPXfH/a9du1adOnVS3759rbby5cvb9Rk/frxOnDihw4cPq2jRolZ76dKl1bVrV3l5ed3TfQUAAAAAILuw/f7j7LJDjJITVvysXLlSwcHBKlOmjMLCwrRgwYIMQ5ratWunmJgYK0GzY8cOxcTEqG3btn95v97e3urfv7927typ8+fPS5ICAgK0fv16Xbly5Z63c/nyZa1cuVK1a9e+Y7+AgADt3r37tkPC0tLStHz5cnXr1s0u6ZPOx8dHbm63z9slJSUpLi7ObgEAAAAAAA8Wp0v8hIeHW8OkWrZsqdjYWG3bts2uj7u7u5UUkm4MmwoLC5O7u/vf2ndwcLAkWXMEzZs3T9988438/f1Vs2ZNDRs2TDt37sxwu9mzZ8vHx0e5c+eWv7+/Dh06ZMV2OxMmTFDevHlVokQJlSlTRr169dLKlSuVlpYmSbp48aJiYmKsmP6sqVOnys/Pz1oCAwP/0nYAAAAAAED25VSJn0OHDunbb79V165dJUlubm7q3LmzwsPDM/Tt06ePVq1apejoaK1atUp9+vTJ0Kd8+fLy8fGRj4+PWrVqddf9p1cW2Ww3yrUaNmyoY8eOafPmzerQoYN++eUXNWjQIMNwsm7duikiIkJ79+7Vjh07FBQUpBYtWliVQreKo0iRItq1a5f27dun559/XqmpqerZs6datmyptLS0vz1x87hx4xQbG2stkZGRf2t7AAAAAADcFzbJlg2WbDLSy7nm+AkPD1dqaqrd0CZjjDw9PfXuu+/a9a1YsaKCg4PVtWtXlS1bVhUqVFBERIRdn/Xr1yslJUXSjaFcd3PgwAFJN+bySefu7q4GDRqoQYMGGjNmjCZPnqxXX31VY8aMkYeHhyTJz89PQUFBkqSgoCCFh4erSJEiWrFihZ555pk7xlGhQgVVqFBBAwcOVP/+/dWgQQNt27ZNjRo1Ut68eXXw4MF7OHIZeXp6ytPT8y/dFgAAAAAA5AxOk/hJTU3VkiVLNH36dLVo0cJu3RNPPKFly5apZcuWdu19+vTRwIEDNWfOnFtu8+GHH77n/SckJGjevHlq2LChChYseNt+5cqVU2pqqhITE63Ezx+5urpa2/wzcZQrV06SdO3aNbm4uKhLly768MMPNWHChAzz/Fy9elVeXl53nOcHAAAAAAA82Jwma7Bu3TrFxMSob9++8vPzs1v31FNPKTw8PEPip1+/furYsaPy5s37p/d3/vx5JSYm6sqVK/r+++/1+uuv6+LFi1q9erXVp3Hjxuratatq1Kghf39/7d+/X+PHj1dISIh8fX2tfvHx8YqOjpYknTt3TpMmTZKXl1eGBNbNBgwYoKJFi6pJkyZ66KGHFBUVpcmTJ6tgwYKqW7euJGnKlCnaunWrateurSlTpqhGjRpyd3fX119/ralTp+q77777S/cdAAAAAAA8GJwm8RMeHq5mzZplSPpINxI/r7/+eoYrU7m5ualAgQJ/aX9lypSRzWaTj4+PHnnkEbVo0ULDhw+3LssuSaGhoVq8eLHGjx+v+Ph4FS1aVI8//rheeeUVu23Nnz9f8+fPlyTly5dPlSpV0vr161WmTJnb7r9Zs2ZasGCB5syZo0uXLqlAgQKqW7euNm/eLH9/f0lS/vz5tXv3bk2bNk2TJ0/WyZMnlS9fPlWsWFFvvPHGLY8VAAAAAADZWXaZPic7xChJNvN3ZxFGthAXFyc/Pz+duxRrV60EAAAAOLPIS/GODsFOtaGrHB2CnQsf9XR0CLhHcXFxKuzvp9hYzsluJ/289ccj0cqTx/mP0ZUrcaoaFOD0j6lTXdULAAAAAAAAmcdphnoBAAAAAAAw1itzUfEDAAAAAACQQ5H4AQAAAAAAyKEY6gUAAAAAAJyG7fcfZ5cdYpSo+AEAAAAAAMixSPwAAAAAAADkUCR+AAAAAAAAcijm+AEAAAAAAE7DZruxOLvsEKNExQ8AAAAAAECOReIHAAAAAAAgh2KoFwAAAACnFeify9Eh2LnwUU9Hh2AnX83Bjg7BTsx37zo6BOQAtt8XZ5cdYpSo+AEAAAAAAMixSPwAAAAAAADkUCR+AAAAAAAAcijm+AEAAAAAAM6DSX4yFRU/AAAAAAAAORSJHwAAAAAAgByKoV4AAAAAAMBp2H7/cXbZIUaJih8AAAAAAIAci8QPAAAAAABADsVQLwAAAAAA4DRskmzZYBRVNghREhU/AAAAAAAAORaJHwAAAAAAgByKxA8AAAAAAEAOReLHQXr16iWbzZZhOXLkiLWuf//+GW43aNAg2Ww29erV6/4HDQAAAABAFrNloyU7IPHjQC1btlRUVJTdUrJkSUlSYGCgli9froSEBKt/YmKiPv74YxUvXtxRIQMAAAAAgGyExI8DeXp6KiAgwG5xdXWVJFWrVk2BgYFavXq11X/16tUqXry4qlat6qiQAQAAAABANkLix4n16dNHCxcutH5fsGCBevfufU+3TUpKUlxcnN0CAAAAAICzs9myz5IdkPhxoHXr1snHx8daOnbsaLc+LCxMO3bs0MmTJ3Xy5Ent3LlTYWFh97TtqVOnys/Pz1oCAwOz4i4AAAAAAAAn5uboAB5kISEhmjNnjvV77ty57dYXLFhQbdq00aJFi2SMUZs2bVSgQIF72va4ceM0fPhw6/e4uDiSPwAAAAAAPGBI/DhQ7ty5FRQUdMc+ffr00eDBgyVJ77333j1v29PTU56enn8rPgAAAAAAkL2R+HFyLVu2VHJysmw2m0JDQx0dDgAAAAAAWSy7XCw9O8RI4sfpubq66sCBA9b/AQAAAAAA7hWJn2zA19fX0SEAAAAAAIBsiMSPgyxatOgvrZOkf//735kaCwAAAAAAziK7XCo9O8QocTl3AAAAAACAHIvEDwAAAAAAQA7FUC8AAAAAAOA0uKZX5qLiBwAAAAAAIIci8QMAAAAAAJBDkfgBAAAAAADIoZjjBwAAAAAAOA0u5565qPgBAAAAAADIoUj8AAAAAAAA5FAM9QIAAAAAAE7D9vuPs8sOMUpU/AAAAAAAAORYVPwAAAAAQDYV8927jg7BTr6agx0dQgbOdoyA+42KHwAAAAAAgByKih8AAAAAAOA8bL8vzi47xCgqfgAAAAAAAHIsEj8AAAAAAAA5FEO9AAAAAACA02CkV+ai4gcAAAAAACCHIvEDAAAAAACQQzHUCwAAAAAAOA2b7cbi7LJDjBIVPwAAAAAAADkWiR8AAAAAAIAcisQPAAAAAABADsUcPwAAAAAAwGnYfv9xdtkhRomKHwAAAAAAgByLxA8AAAAAAEAOReLnT4iOjtbzzz+voKAgeXl5qXDhwqpXr57mzJmj+Ph4SVKJEiVks9m0fPnyDLcvX768bDabFi1aZLXt3btX7dq1U6FCheTl5aUSJUqoc+fOOn/+vCTpxIkTstlsioiIsG5z5coVhYSEqFy5cjp9+nSW3mcAAAAAAO4rWzZasgHm+LlHx44dU7169ZQ3b1699tprqlixojw9PbVv3z7NmzdPxYoVU7t27SRJgYGBWrhwobp06WLdfvfu3YqOjlbu3LmttgsXLqhp06Z6/PHH9cUXXyhv3rw6ceKE1q5dq2vXrt0yjgsXLqhVq1ZycXHR119/LX9//6y94wAAAAAAINsi8XOPBg4cKDc3N+3Zs8cuefPII4+offv2MsZYbd26ddNbb72lyMhIBQYGSpIWLFigbt26acmSJVa/nTt3KjY2Vh988IHc3G48FCVLllRISMgtY4iMjFTz5s1VrFgxrVmzRj4+PllxVwEAAAAAQA7BUK97cOnSJW3cuFGDBg2yS/rczGb7/xqvwoULKzQ0VIsXL5YkxcfHa8WKFerTp4/dbQICApSamqrPPvvMLnF0K4cOHVK9evVUrlw5rV+//q5Jn6SkJMXFxdktAAAAAADgwULi5x4cOXJExhiVKVPGrr1AgQLy8fGRj4+PxowZY7euT58+WrRokYwx+uSTT1SqVClVqVLFrk+dOnU0fvx4Pf300ypQoIBatWqlN954Q+fOncsQQ48ePRQUFKRVq1bJ09PzrjFPnTpVfn5+1pJeeQQAAAAAgDNz9LQ9OWyKHxI/f8e3336riIgIlS9fXklJSXbr2rRpo6tXr2r79u1asGBBhmqfdFOmTFF0dLTmzp2r8uXLa+7cuQoODta+ffvs+rVr105ff/21Vq9efU+xjRs3TrGxsdYSGRn51+4kAAAAAADItpjj5x4EBQXJZrPp0KFDdu2PPPKIJMnb2zvDbdzc3NS9e3dNmDBB//vf//TZZ5/ddvv+/v7q2LGjOnbsqNdee01Vq1bVm2++aQ0Vk6QXX3xRlSpV0tNPPy1jjDp16nTHmD09Pe+pMggAAAAAAORcVPzcA39/fzVv3lzvvvvuba+2dSt9+vTRtm3b1L59e+XLl++ebuPh4aFSpUrdcj8vv/yyJk6cqG7dumnFihX3HAcAAAAAANmFzZZ9luyAip97NHv2bNWrV081atTQxIkTValSJbm4uOi7777TwYMHVb169Qy3KVu2rC5evKhcuXLdcpvr1q3T8uXL1aVLF5UuXVrGGH3++edav369Fi5ceMvbvPjii3J1dVW3bt2Ulpamrl27Zur9BAAAAAAAOQeJn3tUqlQp/fjjj3rttdc0btw4nT59Wp6enipXrpxGjhypgQMH3vJ2/v7+t91muXLllCtXLo0YMUKRkZHy9PTUo48+qg8++EDdu3e/7e3Gjh0rFxcXde/eXcYYPf3003/7/gEAAAAAgJzHZu52HXHkCHFxcfLz89O5S7Hy9fV1dDgAAAAAcqB8NQc7OoQMYr5719EhSLpxTlbY30+xsZyT3U76eevxs5ezxTGKi4tTyaL5nf4xZY4fAAAAAACAHIrEDwAAAAAAQA5F4gcAAAAAACCHYnJnAAAAAADgNLLLpdKzQ4wSFT8AAAAAAAA5FokfAAAAAACAHIrEDwAAAAAAQA5F4gcAAAAAACCHIvEDAAAAAACQQ5H4AQAAAAAAyKG4nDsAAAAAAHAaXM49c5H4AQAAAABkipjv3nV0CBnkqzXE0SFIksz1ZEeHgAcUQ70AAAAAAAByKCp+AAAAAACA07D9/uPsskOMEhU/AAAAAAAAORaJHwAAAAAAgByKoV4AAAAAAMBpcFWvzEXFDwAAAAAAQA5F4gcAAAAAACCHIvEDAAAAAACQQzHHDwAAAAAAcBq23xdnlx1ilKj4AQAAAAAAyLFI/AAAAAAAAORQDPUCAAAAAADOg7FemYqKHwAAAAAAgByKxM8fREZGqk+fPipatKg8PDz08MMP6/nnn9elS5fs+v3yyy/q1KmTChYsKE9PT5UuXVqvvPKK4uPj7fqVKFFCNptNNptNuXPnVrVq1bRq1SprfXx8vMaNG6dSpUrJy8tLBQsWVKNGjbRmzRqrT+PGjfXCCy/YbXfWrFny9PTU8uXLM/8gAAAAAACAHIHEz02OHTumGjVq6Ndff9WyZct05MgRzZ07V5s3b1bdunV1+fJlSdLu3btVu3ZtJScn6z//+Y8OHz6sKVOmaNGiRWrevLmSk5Pttvvqq68qKipKP/74o2rWrKnOnTvrm2++kST1799fq1ev1jvvvKODBw9qw4YN6tChQ4ZE080mTJig8ePHa82aNerSpUvWHRAAAAAAAO4zWzb6yQ6Y4+cmgwYNkoeHhzZu3Chvb29JUvHixVW1alWVKlVKL774ombPnq2+ffuqbNmyWr16tVxcbuTOHn74YZUuXVpVq1bVW2+9pTFjxljbzZMnjwICAhQQEKD33ntPS5cu1eeff67HHntMa9eu1axZs9S6dWtJNyqEqlevfsv4jDEaOnSoli5dqi+//FKPPfZYFh8RAAAAAACQnVHx87vLly/riy++0MCBA62kT7qAgAB169ZNK1asUEREhPbv36/hw4dbSZ90lStXVrNmzbRs2bLb7sfNzU3u7u5WVVBAQIDWr1+vK1eu3DG+1NRUhYWF6ZNPPtG2bdvumvRJSkpSXFyc3QIAAAAAAB4sJH5+9+uvv8oYo7Jly95yfdmyZRUTE6PDhw9bv9+uX3qfP0pOTtbUqVMVGxurJk2aSJLmzZunb775Rv7+/qpZs6aGDRumnTt3Zrjt/Pnz9cknn2jLli2qVKnSXe/P1KlT5efnZy2BgYF3vQ0AAAAAAMhZSPz8gTHmb/fz8PCw+33MmDHy8fFRrly59K9//UvTpk1TmzZtJEkNGzbUsWPHtHnzZnXo0EG//PKLGjRooEmTJtlto379+vLx8dHLL7+s1NTUu8Y3btw4xcbGWktkZOQ93S8AAAAAABzJZss+S3ZA4ud3QUFBstlsOnDgwC3XHzhwQPny5VNQUJD1++36lS5d2q5t1KhRioiI0OnTpxUTE2M3/48kubu7q0GDBhozZow2btyoV199VZMmTbKbJLpixYravHmztmzZos6dO981+ePp6SlfX1+7BQAAAAAAPFhI/PzO399fzZs31+zZs5WQkGC3Ljo6Wh999JE6d+6satWqKTg4WG+99ZbS0tLs+u3du1ebNm1Sr1697NoLFCigoKAgBQQEyHYPKcFy5copNTVViYmJdu1VqlTR5s2btX37dnXq1EkpKSl/7c4CAAAAAIAHAomfm7z77rtKSkpSaGiotm/frsjISG3YsEHNmzdXsWLFNGXKFNlsNn3wwQfav3+/nnrqKX377bc6deqUVq1apbZt2yo0NFTPPffcPe+zcePGev/99/X999/rxIkTWr9+vcaPH6+QkJBbVulUrlxZX331lXbs2EHyBwAAAACQ49iy0ZIdkPi5yaOPPqo9e/bokUceUadOnVSqVCk9++yzCgkJ0a5du5Q/f35JUr169bR79265urqqVatWevjhh9WpUye1b99en3/+uVxdXe95n6GhoVq8eLFatGihsmXLasiQIQoNDdXKlStve5uKFSvqq6++0jfffKOOHTvaDQkDAAAAAABIZzP3OpsxbistLU19+/bVF198oW3btunRRx91dEgZxMXFyc/PT+cuxTLfDwAAAIAHRr5aQxwdgiTJXE9W0k/zFBvLOdntpJ+3Rl34LVsco7i4OBUpmNfpH1MqfjKBi4uLwsPDNWbMGH399deODgcAAAAAAECS5OboAHIKFxcXPf/8844OAwAAAACA7C27TKCTHWIUFT8AAAAAAAA5FokfAAAAAACAHIqhXgAAAAAAwGnYfv9xdtkhRomKHwAAAAAAgByLxA8AAAAAAEAOReIHAAAAAAA4DZst+yx/1nvvvacSJUrIy8tLtWvX1rfffnvH/qtWrVJwcLC8vLxUsWJFrV+//k/vk8QPAAAAAABAFluxYoWGDx+uCRMm6IcfflDlypUVGhqq8+fP37L/N998o65du6pv37768ccf9cQTT+iJJ57Qzz///Kf2azPGmMy4A3BucXFx8vPz07lLsfL19XV0OAAAAABwX+SrNcTRIUiSzPVkJf00T7GxnJPdTnY7b42Li1Nhf797fkxr166tmjVr6t1335UkpaWlKTAwUEOGDNHYsWMz9O/cubOuXbumdevWWW116tRRlSpVNHfu3HuOk6t6PSDS83tX4uIcHAkAAAAA3D/merKjQ5D0/3FQe3F3cdnkvDU9zj/G6+npKU9PT7u25ORkff/99xo3bpzV5uLiombNmmnXrl233P6uXbs0fPhwu7bQ0FD9+9///lNxkvh5QFy5ckWSFFQy0MGRAAAAAMCD68qVK/Lz83N0GE7Jw8NDAQEBejQbnbf6+PgoMNA+3gkTJmjixIl2bRcvXtT169dVuHBhu/bChQvr4MGDt9x2dHT0LftHR0f/qRhJ/DwgihYtqsjISOXJk0e2vzID1e/i4uIUGBioyMhIpyi9I57sFY/kfDERD/H8Xc4WE/Fkr3gk54uJeIjn73K2mIiHeP6uzIrJGKMrV66oaNGimRhdzuLl5aXjx48rOdk5qrTuhTEmwzn2H6t9HI3EzwPCxcVFDz30UKZtz9fX12leiCXiuRtni0dyvpiI586I5+6cLSbiuTNni0dyvpiI586I5+6cLSbiuTPiubvMiIlKn7vz8vKSl5eXo8PIdAUKFJCrq6vOnTtn137u3DkFBATc8jYBAQF/qv/tcFUvAAAAAACALOTh4aHq1atr8+bNVltaWpo2b96sunXr3vI2devWtesvSV9++eVt+98OFT8AAAAAAABZbPjw4erZs6dq1KihWrVqaebMmbp27Zp69+4tSerRo4eKFSumqVOnSpKef/55NWrUSNOnT1ebNm20fPly7dmzR/PmzftT+yXxgz/F09NTEyZMcJoxi8RzZ84Wj+R8MRHPnRHP3TlbTMRzZ84Wj+R8MRHPnRHP3TlbTMRzZ8Rzd84YE7Knzp0768KFC3rllVcUHR2tKlWqaMOGDdYEzqdOnZKLy/8PzHrsscf08ccf66WXXtL48eP16KOP6t///rcqVKjwp/ZrM1xLDgAAAAAAIEdijh8AAAAAAIAcisQPAAAAAABADkXiBwAAAAAAIIci8YMHgrNNZeVs8QAAAAAAciYSP8jRfvvtNyUnJ8tmszk6FEnS+fPnde3aNaeJBwD+iMQ0AABAzkLiB3/byZMndezYMUeHkcGRI0cUEhKiU6dOOToUSTeOU/369XXkyBFHh2K5cOGC4uLiHB2GnX//+986ffq0o8OQdONyij/99JOjw7ithIQER4dgJy0tzdEhZBtHjx7VF1984egw7Jw+fVrR0dFOm5hOSkpydAhO9xx3piRddHS0o0NAFrh06ZJ++eUX7dixw6FxxMfHKyoqyqExwPmcOXPG6T7Hpjt27JjTvWfgwUbiB3/L5cuXVbt2bac8OT569KjS0tIUFBTk6FAk3ThWaWlpKlWqlKNDkXTjJK9y5co6fPiwo0OxrFu3Tj179lTu3LkdHYpiYmJUrVo1/frrr44O5ZYOHDigTp066cKFC44ORZK0f/9+jR8/3ilOzm/lwIEDmj59ulOcKF+7dk1NmjRxqoR5VFSU6tWrp0OHDjk6lFvav3+/Bg0apKtXrzrkg/R//vMfxcbGysXFxSk+yP/0009KTEyUzWZziuf0lClT1LlzZ+3atcvRoWQLhw4dcrrE/a3s379fXbp00fjx47VhwwaHxXzw4EH16NFDbdq00VtvveUUz/l0J0+e1FtvvaWXXnpJ3333nUNjOXPmjNasWaOPP/74L93+1KlT+uqrrzI5qqxz9uxZ1a1bV/v27XN0KBlMmTJFgwYNctovUvBgIvGDvyUpKUk2m01lypRxdCgZnD17VgkJCUpJSXF0KJL+Px5ncerUKbm7u6tixYqODsWSkpKiYsWKycfHx9GhKC0tTbly5VJwcLCjQ7mljRs3Kj4+XgULFnRoHOkfwKdMmaILFy7I09PTofH8kTFG169fV//+/RUVFeUUH8I8PT3l4eGhkiVLSnKeqo20tDQ9/PDDThPPzT744AOdO3dOPj4+cnG5vx9d3n77bbVt21aDBg1STEyMw5M/U6ZMUdu2bbV48WKnSP4cOHBA06ZN04kTJ/TOO+9o+/btDovldpYtW6b169c7OgxJ0oQJE9S6dWutW7fOqT4T/NEvv/yi+vXrq1atWpo0aZImT54sb2/v+x7Hvn371LhxYz366KOaMWOGU51M79u3T82bN9fevXvl5+encuXKOSyWn3/+Wa1bt9bSpUv16aefKjk5+U/d/vTp06pWrZpGjhyptWvXZlGUmevq1atKTk5WqVKlnOZ9Kz2OEydOqGLFig5/fQZuRuIHf0tcXJxcXV2VL18+R4ci6cabQLqEhAR5eno69APCb7/9Zv0/Pj5erq6uDovlj+Li4uTi4iI3NzdHh2JJTk5Wvnz55O7u7uhQdO3aNRljlCtXLkeHckvnzp1Tamqqo8Ow/r7i4+OtpI8zfcix2WxydXWVMUb+/v6SHDtcJy0tTUlJSTLGyM/Pz4rRka5fv67o6GglJibK29vb4fHcyuXLlx3yt5iYmKjDhw/L19dXFy5cUP/+/R2a/Ll06ZI+/PBDRUZG6j//+Y+WLFni8ORPmTJl9Nhjjyk1NVXJycl6++239c033zgklltZuHChunXrpvDwcP33v/91WBzGGMXFxWnhwoU6fvy4Zs6cqfXr1ysxMdFhMd3OxYsX1atXLz399NOaMmWKKlWqJOn+v3aeOXNGHTt2VJcuXTR16lQ1btxYHh4eTlF19+uvv6pp06Z66qmnNG/ePI0aNcph1coHDhxQw4YN1bZtW4WHh+vTTz+Vh4fHn9rG3r17dfnyZXl5eWnRokVavXp1FkWbOYwxunjxoiTJ19fX6d63Ll68aH2+drbY8OAi8YM/7cKFCzp58qT1+9WrV51ieEdUVJS6du2qhQsXSpLc3NxUsGBBubm5yRgjY4xSU1OtD8dZ/cHhwoULatmypaZOnSpJyp07twoUKCBvb28rnuvXr9/XD+txcXGKj4+XdCPJkpiYqISEBId+iNq0aZOVsIuMjHTYUA7pxhwVZ8+elXRjqNfFixedpmJMsp/jJDk52UocOIOkpCTlzZvX0WFkkP5cun79uvLkyeOwOE6dOqUDBw7IxcVFly9fVnR0tMNPXtKHCbq6uurKlSu6fv26Q+O5Ey8vLwUEBEi6vyefXl5e6tKli65fv66SJUsqLi5OAwcOdFjyx9/fX+PHj1dQUJBiYmK0aNEiLV261Kq+vd/Jn5SUFLm4uGjixImqVauWKleurIsXL+qNN95wmuRPeuXD4cOHtWjRIm3YsMFhsfj6+upf//qXQkNDlZKSotGjRztl8ufEiRNKSUlR9+7d7drvd7Xd9u3b5evrqxdeeMGhcfxRamqqpk+frkaNGmnChAlWksURyderV69q7Nix6tixoyZNmiRfX9+/FEubNm30xBNPWJ8z5s2bpzVr1mR6vH9X+heqNptNLi4uMsYoOTnZKb5wOnPmjJXk+e233xz+Hg/8EYkf/ClxcXFq0qSJpk6dqrNnz8rDw0Ourq5WVvvmF7mb/38/XpCjo6OVmpqqxYsX6/PPP1d8fLz8/PxkjJHNZpPNZpObm5v1opzVJdZXrlxRlSpVtHTpUr3//vtKTExUnjx5dPXqVSseV1dXK57Lly9naTzR0dEKDQ3VokWLZIyRq6urcuXKpVy5cslmsyk1NdV6zNLS0u7LY7Zjxw4NHjxYY8eOlXQjOebh4WG375tPRrMyptjYWD3zzDPq37+/zp8/r4IFC8rb29uqMvjj8bnfTp48qWHDhunrr7+WdOOEK72CxRGJzcOHD2vevHm6dOmSpBvP9z9WsNz8PLrfH8oOHz6sL7/8Ui4uLkpMTNT58+etx/J+nzTEx8drzJgxat++vQ4ePKhixYrJ3d3dGjbhiIRLbGys6tWrp379+kmS8ufPLz8/P7uqLUd+aD158qSeeeYZK1EdExNzy4qfrHxepVfU1a9fX88995x8fX3VunVrHT9+XIMHD77vyZ/050ndunVVu3ZtjRkzRmXKlNG7775735M/586dkySrOrNw4cKKjY1V5cqV9frrr+vSpUt68803HZr8ST8Ozz33nHr37q3atWvr+PHjmjVrljZu3OiwuIKCguTi4qL58+erYcOGeuGFF5wu+fPTTz/pyJEjd5wjMTExUV9++WWWxrFr1y6lpqaqRIkSGdalP75/dkhTZkhNTdX//vc/VaxYUV5eXlb7ze999yu25ORk/fzzz2rYsKFdZckfY7nT60J6sicsLEzVqlVTr1695OLionfffdephn3FxMSodOnSmjZtmqQb99Hb29vhw28lafHixXrmmWe0ZcsWSTc+ZxQqVEjS/792p6amWu8r6Z/bgPuJxA/+FF9fX/Xv318bNmzQm2++qW3btqlo0aJyd3dXXFycYmNjreXKlSs6ePCg9WE0qyQmJsoYo6pVq2ry5MkqVKiQ5s6dqyVLlmj37t16/PHH1apVK7Vp00YtWrRQq1at1KhRI/Xp0ydL3pTThwg98sgjGjVqlFq1aqXZs2dr0qRJ2rdvn5o1a6Y6deqobt26qlq1qmrVqqWqVauqQ4cOWZqMCggIUMGCBfXee+9pyZIlOnjwoB5++GG5uLhYSbH0E2IXFxfrhD4rVa9eXZ07d9aePXs0evRoRUZGqlKlSvr111919uxZnTp1SkeOHNGpU6d05swZ6w01K/j5+SkkJERxcXEaOXKktm/frvLlyys5OVkpKSm6cuWKrl69qtTUVCUkJOjAgQNZFsutREREaOPGjZo/f74OHTqk5ORkay6kWyU2s/oDxeeff67+/fvro48+Umpqqq5fv57hxDz9uZUe4/1ijNGCBQsUGhqq9evXy8vLS6mpqXYf0O+nXLlyqWvXrgoODlavXr20bt06ValSRZcvX9aFCxd0/PhxnTp1ShcvXlRkZKS++eYbXbt2LUtjSktL04ABA/T5559r9OjR1jDLmxPQN1eY3VzleT9s375dW7duVb9+/ZSSkqLU1FSr+u7mxF1WPK82btyoyMhIu2GwJUqU0DfffKNevXpp0KBBOnr0qAYPHqzffvsty086Dh48aA2rlqRHH33Ueo4vXLhQFStW1Jw5c+5b8ue1115T8+bNNWPGDOsLl0ceeUT/+Mc/NGzYMJUpU0YvvviiLl++rBkzZjgs+WOz2aznTqFCheTt7a3ly5frt99+08yZM+9b8uf48eOKjY21nqs1a9aUv7+/XnzxRS1cuFB16tTRiBEjHJ78OX/+vPX/9NfM9M8Bt0pOL1q0KMvnTcqXL5+io6Nv+Xkk/Xg+88wzeuONN7I0jj+KiYlRbGys8ufPL0kZKoPTX6OmTZuWpRMPp6Wl6ddff9Xx48dVu3ZtSRkfKxcXF6WkpGjlypV27WfOnLH+BtIT/lWqVNHmzZuVmJiod999V+7u7k6V/MmXL5+GDh2qiRMnatasWTp9+rT1ucNmsyktLU0JCQnW31FkZOR9q9r28/PThQsXNHv2bOsLumLFikmS9drt5uZmva+kfwkM3E82Q7oR9yg1NdV6wZo3b56mTJmiUqVKaevWrcqXL59cXV3l4eGhhIQEGWPk4eGhPHnyaMeOHSpcuHCWxHTkyBG9//77Cg4OVu/eveXi4qLvvvtOb775pr766iu5urrqmWee0enTp+Xi4qLcuXMrKSlJ169f17Bhw1ShQoVMjefXX3/V66+/rkcffVQjR46Ui4uLFeOyZcuUkpKil156SadPn7bmj0mvJOnWrZvKly+fqfFINyqbbh6GExYWpoMHD6pw4cL673//q+rVq+vatWvy8fFRamqqNf9I0aJFtXr1aqtsODPt27dPvr6+evjhh5WUlKRp06bp66+/1rfffqurV68qMDBQ0dHRcnd3t06qkpKS1KNHD4WHh2dqLL/99ptiYmKsiXbnzp2rTz/9VOfPn9e+fftUvHhxxcbG2s3PdP36deXNm1e7d+/Osud2upSUFOtb9U8//VRTp05V7dq19c0338jV1VX169dXcnKyVfIs3ajmKFGihCZNmpTpHyzSK+ikGyeAL730kubOnauFCxeqVKlSat++vWJiYuTq6iovLy8lJycrKipK5cuXV/v27TM1lju5dOmSJk2apNmzZ+uTTz7R3LlzVa1aNbVt21aXLl2Sp6encufOratXr+rs2bOqWrVqpk90fvHiRZ09e9aaH2Pjxo2aPXu2fvjhB50+fVoPPfSQYmJidP36dbm4uMjFxUXXr1+Xj4+P9uzZo8DAwEyNR7pRtent7S13d3fFxMRo+fLlmjBhggoUKKBTp06pYMGCcnd3lzFGiYmJ8vLyspJ633zzTZa8HtwsLS1NLi4uio+P1/Lly/Xee+8pKChIV69eVaFChfTII4/I3d1duXLlUmJiojVk9ZFHHlGfPn3+9v5nzpyp4cOHq1ChQnrllVdUvHhxPf7445KkRo0aqXHjxvrnP/+puXPn6qOPPlLx4sX1zjvvWCeAme2f//ynZs2apSpVquill15SUFCQihcvrnPnzql9+/Z68803VatWLYWFhenkyZN69tln1a1btyxLckZERCg0NNQ6sWrbtq1sNpsmT54sV1dXvfjii3rqqafUrl07ffbZZ3r77bdljNEHH3xw366w+cknnyglJUVdu3a12qKiolSpUiUtXrxYwcHB6tq1qwoUKKAXXnhBzZs3z7JYxo8fr/nz56tBgwZ65pln1LBhQ/n4+OjkyZPq3bu3Zs2apYoVK6pdu3bav3+/Xn/9dbVq1eq+T6IcGxurcuXK6dlnn9WECRMUFxenMmXKqEaNGvr8888l3agsuXnemIEDB6pw4cJ6+eWXM62K8tKlS7p48aJ1wZAPP/xQAwYM0LRp09S3b195e3vr+vXr1vtxUlKSBgwYoJCQkAzD0jLboUOHtGvXLvXq1UvJycmqVq2aihUrpi+++EKS7OKSpO+++07Tpk3TW2+9peLFi2dqLOmvk9KN6rtKlSqpd+/emjx5sjW9wc3v/WvWrNHkyZO1ceNG5cuXTydPnlT16tV1+fJlPf300+rcubNq1KihIkWKaNGiRVq8eLHWrl2rAwcO6J///KckqVevXurYsWOm3o97dfXqVXl5eVnnIDNmzNCoUaPUpEkTfffdd/L29lb+/Pnl4eFhJVnT3+M3b96cpe9bFy9eVIECBSRJX3zxhSZOnKhHH31Un3zyifz8/FS8eHElJCRY7/HGGF26dEmjR4/W4MGDsywu4FacZ1ZXOK2EhAS5uroqKipKxYoVk5ubm5599lm5uLho1KhRqlOnjtq3b6+qVatalT82m01+fn4qVqxYlp0Y79u3T48//rgaN26sunXrWm+CNWvW1NixY2Wz2RQdHa0GDRooNDQ0S2L4YzytWrVSq1atVKJECSueoKAg9e/fXzabTf/5z3+UL18+DRkyJMvjkW4Md5k2bZrq1q2rxx9/XEWKFNHSpUvVu3dvLVmyRHXr1lXjxo3l6+trTZiYkJAgHx8fNW/ePEveLKdNm6ZNmzapcePGGjx4sPLmzasxY8bI1dVVFy9elJ+fn2bMmKHcuXPr2rVr8vPzU3x8vJKTk1WjRo1MjeXgwYMaPXq0HnnkEfXv31/BwcHq37+/JCk8PFzBwcEaMGCAKlSooJSUFBljlJCQoNy5c+uRRx7J8qTP8ePH9dlnn6lChQpq0aKFnnrqKaWmpuqNN97Q4cOH5e3trbJly+rkyZOy2Wzy9fVVUlKSUlNTrb+BzBQZGak9e/aoWrVqevjhhzV+/HilpKRYx+zIkSM6ePCgzp49K1dXV/n5+SkhIUGpqanWh+OsdObMGe3fv1/NmzeXv7+//vnPfyo1NVVPPPGEpBt/D+Hh4YqLi5OHh4e8vb2VmJgod3d37dixI1NjOXDggAYPHqzChQtr5MiRqlatmlq0aCFjjObOnStjjF588UU1a9ZMV65cseYp8Pb2Vr58+bIk6XPo0CGNGzdODz/8sF5//XXly5dPXbt2lYuLi9544w15e3tr+vTpOnfunFJSUuTl5WVVsoSEhGR50ufUqVNau3atmjZtqrJly6pbt266fv26Fi1apF27dqlYsWIKCgrS6dOnrW9O00+0Pvzww7+9/4SEBJ0/f14VK1bU5cuXdfDgQb3//vtaunSp+vfvr44dO+rnn3+WdKPKQLpxArJixQoNGDDgb+//jy5fvqx169bJ1dVVly5d0vPPP6/y5curbNmyGjRokIoXL65Nmzapfv36+vDDD9WzZ09NmjRJQUFBatSoUabHI92oCHj55Zf15ZdfysPDQ7Vr19bPP/+sJk2aqG3bttq0aZMuXbqkdu3a6cknn1RKSspdhwxlpjlz5mjQoEHKkyeP5syZoyFDhig4OFgVK1bU8OHD9cUXX6h169Z6//33NWDAAM2aNUsJCQlq165dpsdy9epVffbZZ7p06ZKuXr2qHj166IknnlCJEiU0YsQIubm5afHixXrzzTe1du1aPfnkkwoLC9P27dsz/b3uXrRu3Vrbtm1TRESEKleurOeff16TJk1S586dtWLFCivpc/XqVU2bNk3r1q3TV199lWlJnwMHDuj5559X4cKFNXbsWJUvX17du3fXwoULNWnSJOXNm1ft27e35mq7fv26pkyZot27d+uVV17JlBhuJy0tTcuWLdMbb7yhsmXLqnbt2ho+fLieffZZjR07VtOmTbNei9KTLp9//rk1xD8znTx5Up999platGihcuXKKW/evKpSpYpWrlypRo0aKTQ0NMNj8t1336lcuXLKlSuXEhISdOjQIQUEBKhUqVL6+eef5e7urhEjRmjq1KnKlSuX/Pz89NNPP6levXp6+eWXNXLkSC1fvlytWrW671ddPXTokMaOHasGDRro2WeflY+Pj4YPHy5PT08NGTJEFStWVO/eva0vn5OSkqypDOrUqZOl71tz587VwYMH1axZMz3++OMKDQ1VamqqJk6cKD8/P5UtW1ZdunTRhQsXlJCQoLx588rFxUXJyckkfeAYBriD/fv3m06dOpny5cubXLlymVq1apnx48db6z/44APz0EMPmTFjxpiTJ0/et7gOHz5sChYsaMaOHWt+++23W/bZvXu36dixo6lfv75Zvny51Z6WlmbS0tIyNZ4jR46YgIAAM27cOHPt2rVb9vn111/N8OHDTenSpc2sWbOyNB5jjNm7d68pWrSoCQsLM2vWrDHGGHP9+nVrfa9evUy5cuXM0qVLTUJCQqbv/1ZGjRplihYtaj788ENz9OhRu5gSEhLMK6+8YurUqWNGjRplrly5cstt3Hwf/o6ffvrJFCpUyDz77LNm69atGda/++67pnHjxqZXr17m1KlTVntWPFa3i69UqVKmS5cu5t///rfdurVr15oaNWqYLl26mF9++eW+xLNv3z5ToUIF8/jjj5uvvvrK7nF4++23jc1mMxMmTDDnz583CQkJ5urVqyYpKckkJCSY+Pj4LI/v559/NtWrVzf169c327Zts9ovXbpkXnnlFWOz2cycOXNMcnKyOXfunDl37pyJjo42Fy5cMJcuXcrUWH766SdTsGBBM2TIEPO///0vw/p169aZtm3bmjp16pi9e/da7Zn13L5dTIULFzaDBg0yK1assFt38eJFM3fuXFOoUCHz6quvZlkMd7Jv3z4THBxsOnfubJYsWWL9nSUmJpr58+ebxo0bm9atW1v9k5KSrP9n5utXVFSUmTJlinnsscfMoEGDzOnTp03Xrl3NP/7xD+Pj42NsNpv5z3/+Y4wxJjU11WzevDnT9n0rP//8s2nRooXp27eveeWVV8zq1atN6dKlTffu3U21atWMzWaznkOJiYnm3XffzbJYUlNTrf+/9dZbpmnTpqZXr14mISHBfPXVV+a1114zefLkMRUqVDBxcXEZbn8/XjtXrlxpgoODTceOHU2TJk1M3759TWBgoJk3b56ZNGmSKVGihNm3b58x5sbfRMmSJc2bb76ZZfGcOnXK1KhRw4SFhZkZM2aYOXPmmCpVqph27dqZNm3aGA8PD/PDDz9Y/WfOnJllsdzN1q1bTUBAgPUaEBUVZUaNGmV8fHxM2bJlzYQJE8zzzz9vnnjiCVOoUCG7uP+u9NfMwYMHm507dxpj/v/18NKlS6ZGjRrG19fX9O7d23z99ddm7ty55plnnjF+fn7mxx9/zLQ47mT37t2mVq1aZsSIESYlJcWcPHnS9OrVy3h4eJihQ4eaixcvmuTkZPPzzz+b4cOHm7x585qffvopU2PYt2+fKVOmjOnSpYvd6+Tp06fNQw89ZMqVK2eWL19utZ87d86MHDnSBAQEmF9++cV89913pkyZMubChQtmxYoV5oknnjBPPfWUWb9+vZk3b55p0KCBadeunbHZbCY0NNTa7549e+w+B90ve/futT6nffTRRxnWv/fee8bFxcUsXLjwvsc2ZswYU7x4cfOvf/3LHDhwwG7dl19+aerUqWM6dep0x+dnVr7nA7dC4ge39dNPP5m8efOagQMHmtmzZ5vVq1ebZs2aGT8/PxMSEmL1mzt3rilatKgZOXKkOXjwYJbHlZqaakaOHGl69epljPn/D5MXL140P/74o/n444/NuXPnjDE33qy6du1qKlasaD777LMsi+m1114zXbp0MampqVY8Z86cMTt37jTTp083+/fvN8YYc/LkSTN69GhTsGBB8/7772dZPMeOHTPFihUzY8eONSkpKXbrbn6j6dy5sylTpoxZuHChiY2NzbJ4jDFmwYIF5qGHHjLffvtthnXpiYGEhATzz3/+09StW9e88MIL5urVq1kSS2RkpClZsqQZM2ZMhjfem09OZs+eberVq2d69Ohhjh8/niWx3MqBAwdM/vz5zdixY010dPQt+3z88cfWCcUfj2lmn2D98ssvJl++fGbs2LHmyJEjt9zPxIkTjZubm5k5c2aWPW638/PPP5t8+fKZ0aNHW39rNzt//rwZPHiw8fDwMGvXrrXabz6RzSxRUVEmODjYjB49OsO6m59rmzZtMi1btjSPPfZYlp+4HD9+3BQvXtyMHz8+w+tButjYWPPee++Z/Pnzm+HDh1vt9+Nk/ZdffjH+/v5m1KhR5uzZsxnWX7t2zcybN89UrlzZdOrUyUr0pCd/MiPGmxPwUVFRZtKkSaZ06dJm+vTpxhhjLly4YF566SXTqlUrc+HChVvePrOkbyv9+fLDDz+YJk2amDZt2pivvvrKJCUlmSVLlpgePXqY8uXLm9jY2Az7z6oTipsTbm+//bapU6eO6dOnj3VMTpw4YS5fvpylMdzNsmXLTP369c1zzz1nNm7caNauXWsaNWpkOnfubGw2m3nxxRetv/3IyMhM3ffNz6P0v7WjR4+aSpUqmXbt2pnt27cbY4x55513TI8ePUzFihXv6+N3szNnzmRI3kydOtW4ublZr0kXL140n3/+uQkNDTUVK1Y0NWrUMMOGDcvUz3pnz541pUuXNmPGjMlwHNJ/T05ONn379jWPPPKIsdlsplSpUqZDhw7m559/zrQ4buWPr5dTpkwxPj4+Zs+ePcaYG1+OPv/888bT09MULFjQFCxY0NSoUcOUL18+01/X9+/fb71ORkVFZVi/b98+U6pUKePr62uqVKlimjdvbho2bGiKFy9ufvjhBxMREWHy5MljBg8ebN3mww8/NE2aNDHt27c3Z8+eNRcvXjQbN2409evXN0uWLMnU+P+s48ePmxIlSpjx48ff8fV12rRpxmazmZkzZ9q9p2fle9e0adNM4cKFzf/+9z+718SbrVmzxtSuXdt06tTJfP3111kWC/BnkPjBLZ07d85UrlzZjBs3zq49JibGTJ061fj4+Jgnn3zSal+4cKHx8vIyL7744m1PLDJTp06dTNeuXa3fV69ebXr06GF8fHyMv7+/KViwoPnuu++MMcbs2LHD9O7d25w4cSLL4unbt69p3Lix9fuqVatM586dTd68eU2hQoWMj4+PWbVqlTHmxkn9Sy+9ZHcCndmmTp1qHn/8cbs3pLNnz5rt27eb+fPnW99YG2NMWFiYKVSokFm6dGmWvlE+99xzZujQodbvaWlp5ssvvzRDhw41rVq1sr6pTkxMNBMnTjSlSpUyS5cuzZJYli1bZho2bGj3rfTBgwfNsmXLTL9+/ey+AZ4zZ46pUKGCefbZZ+/LczsxMdH07NnTDBgwwK49Pj7eHDt2zHzzzTdW2/Lly02dOnVM+/btsyx5EBcXZ5o3b26XDEh3+fJlu5PgCRMmGE9PTzNt2rT7lvyJiYkxderUMSNGjMiw7ubqu+TkZDNgwACTK1euLE0Cb9682dSqVcsuYRcREWHmzp1rmjdvboYOHWr97ad/wG7atKlJSkrKsr+/8PBw07ZtW3Pt2jXrhPLo0aPmv//9rxk+fLj54osvzG+//WaSkpLM3LlzrZPj+yE+Pt48+eSTZsiQIXbtSUlJ5uLFi9axSk5ONuHh4aZOnTqmVatWt/2w/WdFRkZa1YU3n2yfO3fOTJ482ZQpU8auyjU9SX0/TsxTU1Ot/URERJimTZuapk2bmi+++MLqk/4allXxTJw40fzrX/+yS5je7J133jF169Y1PXr0sJIoaWlpDkn63Pz6vHTpUlOjRg3TvXt3c/bsWRMXF2d+/PFHM2DAAHP+/HkrznSZ9bf3x/udnJxsjLnxZUzlypVN48aNze7du6316c+9+1VJmu7ChQsmT548pkCBAubdd9+1jl1CQoJp0qSJadGiRYYvHWJiYkxycnKmP7b//e9/Td26dc3Fixettp9++sl88MEHpnXr1mbMmDHWl3m//fab2b9/v7l27dptq6szy8GDB82gQYOsz5LpmjRpYipXrmy9x8XGxprDhw+bGTNmmMmTJ5svvvjCnDlzJlNjiY+PNx06dLBL2hhz4/PC+fPnzaFDh4wxN55Pb775pgkLCzNdunQxb7/9tjl+/LjZu3evyZUrl/VadvPz7T//+Y9p1KiRad++vVWhdD8+69zN+++/b5o3b26XGD1+/LjZvHmzmTRpklmzZo31HJgxY4ax2Wxm7ty5WRpTWlqaiY6ONo0bNzbLli2zW3f8+HGzdOlSM3/+fJOYmGiMuVHdW6dOHdOsWTNz+PDhLI0NuBckfnBLe/bsMVWqVDEHDhywMujp/8bGxpqRI0eaQoUKmfXr11u3Wbp0aZa/sKWlpZmUlBQzdOhQ07RpU/Pee++ZUaNGmWLFipl+/fqZlStXmqioKNOiRQtTo0YNu+ECWRWPMcbMmjXL1KtXz4wePdoMHjzYFCpUyAwcONB8/vnnxhhjunXrZkqWLGmdNGT1m+rgwYNN+/btrfhWrFhhOnToYPz9/U3RokWNl5eXmTZtmtX/ueeey9JElDE3qouefvpp6xj06tXLNGrUyJQrV876JjY9pvj4+Cw9OZ83b54pU6aM+fXXX40xxixevNi0atXKPPLII6Zu3brG1dXVdOvWzeq/YMGC+1rx07RpUzNx4kTr9//85z9m0KBBxsfHxxQsWNBUq1bNOvFdvHixadKkSaZ/0EwXExNjqlevbnfit2XLFvPSSy+ZQoUKmVq1apn+/ftb68aMGWPy589vfeuf1Y4dO2aqVq1ql/jauXOnmTRpkilZsqRp0aKFmTNnjklNTTVXr141PXv2NAULFsyyxNS6detMoUKFrG/4PvjgA9OkSRNTsWJF88QTT5iCBQuaBg0aWCdPmzdvzvIS+nHjxpmgoCDr948//ti0b9/eBAQEmJIlSxpPT08zefJkY8yNYRXh4eHWiURWi42NNRUqVDDz58+32r788kvzwgsvmAIFChg/Pz8zePBgc/XqVZOQkGDeeecdExISYk6fPv239z116lTz8MMPm06dOpn169dbJ+np0it/ypYta8aOHWu1Z1VSY/To0aZRo0bm/fffv+UQzr1795qmTZuaFi1amNWrV2d5PD///LOx2WymZ8+epmHDhuaJJ54w//3vfzMMr545c6Zp0KCB6dmzZ6ZX0NzNtm3bTEJCgvWeevNj+PHHH5tq1aqZ7t27Z0iMZ8UxGzVqlKlRo4ZZtWrVLRPx6cmfpk2bmq+++ipLY7mb1NRU06VLF1O9enWTP39+069fP+tE9rPPPjOPPvqo+fjjj40xWf955dNPPzWFCxe2Eizh4eGmWbNmpmzZsqZ169bG19fXtGjRwvoMer+SZH369DE2m83kz5/fzJ492xqe/tVXX5myZcua119/PUuqRm/lypUrpmLFimb27NlW28aNG83QoUNN/vz5TZ48eUzfvn1vOUT+1KlTpkCBAqZTp0527W+++ab15e6yZctMSEiIad++vYmIiMjaO3OPXnjhBVOrVi3r9+XLl5v27dubIkWKmAIFCpgSJUqYESNGWH/z77333i0rfjPbuXPnTOnSpa2/D2OMGTt2rAkJCTHu7u5WbOlV9J9++qnd5znAkUj84JYWLFhgPDw8MiRM0t9wIyMjja+vr/nXv/51X+NK/4B04sQJ06xZM1O1alVTokQJs3z5crsT3wkTJpi6detm2rfCd4snKirK9OvXz9SvX99UqFDBrFmzxvpW0ZgbiYYqVarcdj6izDZz5kzj4eFhJk6caHr06GEKFChgBg8ebDZv3mwuXLhgxowZY8qWLWt9kMkqNz9/3n//fVO8eHHTsGFDU6hQIVOzZk2zcOFC6xvr0aNHm+LFi2cYRpEV38Tu2LHDBAUFmdatW5vQ0FDj4+NjRo8ebVXT/Oc//zEuLi4OKc+NjY01jRo1Ml27djXbt283kyZNMkFBQaZr165mzpw55osvvjAlS5Y03bt3t25zq/k0Mkv63/qbb75pEhMTzVtvvWUqVapkQkNDzYQJE8ywYcNMcHCw3QfSWw2FySoHDhww3t7eVuLgnXfeMbVq1TINGjQwo0aNMs2aNTOVKlWy5tqJiYm57fC5vyr9g2dqaqo5deqUadiwoalcubKpW7eu8fb2Ni+99JJ1UnPkyBFjs9myNLH5R5s3bzZVqlQx//jHP0zPnj1N3rx5zQsvvGC+/PJLY4wx48ePN3nz5rWGWd3P6oO4uDjTpEkTM2DAAHP06FHzxhtvmHLlypkOHTqY6dOnm0WLFhkXFxe7isDMeB1NSkoy3bt3N4899phZvHixKViwoOnVq5f1npZ+QnfmzBkzZcoUU7ZsWTNo0KC/vd9bSUtLM9euXTOPPvqoKV26tHn55ZdN4cKFzbRp0+wSBMbcGPbVvHlzExoaajd3XVb5xz/+Ybp3727OnTtnevToYVq2bGkqV65sPv/8c7svembPnm1KlSqVpUOY/2jWrFnGZrOZF154wfTt29ecPXs2w4n4Rx99ZKpXr2569+6dqXPS3CwtLc0kJyebcuXKmWLFipnBgweb4OBg8+qrr5rvv//eru/Ro0dN1apVTfPmzc1///vfLInnbtKP0ccff2wGDhxovvjiC/PSSy+Ztm3bmo4dO5orV66Ytm3bmlq1all9szI59cMPP5gGDRqYGjVqmIYNGxpvb28zfvx46zV77969xmazmY0bN2ZZDLfyv//9z4SFhZnBgwebOnXqmN69e5s5c+YYY24khWrVqmUl7bM6ORYbG2tatWpl+vXrZw4ePGhef/11U7ZsWdOpUyczc+ZMs3z5cuPq6mpmzJhhd7u0tDRz/PhxU7NmTdOuXTuzY8cOY8yNpLevr6/ZtGmT1Xf58uWmRYsWJiQkJMuH0N1OXFyclbzauHGj8fDwML179zZPP/20yZs3rxk2bJg1h9+IESNMhQoVMuVLgD/j0qVLpnLlyqZly5bmjTfeMJUqVTK1a9c2U6ZMMUePHjX79+83JUuWNC+88EKG297vyj7gj0j8wE76i9KGDRuMu7u7Wb9+/W3f8KtUqWJGjRpld7us8Ntvv9klUdL3deXKFRMTE3PLb+779etnevTokSWJnwsXLtyy+iMxMdGkpqbesrpo4MCB5sknn8yySW5PnjxpFi1aZCZNmmR9U/zyyy+bGjVqmBo1aph169bZnYzPmjXLlC9fPksTBnPmzDFdu3Y1LVq0sE4Gli5dal5++WXz6quvmri4OLsP6S+//LJp165dlnzA/PXXX82LL75ounfvbmbPnm0SExPNmjVrzLPPPmuefPJJs337drvn0caNG03ZsmWzvAoq3YULF8y3335rzRsQERFhVWPkz5/fhIeHm2PHjhljbjz/n376afOPf/wjy+KJi4sz0dHRVoJk9uzZxmazmZIlSxovLy/z1ltvWc+zmJiYDBURWf3h5urVqyY+Pt4aGjBs2DDj7e1typQpYzw8PMxrr71mfWt55coV4+PjY954440sieXQoUPm2WefNc2bNzdDhgwxZ8+eNXv37jWTJ082zz33nNmzZ4+VGEpLSzMRERGmQoUKGYYPZKbjx4+bqVOnmrFjx1rDJd955x3Tpk0b07BhQ7Np0ya75Mm6detM+fLl79sH6EuXLpn9+/db84SEh4eb4OBgU6hQIePr62tmz55tVeMZY0yLFi3M008/nemvDT/++KMJDAw0R44cMfv37zczZswwNWrUMHXq1DFTpkyxjsdvv/1mxowZY73fZbabKzPbt29vTp06ZT777DPTpk0bU69ePdOxY0ezfft26zHbu3evqVy5cpZ+8ZJ+rDdu3GieeOIJExsba5KSkkxycrLp3bu3cXNzM9WrVzf//Oc/rffn+50oX758ucmfP7+ZM2eO6dmzpylZsqQZMWKEWbdunV2/Dz/80FSvXt20bds2Sy5Ckf74LVmyxAwZMsQcO3bMrF+/3tSuXdu0adPGPPnkk2bv3r3W6+mRI0dMsWLFzNSpUzM9ljs5c+aM3Xv+9evXTWhoqAkLCzPG3Hgta9WqlalRo4aZOHGisdlsZuTIkfcltrVr15oJEyaYXr162c2bkpaWZr777jtTvnz5+16JcuXKFfPMM8+YcePGmVOnTpn33nvPVKtWzTz99NNm165dJnfu3Hbve1ntnXfeMZUrVzaFChUyfn5+Zu7cuXafUdq0aZOhqifd4cOHTcuWLU27du1Mv379TKFChawhoze/ri5evNi0a9fuvlfuGXNjDqPatWubefPmmbi4OJOcnGzmz59vGjZsaJo2bWo2bdpkV0m8atUqExQUdF9i3bBhg3nvvffM0qVLzdWrV82RI0fMY489ZmrVqmW6dOliDh48aH2+j4mJMY899piZNGlSlscF/FkkfmCMuTG0JjEx0ZoHJz4+3jzyyCPm8ccft5v09+arLDz22GPWSUVWnegdP37cBAYGmsaNG5sFCxaYmJiYDLHcnDyIjY0148ePN/7+/llS8nnq1Cnj7+9vihcvbmbOnHnLKzbc/M3PpUuXzPjx403+/Pmz7OpLERERJjAw0JQvX964u7ubfPnymXnz5hljbhyPWyWihg0bZp544onbXjnr7xo2bJj5v/buPK6m/I0D+PdoL0mbViJpVVEKIYWyhWTJEqksRWiVLfswZR0m+zZkKcsY64wZRtb5zdijBZGlsYYhRHU/vz963fO7x80MM/fc+pnn/ZfOvTrf7jn3LM95nudrZGSEkSNHomnTpjA2Nv7TxrIPHjxAixYtMG3aNIWP5eLFizAyMoKfnx/s7Oygr6+PgQMH8vt1VTeTkyZNQrt27RQ+21NVLl++DCcnJzRq1Agcx6Ffv374/fffUVxcjLy8vCpLpgYMGID4+HhUVFSI0si5Xbt2aNy4MfT19bFixQq8fv0aZ8+exZ49ewTBAYlEgtevX6Nr1678THViB31ycnIQEBAAZ2dnODo6IisrC6Wlpdi3bx8WL14syEKoqKjAo0eP4O3tzffYUqSLFy9CX1+fn0GoYcOGcHd3/9N+YlOnToW7u7vCs45kx2RmZoZ27drB1NSUf3ouVVUwPDY2Fn5+fqIGgqWys7PRsmVLWFhYwMTEBFFRUSgvL8etW7eQlZUl17T01atX6NKlC+bOnavQcVRUVODt27cYOXKk4AY8Pz8fHMehadOm0NPTQ3JysqCnDiDePn7u3Dl4eXnxDYABYM+ePeA4Dq1atYKnpycOHjyI58+fC/qhKNL7f9uDBw9gZ2fHlwIWFhbCzMwMAwcOxNKlS2FsbAwzMzPs3Lnzg79DLM+fP0d4eDgyMzMBVAYQFyxYABUVFYwYMULQ72P79u2YOnWqqOM5c+YMmjRpIpglMj09nd9+/v7+2L9/PyoqKpSW/Sv17NkzeHt7w9LSEsePH+fPbU+fPoW1tbUgUyQ1NZUvv7a1tRV14oePaWo9ZcoUeHh48H1+xHLz5k2MHz9ecJ1y7949GBoaIi0tDUDl59WhQwf07t0btra24DgO33//vajjkv2MsrOzcebMGbnP4s2bN+jWrdufBhvy8/Ph5+cHLS0tuZnsZD93ZZwH3ieRSBAUFASO4+Dh4YFNmzYJWiNUdR0bExODLl26iD7epKQkmJqawsbGBhzHwdfXFzdv3kRZWdkHS+vc3NzwzTffiDouQv4OCvwQ5OTkICgoCE2bNoWqqiqaNm2K6dOnY//+/TAwMMCAAQPkIupTpkxBw4YNRZ/Cfe/evbCxscHq1athY2OD/v37Y+zYsXygSlZaWhrCw8P5GQzEcO7cOfj4+ODrr79Ghw4d0KVLF/Tp0we3bt2Su0FftmwZBg0aBGtra9HGc/nyZWhra2PGjBm4f/8+Xr58iZ49e8LY2JgvfZO9aHj+/DkmTpwIAwMDfkpbRZs4cSL09PQET+wHDBgACwsLQdYKUBkYO3HiBJydnREQEMC/X1E3DleuXIGWlhbmzJnDZ13MnDkTurq6fKmN7EXe7du3kZiYiDp16gim2RbLpUuXoKOjg4SEBJw6dQrLli2DlpYWRo0aVeUN+uvXrzFlyhSYmpqK0oPl4sWLqF27NsaOHYtly5YhLCwMampqH2yyXVFRgalTp8LKyorftmK6cOECdHV1ERkZifj4eHTo0AEcxwlutN43bdo02NraKryPztWrV6GpqSkISGzZsgX6+vr8TFCy+1ZOTg6/b4n15Fp6PJg6dSpKS0tRUFCApKQk6OjoCKYgl7p//z4mTpwIfX190Y4HsqT7V3R0NPbu3YvRo0fD3NwcsbGxVfbKqKioQHJyMho0aPCPs+9kjymyNzkrV66EkZERgMogh6mpKYYOHYqnT5/yZY2yjafFCGrI/s7o6Gg0a9YMQGVDfhMTE4SFheGHH37ge45I9y+xxvO+LVu2oEOHDjh48CDq1auH0NBQft/+/fffq3X2n3HjxqF169b8z7du3YKqqiratGkDJycnODk5ITU1VfBdVPRnJvv7EhMT0aZNGwCV+5OxsTFGjRqFzMxMjBw5EhzH8UFyQHn9fcrKynDw4EH07dsXWlpaiIqK4st81q1bh0GDBgnK0vLz87F8+XJRHqDJfl7S7/2jR4/kjtF5eXmiHzOlKioqsHjxYujr68POzg47duzgx7Njxw54eXkJzjMbNmxAr169ULt2baWc+/5sBkPpcbJ+/fqC666q3LhxA/7+/ujatasgQ092NrrqcurUKXh6esLZ2RmWlpbYtGlTlQ/oiouLkZSUBENDQ9HPWwkJCTA0NMSZM2fw8uVLHDx4EFpaWnwZl+zn9vbtW1y5cgXOzs6iZmQT8k9Q4Odf7vLly9DT08OYMWOwdu1a7N69G7169YKWlhb8/f2xceNGGBsbw9bWFiNHjkRycjJfaytWMEPW69evYW9vjw0bNuDly5fYunUr2rRpw0/3LVvOMWrUKERFRYnalPTNmzfw8vLib/bOnDmDLl26oFOnTujRowdOnDiBP/74A2VlZZg2bRomTZr0lyfiv+vevXvgOA6DBg0SLD937hy0tbX5/h1SkydPxsCBA9G4cWPRZoA6cOAAOI5DUlKSYPnx48dhbGwsWG9RURH69OkDb29vhIeH88sVdSH85MkT2NjYwN3dXRBEefnyJSwtLfmeIVLTp09Hnz590LRpU6WklOfn50NXV1du9q6YmBiYmprK9cnZsGEDRo8eDTMzM1G+e9JARnJysmC5t7c33N3d+Sm0pfbv34/Y2FgYGhqKPh05UNnLR01NTVCyde3aNdjb26NXr14oKysTBA+ysrIQFxcHPT09hY/vjz/+QLt27VC/fn25rDAXFxc+s0B6QTh//nwEBgbC3d1dtIDio0eP0LhxY7Rs2VKw/OzZs9DT0+MbzUulpaWhd+/esLOzU8r2u3HjBrS0tAQzRUokEgQEBKB58+Zygc6DBw8iMjISxsbGCtnfJRKJ3D4s1adPH4SGhsLQ0BAhISGChwpiP9yQHR9QGSDs1asXVq1aBSMjIwwePFhwTJSdEUqRsrKysGbNGkybNg3btm0T3IRfvnwZXl5e4DgOY8eO5Z9yvx+sU2aTYum6X79+DScnJ+zduxd3796FsbExRowYgcePH+P27dvo2bNnlb02FEW63aR/+8mTJ9GtWzdkZIbF8hkAAEhDSURBVGTA2NhYbvsp47rpQ2OU+vrrr+Hj4wMzMzN89dVX+M9//oOOHTvKnRMV6f19pby8nF9WWFgIa2trPqsGqDxm9u7dG82bN1fKQxigcl+6e/cuAgMDYW1tjZ49e+LMmTN49eoVnxkoW65fXFwsaEOgaO9ntd+5cwcJCQmCY+W+ffswatSoTzpOSsu+OnfuzPf8qW4VFRUoKirC0KFDsW/fPowfPx7GxsbYtGmToAx/8eLFCAgIQJMmTUQ/b82fPx8cx/HnTul2CAkJkesheuXKFURFRaFVq1aCcrvqaNxOyJ+hwM+/2KNHj9C8eXO5GuWHDx/i66+/Rp06ddC3b19cvXoVPXr0gLOzM1q1aoWoqCildM6XZmhkZGSgS5cughKTBg0awMTEBGpqahg/fjy2bNkCAB+8sFcE6UH/1KlTcHNz4xsPAoCzszPq1q0LXV1d9O/fHykpKSgvLxe9ubS03OXEiRP833706FFoa2vL9RD5+uuvkZCQIGrfmufPn2PgwIFo164dvvrqK/4zi4mJgZWVlaBUD6ic7UC2H4OiT5JjxoxBq1atMHPmTD41+tKlS1BXV5ebnnjPnj34+uuv/7RMR5E2bdoEjuMwZ84cwU3WsmXLYGdnJ1h28+ZN+Pr6YuDAgcjNzRVlPNKeDtIyE+kT8qioKPj7+wsueI8fPw4fHx907txZKU0g3759izFjxoDjOD6QKh1fnz59MGDAAMH7MzIy0KNHD7Rv377KckxFWLJkCXx9fTF48GC+SXpeXh40NDQEs30AlZ/X9u3bRe2hU1hYiFGjRqFp06ZYunQpv/zChQvQ0dERNPF89eoVli9fjgULFijlabVEIsHs2bNhamqKL774QnAjunDhQjRr1gzFxcX88gMHDiAoKAhBQUEKOdesXr0aISEhsLOzg7u7O2bNmsUHd8vLy5GSksL3MykrK6vy6bcin4ZnZmYiOTkZvXr1Qnh4OE6ePMkHet++fYvu3buD4ziMGzcO7969q3I8ijxWTpw4EXZ2dnB2doa9vT04joObm5ugYbs0U1KsEsW/8scff+D27dty/fXevHmDuLg4BAYGwsDAAEOGDPngNN+K2oY7duzArFmzEBgYiJEjR+L06dOCcig/Pz9wHIfIyEiUl5fz6/1Q1pmyyK4zJycHc+bMgYqKCkJCQhAYGIg6derINaNWhPz8fIwYMQLBwcFyPYNu374NCwsLjBo1SvD5/PTTT0hPT1dar5n3943Vq1eje/fuUFdXx9KlSzFjxgzY2Njw5zsxsmMeP36Ma9euCQIa0uvgwsJCmJubIyYmhl/3Dz/8gL59+6Jv376ffJy8du0aAgIC0KpVK5w5c0Zhf8OnKCkpkSuVmjVrFhwdHQFUXr+ZmprywZ/Xr19j27ZtmDNnjlLOW+vXr4eRkRGmTp0qeKDco0cPdOvWTfCAoKCgACNGjBCceynoQ2oiCvz8i50/fx5NmzZFdna23MwNz549w5w5c6Ctrc130H/79i3Ky8tFPZj9/vvvcr1wsrOz4eDgwNdRh4WFwdTUFNevX8eOHTvQtWtXWFlZKeWCVCKRoKioCJ06dcKGDRsAAKGhoTA1NcW9e/dw9OhRREdHw9LSUrSbPIlEIggoeXp6wtraGjk5Obhx4wZMTU0RHx9f5f8VMxAlDTyVlJQgIiICHh4eSE9Px5w5c6Cvr88/qa6oqKhyHxIrzTg2NhZubm5YtGgR38xVtnRDdizKmppV6quvvoKFhQUmTZqEN2/e4MmTJzAwMMD06dP598iWxYlZy15eXo7hw4dDV1eXf8JVVFQEXV1ducbIpaWlyMvLE63PSFXOnj2Lvn37wszMjG+CXVBQAB0dHcGTYqAyUPbLL7+I0hNCdn9ZsWIF2rZtixEjRuDkyZOwsrLC6NGjq3yvMtLob968ifj4eNja2uKbb77BixcvYG5ujvHjx8uNo6KiQvSZaGQ9ffoUEydOhKenJ5/1U1xcDF1d3Sr791y7dk0hfVDi4+Nhbm6OSZMmYfr06ejXrx8MDQ3h6OiII0eOAKg8ZjVs2FDQC0ksiYmJaNCgAQYOHIjOnTvDxsYGampqiIyM5JtdX758GXZ2dkqZtWv69OkwNjZGVlYWnj17hrKyMpw4cQIuLi6wtrbmgz+3b99Gq1atBMEgZZk/fz66d++O2rVrw9TUFD4+PsjMzOQzAU6dOgU1NTV069ZN8P/E+P5Jt1/fvn3h4+ODxo0bQ0NDA3FxcXx/sV9++QXu7u5KnbnvQ6oqq3r8+DHfSys7OxtdunRB+/btwXEcQkJCFHpcuHDhAgwNDdGvXz8MGTIExsbGgibpX3/9NUaPHs1vK9nxVkfpkezNfElJCRYsWAADAwOEhoZCXV0dHh4eovRnys7Ohru7OxwcHFC3bl1Br57i4mKYm5sjMjJS7jO5cePG3x5Pbm4u+vbtq7SsRllXrlxB8+bNERERwZchS/n7+2Pbtm0AgCFDhsDMzAzp6en8thH7vCX7+9euXQtzc3PEx8fj5cuXWLRoEWrXrs3fp0gkEn7fld13KOhDaioK/PyLbdiwAZqamvzP759Qbt68CT09PXz55ZdKGY+0iV7v3r3lslVmzpwJLy8v9O7dG6ampoKnUg8fPqyyAe4/dffuXWRkZGDXrl1yWQNpaWlo1KgRevToATMzM8F4X79+LVrT5Pz8fERHR6N3796Cm6UWLVrAwsICpqamiIyM5Jcr4+SzdetWxMXFwdPTE6Ghodi2bRsqKioQHh4Oa2traGlp4eDBgwDEP2HLbjPZtOe4uDi4urpCV1cXw4YN45cr++R8/fp17N69W5A9s2TJElhaWiI6Ohrm5uaIjo7mX1P2hW9FRQUiIiKgp6eHjRs3olGjRoJStOp+Sn358mX07t0blpaWOHDgAKytrZW+vwP/ewoLVM545uXlBU1NTb7sUvZiUBlkA5YFBQWIj4+HjY0NNDQ0EBsbWy1jqmp8z549Q2JiIlq3bo0xY8bAwsJCrn+OIse4fPlymJuby5UEbN68Gc2aNYOLiwt+/fVXAJWZR+3btxetNBcAUlJSUK9ePT5wCVT+zXFxcVBXV0d0dDQePnyI4uJi9OrViz8WiHUcyM/Ph7u7O7777jt+mfTzv3z5Mtzc3NC8eXPcuXMHFRUV6Nu3L9zc3KpstCqWhIQEmJiYYMWKFdi8eTPWrFkDR0dHGBgYYM6cOfy5NiEhAX379hXlWkDqyy+/hLGxMc6dO8dvkydPnmDixIngOA4TJkzAixcv8Pvvv8Pb2xvjxo0DoPzj+F+VVTVq1AhpaWmCQFBGRgZ69uyp0EkoLl++DC0tLUyZMgVA5bXRuHHjEBcXJziGVrf3S6oKCwsxYcIEfj8/deoUIiMjoa+vDz09PYU/ULhw4QK0tLSQlJSEw4cPY/78+TA2NhZktWRkZAi2q6KOk2JnpVdFIpGgX79+4DgOLVu2hKamJqKjo/kHTHFxcQgODubfHxERATU1NWzfvl0p36X317Fy5UpYWlqiTZs2MDAw4B+Gf+h6trp7JRHyZyjw8y924sQJaGpqCmbjeF/z5s1FrY+X9fPPP0NVVRUdOnTA0KFDBcGdixcvwtraGvb29kopLbl8+TKsrKzQokULmJiYoEePHoISqeLiYrRu3RqNGjVSSn8MoPIzMDY2RmBgIAYMGAA1NTVB8EeaXn78+HGlnXgSEhJgZWWF4OBgREREwNbWFioqKggPD8fjx48xevRoODg4YNWqVfxJUqybz6q2mfQJOlDZ46hRo0aYMWMGX3KmzBvhS5cu8f0nioqKBOtevHgxateujebNm8uVMojl9u3bWL9+PRYuXIjDhw/zyyUSCUaMGAGO49ClSxfBcmWSvaiS/ffly5f52T969+4N4MNZZIqSk5ODdevWfXAK9tWrV6NFixYYPHgwX5og9r5VWFiIX3/9lS8xkd0+0uCPhYVFtTSSBSAXHJBuw2fPnmHChAlo0KABXF1d+eWKDgpLJBIMHTqU71n1fg+o9PR0mJqaYubMmQAqz4ccx8mVgCrKkydP4O/vj3Xr1vHjkd1m0uCP9KZCWgoqZs+6o0ePwsDAQHCcBP63L/3nP/8Bx3F8duupU6cwfPhw0cbzvm3btqF+/fqCQBlQGXjt2LEjjIyM+MyATZs2wdzcXJT+bBKJBA8fPkSHDh34mXre318nTZoENTU1fvtlZmaC4zilXK/I+tSyKtl9UJHfwdu3b8PIyEiuye3QoUNha2sLBwcHeHp6YsuWLUoNJAIfV1I1fvx4wayZT58+xcmTJ/myXkXJycmBtrY2Zs2axS/Ly8uDp6cnjhw5gi1btgjKYD8Xz58/h5+fH7p3744vv/wSM2bMgJeXF3x9fTFlyhRwHIddu3bx7x8zZoyox0Kgcua/+Ph4tG3bFhEREVizZg3/2rp161C3bl0EBQVVy1T3hCgKBX7+xe7evYt69eqhZ8+egr4m0puDp0+fwsvLC5s3b1bKeIqLi9GzZ0+sWrUKbm5uGDx4sOCiKSoqCm5ubvzPYp0ICwsLYWFhgYkTJ6KkpAQHDx6EqampoKcPUFlC5ODgIPp4gMqggey0zBUVFYiOjkZMTIygt4CPjw8aNmyIU6dOiV62tHDhQpiamuK3337jLxjv3LmDhQsXQkNDA2FhYZBIJIiIiEDr1q2RlpYm2lO+j91mMTExcHd3x+zZs5VapnT79m00aNBAkOL+vqVLl8LCwgJTp04V/cJCGiRr06YNHB0doaamJph6tLy8HGPHjkXt2rVFn6q2KlevXsWoUaOwevXqKl8/f/48Bg4cCDMzM77xp1jZZC9fvoS9vT0cHBwQFBSE/v37Izs7W67s7uuvv0bbtm0RGhoqevDuyZMnMDIygq+vL1q2bImffvpJbp+5fv064uPjYWdnJ2rT1qrk5eXB2dkZKSkpcmn8QOVFf1JSElq2bInk5GS5BrmK8Pz5c5ibm/OBHSnZ4/TQoUPh5OTE7ztiBX2AymNUnTp1+ECFlOxx2sXFBX379oVEIsGTJ08EU2wrkmwvJX19fT7LQ/bzl34mrVq14s87Ys6MVdX4EhISMGTIEAD/+5yk55CysjK4urrCy8uL/382NjZ8domi3bp1C3Xr1pUr35KOtaSkBK6urhg0aBAqKipw48YNwexryvCpZVVi+u233+Do6Ij+/fvz/cVSUlKgra2NefPmYcuWLWjdujXMzMwUmmX0V/5uSZUYSkpK+AeIsj16Zs+eDRUVFbi5uUFVVRVOTk5yk3X8P7p79y7S09ORlpaGV69e4cmTJ2jZsiU6d+6MvXv3ory8HLNmzeJnL5TtSye2xMRE/iFmeHg4GjVqBENDQ8HDr7Vr18LCwgLx8fEKDwASoiwU+PmX27VrF9TV1TFkyBC5J1NTp05Fw4YNldLstry8HI8ePYKtrS3u3buH3bt3w8PDAyNGjOBLiPLy8mBtbc0/fRTLqlWr4OPjIzjxd+vWDatWrcI333zDn4BfvHiB+vXrC57UiOHOnTswMjJCv379BMuDg4PRrFkz2Nvbo2PHjvxNS/v27QU9dRRNIpGgpKQEfn5+fDaBbPPR58+fY/HixVBTU8PmzZtRUlKCwYMHw8bGRrQT+V9tM9mMloSEBFhbWyMlJUVpGRD79u3j+0+8e/cOU6ZMQWBgIIYPH47169fz71uwYAEaNmyI2NhY0XpE3bx5E1ZWVkhKSkJpaSkeP36MmTNnonnz5rh//77gMwwPD4eBgYGgFERsZWVlCA0NhaOjIzw8PODj44Nly5bJfR4XLlxAYGAgGjRoIJcRoGgjR46Ep6cn8vPz0aNHD3Tq1AmdOnXC8ePHBbO6rFq1Cg4ODhg5cqSoZY337t1Dw4YNkZqaiuXLl8PNzQ1+fn5ISUnB48eP+W147do1JCYmwsjICKtWrRJtPO+TNgpftmwZjI2NER0dLRfwePLkCRISEuDl5YXY2FiF32i9fPkSrq6uGDlyJABhgEX671WrVsHa2louCCzGcSEnJwcGBgbIyMgAIAyiSNc3ZMgQ+Pn5ye07Yh2nrl+/Do7jBOew93ueeXh4CJ58K5Ofnx9/3pPdftLPZ8eOHTAwMOAzAcRq5A5UBqN1dHSwe/duufFI9evXD35+fnLLlXGeqSllVW/fvuX/3uPHj6NNmzYIDg5GWFgYjIyMBNcAz549A8dxSguQ/Z2SKrF98803aNWqFUJDQ3Hv3j1+Svm9e/fi0aNH+P3332FmZvZ/Pz34lStX4OrqipCQEEyYMEHwgNnb2xstWrTAzz//zL///SxEMS1YsACmpqb49ddf+W3/4MEDTJs2Dbq6uujevTv/3nXr1sHCwgIRERGizuhGiFgo8PMvV15ejpUrV0JVVRV2dnYIDw/HlClTMGjQIOjr6ytt6lHpRf/gwYP5DIMDBw7AyMgIurq6fLCnRYsWCAkJEfVCZuXKlbC2tub/9jlz5oDjOHTq1AkeHh6oV68e1q5dC6DyQi8gIOCDs4gowq1bt+Dh4YGePXvyU2/OmzcP2tramD17NtauXQsHBwc0bNiQb9LXsWNHUXtV3Lt3D3p6enzvnvdv2oqKitC8eXN+tqWnT59ixYoVoo3nY7aZ7M3L1KlTlTIrhNTMmTPRqlUrAECnTp3g4+OD8ePHw8/PD82aNcOECRP4986dOxeOjo6iXFSUlZXxswnJ9hk6fPgwTE1N8fvvv8v9n379+qF+/fqCKVXF9tVXX6Fly5aoqKjAggULEBQUBFNTUyxZsgSnTp3i35eXlwdvb2/Y29ujtLRU4cED6cXptWvX0KNHD+Tk5KCiogLnzp3jgxvdunUT3LhkZmYqpVxvzZo1aNu2LcrKynDhwgVkZmbC3t4eLVq0QHR0NL//PH78GJMnTxZ1Nr/3PXjwgJ9iOzc3F8OGDUOHDh3QokUL7N27l//uPXv2DGPHjoWvr69C9nfZiQoAYOzYsahbty7/UOP9Xh6LFy/GgAEDcPXqVdFvzsvLy+Ht7Q0nJyc+S1MawJCOJzo6GlOmTBHtfJKZmcmXIgGVn0dkZCTU1NSwceNGAMJj+a1bt9CgQQN4eXlh+PDh+PHHH5XaEHzgwIGCrNr3t9Hhw4ehoqIi9/RdUdtSNovu9evX8Pb2hoeHB3+clK5H+pmMGjUKU6dOVepnBNScsqqCggLMnDkTu3bt4vfprKwseHl58Zk+UmVlZbh79y5cXFz4YKiYalJJ1dOnTwWBjW3btqFFixZwd3eHrq4uf50n3Y/Gjh2LFi1aKPUcrEhXrlyBvr4+pk6dKshQ3717N86cOYOSkhL4+PjA09MTBw4cqLLRt1hevnwJf39/LFu2jF8mXf/z588xc+ZM1KtXT/DgZNmyZXz/LkL+31DghwConIUiKCgITk5OaNOmDUaPHi3atNF/ZujQofz08hEREdDX14ejoyPCwsJQUFCAX3/9VfSp5G/evAkvLy/Y2NigT58+4DgOe/bs4ev8x40bh/bt20MikeDXX3/lZ/IQ07Vr19ClSxf07NkTw4cPR7169fDDDz/wr9++fZt/wq4ML168gLGxMb744gu516Qn66lTp8LJyUkQYJB9XZE+Zpv5+PhU21TEP/74Izp06IC1a9fCz8+Pz16RXli0atWKL1kCKlPOxZKZmSm33Z4/f4769et/8Il5VQEhMcjuG23atMHSpUv5IG9mZibU1dVhbGyMiIgI/PLLL3j37h2Kiopw584dUcf1/PlzdOjQQdCIODIyEqampkhMTETdunXRpEkTpKSkiDoO2c/nypUr8PPzw9GjR/llffr0QaNGjfg+V4GBgaJnQ71P2m8pMTGRD2hKt6G6ujpsbW3RsGFDLF++HFevXuWzPf+pSZMmwcXFBb/99hvfsPTy5ctwcnKCpaWl3HnjyZMnsLa2Rq1atWBpaYnk5GSFNgbOzc3FlStXBNM/L1++HCYmJujXr5/cTDwPHz5E/fr1oaqqijZt2mD58uVyx85/YseOHeA4DoMGDeJvLIHKc7+fnx/U1dWRmpqKu3fv4uHDhzh37hxcXFzg4eGBkJAQpKSkiP49e/v2reBv3rdvHzQ1NZGUlMQvKysr42/M9u7di7Zt2+LQoUPIyclR6KyHs2fPRp8+fQT7zcKFC2FoaIjhw4ejqKhI8P5Hjx6hYcOGqFWrFjp16oSVK1cqrXdNTSirunz5Mho1aoQBAwZgz549gtfOnDmDNm3aICgoSJB9O23aNFhbW4s+q1RNKqnKycmBn58f4uPjBQ9WMzMz4ejoCH9/f7ns+wEDBmDw4MHV0oj5nyouLoa3t7dg0gqgslE6x3Hw9vYWBH/atm2Lb7/9Vmk9jQoLC6Grq4v9+/cLlkvX//jxYzg4OPAlp+/73Hovkc8fBX4Ir7y8XJReCx9Dut6NGzdi+vTpiIqKgpmZGW7evIndu3fD2toaI0aMUFoK7s2bN5GRkYHp06ejb9++gte+/PJLuLi4KP3pS35+Pvz8/KClpYUFCxYAqPzc3r17h3v37sHV1RU7duzgl4vp5cuXaNGiBby8vASZBLIlX2PGjOEbgSrjCehfbTNXV1d+ynmxvb+f5ubmwtzcHI6OjujUqZPgtTt37kBbWxtbt27llyl6+xUXFyMnJwfXr18XPHGT7U9Rv359QUN1sUoF/4r02DN//nzBdoyKioK1tTXS09Ph7u6O+vXrIyAgQPR9XfbJtbW1NXJzcxEWFgYzMzNkZ2cDqMxwi4uLEy2rRvYG8v0eNdIeJ8OGDYOZmRnfsHTRokXo06ePUgLTVY3twIEDqF27Nr/+8PBwmJubY9++fUhNTUWdOnXg7e2tkKmRp0+fDiMjIxw+fFjwHZdIJNi7dy9sbW1haGiIxMRErF69GmlpaXB2dkavXr1w+vRpXLhwQaE9v6ZPn45mzZrBwsIChoaGfK+qt2/fYvz48ahXrx7c3Nzwww8/4Oeff8ahQ4fQtGlTdOnSBevWrcO3336r8GDrjh07YGRkBHt7e/To0UMQ/PnPf/6DkJAQcBwHY2NjGBoawt3dXTCzjtgWL16M/v37w8nJie83VlRUhH79+sHMzIx/ICT16NEjODo6guM4mJubIyoqSmFZkhMnToSBgQEOHjwoFwwcOXIk9PX10bZtWxw+fBhnzpzBjz/+iKZNm6JTp05Yu3YtMjIylBIsryllVfn5+TA0NMTEiRM/+NDi6NGjaNOmDXr16oVTp05hzpw50NDQUFpWeU0oqbp8+TKMjIwQGRkpyLyTkmb+DB06lP9cpk2bBgMDA6X2QVKknJwcNG7cGEePHuX31RUrVkBNTQ1paWnw8/ODv78/Tp8+jVevXsHZ2RldunQR/fpaOpZHjx7ByMiIn1FMlvTcP2XKFLRo0QLv3r3jg28U8CH/ryjwQ3iyB7LqOqhlZWWB4ziYmpoKnlR/++23Si3NkVqzZg26d+8ueNISGxuLXr16VUva7Y0bN+Dv74+uXbvi+PHj/PLk5GQ0atRI9Ceyso4ePQpVVVWEhobKpdo/fPgQ9vb20NPTg6urKxYsWKDQp9d/prq3WX5+PhYsWCB34b9//36oqqqiXr16OH36NL/87du36NChg2hNlLOzs9G8eXM0bdoUGhoamD17tmAWrLKyMjx48ADm5uZ8lt+kSZPAcZxSatilU9y//zTz1q1bMDQ0xLfffssHgqXHhJKSEnz77bcKD7TIznQmffIrkUhQXl6OJ0+eYMCAAahfvz5sbGz4xuHSi0Oxjpl5eXkICQkRZPZIA6l3796Fn58fHB0dYWZmJjfrmDICnU+fPsX169erPPZERERg0qRJ6NevH0xMTAQzLl26dEkhfazu3r0LT09PvvfKxYsXsWXLFixdupQPgl29ehWhoaGwtLSEtrY2unbtivj4+H+87qpMnz4dxsbG+Omnn/Dzzz/jyy+/hKGhIT9t/Lt377BkyRJ4eHhAW1sbGhoafCmVmK5cuYJRo0bh+vXrfPAnLy8PDx484DMuLl26hPXr12Pz5s04c+YM/3/FfuCSlJQEMzMzzJgxA2FhYeA4jt92eXl5CAoKgoaGBtzd3RETE4OYmBg4OzsjICCALxlS1L7+66+/wtHRkb8xLygowPnz53Ho0CH+PampqXBzc4Oamhp0dHTQsmVLpc52Jh1XTSirKisrQ1RUlNzf/+LFC+Tk5ODw4cN4+fIlgMprBh8fH1hYWEBTU1P0bMSaVFJVVFQEOzs7uQAmIHzQumnTJri7u2PUqFEYNmyYUj4nMW3evBkqKiqC8+Pdu3f569fs7Gx07NgRzZs3x6NHj1BcXKyUUmnZ87anpye8vLw+GPwfNWoUoqKilNr7iRCxUOCH1Cjv3r3DunXr+LKX6o6qX716FXp6ekhNTcWmTZswYcIE1K1bV9Qmkn9FWvbVuXNnnD9/HikpKdDU1FTakzNZaWlpUFNTg6+vL5YuXYrs7Gzs2LEDLi4u8PHxwbZt25CZmanUEqvq3GbXr1+HgYEBOI7DpEmT8PjxY8Hr27ZtQ61atdC5c2ds27YN169fx8SJE2Fubi5K0O7q1aswNDREQkICrl69igULFoDjOMG6JBIJHj16BHNzc9y8eROzZs1C7dq1+RtVMb0/xb2U9AIrJSUF6urqsLa25i9+xcpG/KuZzoDKXlIcxwmCMGJ69+4dX7oYGhoq6G8kkUjw8uVLBAUFQUdHR9CPRFnHzezsbLi5ucHJyQmqqqpYuXIlgP9to9WrV0NTUxN2dnaC0mFFji87OxtWVlYoLS3Fjz/+CDMzM3Ts2BH6+vpo3rw5P507UNl76P0ggSL3p2PHjsHFxUWQaVFQUABbW1u58pfS0lKcPn0av/76q+BGR6z9+/nz57Czs8OLFy/w22+/wcnJCX5+ftDQ0KjyZlRK7H3p0KFDsLKyEhyf27Vrh9OnT/MBg+LiYmzduhX+/v5wdXXFgAEDBGWVihzj3r174ezszP/b3t4e9vb24DgOHTt25LMii4uLcfr0aZw+fVrQT09ZjZxrUllVr169MH78eP7nvXv3Yvjw4dDW1oaRkZHg/HbkyBH4+/vz2ZJiqWklVfv27YOnpyfu37/PL7t69So2b96M0NBQQSA6PT0d9evXh56eXrVc1ynSiRMnoKGhwU/NLvtdlT1PeHh4KGWa9K1btyIuLo6fNGbLli04ffo0DA0NMWjQIBQXFwu+ww8ePECTJk1gZGSEZs2a4auvvhK1pychYqPAD6lxlF1m9leOHj2Kxo0bo0mTJvDx8RH0Yqku165dQ0BAAOrVqwc1NbVqeyIkkUjw/fffw97eHrVr14aKigpatmyJUaNGVct4pKpjm5WUlCA8PBzDhg1DWloaOI5DYmKiXPDnp59+QuvWrWFiYgJ7e3vY2tqKcnH3+PFjeHt7Cy7IJRIJunTpwpe3SC+0SktL4eTkhE6dOkFdXV0p+9PHTHF/5MgR6OvrY/v27QDEOzb81Uxn0kBUaWkp/Pz8kJSUpLSnf7Nnz0b37t1hb2+PgIAAQaYfUJmhUKdOHVGnIq9Kfn4+jI2NMWHCBJw9exbTp0+HlpaWXGlM+/bt5WYkVKQHDx7A2dkZu3fvRrt27bBkyRKUlpbiwYMH/Db8UJaDooMaWVlZ6Natm1x2art27fhAxZ9NTKDI8ch+V969e4fS0lK0bt2a338OHDgAVVVVWFlZCWbTUfb5d+vWrfDw8OCPk6WlpWjQoAE6d+7MT50sW+byfuaoosYr/T3ffvst2rVrh0ePHsHe3h4rV65EXl4eCgoK4Ozs/KflicoIuNaUsirp3/rmzRsEBgbCz88P3377LaZMmQIrKysMHToUmzdvxm+//QZPT0/4+/vzx0yxMxFrYknVpk2b4ODgwAcJN27cCD8/P9jb26NNmzYwMDBA69at+ffv379fqQ35xXL37l3Uq1cPPXv2/OAMwfHx8ejXr59Ce3RVJSEhgZ+yPSIiAra2ttDU1ERAQADWr18PQ0ND+Pr6YvXq1bhw4QJ27twJZ2dndOzYEWvXrkVmZqbS+h0SIhYK/BDyEYqLi/HgwQM8e/asuofCy8vLQ8+ePeWeWlWHp0+f4t69ezh//jwePnzIL6/O1Fhlb7PXr18jLS2ND1JkZGR8MPjz5MkTXLt2DRcuXJB7TVGePHmCuXPnCnq8zJo1CxzHoVmzZrC0tETnzp2RlZWFR48egeM4aGhoKC2w+WdT3EtnGAKAQYMGoVWrVqKVCn7KTGcSiQSTJk2Cvb29aNtNdl1AZa+eWbNm4datW7Czs0Pv3r2Rk5ODpKQk5OTkoKSkBIMHD0ZERITSyk8lEgmio6MFPZju37+P7t27Iz8/H3l5eXza/Pr169G6dWtRjlMSiQRPnjxBq1atEBwcDF9fX35qb6Cyr0nr1q0RGxur8HXLevPmDUpKSviSGilpCYmPj4+gt4rYTVrXrFmDQ4cOyT2ZDg8Px8GDB3Hnzh0YGxujR48ecHBwQGBgII4dOybqmD4kPT0dtWrVwoYNG/Dzzz/DxcUFbdq0QUZGBhYvXgxbW9sPBlrFCLQUFBRAVVUVI0aMQK9evQTlH48fP4a2trZghh9lqillVbdv38by5cv5wERhYSHs7Ozg4OAAU1NTbN68WZBZFBUVhc6dOyts/X+mppZUXbx4Efr6+vD29ka7du2go6ODyZMn85m1R48eRZ06dfiZUj8nO3fuhLq6OoYMGSIIrP3xxx9ITEyEvr6+6NexCxcuhKmpKX777Tf+uHznzh0sXLgQenp66Nq1K44ePQpnZ2doa2ujVq1aaN26NUaOHCnquAhRNgr8EPJ/TMxp7f+p6i7Tqw7v33hv374dHMchISGBv4EoKytTSg07AMETtG3btoHjOGRkZKC4uBhZWVnw8PDA9OnTAVQ2V1VmA8mPneL+2LFjsLS0xL59+0Qby8fMdCbdn2/evInGjRsrrZ/WuXPn0LNnTwCVZU2Ojo5o0KABdHV1+f4Vc+bMgYmJiaBxt9j69euHsLAw/nOZOXMm1NTU4OLigrp16yI0NBQ3b95EUVER1NXVq5wB8O84efKk3IxK0mm9OY6Tm51lzJgxGD16tELWXZVFixahb9++aNKkCRYvXswHmiUSCX+D0aFDBz7jp7i4GI0bN8Z3330nyngSExNhaGiIzMxMPgggDZokJibCz88P5ubm/Cw1ly5dgr6+PhYvXizKeD5GdHQ0GjRoAH9/f9ja2gqC9bNnz4a+vr7ggYIiLVq0CJmZmQD+Fxj44osvULduXTRo0ID/TknPte3bt8eKFStEGcvHqO6yquzsbDg4OKB///7YvHkzv2/98ccfuHPnTpXHoGHDhiEyMhJlZWWiXxfUtJIq2ePAzz//jDFjxiAsLAy//PKLIPPpxIkTsLe3r9Y2AmIpLy/HypUroaqqCnt7e4SHh2PUqFEICAiAqampqOVsEokEJSUl8PPzw1dffcUvk+6Hz549w+LFi6GpqYmVK1eivLwc165dw9mzZwUtCqi/D/lcUOCHEEIUTHaGPGnAJTExEUVFRYiNjUVQUBBKSkqUGhwrLCwUzNoFAN27d0ePHj0AKL/E46+muG/ZsiWuX7+OV69eoUOHDgpPe/87M51Jm3KLlVnz6tUruWyQixcvwsbGhh9jjx49oKamBh8fH77BNAC5YIjYZs6cCS0tLcTExCA8PBwaGhrYsWMHHj16hP3796Nhw4ZYunQpAGD58uUKeaKbnJwMjuOQlJQkl3GVkZEBFRUVdOrUCcePH4dEIsHdu3fRtGlTfhZERZswYQLMzMwwf/58REdHQ11dHUeOHJF7n5+fH+bPn4+XL1/C0dER3t7eooxn7dq1/FNtoDJYIc1GAipvLvX19TFixAi8efOG/86LPZ22rHPnzuHEiROC5tFA5UyR6enpCAwMBPC/cqDNmzfD19dXroRQEcaNG4fatWsLevQAlYGCkSNHguM4PjAOVB4zHB0dkZ6ervCx/JmaUlYl2zOuqsbssjfUQOVxcvLkyTA2Nhb0+BJTTSipun37NlJTU9GpUye0bNkSffv2FQTfqjrvT548Ga1atVLKhArV5ZdffkFQUBBcXV3Rtm1bTJw4Ue67J4Z79+5BT0+Pz6Z6//MvKiqCu7s7AgICqvz//8aHmOTzRYEfQggRgUQi4W+stm/fDjU1NdjZ2UFVVZWfsaa6VFRU4M2bNwgODsacOXOUss6/M8X9pk2b+PEq0t+Z6WzixImiznSWnZ2N7t27IysrSzB9e2lpKXr37o03b94gLCwMlpaW2LZtG5ydneHj44NffvlFlPF8jOnTpyM+Ph6+vr58hpZUt27d+EwlRdi1axccHBwwcuRIqKqqIiEhQS74s3//flhYWMDOzg5OTk5wcHDgA5uKtmzZMlhaWgqeVvv5+eG7777DixcvBPt7jx49kJCQAA8PD/j5+fHLFb1fJyQkICkpCUBlD5+BAwfCyckJAwcO5PscHTt2jM8Een8MYgd/k5OT4eDggAYNGkBNTQ2zZs0SvL5+/XqYmJjwwc9Hjx7B1dVVlIyt2NhYGBoafrBpfH5+PuLi4vimzsHBwXB0dFToPv0xakpZ1atXr9CzZ0+MGzdOsPzdu3d8qbespUuXIjIyEhYWFkptUFzdJVXSrMyePXsiLCwMISEhsLa2Ru3atZGRkSEXHLt9+zbi4+NRt25dwayHn6vqyJx58eIFjI2Nq8w6lW6LadOmoWHDhnj16lWN6zNKiCJR4IcQQkQie5HXoUMHGBgY1JhU7uTkZDRo0EDQA0gs/3SKe0U+cauJM51duXIFdevWxahRo+RKyCQSCXx8fKCjoyPI5jh37hw8PDyUUnJ28+ZNLFq0CHFxcXwPK1n9+vXDsmXLAPyvJCYoKAgTJ05UyLYrKyvDhg0b+JvOzMzMD/bPunbtGnbv3o0FCxYImjor8mL+1atXmDBhAjZt2sT/3rdv36Jhw4Zo3749zM3NERYWxu+/Pj4+4DgOffr0EWU8EokE5eXlaN26NebOnYvCwkIYGxtjxowZmDp1KsLCwmBsbIzNmzcrbJ2fatasWahXrx6OHz+OnJwcbN26FbVq1RJkSD148ACtW7eGrq4u/P39YW9vz2cAAYo7Dki/89Km1seOHcP48eMREBCAYcOG8d+psrIyZGVlITQ0FGPHjhVMka6Mm8OaVFb19OlTODo68sF4oHKigri4ONSrVw8GBgZISkrCkydPUFxcjF69emHYsGGC6dTFVBNKqi5evAgdHR0kJSUJHhBkZ2cjKCgIurq6/P4ukUiQmJiITp06oVmzZjVi0hBlkN0nlZVJ8/LlS7Ro0QJeXl6C7C7p9Zm0Z93AgQOVMh5CqhMFfgghRETl5eWIjY0Fx3E14uIuMzMTY8aMgaGhoVKexNakKe5r4kxnJSUl8Pf3R1RUFL8sNzcXFy5c4HtBbdy4EV26dJHLTpDNDBLL5cuXYWlpiY4dO8LLywu1atVCamqq4D3jxo2Dubk5bt26hby8PMycOVPh5R3Pnz9HQUEB/7NsCaXsPiW9+ZMlxk3648eP+T4i5eXlaNy4Mby8vLB3716sWbMGPj4+fB+d1NRU/t9ijQeo7IcTFBSEcePGISYmhl/PnTt3EB8fjw4dOlRLKckvv/wCNzc3HDhwgF/28uVLeHp6YuXKlYL33rlzB9OmTcPkyZMFrynyM4uJiYGDgwNWr16NTZs2wdLSEoMHD8aQIUPg5OSEBg0a8AHWqigj6FPTyqqKi4vh6+uLcePG4d69e1iwYAGcnJwQFBSE1NRUrFixAhzHYe3atQAqg6NiN5uvSSVVubm5UFVVFQQHZd26dQsdO3ZEgwYN+H5/Fy5cwIoVK5TWL+7f7OjRo1BVVUVoaKjgPAIADx8+RLNmzT647Qj5nFDghxBCRFReXo61a9dWe3mX1JUrV9C/f3/k5OSIvq6aNsV9TZzprLS0FG3btsX58+dRXl6Ozp07w8PDA7q6umjZsiX/hF12diEpsZ+YFhYWwsbGBhMmTOBvdtetWwcTExNcu3aNX5abm4sOHTqA4zg4OTnB3t5etP1dtoRSNvjz7NkzXLt2DREREUptUg5UTlk8ZcoUwTTfqamp0NXVxYMHDwSza4kZNMjJyYGNjQ3Mzc0xefJkwWs7d+5E3bp15aaaV4YrV67A29tbLvsjICAAMTExAKoO2Ekpesp2oLLRdZMmTVCvXj18/fXXgvW3adMG7dq1439Wdo+PmlpWNW/ePDg6OqJevXrQ1dVFWlqa4Fjq4+ODoUOHKi0bqqaUVJWXl2PmzJngOI4vvX3/M6ioqMD27duho6MjmGKe+scoT1paGtTU1ODr64ulS5ciOzsbO3bsgIuLC7p3786/j7YJ+ZxR4IcQQkRW0y4klDUbXE2b4h6oeTOdPXjwAMbGxjh8+DBiY2PRuXNnXLp0CYcOHUJCQgJMTEywa9cuUcdQlYqKCnz55Zfo0qWLIKAhzQB6/ya+tLQUe/bswcmTJ+VK+hRN9qZu+/btUFFRQXh4OExMTJTeg+V90gDCxo0b0bVrV0HQRxnHgePHj4PjOHh4eAgaap87dw5eXl4oLCwUfQxVkd0npJ9R//79BdNuv379usoAp6K8fzM+efJkjB8/nm8cLX1906ZNMDY25rP/lK2mlVXJ7rdnz57FkSNH5L7jL1++5JuYi60mllQ9fPgQI0eOhKamJn766Sd+3cD/9qs3b96gVq1a2Lp1qyhjIH9OIpHg+++/h729PXR0dKCiooKWLVsiMjKSfw/19yGfOwr8EEIIEU1Nm+JeVk2Y6UwikWDAgAGIjo5GQEAA3xcGqMwkCQkJQWRkpGCmOGXJysoS3JgDlZ9Jw4YN+f4o1RXUlF3vwoULwXEc+vfvX+XryvbgwQO4u7sjISGhWtZ/7Ngx1K5dGz179sS6detw+PBhODk5ISQkRGljOHnypGCmOen2kO3FMmDAACQmJgKoLCVq0qQJ1q9fr/CxrF+/HjExMejSpQsOHTok6Pkim7EiHeOKFSvg6+sreqnSh9TEsqo/KyuVSCRITk6GlZWVwmfIel9NLqkqLi7G8OHDoampyQeepOeQiooK/PDDD3BycpIrNSLKJc2aO3/+vCBwSEEf8m9AgR9CCCGiq4lT3MuqjpnOpH777Tfo6OiA4zjs3btX8Fp8fDy8vb2V9rl8aNYV2afXjRo1wuHDh/nXfvrpJzx8+FAp43tfTk4OLC0tRWuc/Cl+//13HDt2DK6uroKpgatjnz537hz69OkDLS0teHl5CYI+Yo8nOTkZHMchKSnpT7P3goODERcXhxcvXsDR0RE+Pj4KH0tSUhKsrKwwbNgw+Pv7Q1VVVRBcfd+DBw/QvHlzPiBVXaqrrEqa/SRLeky4c+cOZsyYIdh/vv/+e0RFRcHIyEj0nnH/DyVVT548QURERJXBn7i4OAQEBODZs2dKGQv5eDUtK5sQsVDghxBCiFLU5CnuAeXOdPY+aYlOQECAoERn3LhxGD58uFLK86qafU32grisrAwlJSWwsbHhb7wmTZoEjuME2R3KIpFIsHXrVvTu3ZtfVp1Pba9fv4527dphxIgRNWI85eXluHv3rlKfau/atQsODg4YOXIkVFVVkZCQIBf8ke5TERERGDZsGFq0aIFOnTopfIyrV6+Wa9QcEREBT09PuQy6x48fY/Xq1WjWrFm1Bu2qs6zqypUrUFNT40tdgf9ti8LCQpibmyMuLo4f43fffYfevXsjMDBQaX21ampJlWyPqNLSUoSFhUFDQ4MP/kydOhWGhoaCYzshhCgbBX4IIYQoTU2c4l7ZM519SFZWFszNzeHp6YmIiAgMGTIEenp6gplqxPJXs68B/8uKaty4Mc6ePYtZs2ZBR0dHtGnuP4bsDVdNSNWXzXyqCeORJXYQo6ysDBs2bOCbEmdmZlbZ00uaQRIcHCxXoqeoz+z169fo378/5s6dy093DwCbN2+Gi4uL3Ptv3bqF8PBwjBo1SuFj+VTVVVY1f/58cBwHjuMEzcEfP34MU1NTREZGyu1Dubm5Ss9gqc6Sqj/LiLp9+zZmzpwJiUTCj1FXVxd9+/aFtra2XFkxIYQoGwV+CCGEKFVNm+JemTOd/ZW8vDxMnToVnTp1QlRUlFKCPh87+5pU8+bN4eHhAXV19T+d9lqZalqqfk0bj7I8f/5ccMMtW9b5/v60b98+DB48mP9Z0YGWs2fP4ocffhAsO3HiBKysrPDq1Su5skbZJubKCPrUtLKqK1euICAgALGxsdDW1kZcXBz/2vr16wWfSXUHNaujpOpjMqKks9QBldt32LBhFPQhhNQYFPghhBCiVDVtintAeTOdfayKigql3Vx97Oxr5eXlKC4uhp6eHlRUVKo9U4vUXLJlnbLBn2fPniE/Px/h4eHIz8/n36+sff3UqVMwMTHhG/8+e/YMa9euRXFxsWDsYqtJZVWypVKdO3dGREQEfvzxR2hqagoCGTVBdZZU/Z2MqEePHglKLQkhpDpR4IcQQojS/VszImqqj5197fHjx/j++++pVwX5S7Jlndu3b4eKigrCw8NhYmKCnj17VsuYTp8+DWtrawCVQR8rKysEBQUpfRw1oaxKGuySXc+FCxfg5uaGM2fO8H3YqqPRdU0sqfqUjCg6vxFCaiJVRgghhCgZx3HVPQQiQ0dHhzHGWEVFBatVqxYLDg5mANigQYMYx3EsJiaGLViwgBUWFrL09HSmra1dzSMmNR3HcQwAY4yx4OBgVlRUxBISEli/fv1YRkYGY4wxAEo9FlRUVDBtbW1WVFTE/Pz8mIODA9u1a5fSx9K1a1eWlZXFmjRpwpYsWcJKS0vZwoULmZGREZs7dy4LDQ3lxyKRSFitWrWYvb29wtafm5vLnJycWHBwMHN1dWXjxo1j2trarHHjxszCwoL99ttvbOzYsay8vJyFhYUxFRUVNm/ePIWt/89cvXqVNW/enE2ePJnNmDGDMVb5GaioqLDbt28zLy8v1r9/f8ZxHDMwMGCpqamsvLycZWZmshMnTjA3NzeFjke6Xzg4OLCysjL24sUL9t1337EePXowiUTCFi9ezMLCwgT/h85vhJCaiAI/hBBCCGGMMaaiosIAMIlEwgYMGMA4jmNDhgxhe/fuZTdu3GBnz56loA/5aNIb4NzcXLZ48WIWFBTEB32kAQ1l0tTUZHfv3mXu7u6sadOm7NChQ0ody98JIogxrqNHjzLGGLty5Qp78eIFW7VqFYuLi2OdO3dm48aNY8OGDWO9e/dmgwcPZqqqqmzgwIFMQ0ODD8SI6dChQ6y8vJzNmjWLlZWVsS+++ILVqlWLPXnyhLVq1YoFBgayRYsW8e/X19dnqampLDU1lRkbGytsHE+fPmUGBgb8z7Vq1WJffvkli4iIYMOHD2cbN25kQ4YMYWpqaiw1NVVh6yWEELEo94xLCCGEkBqN4zg+WyM4OJi1a9eOPX78mF24cIE1a9asuodH/s8AYBcvXmQeHh5s586djLHqCfowxpiJiQl78eIF8/PzYz/99JPSxvL06VPBz9IgwoULF1jt2rXZxo0bWVpaGpswYYKo45AaM2YM++KLL1hubi4LCwtjMTEx7NKlS6xVq1Zsz549rKKigv98goOD2c6dO1lwcLBSxta1a1fWvXt3FhMTw5YsWcLi4+MZY4zPhkpLS+MDitKMMmNjY4UGfXJzc5mRkREbOHAgS0lJYa9fv2aMMUFGVHBwMNuwYQNbsmQJmzRpksLWTQghYqGMH0IIIYQIcBzHKioqWGJiIvv555/ZxYsXmbOzc3UPi/wf4jiO9evXjw0cOJAxVn1BH8YYq1+/PsvOzmZOTk5KG0tNK6uqqKhgKioqbNKkSezZs2csNDSUpaens9GjR7OhQ4fygZW6devy/ycoKEi08UjVpJKqmpwRRQghfxcFfgghhBBSJScnJ3b+/Hnm4uJS3UMh/8dUVSsvNwFUW9BHSplBH8ZqRhAhLy+Pbd68mY0cOZLVr1+fX56amsqXda5bt46FhISwFi1asJcvXzITExOFrf/P1MSSqjFjxrAXL16w5ORkNn36dFZUVMQuXbrEpk+fzgYNGsRnRA0bNowFBwczNTU15uDgoJSxEULI30WBH0IIIYTIUVFRYeHh4dSolChMTdqXlBWAqu4gQllZGRs6dCg7e/Ys27FjB+vVqxfz8PBg/fv3Z4wxtmDBAgaAz6YJCQlRWh+vmpYNxVjNzYgihJB/igI/hBBCCKlSTbpRJ+T/TU0IIqipqfGldk2bNmWnTp1ikZGRbO/evczLy4tFRUWxhQsXMl1dXTZixAj27t07Fh4ertAxfEhNyIZirGZnRBFCiKJwkHZGI4QQQgghhPxt7wcRZDOLEhIS2LJly/ggwuvXr5USRDh27Bjr1asXO3LkCGvRogW7f/8+W716NUtJSWEuLi4sIiKCtW/fnu3cuZMtXryYFRQUsDp16og6Jql58+ax5ORktn37dlZUVMSys7PZ7t272aBBg9iuXbvYvHnz2LBhwxhjjO3evZs5ODgoPCOqTZs27OzZs8zGxkYuI4oxxuLj49nSpUvZhg0bWEhIiMLWTQghykSBH0IIIYQQQv6hmhxESExMZPfv32dr165lmpqabMCAAezSpUvM09OTFRYWsjNnzrCtW7eyDh06CHruiEWaDcUYYxMmTGBpaWksPT2dBQQEsDNnzrC0tDR24sQJtnz5chYYGCjqWObPn89UVVX5jKilS5eybt268RlRHMexGTNmsJSUFJaWlqa0jChCCFEkKvUihBBCCCHkH6rJZVUtW7ZkixYtYurq6mz48OHs2LFj7MiRI8zJyYnl5+ezQ4cOMQcHB1GDPjW1pMrDw4PPiJoxYwYbNWoUW716NUtISGCbNm1iERERbNCgQUxdXZ0lJSWxvn37Ki0jihBCFIUyfgghhBBCCFGAmlxW1b59e3by5ElmamrKDh48yFxdXZWyXsZqdjYUYzUvI4oQQhSteufUJIQQQggh5DPh4+PDRo4cyZYsWcJKS0uZmZkZy83NZVZWVszOzo6lp6ezpk2bMltbW5afn6+UoI/0GW9SUhKzsbFhaWlpzNXVlSnz2a80G2rhwoUsLS2N6ejosMjISBYSEsKWL1/OALCFCxeyKVOmsBEjRrD169crbWyMVWZE3bx5U5ARtXPnTvbNN9+w1atXs9TUVNEzogghREyU8UMIIYQQQoiC7Ny5ky1atIidPHmSjRw5ku3fv1+urMrPz485OTkpdVwPHz5kbdu2ZQMGDGCzZ89W6roZq9nZUIxVb0YUIYSIjQI/hBBCCCGEKFBNDSKkp6ezyMhIdvToUebp6an09dfEkioAjOM4dvDgQRYbG8tSUlJYYGAgv5wQQj4H1NyZEEIIIYQQBZAGC5KSktiDBw9YSkoKX1ZVE4IIvr6+zMPDg5mbm1fL+mtCk+n3SbeLu7s7k0gk7Ny5cywwMLBGbC9CCFEUyvghhBBCCCFEgaq7rOrPlJaWMk1NzWpbf03NhmKs+jOiCCFELNTcmRBCCCGEEAUyMTFh06dPZ4sXL2a//vprdQ9HoLqCPjWhyfRfqe6MKEIIEQsFfgghhBBCCFEwCiIIVVVSJbu8JrCwsGCHDh1ilpaW1T0UQghRKCr1IoQQQgghRATVXVZVU1FJFSGEKBdl/BBCCCGEECICCvpUjbKhCCFEuSjjhxBCCCGEEKJUlA1FCCHKQ4EfQgghhBBCCCGEkM8UlXoRQgghhBBCCCGEfKYo8EMIIYQQQgghhBDymaLADyGEEEIIIYQQQshnigI/hBBCCCGEEEIIIZ8pCvwQQgghhBBCCCGEfKYo8EMIIYQQQgghhBDymaLADyGEEEIUYtiwYSwwMJD/2cfHh8XExCh9HMeOHWMcx7Hnz59/8D0cx7E9e/Z89O+cMWMGa9as2T8aV2FhIeM4jl28ePEf/R5CCCGEkE9BgR9CCCHkMzZs2DDGcRzjOI6pq6szGxsbNmvWLFZeXi76unfv3s1mz579Ue/9mGANIYQQQgj5dKrVPQBCCCGEiKtLly5sw4YN7O3bt+zgwYNszJgxTE1NjU2aNEnuve/evWPq6uoKWa+BgYFCfg8hhBBCCPn7KOOHEEII+cxpaGgwU1NTZmVlxaKiolinTp3Y3r17GWP/K8/64osvmLm5ObOzs2OMMXb37l3Wv39/VrduXWZgYMB69erFCgsL+d9ZUVHB4uLiWN26dZmhoSGbMGECAyBY7/ulXm/fvmVJSUmsfv36TENDg9nY2LB169axwsJC5uvryxhjTF9fn3Ecx4YNG8YYY0wikbB58+axRo0aMS0tLebq6sp27twpWM/BgweZra0t09LSYr6+voJxfqykpCRma2vLtLW1mbW1NUtOTmZlZWVy71u1ahWrX78+09bWZv3792d//PGH4PW1a9cyBwcHpqmpyezt7dny5cs/eSyEEEIIIYpEgR9CCCHkX0ZLS4u9e/eO//nIkSMsPz+f/fjjj2z//v2srKyMde7cmenq6rITJ06wU6dOsdq1a7MuXbrw/2/hwoVs48aNbP369ezkyZPs6dOn7Ntvv/3T9Q4dOpRt27aNLV26lOXm5rJVq1ax2rVrs/r167Ndu3YxxhjLz89n9+/fZ1999RVjjLF58+axTZs2sZUrV7KrV6+y2NhYFhISwrKyshhjlQGqoKAg1qNHD3bx4kU2fPhwNnHixE/+THR1ddnGjRtZTk4O++qrr9iaNWvY4sWLBe+5ceMGy8zMZPv27WPff/89u3DhAhs9ejT/+pYtW9i0adPYF198wXJzc9ncuXNZcnIy++abbz55PIQQQgghikKlXoQQQsi/BAB25MgR9sMPP7CxY8fyy3V0dNjatWv5Eq/09HQmkUjY2rVrGcdxjDHGNmzYwOrWrcuOHTvG/P392ZIlS9ikSZNYUFAQY4yxlStXsh9++OGD67527RrLzMxkP/74I+vUqRNjjDFra2v+dWlZWL169VjdunUZY5UZQnPnzmU//fQTa926Nf9/Tp48yVatWsXat2/PVqxYwRo3bswWLlzIGGPMzs6OZWdns5SUlE/6bKZOncr/u2HDhiwhIYFt376dTZgwgV9eWlrKNm3axCwsLBhjjC1btox1796dLVy4kJmamrLp06ezhQsX8p9Jo0aNWE5ODlu1ahULDQ39pPEQQgghhCgKBX4IIYSQz9z+/ftZ7dq1WVlZGZNIJGzQoEFsxowZ/OvOzs6Cvj6XLl1iN27cYLq6uoLfU1paygoKCtgff/zB7t+/z1q2bMm/pqqqylq0aCFX7iV18eJFpqKiwtq3b//R475x4wZ7/fo18/PzEyx/9+4da968OWOMsdzcXME4GGN8kOhTZGRksKVLl7KCggJWUlLCysvLWZ06dQTvadCgAR/0ka5HIpGw/Px8pqurywoKClhERAQbMWIE/57y8nKmp6f3yeMhhBBCCFEUCvwQQgghnzlfX1+2YsUKpq6uzszNzZmqqvD0r6OjI/i5pKSEubu7sy1btsj9LmNj4781Bi0trU/+PyUlJYwxxg4cOCAIuDBW2bdIUc6cOcMGDx7MZs6cyTp37sz09PTY9u3b+SyiTxnrmjVr5AJRKioqChsrIYQQQsinosAPIYQQ8pnT0dFhNjY2H/1+Nzc3lpGRwerVqyeX9SJlZmbG/vOf/zBvb2/GWGVmy7lz55ibm1uV73d2dmYSiYRlZWXxpV6ypBlHFRUV/DJHR0emoaHB7ty588FMIQcHB75RtdQvv/zy13+kjNOnTzMrKys2ZcoUftnt27fl3nfnzh32+++/M3Nzc349tWrVYnZ2dszExISZm5uzmzdvssGDB3/S+gkhhBBCxETNnQkhhBAiMHjwYGZkZMR69erFTpw4wW7dusWOHTvGxo0bx+7du8cYY2z8+PHsyy+/ZHv27GF5eXls9OjR7Pnz5x/8nQ0bNmShoaEsPDyc7dmzh/+dmZmZjDHGrKysGMdxbP/+/ezx48espKSE6erqsoSEBBYbG8u++eYbVlBQwM6fP8+WLVvGN0yOjIxk169fZ4mJiSw/P59t3bqVbdy48ZP+3iZNmrA7d+6w7du3s4KCArZ06dIqG1Vramqy0NBQdunSJXbixAk2btw41r9/f2ZqasoYY2zmzJls3rx5bOnSpezatWssOzubbdiwgS1atOiTxkMIIYQQokgU+CGEEEKIgLa2Njt+/Dhr0KABCwoKYg4ODiwiIoKVlpbyGUDx8fFsyJAhLDQ0lLVu3Zrp6uqy3r17/+nvXbFiBevbty8bPXo0s7e3ZyNGjGCvXr1ijDFmYWHBZs6cySZOnMhMTExYdHQ0Y4yx2bNns+TkZDZv3jzm4ODAunTpwg4cOMAaNWrEGKvsu7Nr1y62Z88e5urqylauXMnmzp37SX9vz549WWxsLIuOjmbNmjVjp0+fZsnJyXLvs7GxYUFBQaxbt27M39+fubi4CKZrHz58OFu7di3bsGEDc3Z2Zu3bt2cbN27kx0oIIYQQUh04fKgLIyGEEEIIIYQQQgj5v0YZP4QQQgghhBBCCCGfKQr8EEIIIYQQQgghhHymKPBDCCGEEEIIIYQQ8pmiwA8hhBBCCCGEEELIZ4oCP4QQQgghhBBCCCGfKQr8EEIIIYQQQgghhHymKPBDCCGEEEIIIYQQ8pmiwA8hhBBCCCGEEELIZ4oCP4QQQgghhBBCCCGfKQr8EEIIIYQQQgghhHymKPBDCCGEEEIIIYQQ8pn6L0AfkWWF6AidAAAAAElFTkSuQmCC", + "text/plain": [ + "
" + ] + }, + "metadata": {}, + "output_type": "display_data" + } + ], + "source": [ + "X_test_SNR = X_test[(Z_test>=0)[:,0],:,:]\n", + "Y_test_SNR = Y_test[(Z_test>=0)[:,0],:]\n", + "\n", + "test_Y_hat = model.predict(X_test_SNR, batch_size=1024)\n", + "conf = np.zeros([24,24])\n", + "confnorm = np.zeros([24,24])\n", + "for i in range(0,X_test_SNR.shape[0]):\n", + " j = list(Y_test_SNR[i,:]).index(1)\n", + " k = int(np.argmax(test_Y_hat[i,:]))\n", + " conf[j,k] = conf[j,k] + 1\n", + "for i in range(0,24):\n", + " confnorm[i,:] = conf[i,:] / np.sum(conf[i,:])\n", + "\n", + "plot_confusion_matrix(confnorm, labels=modulation_classes)" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "id": "444053f4", + "metadata": {}, + "outputs": [ + { + "name": "stdout", + "output_type": "stream", + "text": [ + "conv1 weights shape: (7, 2, 64) \t\t# bias: 64 \t# params: 960\n", + "conv2 weights shape: (7, 64, 64) \t\t# bias: 64 \t# params: 28736\n", + "conv3 weights shape: (7, 64, 64) \t\t# bias: 64 \t# params: 28736\n", + "conv4 weights shape: (7, 64, 64) \t\t# bias: 64 \t# params: 28736\n", + "conv5 weights shape: (7, 64, 64) \t\t# bias: 64 \t# params: 28736\n", + "conv6 weights shape: (7, 64, 64) \t\t# bias: 64 \t# params: 28736\n", + "conv7 weights shape: (7, 64, 64) \t\t# bias: 64 \t# params: 28736\n", + "dense1 weights shape: (512, 128) \t\t# bias: 128 \t# params: 65664\n", + "dense2 weights shape: (128, 128) \t\t# bias: 128 \t# params: 16512\n", + "dense3 weights shape: (128, 24) \t\t# bias: 24 \t# params: 3096\n" + ] + } + ], + "source": [ + "# Get the model weights from each layer:\n", + "w1 = model.get_layer(index=1).get_weights()\n", + "w2 = model.get_layer(index=3).get_weights()\n", + "w3 = model.get_layer(index=5).get_weights()\n", + "w4 = model.get_layer(index=7).get_weights()\n", + "w5 = model.get_layer(index=9).get_weights()\n", + "w6 = model.get_layer(index=11).get_weights()\n", + "w7 = model.get_layer(index=13).get_weights()\n", + "w8 = model.get_layer(index=16).get_weights()\n", + "w9 = model.get_layer(index=17).get_weights()\n", + "w10 = model.get_layer(index=18).get_weights()\n", + "\n", + "# Dump dimensions of weights and bias:\n", + "print(\"conv1 weights shape: \",w1[0].shape, \"\\t\\t# bias: \",len(w1[1]), \"\\t# params: \",np.prod(w1[0].shape)+len(w1[1]))\n", + "print(\"conv2 weights shape: \",w2[0].shape, \"\\t\\t# bias: \",len(w2[1]), \"\\t# params: \",np.prod(w2[0].shape)+len(w2[1]))\n", + "print(\"conv3 weights shape: \",w3[0].shape, \"\\t\\t# bias: \",len(w3[1]), \"\\t# params: \",np.prod(w3[0].shape)+len(w3[1]))\n", + "print(\"conv4 weights shape: \",w4[0].shape, \"\\t\\t# bias: \",len(w4[1]), \"\\t# params: \",np.prod(w4[0].shape)+len(w4[1]))\n", + "print(\"conv5 weights shape: \",w5[0].shape, \"\\t\\t# bias: \",len(w5[1]), \"\\t# params: \",np.prod(w5[0].shape)+len(w5[1]))\n", + "print(\"conv6 weights shape: \",w6[0].shape, \"\\t\\t# bias: \",len(w6[1]), \"\\t# params: \",np.prod(w6[0].shape)+len(w6[1]))\n", + "print(\"conv7 weights shape: \",w7[0].shape, \"\\t\\t# bias: \",len(w7[1]), \"\\t# params: \",np.prod(w7[0].shape)+len(w7[1]))\n", + "print(\"dense1 weights shape: \",w8[0].shape, \"\\t\\t# bias: \",len(w8[1]), \"\\t# params: \",np.prod(w8[0].shape)+len(w8[1]))\n", + "print(\"dense2 weights shape: \",w9[0].shape, \"\\t\\t# bias: \",len(w9[1]), \"\\t# params: \",np.prod(w9[0].shape)+len(w9[1]))\n", + "print(\"dense3 weights shape: \",w10[0].shape, \"\\t\\t# bias: \",len(w10[1]), \"\\t# params: \",np.prod(w10[0].shape)+len(w10[1]))\n", + "\n", + "np.savetxt('aie/conv1d_w1/w1_weights_trained.txt',np.reshape(w1[0].astype(\"bfloat16\"),(-1,1)),fmt=\"%.12f\")\n", + "np.savetxt('aie/conv1d_w1/w1_bias_trained.txt',np.reshape(w1[1].astype(\"bfloat16\"),(-1,1)),fmt=\"%.12f\")\n", + "np.savetxt('aie/conv1d_template/w3_weights_trained.txt',np.reshape(w2[0].astype(\"bfloat16\"),(-1,1)),fmt=\"%.12f\")\n", + "np.savetxt('aie/conv1d_template/w3_bias_trained.txt',np.reshape(w2[1].astype(\"bfloat16\"),(-1,1)),fmt=\"%.12f\")\n", + "np.savetxt('aie/conv1d_template/w5_weights_trained.txt',np.reshape(w3[0].astype(\"bfloat16\"),(-1,1)),fmt=\"%.12f\")\n", + "np.savetxt('aie/conv1d_template/w5_bias_trained.txt',np.reshape(w3[1].astype(\"bfloat16\"),(-1,1)),fmt=\"%.12f\")\n", + "np.savetxt('aie/conv1d_template/w7_weights_trained.txt',np.reshape(w4[0].astype(\"bfloat16\"),(-1,1)),fmt=\"%.12f\")\n", + "np.savetxt('aie/conv1d_template/w7_bias_trained.txt',np.reshape(w4[1].astype(\"bfloat16\"),(-1,1)),fmt=\"%.12f\")\n", + "np.savetxt('aie/conv1d_template/w9_weights_trained.txt',np.reshape(w5[0].astype(\"bfloat16\"),(-1,1)),fmt=\"%.12f\")\n", + "np.savetxt('aie/conv1d_template/w9_bias_trained.txt',np.reshape(w5[1].astype(\"bfloat16\"),(-1,1)),fmt=\"%.12f\")\n", + "np.savetxt('aie/conv1d_template/w11_weights_trained.txt',np.reshape(w6[0].astype(\"bfloat16\"),(-1,1)),fmt=\"%.12f\")\n", + "np.savetxt('aie/conv1d_template/w11_bias_trained.txt',np.reshape(w6[1].astype(\"bfloat16\"),(-1,1)),fmt=\"%.12f\")\n", + "np.savetxt('aie/conv1d_template/w13_weights_trained.txt',np.reshape(w7[0].astype(\"bfloat16\"),(-1,1)),fmt=\"%.12f\")\n", + "np.savetxt('aie/conv1d_template/w13_bias_trained.txt',np.reshape(w7[1].astype(\"bfloat16\"),(-1,1)),fmt=\"%.12f\")\n", + "np.savetxt('aie/dense_w16/w16_weights_trained.txt',np.reshape(w8[0].astype(\"bfloat16\"),(-1,1)),fmt=\"%.12f\")\n", + "np.savetxt('aie/dense_w16/w16_bias_trained.txt',np.reshape(w8[1].astype(\"bfloat16\"),(-1,1)),fmt=\"%.12f\")\n", + "np.savetxt('aie/dense_w17/w17_weights_trained.txt',np.reshape(w9[0].astype(\"bfloat16\"),(-1,1)),fmt=\"%.12f\")\n", + "np.savetxt('aie/dense_w17/w17_bias_trained.txt',np.reshape(w9[1].astype(\"bfloat16\"),(-1,1)),fmt=\"%.12f\")\n", + "np.savetxt('aie/dense_w18/w18_weights_trained.txt',np.reshape(w10[0].astype(\"bfloat16\"),(-1,1)),fmt=\"%.12f\")\n", + "np.savetxt('aie/dense_w18/w18_bias_trained.txt',np.reshape(w10[1].astype(\"bfloat16\"),(-1,1)),fmt=\"%.12f\")\n" + ] + } + ], + "metadata": { + "kernelspec": { + "display_name": "my-venv", + "language": "python", + "name": "python3" + }, + "language_info": { + "codemirror_mode": { + "name": "ipython", + "version": 3 + }, + "file_extension": ".py", + "mimetype": "text/x-python", + "name": "python", + "nbconvert_exporter": "python", + "pygments_lexer": "ipython3", + "version": "3.12.6" + } + }, + "nbformat": 4, + "nbformat_minor": 5 +} diff --git a/AI_Engine_Development/AIE-MLv2/Design_Tutorials/01-Radio-ML/vitis/Makefile b/AI_Engine_Development/AIE-MLv2/Design_Tutorials/01-Radio-ML/vitis/Makefile new file mode 100755 index 0000000000..f9acf25218 --- /dev/null +++ b/AI_Engine_Development/AIE-MLv2/Design_Tutorials/01-Radio-ML/vitis/Makefile @@ -0,0 +1,100 @@ +# +# Copyright (C) 2025, Advanced Micro Devices, Inc. All rights reserved. +# SPDX-License-Identifier: MIT +# +# Author: Faisal El-Shabani + +QEMU_PREBUILT := amd-cortexa78-mali-common_vek385_qemu_prebuilt +export QEMU_COMBINED := base_camp_images +export WIC_PARTITION := edf-linux-disk-image-amd-cortexa78-mali-common.rootfs.wic.ufs:2 + +export DUT = dut +export XCLBIN = ${DUT}.xclbin + +TARGET ?= hw +export IP_DIR := $(abspath ../aie/radioml_top) +GRAPH_O := ${IP_DIR}/libadf.a +export XSA := my.xsa +export STIMULUS_DIR := ${IP_DIR}/data + +export APP_EXE := ../ps_apps/host.exe + +export SD_CARD := $(abspath ../package) +export BUILD_DIR := build_${TARGET} + +export EMBD_EXC := embedded_exec.sh +SYSTEM_CFG := system.cfg + +.PHONY: help all clean + +help:: + @echo "Makefile Usage:" + @echo " make all" + @echo " Command to generate the sd_card in this design, including platform/petalinux/ip/ps_apps" + @echo "" + @echo " make clean" + @echo " Command to remove all the generated files." + +ifeq (${TARGET},hw) + all: ${SD_CARD} +else + all: ${SD_CARD} qemu_combined copy_wic +endif + +${BUILD_DIR}: + mkdir ${BUILD_DIR} + +${BUILD_DIR}/${XSA}: ${GRAPH_O} ${SYSTEM_CFG} ${BUILD_DIR} + cd ${BUILD_DIR} && \ + v++ --link --debug --save-temps \ + --target ${TARGET} \ + --platform ${PLATFORM} \ + $(addprefix --config ../, ${SYSTEM_CFG}) \ + ${GRAPH_O} \ + --output ${XSA} \ + 2>&1 | tee vpp_link.log + +${EMBD_EXC}: + @echo "#!/bin/bash" >> ${EMBD_EXC} + @echo "#" >> ${EMBD_EXC} + @echo "# Copyright (C) 2024, Advanced Micro Devices, Inc. All rights reserved." >> ${EMBD_EXC} + @echo "# SPDX-License-Identifier: MIT" >> ${EMBD_EXC} + @echo "#" >> ${EMBD_EXC} + @echo "" >> ${EMBD_EXC} +ifeq ("$(TARGET)","hw_emu") + @echo "export XCL_EMULATION_MODE=hw_emu" >> ${EMBD_EXC} +endif + @echo 'echo "INFO: Load the pdi and dtbo using fpgautil"' >> ${EMBD_EXC} + @echo "fpgautil -b ${DUT}.pdi -o ${DUT}.dtbo" >> ${EMBD_EXC} + @echo "" >> ${EMBD_EXC} + @echo "./host.exe ${DUT}.xclbin" >> ${EMBD_EXC} + @echo 'return_code=$$?' >> ${EMBD_EXC} + @echo 'if [ $$return_code -ne 0 ]; then' >> ${EMBD_EXC} + @echo ' echo "ERROR: Embedded host run failed, RC=$$return_code"' >> ${EMBD_EXC} + @echo 'fi' >> ${EMBD_EXC} + @echo echo '"INFO: Embedded host run completed."' >> ${EMBD_EXC} + chmod 755 ${EMBD_EXC} + +${SD_CARD}: ${BUILD_DIR}/${XSA} ${APP_EXE} ${EMBD_EXC} + cd ${BUILD_DIR} && v++ -p -s -t ${TARGET} -f ${XSA} --package.out_dir ${SD_CARD} --package.defer_aie_run ${GRAPH_O} -o ${XCLBIN} 2>&1 | tee vpp_pack.log +ifeq (${TARGET},hw) + cp -rf ${BUILD_DIR}/${DUT}.xclbin ${SD_CARD}/. + cp -rf ${STIMULUS_DIR}/* ${SD_CARD}/. + cp -rf ${EMBD_EXC} ${SD_CARD}/. + cp -rf ${APP_EXE} ${SD_CARD}/. +endif + +qemu_combined: + rm -rf ${QEMU_COMBINED}; \ + mkdir -p ${QEMU_COMBINED}; \ + cp -prf ${YOCTO_ARTIFACTS}/${QEMU_PREBUILT}/* ${QEMU_COMBINED}/.; \ + +copy_wic: + ./run_copy_wic.sh + +run_emu: + cd ../package && ./launch_hw_emu.sh -qemu-config ../vitis/${QEMU_COMBINED}/combined.qemuboot.conf -login "amd-edf" -password "amd-edf" -run-app " mount /dev/sda2 /media; cd /media; ./${EMBD_EXC}" + +clean: + /bin/rm -rf ${SD_CARD} ${BUILD_DIR} *.o ${QEMU_COMBINED} .Xil ${EMBD_EXC} .ipcache + diff --git a/AI_Engine_Development/AIE-MLv2/Design_Tutorials/01-Radio-ML/vitis/run_copy_wic.sh b/AI_Engine_Development/AIE-MLv2/Design_Tutorials/01-Radio-ML/vitis/run_copy_wic.sh new file mode 100755 index 0000000000..6494880a13 --- /dev/null +++ b/AI_Engine_Development/AIE-MLv2/Design_Tutorials/01-Radio-ML/vitis/run_copy_wic.sh @@ -0,0 +1,45 @@ +#!/bin/bash +# +# Copyright (C) 2024, Advanced Micro Devices, Inc. All rights reserved. +# SPDX-License-Identifier: MIT +# +# Author: Faisal El-Shabani +unset LD_LIBRARY_PATH +source ${YOCTO_ARTIFACTS}/amd-cortexa78-mali-common_meta-edf-app-sdk/sdk/environment-setup-cortexa72-cortexa53-amd-linux +echo "sourced" +wic cp --sector-size=4096 ${EMBD_EXC} ./${QEMU_COMBINED}/${WIC_PARTITION} +echo "copied embedded_exec.sh" +wic cp --sector-size=4096 ${APP_EXE} ./${QEMU_COMBINED}/${WIC_PARTITION} +echo "copied host.exe" +wic cp --sector-size=4096 ${BUILD_DIR}/${XCLBIN} ./${QEMU_COMBINED}/${WIC_PARTITION} +echo "copied xclbin" +wic cp --sector-size=4096 ${SD_CARD}/${DUT}.dtbo ./${QEMU_COMBINED}/${WIC_PARTITION} +echo "copied dtbo" +wic cp --sector-size=4096 ${SD_CARD}/${DUT}.pdi ./${QEMU_COMBINED}/${WIC_PARTITION} +echo "copied pdi" +wic cp --sector-size=4096 ${STIMULUS_DIR}/data_iq.txt ./${QEMU_COMBINED}/${WIC_PARTITION} +wic cp --sector-size=4096 ${STIMULUS_DIR}/data_o.txt ./${QEMU_COMBINED}/${WIC_PARTITION} +wic cp --sector-size=4096 ${STIMULUS_DIR}/w1_weights-rtp.txt ./${QEMU_COMBINED}/${WIC_PARTITION} +wic cp --sector-size=4096 ${STIMULUS_DIR}/w1_biases-rtp.txt ./${QEMU_COMBINED}/${WIC_PARTITION} +wic cp --sector-size=4096 ${STIMULUS_DIR}/w3_weights-rtp.txt ./${QEMU_COMBINED}/${WIC_PARTITION} +wic cp --sector-size=4096 ${STIMULUS_DIR}/w3_biases-rtp.txt ./${QEMU_COMBINED}/${WIC_PARTITION} +wic cp --sector-size=4096 ${STIMULUS_DIR}/w5_weights-rtp.txt ./${QEMU_COMBINED}/${WIC_PARTITION} +wic cp --sector-size=4096 ${STIMULUS_DIR}/w5_biases-rtp.txt ./${QEMU_COMBINED}/${WIC_PARTITION} +wic cp --sector-size=4096 ${STIMULUS_DIR}/w7_weights-rtp.txt ./${QEMU_COMBINED}/${WIC_PARTITION} +wic cp --sector-size=4096 ${STIMULUS_DIR}/w7_biases-rtp.txt ./${QEMU_COMBINED}/${WIC_PARTITION} +wic cp --sector-size=4096 ${STIMULUS_DIR}/w9_weights-rtp.txt ./${QEMU_COMBINED}/${WIC_PARTITION} +wic cp --sector-size=4096 ${STIMULUS_DIR}/w9_biases-rtp.txt ./${QEMU_COMBINED}/${WIC_PARTITION} +wic cp --sector-size=4096 ${STIMULUS_DIR}/w11_weights-rtp.txt ./${QEMU_COMBINED}/${WIC_PARTITION} +wic cp --sector-size=4096 ${STIMULUS_DIR}/w11_biases-rtp.txt ./${QEMU_COMBINED}/${WIC_PARTITION} +wic cp --sector-size=4096 ${STIMULUS_DIR}/w13_weights-rtp.txt ./${QEMU_COMBINED}/${WIC_PARTITION} +wic cp --sector-size=4096 ${STIMULUS_DIR}/w13_biases-rtp.txt ./${QEMU_COMBINED}/${WIC_PARTITION} +wic cp --sector-size=4096 ${STIMULUS_DIR}/w16_0_weights-rtp.txt ./${QEMU_COMBINED}/${WIC_PARTITION} +wic cp --sector-size=4096 ${STIMULUS_DIR}/w16_1_weights-rtp.txt ./${QEMU_COMBINED}/${WIC_PARTITION} +wic cp --sector-size=4096 ${STIMULUS_DIR}/w16_biases-rtp.txt ./${QEMU_COMBINED}/${WIC_PARTITION} +wic cp --sector-size=4096 ${STIMULUS_DIR}/w17_weights-rtp.txt ./${QEMU_COMBINED}/${WIC_PARTITION} +wic cp --sector-size=4096 ${STIMULUS_DIR}/w17_biases-rtp.txt ./${QEMU_COMBINED}/${WIC_PARTITION} +wic cp --sector-size=4096 ${STIMULUS_DIR}/w18_weights-rtp.txt ./${QEMU_COMBINED}/${WIC_PARTITION} +wic cp --sector-size=4096 ${STIMULUS_DIR}/w18_biases-rtp.txt ./${QEMU_COMBINED}/${WIC_PARTITION} +wic cp --sector-size=4096 ${STIMULUS_DIR}/modulation_classes.txt ./${QEMU_COMBINED}/${WIC_PARTITION} +echo "copied Stimulus IO files" + diff --git a/AI_Engine_Development/AIE-MLv2/Design_Tutorials/01-Radio-ML/vitis/system.cfg b/AI_Engine_Development/AIE-MLv2/Design_Tutorials/01-Radio-ML/vitis/system.cfg new file mode 100755 index 0000000000..a7c8410879 --- /dev/null +++ b/AI_Engine_Development/AIE-MLv2/Design_Tutorials/01-Radio-ML/vitis/system.cfg @@ -0,0 +1,33 @@ +# +# Copyright (C) 2023, Advanced Micro Devices, Inc. All rights reserved. +# SPDX-License-Identifier: MIT +# +# Author: Faisal El-Shabani + +# ------------------------------------------------------------ +# Clocks +# ------------------------------------------------------------ + +[connectivity] + +# ------------------------------------------------------------ +# HLS PL Kernels: +# ------------------------------------------------------------ + +# ------------------------------------------------------------ +# AXI Stream Connections (PL to AIE) +# ------------------------------------------------------------ + +# ------------------------------------------------------------ +# Vivado PAR +# ------------------------------------------------------------ + +[vivado] +#impl.strategies=Performance_Explore,Performance_ExplorePostRoutePhysOpt,Performance_WLBlockPlacement,Performance_WLBlockPlacementFanoutOpt,Performance_EarlyBlockPlacement,Performance_NetDelay_high,Performance_NetDelay_low,Performance_Retiming,Performance_ExtraTimingOpt,Performance_RefinePlacement,Congestion_SpreadLogic_high,Congestion_SpreadLogic_medium,Congestion_SpreadLogic_low,Area_Explore,Area_ExploreSequential,Area_ExploreWithRemap +#impl.jobs=8 +prop=run.impl_1.steps.phys_opt_design.is_enabled=1 +prop=run.impl_1.steps.post_route_phys_opt_design.is_enabled=1 + +# This enabled unified AIE flow to show AIE resource in Vivado: +param=project.enableUnifiedAIEFlow=true + diff --git a/AI_Engine_Development/AIE-MLv2/Design_Tutorials/README.md b/AI_Engine_Development/AIE-MLv2/Design_Tutorials/README.md new file mode 100644 index 0000000000..4473363563 --- /dev/null +++ b/AI_Engine_Development/AIE-MLv2/Design_Tutorials/README.md @@ -0,0 +1,34 @@ + + + + +
+ + + AMD logo + +

AMD Vitis™ AI Engine Tutorials

+ See Vitis™ Development Environment on amd.com +
+ See Vitis™ AI Development Environment on amd.com +
+ +# Design Tutorials + +The AI Engine Development Design Tutorials showcase the two major phases of AI Engine-MLv2 application development: architecting the application and developing the kernels. Both phases are demonstrated in these tutorials. + + + + + + + + +
Tutorial + Description +
Radio-ML on AIE-ML v2This tutorial implements a Convolutional Neural Network classifier on AMD Versal™ AI Edge Series Gen 2 for radio signal classification. +
+ +

Copyright © 2020–2025 Advanced Micro Devices, Inc.

+ +

Terms and Conditions

diff --git a/Vitis_HLS/Feature_Tutorials/01-using_code_analyzer/01-using_code_analyzer.rst b/AI_Engine_Development/AIE-MLv2/Feature_Tutorials/01-aie-mlv2_a_to_z/01-aie-mlv2_a_to_z-sourcelink.rst similarity index 57% rename from Vitis_HLS/Feature_Tutorials/01-using_code_analyzer/01-using_code_analyzer.rst rename to AI_Engine_Development/AIE-MLv2/Feature_Tutorials/01-aie-mlv2_a_to_z/01-aie-mlv2_a_to_z-sourcelink.rst index 22c44fdc3f..34b35a6e54 100644 --- a/Vitis_HLS/Feature_Tutorials/01-using_code_analyzer/01-using_code_analyzer.rst +++ b/AI_Engine_Development/AIE-MLv2/Feature_Tutorials/01-aie-mlv2_a_to_z/01-aie-mlv2_a_to_z-sourcelink.rst @@ -1,5 +1,5 @@ ####################################################### -Version: Vitis 2024.1 +Version: Vitis 2025.2 ####################################################### -To view the source files for this tutorial, click `here `_. +To view the source files for this tutorial, click `here `_. diff --git a/AI_Engine_Development/AIE-MLv2/Feature_Tutorials/01-aie-mlv2_a_to_z/01-custom_base_platform_creation.md b/AI_Engine_Development/AIE-MLv2/Feature_Tutorials/01-aie-mlv2_a_to_z/01-custom_base_platform_creation.md new file mode 100644 index 0000000000..8c50417722 --- /dev/null +++ b/AI_Engine_Development/AIE-MLv2/Feature_Tutorials/01-aie-mlv2_a_to_z/01-custom_base_platform_creation.md @@ -0,0 +1,116 @@ + + + + +
+ + + AMD logo + +

AMD Vitis™ AI Engine Tutorials

+ See Vitis™ Development Environment on amd.com +
+ See Vitis™ AI Development Environment on amd.com +
+ +# Custom Platform Creation + +## Platforms + +A platform is the starting point of your design and will be used to build Vitis software platform applications. + +>**NOTE**: AMD recommends using the VEK385 base platform provided on the Versal AI Edge Series Gen 2 VEK385 HeadStart Board Early Access Secure Site as a starting point for designs. This page is intended for users who would like to understand how the base platform is generated. Other users can start directly from [AI Engine Development](./02-aie_application_creation.md). + +In this first section of the tutorial, an example of how to create a new platform is shown. This starts with building the hardware system using the AI Engine in the AMD Vivado™ Design Suite. + +This is in most ways a traditional AMD Vivado™ design. You are building the platform, that is, the part of the design that you do not want the Vitis tools to configure or modify. This can include completely unrelated logic, any hierarchy you want to have in the design, but there are some rules that you must follow: + +- Your design must contain an IP integrator block diagram containing the CIPS, NOC, and other infrastructure IP. +- Your design must have at least one clock that you will expose to Vitis for use with any kernels that it adds. +This clock must have an associated `proc_sys_reset` block. + +This tutorial targets the VEK385 board + +### Step 1: Build the AMD Versal™ Extensible Embedded Platform Example Design in Vivado + +1. Launch Vivado IDE, and select ***Open Example Project*** from the Welcome window. You can also do it by clicking ***File*** from the menu, and select ***Project*** and then ***Open Example***. + +2. Click ***Next*** to skip the first page of the wizard. In the template selection page, select the ***Versal Embedded Common Platform*** template. Click ***Next***. + +3. Name this project as ***custom_pfm_vek385*** and click ***Next***. + +4. In the part selection page, select the **VEK385 Evaluation Platform**. Click ***Next***. + +5. In the design preset page, change the **Design Type** to **Extensible** and keep the default settings for the clocks: + + ![missing image](images/252_design_preset_config_VEK385.jpg) + + +6. Click **Next** and ***Finish*** to complete the example design creation phase, and this will open up the Vivado project with the template design you just created. You can open the block design to view the details of the platform design. By using the pre-built template, you can easily get a validated hardware design of the platform to move on to the next step. In your real design development procedure, you can use this as a baseline design and make further modifications on top of it. + + ![missing image](images/251_block_design_complete.jpg) + + +7. Click ***Generate Block Design*** from the Flow Navigator panel on the left, click ***Generate***, and wait for the process to complete. + +>**NOTE**: A critical warning is displayed by Vivado when generating the Block Design. This is due to the fact that the Interrupt Controller IP has an unconnected input. This can be ignored as this input will be connected automatically by Vitis later in the flow. + +8. Click ***File*** from the menu, and select ***Export*** > ***Export Platform***. + + a. On the second page, select ***Hardware and hardware emulation*** as the platform type. + + ![missing image](images/221_export_xsa_pg1.png) + + b. On the third page select ***Pre-synthesis***. + + ![missing image](images/export_xsa_pg2.png) + + c. On the fourth page, add the name of the platform. + + ![missing image](images/251_platform_properties_vek385.jpg) + + d. On the fourth page, set the name of the XSA, and click ***Finish***. + + ![missing image](images/251_platform_properties_vek385_2.jpg) + +9. Close the Vivado project after platform export process finishes. + +> Note: The vivado platform creation can be automated by running "make vivado_platform" + +### Step 2: Build the Platform in the Vitis Software Platform + +1. Open the Vitis Unified IDE, and select a workspace. + +2. On the Welcome Page, select ***Create Platform Component***, or select ***File → New Component → Platform***. + +3. Set the platform component name to ***base_pfm_vek385*** and click ***Next***. + + ![missing image](images/251_create_platform_pg1_vek385.jpg) + +4. Select ***Hardware Design*** and use the XSA generated during the previous step and click ***Next*** + + ![missing image](images/251_create_platform_pg2_vek385.jpg) + +5. Set the Operating System to ***aie_runtime*** and the Processor to ***ai_engine*** and click ***Next***. Then click ***Finish*** to create the platform component. + + ![missing image](images/232_create_platform_pg3.jpg) + +6. Then build the platform by clicking on ***Build*** In the flow navigator with the base_pfm_vek385 component selected. + + ![missing image](images/251_build_platform_vek385.jpg) + + >**NOTE**: If you modify the XSA file later, go to vitis-comp.json located in the Settings folder of the platform component and click ***switch xsa*** + +7. The generated platform can be found in `workspace/base_pfm_vek385/export`. + +In this step, you created the platform starting with building the hardware platform in the Vivado Design Suite. Then, you built the platform in the Vitis software platform, based on the exported XSA file. + +> Note: The vivado platform creation can be automated by running "make vitis_platform" + +In the next step, you will build an AI Engine application using this platform. + +

Return to Start of TutorialGo to AI Engine Development

+ +

Copyright © 2025 Advanced Micro Devices, Inc.

+ +

Terms and Conditions

diff --git a/AI_Engine_Development/AIE-MLv2/Feature_Tutorials/01-aie-mlv2_a_to_z/02-aie_application_creation.md b/AI_Engine_Development/AIE-MLv2/Feature_Tutorials/01-aie-mlv2_a_to_z/02-aie_application_creation.md new file mode 100644 index 0000000000..d2b9c3d93b --- /dev/null +++ b/AI_Engine_Development/AIE-MLv2/Feature_Tutorials/01-aie-mlv2_a_to_z/02-aie_application_creation.md @@ -0,0 +1,109 @@ + + + + +
+ + + AMD logo + +

AMD Vitis™ AI Engine Tutorials

+ See Vitis™ Development Environment on amd.com +
+ See Vitis™ AI Development Environment on amd.com +
+ +# Introduction - AI Engine Development + +In this section of the tutorial, you will learn how to create a new AI Engine application project from a template, and run through the ***Emulation-AIE*** process. + +## Step 1: Create a new AI Engine Application Project + +1. Open the Vitis Unified IDE if you have closed it. You can use the same workspace as the previous stage or create a new one. + +2. Click on ***View > Examples*** to view the application examples installed with Vitis + +3. Under **AI Engine Examples > Installed AI Engine Examples** select the ***Simple*** example + + ![missing image](images/232_aie_simple_ex.jpg) + +4. Click ***Create AI Engine Component from Template*** + + ![missing image](images/232_aie_simple_ex2.jpg) + + >**NOTE:** In the description of the template, it says that the template works only for AI Engine Emulation and software (x86) simulation. In the following steps, you will learn how to make it work on hardware. + +5. Set the component name as ***simple_aie_application*** and click ***Next*** + + ![missing image](images/232_aie_app_pg1.jpg) + +6. On the platform page, select the platform you want to use: + + * If you have created the platform following step 1, select the **base_pfm_vek385** platform you just created. If you do not use the same workspace from last step, click **Add**, and select the folder `base_pfm_vek385/export` to add the platform into this workspace. + * If you have skipped step 1, select the VEK385 base platform (xilinx_vek385_base_202510_1) which is part of the Vitis installation. + + >**NOTE 1:** There is a current limitation in the Vitis IDE when using the base platform (vek385_base). Recommendation is to follow step 1 to create a custom platform from vivado + + ![missing image](images/251_aie_app_pg2_vek385.jpg) + +7. Click ***Finish***. + +8. The template imports two folders: + + * `src` contains the sources for the kernels and the graph. + * `data` contains the data for the simulation input (`input.txt`) and the golden reference for the output (`golden.txt`). + + ![missing image](images/232_aie_app_folder.jpg) + +9. Open the file `project.h` to see the graph. You can see that the graph (simpleGraph) has one input and one output and implements two kernels with the same function. The output of the first kernel feeds the second one. + + ``` + first = kernel::create(simple); + second = kernel::create(simple); + adf::connect(in.out[0], first.in[0]); + connect(first.out[0], second.in[0]); + connect(second.out[0], out.in[0]); + ``` + + This is the representation of the graph. + + ![missing image](images/aie_app_graph.png) + +10. Open the file `kernels/kernels.cc` to see what function will be implemented in the kernels. +You can see that this is a simple operation which is doing the sum of the real and imaginary parts of the input to create the real part of the output and the subtraction the real and imaginary part of the input to create the imaginary part of the output. + + ``` + void simple(adf::input_buffer & in, adf::output_buffer & out) { + cint16 c1, c2; + cint16* inItr = in.data(); + cint16* outItr = out.data(); + for (unsigned i=0; i Note: The ai engine application creation can be automated by running "make aie_app" + +

Go to System Integration

+ +

Copyright © 2025 Advanced Micro Devices, Inc.

+ +

Terms and Conditions

diff --git a/AI_Engine_Development/AIE-MLv2/Feature_Tutorials/01-aie-mlv2_a_to_z/03-pl_application_creation.md b/AI_Engine_Development/AIE-MLv2/Feature_Tutorials/01-aie-mlv2_a_to_z/03-pl_application_creation.md new file mode 100644 index 0000000000..2a9c2da77b --- /dev/null +++ b/AI_Engine_Development/AIE-MLv2/Feature_Tutorials/01-aie-mlv2_a_to_z/03-pl_application_creation.md @@ -0,0 +1,122 @@ + + + + +
+ + + AMD logo + +

AMD Vitis™ AI Engine Tutorials

+ See Vitis™ Development Environment on amd.com +
+ See Vitis™ AI Development Environment on amd.com +
+ +# Introduction: System Integration + +In this section of the tutorial, you will learn how to add programmable logic (PL) kernels in HLS into the system project, and build the whole system. + +## Step 1: Add PL Kernels + +In this example, HLS kernels are used which bridge between memory and the AXI4-Stream interface to input and output data from memory. + +* The `mm2s` kernel reads data from memory and inputs it to the AI Engine array. +* The `s2mm` kernel receives output data from the AI Engine array and writes it to memory. + +1. In the Vitis Unified IDE click ***File > New Component > HLS*** + +2. Name the first component **mm2s** and click ***Next***. + +3. In the **Configuration File** page, keep the default settings (**Empty File**) and click ***Next*** + +4. In the **Add Source Files** page, add the file **mm2s.cpp** from the src folder + + ![missing image](images/232_mm2s_comp.jpg) + +5. In the same page, set the mm2s function as the top function (click ***Browse*** and select ***mm2s***) + + ![missing image](images/232_mm2s_comp2.jpg) + + ![missing image](images/232_mm2s_comp3.jpg) + +6. In the **Select Platform** Page: +* If you have created the platform following step 1, select the **base_pfm_vek385** platform you just created. +* If you have skipped step 1, select the VEK385 base platform (xilinx_vek385_base_202510_1) . + + Click ***Next*** + +7. In the **Edit Settings** page select ***Vitis Kernel Flow Target*** under **flow_target** and ***Generate a Vitis XO*** under **package.output_format** and click ***Next*** + + ![missing image](images/232_mm2s_comp4.jpg) + +8. Click ***Finish*** + +9. In the flow navigator, click on ***Run*** under **C SYNTHESIS**. + +10. In the flow navigator, click on ***Run*** under **PACKAGE**. + +11. Repeat steps 1 to 10 to create another HLS component called **s2mm** with the **s2mm.cpp** source file + +## Step 3: Configure the Hardware Linking Project + +Now that you have imported the kernels, you need to tell the Vitis linker how to connect everything together. + +1. Create a new System Project component by clicking ***File > New Component > System Project*** + +2. Call this system component **simple_aie_application_system_project** and click ***Next*** + +3. In the **Select Platform** Page: +* If you have created the platform following step 1, select the **base_pfm_vek385** platform you just created. +* If you have skipped step 1, select the select the VEK385 base platform (vek385_base) . + +4. Skip the **Embedded Component Paths** page (click ***Next***). This page is used for system running Linux. Our system will be Baremetal. + +5. Click ***Finish*** + +6. Open the settings file called **vitis-sys.json** under **simple_aie_application_system_project > Settings** and click on ***Add Existing Components*** in the **Components** section at the bottom of the file. Click ***HLS*** and select the ***mm2s*** and ***s2mm*** components. + + ![missing image](images/251_sys_proj_vek385.jpg) + +7. Click again on ***Add Existing Components*** in the **Components** section at the bottom of the file. Click ***AI Engine*** and select the **simple_aie_application*** components. + +8. Now you need to tell the Vitis compiler about the connectivity of the system. This step is done using a configuration file. Still in the settings file **vitis-sys.json**, under **Hardware Link Settings** expend **binary_container_1** and click on ***hw_link/binary_container_1-link.cfg*** + + ![missing image](images/251_cfg_file_vek385.jpg) + +In **binary_container_1-link.cfg** change the view to **Source editor** and add the following lines under **[connectivity]** + + ``` + stream_connect=mm2s_1.s:ai_engine_0.mygraph_in + stream_connect=ai_engine_0.mygraph_out:s2mm_1.s + ``` +![missing image](images/232_cfg_file1.jpg) + +Note that as per the [Vitis Unified Software Platform Documentation: Application Acceleration Development (UG1393)](https://docs.amd.com/r/en-US/ug1393-vitis-application-acceleration/connectivity-Options), the naming convention for the compute units (or kernel instances) are `_#`, where `#` indicates the CU instance. Thus, the CU names built corresponding to the kernels `mm2s` and `s2mm` in your project are respectively `mm2s_1` and `s2mm_1`. The `stream_connect` option is defined as `.:.`. For example, to connect the AXI4-Stream interface of the `mm2s_1` (compute unit name) called `s` (kernel interface name) to the `mygraph_in` (interface name) input of the graph in the `ai_engine_0` (compute unit name) IP you need the following option: `stream_connect=mm2s_1.s:ai_engine_0.mygraph_in`. + +9. In the **binary_container_1-link.cfg** page, change back the view to **Settings Forms** and enable **Export hardware (XSA)**. + + ![missing image](images/232_cfg_file2.jpg) + +## Step 4. Build the System + +1. In the flow navigator, make sure **simple_aie_application_system_project** is selected and click on ***Build Binary Container*** under **HARDWARE > LINK - binary_container_1**. Click ***OK*** when asked to build the HLS components (mm2s and s2mm) +The compilation process takes some time to finish. The underlying AI Engine application project, hardware kernel project, and hardware linking project are compiled one after another. The system should build successfully with no error. + + ![missing image](images/232_system_build.jpg) + +2. You can open the generated the AMD Vivado™ project in `/simple_aie_application_system_project/build/hw/hw_link/binary_container_1/binary_container_1/vivado/vpl/prj/prj.xpr` to take a look at the compilation result. You can see that the Vitis compiler added the two HLS IP (`mm2s` and `s2mm`) and connected them to the memory (NOC) and AI Engine IP. + + ![missing image](images/232_vivado_prj.jpg) + + ![missing image](images/232_vivado_prj2.jpg) + +> Note: Creation of thr PL can be automated by running "make pl_app" + +In the next step, you will create a processing system (PS) bare-metal application, and run the system with it. + +

Go to PS Application and Run

+ +

Copyright © 2025 Advanced Micro Devices, Inc.

+ +

Terms and Conditions

diff --git a/AI_Engine_Development/AIE-MLv2/Feature_Tutorials/01-aie-mlv2_a_to_z/04-ps_application_creation_run_all.md b/AI_Engine_Development/AIE-MLv2/Feature_Tutorials/01-aie-mlv2_a_to_z/04-ps_application_creation_run_all.md new file mode 100644 index 0000000000..4d632ac78f --- /dev/null +++ b/AI_Engine_Development/AIE-MLv2/Feature_Tutorials/01-aie-mlv2_a_to_z/04-ps_application_creation_run_all.md @@ -0,0 +1,141 @@ + + + + +
+ + + AMD logo + +

AMD Vitis™ AI Engine Tutorials

+ See Vitis™ Development Environment on amd.com +
+ See Vitis™ AI Development Environment on amd.com +
+ +# Introduction: PS Application Creation and Run + +In this section of the tutorial, you will learn how to build a PS bare-metal application using the XSA created in the previous step, and then build, as well as run the complete system. + +## Step 1: Create a New Platform in the Bare-metal Domain + +1. In the Vitis Unified IDE with the same workspace directory as the previous step. Click ***File → New Component → Platform***. + +2. Set the Platform Project Name to **AIE_A-to-Z_pfm_vek385**, and click **Next**. + +3. Use the XSA generated in the previous step that you can find in `simple_aie_application_system_project/build/hw/hw_link/binary_container_1.xsa` + + ![missing image](images/232_ps_pfm.jpg) + +4. Set **standalone** as the **Operating system**, **psv_cortexa78_0** as the **Processor** and click **Finish**. + + ![missing image](images/251_ps_os_vek385.jpg) + +5. Open the platform setting file (vitis_comp.json) and open the Board Support Package for the cortexa78_0 and enable the **aiebaremetal** library + + ![missing image](images/252_vek385_bsp.jpg) + +6. Build the platform. + +## Step 2. Build the Baremetal AI Engine Control Application + +1. Create a new application by clicking ***File → New Component → Application***. + +2. Set the name for the application to `A-to-Z_app` and click ***Next***. + +3. Select **AIE_A-to-Z_pfm_vek385** as the platform and click ***Next***. + +4. Select the A78_0 processor domain (`standalone_psv_cortexa78_0`), and click ***Next*** and then ***Finish***. + +5. Right-click the `src` folder under the **A-to-Z_app** project, and click ***Import → Files***. + +6. Import the `baremetal_metadata_compile.cpp` file from the output of the AI Engine application project (`simple_application/build/hw/Work/baremetal_metadata_compile.cpp`). + +7. Import `main.cpp` from the `src` folder from the git repository. + + Go through the `main.cpp` file. You can see that the code is initializing the input data and the memory space for the output data. One thing to note is the use of the `.run()` API to control the AI Engine. + + ``` + printf("Running Graph for 4 iterations\n"); + gr.run(4); + ``` + + There are two options to enable an AI Engine graph from a system: + + * Enable the graph in the PDI. This means that the graph will be started during BOOT and will run forever. + * Enable the AI Engine graph from the PS program using the `.init()` and `.run()` APIs. This is what you are using in this case. + +8. Modify the Linker Script to increase the heap size for AIE library. + + * In the Project Explorer, expand the A-to-z_app component. + + * In the src directory, double-click `lscript.ld` to open the linker script for this project. + + * In the linker script modify the Heap size to `0x100000` (1MB). + + ![missing image](images/232_heapsize.jpg) + +12. Build the A72 PS component (`A-to-Z_app`). + +> Note: The creation of the Vitis fixed platform and the ps application can be automated running "make ps_app" + +## Step 3: Package the Full System + +1. Open the settings file **vitis-sys.json** for the **simple_aie_application_system_project** and click on the **package.cfg** config file under **Package Settings** + + ![missing image](images/252_package_option_vek385_1.jpg) + +2. In the **General** Section, in the Baremetal Elf setting add the following to tell the packager to add the application executable and run it on the A72 processor + + `../../../../A-to-Z_app/build/A-to-Z_app.elf,a78-0` + + ![missing image](images/252_package_option_vek385_2.jpg) + +3. In the **AI Engine section** select the option **Do not enable cores** + + ![missing image](images/232_package_option_3.jpg) + + >**NOTE:** The option will add the line --package.defer_aie_run in the package + configuration file. This is required when running the AI Engine graph from th + e PS (see the [AI Engine Tools and Flows User Guide (UG1076)](https://docs.amd.com/r/en-US/ug1076-ai-engine-environment/Integrating-the-Application-Using-the-Vitis-Tools-Flow)). + If the user is looking for a free running graph, this option should be disabled + +4. In the **AI Engine section** deselect the option **Enable debug** + + ![missing image](images/232_package_option_4.jpg) + + >**NOTE:** This option is used when running the debugger. In our case, we will just run the system without using the debugger + +5. Build the **simple_aie_application_system_project** project for Hardware (Click ***Build All*** under **HARDWARE** in the Flow navigator). + +## Step 4: Run or Debug the System in Hardware using JTAG +We will now test our system first by booting it through JTAG. As discussed previously, the segmented flow will use two PDI files; boot and PLD. The AIE binaries are applied to the PLD PDI. We have to tell the IDE to use both of them + +1. In the flow navigator, select the A-to-Z_app component and click on the configuration icon which appear on the right of the Run option when you hover it with you mouse + ![missing image](images/251_jtag_config.jpg) + +2. Click on New Launch Configuration + +3. Set up you target connection (local or remote) + +4. Select **Load PL PDI** and set the path to **${workspaceFolder}/simple_aie_application_system_project/build/hw/package/package/binary_container_1.pdi** + +5. Power up the board + +The output will be send to UART0. + +6. If you are using a Rev B. board, open a serial terminal to get the UART0. If you are using a RevA, the UART0 is not available through the serial interfaces but is routed to the System Controller for remote UART functionality. To access it, log in to the system controller and set an IP address for the PS ethernet inteface and an IP address of the same network group to your PC (for example 192.168.1.2 and 192.168.1.1). Then open a Telnet Terminal (for example in tera term) and connect to 192.168.1.2:4001 to get the UART0 terminal + + ![missing image](images/Telnet_tera_term.jpg) + +7. Click on Run. You should see the application running successfully + + ![missing image](images/UART_out.jpg) + +## Summary + +In this tutorial, you have performed an end-to-end flow to create a platform based on the VEK385 board, added an AI Engine kernel and PL kernels into the system, and built a PS bare-metal application to control the system. Then you have run the system is hardware emulation and hardware. + +

Copyright © 2025 Advanced Micro Devices, Inc.

+ +

Terms and Conditions

diff --git a/AI_Engine_Development/AIE-MLv2/Feature_Tutorials/01-aie-mlv2_a_to_z/Makefile b/AI_Engine_Development/AIE-MLv2/Feature_Tutorials/01-aie-mlv2_a_to_z/Makefile new file mode 100644 index 0000000000..f96bcd9035 --- /dev/null +++ b/AI_Engine_Development/AIE-MLv2/Feature_Tutorials/01-aie-mlv2_a_to_z/Makefile @@ -0,0 +1,73 @@ +# +# Copyright (C) 2025, Advanced Micro Devices, Inc. All rights reserved. +# SPDX-License-Identifier: MIT +# + +################################################################################ +# Variables needed for AMD tools version checking, PLEASE DO NOT MODIFY # +################################################################################ +REQUIRED_VERSION = 2025.2 +VIVADO_VERSION := $(shell vivado -version 2>/dev/null | grep "vivado ") +VITIS_VERSION := $(shell vitis -version 2>/dev/null | grep "Vitis " | sed 's/\*//g') + +############################################### +# Variables that may be changed to your needs # +############################################### + +# TARGET = hw or hw_emu +export TARGET := hw + +############## +# Build Flow # +############## +.PHONY: clean help all vivado vitis_platform vitis_ip vitis ps_apps linux + +help:: + $(ECHO) "Makefile Usage:" + $(ECHO) " make vivado_platform" + $(ECHO) " Builds a Vivado custom base HW platform using Pre-Synth flow" + $(ECHO) " To run full implementation platform, override using environment variable" + $(ECHO) "" + $(ECHO) " make vitis_platform" + $(ECHO) " Builds the Vitis platform" + $(ECHO) " * Depends on vivado_platform rule to be completed" + $(ECHO) "" + $(ECHO) " make aie_app" + $(ECHO) " Creates and Builds the AI Engine component" + $(ECHO) " * Depends on vivado_platform and vitis_platform rule to be completed" + $(ECHO) "" + $(ECHO) " make all" + $(ECHO) " Generate the full project + $(ECHO) "" + $(ECHO) " make clean" + $(ECHO) " Command to remove all the generated files." + +vivado_platform: + $(MAKE) platform_vivado -C vivado + +vitis_platform: + $(MAKE) pfm -C vitis + +aie_app: + $(MAKE) aie_app -C vitis + +pl_app: + $(MAKE) pl_app -C vitis + +ps_app: + $(MAKE) ps_app -C vitis + +vitis: + $(MAKE) vitis -C vitis + +run_emu: + $(MAKE) run_hw_emu -C vitis + +all: vivado_platform vitis + +run: all run_emu + + +clean: + $(MAKE) clean -C vivado + $(MAKE) clean -C vitis diff --git a/AI_Engine_Development/AIE-MLv2/Feature_Tutorials/01-aie-mlv2_a_to_z/README.md b/AI_Engine_Development/AIE-MLv2/Feature_Tutorials/01-aie-mlv2_a_to_z/README.md new file mode 100644 index 0000000000..a5325d407f --- /dev/null +++ b/AI_Engine_Development/AIE-MLv2/Feature_Tutorials/01-aie-mlv2_a_to_z/README.md @@ -0,0 +1,38 @@ + + + + +
+ + + AMD logo + +

AMD Vitis™ AI Engine Tutorials

+ See Vitis™ Development Environment on amd.com +
+ See Vitis™ AI Development Environment on amd.com +
+ +# A to Z AI Engine Bare-metal Flow for VEK385 + +***Version: Vivado / Vitis 2025.2*** + +***Supported Boards: VEK385 Rev. A, VEK385 Rev.B*** + +This tutorial introduces a complete end-to-end flow for a bare-metal host application using AI Engines and PL kernels. The tutorial is based on the 2025.2 Vivado and Vitis unified software platform. + +In this tutorial, you will learn how to create an HW extensible platform for the VEK385 in Vivado using a Configurable Example Design. You will then use this platform in the Vitis Unified IDE to create a simple AIE-MLv2 application that will be connected to the HW extensible platform using HLS kernels. +You will then run this design on the VEK385 board by booting from JTAG using the Vitis Unified IDE. + +>Note: The AI Engine application shown in this tutorial is targeting DSP design. For ML application, please contact your FAE for availability for the Vitis AI tools. + +The flow is broken into four different steps shown in the following diagram. + +![missing image](images/diagram_22.1.png) + +[Start with Custom Platform Creation](./01-custom_base_platform_creation.md) + + +

Copyright © 2025 Advanced Micro Devices, Inc.

+ +

Terms and Conditions

diff --git a/AI_Engine_Development/AIE-MLv2/Feature_Tutorials/01-aie-mlv2_a_to_z/description.json b/AI_Engine_Development/AIE-MLv2/Feature_Tutorials/01-aie-mlv2_a_to_z/description.json new file mode 100644 index 0000000000..481e9b4e0d --- /dev/null +++ b/AI_Engine_Development/AIE-MLv2/Feature_Tutorials/01-aie-mlv2_a_to_z/description.json @@ -0,0 +1,34 @@ +{ + "name": "AI_Engine_Development-01-aie-mlv2_a_to_z", + "description": "01-aie-mlv2_a_to_z", + "flow": "versal", + + "platform_allowlist": [ "vek385_base_reva"], + "platform_blocklist": [], + + "testinfo": { + "test_name": "AIE-MLv2_F_01-aie-mlv2_a_to_z", + "disable": false, + "jobs": [ + { + "index": 0, + "dependency": [], + "env": "", + "cmd": "", + "max_memory_MB": 32768, + "max_time_min": { + "vitis_hw_build": 470 + } + } + ], + "targets": [ + "vitis_hw_build" + ], + "category": "canary", + "custom_build_target": + { + "all": "all", + "hw":"all" + } + } +} diff --git a/AI_Engine_Development/AIE-MLv2/Feature_Tutorials/01-aie-mlv2_a_to_z/images/221_export_xsa_pg1.png b/AI_Engine_Development/AIE-MLv2/Feature_Tutorials/01-aie-mlv2_a_to_z/images/221_export_xsa_pg1.png new file mode 100755 index 0000000000..f52de63ca7 Binary files /dev/null and b/AI_Engine_Development/AIE-MLv2/Feature_Tutorials/01-aie-mlv2_a_to_z/images/221_export_xsa_pg1.png differ diff --git a/AI_Engine_Development/AIE-MLv2/Feature_Tutorials/01-aie-mlv2_a_to_z/images/232_aie_app_build.jpg b/AI_Engine_Development/AIE-MLv2/Feature_Tutorials/01-aie-mlv2_a_to_z/images/232_aie_app_build.jpg new file mode 100755 index 0000000000..0052964dd1 Binary files /dev/null and b/AI_Engine_Development/AIE-MLv2/Feature_Tutorials/01-aie-mlv2_a_to_z/images/232_aie_app_build.jpg differ diff --git a/AI_Engine_Development/AIE-MLv2/Feature_Tutorials/01-aie-mlv2_a_to_z/images/232_aie_app_emu.jpg b/AI_Engine_Development/AIE-MLv2/Feature_Tutorials/01-aie-mlv2_a_to_z/images/232_aie_app_emu.jpg new file mode 100755 index 0000000000..e05f5f366e Binary files /dev/null and b/AI_Engine_Development/AIE-MLv2/Feature_Tutorials/01-aie-mlv2_a_to_z/images/232_aie_app_emu.jpg differ diff --git a/AI_Engine_Development/AIE-MLv2/Feature_Tutorials/01-aie-mlv2_a_to_z/images/232_aie_app_folder.jpg b/AI_Engine_Development/AIE-MLv2/Feature_Tutorials/01-aie-mlv2_a_to_z/images/232_aie_app_folder.jpg new file mode 100755 index 0000000000..5fa5079b40 Binary files /dev/null and b/AI_Engine_Development/AIE-MLv2/Feature_Tutorials/01-aie-mlv2_a_to_z/images/232_aie_app_folder.jpg differ diff --git a/AI_Engine_Development/AIE-MLv2/Feature_Tutorials/01-aie-mlv2_a_to_z/images/232_aie_app_pg1.jpg b/AI_Engine_Development/AIE-MLv2/Feature_Tutorials/01-aie-mlv2_a_to_z/images/232_aie_app_pg1.jpg new file mode 100755 index 0000000000..298af372dc Binary files /dev/null and b/AI_Engine_Development/AIE-MLv2/Feature_Tutorials/01-aie-mlv2_a_to_z/images/232_aie_app_pg1.jpg differ diff --git a/AI_Engine_Development/AIE-MLv2/Feature_Tutorials/01-aie-mlv2_a_to_z/images/232_aie_app_run_aiesim.jpg b/AI_Engine_Development/AIE-MLv2/Feature_Tutorials/01-aie-mlv2_a_to_z/images/232_aie_app_run_aiesim.jpg new file mode 100755 index 0000000000..4892304330 Binary files /dev/null and b/AI_Engine_Development/AIE-MLv2/Feature_Tutorials/01-aie-mlv2_a_to_z/images/232_aie_app_run_aiesim.jpg differ diff --git a/AI_Engine_Development/AIE-MLv2/Feature_Tutorials/01-aie-mlv2_a_to_z/images/232_aie_simple_ex.jpg b/AI_Engine_Development/AIE-MLv2/Feature_Tutorials/01-aie-mlv2_a_to_z/images/232_aie_simple_ex.jpg new file mode 100755 index 0000000000..99e6143c8d Binary files /dev/null and b/AI_Engine_Development/AIE-MLv2/Feature_Tutorials/01-aie-mlv2_a_to_z/images/232_aie_simple_ex.jpg differ diff --git a/AI_Engine_Development/AIE-MLv2/Feature_Tutorials/01-aie-mlv2_a_to_z/images/232_aie_simple_ex2.jpg b/AI_Engine_Development/AIE-MLv2/Feature_Tutorials/01-aie-mlv2_a_to_z/images/232_aie_simple_ex2.jpg new file mode 100755 index 0000000000..a13517d7fa Binary files /dev/null and b/AI_Engine_Development/AIE-MLv2/Feature_Tutorials/01-aie-mlv2_a_to_z/images/232_aie_simple_ex2.jpg differ diff --git a/AI_Engine_Development/AIE-MLv2/Feature_Tutorials/01-aie-mlv2_a_to_z/images/232_cfg_file1.jpg b/AI_Engine_Development/AIE-MLv2/Feature_Tutorials/01-aie-mlv2_a_to_z/images/232_cfg_file1.jpg new file mode 100755 index 0000000000..e50e8ea817 Binary files /dev/null and b/AI_Engine_Development/AIE-MLv2/Feature_Tutorials/01-aie-mlv2_a_to_z/images/232_cfg_file1.jpg differ diff --git a/AI_Engine_Development/AIE-MLv2/Feature_Tutorials/01-aie-mlv2_a_to_z/images/232_cfg_file2.jpg b/AI_Engine_Development/AIE-MLv2/Feature_Tutorials/01-aie-mlv2_a_to_z/images/232_cfg_file2.jpg new file mode 100755 index 0000000000..5d86705c3b Binary files /dev/null and b/AI_Engine_Development/AIE-MLv2/Feature_Tutorials/01-aie-mlv2_a_to_z/images/232_cfg_file2.jpg differ diff --git a/AI_Engine_Development/AIE-MLv2/Feature_Tutorials/01-aie-mlv2_a_to_z/images/232_create_platform_pg3.jpg b/AI_Engine_Development/AIE-MLv2/Feature_Tutorials/01-aie-mlv2_a_to_z/images/232_create_platform_pg3.jpg new file mode 100755 index 0000000000..4df6676b59 Binary files /dev/null and b/AI_Engine_Development/AIE-MLv2/Feature_Tutorials/01-aie-mlv2_a_to_z/images/232_create_platform_pg3.jpg differ diff --git a/AI_Engine_Development/AIE-MLv2/Feature_Tutorials/01-aie-mlv2_a_to_z/images/232_heapsize.jpg b/AI_Engine_Development/AIE-MLv2/Feature_Tutorials/01-aie-mlv2_a_to_z/images/232_heapsize.jpg new file mode 100755 index 0000000000..82894693ed Binary files /dev/null and b/AI_Engine_Development/AIE-MLv2/Feature_Tutorials/01-aie-mlv2_a_to_z/images/232_heapsize.jpg differ diff --git a/AI_Engine_Development/AIE-MLv2/Feature_Tutorials/01-aie-mlv2_a_to_z/images/232_mm2s_comp.jpg b/AI_Engine_Development/AIE-MLv2/Feature_Tutorials/01-aie-mlv2_a_to_z/images/232_mm2s_comp.jpg new file mode 100755 index 0000000000..4e194192b3 Binary files /dev/null and b/AI_Engine_Development/AIE-MLv2/Feature_Tutorials/01-aie-mlv2_a_to_z/images/232_mm2s_comp.jpg differ diff --git a/AI_Engine_Development/AIE-MLv2/Feature_Tutorials/01-aie-mlv2_a_to_z/images/232_mm2s_comp2.jpg b/AI_Engine_Development/AIE-MLv2/Feature_Tutorials/01-aie-mlv2_a_to_z/images/232_mm2s_comp2.jpg new file mode 100755 index 0000000000..4c2fbcc4ad Binary files /dev/null and b/AI_Engine_Development/AIE-MLv2/Feature_Tutorials/01-aie-mlv2_a_to_z/images/232_mm2s_comp2.jpg differ diff --git a/AI_Engine_Development/AIE-MLv2/Feature_Tutorials/01-aie-mlv2_a_to_z/images/232_mm2s_comp3.jpg b/AI_Engine_Development/AIE-MLv2/Feature_Tutorials/01-aie-mlv2_a_to_z/images/232_mm2s_comp3.jpg new file mode 100755 index 0000000000..ebf1f85a77 Binary files /dev/null and b/AI_Engine_Development/AIE-MLv2/Feature_Tutorials/01-aie-mlv2_a_to_z/images/232_mm2s_comp3.jpg differ diff --git a/AI_Engine_Development/AIE/Feature_Tutorials/01-aie_a_to_z/images/232_mm2s_comp4.jpg b/AI_Engine_Development/AIE-MLv2/Feature_Tutorials/01-aie-mlv2_a_to_z/images/232_mm2s_comp4.jpg similarity index 100% rename from AI_Engine_Development/AIE/Feature_Tutorials/01-aie_a_to_z/images/232_mm2s_comp4.jpg rename to AI_Engine_Development/AIE-MLv2/Feature_Tutorials/01-aie-mlv2_a_to_z/images/232_mm2s_comp4.jpg diff --git a/AI_Engine_Development/AIE-MLv2/Feature_Tutorials/01-aie-mlv2_a_to_z/images/232_package_option_3.jpg b/AI_Engine_Development/AIE-MLv2/Feature_Tutorials/01-aie-mlv2_a_to_z/images/232_package_option_3.jpg new file mode 100755 index 0000000000..f5547f9c26 Binary files /dev/null and b/AI_Engine_Development/AIE-MLv2/Feature_Tutorials/01-aie-mlv2_a_to_z/images/232_package_option_3.jpg differ diff --git a/AI_Engine_Development/AIE-MLv2/Feature_Tutorials/01-aie-mlv2_a_to_z/images/232_package_option_4.jpg b/AI_Engine_Development/AIE-MLv2/Feature_Tutorials/01-aie-mlv2_a_to_z/images/232_package_option_4.jpg new file mode 100755 index 0000000000..21dbb53425 Binary files /dev/null and b/AI_Engine_Development/AIE-MLv2/Feature_Tutorials/01-aie-mlv2_a_to_z/images/232_package_option_4.jpg differ diff --git a/AI_Engine_Development/AIE-MLv2/Feature_Tutorials/01-aie-mlv2_a_to_z/images/232_ps_pfm.jpg b/AI_Engine_Development/AIE-MLv2/Feature_Tutorials/01-aie-mlv2_a_to_z/images/232_ps_pfm.jpg new file mode 100755 index 0000000000..eefe510954 Binary files /dev/null and b/AI_Engine_Development/AIE-MLv2/Feature_Tutorials/01-aie-mlv2_a_to_z/images/232_ps_pfm.jpg differ diff --git a/AI_Engine_Development/AIE-MLv2/Feature_Tutorials/01-aie-mlv2_a_to_z/images/232_system_build.jpg b/AI_Engine_Development/AIE-MLv2/Feature_Tutorials/01-aie-mlv2_a_to_z/images/232_system_build.jpg new file mode 100755 index 0000000000..5c303126df Binary files /dev/null and b/AI_Engine_Development/AIE-MLv2/Feature_Tutorials/01-aie-mlv2_a_to_z/images/232_system_build.jpg differ diff --git a/AI_Engine_Development/AIE-MLv2/Feature_Tutorials/01-aie-mlv2_a_to_z/images/232_vivado_prj.jpg b/AI_Engine_Development/AIE-MLv2/Feature_Tutorials/01-aie-mlv2_a_to_z/images/232_vivado_prj.jpg new file mode 100755 index 0000000000..669a2404ec Binary files /dev/null and b/AI_Engine_Development/AIE-MLv2/Feature_Tutorials/01-aie-mlv2_a_to_z/images/232_vivado_prj.jpg differ diff --git a/AI_Engine_Development/AIE-MLv2/Feature_Tutorials/01-aie-mlv2_a_to_z/images/232_vivado_prj2.jpg b/AI_Engine_Development/AIE-MLv2/Feature_Tutorials/01-aie-mlv2_a_to_z/images/232_vivado_prj2.jpg new file mode 100755 index 0000000000..98aa63b46f Binary files /dev/null and b/AI_Engine_Development/AIE-MLv2/Feature_Tutorials/01-aie-mlv2_a_to_z/images/232_vivado_prj2.jpg differ diff --git a/AI_Engine_Development/AIE-MLv2/Feature_Tutorials/01-aie-mlv2_a_to_z/images/251_aie_app_pg2_vek385.jpg b/AI_Engine_Development/AIE-MLv2/Feature_Tutorials/01-aie-mlv2_a_to_z/images/251_aie_app_pg2_vek385.jpg new file mode 100755 index 0000000000..59d29ee86a Binary files /dev/null and b/AI_Engine_Development/AIE-MLv2/Feature_Tutorials/01-aie-mlv2_a_to_z/images/251_aie_app_pg2_vek385.jpg differ diff --git a/AI_Engine_Development/AIE-MLv2/Feature_Tutorials/01-aie-mlv2_a_to_z/images/251_block_design_complete.jpg b/AI_Engine_Development/AIE-MLv2/Feature_Tutorials/01-aie-mlv2_a_to_z/images/251_block_design_complete.jpg new file mode 100755 index 0000000000..a2bc9455b8 Binary files /dev/null and b/AI_Engine_Development/AIE-MLv2/Feature_Tutorials/01-aie-mlv2_a_to_z/images/251_block_design_complete.jpg differ diff --git a/AI_Engine_Development/AIE-MLv2/Feature_Tutorials/01-aie-mlv2_a_to_z/images/251_build_platform_vek385.jpg b/AI_Engine_Development/AIE-MLv2/Feature_Tutorials/01-aie-mlv2_a_to_z/images/251_build_platform_vek385.jpg new file mode 100755 index 0000000000..547055dd7e Binary files /dev/null and b/AI_Engine_Development/AIE-MLv2/Feature_Tutorials/01-aie-mlv2_a_to_z/images/251_build_platform_vek385.jpg differ diff --git a/AI_Engine_Development/AIE-MLv2/Feature_Tutorials/01-aie-mlv2_a_to_z/images/251_cfg_file_vek385.jpg b/AI_Engine_Development/AIE-MLv2/Feature_Tutorials/01-aie-mlv2_a_to_z/images/251_cfg_file_vek385.jpg new file mode 100755 index 0000000000..5747076a8e Binary files /dev/null and b/AI_Engine_Development/AIE-MLv2/Feature_Tutorials/01-aie-mlv2_a_to_z/images/251_cfg_file_vek385.jpg differ diff --git a/AI_Engine_Development/AIE-MLv2/Feature_Tutorials/01-aie-mlv2_a_to_z/images/251_create_platform_pg1_vek385.jpg b/AI_Engine_Development/AIE-MLv2/Feature_Tutorials/01-aie-mlv2_a_to_z/images/251_create_platform_pg1_vek385.jpg new file mode 100755 index 0000000000..1a448dded2 Binary files /dev/null and b/AI_Engine_Development/AIE-MLv2/Feature_Tutorials/01-aie-mlv2_a_to_z/images/251_create_platform_pg1_vek385.jpg differ diff --git a/AI_Engine_Development/AIE-MLv2/Feature_Tutorials/01-aie-mlv2_a_to_z/images/251_create_platform_pg2_vek385.jpg b/AI_Engine_Development/AIE-MLv2/Feature_Tutorials/01-aie-mlv2_a_to_z/images/251_create_platform_pg2_vek385.jpg new file mode 100755 index 0000000000..70304f107e Binary files /dev/null and b/AI_Engine_Development/AIE-MLv2/Feature_Tutorials/01-aie-mlv2_a_to_z/images/251_create_platform_pg2_vek385.jpg differ diff --git a/AI_Engine_Development/AIE-MLv2/Feature_Tutorials/01-aie-mlv2_a_to_z/images/251_jtag_config.jpg b/AI_Engine_Development/AIE-MLv2/Feature_Tutorials/01-aie-mlv2_a_to_z/images/251_jtag_config.jpg new file mode 100755 index 0000000000..7931e308f4 Binary files /dev/null and b/AI_Engine_Development/AIE-MLv2/Feature_Tutorials/01-aie-mlv2_a_to_z/images/251_jtag_config.jpg differ diff --git a/AI_Engine_Development/AIE-MLv2/Feature_Tutorials/01-aie-mlv2_a_to_z/images/251_platform_properties_vek385.jpg b/AI_Engine_Development/AIE-MLv2/Feature_Tutorials/01-aie-mlv2_a_to_z/images/251_platform_properties_vek385.jpg new file mode 100755 index 0000000000..a051d65580 Binary files /dev/null and b/AI_Engine_Development/AIE-MLv2/Feature_Tutorials/01-aie-mlv2_a_to_z/images/251_platform_properties_vek385.jpg differ diff --git a/AI_Engine_Development/AIE-MLv2/Feature_Tutorials/01-aie-mlv2_a_to_z/images/251_platform_properties_vek385_2.jpg b/AI_Engine_Development/AIE-MLv2/Feature_Tutorials/01-aie-mlv2_a_to_z/images/251_platform_properties_vek385_2.jpg new file mode 100755 index 0000000000..45da4b814a Binary files /dev/null and b/AI_Engine_Development/AIE-MLv2/Feature_Tutorials/01-aie-mlv2_a_to_z/images/251_platform_properties_vek385_2.jpg differ diff --git a/AI_Engine_Development/AIE-MLv2/Feature_Tutorials/01-aie-mlv2_a_to_z/images/251_ps_os_vek385.jpg b/AI_Engine_Development/AIE-MLv2/Feature_Tutorials/01-aie-mlv2_a_to_z/images/251_ps_os_vek385.jpg new file mode 100755 index 0000000000..f068dfd25b Binary files /dev/null and b/AI_Engine_Development/AIE-MLv2/Feature_Tutorials/01-aie-mlv2_a_to_z/images/251_ps_os_vek385.jpg differ diff --git a/AI_Engine_Development/AIE-MLv2/Feature_Tutorials/01-aie-mlv2_a_to_z/images/251_sys_proj_vek385.jpg b/AI_Engine_Development/AIE-MLv2/Feature_Tutorials/01-aie-mlv2_a_to_z/images/251_sys_proj_vek385.jpg new file mode 100755 index 0000000000..9afd105744 Binary files /dev/null and b/AI_Engine_Development/AIE-MLv2/Feature_Tutorials/01-aie-mlv2_a_to_z/images/251_sys_proj_vek385.jpg differ diff --git a/AI_Engine_Development/AIE-MLv2/Feature_Tutorials/01-aie-mlv2_a_to_z/images/252_design_preset_config_VEK385.jpg b/AI_Engine_Development/AIE-MLv2/Feature_Tutorials/01-aie-mlv2_a_to_z/images/252_design_preset_config_VEK385.jpg new file mode 100755 index 0000000000..fa1c3ec250 Binary files /dev/null and b/AI_Engine_Development/AIE-MLv2/Feature_Tutorials/01-aie-mlv2_a_to_z/images/252_design_preset_config_VEK385.jpg differ diff --git a/AI_Engine_Development/AIE-MLv2/Feature_Tutorials/01-aie-mlv2_a_to_z/images/252_package_option_vek385_1.jpg b/AI_Engine_Development/AIE-MLv2/Feature_Tutorials/01-aie-mlv2_a_to_z/images/252_package_option_vek385_1.jpg new file mode 100755 index 0000000000..3f418e54cd Binary files /dev/null and b/AI_Engine_Development/AIE-MLv2/Feature_Tutorials/01-aie-mlv2_a_to_z/images/252_package_option_vek385_1.jpg differ diff --git a/AI_Engine_Development/AIE-MLv2/Feature_Tutorials/01-aie-mlv2_a_to_z/images/252_package_option_vek385_2.jpg b/AI_Engine_Development/AIE-MLv2/Feature_Tutorials/01-aie-mlv2_a_to_z/images/252_package_option_vek385_2.jpg new file mode 100755 index 0000000000..172c921971 Binary files /dev/null and b/AI_Engine_Development/AIE-MLv2/Feature_Tutorials/01-aie-mlv2_a_to_z/images/252_package_option_vek385_2.jpg differ diff --git a/AI_Engine_Development/AIE-MLv2/Feature_Tutorials/01-aie-mlv2_a_to_z/images/252_ps_os.jpg b/AI_Engine_Development/AIE-MLv2/Feature_Tutorials/01-aie-mlv2_a_to_z/images/252_ps_os.jpg new file mode 100755 index 0000000000..8df7b61d5d Binary files /dev/null and b/AI_Engine_Development/AIE-MLv2/Feature_Tutorials/01-aie-mlv2_a_to_z/images/252_ps_os.jpg differ diff --git a/AI_Engine_Development/AIE-MLv2/Feature_Tutorials/01-aie-mlv2_a_to_z/images/252_vek385_bsp.jpg b/AI_Engine_Development/AIE-MLv2/Feature_Tutorials/01-aie-mlv2_a_to_z/images/252_vek385_bsp.jpg new file mode 100755 index 0000000000..254f8d1c7c Binary files /dev/null and b/AI_Engine_Development/AIE-MLv2/Feature_Tutorials/01-aie-mlv2_a_to_z/images/252_vek385_bsp.jpg differ diff --git a/AI_Engine_Development/AIE-MLv2/Feature_Tutorials/01-aie-mlv2_a_to_z/images/Telnet_tera_term.jpg b/AI_Engine_Development/AIE-MLv2/Feature_Tutorials/01-aie-mlv2_a_to_z/images/Telnet_tera_term.jpg new file mode 100755 index 0000000000..eaa7cf498f Binary files /dev/null and b/AI_Engine_Development/AIE-MLv2/Feature_Tutorials/01-aie-mlv2_a_to_z/images/Telnet_tera_term.jpg differ diff --git a/AI_Engine_Development/AIE-MLv2/Feature_Tutorials/01-aie-mlv2_a_to_z/images/UART_out.jpg b/AI_Engine_Development/AIE-MLv2/Feature_Tutorials/01-aie-mlv2_a_to_z/images/UART_out.jpg new file mode 100755 index 0000000000..e3c6c1d3ff Binary files /dev/null and b/AI_Engine_Development/AIE-MLv2/Feature_Tutorials/01-aie-mlv2_a_to_z/images/UART_out.jpg differ diff --git a/AI_Engine_Development/AIE-MLv2/Feature_Tutorials/01-aie-mlv2_a_to_z/images/aie_app_graph.png b/AI_Engine_Development/AIE-MLv2/Feature_Tutorials/01-aie-mlv2_a_to_z/images/aie_app_graph.png new file mode 100644 index 0000000000..5520a91129 Binary files /dev/null and b/AI_Engine_Development/AIE-MLv2/Feature_Tutorials/01-aie-mlv2_a_to_z/images/aie_app_graph.png differ diff --git a/AI_Engine_Development/AIE-MLv2/Feature_Tutorials/01-aie-mlv2_a_to_z/images/diagram_22.1.png b/AI_Engine_Development/AIE-MLv2/Feature_Tutorials/01-aie-mlv2_a_to_z/images/diagram_22.1.png new file mode 100755 index 0000000000..817925d8fa Binary files /dev/null and b/AI_Engine_Development/AIE-MLv2/Feature_Tutorials/01-aie-mlv2_a_to_z/images/diagram_22.1.png differ diff --git a/AI_Engine_Development/AIE-MLv2/Feature_Tutorials/01-aie-mlv2_a_to_z/images/export_xsa_pg2.png b/AI_Engine_Development/AIE-MLv2/Feature_Tutorials/01-aie-mlv2_a_to_z/images/export_xsa_pg2.png new file mode 100644 index 0000000000..d293bc92f5 Binary files /dev/null and b/AI_Engine_Development/AIE-MLv2/Feature_Tutorials/01-aie-mlv2_a_to_z/images/export_xsa_pg2.png differ diff --git a/AI_Engine_Development/AIE-MLv2/Feature_Tutorials/01-aie-mlv2_a_to_z/images/export_xsa_pg4.png b/AI_Engine_Development/AIE-MLv2/Feature_Tutorials/01-aie-mlv2_a_to_z/images/export_xsa_pg4.png new file mode 100644 index 0000000000..5f295719b2 Binary files /dev/null and b/AI_Engine_Development/AIE-MLv2/Feature_Tutorials/01-aie-mlv2_a_to_z/images/export_xsa_pg4.png differ diff --git a/AI_Engine_Development/AIE-MLv2/Feature_Tutorials/01-aie-mlv2_a_to_z/images/export_xsa_updated.PNG b/AI_Engine_Development/AIE-MLv2/Feature_Tutorials/01-aie-mlv2_a_to_z/images/export_xsa_updated.PNG new file mode 100644 index 0000000000..10c8446936 Binary files /dev/null and b/AI_Engine_Development/AIE-MLv2/Feature_Tutorials/01-aie-mlv2_a_to_z/images/export_xsa_updated.PNG differ diff --git a/AI_Engine_Development/AIE-MLv2/Feature_Tutorials/01-aie-mlv2_a_to_z/src/main.cpp b/AI_Engine_Development/AIE-MLv2/Feature_Tutorials/01-aie-mlv2_a_to_z/src/main.cpp new file mode 100755 index 0000000000..34c6e5f39a --- /dev/null +++ b/AI_Engine_Development/AIE-MLv2/Feature_Tutorials/01-aie-mlv2_a_to_z/src/main.cpp @@ -0,0 +1,178 @@ +/* +Copyright (C) 2023, Advanced Micro Devices, Inc. All rights reserved. +SPDX-License-Identifier: MIT +*/ +/* + * main.cpp : AI Engine A-to-Z Application + * + * Created on: Jun 2, 2020 + * Author: florentw + */ + +#include +#include +#include "xil_printf.h" +#include "xil_cache.h" +#include "xil_io.h" + +#include "xparameters.h" +#include "xaiengine.h" +#include "aeg_baremetal_api.h" + +#define MM2S_BASE XPAR_XMM2S_0_BASEADDR +#define S2MM_BASE XPAR_XS2MM_0_BASEADDR + +#define MEM_OFFSET 0x10 +#define SIZE_OFFSET 0x1C +#define CTRL_OFFSET 0x0 + +#define INPUT_SIZE 128 +#define OUTPUT_SIZE 128 + +BaremetalGraph gr("mygraph"); + +int InitInputData(int32_t** in, int size) +{ + int i; + int data = 0x00010000; + *in = (int32_t*)malloc(sizeof(int32_t) * size); + + if(!in) { + printf("Allocation of memory failed \n"); + return -1; + } + + for(i = 0; i < size; i++) { + (*in)[i] = data; + data += 0x00020002; + usleep(50); + } + + return 0; +} + +int InitOutputData(int32_t** out, int size) +{ + int i; + *out = (int32_t*)malloc(sizeof(int32_t) * size); + + if(!out) { + printf("Allocation of memory failed \n"); + return -1; + } + + for(i = 0; i < size; i++) { + (*out)[i] = 0xABCDEF00; + usleep(50); + } + + return 0; +} + +void AIE_systemConfig(int32_t* in, int32_t* out, int input_size, int output_size) +{ + uint64_t memAddr = (uint64_t)in; + uint64_t mem_outAddr = (uint64_t)out; + + printf("Configuring MM2S IP\n"); + Xil_Out32(MM2S_BASE + MEM_OFFSET, (uint32_t) memAddr); + Xil_Out32(MM2S_BASE + MEM_OFFSET + 4, 0); + Xil_Out32(MM2S_BASE + SIZE_OFFSET, input_size); + Xil_Out32(MM2S_BASE + CTRL_OFFSET, 1); + printf("Done \n"); + printf("- \n"); + + printf("Configuring S2MM IP\n"); + Xil_Out32(S2MM_BASE + MEM_OFFSET, (uint32_t) mem_outAddr); + Xil_Out32(S2MM_BASE + MEM_OFFSET + 4, 0); + Xil_Out32(S2MM_BASE + SIZE_OFFSET, output_size); + Xil_Out32(S2MM_BASE + CTRL_OFFSET, 1); + printf("Done \n"); + printf("- \n"); +} + + +int main() +{ + int32_t* in; + int32_t* out; + int status; + + print("Starting AI Engine A to Z Application\n\r"); + printf("------------------------------------\n\n"); + printf("Beginning test\n"); + printf("- \n"); + + printf("Initializing input data in memory\n"); + Xil_DCacheDisable(); + status = InitInputData(&in, INPUT_SIZE); + if(status != 0) + { + printf("Error Initializing Input data memory \n"); + return -1; + } + printf("Done \n"); + printf("- \n"); + + printf("Initializing output memory space\n"); + status = InitOutputData(&out, OUTPUT_SIZE); + if(status != 0) + { + printf("Error Initializing output memory space\n"); + return -1; + } + printf("Done \n"); + printf("- \n"); + + printf("System Configuration\n"); + AIE_systemConfig(in, out, INPUT_SIZE, OUTPUT_SIZE); + printf("Done \n"); + printf("- \n"); + + printf("Running Graph for 4 iterations\n"); + gr.run(4); + + int checks = 1; + + while(1) { + printf("Checking output, check #%d\n",checks); + uint32_t v = Xil_In32(S2MM_BASE + CTRL_OFFSET); + checks++; + if(v & 6) { + break; + } + sleep(2); + } + printf("Done \n"); + printf("- \n"); + + gr.end(); + + printf("Checking Output Data: \n"); + int err = 0; + int32_t golden, dataIn, realTemp, imTemp; + + for(int i = 0; i < OUTPUT_SIZE; i++) { + dataIn = ((int32_t*)in)[i]; + realTemp = (dataIn & 0xFFFF) + ((dataIn & 0xFFFF0000)>>16); + imTemp = (dataIn & 0xFFFF) - ((dataIn & 0xFFFF0000)>>16); + golden = ((realTemp - imTemp) << 16) + realTemp + imTemp; + + if(golden != ((int32_t*)out)[i]) + { + err++; + printf("Output Error: Golden = %x Output = %x\n ",golden,((int32_t*)out)[i]); + } + } + + if(err > 0) + { + printf("The AI Engine A to Z Application failed with %d errors", err); + } + else + { + print("Successfully ran AI Engine A to Z Application with no error"); + } + + return 0; +} \ No newline at end of file diff --git a/Developer_Contributed/02-AIE_DSP_with_Makefile_and_GUI/files/src/ip/mm2s_aie/src/mm2s.cpp b/AI_Engine_Development/AIE-MLv2/Feature_Tutorials/01-aie-mlv2_a_to_z/src/mm2s.cpp similarity index 62% rename from Developer_Contributed/02-AIE_DSP_with_Makefile_and_GUI/files/src/ip/mm2s_aie/src/mm2s.cpp rename to AI_Engine_Development/AIE-MLv2/Feature_Tutorials/01-aie-mlv2_a_to_z/src/mm2s.cpp index 85f8db7bff..ea4f60c67a 100644 --- a/Developer_Contributed/02-AIE_DSP_with_Makefile_and_GUI/files/src/ip/mm2s_aie/src/mm2s.cpp +++ b/AI_Engine_Development/AIE-MLv2/Feature_Tutorials/01-aie-mlv2_a_to_z/src/mm2s.cpp @@ -1,5 +1,8 @@ -// Copyright © 2023 Advanced Micro Devices, Inc. All rights reserved. -// SPDX-License-Identifier: MIT +/* +Copyright (C) 2023, Advanced Micro Devices, Inc. All rights reserved. +SPDX-License-Identifier: MIT +*/ + #include #include @@ -8,8 +11,7 @@ extern "C" { -//void mm2s(ap_int<32>* mem, hls::stream >& s, int size) { -void mm2s(ap_int<32>* mem, hls::stream >& s, int size) { +void mm2s(ap_int<32>* mem, hls::stream > &s, int size) { #pragma HLS INTERFACE m_axi port=mem offset=slave bundle=gmem #pragma HLS interface axis port=s @@ -20,10 +22,8 @@ void mm2s(ap_int<32>* mem, hls::stream >& s, int size) { for(int i = 0; i < size; i++) { #pragma HLS PIPELINE II=1 - //qdma_axis<32, 0, 0, 0> x; ap_axis<32, 0, 0, 0> x; x.data = mem[i]; - //x.keep_all(); s.write(x); } diff --git a/Developer_Contributed/02-AIE_DSP_with_Makefile_and_GUI/files/src/ip/s2mm_aie/src/s2mm.cpp b/AI_Engine_Development/AIE-MLv2/Feature_Tutorials/01-aie-mlv2_a_to_z/src/s2mm.cpp similarity index 71% rename from Developer_Contributed/02-AIE_DSP_with_Makefile_and_GUI/files/src/ip/s2mm_aie/src/s2mm.cpp rename to AI_Engine_Development/AIE-MLv2/Feature_Tutorials/01-aie-mlv2_a_to_z/src/s2mm.cpp index 6eb4fa5d00..fef6cdddba 100644 --- a/Developer_Contributed/02-AIE_DSP_with_Makefile_and_GUI/files/src/ip/s2mm_aie/src/s2mm.cpp +++ b/AI_Engine_Development/AIE-MLv2/Feature_Tutorials/01-aie-mlv2_a_to_z/src/s2mm.cpp @@ -1,5 +1,8 @@ -// Copyright © 2023 Advanced Micro Devices, Inc. All rights reserved. -// SPDX-License-Identifier: MIT +/* +Copyright (C) 2023, Advanced Micro Devices, Inc. All rights reserved. +SPDX-License-Identifier: MIT +*/ + #include #include @@ -8,7 +11,6 @@ extern "C" { -//void s2mm(ap_int<32>* mem, hls::stream >& s, int size) { void s2mm(ap_int<32>* mem, hls::stream >& s, int size) { #pragma HLS INTERFACE m_axi port=mem offset=slave bundle=gmem @@ -20,7 +22,6 @@ void s2mm(ap_int<32>* mem, hls::stream >& s, int size) { for(int i = 0; i < size; i++) { #pragma HLS PIPELINE II=1 - //qdma_axis<32, 0, 0, 0> x = s.read(); ap_axis<32, 0, 0, 0> x = s.read(); mem[i] = x.data; } diff --git a/AI_Engine_Development/AIE-MLv2/Feature_Tutorials/01-aie-mlv2_a_to_z/vitis/Makefile b/AI_Engine_Development/AIE-MLv2/Feature_Tutorials/01-aie-mlv2_a_to_z/vitis/Makefile new file mode 100755 index 0000000000..21f0a72a11 --- /dev/null +++ b/AI_Engine_Development/AIE-MLv2/Feature_Tutorials/01-aie-mlv2_a_to_z/vitis/Makefile @@ -0,0 +1,62 @@ +# +# Copyright (C) 2024, Advanced Micro Devices, Inc. All rights reserved. +# SPDX-License-Identifier: MIT +# + +ECHO = @echo +WORKSPACE := workspace +HW_EMU_PKG := simple_aie_application_system_project/build/hw_emu/package/package + +# Makefile input options +TARGET := hw +XSA := custom_platform_vek385.xsa +VITIS_PLATFORM := base_pfm_vek385 + +.PHONY: clean all vitis + +help:: + $(ECHO) "Makefile Usage:" + $(ECHO) " make all" + $(ECHO) " Command to generate the full Vitis workspace" + $(ECHO) "" + $(ECHO) " make clean" + $(ECHO) " Command to remove all the generated files." + +pfm:../vivado/build/xsa_platform/${XSA} + mkdir workspace + vitis -s vitis_pfm.py ${VITIS_PLATFORM} ${XSA} + +pl_app: hls_comp vpp_link + +aie_app: + vitis -s aie_app.py ${VITIS_PLATFORM} + +hls_comp: + vitis -s hls_comp.py ${VITIS_PLATFORM} + +vpp_link: + vitis -s vpp_link.py ${VITIS_PLATFORM} ${TARGET} + +ps_app: create_ps_app ps_config build_ps + +create_ps_app: + $(ECHO) "Creating PS platform and PS application" + vitis -s ps_app.py ${TARGET} + +ps_config:./workspace/A-to-Z_app/src/lscript.ld + $(ECHO) "Editing Heap Size in Linker script" + $(shell sed -i 's/_HEAP_SIZE :.*;/_HEAP_SIZE : 0x100000;/g' ./workspace/A-to-Z_app/src/lscript.ld) + +build_ps: + vitis -s build_ps_app.py + +package: + vitis -s package.py ${TARGET} + +vitis: pfm aie_app hls_comp vpp_link ps_app package + +run_hw_emu: ${WORKSPACE}/${HW_EMU_PKG}/launch_hw_emu.sh + ./${WORKSPACE}/${HW_EMU_PKG}/launch_hw_emu.sh + +clean: + rm -rf ${WORKSPACE} .Xil package diff --git a/AI_Engine_Development/AIE-MLv2/Feature_Tutorials/01-aie-mlv2_a_to_z/vitis/aie_app.py b/AI_Engine_Development/AIE-MLv2/Feature_Tutorials/01-aie-mlv2_a_to_z/vitis/aie_app.py new file mode 100755 index 0000000000..aa20ef85eb --- /dev/null +++ b/AI_Engine_Development/AIE-MLv2/Feature_Tutorials/01-aie-mlv2_a_to_z/vitis/aie_app.py @@ -0,0 +1,28 @@ +# +# Copyright (C) 2024, Advanced Micro Devices, Inc. All rights reserved. +# SPDX-License-Identifier: MIT +# + +import vitis +import sys +import os + +app_path= os.getcwd() +cmd_args=len(sys.argv) +args=str(sys.argv) + +client = vitis.create_client() +client.update_workspace(path="./workspace") + +if cmd_args == 1: + platform_name=base_pfm_vek385 +else: + platform_name=sys.argv[1] + +platform_path=app_path+"/workspace/"+platform_name+"/export/"+platform_name+"/"+platform_name+".xpfm" + +if (not os.path.isdir("./workspace/simple_aie_application")): + comp = client.create_aie_component(name="simple_aie_application", platform = platform_path, template = "installed_aie_examples/simple") + +comp = client.get_component(name="simple_aie_application") +comp.build(target="hw") diff --git a/AI_Engine_Development/AIE-MLv2/Feature_Tutorials/01-aie-mlv2_a_to_z/vitis/build_ps_app.py b/AI_Engine_Development/AIE-MLv2/Feature_Tutorials/01-aie-mlv2_a_to_z/vitis/build_ps_app.py new file mode 100755 index 0000000000..7fa26bb965 --- /dev/null +++ b/AI_Engine_Development/AIE-MLv2/Feature_Tutorials/01-aie-mlv2_a_to_z/vitis/build_ps_app.py @@ -0,0 +1,16 @@ +# +# Copyright (C) 2023, Advanced Micro Devices, Inc. All rights reserved. +# SPDX-License-Identifier: MIT +# + +import vitis + +client = vitis.create_client() +client.update_workspace(path="./workspace") + + +comp = client.get_component(name="A-to-Z_app") +comp.build() + +vitis.dispose() + diff --git a/AI_Engine_Development/AIE-MLv2/Feature_Tutorials/01-aie-mlv2_a_to_z/vitis/hls_comp.py b/AI_Engine_Development/AIE-MLv2/Feature_Tutorials/01-aie-mlv2_a_to_z/vitis/hls_comp.py new file mode 100755 index 0000000000..45f95481ce --- /dev/null +++ b/AI_Engine_Development/AIE-MLv2/Feature_Tutorials/01-aie-mlv2_a_to_z/vitis/hls_comp.py @@ -0,0 +1,75 @@ +# +# Copyright (C) 2024, Advanced Micro Devices, Inc. All rights reserved. +# SPDX-License-Identifier: MIT +# + +import vitis +import sys +import os + +app_path= os.getcwd() +cmd_args=len(sys.argv) +args=str(sys.argv) + + +client = vitis.create_client() +client.update_workspace(path="./workspace") + +if cmd_args == 1: + platform_name="base_pfm_vck190" +else: + platform_name=sys.argv[1] + +if "vck190" in platform_name: + part="xcvc1902-vsva2197-2MP-e-S" +else: + part="xc2ve3858-ssva2112-2MP-e-S" + +hls_src_loc=app_path+"/../src/" + + +# +# Create MM2S HLS PL Kernel Component +# + +if (not os.path.isdir("./workspace/mm2s")): + comp = client.create_hls_component(name="mm2s", cfg_file = ["mm2s_config.cfg"], template = "empty_hls_component") + +comp = client.get_component(name="mm2s") + +hls_comp_cfg = client.get_config_file(comp.component_location+'/mm2s_config.cfg') +hls_comp_cfg.set_value(key='part', value=part) +hls_comp_cfg.set_value(section='hls', key='flow_target', value='vitis') +hls_comp_cfg.set_value(section='hls', key='package.output.format', value='xo') +hls_comp_cfg.set_value(section='hls', key='package.output.syn', value='true') +hls_comp_cfg.set_values(section='hls', key='syn.file', values=[hls_src_loc+'mm2s.cpp']) +hls_comp_cfg.set_value(section='hls', key='syn.top', value='mm2s') + + +comp.run(operation="SYNTHESIS") +comp.run(operation="PACKAGE") + +# +# Create S2MM HLS PL Kernel Component +# + +if (not os.path.isdir("./workspace/s2mm")): + comp = client.create_hls_component(name="s2mm", cfg_file = ["s2mm_config.cfg"], template = "empty_hls_component") + +comp = client.get_component(name="s2mm") + +hls_comp_cfg = client.get_config_file(comp.component_location+'/s2mm_config.cfg') +hls_comp_cfg.set_value(key='part', value=part) +hls_comp_cfg.set_value(section='hls', key='flow_target', value='vitis') +hls_comp_cfg.set_value(section='hls', key='package.output.format', value='xo') +hls_comp_cfg.set_value(section='hls', key='package.output.syn', value='true') +hls_comp_cfg.set_values(section='hls', key='syn.file', values=[hls_src_loc+'s2mm.cpp']) +hls_comp_cfg.set_value(section='hls', key='syn.top', value='s2mm') + +comp.run(operation="SYNTHESIS") +comp.run(operation="PACKAGE") + +vitis.dispose() + + + diff --git a/AI_Engine_Development/AIE-MLv2/Feature_Tutorials/01-aie-mlv2_a_to_z/vitis/package.py b/AI_Engine_Development/AIE-MLv2/Feature_Tutorials/01-aie-mlv2_a_to_z/vitis/package.py new file mode 100755 index 0000000000..a95f1d91c9 --- /dev/null +++ b/AI_Engine_Development/AIE-MLv2/Feature_Tutorials/01-aie-mlv2_a_to_z/vitis/package.py @@ -0,0 +1,29 @@ +# +# Copyright (C) 2024, Advanced Micro Devices, Inc. All rights reserved. +# SPDX-License-Identifier: MIT +# + +import vitis +import sys + +cmd_args=len(sys.argv) + +client = vitis.create_client() +client.update_workspace(path="./workspace") + +if cmd_args == 1: + target_sys="hw" +else: + target_sys=sys.argv[1] + + +proj = client.get_sys_project(name="simple_aie_application_system_project") + +proj_cfg = client.get_config_file(proj.project_location+'/package/package.cfg') +proj_cfg.set_value(section='package', key='ps_elf', value='../../../../A-to-Z_app/build/A-to-Z_app.elf,a72-0') +proj_cfg.set_value(section='package', key='defer_aie_run', value='true') +proj_cfg.set_value(section='package', key='enable_aie_debug', value='false') + +proj.build(target=target_sys) + +vitis.dispose() diff --git a/AI_Engine_Development/AIE-MLv2/Feature_Tutorials/01-aie-mlv2_a_to_z/vitis/ps_app.py b/AI_Engine_Development/AIE-MLv2/Feature_Tutorials/01-aie-mlv2_a_to_z/vitis/ps_app.py new file mode 100755 index 0000000000..57a0f82593 --- /dev/null +++ b/AI_Engine_Development/AIE-MLv2/Feature_Tutorials/01-aie-mlv2_a_to_z/vitis/ps_app.py @@ -0,0 +1,79 @@ +# +# Copyright (C) 2024, Advanced Micro Devices, Inc. All rights reserved. +# SPDX-License-Identifier: MIT +# + +import vitis +import sys +import os +from hsi import * +import glob + +def get_metadata(*args): + xsa = "binary_container_1.xsa" + + ret_metadata = {'arch' : '', 'target_proc' : '', 'part' : ''} + xsa = glob.glob("./workspace/simple_aie_application_system_project/build/hw/hw_link/"+xsa, recursive=True) + if len(xsa) == 0: + print("Error: "+xsa+" not found at ../vivado/build/xsa_platform") + return "" + + xsa = xsa[0] + print("Info: Using XSA file: " + xsa + " to extract HW metadata using HSI Python API") + + HwDesign = HwManager.open_hw_design(xsa) + arch = HwDesign.FAMILY + part = HwDesign.PART + board = HwDesign.BOARD + for proc in HwDesign.get_cells(hierarchical='true',filter='IP_TYPE==PROCESSOR'): + if proc.IP_NAME == "psu_cortexa53" or proc.IP_NAME == "psv_cortexa72" or proc.IP_NAME == "cortexa78": + target_proc = proc.IP_NAME+"_0" + break + + if board == "" and part == "xc2ve3858-ssva2112-2MP-e-S": + board = "vek385" + elif board == "": + board = "custom" + else: + board = board.split(":")[1] + + print("Info: ARCH: "+arch) + print("Info: BOARD: "+board) + print("Info: PART: "+part) + print("Info: TARGET PROC: "+target_proc) + + ret_metadata['arch'] = arch + ret_metadata['part'] = part + ret_metadata['board'] = board + ret_metadata['target_proc'] = target_proc + + return ret_metadata + +app_path= os.getcwd() +Vitis_dir = os.environ.get('XILINX_VITIS') + +client = vitis.create_client() +client.update_workspace(path="./workspace") + +ret_metadata = get_metadata() + +platform_name="AIE_A-to-Z_pfm_"+ret_metadata['board'] + +platform_path=app_path+"/workspace/"+platform_name+"/export/"+platform_name+"/"+platform_name+".xpfm" + +if (not os.path.isdir("./workspace/"+platform_name)): + platform = client.create_platform_component(name = platform_name,hw_design = "./workspace/simple_aie_application_system_project/build/hw/hw_link/binary_container_1.xsa",os = "standalone",cpu = ret_metadata['target_proc'],domain_name = "standalone_"+ret_metadata['target_proc']) + platform = client.get_component(name=platform_name) + domain = platform.get_domain(name="standalone_"+ret_metadata['target_proc']) + status = domain.set_lib(lib_name="aiebaremetal", path=Vitis_dir+"/data/embeddedsw/XilinxProcessorIPLib/drivers/aiebaremetal_v1_0") + status = platform.build() + +if (not os.path.isdir("./workspace/A-to-Z_app")): + comp = client.create_app_component(name="A-to-Z_app",platform = platform_path ,domain = "standalone_"+ret_metadata['target_proc']) + comp = client.get_component(name="A-to-Z_app") + status = comp.import_files(from_loc="../src", files=["main.cpp"], dest_dir_in_cmp = "src") + status = comp.import_files(from_loc="./workspace/simple_aie_application/build/hw/Work", files=["baremetal_metadata_compile.cpp"], dest_dir_in_cmp = "src") + comp.set_app_config(key = 'USER_COMPILE_DEFINITIONS', values = "__PS_BARE_METAL__") + + +vitis.dispose() diff --git a/AI_Engine_Development/AIE-MLv2/Feature_Tutorials/01-aie-mlv2_a_to_z/vitis/vitis_pfm.py b/AI_Engine_Development/AIE-MLv2/Feature_Tutorials/01-aie-mlv2_a_to_z/vitis/vitis_pfm.py new file mode 100755 index 0000000000..0f40e7a331 --- /dev/null +++ b/AI_Engine_Development/AIE-MLv2/Feature_Tutorials/01-aie-mlv2_a_to_z/vitis/vitis_pfm.py @@ -0,0 +1,32 @@ +# +# Copyright (C) 2024, Advanced Micro Devices, Inc. All rights reserved. +# SPDX-License-Identifier: MIT +# + +import vitis +import sys +import os +from hsi import * +import glob + +cmd_args=len(sys.argv) +args=str(sys.argv) + +client = vitis.create_client() +client.set_workspace(path="./workspace") + +if cmd_args == 1: + component_name=base_pfm_vek385 + xsa="custom_platform_vek385.xsa" +else: + component_name=sys.argv[1] + xsa=sys.argv[2] + + +if (not os.path.isdir("./workspace/"+component_name)): + platform = client.create_platform_component(name = component_name,hw_design = "../vivado/build/xsa_platform/"+xsa,os = "aie_runtime",cpu = "ai_engine") + +platform = client.get_component(name=component_name) +status = platform.build() + +vitis.dispose() \ No newline at end of file diff --git a/AI_Engine_Development/AIE-MLv2/Feature_Tutorials/01-aie-mlv2_a_to_z/vitis/vpp_link.py b/AI_Engine_Development/AIE-MLv2/Feature_Tutorials/01-aie-mlv2_a_to_z/vitis/vpp_link.py new file mode 100755 index 0000000000..b2564067d5 --- /dev/null +++ b/AI_Engine_Development/AIE-MLv2/Feature_Tutorials/01-aie-mlv2_a_to_z/vitis/vpp_link.py @@ -0,0 +1,56 @@ +# +# Copyright (C) 2024, Advanced Micro Devices, Inc. All rights reserved. +# SPDX-License-Identifier: MIT +# + +import vitis +import sys +import os + +app_path= os.getcwd() +cmd_args=len(sys.argv) +args=str(sys.argv) + +client = vitis.create_client() +#client.set_workspace(path="./workspace") +client.update_workspace(path="./workspace") + +if cmd_args == 1: + platform_name="base_pfm_vek385" +else: + platform_name=sys.argv[1] + if cmd_args == 2: + target_sys="hw" + else: + target_sys=sys.argv[2] + + +platform_path=app_path+"/workspace/"+platform_name+"/export/"+platform_name+"/"+platform_name+".xpfm" + +# +# Create System Project +# + +if (not os.path.isdir("./workspace/simple_aie_application_system_project")): + proj = client.create_sys_project(name="simple_aie_application_system_project", platform=platform_path, template="empty_accelerated_application") + proj = client.get_sys_project(name="simple_aie_application_system_project") + status = proj.add_container(name="binary_container_1") + + proj = proj.add_component(name="s2mm", container_name=["binary_container_1"]) + proj = proj.add_component(name="mm2s", container_name=["binary_container_1"]) + proj = proj.add_component(name="simple_aie_application", container_name=["binary_container_1"]) + + cfg = client.get_config_file(proj.project_location+'/hw_link/binary_container_1-link.cfg') + cfg.set_value(section='advanced', key='param', value='compiler.addOutputTypes=hw_export') + cfg.add_values(section='connectivity', key='sc', values=['mm2s_1.s:ai_engine_0.mygraph_in']) + cfg.add_values(section='connectivity', key='sc', values=['ai_engine_0.mygraph_out:s2mm_1.s']) +else: + proj = client.get_sys_project(name="simple_aie_application_system_project") + +# To create the PS Application Vitis needs the XSA of HW. Thus when HW emu is select HW target is also built +if target_sys=="hw_emu": + proj.build(target = "hw_emu") + +proj.build(target = "hw") + + diff --git a/AI_Engine_Development/AIE-MLv2/Feature_Tutorials/01-aie-mlv2_a_to_z/vivado/Makefile b/AI_Engine_Development/AIE-MLv2/Feature_Tutorials/01-aie-mlv2_a_to_z/vivado/Makefile new file mode 100755 index 0000000000..61106e32b5 --- /dev/null +++ b/AI_Engine_Development/AIE-MLv2/Feature_Tutorials/01-aie-mlv2_a_to_z/vivado/Makefile @@ -0,0 +1,53 @@ +# +# Copyright (C) 2025, Advanced Micro Devices, Inc. All rights reserved. +# SPDX-License-Identifier: MIT +# +# DEVICE SELECTION +# ========================================================= +DEVICE_NAME ?= xc2ve3858-ssva2112-2MP-e-S + +# ========================================================= +# PLATFORM NAME +# ========================================================= +PLATFORM_CUSTOM ?= custom_platform_vek385 +PRE_SYNTH := true + +# ========================================================= +# XSA NAME +# ========================================================= +XSA_PLATFORM := xsa_platform/${PLATFORM_CUSTOM}.xsa + +# ========================================================= +# BUILD PRODUCTS +# ======================================================== +BUILD_DIR := build + +# ========================================================= +# SOURCE DIRECTORIES +# ========================================================= +SRC_DIR := src + +# ========================================================= +# XSA CREATION SCRIPT +# ========================================================= +XSA_PLATFORM_TCL := $(SRC_DIR)/xsa_platform_classic.tcl + +# ========================================================= +# BOARD PART SELECTION +# ========================================================= + BOARD_LABEL:=vek385 + BOARD_VER:=1.1 + +# ========================================================= +# DEPENDENCIES +# ========================================================= +DEPS_PLATFORM := $(XSA_PLATFORM_TCL) + +platform_vivado: $(BUILD_DIR)/$(XSA_PLATFORM) + +$(BUILD_DIR)/$(XSA_PLATFORM): $(DEPS_PLATFORM) + vivado -mode batch -source $(XSA_PLATFORM_TCL) -tclargs $(PLATFORM_CUSTOM) $(DEVICE_NAME) $(PRE_SYNTH) $(BOARD_LABEL) $(BOARD_VER) $(XSA_PLATFORM) + +clean: + rm -rf $(BUILD_DIR) + rm -rf .Xil vivado* .crash* diff --git a/AI_Engine_Development/AIE-MLv2/Feature_Tutorials/01-aie-mlv2_a_to_z/vivado/src/xsa_platform_classic.tcl b/AI_Engine_Development/AIE-MLv2/Feature_Tutorials/01-aie-mlv2_a_to_z/vivado/src/xsa_platform_classic.tcl new file mode 100755 index 0000000000..c7c89c039b --- /dev/null +++ b/AI_Engine_Development/AIE-MLv2/Feature_Tutorials/01-aie-mlv2_a_to_z/vivado/src/xsa_platform_classic.tcl @@ -0,0 +1,90 @@ +# +# Copyright (C) 2024, Advanced Micro Devices, Inc. All rights reserved. +# SPDX-License-Identifier: MIT +# + +## =================================================================================== +## Create Platform Vivado Project +## This script takes in two argument: +## PLATFORM_NAME +## DEVICE_NAME (e.g. xcvc1902-vsva2197-1LP-e-S) +## =================================================================================== +namespace eval _tcl { + proc get_script_folder {} { + set script_path [file normalize [info script]] + set script_folder [file dirname $script_path] + return $script_folder + } +} + +variable script_folder +set script_folder [_tcl::get_script_folder] + + +set PLATFORM_NAME [lindex $argv 0] +set VER "1.0" +puts "Creating HW Platform project for : \"$PLATFORM_NAME\"" +set DEVICE_NAME [lindex $argv 1] +puts "Using : \"$DEVICE_NAME\"" +set BOARD_LABEL [lindex $argv 3] +set BOARD_VER [lindex $argv 4] +set BUILD_DIR build +set XSA_PLATFORM [lindex $argv 5] +set BD_NAME versal_comn_platform + +create_project -f ${PLATFORM_NAME} ${BUILD_DIR}/${PLATFORM_NAME}_vivado -part $DEVICE_NAME + +# set board part +set_property BOARD_PART xilinx.com:${BOARD_LABEL}:part0:${BOARD_VER} [current_project] + +set_property coreContainer.enable 1 [current_project] +create_bd_design ${BD_NAME} -mode batch + +## =================================================================================== +## Load Board example design +## =================================================================================== + +instantiate_example_design -template xilinx.com:design:versal_comn_platform:2.0 -design versal_comn_platform -options { Design_type.VALUE Extensible Include_AIE.VALUE true} + +set_property preferred_sim_model "tlm" [current_project] + +update_compile_order -fileset sources_1 + +## =================================================================================== +## Generate Block Design +## =================================================================================== + +generate_target all [get_files ${BUILD_DIR}/${PLATFORM_NAME}_vivado/${PLATFORM_NAME}.srcs/sources_1/bd/${BD_NAME}/${BD_NAME}.bd] + +## =================================================================================== +## Set output type to hw_export +## =================================================================================== +set_property platform.default_output_type "sd_card" [current_project] +# Help by explicitly categorizing intended platform +set_property platform.design_intent.server_managed "false" [current_project] +set_property platform.design_intent.external_host "false" [current_project] +set_property platform.design_intent.embedded "true" [current_project] +set_property platform.design_intent.datacenter "false" [current_project] +set_property platform.extensible "true" [current_project] + +## =================================================================================== +## Add hardware emulation support +## =================================================================================== +set_property PLATFORM.LINK_XP_SWITCHES_DEFAULT [list param:hw_emu.enableProfiling=false] [current_project] +#set_property SELECTED_SIM_MODEL tlm [get_bd_cells /Cips] +#set_property SELECTED_SIM_MODEL tlm [get_bd_cells /CipsNoc] +#set_property SELECTED_SIM_MODEL tlm [get_bd_cells /MemoryNoc] +#set_property SELECTED_SIM_MODEL tlm [get_bd_cells /ExtensibleRegion/ControlNoc] +#set_property SELECTED_SIM_MODEL tlm [get_bd_cells /ExtensibleRegion/DDR] + + +## =================================================================================== +## Export Platform XSA +## =================================================================================== +set_property platform.name $PLATFORM_NAME [current_project] +set_property platform.board_id {board} [current_project] +set_property platform.uses_pr {false} [current_project] + + +set_property pfm_name xilinx:${PLATFORM_NAME}:${PLATFORM_NAME}_custom:0.0 [get_files ${BUILD_DIR}/${PLATFORM_NAME}_vivado/${PLATFORM_NAME}.srcs/sources_1/bd/${BD_NAME}/${BD_NAME}.bd] +write_hw_platform -force -file ${BUILD_DIR}/${XSA_PLATFORM} diff --git a/AI_Engine_Development/AIE-MLv2/Feature_Tutorials/README.md b/AI_Engine_Development/AIE-MLv2/Feature_Tutorials/README.md new file mode 100644 index 0000000000..9d7cb53374 --- /dev/null +++ b/AI_Engine_Development/AIE-MLv2/Feature_Tutorials/README.md @@ -0,0 +1,34 @@ + + + + +
+ + + AMD logo + +

AMD Vitis™ AI Engine Tutorials

+ See Vitis™ Development Environment on amd.com +
+ See Vitis™ AI Development Environment on amd.com +
+ +# Feature Tutorials + +The AIE-MLv2 Development Feature Tutorials highlight specific features and flows that help develop AIE-MLv2 applications. + + + + + + + + +
Tutorial + Description +
A to Z AI Engine Bare-metal Flow for VEK385This tutorial introduces a complete end-to-end flow for a bare-metal host application using AI Engines and PL kernels. +
+ +

Copyright © 2020–2025 Advanced Micro Devices, Inc.

+ +

Terms and Conditions

diff --git a/AI_Engine_Development/AIE-MLv2/README.md b/AI_Engine_Development/AIE-MLv2/README.md new file mode 100644 index 0000000000..e992cd2085 --- /dev/null +++ b/AI_Engine_Development/AIE-MLv2/README.md @@ -0,0 +1,29 @@ + + + + +
+ + + AMD logo + +

AMD Vitis™ AI Engine Tutorials

+ See Vitis™ Development Environment on amd.com +
+ See Vitis™ AI Development Environment on amd.com +
+ +# AI Engine for Machine Learning v2 (AIE-MLv2) Development + +## Introduction + +The tutorials under the AI Engine for Machine Learning v2 (AIE-MLv2) Development help you learn how to target, develop, and deploy advanced algorithms using a Versal AIE-ML array in conjunction with PL IP/kernels and software applications running on the embedded processors. + +- The AIE-MLv2 Development [**Feature Tutorials**](./Feature_Tutorials/) highlight specific features and flows that help develop AI Engine-MLv2 applications. + +- The AIE-MLv2 Development [**Design Tutorials**](./Design_Tutorials/) showcase the two major phases of AI Engine-ML application development: architecting the application and developing the kernels. Both phases are demonstrated in these tutorials. + + +

Copyright © 2020–2025 Advanced Micro Devices, Inc.

+ +

Terms and Conditions

diff --git a/AI_Engine_Development/AIE/AIE.rst b/AI_Engine_Development/AIE/AIE.rst index 3c5080a169..9b0b5a1036 100644 --- a/AI_Engine_Development/AIE/AIE.rst +++ b/AI_Engine_Development/AIE/AIE.rst @@ -30,7 +30,7 @@ To easily find the right documentation corresponding to the development stage yo The major documentation for AI Engine includes: -* *Versal ACAP AI Engine Architecture Manual* (`AM009 `_) +* *Versal adaptive SoC AI Engine Architecture Manual* (`AM009 `_) * *AI Engine Tools and Flows* (`UG1076 `_) * *AI Engine Kernel and Graph Programming Guide* (`UG1079 `_) @@ -53,16 +53,16 @@ Environment Settings .. important:: - Before beginning a tutorial, read and follow the *Vitis Release Notes And Installation Guide* (`UG1742 `_) for setting up software and installing the VCK190 base platform. + Before beginning a tutorial, read and follow the *Vitis Release Notes And Installation Guide* (`UG1742 `_) for setting up software and installing the VCK190 base platform. Run the following steps to set up the environment (do **NOT** apply to tutorials that do not use the VCK190 base platform): -1. Set up your platform by running the ``xilinx-versal-common-v2024.2/environment-setup-cortexa72-cortexa53-amd-linux`` script as provided in the platform download. - This script sets up the ``SYSROOT`` and ``CXX`` variables. If the script is not present, you **must** run the ``xilinx-versal-common-v2024.2/sdk.sh`` command. -2. Set up your ``ROOTFS`` to point to the ``xilinx-versal-common-v2024.2/rootfs.ext4``. -3. Set up your ``IMAGE`` to point to ``xilinx-versal-common-v2024.2/Image``. +1. Set up your platform by running the ``xilinx-versal-common-v2025.2/environment-setup-cortexa72-cortexa53-amd-linux`` script as provided in the platform download. + This script sets up the ``SYSROOT`` and ``CXX`` variables. If the script is not present, you **must** run the ``xilinx-versal-common-v2025.2/sdk.sh`` command. +2. Set up your ``ROOTFS`` to point to the ``xilinx-versal-common-v2025.2/rootfs.ext4``. +3. Set up your ``IMAGE`` to point to ``xilinx-versal-common-v2025.2/Image``. 4. Set up your ``PLATFORM_REPO_PATHS`` environment variable based upon where you downloaded the platform. diff --git a/AI_Engine_Development/AIE/Design_Tutorials/01-aie_lenet_tutorial/README.md b/AI_Engine_Development/AIE/Design_Tutorials/01-aie_lenet_tutorial/README.md index 36c7dd1b26..1c6f9b7063 100755 --- a/AI_Engine_Development/AIE/Design_Tutorials/01-aie_lenet_tutorial/README.md +++ b/AI_Engine_Development/AIE/Design_Tutorials/01-aie_lenet_tutorial/README.md @@ -15,7 +15,7 @@ # AMD Versal™ AI Engine LeNet Tutorial -***Version: Vitis 2025.1*** +***Version: Vitis 2025.2*** ## Table of Contents @@ -39,7 +39,7 @@ Versal™ adaptive SoCs combine programmable logic (PL), processing system (PS), This tutorial uses the LeNet algorithm to implement a system-level design to perform image classification using the AI Engine and PL, including block RAM. The design demonstrates functional partitioning between the AI Engine and PL. It also highlights memory partitioning and hierarchy among DDR memory, PL (block RAM) and AI Engine memory. -The tutorial takes you through hardware emulation and hardware flow in the context of a complete Versal ACAP system integration. A Makefile is provided that you can modify to suit your own needs in a different context. +The tutorial takes you through hardware emulation and hardware flow in the context of a complete Versal adaptive SoC system integration. A Makefile is provided that you can modify to suit your own needs in a different context.
Objectives @@ -110,7 +110,7 @@ Note: This tutorial targets the [VCK190 Production board](https://www.xilinx.com * [AM009 AI Engine Architecture Manual](https://docs.amd.com/r/en-US/am009-versal-ai-engine/Revision-History) -* [Versal ACAP AI Engines for Dummies](https://forums.xilinx.com/t5/Design-and-Debug-Techniques-Blog/Versal-ACAP-AI-Engines-for-Dummies/ba-p/1132493) +* [Versal adaptive SoC AI Engines for Dummies](https://forums.xilinx.com/t5/Design-and-Debug-Techniques-Blog/Versal-ACAP-AI-Engines-for-Dummies/ba-p/1132493)
@@ -124,9 +124,9 @@ Tools Documentation: To build and run the LeNet tutorial, you will need the following tools downloaded/installed: -* Install the [Vitis Software Platform 2025.1](https://docs.amd.com/r/en-US/ug1701-vitis-accelerated-embedded/Vitis-Software-Platform-Installation) +* Install the [Vitis Software Platform 2025.2](https://docs.amd.com/r/en-US/ug1701-vitis-accelerated-embedded/Vitis-Software-Platform-Installation) -* Obtain a license to enable Beta Devices in AMD tools (to use the `xilinx_vck190_base_202510_1` platform) +* Obtain a license to enable Beta Devices in AMD tools (to use the `xilinx_vck190_base_202520_1` platform) * Obtain licenses for AI Engine tools @@ -174,7 +174,7 @@ platforminfo --list | grep -m 1 -A 9 vck190_base Output of the above command should be as follows: ```bash -"baseName": "xilinx_vck190_base_202510_1", +"baseName": "xilinx_vck190_base_202520_1", "version": "1.0", "type": "sdsoc", "dataCenter": "false", @@ -244,7 +244,7 @@ make run TARGET=hw_emu ### make kernels: Compile PL Kernels -In this step, the Vitis compiler takes any Vitis compiler kernels (RTL or HLS C) in the PL region of the target platform (`xilinx_vck190_base_202510_1`) and the AI Engine kernels and graph and compiles them into their respective XO files. In this design, the `dma_hls` kernel is compiled as an XO file and the `Lenet_kernel` has already been pre-compiled as an XO file. You can access the source code by unzipping the XO file. +In this step, the Vitis compiler takes any Vitis compiler kernels (RTL or HLS C) in the PL region of the target platform (`xilinx_vck190_base_202520_1`) and the AI Engine kernels and graph and compiles them into their respective XO files. In this design, the `dma_hls` kernel is compiled as an XO file and the `Lenet_kernel` has already been pre-compiled as an XO file. You can access the source code by unzipping the XO file. `unzip lenet_kernel.xo` @@ -264,7 +264,7 @@ mkdir -p ./build/hw_emu cd ./build/hw_emu v++ --target hw_emu \ - --platform xilinx_vck190_base_202510_1 \ + --platform xilinx_vck190_base_202520_1 \ --save-temps \ --temp_dir _x \ --verbose \ @@ -375,7 +375,7 @@ The expanded command is as follow: cd ./build/hw_emu; v++ -l \ - --platform xilinx_vck190_base_202510_1 \ + --platform xilinx_vck190_base_202520_1 \ --save-temps \ --temp_dir _x \ --verbose \ @@ -396,7 +396,7 @@ If EN_TRACE=1, the command is expanded as follow: cd ./build/hw; v++ -l \ - --platform xilinx_vck190_base_202510_1 \ + --platform xilinx_vck190_base_202520_1 \ --save-temps \ --temp_dir _x \ --verbose \ @@ -474,31 +474,31 @@ or aarch64-linux-gnu-g++ -O \ -c \ -D__linux__ \ - --sysroot=$(PLATFORM_REPO_PATHS)/sw/versal/xilinx-versal-common-v2025.1/sysroots/aarch64-xilinx-linux \ + --sysroot=$(PLATFORM_REPO_PATHS)/sw/versal/xilinx-versal-common-v2025.2/sysroots/aarch64-xilinx-linux \ -DXAIE_DEBUG \ - -I $(PLATFORM_REPO_PATHS)/sw/versal/xilinx-versal-common-v2025.1/sysroots/aarch64-xilinx-linux/usr/include/xrt \ + -I $(PLATFORM_REPO_PATHS)/sw/versal/xilinx-versal-common-v2025.2/sysroots/aarch64-xilinx-linux/usr/include/xrt \ -I $(XILINX_VITIS_AIETOOLS)/include \ - -I $(PLATFORM_REPO_PATHS)/sw/versal/xilinx-versal-common-v2025.1/sysroots/aarch64-xilinx-linux/usr/include \ - -I $(PLATFORM_REPO_PATHS)/sw/versal/xilinx-versal-common-v2025.1/sysroots/aarch64-xilinx-linux/usr/lib \ + -I $(PLATFORM_REPO_PATHS)/sw/versal/xilinx-versal-common-v2025.2/sysroots/aarch64-xilinx-linux/usr/include \ + -I $(PLATFORM_REPO_PATHS)/sw/versal/xilinx-versal-common-v2025.2/sysroots/aarch64-xilinx-linux/usr/lib \ ../build//Work/ps/c_rts/aie_control_xrt.cpp \ -o ../build/app_control.o aarch64-linux-gnu-g++ -O \ -c \ -D__linux__ \ - --sysroot=$(PLATFORM_REPO_PATHS)/sw/versal/xilinx-versal-common-v2025.1/sysroots/aarch64-xilinx-linux \ + --sysroot=$(PLATFORM_REPO_PATHS)/sw/versal/xilinx-versal-common-v2025.2/sysroots/aarch64-xilinx-linux \ -DXAIE_DEBUG \ - -I $(PLATFORM_REPO_PATHS)/sw/versal/xilinx-versal-common-v2025.1/sysroots/aarch64-xilinx-linux/usr/include/xrt \ + -I $(PLATFORM_REPO_PATHS)/sw/versal/xilinx-versal-common-v2025.2/sysroots/aarch64-xilinx-linux/usr/include/xrt \ -I $(XILINX_VITIS_AIETOOLS)/include \ - -I $(PLATFORM_REPO_PATHS)/sw/versal/xilinx-versal-common-v2025.1/sysroots/aarch64-xilinx-linux/usr/include \ - -I $(PLATFORM_REPO_PATHS)/sw/versal/xilinx-versal-common-v2025.1/sysroots/aarch64-xilinx-linux/usr/lib \ + -I $(PLATFORM_REPO_PATHS)/sw/versal/xilinx-versal-common-v2025.2/sysroots/aarch64-xilinx-linux/usr/include \ + -I $(PLATFORM_REPO_PATHS)/sw/versal/xilinx-versal-common-v2025.2/sysroots/aarch64-xilinx-linux/usr/lib \ ../design/aie_src/main.cpp \ -o ../build/lenet_app.o aarch64-linux-gnu-g++ ./build/app_control.o \ ./build/lenet_app.o \ - --sysroot=$(PLATFORM_REPO_PATHS)/sw/versal/xilinx-versal-common-v2025.1/sysroots/aarch64-xilinx-linux \ - -L$(PLATFORM_REPO_PATHS)/sw/versal/xilinx-versal-common-v2025.1/sysroots/aarch64-xilinx-linux/usr/lib\ + --sysroot=$(PLATFORM_REPO_PATHS)/sw/versal/xilinx-versal-common-v2025.2/sysroots/aarch64-xilinx-linux \ + -L$(PLATFORM_REPO_PATHS)/sw/versal/xilinx-versal-common-v2025.2/sysroots/aarch64-xilinx-linux/usr/lib\ -L$(XILINX_VITIS_AIETOOLS)/lib/aarch64.o \ -L$(XILINX_VITIS_AIETOOLS)/lib/lnx64.o \ -ladf_api_xrt \ @@ -557,10 +557,10 @@ v++ -p \ -t hw_emu \ --save-temps \ --temp_dir ./build/hw_emu/_x \ - -f xilinx_vck190_base_202510_1 \ + -f xilinx_vck190_base_202520_1 \ --package.sd_dir $(PLATFORM_REPO_PATHS)/sw/versal/xrt \ - --package.rootfs $(PLATFORM_REPO_PATHS)/sw/versal/xilinx-versal-common-v2025.1/rootfs.ext4 \ - --package.kernel_image $(PLATFORM_REPO_PATHS)/sw/versal/xilinx-versal-common-v2025.1/Image \ + --package.rootfs $(PLATFORM_REPO_PATHS)/sw/versal/xilinx-versal-common-v2025.2/rootfs.ext4 \ + --package.kernel_image $(PLATFORM_REPO_PATHS)/sw/versal/xilinx-versal-common-v2025.2/Image \ --package.boot_mode=sd \ --package.out_dir ./build/hw_emu/package \ --package.sd_dir ./design/aie_src/aiesim_data \ @@ -586,10 +586,10 @@ v++ -p \ -t hw_emu \ --save-temps \ --temp_dir ./build/hw_emu/_x \ - -f xilinx_vck190_base_202510_1 \ + -f xilinx_vck190_base_202520_1 \ --package.sd_dir $(PLATFORM_REPO_PATHS)/sw/versal/xrt \ - --package.rootfs $(PLATFORM_REPO_PATHS)/sw/versal/xilinx-versal-common-v2025.1/rootfs.ext4 \ - --package.kernel_image $(PLATFORM_REPO_PATHS)/sw/versal/xilinx-versal-common-v2025.1/Image \ + --package.rootfs $(PLATFORM_REPO_PATHS)/sw/versal/xilinx-versal-common-v2025.2/rootfs.ext4 \ + --package.kernel_image $(PLATFORM_REPO_PATHS)/sw/versal/xilinx-versal-common-v2025.2/Image \ --package.boot_mode=sd \ --package.out_dir ./build/hw_emu/package \ --package.sd_dir ./design/aie_src/aiesim_data \ @@ -616,8 +616,8 @@ cd ../../; |Inputs Sources|Description| | --- | --- | |$(PLATFORM_REPO_PATHS)/sw/versal/xrt|The PS host application needs the XRT headers in this folder to execute.| -|$(PLATFORM_REPO_PATHS)/sw/versal/xilinx-versal-common-v2025.1/rootfs.ext4|The root filesystem file for Petalinux.| -|$(PLATFORM_REPO_PATHS)/sw/versal/xilinx-versal-common-v2025.1/Image|The pre-built Petalinux Image the processor boots from.| +|$(PLATFORM_REPO_PATHS)/sw/versal/xilinx-versal-common-v2025.2/rootfs.ext4|The root filesystem file for Petalinux.| +|$(PLATFORM_REPO_PATHS)/sw/versal/xilinx-versal-common-v2025.2/Image|The pre-built Petalinux Image the processor boots from.| |design/aie_src/aiesim_data|The data folder that contains the input data stored in DDR memory. It also contains the output golden refernece data the PS host application uses to verify the output data from the AI Engine.| |build/hw_emu/lenet_aie_xrt.elf|The PS host application executabled created in the `make application` step.| |build/hw_emu/vck190_aie_lenet.hw_emu.xsa|The XSA file created in the `make xsa` step.| @@ -652,13 +652,13 @@ cd ./build/hw_emu/package When launched, you will see the QEMU simulator load. Wait for the autoboot countdown to go to zero, and after a few minutes, you will see the root Linux prompt display: ```bash -root@versal-rootfs-common-2025_1:~# +root@versal-rootfs-common-2025_2:~# ``` In some cases, the following error might display: ``` -root@versal-rootfs-common-2025_1:~## xinit: giving up +root@versal-rootfs-common-2025_2:~## xinit: giving up xinit: unable to connect to X server: Connection refused xinit: server error Enabling notebook extension jupyter-js-widgets/extension... @@ -724,7 +724,7 @@ Transmit delay: 0 msec/char 0 msec/line **Step 7.** Power on the board. -**Step 8.** Wait until you see the `root@versal-rootfs-common-2025_1` Linux command prompt. Press enter a few times to get past any `xinit` errors. +**Step 8.** Wait until you see the `root@versal-rootfs-common-2025_2` Linux command prompt. Press enter a few times to get past any `xinit` errors. **Step 9.** Run the following commands into the TeraTerm terminal: @@ -1041,7 +1041,7 @@ Additionally, the `memcpy` and `memset` functions are used to initialize the dat #### 5. Open Graph, Obtain Handle, and Execute Graph -The following registration function was added in 2025.1 for XRT to use ADF API callbacks: +The following registration function was added in 2025.2 for XRT to use ADF API callbacks: `adf::registerXRT(dhdl, top->m_header.uuid);` @@ -1122,7 +1122,7 @@ Throughput = (no of images / Processing time) ## Power Measurement Details -Resource utilization and power are measured using vcdanalyze, and Xilinx Power Estimator (XPE) for Versal (2025.1 version) tools. +Resource utilization and power are measured using vcdanalyze, and Xilinx Power Estimator (XPE) for Versal (2025.2 version) tools. The registers and CLB LUT utilization information can be found in the Vivado project if you perform the following steps: @@ -1159,7 +1159,7 @@ The vcdanalyze tool is used to generate a `graph.xpe` file which can be input to vcdanalyze --vcd x$(VCD_FILE_NAME).vcd --xpe ``` -2. If you do not already have it installed, download and install [XPE for Versal Version 2025.1](https://www.xilinx.com/products/technology/power/xpe.html). +2. If you do not already have it installed, download and install [XPE for Versal Version 2025.2](https://www.xilinx.com/products/technology/power/xpe.html). 3. Load the `graph.xpe` into XPE to see the AI Engine power comsumption and resource utilization for lenet design: @@ -1169,7 +1169,7 @@ A summary of resource utilization and power is given in the following table. | Number of Compute Cores | Vector Load | Number of Active Memory Banks | Mem R/W Rate | Active AI Engine Tiles | Interconnect Load | Dynamic Power
(in mW) | |:-----------------------:|:-----------:|:-----------------------------:|:------------:|:----------------:|:-----------------:|:-------------------------------:| -| 5 | 30.36% | 52 | 7.72% | 13 | 6.83% | 1331 | +| 5 | 30.36% | 50 | 7.72% | 13 | 6.83% | 1331 | ## References diff --git a/AI_Engine_Development/AIE/Design_Tutorials/01-aie_lenet_tutorial/description.json b/AI_Engine_Development/AIE/Design_Tutorials/01-aie_lenet_tutorial/description.json index 78cfdb887a..b433d8e460 100755 --- a/AI_Engine_Development/AIE/Design_Tutorials/01-aie_lenet_tutorial/description.json +++ b/AI_Engine_Development/AIE/Design_Tutorials/01-aie_lenet_tutorial/description.json @@ -13,8 +13,7 @@ "pre_exec": "./env_setup_versal.sh" }, "board": { - "pre_exec": "./env_setup_versal.sh", - "post_exec": "./addon/copy_perf_files.sh" + "pre_exec": "./env_setup_versal.sh" } }, "user": { @@ -51,7 +50,6 @@ "all": "run", "hw": "sd_card" }, - "custom_board_target": "run_test", - "customized_params": "multi_params.json" + "custom_board_target": "run_test" } } diff --git a/AI_Engine_Development/AIE/Design_Tutorials/01-aie_lenet_tutorial/sample_env_setup.sh b/AI_Engine_Development/AIE/Design_Tutorials/01-aie_lenet_tutorial/sample_env_setup.sh index caa8da3778..1624f5b985 100755 --- a/AI_Engine_Development/AIE/Design_Tutorials/01-aie_lenet_tutorial/sample_env_setup.sh +++ b/AI_Engine_Development/AIE/Design_Tutorials/01-aie_lenet_tutorial/sample_env_setup.sh @@ -6,9 +6,9 @@ # ======================================================= # Set Platform ,Vitis and Versal Image repo # ======================================================= -export PLATFORM_REPO_PATHS= -export XILINX_VITIS = /2025.1 -export COMMON_IMAGE_VERSAL= +export PLATFORM_REPO_PATHS= +export XILINX_VITIS = /2025.2 +export COMMON_IMAGE_VERSAL= # ==================================================== # Source Versal Image ,Vitis and Aietools @@ -20,7 +20,7 @@ source $XILINX_VITIS/settings64.sh # ========================================================= # Platform Selection... # ========================================================= -tgt_plat=xilinx_vck190_base_202510_1 +tgt_plat=xilinx_vck190_base_202520_1 export PLATFORM=$PLATFORM_REPO_PATHS/$tgt_plat/$tgt_plat\.xpfm # ========================================================== diff --git a/AI_Engine_Development/AIE/Design_Tutorials/02-super_sampling_rate_fir/DualSSR16_hw/Makefile b/AI_Engine_Development/AIE/Design_Tutorials/02-super_sampling_rate_fir/DualSSR16_hw/Makefile index dac460cc7a..4b1e075deb 100755 --- a/AI_Engine_Development/AIE/Design_Tutorials/02-super_sampling_rate_fir/DualSSR16_hw/Makefile +++ b/AI_Engine_Development/AIE/Design_Tutorials/02-super_sampling_rate_fir/DualSSR16_hw/Makefile @@ -24,7 +24,7 @@ ADDON_DIR := ./addon_files # hw_emu|hw TARGET ?= hw -PFM_NAME := xilinx_vck190_base_202510_1 +PFM_NAME := xilinx_vck190_base_202520_1 PFM_NAME := $(strip $(PFM_NAME)) PLATFORM := ${PLATFORM_REPO_PATHS}/${PFM_NAME}/${PFM_NAME}.xpfm PNAME := vck190_aie_base_graph_${TARGET} diff --git a/AI_Engine_Development/AIE/Design_Tutorials/02-super_sampling_rate_fir/DualSSR16_hw/README.md b/AI_Engine_Development/AIE/Design_Tutorials/02-super_sampling_rate_fir/DualSSR16_hw/README.md index 5ac644db6c..dc8456f475 100755 --- a/AI_Engine_Development/AIE/Design_Tutorials/02-super_sampling_rate_fir/DualSSR16_hw/README.md +++ b/AI_Engine_Development/AIE/Design_Tutorials/02-super_sampling_rate_fir/DualSSR16_hw/README.md @@ -15,7 +15,7 @@ # Dual Implementation of a Super Sampling Rate FIR Filter with Dual-Stream Input -***Version: Vitis 2025.1*** +***Version: Vitis 2025.2*** The purpose of this fith part of the tutorial is to implement and run in hardware two instances of SSR with dual-stream I/Os. @@ -38,10 +38,10 @@ The first step is to compile, simulate and visualize the graph with: make clean data aie aiesim aiesimviz ``` -The output display of the average throughput gives different values for the 2 instances just because the reference time taken for G1 and G2 is the same while G1 starts before G2: +The output display (in the console or log section of Vitis Analyzer) of the average throughput gives different values for the 2 instances just because the reference time taken for G1 and G2 is the same while G1 starts before G2: -- G1 (filenames finishing with 15) output throughput is around 3900MB/s -- G2 (filenames finishing with 25) output throughput is around 4000MB/s +- G1 (filenames PhaseOut_N_K_15 finishing with 15) output throughput is around 3900MB/s +- G2 (filenames PhaseOut_N_K_25 finishing with 25) output throughput is around 4000MB/s In the 'Array view' one can see clearly the 2 instances with all input and output filenames. diff --git a/AI_Engine_Development/AIE/Design_Tutorials/02-super_sampling_rate_fir/DualStreamSSR/Makefile b/AI_Engine_Development/AIE/Design_Tutorials/02-super_sampling_rate_fir/DualStreamSSR/Makefile index 0e56a43683..43346aaaf8 100644 --- a/AI_Engine_Development/AIE/Design_Tutorials/02-super_sampling_rate_fir/DualStreamSSR/Makefile +++ b/AI_Engine_Development/AIE/Design_Tutorials/02-super_sampling_rate_fir/DualStreamSSR/Makefile @@ -18,7 +18,7 @@ AIE_HW_DIR = ${AIE_BUILD_DIR}/hw RM = rm -f RMDIR = rm -rf -PFM_NAME ?= xilinx_vck190_base_202510_1 +PFM_NAME ?= xilinx_vck190_base_202520_1 PLATFORM ?= $(PLATFORM_REPO_PATHS)/$(PFM_NAME)/$(PFM_NAME).xpfm # AIE compiler settings @@ -39,10 +39,12 @@ all: clean data aie aiesim aieviz throughput waveform run: clean data aie aiesim NUM_SAMPLES ?= 512 -NFRAMES ?= 16 +NFRAMES ?= 4 SYSTEM_VAR_D := -DNUM_SAMPLES=$(NUM_SAMPLES) -DNFRAMES=$(NFRAMES) -AIE_FLAGS += --aie.Xpreproc "$(SYSTEM_VAR_D)" +SYSTEM_VAR_D_Preproc := $(foreach word,$(SYSTEM_VAR_D),--aie.Xpreproc $(word)) + +AIE_FLAGS += $(SYSTEM_VAR_D_Preproc) NSamples := $(shell echo " $(NUM_SAMPLES) / 2" | bc) NFrames := $(shell echo " $(NFRAMES) + 1" | bc) diff --git a/AI_Engine_Development/AIE/Design_Tutorials/02-super_sampling_rate_fir/DualStreamSSR/README.md b/AI_Engine_Development/AIE/Design_Tutorials/02-super_sampling_rate_fir/DualStreamSSR/README.md index c314c12e06..26b07b235a 100644 --- a/AI_Engine_Development/AIE/Design_Tutorials/02-super_sampling_rate_fir/DualStreamSSR/README.md +++ b/AI_Engine_Development/AIE/Design_Tutorials/02-super_sampling_rate_fir/DualStreamSSR/README.md @@ -15,7 +15,7 @@ # Super Sampling Rate FIR Filter with Dual-Stream Input -***Version: Vitis 2025.1*** +***Version: Vitis 2025.2*** The purpose of this fourth part of the tutorial is to understand how to improve upon the performance already achieved using the two input and output stream connections to the AI Engine. diff --git a/AI_Engine_Development/AIE/Design_Tutorials/02-super_sampling_rate_fir/DualStreamSSR/aie/SSRgraph.h b/AI_Engine_Development/AIE/Design_Tutorials/02-super_sampling_rate_fir/DualStreamSSR/aie/SSRgraph.h index e6ac13192d..41afde795c 100644 --- a/AI_Engine_Development/AIE/Design_Tutorials/02-super_sampling_rate_fir/DualStreamSSR/aie/SSRgraph.h +++ b/AI_Engine_Development/AIE/Design_Tutorials/02-super_sampling_rate_fir/DualStreamSSR/aie/SSRgraph.h @@ -121,12 +121,24 @@ std::vector taps8p[8] = { PHASE(0,8), PHASE(1,8), PHASE(2,8), PHASE(3,8) } // Constraints: location of the first kernel in the cascade + // for(int i=0;i(k[i][0]) = tile(j,i); + // } for(int i=0;i(k[i][0]) = tile(j,i); + int j0 = (i%2?LastCol:FirstCol); // 23 on even rows and 230on odd rows + int step = (i%2?-1:+1); // 23 on even rows and 230on odd rows + for(int l=0;l(k[i][l]) = tile(j,i); + location(k[i][l]) = adf::bank(j,i,2); + } } + // Cascade Connections for(int row=0;row 293.24 Msps diff --git a/AI_Engine_Development/AIE/Design_Tutorials/02-super_sampling_rate_fir/SingleStreamSSR/Makefile b/AI_Engine_Development/AIE/Design_Tutorials/02-super_sampling_rate_fir/SingleStreamSSR/Makefile index b76570f434..f9f9719bf3 100644 --- a/AI_Engine_Development/AIE/Design_Tutorials/02-super_sampling_rate_fir/SingleStreamSSR/Makefile +++ b/AI_Engine_Development/AIE/Design_Tutorials/02-super_sampling_rate_fir/SingleStreamSSR/Makefile @@ -18,7 +18,7 @@ AIE_HW_DIR = ${AIE_BUILD_DIR}/hw RM = rm -f RMDIR = rm -rf -PFM_NAME ?= xilinx_vck190_base_202510_1 +PFM_NAME ?= xilinx_vck190_base_202520_1 PLATFORM ?= $(PLATFORM_REPO_PATHS)/$(PFM_NAME)/$(PFM_NAME).xpfm # AIE compiler settings diff --git a/AI_Engine_Development/AIE/Design_Tutorials/02-super_sampling_rate_fir/SingleStreamSSR/README.md b/AI_Engine_Development/AIE/Design_Tutorials/02-super_sampling_rate_fir/SingleStreamSSR/README.md index 3f815dd399..cf5c5a64c9 100644 --- a/AI_Engine_Development/AIE/Design_Tutorials/02-super_sampling_rate_fir/SingleStreamSSR/README.md +++ b/AI_Engine_Development/AIE/Design_Tutorials/02-super_sampling_rate_fir/SingleStreamSSR/README.md @@ -15,7 +15,7 @@ # Single-Stream Interface -***Version: Vitis 2025.1*** +***Version: Vitis 2025.2*** ## Super Sampling Rate FIR Filter diff --git a/AI_Engine_Development/AIE/Design_Tutorials/03-beamforming/Makefile b/AI_Engine_Development/AIE/Design_Tutorials/03-beamforming/Makefile index 053486f68b..07baa4cdbe 100755 --- a/AI_Engine_Development/AIE/Design_Tutorials/03-beamforming/Makefile +++ b/AI_Engine_Development/AIE/Design_Tutorials/03-beamforming/Makefile @@ -47,11 +47,11 @@ step2: $(MAKE) -C Module_03_PL_Design kernels step3: - $(MAKE) -C Module_04_AI_Engine_and_PL_Integration xsa TARGET=hw REV=rev1 + $(MAKE) -C Module_04_AI_Engine_and_PL_Integration xsa sdt TARGET=hw REV=rev1 SHELL := /bin/bash step3b: - $(MAKE) -C Module_04_AI_Engine_and_PL_Integration xsa TARGET=hw_emu REV=rev1 + $(MAKE) -C Module_04_AI_Engine_and_PL_Integration xsa sdt TARGET=hw_emu REV=rev1 step4: $(MAKE) -C Module_05_Baremetal_Host_Application application MAIN=main_partial diff --git a/AI_Engine_Development/AIE/Design_Tutorials/03-beamforming/Module_01_Custom_Platform/Makefile b/AI_Engine_Development/AIE/Design_Tutorials/03-beamforming/Module_01_Custom_Platform/Makefile index df651ce8b4..edab03d93c 100755 --- a/AI_Engine_Development/AIE/Design_Tutorials/03-beamforming/Module_01_Custom_Platform/Makefile +++ b/AI_Engine_Development/AIE/Design_Tutorials/03-beamforming/Module_01_Custom_Platform/Makefile @@ -5,7 +5,7 @@ MK_PATH := $(abspath $(lastword $(MAKEFILE_LIST))) XF_PROJ_ROOT ?= $(shell bash -c 'export MK_PATH=$(MK_PATH); echo $${MK_PATH%/AI_Engine_Development/*}') -PLATFORM ?= xilinx_vck190_base_202510_1 +PLATFORM ?= xilinx_vck190_base_202520_1 DEVICE_NAME := xcvc1902-vsva2197-2MP-e-S diff --git a/AI_Engine_Development/AIE/Design_Tutorials/03-beamforming/Module_01_Custom_Platform/README.md b/AI_Engine_Development/AIE/Design_Tutorials/03-beamforming/Module_01_Custom_Platform/README.md index a6c067b952..b148a9c5cc 100755 --- a/AI_Engine_Development/AIE/Design_Tutorials/03-beamforming/Module_01_Custom_Platform/README.md +++ b/AI_Engine_Development/AIE/Design_Tutorials/03-beamforming/Module_01_Custom_Platform/README.md @@ -110,7 +110,7 @@ The first thing this `vck_190_v1_0_xsa.tcl` script does is call the `create_proj The `vck_190_v1_0_xsa.tcl` script then calls the `dr.bd.tcl` script, which generates the platform block design. Open the block design in the Vivado project located at `hw/build/vck190_v1_0_vivado/vck190_v1_0.xpr`. Note that there are five major components to the hardware platform: the AI Engine, CIPS, NoC (Network-on-Chip), Clocking Wizard IP, Clock Reset IPs, 16 AXI4-LITE SmartConnect interfaces, and a top-level AXI4-Lite SmartConnect (called ``ctrl_sm``). -![Platform Block Design](images/Beamforming_custom_BlockDiagram_2025_1.PNG) +![Platform Block Design](images/Beamforming_custom_BlockDiagram_2025_2.PNG) Open the `dr.bd.tcl` file and review the comments. After the `Setup and Error Checking` commands, note that the main function of this file is called `create_root_design`. @@ -314,7 +314,7 @@ Lastly, the `vck_190_v1_0_xsa.tcl` script generates the files necessary to suppo ### Software Platform -After creating the hardware platform (XSA) with the AI Engine IP through Vivado, import this XSA into the Vitis environment and create the software platform. Then add the aie_runtime, Linux, and standalone (bare-metal) domains into the software platform. The domains are configured with prebuilt Petalinux software components. Review Steps 2 and 3 of the [Versal Custom Platform Creation Tutorial](https://github.com/Xilinx/Vitis-Tutorials/blob/2025.1/Vitis_Platform_Creation/Design_Tutorials/03_Edge_VCK190/README.md) if you want to learn how to create the Petalinux software components from scratch. +After creating the hardware platform (XSA) with the AI Engine IP through Vivado, import this XSA into the Vitis environment and create the software platform. Then add the aie_runtime, Linux, and standalone (bare-metal) domains into the software platform. The domains are configured with prebuilt Petalinux software components. Review Steps 2 and 3 of the [Versal Custom Platform Creation Tutorial](https://github.com/Xilinx/Vitis-Tutorials/blob/2025.2/Vitis_Platform_Creation/Design_Tutorials/03_Edge_VCK190/README.md) if you want to learn how to create the Petalinux software components from scratch. Certain software components distributed with this tutorial are licensed under open source licenses, such as the GPL and BSD, source files for these materials are located at the following locations: @@ -401,7 +401,7 @@ Finally, software platform is generated with the `platform generate` command. Th * [Clocking Wizard IP](https://www.xilinx.com/products/intellectual-property/clocking_wizard.html) * [Processor Reset System Module IP](https://www.xilinx.com/products/intellectual-property/proc_sys_reset.html) * [CIPS Product Guide](https://docs.amd.com/access/sources/dita/map?url=pg352-cips&ft:locale=en-US) -* [Versal ACAP Programmable Network on Chip and Integrated Memory Controller Product Guide](https://docs.amd.com/access/sources/dita/map?url=pg313-network-on-chip&ft:locale=en-US) +* [Versal adaptive SoC Programmable Network on Chip and Integrated Memory Controller Product Guide](https://docs.amd.com/access/sources/dita/map?url=pg313-network-on-chip&ft:locale=en-US) ### Support diff --git a/AI_Engine_Development/AIE/Design_Tutorials/03-beamforming/Module_01_Custom_Platform/images/Beamforming_custom_BlockDiagram_2025_1.PNG b/AI_Engine_Development/AIE/Design_Tutorials/03-beamforming/Module_01_Custom_Platform/images/Beamforming_custom_BlockDiagram_2025_2.PNG similarity index 100% rename from AI_Engine_Development/AIE/Design_Tutorials/03-beamforming/Module_01_Custom_Platform/images/Beamforming_custom_BlockDiagram_2025_1.PNG rename to AI_Engine_Development/AIE/Design_Tutorials/03-beamforming/Module_01_Custom_Platform/images/Beamforming_custom_BlockDiagram_2025_2.PNG diff --git a/AI_Engine_Development/AIE/Design_Tutorials/03-beamforming/Module_02_AI_Engine_Design/README.md b/AI_Engine_Development/AIE/Design_Tutorials/03-beamforming/Module_02_AI_Engine_Design/README.md index a0f2d974d2..bbd8a7a09c 100755 --- a/AI_Engine_Development/AIE/Design_Tutorials/03-beamforming/Module_02_AI_Engine_Design/README.md +++ b/AI_Engine_Development/AIE/Design_Tutorials/03-beamforming/Module_02_AI_Engine_Design/README.md @@ -42,9 +42,9 @@ aiecompiler -v \ | --- | --- | |-v | Verbose output. | |--pl-freq=400| Sets the PLIO interface to the AI Engine to 400 MHz. All the AXI4-Stream interfaces from the PL kernels to the AI Engine operate at this frequency. | -|-include=\ | Includes the src directory, the src/kernels directory, and the src/inc directory.| +|-include=\ | Includes the ``src`` directory, the ``src/kernels`` directory, and the ``src/inc`` directory.| |--platform=\.xpfm| The custom platform created in Module 01.| -|-workdir=Work| Specifies the Work directory name.| +|-workdir=Work| Specifies the work directory name.| ### Dependencies @@ -71,56 +71,56 @@ aiecompiler -v \ ### AI Engine Kernels, Graphs, and Applications -AI Engine kernels are computation functions that work together to build data flow graphs. Multiple subgraphs can be stitched together into larger high-level graphs. This beamforming tutorial uses three beamforming kernels that implement matrix multiplication functions. These kernels are strung together to form the downlink and uplink subgraphs. Three uplink and three downlink subgraphs are instantiated in a high-level data flow graph `TEST_BF` defined in `test_bf.h`. The AI Engine application contains an instance of the `TEST_BF` graph and can be compiled and simulated using the AI Engine tool chain. +AI Engine kernels are computation functions that work together to build dataflow graphs. Multiple subgraphs can be stitched into larger high-level graphs. This beamforming tutorial uses three beamforming kernels that implement matrix multiplication functions. These kernels are strung together to form the downlink and uplink subgraphs. Three uplink and three downlink subgraphs are instantiated in a high-level data flow graph `TEST_BF` defined in `test_bf.h`. The AI Engine application contains an instance of the `TEST_BF` graph and can be compiled and simulated using the AI Engine tool chain. ## AI Engine Kernels and Graphs -The fundamental beamforming kernel computes a complex matrix multiplication on a (8x8) coefficient matrix times a (8x1) input data matrix which results in a (8x1) output data matrix. The beamforming kernel repeats the matrix multiplication computation on as many (8x1) input data matrices as are fed into it. +The fundamental beamforming kernel computes a complex matrix multiplication on an (8x8) coefficient matrix times an (8x1) input data matrix, which results in an (8x1) output data matrix. The beamforming kernel repeats the matrix multiplication computation on as many (8x1) input data matrices as are provided. -When the beamforming kernel computes the matrix multiplication, the results are only partial summations. The beamforming kernel then sends the partial results to identical kernels in a cascade chain for further accumulation and multiplication into a final accumulated (8x1) output data matrix. A real 5G system is determined by the number of layers (M) and number of antennas (N). For this beamforming tutorial, M is determined by the number of inputs into the chain (that is, the length of the input data matrix (8) times the number of kernels in a cascade chain). N is determined by the number of final accumulated outputs at the end of the chain (8) times the number of chains in your design.  +When the beamforming kernel computes the matrix multiplication, the results are only partial summations. It then sends the partial results to identical kernels in a cascade chain for further accumulation and multiplication into a final accumulated (8x1) output data matrix. A real 5G system is determined by the number of layers (M) and number of antennas (N). In this tutorial, M is determined by the number of inputs into the chain (that is, the length of the input data matrix (8) times the number of kernels in a cascade chain). N is determined by the number of final accumulated outputs at the end of the chain (8) times the number of chains in the design.  -This beamforming kernel comes in three flavors: `bf8x8_fst`, `bf8x8_mid`, and `bf8x8_lst`. Review the source files defined in the `src/kernels/` folder. +This beamforming kernel comes in three variants: `bf8x8_fst`, `bf8x8_mid`, and `bf8x8_lst`. Review the source files in the `src/kernels/` folder. ![Beamforming Kernels](images/beamforming_kernels.PNG) -The kernels are strung together into a cascading chain, and they are named first, middle, and last depending on their location in the cascading chain. All three of these kernels implement the matrix multiplication function and only differ in the input and output interfaces. The first kernel in the cascading chain does not have a cascading input because it is the first kernel in a chain. The middle kernel has both a cascading input and a cascading output. The last kernel has both a cascading input and output, but writes the output to local memory instead of the cascading bus. +The kernels are connected into a cascading chain, and named first, middle, and last based on their location in the cascading chain. All three kernels implement the matrix multiplication function and differ only in the input and output interfaces. The first kernel in the cascading chain does not have a cascading input because it is the first kernel in a chain. The middle kernel has both a cascading input and a cascading output. The last kernel has both, but writes the output to local memory instead of the cascading bus. -All three beamforming kernel types start by loading the input data and input coefficient data from PL kernels. The first beamforming kernel computes the matrix multiplication, computes the first partial summation, and sends it to a middle kernel using an output cascade. The middle kernel reads the partial summation from the previous kernel, computes its own matrix multiplication on the accumulated data, and generates its own output cascade. This output cascade becomes the input cascade to either another middle kernel or the last kernel. The last kernel does the final matrix multiplication on the accumulated data and writes the final results to a PL kernel. The entire chain of beamforming kernels repeats these calculations on new input data for 12 subcarriers in total. +All three beamforming kernel types start by loading the input data and coefficient data from PL kernels. The first beamforming kernel computes the matrix multiplication, produces the first partial summation, and sends it to a middle kernel using an output cascade. The middle kernel reads the partial summation from the previous kernel, computes its own matrix multiplication on the accumulated data, and generates its own output cascade. This output cascade becomes the input cascade to either another middle kernel or the last kernel. The last kernel does the final matrix multiplication on the accumulated data and writes the final results to a PL kernel. The entire chain of beamforming kernels repeats these calculations on new input data for 12 subcarriers. ### Cascading Chain Subgraph -The subgraph `bfCascadingChain` is used to create a cascading chain of beamforming kernels. Review the graph definition in the `src/inc/subsys.h`. It is a templated subgraph with parameters `xoff`, `yoff`, and `len`. The `xoff` and `yoff` parameters define the coordinate of the leftmost AI Engine. The `len` parameter specifies the length of the cascading chain (`len-2` = the number of middle kernels in a chain). The port arrays `din[len]` and `cin[len]` are the data input and coefficient input ports. The size of these arrays is determined by the `len` parameter (so we need one data input port and one coefficient input port for each kernel in the cascade chain). Additionally, there is one output port `out` for the final output in the last kernel. +The subgraph `bfCascadingChain` creates a cascading chain of beamforming kernels. Review the graph definition in the `src/inc/subsys.h`. It is a templated subgraph with parameters `xoff`, `yoff`, and `len`. The `xoff` and `yoff` parameters define the coordinate of the leftmost AI Engine. The `len` parameter specifies the length of the cascading chain (`len-2` = the number of middle kernels in a chain). The port arrays `din[len]` and `cin[len]` are the data input and coefficient input ports. Their sizes are determined by the `len` parameter (so you need one data input port and one coefficient input port for each kernel in the cascade chain). Additionally, there is one output port `out`, for the final output in the last kernel. -You can create subgraphs that contains multiple cascading chains where each chain can be customized to contain any number of beamforming kernels. +You can create subgraphs that contains multiple cascading chains. Each chain can be customized to contain any number of beamforming kernels. ![Multiple cascading chains in a subgraph](images/cascading_chains.PNG) ### Downlink Subgraph -The subgraph DL64A32L is a 64-antenna-32-layer downlink subgraph. Review the graph definition in the `src/inc/subsys.h`. It consists of eight `bfCascadingChain` subgraphs of length four beamforming kernels. This subgraph has four data input ports and 32 coefficient input ports. All eight chains get the same input data. Each chain gets four of the coefficient input ports each. There are eight output data ports for the output of each chain. +The DL64A32L subgraph is a 64-antenna-32-layer downlink subgraph. Review the graph definition in the `src/inc/subsys.h`. It consists of eight `bfCascadingChain` subgraphs of length four beamforming kernels. This subgraph has four data input ports and 32 coefficient input ports. All eight chains get the same input data. Each chain gets four of the coefficient input ports each. There are eight output data ports, one for each chain. ### Uplink Subgraph -The uplink subgraph UL64A32L is the reverse of the downlink subgraph. Review the graph definition in the `src/inc/subsys.h` It consists of four `bfCascadingChain` subgraphs each of the length of eight beamforming kernels. This subgraph has eight data input ports and 32 coefficient input ports. All four chains get the same input data. Each chain gets eight of the coefficient input ports each. There are four output data ports for the output of each chain.   +The UL64A32L uplink subgraph is the reverse of the downlink subgraph. Review the graph definition in the `src/inc/subsys.h` It consists of four `bfCascadingChain` subgraphs each of the length of eight beamforming kernels. This subgraph has eight data input ports and 32 coefficient input ports. All four chains receive the same input data. Each chain receives eight of the coefficient input ports each. There are four output data ports, one for each chain.   ### Test Beamforming Graph -The test beamforming `TEST_BF` graph is the high-level AI Engine graph that contains three instances of the `DL64A32L` subgraph and three instances of the `UL64A32L` subgraph. Review the graph definition in the `src/test_bf.h`. +The `TEST_BF` test beamforming graph is the high-level AI Engine graph that contains three instances of the `DL64A32L` subgraph and three instances of the `UL64A32L` subgraph. Review the graph definition in the `src/test_bf.h`. ## AI Engine Application -Review the `test_bf_3x.cpp` AI Engine application. Note that all the input and output PLIO ports for the `TEST_BF` graph are instantiated. Next, instantiate the virtual platform and connect the virtual platform's `src` and `sink` arrays to PLIOs. +Review the `test_bf_3x.cpp` AI Engine application. All input and output PLIO ports for the `TEST_BF` graph are instantiated. Next, instantiate the virtual platform and connect the virtual platform's `src` and `sink` arrays to PLIOs. -Each input PLIO port has a `*.txt` file relative to the current directory that sources the input platform data. Each output PLIO port specifies a `.*txt` file to sink the output platform data. The beamforming kernels expect `cint16` data inputs, so the input data `*.txt` files are organized as four columns per row where each column represents a 16-bit real or imaginary value. +Each input PLIO port has a `*.txt` file relative to the current directory that sources the input platform data. Each output PLIO port specifies a `.*txt` file to sink the output platform data. The beamforming kernels expect `cint16` data inputs, so the input data `*.txt` files are organized as four columns per row, each column represents a 16-bit real or imaginary value. -Lastly, the AI Engine application uses the Run Time Graph Control API with an infinite graph execution. The graph `dut` is declared from the `TEST_BF` graph class. In the `main` function, this graph object is initialized and run. The `init()` method loads the graph to the AI Engine array at specific AI Engine tiles. This includes loading the ELF binaries for each AI Engine, configuring the stream switching for routing, and configuring the DMAs for I/O. It leaves the processors in a disabled state. The `run()` method starts the graph execution by enabling the processors. This graph runs for one iteration. The run-time event API for performance profiling is used to calculate the throughput of two of the output ports. +Lastly, the AI Engine application uses the Run Time Graph Control API with an infinite graph execution. The graph `dut` is declared from the `TEST_BF` graph class. In the `main` function, this graph object is initialized and run. The `init()` method loads the graph to the AI Engine array at specific AI Engine tiles. This includes loading the ELF binaries for each AI Engine, configuring the stream switching for routing, and configuring the DMAs for I/O. It leaves the processors disabled. The `run()` method starts the graph execution by enabling the processors. This graph runs for one iteration. The run-time event API for performance profiling is used to calculate the throughput of two of the output ports. ## Sending Data to the Beamforming Kernels -AI Engine kernels consume input blocks of data and produce output blocks of data. There are two data access mechanisms kernels can do: window-based access or stream-based access. The beamforming kernels access data with the window-based access mechanism. +AI Engine kernels consume input blocks of data and produce output blocks of data. There are two data access mechanisms that kernels can use: window-based access or stream-based access. The beamforming kernels use the window-based access mechanism. ### AI Engine Kernels Parameters -The view that a kernel has of incoming blocks of data is called an input window. Input windows are defined by type, to define the type of data contained within that window. The beamforming kernels expect an input window carrying complex integers where both the real and imaginary parts are 16 bits wide for the input data (`x_input`) and input coefficient (`c_input`) parameters. +An input window defines the kernel’s view of incoming blocks of data. Input windows are defined by type, to define the type of data contained within that window. The beamforming kernels expect input windows carrying complex integers where both the real and imaginary parts are 16 bits wide for the input data (`x_input`) and input coefficient (`c_input`) parameters. ``` void bf8x8_fst( \ @@ -130,7 +130,7 @@ void bf8x8_fst( \ ); ``` -The view that a kernel has of outgoing blocks of data is called an output window. The last beamforming kernel (bf8x8_lst) shows a declaration of an output window carrying complex integers where both the real and imaginary parts are 16 bits for the output data (data_out) parameter. +An output window defines the kernel’s view of outgoing blocks of data. The last beamforming kernel (bf8x8_lst) shows a declaration of an output window carrying complex integers where both the real and imaginary parts are 16 bits for the output data (data_out) parameter. ``` void bf8x8_lst( \ @@ -144,7 +144,7 @@ void bf8x8_lst( \ ### AI Engine Subgraph Window Connections -The size of the window (in bytes) is declared with the ``connect>`` construct. The ``bfCascadeChain`` data flow graph establishes the window connections between the input and output ports of the graph and the input ports of the beamforming kernels. +The window size (in bytes) is declared with the ``connect>`` construct. The ``bfCascadeChain`` dataflow graph establishes the window connections between the input and output ports of the graph and the input ports of the beamforming kernels. ```C++ // Make connections for input data and coefficient @@ -167,7 +167,7 @@ The window sizes of the coefficient, data, and output ports are as follows: ### AI Engine Application Data Files -Lastly, send the actual input data to the beamforming kernels and receive the output data from the beamforming kernels. This is accomplished through the PLIOs instantiated in the AI Engine application. Each PLIO specifies a 64-bit PL interface with an associated input or output data file. This means each row in the data files can store two (32-bit) complex data samples. An AI Engine kernel that is expecting a cint16 with a 64-bit PLIO needs a data file organized as four columns per row, where each column represents a 16-bit real or imaginary value. +Send the actual input data to the beamforming kernels and receive the output data through the PLIOs instantiated in the AI Engine application. Each PLIO specifies a 64-bit PL interface with an associated input or output data file. Each row in the data files stores two (32-bit) complex data samples. An AI Engine kernel expecting cint16 with a 64-bit PLIO needs a data file organized as four columns per row, where each column represents a 16-bit real or imaginary value. ``` <16-bit real> <16-bit imaginary> <16-bit real> <16-bit imaginary> @@ -175,7 +175,7 @@ Lastly, send the actual input data to the beamforming kernels and receive the ou ## Simulating the AI Engine Graph Application -Next, conduct a System C simulation of your AI Engine application using the AI Engine System C Simulator (`aiesimulator`). This simulator can model the AI Engine array, global memory (DDR memory), and network-on-chip (NoC). Invoke the AI Engine System C simulator with the following ``make`` command: +Next, conduct a System C simulation of your AI Engine application using the AI Engine System C Simulator (`aiesimulator`). This simulator models the AI Engine array, global memory (DDR memory), and network-on-chip (NoC). Invoke the AI Engine System C simulator with the following ``make`` command: ``` make sim @@ -188,13 +188,13 @@ cd build; aiesimulator –pkg-dir Work –output-dir aiesimulator-output |& tee aiesimulator-output/aiesim.log ``` -The `aiesimulator` executes the AI Engine application where the AI Engine graph is initialized, run, and terminated by the control thread expressed in the `main` function. By default, the `dut.run()` option specifies a graph that runs forever. In our AI Engine application, dut.run(NITER) is specified, where NITER = 1. This runs the graph for one iteration. This means the simulation has the AI Engine receiving “one block” of data samples through the input ports, and the AI Engine outputs “one block” of data samples through the output ports. The block size of the data input, coefficient input, and data output ports is specified by the `IN_DATA_WINSZ`, `IN_COEF_WINSZ`, and `OUT_DATA_WINSZ` global variables. +The `aiesimulator` executes the AI Engine application where the AI Engine graph is initialized, run, and terminated by the control thread expressed in the `main` function. By default, the `dut.run()` option specifies a graph that runs forever. In our AI Engine application, dut.run(NITER) is specified, where NITER = 1. This runs the graph for one iteration. This means the simulation has the AI Engine receiving one block of data samples through the input ports, and outputs one block through the output ports. The block sizes for the data input, coefficient input, and data output ports are specified by the `IN_DATA_WINSZ`, `IN_COEF_WINSZ`, and `OUT_DATA_WINSZ` global variables. ### Run-Time Event API for Performance Profiling -Additionally, in the AI Engine application, the `event::start_profiling` and `event::read_profiling` API calls are specified. These calls configure the AI Engine to count the accumulated number of clock cycles. Because we know how much data is coming out of the AI Engine (`OUT_DATA_WINSZ`), and using this API gets us the number of clock cycles its takes to receive all the output data, we can calculate the port throughput (bytes per second). This calculation is done in the AI Engine application and printed to the console during simulation. Note that the longer the data is simulated, the higher the throughput accuracy. Currently, the number of iterations is chosen as 20. +Additionally, in the AI Engine application, the `event::start_profiling` and `event::read_profiling` API calls are specified to configure the AI Engine to count the accumulated number of clock cycles. Because you know how much data is coming out of the AI Engine (`OUT_DATA_WINSZ`), and this API reports the number of clock cycles it takes to receive the output data, you can calculate the port throughput (bytes per second). The AI engine application does this calculation and prints to the console during simulation. The longer the data is simulated, the higher the throughput accuracy. Currently, the number of iterations is chosen as 20. -Open the `build/aiesim.log` file to view the following throughput calculations for two of the output PLIOs: +Open the `build/aiesim.log` file to view the following throughput calculations for two output PLIOs: ``` DLBF Output0: Throughput 6.56944e+08 Samples/s, i.e. 2.62777e+09 Bytes/s @@ -203,7 +203,7 @@ ULBF Output0: Throughput 6.59284e+08 Samples/s, i.e. 2.63714e+09 Bytes/s ## Conclusion -5G NR massive MIMO systems require intensive computation for matrix multiplication. It is shown that three 100 MHz 32-layer-64-antenna 5G NR beamforming systems can be implemented on 192 AI Engines with three kernels with slight differences. The proposed matrix multiplication implementation on AI Engine has a flexible and scalable architecture applicable to a wide range of use cases including but not limited to 5G wireless. +5G NR massive MIMO systems require intensive computation for matrix multiplication. Three 100 MHz 32-layer-64-antenna 5G NR beamforming systems can be implemented on 192 AI Engines with three kernels with slight differences. The proposed matrix multiplication implementation on AI Engine has a flexible and scalable architecture applicable to many use cases, including but not limited to 5G wireless. ## References @@ -223,6 +223,6 @@ ULBF Output0: Throughput 6.59284e+08 Samples/s, i.e. 2.63714e+09 Bytes/s GitHub issues will be used for tracking requests and bugs. For questions go to [forums.xilinx.com](http://forums.xilinx.com/). -

Copyright © 2020–2025 Advanced Micro Devices, Inc.

+

Copyright © 2020–2026 Advanced Micro Devices, Inc.

Terms and Conditions

diff --git a/AI_Engine_Development/AIE/Design_Tutorials/03-beamforming/Module_03_PL_Design/dlbf_slave/sim/Readme.md b/AI_Engine_Development/AIE/Design_Tutorials/03-beamforming/Module_03_PL_Design/dlbf_slave/sim/Readme.md index ef46e93530..f6be534750 100755 --- a/AI_Engine_Development/AIE/Design_Tutorials/03-beamforming/Module_03_PL_Design/dlbf_slave/sim/Readme.md +++ b/AI_Engine_Development/AIE/Design_Tutorials/03-beamforming/Module_03_PL_Design/dlbf_slave/sim/Readme.md @@ -15,7 +15,7 @@ # Summary -This simulation design builds on the IP that was generated by using the Makefile in the parent directory, that is, `dlbf_slave`. The design is built using the following blocks: +This simulation design builds on the IP generated by using the Makefile in the parent directory, that is, `dlbf_slave`. The design uses the following blocks: 1. AXI4 LITE VIP 2. AXI4 Stream Master VIP @@ -34,6 +34,6 @@ This simulation design builds on the IP that was generated by using the Makefile
-

Copyright © 2020–2025 Advanced Micro Devices, Inc.

+

Copyright © 2020–2026 Advanced Micro Devices, Inc.

Terms and Conditions

diff --git a/AI_Engine_Development/AIE/Design_Tutorials/03-beamforming/Module_04_AI_Engine_and_PL_Integration/Makefile b/AI_Engine_Development/AIE/Design_Tutorials/03-beamforming/Module_04_AI_Engine_and_PL_Integration/Makefile index c514cf7248..8baf1bb18d 100755 --- a/AI_Engine_Development/AIE/Design_Tutorials/03-beamforming/Module_04_AI_Engine_and_PL_Integration/Makefile +++ b/AI_Engine_Development/AIE/Design_Tutorials/03-beamforming/Module_04_AI_Engine_and_PL_Integration/Makefile @@ -1,4 +1,4 @@ -#Copyright (C) 2025, Advanced Micro Devices, Inc. All rights reserved. +#Copyright (C) 2024, Advanced Micro Devices, Inc. All rights reserved. #SPDX-License-Identifier: MIT @@ -103,9 +103,9 @@ $(BUILD_DIR)/README.md: unzip $(BUILD_DIR)/rev1/hw_emu/xsa.zip -d $(BUILD_DIR)/rev1/hw_emu xsa_all: - $(MAKE) xsa TARGET=hw REV=rev0 - $(MAKE) xsa TARGET=hw REV=rev1 - $(MAKE) xsa TARGET=hw_emu REV=rev1 + $(MAKE) xsa sdt TARGET=hw REV=rev0 + $(MAKE) xsa sdt TARGET=hw REV=rev1 + $(MAKE) xsa sdt TARGET=hw_emu REV=rev1 xsa: $(BUILD_DIR)/$(REV)/$(TARGET)/$(XSA) @@ -121,7 +121,18 @@ $(BUILD_DIR)/$(REV)/$(TARGET)/$(XSA): $(DEPS) $(XOS) \ --config $(CONFIG_INI) \ -o $(XSA) - + +sdt: $(BUILD_DIR)/$(REV)/$(TARGET)/sdt/system.dts + +$(BUILD_DIR)/$(REV)/$(TARGET)/sdt/system.dts: $(BUILD_DIR)/$(REV)/$(TARGET)/$(XSA) + xsct -eval " \ + sdtgen set_dt_param -debug enable; \ + sdtgen set_dt_param -zocl enable; \ + sdtgen set_dt_param -dir $(BUILD_DIR)/$(REV)/$(TARGET)/sdt; \ + sdtgen set_dt_param -xsa $(abspath $<); \ + sdtgen set_dt_param -board_dts versal-vck190-rev1.1-x-ebm-01-reva; \ + sdtgen generate_sdt; \ + " clean: rm -rf $(BUILD_DIR)/$(REV)/$(TARGET)/$(XSA) rm -rf $(BUILD_DIR)/$(REV)/$(TARGET) diff --git a/AI_Engine_Development/AIE/Design_Tutorials/03-beamforming/Module_04_AI_Engine_and_PL_Integration/README.md b/AI_Engine_Development/AIE/Design_Tutorials/03-beamforming/Module_04_AI_Engine_and_PL_Integration/README.md index c8c9f73ed2..c85faa4d43 100755 --- a/AI_Engine_Development/AIE/Design_Tutorials/03-beamforming/Module_04_AI_Engine_and_PL_Integration/README.md +++ b/AI_Engine_Development/AIE/Design_Tutorials/03-beamforming/Module_04_AI_Engine_and_PL_Integration/README.md @@ -15,9 +15,9 @@ # Recap -In _Module 01 - Creating a Custom Platform_, you created your custom embedded platform with the base components (CIPS, AI Engine, NoC, clocking infrastructure, and boot software) to create an AI Engine design that is stitched together. +In _Module 01 - Creating a Custom Platform_, you created a custom embedded platform with base components (CIPS, AI Engine, NoC, clocking infrastructure, and boot software) to create an AI Engine design that is stitched together. -In _Module 02 - Creating an AI Engine Application_, you introduced the beamforming kernel and created your downlink and uplink subgraphs, the data flow specification graph, and your top-level AI Engine application. +In _Module 02 - Creating an AI Engine Application_, you introduced the beamforming kernel and created downlink and uplink subgraphs, the data flow specification graph, and the top-level AI Engine application. In _Module 03 - Creating the PL Kernels_, you solved the data storage problem by creating PL kernels to send reference input data to the AI Engine and store output data generated by the AI Engine. @@ -25,7 +25,7 @@ In this module, you stitch together the custom platform (``.xpfm``), the AI Engi ## Building the Design -The Vitis compiler linker step for this large design takes ~16 hours to complete. +The Vitis compiler linker step for this large design takes about 16 hours to complete. ### Build XCLBIN from Scratch @@ -106,11 +106,11 @@ v++ -l \ | --- | --- | |-l | Runs Vitis compiler in link mode to link XO, O, and XPFM input files and generate an XCLBIN output file.| |-t hw_emu | Specifies the hardware emulation build target.| -|-f | Specifies the platform (.xpfm) file to which Vitis links input files.| -|--save-temps | Saves intermediate files/directories created during the link process.| +|-f | Specifies the platform (`.xpfm`) file to which Vitis links input files.| +|--save-temps | Saves intermediate files or directories created during the link process.| |-g | Generates code for debugging the kernel.| -|--config \.ini| Specifies a configuration file containing more Vitis compiler switches. This file also describes how many of each PL kernel to instantiate and how to connect the PL kernels to the PLIOs in the AI Engine. The rev0 build uses the config.ini. The rev1 build uses config_2regslice.ini, which contains timing closure techniques. | -|-o beamforming.rev\<0\|1\>.\.xclbin | Specifies the name of the output file generated by the v++ command. During the linking process, the output files must end with the .xclbin extension.| +|--config \.ini| Specifies a configuration file containing more Vitis compiler switches. This file also describes how many of each PL kernel to instantiate and how to connect the PL kernels to the PLIOs in the AI Engine. The rev0 build uses the `config.ini`. The rev1 build uses `config_2regslice.ini`, which contains timing closure techniques. | +|-o beamforming.rev\<0\|1\>.\.xclbin | Specifies the name of the output file generated by the v++ command. During the linking process, the output files must end with the `.xclbin` extension.| ### Dependencies @@ -129,7 +129,7 @@ v++ -l \ ### Build Products -Notice that the Vitis compiler linker step was invoked three times producing the following build directories: +The Vitis compiler linker step was invoked three times, producing the following build directories: |FileName|Description| | --- | --- | @@ -137,11 +137,11 @@ Notice that the Vitis compiler linker step was invoked three times producing the |build/rev1/hw/|Vitis compiler linker build with timing closure strategies applied that meets timing. | |build/rev1/hw_emu/|Vitis compiler linker build that meets timing for hardware emulation run.| -The rev0 build contains the first revision of the Vitis compiler linker step that naively links the AI Engine graph design to the PL kernels and PL platform. However, because the beamforming design makes full use of PL resources, the straightforward implementation does not meet timing. The rev1 build is the second revision of the Vitis compiler linker step with timing closure techniques applied. In Module 06, you will be working through hardware emulation, and you will need to invoke the Vitis compiler linker step again with rev1 and TARGET=hw_emu. +The rev0 build contains the first revision of the Vitis compiler linker step that naively links the AI Engine graph design to the PL kernels and PL platform. However, because the beamforming design uses PL resources, the straightforward implementation does not meet timing. The rev1 build is the second revision of the Vitis compiler linker step with timing closure techniques. In Module 06, you work through hardware emulation, and invoke the Vitis compiler linker step again with rev1 and TARGET=hw_emu. ## Introduction: Linking the System -After the AI Engine graph is created and the RTL kernels are packaged, the `v++ --link` command links them with the target platform to build the device binary (XCLBIN). This XCLBIN is used to program the hardware and includes the PDI, debug data, memory topology, IP layout, and metadata. +After the AI Engine graph is created and the RTL kernels are packaged, the `v++ --link` command links them with the target platform to build the device binary (XCLBIN). This XCLBIN programs the hardware and includes the PDI, debug data, memory topology, IP layout, and metadata. ## Timing Summary @@ -154,7 +154,7 @@ build/rev1/hw/_x/link/vivado/vpl/prj/prj.runs/impl_1/vck190_v1_0_wrapper_timing_ ### REV0: vck190_v1_0_wrapper_timing_summary_routed.rpt -Scroll down to the Design Timing Summary section in the timing summary report. You will see that rev1 has a WNS and TNS, which are both zero. This indicates that the rev0 build meets timing. +Scroll down to the Design Timing Summary section in the timing summary report. You see that rev1 has a WNS and TNS, which are both zero. This indicates that the rev0 build meets timing. ``` ... @@ -171,7 +171,7 @@ Scroll down to the Design Timing Summary section in the timing summary report. Y ### REV1: vck190_v1_0_wrapper_timing_summary_routed.rpt -Scroll down to the Design Timing Summary section in the timing summary report. You will see that rev1 has a WNS and TNS, which are both zero. This indicates that the rev1 build meets timing. +Scroll down to the Design Timing Summary section in the timing summary report. You see that rev1 has a WNS and TNS, which are both zero. This indicates that the rev1 build meets timing. ``` ... @@ -186,7 +186,7 @@ Scroll down to the Design Timing Summary section in the timing summary report. Y ... ``` -The rev0 build has a negative slack and fails timing while the rev1 build does not. During the Vitis compiler linker step, the rev0 and rev1 builds used different configuration files. A configuration file is used to specify more Vitis compiler options. The rev0 build used the ``config.ini`` file with no timing closure technique options. The rev1 build used the ``config_2regslice.ini`` file, which is similar to the ``config.ini`` but contains additional timing closure techniques. Both the ``*.ini`` files are located in `Module_04_AI_Engine_and_PL_Integration/` folder. The next sections detail the ``config.ini`` file for the rev0 build, and then the changes made in the ``config_2regslice.ini`` for a successful rev1 build, which meets timing. +The rev0 build has negative slack and fails timing while the rev1 build does not. During the Vitis compiler linker step, the rev0 and rev1 builds used different configuration files. A configuration file is used to specify additional Vitis compiler options. The rev0 build used the ``config.ini`` file with no timing closure technique options. The rev1 build used the ``config_2regslice.ini`` file, which is similar to ``config.ini`` but contains additional timing closure techniques. Both the ``*.ini`` files are located in `Module_04_AI_Engine_and_PL_Integration/` folder. The next sections detail the ``config.ini`` file for the rev0 build, and then the changes made in the ``config_2regslice.ini`` for a successful rev1 build, which meets timing. ## REV0 Configuration File (config.ini) @@ -210,7 +210,7 @@ nk=dlbf_slave:8:dlbf_o00.dlbf_o01.dlbf_o02.dlbf_o03.dlbf_o04.dlbf_o05.dlbf_o06.d The first line specifies there is one `dlbf_data` PL kernel named `dlbf_data_00`. The second line specifies there are eight `dlbf_coeffs` PL kernels named `dlbf_coeffs_00 ... dlbf_coeffs_07`. The last line specifies that there are eight `dlbf_slave` PL kernels named `dlbf_o00 ... dlbd_o07`. The ``config.ini`` file repeats this three times because there are three instances of the downlink subgraph. -The config.ini file also repeats this connection scheme for the ULBF PL kernels: +The ``config.ini`` file also repeats this connection scheme for the ULBF PL kernels: ``` #PL Kernel Instances for Uplink Subgraph 0 @@ -223,51 +223,51 @@ The ``config.ini`` file repeats this three times because there are three instanc #### Streaming Connections -The `sc` switch defines connections between the ports of the AI Engine graph and the streaming ports of PL kernels. The first set of `sc` connections are between the `dlbf_data` PL kernel instances and the AI Engine `dlbfid` (input data) ports. The next set of connections are between the `dlbf_coeffs` PL kernels and the AI Engine `dlbfic` (input coefficient) ports. The AI Engine ports are connected to the PL kernels’ `M00_AXIS` (master AXI4-Stream) ports. +The `sc` switch defines connections between the ports of the AI Engine graph and the streaming ports of PL kernels. The first set of `sc` connections is between the `dlbf_data` PL kernel instances and the AI Engine `dlbfid` (input data) ports. The next set connects the `dlbf_coeffs` PL kernels and the AI Engine `dlbfic` (input coefficient) ports. The AI Engine ports connect to the PL kernels’ `M00_AXIS` (master AXI4-Stream) ports. The next connections are between the AI Engine `dlbfo` (output) ports and the `dlbf_slave` instances. The AI Engine ports are connected to the PL kernels’ `S_AXIS` (slave AXI4-Stream) ports. -The `config.ini` file repeats this connection scheme for all three instances of the DLBF system and for all three ULBF systems as well. +The `config.ini` file repeats this connection scheme for all three DLBF and ULBF instances. ### \[clock\] Section The next section of the `config.ini` is the `[clock]` section. It only uses two clocks (`id=0` and `id=3`). The clock `id=0` is a 100 MHz clock. Clock `id=3` is a 400 MHz clock. These clocks were created by the clocking wizard in the custom platform (_Module 01 - Creating a Custom Platform_). They are available for the Vitis compiler linker to use in this step. This is possible because they were exposed using the `PFM.clock` function when creating the custom platform (XPFM). -All of the PL kernels’ `s_axi_aclk` are connected to the 100 MHz clock (`id=0`). This clock is for the AXI4-Lite port of the PL kernels. It clocks the control path in the PL kernels which allows the CIPS to send/receive control and status signals from the PL kernels. The `dlbf_data`, `ulbf_data`, `dlbf_coeff`, and `ulbf_coeff` PL kernels have an `m_axis_clk`. The `dlbf_slave` and `ulbf_slave` PL kernels have an `s_axis_clk`. These clocks are connected to the 400 MHz clock (`id=3`). This clock is for the AXI4-Stream port on these PL kernels. It clocks the data path in the PL kernels, which allows the AI Engine to receive or send data to/from the PL kernels. +All PL kernels’ `s_axi_aclk` connect to the 100 MHz clock (`id=0`). This clock is for the AXI4-Lite port of the PL kernels. It clocks the control path in the PL kernels, which allows the CIPS to send/receive control and status signals from the PL kernels. The `dlbf_data`, `ulbf_data`, `dlbf_coeff`, and `ulbf_coeff` PL kernels have an `m_axis_clk`. The `dlbf_slave` and `ulbf_slave` PL kernels have an `s_axis_clk`. These clocks are connected to the 400 MHz clock (`id=3`). This clock is for the AXI4-Stream port on these PL kernels. It clocks the data path in the PL kernels, which allows the AI Engine to receive or send data to/from the PL kernels. ### \[advanced\] Section -* **`param=compiler.addOutputTypes=hw_export`:** This switch specifies the creation of a new XSA for the target platform. The exported XSA has the name of the output file specified by the `-o` option in the (``v++``) command, with the extension `.xsa`. This advanced option should only be set when creating a new XSA. This option is required for building the fixed platform in the bare-metal flow. -* **`param=hw_emu.enableProfiling=false`:** This switch sets the hardware emulation profiling feature off. -* **`param=compiler.maxComputeUnits=1000`:** This switch sets the maximum number of compute units allowed in the system. Without this switch, the default number of maxComputeUnits is 60. +* **`param=compiler.addOutputTypes=hw_export`:** Specifies the creation of a new XSA for the target platform. The exported XSA name is based on the `-o` option in the (``v++``) command, with the extension `.xsa`. Set this advanced option only when creating a new XSA. This option is required for building the fixed platform in the bare-metal flow. +* **`param=hw_emu.enableProfiling=false`:** Sets the hardware emulation profiling feature off. +* **`param=compiler.maxComputeUnits=1000`:** Sets the maximum number of compute units allowed in the system. Without this switch, the default number of maxComputeUnits is 60. ### New XSA Platform: rev0 If you built from scratch, you can open the block design in the AMD Vivado™ project to view the new hardware platform at `build/rev0/hw/_x/link/vivado/vpl/prj/prj.xpr`. -![Linked Hardware Platform](images/Beamforming_new_xsa_2025_1.PNG) +![Linked Hardware Platform](images/Beamforming_new_xsa_2025_2.PNG) -Notice the new XSA hardware platform built on top of the custom platform you built in Module 01 (Creating a Custom Platform). It still contains the original building blocks: CIPS, NoC, AI Engine, Clocking Wizard, Processor Reset Systems, ``ctrl_sm``, and 16 AXI4-Lite SmartConnect interfaces. However, you will also notice that only six of these are being used, and ten of them remain unused. +Notice the new XSA hardware platform built on top of the custom platform you built in Module 01 (Creating a Custom Platform). It still contains the original building blocks: CIPS, NoC, AI Engine, Clocking Wizard, Processor Reset Systems, ``ctrl_sm``, and 16 AXI4-Lite SmartConnect interfaces. However, you also notice that only six of these are being used, and ten of them remain unused. -Each AXI4-Lite SmartConnect interface can have up to 15 AXI4-Lite master interfaces. Four of the AXI4-Lite SmartConnect interfaces have 15 AXI4-Lite master interfaces instantiated, one of them has 14, and one of them has four. This is total of 78 AXI4-Lite master interfaces which are connected to the newly linked PL kernels (three ``dlbf_data``, 24 ``dlbf_coeff``, three ``ulbf_data``, 12 ``ulbf_coeff``, 24 ``dlbf_slave``, and 12 ``ulbf_slave`` kernels). The AI Engine is also connected to all the PL kernels through their AXI4-Stream interfaces. +Each AXI4-Lite SmartConnect interface can have up to 15 AXI4-Lite master interfaces. Four of the AXI4-Lite SmartConnect interfaces have 15 AXI4-Lite master interfaces instantiated, one has 14, and one has four. This is total of 78 AXI4-Lite master interfaces connected to the newly linked PL kernels (three ``dlbf_data``, 24 ``dlbf_coeff``, three ``ulbf_data``, 12 ``ulbf_coeff``, 24 ``dlbf_slave``, and 12 ``ulbf_slave`` kernels). The AI Engine is also connected to all the PL kernels through their AXI4-Stream interfaces. ## Timing Closure -We know that the straightforward configuration file for the Vitis compiler linker did not meet timing. This was because this design is a high resource utilization design, running at a high frequency clock rate (400 MHz). The Vivado tool cannot perform timing closure without user intervention. This is solved by adding two ``axi4s-register slice`` IPs between the PL kernels and the AI Engine, updating the connections in the configuration file, and applying timing closure strategies during placement and routing. +You know that the straightforward configuration file for the Vitis compiler linker did not meet timing. This design is a high resource utilization design, running at a high frequency clock rate (400 MHz). The Vivado tool cannot perform timing closure without user intervention. You can solve this by adding two ``axi4s-register slice`` IPs between the PL kernels and the AI Engine, updating the connections in the configuration file, and applying timing closure strategies during placement and routing. ### Timing Closure Strategy -There are many different ways to close timing. This section details how timing closure been approached in the beamforming design. +There are many different ways to close timing. This section explains how timing closure is approached in the beamforming design. -First, find the problematic paths that resulted in the negative slack. The longest paths in the design are between the PL kernels and AI Engine, which cannot operate at 400 MHz clock frequency without negative slack. +Identify the problematic paths causing negative slack. The longest paths in the design are between the PL kernels and AI Engine, which cannot operate at 400 MHz clock frequency without negative slack. -The first thing to do is try to break up these paths and reduce the amount of time it takes to get from the PL kernel to the AI Engine. This was done by introducing two AXI register slice IPs in the paths to pipeline the data flow. +Break up these paths and reduce the amount of time it takes to get from the PL kernel to the AI Engine. You can do this by introducing two AXI register slice IPs in the paths to pipeline the data flow. -In addition to adding the AXI register slices, we also explored timing closure strategies that could be applied during each stage of implementation: placement, routing, and physical optimization. The full list of strategies available for each stage is documented in _Vivado Design Suite User Guide Implementation Chapter 2: Implementing the Design_ ([UG904](https://www.xilinx.com/search/support-keyword-search.html#q=ug904)). +In addition, apply timing closure strategies during each stage of implementation: placement, routing, and physical optimization. The full list of strategies available for each stage is documented in _Vivado Design Suite User Guide Implementation Chapter 2: Implementing the Design_ ([UG904](https://www.xilinx.com/search/support-keyword-search.html#q=ug904)). ## REV1: Configuration File (config_2regslice.ini) -The next step is to review the configuration file that contains the timing closure strategy that created rev1, which met timing. Open the `config_2regslice.ini` file, review the comments, and follow the next sections of this module. +Review the configuration file that contains the timing closure strategy that created rev1, which met timing. Open the `config_2regslice.ini` file, review the comments, and follow the next sections of this module. ### `[connectivity]` Section @@ -277,7 +277,7 @@ An additional ``nk`` switch is added, which creates 528 ``axi4s_regslice`` PL ke nk=axi4s_regslice_64b:528 ``` -The ``sc`` switches are also altered so that there are two ``axi4s_regslice_64b`` kernels between the PL kernels and AI Engine. The following snippet is an example of how this is done. +The ``sc`` switches are also altered so that there are two ``axi4s_regslice_64b`` kernels between the PL kernels and AI Engine. See the following example: ``` sc=dlbf_data_00.M00_AXIS:axi4s_regslice_64b_1.S_AXIS @@ -287,11 +287,11 @@ sc=axi4s_regslice_64b_2.M_AXIS:ai_engine_0.dlbfid0 ### `[clock]` Section -All the ``axi4s_regslice-64b`` kernels are clocked by id=3 (400 MHz). +All ``axi4s_regslice-64b`` kernels are clocked by id=3 (400 MHz). ### `[vivado]` Section -At the end of the ``config_2regslice.ini`` file, there are additional Vivado options given to the Vitis compiler linker. +At the end of the ``config_2regslice.ini`` file, additional Vivado options are given to the Vitis compiler linker. `prop=run.impl_1.STEPS.ROUTE_DESIGN.ARGS.MORE OPTIONS=-tns_cleanup` @@ -303,11 +303,11 @@ At the end of the ``config_2regslice.ini`` file, there are additional Vivado opt `prop=run.impl_1.STEPS.ROUTE_DESIGN.ARGS.DIRECTIVE=AggressiveExplore` -These are the combination timing closure strategies applied during placement, route, and physical optimization that resulted in timing closure. +These are the combination timing closure strategies applied during placement, route, and physical optimization, resulted in timing closure. ### New XSA Platform: rev1 -If you built from scratch, you can open the block design in the Vivado project to view the new hardware platform at `build/rev1/hw/_x/link/vivado/vpl/prj/prj.xpr`. Notice how the ``axi4s_regslice_64b`` PL kernels are inserted between the AI Engine and original PL kernels. +If you built from scratch, open the block design in the Vivado project to view the new hardware platform at `build/rev1/hw/_x/link/vivado/vpl/prj/prj.xpr`. Notice how the ``axi4s_regslice_64b`` PL kernels are inserted between the AI Engine and original PL kernels. ## References @@ -320,6 +320,6 @@ If you built from scratch, you can open the block design in the Vivado project t GitHub issues will be used for tracking requests and bugs. For questions go to [forums.xilinx.com](http://forums.xilinx.com/). -

Copyright © 2020–2025 Advanced Micro Devices, Inc.

+

Copyright © 2020–2026 Advanced Micro Devices, Inc.

Terms and Conditions

diff --git a/AI_Engine_Development/AIE/Design_Tutorials/03-beamforming/Module_04_AI_Engine_and_PL_Integration/images/Beamforming_new_xsa_2025_1.PNG b/AI_Engine_Development/AIE/Design_Tutorials/03-beamforming/Module_04_AI_Engine_and_PL_Integration/images/Beamforming_new_xsa_2025_2.PNG similarity index 100% rename from AI_Engine_Development/AIE/Design_Tutorials/03-beamforming/Module_04_AI_Engine_and_PL_Integration/images/Beamforming_new_xsa_2025_1.PNG rename to AI_Engine_Development/AIE/Design_Tutorials/03-beamforming/Module_04_AI_Engine_and_PL_Integration/images/Beamforming_new_xsa_2025_2.PNG diff --git a/AI_Engine_Development/AIE/Design_Tutorials/03-beamforming/Module_05_Baremetal_Host_Application/README.md b/AI_Engine_Development/AIE/Design_Tutorials/03-beamforming/Module_05_Baremetal_Host_Application/README.md index dfc195c0c0..2e41f7fdec 100755 --- a/AI_Engine_Development/AIE/Design_Tutorials/03-beamforming/Module_05_Baremetal_Host_Application/README.md +++ b/AI_Engine_Development/AIE/Design_Tutorials/03-beamforming/Module_05_Baremetal_Host_Application/README.md @@ -1,4 +1,4 @@ - +
@@ -15,32 +15,32 @@ # Building the Design -Next, we will create two bare-metal PS host applications: +Next, you create two bare-metal PS host applications: ``` make application MAIN=main_partial make application MAIN=main_full ``` -The individual commands are explained later on in this module. +The individual commands are explained later in this module. ## Introduction: Building a Bare-Metal System -The AMD Vitis™ unified software platform provides a variety of AMD software packages, including drivers, libraries, board support packages, and complete operating systems to help you develop a software platform. In this module, you will create a standalone platform (a single-threaded, simple operating system (OS) platform) that provides the lowest layer of software modules used to access processor-specific functions. You will then compile a bare-metal application that orchestrates the data flow between the PL kernels and AI Engine graph. In Module 07 and 08, you will create a PetaLinux software platform to run Linux applications which conduct functional and performance tests. Bare-metal systems are often first created because they are simpler, easy to validate, and can help get the entire system design up and running quickly. When the bare-metal system is stable, this indicates the hardware is stable. System designers can then move on to build complex Linux-based embedded software to run on the hardware. +The AMD Vitis™ unified software platform provides AMD software packages, including drivers, libraries, board support packages, and complete operating systems to develop a software platform. In this module, you create a standalone platform (a single-threaded, simple operating system (OS) platform) that provides the lowest layer of software modules used to access processor-specific functions. You then compile a bare-metal application that orchestrates the data flow between the PL kernels and AI Engine graph. In Module 07 and 08, you create a PetaLinux software platform to run Linux applications that conduct functional and performance tests. Bare-metal systems are often created first because they are simpler, easy to validate, and can help get the entire system design up and running quickly. When the bare-metal system is stable, it indicates the hardware is stable. System designers can then move build complex Linux-based embedded software to run on the hardware. ## Building the Design -The process of building bare-metal applications can be broken down into three parts: generating the platform, compiling the PS application source code, and linking the PS application source code. These steps are repeated to create two bare-metal PS host applications (``main_partial.elf`` and ``main_full.elf``). +The process of building bare-metal applications has three parts: generating the platform, compiling the PS application source code, and linking the PS application source code. These steps are repeated to create two bare-metal PS host applications (``main_partial.elf`` and ``main_full.elf``). ### Difference between main_partial.cpp and main_full.cpp -There are two main files: ``main_partial.cpp`` and ``main_full.cpp``. The only difference between them is that the ``main_partial.cpp`` file runs through 10 complex data samples (``TDATA``) for each kernel. The ``main_partial.cpp`` file is created to run through hardware emulation in a timely manner. In Module 06, you will run the ``main_partial.elf`` file for hardware emulation. +There are two main files: ``main_partial.cpp`` and ``main_full.cpp``. The only difference is that the ``main_partial.cpp`` file runs through 10 complex data samples (``TDATA``) for each kernel. The ``main_partial.cpp`` file is created to run through hardware emulation in a timely manner. In Module 06, you run the ``main_partial.elf`` file for hardware emulation. -The ``main_full.cpp`` file runs through the full set of data. For the ``dlbf_data`` kernels, ``main_full.cpp`` runs through NITER=4 and BLOCK_SIZE=384 for a total of 1536 64-bit data packets (``TDATA``). For the ``dlbf_coeffs`` kernels, ``main_full.cpp`` runs through NITER=4 and BLOCK_SIZE=256 for a total of 1024 64-bit data packets (``TDATA``). In Module 06, you will run the ``main_full.elf`` file on the hardware run on the VCK190 board. +The ``main_full.cpp`` file runs through the full set of data. For the ``dlbf_data`` kernels, ``main_full.cpp`` runs through NITER=4 and BLOCK_SIZE=384 for a total of 1536 64-bit data packets (``TDATA``). For the ``dlbf_coeffs`` kernels, ``main_full.cpp`` runs through NITER=4 and BLOCK_SIZE=256 for a total of 1024 64-bit data packets (``TDATA``). In Module 06, you run the ``main_full.elf`` file on the hardware run on the VCK190 board. ### Generating the Platform -Building bare-metal applications requires a bare-metal domain in the platform. In Module 01, you created a custom platform with a bare-metal domain. In Module 04, you built on top of your custom platform and added PL kernels (and subsequently their PS drivers) to the design. The first step of building the bare-metal PS host application is to use the XSA generated during the link process to create a new software platform using the following command. +Building bare-metal applications requires a bare-metal domain in the platform. In Module 01, you created a custom platform with a bare-metal domain. In Module 04, you built on thatcustom platform and added PL kernels (and subsequently their PS drivers) to the design. The first step of building the bare-metal PS host application is to use the XSA generated during the link process to create a new software platform using the following command. ``` generate-platform.sh -name vck190_baremetal \ @@ -53,7 +53,7 @@ generate-platform.sh -name vck190_baremetal \ ### Compiling the PS Application Source Code -You now need to compile your PS host application (``main_partial.cpp`` or ``main_full.cpp``) and the additional source code your PS host applications need. The source code is stored in the ``baremetal_src/`` folder. This bare-metal PS host application only controls the PL kernels, so you do not need to compile the ``aie_control.cpp`` file in this design. +Compile your PS host application (``main_partial.cpp`` or ``main_full.cpp``) and the additional source code your PS host applications need. The source code is stored in the ``baremetal_src/`` folder. This bare-metal PS host application only controls the PL kernels, so you do not need to compile the ``aie_control.cpp`` file in this design. Compile the ``main_partial.cpp`` file using the following command: @@ -64,9 +64,9 @@ aarch64-none-elf-g++ -c -Wall -O0 -g -mcpu=cortex-a72 -MMD -MP \ ``` -In this step, you need to include the BSP include files from the generated platform. This command creates a `build/main_partial.o` object. The same options are used when compiling the ``main_full.cpp`` file. +In this step, include the BSP include files from the generated platform. This command creates a `build/main_partial.o` object. Use the same options to compile the ``main_full.cpp`` file. -Next, compile the helper source code stored in the ``baremetal_src/*.cpp`` files. Below is an example of how to compile the ``dlbf_din.cpp`` file. The rest of the ``baremetal_src/*.cpp`` files are compiled the same way. +Next, compile the helper source code stored in the ``baremetal_src/*.cpp`` files. Below is an example of compiling the ``dlbf_din.cpp`` file. Compile the other ``baremetal_src/*.cpp`` files are the same way. ``` aarch64-none-elf-g++ -c -Wall -O0 -g -mcpu=cortex-a72 -MMD -MP \ @@ -101,7 +101,7 @@ During this step, the board support package (BSP) ``libxil.a`` is required. It i ## Bare-Metal Source Code -This section dives into the ``baremetal_src`` code and describes the purpose of each file. Open the ``baremetal_src/*.cpp`` files to get a sense of what the source code does. A summary of the files is given below. +This section describes the ``baremetal_src`` code and the purpose of each file. Open the ``baremetal_src/*.cpp`` files to see what the source code does. A summary of the files is given below. * ``dlbf_din.cpp`` * ``ulbf_din.cpp`` @@ -110,17 +110,17 @@ This section dives into the ``baremetal_src`` code and describes the purpose of These files contain the data input for the ``dlbf_data``, ``ulbf_data``, ``dlbf_coeffs``, and ``ulbf_coeffs`` PL kernels. These PL kernels were already initialized with the input data from the ``*_hex.mem`` data files. The PS host application checks that the PL kernels were initialized correctly by comparing the BRAM content in the PL kernels with the data in these files. -The ``dlbf_gold0.cpp`` and ``ulbf_gold0.cpp`` files contain the golden data output expected from the AI Engine. The AI Engine generates the output data and stores it in the 1``dlbf_slave`` and ``ulbf_slave`` PL kernels. The PS host applications check the URAM content in these PL kernels and compare it to the expected golden output in these files. +The ``dlbf_gold0.cpp`` and ``ulbf_gold0.cpp`` files contain the golden data output expected from the AI Engine. The AI Engine generates the output data and stores it in the 1``dlbf_slave`` and ``ulbf_slave`` PL kernels. The PS host applications check the URAM content in these PL kernels and compare them to the golden output in these files. The ``dlbf_utils.cpp``, ``ulbf_utils.cpp``, ``dlbf_utils.h``, and ``ulbf_utils.h`` files contain utility functions that help the main PS host application check the input data, verify the output data, reset the PL IPs, and more. -Open the ``dlbf_utils.cpp`` file. There are three global variable arrays: `dlbfDataAddr`, `dlbfCoeffsAddr`, and `dlbfSlaveAddr`. These are arrays that contain variables that start with `XPAR_*`. The definitions of these variables are located in the `build/vck190_baremetal/psv_corexa72_0/standalone_domain/bsp/psv_cortexa72_0/include/xparameters.h` file. The xparameters are the base addresses the PS host application uses to access the control and status registers of the PL kernels. +Open the ``dlbf_utils.cpp`` file. There are three global variable arrays: `dlbfDataAddr`, `dlbfCoeffsAddr`, and `dlbfSlaveAddr`. These are arrays that contain variables that start with `XPAR_*`. The definitions of these variables are located in the `build/vck190_baremetal/psv_corexa72_0/standalone_domain/bsp/psv_cortexa72_0/include/xparameters.h` file. The xparameters provide the base addresses the PS host application uses to access the control and status registers of the PL kernels. -The ``utils.h`` and ``utils.cpp`` files contain functions that are common to the ``dlbf`` and ``ulbf`` operations. For now, it contains one function, `extractIQ`, which returns the imaginary and real parts of a given integer. +The ``utils.h`` and ``utils.cpp`` files contain functions that are common to the ``dlbf`` and ``ulbf`` operations. Currently, they contain one function, `extractIQ`, which returns the imaginary and real parts of a given integer. -The ``params.h`` file contains all the global variables that are used in the PS host application. Note that each PL kernel has its own set of global defines in this file. +The ``params.h`` file contains all the global variables used in the PS host application. Each PL kernel has its own set of global defines in this file. -In Module 03, you learned that the PL kernels contain a control status register (CSR) module. The PL kernels have been designed so that the CIPS block can access the registers in the CSR block to control the data masters or the RAM slave in the PL kernels. The CIPS block contains the A72 processor on which the PS host application runs. These global defines are the addresses the host application uses to directly access the CSR registers in the PL kernels. Below is a table of the ``dlbf_data`` CSR registers. +In Module 03, you learned that the PL kernels contain a control status register (CSR) module. The PL kernels are designed so that the CIPS block can access the registers in the CSR block to control the data masters or the RAM slave in the PL kernels. The CIPS block contains the A72 processor on which the PS host application runs. These global defines are the addresses the host application uses to directly access the CSR registers in the PL kernels. Below is a table of the ``dlbf_data`` CSR registers. **Control and Status Register Address Map** @@ -130,11 +130,11 @@ In Module 03, you learned that the PL kernels contain a control status register | 0x4 | \[0\] RESET | W | DLBF_DATA_REG_OFFSET_RESET | 1:assert, 0:deassert. Also assigned to the `m_axis_rst_bram` input in the CRS module. | | 0x4 | \[4\] GO | W | DLBF_DATA_REG_OFFSET_START | 1: start PL traffic, 0: stop PL traffic. Also assigned to the `go_bram` input in the CRS module. | | 0x8 | \[11:0\] BLOCK_SIZE | W | DLBF_DATA_REG_OFFSET_BLOCK_SIZE | Sets the block size of the stream frame. TLAST is asserted for every number of cycles. Also assigned to the `block_size_bram` input in the CRS module. | -| 0xC | \[11:0\] NITER | W| DLBF_DATA_REG_OFFSET_NITER | Sets the number of iterations of the data to go through. If this set to 0, data will be transmitted to the AI Engine forever. Also assigned to the `niter_bram` input in the CRS module. The bare-metal host applications set this register to 4.| -| 0x10 | \[15:0\] ROLLOVER_ADDR | W | DLBF_DATA_REG_OFFSET_ROLLOVER | When the BRAM address reaches the rollover address, it will reset to 0. Also assigned to the `rollover_addr_bram` input in the CRS module. | +| 0xC | \[11:0\] NITER | W| DLBF_DATA_REG_OFFSET_NITER | Sets the number of iterations of the data to go through. If this set to 0, data is transmitted to the AI Engine forever. Also assigned to the `niter_bram` input in the CRS module. The bare-metal host applications set this register to 4.| +| 0x10 | \[15:0\] ROLLOVER_ADDR | W | DLBF_DATA_REG_OFFSET_ROLLOVER | When the BRAM address reaches the rollover address, it resets to 0. Also assigned to the `rollover_addr_bram` input in the CRS module. | | 0x20 | \[0\] MASTER_DONE | R | DLBF_DATA_REG_OFFSET_DONE | When this status register is 1'b, the data master is done sending data to the AI Engine. Also assigned to the `m0_done_bram` input in the CRS module. | -All the PL master kernels (``dlbf_data``, ``dlfbf_coeffs``, ``ulbf_data``, and ``ulbf_coeffs``) also contain multiple PL data masters (BRAMs). The ``dlbf_data`` and ``dlbf_coeffs`` have four data masters. The ``ulbf_data`` and ``ulbf_coeffs`` have eight data masters. Each of these data masters also has its own set of CRS registers. The PS host application can access each PL data master register by adding the ``dlbf_data`` xparameter + the data master’s offset + the CRS offset + the CRS register offset. +All the PL master kernels (``dlbf_data``, ``dlfbf_coeffs``, ``ulbf_data``, and ``ulbf_coeffs``) also contain multiple PL data masters (BRAMs). The ``dlbf_data`` and ``dlbf_coeffs`` have four data masters. The ``ulbf_data`` and ``ulbf_coeffs`` have eight data masters. Each data master has its own set of CRS registers. The PS host application accesses each PL data master register by adding the ``dlbf_data`` xparameter + the data master’s offset + the CRS offset + the CRS register offset. The following table is a list of the ``dlbf_data`` data masters’ offsets and the CRS offset: @@ -164,34 +164,34 @@ The control and status registers of the ``dlbf_slave`` PL kernel are shown in th | --- | --- | --- | --- | --- | | 0x0 | \[31:0\] ID | R | DLBF_SLAVE_REG_OFFSET_ID | 32-bit ID register.| | 0x4 | \[0\] RESET | W | DLBF_SLAVE_REG_OFFSET_RESET | 1:assert, 0:de-assert. Also assigned to the `slave_rst_bram` input in the CRS module. | -| 0xC | \[11:0\] NITER | W | DLBF_SLAVE_REG_OFFSET_NITER | Sets the number of iterations of the data to go through. If this set to 0m, data will be transmitted to the AI Engine forever. Also assigned to the niter_bram input in the CRS module. The ``main_partial.cpp`` sets this to 4. The ``main_full.cpp`` sets this is TODO. | +| 0xC | \[11:0\] NITER | W | DLBF_SLAVE_REG_OFFSET_NITER | Sets the number of iterations of the data to go through. If this set to 0m, data is transmitted to the AI Engine forever. Also assigned to the niter_bram input in the CRS module. The ``main_partial.cpp`` sets this to 4. The ``main_full.cpp`` sets this is TODO. | | 0x20 | \[0\] SLAVE_DONE | R | DLBF_SLAVE_REG_OFFSET_DONE | When this status register is 1'b, the RAM slave is done receiving data from the AI Engine. Also assigned to the `rxdone_bram` input in the CRS module. | -Each data slave PL kernel (``dlbf_slave`` and ``ulbf_slave``) contain only one RAM slave (URAM). The PS host application can access each RAM slave module by adding the CRS offset (0x0008_0000) to the CRS register offset. For example, to access the NITER register, write to the following address: +Each data slave PL kernel (``dlbf_slave`` and ``ulbf_slave``) contains only one RAM slave (URAM). The PS host application accesses each RAM slave module by adding the CRS offset (0x0008_0000) to the CRS register offset. For example, to access the NITER register, write to the following address: ``` NITER_ADDR = DLBF_SLAVE_CSR_OFFSET + DLBF_SLAVE_REG_OFFSET_NITER ``` -The ``ulbf_slave`` PL kernel also has the same register address mapping, and its CSR registers are accessed in the same way. +The ``ulbf_slave`` PL kernel also has the same register address mapping, and its CSR registers are accessed the same way. ## PS Host Application -The next step is to review the PS host application and understand how it orchestrates the data flow between the PL kernels and the AI Engine. The PS host application also verifies the output data stored in the ``dlbf_slave`` and ``ulbf_slave`` PL kernels by comparing it to golden reference data. +Next, review the PS host application and understand how it orchestrates the data flow between the PL kernels and the AI Engine. The PS host application also verifies the output data stored in the ``dlbf_slave`` and ``ulbf_slave`` PL kernels by comparing it to golden reference data. ### Main Function -Open the ``main_partial.cpp`` source code and review the main function. It calls two functions: ``test_dlbf`` and ``test_ulbf``. If either of them returns 0, the test has failed. If both of them return 1, the test has passed. The ``test_ulbf`` function is structured in the same way as the ``test_dlbf`` function. +Open the ``main_partial.cpp`` source code and review the main function. It calls two functions: ``test_dlbf`` and ``test_ulbf``. If either of them returns 0, the test fails. If both return 1, the test passes. The ``test_ulbf`` function is structured in the same way as the ``test_dlbf`` function. ### test_dlbf/test_ulbf Functions -This section details the ``test_dlbf`` function (it is left to you to review the ``test_ulbf`` function). The diagram below shows the execution flow of the ``test_dlbf`` and ``test_ulbf`` functions. +This section details the ``test_dlbf`` function (you can review the ``test_ulbf`` function). The following diagram shows the execution flow of the ``test_dlbf`` and ``test_ulbf`` functions. ![PS Host Application Execution Flow](images/Mod5_application_execution_flow.PNG) ### Reset -The first thing the `test_dlbf` function does is call the `dlbf_reset` function (defined in the `utils_dlbf.cpp` file). This function resets the ``dlbf_data``, ``dlbf_coeff``, and ``dlbf_slave`` PL kernels. This is done by asserting and deasserting the DLBF_DATA_REG_OFFSET_RESET register using the `Xil_Out32` function. The `Xil_Out32` function is part of the AMD Hardware Abstraction Layer API in the standalone library. This API is used throughout this PS host application. See the OS and Libraries Document Collection ([UG643](https://www.xilinx.com/search/support-keyword-search.html#q=ug643)) for the full API documentation. +The first action the `test_dlbf` function does is a call to the `dlbf_reset` function (defined in the `utils_dlbf.cpp` file). This function resets the ``dlbf_data``, ``dlbf_coeff``, and ``dlbf_slave`` PL kernels. It asserts and deasserts the DLBF_DATA_REG_OFFSET_RESET register using the `Xil_Out32` function. The `Xil_Out32` function is part of the AMD Hardware Abstraction Layer API in the standalone library. This API is used throughout this PS host application. See the OS and Libraries Document Collection ([UG643](https://www.xilinx.com/search/support-keyword-search.html#q=ug643)) for the full API documentation. ### Configuration @@ -205,7 +205,7 @@ The `test_dlbf` function calls the `dlbf_data_config_ips`, `dlbf_coeffs_config_i ### Check RAM -The `dlbf_data_check_ram` and `dlbf_coeffs_check_ram` functions are called. These functions are optional, but they are useful for debugging. In Module 03, the BRAMs in the ``dlbf_data`` and ``dlbf_coeffs`` PL kernels were initialized to input data stored in ``*_hex.mem`` data files. These `check_ram` functions ensure that the ``dlbf_data`` and ``dlbf_coeffs`` RAMs have been initialized to the correct values. The golden input data is stored in the `dlbf_din.cpp` and `dlbf_coeffs.cpp` files. +The `dlbf_data_check_ram` and `dlbf_coeffs_check_ram` functions are called. These functions are optional, but useful for debugging. In Module 03, the BRAMs in the ``dlbf_data`` and ``dlbf_coeffs`` PL kernels were initialized to input data stored in ``*_hex.mem`` data files. These `check_ram` functions ensure that the ``dlbf_data`` and ``dlbf_coeffs`` RAMs were initialized to the correct values. The golden input data is stored in the `dlbf_din.cpp` and `dlbf_coeffs.cpp` files. ### Start @@ -213,9 +213,9 @@ The `dlbf_start` function is called. This function asserts the `GO` register bit ### Wait for Done: Inputs -The `dlbf_data_wait_for_done` is called continuously in a while loop. This function reads the MASTER_DONE register on each ``dlbf_data`` PL kernel. When all four data masters in the ``dlbf_data`` PL kernels have a status of DONE, the function returns a 1'b, which breaks the while loop. The while loop only calls the function 100 times maximum, and times out if the ``dlbf_data`` kernels are not done by then. +The `dlbf_data_wait_for_done` is called continuously in a while loop. This function reads the MASTER_DONE register on each ``dlbf_data`` PL kernel. When all four data masters in the ``dlbf_data`` PL kernels reports DONE, the function returns a 1'b, which breaks the while loop. The while loop only calls the function up to 100 times, and times out if the ``dlbf_data`` kernels are not done by then. -After the ``dlbf_data`` kernels are done sending their data to the AI Engine, wait for the ``dlbf_coeffs`` to send their data to the AI Engine. If the ``dlbf_data`` or ``dlbf_coeffs`` kernels time out, the test fails. +After the ``dlbf_data`` kernels finish sending their data to the AI Engine, wait for the ``dlbf_coeffs`` to send their data to the AI Engine. If the ``dlbf_data`` or ``dlbf_coeffs`` kernels time out, the test fails. ### Wait for Done: Outputs @@ -223,11 +223,11 @@ Wait for the ``dlbf_slave`` kernels to finish receiving output data from the AI ### Verify Output -If the ``dlbf_slave`` does not time out, the `test_dlbf` function calls the `dlbf_slave_read_and_verify` function. This function compares the data in the ``dlbf_slave`` to the golden output data in the `dlbf_gold0.cpp` file. If there are any mismatches, the test fails. If all the output data matches the golden output data, then the `test_dlbf` passes and returns a 1'b to the main function. +If the ``dlbf_slave`` does not time out, the `test_dlbf` function calls the `dlbf_slave_read_and_verify` function. This function compares the data in the ``dlbf_slave`` to the golden output data in the `dlbf_gold0.cpp` file. If there are any mismatches, the test fails. If all the output data matches the golden output data, `test_dlbf` passes and returns a 1'b to the main function. ## Test ULBF -The main function then calls the `test_ulbf` function. It starts the ULBF kernels and verifies the output of the AI Engine using the same execution flow as the `test_dlbf` function. +The main function then calls the `test_ulbf` function. It starts the ULBF kernels and verifies the output of the AI Engine using the same execution flow as `test_dlbf`. ## References @@ -237,6 +237,6 @@ The main function then calls the `test_ulbf` function. It starts the ULBF kernel GitHub issues will be used for tracking requests and bugs. For questions go to [forums.xilinx.com](http://forums.xilinx.com/). -

Copyright © 2020–2025 Advanced Micro Devices, Inc.

+

Copyright © 2020–2026 Advanced Micro Devices, Inc.

Terms and Conditions

diff --git a/AI_Engine_Development/AIE/Design_Tutorials/03-beamforming/Module_07_Petalinux/Makefile b/AI_Engine_Development/AIE/Design_Tutorials/03-beamforming/Module_07_Petalinux/Makefile index d1caea21fa..4b23802b10 100755 --- a/AI_Engine_Development/AIE/Design_Tutorials/03-beamforming/Module_07_Petalinux/Makefile +++ b/AI_Engine_Development/AIE/Design_Tutorials/03-beamforming/Module_07_Petalinux/Makefile @@ -9,27 +9,29 @@ RELATIVE_PROJECT_DIR := ../ PROJECT_DIR := $(shell readlink -f $(RELATIVE_PROJECT_DIR)) MODULE_04_DIR := $(PROJECT_DIR)/Module_04_AI_Engine_and_PL_Integration +MODULE_07_DIR := $(PROJECT_DIR)/Module_07_Petalinux # ========================================================= # BSP # ========================================================= -BSP := xilinx-vck190-xsct-v2025.1-final.bsp +BSP := xilinx-vck190-v2025.2-final.bsp # ========================================================= # XSA SELECTION # ========================================================= XSA := $(MODULE_04_DIR)/build/rev1/hw/beamforming.rev1.hw.xsa - +SDT_DIR :=$(MODULE_04_DIR)/build/rev1/hw/sdt/ # ========================================================= # BSP SELECTION # ========================================================= -BSP := xilinx-vck190-xsct-v2025.1-final.bsp +BSP := xilinx-vck190-v2025.2-final.bsp # ========================================================= # BUILD PRODUCTS # ========================================================= BUILD_DIR := build PETALINUX_DIR := vck190_linux +VITIS_BOOT_DIR := $(MODULE_07_DIR)/build/vitis_workspace/platform/export/platform/sw/boot/ # Edit the vck190_linux/project-spec/configs/config # PetaLinux Config: Use EXT4 as rootfs format @@ -87,12 +89,13 @@ update_boot: petalinux_create: mkdir $(BUILD_DIR) -p; \ cd $(BUILD_DIR); \ - petalinux-create -t project -s $(BSP_DIR)/$(BSP) -n $(PETALINUX_DIR) + petalinux-create project -s $(BSP_DIR)/$(BSP) -n $(PETALINUX_DIR) echo "CONFIG_YOCTO_BUILDTOOLS_EXTENDED=y" >> $(BUILD_DIR)/$(PETALINUX_DIR)/project-spec/configs/config + echo "CONFIG_SYS_INIT_SP_BSS_OFFSET=5242880" >> $(BUILD_DIR)/$(PETALINUX_DIR)/project-spec/meta-user/recipes-bsp/u-boot/files/bsp.cfg @sed -i -E 's/.*CONFIG_SUBSYSTEM_INITRAMFS_IMAGE_NAME.+/CONFIG_SUBSYSTEM_INITRAMFS_IMAGE_NAME="petalinux-image-minimal"/' $(BUILD_DIR)/$(PETALINUX_DIR)/project-spec/configs/config petalinux_config: - petalinux-config -p $(BUILD_DIR)/$(PETALINUX_DIR) --get-hw-description=$(XSA) --silentconfig + petalinux-config -p $(BUILD_DIR)/$(PETALINUX_DIR) --get-hw-description=$(SDT_DIR) --silentconfig $(MAKE) -f $(lastword $(MAKEFILE_LIST)) update_config $(MAKE) -f $(lastword $(MAKEFILE_LIST)) update_rootfs_config $(MAKE) -f $(lastword $(MAKEFILE_LIST)) update_dtsi @@ -107,16 +110,27 @@ petalinux_build: $(MAKE) -f $(lastword $(MAKEFILE_LIST)) update_linux.bif platform: - xsct xsct_create_pfm.tcl vck190_custom $(XSA) + mkdir -p build/vitis_workspace + vitis -s run_sdt.py vck190_custom $(XSA) + +copy_dtb_elf_to_vitis_boot_folder: + cd $(VITIS_BOOT_DIR); \ + rm system.dtb; \ + rm bl31.elf; \ + rm u-boot.elf; \ + cp -f $(MODULE_07_DIR)/build/vck190_linux/images/linux/system.dtb $(VITIS_BOOT_DIR); \ + cp -f $(MODULE_07_DIR)/build/vck190_linux/images/linux/bl31.elf $(VITIS_BOOT_DIR); \ + cp -f $(MODULE_07_DIR)/build/vck190_linux/images/linux/u-boot.elf $(VITIS_BOOT_DIR); petalinux: $(BUILD_DIR)/$(PETALINUX_DIR)/images/linux/Image -$(BUILD_DIR)/$(PETALINUX_DIR)/images/linux/Image: $(XSA) +$(BUILD_DIR)/$(PETALINUX_DIR)/images/linux/Image: $(SDT_DIR) $(MAKE) petalinux_create $(MAKE) petalinux_config $(MAKE) petalinux_build $(MAKE) update_boot $(MAKE) platform + $(MAKE) copy_dtb_elf_to_vitis_boot_folder clean: rm -rf $(BUILD_DIR) diff --git a/AI_Engine_Development/AIE/Design_Tutorials/03-beamforming/Module_07_Petalinux/README.md b/AI_Engine_Development/AIE/Design_Tutorials/03-beamforming/Module_07_Petalinux/README.md index 7951664ec7..20be101256 100755 --- a/AI_Engine_Development/AIE/Design_Tutorials/03-beamforming/Module_07_Petalinux/README.md +++ b/AI_Engine_Development/AIE/Design_Tutorials/03-beamforming/Module_07_Petalinux/README.md @@ -39,12 +39,12 @@ Creation of the PetaLinux software platform can be broken down into the followin ### Create PetaLinux: Creating the PetaLinux Project with a BSP -First, create the PetaLinux project from a board support package (BSP) with the `petalinux-create` command. A BSP is a collection of software drivers and an operating system on which your Linux applications are built. It is the support code for a given hardware platform or board that helps in basic initialization at power-up and helps software applications to be run on top of it. Because you use a VCK190 board, the ``xilinx-vck190-v2025.1-final.bsp`` package is required. +First, create the PetaLinux project from a board support package (BSP) with the `petalinux-create` command. A BSP is a collection of software drivers and an operating system on which your Linux applications are built. It is the support code for a given hardware platform or board that helps in basic initialization at power-up and helps software applications to be run on top of it. Because you use a VCK190 board, the ``xilinx-vck190-v2025.2-final.bsp`` package is required. ``` mkdir -p build; cd build; -petalinux-create -t project -s /xilinx-vck190-v2025.1-final.bsp -n vck190_linux +petalinux-create -t project -s /xilinx-vck190-v2025.2-final.bsp -n vck190_linux ``` These commands create a new PetaLinux project directory structure under `build/vck190_linux`. diff --git a/AI_Engine_Development/AIE/Design_Tutorials/03-beamforming/Module_07_Petalinux/run_sdt.py b/AI_Engine_Development/AIE/Design_Tutorials/03-beamforming/Module_07_Petalinux/run_sdt.py new file mode 100755 index 0000000000..fd9ab7afd0 --- /dev/null +++ b/AI_Engine_Development/AIE/Design_Tutorials/03-beamforming/Module_07_Petalinux/run_sdt.py @@ -0,0 +1,69 @@ +import vitis +import sys +import os + +board = sys.argv[1] # index vck190_custom +xsa = sys.argv[2] # index for xsa path +#sdt = sys.argv[3] # index for sdt path + +print("board:", board) +print("xsa:", xsa) +#print("sdt:", sdt) +workspace = "./build/vitis_workspace" +sdt_repo = os.path.join(os.environ["XILINX_VITIS"], "data", "system-device-tree-xlnx") +client = vitis.create_client() +client.update_workspace(path=workspace) + +advanced_options = client.create_advanced_options_dict(sdt_repo=sdt_repo) + +platform = client.create_platform_component( + name="platform", + hw_design=xsa, + os="standalone", + cpu="psv_cortexa72_0", + domain_name="standalone_cpu", + advanced_options=advanced_options, + compiler="gcc" +) + + +aie_domain = platform.add_domain( + name="aiengine", + os="aie_runtime", + cpu="ai_engine" +) + +aie_domain.set_qemu_args(qemu_option="PMC", path="./src/qemu/aie/pmc_args.txt") +aie_domain.set_qemu_args(qemu_option="PS", path="./src/qemu/aie/qemu_args.txt") +aie_domain.set_qemu_data(path="./src/boot") + +# Create Linux domain +linux_domain = platform.add_domain( + name="xrt", + cpu="psv_cortexa72", + os="linux", + architecture="64-bit", + #runtime="ocl", + sd_dir="./build/image", + #bootmode="sd" +) +#linux_domain.set_active() +linux_domain.set_qemu_data(path="./src/boot") +linux_domain.set_boot_dir(path="./build/vck190_linux/images/linux") +linux_domain.set_bif(path="./build/vck190_linux/images/linux/linux.bif") + +platform.build() + + + + + + + + + + + + + + diff --git a/AI_Engine_Development/AIE/Design_Tutorials/03-beamforming/Module_08_Linux_SW_Application/README.md b/AI_Engine_Development/AIE/Design_Tutorials/03-beamforming/Module_08_Linux_SW_Application/README.md index 3347c44a97..3f05914c3d 100755 --- a/AI_Engine_Development/AIE/Design_Tutorials/03-beamforming/Module_08_Linux_SW_Application/README.md +++ b/AI_Engine_Development/AIE/Design_Tutorials/03-beamforming/Module_08_Linux_SW_Application/README.md @@ -45,11 +45,11 @@ One of the first things the host application does is bind the UIO drivers to the These functions call the `mmap` function to bind the physical address of the PL kernels to a memory pointer. The host application uses the memory pointer to access the register maps of the PL kernels. -### Changes from 2025.1 +### Changes from 2025.2 All AI Engine related APIs are handled through XRT APIs. XRT APIs provide this flexibility by parsing the metadata in aie.xclbin and corresponding binding code in compiled `aie_control_xrt.cpp`. Hence, it is no longer necessary to include graph.h or graph.cpp into host application compilation. Instead, only the PLIOs needed for performance measurements need to be included in `host_app.cpp`. These changes are implemented in the source code in this module. -Thus, host application is agnostic to AI Engine source code starting 2025.1. +Thus, host application is agnostic to AI Engine source code starting 2025.2. ## Load AIE XCLBIN diff --git a/AI_Engine_Development/AIE/Design_Tutorials/03-beamforming/Module_08_Linux_SW_Application/src/test_bf_app.h b/AI_Engine_Development/AIE/Design_Tutorials/03-beamforming/Module_08_Linux_SW_Application/src/test_bf_app.h index ef923e8754..5248ef448d 100755 --- a/AI_Engine_Development/AIE/Design_Tutorials/03-beamforming/Module_08_Linux_SW_Application/src/test_bf_app.h +++ b/AI_Engine_Development/AIE/Design_Tutorials/03-beamforming/Module_08_Linux_SW_Application/src/test_bf_app.h @@ -8,7 +8,7 @@ #define __TEST_BF_APP_H__ #include -#include "xrt.h" +//#include "xrt.h" #include "xrt/xrt_aie.h" #include "xrt/xrt_kernel.h" diff --git a/AI_Engine_Development/AIE/Design_Tutorials/03-beamforming/Module_09_Running_the_Linux_System/Makefile b/AI_Engine_Development/AIE/Design_Tutorials/03-beamforming/Module_09_Running_the_Linux_System/Makefile index 8eac288def..310035fac2 100755 --- a/AI_Engine_Development/AIE/Design_Tutorials/03-beamforming/Module_09_Running_the_Linux_System/Makefile +++ b/AI_Engine_Development/AIE/Design_Tutorials/03-beamforming/Module_09_Running_the_Linux_System/Makefile @@ -60,7 +60,7 @@ package: aie.xclbin $(BUILD_DIR)/package_$(TARGET)/sd_card.img $(BUILD_DIR)/package_$(TARGET)/sd_card.img: cd $(BUILD_DIR); \ v++ -p -t $(TARGET) --save-temps \ - -f $(MODULE_07_DIR)/build/platform_repo/vck190_custom/export/vck190_custom/vck190_custom.xpfm \ + -f $(MODULE_07_DIR)/build/vitis_workspace/platform/export/platform/platform.xpfm \ --package.rootfs $(MODULE_07_DIR)/build/vck190_linux/images/linux/rootfs.ext4 \ --package.kernel_image ${MODULE_07_DIR}/build/vck190_linux/images/linux/Image \ --package.boot_mode=sd \ diff --git a/AI_Engine_Development/AIE/Design_Tutorials/03-beamforming/Module_09_Running_the_Linux_System/README.md b/AI_Engine_Development/AIE/Design_Tutorials/03-beamforming/Module_09_Running_the_Linux_System/README.md index 1b3630a6a6..e8d1b92079 100755 --- a/AI_Engine_Development/AIE/Design_Tutorials/03-beamforming/Module_09_Running_the_Linux_System/README.md +++ b/AI_Engine_Development/AIE/Design_Tutorials/03-beamforming/Module_09_Running_the_Linux_System/README.md @@ -43,7 +43,7 @@ For the hardware build, the ``–-package`` command creates an ``sd_card.img`` f ``` 7. Power on the board. -8. Wait until you see the `root@versal-rootfs-common-2025_1` Linux command prompt. Press enter a few times to get past any `xinit` errors. +8. Wait until you see the `root@versal-rootfs-common-2025_2` Linux command prompt. Press enter a few times to get past any `xinit` errors. 9. Run the following commands into the TeraTerm terminal: ``` diff --git a/AI_Engine_Development/AIE/Design_Tutorials/03-beamforming/README.md b/AI_Engine_Development/AIE/Design_Tutorials/03-beamforming/README.md index bd5585d03d..617d52df10 100755 --- a/AI_Engine_Development/AIE/Design_Tutorials/03-beamforming/README.md +++ b/AI_Engine_Development/AIE/Design_Tutorials/03-beamforming/README.md @@ -15,7 +15,7 @@ # Beamforming Tutorial -***Version: Vitis 2025.1*** +***Version: Vitis 2025.2*** ## Introduction @@ -56,7 +56,7 @@ This tutorial targets the [VCK190 ES board](https://www.xilinx.com/products/boar * [AM009 AI Engine Architecture Manual](https://docs.amd.com/r/en-US/am009-versal-ai-engine/Revision-History) -* [Versal ACAP AI Engines for Dummies](https://forums.xilinx.com/t5/Design-and-Debug-Techniques-Blog/Versal-ACAP-AI-Engines-for-Dummies/ba-p/1132493) +* [Versal adaptive SoC AI Engines for Dummies](https://forums.xilinx.com/t5/Design-and-Debug-Techniques-Blog/Versal-ACAP-AI-Engines-for-Dummies/ba-p/1132493) * [AI Engine Documentation](https://docs.amd.com/r/en-US/ug1076-ai-engine-environment/Overview) @@ -64,13 +64,13 @@ This tutorial targets the [VCK190 ES board](https://www.xilinx.com/products/boar 1. Obtain a license to enable beta devices in AMD tools (to use the VCK190 platform). 2. Obtain licenses for AI Engine tools. -3. Download and set up the [VCK190 Vitis Platform for 2025.1](https://www.xilinx.com/support/download/index.html/content/xilinx/en/downloadNav/embedded-platforms.html). +3. Download and set up the [VCK190 Vitis Platform for 2025.2](https://www.xilinx.com/support/download/index.html/content/xilinx/en/downloadNav/embedded-platforms.html). 4. Follow the instructions to install PetaLinux tools in the PetaLinux Tools Documentation ([UG1144](https://docs.amd.com/r/en-US/ug1144-petalinux-tools-reference-guide)). -5. Download the [VCK190 PetaLinux 2025.1 BSP](https://www.xilinx.com/support/download/index.html/content/xilinx/en/downloadNav/embedded-design-tools.html) from the Versal AI Core Series VCK190 HeadStart Early Access Site. +5. Download the [VCK190 PetaLinux 2025.2 BSP](https://www.xilinx.com/support/download/index.html/content/xilinx/en/downloadNav/embedded-design-tools.html) from the Versal AI Core Series VCK190 HeadStart Early Access Site. To build and run the Beamforming tutorial, download and install the following tools: -* [Vitis™ Unified Software Development Platform 2025.1](https://docs.amd.com/v/u/en-US/ug1416-vitis-documentation) +* [Vitis™ Unified Software Development Platform 2025.2](https://docs.amd.com/v/u/en-US/ug1416-vitis-documentation) * [The Xilinx RunTime (XRT)](https://docs.amd.com/r/en-US/ug1700-vitis-accelerated-data-center/Installing-Xilinx-Runtime-and-Platforms) * [PetaLinux Tools](https://www.xilinx.com/support/download/index.html/content/xilinx/en/downloadNav/embedded-design-tools.html) @@ -81,9 +81,9 @@ When the elements of the Vitis software platform are installed, update the shell 1. Edit the `sample_env_setup.sh` script with your file paths: ```bash - export PATH_TO_BSP= #(the folder that contains xilinx-vck190-v2025.1-final.bsp) + export PATH_TO_BSP= #(the folder that contains xilinx-vck190-v2025.2-final.bsp) - source /Vitis/2025.1/settings64.sh + source /Vitis/2025.2/settings64.sh source /settings.sh ``` @@ -104,7 +104,7 @@ When the elements of the Vitis software platform are installed, update the shell ### *Validation*: Confirming Tool Installation -Make sure you are using the 2025.1 version of the Xilinx tools. +Make sure you are using the 2025.2 version of the Xilinx tools. ```bash which vitis @@ -121,7 +121,7 @@ If you are a novice user, review the following tutorials to understand the basic ### System Design Overview -This tutorial showcases a beamforming system with 32 layers and 64 antennas implemented on an XCVC1902 Versal ACAP device in the VCK190 board. The beamforming system consists of a downlink subsystem which contains the DL64A32L AI Engine subgraph and the `dlbf_data`, `dlbf_coeff`, and `dlbf_slave` PL RTL kernels. The beamforming system also consists of the uplink subsystem, which contains the UL64A32L AI Engine subgraph and the `ulbf_data`, `ulbf_coeff`, and `ulbf_slave` PL RTL kernels. Together, the downlink and uplink subsystems implement the uplink and downlink matrix multiplication equations for M=32 layers and N=64 antennas and compute sample data. The results are compared to reference downlink and uplink result data for verification. The entire beamforming system is copied three times to make full use of the available AI Engine and PL resources. +This tutorial showcases a beamforming system with 32 layers and 64 antennas implemented on an XCVC1902 Versal adaptive SoC device in the VCK190 board. The beamforming system consists of a downlink subsystem which contains the DL64A32L AI Engine subgraph and the `dlbf_data`, `dlbf_coeff`, and `dlbf_slave` PL RTL kernels. The beamforming system also consists of the uplink subsystem, which contains the UL64A32L AI Engine subgraph and the `ulbf_data`, `ulbf_coeff`, and `ulbf_slave` PL RTL kernels. Together, the downlink and uplink subsystems implement the uplink and downlink matrix multiplication equations for M=32 layers and N=64 antennas and compute sample data. The results are compared to reference downlink and uplink result data for verification. The entire beamforming system is copied three times to make full use of the available AI Engine and PL resources. #### Block Diagram diff --git a/AI_Engine_Development/AIE/Design_Tutorials/03-beamforming/sample_env_setup.sh b/AI_Engine_Development/AIE/Design_Tutorials/03-beamforming/sample_env_setup.sh index bd1388a6e7..dd3e6ee46c 100755 --- a/AI_Engine_Development/AIE/Design_Tutorials/03-beamforming/sample_env_setup.sh +++ b/AI_Engine_Development/AIE/Design_Tutorials/03-beamforming/sample_env_setup.sh @@ -10,10 +10,10 @@ unset LD_LIBRARY_PATH export PLATFORM_REPO_PATH= -export XILINX_VITIS=/Vitis/2025.1 -export COMMON_IMAGE_VERSAL= +export XILINX_VITIS=/Vitis/2025.2 +export COMMON_IMAGE_VERSAL= export BSP_DIR=/bsp/release -export BSP=xilinx-vck190-v2025.1-final.bsp +export BSP=xilinx-vck190-v2025.2-final.bsp # Setup SDKTARGETSYSROOT and CXX... source $COMMON_IMAGE_VERSAL/environment-setup-cortexa72-cortexa53-amd-linux @@ -22,12 +22,12 @@ source $COMMON_IMAGE_VERSAL/environment-setup-cortexa72-cortexa53-amd-linux source $XILINX_VITIS/settings64.sh #To source petalinux: -source /settings.sh +source /settings.sh # ========================================================= # Platform Selection... # ========================================================= -tgt_plat=xilinx_vck190_base_202510_1 +tgt_plat=xilinx_vck190_base_202520_1 export PLATFORM=$PLATFORM_REPO_PATHS/$tgt_plat/$tgt_plat\.xpfm echo "" diff --git a/AI_Engine_Development/AIE/Design_Tutorials/04-Polyphase-Channelizer/Makefile b/AI_Engine_Development/AIE/Design_Tutorials/04-Polyphase-Channelizer/Makefile index 8febcd9795..aa7d4b88fc 100644 --- a/AI_Engine_Development/AIE/Design_Tutorials/04-Polyphase-Channelizer/Makefile +++ b/AI_Engine_Development/AIE/Design_Tutorials/04-Polyphase-Channelizer/Makefile @@ -8,10 +8,10 @@ ECHO = @echo export TARGET = hw -RELEASE=2025.1 +RELEASE=2025.2 TOP_DIR ?= $(shell readlink -f .) -PLATFORM_NAME = xilinx_vck190_base_202510_1 +PLATFORM_NAME = xilinx_vck190_base_202520_1 PLATFORM_PATH = ${PLATFORM_REPO_PATHS} export PLATFORM = ${PLATFORM_PATH}/${PLATFORM_NAME}/${PLATFORM_NAME}.xpfm diff --git a/AI_Engine_Development/AIE/Design_Tutorials/04-Polyphase-Channelizer/README.md b/AI_Engine_Development/AIE/Design_Tutorials/04-Polyphase-Channelizer/README.md index 2014d7d541..e7c600685f 100644 --- a/AI_Engine_Development/AIE/Design_Tutorials/04-Polyphase-Channelizer/README.md +++ b/AI_Engine_Development/AIE/Design_Tutorials/04-Polyphase-Channelizer/README.md @@ -15,7 +15,7 @@ # Polyphase Channelizer -***Version: Vitis 2025.1*** +***Version: Vitis 2025.2*** ## Table of Contents @@ -180,17 +180,17 @@ The polyphase channelizer design can be built easily from the command line. ### Setup & Initialization -IMPORTANT: Before beginning the tutorial ensure you have installed Vitis™ 2025.1 software. Ensure you have downloaded the Common Images for Embedded Vitis Platforms from [this link](https://www.xilinx.com/support/download/index.html/content/xilinx/en/downloadNav/embedded-platforms.html). +IMPORTANT: Before beginning the tutorial ensure you have installed Vitis™ 2025.2 software. Ensure you have downloaded the Common Images for Embedded Vitis Platforms from [this link](https://www.xilinx.com/support/download/index.html/content/xilinx/en/downloadNav/embedded-platforms.html). Set the environment variable ```COMMON_IMAGE_VERSAL``` to the full path where you have downloaded the Common Images. Then set the environment variable ```PLATFORM_REPO_PATHS``` to the value ```$XILINX_VITIS/base_platforms```. Additional information on this process may be found [here](../../../AIE#environment-settings). The remaining environment variables are configured in the top level Makefile ```/04-Polyphase-Channelizer/Makefile``` file. ``` -RELEASE=2025.1 +RELEASE=2025.2 TOP_DIR ?= $(shell readlink -f .) -PLATFORM_NAME = xilinx_vck190_base_202510_1 +PLATFORM_NAME = xilinx_vck190_base_202520_1 PLATFORM_PATH = ${PLATFORM_REPO_PATHS} export PLATFORM = ${PLATFORM_PATH}/${PLATFORM_NAME}/${PLATFORM_NAME}.xpfm diff --git a/AI_Engine_Development/AIE/Design_Tutorials/04-Polyphase-Channelizer/aie/m16_ssr8/Makefile b/AI_Engine_Development/AIE/Design_Tutorials/04-Polyphase-Channelizer/aie/m16_ssr8/Makefile index ff905793d5..b5e412ae0f 100644 --- a/AI_Engine_Development/AIE/Design_Tutorials/04-Polyphase-Channelizer/aie/m16_ssr8/Makefile +++ b/AI_Engine_Development/AIE/Design_Tutorials/04-Polyphase-Channelizer/aie/m16_ssr8/Makefile @@ -18,9 +18,8 @@ SOURCES := ../m16_ssr8_filterbank/m16_ssr8_filterbank_graph.h \ ../m16_ssr8_dft/twiddle_m16_ssr8_dft.h \ m16_ssr8_graph.h +PART_USE := xcvc1902-vsva2197-2MP-e-S PL_FREQ := --aie.pl-freq=625.0 -PLATFORM_USE := xilinx_vck190_base_202510_1 -PLATFORM ?= ${PLATFORM_REPO_PATHS}/${PLATFORM_USE}/${PLATFORM_USE}.xpfm LOG_FILE := log @@ -33,7 +32,7 @@ ALL_INCLUDE := --include=${PWD} --include=../m16_ssr8_filterbank --include AIE_OUTPUT := libadf.a -AIE_FLAGS := --aie.verbose ${ALL_INCLUDE} ${MY_APP}.cpp ${OTHER_OPTS} ${MAP_OPT} ${PL_FREQ} --platform=${PLATFORM} +AIE_FLAGS := --aie.verbose ${ALL_INCLUDE} ${MY_APP}.cpp ${OTHER_OPTS} ${MAP_OPT} ${PL_FREQ} --part=${PART_USE} XPE_FILE_NAME := ${MY_APP}.xpe VCD_FILE_NAME := ${MY_APP} diff --git a/AI_Engine_Development/AIE/Design_Tutorials/04-Polyphase-Channelizer/aie/m16_ssr8_dft/Makefile b/AI_Engine_Development/AIE/Design_Tutorials/04-Polyphase-Channelizer/aie/m16_ssr8_dft/Makefile index 3e7db3ca06..f2ec0d4cc0 100644 --- a/AI_Engine_Development/AIE/Design_Tutorials/04-Polyphase-Channelizer/aie/m16_ssr8_dft/Makefile +++ b/AI_Engine_Development/AIE/Design_Tutorials/04-Polyphase-Channelizer/aie/m16_ssr8_dft/Makefile @@ -10,11 +10,9 @@ MY_APP := m16_ssr8_dft_app SOURCES := m16_ssr8_dft_graph.h dft_1xN_widget_graph.h dft_1xN_widget.h dft_1xN_widget.cpp \ twiddle_m16_ssr8_dft.h -PLATFORM_USE := xilinx_vck190_base_202510_1 +PART_USE := xcvc1902-vsva2197-2MP-e-S PL_FREQ := --aie.pl-freq=625 -PLATFORM := ${PLATFORM_REPO_PATHS}/${PLATFORM_USE}/${PLATFORM_USE}.xpfm - LOG_FILE := log MAP_OPT := --aie.Xmapper=BufferOptLevel9 @@ -25,7 +23,7 @@ ALL_INCLUDE := --include=${PWD} AIE_OUTPUT := libadf.a -AIE_FLAGS := --aie.verbose ${ALL_INCLUDE} ${MY_APP}.cpp ${OTHER_OPTS} ${MAP_OPT} ${PL_FREQ} --platform=${PLATFORM} +AIE_FLAGS := --aie.verbose ${ALL_INCLUDE} ${MY_APP}.cpp ${OTHER_OPTS} ${MAP_OPT} ${PL_FREQ} --part=${PART_USE} ifeq (${SIM_FIFO}, true) AIE_FLAGS := ${AIE_FLAGS} ${CHECK_FIFO} diff --git a/AI_Engine_Development/AIE/Design_Tutorials/04-Polyphase-Channelizer/aie/m16_ssr8_filterbank/Makefile b/AI_Engine_Development/AIE/Design_Tutorials/04-Polyphase-Channelizer/aie/m16_ssr8_filterbank/Makefile index 2303e35cbb..d74bcf5621 100644 --- a/AI_Engine_Development/AIE/Design_Tutorials/04-Polyphase-Channelizer/aie/m16_ssr8_filterbank/Makefile +++ b/AI_Engine_Development/AIE/Design_Tutorials/04-Polyphase-Channelizer/aie/m16_ssr8_filterbank/Makefile @@ -9,11 +9,9 @@ SIM_FIFO := false MY_APP := m16_ssr8_filterbank_app SOURCES := m16_ssr8_filterbank_graph.h polyphase_fir_graph.h polyphase_fir.h polyphase_fir.cpp -PLATFORM_USE := xilinx_vck190_base_202510_1 +PART_USE := xcvc1902-vsva2197-2MP-e-S PL_FREQ := --aie.pl-freq=625 -PLATFORM := ${PLATFORM_REPO_PATHS}/${PLATFORM_USE}/${PLATFORM_USE}.xpfm - LOG_FILE := log MAP_OPT := --aie.Xmapper=BufferOptLevel9 @@ -24,7 +22,7 @@ ALL_INCLUDE := --include=${PWD} AIE_OUTPUT := libadf.a -AIE_FLAGS := --aie.verbose ${ALL_INCLUDE} ${MY_APP}.cpp ${OTHER_OPTS} ${MAP_OPT} ${PL_FREQ} --platform=${PLATFORM} +AIE_FLAGS := --aie.verbose ${ALL_INCLUDE} ${MY_APP}.cpp ${OTHER_OPTS} ${MAP_OPT} ${PL_FREQ} --part=${PART_USE} ifeq (${SIM_FIFO}, true) AIE_FLAGS := ${AIE_FLAGS} ${CHECK_FIFO} diff --git a/AI_Engine_Development/AIE/Design_Tutorials/04-Polyphase-Channelizer/hls/m16_ssr8_permute_fb_i/m16_ssr8_permute_fb_i.cpp b/AI_Engine_Development/AIE/Design_Tutorials/04-Polyphase-Channelizer/hls/m16_ssr8_permute_fb_i/m16_ssr8_permute_fb_i.cpp index 191e942ceb..721c4cf37d 100644 --- a/AI_Engine_Development/AIE/Design_Tutorials/04-Polyphase-Channelizer/hls/m16_ssr8_permute_fb_i/m16_ssr8_permute_fb_i.cpp +++ b/AI_Engine_Development/AIE/Design_Tutorials/04-Polyphase-Channelizer/hls/m16_ssr8_permute_fb_i/m16_ssr8_permute_fb_i.cpp @@ -70,7 +70,7 @@ void m16_ssr8_permute_fb_i::align_latency( TT_DATA (&data_i_0)[M], TT_DATA (&dat static TT_DATA buff0[M][LATENCY] = { TT_DATA(0) }; static TT_DATA buff1[M][LATENCY] = { TT_DATA(0) }; static ap_uint<2> cnt = 0; -#pragma HLS reset variable=cnt; +#pragma HLS reset variable=cnt #pragma HLS array_partition variable=buff0 dim=0 #pragma HLS array_partition variable=buff1 dim=0 DELAY: for (unsigned mm=0; mm < M; mm++) { diff --git a/AI_Engine_Development/AIE/Design_Tutorials/04-Polyphase-Channelizer/ps_apps/hw_emu/host.cpp b/AI_Engine_Development/AIE/Design_Tutorials/04-Polyphase-Channelizer/ps_apps/hw_emu/host.cpp index b3e1ef1c49..bc600cae1f 100644 --- a/AI_Engine_Development/AIE/Design_Tutorials/04-Polyphase-Channelizer/ps_apps/hw_emu/host.cpp +++ b/AI_Engine_Development/AIE/Design_Tutorials/04-Polyphase-Channelizer/ps_apps/hw_emu/host.cpp @@ -4,11 +4,6 @@ // // Author: Mark Rollins -#include "m16_ssr8_graph.h" - -// Instantiate AIE graph: -m16_ssr8_graph aie_dut; - #include #include #include diff --git a/AI_Engine_Development/AIE/Design_Tutorials/05-Prime-Factor-FFT/Makefile b/AI_Engine_Development/AIE/Design_Tutorials/05-Prime-Factor-FFT/Makefile index 0c3c21cdad..4c0085c4fd 100644 --- a/AI_Engine_Development/AIE/Design_Tutorials/05-Prime-Factor-FFT/Makefile +++ b/AI_Engine_Development/AIE/Design_Tutorials/05-Prime-Factor-FFT/Makefile @@ -7,10 +7,10 @@ ECHO = @echo export TARGET ?= hw -RELEASE=2025.1 +RELEASE=2025.2 TOP_DIR ?= $(shell readlink -f .) -PLATFORM_NAME = xilinx_vck190_base_202510_1 +PLATFORM_NAME = xilinx_vck190_base_202520_1 PLATFORM_PATH = ${PLATFORM_REPO_PATHS} export PLATFORM = ${PLATFORM_PATH}/${PLATFORM_NAME}/${PLATFORM_NAME}.xpfm diff --git a/AI_Engine_Development/AIE/Design_Tutorials/05-Prime-Factor-FFT/README.md b/AI_Engine_Development/AIE/Design_Tutorials/05-Prime-Factor-FFT/README.md index b7f42eb4e4..c2b5014bbf 100644 --- a/AI_Engine_Development/AIE/Design_Tutorials/05-Prime-Factor-FFT/README.md +++ b/AI_Engine_Development/AIE/Design_Tutorials/05-Prime-Factor-FFT/README.md @@ -15,7 +15,7 @@ # Prime Factor FFT-1008 -***Version: Vitis 2025.1*** +***Version: Vitis 2025.2*** ## Table of Contents @@ -39,9 +39,9 @@ A second advantage of the PFA approach is that unlike the popular Cooley-Tukey F This tutorial illustrates these concepts by designing a PFA-1008 transform in Versal using both AI Engine and PL elements working cooperatively. The PFA approach may be applied here since $1008 = 7 \times 9 \times 16$. This illustrates a PFA implementation in three dimensions. The transforms for each of these three relatively prime factors are implemented on AI Engine using vector-matrix DFT's. RTL implementations for the I/O permutations and intermediate "memory transpose" operations are obtained using Vitis High Level Synthesis (HLS) from untimed C++ models. -## Matlab Models +## MATLAB Models -The figure below shows a block diagram of a 2D PFA transform. It's corresponding Matlab model is shown immediately below. The algorithm consists of the following five steps: +The figure below shows a block diagram of a 2D PFA transform. It's corresponding MATLAB® model is shown immediately below. The algorithm consists of the following five steps: * An input permutation is applied to the input data. The specific input permutation depends on the values of the relative prime factors $N_1$ and $N_2$ as outlined below. * The data is organized into an $N_2 \times N_1$ matrix and 1D FFT's are performed along the rows of that matrix. @@ -49,7 +49,7 @@ The figure below shows a block diagram of a 2D PFA transform. It's corresponding * A second set of 1D FFT's are performed along the columns of the original matrix. * An output permutation is applied to the output data after being read column-wise out of its 2D matrix form. The specific output permutation depends on the values of $N_1$ and $N_2$ as outlined below. -The Matlab code below shows all of these five steps clearly. The routine `compute_perm_2d()` computes the input permutation `P_i` and output permutation `P_o` applied based on the values of $N_1$ and $N_2$. +The MATLAB code below shows all of these five steps clearly. The routine `compute_perm_2d()` computes the input permutation `P_i` and output permutation `P_o` applied based on the values of $N_1$ and $N_2$. ![figure1](images/pfa-2d-block-diagram.png) @@ -72,11 +72,11 @@ function [sig_o] = fft_pfa_2d( sig_i, N1, N2 ) end ``` -The figure below shows a block diagram of a 3D PFA transform. It's corresponding Matlab model is shown immediately below. The algorithm consists of the same steps similar to the 2D case above with the following differences: +The figure below shows a block diagram of a 3D PFA transform. It's corresponding MATLAB model is shown immediately below. The algorithm consists of the same steps similar to the 2D case above with the following differences: * The I/O permutations now depend on three relatively prime factors $N_1$, $N_2$ and $N_3$. The mathematics specific to these 2D and 3D permutations is given in detail below. * The data is now organized in a $N_1 \times N_2 \times N_3$ cube instead of an $N_1 \times N_2$ rectangle. Transforms are taken in 1D along each of these dimensions in order, first along $N_1$, then along $N_2$ and finally along $N_3$. -* The "matrix transpose" operations required to extract data in the $N_2$ and $N_3$ dimensions involve slightly more complicated "stride" patterns. These patterns are computed by the Matlab routine `compute_addr_3d.m`. +* The "matrix transpose" operations required to extract data in the $N_2$ and $N_3$ dimensions involve slightly more complicated "stride" patterns. These patterns are computed by the MATLAB routine `compute_addr_3d.m`. ![figure2](images/pfa-3d-block-diagram.png) @@ -107,7 +107,7 @@ function [sig_o] = fft_pfa_3d( sig_i, N1, N2, N3 ) end ``` -The full suite of Matlab models illustrating the operation of the PFA transforms is given in the `matlab` folder of the repo. +The full suite of MATLAB models illustrating the operation of the PFA transforms is given in the `matlab` folder of the repo. ### I/O Permutations (2D Case) @@ -176,17 +176,17 @@ The figure below summarizes the AI Engine and PL resources required to implement ### Setup & Initialization -IMPORTANT: Before beginning the tutorial ensure you have installed Vitis™ 2025.1 software. Ensure you have downloaded the Common Images for Embedded Vitis Platforms from [this link](https://www.xilinx.com/support/download/index.html/content/xilinx/en/downloadNav/embedded-platforms.html). +IMPORTANT: Before beginning the tutorial ensure you have installed Vitis™ 2025.2 software. Ensure you have downloaded the Common Images for Embedded Vitis Platforms from [this link](https://www.xilinx.com/support/download/index.html/content/xilinx/en/downloadNav/embedded-platforms.html). Set the environment variable ```COMMON_IMAGE_VERSAL``` to the full path where you have downloaded the Common Images. Then set the environment variable ```PLATFORM_REPO_PATHS``` to the value ```$XILINX_VITIS/base_platforms```. Additional information on this process may be found [here](../../../AIE#environment-settings). The remaining environment variables are configured in the top level Makefile ```/05-Prime-Factor-FFT/Makefile``` file. ``` -RELEASE=2025.1 +RELEASE=2025.2 TOP_DIR ?= $(shell readlink -f .) -PLATFORM_NAME = xilinx_vck190_base_202510_1 +PLATFORM_NAME = xilinx_vck190_base_202520_1 PLATFORM_PATH = ${PLATFORM_REPO_PATHS} export PLATFORM = ${PLATFORM_PATH}/${PLATFORM_NAME}/${PLATFORM_NAME}.xpfm diff --git a/AI_Engine_Development/AIE/Design_Tutorials/05-Prime-Factor-FFT/aie/dft16/Makefile b/AI_Engine_Development/AIE/Design_Tutorials/05-Prime-Factor-FFT/aie/dft16/Makefile index 4413500c50..b5b6a2c15d 100644 --- a/AI_Engine_Development/AIE/Design_Tutorials/05-Prime-Factor-FFT/aie/dft16/Makefile +++ b/AI_Engine_Development/AIE/Design_Tutorials/05-Prime-Factor-FFT/aie/dft16/Makefile @@ -10,8 +10,7 @@ MY_APP := dft16_app MY_SOURCES := ${MY_APP}.cpp dft16_graph.h dft16_compute.h dft16_compute.cpp dft16_combine.h \ dft16_combine.cpp dft16_twiddle.h -PLATFORM_USE := xilinx_vck190_base_202510_1 -PLATFORM := ${PLATFORM_REPO_PATHS}/${PLATFORM_USE}/${PLATFORM_USE}.xpfm +PART_USE := xcvc1902-vsva2197-2MP-e-S CHECK_FIFO := --aie.evaluate-fifo-depth --aie.Xrouter=disablePathBalancing @@ -21,7 +20,7 @@ DSPLIB_OPTS := --include=${DSPLIB_ROOT}/L2/include/aie \ AIE_OUTPUT := libadf.a -AIE_FLAGS := ${DSPLIB_OPTS} --platform=${PLATFORM} ${MY_APP}.cpp --aie.output-archive=${AIE_OUTPUT} +AIE_FLAGS := ${DSPLIB_OPTS} --part=${PART_USE} ${MY_APP}.cpp --aie.output-archive=${AIE_OUTPUT} ifeq (${SIM_FIFO}, true) AIE_FLAGS := ${AIE_FLAGS} ${CHECK_FIFO} diff --git a/AI_Engine_Development/AIE/Design_Tutorials/05-Prime-Factor-FFT/aie/dft7w/Makefile b/AI_Engine_Development/AIE/Design_Tutorials/05-Prime-Factor-FFT/aie/dft7w/Makefile index 5e6a66c273..1187b76df7 100644 --- a/AI_Engine_Development/AIE/Design_Tutorials/05-Prime-Factor-FFT/aie/dft7w/Makefile +++ b/AI_Engine_Development/AIE/Design_Tutorials/05-Prime-Factor-FFT/aie/dft7w/Makefile @@ -10,8 +10,7 @@ MY_APP := dft7_app MY_SOURCES := ${MY_APP}.cpp dft7_graph.h dft7_compute.h dft7_compute.cpp dft7_combine.h \ dft7_combine.cpp dft7_twiddle.h -PLATFORM_USE := xilinx_vck190_base_202510_1 -PLATFORM := ${PLATFORM_REPO_PATHS}/${PLATFORM_USE}/${PLATFORM_USE}.xpfm +PART_USE := xcvc1902-vsva2197-2MP-e-S CHECK_FIFO := --aie.evaluate-fifo-depth --aie.Xrouter=disablePathBalancing @@ -21,7 +20,7 @@ DSPLIB_OPTS := --include=${DSPLIB_ROOT}/L2/include/aie \ AIE_OUTPUT := libadf.a -AIE_FLAGS := ${DSPLIB_OPTS} --platform=${PLATFORM} ${MY_APP}.cpp --aie.output-archive=${AIE_OUTPUT} +AIE_FLAGS := ${DSPLIB_OPTS} --part=${PART_USE} ${MY_APP}.cpp --aie.output-archive=${AIE_OUTPUT} ifeq (${SIM_FIFO}, true) AIE_FLAGS := ${AIE_FLAGS} ${CHECK_FIFO} diff --git a/AI_Engine_Development/AIE/Design_Tutorials/05-Prime-Factor-FFT/aie/dft9w/Makefile b/AI_Engine_Development/AIE/Design_Tutorials/05-Prime-Factor-FFT/aie/dft9w/Makefile index 86c4320e5c..247ce147ec 100644 --- a/AI_Engine_Development/AIE/Design_Tutorials/05-Prime-Factor-FFT/aie/dft9w/Makefile +++ b/AI_Engine_Development/AIE/Design_Tutorials/05-Prime-Factor-FFT/aie/dft9w/Makefile @@ -10,8 +10,7 @@ MY_APP := dft9_app MY_SOURCES := ${MY_APP}.cpp dft9_graph.h dft9_compute.h dft9_compute.cpp dft9_combine.h \ dft9_combine.cpp dft9_twiddle.h -PLATFORM_USE := xilinx_vck190_base_202510_1 -PLATFORM := ${PLATFORM_REPO_PATHS}/${PLATFORM_USE}/${PLATFORM_USE}.xpfm +PART_USE := xcvc1902-vsva2197-2MP-e-S CHECK_FIFO := --aie.evaluate-fifo-depth --aie.Xrouter=disablePathBalancing @@ -21,7 +20,7 @@ DSPLIB_OPTS := --include=${DSPLIB_ROOT}/L2/include/aie \ AIE_OUTPUT := libadf.a -AIE_FLAGS := ${DSPLIB_OPTS} --platform=${PLATFORM} ${MY_APP}.cpp --aie.output-archive=${AIE_OUTPUT} +AIE_FLAGS := ${DSPLIB_OPTS} --part=${PART_USE} ${MY_APP}.cpp --aie.output-archive=${AIE_OUTPUT} ifeq (${SIM_FIFO}, true) AIE_FLAGS := ${AIE_FLAGS} ${CHECK_FIFO} diff --git a/AI_Engine_Development/AIE/Design_Tutorials/05-Prime-Factor-FFT/aie/pfa1008/Makefile b/AI_Engine_Development/AIE/Design_Tutorials/05-Prime-Factor-FFT/aie/pfa1008/Makefile index d7dff9cef0..6617323750 100644 --- a/AI_Engine_Development/AIE/Design_Tutorials/05-Prime-Factor-FFT/aie/pfa1008/Makefile +++ b/AI_Engine_Development/AIE/Design_Tutorials/05-Prime-Factor-FFT/aie/pfa1008/Makefile @@ -21,8 +21,7 @@ DFT16_SOURCE := dft16_graph.h dft16_compute.h dft16_compute.cpp dft16_combi MY_SOURCES := ${MY_APP}.cpp pfa1008_graph.h ${DFT7_SOURCE:%=../dft7w/%} ${DFT9_SOURCE:%=../dft9w/%} \ ${DFT16_SOURCE:%=../dft16/%} -PLATFORM_USE := xilinx_vck190_base_202510_1 -PLATFORM ?= ${PLATFORM_REPO_PATHS}/${PLATFORM_USE}/${PLATFORM_USE}.xpfm +PART_USE := xcvc1902-vsva2197-2MP-e-S PL_FREQ := --aie.pl-freq=625 OTHER_OPTS := --aie.kernel-linting --aie.Xchess="-std=c++17" --aie.xlopt=1 @@ -37,7 +36,7 @@ DSPLIB_OPTS := --include=${DSPLIB_ROOT}/L2/include/aie \ AIE_OUTPUT := libadf.a -AIE_FLAGS := ${OTHER_OPTS} ${DSPLIB_OPTS} ${MAP_OPT} ${PL_FREQ} --platform=${PLATFORM} ${MY_APP}.cpp --aie.output-archive=${AIE_OUTPUT} +AIE_FLAGS := ${OTHER_OPTS} ${DSPLIB_OPTS} ${MAP_OPT} ${PL_FREQ} --part=${PART_USE} ${MY_APP}.cpp --aie.output-archive=${AIE_OUTPUT} ifeq (${SIM_FIFO}, true) AIE_FLAGS := ${AIE_FLAGS} ${CHECK_FIFO} diff --git a/AI_Engine_Development/AIE/Design_Tutorials/05-Prime-Factor-FFT/hls/pfa1008_dma_snk/Makefile b/AI_Engine_Development/AIE/Design_Tutorials/05-Prime-Factor-FFT/hls/pfa1008_dma_snk/Makefile index 17fd7503b6..d76f46d59d 100644 --- a/AI_Engine_Development/AIE/Design_Tutorials/05-Prime-Factor-FFT/hls/pfa1008_dma_snk/Makefile +++ b/AI_Engine_Development/AIE/Design_Tutorials/05-Prime-Factor-FFT/hls/pfa1008_dma_snk/Makefile @@ -5,6 +5,7 @@ # Author: Mark Rollins DO_COSIM := false +DO_OOCPAR := false ECHO := @echo KERNEL := pfa1008_dma_snk_wrapper @@ -28,6 +29,8 @@ ${XO}: ${KERNEL_SRC} ifeq (${DO_COSIM},true) vitis-run --mode hls --config hls.cfg --csim --work_dir ${KERNEL} vitis-run --mode hls --config hls.cfg --cosim --work_dir ${KERNEL} +endif +ifeq (${DO_OOCPAR},true) vitis-run --mode hls --config hls.cfg --impl --work_dir ${KERNEL} endif diff --git a/AI_Engine_Development/AIE/Design_Tutorials/05-Prime-Factor-FFT/hls/pfa1008_dma_snk/pfa1008_dma_snk.cpp b/AI_Engine_Development/AIE/Design_Tutorials/05-Prime-Factor-FFT/hls/pfa1008_dma_snk/pfa1008_dma_snk.cpp index 42d6d337cc..5fe7e7a579 100644 --- a/AI_Engine_Development/AIE/Design_Tutorials/05-Prime-Factor-FFT/hls/pfa1008_dma_snk/pfa1008_dma_snk.cpp +++ b/AI_Engine_Development/AIE/Design_Tutorials/05-Prime-Factor-FFT/hls/pfa1008_dma_snk/pfa1008_dma_snk.cpp @@ -11,8 +11,8 @@ using namespace pfa1008_dma_snk; // Stream Capture // ------------------------------------------------------------ -void capture_streams( TT_DATA (&buff)[NSTREAM][DEPTH], TT_STREAM sig_i[NSTREAM], - const int& loop_sel, const int& loop_cnt ) +unsigned capture_streams( TT_DATA (&buff)[NSTREAM][DEPTH], TT_STREAM sig_i[NSTREAM], + unsigned word_count ) { // Streams incoming in polyphase order, need to store into DDR in linear order: // --> ss0: s0 s2 s4 s6 s8 s10 s12 s14 @@ -20,21 +20,33 @@ void capture_streams( TT_DATA (&buff)[NSTREAM][DEPTH], TT_STREAM sig_i[NSTREAM], // // --> buff[0]: s0 s1 s2 s3 s8 s9 s10 s11 // --> buff[1]: s4 s5 s6 s7 s12 s13 s14 s15 - CAPTURE: for (int ll=0; ll < loop_cnt; ll++) { -#pragma HLS LOOP_TRIPCOUNT min=1 max=8 - SAMPLE_IN: for (int dd=0; dd < DEPTH; dd++) { + unsigned cnt_smp = 0; + unsigned cnt_cyc = 0; + bool saw_first = 0; + TT_ADDR dd = 0; + unsigned base = word_count - DEPTH; + while (cnt_smp < word_count) { #pragma HLS pipeline II=1 + bool full = (sig_i[0].empty()==0) && (sig_i[1].empty()==0); + bool capture = (cnt_smp < base) ? 0 : 1; + if (full == 1) { + saw_first = 1; TT_SAMPLE val0[4], val1[4]; #pragma HLS array_partition variable=val0 dim=1 #pragma HLS array_partition variable=val1 dim=1 ( val0[3], val0[2], val0[1], val0[0] ) = sig_i[0].read(); ( val1[3], val1[2], val1[1], val1[0] ) = sig_i[1].read(); - if ( ll == loop_sel ) { + if (capture == 1) { buff[0][dd] = ( val1[1], val0[1], val1[0], val0[0] ); buff[1][dd] = ( val1[3], val0[3], val1[2], val0[2] ); + dd = dd + 1; } - } //dd - } // ll + cnt_smp++; + } + if (saw_first == 1) + cnt_cyc++; + } + return(cnt_cyc); } // ------------------------------------------------------------ @@ -63,16 +75,14 @@ void read_buffer( TT_DATA mem[NSTREAM*DEPTH], TT_DATA (&buff)[NSTREAM][DEPTH] ) // Wrapper // ------------------------------------------------------------ -void +unsigned pfa1008_dma_snk_wrapper( pfa1008_dma_snk::TT_DATA mem[pfa1008_dma_snk::DEPTH*pfa1008_dma_snk::NSTREAM], - int loop_sel, - int loop_cnt, + unsigned int word_count, pfa1008_dma_snk::TT_STREAM sig_i[pfa1008_dma_snk::NSTREAM] ) { #pragma HLS interface m_axi port=mem bundle=gmem offset=slave depth=DEPTH*NSTREAM #pragma HLS interface axis port=sig_i -#pragma HLS interface s_axilite port=loop_sel bundle=control -#pragma HLS interface s_axilite port=loop_cnt bundle=control +#pragma HLS interface s_axilite port=word_count bundle=control #pragma HLS interface s_axilite port=mem bundle=control #pragma HLS interface s_axilite port=return bundle=control #pragma HLS DATAFLOW @@ -80,12 +90,15 @@ pfa1008_dma_snk_wrapper( pfa1008_dma_snk::TT_DATA mem[pfa1008_dma_snk::DEPTH*pfa // Internal buffer: TT_DATA buff[NSTREAM][DEPTH]; #pragma HLS array_partition variable=buff dim=1 + unsigned cycle_count; // Front end load from DDR4 to PL BRAM: - capture_streams( buff, sig_i, loop_sel, loop_cnt ); + cycle_count = capture_streams( buff, sig_i, word_count ); // Back end transmit from PL BRAM to AIE: read_buffer( mem, buff ); + + return(cycle_count); } diff --git a/AI_Engine_Development/AIE/Design_Tutorials/05-Prime-Factor-FFT/hls/pfa1008_dma_snk/pfa1008_dma_snk.h b/AI_Engine_Development/AIE/Design_Tutorials/05-Prime-Factor-FFT/hls/pfa1008_dma_snk/pfa1008_dma_snk.h index 81e10d6167..0dfd8ab85f 100644 --- a/AI_Engine_Development/AIE/Design_Tutorials/05-Prime-Factor-FFT/hls/pfa1008_dma_snk/pfa1008_dma_snk.h +++ b/AI_Engine_Development/AIE/Design_Tutorials/05-Prime-Factor-FFT/hls/pfa1008_dma_snk/pfa1008_dma_snk.h @@ -23,7 +23,6 @@ namespace pfa1008_dma_snk { // Run: // Assume 312.5 MHz clock. // We have 32-bit I/O's @ 1250 MHz AIE clock or 128-bit I/O's @ 312.5 MHz -void pfa1008_dma_snk_wrapper( pfa1008_dma_snk::TT_DATA mem[pfa1008_dma_snk::NSTREAM*pfa1008_dma_snk::DEPTH], - int loop_sel, - int loop_cnt, - pfa1008_dma_snk::TT_STREAM sig_i[pfa1008_dma_snk::NSTREAM] ); +unsigned pfa1008_dma_snk_wrapper( pfa1008_dma_snk::TT_DATA mem[pfa1008_dma_snk::NSTREAM*pfa1008_dma_snk::DEPTH], + unsigned int word_count, + pfa1008_dma_snk::TT_STREAM sig_i[pfa1008_dma_snk::NSTREAM] ); diff --git a/AI_Engine_Development/AIE/Design_Tutorials/05-Prime-Factor-FFT/hls/pfa1008_dma_snk/tb_wrapper.cpp b/AI_Engine_Development/AIE/Design_Tutorials/05-Prime-Factor-FFT/hls/pfa1008_dma_snk/tb_wrapper.cpp index ba5cd6adc8..01d5c81213 100644 --- a/AI_Engine_Development/AIE/Design_Tutorials/05-Prime-Factor-FFT/hls/pfa1008_dma_snk/tb_wrapper.cpp +++ b/AI_Engine_Development/AIE/Design_Tutorials/05-Prime-Factor-FFT/hls/pfa1008_dma_snk/tb_wrapper.cpp @@ -26,38 +26,45 @@ int main( void ) TT_STREAM sig_i[NSTREAM]; // Configure the same as 'host.cpp' for top level application: - int loop_cnt = 4; - int loop_sel = 1; + unsigned word_count = 8*1008; // Load stimulus (in order produced by DFT): - std::minstd_rand gen; - for (int ll=0; ll < loop_cnt; ll++) { - for (int mm=0,ss=0; mm < NSTREAM*DEPTH; mm+=2) { - TT_DATA data0 = TT_DATA( gen() ); - TT_DATA data1 = TT_DATA( gen() ); - TT_SAMPLE val0[4], val1[4]; - ( val0[3], val0[2], val0[1], val0[0] ) = data0; - ( val1[3], val1[2], val1[1], val1[0] ) = data1; - if ( ll == loop_sel ) { - ddr4_g[mm+0] = ( val1[1], val0[1], val1[0], val0[0] ); - ddr4_g[mm+1] = ( val1[3], val0[3], val1[2], val0[2] ); - } - sig_i[0].write( data0 ); - sig_i[1].write( data1 ); + std::mt19937 engine(std::random_device{}()); + std::independent_bits_engine bit_engine(engine); + bit_engine.seed(1); + TT_SAMPLE val0[4]; + TT_SAMPLE val1[4]; + for (unsigned ww=0,mm=0; ww < word_count; ww++) { + TT_DATA data0; + TT_DATA data1; + for (unsigned ii=0; ii < 4; ii++) { + val0[ii] = TT_SAMPLE(bit_engine()); + val1[ii] = TT_SAMPLE(bit_engine()); } + data0 = ( val0[3], val0[2], val0[1], val0[0] ); + data1 = ( val1[3], val1[2], val1[1], val1[0] ); + if (ww >= (word_count-DEPTH)) { + ddr4_g[mm++] = ( val1[1], val0[1], val1[0], val0[0] ); + ddr4_g[mm++] = ( val1[3], val0[3], val1[2], val0[2] ); + } + sig_i[0].write( data0 ); + sig_i[1].write( data1 ); } // Run DUT: TT_DATA ddr4_o[NSTREAM*DEPTH]; - pfa1008_dma_snk_wrapper( ddr4_o, loop_sel, loop_cnt, sig_i ); + unsigned cycle_count = pfa1008_dma_snk_wrapper( ddr4_o, word_count, sig_i ); + std::cout << "cycle_count: " << cycle_count << std::endl; // Check output streams: bool flag = 0; for (int mm=0; mm < NSTREAM*DEPTH; mm++) { TT_DATA act_g = ddr4_g[mm]; TT_DATA act_o = ddr4_o[mm]; - flag |= (act_o != act_g); - cout << "mm: " << mm << " act_o: " << act_o << " act_g: " << act_g << endl; + bool flag_this = (act_o != act_g); + flag |= flag_this; + if (flag_this) + cout << "mm: " << mm << " act_o: " << act_o << " act_g: " << act_g << endl; } if ( flag == 0 ) cout << "--- PASSED ---" << endl; else cout << "*** FAILED ***" << endl; diff --git a/AI_Engine_Development/AIE/Design_Tutorials/05-Prime-Factor-FFT/hls/pfa1008_dma_src/Makefile b/AI_Engine_Development/AIE/Design_Tutorials/05-Prime-Factor-FFT/hls/pfa1008_dma_src/Makefile index 40b20abcda..2d8dbc7129 100644 --- a/AI_Engine_Development/AIE/Design_Tutorials/05-Prime-Factor-FFT/hls/pfa1008_dma_src/Makefile +++ b/AI_Engine_Development/AIE/Design_Tutorials/05-Prime-Factor-FFT/hls/pfa1008_dma_src/Makefile @@ -5,6 +5,7 @@ # Author: Mark Rollins DO_COSIM := false +DO_OOCPAR := false ECHO := @echo KERNEL := pfa1008_dma_src_wrapper @@ -28,6 +29,8 @@ ${XO}: ${KERNEL_SRC} ifeq (${DO_COSIM},true) vitis-run --mode hls --config hls.cfg --csim --work_dir ${KERNEL} vitis-run --mode hls --config hls.cfg --cosim --work_dir ${KERNEL} +endif +ifeq (${DO_OOCPAR},true) vitis-run --mode hls --config hls.cfg --impl --work_dir ${KERNEL} endif diff --git a/AI_Engine_Development/AIE/Design_Tutorials/05-Prime-Factor-FFT/hls/pfa1008_permute_i/Makefile b/AI_Engine_Development/AIE/Design_Tutorials/05-Prime-Factor-FFT/hls/pfa1008_permute_i/Makefile index da520f89a0..1d75eb700d 100644 --- a/AI_Engine_Development/AIE/Design_Tutorials/05-Prime-Factor-FFT/hls/pfa1008_permute_i/Makefile +++ b/AI_Engine_Development/AIE/Design_Tutorials/05-Prime-Factor-FFT/hls/pfa1008_permute_i/Makefile @@ -5,6 +5,7 @@ # Author: Mark Rollins DO_COSIM := false +DO_OOCPAR := false ECHO := @echo KERNEL := pfa1008_permute_i_wrapper @@ -28,6 +29,8 @@ ${XO}: ${KERNEL_SRC} ifeq (${DO_COSIM},true) vitis-run --mode hls --config hls.cfg --csim --work_dir ${KERNEL} vitis-run --mode hls --config hls.cfg --cosim --work_dir ${KERNEL} +endif +ifeq (${DO_OOCPAR},true) vitis-run --mode hls --config hls.cfg --impl --work_dir ${KERNEL} endif diff --git a/AI_Engine_Development/AIE/Design_Tutorials/05-Prime-Factor-FFT/hls/pfa1008_permute_o/Makefile b/AI_Engine_Development/AIE/Design_Tutorials/05-Prime-Factor-FFT/hls/pfa1008_permute_o/Makefile index 47aef1f165..0c054bacde 100644 --- a/AI_Engine_Development/AIE/Design_Tutorials/05-Prime-Factor-FFT/hls/pfa1008_permute_o/Makefile +++ b/AI_Engine_Development/AIE/Design_Tutorials/05-Prime-Factor-FFT/hls/pfa1008_permute_o/Makefile @@ -5,6 +5,7 @@ # Author: Mark Rollins DO_COSIM := false +DO_OOCPAR := false ECHO := @echo KERNEL := pfa1008_permute_o_wrapper @@ -28,6 +29,8 @@ ${XO}: ${KERNEL_SRC} ifeq (${DO_COSIM},true) vitis-run --mode hls --config hls.cfg --csim --work_dir ${KERNEL} vitis-run --mode hls --config hls.cfg --cosim --work_dir ${KERNEL} +endif +ifeq (${DO_OOCPAR},true) vitis-run --mode hls --config hls.cfg --impl --work_dir ${KERNEL} endif diff --git a/AI_Engine_Development/AIE/Design_Tutorials/05-Prime-Factor-FFT/ps_apps/host.cpp b/AI_Engine_Development/AIE/Design_Tutorials/05-Prime-Factor-FFT/ps_apps/host.cpp index ac14f13b54..baccb545fc 100644 --- a/AI_Engine_Development/AIE/Design_Tutorials/05-Prime-Factor-FFT/ps_apps/host.cpp +++ b/AI_Engine_Development/AIE/Design_Tutorials/05-Prime-Factor-FFT/ps_apps/host.cpp @@ -4,11 +4,6 @@ // // Author: Mark Rollins -#include "pfa1008_graph.h" - -// Instantiate AIE graph: -pfa1008_graph aie_dut; - #include #include #include @@ -33,8 +28,7 @@ typedef int TT_DATA; // Assume cint16 data static constexpr int32_t NUM_ITER = -1; // Let the graph run and have DMA_SNK terminate things static constexpr int32_t LOOP_CNT_I = 8; -static constexpr int32_t LOOP_CNT_O = 8; // Try to stop it early -static constexpr int32_t LOOP_SEL = 0; // ID of loop to capture by DDR SNK PL HLS block +static constexpr int32_t LOOP_CNT_O = 1; static constexpr unsigned NSTREAM_I = 2; static constexpr unsigned NSTREAM_O = 2; static constexpr unsigned DEPTH = 1008; // 8 transform x 1008-pt / 2 stream / 4 samples @ 128-bit @@ -45,6 +39,10 @@ static constexpr unsigned NUM_SAMPLES_O = DDR_WORD_DEPTH_O * 4; // 32-bit (ci static constexpr unsigned DDR_BUFFSIZE_I_BYTES = NUM_SAMPLES_I * 4; // Each sample is 4 bytes (32-bits) static constexpr unsigned DDR_BUFFSIZE_O_BYTES = NUM_SAMPLES_O * 4; // Each sample is 4 bytes (32-bits) +static constexpr double THROUGHPUT_TARGET = 2000; +static constexpr double THROUGHPUT_ERROR_LIMIT = 5; + +static unsigned int word_count = LOOP_CNT_O * DEPTH; // # of 128-bit words on each stream // ------------------------------------------------------------ // Main @@ -90,6 +88,9 @@ int main(int argc, char* argv[]) auto dma_snk = xrt::kernel(my_device, xclbin_uuid, "pfa1008_dma_snk_wrapper:{dma_snk}"); std::cout << STR_PASSED << "auto dma_snk = xrt::kernel(my_device, xclbin_uuid, \"pfa1008_dma_snk_wrapper:{dma_snk}\")" << std::endl; + auto dma_snk_ip = xrt::ip(my_device, xclbin_uuid, "pfa1008_dma_snk_wrapper:{dma_snk}"); + std::cout << STR_PASSED << "auto dma_snk_ip = xrt::ip(my_device, xclbin_uuid, \"pfa1008_dma_snk_wrapper:{dma_snk}\")" << std::endl; + xrt::run dma_src_run = xrt::run(dma_src); std::cout << STR_PASSED << "xrt::run dma_src_run = xrt::run(dma_src)" << std::endl; @@ -144,11 +145,8 @@ int main(int argc, char* argv[]) dma_snk_run.set_arg( 0, dma_snk_bo ); std::cout << STR_PASSED << "dma_snk.run.set_arg( 0, dma_snk_bo )" << std::endl; - dma_snk_run.set_arg( 1, LOOP_SEL ); - std::cout << STR_PASSED << "dma_snk_run.set_arg( 1, LOOP_SEL=" << LOOP_SEL << " )" << std::endl; - - dma_snk_run.set_arg( 2, LOOP_CNT_O ); - std::cout << STR_PASSED << "dma_snk_run.set_arg( 2, LOOP_CNT_O=" << LOOP_CNT_O << " )" << std::endl; + dma_snk_run.set_arg( 1, word_count ); + std::cout << STR_PASSED << "dma_snk_run.set_arg( 1, word_count=" << word_count << " )" << std::endl; // ------------------------------------------------------------ // Run Application @@ -168,6 +166,18 @@ int main(int argc, char* argv[]) dma_snk_run.wait(); std::cout << STR_PASSED << "dma_snk_run.wait()" << std::endl; + // ------------------------------------------------------------ + // Throughput + // ------------------------------------------------------------ + + unsigned cycle_count = dma_snk_ip.read_register(0x10); + std::cout << "cycle_count: " << cycle_count << std::endl; + double throughput_MSPS = 2.0*(4.0*word_count)/(1.0*cycle_count)*312.5; + std::cout << "Throughput (Msps): " << throughput_MSPS << " vs. Target (Msps): " << THROUGHPUT_TARGET << std::endl; + double tp_err = 100.0*abs(throughput_MSPS-THROUGHPUT_TARGET)/THROUGHPUT_TARGET; + std::cout << "Througput Error (%): " << tp_err << " vs. Error Limit (%): " << THROUGHPUT_ERROR_LIMIT << std::endl; + bool flag_t = (tp_err > THROUGHPUT_ERROR_LIMIT); + // ------------------------------------------------------------ // Retrieve Results // ------------------------------------------------------------ @@ -211,8 +221,16 @@ int main(int argc, char* argv[]) // Done: if ( flag == 0 ) + std::cout << STR_INFO << "--- REGRESSION PASSED ---" << std::endl; + else + std::cout << STR_ERROR << "*** REGRESSION FAILED ***" << std::endl; + if ( flag_t == 0 ) + std::cout << STR_INFO << "--- THROUGHPUT PASSED ---" << std::endl; + else + std::cout << STR_ERROR << "*** THROUGHPUT FAILED ***" << std::endl; + if (flag == 0 && flag_t == 0) std::cout << STR_INFO << "--- PASSED ---" << std::endl; else - std::cout << STR_INFO << "*** FAILED ***" << std::endl; - return(flag); + std::cout << STR_ERROR <<"*** FAILED ***" << std::endl; + return(flag || flag_t); } diff --git a/AI_Engine_Development/AIE/Design_Tutorials/06-fft2d_AIEvsHLS/AIE/README.md b/AI_Engine_Development/AIE/Design_Tutorials/06-fft2d_AIEvsHLS/AIE/README.md index 06d2a89a65..09122b127f 100755 --- a/AI_Engine_Development/AIE/Design_Tutorials/06-fft2d_AIEvsHLS/AIE/README.md +++ b/AI_Engine_Development/AIE/Design_Tutorials/06-fft2d_AIEvsHLS/AIE/README.md @@ -13,7 +13,7 @@
-# 2025.1 Versal 2D-FFT Implementation Using Vitis Acceleration Library Tutorial (XD073) +# 2025.2 Versal 2D-FFT Implementation Using Vitis Acceleration Library Tutorial (XD073) ## AI Engine Implementation @@ -124,7 +124,7 @@ Each `make` step to build the design is specified in the following sections. The ### make kernels: Compiling PL Kernels -In this step, the Vitis compiler takes any Vitis compiler kernels (RTL or HLS C) in the PL region of the target platform (`xilinx_vck190_base_202510_1`) and the AI Engine kernels and graphs and compiles them into their respective XO files. The following commands compile the kernels (default `TARGET=hw_emu`, `FFT_2D_INSTS=1`, `ITER_CNT=16`, `FFT_2D_DT=0` and `FFT_2D_PT=2048`). +In this step, the Vitis compiler takes any Vitis compiler kernels (RTL or HLS C) in the PL region of the target platform (`xilinx_vck190_base_202520_1`) and the AI Engine kernels and graphs and compiles them into their respective XO files. The following commands compile the kernels (default `TARGET=hw_emu`, `FFT_2D_INSTS=1`, `ITER_CNT=16`, `FFT_2D_DT=0` and `FFT_2D_PT=2048`). ``` make kernels @@ -137,7 +137,7 @@ mkdir -p $(BUILD_TARGET_DIR); \ cd $(BUILD_TARGET_DIR); \ -v++ --target hw_emu --hls.clock 312500000:dma_hls --platform xilinx_vck190_base_202510_1 \ +v++ --target hw_emu --hls.clock 312500000:dma_hls --platform xilinx_vck190_base_202520_1 \ --save-temps --temp_dir $(BUILD_TARGET_DIR)/_x --verbose -g -c -k dma_hls -D FFT_2D_DT=0 \ $(DESIGN_REPO)/pl_src/dma_hls.cpp -o $(BUILD_TARGET_DIR)/dma_hls.hw_emu.xo ``` @@ -194,7 +194,7 @@ aiecompiler -include=$(AIE_SRC_REPO) -include=/L1/include/aie \ -include=/L2/include/aie \ -include=/L2/tests/aie/common/inc \ --verbose --Xpreproc="-DFFT2D_INSTS=1" --Xpreproc="-DMAT_ROWS=1024" --Xpreproc="-DMAT_COLS=2048" --Xpreproc="-DFFT_2D_DT=0" \ - --platform=/xilinx_vck190_base_202510_1.xpfm \ + --platform=/xilinx_vck190_base_202520_1.xpfm \ --log-level=5 --test-iterations=2 --dataflow --heapsize=7000 \ --Xchess="main:bridge.llibs=softfloat m" --workdir=Work $(AIE_SRC_REPO)/graph.cpp 2>&1 | tee -a aiecompiler.log @@ -246,7 +246,7 @@ The expanded command is as follows: ``` cd $(BUILD_TARGET_DIR); \ -v++ -l --platform xilinx_vck190_base_202510_1 --save-temps \ +v++ -l --platform xilinx_vck190_base_202520_1 --save-temps \ --temp_dir $(BUILD_TARGET_DIR)/_x --verbose -g --clock.freqHz 312500000:dma_hls_0 \ --clock.defaultTolerance 0.001 --config $(SYSTEM_CONFIGS_REPO)/x1.cfg \ --vivado.prop fileset.sim_1.xsim.simulate.log_all_signals=true \ @@ -403,7 +403,7 @@ or cp $(PROJECT_REPO)/run_script.sh $(BUILD_TARGET_DIR)/ cd$(BUILD_TARGET_DIR); \ -v++ -p -t hw --save-temps --temp_dir $(BUILD_TARGET_DIR)/_x -f xilinx_vck190_base_202510_1\ +v++ -p -t hw --save-temps --temp_dir $(BUILD_TARGET_DIR)/_x -f xilinx_vck190_base_202520_1\ --package.rootfs $(XLNX_VERSAL)/rootfs.ext4\ --package.kernel_image $(XLNX_VERSAL)/Image --package.boot_mode=sd\ --package.out_dir $(BUILD_TARGET_DIR)/package --package.image_format=ext4\ @@ -480,7 +480,7 @@ and do: When hardware emulation is launched, you see the QEMU simulator load. Wait for the autoboot countdown to go to zero. After a few minutes, the root Linux prompt comes up: ```bash -root@versal-rootfs-common-2025_1:~# +root@versal-rootfs-common-2025_2:~# ``` After the root prompt comes up, run the following commands to run the design: @@ -560,7 +560,7 @@ Transmit delay: 0 msec/char 0 msec/line **Step 7.** Power on the board. -**Step 8.** Wait until you see the `root@versal-rootfs-common-2025_1` Linux command prompt. Press **Enter** a few times to get past any `xinit` errors. +**Step 8.** Wait until you see the `root@versal-rootfs-common-2025_2` Linux command prompt. Press **Enter** a few times to get past any `xinit` errors. **Step 9.** Run the following commands in the TeraTerm terminal: @@ -1140,7 +1140,7 @@ For all applications, designers must work to predefined specifications and build #### Resource Utilization and Power -Resource utilization and power are measured using Vivado, vcdanalyze, and Xilinx Power Estimator (XPE) for AMD Versal™ (2025.1 version) tools. +Resource utilization and power are measured using Vivado, vcdanalyze, and Xilinx Power Estimator (XPE) for AMD Versal™ (2025.2 version) tools. The registers and CLB LUT utilization information can be found in the Vivado project if you perform the following steps: @@ -1179,7 +1179,7 @@ cd $(BUILD_TARGET_DIR); \ vcdanalyze --vcd x$(FFT_2D_INSTS).vcd --xpe ``` -2. If you do not already have it installed, download and install [PDM for Versal Version 2025.1](https://www.xilinx.com/products/design-tools/power-design-manager.html). For full documentation of XPE, see [this page](https://www.xilinx.com/products/design-tools/power-design-manager.html). +2. If you do not already have it installed, download and install [PDM for Versal Version 2025.2](https://www.xilinx.com/products/design-tools/power-design-manager.html). For full documentation of XPE, see [this page](https://www.xilinx.com/products/design-tools/power-design-manager.html). 3. AI Engine power comsumption and resource utilization shown in below images for the 32 x 64 point 1-instance design: ![Image of 2D-FFT AIE XPE](images/fft_2d_aie_xpe_pow.PNG) @@ -1187,39 +1187,39 @@ A summary of resource utilization and power for all variations is given in the f ##### cint16 Design | Number of Instances | FFT Configuration | Number of Compute Cores | Vector Load | Number of Active Memory Banks | Mem R/W Rate | Active AI Engine Tiles | Interconnect Load | FF (Regs) | CLB LUTS | Dynamic Power
(in W) | |:----------------:|:----------------------------:|:-----------------------:|:-----------:|:-----------------------------:|:------------:|:----------------------:|:-----------------:|:---------:|:---------:|:-------------------------:| -| 1 | 64 point
(32 x 64) | 2 | 18.81% | 28 | 9.26% | 4 | 11% | 1144 | 370 | 0.699 | -| 1 | 128 point
(64 x 128) | 2 | 34.00% | 28 | 16.49% | 4 | 11% | 1144 | 370 | 0.765 | -| 1 | 256 point
(128 x 256) | 2 | 44.09% | 28 | 20.67% | 4 | 9% | 1144 | 370 | 0.804 | -| 1 | 512 point
(256 x 512) | 2 | 58.85% | 30 | 25.30% | 4 | 9% | 1144 | 370 | 0.865 | -| 1 | 2048 point
(1024 x 2048) | 2 | 78.68% | 42 | 23.48% | 6 | 8% | 1144 | 370 | 0.985 | -| 5 | 64 point
(32 x 64) | 10 | 18.65% | 140 | 9.19% | 20 | 7% | 5691 | 1823 | 1.573 | -| 5 | 128 point
(64 x 128) | 10 | 34.00% | 140 | 16.49% | 20 | 7% | 5691 | 1823 | 1.905 | -| 5 | 256 point
(128 x 256) | 10 | 43.82% | 140 | 20.51% | 20 | 7% | 5691 | 1823 | 2.105 | -| 5 | 512 point
(256 x 512) | 10 | 58.71% | 150 | 25.19% | 20 | 7% | 5691 | 1823 | 2.412 | -| 5 | 2048 point
(1024 x 2048) | 10 | 78.55% | 210 | 23.44% | 30 | 7% | 5691 | 1823 | 3.017 | -| 10 | 64 point
(32 x 64) | 20 | 18.65% | 280 | 9.18% | 40 | 6% | 11361 | 3606 | 2.670 | -| 10 | 128 point
(64 x 128) | 20 | 34.01% | 280 | 16.49% | 40 | 7% | 11361 | 3606 | 3.333 | -| 10 | 256 point
(128 x 256) | 20 | 43.87% | 280 | 20.55% | 40 | 7% | 11361 | 3606 | 3.729 | -| 10 | 512 point
(256 x 512) | 20 | 58.64% | 300 | 25.17% | 40 | 7% | 11361 | 3606 | 4.343 | -| 10 | 2048 point
(1024 x 2048) | 20 | 78.47% | 420 | 23.43% | 60 | 6% | 11361 | 3606 | 5.542 | +| 1 | 64 point
(32 x 64) | 2 | 18.83% | 28 | 9.27% | 4 | 11% | 1144 | 370 | 0.699 | +| 1 | 128 point
(64 x 128) | 2 | 34.54% | 28 | 16.62% | 4 | 11% | 1144 | 370 | 0.768 | +| 1 | 256 point
(128 x 256) | 2 | 44.20% | 28 | 20.62% | 4 | 9% | 1144 | 370 | 0.807 | +| 1 | 512 point
(256 x 512) | 2 | 58.92% | 30 | 25.41% | 4 | 9% | 1144 | 370 | 0.865 | +| 1 | 2048 point
(1024 x 2048) | 2 | 79.00% | 42 | 23.53% | 6 | 8% | 1144 | 370 | 0.988 | +| 5 | 64 point
(32 x 64) | 10 | 18.67% | 140 | 9.47% | 20 | 7% | 5691 | 1823 | 1.574 | +| 5 | 128 point
(64 x 128) | 10 | 34.56% | 140 | 16.60% | 20 | 7% | 5691 | 1823 | 1.914 | +| 5 | 256 point
(128 x 256) | 10 | 44.25% | 140 | 20.61% | 20 | 7% | 5691 | 1823 | 2.314 | +| 5 | 512 point
(256 x 512) | 10 | 58.72% | 150 | 25.31% | 20 | 7% | 5691 | 1823 | 2.408 | +| 5 | 2048 point
(1024 x 2048) | 10 | 79.06% | 210 | 23.53% | 30 | 7% | 5691 | 1823 | 3.013 | +| 10 | 64 point
(32 x 64) | 20 | 18.67% | 280 | 9.20% | 40 | 6% | 11361 | 3606 | 2.675 | +| 10 | 128 point
(64 x 128) | 20 | 34.55% | 280 | 16.62% | 40 | 7% | 11361 | 3606 | 3.333 | +| 10 | 256 point
(128 x 256) | 20 | 44.18% | 280 | 20.59% | 40 | 7% | 11361 | 3606 | 3.740 | +| 10 | 512 point
(256 x 512) | 20 | 58.71% | 300 | 25.28% | 40 | 7% | 11361 | 3606 | 4.337 | +| 10 | 2048 point
(1024 x 2048) | 20 | 79.00% | 420 | 23.53% | 60 | 6% | 11361 | 3606 | 5.547 | ##### cfloat Design | Number of Instances | FFT Configuration | Number of Compute Cores | Vector Load | Number of Active Memory Banks | Mem R/W Rate | Active AI Engine Tiles | Interconnect Load | FF (Regs) | CLB LUTS | Dynamic Power
(in W) | |:----------------:|:----------------------------:|:-----------------------:|:-----------:|:-----------------------------:|:------------:|:----------------------:|:-----------------:|:---------:|:---------:|:-------------------------:| -| 1 | 64 point
(32 x 64) | 4 | 43.560% | 40 | 14.61% | 5 | 6% | 1136 | 363 | 0.840 | -| 1 | 128 point
(64 x 128) | 6 | 55.390% | 88 | 12.46% | 14 | 5% | 1136 | 363 | 1.170 | -| 1 | 256 point
(128 x 256) | 6 | 63.640% | 88 | 14.15% | 13 | 5% | 1136 | 363 | 1.190 | -| 1 | 512 point
(256 x 512) | 8 | 54.210% | 74 | 19.05% | 12 | 6% | 1136 | 363 | 1.252 | -| 1 | 2048 point
(1024 x 2048) | 8 | 65.840% | 130 | 12.93% | 22 | 5% | 1136 | 363 | 1.521 | -| 5 | 64 point
(32 x 64) | 20 | 43.560% | 200 | 14.61% | 36 | 6% | 5680 | 1838 | 2.422 | -| 5 | 128 point
(64 x 128) | 30 | 55.370% | 440 | 12.45% | 65 | 5% | 5680 | 1838 | 3.825 | -| 5 | 256 point
(128 x 256) | 30 | 63.610% | 440 | 14.14% | 64 | 5% | 5680 | 1838 | 4.032 | -| 5 | 512 point
(256 x 512) | 40 | 54.290% | 370 | 19.05% | 59 | 5% | 5680 | 1838 | 4.330 | -| 5 | 2048 point
(1024 x 2048) | 40 | 65.810% | 648 | 12.96% | 110 | 5% | 5680 | 1828 | 5.750 | -| 10 | 64 point
(32 x 64) | 40 | 43.560% | 400 | 14.61% | 63 | 6% | 11379 | 3657 | 4.187 | -| 10 | 128 point
(64 x 128) | 60 | 55.280% | 880 | 12.46% | 119 | 5% | 11379 | 3657 | 7.003 | -| 10 | 256 point
(128 x 256) | 60 | 63.510% | 880 | 14.13% | 123 | 5% | 11379 | 3657 | 7.492 | -| 10 | 512 point
(256 x 512) | 80 | 54.200% | 740 | 19.04% | 122 | 6% | 11379 | 3657 | 8.272 | -| 10 | 2048 point
(1024 x 2048) | 80 | 65.720% | 1278 | 13.14% | 273 | 9% | 11379 | 3657 | 12.268 | +| 1 | 64 point
(32 x 64) | 4 | 42.380% | 34 | 16.70% | 5 | 6% | 1136 | 363 | 0.836 | +| 1 | 128 point
(64 x 128) | 6 | 55.390% | 86 | 12.75% | 14 | 5% | 1136 | 363 | 1.150 | +| 1 | 256 point
(128 x 256) | 6 | 63.640% | 82 | 15.19% | 13 | 5% | 1136 | 363 | 1.192 | +| 1 | 512 point
(256 x 512) | 8 | 54.210% | 72 | 19.58% | 12 | 6% | 1136 | 363 | 1.274 | +| 1 | 2048 point
(1024 x 2048) | 8 | 65.290% | 108 | 15.55% | 22 | 5% | 1136 | 363 | 1.403 | +| 5 | 64 point
(32 x 64) | 20 | 43.370% | 170 | 16.70% | 36 | 6% | 5680 | 1838 | 2.215 | +| 5 | 128 point
(64 x 128) | 30 | 55.390% | 430 | 12.75% | 65 | 5% | 5680 | 1838 | 3.806 | +| 5 | 256 point
(128 x 256) | 30 | 63.620% | 410 | 15.18% | 64 | 5% | 5680 | 1838 | 3.990 | +| 5 | 512 point
(256 x 512) | 40 | 54.200% | 360 | 19.57% | 59 | 5% | 5680 | 1838 | 4.314 | +| 5 | 2048 point
(1024 x 2048) | 40 | 65.390% | 536 | 15.67% | 110 | 5% | 5680 | 1828 | 4.241 | +| 10 | 64 point
(32 x 64) | 40 | 42.370% | 340 | 16.70% | 63 | 6% | 11379 | 3657 | 3.916 | +| 10 | 128 point
(64 x 128) | 60 | 54.930% | 860 | 12.63% | 119 | 5% | 11379 | 3657 | 7.034 | +| 10 | 256 point
(128 x 256) | 60 | 63.500% | 820 | 15.15% | 123 | 5% | 11379 | 3657 | 7.410 | +| 10 | 512 point
(256 x 512) | 80 | 54.430% | 720 | 19.66% | 122 | 6% | 11379 | 3657 | 8.088 | +| 10 | 2048 point
(1024 x 2048) | 80 | 65.130% | 1070 | 15.69% | 273 | 9% | 11379 | 3657 | 11.202 | *Note: The vector load, Number of memory banks and Memory R/w Rate are measured from script based method and then imported the values manually in pdm to get the power. @@ -1227,14 +1227,14 @@ A summary of resource utilization and power for all variations is given in the f **cint16** | Number of Instances | FFT Configurations | XPE Load(in W) | HW Load(in W) | |:-----------------:|:--------------------------:|:--------------:|:-------------:| -| 10 | 512 point (256x512) | 5.384 | 4.0791 | -| 10 | 2048 point (1024x2048) | 6.612 | 4.484 | +| 10 | 512 point (256x512) | 4.337 | 4.084 | +| 10 | 2048 point (1024x2048) | 5.547 | 4.496 | **cfloat** | Number of Instances | FFT Configurations | XPE Load(in W) | HW Load(in W) | |:-----------------:|:--------------------------:|:--------------:|:-------------:| -| 10 | 512 point (256x512) | 9.32 | 6.946 | -| 10 | 2048 point (1024x2048) | 13.315 | 11.869 | +| 10 | 512 point (256x512) | 8.088 | 6.979 | +| 10 | 2048 point (1024x2048) | 11.202 | 11.768 |
@@ -1365,21 +1365,21 @@ A summary of performance per Watt for all variations is shown in the following t ##### cint16 Design | Number of Instances | FFT Configuration | Performance per Watt (in MSPS/Watt) | |:----------------:|:------------------------:|:-----------------------------------: | -| 1 | 64 point (32 x 64) | 808.141 | +| 1 | 64 point (32 x 64) | 809.2974 | | 1 | 128 point (64 x 128) | 648.626 | -| 1 | 256 point (128 x 256) | 604.805 | +| 1 | 256 point (128 x 256) | 604.056 | | 1 | 512 point (256 x 512) | 665.431 | -| 1 | 2048 point (1024 x 2048) | 630.524 | -| 5 | 64 point (32 x 64) | 1798.153 | +| 1 | 2048 point (1024 x 2048) | 629.248 | +| 5 | 64 point (32 x 64) | 1797.01 | | 5 | 128 point (64 x 128) | 1301.320 | -| 5 | 256 point (128 x 256) | 1154.164 | -| 5 | 512 point (256 x 512) | 1195.675 | -| 5 | 2048 point (1024 x 2048) | 1032.377 | -| 10 | 64 point (32 x 64) | 2118.722 | +| 5 | 256 point (128 x 256) | 1054.164 | +| 5 | 512 point (256 x 512) | 1195.178 | +| 5 | 2048 point (1024 x 2048) | 1031.692 | +| 10 | 64 point (32 x 64) | 2114.762 | | 10 | 128 point (64 x 128) | 1494.585 | | 10 | 256 point (128 x 256) | 1305.021 | -| 10 | 512 point (256 x 512) | 1328.405 | -| 10 | 2048 point (1024 x 2048) | 1121.185 | +| 10 | 512 point (256 x 512) | 1327.180 | +| 10 | 2048 point (1024 x 2048) | 1120.781 | ##### cfloat Design | Number of Instances | FFT Configuration | Performance per Watt (in MSPS/Watt) | |:----------------:|:------------------------:|:------------------------------------:| @@ -1388,12 +1388,12 @@ A summary of performance per Watt for all variations is shown in the following t | 1 | 256 point (128 x 256) | 432.856 | | 1 | 512 point (256 x 512) | 402.856 | | 1 | 2048 point (1024 x 2048) | 367.337 | -| 5 | 64 point (32 x 64) | 1171.093 | +| 5 | 64 point (32 x 64) | 1170.564 | | 5 | 128 point (64 x 128) | 680.154 | | 5 | 256 point (128 x 256) | 646.572 | | 5 | 512 point (256 x 512) | 594.852 | | 5 | 2048 point (1024 x 2048) | 607.610 | -| 10 | 64 point (32 x 64) | 1324.54 | +| 10 | 64 point (32 x 64) | 1324.208 | | 10 | 128 point (64 x 128) | 736.0448 | | 10 | 256 point (128 x 256) | 696.308 | | 10 | 512 point (256 x 512) | 634.567 | @@ -1412,39 +1412,39 @@ A consolidated summary of observations for all the point sizes and all the corre | FFT Configuration - Number of Instances | Aggregate Throughput
(in MSPS)| Average Latency
(in μs) | Number of Compute Cores | Vector Load | Number of Active Memory Banks | Mem R/W Rate | FF (Regs)| CLB LUTs | Dynamic Power
(in mW) | Performance per Watt
(in MSPS/Watt) | |:---------------------------------------:|:---------------------------------:|:---------------------------:|:-----------------------:|:-----------:|:-----------------------------:|:------------:|:--------:|:--------:|:-------------------------:|:---------------------------------------:| -| 64 point
(32 x 64)
- x1 | 565.698 | 12.656 | 2 | 18.81% | 28 | 9.23% | 1144 | 370 | 0.700 | 808.141 | -| 128 point
(64 x 128)
- x1 | 498.1453 | 23.020 | 2 | 34.55% | 28 | 16.61% | 1144 | 370 | 0.768 | 648.626 | -| 256 point
(128 x 256)
- x1 | 488.078 | 63.488 | 2 | 44.24% | 28 | 20.65% | 1144 | 370 | 0.807 | 604.805 | -| 512 point
(256 x 512)
- x1 | 575.579 | 228.675 | 2 | 58.60% | 30 | 25.29% | 1144 | 370 | 0.865 | 665.431 | -| 2048 point
(1024 x 2048)
- x1 | 621.697 | 3544.131 | 2 | 78.49% | 42 | 23.42% | 1144 | 370 | 0.986 | 630.524 | -| 64 point
(32 x 64)
- x5 | 2828.495 | 12.656 | 10 | 18.65% | 140 | 9.17% | 5691 | 1823 | 1.573 | 1798.153 | -| 128 point
(64 x 128)
- x5 | 2490.727 | 23.020 | 10 | 34.54% | 140 | 16.60% | 5691 | 1823 | 1.914 | 1301.320 | +| 64 point
(32 x 64)
- x1 | 565.698 | 12.656 | 2 | 18.83% | 28 | 9.27% | 1144 | 370 | 0.699 | 808.141 | +| 128 point
(64 x 128)
- x1 | 498.1453 | 23.020 | 2 | 34.54% | 28 | 16.62% | 1144 | 370 | 0.768 | 648.626 | +| 256 point
(128 x 256)
- x1 | 488.078 | 63.488 | 2 | 44.20% | 28 | 20.62% | 1144 | 370 | 0.808 | 604.805 | +| 512 point
(256 x 512)
- x1 | 575.579 | 228.675 | 2 | 58.92% | 30 | 25.41% | 1144 | 370 | 0.868 | 665.431 | +| 2048 point
(1024 x 2048)
- x1 | 621.697 | 3544.131 | 2 | 79.00% | 42 | 23.53% | 1144 | 370 | 0.988 | 630.524 | +| 64 point
(32 x 64)
- x5 | 2828.495 | 12.656 | 10 | 18.67% | 140 | 9.20% | 5691 | 1823 | 1.574 | 1798.153 | +| 128 point
(64 x 128)
- x5 | 2490.727 | 23.020 | 10 | 34.56% | 140 | 16.60% | 5691 | 1823 | 1.914 | 1301.320 | | 256 point
(128 x 256)
- x5 | 2440.390 | 63.488 | 10 | 44.25% | 140 | 20.61% | 5691 | 1823 | 2.315 | 1054.164 | -| 512 point
(256 x 512)
- x5 | 2877.990 | 228.675 | 10 | 58.32% | 150 | 25.16% | 5691 | 1823 | 2.407 | 1195.675 | -| 2048 point
(1024 x 2048)
- x5 | 3108.487 | 3544.131 | 10 | 78.58% | 210 | 23.44% | 5691 | 1823 | 3.011 | 1032.377 | -| 64 point
(32 x 64)
- x10 | 5656.989 | 12.656 | 20 | 18.64% | 280 | 9.16% | 11361 | 3606 | 2.670 | 2118.722 | -| 128 point
(64 x 128)
- x10 | 4981.453 | 23.020 | 20 | 34.54% | 280 | 16.62% | 11361 | 3606 | 3.333 | 1494.585 | -| 256 point
(128 x 256)
- x10 | 4880.780 | 63.488 | 20 | 44.19% | 280 | 20.60% | 11361 | 3606 | 3.740 | 1305.021 | -| 512 point
(256 x 512)
- x10 | 5755.979 | 228.675 | 20 | 58.34% | 300 | 25.15% | 11361 | 3606 | 4.333 | 1328.405 | -| 2048 point
(1024 x 2048)
- x10 | 6216.973 | 3544.131 | 20 | 78.50% | 420 | 23.42% | 11361 | 3606 | 5.545 | 1121.185 | +| 512 point
(256 x 512)
- x5 | 2877.990 | 228.675 | 10 | 58.72% | 150 | 25.31% | 5691 | 1823 | 2.408 | 1195.675 | +| 2048 point
(1024 x 2048)
- x5 | 3108.487 | 3544.131 | 10 | 79.06% | 210 | 23.53% | 5691 | 1823 | 3.013 | 1032.377 | +| 64 point
(32 x 64)
- x10 | 5656.989 | 12.656 | 20 | 18.67% | 280 | 9.20% | 11361 | 3606 | 2.675 | 2118.722 | +| 128 point
(64 x 128)
- x10 | 4981.453 | 23.020 | 20 | 34.55% | 280 | 16.62% | 11361 | 3606 | 3.333 | 1494.585 | +| 256 point
(128 x 256)
- x10 | 4880.780 | 63.488 | 20 | 44.17% | 280 | 20.59% | 11361 | 3606 | 3.740 | 1305.021 | +| 512 point
(256 x 512)
- x10 | 5755.979 | 228.675 | 20 | 58.71% | 300 | 25.28% | 11361 | 3606 | 4.337 | 1328.405 | +| 2048 point
(1024 x 2048)
- x10 | 6216.973 | 3544.131 | 20 | 79.00% | 420 | 23.53% | 11361 | 3606 | 5.547 | 1121.185 | ##### cfloat Design | FFT Configuration - Number of Instances | Aggregate Throughput
(in MSPS) | Average Latency
(in μs) | Number of Compute Cores | Vector Load | Number of Active Memory Banks | Mem R/W Rate | FF (Regs)| CLB LUTs | Dynamic Power
(in mW) | Performance per Watt
(in MSPS/Watt) | |:---------------------------------------:|:----------------------------------:|:---------------------------:|:--------------------:|:-----------:|:--------------------------:|:------------:|:--------:|:--------:|:-------------------------:|:---------------------------------------:| -| 64 point
(32 x 64)
- x1 | 518.559 | 22.208 | 4 | 42.00% | 34 | 16.55% |1136 | 363 | 0.835 |621.029 | +| 64 point
(32 x 64)
- x1 | 518.559 | 22.208 | 4 | 42.38% | 34 | 16.70% |1136 | 363 | 0.836 |621.029 | | 128 point
(64 x 128)
- x1 | 517.733 | 45.328 | 6 | 55.390% | 86 | 12.75% |1136 | 363 | 1.150 |450.203 | | 256 point
(128 x 256)
- x1 | 515.964 | 94.608 | 6 | 63.640% | 82 | 15.19% |1136 | 363 | 1.192 |432.856 | | 512 point
(256 x 512)
- x1 | 513.238 | 272.108 | 8 | 54.210% | 72 | 19.58% |1136 | 363 | 1.274 |402.856 | | 2048 point
(1024 x 2048)
- x1 | 515.375 | 4235.414 | 8 | 65.290% | 108 | 15.55% |1136 | 363 | 1.403 |367.337 | -| 64 point
(32 x 64)
- x5 | 2592.799 | 22.208 | 20 | 42.00% | 170 | 16.55% |5680 | 1826 | 2.214 |1171.093 | +| 64 point
(32 x 64)
- x5 | 2592.799 | 22.208 | 20 | 42.37% | 170 | 16.70% |5680 | 1826 | 2.215 |1171.093 | | 128 point
(64 x 128)
- x5 | 2588.670 | 45.328 | 30 | 55.390% | 430 | 12.75% |5680 | 1826 | 3.806 |680.154 | | 256 point
(128 x 256)
- x5 | 2579.824 | 94.608 | 30 | 63.620% | 410 | 15.18% |5680 | 1826 | 3.990 |646.572 | | 512 point
(256 x 512)
- x5 | 2566.193 | 272.108 | 40 | 54.200% | 360 | 19.57% |5680 | 1826 | 4.314 |594.852 | -| 2048 point
(1024 x 2048)
- x5 | 2576.876 | 4235.414 | 40 | 65.330% | 536 | 15.67% |5680 | 1826 | 4.241 |607.610 | -| 64 point
(32 x 64)
- x10 | 5185.597 | 22.208 | 40 | 42.00% | 340 | 16.55% |11379 | 3657 | 3.915 |1324.54 | +| 2048 point
(1024 x 2048)
- x5 | 2576.876 | 4235.414 | 40 | 65.390% | 536 | 15.67% |5680 | 1826 | 4.241 |607.610 | +| 64 point
(32 x 64)
- x10 | 5185.597 | 22.208 | 40 | 42.37% | 340 | 16.70% |11379 | 3657 | 3.916 |1324.54 | | 128 point
(64 x 128)
- x10 | 5177.339 | 45.328 | 60 | 54.930% | 860 | 12.63% |11379 | 3657 | 7.034 |736.044 | -| 256 point
(128 x 256)
- x10 | 5159.648 | 94.608 | 60 | 63.520% | 820 | 15.16% |11379 | 3657 | 7.410 |696.308 | -| 512 point
(256 x 512)
- x10 | 5132.385 | 272.108 | 80 | 54.210% | 720 | 19.58% |11379 | 3657 | 8.088 |634.567 | +| 256 point
(128 x 256)
- x10 | 5159.648 | 94.608 | 60 | 63.500% | 820 | 15.15% |11379 | 3657 | 7.410 |696.308 | +| 512 point
(256 x 512)
- x10 | 5132.385 | 272.108 | 80 | 54.430% | 720 | 19.66% |11379 | 3657 | 8.088 |634.567 | | 2048 point
(1024 x 2048)
- x10 | 5153.751 | 4235.414 | 80 | 65.130% | 1070 | 15.69% |11379 | 3657 | 11.202 |460.074 | These observations show that with the increase in the FFT point size, the window buffer size used in the AI Engines increases, and with that, the throughput increases. Increasing the `TP_WINDOW_VSIZE` parameter in the FFT AI Engine graph can further increase the throughput, especially for the lower point sizes. Still, the AI Engine mapper/router could encounter issues due to the higher memory requirement. diff --git a/AI_Engine_Development/AIE/Design_Tutorials/06-fft2d_AIEvsHLS/AIE/description.json b/AI_Engine_Development/AIE/Design_Tutorials/06-fft2d_AIEvsHLS/AIE/description.json index 9718c0e0f2..436adb86d6 100755 --- a/AI_Engine_Development/AIE/Design_Tutorials/06-fft2d_AIEvsHLS/AIE/description.json +++ b/AI_Engine_Development/AIE/Design_Tutorials/06-fft2d_AIEvsHLS/AIE/description.json @@ -13,8 +13,7 @@ "pre_exec": "./env_setup_versal.sh" }, "board": { - "pre_exec": "./env_setup_versal.sh", - "post_exec": "./addon/copy_perf_files.sh" + "pre_exec": "./env_setup_versal.sh" } }, "user": { @@ -51,7 +50,6 @@ "all": "run", "hw": "sd_card" }, - "custom_board_target": "run_test", - "customized_params": "multi_params.json" + "custom_board_target": "run_test" } } diff --git a/AI_Engine_Development/AIE/Design_Tutorials/06-fft2d_AIEvsHLS/AIE/sample_env_setup.sh b/AI_Engine_Development/AIE/Design_Tutorials/06-fft2d_AIEvsHLS/AIE/sample_env_setup.sh index a60aada818..ea3ba579d6 100755 --- a/AI_Engine_Development/AIE/Design_Tutorials/06-fft2d_AIEvsHLS/AIE/sample_env_setup.sh +++ b/AI_Engine_Development/AIE/Design_Tutorials/06-fft2d_AIEvsHLS/AIE/sample_env_setup.sh @@ -6,9 +6,9 @@ # ======================================================= # Set Platform ,Vitis and Versal Image repo # ======================================================= -export PLATFORM_REPO_PATHS= -export XILINX_VITIS = /2025.1 -export COMMON_IMAGE_VERSAL= +export PLATFORM_REPO_PATHS= +export XILINX_VITIS = /2025.2 +export COMMON_IMAGE_VERSAL= # ==================================================== # Source Versal Image ,Vitis and Aietools # ==================================================== @@ -22,7 +22,7 @@ export DSPLIB_VITIS= # ========================================================= # Platform Selection... # ========================================================= -tgt_plat=xilinx_vck190_base_202510_1 +tgt_plat=xilinx_vck190_base_202520_1 export PLATFORM=$PLATFORM_REPO_PATHS/$tgt_plat/$tgt_plat\.xpfm # ========================================================== # Validating Tool Installation diff --git a/AI_Engine_Development/AIE/Design_Tutorials/06-fft2d_AIEvsHLS/HLS/README.md b/AI_Engine_Development/AIE/Design_Tutorials/06-fft2d_AIEvsHLS/HLS/README.md index 7dea65c448..5edea15ffb 100644 --- a/AI_Engine_Development/AIE/Design_Tutorials/06-fft2d_AIEvsHLS/HLS/README.md +++ b/AI_Engine_Development/AIE/Design_Tutorials/06-fft2d_AIEvsHLS/HLS/README.md @@ -13,7 +13,7 @@ -# 2025.1 Versal 2D-FFT Implementation Using Vitis Acceleration Library Tutorial (XD073) +# 2025.2 Versal 2D-FFT Implementation Using Vitis Acceleration Library Tutorial (XD073) ## HLS Implementation @@ -123,7 +123,7 @@ Each `make` step to build the design is specified in the following sections. The ### make kernels: Compile PL Kernels -In this step, the Vitis compiler takes any V++ kernels (RTL or HLS C) in the PL region of the target platform (`xilinx_vck190_base_202510_1`) and the HLS kernels and compiles them into their respective XO files. The following commands compile the kernels ( `TARGET=hw_emu`, `FFT_2D_INSTS=1`, `ITER_CNT=16`, `FFT_2D_DT=0`, and `FFT_2D_PT=2048`). +In this step, the Vitis compiler takes any V++ kernels (RTL or HLS C) in the PL region of the target platform (`xilinx_vck190_base_202520_1`) and the HLS kernels and compiles them into their respective XO files. The following commands compile the kernels ( `TARGET=hw_emu`, `FFT_2D_INSTS=1`, `ITER_CNT=16`, `FFT_2D_DT=0`, and `FFT_2D_PT=2048`). ``` make kernels @@ -138,7 +138,7 @@ cd $(BUILD_TARGET_DIR); \ v++ --target hw_emu --hls.pre_tcl $$(DIRECTIVES_REPO)/hls_pre.tcl \ --hls.clock 500000000:fft_2d -D MAT_ROWS=1024 -D MAT_COLS=2048 -D FFT_2D_DT=0 \ - --platform xilinx_vck190_base_202510_1 --save-temps --temp_dir $(BUILD_TARGET_DIR)/_x \ + --platform xilinx_vck190_base_202520_1 --save-temps --temp_dir $(BUILD_TARGET_DIR)/_x \ --verbose -g -c -k fft_2d $(DESIGN_REPO)/pl_src/fft_2d.cpp -o $(BUILD_TARGET_DIR)/fft_2d.hw_emu.xo ``` @@ -149,7 +149,7 @@ mkdir -p $(BUILD_TARGET_DIR); \ cd $(BUILD_TARGET_DIR); \ -v++ --target hw_emu --hls.clock 250000000:dma_hls --platform xilinx_vck190_base_202510_1 \ +v++ --target hw_emu --hls.clock 250000000:dma_hls --platform xilinx_vck190_base_202520_1 \ --save-temps --temp_dir $(BUILD_TARGET_DIR)/_x --verbose -g -c -k dma_hls -D FFT_2D_DT=0 \ $(DESIGN_REPO)/pl_src/dma_hls.cpp -o $(BUILD_TARGET_DIR)/dma_hls.hw_emu.xo ``` @@ -203,7 +203,7 @@ The expanded command is as follows: ``` cd $(BUILD_TARGET_DIR); \ -v++ -l --platform xilinx_vck190_base_202510_1 --save-temps --temp_dir $(BUILD_TARGET_DIR)/_x \ +v++ -l --platform xilinx_vck190_base_202520_1 --save-temps --temp_dir $(BUILD_TARGET_DIR)/_x \ --verbose -g --clock.freqHz 500000000:fft_2d_0 --clock.freqHz 250000000:dma_hls_0 --clock.defaultTolerance 0.001 \ --advanced.param compiler.userPostSysLinkOverlayTcl=$(DIRECTIVES_REPO)/cdc_async.tcl \ --config $(SYSTEM_CONFIGS_REPO)/x1.cfg --vivado.prop fileset.sim_1.xsim.simulate.log_all_signals=true \ @@ -369,7 +369,7 @@ or cp $(PROJECT_REPO)/run_script.sh $(BUILD_TARGET_DIR)/ cd $(BUILD_TARGET_DIR); \ -v++ -p -t hw --save-temps --temp_dir $(BUILD_TARGET_DIR)/_x -f xilinx_vck190_base_202510_1 \ +v++ -p -t hw --save-temps --temp_dir $(BUILD_TARGET_DIR)/_x -f xilinx_vck190_base_202520_1 \ --package.rootfs $(XLNX_VERSAL)/rootfs.ext4 --package.kernel_image $(XLNX_VERSAL)/Image --package.boot_mode=sd \ --package.out_dir $(BUILD_TARGET_DIR)/package --package.image_format=ext4 --package.sd_file $(BUILD_TARGET_DIR)/fft_2d_hls_xrt.elf \ $(BUILD_TARGET_DIR)/vck190_hls_fft_2d.hw.xsa @@ -441,7 +441,7 @@ and do: When hardware emulation is launched, you see the QEMU simulator load. Wait for the autoboot countdown to go to zero. After a few minutes, the root Linux prompt comes up: ```bash -root@versal-rootfs-common-2025_1:~# +root@versal-rootfs-common-2025_2:~# ``` After the root prompt comes up, run the following commands to run the design: @@ -520,7 +520,7 @@ Transmit delay: 0 msec/char 0 msec/line **Step 7.** Power on the board. -**Step 8.** Wait until you see the `root@versal-rootfs-common-2025.1` Linux command prompt. Press enter a few times to get past any `xinit` errors. +**Step 8.** Wait until you see the `root@versal-rootfs-common-2025.2` Linux command prompt. Press enter a few times to get past any `xinit` errors. **Step 9.** Run the following commands in the TeraTerm terminal: diff --git a/AI_Engine_Development/AIE/Design_Tutorials/06-fft2d_AIEvsHLS/HLS/description.json b/AI_Engine_Development/AIE/Design_Tutorials/06-fft2d_AIEvsHLS/HLS/description.json index 93e8604cfb..8467444eef 100755 --- a/AI_Engine_Development/AIE/Design_Tutorials/06-fft2d_AIEvsHLS/HLS/description.json +++ b/AI_Engine_Development/AIE/Design_Tutorials/06-fft2d_AIEvsHLS/HLS/description.json @@ -13,8 +13,7 @@ "pre_exec": "./env_setup_versal.sh" }, "board": { - "pre_exec": "./env_setup_versal.sh", - "post_exec": "./addon/copy_perf_files.sh" + "pre_exec": "./env_setup_versal.sh" } }, "user": { @@ -51,7 +50,6 @@ "all": "run", "hw": "sd_card" }, - "custom_board_target": "run_test", - "customized_params": "multi_params.json" + "custom_board_target": "run_test" } } diff --git a/AI_Engine_Development/AIE/Design_Tutorials/06-fft2d_AIEvsHLS/HLS/sample_env_setup.sh b/AI_Engine_Development/AIE/Design_Tutorials/06-fft2d_AIEvsHLS/HLS/sample_env_setup.sh index c3ecfde2d6..8a3fc02cac 100755 --- a/AI_Engine_Development/AIE/Design_Tutorials/06-fft2d_AIEvsHLS/HLS/sample_env_setup.sh +++ b/AI_Engine_Development/AIE/Design_Tutorials/06-fft2d_AIEvsHLS/HLS/sample_env_setup.sh @@ -6,9 +6,9 @@ # ======================================================= # Set Platform ,Vitis and Versal Image repo # ======================================================= -export PLATFORM_REPO_PATHS= -export XILINX_VITIS = /2025.1 -export COMMON_IMAGE_VERSAL= +export PLATFORM_REPO_PATHS= +export XILINX_VITIS = /2025.2 +export COMMON_IMAGE_VERSAL= # ==================================================== # Source Versal Image ,Vitis and Aietools # ==================================================== @@ -19,7 +19,7 @@ source $XILINX_VITIS/settings64.sh # ========================================================= # Platform Selection... # ========================================================= -tgt_plat=xilinx_vck190_base_202510_1 +tgt_plat=xilinx_vck190_base_202520_1 export PLATFORM=$PLATFORM_REPO_PATHS/$tgt_plat/$tgt_plat\.xpfm # ========================================================== # Validating Tool Installation diff --git a/AI_Engine_Development/AIE/Design_Tutorials/06-fft2d_AIEvsHLS/README.md b/AI_Engine_Development/AIE/Design_Tutorials/06-fft2d_AIEvsHLS/README.md index 583285c35d..78bc36cceb 100644 --- a/AI_Engine_Development/AIE/Design_Tutorials/06-fft2d_AIEvsHLS/README.md +++ b/AI_Engine_Development/AIE/Design_Tutorials/06-fft2d_AIEvsHLS/README.md @@ -15,7 +15,7 @@ # Versal 2D-FFT Implementation Using Vitis Acceleration Library Tutorial (XD073) -***Version: Vitis 2025.1*** +***Version: Vitis 2025.2*** ## Table of Contents @@ -146,7 +146,7 @@ fft2d_AIEvsHLS * [AM011 AI Engine Architecture Manual](https://docs.amd.com/r/en-US/am011-versal-acap-trm) -* [Versal ACAP AI Engines for Dummies](https://forums.xilinx.com/t5/Design-and-Debug-Techniques-Blog/Versal-ACAP-AI-Engines-for-Dummies/ba-p/1132493) +* [Versal adaptive SoC AI Engines for Dummies](https://forums.xilinx.com/t5/Design-and-Debug-Techniques-Blog/Versal-ACAP-AI-Engines-for-Dummies/ba-p/1132493) @@ -203,8 +203,8 @@ The script sets up the environment variables and sources scripts explained below 1. The `PLATFORM_REPO_PATHS` environment variable is based on where you downloaded the platform. 2. The `XILINX_TOOLS_LOCATION` path to the Xilinx tools is used to source the `settings64.sh` script. -3. The `XLNX_VERSAL` path to the `xilinx-versal-common-v2025.1` directory is used in the step below. -4. The platform is set up by running the `xilinx-versal-common-v2025.1/environment-setup-cortexa72-cortexa53-amd-linux` script as provided in the platform download. This script sets up the `SDKTARGETSYSROOT` and `CXX` variables. If the script is not present, you _must_ run the `xilinx-versal-common-v2025.1/sdk.sh` script. +3. The `XLNX_VERSAL` path to the `xilinx-versal-common-v2025.2` directory is used in the step below. +4. The platform is set up by running the `xilinx-versal-common-v2025.2/environment-setup-cortexa72-cortexa53-amd-linux` script as provided in the platform download. This script sets up the `SDKTARGETSYSROOT` and `CXX` variables. If the script is not present, you _must_ run the `xilinx-versal-common-v2025.2/sdk.sh` script. 5. `DSPLIB_ROOT` is the path to the downloaded Vitis DSP Libraries. This is only required for the AI Engine implementation. 6. In the script, you can optionally set up an `XRT_ROOT` environment variable, pointing to XRT - RPMs, which can be packaged in the Vitis compiler packaging step. If not set up, this environment variable is automatically excluded from packaging. 7. The script also sets up the `PLATFORM` variable pointing to the required `.xpfm` file of the target platform set by the variable `tgt_plat`. @@ -232,7 +232,7 @@ platforminfo --list | grep -m 1 -A 9 vck190 The output of the above command should be as follows: ```bash - "baseName": "xilinx_vck190_base_202510_1", + "baseName": "xilinx_vck190_base_202520_1", "version": "1.0", "type": "sdsoc", "dataCenter": "false", @@ -258,7 +258,7 @@ The following table compares a 1024 x 2048 point 10-instance FFT-2D design imple | Design Target | Aggregate Throughput
(in MSPS) | Average Latency (in μs) | AIE Vector Cores | AIE Vector Load | Active Mem Banks /
Mem R/W Rate | Active AIE Tiles | FF (Regs) /
CLB LUTs | BRAMs | DSPs | Dynamic Power
(in W) | Performance per Watt
(in MSPS/Watt) | |:-------------:|:----------------------------------:|:-----------------------:|:----------------:|:---------------:|:------------------------------------:|:----------------:|:-------------------------:|:-----:|:----:|:-------------------------:|:---------------------------------------:| -| AIE | 6216.973 | 3537.296 | 20 | 78.47% | 420 /
44% | 60 | 11360 /
3647 | 0 | 0 | 5.545 | 1121.185 | +| AIE | 6216.973 | 3537.296 | 20 | 79.00% | 420 /
44% | 60 | 11360 /
3647 | 0 | 0 | 5.547 | 1121.185 | | HLS | 6277.483 | 4211.296 | NA | NA | NA | NA | 88447 /
56429 | 250 | 180 | 6.819 | 920.587051 | These observations give a clear indication of where the AI Engines in Versal can offer improvements: diff --git a/AI_Engine_Development/AIE/Design_Tutorials/07-firFilter_AIEvsHLS/AIE/Makefile b/AI_Engine_Development/AIE/Design_Tutorials/07-firFilter_AIEvsHLS/AIE/Makefile index 8bc03be46e..464ab3a898 100755 --- a/AI_Engine_Development/AIE/Design_Tutorials/07-firFilter_AIEvsHLS/AIE/Makefile +++ b/AI_Engine_Development/AIE/Design_Tutorials/07-firFilter_AIEvsHLS/AIE/Makefile @@ -326,8 +326,8 @@ ifeq ($(EN_TRACE),1) ifeq ($(TARGET),hw) VPP_LINK_FLAGS += --profile.trace_memory DDR VPP_LINK_FLAGS += --profile.data $(DATAMOVER_KERNEL_NAME):$(DATAMOVER_KERNEL_NAME)_0:all - VPP_LINK_FLAGS += --profile.data ai_engine_0.DataIn - VPP_LINK_FLAGS += --profile.data ai_engine_0.DataOut + VPP_LINK_FLAGS += --profile.aie ai_engine_0.DataIn + VPP_LINK_FLAGS += --profile.aie ai_engine_0.DataOut endif endif @@ -439,7 +439,7 @@ aiesim: graph aiesim_profile: graph cd $(BUILD_TARGET_DIR); \ - aiesimulator $(AIE_SIM_FLAGS)--profile 2>&1 | tee -a aiesim.log + aiesimulator $(AIE_SIM_FLAGS) --profile 2>&1 | tee -a aiesim.log @echo "" @echo "AIE Simulation, With Profiling, Complete..." @echo "####################################" diff --git a/AI_Engine_Development/AIE/Design_Tutorials/07-firFilter_AIEvsHLS/AIE/README.md b/AI_Engine_Development/AIE/Design_Tutorials/07-firFilter_AIEvsHLS/AIE/README.md index f601c1ea50..a7ac70c1e2 100755 --- a/AI_Engine_Development/AIE/Design_Tutorials/07-firFilter_AIEvsHLS/AIE/README.md +++ b/AI_Engine_Development/AIE/Design_Tutorials/07-firFilter_AIEvsHLS/AIE/README.md @@ -139,7 +139,7 @@ The individual make steps to build the design with the options applied to them a make kernels: Compile PL Kernels ### make kernels: Compile PL Kernels -In this step, the Vitis compiler uses any kernels (RTL or HLS C) in the PL region of the target platform (`xilinx_vck190_base_202510_1`) and compiles them into their respective XO files. +In this step, the Vitis compiler uses any kernels (RTL or HLS C) in the PL region of the target platform (`xilinx_vck190_base_202520_1`) and compiles them into their respective XO files. The following command compiles the kernels (default TARGET=hw_emu, N_FIR_FILTERS=1, N_FIR_TAPS=15, FIR_WINDOW_SIZE=256, EN_TRACE=0): @@ -157,7 +157,7 @@ v++ --target hw_emu \ --hls.clock 300000000:datamover \ -D N_FIR_TAPS=$(N_FIR_TAPS) \ -D N_FIR_FILTERS=$(N_FIR_FILTERS) \ - --platform xilinx_vck190_base_202510_1 \ + --platform xilinx_vck190_base_202520_1 \ --save-temps \ --temp_dir build/fir_$(N_FIR_TAPS)_taps/x$(N_FIR_FILTERS)_firs/winSz_$(FIR_WINDOW_SIZE)/x$(N_AIE_PER_FIR)_aie_per_fir/hw_emu/_x \ --verbose \ @@ -215,7 +215,7 @@ aiecompiler -include=$(DSPLIB_ROOT)/L1/src/aie \ -include=$(DSPLIB_ROOT)/L1/include/aie \ -include=$(DSPLIB_ROOT)/L2/include/aie \ -include=design/aie_src \ - --platform=$(PLATFORM_REPO_PATHS)/xilinx_vck190_base_202510_1/xilinx_vck190_base_202510_1.xpfm \ + --platform=$(PLATFORM_REPO_PATHS)/xilinx_vck190_base_202520_1/xilinx_vck190_base_202520_1.xpfm \ --workdir=Work \ --Xpreproc="-DITER_CNT=$(ITER_CNT)" \ --Xpreproc="-DN_FIR_FILTERS=$(N_FIR_FILTERS)" \ @@ -277,7 +277,7 @@ The expanded command is as follows: cd build/fir_$(N_FIR_TAPS)_taps/x$(N_FIR_FILTERS)_firs/winSz_$(FIR_WINDOW_SIZE)/x$(N_AIE_PER_FIR)_aie_per_fir/hw_emu v++ -l \ - --platform xilinx_vck190_base_202510_1 \ + --platform xilinx_vck190_base_202520_1 \ --save-temps \ --temp_dir build/fir_$(N_FIR_TAPS)_taps/x$(N_FIR_FILTERS)_firs/winSz_$(FIR_WINDOW_SIZE)/x$(N_AIE_PER_FIR)_aie_per_fir/hw_emu/_x \ --verbose \ @@ -461,7 +461,7 @@ v++ -p \ -t hw_emu \ --save-temps \ --temp_dir build/fir_$(N_FIR_TAPS)_taps/x$(N_FIR_FILTERS)_firs/winSz_$(FIR_WINDOW_SIZE)/x$(N_AIE_PER_FIR)_aie_per_fir/hw_emu/_x \ - -f xilinx_vck190_base_202510_1 \ + -f xilinx_vck190_base_202520_1 \ --package.sd_dir $(XRT_ROOT) \ --package.rootfs $(COMMON_IMAGE_VERSAL)/rootfs.ext4 \ --package.kernel_image $(COMMON_IMAGE_VERSAL)/Image \ @@ -530,12 +530,12 @@ cd build/fir_$(N_FIR_TAPS)_taps/x$(N_FIR_FILTERS)_firs/winSz_$(FIR_WINDOW_SIZE)/ ``` When launched, the QEMU simulator loads. Wait for the autoboot countdown to go to zero, and after a few minutes, you will see the root Linux prompt comes up. ```bash -root@versal-rootfs-common-2025_1:~# +root@versal-rootfs-common-2025_2:~# ``` In some cases, the following error might come up on the screen: ``` -root@versal-rootfs-common-2025_1:~## xinit: giving up +root@versal-rootfs-common-2025_2:~## xinit: giving up xinit: unable to connect to X server: Connection refused xinit: server error Enabling notebook extension jupyter-js-widgets/extension... @@ -619,7 +619,7 @@ Transmit delay: 0 msec/char 0 msec/line **Step 7.** Power ON the board. -**Step 8.** Wait until you see the `root@versal-rootfs-common-2025_1` Linux command prompt. Press enter a few times to get past any `xinit` errors. +**Step 8.** Wait until you see the `root@versal-rootfs-common-2025_2` Linux command prompt. Press enter a few times to get past any `xinit` errors. **Step 9.** Run the following commands into the TeraTerm terminal: ``` diff --git a/AI_Engine_Development/AIE/Design_Tutorials/07-firFilter_AIEvsHLS/AIE/description.json b/AI_Engine_Development/AIE/Design_Tutorials/07-firFilter_AIEvsHLS/AIE/description.json index db2306901f..1bacfbdd10 100755 --- a/AI_Engine_Development/AIE/Design_Tutorials/07-firFilter_AIEvsHLS/AIE/description.json +++ b/AI_Engine_Development/AIE/Design_Tutorials/07-firFilter_AIEvsHLS/AIE/description.json @@ -13,8 +13,7 @@ "pre_exec": "./env_setup_versal.sh" }, "board": { - "pre_exec": "./env_setup_versal.sh", - "post_exec": "./addon/copy_perf_files.sh" + "pre_exec": "./env_setup_versal.sh" } }, "user": { @@ -51,7 +50,6 @@ "all": "run", "hw": "sd_card" }, - "custom_board_target": "run_test", - "customized_params": "multi_params.json" + "custom_board_target": "run_test" } } diff --git a/AI_Engine_Development/AIE/Design_Tutorials/07-firFilter_AIEvsHLS/AIE/sample_env_setup.sh b/AI_Engine_Development/AIE/Design_Tutorials/07-firFilter_AIEvsHLS/AIE/sample_env_setup.sh index 3eac35cbef..887ad5548c 100755 --- a/AI_Engine_Development/AIE/Design_Tutorials/07-firFilter_AIEvsHLS/AIE/sample_env_setup.sh +++ b/AI_Engine_Development/AIE/Design_Tutorials/07-firFilter_AIEvsHLS/AIE/sample_env_setup.sh @@ -5,9 +5,9 @@ # Set Platform ,Vitis and Versal Image repo # ======================================================= -export PLATFORM_REPO_PATHS= -export XILINX_VITIS = /2025.1 -export COMMON_IMAGE_VERSAL= +export PLATFORM_REPO_PATHS= +export XILINX_VITIS = /2025.2 +export COMMON_IMAGE_VERSAL= # ==================================================== # Source Versal Image ,Vitis and Aietools # ==================================================== @@ -21,7 +21,7 @@ export DSPLIB_VITIS= # ========================================================= # Platform Selection... # ========================================================= -tgt_plat=xilinx_vck190_base_202510_1 +tgt_plat=xilinx_vck190_base_202520_1 export PLATFORM=$PLATFORM_REPO_PATHS/$tgt_plat/$tgt_plat\.xpfm # ========================================================== # Validating Tool Installation diff --git a/AI_Engine_Development/AIE/Design_Tutorials/07-firFilter_AIEvsHLS/HLS/Makefile b/AI_Engine_Development/AIE/Design_Tutorials/07-firFilter_AIEvsHLS/HLS/Makefile index 0d3d2db468..33337b9925 100755 --- a/AI_Engine_Development/AIE/Design_Tutorials/07-firFilter_AIEvsHLS/HLS/Makefile +++ b/AI_Engine_Development/AIE/Design_Tutorials/07-firFilter_AIEvsHLS/HLS/Makefile @@ -360,7 +360,7 @@ VPP_LINK_FLAGS += --advanced.param compiler.userPostSysLinkOverlayTcl=$(DIRECTIV ##VPP_LINK_FLAGS += --vivado.impl.lsf '{bsub -R "select[type=X86_64] rusage[mem=65536]" -N -q medium}' #VPP_LINK_FLAGS += --advanced.param "compiler.enableMultiStrategies=1" #VPP_LINK_FLAGS += --advanced.param "compiler.multiStrategiesWaitOnAllRuns=1" -VPP_LINK_FLAGS += --vivado.synth.jobs 32 +VPP_LINK_FLAGS += --vivado.synth.jobs 8 VPP_LINK_FLAGS += --vivado.impl.jobs 8 # ========================================================= diff --git a/AI_Engine_Development/AIE/Design_Tutorials/07-firFilter_AIEvsHLS/HLS/README.md b/AI_Engine_Development/AIE/Design_Tutorials/07-firFilter_AIEvsHLS/HLS/README.md index d76b8bf5ba..84c6949361 100755 --- a/AI_Engine_Development/AIE/Design_Tutorials/07-firFilter_AIEvsHLS/HLS/README.md +++ b/AI_Engine_Development/AIE/Design_Tutorials/07-firFilter_AIEvsHLS/HLS/README.md @@ -118,7 +118,7 @@ The individual make steps to build the design with the options that applied to t make kernels: Compile PL Kernels ### make kernels: Compile PL Kernels -In this step, the Vitis compiler takes any kernels (RTL or HLS C) in the PL region of the target platform (`xilinx_vck190_base_202510_1`) and compiles them into their respective XO files. +In this step, the Vitis compiler takes any kernels (RTL or HLS C) in the PL region of the target platform (`xilinx_vck190_base_202520_1`) and compiles them into their respective XO files. The following commands compiles the kernels (default TARGET=hw_emu, N_FIR_FILTERS=1, N_FIR_TAPS=15, EN_TRACE=0): @@ -137,7 +137,7 @@ v++ --target hw_emu \ --hls.clock 500000000:fir_hls \ -D N_FIR_FILTERS=$(N_FIR_FILTERS) \ -D N_FIR_TAPS=$(N_FIR_TAPS) \ - --platform xilinx_vck190_base_202510_1 \ + --platform xilinx_vck190_base_202520_1 \ --include design/pl_src \ --save-temps \ --temp_dir build/fir_$(N_FIR_TAPS)_taps/x$(N_FIR_FILTERS)_firs/hw_emu/_x \ @@ -151,7 +151,7 @@ v++ --target hw_emu \ --hls.clock 300000000:datamover \ -D N_FIR_FILTERS=$(N_FIR_FILTERS) \ -D N_FIR_TAPS=$(N_FIR_TAPS) \ - --platform xilinx_vck190_base_202510_1 \ + --platform xilinx_vck190_base_202520_1 \ --include design/pl_src \ --save-temps \ --temp_dir build/fir_$(N_FIR_TAPS)_taps/x$(N_FIR_FILTERS)_firs/hw_emu/_x \ @@ -210,7 +210,7 @@ The expanded command is as follows: cd build/fir_$(N_FIR_TAPS)_taps/x$(N_FIR_FILTERS)_firs/hw_emu v++ -l \ - --platform xilinx_vck190_base_202510_1 \ + --platform xilinx_vck190_base_202520_1 \ --include design/pl_src \ --save-temps \ --temp_dir build/fir_$(N_FIR_TAPS)_taps/x$(N_FIR_FILTERS)_firs/hw_emu/_x \ @@ -356,7 +356,7 @@ v++ -p \ -t hw_emu \ --save-temps \ --temp_dir build/fir_$(N_FIR_TAPS)_taps/x$(N_FIR_FILTERS)_firs/hw_emu/_x \ - -f xilinx_vck190_base_202510_1 \ + -f xilinx_vck190_base_202520_1 \ --package.rootfs $(COMMON_IMAGE_VERSAL)/rootfs.ext4 \ --package.kernel_image $(COMMON_IMAGE_VERSAL)/Image \ --package.boot_mode=sd \ @@ -421,12 +421,12 @@ cd build/fir_$(N_FIR_TAPS)_taps/x$(N_FIR_FILTERS)_firs/hw_emu/package ``` When launched, you will see the QEMU simulator load. Wait for the autoboot countdown to go to zero, and after a few minutes, you will see the root Linux prompt come up: ```bash -root@versal-rootfs-common-2025_1:~# +root@versal-rootfs-common-2025_2:~# ``` In some cases, the following error might come up on the screen: ``` -root@versal-rootfs-common-2025_1:~## xinit: giving up +root@versal-rootfs-common-2025_2:~## xinit: giving up xinit: unable to connect to X server: Connection refused xinit: server error Enabling notebook extension jupyter-js-widgets/extension... @@ -502,7 +502,7 @@ Transmit delay: 0 msec/char 0 msec/line **Step 7.** Power ON the board. -**Step 8.** Wait until you see the `root@versal-rootfs-common-2025_1` Linux command prompt. Press enter a few times to get past any `xinit` errors. +**Step 8.** Wait until you see the `root@versal-rootfs-common-2025_2` Linux command prompt. Press enter a few times to get past any `xinit` errors. **Step 9.** Run the following commands into the TeraTerm terminal: ``` diff --git a/AI_Engine_Development/AIE/Design_Tutorials/07-firFilter_AIEvsHLS/HLS/description.json b/AI_Engine_Development/AIE/Design_Tutorials/07-firFilter_AIEvsHLS/HLS/description.json index a01804a759..997d2ceccb 100755 --- a/AI_Engine_Development/AIE/Design_Tutorials/07-firFilter_AIEvsHLS/HLS/description.json +++ b/AI_Engine_Development/AIE/Design_Tutorials/07-firFilter_AIEvsHLS/HLS/description.json @@ -10,11 +10,11 @@ "test_name": "AIE_D_07-FIR_HLS", "tasks": { "build": { - "pre_exec": "./env_setup_versal.sh" + "pre_exec": "./env_setup_versal.sh", + "level": 14 }, "board": { - "pre_exec": "./env_setup_versal.sh", - "post_exec": "./addon/copy_perf_files.sh" + "pre_exec": "./env_setup_versal.sh" } }, "user": { @@ -31,9 +31,9 @@ "max_time_min": { "vitis_aie_sim": 50, "vitis_aie_x86sim": 50, - "vitis_hw_build": 500, + "vitis_hw_build": 900, "vitis_hw_emu": 200, - "vitis_hw_run": 90 + "vitis_hw_run": 600 } } ], @@ -51,7 +51,6 @@ "all": "run", "hw": "sd_card" }, - "custom_board_target": "run_test", - "customized_params": "multi_params.json" + "custom_board_target": "run_test" } } diff --git a/AI_Engine_Development/AIE/Design_Tutorials/07-firFilter_AIEvsHLS/HLS/sample_env_setup.sh b/AI_Engine_Development/AIE/Design_Tutorials/07-firFilter_AIEvsHLS/HLS/sample_env_setup.sh index 1a793dbb49..7547d2030b 100755 --- a/AI_Engine_Development/AIE/Design_Tutorials/07-firFilter_AIEvsHLS/HLS/sample_env_setup.sh +++ b/AI_Engine_Development/AIE/Design_Tutorials/07-firFilter_AIEvsHLS/HLS/sample_env_setup.sh @@ -6,10 +6,10 @@ # ======================================================= # Set Platform ,Vitis and Versal Image repo # ======================================================= -export PLATFORM_REPO_PATHS= -export XILINX_VITIS = /2025.1 -export COMMON_IMAGE_VERSAL= -export DSPLIBS_VITIS= +export PLATFORM_REPO_PATHS= +export XILINX_VITIS = /2025.2 +export COMMON_IMAGE_VERSAL= +export DSPLIBS_VITIS= # ==================================================== # Source Versal Image ,Vitis and Aietools # ==================================================== @@ -19,7 +19,7 @@ source $XILINX_VITIS/settings64.sh # ========================================================= # Platform Selection... # ========================================================= -tgt_plat=xilinx_vck190_base_202510_1 +tgt_plat=xilinx_vck190_base_202520_1 export PLATFORM=$PLATFORM_REPO_PATHS/$tgt_plat/$tgt_plat\.xpfm # ========================================================== # Validating Tool Installation diff --git a/AI_Engine_Development/AIE/Design_Tutorials/07-firFilter_AIEvsHLS/README.md b/AI_Engine_Development/AIE/Design_Tutorials/07-firFilter_AIEvsHLS/README.md index d8f8c50b12..df8780e027 100755 --- a/AI_Engine_Development/AIE/Design_Tutorials/07-firFilter_AIEvsHLS/README.md +++ b/AI_Engine_Development/AIE/Design_Tutorials/07-firFilter_AIEvsHLS/README.md @@ -15,7 +15,7 @@ # Versal AI Engine/HLS FIR Filter Tutorial -***Version: Vitis 2025.1*** +***Version: Vitis 2025.2*** ## Table of Contents [Introduction](#introduction) @@ -36,7 +36,7 @@ Versal™ adaptive SoCs combine programmable logic (PL), processing system (PS), and AI Engines with leading-edge memory and interfacing technologies to deliver powerful heterogeneous acceleration for any application. The hardware and software are targeted for programming and optimization by data scientists and software and hardware developers. A host of tools, software, libraries, IP, middleware, and frameworks enable Versal adaptive SoCs to support all industry-standard design flows. -This tutorial is one of the several to perform two implementations of a system-level design using AI Engines and HLS with DSP Engines in the Versal device plus PL including LUTs, flip-flops (FFs), and block RAMs. In each implementation, the tutorial takes you through hardware emulation and hardware flow in the context of a complete Versal ACAP system design. A Makefile is provided with each tutorial for additional customisation. +This tutorial is one of the several to perform two implementations of a system-level design using AI Engines and HLS with DSP Engines in the Versal device plus PL including LUTs, flip-flops (FFs), and block RAMs. In each implementation, the tutorial takes you through hardware emulation and hardware flow in the context of a complete Versal adaptive SoC system design. A Makefile is provided with each tutorial for additional customisation. An important goal and criteria of this tutorial is the use of C++ based kernels for AI Engine and HLS library kernels for DSP Engine and data movers. The use of AMD Vitis™ application acceleration development flow and library kernels is illustrated throughout the tutorial to demonstrate the ease of kernel integration and scalability in a system design. In the Vitis application acceleration development flow, the Vitis HLS tool automates much of the code modifications required to implement and optimize the C/C++ code in PL, including the ease of data mover kernel coding. The inference of required pragmas to produce the right interface for user's function arguments and to pipeline loops and functions is the foundation of the Vitis HLS in the application acceleration flow. Vitis HLS also supports customization of your code to implement different interface standards or specific optimizations to achieve design objectives, enable scaling, and leverage automation.Note: Alternative design methods to Vitis HLS may increase PL based performance. For example, using LogiCORE™ FIR Compiler IP and RTL based data movers could increase raw performance but will increase dynamic power and design time. @@ -126,7 +126,7 @@ filter_AIEvsHLS * [AM009 AI Engine Architecture Manual](https://docs.amd.com/r/en-US/am009-versal-ai-engine/Revision-History) -* [Versal ACAP AI Engines for Dummies](https://forums.xilinx.com/t5/Design-and-Debug-Techniques-Blog/Versal-ACAP-AI-Engines-for-Dummies/ba-p/1132493) +* [Versal adaptive SoC AI Engines for Dummies](https://forums.xilinx.com/t5/Design-and-Debug-Techniques-Blog/Versal-ACAP-AI-Engines-for-Dummies/ba-p/1132493) ### *Tools Documentation: @@ -141,11 +141,11 @@ filter_AIEvsHLS To build and run the FIR filter tutorial (AI Engine and DSP implementations), install the following tools. -* Install the [Vitis Software Platform 2025.1](https://docs.amd.com/r/en-US/ug1701-vitis-accelerated-embedded/Vitis-Software-Platform-Installation) +* Install the [Vitis Software Platform 2025.2](https://docs.amd.com/r/en-US/ug1701-vitis-accelerated-embedded/Vitis-Software-Platform-Installation) * Obtain licenses for AI Engine tools -* Download and set up the [VCK190 Vitis Platform for 2025.1](https://www.xilinx.com/support/download/index.html/content/xilinx/en/downloadNav/embedded-platforms.html) +* Download and set up the [VCK190 Vitis Platform for 2025.2](https://www.xilinx.com/support/download/index.html/content/xilinx/en/downloadNav/embedded-platforms.html) * [DSP Library (DSPLib) Documentation](https://docs.amd.com/r/en-US/Vitis_Libraries/dsp/index.html) @@ -161,10 +161,10 @@ When the elements of the Vitis software platform are installed, update the shell Edit `sample_env_setup.sh` script with your file paths: ```bash -export PLATFORM_REPO_PATHS= -export XILINX_VITIS = /2025.1 -export COMMON_IMAGE_VERSAL= -export DSPLIBS_VITIS= +export PLATFORM_REPO_PATHS= +export XILINX_VITIS = /2025.2 +export COMMON_IMAGE_VERSAL= +export DSPLIBS_VITIS= source $COMMON_IMAGE_VERSAL/environment-setup-cortexa72-cortexa53-amd-linux source $XILINX_VITIS/settings64.sh diff --git a/AI_Engine_Development/AIE/Design_Tutorials/08-n-body-simulator/Module_04_full_system_design/README.md b/AI_Engine_Development/AIE/Design_Tutorials/08-n-body-simulator/Module_04_full_system_design/README.md index 43faf501a0..9192c6f37f 100755 --- a/AI_Engine_Development/AIE/Design_Tutorials/08-n-body-simulator/Module_04_full_system_design/README.md +++ b/AI_Engine_Development/AIE/Design_Tutorials/08-n-body-simulator/Module_04_full_system_design/README.md @@ -24,21 +24,21 @@ or ``` v++ -l \ -t hw \ - --platform xilinx_vck190_base_202510_1 \ + --platform xilinx_vck190_base_202520_1 \ --save-temps \ -g \ --optimize 2 \ --hls.jobs 8 \ --config ./conn.cfg \ --clock.defaultFreqHz 150000000 \ - --temp_dir ./build/_x_temp.hw.xilinx_vck190_base_202510_1 \ - --report_dir ./build/reports/_build.hw.xilinx_vck190_base_202510_1/hpc \ + --temp_dir ./build/_x_temp.hw.xilinx_vck190_base_202520_1 \ + --report_dir ./build/reports/_build.hw.xilinx_vck190_base_202520_1/hpc \ --advanced.param compiler.userPostSysLinkOverlayTcl=./post_sys_link.tcl \ - -o './build/build_dir.hw.xilinx_vck190_base_202510_1/hpc.xclbin' \ - ../Module_03_pl_kernels/build/_x_temp.hw.xilinx_vck190_base_202510_1/packet_sender.xo \ - ../Module_03_pl_kernels/build/_x_temp.hw.xilinx_vck190_base_202510_1/mm2s_mp.xo \ - ../Module_03_pl_kernels/build/_x_temp.hw.xilinx_vck190_base_202510_1/packet_receiver.xo \ - ../Module_03_pl_kernels/build/_x_temp.hw.xilinx_vck190_base_202510_1/s2mm_mp.xo \ + -o './build/build_dir.hw.xilinx_vck190_base_202520_1/hpc.xclbin' \ + ../Module_03_pl_kernels/build/_x_temp.hw.xilinx_vck190_base_202520_1/packet_sender.xo \ + ../Module_03_pl_kernels/build/_x_temp.hw.xilinx_vck190_base_202520_1/mm2s_mp.xo \ + ../Module_03_pl_kernels/build/_x_temp.hw.xilinx_vck190_base_202520_1/packet_receiver.xo \ + ../Module_03_pl_kernels/build/_x_temp.hw.xilinx_vck190_base_202520_1/s2mm_mp.xo \ ../Module_02_aie/build/libadf.a ``` diff --git a/AI_Engine_Development/AIE/Design_Tutorials/08-n-body-simulator/Module_06_sd_card_and_hw_run/README.md b/AI_Engine_Development/AIE/Design_Tutorials/08-n-body-simulator/Module_06_sd_card_and_hw_run/README.md index 5ee99bd705..867f873def 100755 --- a/AI_Engine_Development/AIE/Design_Tutorials/08-n-body-simulator/Module_06_sd_card_and_hw_run/README.md +++ b/AI_Engine_Development/AIE/Design_Tutorials/08-n-body-simulator/Module_06_sd_card_and_hw_run/README.md @@ -25,9 +25,9 @@ or ``` v++ -t hw \ - --platform xilinx_vck190_base_202510_1 \ + --platform xilinx_vck190_base_202520_1 \ --package.defer_aie_run \ - -p ../Module_04_xclbin/build/build_dir.hw.xilinx_vck190_base_202510_1/hpc.xclbin \ + -p ../Module_04_xclbin/build/build_dir.hw.xilinx_vck190_base_202520_1/hpc.xclbin \ ../Module_02_aie/build/libadf.a \ --package.out_dir ./build \ --package.rootfs $(COMMON_IMAGE_VERSAL)/rootfs.ext4 \ diff --git a/AI_Engine_Development/AIE/Design_Tutorials/08-n-body-simulator/Module_07_results/README.md b/AI_Engine_Development/AIE/Design_Tutorials/08-n-body-simulator/Module_07_results/README.md index 2a85668c2e..5a5d0c3915 100755 --- a/AI_Engine_Development/AIE/Design_Tutorials/08-n-body-simulator/Module_07_results/README.md +++ b/AI_Engine_Development/AIE/Design_Tutorials/08-n-body-simulator/Module_07_results/README.md @@ -39,8 +39,8 @@ Following is a table comparing the executions times to simulate 12,800 particles |Name|Hardware|Algorithm|Average Execution Time for 1 Timestep (seconds)| |---|---|--|---| |Python NBody Simulator|x86 Linux Machine|O(N)|14.96| -|C++ NBody Simulator|A72 Embedded Arm Processor|O(N2)|120.552| -|AI Engine NBody Simulator|Versal AI Engine IP|O(N)|0.00809135| +|C++ NBody Simulator|A72 Embedded Arm Processor|O(N2)|121.295| +|AI Engine NBody Simulator|Versal AI Engine IP|O(N)|0.00888979| As you can see, the N-Body Simulator implemented on the AI Engine offers a x2,800 improvement over the Python O(N) implementation and a x24,800 improvement over the C++ O(N2) implementation. A vectorized C++ NBody Simulator O(N) implementation can be created with pthreads, but is left as an exercise for the user. diff --git a/AI_Engine_Development/AIE/Design_Tutorials/08-n-body-simulator/README.md b/AI_Engine_Development/AIE/Design_Tutorials/08-n-body-simulator/README.md index 192d477fca..b0718ce9fd 100755 --- a/AI_Engine_Development/AIE/Design_Tutorials/08-n-body-simulator/README.md +++ b/AI_Engine_Development/AIE/Design_Tutorials/08-n-body-simulator/README.md @@ -15,7 +15,7 @@ # N-Body Simulator -***Version: Vitis 2025.1*** +***Version: Vitis 2025.2*** ## Introduction @@ -47,7 +47,7 @@ This tutorial can be run on the [VCK190 Board](https://www.xilinx.com/products/b 2. Obtain licenses for AI Engine tools. 3. Follow the instructions for the [Vitis Software Platform Installation](https://docs.amd.com/r/en-US/ug1701-vitis-accelerated-embedded/Installing-the-Vitis-Software-Platform) and ensure you have the following tools: - * [Vitis™ Unified Software Development Platform 2025.1](https://docs.amd.com/v/u/en-US/ug1416-vitis-documentation) + * [Vitis™ Unified Software Development Platform 2025.2](https://docs.amd.com/v/u/en-US/ug1416-vitis-documentation) * [Embedded Platform VCK190 Base or VCK190 Base](https://www.xilinx.com/support/download/index.html/content/xilinx/en/downloadNav/embedded-platforms.html) ### *Environment*: Setting Up Your Shell Environment @@ -67,6 +67,7 @@ source $(XILINX_VITIS)/settings64.sh source $(COMMON_IMAGE_VERSAL)/environment-setup-cortexa72-cortexa53-amd-linux ``` + 2. Source the environment script: ```bash @@ -75,7 +76,7 @@ source sample_env_setup.sh ### *Validation*: Confirming Tool Installation -Ensure you are using the 2025.1 version of the AMD tools. +Ensure you are using the 2025.2 version of the AMD tools. ```bash which vitis @@ -83,6 +84,7 @@ which aiecompiler ``` ## Goals of this Tutorial + ### HPC Applications The goal of this tutorial is to create a general-purpose floating point accelerator for HPC applications. This tutorial demonstrates a x24,800 performance improvement using the AI Engine accelerator over the naive C++ implementation on the A72 embedded Arm® processor. @@ -90,13 +92,15 @@ The goal of this tutorial is to create a general-purpose floating point accelera |Name|Hardware|Algorithm Complexity|Average Execution Time to Simulate 12,800 Particles for 1 Timestep (seconds)| |---|---|--|---| |Python N-Body Simulator|x86 Linux Machine|O(N)|14.96| -|C++ N-Body Simulator|A72 Embedded Arm Processor|O(N2)|120.552| -|AI Engine N-Body SImulator|Versal AI Engine IP|O(N)|0.00809135| +|C++ N-Body Simulator|A72 Embedded Arm Processor|O(N2)|121.295| +|AI Engine N-Body SImulator|Versal AI Engine IP|O(N)|0.00888979| ### PL Data-Mover Kernels + Another goal of this tutorial is to showcase how to generate PL Data-Mover kernels These kernels moves any amount of data from DDR buffers to AXI-Streams. ## The N-Body Problem + The N-Body problem is the problem of predicting the motions of a group of N objects which each have a gravitational force on each other. For any particle `i` in the system, the summation of the gravitational forces from all the other particles results in the acceleration of particle `i`. From this acceleration, we can calculate a particle's velocity and position (`x y z vx vy vz`) will be in the next timestep. Newtonian physics describes the behavior of very large bodies/particles within our universe. With certain assumptions, the laws can be applied to bodies/particles ranging from astronomical size to a golf ball (and even smaller). #### 12,800 Particles simulated on a 400 tile AI Engine accelerator for 300 timesteps @@ -128,6 +132,7 @@ If given an initial velocity (vt) and position (xt), we ca * Velocity Equation: vt+1=vt+a\*ts ### Gravity Equations - N Bodies + Our NBody simulator will extends the above gravity equation to calcuate positions, accelerations, and velocities in the x, y, and z directions of N bodies in a system. For the sake of simplicity in implementation, the following assumptions were made: @@ -172,13 +177,14 @@ The N-Body Simulator is implemented on an `XCVC1902 AMD Versal Adaptive SoC` dev *Note:* The entire design is a compute-bound problem, meaning we are limited to how fast the AI Engine tiles compute the floating-point gravity equations. This is not a memory-bound design. -## Where We're Headed ... +## Where We're Headed ... + Complete modules 01-07 in the following order: ### Module 01 - Python Simulations on x86 The module shows a python implementation of the N-Body Simulator and execution times to run the N-Body Simulator on an x86 machine. -[Read more ...](Module_01_python_sims) +[Read more ...](Module_01_python_sims/README.md) ### Module 02 - AI Engine Design This module presents the final 400 tile AI Engine design: @@ -188,20 +194,20 @@ This module presents the final 400 tile AI Engine design: * An N-Body System with 100 `nbody_subsystem` graphs (i.e., 400 `nbody()` kernels) which use all 400 AI Engine tile resources * Invoke the AI Engine compiler -[Read more...](Module_02_aie) - +[Read more...](Module_02_aie/README.md) + ### Module 03 - PL Kernels This modules presents the PL HLS kernels: * Create datamover PL HLS kernels from AMD Vitis Utility Library * Create and simulate packet switching PL HLS kernels -[Read more...](Module_03_pl_kernels) +[Read more...](Module_03_pl_kernels/README.md) ### Module 04 - Full System Design This module shows how to link the AI Engine design and PL kernels together into a single XCLBIN and view the actual hardware implementation Vivado™ solution. -[Read more...](Module_04_xclbin) +[Read more...](Module_04_xclbin/README.md) ### Module 05 - Host Software This module presents the host software that enables the entire design: @@ -209,7 +215,7 @@ This module presents the host software that enables the entire design: * Create a C++ N-Body Simulator to profile and compare performance between the A72 processor and AI Engine * Create a host application that runs the system design for multiple timesteps and create animation data for post-processing -[Read more...](Module_05_host_sw) +[Read more...](Module_05_host_sw/README.md) ### Module 06 - SD Card and Hardware Run This module conducts the hardware run: @@ -217,7 +223,7 @@ This module conducts the hardware run: * Execute the host applications and runs the system design on hardware * Save animation data from hardware run -[Read more...](Module_06_sd_card_and_hw_run) +[Read more...](Module_06_sd_card_and_hw_run/README.md) ### Module 07 - Results This module review the results of the hardware run: @@ -226,7 +232,7 @@ This module review the results of the hardware run: * Estimate the number of GFLOPS of the design * Explore ways to increase design bandwidth -[Read more...](Module_07_results) +[Read more...](Module_07_results/README.md) ### (Optional) x1_design and x10_design This tutorial contains 3 AI Engine designs: diff --git a/AI_Engine_Development/AIE/Design_Tutorials/08-n-body-simulator/description.json b/AI_Engine_Development/AIE/Design_Tutorials/08-n-body-simulator/description.json index c767451c92..a03484231f 100755 --- a/AI_Engine_Development/AIE/Design_Tutorials/08-n-body-simulator/description.json +++ b/AI_Engine_Development/AIE/Design_Tutorials/08-n-body-simulator/description.json @@ -13,8 +13,7 @@ "pre_exec": "./env_setup_versal.sh" }, "board": { - "pre_exec": "./env_setup_versal.sh", - "post_exec": "./addon/copy_perf_files.sh" + "pre_exec": "./env_setup_versal.sh" } }, "user": { @@ -33,7 +32,7 @@ "vitis_aie_x86sim": 50, "vitis_hw_build": 470, "vitis_hw_emu": 470, - "vitis_hw_run": 60 + "vitis_hw_run": 600 } } ], @@ -43,10 +42,11 @@ "vitis_hw_run" ], "category": "canary", - "custom_build_target": - { - "all": "build", - "hw" : "run" - } + "custom_board_target": "run_test", + "custom_build_target": + { + "all": "build", + "hw" : "run" + } } } diff --git a/AI_Engine_Development/AIE/Design_Tutorials/08-n-body-simulator/sample_env_setup.sh b/AI_Engine_Development/AIE/Design_Tutorials/08-n-body-simulator/sample_env_setup.sh index 3f3566035c..787d6e92c1 100755 --- a/AI_Engine_Development/AIE/Design_Tutorials/08-n-body-simulator/sample_env_setup.sh +++ b/AI_Engine_Development/AIE/Design_Tutorials/08-n-body-simulator/sample_env_setup.sh @@ -6,9 +6,9 @@ # ======================================================= # Set Platform ,Vitis and Versal Image repo # ======================================================= -export PLATFORM_REPO_PATHS= -export XILINX_VITIS = /2025.1 -export COMMON_IMAGE_VERSAL= +export PLATFORM_REPO_PATHS= +export XILINX_VITIS = /2025.2 +export COMMON_IMAGE_VERSAL= # ==================================================== # Source Versal Image ,Vitis and Aietools @@ -25,7 +25,7 @@ export DSPLIB_VITIS= # ========================================================= # Platform Selection... # ========================================================= -tgt_plat=xilinx_vck190_base_202510_1 +tgt_plat=xilinx_vck190_base_202520_1 export PLATFORM=$PLATFORM_REPO_PATHS/$tgt_plat/$tgt_plat\.xpfm # ========================================================== diff --git a/AI_Engine_Development/AIE/Design_Tutorials/09-ddc_chain/Makefile b/AI_Engine_Development/AIE/Design_Tutorials/09-ddc_chain/Makefile index 831f71a6a1..ae0f8e9d44 100755 --- a/AI_Engine_Development/AIE/Design_Tutorials/09-ddc_chain/Makefile +++ b/AI_Engine_Development/AIE/Design_Tutorials/09-ddc_chain/Makefile @@ -7,7 +7,7 @@ # Set COMMSLIB_ROOT to the absolute path to commslib # ######################################################################### -VERSAL_VITIS_PLATFORM = xilinx_vck190_base_202510_1 +VERSAL_VITIS_PLATFORM = xilinx_vck190_base_202520_1 VITIS_PLATFORM_DIR = ${PLATFORM_REPO_PATHS}/${VERSAL_VITIS_PLATFORM} export PLATFORM = ${VITIS_PLATFORM_DIR}/${VERSAL_VITIS_PLATFORM}.xpfm diff --git a/AI_Engine_Development/AIE/Design_Tutorials/09-ddc_chain/README.md b/AI_Engine_Development/AIE/Design_Tutorials/09-ddc_chain/README.md index ffcabdc830..fa604e1816 100644 --- a/AI_Engine_Development/AIE/Design_Tutorials/09-ddc_chain/README.md +++ b/AI_Engine_Development/AIE/Design_Tutorials/09-ddc_chain/README.md @@ -15,7 +15,7 @@ # Digital Down-conversion Chain: Converting from Intrinsics to API -***Version: Vitis 2025.1*** +***Version: Vitis 2025.2*** ## Table of Contents @@ -143,7 +143,7 @@ The 32-branch digital down-conversion design can be built using the command line ### Setup and Initialization -IMPORTANT: Before beginning the tutorial ensure you have installed Vitis™ 2025.1 software. Ensure you have downloaded the Common Images for Embedded Vitis Platforms from [this link](https://www.xilinx.com/support/download/index.html/content/xilinx/en/downloadNav/embedded-platforms.html). +IMPORTANT: Before beginning the tutorial ensure you have installed Vitis™ 2025.2 software. Ensure you have downloaded the Common Images for Embedded Vitis Platforms from [this link](https://www.xilinx.com/support/download/index.html/content/xilinx/en/downloadNav/embedded-platforms.html). Set the environment variable ```COMMON_IMAGE_VERSAL``` to the full path where you have downloaded the Common Images. Then set the environment variable ```PLATFORM_REPO_PATHS``` to the value ```$XILINX_VITIS/base_platforms```. The remaining environment variables are configured in the top level Makefile. diff --git a/AI_Engine_Development/AIE/Design_Tutorials/10-GeMM_AIEvsDSP/AIE/README.md b/AI_Engine_Development/AIE/Design_Tutorials/10-GeMM_AIEvsDSP/AIE/README.md index 8b755cd736..2ad979f34c 100755 --- a/AI_Engine_Development/AIE/Design_Tutorials/10-GeMM_AIEvsDSP/AIE/README.md +++ b/AI_Engine_Development/AIE/Design_Tutorials/10-GeMM_AIEvsDSP/AIE/README.md @@ -1383,12 +1383,12 @@ A summary of resource utilization and power for all variations is given in the f | GeMM Configuration | Number of Compute Cores | Vector Load | Number of Active Memory Banks | Mem R/W Rate | Active AI Engine Tiles | Interconnect Load | FF (Regs) | CLB LUTS | Dynamic Power
(in mW) | |:------------------:|:-----------------------:|:-----------:|:-----------------------------:|:------------:|:----------------------:|:-----------------:|:---------:|:---------:|:-------------------------:| -| 32x32x32 | 24 | 14.54% | 231 | 3.575% | 44 | 12.87% | 13559 | 2851 | 2741 | -| 64x64x64 | 24 | 33.74% | 252 | 6.110% | 43 | 13.10% | 13563 | 2854 | 3355 | -| 128x128x128 | 24 | 36.58% | 231 | 8.905% | 43 | 13.10% | 13524 | 2842 | 3562 | -| 256x256x256 | 24 | 61.63% | 231 | 14.700% | 43 | 13.10% | 13542 | 2595 | 4426 | -| 512x512x512 | 24 | 71.40% | 252 | 12.125% | 43 | 13.41% | 13537 | 2833 | 4516 | -| 1024x1024x1024 | 24 | 82.98% | 252 | 13.960% | 43 | 12.57% | 13540 | 2834 | 4872 | +| 32x32x32 | 24 | 14.54% | 231 | 3.575% | 44 | 12.87% | 13633 | 2934 | 2741 | +| 64x64x64 | 24 | 35.53% | 252 | 6.345% | 43 | 13.10% | 13579 | 2881 | 3401 | +| 128x128x128 | 24 | 36.62% | 231 | 8.910% | 43 | 13.10% | 13507 | 3006 | 3563 | +| 256x256x256 | 24 | 61.82% | 231 | 14.725% | 43 | 13.10% | 13576 | 2880 | 4432 | +| 512x512x512 | 24 | 71.42% | 252 | 12.125% | 43 | 13.41% | 13507 | 3006 | 4524 | +| 1024x1024x1024 | 24 | 82.96% | 252 | 13.980% | 43 | 12.57% | 13540 | 2834 | 4876 | @@ -1465,8 +1465,8 @@ A summary of throughput and latency for all variations is shown in the following | GeMM Configuration | Data Transfer Size | Latency
(in μs) | Throughput
(in MSPS) | TOPs | Matrices/s
(in 10^6/s)| |:------------------:|:------------------:|:-------------------:|:-------------------------:|:------:|:-------------------------:| -| 32x32x32 | 1024 | 0.304 | 4073.595 | 0.260 | 3.9781 | -| 64x64x64 | 4096 | 0.633 | 5682.969 | 0.727 | 1.3874 | +| 32x32x32 | 1024 | 0.304 | 4076.636 | 0.260 | 3.9781 | +| 64x64x64 | 4096 | 0.633 | 5680.999 | 0.727 | 1.3874 | | 128x128x128 | 16384 | 2.371 | 2920.499 | 0.747 | 0.1782 | | 256x256x256 | 65536 | 3.180 | 2290.347 | 1.172 | 0.0349 | | 512x512x512 | 262144 | 1.782 | 1298.522 | 1.369 | 0.0049 | @@ -1510,12 +1510,12 @@ A consolidated summary of observations for all the point sizes and all the corre | GeMM Configuration | Perf
(in MSPS) | Latency
(in μs) | TOPs | No. of Compute Cores | Vector Load | No. of Active Mem Banks | Mem R/W Rate | Active AIE Tiles | Dynamic Power
(in mW) | TOPs per Watt | |:------------------:|:------------------:|:-------------------:|:-----:|:--------------------:|:-----------:|:-----------------------:|:------------:|:----------------:|:-------------------------:|:-------------:| -| 32x32x32 | 4459.930 | 0.303 | 0.260 | 24 | 14.54% | 231 | 3.575% | 44 | 2741 | 0.1022 | -| 64x64x64 | 5701.559 | 0.633 | 0.727 | 24 | 33.74% | 252 | 6.110% | 46 | 3355 | 0.2229 | -| 128x128x128 | 2920.603 | 2.3712 | 0.747 | 24 | 36.58% | 231 | 8.905% | 46 | 3562 | 0.2139 | -| 256x256x256 | 2290.395 | 3.1808 | 1.172 | 24 | 61.63% | 231 | 14.700% | 46 | 4426 | 0.2692 | -| 512x512x512 | 1337.707 | 1.782 | 1.369 | 24 | 71.40% | 252 | 12.125% | 46 | 4516 | 0.3034 | -| 1024x1024x1024 | 769.376 | 3.3312 | 1.551 | 24 | 82.98% | 252 | 13.960% | 46 | 4872 | 0.3208 | +| 32x32x32 | 4076.636 | 0.303 | 0.260 | 24 | 14.54% | 231 | 3.575% | 44 | 2741 | 0.1022 | +| 64x64x64 | 5608.999 | 0.633 | 0.727 | 24 | 35.53% | 252 | 6.345% | 46 | 3401 | 0.2229 | +| 128x128x128 | 2920.499 | 2.3712 | 0.747 | 24 | 36.62% | 231 | 8.910% | 46 | 3563 | 0.2139 | +| 256x256x256 | 2290.347 | 3.1808 | 1.172 | 24 | 61.82% | 231 | 14.725% | 46 | 4432 | 0.2692 | +| 512x512x512 | 1337.522 | 1.782 | 1.369 | 24 | 71.42% | 252 | 12.125% | 46 | 4524 | 0.3034 | +| 1024x1024x1024 | 769.482 | 3.3312 | 1.551 | 24 | 82.96% | 252 | 13.980% | 46 | 4876 | 0.3208 | User may find an a much tighter placement solution which may reduce the power consumption further and lead to a more favourable performance, as indicated by the low Vector Load. diff --git a/AI_Engine_Development/AIE/Design_Tutorials/10-GeMM_AIEvsDSP/AIE/description.json b/AI_Engine_Development/AIE/Design_Tutorials/10-GeMM_AIEvsDSP/AIE/description.json index e92647eb9e..3d4b699d5f 100755 --- a/AI_Engine_Development/AIE/Design_Tutorials/10-GeMM_AIEvsDSP/AIE/description.json +++ b/AI_Engine_Development/AIE/Design_Tutorials/10-GeMM_AIEvsDSP/AIE/description.json @@ -13,8 +13,7 @@ "pre_exec": "./env_setup_versal.sh" }, "board": { - "pre_exec": "./env_setup_versal.sh", - "post_exec": "./addon/copy_perf_files.sh" + "pre_exec": "./env_setup_versal.sh" } }, "user": { @@ -50,7 +49,6 @@ "all": "run", "hw": "sd_card" }, - "custom_board_target": "run_test", - "customized_params": "multi_params.json" + "custom_board_target": "run_test" } } diff --git a/AI_Engine_Development/AIE/Design_Tutorials/10-GeMM_AIEvsDSP/AIE/sample_env_setup.sh b/AI_Engine_Development/AIE/Design_Tutorials/10-GeMM_AIEvsDSP/AIE/sample_env_setup.sh index 8f3b32faab..aa5edd154d 100755 --- a/AI_Engine_Development/AIE/Design_Tutorials/10-GeMM_AIEvsDSP/AIE/sample_env_setup.sh +++ b/AI_Engine_Development/AIE/Design_Tutorials/10-GeMM_AIEvsDSP/AIE/sample_env_setup.sh @@ -6,9 +6,9 @@ # ======================================================= # Set Platform ,Vitis and Versal Image repo # ======================================================= -export PLATFORM_REPO_PATHS= -export XILINX_VITIS = /2025.1 -export COMMON_IMAGE_VERSAL= +export PLATFORM_REPO_PATHS= +export XILINX_VITIS = /2025.2 +export COMMON_IMAGE_VERSAL= # ==================================================== # Source Versal Image ,Vitis and Aietools # ==================================================== @@ -22,7 +22,7 @@ export DSPLIB_VITIS= # ========================================================= # Platform Selection... # ========================================================= -tgt_plat=xilinx_vck190_base_202510_1 +tgt_plat=xilinx_vck190_base_202520_1 export PLATFORM=$PLATFORM_REPO_PATHS/$tgt_plat/$tgt_plat\.xpfm # ========================================================== # Validating Tool Installation diff --git a/AI_Engine_Development/AIE/Design_Tutorials/10-GeMM_AIEvsDSP/DSP/README.md b/AI_Engine_Development/AIE/Design_Tutorials/10-GeMM_AIEvsDSP/DSP/README.md index 80675b0d28..114b16870e 100755 --- a/AI_Engine_Development/AIE/Design_Tutorials/10-GeMM_AIEvsDSP/DSP/README.md +++ b/AI_Engine_Development/AIE/Design_Tutorials/10-GeMM_AIEvsDSP/DSP/README.md @@ -187,7 +187,7 @@ The expanded command is as follows: ``` cd $(BUILD_TARGET_DIR); \ -v++ -l --platform xilinx_vck190_base_202510_1 --save-temps --temp_dir $(BUILD_TARGET_DIR)/_x \ +v++ -l --platform xilinx_vck190_base_202520_1 --save-temps --temp_dir $(BUILD_TARGET_DIR)/_x \ --verbose -g --clock.freqHz 500000000:gemm_large_ocm_0 --clock.defaultTolerance 0.001 \ --config $(SYSTEM_CONFIGS_REPO)/gemm.cfg --vivado.prop fileset.sim_1.xsim.simulate.log_all_signals=true \ --vivado.prop run.synth_1.{STEPS.SYNTH_DESIGN.ARGS.CONTROL_SET_OPT_THRESHOLD}={16} \ @@ -341,7 +341,7 @@ or cp $(PROJECT_REPO)/run_script.sh $(BUILD_TARGET_DIR)/ cd $(BUILD_TARGET_DIR); \ -v++ -p -t hw --save-temps --temp_dir $(BUILD_TARGET_DIR)/_x -f xilinx_vck190_base_202510_1 \ +v++ -p -t hw --save-temps --temp_dir $(BUILD_TARGET_DIR)/_x -f xilinx_vck190_base_202520_1 \ --package.rootfs $(XLNX_VERSAL)/rootfs.ext4 --package.kernel_image $(XLNX_VERSAL)/Image --package.boot_mode=sd \ --package.out_dir $(BUILD_TARGET_DIR)/package --package.image_format=ext4 --package.sd_file $(BUILD_TARGET_DIR)/gemm_dsp_xrt.elf \ $(BUILD_TARGET_DIR)/gemm.hw.xclbin @@ -407,7 +407,7 @@ and do: When hardware emulation is launched, you see the QEMU simulator load. Wait for the autoboot countdown to go to zero. After a few minutes, the root Linux prompt comes up: ```bash -root@versal-rootfs-common-2025.1:~# +root@versal-rootfs-common-2025.2:~# ``` After the root prompt comes up, run the following commands to run the design: @@ -483,7 +483,7 @@ Transmit delay: 0 msec/char 0 msec/line **Step 7.** Power on the board. -**Step 8.** Wait until you see the `root@versal-rootfs-common-2025_1` Linux command prompt. Press enter a few times to get past any `xinit` errors. +**Step 8.** Wait until you see the `root@versal-rootfs-common-2025_2` Linux command prompt. Press enter a few times to get past any `xinit` errors. **Step 9.** Run the following commands in the TeraTerm terminal: @@ -846,7 +846,7 @@ For all applications, designers must work to predefined specifications and build ### Resource Utilization -Resource utilization and power are measured using Vivado, vcdanalyze, and Power Design Manager (PDM) for Versal (2025.1 version) tools. +Resource utilization and power are measured using Vivado, vcdanalyze, and Power Design Manager (PDM) for Versal (2025.2 version) tools. The registers, CLB LUT, BRAM, URAM and DSP Engine utilization information can be found in the Vivado project if you perform the following steps: @@ -865,9 +865,9 @@ Resource Utilization for 32x32x32 matrix is as follows - +----------------------------+-------+-------+------------+-----------+-------+ | Site Type | Used | Fixed | Prohibited | Available | Util% | +----------------------------+-------+-------+------------+-----------+-------+ -| Registers | 48108 | 4 | 0 | 1799680 | 2.88 | -| CLB LUTs | 9202 | 0 | 0 | 899840 | 1.41 | -| LOOKAHEAD8 | 139 | 0 | 0 | 112480 | 0.12 | +| Registers | 58442 | 4 | 0 | 1799680 | 2.88 | +| CLB LUTs | 14594| 0 | 0 | 899840 | 1.41 | +| LOOKAHEAD8 | 380 | 0 | 0 | 112480 | 0.12 | | RAMB36E5 | 0 | 0 | 0 | 967 | 0.00 | | URAM | 192 | 0 | 0 | 463 | 41.47 | | DSP58 | 1024 | 1024 | 0 | 1968 | 52.03 | @@ -880,8 +880,8 @@ Resource Utilization for 64x64x64 matrix is as follows - +----------------------------+-------+-------+------------+-----------+-------+ | Site Type | Used | Fixed | Prohibited | Available | Util% | +----------------------------+-------+-------+------------+-----------+-------+ -| Registers | 70862 | 9 | 0 | 1799680 | 4.15 | -| CLB LUTs | 17264 | 0 | 0 | 899840 | 2.31 | +| Registers | 71160 | 9 | 0 | 1799680 | 4.15 | +| CLB LUTs | 17283 | 0 | 0 | 899840 | 2.31 | | LOOKAHEAD8 | 651 | 0 | 0 | 112480 | 0.58 | | RAMB36E5 | 64 | 0 | 0 | 967 | 6.62 | | URAM | 192 | 0 | 0 | 463 | 41.47 | @@ -895,8 +895,8 @@ Resource Utilization for 128x128x128 matrix is as follows - +----------------------------+-------+-------+------------+-----------+-------+ | Site Type | Used | Fixed | Prohibited | Available | Util% | +----------------------------+-------+-------+------------+-----------+-------+ -| Registers | 70998 | 12 | 0 | 1799680 | 4.14 | -| CLB LUTs | 17357 | 0 | 0 | 899840 | 2.29 | +| Registers | 71022 | 12 | 0 | 1799680 | 4.14 | +| CLB LUTs | 17474 | 0 | 0 | 899840 | 2.29 | | LOOKAHEAD8 | 651 | 0 | 0 | 112480 | 0.58 | | RAMB36E5 | 64 | 0 | 0 | 967 | 6.62 | | URAM | 192 | 0 | 0 | 463 | 41.47 | @@ -910,8 +910,8 @@ Resource Utilization for 256x256x256 matrix is as follows - +----------------------------+-------+-------+------------+-----------+-------+ | Site Type | Used | Fixed | Prohibited | Available | Util% | +----------------------------+-------+-------+------------+-----------+-------+ -| Registers | 70859 | 7 | 0 | 1799680 | 4.14 | -| CLB LUTs | 17345 | 0 | 0 | 899840 | 2.31 | +| Registers | 71117 | 7 | 0 | 1799680 | 4.14 | +| CLB LUTs | 17491 | 0 | 0 | 899840 | 2.31 | | LOOKAHEAD8 | 652 | 0 | 0 | 112480 | 0.58 | | RAMB36E5 | 64 | 0 | 0 | 967 | 6.62 | | URAM | 192 | 0 | 0 | 463 | 41.47 | @@ -925,8 +925,8 @@ Resource Utilization for 512x512x512 matrix is as follows - +----------------------------+-------+-------+------------+-----------+-------+ | Site Type | Used | Fixed | Prohibited | Available | Util% | +----------------------------+-------+-------+------------+-----------+-------+ -| Registers | 67769 | 11 | 0 | 1799680 | 3.97 | -| CLB LUTs | 16285 | 0 | 0 | 899840 | 2.18 | +| Registers | 67839 | 11 | 0 | 1799680 | 3.97 | +| CLB LUTs | 16264 | 0 | 0 | 899840 | 2.18 | | LOOKAHEAD8 | 652 | 0 | 0 | 112480 | 0.58 | | RAMB36E5 | 64 | 0 | 0 | 967 | 6.62 | | URAM | 144 | 0 | 0 | 463 | 31.10 | @@ -968,12 +968,12 @@ A summary of power utilization is given in the following table +--------------------+-------------------+ | GeMM Configuration | Dynamic Power (W) | +--------------------+-------------------+ -| 32x32x32 | 8.017 | -| 64x64x64 | 8.575 | -| 128x128x128 | 8.778 | -| 256x256x256 | 8.693 | -| 512x512x512 | 8.659 | -| 1024x1024x1024 | 8.758 | +| 32x32x32 | 7.469 | +| 64x64x64 | 8.659 | +| 128x128x128 | 8.665 | +| 256x256x256 | 8.682 | +| 512x512x512 | 8.538 | +| 1024x1024x1024 | 8.682 | +--------------------+-------------------+ ``` @@ -1036,12 +1036,12 @@ TOPS and power utilization for DSP based martix multiplication is more or less i +--------------------+---------------+ | GeMM Configuration | TOPs/W | +--------------------+---------------+ -| 32x32x32 | 0.168301 | -| 64x64x64 | 0.164612 | -| 128x128x128 | 0.162999 | -| 256x256x256 | 0.164874 | -| 512x512x512 | 0.165557 | -| 1024x1024x1024 | 0.163690 | +| 32x32x32 | 0.180649 | +| 64x64x64 | 0.163015 | +| 128x128x128 | 0.165125 | +| 256x256x256 | 0.165083 | +| 512x512x512 | 0.167903 | +| 1024x1024x1024 | 0.165123 | +--------------------+---------------+ ``` @@ -1059,12 +1059,12 @@ A summary of throughput and latency for all variations is shown in the following +--------------------+-------------------+------------------+---------------+-----------+--------------------+-------------+-------------------------+--------------+------------------+--------------------+----------------+ | GeMM Configuration | perf (in MSPS) | Latency(us) | Matrices/s | TOPs | No.of Active Cores | Vector Load | No. of Active mem Banks | Mem R/W Rate | Active AIE Tiles | Dynamic Power (mW) | TOPs per Watt | +--------------------+-------------------+------------------+---------------+-----------+--------------------+-------------+-------------------------+--------------+------------------+--------------------+----------------+ -| 32x32x32 | 10541.176 | 0.097 | 10.29 x 10^6 | 1.34927 | NA | NA | NA | NA | NA | 8017 | 0.168301 | -| 64x64x64 | 11027.692 | 0.371 | 2.69 x 10^6 | 1.41154 | NA | NA | NA | NA | NA | 8575 | 0.164612 | -| 128x128x128 | 5589.083 | 2.931 | 3.41 x 10^5 | 1.43081 | NA | NA | NA | NA | NA | 8778 | 0.162999 | -| 256x256x256 | 2799.316 | 23.411 | 4.27 x 10^4 | 1.43325 | NA | NA | NA | NA | NA | 8693 | 0.164874 | -| 512x512x512 | 1399.957 | 187.25 | 5.34 x 10^3 | 1.43356 | NA | NA | NA | NA | NA | 8659 | 0.165557 | -| 1024x1024x1024 | 699.997 | 1497.9 | 6.67 x 10^2 | 1.43359 | NA | NA | NA | NA | NA | 8758 | 0.163690 | +| 32x32x32 | 10541.176 | 0.097 | 10.29 x 10^6 | 1.34927 | NA | NA | NA | NA | NA | 7469 | 0.180649 | +| 64x64x64 | 11027.692 | 0.371 | 2.69 x 10^6 | 1.41154 | NA | NA | NA | NA | NA | 8659 | 0.163015 | +| 128x128x128 | 5589.083 | 2.931 | 3.41 x 10^5 | 1.43081 | NA | NA | NA | NA | NA | 8665 | 0.165125 | +| 256x256x256 | 2799.316 | 23.411 | 4.27 x 10^4 | 1.43325 | NA | NA | NA | NA | NA | 8682 | 0.165083 | +| 512x512x512 | 1399.957 | 187.25 | 5.34 x 10^3 | 1.43356 | NA | NA | NA | NA | NA | 8538 | 0.167903 | +| 1024x1024x1024 | 699.997 | 1497.9 | 6.67 x 10^2 | 1.43359 | NA | NA | NA | NA | NA | 8682 | 0.165123 | +--------------------+-------------------+------------------+---------------+-----------+--------------------+-------------+-------------------------+--------------+------------------+--------------------+----------------+ ``` diff --git a/AI_Engine_Development/AIE/Design_Tutorials/10-GeMM_AIEvsDSP/DSP/sample_env_setup.sh b/AI_Engine_Development/AIE/Design_Tutorials/10-GeMM_AIEvsDSP/DSP/sample_env_setup.sh index b539a6d35a..aed873bbcb 100755 --- a/AI_Engine_Development/AIE/Design_Tutorials/10-GeMM_AIEvsDSP/DSP/sample_env_setup.sh +++ b/AI_Engine_Development/AIE/Design_Tutorials/10-GeMM_AIEvsDSP/DSP/sample_env_setup.sh @@ -6,9 +6,9 @@ # ======================================================= # Set Platform ,Vitis and Versal Image repo # ======================================================= -export PLATFORM_REPO_PATHS= -export XILINX_VITIS = /2025.1 -export COMMON_IMAGE_VERSAL= +export PLATFORM_REPO_PATHS= +export XILINX_VITIS = /2025.2 +export COMMON_IMAGE_VERSAL= # ==================================================== # Source Versal Image ,Vitis and Aietools # ==================================================== @@ -19,7 +19,7 @@ source $XILINX_VITIS/settings64.sh # ========================================================= # Platform Selection... # ========================================================= -tgt_plat=xilinx_vck190_base_202510_1 +tgt_plat=xilinx_vck190_base_202520_1 export PLATFORM=$PLATFORM_REPO_PATHS/$tgt_plat/$tgt_plat\.xpfm # ========================================================== # Validating Tool Installation diff --git a/AI_Engine_Development/AIE/Design_Tutorials/10-GeMM_AIEvsDSP/README.md b/AI_Engine_Development/AIE/Design_Tutorials/10-GeMM_AIEvsDSP/README.md index 16e2b6fbff..39d8941bd2 100755 --- a/AI_Engine_Development/AIE/Design_Tutorials/10-GeMM_AIEvsDSP/README.md +++ b/AI_Engine_Development/AIE/Design_Tutorials/10-GeMM_AIEvsDSP/README.md @@ -15,7 +15,7 @@ # Versal GeMM Implementation Using Vitis Acceleration Library and DSP58 Tutorial -***Version: Vitis 2025.1*** +***Version: Vitis 2025.2*** ## Table of Contents @@ -67,6 +67,7 @@ After completing the tutorial, you should be able to: ### Design Overview #### AIE + In this design, the multiplication of 2 square matrices (MatA and MatB) is done using a 24-AIE core overlay. MatA is divided into 3 x 8 blocks and MatB into 8 x 3 blocks. MatA input is provided 1x8 block at a time, using 8 input streams, and MatB is provided using 24 input streams for each 8x3 blocks. Output Matrix MatC is divided into 3x3 blocks and is given out @@ -74,6 +75,7 @@ as 1x3block at a time using 3 output streams. 24 core overlay is chosen to keep Dimensions, 32x32x32-64x64x64 onwards to 1024x1024x1024 and keep the performance high. #### DSP + In this design, Matrix multiplication is implemented using Systolic array of 1024 DSP58 Engines. There are 32 DSP58 cascade chains, each chain has 32 DSP58s. Matrix-Matrix multiplication is decomposed into Matrix-Vector multiplication. One Matrix B column vector is multiplied by each row of Matrix A. This is achieved by broadcasting Matrix B column vector to DSPs at the same position in each cascade chain, while all 1K elements of Matrix A are read and each element drives one Port A of DSP58. One cascade chain implements @@ -135,7 +137,7 @@ GeMM_AIEvsDSP * [AM009 AI Engine Architecture Manual](https://docs.amd.com/r/en-US/am009-versal-ai-engine/Revision-History) -* [Versal ACAP AI Engines for Dummies](https://forums.xilinx.com/t5/Design-and-Debug-Techniques-Blog/Versal-ACAP-AI-Engines-for-Dummies/ba-p/1132493) +* [Versal adaptive SoC AI Engines for Dummies](https://forums.xilinx.com/t5/Design-and-Debug-Techniques-Blog/Versal-ACAP-AI-Engines-for-Dummies/ba-p/1132493) @@ -188,8 +190,8 @@ The script sets up the environment variables and sources scripts explained below 1. The `PLATFORM_REPO_PATHS` environment variable is based on where you downloaded the platform. 2. The `XILINX_TOOLS_LOCATION` path to the AMD tools is used to source the `settings64.sh` script. -3. The `XLNX_VERSAL` path to the `xilinx-versal-common-v2025.1` directory is used in the step below. -4. The platform is set up by running the `xilinx-versal-common-v2025.1/environment-setup-cortexa72-cortexa53-amd-linux` script as provided in the platform download This script sets up the `SDKTARGETSYSROOT` and `CXX` variables. If the script is not present, you _must_ run the `xilinx-versal-common-v2025.1/sdk.sh` script. +3. The `XLNX_VERSAL` path to the `xilinx-versal-common-v2025.2` directory is used in the step below. +4. The platform is set up by running the `xilinx-versal-common-v2025.2/environment-setup-cortexa72-cortexa53-amd-linux` script as provided in the platform download This script sets up the `SDKTARGETSYSROOT` and `CXX` variables. If the script is not present, you _must_ run the `xilinx-versal-common-v2025.2/sdk.sh` script. 5. `DSPLIB_VITIS` is the path to the downloaded Vitis Libraries. This is only required for the AI Engine implementation. 6. In the script, you can optionally set up an `XRT_ROOT` environment variable, pointing to XRT - RPMs, which can be packaged in the Vitis compiler packaging step. If it is not set up, this environment variable is automatically excluded from packaging. 7. The script also sets up the `PLATFORM` variable pointing to the required `.xpfm` file of the target platform set by the variable `tgt_plat`. @@ -217,7 +219,7 @@ platforminfo --list | grep -m 1 -A 9 vck190 The output of the above command should be as follows: ```bash - "baseName": "xilinx_vck190_base_202510_1", + "baseName": "xilinx_vck190_base_202520_1", "version": "1.0", "type": "sdsoc", "dataCenter": "false", @@ -234,8 +236,8 @@ The output of the above command should be as follows: The Makefile and source files for the AI Engine and HLS implementations are in the `AIE` and `DSP` directories respectively. For the documentation of the flow to build the design and details of the hardware and software design, follow each of the links below: -* [AI Engine design implementation](AIE) -* [DSP design implementation with DSP Engines](DSP) +* [AI Engine design implementation](AIE/README.md) +* [DSP design implementation with DSP Engines](DSP/README.md) ## AI Engine and DSP Implementation Comparison @@ -243,8 +245,8 @@ The following table shows a comparison between a 1024 x 1024 x1024 GeMM design i | Design Target | TOPS
| Average Latency (in μs) | AIE Vector Cores | AIE Vector Load | Active Mem Banks /
Mem R/W Rate | Active AIE Tiles | FF (Regs) /
CLB LUTs | BRAMs | DSPs | Dynamic Power
(in mW) | TOPS per Watt
(in TOPS/Watt) | |:-------------:|:----------------------------------:|:-----------------------:|:----------------:|:---------------:|:------------------------------------:|:----------------:|:-------------------------:|:-----:|:----:|:-------------------------:|:---------------------------------------:| -| AIE | 1.551 | 3.331 | 24 | 842.98% | 252 /
14.245% | 43 | 26478 /
13548 |66 | 0 | 4911 | 0.320 | -| DSP | 1.433 | 1497.971 | NA | NA | NA | NA | 70986 /
17340 | 64 | 1024 | 8758 | 0.163 | +| AIE | 1.551 | 3.331 | 24 | 82.96% | 252 /
13.980% | 46 | 26471 /
13546 |66 | 0 | 4876 | 0.320 | +| DSP | 1.433 | 1497.971 | NA | NA | NA | NA | 71086 /
17324 | 64 | 1024 | 8682 | 0.165 | It is important to understand that those 46 AI Engines tiles are not all required for the GeMM compute: 24 AI Engines/vector cores are required for computation, and 22 AI Engines are required for the memory to store the Matrices and also to enable connectivity around the array. The average load on these additional 22 AI Engine tiles is 84.63%. @@ -278,10 +280,10 @@ Below are links to the XRT information used by this tutorial: * [XRT AIE API](https://github.com/Xilinx/XRT/blob/master/src/runtime_src/core/include/experimental/xrt_aie.h): Documents the AI Engine XRT API calls -* [XRT Release Notes](https://www.xilinx.com/support/documentation/sw_manuals/xilinx2025_1/ug1451-xrt-release-notes.pdf) +* [XRT Release Notes](https://www.xilinx.com/support/documentation/sw_manuals/xilinx2025_2/ug1451-xrt-release-notes.pdf) -#### [Vitis Unified Software Development Platform 2025.1 Documentation](https://docs.amd.com/v/u/en-US/ug1416-vitis-documentation) +#### [Vitis Unified Software Development Platform 2025.2 Documentation](https://docs.amd.com/v/u/en-US/ug1416-vitis-documentation) Below are links to Vitis related information referenced in this tutorial: diff --git a/AI_Engine_Development/AIE/Design_Tutorials/11-Bilinear_Interpolation/Makefile b/AI_Engine_Development/AIE/Design_Tutorials/11-Bilinear_Interpolation/Makefile index b0d3183d8f..50f4816ff5 100644 --- a/AI_Engine_Development/AIE/Design_Tutorials/11-Bilinear_Interpolation/Makefile +++ b/AI_Engine_Development/AIE/Design_Tutorials/11-Bilinear_Interpolation/Makefile @@ -8,9 +8,9 @@ ECHO = @echo export TARGET = hw_emu -RELEASE=2025.1 +RELEASE=2025.2 BOARD=vck190 -BASE_NUM=202510_1 +BASE_NUM=202520_1 # Platform Selection... VERSAL_VITIS_PLATFORM = xilinx_${BOARD}\_base_${BASE_NUM} diff --git a/AI_Engine_Development/AIE/Design_Tutorials/11-Bilinear_Interpolation/README.md b/AI_Engine_Development/AIE/Design_Tutorials/11-Bilinear_Interpolation/README.md index c5dfbab95f..96b0912ac2 100644 --- a/AI_Engine_Development/AIE/Design_Tutorials/11-Bilinear_Interpolation/README.md +++ b/AI_Engine_Development/AIE/Design_Tutorials/11-Bilinear_Interpolation/README.md @@ -15,7 +15,7 @@ # Bilinear Interpolation -***Version: Vitis 2025.1*** +***Version: Vitis 2025.2*** ## Table of Contents diff --git a/AI_Engine_Development/AIE/Design_Tutorials/11-Bilinear_Interpolation/aie/Makefile b/AI_Engine_Development/AIE/Design_Tutorials/11-Bilinear_Interpolation/aie/Makefile index 457b18ea5d..6cfd7aa879 100644 --- a/AI_Engine_Development/AIE/Design_Tutorials/11-Bilinear_Interpolation/aie/Makefile +++ b/AI_Engine_Development/AIE/Design_Tutorials/11-Bilinear_Interpolation/aie/Makefile @@ -7,7 +7,7 @@ SRC_DIR := ./src MY_SOURCES := $(shell find $(SRC_DIR) -name *.cpp) $(shell find $(SRC_DIR) -name *.h) -PLATFORM_USE := xilinx_vck190_base_202510_1 +PLATFORM_USE := xilinx_vck190_base_202520_1 PLATFORM := ${PLATFORM_REPO_PATHS}/${PLATFORM_USE}/${PLATFORM_USE}.xpfm COMPILE_OPTS := --aie.pl-freq=625 --aie.adf-api-log-level=2 --aie.kernel-linting \ diff --git a/AI_Engine_Development/AIE/Design_Tutorials/12-IFFT64K-2D/Makefile b/AI_Engine_Development/AIE/Design_Tutorials/12-IFFT64K-2D/Makefile index 4f7f4a08d8..ffebe94987 100644 --- a/AI_Engine_Development/AIE/Design_Tutorials/12-IFFT64K-2D/Makefile +++ b/AI_Engine_Development/AIE/Design_Tutorials/12-IFFT64K-2D/Makefile @@ -5,12 +5,12 @@ # Author: Mark Rollins ECHO = @echo -export TARGET ?= hw_emu +export TARGET ?= hw -RELEASE=2025.1 +RELEASE=2025.2 TOP_DIR ?= $(shell readlink -f .) -PLATFORM_NAME = xilinx_vck190_base_202510_1 +PLATFORM_NAME = xilinx_vck190_base_202520_1 PLATFORM_PATH = ${PLATFORM_REPO_PATHS} export PLATFORM = ${PLATFORM_PATH}/${PLATFORM_NAME}/${PLATFORM_NAME}.xpfm diff --git a/AI_Engine_Development/AIE/Design_Tutorials/12-IFFT64K-2D/README.md b/AI_Engine_Development/AIE/Design_Tutorials/12-IFFT64K-2D/README.md index 4b85eabd08..8b090905b7 100644 --- a/AI_Engine_Development/AIE/Design_Tutorials/12-IFFT64K-2D/README.md +++ b/AI_Engine_Development/AIE/Design_Tutorials/12-IFFT64K-2D/README.md @@ -15,7 +15,7 @@ # 64K-Pt IFFT @ 2 Gsps Using a 2D Architecture -***Version: Vitis 2025.1*** +***Version: Vitis 2025.2*** ## Table of Contents @@ -39,8 +39,9 @@ A 1D FFT may be implemented on the AI Engine array using a 2D FFT algorithm with The 2D architecture is not new to AI Engine. [XAPP1356](https://docs.amd.com/r/en-US/xapp1356-fft-ai-engine) first explored its use several years ago to achieve 3.7 Gsps with 10 AI Engine tiles. In this tutorial, we explore using the 2D architecture to implement large point transforms in the SSR > 1 regime: specifically a 64K-pt IFFT @ 2 Gsps. In this scenario, the design requires both AI Engine tile resources for compute and programmable logic (PL) resources for sample reordering as shown in detail below. -## Matlab Model -A Matlab model of the 64K-pt IFFT implemented as a $256 \times 256$ 2D architecture is shown below. The model & algorithm consist of the following steps: +## MATLAB Model + +A MATLAB® model of the 64K-pt IFFT implemented as a $256 \times 256$ 2D architecture is shown below. The model & algorithm consist of the following steps: 1. Load the input data in column-major order into a $256 \times 256$ matrix. 1. Take 256-pt transforms along each row 1. Perform a point-wise multiplication of the data matrix with a "twiddle matrix" (see code below for its detailed definition) @@ -137,17 +138,17 @@ The figure below summarizes the AI Engine and PL resources required to implement ### Setup & Initialization -IMPORTANT: Before beginning the tutorial ensure you have installed Vitis™ 2025.1 software. Ensure you have downloaded the Common Images for Embedded Vitis Platforms from [this link](https://www.xilinx.com/support/download/index.html/content/xilinx/en/downloadNav/embedded-platforms.html). +IMPORTANT: Before beginning the tutorial ensure you have installed Vitis™ 2025.2 software. Ensure you have downloaded the Common Images for Embedded Vitis Platforms from [this link](https://www.xilinx.com/support/download/index.html/content/xilinx/en/downloadNav/embedded-platforms.html). Set the environment variable ```COMMON_IMAGE_VERSAL``` to the full path where you have downloaded the Common Images. Then set the environment variable ```PLATFORM_REPO_PATHS``` to the value ```$XILINX_VITIS/base_platforms```. Additional information on this process may be found [here](../../../AIE#environment-settings). The remaining environment variables are configured in the top level Makefile ```/12-IFFT64K-2D/Makefile``` file. ``` -RELEASE=2025.1 +RELEASE=2025.2 TOP_DIR ?= $(shell readlink -f .) -PLATFORM_NAME = xilinx_vck190_base_202510_1 +PLATFORM_NAME = xilinx_vck190_base_202520_1 PLATFORM_PATH = ${PLATFORM_REPO_PATHS} export PLATFORM = ${PLATFORM_PATH}/${PLATFORM_NAME}/${PLATFORM_NAME}.xpfm diff --git a/AI_Engine_Development/AIE/Design_Tutorials/12-IFFT64K-2D/aie/ifft256p4/Makefile b/AI_Engine_Development/AIE/Design_Tutorials/12-IFFT64K-2D/aie/ifft256p4/Makefile index b765eb4d48..90a9ec5812 100644 --- a/AI_Engine_Development/AIE/Design_Tutorials/12-IFFT64K-2D/aie/ifft256p4/Makefile +++ b/AI_Engine_Development/AIE/Design_Tutorials/12-IFFT64K-2D/aie/ifft256p4/Makefile @@ -9,8 +9,7 @@ SIM_FIFO := false MY_APP := ifft256p4_app MY_SOURCES := ${MY_APP}.cpp ifft256p4_graph.h ifft256p4.h ifft256p4.cpp -PLATFORM_USE := xilinx_vck190_base_202510_1 -PLATFORM ?= ${PLATFORM_REPO_PATHS}/${PLATFORM_USE}/${PLATFORM_USE}.xpfm +PART_USE := xcvc1902-vsva2197-2MP-e-S CHECK_FIFO := --aie.evaluate-fifo-depth --aie.Xrouter=disablePathBalancing @@ -20,7 +19,7 @@ DSPLIB_OPTS := --include=${DSPLIB_ROOT}/L2/include/aie \ AIE_OUTPUT := libadf.a -AIE_FLAGS := ${DSPLIB_OPTS} --platform=${PLATFORM} ${MY_APP}.cpp --aie.output-archive=${AIE_OUTPUT} +AIE_FLAGS := ${DSPLIB_OPTS} --part=${PART_USE} ${MY_APP}.cpp --aie.output-archive=${AIE_OUTPUT} ifeq (${SIM_FIFO}, true) AIE_FLAGS := ${AIE_FLAGS} ${CHECK_FIFO} @@ -74,7 +73,7 @@ trace: aiesimulator --online -wdb -ctf 2>&1| tee -a log throughput: - @../../scripts/throughput.py aiesimulator_output/data/sig_o_0.txt --iscomplex + @../../scripts/check_throughput.py PLIO_i_0 4935.93 5.0 regression: matlab -batch regression @@ -85,7 +84,7 @@ analyze: clean: rm -rf .Xil Work libadf.a rm -rf aiesimulator_output* aiesimulator*.log - rm -rf x86simulator_output* + rm -rf x86simulator_output* function_wdb_dir rm -rf log log* rm -rf *.xpe *.elf *.db *.soln Map_* xnw* *.lp *.log .xil .Xil *.lp *.db *.log *.exe *.vcd *.json rm -rf vitis_analyzer* pl_sample_counts* pl_sample_count_* diff --git a/AI_Engine_Development/AIE/Design_Tutorials/12-IFFT64K-2D/aie/ifft256p4_rot/Makefile b/AI_Engine_Development/AIE/Design_Tutorials/12-IFFT64K-2D/aie/ifft256p4_rot/Makefile index 8fa43d43df..9551d60c70 100644 --- a/AI_Engine_Development/AIE/Design_Tutorials/12-IFFT64K-2D/aie/ifft256p4_rot/Makefile +++ b/AI_Engine_Development/AIE/Design_Tutorials/12-IFFT64K-2D/aie/ifft256p4_rot/Makefile @@ -9,8 +9,7 @@ SIM_FIFO := false MY_APP := ifft256p4_rot_app MY_SOURCES := ${MY_APP}.cpp ifft256p4_rot_graph.h ifft256p4_rot.h ifft256p4_rot.cpp -PLATFORM_USE := xilinx_vck190_base_202510_1 -PLATFORM ?= ${PLATFORM_REPO_PATHS}/${PLATFORM_USE}/${PLATFORM_USE}.xpfm +PART_USE := xcvc1902-vsva2197-2MP-e-S CHECK_FIFO := --aie.evaluate-fifo-depth --aie.Xrouter=disablePathBalancing @@ -20,7 +19,7 @@ DSPLIB_OPTS := --include=${DSPLIB_ROOT}/L2/include/aie \ AIE_OUTPUT := libadf.a -AIE_FLAGS := ${DSPLIB_OPTS} --platform=${PLATFORM} ${MY_APP}.cpp --aie.output-archive=${AIE_OUTPUT} +AIE_FLAGS := ${DSPLIB_OPTS} --part=${PART_USE} ${MY_APP}.cpp --aie.output-archive=${AIE_OUTPUT} ifeq (${SIM_FIFO}, true) AIE_FLAGS := ${AIE_FLAGS} ${CHECK_FIFO} @@ -74,7 +73,7 @@ trace: aiesimulator --online -wdb -ctf 2>&1| tee -a log throughput: - @../../scripts/throughput.py aiesimulator_output/data/sig_o_0.txt --iscomplex + @../../scripts/check_throughput.py PLIO_i_0 3984.98 5.0 regression: matlab -batch regression @@ -85,7 +84,7 @@ analyze: clean: rm -rf .Xil Work libadf.a rm -rf aiesimulator_output* aiesimulator*.log - rm -rf x86simulator_output* + rm -rf x86simulator_output* function_wdb_dir rm -rf log log* rm -rf *.xpe *.elf *.db *.soln Map_* xnw* *.lp *.log .xil .Xil *.lp *.db *.log *.exe *.vcd *.json rm -rf vitis_analyzer* pl_sample_counts* pl_sample_count_* diff --git a/AI_Engine_Development/AIE/Design_Tutorials/12-IFFT64K-2D/aie/ifft64k/Makefile b/AI_Engine_Development/AIE/Design_Tutorials/12-IFFT64K-2D/aie/ifft64k/Makefile index e645bc45c6..ef6d6ba7ce 100644 --- a/AI_Engine_Development/AIE/Design_Tutorials/12-IFFT64K-2D/aie/ifft64k/Makefile +++ b/AI_Engine_Development/AIE/Design_Tutorials/12-IFFT64K-2D/aie/ifft64k/Makefile @@ -4,13 +4,13 @@ # # Author: Mark Rollins -AIE_SIM_ONLY := false - SIM_FIFO := false MY_APP := ifft64k_app MY_SOURCES := ${MY_APP}.cpp ifft64k_graph.h ../ifft256p4_rot/ifft256p4_rot_graph.h ../ifft256p4/ifft256p4_graph.h +PART_USE := xcvc1902-vsva2197-2MP-e-S + CHECK_FIFO := --aie.evaluate-fifo-depth --aie.Xrouter=disablePathBalancing DSPLIB_OPTS := --include=${DSPLIB_ROOT}/L2/include/aie \ @@ -21,15 +21,11 @@ DSPLIB_OPTS := --include=${DSPLIB_ROOT}/L2/include/aie \ AIE_OUTPUT := libadf.a -AIE_FLAGS := ${DSPLIB_OPTS} --platform=${PLATFORM} ${MY_APP}.cpp --aie.output-archive=${AIE_OUTPUT} +AIE_FLAGS := ${DSPLIB_OPTS} --part=${PART_USE} ${MY_APP}.cpp --aie.output-archive=${AIE_OUTPUT} ifeq (${SIM_FIFO}, true) AIE_FLAGS := ${AIE_FLAGS} ${CHECK_FIFO} endif -ifeq (${AIE_SIM_ONLY},true) - AIE_FLAGS := ${AIE_FLAGS} --aie.Xpreproc="-DAIE_SIM_ONLY" -endif - .PHONY: help clean x86com x86sim sim profile throughput @@ -53,7 +49,7 @@ help:: @echo " make clean" @echo " Command to remove all the generated files." -all: ${AIE_OUTPUT} +all: ${AIE_OUTPUT} sim throughput_ok x86all: clean x86com x86sim @@ -78,17 +74,17 @@ profile: trace: aiesimulator --online -wdb -ctf 2>&1| tee -a log -throughput: - @../../scripts/throughput.py aiesimulator_output/data/front_o_0.txt --iscomplex - @../../scripts/throughput.py aiesimulator_output/data/front_o_1.txt --iscomplex - @../../scripts/throughput.py aiesimulator_output/data/front_o_2.txt --iscomplex - @../../scripts/throughput.py aiesimulator_output/data/front_o_3.txt --iscomplex - @../../scripts/throughput.py aiesimulator_output/data/front_o_4.txt --iscomplex - @../../scripts/throughput.py aiesimulator_output/data/back_o_0.txt --iscomplex - @../../scripts/throughput.py aiesimulator_output/data/back_o_1.txt --iscomplex - @../../scripts/throughput.py aiesimulator_output/data/back_o_2.txt --iscomplex - @../../scripts/throughput.py aiesimulator_output/data/back_o_3.txt --iscomplex - @../../scripts/throughput.py aiesimulator_output/data/back_o_4.txt --iscomplex +throughput_ok: + @../../scripts/check_throughput.py PLIO_front_o_0 3987.50 5.0 + @../../scripts/check_throughput.py PLIO_front_o_1 3987.50 5.0 + @../../scripts/check_throughput.py PLIO_front_o_2 3987.50 5.0 + @../../scripts/check_throughput.py PLIO_front_o_3 3987.50 5.0 + @../../scripts/check_throughput.py PLIO_front_o_4 3987.50 5.0 + @../../scripts/check_throughput.py PLIO_back_o_0 4926.04 5.0 + @../../scripts/check_throughput.py PLIO_back_o_1 4926.04 5.0 + @../../scripts/check_throughput.py PLIO_back_o_2 4926.04 5.0 + @../../scripts/check_throughput.py PLIO_back_o_3 4926.04 5.0 + @../../scripts/check_throughput.py PLIO_back_o_4 4926.04 5.0 regression: matlab -batch regression diff --git a/AI_Engine_Development/AIE/Design_Tutorials/12-IFFT64K-2D/aie/ifft64k/ifft64k_app.cpp b/AI_Engine_Development/AIE/Design_Tutorials/12-IFFT64K-2D/aie/ifft64k/ifft64k_app.cpp index 4ce7088998..25cf023680 100644 --- a/AI_Engine_Development/AIE/Design_Tutorials/12-IFFT64K-2D/aie/ifft64k/ifft64k_app.cpp +++ b/AI_Engine_Development/AIE/Design_Tutorials/12-IFFT64K-2D/aie/ifft64k/ifft64k_app.cpp @@ -26,13 +26,8 @@ class my_graph : public graph { std::string fname_o = "data/front_o_" + std::to_string(ff) + ".txt"; std::string pname_i = "PLIO_front_i_" + std::to_string(ff); std::string pname_o = "PLIO_front_o_" + std::to_string(ff); -#ifdef AIE_SIM_ONLY front_i[ff] = input_plio::create(pname_i,plio_64_bits,fname_i); front_o[ff] = output_plio::create(pname_o,plio_64_bits,fname_o); -#else - front_i[ff] = input_plio::create(pname_i,plio_64_bits); - front_o[ff] = output_plio::create(pname_o,plio_64_bits); -#endif connect( front_i[ff].out[0], dut.front_i[ff] ); connect( dut.front_o[ff], front_o[ff].in[0] ); } @@ -41,13 +36,8 @@ class my_graph : public graph { std::string fname_o = "data/back_o_" + std::to_string(bb) + ".txt"; std::string pname_i = "PLIO_back_i_" + std::to_string(bb); std::string pname_o = "PLIO_back_o_" + std::to_string(bb); -#ifdef AIE_SIM_ONLY back_i[bb] = input_plio::create(pname_i,plio_64_bits,fname_i); back_o[bb] = output_plio::create(pname_o,plio_64_bits,fname_o); -#else - back_i[bb] = input_plio::create(pname_i,plio_64_bits); - back_o[bb] = output_plio::create(pname_o,plio_64_bits); -#endif connect( back_i[bb].out[0], dut.back_i[bb] ); connect( dut.back_o[bb], back_o[bb].in[0] ); } diff --git a/AI_Engine_Development/AIE/Design_Tutorials/12-IFFT64K-2D/aie/sincos_test/Makefile b/AI_Engine_Development/AIE/Design_Tutorials/12-IFFT64K-2D/aie/sincos_test/Makefile index be3efa4887..b87092a367 100644 --- a/AI_Engine_Development/AIE/Design_Tutorials/12-IFFT64K-2D/aie/sincos_test/Makefile +++ b/AI_Engine_Development/AIE/Design_Tutorials/12-IFFT64K-2D/aie/sincos_test/Makefile @@ -9,8 +9,7 @@ SIM_FIFO := false MY_APP := sincos_test_app MY_SOURCES := ${MY_APP}.cpp sincos_test_graph.h sincos_test.h sincos_test.cpp -PLATFORM_USE := xilinx_vck190_base_202510_1 -PLATFORM ?= ${PLATFORM_REPO_PATHS}/${PLATFORM_USE}/${PLATFORM_USE}.xpfm +PART_USE := xcvc1902-vsva2197-2MP-e-S CHECK_FIFO := --aie.evaluate-fifo-depth --aie.Xrouter=disablePathBalancing @@ -20,7 +19,7 @@ DSPLIB_OPTS := --include=${DSPLIB_ROOT}/L2/include/aie \ AIE_OUTPUT := libadf.a -AIE_FLAGS := ${DSPLIB_OPTS} --platform=${PLATFORM} ${MY_APP}.cpp --aie.output-archive=${AIE_OUTPUT} +AIE_FLAGS := ${DSPLIB_OPTS} --part=${PART_USE} ${MY_APP}.cpp --aie.output-archive=${AIE_OUTPUT} ifeq (${SIM_FIFO}, true) AIE_FLAGS := ${AIE_FLAGS} ${CHECK_FIFO} diff --git a/AI_Engine_Development/AIE/Design_Tutorials/12-IFFT64K-2D/ps_apps/host.cpp b/AI_Engine_Development/AIE/Design_Tutorials/12-IFFT64K-2D/ps_apps/host.cpp index 5f084707a8..fcf5ae6563 100644 --- a/AI_Engine_Development/AIE/Design_Tutorials/12-IFFT64K-2D/ps_apps/host.cpp +++ b/AI_Engine_Development/AIE/Design_Tutorials/12-IFFT64K-2D/ps_apps/host.cpp @@ -4,11 +4,6 @@ // // Author: Mark Rollins -#include "ifft64k_graph.h" - -// Instantiate AIE graph: -ifft64k_graph aie_dut; - #include #include #include @@ -50,8 +45,6 @@ static constexpr unsigned NUM_SAMPLES_O = 2*DDR_WORD_DEPTH_O; // 2 x 32-bit ( static constexpr unsigned DDR_BUFFSIZE_I_BYTES = NUM_SAMPLES_I * 4; // Each real/imag sample is 4 bytes static constexpr unsigned DDR_BUFFSIZE_O_BYTES = NUM_SAMPLES_O * 4; // Each real/imag sample is 4 bytes -static constexpr unsigned TOTAL_O_BYTES = LOOP_CNT_O*260*52*8; // Includes overhead on a single PLIO - // ------------------------------------------------------------ // Main // ------------------------------------------------------------ @@ -165,10 +158,6 @@ int main(int argc, char* argv[]) dma_snk_run.set_arg( 2, LOOP_CNT_O ); std::cout << STR_PASSED << "dma_snk_run.set_arg( 2, LOOP_CNT_O=" << LOOP_CNT_O << " )" << std::endl; - // Start profiling: - hdl_prof.start(xrt::aie::profiling::profiling_option::io_stream_start_to_bytes_transferred_cycles, - "aie_dut.back_o[0]","",TOTAL_O_BYTES); - dma_src_run.start(); std::cout << STR_PASSED << "dma_src_run.start()" << std::endl; @@ -181,26 +170,6 @@ int main(int argc, char* argv[]) dma_snk_run.wait(); std::cout << STR_PASSED << "dma_snk_run.wait()" << std::endl; - // Stop profiling: - uint64_t cycle_count = hdl_prof.read(); - hdl_prof.stop(); - - // ------------------------------------------------------------ - // Check Throughput - // ------------------------------------------------------------ - - float total_time = float(cycle_count) * (0.8e-9); - float rate_gsps = (5.0/8.0)*(1e-9)*float(TOTAL_O_BYTES)/total_time; // 5 PLIOs and 8B/sample - float target_gsps = 2.4; // Based on HW_EMU - float target_err = 5.0; - float rate_err = 100.0*fabs(target_gsps-rate_gsps)/target_gsps; - bool rate_flag = ( rate_err > target_err ); - std::cout << STR_INFO << "cycle_count: " << cycle_count << " (cycles)" << std::endl; - std::cout << STR_INFO << "total_time: " << total_time << " (sec)" << std::endl; - std::cout << STR_INFO << "throughput: " << rate_gsps << " (Gsps)" << std::endl; - std::cout << STR_INFO << "target: " << target_gsps << " (Gsps)" << std::endl; - std::cout << STR_INFO << "rate_err: " << rate_err << "%" << std::endl; - // ------------------------------------------------------------ // Retrieve Results // ------------------------------------------------------------ @@ -251,13 +220,9 @@ int main(int argc, char* argv[]) ss_a.close(); // Done: - if ( flag == 0 && rate_flag == 0) + if ( flag == 0 ) std::cout << STR_INFO << "--- PASSED ---" << std::endl; - else if ( flag == 0 && rate_flag == 1 ) - std::cout << STR_INFO << "*** FAILED THROUGHPUT ***" << std::endl; - else if ( flag == 1 && rate_flag == 0 ) - std::cout << STR_INFO << "*** FAILED FUNCTIONAL ***" << std::endl; else - std::cout << STR_INFO << "*** FAILED FUNCTIONAL & THROUGHPUT ***" << std::endl; - return(flag | rate_flag); + std::cout << STR_INFO << "*** FAILED ***" << std::endl; + return(flag); } diff --git a/AI_Engine_Development/AIE/Design_Tutorials/12-IFFT64K-2D/scripts/check_throughput.py b/AI_Engine_Development/AIE/Design_Tutorials/12-IFFT64K-2D/scripts/check_throughput.py new file mode 100755 index 0000000000..859cfa9a0c --- /dev/null +++ b/AI_Engine_Development/AIE/Design_Tutorials/12-IFFT64K-2D/scripts/check_throughput.py @@ -0,0 +1,50 @@ +#!/usr/bin/python3 +# +# Copyright (C) 2024, Advanced Micro Devices, Inc. All rights reserved. +# SPDX-License-Identifier: MIT +# +# Author: Mark Rollins + +import argparse +import sys +import os +import re + +# ------------------------------------------------------------ +# Find Throughput from AIE Simulation +# ------------------------------------------------------------ + +def check_throughput(args): + error = 0 + plio = args.plio[0] + target = float(args.target[0]) + accuracy = float(args.accuracy[0]) + with open("AIESimulator.log") as file: + for line in file: + regexp = plio + " .* ([\\d.]+)" + match = re.search(regexp,line) + if match: + actual = float(match.group(1)) + diff = abs(100*(target-actual)/target) + if (actual < target and diff > accuracy): + error = 1 + print("*** ERROR ***") + print(" Target: " + str(target) + " Actual: " + str(actual) + " % Diff: " + str(diff)) + else: + error = 0 + return(error) + +# ------------------------------------------------------------ +# Entry Point +# ------------------------------------------------------------ + +if __name__ == "__main__": + parser = argparse.ArgumentParser(prog=sys.argv[0],description='Check throughput against expected') + parser.add_argument('plio',nargs='+') + parser.add_argument('target',nargs='+') + parser.add_argument('accuracy',nargs='+') + Args = sys.argv + Args.pop(0) + args = parser.parse_args(Args) + error = check_throughput(args) + sys.exit(error) diff --git a/AI_Engine_Development/AIE/Design_Tutorials/12-IFFT64K-2D/scripts/throughput.py b/AI_Engine_Development/AIE/Design_Tutorials/12-IFFT64K-2D/scripts/throughput.py deleted file mode 100755 index ed2a8dd96c..0000000000 --- a/AI_Engine_Development/AIE/Design_Tutorials/12-IFFT64K-2D/scripts/throughput.py +++ /dev/null @@ -1,110 +0,0 @@ -# -# Copyright (C) 2023, Advanced Micro Devices, Inc. All rights reserved. -# SPDX-License-Identifier: MIT -# -# Author: Mark Rollins -# -#!/tools/gensys/anaconda3/bin/python3 -import numpy as np -from math import * -import sys -import argparse - -def GetTime_ns(Stamp): - Time_ns = float(Stamp[1]) - if(Stamp[2] == 'ps'): - Time_ns = Time_ns/1000.0 - elif(Stamp[2] == 'us'): - Time_ns = Time_ns*1000.0 - elif(Stamp[2] == 'ms'): - Time_ns = Time_ns*1000000.0 - elif(Stamp[2] == 's'): - Time_ns = Time_ns*1000000000.0 - return(Time_ns) - -def ReadFile(filename): - # Detect the number of data per PLIO output - fdr = open(filename,'r') - ts = fdr.readline() - d = fdr.readline() - dw = d.split() - fdr.close() - coltime = 0 - coldata = 1 - numdata = len(dw) - coltlast = numdata + 1 - # Initializes the output array - # Format: timestamp (in ns) val1 val2 ... valN TLAST (0 or 1) - a = np.zeros((0,numdata+2)) - fdr = open(filename,'r') - line = ' ' - lnum = 0; - while line !="" : - line = fdr.readline() - if line=='': - continue - res = line.split() - if(res[0] != 'T'): # It should be a timestamp - continue - l = np.zeros((1,numdata+2)) - # Extract the time stamp - l[0][0] = GetTime_ns(res) - line = fdr.readline() - res = line.split() - # extract the TLAST - if(res[0]=='TLAST'): - tlast = 1 - line = fdr.readline() - res = line.split() - else: - tlast = 0 - l[0,coltlast] = tlast - # Extract all values - for i in range(numdata): - l[0,i+1] = float(res[i]) - # Appends to the whole array - a = np.append( a , l,axis=0) - fdr.close() - return(a) - -def Throughput(Filename,IsComplex): - V = ReadFile(Filename) -# print("\n==============================") -# print(Filename) -# print("\n") - NRows = V.shape[0] - NCols = V.shape[1] - NFullFrames = int(np.sum(V[:,NCols-1])) -# print("Number of Full Frames: " + str(NFullFrames)) - # Basic Throughput computation - if IsComplex: - Ratio = 0.5 - else: - Ratio = 1 - RawThroughputMsps = float(NRows*(NCols-2))/(V[NRows-1,0]-V[0,0])*Ratio*1000.0 - print(" Raw Throughput: %.2f (Msps)" % RawThroughputMsps) - # If the output is frame based, compute a more precise throughput - tlast = np.where(V[:,NCols-1] == 1.0) - if(len(tlast[0])<=1): - TotalThroughput = RawThroughputMsps - else: - tlast = tlast[0] - EndRow = tlast[len(tlast)-2]+1 - # EndRow is the number of Rows I take into account for the number of datasource - # The timestamp I am interested in is the timestamp of the next transaction - TotalThroughputMsps = float(EndRow*(NCols-2))/(V[EndRow,0]-V[0,0])*Ratio*1000.0 - print(" Throughput: %.2f" % TotalThroughputMsps) -# print("\n") - -# Entry point of this file -if __name__ == "__main__": - parser = argparse.ArgumentParser(prog=sys.argv[0], description='Compute the throughput corresponding to some output of AIE Simulations') - parser.add_argument('--iscomplex', action='store_true', help='Indicates Complex data in the file') - parser.add_argument('filename',nargs='+') - Args = sys.argv - Args.pop(0) - args = parser.parse_args(Args) - -for f in args.filename: - Throughput(f,args.iscomplex) - diff --git a/AI_Engine_Development/AIE/Design_Tutorials/13-FFT-DFT-on-AIE/Makefile b/AI_Engine_Development/AIE/Design_Tutorials/13-FFT-DFT-on-AIE/Makefile index f97384e9f0..0e4edb8545 100644 --- a/AI_Engine_Development/AIE/Design_Tutorials/13-FFT-DFT-on-AIE/Makefile +++ b/AI_Engine_Development/AIE/Design_Tutorials/13-FFT-DFT-on-AIE/Makefile @@ -6,26 +6,6 @@ ECHO = @echo -export TARGET := hw - -RELEASE=2025.1 -BOARD=vck190 -BASE_NUM=202510_1 - -# Platform Selection... -VERSAL_VITIS_PLATFORM = xilinx_${BOARD}\_base_${BASE_NUM} -VITIS_PLATFORM_DIR = ${PLATFORM_REPO_PATHS}/${VERSAL_VITIS_PLATFORM} -export VITIS_PLATFORM_XPFM = ${VITIS_PLATFORM_DIR}/${VERSAL_VITIS_PLATFORM}.xpfm - -# Set SysRoot, RootFS and Image -export VITIS_SYSROOTS = ${COMMON_IMAGE_VERSAL}/sysroots/cortexa72-cortexa53-amd-linux -export SDKTARGETSYSROOT = ${VITIS_SYSROOTS} -export KERNEL_IMAGE = ${COMMON_IMAGE_VERSAL}/Image -export ROOTFS = ${COMMON_IMAGE_VERSAL}/rootfs.ext4 -export XLNX_VERSAL = ${COMMON_IMAGE_VERSAL} -export PLATFORM = ${VITIS_PLATFORM_XPFM} -export SYSROOT = ${SDKTARGETSYSROOT} - ############## # Build Flow # ############## diff --git a/AI_Engine_Development/AIE/Design_Tutorials/13-FFT-DFT-on-AIE/README.md b/AI_Engine_Development/AIE/Design_Tutorials/13-FFT-DFT-on-AIE/README.md index 7323ff2254..eadfae2cbf 100644 --- a/AI_Engine_Development/AIE/Design_Tutorials/13-FFT-DFT-on-AIE/README.md +++ b/AI_Engine_Development/AIE/Design_Tutorials/13-FFT-DFT-on-AIE/README.md @@ -15,7 +15,7 @@ # Implementing FFT and DFT Designs on AI Engines -***Version: Vitis 2025.1*** +***Version: Vitis 2025.2*** ## Abstract diff --git a/AI_Engine_Development/AIE/Design_Tutorials/13-FFT-DFT-on-AIE/dft16/Makefile b/AI_Engine_Development/AIE/Design_Tutorials/13-FFT-DFT-on-AIE/dft16/Makefile index cb513531b4..1b2c0471f2 100644 --- a/AI_Engine_Development/AIE/Design_Tutorials/13-FFT-DFT-on-AIE/dft16/Makefile +++ b/AI_Engine_Development/AIE/Design_Tutorials/13-FFT-DFT-on-AIE/dft16/Makefile @@ -11,14 +11,13 @@ MY_APP := dft16_app MY_SOURCES := ${MY_APP}.cpp dft16_graph.h dft_1xN_widget_graph.h dft_1xN_widget.h dft_1xN_widget.cpp \ twiddle_dft16.h -PLATFORM_USE := xilinx_vck190_base_202510_1 -PLATFORM ?= ${PLATFORM_REPO_PATHS}/${PLATFORM_USE}/${PLATFORM_USE}.xpfm +PART_USE := xcvc1902-vsva2197-2MP-e-S CHECK_FIFO := --aie.evaluate-fifo-depth --aie.Xrouter=disablePathBalancing AIE_OUTPUT := libadf.a -AIE_FLAGS := --platform=${PLATFORM} ${MY_APP}.cpp --aie.output-archive=${AIE_OUTPUT} +AIE_FLAGS := --part=${PART_USE} ${MY_APP}.cpp --aie.output-archive=${AIE_OUTPUT} ifeq (${SIM_FIFO}, true) AIE_FLAGS := ${AIE_FLAGS} ${CHECK_FIFO} @@ -48,14 +47,14 @@ profile: aiesimulator --online -wdb -text --profile --profile 2>&1| tee -a log throughput_ok: - @../python/check_throughput.py PLIO_dft_o_0 4309.0 5.0 - @../python/check_throughput.py PLIO_dft_o_1 4309.0 5.0 - @../python/check_throughput.py PLIO_dft_o_2 4309.0 5.0 - @../python/check_throughput.py PLIO_dft_o_3 4309.0 5.0 - @../python/check_throughput.py PLIO_dft_o_4 4309.0 5.0 - @../python/check_throughput.py PLIO_dft_o_5 4309.0 5.0 - @../python/check_throughput.py PLIO_dft_o_6 4309.0 5.0 - @../python/check_throughput.py PLIO_dft_o_7 4309.0 5.0 + @../python/check_throughput.py PLIO_dft_o_0 4309.31 5.0 + @../python/check_throughput.py PLIO_dft_o_1 4309.31 5.0 + @../python/check_throughput.py PLIO_dft_o_2 4309.31 5.0 + @../python/check_throughput.py PLIO_dft_o_3 4309.31 5.0 + @../python/check_throughput.py PLIO_dft_o_4 4309.31 5.0 + @../python/check_throughput.py PLIO_dft_o_5 4309.31 5.0 + @../python/check_throughput.py PLIO_dft_o_6 4309.31 5.0 + @../python/check_throughput.py PLIO_dft_o_7 4309.31 5.0 clean: rm -rf Work Work* ${WORK_DIR} diff --git a/AI_Engine_Development/AIE/Design_Tutorials/13-FFT-DFT-on-AIE/fft32_dsplib/Makefile b/AI_Engine_Development/AIE/Design_Tutorials/13-FFT-DFT-on-AIE/fft32_dsplib/Makefile index cff2820789..da70ed34ab 100644 --- a/AI_Engine_Development/AIE/Design_Tutorials/13-FFT-DFT-on-AIE/fft32_dsplib/Makefile +++ b/AI_Engine_Development/AIE/Design_Tutorials/13-FFT-DFT-on-AIE/fft32_dsplib/Makefile @@ -10,8 +10,7 @@ SIM_FIFO := false MY_APP := fft32_dsplib_app MY_SOURCES := ${MY_APP}.cpp fft32_dsplib_graph.h -PLATFORM_USE := xilinx_vck190_base_202510_1 -PLATFORM ?= ${PLATFORM_REPO_PATHS}/${PLATFORM_USE}/${PLATFORM_USE}.xpfm +PART_USE := xcvc1902-vsva2197-2MP-e-S CHECK_FIFO := --evaluate-fifo-depth -Xrouter=disablePathBalancing @@ -21,7 +20,7 @@ DSPLIB_OPTS := --include=${DSPLIB_ROOT}/L2/include/aie \ --include=${DSPLIB_ROOT}/L1/include/aie \ --include=${DSPLIB_ROOT}/L1/src/aie -AIE_FLAGS := --platform=${PLATFORM} ${MY_APP}.cpp --aie.output-archive=${AIE_OUTPUT} ${DSPLIB_OPTS} +AIE_FLAGS := --part=${PART_USE} ${MY_APP}.cpp --aie.output-archive=${AIE_OUTPUT} ${DSPLIB_OPTS} ifeq (${SIM_FIFO}, true) AIE_FLAGS := ${AIE_FLAGS} ${CHECK_FIFO} @@ -54,7 +53,7 @@ vcd: aiesimulator --dump-vcd=hough_tile 2>&1| tee -a log throughput_ok: - @../python/check_throughput.py PLIO_o_0 1715.602094 5.0 + @../python/check_throughput.py PLIO_o_0 1716.03 5.0 loopII: @../python/get_loop_II.py Work/aie diff --git a/AI_Engine_Development/AIE/Design_Tutorials/13-FFT-DFT-on-AIE/fft32_dsplib_split/Makefile b/AI_Engine_Development/AIE/Design_Tutorials/13-FFT-DFT-on-AIE/fft32_dsplib_split/Makefile index 63d22dd6c4..a65d991e9a 100644 --- a/AI_Engine_Development/AIE/Design_Tutorials/13-FFT-DFT-on-AIE/fft32_dsplib_split/Makefile +++ b/AI_Engine_Development/AIE/Design_Tutorials/13-FFT-DFT-on-AIE/fft32_dsplib_split/Makefile @@ -10,8 +10,7 @@ SIM_FIFO := false MY_APP := fft32_dsplib_app MY_SOURCES := ${MY_APP}.cpp fft32_dsplib_graph.h -PLATFORM_USE := xilinx_vck190_base_202510_1 -PLATFORM ?= ${PLATFORM_REPO_PATHS}/${PLATFORM_USE}/${PLATFORM_USE}.xpfm +PART_USE := xcvc1902-vsva2197-2MP-e-S CHECK_FIFO := --evaluate-fifo-depth -Xrouter=disablePathBalancing @@ -21,7 +20,7 @@ DSPLIB_OPTS := --include=${DSPLIB_ROOT}/L2/include/aie \ --include=${DSPLIB_ROOT}/L1/include/aie \ --include=${DSPLIB_ROOT}/L1/src/aie -AIE_FLAGS := --platform=${PLATFORM} ${MY_APP}.cpp --aie.output-archive=${AIE_OUTPUT} ${DSPLIB_OPTS} +AIE_FLAGS := --part=${PART_USE} ${MY_APP}.cpp --aie.output-archive=${AIE_OUTPUT} ${DSPLIB_OPTS} ifeq (${SIM_FIFO}, true) AIE_FLAGS := ${AIE_FLAGS} ${CHECK_FIFO} @@ -54,7 +53,7 @@ vcd: aiesimulator --dump-vcd=hough_tile 2>&1| tee -a log throughput_ok: - @../python/check_throughput.py PLIO_o_0 1483.574197 5.0 + @../python/check_throughput.py PLIO_o_0 1483.57 5.0 loopII: @../python/get_loop_II.py Work/aie diff --git a/AI_Engine_Development/AIE/Design_Tutorials/13-FFT-DFT-on-AIE/fft32_dsplib_ssr/Makefile b/AI_Engine_Development/AIE/Design_Tutorials/13-FFT-DFT-on-AIE/fft32_dsplib_ssr/Makefile index 85afd82a3a..acd1b2d21b 100644 --- a/AI_Engine_Development/AIE/Design_Tutorials/13-FFT-DFT-on-AIE/fft32_dsplib_ssr/Makefile +++ b/AI_Engine_Development/AIE/Design_Tutorials/13-FFT-DFT-on-AIE/fft32_dsplib_ssr/Makefile @@ -10,8 +10,7 @@ SIM_FIFO := false MY_APP := fft32_dsplib_app MY_SOURCES := ${MY_APP}.cpp fft32_dsplib_graph.h -PLATFORM_USE := xilinx_vck190_base_202510_1 -PLATFORM ?= ${PLATFORM_REPO_PATHS}/${PLATFORM_USE}/${PLATFORM_USE}.xpfm +PART_USE := xcvc1902-vsva2197-2MP-e-S CHECK_FIFO := --aie.evaluate-fifo-depth --aie.Xrouter=disablePathBalancing @@ -21,7 +20,7 @@ DSPLIB_OPTS := --include=${DSPLIB_ROOT}/L2/include/aie \ --include=${DSPLIB_ROOT}/L1/include/aie \ --include=${DSPLIB_ROOT}/L1/src/aie -AIE_FLAGS := ${MY_APP}.cpp --platform=${PLATFORM} --aie.output-archive=${AIE_OUTPUT} ${DSPLIB_OPTS} +AIE_FLAGS := ${MY_APP}.cpp --part=${PART_USE} --aie.output-archive=${AIE_OUTPUT} ${DSPLIB_OPTS} ifeq (${SIM_FIFO}, true) AIE_FLAGS := ${AIE_FLAGS} ${CHECK_FIFO} @@ -52,10 +51,10 @@ profile: aiesimulator --online -wdb -text --profile 2>&1| tee -a log throughput_ok: - @../python/check_throughput.py PLIO_o_0 683.509662 5.0 - @../python/check_throughput.py PLIO_o_1 683.509662 5.0 - @../python/check_throughput.py PLIO_o_2 683.509662 5.0 - @../python/check_throughput.py PLIO_o_3 683.509662 5.0 + @../python/check_throughput.py PLIO_o_0 683.99 5.0 + @../python/check_throughput.py PLIO_o_1 683.99 5.0 + @../python/check_throughput.py PLIO_o_2 683.99 5.0 + @../python/check_throughput.py PLIO_o_3 683.99 5.0 loopII: @../python/get_loop_II.py Work/aie diff --git a/AI_Engine_Development/AIE/Design_Tutorials/13-FFT-DFT-on-AIE/fft32_r2/Makefile b/AI_Engine_Development/AIE/Design_Tutorials/13-FFT-DFT-on-AIE/fft32_r2/Makefile index ca90e9220d..e5ab21569d 100644 --- a/AI_Engine_Development/AIE/Design_Tutorials/13-FFT-DFT-on-AIE/fft32_r2/Makefile +++ b/AI_Engine_Development/AIE/Design_Tutorials/13-FFT-DFT-on-AIE/fft32_r2/Makefile @@ -10,14 +10,13 @@ SIM_FIFO := false MY_APP := fft32_r2_app MY_SOURCES := {$MY_APP}.cpp fft32_r2_graph.h fft32_r2_kernel.h fft32_r2_kernel.cpp fft32_r2_twiddle.h -PLATFORM_USE := xilinx_vck190_base_202510_1 -PLATFORM ?= ${PLATFORM_REPO_PATHS}/${PLATFORM_USE}/${PLATFORM_USE}.xpfm +PART_USE := xcvc1902-vsva2197-2MP-e-S CHECK_FIFO := --aie.evaluate-fifo-depth --aie.Xrouter=disablePathBalancing AIE_OUTPUT := libadf.a -AIE_FLAGS := ${MY_APP}.cpp --platform=${PLATFORM} --aie.output-archive=${AIE_OUTPUT} +AIE_FLAGS := ${MY_APP}.cpp --part=${PART_USE} --aie.output-archive=${AIE_OUTPUT} ifeq (${SIM_FIFO}, true) AIE_FLAGS := ${AIE_FLAGS} ${CHECK_FIFO} @@ -47,7 +46,7 @@ profile: aiesimulator --online -wdb -text --profile 2>&1| tee -a log throughput_ok: - @../python/check_throughput.py PLIO_o_0 1519.316011 5.0 + @../python/check_throughput.py PLIO_o_0 1477.42 5.0 loopII: @../python/get_loop_II.py Work/aie diff --git a/AI_Engine_Development/AIE/Design_Tutorials/14-Bitonic-Sorting/Makefile b/AI_Engine_Development/AIE/Design_Tutorials/14-Bitonic-Sorting/Makefile index 2dfbad06cc..47c4a8b817 100644 --- a/AI_Engine_Development/AIE/Design_Tutorials/14-Bitonic-Sorting/Makefile +++ b/AI_Engine_Development/AIE/Design_Tutorials/14-Bitonic-Sorting/Makefile @@ -6,26 +6,6 @@ ECHO = @echo -export TARGET := hw - -RELEASE=2025.1 -BOARD=vck190 -BASE_NUM=202510_1 - -# Platform Selection... -VERSAL_VITIS_PLATFORM = xilinx_${BOARD}\_base_${BASE_NUM} -VITIS_PLATFORM_DIR = ${PLATFORM_REPO_PATHS}/${VERSAL_VITIS_PLATFORM} -export VITIS_PLATFORM_XPFM = ${VITIS_PLATFORM_DIR}/${VERSAL_VITIS_PLATFORM}.xpfm - -# Set SysRoot, RootFS and Image -export VITIS_SYSROOTS = ${COMMON_IMAGE_VERSAL}/sysroots/cortexa72-cortexa53-amd-linux -export SDKTARGETSYSROOT = ${VITIS_SYSROOTS} -export KERNEL_IMAGE = ${COMMON_IMAGE_VERSAL}/Image -export ROOTFS = ${COMMON_IMAGE_VERSAL}/rootfs.ext4 -export XLNX_VERSAL = ${COMMON_IMAGE_VERSAL} -export PLATFORM = ${VITIS_PLATFORM_XPFM} -export SYSROOT = ${SDKTARGETSYSROOT} - ############## # Build Flow # ############## diff --git a/AI_Engine_Development/AIE/Design_Tutorials/14-Bitonic-Sorting/README.md b/AI_Engine_Development/AIE/Design_Tutorials/14-Bitonic-Sorting/README.md index d45ce2f3bf..c5bb22c12b 100644 --- a/AI_Engine_Development/AIE/Design_Tutorials/14-Bitonic-Sorting/README.md +++ b/AI_Engine_Development/AIE/Design_Tutorials/14-Bitonic-Sorting/README.md @@ -15,7 +15,7 @@ # Bitonic SIMD Sorting on AI Engine for `float` Datatypes -***Version: Vitis 2025.1*** +***Version: Vitis 2025.2*** ## Table of Contents diff --git a/AI_Engine_Development/AIE/Design_Tutorials/14-Bitonic-Sorting/bitonic_fp1024/Makefile b/AI_Engine_Development/AIE/Design_Tutorials/14-Bitonic-Sorting/bitonic_fp1024/Makefile index 55ce98b241..6c3d9a1de9 100644 --- a/AI_Engine_Development/AIE/Design_Tutorials/14-Bitonic-Sorting/bitonic_fp1024/Makefile +++ b/AI_Engine_Development/AIE/Design_Tutorials/14-Bitonic-Sorting/bitonic_fp1024/Makefile @@ -11,14 +11,13 @@ SIM_FIFO := false MY_APP := bitonic_fp1024_app MY_SOURCES := ${MY_APP}.cpp bitonic_fp1024.h bitonic_fp1024.cpp bitonic_fp1024_graph.h -PLATFORM_USE := xilinx_vck190_base_202510_1 -PLATFORM ?= ${PLATFORM_REPO_PATHS}/${PLATFORM_USE}/${PLATFORM_USE}.xpfm +PART_USE := xcvc1902-vsva2197-2MP-e-S CHECK_FIFO := --aie.evaluate-fifo-depth --aie.Xrouter=disablePathBalancing AIE_OUTPUT := libadf.a -AIE_FLAGS := --platform=${PLATFORM} ${MY_APP}.cpp --aie.output-archive=${AIE_OUTPUT} +AIE_FLAGS := --part=${PART_USE} ${MY_APP}.cpp --aie.output-archive=${AIE_OUTPUT} ifeq (${SIM_FIFO}, true) AIE_FLAGS := ${AIE_FLAGS} ${CHECK_FIFO} @@ -73,7 +72,7 @@ trace: aiesimulator --online -wdb -text 2>&1| tee -a log throughput_ok: - @../scripts/check_throughput.py PLIO_o 127.647374 5.0 + @../scripts/check_throughput.py PLIO_o 122.51 5.0 analyze: vitis_analyzer aiesimulator_output/default.aierun_summary diff --git a/AI_Engine_Development/AIE/Design_Tutorials/14-Bitonic-Sorting/bitonic_fp16/Makefile b/AI_Engine_Development/AIE/Design_Tutorials/14-Bitonic-Sorting/bitonic_fp16/Makefile index e728419452..e7af063e9f 100644 --- a/AI_Engine_Development/AIE/Design_Tutorials/14-Bitonic-Sorting/bitonic_fp16/Makefile +++ b/AI_Engine_Development/AIE/Design_Tutorials/14-Bitonic-Sorting/bitonic_fp16/Makefile @@ -11,14 +11,13 @@ SIM_FIFO := false MY_APP := bitonic_fp16_app MY_SOURCES := ${MY_APP}.cpp bitonic_fp16.h bitonic_fp16.cpp bitonic_fp16_graph.h -PLATFORM_USE := xilinx_vck190_base_202510_1 -PLATFORM ?= ${PLATFORM_REPO_PATHS}/${PLATFORM_USE}/${PLATFORM_USE}.xpfm +PART_USE := xcvc1902-vsva2197-2MP-e-S CHECK_FIFO := --aie.evaluate-fifo-depth --aie.Xrouter=disablePathBalancing AIE_OUTPUT := libadf.a -AIE_FLAGS := --platform=${PLATFORM} ${MY_APP}.cpp --aie.output-archive=${AIE_OUTPUT} +AIE_FLAGS := --part=${PART_USE} ${MY_APP}.cpp --aie.output-archive=${AIE_OUTPUT} ifeq (${SIM_FIFO}, true) AIE_FLAGS := ${AIE_FLAGS} ${CHECK_FIFO} @@ -73,7 +72,7 @@ trace: aiesimulator --online -wdb -text 2>&1| tee -a log throughput_ok: - @../scripts/check_throughput.py PLIO_o 462.205104 5.0 + @../scripts/check_throughput.py PLIO_o 459.66 5.0 analyze: vitis_analyzer aiesimulator_output/default.aierun_summary diff --git a/AI_Engine_Development/AIE/Design_Tutorials/14-Bitonic-Sorting/sortcpp_fp1024/Makefile b/AI_Engine_Development/AIE/Design_Tutorials/14-Bitonic-Sorting/sortcpp_fp1024/Makefile index 35b9396ce3..dcb2647309 100644 --- a/AI_Engine_Development/AIE/Design_Tutorials/14-Bitonic-Sorting/sortcpp_fp1024/Makefile +++ b/AI_Engine_Development/AIE/Design_Tutorials/14-Bitonic-Sorting/sortcpp_fp1024/Makefile @@ -11,14 +11,13 @@ SIM_FIFO := false MY_APP := sortcpp_fp1024_app MY_SOURCES := ${MY_APP}.cpp sortcpp_fp1024.h sortcpp_fp1024.cpp sortcpp_fp1024_graph.h -PLATFORM_USE := xilinx_vck190_base_202510_1 -PLATFORM ?= ${PLATFORM_REPO_PATHS}/${PLATFORM_USE}/${PLATFORM_USE}.xpfm +PART_USE := xcvc1902-vsva2197-2MP-e-S CHECK_FIFO := --aie.evaluate-fifo-depth --aie.Xrouter=disablePathBalancing AIE_OUTPUT := libadf.a -AIE_FLAGS := --platform=${PLATFORM} ${MY_APP}.cpp --aie.output-archive=${AIE_OUTPUT} +AIE_FLAGS := --part=${PART_USE} ${MY_APP}.cpp --aie.output-archive=${AIE_OUTPUT} ifeq (${SIM_FIFO}, true) AIE_FLAGS := ${AIE_FLAGS} ${CHECK_FIFO} @@ -73,7 +72,7 @@ trace: aiesimulator --online -wdb -text 2>&1| tee -a log throughput_ok: - @../scripts/check_throughput.py PLIO_o 8.828252 5.0 + @../scripts/check_throughput.py PLIO_o 8.95 5.0 analyze: vitis_analyzer aiesimulator_output/default.aierun_summary diff --git a/AI_Engine_Development/AIE/Design_Tutorials/14-Bitonic-Sorting/sortcpp_fp16/Makefile b/AI_Engine_Development/AIE/Design_Tutorials/14-Bitonic-Sorting/sortcpp_fp16/Makefile index 6f0f84099a..35ead5f17b 100644 --- a/AI_Engine_Development/AIE/Design_Tutorials/14-Bitonic-Sorting/sortcpp_fp16/Makefile +++ b/AI_Engine_Development/AIE/Design_Tutorials/14-Bitonic-Sorting/sortcpp_fp16/Makefile @@ -11,14 +11,13 @@ SIM_FIFO := false MY_APP := sortcpp_fp16_app MY_SOURCES := ${MY_APP}.cpp sortcpp_fp16.h sortcpp_fp16.cpp sortcpp_fp16_graph.h -PLATFORM_USE := xilinx_vck190_base_202510_1 -PLATFORM ?= ${PLATFORM_REPO_PATHS}/${PLATFORM_USE}/${PLATFORM_USE}.xpfm +PART_USE := xcvc1902-vsva2197-2MP-e-S CHECK_FIFO := --aie.evaluate-fifo-depth --aie.Xrouter=disablePathBalancing AIE_OUTPUT := libadf.a -AIE_FLAGS := --platform=${PLATFORM} ${MY_APP}.cpp --aie.output-archive=${AIE_OUTPUT} +AIE_FLAGS := --part=${PART_USE} ${MY_APP}.cpp --aie.output-archive=${AIE_OUTPUT} ifeq (${SIM_FIFO}, true) AIE_FLAGS := ${AIE_FLAGS} ${CHECK_FIFO} @@ -73,7 +72,7 @@ trace: aiesimulator --online -wdb -text 2>&1| tee -a log throughput_ok: - @../scripts/check_throughput.py PLIO_o 16.858076 5.0 + @../scripts/check_throughput.py PLIO_o 17.28 5.0 analyze: vitis_analyzer aiesimulator_output/default.aierun_summary diff --git a/AI_Engine_Development/AIE/Design_Tutorials/15-farrow_filter/Makefile b/AI_Engine_Development/AIE/Design_Tutorials/15-farrow_filter/Makefile index dea1c8f058..5e4e1fda1a 100755 --- a/AI_Engine_Development/AIE/Design_Tutorials/15-farrow_filter/Makefile +++ b/AI_Engine_Development/AIE/Design_Tutorials/15-farrow_filter/Makefile @@ -9,7 +9,7 @@ export TARGET ?= hw_emu export AIE_SIM_ONLY := false -VERSAL_VITIS_PLATFORM = xilinx_vck190_base_202510_1 +VERSAL_VITIS_PLATFORM = xilinx_vck190_base_202520_1 VITIS_PLATFORM_DIR = ${PLATFORM_REPO_PATHS}/${VERSAL_VITIS_PLATFORM} export VITIS_PLATFORM_XPFM = ${VITIS_PLATFORM_DIR}/${VERSAL_VITIS_PLATFORM}.xpfm diff --git a/AI_Engine_Development/AIE/Design_Tutorials/15-farrow_filter/README.md b/AI_Engine_Development/AIE/Design_Tutorials/15-farrow_filter/README.md index abb70abb0f..18b216f26c 100755 --- a/AI_Engine_Development/AIE/Design_Tutorials/15-farrow_filter/README.md +++ b/AI_Engine_Development/AIE/Design_Tutorials/15-farrow_filter/README.md @@ -15,7 +15,7 @@ # Fractional Delay Farrow Filter -***Version: Vitis 2025.1*** +***Version: Vitis 2025.2*** ## Table of Contents @@ -291,13 +291,13 @@ Launch vitis_analyzer `vitis_analyzer aiesimulator_output/default.aierun_summary *Figure 13 - Farrow Filter Final Implementation Trace View* -Steady state throughput is 1024/913.6e-6 = 1121 Msps. +Steady state throughput is 1024/913e-6 = 1122 Msps. ## Build and Run Design ### Setup and Initialization -IMPORTANT: Before beginning the tutorial ensure you have installed Vitis™ 2025.1 software. Ensure you have downloaded the Common Images for Embedded Vitis Platforms from [this link](https://www.xilinx.com/support/download/index.html/content/xilinx/en/downloadNav/embedded-platforms.html). +IMPORTANT: Before beginning the tutorial ensure you have installed Vitis™ 2025.2 software. Ensure you have downloaded the Common Images for Embedded Vitis Platforms from [this link](https://www.xilinx.com/support/download/index.html/content/xilinx/en/downloadNav/embedded-platforms.html). Set the environment variable ```COMMON_IMAGE_VERSAL``` to the full path where you have downloaded the Common Images. Then set the environment variable ```PLATFORM_REPO_PATHS``` to the value ```$XILINX_VITIS/base_platforms```. The remaining environment variables are configured in the top level Makefile. diff --git a/AI_Engine_Development/AIE/Design_Tutorials/15-farrow_filter/images/farrow_final_array_view.png b/AI_Engine_Development/AIE/Design_Tutorials/15-farrow_filter/images/farrow_final_array_view.png index e5425f15f7..719aedccf6 100755 Binary files a/AI_Engine_Development/AIE/Design_Tutorials/15-farrow_filter/images/farrow_final_array_view.png and b/AI_Engine_Development/AIE/Design_Tutorials/15-farrow_filter/images/farrow_final_array_view.png differ diff --git a/AI_Engine_Development/AIE/Design_Tutorials/15-farrow_filter/images/farrow_final_trace_view.png b/AI_Engine_Development/AIE/Design_Tutorials/15-farrow_filter/images/farrow_final_trace_view.png index b732990225..ec2c7ccb0e 100755 Binary files a/AI_Engine_Development/AIE/Design_Tutorials/15-farrow_filter/images/farrow_final_trace_view.png and b/AI_Engine_Development/AIE/Design_Tutorials/15-farrow_filter/images/farrow_final_trace_view.png differ diff --git a/AI_Engine_Development/AIE/Design_Tutorials/15-farrow_filter/images/farrow_hw_terminal.png b/AI_Engine_Development/AIE/Design_Tutorials/15-farrow_filter/images/farrow_hw_terminal.png index 9367e3171f..178c566769 100755 Binary files a/AI_Engine_Development/AIE/Design_Tutorials/15-farrow_filter/images/farrow_hw_terminal.png and b/AI_Engine_Development/AIE/Design_Tutorials/15-farrow_filter/images/farrow_hw_terminal.png differ diff --git a/AI_Engine_Development/AIE/Design_Tutorials/15-farrow_filter/ps_apps/host.cpp b/AI_Engine_Development/AIE/Design_Tutorials/15-farrow_filter/ps_apps/host.cpp index 52a38c424b..640455bdbb 100755 --- a/AI_Engine_Development/AIE/Design_Tutorials/15-farrow_filter/ps_apps/host.cpp +++ b/AI_Engine_Development/AIE/Design_Tutorials/15-farrow_filter/ps_apps/host.cpp @@ -44,7 +44,7 @@ static constexpr unsigned NUM_SAMPLES_O = DDR_WORD_DEPTH_O * 4; // 32-bit (ci static constexpr unsigned DDR_BUFFSIZE_I_BYTES = NUM_SAMPLES_I * 4; // Each sample is 4 bytes (32-bits) static constexpr unsigned DDR_BUFFSIZE_O_BYTES = NUM_SAMPLES_O * 4; // Each sample is 4 bytes (32-bits) static constexpr unsigned TOTAL_O_BYTES = DDR_BUFFSIZE_O_BYTES * LOOP_CNT_O; -static constexpr double TARGET_THROUGHPUT = 1135; // Measured in hw_emu 2025.1 +static constexpr double TARGET_THROUGHPUT = 1135; // Measured in hw_emu 2025.2 // ------------------------------------------------------------ diff --git a/AI_Engine_Development/AIE/Design_Tutorials/16-1M-Point-FFT-32Gsps/README.md b/AI_Engine_Development/AIE/Design_Tutorials/16-1M-Point-FFT-32Gsps/README.md index 43ec383cb1..9478b487b3 100644 --- a/AI_Engine_Development/AIE/Design_Tutorials/16-1M-Point-FFT-32Gsps/README.md +++ b/AI_Engine_Development/AIE/Design_Tutorials/16-1M-Point-FFT-32Gsps/README.md @@ -15,7 +15,7 @@ # 1 Million Point `float` FFT @ 32 Gsps on AI Engine -***Version: Vitis 2025.1*** +***Version: Vitis 2025.2*** ## Table of Contents @@ -37,23 +37,27 @@ A 1D FFT may be implemented on the AI Engine array using a 2D FFT algorithm with This approach is used in this tutorial to design a 1M-pt FFT for `float` data types that achieves an impressive throughput rate exceeding 32 Gsps. The design partitions all compute to the AI Engine array and uses URAM resources in programmable logic to implement the sample reordering needed for the "matrix transpose" operation outlined in detail below. -## Matlab Models +## MATLAB Models + +A MATLAB® model `matlab/aie_model_fft_fp_1mpt.m` provides a simple algorithmic model of the 1M-pt transform, implementing it using a $1024\times 1024$ 2D architecture. The algorithm performs conceptually the following steps: -A Matlab model `matlab/aie_model_fft_fp_1mpt.m` provides a simple algorithmic model of the 1M-pt transform, implementing it using a $1024\times 1024$ 2D architecture. The algorithm performs conceptually the following steps: * Write the 1M incoming samples into a $1024\times 1024$ matrix in column major order * Perform 1K-pt transforms along the matrix rows * Multiply the 2D matrix pointwise with another 2D matrix of equal size filled with "twiddle factors". * Perform 1K-pt transforms along the matrix columns * Extract the 1M outgoing samples in row-major order -The Matlab models are used to validate the AI Engine design. The I/O testvectors may be generated into the folder `/aie_src/data` using the following approach below. Note these I/O testvectors are not required to run the design on the VCK190 evaluation board. They are required only for the purpose of simulating the AI Engine portion of the design in isolation using either `x86simulator` or `aiesimulator`. +The MATLAB models are used to validate the AI Engine design. The I/O testvectors may be generated into the folder `/aie_src/data` using the following approach below. Note these I/O testvectors are not required to run the design on the VCK190 evaluation board. They are required only for the purpose of simulating the AI Engine portion of the design in isolation using either `x86simulator` or `aiesimulator`. + ``` [shell]% cd /aie_src [shell]% make testvectors ``` + ## Design Overview The figure below shows block diagram of the 1M-pt transform. It may be described as follows: + * The "front-end" compute consists of 32 identical instances of a FFT-1024 kernel followed by a twiddle rotation kernel. The FFT-1024 kernels use 5 AI Engine tiles, one for each radix-4 stage, given $1024=4\times 4\times 4\times 4\times 4$. Each tile employs two 64-bit PLIO streams @ 520 MHz. Given these streams carry `cfloat` data types requiring 64-bits per sample, it follows each PLIO stream may transfer 520 Msps; overall this provides a throughput of $32\times 2\times 520=33.28$ Gsps. * The "transpose" block in the PL provides sample reordering that effects the "row-wise" vs "column-wise" processing outlined above -- in effect performing a matrix transpose operation using URAM resources in the PL. Note a very large multi-ported memory resource is required with 64 I/O streams. * The "back-end" compute consists of 32 identical instances of an FFT-1024 kernel. Once again, these kernels use 5 AI Engine tiles each with two 64-bit PLIO streams @ 520 MHz. @@ -62,22 +66,27 @@ The figure below shows block diagram of the 1M-pt transform. It may be described ![figure](images/block-diagram.png) ### AI Engine Graph View + The diagram below shows the graph view of the AI Engine array for this design. As noted above, the design contains 32 instances of 1024-pt "row" FFTs in the front-end and 32 instances of 1024-pt "column" FFTs in the back-end. Each 1024-pt transform is implemented using 5 tiles in each case. An extra tile implements "twiddle rotation" for each FFT instance in the front-end. Consequently, we can see in the diagram below there are 32 instances of a "6-tile subgraph" that implement the front-end transforms and twiddle rotations, along with 32 instances of a "5-tile subgraph" for the back-end compute processing. ![figure](images/aie-graph-view.png) ### AI Engine Array View + The diagram below shows the floor plan view of the AI Engine array. The design requires resources from a $44\times 8$ rectangular region of the array. The three leftmost and rightmost array columns are left unused in this case. ![figure](images/aie-array-view.png) ### VC1902 Floorplan View + The diagram below shows the floorplan view of the VC1902 device, where all the PL resources for the design are highlighted showing the utilization. Since the AI Engine array makes use of PLIO resources distributed across the full width of the die, the PL circuitry exhibits the same characteristic. ![figure](images/design-floorplan.png) ### AI Engine Design Validation + The AI Engine design may be validated in functional simulation using either the X86 or AIE simulators. To use the X86 simulator to compile, simulate, then validate the outputs of the simulation, use the following approach: + ``` [shell]% cd /aie_src [shell]% make x86_compile @@ -86,6 +95,7 @@ The AI Engine design may be validated in functional simulation using either the ``` To use the AIE simulator to do the same things plus validate the design I/O throughput as measured from simulated PLIO timestamps, use the following approach: + ``` [shell]% cd /aie_src [shell]% make aie_compile @@ -95,6 +105,7 @@ To use the AIE simulator to do the same things plus validate the design I/O thro ``` ### VC1902 Timing Closure + The diagram below shows the timing summary report for the overall design. Timing closure is achieved on all end-points. ![figure](images/timing-summary.png) @@ -116,7 +127,9 @@ The diagram below summarizes the PL resources used by the design. BRAM and URAM This design runs on the VCK190 evaluation board using a custom platform and bare metal OS. Consequently, no environment setup is needed to point to base platforms or Linux filesystems. The bitstream may be built directly from the top level Makefile. ### Hardware + To build the design for hardware, please execute the following steps: + ``` [shell]% cd [shell]% make all diff --git a/AI_Engine_Development/AIE/Design_Tutorials/16-1M-Point-FFT-32Gsps/aie_src/Makefile b/AI_Engine_Development/AIE/Design_Tutorials/16-1M-Point-FFT-32Gsps/aie_src/Makefile index 512d0709ac..ada87f0974 100644 --- a/AI_Engine_Development/AIE/Design_Tutorials/16-1M-Point-FFT-32Gsps/aie_src/Makefile +++ b/AI_Engine_Development/AIE/Design_Tutorials/16-1M-Point-FFT-32Gsps/aie_src/Makefile @@ -9,7 +9,13 @@ PLATFORMNAME ?= $(PLATFORMDIR)/$(PF_STDNAME)/export/$(PF_STDNAME)/$(PF_STDNAME). INCLUDES = --include=./ --include=./inc --include=./kernels TEST_BENCH = ./test_ssrfft_1m.cpp -OTHER_OPTS = --aie.constraints=./shim_loc.json --aie.xlopt=1 + +# The Xchess option disables "automatic chess_separator insertion" which compromises +# throughput by introducing artifical scheduling boundaries for blocks exceeding the +# default threshold (default can be changed with the "+Olbb" option). +OTHER_OPTS = --aie.constraints=./shim_loc.json --aie.xlopt=1 \ + --aie.Xchess=main:backend.mist2.xargs="+Olbb=0" + ROUTER_OPTS = --aie.Xmapper=disableFloorplanning --aie.Xrouter=disablepathbalancing \ --aie.Xrouter=disableSSFifoSharing --aie.disable-multirate NUM_ITERATION = 4 diff --git a/AI_Engine_Development/AIE/Design_Tutorials/16-1M-Point-FFT-32Gsps/description.json b/AI_Engine_Development/AIE/Design_Tutorials/16-1M-Point-FFT-32Gsps/description.json index 8975ededf5..426e25e5cf 100644 --- a/AI_Engine_Development/AIE/Design_Tutorials/16-1M-Point-FFT-32Gsps/description.json +++ b/AI_Engine_Development/AIE/Design_Tutorials/16-1M-Point-FFT-32Gsps/description.json @@ -23,8 +23,7 @@ } ], "targets": [ - "vitis_hw_build", - "vitis_hw_run" + "vitis_hw_build" ], "category": "canary", "make_options": [ @@ -33,11 +32,7 @@ "custom_build_target": { "all": "all" }, - "custom_board_target": "run_test", "tasks": { - "board" : { - "pre_exec" : ["./env_setup_versal.sh"] - }, "build": { "pre_exec": ["./env_setup_versal.sh"] } diff --git a/AI_Engine_Development/AIE/Design_Tutorials/17-Hough-Transform/Makefile b/AI_Engine_Development/AIE/Design_Tutorials/17-Hough-Transform/Makefile index b8fbe409da..591ed4be76 100644 --- a/AI_Engine_Development/AIE/Design_Tutorials/17-Hough-Transform/Makefile +++ b/AI_Engine_Development/AIE/Design_Tutorials/17-Hough-Transform/Makefile @@ -6,26 +6,6 @@ ECHO = @echo -export TARGET := hw - -RELEASE=2025.1 -BOARD=vck190 -BASE_NUM=202510_1 - -# Platform Selection... -VERSAL_VITIS_PLATFORM = xilinx_${BOARD}\_base_${BASE_NUM} -VITIS_PLATFORM_DIR = ${PLATFORM_REPO_PATHS}/${VERSAL_VITIS_PLATFORM} -export VITIS_PLATFORM_XPFM = ${VITIS_PLATFORM_DIR}/${VERSAL_VITIS_PLATFORM}.xpfm - -# Set SysRoot, RootFS and Image -export VITIS_SYSROOTS = ${COMMON_IMAGE_VERSAL}/sysroots/cortexa72-cortexa53-amd-linux -export SDKTARGETSYSROOT = ${VITIS_SYSROOTS} -export KERNEL_IMAGE = ${COMMON_IMAGE_VERSAL}/Image -export ROOTFS = ${COMMON_IMAGE_VERSAL}/rootfs.ext4 -export XLNX_VERSAL = ${COMMON_IMAGE_VERSAL} -export PLATFORM = ${VITIS_PLATFORM_XPFM} -export SYSROOT = ${SDKTARGETSYSROOT} - ############## # Build Flow # ############## diff --git a/AI_Engine_Development/AIE/Design_Tutorials/17-Hough-Transform/README.md b/AI_Engine_Development/AIE/Design_Tutorials/17-Hough-Transform/README.md index 774b88c13e..9e3fe32df8 100644 --- a/AI_Engine_Development/AIE/Design_Tutorials/17-Hough-Transform/README.md +++ b/AI_Engine_Development/AIE/Design_Tutorials/17-Hough-Transform/README.md @@ -15,7 +15,7 @@ # System Partitioning of a Hough Transform on AI Engine -***Version: Vitis 2025.1*** +***Version: Vitis 2025.2*** ## Table of Contents @@ -59,9 +59,9 @@ Some aspects of each phase is outlined in the following diagram. ![figure](images/system-partitioning-methodology.png) -### Hough Transform Matlab Model +### Hough Transform MATLAB Model -A proper algorithm model is required for system partitioning. It is started with the Matlab model shown below. A detailed study of this model identifies key aspects of the system design that impact its solution. For example: +A proper algorithm model is required for system partitioning. It is started with the MATLAB® model shown below. A detailed study of this model identifies key aspects of the system design that impact its solution. For example: * The overall compute load complexity is driven by the image size through $R$ and $C$ dimensions. * The resolution adopted for $\theta$ through the `theta_res` parameter drives complexity, bandwidth, and histogram storage. @@ -103,7 +103,7 @@ function [H,theta,rho,rho_calc] = hough_model( BW, theta_res ) end ``` -The Matlab model is run and its performance compared to the built-in Matlab function `hough` is found in the Image Processing Toolbox. Here, it is run with a $216\times 240$ image of the AMD Instinct and show "heat maps" of the 2D Hough Transform output histograms for both the Matlab function and the AMD 16-bit Matlab model. +The MATLAB model is run and its performance compared to the built-in MATLAB function `hough` is found in the Image Processing Toolbox. Here, it is run with a $216\times 240$ image of the AMD Instinct and show "heat maps" of the 2D Hough Transform output histograms for both the MATLAB function and the AMD 16-bit MATLAB model. ![figure](images/hough_model.png) @@ -113,7 +113,7 @@ This section illustrates the details of system partitioning for the Hough Transf ### Goals -This tutorial aims at identifying the "best we can do" using only AI Engine resources to implement the Hough Transform. To this end, a target throughput requirement of 220 Mpixel/sec (or Mpps) is set and the question is posed, "How many AI Engine tiles are required?" As understood from the Matlab model above, the image size and $\theta$ resolution are key parameters driving compute, bandwidth, and storage. With this in mind, brainstorm solutions for how you can parallelize the Hough Transform algorithm across multiple AI Engine tiles. +This tutorial aims at identifying the "best we can do" using only AI Engine resources to implement the Hough Transform. To this end, a target throughput requirement of 220 Mpixel/sec (or Mpps) is set and the question is posed, "How many AI Engine tiles are required?" As understood from the MATLAB model above, the image size and $\theta$ resolution are key parameters driving compute, bandwidth, and storage. With this in mind, brainstorm solutions for how you can parallelize the Hough Transform algorithm across multiple AI Engine tiles. ### Parallelizing Over "Image Tiles" @@ -135,7 +135,7 @@ Having identified some possible parallelization schemes, dive into the Requireme ### Analyzing Compute Requirements -Next, use a spreadsheet analysis to assess compute requirements. Load the system input parameters on the left side of the spreadsheet shown below and analyze compute parameters on the right side. It is useful to tabulate the numbers of processor cycles required by each loop body in the original Matlab model of the Hough Transform. Based on the AI Engine compute capacity of 32 MACs/cycle for `int16` data types, you can process two MACs/pixel per $\theta$ value in real time. Based on these vector estimates, the spreadsheet indicates to process 5.7 cycles per pixel to meet the 220 Mpps throughput objective. This is equivalent to 45 cycles for the vector processor with its eight lanes SIMD execution. The compute bound for the vector processor is high at 5000 Mpps. However, assuming an 8-cycle "read-modify-write" instruction to update the histogram tables in the third compute workload, the throughput is limited by the scalar processor to 39 Mpps if using 32 tiles. When projected to more tiles, reaching the 220 Mpps target with even 128 tiles is not possible. +Next, use a spreadsheet analysis to assess compute requirements. Load the system input parameters on the left side of the spreadsheet shown below and analyze compute parameters on the right side. It is useful to tabulate the numbers of processor cycles required by each loop body in the original MATLAB model of the Hough Transform. Based on the AI Engine compute capacity of 32 MACs/cycle for `int16` data types, you can process two MACs/pixel per $\theta$ value in real time. Based on these vector estimates, the spreadsheet indicates to process 5.7 cycles per pixel to meet the 220 Mpps throughput objective. This is equivalent to 45 cycles for the vector processor with its eight lanes SIMD execution. The compute bound for the vector processor is high at 5000 Mpps. However, assuming an 8-cycle "read-modify-write" instruction to update the histogram tables in the third compute workload, the throughput is limited by the scalar processor to 39 Mpps if using 32 tiles. When projected to more tiles, reaching the 220 Mpps target with even 128 tiles is not possible. ![figure](images/analyzing-compute.png) diff --git a/AI_Engine_Development/AIE/Design_Tutorials/17-Hough-Transform/aie/Makefile b/AI_Engine_Development/AIE/Design_Tutorials/17-Hough-Transform/aie/Makefile index 5b3ccf512f..47158bb60c 100644 --- a/AI_Engine_Development/AIE/Design_Tutorials/17-Hough-Transform/aie/Makefile +++ b/AI_Engine_Development/AIE/Design_Tutorials/17-Hough-Transform/aie/Makefile @@ -9,14 +9,13 @@ SIM_FIFO := false MY_APP := hough_tile_app MY_SOURCES := ${MY_APP}.cpp hough_tile.h hough_tile.cpp hough_tile_shared.h hough_tile_graph.h -PLATFORM_USE := xilinx_vck190_base_202510_1 -PLATFORM ?= ${PLATFORM_REPO_PATHS}/${PLATFORM_USE}/${PLATFORM_USE}.xpfm +PART_USE := xcvc1902-vsva2197-2MP-e-S CHECK_FIFO := --aie.evaluate-fifo-depth --aie.Xrouter=disablePathBalancing AIE_OUTPUT := libadf.a -AIE_FLAGS := --platform=${PLATFORM} ${MY_APP}.cpp --aie.output-archive=${AIE_OUTPUT} +AIE_FLAGS := --part=${PART_USE} ${MY_APP}.cpp --aie.output-archive=${AIE_OUTPUT} ifeq (${SIM_FIFO}, true) AIE_FLAGS := ${AIE_FLAGS} ${CHECK_FIFO} @@ -65,7 +64,7 @@ profile: throughput_ok: @for ii in {0..31}; do \ - ../scripts/check_throughput.py PLIO_o_$$ii 5007.633588 5.0; \ + ../scripts/check_throughput.py PLIO_o_$$ii 5007.63 5.0; \ done loop_II: diff --git a/AI_Engine_Development/AIE/Design_Tutorials/17-Hough-Transform/scripts/check_throughput.py b/AI_Engine_Development/AIE/Design_Tutorials/17-Hough-Transform/scripts/check_throughput.py index 44a5b1e35e..bd41dd532d 100755 --- a/AI_Engine_Development/AIE/Design_Tutorials/17-Hough-Transform/scripts/check_throughput.py +++ b/AI_Engine_Development/AIE/Design_Tutorials/17-Hough-Transform/scripts/check_throughput.py @@ -21,7 +21,7 @@ def check_throughput(args): accuracy = float(args.accuracy[0]) with open("AIESimulator.log") as file: for line in file: - regexp = plio + " .* ([\d.]+)" + regexp = plio + " .* ([\\d.]+)" match = re.search(regexp,line) if match: actual = float(match.group(1)) diff --git a/AI_Engine_Development/AIE/Design_Tutorials/18-MUSIC-Algorithm/Makefile b/AI_Engine_Development/AIE/Design_Tutorials/18-MUSIC-Algorithm/Makefile index dc60f3954f..423a95b426 100644 --- a/AI_Engine_Development/AIE/Design_Tutorials/18-MUSIC-Algorithm/Makefile +++ b/AI_Engine_Development/AIE/Design_Tutorials/18-MUSIC-Algorithm/Makefile @@ -7,9 +7,9 @@ ECHO = @echo export TARGET ?= hw -RELEASE=2025.1 +RELEASE=2025.2 -PLATFORM_NAME = xilinx_vck190_base_202510_1 +PLATFORM_NAME = xilinx_vck190_base_202520_1 PLATFORM_PATH = ${PLATFORM_REPO_PATHS} export PLATFORM = ${PLATFORM_PATH}/${PLATFORM_NAME}/${PLATFORM_NAME}.xpfm diff --git a/AI_Engine_Development/AIE/Design_Tutorials/18-MUSIC-Algorithm/README.md b/AI_Engine_Development/AIE/Design_Tutorials/18-MUSIC-Algorithm/README.md index 5853087c42..6fefe0e6e5 100644 --- a/AI_Engine_Development/AIE/Design_Tutorials/18-MUSIC-Algorithm/README.md +++ b/AI_Engine_Development/AIE/Design_Tutorials/18-MUSIC-Algorithm/README.md @@ -15,7 +15,7 @@ # MUltiple SIgnal Classification (MUSIC) Algorithm on AI Engine -***Version: Vitis 2025.1*** +***Version: Vitis 2025.2*** ## Table of Contents @@ -41,7 +41,7 @@ This tutorial implements the Multiple Signal Classification (MUSIC) Algorithm [1] on the AI Engine. MUSIC is a popular algorithm for Direction of Arrival (DOA) estimation in antenna array systems. This tutorial assumes a system model with an 8-element uniform linear array (ULA). The algorithm chosen for AI Engine implementation operates directly on 128 x 8 data snapshots using a QR-Factorization followed by a Singular Value Decomposition (SVD) to obtain the basis vectors of the noise subspace. The QRD algorithm uses the well known modified Gram-Schmidt approach. The SVD algorithm adopts a one-sided Jacobi rotation approach with a fixed set of four iterations. -This tutorial implements the MUSIC algorithm fully in the AI Engine and validates its performance in real time hardware running on the VC1902 device (-2M speed grade) on the VCK190 evaluation board. A Hardware-in-the-Loop (HIL) demonstrator connects a host computer running MATLAB over TCP/IP to the VCK190 board that delivers buffered array snapshots to the board and receives DOA estimates back in real time to demonstrate a best effort DOA estimation throughput rate of 1 MHz. The following table summarizes the system parameters for this tutorial. +This tutorial implements the MUSIC algorithm fully in the AI Engine and validates its performance in real time hardware running on the VC1902 device (-2M speed grade) on the VCK190 evaluation board. A Hardware-in-the-Loop (HIL) demonstrator connects a host computer running MATLAB® over TCP/IP to the VCK190 board that delivers buffered array snapshots to the board and receives DOA estimates back in real time to demonstrate a best effort DOA estimation throughput rate of 1 MHz. The following table summarizes the system parameters for this tutorial. This MUSIC tutorial was co-developed by AMD and our third party partner, [Fidus Systems](https://fidus.com). @@ -291,16 +291,16 @@ Timing closure of the top-level device is achieved automatically with the standa ### Setup and Initialization -IMPORTANT: Before beginning the tutorial ensure you have installed Vitis™ 2025.1 software. Ensure you have downloaded the Common Images for Embedded Vitis Platforms from [this link](https://www.xilinx.com/support/download/index.html/content/xilinx/en/downloadNav/embedded-platforms.html). +IMPORTANT: Before beginning the tutorial ensure you have installed Vitis™ 2025.2 software. Ensure you have downloaded the Common Images for Embedded Vitis Platforms from [this link](https://www.xilinx.com/support/download/index.html/content/xilinx/en/downloadNav/embedded-platforms.html). Set the environment variable ```COMMON_IMAGE_VERSAL``` to the full path where you have downloaded the Common Images. Then set the environment variable ```PLATFORM_REPO_PATHS``` to the value ```$XILINX_VITIS/base_platforms```. Additional information on this process may be found [here](../../../AIE#environment-settings). The remaining environment variables are configured in the top level Makefile ```/18-MUSIC-Algorithm/Makefile``` file. ``` -RELEASE=2025.1 +RELEASE=2025.2 -PLATFORM_NAME = xilinx_vck190_base_202510_1 +PLATFORM_NAME = xilinx_vck190_base_202520_1 PLATFORM_PATH = ${PLATFORM_REPO_PATHS} export PLATFORM = ${PLATFORM_PATH}/${PLATFORM_NAME}/${PLATFORM_NAME}.xpfm @@ -464,7 +464,7 @@ Step #6: The client instance plots the received responses. ## Conclusions -This tutorial has presented a high-performance AI Engine implementation of the popular MUSIC algorithm for estimating DOA using an antenna array. The MUSIC algorithm employed here adopts a QRD/SVD approach for subspace estimation that is well matched to the AI Engine compute capacity. Software pipelining techniques are employed to create a massively parallel data flow graph across $157$ AI Engine compute tiles to implement a high-performance implementation capable of processing $128\times 8$ data snaphots at a sustained throughput rate of 1 $\mu s$ per snapshot. The full MUSIC algorithm including noise subspace basis identification, MUSIC spectrum evaluation, and null detection is implemented fully in the AI Engine array with no supporting logic from PL required. A comprehensive Hardware-in-the-Loop demonstrator system is built using an external host running Matlab to communicate to the VCK190 evaluation board over Ethernet. +This tutorial has presented a high-performance AI Engine implementation of the popular MUSIC algorithm for estimating DOA using an antenna array. The MUSIC algorithm employed here adopts a QRD/SVD approach for subspace estimation that is well matched to the AI Engine compute capacity. Software pipelining techniques are employed to create a massively parallel data flow graph across $157$ AI Engine compute tiles to implement a high-performance implementation capable of processing $128\times 8$ data snaphots at a sustained throughput rate of 1 $\mu s$ per snapshot. The full MUSIC algorithm including noise subspace basis identification, MUSIC spectrum evaluation, and null detection is implemented fully in the AI Engine array with no supporting logic from PL required. A comprehensive Hardware-in-the-Loop demonstrator system is built using an external host running MATLAB to communicate to the VCK190 evaluation board over Ethernet. ## References diff --git a/AI_Engine_Development/AIE/Design_Tutorials/18-MUSIC-Algorithm/aie/Makefile b/AI_Engine_Development/AIE/Design_Tutorials/18-MUSIC-Algorithm/aie/Makefile index b65d34b193..8168f4b4c8 100644 --- a/AI_Engine_Development/AIE/Design_Tutorials/18-MUSIC-Algorithm/aie/Makefile +++ b/AI_Engine_Development/AIE/Design_Tutorials/18-MUSIC-Algorithm/aie/Makefile @@ -18,7 +18,7 @@ MY_SOURCES := ${MY_APP}.cpp doa/doa.cpp doa/doa.h \ scanner/scanner_graph.h scanner/scanner.cpp scanner/scanner.h \ svd/svd_graph.h svd/svd.cpp svd/svd.h -PLATFORM_USE := xilinx_vck190_base_202510_1 +PLATFORM_USE := xilinx_vck190_base_202520_1 PLATFORM ?= ${PLATFORM_REPO_PATHS}/${PLATFORM_USE}/${PLATFORM_USE}.xpfm CHECK_FIFO := --aie.evaluate-fifo-depth --aie.Xrouter=disablePathBalancing diff --git a/AI_Engine_Development/AIE/Design_Tutorials/18-MUSIC-Algorithm/aie/doa/Makefile b/AI_Engine_Development/AIE/Design_Tutorials/18-MUSIC-Algorithm/aie/doa/Makefile index 4129047755..a8ae13efad 100644 --- a/AI_Engine_Development/AIE/Design_Tutorials/18-MUSIC-Algorithm/aie/doa/Makefile +++ b/AI_Engine_Development/AIE/Design_Tutorials/18-MUSIC-Algorithm/aie/doa/Makefile @@ -11,7 +11,7 @@ SIM_FIFO := false MY_APP := doa_app MY_SOURCES := ${MY_APP}.cpp doa.h doa.cpp doa_graph.h -PLATFORM_USE := xilinx_vck190_base_202510_1 +PLATFORM_USE := xilinx_vck190_base_202520_1 PLATFORM ?= ${PLATFORM_REPO_PATHS}/${PLATFORM_USE}/${PLATFORM_USE}.xpfm CHECK_FIFO := --aie.evaluate-fifo-depth --aie.Xrouter=disablePathBalancing diff --git a/AI_Engine_Development/AIE/Design_Tutorials/18-MUSIC-Algorithm/aie/finder/Makefile b/AI_Engine_Development/AIE/Design_Tutorials/18-MUSIC-Algorithm/aie/finder/Makefile index 633a3e7c29..f3b7b7866a 100644 --- a/AI_Engine_Development/AIE/Design_Tutorials/18-MUSIC-Algorithm/aie/finder/Makefile +++ b/AI_Engine_Development/AIE/Design_Tutorials/18-MUSIC-Algorithm/aie/finder/Makefile @@ -11,7 +11,7 @@ SIM_FIFO := false MY_APP := finder_app MY_SOURCES := ${MY_APP}.cpp finder.h finder.cpp finder_graph.h -PLATFORM_USE := xilinx_vck190_base_202510_1 +PLATFORM_USE := xilinx_vck190_base_202520_1 PLATFORM ?= ${PLATFORM_REPO_PATHS}/${PLATFORM_USE}/${PLATFORM_USE}.xpfm CHECK_FIFO := --aie.evaluate-fifo-depth --aie.Xrouter=disablePathBalancing diff --git a/AI_Engine_Development/AIE/Design_Tutorials/18-MUSIC-Algorithm/aie/io_adapter/Makefile b/AI_Engine_Development/AIE/Design_Tutorials/18-MUSIC-Algorithm/aie/io_adapter/Makefile index 9ba47bd579..0f5a2885fd 100644 --- a/AI_Engine_Development/AIE/Design_Tutorials/18-MUSIC-Algorithm/aie/io_adapter/Makefile +++ b/AI_Engine_Development/AIE/Design_Tutorials/18-MUSIC-Algorithm/aie/io_adapter/Makefile @@ -11,7 +11,7 @@ SIM_FIFO := false MY_APP := io_adapter_app MY_SOURCES := ${MY_APP}.cpp io_adapter_graph.h io_adapter.cpp io_adapter.h -PLATFORM_USE := xilinx_vck190_base_202510_1 +PLATFORM_USE := xilinx_vck190_base_202520_1 PLATFORM ?= ${PLATFORM_REPO_PATHS}/${PLATFORM_USE}/${PLATFORM_USE}.xpfm CHECK_FIFO := --aie.evaluate-fifo-depth --aie.Xrouter=disablePathBalancing diff --git a/AI_Engine_Development/AIE/Design_Tutorials/18-MUSIC-Algorithm/aie/qrd/Makefile b/AI_Engine_Development/AIE/Design_Tutorials/18-MUSIC-Algorithm/aie/qrd/Makefile index fa024d5ae4..930e369bb2 100644 --- a/AI_Engine_Development/AIE/Design_Tutorials/18-MUSIC-Algorithm/aie/qrd/Makefile +++ b/AI_Engine_Development/AIE/Design_Tutorials/18-MUSIC-Algorithm/aie/qrd/Makefile @@ -11,7 +11,7 @@ SIM_FIFO := false MY_APP := qrd_app MY_SOURCES := ${MY_APP}.cpp qrd_norm.h qrd_norm.cpp qrd_qr.cpp qrd_qr.h qrd_graph.h -PLATFORM_USE := xilinx_vck190_base_202510_1 +PLATFORM_USE := xilinx_vck190_base_202520_1 PLATFORM ?= ${PLATFORM_REPO_PATHS}/${PLATFORM_USE}/${PLATFORM_USE}.xpfm CHECK_FIFO := --aie.evaluate-fifo-depth --aie.Xrouter=disablePathBalancing diff --git a/AI_Engine_Development/AIE/Design_Tutorials/18-MUSIC-Algorithm/aie/scanner/Makefile b/AI_Engine_Development/AIE/Design_Tutorials/18-MUSIC-Algorithm/aie/scanner/Makefile index 6c95bc41ca..3a9c7053aa 100644 --- a/AI_Engine_Development/AIE/Design_Tutorials/18-MUSIC-Algorithm/aie/scanner/Makefile +++ b/AI_Engine_Development/AIE/Design_Tutorials/18-MUSIC-Algorithm/aie/scanner/Makefile @@ -11,7 +11,7 @@ SIM_FIFO := false MY_APP := scanner_app MY_SOURCES := ${MY_APP}.cpp scanner.h scanner.cpp scanner_graph.h -PLATFORM_USE := xilinx_vck190_base_202510_1 +PLATFORM_USE := xilinx_vck190_base_202520_1 PLATFORM ?= ${PLATFORM_REPO_PATHS}/${PLATFORM_USE}/${PLATFORM_USE}.xpfm CHECK_FIFO := --aie.evaluate-fifo-depth --aie.Xrouter=disablePathBalancing diff --git a/AI_Engine_Development/AIE/Design_Tutorials/18-MUSIC-Algorithm/aie/svd/Makefile b/AI_Engine_Development/AIE/Design_Tutorials/18-MUSIC-Algorithm/aie/svd/Makefile index 86095fbdba..0b2d580ecb 100644 --- a/AI_Engine_Development/AIE/Design_Tutorials/18-MUSIC-Algorithm/aie/svd/Makefile +++ b/AI_Engine_Development/AIE/Design_Tutorials/18-MUSIC-Algorithm/aie/svd/Makefile @@ -11,7 +11,7 @@ SIM_FIFO := false MY_APP := svd_app MY_SOURCES := ${MY_APP}.cpp svd.h svd.cpp svd_graph.h -PLATFORM_USE := xilinx_vck190_base_202510_1 +PLATFORM_USE := xilinx_vck190_base_202520_1 PLATFORM ?= ${PLATFORM_REPO_PATHS}/${PLATFORM_USE}/${PLATFORM_USE}.xpfm CHECK_FIFO := --aie.evaluate-fifo-depth --aie.Xrouter=disablePathBalancing diff --git a/AI_Engine_Development/AIE/Design_Tutorials/18-MUSIC-Algorithm/description.json b/AI_Engine_Development/AIE/Design_Tutorials/18-MUSIC-Algorithm/description.json index a04573f033..d46297e2d0 100644 --- a/AI_Engine_Development/AIE/Design_Tutorials/18-MUSIC-Algorithm/description.json +++ b/AI_Engine_Development/AIE/Design_Tutorials/18-MUSIC-Algorithm/description.json @@ -23,8 +23,7 @@ } ], "targets": [ - "vitis_hw_build", - "vitis_hw_run" + "vitis_hw_build" ], "category": "canary", "make_options": [ @@ -33,11 +32,7 @@ "custom_build_target": { "all": "all" }, - "custom_board_target": "run_test", "tasks": { - "board" : { - "pre_exec" : ["./env_setup_versal.sh"] - }, "build": { "pre_exec": ["./env_setup_versal.sh"] } diff --git a/AI_Engine_Development/AIE/Design_Tutorials/19-Softmax-Function/Makefile b/AI_Engine_Development/AIE/Design_Tutorials/19-Softmax-Function/Makefile index e1c2f96fb6..fabe897c7d 100644 --- a/AI_Engine_Development/AIE/Design_Tutorials/19-Softmax-Function/Makefile +++ b/AI_Engine_Development/AIE/Design_Tutorials/19-Softmax-Function/Makefile @@ -8,9 +8,9 @@ ECHO = @echo export TARGET = hw_emu -RELEASE=2025.1 +RELEASE=2025.2 BOARD=vck190 -BASE_NUM=202510_1 +BASE_NUM=202520_1 # Platform Selection... VERSAL_VITIS_PLATFORM = xilinx_${BOARD}\_base_${BASE_NUM} diff --git a/AI_Engine_Development/AIE/Design_Tutorials/19-Softmax-Function/README.md b/AI_Engine_Development/AIE/Design_Tutorials/19-Softmax-Function/README.md index c4c807d0f7..f6f5ef6442 100644 --- a/AI_Engine_Development/AIE/Design_Tutorials/19-Softmax-Function/README.md +++ b/AI_Engine_Development/AIE/Design_Tutorials/19-Softmax-Function/README.md @@ -15,7 +15,7 @@ # Softmax Function -***Version: Vitis 2025.1*** +***Version: Vitis 2025.2*** ## Table of Contents diff --git a/AI_Engine_Development/AIE/Design_Tutorials/19-Softmax-Function/aie/Makefile b/AI_Engine_Development/AIE/Design_Tutorials/19-Softmax-Function/aie/Makefile index 1126416c4d..3a6ab5de5b 100644 --- a/AI_Engine_Development/AIE/Design_Tutorials/19-Softmax-Function/aie/Makefile +++ b/AI_Engine_Development/AIE/Design_Tutorials/19-Softmax-Function/aie/Makefile @@ -7,7 +7,7 @@ SRC_DIR := ./src MY_SOURCES := $(shell find $(SRC_DIR) -name *.cpp) $(shell find $(SRC_DIR) -name *.h) -PLATFORM_USE := xilinx_vck190_base_202510_1 +PLATFORM_USE := xilinx_vck190_base_202520_1 PLATFORM := ${PLATFORM_REPO_PATHS}/${PLATFORM_USE}/${PLATFORM_USE}.xpfm diff --git a/AI_Engine_Development/AIE/Design_Tutorials/20-TDM-Mixer/Makefile b/AI_Engine_Development/AIE/Design_Tutorials/20-TDM-Mixer/Makefile index 1fd6679a5f..f99213f6bf 100644 --- a/AI_Engine_Development/AIE/Design_Tutorials/20-TDM-Mixer/Makefile +++ b/AI_Engine_Development/AIE/Design_Tutorials/20-TDM-Mixer/Makefile @@ -4,11 +4,6 @@ # # Author: Mark Rollins -RELEASE=2025.1 - -PLATFORM_NAME = xilinx_vck190_base_202510_1 -PLATFORM_PATH = ${PLATFORM_REPO_PATHS} - ############## # Build Flow # ############## diff --git a/AI_Engine_Development/AIE/Design_Tutorials/20-TDM-Mixer/README.md b/AI_Engine_Development/AIE/Design_Tutorials/20-TDM-Mixer/README.md index ea6616e312..048c0bd58b 100644 --- a/AI_Engine_Development/AIE/Design_Tutorials/20-TDM-Mixer/README.md +++ b/AI_Engine_Development/AIE/Design_Tutorials/20-TDM-Mixer/README.md @@ -15,7 +15,7 @@ # Time-Division Multiplexed Mixer Example -***Version: Vitis 2025.1*** +***Version: Vitis 2025.2*** ## Table of Contents @@ -36,7 +36,7 @@ This tutorial targets three goals using the context of the TDM Mixer: * Show how the non-linear `sincos()` generator in each AI Engine tile can be used to vectorize workloads involving phase or frequency generation without the use of lookup tables. * Provide another example of how AI Engine code can be optimized for improved software pipelining to achieve higher throughputs through simple code refactoring. -Finally, the tutorial also uses the new Vitis Functional Simulation to run functional simulations of AI Engine designs in the Matlab context. This new flow allows the designer to feed I/O's from Matlab directly to and from the AI Engine for x86 functional simulation without the use of I/O files. This direct connection of the x86simulator to your system model context in Matlab facilitates the verification of your algorithm vectorization as you migrate your algorithms to AI Engine. +Finally, the tutorial also uses the new Vitis Functional Simulation to run functional simulations of AI Engine designs in the MATLAB® context. This new flow allows the designer to feed I/O's from MATLAB directly to and from the AI Engine for x86 functional simulation without the use of I/O files. This direct connection of the x86simulator to your system model context in MATLAB facilitates the verification of your algorithm vectorization as you migrate your algorithms to AI Engine. ## Corner-Turning using Tile DMA @@ -119,9 +119,9 @@ Note the computation in Line 61-62 involves two 8-lane vector multiplications. T ## Vitis Functional Simulation -This tutorial uses a new tool feature called Vitis Functional Simulation (VFS) to validate the TDM Mixer implementation in AI Engine against its MATLAB behavioral models. The VFS feature automatically creates "shared objects" of your AI Engine and PL HLS-based kernels in your Versal design, allowing it to be brought into familiar system-level simulation frameworks, namely MATLAB and Python. This allows functional verification of your Versal AI Engine and PL designs without leaving your preferred simulation framework and without creating I/O files for this purpose. VFS is a production tool feature in 2025.1. +This tutorial uses a new tool feature called Vitis Functional Simulation (VFS) to validate the TDM Mixer implementation in AI Engine against its MATLAB behavioral models. The VFS feature automatically creates "shared objects" of your AI Engine and PL HLS-based kernels in your Versal design, allowing it to be brought into familiar system-level simulation frameworks, namely MATLAB and Python. This allows functional verification of your Versal AI Engine and PL designs without leaving your preferred simulation framework and without creating I/O files for this purpose. -The Matlab version of VFS is used to validate the TDM Mixer functional performance. The diagram below shows the MATLAB m-code required to use VFS: +The MATLAB version of VFS is used to validate the TDM Mixer functional performance. The diagram below shows the MATLAB m-code required to use VFS: * Make sure you source `${XILINX_VITIS}/settings64.sh` before starting your MATLAB session. * Create an instance of your AI Engine graph using `vfs.aieGraph` in Line 59. diff --git a/AI_Engine_Development/AIE/Design_Tutorials/20-TDM-Mixer/aie/Makefile b/AI_Engine_Development/AIE/Design_Tutorials/20-TDM-Mixer/aie/Makefile index d8de739968..784190a330 100644 --- a/AI_Engine_Development/AIE/Design_Tutorials/20-TDM-Mixer/aie/Makefile +++ b/AI_Engine_Development/AIE/Design_Tutorials/20-TDM-Mixer/aie/Makefile @@ -11,8 +11,7 @@ SIM_FIFO := false MY_APP := tdm_mixer_app MY_SOURCES := ${MY_APP}.cpp tdm_mixer_graph.h tdm_mixer.h tdm_mixer.cpp -PLATFORM_USE := xilinx_vck190_base_202510_1 -PLATFORM ?= ${PLATFORM_REPO_PATHS}/${PLATFORM_USE}/${PLATFORM_USE}.xpfm +PART_USE := xcvc1902-vsva2197-2MP-e-S CHECK_FIFO := --aie.evaluate-fifo-depth --aie.Xrouter=disablePathBalancing @@ -22,7 +21,7 @@ DSPLIB_OPTS := --include=${DSPLIB_ROOT}/L2/include/aie \ AIE_OUTPUT := libadf.a -AIE_FLAGS := ${DSPLIB_OPTS} --platform=${PLATFORM} ${MY_APP}.cpp --aie.output-archive=${AIE_OUTPUT} +AIE_FLAGS := ${DSPLIB_OPTS} --part=${PART_USE} ${MY_APP}.cpp --aie.output-archive=${AIE_OUTPUT} ifeq (${SIM_FIFO}, true) AIE_FLAGS := ${AIE_FLAGS} ${CHECK_FIFO} @@ -80,7 +79,7 @@ analyze: vitis_analyzer aiesimulator_output/default.aierun_summary throughput_ok: - @../python/check_throughput.py PLIO_o 4629.82 5.0 + @../python/check_throughput.py PLIO_o 4664.62 5.0 clean: rm -rf .Xil Work libadf.a diff --git a/AI_Engine_Development/AIE/Design_Tutorials/20-TDM-Mixer/python/check_throughput.py b/AI_Engine_Development/AIE/Design_Tutorials/20-TDM-Mixer/python/check_throughput.py index e6d387e6c8..859cfa9a0c 100755 --- a/AI_Engine_Development/AIE/Design_Tutorials/20-TDM-Mixer/python/check_throughput.py +++ b/AI_Engine_Development/AIE/Design_Tutorials/20-TDM-Mixer/python/check_throughput.py @@ -21,7 +21,7 @@ def check_throughput(args): accuracy = float(args.accuracy[0]) with open("AIESimulator.log") as file: for line in file: - regexp = plio + " .* ([\d.]+)" + regexp = plio + " .* ([\\d.]+)" match = re.search(regexp,line) if match: actual = float(match.group(1)) diff --git a/AI_Engine_Development/AIE/Design_Tutorials/21-Back-Projection-SAR/Makefile b/AI_Engine_Development/AIE/Design_Tutorials/21-Back-Projection-SAR/Makefile index 443eed3d0b..e52f73027a 100644 --- a/AI_Engine_Development/AIE/Design_Tutorials/21-Back-Projection-SAR/Makefile +++ b/AI_Engine_Development/AIE/Design_Tutorials/21-Back-Projection-SAR/Makefile @@ -6,7 +6,7 @@ export TARGET ?= hw -PLATFORM_NAME = xilinx_vck190_base_202510_1 +PLATFORM_NAME = xilinx_vck190_base_202520_1 PLATFORM_PATH = ${PLATFORM_REPO_PATHS} export PLATFORM = ${PLATFORM_PATH}/${PLATFORM_NAME}/${PLATFORM_NAME}.xpfm diff --git a/AI_Engine_Development/AIE/Design_Tutorials/21-Back-Projection-SAR/README.md b/AI_Engine_Development/AIE/Design_Tutorials/21-Back-Projection-SAR/README.md index fca5a01fe9..049a5d96f0 100644 --- a/AI_Engine_Development/AIE/Design_Tutorials/21-Back-Projection-SAR/README.md +++ b/AI_Engine_Development/AIE/Design_Tutorials/21-Back-Projection-SAR/README.md @@ -15,7 +15,7 @@ # Back-Projection for Synthetic Aperture Radar on AI Engines -***Version: Vitis 2025.1*** +***Version: Vitis 2025.2*** ## Abstract diff --git a/AI_Engine_Development/AIE/Design_Tutorials/21-Back-Projection-SAR/aie/bp_update/Makefile b/AI_Engine_Development/AIE/Design_Tutorials/21-Back-Projection-SAR/aie/bp_update/Makefile index a4e0c7da6c..c257759ceb 100644 --- a/AI_Engine_Development/AIE/Design_Tutorials/21-Back-Projection-SAR/aie/bp_update/Makefile +++ b/AI_Engine_Development/AIE/Design_Tutorials/21-Back-Projection-SAR/aie/bp_update/Makefile @@ -11,7 +11,7 @@ SIM_FIFO := false MY_APP := bp_update_app MY_SOURCES := ${MY_APP}.cpp bp_update_graph.h bp_update.h bp_update.cpp input_combine.h input_combine.cpp -PLATFORM_USE := xilinx_vck190_base_202510_1 +PLATFORM_USE := xilinx_vck190_base_202520_1 PLATFORM ?= ${PLATFORM_REPO_PATHS}/${PLATFORM_USE}/${PLATFORM_USE}.xpfm CHECK_FIFO := --aie.evaluate-fifo-depth --aie.Xrouter=disablePathBalancing diff --git a/AI_Engine_Development/AIE/Design_Tutorials/21-Back-Projection-SAR/aie/cos_lib/Makefile b/AI_Engine_Development/AIE/Design_Tutorials/21-Back-Projection-SAR/aie/cos_lib/Makefile index 111545fe17..4f24d62d8c 100644 --- a/AI_Engine_Development/AIE/Design_Tutorials/21-Back-Projection-SAR/aie/cos_lib/Makefile +++ b/AI_Engine_Development/AIE/Design_Tutorials/21-Back-Projection-SAR/aie/cos_lib/Makefile @@ -11,7 +11,7 @@ SIM_FIFO := false MY_APP := cos_lib_app MY_SOURCES := ${MY_APP}.cpp cos_lib_graph.h cos_lib_lut_init.h -PLATFORM_USE := xilinx_vck190_base_202510_1 +PLATFORM_USE := xilinx_vck190_base_202520_1 PLATFORM ?= ${PLATFORM_REPO_PATHS}/${PLATFORM_USE}/${PLATFORM_USE}.xpfm CHECK_FIFO := --aie.evaluate-fifo-depth --aie.Xrouter=disablePathBalancing diff --git a/AI_Engine_Development/AIE/Design_Tutorials/21-Back-Projection-SAR/aie/dR_comp/Makefile b/AI_Engine_Development/AIE/Design_Tutorials/21-Back-Projection-SAR/aie/dR_comp/Makefile index 58102bfe0a..a29a9566e8 100644 --- a/AI_Engine_Development/AIE/Design_Tutorials/21-Back-Projection-SAR/aie/dR_comp/Makefile +++ b/AI_Engine_Development/AIE/Design_Tutorials/21-Back-Projection-SAR/aie/dR_comp/Makefile @@ -11,7 +11,7 @@ SIM_FIFO := false MY_APP := dR_comp_app MY_SOURCES := ${MY_APP}.cpp dR_comp_graph.h dR_comp.h dR_comp.cpp -PLATFORM_USE := xilinx_vck190_base_202510_1 +PLATFORM_USE := xilinx_vck190_base_202520_1 PLATFORM ?= ${PLATFORM_REPO_PATHS}/${PLATFORM_USE}/${PLATFORM_USE}.xpfm CHECK_FIFO := --aie.evaluate-fifo-depth --aie.Xrouter=disablePathBalancing diff --git a/AI_Engine_Development/AIE/Design_Tutorials/21-Back-Projection-SAR/aie/diff3dsq/Makefile b/AI_Engine_Development/AIE/Design_Tutorials/21-Back-Projection-SAR/aie/diff3dsq/Makefile index 65044bb5da..b64a29c792 100644 --- a/AI_Engine_Development/AIE/Design_Tutorials/21-Back-Projection-SAR/aie/diff3dsq/Makefile +++ b/AI_Engine_Development/AIE/Design_Tutorials/21-Back-Projection-SAR/aie/diff3dsq/Makefile @@ -11,7 +11,7 @@ SIM_FIFO := false MY_APP := diff3dsq_app MY_SOURCES := ${MY_APP}.cpp diff3dsq_graph.h diff3dsq.h diff3dsq.cpp -PLATFORM_USE := xilinx_vck190_base_202510_1 +PLATFORM_USE := xilinx_vck190_base_202520_1 PLATFORM ?= ${PLATFORM_REPO_PATHS}/${PLATFORM_USE}/${PLATFORM_USE}.xpfm CHECK_FIFO := --aie.evaluate-fifo-depth --aie.Xrouter=disablePathBalancing diff --git a/AI_Engine_Development/AIE/Design_Tutorials/21-Back-Projection-SAR/aie/expjx/Makefile b/AI_Engine_Development/AIE/Design_Tutorials/21-Back-Projection-SAR/aie/expjx/Makefile index 978e683564..4558c4aafe 100644 --- a/AI_Engine_Development/AIE/Design_Tutorials/21-Back-Projection-SAR/aie/expjx/Makefile +++ b/AI_Engine_Development/AIE/Design_Tutorials/21-Back-Projection-SAR/aie/expjx/Makefile @@ -13,7 +13,7 @@ MY_SOURCES := ${MY_APP}.cpp expjx_graph.h expjx.h expjx.cpp \ ../cos_lib/cos_lib_graph.h ../cos_lib/cos_lib_lut_init.h \ ../sin_lib/sin_lib_graph.h ../sin_lib/sin_lib_lut_init.h -PLATFORM_USE := xilinx_vck190_base_202510_1 +PLATFORM_USE := xilinx_vck190_base_202520_1 PLATFORM ?= ${PLATFORM_REPO_PATHS}/${PLATFORM_USE}/${PLATFORM_USE}.xpfm CHECK_FIFO := --aie.evaluate-fifo-depth --aie.Xrouter=disablePathBalancing diff --git a/AI_Engine_Development/AIE/Design_Tutorials/21-Back-Projection-SAR/aie/fmod_floor/Makefile b/AI_Engine_Development/AIE/Design_Tutorials/21-Back-Projection-SAR/aie/fmod_floor/Makefile index df2c4f7af2..aacbd0cc4e 100644 --- a/AI_Engine_Development/AIE/Design_Tutorials/21-Back-Projection-SAR/aie/fmod_floor/Makefile +++ b/AI_Engine_Development/AIE/Design_Tutorials/21-Back-Projection-SAR/aie/fmod_floor/Makefile @@ -11,7 +11,7 @@ SIM_FIFO := false MY_APP := fmod_floor_app MY_SOURCES := ${MY_APP}.cpp fmod_floor_graph.h fmod_floor.h fmod_floor.cpp -PLATFORM_USE := xilinx_vck190_base_202510_1 +PLATFORM_USE := xilinx_vck190_base_202520_1 PLATFORM ?= ${PLATFORM_REPO_PATHS}/${PLATFORM_USE}/${PLATFORM_USE}.xpfm CHECK_FIFO := --aie.evaluate-fifo-depth --aie.Xrouter=disablePathBalancing diff --git a/AI_Engine_Development/AIE/Design_Tutorials/21-Back-Projection-SAR/aie/ifft2k_async/Makefile b/AI_Engine_Development/AIE/Design_Tutorials/21-Back-Projection-SAR/aie/ifft2k_async/Makefile index f854be5a47..9d49017ab7 100644 --- a/AI_Engine_Development/AIE/Design_Tutorials/21-Back-Projection-SAR/aie/ifft2k_async/Makefile +++ b/AI_Engine_Development/AIE/Design_Tutorials/21-Back-Projection-SAR/aie/ifft2k_async/Makefile @@ -13,7 +13,7 @@ MY_SOURCES := ${MY_APP}.cpp ifft2k_async_graph.h ifft2k_async.h ifft2k_as ifft2k_async_twiddles_internal.h ifft2k_async_twiddles_external.h \ slope_offset.h slope_offset.cpp dummy_async.h dummy_async.cpp -PLATFORM_USE := xilinx_vck190_base_202510_1 +PLATFORM_USE := xilinx_vck190_base_202520_1 PLATFORM ?= ${PLATFORM_REPO_PATHS}/${PLATFORM_USE}/${PLATFORM_USE}.xpfm CHECK_FIFO := --aie.evaluate-fifo-depth --aie.Xrouter=disablePathBalancing diff --git a/AI_Engine_Development/AIE/Design_Tutorials/21-Back-Projection-SAR/aie/interp1/Makefile b/AI_Engine_Development/AIE/Design_Tutorials/21-Back-Projection-SAR/aie/interp1/Makefile index f2ee459e5b..8a4ada2f7c 100644 --- a/AI_Engine_Development/AIE/Design_Tutorials/21-Back-Projection-SAR/aie/interp1/Makefile +++ b/AI_Engine_Development/AIE/Design_Tutorials/21-Back-Projection-SAR/aie/interp1/Makefile @@ -11,7 +11,7 @@ SIM_FIFO := false MY_APP := interp1_app MY_SOURCES := ${MY_APP}.cpp interp1_graph.h interp1.h interp1.cpp dummy_async.h dummy_async.cpp -PLATFORM_USE := xilinx_vck190_base_202510_1 +PLATFORM_USE := xilinx_vck190_base_202520_1 PLATFORM ?= ${PLATFORM_REPO_PATHS}/${PLATFORM_USE}/${PLATFORM_USE}.xpfm CHECK_FIFO := --aie.evaluate-fifo-depth --aie.Xrouter=disablePathBalancing diff --git a/AI_Engine_Development/AIE/Design_Tutorials/21-Back-Projection-SAR/aie/range_gen/Makefile b/AI_Engine_Development/AIE/Design_Tutorials/21-Back-Projection-SAR/aie/range_gen/Makefile index b4cd27cbad..b27c8f1ba1 100644 --- a/AI_Engine_Development/AIE/Design_Tutorials/21-Back-Projection-SAR/aie/range_gen/Makefile +++ b/AI_Engine_Development/AIE/Design_Tutorials/21-Back-Projection-SAR/aie/range_gen/Makefile @@ -11,7 +11,7 @@ SIM_FIFO := false MY_APP := range_gen_app MY_SOURCES := ${MY_APP}.cpp range_gen_graph.h range_gen.h range_gen.cpp -PLATFORM_USE := xilinx_vck190_base_202510_1 +PLATFORM_USE := xilinx_vck190_base_202520_1 PLATFORM ?= ${PLATFORM_REPO_PATHS}/${PLATFORM_USE}/${PLATFORM_USE}.xpfm CHECK_FIFO := --aie.evaluate-fifo-depth --aie.Xrouter=disablePathBalancing diff --git a/AI_Engine_Development/AIE/Design_Tutorials/21-Back-Projection-SAR/aie/sar_engine/Makefile b/AI_Engine_Development/AIE/Design_Tutorials/21-Back-Projection-SAR/aie/sar_engine/Makefile index f74e933065..568467d11f 100644 --- a/AI_Engine_Development/AIE/Design_Tutorials/21-Back-Projection-SAR/aie/sar_engine/Makefile +++ b/AI_Engine_Development/AIE/Design_Tutorials/21-Back-Projection-SAR/aie/sar_engine/Makefile @@ -20,7 +20,7 @@ MY_SOURCES := ${MY_APP}.cpp sar_engine_graph.h \ ../bp_update/bp_update_graph.h ../bp_update/bp_update.h ../bp_update/bp_update.cpp \ ../interp1/interp1_graph.h ../interp1/interp1.h ../interp1/interp1.cpp -PLATFORM_USE := xilinx_vck190_base_202510_1 +PLATFORM_USE := xilinx_vck190_base_202520_1 PLATFORM ?= ${PLATFORM_REPO_PATHS}/${PLATFORM_USE}/${PLATFORM_USE}.xpfm CHECK_FIFO := --aie.evaluate-fifo-depth --aie.Xrouter=disablePathBalancing diff --git a/AI_Engine_Development/AIE/Design_Tutorials/21-Back-Projection-SAR/aie/sar_top_1engine/Makefile b/AI_Engine_Development/AIE/Design_Tutorials/21-Back-Projection-SAR/aie/sar_top_1engine/Makefile index 407923fff1..7385bee1a5 100644 --- a/AI_Engine_Development/AIE/Design_Tutorials/21-Back-Projection-SAR/aie/sar_top_1engine/Makefile +++ b/AI_Engine_Development/AIE/Design_Tutorials/21-Back-Projection-SAR/aie/sar_top_1engine/Makefile @@ -31,7 +31,7 @@ MY_SOURCES := ${MY_APP}.cpp ${MY_APP}_aie_routed.aiecst ${MY_APP}.aiecst ../interp1/interp1_graph.h ../interp1/interp1.h ../interp1/interp1.cpp -PLATFORM_USE := xilinx_vck190_base_202510_1 +PLATFORM_USE := xilinx_vck190_base_202520_1 PLATFORM ?= ${PLATFORM_REPO_PATHS}/${PLATFORM_USE}/${PLATFORM_USE}.xpfm CHECK_FIFO := --aie.evaluate-fifo-depth --aie.Xrouter=disablePathBalancing diff --git a/AI_Engine_Development/AIE/Design_Tutorials/21-Back-Projection-SAR/aie/sar_top_8engine/Makefile b/AI_Engine_Development/AIE/Design_Tutorials/21-Back-Projection-SAR/aie/sar_top_8engine/Makefile index e3b6dc40f8..327e26fb96 100644 --- a/AI_Engine_Development/AIE/Design_Tutorials/21-Back-Projection-SAR/aie/sar_top_8engine/Makefile +++ b/AI_Engine_Development/AIE/Design_Tutorials/21-Back-Projection-SAR/aie/sar_top_8engine/Makefile @@ -31,7 +31,7 @@ MY_SOURCES := ${MY_APP}.cpp ${MY_APP}.aiecst ${MY_APP}_aie_routed.aiecst ../interp1/interp1_graph.h ../interp1/interp1.h ../interp1/interp1.cpp -PLATFORM_USE := xilinx_vck190_base_202510_1 +PLATFORM_USE := xilinx_vck190_base_202520_1 PLATFORM ?= ${PLATFORM_REPO_PATHS}/${PLATFORM_USE}/${PLATFORM_USE}.xpfm CHECK_FIFO := --aie.evaluate-fifo-depth --aie.Xrouter=disablePathBalancing diff --git a/AI_Engine_Development/AIE/Design_Tutorials/21-Back-Projection-SAR/aie/sin_lib/Makefile b/AI_Engine_Development/AIE/Design_Tutorials/21-Back-Projection-SAR/aie/sin_lib/Makefile index 045c01c6ed..2fa44c4d0f 100644 --- a/AI_Engine_Development/AIE/Design_Tutorials/21-Back-Projection-SAR/aie/sin_lib/Makefile +++ b/AI_Engine_Development/AIE/Design_Tutorials/21-Back-Projection-SAR/aie/sin_lib/Makefile @@ -11,7 +11,7 @@ SIM_FIFO := false MY_APP := sin_lib_app MY_SOURCES := ${MY_APP}.cpp sin_lib_graph.h sin_lib_lut_init.h -PLATFORM_USE := xilinx_vck190_base_202510_1 +PLATFORM_USE := xilinx_vck190_base_202520_1 PLATFORM ?= ${PLATFORM_REPO_PATHS}/${PLATFORM_USE}/${PLATFORM_USE}.xpfm CHECK_FIFO := --aie.evaluate-fifo-depth --aie.Xrouter=disablePathBalancing diff --git a/AI_Engine_Development/AIE/Design_Tutorials/21-Back-Projection-SAR/aie/sqrt_lib/Makefile b/AI_Engine_Development/AIE/Design_Tutorials/21-Back-Projection-SAR/aie/sqrt_lib/Makefile index 3c1774c58f..2f88e377db 100644 --- a/AI_Engine_Development/AIE/Design_Tutorials/21-Back-Projection-SAR/aie/sqrt_lib/Makefile +++ b/AI_Engine_Development/AIE/Design_Tutorials/21-Back-Projection-SAR/aie/sqrt_lib/Makefile @@ -11,7 +11,7 @@ SIM_FIFO := false MY_APP := sqrt_lib_app MY_SOURCES := ${MY_APP}.cpp sqrt_lib_graph.h -PLATFORM_USE := xilinx_vck190_base_202510_1 +PLATFORM_USE := xilinx_vck190_base_202520_1 PLATFORM ?= ${PLATFORM_REPO_PATHS}/${PLATFORM_USE}/${PLATFORM_USE}.xpfm CHECK_FIFO := --aie.evaluate-fifo-depth --aie.Xrouter=disablePathBalancing diff --git a/AI_Engine_Development/AIE/Design_Tutorials/21-Back-Projection-SAR/device1/host.cpp b/AI_Engine_Development/AIE/Design_Tutorials/21-Back-Projection-SAR/device1/host.cpp index 6b134bd75a..c64509e39c 100644 --- a/AI_Engine_Development/AIE/Design_Tutorials/21-Back-Projection-SAR/device1/host.cpp +++ b/AI_Engine_Development/AIE/Design_Tutorials/21-Back-Projection-SAR/device1/host.cpp @@ -202,9 +202,10 @@ int main(int argc, char* argv[]) std::cout << STR_PASSED << "image_bo.sync(XCL_BO_SYNC_BO_FROM_DEVICE);" << std::endl; std::cout << STR_INFO << "Done Frame " << ff << std::endl; } // ff - // If I uncomment out these lines I get a bus-error -- why??? - // my_graph0.wait(); - // std::cout << STR_PASSED << "my_graph0.wait();" << std::endl; + + my_graph0.wait(); + std::cout << STR_PASSED << "my_graph0.wait();" << std::endl; + uint64_t toc = my_graph0.get_timestamp(); my_graph0.end(); std::cout << STR_PASSED << "my_graph0.end();" << std::endl; diff --git a/AI_Engine_Development/AIE/Design_Tutorials/21-Back-Projection-SAR/images/bp-engine-graph-view.png b/AI_Engine_Development/AIE/Design_Tutorials/21-Back-Projection-SAR/images/bp-engine-graph-view.png index 98b94e8ca0..62fdea5306 100755 Binary files a/AI_Engine_Development/AIE/Design_Tutorials/21-Back-Projection-SAR/images/bp-engine-graph-view.png and b/AI_Engine_Development/AIE/Design_Tutorials/21-Back-Projection-SAR/images/bp-engine-graph-view.png differ diff --git a/AI_Engine_Development/AIE/Design_Tutorials/21-Back-Projection-SAR/md/backproject-engine.md b/AI_Engine_Development/AIE/Design_Tutorials/21-Back-Projection-SAR/md/backproject-engine.md index ffefc3ee45..b7f4e31c7d 100644 --- a/AI_Engine_Development/AIE/Design_Tutorials/21-Back-Projection-SAR/md/backproject-engine.md +++ b/AI_Engine_Development/AIE/Design_Tutorials/21-Back-Projection-SAR/md/backproject-engine.md @@ -65,7 +65,7 @@ The floorplan view of the SAR BP engine design is shown in the following figure. ### Resource Utilization -The AI Engine resources for the SAR BP engine are shown below. The design uses 14 tiles for compute and 26 tiles overall for compute and buffering. Recall the earlier system partitioning analysis estimated a total of 31 tiles, indicating this initial provisioning was not overly aggressive. The engine requires a total of four GMIO interface ports. The memory footprint of the design is quite large but the mapper/router is able to automatically find a contention-free solution with a simple area group constraint. +The AI Engine resources for the SAR BP engine are shown below. The design uses 14 tiles for compute and 26 tiles overall for compute and buffering. Recall the earlier system partitioning analysis estimated a total of 31 tiles, indicating this initial provisioning was not overly aggressive. The engine requires a total of one GMIO and two PLIO interface ports. The memory footprint of the design is quite large but the mapper/router is able to automatically find a contention-free solution with a simple area group constraint. ![figure](../images/bp-engine-aie-resources.png) @@ -92,7 +92,7 @@ The latency of the design can be considered as the time required for processing #### Hardware -The single engine version of the design may also be run in hardware on the VCK190 evaluation board. In this case, `NPULSE_USE=586` and `NFRAME=16` to run a full 16 frames with the full compliment of radar pulses for each. Throughput is measured using the `xrt::graph::get_timestamp()` function that returns a time stamp from the AIE array. The difference between two such timestamps provides the number of AI Engine clock cycles between the them. Specifically, two time stamps are taken in [Line 178](../device1/host.cpp#L178) and [Line 208](../device1/host.cpp#L208) of `device1/host.cpp`. A screenshot of this run captured from the VCK190 board is shown below. +The single engine version of the design may also be run in hardware on the VCK190 evaluation board. In this case, `NPULSE_USE=586` and `NFRAME=16` to run a full 16 frames with the full compliment of radar pulses for each. Throughput is measured using the `xrt::graph::get_timestamp()` function that returns a time stamp from the AIE array. The difference between two such timestamps provides the number of AI Engine clock cycles between them. Specifically, two time stamps are taken in [Line 178](../device1/host.cpp#L178) and [Line 208](../device1/host.cpp#L208) of `device1/host.cpp`. A screenshot of this run captured from the VCK190 board is shown below. * Note the final throughput computed using `xrt::graph::get_timestamp()` is 2.6 frames per second. This matches well to the estimate computed from the 2-pulse simulation performed via hardware emulation. diff --git a/AI_Engine_Development/AIE/Design_Tutorials/21-Back-Projection-SAR/md/design-builds.md b/AI_Engine_Development/AIE/Design_Tutorials/21-Back-Projection-SAR/md/design-builds.md index 53f350506b..720959a0a8 100644 --- a/AI_Engine_Development/AIE/Design_Tutorials/21-Back-Projection-SAR/md/design-builds.md +++ b/AI_Engine_Development/AIE/Design_Tutorials/21-Back-Projection-SAR/md/design-builds.md @@ -19,17 +19,17 @@ ### Setup and Initialization -IMPORTANT: Before beginning the tutorial ensure you have installed Vitis™ 2025.1 software. Ensure you have downloaded the Common Images for Embedded Vitis Platforms from [this link](https://www.xilinx.com/support/download/index.html/content/xilinx/en/downloadNav/embedded-platforms.html). +IMPORTANT: Before beginning the tutorial ensure you have installed Vitis™ 2025.2 software. Ensure you have downloaded the Common Images for Embedded Vitis Platforms from [this link](https://www.xilinx.com/support/download/index.html/content/xilinx/en/downloadNav/embedded-platforms.html). Set the environment variable ```COMMON_IMAGE_VERSAL``` to the full path where you have downloaded the Common Images. Then set the environment variable ```PLATFORM_REPO_PATHS``` to the value ```$XILINX_VITIS/base_platforms```. Additional information on this process may be found [here](../../../AIE#environment-settings). The remaining environment variables are configured in the top level Makefile ```/21-Back-Projection-SAR/Makefile``` file. ``` -RELEASE=2025.1 +RELEASE=2025.2 TOP_DIR ?= $(shell readlink -f .) -PLATFORM_NAME = xilinx_vck190_base_202510_1 +PLATFORM_NAME = xilinx_vck190_base_202520_1 PLATFORM_PATH = ${PLATFORM_REPO_PATHS} export PLATFORM = ${PLATFORM_PATH}/${PLATFORM_NAME}/${PLATFORM_NAME}.xpfm diff --git a/AI_Engine_Development/AIE/Design_Tutorials/21-Back-Projection-SAR/md/multiple-engines.md b/AI_Engine_Development/AIE/Design_Tutorials/21-Back-Projection-SAR/md/multiple-engines.md index 3616f94944..6f318f581b 100644 --- a/AI_Engine_Development/AIE/Design_Tutorials/21-Back-Projection-SAR/md/multiple-engines.md +++ b/AI_Engine_Development/AIE/Design_Tutorials/21-Back-Projection-SAR/md/multiple-engines.md @@ -53,7 +53,7 @@ This section shows the device-level details of the 8-engine design. These are su ### Hardware Throughput -The 8-engine design was also run in hardware on Vthe CK190 evaluation board. Once again, `NPULSE_USE=586` and `NFRAME=16` was used to run a full 16 frames with the full compliment of radar pulses for each. The throughput was measured using the `xrt::graph::get_timestamp()` function as before. A screenshot captured from the VCK190 board run is shown below. +The 8-engine design was also run in hardware on the VCK190 evaluation board. Once again, `NPULSE_USE=586` and `NFRAME=16` was used to run a full 16 frames with the full compliment of radar pulses for each. The throughput was measured using the `xrt::graph::get_timestamp()` function as before. A screenshot captured from the VCK190 board run is shown below. * The final throughput using `xrt::graph::get_timestamp()` is 18.9 frames per second. This is only slighty lower than 8X times the frame rate achieved with the single engine, indicating the data flow remains very efficient even with eight separate engines. diff --git a/AI_Engine_Development/AIE/Design_Tutorials/21-Back-Projection-SAR/proto/bp_update/Makefile b/AI_Engine_Development/AIE/Design_Tutorials/21-Back-Projection-SAR/proto/bp_update/Makefile index 6117e88b26..5123578b07 100644 --- a/AI_Engine_Development/AIE/Design_Tutorials/21-Back-Projection-SAR/proto/bp_update/Makefile +++ b/AI_Engine_Development/AIE/Design_Tutorials/21-Back-Projection-SAR/proto/bp_update/Makefile @@ -11,7 +11,7 @@ SIM_FIFO := false MY_APP := bp_update_app MY_SOURCES := ${MY_APP}.cpp bp_update_graph.h bp_update.h bp_update.cpp -PLATFORM_USE := xilinx_vck190_base_202510_1 +PLATFORM_USE := xilinx_vck190_base_202520_1 PLATFORM ?= ${PLATFORM_REPO_PATHS}/${PLATFORM_USE}/${PLATFORM_USE}.xpfm CHECK_FIFO := --aie.evaluate-fifo-depth --aie.Xrouter=disablePathBalancing diff --git a/AI_Engine_Development/AIE/Design_Tutorials/21-Back-Projection-SAR/proto/cos_lib/Makefile b/AI_Engine_Development/AIE/Design_Tutorials/21-Back-Projection-SAR/proto/cos_lib/Makefile index 441df87999..286c062c3f 100644 --- a/AI_Engine_Development/AIE/Design_Tutorials/21-Back-Projection-SAR/proto/cos_lib/Makefile +++ b/AI_Engine_Development/AIE/Design_Tutorials/21-Back-Projection-SAR/proto/cos_lib/Makefile @@ -11,7 +11,7 @@ SIM_FIFO := false MY_APP := cos_lib_app MY_SOURCES := ${MY_APP}.cpp cos_lib_graph.h cos_lib_lut_init.h -PLATFORM_USE := xilinx_vck190_base_202510_1 +PLATFORM_USE := xilinx_vck190_base_202520_1 PLATFORM ?= ${PLATFORM_REPO_PATHS}/${PLATFORM_USE}/${PLATFORM_USE}.xpfm CHECK_FIFO := --aie.evaluate-fifo-depth --aie.Xrouter=disablePathBalancing diff --git a/AI_Engine_Development/AIE/Design_Tutorials/21-Back-Projection-SAR/proto/diff3dsq/Makefile b/AI_Engine_Development/AIE/Design_Tutorials/21-Back-Projection-SAR/proto/diff3dsq/Makefile index 054306fea9..406e8e1fa3 100644 --- a/AI_Engine_Development/AIE/Design_Tutorials/21-Back-Projection-SAR/proto/diff3dsq/Makefile +++ b/AI_Engine_Development/AIE/Design_Tutorials/21-Back-Projection-SAR/proto/diff3dsq/Makefile @@ -11,7 +11,7 @@ SIM_FIFO := false MY_APP := diff3dsq_app MY_SOURCES := ${MY_APP}.cpp diff3dsq_graph.h diff3dsq.h diff3dsq.cpp -PLATFORM_USE := xilinx_vck190_base_202510_1 +PLATFORM_USE := xilinx_vck190_base_202520_1 PLATFORM ?= ${PLATFORM_REPO_PATHS}/${PLATFORM_USE}/${PLATFORM_USE}.xpfm CHECK_FIFO := --aie.evaluate-fifo-depth --aie.Xrouter=disablePathBalancing diff --git a/AI_Engine_Development/AIE/Design_Tutorials/21-Back-Projection-SAR/proto/fmod_floor/Makefile b/AI_Engine_Development/AIE/Design_Tutorials/21-Back-Projection-SAR/proto/fmod_floor/Makefile index fecc3b6ce0..824bb96525 100644 --- a/AI_Engine_Development/AIE/Design_Tutorials/21-Back-Projection-SAR/proto/fmod_floor/Makefile +++ b/AI_Engine_Development/AIE/Design_Tutorials/21-Back-Projection-SAR/proto/fmod_floor/Makefile @@ -11,7 +11,7 @@ SIM_FIFO := false MY_APP := fmod_floor_app MY_SOURCES := ${MY_APP}.cpp fmod_floor_graph.h fmod_floor.h fmod_floor.cpp -PLATFORM_USE := xilinx_vck190_base_202510_1 +PLATFORM_USE := xilinx_vck190_base_202520_1 PLATFORM ?= ${PLATFORM_REPO_PATHS}/${PLATFORM_USE}/${PLATFORM_USE}.xpfm CHECK_FIFO := --aie.evaluate-fifo-depth --aie.Xrouter=disablePathBalancing diff --git a/AI_Engine_Development/AIE/Design_Tutorials/21-Back-Projection-SAR/proto/ifft4096/Makefile b/AI_Engine_Development/AIE/Design_Tutorials/21-Back-Projection-SAR/proto/ifft4096/Makefile index 3f40f081d2..eabeebeca5 100644 --- a/AI_Engine_Development/AIE/Design_Tutorials/21-Back-Projection-SAR/proto/ifft4096/Makefile +++ b/AI_Engine_Development/AIE/Design_Tutorials/21-Back-Projection-SAR/proto/ifft4096/Makefile @@ -11,7 +11,7 @@ SIM_FIFO := false MY_APP := ifft4096_app MY_SOURCES := ${MY_APP}.cpp ifft4096_graph.h -PLATFORM_USE := xilinx_vck190_base_202510_1 +PLATFORM_USE := xilinx_vck190_base_202520_1 PLATFORM ?= ${PLATFORM_REPO_PATHS}/${PLATFORM_USE}/${PLATFORM_USE}.xpfm CHECK_FIFO := --aie.evaluate-fifo-depth --aie.Xrouter=disablePathBalancing diff --git a/AI_Engine_Development/AIE/Design_Tutorials/21-Back-Projection-SAR/proto/sin_lib/Makefile b/AI_Engine_Development/AIE/Design_Tutorials/21-Back-Projection-SAR/proto/sin_lib/Makefile index 3c578f14cb..10da815f61 100644 --- a/AI_Engine_Development/AIE/Design_Tutorials/21-Back-Projection-SAR/proto/sin_lib/Makefile +++ b/AI_Engine_Development/AIE/Design_Tutorials/21-Back-Projection-SAR/proto/sin_lib/Makefile @@ -11,7 +11,7 @@ SIM_FIFO := false MY_APP := sin_lib_app MY_SOURCES := ${MY_APP}.cpp sin_lib_graph.h sin_lib_lut_init.h -PLATFORM_USE := xilinx_vck190_base_202510_1 +PLATFORM_USE := xilinx_vck190_base_202520_1 PLATFORM ?= ${PLATFORM_REPO_PATHS}/${PLATFORM_USE}/${PLATFORM_USE}.xpfm CHECK_FIFO := --aie.evaluate-fifo-depth --aie.Xrouter=disablePathBalancing diff --git a/AI_Engine_Development/AIE/Design_Tutorials/21-Back-Projection-SAR/proto/sqrt_lib/Makefile b/AI_Engine_Development/AIE/Design_Tutorials/21-Back-Projection-SAR/proto/sqrt_lib/Makefile index 3f88c5ccc4..a31906f1a4 100644 --- a/AI_Engine_Development/AIE/Design_Tutorials/21-Back-Projection-SAR/proto/sqrt_lib/Makefile +++ b/AI_Engine_Development/AIE/Design_Tutorials/21-Back-Projection-SAR/proto/sqrt_lib/Makefile @@ -11,7 +11,7 @@ SIM_FIFO := false MY_APP := sqrt_lib_app MY_SOURCES := ${MY_APP}.cpp sqrt_lib_graph.h -PLATFORM_USE := xilinx_vck190_base_202510_1 +PLATFORM_USE := xilinx_vck190_base_202520_1 PLATFORM ?= ${PLATFORM_REPO_PATHS}/${PLATFORM_USE}/${PLATFORM_USE}.xpfm CHECK_FIFO := --aie.evaluate-fifo-depth --aie.Xrouter=disablePathBalancing diff --git a/AI_Engine_Development/AIE/Design_Tutorials/Design_Tutorials.rst b/AI_Engine_Development/AIE/Design_Tutorials/Design_Tutorials.rst index fe62ea9a24..01ea8b9ef9 100644 --- a/AI_Engine_Development/AIE/Design_Tutorials/Design_Tutorials.rst +++ b/AI_Engine_Development/AIE/Design_Tutorials/Design_Tutorials.rst @@ -60,7 +60,7 @@ The :doc:`landing page <../AIE>` of AI Engine Development contains important inf - This tutorial uses the LeNet algorithm to implement a system-level design to perform image classification using the AI Engine and PL logic, including block RAM (BRAM). The design demonstrates functional partitioning between the AI Engine and PL. It also highlights memory partitioning and hierarchy among DDR memory, PL (BRAM) and AI Engine memory. * - :doc:`Super Sampling Rate FIR Filters <./02-super_sampling_rate_fir/README>` - - The purpose of this tutorial is to provide a methodology to enable you to make appropriate choices depending on the filter characteristics, and to provide examples on how to implement Super Sampling Rate (SSR) FIR Filters on a Versal® ACAP AI Engine processor array. + - The purpose of this tutorial is to provide a methodology to enable you to make appropriate choices depending on the filter characteristics, and to provide examples on how to implement Super Sampling Rate (SSR) FIR Filters on a Versal™ Adaptive SoC AI Engine processor array. * - :doc:`Beamforming Design <./03-beamforming/README>` - This tutorial demonstrates the creation of a beamforming system running on the AI Engine, PL, and PS, and the validation of the design running on this heterogeneous domain. @@ -96,7 +96,7 @@ The :doc:`landing page <../AIE>` of AI Engine Development contains important inf - This tutorial demonstrates the steps to upgrade a 32-branch digital down-conversion chain so that it is compliant with the latest tools and coding practice. * - :doc:`Versal GeMM Implementation <./10-GeMM_AIEvsDSP/README>` - - This tutorial performs two implementations of a system-level design: one with AI Engine, and the other with RTL using the DSP Engines. In each implementation, the tutorial takes you through the hardware emulation and hardware flow in the context of a complete Versal ACAP system design. + - This tutorial performs two implementations of a system-level design: one with AI Engine, and the other with RTL using the DSP Engines. In each implementation, the tutorial takes you through the hardware emulation and hardware flow in the context of a complete Versal adaptive SoC system design. * - :doc:`Bilinear Interpolation <./11-Bilinear_Interpolation/README>` - This tutorial demonstrates how the bilinear interpolation algorithm may be efficiently implemented using AI Engines. It also provides guidance for customizing the design to function with varying image resolutions, and to take advantage of multicore processing on the AI Engine array to achieve desired throughput. diff --git a/AI_Engine_Development/AIE/Design_Tutorials/README.md b/AI_Engine_Development/AIE/Design_Tutorials/README.md index 1964401e5d..b6cdbb53f7 100644 --- a/AI_Engine_Development/AIE/Design_Tutorials/README.md +++ b/AI_Engine_Development/AIE/Design_Tutorials/README.md @@ -34,16 +34,17 @@ The **[README](../README.md)** of AI Engine Development contains important infor Super Sampling Rate FIR Filters - The purpose of this tutorial is to provide a methodology to enable you to make appropriate choices depending on the filter characteristics, and to provide examples on how to implement Super Sampling Rate (SSR) FIR Filters on a Versal® ACAP AI Engine processor array. + The purpose of this tutorial is to provide a methodology to enable you to make appropriate choices depending on the filter characteristics, and to provide examples on how to implement Super Sampling Rate (SSR) FIR Filters on a Versal™ adaptive SoC AI Engine processor array. Beamforming Design This tutorial demonstrates the creation of a beamforming system running on the AI Engine, PL, and PS, and the validation of the design running on this heterogeneous domain. + Polyphase Channelizer This tutorial demonstrates an implementation of a system-level design (such as Polyphase Channelizer) using a combination of AI Engine and PL/HLS kernels. - - + + Prime Factor FFT-1008 This Versal system example implements a 1008-pt FFT using the Prime Factor Algorithm. The design uses both AI Engine and PL kernels working cooperatively. AI Engine elements are hand-coded using AIE API. PL elements are implemented using Vitis HLS. System integration in Vitis is managed using the new v++ Unified Command Line flow. @@ -75,7 +76,7 @@ The **[README](../README.md)** of AI Engine Development contains important infor Versal GeMM Implementation - This tutorial performs two implementations of a system-level design: one with AI Engine, and the other with RTL using the DSP Engines. In each implementation, the tutorial takes you through the hardware emulation and hardware flow in the context of a complete Versal ACAP system design. + This tutorial performs two implementations of a system-level design: one with AI Engine, and the other with RTL using the DSP Engines. In each implementation, the tutorial takes you through the hardware emulation and hardware flow in the context of a complete Versal adaptive SoC system design. Bilinear Interpolation diff --git a/AI_Engine_Development/AIE/Feature_Tutorials/01-aie_a_to_z/01-aie_a_to_z-sourcelink.rst b/AI_Engine_Development/AIE/Feature_Tutorials/01-aie_a_to_z/01-aie_a_to_z-sourcelink.rst index 333e560348..34b35a6e54 100644 --- a/AI_Engine_Development/AIE/Feature_Tutorials/01-aie_a_to_z/01-aie_a_to_z-sourcelink.rst +++ b/AI_Engine_Development/AIE/Feature_Tutorials/01-aie_a_to_z/01-aie_a_to_z-sourcelink.rst @@ -1,5 +1,5 @@ ####################################################### -Version: Vitis 2025.1 +Version: Vitis 2025.2 ####################################################### -To view the source files for this tutorial, click `here `_. \ No newline at end of file +To view the source files for this tutorial, click `here `_. diff --git a/AI_Engine_Development/AIE/Feature_Tutorials/01-aie_a_to_z/03-pl_application_creation.md b/AI_Engine_Development/AIE/Feature_Tutorials/01-aie_a_to_z/03-pl_application_creation.md index 74544d49bd..10d836b5fd 100644 --- a/AI_Engine_Development/AIE/Feature_Tutorials/01-aie_a_to_z/03-pl_application_creation.md +++ b/AI_Engine_Development/AIE/Feature_Tutorials/01-aie_a_to_z/03-pl_application_creation.md @@ -64,9 +64,9 @@ In this example, HLS kernels are used which bridge between memory and the AXI4-S Click ***Next*** -7. In the **Edit Settings** page select ***Vitis Kernel Flow Target*** under **flow_target** and ***Generate a Vitis XO*** under **package.output_format** and click ***Next*** +7. In the **Edit Settings** page select ***vitis*** under **flow_target** and ***xo*** under **package.output_format** and click ***Next*** - ![missing image](images/232_mm2s_comp4.jpg) + ![missing image](images/251_mm2s_comp4.jpg) 8. Click ***Finish*** diff --git a/AI_Engine_Development/AIE/Feature_Tutorials/01-aie_a_to_z/04-ps_application_creation_run_all.md b/AI_Engine_Development/AIE/Feature_Tutorials/01-aie_a_to_z/04-ps_application_creation_run_all.md index f511c2e2e1..e0b3989ffa 100644 --- a/AI_Engine_Development/AIE/Feature_Tutorials/01-aie_a_to_z/04-ps_application_creation_run_all.md +++ b/AI_Engine_Development/AIE/Feature_Tutorials/01-aie_a_to_z/04-ps_application_creation_run_all.md @@ -31,7 +31,10 @@ In this section of the tutorial, you will learn how to build a PS bare-metal app ![missing image](images/252_ps_os.jpg) -5. Build the platform. +5. Open the platform configuration file **vitis-comp.json** and go to the Boad Support Package section for the standalone_psv_coterxa72_0 domain. Enable the **aiebaremetal** library + ![missing image](images/252_bsp.jpg) + +6. Build the platform. ## Step 2. Build the Baremetal AI Engine Control Application @@ -45,47 +48,26 @@ In this section of the tutorial, you will learn how to build a PS bare-metal app 5. Right-click the `src` folder under the **A-to-Z_app** project, and click ***Import → Files***. -6. Import the `aie_control.cpp` file from the AI Engine application project (`simple_application/build/hw/Work/ps/c_rts/aie_control.cpp`). +6. Import the `baremetal_metadata_compile.cpp` file from the AI Engine application project (`simple_application/build/hw/Work/baremetal_metadata_compile.cpp`). 7. Import `main.cpp` from the `src` folder from the git repository. - Go through the `main.cpp` file. You can see that the code is initializing the input data and the memory space for the output data. One thing to note is the use of the `.init()` and `.run()` APIs to control the AI Engine. + Go through the `main.cpp` file. You can see that the code is initializing the input data and the memory space for the output data. One thing to note is the use of the `.run()` and `.end()` APIs to control the AI Engine. ``` - printf("Starting AIE Graph\n"); - printf("Graph Initialization\n"); - mygraph.init(); - printf("Done \n"); - printf("- \n"); - printf("Running Graph for 4 iterations\n"); - mygraph.run(4); + gr.run(4); ``` There are two options to enable an AI Engine graph from a system: * Enable the graph in the PDI. This means that the graph will be started during BOOT and will run forever. - * Enable the AI Engine graph from the PS program using the `.init()` and `.run()` APIs. This is what you are using in this case. - -8. Under the **A-to-Z_app component** open **UserConfig.cmake** under **Settings**. In the **Directories** section add the following directories under **Include Paths (-I)**. - * `/simple_aie_application/src` - * `../../../workspace/simple_aie_application/build/hw/Work/ps/c_rts/` - * `$ENV{XILINX_VITIS}/aietools/include` - - ![missing image](images/232_ps_app_cfg1.jpg) - -9. Still in the **UserConfig.cmake** file, in the **Libraries** section add - - * `adf_api` under **Libraries (-l)** - * `$ENV{XILINX_VITIS}/aietools/lib/aarchnone64.o` under **Library search path (-L)** - - ![missing image](images/232_ps_app_cfg2.jpg) - + * Enable the AI Engine graph from the PS program using `.run()` APIs. This is what you are using in this case. -10. in the **Symbols** section add `__PS_BARE_METAL__` +8. Under the **A-to-Z_app component** open **UserConfig.cmake** under **Settings**. In the **Symbols** section add `__PS_BARE_METAL__` ![missing image](images/251_ps_app_cfg3.jpg) -11. Modify the Linker Script to increase the heap size for AIE library. +9. Modify the Linker Script to increase the heap size for AIE library. * In the Project Explorer, expand the A-to-z_app component. @@ -95,7 +77,7 @@ In this section of the tutorial, you will learn how to build a PS bare-metal app ![missing image](images/232_heapsize.jpg) -12. Build the A72 PS component (`A-to-Z_app`). +10. Build the A72 PS component (`A-to-Z_app`). > Note: The creation of the Vitis fixed platform and the ps application can be automated running "make ps_app" @@ -117,7 +99,7 @@ In this section of the tutorial, you will learn how to build a PS bare-metal app >**NOTE:** The option will add the line --package.defer_aie_run in the package configuration file. This is required when running the AI Engine graph from th - e PS (see the [Versal ACAP AI Engine Programming Environment User Guide (UG1076)](https://docs.amd.com/r/en-US/ug1076-ai-engine-environment/Integrating-the-Application-Using-the-Vitis-Tools-Flow)). + e PS (see the [Versal adaptive SoC AI Engine Programming Environment User Guide (UG1076)](https://docs.amd.com/r/en-US/ug1076-ai-engine-environment/Integrating-the-Application-Using-the-Vitis-Tools-Flow)). If the user is looking for a free running graph, this option should be disabled 4. In the **AI Engine section** deselect the option **Enable debug** diff --git a/AI_Engine_Development/AIE/Feature_Tutorials/01-aie_a_to_z/Makefile b/AI_Engine_Development/AIE/Feature_Tutorials/01-aie_a_to_z/Makefile index 41fea91139..9470b52420 100644 --- a/AI_Engine_Development/AIE/Feature_Tutorials/01-aie_a_to_z/Makefile +++ b/AI_Engine_Development/AIE/Feature_Tutorials/01-aie_a_to_z/Makefile @@ -6,7 +6,7 @@ ################################################################################ # Variables needed for AMD tools version checking, PLEASE DO NOT MODIFY # ################################################################################ -REQUIRED_VERSION = 2025.1 +REQUIRED_VERSION = 2025.2 VIVADO_VERSION := $(shell vivado -version 2>/dev/null | grep "vivado ") VITIS_VERSION := $(shell vitis -version 2>/dev/null | grep "Vitis " | sed 's/\*//g') diff --git a/AI_Engine_Development/AIE/Feature_Tutorials/01-aie_a_to_z/README.md b/AI_Engine_Development/AIE/Feature_Tutorials/01-aie_a_to_z/README.md index 7ae11aa3c2..fdbbdbd67d 100644 --- a/AI_Engine_Development/AIE/Feature_Tutorials/01-aie_a_to_z/README.md +++ b/AI_Engine_Development/AIE/Feature_Tutorials/01-aie_a_to_z/README.md @@ -15,9 +15,9 @@ # A to Z Bare-metal Flow -***Version: Vitis 2025.1*** +***Version: Vitis 2025.2*** -This tutorial introduces a complete end-to-end flow for a bare-metal host application using AI Engines and PL kernels. The tutorial is based on the 2025.1 Vitis unified software platform. +This tutorial introduces a complete end-to-end flow for a bare-metal host application using AI Engines and PL kernels. The tutorial is based on the 2025.2 Vitis unified software platform. >**NOTE**: This tutorial has been written for multiple versions of the tools. Each version available can be found in the specific Github branch. The recommendation is to use the latest version available. diff --git a/AI_Engine_Development/AIE/Feature_Tutorials/01-aie_a_to_z/description.json b/AI_Engine_Development/AIE/Feature_Tutorials/01-aie_a_to_z/description.json index 380a7f3a0d..668a25577f 100644 --- a/AI_Engine_Development/AIE/Feature_Tutorials/01-aie_a_to_z/description.json +++ b/AI_Engine_Development/AIE/Feature_Tutorials/01-aie_a_to_z/description.json @@ -26,21 +26,13 @@ } ], "targets": [ - "vitis_hw_emu" + "vitis_hw_build" ], "category": "canary", "custom_build_target": { - "all": "run" - }, - "custom_board_target": "run_test", - "tasks": { - "board": { - "pre_exec": "./env_setup_versal.sh" - }, - "build": { - "pre_exec": "./env_setup_versal.sh" - } + "all": "all", + "hw":"all" } } } diff --git a/AI_Engine_Development/AIE/Feature_Tutorials/01-aie_a_to_z/images/232_ps_app_cfg1.jpg b/AI_Engine_Development/AIE/Feature_Tutorials/01-aie_a_to_z/images/232_ps_app_cfg1.jpg deleted file mode 100755 index c4dbf8ace3..0000000000 Binary files a/AI_Engine_Development/AIE/Feature_Tutorials/01-aie_a_to_z/images/232_ps_app_cfg1.jpg and /dev/null differ diff --git a/AI_Engine_Development/AIE/Feature_Tutorials/01-aie_a_to_z/images/232_ps_app_cfg2.jpg b/AI_Engine_Development/AIE/Feature_Tutorials/01-aie_a_to_z/images/232_ps_app_cfg2.jpg deleted file mode 100755 index ce09bd6a39..0000000000 Binary files a/AI_Engine_Development/AIE/Feature_Tutorials/01-aie_a_to_z/images/232_ps_app_cfg2.jpg and /dev/null differ diff --git a/AI_Engine_Development/AIE/Feature_Tutorials/01-aie_a_to_z/images/251_mm2s_comp4.jpg b/AI_Engine_Development/AIE/Feature_Tutorials/01-aie_a_to_z/images/251_mm2s_comp4.jpg new file mode 100755 index 0000000000..7dfd229c3c Binary files /dev/null and b/AI_Engine_Development/AIE/Feature_Tutorials/01-aie_a_to_z/images/251_mm2s_comp4.jpg differ diff --git a/AI_Engine_Development/AIE/Feature_Tutorials/01-aie_a_to_z/images/252_bsp.jpg b/AI_Engine_Development/AIE/Feature_Tutorials/01-aie_a_to_z/images/252_bsp.jpg new file mode 100755 index 0000000000..121719bbe8 Binary files /dev/null and b/AI_Engine_Development/AIE/Feature_Tutorials/01-aie_a_to_z/images/252_bsp.jpg differ diff --git a/AI_Engine_Development/AIE/Feature_Tutorials/01-aie_a_to_z/src/main.cpp b/AI_Engine_Development/AIE/Feature_Tutorials/01-aie_a_to_z/src/main.cpp index 1a55414fb7..2a11ec5828 100755 --- a/AI_Engine_Development/AIE/Feature_Tutorials/01-aie_a_to_z/src/main.cpp +++ b/AI_Engine_Development/AIE/Feature_Tutorials/01-aie_a_to_z/src/main.cpp @@ -41,12 +41,10 @@ #include "xil_printf.h" #include "xil_cache.h" #include "xil_io.h" -#include "sleep.h" #include "xparameters.h" - -#include "project.cpp" - +#include "xaiengine.h" +#include "aeg_baremetal_api.h" #define MM2S_BASE XPAR_XMM2S_0_BASEADDR #define S2MM_BASE XPAR_XS2MM_0_BASEADDR @@ -58,6 +56,8 @@ #define INPUT_SIZE 128 #define OUTPUT_SIZE 128 +BaremetalGraph gr("mygraph"); + int InitInputData(int32_t** in, int size) { int i; @@ -156,14 +156,8 @@ int main() printf("Done \n"); printf("- \n"); - printf("Starting AIE Graph\n"); - printf("Graph Initialization\n"); - mygraph.init(); - printf("Done \n"); - printf("- \n"); - printf("Running Graph for 4 iterations\n"); - mygraph.run(4); + gr.run(4); int checks = 1; @@ -179,6 +173,8 @@ int main() printf("Done \n"); printf("- \n"); + gr.end(); + printf("Checking Output Data: \n"); int err = 0; int32_t golden, dataIn, realTemp, imTemp; diff --git a/AI_Engine_Development/AIE/Feature_Tutorials/01-aie_a_to_z/vitis/Makefile b/AI_Engine_Development/AIE/Feature_Tutorials/01-aie_a_to_z/vitis/Makefile index 3f4bb16edf..5dafdc751c 100755 --- a/AI_Engine_Development/AIE/Feature_Tutorials/01-aie_a_to_z/vitis/Makefile +++ b/AI_Engine_Development/AIE/Feature_Tutorials/01-aie_a_to_z/vitis/Makefile @@ -23,7 +23,6 @@ help:: $(ECHO) " Command to remove all the generated files." pfm:../vivado/build/xsa_platform/${XSA} - mkdir workspace vitis -s vitis_pfm.py ${VITIS_PLATFORM} ${XSA} pl_app: hls_comp vpp_link @@ -55,6 +54,8 @@ build_ps: package: vitis -s package.py ${TARGET} +all: vitis + vitis: pfm aie_app hls_comp vpp_link ps_app package run_hw_emu: ${WORKSPACE}/${HW_EMU_PKG}/launch_hw_emu.sh diff --git a/AI_Engine_Development/AIE/Feature_Tutorials/01-aie_a_to_z/vitis/ps_app.py b/AI_Engine_Development/AIE/Feature_Tutorials/01-aie_a_to_z/vitis/ps_app.py index 49ce4da567..fa2bc04a43 100755 --- a/AI_Engine_Development/AIE/Feature_Tutorials/01-aie_a_to_z/vitis/ps_app.py +++ b/AI_Engine_Development/AIE/Feature_Tutorials/01-aie_a_to_z/vitis/ps_app.py @@ -9,6 +9,8 @@ app_path= os.getcwd() +Vitis_dir = os.environ.get('XILINX_VITIS') + client = vitis.create_client() client.update_workspace(path="./workspace") @@ -18,18 +20,16 @@ if (not os.path.isdir("./workspace/"+platform_name)): platform = client.create_platform_component(name = platform_name,hw_design = "./workspace/simple_aie_application_system_project/build/hw/hw_link/binary_container_1.xsa",os = "standalone",cpu = "psv_cortexa72_0",domain_name = "standalone_psv_cortexa72_0") platform = client.get_component(name=platform_name) + domain = platform.get_domain(name="standalone_psv_cortexa72_0") + status = domain.set_lib(lib_name="aiebaremetal", path=Vitis_dir+"/data/embeddedsw/XilinxProcessorIPLib/drivers/aiebaremetal_v1_0") status = platform.build() if (not os.path.isdir("./workspace/A-to-Z_app")): comp = client.create_app_component(name="A-to-Z_app",platform = platform_path ,domain = "standalone_psv_cortexa72_0") comp = client.get_component(name="A-to-Z_app") status = comp.import_files(from_loc="../src", files=["main.cpp"], dest_dir_in_cmp = "src") - status = comp.import_files(from_loc="./workspace/simple_aie_application/build/hw/Work/ps/c_rts", files=["aie_control.cpp"], dest_dir_in_cmp = "src") - + status = comp.import_files(from_loc="./workspace/simple_aie_application/build/hw/Work", files=["baremetal_metadata_compile.cpp"], dest_dir_in_cmp = "src") comp.set_app_config(key = 'USER_COMPILE_DEFINITIONS', values = "__PS_BARE_METAL__") - comp.set_app_config(key = 'USER_INCLUDE_DIRECTORIES', values = ['../../../workspace/simple_aie_application/src','../../../workspace/simple_aie_application/build/hw/Work/ps/c_rts/','$ENV{XILINX_VITIS}/aietools/include']) - comp.set_app_config(key = 'USER_LINK_LIBRARIES', values = 'adf_api') - comp.set_app_config(key = 'USER_LINK_DIRECTORIES', values = '$ENV{XILINX_VITIS}/aietools/lib/aarchnone64.o') vitis.dispose() diff --git a/AI_Engine_Development/AIE/Feature_Tutorials/01-aie_a_to_z/vitis/vpp_link.py b/AI_Engine_Development/AIE/Feature_Tutorials/01-aie_a_to_z/vitis/vpp_link.py index a0b067ff5e..82eb7813c3 100755 --- a/AI_Engine_Development/AIE/Feature_Tutorials/01-aie_a_to_z/vitis/vpp_link.py +++ b/AI_Engine_Development/AIE/Feature_Tutorials/01-aie_a_to_z/vitis/vpp_link.py @@ -12,7 +12,6 @@ args=str(sys.argv) client = vitis.create_client() -#client.set_workspace(path="./workspace") client.update_workspace(path="./workspace") if cmd_args == 1: diff --git a/AI_Engine_Development/AIE/Feature_Tutorials/02-using-gmio/README.md b/AI_Engine_Development/AIE/Feature_Tutorials/02-using-gmio/README.md index e8be691a2a..28c3995e5c 100644 --- a/AI_Engine_Development/AIE/Feature_Tutorials/02-using-gmio/README.md +++ b/AI_Engine_Development/AIE/Feature_Tutorials/02-using-gmio/README.md @@ -15,24 +15,24 @@ # GMIO Tutorial -***Version: Vitis 2025.1*** +***Version: Vitis 2025.2*** ## Introduction A GMIO port attribute is used to make external memory-mapped connections to or from the global memory. These connections are made between AI Engine kernels or programmable logic kernels and the logical global memory ports of a hardware platform design. This tutorial is designed to demonstrate how to work with the GMIO interface in AI Engine simulator and hardware flows. ->**IMPORTANT**: Before beginning the tutorial make sure you have installed the AMD Vitis™ 2025.1 software. The Vitis release includes all the embedded base platforms including the VCK190 base platform that is used in this tutorial. In addition, ensure you have downloaded the Common Images for Embedded Vitis Platforms from [this link](https://www.xilinx.com/support/download/index.html/content/xilinx/en/downloadNav/embedded-platforms.html). +>**IMPORTANT**: Before beginning the tutorial make sure you have installed the AMD Vitis™ 2025.2 software. The Vitis release includes all the embedded base platforms including the VCK190 base platform that is used in this tutorial. In addition, ensure you have downloaded the Common Images for Embedded Vitis Platforms from [this link](https://www.xilinx.com/support/download/index.html/content/xilinx/en/downloadNav/embedded-platforms.html). The ‘common image’ package contains a prebuilt Linux kernel and root file system that can be used with the AMD Versal™ board for embedded design development using the Vitis software platform. Before starting this tutorial, run the following steps: 1. Go to the directory where you have unzipped the Versal Common Image package. -2. In a Bash shell, run the ``/Common Images Dir/xilinx-versal-common-v2025.1/environment-setup-cortexa72-cortexa53-amd-linux`` script. This script sets up the SDKTARGETSYSROOT and CXX variables. If the script is not present, you must run the ``/Common Images Dir/xilinx-versal-common-v2025.1/sdk.sh``. -3. Set up your ROOTFS and IMAGE to point to the ``rootfs.ext4`` and Image files located in the ``/Common Images Dir/xilinx-versal-common-v2025.1`` directory. +2. In a Bash shell, run the ``/Common Images Dir/xilinx-versal-common-v2025.2/environment-setup-cortexa72-cortexa53-amd-linux`` script. This script sets up the SDKTARGETSYSROOT and CXX variables. If the script is not present, you must run the ``/Common Images Dir/xilinx-versal-common-v2025.2/sdk.sh``. +3. Set up your ROOTFS and IMAGE to point to the ``rootfs.ext4`` and Image files located in the ``/Common Images Dir/xilinx-versal-common-v2025.2`` directory. 4. Set up your PLATFORM_REPO_PATHS environment variable to ``$XILINX_VITIS/base_platforms``. -This tutorial targets VCK190 production board for 2025.1 version. +This tutorial targets VCK190 production board for 2025.2 version. ## Objectives diff --git a/AI_Engine_Development/AIE/Feature_Tutorials/02-using-gmio/perf_profile_aie_gmio/Makefile b/AI_Engine_Development/AIE/Feature_Tutorials/02-using-gmio/perf_profile_aie_gmio/Makefile index 2c06ea4b19..34ea8f4e2b 100644 --- a/AI_Engine_Development/AIE/Feature_Tutorials/02-using-gmio/perf_profile_aie_gmio/Makefile +++ b/AI_Engine_Development/AIE/Feature_Tutorials/02-using-gmio/perf_profile_aie_gmio/Makefile @@ -7,9 +7,9 @@ MODE = linux ARCH = aie ifeq ($(ARCH), aie) - PLATFORM ?= ${PLATFORM_REPO_PATHS}/xilinx_vck190_base_202510_1/xilinx_vck190_base_202510_1.xpfm + PLATFORM ?= ${PLATFORM_REPO_PATHS}/xilinx_vck190_base_202520_1/xilinx_vck190_base_202520_1.xpfm else ifeq ($(ARCH), aie-ml) - PLATFORM ?= ${PLATFORM_REPO_PATHS}/xilinx_vek280_base_202510_1/xilinx_vek280_base_202510_1.xpfm + PLATFORM ?= ${PLATFORM_REPO_PATHS}/xilinx_vek280_base_202520_1/xilinx_vek280_base_202520_1.xpfm else $(error ARCH is not supported) endif @@ -47,19 +47,19 @@ __check_defined = \ $(error Undefined $1$(if $2, ($2)))) guard-PLATFORM_REPO_PATHS: - $(call check_defined, PLATFORM_REPO_PATHS, Set your where you downloaded xilinx_vck190_base_202510_1) + $(call check_defined, PLATFORM_REPO_PATHS, Set your where you downloaded xilinx_vck190_base_202520_1) guard-ROOTFS: - $(call check_defined, ROOTFS, Set to: xilinx-versal-common-v2025.1/rootfs.ext4) + $(call check_defined, ROOTFS, Set to: xilinx-versal-common-v2025.2/rootfs.ext4) guard-IMAGE: - $(call check_defined, IMAGE, Set to: xilinx-versal-common-v2025.1/Image) + $(call check_defined, IMAGE, Set to: xilinx-versal-common-v2025.2/Image) guard-CXX: - $(call check_defined, CXX, Run: xilinx-versal-common-v2025.1/environment-setup-cortexa72-cortexa53-amd-linux) + $(call check_defined, CXX, Run: xilinx-versal-common-v2025.2/environment-setup-cortexa72-cortexa53-amd-linux) guard-SDKTARGETSYSROOT: - $(call check_defined, SDKTARGETSYSROOT, Run: xilinx-versal-common-v2025.1/environment-setup-cortexa72-cortexa53-amd-linux) + $(call check_defined, SDKTARGETSYSROOT, Run: xilinx-versal-common-v2025.2/environment-setup-cortexa72-cortexa53-amd-linux) ### diff --git a/AI_Engine_Development/AIE/Feature_Tutorials/02-using-gmio/perf_profile_aie_gmio/sw/host.cpp b/AI_Engine_Development/AIE/Feature_Tutorials/02-using-gmio/perf_profile_aie_gmio/sw/host.cpp index 41fedd5820..6da7bcfc3c 100644 --- a/AI_Engine_Development/AIE/Feature_Tutorials/02-using-gmio/perf_profile_aie_gmio/sw/host.cpp +++ b/AI_Engine_Development/AIE/Feature_Tutorials/02-using-gmio/perf_profile_aie_gmio/sw/host.cpp @@ -8,6 +8,7 @@ SPDX-License-Identifier: MIT #include "xrt/xrt_aie.h" #include #include +#include class Timer { std::chrono::high_resolution_clock::time_point mTimeStart; public: diff --git a/AI_Engine_Development/AIE/Feature_Tutorials/02-using-gmio/single_aie_gmio.md b/AI_Engine_Development/AIE/Feature_Tutorials/02-using-gmio/single_aie_gmio.md index 6dcff83212..7df6e8d816 100644 --- a/AI_Engine_Development/AIE/Feature_Tutorials/02-using-gmio/single_aie_gmio.md +++ b/AI_Engine_Development/AIE/Feature_Tutorials/02-using-gmio/single_aie_gmio.md @@ -15,7 +15,7 @@ # AI Engine GMIO Programming Model -***Version: Vitis 2025.1*** +***Version: Vitis 2025.2*** This example introduces the AI Engine GMIO programming model. It includes three steps: diff --git a/AI_Engine_Development/AIE/Feature_Tutorials/02-using-gmio/single_aie_gmio/step1/Makefile b/AI_Engine_Development/AIE/Feature_Tutorials/02-using-gmio/single_aie_gmio/step1/Makefile index 53d485a957..b7ba9fbe92 100644 --- a/AI_Engine_Development/AIE/Feature_Tutorials/02-using-gmio/single_aie_gmio/step1/Makefile +++ b/AI_Engine_Development/AIE/Feature_Tutorials/02-using-gmio/single_aie_gmio/step1/Makefile @@ -6,9 +6,9 @@ TARGET = hw ARCH = aie ifeq ($(ARCH), aie) - PLATFORM ?= ${PLATFORM_REPO_PATHS}/xilinx_vck190_base_202510_1/xilinx_vck190_base_202510_1.xpfm + PLATFORM ?= ${PLATFORM_REPO_PATHS}/xilinx_vck190_base_202520_1/xilinx_vck190_base_202520_1.xpfm else ifeq ($(ARCH), aie-ml) - PLATFORM ?= ${PLATFORM_REPO_PATHS}/xilinx_vek280_base_202510_1/xilinx_vek280_base_202510_1.xpfm + PLATFORM ?= ${PLATFORM_REPO_PATHS}/xilinx_vek280_base_202520_1/xilinx_vek280_base_202520_1.xpfm else $(error ARCH is not supported) endif @@ -40,19 +40,19 @@ __check_defined = \ $(error Undefined $1$(if $2, ($2)))) guard-PLATFORM_REPO_PATHS: - $(call check_defined, PLATFORM_REPO_PATHS, Set your where you downloaded xilinx_vck190_base_202510_1) + $(call check_defined, PLATFORM_REPO_PATHS, Set your where you downloaded xilinx_vck190_base_202520_1) guard-ROOTFS: - $(call check_defined, ROOTFS, Set to: xilinx-versal-common-v2025.1/rootfs.ext4) + $(call check_defined, ROOTFS, Set to: xilinx-versal-common-v2025.2/rootfs.ext4) guard-IMAGE: - $(call check_defined, IMAGE, Set to: xilinx-versal-common-v2025.1/Image) + $(call check_defined, IMAGE, Set to: xilinx-versal-common-v2025.2/Image) guard-CXX: - $(call check_defined, CXX, Run: xilinx-versal-common-v2025.1/environment-setup-cortexa72-cortexa53-amd-linux) + $(call check_defined, CXX, Run: xilinx-versal-common-v2025.2/environment-setup-cortexa72-cortexa53-amd-linux) guard-SDKTARGETSYSROOT: - $(call check_defined, SDKTARGETSYSROOT, Run: xilinx-versal-common-v2025.1/environment-setup-cortexa72-cortexa53-amd-linux) + $(call check_defined, SDKTARGETSYSROOT, Run: xilinx-versal-common-v2025.2/environment-setup-cortexa72-cortexa53-amd-linux) ### diff --git a/AI_Engine_Development/AIE/Feature_Tutorials/02-using-gmio/single_aie_gmio/step2/Makefile b/AI_Engine_Development/AIE/Feature_Tutorials/02-using-gmio/single_aie_gmio/step2/Makefile index 53d485a957..b7ba9fbe92 100644 --- a/AI_Engine_Development/AIE/Feature_Tutorials/02-using-gmio/single_aie_gmio/step2/Makefile +++ b/AI_Engine_Development/AIE/Feature_Tutorials/02-using-gmio/single_aie_gmio/step2/Makefile @@ -6,9 +6,9 @@ TARGET = hw ARCH = aie ifeq ($(ARCH), aie) - PLATFORM ?= ${PLATFORM_REPO_PATHS}/xilinx_vck190_base_202510_1/xilinx_vck190_base_202510_1.xpfm + PLATFORM ?= ${PLATFORM_REPO_PATHS}/xilinx_vck190_base_202520_1/xilinx_vck190_base_202520_1.xpfm else ifeq ($(ARCH), aie-ml) - PLATFORM ?= ${PLATFORM_REPO_PATHS}/xilinx_vek280_base_202510_1/xilinx_vek280_base_202510_1.xpfm + PLATFORM ?= ${PLATFORM_REPO_PATHS}/xilinx_vek280_base_202520_1/xilinx_vek280_base_202520_1.xpfm else $(error ARCH is not supported) endif @@ -40,19 +40,19 @@ __check_defined = \ $(error Undefined $1$(if $2, ($2)))) guard-PLATFORM_REPO_PATHS: - $(call check_defined, PLATFORM_REPO_PATHS, Set your where you downloaded xilinx_vck190_base_202510_1) + $(call check_defined, PLATFORM_REPO_PATHS, Set your where you downloaded xilinx_vck190_base_202520_1) guard-ROOTFS: - $(call check_defined, ROOTFS, Set to: xilinx-versal-common-v2025.1/rootfs.ext4) + $(call check_defined, ROOTFS, Set to: xilinx-versal-common-v2025.2/rootfs.ext4) guard-IMAGE: - $(call check_defined, IMAGE, Set to: xilinx-versal-common-v2025.1/Image) + $(call check_defined, IMAGE, Set to: xilinx-versal-common-v2025.2/Image) guard-CXX: - $(call check_defined, CXX, Run: xilinx-versal-common-v2025.1/environment-setup-cortexa72-cortexa53-amd-linux) + $(call check_defined, CXX, Run: xilinx-versal-common-v2025.2/environment-setup-cortexa72-cortexa53-amd-linux) guard-SDKTARGETSYSROOT: - $(call check_defined, SDKTARGETSYSROOT, Run: xilinx-versal-common-v2025.1/environment-setup-cortexa72-cortexa53-amd-linux) + $(call check_defined, SDKTARGETSYSROOT, Run: xilinx-versal-common-v2025.2/environment-setup-cortexa72-cortexa53-amd-linux) ### diff --git a/AI_Engine_Development/AIE/Feature_Tutorials/02-using-gmio/single_aie_gmio/step3/Makefile b/AI_Engine_Development/AIE/Feature_Tutorials/02-using-gmio/single_aie_gmio/step3/Makefile index 22600abe09..feebb459a0 100644 --- a/AI_Engine_Development/AIE/Feature_Tutorials/02-using-gmio/single_aie_gmio/step3/Makefile +++ b/AI_Engine_Development/AIE/Feature_Tutorials/02-using-gmio/single_aie_gmio/step3/Makefile @@ -6,9 +6,9 @@ TARGET = hw_emu ARCH = aie ifeq ($(ARCH), aie) - PLATFORM ?= ${PLATFORM_REPO_PATHS}/xilinx_vck190_base_202510_1/xilinx_vck190_base_202510_1.xpfm + PLATFORM ?= ${PLATFORM_REPO_PATHS}/xilinx_vck190_base_202520_1/xilinx_vck190_base_202520_1.xpfm else ifeq ($(ARCH), aie-ml) - PLATFORM ?= ${PLATFORM_REPO_PATHS}/xilinx_vek280_base_202510_1/xilinx_vek280_base_202510_1.xpfm + PLATFORM ?= ${PLATFORM_REPO_PATHS}/xilinx_vek280_base_202520_1/xilinx_vek280_base_202520_1.xpfm else $(error ARCH is not supported) endif @@ -47,19 +47,19 @@ __check_defined = \ $(error Undefined $1$(if $2, ($2)))) guard-PLATFORM_REPO_PATHS: - $(call check_defined, PLATFORM_REPO_PATHS, Set your where you downloaded xilinx_vck190_base_202510_1) + $(call check_defined, PLATFORM_REPO_PATHS, Set your where you downloaded xilinx_vck190_base_202520_1) guard-ROOTFS: - $(call check_defined, ROOTFS, Set to: xilinx-versal-common-v2025.1/rootfs.ext4) + $(call check_defined, ROOTFS, Set to: xilinx-versal-common-v2025.2/rootfs.ext4) guard-IMAGE: - $(call check_defined, IMAGE, Set to: xilinx-versal-common-v2025.1/Image) + $(call check_defined, IMAGE, Set to: xilinx-versal-common-v2025.2/Image) guard-CXX: - $(call check_defined, CXX, Run: xilinx-versal-common-v2025.1/environment-setup-cortexa72-cortexa53-amd-linux) + $(call check_defined, CXX, Run: xilinx-versal-common-v2025.2/environment-setup-cortexa72-cortexa53-amd-linux) guard-SDKTARGETSYSROOT: - $(call check_defined, SDKTARGETSYSROOT, Run: xilinx-versal-common-v2025.1/environment-setup-cortexa72-cortexa53-amd-linux) + $(call check_defined, SDKTARGETSYSROOT, Run: xilinx-versal-common-v2025.2/environment-setup-cortexa72-cortexa53-amd-linux) ### diff --git a/AI_Engine_Development/AIE/Feature_Tutorials/03-rtp-reconfiguration/README.md b/AI_Engine_Development/AIE/Feature_Tutorials/03-rtp-reconfiguration/README.md index 0b43227250..08f604c754 100644 --- a/AI_Engine_Development/AIE/Feature_Tutorials/03-rtp-reconfiguration/README.md +++ b/AI_Engine_Development/AIE/Feature_Tutorials/03-rtp-reconfiguration/README.md @@ -15,24 +15,24 @@ # Runtime Parameter Reconfiguration -***Version: Vitis 2025.1*** +***Version: Vitis 2025.2*** ## Introduction This tutorial is designed to demonstrate how the runtime parameters (RTP) can be used during AIE execution to modify the parameters of AI Engine kernels. Both scalar and array parameters are supported. ->**IMPORTANT**: Before beginning the tutorial make sure you have installed the AMD Vitis™ 2025.1 software. The Vitis release includes all the embedded base platforms including the VCK190 base platform that is used in this tutorial. In addition, ensure that you have downloaded the Common Images for Embedded Vitis Platforms from [this link](https://www.xilinx.com/support/download/index.html/content/xilinx/en/downloadNav/embedded-platforms.html). +>**IMPORTANT**: Before beginning the tutorial make sure you have installed the AMD Vitis™ 2025.2 software. The Vitis release includes all the embedded base platforms including the VCK190 base platform that is used in this tutorial. In addition, ensure that you have downloaded the Common Images for Embedded Vitis Platforms from [this link](https://www.xilinx.com/support/download/index.html/content/xilinx/en/downloadNav/embedded-platforms.html). The ‘common image’ package contains a prebuilt Linux kernel and root file system that can be used with the AMD Versal™ board for embedded design development using Vitis tools. Before starting this tutorial, run the following steps: 1. Go to the directory where you have unzipped the Versal Common Image package. -2. In a Bash shell, run the ``/Common Images Dir/xilinx-versal-common-v2025.1/environment-setup-cortexa72-cortexa53-amd-linux`` script. This script sets up the SDKTARGETSYSROOT and CXX variables. If the script is not present, you must run the ``/Common Images Dir/xilinx-versal-common-v2025.1/sdk.sh``. -3. Set up your ROOTFS and IMAGE to point to the `rootfs.ext4` and Image files located in the ``/Common Images Dir/xilinx-versal-common-v2025.1`` directory. +2. In a Bash shell, run the ``/Common Images Dir/xilinx-versal-common-v2025.2/environment-setup-cortexa72-cortexa53-amd-linux`` script. This script sets up the SDKTARGETSYSROOT and CXX variables. If the script is not present, you must run the ``/Common Images Dir/xilinx-versal-common-v2025.2/sdk.sh``. +3. Set up your ROOTFS and IMAGE to point to the `rootfs.ext4` and Image files located in the ``/Common Images Dir/xilinx-versal-common-v2025.2`` directory. 4. Set up your PLATFORM_REPO_PATHS environment variable to ``$XILINX_VITIS/base_platforms``. -This tutorial targets the VCK190 production board for the 2025.1 version. +This tutorial targets the VCK190 production board for the 2025.2 version. ## Overview diff --git a/AI_Engine_Development/AIE/Feature_Tutorials/03-rtp-reconfiguration/async_array_rtp/Makefile b/AI_Engine_Development/AIE/Feature_Tutorials/03-rtp-reconfiguration/async_array_rtp/Makefile index aef803b769..8745d35f5f 100755 --- a/AI_Engine_Development/AIE/Feature_Tutorials/03-rtp-reconfiguration/async_array_rtp/Makefile +++ b/AI_Engine_Development/AIE/Feature_Tutorials/03-rtp-reconfiguration/async_array_rtp/Makefile @@ -6,9 +6,9 @@ TARGET = hw_emu ARCH = aie ifeq ($(ARCH), aie) - PLATFORM ?= ${PLATFORM_REPO_PATHS}/xilinx_vck190_base_202510_1/xilinx_vck190_base_202510_1.xpfm + PLATFORM ?= ${PLATFORM_REPO_PATHS}/xilinx_vck190_base_202520_1/xilinx_vck190_base_202520_1.xpfm else ifeq ($(ARCH), aie-ml) - PLATFORM ?= ${PLATFORM_REPO_PATHS}/xilinx_vek280_base_202510_1/xilinx_vek280_base_202510_1.xpfm + PLATFORM ?= ${PLATFORM_REPO_PATHS}/xilinx_vek280_base_202520_1/xilinx_vek280_base_202520_1.xpfm else $(error ARCH is not supported) endif @@ -47,19 +47,19 @@ __check_defined = \ $(error Undefined $1$(if $2, ($2)))) guard-PLATFORM_REPO_PATHS: - $(call check_defined, PLATFORM_REPO_PATHS, Set your where you downloaded xilinx_vck190_base_202510_1) + $(call check_defined, PLATFORM_REPO_PATHS, Set your where you downloaded xilinx_vck190_base_202520_1) guard-ROOTFS: - $(call check_defined, ROOTFS, Set to: xilinx-versal-common-v2025.1/rootfs.ext4) + $(call check_defined, ROOTFS, Set to: xilinx-versal-common-v2025.2/rootfs.ext4) guard-IMAGE: - $(call check_defined, IMAGE, Set to: xilinx-versal-common-v2025.1/Image) + $(call check_defined, IMAGE, Set to: xilinx-versal-common-v2025.2/Image) guard-CXX: - $(call check_defined, CXX, Run: xilinx-versal-common-v2025.1/environment-setup-cortexa72-cortexa53-amd-linux) + $(call check_defined, CXX, Run: xilinx-versal-common-v2025.2/environment-setup-cortexa72-cortexa53-amd-linux) guard-SDKTARGETSYSROOT: - $(call check_defined, SDKTARGETSYSROOT, Run: xilinx-versal-common-v2025.1/environment-setup-cortexa72-cortexa53-amd-linux) + $(call check_defined, SDKTARGETSYSROOT, Run: xilinx-versal-common-v2025.2/environment-setup-cortexa72-cortexa53-amd-linux) ### diff --git a/AI_Engine_Development/AIE/Feature_Tutorials/03-rtp-reconfiguration/async_array_rtp_read/Makefile b/AI_Engine_Development/AIE/Feature_Tutorials/03-rtp-reconfiguration/async_array_rtp_read/Makefile index aef803b769..8745d35f5f 100755 --- a/AI_Engine_Development/AIE/Feature_Tutorials/03-rtp-reconfiguration/async_array_rtp_read/Makefile +++ b/AI_Engine_Development/AIE/Feature_Tutorials/03-rtp-reconfiguration/async_array_rtp_read/Makefile @@ -6,9 +6,9 @@ TARGET = hw_emu ARCH = aie ifeq ($(ARCH), aie) - PLATFORM ?= ${PLATFORM_REPO_PATHS}/xilinx_vck190_base_202510_1/xilinx_vck190_base_202510_1.xpfm + PLATFORM ?= ${PLATFORM_REPO_PATHS}/xilinx_vck190_base_202520_1/xilinx_vck190_base_202520_1.xpfm else ifeq ($(ARCH), aie-ml) - PLATFORM ?= ${PLATFORM_REPO_PATHS}/xilinx_vek280_base_202510_1/xilinx_vek280_base_202510_1.xpfm + PLATFORM ?= ${PLATFORM_REPO_PATHS}/xilinx_vek280_base_202520_1/xilinx_vek280_base_202520_1.xpfm else $(error ARCH is not supported) endif @@ -47,19 +47,19 @@ __check_defined = \ $(error Undefined $1$(if $2, ($2)))) guard-PLATFORM_REPO_PATHS: - $(call check_defined, PLATFORM_REPO_PATHS, Set your where you downloaded xilinx_vck190_base_202510_1) + $(call check_defined, PLATFORM_REPO_PATHS, Set your where you downloaded xilinx_vck190_base_202520_1) guard-ROOTFS: - $(call check_defined, ROOTFS, Set to: xilinx-versal-common-v2025.1/rootfs.ext4) + $(call check_defined, ROOTFS, Set to: xilinx-versal-common-v2025.2/rootfs.ext4) guard-IMAGE: - $(call check_defined, IMAGE, Set to: xilinx-versal-common-v2025.1/Image) + $(call check_defined, IMAGE, Set to: xilinx-versal-common-v2025.2/Image) guard-CXX: - $(call check_defined, CXX, Run: xilinx-versal-common-v2025.1/environment-setup-cortexa72-cortexa53-amd-linux) + $(call check_defined, CXX, Run: xilinx-versal-common-v2025.2/environment-setup-cortexa72-cortexa53-amd-linux) guard-SDKTARGETSYSROOT: - $(call check_defined, SDKTARGETSYSROOT, Run: xilinx-versal-common-v2025.1/environment-setup-cortexa72-cortexa53-amd-linux) + $(call check_defined, SDKTARGETSYSROOT, Run: xilinx-versal-common-v2025.2/environment-setup-cortexa72-cortexa53-amd-linux) ### diff --git a/AI_Engine_Development/AIE/Feature_Tutorials/03-rtp-reconfiguration/async_rtp/Makefile b/AI_Engine_Development/AIE/Feature_Tutorials/03-rtp-reconfiguration/async_rtp/Makefile index aef803b769..8745d35f5f 100755 --- a/AI_Engine_Development/AIE/Feature_Tutorials/03-rtp-reconfiguration/async_rtp/Makefile +++ b/AI_Engine_Development/AIE/Feature_Tutorials/03-rtp-reconfiguration/async_rtp/Makefile @@ -6,9 +6,9 @@ TARGET = hw_emu ARCH = aie ifeq ($(ARCH), aie) - PLATFORM ?= ${PLATFORM_REPO_PATHS}/xilinx_vck190_base_202510_1/xilinx_vck190_base_202510_1.xpfm + PLATFORM ?= ${PLATFORM_REPO_PATHS}/xilinx_vck190_base_202520_1/xilinx_vck190_base_202520_1.xpfm else ifeq ($(ARCH), aie-ml) - PLATFORM ?= ${PLATFORM_REPO_PATHS}/xilinx_vek280_base_202510_1/xilinx_vek280_base_202510_1.xpfm + PLATFORM ?= ${PLATFORM_REPO_PATHS}/xilinx_vek280_base_202520_1/xilinx_vek280_base_202520_1.xpfm else $(error ARCH is not supported) endif @@ -47,19 +47,19 @@ __check_defined = \ $(error Undefined $1$(if $2, ($2)))) guard-PLATFORM_REPO_PATHS: - $(call check_defined, PLATFORM_REPO_PATHS, Set your where you downloaded xilinx_vck190_base_202510_1) + $(call check_defined, PLATFORM_REPO_PATHS, Set your where you downloaded xilinx_vck190_base_202520_1) guard-ROOTFS: - $(call check_defined, ROOTFS, Set to: xilinx-versal-common-v2025.1/rootfs.ext4) + $(call check_defined, ROOTFS, Set to: xilinx-versal-common-v2025.2/rootfs.ext4) guard-IMAGE: - $(call check_defined, IMAGE, Set to: xilinx-versal-common-v2025.1/Image) + $(call check_defined, IMAGE, Set to: xilinx-versal-common-v2025.2/Image) guard-CXX: - $(call check_defined, CXX, Run: xilinx-versal-common-v2025.1/environment-setup-cortexa72-cortexa53-amd-linux) + $(call check_defined, CXX, Run: xilinx-versal-common-v2025.2/environment-setup-cortexa72-cortexa53-amd-linux) guard-SDKTARGETSYSROOT: - $(call check_defined, SDKTARGETSYSROOT, Run: xilinx-versal-common-v2025.1/environment-setup-cortexa72-cortexa53-amd-linux) + $(call check_defined, SDKTARGETSYSROOT, Run: xilinx-versal-common-v2025.2/environment-setup-cortexa72-cortexa53-amd-linux) ### diff --git a/AI_Engine_Development/AIE/Feature_Tutorials/03-rtp-reconfiguration/sync_rtp/Makefile b/AI_Engine_Development/AIE/Feature_Tutorials/03-rtp-reconfiguration/sync_rtp/Makefile index aef803b769..8745d35f5f 100755 --- a/AI_Engine_Development/AIE/Feature_Tutorials/03-rtp-reconfiguration/sync_rtp/Makefile +++ b/AI_Engine_Development/AIE/Feature_Tutorials/03-rtp-reconfiguration/sync_rtp/Makefile @@ -6,9 +6,9 @@ TARGET = hw_emu ARCH = aie ifeq ($(ARCH), aie) - PLATFORM ?= ${PLATFORM_REPO_PATHS}/xilinx_vck190_base_202510_1/xilinx_vck190_base_202510_1.xpfm + PLATFORM ?= ${PLATFORM_REPO_PATHS}/xilinx_vck190_base_202520_1/xilinx_vck190_base_202520_1.xpfm else ifeq ($(ARCH), aie-ml) - PLATFORM ?= ${PLATFORM_REPO_PATHS}/xilinx_vek280_base_202510_1/xilinx_vek280_base_202510_1.xpfm + PLATFORM ?= ${PLATFORM_REPO_PATHS}/xilinx_vek280_base_202520_1/xilinx_vek280_base_202520_1.xpfm else $(error ARCH is not supported) endif @@ -47,19 +47,19 @@ __check_defined = \ $(error Undefined $1$(if $2, ($2)))) guard-PLATFORM_REPO_PATHS: - $(call check_defined, PLATFORM_REPO_PATHS, Set your where you downloaded xilinx_vck190_base_202510_1) + $(call check_defined, PLATFORM_REPO_PATHS, Set your where you downloaded xilinx_vck190_base_202520_1) guard-ROOTFS: - $(call check_defined, ROOTFS, Set to: xilinx-versal-common-v2025.1/rootfs.ext4) + $(call check_defined, ROOTFS, Set to: xilinx-versal-common-v2025.2/rootfs.ext4) guard-IMAGE: - $(call check_defined, IMAGE, Set to: xilinx-versal-common-v2025.1/Image) + $(call check_defined, IMAGE, Set to: xilinx-versal-common-v2025.2/Image) guard-CXX: - $(call check_defined, CXX, Run: xilinx-versal-common-v2025.1/environment-setup-cortexa72-cortexa53-amd-linux) + $(call check_defined, CXX, Run: xilinx-versal-common-v2025.2/environment-setup-cortexa72-cortexa53-amd-linux) guard-SDKTARGETSYSROOT: - $(call check_defined, SDKTARGETSYSROOT, Run: xilinx-versal-common-v2025.1/environment-setup-cortexa72-cortexa53-amd-linux) + $(call check_defined, SDKTARGETSYSROOT, Run: xilinx-versal-common-v2025.2/environment-setup-cortexa72-cortexa53-amd-linux) ### diff --git a/AI_Engine_Development/AIE/Feature_Tutorials/04-packet-switching/README.md b/AI_Engine_Development/AIE/Feature_Tutorials/04-packet-switching/README.md index eecf47f0cc..0dc43a0f99 100644 --- a/AI_Engine_Development/AIE/Feature_Tutorials/04-packet-switching/README.md +++ b/AI_Engine_Development/AIE/Feature_Tutorials/04-packet-switching/README.md @@ -15,7 +15,7 @@ # Packet Switching Tutorial -***Version: Vitis 2025.1*** +***Version: Vitis 2025.2*** AI Engine kernels can share a single processor and execute in an interleaved manner. In addition, they can also share multiple stream connections on a single physical channel. The explicit packet switching feature allows fine-grain control over how packets are generated, distributed, and consumed in a graph computation. Explicit packet switching is typically recommended in cases where many low bandwidth streams from a common programmable logic (PL) source can be distributed to different AI Engine destinations. Similarly many low bandwidth streams from different AI Engine sources to a common PL destination can also take advantage of this feature. Because a single physical channel is shared between multiple streams, you minimize the number of AI Engine - PL interface streams used. @@ -23,18 +23,18 @@ This tutorial walks you through the steps to create buffer interface AI Engine k There is a limitation in the current version of the AI Engine tools that only integer format values are supported in data files for the AI Engine simulator. Details on the data format and how to convert data from other types to integer format are covered in steps 1 and 2. ->**IMPORTANT**: Before beginning the tutorial make sure you have installed the AMD Vitis™ software platform 2025.1. The Vitis release includes all the embedded base platforms including the VCK190 base platform that is used in this tutorial. In addition, ensure that you have downloaded the Common Images for Embedded Vitis Platforms from [this link](https://www.xilinx.com/support/download/index.html/content/xilinx/en/downloadNav/embedded-platforms.html). +>**IMPORTANT**: Before beginning the tutorial make sure you have installed the AMD Vitis™ software platform 2025.2. The Vitis release includes all the embedded base platforms including the VCK190 base platform that is used in this tutorial. In addition, ensure that you have downloaded the Common Images for Embedded Vitis Platforms from [this link](https://www.xilinx.com/support/download/index.html/content/xilinx/en/downloadNav/embedded-platforms.html). The ‘common image’ package contains a prebuilt Linux kernel and root file system that can be used with the AMD Versal™ board for embedded design development using the Vitis tools. Before starting this tutorial, run the following steps: 1. Go to the directory where you have unzipped the Versal Common Image package. -2. In a Bash shell, run the ``/**Common Images Dir**/xilinx-versal-common-v2025.1/environment-setup-cortexa72-cortexa53-amd-linux`` script. This script sets up the SDKTARGETSYSROOT and CXX variables. If the script is not present, you must run the ``/**Common Images Dir**/xilinx-versal-common-v2025.1/sdk.sh``. -3. Set up your ROOTFS and IMAGE to point to the `rootfs.ext4` and Image files located in the ``/**Common Images Dir**/xilinx-versal-common-v2025.1`` directory. +2. In a Bash shell, run the ``/**Common Images Dir**/xilinx-versal-common-v2025.2/environment-setup-cortexa72-cortexa53-amd-linux`` script. This script sets up the SDKTARGETSYSROOT and CXX variables. If the script is not present, you must run the ``/**Common Images Dir**/xilinx-versal-common-v2025.2/sdk.sh``. +3. Set up your ROOTFS and IMAGE to point to the `rootfs.ext4` and Image files located in the ``/**Common Images Dir**/xilinx-versal-common-v2025.2`` directory. 4. Set up your PLATFORM_REPO_PATHS environment variable to ``$XILINX_VITIS/base_platforms``. -This tutorial targets VCK190 production board for 2025.1 version. +This tutorial targets VCK190 production board for 2025.2 version. ## Objectives diff --git a/AI_Engine_Development/AIE/Feature_Tutorials/04-packet-switching/buffer_aie/Makefile b/AI_Engine_Development/AIE/Feature_Tutorials/04-packet-switching/buffer_aie/Makefile index c9b61598b1..9f10268914 100644 --- a/AI_Engine_Development/AIE/Feature_Tutorials/04-packet-switching/buffer_aie/Makefile +++ b/AI_Engine_Development/AIE/Feature_Tutorials/04-packet-switching/buffer_aie/Makefile @@ -6,9 +6,9 @@ TARGET = hw_emu ARCH = aie ifeq ($(ARCH), aie) - PLATFORM ?= ${PLATFORM_REPO_PATHS}/xilinx_vck190_base_202510_1/xilinx_vck190_base_202510_1.xpfm + PLATFORM ?= ${PLATFORM_REPO_PATHS}/xilinx_vck190_base_202520_1/xilinx_vck190_base_202520_1.xpfm else ifeq ($(ARCH), aie-ml) - PLATFORM ?= ${PLATFORM_REPO_PATHS}/xilinx_vek280_base_202510_1/xilinx_vek280_base_202510_1.xpfm + PLATFORM ?= ${PLATFORM_REPO_PATHS}/xilinx_vek280_base_202520_1/xilinx_vek280_base_202520_1.xpfm else $(error ARCH is not supported) endif @@ -47,19 +47,19 @@ __check_defined = \ $(error Undefined $1$(if $2, ($2)))) guard-PLATFORM_REPO_PATHS: - $(call check_defined, PLATFORM_REPO_PATHS, Set your where you downloaded xilinx_vck190_base_202510_1) + $(call check_defined, PLATFORM_REPO_PATHS, Set your where you downloaded xilinx_vck190_base_202520_1) guard-ROOTFS: - $(call check_defined, ROOTFS, Set to: xilinx-versal-common-v2025.1/rootfs.ext4) + $(call check_defined, ROOTFS, Set to: xilinx-versal-common-v2025.2/rootfs.ext4) guard-IMAGE: - $(call check_defined, IMAGE, Set to: xilinx-versal-common-v2025.1/Image) + $(call check_defined, IMAGE, Set to: xilinx-versal-common-v2025.2/Image) guard-CXX: - $(call check_defined, CXX, Run: xilinx-versal-common-v2025.1/environment-setup-cortexa72-cortexa53-amd-linux) + $(call check_defined, CXX, Run: xilinx-versal-common-v2025.2/environment-setup-cortexa72-cortexa53-amd-linux) guard-SDKTARGETSYSROOT: - $(call check_defined, SDKTARGETSYSROOT, Run: xilinx-versal-common-v2025.1/environment-setup-cortexa72-cortexa53-amd-linux) + $(call check_defined, SDKTARGETSYSROOT, Run: xilinx-versal-common-v2025.2/environment-setup-cortexa72-cortexa53-amd-linux) ### diff --git a/AI_Engine_Development/AIE/Feature_Tutorials/04-packet-switching/buffer_aie_mix_int32_float_cint16/Makefile b/AI_Engine_Development/AIE/Feature_Tutorials/04-packet-switching/buffer_aie_mix_int32_float_cint16/Makefile index 5a3f101a13..970eb1b98b 100644 --- a/AI_Engine_Development/AIE/Feature_Tutorials/04-packet-switching/buffer_aie_mix_int32_float_cint16/Makefile +++ b/AI_Engine_Development/AIE/Feature_Tutorials/04-packet-switching/buffer_aie_mix_int32_float_cint16/Makefile @@ -6,9 +6,9 @@ TARGET = hw_emu ARCH = aie ifeq ($(ARCH), aie) - PLATFORM ?= ${PLATFORM_REPO_PATHS}/xilinx_vck190_base_202510_1/xilinx_vck190_base_202510_1.xpfm + PLATFORM ?= ${PLATFORM_REPO_PATHS}/xilinx_vck190_base_202520_1/xilinx_vck190_base_202520_1.xpfm else ifeq ($(ARCH), aie-ml) - PLATFORM ?= ${PLATFORM_REPO_PATHS}/xilinx_vek280_base_202510_1/xilinx_vek280_base_202510_1.xpfm + PLATFORM ?= ${PLATFORM_REPO_PATHS}/xilinx_vek280_base_202520_1/xilinx_vek280_base_202520_1.xpfm else $(error ARCH is not supported) endif @@ -47,19 +47,19 @@ __check_defined = \ $(error Undefined $1$(if $2, ($2)))) guard-PLATFORM_REPO_PATHS: - $(call check_defined, PLATFORM_REPO_PATHS, Set your where you downloaded xilinx_vck190_base_202510_1) + $(call check_defined, PLATFORM_REPO_PATHS, Set your where you downloaded xilinx_vck190_base_202520_1) guard-ROOTFS: - $(call check_defined, ROOTFS, Set to: xilinx-versal-common-v2025.1/rootfs.ext4) + $(call check_defined, ROOTFS, Set to: xilinx-versal-common-v2025.2/rootfs.ext4) guard-IMAGE: - $(call check_defined, IMAGE, Set to: xilinx-versal-common-v2025.1/Image) + $(call check_defined, IMAGE, Set to: xilinx-versal-common-v2025.2/Image) guard-CXX: - $(call check_defined, CXX, Run: xilinx-versal-common-v2025.1/environment-setup-cortexa72-cortexa53-amd-linux) + $(call check_defined, CXX, Run: xilinx-versal-common-v2025.2/environment-setup-cortexa72-cortexa53-amd-linux) guard-SDKTARGETSYSROOT: - $(call check_defined, SDKTARGETSYSROOT, Run: xilinx-versal-common-v2025.1/environment-setup-cortexa72-cortexa53-amd-linux) + $(call check_defined, SDKTARGETSYSROOT, Run: xilinx-versal-common-v2025.2/environment-setup-cortexa72-cortexa53-amd-linux) ### diff --git a/AI_Engine_Development/AIE/Feature_Tutorials/04-packet-switching/pktstream_aie/Makefile b/AI_Engine_Development/AIE/Feature_Tutorials/04-packet-switching/pktstream_aie/Makefile index 47e0f3ea50..2a7b26d590 100644 --- a/AI_Engine_Development/AIE/Feature_Tutorials/04-packet-switching/pktstream_aie/Makefile +++ b/AI_Engine_Development/AIE/Feature_Tutorials/04-packet-switching/pktstream_aie/Makefile @@ -6,9 +6,9 @@ TARGET = hw_emu ARCH = aie ifeq ($(ARCH), aie) - PLATFORM ?= ${PLATFORM_REPO_PATHS}/xilinx_vck190_base_202510_1/xilinx_vck190_base_202510_1.xpfm + PLATFORM ?= ${PLATFORM_REPO_PATHS}/xilinx_vck190_base_202520_1/xilinx_vck190_base_202520_1.xpfm else ifeq ($(ARCH), aie-ml) - PLATFORM ?= ${PLATFORM_REPO_PATHS}/xilinx_vek280_base_202510_1/xilinx_vek280_base_202510_1.xpfm + PLATFORM ?= ${PLATFORM_REPO_PATHS}/xilinx_vek280_base_202520_1/xilinx_vek280_base_202520_1.xpfm else $(error ARCH is not supported) endif @@ -47,19 +47,19 @@ __check_defined = \ $(error Undefined $1$(if $2, ($2)))) guard-PLATFORM_REPO_PATHS: - $(call check_defined, PLATFORM_REPO_PATHS, Set your where you downloaded xilinx_vck190_base_202510_1) + $(call check_defined, PLATFORM_REPO_PATHS, Set your where you downloaded xilinx_vck190_base_202520_1) guard-ROOTFS: - $(call check_defined, ROOTFS, Set to: xilinx-versal-common-v2025.1/rootfs.ext4) + $(call check_defined, ROOTFS, Set to: xilinx-versal-common-v2025.2/rootfs.ext4) guard-IMAGE: - $(call check_defined, IMAGE, Set to: xilinx-versal-common-v2025.1/Image) + $(call check_defined, IMAGE, Set to: xilinx-versal-common-v2025.2/Image) guard-CXX: - $(call check_defined, CXX, Run: xilinx-versal-common-v2025.1/environment-setup-cortexa72-cortexa53-amd-linux) + $(call check_defined, CXX, Run: xilinx-versal-common-v2025.2/environment-setup-cortexa72-cortexa53-amd-linux) guard-SDKTARGETSYSROOT: - $(call check_defined, SDKTARGETSYSROOT, Run: xilinx-versal-common-v2025.1/environment-setup-cortexa72-cortexa53-amd-linux) + $(call check_defined, SDKTARGETSYSROOT, Run: xilinx-versal-common-v2025.2/environment-setup-cortexa72-cortexa53-amd-linux) ### all: ${XSA} ${HOST_EXE} package diff --git a/AI_Engine_Development/AIE/Feature_Tutorials/05-AI-engine-versal-integration/LICENSE.txt b/AI_Engine_Development/AIE/Feature_Tutorials/05-AI-engine-versal-integration/LICENSE.txt index 9f81dade70..d071efe45b 100644 --- a/AI_Engine_Development/AIE/Feature_Tutorials/05-AI-engine-versal-integration/LICENSE.txt +++ b/AI_Engine_Development/AIE/Feature_Tutorials/05-AI-engine-versal-integration/LICENSE.txt @@ -1,4 +1,4 @@ /* -Copyright (C) 2023, Advanced Micro Devices, Inc. All rights reserved. +Copyright (C) 2025, Advanced Micro Devices, Inc. All rights reserved. SPDX-License-Identifier: X11 */ diff --git a/AI_Engine_Development/AIE/Feature_Tutorials/05-AI-engine-versal-integration/Makefile b/AI_Engine_Development/AIE/Feature_Tutorials/05-AI-engine-versal-integration/Makefile index c9521ea1a2..b6c05b713c 100644 --- a/AI_Engine_Development/AIE/Feature_Tutorials/05-AI-engine-versal-integration/Makefile +++ b/AI_Engine_Development/AIE/Feature_Tutorials/05-AI-engine-versal-integration/Makefile @@ -1,12 +1,12 @@ # /* -# Copyright (C) 2023, Advanced Micro Devices, Inc. All rights reserved. +# Copyright (C) 2025, Advanced Micro Devices, Inc. All rights reserved. # SPDX-License-Identifier: X11 # */ F_PROJ_ROOT ?= $(shell bash -c 'export MK_PATH=$(MK_PATH); echo $${MK_PATH%/AI_Engine_Development/*}') -ROOTFS ?= ${PLATFORM_REPO_PATHS}/sw/versal/xilinx-versal-common-v2025.1/rootfs.ext4 -IMAGE ?= ${PLATFORM_REPO_PATHS}/sw/versal/xilinx-versal-common-v2025.1/Image +ROOTFS ?= ${PLATFORM_REPO_PATHS}/sw/versal/xilinx-versal-common-v2025.2/rootfs.ext4 +IMAGE ?= ${PLATFORM_REPO_PATHS}/sw/versal/xilinx-versal-common-v2025.2/Image SDKTARGETSYSROOT ?= ${SYSROOT} # Makefile input options @@ -34,7 +34,7 @@ else endif PACKAGE_OUT = ./package.$(TARGET) -BASE_PLATFORM ?= ${PLATFORM_REPO_PATHS}/xilinx_vck190_base_202510_1/xilinx_vck190_base_202510_1.xpfm +BASE_PLATFORM ?= ${PLATFORM_REPO_PATHS}/xilinx_vck190_base_202520_1/xilinx_vck190_base_202520_1.xpfm # Command-line options VPP := v++ @@ -99,19 +99,19 @@ __check_defined = \ $(error Undefined $1$(if $2, ($2)))) guard-PLATFORM_REPO_PATHS: - $(call check_defined, PLATFORM_REPO_PATHS, Set your where you downloaded xilinx_vck190_base_202510_1) + $(call check_defined, PLATFORM_REPO_PATHS, Set your where you downloaded xilinx_vck190_base_202520_1) guard-ROOTFS: - $(call check_defined, ROOTFS, Set to: xilinx-versal-common-v2025.1/rootfs.ext4) + $(call check_defined, ROOTFS, Set to: xilinx-versal-common-v2025.2/rootfs.ext4) guard-IMAGE: - $(call check_defined, IMAGE, Set to: xilinx-versal-common-v2025.1/Image) + $(call check_defined, IMAGE, Set to: xilinx-versal-common-v2025.2/Image) guard-CXX: - $(call check_defined, CXX, Run: xilinx-versal-common-v2025.1/environment-setup-aarch64-xilinx-linux) + $(call check_defined, CXX, Run: xilinx-versal-common-v2025.2/environment-setup-aarch64-xilinx-linux) guard-SDKTARGETSYSROOT: - $(call check_defined, SDKTARGETSYSROOT, Run: xilinx-versal-common-v2025.1/environment-setup-aarch64-xilinx-linux) + $(call check_defined, SDKTARGETSYSROOT, Run: xilinx-versal-common-v2025.2/environment-setup-aarch64-xilinx-linux) ### diff --git a/AI_Engine_Development/AIE/Feature_Tutorials/05-AI-engine-versal-integration/README.md b/AI_Engine_Development/AIE/Feature_Tutorials/05-AI-engine-versal-integration/README.md index 26625c35e1..bb8552edc1 100644 --- a/AI_Engine_Development/AIE/Feature_Tutorials/05-AI-engine-versal-integration/README.md +++ b/AI_Engine_Development/AIE/Feature_Tutorials/05-AI-engine-versal-integration/README.md @@ -15,7 +15,7 @@ # AI Engine Versal Integration -***Version: Vitis 2025.1*** +***Version: Vitis 2025.2*** ## Introduction @@ -25,19 +25,19 @@ This tutorial demonstrates creating a system design running on the AI Engine, PS This tutorial steps through software emulation, hardware emulation, and hardware flow in the context of a complete Versal adaptive SoC system integration. By default, the Makefile is set for `hw_emu`. If you need to build for `hw`, use the corresponding TARGET option as described in corresponding sections. -**IMPORTANT**: Before beginning the tutorial ensure you have installed Vitis™ 2025.1 software. The software includes all the embedded base platforms including the VCK190 base platform that is used in this tutorial. In addition, ensure you have downloaded the Common Images for Embedded Vitis Platforms from this link. +**IMPORTANT**: Before beginning the tutorial ensure you have installed Vitis™ 2025.2 software. The software includes all the embedded base platforms including the VCK190 base platform that is used in this tutorial. In addition, ensure you have downloaded the Common Images for Embedded Vitis Platforms from this link. -https://www.xilinx.com/support/download/index.html/content/xilinx/en/downloadNav/embedded-platforms/2025.1.html +https://www.xilinx.com/support/download/index.html/content/xilinx/en/downloadNav/embedded-platforms/2025.2.html The 'common image' package contains a prebuilt Linux kernel and root file system that can be used with the Versal board for embedded design development using Vitis. Before starting this tutorial run the following steps: 1. Navigate to the directory where you have unzipped the Versal Common Image package. -2. In a Bash shell, run the ```/Common Images Dir/xilinx-versal-common-v2025.1/environment-setup-cortexa72-cortexa53-amd-linux``` script. This script sets up the SDKTARGETSYSROOT and CXX variables. If the script is not present, you must run the ```/Common Images Dir/xilinx-versal-common-v2025.1/sdk.sh```. -3. Set up your ROOTFS, and IMAGE to point to the ```rootfs.ext4``` and Image files located in the ```/Common Images Dir/xilinx-versal-common-v2025.1``` directory. -4. Set up your PLATFORM_REPO_PATHS environment variable to ```$XILINX_VITIS/base_platforms/xilinx_vck190_base_202510_1/xilinx_vck190_base_202510_1.xpfm```. +2. In a Bash shell, run the ```/Common Images Dir/xilinx-versal-common-v2025.2/environment-setup-cortexa72-cortexa53-amd-linux``` script. This script sets up the SDKTARGETSYSROOT and CXX variables. If the script is not present, you must run the ```/Common Images Dir/xilinx-versal-common-v2025.2/sdk.sh```. +3. Set up your ROOTFS, and IMAGE to point to the ```rootfs.ext4``` and Image files located in the ```/Common Images Dir/xilinx-versal-common-v2025.2``` directory. +4. Set up your PLATFORM_REPO_PATHS environment variable to ```$XILINX_VITIS/base_platforms/xilinx_vck190_base_202520_1/xilinx_vck190_base_202520_1.xpfm```. -This tutorial targets VCK190 production board for 2025.1 version. +This tutorial targets VCK190 production board for 2025.2 version. ## Objectives @@ -50,7 +50,7 @@ After completing this tutorial, you should be able to: * Package the design to run on software emulation, hardware emulation, and an easy-to-boot SD card image to run on hardware. * Become familiar with the new Vitis unified IDE -This tutorial contains two flows that you can work through: the Vitis classic command line flow incorporating the aiecompiler, aiesimulator, and v++ command, and the new Vitis unified IDE flow which demonstrates the use of the new tool available in the 2025.1 release as described in the *Vitis Unified IDE and Common Command-Line Reference Guide* ([UG1393](https://docs.amd.com/r/en-US/ug1393-vitis-application-acceleration/Using-the-Vitis-Unified-IDE)). The classic command-line flow is documented in the following text. The new Vitis unified IDE flow can be found [here](./unified-ide.md). +This tutorial contains two flows that you can work through: the Vitis classic command line flow incorporating the aiecompiler, aiesimulator, and v++ command, and the new Vitis unified IDE flow which demonstrates the use of the new tool available in the 2025.2 release as described in the *Vitis Unified IDE and Common Command-Line Reference Guide* ([UG1702](https://docs.amd.com/r/en-US/ug1702-vitis-accelerated-reference)). The classic command-line flow is documented in the following text. The new Vitis unified IDE flow can be found [here](./unified-ide.md). ## Tutorial Overview @@ -95,7 +95,7 @@ make aie TARGET=hw Or ```bash -v++ -c --mode aie --target hw --platform $PLATFORM_REPO_PATHS/xilinx_vck190_base_202510_1/xilinx_vck190_base_202510_1.xpfm --include "$XILINX_VITIS/aietools/include" --include "./aie" --include "./data" --include "./aie/kernels" --include "./" --aie.xlopt=0 --work_dir=./Work aie/graph.cpp +v++ -c --mode aie --target hw --platform $PLATFORM_REPO_PATHS/xilinx_vck190_base_202520_1/xilinx_vck190_base_202520_1.xpfm --include "$XILINX_VITIS/aietools/include" --include "./aie" --include "./data" --include "./aie/kernels" --include "./" --aie.xlopt=0 --work_dir=./Work aie/graph.cpp ``` The generated output from `aiecompiler` is the `Work` directory, and the `libadf.a` file. This file contains the compiled AI Engine configuration, graph, and Kernel `.elf` files. @@ -266,8 +266,8 @@ make kernels TARGET=hw_emu or ```bash -v++ -c --mode hls --platform $PLATFORM_REPO_PATHS/xilinx_vck190_base_202510_1/xilinx_vck190_base_202510_1.xpfm --config pl_kernels/s2mm.cfg -v++ -c --mode hls --platform $PLATFORM_REPO_PATHS/xilinx_vck190_base_202510_1/xilinx_vck190_base_202510_1.xpfm --config pl_kernels/mm2s.cfg +v++ -c --mode hls --platform $PLATFORM_REPO_PATHS/xilinx_vck190_base_202520_1/xilinx_vck190_base_202520_1.xpfm --config pl_kernels/s2mm.cfg +v++ -c --mode hls --platform $PLATFORM_REPO_PATHS/xilinx_vck190_base_202520_1/xilinx_vck190_base_202520_1.xpfm --config pl_kernels/mm2s.cfg ``` ### 2. Use V++ to Link AI Engine, HLS Kernels with the Platform @@ -293,7 +293,7 @@ make xsa TARGET=hw_emu or ```bash -v++ -l --platform $PLATFORM_REPO_PATHS/xilinx_vck190_base_202510_1/xilinx_vck190_base_202510_1.xpfm s2mm.xo mm2s.xo libadf.a -t hw_emu --save-temps -g --config system.cfg -o tutorial.xsa +v++ -l --platform $PLATFORM_REPO_PATHS/xilinx_vck190_base_202520_1/xilinx_vck190_base_202520_1.xpfm s2mm.xo mm2s.xo libadf.a -t hw_emu --save-temps -g --config system.cfg -o tutorial.xsa ``` Now you have a generated `.xsa` that will be used to execute your design on the platform. @@ -332,11 +332,11 @@ Or ```bash cd ./sw v++ --package -t hw_emu \ - -f $PLATFORM_REPO_PATHS/xilinx_vck190_base_202510_1/xilinx_vck190_base_202510_1.xpfm \ - --package.rootfs=$PLATFORM_REPO_PATHS/sw/versal/xilinx-versal-common-v2025.1/rootfs.ext4 \ + -f $PLATFORM_REPO_PATHS/xilinx_vck190_base_202520_1/xilinx_vck190_base_202520_1.xpfm \ + --package.rootfs=$PLATFORM_REPO_PATHS/sw/versal/xilinx-versal-common-v2025.2/rootfs.ext4 \ --package.image_format=ext4 \ --package.boot_mode=sd \ - --package.kernel_image=$PLATFORM_REPO_PATHS/sw/versal/xilinx-versal-common-v2025.1/Image \ + --package.kernel_image=$PLATFORM_REPO_PATHS/sw/versal/xilinx-versal-common-v2025.2/Image \ --package.defer_aie_run \ --package.sd_file host.exe ../tutorial.xsa ../libadf.a cd .. @@ -431,7 +431,7 @@ Since Profiling is deprecated in Hardware Emulation Flow, comment the line 'AIE_ or ```bash - v++ -l --platform $PLATFORM_REPO_PATHS/xilinx_vck190_base_202510_1/xilinx_vck190_base_202510_1.xpfm s2mm.xo mm2s.xo libadf.a -t hw --save-temps -g --config system.cfg -o tutorial.xsa + v++ -l --platform $PLATFORM_REPO_PATHS/xilinx_vck190_base_202520_1/xilinx_vck190_base_202520_1.xpfm s2mm.xo mm2s.xo libadf.a -t hw --save-temps -g --config system.cfg -o tutorial.xsa ``` 2. Then re-run the packaging step with: @@ -445,11 +445,11 @@ Since Profiling is deprecated in Hardware Emulation Flow, comment the line 'AIE_ ```bash cd ./sw v++ --package -t hw \ - -f $PLATFORM_REPO_PATHS/xilinx_vck190_base_202510_1/xilinx_vck190_base_202510_1.xpfm \ - --package.rootfs=$PLATFORM_REPO_PATHS/sw/versal/xilinx-versal-common-v2025.1/rootfs.ext4 \ + -f $PLATFORM_REPO_PATHS/xilinx_vck190_base_202520_1/xilinx_vck190_base_202520_1.xpfm \ + --package.rootfs=$PLATFORM_REPO_PATHS/sw/versal/xilinx-versal-common-v2025.2/rootfs.ext4 \ --package.image_format=ext4 \ --package.boot_mode=sd \ - --package.kernel_image=$PLATFORM_REPO_PATHS/sw/versal/xilinx-versal-common-v2025.1/Image \ + --package.kernel_image=$PLATFORM_REPO_PATHS/sw/versal/xilinx-versal-common-v2025.2/Image \ --package.defer_aie_run \ --package.sd_file host.exe ../tutorial.xsa ../libadf.a cd .. @@ -477,7 +477,7 @@ You should see **TEST PASSED**. You have successfully run your design on hardwar In this tutorial you learned the following: * How to compile PLIO and PL Kernels using `v++ -c`. -* How to link the `libadf.a`, PLIO, and PL kernels to the `xilinx_vck190_base_202510_1` platform. +* How to link the `libadf.a`, PLIO, and PL kernels to the `xilinx_vck190_base_202520_1` platform. * How to use Vitis Analyzer to explore the various reports generated from compilation and emulation/simulation. * How to package your host code, and the generated `xclbin` and `libadf.a` into an SD card directory. * How to execute the design for hardware emulation. diff --git a/AI_Engine_Development/AIE/Feature_Tutorials/05-AI-engine-versal-integration/aie/graph.cpp b/AI_Engine_Development/AIE/Feature_Tutorials/05-AI-engine-versal-integration/aie/graph.cpp index 555e2d6417..11dcf5031e 100644 --- a/AI_Engine_Development/AIE/Feature_Tutorials/05-AI-engine-versal-integration/aie/graph.cpp +++ b/AI_Engine_Development/AIE/Feature_Tutorials/05-AI-engine-versal-integration/aie/graph.cpp @@ -1,5 +1,5 @@ /* -Copyright (C) 2023, Advanced Micro Devices, Inc. All rights reserved. +Copyright (C) 2025, Advanced Micro Devices, Inc. All rights reserved. SPDX-License-Identifier: X11 */ diff --git a/AI_Engine_Development/AIE/Feature_Tutorials/05-AI-engine-versal-integration/aie/graph.h b/AI_Engine_Development/AIE/Feature_Tutorials/05-AI-engine-versal-integration/aie/graph.h index e16f212b58..ff454bc3d4 100644 --- a/AI_Engine_Development/AIE/Feature_Tutorials/05-AI-engine-versal-integration/aie/graph.h +++ b/AI_Engine_Development/AIE/Feature_Tutorials/05-AI-engine-versal-integration/aie/graph.h @@ -1,5 +1,5 @@ /* -Copyright (C) 2023, Advanced Micro Devices, Inc. All rights reserved. +Copyright (C) 2025, Advanced Micro Devices, Inc. All rights reserved. SPDX-License-Identifier: X11 */ diff --git a/AI_Engine_Development/AIE/Feature_Tutorials/05-AI-engine-versal-integration/aie/include.h b/AI_Engine_Development/AIE/Feature_Tutorials/05-AI-engine-versal-integration/aie/include.h index fd61914a84..d4aeb10ed2 100644 --- a/AI_Engine_Development/AIE/Feature_Tutorials/05-AI-engine-versal-integration/aie/include.h +++ b/AI_Engine_Development/AIE/Feature_Tutorials/05-AI-engine-versal-integration/aie/include.h @@ -1,5 +1,5 @@ /* -Copyright (C) 2023, Advanced Micro Devices, Inc. All rights reserved. +Copyright (C) 2025, Advanced Micro Devices, Inc. All rights reserved. SPDX-License-Identifier: X11 */ diff --git a/AI_Engine_Development/AIE/Feature_Tutorials/05-AI-engine-versal-integration/aie/kernels.h b/AI_Engine_Development/AIE/Feature_Tutorials/05-AI-engine-versal-integration/aie/kernels.h index 28e8e3d526..c24676bc3b 100644 --- a/AI_Engine_Development/AIE/Feature_Tutorials/05-AI-engine-versal-integration/aie/kernels.h +++ b/AI_Engine_Development/AIE/Feature_Tutorials/05-AI-engine-versal-integration/aie/kernels.h @@ -1,5 +1,5 @@ /* -Copyright (C) 2023, Advanced Micro Devices, Inc. All rights reserved. +Copyright (C) 2025, Advanced Micro Devices, Inc. All rights reserved. SPDX-License-Identifier: X11 */ diff --git a/AI_Engine_Development/AIE/Feature_Tutorials/05-AI-engine-versal-integration/aie/kernels/classifiers/classify.cc b/AI_Engine_Development/AIE/Feature_Tutorials/05-AI-engine-versal-integration/aie/kernels/classifiers/classify.cc index 95167702bd..bc91de62a9 100644 --- a/AI_Engine_Development/AIE/Feature_Tutorials/05-AI-engine-versal-integration/aie/kernels/classifiers/classify.cc +++ b/AI_Engine_Development/AIE/Feature_Tutorials/05-AI-engine-versal-integration/aie/kernels/classifiers/classify.cc @@ -1,5 +1,5 @@ /* -Copyright (C) 2023, Advanced Micro Devices, Inc. All rights reserved. +Copyright (C) 2025, Advanced Micro Devices, Inc. All rights reserved. SPDX-License-Identifier: X11 */ diff --git a/AI_Engine_Development/AIE/Feature_Tutorials/05-AI-engine-versal-integration/aie/kernels/decimators/hb27.cc b/AI_Engine_Development/AIE/Feature_Tutorials/05-AI-engine-versal-integration/aie/kernels/decimators/hb27.cc index edc84d5f23..5d80423535 100644 --- a/AI_Engine_Development/AIE/Feature_Tutorials/05-AI-engine-versal-integration/aie/kernels/decimators/hb27.cc +++ b/AI_Engine_Development/AIE/Feature_Tutorials/05-AI-engine-versal-integration/aie/kernels/decimators/hb27.cc @@ -1,5 +1,5 @@ /* -Copyright (C) 2023, Advanced Micro Devices, Inc. All rights reserved. +Copyright (C) 2025, Advanced Micro Devices, Inc. All rights reserved. SPDX-License-Identifier: X11 */ diff --git a/AI_Engine_Development/AIE/Feature_Tutorials/05-AI-engine-versal-integration/aie/kernels/interpolators/hb27_2i.cc b/AI_Engine_Development/AIE/Feature_Tutorials/05-AI-engine-versal-integration/aie/kernels/interpolators/hb27_2i.cc index ceb94e6561..0f6c6aed10 100644 --- a/AI_Engine_Development/AIE/Feature_Tutorials/05-AI-engine-versal-integration/aie/kernels/interpolators/hb27_2i.cc +++ b/AI_Engine_Development/AIE/Feature_Tutorials/05-AI-engine-versal-integration/aie/kernels/interpolators/hb27_2i.cc @@ -1,5 +1,5 @@ /* -Copyright (C) 2023, Advanced Micro Devices, Inc. All rights reserved. +Copyright (C) 2025, Advanced Micro Devices, Inc. All rights reserved. SPDX-License-Identifier: X11 */ diff --git a/AI_Engine_Development/AIE/Feature_Tutorials/05-AI-engine-versal-integration/aie/kernels/interpolators/hb27_2i_API.cc b/AI_Engine_Development/AIE/Feature_Tutorials/05-AI-engine-versal-integration/aie/kernels/interpolators/hb27_2i_API.cc index c29d17209a..8edcbc5a02 100644 --- a/AI_Engine_Development/AIE/Feature_Tutorials/05-AI-engine-versal-integration/aie/kernels/interpolators/hb27_2i_API.cc +++ b/AI_Engine_Development/AIE/Feature_Tutorials/05-AI-engine-versal-integration/aie/kernels/interpolators/hb27_2i_API.cc @@ -1,5 +1,5 @@ /* -Copyright (C) 2023, Advanced Micro Devices, Inc. All rights reserved. +Copyright (C) 2025, Advanced Micro Devices, Inc. All rights reserved. SPDX-License-Identifier: X11 */ diff --git a/AI_Engine_Development/AIE/Feature_Tutorials/05-AI-engine-versal-integration/aie/kernels/polar_clip.cpp b/AI_Engine_Development/AIE/Feature_Tutorials/05-AI-engine-versal-integration/aie/kernels/polar_clip.cpp index a6e21c3387..162379febf 100644 --- a/AI_Engine_Development/AIE/Feature_Tutorials/05-AI-engine-versal-integration/aie/kernels/polar_clip.cpp +++ b/AI_Engine_Development/AIE/Feature_Tutorials/05-AI-engine-versal-integration/aie/kernels/polar_clip.cpp @@ -1,5 +1,5 @@ /* -Copyright (C) 2023, Advanced Micro Devices, Inc. All rights reserved. +Copyright (C) 2025, Advanced Micro Devices, Inc. All rights reserved. SPDX-License-Identifier: X11 */ diff --git a/AI_Engine_Development/AIE/Feature_Tutorials/05-AI-engine-versal-integration/pl_kernels/mm2s.cpp b/AI_Engine_Development/AIE/Feature_Tutorials/05-AI-engine-versal-integration/pl_kernels/mm2s.cpp index 34388760b1..3e85a90269 100644 --- a/AI_Engine_Development/AIE/Feature_Tutorials/05-AI-engine-versal-integration/pl_kernels/mm2s.cpp +++ b/AI_Engine_Development/AIE/Feature_Tutorials/05-AI-engine-versal-integration/pl_kernels/mm2s.cpp @@ -1,5 +1,5 @@ /* -Copyright (C) 2023, Advanced Micro Devices, Inc. All rights reserved. +Copyright (C) 2025, Advanced Micro Devices, Inc. All rights reserved. SPDX-License-Identifier: X11 */ diff --git a/AI_Engine_Development/AIE/Feature_Tutorials/05-AI-engine-versal-integration/pl_kernels/s2mm.cpp b/AI_Engine_Development/AIE/Feature_Tutorials/05-AI-engine-versal-integration/pl_kernels/s2mm.cpp index db02f5abfd..16c7a3b8c8 100644 --- a/AI_Engine_Development/AIE/Feature_Tutorials/05-AI-engine-versal-integration/pl_kernels/s2mm.cpp +++ b/AI_Engine_Development/AIE/Feature_Tutorials/05-AI-engine-versal-integration/pl_kernels/s2mm.cpp @@ -1,5 +1,5 @@ /* -Copyright (C) 2023, Advanced Micro Devices, Inc. All rights reserved. +Copyright (C) 2025, Advanced Micro Devices, Inc. All rights reserved. SPDX-License-Identifier: X11 */ diff --git a/AI_Engine_Development/AIE/Feature_Tutorials/05-AI-engine-versal-integration/sw/data.h b/AI_Engine_Development/AIE/Feature_Tutorials/05-AI-engine-versal-integration/sw/data.h index b84c8cba1c..2e05870ca6 100644 --- a/AI_Engine_Development/AIE/Feature_Tutorials/05-AI-engine-versal-integration/sw/data.h +++ b/AI_Engine_Development/AIE/Feature_Tutorials/05-AI-engine-versal-integration/sw/data.h @@ -1,5 +1,5 @@ /* -Copyright (C) 2023, Advanced Micro Devices, Inc. All rights reserved. +Copyright (C) 2025, Advanced Micro Devices, Inc. All rights reserved. SPDX-License-Identifier: X11 */ diff --git a/AI_Engine_Development/AIE/Feature_Tutorials/05-AI-engine-versal-integration/sw/host.cpp b/AI_Engine_Development/AIE/Feature_Tutorials/05-AI-engine-versal-integration/sw/host.cpp index a59721886e..e62c5d43af 100644 --- a/AI_Engine_Development/AIE/Feature_Tutorials/05-AI-engine-versal-integration/sw/host.cpp +++ b/AI_Engine_Development/AIE/Feature_Tutorials/05-AI-engine-versal-integration/sw/host.cpp @@ -1,9 +1,10 @@ /* -Copyright (C) 2023, Advanced Micro Devices, Inc. All rights reserved. +Copyright (C) 2025, Advanced Micro Devices, Inc. All rights reserved. SPDX-License-Identifier: X11 */ #include +#include #include #include "experimental/xrt_kernel.h" diff --git a/AI_Engine_Development/AIE/Feature_Tutorials/05-AI-engine-versal-integration/sw/host.h b/AI_Engine_Development/AIE/Feature_Tutorials/05-AI-engine-versal-integration/sw/host.h index 593b8f30a2..0f26b5a81b 100644 --- a/AI_Engine_Development/AIE/Feature_Tutorials/05-AI-engine-versal-integration/sw/host.h +++ b/AI_Engine_Development/AIE/Feature_Tutorials/05-AI-engine-versal-integration/sw/host.h @@ -1,5 +1,5 @@ /* -Copyright (C) 2023, Advanced Micro Devices, Inc. All rights reserved. +Copyright (C) 2025, Advanced Micro Devices, Inc. All rights reserved. SPDX-License-Identifier: X11 */ diff --git a/AI_Engine_Development/AIE/Feature_Tutorials/05-AI-engine-versal-integration/system.cfg b/AI_Engine_Development/AIE/Feature_Tutorials/05-AI-engine-versal-integration/system.cfg index db1b577ebf..f996b6a683 100644 --- a/AI_Engine_Development/AIE/Feature_Tutorials/05-AI-engine-versal-integration/system.cfg +++ b/AI_Engine_Development/AIE/Feature_Tutorials/05-AI-engine-versal-integration/system.cfg @@ -1,5 +1,5 @@ ## -# Copyright (C) 2023, Advanced Micro Devices, Inc. All rights reserved. +# Copyright (C) 2025, Advanced Micro Devices, Inc. All rights reserved. # SPDX-License-Identifier: X11 ## diff --git a/AI_Engine_Development/AIE/Feature_Tutorials/06-versal-system-design-clocking-tutorial/06-versal-system-design-clocking-tutorial-sourcelink.rst b/AI_Engine_Development/AIE/Feature_Tutorials/06-versal-system-design-clocking-tutorial/06-versal-system-design-clocking-tutorial-sourcelink.rst deleted file mode 100644 index 7c927d6549..0000000000 --- a/AI_Engine_Development/AIE/Feature_Tutorials/06-versal-system-design-clocking-tutorial/06-versal-system-design-clocking-tutorial-sourcelink.rst +++ /dev/null @@ -1,6 +0,0 @@ - -####################################################### -Version: Vitis 2022.2 -####################################################### - -To view the source files for this tutorial, click `here `_. \ No newline at end of file diff --git a/AI_Engine_Development/AIE/Feature_Tutorials/06-versal-system-design-clocking-tutorial/Makefile b/AI_Engine_Development/AIE/Feature_Tutorials/06-versal-system-design-clocking-tutorial/Makefile index 4cd1a57844..6d04924911 100755 --- a/AI_Engine_Development/AIE/Feature_Tutorials/06-versal-system-design-clocking-tutorial/Makefile +++ b/AI_Engine_Development/AIE/Feature_Tutorials/06-versal-system-design-clocking-tutorial/Makefile @@ -21,9 +21,9 @@ KERNEL_XO := pl_kernels/s2mm.xo pl_kernels/mm2s.xo pl_kernels/polar_clip.xo CONFIG_FILE := system.cfg SDKTARGETSYSROOT ?= $(SYSROOT) -PLATFORM ?= ${PLATFORM_REPO_PATHS}/xilinx_vck190_base_202510_1/xilinx_vck190_base_202510_1.xpfm -ROOTFS ?= ${PLATFORM_REPO_PATHS}/sw/versal/xilinx-versal-common-v2025.1/rootfs.ext4 -IMAGE ?= ${PLATFORM_REPO_PATHS}/sw/versal/xilinx-versal-common-v2025.1/Image +PLATFORM ?= ${PLATFORM_REPO_PATHS}/xilinx_vck190_base_202520_1/xilinx_vck190_base_202520_1.xpfm +ROOTFS ?= ${PLATFORM_REPO_PATHS}/sw/versal/xilinx-versal-common-v2025.2/rootfs.ext4 +IMAGE ?= ${PLATFORM_REPO_PATHS}/sw/versal/xilinx-versal-common-v2025.2/Image # Command-line options VPP := v++ diff --git a/AI_Engine_Development/AIE/Feature_Tutorials/06-versal-system-design-clocking-tutorial/README.md b/AI_Engine_Development/AIE/Feature_Tutorials/06-versal-system-design-clocking-tutorial/README.md index 8aa6969f3c..b8e3792185 100755 --- a/AI_Engine_Development/AIE/Feature_Tutorials/06-versal-system-design-clocking-tutorial/README.md +++ b/AI_Engine_Development/AIE/Feature_Tutorials/06-versal-system-design-clocking-tutorial/README.md @@ -15,7 +15,7 @@ # Versal System Design Clocking -***Version: Vitis 2025.1*** +***Version: Vitis 2025.2*** ## Introduction @@ -37,16 +37,16 @@ In the design, the following clocking steps are used: | `mm2s` & `s2mm` | 150 MHz and 100 MHz (`v++ -c` & `v++ -l`) | For detailed information, see the Clocking the PL Kernels section [here](https://docs.amd.com/r/en-US/ug1076-ai-engine-environment/Clocking-the-PL-Kernels). -**IMPORTANT**: Before beginning the tutorial, make sure you have installed the Vitis 2025.1 software. The Vitis release includes all the embedded base platforms including the VCK190 base platform that is used in this tutorial. In addition, ensure you have downloaded the Common Images for Embedded Vitis Platforms from this link: The common image package contains a prebuilt Linux kernel and root file system that can be used with the AMD Versal™ board for embedded design development using Vitis. +**IMPORTANT**: Before beginning the tutorial, make sure you have installed the Vitis 2025.2 software. The Vitis release includes all the embedded base platforms including the VCK190 base platform that is used in this tutorial. In addition, ensure you have downloaded the Common Images for Embedded Vitis Platforms from this link: The common image package contains a prebuilt Linux kernel and root file system that can be used with the AMD Versal™ board for embedded design development using Vitis. Before starting this tutorial, run the following steps: 1. Go to the directory where you have unzipped the Versal Common Image package. -2. In a Bash shell, run the `/Common Images Dir/xilinx-versal-common-v2025.1/environment-setup-cortexa72-cortexa53-amd-linux` script. This script sets up the `SDKTARGETSYSROOT` and `CXX` variables. If the script is not present, you must run the `/Common Images Dir/xilinx-versal-common-v2025.1/sdk.sh`. -3. Set up your `ROOTFS` and `IMAGE` to point to the `rootfs.ext4`, and `Image` files located in the `/Common Images Dir/xilinx-versal-common-v2025.1` directory. +2. In a Bash shell, run the `/Common Images Dir/xilinx-versal-common-v2025.2/environment-setup-cortexa72-cortexa53-amd-linux` script. This script sets up the `SDKTARGETSYSROOT` and `CXX` variables. If the script is not present, you must run the `/Common Images Dir/xilinx-versal-common-v2025.2/sdk.sh`. +3. Set up your `ROOTFS` and `IMAGE` to point to the `rootfs.ext4`, and `Image` files located in the `/Common Images Dir/xilinx-versal-common-v2025.2` directory. 4. Set up your `PLATFORM_REPO_PATHS` environment variable to `$XILINX_VITIS/base_platforms/`. -This tutorial targets VCK190 production board for 2025.1 version. +This tutorial targets VCK190 production board for 2025.2 version. ## Objectives @@ -78,27 +78,27 @@ In this design, you will use three kernels called: **MM2S**, **S2MM**, and **Pol Run the following commands. ```bash - v++ -c --mode hls --platform $PLATFORM_REPO_PATHS/xilinx_vck190_base_202420_1 /xilinx_vck190_base_202420_1 .xpfm + v++ -c --mode hls --platform $PLATFORM_REPO_PATHS/xilinx_vck190_base_202520_1 /xilinx_vck190_base_202520_1 .xpfm --freqhz=150000000 --config pl_kernels/mm2s.cfg \ - v++ -c --mode hls --platform $PLATFORM_REPO_PATHS/xilinx_vck190_base_202420_1 /xilinx_vck190_base_202420_1 .xpfm + v++ -c --mode hls --platform $PLATFORM_REPO_PATHS/xilinx_vck190_base_202520_1 /xilinx_vck190_base_202520_1 .xpfm --freqhz=150000000 --config pl_kernels/s2mm.cfg \ - v++ -c --mode hls --platform $PLATFORM_REPO_PATHS/xilinx_vck190_base_202420_1 /xilinx_vck190_base_202420_1 .xpfm + v++ -c --mode hls --platform $PLATFORM_REPO_PATHS/xilinx_vck190_base_202520_1 /xilinx_vck190_base_202520_1 .xpfm --freqhz=200000000 --config ./pl_kernels/polar_clip.cfg \ ``` OR use MHz, for example: ```bash - v++ -c --mode hls --platform $PLATFORM_REPO_PATHS/xilinx_vck190_base_202420_1 /xilinx_vck190_base_202420_1 .xpfm + v++ -c --mode hls --platform $PLATFORM_REPO_PATHS/xilinx_vck190_base_202520_1 /xilinx_vck190_base_202520_1 .xpfm --freqhz=150MHz --config pl_kernels/mm2s.cfg \ ``` OR prepare a config file and pass it during v++ compile, for example: ```bash - v++ -c --mode hls --platform $PLATFORM_REPO_PATHS/xilinx_vck190_base_202420_1/xilinx_vck190_base_202420_1.xpfm + v++ -c --mode hls --platform $PLATFORM_REPO_PATHS/xilinx_vck190_base_202520_1/xilinx_vck190_base_202520_1.xpfm --config ./pl_kernels/polar_clip.cfg \ In polar_clip.cfg: @@ -125,7 +125,7 @@ A brief explanation of the `v++` options: | `--freqhz` | Tells the Vitis compiler to use a specific clock defined by a nine digit number. Specifying this will help with the compiler make optimizations based on kernel timing.| | `--config` | to specify the kernel config file that contains settings for synthesis like top function, kernel name etc.| -For additional information, see [Vitis Compiler Command](https://docs.amd.com/r/en-US/ug1393-vitis-application-acceleration/v-Command). +For additional information, see [Vitis Compiler Command](https://docs.amd.com/r/en-US/ug1702-vitis-accelerated-reference/v-Command). After completion, you will have the `mm2s.xo`, `s2mm.xo`, and `polar_clip.xo` files ready to be used by `v++`. The host application will communicate with these kernels to read/write data into memory. @@ -160,7 +160,7 @@ Here you might notice some connectivity and clocking options. With the changes made, you can now run the following command. In v++ link command, we have three ways to direct clocking in linker stage: ```--clock-id=``` , ```--freqhz``` and ```–clock.freqHz``` ```bash - v++ --link --target hw --platform $PLATFORM_REPO_PATHS/xilinx_vck190_base_202420_1/xilinx_vck190_base_202420_1.xpfm + v++ --link --target hw --platform $PLATFORM_REPO_PATHS/xilinx_vck190_base_202520_1/xilinx_vck190_base_202520_1.xpfm pl_kernels/s2mm.xo pl_kernels/mm2s.xo pl_kernels/polar_clip.xo ./aie/libadf.a --freqhz=200000000:mm2s.ap_clk --freqhz=200000000:s2mm.ap_clk --config system.cfg --save-temps -o tutorial1.xsa ``` @@ -204,7 +204,7 @@ Once the linking is done, you can view clock report generated by v++ --link afte * To compile, PL kernel frequency for Polar_clip = 200 MHz (same as given in command in step 2.3) -To check the platform frequency, give command at terminal: platforminfo $PLATFORM_REPO_PATHS/xilinx_vck190_base_202420_1/xilinx_vck190_base_202420_1.xpfm +To check the platform frequency, give command at terminal: platforminfo $PLATFORM_REPO_PATHS/xilinx_vck190_base_202520_1/xilinx_vck190_base_202520_1.xpfm Clock frequency used by Vitis for linking are derived in following way: @@ -244,7 +244,7 @@ When the `v++` linker is complete, you can compile the host code that will run o 1. Open `./sw/host.cpp`, and familiarize yourself with the contents. Pay close attention to API calls and the comments provided. - Do take note that Xilinx Runtime [(XRT)](https://xilinx.github.io/XRT/2022.2/html/index.html) is used in the host application. This API layer is used to communicate with the PL, specifically the PLIO kernels for reading and writing data. To understand how to use this API in an AI Engine application, see [Programming the PS Host Application](https://docs.amd.com/r/en-US/ug1076-ai-engine-environment/Programming-the-PS-Host-Application). + Do take note that Xilinx Runtime [(XRT)](https://xilinx.github.io/XRT) is used in the host application. This API layer is used to communicate with the PL, specifically the PLIO kernels for reading and writing data. To understand how to use this API in an AI Engine application, see [Programming the PS Host Application](https://docs.amd.com/r/en-US/ug1076-ai-engine-environment/Programming-the-PS-Host-Application). The output size of the kernel run is half of what was allocated earlier. This is something to keep in mind. By changing the `s2mm` kernel from a 32-bit input/output to a 64-bit input/output, the kernel call will be adjusted. If this is not changed, it will hang because XRT is waiting for the full length to be processed when in reality half the count was done (even though all the data will be present). In the `host.cpp`, look at line 117 and 118 and comment them out. You should have uncommented the following line: @@ -267,7 +267,7 @@ To run the design on hardware using an SD card, you need to package all the file 2. In an easier to read command-line view, here is the command: ```bash - v++ --package --target hw --platform $PLATFORM_REPO_PATHS/xilinx_vck190_base_202420_1 /xilinx_vck190_base_202420_1.xpfm \ + v++ --package --target hw --platform $PLATFORM_REPO_PATHS/xilinx_vck190_base_202520_1 /xilinx_vck190_base_202520_1.xpfm \ --package.rootfs ${ROOTFS} \ --package.kernel_image ${IMAGE} \ --package.boot_mode=sd \ diff --git a/AI_Engine_Development/AIE/Feature_Tutorials/07-AI-Engine-Floating-Point/FIRFilter/Makefile b/AI_Engine_Development/AIE/Feature_Tutorials/07-AI-Engine-Floating-Point/FIRFilter/Makefile index 86c972da93..7ec45d47ae 100755 --- a/AI_Engine_Development/AIE/Feature_Tutorials/07-AI-Engine-Floating-Point/FIRFilter/Makefile +++ b/AI_Engine_Development/AIE/Feature_Tutorials/07-AI-Engine-Floating-Point/FIRFilter/Makefile @@ -7,7 +7,7 @@ TARGET = hw_emu HOST_EXE = host.exe -PFM_NAME := xilinx_vck190_base_202510_1 +PFM_NAME := xilinx_vck190_base_202520_1 PFM_NAME := $(strip $(PFM_NAME)) PLATFORM := ${PLATFORM_REPO_PATHS}/${PFM_NAME}/${PFM_NAME}.xpfm diff --git a/AI_Engine_Development/AIE/Feature_Tutorials/07-AI-Engine-Floating-Point/MatMult/Makefile b/AI_Engine_Development/AIE/Feature_Tutorials/07-AI-Engine-Floating-Point/MatMult/Makefile index 1c63698eb1..d376425c6c 100755 --- a/AI_Engine_Development/AIE/Feature_Tutorials/07-AI-Engine-Floating-Point/MatMult/Makefile +++ b/AI_Engine_Development/AIE/Feature_Tutorials/07-AI-Engine-Floating-Point/MatMult/Makefile @@ -7,7 +7,7 @@ TARGET = hw_emu HOST_EXE = host.exe -PFM_NAME := xilinx_vck190_base_202510_1 +PFM_NAME := xilinx_vck190_base_202520_1 PFM_NAME := $(strip $(PFM_NAME)) PLATFORM := ${PLATFORM_REPO_PATHS}/${PFM_NAME}/${PFM_NAME}.xpfm diff --git a/AI_Engine_Development/AIE/Feature_Tutorials/07-AI-Engine-Floating-Point/README.md b/AI_Engine_Development/AIE/Feature_Tutorials/07-AI-Engine-Floating-Point/README.md index 48307ac41c..a7e72efcb9 100644 --- a/AI_Engine_Development/AIE/Feature_Tutorials/07-AI-Engine-Floating-Point/README.md +++ b/AI_Engine_Development/AIE/Feature_Tutorials/07-AI-Engine-Floating-Point/README.md @@ -15,7 +15,7 @@ # Using Floating-Point in the AI Engine -***Version: Vitis 2025.1*** +***Version: Vitis 2025.2*** ## Introduction @@ -26,10 +26,10 @@ The ‘common image’ package contains a prebuilt Linux kernel and root file sy Before starting this tutorial, run the following steps: 1. Go to the directory where you have unzipped the Versal Common Image package. -2. In a Bash shell, run the `/Common Images Dir/xilinx-versal-common-v2025.1/environment-setup-cortexa72-cortexa53-amd-linux` script. This script sets up the `SDKTARGETSYSROOT` and `CXX` variables. If the script is not present, run the `/Common Images Dir/xilinx-versal-common-v2025.1/sdk.sh`. -3. Set up your `ROOTFS`, and `IMAGE` to point to the `rootfs.ext4` and `Image` files located in the `/Common Images Dir/xilinx-versal-common-v2025.1` directory. +2. In a Bash shell, run the `/Common Images Dir/xilinx-versal-common-v2025.2/environment-setup-cortexa72-cortexa53-amd-linux` script. This script sets up the `SDKTARGETSYSROOT` and `CXX` variables. If the script is not present, run the `/Common Images Dir/xilinx-versal-common-v2025.2/sdk.sh`. +3. Set up your `ROOTFS`, and `IMAGE` to point to the `rootfs.ext4` and `Image` files located in the `/Common Images Dir/xilinx-versal-common-v2025.2` directory. 4. Set up your `PLATFORM_REPO_PATHS` environment variable to `$XILINX_VITIS/base_platforms/`. -This tutorial targets the VCK190 production board for 2025.1 version. +This tutorial targets the VCK190 production board for 2025.2 version. @@ -134,16 +134,16 @@ for (i = 0 ; i < 8 ; i++) All values in hexadecimal: -| ret
Index
(Lane) | | xbuf
Start | xbuf
Offset | Final
xbuf
Index | | zbuf
Start | zbuf
Offset | Final
zbuf
Index | -| :---: | :---: | :---: | :---: | :---: | :---: | :---: | :---: | :---: | -| 0 | | 2 | B | D | | 7 | 0 | 7 | -| 1 | | 2 | C | E | | 7 | 1 | 8 | -| 2 | | 2 | D | F | | 7 | 2 | 9 | -| 3 | | 2 | E | 10 | | 7 | 3 | A | -| 4 | | 2 | F | 11 | | 7 | 4 | B | -| 5 | | 2 | 0 | 2 | | 7 | 5 | C | -| 6 | | 2 | 1 | 3 | | 7 | 6 | D | -| 7 | | 2 | 2 | 4 | | 7 | 7 | E | +| ret
Index
(Lane) | xbuf
Start | xbuf
Offset | Final
xbuf
Index | zbuf
Start | zbuf
Offset | Final
zbuf
Index | +| :---: | :---: | :---: | :---: | :---: | :---: | :---: | +| 0 | 2 | B | D | 7 | 0 | 7 | +| 1 | 2 | C | E | 7 | 1 | 8 | +| 2 | 2 | D | F | 7 | 2 | 9 | +| 3 | 2 | E | 10 | 7 | 3 | A | +| 4 | 2 | F | 11 | 7 | 4 | B | +| 5 | 2 | 0 | 2 | 7 | 5 | C | +| 6 | 2 | 1 | 3 | 7 | 6 | D | +| 7 | 2 | 2 | 4 | 7 | 7 | E | #### fpneg, fpabs, fpadd, fpsub diff --git a/AI_Engine_Development/AIE/Feature_Tutorials/08-dsp-library/README.md b/AI_Engine_Development/AIE/Feature_Tutorials/08-dsp-library/README.md index 8f77e759a3..ebc01e415c 100644 --- a/AI_Engine_Development/AIE/Feature_Tutorials/08-dsp-library/README.md +++ b/AI_Engine_Development/AIE/Feature_Tutorials/08-dsp-library/README.md @@ -15,7 +15,7 @@ # DSP Library Tutorial -***Version: Vitis 2025.1*** +***Version: Vitis 2025.2*** ## Introduction @@ -23,13 +23,13 @@ Versal™ adaptive SoCs combine programmable logic (PL), processing system (PS), This tutorial demonstrates how to use kernels provided by the DSP Library for a filtering application, how to analyze the design results, and how to use filter parameters to optimize the design's performance using simulation. It does not take the design to a hardware implementation, however. -**IMPORTANT**: Before beginning the tutorial, make sure that you have read and followed the *Vitis Software Platform Release Notes* (v2025.1) for setting up the software and installing the VCK190 base platform. +**IMPORTANT**: Before beginning the tutorial, make sure that you have read and followed the *Vitis Software Platform Release Notes* (v2025.2) for setting up the software and installing the VCK190 base platform. Before starting this tutorial, run the following steps. -1. Set up your platform by running the `xilinx-versal-common-v2025.1/environment-setup-cortexa72-cortexa53-amd-linux` script as provided in the platform download. This script sets up the `SYSROOT` and `CXX` variables. If the script is not present, you _must_ run `xilinx-versal-common-v2025.1/sdk.sh`. -2. Set up your ROOTFS to point to the `xilinx-versal-common-v2025.1/rootfs.ext4`. -3. Set up your IMAGE to point to `xilinx-versal-common-v2025.1/Image`. +1. Set up your platform by running the `xilinx-versal-common-v2025.2/environment-setup-cortexa72-cortexa53-amd-linux` script as provided in the platform download. This script sets up the `SYSROOT` and `CXX` variables. If the script is not present, you _must_ run `xilinx-versal-common-v2025.2/sdk.sh`. +2. Set up your ROOTFS to point to the `xilinx-versal-common-v2025.2/rootfs.ext4`. +3. Set up your IMAGE to point to `xilinx-versal-common-v2025.2/Image`. 4. Set up your `PLATFORM_REPO_PATHS` environment variable based upon where you downloaded the platform. 5. Download the Vitis Libraries from https://github.com/Xilinx/Vitis_Libraries For example: `git clone https://github.com/Xilinx/Vitis_Libraries.git` into your desired directory. @@ -345,7 +345,7 @@ Selecting the **Array** option on the navigation bar shows the physical implemen ![Vitis Analyzer Array](images/DSPLib_tutorial_part_3_Vitis_Analyzer_Array.png) -Selecting the **Trace** option on the navigation bar now shows the channel filter tiles ((18,0) through (22,0)) almost fully occupied with processing the data; the computational load between the channel filter's constituent engines now matching that of the halfband filter (23,0). The design now completes in 8 iterations in ~20 microseconds, compared to ~43. +Selecting the **Trace** option on the navigation bar now shows the channel filter tiles ((18,0) through (22,0)) almost fully occupied with processing the data; the computational load between the channel filter's constituent engines now matching that of the halfband filter (23,0). The design now completes in 8 iterations in ~20 microseconds, compared to ~44. Note: Please ensure that when using trace view, you examine the waveform within the 0 to 25 us range. diff --git a/AI_Engine_Development/AIE/Feature_Tutorials/08-dsp-library/images/DSPLib_tutorial_part_2_Vitis_Analyzer_Trace.png b/AI_Engine_Development/AIE/Feature_Tutorials/08-dsp-library/images/DSPLib_tutorial_part_2_Vitis_Analyzer_Trace.png index f2baeefb42..de2fecb6af 100644 Binary files a/AI_Engine_Development/AIE/Feature_Tutorials/08-dsp-library/images/DSPLib_tutorial_part_2_Vitis_Analyzer_Trace.png and b/AI_Engine_Development/AIE/Feature_Tutorials/08-dsp-library/images/DSPLib_tutorial_part_2_Vitis_Analyzer_Trace.png differ diff --git a/AI_Engine_Development/AIE/Feature_Tutorials/08-dsp-library/images/DSPLib_tutorial_part_3_Vitis_Analyzer_Array.png b/AI_Engine_Development/AIE/Feature_Tutorials/08-dsp-library/images/DSPLib_tutorial_part_3_Vitis_Analyzer_Array.png index 0ef5505e76..09a33f3ae3 100644 Binary files a/AI_Engine_Development/AIE/Feature_Tutorials/08-dsp-library/images/DSPLib_tutorial_part_3_Vitis_Analyzer_Array.png and b/AI_Engine_Development/AIE/Feature_Tutorials/08-dsp-library/images/DSPLib_tutorial_part_3_Vitis_Analyzer_Array.png differ diff --git a/AI_Engine_Development/AIE/Feature_Tutorials/08-dsp-library/images/DSPLib_tutorial_part_3_Vitis_Analyzer_Trace.png b/AI_Engine_Development/AIE/Feature_Tutorials/08-dsp-library/images/DSPLib_tutorial_part_3_Vitis_Analyzer_Trace.png index d22f7777c7..cf66d81471 100644 Binary files a/AI_Engine_Development/AIE/Feature_Tutorials/08-dsp-library/images/DSPLib_tutorial_part_3_Vitis_Analyzer_Trace.png and b/AI_Engine_Development/AIE/Feature_Tutorials/08-dsp-library/images/DSPLib_tutorial_part_3_Vitis_Analyzer_Trace.png differ diff --git a/AI_Engine_Development/AIE/Feature_Tutorials/08-dsp-library/part_1/Makefile b/AI_Engine_Development/AIE/Feature_Tutorials/08-dsp-library/part_1/Makefile index d5301c37a1..5bfeb71996 100644 --- a/AI_Engine_Development/AIE/Feature_Tutorials/08-dsp-library/part_1/Makefile +++ b/AI_Engine_Development/AIE/Feature_Tutorials/08-dsp-library/part_1/Makefile @@ -12,7 +12,7 @@ AIE_DATA_DIR := $(PWD)/data AIE_GRAPH_FILES := $(AIE_SRC_DIR)/test.cpp -PFM_NAME := xilinx_vck190_base_202510_1 +PFM_NAME := xilinx_vck190_base_202520_1 PLATFORM := $(PLATFORM_REPO_PATHS)/$(PFM_NAME)/$(PFM_NAME).xpfm diff --git a/AI_Engine_Development/AIE/Feature_Tutorials/08-dsp-library/part_2/Makefile b/AI_Engine_Development/AIE/Feature_Tutorials/08-dsp-library/part_2/Makefile index 5654cc7678..fc81931ee9 100644 --- a/AI_Engine_Development/AIE/Feature_Tutorials/08-dsp-library/part_2/Makefile +++ b/AI_Engine_Development/AIE/Feature_Tutorials/08-dsp-library/part_2/Makefile @@ -11,7 +11,7 @@ AIE_DATA_DIR := $(PWD)/data AIE_GRAPH_FILES := $(AIE_SRC_DIR)/test.cpp -PFM_NAME := xilinx_vck190_base_202510_1 +PFM_NAME := xilinx_vck190_base_202520_1 PLATFORM := $(PLATFORM_REPO_PATHS)/$(PFM_NAME)/$(PFM_NAME).xpfm diff --git a/AI_Engine_Development/AIE/Feature_Tutorials/08-dsp-library/part_3/Makefile b/AI_Engine_Development/AIE/Feature_Tutorials/08-dsp-library/part_3/Makefile index 33b6804925..ff8392745f 100644 --- a/AI_Engine_Development/AIE/Feature_Tutorials/08-dsp-library/part_3/Makefile +++ b/AI_Engine_Development/AIE/Feature_Tutorials/08-dsp-library/part_3/Makefile @@ -11,7 +11,7 @@ AIE_DATA_DIR := $(PWD)/data AIE_GRAPH_FILES := $(AIE_SRC_DIR)/test.cpp -PFM_NAME := xilinx_vck190_base_202510_1 +PFM_NAME := xilinx_vck190_base_202520_1 PLATFORM := $(PLATFORM_REPO_PATHS)/$(PFM_NAME)/$(PFM_NAME).xpfm diff --git a/AI_Engine_Development/AIE/Feature_Tutorials/09-debug-walkthrough/Hardware/Makefile.host_profile b/AI_Engine_Development/AIE/Feature_Tutorials/09-debug-walkthrough/Hardware/Makefile.host_profile index 8377fca6e0..ff3ccda103 100644 --- a/AI_Engine_Development/AIE/Feature_Tutorials/09-debug-walkthrough/Hardware/Makefile.host_profile +++ b/AI_Engine_Development/AIE/Feature_Tutorials/09-debug-walkthrough/Hardware/Makefile.host_profile @@ -5,8 +5,8 @@ F_PROJ_ROOT ?= $(shell bash -c 'export MK_PATH=$(MK_PATH); echo $${MK_PATH%/AI_Engine_Development/*}') -ROOTFS ?= ${PLATFORM_REPO_PATHS}/sw/versal/xilinx-versal-common-v2025.1/rootfs.ext4 -IMAGE ?= ${PLATFORM_REPO_PATHS}/sw/versal/xilinx-versal-common-v2025.1/Image +ROOTFS ?= ${PLATFORM_REPO_PATHS}/sw/versal/xilinx-versal-common-v2025.2/rootfs.ext4 +IMAGE ?= ${PLATFORM_REPO_PATHS}/sw/versal/xilinx-versal-common-v2025.2/Image SDKTARGETSYSROOT ?= ${SYSROOT} # Makefile input options @@ -75,16 +75,16 @@ guard-PLATFORM_REPO_PATHS: $(call check_defined, PLATFORM_REPO_PATHS, Set your where you downloaded xilinx_vck190_base_202420_1) guard-ROOTFS: - $(call check_defined, ROOTFS, Set to: xilinx-versal-common-v2025.1/rootfs.ext4) + $(call check_defined, ROOTFS, Set to: xilinx-versal-common-v2025.2/rootfs.ext4) guard-IMAGE: - $(call check_defined, IMAGE, Set to: xilinx-versal-common-v2025.1/Image) + $(call check_defined, IMAGE, Set to: xilinx-versal-common-v2025.2/Image) guard-CXX: - $(call check_defined, CXX, Run: xilinx-versal-common-v2025.1/environment-setup-aarch64-xilinx-linux) + $(call check_defined, CXX, Run: xilinx-versal-common-v2025.2/environment-setup-aarch64-xilinx-linux) guard-SDKTARGETSYSROOT: - $(call check_defined, SDKTARGETSYSROOT, Run: xilinx-versal-common-v2025.1/environment-setup-aarch64-xilinx-linux) + $(call check_defined, SDKTARGETSYSROOT, Run: xilinx-versal-common-v2025.2/environment-setup-aarch64-xilinx-linux) ### diff --git a/AI_Engine_Development/AIE/Feature_Tutorials/09-debug-walkthrough/README.md b/AI_Engine_Development/AIE/Feature_Tutorials/09-debug-walkthrough/README.md index a149218590..3341f78b4c 100644 --- a/AI_Engine_Development/AIE/Feature_Tutorials/09-debug-walkthrough/README.md +++ b/AI_Engine_Development/AIE/Feature_Tutorials/09-debug-walkthrough/README.md @@ -15,7 +15,7 @@ # AI Engine Debug Walkthrough Tutorial - From Simulation to Hardware -***Version: Vitis 2025.1*** +***Version: Vitis 2025.2*** ## Introduction @@ -34,16 +34,16 @@ Techniques to uncover both functional and performance level bugs are described i Source level debug includes visibility into the register contents view, variable values view, breakpoints view, and hence, necessitates a GUI. The Vitis integrated design environment (IDE) is the tool that supports these debug requirements. This tutorial demonstrates how to use the Vitis IDE to manage these challenges and additional tools and methodologies to assist with your design debug. ->**IMPORTANT**: Before beginning the tutorial, make sure you have installed the Vitis 2025.1 software. The Vitis release includes all the embedded base platforms including the VCK190 base platform that is used in this tutorial. Ensure you have downloaded the Common Images for Embedded Vitis Platforms from this link: . +>**IMPORTANT**: Before beginning the tutorial, make sure you have installed the Vitis 2025.2 software. The Vitis release includes all the embedded base platforms including the VCK190 base platform that is used in this tutorial. Ensure you have downloaded the Common Images for Embedded Vitis Platforms from this link: . The `common image` package contains a prebuilt Linux kernel and root file system that can be used with a Versal adaptive SoC board for embedded design development using Vitis. Before starting this tutorial, run the following steps: 1. Go to the directory where you have unzipped the Versal Common Image package. -2. In a Bash shell, run `/Common Images Dir/xilinx-versal-common-v2025.1/environment-setup-cortexa72-cortexa53-amd-linux script`. This script sets up the `SDKTARGETSYSROOT` and `CXX` variables. If the script is not present, you must run `/Common Images Dir/xilinx-versal-common-v2025.1/sdk.sh`. -3. Set up your `ROOTFS` and `IMAGE` to point to the `rootfs.ext4` and `Image` files located in the `/Common Images Dir/xilinx-versal-common-v2025.1` directory. +2. In a Bash shell, run `/Common Images Dir/xilinx-versal-common-v2025.2/environment-setup-cortexa72-cortexa53-amd-linux script`. This script sets up the `SDKTARGETSYSROOT` and `CXX` variables. If the script is not present, you must run `/Common Images Dir/xilinx-versal-common-v2025.2/sdk.sh`. +3. Set up your `ROOTFS` and `IMAGE` to point to the `rootfs.ext4` and `Image` files located in the `/Common Images Dir/xilinx-versal-common-v2025.2` directory. 4. Set up your PLATFORM_REPO_PATHS environment variable to `$XILINX_VITIS/base_platforms`. -This tutorial targets a 2025.1 VCK190 production board. +This tutorial targets a 2025.2 VCK190 production board. ## Example Design: Peak Detector diff --git a/AI_Engine_Development/AIE/Feature_Tutorials/09-debug-walkthrough/cmd_src/Makefile b/AI_Engine_Development/AIE/Feature_Tutorials/09-debug-walkthrough/cmd_src/Makefile index 8f84fb31f4..2d9ade0347 100644 --- a/AI_Engine_Development/AIE/Feature_Tutorials/09-debug-walkthrough/cmd_src/Makefile +++ b/AI_Engine_Development/AIE/Feature_Tutorials/09-debug-walkthrough/cmd_src/Makefile @@ -5,8 +5,8 @@ F_PROJ_ROOT ?= $(shell bash -c 'export MK_PATH=$(MK_PATH); echo $${MK_PATH%/AI_Engine_Development/*}') -ROOTFS ?= ${PLATFORM_REPO_PATHS}/sw/versal/xilinx-versal-common-v2025.1/rootfs.ext4 -IMAGE ?= ${PLATFORM_REPO_PATHS}/sw/versal/xilinx-versal-common-v2025.1/Image +ROOTFS ?= ${PLATFORM_REPO_PATHS}/sw/versal/xilinx-versal-common-v2025.2/rootfs.ext4 +IMAGE ?= ${PLATFORM_REPO_PATHS}/sw/versal/xilinx-versal-common-v2025.2/Image SDKTARGETSYSROOT ?= ${SYSROOT} # Makefile input options @@ -27,7 +27,7 @@ EXECUTABLE = host.exe PACKAGE_OUT = ./package.$(TARGET) -BASE_PLATFORM ?= ${PLATFORM_REPO_PATHS}/xilinx_vck190_base_202510_1/xilinx_vck190_base_202510_1.xpfm +BASE_PLATFORM ?= ${PLATFORM_REPO_PATHS}/xilinx_vck190_base_202520_1/xilinx_vck190_base_202520_1.xpfm # Command-line options VPP := v++ @@ -73,19 +73,19 @@ __check_defined = \ $(error Undefined $1$(if $2, ($2)))) guard-PLATFORM_REPO_PATHS: - $(call check_defined, PLATFORM_REPO_PATHS, Set your where you downloaded xilinx_vck190_base_202510_1) + $(call check_defined, PLATFORM_REPO_PATHS, Set your where you downloaded xilinx_vck190_base_202520_1) guard-ROOTFS: - $(call check_defined, ROOTFS, Set to: xilinx-versal-common-v2025.1/rootfs.ext4) + $(call check_defined, ROOTFS, Set to: xilinx-versal-common-v2025.2/rootfs.ext4) guard-IMAGE: - $(call check_defined, IMAGE, Set to: xilinx-versal-common-v2025.1/Image) + $(call check_defined, IMAGE, Set to: xilinx-versal-common-v2025.2/Image) guard-CXX: - $(call check_defined, CXX, Run: xilinx-versal-common-v2025.1/environment-setup-aarch64-xilinx-linux) + $(call check_defined, CXX, Run: xilinx-versal-common-v2025.2/environment-setup-aarch64-xilinx-linux) guard-SDKTARGETSYSROOT: - $(call check_defined, SDKTARGETSYSROOT, Run: xilinx-versal-common-v2025.1/environment-setup-aarch64-xilinx-linux) + $(call check_defined, SDKTARGETSYSROOT, Run: xilinx-versal-common-v2025.2/environment-setup-aarch64-xilinx-linux) ### diff --git a/AI_Engine_Development/AIE/Feature_Tutorials/10-aie-dsp-lib-model-composer/README.md b/AI_Engine_Development/AIE/Feature_Tutorials/10-aie-dsp-lib-model-composer/README.md index a0b2b70686..ee7792b46c 100644 --- a/AI_Engine_Development/AIE/Feature_Tutorials/10-aie-dsp-lib-model-composer/README.md +++ b/AI_Engine_Development/AIE/Feature_Tutorials/10-aie-dsp-lib-model-composer/README.md @@ -15,7 +15,7 @@ # Designing with the AI Engine DSPLib and Vitis Model Composer -***Version: Vitis 2025.1*** +***Version: Vitis 2025.2*** ## Introduction @@ -26,11 +26,11 @@ The purpose of this tutorial is to provide hands-on experience for designing AI Install the tools: * Get and install [MATLAB and Simulink](https://www.mathworks.com/products/get-matlab.html?s_tid=gn_getml). - * The following MATLAB releases are supported: R2024a, R2024b, R2025a. + * The following MATLAB releases are supported: R2024a, R2024b, R2025a, R2025b. * Do not forget to also install the DSP System Toolbox (necessary for this tutorial). -* Get and install [AMD Vitis 2025.1](https://www.xilinx.com/support/download.html). +* Get and install [AMD Vitis 2025.2](https://www.xilinx.com/support/download.html). ->**IMPORTANT**: Before beginning the tutorial, make sure you have read and followed the *Vitis Software Platform Release Notes* (v2025.1) for setting up software and installing the VCK190 base platform. +>**IMPORTANT**: Before beginning the tutorial, make sure you have read and followed the *Vitis Software Platform Release Notes* (v2025.2) for setting up software and installing the VCK190 base platform. ## Overview @@ -198,18 +198,20 @@ These are there to help you if you cannot complete any of the four stages. Notice that before implementing the Decimation Filter the vector length was ``2048``, but after implementation this is reduced to ``1024``. 16. Update the design with the other three filters using the following parameters: + + +| **Parameter** | **HB1** | **HB2** | **HB3** | **Channel Filter** | +|-----------------------------------|----------------------------|----------------------------|----------------------------|----------------------------| +| Filter Block | FIR Halfband Decimator | FIR Halfband Decimator | FIR Halfband Decimator | FIR Asymmetric Filter | +| Input/Output Data Type | `cint16` | `cint16` | `cint16` | `cint16` | +| Filter Coefficients Data Type | `int16` | `int16` | `int16` | `int16` | +| Filter Coefficients | `hb1_aie` | `hb2_aie` | `hb3_aie` | `cfi` | +| Filter Length | N/A | N/A | N/A | `length(cfi)` | +| Input Window Size (samples) | 2048 | 1024 | 512 | 256 | +| Scale Output Down by 2^ | `Shift1` | `Shift2` | `Shift3` | `ShiftCF` | +| Rounding Mode | `floor` | `floor` | `floor` | `floor` | +| Saturation Mode | `0-None` | `0-None` | `0-None` | `0-None` | - | Parameter |HB1 | HB2 | HB3 | Channel Filter | - | :--- | :--- | :--- | :--- | :--- | - | Filter Block | FIR Halfband Decimator | FIR Halfband Decimator | FIR Halfband Decimator | FIR Asymmetric Filter | - | Input Output data type | cint16 | cint16 | cint16 | cint16 | - | Filter Coefficients Data Type | int16 | int16 | int16 | int16 | - | Filter Coefficients | hb1_aie | hb2_aie | hb3_aie | cfi | - | Filter Length | N/A | N/A | N/A | length(cfi) | - | Input window size (Number of samples) | 2048 | 1024 | 512 | 256 | - | Scale output down by 2^ | Shift1 | Shift2 | Shift3 | ShiftCF | - | Rounding mode | floor | floor | floor | floor | - | Saturation mode | 0-None | 0-None | 0-None | 0-None | 17. Update the **Output Size** parameter of the **To Fixed Size** block to ``256``. The design should display like as follows: @@ -276,7 +278,7 @@ In this stage, you will generate the graph code of this design and perform bit-t 2. Double-click the block **Model Composer Hub** and click on the **Code Generation** tab. 3. Select the **FIRchain** subsystem, and set the following parameters on the **Analyze** tab: * Check **Collect profiling statistics and enable 'printf' for debugging**. - * Check **Collect trace data for Vitis Analyzer and viewing internal signals**. + * Check **Collect trace data for Vitis Analyzer, view internal signals, and latency**. 4. Click **Analyze**. The Simulink design is run to generate the testbench, then the graph code is generated and compiled. The source code can be viewed in ``./code/ip/FIRchain/src/FIRchain.h``: @@ -286,18 +288,18 @@ The Simulink design is run to generate the testbench, then the graph code is gen #define __XMC_FIRCHAIN_H__ #include -#include "./FIR_Halfband_Decimator_7c26216f/FIR_Halfband_Decimator_7c26216f.h" -#include "./FIR_Halfband_Decimator_c4185433/FIR_Halfband_Decimator_c4185433.h" -#include "./FIR_Halfband_Decimator_69968948/FIR_Halfband_Decimator_69968948.h" -#include "./FIR_Asymmetric_4303455c/FIR_Asymmetric_4303455c.h" +#include "./FIR_Halfband_Decimator_e52f70d5/FIR_Halfband_Decimator_e52f70d5.h" +#include "./FIR_Halfband_Decimator_5d110589/FIR_Halfband_Decimator_5d110589.h" +#include "./FIR_Halfband_Decimator_f09fd8f2/FIR_Halfband_Decimator_f09fd8f2.h" +#include "./FIR_Asymmetric_da0a14e6/FIR_Asymmetric_da0a14e6.h" #include "aiecode_src/FreqShift.h" class FIRchain_base : public adf::graph { public: - FIR_Halfband_Decimator_7c26216f FIR_Halfband_Decimator; - FIR_Halfband_Decimator_c4185433 FIR_Halfband_Decimator1; - FIR_Halfband_Decimator_69968948 FIR_Halfband_Decimator2; - FIR_Asymmetric_4303455c FIR_Asymmetric; + FIR_Halfband_Decimator_e52f70d5 FIR_Halfband_Decimator; + FIR_Halfband_Decimator_5d110589 FIR_Halfband_Decimator1; + FIR_Halfband_Decimator_f09fd8f2 FIR_Halfband_Decimator2; + FIR_Asymmetric_da0a14e6 FIR_Asymmetric; adf::kernel FreqShift_0; public: @@ -317,8 +319,10 @@ public: adf::connect net1 (FIR_Halfband_Decimator.out[0], FIR_Halfband_Decimator1.in[0]); adf::connect net2 (FIR_Halfband_Decimator1.out[0], FIR_Halfband_Decimator2.in[0]); adf::connect net3 (FIR_Halfband_Decimator2.out[0], FIR_Asymmetric.in[0]); - adf::connect< adf::window<1024> > net4 (FIR_Asymmetric.out[0], FreqShift_0.in[0]); - adf::connect< adf::window<1024> > net5 (FreqShift_0.out[0], Out1); + adf::connect net4 (FIR_Asymmetric.out[0], FreqShift_0.in[0]); + adf::dimensions(FreqShift_0.in[0]) = {256}; + adf::connect net5 (FreqShift_0.out[0], Out1); + adf::dimensions(FreqShift_0.out[0]) = {256}; } }; diff --git a/AI_Engine_Development/AIE/Feature_Tutorials/10-aie-dsp-lib-model-composer/VMC_DSPLib_Solution_Stage2.slx b/AI_Engine_Development/AIE/Feature_Tutorials/10-aie-dsp-lib-model-composer/VMC_DSPLib_Solution_Stage2.slx index 8934fa3460..c8c7c8df5e 100644 Binary files a/AI_Engine_Development/AIE/Feature_Tutorials/10-aie-dsp-lib-model-composer/VMC_DSPLib_Solution_Stage2.slx and b/AI_Engine_Development/AIE/Feature_Tutorials/10-aie-dsp-lib-model-composer/VMC_DSPLib_Solution_Stage2.slx differ diff --git a/AI_Engine_Development/AIE/Feature_Tutorials/10-aie-dsp-lib-model-composer/VMC_DSPLib_Solution_Stage3.slx b/AI_Engine_Development/AIE/Feature_Tutorials/10-aie-dsp-lib-model-composer/VMC_DSPLib_Solution_Stage3.slx index fdbf7e687e..0ae0d531b5 100644 Binary files a/AI_Engine_Development/AIE/Feature_Tutorials/10-aie-dsp-lib-model-composer/VMC_DSPLib_Solution_Stage3.slx and b/AI_Engine_Development/AIE/Feature_Tutorials/10-aie-dsp-lib-model-composer/VMC_DSPLib_Solution_Stage3.slx differ diff --git a/AI_Engine_Development/AIE/Feature_Tutorials/10-aie-dsp-lib-model-composer/VMC_DSPLib_Solution_Stage4.slx b/AI_Engine_Development/AIE/Feature_Tutorials/10-aie-dsp-lib-model-composer/VMC_DSPLib_Solution_Stage4.slx index 7a6739772e..c2c398be0e 100644 Binary files a/AI_Engine_Development/AIE/Feature_Tutorials/10-aie-dsp-lib-model-composer/VMC_DSPLib_Solution_Stage4.slx and b/AI_Engine_Development/AIE/Feature_Tutorials/10-aie-dsp-lib-model-composer/VMC_DSPLib_Solution_Stage4.slx differ diff --git a/AI_Engine_Development/AIE/Feature_Tutorials/10-aie-dsp-lib-model-composer/aiecode_src/FreqShift.cpp b/AI_Engine_Development/AIE/Feature_Tutorials/10-aie-dsp-lib-model-composer/aiecode_src/FreqShift.cpp index bedc16b776..8e714b1611 100644 --- a/AI_Engine_Development/AIE/Feature_Tutorials/10-aie-dsp-lib-model-composer/aiecode_src/FreqShift.cpp +++ b/AI_Engine_Development/AIE/Feature_Tutorials/10-aie-dsp-lib-model-composer/aiecode_src/FreqShift.cpp @@ -8,7 +8,9 @@ SPDX-License-Identifier: X11 * */ -#include +#include +#include +#include // Definition of the 2 constants 1 and 1/sqrt(2) #define One 16384 @@ -22,20 +24,87 @@ alignas (32) int16_t cos_sin[16] = // FRAME_LENGTH should be a power of 2 greater than or equal to 32 template -void FreqShift(input_window_cint16 * __restrict in, output_window_cint16 * __restrict out) +void FreqShift(adf::input_buffer& __restrict in, + adf::output_buffer& __restrict out) { - v8cint16 coeffs = *(v8cint16*) cos_sin; - - v8cint16 data = undef_v8cint16(); - v8cacc48 acc; + // Load sine-cosine values to this kernel + aie::vector coeffs = aie::load_v<8>((cint16*)cos_sin); + + // Placeholder vectors for incoming data and multiplication product + aie::vector data; + aie::accum acc; + + // Pointers to 8-element vectors from input and output + auto pi1 = aie::begin_vector_circular<8>(in); + auto po1 = aie::begin_vector_circular<8>(out); + + // Loop over the input frame in 8 element chunks + for(unsigned i = 0; i < FRAME_LENGTH/8; i++) + chess_prepare_for_pipelining + chess_loop_range(4,) + { + // Get 8 samples from input + data = *pi1++; + + // Frequency shift: Element-wise multiplication with sine-cosine + acc = aie::mul(data,coeffs); + + // Send 8 samples to output with bit shift + *po1++ = srs(acc,ACC_SHIFT); + } +} +// SSR=8 implementation: we need to interleave the input streams +template +void FreqShift8(adf::input_buffer& __restrict in1, + adf::input_buffer& __restrict in2, + adf::input_buffer& __restrict in3, + adf::input_buffer& __restrict in4, + adf::input_buffer& __restrict in5, + adf::input_buffer& __restrict in6, + adf::input_buffer& __restrict in7, + adf::input_buffer& __restrict in8, + adf::output_buffer& __restrict out) +{ + // Load sine-cosine values to this kernel + aie::vector coeffs = aie::load_v<8>((cint16*)cos_sin); + + // Placeholder vectors for incoming data and multiplication product + aie::vector data; + aie::accum acc; + + // Pointers to single element from each input + cint16 * __restrict pi1 = in1.data(); + cint16 * __restrict pi2 = in2.data(); + cint16 * __restrict pi3 = in3.data(); + cint16 * __restrict pi4 = in4.data(); + cint16 * __restrict pi5 = in5.data(); + cint16 * __restrict pi6 = in6.data(); + cint16 * __restrict pi7 = in7.data(); + cint16 * __restrict pi8 = in8.data(); + + // Pointer to 8-element vector from output + auto po1 = aie::begin_vector<8>(out); + + // Loop over the input frame in 8 element chunks for(unsigned i=0; i(ACC_SHIFT); } - -} +} \ No newline at end of file diff --git a/AI_Engine_Development/AIE/Feature_Tutorials/10-aie-dsp-lib-model-composer/aiecode_src/FreqShift.h b/AI_Engine_Development/AIE/Feature_Tutorials/10-aie-dsp-lib-model-composer/aiecode_src/FreqShift.h index a86e92e2ae..908b0fb540 100644 --- a/AI_Engine_Development/AIE/Feature_Tutorials/10-aie-dsp-lib-model-composer/aiecode_src/FreqShift.h +++ b/AI_Engine_Development/AIE/Feature_Tutorials/10-aie-dsp-lib-model-composer/aiecode_src/FreqShift.h @@ -6,4 +6,16 @@ SPDX-License-Identifier: X11 #include template -void FreqShift(input_window_cint16 * __restrict in, output_window_cint16 * __restrict out); +void FreqShift(adf::input_buffer& __restrict in, + adf::output_buffer& __restrict out); + +template +void FreqShift8(adf::input_buffer& __restrict in1, + adf::input_buffer& __restrict in2, + adf::input_buffer& __restrict in3, + adf::input_buffer& __restrict in4, + adf::input_buffer& __restrict in5, + adf::input_buffer& __restrict in6, + adf::input_buffer& __restrict in7, + adf::input_buffer& __restrict in8, + adf::output_buffer& __restrict out); \ No newline at end of file diff --git a/AI_Engine_Development/AIE/Feature_Tutorials/11-ai-engine-emulation-waveform-analysis/Makefile b/AI_Engine_Development/AIE/Feature_Tutorials/11-ai-engine-emulation-waveform-analysis/Makefile index 323fd205d8..5862d6fa92 100644 --- a/AI_Engine_Development/AIE/Feature_Tutorials/11-ai-engine-emulation-waveform-analysis/Makefile +++ b/AI_Engine_Development/AIE/Feature_Tutorials/11-ai-engine-emulation-waveform-analysis/Makefile @@ -5,10 +5,10 @@ XF_PROJ_ROOT ?= $(shell bash -c 'export MK_PATH=$(MK_PATH); echo $${MK_PATH%/AI_Engine_Development/*}') -ROOTFS = ${PLATFORM_REPO_PATHS}/sw/versal/xilinx-versal-common-v2025.1/rootfs.ext4 -IMAGE = ${PLATFORM_REPO_PATHS}/sw/versal/xilinx-versal-common-v2025.1/Image +ROOTFS = ${PLATFORM_REPO_PATHS}/sw/versal/xilinx-versal-common-v2025.2/rootfs.ext4 +IMAGE = ${PLATFORM_REPO_PATHS}/sw/versal/xilinx-versal-common-v2025.2/Image SDKTARGETSYSROOT ?= ${SYSROOT} -BASE_PLATFORM ?= ${PLATFORM_REPO_PATHS}/xilinx_vck190_base_202510_1/xilinx_vck190_base_202510_1.xpfm +BASE_PLATFORM ?= ${PLATFORM_REPO_PATHS}/xilinx_vck190_base_202520_1/xilinx_vck190_base_202520_1.xpfm # Makefile input options @@ -65,16 +65,16 @@ guard-PLATFORM_REPO_PATHS: $(call check_defined, PLATFORM_REPO_PATHS, Set your where you downloaded xilinx_vck190_es1_base_202120_1) guard-ROOTFS: - $(call check_defined, ROOTFS, Set to: xilinx-versal-common-v2025.1/rootfs.ext4) + $(call check_defined, ROOTFS, Set to: xilinx-versal-common-v2025.2/rootfs.ext4) guard-IMAGE: - $(call check_defined, IMAGE, Set to: xilinx-versal-common-v2025.1/Image) + $(call check_defined, IMAGE, Set to: xilinx-versal-common-v2025.2/Image) guard-CXX: - $(call check_defined, CXX, Run: xilinx-versal-common-v2025.1/environment-setup-aarch64-xilinx-linux) + $(call check_defined, CXX, Run: xilinx-versal-common-v2025.2/environment-setup-aarch64-xilinx-linux) guard-SDKTARGETSYSROOT: - $(call check_defined, SDKTARGETSYSROOT, Run: xilinx-versal-common-v2025.1/environment-setup-aarch64-xilinx-linux) + $(call check_defined, SDKTARGETSYSROOT, Run: xilinx-versal-common-v2025.2/environment-setup-aarch64-xilinx-linux) ### diff --git a/AI_Engine_Development/AIE/Feature_Tutorials/11-ai-engine-emulation-waveform-analysis/README.md b/AI_Engine_Development/AIE/Feature_Tutorials/11-ai-engine-emulation-waveform-analysis/README.md index 67b15135d4..e42eaae031 100755 --- a/AI_Engine_Development/AIE/Feature_Tutorials/11-ai-engine-emulation-waveform-analysis/README.md +++ b/AI_Engine_Development/AIE/Feature_Tutorials/11-ai-engine-emulation-waveform-analysis/README.md @@ -15,7 +15,7 @@ # Versal Emulation Waveform Analysis -***Version: Vitis 2025.1*** +***Version: Vitis 2025.2*** ## Introduction @@ -25,16 +25,16 @@ This tutorial demonstrates how you can use the AMD Vivado™ Design Suite logic It is strongly recommended to go through the **Versal Integration tutorial** and the **Versal System Design Clocking tutorial** before running this tutorial. -**IMPORTANT**: Before beginning the tutorial, make sure you have installed the Vitis 2025.1 software. The Vitis release includes all the embedded base platforms including the VCK190 base platform that is used in this tutorial. In addition, ensure you have downloaded the Common Images for Embedded Vitis Platforms from this link: The common image package contains a prebuilt Linux kernel and root file system that can be used with the Versal board for embedded design development using Vitis. +**IMPORTANT**: Before beginning the tutorial, make sure you have installed the Vitis 2025.2 software. The Vitis release includes all the embedded base platforms including the VCK190 base platform that is used in this tutorial. In addition, ensure you have downloaded the Common Images for Embedded Vitis Platforms from this link: The common image package contains a prebuilt Linux kernel and root file system that can be used with the Versal board for embedded design development using Vitis. Before starting this tutorial run the following steps: 1. Go to the directory where you have unzipped the Versal Common Image package. -2. In a Bash shell run the `/Common Images Dir/xilinx-versal-common-v2025.1/environment-setup-cortexa72-cortexa53-amd-linux` script. This script sets up the `SDKTARGETSYSROOT` and `CXX` variables. If the script is not present, you must run the `/Common Images Dir/xilinx-versal-common-v2025.1/sdk.sh`. -3. Set up your `ROOTFS` and `IMAGE` to point to the `rootfs.ext4` and `Image` files located in the `/Common Images Dir/xilinx-versal-common-v2025.1` directory. +2. In a Bash shell run the `/Common Images Dir/xilinx-versal-common-v2025.2/environment-setup-cortexa72-cortexa53-amd-linux` script. This script sets up the `SDKTARGETSYSROOT` and `CXX` variables. If the script is not present, you must run the `/Common Images Dir/xilinx-versal-common-v2025.2/sdk.sh`. +3. Set up your `ROOTFS` and `IMAGE` to point to the `rootfs.ext4` and `Image` files located in the `/Common Images Dir/xilinx-versal-common-v2025.2` directory. 4. Set up your `PLATFORM_REPO_PATHS` environment variable to `$XILINX_VITIS/base_platforms/`. -This tutorial targets VCK190 production board for 2025.1 version. +This tutorial targets VCK190 production board for 2025.2 version. ## Objectives diff --git a/AI_Engine_Development/AIE/Feature_Tutorials/13-aie-performance-analysis/README.md b/AI_Engine_Development/AIE/Feature_Tutorials/13-aie-performance-analysis/README.md index 98f10cb7dd..94e3af9291 100644 --- a/AI_Engine_Development/AIE/Feature_Tutorials/13-aie-performance-analysis/README.md +++ b/AI_Engine_Development/AIE/Feature_Tutorials/13-aie-performance-analysis/README.md @@ -15,7 +15,7 @@ # AI Engine Performance and Deadlock Analysis Tutorial -***Version: Vitis 2025.1*** +***Version: Vitis 2025.2*** ## Introduction @@ -23,18 +23,18 @@ This tutorial introduces you to performance analysis and optimization methods, a ## Before You Begin -**IMPORTANT**: Before beginning the tutorial, make sure that you have installed the AMD Vitis™ 2025.1 software. The Vitis release includes all the embedded base platforms, including the VCK190 base platform that is used in this tutorial. In addition, ensure that you have downloaded the Common Images for Embedded Vitis Platforms from this link https://www.xilinx.com/support/download/index.html/content/xilinx/en/downloadNav/embedded-platforms.html +**IMPORTANT**: Before beginning the tutorial, make sure that you have installed the AMD Vitis™ 2025.2 software. The Vitis release includes all the embedded base platforms, including the VCK190 base platform that is used in this tutorial. In addition, ensure that you have downloaded the Common Images for Embedded Vitis Platforms from this link https://www.xilinx.com/support/download/index.html/content/xilinx/en/downloadNav/embedded-platforms.html The ‘common image’ package contains a prebuilt Linux kernel and root file system that can be used with the AMD Versal™ board for embedded design development using Vitis. Before starting this tutorial, run the following steps: 1. Go to the directory where you have unzipped the Versal Common Image package. -2. In a Bash shell, run the /**Common Images Dir**/xilinx-versal-common-v2025.1/environment-setup-cortexa72-cortexa53-amd-linux script. This script sets up the SDKTARGETSYSROOT and CXX variables. If the script is not present, you **must** run the /**Common Images Dir**/xilinx-versal-common-v2025.1/sdk.sh. -3. Set up your ROOTFS, and IMAGE to point to the rootfs.ext4 and Image files located in the /**Common Images Dir**/xilinx-versal-common-v2025.1 directory. +2. In a Bash shell, run the /**Common Images Dir**/xilinx-versal-common-v2025.2/environment-setup-cortexa72-cortexa53-amd-linux script. This script sets up the SDKTARGETSYSROOT and CXX variables. If the script is not present, you **must** run the /**Common Images Dir**/xilinx-versal-common-v2025.2/sdk.sh. +3. Set up your ROOTFS, and IMAGE to point to the rootfs.ext4 and Image files located in the /**Common Images Dir**/xilinx-versal-common-v2025.2 directory. 4. Set up your PLATFORM_REPO_PATHS environment variable to $XILINX_VITIS/base_platforms. -This tutorial targets VCK190 production board for 2025.1 version. +This tutorial targets VCK190 production board for 2025.2 version. ### Objectives diff --git a/AI_Engine_Development/AIE/Feature_Tutorials/13-aie-performance-analysis/aie_execution_measurement.md b/AI_Engine_Development/AIE/Feature_Tutorials/13-aie-performance-analysis/aie_execution_measurement.md index 98a72d98b8..7a64fc9b6e 100644 --- a/AI_Engine_Development/AIE/Feature_Tutorials/13-aie-performance-analysis/aie_execution_measurement.md +++ b/AI_Engine_Development/AIE/Feature_Tutorials/13-aie-performance-analysis/aie_execution_measurement.md @@ -15,7 +15,7 @@ # AI Engine Graph Execution and Measurement -***Version: Vitis 2025.1*** +***Version: Vitis 2025.2*** AI Engine graph execution uses locks for memory synchronization. The stream interfaces have inherent data synchronization through backward or forward pressure. diff --git a/AI_Engine_Development/AIE/Feature_Tutorials/13-aie-performance-analysis/aie_hang_analysis.md b/AI_Engine_Development/AIE/Feature_Tutorials/13-aie-performance-analysis/aie_hang_analysis.md index a55085aa70..4e9e2db0e9 100644 --- a/AI_Engine_Development/AIE/Feature_Tutorials/13-aie-performance-analysis/aie_hang_analysis.md +++ b/AI_Engine_Development/AIE/Feature_Tutorials/13-aie-performance-analysis/aie_hang_analysis.md @@ -15,7 +15,7 @@ # AI Engine Deadlock Analysis -***Version: Vitis 2025.1*** +***Version: Vitis 2025.2*** This tutorial introduces you to some common deadlock scenarios and shows you how to detect deadlocks (design hangs) in different tool flows. The methods introduced to detect and analyze deadlock issues include: @@ -97,7 +97,7 @@ If you are using Vitis Analyzer to do stall analysis, run the AI Engine simulato aiesimulator --pkg-dir=./Work --online -wdb -ctf -**Note:** For more information about AI Engine stall analysis using Vitis Analyzer in the hardware emulation flow, refer to the _Versal ACAP AI Engine Programming Environment User Guide_ ([UG1076](https://docs.amd.com/r/en-US/ug1076-ai-engine-environment)). +**Note:** For more information about AI Engine stall analysis using Vitis Analyzer in the hardware emulation flow, refer to the _Versal adaptive SoC AI Engine Programming Environment User Guide_ ([UG1076](https://docs.amd.com/r/en-US/ug1076-ai-engine-environment)). In Vitis Analyzer, the Performance Metrics view gives an overview of the stalls in the design: @@ -121,7 +121,7 @@ Select the stall in **Lock Stalls** in Trace view, and switch to Graph view. The From the above analysis, the cause of the hang is given. The direct resolution, without modifying kernel code, is to increase the FIFO size between the two kernels. -For more information about AI Engine stall analysis feature, refer to the _Versal ACAP AI Engine Programming Environment User Guide_ ([UG1076](https://docs.amd.com/r/en-US/ug1076-ai-engine-environment)). +For more information about AI Engine stall analysis feature, refer to the _Versal adaptive SoC AI Engine Programming Environment User Guide_ ([UG1076](https://docs.amd.com/r/en-US/ug1076-ai-engine-environment)). ## AI Engine Deadlock Detection in the Hardware Emulation Flow @@ -359,7 +359,7 @@ This section provides details of other methods of detecting and analyzing AI Eng **Tip:** Cross-probe between **Graph** and **Array** view in Vitis Analyzer to understand kernels, buffers, and the locations of ports. ` -- **Using `devmem` to probe AI Engine registers to see AI Engine status:** By using the `devmem` command, you can read AI Engine registers to see the AI Engine internal status. The register reference can be found in the _Versal ACAP AI Engine Register Reference_ ([AM015](https://www.xilinx.com/html_docs/registers/am015/am015-versal-aie-register-reference.html)). +- **Using `devmem` to probe AI Engine registers to see AI Engine status:** By using the `devmem` command, you can read AI Engine registers to see the AI Engine internal status. The register reference can be found in the _Versal adaptive SoC AI Engine Register Reference_ ([AM015](https://www.xilinx.com/html_docs/registers/am015/am015-versal-aie-register-reference.html)). For example, the core status registers can be found here: diff --git a/AI_Engine_Development/AIE/Feature_Tutorials/13-aie-performance-analysis/aie_status_analysis.md b/AI_Engine_Development/AIE/Feature_Tutorials/13-aie-performance-analysis/aie_status_analysis.md index 4328163841..2a5d3d9ee3 100644 --- a/AI_Engine_Development/AIE/Feature_Tutorials/13-aie-performance-analysis/aie_status_analysis.md +++ b/AI_Engine_Development/AIE/Feature_Tutorials/13-aie-performance-analysis/aie_status_analysis.md @@ -15,7 +15,7 @@ # AI Engine Status Analysis -***Version: Vitis 2025.1*** +***Version: Vitis 2025.2*** This tutorial shows you how to output a summary of the AI Engine status for further analysis in an AMD Vitis™ Analyzer. The main methods to output AI Engine status are as follows: diff --git a/AI_Engine_Development/AIE/Feature_Tutorials/13-aie-performance-analysis/testcase_dmafifo_opt/Makefile b/AI_Engine_Development/AIE/Feature_Tutorials/13-aie-performance-analysis/testcase_dmafifo_opt/Makefile index 95efe2876d..c85823db37 100644 --- a/AI_Engine_Development/AIE/Feature_Tutorials/13-aie-performance-analysis/testcase_dmafifo_opt/Makefile +++ b/AI_Engine_Development/AIE/Feature_Tutorials/13-aie-performance-analysis/testcase_dmafifo_opt/Makefile @@ -3,7 +3,7 @@ #SPDX-License-Identifier: MIT TARGET = hw_emu -PLATFORM ?= ${PLATFORM_REPO_PATHS}/xilinx_vck190_base_202510_1/xilinx_vck190_base_202510_1.xpfm +PLATFORM ?= ${PLATFORM_REPO_PATHS}/xilinx_vck190_base_202520_1/xilinx_vck190_base_202520_1.xpfm XSA = vck190_aie_base_graph_${TARGET}.xsa HOST_EXE = host.exe @@ -37,19 +37,19 @@ __check_defined = \ $(error Undefined $1$(if $2, ($2)))) guard-PLATFORM_REPO_PATHS: - $(call check_defined, PLATFORM_REPO_PATHS, Set your where you downloaded xilinx_vck190_base_202510_1) + $(call check_defined, PLATFORM_REPO_PATHS, Set your where you downloaded xilinx_vck190_base_202520_1) guard-ROOTFS: - $(call check_defined, ROOTFS, Set to: xilinx-versal-common-v2025.1/rootfs.ext4) + $(call check_defined, ROOTFS, Set to: xilinx-versal-common-v2025.2/rootfs.ext4) guard-IMAGE: - $(call check_defined, IMAGE, Set to: xilinx-versal-common-v2025.1/Image) + $(call check_defined, IMAGE, Set to: xilinx-versal-common-v2025.2/Image) guard-CXX: - $(call check_defined, CXX, Run: xilinx-versal-common-v2025.1/environment-setup-cortexa72-cortexa53-amd-linux) + $(call check_defined, CXX, Run: xilinx-versal-common-v2025.2/environment-setup-cortexa72-cortexa53-amd-linux) guard-SDKTARGETSYSROOT: - $(call check_defined, SDKTARGETSYSROOT, Run: xilinx-versal-common-v2025.1/environment-setup-cortexa72-cortexa53-amd-linux) + $(call check_defined, SDKTARGETSYSROOT, Run: xilinx-versal-common-v2025.2/environment-setup-cortexa72-cortexa53-amd-linux) ### diff --git a/AI_Engine_Development/AIE/Feature_Tutorials/13-aie-performance-analysis/testcase_dmafifo_opt/pl_kernels/Makefile b/AI_Engine_Development/AIE/Feature_Tutorials/13-aie-performance-analysis/testcase_dmafifo_opt/pl_kernels/Makefile index bc7306a6e6..dd38ae5f25 100644 --- a/AI_Engine_Development/AIE/Feature_Tutorials/13-aie-performance-analysis/testcase_dmafifo_opt/pl_kernels/Makefile +++ b/AI_Engine_Development/AIE/Feature_Tutorials/13-aie-performance-analysis/testcase_dmafifo_opt/pl_kernels/Makefile @@ -2,7 +2,7 @@ #Copyright (C) 2023, Advanced Micro Devices, Inc. All rights reserved. #SPDX-License-Identifier: MIT -PLATFORM ?= ${PLATFORM_REPO_PATHS}/xilinx_vck190_base_202510_1/xilinx_vck190_base_202510_1.xpfm +PLATFORM ?= ${PLATFORM_REPO_PATHS}/xilinx_vck190_base_202520_1/xilinx_vck190_base_202520_1.xpfm .PHONY: clean diff --git a/AI_Engine_Development/AIE/Feature_Tutorials/13-aie-performance-analysis/testcase_nofifo_hang/Makefile b/AI_Engine_Development/AIE/Feature_Tutorials/13-aie-performance-analysis/testcase_nofifo_hang/Makefile index 8045c2f4c6..860ff9ea81 100644 --- a/AI_Engine_Development/AIE/Feature_Tutorials/13-aie-performance-analysis/testcase_nofifo_hang/Makefile +++ b/AI_Engine_Development/AIE/Feature_Tutorials/13-aie-performance-analysis/testcase_nofifo_hang/Makefile @@ -3,7 +3,7 @@ #SPDX-License-Identifier: MIT TARGET = hw_emu -PLATFORM ?= ${PLATFORM_REPO_PATHS}/xilinx_vck190_base_202510_1/xilinx_vck190_base_202510_1.xpfm +PLATFORM ?= ${PLATFORM_REPO_PATHS}/xilinx_vck190_base_202520_1/xilinx_vck190_base_202520_1.xpfm XSA = vck190_aie_base_graph_${TARGET}.xsa HOST_EXE = host.exe @@ -40,19 +40,19 @@ __check_defined = \ $(error Undefined $1$(if $2, ($2)))) guard-PLATFORM_REPO_PATHS: - $(call check_defined, PLATFORM_REPO_PATHS, Set your where you downloaded xilinx_vck190_base_202510_1) + $(call check_defined, PLATFORM_REPO_PATHS, Set your where you downloaded xilinx_vck190_base_202520_1) guard-ROOTFS: - $(call check_defined, ROOTFS, Set to: xilinx-versal-common-v2025.1/rootfs.ext4) + $(call check_defined, ROOTFS, Set to: xilinx-versal-common-v2025.2/rootfs.ext4) guard-IMAGE: - $(call check_defined, IMAGE, Set to: xilinx-versal-common-v2025.1/Image) + $(call check_defined, IMAGE, Set to: xilinx-versal-common-v2025.2/Image) guard-CXX: - $(call check_defined, CXX, Run: xilinx-versal-common-v2025.1/environment-setup-cortexa72-cortexa53-amd-linux) + $(call check_defined, CXX, Run: xilinx-versal-common-v2025.2/environment-setup-cortexa72-cortexa53-amd-linux) guard-SDKTARGETSYSROOT: - $(call check_defined, SDKTARGETSYSROOT, Run: xilinx-versal-common-v2025.1/environment-setup-cortexa72-cortexa53-amd-linux) + $(call check_defined, SDKTARGETSYSROOT, Run: xilinx-versal-common-v2025.2/environment-setup-cortexa72-cortexa53-amd-linux) ### diff --git a/AI_Engine_Development/AIE/Feature_Tutorials/13-aie-performance-analysis/testcase_nofifo_hang/pl_kernels/Makefile b/AI_Engine_Development/AIE/Feature_Tutorials/13-aie-performance-analysis/testcase_nofifo_hang/pl_kernels/Makefile index bc7306a6e6..dd38ae5f25 100644 --- a/AI_Engine_Development/AIE/Feature_Tutorials/13-aie-performance-analysis/testcase_nofifo_hang/pl_kernels/Makefile +++ b/AI_Engine_Development/AIE/Feature_Tutorials/13-aie-performance-analysis/testcase_nofifo_hang/pl_kernels/Makefile @@ -2,7 +2,7 @@ #Copyright (C) 2023, Advanced Micro Devices, Inc. All rights reserved. #SPDX-License-Identifier: MIT -PLATFORM ?= ${PLATFORM_REPO_PATHS}/xilinx_vck190_base_202510_1/xilinx_vck190_base_202510_1.xpfm +PLATFORM ?= ${PLATFORM_REPO_PATHS}/xilinx_vck190_base_202520_1/xilinx_vck190_base_202520_1.xpfm .PHONY: clean diff --git a/AI_Engine_Development/AIE/Feature_Tutorials/13-aie-performance-analysis/testcase_ssfifo/Makefile b/AI_Engine_Development/AIE/Feature_Tutorials/13-aie-performance-analysis/testcase_ssfifo/Makefile index 46e0fee8e6..322d81133a 100644 --- a/AI_Engine_Development/AIE/Feature_Tutorials/13-aie-performance-analysis/testcase_ssfifo/Makefile +++ b/AI_Engine_Development/AIE/Feature_Tutorials/13-aie-performance-analysis/testcase_ssfifo/Makefile @@ -3,7 +3,7 @@ #SPDX-License-Identifier: MIT TARGET = hw_emu -PLATFORM ?= ${PLATFORM_REPO_PATHS}/xilinx_vck190_base_202510_1/xilinx_vck190_base_202510_1.xpfm +PLATFORM ?= ${PLATFORM_REPO_PATHS}/xilinx_vck190_base_202520_1/xilinx_vck190_base_202520_1.xpfm XSA = vck190_aie_base_graph_${TARGET}.xsa HOST_EXE = host.exe @@ -38,19 +38,19 @@ __check_defined = \ $(error Undefined $1$(if $2, ($2)))) guard-PLATFORM_REPO_PATHS: - $(call check_defined, PLATFORM_REPO_PATHS, Set your where you downloaded xilinx_vck190_base_202510_1) + $(call check_defined, PLATFORM_REPO_PATHS, Set your where you downloaded xilinx_vck190_base_202520_1) guard-ROOTFS: - $(call check_defined, ROOTFS, Set to: xilinx-versal-common-v2025.1/rootfs.ext4) + $(call check_defined, ROOTFS, Set to: xilinx-versal-common-v2025.2/rootfs.ext4) guard-IMAGE: - $(call check_defined, IMAGE, Set to: xilinx-versal-common-v2025.1/Image) + $(call check_defined, IMAGE, Set to: xilinx-versal-common-v2025.2/Image) guard-CXX: - $(call check_defined, CXX, Run: xilinx-versal-common-v2025.1/environment-setup-cortexa72-cortexa53-amd-linux) + $(call check_defined, CXX, Run: xilinx-versal-common-v2025.2/environment-setup-cortexa72-cortexa53-amd-linux) guard-SDKTARGETSYSROOT: - $(call check_defined, SDKTARGETSYSROOT, Run: xilinx-versal-common-v2025.1/environment-setup-cortexa72-cortexa53-amd-linux) + $(call check_defined, SDKTARGETSYSROOT, Run: xilinx-versal-common-v2025.2/environment-setup-cortexa72-cortexa53-amd-linux) ### diff --git a/AI_Engine_Development/AIE/Feature_Tutorials/13-aie-performance-analysis/testcase_ssfifo/pl_kernels/Makefile b/AI_Engine_Development/AIE/Feature_Tutorials/13-aie-performance-analysis/testcase_ssfifo/pl_kernels/Makefile index bc7306a6e6..dd38ae5f25 100644 --- a/AI_Engine_Development/AIE/Feature_Tutorials/13-aie-performance-analysis/testcase_ssfifo/pl_kernels/Makefile +++ b/AI_Engine_Development/AIE/Feature_Tutorials/13-aie-performance-analysis/testcase_ssfifo/pl_kernels/Makefile @@ -2,7 +2,7 @@ #Copyright (C) 2023, Advanced Micro Devices, Inc. All rights reserved. #SPDX-License-Identifier: MIT -PLATFORM ?= ${PLATFORM_REPO_PATHS}/xilinx_vck190_base_202510_1/xilinx_vck190_base_202510_1.xpfm +PLATFORM ?= ${PLATFORM_REPO_PATHS}/xilinx_vck190_base_202520_1/xilinx_vck190_base_202520_1.xpfm .PHONY: clean diff --git a/AI_Engine_Development/AIE/Feature_Tutorials/14-implementing-iir-filter/Part1a/Makefile b/AI_Engine_Development/AIE/Feature_Tutorials/14-implementing-iir-filter/Part1a/Makefile index 197eb4c352..b8423fee07 100644 --- a/AI_Engine_Development/AIE/Feature_Tutorials/14-implementing-iir-filter/Part1a/Makefile +++ b/AI_Engine_Development/AIE/Feature_Tutorials/14-implementing-iir-filter/Part1a/Makefile @@ -16,7 +16,7 @@ AIE_DATA_DIR = ./data RM = rm -f RMDIR = rm -rf -PLATFORM_VERSION = 202510_1 +PLATFORM_VERSION = 202520_1 PLATFORM ?= $(PLATFORM_REPO_PATHS)/xilinx_vck190_base_$(PLATFORM_VERSION)/xilinx_vck190_base_$(PLATFORM_VERSION).xpfm # AIE compiler settings diff --git a/AI_Engine_Development/AIE/Feature_Tutorials/14-implementing-iir-filter/Part1a/README.md b/AI_Engine_Development/AIE/Feature_Tutorials/14-implementing-iir-filter/Part1a/README.md index ee2f27288b..b6999f5801 100644 --- a/AI_Engine_Development/AIE/Feature_Tutorials/14-implementing-iir-filter/Part1a/README.md +++ b/AI_Engine_Development/AIE/Feature_Tutorials/14-implementing-iir-filter/Part1a/README.md @@ -14,7 +14,7 @@ # Implementing an IIR Filter on the AI Engine - Part 1a -***Version: Vitis 2025.1*** +***Version: Vitis 2025.2*** ## Preliminaries diff --git a/AI_Engine_Development/AIE/Feature_Tutorials/14-implementing-iir-filter/Part1b/Makefile b/AI_Engine_Development/AIE/Feature_Tutorials/14-implementing-iir-filter/Part1b/Makefile index 197eb4c352..b8423fee07 100644 --- a/AI_Engine_Development/AIE/Feature_Tutorials/14-implementing-iir-filter/Part1b/Makefile +++ b/AI_Engine_Development/AIE/Feature_Tutorials/14-implementing-iir-filter/Part1b/Makefile @@ -16,7 +16,7 @@ AIE_DATA_DIR = ./data RM = rm -f RMDIR = rm -rf -PLATFORM_VERSION = 202510_1 +PLATFORM_VERSION = 202520_1 PLATFORM ?= $(PLATFORM_REPO_PATHS)/xilinx_vck190_base_$(PLATFORM_VERSION)/xilinx_vck190_base_$(PLATFORM_VERSION).xpfm # AIE compiler settings diff --git a/AI_Engine_Development/AIE/Feature_Tutorials/14-implementing-iir-filter/Part1b/README.md b/AI_Engine_Development/AIE/Feature_Tutorials/14-implementing-iir-filter/Part1b/README.md index 1596c32eb6..07b5ffb747 100644 --- a/AI_Engine_Development/AIE/Feature_Tutorials/14-implementing-iir-filter/Part1b/README.md +++ b/AI_Engine_Development/AIE/Feature_Tutorials/14-implementing-iir-filter/Part1b/README.md @@ -15,7 +15,7 @@ # Implementing an IIR Filter on the AI Engine - Part 1b -***Version: Vitis 2025.1*** +***Version: Vitis 2025.2*** ## Recap diff --git a/AI_Engine_Development/AIE/Feature_Tutorials/14-implementing-iir-filter/Part2a/Makefile b/AI_Engine_Development/AIE/Feature_Tutorials/14-implementing-iir-filter/Part2a/Makefile index b0fa8fada7..b919570c0b 100644 --- a/AI_Engine_Development/AIE/Feature_Tutorials/14-implementing-iir-filter/Part2a/Makefile +++ b/AI_Engine_Development/AIE/Feature_Tutorials/14-implementing-iir-filter/Part2a/Makefile @@ -9,7 +9,7 @@ AIE_OUT_DIR = ./Work AIE_GRAPH_FILES = ../src/tb.cpp RMDIR = rm -rf -PLATFORM_VERSION = 202510_1 +PLATFORM_VERSION = 202520_1 PLATFORM ?= $(PLATFORM_REPO_PATHS)/xilinx_vck190_base_$(PLATFORM_VERSION)/xilinx_vck190_base_$(PLATFORM_VERSION).xpfm # AIE compiler settings @@ -28,7 +28,7 @@ aiesim: ./src/kernel.cpp ./src/kernel.hpp ./src/tb.cpp ./src/graph.hpp ./src/C1. echo && \ echo "Running..." && \ echo && \ - aiesimulator --pkg-dir=./Work --i=.. --profile | tee aiesim.log + aiesimulator --pkg-dir=./Work --input-dir=.. --profile | tee aiesim.log @echo @echo "Checking if Julia is available..." diff --git a/AI_Engine_Development/AIE/Feature_Tutorials/14-implementing-iir-filter/Part2a/README.md b/AI_Engine_Development/AIE/Feature_Tutorials/14-implementing-iir-filter/Part2a/README.md index 74daae3432..026fcc2936 100644 --- a/AI_Engine_Development/AIE/Feature_Tutorials/14-implementing-iir-filter/Part2a/README.md +++ b/AI_Engine_Development/AIE/Feature_Tutorials/14-implementing-iir-filter/Part2a/README.md @@ -15,7 +15,7 @@ # Implementing an IIR Filter on the AI Engine - Part 2a -***Version: Vitis 2025.1*** +***Version: Vitis 2025.2*** ## Preliminaries diff --git a/AI_Engine_Development/AIE/Feature_Tutorials/14-implementing-iir-filter/Part2a/check.jl b/AI_Engine_Development/AIE/Feature_Tutorials/14-implementing-iir-filter/Part2a/check.jl index de24e68c40..54685e99cf 100644 --- a/AI_Engine_Development/AIE/Feature_Tutorials/14-implementing-iir-filter/Part2a/check.jl +++ b/AI_Engine_Development/AIE/Feature_Tutorials/14-implementing-iir-filter/Part2a/check.jl @@ -36,13 +36,13 @@ ref_file = ws_dir * "data/impresponse.dat"; # impulse response from Julia if (mode == "aie") - cp_cmd = `cp build/hw/aiesimulator_output/output.dat build/hw/aiesimulator_output/output.dat.mod`; - sed_cmd = `sed -i '/T/d' build/hw/aiesimulator_output/output.dat.mod`; # remove lines which begin with "T" + cp_cmd = `cp Emulation-AIE/aiesimulator_output/output.dat Emulation-AIE/aiesimulator_output/output.dat.mod`; + sed_cmd = `sed -i '/T/d' Emulation-AIE/aiesimulator_output/output.dat.mod`; # remove lines which begin with "T" run(cp_cmd); run(sed_cmd); - dut_file = ws_dir * "build/hw/aiesimulator_output/output.dat.mod"; # impulse response from AI engine simulation + dut_file = ws_dir * "Emulation-AIE/aiesimulator_output/output.dat.mod"; # impulse response from AI engine simulation else diff --git a/AI_Engine_Development/AIE/Feature_Tutorials/14-implementing-iir-filter/Part2b/Makefile b/AI_Engine_Development/AIE/Feature_Tutorials/14-implementing-iir-filter/Part2b/Makefile index 2f2bc1dde6..ee6fea244d 100644 --- a/AI_Engine_Development/AIE/Feature_Tutorials/14-implementing-iir-filter/Part2b/Makefile +++ b/AI_Engine_Development/AIE/Feature_Tutorials/14-implementing-iir-filter/Part2b/Makefile @@ -9,7 +9,7 @@ AIE_GRAPH_FILES = ../src/tb.cpp AIE_OUT_DIR = ./Work RMDIR = rm -rf -PLATFORM_VERSION = 202510_1 +PLATFORM_VERSION = 202520_1 PLATFORM ?= $(PLATFORM_REPO_PATHS)/xilinx_vck190_base_$(PLATFORM_VERSION)/xilinx_vck190_base_$(PLATFORM_VERSION).xpfm # AIE compiler settings @@ -28,7 +28,7 @@ aiesim: ./src/kernel.cpp ./src/kernel.hpp ./src/tb.cpp ./src/graph.hpp ./src/C1_ echo && \ echo "Running..." && \ echo && \ - aiesimulator --pkg-dir=./Work --i=.. --profile | tee aiesim.log + aiesimulator --pkg-dir=./Work --input-dir=.. --profile | tee aiesim.log @echo @echo "Checking if Julia is available..." diff --git a/AI_Engine_Development/AIE/Feature_Tutorials/14-implementing-iir-filter/Part2b/README.md b/AI_Engine_Development/AIE/Feature_Tutorials/14-implementing-iir-filter/Part2b/README.md index ecd975ac1d..e31bd4f5ae 100644 --- a/AI_Engine_Development/AIE/Feature_Tutorials/14-implementing-iir-filter/Part2b/README.md +++ b/AI_Engine_Development/AIE/Feature_Tutorials/14-implementing-iir-filter/Part2b/README.md @@ -15,7 +15,7 @@ # Implementing an IIR Filter on the AI Engine - Part 2b -***Version: Vitis 2025.1*** +***Version: Vitis 2025.2*** ## Preliminaries diff --git a/AI_Engine_Development/AIE/Feature_Tutorials/14-implementing-iir-filter/Part2b/check.jl b/AI_Engine_Development/AIE/Feature_Tutorials/14-implementing-iir-filter/Part2b/check.jl index 0ce3a55c3e..99814c7b97 100644 --- a/AI_Engine_Development/AIE/Feature_Tutorials/14-implementing-iir-filter/Part2b/check.jl +++ b/AI_Engine_Development/AIE/Feature_Tutorials/14-implementing-iir-filter/Part2b/check.jl @@ -36,13 +36,13 @@ ref_file = ws_dir * "data/impresponse.dat"; # impulse response from Julia if (mode == "aie") - cp_cmd = `cp build/hw/aiesimulator_output/output.dat Emulation-AIE/aiesimulator_output/output.dat.mod`; - sed_cmd = `sed -i '/T/d' build/hw/aiesimulator_output/output.dat.mod`; # remove lines which begin with "T" + cp_cmd = `cp Emulation-AIE/aiesimulator_output/output.dat Emulation-AIE/aiesimulator_output/output.dat.mod`; + sed_cmd = `sed -i '/T/d' Emulation-AIE/aiesimulator_output/output.dat.mod`; # remove lines which begin with "T" run(cp_cmd); run(sed_cmd); - dut_file = ws_dir * "build/hw/aiesimulator_output/output.dat.mod"; # impulse response from AI engine simulation + dut_file = ws_dir * "Emulation-AIE/aiesimulator_output/output.dat.mod"; # impulse response from AI engine simulation else diff --git a/AI_Engine_Development/AIE/Feature_Tutorials/14-implementing-iir-filter/README.md b/AI_Engine_Development/AIE/Feature_Tutorials/14-implementing-iir-filter/README.md index 8657635e93..7931069563 100644 --- a/AI_Engine_Development/AIE/Feature_Tutorials/14-implementing-iir-filter/README.md +++ b/AI_Engine_Development/AIE/Feature_Tutorials/14-implementing-iir-filter/README.md @@ -15,7 +15,7 @@ # Implementing an IIR Filter on the AI Engine -***Version: Vitis 2025.1*** +***Version: Vitis 2025.2*** This is a multi-part tutorial on implementing an [infinite impulse response (IIR) filter](https://en.wikipedia.org/wiki/Infinite_impulse_response) on the AI Engine. diff --git a/AI_Engine_Development/AIE/Feature_Tutorials/15-post-link-recompile/Files/PS/src/host.cpp b/AI_Engine_Development/AIE/Feature_Tutorials/15-post-link-recompile/Files/PS/src/host.cpp index 56de6ba6fe..515e4d75f4 100644 --- a/AI_Engine_Development/AIE/Feature_Tutorials/15-post-link-recompile/Files/PS/src/host.cpp +++ b/AI_Engine_Development/AIE/Feature_Tutorials/15-post-link-recompile/Files/PS/src/host.cpp @@ -3,6 +3,7 @@ Copyright (C) 2023, Advanced Micro Devices, Inc. All rights reserved. SPDX-License-Identifier: MIT */ +#include #include #include diff --git a/AI_Engine_Development/AIE/Feature_Tutorials/15-post-link-recompile/README.md b/AI_Engine_Development/AIE/Feature_Tutorials/15-post-link-recompile/README.md index c2df327cef..7b9579a434 100644 --- a/AI_Engine_Development/AIE/Feature_Tutorials/15-post-link-recompile/README.md +++ b/AI_Engine_Development/AIE/Feature_Tutorials/15-post-link-recompile/README.md @@ -15,7 +15,7 @@ # Post-Link Recompile of an AI Engine Application -***Version: Vitis 2025.1*** +***Version: Vitis 2025.2*** ## Introduction @@ -36,16 +36,16 @@ In the second case, you use the `.xsa` file generated during the link stage as t This tutorial details all the steps to perform hardware emulation (`hw_emu`), but it also supports the hardware implementation flow by changing the compilation target. -**IMPORTANT**: Before beginning the tutorial, make sure that you have installed the Vitis 2025.1 software. The AMD Vitis™ release includes all the embedded base platforms including the VCK190 base platform that is used in this tutorial. In addition, ensure that you have downloaded the Common Images for Embedded Vitis Platforms from this link [https://www.xilinx.com/support/download/index.html/content/xilinx/en/downloadNav/embedded-platforms/2025.1.html](https://www.xilinx.com/support/download/index.html/content/xilinx/en/downloadNav/embedded-platforms/2025.1.html). +**IMPORTANT**: Before beginning the tutorial, make sure that you have installed the Vitis 2025.2 software. The AMD Vitis™ release includes all the embedded base platforms including the VCK190 base platform that is used in this tutorial. In addition, ensure that you have downloaded the Common Images for Embedded Vitis Platforms from this link [https://www.xilinx.com/support/download/index.html/content/xilinx/en/downloadNav/embedded-platforms/2025.2.html](https://www.xilinx.com/support/download/index.html/content/xilinx/en/downloadNav/embedded-platforms/2025.2.html). The ‘common image’ package contains a prebuilt Linux kernel and root file system that can be used with the Versal board for embedded design development using Vitis. Before starting this tutorial, run the following steps: 1. Go to the directory where you have unzipped the Versal Common Image package. -2. In a Bash shell, run the `/Common Images Dir/xilinx-versal-common-v2025.1/environment-setup-cortexa72-cortexa53-amd-linux` script. This script sets up the `SDKTARGETSYSROOT` and `CXX` variables. If the script is not present, run the `/Common Images Dir/xilinx-versal-common-v2025.1/sdk.sh`. -3. Set up your `ROOTFS`, and `IMAGE` to point to the `rootfs.ext4` and `Image` files located in the `/Common Images Dir/xilinx-versal-common-v2025.1` directory. +2. In a Bash shell, run the `/Common Images Dir/xilinx-versal-common-v2025.2/environment-setup-cortexa72-cortexa53-amd-linux` script. This script sets up the `SDKTARGETSYSROOT` and `CXX` variables. If the script is not present, run the `/Common Images Dir/xilinx-versal-common-v2025.2/sdk.sh`. +3. Set up your `ROOTFS`, and `IMAGE` to point to the `rootfs.ext4` and `Image` files located in the `/Common Images Dir/xilinx-versal-common-v2025.2` directory. 4. Set up your `PLATFORM_REPO_PATHS` environment variable to `$XILINX_VITIS/base_platforms/`. -This tutorial targets the VCK190 production board for 2025.1 version. +This tutorial targets the VCK190 production board for 2025.2 version. The sub-directory `Files` contains all the source files necessary for this tutorial. diff --git a/AI_Engine_Development/AIE/Feature_Tutorials/15-post-link-recompile/WithIntermediatePlatform/Phase1/Makefile b/AI_Engine_Development/AIE/Feature_Tutorials/15-post-link-recompile/WithIntermediatePlatform/Phase1/Makefile index 83b01f65a7..d9c022f4d2 100644 --- a/AI_Engine_Development/AIE/Feature_Tutorials/15-post-link-recompile/WithIntermediatePlatform/Phase1/Makefile +++ b/AI_Engine_Development/AIE/Feature_Tutorials/15-post-link-recompile/WithIntermediatePlatform/Phase1/Makefile @@ -8,7 +8,7 @@ # Makefile input options TARGET ?= hw_emu -PFM_NAME ?= xilinx_vck190_base_202510_1 +PFM_NAME ?= xilinx_vck190_base_202520_1 #Directories FILES_DIR ?= ../../Files @@ -64,19 +64,19 @@ __check_defined = \ $(error Undefined $1$(if $2, ($2)))) guard-PLATFORM_REPO_PATHS: - $(call check_defined, PLATFORM_REPO_PATHS, Set your where you downloaded xilinx_vck190_base_202510_1) + $(call check_defined, PLATFORM_REPO_PATHS, Set your where you downloaded xilinx_vck190_base_202520_1) guard-ROOTFS: - $(call check_defined, ROOTFS, Set to: xilinx-versal-common-v2025.1/rootfs.ext4) + $(call check_defined, ROOTFS, Set to: xilinx-versal-common-v2025.2/rootfs.ext4) guard-IMAGE: - $(call check_defined, IMAGE, Set to: xilinx-versal-common-v2025.1/Image) + $(call check_defined, IMAGE, Set to: xilinx-versal-common-v2025.2/Image) guard-CXX: - $(call check_defined, CXX, Run: xilinx-versal-common-v2025.1/environment-setup-aarch64-xilinx-linux) + $(call check_defined, CXX, Run: xilinx-versal-common-v2025.2/environment-setup-aarch64-xilinx-linux) guard-SDKTARGETSYSROOT: - $(call check_defined, SDKTARGETSYSROOT, Run: xilinx-versal-common-v2025.1/environment-setup-aarch64-xilinx-linux) + $(call check_defined, SDKTARGETSYSROOT, Run: xilinx-versal-common-v2025.2/environment-setup-aarch64-xilinx-linux) ######################################################## @@ -138,4 +138,4 @@ clean: rm -rf *.bin *.BIN cfg emu_qemu_scripts launch* *.txt *.sh rm -rf sd_card aiesim *.wcfg *.wdb *.bif *.exe *.img sim temp rm -rf aie_primitive.json drivers vpl_gen_fixed_presynth.pdi - rm -rf .crashReporter extracted plkernels vpl_gen_fixed.isd + rm -rf .crashReporter extracted plkernels vpl_gen_fixed.isd analyzer_input diff --git a/AI_Engine_Development/AIE/Feature_Tutorials/15-post-link-recompile/WithIntermediatePlatform/Phase2/Makefile b/AI_Engine_Development/AIE/Feature_Tutorials/15-post-link-recompile/WithIntermediatePlatform/Phase2/Makefile index a046bb9b54..cafe9760e1 100644 --- a/AI_Engine_Development/AIE/Feature_Tutorials/15-post-link-recompile/WithIntermediatePlatform/Phase2/Makefile +++ b/AI_Engine_Development/AIE/Feature_Tutorials/15-post-link-recompile/WithIntermediatePlatform/Phase2/Makefile @@ -5,13 +5,13 @@ -# ROOTFS ?= ${PLATFORM_REPO_PATHS}/sw/versal/xilinx-versal-common-v2025.1/rootfs.ext4 -# IMAGE ?= ${PLATFORM_REPO_PATHS}/sw/versal/xilinx-versal-common-v2025.1/Image +# ROOTFS ?= ${PLATFORM_REPO_PATHS}/sw/versal/xilinx-versal-common-v2025.2/rootfs.ext4 +# IMAGE ?= ${PLATFORM_REPO_PATHS}/sw/versal/xilinx-versal-common-v2025.2/Image # SDKTARGETSYSROOT ?= ${SYSROOT} # # Makefile input options TARGET ?= hw_emu -PFM_NAME ?= xilinx_vck190_base_202510_1 +PFM_NAME ?= xilinx_vck190_base_202520_1 #Directories FILES_DIR ?= ../../Files @@ -68,10 +68,10 @@ __check_defined = \ $(error Undefined $1$(if $2, ($2)))) guard-PLATFORM_REPO_PATHS: - $(call check_defined, PLATFORM_REPO_PATHS, Set your where you downloaded xilinx_vck190_base_202510_1) + $(call check_defined, PLATFORM_REPO_PATHS, Set your where you downloaded xilinx_vck190_base_202520_1) guard-CXX: - $(call check_defined, CXX, Run: xilinx-versal-common-v2025.1/environment-setup-aarch64-xilinx-linux) + $(call check_defined, CXX, Run: xilinx-versal-common-v2025.2/environment-setup-aarch64-xilinx-linux) ######################################################## @@ -176,4 +176,4 @@ clean: rm -rf aiesimulator_output pl_sample* rm -rf *.bin *.BIN cfg emu_qemu_scripts launch* *.txt *.sh rm -rf sd_card aiesim *.wcfg *.wdb *.bif *.exe *.img sim temp - rm -rf .crashReporter + rm -rf .crashReporter baremetal_metadata_package.cpp diff --git a/AI_Engine_Development/AIE/Feature_Tutorials/15-post-link-recompile/WithoutIntermediatePlatform/Makefile b/AI_Engine_Development/AIE/Feature_Tutorials/15-post-link-recompile/WithoutIntermediatePlatform/Makefile index 0d3d210d0a..c271912747 100644 --- a/AI_Engine_Development/AIE/Feature_Tutorials/15-post-link-recompile/WithoutIntermediatePlatform/Makefile +++ b/AI_Engine_Development/AIE/Feature_Tutorials/15-post-link-recompile/WithoutIntermediatePlatform/Makefile @@ -8,7 +8,7 @@ # Makefile input options TARGET ?= hw_emu -PFM_NAME ?= xilinx_vck190_base_202510_1 +PFM_NAME ?= xilinx_vck190_base_202520_1 #Directories FILES_DIR ?= $(PWD)/../Files @@ -75,19 +75,19 @@ __check_defined = \ $(error Undefined $1$(if $2, ($2)))) guard-PLATFORM_REPO_PATHS: - $(call check_defined, PLATFORM_REPO_PATHS, Set your where you downloaded xilinx_vck190_base_202510_1) + $(call check_defined, PLATFORM_REPO_PATHS, Set your where you downloaded xilinx_vck190_base_202520_1) guard-ROOTFS: - $(call check_defined, ROOTFS, Set to: xilinx-versal-common-v2025.1/rootfs.ext4) + $(call check_defined, ROOTFS, Set to: xilinx-versal-common-v2025.2/rootfs.ext4) guard-IMAGE: - $(call check_defined, IMAGE, Set to: xilinx-versal-common-v2025.1/Image) + $(call check_defined, IMAGE, Set to: xilinx-versal-common-v2025.2/Image) guard-CXX: - $(call check_defined, CXX, Run: xilinx-versal-common-v2025.1/environment-setup-aarch64-xilinx-linux) + $(call check_defined, CXX, Run: xilinx-versal-common-v2025.2/environment-setup-aarch64-xilinx-linux) guard-SDKTARGETSYSROOT: - $(call check_defined, SDKTARGETSYSROOT, Run: xilinx-versal-common-v2025.1/environment-setup-aarch64-xilinx-linux) + $(call check_defined, SDKTARGETSYSROOT, Run: xilinx-versal-common-v2025.2/environment-setup-aarch64-xilinx-linux) ######################################################## @@ -224,4 +224,4 @@ clean: rm -rf *.bin *.BIN cfg emu_qemu_scripts launch* *.txt *.sh rm -rf sd_card aiesim *.wcfg *.wdb *.bif *.exe *.img sim temp rm -rf *.json *.pdi drivers extracted .crashReporter - rm -rf ./plkernels vpl_gen_fixed.isd + rm -rf ./plkernels vpl_gen_fixed.isd analyzer_input baremetal_metadata_package.cpp diff --git a/AI_Engine_Development/AIE/Feature_Tutorials/17-RTL-IP-with-AIE-Engines/Makefile b/AI_Engine_Development/AIE/Feature_Tutorials/17-RTL-IP-with-AIE-Engines/Makefile index 914cd6e3a2..064fe6d47c 100755 --- a/AI_Engine_Development/AIE/Feature_Tutorials/17-RTL-IP-with-AIE-Engines/Makefile +++ b/AI_Engine_Development/AIE/Feature_Tutorials/17-RTL-IP-with-AIE-Engines/Makefile @@ -1,5 +1,4 @@ - -#Copyright (C) 2023, Advanced Micro Devices, Inc. All rights reserved. +#Copyright (C) 2025, Advanced Micro Devices, Inc. All rights reserved. #SPDX-License-Identifier: X11 @@ -19,16 +18,16 @@ KERNEL_XO := s2mm.xo mm2s.xo polar_clip.xo CONFIG_FILE := system.cfg SDKTARGETSYSROOT ?= $(SYSROOT) -PLATFORM ?= ${PLATFORM_REPO_PATHS}/xilinx_vck190_base_202510_1/xilinx_vck190_base_202510_1.xpfm -ROOTFS ?= ${PLATFORM_REPO_PATHS}/sw/versal/xilinx-versal-common-v2025.1/rootfs.ext4 -IMAGE ?= ${PLATFORM_REPO_PATHS}/sw/versal/xilinx-versal-common-v2025.1/Image +PLATFORM ?= ${PLATFORM_REPO_PATHS}/xilinx_vck190_base_202520_1/xilinx_vck190_base_202520_1.xpfm +ROOTFS ?= ${PLATFORM_REPO_PATHS}/sw/versal/xilinx-versal-common-v2025.2/rootfs.ext4 +IMAGE ?= ${PLATFORM_REPO_PATHS}/sw/versal/xilinx-versal-common-v2025.2/Image # Command-line options VPP := v++ AIECC := v++ --mode aie -c AIE_INCLUDE_FLAGS := --include="$(XILINX_VITIS_AIETOOLS)/include" --include="./aie" --include="./data" --include="./aie/kernels" --include="./" -AIE_FLAGS := --target=hw $(AIE_INCLUDE_FLAGS) --aie.workdir=./Work --platform=${XILINX_VITIS}/base_platforms/xilinx_vck190_base_202510_1/xilinx_vck190_base_202510_1.xpfm +AIE_FLAGS := --target=hw $(AIE_INCLUDE_FLAGS) --aie.workdir=./Work --platform=${XILINX_VITIS}/base_platforms/xilinx_vck190_base_202520_1/xilinx_vck190_base_202520_1.xpfm VPP_XO_FLAGS := --mode hls -c --platform $(PLATFORM) VPP_LINK_FLAGS := -l --platform $(PLATFORM) ip_repo/polar_clip.xo pl_kernels/s2mm.xo pl_kernels/mm2s.xo $(GRAPH_O) -t $(TARGET) --save-temps -g --config $(CONFIG_FILE) -o $(PFM).xsa @@ -61,9 +60,11 @@ sd_card: kernels aie xclbin host package # The graph is generated by having the -target=hw-link kernels: $(KERNEL_XO) -%.xo: pl_kernels/%.cpp - $(VPP) $(VPP_XO_FLAGS) --config pl_kernels/s2mm.cfg - $(VPP) $(VPP_XO_FLAGS) --config pl_kernels/mm2s.cfg +s2mm.xo: pl_kernels/s2mm.cpp + $(VPP) $(VPP_XO_FLAGS) --config pl_kernels/s2mm.cfg + +mm2s.xo: pl_kernels/mm2s.cpp + $(VPP) $(VPP_XO_FLAGS) --config pl_kernels/mm2s.cfg polar_clip.xo: vivado -mode batch -source polar_clip_rtl_kernel.tcl @@ -123,4 +124,5 @@ endif clean: rm -rf _x v++* $(KERNEL_XO) $(GRAPH_O) *.o *.compile_summary* *.xpe xnwOut *.xclbin* *.log *.xsa Work *.db *.csv *$(PFM)* *.jou .Xil rm -rf sw/*.o sw/*.elf sw/*.xpe sw/xnwOut sw/Work sw/*.csv sw/*.db sw/*.bin sw/*.BIN sw/*.bif sw/launch_hw_emulator.sh sw/*.txt sw/emulation sw/.Xil - + rm -rf s2mm/reports/.db mm2s/reports/.db s2mm/logs mm2s/logs analyzer_input + rm -rf ip_repo polar_clip project_polar_clip s2mm mm2s diff --git a/AI_Engine_Development/AIE/Feature_Tutorials/17-RTL-IP-with-AIE-Engines/README.md b/AI_Engine_Development/AIE/Feature_Tutorials/17-RTL-IP-with-AIE-Engines/README.md index c81b817644..d0d7ff6186 100755 --- a/AI_Engine_Development/AIE/Feature_Tutorials/17-RTL-IP-with-AIE-Engines/README.md +++ b/AI_Engine_Development/AIE/Feature_Tutorials/17-RTL-IP-with-AIE-Engines/README.md @@ -15,28 +15,28 @@ # Using RTL IP with AI Engines -***Version: Vitis 2025.1*** +***Version: Vitis 2025.2*** ## Introduction This tutorial demonstrates the following two features of the Vitis™ unified software platform flow: -1. Ability to reuse any AXI-based IP you have created as an RTL IP. -2. The ability to control your platform, and convert your RTL IP to an RTL kernel allows for a more streamlined process for creating the design you need. +1. Reusing an AXI-based IP initially created as an RTL IP. +2. Controlling the platform, and converting an RTL IP to a kernel to allow for a more streamlined process for creating the design you need. -**IMPORTANT**: Before beginning the tutorial make sure you have installed the Vitis 2025.1 software. The Vitis release includes all the embedded base platforms including the VCK190 base platform that is used in this tutorial. In addition, do ensure you have downloaded the Common Images for Embedded Vitis Platforms from this link +**IMPORTANT**: Before beginning the tutorial make sure you have installed the Vitis 2025.2 software. The Vitis release includes all the embedded base platforms including the VCK190 base platform that is used in this tutorial. In addition, do ensure you have downloaded the Common Images for Embedded Vitis Platforms from this link -https://www.xilinx.com/support/download/index.html/content/xilinx/en/downloadNav/embedded-platforms/2025.1.html +https://www.xilinx.com/support/download/index.html/content/xilinx/en/downloadNav/embedded-platforms/2025.2.html The 'common image' package contains a prebuilt Linux kernel and root file system that can be used with the Versal™ board for embedded design development using Vitis. Before starting this tutorial run the following steps: 1. Goto the directory where you have unzipped the Versal Common Image package -2. In a Bash shell run the /Common Images Dir/xilinx-versal-common-v2025.1/environment-setup-cortexa72-cortexa53-amd-linux script. This script sets up the SDKTARGETSYSROOT and CXX variables. If the script is not present, you must run the /Common Images Dir/xilinx-versal-common-v2025.1/sdk.sh. -3. Set up your ROOTFS, and IMAGE to point to the rootfs.ext4 and Image files located in the /Common Images Dir/xilinx-versal-common-v2025.1 directory. -4. Set up your PLATFORM_REPO_PATHS environment variable to $XILINX_VITIS/base_platforms/xilinx_vck190_base_202510_1/xilinx_vck190_base_202510_1.xpfm +2. In a Bash shell run the /Common Images Dir/xilinx-versal-common-v2025.2/environment-setup-cortexa72-cortexa53-amd-linux script. This script sets up the SDKTARGETSYSROOT and CXX variables. If the script is not present, you must run the /Common Images Dir/xilinx-versal-common-v2025.2/sdk.sh. +3. Set up your ROOTFS, and IMAGE to point to the rootfs.ext4 and Image files located in the /Common Images Dir/xilinx-versal-common-v2025.2 directory. +4. Set up your PLATFORM_REPO_PATHS environment variable to $XILINX_VITIS/base_platforms/xilinx_vck190_base_202520_1/xilinx_vck190_base_202520_1.xpfm -This tutorial targets VCK190 production board for 2025.1 version. +This tutorial targets VCK190 production board for 2025.2 version. ## Objectives @@ -84,20 +84,20 @@ Package your RTL code as a Vivado IP and generate a Vitis RTL kernel. Note the following points: * The script creates a Vivado Design Suite project; this is required to create any IP because all source and constraint files need to be local to the IP. - * Lines 40 and 41 are used to associate the correct clock pins to the interfaces. This is required for the Vitis compiler which links those interfaces to the platform clocking. + * Lines 34 and 35 are used to associate the correct clock pins to the interfaces. This is required for the Vitis compiler which links those interfaces to the platform clocking. ```tcl ipx::associate_bus_interfaces -busif in_sample -clock ap_clk [ipx::current_core] ipx::associate_bus_interfaces -busif out_sample -clock ap_clk [ipx::current_core] ``` - * On lines 44 and 45 the `FREQ_HZ` bus parameter is removed. This parameter is used in IP integrator, and is to make sure the associated clock of the interface is used correctly. However, the Vitis compiler sets this during the compilation process, and having it set in the IP will cause the compiler to incorrectly link the clocks. + * On lines 38 and 39 the `FREQ_HZ` bus parameter is removed. This parameter is used in Vivado IP integrator to ensure corrent association of the clock interface. The Vitis compiler sets this during the compilation process, and having it set in the IP may cause the compiler to incorrectly link the clocks. ```tcl ipx::remove_bus_parameter FREQ_HZ [ipx::get_bus_interfaces in_sample -of_objects [ipx::current_core]] ipx::remove_bus_parameter FREQ_HZ [ipx::get_bus_interfaces out_sample -of_objects [ipx::current_core]] ``` - * At the end of the script there is the `package_xo` command. This command analyzes the IP that was created to make sure proper AXI interfaces are used and other rule checks are followed. It then creates the XO file in the same location as the IP repository. A key function used in this command is the `-output_kernel_xml`. The `kernel.xml` file is key to the RTL kernel as it describes to the Vitis tool how the kernel should be controlled. You can find more information on [RTL kernels and their requirements](https://docs.amd.com/r/en-US/ug1393-vitis-application-acceleration/Packaging-RTL-Kernels). + * At the end of the script notice the `package_xo` command. This command analyzes the newly created IP to make sure it contains the proper AXI interfaces. It then creates the XO file in the same location as the IP repository. A key function used in this command is the `-output_kernel_xml`. The `kernel.xml` file is key to the RTL kernel as it describes to the Vitis tool how the kernel should be controlled. You can find more information on [RTL kernels and their requirements](https://docs.amd.com/r/en-US/ug1393-vitis-application-acceleration/Packaging-RTL-Kernels). ```tcl package_xo -kernel_name $kernelName \ @@ -120,13 +120,13 @@ Package your RTL code as a Vivado IP and generate a Vitis RTL kernel. ``` ## Step 2 - Creating HLS kernels with Vitis compiler -The `mm2s` and `s2mm` kernels are HLS-based and use the Vitis compiler to compile them into XO files. +The `mm2s` and `s2mm` are HLS-based kernels that the Vitis compiler packages into XO files. To build these kernels run the following commands: ```bash -v++ -c --platform -g --save-temps -k mm2s pl_kernels/mm2s.cpp -o mm2s.xo -v++ -c --platform -g --save-temps -k mm2s pl_kernels/s2mm.cpp -o s2mm.xo +v++ -c --platform -k mm2s pl_kernels/mm2s.cpp -o mm2s.xo +v++ -c --platform -k s2mm pl_kernels/s2mm.cpp -o s2mm.xo ``` or @@ -136,7 +136,7 @@ make kernels ``` ## Step 3 - Interfacing ADF graph to Programmable Logic -To set up the ADF graph to interface with the `polar_clip` RTL kernel and the `mm2s` and `s2mm` HLS kernels, you must add connections to PLIOs that represent the respective PL kernels. +To interface the ADF graph to the `polar_clip` RTL kernel and the `mm2s` and `s2mm` HLS kernels, you must add connections between PLIOs and the corresponding PL kernels IOs. 1. The following `graph.h` shows how to connect to the RTL kernel. @@ -160,15 +160,15 @@ To set up the ADF graph to interface with the `polar_clip` RTL kernel and the `m ``` 2. Note the following: - * Two additional `PLIO` objects `clip_in` and `clip_out` are added. These are to hook up to the `polar_clip` RTL kernel. + * Two additional `PLIO` objects `clip_in` and `clip_out` are added. These hook up to the `polar_clip` RTL kernel. * There are additional net objects to hook up the RTL kernel to the rest of the platform object. -For more information on RTL kernels in the AI Engine see: [Design Flow Using RTL Programmable Logic](https://docs.amd.com/r/en-US/ug1393-vitis-application-acceleration/Vitis-Development-Flow-for-RTL-Designers). +For more information on RTL kernels in the AI Engine see: [Integrating AIE and PL Components](https://docs.amd.com/r/en-US/ug1701-vitis-accelerated-embedded/Integrating-AIE-and-PL-Components). 3. Compile the graph using the following command: ```bash - v++ --mode aie -c --target=hw --include="/include" --include="./aie" --include="./data" --include="./aie/kernels" --include="./" --aie.workdir=./Work --platform=${XILINX_VITIS}/base_platforms/xilinx_vck190_base_202510_1/xilinx_vck190_base_202510_1.xpfm aie/graph.cpp + v++ --mode aie -c --target=hw --include="/include" --include="./aie" --include="./data" --include="./aie/kernels" --include="./" --aie.workdir=./Work --platform=${XILINX_VITIS}/base_platforms/xilinx_vck190_base_202520_1/xilinx_vck190_base_202520_1.xpfm aie/graph.cpp ``` or @@ -193,7 +193,7 @@ Because there is no HLS kernel in the ADF graph, the `system.cfg` file, which is 3. Build the emulation design using the following command: ```bash - v++ -l --platform ${XILINX_VITIS}/base_platforms/xilinx_vck190_base_202510_1/xilinx_vck190_base_202510_1.xpfm s2mm.xo mm2s.xo polar_clip.xo libadf.a -t hw_emu --save-temps -g --config system.cfg -o tutorial.xsa + v++ -l --platform ${XILINX_VITIS}/base_platforms/xilinx_vck190_base_202520_1/xilinx_vck190_base_202520_1.xpfm s2mm.xo mm2s.xo polar_clip.xo libadf.a -t hw_emu --save-temps -g --config system.cfg -o tutorial.xsa ``` or @@ -232,11 +232,11 @@ To package the design run: ```bash cd ./sw v++ -p -t hw_emu \ - -f ${XILINX_VITIS}/base_platforms/xilinx_vck190_base_202510_1/xilinx_vck190_base_202510_1.xpfm \ - --package.rootfs=${PLATFORM_REPO_PATHS}/sw/versal/xilinx-versal-common-v2025.1/rootfs.ext4 \ + -f ${XILINX_VITIS}/base_platforms/xilinx_vck190_base_202520_1/xilinx_vck190_base_202520_1.xpfm \ + --package.rootfs=${PLATFORM_REPO_PATHS}/sw/versal/xilinx-versal-common-v2025.2/rootfs.ext4 \ --package.image_format=ext4 \ --package.boot_mode=sd \ - --package.kernel_image=${PLATFORM_REPO_PATHS}/sw/versal/xilinx-versal-common-v2025.1/Image \ + --package.kernel_image=${PLATFORM_REPO_PATHS}/sw/versal/xilinx-versal-common-v2025.2/Image \ --package.defer_aie_run \ --package.sd_file host.exe ../tutorial.xsa ../libadf.a cd .. diff --git a/AI_Engine_Development/AIE/Feature_Tutorials/17-RTL-IP-with-AIE-Engines/aie/graph.cpp b/AI_Engine_Development/AIE/Feature_Tutorials/17-RTL-IP-with-AIE-Engines/aie/graph.cpp index 29490ed7bc..4d7810cf7f 100644 --- a/AI_Engine_Development/AIE/Feature_Tutorials/17-RTL-IP-with-AIE-Engines/aie/graph.cpp +++ b/AI_Engine_Development/AIE/Feature_Tutorials/17-RTL-IP-with-AIE-Engines/aie/graph.cpp @@ -1,5 +1,5 @@ /* -Copyright (C) 2023, Advanced Micro Devices, Inc. All rights reserved. +Copyright (C) 2025, Advanced Micro Devices, Inc. All rights reserved. SPDX-License-Identifier: X11 */ diff --git a/AI_Engine_Development/AIE/Feature_Tutorials/17-RTL-IP-with-AIE-Engines/aie/graph.h b/AI_Engine_Development/AIE/Feature_Tutorials/17-RTL-IP-with-AIE-Engines/aie/graph.h index aef434aa4a..718e6008b9 100644 --- a/AI_Engine_Development/AIE/Feature_Tutorials/17-RTL-IP-with-AIE-Engines/aie/graph.h +++ b/AI_Engine_Development/AIE/Feature_Tutorials/17-RTL-IP-with-AIE-Engines/aie/graph.h @@ -1,5 +1,5 @@ /* -Copyright (C) 2023, Advanced Micro Devices, Inc. All rights reserved. +Copyright (C) 2025, Advanced Micro Devices, Inc. All rights reserved. SPDX-License-Identifier: X11 */ diff --git a/AI_Engine_Development/AIE/Feature_Tutorials/17-RTL-IP-with-AIE-Engines/aie/include.h b/AI_Engine_Development/AIE/Feature_Tutorials/17-RTL-IP-with-AIE-Engines/aie/include.h index a265976f53..3808fbd013 100644 --- a/AI_Engine_Development/AIE/Feature_Tutorials/17-RTL-IP-with-AIE-Engines/aie/include.h +++ b/AI_Engine_Development/AIE/Feature_Tutorials/17-RTL-IP-with-AIE-Engines/aie/include.h @@ -1,5 +1,5 @@ /* -Copyright (C) 2023, Advanced Micro Devices, Inc. All rights reserved. +Copyright (C) 2025, Advanced Micro Devices, Inc. All rights reserved. SPDX-License-Identifier: X11 */ #ifndef __INCLUDE_H__ diff --git a/AI_Engine_Development/AIE/Feature_Tutorials/17-RTL-IP-with-AIE-Engines/aie/kernels.h b/AI_Engine_Development/AIE/Feature_Tutorials/17-RTL-IP-with-AIE-Engines/aie/kernels.h index eda8696a6c..abd84370a2 100644 --- a/AI_Engine_Development/AIE/Feature_Tutorials/17-RTL-IP-with-AIE-Engines/aie/kernels.h +++ b/AI_Engine_Development/AIE/Feature_Tutorials/17-RTL-IP-with-AIE-Engines/aie/kernels.h @@ -1,5 +1,5 @@ /* -Copyright (C) 2023, Advanced Micro Devices, Inc. All rights reserved. +Copyright (C) 2025, Advanced Micro Devices, Inc. All rights reserved. SPDX-License-Identifier: X11 */ #ifndef __KERNELS_H__ diff --git a/AI_Engine_Development/AIE/Feature_Tutorials/17-RTL-IP-with-AIE-Engines/pl_kernels/hdl/verilog/polar_clip.v b/AI_Engine_Development/AIE/Feature_Tutorials/17-RTL-IP-with-AIE-Engines/pl_kernels/hdl/verilog/polar_clip.v index 0036f61302..9a06f7124e 100644 --- a/AI_Engine_Development/AIE/Feature_Tutorials/17-RTL-IP-with-AIE-Engines/pl_kernels/hdl/verilog/polar_clip.v +++ b/AI_Engine_Development/AIE/Feature_Tutorials/17-RTL-IP-with-AIE-Engines/pl_kernels/hdl/verilog/polar_clip.v @@ -1,5 +1,5 @@ /* -Copyright (C) 2023, Advanced Micro Devices, Inc. All rights reserved. +Copyright (C) 2025, Advanced Micro Devices, Inc. All rights reserved. SPDX-License-Identifier: X11 */ // ============================================================== diff --git a/AI_Engine_Development/AIE/Feature_Tutorials/17-RTL-IP-with-AIE-Engines/pl_kernels/hdl/verilog/polar_clip_mac_muladd_16s_16s_32s_32_4_1.v b/AI_Engine_Development/AIE/Feature_Tutorials/17-RTL-IP-with-AIE-Engines/pl_kernels/hdl/verilog/polar_clip_mac_muladd_16s_16s_32s_32_4_1.v index 46a83f77ea..e0b1690bd6 100644 --- a/AI_Engine_Development/AIE/Feature_Tutorials/17-RTL-IP-with-AIE-Engines/pl_kernels/hdl/verilog/polar_clip_mac_muladd_16s_16s_32s_32_4_1.v +++ b/AI_Engine_Development/AIE/Feature_Tutorials/17-RTL-IP-with-AIE-Engines/pl_kernels/hdl/verilog/polar_clip_mac_muladd_16s_16s_32s_32_4_1.v @@ -1,5 +1,5 @@ /* -Copyright (C) 2023, Advanced Micro Devices, Inc. All rights reserved. +Copyright (C) 2025, Advanced Micro Devices, Inc. All rights reserved. SPDX-License-Identifier: X11 */ // ============================================================== diff --git a/AI_Engine_Development/AIE/Feature_Tutorials/17-RTL-IP-with-AIE-Engines/pl_kernels/hdl/verilog/polar_clip_mul_mul_16s_16s_16_4_1.v b/AI_Engine_Development/AIE/Feature_Tutorials/17-RTL-IP-with-AIE-Engines/pl_kernels/hdl/verilog/polar_clip_mul_mul_16s_16s_16_4_1.v index 485b347f5b..5827bcc8b8 100644 --- a/AI_Engine_Development/AIE/Feature_Tutorials/17-RTL-IP-with-AIE-Engines/pl_kernels/hdl/verilog/polar_clip_mul_mul_16s_16s_16_4_1.v +++ b/AI_Engine_Development/AIE/Feature_Tutorials/17-RTL-IP-with-AIE-Engines/pl_kernels/hdl/verilog/polar_clip_mul_mul_16s_16s_16_4_1.v @@ -1,5 +1,5 @@ /* -Copyright (C) 2023, Advanced Micro Devices, Inc. All rights reserved. +Copyright (C) 2025, Advanced Micro Devices, Inc. All rights reserved. SPDX-License-Identifier: X11 */ diff --git a/AI_Engine_Development/AIE/Feature_Tutorials/17-RTL-IP-with-AIE-Engines/pl_kernels/hdl/verilog/polar_clip_mul_mul_16s_16s_32_4_1.v b/AI_Engine_Development/AIE/Feature_Tutorials/17-RTL-IP-with-AIE-Engines/pl_kernels/hdl/verilog/polar_clip_mul_mul_16s_16s_32_4_1.v index 734af398e5..fd65b5b0c7 100644 --- a/AI_Engine_Development/AIE/Feature_Tutorials/17-RTL-IP-with-AIE-Engines/pl_kernels/hdl/verilog/polar_clip_mul_mul_16s_16s_32_4_1.v +++ b/AI_Engine_Development/AIE/Feature_Tutorials/17-RTL-IP-with-AIE-Engines/pl_kernels/hdl/verilog/polar_clip_mul_mul_16s_16s_32_4_1.v @@ -1,5 +1,5 @@ /* -Copyright (C) 2023, Advanced Micro Devices, Inc. All rights reserved. +Copyright (C) 2025, Advanced Micro Devices, Inc. All rights reserved. SPDX-License-Identifier: X11 */ `timescale 1 ns / 1 ps diff --git a/AI_Engine_Development/AIE/Feature_Tutorials/17-RTL-IP-with-AIE-Engines/pl_kernels/hdl/verilog/polar_clip_mul_mul_25s_10ns_25_4_1.v b/AI_Engine_Development/AIE/Feature_Tutorials/17-RTL-IP-with-AIE-Engines/pl_kernels/hdl/verilog/polar_clip_mul_mul_25s_10ns_25_4_1.v index 10b8ed5a65..8d00053800 100644 --- a/AI_Engine_Development/AIE/Feature_Tutorials/17-RTL-IP-with-AIE-Engines/pl_kernels/hdl/verilog/polar_clip_mul_mul_25s_10ns_25_4_1.v +++ b/AI_Engine_Development/AIE/Feature_Tutorials/17-RTL-IP-with-AIE-Engines/pl_kernels/hdl/verilog/polar_clip_mul_mul_25s_10ns_25_4_1.v @@ -1,5 +1,5 @@ /* -Copyright (C) 2023, Advanced Micro Devices, Inc. All rights reserved. +Copyright (C) 2025, Advanced Micro Devices, Inc. All rights reserved. SPDX-License-Identifier: X11 */ `timescale 1 ns / 1 ps diff --git a/AI_Engine_Development/AIE/Feature_Tutorials/17-RTL-IP-with-AIE-Engines/pl_kernels/hdl/verilog/polar_clip_regslice_core.v b/AI_Engine_Development/AIE/Feature_Tutorials/17-RTL-IP-with-AIE-Engines/pl_kernels/hdl/verilog/polar_clip_regslice_core.v index 9e5c227590..24ff3e6835 100644 --- a/AI_Engine_Development/AIE/Feature_Tutorials/17-RTL-IP-with-AIE-Engines/pl_kernels/hdl/verilog/polar_clip_regslice_core.v +++ b/AI_Engine_Development/AIE/Feature_Tutorials/17-RTL-IP-with-AIE-Engines/pl_kernels/hdl/verilog/polar_clip_regslice_core.v @@ -1,5 +1,5 @@ /* -Copyright (C) 2023, Advanced Micro Devices, Inc. All rights reserved. +Copyright (C) 2025, Advanced Micro Devices, Inc. All rights reserved. SPDX-License-Identifier: X11 */ // ============================================================== diff --git a/AI_Engine_Development/AIE/Feature_Tutorials/17-RTL-IP-with-AIE-Engines/pl_kernels/hdl/verilog/polar_clip_rotation_cos_lut.v b/AI_Engine_Development/AIE/Feature_Tutorials/17-RTL-IP-with-AIE-Engines/pl_kernels/hdl/verilog/polar_clip_rotation_cos_lut.v index b41dd7bb12..fac6fcde3d 100644 --- a/AI_Engine_Development/AIE/Feature_Tutorials/17-RTL-IP-with-AIE-Engines/pl_kernels/hdl/verilog/polar_clip_rotation_cos_lut.v +++ b/AI_Engine_Development/AIE/Feature_Tutorials/17-RTL-IP-with-AIE-Engines/pl_kernels/hdl/verilog/polar_clip_rotation_cos_lut.v @@ -1,5 +1,5 @@ /* -Copyright (C) 2023, Advanced Micro Devices, Inc. All rights reserved. +Copyright (C) 2025, Advanced Micro Devices, Inc. All rights reserved. SPDX-License-Identifier: X11 */ // ============================================================== diff --git a/AI_Engine_Development/AIE/Feature_Tutorials/17-RTL-IP-with-AIE-Engines/pl_kernels/hdl/verilog/polar_clip_rotation_sin_lut.v b/AI_Engine_Development/AIE/Feature_Tutorials/17-RTL-IP-with-AIE-Engines/pl_kernels/hdl/verilog/polar_clip_rotation_sin_lut.v index 659db8eaba..a65e072a3c 100644 --- a/AI_Engine_Development/AIE/Feature_Tutorials/17-RTL-IP-with-AIE-Engines/pl_kernels/hdl/verilog/polar_clip_rotation_sin_lut.v +++ b/AI_Engine_Development/AIE/Feature_Tutorials/17-RTL-IP-with-AIE-Engines/pl_kernels/hdl/verilog/polar_clip_rotation_sin_lut.v @@ -1,5 +1,5 @@ /* -Copyright (C) 2023, Advanced Micro Devices, Inc. All rights reserved. +Copyright (C) 2025, Advanced Micro Devices, Inc. All rights reserved. SPDX-License-Identifier: X11 */ diff --git a/AI_Engine_Development/AIE/Feature_Tutorials/17-RTL-IP-with-AIE-Engines/pl_kernels/hdl/vhdl/polar_clip.vhd b/AI_Engine_Development/AIE/Feature_Tutorials/17-RTL-IP-with-AIE-Engines/pl_kernels/hdl/vhdl/polar_clip.vhd index 7773a79411..9662a5d810 100644 --- a/AI_Engine_Development/AIE/Feature_Tutorials/17-RTL-IP-with-AIE-Engines/pl_kernels/hdl/vhdl/polar_clip.vhd +++ b/AI_Engine_Development/AIE/Feature_Tutorials/17-RTL-IP-with-AIE-Engines/pl_kernels/hdl/vhdl/polar_clip.vhd @@ -1,5 +1,5 @@ ---Copyright (C) 2023, Advanced Micro Devices, Inc. All rights reserved. +--Copyright (C) 2025, Advanced Micro Devices, Inc. All rights reserved. --SPDX-License-Identifier: X11 -- ============================================================== diff --git a/AI_Engine_Development/AIE/Feature_Tutorials/17-RTL-IP-with-AIE-Engines/pl_kernels/hdl/vhdl/polar_clip_mac_muladd_16s_16s_32s_32_4_1.vhd b/AI_Engine_Development/AIE/Feature_Tutorials/17-RTL-IP-with-AIE-Engines/pl_kernels/hdl/vhdl/polar_clip_mac_muladd_16s_16s_32s_32_4_1.vhd index c3e5fda13f..8126048094 100644 --- a/AI_Engine_Development/AIE/Feature_Tutorials/17-RTL-IP-with-AIE-Engines/pl_kernels/hdl/vhdl/polar_clip_mac_muladd_16s_16s_32s_32_4_1.vhd +++ b/AI_Engine_Development/AIE/Feature_Tutorials/17-RTL-IP-with-AIE-Engines/pl_kernels/hdl/vhdl/polar_clip_mac_muladd_16s_16s_32s_32_4_1.vhd @@ -1,5 +1,5 @@ ---Copyright (C) 2023, Advanced Micro Devices, Inc. All rights reserved. +--Copyright (C) 2025, Advanced Micro Devices, Inc. All rights reserved. --SPDX-License-Identifier: X11 -- ============================================================== diff --git a/AI_Engine_Development/AIE/Feature_Tutorials/17-RTL-IP-with-AIE-Engines/pl_kernels/hdl/vhdl/polar_clip_mul_mul_16s_16s_16_4_1.vhd b/AI_Engine_Development/AIE/Feature_Tutorials/17-RTL-IP-with-AIE-Engines/pl_kernels/hdl/vhdl/polar_clip_mul_mul_16s_16s_16_4_1.vhd index d4f7ce0cc9..eff179db5f 100644 --- a/AI_Engine_Development/AIE/Feature_Tutorials/17-RTL-IP-with-AIE-Engines/pl_kernels/hdl/vhdl/polar_clip_mul_mul_16s_16s_16_4_1.vhd +++ b/AI_Engine_Development/AIE/Feature_Tutorials/17-RTL-IP-with-AIE-Engines/pl_kernels/hdl/vhdl/polar_clip_mul_mul_16s_16s_16_4_1.vhd @@ -1,5 +1,5 @@ ---Copyright (C) 2023, Advanced Micro Devices, Inc. All rights reserved. +--Copyright (C) 2025, Advanced Micro Devices, Inc. All rights reserved. --SPDX-License-Identifier: X11 library IEEE; diff --git a/AI_Engine_Development/AIE/Feature_Tutorials/17-RTL-IP-with-AIE-Engines/pl_kernels/hdl/vhdl/polar_clip_mul_mul_16s_16s_32_4_1.vhd b/AI_Engine_Development/AIE/Feature_Tutorials/17-RTL-IP-with-AIE-Engines/pl_kernels/hdl/vhdl/polar_clip_mul_mul_16s_16s_32_4_1.vhd index 29519bbd18..c0461b8cdd 100644 --- a/AI_Engine_Development/AIE/Feature_Tutorials/17-RTL-IP-with-AIE-Engines/pl_kernels/hdl/vhdl/polar_clip_mul_mul_16s_16s_32_4_1.vhd +++ b/AI_Engine_Development/AIE/Feature_Tutorials/17-RTL-IP-with-AIE-Engines/pl_kernels/hdl/vhdl/polar_clip_mul_mul_16s_16s_32_4_1.vhd @@ -1,5 +1,5 @@ ---Copyright (C) 2023, Advanced Micro Devices, Inc. All rights reserved. +--Copyright (C) 2025, Advanced Micro Devices, Inc. All rights reserved. --SPDX-License-Identifier: X11 diff --git a/AI_Engine_Development/AIE/Feature_Tutorials/17-RTL-IP-with-AIE-Engines/pl_kernels/hdl/vhdl/polar_clip_mul_mul_25s_10ns_25_4_1.vhd b/AI_Engine_Development/AIE/Feature_Tutorials/17-RTL-IP-with-AIE-Engines/pl_kernels/hdl/vhdl/polar_clip_mul_mul_25s_10ns_25_4_1.vhd index 38077aea0c..520772a53d 100644 --- a/AI_Engine_Development/AIE/Feature_Tutorials/17-RTL-IP-with-AIE-Engines/pl_kernels/hdl/vhdl/polar_clip_mul_mul_25s_10ns_25_4_1.vhd +++ b/AI_Engine_Development/AIE/Feature_Tutorials/17-RTL-IP-with-AIE-Engines/pl_kernels/hdl/vhdl/polar_clip_mul_mul_25s_10ns_25_4_1.vhd @@ -1,5 +1,5 @@ ---Copyright (C) 2023, Advanced Micro Devices, Inc. All rights reserved. +--Copyright (C) 2025, Advanced Micro Devices, Inc. All rights reserved. --SPDX-License-Identifier: X11 library IEEE; diff --git a/AI_Engine_Development/AIE/Feature_Tutorials/17-RTL-IP-with-AIE-Engines/pl_kernels/hdl/vhdl/polar_clip_regslice_both.vhd b/AI_Engine_Development/AIE/Feature_Tutorials/17-RTL-IP-with-AIE-Engines/pl_kernels/hdl/vhdl/polar_clip_regslice_both.vhd index b7dac1d472..8a7813fb19 100644 --- a/AI_Engine_Development/AIE/Feature_Tutorials/17-RTL-IP-with-AIE-Engines/pl_kernels/hdl/vhdl/polar_clip_regslice_both.vhd +++ b/AI_Engine_Development/AIE/Feature_Tutorials/17-RTL-IP-with-AIE-Engines/pl_kernels/hdl/vhdl/polar_clip_regslice_both.vhd @@ -1,5 +1,5 @@ ---Copyright (C) 2023, Advanced Micro Devices, Inc. All rights reserved. +--Copyright (C) 2025, Advanced Micro Devices, Inc. All rights reserved. --SPDX-License-Identifier: X11 -- ============================================================== diff --git a/AI_Engine_Development/AIE/Feature_Tutorials/17-RTL-IP-with-AIE-Engines/pl_kernels/hdl/vhdl/polar_clip_rotation_cos_lut.vhd b/AI_Engine_Development/AIE/Feature_Tutorials/17-RTL-IP-with-AIE-Engines/pl_kernels/hdl/vhdl/polar_clip_rotation_cos_lut.vhd index 13832a20ed..ebf7457600 100644 --- a/AI_Engine_Development/AIE/Feature_Tutorials/17-RTL-IP-with-AIE-Engines/pl_kernels/hdl/vhdl/polar_clip_rotation_cos_lut.vhd +++ b/AI_Engine_Development/AIE/Feature_Tutorials/17-RTL-IP-with-AIE-Engines/pl_kernels/hdl/vhdl/polar_clip_rotation_cos_lut.vhd @@ -1,5 +1,5 @@ ---Copyright (C) 2023, Advanced Micro Devices, Inc. All rights reserved. +--Copyright (C) 2025, Advanced Micro Devices, Inc. All rights reserved. --SPDX-License-Identifier: X11 -- ============================================================== diff --git a/AI_Engine_Development/AIE/Feature_Tutorials/17-RTL-IP-with-AIE-Engines/pl_kernels/hdl/vhdl/polar_clip_rotation_sin_lut.vhd b/AI_Engine_Development/AIE/Feature_Tutorials/17-RTL-IP-with-AIE-Engines/pl_kernels/hdl/vhdl/polar_clip_rotation_sin_lut.vhd index 9ee136c68c..7bb2c9a95b 100644 --- a/AI_Engine_Development/AIE/Feature_Tutorials/17-RTL-IP-with-AIE-Engines/pl_kernels/hdl/vhdl/polar_clip_rotation_sin_lut.vhd +++ b/AI_Engine_Development/AIE/Feature_Tutorials/17-RTL-IP-with-AIE-Engines/pl_kernels/hdl/vhdl/polar_clip_rotation_sin_lut.vhd @@ -1,5 +1,5 @@ ---Copyright (C) 2023, Advanced Micro Devices, Inc. All rights reserved. +--Copyright (C) 2025, Advanced Micro Devices, Inc. All rights reserved. --SPDX-License-Identifier: X11 -- ============================================================== diff --git a/AI_Engine_Development/AIE/Feature_Tutorials/17-RTL-IP-with-AIE-Engines/pl_kernels/mm2s.cpp b/AI_Engine_Development/AIE/Feature_Tutorials/17-RTL-IP-with-AIE-Engines/pl_kernels/mm2s.cpp index 6b4e9d1003..398f6dce88 100644 --- a/AI_Engine_Development/AIE/Feature_Tutorials/17-RTL-IP-with-AIE-Engines/pl_kernels/mm2s.cpp +++ b/AI_Engine_Development/AIE/Feature_Tutorials/17-RTL-IP-with-AIE-Engines/pl_kernels/mm2s.cpp @@ -1,5 +1,5 @@ /* -Copyright (C) 2023, Advanced Micro Devices, Inc. All rights reserved. +Copyright (C) 2025, Advanced Micro Devices, Inc. All rights reserved. SPDX-License-Identifier: X11 */ diff --git a/AI_Engine_Development/AIE/Feature_Tutorials/17-RTL-IP-with-AIE-Engines/pl_kernels/s2mm.cpp b/AI_Engine_Development/AIE/Feature_Tutorials/17-RTL-IP-with-AIE-Engines/pl_kernels/s2mm.cpp index db02f5abfd..16c7a3b8c8 100644 --- a/AI_Engine_Development/AIE/Feature_Tutorials/17-RTL-IP-with-AIE-Engines/pl_kernels/s2mm.cpp +++ b/AI_Engine_Development/AIE/Feature_Tutorials/17-RTL-IP-with-AIE-Engines/pl_kernels/s2mm.cpp @@ -1,5 +1,5 @@ /* -Copyright (C) 2023, Advanced Micro Devices, Inc. All rights reserved. +Copyright (C) 2025, Advanced Micro Devices, Inc. All rights reserved. SPDX-License-Identifier: X11 */ diff --git a/AI_Engine_Development/AIE/Feature_Tutorials/17-RTL-IP-with-AIE-Engines/polar_clip_rtl_kernel.tcl b/AI_Engine_Development/AIE/Feature_Tutorials/17-RTL-IP-with-AIE-Engines/polar_clip_rtl_kernel.tcl index ee23158310..79ebca3b6b 100644 --- a/AI_Engine_Development/AIE/Feature_Tutorials/17-RTL-IP-with-AIE-Engines/polar_clip_rtl_kernel.tcl +++ b/AI_Engine_Development/AIE/Feature_Tutorials/17-RTL-IP-with-AIE-Engines/polar_clip_rtl_kernel.tcl @@ -1,5 +1,5 @@ -#Copyright (C) 2023, Advanced Micro Devices, Inc. All rights reserved. +#Copyright (C) 2025, Advanced Micro Devices, Inc. All rights reserved. #SPDX-License-Identifier: X11 set kernelName "polar_clip" diff --git a/AI_Engine_Development/AIE/Feature_Tutorials/17-RTL-IP-with-AIE-Engines/sw/data.h b/AI_Engine_Development/AIE/Feature_Tutorials/17-RTL-IP-with-AIE-Engines/sw/data.h index e7aa946f34..fe840303d3 100644 --- a/AI_Engine_Development/AIE/Feature_Tutorials/17-RTL-IP-with-AIE-Engines/sw/data.h +++ b/AI_Engine_Development/AIE/Feature_Tutorials/17-RTL-IP-with-AIE-Engines/sw/data.h @@ -1,5 +1,5 @@ /* -Copyright (C) 2023, Advanced Micro Devices, Inc. All rights reserved. +Copyright (C) 2025, Advanced Micro Devices, Inc. All rights reserved. SPDX-License-Identifier: X11 */ #pragma once diff --git a/AI_Engine_Development/AIE/Feature_Tutorials/17-RTL-IP-with-AIE-Engines/sw/host.cpp b/AI_Engine_Development/AIE/Feature_Tutorials/17-RTL-IP-with-AIE-Engines/sw/host.cpp index 25383943ec..bb53f820c3 100644 --- a/AI_Engine_Development/AIE/Feature_Tutorials/17-RTL-IP-with-AIE-Engines/sw/host.cpp +++ b/AI_Engine_Development/AIE/Feature_Tutorials/17-RTL-IP-with-AIE-Engines/sw/host.cpp @@ -1,5 +1,5 @@ /* -Copyright (C) 2023, Advanced Micro Devices, Inc. All rights reserved. +Copyright (C) 2025, Advanced Micro Devices, Inc. All rights reserved. SPDX-License-Identifier: X11 */ #include diff --git a/AI_Engine_Development/AIE/Feature_Tutorials/17-RTL-IP-with-AIE-Engines/sw/host.h b/AI_Engine_Development/AIE/Feature_Tutorials/17-RTL-IP-with-AIE-Engines/sw/host.h index 1c2ad88ed8..14eb22b170 100644 --- a/AI_Engine_Development/AIE/Feature_Tutorials/17-RTL-IP-with-AIE-Engines/sw/host.h +++ b/AI_Engine_Development/AIE/Feature_Tutorials/17-RTL-IP-with-AIE-Engines/sw/host.h @@ -1,5 +1,5 @@ /* -Copyright (C) 2023, Advanced Micro Devices, Inc. All rights reserved. +Copyright (C) 2025, Advanced Micro Devices, Inc. All rights reserved. SPDX-License-Identifier: X11 */ #pragma once diff --git a/AI_Engine_Development/AIE/Feature_Tutorials/17-RTL-IP-with-AIE-Engines/system.cfg b/AI_Engine_Development/AIE/Feature_Tutorials/17-RTL-IP-with-AIE-Engines/system.cfg index 6914e10534..02ac80b39d 100644 --- a/AI_Engine_Development/AIE/Feature_Tutorials/17-RTL-IP-with-AIE-Engines/system.cfg +++ b/AI_Engine_Development/AIE/Feature_Tutorials/17-RTL-IP-with-AIE-Engines/system.cfg @@ -1,5 +1,5 @@ -#Copyright (C) 2023, Advanced Micro Devices, Inc. All rights reserved. +#Copyright (C) 2025, Advanced Micro Devices, Inc. All rights reserved. #SPDX-License-Identifier: X11 [connectivity] diff --git a/AI_Engine_Development/AIE/Feature_Tutorials/18-aie_a_to_z_custom_linux_platform/18-aie_a_to_z_custom_linux_platform-sourcelink.rst b/AI_Engine_Development/AIE/Feature_Tutorials/18-aie_a_to_z_custom_linux_platform/18-aie_a_to_z_custom_linux_platform-sourcelink.rst deleted file mode 100644 index 306c7c9258..0000000000 --- a/AI_Engine_Development/AIE/Feature_Tutorials/18-aie_a_to_z_custom_linux_platform/18-aie_a_to_z_custom_linux_platform-sourcelink.rst +++ /dev/null @@ -1,6 +0,0 @@ - -####################################################### -Version: Vitis 2022.2 -####################################################### - -To view the source files for this tutorial, click `here `_. \ No newline at end of file diff --git a/AI_Engine_Development/AIE/Feature_Tutorials/18-aie_a_to_z_custom_linux_platform/README.md b/AI_Engine_Development/AIE/Feature_Tutorials/18-aie_a_to_z_custom_linux_platform/README.md index 5e22ae9121..2caeb1ac83 100644 --- a/AI_Engine_Development/AIE/Feature_Tutorials/18-aie_a_to_z_custom_linux_platform/README.md +++ b/AI_Engine_Development/AIE/Feature_Tutorials/18-aie_a_to_z_custom_linux_platform/README.md @@ -17,100 +17,12 @@ ***Version: Vitis 2025.1*** -## Introduction - -The AMD Vitis™ environment comprises tools, libraries, and IP that let you program, run, and debug the different elements of an AMD Versal™ adaptive SoC application, including AI Engine kernels and graphs, programmable logic (PL) functions, and software applications running on the processing system (PS). The Vitis tools use a platform-based approach in which the system is conceptually divided into the following elements, which can be developed and tested in parallel: - -* **Platform** - Platforms provide the foundational hardware IP blocks and software features upon which the adaptable subsystem and software application can be built and integrated. -* **Adaptable subsystem** - Adaptable subsystems perform well-defined functions, leveraging PL blocks and AI Engine graphs. - -This tutorial introduces you to this platform-based approach to develop the elements mentioned above individually and leverage the parallelism to develop and test the application. The adaptable subsystem that contains the PL kernels and AI Engine graph can be developed and tested on the AMD standard base platform, while the custom platform that best suits your application is still under development. This tutorial also demonstrates how you can easily validate the design by means of hardware emulation or hardware using the base platform, and quickly switch to the custom platform with minimal changes. - -### Methodology Overview -The following figure shows a high-level representation of the development methodology based on the Vitis environment design flow. - -![Vitis_Environment_Design_flow](./images/vitis_design_flow.png) - -The Vitis environment development methodology reflects the heterogeneous nature of Versal adaptive SoC systems, which typically consist of PS, PL and AI Engine functionality. Using the Vitis tools, you can develop and verify these components independently and gradually integrate them to form the final system. - -The foundation of the Vitis environment design methodology is an iterative approach and parallel development. As a result, AMD strongly recommends the following best practices: - -* Develop the adaptable subsystem and the custom platform in parallel. -* Debug and verify the AI Engine graph and each of the PL kernels individually before proceeding with integration. -* Use a standard AMD platform (such as the VCK190) to integrate and verify the adaptable subsystem comprised of the AI Engine graph and PL kernels before targeting the custom platform and ensure performance goals are met at each stage of the flow. - * AMD platforms are pre-verified and ready to be deployed on hardware. By using an AMD standard base platform, developers of AI Engine graphs and PL kernels can verify the adaptable subsystem using simulation or hardware boards without the uncertainties and the complexities of the custom platform. -* Develop and verify the custom platform. -* Integrate the subsystem with the custom platform and test the integration. - - -The steps in this tutorial are tightly coupled with the recommended best practices and introduce you to a complete end-to-end flow for a Linux-based host application for AI Engines and PL kernels using a base platform. You can then create a custom platform and re-target the design using the custom platform. - -**IMPORTANT**: Before beginning the tutorial, make sure that you have read and followed the *Vitis Software Platform Release Notes* (v2025.1) for setting up software and installing the VCK190 base platform. - -## Objectives - -After completing this tutorial, you should be able to: - -* Run the system design targeting the base platform. -* Create a custom platform. -* Re-target the design that was using the VCK190 base platform to now use the custom platform. - The steps include: - * Re-compiling ADF graphs targeting the custom platform - * Re-compiling Programmable Logic (PL) kernels targeting the custom platform. - * Exploring Vitis Analyzer for viewing the compilation and simulation summary reports. - * Re-linking and re-packaging the design to run hardware emulation and hardware. - -## Tutorial -Run these three steps to complete this tutorial. -* Step 1: Run system design targeting the base platform -* Step 2: Create a custom platform -* Step 3: Run the system design targeting the custom platform - -**Note**: Step 1 and Step 2 can be performed in any order. - -## Step 1: Run system design targeting the base platform - -This step walks you through the complete flow of creating a system design running on the AI Engine, PS, and PL targeting the base platform. The base platforms are pre-verified, which provides a stable foundation to built upon, allowing you to focus on AI Engine graph and PL kernels. AMD highly recommends that you debug and address all performance issues, such as deadlocks, stalls, or bubbles, using a base platform before integrating the subsystem with the custom platform. - -You will validate the design running on these heterogeneous domains by software emulation, hardware emulation, and then running on actual hardware. - -1. Click the link below, and follow the step-by-step procedure to run the design targeting the base platform. - - **Note: The link redirects you to a different tutorial location.** - - [Running system design on AI Engine, PS, and PL using base platform](../05-AI-engine-versal-integration/README.md) - -2. When you have completed the step-by-step procedure at the link above, return to this page and proceed to Step 2. - - -## Step 2: Create a custom platform - -In this step, you will create a custom platform based on the VCK190 Evaluation board. - -1. Click the link below, and follow the step-by-step procedure to complete this step. - - **Note: The link below redirects you to the different tutorial location.** - - [Creating Custom Platfom based on VCK190 Evaluation board](../../../../Getting_Started/Vitis_Platform/README.md) - - **Note**: You can either create custom embedded acceleration platforms by building from scratch, or modifing AMD embedded platforms. This module focuses on quickly creating a platform using a Versal adaptive SoC extensible embedded platform example. -2. When you have completed the step-by-step procedure at the link above, return to this page and proceed to Step 3. - -## Step 3: Run the system design targeting the custom platform - -Next, re-target the design from Step 1 on the custom platform created in Step 2. - -1. Click the link below, and follow the step-by-step procedure to complete this step. - - [AI Engine Graph Integration and Validation using a Custom Linux Platform](steps_to_run_design_on_cust_plfm.md). - -To read more about the AI Engine flow, see the *Versal ACAP AI Engine Programming Environment User Guide* ([UG1076](https://docs.amd.com/r/en-US/ug1076-ai-engine-environment)). - - -### Support - -GitHub issues will be used for tracking requests and bugs. For questions go to [support.xilinx.com](https://support.xilinx.com/). +> **Note:** +> This tutorial is no longer maintained and is replaced with examples in the [Vitis System Design tutorials](../../../../Vitis_System_Design/Design_Tutorials/README.md). +> Previous versions are available in earlier branches. +> To access them, switch to an older branch (e.g., `2025.1`). +

Copyright © 2020–2025 Advanced Micro Devices, Inc.

diff --git a/AI_Engine_Development/AIE/Feature_Tutorials/18-aie_a_to_z_custom_linux_platform/images/hw_emu_profile.PNG b/AI_Engine_Development/AIE/Feature_Tutorials/18-aie_a_to_z_custom_linux_platform/images/hw_emu_profile.PNG deleted file mode 100644 index 8c7fe0c3ab..0000000000 Binary files a/AI_Engine_Development/AIE/Feature_Tutorials/18-aie_a_to_z_custom_linux_platform/images/hw_emu_profile.PNG and /dev/null differ diff --git a/AI_Engine_Development/AIE/Feature_Tutorials/18-aie_a_to_z_custom_linux_platform/images/hw_emu_trace.PNG b/AI_Engine_Development/AIE/Feature_Tutorials/18-aie_a_to_z_custom_linux_platform/images/hw_emu_trace.PNG deleted file mode 100644 index dbf115c9e6..0000000000 Binary files a/AI_Engine_Development/AIE/Feature_Tutorials/18-aie_a_to_z_custom_linux_platform/images/hw_emu_trace.PNG and /dev/null differ diff --git a/AI_Engine_Development/AIE/Feature_Tutorials/18-aie_a_to_z_custom_linux_platform/images/hw_emu_trace_comp1.PNG b/AI_Engine_Development/AIE/Feature_Tutorials/18-aie_a_to_z_custom_linux_platform/images/hw_emu_trace_comp1.PNG deleted file mode 100644 index b3f90f418d..0000000000 Binary files a/AI_Engine_Development/AIE/Feature_Tutorials/18-aie_a_to_z_custom_linux_platform/images/hw_emu_trace_comp1.PNG and /dev/null differ diff --git a/AI_Engine_Development/AIE/Feature_Tutorials/18-aie_a_to_z_custom_linux_platform/images/hw_emu_trace_comp2.PNG b/AI_Engine_Development/AIE/Feature_Tutorials/18-aie_a_to_z_custom_linux_platform/images/hw_emu_trace_comp2.PNG deleted file mode 100644 index da3552744e..0000000000 Binary files a/AI_Engine_Development/AIE/Feature_Tutorials/18-aie_a_to_z_custom_linux_platform/images/hw_emu_trace_comp2.PNG and /dev/null differ diff --git a/AI_Engine_Development/AIE/Feature_Tutorials/18-aie_a_to_z_custom_linux_platform/images/vitis_design_flow.png b/AI_Engine_Development/AIE/Feature_Tutorials/18-aie_a_to_z_custom_linux_platform/images/vitis_design_flow.png deleted file mode 100644 index ea88ad9a7e..0000000000 Binary files a/AI_Engine_Development/AIE/Feature_Tutorials/18-aie_a_to_z_custom_linux_platform/images/vitis_design_flow.png and /dev/null differ diff --git a/AI_Engine_Development/AIE/Feature_Tutorials/18-aie_a_to_z_custom_linux_platform/steps_to_run_design_on_cust_plfm.md b/AI_Engine_Development/AIE/Feature_Tutorials/18-aie_a_to_z_custom_linux_platform/steps_to_run_design_on_cust_plfm.md deleted file mode 100644 index 401f008402..0000000000 --- a/AI_Engine_Development/AIE/Feature_Tutorials/18-aie_a_to_z_custom_linux_platform/steps_to_run_design_on_cust_plfm.md +++ /dev/null @@ -1,243 +0,0 @@ - - - - -
- - - AMD logo - -

AMD Vitis™ AI Engine Tutorials

- See Vitis™ Development Environment on amd.com -
- See Vitis™ AI Development Environment on amd.com -
- -# AI Engine Graph Integration and Validation using a Custom Linux Platform - -***Version: Vitis 2024.2*** - -In this tutorial, you will use the design sources that are used to run the system design on base platform in [Running system design on AI Engine, PS, and PL using base platform](../05-AI-engine-versal-integration/README.md). You will re-target the design to use the custom platform created in [Creating Custom Platfom based on VCK190 Evaluation board](../../../../Getting_Started/Vitis_Platform/README.md). - -To read more about the AI Engine flow, see the *Versal ACAP AI Engine Programming Environment User Guide* ([UG1076](https://docs.amd.com/r/en-US/ug1076-ai-engine-environment)). - -## Prerequisites - -As described in [AI Engine A-to-Z Flow for Linux](README.md), two steps (tutorials) must be run before running this tutorial. - -* **Run system design targeting the base platform**. Follow the step-by-step procedure in [Running system design on AI Engine, PS, and PL using base platform](../05-AI-engine-versal-integration/README.md) to complete this step. - -* **Create a custom platform**. Follow the step-by-step procedure in [Creating Custom Platfom based on VCK190 Evaluation board](../../../../Getting_Started/Vitis_Platform/README.md) to complete this step. - -After you complete these prerequisite tutorials, you are ready to run AI Engine graph integration and validation using a custom Linux platform. - -**IMPORTANT**: Before beginning the tutorial, make sure that you have read and followed the *Vitis Software Platform Release Notes* for setting up software and installing the VCK190 base platform. - - -## Setting up the environment - -First, set up the environment for integrating the subsystem with the custom platform and validating the design using the hardware emulation and hardware as follows: - -1. Set up your `PLATFORM_REPO_PATHS` environment variable based upon where you created the custom platform during Step 2. - For example, if the custom platform is created in the path `/export/vck190_custom/`, the `PLATFORM_REPO_PATHS `should be set accordingly. -2. Change the `BASE_PLATFORM` in the [Makefile](../05-AI-engine-versal-integration/Makefile) to point to the custom `.xpfm` file created in the `/export/vck190_custom/` directory. - - For example: `BASE_PLATFORM = ${PLATFORM_REPO_PATHS}/vck190_custom.xpfm` - -3. Make sure your `ROOTFS` and `IMAGE` are still pointing to the `xilinx-versal-common-v2024.2` directory. - - **Note** : The `$PLATFORM_REPO_PATHS` now points to the custom platform and it does not contain the `rootfs.ext4` and `Image` files as pointed in the Makefile. - - Note that all other commands in the Makefile remain the same. Only the platform needs to be changed for re-targeting the design using custom platform. - - ## Re-compiling ADF graph - -After making the necessary environment changes, re-compile the ADF graph targeting the custom platform using the command below: - - ```bash - make aie TARGET=hw - ``` - -or - -```bash -v++ -c --mode aie --target hw --platform $PLATFORM_REPO_PATHS/vck190_custom.xpfm --include "$XILINX_VITIS/aietools/include" --include "./aie" --include "./data" --include "./aie/kernels" --include "./" -work_dir=./Work aie/graph.cpp` -``` - -## Re-compiling Programmable Logic (PL) kernels targeting the custom platform -Re-compile the PL kernets targeting the custom platform using the command below: - - ```bash - make kernels TARGET=hw - ``` - -or - -```bash -v++ -c --mode hls --platform $PLATFORM_REPO_PATHS/vck190_custom.xpfm --config pl_kernels/s2mm.cfg -v++ -c --mode hls --platform $PLATFORM_REPO_PATHS/vck190_custom.xpfm --config pl_kernels/mm2s.cfg -``` - -## Hardware Emulation - -Next, run the Hardware Emulation targeting the custom platform as follows: - -1. Link AI Engine & PL kernels with platform. - - ```bash - make xsa TARGET=hw_emu - ``` - - or - - ```bash - v++ -l --platform $PLATFORM_REPO_PATHS/vck190_custom.xpfm s2mm.xo mm2s.xo libadf.a -t hw_emu --save-temps -g --config system.cfg -o tutorial.xsad - ``` - -2. Compile the A72 Host Application. - - ```bash - make host - ``` - - or - - ```bash - cd ./sw - - aarch64-xilinx-linux-g++ -Wall -c -std=c++14 -Wno-int-to-pointer-cast --sysroot=$SDKTARGETSYSROOT -I$SDKTARGETSYSROOT/usr/include/xrt -I$SDKTARGETSYSROOT/usr/include -I./ -I../aie -I$XILINX_VITIS/aietools/include -I$XILINX_VITIS/include -o main.o .cpp - - aarch64-xilinx-linux-g++ main.o -lxrt_coreutil -L$SDKTARGETSYSROOT/usr/lib --sysroot=$SDKTARGETSYSROOT -L$XILINX_VITIS/aietools/lib/aarch64.o -o host.exe - cd .. - ``` - -3. Package the Design. - - ```bash - make package TARGET=hw_emu - ``` - - or - - ```bash - cd ./sw - v++ --package -t hw_emu \ - -f $PLATFORM_REPO_PATHS/vck190_custom.xpfm \ - --package.rootfs=$ROOTFS \ - --package.image_format=ext4 \ - --package.boot_mode=sd \ - --package.kernel_image=$IMAGE \ - --package.defer_aie_run \ - --package.sd_file host.exe ../tutorial.xsa ../libadf.a - cd .. - ``` - -4. Run Hardware Emulation. - - ```bash - make run_emu TARGET=hw_emu - ``` - - or - - ```bash - cd ./sw - ./launch_hw_emu.sh -aie-sim-options ../aiesimulator_output/aiesim_options.txt -add-env AIE_COMPILER_WORKDIR=../Work - ``` - -5. Execute the following command when the emulated Linux prompt finally appears. - - ```bash - cd /run/media/*1 - export XILINX_XRT=/usr - dmesg -n 4 && echo "Hide DRM messages..." - ``` - -6. Run the design using the following command. - - ```bash - ./host.exe a.xclbin - ``` - -7. You should see an output displaying TEST PASSED. When this is shown, run the keyboard command: `Ctrl+A x` to end the QEMU instance. - -8. You can view the profiling and trace results of hardware emulation in an AMD Vitis™ Analyzer by running the following command: - -```bash -vitis_analyzer --classic sw/sim/behav_waveform/default.aierun_summary -``` - -9. You can easily compare the results of the custom platform with the one generated using base platform. Comparison of the trace is supported through classic Vitis™ Analyzer only. For example: - -* Select **File > Open Summary** to open the summary file generated for the base platform target. -* Once the summary file opens, click **Trace** to open the VCD data which gives information about kernels, tiles and nets within the AI Engine. -* Click the **Compare** option and from the drop-down select the trace output of other summary file as shown in the following figure. - -![hw_emu_trace_compare](./images/hw_emu_trace_comp1.PNG) - -* Observe the trace information of two summary files in single view as highlighted below. - -![hw_emu_trace_compare2](./images/hw_emu_trace_comp2.PNG) - -## Targeting Hardware - -You can easily build for hardware by following the steps below. - -**Note**: Because you already compiled the AI Engine graph and PL kernels for hardware emulation in the previous step, you do not need to re-compile them again for targeting the hardware. However, re-link and re-package for hardware run. - -1. Link AI Engine and PL kernels with the platform: - - ```bash - make xsa TARGET=hw - ``` - - or - - ```bash - v++ -l --platform $PLATFORM_REPO_PATHS/vck190_custom.xpfm s2mm.xo mm2s.xo libadf.a -t hw --save-temps -g --config system.cfg -o tutorial.xsa - ``` - -2. Re-run the packaging step with: - - ```bash - make package TARGET=hw - ``` - - or - - ```bash - cd ./sw - v++ --package -t hw \ - -f $PLATFORM_REPO_PATHS/vck190_custom.xpfm \ - --package.rootfs=$ROOTFS \ - --package.image_format=ext4 \ - --package.boot_mode=sd \ - --package.kernel_image=$IMAGE \ - --package.defer_aie_run \ - --package.sd_file host.exe ../tutorial.xsa ../libadf.a - cd .. - ``` - - When you run on hardware, ensure that you have a supported SD card. Format the SD card with the `sw/sd_card.img` file. Then plug the SD card into the board and power it up. - -3. When a Linux prompt appears, run the following commands: - - ```bash - dmesg -n 4 && echo "Hide DRM messages..." - cd /run/media/*1 - export XILINX_XRT=/usr - ./host.exe a.xclbin - ``` - - You should see TEST PASSED. You have successfully run your design on hardware. - -To read more about the AI Engine flow, see the *Versal ACAP AI Engine Programming Environment User Guide* ([UG1076](https://docs.amd.com/r/en-US/ug1076-ai-engine-environment)). - -### Support - -GitHub issues will be used for tracking requests and bugs. For questions go to [support.xilinx.com](https://support.xilinx.com/). - - -

Copyright © 2020–2025 Advanced Micro Devices, Inc.

- -

Terms and Conditions

diff --git a/AI_Engine_Development/AIE/Feature_Tutorials/20-aiecompiler-features/ConditionalObjects/Makefile b/AI_Engine_Development/AIE/Feature_Tutorials/20-aiecompiler-features/ConditionalObjects/Makefile index 61328e49e5..4b51b00c28 100755 --- a/AI_Engine_Development/AIE/Feature_Tutorials/20-aiecompiler-features/ConditionalObjects/Makefile +++ b/AI_Engine_Development/AIE/Feature_Tutorials/20-aiecompiler-features/ConditionalObjects/Makefile @@ -5,10 +5,10 @@ CASE ?= 1 ARCH ?= aie ifeq ($(ARCH), aie) -PFM_NAME := xilinx_vck190_base_202510_1 +PFM_NAME := xilinx_vck190_base_202520_1 $(info "ARCH set for AI Engine Architecture (ARCH = $(ARCH))") else ifeq ($(ARCH), aie-ml) -PFM_NAME := xilinx_vek280_base_202510_1 +PFM_NAME := xilinx_vek280_base_202520_1 $(info "ARCH set for AI Engine ML Architecture (ARCH = $(ARCH))") else $(error "ARCH should be either aie for AI Engine or aie-ml for AI Engine ML (ARCH = $(ARCH))") diff --git a/AI_Engine_Development/AIE/Feature_Tutorials/20-aiecompiler-features/Multicast/Makefile b/AI_Engine_Development/AIE/Feature_Tutorials/20-aiecompiler-features/Multicast/Makefile index 9c99639a1a..529bfd2279 100755 --- a/AI_Engine_Development/AIE/Feature_Tutorials/20-aiecompiler-features/Multicast/Makefile +++ b/AI_Engine_Development/AIE/Feature_Tutorials/20-aiecompiler-features/Multicast/Makefile @@ -5,10 +5,10 @@ CASE ?= 1 ARCH ?= aie ifeq ($(ARCH), aie) -PFM_NAME := xilinx_vck190_base_202510_1 +PFM_NAME := xilinx_vck190_base_202520_1 $(info "ARCH set for AI Engine Architecture (ARCH = $(ARCH))") else ifeq ($(ARCH), aie-ml) -PFM_NAME := xilinx_vek280_base_202510_1 +PFM_NAME := xilinx_vek280_base_202520_1 $(info "ARCH set for AI Engine ML Architecture (ARCH = $(ARCH))") else $(error "ARCH should be either aie for AI Engine or aie-ml for AI Engine ML (ARCH = $(ARCH))") diff --git a/AI_Engine_Development/AIE/Feature_Tutorials/20-aiecompiler-features/Multirate/Makefile b/AI_Engine_Development/AIE/Feature_Tutorials/20-aiecompiler-features/Multirate/Makefile index bec1c3d58c..6a31f81570 100755 --- a/AI_Engine_Development/AIE/Feature_Tutorials/20-aiecompiler-features/Multirate/Makefile +++ b/AI_Engine_Development/AIE/Feature_Tutorials/20-aiecompiler-features/Multirate/Makefile @@ -6,10 +6,10 @@ VERSION ?= 1 ARCH ?= aie ifeq ($(ARCH), aie) -PFM_NAME := xilinx_vck190_base_202510_1 +PFM_NAME := xilinx_vck190_base_202520_1 $(info "ARCH set for AI Engine Architecture (ARCH = $(ARCH))") else ifeq ($(ARCH), aie-ml) -PFM_NAME := xilinx_vek280_base_202510_1 +PFM_NAME := xilinx_vek280_base_202520_1 $(info "ARCH set for AI Engine ML Architecture (ARCH = $(ARCH))") else $(error "ARCH should be either aie for AI Engine or aie-ml for AI Engine ML (ARCH = $(ARCH))") diff --git a/AI_Engine_Development/AIE/Feature_Tutorials/20-aiecompiler-features/README.md b/AI_Engine_Development/AIE/Feature_Tutorials/20-aiecompiler-features/README.md index a234661c36..0d3d99a919 100644 --- a/AI_Engine_Development/AIE/Feature_Tutorials/20-aiecompiler-features/README.md +++ b/AI_Engine_Development/AIE/Feature_Tutorials/20-aiecompiler-features/README.md @@ -15,14 +15,14 @@ # AI Engine Compiler Features -***Version: Vitis 2025.1*** +***Version: Vitis 2025.2*** ## Introduction The `aiecompiler` is evolving and therefore it may be difficult for you to keep up with new features. This tutorial shares a variety of features that are useful for AI Engine / AI Engine-ML (AIE-ML) programming to create more visible and efficient code compared to early versions of the compiler. ->**IMPORTANT**: Before beginning the tutorial, make sure that you have installed the AMD Vitis™ Unified Software Platform 2025.1. +>**IMPORTANT**: Before beginning the tutorial, make sure that you have installed the AMD Vitis™ Unified Software Platform 2025.2. Data generation for this tutorial requires [Python 3](https://www.python.org/downloads/). The following packages are required: diff --git a/AI_Engine_Development/AIE/Feature_Tutorials/21-two_tone_filter/README.md b/AI_Engine_Development/AIE/Feature_Tutorials/21-two_tone_filter/README.md index ad18b4c79b..fce123023e 100644 --- a/AI_Engine_Development/AIE/Feature_Tutorials/21-two_tone_filter/README.md +++ b/AI_Engine_Development/AIE/Feature_Tutorials/21-two_tone_filter/README.md @@ -15,7 +15,7 @@ # Signal Processing on AI Engine Using Vitis DSP Libraries and Vitis Model Composer -***Version: Vitis 2025.1*** +***Version: Vitis 2025.2*** ## Introduction @@ -25,10 +25,10 @@ This tutorial guides you to design an FIR filter with an FFT using the DSP libra Install the tools: -- Get and install **[MathWorks MATLAB® and Simulink® (R2024 or R2024b or R2025a)](https://www.mathworks.com/products/get-matlab.html?s_tid=gn_getml)** -- Get and install **[AMD Vitis 2025.1](https://www.xilinx.com/support/download.html)** +- Get and install **[MathWorks MATLAB® and Simulink® (R2025a or R2024b or R2024a)](https://www.mathworks.com/products/get-matlab.html?s_tid=gn_getml)** +- Get and install **[AMD Vitis 2025.2](https://www.xilinx.com/support/download.html)** -> IMPORTANT: Before beginning the tutorial, make sure you have read and followed the Vitis Software Platform Release Notes (v2025.1) for setting up software and installing the VCK190 base platform. +> IMPORTANT: Before beginning the tutorial, make sure you have read and followed the Vitis Software Platform Release Notes (v2025.2) for setting up software and installing the VCK190 base platform. ## Overview @@ -135,7 +135,7 @@ Make sure to set the PLATFORM_REPO_PATHS environment variable. Enter the following command to source the Vitis tool: ``` -source //Vitis/2025.1/settings.sh +source //Vitis/2025.2/settings.sh ``` #### Set the DSP Library Path @@ -262,7 +262,8 @@ Next step is to verify the performance of the design. In the Graph View, select the *I/O* tab and observe the **Throughput** column for each ports. -The output PLIO port (PLIO_fft_o) throughput shows the value 2307.80 MBYTES PER SEC (MBPS). To get the throughput in Sample per second, this throughput needs to be divided by four because the data type used is cint16, which is four bytes in size. This gives a throughput value of 576.95 MSPS. +The output PLIO port (PLIO_fft_o) throughput shows the value 2307.08 MBYTES PER SEC (MBPS). To get the throughput in Sample per second, this throughput needs to be divided by four because the data type used is cint16, which is four bytes in size. This gives a throughput value of 576.77 MSPS. +Close the Vitis Analyzer. Optional: By running the make throughput command, it lists the throughput for the FIR and FFT output. This uses the custom python script which reads the time stamp from the output file and displays the value. @@ -376,7 +377,6 @@ make analyze ``` Select the Graph view and verify the number of FIR kernels. Similarly, verify the number of FFTs implemented. -![Graph View - Design 2](./images/Graph_view_ssr_gt1.png) Review reports such as Array and Trace. @@ -386,7 +386,7 @@ Next step is to verify the performance of the design. In the Graph View, select the *I/O* tab and observe the **Throughput** column for each ports. -The output of four PLIO ports (PLIO_fft_o_0, PLIO_fft_o_1, PLIO_fft_o_2, PLIO_fft_o_3) throughput shows the values 2853.16, 2853.16, 2853.16, 2853.16 MBYTES PER SEC (MBPS) repectively for each ports. To get the throughput in Sample per second, this throughput needs to be divided by four because the data type used is cint16, which is four bytes in size. This gives a throughput value of for each ports ~713.29 MSPS. There are four outputs and combined throughput of all output is ~2853 Msps. +The output of four PLIO ports (PLIO_fft_o_0, PLIO_fft_o_1, PLIO_fft_o_2, PLIO_fft_o_3) throughput shows the values 2853.55, 2851.97, 2852.36, 2852.76 MBYTES PER SEC (MBPS) repectively for each ports. To get the throughput in Sample per second, this throughput needs to be divided by four because the data type used is cint16, which is four bytes in size. This gives a throughput value of for each ports ~713 MSPS. There are four outputs and combined throughput of all output is ~2853 Msps. [Optional]: By running the make throughput command, it lists the throughput for the FIR and FFT output. This uses the custom python script which reads the time stamp from the output file and displays the value. @@ -443,7 +443,7 @@ Click **Next**. #### Select the Platform -Select the platform as *xilinx_vck190_base_202510_1*. +Select the platform as *xilinx_vck190_base_202520_1*. Click **Next** and review the Summary and then select **Finish**. diff --git a/AI_Engine_Development/AIE/Feature_Tutorials/21-two_tone_filter/images/Graph_view_ssr_lt1.png b/AI_Engine_Development/AIE/Feature_Tutorials/21-two_tone_filter/images/Graph_view_ssr_lt1.png index 0b485d97ef..0629b9d4cf 100755 Binary files a/AI_Engine_Development/AIE/Feature_Tutorials/21-two_tone_filter/images/Graph_view_ssr_lt1.png and b/AI_Engine_Development/AIE/Feature_Tutorials/21-two_tone_filter/images/Graph_view_ssr_lt1.png differ diff --git a/AI_Engine_Development/AIE/Feature_Tutorials/21-two_tone_filter/images/Vitis_analyzer_reports.png b/AI_Engine_Development/AIE/Feature_Tutorials/21-two_tone_filter/images/Vitis_analyzer_reports.png index 8c361f8854..d7aaec4851 100755 Binary files a/AI_Engine_Development/AIE/Feature_Tutorials/21-two_tone_filter/images/Vitis_analyzer_reports.png and b/AI_Engine_Development/AIE/Feature_Tutorials/21-two_tone_filter/images/Vitis_analyzer_reports.png differ diff --git a/AI_Engine_Development/AIE/Feature_Tutorials/21-two_tone_filter/ssr_gt1/Makefile b/AI_Engine_Development/AIE/Feature_Tutorials/21-two_tone_filter/ssr_gt1/Makefile index 41bfff6e97..ad0f67245b 100644 --- a/AI_Engine_Development/AIE/Feature_Tutorials/21-two_tone_filter/ssr_gt1/Makefile +++ b/AI_Engine_Development/AIE/Feature_Tutorials/21-two_tone_filter/ssr_gt1/Makefile @@ -3,7 +3,7 @@ # SPDX-License-Identifier: X11 # */ -PLATFORM_VER := xilinx_vck190_base_202510_1 +PLATFORM_VER := xilinx_vck190_base_202520_1 PLATFORM := platform=${PLATFORM_REPO_PATHS}/${PLATFORM_VER}/${PLATFORM_VER}.xpfm PROJECT_PATH := $(shell pwd) SIM_OUTPUT := aiesimulator_output diff --git a/AI_Engine_Development/AIE/Feature_Tutorials/21-two_tone_filter/ssr_lt1/makefile_flow/Makefile b/AI_Engine_Development/AIE/Feature_Tutorials/21-two_tone_filter/ssr_lt1/makefile_flow/Makefile index 729f1909cc..527acf50f1 100644 --- a/AI_Engine_Development/AIE/Feature_Tutorials/21-two_tone_filter/ssr_lt1/makefile_flow/Makefile +++ b/AI_Engine_Development/AIE/Feature_Tutorials/21-two_tone_filter/ssr_lt1/makefile_flow/Makefile @@ -3,7 +3,7 @@ # SPDX-License-Identifier: X11 # */ -PLATFORM_VER := xilinx_vck190_base_202510_1 +PLATFORM_VER := xilinx_vck190_base_202520_1 PLATFORM := platform=${PLATFORM_REPO_PATHS}/${PLATFORM_VER}/${PLATFORM_VER}.xpfm PROJECT_PATH := $(shell pwd) SIM_OUTPUT := aiesimulator_output diff --git a/AI_Engine_Development/AIE/Feature_Tutorials/23-AIE_independent_graphs/AIE_reload_whole_array/Makefile b/AI_Engine_Development/AIE/Feature_Tutorials/23-AIE_independent_graphs/AIE_reload_whole_array/Makefile index 22950903b1..92d1479c72 100644 --- a/AI_Engine_Development/AIE/Feature_Tutorials/23-AIE_independent_graphs/AIE_reload_whole_array/Makefile +++ b/AI_Engine_Development/AIE/Feature_Tutorials/23-AIE_independent_graphs/AIE_reload_whole_array/Makefile @@ -6,9 +6,9 @@ TARGET = hw ARCH = aie ifeq ($(ARCH), aie) - PLATFORM ?= ${PLATFORM_REPO_PATHS}/xilinx_vck190_base_202510_1/xilinx_vck190_base_202510_1.xpfm + PLATFORM ?= ${PLATFORM_REPO_PATHS}/xilinx_vck190_base_202520_1/xilinx_vck190_base_202520_1.xpfm else ifeq ($(ARCH), aie-ml) - PLATFORM ?= ${PLATFORM_REPO_PATHS}/xilinx_vek280_base_202510_1/xilinx_vek280_base_202510_1.xpfm + PLATFORM ?= ${PLATFORM_REPO_PATHS}/xilinx_vek280_base_202520_1/xilinx_vek280_base_202520_1.xpfm else $(error ARCH is not supported) endif diff --git a/AI_Engine_Development/AIE/Feature_Tutorials/23-AIE_independent_graphs/README.md b/AI_Engine_Development/AIE/Feature_Tutorials/23-AIE_independent_graphs/README.md index ec624d5974..1c50dc6284 100644 --- a/AI_Engine_Development/AIE/Feature_Tutorials/23-AIE_independent_graphs/README.md +++ b/AI_Engine_Development/AIE/Feature_Tutorials/23-AIE_independent_graphs/README.md @@ -14,7 +14,7 @@ # Compiling AI Engine Graphs for Independent Partitions & Partition Reloading -***Version: Vitis 2025.1*** +***Version: Vitis 2025.2*** ## Introduction @@ -22,7 +22,7 @@ This tutorial demonstrates the workflow for compiling AI Engine graphs within AI The AI Engine graphs, which are distributed across different partitions, are independently verified using the AI Engine simulator and later integrated onto the device using the V++ linker and packager. This workflow is particularly well-suited for collaborative development, where multiple teams work concurrently on different parts of a system project, or when integrating user-developed designs with vendor-provided IPs (e.g., from AMD). ->**IMPORTANT**: Before beginning the tutorial, make sure you have installed AMD Vitis™ 2025.1 software. +>**IMPORTANT**: Before beginning the tutorial, make sure you have installed AMD Vitis™ 2025.2 software. The Vitis release includes all the embedded base platforms, including the VCK190 base platform that is used in this tutorial. In addition, ensure that you have downloaded the Common Images for Embedded Vitis Platforms from [this link](https://www.xilinx.com/support/download/index.html/content/xilinx/en/downloadNav/embedded-platforms.html). @@ -31,11 +31,11 @@ The 'common image' package contains a pre-built Linux kernel and root file syste Before starting this tutorial, run the following steps: 1. Open the directory where the Versal Common Image package is unzipped. -2. In a bash shell, run the ``/Common Images Dir/xilinx-versal-common-v2025.1/environment-setup-cortexa72-cortexa53-amd-linux`` script. This script sets up the SDKTARGETSYSROOT and CXX variables. If the script is not present, you must run the ``/Common Images Dir/xilinx-versal-common-v2025.1/sdk.sh`` file. -3. Set up your ROOTFS and IMAGE to point to the `rootfs.ext4` and image files located in the ``/Common Images Dir/xilinx-versal-common-v2025.1`` directory. +2. In a bash shell, run the ``/Common Images Dir/xilinx-versal-common-v2025.2/environment-setup-cortexa72-cortexa53-amd-linux`` script. This script sets up the SDKTARGETSYSROOT and CXX variables. If the script is not present, you must run the ``/Common Images Dir/xilinx-versal-common-v2025.2/sdk.sh`` file. +3. Set up your ROOTFS and IMAGE to point to the `rootfs.ext4` and image files located in the ``/Common Images Dir/xilinx-versal-common-v2025.2`` directory. 4. Set up your PLATFORM_REPO_PATHS environment variable to ``$XILINX_VITIS/base_platforms``. -This tutorial targets the VCK190 production board for the 2025.1 version. +This tutorial targets the VCK190 production board for the 2025.2 version. ## Overview @@ -82,4 +82,3 @@ GitHub issues will be used for tracking requests and bugs. For questions go to [

Copyright © 2022–2025 Advanced Micro Devices, Inc.

Terms and Conditions

- diff --git a/AI_Engine_Development/AIE/Feature_Tutorials/23-AIE_independent_graphs/independent_graphs/Makefile b/AI_Engine_Development/AIE/Feature_Tutorials/23-AIE_independent_graphs/independent_graphs/Makefile index a58d0140ca..421fd594ec 100644 --- a/AI_Engine_Development/AIE/Feature_Tutorials/23-AIE_independent_graphs/independent_graphs/Makefile +++ b/AI_Engine_Development/AIE/Feature_Tutorials/23-AIE_independent_graphs/independent_graphs/Makefile @@ -6,9 +6,9 @@ TARGET = hw ARCH = aie ifeq ($(ARCH), aie) - PLATFORM ?= ${PLATFORM_REPO_PATHS}/xilinx_vck190_base_202510_1/xilinx_vck190_base_202510_1.xpfm + PLATFORM ?= ${PLATFORM_REPO_PATHS}/xilinx_vck190_base_202520_1/xilinx_vck190_base_202520_1.xpfm else ifeq ($(ARCH), aie-ml) - PLATFORM ?= ${PLATFORM_REPO_PATHS}/xilinx_vek280_base_202510_1/xilinx_vek280_base_202510_1.xpfm + PLATFORM ?= ${PLATFORM_REPO_PATHS}/xilinx_vek280_base_202520_1/xilinx_vek280_base_202520_1.xpfm else $(error ARCH is not supported) endif @@ -50,19 +50,19 @@ __check_defined = \ $(error Undefined $1$(if $2, ($2)))) guard-PLATFORM_REPO_PATHS: - $(call check_defined, PLATFORM_REPO_PATHS, Set your where you downloaded xilinx_vck190_base_202510_1) + $(call check_defined, PLATFORM_REPO_PATHS, Set your where you downloaded xilinx_vck190_base_202520_1) guard-ROOTFS: - $(call check_defined, ROOTFS, Set to: xilinx-versal-common-v2025.1/rootfs.ext4) + $(call check_defined, ROOTFS, Set to: xilinx-versal-common-v2025.2/rootfs.ext4) guard-IMAGE: - $(call check_defined, IMAGE, Set to: xilinx-versal-common-v2025.1/Image) + $(call check_defined, IMAGE, Set to: xilinx-versal-common-v2025.2/Image) guard-CXX: - $(call check_defined, CXX, Run: xilinx-versal-common-v2025.1/environment-setup-cortexa72-cortexa53-amd-linux) + $(call check_defined, CXX, Run: xilinx-versal-common-v2025.2/environment-setup-cortexa72-cortexa53-amd-linux) guard-SDKTARGETSYSROOT: - $(call check_defined, SDKTARGETSYSROOT, Run: xilinx-versal-common-v2025.1/environment-setup-cortexa72-cortexa53-amd-linux) + $(call check_defined, SDKTARGETSYSROOT, Run: xilinx-versal-common-v2025.2/environment-setup-cortexa72-cortexa53-amd-linux) ### diff --git a/AI_Engine_Development/AIE/Feature_Tutorials/23-AIE_independent_graphs/independent_graphs/pr0_gmio/Makefile b/AI_Engine_Development/AIE/Feature_Tutorials/23-AIE_independent_graphs/independent_graphs/pr0_gmio/Makefile index 88c5d25bb3..25fdd4ecc3 100644 --- a/AI_Engine_Development/AIE/Feature_Tutorials/23-AIE_independent_graphs/independent_graphs/pr0_gmio/Makefile +++ b/AI_Engine_Development/AIE/Feature_Tutorials/23-AIE_independent_graphs/independent_graphs/pr0_gmio/Makefile @@ -6,9 +6,9 @@ TARGET = hw ARCH = aie ifeq ($(ARCH), aie) - PLATFORM ?= ${PLATFORM_REPO_PATHS}/xilinx_vck190_base_202510_1/xilinx_vck190_base_202510_1.xpfm + PLATFORM ?= ${PLATFORM_REPO_PATHS}/xilinx_vck190_base_202520_1/xilinx_vck190_base_202520_1.xpfm else ifeq ($(ARCH), aie-ml) - PLATFORM ?= ${PLATFORM_REPO_PATHS}/xilinx_vek280_base_202510_1/xilinx_vek280_base_202510_1.xpfm + PLATFORM ?= ${PLATFORM_REPO_PATHS}/xilinx_vek280_base_202520_1/xilinx_vek280_base_202520_1.xpfm else $(error ARCH is not supported) endif diff --git a/AI_Engine_Development/AIE/Feature_Tutorials/23-AIE_independent_graphs/independent_graphs/pr0_gmio/sw/host.cpp b/AI_Engine_Development/AIE/Feature_Tutorials/23-AIE_independent_graphs/independent_graphs/pr0_gmio/sw/host.cpp index 3b9a9c3375..315fd6277e 100644 --- a/AI_Engine_Development/AIE/Feature_Tutorials/23-AIE_independent_graphs/independent_graphs/pr0_gmio/sw/host.cpp +++ b/AI_Engine_Development/AIE/Feature_Tutorials/23-AIE_independent_graphs/independent_graphs/pr0_gmio/sw/host.cpp @@ -8,7 +8,7 @@ SPDX-License-Identifier: MIT #include "xrt/xrt_kernel.h" #include "xrt/xrt_graph.h" #include "xrt/xrt_aie.h" - +#include using namespace adf; void ref_func(int32* din,int32 c[8],int32* dout,int size){ diff --git a/AI_Engine_Development/AIE/Feature_Tutorials/23-AIE_independent_graphs/independent_graphs/pr1_rtp/Makefile b/AI_Engine_Development/AIE/Feature_Tutorials/23-AIE_independent_graphs/independent_graphs/pr1_rtp/Makefile index 662031c33d..6024ad773f 100755 --- a/AI_Engine_Development/AIE/Feature_Tutorials/23-AIE_independent_graphs/independent_graphs/pr1_rtp/Makefile +++ b/AI_Engine_Development/AIE/Feature_Tutorials/23-AIE_independent_graphs/independent_graphs/pr1_rtp/Makefile @@ -6,9 +6,9 @@ TARGET = hw ARCH = aie ifeq ($(ARCH), aie) - PLATFORM ?= ${PLATFORM_REPO_PATHS}/xilinx_vck190_base_202510_1/xilinx_vck190_base_202510_1.xpfm + PLATFORM ?= ${PLATFORM_REPO_PATHS}/xilinx_vck190_base_202520_1/xilinx_vck190_base_202520_1.xpfm else ifeq ($(ARCH), aie-ml) - PLATFORM ?= ${PLATFORM_REPO_PATHS}/xilinx_vek280_base_202510_1/xilinx_vek280_base_202510_1.xpfm + PLATFORM ?= ${PLATFORM_REPO_PATHS}/xilinx_vek280_base_202520_1/xilinx_vek280_base_202520_1.xpfm else $(error ARCH is not supported) endif diff --git a/AI_Engine_Development/AIE/Feature_Tutorials/23-AIE_independent_graphs/independent_graphs/pr1_rtp/sw/host.cpp b/AI_Engine_Development/AIE/Feature_Tutorials/23-AIE_independent_graphs/independent_graphs/pr1_rtp/sw/host.cpp index e31451d275..640e4c03bf 100755 --- a/AI_Engine_Development/AIE/Feature_Tutorials/23-AIE_independent_graphs/independent_graphs/pr1_rtp/sw/host.cpp +++ b/AI_Engine_Development/AIE/Feature_Tutorials/23-AIE_independent_graphs/independent_graphs/pr1_rtp/sw/host.cpp @@ -9,7 +9,6 @@ SPDX-License-Identifier: MIT #include #include "xrt/xrt_kernel.h" #include "xrt/xrt_graph.h" - const int ITERATION=4; const int ELEM_per_iter=256; int run(int argc, char* argv[]){ diff --git a/AI_Engine_Development/AIE/Feature_Tutorials/23-AIE_independent_graphs/independent_graphs/pr2_perf/Makefile b/AI_Engine_Development/AIE/Feature_Tutorials/23-AIE_independent_graphs/independent_graphs/pr2_perf/Makefile index 662031c33d..6024ad773f 100644 --- a/AI_Engine_Development/AIE/Feature_Tutorials/23-AIE_independent_graphs/independent_graphs/pr2_perf/Makefile +++ b/AI_Engine_Development/AIE/Feature_Tutorials/23-AIE_independent_graphs/independent_graphs/pr2_perf/Makefile @@ -6,9 +6,9 @@ TARGET = hw ARCH = aie ifeq ($(ARCH), aie) - PLATFORM ?= ${PLATFORM_REPO_PATHS}/xilinx_vck190_base_202510_1/xilinx_vck190_base_202510_1.xpfm + PLATFORM ?= ${PLATFORM_REPO_PATHS}/xilinx_vck190_base_202520_1/xilinx_vck190_base_202520_1.xpfm else ifeq ($(ARCH), aie-ml) - PLATFORM ?= ${PLATFORM_REPO_PATHS}/xilinx_vek280_base_202510_1/xilinx_vek280_base_202510_1.xpfm + PLATFORM ?= ${PLATFORM_REPO_PATHS}/xilinx_vek280_base_202520_1/xilinx_vek280_base_202520_1.xpfm else $(error ARCH is not supported) endif diff --git a/AI_Engine_Development/AIE/Feature_Tutorials/23-AIE_independent_graphs/partition_reload.md b/AI_Engine_Development/AIE/Feature_Tutorials/23-AIE_independent_graphs/partition_reload.md index c120534837..d62d9deea6 100644 --- a/AI_Engine_Development/AIE/Feature_Tutorials/23-AIE_independent_graphs/partition_reload.md +++ b/AI_Engine_Development/AIE/Feature_Tutorials/23-AIE_independent_graphs/partition_reload.md @@ -121,6 +121,22 @@ Following is an example code for controlling graph and associated GMIO data tran delete ghdl; delete hwctx_1; + + +**NOTE** + +In Vitis 2025.2, host applications that use xrt::aie::buffer and async calls ( i.e; bufIn->async() ) may encounter runtime failure because AIE resources remains allocated after the deleting the buffer/graph/hw_context objects, preventing subsequent xclbin loads. Symptoms include errors such as: + +[drm:zocl_create_aie [zocl]] *ERROR* Request AIE partition 262, -22 +[drm:zocl_aie_request_part_fd [zocl]] *ERROR* AIE partition 262 does not exist. + +As a workaround in 25.2, applications should explicitly call wait() on each xrt::aie::buffer that was launched via async() before deleting the hw context or ending of the applicaiton as shown below + + bufIn->wait(); + bufIn2->wait(); + +**Reloading partition** + To reload the same partition multiple times, there can be multiple approaches: 1. Exit and restart the application. When the hardware context is created again in host code, the corresponding AI Engine PDI is reloaded into the partition. diff --git a/AI_Engine_Development/AIE/Feature_Tutorials/23-AIE_independent_graphs/partition_reload_diff_graph/Makefile b/AI_Engine_Development/AIE/Feature_Tutorials/23-AIE_independent_graphs/partition_reload_diff_graph/Makefile index fa7a59bed5..e78115ad9e 100644 --- a/AI_Engine_Development/AIE/Feature_Tutorials/23-AIE_independent_graphs/partition_reload_diff_graph/Makefile +++ b/AI_Engine_Development/AIE/Feature_Tutorials/23-AIE_independent_graphs/partition_reload_diff_graph/Makefile @@ -6,9 +6,9 @@ TARGET = hw ARCH = aie ifeq ($(ARCH), aie) - PLATFORM ?= ${PLATFORM_REPO_PATHS}/xilinx_vck190_base_202510_1/xilinx_vck190_base_202510_1.xpfm + PLATFORM ?= ${PLATFORM_REPO_PATHS}/xilinx_vck190_base_202520_1/xilinx_vck190_base_202520_1.xpfm else ifeq ($(ARCH), aie-ml) - PLATFORM ?= ${PLATFORM_REPO_PATHS}/xilinx_vek280_base_202510_1/xilinx_vek280_base_202510_1.xpfm + PLATFORM ?= ${PLATFORM_REPO_PATHS}/xilinx_vek280_base_202520_1/xilinx_vek280_base_202520_1.xpfm else $(error ARCH is not supported) endif diff --git a/AI_Engine_Development/AIE/Feature_Tutorials/23-AIE_independent_graphs/partition_reload_diff_graph/pr0_gmio/sw/host.cpp b/AI_Engine_Development/AIE/Feature_Tutorials/23-AIE_independent_graphs/partition_reload_diff_graph/pr0_gmio/sw/host.cpp index 1f76c5f20b..63ecaad8a2 100644 --- a/AI_Engine_Development/AIE/Feature_Tutorials/23-AIE_independent_graphs/partition_reload_diff_graph/pr0_gmio/sw/host.cpp +++ b/AI_Engine_Development/AIE/Feature_Tutorials/23-AIE_independent_graphs/partition_reload_diff_graph/pr0_gmio/sw/host.cpp @@ -7,7 +7,7 @@ SPDX-License-Identifier: MIT #include "xrt/xrt_kernel.h" #include "xrt/xrt_graph.h" #include "xrt/xrt_aie.h" - +#include void ref_func(int* din,int c[8],int* dout,int size){ static int d[8]={0,0,0,0,0,0,0,0}; for(int i=0;iwait(); - + bufIn->wait(); ref_func(dinArray,coeff,doutRef,ITERATION*1024/4); for(int i=0;iwait(); - + bufIn2->wait(); for(int i=0;i void ref_func(int* din,int c[8],int* dout,int size){ static int d[8]={0,0,0,0,0,0,0,0}; for(int i=0;iwait(); - + bufIn->wait(); ref_func(dinArray,coeff,doutRef,ITERATION*1024/4); for(int i=0;iwait(); - + bufIn2->wait(); for(int i=0;i void ref_func(int* din,int c[8],int* dout,int size){ static int d[8]={0,0,0,0,0,0,0,0}; for(int i=0;i/dev/null | grep "vivado ") VITIS_VERSION := $(shell vitis -version 2>/dev/null | grep "Vitis " | sed 's/\*//g') diff --git a/AI_Engine_Development/AIE/Feature_Tutorials/24-aie_pl_interface/README.md b/AI_Engine_Development/AIE/Feature_Tutorials/24-aie_pl_interface/README.md index be671a4bed..3f231a51ea 100644 --- a/AI_Engine_Development/AIE/Feature_Tutorials/24-aie_pl_interface/README.md +++ b/AI_Engine_Development/AIE/Feature_Tutorials/24-aie_pl_interface/README.md @@ -15,10 +15,11 @@ # RTL / AI Engine interfacing Examples -***Version: Vivado / Vitis 2025.1*** +***Version: Vivado / Vitis 2025.2*** ## Introduction -The AI Engine can be connected to the Programmable Logic (PL) using AXI compliant AXI4-Stream interfaces. In most availabe examples, the connectivity between the PL and the AI Engine is shown using HLS kernels connected to the DDR as the default VCK190 base platform does not include any other blocks than the infrastructure blocks. To accelerate part of an application, connecting the AI Engine to a user's existing RTL requires knowledge of the AXI-Stream protocol and how it can be used to connect with the AI Engines using the AMD Vitis™ Acceleration flow. It might require some modification or bridging from the existing RTL. For example, to communicate with the AI Engine, the RTL needs to have a compliant AXI4-Stream interace (for example, it needs to be able to handle back pressure when tready is low). + +The AMD Versal AI Engine can be connected to the Programmable Logic (PL) using AXI compliant AXI4-Stream interfaces. In most availabe examples, the connectivity between the PL and the AI Engine is shown using HLS kernels connected to the DDR as the default VCK190 base platform does not include any other blocks than the infrastructure blocks. To accelerate part of an application, connecting the AI Engine to a user's existing RTL requires knowledge of the AXI-Stream protocol and how it can be used to connect with the AI Engines using the AMD Vitis™ Acceleration flow. It might require some modification or bridging from the existing RTL. For example, to communicate with the AI Engine, the RTL needs to have a compliant AXI4-Stream interace (for example, it needs to be able to handle back pressure when tready is low). This tutorial shows multiple examples on how to connect RTL blocks with AXI4-Stream present in a custom platform to the AI Engine using the Vitis Acceleration flow. --- @@ -111,12 +112,10 @@ vitis -w Vitis/workspace_1/ ![Waveforms](./images/hw_emu.jpg) -5. After ~10us of simulation time, you see transactions on the AXI4-Stream interfaces from and to the AI Engine demonstrating the good behaviour of the design. +5. After ~15us of simulation time, you see transactions on the AXI4-Stream interfaces from and to the AI Engine demonstrating the good behaviour of the design. ![Waveforms](./images/251_hw_emu_1.jpg) -> ***Note***: In the Vitis workspace, you can see an application called `dummy_ps_app`. This application is just a simple hello_world application, which is running on the A72 processors. Running this application runs the PMC, which is loading the AI Engine. The application is added to the packaged file using the option ps_elf in `package.cfg`. - > ***Note***: The option `enable_aie_debug` is set to *false* in the `package.cfg`. With this option set to true, the AI Engine waits for the Vitis IDE to connect to the emulation and start the AI Engine. In this case, there is no need to debug inside the AI Engine, thus this option is set to *false*. --- @@ -127,10 +126,6 @@ As the V++ linker is only able to work inside a BD, add an IP block inside it to ### Hardware Platform In this example, the Vivado design consists of a top-level RTL file, which instantiates the AXI4S_Counter and the dummy Sink IPs used in the previous part as well as a BD. The BD was generated from the CED and contains all the required elements for the Vitis acceleration flow. - - In the BD, two instances of the AXI4-Stream Register slice IP are added. They are configured in such way that they only act as a pass-through thus can be considered as wires. But they are required to have AXI4-Stream interfaces to which the V++ linker can connect the AI Engine. One side of these IP instances (M00_AXIS for one and S00_AXIS for the other) is connected to the external ports of the BD (which are then connected to the AXI4S_Counter and the dummy Sink IPs inside the top level). The other interfaces are left uncorrected and added to the plaform, similar to what was done in **Part 1**. ``` @@ -184,7 +179,7 @@ vitis -w Vitis/workspace_2/ ## Part 3 - Connecting Monitored RTL Interfaces to AI Engine ### Creating the design -In some cases, it can be useful to add debug capabilities to the interfaces to monitor the data that is going in and out of the array. When using RTL interfaces (this type of design is called flat design), ILAs cannot be added directly by v++ link. One way of adding the debug capabilities is to add the ILAs directly into the Vivado design. This is what is done in the design from **Part 1**: +In some cases, it can be useful to add debug capabilities to the interfaces to monitor the data that is going in and out of the array. One way of adding the debug capabilities is to add the ILAs directly into the Vivado design. This is what is done in this part using the design from **Part 1**: ![Custom IPs with ILAs](./images/custom_IPs_ILAs.jpg) @@ -218,7 +213,46 @@ To run the design and observe the traces from the ILAs, open Vivado. ![ILA Output](./images/ILA_output.jpg) --- -## Part 4 - Broadcasting Data to the AI Engine and the Programmable +## Part 4 - Monitoring the AI Engine interfaces using V++ Link + +### Creating the design +Another way to add ILA to monitor the activity to/from the AI Engine is to add ILA from V++ link. In this part, we will use the same vivado design from **Part 1** and only add debug options to v++ to add the ILAs to the AI Engine interfaces. + +To build the full project, including the Vivado HW design and the Vitis project, run the following command: +``` +make all ILA_VPP=1 +``` + +The only difference with the project from **Part 1** are the following line to the config file for the v++ link stage +``` +[debug] +aie.chipscope=PLIO_i_0 +aie.chipscope=PLIO_o_0 +``` +![CFG file](./images/252_cfg_vpp_ila.jpg) + +If we open the Vivado design generated from v++ (Vitis/workspace_4/system_project/build/hw/hw_link/binary_container_1/binary_container_1/vivado/vpl/prj/prj.xpr) we can see one ILA added in the Vitis region monitoring the input and output PLIOs of the AI Engine: + +![CFG file](./images/252_design_vpp_ila.jpg) + +### Running the Design in Hardware + +To run the design and observe the traces from the ILAs, open Vivado. + +1. Prepare the VCK190 by connecting the UART/JTAG USB cable to your compute and set the boot mode to JTAG. + +2. Power on the VCK190. + +3. Open Vivado and open the Vivado HW manager. + +4. Connect to the target and program the device using the generated `BOOT.BIN` (`Vitis/workspace_4/system_project/build/hw/package/package/BOOT.BIN`) and use the `.ltx` file from the V++ linker generated Vivado project (`Vitis/workspace_3/system_project/build/hw/hw_link/binary_container_1/binary_container_1/vivado/vpl/prj/prj.runs/impl_1/debug_nets.ltx`). + +5. Open the ILA view and run auto trigger. You should see activity going in and out of the AI Engine + +![ILA configuration](./images/251_vpp_ila_hw.jpg) + +--- +## Part 5 - Broadcasting Data to the AI Engine and the Programmable In some cases, the same data might need to be processed by both the AI Engine and the PL so you might need a way to broadcast the data to both the domains. On important thing to keep in mind with working with compliant AXI4-Stream interfaces (as the AI Engine expects an AXI4-Stream compliant interface) is that the master and slave interfaces need to handle the handshaking protocol (with tvalid and tready). Thus, when connecting multiple slaves to a single master is not as simple as connecting the two slaves to the same master interface (as there would be two tready signals). The master would need to handle the logic between the two tready from the slaves. Another option is to use an IP that would handle this for you. In the Vivado catalog, the AXI4-Stream Broadcaster IP is intended for this type of use case. @@ -245,9 +279,9 @@ make all AXI4S_BROADCAST=1 You can verify the good behaviour of the design running through Hardware emulation and looking at the waveforms, using the same steps as in **Part 1**. To run the Hardware Emulation and visualize the waveforms of the AXI4-Stream interfaces, go through the following steps: -1. Open the workspace_4 in Vitis IDE. +1. Open the workspace_5 in Vitis IDE. ``` -vitis -w Vitis/workspace_4/ +vitis -w Vitis/workspace_5/ ``` 2. In the flow navigator, make sure the component system project is selected and click on **Start Emulator** under **Hardware Emulation**. @@ -256,7 +290,7 @@ vitis -w Vitis/workspace_4/ 4. Add the AXIS interface signals (tready, tvalid, tdata) from the AXI4S_Counter_0 IP and the S00_AXIS from the dummy_sink_0 IP to the waveform window and run the simulation for 30us. -5. After ~10us of simulation time, you see transactions on the AXI4-Stream interfaces from the AXI4-Stream broadcaster to the AI Engine, the AXI4-Stream broadcaster to the PL and from the AI Engine to the PL demonstrating the good behaviour of the design. +5. After ~15us of simulation time, you see transactions on the AXI4-Stream interfaces from the AXI4-Stream broadcaster to the AI Engine, the AXI4-Stream broadcaster to the PL and from the AI Engine to the PL demonstrating the good behaviour of the design. ![HW emulation waveforms](./images/hw_emu_AXIS_broadcast.jpg) diff --git a/AI_Engine_Development/AIE/Feature_Tutorials/24-aie_pl_interface/Vitis/Makefile b/AI_Engine_Development/AIE/Feature_Tutorials/24-aie_pl_interface/Vitis/Makefile index 663b75a697..2e4be96d60 100644 --- a/AI_Engine_Development/AIE/Feature_Tutorials/24-aie_pl_interface/Vitis/Makefile +++ b/AI_Engine_Development/AIE/Feature_Tutorials/24-aie_pl_interface/Vitis/Makefile @@ -24,15 +24,22 @@ ifeq ($(INCLUDE_ILAS), 0) TARGET := hw_emu else ifeq ($(AXI4S_BROADCAST), 1) - DESIGN_PART := 4 + DESIGN_PART := 5 XSA := custom_pfm_strmIn_strmOut_AXIS_Broadcast.xsa VITIS_PLATFORM := custom_pfm_strmIn_strmOut_AXIS_Broadcast_0_1 TARGET := hw_emu else - XSA := custom_pfm_strmIn_strmOut.xsa - VITIS_PLATFORM := custom_pfm_strmIn_strmOut_0_1 - DESIGN_PART := 1 - TARGET := hw_emu + ifeq ($(ILA_VPP), 1) + XSA := custom_pfm_strmIn_strmOut.xsa + VITIS_PLATFORM := custom_pfm_strmIn_strmOut_0_1 + DESIGN_PART := 4 + TARGET := hw + else + XSA := custom_pfm_strmIn_strmOut.xsa + VITIS_PLATFORM := custom_pfm_strmIn_strmOut_0_1 + DESIGN_PART := 1 + TARGET := hw_emu + endif endif endif diff --git a/AI_Engine_Development/AIE/Feature_Tutorials/24-aie_pl_interface/Vitis/vitis_pfm.py b/AI_Engine_Development/AIE/Feature_Tutorials/24-aie_pl_interface/Vitis/vitis_pfm.py index db9ec68467..05cd4bf131 100644 --- a/AI_Engine_Development/AIE/Feature_Tutorials/24-aie_pl_interface/Vitis/vitis_pfm.py +++ b/AI_Engine_Development/AIE/Feature_Tutorials/24-aie_pl_interface/Vitis/vitis_pfm.py @@ -26,3 +26,5 @@ platform = client.get_component(name=component_name) status = platform.build() + +vitis.dispose() \ No newline at end of file diff --git a/AI_Engine_Development/AIE/Feature_Tutorials/24-aie_pl_interface/Vitis/vpp_link.py b/AI_Engine_Development/AIE/Feature_Tutorials/24-aie_pl_interface/Vitis/vpp_link.py index 155cb8f822..38b284d2a4 100644 --- a/AI_Engine_Development/AIE/Feature_Tutorials/24-aie_pl_interface/Vitis/vpp_link.py +++ b/AI_Engine_Development/AIE/Feature_Tutorials/24-aie_pl_interface/Vitis/vpp_link.py @@ -19,21 +19,6 @@ platform_path=app_path+"/workspace_"+design_part+"/"+platform_name+"/export/"+platform_name+"/"+platform_name+".xpfm" -# -# Create Embedded Platform for dummy PS app -# -platform = client.create_platform_component(name = "vck190_hw",hw_design = "vck190",os = "standalone",cpu = "psv_cortexa72_0",domain_name = "standalone_psv_cortexa72_0") -platform = client.get_component(name="vck190_hw") -status = platform.build() - -# -# Create dummy PS app -# -comp = client.create_app_component(name="dummy_ps_app",platform = app_path+"/workspace_"+design_part+"/vck190_hw/export/vck190_hw/vck190_hw.xpfm",domain = "standalone_psv_cortexa72_0") -comp = client.get_component(name="dummy_ps_app") -status = comp.import_files(from_loc="./src/ps_app", files=["dummy_ps_app.c", "platform.c", "platform.h"], dest_dir_in_cmp = "src") -comp.build() - # # Create System Project # @@ -49,12 +34,14 @@ cfg.add_values(section='connectivity', key='sc', values=['master_axi_1:ai_engine_0.PLIO_i_0']) cfg.add_values(section='connectivity', key='sc', values=['ai_engine_0.PLIO_o_0:slave_axi_1']) +if (design_part=="4"): + cfg.add_values(section='debug', key='aie.chipscope', values=['PLIO_i_0']) + cfg.add_values(section='debug', key='aie.chipscope', values=['PLIO_o_0']) # # Edit Packager configuration # cfg = client.get_config_file(proj.project_location+'/package/package.cfg') cfg.set_value(section='package', key='enable_aie_debug', value='false') -cfg.add_values(section='package', key='ps_elf', values=[app_path+"/workspace_"+design_part+"/dummy_ps_app/build/dummy_ps_app.elf,a72-0"]) proj.build(target = target_sys) diff --git a/AI_Engine_Development/AIE/Feature_Tutorials/24-aie_pl_interface/images/252_cfg_vpp_ila.jpg b/AI_Engine_Development/AIE/Feature_Tutorials/24-aie_pl_interface/images/252_cfg_vpp_ila.jpg new file mode 100755 index 0000000000..b9d62b4bc7 Binary files /dev/null and b/AI_Engine_Development/AIE/Feature_Tutorials/24-aie_pl_interface/images/252_cfg_vpp_ila.jpg differ diff --git a/AI_Engine_Development/AIE/Feature_Tutorials/24-aie_pl_interface/images/252_design_vpp_ila.jpg b/AI_Engine_Development/AIE/Feature_Tutorials/24-aie_pl_interface/images/252_design_vpp_ila.jpg new file mode 100755 index 0000000000..59bbd0230a Binary files /dev/null and b/AI_Engine_Development/AIE/Feature_Tutorials/24-aie_pl_interface/images/252_design_vpp_ila.jpg differ diff --git a/AI_Engine_Development/AIE/Feature_Tutorials/24-aie_pl_interface/images/252_vpp_ila_hw.jpg b/AI_Engine_Development/AIE/Feature_Tutorials/24-aie_pl_interface/images/252_vpp_ila_hw.jpg new file mode 100755 index 0000000000..1ca23003ee Binary files /dev/null and b/AI_Engine_Development/AIE/Feature_Tutorials/24-aie_pl_interface/images/252_vpp_ila_hw.jpg differ diff --git a/AI_Engine_Development/AIE/Feature_Tutorials/25-AIE-kernel-optimization/Makefile b/AI_Engine_Development/AIE/Feature_Tutorials/25-AIE-kernel-optimization/Makefile index 8d8d60438e..c61a5955b8 100644 --- a/AI_Engine_Development/AIE/Feature_Tutorials/25-AIE-kernel-optimization/Makefile +++ b/AI_Engine_Development/AIE/Feature_Tutorials/25-AIE-kernel-optimization/Makefile @@ -8,9 +8,9 @@ ECHO = @echo export TARGET = hw_emu -RELEASE=2025.1 +RELEASE=2025.2 BOARD=vck190 -BASE_NUM=202510_1 +BASE_NUM=202520_1 # Platform Selection... VERSAL_VITIS_PLATFORM = xilinx_${BOARD}\_base_${BASE_NUM} diff --git a/AI_Engine_Development/AIE/Feature_Tutorials/25-AIE-kernel-optimization/README.md b/AI_Engine_Development/AIE/Feature_Tutorials/25-AIE-kernel-optimization/README.md index 1c3a16b64f..d30059b24a 100644 --- a/AI_Engine_Development/AIE/Feature_Tutorials/25-AIE-kernel-optimization/README.md +++ b/AI_Engine_Development/AIE/Feature_Tutorials/25-AIE-kernel-optimization/README.md @@ -15,7 +15,7 @@ # AI Engine Algorithm Performance Optimization -***Version: Vitis 2025.1*** +***Version: Vitis 2025.2*** ## Table of Contents @@ -514,7 +514,7 @@ As you gain experience working with AI Engine architecture and applying these pr [[1]]: Versal Adaptive SoC AI Engine Architecture Manual ([AM009](https://docs.amd.com/r/en-US/am009-versal-ai-engine)). -[[2]]: Vitis Accelerated Flow Reference Guide ([UG1702](https://docs.amd.com/r/en-US/ug1702-vitis-accelerated-reference)). +[[2]]: Vitis Reference Guide ([UG1702](https://docs.amd.com/r/en-US/ug1702-vitis-accelerated-reference)). [[3]]: Bilinear interpolation. 16 Dec 2024, 22:13 UTC. In Wikipedia: The Free Encyclopedia. Wikimedia Foundation Inc. Encyclopedia on-line. Available from [wikipedia.org/wiki/Bilinear_interpolation](https://en.wikipedia.org/wiki/Bilinear_interpolation). Internet. Retrieved 19 December 2024. diff --git a/AI_Engine_Development/AIE/Feature_Tutorials/25-AIE-kernel-optimization/images/bli_eqn_3.png b/AI_Engine_Development/AIE/Feature_Tutorials/25-AIE-kernel-optimization/images/bli_eqn_3.png index e2aa3ec21f..59135f4520 100644 Binary files a/AI_Engine_Development/AIE/Feature_Tutorials/25-AIE-kernel-optimization/images/bli_eqn_3.png and b/AI_Engine_Development/AIE/Feature_Tutorials/25-AIE-kernel-optimization/images/bli_eqn_3.png differ diff --git a/AI_Engine_Development/AIE/Feature_Tutorials/25-AIE-kernel-optimization/images/bli_vect_1.png b/AI_Engine_Development/AIE/Feature_Tutorials/25-AIE-kernel-optimization/images/bli_vect_1.png index dab7e95030..3e86ec99f0 100644 Binary files a/AI_Engine_Development/AIE/Feature_Tutorials/25-AIE-kernel-optimization/images/bli_vect_1.png and b/AI_Engine_Development/AIE/Feature_Tutorials/25-AIE-kernel-optimization/images/bli_vect_1.png differ diff --git a/AI_Engine_Development/AIE/Feature_Tutorials/25-AIE-kernel-optimization/images/load_ex1.png b/AI_Engine_Development/AIE/Feature_Tutorials/25-AIE-kernel-optimization/images/load_ex1.png index ecb4c8da54..105862c3ea 100644 Binary files a/AI_Engine_Development/AIE/Feature_Tutorials/25-AIE-kernel-optimization/images/load_ex1.png and b/AI_Engine_Development/AIE/Feature_Tutorials/25-AIE-kernel-optimization/images/load_ex1.png differ diff --git a/AI_Engine_Development/AIE/Feature_Tutorials/25-AIE-kernel-optimization/images/load_ex2.png b/AI_Engine_Development/AIE/Feature_Tutorials/25-AIE-kernel-optimization/images/load_ex2.png index b6b52e8859..90c1471b8d 100644 Binary files a/AI_Engine_Development/AIE/Feature_Tutorials/25-AIE-kernel-optimization/images/load_ex2.png and b/AI_Engine_Development/AIE/Feature_Tutorials/25-AIE-kernel-optimization/images/load_ex2.png differ diff --git a/AI_Engine_Development/AIE/Feature_Tutorials/25-AIE-kernel-optimization/images/mc_review.png b/AI_Engine_Development/AIE/Feature_Tutorials/25-AIE-kernel-optimization/images/mc_review.png index 7084a0d127..46314a44d2 100644 Binary files a/AI_Engine_Development/AIE/Feature_Tutorials/25-AIE-kernel-optimization/images/mc_review.png and b/AI_Engine_Development/AIE/Feature_Tutorials/25-AIE-kernel-optimization/images/mc_review.png differ diff --git a/AI_Engine_Development/AIE/Feature_Tutorials/25-AIE-kernel-optimization/images/micro_details.png b/AI_Engine_Development/AIE/Feature_Tutorials/25-AIE-kernel-optimization/images/micro_details.png index 407ed649e6..7ff270b895 100644 Binary files a/AI_Engine_Development/AIE/Feature_Tutorials/25-AIE-kernel-optimization/images/micro_details.png and b/AI_Engine_Development/AIE/Feature_Tutorials/25-AIE-kernel-optimization/images/micro_details.png differ diff --git a/AI_Engine_Development/AIE/Feature_Tutorials/25-AIE-kernel-optimization/images/move_cascade_ex.png b/AI_Engine_Development/AIE/Feature_Tutorials/25-AIE-kernel-optimization/images/move_cascade_ex.png index d551db1ec8..64fd4da4ce 100644 Binary files a/AI_Engine_Development/AIE/Feature_Tutorials/25-AIE-kernel-optimization/images/move_cascade_ex.png and b/AI_Engine_Development/AIE/Feature_Tutorials/25-AIE-kernel-optimization/images/move_cascade_ex.png differ diff --git a/AI_Engine_Development/AIE/Feature_Tutorials/25-AIE-kernel-optimization/images/move_stream_ex.png b/AI_Engine_Development/AIE/Feature_Tutorials/25-AIE-kernel-optimization/images/move_stream_ex.png index 06f667bfac..b13d1363d7 100644 Binary files a/AI_Engine_Development/AIE/Feature_Tutorials/25-AIE-kernel-optimization/images/move_stream_ex.png and b/AI_Engine_Development/AIE/Feature_Tutorials/25-AIE-kernel-optimization/images/move_stream_ex.png differ diff --git a/AI_Engine_Development/AIE/Feature_Tutorials/25-AIE-kernel-optimization/images/reg_spil.png b/AI_Engine_Development/AIE/Feature_Tutorials/25-AIE-kernel-optimization/images/reg_spil.png index 5d96ec7cda..299517b43d 100644 Binary files a/AI_Engine_Development/AIE/Feature_Tutorials/25-AIE-kernel-optimization/images/reg_spil.png and b/AI_Engine_Development/AIE/Feature_Tutorials/25-AIE-kernel-optimization/images/reg_spil.png differ diff --git a/AI_Engine_Development/AIE/Feature_Tutorials/25-AIE-kernel-optimization/images/source_micro.png b/AI_Engine_Development/AIE/Feature_Tutorials/25-AIE-kernel-optimization/images/source_micro.png index e4a560d253..00cd755c47 100644 Binary files a/AI_Engine_Development/AIE/Feature_Tutorials/25-AIE-kernel-optimization/images/source_micro.png and b/AI_Engine_Development/AIE/Feature_Tutorials/25-AIE-kernel-optimization/images/source_micro.png differ diff --git a/AI_Engine_Development/AIE/Feature_Tutorials/25-AIE-kernel-optimization/images/store_ex.png b/AI_Engine_Development/AIE/Feature_Tutorials/25-AIE-kernel-optimization/images/store_ex.png index 0bd1f7d870..f378e16f7c 100644 Binary files a/AI_Engine_Development/AIE/Feature_Tutorials/25-AIE-kernel-optimization/images/store_ex.png and b/AI_Engine_Development/AIE/Feature_Tutorials/25-AIE-kernel-optimization/images/store_ex.png differ diff --git a/AI_Engine_Development/AIE/Feature_Tutorials/25-AIE-kernel-optimization/images/vec_inst_ex.png b/AI_Engine_Development/AIE/Feature_Tutorials/25-AIE-kernel-optimization/images/vec_inst_ex.png index 9663d3ba71..acaa0ac54c 100644 Binary files a/AI_Engine_Development/AIE/Feature_Tutorials/25-AIE-kernel-optimization/images/vec_inst_ex.png and b/AI_Engine_Development/AIE/Feature_Tutorials/25-AIE-kernel-optimization/images/vec_inst_ex.png differ diff --git a/AI_Engine_Development/AIE/Feature_Tutorials/25-AIE-kernel-optimization/labA/Makefile b/AI_Engine_Development/AIE/Feature_Tutorials/25-AIE-kernel-optimization/labA/Makefile index 55bf861ff5..5d61eb6342 100644 --- a/AI_Engine_Development/AIE/Feature_Tutorials/25-AIE-kernel-optimization/labA/Makefile +++ b/AI_Engine_Development/AIE/Feature_Tutorials/25-AIE-kernel-optimization/labA/Makefile @@ -7,7 +7,7 @@ SRC_DIR := ./src MY_SOURCES := $(shell find $(SRC_DIR) -name *.cpp) $(shell find $(SRC_DIR) -name *.h) -PLATFORM_USE := xilinx_vck190_base_202510_1 +PLATFORM_USE := xilinx_vck190_base_202520_1 PLATFORM := ${PLATFORM_REPO_PATHS}/${PLATFORM_USE}/${PLATFORM_USE}.xpfm COMPILE_OPTS := --aie.pl-freq=625 --aie.adf-api-log-level=2 --aie.kernel-linting \ diff --git a/AI_Engine_Development/AIE/Feature_Tutorials/25-AIE-kernel-optimization/labB/Makefile b/AI_Engine_Development/AIE/Feature_Tutorials/25-AIE-kernel-optimization/labB/Makefile index 5d0e4bcffa..5cbba30931 100644 --- a/AI_Engine_Development/AIE/Feature_Tutorials/25-AIE-kernel-optimization/labB/Makefile +++ b/AI_Engine_Development/AIE/Feature_Tutorials/25-AIE-kernel-optimization/labB/Makefile @@ -7,7 +7,7 @@ SRC_DIR := ./src MY_SOURCES := $(shell find $(SRC_DIR) -name *.cpp) $(shell find $(SRC_DIR) -name *.h) -PLATFORM_USE := xilinx_vck190_base_202510_1 +PLATFORM_USE := xilinx_vck190_base_202520_1 PLATFORM := ${PLATFORM_REPO_PATHS}/${PLATFORM_USE}/${PLATFORM_USE}.xpfm COMPILE_OPTS := --aie.pl-freq=625 --aie.adf-api-log-level=2 --aie.kernel-linting \ diff --git a/AI_Engine_Development/AIE/Feature_Tutorials/26-gentle_intro_to_aie_kernel_programming/README.md b/AI_Engine_Development/AIE/Feature_Tutorials/26-gentle_intro_to_aie_kernel_programming/README.md index 6efdb3042c..6e0b913fae 100644 --- a/AI_Engine_Development/AIE/Feature_Tutorials/26-gentle_intro_to_aie_kernel_programming/README.md +++ b/AI_Engine_Development/AIE/Feature_Tutorials/26-gentle_intro_to_aie_kernel_programming/README.md @@ -15,7 +15,7 @@ # A "Gentle" Introduction to AI Engine Kernel Programming -***Version: Vitis 2025.1*** +***Version: Vitis 2025.2*** ## Overview diff --git a/AI_Engine_Development/AIE/Feature_Tutorials/26-gentle_intro_to_aie_kernel_programming/avx_aie/aie/Makefile b/AI_Engine_Development/AIE/Feature_Tutorials/26-gentle_intro_to_aie_kernel_programming/avx_aie/aie/Makefile index cbdf08c349..d15c2ea299 100644 --- a/AI_Engine_Development/AIE/Feature_Tutorials/26-gentle_intro_to_aie_kernel_programming/avx_aie/aie/Makefile +++ b/AI_Engine_Development/AIE/Feature_Tutorials/26-gentle_intro_to_aie_kernel_programming/avx_aie/aie/Makefile @@ -3,7 +3,7 @@ # SPDX-License-Identifier: MIT ##################################################################### -PLATFORM_REPO_PATHS = $(XILINX_VITIS)/base_platforms +#PLATFORM_REPO_PATHS = $(XILINX_VITIS)/base_platforms CURRENT_DIR = $(shell pwd) WKSPC_DIR = $(abspath $(dir $(lastword $(MAKEFILE_LIST)))/..) @@ -17,7 +17,7 @@ AIE_DATA_DIR = ./data RM = rm -f RMDIR = rm -rf -PLATFORM_VERSION = 202420_1 +PLATFORM_VERSION = 202520_1 PLATFORM ?= $(PLATFORM_REPO_PATHS)/xilinx_vck190_base_$(PLATFORM_VERSION)/xilinx_vck190_base_$(PLATFORM_VERSION).xpfm # AIE compiler settings @@ -40,4 +40,4 @@ clean: rm -rf Emulation-SW .PHONY: incremental clean -incremental: clean all \ No newline at end of file +incremental: clean all diff --git a/AI_Engine_Development/AIE/Feature_Tutorials/26-gentle_intro_to_aie_kernel_programming/contrived/Makefile b/AI_Engine_Development/AIE/Feature_Tutorials/26-gentle_intro_to_aie_kernel_programming/contrived/Makefile index fe9ead0457..148b91f8e7 100644 --- a/AI_Engine_Development/AIE/Feature_Tutorials/26-gentle_intro_to_aie_kernel_programming/contrived/Makefile +++ b/AI_Engine_Development/AIE/Feature_Tutorials/26-gentle_intro_to_aie_kernel_programming/contrived/Makefile @@ -12,8 +12,8 @@ AIE_CC = aiecompiler AIE_TOP_FILE = ../src/tb.cpp AIE_OUT_DIR = ./Work -PLATFORM_REPO_PATHS = $(XILINX_VITIS)/base_platforms -PLATFORM_VERSION = 202420_1 +#PLATFORM_REPO_PATHS = $(XILINX_VITIS)/base_platforms +PLATFORM_VERSION = 202520_1 PLATFORM ?= $(PLATFORM_REPO_PATHS)/xilinx_vck190_base_$(PLATFORM_VERSION)/xilinx_vck190_base_$(PLATFORM_VERSION).xpfm # Compiler settings diff --git a/AI_Engine_Development/AIE/Feature_Tutorials/26-gentle_intro_to_aie_kernel_programming/unit_tests/matmul/Makefile b/AI_Engine_Development/AIE/Feature_Tutorials/26-gentle_intro_to_aie_kernel_programming/unit_tests/matmul/Makefile index 24b433f780..5dd7646d53 100644 --- a/AI_Engine_Development/AIE/Feature_Tutorials/26-gentle_intro_to_aie_kernel_programming/unit_tests/matmul/Makefile +++ b/AI_Engine_Development/AIE/Feature_Tutorials/26-gentle_intro_to_aie_kernel_programming/unit_tests/matmul/Makefile @@ -12,8 +12,8 @@ AIE_CC = aiecompiler AIE_TOP_FILE = ../src/tb.cpp AIE_OUT_DIR = ./Work -PLATFORM_REPO_PATHS = $(XILINX_VITIS)/base_platforms -PLATFORM_VERSION = 202420_1 +#PLATFORM_REPO_PATHS = $(XILINX_VITIS)/base_platforms +PLATFORM_VERSION = 202520_1 PLATFORM ?= $(PLATFORM_REPO_PATHS)/xilinx_vck190_base_$(PLATFORM_VERSION)/xilinx_vck190_base_$(PLATFORM_VERSION).xpfm # Compiler settings diff --git a/AI_Engine_Development/AIE/Feature_Tutorials/26-gentle_intro_to_aie_kernel_programming/unit_tests/mtxvec/Makefile b/AI_Engine_Development/AIE/Feature_Tutorials/26-gentle_intro_to_aie_kernel_programming/unit_tests/mtxvec/Makefile index 4c4d4935f6..e8596f7884 100644 --- a/AI_Engine_Development/AIE/Feature_Tutorials/26-gentle_intro_to_aie_kernel_programming/unit_tests/mtxvec/Makefile +++ b/AI_Engine_Development/AIE/Feature_Tutorials/26-gentle_intro_to_aie_kernel_programming/unit_tests/mtxvec/Makefile @@ -12,8 +12,8 @@ AIE_CC = aiecompiler AIE_TOP_FILE = ../src/tb.cpp AIE_OUT_DIR = ./Work -PLATFORM_REPO_PATHS = $(XILINX_VITIS)/base_platforms -PLATFORM_VERSION = 202420_1 +#PLATFORM_REPO_PATHS = $(XILINX_VITIS)/base_platforms +PLATFORM_VERSION = 202520_1 PLATFORM ?= $(PLATFORM_REPO_PATHS)/xilinx_vck190_base_$(PLATFORM_VERSION)/xilinx_vck190_base_$(PLATFORM_VERSION).xpfm # Compiler settings diff --git a/AI_Engine_Development/AIE/Feature_Tutorials/26-gentle_intro_to_aie_kernel_programming/unit_tests/sqmag/Makefile b/AI_Engine_Development/AIE/Feature_Tutorials/26-gentle_intro_to_aie_kernel_programming/unit_tests/sqmag/Makefile index 62dc225bc2..013783f78b 100644 --- a/AI_Engine_Development/AIE/Feature_Tutorials/26-gentle_intro_to_aie_kernel_programming/unit_tests/sqmag/Makefile +++ b/AI_Engine_Development/AIE/Feature_Tutorials/26-gentle_intro_to_aie_kernel_programming/unit_tests/sqmag/Makefile @@ -12,8 +12,8 @@ AIE_CC = aiecompiler AIE_TOP_FILE = ../src/tb.cpp AIE_OUT_DIR = ./Work -PLATFORM_REPO_PATHS = $(XILINX_VITIS)/base_platforms -PLATFORM_VERSION = 202420_1 +#PLATFORM_REPO_PATHS = $(XILINX_VITIS)/base_platforms +PLATFORM_VERSION = 202520_1 PLATFORM ?= $(PLATFORM_REPO_PATHS)/xilinx_vck190_base_$(PLATFORM_VERSION)/xilinx_vck190_base_$(PLATFORM_VERSION).xpfm # Compiler settings diff --git a/AI_Engine_Development/AIE/Feature_Tutorials/26-gentle_intro_to_aie_kernel_programming/unit_tests/sumdiff/Makefile b/AI_Engine_Development/AIE/Feature_Tutorials/26-gentle_intro_to_aie_kernel_programming/unit_tests/sumdiff/Makefile index 2748e54820..02ebf82dfb 100644 --- a/AI_Engine_Development/AIE/Feature_Tutorials/26-gentle_intro_to_aie_kernel_programming/unit_tests/sumdiff/Makefile +++ b/AI_Engine_Development/AIE/Feature_Tutorials/26-gentle_intro_to_aie_kernel_programming/unit_tests/sumdiff/Makefile @@ -12,8 +12,8 @@ AIE_CC = aiecompiler AIE_TOP_FILE = ../src/tb.cpp AIE_OUT_DIR = ./Work -PLATFORM_REPO_PATHS = $(XILINX_VITIS)/base_platforms -PLATFORM_VERSION = 202420_1 +#PLATFORM_REPO_PATHS = $(XILINX_VITIS)/base_platforms +PLATFORM_VERSION = 202520_1 PLATFORM ?= $(PLATFORM_REPO_PATHS)/xilinx_vck190_base_$(PLATFORM_VERSION)/xilinx_vck190_base_$(PLATFORM_VERSION).xpfm # Compiler settings @@ -64,4 +64,4 @@ clean: rm -rf .logger .PHONY: incremental clean -incremental: clean all \ No newline at end of file +incremental: clean all diff --git a/AI_Engine_Development/AIE/Feature_Tutorials/27-system-timeline/Makefile b/AI_Engine_Development/AIE/Feature_Tutorials/27-system-timeline/Makefile new file mode 100755 index 0000000000..e1d9ae17a2 --- /dev/null +++ b/AI_Engine_Development/AIE/Feature_Tutorials/27-system-timeline/Makefile @@ -0,0 +1,187 @@ +# +#Copyright (C) 2025, Advanced Micro Devices, Inc. All rights reserved. +#SPDX-License-Identifier: MIT +# + +include ./common.mk +include ./verif_path.mk + + +######################################### +# +# SYSTEM FILENAMES +# +######################################## +XSA := ${PNAME}.xsa +HOST_EXE := host.exe +HOST_API_EXE := host_api.exe +LIBADF := $(AIE_DIR)/libadf.a + + +########################################################################################################################################################## +### DO NOT MODIFY BELOW THIS LINE UNLESS NECESSARY +################################################################################################################################################ + +KERNEL_CPP := $(KERNELS_DIR)/gen2s_$(DATAW)_$(PLIOW).cpp \ + $(KERNELS_DIR)/s2mm_$(DATAW)_$(PLIOW).cpp +XO_FILES := $(subst .cpp,.xo,$(KERNEL_CPP)) + +XOS = $(XO_FILES) +VCC = v++ +VPP_SPEC = $(ADDON_DIR)/system_$(strip $(NAntenna)).cfg +VPP_FLAGS =--save-temps --verbose --config ${VPP_SPEC} + +ifeq ($(strip $(ENABLE_TRACE)),true) + VPP_FLAGS += --profile.data all:all:all +endif + +.PHONY: clean run_hw_emu data + +disp: + echo $(KERNELS_DIR) + echo $(XOS) + + + +### +.PHONY: all_hw all_hw_emu run upd_host_hw aie postaie data aiesim aieviz aiesim-fifo compareaie x86 x86sim comparex86 + + +###################################################################### +# +# Full chains +# +###################################################################### + +build_hw: + make TARGET=hw clean data aie kernels xclbin host package + +build_hw_emu: + make TARGET=hw_emu clean data aie kernels xclbin host package + +launch_hw_emu: + ./launch_hw_emu.sh -add-env AIE_COMPILER_WORKDIR=$(AIE_DIR)/Work -aie-sim-options $(ADDON_DIR)/aiesim_options.txt -run-app embedded_exec.sh + +run_hw_emu: + make build_hw_emu launch_hw_emu + +upd_host_hw: + make TARGET=hw host package + +###################################################################### +# +# AIE Compilation/Simulation +# +###################################################################### +aie: + make -C $(AIE_DIR) aie + +postaie: + make -C $(AIE_DIR) aie XSA=../${PNAME}.xsa + +data: + make -C $(AIE_DIR) data + +aiesim: + make -C $(AIE_DIR) aiesim + +aieviz: + make -C $(AIE_DIR) aieviz + +simviz: + make -C $(AIE_DIR) simviz + +x86: + make -C $(AIE_DIR) x86 + +x86sim: + make -C $(AIE_DIR) x86sim + +###################################################################### +# +# PL Kernels compilation +# +###################################################################### + +kernels: guard-PLATFORM_REPO_PATHS ${XOS} +${XOS}: + make -C pl_kernels/ PLATFORM=${PLATFORM} all + + +###################################################################### +# +# System Link +# +###################################################################### + +xclbin: guard-PLATFORM_REPO_PATHS ${XSA} +${XSA}: ${LIBADF} ${VPP_SPEC} ${XOS} + ${VCC} -g -l --platform ${PLATFORM} ${XOS} ${LIBADF} -t ${TARGET} ${VPP_FLAGS} -o $@ + +$(VPP_SPEC): + make -C $(ADDON_DIR) all + +###################################################################### +# +# PS host code compilation +# +###################################################################### + +host: guard-CXX guard-SDKTARGETSYSROOT ${HOST_EXE} +${HOST_EXE}: $(HOST_DIR)/*.cpp + make -C $(HOST_DIR) AIE_DIR=$(AIE_DIR) all + + +###################################################################### +# +# Packaging --> SD Card Image +# and creates directory to Store Profile Data +# +###################################################################### + +package: guard-ROOTFS guard-IMAGE guard-PLATFORM_REPO_PATHS package_${TARGET} +package_${TARGET}: ${LIBADF} ${XSA} ${HOST_EXE} + ${VCC} -p -t ${TARGET} -f ${PLATFORM} \ + --package.rootfs ${ROOTFS} \ + --package.kernel_image ${IMAGE} \ + --package.boot_mode=sd \ + --package.image_format=ext4 \ + --package.defer_aie_run \ + --package.sd_dir $(AIE_DIR)/data \ + --package.sd_file $(ADDON_DIR)/embedded_exec.sh \ + --package.sd_file $(ADDON_DIR)/xrt.ini \ + --package.sd_file $(ADDON_DIR)/newdir \ + --package.sd_file $(ADDON_DIR)/newdir_api \ + --package.sd_file ${HOST_EXE} ${XSA} ${LIBADF} \ + --package.sd_file ${HOST_API_EXE} + zip sd_card_$(shell date +%y%m%d_%H%M)_SysLevelTrace.zip sd_card.img + mkdir -p ProfileData + +###################################################################### +# +# Clean functions +# +###################################################################### + +clean: + rm -rf _x v++_* ${XOS} ${OS} ${LIBADF} *.o.* *.o *.xpe *.xo.* \ + vek280*.xclbin* vck190*.xclbin* *.xsa *.log *.jou xnwOut Work Map_Report.csv \ + ilpProblem* sol.db drivers .Xil *bin *BIN *.bif launch_hw_emu.sh cfg emu_qemu_scripts \ + [!d]*.json *.txt *.wdb *.wcfg *.pdi v++.package_summary sim qemu_dts_files sd_card sd_card.img \ + dtb_creation.sh .ipcache *summary *.sh .AIE_SIM_CMD_LINE_OPTIONS .crashReporter logs .wsdata sd_card_*_SysLevelTrace.zip _ide \ + analyzer_input baremetal_metadata_package.cpp + make -C ${AIE_DIR} clean + make -C ${KERNELS_DIR} clean + make -C ${HOST_DIR} clean + +clean-all: clean + make clean + make -C ${AIE_DIR} clean-all + +soft-clean: + make -C ${AIE_DIR} soft-clean + +clean-git: clean-all + rm -rf ProfileData + rm -rf images/Thumbs.db + diff --git a/AI_Engine_Development/AIE/Feature_Tutorials/27-system-timeline/README.md b/AI_Engine_Development/AIE/Feature_Tutorials/27-system-timeline/README.md new file mode 100755 index 0000000000..91b46a8237 --- /dev/null +++ b/AI_Engine_Development/AIE/Feature_Tutorials/27-system-timeline/README.md @@ -0,0 +1,265 @@ + + + + + +

AI Engine Development

+ See Vitis™ Development Environment on xilinx.com
+ See Vitis™ AI Development Environment on xilinx.com +
+ + + +# System Timeline Tutorial + +***Version: Vitis 2025.2*** + +This small tutorial is based on a basic design to test Vitis System Timeline feature. + +## Introduction + +In Vitis 2025.2 AMD introduced a new (early access) feature called **System Timeline**. This allows the user to trace all subsystems of the device (PL, PS and EI Engine array) and display them in Vitis Analyzer on the same graph with sychronized timeline. The goal is to have a deeper understanding of the way the various elements of the system work together and track system controller bugs: missing kernel start, wrong number of iterations... + + +>**IMPORTANT**: Before beginning the tutorial make sure you have installed the AMD Vitis™ 2025.2 software. The Vitis release includes all the embedded base platforms including the VCK190 base platform that is used in this tutorial. In addition, ensure you have downloaded the Common Images for Embedded Vitis Platforms from [this link](https://www.xilinx.com/support/download/index.html/content/xilinx/en/downloadNav/embedded-platforms.html). + +The ‘common image’ package contains a prebuilt Linux kernel and root file system that can be used with the AMD Versal™ board for embedded design development using the Vitis software platform. + +Before starting this tutorial, run the following steps: + +1. Go to the directory where you have unzipped the Versal Common Image package. +2. In a Bash shell, run the ``/Common Images Dir/xilinx-versal-common-v2025.2/environment-setup-cortexa72-cortexa53-amd-linux`` script. This script sets up the SDKTARGETSYSROOT and CXX variables. If the script is not present, you must run the ``/Common Images Dir/xilinx-versal-common-v2025.2/sdk.sh``. +3. Set up your ROOTFS and IMAGE to point to the ``rootfs.ext4`` and Image files located in the ``/Common Images Dir/xilinx-versal-common-v2025.2`` directory. +4. Set up your PLATFORM_REPO_PATHS environment variable to ``$XILINX_VITIS/base_platforms``. + +This tutorial targets VCK190 production board for 2025.2 version. + +Data generation for this tutorial requires [Python 3](https://www.python.org/downloads/). The following packages are required: + +- os +- sys +- numpy + +>**Note**: This tutorial assumes that you have a basic understanding of the Adaptive Data Flow (ADF) API and Xilinx® Runtime (XRT) API usage. For more information about ADF API and XRT usage, refer to AI Engine Runtime Parameter Reconfiguration Tutorial and the Versal Adaptive SoC AI Engine Programming Environment User Guide ([UG1076](https://docs.amd.com/access/sources/dita/map?isLatest=true&ft:locale=en-US&url=ug1076-ai-engine-environment)). + +## Objectives + +After completing this tutorial, you will be able to: + +- Follow the complete flow to enable System Timeline for Hw debug. + + +## System Timeline complete flow + +This tutorial is decomposed in 6 stages: + +- AI Engine design and compilation +- PL kernels compilation +- Link stage to create the xsa with the AI Engine interface and the PL Kernels +- Host code compilation +- Packaging and create SD card image +- Run the design on the board and capture the trace +- Analyze the trace + +The Makefile is built so that you can address each step alone or concatenate all steps in a single command: + +```Makefile +build_hw: + make TARGET=hw clean data aie kernels xclbin host package +``` + + +### AI Engine design and compilation + +The design is based on the replication of the same processing chain: + +1. Passthrough. +2. Filtering. +3. Gain. +4. Passthrough. + +The filter and the gain kernels receive asynchronous RTP to set the coefficients and the gain value. + +By default 4 of these chains are implemented in the design. It can be changed using the Makefile parameter `NAntenna`. + +In `graph.cpp` the graph is instanciated as follows: `MyGraph G("");`. The value `40` means that a utilization ratio of 40% is specified for the filter and the gain leading to a co-location for these 2 kernels. If you want them in different tiles, just replace by a value above 50. + +Here is the subgraph of the 4th antenna: + +![No graph image](images/AIEgraph.png) + +What is important is that during the compilation, the user should declare that trace events should be extracted during runtime. Some specific flags have to be set depending on the way to extract these events: through GMIO or PLIO: + +**GMIO based event extraction** + +*aiecompiler_trace_gmio_options.cfg* + +```shell +[aie] +event-trace=runtime +broadcast-enable-core=true +event-trace-port=gmio +xlopt=0 +``` + +**PLIO based event extraction** + +*aiecompiler_trace_plio_options.cfg* + +```shell +[aie] +event-trace=runtime +broadcast-enable-core=true +num-trace-streams=16 +event-trace-port=plio +trace-plio-width=128 +xlopt=0 +``` + +Here are some options definitions: +- `event-trace=runtime`: trace events will be specified at runtime. This is actually the only possible option for hardware tracing. +- `broadcast-enable-core=true`: ensures that the enable core signals are broadcasted so that all kernels start within a few clock cycles of each other. +- `event-trace-port=gmio/plio`: selects the port type used for event tracing. GMIO is generally used for designs with limited PL resources, while PLIO is preferred for designs with sufficient PL resources. +- `num-trace-streams=16`: sets the number of trace streams within the AI Engine array to be used for event tracing. The default is 4 streams, the maximum is 16. Increasing the number of streams can help reduce contention within the trace data path, especially in designs with a large number of active kernels. The drawback is that it would use more resource making it more difficult for the router to route the AI Engine design by itself. +- `trace-plio-width=128`: specifies the width of the PLIO trace interface. +- `xlopt=0`: disables extra optimizations that could interfere with event tracing. Typically the compiler will avoid inlining the kernels within the main function, allowing the user to see each kernel as a separate entity in the trace and have a clear view of all iterations. + +### Link stage + +PL Trace is enabled during system link stage. This is done adding the `--profile.data` flag to the `v++` command line. + +```shell +v++ -g -l --platform ${PLATFORM} ${XOS} ${LIBADF} -t hw --save-temps --verbose --config ${VPP_SPEC} --profile.data all:all:all -o XCLBIN_File +``` + +The --profile option can be used to profile many different activities. For more information, see [--profile Options in UG1702](https://docs.amd.com/r/en-US/ug1702-vitis-accelerated-reference/profile-Options). + +. +`--profile.data all:all:all` will monitor data on all kernels and compute units. + + +### Run on hardware + +The packaging step is creating a zip version of the sd card image that can be used in any usual SD Card flash software like Balena Etcher. + +When the application is run on hardware, using XRT on Linux, the trace is captured using the following `xrt.ini` file specification: + +```shell +# Debug group for the aie, ps and pl +[Debug] +aie_profile = false +aie_trace = true +device_trace=fine +continuous_trace = true +host_trace=true + +# PL Trace buffer +trace_buffer_size = 32M +trace_buffer_offload_interval_ms = 5 + +# Subsection for AIE profile settings only if aie_profile is set to true +[AIE_profile_settings] +# Interval in between reading counters (in us) +interval_us = 1000 + +tile_based_aie_metrics = all:heat_map +tile_based_aie_memory_metrics = all:conflicts +tile_based_interface_tile_metrics = all:output_throughputs + + +# Subsection for AIE Trace only if aie_trace is set to true +[AIE_trace_settings] +# PLIO +reuse_buffer = true +periodic_offload = true +buffer_offload_interval_us = 50 +buffer_size = 100M + +tile_based_aie_tile_metrics = all:functions +enable_system_timeline = true + +[Runtime] +verbosity = 10 +``` + +The option `enable-system-timeline`is true by default. More information can be found at [*xrt.ini* file in UG1702](https://docs.amd.com/r/en-US/ug1702-vitis-accelerated-reference/xrt.ini-File). + +Plug the sd card in your board, connect the right COM port and boot the board. + +Login with username `petalinux` and set the password to whatever you want, let say `p`. + +For the next steps you should be the superuser: `sudo su` and enter yout password. +Change `root` password: `passwd root`, let's use `r` as the password. + +As you will have to copy back the trace files you must allow connection with `root` through ethernet: `vi /etc/ssh/sshd_config`. Change the option of `PermitRootLogin` into `yes`. + +Now, go to the application directory: `cd /run/media/mmcblk0p1`. + +In order to allow multiple runs with different options you can use the script `newdir` which will copy the necessary files into directory `ptest1`, `ptest2`, and so on. + +in ptest1, check the content of `xrt.ini` and `embedded_exec.sh`. + +Run the application: `./embedded_exec.sh` + +All trace files should be generated in 2s. If you want to perform another test with other parameters, you can run `./newdir` from `/run/media/mmcblk0p1` and change the parameters as you wish in `ptest2/xrt.ini`. Type `reboot` to restart the board and re-run the application. + +Once you have run the application with multiple sets of parameters, you can copy the various `ptest` directories back to your development machine using `scp` (use `ifconfig` to get the board inet address). + +You can copy the whole `ptest*`directories to `ProfileData` on your development machine. The minimum set of files that you have to copy is: `*.csv, *.txt, *.bin, *summary` + +![MissingImage](images/TraceFiles.png) + +Now you can run `vitis_analyzer`on your development machine with the summary file: `vitis_analyzer xrt.run_summary`. to view the System Timeline you have to allow it on the tool: In the top bar menu click on *Vitis -> New Feature Preview*, and check *System Timeline*. + +Click on the analysis tab on the left of Vitis Analyzer, and click on *Timeline Trace*. + +The overall view covers the complete simulation time: + +![Missing image](images/OverallTrace.png) + +At the begining we can see when the processing system is opening the device and starts the PL kernels: + +![Missing images](images/StartPLKernels.png) + +Zooming in where the AI Engine graph starts, we can see the PL Kernels **gen2s** generating the data and the AI Engine kernels consuming these data. These trace are not perfectly aligned but still enough to understand the overall behaviour of the system. + +![Missing image](images/StartGraph.png) + +The polling interval is crucial in event alignment. Reducing the polling interval can help to better align events in the timeline at the expense of some timestamp file size increase. In order to show the effect of different polling intervals, you can modify the `buffer_offload_interval_us` parameter in `xrt.ini` file. The default value is 50µs, In the following example I increased it to 100µs: + +![Missing image](images/StartGraphV2.png) + +As you can see , the PL kernels are out of sync with the AI Engine array iterations. + +### Other tests + +You can play with all parameters: + +- trace_buffer_offload_interval_ms +- tile_based_aie_tile_metrics +- Change or remove AI Engine Profiling metrics +- Change number of iterations in embedded_exec.sh + +## Conclusion + +In this tutorial, we explored how to set up and analyze system-level traces for AI Engine applications using system timeline feature. We covered the necessary configuration changes, the process of running the application on the target hardware, and the steps to collect and analyze the generated trace files. By leveraging the Vitis Analyzer tool, we can gain valuable insights into the performance and behavior of our AI Engine applications, enabling us to optimize and improve their efficiency. + + +## License + +___ + + The MIT License (MIT) + + Copyright (c) 2025 Advanced Micro Devices, Inc. All rights reserved. + SPDX-License-Identifier: MIT + +## Support + +GitHub issues will be used for tracking requests and bugs. For questions, go to [support.xilinx.com](https://support.xilinx.com/). + +
+ +

Copyright © 2021–2025 Advanced Micro Devices, Inc.

+ +

Terms and Conditions

diff --git a/AI_Engine_Development/AIE/Feature_Tutorials/27-system-timeline/Utils/CreateData.py b/AI_Engine_Development/AIE/Feature_Tutorials/27-system-timeline/Utils/CreateData.py new file mode 100755 index 0000000000..3d13216acd --- /dev/null +++ b/AI_Engine_Development/AIE/Feature_Tutorials/27-system-timeline/Utils/CreateData.py @@ -0,0 +1,67 @@ +#!/usr/bin/env python3 +# +#Copyright (C) 2025, Advanced Micro Devices, Inc. All rights reserved. +#SPDX-License-Identifier: MIT +# + +import os +import sys +import numpy as np + +OK = 1 + +if (len(sys.argv) < 5): + OK = 0 + print("P1", file = sys.stderr) +elif (len(sys.argv) != int(sys.argv[3])+4): + OK = 0 + print("P2", file = sys.stderr) + +if (OK == 0): + print ("Usage: CreateData NbDataPerLine Base Dimensions LengthDim1 [LengthDim2 ...]", file = sys.stderr) + exit(1) + +NDataPerLine = int(sys.argv[1]) +Base = int(sys.argv[2]) +NDims = int(sys.argv[3]) +DimL = np.zeros([NDims],dtype = int) +CumL = np.zeros([NDims],dtype = int) + +print("Numerical Base: ", int(Base), file = sys.stderr) +print("Number of Dimensions: ",int(NDims), file = sys.stderr) +for i in range(int(sys.argv[3])): + DimL[i] = int(sys.argv[i+4]) + print("Length Dimension ", str(i), ": ",str(DimL[i]), file = sys.stderr) + +L = 1; +for i in range(NDims): + CumL[i] = L + L = L*DimL[i] + +print("\nTotal Length: ", str(L), file = sys.stderr) +Data = np.zeros([L], dtype=int) +Mod = np.zeros([NDims],dtype = int) + + +for i in range(L): + x = i + for j in range(NDims-1,-1,-1): + Mod[j] = x/CumL[j] + x = x - CumL[j]*Mod[j] + + + x = 0 + b = 1 + for j in range(NDims): + x = x + b*Mod[j] + b = b*Base + Data[i] = x + + +for i in range(L): + if(i%NDataPerLine != NDataPerLine-1): + print(str(Data[i]),end = "\t") + else: + print(str(Data[i])) + +print("") diff --git a/AI_Engine_Development/AIE/Feature_Tutorials/27-system-timeline/Utils/CreateLinearData.py b/AI_Engine_Development/AIE/Feature_Tutorials/27-system-timeline/Utils/CreateLinearData.py new file mode 100755 index 0000000000..d9a93fbd24 --- /dev/null +++ b/AI_Engine_Development/AIE/Feature_Tutorials/27-system-timeline/Utils/CreateLinearData.py @@ -0,0 +1,73 @@ +#!/usr/bin/env python3 +# +#Copyright (C) 2025, Advanced Micro Devices, Inc. All rights reserved. +#SPDX-License-Identifier: MIT +# + +import os +import sys +import numpy as np + +OK = 1 + +if (len(sys.argv) != 4): + OK = 0 + +if (OK == 0): + print ("Usage: CreateLinearData DataType PLIO_Width Length", file = sys.stderr) + exit(1) + +DataType = sys.argv[1]; +PLIO_Width = int(sys.argv[2]) +Length = int(sys.argv[3]) + +Vmin = 0 +Vmax = 0 +Nbits = 0 + +if ( DataType == 'uint8'): + Vmax = 255 + Nbits = 8 +elif(DataType == 'int8'): + Vmin = -128 + Vmax = 127 + Nbits=8 +elif(DataType == 'uint16'): + Vmax = 65535 + Nbits=16 +elif(DataType == 'int16'): + Vmin = -32768 + Vmax = 32767 + Nbits = 16 +elif(DataType == 'uint32'): + Vmax = 4294967295 + Nbits=32 +elif(DataType == 'int32'): + Vmin = -2147483648 + Vmax = 2147483647 + Nbits = 32 + +print("Data Type: ",DataType, file = sys.stderr) +print(" Min: ",int(Vmin), file = sys.stderr) +print(" Max: ",int(Vmax), file = sys.stderr) +print(" Nbits: ",int(Nbits), file = sys.stderr) + +NDataPerLine = int(PLIO_Width)/int(Nbits) + +print("\nTotal Length: ", str(Length), file = sys.stderr) +print("\nN Data Per Line: ", str(NDataPerLine), file = sys.stderr) + + +V = 0 + +for i in range(Length): + if(i%NDataPerLine != NDataPerLine-1): + print(str(V),end = "\t") + else: + print(str(V)) + + V = V+1 + if(V>Vmax): + V = Vmin + +print("") diff --git a/AI_Engine_Development/AIE/Feature_Tutorials/27-system-timeline/Utils/DisplayPlot.py b/AI_Engine_Development/AIE/Feature_Tutorials/27-system-timeline/Utils/DisplayPlot.py new file mode 100755 index 0000000000..25f4ec771d --- /dev/null +++ b/AI_Engine_Development/AIE/Feature_Tutorials/27-system-timeline/Utils/DisplayPlot.py @@ -0,0 +1,60 @@ +#!/usr/bin/env python3 +# +#Copyright (C) 2025, Advanced Micro Devices, Inc. All rights reserved. +#SPDX-License-Identifier: MIT +# + +import os +import sys +import numpy as np +import csv + + +OK = 1 + + +NArgs = len(sys.argv) + +if (NArgs < 2): + print ("Usage: DisplayPlot.py Filename(s)", file = sys.stderr) + exit(1) + +#loop on the files +for i in range(1, NArgs): + Filename = sys.argv[i] + + if (not os.path.isfile(Filename)): + print("File ", Filename, " does not exist", file = sys.stderr) + OK = 0 + continue + + print("File ", Filename, " exists", file = sys.stderr) + + with open(Filename, 'r') as csvfile: + # creating a csv reader object + csvreader = csv.reader(csvfile) + + # extracting field names through first row + fields = next(csvreader) + + # extracting each data row one by one + rows = [] + for row in csvreader: + rows.append(row) + + # get total number of rows + print("Total no. of rows: %d" % (csvreader.line_num)) + + # printing the field names + print('Field names are:' + ', '.join(field for field in fields)) + + # printing first 5 rows + print('\nFirst 5 rows are:\n') + for row in rows[:5]: + # parsing each column of a row + for col in row: + print("%10s" % col, end=" "), + print('\n') + + print(rows) + diff --git a/AI_Engine_Development/AIE/Feature_Tutorials/27-system-timeline/addon_files/BaseSystemCFG.cfg b/AI_Engine_Development/AIE/Feature_Tutorials/27-system-timeline/addon_files/BaseSystemCFG.cfg new file mode 100755 index 0000000000..48b4e7beb7 --- /dev/null +++ b/AI_Engine_Development/AIE/Feature_Tutorials/27-system-timeline/addon_files/BaseSystemCFG.cfg @@ -0,0 +1,28 @@ +# +#Copyright (C) 2025, Advanced Micro Devices, Inc. All rights reserved. +#SPDX-License-Identifier: MIT +# + + +[connectivity] +# # All inputs are on 8 bits +# nk=mm2s_8_128:4 + +# # 1 output is in 16 bits, the other one in 32 bits +# nk=s2mm_32_128:1 +# nk=s2mm_16_128:1 + +# stream_connect=mm2s_8_128_1.s:ai_engine_0.inputA1 +# stream_connect=mm2s_8_128_2.s:ai_engine_0.inputB1 +# stream_connect=ai_engine_0.outputC1:s2mm_32_128_1.s + +# stream_connect=mm2s_8_128_3.s:ai_engine_0.inputA2 +# stream_connect=mm2s_8_128_4.s:ai_engine_0.inputB2 +# stream_connect=ai_engine_0.outputC2:s2mm_16_128_1.s + + +[advanced] +param=hw_emu.enableProfiling=true +param=compiler.addOutputTypes=hw_export +[clock] +defaultFreqHz=325000000 diff --git a/AI_Engine_Development/AIE/Feature_Tutorials/27-system-timeline/addon_files/Makefile b/AI_Engine_Development/AIE/Feature_Tutorials/27-system-timeline/addon_files/Makefile new file mode 100755 index 0000000000..587f532604 --- /dev/null +++ b/AI_Engine_Development/AIE/Feature_Tutorials/27-system-timeline/addon_files/Makefile @@ -0,0 +1,40 @@ +# +#Copyright (C) 2025, Advanced Micro Devices, Inc. All rights reserved. +#SPDX-License-Identifier: MIT +# + +include ../common.mk + +.PHONY: clean + +ConfigName := system_$(NAntenna).cfg + +$(info "-------------------------------------------------------------------------") +$(info "Hw Configuration File Build: $(ConfigName)") +$(info "-------------------------------------------------------------------------") +$(info "Number of Antenna : $(NAntenna)") +$(info "Width of PLIO I/F : $(PLIOW)") +$(info "Data Width (Nb Bits): $(DATAW)") +$(info "-------------------------------------------------------------------------") + + + + +all: SystemFileCreation + + +SystemFileCreation: + head --lines=7 BaseSystemCFG.cfg > $(ConfigName) + echo "nk=gen2s_$(DATAW)_$(PLIOW):$(NAntenna)" >> $(ConfigName) + echo "nk=s2mm_$(DATAW)_$(PLIOW):$(NAntenna)" >> $(ConfigName) + number=1 ; id0=0 ; while [[ $$number -le $(NAntenna) ]] ; do \ + echo "stream_connect=gen2s_$(DATAW)_$(PLIOW)_$$number.s:ai_engine_0.Input_$$id0" >> $(ConfigName) ; \ + echo "stream_connect=ai_engine_0.Output_$$id0:s2mm_$(DATAW)_$(PLIOW)_$$number.s" >> $(ConfigName) ; \ + echo " " >> $(ConfigName) ; \ + ((number = number + 1)) ; \ + ((id0 = id0 + 1)) ; \ + done + tail --line=6 BaseSystemCFG.cfg >> $(ConfigName) + +clean: + rm -rf system*.cfg diff --git a/AI_Engine_Development/AIE/Feature_Tutorials/27-system-timeline/addon_files/aiesim_options.txt b/AI_Engine_Development/AIE/Feature_Tutorials/27-system-timeline/addon_files/aiesim_options.txt new file mode 100755 index 0000000000..60c944e739 --- /dev/null +++ b/AI_Engine_Development/AIE/Feature_Tutorials/27-system-timeline/addon_files/aiesim_options.txt @@ -0,0 +1,8 @@ +# +#Copyright (C) 2025, Advanced Micro Devices, Inc. All rights reserved. +#SPDX-License-Identifier: MIT +# + + +AIE_PKG_DIR=/home/oliviert/xirguup/NewVersions/SourceCode/AIEML/SparseMatrixMultiply/aie/Work +AIE_DUMP_VCD=foo diff --git a/AI_Engine_Development/AIE/Feature_Tutorials/27-system-timeline/addon_files/embedded_exec.sh b/AI_Engine_Development/AIE/Feature_Tutorials/27-system-timeline/addon_files/embedded_exec.sh new file mode 100755 index 0000000000..baa9943af7 --- /dev/null +++ b/AI_Engine_Development/AIE/Feature_Tutorials/27-system-timeline/addon_files/embedded_exec.sh @@ -0,0 +1,12 @@ +#!/bin/bash +# +#Copyright (C) 2025, Advanced Micro Devices, Inc. All rights reserved. +#SPDX-License-Identifier: MIT +# + + +export XILINX_XRT=/usr + +./host.exe a.xclbin 100 &> out.txt + + diff --git a/AI_Engine_Development/AIE/Feature_Tutorials/27-system-timeline/addon_files/newdir b/AI_Engine_Development/AIE/Feature_Tutorials/27-system-timeline/addon_files/newdir new file mode 100755 index 0000000000..c1bdf59a34 --- /dev/null +++ b/AI_Engine_Development/AIE/Feature_Tutorials/27-system-timeline/addon_files/newdir @@ -0,0 +1,20 @@ +#!/bin/bash +# +# Copyright (C) 2025, Advanced Micro Devices, Inc. All rights reserved. +# SPDX-License-Identifier: MIT +# + +num=1 +while [ -d ptest$num ]; do +num=$(($num+1)) +done + +echo "Creating ptest$num..." +mkdir ptest$num + +cd ptest$num +cp -r ../data . +cp ../a.xclbin . +cp ../host.exe . +cp ../xrt.ini . +cp ../embedded_exec.sh . diff --git a/AI_Engine_Development/AIE/Feature_Tutorials/27-system-timeline/addon_files/newdir_api b/AI_Engine_Development/AIE/Feature_Tutorials/27-system-timeline/addon_files/newdir_api new file mode 100755 index 0000000000..340e927dda --- /dev/null +++ b/AI_Engine_Development/AIE/Feature_Tutorials/27-system-timeline/addon_files/newdir_api @@ -0,0 +1,16 @@ +#!/bin/bash +# +# Copyright (C) 2025, Advanced Micro Devices, Inc. All rights reserved. +# SPDX-License-Identifier: MIT +# + + + +echo "Creating ptest_api..." +mkdir ptest_api + +cd ptest_api +cp -r ../data . +cp ../a.xclbin . +cp ../host_api.exe host.exe +cp ../embedded_exec.sh . diff --git a/AI_Engine_Development/AIE/Feature_Tutorials/27-system-timeline/addon_files/system_4.cfg b/AI_Engine_Development/AIE/Feature_Tutorials/27-system-timeline/addon_files/system_4.cfg new file mode 100755 index 0000000000..c88025fb41 --- /dev/null +++ b/AI_Engine_Development/AIE/Feature_Tutorials/27-system-timeline/addon_files/system_4.cfg @@ -0,0 +1,27 @@ +# +#Copyright (C) 2025, Advanced Micro Devices, Inc. All rights reserved. +#SPDX-License-Identifier: MIT +# + + +[connectivity] +nk=gen2s_16_128:4 +nk=s2mm_16_128:4 +stream_connect=gen2s_16_128_1.s:ai_engine_0.Input_0 +stream_connect=ai_engine_0.Output_0:s2mm_16_128_1.s + +stream_connect=gen2s_16_128_2.s:ai_engine_0.Input_1 +stream_connect=ai_engine_0.Output_1:s2mm_16_128_2.s + +stream_connect=gen2s_16_128_3.s:ai_engine_0.Input_2 +stream_connect=ai_engine_0.Output_2:s2mm_16_128_3.s + +stream_connect=gen2s_16_128_4.s:ai_engine_0.Input_3 +stream_connect=ai_engine_0.Output_3:s2mm_16_128_4.s + + +[advanced] +param=hw_emu.enableProfiling=true +param=compiler.addOutputTypes=hw_export +[clock] +defaultFreqHz=325000000 diff --git a/AI_Engine_Development/AIE/Feature_Tutorials/27-system-timeline/addon_files/xrt.ini b/AI_Engine_Development/AIE/Feature_Tutorials/27-system-timeline/addon_files/xrt.ini new file mode 100755 index 0000000000..606f800b24 --- /dev/null +++ b/AI_Engine_Development/AIE/Feature_Tutorials/27-system-timeline/addon_files/xrt.ini @@ -0,0 +1,41 @@ +# +# Copyright (C) 2025, Advanced Micro Devices, Inc. All rights reserved. +# SPDX-License-Identifier: MIT +# +# UG1393 for details + +# Debug group for the aie +[Debug] +aie_profile = true +aie_trace = true +device_trace=fine +continuous_trace = true +host_trace=true + +trace_buffer_size = 32M +trace_buffer_offload_interval_ms = 5 + +# Subsection for AIE profile settings only if aie_profile is set to true +[AIE_profile_settings] +# Interval in between reading counters (in us) +interval_us = 1000 + +tile_based_aie_metrics = all:heat_map +tile_based_aie_memory_metrics = all:conflicts +tile_based_interface_tile_metrics = all:output_throughputs + + +# Subsection for AIE Trace only if aie_trace is set to true +[AIE_trace_settings] +# PLIO +reuse_buffer = true +periodic_offload = true +buffer_offload_interval_us = 50 +buffer_size = 100M + +tile_based_aie_tile_metrics = all:functions +enable_system_timeline = true + +[Runtime] +verbosity = 10 + diff --git a/AI_Engine_Development/AIE/Feature_Tutorials/27-system-timeline/aie/Makefile b/AI_Engine_Development/AIE/Feature_Tutorials/27-system-timeline/aie/Makefile new file mode 100755 index 0000000000..de27301842 --- /dev/null +++ b/AI_Engine_Development/AIE/Feature_Tutorials/27-system-timeline/aie/Makefile @@ -0,0 +1,124 @@ +# Copyright (C) 2023, Advanced Micro Devices, Inc. All rights reserved. +# SPDX-License-Identifier: MIT + + +include ../common.mk + +$(info "-------------------------------------------------------------------------") +$(info "AI Engine Build") +$(info "-------------------------------------------------------------------------") +$(info "Number of Antenna : $(NAntenna)") +$(info "Multirate Enabled : $(MULTIRATE)") +$(info "Number of Iterations : $(NIterations)") +$(info "Width of PLIO I/F : $(PLIOW)") +$(info "Data Width (Nb Bits) : $(DATAW)") +$(info "Data Frame Length : $(FRAME_LENGTH)") +$(info "Filter Margin Length : $(MARGIN_LENGTH)") +$(info "PL Kernel Frequency : $(FREQ_HZ)") +$(info "Ready for Hw/Sw Tracing: $(ENABLE_TRACE)") +$(info "Ready for Sim Profiling: $(ENABLE_PROFILE)") +$(info "-------------------------------------------------------------------------") + +# Event trace: Simulation and Hardware +ifeq ($(strip $(ARCH)),aie) + ARCH_AIECMP := 10 +else ifeq ($(strip $(ARCH)),aie-ml) + ARCH_AIECMP := 20 +else + $(error "ARCH should be either aie for AI Engine or aie-ml for AI Engine ML (ARCH = $(ARCH))") +endif + + + +SYSTEM_VAR := NAntenna=$(NAntenna) MULTIRATE=$(MULTIRATE) NIterations=$(NIterations) PLIOW=$(PLIOW) DATAW=$(DATAW) FREQ_HZ=$(FREQ_HZ) FRAME_LENGTH=$(FRAME_LENGTH) MARGIN_LENGTH=$(MARGIN_LENGTH) + +SYSTEM_VAR_D := -DNAntenna=$(NAntenna) -DMULTIRATE=$(MULTIRATE) -DNIterations=$(NIterations) -DPLIOW=$(PLIOW) -DFREQ_HZ=$(FREQ_HZ) -DFRAME_LENGTH=$(FRAME_LENGTH) -DMARGIN_LENGTH=$(MARGIN_LENGTH) -DARCH_AIECMP=$(ARCH_AIECMP) + +ifeq ($(TOOLV),2024.2) + PreProc := --aie.Xpreproc "\"$(SYSTEM_VAR_D)\"" +else + PreProc := --aie.Xpreproc "$(SYSTEM_VAR_D)" +endif + +GRAPH = src/graph.cpp +LIBADF = libadf.a +AIE_CMPL_CMD := v++ --compile --mode aie --include "./src" --include "./src/kernels" --aie.workdir ./Work ${GRAPH} --platform $(PLATFORM) +AIE_FLAGS := --aie.log-level 5 +AIE_FLAGS += $(PreProc) +AIE_FLAGS += --aie.output-archive $(LIBADF) +# AIE_FLAGS += --aie.Xchess=main:darts.xargs=-nb + +AIE_SIM_CMD := aiesimulator --pkg-dir=./Work + +# Event trace: Simulation and Hardware +ifeq ($(strip $(ENABLE_TRACE)),true) + AIE_FLAGS += --config aiecompiler_trace_$(TRACE_CHANNEL)_options.cfg + AIE_SIM_CMD += --dump-vcd foo + AIE_SIM_CMD += --options-file=aiesim-options.txt +endif + +# Profiling +ifeq ($(strip $(ENABLE_PROFILE)),true) + AIE_SIM_CMD += --profile --display-gmio-throughput +endif + + +all: clean data aie aiesim simviz + +run: clean data aie aiesim + + +.PHONY: data help _help + +NSamples := $(shell echo " 2 * 256 * $(NIterations)" | bc) +disp: + @echo $(NSamples) + +data: + mkdir -p data + echo $(PWD) + echo $(ROOTDIR) + $(UTILS_DIR)/CreateLinearData.py int16 $(PLIOW) $(NSamples) > data/input.txt + cp -rf data $(ROOTDIR) + +aie: ${LIBADF} +${LIBADF}: src/* + $(AIE_CMPL_CMD) $(AIE_FLAGS) + +aiesim: ${LIBADF} + ${AIE_SIM_CMD} + +events: + vcdanalyze -v --pkg-dir ./Work --vcd foo.vcd + +extract: + grep Events < trdata.aiesim/events.txt + + +aieviz: $(LIBADF) + vitis_analyzer ./Work/graph.aiecompile_summary + +simviz: $(LIBADF) + vitis_analyzer aiesimulator_output/default.aierun_summary + +help: + make -s _help + +_help: + echo -e "\n\n===========================================\n" + echo "Targeted Architectures (Can be modified in common.mk):" + echo "ARCH=aie: AI Engine (default)" + echo "ARCH=aie-ml: AI Engine ML" + echo " " + echo -e "\n===========================================\n" + + +clean: + rm -rf _x libadf.a Work .Xil vitis_analyzer* foo.vcd *.log pl_sample* aiesimulator_output + rm -rf .AIE_SIM_CMD_LINE_OPTIONS *.csv *.db temp + rm -rf logs trdata.aiesim ISS_RPC_SERVER_PORT .wsdata plio_throughput_info.json + rm -rf + +clean-all: + make clean + rm -rf data diff --git a/AI_Engine_Development/AIE/Feature_Tutorials/27-system-timeline/aie/aiecompiler_trace_gmio_options.cfg b/AI_Engine_Development/AIE/Feature_Tutorials/27-system-timeline/aie/aiecompiler_trace_gmio_options.cfg new file mode 100755 index 0000000000..43b99fbf82 --- /dev/null +++ b/AI_Engine_Development/AIE/Feature_Tutorials/27-system-timeline/aie/aiecompiler_trace_gmio_options.cfg @@ -0,0 +1,12 @@ +# +#Copyright (C) 2025, Advanced Micro Devices, Inc. All rights reserved. +#SPDX-License-Identifier: MIT +# + +[aie] +event-trace=runtime +broadcast-enable-core=true + +event-trace-port=gmio + +xlopt=0 diff --git a/AI_Engine_Development/AIE/Feature_Tutorials/27-system-timeline/aie/aiecompiler_trace_plio_options.cfg b/AI_Engine_Development/AIE/Feature_Tutorials/27-system-timeline/aie/aiecompiler_trace_plio_options.cfg new file mode 100755 index 0000000000..edf4f5e85f --- /dev/null +++ b/AI_Engine_Development/AIE/Feature_Tutorials/27-system-timeline/aie/aiecompiler_trace_plio_options.cfg @@ -0,0 +1,14 @@ +# +#Copyright (C) 2025, Advanced Micro Devices, Inc. All rights reserved. +#SPDX-License-Identifier: MIT +# + +[aie] +event-trace=runtime +broadcast-enable-core=true + +num-trace-streams=16 +event-trace-port=plio +trace-plio-width=128 + +xlopt=0 diff --git a/AI_Engine_Development/AIE/Feature_Tutorials/27-system-timeline/aie/aiesim-options.txt b/AI_Engine_Development/AIE/Feature_Tutorials/27-system-timeline/aie/aiesim-options.txt new file mode 100755 index 0000000000..0faad12155 --- /dev/null +++ b/AI_Engine_Development/AIE/Feature_Tutorials/27-system-timeline/aie/aiesim-options.txt @@ -0,0 +1,19 @@ +# +#Copyright (C) 2025, Advanced Micro Devices, Inc. All rights reserved. +#SPDX-License-Identifier: MIT +# + +AIE_DUMP_VCD_IO=true +AIE_DUMP_VCD_CORE=true +AIE_DUMP_VCD_SHIM=true +AIE_DUMP_VCD_MEM=true +AIE_DUMP_VCD_STREAM_SWITCH=true +AIE_DUMP_VCD_CLK=true + + +#AIE_DUMP_VCD_IO=true +#AIE_DUMP_VCD_CORE=false +#AIE_DUMP_VCD_SHIM=true +#AIE_DUMP_VCD_MEM=false +#AIE_DUMP_VCD_STREAM_SWITCH=false +#AIE_DUMP_VCD_CLK=false diff --git a/AI_Engine_Development/AIE/Feature_Tutorials/27-system-timeline/aie/src/graph.cpp b/AI_Engine_Development/AIE/Feature_Tutorials/27-system-timeline/aie/src/graph.cpp new file mode 100755 index 0000000000..fedd900fae --- /dev/null +++ b/AI_Engine_Development/AIE/Feature_Tutorials/27-system-timeline/aie/src/graph.cpp @@ -0,0 +1,92 @@ +// Copyright (C) 2025, Advanced Micro Devices, Inc. All rights reserved. +// SPDX-License-Identifier: MIT + +#include + +#include "graph.h" + +#if MULTIRATE == false +MyGraph G(""); +#else +MyGraphUp G(""); +#endif + +#if defined(__AIESIM__) || defined(__X86SIM__) + +template +void UpdateParam(MyGraph &G, cint16 Gain, int32 FilterSel) +{ + for(int i=0;i +void UpdateParam(MyGraphUp &G, cint16 Gain, int32 FilterSel) +{ + for(int i=0;i +class GraphWithRTP : public graph { + +public: + kernel ptin,filt,gaink,ptout; + + port in; + port out; + port Gval,Fsel; + + GraphWithRTP() { + ptin = kernel::create(passthrough_strbuf); + source(ptin) = "kernels/Passthrough.cpp"; + runtime(ptin) = (double)RATIO_PT/100.0; + + filt = kernel::create(filter_buf); + source(filt) = "kernels/Filter.cpp"; + runtime(filt) = (double)RATIO/100.0; + + gaink = kernel::create(gain); + source(gaink) = "kernels/Gain.cpp"; + runtime(gaink) = (double)RATIO/100.0; + + ptout = kernel::create(passthrough_bufstr); + source(ptout) = "kernels/Passthrough.cpp"; + runtime(ptout) = (double)RATIO_PT/100.0; + + connect(in, ptin.in[0]); + connect(ptin.out[0],filt.in[0]); + connect(filt.out[0],gaink.in[0]); + connect(gaink.out[0],ptout.in[0]); + connect(ptout.out[0],out); + + connect(Gval,async(gaink.in[1])); + connect(Fsel,async(filt.in[1])); + }; +}; + +template +class GraphUpsampleWithRTP : public graph { + +public: + kernel ptin,filt,gaink,ptout; + + port in; + port out; + port Gval,Fsel; + + GraphUpsampleWithRTP() { + ptin = kernel::create(passthrough_strbuf); + source(ptin) = "kernels/Passthrough.cpp"; + runtime(ptin) = (double)RATIO_PT/100.0; + + filt = kernel::create(filter_buf); + source(filt) = "kernels/Filter.cpp"; + runtime(filt) = (double)RATIO/100.0; + + gaink = kernel::create(gain); + source(gaink) = "kernels/Gain.cpp"; + runtime(gaink) = (double)RATIO/100.0; + + ptout = kernel::create(upsample_buffer); + source(ptout) = "kernels/Upsample.cpp"; + runtime(ptout) = (double)RATIO_PT/100.0; + + connect(in, ptin.in[0]); + connect(ptin.out[0],filt.in[0]); + connect(filt.out[0],gaink.in[0]); + connect(gaink.out[0],ptout.in[0]); + connect(ptout.out[0],out); + + connect(Gval,async(gaink.in[1])); + connect(Fsel,async(filt.in[1])); + }; +}; + + +template +class AllGraphs : public graph { +public: + GraphWithRTP<80,RATIO_FILTER_GAIN> G; + AllGraphs RG; + + port in[N]; + port out[N]; + port gin[N],fin[N]; + + + AllGraphs() + { + connect<> (in[N-1],G.in); + connect<> (G.out,out[N-1]); + connect<> (gin[N-1],G.Gval); + connect<> (fin[N-1],G.Fsel); + + for(int i=0;i (in[i],RG.in[i]); + connect<> (RG.out[i],out[i]); + connect<> (gin[i],RG.gin[i]); + connect<> (fin[i],RG.fin[i]); + } + + }; +}; + +template +class AllGraphs<1,RATIO_FILTER_GAIN> : public graph +{ +public: + GraphWithRTP<80, RATIO_FILTER_GAIN> G; + + port in[1]; + port out[1]; + port gin[1],fin[1]; + + + AllGraphs() + { + connect<> (in[0],G.in); + connect<> (G.out,out[0]); + connect<> (gin[0],G.Gval); + connect<> (fin[0],G.Fsel); + }; +}; + +template +class AllGraphsUp : public graph { +public: + GraphUpsampleWithRTP<80,RATIO_FILTER_GAIN,UPRATIO> G; + AllGraphsUp RG; + + port in[N]; + port out[N]; + port gin[N],fin[N]; + + + AllGraphsUp() + { + connect<> (in[N-1],G.in); + connect<> (G.out,out[N-1]); + connect<> (gin[N-1],G.Gval); + connect<> (fin[N-1],G.Fsel); + + for(int i=0;i (in[i],RG.in[i]); + connect<> (RG.out[i],out[i]); + connect<> (gin[i],RG.gin[i]); + connect<> (fin[i],RG.fin[i]); + } + + }; +}; + +template +class AllGraphsUp<1,RATIO_FILTER_GAIN,UPRATIO> : public graph +{ +public: + GraphUpsampleWithRTP<80, RATIO_FILTER_GAIN,UPRATIO> G; + + port in[1]; + port out[1]; + port gin[1],fin[1]; + + + AllGraphsUp() + { + connect<> (in[0],G.in); + connect<> (G.out,out[0]); + connect<> (gin[0],G.Gval); + connect<> (fin[0],G.Fsel); + }; +}; + +template +class MyGraph : public graph +{ +public: + AllGraphs G; + input_plio in[N]; + output_plio out[N]; + input_port gin[N],fin[N]; + + MyGraph(std::string Prefix) + { +#if PLIOW == 32 +#define PLIO_IF plio_32_bits +#elif PLIOW == 64 +#define PLIO_IF plio_64_bits +#elif PLIOW == 128 +#define PLIO_IF plio_128_bits +#endif + +#define FREQ_MHZ ((double)FREQ_HZ/1000000.0) + + for(int idx=0;idx (in[idx].out[0],G.in[idx]); + connect<> (G.out[idx],out[idx].in[0]); + connect<> (gin[idx],G.gin[idx]); + connect<> (fin[idx],G.fin[idx]); + } +#undef PLIO_IF + }; +}; + + +template +class MyGraphUp : public graph +{ +public: + AllGraphsUp G; + input_plio in[N]; + output_plio out[N]; + input_port gin[N],fin[N]; + + MyGraphUp(std::string Prefix) + { +#if PLIOW == 32 +#define PLIO_IF plio_32_bits +#elif PLIOW == 64 +#define PLIO_IF plio_64_bits +#elif PLIOW == 128 +#define PLIO_IF plio_128_bits +#endif + +#define FREQ_MHZ ((double)FREQ_HZ/1000000.0) + + for(int idx=0;idx (in[idx].out[0],G.in[idx]); + connect<> (G.out[idx],out[idx].in[0]); + connect<> (gin[idx],G.gin[idx]); + connect<> (fin[idx],G.fin[idx]); + } +#undef PLIO_IF + }; +}; diff --git a/AI_Engine_Development/AIE/Feature_Tutorials/27-system-timeline/aie/src/kernels.h b/AI_Engine_Development/AIE/Feature_Tutorials/27-system-timeline/aie/src/kernels.h new file mode 100755 index 0000000000..1cd753f2a8 --- /dev/null +++ b/AI_Engine_Development/AIE/Feature_Tutorials/27-system-timeline/aie/src/kernels.h @@ -0,0 +1,32 @@ +// Copyright (C) 2025, Advanced Micro Devices, Inc. All rights reserved. +// SPDX-License-Identifier: MIT + +#pragma once + +#include +#include + +#include "system_settings.h" + +void gain(adf::input_buffer> &__restrict in, + adf::output_buffer> &__restrict out,cint16 Gain); + +void passthrough_buffer(adf::input_buffer> &__restrict in, + adf::output_buffer> &__restrict out); + + +void passthrough_stream(input_stream *__restrict in, output_stream *__restrict out); + +void passthrough_bufstr(adf::input_buffer> &__restrict in, + output_stream *__restrict out); + +void passthrough_strbuf(input_stream *__restrict in, + adf::output_buffer> &__restrict out); + +void filter_str(input_stream *__restrict in, output_stream *__restrict out,int32 FiltSel); + +void filter_buf(adf::input_buffer,adf::margin> &__restrict in, + adf::output_buffer> &__restrict out,int32 FiltSel); + +template +void upsample_buffer(adf::input_buffer> &__restrict in, adf::output_buffer> &__restrict out); diff --git a/AI_Engine_Development/AIE/Feature_Tutorials/27-system-timeline/aie/src/kernels/Filter.cpp b/AI_Engine_Development/AIE/Feature_Tutorials/27-system-timeline/aie/src/kernels/Filter.cpp new file mode 100755 index 0000000000..cd534433fc --- /dev/null +++ b/AI_Engine_Development/AIE/Feature_Tutorials/27-system-timeline/aie/src/kernels/Filter.cpp @@ -0,0 +1,196 @@ +// Copyright (C) 2025, Advanced Micro Devices, Inc. All rights reserved. +// SPDX-License-Identifier: MIT + +#include "kernels.h" + + +alignas(32) int16_t weights[2][16] = + {{ 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16}, + { 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1}}; +const int ShiftVal[2] = {7,4}; + + +#if ARCH_AIECMP == 10 +void filter_buf(adf::input_buffer, adf::margin> &__restrict in, + adf::output_buffer> &__restrict out, + int32 FiltSel) +{ + aie::vector data; // 1024 bits + aie::accum acc; // 384 bits; + auto pi1 = aie::begin_vector<8>(in); + auto po1 = aie::begin_vector<4>(out); + + // Load the coeffs vector with weights + aie::vector coeffs = aie::load_v<16>(weights[FiltSel]); + const int SHIFT_VAL = ShiftVal[FiltSel]; + + // Define the operator + constexpr unsigned Lanes = 4, Points = 16, CoeffStep = 1, DataStepX = 1, DataStepY = 1; + + using mul_ops = aie::sliding_mul_ops; + + // Reading 256 bits - 0 + data.insert(0, *pi1++); + // Reading 256 bits - 1 + data.insert(1, *pi1++); + + for (unsigned i = 0; i < BUFFER_SIZE / 32; i++) + chess_prepare_for_pipelining + chess_loop_range(4, 32) + { + // Reading 256 bits - 2 --> 8 samples + data.insert(2, *pi1++); + + // mul performs multiplication accumulations with no initial value for the accumulator + acc = mul_ops::mul(coeffs, 0, data, 1); + *po1++ = acc.to_vector(SHIFT_VAL); + + acc = mul_ops::mul(coeffs, 0, data, 5); + *po1++ = acc.to_vector(SHIFT_VAL); + + // Reading 256 bits - 3 --> 8 samples + data.insert(3, *pi1++); + + // mul performs multiplication accumulations with no initial value for the accumulator + acc = mul_ops::mul(coeffs, 0, data, 9); + *po1++ = acc.to_vector(SHIFT_VAL); + + acc = mul_ops::mul(coeffs, 0, data, 13); + *po1++ = acc.to_vector(SHIFT_VAL); + + // Reading 256 bits - 0 --> 8 samples + data.insert(0, *pi1++); + + // mul performs multiplication accumulations with no initial value for the accumulator + acc = mul_ops::mul(coeffs, 0, data, 17); + *po1++ = acc.to_vector(SHIFT_VAL); + + acc = mul_ops::mul(coeffs, 0, data, 21); + *po1++ = acc.to_vector(SHIFT_VAL); + + // Reading 256 bits - 1 --> 8 samples + data.insert(1, *pi1++); + + // mul performs multiplication accumulations with no initial value for the accumulator + acc = mul_ops::mul(coeffs, 0, data, 25); + *po1++ = acc.to_vector(SHIFT_VAL); + + acc = mul_ops::mul(coeffs, 0, data, 29); + *po1++ = acc.to_vector(SHIFT_VAL); + } +} + +void filter_str(input_stream *__restrict in, output_stream *__restrict out, + int32 FiltSel) + +{ + static cint16 Memory[32]; + + aie::accum acc; // 384 bits; + + // Load the coeffs vector with weights + aie::vector coeffs = aie::load_v<16>(weights[FiltSel]); + const int SHIFT_VAL = ShiftVal[FiltSel]; + + // Load the data vector with memory + aie::vector data = aie::load_v<32>(Memory); + + // Define the operator + constexpr unsigned Lanes=4, Points=16, CoeffStep=1, DataStepX=1, DataStepY=1; + + using mul_ops = aie::sliding_mul_ops; + + for(unsigned i=0; i(in)); + acc = mul_ops::mul(coeffs, 0, data, 1); + writeincr(out,acc.to_vector(SHIFT_VAL)); + + data.insert(5, readincr_v<4>(in)); + acc = mul_ops::mul(coeffs, 0, data, 5); + writeincr(out,acc.to_vector(SHIFT_VAL)); + + + // mul performs multiplication accumulations with no initial value for the accumulator + data.insert(6, readincr_v<4>(in)); + acc = mul_ops::mul(coeffs, 0, data, 9); + writeincr(out,acc.to_vector(SHIFT_VAL)); + + data.insert(7, readincr_v<4>(in)); + acc = mul_ops::mul(coeffs, 0, data, 13); + writeincr(out,acc.to_vector(SHIFT_VAL)); + + + // mul performs multiplication accumulations with no initial value for the accumulator + data.insert(0, readincr_v<4>(in)); + acc = mul_ops::mul(coeffs, 0, data, 17); + writeincr(out,acc.to_vector(SHIFT_VAL)); + + data.insert(1, readincr_v<4>(in)); + acc = mul_ops::mul(coeffs, 0, data, 21); + writeincr(out,acc.to_vector(SHIFT_VAL)); + + + // mul performs multiplication accumulations with no initial value for the accumulator + data.insert(2, readincr_v<4>(in)); + acc = mul_ops::mul(coeffs, 0, data, 25); + writeincr(out,acc.to_vector(SHIFT_VAL)); + + data.insert(3, readincr_v<4>(in)); + acc = mul_ops::mul(coeffs, 0, data, 29); + writeincr(out,acc.to_vector(SHIFT_VAL)); + } + + // Save filter memory + data.store(Memory); + +} +#elif ARCH_AIECMP == 20 +void filter_buf(adf::input_buffer, adf::margin> &__restrict in, + adf::output_buffer> &__restrict out, + int32 FiltSel) +{ + aie::vector data; // 1024 bits + aie::accum acc; // 512 bits; + auto pi1 = aie::begin_vector<16>(in); + auto po1 = aie::begin_vector<16>(out); + + // Load the coeffs vector with weights + aie::vector coeffs = aie::load_v<16>(weights[FiltSel]); + const int SHIFT_VAL = ShiftVal[FiltSel]; + + // Define the operator + constexpr unsigned Lanes = 16, Points = 16, CoeffStep = 1, DataStepX = 1, DataStepY = 1; + + using mul_ops = aie::sliding_mul_ops; + + // Reading 512 bits - 16 samples + data.insert(0, *pi1++); + + for (unsigned i = 0; i < BUFFER_SIZE / 32; i++) + chess_prepare_for_pipelining + chess_loop_range(4, 32) + { + // Reading 512 bits - 1 --> 16 samples + data.insert(1, *pi1++); + + // mul performs multiplication accumulations with no initial value for the accumulator + acc = mul_ops::mul(coeffs, 0, data, 1); + *po1++ = acc.to_vector(SHIFT_VAL); + + // Reading 256 bits - 0 --> 16 samples + data.insert(0, *pi1++); + + // mul performs multiplication accumulations with no initial value for the accumulator + acc = mul_ops::mul(coeffs, 0, data, 17); + *po1++ = acc.to_vector(SHIFT_VAL); + } +} +#endif + + + diff --git a/AI_Engine_Development/AIE/Feature_Tutorials/27-system-timeline/aie/src/kernels/Gain.cpp b/AI_Engine_Development/AIE/Feature_Tutorials/27-system-timeline/aie/src/kernels/Gain.cpp new file mode 100755 index 0000000000..a767a2eca7 --- /dev/null +++ b/AI_Engine_Development/AIE/Feature_Tutorials/27-system-timeline/aie/src/kernels/Gain.cpp @@ -0,0 +1,17 @@ +// Copyright (C) 2025, Advanced Micro Devices, Inc. All rights reserved. +// SPDX-License-Identifier: MIT +#include "../kernels.h" + +void gain(adf::input_buffer> & in, +adf::output_buffer> & out, +cint16 Gain) +{ + auto pin = aie::begin_vector<8>(in); + auto pout = aie::begin_vector<8>(out); + + for(int i=0;i(0); + } +} \ No newline at end of file diff --git a/AI_Engine_Development/AIE/Feature_Tutorials/27-system-timeline/aie/src/kernels/Passthrough.cpp b/AI_Engine_Development/AIE/Feature_Tutorials/27-system-timeline/aie/src/kernels/Passthrough.cpp new file mode 100755 index 0000000000..dd3aa6c9e7 --- /dev/null +++ b/AI_Engine_Development/AIE/Feature_Tutorials/27-system-timeline/aie/src/kernels/Passthrough.cpp @@ -0,0 +1,98 @@ +// Copyright (C) 2025, Advanced Micro Devices, Inc. All rights reserved. +// SPDX-License-Identifier: MIT + +#include "kernels.h" + + +void passthrough_buffer(adf::input_buffer> &__restrict in, adf::output_buffer> &__restrict out) +{ + auto pi1 = aie::begin_vector<8>(in); + auto po1 = aie::begin_vector<8>(out); + + // Copy input to output + for (int i = 0; i < BUFFER_SIZE/8 ; i++) + chess_prepare_for_pipelining + { + *po1++ = *pi1++; + } + +} + +#if ARCH_AIECMP == 10 + +void passthrough_stream(input_stream *__restrict in, output_stream *__restrict out) +{ + for (int i = 0; i < BUFFER_SIZE/4 ; i++) + chess_prepare_for_pipelining + { + writeincr(out,readincr_v<4>(in)); + } +} + +void passthrough_bufstr(adf::input_buffer> &__restrict in, output_stream *__restrict out) +{ + auto pi1 = aie::begin_vector<4>(in); + + // Copy input to output + for (int i = 0; i < BUFFER_SIZE/4 ; i++) + chess_prepare_for_pipelining + { + auto inval = *pi1++; + writeincr(out,inval); + } + +} + +void passthrough_strbuf(input_stream *__restrict in, adf::output_buffer> &__restrict out) +{ + auto po1 = aie::begin_vector<4>(out); + + // Copy input to output + for (int i = 0; i < BUFFER_SIZE/4 ; i++) + chess_prepare_for_pipelining + { + auto inval = readincr_v<4>(in); + *po1++ = inval; + } + +} + +#elif ARCH_AIECMP == 20 + +void passthrough_stream(input_stream *__restrict in, output_stream *__restrict out) +{ + for (int i = 0; i < BUFFER_SIZE ; i++) + chess_prepare_for_pipelining + { + writeincr(out,readincr(in)); + } +} + +void passthrough_bufstr(adf::input_buffer> &__restrict in, output_stream *__restrict out) +{ + auto pi1 = aie::begin(in); + + // Copy input to output + for (int i = 0; i < BUFFER_SIZE ; i++) + chess_prepare_for_pipelining + { + auto inval = *pi1++; + writeincr(out,inval); + } + +} + +void passthrough_strbuf(input_stream *__restrict in, adf::output_buffer> &__restrict out) +{ + auto po1 = aie::begin(out); + + // Copy input to output + for (int i = 0; i < BUFFER_SIZE ; i++) + chess_prepare_for_pipelining + { + auto inval = readincr(in); + *po1++ = inval; + } + +} +#endif diff --git a/AI_Engine_Development/AIE/Feature_Tutorials/27-system-timeline/aie/src/kernels/Upsample.cpp b/AI_Engine_Development/AIE/Feature_Tutorials/27-system-timeline/aie/src/kernels/Upsample.cpp new file mode 100755 index 0000000000..73a0e20252 --- /dev/null +++ b/AI_Engine_Development/AIE/Feature_Tutorials/27-system-timeline/aie/src/kernels/Upsample.cpp @@ -0,0 +1,25 @@ +// Copyright (C) 2025, Advanced Micro Devices, Inc. All rights reserved. +// SPDX-License-Identifier: MIT + +#include "kernels.h" + + +template +void upsample_buffer(adf::input_buffer> &__restrict in, adf::output_buffer> &__restrict out) +{ + auto pi1 = aie::begin_vector<8>(in); + auto po1 = aie::begin_vector<8>(out); + + // Copy input to output + for (int i = 0; i < BUFFER_SIZE/8 ; i++) + chess_prepare_for_pipelining + { + auto reg = *pi1++; + for(int j=0;j plkernels/HLSConfig_$(basename $@).cfg + sed -i "s/syn.file=/syn.file=..\/$(basename $@).cpp/g" plkernels/HLSConfig_$(basename $@).cfg + v++ --compile --mode hls --platform $(PLATFORM) --config plkernels/HLSConfig_$(basename $@).cfg --work_dir plkernels/$(basename $@) + cp plkernels/$(basename $@)/$(basename $@).xo . + +clean: + rm -rf _x *.xo* *.log .Xil .crashReporter plkernels gen2s_* s2mm_* mm2s_* diff --git a/AI_Engine_Development/AIE/Feature_Tutorials/27-system-timeline/pl_kernels/gen2sCPP.cpp b/AI_Engine_Development/AIE/Feature_Tutorials/27-system-timeline/pl_kernels/gen2sCPP.cpp new file mode 100755 index 0000000000..2a3f703de3 --- /dev/null +++ b/AI_Engine_Development/AIE/Feature_Tutorials/27-system-timeline/pl_kernels/gen2sCPP.cpp @@ -0,0 +1,60 @@ +/* +Copyright (C) 2025, Advanced Micro Devices, Inc. All rights reserved. +SPDX-License-Identifier: MIT +*/ + + + +#include +#include +#include + + +extern "C" { + #define BUS_SIZE + #define DATA_SIZE + #define ARRAY_SIZE + + #define RATIO (BUS_SIZE/DATA_SIZE) + + +void FUNCTION_NAME (hls::stream >& s, int size) { + + #pragma HLS interface axis port=s + + #pragma HLS INTERFACE s_axilite port=size bundle=control + #pragma HLS interface s_axilite port=return bundle=control + ap_int d[RATIO]; + #pragma HLS ARRAY_RESHAPE variable=d type=complete dim=1 + ap_int v[ARRAY_SIZE]; + + // Generator Table initialization + INIT_D:for(int i=0; i D + if constexpr (RATIO==1) + v[i] = d[0]; + else if constexpr (RATIO==2) + v[i] = (d[0],d[1]); + else if constexpr (RATIO==4) + v[i] = (d[0],d[1],d[2],d[3]); + else if constexpr (RATIO==8) + v[i] = (d[0],d[1],d[2],d[3],d[4],d[5],d[6],d[7]); + + for(int j=0;j x; + x.data = v[i%ARRAY_SIZE]; + s.write(x); + } + } +} diff --git a/AI_Engine_Development/AIE/Feature_Tutorials/27-system-timeline/pl_kernels/mm2sCPP.cpp b/AI_Engine_Development/AIE/Feature_Tutorials/27-system-timeline/pl_kernels/mm2sCPP.cpp new file mode 100755 index 0000000000..f241a949e9 --- /dev/null +++ b/AI_Engine_Development/AIE/Feature_Tutorials/27-system-timeline/pl_kernels/mm2sCPP.cpp @@ -0,0 +1,44 @@ +/* +Copyright (C) 2025, Advanced Micro Devices, Inc. All rights reserved. +SPDX-License-Identifier: MIT +*/ +#include +#include +#include + + +extern "C" { + + #define BUS_SIZE + #define DATA_SIZE + #define ARRAY_SIZE + #define FRAME_SIZE + + void FUNCTION_NAME (ap_int* mem, hls::stream >& s, int size) { + #pragma HLS INTERFACE m_axi port=mem offset=slave bundle=gmem + + #pragma HLS interface axis port=s + + #pragma HLS INTERFACE s_axilite port=mem bundle=control + #pragma HLS INTERFACE s_axilite port=size bundle=control + #pragma HLS interface s_axilite port=return bundle=control + ap_int v[ARRAY_SIZE]; + + for(int i=0;i x; + x.data = v[i%ARRAY_SIZE]; + x.last = ((i%FRAME_SIZE)==127); + x.keep_all(); + s.write(x); + } + + } + +} diff --git a/AI_Engine_Development/AIE/Feature_Tutorials/27-system-timeline/pl_kernels/s2mmCPP.cpp b/AI_Engine_Development/AIE/Feature_Tutorials/27-system-timeline/pl_kernels/s2mmCPP.cpp new file mode 100755 index 0000000000..e74b8b476d --- /dev/null +++ b/AI_Engine_Development/AIE/Feature_Tutorials/27-system-timeline/pl_kernels/s2mmCPP.cpp @@ -0,0 +1,39 @@ +/* +Copyright (C) 2025, Advanced Micro Devices, Inc. All rights reserved. +SPDX-License-Identifier: MIT +*/ +#include +#include +#include + +extern "C" { + + #define BUS_SIZE + #define DATA_SIZE + #define ARRAY_SIZE + + void FUNCTION_NAME (ap_int* mem, hls::stream >& s, int size) + { + + static ap_int v[ARRAY_SIZE]; + + #pragma HLS INTERFACE m_axi port=mem offset=slave bundle=gmem + + #pragma HLS interface axis port=s + + #pragma HLS INTERFACE s_axilite port=mem bundle=control + #pragma HLS INTERFACE s_axilite port=size bundle=control + #pragma HLS interface s_axilite port=return bundle=control + + for(int i = 0; i < size; i++) { + #pragma HLS PIPELINE II=1 + ap_axis x = s.read(); + v[i%ARRAY_SIZE]=x.data; + } + + for(int i = 0; i < ARRAY_SIZE; i++) { + #pragma HLS PIPELINE II=1 + mem[i] = v[i]; + } + } +} diff --git a/AI_Engine_Development/AIE/Feature_Tutorials/27-system-timeline/sw/Makefile b/AI_Engine_Development/AIE/Feature_Tutorials/27-system-timeline/sw/Makefile new file mode 100755 index 0000000000..e862935c6f --- /dev/null +++ b/AI_Engine_Development/AIE/Feature_Tutorials/27-system-timeline/sw/Makefile @@ -0,0 +1,49 @@ +# +# Copyright (C) 2025, Advanced Micro Devices, Inc. All rights reserved. +# SPDX-License-Identifier: MIT +# + +include ../common.mk + +$(info "-------------------------------------------------------------------------") +$(info "Host Software Build") +$(info "-------------------------------------------------------------------------") +$(info "Number of Antenna : $(NAntenna)") +$(info "-------------------------------------------------------------------------") + + +HOST_EXE = ../host.exe +HOST_API_EXE = ../host_api.exe +HOST_INC = -I../ -I$(AIE_DIR)/src +HOST_OBJ = host.o +HOST_API_OBJ = host_api.o +HOST_SRC = host.cpp +# HOST_OPT := -print-search-dirs + + +CXXFLAGS += -std=c++17 -pipe -g -feliminate-unused-debug-types $(HOST_OPT) -I$(XILINX_HLS)/include/ -I${SDKTARGETSYSROOT}/usr/include/xrt/ -I${SDKTARGETSYSROOT}/usr/include -g -Wall -c -fmessage-length=0 --sysroot=${SDKTARGETSYSROOT} ${HOST_INC} -I${AIE_DIR} -DFRAME_SIZE=$(FRAME_SIZE) + +LDFLAGS += -lgcc -lc -lxilinxopencl -lxrt_coreutil -lpthread -lrt -ldl -lcrypt -lstdc++ +LDFLAGS += -L${SDKTARGETSYSROOT}/usr/lib/ --sysroot=${SDKTARGETSYSROOT} -L$(XILINX_VITIS)/aietools/lib/aarch64.o + + +SYSTEM_DEF := -DNAntenna=$(NAntenna) -DPLIOW=$(PLIOW) -DDATAW=$(DATAW) -DFRAME_LENGTH=$(FRAME_LENGTH) + +.PHONY: clean all + +all: $(HOST_EXE) $(HOST_API_EXE) + +${HOST_EXE}: ${HOST_OBJ} + ${CXX} -o $@ $^ ${LDFLAGS} + +${HOST_API_EXE}: ${HOST_API_OBJ} + ${CXX} -o $@ $^ ${LDFLAGS} + +${HOST_OBJ}: ${HOST_SRC} + ${CXX} ${CXXFLAGS} $(SYSTEM_DEF) -DUSE_XRT_EVENT_API=false -o $@ $< + +${HOST_API_OBJ}: ${HOST_SRC} + ${CXX} ${CXXFLAGS} $(SYSTEM_DEF) -DUSE_XRT_EVENT_API=true -o $@ $< + +clean: + rm -rf ${HOST_OBJ} ${HOST_API_OBJ} .Xil ${HOST_EXE} ${HOST_API_EXE} diff --git a/AI_Engine_Development/AIE/Feature_Tutorials/27-system-timeline/sw/host.cpp b/AI_Engine_Development/AIE/Feature_Tutorials/27-system-timeline/sw/host.cpp new file mode 100755 index 0000000000..4a95dcd971 --- /dev/null +++ b/AI_Engine_Development/AIE/Feature_Tutorials/27-system-timeline/sw/host.cpp @@ -0,0 +1,231 @@ +/* +Copyright (C) 2025, Advanced Micro Devices, Inc. All rights reserved. +SPDX-License-Identifier: MIT +*/ +#include +#include +#include +#include +#include +#include +#include + +#include "experimental/xrt_kernel.h" +#include "experimental/xrt_graph.h" +#include "xrt/xrt_aie.h" +#include "host.h" + +// const int Niter = 999; +const int PROFILE_WINDOW_SIZE_in_bytes = 1024; + +template +int load_data_file(std::string fname,T * data,int L) +{ + T d; + int l=0; + + std::ifstream fin(fname); + if(!fin) return(-1); + + while(fin>>d) + { + data[l++] = d; + if(l==L) break; + } + fin.close(); + return(l); +} + +// union { +// struct { short re,im;} cpx; +// int val; +// } cvt; + + +// Simulation + +#define MEM_SIZE(NITER) ((NITER) * FRAME_LENGTH / PLIO_NDATA ) + +int run(int argc, char* argv[]){ + + int pl_bram_size_in_bytes = PL_MEMORY_SIZE*PLIO_NBYTES; + + //TARGET_DEVICE macro needs to be passed from gcc command line + if(argc != 2 && argc != 3) { + std::cout << "Usage: " << argv[0] <<" [Niterations (default 1000)]" << std::endl; + return EXIT_FAILURE; + } + + std::string niter("1000"); + if(argc==3) + niter = std::string(argv[2]); + + int Niter = std::stoi(niter); + int profile_output_size_in_bytes = PROFILE_WINDOW_SIZE_in_bytes * Niter; + + char* xclbinFilename = argv[1]; + + + std::cout << "The simulation will run " << Niter << " Iterations" << std::endl << std::endl; + + // Open xclbin + xrt::device device = xrt::device(0); //device index=0 + if(device == nullptr) + throw std::runtime_error("No valid device handle found. Make sure using right xclOpen index."); + xrt::uuid uuid = device.load_xclbin(xclbinFilename); + + // s2mm & mm2s kernel handle + const int NioStreams = NAntenna; + const int NplKernels = NioStreams; + xrt::kernel * s2mm[NplKernels]; + xrt::kernel * gen2s[NplKernels]; + + for(int i=0;igroup_id(0)); + host_out[i] = out_bo[i]->map(); + } + + //kernel run + xrt::run s2mm_run[NplKernels]; + xrt::run gen2s_run[NplKernels]; + + // graph run + auto cghdl = xrt::graph(device,uuid,"G"); + cghdl.reset(); + std::cout << "graph Reset" << std::endl; + + // Update RTPs Before Run + int16_t coef1[] = {1,0}; + // int16_t coef2[] = {2,0}; + // int16_t coef3[] = {4,0}; + + std::string AntName[NAntenna]; + for(int i=0;isync(XCL_BO_SYNC_BO_FROM_DEVICE); + + int match = 0; + + // std::ofstream out("out.txt",std::ofstream::out); + // for (int i = 0; i < OUTPUT_SIZE; i++) { + // if(host_out1[i]!=0 || host_out2[i]!=0){ + // std::cout<<"ERROR: i="< it contains 4 samples --> 16 bytes +#define PLIO_NBYTES (PLIOW/8) +#define PLIO_NDATA (PLIO_NBYTES/DATA_NBYTES) + +// Array size defined in mm2s and s2mm +#define PL_MEMORY_SIZE 512 diff --git a/AI_Engine_Development/AIE/Feature_Tutorials/27-system-timeline/verif_path.mk b/AI_Engine_Development/AIE/Feature_Tutorials/27-system-timeline/verif_path.mk new file mode 100755 index 0000000000..e2a48148ec --- /dev/null +++ b/AI_Engine_Development/AIE/Feature_Tutorials/27-system-timeline/verif_path.mk @@ -0,0 +1,33 @@ +# +#Copyright (C) 2025, Advanced Micro Devices, Inc. All rights reserved. +#SPDX-License-Identifier: MIT +# + +# Version Number TOOLV must be defined (common.mk should be called before) + + +### +# Guarding Checks. Do not modify. +### +check_defined = \ + $(strip $(foreach 1,$1, \ + $(call __check_defined,$1,$(strip $(value 2))))) + +__check_defined = \ + $(if $(value $1),, \ + $(error Undefined $1$(if $2, ($2)))) + +guard-PLATFORM_REPO_PATHS: + $(call check_defined, PLATFORM_REPO_PATHS, Set your where you downloaded your platform) + +guard-ROOTFS: + $(call check_defined, ROOTFS, Set to: xilinx-versal-common-v$(TOOLV)/rootfs.ext4) + +guard-IMAGE: + $(call check_defined, IMAGE, Set to: xilinx-versal-common-v(TOOLV)/Image) + +guard-CXX: + $(call check_defined, CXX, Run: xilinx-versal-common-v(TOOLV)/environment-setup-cortexa72-cortexa53-xilinx-linux) + +guard-SDKTARGETSYSROOT: + $(call check_defined, SDKTARGETSYSROOT, Run: xilinx-versal-common-v(TOOLV)/environment-setup-cortexa72-cortexa53-xilinx-linux) \ No newline at end of file diff --git a/AI_Engine_Development/AIE/Feature_Tutorials/README.md b/AI_Engine_Development/AIE/Feature_Tutorials/README.md index df50847bef..9c397cc3e8 100755 --- a/AI_Engine_Development/AIE/Feature_Tutorials/README.md +++ b/AI_Engine_Development/AIE/Feature_Tutorials/README.md @@ -63,7 +63,7 @@ The [**README**](../README.md) of AI Engine Development contains important infor Debug Walkthrough Tutorial -This tutorial demonstrates how to debug a multi-processor application using the Versal ACAP AI Engines, using a beamformer example design. The tutorial illustrates functional debug and performance level debug techniques. +This tutorial demonstrates how to debug a multi-processor application using the Versal adaptive SoC AI Engines, using a beamformer example design. The tutorial illustrates functional debug and performance level debug techniques. AI Engine DSP Library and Model Composer Tutorial @@ -73,7 +73,7 @@ This tutorial shows how to design AI Engine applications using Model Composer. T Versal Emulation Waveform Analysis -This tutorial demonstrates how you can use the Vivado logic simulator (XSIM) waveform GUI, and the Vitis analyzer to debug and analyze your design for a Versal ACAP. +This tutorial demonstrates how you can use the Vivado logic simulator (XSIM) waveform GUI, and the Vitis analyzer to debug and analyze your design for a Versal adaptive SoC. AI Engine Performance and Deadlock Analysis Tutorial @@ -120,7 +120,11 @@ This multi-part tutorial describes how to implement an [infinite impulse respons A Gentle Introduction to AI Engine Kernel Programming In this tutorial, we will guide you on how to get data into and out of a kernel using a simple contrived example. - + + + System Timeline Tutorial + This tutorial demostrates how to use System Timeline, a new feature allows the user to trace all subsystems of the device (PL, PS and EI Engine array) and display them in Vitis Analyzer on the same graph with sychronized timeline. + diff --git a/AI_Engine_Development/AIE/README.md b/AI_Engine_Development/AIE/README.md index f1b01eced6..dbcfdd01d5 100644 --- a/AI_Engine_Development/AIE/README.md +++ b/AI_Engine_Development/AIE/README.md @@ -31,7 +31,7 @@ To easily find the right documentation corresponding to the development stage yo The major documentation for AI Engine includes: -- *Versal ACAP AI Engine Architecture Manual* [AM009](https://docs.amd.com/r/en-US/am009-versal-ai-engine) +- *Versal adaptive SoC AI Engine Architecture Manual* [AM009](https://docs.amd.com/r/en-US/am009-versal-ai-engine) - *AI Engine Tools and Flows* [UG1076](https://docs.amd.com/r/en-US/ug1076-ai-engine-environment) - *AI Engine Kernel and Graph Programming Guide* [UG1079](https://docs.amd.com/r/en-US/ug1079-ai-engine-kernel-coding) @@ -45,16 +45,16 @@ If you are new with AI Engine, the following training courses can help you under ### Environment Settings -**IMPORTANT**: Before beginning the tutorial make sure you have read and followed the *Vitis Release Notes And Installation Guide* ([UG1742](https://docs.amd.com/access/sources/dita/map?Doc_Version=2025.1%20English&url=ug1742-vitis-release-notes)) (v2025.1) for setting up software and installing the VCK190 base platform. +**IMPORTANT**: Before beginning the tutorial make sure you have read and followed the *Vitis Release Notes And Installation Guide* ([UG1742](https://docs.amd.com/r/en-US/ug1742-vitis-release-notes)) (v2025.2) for setting up software and installing the VCK190 base platform. Run the following steps to setup environment (do **NOT** apply to tutorials that do not use the VCK190 base platform): -1. Set up your platform by running the `xilinx-versal-common-v2025.1/environment-setup-cortexa72-cortexa53-amd-linux` script as provided in the platform download. This script sets up the `SYSROOT` and `CXX` variables. If the script is not present, you **must** run the `xilinx-versal-common-v2025.1/sdk.sh` command. -2. Set up your `ROOTFS` to point to the `xilinx-versal-common-v2025.1/rootfs.ext4`. -3. Set up your `IMAGE` to point to `xilinx-versal-common-v2025.1/Image`. +1. Set up your platform by running the `xilinx-versal-common-v2025.2/environment-setup-cortexa72-cortexa53-amd-linux` script as provided in the platform download. This script sets up the `SYSROOT` and `CXX` variables. If the script is not present, you **must** run the `xilinx-versal-common-v2025.2/sdk.sh` command. +2. Set up your `ROOTFS` to point to the `xilinx-versal-common-v2025.2/rootfs.ext4`. +3. Set up your `IMAGE` to point to `xilinx-versal-common-v2025.2/Image`. 4. Set up your `PLATFORM_REPO_PATHS` environment variable based upon where you downloaded the platform. ### Getting Started with AI Engine Development Using the AI Engine Tutorials @@ -437,6 +437,20 @@ These tutorials target the **VCK190** board. The table below lists the tutorials + + System Timeline Tutorial + Base + Linux + Yes + + MM2S / S2MM + Yes + Yes + Yes + Yes + Yes + Yes + ### Design Tutorials diff --git a/CHANGELOG.md b/CHANGELOG.md index 5009440b07..295b333c85 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,28 @@ # Vitis-Tutorials ChangeLog +## 2025.2 (Dec. 4, 2025) + +### New Tutorials + +- AI_Engine_Development/AIE-MLv2/Feature_Tutorials/01-aie-mlv2_a_to_z/ +- AI_Engine_Development/AIE-MLv2/Design_Tutorials/01-Radio-ML/ +- AI_Engine_Development/AIE/Feature_Tutorials/27-system-timeline/ + +### Tutorial Updates + +- Removed a few tutorials due to discontinued feature support or replacement by consolidated and updated content. + - Vitis_HLS/Feature_Tutorials/01-using_code_analyzer/ + - Vitis_HLS/Design_Tutorials/01-Polynomial_Vectorization/ + - Vitis_Platform_Creation/Design_Tutorials/01-Edge-KV260/ + - AI_Engine_Development/AIE/Feature_Tutorials/18-aie_a_to_z_custom_linux_platform/ + +### EoU Improvements + +- Introduce a new sub-category `AIE-MLv2` under `AI_Engine_Development` to host new tutorials focused on Versal Gen2 devices with AI Engine ML v2 architecture. + +
+ 2025.1 Release + ## 2025.1_update (Sep. 10, 2025) ### New Tutorials @@ -50,9 +73,9 @@ - Introduce a new category `Vitis_System_Design` to host new tutorials focused on system design flows. - Remove tutorials from the `Hardware_Acceleration` category in this branch. These tutorials are still available in previous branches. +
- -
+
2024.2 Release ## 2024.2_update (Feb. 25, 2025) diff --git a/Developer_Contributed/02-AIE_DSP_with_Makefile_and_GUI/LICENSE b/Developer_Contributed/02-AIE_DSP_with_Makefile_and_GUI/LICENSE deleted file mode 100644 index f7ac91ea81..0000000000 --- a/Developer_Contributed/02-AIE_DSP_with_Makefile_and_GUI/LICENSE +++ /dev/null @@ -1,21 +0,0 @@ -The MIT License (MIT) - -Copyright © 2023 Advanced Micro Devices, Inc. All rights reserved. - -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, 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. diff --git a/Developer_Contributed/02-AIE_DSP_with_Makefile_and_GUI/README.md b/Developer_Contributed/02-AIE_DSP_with_Makefile_and_GUI/README.md index 35dc2a07fb..2e80ef13cf 100644 --- a/Developer_Contributed/02-AIE_DSP_with_Makefile_and_GUI/README.md +++ b/Developer_Contributed/02-AIE_DSP_with_Makefile_and_GUI/README.md @@ -18,709 +18,10 @@ - Target board: VCK190 - Last update: 06 Sep. 2024 - -## Table of Contents - -[1.0 Introduction](#1-introduction) - -[2.0 Project Setup](#2-project-setup) - -[3.0 Decimation FIR Filter DSP Design](#3-decimation-fir-filter-dsp-design) - -[4.0 Using the Thin Platform](#4-using-the-thin-platform) - -[References](#references) - -[Support](#support) - -[License](#license) - -## 1 Introduction - -Developing a DSP algorithm with the AI Engine technology is only one part of the design flow and not necessarily the most complicated one. At the end of the day, the DSP kernels implemented into the AI Engine array have to be connected with the Programmable Logic (PL) datamover kernels and with the ARM A72 CPU host Programmable Subsystem (PS): the PL kernels require AMD Vitis™ HLS as design flow, the PS application requires C/C++ programming with either XRT or OpenCL APIs to manage the kernels at runtime execution on the target board within the PetaLinux OS. - -Building a system from scratch like this is not trivial and it is better to have a good starting point that could be adapted with few changes, a sort of "system design template" or "toolbox" to use some improper terminology. - -This tutorial explains how to design a DSP algorithm and implement it into the AI Engine domain of the AMD Versal™ device, using the production [VCK190](https://www.xilinx.com/products/boards-and-kits/vck190.html) target board and the AMD Vitis 2024.1 [Unified software platform](https://www.xilinx.com/products/design-tools/vitis/vitis-platform.html) design tools. - -The DSP algorithm is a decimation FIR filter taken from the Vitis 2024.1 [DSP Libraries (for AI Engine)](https://github.com/Xilinx/Vitis_Libraries/tree/2024.1/dsp). - -You will build a system running on the VCK190 board having: - -- A DSP kernel implemented on AI Engine domain (the decimation FIR filter) -- Two PL datamover kernels, designed with [HLS](https://docs.amd.com/v/u/en-US/dh0090-vitis-hls-hub) -- Software application for the ARM host processor using the [XRT](https://www.xilinx.com/products/design-tools/vitis/xrt.html) APIs -- An SD card with PetaLinux OS for booting - -As you use this document, it is assumed that you have named this tutorial repository ``02-AIE_DSP_with_Makefile_and_GUI`` and placed it in a certain working directory ``${WRK_DIR}``. For example, in this case: -``export WRK_DIR=/media/danieleb/DATA/2024.1/Vitis-Tutorials/Developer_Contributed``. - -The organization of the folders tree of this tutorial is illustrated here (with emphasis on the folder related to AI Engine; otherwise, the tree would explode): - -``` -/media/danieleb/DATA/2024.1 - | - ├── Vitis_Libraries - │   ├── dsp - │   │   ├── docs - │   │   ├── ext - │   │   ├── L1 - │   │   └── L2 - │   │   ├── benchmarks - │   │   ├── examples - │   │   ├── include - │   │   ├── meta - │   │   └── tests/aie - │   │ - ├── Vitis-Tutorials - │   ├── AI_Engine_Development - │   │   ├── Design_Tutorials - │   │   ├── Feature_Tutorials - │ │ └── Introduction - │ ├── Developer_Contributed # the ${WRK_DIR} - │ │ └── 01-Versal_Custom_Thin_Platform_Extensible_System - │ │ └── 03-HLS_Code_Optimization - │ │ └── 02-AIE_DSP_with_Makefile_and_GUI # this tutorial - │ │ | └── files # current directory - -``` - - -## 2 Project Setup - -### 2.1 Warnings - -1. Everything shown in this project used an Ubuntu 22.04 Desktop with related Vitis 2024.1 release. - -2. It is recommended to write the SD card that boots the VCK190 board with the Windows OS utility called [Win32 Disk Imager 1.0](https://sourceforge.net/projects/win32diskimager/). - -3. Some figures are screenshots related to the earlier release of Vitis and there might be a few differences, although minimal, with the current one. - -4. It is recommended that you set correctly the environment before running any script, as described in details in the next subsection 2.3.6. The ``*_sample_env_setup.sh`` [scripts](files/scripts) contain a template to be customized for your needs. - -5. The [run_all.sh](files/run_all.sh) must always be launched **only after** all the variables of previous script have been set at least once, and **only from** the [files](files) folder, which has to be your current directory. - -6. Read the entire README.md document carefully before launching any script or Makefile. - -### 2.2 Dos-to-Unix Conversion - -In case you get some unexpected errors during the execution of the scripts, once pre-process all the``*.sh``, ``*.cpp``, ``*.h`` files with the [dos2unix](http://archive.ubuntu.com/ubuntu/pool/universe/d/dos2unix/dos2unix_6.0.4.orig.tar.gz) utility. -In that case, run the following commands from your Ubuntu host PC: - -```bash -#sudo apt-get install dos2unix -cd #your working directory -cd 02-AIE_DSP_with_Makefile_and_GUI/files -source scripts/dos2unix_all.sh -``` - -### 2.3 Environment Setup - -#### 2.3.1 Archives Download - -You need the following archives from either AMD/Xilinx Download or GitHub websites, in particular: - -- From [Vitis (SW Developer) Downloads](https://www.xilinx.com/support/download/index.html/content/xilinx/en/downloadNav/vitis.html) area, take the **2024.1 Vitis Installer** (it makes the Vitis install process easy) and the **2024.1 Vitis Update** (if any). - -- From [Vitis Embedded Platforms](https://www.xilinx.com/support/download/index.html/content/xilinx/en/downloadNav/embedded-platforms.html) area, take the **Common Images for Embedded Vitis Platforms 2024.1**. - -- From [PetaLinux](https://www.xilinx.com/support/download/index.html/content/xilinx/en/downloadNav/embedded-design-tools.html) area, take the **2024.1 PetaLinux Tools Installer**. - -- Go to the bottom of [PetaLinux 2024.1 - Product Update Release Notes and Known Issues](https://support.xilinx.com/s/article/000034483?language=en_US) and take **2024.1_PetaLinux_Package_List.xlsx** file, which contains all the packages needed by PetaLinux into your Ubuntu OS computer (install all of them before installing PetaLinux). - -- Go to the [Xilinx GitHub page](www.github,com/Xilinx) and zip both the [Vitis Libraries](https://github.com/Xilinx/Vitis_Libraries) and [Vitis Tutorials](https://github.com/Xilinx/Vitis-Tutorials) with branch related to this 2024.1 release. - -- Go to the [AMD Alveo™ Packages](https://www.xilinx.com/support/download/index.html/content/xilinx/en/downloadNav/alveo.html) area, select release 2024.1 and Ubuntu 22.04 OS, and then take the **Xilinx Runtime (XRT)** archive. - -At the end, you should have the following files: - -```text -Xilinx_Unified_2024.1_*_Lin64.bin -Xilinx_Vivado_Vitis_Update_2024.1_*.tar.gz -xilinx-versal-common-v2024.1_*.tar.gz -Vitis_Libraries-main.zip -Vitis-Tutorials-2024.1.zip -xrt_202410.*-amd64-xrt.deb -``` - -First, install the basic version of Vitis 2024.1 via the installer ``Xilinx_Unified_2024.1_*_Lin64.bin``. Then add the update ``Xilinx_Vivado_Vitis_Update_2024.1*.tar.gz``. Everything is placed in the folder ``/tools/Xilinx/``. - -#### 2.3.2 Sudo or not Sudo? - -You **might** need ``sudo`` privilege to install tools on these folders, primarily ``/tools`` and ``/opt``, unless you change the ownership and group of folders accordingly. - -If you created the ``/tools`` directory as a super-user (or ``root``, or with ``sudo``), whatever you want to write or install there can only be done by the ``root`` super-user. -This is a basic Linux OS behavior. However, you can change the group and owner so that you can do what you like as a normal user, the way you do it in your ``$HOME`` directory. - -So, if you run the following commands (and you need ``sudo``): - -```shell -sudo su -mkdir /tools -mkdir /opt -# -R stays for recursively on each subfolder -chown -R you_user_name /tools -chgrp -R you_user_name /tools -chown -R you_user_name /opt -chgrp -R you_user_name /opt -exit -``` - -Then you can install the above tools and archives without ``sudo`` privilege, just as a normal user. - -As a last cross-check, if you installed the tools as a normal user, you should see the hidden folder ``.Xilinx`` inside your ``$HOME`` directory. If you installed them as a super-user, you should see -the hidden folder ``.Xilinx`` inside your ``/root`` directory. - -In case of installation done with the ``sudo`` privilege, there seems to be only a small issue with one line in the script ``installLibs.sh``: - -```shell -su - $user -c "touch $logFile; chmod 777 $logFile" -``` - -The ``touch`` and ``chmod`` commands can not be executed because the logfile is located below the ``/root`` directory and the shell was switched to a normal user without root privileges. -This means that the script assumes that the installation was done without root privileges. That line in the script could be replaced by the following commands: - -```shell -sudo touch $logFile -sudo chmod 777 $logFile -``` - -In conclusion, either the installation had root privileges (``sudo``) and the ``installLibs.sh`` needs to be changed, or the installation was done as a normal user. - -#### 2.3.3 Install Versal Common - -You have to install this archive ``xilinx-versal-common-v2024.1_*.tar.gz`` in the folder ``/opt/xilinx/common/`` folder (which has to be into an ``ext4`` file system, not on an ``NTFS`` one). - -Then, you have to execute the following commands as a normal user, according to what is discussed in the previous subsection: - -```shell -cd /opt/xilinx/common/xilinx-versal-common-v2024.1/ -chmod 777 ./sdk.sh # if needed -./sdk.sh -p -y -d . -``` - -Check if you need to decompress the file ``rootfs.ext4.gz`` directly. -You can then remove the ``sdk.sh`` file to save storage space. - -#### 2.3.4 Install XRT - -The easiest way to download XRT was from the [ALVEO](https://www.xilinx.com/support/download/index.html/content/xilinx/en/downloadNav/alveo.html) site. -Select the ALVEO U200 card and then the Ubuntu 22.04 OS to arrive at this [link](https://www.xilinx.com/bin/public/openDownload?filename=xrt_202410.2.17.319_22.04-amd64-xrt.deb). - -Then install the archive via the following command: - -```shell -sudo apt install --reinstall ./xrt_.deb -``` - -To set ``xrt`` into your terminal, you need the following command: - -```shell -source /opt/xilinx/xrt/settings.sh -``` - -which is also in the ``*_sample_env_setup.sh`` scripts. - -#### 2.3.5 Install Petalinux - -**WARNING: You cannot install PetaLinux into an NFS driver; otherwise, the install process ends with a non-predictable error message**. - -Before installing ``petalinux``, check in the Excel foil ``2024.1_PetaLinux_Package_List.xlsx`` what all packages ``petalinux`` requires. Once done, install the missing ones. - -``` -#create the destination folder -sudo mkdir /petalinux_2024.1 -#change permissions -$ chmod 777 ~/Downloads/petalinux-v2024.1-*-installer.run -$ ~/Downloads/petalinux-v2024.1-*-installer.run -d /petalinux_2024.1 - -. . . - -INFO: Installing PetaLinux... -INFO: Checking PetaLinux installer integrity... -INFO: Installing PetaLinux to "/petalinux_2024.1/." -INFO: Installing buildtools in /petalinux_2024.1/./components/yocto/buildtools -INFO: Installing buildtools-extended in /petalinux_2024.1/./components/yocto/buildtools_extended -INFO: PetaLinux has been installed to /petalinux_2024.1/. -``` - -To set ``petalinux`` into your terminal, you need the following command: - -```shell -source /petalinux_2024.1/settings.sh -``` - -which was also placed in the script ``*_sample_env_setup.sh``. - -#### 2.3.6 Set Environmental Variables - -The ``*_sample_env_setup.sh`` [scripts](files/scripts) contain a template to be adapted by the user to set the tools environment for designing an embedded system on the VCK190 target board. - -Once done, call the script with the following command: - -```shell -cd #your working directory -cd 02-AIE_DSP_with_Makefile_and_GUI/files -# set your environment -source files/scripts/_sample_env_setup.sh -``` - -## 3 Decimation FIR Filter DSP Design - -In this section, you will build the decimation FIR filter DSP system using the Vitis GUI. The PS application will apply XRT APIs. The OS is PetaLinux. - - -### 3.1 GUI-based Flow - -Note that the **classic Vitis IDE (Eclipse-based)** has been deprecated and will be removed in a future release, being it replaced by the **new Vitis Unified IDE**. If you want to use the classic IDE you have to call it with ``vitis --classic`` command as in the following: - -```shell -cd #your working directory -cd 02-AIE_DSP_with_Makefile_and_GUI/files -# set your environment -#source files/scripts/_sample_env_setup.sh -# call the Vitis GUI -cd gui-flow/fir-dsplib_prj -vitis --classic --workspace ./classic_xrt_wrk -``` - -Follow the following steps: - -1. Select ``File -> Application Project -> Next`` from the GUI and then select the ``xilinx_vck190_base_202410_1`` platform for your project. - -2. Click Next and give a name to your application project and your system project. For example, ``dsplib_fir_AIE`` and ``dsplib_fir_system``, respectively. - -3. Select ``aie_engine`` as the target processor and click ``Next`` twice. - -4. Select an ``Empty application`` template and click ``Finish``. Following the above steps, you have created the folder for the AI Engine subsystem. - -5. Select ``File -> New -> HW Kernel Project -> Next`` from the GUI and then select the ``xilinx_vck190_base_202310_1`` platform again for your project. Click ``Next``. - -6. Give a name to your PL HW kernel project, for example ``dsplib_fir_PL``. Ensure that you are still using the ``dsplib_fir_system``. Click ``Finish``. With these steps 5 and 6, you have created the folder for the PL subsystem. - -7. Select ``File -> New -> Application Project -> Next`` from the GUI and then select the ``xilinx_vck190_base_202310_1`` platform for your project. - -8. Click ``Next`` and give ``dsplib_fir_PS`` as name to your application project and ensure that you are still using the ``dsplib_fir_system``. - -9. Select ``cortexA72`` as the target processor and click ``Next``. Then select the ``xrt domain``. - -10. Set the path names for the ``Sysroot, Root FS, Kernel Image`` of the embedded OS. Then click ``Next``. Here are the environment settings for your reference: - - ```text - - /opt/xilinx/common/xilinx-versal-common-v2023.2/sysroots/cortexa72-cortexa53-amd-linux #Sysroot path - - /opt/xilinx/common/xilinx-versal-common-v2023.2/rootfs.ext4 #Root FS - - /opt/xilinx/common/xilinx-versal-common-v2023.2/Image #Kernel Image - ``` - -11. Select an ``Empty application`` template and click ``Finish``. With steps 7 to 11, you have created the folder for the PS subsystem. Now it is time to import all the source files into the Vitis project (still empty at the moment). - -12. From Vitis GUI, right-click on the ``dsplib_fir_AIE [aiengine]`` folder, select ``Import Sources`` and take all the source files from ``files/src/ip/aie/src`` and put them into ``dsplib_fir_AIE/src``. Copy the entire subfolder ``files/src/ip/aie/src/graphs`` into ``dsplib_fir_AIE/src/``. Repeat the step for all the data files from ``files/src/ip/aie/data`` to ``dsplib_fir_AIE/data``. - -13. From Vitis GUI, right-click on the ``dsplib_fir_PL`` folder, select ``Import Sources`` and take all the source files from the two folders ``files/src/ip/mm2s_aie/src`` and ``files/src/ip/s2mm_aie/src`` and put them into ``dsplib_fir_PL/src``. - -14. From Vitis GUI, right-click on the ``dsplib_fir_PS [xrt]`` folder, select ``Import Sources`` and take all the source files from ``files/src/ps_apps/aie_test/src`` and put them into ``dsplib_fir_PS/src``. - -15. From Vitis GUI, right-click on the ``dsplib_fir_system_hw_link [pl]``, select ``Import Sources`` and take the ``files/src/vitis/src/system.cfg`` file and put it into ``dsplib_fir_system_hw_link [pl]`` itself. Now that all the source files have been imported, you should see something like in Figure 3.1-1. Now set up all the settings to finally build the entire project. - -16. Select the ``dsplib_fir_AIE.prj`` file and select the ``Top-Level File`` file named ``fir_graph.cpp``. - -17. From Vitis GUI, right-click on the ``dsplib_fir_AIE [aiengine]`` domain and select ``C/C++ Build Settings``. Make sure to select ``Configuration [All Configurations]``. Add the following directories to the default ones in ``Input Spec``, then click ``Apply and Close``. You should see something like in Figure 3.2-2. - - ```text - ${env_var:XILINX_VITIS}/aietools/include - ${env_var:DSPLIB_ROOT}/L1/src/aie - ${env_var:DSPLIB_ROOT}/L1/include/aie - ${env_var:DSPLIB_ROOT}/L2/include/aie - ${env_var:XILINX_HLS}/include - ${workspace_loc:/${ProjName}/src} - ${workspace_loc:/${ProjName}/src/graphs} - ${workspace_loc:/${ProjName}/data} - ``` - -18. Click on ``dsplib_fir_system_hw_link.prj`` file, right-click on ``binary_container_1``, select ``Edit V++ Options settings``, and add ``--config=../system.cfg`` as illustrated in Figure 3.2-3. - -19. The ``system.cfg`` file for ``aie_L2dsplib_system_hw_link [pl]`` domain is set as in the following (see Figure 3.2-4): - - ``` - [connectivity] - stream_connect=mm2s_1.s:ai_engine_0.DataIn1 - stream_connect=ai_engine_0.DataOut1:s2mm_1.s - ``` - -20. Click on the ``dsplib_fir_PL.prj`` file. Push the ``Add the HW functions`` button and select the ``mm2s`` and ``s2mm`` functions, as illustrated in Figure 3.2.5. - -21. From Vitis GUI, right-click on the ``dsplib_fir_PS [xrt]`` domain and select ``C/C++ Build Settings``. Make sure to select ``Configuration [All Configurations]``. - - - As illustrated in Figure 3.2-6, for the GCC host compiler, the other dialect flag has to be set to - - ``` - -std=c++17 - ``` - - Then click ``Apply and Close``. - - - As illustrated in Figure 3.2-7, add the following library search paths (``-L`` flag): - - ```text - ${env_var:XILINX_VITIS)/aietools/lib/aarch64.o - ${SYSROOT}/usr/lib - ``` - - - and libraries (``-l`` flag): - - ```text - xilinxopencl - xaiengine - adf_api_xrt - xrt_core - xrt_coreutil - ``` - - - As illustrated in Figure 3.2.8, add the following directories to the default ones in ``Include``, then click ``Apply and Close``. - - ```text - ${env_var:XILINX_VITIS}/aietools/include - ${env_var:XILINX_VITIS}/include - ${env_var:XILINX_HLS}/include - ${env_var:DSPLIB_ROOT}/L1/src/aie - ${env_var:DSPLIB_ROOT}/L1/include/aie - ${env_var:DSPLIB_ROOT}/L2/include/aie - ${workspace_loc:/dsplib_fir_AIE/src} - ${workspace_loc:/dsplib_fir_AIE/src/graphs} - ${SYSROOT}/usr/include/xrt - ``` - - -![figure1B](files/images/fir_sys.png) - -*(Figure 3.2-1) Setting OS paths to compile the host software subsystem.* - -![figure2B](files/images/fir_aie.png) - -*(Figure 3.2-2) Vitis GUI-based flow: C/C++ Build Settings for the AIE subsystem.* - -![figure3B](files/images/fir_sys_pl.png) - -*(Figure 3.2-3) Vitis GUI-based flow: assigning the system.cfg file to the binary container.* - -![figure4B](files/images/fir_connect.png) - -*(Figure 3.2-4) Vitis GUI-based flow: system.cfg configuration file in details.* - -![figure5B](files/images/fir_hls.png) - -*(Figure 3.2-5) Vitis GUI-based flow: project settings for the kernels of PL subsystem.* - -![figure6B](files/images/fir_dialect.png) - -*(Figure 3.2-6) Vitis GUI-based flow: settings the C++ dialect to compile the host software subsystem.* - -![figure7B](files/images/fir_PS_libs.png) - -*(Figure 3.2-7) Setting the libraries and related paths to compile the host software subsystem.* - -![figure8B](files/images/fir_ps_inc.png) - -*(Figure 3.2-8) Setting the include paths to compile the host software subsystem.* - -### 3.2 Makefile-based Flow - -Alternatively, to the GUI-based flow, use Vitis from command line with the proper makefile by typing the following: - -```shell -cd #your working directory -cd 02-AIE_DSP_with_Makefile_and_GUI/files -# set your environment -#source files/scripts/_sample_env_setup.sh -# launch makefile-based flow -#source ./run_all.sh -cd make-flow -make all -``` - -### 3.3 Test on VCK190 Target Board - -Whatever flow you have selected based on either GUI or Makefile, once you have written the generated SD card, you can boot the VCK190 board. - -At the prompt on UART terminal digit, insert the ``petalinux`` username and choose a password to login, for example, ``root``. -You should see the following: - -```text -versal-rootfs-common-20231 login: petalinux -Password: -versal-rootfs-common-20231:~$ sudo su -Password: -versal-rootfs-common-20231:/home/petalinux# mount /dev/mmcblk0p1 /mnt -versal-rootfs-common-20231:/home/petalinux# cd /mnt - -versal-rootfs-common-20231:/mnt# ls -l -total 33549 --rwxrwx--- 1 root disk 4002464 Jan 1 2015 BOOT.BIN --rwxrwx--- 1 root disk 22268416 Jan 1 2015 Image -drwxrwx--- 2 root disk 512 Apr 14 2023 System Volume Information --rwxrwx--- 1 root disk 6840118 Jan 1 2015 binary_container_1.xclbin --rwxrwx--- 1 root disk 3015 Jan 1 2015 boot.scr --rwxrwx--- 1 root disk 1238840 Jan 1 2015 dsp_fir.exe -versal-rootfs-common-20231:/mnt# -versal-rootfs-common-20231:/mnt# -``` - -You can now launch the following commands: - -```shell -sudo su -mount /dev/mmcblk0p1 /mnt -cd /mnt -./dsplib_fir_PS binary_container_1.xclbin -``` - -You should see the following: - -``` -versal-rootfs-common-20231:/mnt# ./dsp_fir.exe ./binary_container_1.xclbin -. . . -INFO: iterations = 0 -INFO: words SizeIn = 8192 -INFO: words SizeOut = 4096 -INFO: bytes SizeIn = 32768 -INFO: bytes SizeOut = 16384 -. . . -PASSED: my_graph.reset() -PASSED: my_graph.run(0) -INFO: Waiting for kernels to end... -PASSED: in_0_run.wait() -PASSED: out_0_run.wait() -PASSED: out_0_bo.sync(XCL_BO_SYNC_BO_FROM_DEVICE) -INFO: Veryfing output data vs. golden ones - -PASSED: ./dsp_fir.exe - -versal-rootfs-common-20231:/mnt# -``` - -## 4 Using the Thin Platform - -### 4.1 Get the Thin Platform - -The [Versal Custom Thin Platform Extensible System](https://github.com/Xilinx/Vitis-Tutorials/tree/2022.1/Developer_Contributed/01-Versal_Custom_Thin_Platform_Extensible_System) tutorial has the following aspects to be considered: - -- It is always well-maintained and promptly updated along the various Vitis releases. -- By default, it generates a ``sd_card.img`` file with ``petalinux`` file system on it and the SD card has only one partition (FAT32). -- It applies a hierarchy of ``Makefiles`` that should enable an "easier" customization of the system to be designed, without touching or modifying the directories structure and the Makefile themselves too. - -Few notes to be mentioned besides what is already reported in its related [README.md](https://github.com/Xilinx/Vitis-Tutorials/blob/2022.1/Developer_Contributed/01-Versal_Custom_Thin_Platform_Extensible_System/README.md) file: - -1. Do not use the ``sd_card.img`` file generated in the ``package_output_hw``. On the contrary, format the SD card with a Windows OS utility like [SD Card Formatter (5.0.2 developed by Tuxera Inc)](https://www.sdcard.org/cms/wp-content/uploads/2020/11/SD_Card-Formatter_Press_Release.pdf) in FAT32 format to a size of more than 2GB (at least). Then you can directly copy the files from the ``package_output_hw/sd_card`` folder. The reason is that with the ``sd_card.img`` file, the VCK190 sometimes does not boot for this particular design. - -2. At the prompt on UART terminal digit, insert the ``petalinux`` username and choose a password (for example, ``root``). - - -### 4.2 Integrate the FIR Filter in the Thin Platform - -As already stated in the previous subsection, the Thin Platform has several advantages, being based on makefile flow, including ease of use, and fast compilation time. In this separate section, you will design the same project of section [3 Decimation FIR Filter DSP Design](#31-decimation-fir-filter-dsp-design), -that is, a decimation-by-2 FIR filter taken from the Vitis DSP Library for AI Engine. -This time, you will implement such a design into the Thin Platform makefile based template as an alternative to using the two flows described in subsection 3.1 (GUI-based flow) and 3.2 (Makefile-based flow). - -The [prepare_thin-plat_files.sh](files/scripts/prepare_thin-plat_files.sh) script called from within [run_all.sh](files/run_all.sh) script copies the Thin Platform folder and renames it into ``thin-plat``. It then removes folders (``ip/counter``, ``ip/mm2s_vadd_s``, ``ip/s2mm_vadd_s``, ``ip/subtractor``) that are not required for this FIR filter design. It then changes other files, as explained in the next section. - -```shell -cd #your working directory -cd 02-AIE_DSP_with_Makefile_and_GUI/files #current dir -# set your environment -#source files/scripts/_sample_env_setup.sh -# source run_all.# -source ./scripts/prepare_thin-plat-files.sh -``` - -#### 4.2.1 What To Change in the Thin Platform - -The original Thin Platform has the following subfolders: - -``` -01-Versal_Custom_Thin_Platform_Extensible_System/ -├── documentation -├── linux -├── ps_apps -│   └── linux -│   ├── aie_dly_test -│   ├── vadd_mm_cpp -│   ├── vadd_mm_ocl -│   └── vadd_s -├── vitis -│   ├── ip -│   │   ├── aie -│   │   ├── counter -│   │   ├── mm2s_vadd_s -│   │   ├── s2mm_vadd_s -│   │   ├── subtractor -│   │   ├── vadd_mm -│   │   ├── vadd_s -│   ├── src -│   └── xpfm_export -└── vivado -``` - -while this project requires the following folders: - -``` -thin-plat/ -├── linux -├── ps_apps -│   └── linux -│   └── aie_test -├── vitis -│   ├── ip -│   │   ├── aie -│   │   ├── mm2s_aie -│   │   ├── s2mm_aie -│   ├── src -│   └── xpfm_export -└── vivado -``` - -therefore you should have to do manually the following changes: - -1. Add your AI Engine graph and kernels code into the ``vitis/ip/aie`` folder and adapt the related ``vitis/ip/aie/Makefile`` to your case. -1. Add your HLS kernels code into the ``vitis/ip`` folder, one HLS kernel in each subfolder, for example, ``vitis/ip/mm2s_aie`` and ``vitis/ip/s2mm_aie``. Then check or adapt the related ``vitis/ip/mm2s_aie/Makefile`` and ``vitis/ip/s2mm_aie/Makefile``. -1. Add your PS code into the ``ps_apps/linux`` folder. For example, ``ps_apps/linux/aie_test``. Then check or adapt the related ``ps_apps/linux/aie_test/Makefile``. -1. Adapt the ``vitis/src/system.cfg`` configuration file for the Vitis Linker according to your connectivity (in this specific case, it is the same as the original Thin Platform repository, so no changes at all). -1. Do not modify the ``vitis/ip/Makefiles`` because it orchestrates all the Makefiles of the various subfolders. The remaining ones are managed "automatically" by the other Makefiles of the Thin Platform project. - -To provide ease, all above steps are already done by the script [prepare_thin-plat_files.sh](files/scripts/prepare_thin-plat_files.sh) and the Makefiles are already changed and available in this repository. - -Run the following commands: - -```shell -cd #your working directory -cd 02-AIE_DSP_with_Makefile_and_GUI/files #cur dir -# set your environment -#source files/scripts/_sample_env_setup.sh -#prepare the Thin Platform folder -source ./scripts/prepare_thin-plat_files.sh -``` - -Now you can build the SD card with the following commands: - -```shell -cd #your working directory -cd 02-AIE_DSP_with_Makefile_and_GUI/files -# set your environment -#source files/scripts/_sample_env_setup.sh -cd thin-plat -make all TARGET=hw -``` - -As already mentioned in the previous subsection, do not use the ``sd_card.img`` file generated in the ``package_output_hw`` directly. On the contrary, just format the SD card with a Windows OS utility like [SD Card Formatter (5.0.2 developed by Tuxera Inc)](https://www.sdcard.org/cms/wp-content/uploads/2020/11/SD_Card-Formatter_Press_Release.pdf) in FAT32 to a size of more than 2GB (at least) as illustrated in Figure 4.2.1-1. Then you can directly copy the files from the ``package_output_hw/sd_card`` folder, as illustrated in Figure 4.2.1-2. - -![figure1C](files/images/fat32_format_sdcard.png) - -*(Figure 4.2.1-1) FAT32 formatting to prepare the sd card for VCK190.* - -![figure2C](files/images/copy_files_sdcard.png) - -*(Figure 4.2.1-2) Copy the files on sd card to boot the VCK190.* - -### 4.3 Run on VCK190 Target Board - -At the prompt on UART terminal digit, insert the ``petalinux`` username and choose a password to login. For example, ``root``. You should see the following: - -```text -versal-rootfs-common-20231 login: petalinux -You are required to change your password immediately (administrator enforced). -New password: -Retype new password: - -versal-rootfs-common-20231:~$ sudo su - -We trust you have received the usual lecture from the local System -Administrator. It usually boils down to these three things: - #1) Respect the privacy of others. - #2) Think before you type. - #3) With great power comes great responsibility. -Password: -``` - -You can now launch the following commands: - -```shell -sudo su -mount /dev/mmcblk0p1 /mnt -cd /mnt -./xrt_host.exe ./*.xclbin -``` - -You should see something similar to this: - -```text -versal-rootfs-common-20231:/mnt# ./xrt_host.exe ./a.xclbin - -INFO: iterations = 0 -INFO: words SizeIn = 8192 -INFO: words SizeOut = 4096 -INFO: bytes SizeIn = 32768 -INFO: bytes SizeOut = 16384 -PASSED: auto my_device = xrt::device(0) -PASSED: auto xclbin_uuid = my_device.load_xclbin(./a.xclbin) -PASSED: auto in_0 = xrt::kernel(my_device, xclbin_uuid, "mm2s:{mm2s_1}") -. . . - -PASSED: my_graph.reset() -PASSED: my_graph.run(0) -INFO: Waiting for kernels to end... -PASSED: in_0_run.wait() -PASSED: out_0_run.wait() -PASSED: out_0_bo.sync(XCL_BO_SYNC_BO_FROM_DEVICE) -INFO: Veryfing output data vs. golden ones - -PASSED: ./xrt_host.exe - -versal-rootfs-common-20231:/mnt# -``` - - - -## References - -### [AI Engine Documentation](https://docs.amd.com/search/all?filters=Document_ID~%2522UG1076%2522_%2522UG1079%2522&content-lang=en-US) - -Contains sections on how to develop AI Engine graphs, how to use the AI Engine compiler and AI Engine simulation, and performance analysis. - -### Vitis DSP Libraries - -* [Vitis DSP Libraries Comprehensive Documentation](https://xilinx.github.io/Vitis_Libraries/dsp/2022.1/) - -### Xilinx Runtime (XRT) Architecture - -Below are the links to the XRT information used by this tutorial: - -* [XRT Documentation](https://xilinx.github.io/XRT/master/html/index.html): Explains general XRT API calls used in the PS Host Application. - -* [XRT Github Repo](https://github.com/Xilinx/XRT): Contains the XRT source code. - -* [XRT AI Engine API](https://github.com/Xilinx/XRT/blob/master/src/runtime_src/core/include/experimental/xrt_aie.h): Documents the AI Engine XRT API calls. - -* [XRT Release Notes](https://docs.amd.com/r/en-US/ug1451-xrt-release-notes) - -### Vitis Unified Software Development Platform 2022.1 Documentation - -Below are links to Vitis related information referenced in this tutorial: - -* [Vitis Application Acceleration Development Flow Documentation](https://docs.amd.com/r/en-US/ug1393-vitis-application-acceleration) - -* [Vitis Application Acceleration Development Flow Tutorials](https://github.com/Xilinx/Vitis-Tutorials) - -* [Vitis HLS](https://docs.amd.com/r/en-US/ug1399-vitis-hls) - -### Vitis Model Composer - -* [Vitis Model Composer examples](https://github.com/Xilinx/Vitis_Model_Composer) - -* [Vitis Model Composer Tutorial](https://docs.amd.com/r/en-US/ug1498-model-composer-sys-gen-tutorial/Locating-the-Tutorial-Design-Files) - -#### Support - -GitHub issues will be used for tracking requests and bugs. For questions, go to [support.xilinx.com](https://support.xilinx.com/). - +> **Note:** +> This tutorial has not been validated with the latest Vitis release. +> Previous versions are available in earlier branches. +> To access them, switch to an older branch (e.g., `2024.1`).
diff --git a/Developer_Contributed/02-AIE_DSP_with_Makefile_and_GUI/files/Makefile b/Developer_Contributed/02-AIE_DSP_with_Makefile_and_GUI/files/Makefile deleted file mode 100644 index 840a846f3d..0000000000 --- a/Developer_Contributed/02-AIE_DSP_with_Makefile_and_GUI/files/Makefile +++ /dev/null @@ -1,134 +0,0 @@ -# -# Copyright © 2023 Advanced Micro Devices, Inc. All rights reserved. -# SPDX-License-Identifier: MIT -# -# Author: Daniele Bagni -# Date: 10 Sep 2024 - -SHELL := /bin/bash - -PHONY = help all clean -PHONY += kernels hw_link system host aie -PHONY += prepare_files build -.PHONY: $(PHONY) - - -# ========================================================= -# Source directories -# ========================================================= -RELATIVE_PROJECT_DIR := ./ -PROJECT_DIR := $(shell readlink -f $(RELATIVE_PROJECT_DIR)) - -#PROJECT_AIE_DIR := $(PROJECT_DIR)/make-flow/dsp_AIE -#PROJECT_PL_DIR := $(PROJECT_DIR)/make-flow/dsp_PL -#PROJECT_PS_DIR := $(PROJECT_DIR)/make-flow/dsp_PS -#PROJECT_HWLINK_DIR := $(PROJECT_DIR)/make-flow/dsp_system_hw_link -#PROJECT_SYSTEM_DIR := $(PROJECT_DIR)/make-flow/dsp_system - -EMBEDDED_PACKAGE_OUT = $(PROJECT_DIR)/make-flow/dsp_system/Hardware/package -EMBEDDED_EXEC_SCRIPT = $(PROJECT_DIR)/make-flow/dsp_system/Hardware/embedded_exec.sh -PACKAGE_FILES += $(EMBEDDED_EXEC_SCRIPT) -SD_FILES_WITH_PREFIX = $(foreach sd_file,$(PACKAGE_FILES),--package.sd_file $(sd_file)) - - -# ======================================================= -# global variables for this tutorial -# ======================================================= - -#BOARD=${XLNX_BOARD} -BOARD=vck190 - -#RELEASE=${XLNX_RELEASE} -RELEASE=2025.1 -#RELEASE=2023.2 - -#BASE_NUM=${XLNX_BASE_NUM} -BASE_NUM=202510_1 -#BASE_NUM=202320_1 - - -# Platform Selection... -VERSAL_VITIS_PLATFORM = xilinx_${BOARD}\_base_${BASE_NUM} -VITIS_PLATFORM_DIR = ${PLATFORM_REPO_PATHS}/${VERSAL_VITIS_PLATFORM} -export VITIS_PLATFORM_XPFM = ${VITIS_PLATFORM_DIR}/${VERSAL_VITIS_PLATFORM}.xpfm -# Set SysRoot, RootFS and Image -export VITIS_SYSROOTS = ${COMMON_IMAGE_VERSAL}/sysroots/cortexa72-cortexa53-amd-linux -export SDKTARGETSYSROOT = ${VITIS_SYSROOTS} -export KERNEL_IMAGE = ${COMMON_IMAGE_VERSAL}/Image -export ROOTFS = ${COMMON_IMAGE_VERSAL}/rootfs.ext4 -export XLNX_VERSAL = ${COMMON_IMAGE_VERSAL} -export PLATFORM = ${VITIS_PLATFORM_XPFM} - -# ========================================================= -# commands directories -# ========================================================= - -show_dir: - -@echo " " - -@echo starting folder PROJECT_DIR is: ${PROJECT_DIR} - -@echo " " - $(MAKE) -C $(PROJECT_DIR)/make-flow/dsp_AIE/Hardware show_dir - -@echo " " - $(MAKE) -C $(PROJECT_DIR)/make-flow/dsp_PL/Hardware show_dir - -@echo " " - $(MAKE) -C $(PROJECT_DIR)/make-flow/dsp_PS/Hardware show_dir - -@echo " " - $(MAKE) -C $(PROJECT_DIR)/make-flow/dsp_system_hw_link/Hardware show_dir - -@echo " " - $(MAKE) -C $(PROJECT_DIR)/make-flow/dsp_system/Hardware show_dir - -@echo " " - - - -run: all -sd_card: all - -all: - $(MAKE) prepare_files - $(MAKE) build - - -prepare_files: -# source $(PROJECT_DIR)/make-flow/local_var_setup.sh - cp -fr $(PROJECT_DIR)/src/ip/aie/data $(PROJECT_DIR)/make-flow/dsp_AIE/ - cp -fr $(PROJECT_DIR)/src/ip/aie/src $(PROJECT_DIR)/make-flow/dsp_AIE/ - cp -fr $(PROJECT_DIR)/src/ip/mm2s_aie/src $(PROJECT_DIR)/make-flow/dsp_PL/ - cp -f $(PROJECT_DIR)/src/ip/s2mm_aie/src/s2mm.cpp $(PROJECT_DIR)/make-flow/dsp_PL/src/ - cp -fr $(PROJECT_DIR)/src/ps_apps/aie_test/src $(PROJECT_DIR)/make-flow/dsp_PS/ - cp -f $(PROJECT_DIR)/src/vitis/src/system.cfg $(PROJECT_DIR)/make-flow/dsp_system_hw_link/ - - -build: - $(MAKE) kernels - $(MAKE) aie - $(MAKE) host - $(MAKE) hw_link - $(MAKE) system - -clean: - $(MAKE) -C $(PROJECT_DIR)/make-flow/dsp_system_hw_link/Hardware clean - $(MAKE) -C $(PROJECT_DIR)/make-flow/dsp_system/Hardware clean - $(MAKE) -C $(PROJECT_DIR)/make-flow/dsp_PS/Hardware clean - $(MAKE) -C $(PROJECT_DIR)/make-flow/dsp_PL/Hardware clean - $(MAKE) -C $(PROJECT_DIR)/make-flow/dsp_AIE/Hardware clean - rm -rf $(PROJECT_DIR)/make-flow/dsp_AIE/src - rm -rf $(PROJECT_DIR)/make-flow/dsp_AIE/data - rm -rf $(PROJECT_DIR)/make-flow/dsp_PL/src - rm -rf $(PROJECT_DIR)/make-flow/dsp_PS/src - - -aie: - $(MAKE) show_dir - $(MAKE) -C $(PROJECT_DIR)/make-flow/dsp_AIE/Hardware all - -kernels: - $(MAKE) -C $(PROJECT_DIR)/make-flow/dsp_PL/Hardware all - -hw_link: - $(MAKE) -C $(PROJECT_DIR)/make-flow/dsp_system_hw_link/Hardware all - -system: - $(MAKE) -C $(PROJECT_DIR)/make-flow/dsp_system/Hardware all - -host: - $(MAKE) -C $(PROJECT_DIR)/make-flow/dsp_PS/Hardware all diff --git a/Developer_Contributed/02-AIE_DSP_with_Makefile_and_GUI/files/description.json b/Developer_Contributed/02-AIE_DSP_with_Makefile_and_GUI/files/description.json deleted file mode 100644 index 4891f0704d..0000000000 --- a/Developer_Contributed/02-AIE_DSP_with_Makefile_and_GUI/files/description.json +++ /dev/null @@ -1,37 +0,0 @@ -{ - "name": "Developer_Contributed-02-AIE_DSP_with_Makefile_and_GUI--make-flow", - "description": "02-AIE_DSP_with_Makefile_and_GUI--make-flow", - "gui": "false", - "flow": "versal", - - "platform_allowlist": [ "vck190"], - "platform_blocklist": [], - - "testinfo": { - "test_name": "CTB_02-AIE_DSP", - "jobs": [ - { - "max_memory_MB": 65536 - } - ], - "targets": [ - "vitis_hw_build", - "vitis_hw_run" - ], - "make_options": [ - "EMBEDDED_PACKAGE_OUT=./make-flow/dsp_system/Hardware/package", - "EMBEDDED_EXEC_SCRIPT=./embedded_exec.sh" - ], - "custom_build_target": { - "all": "all", - "hw": "sd_card" - }, - "custom_board_target": "run_test", - "tasks": { - "build": { - "pre_exec": ["./env_setup_versal.sh"] - } - } - - } -} diff --git a/Developer_Contributed/02-AIE_DSP_with_Makefile_and_GUI/files/images/copy_files_sdcard.png b/Developer_Contributed/02-AIE_DSP_with_Makefile_and_GUI/files/images/copy_files_sdcard.png deleted file mode 100644 index 3798691956..0000000000 Binary files a/Developer_Contributed/02-AIE_DSP_with_Makefile_and_GUI/files/images/copy_files_sdcard.png and /dev/null differ diff --git a/Developer_Contributed/02-AIE_DSP_with_Makefile_and_GUI/files/images/fat32_format_sdcard.png b/Developer_Contributed/02-AIE_DSP_with_Makefile_and_GUI/files/images/fat32_format_sdcard.png deleted file mode 100644 index 213dd0b587..0000000000 Binary files a/Developer_Contributed/02-AIE_DSP_with_Makefile_and_GUI/files/images/fat32_format_sdcard.png and /dev/null differ diff --git a/Developer_Contributed/02-AIE_DSP_with_Makefile_and_GUI/files/images/fir_PS_libs.png b/Developer_Contributed/02-AIE_DSP_with_Makefile_and_GUI/files/images/fir_PS_libs.png deleted file mode 100644 index 1d59d2245b..0000000000 Binary files a/Developer_Contributed/02-AIE_DSP_with_Makefile_and_GUI/files/images/fir_PS_libs.png and /dev/null differ diff --git a/Developer_Contributed/02-AIE_DSP_with_Makefile_and_GUI/files/images/fir_aie.png b/Developer_Contributed/02-AIE_DSP_with_Makefile_and_GUI/files/images/fir_aie.png deleted file mode 100644 index 7bbf171167..0000000000 Binary files a/Developer_Contributed/02-AIE_DSP_with_Makefile_and_GUI/files/images/fir_aie.png and /dev/null differ diff --git a/Developer_Contributed/02-AIE_DSP_with_Makefile_and_GUI/files/images/fir_connect.png b/Developer_Contributed/02-AIE_DSP_with_Makefile_and_GUI/files/images/fir_connect.png deleted file mode 100644 index 95e8807bd8..0000000000 Binary files a/Developer_Contributed/02-AIE_DSP_with_Makefile_and_GUI/files/images/fir_connect.png and /dev/null differ diff --git a/Developer_Contributed/02-AIE_DSP_with_Makefile_and_GUI/files/images/fir_dialect.png b/Developer_Contributed/02-AIE_DSP_with_Makefile_and_GUI/files/images/fir_dialect.png deleted file mode 100644 index add14958c1..0000000000 Binary files a/Developer_Contributed/02-AIE_DSP_with_Makefile_and_GUI/files/images/fir_dialect.png and /dev/null differ diff --git a/Developer_Contributed/02-AIE_DSP_with_Makefile_and_GUI/files/images/fir_hls.png b/Developer_Contributed/02-AIE_DSP_with_Makefile_and_GUI/files/images/fir_hls.png deleted file mode 100644 index 3de148a483..0000000000 Binary files a/Developer_Contributed/02-AIE_DSP_with_Makefile_and_GUI/files/images/fir_hls.png and /dev/null differ diff --git a/Developer_Contributed/02-AIE_DSP_with_Makefile_and_GUI/files/images/fir_ps_inc.png b/Developer_Contributed/02-AIE_DSP_with_Makefile_and_GUI/files/images/fir_ps_inc.png deleted file mode 100644 index f4b82ea716..0000000000 Binary files a/Developer_Contributed/02-AIE_DSP_with_Makefile_and_GUI/files/images/fir_ps_inc.png and /dev/null differ diff --git a/Developer_Contributed/02-AIE_DSP_with_Makefile_and_GUI/files/images/fir_sys.png b/Developer_Contributed/02-AIE_DSP_with_Makefile_and_GUI/files/images/fir_sys.png deleted file mode 100644 index 12fd2fa81a..0000000000 Binary files a/Developer_Contributed/02-AIE_DSP_with_Makefile_and_GUI/files/images/fir_sys.png and /dev/null differ diff --git a/Developer_Contributed/02-AIE_DSP_with_Makefile_and_GUI/files/images/fir_sys_pl.png b/Developer_Contributed/02-AIE_DSP_with_Makefile_and_GUI/files/images/fir_sys_pl.png deleted file mode 100644 index 1ff6eb4e19..0000000000 Binary files a/Developer_Contributed/02-AIE_DSP_with_Makefile_and_GUI/files/images/fir_sys_pl.png and /dev/null differ diff --git a/Developer_Contributed/02-AIE_DSP_with_Makefile_and_GUI/files/images/thinplatf_prompt.png b/Developer_Contributed/02-AIE_DSP_with_Makefile_and_GUI/files/images/thinplatf_prompt.png deleted file mode 100644 index e260c371ba..0000000000 Binary files a/Developer_Contributed/02-AIE_DSP_with_Makefile_and_GUI/files/images/thinplatf_prompt.png and /dev/null differ diff --git a/Developer_Contributed/02-AIE_DSP_with_Makefile_and_GUI/files/images/thinplatf_runtime.png b/Developer_Contributed/02-AIE_DSP_with_Makefile_and_GUI/files/images/thinplatf_runtime.png deleted file mode 100644 index ba903aaff7..0000000000 Binary files a/Developer_Contributed/02-AIE_DSP_with_Makefile_and_GUI/files/images/thinplatf_runtime.png and /dev/null differ diff --git a/Developer_Contributed/02-AIE_DSP_with_Makefile_and_GUI/files/make-flow/dsp_AIE/Hardware/makefile b/Developer_Contributed/02-AIE_DSP_with_Makefile_and_GUI/files/make-flow/dsp_AIE/Hardware/makefile deleted file mode 100644 index 4160938bcb..0000000000 --- a/Developer_Contributed/02-AIE_DSP_with_Makefile_and_GUI/files/make-flow/dsp_AIE/Hardware/makefile +++ /dev/null @@ -1,57 +0,0 @@ -# Copyright © 2023 Advanced Micro Devices, Inc. All rights reserved. -# SPDX-License-Identifier: MIT - -# ========================================================= -# PROJECT and MODULE REPOS -# ========================================================= -#relative directory -RELATIVE_PROJECT_DIR := ../ - -#absolute directory -PROJECT_AIE_DIR := $(shell readlink -f $(RELATIVE_PROJECT_DIR)) - -show_dir: - -@echo from dsp_AIE, RELATIVE PROJECT DIR is: $(RELATIVE_PROJECT_DIR) - -@echo from dsp_AIE, CURRENT PROJECT DIR is: $(PROJECT_AIE_DIR) - - -# AIE compiler tools -#AIE_SRC_DIR = .. #DB: old -AIE_SRC_DIR = $(PROJECT_AIE_DIR) -AIE_CC = aiecompiler -#AIE_GRAPH_FILES = ../src/fir_graph.cpp #DB: old -AIE_GRAPH_FILES = $(PROJECT_AIE_DIR)/src/fir_graph.cpp -#AIE_OUT_DIR = ./Work #DB: old -AIE_OUT_DIR = $(PROJECT_AIE_DIR)/Hardware/Work -#AIE_DATA_DIR = ./data #DB: old -AIE_DATA_DIR = $(PROJECT_AIE_DIR)/data -#AIE_HW_DIR = ./hw #DB: never used? -#AIE_TRACE_DIR = ./Trace #DB: never used? -RM = rm -f -RMDIR = rm -rf - -# AIE compiler settings -AIE_FLAGS = -v -Xchess=main:darts.xargs=-nb \ - -include="$(XILINX_VITIS)/aietools/include" -include="$(XILINX_HLS)/include" \ - -include="$(DSPLIB_ROOT)/L1/src/aie" -include="$(DSPLIB_ROOT)/L1/include/aie" -include="$(DSPLIB_ROOT)/L2/include/aie" \ - -include="$(PROJECT_AIE_DIR)/data" -include="$(PROJECT_AIE_DIR)/src/graphs" -include="$(PROJECT_AIE_DIR)/src/" \ - -target=hw -platform=$(VITIS_PLATFORM_XPFM) -workdir=$(AIE_OUT_DIR) -# -# primary build targets -# - - -all: show_dir ./libadf.a - -./libadf.a: $(PROJECT_AIE_DIR)/src/fir_graph.cpp $(PROJECT_AIE_DIR)/src/graphs/fir_graph.h - -$(AIE_CC) $(AIE_FLAGS) $(AIE_GRAPH_FILES) - -clean: - $(RMDIR) $(AIE_OUT_DIR) $(AIE_DATA_DIR) .Xil ./aiesim* ./ess* ./profile* ../data/out* - find ./ -type f | grep -v makefile | xargs rm -Rf - -.PHONY: all clean - - -.PHONY: incremental -incremental: all diff --git a/Developer_Contributed/02-AIE_DSP_with_Makefile_and_GUI/files/make-flow/dsp_PL/Hardware/makefile b/Developer_Contributed/02-AIE_DSP_with_Makefile_and_GUI/files/make-flow/dsp_PL/Hardware/makefile deleted file mode 100644 index 198b0b2a0b..0000000000 --- a/Developer_Contributed/02-AIE_DSP_with_Makefile_and_GUI/files/make-flow/dsp_PL/Hardware/makefile +++ /dev/null @@ -1,67 +0,0 @@ -# Copyright © 2023 Advanced Micro Devices, Inc. All rights reserved. -# SPDX-License-Identifier: MIT - -#relative directory -RELATIVE_PROJECT_DIR := ../ - -#absolute directory -PROJECT_PL_DIR := $(shell readlink -f $(RELATIVE_PROJECT_DIR)) - -show_dir: - -@echo from dsp_PL, RELATIVE PROJECT DIR is: $(RELATIVE_PROJECT_DIR) - -@echo from dsp_PL, CURRENT PROJECT DIR is: $(PROJECT_PL_DIR) - - -# compiler tools -VPP ?= ${XILINX_VITIS}/bin/v++ -RM = rm -f -RMDIR = rm -rf - -TARGET = hw -VPP_OPTS = --target $(TARGET) - -# -# Hw kernel files -# - -BUILD_SUBDIRS = $(PROJECT_PL_DIR)/Hardware/build -HW_KERNEL_OBJS += $(PROJECT_PL_DIR)/Hardware/build/mm2s.xo -SRC_KERNEL_OBJS += $(PROJECT_PL_DIR)/Hardware/build/mm2s.xo -HW_KERNEL_OBJS += $(PROJECT_PL_DIR)/Hardware/build/s2mm.xo -SRC_KERNEL_OBJS += $(PROJECT_PL_DIR)/Hardware/build/s2mm.xo - -ALL_MESSAGE_FILES = $(subst .xo,.o,.mdb,$(SRC_KERNEL_OBJS)) - -# -# primary build targets -# - -.PHONY: all clean show_dir - -all: show_dir $(HW_KERNEL_OBJS) - - -clean: - -$(RM) $(SRC_KERNEL_OBJS) $(ALL_MESSAGE_FILES) - -$(RMDIR) $(BUILD_SUBDIRS) - -$(RMDIR) .Xil *.log .crash* - -.PHONY: incremental -incremental: all - - -nothing: - -# -# Hw Kernels compile; -# - -$(PROJECT_PL_DIR)/Hardware/build/mm2s.xo: $(PROJECT_PL_DIR)/src/mm2s.cpp $(PROJECT_PL_DIR)/Hardware/mm2s-compile.cfg - -@mkdir -p $(@D) - -@$(RM) $@ - $(VPP) $(VPP_OPTS) --compile -I"$( binary_container_1.xsa.sh - $(VPP_LINKER) $(VPP_OPTS) --link --config $(PROJECT_HWLINK_DIR)/system.cfg --platform $(VITIS_PLATFORM_XPFM) --config $(PROJECT_HWLINK_DIR)/Hardware/binary_container_1-link.cfg -o"$@" $(BINARY_CONTAINER_1_OBJS) diff --git a/Developer_Contributed/02-AIE_DSP_with_Makefile_and_GUI/files/make-flow/dsp_system_hw_link/system.cfg b/Developer_Contributed/02-AIE_DSP_with_Makefile_and_GUI/files/make-flow/dsp_system_hw_link/system.cfg deleted file mode 100644 index 92b9c9e9bc..0000000000 --- a/Developer_Contributed/02-AIE_DSP_with_Makefile_and_GUI/files/make-flow/dsp_system_hw_link/system.cfg +++ /dev/null @@ -1,7 +0,0 @@ -# Copyright © 2023 Advanced Micro Devices, Inc. All rights reserved. -# SPDX-License-Identifier: MIT - - -[connectivity] -stream_connect=mm2s_1.s:ai_engine_0.DataIn1 -stream_connect=ai_engine_0.DataOut1:s2mm_1.s diff --git a/Developer_Contributed/02-AIE_DSP_with_Makefile_and_GUI/files/run_all.sh b/Developer_Contributed/02-AIE_DSP_with_Makefile_and_GUI/files/run_all.sh deleted file mode 100644 index 83d075e650..0000000000 --- a/Developer_Contributed/02-AIE_DSP_with_Makefile_and_GUI/files/run_all.sh +++ /dev/null @@ -1,62 +0,0 @@ -#!/bin/bash - -# Copyright © 2023 Advanced Micro Devices, Inc. All rights reserved. -# SPDX-License-Identifier: MIT - -# DO NOT CHANGE THE ORDER OF THE FOLLOWING COMMANDS! - -# global variable - -# where you are -#echo " " -#echo "STARTING DIR IS: " $PWD -#echo " " -arg=$PWD - -# https://stackoverflow.com/questions/25416991/bash-script-to-check-file-name-begins-with-expected-string -#grab last 5 characters of the variable with -last5=${arg:${#arg}-5} -echo $last5 -if [[ "${last5}" == "files" ]]; -then - - echo "you started from the right folder" $arg - - # clean everything - make clean - # clean file text formats - source ./scripts/dos2unix_all.sh - - # set the environment - #source ./scripts/desktop_sample_env_setup.sh - source ./scripts/guupServer_sample_env_setup.sh - - ############################################################################## - # prepare folders for the GUI-based flow - rm -rf gui-flow # remove previous content - mkdir ./gui-flow # make a new dir - mkdir ./gui-flow/fir-dsplib_prj # make another subdir - - ############################################################################## - # design with Makefile flow - # build everything - # make all - - ############################################################################## - # design with the THIN PLATFORM - - #prepare the files for makefile flow - source ./scripts/prepare_thin-plat_files.sh - - # build all by using prebuilt petalinux and xpfm - cd thin-plat - make all TARGET=hw - # return to <*/files> folder - cd .. - - -else - echo ${arg} - echo "IS A WRONG DIRECTORY: <*/files> must be the last folder from where to start!" - echo "EXITING" -fi diff --git a/Developer_Contributed/02-AIE_DSP_with_Makefile_and_GUI/files/scripts/desktop_sample_env_setup.sh b/Developer_Contributed/02-AIE_DSP_with_Makefile_and_GUI/files/scripts/desktop_sample_env_setup.sh deleted file mode 100644 index 7a495d93e2..0000000000 --- a/Developer_Contributed/02-AIE_DSP_with_Makefile_and_GUI/files/scripts/desktop_sample_env_setup.sh +++ /dev/null @@ -1,142 +0,0 @@ -#!/bin/bash - -# Copyright © 2023 Advanced Micro Devices, Inc. All rights reserved. -# SPDX-License-Identifier: MIT - -# Author: Daniele Bagni -# Date: 27 Feb 20223 - -###################################################################################### -# WARNING: THIS SCRIPT IS AN EXAMPLE FOR VERSAL ENV SETUP on A LINUX DESKTOP -###################################################################################### - - -# ======================================================= -# global variables for this tutorial -# ======================================================= -RELEASE=2025.1 -BOARD=vck190 -#BASE_NUM=202510_1 -BASE_NUM=202510_1 - -#TUTORIAL=AIE_DSP_with_Makefile_and_GUI_2023 -export TUTORIAL=02-AIE_DSP_with_Makefile_and_GUI - -#export WRK_DIR=/media/danieleb/DATA/${RELEASE}/Vitis-Tutorials-${RELEASE}/Developer_Contributed -export WRK_DIR=/media/danieleb/DATA/2025.1/Vitis-Tutorials_2025.1/Developer_Contributed - - -# ======================================================= -# Set Platform, Vitis and Petalinux repo -# ======================================================= -#export PLATFORM_REPO_PATHS = -export PLATFORM_REPO_PATHS=/media/danieleb/DATA/${RELEASE}/tools/Xilinx/Vitis/${RELEASE}/base_platforms - -#export XILINX_VITIS = -export XILINX_VITIS=/media/danieleb/DATA/${RELEASE}/tools/Xilinx/Vitis/${RELEASE} - -#export PETALINUX = -export PETALINUX=/tools/Xilinx/PetaLinux/${RELEASE} - -# ================================================================================== -# Set Versal Common Image repo (OR eventually install it into /tmp) -# This local foldr must not be a "NFS" hard disk drive, only "ext4" is supported -# ================================================================================== - -# export TMP DIRECTORY= -mkdir -p /tmp/danieleb -export TMPDIR=/tmp/danieleb - -# PETALINUX and VERSAL COMMON IMAGE -##export COMMON_IMAGE_VERSAL= -export COMMON_IMAGE_VERSAL=${HOME}/common/xilinx-versal-common-v${RELEASE} - -: ' # do it only once -## clean versal common image local folder content -rm -rf ${COMMON_IMAGE_VERSAL} -mkdir -p ${COMMON_IMAGE_VERSAL} - -## set the folder of Versal Common Image source files -#export VERSAL_COMMON_2023v1=${PETALINUX}/../../bsp/internal/xilinx-versal-common-v${RELEASE}/ #only for GUUP -export VERSAL_COMMON_2023v1=/opt/xilinx/common/xilinx-versal-common-v${RELEASE} -cd ${VERSAL_COMMON_2023v1} -## install Versal SDK on $HOME/common -./sdk.sh -y -p -d ${COMMON_IMAGE_VERSAL} -#copy the other files -cp bl31.elf boot.scr Image README.txt rootfs.ext4 rootfs.manifest u-boot.elf ${COMMON_IMAGE_VERSAL} - -##back to the wrk dir -cd ${WRK_DIR}/${TUTORIAL}/files/ -' - -# ==================================================== -# Source Versal Image, Vitis and Aietools -# ==================================================== -unset LD_LIBRARY_PATH -source ${COMMON_IMAGE_VERSAL}/environment-setup-cortexa72-cortexa53-amd-linux -# Run the below command to setup environment and CXX -source ${XILINX_VITIS}/settings64.sh - -# ======================================================== -# Set DSP Library for Vitis -# ======================================================== -#export DSPLIB_ROOT= -export DSPLIB_VITIS=/media/danieleb/DATA/${RELEASE}/Vitis_Libraries-main -export DSPLIB_ROOT=${DSPLIB_VITIS}/dsp - - -# ========================================================= -# Platform Selection... -# ========================================================= -#tgt_plat=xilinx_vck190_base_202220_1 -#export PLATFORM=$PLATFORM_REPO_PATHS/$tgt_plat/$tgt_plat\.xpfm - -export VERSAL_VITIS_PLATFORM=xilinx_${BOARD}\_base_${BASE_NUM} -export VITIS_PLATFORM_DIR=${PLATFORM_REPO_PATHS}/${VERSAL_VITIS_PLATFORM} -export VITIS_PLATFORM_XPFM=${VITIS_PLATFORM_DIR}/${VERSAL_VITIS_PLATFORM}.xpfm - -# ======================================================== -# Set SysRoot, RootFS and Image -# ======================================================== -export VITIS_SYSROOTS=${COMMON_IMAGE_VERSAL}/sysroots/cortexa72-cortexa53-amd-linux -export SDKTARGETSYSROOT=${VITIS_SYSROOTS} -export KERNEL_IMAGE=${COMMON_IMAGE_VERSAL}/Image -export ROOTFS=${COMMON_IMAGE_VERSAL}/rootfs.ext4 - -# ======================================================== -# for compatibility with official Vitis Tutorials -# ======================================================== -export XLNX_VERSAL=${COMMON_IMAGE_VERSAL} -export PLATFORM=${VITIS_PLATFORM_XPFM} - - -# ======================================================== -# check env variables -# ======================================================== -echo " " -echo "Vitis/Petalinux GUUP Environmental variables" -echo " " -echo "LD_LIBRARY_PATH " $LD_LIBRARY_PATH -echo "XILINX_VITIS " $XILINX_VITIS -echo "BSP_DIR " $BSP_DIR -#echo "PETALINUX_VER " $PETALINUX_VER -echo "PLATFORM_REPO_PATHS " $PLATFORM_REPO_PATHS -echo "XILINX_XRT " $XILINX_XRT -echo "XILINX_VIVADO " $XILINX_VIVADO -#echo "XILINXD_LICENSE_FILE " $XILINXD_LICENSE_FILE -echo "XILINX_HLS " $XILINX_HLS -#echo "XSCT_TOOLCHAIN" $XSCT_TOOLCHAIN -#echo "XDG_DATA_DIRS " $XDG_DATA_DIRS -#echo "GUUP_ROOT " $GUUP_ROOT -echo "SHELL " $SHELL -#echo "LM_LICENSE_FILE " $LM_LICENSE_FILE -#echo "PYTHONPATH " $PYTHONPATH -#echo "PETALINUX_MAJOR_VER " $PETALINUX_MAJOR_VER -echo "PETALINUX " $PETALINUX -echo "SDKTARGETSYSROOT " ${VITIS_SYSROOTS} -echo "VERSAL_COMMON_2023v1 " ${VERSAL_COMMOM_2023v1} -echo "COMMON_IMAGE_VERSAL " ${COMMON_IMAGE_VERSAL} -echo "KERNEL_IMAGE " ${KERNEL_IMAGE} -echo "ROOTFS " ${ROOTFS} -echo "VITIS_PLATFORM_XPFM " ${VITIS_PLATFORM_XPFM} -#echo "PATH " ${PATH} diff --git a/Developer_Contributed/02-AIE_DSP_with_Makefile_and_GUI/files/scripts/dos2unix_all.sh b/Developer_Contributed/02-AIE_DSP_with_Makefile_and_GUI/files/scripts/dos2unix_all.sh deleted file mode 100644 index 5c22105c41..0000000000 --- a/Developer_Contributed/02-AIE_DSP_with_Makefile_and_GUI/files/scripts/dos2unix_all.sh +++ /dev/null @@ -1,16 +0,0 @@ -#!/bin/bash - -# Copyright © 2023 Advanced Micro Devices, Inc. All rights reserved. -# SPDX-License-Identifier: MIT - - -# Dos2Unix conversion just to avoid any trouble with file formats -for file in $(find . -name "*.sh" ); do dos2unix ${file}; done -for file in $(find . -name "*.tcl"); do dos2unix ${file}; done -for file in $(find . -name "*.h" ); do dos2unix ${file}; done -for file in $(find . -name "config" ); do dos2unix ${file}; done -for file in $(find . -name "*.c*" ); do dos2unix ${file}; done -for file in $(find . -name "*.m" ); do dos2unix ${file}; done -for file in $(find . -name "*.dat" ); do dos2unix ${file}; done -for file in $(find . -name "*.txt" ); do dos2unix ${file}; done -for file in $(find . -name "?ake*" ); do dos2unix ${file}; done diff --git a/Developer_Contributed/02-AIE_DSP_with_Makefile_and_GUI/files/scripts/env_setup.sh b/Developer_Contributed/02-AIE_DSP_with_Makefile_and_GUI/files/scripts/env_setup.sh deleted file mode 100644 index 0ca865fba2..0000000000 --- a/Developer_Contributed/02-AIE_DSP_with_Makefile_and_GUI/files/scripts/env_setup.sh +++ /dev/null @@ -1,34 +0,0 @@ -#!/bin/bash - -# Report current shell -current_shell=$(echo $0) -echo "[env_setup.sh] Current shell: $current_shell" -if [ "$current_shell" = "-bash" ]; then - # Print Bash version - echo "[env_setup.sh] Bash version: $BASH_VERSION" -fi - -# Vitis Libraries -#export DSPLIB_VITIS=/proj/xtools/xilinx_central_repo/Vitis_Libraries -# Point to the Vitis Libraries HEAD -# DB: commented by me -#export DSPLIB_VITIS=/proj/xtools/xilinx_central_repo/FaaSApps_next -#export DSPLIB_ROOT=${DSPLIB_VITIS}/dsp - -# GHE Repo URL for CI -export DEVICE_TREE_REPO=https://gitenterprise.xilinx.com/Linux/device-tree-xlnx.git -export ATF_REPO=https://gitenterprise.xilinx.com/Linux/arm-trusted-firmware.git -export UBOOT_REPO=https://github.com/Xilinx/u-boot-xlnx -#REPO for Embd_Sw/F/01 -export ATF_CHECKOUT=master -export UBOOT_CHECKOUT=master - -# Add CMake to PATH -export PATH=${XILINX_VITIS}/tps/lnx64/cmake-3.3.2/bin:$PATH - -# Add git to PATH -export PATH=${XILINX_VITIS}/tps/lnx64/git-2.41.0/bin:$PATH - -# Update Perl Version -source perl.sh - diff --git a/Developer_Contributed/02-AIE_DSP_with_Makefile_and_GUI/files/scripts/env_setup_petalinux.sh b/Developer_Contributed/02-AIE_DSP_with_Makefile_and_GUI/files/scripts/env_setup_petalinux.sh deleted file mode 100644 index aabd065d84..0000000000 --- a/Developer_Contributed/02-AIE_DSP_with_Makefile_and_GUI/files/scripts/env_setup_petalinux.sh +++ /dev/null @@ -1,29 +0,0 @@ -#!/bin/bash -# ------------------------- -# Setup common environments -# - Vitis Library Path -# ------------------------- -#source env_setup.sh - - - -# ------------------------------- -# Environment Setup for PetaLinux -# ------------------------------- - -# A tutorial either uses the pre-built SDK toolchain or the PetaLinux to build things from scratch. - -export BSP_DIR=/proj/petalinux/${XLNX_RELEASE}/petalinux-v${XLNX_RELEASE}_daily_latest/bsp/release -export PETALINUX=/proj/petalinux/${XLNX_RELEASE}/petalinux-v${XLNX_RELEASE}_daily_latest/tool/petalinux-v${XLNX_RELEASE}-final - - -source $PETALINUX/settings.sh - - -# ------------------------- -# The following Env Var are provided by Regression Framework. No need to setup manually -# - XILINX_VITIS -# - XILINX_VIVADO -# - XILINX_HLS -# - PLATFORM_REPO_PATHS -# ------------------------- diff --git a/Developer_Contributed/02-AIE_DSP_with_Makefile_and_GUI/files/scripts/env_setup_petalinux_versal.sh b/Developer_Contributed/02-AIE_DSP_with_Makefile_and_GUI/files/scripts/env_setup_petalinux_versal.sh deleted file mode 100644 index a36fc82486..0000000000 --- a/Developer_Contributed/02-AIE_DSP_with_Makefile_and_GUI/files/scripts/env_setup_petalinux_versal.sh +++ /dev/null @@ -1,42 +0,0 @@ -#!/bin/bash -#!/bin/bash -# ------------------------- -# Use PetaLinux toolset -# Setup common image path COMMON_IMAGE_VERSAL -# ------------------------- - - - - - -# ------------------------- -# Setup common environments -# - Vitis Library Path -# ------------------------- -source env_setup.sh - - - -# ------------------------------- -# Environment Setup for PetaLinux -# ------------------------------- - -# A tutorial either uses the pre-built SDK toolchain or the PetaLinux to build things from scratch. - -source env_setup_petalinux.sh - -# ------------------------------- -# Versal Common Image Path -# ------------------------------- - -export COMMON_IMAGE_VERSAL=/proj/xbb/xrt-embedded/${XLNX_RELEASE}/sw/latest/sysroot/versal/xilinx-versal-common-v${XLNX_RELEASE} -echo Setting Up COMMON_IMAGE_VERSAL=$COMMON_IMAGE_VERSAL - - -# ------------------------- -# The following Env Var are provided by Regression Framework. No need to setup manually -# - XILINX_VITIS -# - XILINX_VIVADO -# - XILINX_HLS -# - PLATFORM_REPO_PATHS -# ------------------------- diff --git a/Developer_Contributed/02-AIE_DSP_with_Makefile_and_GUI/files/scripts/env_setup_versal.sh b/Developer_Contributed/02-AIE_DSP_with_Makefile_and_GUI/files/scripts/env_setup_versal.sh deleted file mode 100644 index c2010ad911..0000000000 --- a/Developer_Contributed/02-AIE_DSP_with_Makefile_and_GUI/files/scripts/env_setup_versal.sh +++ /dev/null @@ -1,24 +0,0 @@ -#!/bin/bash -# ------------------------- -# Setup common environments -# - Vitis Library Path -# ------------------------- -source env_setup.sh - - -#export COMMON_IMAGE_VERSAL=/proj/xbb/xrt-embedded/2023.1/sw/latest/sysroot/versal/xilinx-versal-common-v2023.1 #DB: this works only on USA servers -export COMMON_IMAGE_VERSAL=/home/danieleb/common/xilinx-versal-common-v${XLNX_RELEASE} -echo Setting Up COMMON_IMAGE_VERSAL=$COMMON_IMAGE_VERSAL #DB: this works also for EMEA servers - -# Run Environment setup to get SDKTARGETSYSROOT and CXX -unset LD_LIBRARY_PATH -source ${COMMON_IMAGE_VERSAL}/environment-setup-cortexa72-cortexa53-amd-linux - - -# ------------------------- -# The following Env Var are provided by Regression Framework. No need to setup manually -# - XILINX_VITIS -# - XILINX_VIVADO -# - XILINX_HLS -# - PLATFORM_REPO_PATHS -# ------------------------- diff --git a/Developer_Contributed/02-AIE_DSP_with_Makefile_and_GUI/files/scripts/guupServer_sample_env_setup.sh b/Developer_Contributed/02-AIE_DSP_with_Makefile_and_GUI/files/scripts/guupServer_sample_env_setup.sh deleted file mode 100644 index 3b70b00ea2..0000000000 --- a/Developer_Contributed/02-AIE_DSP_with_Makefile_and_GUI/files/scripts/guupServer_sample_env_setup.sh +++ /dev/null @@ -1,138 +0,0 @@ -#!/bin/bash - -# Copyright © 2023 Advanced Micro Devices, Inc. All rights reserved. -# SPDX-License-Identifier: MIT - -# Author: Daniele Bagni -# Date: 05 Sep 2024 - -###################################################################################### -# WARNING: THIS SCRIPT IS VALID ONLY FOR VCK190 on AMD/XILINX GUUP (LINUX) SERVERS -###################################################################################### - -# ======================================================= -# GUUP Environment Setup: -# set Platform, Vitis and Petalinux repo -# ======================================================= -#ts 2023.1_released -petalinux petalinux-v2023.1_daily_latest -#ts 2023.2_released -petalinux petalinux-v2023.2_daily_latest -#ts 2025.1_released -petalinux petalinux-v2025.1_daily_latest - -# ======================================================= -# global variables for this tutorial -# ======================================================= -export XLNX_BOARD=vck190 - -#export XLNX_RELEASE=2023.2 -#export XLNX_BASE_NUM=202320_1 -export XLNX_RELEASE=2025.1 -export XLNX_BASE_NUM=202510_1 - -export TUTORIAL=02-AIE_DSP_with_Makefile_and_GUI -export GUUP_DIR=/group/xirguup -#export WRK_DIR=${GUUP_DIR}/danieleb/ide${XLNX_RELEASE}/Developer_Contributed -export WRK_DIR=${GUUP_DIR}/danieleb/ide2025.1/Vitis-Tutorials/Developer_Contributed - -# ======================================================= -# to emulate SPRITE regression env in GUUP Servers -# ======================================================= -cd ${WRK_DIR}/${TUTORIAL}/files/scripts -echo " " -echo ${PWD} -echo " " -source ./env_setup_versal.sh -#back to the wrk dir -cd ${WRK_DIR}/${TUTORIAL}/files -echo " " -echo ${PWD} -echo " " - -#================================================================================== -# Set Versal Common Image repo (OR eventually install it into /tmp) -# This local foldr must not be a "NFS" hard disk drive, only "ext4" is supported -# ================================================================================== - -# export TMP DIRECTORY= -mkdir -p /tmp/danieleb -export TMPDIR=/tmp/danieleb - -# PETALINUX and VERSAL COMMON IMAGE -export COMMON_IMAGE_VERSAL=${HOME}/common/xilinx-versal-common-v${XLNX_RELEASE} - -: ' -# do it only once -# clean versal folder content -rm -rf ${COMMON_IMAGE_VERSAL} -# install SDK -export VERSAL_COMMON_2023v1=$PETALINUX/../../bsp/internal/xilinx-versal-common-v${XLNX_RELEASE}/ -cd ${VERSAL_COMMON_2023v1} -bash ./sdk.sh -y -p -d ${COMMON_IMAGE_VERSAL} -cp bl31.elf boot.scr Image README.txt rootfs.ext4 rootfs.manifest u-boot.elf ${COMMON_IMAGE_VERSAL}/ -' - -# ======================================================== -# Set DSP Library for Vitis -# ======================================================== -## already set in "env_setup.sh" but not yet available in EMEA servers -#export DSPLIB_ROOT= - -export DSPLIB_VITIS=/group/xirguup/danieleb/ide${XLNX_RELEASE}/Vitis_Libraries -export DSPLIB_ROOT=${DSPLIB_VITIS}/dsp -#export DSPLIB_VITIS=/group/xirguup/danieleb/ide2023.2/Vitis_Libraries -#export DSPLIB_ROOT=${DSPLIB_VITIS}/xf_dsp-next - - - -# ========================================================= -# Platform Selection... -# ========================================================= -export VERSAL_VITIS_PLATFORM=xilinx_${XLNX_BOARD}\_base_${XLNX_BASE_NUM} -export VITIS_PLATFORM_DIR=${PLATFORM_REPO_PATHS}/${VERSAL_VITIS_PLATFORM} -export VITIS_PLATFORM_XPFM=${VITIS_PLATFORM_DIR}/${VERSAL_VITIS_PLATFORM}.xpfm - -# ======================================================== -# Set SysRoot, RootFS and Image -# ======================================================== -export VITIS_SYSROOTS=${COMMON_IMAGE_VERSAL}/sysroots/cortexa72-cortexa53-amd-linux -export SDKTARGETSYSROOT=${VITIS_SYSROOTS} -export KERNEL_IMAGE=${COMMON_IMAGE_VERSAL}/Image -export ROOTFS=${COMMON_IMAGE_VERSAL}/rootfs.ext4 - -# ======================================================== -# for compatibility with official Vitis Tutorials -# ======================================================== -export XLNX_VERSAL=${COMMON_IMAGE_VERSAL} -export PLATFORM=${VITIS_PLATFORM_XPFM} - -# ======================================================== -# check env variables -# ======================================================== -echo " " -echo "Vitis/Petalinux GUUP Environmental variables" -echo " " -echo "LD_LIBRARY_PATH " $LD_LIBRARY_PATH -echo "XILINX_VITIS " $XILINX_VITIS -echo "BSP_DIR " $BSP_DIR -#echo "PETALINUX_VER " $PETALINUX_VER -echo "PLATFORM_REPO_PATHS " $PLATFORM_REPO_PATHS -echo "XILINX_XRT " $XILINX_XRT -echo "XILINX_VIVADO " $XILINX_VIVADO -#echo "XILINXD_LICENSE_FILE " $XILINXD_LICENSE_FILE -echo "XILINX_HLS " $XILINX_HLS -#echo "XSCT_TOOLCHAIN" $XSCT_TOOLCHAIN -#echo "XDG_DATA_DIRS " $XDG_DATA_DIRS -#echo "GUUP_ROOT " $GUUP_ROOT -echo "SHELL " $SHELL -#echo "LM_LICENSE_FILE " $LM_LICENSE_FILE -#echo "PYTHONPATH " $PYTHONPATH -#echo "PETALINUX_MAJOR_VER " $PETALINUX_MAJOR_VER -echo "PETALINUX " $PETALINUX -echo "SDKTARGETSYSROOT " ${VITIS_SYSROOTS} -echo "VERSAL_COMMON_2023v1 " ${VERSAL_COMMOM_2023v1} -echo "COMMON_IMAGE_VERSAL " ${COMMON_IMAGE_VERSAL} -echo "VITIS_PLATFORM_XPFM " ${VITIS_PLATFORM_XPFM} -echo "KERNEL_IMAGE " ${KERNEL_IMAGE} -echo "ROOTFS " ${ROOTFS} -echo "PLATFORM_REPO_PATHS " ${PLATFORM_REPO_PATHS} -#echo "PATH " ${PATH} -echo "DSPLIB_ROOT " ${DSPLIB_ROOT} diff --git a/Developer_Contributed/02-AIE_DSP_with_Makefile_and_GUI/files/scripts/perl.sh b/Developer_Contributed/02-AIE_DSP_with_Makefile_and_GUI/files/scripts/perl.sh deleted file mode 100644 index c3d929f5bb..0000000000 --- a/Developer_Contributed/02-AIE_DSP_with_Makefile_and_GUI/files/scripts/perl.sh +++ /dev/null @@ -1,10 +0,0 @@ -#!/bin/bash - -################################################################## -echo "Override perl related env variables" -PERL_5_24_1=/tools/batonroot/rodin/devkits/lnx64/perl-5.24.1 -export PERL_HOME=${PERL_5_24_1} -export PATH=${PERL_5_24_1}/bin:${PATH} - -echo "Updated PERL_HOME: ${PERL_HOME}" -echo "Updated PATH: ${PATH}" diff --git a/Developer_Contributed/02-AIE_DSP_with_Makefile_and_GUI/files/scripts/prepare_thin-plat_files.sh b/Developer_Contributed/02-AIE_DSP_with_Makefile_and_GUI/files/scripts/prepare_thin-plat_files.sh deleted file mode 100644 index 1d16b65dac..0000000000 --- a/Developer_Contributed/02-AIE_DSP_with_Makefile_and_GUI/files/scripts/prepare_thin-plat_files.sh +++ /dev/null @@ -1,49 +0,0 @@ -#!/bin/bash - -# Copyright © 2023 Advanced Micro Devices, Inc. All rights reserved. -# SPDX-License-Identifier: MIT - -# remove previous folder without deleting it -mv ${WRK_DIR}/${TUTORIAL}/files/thin-plat ${WRK_DIR}/${TUTORIAL}/files/tmp -# copy original Thin Platform repo and rename it -cp -r ${WRK_DIR}/01-Versal_Custom_Thin_Platform_Extensible_System ${WRK_DIR}/${TUTORIAL}/files/ -mv ${WRK_DIR}/${TUTORIAL}/files/01-Versal_Custom_Thin_Platform_Extensible_System ${WRK_DIR}/${TUTORIAL}/files/thin-plat -# clean just to be shure -make clean -C ${WRK_DIR}/${TUTORIAL}/files/thin-plat - -# remove folders that are not needed -cd ${WRK_DIR}/${TUTORIAL}/files/thin-plat -rm -rf vitis/ip/vadd* vitis/ip/counter vitis/ip/subtractor -rm -rf ps_apps/linux/vadd* -rm -rf documentation -# rename folders -mv ps_apps/linux/aie_dly_test ps_apps/linux/aie_test -mv vitis/ip/mm2s_vadd_s vitis/ip/mm2s_aie -mv vitis/ip/s2mm_vadd_s vitis/ip/s2mm_aie - -# remove files that are not needed -cd ${WRK_DIR}/${TUTORIAL}/files/ -rm -f ./thin-plat/README* -rm -f ./thin-plat/*.json -rm -f ./thin-plat/vitis/ip/aie/data/* -rm -f ./thin-plat/vitis/ip/aie/src/* -rm -rf ./thin-plat/vitis/ip/aie/vitis*wrapper* -rm -rf ./thin-plat/vitis/ip/aie/vck190*wrapper* -rm -rf ./thin-plat/vitis/ip/aie/src/graphs/* -rm -rf ./thin-plat/vitis/ip/aie/src/kernels/* -rm -f ./thin-plat/vitis/ip/mm2s_aie/src/* -rm -f ./thin-plat/vitis/ip/s2mm_aie/src/* -rm -f ./thin-plat/ps_apps/linux/aie_test/src/* -rm -f ./thin-plat/vitis/src/system.cfg - -# copy the source code files -cp ./src/ip/aie/data/* ./thin-plat/vitis/ip/aie/data/ -cp ./src/ip/aie/src/* ./thin-plat/vitis/ip/aie/src/ -cp ./src/ip/aie/src/graphs/* ./thin-plat/vitis/ip/aie/src/graphs/ -cp ./src/ip/mm2s_aie/src/* ./thin-plat/vitis/ip/mm2s_aie/src/ -cp ./src/ip/s2mm_aie/src/* ./thin-plat/vitis/ip/s2mm_aie/src/ -cp ./src/ps_apps/aie_test/src/* ./thin-plat/ps_apps/linux/aie_test/src/ -cp ./src/vitis/src/system.cfg ./thin-plat/vitis/src/system.cfg - -# copy the modified makefiles -cp -rf ./src/thin-plat/* ./thin-plat/ diff --git a/Developer_Contributed/02-AIE_DSP_with_Makefile_and_GUI/files/src/ip/aie/data/golden_2col.txt b/Developer_Contributed/02-AIE_DSP_with_Makefile_and_GUI/files/src/ip/aie/data/golden_2col.txt deleted file mode 100644 index 293506368b..0000000000 --- a/Developer_Contributed/02-AIE_DSP_with_Makefile_and_GUI/files/src/ip/aie/data/golden_2col.txt +++ /dev/null @@ -1,4096 +0,0 @@ -126 450 --1613 -975 -4149 -9673 -8363 -8704 --8622 -6170 --13008 5317 --1192 -10116 --582 -12624 -916 -1407 -5510 13283 --8939 -8363 -1015 -8789 -3450 6493 -7153 196 -8806 5149 -7940 2513 -5513 -4188 -10820 2461 -4557 4302 --8028 297 -5947 3053 -10012 3034 -609 5584 --10914 -5842 --4279 -3815 -2474 -2697 -1122 -5173 -4727 -3252 -3391 7058 --2163 7085 --8312 3453 --602 5024 -2662 6059 --8539 -1687 -1188 -1216 -2487 -2432 --4051 1696 -9195 2308 -4180 -370 -4421 -4835 --5591 7636 --9464 6325 --8368 -3950 -6787 1464 --4675 6689 --1248 1126 --13143 -1630 --9840 13569 -7260 4052 -10688 1259 -14676 -3329 --2758 -10182 --5563 569 -423 5245 --2863 -9136 -506 -8420 --769 -526 --8772 -6240 --10413 2408 -5743 3928 -2786 -9118 -1964 -8893 --13351 -11120 --4959 -1502 -5071 -1154 --11419 -2403 --9298 6156 --8360 -12637 -8625 1232 --5937 2745 -1295 -7501 --6506 7750 -2718 2638 --7213 5849 --11366 -13240 --1419 -1972 -3261 2426 -992 2234 -77 4793 --8495 1830 --4747 -8877 --4191 -879 -556 11893 -914 649 --266 3237 --2074 3057 -3421 -3848 -15413 -8950 -1460 -5379 -4332 -12741 -4235 13846 -12845 1634 -3452 3044 --7122 6915 --573 -928 --3431 3756 -3929 -1443 -2983 1722 -4264 7135 -3307 7771 --1614 2010 --1347 5517 --6456 8508 -7853 -1964 --3731 -11230 -3876 -3427 -7859 7324 -756 -2550 --8000 2834 -5459 -2351 -5527 -11088 -9548 7689 -4948 -3900 --6508 -1653 --232 1945 --224 3123 -10266 -10543 -3281 4474 -9076 -2079 -16038 5159 -1726 2347 --1734 -2299 --5579 7857 --12815 -16122 -3972 2872 -5754 1831 -508 -4659 --4418 5602 --1027 2188 -4373 7154 --318 -3426 --12604 5589 --3283 12318 --11712 11609 --5675 -6100 -10678 -13022 -10143 -1500 -3752 1071 -4286 2538 --7964 3211 --454 -2729 --3417 -2405 --5070 3925 --2375 4766 -7227 5767 -12867 -9508 --61 -5238 -1217 -1302 --2984 -5395 --1841 6585 -8532 1739 -6185 9625 --10775 -2635 -1845 -2018 -5577 -8278 -6914 859 --487 16435 --5088 9627 --1628 3057 --5335 -3888 --5133 -9304 -7843 2132 -11117 6815 --4860 5292 --2589 -8442 --3980 -2741 -2516 1959 -10635 2515 -15637 3262 -6245 11741 --5342 1969 -8425 2292 -6746 -5245 -12064 -11712 -3431 -7642 -8644 -3891 --1712 11528 --2518 -1504 --6599 -3298 --3196 8615 -9420 -1593 --1029 6849 --3893 -2810 --6557 4218 --5960 4930 -2742 -6543 -3789 9145 -4705 -1426 -5571 -7274 -3460 -14179 -6985 -926 --2574 6152 --2016 1508 --6983 -382 --9737 -3705 --4633 11763 --2419 11340 --4755 12978 -15965 9431 -2493 -1976 --2484 -1314 -1478 -2991 --13335 11375 --6553 4948 --3246 -3915 --8190 5814 -8460 4651 -5466 -4662 -4321 7267 --8137 -3210 --8271 -3829 -9316 235 -4775 -6392 -1689 8707 --9791 11165 --8770 1532 --4863 -2914 --573 -1967 --7731 -7415 -1961 -12185 -6038 12817 --1633 7032 -10949 701 -7616 -7174 --6429 -6422 --3931 -3705 -373 7822 --8678 2175 --1870 7279 --3215 3706 -940 -1425 -8060 9434 --3894 -3012 -1978 -11699 --3307 -3549 -1684 10761 --2368 665 -14598 -1186 --707 8171 --1775 3366 -7010 926 -68 207 -2912 4499 --2912 -3507 --12511 1395 -2710 -1564 --3774 -5308 -2410 755 -4129 -4194 --155 2643 -10472 -7784 -2391 -10131 -3972 -8363 --3098 5222 -4219 11127 -5119 9664 --345 -6595 --2123 -3648 --3478 -603 --830 -658 -7821 -2504 --3034 5646 --3153 6371 -7531 -45 -12930 -192 --8543 3341 -633 -9638 -2998 -6363 --6729 2600 -5774 2700 --7385 3928 -1410 3219 -5433 8494 -3361 12879 --13495 2678 --2850 -6759 -8705 -776 -2657 -113 --9156 -11406 --15251 1143 --11276 -3526 --3710 -114 -3773 -6747 -591 2398 --299 3992 --10069 -2027 --906 5002 -190 6402 -6565 3452 -2558 -13117 --7415 -8275 -291 3623 -4591 -1237 --6471 -4773 -3911 -260 -1460 -4723 -11911 1846 -3196 -353 --6893 -5610 --9486 1223 --8363 -15214 --7512 176 -183 10505 --7277 5020 --7856 5778 -3066 3841 --8163 -11801 -12045 774 --1599 8508 --6392 -2177 -5406 773 --7260 3735 --811 -7517 -7642 1016 --1693 5285 -723 -3205 -3986 8064 --5790 5634 -2707 7360 -240 229 --11681 -7811 --5681 -3836 --6342 1149 --2932 597 --6991 68 --1378 1270 --12870 -5412 --1838 -1325 --4247 -4905 --11686 -4448 --9164 -13718 --2198 -12802 --1429 -959 -7646 14880 --3368 5613 -8824 9770 --3977 34 --3382 4786 -7947 3846 -13331 6853 --3886 2705 -3084 1088 -8624 -772 -2766 1379 -2669 9046 --4807 -1969 --3872 -10259 -1835 -2565 -5629 -4839 -6865 -2363 -12807 281 -4854 105 -706 3990 --2001 -5044 --2790 88 --4643 2423 --8407 9875 --2458 1408 --7544 5821 -1574 238 -4769 -4408 --3490 5235 --5402 6883 -8842 4123 -2934 -598 -11213 3113 -4578 -6094 --9689 -1343 -10842 7166 -7857 8220 --8298 515 -389 411 -6296 -12837 --4341 -5209 -8059 13576 -8348 3069 --1799 -806 --5062 -2572 --417 1453 --3928 -9169 --5493 506 --2037 2012 --6144 4230 --1408 -247 -7496 7767 -12839 -2992 -2061 5881 --3530 8867 --7262 1401 -4843 -3449 --107 1415 -518 -556 -2776 -2321 --8208 -5906 --2982 -6651 -7130 5587 -8317 8042 -4954 6875 -11208 9542 -3959 7616 -4356 5591 --8261 1610 --2644 -6452 -3645 -1206 --8036 9970 -1043 2631 -2608 -585 -2432 -8604 -7948 -5069 --8628 -2243 --8780 11646 -5856 -1259 -17976 -415 -2337 -5048 --468 -2748 -5338 3889 --2988 -8354 --3163 2537 --6879 -5137 -11380 -1052 -7691 -1389 --9085 -12651 -13198 -10942 -3197 -4232 --3740 -6378 --5230 -1023 --4432 -809 -1805 -6752 --316 238 -6691 -3169 -1132 4553 -1332 -8412 --3322 -3993 -2018 267 -6740 13874 --1049 -4124 --8467 1999 --7911 2767 -11995 11732 -5836 -6348 --11362 -4616 -4275 11753 -5838 11107 -2530 10723 -3485 -2600 -3569 -8879 --9819 8613 --4646 10918 --7323 1069 -2765 4852 -7353 -5608 --5197 -9261 --7210 -9675 --5759 5649 --14367 7737 --111 3288 --3375 4253 --9589 34 -160 2438 -12435 -8980 -7881 -6266 -5490 -532 --2376 -6751 -212 -7098 --15454 -1440 --2022 5172 -1057 3309 -2060 9485 --13408 11009 --1245 8960 --1930 -1787 --3116 -10465 -4263 -5924 -5732 -2134 --3016 -873 -80 10973 -7214 11409 -8763 3581 -5047 2366 --8096 -951 --8757 -2794 -1292 2339 -3350 1084 -613 6202 -4407 9472 -2510 -746 --359 -9771 --723 -1232 -6658 -2811 -5987 -247 -3351 -103 --603 6710 --7396 -6178 -4678 7835 -1064 10765 --5640 9522 -1624 13922 -2440 11824 -2316 2248 -11806 -14795 -3531 -6221 --11741 10270 --3356 -3174 -14056 -10646 -1699 -3533 --12698 5631 -1131 -54 --4716 -2706 --9331 15160 --1986 5803 -4792 -7313 --1260 9232 -128 120 --9440 -11744 -10820 -1312 -5124 2580 -1618 3927 --3115 -1604 -861 -4855 --1808 -10311 --9804 -288 --809 2757 --2867 -2639 -5195 -1541 --1871 7466 -2029 8785 --2562 6502 --907 -1190 -8418 150 -4930 -6437 -6584 1988 --9072 -2378 --1582 -7939 -9709 -1392 -3199 -7292 --6837 1770 -10046 819 -2277 -12603 -6040 -8206 --2437 1008 --10011 8251 -10920 -675 -2927 -7212 --6518 11386 -8465 2183 --3663 -3228 -3646 -7304 --8437 -3750 --2681 4121 -181 -11240 -3814 -2630 --1560 609 --625 2442 --2477 4503 -2013 8199 --2674 4800 --979 4207 -4584 -8257 --2180 -13489 --6692 -459 -6374 -9381 --5098 5703 -11073 -3748 -6076 -9729 --4234 12055 --5411 -1154 --4885 3679 -1484 -340 -12728 -940 --5861 -4717 --15524 -10897 --7877 750 --1950 14215 -1247 -1915 --798 -12992 -2476 -12322 -7595 -662 --5353 6094 -11431 1095 --1895 -6023 -3055 -6241 -7564 1781 --9277 12334 --3674 1982 -1292 -6658 -12823 -4367 -7905 7522 --2186 -5165 --593 -598 -2334 -3017 -5633 939 -9406 -6339 -4819 -8002 -6599 -1278 --978 9293 -207 4735 -1754 -2752 --5275 3418 -5216 -6402 -3154 10756 --9592 4147 --4842 4786 -3983 -4243 -13392 -10779 -5214 7827 -6240 1481 -7260 -2480 -11872 8495 -6060 -23 --4778 -964 --6958 2122 --3056 -7787 --9462 -8518 --4658 -3388 --28 -10249 --10659 91 --6407 10741 -4870 -11030 --152 -1620 --9813 1232 -3399 -3162 -809 -9529 --5069 -5819 -1403 7261 -10095 -1254 -8399 -5376 -10944 4311 -5124 -7847 -5959 3909 -625 4047 -4197 238 -1260 -5755 -2872 1609 -7834 2421 -3749 9964 --7482 4435 -12409 831 -1168 2591 --5908 -4006 --8454 -1331 -1810 3949 -4163 107 --5008 1548 --5596 2362 -9329 153 -1504 2969 -1121 -2436 --3759 3653 -10773 2856 -1967 10787 -6484 -6265 --233 -7851 --7099 -826 -3318 3176 -3929 9716 --4388 1621 --5832 -5580 -7829 5377 -524 8549 --7661 -3649 --14025 13390 -2393 -5745 -5056 1484 --5292 5282 -6756 8381 -9696 -161 -16224 -9112 -645 -795 --13425 11750 --10018 2550 --4494 5568 -5898 -6431 --7853 6829 -516 -851 --4225 3705 --3643 -3638 -2495 -9506 -4017 -1771 -4561 5867 -6401 -782 -181 4541 --3145 -6481 -2310 -5741 -718 -5495 -3501 -2571 -8953 1848 -3412 1749 -4989 11372 --13157 3067 --3785 12411 -2227 -7353 -4629 4810 --336 12082 -1802 -819 -13783 -7821 -407 6384 -14132 2512 -3435 -269 --2354 1400 --7967 4751 -14025 -7101 -12394 741 --4337 775 -3075 3468 -7369 -5058 -9145 -988 --7738 10879 --5319 5874 --2982 8404 --289 -1969 --2835 12020 --5807 13765 --1892 4273 -1075 -3279 -5289 -3227 -332 2037 -9269 -1234 --2939 -11726 --6051 -11424 -7627 -2689 -9794 9667 -2021 10718 -8826 1917 -1005 -6632 -1400 1042 -2804 7675 -4166 1539 -3152 -10479 -3274 10324 -279 -2285 --13148 5137 --5819 -10551 -596 6299 --6094 5646 -8710 -1150 -6526 -6825 -3717 5188 -1835 454 --9537 -14415 --5443 -1891 -2977 7746 -9668 -3834 -9149 -25 --7772 -1454 --981 -6119 -7671 64 -2588 1867 --2821 219 --6833 3790 --6426 -10603 --5485 9752 --10570 14018 -7073 -6683 -6319 8522 --5222 971 --2349 -10752 -2135 9053 --107 11255 -1669 972 -6398 -6677 --9533 -11376 -6562 -6837 --4406 526 --10153 -898 --2308 4384 -1258 4894 --995 2063 -12231 10771 --2120 -4501 --1455 -1733 -10876 3435 -3325 -5985 -135 8990 --4418 -2681 --1608 -7412 -6477 -12155 -2152 -5450 --6446 -6141 --12324 3793 -1433 -2546 -6443 680 --5857 4183 --5794 5472 -1753 -799 -7371 9476 -198 -6279 --504 -9176 -3735 -4588 --7025 3608 --5639 -13966 -11601 2406 --9082 -2944 --1335 -8879 -13978 4438 --2560 -1375 --1053 -711 --977 1139 --3831 -8864 --14629 5802 --1564 5254 -13817 -9862 -134 446 --5533 821 --2064 -8984 --1997 -4632 --2072 -1955 -383 4954 -7078 -6816 -3399 -1887 -6275 6722 -4681 -6666 -1366 6014 -10895 6562 --348 -2309 --2252 -553 --5454 -4827 --6594 -8246 -5162 -15634 --5212 -5194 -5269 3744 -3622 352 --1796 -8168 -13280 -13018 --8567 -1279 --3952 2982 --1584 9701 -4248 2980 --672 -3868 --13790 -3454 --12840 4408 -7462 -7731 --1917 -7424 -3909 10691 --3565 11008 -2104 -2766 --5223 -9364 -7249 3564 -2634 2125 --11358 2758 --9188 -11860 -9533 -3108 -14256 -1738 -10520 -2601 --5175 -19090 -289 -79 --8540 9514 -583 795 -9652 10681 -4599 5350 --2786 -2284 --5669 982 --11450 6862 -1448 -6006 --8602 -3650 -3779 3284 -520 10171 --8456 8876 -1834 -493 -4256 -2272 --5415 -9955 -3999 13158 -7945 305 --6860 -2158 -5281 15024 -846 -3195 -8645 -11313 -212 1748 --6327 162 --3714 -953 -7937 -1909 --752 10721 --8468 3097 --808 -5262 --8231 7728 -267 6115 -10506 6309 -9983 -97 -248 6546 -4939 2198 -4240 -5409 --5049 1660 --2645 15199 --10211 5415 -3526 2420 -1603 -7767 --10740 -13550 --1364 834 -4402 10878 --550 940 -6038 13581 --1793 -1430 -2100 -8211 -5934 -2070 -1000 7615 --5802 -10746 -2456 -3519 --4820 6422 -3752 -8624 --2034 -11674 --12448 -7827 --10992 -7304 -4569 -15016 --5603 -9712 --4147 164 -2209 230 --3701 -3333 -4163 2258 --1194 -1373 -3186 -4871 --4723 -2119 --8757 -3998 -7560 -8035 -10766 7496 -4137 -3631 --1894 2319 -59 -11860 -1205 11609 --1997 -4931 --7058 -4056 --6384 5152 --1345 -3212 --6858 -6749 --2536 -5992 -181 -1591 --1871 6854 --10888 -7282 -626 -8653 --560 1767 --14582 12064 --6249 6284 --25 70 -740 -11140 --6212 -1355 --2806 5648 --9624 104 -4238 -4074 --2336 -4914 --3915 823 -986 7629 -2930 7719 --5451 -1578 --7758 -150 --8667 9412 --12605 1396 --3223 1059 -6010 6930 -3169 -1166 -6776 7325 --5334 -2960 -4965 9489 -1796 -1067 -1088 -10825 --3808 2890 --7123 1932 -5990 2726 --6898 1544 --5996 2520 --2254 -5084 -1219 1459 -5841 10328 -11670 3145 -7785 2156 -2215 -10012 -10165 10631 -6152 5947 -4060 -5117 -5825 -8620 -5255 -2551 --6257 -4229 -3512 472 --6601 -15767 --5401 -1770 --3222 2957 -564 -9217 --5831 -2952 --1584 -1413 --4117 -5834 --2604 419 -1482 6401 -11478 -8383 --2183 -4899 --8744 5744 -879 -423 --1033 -11373 --4251 -8168 -5092 -2802 -7532 6718 --3056 -9865 --369 1874 --3348 9088 -394 2271 --1666 -4248 -5182 -11139 -8895 11723 -11250 -431 -8474 -9897 -9422 5320 -5276 9336 --14289 -6243 -2534 12575 -1717 8812 -6672 -1124 -2309 9060 -12070 8684 --1347 9781 --5603 -5911 -1622 -8141 --2938 7374 -5519 -1644 --7953 -4871 -6753 -6241 --3889 -708 -4036 -8624 --3328 4599 -9791 8395 --3427 -8092 --9115 -626 -4251 -1748 -3194 -3020 --4008 9633 --13996 -10061 -559 4847 -8170 9016 --3098 -6814 --10656 8134 --2823 3941 -2546 -4851 --765 1752 -2746 -932 -12108 -7545 --1670 -1467 --9301 2491 --1477 -11660 --9660 -7038 -394 -859 -15824 -8569 -3950 964 --10774 1831 -3645 -3035 --4131 -1126 --7150 5392 --5383 2709 --2497 -2883 --6981 -6936 -11476 6198 -9504 295 --3290 11154 --7674 -8437 -2768 -1721 -7057 9201 -8958 3013 --3450 1437 --2396 7357 --5498 -4362 --4055 -3245 -1539 965 -5224 -10715 -3619 -5373 --8674 -2930 --4343 6967 --154 -7594 -2710 6348 --1985 -9380 -10807 8231 -1221 3557 -5694 -5563 -13181 3837 --1137 6891 --566 2501 -4793 -1339 --6534 4286 --2889 8771 -6297 9031 -4629 2155 -1538 -8344 -941 7828 -6249 -1779 -8460 3021 -3859 8497 --9680 12884 -738 -7107 --3869 -4444 --13756 9753 --1348 -143 --5392 220 --5256 -9641 --6613 -4182 -3017 5287 --6306 3507 -478 -8040 --7635 -2925 -3455 6158 -6097 -2381 --6361 -8372 -997 377 --1230 -39 --14483 3354 --11788 -4694 --5491 -13524 --7777 1857 --9938 4169 --11834 -2906 --6139 -488 -3661 4687 --5142 13297 --5240 2769 -5388 -11201 --1012 -10902 -1632 4078 -11930 9806 -5173 -117 --7006 6491 -1088 -11271 --9687 -5093 --2111 -4417 -11704 -1381 --3183 -7637 --2562 69 -1517 -7405 --380 8007 --130 -1657 --3162 9845 --6132 5602 --7127 -1506 --11353 -10941 --1640 7798 -5858 4322 -7529 -5137 --9870 -973 --7672 -1393 -11479 -771 -3269 5503 -2549 -4060 -13955 -5883 --3186 -5644 -2483 1445 --3584 9339 --50 2110 --2313 -1811 --202 -10825 -7001 2347 --6686 -2401 -7660 647 --677 -3993 --10381 -11715 --3429 -10108 --10823 -9767 --1391 6385 --7827 -3311 --7751 -14017 -5425 5653 -1681 13015 -3158 6603 -13287 8070 --5098 6204 --4802 8508 -2704 3930 -990 3701 --4344 -2953 --11943 5224 --12073 -4754 -6757 2770 -9868 -5908 -383 2536 --3054 5236 --5054 1074 --2757 -2855 --7469 -2212 -15510 -2892 -10311 5187 --3331 8679 --1977 -12270 -11160 -7957 --9584 -4028 --9891 -7577 -13289 58 -12477 -2519 --8653 850 --6614 8138 -8240 4538 -4452 -7070 --454 6451 --5217 -9755 -7518 -4120 --6207 4728 --1287 -2066 --2529 -4034 -4136 -7536 --4625 -3663 -1616 -8682 -6396 -2752 --2871 -9109 --5876 -7133 --8154 -6367 -4814 -2533 -969 -9792 --1287 11468 -987 270 --1691 3542 --2115 5172 -223 -5032 -9261 -10307 -6006 6523 -4193 111 -7438 -2756 --597 331 --9241 1077 -4703 -527 -4586 -4117 -10426 -3533 -7403 -12200 -2502 -10458 -22 -12123 -599 -3201 --11162 6135 -126 4958 --3599 -1243 --9135 -11287 --210 4788 -430 2126 --10995 1998 --9905 -4243 -4300 2944 --992 3063 --4662 -4279 -10405 -4966 --6900 -2830 --3656 -1803 -149 5206 --10287 1327 -2095 1323 -8655 8219 -10114 7395 -437 566 -1637 930 --5796 -6026 --15532 -7713 --6010 -2159 --7851 6878 -441 3983 --5845 -8650 --14242 774 -3319 -5257 -7726 -5549 --11538 -12405 --6076 2151 --354 -6078 -114 -6748 --3941 -10306 --78 -10970 -2353 3364 --6024 -8379 -6700 4648 --1315 2956 -4241 -7156 -3060 -1238 -2707 -11961 -2392 -1129 -7753 1751 -8112 -14517 -439 -1643 -440 8072 --6411 -888 -570 -6537 -15376 -1049 -14724 -8352 -4108 9263 --70 -4403 -14470 7922 -8189 3237 -326 -1936 -248 6185 --4718 884 -863 2442 -9237 -4007 -7199 5075 -14141 6755 -13195 8116 --11699 -3863 --3839 4623 --1357 -517 -7265 -15869 -10356 -1614 --4189 1994 -3219 -5453 --4606 -510 --6870 -3881 -5440 -3210 -5265 777 --5053 2486 --5613 -1616 -5189 1391 -5024 -2708 -5361 6373 -1032 7311 --622 2414 --593 -3967 -7711 5342 -8655 5808 -3154 7515 -1908 -7576 --5368 -3630 --6353 7897 -9844 2188 -9051 5993 --183 3771 -437 -6725 --9187 -9912 -8468 -1746 -6210 -3037 -469 -4459 --2023 -3903 -476 5864 --5445 -6746 --1021 -5471 -6462 -1856 -12378 -1337 -8096 2410 --3234 5989 --497 424 --2743 -2676 -4354 7461 -9164 3552 -2808 5525 --4612 3883 --10081 12838 --12637 5828 --14849 -1866 -3155 -6314 -7850 -9234 -9396 12350 -3419 -1847 -2256 2049 -9895 8255 --5787 11622 --4553 9197 --302 8543 --534 -304 -7529 -2924 -2467 -2400 --7871 1456 --2562 5543 -11831 8515 -1657 637 --1073 -2589 -2621 9802 --691 2738 -11376 -7748 -4842 -3559 -3825 4714 -820 12076 --5188 10190 --9243 -2925 --2799 1957 -5959 -10409 -811 -8119 --3959 2670 --4490 7973 --5769 419 --4421 -10307 -1259 -3425 -6459 1947 -2392 -8950 -4391 4789 --1535 752 --791 3034 -3202 486 -2186 -5548 --4168 6916 -9269 720 -1411 -3062 --12557 -9760 --1915 10675 -4636 1419 -6742 -5685 -4244 -10390 -754 11141 -16340 -1943 -4514 -3581 --9276 -4945 -2332 -1745 --11652 -3885 -5449 -11486 --9234 448 --6199 2533 -6088 6073 -496 4018 -432 -9931 -2853 -1851 --9877 -3015 -1652 -7734 -1272 -7943 --655 -2293 -10490 -5285 --6055 3968 --8003 -804 -11190 -6306 -9634 3364 -1242 -12546 -2039 -6044 -2799 2669 --2648 7682 -6612 -3644 --2242 -3056 --5898 192 --3972 13794 -9568 -3655 -178 -12920 -4217 -7926 -13136 1451 -1992 -17759 --6686 -454 -5310 -875 --10926 1713 -59 10396 --4313 -7369 -8911 3611 -5165 -7037 --5605 -9869 -1706 4228 --6076 -11438 -1047 2800 -10223 4891 -705 7936 -2762 -2067 -2714 6581 -8670 3244 -10570 -1062 -6125 1378 -1504 -12685 --9595 668 -1420 6374 --2718 1078 --6397 3425 -1370 3439 -930 5178 -1871 -7891 -8541 -6471 -4704 -13736 -6886 1608 -9795 180 --6954 -15639 -1924 -7309 -8562 6245 -2291 -3250 --2867 -11968 --2380 7495 -6264 -1513 --220 -12039 --7796 -289 -319 9304 --5834 112 --755 -9023 --9345 13407 -5092 3163 -11999 -10707 --6728 -1524 --5143 -248 -10100 2469 -4742 7552 --4448 352 -1738 2614 --1614 4368 --13446 -142 --6037 1477 -5144 919 --5782 -3700 --5042 4417 -1731 9909 -14762 8539 --3011 -5084 --2568 7548 -2513 5813 --1467 -7977 --119 2523 --6869 5732 --290 2456 -3805 -23 -5250 12044 -6196 -4429 --6476 9102 --7716 5254 -4510 -11543 --816 -4148 --5701 7481 --2083 473 -13319 -7691 -8011 -5987 --12050 -4998 -1580 -13634 -13729 -10969 -590 -2010 -12783 -2268 --7000 3842 --883 -2439 -4352 -4246 -2791 -2363 -2387 3986 -5424 2901 -10003 1512 --1185 3617 -6526 -1125 -14265 -6758 --4618 -510 -568 283 --7713 -11165 --8495 879 --1881 5849 --3404 342 -8974 -8241 --8500 6031 --4275 211 -3254 -4220 --2891 8066 --3558 -2368 --5841 1746 -1890 6884 --15305 -6668 --2005 7096 --2572 4371 -9482 5271 -7829 -1610 --2130 3916 -558 6392 --1302 -577 -4912 447 --1373 -8693 --12175 -1706 -1692 -11493 --2377 -2563 --7113 -3852 -3076 -145 -4394 -1645 --8917 2721 --625 -6475 --7481 96 -9071 -2098 --3968 2577 -5298 2693 --5128 -4385 -1173 4909 -2876 11212 -4478 8258 --1315 -6026 -180 -3059 -3042 5118 -7777 -6262 --1350 -4401 --485 -3061 --5367 387 --9873 -1841 -1000 4108 -6705 12622 --4029 7244 -11477 -6090 --1224 -8176 --5877 -1980 -1380 8015 -8687 -362 -3941 -4224 -8795 -655 --2703 3172 --3508 4616 -7392 -4140 --1810 -2240 -4498 1710 -7103 -2687 --3561 4116 --628 10288 --2473 -22 -1546 2539 --11818 -5726 -9140 -6865 -10161 6862 --12316 -15246 --2147 909 -6814 -1869 -9670 2408 --6185 -3808 --3575 -7345 -11740 -11852 -12027 6966 --2024 2988 --12996 -3859 -1661 -2577 --685 -10798 --1097 921 -9104 6314 --3613 -2881 -135 -12957 -460 -2550 -6238 -4549 -3808 -2186 --376 4211 --1178 8755 -1980 -13335 -1140 -957 -2972 -6154 -12754 -7697 -1314 -5124 -2302 -7225 -2406 7594 --5140 3462 --4197 -3911 --1473 -2559 --5360 3676 --3606 2853 -232 -1022 --4639 -4086 -7751 142 --7860 -9102 --1665 -6313 --10672 -3334 --1308 2679 -3308 8021 --4437 -3711 -10713 -2691 --5532 10987 --11235 -6581 --6 5528 -3973 4480 -7654 -3565 --5472 -7424 -1381 176 --1393 476 --2206 217 --2937 -11754 -7150 -7078 -12368 -7701 -2245 -703 --10536 9027 -2294 -5188 --5922 1437 -1109 -5286 --4766 -4157 -4140 3307 --4189 8976 -3089 4052 -10865 -8011 -9201 5920 -991 12584 --2105 4041 -763 -6720 --771 7686 -2490 1254 --10623 -1952 --14557 3379 --11947 3077 --1010 2588 --7014 2902 --10781 -12573 --11043 -5326 --4390 -7114 -5163 6211 --1403 860 --3767 -2322 -7904 2138 --1622 -3907 -2300 3148 -540 7890 -9453 -1701 --2676 4350 --5048 7463 -7469 -7546 -149 10586 -1817 -1084 --280 -7286 --656 -402 -2641 -302 --865 4377 --9498 1235 --490 4877 -6525 -9840 -2908 318 --4192 6203 -1552 5661 -1111 2367 -11165 -2739 -4325 -534 --2383 -153 -238 2188 -6937 17055 -12970 5892 -1407 648 --337 725 -5933 -2957 -1549 -10705 --5583 -1649 --54 71 -9563 -595 -5548 -6575 --3579 -852 --5486 1801 --3518 6309 --12995 -5224 --563 -1156 -8524 -7202 --4999 -11221 --6069 1395 --3592 8484 --1097 -2214 -4899 1864 -946 -7160 -2254 -7358 -10113 -10900 --8343 6595 --5446 14469 --11826 -4930 --9741 -9222 -9092 -1031 --2457 -3791 -3046 -6121 -8192 4272 -455 5306 --3561 -270 --4923 2346 -3107 219 -4879 8086 --6854 1475 --3646 -11090 -12241 3588 -4856 2866 -4813 -5157 --8213 -14652 -6679 2468 -5225 427 --12134 -12630 -5756 11044 -4015 -2089 --6498 -313 -8163 737 -1851 8896 --6668 -2723 --4650 3132 --4435 -3244 -7840 -6281 -3895 -10134 --2747 4696 --11633 -971 --11170 -15915 --3647 -3533 -676 12911 --2817 -955 --17 4213 --307 8643 --15692 -10362 -4602 -2633 -7527 -11014 --13950 1554 --11580 11164 --599 -10865 -2713 -9009 -7371 -1822 -1559 823 --12528 3360 --6240 209 --6226 -4068 -3483 3421 --2405 -13260 -9866 421 --2872 1335 --6812 -8016 -1878 10282 -2284 7401 --4449 -4536 --6185 -6871 -2920 9588 -1329 9920 --1446 475 -3420 -4174 --3251 -4435 -4924 -5719 --2355 -2742 -1382 4475 -4649 7944 -2614 4465 -355 2915 -6917 -10953 -12600 6720 --1826 8700 --14189 -6966 --1315 -2158 -2521 10458 -12656 4312 -11537 5364 --1551 1940 --4898 1466 -4537 -3780 --113 4893 --2605 -8026 --1045 10168 -9495 9631 --7545 -11964 -6510 6008 -6310 7927 -4712 388 -1975 -4044 -1461 6141 --7835 -5619 -208 -322 -1090 -808 --11529 4912 --1057 -3214 -11429 -3561 -5948 8995 -468 1655 -2977 -4964 --4116 -3037 -710 -6121 -6481 -6303 -15272 -4971 -1179 -8194 --5408 -3905 -6980 -4601 --944 2047 --5497 1151 -5284 -2520 -2566 -314 -5815 10797 --4973 475 --15043 -12452 --4827 -7312 -12178 -1799 -9474 -3043 -1759 -3638 --11921 -744 -504 -2790 -8455 4531 --12905 -410 --1786 -8667 --4834 4326 --9165 -1274 -8126 6224 -8030 -8659 --12648 -10148 --9346 3109 -3559 121 -6478 -2088 -5003 -9109 -10245 -1879 --1459 -773 --3916 3120 --4723 9868 -319 -7448 -10342 -5298 -11681 -9454 --8817 11714 --8309 4895 -6564 5449 --5068 854 -3493 3362 -11520 -8289 -9095 -1922 -1342 -7802 -3353 8531 -6747 4287 -3843 3753 -8067 9820 -12580 11169 -2463 -6097 -5543 -4167 -7861 9390 -2508 -448 -3718 -3781 -10340 -2766 --8232 -2744 --3102 13 -12982 -4679 -4052 6826 -3442 12720 --7319 3503 -6094 -12234 --2351 -6351 -2822 29 --3479 -14771 --463 -3765 --4769 -5218 --10765 -126 --5804 -11273 -7934 -8207 -3543 11969 --337 -2426 --10741 -11319 --2956 -8375 --14929 8428 -2490 5932 -4621 -1635 --5698 -15547 --6974 -2205 -2468 8519 --8950 1626 --11480 3286 -9211 5069 -7997 6871 -871 10397 --8117 -5665 --1899 15172 -3531 -4429 --7689 -12315 --11489 3758 --6553 -7877 -53 -1184 --10554 470 --5267 -13460 -3264 -986 -3719 10522 -5844 4188 -5011 8880 --225 8556 -2916 12395 --4397 6233 -5510 5003 --4440 -8547 -10827 -5252 --1818 -12116 --4264 -1886 -3248 -3171 -9095 -5836 -4901 905 --5832 1847 -2099 5539 --6859 5547 -593 8762 --9808 1443 --3270 -6158 --4371 -304 -3760 2593 -1859 -3314 -5702 7765 --9574 384 -2464 4763 --8578 9425 --13587 10510 -811 -10896 --4581 -12244 -6323 601 --1127 900 --2845 9490 -7592 13924 -1751 9308 -239 -6682 -133 -2582 --11020 2298 -6593 -9008 --259 -2585 -8394 -2775 -5232 9555 --4860 2784 --7660 3021 --12245 -5040 --6077 -5937 --7836 -4689 --9459 -1088 --3226 2800 -147 1394 -5029 3812 -13416 -1797 -4896 4801 -2014 4057 -9904 -11808 --9074 1159 --14152 -7386 -5197 11480 -2520 -3985 --2576 -5095 --403 13688 --2647 2726 -4289 -3048 -8277 -4955 --150 -6014 -5875 -13929 --1775 -1346 --6505 6500 -6373 -353 -7519 -11610 --4395 2049 --8479 -6051 -269 -5991 -8988 4120 --5721 13099 -6143 -509 -6926 -4922 --9623 -1632 --17030 -4302 --3762 -10605 --3022 1047 --4432 -8718 -4065 -3118 --5659 8505 --1584 7949 --4935 -4425 --3453 832 -1203 -3732 -725 -2168 --320 -3899 --8858 1743 --7952 -2972 --1895 6156 -10584 -6537 --3997 4098 --159 15732 -5483 -4430 --12331 281 --571 10035 -2898 6069 --6641 530 --1577 -8415 --5732 -1942 -2625 7038 -1295 -8511 -7526 -1654 --1124 5236 -913 6057 -4116 -4456 -1666 10247 --12061 515 -516 -429 --1637 9595 --558 -2665 -4574 -1960 --12649 1443 --5657 1844 -1121 -3705 --7609 3658 -1079 337 -11250 -3689 --2899 2492 -1017 3635 --3218 4666 -8466 6065 -1642 -190 --48 6166 -108 -3908 --5414 8215 --4027 5992 -2076 5272 --5126 5037 -4067 -9603 --2047 -1747 -8570 -11899 -7193 -1330 -3949 10370 -1955 -2118 -7241 10581 -1383 -2717 --5275 -7238 -5158 2369 -9221 7744 -4383 4700 --1725 4193 --7711 -3648 -4544 114 --6293 -7256 -8787 -8718 -9592 3078 -13676 -10921 -2480 -1536 --4770 9329 -3421 7835 -10015 2345 -39 15431 --10479 3878 -7403 7210 -8035 8255 --4172 134 --12843 3506 -4469 -2922 --8722 749 --5197 12028 -7187 8534 -1276 -6150 -6562 -14486 --2359 -6430 --2147 -542 -964 -7135 -2002 -3665 -1258 -6481 --11487 4155 -459 7377 -952 -1280 --60 5618 -4523 4403 -3839 -3156 -2632 -10622 --5673 196 --1662 9569 -13869 3622 --3370 2084 -921 -7330 -892 199 --2016 -9054 --8562 -5088 -3985 7099 -9800 3308 --8483 -5279 -7193 -10380 -7224 107 --4295 -1616 -6417 -3638 -5344 8499 -6459 2734 --1558 -9945 -3066 1465 --748 -2255 --3882 6147 --4140 14414 --10842 4970 --2989 3364 -698 7427 --11495 7118 -1420 -4324 -3716 4542 --11548 345 --2120 -4842 -335 9048 -1839 8944 --6950 -1797 -8611 -2647 --4134 7050 -7350 5762 -10792 3637 --7414 -4766 -3748 -1506 -10349 340 -10879 4848 --255 14159 --2497 -3477 --7539 5737 --6749 4340 --5283 -257 -9844 4448 -2450 8154 --5609 8925 --1485 6559 --4901 -1911 -10776 -5394 -8210 -3993 -2355 3310 --1078 1221 -2784 5203 -1777 -5194 -1061 -4688 -4077 2575 --14891 10969 --4245 2765 -14543 -5637 --824 3280 --4823 -6390 -900 4814 -886 -2342 --4474 -11623 --502 -11753 --4594 -1853 --4238 4475 --4329 3703 --531 6050 --1654 -3549 --7158 -2378 -2020 -10128 -4275 -5858 --541 4170 --79 10708 -1334 1649 --4788 -632 --852 -8425 -9405 -6895 --191 12740 --10293 -2795 --5156 -1244 -3367 2382 -6185 8237 --2044 4360 --2349 -6690 -6925 2407 -7771 -2620 -1231 -6680 -21 10841 --3205 8188 -10292 5844 -8644 -2592 -6979 6153 -6072 8485 --1481 -6060 -15298 -23 --2365 5698 -7233 397 --4689 -5210 --2593 10835 -4337 8029 --10378 -1053 -7554 7146 -5835 -4247 -1147 -93 -8278 6661 -9738 -10115 --3720 10107 -8439 -4240 -4779 -522 -979 -3152 --12316 -3053 -4638 5702 -4427 -5620 --8 11566 --3213 13387 --10253 9863 -2483 -2229 --10475 -7015 --5710 5170 --5280 7998 -2159 -2911 -335 9739 -8738 7050 -8725 4205 --2086 13160 -4249 4911 --3100 4768 --1010 -9813 --655 6170 --1304 6652 -3577 312 -3955 3649 -7482 6575 -2999 7422 -4438 96 -4378 -10977 --1673 -3527 -3631 -4620 -9266 8887 --3014 -2849 -4598 -12053 --614 1779 --10213 -7832 -1045 6719 -12549 11332 -335 10243 --619 -9530 -7982 -4692 -6123 683 -11062 -1672 -6839 14558 --3294 9229 --6477 2885 --701 7835 --3745 -3275 -1414 -772 --862 3354 --5092 -934 --3245 -5143 -7326 -3089 -3533 5111 --9217 -6095 -4977 -5479 --849 10797 --3876 -3500 -6012 -12466 -5956 -4174 -2466 -6437 -6267 -398 --5447 -1501 --1860 -3570 -4490 10277 --3925 1473 -9695 -9018 -3393 -11874 -3086 4494 --313 -6707 --13867 -894 -1927 -1815 --419 441 -299 5663 -5256 -11574 --1224 -1247 -5521 -2094 --398 3259 --7078 6005 -2775 1648 -11285 -7758 --7951 4743 --7447 -866 --936 1737 -6402 -12704 --3871 -637 -7043 5077 --1655 2805 --2628 -4718 --3210 7973 -5964 7203 -829 -2231 -234 -10519 --527 -939 -15123 1885 --2215 -347 --14151 -2677 --2473 -9199 --5080 2868 -6064 -7741 --5097 -2216 --11618 6103 --9137 3160 -10507 -336 --3934 6571 --1728 805 --1106 -11071 -439 -1711 --7425 8251 -3714 -847 -4749 -1898 --2469 -8912 --6698 -3269 --1755 -3792 -9908 7652 -9970 -1133 --4671 13011 --8404 3838 -7778 -7652 -7512 1008 --8913 10331 -10981 2513 --1034 1460 -4395 6392 -5857 10101 -9330 1993 -2788 -11360 -7394 340 --2134 5202 -1192 4434 -6714 1639 --1501 -3602 -656 10431 --7277 -2356 --4884 -6859 -924 -4350 -386 6353 --2941 2884 -12528 -11850 -6166 -14824 --9706 559 -6212 2715 --945 2002 -6015 1109 --4591 970 --7893 2367 -164 -1638 -4166 221 -1843 -5797 --10566 -6947 --4918 -2160 -1814 -7162 --3687 -13649 -4518 -829 -7416 1610 --2401 -2671 --5385 11280 --7754 2169 -2798 254 --4568 -5028 --372 -6270 --4755 -9108 --487 7861 -11236 -3853 -93 -3049 --11256 -5982 -253 3942 -6545 -2746 --86 -3681 -9765 11018 -8317 6574 --240 -5434 --486 -3314 --2626 -4921 --3620 1821 --10458 -2940 --3766 5115 --4639 1628 -2286 -2504 -3950 3345 --5837 3998 --11925 -4235 --9214 3278 -3303 6961 --1155 6177 --2775 -10541 -5304 10004 --4126 6980 -548 8561 -3982 -2927 --223 11306 --2531 10257 --29 -1719 --4177 -1440 --4178 12882 --6285 1201 -6608 -1225 --4765 5006 --5225 16714 -1704 2912 --5267 -9659 -1798 -7726 -2271 -11420 -843 -2689 --5325 2648 -253 -6154 -5824 -7053 -1594 -2359 -3841 -2673 --6932 1549 --3759 7561 -1068 12224 --1697 -2492 --2684 -3748 -12864 323 -10720 7934 -9475 -12857 -559 3251 -5402 10578 --3001 -839 --9907 -1922 --694 3563 -2131 13581 --1350 5656 --9309 11525 --4841 1246 --1175 -380 --673 -1133 -7289 -11638 --5276 3241 --10503 -4369 --10258 517 --3667 1206 --4413 -2385 -460 -8523 -1676 5786 -6493 12635 --134 -52 -4633 -1904 --2763 3067 -6265 13398 -5064 -3580 -1294 2133 -2389 7013 --5792 10189 --7131 -9958 --344 -9736 --8576 3393 --3809 -6155 --8638 7831 -2594 -2935 -10152 -6449 -7432 8844 --2553 8545 -4015 -8613 --2623 -9529 --2801 2350 -756 -1897 -9962 1721 -7501 8384 -874 -644 -13157 2601 -5572 11315 --7412 6454 -3661 -319 --1497 2053 --11901 3557 --7463 1005 --10436 443 -3702 -860 -7558 4475 -9818 -2925 --5302 -12142 --5235 379 -2430 3923 --316 9251 -835 -1935 -391 175 --5601 8253 -636 11489 --2272 -1898 -2729 -11537 -8772 5817 -2995 -6686 --4603 1686 -6011 2991 --9850 -3604 --6175 -2768 --1765 -8295 -6502 2041 --2464 4803 --11678 5133 -7216 -3391 -6544 5542 --2869 3838 -9816 -3502 --5201 7656 --9996 -7473 -3950 10259 --571 -2376 --3036 1857 --5174 -1334 -5709 4706 --14006 -418 --11551 3141 --933 -7424 -11688 9664 -4497 6454 --6572 1397 --1901 -10803 -6332 -3125 -12221 1025 --2480 5972 --2201 -3376 -840 -6719 --4341 -8979 -4478 -3504 --1090 -2335 -3019 -1962 --7013 -3660 --3125 12504 -7114 384 -5843 -761 --2772 -4795 --2613 -9175 --3063 4419 -872 -13525 -4746 13 -437 8076 --6504 -644 --5167 -10565 --1275 6024 --1690 3929 -16745 2913 --4943 619 --10238 3542 --5942 6647 -9551 2561 --2591 10420 -1776 -666 -171 6362 --2921 2744 -2073 -3544 --5009 3282 --6274 -707 -6417 -2666 --8486 11502 --1424 10371 --217 217 --5560 -10304 --8401 -3126 -3536 -53 -1145 6292 --6251 1083 -5175 -703 -7015 286 --2275 1709 --3367 -2283 -6553 5646 -10461 9722 -7302 13727 -9708 5312 -10363 8744 -7385 -2471 -4057 4421 -1541 -2352 --2893 3096 -5442 -149 --8517 2736 -7919 1483 -11771 217 --10371 -2390 --2902 -1668 -3759 4065 -9085 -3437 --2215 8231 --2292 3746 -6973 -7608 -3770 -5945 -4395 -13493 -4970 -4221 -3147 -6349 -8556 5635 -3339 15737 --7384 2573 --12779 -5709 --4808 -1783 --506 -625 -9618 -3360 --7166 7467 --3450 -3909 -41 4473 --9489 464 -7686 -1249 -3278 4178 --6491 -474 --1214 10029 -15526 -1411 --9682 -5074 --10545 -3034 -5020 3989 --2971 732 -4677 666 -1497 -7416 --577 -7789 --2558 -2368 -841 -2653 --2850 4140 -7973 -5904 -9693 -3909 -8396 4363 -8944 -7816 -2314 5040 -1492 -6639 --4297 -8400 --7770 -3345 --4047 858 -6939 837 --9809 1043 -1384 -391 -6066 5259 --1098 1862 -6969 -4384 -183 -11459 -5921 -3800 -2065 -545 -197 2518 -597 7834 -9166 5431 --6322 -7981 --5843 -2123 -845 5263 --1975 -6439 --7382 -1541 -51 -798 --4048 480 -516 -1408 -2501 4760 -158 -2281 --3050 7918 -4684 4441 --667 5294 --995 3849 --7288 -5446 --7140 2851 -2458 -5 --2365 -10790 --5246 5556 --7536 -6070 --1127 -2039 -8406 -3297 -3731 8082 -2240 -9203 -7822 472 --2143 -5260 --2601 10318 -7154 2808 -2870 -5886 -9607 4232 --3638 2091 --2790 2314 --1172 -8033 --3394 2024 --3000 8605 -3822 2673 -3100 -9803 -2143 933 -2663 -1789 -8028 -5483 --3339 -2050 --8151 -6268 --7075 2667 -13545 1494 -5129 1061 -7107 3992 --1521 9160 --5691 4411 -3509 -6471 -13264 1218 -4196 741 -4319 -1985 --6454 -11179 --9357 12022 --5738 -6970 --2465 8324 -5592 5876 -2534 11093 --7777 9779 -9725 724 -11356 -2318 -1203 2643 -3203 4839 --2042 7326 --1867 1198 --6941 7094 --12369 -1644 -3977 -10386 --6914 -9164 --442 -4289 -4685 -1656 -8042 2981 -675 -6301 --649 -7352 --7335 -1510 -5910 -2800 -3087 5340 -291 -13448 --3465 -5159 -10071 -8895 -11958 -6611 --368 618 -4998 -675 -2761 4723 -585 6705 -9262 -1772 --2393 -1334 --12050 12583 -8172 5860 --2234 -5943 -2997 -1482 -4275 -5259 -444 9379 -495 3720 --6388 3282 --9066 -7073 --785 4917 -4708 11577 --6568 -1398 -1113 -9418 --6537 -3874 --6930 8290 -7086 12262 -14770 5950 --3536 -5041 --6131 4230 -2843 -4303 -3737 -6992 --3818 -9171 -4038 309 -5918 -3262 --3764 3297 -9311 15503 --7437 -13311 --13286 -5213 --626 -11692 -10288 -8125 --2325 -8067 --8452 -3208 --7757 82 --4182 3398 --274 7292 --4582 2220 -7902 2197 -1995 -4592 -1184 7310 -5404 8842 -9214 2310 -2007 -5031 --3291 96 --4044 -3255 -215 14296 -10888 -722 --2071 -8993 --4661 13318 -7847 -3724 -5000 -1417 --5595 12308 -5788 -3251 --4187 -273 --5620 -1543 -5478 5018 -9525 5899 --610 5270 -5809 -1117 -10556 -3820 --5455 -991 --3688 9283 --1383 -9710 -159 -2670 -771 -7295 -1140 -5672 -9645 4215 -6804 561 --3665 -4206 -2029 4283 -12449 8207 --3880 850 -1492 4698 -8681 -418 --5160 -10122 --8011 -134 -5007 -316 -11153 -11596 --1497 1438 --10227 -7684 -9151 11167 --2271 11487 -1377 1964 --7755 1630 -100 -5302 -10306 -6551 -8873 -4957 --917 -3421 --3824 -2798 -4757 10279 --5035 -4814 --6756 -3177 --9130 -6107 --15218 -9531 -117 -6342 -2019 6876 -6131 -1064 -11539 -2416 -158 -6704 --434 -9299 -3879 -607 -6344 13932 --8789 -2981 -1615 -905 -852 -3090 --9693 -3823 --5535 7926 --428 -343 --5641 -1883 --1785 9908 --13104 4879 -3108 -4221 -2461 -9949 -7460 -9125 --6188 4504 -1641 -158 --6268 -12555 --4432 -5222 -2746 -4681 -9941 9204 -4803 9958 --2375 -2443 -696 -4474 --2129 12031 --718 661 -11990 -2437 --11345 -2740 --7662 -5648 --4516 -8382 -10019 -2083 --921 3559 -2099 1977 -8496 -677 --893 -11115 --11998 -477 -6408 4997 --4795 -687 --2146 -10067 -7971 -13376 -8175 4485 -9865 -3118 -2935 8442 -2006 2819 --9169 2121 -2549 620 -10159 4618 -2146 4100 -4220 -6265 --6250 1458 -2196 7044 -8271 -6220 --11468 8470 --2832 5621 --470 1024 -4136 4402 -1147 92 -3282 3554 -3431 7732 -10610 -8373 -6101 1991 --10745 889 -2064 8051 -9552 3521 --4311 -4083 --1697 2658 -226 451 --4830 8656 -9331 3308 --4612 6362 -6553 13198 -6004 1407 -13386 957 -6251 2499 -6696 -12644 --819 6256 -3020 11132 -2400 -6380 --8247 1487 -3570 13380 -1677 14791 -52 -399 -6886 -12362 -7370 -5795 -11874 -1906 --3931 4302 --72 -8535 --13324 -5912 --11690 2979 -8565 -6600 --1204 -953 --3613 -2254 -1399 -9054 --2299 -6529 -385 1732 --6389 -5610 -2215 618 -4188 -5874 -6259 -4152 -13231 -4635 --2066 -5614 -318 -10556 -2545 917 -5298 9792 --6955 6354 -1096 4302 -3860 -552 --4943 381 -5079 -122 --7106 4023 -396 4771 --13002 5146 --1677 1441 --1243 -10697 -1687 -8399 --1968 5575 --9156 -3942 --4401 -6083 -7189 -4161 -7529 -6115 --3117 7362 --3029 1894 -1995 4569 --3952 4926 -7751 8623 -5994 2608 -1555 -502 --4859 -217 --2577 10218 --6427 9339 --426 1681 --305 -8376 --6528 -910 -6214 10602 --8558 -3584 -1447 4055 --514 -6025 --11750 4328 --3318 571 --5911 -7547 --4964 -5710 --10762 -9546 -1207 -4275 -9482 -11284 --7842 -3101 --5974 2927 -2073 -3943 -5343 -1643 -5648 6419 -6480 -12066 --10425 -3383 -32 3032 -2675 -831 -3795 -3191 -443 5907 -7914 4340 -8889 3032 -4967 4437 --7973 2306 --2292 -6284 --1993 4966 --3000 11031 -13507 -6326 -1522 -5662 --3435 10041 --1449 -9468 -4160 -4498 --7605 -1060 --4271 -13053 --6528 -9695 -4256 -637 -7568 3081 -5373 4642 -7899 1463 -3115 4603 --8586 12255 --9 -7951 --542 -603 --1906 -10520 --13863 7239 --11863 -5016 --658 1725 -801 2874 -5344 -8379 -8223 1259 -5331 4018 --2771 7601 -4659 2348 --753 1483 --11105 4337 -2442 4576 -6124 -1631 -14553 -1229 -3425 3478 --10965 -150 -9250 837 -9328 -2278 --10505 2971 --9418 1028 --3260 -2476 --6935 -8306 -2970 2361 -6058 -5620 --4934 -1598 --945 9379 -3969 -4465 -2428 -1416 -3395 -560 -1251 6886 -7002 638 -3088 10260 -6266 11940 -2544 -8136 --3160 -4019 -1248 8591 -204 1031 -2786 407 -891 10192 -1386 -9892 --970 -11720 --426 -4610 --4840 7131 --36 3713 -1366 366 --12152 3113 --11417 3342 --11459 3133 -6568 8106 -1959 2112 --3139 3678 --255 4738 --941 3874 --2885 3556 -4104 -1695 --3178 1461 --11761 287 -5306 6291 --5574 -3106 --402 -7228 -3602 -1177 --6619 4175 -9167 -3426 -7529 -4367 -2835 4864 -1995 1042 --595 6192 --7560 1645 -10466 5870 -344 -5900 -7780 2112 --5167 -4692 -1599 -7044 --6879 4911 -5022 -5239 --1779 2609 --8507 1244 --2588 -4256 --4284 -1848 --2964 937 -1741 -12632 --8523 -9190 --10593 61 --8437 -3780 -8992 -4342 -3124 -7841 --693 -5073 -983 -2311 -13058 3187 -5283 -141 -3979 -4933 -4159 852 -2911 6881 -396 7561 --48 -7138 --7672 2233 --4307 1594 --7982 -5389 --779 -552 -4415 -326 -1226 -8535 --244 5207 --2944 -534 --4646 8482 --1422 1274 --12696 -842 --758 -4983 --6234 -5411 --10993 -1532 --550 -1939 --4049 -5800 --11497 3563 -13147 -7345 -9469 -9023 --6192 -6947 --976 4696 -6740 1803 -2965 -2776 --2639 -11240 -3059 831 --1995 3760 -5562 1431 --5503 -5831 --6579 -9607 --496 3600 -6280 5051 -1721 -2756 -4182 10260 -301 6520 --4735 -2698 --3644 -11450 --3113 3026 --5599 3083 -3208 -9791 -782 8542 -1572 959 -15883 587 -1016 4211 -5370 -14848 --1781 -10318 -5694 8497 -3302 -1042 --4027 -3192 -3171 548 -4706 3732 -6818 351 -7291 4796 -2087 -8107 -7271 -4085 -407 10762 -2545 -3837 --9276 10139 -3826 9143 -7104 -3032 --10762 3023 -8890 -6459 --180 -9510 -7940 -10166 -6154 -1424 -6747 -902 --1037 14186 -627 -6241 -8212 -1329 --11002 566 -3772 -7824 -5391 3000 --5231 395 -8400 7540 -5125 -7506 --10356 654 --1417 7784 --4058 -7161 --2488 -254 -1199 -7941 --8328 -1064 --2444 13875 --1889 -3444 -6684 -210 -13067 3398 --7186 -4721 --10358 -4116 -1025 -9640 -4923 -144 -8808 -1078 -3739 -3638 -2091 -2013 --1485 -2498 --11655 8726 --7240 -1348 --6290 -1798 -4634 -2786 --4302 -1337 --10900 10481 --2021 -1986 -3694 -4517 -3034 3169 --8194 8619 --255 8453 -4871 4403 -4768 -8800 --941 -6778 --2366 5332 -1204 3643 --6345 -3429 -3831 3066 --137 -4923 -7811 5518 -586 -2161 -7452 -7131 -7150 -11439 --3473 -7952 -3268 9249 --2675 -1076 -227 -3726 --4823 14329 -2492 -6421 --13079 -11730 --5696 -1626 -10714 1880 -4929 -3084 -786 -4554 -2343 -3531 -2243 6056 -7021 -10265 -6562 13639 -11211 -359 --1232 -3629 --149 -5185 --3142 9465 --1882 3201 -3420 4929 --354 -10911 -3206 -939 -7095 12280 --5020 7878 --1273 -7830 --3939 4982 --11525 4792 --5571 -7641 --5512 3519 -9210 4509 --636 -5450 --9642 2050 --3366 4977 -2884 -34 --1750 6110 -1437 3600 -4929 -1478 --5127 -436 -7557 3420 --9378 -7843 -7838 -5520 --167 1123 -2687 -3082 --370 -4245 --1727 2748 -8186 -225 --2518 1327 -10905 5526 --1429 -4740 --236 -6115 -1037 -832 --5638 5632 -2481 -4784 --2339 -113 -8402 4787 -3770 -918 --3762 -2561 --11404 4106 --14702 -3007 --1312 -14392 -6172 -4147 -7513 -4124 -6978 11413 -8422 8123 -10847 8224 -5088 -6240 --1507 6233 --9502 6316 -3453 -6130 --10813 -9826 --9509 10576 --4717 7004 --9233 2072 -1593 9689 --5143 6992 -181 3499 -8070 4963 --1630 11322 --4635 3152 --8843 8754 -10911 4814 -10015 11100 --53 2254 -1807 -2792 -953 9762 --6581 3194 -9226 -10572 --2580 -4674 --15226 -9540 --4068 -3512 -7506 -1292 -7371 -590 --13914 -717 --5907 315 -9834 4256 -10928 -241 -4479 4151 -9181 -1970 -5077 8694 --8038 -1858 --4444 -11641 --2051 -5981 --9096 -3055 --3909 -17574 --2556 541 --1606 -4608 --1854 -2681 --1152 9695 -6937 -127 -2679 -2215 --1644 -2002 --2458 -3885 -5610 -1085 --5316 1385 -2606 1839 --5371 6226 --62 57 --232 1740 -8978 14127 --12850 -13173 --8343 -14197 --2901 -11036 -324 6768 -3301 6830 -2783 -10054 -3444 -2883 --3841 -71 --11123 386 -8027 -10226 --4666 93 --5696 -3579 --2629 -6995 --6065 6440 -3173 9053 -3493 -2940 --8266 -1790 -8049 7152 -11111 9851 -180 2584 -9305 -4417 -1575 7090 --9232 3276 --3826 -3519 -464 -3392 -5715 -3561 -1979 1121 --2415 -2035 --848 -2532 --475 -1913 -2466 7729 -7531 2471 --1338 -4139 --8266 -6447 -791 1358 -9003 -3477 --3310 6883 -1452 3814 -14547 -5998 --6738 6392 --1503 6480 -12359 -2567 -6488 1246 -7793 -7435 --6186 -7143 --1994 3262 --7731 139 -769 -9397 --3223 -1164 --13586 15776 --10103 -2453 -97 -2589 -3028 6634 --3976 -3087 --4788 -6460 -819 -6500 -599 9920 -86 -379 -3248 -10700 --744 -2588 -3412 -1275 --5708 -4478 -909 1944 --12258 4314 -2974 -3433 -10347 2135 -7821 -354 --1070 -2135 --36 -3125 --1691 573 -6963 -2488 -14310 -8322 --3931 -4006 -8946 -11080 --542 -9853 -5674 1294 -5598 -9449 --2738 -2206 -6538 -64 -4053 -4810 --1400 3687 -2594 1538 -4773 -1255 --6010 -6204 --6286 6819 -2339 -7519 -2923 11830 --5415 7877 --4925 -11796 --5940 -12785 -3150 -3588 --842 6421 --820 7716 -9275 3735 -10210 -5025 -9782 10350 --3287 6654 --6795 -1466 -8930 5144 -12402 4905 -2450 1273 -9625 6153 -3326 -2418 --4970 6804 -10593 7204 -2472 36 -1345 -4863 -3877 700 -6336 551 -9217 -5408 --10952 5638 --3890 4125 -5992 -3219 --3714 -441 --1754 1522 --892 13049 -8051 -109 -8045 2874 -12495 -3773 --10697 2546 --9100 7394 --1239 901 --5988 3629 --3404 -4244 --2076 699 --5400 -3005 --6311 12004 --10863 15911 --4457 688 --9306 -7040 --5851 -1679 --1571 -438 -5837 4831 -3031 4652 -2170 2458 --10575 -3041 --3707 8342 -3021 3355 -6695 -8935 -7590 -8 -2529 14582 --6469 -3167 --9591 -3298 --2081 7083 --8272 -3993 --6521 -8325 -5145 7258 -7319 2368 --6542 -8300 -882 -3959 -995 1003 --591 303 -12016 -5474 --4257 -14032 --5149 -7096 --8218 2293 -2883 -240 -9229 -6007 -404 -6765 -97 -6598 --5499 3753 --4859 1598 --528 -3373 --222 -12122 -5503 3683 -10262 5296 --5281 8928 -2789 -994 --6641 1602 --4513 7395 --339 9787 --2114 -8193 --2110 88 --3079 11985 -554 9855 --432 2327 --3909 -3004 -2375 -1802 -3083 -6347 -3 2975 --9396 301 --7297 -9481 --3350 11668 -3545 10277 -1300 9287 --12240 -1714 --168 -10019 -6820 14072 -3339 7622 -2820 -9921 -4516 -11390 -7157 -8630 --1291 2716 --13175 -2492 -7825 -5466 -5466 5008 -424 17 -3137 -8640 -10293 -58 -8467 5176 --3219 11573 --5641 9804 -5057 10156 -4504 -7326 -1920 9400 --1078 3208 --2256 7574 --187 1201 -12829 11468 -3129 2319 --4315 -12466 --13360 -8153 --5444 3350 -6220 -1351 -8824 6504 -9256 3260 -10007 -6668 -11126 10841 -2576 1575 --5814 2202 -8001 6449 -4754 4670 -2429 16345 -167 -3308 --9088 -16154 --10310 -7737 --11809 2814 -2938 -3127 --578 -5298 -441 -4443 -6990 8453 -11295 -1860 --5033 6412 --3414 -5165 --5848 -374 --1826 2827 -5958 -11062 --2334 476 --2635 775 --5509 -2320 -1585 6773 -6052 4320 --2944 -664 -3060 12429 -3015 -3855 -14645 -13636 -1906 -574 --6218 5407 --8913 -6857 --3246 7674 -4728 1784 --1058 -4329 --9526 8196 --15451 659 --64 -948 -7925 -215 --3337 -528 -5109 -2316 -9462 157 -1406 2631 --5810 -1551 --2265 9389 --10929 -6036 -745 7061 -5543 3251 --11346 1407 --10903 4150 --7664 9234 --1902 -4863 --2404 -15237 -11031 -1776 --6018 -5418 -1057 1738 -7103 474 --5777 1415 --4531 11117 -796 1902 -4166 -4271 --9241 335 --11077 771 --2295 3377 --12041 -8155 -241 -5497 -2295 -11 --2734 2582 --1263 5234 -5918 -11792 --4381 -8531 -3817 -5028 --12715 3131 --11448 -3078 -5037 1818 -5625 10004 --3495 9777 -946 543 -11422 7930 --3781 1549 --14547 5068 --4344 9662 -902 -13207 -7961 -2704 -792 8518 --1666 -2235 --2702 -3535 -6565 2597 -293 5435 --2633 -11409 --2989 -5440 -2673 2245 --7942 -674 --726 5329 -7644 15466 -4778 -4379 -3633 -6306 --2165 1755 -4228 -2770 --8428 3148 --8579 5074 -4597 2420 --4038 6696 -877 -3393 --5803 890 --8992 -1172 --8638 11386 --6272 6743 -1996 -4201 --9687 228 --8733 9577 --1938 3240 --7311 2905 -4153 -2675 -11012 -5695 --12328 -8476 --5906 5554 --10580 -79 --5499 1562 --6379 8111 --1723 5296 --5015 11451 -7811 1803 -2853 -8099 -7567 -7723 --2169 -89 --3297 -4318 --2211 -6388 -11438 -3551 -6795 1905 -607 2534 --1315 7777 --8603 -1782 -3048 -3062 -1130 10874 --3819 929 --7802 10966 --135 -4225 --5845 212 --6172 807 --1028 8115 --6292 -7923 --6277 -7362 -1622 7466 --4530 -4634 --11720 -8278 --4767 1425 --2624 -2054 -649 -1209 -4695 33 --7365 -351 --4403 -4277 -2690 844 -3086 -501 --11279 8658 -1532 13174 -9478 2003 --14956 4367 --736 2216 -4882 8622 --8758 303 --7132 8445 -10254 -3131 -1300 -5503 --14125 8084 --5051 -1001 -707 -2543 --1919 -1492 -2228 8223 --4500 -244 --823 -11422 -709 -10698 -2655 -11512 -3751 -9142 -8309 -3453 -2258 226 --6128 -6243 --8141 681 -1806 -9432 -6218 -11810 --42 -5922 -5429 -128 -107 15573 --2263 3414 --5259 -13229 --8792 -12920 --8952 5243 -11525 -1033 -12051 -12624 -4541 -1839 --1473 8800 -3123 11869 --4106 1892 --975 -1496 --17147 4836 --1915 861 -8642 11100 --5715 2320 --4246 -4185 -5832 -1748 -1454 5601 --5876 -12003 -9906 -11966 -2342 -1250 --8482 -9220 --7378 -10024 --13057 -775 -11738 6861 -2674 8333 --8870 11311 -6768 -1158 -8938 874 -5497 4327 -6321 3959 --116 10428 -4335 -3804 --2536 -6821 -11138 8263 --7589 2570 --2878 5746 -3512 -2023 -10425 11032 --6235 -1712 -490 147 -8702 8074 -1668 -370 --1775 8938 -9842 269 -14162 7522 --3563 8427 --5946 1016 -4812 -10489 -1527 -2677 -11010 1777 -732 11536 -3728 8854 -6102 -1206 --5157 -2600 -4872 -12471 -1139 -226 --7796 6501 -4030 6568 -10233 -8727 --9824 -6118 -9 7253 --796 -632 --4007 3890 --5261 -5253 -11159 -2467 -6563 230 -10020 7465 -325 -13505 -677 -2407 -1128 11526 --3019 -7281 --4762 -4197 --3805 1831 -2153 -7940 -5761 3645 --214 1875 --730 -92 -2817 -1972 -187 -2001 --3430 -3285 -10970 1772 --6402 -316 --8910 -9311 -1747 1142 -9582 11379 -1234 -4497 -3748 -5875 --1481 -7391 --8045 5483 --6527 -2936 --2513 3777 --8261 -1027 --10216 7958 --5952 12861 -5388 -5292 --4527 -4133 -4873 1255 -7282 -7890 -4518 -937 --7463 -9019 --5291 -2294 --2221 -818 --3213 2586 --797 6312 -9937 3862 --7396 -13102 -6606 609 --10543 1476 --4474 10474 -4515 -3428 --4625 4147 -3021 -5298 -2737 6353 -301 1502 -4003 12593 -2408 6137 --1772 3651 --7449 2500 --2113 -9854 --1368 -10393 -9 -1175 --10860 -10327 --12935 -4054 --2930 2960 -3899 3128 --9559 3417 --6807 -2605 --8844 -750 -15478 4921 -97 -11396 --7741 10085 --589 2009 -6889 -1718 --4666 -6253 --6830 7266 --6137 1613 --9730 9584 -2690 236 --7401 -2394 -194 -9433 -6860 -503 --2237 9400 -3014 -2441 -7937 -6460 -5013 -740 --11442 7791 -2498 -3289 -7167 -4017 --5836 -14435 -11432 2685 -9039 434 -7841 -3757 --8397 7942 --3748 4017 -2021 -875 --9614 -11360 -374 9260 --2605 9415 -10640 -5766 --1808 -13002 -1265 3618 -8150 -1065 --6662 969 --202 5812 --7269 -4905 --4887 7953 -11652 -5125 -11625 -7587 -2149 -3090 --2272 -5277 -1992 -12731 -9380 -4387 -10043 5751 -5890 496 --5352 -11299 -8852 -1492 -8898 -9042 --4365 -6742 --4063 -10673 --9386 -5232 -3782 -2737 -5197 3158 -11162 -4162 -6458 -3593 --2206 -787 --637 2182 -533 7500 -6741 -5780 -3013 -1309 -5469 -1920 -1767 490 --6627 -9666 -3784 64 --2586 4964 --1215 -2873 --7944 -10796 -5678 4525 -8808 11238 --7793 1187 -12121 -177 --2805 -14950 --5277 -532 --8628 1911 -7285 2042 -9487 -4489 --7891 4398 -5018 6658 --5924 -102 -7100 -1930 -12897 -7969 -4819 2355 -2234 -6502 -571 -4274 --9374 9198 --750 8950 -2379 4621 -12036 6782 --3453 -11546 -1947 -3118 -309 138 --11376 5540 --6507 1276 -8697 -2148 -5163 3733 --11562 -4079 -5039 2416 -8072 5173 -11859 1364 -2513 -3586 --3007 -2680 -3844 -4731 -402 -7854 --4679 4179 -10422 3355 -11194 3949 -9904 8022 --9066 11504 -3462 1065 --7418 1434 -3218 -3290 --5797 3970 -3985 -4131 --8018 -14081 -5467 -3654 --3690 14119 --3376 -2442 -8884 1009 -2823 -4468 --6357 -3643 --4723 -3576 --1656 -13955 --2092 -9594 --5834 -1218 -3901 -5389 --8796 10431 --1487 -2166 -12115 -13766 -2423 3255 -8986 -3248 -5717 2647 --5705 -165 --2055 16471 --4868 11998 -2807 -5449 -8214 -3777 -9914 6811 --5873 -1143 --344 -3554 --2257 -2444 --3553 -473 -5821 8478 --5746 8351 --292 -2256 --9762 7264 --4005 10218 -485 -1191 --5534 -4206 --6288 -13180 --2576 6390 --4104 -2783 --1570 -14138 -1288 2682 -1762 -1467 --8163 -11447 --576 4148 --9900 4122 -201 -2154 --14418 -3794 -8346 4252 -855 -2629 --12444 -7572 --9508 4554 --5309 8913 -2530 -1162 -11602 -9049 --3317 -11556 --10226 4201 -4222 -5070 -10970 49 --8610 1733 --4437 9108 -1072 -1623 -3546 -5303 --4423 -5879 --3487 1062 --2756 -7522 --7069 -406 -3909 6997 -12887 7435 -1973 -9276 --2969 5237 -5358 15214 -8673 -1251 --8126 4072 -5443 2919 --2133 9719 --5520 -1336 --3304 -2343 -4500 5992 -4078 6636 -10315 -7053 --5183 -3019 -1649 1601 -16888 3030 -1983 9964 --10807 2000 --2806 -1988 --3122 12539 -3457 9542 -13624 -3004 -2399 988 --4596 151 -7401 8640 --2869 7832 -1906 -7478 -12669 -398 -175 6586 --152 -6670 -3066 -7181 --8650 -9653 -705 -1428 --3189 6120 -1614 4765 -13946 -4742 -2730 8902 -4329 6696 -1416 -10954 -666 -630 -64 4043 --909 -5357 -6493 -2710 --400 7531 --120 3924 --3362 11473 --4936 -3102 -4168 -5174 --462 10342 -2870 3659 --12879 4094 --6221 -2549 -4888 5370 -1954 4618 --1009 2607 -1709 -2087 -4621 -2267 -3350 -3817 --9633 -6846 --948 7974 -6290 1890 -2617 7138 -748 10110 -219 -10819 -4411 -1735 --308 -2190 --4883 -7555 --5791 -2846 diff --git a/Developer_Contributed/02-AIE_DSP_with_Makefile_and_GUI/files/src/ip/aie/data/input_128b.txt b/Developer_Contributed/02-AIE_DSP_with_Makefile_and_GUI/files/src/ip/aie/data/input_128b.txt deleted file mode 100644 index b6bdac0499..0000000000 --- a/Developer_Contributed/02-AIE_DSP_with_Makefile_and_GUI/files/src/ip/aie/data/input_128b.txt +++ /dev/null @@ -1,2048 +0,0 @@ - -3701 -13136 10775 -8233 8594 -8350 3010 -7129 - -854 -12141 -15933 -1952 -11431 2610 -5876 9654 - -16005 -14649 13079 -7961 -4823 -15861 641 -6558 - -8150 -11182 7075 4045 8589 13495 -3035 13763 - 1428 -9596 -11807 -6798 -11890 -14610 11915 -3099 - 14286 3140 -14877 15923 12823 -13993 12008 12167 - 5817 -2895 6899 8567 15968 2761 2883 4074 - 3885 -10030 9490 1086 10804 271 13538 6518 - -2149 -3409 11240 13794 -7287 -6218 -13038 2024 - 5234 3350 14199 2449 1509 3941 15163 -1075 - 669 12097 -2389 83 -8974 -745 -9400 -16295 - -11550 10304 5500 -16040 -4240 3699 13132 1389 - -16090 -16186 9173 -44 12843 4894 -9669 -12721 - 10186 3450 7251 14585 -11038 10288 4856 969 - -7477 3571 -12849 4953 -2027 8104 -3080 394 - 15615 9035 -14060 3406 4605 4810 -11479 -10311 - -9510 4675 14461 -1155 1542 -5385 3434 -4853 - -15297 12385 5258 -8827 8597 4928 7369 2561 - 5262 3812 8423 -1622 -7899 -9961 16267 787 - -6590 4865 -14047 13619 -2250 -3500 -10920 12265 - -12473 546 -6596 -11168 8658 -319 9390 6359 - -11907 8273 -873 3412 -2885 2248 348 4389 - -13844 -6639 -13778 483 -11571 14029 -6500 12304 - 2410 10036 11672 -5965 11674 9225 6750 -1043 - 14980 -4928 16236 -59 2278 -10282 -8452 -10861 - -7614 -4539 1872 10105 -6161 -4166 8964 12991 - -12525 -13012 -136 -12690 4649 -3693 -2043 -15536 - -7300 6390 9512 -3208 -14552 -6169 -7928 -3443 - -10713 -5676 -12236 14886 5545 -8539 14142 11846 - -10090 -10351 3742 -16347 16138 -2602 -13393 -14273 - -8423 -5275 -14608 -12760 -2572 -9643 -6233 7672 - 1940 -1345 12327 -811 -16105 -12691 -15742 6319 - -3043 5004 -10028 5484 -14680 -11079 -3810 -13288 - 7287 -7851 10810 11594 -6342 3330 -15770 -862 - 14496 -8942 -3284 -6221 -11248 6124 4890 14530 - -13182 -4405 16044 5014 -9976 4926 -12374 9625 - -9610 -16040 -13224 -14375 1159 -3360 453 -2834 - -4403 11283 16095 -10608 -12441 12468 12545 -2857 - -10503 5520 5294 4440 -6800 6539 -13061 -3307 - -6928 -5437 376 -4153 -5394 -15991 -1615 13000 - -9583 9217 5130 14326 10819 -7619 -13907 9972 - 5609 -4616 -3127 15308 6956 -14016 -6376 11901 - -3785 2870 14198 -13337 10768 -12576 15093 -2253 - 8251 -5687 -5211 -4848 1851 -16256 16253 -13012 - -5409 12813 11279 15821 5615 8554 15855 -4847 - 9859 -3820 -4533 14563 -5775 4101 -3092 9114 - -7089 -7350 8405 -232 -9525 11729 -2787 -4450 - 4243 2035 5837 2332 -160 -6809 8379 5439 - -3079 15046 6859 -5576 9133 16171 418 8688 - -9569 -3098 13882 10754 -16342 -3506 10004 9316 - -11304 12269 -7693 -3648 4974 14987 11082 -13134 - 3309 -11633 -15124 -6027 6004 -4896 5473 -8182 - 12885 14649 -4184 6080 16098 -7544 -12450 6161 - 1045 -8763 -15126 8225 11186 4595 1627 -8692 - 13109 -16317 2638 -6506 1829 8872 15802 576 - 12979 11164 -5849 -15981 -4142 -5489 -11681 9073 - 14201 -537 -15631 -5241 10702 12602 -5674 -1934 - 11176 -9360 13837 -12764 4336 5097 1167 7567 - 7049 -2036 13137 2636 15199 -12531 11154 15529 - 15743 16316 -10875 -11768 -2023 -11373 2900 11516 - -1817 6813 -10677 6406 -12747 -15867 -14280 -15001 - 6966 -8807 8649 14198 -6912 6557 10149 -5672 - 13470 -9654 -15975 -2238 -941 15477 2724 -9186 - -8579 14910 -284 -5213 11627 7572 -9975 13235 - 14748 -5060 -10047 -8609 -9184 12137 -15215 4186 - -1653 9164 -438 15285 -15499 14117 -15264 6557 - 4030 -339 -13803 -10761 9021 -11450 16333 -13737 - 12533 -1289 540 -1850 14962 3919 -5384 -1774 - 8036 1764 7988 4284 -10995 3306 -3533 3042 - -11749 -2954 7398 3566 2073 -16117 -11791 6809 - -7963 7314 1947 -5395 -3181 10288 -4769 -1539 - 6782 15302 9541 -1626 11543 -4409 16351 -13638 - -2893 -4310 -3845 2279 9609 -15628 -5329 15101 - -243 -15918 -3512 -4632 -25 7461 -2572 14315 - 5294 -13054 12712 9987 6259 12426 7285 1921 - -13961 5117 -15709 -14187 13575 10478 -4068 -7651 - 1539 -8701 15400 1447 -584 -15600 5548 15891 - 10708 9415 -12159 16285 -2807 15063 -10130 8111 - 14427 -5829 -16349 7870 -2126 7741 2269 -15679 - -14724 -12193 1724 -6101 4186 10804 8418 -7843 - 12043 8109 12984 10803 -8088 2890 -3875 2297 - -3278 2038 337 -14750 -6929 -12330 -7431 10742 - 13151 1046 -7674 639 14546 -5329 12405 6787 - 14462 13598 15332 -11067 11054 15111 8060 13946 - -16334 9030 6435 -13258 2399 15421 9833 -11330 - 11661 12803 -1145 -15411 16006 -16375 12962 -8858 - 6226 3807 -4207 -15667 16068 -13677 9018 9837 - -6326 6345 7292 10850 -14930 2901 3495 -8623 - 129 1249 -14595 -4747 -7143 7084 7884 9277 - -977 7831 16004 -15710 133 11613 -3139 9925 - -11569 -91 5150 -3683 -7137 -6295 -10472 13144 - -5490 11067 -9330 -4879 11198 -3613 -3000 -9343 - 2730 12492 12701 15721 -6845 -14879 13323 8281 - 3998 -9233 6731 -11391 -1993 -9430 3873 -12411 - 16154 -15199 -7467 9042 12190 14466 -13001 -5218 - -11 -925 3332 6321 -12004 4626 -3673 -9017 - -12884 2253 -8161 -8489 -7104 15546 -6984 13188 - 5904 10354 -3795 11630 -16056 13595 5482 13243 - 13860 9836 12155 14286 12610 -10288 -5400 1017 - -6194 4557 8378 -5146 -8407 -6892 9539 -169 - -16294 14512 -12429 5357 -16023 12921 1794 -1628 - -1723 108 -8571 -3292 -6833 -269 -11956 14530 - 13745 1150 3672 9803 12561 -14580 -2583 1209 - 8601 6317 6859 12674 -12415 -13437 -5528 4991 - -8016 -7550 -14036 -8966 15887 10648 13145 -4967 - -8013 -9260 8976 1807 13921 -1980 -12888 15247 - -7136 15200 -4425 7406 -14834 -3873 -1705 13090 - -13198 -13277 -8030 4588 15350 -8111 -12670 2947 - -11384 -11597 4586 -4639 -9084 -12831 7667 -16151 - 6561 13807 5849 15566 -4703 9024 -1183 -798 - 13239 8389 13957 -7149 -689 1861 9492 -10655 - 6684 -12175 -16188 2380 -15854 -6276 14643 -5423 - -5003 5895 -422 15840 -11664 -5396 -2658 7811 - -12466 987 8373 15927 -6461 -4009 -2973 5423 - -4125 5160 4442 -10438 9827 9895 4149 10731 - 1625 6755 -15214 -14887 14280 -9639 -8540 -8382 - 7877 -5061 -11309 -2453 2344 6723 11976 15977 - -14432 1262 4147 -2471 11230 -2228 15414 1347 - 6136 7156 -6707 15955 -7055 -10233 11505 10654 - -4995 6598 14469 -5709 943 -3777 -2190 9056 - -4464 -542 12997 11348 -5238 -13140 -4872 3200 - -11989 -2164 -11895 -1516 -3735 7787 11375 -15268 - -4231 7006 -9695 -10365 3779 -4237 2114 5280 - 9035 4264 5453 -14307 -11219 -2963 9208 14607 - 10090 -9168 14317 -13033 -9115 -11042 15311 -3331 - -5260 -16043 8124 -7192 -753 10527 -9053 -2091 - 5926 15941 6378 6877 4686 15453 -7 10925 - 10653 -14376 -9112 4856 -2657 -16050 -177 -2334 - 2799 13606 -13157 -14467 4671 -2765 -1481 5428 - 4775 3283 11628 -12776 -238 7660 -4423 15356 - -11567 -7408 7939 11311 2979 11097 6701 -10290 - 13794 -7581 13549 8872 -4887 8635 -10958 -1999 - -8662 -15461 9827 -2347 8191 -7805 -2097 -1235 - -13521 -13383 -3581 14390 12834 8376 -1407 -11769 - -3668 11006 -11729 2599 4767 7151 987 197 - 5162 8569 5042 9528 4130 14678 5209 7844 - -15619 11965 -11062 -127 -10061 -15096 2 5516 - 16303 -8676 -5501 -3318 15446 10997 -6759 -12320 - -3798 -4398 -12059 -15978 -13354 1607 -15081 6635 - -15580 -8360 -4658 -8178 -10670 11126 -4190 -11586 - 11447 1009 -10002 -13104 15045 7063 -11011 1994 - 4627 2478 2429 3435 -13156 4619 -7107 -8450 - -7660 3116 7162 8451 -2980 11521 -5750 -6111 - 16288 15409 871 -1801 953 -12621 4810 -9481 - -1693 -16035 -12805 -2021 -5592 1718 8189 10052 - 6023 -15821 3880 12595 -12690 -11304 -4222 -3212 - 8676 -5403 6884 8620 -12704 -12383 11638 2418 - 14346 -9204 8412 3242 -737 14954 11911 -13856 - -14624 -10968 -5325 -2381 -6170 14804 -13897 -12835 - -8911 -11989 -5530 -11134 -9231 -8663 -6982 7111 - -4209 12555 5352 1438 -8348 16218 -8451 247 - -10716 -538 -6673 12791 4160 7685 7690 -5890 - -16329 -1601 -7396 -16256 14988 -6846 9864 9731 - 3413 11537 -8604 -3861 -2339 12573 -5626 -15978 - -1660 8189 15777 -1343 -9586 6010 -15946 590 - 8709 -136 -5439 -14120 5516 -1469 12065 4300 - 1396 11403 -10187 -4030 5674 3850 -2213 -11214 - 8127 15772 3712 11055 -8129 -5057 -4463 11973 - 795 12651 3249 4785 3351 -9978 -1708 10968 - -14164 -5793 -10710 -12655 -5372 -10110 -9350 11909 - 923 -14927 -9933 15103 -10922 -10190 10580 7892 - -15414 -6731 -4096 4445 -7771 -1745 6493 7849 - -16050 -16019 -16362 3287 -2228 -6988 4604 2158 - -13104 -7754 1929 -9747 -14145 5344 -10231 -11574 - -16379 -14544 -10698 -10532 13737 -14058 -16084 -10217 - -3711 -8543 4194 4834 10530 14391 8881 14840 - -12902 6390 7452 4574 -1289 7318 11612 8150 - 7883 15992 -14973 -15736 -10146 4432 8559 8930 - 7783 14997 2963 -7719 13535 3359 14607 16136 - 3433 4037 -13284 4167 2964 -14330 6749 14550 - 12934 3462 -2221 -5583 16334 -10137 -11451 13143 - 13416 11865 -122 7933 -5691 -14497 -5369 11013 - 880 -11034 -3644 -15599 -8452 -5418 12957 3353 - 4631 -4340 3726 -13657 4003 7501 12862 -2096 - 7789 -13733 13543 13449 12527 2068 -663 -12540 - -4777 12472 6181 -5412 4555 12724 -11797 -15394 - -1523 -9687 2434 15489 -9835 2804 -6156 -7050 - 697 13157 -16090 7528 -7797 13406 9258 -12708 - -11857 10174 -11240 11896 3420 -5408 2206 8642 - 3455 -15682 1783 8941 6530 -9298 -14034 15828 - -1522 4870 -6239 4713 10066 3400 16144 9686 - -9141 -7581 11497 -909 8255 11889 8467 -1726 - 12318 -10722 -2763 -4140 -3881 7183 -14596 -8569 - 10491 2914 12714 14179 14737 10564 4005 3807 - -14590 -252 -5822 -61 8783 5297 -6987 -3240 - 3028 -11223 15266 -13747 -5272 -6100 -12827 -5705 - 15426 15369 6217 12191 8056 7918 14626 -9901 - -11682 15827 4088 -12100 -3297 -250 -12583 -3364 - 5162 7438 -10748 -2498 15085 -9464 -15452 -9401 - -13247 817 4616 90 2039 4955 -9905 3059 - -6769 -5289 -8488 15386 11319 -2441 -13738 -5337 - 9209 9810 15625 15404 3856 -13209 15092 47 - 11820 10740 -12705 3610 4244 2802 -3610 12169 - -7558 11696 -5896 -4990 -661 -14972 5924 4938 - 11918 13569 -8127 -14122 -11377 52 10548 4 - 13987 9348 -16233 -11900 1824 -11373 -11060 3951 - -2402 -6713 -6049 -10829 15761 2807 1510 12535 - 6799 5692 15312 11566 741 -1216 3755 13464 - 15425 10324 15184 8566 -7936 4651 12292 7475 - 6331 14781 2251 -607 -11923 -3684 -9657 11435 - 7399 -8067 -14052 -5170 7493 -11250 7022 6183 - -9215 13882 -5196 1023 -11033 9721 14604 1314 - -974 -6657 3567 7002 -4980 -9060 4863 -9473 - 15581 -12167 -2108 8897 -1131 -15016 -13693 6486 - -6555 2805 -4615 14581 -3360 8430 15828 -12692 - 12289 -3694 15802 10870 15265 -8829 -15811 -12366 - 11632 9079 -8913 -13206 15393 6094 1843 9411 - -5595 -11065 2530 -7748 -8598 -5006 -659 15161 - -2958 -12485 -16081 -2271 15976 -8015 12400 1036 - 8440 5839 9859 -11576 -12630 -7925 -9244 -13663 - 11813 -13106 14798 -7596 11109 -8310 -7390 -6126 - -1790 3431 1403 -12025 -10595 -12025 -821 10086 - -7294 4025 -1519 -7657 -4263 -13089 2206 4933 - 11380 -8358 -15517 4781 11426 -3348 14110 -7736 - -7135 5871 -622 10207 14270 -14955 -10004 -8012 - -2766 -406 5910 -4643 -9510 -4438 14149 3435 - -3814 14363 15569 15203 -7931 -4142 795 -7051 - -6810 2082 -10528 10391 -8339 -8601 -7419 10650 - 9938 8140 12550 13858 12413 -4695 -433 -5983 - -10493 -13627 -8171 4477 -3932 10996 12826 10317 - 6495 11750 1395 8890 2720 14769 8962 9065 - -6957 -1934 13309 -5653 -1815 -671 7708 -15890 - -14069 6477 -5288 16044 -14149 9988 4484 14756 - -8389 -10449 -6992 10473 -8106 2660 9376 3365 - 16190 -3382 -6913 -6610 2090 -12812 -7939 -5613 - -6234 -8287 -12207 -15234 3920 7854 -12631 5405 - -14138 11320 -11132 8526 -8099 -5292 12223 8470 - -14371 10372 2823 -6229 -12484 6942 -6532 -4940 - -8739 6504 6800 2998 14470 -11221 7955 -12994 - 10146 3362 4602 -13040 11444 -4348 1876 8843 - -1575 -11540 -7446 -11358 10043 1641 -5463 -14075 - -14806 -1741 -13836 8910 -8321 -10446 1260 12604 - 8327 13445 -10160 -12900 4254 14992 6408 12646 - -13626 11183 -15548 7351 -7249 14647 4033 -823 - 4603 12964 -5321 -15822 -16236 -2019 6698 -8998 - 13208 -15907 -10132 6898 8649 -9739 14149 -3374 - -11375 6610 3276 -9460 -5023 12850 4698 15870 - 3082 7986 14026 16312 -11 -2386 9512 11531 - 16196 -7071 -12568 8982 7495 -751 -13289 -3550 - -15583 -3376 1922 -2343 -3405 4251 656 9090 - 5548 -16040 -4111 16165 13373 3379 -4967 437 - -5072 13939 12456 1253 12974 15525 -8816 -10317 - -6022 -15972 9320 -4928 2801 8017 -11182 -8001 - 11656 -10837 11166 8064 -2060 -1927 13051 3601 - 1272 -14801 2395 8818 -628 13130 4365 -557 - -15200 -7410 -285 -6182 -2572 13248 5961 3623 - 10072 13155 -5320 15548 -12692 539 11219 16263 - -16046 15470 15069 10248 -2856 13166 -1643 8145 - 10737 12594 -4426 -6547 10499 -11422 15980 -12299 - 7110 -13473 -4695 -3666 -3849 16049 -15570 7779 - -6368 -9180 2974 4454 9134 -14568 13014 -9949 - 12572 -5774 -8898 -1628 -12298 4962 -16046 1782 - 12498 10073 -14282 -7206 11227 -4713 -15770 1282 - -6851 14529 -4948 12708 -8595 14504 2963 -6867 - 3236 5704 10475 -15507 -13628 6097 158 15636 - 15458 6659 -13241 -16139 -10639 2914 -6310 -14261 - 13587 -15600 10006 10485 3957 12616 2902 -15961 - 8031 9734 -9677 1886 11434 9119 -15199 -12772 - 5110 -3541 39 1127 3271 -14387 -6630 -3986 - -8914 -14874 -14350 12340 7738 1291 -4514 3878 - -6180 -13969 4361 12196 -3611 -10940 14668 -540 - -7140 10910 -3078 2522 3584 13609 4845 6861 - -8303 5744 2105 5990 -1782 5691 -1956 -6405 - 7241 -4647 10343 12814 7860 -15557 -2422 -4599 - 12067 1372 6151 -1894 -7735 7604 -9755 -8593 - -6007 -13308 5038 1798 5898 -8563 14311 6563 - -2576 -16098 9959 -5215 -11693 3894 -9298 -1974 - 14763 2548 11582 373 -1875 -10848 3355 -13914 - 7543 -12736 -431 -3614 10446 2017 -9683 -3133 - -14290 9271 -6174 6630 13601 6675 4068 -5719 - 14231 -9837 -8329 -4949 384 12560 -13188 16223 - 14274 -7270 9921 8459 -5849 -3739 -7139 -7697 - 8308 -2137 623 -7064 -3481 -12319 -12583 5842 - -5878 -1270 -1325 5982 9791 -9044 -8551 -15375 - -901 -6419 14453 9910 -4337 -12543 -8380 8751 - 8009 587 -2476 7293 -9280 -9559 6079 15523 - -1957 10488 847 4710 2076 -1055 -10016 9038 - 4622 10143 -4517 -6301 6276 -266 7543 -11682 - -7080 -14347 3697 -9456 -11772 -8980 -10071 8520 - 15172 -9850 977 -15738 -2145 3623 -9291 12189 - 12674 -2743 9771 -7028 14703 -11840 -5674 -7567 - 4012 9214 -12085 15893 4079 2723 -13135 -7692 - -128 243 -3637 11240 -4438 310 5846 -6440 - 12029 1904 8809 4131 4121 -16178 -15961 3683 - -14466 -8458 -12746 -15471 -9157 -5605 -5791 7617 - -6668 16169 -3710 8572 11889 2970 -6495 -4459 - -5099 -15381 10054 -8460 -4959 -15667 1330 -13640 - 14920 3085 1262 -4179 -714 6403 -11711 2753 - 14881 11360 14119 -5352 -436 -11681 -9477 -190 - 9943 -781 -3720 -7066 15205 -14449 5733 16081 - -10790 16315 -4652 846 -13215 7414 7228 3568 - -3477 -11210 218 -5194 13344 602 10779 -9924 - 15484 4921 5979 12453 -11185 58 11699 -11384 - -9997 -8444 -659 11405 11149 -3550 -1928 -10764 - -3035 4129 15342 4490 12080 -11958 4630 -9306 - 2927 5486 12928 -15980 -2927 -11202 14358 11298 - -1543 10303 -4459 35 402 12453 -1049 6726 - 8018 -14055 -10268 7389 11329 1327 -14513 6400 - -2821 -12572 16229 -2397 7702 6762 -9433 13064 - -1633 10415 -9343 -4565 -13191 4898 10894 7885 - -11302 -259 11740 -7727 13888 -13960 12181 -6281 - 3644 3353 3975 13053 13335 501 547 5553 - 8976 -15401 8171 13152 12755 -4151 12859 11290 - 3834 10865 11572 -11030 -11577 -5328 -4380 10363 - 652 -3221 -15477 -568 -3223 478 -1658 -14638 - -2529 -11904 -14414 -3714 -14410 -2258 4879 -4554 - 3310 -13218 -8383 -3063 -7736 -12264 -12731 8816 - -3712 9403 -11076 12754 9174 -15203 3009 -13987 - 355 4641 1377 -3900 -11981 -2417 -15299 5732 - 13740 -3643 947 -1956 -7966 -16291 10803 -2013 - -5432 -10187 -5614 -9225 -7793 13944 11520 6629 - 9612 -7952 11453 1722 -127 1891 15906 -15935 - 11998 5211 10347 8822 903 -3678 8653 -10361 - 8206 -10022 5277 15555 -2573 14684 -723 -11154 - 14110 -1959 -6293 7904 6928 -1391 -2693 -15683 - 9865 4130 -949 471 5033 12358 11470 -9530 - 7483 13967 2209 8266 -12269 14682 -4219 2743 - 11222 -16055 13238 13059 5819 14142 -11164 -12665 - 7401 -5416 -12502 928 -10368 4760 -2286 -10459 - -3371 5377 7475 13838 -2743 -13773 13440 13605 - -14921 -8648 5032 5896 -15929 2521 390 -1133 - 6060 4350 8636 1942 9260 -7816 -11237 13938 - 10156 -1764 -713 -14561 -3317 15917 -6867 -2702 - 14702 5283 9864 2066 4894 10422 4595 12538 - -8350 -3196 15742 -15038 12586 -299 -14572 -8773 - -11968 -6779 -2051 8850 14551 -2807 -12555 4829 - 10765 8089 8834 13342 -13710 -1739 1527 8056 - -3682 -14961 -14852 5326 13865 -6310 12779 16104 - -11445 1860 11429 15764 -12643 -10824 -7222 -3454 - -14299 14870 -11689 13320 -7238 986 9161 -14514 - 10775 469 -4974 14520 -312 -8917 -8056 14302 - 8302 6364 10297 6349 6130 1655 11848 -5466 - 14486 1526 15037 -11555 9205 -14906 -6707 12935 - -15184 14675 -10856 -61 -6922 13069 -15622 -5576 - -1244 8511 -10392 11592 13506 -12212 -772 -9748 - -56 15482 -12306 -8 -6816 4547 11482 -4664 - -4634 2918 -9211 7258 -4593 -3616 3049 -8665 - -5994 -2631 16186 -10302 -12867 -12254 13100 12529 - 8637 -2208 837 9106 -3328 -1877 15048 -7018 - 8482 13372 -6836 4241 -14250 -15396 8116 1760 - 8077 -7584 -7097 -3207 -78 -15046 4273 5671 - 6754 -9847 -465 3293 7169 -7008 13428 12445 - 4669 -6115 -1031 3243 4737 12829 8933 16234 - -11513 -6313 -14555 6698 -13845 15815 10538 9433 - -3738 -2689 -307 -11164 8433 682 -3675 12178 - 13712 11415 -6881 11635 -6040 -2424 10868 2745 - 16360 -11592 14917 -9928 -8858 12795 6385 -1625 - 14863 12634 8679 -11150 15142 14700 -7466 -14713 - -42 14026 5206 -8830 -15042 13038 -7097 4604 - 15904 -11138 13791 -8214 12962 7937 15393 -8709 - -8674 9630 -4653 -6767 7493 8069 2127 -2480 - 3687 8085 9451 -13520 12999 -6734 9336 8914 - -14629 9766 -7505 8572 5213 8067 -15632 3164 - -2638 10155 3735 13642 -6951 -8332 2906 -637 - -2385 15119 -3706 10586 -8782 13568 1129 15358 - -11292 5005 3375 3310 3720 -3587 -3719 2296 - 3903 -13478 15911 6257 -12234 -2611 6573 -4460 - 9105 13828 5677 -14443 4310 -9623 -14372 -8389 - 6028 -12957 -15550 -5703 11986 -16241 6365 12851 - 15515 -1431 2268 13876 10085 11654 -5719 3801 - 13397 12037 12835 -2801 -5022 -10173 4352 246 - 2347 -2888 1507 538 -1263 11367 10991 -1061 - -4090 14347 4947 -3861 12680 -15376 -4681 -8686 - -1177 15607 6666 10238 10061 -6914 -11063 -4245 - -11015 12675 -12773 3909 -4480 -15134 -13788 -7330 - 14322 3524 -4477 6065 -14634 13572 2976 -7590 - 7518 10290 4211 -3372 14391 -12955 3297 810 - -2407 529 11894 94 117 16326 -1185 -13415 - -4723 -12411 -13452 -8804 -6854 -9916 -3476 2375 - 6282 10599 -1797 4170 11264 -3376 7425 -4930 - 15351 550 7930 2625 -12347 -6205 -1141 6458 - -7614 -15352 9995 -65 -7327 -3195 15995 -4832 - 8386 14627 -10863 -2066 4686 -13942 -8324 12060 - 1855 10408 -14476 -4517 -4807 -12893 -11557 -5099 - 8090 4675 -15442 14264 -12130 13459 -8330 12480 - 9873 -735 1429 -16263 13116 10865 -2611 9086 - 5984 10331 -13596 -11156 -2121 -3453 1949 -15295 - 1023 10154 2122 11921 -558 11416 -4731 12686 - 12216 -4734 -6325 4864 3883 -5298 15796 -11456 - -11179 -7904 -14283 -11580 3217 -11155 12609 -6545 - 184 7921 -10538 -2895 -15445 -8884 -4004 9405 - -506 712 -8522 8213 5358 -4192 1085 10487 - -1917 8001 -1421 -6300 11080 7987 15477 15514 - 343 5759 -6776 -13484 -1978 -12762 1388 11845 - 9687 7064 16309 -2789 -4277 -9762 13093 -4767 - -11754 14500 12786 1674 -14247 5551 809 -16362 - -4323 7897 -4840 -15357 13465 -14657 -4420 -12271 - 15348 4377 -2122 -11611 -16004 -13119 4288 -3304 - -10453 14522 -16323 -8442 -8326 833 15359 4620 - 1689 -12828 6353 12886 -7449 833 -3798 2626 - -9359 4521 12 7261 -5358 1929 9807 -7715 - -629 12690 14074 14524 -2774 -11934 2749 -2073 - -7303 -14629 8570 -8162 -4895 475 5189 -12674 - 2835 5969 -14840 8045 -13190 -16048 2069 -13432 - 14738 -8016 3845 16325 1430 -6949 -13930 -4292 - -11810 -12189 14370 -1778 6592 -7195 10717 12479 - 11557 3459 -13911 -16210 -8497 10648 11521 -8776 - 362 7854 -13799 -1386 7560 -6740 -8403 -6829 - -15208 -6277 -9130 16074 -12047 9673 5937 -5948 - 13674 -2827 14194 -13948 -3607 -267 -1521 -342 - 3410 9953 -14945 -9393 -186 -5270 1990 -11406 - -4851 -1038 -4672 -1910 5590 -12661 -14197 6396 - 12882 4418 -4201 -478 1108 1447 14194 -14849 - 8526 -449 -5789 -4468 7336 16214 12516 3843 - 268 -13453 9579 -1122 -3499 5966 1876 7787 - 13547 565 10880 13710 -1340 -5167 -1500 -9706 - -146 12246 -2436 -6805 -7627 -10903 -2657 1581 - -7691 -5307 -3642 -14810 -5589 -14127 14800 -14363 - -596 -9368 -14038 355 -402 -1717 15789 8696 - 5159 -4652 2542 -484 -11492 -1729 7263 -16274 - 10571 -9298 13715 -13675 -3958 -3376 -12756 7748 - -11740 -9742 9794 9433 -7922 12496 -6980 3873 - 14261 5541 -1168 1995 -5443 -1440 6968 -4908 - -14688 -5595 -16142 -2691 -15459 6213 -12950 1458 - 10917 -2496 12428 -8980 -14798 -15224 4031 3296 - 8377 3095 622 14125 -8194 12288 3793 10393 - -4336 -6374 10050 3539 -11565 -14657 1175 -10044 - -5632 7586 13933 9355 12587 -15398 -10785 10282 - -9754 14412 -6829 -11525 -10813 -10833 -11489 -13712 - 12118 7431 8975 -10798 15389 -4893 12095 -2826 - 13576 11030 9383 -16029 -3333 -15536 -13741 -14030 - 12332 -13196 -12730 11337 7289 10165 -15613 9522 - -9073 -8701 13003 7387 11084 13207 2409 7548 - 6737 4759 9418 3002 -11244 8518 5426 -8290 - -11296 -7549 -3898 8188 -9896 15375 -11755 -10874 - -8800 10969 13466 -15436 -7302 -5304 -15297 -47 - -3271 9604 11566 -6717 8181 15192 -12214 12411 - -4621 4307 -5100 13812 -5042 -1646 7366 -2401 - 5152 -1858 1993 3031 -5545 -16314 -391 -9301 - -7936 13431 11248 14494 14387 4308 -986 -3571 - -4042 -5590 -9429 2670 8144 12246 7478 14271 - -1701 6990 -1139 -15542 12911 -8140 4606 -11461 - 5359 4173 -9396 8063 7003 -15882 -16252 11193 - -1728 2137 -5678 -3030 15507 -13781 8966 7865 - -14871 14684 9889 6490 -2992 -1862 -16190 11820 - -10267 -8167 12550 -6085 -5398 4536 -13565 10061 - -10916 13788 12458 -1678 14332 3596 -16 10664 - 14249 7532 14624 -12415 -5971 10701 11901 5454 - -13176 10779 16364 -6133 9453 -3517 -5709 3282 - -4173 -13868 -5703 13317 3564 14734 -8537 11124 - -7033 8941 -12223 2561 1223 2557 7395 4246 - 1972 -7288 -3055 -8611 -4295 -14494 -12400 -9126 - -11665 -8980 16000 10966 -8481 6283 13283 7124 - -7190 13833 3428 -13506 -67 15274 12596 15619 - -2456 11663 -1499 -15670 -5551 -9476 11847 -1904 - 1916 458 5580 -7920 2179 6378 3610 13986 - -12860 -11107 1488 -10915 -4010 -14613 12701 6400 - -16223 8009 337 4393 2356 -14693 4542 -2186 - -4054 -15178 -2269 -12235 -9172 -7679 -14863 -14135 - -14751 4290 -12763 -16017 14771 -16255 -10044 -14868 - 9645 -3217 -13545 -16322 -9841 -2242 3688 6414 - 4043 -1925 1599 2210 -11640 -9700 5463 -3340 - -1858 11623 10985 -821 -8508 -13778 -3461 15300 - 14128 -12026 -8688 -8413 2018 2857 -5980 -12384 - -8873 11205 -7153 -11529 2500 -14031 15478 -3888 - 5970 13590 12651 5469 3775 -11019 -3673 -2454 - 14997 11682 -11716 -2876 -7971 -15458 14616 -12493 - -2884 16349 1273 7448 -7932 3538 7874 -14239 - -16256 -3015 -2388 -467 -7918 2948 -7799 7305 - -1764 -3997 -2980 -10871 128 7135 -9384 -14168 - -14119 -13287 8367 9902 3726 -13726 -11066 126 - 2922 10946 1236 -66 -15955 594 -7721 -10846 - -3708 -14182 5985 2229 -5336 -6916 1589 8431 - -13528 5686 -15156 14539 -14981 10823 1174 -5332 - 3683 12125 -14803 -9219 16188 -3036 -8135 -11971 - -5702 -11421 -9726 12012 8835 -91 -15406 -1065 - -1310 15138 -11329 -12754 -3796 -3344 13534 -2182 - 294 2216 -10919 -12410 -2433 -742 -3568 10830 - 4533 -3252 2249 15702 -8494 4661 14790 11675 - -7040 -9173 -8508 11418 -12209 -16256 -3205 14885 - -7558 -1675 -14871 15458 -6450 1950 -13961 2241 - -11191 -8817 9005 9748 -2864 8504 12134 9664 - -1139 -14752 1262 12192 11802 1407 1157 7474 - 2964 2915 -12535 -12605 3766 12155 7062 15237 - 11112 -4886 -6606 -867 -4755 -8691 15652 -11679 - -13923 -4188 1684 11117 -11091 4085 -6319 -5883 - 2819 5485 11786 3933 -8670 1533 -13171 2505 - 1395 -1611 -5746 11820 -12620 -14676 3534 4130 - 11238 -8658 -9318 5683 1735 14448 16109 5350 - 9222 4293 7424 1017 15275 7045 8508 2750 - -8800 -14606 11760 -9461 12132 12530 12532 9988 - -8026 8134 15351 5903 13749 -9947 -8409 -4329 - 3941 -818 14305 -12567 4203 -13864 2606 12526 - -2998 -7621 -16170 -13884 15792 9369 -2574 -4922 - -5704 -9808 -8727 -16335 -501 -15899 -5101 7684 - -12634 14544 2256 -12223 6898 -9346 -9045 -2446 - -2919 -7632 -3010 2740 -8202 -9905 868 2220 - 3418 -521 -16000 -8759 3111 -10908 3497 10083 - -12233 11630 11934 1599 10212 -15489 9456 2414 - -1222 -11939 -7476 144 1399 -1891 -16287 9105 - -2186 5365 11746 -8199 -8595 -11152 5838 -5967 - -13757 -15923 8305 -1199 -10514 -6533 11623 -1210 - 16196 821 -7582 14651 7140 -10772 -7427 -7244 - -988 -15794 5148 16362 -7446 15563 -5884 -7532 - 7524 11672 -790 1152 -10125 -6953 9651 2317 - -1080 -15970 12774 -13411 -2873 14102 16135 7145 - 15290 13319 6125 -13016 6999 -9142 15574 -6296 - 3235 4853 11607 3506 8257 12973 2345 11482 - -11264 -11942 -14791 -5135 -6871 14267 16198 11431 - -1278 13236 -6514 9383 15264 -8575 10830 5066 - -13656 9534 14435 5684 13133 13997 12906 3623 - -11906 11750 8813 9215 -7011 384 -7917 -14221 - -1710 -4152 5495 -9912 1592 7757 -13762 5604 - 10884 7627 11481 -15876 -16050 4495 -9576 -6319 - 14842 -9509 1130 -2236 -670 -3749 -6970 2735 - 3908 -10421 9610 -11378 -6845 6242 -6118 1689 - 12367 14887 15932 7309 -14233 -13630 2342 2524 - -5751 -16170 -12900 8471 -3604 4638 14330 -10058 - 4498 -7662 -9649 4621 9862 6818 -14014 10598 - -8542 -5622 -16337 -14989 -856 -2444 6168 14642 - 1796 11406 7090 8611 8903 -16292 -16104 4294 - -8838 -1232 -3294 11312 -12506 11596 9199 -2526 - -9745 -10005 5785 7311 8389 -10154 -11206 10653 - 1771 -4722 5958 1301 16278 -12765 3946 -7496 - 8111 4926 -8469 -12640 -9102 11700 -14046 -1226 - 11963 -10382 -8364 -12656 -15475 -9212 4319 299 - -14225 -12651 10811 11561 9826 -15564 15736 -2169 - 10971 -15181 -2501 14274 -10884 2980 -14082 42 - 12151 -14736 -6945 10844 8619 -4983 -13937 -6437 - -6277 11087 734 8061 -16263 -8964 -6959 13115 - 15462 -2994 -15578 -7373 -13904 -6133 5802 -8771 - 6570 9572 13450 13327 7014 -15619 12344 10866 - -5107 10002 -7338 11715 2269 -9965 -15481 -2663 - 1061 -16317 10525 7544 3853 16047 5469 976 - 10898 314 13514 15627 -12888 -12653 -97 15137 - 3478 -5558 -7903 14831 -7950 -1675 -1360 -15811 - -3399 5853 -1000 -12088 -11472 10616 14220 -3787 - 2959 -10253 -3828 -10474 15420 -7128 -6021 2352 - -2246 -15086 -13809 7761 -764 -1515 -12434 14037 - 15714 -9669 -13877 -16331 5321 14976 5181 7939 - 3002 -14370 -11284 -7017 13957 4194 15227 10123 - 456 11200 2757 -1885 -2131 -11646 12068 1737 - 15478 4096 15930 1728 -13037 6082 15044 9174 - -14802 2592 2916 1045 12132 430 1277 1387 - -14545 -4094 587 15636 -65 1528 -9201 10490 - 6792 11104 6226 5780 12140 4571 -2344 1526 - 566 -5975 13859 -10245 -15884 2428 10391 15753 - 10666 1700 -345 -15198 5357 14047 12144 -1905 - 9907 10792 82 7635 -15403 14051 -11249 11093 - 15412 885 -16242 -10949 5038 -14724 -4215 8059 - -15979 7720 -15635 12973 1650 -10337 -849 2402 - -8905 9692 -357 -15979 -12838 5620 654 -13396 - -7912 -16173 -15935 13193 16346 -3547 -9512 4081 - 4737 8621 -12548 -808 -3273 -7151 10100 -14285 - -10289 10513 -7780 -16143 -4706 10929 15176 14542 - -405 -16070 5217 10239 775 -15541 -10888 -11539 - -8635 7733 11928 -1853 1356 -5907 -10522 3240 - -10554 8484 -15470 -4844 -13809 -374 -7976 -4217 - -10984 -15575 -3674 -11651 -5088 -3227 -15465 11978 - -4373 -6737 -15933 14352 -5287 -10929 -12610 -1138 - -15777 1715 7691 2566 -8146 -6995 13679 15084 - -13045 12320 -3657 4939 -3504 15896 -10554 -7913 - 9598 -8029 -1309 -8820 13642 -13461 -14245 -12604 - 3974 9322 4134 1306 13911 7012 6235 15350 - 14020 -615 -699 -6928 -6323 12039 -10530 5746 - 8761 -8823 -3800 -15440 -7252 -6700 -5481 -902 - -15579 -4354 6717 -5029 15753 -7342 10865 6623 - -13841 -10440 7632 -9773 -5901 -1912 -1658 7782 - -3422 -13708 7213 -7830 -1765 8725 -6762 13312 - 9845 -7416 -2555 1512 -13490 5156 10224 12137 - -11683 11997 -12704 981 4077 -8212 -14171 10320 - -13841 -14838 -5642 -9210 -5095 -4494 -4543 16371 - 14312 15360 -5645 -13654 15663 1575 4647 -12268 - -6678 15372 -10121 -14498 -13782 1139 -1948 1654 - 10113 239 13351 -8713 2384 15456 4836 5790 - -1821 -15993 5717 2635 13320 2669 15019 -15751 - 326 -9052 -4649 6925 -8334 -9696 15879 4680 - -3308 13401 -9677 4749 -3317 2507 10201 -2533 - -9840 10174 127 -9776 95 -12517 -5444 -8036 - 13593 2678 3576 8404 -2880 -15417 -13909 7876 - 11686 -3344 12596 -2870 -8463 2402 5958 -10329 - -13880 -9472 -14480 -11307 2080 -13141 -5485 -6526 - -11526 -11203 -6869 -11669 -13060 4125 12122 6205 - -13818 6807 -11524 -13347 -2326 -14319 -12893 -15542 - 5308 14918 10017 -2327 497 15293 1358 14772 - 1167 8440 2954 8940 16357 -3057 14378 15914 - -7591 14988 509 -7187 -16267 11719 1588 15747 - 8313 -2228 -7757 4480 6235 8565 2493 3572 - -10295 -10520 1800 1115 -14658 9794 -12356 -736 - -12137 -769 -10847 -1612 744 -11967 16230 16293 - 3103 -1656 14112 -15611 -2668 -2837 -5458 15999 - 10819 -1125 -10052 6685 -13762 -1063 -1533 6040 - 14160 -10558 -15812 -2611 -16209 8632 5279 -13174 - 13868 -1564 14121 -493 10055 6391 10590 3934 - -870 5430 -4084 15693 -6469 -15097 3145 -16202 - 8058 -6110 14939 -14627 -9405 10645 -12686 -14272 - -10426 -10504 -9045 -3470 12959 3406 15087 -353 - 11951 -11244 11242 3027 -3762 6918 -11735 -8894 - -12167 10150 -2562 9114 13928 9275 1986 -2203 - 5033 -1063 11466 -13957 -12093 9042 13095 7953 - -14803 -4771 -1277 -14999 2242 -10474 14225 3045 - -7237 7748 -10390 -7574 -1791 13025 5451 -12933 - -9452 -3922 5652 1448 -8428 -8959 15625 -11466 - -6721 -650 -14253 -4291 12864 -9168 -4591 -13388 - 5297 4207 12847 -4833 -6570 -14124 -3261 -7066 - -5679 -2708 -1611 -15857 -16366 146 -8746 -15149 - 16214 8056 -9306 -6299 10580 -13274 -6067 -8511 - 5758 12494 -6200 13993 2381 -1153 2074 -5382 - -1235 12538 3078 -332 -15148 411 5637 15960 - 7850 -12615 -12253 -765 11408 -13716 13484 -13611 - 7932 12515 -2039 5894 14151 -3854 -2775 6311 - 8877 -9126 5370 -5225 10396 12950 -13748 -14168 - -902 8247 -15548 -5375 9864 11949 8986 -7709 - -5128 -9672 14506 338 4273 3322 13906 -12983 - 6431 -10615 4200 -12963 9522 -7611 -2899 -11871 - 456 -14886 4789 -9945 -6435 -3995 8845 -3818 - -15416 5825 -12109 10685 -2644 -3373 -922 8728 - 8060 3469 -12789 -4825 -14731 -15386 4248 -5551 - -12061 -342 2784 9116 6265 2693 -4195 -7717 - -16315 15733 -2908 -8648 -14138 1106 -14291 -10822 - 11798 13777 -1244 -7052 1773 9090 3516 -1188 - -15828 2306 18 -5432 15185 -14402 4910 1845 - -3050 3585 -5636 -7635 -15017 -11786 10123 11505 - -6664 877 -1058 435 -3431 10486 -14646 -1850 - -6770 -6998 10758 14619 16086 485 -4426 9943 - 14047 9567 9104 9778 9992 -9445 -9460 13648 - 950 -9639 8032 6007 -7154 -5184 -8778 -11783 - -12741 -3069 -15139 -16188 -15571 11307 7903 -10247 - -16231 2278 -9643 11514 3383 12636 -6324 -8621 - 4894 -2838 -14806 -8505 -11773 -4979 -9021 12562 - -10308 -15528 15005 -6490 7449 4010 1244 -15886 - -5524 -8078 -16327 -9232 -8098 -10821 4273 16255 - -13152 -8523 1599 -12664 13004 -6056 -14242 -5195 - -2518 -9522 -4203 -10047 9834 -16324 -9059 -3428 - 137 -7352 13803 14069 -14560 -10826 -4141 -9426 - 4846 -5510 6270 14452 7663 7487 -14785 -7108 - 11258 -4210 1691 -10589 9451 5002 1121 -2781 - -4313 -14970 15383 -6166 -6408 -11886 6110 12256 - 6521 -10251 14249 9647 -5277 -16157 13268 -13891 - 14441 -13602 -15952 12773 -816 2729 8676 -186 - -2211 16349 -11492 -11134 -6564 -15152 11063 5400 - 13400 -760 15501 -4901 11989 -8467 15198 -11655 - 11858 13614 2243 14039 -10897 -13079 14991 -4638 - 6081 16103 15141 66 16123 7676 -491 5532 - 2081 -8305 -2375 3697 10680 3580 -15820 4258 - 13112 9259 -12819 -8769 -5398 5169 12534 3582 - 6059 515 9155 -4731 6707 -6795 7011 16176 - 15404 12317 12776 -5852 15370 11958 16356 9494 - -15746 1651 -10598 -14760 -6277 10931 5640 2179 - -13784 4181 12013 -3219 -5628 -16141 13001 -10620 - 13023 -16290 11267 9662 -13544 5835 9660 -3394 - -12440 -12936 15764 3617 -7364 -2534 -6946 -5719 - -8981 4648 -8129 -14919 12730 6004 -416 -5579 - 5079 -4029 6349 10131 -289 -5380 -11927 5692 - -3045 270 -8804 -1560 12284 -7842 -3998 9958 - 15562 1674 1228 -14906 -923 12770 9409 11160 - 11407 -2658 -12409 12277 2385 9356 -2386 -292 - 11714 -16314 -13444 13916 10168 -5817 12903 8353 - 6908 9288 7841 -956 5323 10258 -4031 9323 - 13113 -6547 -5140 -6007 -5262 -13731 -1095 2920 - -8479 13868 -9444 -1499 14484 7260 7225 4682 - 11082 -3610 14013 16161 -11781 1360 1482 2957 - 15232 -8695 -9950 -5349 -15659 -8993 -3176 -16297 - 14478 6271 3764 -10725 2151 6178 6303 -11158 - 13459 213 -12295 -2571 -2515 -10678 5306 -723 - -2774 8253 4757 2822 -12873 -4667 -7771 -8576 - 14605 -7047 -14096 -10670 4248 14741 13990 -13068 - 14554 -7666 6107 8237 11454 5694 12302 -9602 - -11136 15425 4425 -4039 -6003 15606 5660 -10886 - -8717 -429 5765 -2053 -8507 10765 13037 3935 - 10715 7751 -705 -1763 14094 10696 -8479 9208 - 4560 -6692 -11837 10987 -4324 15791 -14329 6717 - -10973 10014 -11911 9929 -16249 -13992 -15245 9933 - 1215 -9684 10126 -7680 -290 -8518 10340 -12677 - 14089 13831 7735 11777 -3263 7667 13206 -15582 - -1753 7835 2105 750 7916 14694 11195 4872 - 1492 8353 -15906 14739 -3201 15870 -2 1298 - -2618 9021 5706 6761 -11806 13792 8187 -12759 - 4816 -5028 2329 6637 13204 -5533 -5243 -3050 - -8204 399 -5512 4695 -567 2183 -6112 6354 - 11474 11055 9511 1778 15912 11784 -9102 -9054 - -8245 1930 13965 -2936 -3894 8118 9972 9448 - -13948 11388 5791 -4368 16167 -10589 5825 994 - 5385 -10875 5427 -370 5722 6301 6018 1721 - -7639 12710 8140 11338 -4504 14842 -13947 12087 - 1000 -13236 -12826 -1398 -10376 15428 11077 -10698 - -5591 -9191 12257 -7039 -128 -8754 -39 -10508 - -7533 5020 -5857 -937 7213 12983 -12210 5460 - -12913 -992 5202 2728 -6097 -9355 -4536 -11882 - -6700 -7460 13750 -1526 -3648 7675 9733 -4228 - 7053 -6790 -5238 -12483 6215 7725 12991 5625 - -14118 554 4485 5547 4367 -10451 -7567 10067 - 862 10914 11062 -9234 -2420 -12272 7885 3982 - -12107 6591 -3284 6243 14965 -2660 -1525 363 - 15596 3638 -12630 -7691 -1302 -11252 -14703 -7947 - -11999 8507 8953 13177 7164 4617 -2895 -9876 - 7037 6797 12909 -11730 -1303 -11456 14323 -6623 - -12417 5065 8334 14984 15714 6004 11330 -11429 - 15514 -8785 -1293 7906 -14765 -8640 -8820 -1648 - 13958 -14365 -5121 11562 -14060 -9428 -14845 -2088 - 15612 -15977 670 -9473 -11129 -409 -11833 1439 - 3545 2753 -13928 382 2573 7835 9526 6195 - 11582 1931 -16080 8715 7064 -13052 -3202 -12097 - 11670 97 -166 1240 -15178 -10418 -6820 2546 - 4185 -8324 -7579 -7570 16111 -14580 -4605 -2683 - -10798 -1961 12906 -6701 4971 -297 12091 -7183 - -5136 -2702 -4759 12123 -16304 -172 -788 -6408 - 9939 -3928 10979 -12436 10330 12357 2959 703 - 15641 -15254 -7593 -12308 -3960 -3621 8829 -14285 - 11110 15777 -4868 -7548 -8301 8414 8913 9508 - -2168 3394 10034 -10052 1790 -8675 -4614 10820 - -14740 -9623 4398 3230 -4160 11484 -8266 12690 - 6428 5994 16129 -14607 2458 -11966 -9004 -6717 - 10904 -14683 1594 -9817 13655 10584 16311 -5752 - 698 -15434 4898 -14826 -12943 -14809 -16 9291 - -2976 10651 14811 -15026 -13321 -4012 -11925 11780 - -9460 12400 11208 6981 -1616 -7994 -14092 -12708 - 8577 12670 11699 -3456 12778 -972 -6260 -12076 - 1170 -7423 -4283 -14411 -8579 8714 12276 6795 - -3461 -16028 -15373 -9521 2400 -1522 7429 5123 - 2429 11484 13296 -513 8899 1441 -13572 14591 - 11122 7190 966 -15493 5772 5916 -1382 10817 - 13209 12641 5699 -3933 13552 -10059 8504 6498 - 9240 9427 -1586 -7439 13833 -14047 -3590 -11834 - -14666 4956 -7145 -6513 7568 13935 -3787 7482 - -4246 -9306 -240 14650 -4445 -6096 -6749 9973 - -7184 -1680 7506 2756 8583 10251 -9681 3351 - 2282 -11434 8380 -9555 3489 2128 13430 -12256 - 2239 -15665 10265 -5951 -4649 -12180 16270 12857 - 9319 -1318 9997 -3613 -9858 -14721 -1093 -13806 - -8569 -14766 11059 -2020 7859 7228 9639 -1082 - -5595 7421 12716 -11308 -9756 -11005 4591 -11614 - -13450 6103 299 13445 15805 -7172 -10538 192 - 15465 -10446 -13572 -13239 3699 -6346 -15321 12361 - 1085 -3677 3723 12037 -4475 12096 -15242 -13054 - 8828 -7641 -6533 -7067 -4535 13259 -10612 12233 - -1805 10560 15736 -1985 5707 -14892 11961 -5504 - 991 -2495 -15881 -4849 -4816 6792 -2385 -152 - 11369 -10479 10421 11376 2213 15609 6785 -3304 - -3281 924 -9766 2697 5971 5840 -2817 -2856 - 5574 8091 -5166 8808 -16180 -10724 -12197 8898 - -3297 -541 -5422 -617 -5518 1718 15245 6161 - -2346 -13033 -16009 197 -3512 9814 311 -1738 - -2335 9592 1518 11820 16356 12055 15199 9968 - -984 -13383 -4132 2261 -8810 4133 6416 8413 - -1864 7906 7867 3263 -10711 -4886 1267 -14721 - 6433 9183 -3957 -4037 -13431 15235 2599 -4954 - -5567 12545 2627 -325 823 -3926 4496 4823 - 7903 9819 -1161 16072 12900 -4844 5593 -10493 - -10698 12951 -3589 14359 -5658 -4550 -12824 14083 - 5774 -12326 7820 -15553 -3133 -6102 2097 172 - -11552 6038 723 2602 -6106 11984 708 -8382 - 7702 -10060 15722 54 15143 -11582 2179 242 - -13716 -15967 -3471 3442 -12258 -14651 11448 -15989 - 15822 -16048 12203 -8531 -4268 3440 2614 -4441 - 14033 -10836 14095 11356 -5382 -8455 -12097 11710 - 436 -4555 2739 -1180 894 -11809 3616 1514 - 9857 438 -4469 -7322 4017 2048 9623 14586 - -5755 -9680 13340 5263 10149 13558 13124 -9357 - -10963 -1867 5941 14608 7488 -1144 2788 -7945 - 14260 -2384 16330 -10298 919 1933 -10350 3137 - -6930 -9865 12291 10071 -7416 -11967 -13284 -12591 - -11032 -9059 -9362 14674 9113 401 -13842 -269 - 1352 12224 -7208 -11517 13181 -775 12419 -11111 - -15599 3056 -2356 14750 -10861 -5192 -5705 4343 - 14531 -10499 -6314 -773 -3482 6746 -3760 4800 - 6437 10052 -8640 -8611 -15284 -11645 -1609 16315 - 13737 10573 -11927 1983 -10359 -13317 -15636 -2484 - -6509 12063 757 -865 6080 12244 -14934 -605 - 10999 5386 14586 5820 8127 5144 7384 -4755 - -5205 -5960 -2110 15468 5950 7284 -6775 6306 - 5739 -11782 -5591 4469 3872 11636 4754 -10027 - 7003 -12536 -10472 -6444 -9518 6976 -8563 -9851 - -8692 -11593 7320 -8810 7581 -6206 -13176 -879 - -11975 -471 8253 -9048 -12433 -775 10527 5590 - 7313 -6850 2550 -2635 -16375 7840 -7636 -330 - 9263 -6997 -11447 -8787 -1602 5254 -14799 -4300 - 16101 1198 13132 -6640 -13907 7575 2443 3003 - 2243 -4182 6678 11892 -2095 -7671 -4975 -6273 - -10970 5160 13272 7458 5090 9090 -7896 13628 - 10604 6146 6441 9646 -6392 -3826 7795 -10060 - -11406 -2443 2817 1155 14943 -2343 -10020 12839 - 7179 -7725 11033 -9151 9023 -6550 -15277 1440 - 1254 -7653 6102 -2887 -8633 2865 -7897 2648 - -3733 -11000 -16088 4423 739 7573 4293 -1042 - 6453 10396 6012 15778 -1344 12695 -7662 -1947 - 7962 415 13728 -10573 11964 -4483 -12996 -13987 - -13128 7247 8402 -10910 -2501 11458 -4000 15727 - 15570 -13384 1155 10192 14080 -8043 -3349 -1597 - 7701 -8902 9943 6167 9111 4232 -10580 3123 - -14293 -4831 16178 9339 -5928 8305 11026 -14573 - 5057 -13294 -8174 10339 -3301 8762 11676 -15020 - 16175 8266 483 -9279 -13204 9651 7166 3098 - 702 7317 -4133 14111 -6410 2913 3690 -3254 - -2802 -3908 7089 12362 -15472 -6774 -13631 -12354 - 8314 -739 15006 -14632 4194 12039 14151 8501 - -9908 -14907 -14340 -16172 -12662 -9677 11362 13886 - 5039 -1008 1551 -10421 11097 2211 8219 10063 - 2965 -10500 -12798 -4429 -9554 -1238 8624 -14189 - 4515 -8375 14122 -12366 13126 1613 5881 9268 - 8156 13906 -10830 -7791 -9026 -7957 -11448 3293 - -6139 -1185 8260 -4797 4241 -13459 -4677 -3280 - -10822 -12053 14701 13597 -3152 -164 15579 9677 - -1298 -8374 -14997 441 9881 -11949 3956 -11412 - -15228 -16264 14261 13187 5464 -8240 7159 -6746 - -8355 -7033 13044 317 5645 10948 -9262 -7083 - -3831 14397 13729 11233 -16098 -14379 9919 -14052 - 10200 -8200 -12988 8673 7195 -6661 7541 -12510 - 6376 -5450 12956 -11454 15938 2346 -15506 -10137 - 4822 -7804 5665 -6959 7530 8504 -8673 10018 - 6191 -1031 -14033 2984 -502 4181 -1764 -15948 - -7035 5874 2931 -5489 -4910 3313 -7428 7782 - -6475 -1404 -6303 829 13241 8532 -7326 -11455 - -11863 -80 122 -6593 15107 4650 -2396 -3164 - -485 -7223 -14053 -7319 -1174 -14956 -1126 5534 - -2685 -11933 -16357 -4806 -11905 12051 15186 -9600 - -3724 14654 7321 12212 -11655 -11929 999 1275 - 4148 -1244 13249 -6978 4203 9726 -15841 14826 - -15467 -163 3541 -15874 -15073 1247 7564 16349 - 7664 3274 -3468 -3982 6408 7002 12542 -10673 - -2140 -6946 -10586 -6032 -3972 1015 7826 2864 - 4318 -7622 -15403 2178 8366 9071 -1833 -6853 - -11885 -15947 10795 -4383 -4901 -11972 14048 -8120 - 11097 -972 6026 -9124 14218 -13664 -5508 9747 - -11798 13596 -5536 -2491 -3323 4179 10848 -10625 - -12065 -1520 -1110 9826 -9863 -8202 10905 -1663 - -3435 -15951 -15523 9071 10484 -3695 8535 7504 - -12354 2164 -1985 14865 9128 3080 -2184 3845 - 8608 -8251 13602 -5621 15457 -1780 4673 15263 - -3752 9532 5044 7009 4366 15822 -12550 -173 - 5324 -15607 4913 9590 -8122 -8411 6610 13000 - -4769 14209 7598 -15386 -11534 55 -15259 -1841 - -11434 14728 -15346 -8221 -14283 5380 -13287 13687 - 3185 -14229 -2703 12289 -11111 6476 -1585 -3833 - -16062 -11996 -8095 -12086 -12725 -6728 -11804 -1041 - -3864 -10849 -5345 -7849 4379 6703 4409 9306 - 4698 -3058 -5092 -2481 -9197 9230 7681 -10040 - -4512 -4546 13747 16023 6618 -8926 -14321 -543 - 3013 -9413 10026 11183 -1862 15314 -4991 -4502 - 16357 4900 -194 -4220 13663 5371 -11128 6561 - -14024 3883 11374 14601 -2708 -12065 10614 -11299 - 3966 14250 -10814 15120 11796 -8276 -6878 3455 - 9559 -8140 -3335 -2750 -6889 -14857 6278 9310 - 3278 7798 -6909 -14028 12214 5325 -7762 13338 - -12396 -4702 -6220 1757 2535 5050 -5983 1870 - 9374 863 1256 -16146 14609 -11026 -6133 13048 - -3888 11858 -7104 -7572 14435 11473 -3613 8343 - -9607 -2286 15272 10245 6445 -11445 11981 7394 - 2686 -12354 6684 7821 -4297 -1203 2041 4353 - -7220 -12165 9127 15408 938 13033 8149 14902 - 14959 12733 16121 -6733 -6734 14707 12483 -6922 - -10450 -497 5587 5759 4233 -3260 777 -5138 - 13141 -9413 -7388 -14665 -5269 2462 -9576 -3779 - 16073 657 -16215 3666 13613 -9441 13029 9071 - 7221 -11296 1249 -7936 -974 360 -2779 158 - -9900 -397 -3120 1258 -1590 9397 -6469 5548 - -10916 -6606 -10624 -4067 -12491 -4496 12394 2512 - 3258 -7395 10994 -8177 -9058 -13186 -3539 -7479 - -6447 -4809 -12130 10257 9154 -1062 -9375 16116 - -10242 -4103 5767 -8253 14205 7205 -5888 -447 - -454 -4799 8516 -12168 -808 -2759 -140 -6917 - 12443 -15132 14695 -7770 -15746 4377 -1390 6890 - -15435 16039 3313 12311 -13857 -184 -12737 -6958 - -13953 -16177 -6512 -5135 7097 5602 14424 -8917 - -7103 -3674 3891 -2623 -10386 -1851 15528 -9552 - 5070 -1478 2939 14574 8934 358 -12159 11075 - 9880 -11347 -14926 13664 3910 -10863 -871 4803 - -15460 12906 15554 -14049 14427 7036 -10001 12997 - -5272 9692 -1967 -6533 -4533 -14608 -6796 -2222 - 14605 -5327 14261 7670 3677 7555 -1242 -2151 - 15775 -9952 2474 2572 -15678 -15385 106 -16114 - 1935 -6548 6185 8932 11603 9925 1937 -10248 - -14847 -14593 -9459 -10539 1943 12654 14951 7999 - -5853 7604 11626 -15380 -9002 5936 -8505 -1120 - 5336 4427 10212 -3880 10221 9710 -11535 13649 - 1432 -5466 -4364 -669 -16215 -4606 8288 12083 - -8111 -4882 -5841 -14548 2911 11064 12533 -16171 - 8483 -14289 -11672 -3628 15066 4142 -14022 -2614 - -10626 11642 -7900 -12946 -12632 -9573 -12621 -16326 - -3078 -9227 -9033 3169 11549 9938 -15829 16380 - 15000 -3012 -11838 3575 -5468 -8877 8840 16047 - -80 7289 -4912 9057 -11301 -14972 -15631 -13807 - -8410 7699 15449 -11455 14176 -5753 -2351 -15255 - -15510 3145 -8392 1541 -15988 10504 -3640 14224 - -14678 -11424 5643 -14159 13115 -9553 -14479 -1777 - 14157 -13151 2309 11225 15479 -9986 -12247 7459 - -6513 -1739 -14025 -65 -7100 12876 -2168 -13568 - -9858 2280 -6036 -3235 2944 -2644 8333 12245 - -8321 -14586 -1910 -14927 11403 -9428 6353 9249 - 6382 7749 -11371 -8953 -6927 -6124 -9958 -10394 - 15977 15914 -14621 4744 11799 14053 -5366 1438 - 7993 40 -15381 -4183 -2643 -11476 -10543 -5290 - 13427 13842 -886 5868 -7245 10592 7259 13904 - 7971 -5131 -14538 1547 3686 1181 14384 -15083 - -11380 6272 -3213 -6850 7866 -12954 7555 7498 - -10308 -14413 1467 3272 5603 3120 -929 6071 - -2213 2218 7225 10983 15758 10319 -15278 -5006 - 9594 6818 2757 4674 -635 -8981 12063 -16263 - 15750 6607 5278 9632 5367 11140 -5539 7115 - -14250 -8990 -9080 -837 -12514 -12327 16046 7152 - -12316 6271 10275 14682 9196 -472 13415 1840 - 11917 15522 15536 927 -9214 -5613 7648 10629 - -12266 3093 -2689 1170 5407 -13020 2314 5703 - 3761 1059 -3719 6006 -1954 -4815 -7008 -14816 - 11430 10338 -15070 15111 14537 8843 10749 9459 - -313 -9859 -16194 -13786 1861 -1461 15864 14378 - 9834 12945 -6014 -1749 14620 2890 7144 5306 - -11697 -10077 10961 -6137 8745 16147 -6142 -9265 - -13409 13615 5012 -14007 -12080 -13277 14677 15726 - -16207 3263 14932 -13873 -16152 6188 -11112 8500 - -9613 2083 7812 -14584 10790 5390 11512 -9036 - 1320 10422 12081 11204 -2747 2711 -2999 3446 - 10727 -14676 -3811 7403 719 -12603 -3249 2210 - -6548 -8495 12510 -4715 -2231 -11558 9409 -3307 - 15374 -3478 11434 -9351 11630 -5328 -14100 -14701 - 9129 5131 -15864 -10949 10661 -1972 15432 -7072 - -12635 5877 7507 -765 -7503 2142 -9473 -13 - 7711 840 1879 -10125 12552 10283 -10060 -7036 - 12138 7830 3645 15635 408 6112 -11354 -6157 - -10992 -15565 -13100 -12011 -14103 1845 4754 -12727 - 8571 -10947 12392 6112 10087 4536 12434 -14608 - -7304 -4320 8953 94 -7815 2557 -16242 -3718 - -10171 -6078 14702 -2426 4822 11025 7456 -1230 - -11923 -730 -13773 4761 -9550 -12659 6750 -14030 - -2430 15127 -14135 3715 -2686 -13381 -12389 4491 - 5483 15389 10936 -2238 12495 -11657 4879 -1173 - -15881 -14537 -12250 -7953 -4274 -2470 -10307 12097 - -6175 -7188 10945 -4231 14329 11835 -235 -16306 - -3874 -3105 15218 -10492 12612 -1252 7553 -3291 - -6557 3880 -2594 -2159 10598 -3456 -12606 10406 - -15227 7603 13416 12978 -7720 -11872 3180 -11101 - 3281 4254 14508 -10152 15596 -11917 3320 -9244 - 1032 15529 -13966 15267 -13204 -4992 19 8262 - 1785 13546 14150 -2993 -13651 1062 1651 7848 - -4189 -5926 12387 12950 4274 -12279 13655 -7664 - 13952 -8909 -2168 6241 15752 -6622 -6472 -12972 - 490 3685 6588 13559 15606 14261 -5148 -8090 - 10526 3652 5051 13651 3271 1481 12266 14019 - 14194 11571 11719 7797 1799 1049 -507 -15053 - 13756 1273 -1494 -7881 10826 13270 5526 13179 - 11393 -9189 -10122 3103 14809 1377 -678 -13476 - 7189 3380 14329 -7955 548 5014 -16315 -4804 - -11913 -9016 10133 16211 10769 -16102 11657 2302 - 4092 -2153 -1484 16308 13852 6319 -4624 11093 - -2246 13239 -11968 -9649 8074 -1568 9289 -16233 - -3245 -11594 -1988 -5067 -3689 11152 13083 -10040 - -8953 -15653 -6924 -16011 5713 3015 -6111 -7819 - -1959 -7761 -3550 -2673 -14716 -1181 -8050 1054 - -6142 -12058 -6455 -12830 5025 -7049 15504 -12504 - -3477 15716 1946 9054 8609 5116 -7199 -12458 - -12021 -6372 -12624 -13854 5222 -4096 -7662 -16250 - -15989 16105 -8060 1961 -13497 13729 12759 -1856 - 12408 2781 -11639 -2446 2769 -13640 -7011 -14877 - -8540 -11710 -3211 16366 -4481 -11314 9955 15336 - -11042 14488 -10572 -15370 -12648 4040 -13367 7273 - 13250 13765 6336 -1160 11306 -851 7698 15906 - -4028 13540 3956 11082 -2679 -15948 -15540 2187 - -2817 11658 323 15275 7261 4711 1515 -14409 - -12464 -13437 -4278 -10131 -9626 6532 -14306 -114 - -9997 -1837 -1568 -12641 -3430 -6315 2114 9616 - -10782 -7663 -8926 5585 -14789 -15050 -468 -10045 - 11641 -15258 -9200 15077 9276 4096 6844 16135 - -1339 -6152 13529 14013 1785 3080 11634 12728 - -13474 7443 12297 8949 -3614 11129 8415 11740 - -10755 14403 -4230 -4204 9407 9775 9776 7886 - -16231 -11144 3907 -15732 7582 8809 12651 -13075 - -211 -16052 -9666 -5632 5562 -5353 -16037 -1979 - 15591 -881 -2384 -2645 7026 -13159 12844 -5241 - 8055 12733 -3564 -3396 4140 -13599 -14024 15561 - 2586 13157 11118 -7231 -15078 5236 -8763 14953 - 7985 1349 -2224 6320 -14294 16252 -1963 -10540 - -13306 -9000 9303 4369 -15750 -6937 3890 4825 - -5014 -3895 7258 7842 7563 -3323 -6724 -8067 - 5500 9137 11343 12859 -8032 -3596 -16042 2186 - 145 2787 12250 10448 -14242 1574 -8257 12847 - -14320 14223 -12653 7107 -5010 -10529 12137 -12530 - -13476 -9465 -1497 -8006 1930 -14851 10741 15659 - -385 756 1641 -8766 -15969 14429 16184 9109 - -9981 15656 13223 14054 12920 7166 -15418 11590 - 6493 -3424 -4503 -9482 13320 -8479 -7028 2393 - -15936 7160 -2814 -933 -73 -14892 15421 161 - -6368 -11399 -2851 5853 14420 -8187 4901 -5163 - 5020 14669 2736 14606 5080 -12842 -11610 13887 - -14630 5286 3885 -9917 -15546 9617 -13700 -12598 - -11617 -10415 -199 3207 -7799 -7696 -10327 -7607 - -12314 1920 -4333 -343 -8636 -3229 980 10964 - -2075 -3090 6924 4924 -9088 -3429 15248 8900 - 14644 2337 9984 -10237 4003 6885 15966 11982 - -16352 -7097 11732 15214 15939 -15638 -2015 -15485 - -252 -387 -14266 9472 -12509 -11683 -7643 -11983 - -11851 14483 16107 6787 13298 11939 -13138 -16351 - -4154 -10758 8163 5888 -6388 11319 -4234 11166 - 10247 8778 -13636 -9804 2616 11233 12242 -15175 - 6175 2447 10873 -6159 -5894 -9108 4477 -1385 - 2658 -15173 10416 -12885 -5622 -10434 375 7828 - -6934 5170 -2298 2644 -6564 1988 16140 1401 - 12313 -16128 -3495 -8072 791 -3586 -3217 6658 - -12437 -2979 -5174 -7761 -497 -16237 -2688 2422 - 12881 9158 13544 -6157 -16063 15679 -3964 13827 - 14864 6360 -3748 -6116 9981 -10521 7267 6465 - -5926 -9628 -15299 -3543 -15277 6251 -13416 -12734 - -14492 -13222 4076 -10684 789 9638 -5830 -5158 - -16081 -9898 13763 -5473 -11486 -5373 14167 -2784 - -8456 8852 -11061 8608 1905 7913 -7460 10630 - 7352 -7972 -9498 -8907 -16340 12258 12825 -10432 - -2817 3500 1403 -9938 -6865 4556 4235 -11679 - 6855 9312 -8927 -14241 -8428 2425 -12482 4427 - 5362 2634 -14561 -14081 -13173 11126 8805 5450 - 15390 1185 -4040 -12260 12136 -3507 -15543 15779 - 208 12620 1459 10255 11915 9867 -2035 -14408 - -6575 -7632 -13568 16275 -9813 3917 8569 8239 - 6027 10441 -10536 6011 8102 -7709 -13065 12835 - -10862 -15346 12002 -11289 -6059 5377 -14863 -10288 - 6445 10747 -152 8215 11083 -6348 -12170 -13671 - 15790 -1189 10161 3625 -7692 -736 -203 5886 - 8889 12639 -927 4648 -9564 -12820 16020 3261 - 7296 7967 -9393 15320 -9319 -6577 -8269 4165 - -8680 906 9496 -6559 -1424 14877 -2562 14377 - -9869 -13382 3833 7458 13561 -8183 -5406 -5666 - -10686 13986 -10125 -12540 -11478 8985 2646 -1858 - -7374 4316 7031 -14519 -7907 10634 -6945 -4075 - -9303 15137 10213 -9247 12674 -7317 10067 769 - -7714 8805 5479 -6556 -10050 7190 15566 3487 - -14872 6669 2507 3505 3474 4657 7985 15364 - 12571 -13249 -14690 4057 10745 13842 -1426 -4907 - -4474 5294 6668 -8594 -7334 5287 -2280 14708 - -14685 7821 -1640 -2445 15514 13228 -15367 -1457 - 4217 10533 -10703 4009 8703 -8893 5872 -14557 - -5766 2585 -129 -2165 7274 -10788 10068 -13006 - 8789 -5740 220 6218 15055 3830 5108 13488 - -16214 3294 15978 -12196 14788 11198 -6383 12457 - 3569 8389 8177 -11817 -9970 -15268 -1297 9560 - -1880 -8807 14565 9949 2495 435 8009 8289 - 13738 13757 -2829 -9277 -5159 13764 9044 1476 - -14977 -2121 -6801 -7558 3637 4975 5140 -1258 - 105 -8949 -15432 -8326 8753 -3000 15667 -15754 - 9326 2386 5221 10165 16015 -12994 14663 -15414 - 3899 368 -3606 -796 5666 8986 -7843 6510 - -7072 16351 13574 1430 14737 3291 -275 4606 - 4481 12499 -791 15806 -6531 15465 -16215 -10200 - 7723 10642 9986 11445 10963 8268 -3816 9481 - 13106 -3401 -15483 3869 -13879 17 -13471 5211 - 13157 1118 -2080 -3673 -6781 -8669 -5733 13742 - -14207 4639 -1932 12871 15294 12200 -1837 6777 - 4077 -10327 -224 -1745 9058 -14164 9563 -14791 - -9066 -13898 -335 5434 3508 -11167 -10198 5914 - 4644 -9505 2631 -12701 -1399 3147 -85 -10417 - 10407 737 -11925 -11858 2327 3655 -15805 4027 - -12713 15247 13169 -1068 9061 2799 -7287 -272 - -12896 147 14825 14291 7450 -1330 -8670 6672 - 13217 -3965 -5003 -3060 14192 -10393 -974 -16379 - -12128 9899 5411 -9007 -8934 14784 -361 5570 - 13325 12522 14655 -2938 2053 -1185 -10811 11268 - -615 -11000 9009 -7576 -3728 -4990 -3563 7735 - 9438 -10306 -16206 -11648 3465 -7325 -13112 1206 - -1604 -1016 12169 12472 9051 4790 8900 -2292 - -7419 -2561 -15269 -2945 14063 -16009 4656 -11192 - 9072 8527 9356 -14877 -7703 15559 -1798 -13888 - 2756 285 11596 -4913 4225 11591 46 1389 - 14576 15593 343 -8500 2678 -5145 -1789 -10028 - -1975 -2494 12584 5528 -8141 2623 7253 -12989 - -15718 12967 3238 4310 -3516 15148 -9272 13790 - -7152 11216 -8781 -1341 -14747 4300 12526 7474 - -10843 4238 5862 9188 -10666 7837 -13300 4429 - -7858 2178 11573 -15383 4522 13679 857 -2878 - -14832 11391 -12370 -11832 3958 6199 -5877 -10667 - -1911 6926 7583 11985 -7355 16170 12332 1633 - -14177 -2758 -5071 6225 3893 -11088 15363 3572 - -2488 3535 -10556 11365 5944 841 15857 7275 - 3760 6289 15099 -4041 -4453 7009 -12030 -14538 - -1289 8 15365 8400 4514 -13334 11595 13679 - 10209 -3700 10258 6583 4184 14393 -4222 10461 - -4612 9737 -204 -15187 -2718 1213 -16298 15234 - -2194 9560 -2258 1365 -15772 -13302 1516 15785 - 9443 725 5803 469 8997 11348 -805 7634 - -9632 8806 -3983 12684 4851 295 -2605 4479 - -14324 14621 1756 -16242 14031 -8459 4909 6959 - 11644 -9868 13193 -4689 -10067 4064 12675 6577 - -278 -4877 -4928 8259 -937 -2796 7092 9087 - 6254 56 -6681 -14844 5707 -687 -6250 -2213 - 16026 -1512 -2749 3364 -13814 15207 -14996 9857 - -4651 -2262 -4088 12791 13626 -14837 11300 -8391 - 13829 16197 -13534 -1881 -9139 -15336 4210 5189 - 2641 -1928 -5663 11086 3292 -10064 2886 2581 - -7120 -13557 -3029 -11543 -2725 -14530 -1376 -13749 - 2113 6468 -15017 -9382 2633 4487 -12322 14450 - 8442 -10124 -10546 13448 -8848 3371 7681 6434 - 4372 -5431 -14073 1706 -727 -13522 -6436 9171 - -4469 -14137 13799 -9226 -6843 -13160 10356 9332 - -460 -14468 -3693 15335 -304 11671 -3827 9682 - 13035 -6773 -9925 14287 -246 -11067 783 1290 - -13119 -295 7793 -16195 10252 -9852 4059 -3432 - 3798 14835 399 6118 -15687 10774 -3898 -14293 - -10022 -3630 3403 4987 -11139 7475 12932 -6900 - 8411 11040 -5720 10074 11426 4812 -11836 8219 - 977 -15863 2188 4502 -985 -9913 11906 7950 - 11801 4489 -2789 -10011 12190 -10986 -6477 -2812 - 2935 15544 3759 6330 -7072 9066 -4557 14611 - 15776 -6621 5970 15111 12174 1703 11399 -9825 - -1885 1662 12443 13770 12165 10631 962 9324 - -4207 -16332 1751 3793 14779 -3215 14935 -40 - 6265 4231 -13932 3305 7242 10621 11770 -10117 - 3544 -612 -13268 -8923 -9345 16129 9901 9025 - -1117 8744 8140 7167 -13637 2922 -13026 -10220 - 9603 16266 7597 5076 9343 -4752 4344 2250 - -2510 -14136 4411 10451 9957 7076 8454 6569 - 4501 -15039 13667 -11199 4089 14294 -15614 7050 - 9396 3118 10592 -13656 14953 1260 -8626 5076 - 4334 -7803 7297 2463 -16312 -11199 -15951 -1058 - 9289 11081 1643 1199 8643 -3482 -5646 -9166 - 14847 14056 -15436 14527 6877 10542 -4784 14666 - -12172 10920 -9372 6385 157 4663 7239 -9260 - -12138 -2213 -11233 -6662 -11435 -648 4577 15548 - -13330 -363 -1256 12707 -2019 -1424 2584 -9178 - 7120 11778 -7417 13960 8466 5220 12264 5420 - 11467 9401 12 1157 10746 9499 -14719 16077 - 9353 15365 4995 -9507 951 8469 -8084 13109 - -2100 -15779 1325 -14345 2472 15501 -11925 4892 - 14751 -1968 -14444 15617 7627 2049 8804 -8366 - -1343 9384 5769 3507 9608 5001 2371 10695 - 10885 2544 -4379 10441 8333 1111 2067 714 - 9778 -16260 179 -15386 647 13376 472 -12304 - -2852 -15100 11907 12037 3566 -1327 11838 11741 - 381 412 -13743 -9561 13913 -8472 -4890 -15532 - 13575 2990 -14612 4316 -79 -6408 -9034 -12610 - -12728 5935 14483 13704 12074 5945 9911 14140 - -1759 8190 2203 13703 1168 -10860 -3765 -6387 - 9539 -16255 12090 5586 1206 1788 8488 -1609 - 11940 -6482 12716 3593 1745 12188 11000 15583 - -1278 12601 -6904 11306 -7397 -8925 -1475 14039 - -7567 6184 3456 3417 -896 4189 -11955 -7308 - 6089 -5982 -2433 2332 6332 12447 -5528 -1651 - -7214 -12010 329 11022 -6290 -2531 -3504 -15494 - 7329 1371 5403 -5032 9765 7590 -4990 4505 - -79 -5016 -12390 -3825 -5222 -14333 14266 2305 - 9151 7108 -14959 9830 -5022 3814 9289 -16342 - -7994 -2083 12136 -15615 12915 -11085 -5697 6776 - 7864 -10294 1339 -11190 6973 3717 6270 -5459 - -1496 5878 -15657 -829 9322 -15760 -9861 10067 - 7599 2469 6849 15311 -3819 -2299 -6081 3696 - 6947 -12106 12536 -4999 10958 -16370 -4955 -15586 - 36 13426 4448 -375 12010 -6872 -14716 -4347 - -7579 -6828 -13525 9460 -4805 -12045 11457 8107 - -2715 -10263 -302 868 -6301 16037 12516 -4147 - -8237 -8487 16169 -8626 -4448 -11379 -1444 7916 - -928 828 16262 -13835 -6694 11479 -1379 2787 - -1164 1100 -8130 9897 -8843 4816 12851 390 - 15033 -13750 2626 -1498 -2534 990 -9682 8890 - -11367 -3489 3743 -1832 -14589 1120 7963 3040 - 4274 -8885 11341 -16169 -15012 -8311 3644 4722 - 4687 15617 12121 -12717 -10068 13346 -4324 1524 - 14286 -5207 -14704 -7101 -9664 12254 3606 7093 - 15012 5245 -6042 12767 3591 -9036 342 1564 - 5952 -8914 2524 -16362 -15153 1616 11556 -1386 - 14415 4318 7688 4104 9667 -10816 -10615 3672 - -16056 7855 -10661 -14551 -1897 -8925 -3805 -12124 - -3129 15198 -10662 -11500 9495 4277 3449 -12110 - 1615 -8954 -10695 7334 -14388 4057 -4362 9821 - -13834 -8290 -12649 14660 16157 -3544 4166 -2174 - 7225 4406 -10940 15004 -9992 -8998 14453 8421 - -10169 -13337 -5321 -10670 12056 -8407 -8695 7641 - -6220 1949 -4050 8633 -1383 5564 10301 -9976 - 45 260 3419 1436 4497 -10113 -14990 -6892 - 6504 -11849 -15542 9383 1021 -12714 -117 -3121 - 8374 9301 9993 13295 12741 -11928 7264 3235 - -2575 16112 -6719 10600 -6094 3499 -6228 9509 - -2461 -16014 14565 -457 15553 -3801 -682 3703 - -11257 8852 -4693 9907 7483 7686 15683 -4219 - 1378 4851 -10994 7207 12395 -5682 578 15472 - 10169 11964 2842 1771 10565 8961 7049 561 - 12055 -12892 -3740 -14317 1846 7851 14350 -2734 - 6266 969 -14877 14201 2186 -2771 8805 4394 - 857 8708 14188 -2281 -9654 -7986 3230 2755 - -2520 5813 3936 13269 -9609 876 -11302 -6792 - 3359 -9738 -4895 -4901 -13910 2489 10719 -15005 - 11875 10853 -10940 2767 -11553 12223 11016 -7329 - 8395 -6326 15142 -15229 -314 -11519 14672 -14870 - -13984 -6912 -13996 4389 10663 12566 12045 -6693 - -12224 -4042 3916 13516 9241 -1475 7274 -4676 - -15596 8326 8378 -7812 -15147 11105 -6372 -1507 - -1668 -2188 4783 -4068 -2972 8565 8856 -10821 - 1655 3718 27 -12940 -9259 -3006 -10783 -9456 - -9108 -913 -3479 -4139 7715 -3396 -8863 -15170 - 7565 -3351 -6185 -15928 -7191 -15464 15167 15747 - 13177 781 -2397 -2420 -2402 -7406 4447 639 - -12660 14189 791 12330 -11166 -4265 -13013 1173 - 11932 12946 -7077 -13171 5622 -1157 -13632 -9455 - 2579 6806 3105 -15995 -7687 -10907 993 -6068 - -11447 8934 8233 8007 8432 -4306 7946 -11392 - 8214 9488 -5038 -9719 -14526 -9359 225 -2134 - -15905 5757 13906 294 2154 601 9314 -7208 - -7042 1756 6455 -8867 5121 12362 13836 15756 - 6570 1850 14298 13679 -11823 -14546 11219 -4948 - -7235 6037 3071 -15164 -6019 2123 -2952 -8127 - -494 2416 -7514 3862 -7775 -2806 -16237 -2625 - 2727 -1410 -4767 10780 -9543 5862 -1160 -9232 - 3423 6712 2327 -1966 -2583 -8512 8711 12836 - -1670 9696 -13968 -2 -9895 -15067 -8031 8170 - -15453 1571 -9801 696 11118 6138 -4422 7715 - 1246 8576 1713 7745 -8168 -14520 -54 -6772 - 5673 2291 10575 15242 -15164 16285 3825 -8004 - -1110 13723 2558 11371 -3929 440 14821 -9991 - -7636 13065 7942 14938 -15530 10295 4967 5066 - 2705 8599 -5514 -7796 -4634 -5300 -5418 4902 - 3023 11958 -8468 14811 -10442 -1120 -2860 -1607 - 7659 6950 10988 -9444 -15797 9725 2557 3963 - -4753 16343 -12464 14108 7615 15154 -3778 -8778 - 3966 -9075 -8376 -5708 -9974 -8816 15011 -10164 - 3847 -6208 -9624 -15999 9501 -5711 254 5704 - -9803 -6058 1790 11950 -6695 -15193 3629 -6407 - 6983 1223 4161 -13386 1348 -7887 8131 11930 - -10745 -14964 13092 5503 1529 -4651 -15353 8465 - -15966 -1457 12497 12570 508 13836 -10646 16250 - 9923 -15507 -4571 7141 -9323 -2280 3329 -4635 - 14864 -9373 13891 8765 3397 9258 15731 5325 - 13455 -11776 4925 -10149 980 -9789 2113 14757 - 3644 14155 2657 6957 8693 -9311 -14863 6603 - -6898 2633 -14676 -11444 12072 8780 -10168 5008 - 314 8665 12727 15556 -12389 16341 6529 -7619 - -13015 12914 -5460 14075 -16011 11453 8689 -6233 - -10285 -10234 7229 8588 -12393 8264 8083 -11479 - 2035 -15700 12359 428 -10599 -10550 -4175 12464 - -9544 -1364 -12297 -10944 -10656 -5188 -9754 14066 - -4870 -8744 -3658 2356 -2075 2950 -6860 -6723 - -1944 -10389 10768 414 -12352 -8491 13264 15668 - 164 14935 11747 3996 -6021 7592 -133 -10533 - 9839 11756 1347 -4118 -2364 -9924 1269 15467 - -3124 15595 11282 12387 13977 -11809 -10343 -2349 - 11273 14817 -7074 -7038 13065 1143 -1138 15056 - -11250 13510 -540 6216 -4803 -12054 -16357 -4745 - 6741 -16188 -6012 -6413 -439 2681 -14366 6879 - -8555 -10514 6664 -3976 -13088 1852 -10930 13645 - 3375 667 7333 -12224 1499 -891 13210 -10654 - 16093 12579 4022 4696 -14703 15851 7194 4258 - 9862 -9141 -2944 -6998 -6043 -10235 7542 -15721 - -12000 13802 2372 -4 440 -12501 -642 2783 - 8150 14995 11935 -13690 11522 7884 -1396 15683 - 12606 3949 -8778 -11815 15150 8715 13707 1864 - 14698 11464 -3715 10408 -5595 12318 -6536 -1317 - 2695 6108 3276 -6851 3618 9950 -8763 -948 - -7571 731 -15299 5922 -6801 6106 -6086 2209 - -9617 -15978 -10789 15164 -3268 2865 14193 -13804 - 2528 8181 5374 3686 13521 5192 5586 -9160 - 1873 -15196 -10534 -5048 -7557 -6345 733 12682 - -902 -12574 8457 12179 -10231 13086 9557 -1669 - -6775 9460 4844 -8443 -1695 -912 5621 4090 - -15200 9804 1141 6013 -1312 9898 4196 12499 - -9892 4336 5825 -8449 -3245 -11061 8403 -13976 - 1534 11101 9713 7460 13411 -12443 -14625 2624 - 11695 -13792 -14902 9636 5963 11945 15454 -16344 - -14498 11931 -7379 -11653 -16193 -2573 7665 3377 - -11567 -12168 5967 -8489 -5297 1346 10356 2604 - 9114 7296 -13902 -2285 -15137 13941 -4912 148 - 6348 -1777 5812 784 8977 -5203 3595 15495 - 1449 4362 -8789 632 11098 -5599 12293 -3191 - -1298 10511 -14832 7395 -2063 -5506 -14031 -14778 - 1616 14076 7855 12484 3346 -154 -14054 -4890 - 11735 -4495 -15784 11320 4447 -2156 -14874 -6233 - 13466 5627 4325 5410 -13232 4094 -16104 -7274 - -13291 4760 -5874 6855 -7489 -7108 2158 -12296 - 11954 10378 5870 15617 15821 1866 -2005 5113 - -10849 6777 1781 -3758 -5628 -7563 -2178 -12791 - 8240 -4270 3302 480 14704 -727 5310 1225 - 14588 3702 -11730 9930 -15154 -5514 12817 -8472 - 6021 2646 -8364 -14707 -8183 -7013 4297 -13084 - -447 6540 4751 -10211 4185 -5860 -11797 -4548 - 11080 15932 -740 -14444 -2322 -12093 -5067 14047 - -16372 79 7027 15771 11554 8966 -5348 -12319 - 14937 1340 86 5223 3319 -8869 -11071 -1390 - 6370 -13191 -7117 -11013 -3559 7879 4258 5883 - -10343 -15772 3846 -15632 15134 354 -5940 7207 - -1223 -5050 2369 14461 3552 8117 -16207 -10993 - -9447 -12537 -2445 -9594 11336 13921 -7855 672 - -15628 2202 15050 3122 11290 12593 12387 -9992 - 7672 10021 -15353 -1506 -15356 767 3843 7658 - -14448 6741 -6619 14352 12336 -15460 13241 15200 - -10835 12460 7047 9547 -9801 -9522 13677 8761 - -8053 2754 3943 3914 -4588 10282 -9103 -6732 - 13250 4407 -9701 -5548 4637 -2665 -8472 12688 - -9276 -3409 -7069 -4491 13976 3033 2725 -7940 - -10596 12380 -14248 11969 13393 16244 -14296 533 - 2377 9050 -2400 -3606 5841 -10425 -13693 -4626 - -14101 -14150 1800 4121 -1900 4542 9246 -12434 - -7799 14384 10866 10 -12860 11606 -6666 -7777 - 7629 1033 7691 8119 -1303 -13814 14149 11938 - -502 -1676 -7750 -4324 -2630 9033 -525 -12101 - 4123 7258 7605 10707 13174 7948 10886 10590 - 2216 11513 16330 15815 1825 9671 13009 -609 - 14548 8724 9989 12888 -1429 425 14810 -10149 - 9403 7464 -7470 1032 8911 10955 3046 -14254 - -8637 440 -2873 15484 13340 -6787 2826 4389 - -13499 -6516 -4084 14185 5647 -6444 9030 -1814 - 12193 13292 13672 -12416 -11726 529 -7035 81 - -14637 -947 14093 -9102 -8273 14988 5182 -4875 - 14549 3504 1312 -6396 4863 4011 -8608 14583 - 2787 5157 -5457 507 8702 -9700 16181 -7301 - -13546 -2709 11448 -8892 16118 -12556 -14415 -14991 - 14557 -5749 -969 2915 16377 -14683 -6679 3245 - 6306 -7456 13449 15157 9470 14014 -6090 12474 - -4914 8026 -9151 -1228 -5754 -6773 -16073 629 - -13997 -10515 12873 2724 -14987 3276 1654 -5595 - 14992 -4333 5749 -4109 -7591 12413 -8632 3319 - -528 753 -9407 -12871 8258 13168 -982 -1938 - -16142 8038 -6273 1963 9752 -15143 4490 8725 - 6780 10297 -5256 -5125 7982 337 -15697 -223 - -5309 13187 5471 9928 15504 -3391 14844 -1843 - -6979 -1745 -16341 -6240 -6517 -6947 -15081 -1918 - 10449 10263 7055 -5610 -9755 8688 -842 -10604 - 7986 15420 -383 -8953 6113 -6244 -5823 -4132 - 9564 -10183 -2381 -6136 -13070 -5778 11467 2286 - -6330 -6415 6991 4329 -11771 -11199 -1258 15019 - 15800 -84 1268 -14591 9281 -11281 11123 3969 - 14662 10030 574 -4952 11974 -3201 12713 -7951 - -1579 -2942 11304 13835 -14203 -3359 13869 -15653 - -4514 -8347 -9860 -1264 -7905 -11272 -4795 910 - -5512 1187 -8643 3633 13835 -10314 5461 12218 - -11521 -2746 -7518 -5742 -4941 12601 13248 -6750 - -6121 -3859 11382 14120 4819 10286 -13536 -10656 - 12717 -5147 14910 4053 -12376 -15573 6823 -11457 - 8466 -6517 -2718 1091 12168 -4434 -5705 1385 - 3775 1509 -1923 3609 6432 5123 -5945 8769 - 10452 8978 14091 4159 -8406 -11154 -14755 -8716 - 8732 4807 -16130 -10414 -945 8559 9834 11316 - -6992 -15379 -1376 -3285 -7110 774 -6744 -11350 - -6156 14147 8737 -12891 -7727 3136 -1147 -1865 - -9189 10994 9740 -15515 1082 8751 3488 2936 - -7891 11295 8828 -16035 -4569 6691 -8658 12737 - 9435 14881 -2894 -8456 14057 5197 -13913 8630 - 680 10640 7460 -4227 -15426 -3042 -2131 -8823 - -10490 9611 -7378 -6695 2367 11393 2397 -6281 - -225 -10797 -5657 -10070 -5168 3247 -3855 12441 - -7623 -10729 -3814 -6485 -11858 -3057 12319 -2038 - -2142 1900 9191 -14395 14603 16294 -7310 6016 - 1949 -5411 4946 -9671 12804 -12063 -1322 14293 - 8462 -1855 -9612 -16269 -1144 7592 -3894 14675 - 13419 14972 8042 -8652 -7254 -11600 11659 4489 - 8341 2517 12722 6584 -11291 -6131 4208 4602 - -9214 10500 -6019 -6471 12840 -5906 -13067 -7172 - -4509 848 2788 8277 -2812 -2119 -5294 14231 - 902 8484 11706 -4101 -3869 -11565 10287 -7650 - -6035 2120 5364 3712 7493 -9898 -2984 6016 - 5491 -8903 14315 -12645 -2733 10927 -8783 -11840 - -5613 -4265 -4240 -8660 -14424 9600 -2143 3774 - 10906 -11642 15886 12650 7571 4039 -1170 -8564 - 9786 8189 3211 5341 11011 6903 -13119 9381 - -3318 9318 546 4209 -4203 -14923 8309 7414 - 13895 -13619 16106 11987 -3986 -1916 10886 -9872 - 2153 15158 4482 -11811 -5666 -13743 -13435 -9552 - 2226 15692 -15418 13272 -12194 -8654 7100 -12279 - -10588 14141 4425 6801 -6764 8865 10627 2957 - 12757 11430 -6060 15715 -13621 4541 -2635 15286 - 15542 -1799 5507 -756 7177 1690 14236 -4271 - 10709 43 -10579 5828 3460 7513 2131 -36 - 14436 9062 -15194 11878 -10154 -4544 11828 9022 - -5645 -4506 -13421 15752 -14664 50 -7162 -9316 - -2309 -6819 14283 -11886 -15576 -8159 -10145 -7656 - 10425 -9622 -9659 -4157 5906 7516 6049 -7108 - 11287 -8156 5817 15438 -771 -2281 5261 -16287 - -6915 -9216 5526 -9557 -8561 15724 -15258 -12112 - 15901 -14038 914 10656 3836 5940 -2854 618 - 15577 -12905 -5404 -13626 -16326 -9291 11953 -3602 - 8156 -742 6001 -14820 12798 -16152 11972 -459 - 5674 11862 -5807 -14391 1278 2858 12075 -95 - 4595 9005 1533 -3555 -6441 15542 6275 -4641 - 11273 14573 -2060 -13952 16320 1033 -13813 2192 - -16099 10240 -7966 13278 13423 9966 3111 6047 - 620 -15261 194 5227 -8151 -8458 13939 2908 - 4049 -6643 4155 -7882 -8709 9498 9336 13429 - -216 2011 -6402 3822 2530 224 -14205 6765 - -5484 -3873 -16289 -9609 12883 -3176 -13318 15016 - 8324 11188 11006 8651 -13332 -1544 -2980 1412 - -3975 -13205 10522 -11255 -16262 5298 -4618 -14912 - -494 14381 -15041 9671 7295 8383 10588 16046 - 14958 6112 13568 6553 -360 -7892 -3062 -7398 - -15422 11400 3279 2081 1728 -8949 2141 1885 - -339 -11350 14396 -2163 -15691 -16203 -3380 -12159 - 15963 13888 -9139 -8175 9922 -8885 11324 13083 - -7918 -13854 -7759 12226 15851 14040 4770 15799 - -1698 -11380 -15568 -15057 -6428 -15880 -11877 9724 - -12863 -15418 8785 -14004 14205 -14838 1232 1397 - 2130 -12622 -7667 -5819 -352 -10505 -15316 6118 - -6207 -7015 -7689 1456 -1900 6450 -14312 -1348 - 15209 9379 -10211 7671 -4943 3884 -169 379 - 4616 1081 4762 11064 16180 -16116 -11148 -438 - 1223 11910 8037 6474 4400 -451 400 15767 - 16334 9295 8436 -8596 -4436 -2175 3107 -9210 - 9092 12147 -15165 -8570 -5927 -2383 10701 -1789 - -15718 12254 13728 13421 -634 10931 12533 -10695 - 10829 -12148 -14566 -4218 -8519 13922 6891 11171 - 1797 4282 11475 -9420 1747 -8393 7980 6514 - -6613 14431 -12718 6323 15965 3991 -501 -14745 - -481 10580 -3045 -4982 -11839 -301 7381 -5680 - -11708 14907 14879 949 15041 -799 2442 11778 - -2901 11157 3962 1898 5973 -10986 5003 9006 - 8458 -1006 13014 -6249 -885 -11526 -7400 8463 - -15467 11116 8727 4101 484 -5991 -10162 -9863 - 2819 -12632 -1377 6046 7136 -1395 -1826 -14437 - -4496 -13825 8831 9126 6671 -5782 11722 11562 - 3546 -6657 14716 142 -13458 5411 8457 -12346 - -11953 -139 9375 13433 14552 7364 15311 12462 - -15705 -12990 5681 6482 -126 16284 -969 -9944 - 8606 2661 8926 5050 800 -13021 -11353 -13303 - -9403 3374 1312 978 -7565 -6432 14589 5504 - 9242 -10825 7817 -15418 2810 -4412 -1736 15786 - -15111 -15953 -9743 -7933 13724 9100 3888 13811 - 5971 15176 -7449 10145 -5840 -4279 15634 12886 - -14039 -8938 -4051 12921 -11200 -15581 12226 932 - 5562 -10444 12059 -11194 5128 6679 10637 -15665 - 3285 -1752 -1967 4291 -12331 -12423 5575 4897 - 1662 2429 7445 15232 -10315 -623 1128 -11262 - -15234 -8410 -2125 1822 -8226 1731 -13297 -15682 - -12560 -11880 -15140 -2626 -7509 -8142 11566 -10538 - -3786 9662 3421 5919 3247 2225 10760 -3229 - 5954 -7543 14691 6628 5284 -12997 -12022 -7848 - 10922 -2422 -18 -10267 -8686 -13834 12168 12808 - 15019 11878 -5759 8074 -5228 6910 -9743 -7270 - 2369 -12439 7091 16348 -9898 -9090 12387 -3802 - -16356 -5860 -14403 1932 4322 -2508 -15546 12167 - 3606 11843 3406 -16055 -12369 949 -2265 1043 - -2984 11333 462 9700 -15189 2635 -10830 3469 - -6393 3446 14688 -14124 15 -4359 -5401 -9520 - 14914 -12931 5390 -2843 -5465 -5255 -14777 11969 - 15544 -219 -13480 -2832 9096 -14369 -16305 -8846 - -3585 -11518 7025 3851 -14231 -11726 12148 -3317 - 14922 9144 7619 9953 -8310 9000 14843 15347 - 7613 -10816 -13623 7504 -7861 -13145 13650 1056 - 1788 6243 -15017 15209 6154 7126 -4550 -14530 - 14139 10789 13239 -14444 -7938 9679 -15903 -13234 - -13279 1812 456 -12295 -2755 -408 -13053 -11930 - 12920 -7403 8504 4418 9887 3982 -14324 491 - 6446 1520 1078 1485 14747 2942 -2879 -3764 - 13778 -9684 -8501 -11732 -14808 -3406 -11279 11007 - 12113 -12449 3766 16239 -5475 1210 -5154 -11393 - -730 -2933 -6677 -13927 15292 -10349 2443 -15889 - 12007 1805 5610 15417 12469 -13062 14697 -3822 - -7594 15089 4526 686 15677 10654 -8959 -920 - -12380 -407 753 13756 -4681 -13836 4297 11802 - 13950 -76 7710 930 582 12206 4371 -4545 - 2480 1398 2442 -6198 3901 -9734 -13462 10115 - -5614 13017 12873 3204 8833 -14694 7314 6737 - -16317 -3113 -9749 12691 -1368 14168 -10001 -4186 - 13352 54 -11087 12411 2661 -9392 12707 14039 - -2139 1086 2631 -1584 -1964 -5215 8904 16049 - 3663 769 -1714 12500 15178 -10804 6100 -14282 - 13263 10294 -2086 -7307 -142 13814 -14643 -9277 - -8900 8938 12676 8930 15922 12268 -7265 -7200 - 11639 594 -8538 -1891 -14443 -3850 12375 15837 - 2335 -12555 -3724 3953 -12515 14278 453 2740 - 13461 5189 7791 1139 -8056 12971 -2519 114 - 5705 15219 15797 13736 -8811 7263 15507 -1736 - 14801 -7072 5655 7728 15954 8369 -227 -4670 - 6664 -11293 15110 -11191 -8565 797 -561 11118 - 9741 13942 -3668 4649 3218 1138 8696 -11847 - -14337 150 -7861 6013 5215 14271 -1387 12786 - 12290 11451 -2335 15983 -9495 7476 13485 -7282 - 1853 -15465 10694 -13622 -61 8131 10837 -13737 - 15638 -12757 11123 10862 -8509 4728 -4529 -3028 - 6754 -3443 -5471 -9981 -11660 -10380 -13529 -5752 - -12370 11972 -15783 -7852 14466 349 8049 -14639 - -4173 7331 5039 -10885 -13578 9887 -3676 -13450 - 15994 -1704 -12169 -11542 -2502 -8613 -2903 -1722 - 13072 -4401 -15133 10579 3057 -14166 -12154 1364 - 6460 -9788 -3368 7047 15460 -1772 -5283 -12744 - 8770 -7904 8221 3807 11860 -7558 9656 -7469 - 12825 -2988 -13569 -5747 -6314 -12757 15509 -10017 - -2354 1403 -4427 2810 15359 4700 -1873 13722 - -2463 9106 -15422 3678 12996 -98 -7274 10312 - 5896 606 9470 -1710 -10984 -5896 -8187 10897 - 14559 -6648 3700 5235 -16218 -4241 -6610 13874 - 13896 -2435 -12440 5143 -9910 10498 -15861 3203 - 3773 -6348 -3303 11641 -4381 -12434 518 -11639 - 3642 -14877 -3441 -2825 3095 5307 -7563 10378 - -2746 -16271 -13583 5757 -4942 -8744 2711 -7555 - -3859 -5887 13573 -4519 11734 1332 730 -15257 - -2230 7369 2161 10675 -11312 8273 6360 -10489 - -6181 12626 8658 199 -6538 11816 -9799 -2064 - 16002 13245 2562 8858 8632 1946 6555 -473 - -759 7869 8068 -9746 -13745 6739 -1735 -4973 - 1547 14061 -3708 8559 -14610 12173 7157 3668 - -14318 10273 10294 -5085 -6771 -4827 4448 -2687 - -12277 -15979 -4298 9612 3522 14026 14009 2926 - -15643 744 -1444 -5627 -13356 769 13408 12061 - 472 -8523 -6293 -3383 -12560 -9097 -13607 16075 - 2820 4341 -9859 -10784 -1662 -3184 -12836 -10779 - 3641 -158 -7526 -6487 -16206 -16350 622 -8448 - -13464 4339 10267 -16325 9433 -3435 6466 -13679 - -6274 -7927 -10039 10743 -5698 -15437 -9102 11155 - 11019 5806 -5306 -15976 6200 -6989 3810 4532 - 15084 14021 -7880 -2476 15824 -10094 7667 -15774 - -15128 3041 -12527 -10887 8608 10161 -6512 -3877 - 3589 6864 -1166 -4459 16238 -5452 -2858 531 - -6337 4496 6742 11259 14717 -5073 -2149 8458 - 12370 9601 14425 -4917 -4413 3761 15449 6530 - -13120 8067 -7455 -3084 -5875 -6386 -4746 -4537 - 12666 4016 -9815 5594 -14524 10777 13941 13389 - 5109 -7291 11466 -8700 13515 -3279 -8614 -10079 - -7529 13544 6533 13056 -3926 -12416 -634 -11985 - -3690 -2421 16310 -13041 -14837 15250 -9474 -15178 - -880 -8159 -10344 -14867 3655 -6959 -14800 -11932 - 3227 -1363 9154 7896 9237 -11792 5118 14804 - 3639 2388 15349 3991 -8046 -2215 15970 13599 - 12244 -12942 -5794 14682 -14623 15288 -1656 7453 - 3137 -7407 -1301 -14128 -9471 9700 2432 -7545 - 9697 -5399 -15611 -16204 -11582 7540 -10139 12862 - -15082 -5380 -5926 -12774 -12832 8403 8623 -2878 - 2471 7032 -6101 5577 6258 -16327 12181 -1971 - -1112 -2187 14875 2792 5654 4808 6227 5425 - -9520 581 2482 9143 4417 15481 -701 -8151 - 8858 -5611 -5347 12801 -15452 6339 -3176 -388 - -4957 234 13236 4833 -5137 13887 12740 -15999 - 11981 -4463 13795 2628 7908 16174 -214 -13863 - -9056 8055 -15009 4362 12463 -11231 8078 8057 - 12863 5575 6124 -14398 -7907 3368 -14345 3341 - -8039 12792 -10324 -8149 -1375 -9545 -851 11093 - -14081 -12535 2987 -5629 -9508 -12284 10487 15801 - 7384 -1663 5032 -14847 -10816 -6252 7105 6721 - -16165 8589 10482 1017 1247 12283 1943 -16276 - 3020 -8089 6213 15728 -4565 -9308 12688 -628 - -3243 7578 2897 5390 3168 7100 13022 -6857 - 402 11707 539 16329 10830 4734 1161 15769 - 8659 -1736 -7437 -13778 11655 -12702 -11144 8894 - -5255 4826 15552 8542 -6900 747 -3403 -1307 - 11047 5181 -3248 -4258 1060 9461 -2845 15184 - 14670 -8903 -10468 -14859 530 -12672 -2442 -8966 - 10239 -3620 -10857 -8075 -2604 8055 -8385 11071 - 10848 -1512 -9255 12184 59 -11023 9090 7505 - -15991 3919 -13912 3416 -11797 -4400 -12025 14583 - -6627 -3385 -15841 2189 498 13053 13957 1197 - 6652 11170 -13600 -1114 11721 -2701 -7206 9969 - -9920 9992 11680 -230 -1089 -1624 -8003 11619 - 1326 3984 -510 -3825 -6094 7938 13947 -5465 - -3023 -5222 -6221 11091 -14801 -188 -14957 -3765 - 15811 4350 -1210 9244 -5013 1582 -11024 -5998 - 11914 -15463 -10147 4590 3394 -7408 11484 1873 - -9828 -1287 -8505 6990 7293 959 15899 -4676 - 3747 -15347 7743 11409 4264 -6094 5369 10979 - -6849 -523 9218 -1503 1244 6880 -1276 11679 - -14457 -5849 -2414 3303 9700 10760 15886 5530 - -7607 -12878 7568 5128 -1547 -11432 15199 9852 - -2083 420 -16050 -11848 6251 -11472 7066 260 - -13137 1906 -8253 8677 10695 -9372 -2954 -3671 - 7993 -541 -6757 1585 -12401 10930 -7862 -7640 - 6332 -4818 -10818 -6666 -5354 11755 -1026 -14597 - -1469 -326 -4913 10246 -3239 -15623 10046 -14878 - -12568 -11564 -12868 -8897 -3886 4898 -12798 -10971 - -13871 10149 -1996 -10598 4659 -12343 9493 6312 - 9057 -7266 -3734 -15517 -400 -2499 1992 -3010 - 2771 -5140 -2741 -6477 13663 14607 12357 -6066 - 14664 -139 -5961 9026 8141 -15791 10704 8314 - -6686 -14772 7089 9781 15009 9264 -12972 -160 - 6731 8898 -4781 8111 12411 -232 -11837 -15643 - -2702 563 -4390 7162 -14271 5611 1128 -2034 - 93 -10559 -15548 -1412 -10349 2898 9088 -7032 - 11236 2612 -7000 3468 2279 -14898 -795 -10997 - 12250 15610 -13007 -2107 -230 738 -478 -3999 - -3750 16357 -15135 597 14295 8915 -11665 -8342 - -11721 9503 -7996 -3906 -10311 -10644 8550 736 - -8284 -3394 -7878 -11378 -14338 -32 -6968 -8136 - -5091 14825 -2301 -11107 6890 -15803 -14414 11976 - -9888 -9022 -12641 10317 15735 -9231 13044 -10725 - 10487 -7922 7422 -12004 -2416 456 -10537 -12106 - -237 -361 6265 13856 -5262 -509 11452 -6298 - 13759 8915 -15492 -9857 10255 -11811 -13993 -12674 - 16156 8188 1708 -7489 -12975 9097 4793 189 - 12110 4686 -2086 4102 -6003 -15470 -4028 3338 - -3541 -11153 -13609 -16062 6530 8923 -3854 -2513 - 4805 15254 6959 -5982 9106 7482 -5124 -10401 - 534 11793 7398 14318 9770 6017 -15559 -477 - 6193 9484 -12584 -9573 3974 -14629 -2406 -5027 - -15321 -1515 8522 1523 -5154 11991 -13360 -2218 - 4690 -13629 -235 -3317 15560 1040 -11169 15433 - -681 2351 10796 54 10044 -9884 15368 7062 - 13553 11908 -14170 -5344 7566 -12890 14151 -14748 - -5225 -9780 594 -14275 -3278 12777 10508 7450 - 12842 260 -9481 -8118 -27 7435 -7252 -11569 - 12331 2628 709 -2707 -3949 14922 14893 -4476 - 6473 -1336 1220 -570 11510 15944 5632 -8242 - 5174 1117 -902 -10068 7536 -9622 4679 706 - 12703 12137 -16180 11348 11926 -5487 1768 -7460 - -6863 15125 -11667 6008 -442 15396 9432 10306 - 8010 -12625 6943 10947 -13020 -11820 -14687 14347 - 14416 -9198 11937 -7237 -6302 -16157 286 -64 - 13141 -16050 7436 -14801 -404 9252 12137 -3835 - 8204 -12274 1525 9225 4523 13713 2832 12583 - -15224 -3983 10776 -16259 15279 11270 -1802 -7148 - -7850 -2887 -6230 10881 -10852 -14899 16081 -12093 - 9292 13004 -618 49 -10112 -6898 4960 8671 - -2053 4212 11198 9415 15190 -7006 -5124 -5990 - -10592 -10118 -11469 11472 6546 6478 -15537 4185 - 13606 -3024 -12750 -8451 -10357 -9061 1800 14525 - 15656 -15473 -11827 -2598 -13772 -13556 6699 7131 - -14723 15701 7615 4864 -9793 10847 3152 -16098 - 1591 544 8686 5366 13998 2996 9988 2739 - 299 -6132 -12646 -8903 -14743 5524 1203 -14191 - -10250 -2903 6246 -10243 8981 -8024 -4535 11944 - 14736 -8562 10524 401 -1240 -3722 6905 -9857 - 3851 9056 -2965 -11934 2683 2557 -3972 -6039 - -9230 11930 -13379 4873 -10299 8038 130 -15591 - -13152 9816 -5174 -6047 5243 -3583 1412 -3902 - 2357 7728 -8742 -12208 -14411 12628 -968 15581 - -14537 -2160 2083 -10285 12648 7098 -5339 -13003 - -1821 4775 12859 3199 -8071 15112 -10627 6979 - -8451 -992 9544 15801 5446 10876 2795 -8022 - -1540 -435 12020 -15357 91 18 -13552 -9227 - 15524 969 -14633 13062 219 532 12029 488 - -12780 3239 -5292 -11781 490 6811 9413 4758 - -1617 -4060 -6524 -7511 16371 2457 2141 15074 - 5710 -10521 -2753 4739 6925 -16325 8379 91 - 11990 -14495 5860 -13884 -9131 -4096 1421 -13074 - 2864 10165 5553 7372 -7759 10762 -1869 -10567 - 4428 -8407 -870 3503 -10192 13377 -6045 14597 - 13199 -4528 -8065 -16019 -7492 654 -15756 -16362 - -6240 -11011 -2299 14723 5754 -8447 14989 3067 - 6811 424 3346 -8393 -4965 -3344 6901 -6771 - 3617 4141 -6856 -15391 15918 14042 -9138 7992 - 11403 -13205 14131 -11577 -4293 11060 14647 16031 - 9425 10402 4152 -13766 15207 -4315 -16320 8265 - 1426 -14113 11009 -3215 -13737 9689 -4199 15610 - 12043 -7778 -14601 6209 945 12546 11558 -1639 - 2136 -10941 -3557 -3086 -4541 -15374 8815 14406 - 14792 3273 -6186 14447 5138 9802 -5987 3329 - -12278 -991 12110 -15234 -7494 6124 -5405 12390 - -14127 -3233 -11697 9632 -2059 -5486 -7927 -10806 - -6114 -3571 -6781 11007 10417 9287 8959 -5758 - 2081 1197 -6863 -5781 -3083 -4689 -16260 12082 - 655 -147 -2719 6938 -975 -932 5604 -836 - 1643 6029 -5782 7556 -1780 4000 8644 3614 - -97 -2999 8480 -7235 -5281 15252 -11155 -15804 - 11513 7316 11524 7107 -12250 -6495 -13859 -12280 - 11525 -5706 16042 -7370 -14799 8892 11148 -6506 - -1851 -549 9845 2476 -15253 -15663 13439 -941 - -5685 13149 -7906 -12702 14438 9800 6775 -3555 - -686 1000 -7937 3579 14309 3496 12715 9500 - -457 -8705 -1030 691 -8250 -15275 2949 709 - 11984 -1382 -13317 -6432 846 10991 -8715 5448 - 5694 -7442 5749 3903 -9359 -16364 503 7841 - 10385 14832 8820 -7342 -1271 -2520 13738 8608 - -16291 -8486 5198 1253 -14434 -2806 -12409 6384 - -15408 4716 -13290 -15499 -5422 -6208 7713 -15315 - -5106 -12718 9666 9985 16216 -11987 -6206 -4288 - 15988 10646 7607 15416 2878 5892 12406 7054 - 15219 9652 11762 10425 -7682 -7370 13080 -9657 - 8515 9762 -13792 3652 -10410 10968 -10110 -1654 - 13456 5112 -4530 -12113 -9896 -13386 -8082 -5602 - -15322 11229 -11184 13861 7049 -403 -15676 14041 - -8638 182 -3868 -1345 -6358 13758 9842 5490 - -7919 14980 -3007 470 -9831 6075 10371 12125 - 4712 -11364 6070 15743 2830 15604 -10655 7387 - 4946 -2870 -7175 7246 -12598 15594 -3482 -658 - 5482 11792 15492 1076 10839 12165 12634 12138 - -10816 6125 5854 -3858 8462 2404 -9191 -8763 - 6070 15288 4119 6994 -10976 6700 -5078 -525 - 6604 -6754 11436 -12876 1476 -9131 -10673 4606 - -9646 -15473 -13337 -8581 -16151 -5983 15262 -1630 - -10083 -1017 13905 -4692 11715 3311 1211 -1613 - -12621 -3958 -13540 -1250 -8006 9687 -5128 -14561 - 13011 16152 10403 4076 4649 -8795 15349 11919 - 10232 -5725 -1892 8727 5361 1609 12080 -10168 - 16183 10143 -6842 6950 -6796 10940 -7769 -14618 - 1026 -11309 -10462 -4254 -1429 -13654 2948 -5938 - -14824 4447 -8602 -10439 -1396 -15591 -15115 -15004 - 16227 -11537 -12896 14041 -10362 -5825 4049 -7185 - 14756 -10628 -15496 5325 -13117 9449 12159 4480 - 15996 8150 -9273 -4494 7512 -8126 5120 8198 - -1701 -7538 -4187 3110 1417 -12957 -8373 7306 - 10391 -12059 8481 10849 -11775 -11789 -380 10795 - -2344 -1000 8802 1401 -8688 3154 -9363 6765 - 6327 9220 -9213 -4174 12220 -9680 -11913 13814 - 11842 13388 13587 13987 -11721 -15902 -15525 -12782 - -16300 -16149 3865 -10408 -8766 -14033 -1702 -6298 - -2132 -5137 -2094 13443 12034 14443 -829 -3428 - -4337 -8961 15982 -11317 -6747 2646 7637 -5280 - -2815 -4015 -7125 1558 -9067 5963 -13734 -5839 - 6115 -8566 13449 -11387 -3589 -409 -13064 151 - 355 984 -11320 -8712 3903 -6259 -9388 -7122 - 1436 7178 -15096 4849 9806 12813 -2680 3792 - 11555 4490 -1312 -10048 -6410 1543 -9554 -4882 - 6780 14475 10350 1595 14045 10742 4547 8435 - 9544 11098 -8762 -863 11361 -12304 9426 130 - 10052 15381 -7815 -6972 -6851 15054 -6019 1218 - -9189 -11072 -5353 4147 13711 -2944 -15325 -2648 - 11690 -13250 12133 6010 -8346 -1115 9540 -8027 - -2754 14457 -6250 -16195 171 233 -4135 4083 - 9423 -7674 -3873 -1428 -8484 10572 12253 4439 - 12592 5569 -2064 -3073 1056 3786 3281 -6899 - -14024 -12336 -906 1927 -9159 -3687 12709 6429 - -2803 -8574 14758 -1337 2351 4335 -6999 11084 - -10847 683 14094 6495 16012 -7060 6743 -8598 - 2497 8253 -9939 5066 -11222 11162 12367 1613 - 7281 730 11001 -7082 11863 5449 -1546 927 - 12449 -8593 13143 -3298 -15473 -15378 3630 -5197 - -12753 10512 9677 -8423 -16216 9023 -6187 -5296 - -315 -4810 3244 -5917 -7229 -15595 -1102 11484 - -12894 13953 -14215 10566 -15850 7287 -3191 -5420 - -3705 -15929 -2409 9274 9320 12056 -8934 1033 - 11212 -11039 -15836 4721 -1828 -2976 2030 -11898 - -10055 -8919 10123 -3410 -1841 9570 -2933 3741 - 3808 14912 -6046 -15238 11283 -6739 -3082 -15153 - 3713 9793 -3614 -16022 3623 6460 8987 -242 - -12188 -10493 -9213 6693 12116 -12851 -5865 12330 - -13016 3195 -6600 -32 -6931 339 8917 -8282 - 16228 5939 1260 -3702 9755 11124 13283 -14671 - -6441 9032 -1161 -8150 5613 -228 -10802 -2470 - 12667 -2974 -10226 5669 4379 -6514 12621 -1952 - 16185 -6440 14074 -7292 -6175 -15076 -2156 9354 - 4103 -16275 11788 -12681 10170 -11503 -14582 -14471 - 7116 12323 11987 -5396 5033 -11215 6535 -9569 - -6881 2791 -772 -13809 7686 15036 1366 -8103 - 14576 -7973 -11017 3534 14773 -3191 -12544 10998 - 5622 -5605 10204 345 -7342 8771 13815 -15092 - -4692 5006 -11169 -13427 -8653 7209 -7879 14502 - 15012 -10285 -10896 -13427 6144 15326 6038 15407 - -5678 2753 -9916 13406 -252 -15064 -9609 -12084 - -417 -13947 -11484 -8762 4682 -10019 7465 1883 - -5836 3966 8145 7970 -14313 4991 6688 7425 - 12978 9096 1223 479 15737 -6024 8692 -4515 - 8992 11056 14216 12480 -6158 5078 -5208 4808 - -10 5380 -15073 -11711 12817 13035 8570 3485 - 16233 4377 10408 12672 2441 -11376 6150 5854 - 1089 14806 14647 -5387 11931 4330 -1248 -6162 - -16327 8816 7234 13722 9475 -5841 11824 16342 - -3526 2870 12923 -11884 -11022 6456 8982 -10550 - 5316 -1164 -1349 2826 8686 6526 4616 -5444 - 11960 -5987 10796 -4621 -13216 7694 -9270 1555 - -9076 10409 3803 1448 -1172 -6304 14585 -1341 - -11386 3543 -1300 -44 -2112 -7568 4239 11581 - -13601 8188 8618 11608 8120 9831 8407 -12401 - 907 5644 16268 10743 7303 -10578 16365 6835 - -9672 -15541 -12439 15305 -16297 9481 -2351 6021 - 874 -10681 -14142 13690 12202 65 -14768 6700 - -14738 -12359 10893 -3528 -895 11133 -11992 -4558 - -1401 -10818 -4159 9829 -10654 3485 -1612 16188 - -13392 15433 -13752 11560 -2015 10625 -7361 -6845 - -4687 -8303 -10225 -7306 -14827 8420 2905 -13783 - -536 6225 -6320 37 3623 49 8767 15539 - 7845 -7617 -8134 9287 11137 8760 -4368 517 - -1734 -14778 -16360 13995 -7604 -4303 3610 15579 - 2546 1466 -1009 2241 9730 -7822 6084 -6568 - 6539 -8720 15115 6667 -10362 15583 14426 12662 - -11266 -1472 -5001 -6537 -14923 -1111 -10556 792 - 7026 -4606 -6416 13823 -16234 6770 939 -14871 - -7480 -15872 -12799 -1349 9806 15686 1089 -3757 - 12650 4307 3823 7784 -3609 -13739 -10370 -2498 - 2044 -12929 -569 -990 8243 8496 -2154 -7943 - -7032 -101 6165 1275 10584 794 14430 -12045 - -7040 -14756 -4888 -10152 -4561 -11048 -8616 -5419 - 1177 1741 -14210 5384 -3650 -7614 11200 8908 - 11810 -14469 -1383 -2167 12141 -7667 -6721 -8232 - -1892 -5145 1170 -2714 5338 -9626 -14400 14811 - -11644 4162 9931 -13687 -10108 11822 7851 -9091 - -11308 -15998 6199 -6146 6719 -47 784 9127 - 11139 -439 16042 6488 -10143 11571 -10943 4042 - 14453 6695 -2230 -9257 -10814 6749 3161 1304 - -15310 6637 8267 7672 -15189 11169 11395 8843 - -7849 -4073 2544 -15130 -12998 3808 10649 2319 - -11802 7695 6544 15896 -15641 11247 7422 14539 - 10865 -14023 -15684 15509 -1523 35 -3380 -10836 - 9252 -5168 1506 1832 -9678 3059 14094 -14718 - 3765 -6642 -5546 15000 -15831 4926 -1231 -6506 - -8329 -14268 -6141 -3222 -11991 9780 12591 16040 - -15633 5092 11580 15543 9453 3402 -14646 12137 - -994 2550 -12174 -4704 -13875 -12860 14511 -8790 - 6447 15250 -2212 13196 10871 11448 -1322 5378 - 5480 -12695 2111 -10519 6123 -5108 2838 -14181 - 8129 -15557 1025 5412 13373 -13784 -11095 10156 - -15262 5006 -8921 -15828 6822 -1283 8927 -6747 - 6583 8791 2618 1769 2912 2262 -5860 1244 - 14850 -12857 -7611 -4891 15318 -2962 13910 5770 - 2136 -2471 13218 11254 -1137 9475 -6375 9982 - -8057 15038 -3408 4993 7425 10536 4554 16337 - 815 -9796 10451 -12394 -2883 13956 3901 14498 - -366 -4965 -3951 4322 1021 15368 -4367 6427 - 1360 -9384 -680 13908 10343 4860 16348 12404 - 5675 6087 -3621 -891 -877 -13915 -2800 -8298 - -16220 -13587 -7495 -7696 -16123 8823 2796 -2684 - 5637 2578 4927 -5554 6611 9388 11353 917 - 11176 15684 5364 -6570 14083 -3911 11217 -9638 - 5081 15833 13981 12374 11626 -2530 -1994 -517 - -15886 12343 6633 -9205 4566 12690 3126 13076 - 15544 -8395 -6702 15056 7897 12274 2058 16043 - -79 2131 4096 -11019 -16082 -12648 -6537 -15189 - -7529 -12624 -14566 -1837 -10860 -1663 -13103 2332 - 2786 2899 7081 -12944 -5199 928 3841 -8426 - -4977 -1089 7970 -5058 -1863 2199 11999 15906 - 12157 1552 11589 -15069 -8092 14918 -6467 10538 - 2149 -14201 -4436 3662 -12171 -7861 4463 3495 - -10899 1747 1698 1962 6067 -7181 10132 -13237 - -12687 -8454 272 10335 7422 3636 -15764 -6016 - 148 -3167 -1241 3406 -9022 519 14385 7007 - -3108 14795 8721 -873 1505 -10633 -11793 9070 - 7379 14108 13070 9915 -15551 -5889 15155 -623 - 16088 -15243 7261 -14320 8176 -2066 -4596 -1518 - 36 12129 -11535 -3023 -4241 1323 -14547 -14130 - 3181 7679 -13188 15455 16371 -3095 -268 4576 - -5329 -7183 3835 -2500 -7940 4330 -13411 11166 - -15521 5793 -12696 -6523 -6405 -1242 8184 2591 - 1112 156 11779 -5009 -1809 5767 -11196 1236 - 11547 -15020 7776 16040 -599 -14788 14983 5206 - 10696 6008 -12691 -3767 -716 2499 -12288 -4525 - 12272 9347 -14244 15995 -6975 -10075 -5733 -5724 - -12606 2384 14023 15375 -64 453 4952 -1520 - -8940 9546 -15743 -5995 -11219 8156 -8133 6405 - -9093 2053 -15398 13892 13290 1245 -13960 -14605 - -498 -12661 -2775 -11800 14531 -10471 10746 11899 - -5766 -16299 -12627 2029 10179 -8856 -6958 11844 - 12093 -4111 4082 8645 1238 -16371 -15557 15638 - 1390 9157 -3156 9867 -5277 -1146 667 10243 - 14910 -14939 -10232 -2322 669 10231 -15783 -6450 - -7508 -6298 -11873 7866 -5627 8048 4670 -3920 - -16206 -6905 -14674 -12414 1607 5154 938 -10361 - 1813 -8521 2875 15793 -3693 -8559 -453 4818 - -5847 6532 1974 4530 5020 -12019 7386 -14088 - -4877 -7439 -7747 -5279 4548 -11526 7310 -780 - -13615 1944 -13911 3242 -14386 -2439 -9277 -7250 - 5255 7575 6736 -2823 1003 12589 9249 10193 - -2011 10357 -8498 9762 3632 2641 1761 -4782 - 7417 12935 14155 9747 2021 -2652 -11541 11401 - -14472 -10138 -16181 15751 3484 9039 -9526 5899 - -1568 -7622 5625 -13686 5912 -16289 13596 15046 - -9510 593 4808 7338 5263 3326 -6711 -2581 - -9393 -16142 8907 10478 -1350 -507 11534 2439 - -1659 -2270 -7854 15057 13239 -11975 -14929 -15002 - -2343 -10753 -1963 411 9009 5017 -5697 -7410 - -1062 10684 -11577 -5285 -3134 -918 9878 13805 - -6105 13841 14945 13695 10603 973 -8497 -14441 - 12135 2631 -4824 -16252 13460 13403 -13098 -1089 - -964 -9095 14450 3484 -4682 3564 -15316 -502 - -14670 7455 570 3326 1526 6356 6618 -4707 - -6949 13913 448 4026 -9941 -2062 10630 -2619 - -6283 -3897 -7619 6277 -16300 683 214 -7954 - -12719 14072 -13167 10494 2063 13398 -11199 -4255 - -5119 7883 11676 -6481 -8374 -11207 -14740 11190 - -14617 13277 -9247 5751 14928 -3688 -13806 6662 - -15692 12785 9184 -11979 -6005 6578 4988 -11712 - 13952 7730 11774 -16209 -16140 -4983 -14051 -4276 - -2593 -5139 -7949 15286 -8699 2012 -13142 -11312 - -6682 10315 1059 -1990 -15727 8259 -2838 16165 - 1077 -5365 -2061 9441 -12083 16163 184 1874 - 7992 12182 15851 -7463 -15697 -1023 15859 -8463 - 8637 -14307 1545 -4623 -292 5883 -4265 -9188 - 1725 331 -3428 -9587 -8867 1948 4895 -13812 - 8410 -1533 16090 2153 99 -8542 14192 13697 - -5679 -5014 423 7676 4969 -446 -4259 8813 - -13139 12482 383 -15511 -8052 -5375 15987 4943 - -9565 9923 5189 14175 -3551 -5375 -3591 2306 - -13167 13179 -2323 9693 -4083 -248 -550 -14121 - 39 10547 -15629 -1707 169 -4694 -12213 9083 - 5545 960 -366 11419 -15487 -3121 2463 -12503 - -8182 -14141 -10512 1487 3366 4448 -342 3114 - 991 7114 -10825 -16028 -9577 -7678 -9464 902 - -11929 -11410 1291 4820 -1991 11846 -1672 -14192 - -10358 -10630 9325 15384 6856 -3780 2757 -10708 - -13693 14687 -7241 -13205 8020 2504 -14147 -11657 - -3588 12989 11392 -10047 6865 6837 -6245 -872 - -4780 2976 -12511 14320 -5973 15157 8456 13512 - 11621 -4379 5474 13794 -11683 -9274 -16099 13260 - -10039 5028 5362 -7442 14958 13710 -6540 15107 - -9852 -10262 -4056 2598 -6370 16310 -11888 6573 - 11054 -13306 7869 5943 12865 -2123 -12214 -13365 - -7685 6098 -16027 13200 -6224 4752 -5613 -9229 - 7075 -4795 -1790 10460 -9554 -15710 5628 10902 - 1826 -3035 -418 12447 -3045 5226 1004 -12000 - -16042 -3002 13521 -15814 -1741 -11432 -2457 -7981 - 721 -12586 9741 -14794 -3185 -5280 5658 -6884 - 11839 -16376 3124 10998 6020 -7638 3991 5625 - -12908 -14596 908 1612 -10571 -8892 -8811 10655 - -84 -15970 10729 -10253 -7857 -9052 15093 -14662 - 4616 -6792 -11997 -110 10027 -7494 8377 2702 - -1522 15978 -4579 12077 7235 11140 -8340 -1907 - -8566 -15646 392 -9228 -8637 -12740 -13187 -13754 - -4810 -1377 -14646 15979 15400 -6806 10864 285 - 14769 -14318 10848 -11066 2523 -6471 4833 5320 - 4854 3154 -6662 11421 -999 11938 15704 10913 - -14350 3911 -8707 4206 14453 -9751 -15369 2320 - -10219 12074 -14173 -47 -16352 -3730 11566 7586 - 7773 8272 -1807 9894 8892 9140 -12938 -9325 - -13579 7296 9795 -10944 1630 -708 12422 -4617 - -15586 13944 15810 -650 -5146 -10038 -14043 -14754 - 7406 -8965 13334 -15874 13064 13 -9022 1789 - -11602 -13323 -857 -8792 -9116 -8535 -6427 -12579 - -15649 -759 -15278 2798 13428 1884 9916 12529 - 11057 4752 -4415 8227 -10074 13180 -3742 15453 - 1327 -9502 11905 10765 8990 -12573 11212 10007 - -3455 4004 13434 -1829 6345 11479 -2758 -699 - 15513 8466 -13958 14052 7810 1991 13428 -11466 - -11519 -7295 -2144 116 15329 -663 11171 14753 - -9412 6372 -3228 -10001 -13608 15680 11676 9260 - -7131 -14113 6684 5462 10800 13232 13335 1398 - -11257 14267 -734 -12812 -7322 -3346 3358 8680 - 15447 8137 -3442 13387 13820 -15696 -3990 9402 - -3195 12192 3715 -2171 5865 14298 13560 -11577 - 10968 11473 15887 10257 482 8167 -6086 11752 - -12599 -7605 -2297 11186 13259 -15510 -1709 -14453 - -1777 4058 5628 -5988 12387 928 9025 1583 - 3772 15832 -3682 5545 6723 15109 6937 3940 - -2014 3294 13941 -4834 -3574 -1702 -14548 1141 - 9861 -15755 4990 -13658 2547 1558 -1585 -2359 - -3648 10018 -14994 4540 10243 4080 448 11597 - 11967 -9711 13217 -6707 -11465 -16040 -14201 6760 - 3398 -2897 4838 14241 -11332 -2082 6940 -9306 - -3624 14811 -7054 -1771 -6232 -4486 -3965 -1367 - 10349 -9699 11918 772 11172 6273 -465 -11326 - 12286 13054 11690 7675 3339 -8732 -4939 -15410 - 2830 -15333 -2430 15862 9428 897 -2805 14612 - -8858 -3405 1118 -10961 2003 -13240 -16148 8308 - 1972 -2402 1665 448 -12096 -4696 15956 -12516 - 1117 2577 5565 8366 -1617 1542 -2449 3036 - 6849 -7874 -6463 10225 850 -8682 4937 -5018 - 6921 8601 -8901 -9509 1025 -6548 -7685 1682 - 14862 3513 10090 1201 -2350 -7653 -13454 6981 - -4968 -7205 -9443 -15603 653 -88 5611 7202 - 4312 6424 12000 16171 6754 -6036 -8627 -15221 - 8141 12072 6462 -13980 -5370 -16336 1928 631 - -10049 11445 -7240 3570 -9260 -15295 -10872 9108 - 10159 1976 -11792 -1845 -11689 7780 -4392 -9837 - -4701 11766 -14864 7291 -13343 15591 4106 8129 - 791 4659 11713 -10431 -14197 -13432 1481 1454 - 2189 14253 6767 -14533 5718 -4717 5332 -10389 - 10197 7759 1506 -5877 -9333 -11710 -8316 -8406 - 1004 2622 -11255 -8093 -2097 1842 -2092 -6848 - 2235 14957 -3559 -1975 -12691 -5097 7689 15908 - 14679 12141 724 -9542 691 -7655 -15595 -11812 - 7248 -6798 13702 9606 -11530 1437 -11630 -3438 - -12810 8677 5053 15620 2440 -135 3724 -12194 - -4379 5743 -11401 10115 13913 -6982 -453 -8302 - -4395 6059 12800 9073 -2160 5308 2313 -4884 - -5905 12292 14269 15438 1040 12392 -8228 1010 - 14198 -2034 -15778 11693 -628 2430 -4038 -881 - -13194 -8086 8879 -8916 -4071 -15597 -8154 -8071 - 7100 752 -2516 -560 -13466 -15823 -7190 -3340 - -15618 -12758 -12631 972 -4157 3823 -7410 5973 - 14024 -9746 -1406 12439 -13923 7345 -2533 -11953 - -12806 15015 491 -9844 -15524 -9191 -7970 11748 - 13575 1531 16245 6816 9101 -14506 -12407 -11806 - -3729 7273 -6197 15557 -1346 3833 -2549 -8896 - 10756 9875 2650 -4481 664 -12551 -15191 -2294 - 5380 11769 -11887 -151 -12577 9622 1764 -3987 - -7446 7841 -14268 15398 -5985 1373 12930 -12079 - -1968 14021 -14516 -10892 -11084 -12205 15276 -5287 - 5772 2443 3695 -5975 -4613 9885 457 7074 - 3176 10150 6563 -12260 -1494 -12338 15404 8188 - 6265 -10541 183 499 -7051 10627 -12972 6930 - -4205 -5812 13691 -4969 1247 1682 13090 -7742 - -12539 -13789 -4296 -10184 11374 -11196 13108 13505 - 10489 6504 2518 -13253 15570 1850 6734 -7279 - -11982 13889 -2605 7878 -10961 -1986 -4896 9423 - 14298 -879 -9204 -3290 -7581 -7935 -15047 -13931 - 13233 4251 -8034 15202 -2590 13834 -2823 -2341 - 14402 5115 5814 -11822 6920 -12381 -6985 -14702 - -4714 7503 7549 6031 12205 -8684 7059 5333 - -14574 -1359 -3826 -2145 6316 10512 -7399 4640 - -4882 -5085 -4617 -8015 -10052 10224 -2158 9743 - 12389 -5167 13391 -11971 6796 2212 15464 -15428 - 4059 -2319 -1092 -2144 -2437 -2054 3395 -7887 - -5778 -15586 9116 -5249 6395 -15793 12152 10425 - 5675 -10681 11479 13002 10688 6301 4982 -7681 - -11079 -13015 1944 -7774 2990 -3177 10308 2646 - 15095 -15103 -434 -4516 3203 -12853 -15254 -854 - 9399 -14575 -13816 -13615 -3675 68 -6900 -10525 - -8412 -41 15193 -1703 8125 -2784 -5299 12509 - 15060 -11096 10843 2976 11803 -15783 2617 3802 - -3561 2855 4533 -11727 -9343 11187 12968 -1433 - -14956 4824 11478 15061 2435 -8970 7914 -9184 - 2043 1412 6738 4873 -2800 -16100 7069 6348 - 14413 4812 -14782 -8664 2425 -4615 -8564 -9040 - 640 -7688 13450 5053 -11104 10957 -6055 -5615 - 11989 2761 -8009 -3505 -15595 -10663 8411 -11140 - -10747 2112 12449 6906 15210 13478 4876 15033 - -14853 -12128 -172 8223 6550 6398 13769 -7911 - 6727 -14921 -11917 -14954 -12450 931 10323 -6319 - -15485 14334 -11741 -9886 9974 4696 6617 1430 - 9860 4638 14743 -11673 -15565 -1865 -10800 12126 - 16252 12413 -3785 -307 -291 -3909 -13677 5753 - 15993 -1053 1816 -6409 15693 -3954 9255 -10044 - 14971 -2072 -439 10993 -5298 -9879 6670 -9649 - 13045 -900 -12427 -6041 -9989 7617 1405 9713 - -13669 16264 16123 2400 -14348 3493 10767 11686 - 10564 -1532 14533 13040 -8162 -8429 4086 -15064 - -11487 -13870 14449 11285 -3503 -1546 -171 -5648 - -12940 5971 -11402 2482 -5059 14384 -12005 -5894 - 15691 -11969 3109 4676 9238 15532 4606 -5524 - -10867 -12732 -14062 14533 3893 -13105 16120 8366 - -5767 9051 15651 -1186 13478 1621 14623 426 - -11249 4321 13543 -6064 1106 -15235 -13937 15803 - 6700 -15363 4880 -795 5485 -11303 -4998 -5517 - -3375 -724 -6058 9980 13337 2079 13775 5150 - 3486 -3072 14212 13100 15955 2754 6092 8054 - -11204 14871 -10086 12578 7617 -4568 6535 7183 - -15115 -2341 -7604 3656 10889 -2792 -3316 -4108 - -2913 -719 -11299 10049 10046 -4380 6261 -7134 - -15041 -13300 -2209 -10556 -1276 -12858 8193 1969 - 4764 16015 -16120 7377 649 8910 -971 -15967 - 5154 6576 13255 2227 2051 -2846 -2517 -2300 - 2324 -15676 -8255 11699 -16165 -14831 12203 1610 - -12127 -15488 -2527 -14989 5269 -13481 -8017 -11433 - -7779 10273 -1387 -11836 -310 -3313 8993 -3890 - -10322 6521 -10539 10129 -3292 10158 4161 -15871 - 4895 -11083 14308 -14274 13619 6201 -13541 5579 - 14004 -8671 10240 -6707 11026 15542 3381 -2352 - -11334 -9606 -5340 11161 9037 13965 -13718 14096 - -1166 16114 935 11144 -8348 -7312 16321 -1148 - -1444 -9781 9890 -1563 13622 10416 6242 1768 - -3262 3312 -4180 -6583 -10398 1574 15144 -6282 - -13232 -2208 7071 -7414 -15473 13649 3 -15463 - 11624 14346 -2736 12382 1097 3637 -8285 6609 - -7026 11586 11971 -16208 -15914 7006 -13590 13986 - 1366 12558 -12967 6412 11488 -2112 -7732 414 - -2481 -4455 -5289 -3334 -7847 -12784 -5072 -16200 - -3896 4019 -1027 7594 -5632 7167 -859 -12948 - -8616 -15914 -499 -15190 10693 12447 -10526 -906 - 4906 -10929 4850 10825 -8247 -14099 -13115 -14786 - 2024 -535 3259 15316 -15264 -3649 -16045 6176 - 14378 -1056 -7591 -9405 -15952 7452 -13500 -15031 - 7251 9400 5775 -2226 13024 13948 -10271 -15242 - -14004 -10096 -9082 -5193 -6185 14986 -14120 -9623 - -5714 16008 3083 4579 -11562 8048 10702 -10186 - 13976 -6710 5333 -5306 767 -15774 -8263 -11592 - -3029 4765 -12715 7690 -3589 -9221 13711 -11294 - 10209 14799 11833 -12317 -13914 4875 -14237 4235 - 13711 6882 -13687 9764 -11503 2769 16158 -13279 - 6410 7869 -2997 -11510 -10259 -9164 5919 -6930 - -9415 13960 1246 -9387 -10860 -8916 3581 -6222 - -6566 6678 -8705 -8603 -2397 8820 12763 7566 - 9269 10111 15654 8885 -1393 -14155 4150 -5412 - -3161 1544 -5720 9057 9288 13318 2239 12730 - 10525 10546 9149 -12294 -5042 1071 -15268 12946 - 7090 5823 10082 -4934 -3458 9978 -5870 14222 - -1194 776 -7748 -11383 -4296 9607 -5867 -5440 - 13712 -3563 81 13053 -1427 16125 8186 -908 - 15376 -15665 -1391 5884 11506 -8138 -14356 -1754 - -5598 -1488 14527 765 13234 11814 13237 -7332 - 10487 12949 -3513 7575 -14444 14797 -2636 -6098 - -10363 -8647 392 8573 1365 10336 -6157 8986 - -4059 16018 12361 6148 12548 -3785 15621 -3555 - -4334 5318 13541 -4019 -15851 5961 -2729 -72 - 14093 -37 618 15437 1822 13624 -5789 4254 - 2485 -15601 1050 1845 15746 -2895 16167 -1247 - -8040 4756 -1363 12881 15504 -12768 -13102 -5558 - -1595 -6974 15195 -5116 -8433 -14752 -12575 -5537 - -8602 -3913 14651 7340 -5577 -12147 -4506 16266 - -5417 14334 9128 -14278 12979 8803 14746 -8958 - 1451 3495 1494 14088 6694 14428 -1715 -106 - 13793 -15119 -7643 -1057 -368 -11565 2618 7779 - 7730 1302 -8903 -1278 1119 5900 4042 -14560 - -1723 -3905 11508 1295 5019 9971 -11285 2261 - 4740 10224 -5745 -2810 10306 14384 -15412 15910 - -2739 -6880 -7009 3231 13341 -16102 -3621 -266 - 1379 15258 -1810 10865 5324 -7552 329 10110 - -7312 11668 -15946 -575 -13939 -11666 4431 4867 - 884 11749 6825 -1158 -2603 508 12291 12805 - -16320 47 10821 1874 -1219 -2098 5630 -1993 - -8760 -2640 13401 -3727 9396 121 -4616 -7342 - -11144 -5202 -12023 -5801 12027 1492 -14653 13560 - 11438 8250 8317 -6244 2092 3104 3373 12404 - -2316 15718 -934 3977 10977 -9198 -14075 -14760 - 13164 3019 -921 -4129 7957 -973 -3780 -1688 - -10971 -9525 1922 -1967 -4812 -14443 -15426 1282 - 7301 9117 -4762 -14116 -15768 -4345 -15216 -12374 diff --git a/Developer_Contributed/02-AIE_DSP_with_Makefile_and_GUI/files/src/ip/aie/data/input_2col.txt b/Developer_Contributed/02-AIE_DSP_with_Makefile_and_GUI/files/src/ip/aie/data/input_2col.txt deleted file mode 100644 index f98da547ab..0000000000 --- a/Developer_Contributed/02-AIE_DSP_with_Makefile_and_GUI/files/src/ip/aie/data/input_2col.txt +++ /dev/null @@ -1,8192 +0,0 @@ - -3701 -13136 - 10775 -8233 - 8594 -8350 - 3010 -7129 - -854 -12141 - -15933 -1952 - -11431 2610 - -5876 9654 - -16005 -14649 - 13079 -7961 - -4823 -15861 - 641 -6558 - -8150 -11182 - 7075 4045 - 8589 13495 - -3035 13763 - 1428 -9596 - -11807 -6798 - -11890 -14610 - 11915 -3099 - 14286 3140 - -14877 15923 - 12823 -13993 - 12008 12167 - 5817 -2895 - 6899 8567 - 15968 2761 - 2883 4074 - 3885 -10030 - 9490 1086 - 10804 271 - 13538 6518 - -2149 -3409 - 11240 13794 - -7287 -6218 - -13038 2024 - 5234 3350 - 14199 2449 - 1509 3941 - 15163 -1075 - 669 12097 - -2389 83 - -8974 -745 - -9400 -16295 - -11550 10304 - 5500 -16040 - -4240 3699 - 13132 1389 - -16090 -16186 - 9173 -44 - 12843 4894 - -9669 -12721 - 10186 3450 - 7251 14585 - -11038 10288 - 4856 969 - -7477 3571 - -12849 4953 - -2027 8104 - -3080 394 - 15615 9035 - -14060 3406 - 4605 4810 - -11479 -10311 - -9510 4675 - 14461 -1155 - 1542 -5385 - 3434 -4853 - -15297 12385 - 5258 -8827 - 8597 4928 - 7369 2561 - 5262 3812 - 8423 -1622 - -7899 -9961 - 16267 787 - -6590 4865 - -14047 13619 - -2250 -3500 - -10920 12265 - -12473 546 - -6596 -11168 - 8658 -319 - 9390 6359 - -11907 8273 - -873 3412 - -2885 2248 - 348 4389 - -13844 -6639 - -13778 483 - -11571 14029 - -6500 12304 - 2410 10036 - 11672 -5965 - 11674 9225 - 6750 -1043 - 14980 -4928 - 16236 -59 - 2278 -10282 - -8452 -10861 - -7614 -4539 - 1872 10105 - -6161 -4166 - 8964 12991 - -12525 -13012 - -136 -12690 - 4649 -3693 - -2043 -15536 - -7300 6390 - 9512 -3208 - -14552 -6169 - -7928 -3443 - -10713 -5676 - -12236 14886 - 5545 -8539 - 14142 11846 - -10090 -10351 - 3742 -16347 - 16138 -2602 - -13393 -14273 - -8423 -5275 - -14608 -12760 - -2572 -9643 - -6233 7672 - 1940 -1345 - 12327 -811 - -16105 -12691 - -15742 6319 - -3043 5004 - -10028 5484 - -14680 -11079 - -3810 -13288 - 7287 -7851 - 10810 11594 - -6342 3330 - -15770 -862 - 14496 -8942 - -3284 -6221 - -11248 6124 - 4890 14530 - -13182 -4405 - 16044 5014 - -9976 4926 - -12374 9625 - -9610 -16040 - -13224 -14375 - 1159 -3360 - 453 -2834 - -4403 11283 - 16095 -10608 - -12441 12468 - 12545 -2857 - -10503 5520 - 5294 4440 - -6800 6539 - -13061 -3307 - -6928 -5437 - 376 -4153 - -5394 -15991 - -1615 13000 - -9583 9217 - 5130 14326 - 10819 -7619 - -13907 9972 - 5609 -4616 - -3127 15308 - 6956 -14016 - -6376 11901 - -3785 2870 - 14198 -13337 - 10768 -12576 - 15093 -2253 - 8251 -5687 - -5211 -4848 - 1851 -16256 - 16253 -13012 - -5409 12813 - 11279 15821 - 5615 8554 - 15855 -4847 - 9859 -3820 - -4533 14563 - -5775 4101 - -3092 9114 - -7089 -7350 - 8405 -232 - -9525 11729 - -2787 -4450 - 4243 2035 - 5837 2332 - -160 -6809 - 8379 5439 - -3079 15046 - 6859 -5576 - 9133 16171 - 418 8688 - -9569 -3098 - 13882 10754 - -16342 -3506 - 10004 9316 - -11304 12269 - -7693 -3648 - 4974 14987 - 11082 -13134 - 3309 -11633 - -15124 -6027 - 6004 -4896 - 5473 -8182 - 12885 14649 - -4184 6080 - 16098 -7544 - -12450 6161 - 1045 -8763 - -15126 8225 - 11186 4595 - 1627 -8692 - 13109 -16317 - 2638 -6506 - 1829 8872 - 15802 576 - 12979 11164 - -5849 -15981 - -4142 -5489 - -11681 9073 - 14201 -537 - -15631 -5241 - 10702 12602 - -5674 -1934 - 11176 -9360 - 13837 -12764 - 4336 5097 - 1167 7567 - 7049 -2036 - 13137 2636 - 15199 -12531 - 11154 15529 - 15743 16316 - -10875 -11768 - -2023 -11373 - 2900 11516 - -1817 6813 - -10677 6406 - -12747 -15867 - -14280 -15001 - 6966 -8807 - 8649 14198 - -6912 6557 - 10149 -5672 - 13470 -9654 - -15975 -2238 - -941 15477 - 2724 -9186 - -8579 14910 - -284 -5213 - 11627 7572 - -9975 13235 - 14748 -5060 - -10047 -8609 - -9184 12137 - -15215 4186 - -1653 9164 - -438 15285 - -15499 14117 - -15264 6557 - 4030 -339 - -13803 -10761 - 9021 -11450 - 16333 -13737 - 12533 -1289 - 540 -1850 - 14962 3919 - -5384 -1774 - 8036 1764 - 7988 4284 - -10995 3306 - -3533 3042 - -11749 -2954 - 7398 3566 - 2073 -16117 - -11791 6809 - -7963 7314 - 1947 -5395 - -3181 10288 - -4769 -1539 - 6782 15302 - 9541 -1626 - 11543 -4409 - 16351 -13638 - -2893 -4310 - -3845 2279 - 9609 -15628 - -5329 15101 - -243 -15918 - -3512 -4632 - -25 7461 - -2572 14315 - 5294 -13054 - 12712 9987 - 6259 12426 - 7285 1921 - -13961 5117 - -15709 -14187 - 13575 10478 - -4068 -7651 - 1539 -8701 - 15400 1447 - -584 -15600 - 5548 15891 - 10708 9415 - -12159 16285 - -2807 15063 - -10130 8111 - 14427 -5829 - -16349 7870 - -2126 7741 - 2269 -15679 - -14724 -12193 - 1724 -6101 - 4186 10804 - 8418 -7843 - 12043 8109 - 12984 10803 - -8088 2890 - -3875 2297 - -3278 2038 - 337 -14750 - -6929 -12330 - -7431 10742 - 13151 1046 - -7674 639 - 14546 -5329 - 12405 6787 - 14462 13598 - 15332 -11067 - 11054 15111 - 8060 13946 - -16334 9030 - 6435 -13258 - 2399 15421 - 9833 -11330 - 11661 12803 - -1145 -15411 - 16006 -16375 - 12962 -8858 - 6226 3807 - -4207 -15667 - 16068 -13677 - 9018 9837 - -6326 6345 - 7292 10850 - -14930 2901 - 3495 -8623 - 129 1249 - -14595 -4747 - -7143 7084 - 7884 9277 - -977 7831 - 16004 -15710 - 133 11613 - -3139 9925 - -11569 -91 - 5150 -3683 - -7137 -6295 - -10472 13144 - -5490 11067 - -9330 -4879 - 11198 -3613 - -3000 -9343 - 2730 12492 - 12701 15721 - -6845 -14879 - 13323 8281 - 3998 -9233 - 6731 -11391 - -1993 -9430 - 3873 -12411 - 16154 -15199 - -7467 9042 - 12190 14466 - -13001 -5218 - -11 -925 - 3332 6321 - -12004 4626 - -3673 -9017 - -12884 2253 - -8161 -8489 - -7104 15546 - -6984 13188 - 5904 10354 - -3795 11630 - -16056 13595 - 5482 13243 - 13860 9836 - 12155 14286 - 12610 -10288 - -5400 1017 - -6194 4557 - 8378 -5146 - -8407 -6892 - 9539 -169 - -16294 14512 - -12429 5357 - -16023 12921 - 1794 -1628 - -1723 108 - -8571 -3292 - -6833 -269 - -11956 14530 - 13745 1150 - 3672 9803 - 12561 -14580 - -2583 1209 - 8601 6317 - 6859 12674 - -12415 -13437 - -5528 4991 - -8016 -7550 - -14036 -8966 - 15887 10648 - 13145 -4967 - -8013 -9260 - 8976 1807 - 13921 -1980 - -12888 15247 - -7136 15200 - -4425 7406 - -14834 -3873 - -1705 13090 - -13198 -13277 - -8030 4588 - 15350 -8111 - -12670 2947 - -11384 -11597 - 4586 -4639 - -9084 -12831 - 7667 -16151 - 6561 13807 - 5849 15566 - -4703 9024 - -1183 -798 - 13239 8389 - 13957 -7149 - -689 1861 - 9492 -10655 - 6684 -12175 - -16188 2380 - -15854 -6276 - 14643 -5423 - -5003 5895 - -422 15840 - -11664 -5396 - -2658 7811 - -12466 987 - 8373 15927 - -6461 -4009 - -2973 5423 - -4125 5160 - 4442 -10438 - 9827 9895 - 4149 10731 - 1625 6755 - -15214 -14887 - 14280 -9639 - -8540 -8382 - 7877 -5061 - -11309 -2453 - 2344 6723 - 11976 15977 - -14432 1262 - 4147 -2471 - 11230 -2228 - 15414 1347 - 6136 7156 - -6707 15955 - -7055 -10233 - 11505 10654 - -4995 6598 - 14469 -5709 - 943 -3777 - -2190 9056 - -4464 -542 - 12997 11348 - -5238 -13140 - -4872 3200 - -11989 -2164 - -11895 -1516 - -3735 7787 - 11375 -15268 - -4231 7006 - -9695 -10365 - 3779 -4237 - 2114 5280 - 9035 4264 - 5453 -14307 - -11219 -2963 - 9208 14607 - 10090 -9168 - 14317 -13033 - -9115 -11042 - 15311 -3331 - -5260 -16043 - 8124 -7192 - -753 10527 - -9053 -2091 - 5926 15941 - 6378 6877 - 4686 15453 - -7 10925 - 10653 -14376 - -9112 4856 - -2657 -16050 - -177 -2334 - 2799 13606 - -13157 -14467 - 4671 -2765 - -1481 5428 - 4775 3283 - 11628 -12776 - -238 7660 - -4423 15356 - -11567 -7408 - 7939 11311 - 2979 11097 - 6701 -10290 - 13794 -7581 - 13549 8872 - -4887 8635 - -10958 -1999 - -8662 -15461 - 9827 -2347 - 8191 -7805 - -2097 -1235 - -13521 -13383 - -3581 14390 - 12834 8376 - -1407 -11769 - -3668 11006 - -11729 2599 - 4767 7151 - 987 197 - 5162 8569 - 5042 9528 - 4130 14678 - 5209 7844 - -15619 11965 - -11062 -127 - -10061 -15096 - 2 5516 - 16303 -8676 - -5501 -3318 - 15446 10997 - -6759 -12320 - -3798 -4398 - -12059 -15978 - -13354 1607 - -15081 6635 - -15580 -8360 - -4658 -8178 - -10670 11126 - -4190 -11586 - 11447 1009 - -10002 -13104 - 15045 7063 - -11011 1994 - 4627 2478 - 2429 3435 - -13156 4619 - -7107 -8450 - -7660 3116 - 7162 8451 - -2980 11521 - -5750 -6111 - 16288 15409 - 871 -1801 - 953 -12621 - 4810 -9481 - -1693 -16035 - -12805 -2021 - -5592 1718 - 8189 10052 - 6023 -15821 - 3880 12595 - -12690 -11304 - -4222 -3212 - 8676 -5403 - 6884 8620 - -12704 -12383 - 11638 2418 - 14346 -9204 - 8412 3242 - -737 14954 - 11911 -13856 - -14624 -10968 - -5325 -2381 - -6170 14804 - -13897 -12835 - -8911 -11989 - -5530 -11134 - -9231 -8663 - -6982 7111 - -4209 12555 - 5352 1438 - -8348 16218 - -8451 247 - -10716 -538 - -6673 12791 - 4160 7685 - 7690 -5890 - -16329 -1601 - -7396 -16256 - 14988 -6846 - 9864 9731 - 3413 11537 - -8604 -3861 - -2339 12573 - -5626 -15978 - -1660 8189 - 15777 -1343 - -9586 6010 - -15946 590 - 8709 -136 - -5439 -14120 - 5516 -1469 - 12065 4300 - 1396 11403 - -10187 -4030 - 5674 3850 - -2213 -11214 - 8127 15772 - 3712 11055 - -8129 -5057 - -4463 11973 - 795 12651 - 3249 4785 - 3351 -9978 - -1708 10968 - -14164 -5793 - -10710 -12655 - -5372 -10110 - -9350 11909 - 923 -14927 - -9933 15103 - -10922 -10190 - 10580 7892 - -15414 -6731 - -4096 4445 - -7771 -1745 - 6493 7849 - -16050 -16019 - -16362 3287 - -2228 -6988 - 4604 2158 - -13104 -7754 - 1929 -9747 - -14145 5344 - -10231 -11574 - -16379 -14544 - -10698 -10532 - 13737 -14058 - -16084 -10217 - -3711 -8543 - 4194 4834 - 10530 14391 - 8881 14840 - -12902 6390 - 7452 4574 - -1289 7318 - 11612 8150 - 7883 15992 - -14973 -15736 - -10146 4432 - 8559 8930 - 7783 14997 - 2963 -7719 - 13535 3359 - 14607 16136 - 3433 4037 - -13284 4167 - 2964 -14330 - 6749 14550 - 12934 3462 - -2221 -5583 - 16334 -10137 - -11451 13143 - 13416 11865 - -122 7933 - -5691 -14497 - -5369 11013 - 880 -11034 - -3644 -15599 - -8452 -5418 - 12957 3353 - 4631 -4340 - 3726 -13657 - 4003 7501 - 12862 -2096 - 7789 -13733 - 13543 13449 - 12527 2068 - -663 -12540 - -4777 12472 - 6181 -5412 - 4555 12724 - -11797 -15394 - -1523 -9687 - 2434 15489 - -9835 2804 - -6156 -7050 - 697 13157 - -16090 7528 - -7797 13406 - 9258 -12708 - -11857 10174 - -11240 11896 - 3420 -5408 - 2206 8642 - 3455 -15682 - 1783 8941 - 6530 -9298 - -14034 15828 - -1522 4870 - -6239 4713 - 10066 3400 - 16144 9686 - -9141 -7581 - 11497 -909 - 8255 11889 - 8467 -1726 - 12318 -10722 - -2763 -4140 - -3881 7183 - -14596 -8569 - 10491 2914 - 12714 14179 - 14737 10564 - 4005 3807 - -14590 -252 - -5822 -61 - 8783 5297 - -6987 -3240 - 3028 -11223 - 15266 -13747 - -5272 -6100 - -12827 -5705 - 15426 15369 - 6217 12191 - 8056 7918 - 14626 -9901 - -11682 15827 - 4088 -12100 - -3297 -250 - -12583 -3364 - 5162 7438 - -10748 -2498 - 15085 -9464 - -15452 -9401 - -13247 817 - 4616 90 - 2039 4955 - -9905 3059 - -6769 -5289 - -8488 15386 - 11319 -2441 - -13738 -5337 - 9209 9810 - 15625 15404 - 3856 -13209 - 15092 47 - 11820 10740 - -12705 3610 - 4244 2802 - -3610 12169 - -7558 11696 - -5896 -4990 - -661 -14972 - 5924 4938 - 11918 13569 - -8127 -14122 - -11377 52 - 10548 4 - 13987 9348 - -16233 -11900 - 1824 -11373 - -11060 3951 - -2402 -6713 - -6049 -10829 - 15761 2807 - 1510 12535 - 6799 5692 - 15312 11566 - 741 -1216 - 3755 13464 - 15425 10324 - 15184 8566 - -7936 4651 - 12292 7475 - 6331 14781 - 2251 -607 - -11923 -3684 - -9657 11435 - 7399 -8067 - -14052 -5170 - 7493 -11250 - 7022 6183 - -9215 13882 - -5196 1023 - -11033 9721 - 14604 1314 - -974 -6657 - 3567 7002 - -4980 -9060 - 4863 -9473 - 15581 -12167 - -2108 8897 - -1131 -15016 - -13693 6486 - -6555 2805 - -4615 14581 - -3360 8430 - 15828 -12692 - 12289 -3694 - 15802 10870 - 15265 -8829 - -15811 -12366 - 11632 9079 - -8913 -13206 - 15393 6094 - 1843 9411 - -5595 -11065 - 2530 -7748 - -8598 -5006 - -659 15161 - -2958 -12485 - -16081 -2271 - 15976 -8015 - 12400 1036 - 8440 5839 - 9859 -11576 - -12630 -7925 - -9244 -13663 - 11813 -13106 - 14798 -7596 - 11109 -8310 - -7390 -6126 - -1790 3431 - 1403 -12025 - -10595 -12025 - -821 10086 - -7294 4025 - -1519 -7657 - -4263 -13089 - 2206 4933 - 11380 -8358 - -15517 4781 - 11426 -3348 - 14110 -7736 - -7135 5871 - -622 10207 - 14270 -14955 - -10004 -8012 - -2766 -406 - 5910 -4643 - -9510 -4438 - 14149 3435 - -3814 14363 - 15569 15203 - -7931 -4142 - 795 -7051 - -6810 2082 - -10528 10391 - -8339 -8601 - -7419 10650 - 9938 8140 - 12550 13858 - 12413 -4695 - -433 -5983 - -10493 -13627 - -8171 4477 - -3932 10996 - 12826 10317 - 6495 11750 - 1395 8890 - 2720 14769 - 8962 9065 - -6957 -1934 - 13309 -5653 - -1815 -671 - 7708 -15890 - -14069 6477 - -5288 16044 - -14149 9988 - 4484 14756 - -8389 -10449 - -6992 10473 - -8106 2660 - 9376 3365 - 16190 -3382 - -6913 -6610 - 2090 -12812 - -7939 -5613 - -6234 -8287 - -12207 -15234 - 3920 7854 - -12631 5405 - -14138 11320 - -11132 8526 - -8099 -5292 - 12223 8470 - -14371 10372 - 2823 -6229 - -12484 6942 - -6532 -4940 - -8739 6504 - 6800 2998 - 14470 -11221 - 7955 -12994 - 10146 3362 - 4602 -13040 - 11444 -4348 - 1876 8843 - -1575 -11540 - -7446 -11358 - 10043 1641 - -5463 -14075 - -14806 -1741 - -13836 8910 - -8321 -10446 - 1260 12604 - 8327 13445 - -10160 -12900 - 4254 14992 - 6408 12646 - -13626 11183 - -15548 7351 - -7249 14647 - 4033 -823 - 4603 12964 - -5321 -15822 - -16236 -2019 - 6698 -8998 - 13208 -15907 - -10132 6898 - 8649 -9739 - 14149 -3374 - -11375 6610 - 3276 -9460 - -5023 12850 - 4698 15870 - 3082 7986 - 14026 16312 - -11 -2386 - 9512 11531 - 16196 -7071 - -12568 8982 - 7495 -751 - -13289 -3550 - -15583 -3376 - 1922 -2343 - -3405 4251 - 656 9090 - 5548 -16040 - -4111 16165 - 13373 3379 - -4967 437 - -5072 13939 - 12456 1253 - 12974 15525 - -8816 -10317 - -6022 -15972 - 9320 -4928 - 2801 8017 - -11182 -8001 - 11656 -10837 - 11166 8064 - -2060 -1927 - 13051 3601 - 1272 -14801 - 2395 8818 - -628 13130 - 4365 -557 - -15200 -7410 - -285 -6182 - -2572 13248 - 5961 3623 - 10072 13155 - -5320 15548 - -12692 539 - 11219 16263 - -16046 15470 - 15069 10248 - -2856 13166 - -1643 8145 - 10737 12594 - -4426 -6547 - 10499 -11422 - 15980 -12299 - 7110 -13473 - -4695 -3666 - -3849 16049 - -15570 7779 - -6368 -9180 - 2974 4454 - 9134 -14568 - 13014 -9949 - 12572 -5774 - -8898 -1628 - -12298 4962 - -16046 1782 - 12498 10073 - -14282 -7206 - 11227 -4713 - -15770 1282 - -6851 14529 - -4948 12708 - -8595 14504 - 2963 -6867 - 3236 5704 - 10475 -15507 - -13628 6097 - 158 15636 - 15458 6659 - -13241 -16139 - -10639 2914 - -6310 -14261 - 13587 -15600 - 10006 10485 - 3957 12616 - 2902 -15961 - 8031 9734 - -9677 1886 - 11434 9119 - -15199 -12772 - 5110 -3541 - 39 1127 - 3271 -14387 - -6630 -3986 - -8914 -14874 - -14350 12340 - 7738 1291 - -4514 3878 - -6180 -13969 - 4361 12196 - -3611 -10940 - 14668 -540 - -7140 10910 - -3078 2522 - 3584 13609 - 4845 6861 - -8303 5744 - 2105 5990 - -1782 5691 - -1956 -6405 - 7241 -4647 - 10343 12814 - 7860 -15557 - -2422 -4599 - 12067 1372 - 6151 -1894 - -7735 7604 - -9755 -8593 - -6007 -13308 - 5038 1798 - 5898 -8563 - 14311 6563 - -2576 -16098 - 9959 -5215 - -11693 3894 - -9298 -1974 - 14763 2548 - 11582 373 - -1875 -10848 - 3355 -13914 - 7543 -12736 - -431 -3614 - 10446 2017 - -9683 -3133 - -14290 9271 - -6174 6630 - 13601 6675 - 4068 -5719 - 14231 -9837 - -8329 -4949 - 384 12560 - -13188 16223 - 14274 -7270 - 9921 8459 - -5849 -3739 - -7139 -7697 - 8308 -2137 - 623 -7064 - -3481 -12319 - -12583 5842 - -5878 -1270 - -1325 5982 - 9791 -9044 - -8551 -15375 - -901 -6419 - 14453 9910 - -4337 -12543 - -8380 8751 - 8009 587 - -2476 7293 - -9280 -9559 - 6079 15523 - -1957 10488 - 847 4710 - 2076 -1055 - -10016 9038 - 4622 10143 - -4517 -6301 - 6276 -266 - 7543 -11682 - -7080 -14347 - 3697 -9456 - -11772 -8980 - -10071 8520 - 15172 -9850 - 977 -15738 - -2145 3623 - -9291 12189 - 12674 -2743 - 9771 -7028 - 14703 -11840 - -5674 -7567 - 4012 9214 - -12085 15893 - 4079 2723 - -13135 -7692 - -128 243 - -3637 11240 - -4438 310 - 5846 -6440 - 12029 1904 - 8809 4131 - 4121 -16178 - -15961 3683 - -14466 -8458 - -12746 -15471 - -9157 -5605 - -5791 7617 - -6668 16169 - -3710 8572 - 11889 2970 - -6495 -4459 - -5099 -15381 - 10054 -8460 - -4959 -15667 - 1330 -13640 - 14920 3085 - 1262 -4179 - -714 6403 - -11711 2753 - 14881 11360 - 14119 -5352 - -436 -11681 - -9477 -190 - 9943 -781 - -3720 -7066 - 15205 -14449 - 5733 16081 - -10790 16315 - -4652 846 - -13215 7414 - 7228 3568 - -3477 -11210 - 218 -5194 - 13344 602 - 10779 -9924 - 15484 4921 - 5979 12453 - -11185 58 - 11699 -11384 - -9997 -8444 - -659 11405 - 11149 -3550 - -1928 -10764 - -3035 4129 - 15342 4490 - 12080 -11958 - 4630 -9306 - 2927 5486 - 12928 -15980 - -2927 -11202 - 14358 11298 - -1543 10303 - -4459 35 - 402 12453 - -1049 6726 - 8018 -14055 - -10268 7389 - 11329 1327 - -14513 6400 - -2821 -12572 - 16229 -2397 - 7702 6762 - -9433 13064 - -1633 10415 - -9343 -4565 - -13191 4898 - 10894 7885 - -11302 -259 - 11740 -7727 - 13888 -13960 - 12181 -6281 - 3644 3353 - 3975 13053 - 13335 501 - 547 5553 - 8976 -15401 - 8171 13152 - 12755 -4151 - 12859 11290 - 3834 10865 - 11572 -11030 - -11577 -5328 - -4380 10363 - 652 -3221 - -15477 -568 - -3223 478 - -1658 -14638 - -2529 -11904 - -14414 -3714 - -14410 -2258 - 4879 -4554 - 3310 -13218 - -8383 -3063 - -7736 -12264 - -12731 8816 - -3712 9403 - -11076 12754 - 9174 -15203 - 3009 -13987 - 355 4641 - 1377 -3900 - -11981 -2417 - -15299 5732 - 13740 -3643 - 947 -1956 - -7966 -16291 - 10803 -2013 - -5432 -10187 - -5614 -9225 - -7793 13944 - 11520 6629 - 9612 -7952 - 11453 1722 - -127 1891 - 15906 -15935 - 11998 5211 - 10347 8822 - 903 -3678 - 8653 -10361 - 8206 -10022 - 5277 15555 - -2573 14684 - -723 -11154 - 14110 -1959 - -6293 7904 - 6928 -1391 - -2693 -15683 - 9865 4130 - -949 471 - 5033 12358 - 11470 -9530 - 7483 13967 - 2209 8266 - -12269 14682 - -4219 2743 - 11222 -16055 - 13238 13059 - 5819 14142 - -11164 -12665 - 7401 -5416 - -12502 928 - -10368 4760 - -2286 -10459 - -3371 5377 - 7475 13838 - -2743 -13773 - 13440 13605 - -14921 -8648 - 5032 5896 - -15929 2521 - 390 -1133 - 6060 4350 - 8636 1942 - 9260 -7816 - -11237 13938 - 10156 -1764 - -713 -14561 - -3317 15917 - -6867 -2702 - 14702 5283 - 9864 2066 - 4894 10422 - 4595 12538 - -8350 -3196 - 15742 -15038 - 12586 -299 - -14572 -8773 - -11968 -6779 - -2051 8850 - 14551 -2807 - -12555 4829 - 10765 8089 - 8834 13342 - -13710 -1739 - 1527 8056 - -3682 -14961 - -14852 5326 - 13865 -6310 - 12779 16104 - -11445 1860 - 11429 15764 - -12643 -10824 - -7222 -3454 - -14299 14870 - -11689 13320 - -7238 986 - 9161 -14514 - 10775 469 - -4974 14520 - -312 -8917 - -8056 14302 - 8302 6364 - 10297 6349 - 6130 1655 - 11848 -5466 - 14486 1526 - 15037 -11555 - 9205 -14906 - -6707 12935 - -15184 14675 - -10856 -61 - -6922 13069 - -15622 -5576 - -1244 8511 - -10392 11592 - 13506 -12212 - -772 -9748 - -56 15482 - -12306 -8 - -6816 4547 - 11482 -4664 - -4634 2918 - -9211 7258 - -4593 -3616 - 3049 -8665 - -5994 -2631 - 16186 -10302 - -12867 -12254 - 13100 12529 - 8637 -2208 - 837 9106 - -3328 -1877 - 15048 -7018 - 8482 13372 - -6836 4241 - -14250 -15396 - 8116 1760 - 8077 -7584 - -7097 -3207 - -78 -15046 - 4273 5671 - 6754 -9847 - -465 3293 - 7169 -7008 - 13428 12445 - 4669 -6115 - -1031 3243 - 4737 12829 - 8933 16234 - -11513 -6313 - -14555 6698 - -13845 15815 - 10538 9433 - -3738 -2689 - -307 -11164 - 8433 682 - -3675 12178 - 13712 11415 - -6881 11635 - -6040 -2424 - 10868 2745 - 16360 -11592 - 14917 -9928 - -8858 12795 - 6385 -1625 - 14863 12634 - 8679 -11150 - 15142 14700 - -7466 -14713 - -42 14026 - 5206 -8830 - -15042 13038 - -7097 4604 - 15904 -11138 - 13791 -8214 - 12962 7937 - 15393 -8709 - -8674 9630 - -4653 -6767 - 7493 8069 - 2127 -2480 - 3687 8085 - 9451 -13520 - 12999 -6734 - 9336 8914 - -14629 9766 - -7505 8572 - 5213 8067 - -15632 3164 - -2638 10155 - 3735 13642 - -6951 -8332 - 2906 -637 - -2385 15119 - -3706 10586 - -8782 13568 - 1129 15358 - -11292 5005 - 3375 3310 - 3720 -3587 - -3719 2296 - 3903 -13478 - 15911 6257 - -12234 -2611 - 6573 -4460 - 9105 13828 - 5677 -14443 - 4310 -9623 - -14372 -8389 - 6028 -12957 - -15550 -5703 - 11986 -16241 - 6365 12851 - 15515 -1431 - 2268 13876 - 10085 11654 - -5719 3801 - 13397 12037 - 12835 -2801 - -5022 -10173 - 4352 246 - 2347 -2888 - 1507 538 - -1263 11367 - 10991 -1061 - -4090 14347 - 4947 -3861 - 12680 -15376 - -4681 -8686 - -1177 15607 - 6666 10238 - 10061 -6914 - -11063 -4245 - -11015 12675 - -12773 3909 - -4480 -15134 - -13788 -7330 - 14322 3524 - -4477 6065 - -14634 13572 - 2976 -7590 - 7518 10290 - 4211 -3372 - 14391 -12955 - 3297 810 - -2407 529 - 11894 94 - 117 16326 - -1185 -13415 - -4723 -12411 - -13452 -8804 - -6854 -9916 - -3476 2375 - 6282 10599 - -1797 4170 - 11264 -3376 - 7425 -4930 - 15351 550 - 7930 2625 - -12347 -6205 - -1141 6458 - -7614 -15352 - 9995 -65 - -7327 -3195 - 15995 -4832 - 8386 14627 - -10863 -2066 - 4686 -13942 - -8324 12060 - 1855 10408 - -14476 -4517 - -4807 -12893 - -11557 -5099 - 8090 4675 - -15442 14264 - -12130 13459 - -8330 12480 - 9873 -735 - 1429 -16263 - 13116 10865 - -2611 9086 - 5984 10331 - -13596 -11156 - -2121 -3453 - 1949 -15295 - 1023 10154 - 2122 11921 - -558 11416 - -4731 12686 - 12216 -4734 - -6325 4864 - 3883 -5298 - 15796 -11456 - -11179 -7904 - -14283 -11580 - 3217 -11155 - 12609 -6545 - 184 7921 - -10538 -2895 - -15445 -8884 - -4004 9405 - -506 712 - -8522 8213 - 5358 -4192 - 1085 10487 - -1917 8001 - -1421 -6300 - 11080 7987 - 15477 15514 - 343 5759 - -6776 -13484 - -1978 -12762 - 1388 11845 - 9687 7064 - 16309 -2789 - -4277 -9762 - 13093 -4767 - -11754 14500 - 12786 1674 - -14247 5551 - 809 -16362 - -4323 7897 - -4840 -15357 - 13465 -14657 - -4420 -12271 - 15348 4377 - -2122 -11611 - -16004 -13119 - 4288 -3304 - -10453 14522 - -16323 -8442 - -8326 833 - 15359 4620 - 1689 -12828 - 6353 12886 - -7449 833 - -3798 2626 - -9359 4521 - 12 7261 - -5358 1929 - 9807 -7715 - -629 12690 - 14074 14524 - -2774 -11934 - 2749 -2073 - -7303 -14629 - 8570 -8162 - -4895 475 - 5189 -12674 - 2835 5969 - -14840 8045 - -13190 -16048 - 2069 -13432 - 14738 -8016 - 3845 16325 - 1430 -6949 - -13930 -4292 - -11810 -12189 - 14370 -1778 - 6592 -7195 - 10717 12479 - 11557 3459 - -13911 -16210 - -8497 10648 - 11521 -8776 - 362 7854 - -13799 -1386 - 7560 -6740 - -8403 -6829 - -15208 -6277 - -9130 16074 - -12047 9673 - 5937 -5948 - 13674 -2827 - 14194 -13948 - -3607 -267 - -1521 -342 - 3410 9953 - -14945 -9393 - -186 -5270 - 1990 -11406 - -4851 -1038 - -4672 -1910 - 5590 -12661 - -14197 6396 - 12882 4418 - -4201 -478 - 1108 1447 - 14194 -14849 - 8526 -449 - -5789 -4468 - 7336 16214 - 12516 3843 - 268 -13453 - 9579 -1122 - -3499 5966 - 1876 7787 - 13547 565 - 10880 13710 - -1340 -5167 - -1500 -9706 - -146 12246 - -2436 -6805 - -7627 -10903 - -2657 1581 - -7691 -5307 - -3642 -14810 - -5589 -14127 - 14800 -14363 - -596 -9368 - -14038 355 - -402 -1717 - 15789 8696 - 5159 -4652 - 2542 -484 - -11492 -1729 - 7263 -16274 - 10571 -9298 - 13715 -13675 - -3958 -3376 - -12756 7748 - -11740 -9742 - 9794 9433 - -7922 12496 - -6980 3873 - 14261 5541 - -1168 1995 - -5443 -1440 - 6968 -4908 - -14688 -5595 - -16142 -2691 - -15459 6213 - -12950 1458 - 10917 -2496 - 12428 -8980 - -14798 -15224 - 4031 3296 - 8377 3095 - 622 14125 - -8194 12288 - 3793 10393 - -4336 -6374 - 10050 3539 - -11565 -14657 - 1175 -10044 - -5632 7586 - 13933 9355 - 12587 -15398 - -10785 10282 - -9754 14412 - -6829 -11525 - -10813 -10833 - -11489 -13712 - 12118 7431 - 8975 -10798 - 15389 -4893 - 12095 -2826 - 13576 11030 - 9383 -16029 - -3333 -15536 - -13741 -14030 - 12332 -13196 - -12730 11337 - 7289 10165 - -15613 9522 - -9073 -8701 - 13003 7387 - 11084 13207 - 2409 7548 - 6737 4759 - 9418 3002 - -11244 8518 - 5426 -8290 - -11296 -7549 - -3898 8188 - -9896 15375 - -11755 -10874 - -8800 10969 - 13466 -15436 - -7302 -5304 - -15297 -47 - -3271 9604 - 11566 -6717 - 8181 15192 - -12214 12411 - -4621 4307 - -5100 13812 - -5042 -1646 - 7366 -2401 - 5152 -1858 - 1993 3031 - -5545 -16314 - -391 -9301 - -7936 13431 - 11248 14494 - 14387 4308 - -986 -3571 - -4042 -5590 - -9429 2670 - 8144 12246 - 7478 14271 - -1701 6990 - -1139 -15542 - 12911 -8140 - 4606 -11461 - 5359 4173 - -9396 8063 - 7003 -15882 - -16252 11193 - -1728 2137 - -5678 -3030 - 15507 -13781 - 8966 7865 - -14871 14684 - 9889 6490 - -2992 -1862 - -16190 11820 - -10267 -8167 - 12550 -6085 - -5398 4536 - -13565 10061 - -10916 13788 - 12458 -1678 - 14332 3596 - -16 10664 - 14249 7532 - 14624 -12415 - -5971 10701 - 11901 5454 - -13176 10779 - 16364 -6133 - 9453 -3517 - -5709 3282 - -4173 -13868 - -5703 13317 - 3564 14734 - -8537 11124 - -7033 8941 - -12223 2561 - 1223 2557 - 7395 4246 - 1972 -7288 - -3055 -8611 - -4295 -14494 - -12400 -9126 - -11665 -8980 - 16000 10966 - -8481 6283 - 13283 7124 - -7190 13833 - 3428 -13506 - -67 15274 - 12596 15619 - -2456 11663 - -1499 -15670 - -5551 -9476 - 11847 -1904 - 1916 458 - 5580 -7920 - 2179 6378 - 3610 13986 - -12860 -11107 - 1488 -10915 - -4010 -14613 - 12701 6400 - -16223 8009 - 337 4393 - 2356 -14693 - 4542 -2186 - -4054 -15178 - -2269 -12235 - -9172 -7679 - -14863 -14135 - -14751 4290 - -12763 -16017 - 14771 -16255 - -10044 -14868 - 9645 -3217 - -13545 -16322 - -9841 -2242 - 3688 6414 - 4043 -1925 - 1599 2210 - -11640 -9700 - 5463 -3340 - -1858 11623 - 10985 -821 - -8508 -13778 - -3461 15300 - 14128 -12026 - -8688 -8413 - 2018 2857 - -5980 -12384 - -8873 11205 - -7153 -11529 - 2500 -14031 - 15478 -3888 - 5970 13590 - 12651 5469 - 3775 -11019 - -3673 -2454 - 14997 11682 - -11716 -2876 - -7971 -15458 - 14616 -12493 - -2884 16349 - 1273 7448 - -7932 3538 - 7874 -14239 - -16256 -3015 - -2388 -467 - -7918 2948 - -7799 7305 - -1764 -3997 - -2980 -10871 - 128 7135 - -9384 -14168 - -14119 -13287 - 8367 9902 - 3726 -13726 - -11066 126 - 2922 10946 - 1236 -66 - -15955 594 - -7721 -10846 - -3708 -14182 - 5985 2229 - -5336 -6916 - 1589 8431 - -13528 5686 - -15156 14539 - -14981 10823 - 1174 -5332 - 3683 12125 - -14803 -9219 - 16188 -3036 - -8135 -11971 - -5702 -11421 - -9726 12012 - 8835 -91 - -15406 -1065 - -1310 15138 - -11329 -12754 - -3796 -3344 - 13534 -2182 - 294 2216 - -10919 -12410 - -2433 -742 - -3568 10830 - 4533 -3252 - 2249 15702 - -8494 4661 - 14790 11675 - -7040 -9173 - -8508 11418 - -12209 -16256 - -3205 14885 - -7558 -1675 - -14871 15458 - -6450 1950 - -13961 2241 - -11191 -8817 - 9005 9748 - -2864 8504 - 12134 9664 - -1139 -14752 - 1262 12192 - 11802 1407 - 1157 7474 - 2964 2915 - -12535 -12605 - 3766 12155 - 7062 15237 - 11112 -4886 - -6606 -867 - -4755 -8691 - 15652 -11679 - -13923 -4188 - 1684 11117 - -11091 4085 - -6319 -5883 - 2819 5485 - 11786 3933 - -8670 1533 - -13171 2505 - 1395 -1611 - -5746 11820 - -12620 -14676 - 3534 4130 - 11238 -8658 - -9318 5683 - 1735 14448 - 16109 5350 - 9222 4293 - 7424 1017 - 15275 7045 - 8508 2750 - -8800 -14606 - 11760 -9461 - 12132 12530 - 12532 9988 - -8026 8134 - 15351 5903 - 13749 -9947 - -8409 -4329 - 3941 -818 - 14305 -12567 - 4203 -13864 - 2606 12526 - -2998 -7621 - -16170 -13884 - 15792 9369 - -2574 -4922 - -5704 -9808 - -8727 -16335 - -501 -15899 - -5101 7684 - -12634 14544 - 2256 -12223 - 6898 -9346 - -9045 -2446 - -2919 -7632 - -3010 2740 - -8202 -9905 - 868 2220 - 3418 -521 - -16000 -8759 - 3111 -10908 - 3497 10083 - -12233 11630 - 11934 1599 - 10212 -15489 - 9456 2414 - -1222 -11939 - -7476 144 - 1399 -1891 - -16287 9105 - -2186 5365 - 11746 -8199 - -8595 -11152 - 5838 -5967 - -13757 -15923 - 8305 -1199 - -10514 -6533 - 11623 -1210 - 16196 821 - -7582 14651 - 7140 -10772 - -7427 -7244 - -988 -15794 - 5148 16362 - -7446 15563 - -5884 -7532 - 7524 11672 - -790 1152 - -10125 -6953 - 9651 2317 - -1080 -15970 - 12774 -13411 - -2873 14102 - 16135 7145 - 15290 13319 - 6125 -13016 - 6999 -9142 - 15574 -6296 - 3235 4853 - 11607 3506 - 8257 12973 - 2345 11482 - -11264 -11942 - -14791 -5135 - -6871 14267 - 16198 11431 - -1278 13236 - -6514 9383 - 15264 -8575 - 10830 5066 - -13656 9534 - 14435 5684 - 13133 13997 - 12906 3623 - -11906 11750 - 8813 9215 - -7011 384 - -7917 -14221 - -1710 -4152 - 5495 -9912 - 1592 7757 - -13762 5604 - 10884 7627 - 11481 -15876 - -16050 4495 - -9576 -6319 - 14842 -9509 - 1130 -2236 - -670 -3749 - -6970 2735 - 3908 -10421 - 9610 -11378 - -6845 6242 - -6118 1689 - 12367 14887 - 15932 7309 - -14233 -13630 - 2342 2524 - -5751 -16170 - -12900 8471 - -3604 4638 - 14330 -10058 - 4498 -7662 - -9649 4621 - 9862 6818 - -14014 10598 - -8542 -5622 - -16337 -14989 - -856 -2444 - 6168 14642 - 1796 11406 - 7090 8611 - 8903 -16292 - -16104 4294 - -8838 -1232 - -3294 11312 - -12506 11596 - 9199 -2526 - -9745 -10005 - 5785 7311 - 8389 -10154 - -11206 10653 - 1771 -4722 - 5958 1301 - 16278 -12765 - 3946 -7496 - 8111 4926 - -8469 -12640 - -9102 11700 - -14046 -1226 - 11963 -10382 - -8364 -12656 - -15475 -9212 - 4319 299 - -14225 -12651 - 10811 11561 - 9826 -15564 - 15736 -2169 - 10971 -15181 - -2501 14274 - -10884 2980 - -14082 42 - 12151 -14736 - -6945 10844 - 8619 -4983 - -13937 -6437 - -6277 11087 - 734 8061 - -16263 -8964 - -6959 13115 - 15462 -2994 - -15578 -7373 - -13904 -6133 - 5802 -8771 - 6570 9572 - 13450 13327 - 7014 -15619 - 12344 10866 - -5107 10002 - -7338 11715 - 2269 -9965 - -15481 -2663 - 1061 -16317 - 10525 7544 - 3853 16047 - 5469 976 - 10898 314 - 13514 15627 - -12888 -12653 - -97 15137 - 3478 -5558 - -7903 14831 - -7950 -1675 - -1360 -15811 - -3399 5853 - -1000 -12088 - -11472 10616 - 14220 -3787 - 2959 -10253 - -3828 -10474 - 15420 -7128 - -6021 2352 - -2246 -15086 - -13809 7761 - -764 -1515 - -12434 14037 - 15714 -9669 - -13877 -16331 - 5321 14976 - 5181 7939 - 3002 -14370 - -11284 -7017 - 13957 4194 - 15227 10123 - 456 11200 - 2757 -1885 - -2131 -11646 - 12068 1737 - 15478 4096 - 15930 1728 - -13037 6082 - 15044 9174 - -14802 2592 - 2916 1045 - 12132 430 - 1277 1387 - -14545 -4094 - 587 15636 - -65 1528 - -9201 10490 - 6792 11104 - 6226 5780 - 12140 4571 - -2344 1526 - 566 -5975 - 13859 -10245 - -15884 2428 - 10391 15753 - 10666 1700 - -345 -15198 - 5357 14047 - 12144 -1905 - 9907 10792 - 82 7635 - -15403 14051 - -11249 11093 - 15412 885 - -16242 -10949 - 5038 -14724 - -4215 8059 - -15979 7720 - -15635 12973 - 1650 -10337 - -849 2402 - -8905 9692 - -357 -15979 - -12838 5620 - 654 -13396 - -7912 -16173 - -15935 13193 - 16346 -3547 - -9512 4081 - 4737 8621 - -12548 -808 - -3273 -7151 - 10100 -14285 - -10289 10513 - -7780 -16143 - -4706 10929 - 15176 14542 - -405 -16070 - 5217 10239 - 775 -15541 - -10888 -11539 - -8635 7733 - 11928 -1853 - 1356 -5907 - -10522 3240 - -10554 8484 - -15470 -4844 - -13809 -374 - -7976 -4217 - -10984 -15575 - -3674 -11651 - -5088 -3227 - -15465 11978 - -4373 -6737 - -15933 14352 - -5287 -10929 - -12610 -1138 - -15777 1715 - 7691 2566 - -8146 -6995 - 13679 15084 - -13045 12320 - -3657 4939 - -3504 15896 - -10554 -7913 - 9598 -8029 - -1309 -8820 - 13642 -13461 - -14245 -12604 - 3974 9322 - 4134 1306 - 13911 7012 - 6235 15350 - 14020 -615 - -699 -6928 - -6323 12039 - -10530 5746 - 8761 -8823 - -3800 -15440 - -7252 -6700 - -5481 -902 - -15579 -4354 - 6717 -5029 - 15753 -7342 - 10865 6623 - -13841 -10440 - 7632 -9773 - -5901 -1912 - -1658 7782 - -3422 -13708 - 7213 -7830 - -1765 8725 - -6762 13312 - 9845 -7416 - -2555 1512 - -13490 5156 - 10224 12137 - -11683 11997 - -12704 981 - 4077 -8212 - -14171 10320 - -13841 -14838 - -5642 -9210 - -5095 -4494 - -4543 16371 - 14312 15360 - -5645 -13654 - 15663 1575 - 4647 -12268 - -6678 15372 - -10121 -14498 - -13782 1139 - -1948 1654 - 10113 239 - 13351 -8713 - 2384 15456 - 4836 5790 - -1821 -15993 - 5717 2635 - 13320 2669 - 15019 -15751 - 326 -9052 - -4649 6925 - -8334 -9696 - 15879 4680 - -3308 13401 - -9677 4749 - -3317 2507 - 10201 -2533 - -9840 10174 - 127 -9776 - 95 -12517 - -5444 -8036 - 13593 2678 - 3576 8404 - -2880 -15417 - -13909 7876 - 11686 -3344 - 12596 -2870 - -8463 2402 - 5958 -10329 - -13880 -9472 - -14480 -11307 - 2080 -13141 - -5485 -6526 - -11526 -11203 - -6869 -11669 - -13060 4125 - 12122 6205 - -13818 6807 - -11524 -13347 - -2326 -14319 - -12893 -15542 - 5308 14918 - 10017 -2327 - 497 15293 - 1358 14772 - 1167 8440 - 2954 8940 - 16357 -3057 - 14378 15914 - -7591 14988 - 509 -7187 - -16267 11719 - 1588 15747 - 8313 -2228 - -7757 4480 - 6235 8565 - 2493 3572 - -10295 -10520 - 1800 1115 - -14658 9794 - -12356 -736 - -12137 -769 - -10847 -1612 - 744 -11967 - 16230 16293 - 3103 -1656 - 14112 -15611 - -2668 -2837 - -5458 15999 - 10819 -1125 - -10052 6685 - -13762 -1063 - -1533 6040 - 14160 -10558 - -15812 -2611 - -16209 8632 - 5279 -13174 - 13868 -1564 - 14121 -493 - 10055 6391 - 10590 3934 - -870 5430 - -4084 15693 - -6469 -15097 - 3145 -16202 - 8058 -6110 - 14939 -14627 - -9405 10645 - -12686 -14272 - -10426 -10504 - -9045 -3470 - 12959 3406 - 15087 -353 - 11951 -11244 - 11242 3027 - -3762 6918 - -11735 -8894 - -12167 10150 - -2562 9114 - 13928 9275 - 1986 -2203 - 5033 -1063 - 11466 -13957 - -12093 9042 - 13095 7953 - -14803 -4771 - -1277 -14999 - 2242 -10474 - 14225 3045 - -7237 7748 - -10390 -7574 - -1791 13025 - 5451 -12933 - -9452 -3922 - 5652 1448 - -8428 -8959 - 15625 -11466 - -6721 -650 - -14253 -4291 - 12864 -9168 - -4591 -13388 - 5297 4207 - 12847 -4833 - -6570 -14124 - -3261 -7066 - -5679 -2708 - -1611 -15857 - -16366 146 - -8746 -15149 - 16214 8056 - -9306 -6299 - 10580 -13274 - -6067 -8511 - 5758 12494 - -6200 13993 - 2381 -1153 - 2074 -5382 - -1235 12538 - 3078 -332 - -15148 411 - 5637 15960 - 7850 -12615 - -12253 -765 - 11408 -13716 - 13484 -13611 - 7932 12515 - -2039 5894 - 14151 -3854 - -2775 6311 - 8877 -9126 - 5370 -5225 - 10396 12950 - -13748 -14168 - -902 8247 - -15548 -5375 - 9864 11949 - 8986 -7709 - -5128 -9672 - 14506 338 - 4273 3322 - 13906 -12983 - 6431 -10615 - 4200 -12963 - 9522 -7611 - -2899 -11871 - 456 -14886 - 4789 -9945 - -6435 -3995 - 8845 -3818 - -15416 5825 - -12109 10685 - -2644 -3373 - -922 8728 - 8060 3469 - -12789 -4825 - -14731 -15386 - 4248 -5551 - -12061 -342 - 2784 9116 - 6265 2693 - -4195 -7717 - -16315 15733 - -2908 -8648 - -14138 1106 - -14291 -10822 - 11798 13777 - -1244 -7052 - 1773 9090 - 3516 -1188 - -15828 2306 - 18 -5432 - 15185 -14402 - 4910 1845 - -3050 3585 - -5636 -7635 - -15017 -11786 - 10123 11505 - -6664 877 - -1058 435 - -3431 10486 - -14646 -1850 - -6770 -6998 - 10758 14619 - 16086 485 - -4426 9943 - 14047 9567 - 9104 9778 - 9992 -9445 - -9460 13648 - 950 -9639 - 8032 6007 - -7154 -5184 - -8778 -11783 - -12741 -3069 - -15139 -16188 - -15571 11307 - 7903 -10247 - -16231 2278 - -9643 11514 - 3383 12636 - -6324 -8621 - 4894 -2838 - -14806 -8505 - -11773 -4979 - -9021 12562 - -10308 -15528 - 15005 -6490 - 7449 4010 - 1244 -15886 - -5524 -8078 - -16327 -9232 - -8098 -10821 - 4273 16255 - -13152 -8523 - 1599 -12664 - 13004 -6056 - -14242 -5195 - -2518 -9522 - -4203 -10047 - 9834 -16324 - -9059 -3428 - 137 -7352 - 13803 14069 - -14560 -10826 - -4141 -9426 - 4846 -5510 - 6270 14452 - 7663 7487 - -14785 -7108 - 11258 -4210 - 1691 -10589 - 9451 5002 - 1121 -2781 - -4313 -14970 - 15383 -6166 - -6408 -11886 - 6110 12256 - 6521 -10251 - 14249 9647 - -5277 -16157 - 13268 -13891 - 14441 -13602 - -15952 12773 - -816 2729 - 8676 -186 - -2211 16349 - -11492 -11134 - -6564 -15152 - 11063 5400 - 13400 -760 - 15501 -4901 - 11989 -8467 - 15198 -11655 - 11858 13614 - 2243 14039 - -10897 -13079 - 14991 -4638 - 6081 16103 - 15141 66 - 16123 7676 - -491 5532 - 2081 -8305 - -2375 3697 - 10680 3580 - -15820 4258 - 13112 9259 - -12819 -8769 - -5398 5169 - 12534 3582 - 6059 515 - 9155 -4731 - 6707 -6795 - 7011 16176 - 15404 12317 - 12776 -5852 - 15370 11958 - 16356 9494 - -15746 1651 - -10598 -14760 - -6277 10931 - 5640 2179 - -13784 4181 - 12013 -3219 - -5628 -16141 - 13001 -10620 - 13023 -16290 - 11267 9662 - -13544 5835 - 9660 -3394 - -12440 -12936 - 15764 3617 - -7364 -2534 - -6946 -5719 - -8981 4648 - -8129 -14919 - 12730 6004 - -416 -5579 - 5079 -4029 - 6349 10131 - -289 -5380 - -11927 5692 - -3045 270 - -8804 -1560 - 12284 -7842 - -3998 9958 - 15562 1674 - 1228 -14906 - -923 12770 - 9409 11160 - 11407 -2658 - -12409 12277 - 2385 9356 - -2386 -292 - 11714 -16314 - -13444 13916 - 10168 -5817 - 12903 8353 - 6908 9288 - 7841 -956 - 5323 10258 - -4031 9323 - 13113 -6547 - -5140 -6007 - -5262 -13731 - -1095 2920 - -8479 13868 - -9444 -1499 - 14484 7260 - 7225 4682 - 11082 -3610 - 14013 16161 - -11781 1360 - 1482 2957 - 15232 -8695 - -9950 -5349 - -15659 -8993 - -3176 -16297 - 14478 6271 - 3764 -10725 - 2151 6178 - 6303 -11158 - 13459 213 - -12295 -2571 - -2515 -10678 - 5306 -723 - -2774 8253 - 4757 2822 - -12873 -4667 - -7771 -8576 - 14605 -7047 - -14096 -10670 - 4248 14741 - 13990 -13068 - 14554 -7666 - 6107 8237 - 11454 5694 - 12302 -9602 - -11136 15425 - 4425 -4039 - -6003 15606 - 5660 -10886 - -8717 -429 - 5765 -2053 - -8507 10765 - 13037 3935 - 10715 7751 - -705 -1763 - 14094 10696 - -8479 9208 - 4560 -6692 - -11837 10987 - -4324 15791 - -14329 6717 - -10973 10014 - -11911 9929 - -16249 -13992 - -15245 9933 - 1215 -9684 - 10126 -7680 - -290 -8518 - 10340 -12677 - 14089 13831 - 7735 11777 - -3263 7667 - 13206 -15582 - -1753 7835 - 2105 750 - 7916 14694 - 11195 4872 - 1492 8353 - -15906 14739 - -3201 15870 - -2 1298 - -2618 9021 - 5706 6761 - -11806 13792 - 8187 -12759 - 4816 -5028 - 2329 6637 - 13204 -5533 - -5243 -3050 - -8204 399 - -5512 4695 - -567 2183 - -6112 6354 - 11474 11055 - 9511 1778 - 15912 11784 - -9102 -9054 - -8245 1930 - 13965 -2936 - -3894 8118 - 9972 9448 - -13948 11388 - 5791 -4368 - 16167 -10589 - 5825 994 - 5385 -10875 - 5427 -370 - 5722 6301 - 6018 1721 - -7639 12710 - 8140 11338 - -4504 14842 - -13947 12087 - 1000 -13236 - -12826 -1398 - -10376 15428 - 11077 -10698 - -5591 -9191 - 12257 -7039 - -128 -8754 - -39 -10508 - -7533 5020 - -5857 -937 - 7213 12983 - -12210 5460 - -12913 -992 - 5202 2728 - -6097 -9355 - -4536 -11882 - -6700 -7460 - 13750 -1526 - -3648 7675 - 9733 -4228 - 7053 -6790 - -5238 -12483 - 6215 7725 - 12991 5625 - -14118 554 - 4485 5547 - 4367 -10451 - -7567 10067 - 862 10914 - 11062 -9234 - -2420 -12272 - 7885 3982 - -12107 6591 - -3284 6243 - 14965 -2660 - -1525 363 - 15596 3638 - -12630 -7691 - -1302 -11252 - -14703 -7947 - -11999 8507 - 8953 13177 - 7164 4617 - -2895 -9876 - 7037 6797 - 12909 -11730 - -1303 -11456 - 14323 -6623 - -12417 5065 - 8334 14984 - 15714 6004 - 11330 -11429 - 15514 -8785 - -1293 7906 - -14765 -8640 - -8820 -1648 - 13958 -14365 - -5121 11562 - -14060 -9428 - -14845 -2088 - 15612 -15977 - 670 -9473 - -11129 -409 - -11833 1439 - 3545 2753 - -13928 382 - 2573 7835 - 9526 6195 - 11582 1931 - -16080 8715 - 7064 -13052 - -3202 -12097 - 11670 97 - -166 1240 - -15178 -10418 - -6820 2546 - 4185 -8324 - -7579 -7570 - 16111 -14580 - -4605 -2683 - -10798 -1961 - 12906 -6701 - 4971 -297 - 12091 -7183 - -5136 -2702 - -4759 12123 - -16304 -172 - -788 -6408 - 9939 -3928 - 10979 -12436 - 10330 12357 - 2959 703 - 15641 -15254 - -7593 -12308 - -3960 -3621 - 8829 -14285 - 11110 15777 - -4868 -7548 - -8301 8414 - 8913 9508 - -2168 3394 - 10034 -10052 - 1790 -8675 - -4614 10820 - -14740 -9623 - 4398 3230 - -4160 11484 - -8266 12690 - 6428 5994 - 16129 -14607 - 2458 -11966 - -9004 -6717 - 10904 -14683 - 1594 -9817 - 13655 10584 - 16311 -5752 - 698 -15434 - 4898 -14826 - -12943 -14809 - -16 9291 - -2976 10651 - 14811 -15026 - -13321 -4012 - -11925 11780 - -9460 12400 - 11208 6981 - -1616 -7994 - -14092 -12708 - 8577 12670 - 11699 -3456 - 12778 -972 - -6260 -12076 - 1170 -7423 - -4283 -14411 - -8579 8714 - 12276 6795 - -3461 -16028 - -15373 -9521 - 2400 -1522 - 7429 5123 - 2429 11484 - 13296 -513 - 8899 1441 - -13572 14591 - 11122 7190 - 966 -15493 - 5772 5916 - -1382 10817 - 13209 12641 - 5699 -3933 - 13552 -10059 - 8504 6498 - 9240 9427 - -1586 -7439 - 13833 -14047 - -3590 -11834 - -14666 4956 - -7145 -6513 - 7568 13935 - -3787 7482 - -4246 -9306 - -240 14650 - -4445 -6096 - -6749 9973 - -7184 -1680 - 7506 2756 - 8583 10251 - -9681 3351 - 2282 -11434 - 8380 -9555 - 3489 2128 - 13430 -12256 - 2239 -15665 - 10265 -5951 - -4649 -12180 - 16270 12857 - 9319 -1318 - 9997 -3613 - -9858 -14721 - -1093 -13806 - -8569 -14766 - 11059 -2020 - 7859 7228 - 9639 -1082 - -5595 7421 - 12716 -11308 - -9756 -11005 - 4591 -11614 - -13450 6103 - 299 13445 - 15805 -7172 - -10538 192 - 15465 -10446 - -13572 -13239 - 3699 -6346 - -15321 12361 - 1085 -3677 - 3723 12037 - -4475 12096 - -15242 -13054 - 8828 -7641 - -6533 -7067 - -4535 13259 - -10612 12233 - -1805 10560 - 15736 -1985 - 5707 -14892 - 11961 -5504 - 991 -2495 - -15881 -4849 - -4816 6792 - -2385 -152 - 11369 -10479 - 10421 11376 - 2213 15609 - 6785 -3304 - -3281 924 - -9766 2697 - 5971 5840 - -2817 -2856 - 5574 8091 - -5166 8808 - -16180 -10724 - -12197 8898 - -3297 -541 - -5422 -617 - -5518 1718 - 15245 6161 - -2346 -13033 - -16009 197 - -3512 9814 - 311 -1738 - -2335 9592 - 1518 11820 - 16356 12055 - 15199 9968 - -984 -13383 - -4132 2261 - -8810 4133 - 6416 8413 - -1864 7906 - 7867 3263 - -10711 -4886 - 1267 -14721 - 6433 9183 - -3957 -4037 - -13431 15235 - 2599 -4954 - -5567 12545 - 2627 -325 - 823 -3926 - 4496 4823 - 7903 9819 - -1161 16072 - 12900 -4844 - 5593 -10493 - -10698 12951 - -3589 14359 - -5658 -4550 - -12824 14083 - 5774 -12326 - 7820 -15553 - -3133 -6102 - 2097 172 - -11552 6038 - 723 2602 - -6106 11984 - 708 -8382 - 7702 -10060 - 15722 54 - 15143 -11582 - 2179 242 - -13716 -15967 - -3471 3442 - -12258 -14651 - 11448 -15989 - 15822 -16048 - 12203 -8531 - -4268 3440 - 2614 -4441 - 14033 -10836 - 14095 11356 - -5382 -8455 - -12097 11710 - 436 -4555 - 2739 -1180 - 894 -11809 - 3616 1514 - 9857 438 - -4469 -7322 - 4017 2048 - 9623 14586 - -5755 -9680 - 13340 5263 - 10149 13558 - 13124 -9357 - -10963 -1867 - 5941 14608 - 7488 -1144 - 2788 -7945 - 14260 -2384 - 16330 -10298 - 919 1933 - -10350 3137 - -6930 -9865 - 12291 10071 - -7416 -11967 - -13284 -12591 - -11032 -9059 - -9362 14674 - 9113 401 - -13842 -269 - 1352 12224 - -7208 -11517 - 13181 -775 - 12419 -11111 - -15599 3056 - -2356 14750 - -10861 -5192 - -5705 4343 - 14531 -10499 - -6314 -773 - -3482 6746 - -3760 4800 - 6437 10052 - -8640 -8611 - -15284 -11645 - -1609 16315 - 13737 10573 - -11927 1983 - -10359 -13317 - -15636 -2484 - -6509 12063 - 757 -865 - 6080 12244 - -14934 -605 - 10999 5386 - 14586 5820 - 8127 5144 - 7384 -4755 - -5205 -5960 - -2110 15468 - 5950 7284 - -6775 6306 - 5739 -11782 - -5591 4469 - 3872 11636 - 4754 -10027 - 7003 -12536 - -10472 -6444 - -9518 6976 - -8563 -9851 - -8692 -11593 - 7320 -8810 - 7581 -6206 - -13176 -879 - -11975 -471 - 8253 -9048 - -12433 -775 - 10527 5590 - 7313 -6850 - 2550 -2635 - -16375 7840 - -7636 -330 - 9263 -6997 - -11447 -8787 - -1602 5254 - -14799 -4300 - 16101 1198 - 13132 -6640 - -13907 7575 - 2443 3003 - 2243 -4182 - 6678 11892 - -2095 -7671 - -4975 -6273 - -10970 5160 - 13272 7458 - 5090 9090 - -7896 13628 - 10604 6146 - 6441 9646 - -6392 -3826 - 7795 -10060 - -11406 -2443 - 2817 1155 - 14943 -2343 - -10020 12839 - 7179 -7725 - 11033 -9151 - 9023 -6550 - -15277 1440 - 1254 -7653 - 6102 -2887 - -8633 2865 - -7897 2648 - -3733 -11000 - -16088 4423 - 739 7573 - 4293 -1042 - 6453 10396 - 6012 15778 - -1344 12695 - -7662 -1947 - 7962 415 - 13728 -10573 - 11964 -4483 - -12996 -13987 - -13128 7247 - 8402 -10910 - -2501 11458 - -4000 15727 - 15570 -13384 - 1155 10192 - 14080 -8043 - -3349 -1597 - 7701 -8902 - 9943 6167 - 9111 4232 - -10580 3123 - -14293 -4831 - 16178 9339 - -5928 8305 - 11026 -14573 - 5057 -13294 - -8174 10339 - -3301 8762 - 11676 -15020 - 16175 8266 - 483 -9279 - -13204 9651 - 7166 3098 - 702 7317 - -4133 14111 - -6410 2913 - 3690 -3254 - -2802 -3908 - 7089 12362 - -15472 -6774 - -13631 -12354 - 8314 -739 - 15006 -14632 - 4194 12039 - 14151 8501 - -9908 -14907 - -14340 -16172 - -12662 -9677 - 11362 13886 - 5039 -1008 - 1551 -10421 - 11097 2211 - 8219 10063 - 2965 -10500 - -12798 -4429 - -9554 -1238 - 8624 -14189 - 4515 -8375 - 14122 -12366 - 13126 1613 - 5881 9268 - 8156 13906 - -10830 -7791 - -9026 -7957 - -11448 3293 - -6139 -1185 - 8260 -4797 - 4241 -13459 - -4677 -3280 - -10822 -12053 - 14701 13597 - -3152 -164 - 15579 9677 - -1298 -8374 - -14997 441 - 9881 -11949 - 3956 -11412 - -15228 -16264 - 14261 13187 - 5464 -8240 - 7159 -6746 - -8355 -7033 - 13044 317 - 5645 10948 - -9262 -7083 - -3831 14397 - 13729 11233 - -16098 -14379 - 9919 -14052 - 10200 -8200 - -12988 8673 - 7195 -6661 - 7541 -12510 - 6376 -5450 - 12956 -11454 - 15938 2346 - -15506 -10137 - 4822 -7804 - 5665 -6959 - 7530 8504 - -8673 10018 - 6191 -1031 - -14033 2984 - -502 4181 - -1764 -15948 - -7035 5874 - 2931 -5489 - -4910 3313 - -7428 7782 - -6475 -1404 - -6303 829 - 13241 8532 - -7326 -11455 - -11863 -80 - 122 -6593 - 15107 4650 - -2396 -3164 - -485 -7223 - -14053 -7319 - -1174 -14956 - -1126 5534 - -2685 -11933 - -16357 -4806 - -11905 12051 - 15186 -9600 - -3724 14654 - 7321 12212 - -11655 -11929 - 999 1275 - 4148 -1244 - 13249 -6978 - 4203 9726 - -15841 14826 - -15467 -163 - 3541 -15874 - -15073 1247 - 7564 16349 - 7664 3274 - -3468 -3982 - 6408 7002 - 12542 -10673 - -2140 -6946 - -10586 -6032 - -3972 1015 - 7826 2864 - 4318 -7622 - -15403 2178 - 8366 9071 - -1833 -6853 - -11885 -15947 - 10795 -4383 - -4901 -11972 - 14048 -8120 - 11097 -972 - 6026 -9124 - 14218 -13664 - -5508 9747 - -11798 13596 - -5536 -2491 - -3323 4179 - 10848 -10625 - -12065 -1520 - -1110 9826 - -9863 -8202 - 10905 -1663 - -3435 -15951 - -15523 9071 - 10484 -3695 - 8535 7504 - -12354 2164 - -1985 14865 - 9128 3080 - -2184 3845 - 8608 -8251 - 13602 -5621 - 15457 -1780 - 4673 15263 - -3752 9532 - 5044 7009 - 4366 15822 - -12550 -173 - 5324 -15607 - 4913 9590 - -8122 -8411 - 6610 13000 - -4769 14209 - 7598 -15386 - -11534 55 - -15259 -1841 - -11434 14728 - -15346 -8221 - -14283 5380 - -13287 13687 - 3185 -14229 - -2703 12289 - -11111 6476 - -1585 -3833 - -16062 -11996 - -8095 -12086 - -12725 -6728 - -11804 -1041 - -3864 -10849 - -5345 -7849 - 4379 6703 - 4409 9306 - 4698 -3058 - -5092 -2481 - -9197 9230 - 7681 -10040 - -4512 -4546 - 13747 16023 - 6618 -8926 - -14321 -543 - 3013 -9413 - 10026 11183 - -1862 15314 - -4991 -4502 - 16357 4900 - -194 -4220 - 13663 5371 - -11128 6561 - -14024 3883 - 11374 14601 - -2708 -12065 - 10614 -11299 - 3966 14250 - -10814 15120 - 11796 -8276 - -6878 3455 - 9559 -8140 - -3335 -2750 - -6889 -14857 - 6278 9310 - 3278 7798 - -6909 -14028 - 12214 5325 - -7762 13338 - -12396 -4702 - -6220 1757 - 2535 5050 - -5983 1870 - 9374 863 - 1256 -16146 - 14609 -11026 - -6133 13048 - -3888 11858 - -7104 -7572 - 14435 11473 - -3613 8343 - -9607 -2286 - 15272 10245 - 6445 -11445 - 11981 7394 - 2686 -12354 - 6684 7821 - -4297 -1203 - 2041 4353 - -7220 -12165 - 9127 15408 - 938 13033 - 8149 14902 - 14959 12733 - 16121 -6733 - -6734 14707 - 12483 -6922 - -10450 -497 - 5587 5759 - 4233 -3260 - 777 -5138 - 13141 -9413 - -7388 -14665 - -5269 2462 - -9576 -3779 - 16073 657 - -16215 3666 - 13613 -9441 - 13029 9071 - 7221 -11296 - 1249 -7936 - -974 360 - -2779 158 - -9900 -397 - -3120 1258 - -1590 9397 - -6469 5548 - -10916 -6606 - -10624 -4067 - -12491 -4496 - 12394 2512 - 3258 -7395 - 10994 -8177 - -9058 -13186 - -3539 -7479 - -6447 -4809 - -12130 10257 - 9154 -1062 - -9375 16116 - -10242 -4103 - 5767 -8253 - 14205 7205 - -5888 -447 - -454 -4799 - 8516 -12168 - -808 -2759 - -140 -6917 - 12443 -15132 - 14695 -7770 - -15746 4377 - -1390 6890 - -15435 16039 - 3313 12311 - -13857 -184 - -12737 -6958 - -13953 -16177 - -6512 -5135 - 7097 5602 - 14424 -8917 - -7103 -3674 - 3891 -2623 - -10386 -1851 - 15528 -9552 - 5070 -1478 - 2939 14574 - 8934 358 - -12159 11075 - 9880 -11347 - -14926 13664 - 3910 -10863 - -871 4803 - -15460 12906 - 15554 -14049 - 14427 7036 - -10001 12997 - -5272 9692 - -1967 -6533 - -4533 -14608 - -6796 -2222 - 14605 -5327 - 14261 7670 - 3677 7555 - -1242 -2151 - 15775 -9952 - 2474 2572 - -15678 -15385 - 106 -16114 - 1935 -6548 - 6185 8932 - 11603 9925 - 1937 -10248 - -14847 -14593 - -9459 -10539 - 1943 12654 - 14951 7999 - -5853 7604 - 11626 -15380 - -9002 5936 - -8505 -1120 - 5336 4427 - 10212 -3880 - 10221 9710 - -11535 13649 - 1432 -5466 - -4364 -669 - -16215 -4606 - 8288 12083 - -8111 -4882 - -5841 -14548 - 2911 11064 - 12533 -16171 - 8483 -14289 - -11672 -3628 - 15066 4142 - -14022 -2614 - -10626 11642 - -7900 -12946 - -12632 -9573 - -12621 -16326 - -3078 -9227 - -9033 3169 - 11549 9938 - -15829 16380 - 15000 -3012 - -11838 3575 - -5468 -8877 - 8840 16047 - -80 7289 - -4912 9057 - -11301 -14972 - -15631 -13807 - -8410 7699 - 15449 -11455 - 14176 -5753 - -2351 -15255 - -15510 3145 - -8392 1541 - -15988 10504 - -3640 14224 - -14678 -11424 - 5643 -14159 - 13115 -9553 - -14479 -1777 - 14157 -13151 - 2309 11225 - 15479 -9986 - -12247 7459 - -6513 -1739 - -14025 -65 - -7100 12876 - -2168 -13568 - -9858 2280 - -6036 -3235 - 2944 -2644 - 8333 12245 - -8321 -14586 - -1910 -14927 - 11403 -9428 - 6353 9249 - 6382 7749 - -11371 -8953 - -6927 -6124 - -9958 -10394 - 15977 15914 - -14621 4744 - 11799 14053 - -5366 1438 - 7993 40 - -15381 -4183 - -2643 -11476 - -10543 -5290 - 13427 13842 - -886 5868 - -7245 10592 - 7259 13904 - 7971 -5131 - -14538 1547 - 3686 1181 - 14384 -15083 - -11380 6272 - -3213 -6850 - 7866 -12954 - 7555 7498 - -10308 -14413 - 1467 3272 - 5603 3120 - -929 6071 - -2213 2218 - 7225 10983 - 15758 10319 - -15278 -5006 - 9594 6818 - 2757 4674 - -635 -8981 - 12063 -16263 - 15750 6607 - 5278 9632 - 5367 11140 - -5539 7115 - -14250 -8990 - -9080 -837 - -12514 -12327 - 16046 7152 - -12316 6271 - 10275 14682 - 9196 -472 - 13415 1840 - 11917 15522 - 15536 927 - -9214 -5613 - 7648 10629 - -12266 3093 - -2689 1170 - 5407 -13020 - 2314 5703 - 3761 1059 - -3719 6006 - -1954 -4815 - -7008 -14816 - 11430 10338 - -15070 15111 - 14537 8843 - 10749 9459 - -313 -9859 - -16194 -13786 - 1861 -1461 - 15864 14378 - 9834 12945 - -6014 -1749 - 14620 2890 - 7144 5306 - -11697 -10077 - 10961 -6137 - 8745 16147 - -6142 -9265 - -13409 13615 - 5012 -14007 - -12080 -13277 - 14677 15726 - -16207 3263 - 14932 -13873 - -16152 6188 - -11112 8500 - -9613 2083 - 7812 -14584 - 10790 5390 - 11512 -9036 - 1320 10422 - 12081 11204 - -2747 2711 - -2999 3446 - 10727 -14676 - -3811 7403 - 719 -12603 - -3249 2210 - -6548 -8495 - 12510 -4715 - -2231 -11558 - 9409 -3307 - 15374 -3478 - 11434 -9351 - 11630 -5328 - -14100 -14701 - 9129 5131 - -15864 -10949 - 10661 -1972 - 15432 -7072 - -12635 5877 - 7507 -765 - -7503 2142 - -9473 -13 - 7711 840 - 1879 -10125 - 12552 10283 - -10060 -7036 - 12138 7830 - 3645 15635 - 408 6112 - -11354 -6157 - -10992 -15565 - -13100 -12011 - -14103 1845 - 4754 -12727 - 8571 -10947 - 12392 6112 - 10087 4536 - 12434 -14608 - -7304 -4320 - 8953 94 - -7815 2557 - -16242 -3718 - -10171 -6078 - 14702 -2426 - 4822 11025 - 7456 -1230 - -11923 -730 - -13773 4761 - -9550 -12659 - 6750 -14030 - -2430 15127 - -14135 3715 - -2686 -13381 - -12389 4491 - 5483 15389 - 10936 -2238 - 12495 -11657 - 4879 -1173 - -15881 -14537 - -12250 -7953 - -4274 -2470 - -10307 12097 - -6175 -7188 - 10945 -4231 - 14329 11835 - -235 -16306 - -3874 -3105 - 15218 -10492 - 12612 -1252 - 7553 -3291 - -6557 3880 - -2594 -2159 - 10598 -3456 - -12606 10406 - -15227 7603 - 13416 12978 - -7720 -11872 - 3180 -11101 - 3281 4254 - 14508 -10152 - 15596 -11917 - 3320 -9244 - 1032 15529 - -13966 15267 - -13204 -4992 - 19 8262 - 1785 13546 - 14150 -2993 - -13651 1062 - 1651 7848 - -4189 -5926 - 12387 12950 - 4274 -12279 - 13655 -7664 - 13952 -8909 - -2168 6241 - 15752 -6622 - -6472 -12972 - 490 3685 - 6588 13559 - 15606 14261 - -5148 -8090 - 10526 3652 - 5051 13651 - 3271 1481 - 12266 14019 - 14194 11571 - 11719 7797 - 1799 1049 - -507 -15053 - 13756 1273 - -1494 -7881 - 10826 13270 - 5526 13179 - 11393 -9189 - -10122 3103 - 14809 1377 - -678 -13476 - 7189 3380 - 14329 -7955 - 548 5014 - -16315 -4804 - -11913 -9016 - 10133 16211 - 10769 -16102 - 11657 2302 - 4092 -2153 - -1484 16308 - 13852 6319 - -4624 11093 - -2246 13239 - -11968 -9649 - 8074 -1568 - 9289 -16233 - -3245 -11594 - -1988 -5067 - -3689 11152 - 13083 -10040 - -8953 -15653 - -6924 -16011 - 5713 3015 - -6111 -7819 - -1959 -7761 - -3550 -2673 - -14716 -1181 - -8050 1054 - -6142 -12058 - -6455 -12830 - 5025 -7049 - 15504 -12504 - -3477 15716 - 1946 9054 - 8609 5116 - -7199 -12458 - -12021 -6372 - -12624 -13854 - 5222 -4096 - -7662 -16250 - -15989 16105 - -8060 1961 - -13497 13729 - 12759 -1856 - 12408 2781 - -11639 -2446 - 2769 -13640 - -7011 -14877 - -8540 -11710 - -3211 16366 - -4481 -11314 - 9955 15336 - -11042 14488 - -10572 -15370 - -12648 4040 - -13367 7273 - 13250 13765 - 6336 -1160 - 11306 -851 - 7698 15906 - -4028 13540 - 3956 11082 - -2679 -15948 - -15540 2187 - -2817 11658 - 323 15275 - 7261 4711 - 1515 -14409 - -12464 -13437 - -4278 -10131 - -9626 6532 - -14306 -114 - -9997 -1837 - -1568 -12641 - -3430 -6315 - 2114 9616 - -10782 -7663 - -8926 5585 - -14789 -15050 - -468 -10045 - 11641 -15258 - -9200 15077 - 9276 4096 - 6844 16135 - -1339 -6152 - 13529 14013 - 1785 3080 - 11634 12728 - -13474 7443 - 12297 8949 - -3614 11129 - 8415 11740 - -10755 14403 - -4230 -4204 - 9407 9775 - 9776 7886 - -16231 -11144 - 3907 -15732 - 7582 8809 - 12651 -13075 - -211 -16052 - -9666 -5632 - 5562 -5353 - -16037 -1979 - 15591 -881 - -2384 -2645 - 7026 -13159 - 12844 -5241 - 8055 12733 - -3564 -3396 - 4140 -13599 - -14024 15561 - 2586 13157 - 11118 -7231 - -15078 5236 - -8763 14953 - 7985 1349 - -2224 6320 - -14294 16252 - -1963 -10540 - -13306 -9000 - 9303 4369 - -15750 -6937 - 3890 4825 - -5014 -3895 - 7258 7842 - 7563 -3323 - -6724 -8067 - 5500 9137 - 11343 12859 - -8032 -3596 - -16042 2186 - 145 2787 - 12250 10448 - -14242 1574 - -8257 12847 - -14320 14223 - -12653 7107 - -5010 -10529 - 12137 -12530 - -13476 -9465 - -1497 -8006 - 1930 -14851 - 10741 15659 - -385 756 - 1641 -8766 - -15969 14429 - 16184 9109 - -9981 15656 - 13223 14054 - 12920 7166 - -15418 11590 - 6493 -3424 - -4503 -9482 - 13320 -8479 - -7028 2393 - -15936 7160 - -2814 -933 - -73 -14892 - 15421 161 - -6368 -11399 - -2851 5853 - 14420 -8187 - 4901 -5163 - 5020 14669 - 2736 14606 - 5080 -12842 - -11610 13887 - -14630 5286 - 3885 -9917 - -15546 9617 - -13700 -12598 - -11617 -10415 - -199 3207 - -7799 -7696 - -10327 -7607 - -12314 1920 - -4333 -343 - -8636 -3229 - 980 10964 - -2075 -3090 - 6924 4924 - -9088 -3429 - 15248 8900 - 14644 2337 - 9984 -10237 - 4003 6885 - 15966 11982 - -16352 -7097 - 11732 15214 - 15939 -15638 - -2015 -15485 - -252 -387 - -14266 9472 - -12509 -11683 - -7643 -11983 - -11851 14483 - 16107 6787 - 13298 11939 - -13138 -16351 - -4154 -10758 - 8163 5888 - -6388 11319 - -4234 11166 - 10247 8778 - -13636 -9804 - 2616 11233 - 12242 -15175 - 6175 2447 - 10873 -6159 - -5894 -9108 - 4477 -1385 - 2658 -15173 - 10416 -12885 - -5622 -10434 - 375 7828 - -6934 5170 - -2298 2644 - -6564 1988 - 16140 1401 - 12313 -16128 - -3495 -8072 - 791 -3586 - -3217 6658 - -12437 -2979 - -5174 -7761 - -497 -16237 - -2688 2422 - 12881 9158 - 13544 -6157 - -16063 15679 - -3964 13827 - 14864 6360 - -3748 -6116 - 9981 -10521 - 7267 6465 - -5926 -9628 - -15299 -3543 - -15277 6251 - -13416 -12734 - -14492 -13222 - 4076 -10684 - 789 9638 - -5830 -5158 - -16081 -9898 - 13763 -5473 - -11486 -5373 - 14167 -2784 - -8456 8852 - -11061 8608 - 1905 7913 - -7460 10630 - 7352 -7972 - -9498 -8907 - -16340 12258 - 12825 -10432 - -2817 3500 - 1403 -9938 - -6865 4556 - 4235 -11679 - 6855 9312 - -8927 -14241 - -8428 2425 - -12482 4427 - 5362 2634 - -14561 -14081 - -13173 11126 - 8805 5450 - 15390 1185 - -4040 -12260 - 12136 -3507 - -15543 15779 - 208 12620 - 1459 10255 - 11915 9867 - -2035 -14408 - -6575 -7632 - -13568 16275 - -9813 3917 - 8569 8239 - 6027 10441 - -10536 6011 - 8102 -7709 - -13065 12835 - -10862 -15346 - 12002 -11289 - -6059 5377 - -14863 -10288 - 6445 10747 - -152 8215 - 11083 -6348 - -12170 -13671 - 15790 -1189 - 10161 3625 - -7692 -736 - -203 5886 - 8889 12639 - -927 4648 - -9564 -12820 - 16020 3261 - 7296 7967 - -9393 15320 - -9319 -6577 - -8269 4165 - -8680 906 - 9496 -6559 - -1424 14877 - -2562 14377 - -9869 -13382 - 3833 7458 - 13561 -8183 - -5406 -5666 - -10686 13986 - -10125 -12540 - -11478 8985 - 2646 -1858 - -7374 4316 - 7031 -14519 - -7907 10634 - -6945 -4075 - -9303 15137 - 10213 -9247 - 12674 -7317 - 10067 769 - -7714 8805 - 5479 -6556 - -10050 7190 - 15566 3487 - -14872 6669 - 2507 3505 - 3474 4657 - 7985 15364 - 12571 -13249 - -14690 4057 - 10745 13842 - -1426 -4907 - -4474 5294 - 6668 -8594 - -7334 5287 - -2280 14708 - -14685 7821 - -1640 -2445 - 15514 13228 - -15367 -1457 - 4217 10533 - -10703 4009 - 8703 -8893 - 5872 -14557 - -5766 2585 - -129 -2165 - 7274 -10788 - 10068 -13006 - 8789 -5740 - 220 6218 - 15055 3830 - 5108 13488 - -16214 3294 - 15978 -12196 - 14788 11198 - -6383 12457 - 3569 8389 - 8177 -11817 - -9970 -15268 - -1297 9560 - -1880 -8807 - 14565 9949 - 2495 435 - 8009 8289 - 13738 13757 - -2829 -9277 - -5159 13764 - 9044 1476 - -14977 -2121 - -6801 -7558 - 3637 4975 - 5140 -1258 - 105 -8949 - -15432 -8326 - 8753 -3000 - 15667 -15754 - 9326 2386 - 5221 10165 - 16015 -12994 - 14663 -15414 - 3899 368 - -3606 -796 - 5666 8986 - -7843 6510 - -7072 16351 - 13574 1430 - 14737 3291 - -275 4606 - 4481 12499 - -791 15806 - -6531 15465 - -16215 -10200 - 7723 10642 - 9986 11445 - 10963 8268 - -3816 9481 - 13106 -3401 - -15483 3869 - -13879 17 - -13471 5211 - 13157 1118 - -2080 -3673 - -6781 -8669 - -5733 13742 - -14207 4639 - -1932 12871 - 15294 12200 - -1837 6777 - 4077 -10327 - -224 -1745 - 9058 -14164 - 9563 -14791 - -9066 -13898 - -335 5434 - 3508 -11167 - -10198 5914 - 4644 -9505 - 2631 -12701 - -1399 3147 - -85 -10417 - 10407 737 - -11925 -11858 - 2327 3655 - -15805 4027 - -12713 15247 - 13169 -1068 - 9061 2799 - -7287 -272 - -12896 147 - 14825 14291 - 7450 -1330 - -8670 6672 - 13217 -3965 - -5003 -3060 - 14192 -10393 - -974 -16379 - -12128 9899 - 5411 -9007 - -8934 14784 - -361 5570 - 13325 12522 - 14655 -2938 - 2053 -1185 - -10811 11268 - -615 -11000 - 9009 -7576 - -3728 -4990 - -3563 7735 - 9438 -10306 - -16206 -11648 - 3465 -7325 - -13112 1206 - -1604 -1016 - 12169 12472 - 9051 4790 - 8900 -2292 - -7419 -2561 - -15269 -2945 - 14063 -16009 - 4656 -11192 - 9072 8527 - 9356 -14877 - -7703 15559 - -1798 -13888 - 2756 285 - 11596 -4913 - 4225 11591 - 46 1389 - 14576 15593 - 343 -8500 - 2678 -5145 - -1789 -10028 - -1975 -2494 - 12584 5528 - -8141 2623 - 7253 -12989 - -15718 12967 - 3238 4310 - -3516 15148 - -9272 13790 - -7152 11216 - -8781 -1341 - -14747 4300 - 12526 7474 - -10843 4238 - 5862 9188 - -10666 7837 - -13300 4429 - -7858 2178 - 11573 -15383 - 4522 13679 - 857 -2878 - -14832 11391 - -12370 -11832 - 3958 6199 - -5877 -10667 - -1911 6926 - 7583 11985 - -7355 16170 - 12332 1633 - -14177 -2758 - -5071 6225 - 3893 -11088 - 15363 3572 - -2488 3535 - -10556 11365 - 5944 841 - 15857 7275 - 3760 6289 - 15099 -4041 - -4453 7009 - -12030 -14538 - -1289 8 - 15365 8400 - 4514 -13334 - 11595 13679 - 10209 -3700 - 10258 6583 - 4184 14393 - -4222 10461 - -4612 9737 - -204 -15187 - -2718 1213 - -16298 15234 - -2194 9560 - -2258 1365 - -15772 -13302 - 1516 15785 - 9443 725 - 5803 469 - 8997 11348 - -805 7634 - -9632 8806 - -3983 12684 - 4851 295 - -2605 4479 - -14324 14621 - 1756 -16242 - 14031 -8459 - 4909 6959 - 11644 -9868 - 13193 -4689 - -10067 4064 - 12675 6577 - -278 -4877 - -4928 8259 - -937 -2796 - 7092 9087 - 6254 56 - -6681 -14844 - 5707 -687 - -6250 -2213 - 16026 -1512 - -2749 3364 - -13814 15207 - -14996 9857 - -4651 -2262 - -4088 12791 - 13626 -14837 - 11300 -8391 - 13829 16197 - -13534 -1881 - -9139 -15336 - 4210 5189 - 2641 -1928 - -5663 11086 - 3292 -10064 - 2886 2581 - -7120 -13557 - -3029 -11543 - -2725 -14530 - -1376 -13749 - 2113 6468 - -15017 -9382 - 2633 4487 - -12322 14450 - 8442 -10124 - -10546 13448 - -8848 3371 - 7681 6434 - 4372 -5431 - -14073 1706 - -727 -13522 - -6436 9171 - -4469 -14137 - 13799 -9226 - -6843 -13160 - 10356 9332 - -460 -14468 - -3693 15335 - -304 11671 - -3827 9682 - 13035 -6773 - -9925 14287 - -246 -11067 - 783 1290 - -13119 -295 - 7793 -16195 - 10252 -9852 - 4059 -3432 - 3798 14835 - 399 6118 - -15687 10774 - -3898 -14293 - -10022 -3630 - 3403 4987 - -11139 7475 - 12932 -6900 - 8411 11040 - -5720 10074 - 11426 4812 - -11836 8219 - 977 -15863 - 2188 4502 - -985 -9913 - 11906 7950 - 11801 4489 - -2789 -10011 - 12190 -10986 - -6477 -2812 - 2935 15544 - 3759 6330 - -7072 9066 - -4557 14611 - 15776 -6621 - 5970 15111 - 12174 1703 - 11399 -9825 - -1885 1662 - 12443 13770 - 12165 10631 - 962 9324 - -4207 -16332 - 1751 3793 - 14779 -3215 - 14935 -40 - 6265 4231 - -13932 3305 - 7242 10621 - 11770 -10117 - 3544 -612 - -13268 -8923 - -9345 16129 - 9901 9025 - -1117 8744 - 8140 7167 - -13637 2922 - -13026 -10220 - 9603 16266 - 7597 5076 - 9343 -4752 - 4344 2250 - -2510 -14136 - 4411 10451 - 9957 7076 - 8454 6569 - 4501 -15039 - 13667 -11199 - 4089 14294 - -15614 7050 - 9396 3118 - 10592 -13656 - 14953 1260 - -8626 5076 - 4334 -7803 - 7297 2463 - -16312 -11199 - -15951 -1058 - 9289 11081 - 1643 1199 - 8643 -3482 - -5646 -9166 - 14847 14056 - -15436 14527 - 6877 10542 - -4784 14666 - -12172 10920 - -9372 6385 - 157 4663 - 7239 -9260 - -12138 -2213 - -11233 -6662 - -11435 -648 - 4577 15548 - -13330 -363 - -1256 12707 - -2019 -1424 - 2584 -9178 - 7120 11778 - -7417 13960 - 8466 5220 - 12264 5420 - 11467 9401 - 12 1157 - 10746 9499 - -14719 16077 - 9353 15365 - 4995 -9507 - 951 8469 - -8084 13109 - -2100 -15779 - 1325 -14345 - 2472 15501 - -11925 4892 - 14751 -1968 - -14444 15617 - 7627 2049 - 8804 -8366 - -1343 9384 - 5769 3507 - 9608 5001 - 2371 10695 - 10885 2544 - -4379 10441 - 8333 1111 - 2067 714 - 9778 -16260 - 179 -15386 - 647 13376 - 472 -12304 - -2852 -15100 - 11907 12037 - 3566 -1327 - 11838 11741 - 381 412 - -13743 -9561 - 13913 -8472 - -4890 -15532 - 13575 2990 - -14612 4316 - -79 -6408 - -9034 -12610 - -12728 5935 - 14483 13704 - 12074 5945 - 9911 14140 - -1759 8190 - 2203 13703 - 1168 -10860 - -3765 -6387 - 9539 -16255 - 12090 5586 - 1206 1788 - 8488 -1609 - 11940 -6482 - 12716 3593 - 1745 12188 - 11000 15583 - -1278 12601 - -6904 11306 - -7397 -8925 - -1475 14039 - -7567 6184 - 3456 3417 - -896 4189 - -11955 -7308 - 6089 -5982 - -2433 2332 - 6332 12447 - -5528 -1651 - -7214 -12010 - 329 11022 - -6290 -2531 - -3504 -15494 - 7329 1371 - 5403 -5032 - 9765 7590 - -4990 4505 - -79 -5016 - -12390 -3825 - -5222 -14333 - 14266 2305 - 9151 7108 - -14959 9830 - -5022 3814 - 9289 -16342 - -7994 -2083 - 12136 -15615 - 12915 -11085 - -5697 6776 - 7864 -10294 - 1339 -11190 - 6973 3717 - 6270 -5459 - -1496 5878 - -15657 -829 - 9322 -15760 - -9861 10067 - 7599 2469 - 6849 15311 - -3819 -2299 - -6081 3696 - 6947 -12106 - 12536 -4999 - 10958 -16370 - -4955 -15586 - 36 13426 - 4448 -375 - 12010 -6872 - -14716 -4347 - -7579 -6828 - -13525 9460 - -4805 -12045 - 11457 8107 - -2715 -10263 - -302 868 - -6301 16037 - 12516 -4147 - -8237 -8487 - 16169 -8626 - -4448 -11379 - -1444 7916 - -928 828 - 16262 -13835 - -6694 11479 - -1379 2787 - -1164 1100 - -8130 9897 - -8843 4816 - 12851 390 - 15033 -13750 - 2626 -1498 - -2534 990 - -9682 8890 - -11367 -3489 - 3743 -1832 - -14589 1120 - 7963 3040 - 4274 -8885 - 11341 -16169 - -15012 -8311 - 3644 4722 - 4687 15617 - 12121 -12717 - -10068 13346 - -4324 1524 - 14286 -5207 - -14704 -7101 - -9664 12254 - 3606 7093 - 15012 5245 - -6042 12767 - 3591 -9036 - 342 1564 - 5952 -8914 - 2524 -16362 - -15153 1616 - 11556 -1386 - 14415 4318 - 7688 4104 - 9667 -10816 - -10615 3672 - -16056 7855 - -10661 -14551 - -1897 -8925 - -3805 -12124 - -3129 15198 - -10662 -11500 - 9495 4277 - 3449 -12110 - 1615 -8954 - -10695 7334 - -14388 4057 - -4362 9821 - -13834 -8290 - -12649 14660 - 16157 -3544 - 4166 -2174 - 7225 4406 - -10940 15004 - -9992 -8998 - 14453 8421 - -10169 -13337 - -5321 -10670 - 12056 -8407 - -8695 7641 - -6220 1949 - -4050 8633 - -1383 5564 - 10301 -9976 - 45 260 - 3419 1436 - 4497 -10113 - -14990 -6892 - 6504 -11849 - -15542 9383 - 1021 -12714 - -117 -3121 - 8374 9301 - 9993 13295 - 12741 -11928 - 7264 3235 - -2575 16112 - -6719 10600 - -6094 3499 - -6228 9509 - -2461 -16014 - 14565 -457 - 15553 -3801 - -682 3703 - -11257 8852 - -4693 9907 - 7483 7686 - 15683 -4219 - 1378 4851 - -10994 7207 - 12395 -5682 - 578 15472 - 10169 11964 - 2842 1771 - 10565 8961 - 7049 561 - 12055 -12892 - -3740 -14317 - 1846 7851 - 14350 -2734 - 6266 969 - -14877 14201 - 2186 -2771 - 8805 4394 - 857 8708 - 14188 -2281 - -9654 -7986 - 3230 2755 - -2520 5813 - 3936 13269 - -9609 876 - -11302 -6792 - 3359 -9738 - -4895 -4901 - -13910 2489 - 10719 -15005 - 11875 10853 - -10940 2767 - -11553 12223 - 11016 -7329 - 8395 -6326 - 15142 -15229 - -314 -11519 - 14672 -14870 - -13984 -6912 - -13996 4389 - 10663 12566 - 12045 -6693 - -12224 -4042 - 3916 13516 - 9241 -1475 - 7274 -4676 - -15596 8326 - 8378 -7812 - -15147 11105 - -6372 -1507 - -1668 -2188 - 4783 -4068 - -2972 8565 - 8856 -10821 - 1655 3718 - 27 -12940 - -9259 -3006 - -10783 -9456 - -9108 -913 - -3479 -4139 - 7715 -3396 - -8863 -15170 - 7565 -3351 - -6185 -15928 - -7191 -15464 - 15167 15747 - 13177 781 - -2397 -2420 - -2402 -7406 - 4447 639 - -12660 14189 - 791 12330 - -11166 -4265 - -13013 1173 - 11932 12946 - -7077 -13171 - 5622 -1157 - -13632 -9455 - 2579 6806 - 3105 -15995 - -7687 -10907 - 993 -6068 - -11447 8934 - 8233 8007 - 8432 -4306 - 7946 -11392 - 8214 9488 - -5038 -9719 - -14526 -9359 - 225 -2134 - -15905 5757 - 13906 294 - 2154 601 - 9314 -7208 - -7042 1756 - 6455 -8867 - 5121 12362 - 13836 15756 - 6570 1850 - 14298 13679 - -11823 -14546 - 11219 -4948 - -7235 6037 - 3071 -15164 - -6019 2123 - -2952 -8127 - -494 2416 - -7514 3862 - -7775 -2806 - -16237 -2625 - 2727 -1410 - -4767 10780 - -9543 5862 - -1160 -9232 - 3423 6712 - 2327 -1966 - -2583 -8512 - 8711 12836 - -1670 9696 - -13968 -2 - -9895 -15067 - -8031 8170 - -15453 1571 - -9801 696 - 11118 6138 - -4422 7715 - 1246 8576 - 1713 7745 - -8168 -14520 - -54 -6772 - 5673 2291 - 10575 15242 - -15164 16285 - 3825 -8004 - -1110 13723 - 2558 11371 - -3929 440 - 14821 -9991 - -7636 13065 - 7942 14938 - -15530 10295 - 4967 5066 - 2705 8599 - -5514 -7796 - -4634 -5300 - -5418 4902 - 3023 11958 - -8468 14811 - -10442 -1120 - -2860 -1607 - 7659 6950 - 10988 -9444 - -15797 9725 - 2557 3963 - -4753 16343 - -12464 14108 - 7615 15154 - -3778 -8778 - 3966 -9075 - -8376 -5708 - -9974 -8816 - 15011 -10164 - 3847 -6208 - -9624 -15999 - 9501 -5711 - 254 5704 - -9803 -6058 - 1790 11950 - -6695 -15193 - 3629 -6407 - 6983 1223 - 4161 -13386 - 1348 -7887 - 8131 11930 - -10745 -14964 - 13092 5503 - 1529 -4651 - -15353 8465 - -15966 -1457 - 12497 12570 - 508 13836 - -10646 16250 - 9923 -15507 - -4571 7141 - -9323 -2280 - 3329 -4635 - 14864 -9373 - 13891 8765 - 3397 9258 - 15731 5325 - 13455 -11776 - 4925 -10149 - 980 -9789 - 2113 14757 - 3644 14155 - 2657 6957 - 8693 -9311 - -14863 6603 - -6898 2633 - -14676 -11444 - 12072 8780 - -10168 5008 - 314 8665 - 12727 15556 - -12389 16341 - 6529 -7619 - -13015 12914 - -5460 14075 - -16011 11453 - 8689 -6233 - -10285 -10234 - 7229 8588 - -12393 8264 - 8083 -11479 - 2035 -15700 - 12359 428 - -10599 -10550 - -4175 12464 - -9544 -1364 - -12297 -10944 - -10656 -5188 - -9754 14066 - -4870 -8744 - -3658 2356 - -2075 2950 - -6860 -6723 - -1944 -10389 - 10768 414 - -12352 -8491 - 13264 15668 - 164 14935 - 11747 3996 - -6021 7592 - -133 -10533 - 9839 11756 - 1347 -4118 - -2364 -9924 - 1269 15467 - -3124 15595 - 11282 12387 - 13977 -11809 - -10343 -2349 - 11273 14817 - -7074 -7038 - 13065 1143 - -1138 15056 - -11250 13510 - -540 6216 - -4803 -12054 - -16357 -4745 - 6741 -16188 - -6012 -6413 - -439 2681 - -14366 6879 - -8555 -10514 - 6664 -3976 - -13088 1852 - -10930 13645 - 3375 667 - 7333 -12224 - 1499 -891 - 13210 -10654 - 16093 12579 - 4022 4696 - -14703 15851 - 7194 4258 - 9862 -9141 - -2944 -6998 - -6043 -10235 - 7542 -15721 - -12000 13802 - 2372 -4 - 440 -12501 - -642 2783 - 8150 14995 - 11935 -13690 - 11522 7884 - -1396 15683 - 12606 3949 - -8778 -11815 - 15150 8715 - 13707 1864 - 14698 11464 - -3715 10408 - -5595 12318 - -6536 -1317 - 2695 6108 - 3276 -6851 - 3618 9950 - -8763 -948 - -7571 731 - -15299 5922 - -6801 6106 - -6086 2209 - -9617 -15978 - -10789 15164 - -3268 2865 - 14193 -13804 - 2528 8181 - 5374 3686 - 13521 5192 - 5586 -9160 - 1873 -15196 - -10534 -5048 - -7557 -6345 - 733 12682 - -902 -12574 - 8457 12179 - -10231 13086 - 9557 -1669 - -6775 9460 - 4844 -8443 - -1695 -912 - 5621 4090 - -15200 9804 - 1141 6013 - -1312 9898 - 4196 12499 - -9892 4336 - 5825 -8449 - -3245 -11061 - 8403 -13976 - 1534 11101 - 9713 7460 - 13411 -12443 - -14625 2624 - 11695 -13792 - -14902 9636 - 5963 11945 - 15454 -16344 - -14498 11931 - -7379 -11653 - -16193 -2573 - 7665 3377 - -11567 -12168 - 5967 -8489 - -5297 1346 - 10356 2604 - 9114 7296 - -13902 -2285 - -15137 13941 - -4912 148 - 6348 -1777 - 5812 784 - 8977 -5203 - 3595 15495 - 1449 4362 - -8789 632 - 11098 -5599 - 12293 -3191 - -1298 10511 - -14832 7395 - -2063 -5506 - -14031 -14778 - 1616 14076 - 7855 12484 - 3346 -154 - -14054 -4890 - 11735 -4495 - -15784 11320 - 4447 -2156 - -14874 -6233 - 13466 5627 - 4325 5410 - -13232 4094 - -16104 -7274 - -13291 4760 - -5874 6855 - -7489 -7108 - 2158 -12296 - 11954 10378 - 5870 15617 - 15821 1866 - -2005 5113 - -10849 6777 - 1781 -3758 - -5628 -7563 - -2178 -12791 - 8240 -4270 - 3302 480 - 14704 -727 - 5310 1225 - 14588 3702 - -11730 9930 - -15154 -5514 - 12817 -8472 - 6021 2646 - -8364 -14707 - -8183 -7013 - 4297 -13084 - -447 6540 - 4751 -10211 - 4185 -5860 - -11797 -4548 - 11080 15932 - -740 -14444 - -2322 -12093 - -5067 14047 - -16372 79 - 7027 15771 - 11554 8966 - -5348 -12319 - 14937 1340 - 86 5223 - 3319 -8869 - -11071 -1390 - 6370 -13191 - -7117 -11013 - -3559 7879 - 4258 5883 - -10343 -15772 - 3846 -15632 - 15134 354 - -5940 7207 - -1223 -5050 - 2369 14461 - 3552 8117 - -16207 -10993 - -9447 -12537 - -2445 -9594 - 11336 13921 - -7855 672 - -15628 2202 - 15050 3122 - 11290 12593 - 12387 -9992 - 7672 10021 - -15353 -1506 - -15356 767 - 3843 7658 - -14448 6741 - -6619 14352 - 12336 -15460 - 13241 15200 - -10835 12460 - 7047 9547 - -9801 -9522 - 13677 8761 - -8053 2754 - 3943 3914 - -4588 10282 - -9103 -6732 - 13250 4407 - -9701 -5548 - 4637 -2665 - -8472 12688 - -9276 -3409 - -7069 -4491 - 13976 3033 - 2725 -7940 - -10596 12380 - -14248 11969 - 13393 16244 - -14296 533 - 2377 9050 - -2400 -3606 - 5841 -10425 - -13693 -4626 - -14101 -14150 - 1800 4121 - -1900 4542 - 9246 -12434 - -7799 14384 - 10866 10 - -12860 11606 - -6666 -7777 - 7629 1033 - 7691 8119 - -1303 -13814 - 14149 11938 - -502 -1676 - -7750 -4324 - -2630 9033 - -525 -12101 - 4123 7258 - 7605 10707 - 13174 7948 - 10886 10590 - 2216 11513 - 16330 15815 - 1825 9671 - 13009 -609 - 14548 8724 - 9989 12888 - -1429 425 - 14810 -10149 - 9403 7464 - -7470 1032 - 8911 10955 - 3046 -14254 - -8637 440 - -2873 15484 - 13340 -6787 - 2826 4389 - -13499 -6516 - -4084 14185 - 5647 -6444 - 9030 -1814 - 12193 13292 - 13672 -12416 - -11726 529 - -7035 81 - -14637 -947 - 14093 -9102 - -8273 14988 - 5182 -4875 - 14549 3504 - 1312 -6396 - 4863 4011 - -8608 14583 - 2787 5157 - -5457 507 - 8702 -9700 - 16181 -7301 - -13546 -2709 - 11448 -8892 - 16118 -12556 - -14415 -14991 - 14557 -5749 - -969 2915 - 16377 -14683 - -6679 3245 - 6306 -7456 - 13449 15157 - 9470 14014 - -6090 12474 - -4914 8026 - -9151 -1228 - -5754 -6773 - -16073 629 - -13997 -10515 - 12873 2724 - -14987 3276 - 1654 -5595 - 14992 -4333 - 5749 -4109 - -7591 12413 - -8632 3319 - -528 753 - -9407 -12871 - 8258 13168 - -982 -1938 - -16142 8038 - -6273 1963 - 9752 -15143 - 4490 8725 - 6780 10297 - -5256 -5125 - 7982 337 - -15697 -223 - -5309 13187 - 5471 9928 - 15504 -3391 - 14844 -1843 - -6979 -1745 - -16341 -6240 - -6517 -6947 - -15081 -1918 - 10449 10263 - 7055 -5610 - -9755 8688 - -842 -10604 - 7986 15420 - -383 -8953 - 6113 -6244 - -5823 -4132 - 9564 -10183 - -2381 -6136 - -13070 -5778 - 11467 2286 - -6330 -6415 - 6991 4329 - -11771 -11199 - -1258 15019 - 15800 -84 - 1268 -14591 - 9281 -11281 - 11123 3969 - 14662 10030 - 574 -4952 - 11974 -3201 - 12713 -7951 - -1579 -2942 - 11304 13835 - -14203 -3359 - 13869 -15653 - -4514 -8347 - -9860 -1264 - -7905 -11272 - -4795 910 - -5512 1187 - -8643 3633 - 13835 -10314 - 5461 12218 - -11521 -2746 - -7518 -5742 - -4941 12601 - 13248 -6750 - -6121 -3859 - 11382 14120 - 4819 10286 - -13536 -10656 - 12717 -5147 - 14910 4053 - -12376 -15573 - 6823 -11457 - 8466 -6517 - -2718 1091 - 12168 -4434 - -5705 1385 - 3775 1509 - -1923 3609 - 6432 5123 - -5945 8769 - 10452 8978 - 14091 4159 - -8406 -11154 - -14755 -8716 - 8732 4807 - -16130 -10414 - -945 8559 - 9834 11316 - -6992 -15379 - -1376 -3285 - -7110 774 - -6744 -11350 - -6156 14147 - 8737 -12891 - -7727 3136 - -1147 -1865 - -9189 10994 - 9740 -15515 - 1082 8751 - 3488 2936 - -7891 11295 - 8828 -16035 - -4569 6691 - -8658 12737 - 9435 14881 - -2894 -8456 - 14057 5197 - -13913 8630 - 680 10640 - 7460 -4227 - -15426 -3042 - -2131 -8823 - -10490 9611 - -7378 -6695 - 2367 11393 - 2397 -6281 - -225 -10797 - -5657 -10070 - -5168 3247 - -3855 12441 - -7623 -10729 - -3814 -6485 - -11858 -3057 - 12319 -2038 - -2142 1900 - 9191 -14395 - 14603 16294 - -7310 6016 - 1949 -5411 - 4946 -9671 - 12804 -12063 - -1322 14293 - 8462 -1855 - -9612 -16269 - -1144 7592 - -3894 14675 - 13419 14972 - 8042 -8652 - -7254 -11600 - 11659 4489 - 8341 2517 - 12722 6584 - -11291 -6131 - 4208 4602 - -9214 10500 - -6019 -6471 - 12840 -5906 - -13067 -7172 - -4509 848 - 2788 8277 - -2812 -2119 - -5294 14231 - 902 8484 - 11706 -4101 - -3869 -11565 - 10287 -7650 - -6035 2120 - 5364 3712 - 7493 -9898 - -2984 6016 - 5491 -8903 - 14315 -12645 - -2733 10927 - -8783 -11840 - -5613 -4265 - -4240 -8660 - -14424 9600 - -2143 3774 - 10906 -11642 - 15886 12650 - 7571 4039 - -1170 -8564 - 9786 8189 - 3211 5341 - 11011 6903 - -13119 9381 - -3318 9318 - 546 4209 - -4203 -14923 - 8309 7414 - 13895 -13619 - 16106 11987 - -3986 -1916 - 10886 -9872 - 2153 15158 - 4482 -11811 - -5666 -13743 - -13435 -9552 - 2226 15692 - -15418 13272 - -12194 -8654 - 7100 -12279 - -10588 14141 - 4425 6801 - -6764 8865 - 10627 2957 - 12757 11430 - -6060 15715 - -13621 4541 - -2635 15286 - 15542 -1799 - 5507 -756 - 7177 1690 - 14236 -4271 - 10709 43 - -10579 5828 - 3460 7513 - 2131 -36 - 14436 9062 - -15194 11878 - -10154 -4544 - 11828 9022 - -5645 -4506 - -13421 15752 - -14664 50 - -7162 -9316 - -2309 -6819 - 14283 -11886 - -15576 -8159 - -10145 -7656 - 10425 -9622 - -9659 -4157 - 5906 7516 - 6049 -7108 - 11287 -8156 - 5817 15438 - -771 -2281 - 5261 -16287 - -6915 -9216 - 5526 -9557 - -8561 15724 - -15258 -12112 - 15901 -14038 - 914 10656 - 3836 5940 - -2854 618 - 15577 -12905 - -5404 -13626 - -16326 -9291 - 11953 -3602 - 8156 -742 - 6001 -14820 - 12798 -16152 - 11972 -459 - 5674 11862 - -5807 -14391 - 1278 2858 - 12075 -95 - 4595 9005 - 1533 -3555 - -6441 15542 - 6275 -4641 - 11273 14573 - -2060 -13952 - 16320 1033 - -13813 2192 - -16099 10240 - -7966 13278 - 13423 9966 - 3111 6047 - 620 -15261 - 194 5227 - -8151 -8458 - 13939 2908 - 4049 -6643 - 4155 -7882 - -8709 9498 - 9336 13429 - -216 2011 - -6402 3822 - 2530 224 - -14205 6765 - -5484 -3873 - -16289 -9609 - 12883 -3176 - -13318 15016 - 8324 11188 - 11006 8651 - -13332 -1544 - -2980 1412 - -3975 -13205 - 10522 -11255 - -16262 5298 - -4618 -14912 - -494 14381 - -15041 9671 - 7295 8383 - 10588 16046 - 14958 6112 - 13568 6553 - -360 -7892 - -3062 -7398 - -15422 11400 - 3279 2081 - 1728 -8949 - 2141 1885 - -339 -11350 - 14396 -2163 - -15691 -16203 - -3380 -12159 - 15963 13888 - -9139 -8175 - 9922 -8885 - 11324 13083 - -7918 -13854 - -7759 12226 - 15851 14040 - 4770 15799 - -1698 -11380 - -15568 -15057 - -6428 -15880 - -11877 9724 - -12863 -15418 - 8785 -14004 - 14205 -14838 - 1232 1397 - 2130 -12622 - -7667 -5819 - -352 -10505 - -15316 6118 - -6207 -7015 - -7689 1456 - -1900 6450 - -14312 -1348 - 15209 9379 - -10211 7671 - -4943 3884 - -169 379 - 4616 1081 - 4762 11064 - 16180 -16116 - -11148 -438 - 1223 11910 - 8037 6474 - 4400 -451 - 400 15767 - 16334 9295 - 8436 -8596 - -4436 -2175 - 3107 -9210 - 9092 12147 - -15165 -8570 - -5927 -2383 - 10701 -1789 - -15718 12254 - 13728 13421 - -634 10931 - 12533 -10695 - 10829 -12148 - -14566 -4218 - -8519 13922 - 6891 11171 - 1797 4282 - 11475 -9420 - 1747 -8393 - 7980 6514 - -6613 14431 - -12718 6323 - 15965 3991 - -501 -14745 - -481 10580 - -3045 -4982 - -11839 -301 - 7381 -5680 - -11708 14907 - 14879 949 - 15041 -799 - 2442 11778 - -2901 11157 - 3962 1898 - 5973 -10986 - 5003 9006 - 8458 -1006 - 13014 -6249 - -885 -11526 - -7400 8463 - -15467 11116 - 8727 4101 - 484 -5991 - -10162 -9863 - 2819 -12632 - -1377 6046 - 7136 -1395 - -1826 -14437 - -4496 -13825 - 8831 9126 - 6671 -5782 - 11722 11562 - 3546 -6657 - 14716 142 - -13458 5411 - 8457 -12346 - -11953 -139 - 9375 13433 - 14552 7364 - 15311 12462 - -15705 -12990 - 5681 6482 - -126 16284 - -969 -9944 - 8606 2661 - 8926 5050 - 800 -13021 - -11353 -13303 - -9403 3374 - 1312 978 - -7565 -6432 - 14589 5504 - 9242 -10825 - 7817 -15418 - 2810 -4412 - -1736 15786 - -15111 -15953 - -9743 -7933 - 13724 9100 - 3888 13811 - 5971 15176 - -7449 10145 - -5840 -4279 - 15634 12886 - -14039 -8938 - -4051 12921 - -11200 -15581 - 12226 932 - 5562 -10444 - 12059 -11194 - 5128 6679 - 10637 -15665 - 3285 -1752 - -1967 4291 - -12331 -12423 - 5575 4897 - 1662 2429 - 7445 15232 - -10315 -623 - 1128 -11262 - -15234 -8410 - -2125 1822 - -8226 1731 - -13297 -15682 - -12560 -11880 - -15140 -2626 - -7509 -8142 - 11566 -10538 - -3786 9662 - 3421 5919 - 3247 2225 - 10760 -3229 - 5954 -7543 - 14691 6628 - 5284 -12997 - -12022 -7848 - 10922 -2422 - -18 -10267 - -8686 -13834 - 12168 12808 - 15019 11878 - -5759 8074 - -5228 6910 - -9743 -7270 - 2369 -12439 - 7091 16348 - -9898 -9090 - 12387 -3802 - -16356 -5860 - -14403 1932 - 4322 -2508 - -15546 12167 - 3606 11843 - 3406 -16055 - -12369 949 - -2265 1043 - -2984 11333 - 462 9700 - -15189 2635 - -10830 3469 - -6393 3446 - 14688 -14124 - 15 -4359 - -5401 -9520 - 14914 -12931 - 5390 -2843 - -5465 -5255 - -14777 11969 - 15544 -219 - -13480 -2832 - 9096 -14369 - -16305 -8846 - -3585 -11518 - 7025 3851 - -14231 -11726 - 12148 -3317 - 14922 9144 - 7619 9953 - -8310 9000 - 14843 15347 - 7613 -10816 - -13623 7504 - -7861 -13145 - 13650 1056 - 1788 6243 - -15017 15209 - 6154 7126 - -4550 -14530 - 14139 10789 - 13239 -14444 - -7938 9679 - -15903 -13234 - -13279 1812 - 456 -12295 - -2755 -408 - -13053 -11930 - 12920 -7403 - 8504 4418 - 9887 3982 - -14324 491 - 6446 1520 - 1078 1485 - 14747 2942 - -2879 -3764 - 13778 -9684 - -8501 -11732 - -14808 -3406 - -11279 11007 - 12113 -12449 - 3766 16239 - -5475 1210 - -5154 -11393 - -730 -2933 - -6677 -13927 - 15292 -10349 - 2443 -15889 - 12007 1805 - 5610 15417 - 12469 -13062 - 14697 -3822 - -7594 15089 - 4526 686 - 15677 10654 - -8959 -920 - -12380 -407 - 753 13756 - -4681 -13836 - 4297 11802 - 13950 -76 - 7710 930 - 582 12206 - 4371 -4545 - 2480 1398 - 2442 -6198 - 3901 -9734 - -13462 10115 - -5614 13017 - 12873 3204 - 8833 -14694 - 7314 6737 - -16317 -3113 - -9749 12691 - -1368 14168 - -10001 -4186 - 13352 54 - -11087 12411 - 2661 -9392 - 12707 14039 - -2139 1086 - 2631 -1584 - -1964 -5215 - 8904 16049 - 3663 769 - -1714 12500 - 15178 -10804 - 6100 -14282 - 13263 10294 - -2086 -7307 - -142 13814 - -14643 -9277 - -8900 8938 - 12676 8930 - 15922 12268 - -7265 -7200 - 11639 594 - -8538 -1891 - -14443 -3850 - 12375 15837 - 2335 -12555 - -3724 3953 - -12515 14278 - 453 2740 - 13461 5189 - 7791 1139 - -8056 12971 - -2519 114 - 5705 15219 - 15797 13736 - -8811 7263 - 15507 -1736 - 14801 -7072 - 5655 7728 - 15954 8369 - -227 -4670 - 6664 -11293 - 15110 -11191 - -8565 797 - -561 11118 - 9741 13942 - -3668 4649 - 3218 1138 - 8696 -11847 - -14337 150 - -7861 6013 - 5215 14271 - -1387 12786 - 12290 11451 - -2335 15983 - -9495 7476 - 13485 -7282 - 1853 -15465 - 10694 -13622 - -61 8131 - 10837 -13737 - 15638 -12757 - 11123 10862 - -8509 4728 - -4529 -3028 - 6754 -3443 - -5471 -9981 - -11660 -10380 - -13529 -5752 - -12370 11972 - -15783 -7852 - 14466 349 - 8049 -14639 - -4173 7331 - 5039 -10885 - -13578 9887 - -3676 -13450 - 15994 -1704 - -12169 -11542 - -2502 -8613 - -2903 -1722 - 13072 -4401 - -15133 10579 - 3057 -14166 - -12154 1364 - 6460 -9788 - -3368 7047 - 15460 -1772 - -5283 -12744 - 8770 -7904 - 8221 3807 - 11860 -7558 - 9656 -7469 - 12825 -2988 - -13569 -5747 - -6314 -12757 - 15509 -10017 - -2354 1403 - -4427 2810 - 15359 4700 - -1873 13722 - -2463 9106 - -15422 3678 - 12996 -98 - -7274 10312 - 5896 606 - 9470 -1710 - -10984 -5896 - -8187 10897 - 14559 -6648 - 3700 5235 - -16218 -4241 - -6610 13874 - 13896 -2435 - -12440 5143 - -9910 10498 - -15861 3203 - 3773 -6348 - -3303 11641 - -4381 -12434 - 518 -11639 - 3642 -14877 - -3441 -2825 - 3095 5307 - -7563 10378 - -2746 -16271 - -13583 5757 - -4942 -8744 - 2711 -7555 - -3859 -5887 - 13573 -4519 - 11734 1332 - 730 -15257 - -2230 7369 - 2161 10675 - -11312 8273 - 6360 -10489 - -6181 12626 - 8658 199 - -6538 11816 - -9799 -2064 - 16002 13245 - 2562 8858 - 8632 1946 - 6555 -473 - -759 7869 - 8068 -9746 - -13745 6739 - -1735 -4973 - 1547 14061 - -3708 8559 - -14610 12173 - 7157 3668 - -14318 10273 - 10294 -5085 - -6771 -4827 - 4448 -2687 - -12277 -15979 - -4298 9612 - 3522 14026 - 14009 2926 - -15643 744 - -1444 -5627 - -13356 769 - 13408 12061 - 472 -8523 - -6293 -3383 - -12560 -9097 - -13607 16075 - 2820 4341 - -9859 -10784 - -1662 -3184 - -12836 -10779 - 3641 -158 - -7526 -6487 - -16206 -16350 - 622 -8448 - -13464 4339 - 10267 -16325 - 9433 -3435 - 6466 -13679 - -6274 -7927 - -10039 10743 - -5698 -15437 - -9102 11155 - 11019 5806 - -5306 -15976 - 6200 -6989 - 3810 4532 - 15084 14021 - -7880 -2476 - 15824 -10094 - 7667 -15774 - -15128 3041 - -12527 -10887 - 8608 10161 - -6512 -3877 - 3589 6864 - -1166 -4459 - 16238 -5452 - -2858 531 - -6337 4496 - 6742 11259 - 14717 -5073 - -2149 8458 - 12370 9601 - 14425 -4917 - -4413 3761 - 15449 6530 - -13120 8067 - -7455 -3084 - -5875 -6386 - -4746 -4537 - 12666 4016 - -9815 5594 - -14524 10777 - 13941 13389 - 5109 -7291 - 11466 -8700 - 13515 -3279 - -8614 -10079 - -7529 13544 - 6533 13056 - -3926 -12416 - -634 -11985 - -3690 -2421 - 16310 -13041 - -14837 15250 - -9474 -15178 - -880 -8159 - -10344 -14867 - 3655 -6959 - -14800 -11932 - 3227 -1363 - 9154 7896 - 9237 -11792 - 5118 14804 - 3639 2388 - 15349 3991 - -8046 -2215 - 15970 13599 - 12244 -12942 - -5794 14682 - -14623 15288 - -1656 7453 - 3137 -7407 - -1301 -14128 - -9471 9700 - 2432 -7545 - 9697 -5399 - -15611 -16204 - -11582 7540 - -10139 12862 - -15082 -5380 - -5926 -12774 - -12832 8403 - 8623 -2878 - 2471 7032 - -6101 5577 - 6258 -16327 - 12181 -1971 - -1112 -2187 - 14875 2792 - 5654 4808 - 6227 5425 - -9520 581 - 2482 9143 - 4417 15481 - -701 -8151 - 8858 -5611 - -5347 12801 - -15452 6339 - -3176 -388 - -4957 234 - 13236 4833 - -5137 13887 - 12740 -15999 - 11981 -4463 - 13795 2628 - 7908 16174 - -214 -13863 - -9056 8055 - -15009 4362 - 12463 -11231 - 8078 8057 - 12863 5575 - 6124 -14398 - -7907 3368 - -14345 3341 - -8039 12792 - -10324 -8149 - -1375 -9545 - -851 11093 - -14081 -12535 - 2987 -5629 - -9508 -12284 - 10487 15801 - 7384 -1663 - 5032 -14847 - -10816 -6252 - 7105 6721 - -16165 8589 - 10482 1017 - 1247 12283 - 1943 -16276 - 3020 -8089 - 6213 15728 - -4565 -9308 - 12688 -628 - -3243 7578 - 2897 5390 - 3168 7100 - 13022 -6857 - 402 11707 - 539 16329 - 10830 4734 - 1161 15769 - 8659 -1736 - -7437 -13778 - 11655 -12702 - -11144 8894 - -5255 4826 - 15552 8542 - -6900 747 - -3403 -1307 - 11047 5181 - -3248 -4258 - 1060 9461 - -2845 15184 - 14670 -8903 - -10468 -14859 - 530 -12672 - -2442 -8966 - 10239 -3620 - -10857 -8075 - -2604 8055 - -8385 11071 - 10848 -1512 - -9255 12184 - 59 -11023 - 9090 7505 - -15991 3919 - -13912 3416 - -11797 -4400 - -12025 14583 - -6627 -3385 - -15841 2189 - 498 13053 - 13957 1197 - 6652 11170 - -13600 -1114 - 11721 -2701 - -7206 9969 - -9920 9992 - 11680 -230 - -1089 -1624 - -8003 11619 - 1326 3984 - -510 -3825 - -6094 7938 - 13947 -5465 - -3023 -5222 - -6221 11091 - -14801 -188 - -14957 -3765 - 15811 4350 - -1210 9244 - -5013 1582 - -11024 -5998 - 11914 -15463 - -10147 4590 - 3394 -7408 - 11484 1873 - -9828 -1287 - -8505 6990 - 7293 959 - 15899 -4676 - 3747 -15347 - 7743 11409 - 4264 -6094 - 5369 10979 - -6849 -523 - 9218 -1503 - 1244 6880 - -1276 11679 - -14457 -5849 - -2414 3303 - 9700 10760 - 15886 5530 - -7607 -12878 - 7568 5128 - -1547 -11432 - 15199 9852 - -2083 420 - -16050 -11848 - 6251 -11472 - 7066 260 - -13137 1906 - -8253 8677 - 10695 -9372 - -2954 -3671 - 7993 -541 - -6757 1585 - -12401 10930 - -7862 -7640 - 6332 -4818 - -10818 -6666 - -5354 11755 - -1026 -14597 - -1469 -326 - -4913 10246 - -3239 -15623 - 10046 -14878 - -12568 -11564 - -12868 -8897 - -3886 4898 - -12798 -10971 - -13871 10149 - -1996 -10598 - 4659 -12343 - 9493 6312 - 9057 -7266 - -3734 -15517 - -400 -2499 - 1992 -3010 - 2771 -5140 - -2741 -6477 - 13663 14607 - 12357 -6066 - 14664 -139 - -5961 9026 - 8141 -15791 - 10704 8314 - -6686 -14772 - 7089 9781 - 15009 9264 - -12972 -160 - 6731 8898 - -4781 8111 - 12411 -232 - -11837 -15643 - -2702 563 - -4390 7162 - -14271 5611 - 1128 -2034 - 93 -10559 - -15548 -1412 - -10349 2898 - 9088 -7032 - 11236 2612 - -7000 3468 - 2279 -14898 - -795 -10997 - 12250 15610 - -13007 -2107 - -230 738 - -478 -3999 - -3750 16357 - -15135 597 - 14295 8915 - -11665 -8342 - -11721 9503 - -7996 -3906 - -10311 -10644 - 8550 736 - -8284 -3394 - -7878 -11378 - -14338 -32 - -6968 -8136 - -5091 14825 - -2301 -11107 - 6890 -15803 - -14414 11976 - -9888 -9022 - -12641 10317 - 15735 -9231 - 13044 -10725 - 10487 -7922 - 7422 -12004 - -2416 456 - -10537 -12106 - -237 -361 - 6265 13856 - -5262 -509 - 11452 -6298 - 13759 8915 - -15492 -9857 - 10255 -11811 - -13993 -12674 - 16156 8188 - 1708 -7489 - -12975 9097 - 4793 189 - 12110 4686 - -2086 4102 - -6003 -15470 - -4028 3338 - -3541 -11153 - -13609 -16062 - 6530 8923 - -3854 -2513 - 4805 15254 - 6959 -5982 - 9106 7482 - -5124 -10401 - 534 11793 - 7398 14318 - 9770 6017 - -15559 -477 - 6193 9484 - -12584 -9573 - 3974 -14629 - -2406 -5027 - -15321 -1515 - 8522 1523 - -5154 11991 - -13360 -2218 - 4690 -13629 - -235 -3317 - 15560 1040 - -11169 15433 - -681 2351 - 10796 54 - 10044 -9884 - 15368 7062 - 13553 11908 - -14170 -5344 - 7566 -12890 - 14151 -14748 - -5225 -9780 - 594 -14275 - -3278 12777 - 10508 7450 - 12842 260 - -9481 -8118 - -27 7435 - -7252 -11569 - 12331 2628 - 709 -2707 - -3949 14922 - 14893 -4476 - 6473 -1336 - 1220 -570 - 11510 15944 - 5632 -8242 - 5174 1117 - -902 -10068 - 7536 -9622 - 4679 706 - 12703 12137 - -16180 11348 - 11926 -5487 - 1768 -7460 - -6863 15125 - -11667 6008 - -442 15396 - 9432 10306 - 8010 -12625 - 6943 10947 - -13020 -11820 - -14687 14347 - 14416 -9198 - 11937 -7237 - -6302 -16157 - 286 -64 - 13141 -16050 - 7436 -14801 - -404 9252 - 12137 -3835 - 8204 -12274 - 1525 9225 - 4523 13713 - 2832 12583 - -15224 -3983 - 10776 -16259 - 15279 11270 - -1802 -7148 - -7850 -2887 - -6230 10881 - -10852 -14899 - 16081 -12093 - 9292 13004 - -618 49 - -10112 -6898 - 4960 8671 - -2053 4212 - 11198 9415 - 15190 -7006 - -5124 -5990 - -10592 -10118 - -11469 11472 - 6546 6478 - -15537 4185 - 13606 -3024 - -12750 -8451 - -10357 -9061 - 1800 14525 - 15656 -15473 - -11827 -2598 - -13772 -13556 - 6699 7131 - -14723 15701 - 7615 4864 - -9793 10847 - 3152 -16098 - 1591 544 - 8686 5366 - 13998 2996 - 9988 2739 - 299 -6132 - -12646 -8903 - -14743 5524 - 1203 -14191 - -10250 -2903 - 6246 -10243 - 8981 -8024 - -4535 11944 - 14736 -8562 - 10524 401 - -1240 -3722 - 6905 -9857 - 3851 9056 - -2965 -11934 - 2683 2557 - -3972 -6039 - -9230 11930 - -13379 4873 - -10299 8038 - 130 -15591 - -13152 9816 - -5174 -6047 - 5243 -3583 - 1412 -3902 - 2357 7728 - -8742 -12208 - -14411 12628 - -968 15581 - -14537 -2160 - 2083 -10285 - 12648 7098 - -5339 -13003 - -1821 4775 - 12859 3199 - -8071 15112 - -10627 6979 - -8451 -992 - 9544 15801 - 5446 10876 - 2795 -8022 - -1540 -435 - 12020 -15357 - 91 18 - -13552 -9227 - 15524 969 - -14633 13062 - 219 532 - 12029 488 - -12780 3239 - -5292 -11781 - 490 6811 - 9413 4758 - -1617 -4060 - -6524 -7511 - 16371 2457 - 2141 15074 - 5710 -10521 - -2753 4739 - 6925 -16325 - 8379 91 - 11990 -14495 - 5860 -13884 - -9131 -4096 - 1421 -13074 - 2864 10165 - 5553 7372 - -7759 10762 - -1869 -10567 - 4428 -8407 - -870 3503 - -10192 13377 - -6045 14597 - 13199 -4528 - -8065 -16019 - -7492 654 - -15756 -16362 - -6240 -11011 - -2299 14723 - 5754 -8447 - 14989 3067 - 6811 424 - 3346 -8393 - -4965 -3344 - 6901 -6771 - 3617 4141 - -6856 -15391 - 15918 14042 - -9138 7992 - 11403 -13205 - 14131 -11577 - -4293 11060 - 14647 16031 - 9425 10402 - 4152 -13766 - 15207 -4315 - -16320 8265 - 1426 -14113 - 11009 -3215 - -13737 9689 - -4199 15610 - 12043 -7778 - -14601 6209 - 945 12546 - 11558 -1639 - 2136 -10941 - -3557 -3086 - -4541 -15374 - 8815 14406 - 14792 3273 - -6186 14447 - 5138 9802 - -5987 3329 - -12278 -991 - 12110 -15234 - -7494 6124 - -5405 12390 - -14127 -3233 - -11697 9632 - -2059 -5486 - -7927 -10806 - -6114 -3571 - -6781 11007 - 10417 9287 - 8959 -5758 - 2081 1197 - -6863 -5781 - -3083 -4689 - -16260 12082 - 655 -147 - -2719 6938 - -975 -932 - 5604 -836 - 1643 6029 - -5782 7556 - -1780 4000 - 8644 3614 - -97 -2999 - 8480 -7235 - -5281 15252 - -11155 -15804 - 11513 7316 - 11524 7107 - -12250 -6495 - -13859 -12280 - 11525 -5706 - 16042 -7370 - -14799 8892 - 11148 -6506 - -1851 -549 - 9845 2476 - -15253 -15663 - 13439 -941 - -5685 13149 - -7906 -12702 - 14438 9800 - 6775 -3555 - -686 1000 - -7937 3579 - 14309 3496 - 12715 9500 - -457 -8705 - -1030 691 - -8250 -15275 - 2949 709 - 11984 -1382 - -13317 -6432 - 846 10991 - -8715 5448 - 5694 -7442 - 5749 3903 - -9359 -16364 - 503 7841 - 10385 14832 - 8820 -7342 - -1271 -2520 - 13738 8608 - -16291 -8486 - 5198 1253 - -14434 -2806 - -12409 6384 - -15408 4716 - -13290 -15499 - -5422 -6208 - 7713 -15315 - -5106 -12718 - 9666 9985 - 16216 -11987 - -6206 -4288 - 15988 10646 - 7607 15416 - 2878 5892 - 12406 7054 - 15219 9652 - 11762 10425 - -7682 -7370 - 13080 -9657 - 8515 9762 - -13792 3652 - -10410 10968 - -10110 -1654 - 13456 5112 - -4530 -12113 - -9896 -13386 - -8082 -5602 - -15322 11229 - -11184 13861 - 7049 -403 - -15676 14041 - -8638 182 - -3868 -1345 - -6358 13758 - 9842 5490 - -7919 14980 - -3007 470 - -9831 6075 - 10371 12125 - 4712 -11364 - 6070 15743 - 2830 15604 - -10655 7387 - 4946 -2870 - -7175 7246 - -12598 15594 - -3482 -658 - 5482 11792 - 15492 1076 - 10839 12165 - 12634 12138 - -10816 6125 - 5854 -3858 - 8462 2404 - -9191 -8763 - 6070 15288 - 4119 6994 - -10976 6700 - -5078 -525 - 6604 -6754 - 11436 -12876 - 1476 -9131 - -10673 4606 - -9646 -15473 - -13337 -8581 - -16151 -5983 - 15262 -1630 - -10083 -1017 - 13905 -4692 - 11715 3311 - 1211 -1613 - -12621 -3958 - -13540 -1250 - -8006 9687 - -5128 -14561 - 13011 16152 - 10403 4076 - 4649 -8795 - 15349 11919 - 10232 -5725 - -1892 8727 - 5361 1609 - 12080 -10168 - 16183 10143 - -6842 6950 - -6796 10940 - -7769 -14618 - 1026 -11309 - -10462 -4254 - -1429 -13654 - 2948 -5938 - -14824 4447 - -8602 -10439 - -1396 -15591 - -15115 -15004 - 16227 -11537 - -12896 14041 - -10362 -5825 - 4049 -7185 - 14756 -10628 - -15496 5325 - -13117 9449 - 12159 4480 - 15996 8150 - -9273 -4494 - 7512 -8126 - 5120 8198 - -1701 -7538 - -4187 3110 - 1417 -12957 - -8373 7306 - 10391 -12059 - 8481 10849 - -11775 -11789 - -380 10795 - -2344 -1000 - 8802 1401 - -8688 3154 - -9363 6765 - 6327 9220 - -9213 -4174 - 12220 -9680 - -11913 13814 - 11842 13388 - 13587 13987 - -11721 -15902 - -15525 -12782 - -16300 -16149 - 3865 -10408 - -8766 -14033 - -1702 -6298 - -2132 -5137 - -2094 13443 - 12034 14443 - -829 -3428 - -4337 -8961 - 15982 -11317 - -6747 2646 - 7637 -5280 - -2815 -4015 - -7125 1558 - -9067 5963 - -13734 -5839 - 6115 -8566 - 13449 -11387 - -3589 -409 - -13064 151 - 355 984 - -11320 -8712 - 3903 -6259 - -9388 -7122 - 1436 7178 - -15096 4849 - 9806 12813 - -2680 3792 - 11555 4490 - -1312 -10048 - -6410 1543 - -9554 -4882 - 6780 14475 - 10350 1595 - 14045 10742 - 4547 8435 - 9544 11098 - -8762 -863 - 11361 -12304 - 9426 130 - 10052 15381 - -7815 -6972 - -6851 15054 - -6019 1218 - -9189 -11072 - -5353 4147 - 13711 -2944 - -15325 -2648 - 11690 -13250 - 12133 6010 - -8346 -1115 - 9540 -8027 - -2754 14457 - -6250 -16195 - 171 233 - -4135 4083 - 9423 -7674 - -3873 -1428 - -8484 10572 - 12253 4439 - 12592 5569 - -2064 -3073 - 1056 3786 - 3281 -6899 - -14024 -12336 - -906 1927 - -9159 -3687 - 12709 6429 - -2803 -8574 - 14758 -1337 - 2351 4335 - -6999 11084 - -10847 683 - 14094 6495 - 16012 -7060 - 6743 -8598 - 2497 8253 - -9939 5066 - -11222 11162 - 12367 1613 - 7281 730 - 11001 -7082 - 11863 5449 - -1546 927 - 12449 -8593 - 13143 -3298 - -15473 -15378 - 3630 -5197 - -12753 10512 - 9677 -8423 - -16216 9023 - -6187 -5296 - -315 -4810 - 3244 -5917 - -7229 -15595 - -1102 11484 - -12894 13953 - -14215 10566 - -15850 7287 - -3191 -5420 - -3705 -15929 - -2409 9274 - 9320 12056 - -8934 1033 - 11212 -11039 - -15836 4721 - -1828 -2976 - 2030 -11898 - -10055 -8919 - 10123 -3410 - -1841 9570 - -2933 3741 - 3808 14912 - -6046 -15238 - 11283 -6739 - -3082 -15153 - 3713 9793 - -3614 -16022 - 3623 6460 - 8987 -242 - -12188 -10493 - -9213 6693 - 12116 -12851 - -5865 12330 - -13016 3195 - -6600 -32 - -6931 339 - 8917 -8282 - 16228 5939 - 1260 -3702 - 9755 11124 - 13283 -14671 - -6441 9032 - -1161 -8150 - 5613 -228 - -10802 -2470 - 12667 -2974 - -10226 5669 - 4379 -6514 - 12621 -1952 - 16185 -6440 - 14074 -7292 - -6175 -15076 - -2156 9354 - 4103 -16275 - 11788 -12681 - 10170 -11503 - -14582 -14471 - 7116 12323 - 11987 -5396 - 5033 -11215 - 6535 -9569 - -6881 2791 - -772 -13809 - 7686 15036 - 1366 -8103 - 14576 -7973 - -11017 3534 - 14773 -3191 - -12544 10998 - 5622 -5605 - 10204 345 - -7342 8771 - 13815 -15092 - -4692 5006 - -11169 -13427 - -8653 7209 - -7879 14502 - 15012 -10285 - -10896 -13427 - 6144 15326 - 6038 15407 - -5678 2753 - -9916 13406 - -252 -15064 - -9609 -12084 - -417 -13947 - -11484 -8762 - 4682 -10019 - 7465 1883 - -5836 3966 - 8145 7970 - -14313 4991 - 6688 7425 - 12978 9096 - 1223 479 - 15737 -6024 - 8692 -4515 - 8992 11056 - 14216 12480 - -6158 5078 - -5208 4808 - -10 5380 - -15073 -11711 - 12817 13035 - 8570 3485 - 16233 4377 - 10408 12672 - 2441 -11376 - 6150 5854 - 1089 14806 - 14647 -5387 - 11931 4330 - -1248 -6162 - -16327 8816 - 7234 13722 - 9475 -5841 - 11824 16342 - -3526 2870 - 12923 -11884 - -11022 6456 - 8982 -10550 - 5316 -1164 - -1349 2826 - 8686 6526 - 4616 -5444 - 11960 -5987 - 10796 -4621 - -13216 7694 - -9270 1555 - -9076 10409 - 3803 1448 - -1172 -6304 - 14585 -1341 - -11386 3543 - -1300 -44 - -2112 -7568 - 4239 11581 - -13601 8188 - 8618 11608 - 8120 9831 - 8407 -12401 - 907 5644 - 16268 10743 - 7303 -10578 - 16365 6835 - -9672 -15541 - -12439 15305 - -16297 9481 - -2351 6021 - 874 -10681 - -14142 13690 - 12202 65 - -14768 6700 - -14738 -12359 - 10893 -3528 - -895 11133 - -11992 -4558 - -1401 -10818 - -4159 9829 - -10654 3485 - -1612 16188 - -13392 15433 - -13752 11560 - -2015 10625 - -7361 -6845 - -4687 -8303 - -10225 -7306 - -14827 8420 - 2905 -13783 - -536 6225 - -6320 37 - 3623 49 - 8767 15539 - 7845 -7617 - -8134 9287 - 11137 8760 - -4368 517 - -1734 -14778 - -16360 13995 - -7604 -4303 - 3610 15579 - 2546 1466 - -1009 2241 - 9730 -7822 - 6084 -6568 - 6539 -8720 - 15115 6667 - -10362 15583 - 14426 12662 - -11266 -1472 - -5001 -6537 - -14923 -1111 - -10556 792 - 7026 -4606 - -6416 13823 - -16234 6770 - 939 -14871 - -7480 -15872 - -12799 -1349 - 9806 15686 - 1089 -3757 - 12650 4307 - 3823 7784 - -3609 -13739 - -10370 -2498 - 2044 -12929 - -569 -990 - 8243 8496 - -2154 -7943 - -7032 -101 - 6165 1275 - 10584 794 - 14430 -12045 - -7040 -14756 - -4888 -10152 - -4561 -11048 - -8616 -5419 - 1177 1741 - -14210 5384 - -3650 -7614 - 11200 8908 - 11810 -14469 - -1383 -2167 - 12141 -7667 - -6721 -8232 - -1892 -5145 - 1170 -2714 - 5338 -9626 - -14400 14811 - -11644 4162 - 9931 -13687 - -10108 11822 - 7851 -9091 - -11308 -15998 - 6199 -6146 - 6719 -47 - 784 9127 - 11139 -439 - 16042 6488 - -10143 11571 - -10943 4042 - 14453 6695 - -2230 -9257 - -10814 6749 - 3161 1304 - -15310 6637 - 8267 7672 - -15189 11169 - 11395 8843 - -7849 -4073 - 2544 -15130 - -12998 3808 - 10649 2319 - -11802 7695 - 6544 15896 - -15641 11247 - 7422 14539 - 10865 -14023 - -15684 15509 - -1523 35 - -3380 -10836 - 9252 -5168 - 1506 1832 - -9678 3059 - 14094 -14718 - 3765 -6642 - -5546 15000 - -15831 4926 - -1231 -6506 - -8329 -14268 - -6141 -3222 - -11991 9780 - 12591 16040 - -15633 5092 - 11580 15543 - 9453 3402 - -14646 12137 - -994 2550 - -12174 -4704 - -13875 -12860 - 14511 -8790 - 6447 15250 - -2212 13196 - 10871 11448 - -1322 5378 - 5480 -12695 - 2111 -10519 - 6123 -5108 - 2838 -14181 - 8129 -15557 - 1025 5412 - 13373 -13784 - -11095 10156 - -15262 5006 - -8921 -15828 - 6822 -1283 - 8927 -6747 - 6583 8791 - 2618 1769 - 2912 2262 - -5860 1244 - 14850 -12857 - -7611 -4891 - 15318 -2962 - 13910 5770 - 2136 -2471 - 13218 11254 - -1137 9475 - -6375 9982 - -8057 15038 - -3408 4993 - 7425 10536 - 4554 16337 - 815 -9796 - 10451 -12394 - -2883 13956 - 3901 14498 - -366 -4965 - -3951 4322 - 1021 15368 - -4367 6427 - 1360 -9384 - -680 13908 - 10343 4860 - 16348 12404 - 5675 6087 - -3621 -891 - -877 -13915 - -2800 -8298 - -16220 -13587 - -7495 -7696 - -16123 8823 - 2796 -2684 - 5637 2578 - 4927 -5554 - 6611 9388 - 11353 917 - 11176 15684 - 5364 -6570 - 14083 -3911 - 11217 -9638 - 5081 15833 - 13981 12374 - 11626 -2530 - -1994 -517 - -15886 12343 - 6633 -9205 - 4566 12690 - 3126 13076 - 15544 -8395 - -6702 15056 - 7897 12274 - 2058 16043 - -79 2131 - 4096 -11019 - -16082 -12648 - -6537 -15189 - -7529 -12624 - -14566 -1837 - -10860 -1663 - -13103 2332 - 2786 2899 - 7081 -12944 - -5199 928 - 3841 -8426 - -4977 -1089 - 7970 -5058 - -1863 2199 - 11999 15906 - 12157 1552 - 11589 -15069 - -8092 14918 - -6467 10538 - 2149 -14201 - -4436 3662 - -12171 -7861 - 4463 3495 - -10899 1747 - 1698 1962 - 6067 -7181 - 10132 -13237 - -12687 -8454 - 272 10335 - 7422 3636 - -15764 -6016 - 148 -3167 - -1241 3406 - -9022 519 - 14385 7007 - -3108 14795 - 8721 -873 - 1505 -10633 - -11793 9070 - 7379 14108 - 13070 9915 - -15551 -5889 - 15155 -623 - 16088 -15243 - 7261 -14320 - 8176 -2066 - -4596 -1518 - 36 12129 - -11535 -3023 - -4241 1323 - -14547 -14130 - 3181 7679 - -13188 15455 - 16371 -3095 - -268 4576 - -5329 -7183 - 3835 -2500 - -7940 4330 - -13411 11166 - -15521 5793 - -12696 -6523 - -6405 -1242 - 8184 2591 - 1112 156 - 11779 -5009 - -1809 5767 - -11196 1236 - 11547 -15020 - 7776 16040 - -599 -14788 - 14983 5206 - 10696 6008 - -12691 -3767 - -716 2499 - -12288 -4525 - 12272 9347 - -14244 15995 - -6975 -10075 - -5733 -5724 - -12606 2384 - 14023 15375 - -64 453 - 4952 -1520 - -8940 9546 - -15743 -5995 - -11219 8156 - -8133 6405 - -9093 2053 - -15398 13892 - 13290 1245 - -13960 -14605 - -498 -12661 - -2775 -11800 - 14531 -10471 - 10746 11899 - -5766 -16299 - -12627 2029 - 10179 -8856 - -6958 11844 - 12093 -4111 - 4082 8645 - 1238 -16371 - -15557 15638 - 1390 9157 - -3156 9867 - -5277 -1146 - 667 10243 - 14910 -14939 - -10232 -2322 - 669 10231 - -15783 -6450 - -7508 -6298 - -11873 7866 - -5627 8048 - 4670 -3920 - -16206 -6905 - -14674 -12414 - 1607 5154 - 938 -10361 - 1813 -8521 - 2875 15793 - -3693 -8559 - -453 4818 - -5847 6532 - 1974 4530 - 5020 -12019 - 7386 -14088 - -4877 -7439 - -7747 -5279 - 4548 -11526 - 7310 -780 - -13615 1944 - -13911 3242 - -14386 -2439 - -9277 -7250 - 5255 7575 - 6736 -2823 - 1003 12589 - 9249 10193 - -2011 10357 - -8498 9762 - 3632 2641 - 1761 -4782 - 7417 12935 - 14155 9747 - 2021 -2652 - -11541 11401 - -14472 -10138 - -16181 15751 - 3484 9039 - -9526 5899 - -1568 -7622 - 5625 -13686 - 5912 -16289 - 13596 15046 - -9510 593 - 4808 7338 - 5263 3326 - -6711 -2581 - -9393 -16142 - 8907 10478 - -1350 -507 - 11534 2439 - -1659 -2270 - -7854 15057 - 13239 -11975 - -14929 -15002 - -2343 -10753 - -1963 411 - 9009 5017 - -5697 -7410 - -1062 10684 - -11577 -5285 - -3134 -918 - 9878 13805 - -6105 13841 - 14945 13695 - 10603 973 - -8497 -14441 - 12135 2631 - -4824 -16252 - 13460 13403 - -13098 -1089 - -964 -9095 - 14450 3484 - -4682 3564 - -15316 -502 - -14670 7455 - 570 3326 - 1526 6356 - 6618 -4707 - -6949 13913 - 448 4026 - -9941 -2062 - 10630 -2619 - -6283 -3897 - -7619 6277 - -16300 683 - 214 -7954 - -12719 14072 - -13167 10494 - 2063 13398 - -11199 -4255 - -5119 7883 - 11676 -6481 - -8374 -11207 - -14740 11190 - -14617 13277 - -9247 5751 - 14928 -3688 - -13806 6662 - -15692 12785 - 9184 -11979 - -6005 6578 - 4988 -11712 - 13952 7730 - 11774 -16209 - -16140 -4983 - -14051 -4276 - -2593 -5139 - -7949 15286 - -8699 2012 - -13142 -11312 - -6682 10315 - 1059 -1990 - -15727 8259 - -2838 16165 - 1077 -5365 - -2061 9441 - -12083 16163 - 184 1874 - 7992 12182 - 15851 -7463 - -15697 -1023 - 15859 -8463 - 8637 -14307 - 1545 -4623 - -292 5883 - -4265 -9188 - 1725 331 - -3428 -9587 - -8867 1948 - 4895 -13812 - 8410 -1533 - 16090 2153 - 99 -8542 - 14192 13697 - -5679 -5014 - 423 7676 - 4969 -446 - -4259 8813 - -13139 12482 - 383 -15511 - -8052 -5375 - 15987 4943 - -9565 9923 - 5189 14175 - -3551 -5375 - -3591 2306 - -13167 13179 - -2323 9693 - -4083 -248 - -550 -14121 - 39 10547 - -15629 -1707 - 169 -4694 - -12213 9083 - 5545 960 - -366 11419 - -15487 -3121 - 2463 -12503 - -8182 -14141 - -10512 1487 - 3366 4448 - -342 3114 - 991 7114 - -10825 -16028 - -9577 -7678 - -9464 902 - -11929 -11410 - 1291 4820 - -1991 11846 - -1672 -14192 - -10358 -10630 - 9325 15384 - 6856 -3780 - 2757 -10708 - -13693 14687 - -7241 -13205 - 8020 2504 - -14147 -11657 - -3588 12989 - 11392 -10047 - 6865 6837 - -6245 -872 - -4780 2976 - -12511 14320 - -5973 15157 - 8456 13512 - 11621 -4379 - 5474 13794 - -11683 -9274 - -16099 13260 - -10039 5028 - 5362 -7442 - 14958 13710 - -6540 15107 - -9852 -10262 - -4056 2598 - -6370 16310 - -11888 6573 - 11054 -13306 - 7869 5943 - 12865 -2123 - -12214 -13365 - -7685 6098 - -16027 13200 - -6224 4752 - -5613 -9229 - 7075 -4795 - -1790 10460 - -9554 -15710 - 5628 10902 - 1826 -3035 - -418 12447 - -3045 5226 - 1004 -12000 - -16042 -3002 - 13521 -15814 - -1741 -11432 - -2457 -7981 - 721 -12586 - 9741 -14794 - -3185 -5280 - 5658 -6884 - 11839 -16376 - 3124 10998 - 6020 -7638 - 3991 5625 - -12908 -14596 - 908 1612 - -10571 -8892 - -8811 10655 - -84 -15970 - 10729 -10253 - -7857 -9052 - 15093 -14662 - 4616 -6792 - -11997 -110 - 10027 -7494 - 8377 2702 - -1522 15978 - -4579 12077 - 7235 11140 - -8340 -1907 - -8566 -15646 - 392 -9228 - -8637 -12740 - -13187 -13754 - -4810 -1377 - -14646 15979 - 15400 -6806 - 10864 285 - 14769 -14318 - 10848 -11066 - 2523 -6471 - 4833 5320 - 4854 3154 - -6662 11421 - -999 11938 - 15704 10913 - -14350 3911 - -8707 4206 - 14453 -9751 - -15369 2320 - -10219 12074 - -14173 -47 - -16352 -3730 - 11566 7586 - 7773 8272 - -1807 9894 - 8892 9140 - -12938 -9325 - -13579 7296 - 9795 -10944 - 1630 -708 - 12422 -4617 - -15586 13944 - 15810 -650 - -5146 -10038 - -14043 -14754 - 7406 -8965 - 13334 -15874 - 13064 13 - -9022 1789 - -11602 -13323 - -857 -8792 - -9116 -8535 - -6427 -12579 - -15649 -759 - -15278 2798 - 13428 1884 - 9916 12529 - 11057 4752 - -4415 8227 - -10074 13180 - -3742 15453 - 1327 -9502 - 11905 10765 - 8990 -12573 - 11212 10007 - -3455 4004 - 13434 -1829 - 6345 11479 - -2758 -699 - 15513 8466 - -13958 14052 - 7810 1991 - 13428 -11466 - -11519 -7295 - -2144 116 - 15329 -663 - 11171 14753 - -9412 6372 - -3228 -10001 - -13608 15680 - 11676 9260 - -7131 -14113 - 6684 5462 - 10800 13232 - 13335 1398 - -11257 14267 - -734 -12812 - -7322 -3346 - 3358 8680 - 15447 8137 - -3442 13387 - 13820 -15696 - -3990 9402 - -3195 12192 - 3715 -2171 - 5865 14298 - 13560 -11577 - 10968 11473 - 15887 10257 - 482 8167 - -6086 11752 - -12599 -7605 - -2297 11186 - 13259 -15510 - -1709 -14453 - -1777 4058 - 5628 -5988 - 12387 928 - 9025 1583 - 3772 15832 - -3682 5545 - 6723 15109 - 6937 3940 - -2014 3294 - 13941 -4834 - -3574 -1702 - -14548 1141 - 9861 -15755 - 4990 -13658 - 2547 1558 - -1585 -2359 - -3648 10018 - -14994 4540 - 10243 4080 - 448 11597 - 11967 -9711 - 13217 -6707 - -11465 -16040 - -14201 6760 - 3398 -2897 - 4838 14241 - -11332 -2082 - 6940 -9306 - -3624 14811 - -7054 -1771 - -6232 -4486 - -3965 -1367 - 10349 -9699 - 11918 772 - 11172 6273 - -465 -11326 - 12286 13054 - 11690 7675 - 3339 -8732 - -4939 -15410 - 2830 -15333 - -2430 15862 - 9428 897 - -2805 14612 - -8858 -3405 - 1118 -10961 - 2003 -13240 - -16148 8308 - 1972 -2402 - 1665 448 - -12096 -4696 - 15956 -12516 - 1117 2577 - 5565 8366 - -1617 1542 - -2449 3036 - 6849 -7874 - -6463 10225 - 850 -8682 - 4937 -5018 - 6921 8601 - -8901 -9509 - 1025 -6548 - -7685 1682 - 14862 3513 - 10090 1201 - -2350 -7653 - -13454 6981 - -4968 -7205 - -9443 -15603 - 653 -88 - 5611 7202 - 4312 6424 - 12000 16171 - 6754 -6036 - -8627 -15221 - 8141 12072 - 6462 -13980 - -5370 -16336 - 1928 631 - -10049 11445 - -7240 3570 - -9260 -15295 - -10872 9108 - 10159 1976 - -11792 -1845 - -11689 7780 - -4392 -9837 - -4701 11766 - -14864 7291 - -13343 15591 - 4106 8129 - 791 4659 - 11713 -10431 - -14197 -13432 - 1481 1454 - 2189 14253 - 6767 -14533 - 5718 -4717 - 5332 -10389 - 10197 7759 - 1506 -5877 - -9333 -11710 - -8316 -8406 - 1004 2622 - -11255 -8093 - -2097 1842 - -2092 -6848 - 2235 14957 - -3559 -1975 - -12691 -5097 - 7689 15908 - 14679 12141 - 724 -9542 - 691 -7655 - -15595 -11812 - 7248 -6798 - 13702 9606 - -11530 1437 - -11630 -3438 - -12810 8677 - 5053 15620 - 2440 -135 - 3724 -12194 - -4379 5743 - -11401 10115 - 13913 -6982 - -453 -8302 - -4395 6059 - 12800 9073 - -2160 5308 - 2313 -4884 - -5905 12292 - 14269 15438 - 1040 12392 - -8228 1010 - 14198 -2034 - -15778 11693 - -628 2430 - -4038 -881 - -13194 -8086 - 8879 -8916 - -4071 -15597 - -8154 -8071 - 7100 752 - -2516 -560 - -13466 -15823 - -7190 -3340 - -15618 -12758 - -12631 972 - -4157 3823 - -7410 5973 - 14024 -9746 - -1406 12439 - -13923 7345 - -2533 -11953 - -12806 15015 - 491 -9844 - -15524 -9191 - -7970 11748 - 13575 1531 - 16245 6816 - 9101 -14506 - -12407 -11806 - -3729 7273 - -6197 15557 - -1346 3833 - -2549 -8896 - 10756 9875 - 2650 -4481 - 664 -12551 - -15191 -2294 - 5380 11769 - -11887 -151 - -12577 9622 - 1764 -3987 - -7446 7841 - -14268 15398 - -5985 1373 - 12930 -12079 - -1968 14021 - -14516 -10892 - -11084 -12205 - 15276 -5287 - 5772 2443 - 3695 -5975 - -4613 9885 - 457 7074 - 3176 10150 - 6563 -12260 - -1494 -12338 - 15404 8188 - 6265 -10541 - 183 499 - -7051 10627 - -12972 6930 - -4205 -5812 - 13691 -4969 - 1247 1682 - 13090 -7742 - -12539 -13789 - -4296 -10184 - 11374 -11196 - 13108 13505 - 10489 6504 - 2518 -13253 - 15570 1850 - 6734 -7279 - -11982 13889 - -2605 7878 - -10961 -1986 - -4896 9423 - 14298 -879 - -9204 -3290 - -7581 -7935 - -15047 -13931 - 13233 4251 - -8034 15202 - -2590 13834 - -2823 -2341 - 14402 5115 - 5814 -11822 - 6920 -12381 - -6985 -14702 - -4714 7503 - 7549 6031 - 12205 -8684 - 7059 5333 - -14574 -1359 - -3826 -2145 - 6316 10512 - -7399 4640 - -4882 -5085 - -4617 -8015 - -10052 10224 - -2158 9743 - 12389 -5167 - 13391 -11971 - 6796 2212 - 15464 -15428 - 4059 -2319 - -1092 -2144 - -2437 -2054 - 3395 -7887 - -5778 -15586 - 9116 -5249 - 6395 -15793 - 12152 10425 - 5675 -10681 - 11479 13002 - 10688 6301 - 4982 -7681 - -11079 -13015 - 1944 -7774 - 2990 -3177 - 10308 2646 - 15095 -15103 - -434 -4516 - 3203 -12853 - -15254 -854 - 9399 -14575 - -13816 -13615 - -3675 68 - -6900 -10525 - -8412 -41 - 15193 -1703 - 8125 -2784 - -5299 12509 - 15060 -11096 - 10843 2976 - 11803 -15783 - 2617 3802 - -3561 2855 - 4533 -11727 - -9343 11187 - 12968 -1433 - -14956 4824 - 11478 15061 - 2435 -8970 - 7914 -9184 - 2043 1412 - 6738 4873 - -2800 -16100 - 7069 6348 - 14413 4812 - -14782 -8664 - 2425 -4615 - -8564 -9040 - 640 -7688 - 13450 5053 - -11104 10957 - -6055 -5615 - 11989 2761 - -8009 -3505 - -15595 -10663 - 8411 -11140 - -10747 2112 - 12449 6906 - 15210 13478 - 4876 15033 - -14853 -12128 - -172 8223 - 6550 6398 - 13769 -7911 - 6727 -14921 - -11917 -14954 - -12450 931 - 10323 -6319 - -15485 14334 - -11741 -9886 - 9974 4696 - 6617 1430 - 9860 4638 - 14743 -11673 - -15565 -1865 - -10800 12126 - 16252 12413 - -3785 -307 - -291 -3909 - -13677 5753 - 15993 -1053 - 1816 -6409 - 15693 -3954 - 9255 -10044 - 14971 -2072 - -439 10993 - -5298 -9879 - 6670 -9649 - 13045 -900 - -12427 -6041 - -9989 7617 - 1405 9713 - -13669 16264 - 16123 2400 - -14348 3493 - 10767 11686 - 10564 -1532 - 14533 13040 - -8162 -8429 - 4086 -15064 - -11487 -13870 - 14449 11285 - -3503 -1546 - -171 -5648 - -12940 5971 - -11402 2482 - -5059 14384 - -12005 -5894 - 15691 -11969 - 3109 4676 - 9238 15532 - 4606 -5524 - -10867 -12732 - -14062 14533 - 3893 -13105 - 16120 8366 - -5767 9051 - 15651 -1186 - 13478 1621 - 14623 426 - -11249 4321 - 13543 -6064 - 1106 -15235 - -13937 15803 - 6700 -15363 - 4880 -795 - 5485 -11303 - -4998 -5517 - -3375 -724 - -6058 9980 - 13337 2079 - 13775 5150 - 3486 -3072 - 14212 13100 - 15955 2754 - 6092 8054 - -11204 14871 - -10086 12578 - 7617 -4568 - 6535 7183 - -15115 -2341 - -7604 3656 - 10889 -2792 - -3316 -4108 - -2913 -719 - -11299 10049 - 10046 -4380 - 6261 -7134 - -15041 -13300 - -2209 -10556 - -1276 -12858 - 8193 1969 - 4764 16015 - -16120 7377 - 649 8910 - -971 -15967 - 5154 6576 - 13255 2227 - 2051 -2846 - -2517 -2300 - 2324 -15676 - -8255 11699 - -16165 -14831 - 12203 1610 - -12127 -15488 - -2527 -14989 - 5269 -13481 - -8017 -11433 - -7779 10273 - -1387 -11836 - -310 -3313 - 8993 -3890 - -10322 6521 - -10539 10129 - -3292 10158 - 4161 -15871 - 4895 -11083 - 14308 -14274 - 13619 6201 - -13541 5579 - 14004 -8671 - 10240 -6707 - 11026 15542 - 3381 -2352 - -11334 -9606 - -5340 11161 - 9037 13965 - -13718 14096 - -1166 16114 - 935 11144 - -8348 -7312 - 16321 -1148 - -1444 -9781 - 9890 -1563 - 13622 10416 - 6242 1768 - -3262 3312 - -4180 -6583 - -10398 1574 - 15144 -6282 - -13232 -2208 - 7071 -7414 - -15473 13649 - 3 -15463 - 11624 14346 - -2736 12382 - 1097 3637 - -8285 6609 - -7026 11586 - 11971 -16208 - -15914 7006 - -13590 13986 - 1366 12558 - -12967 6412 - 11488 -2112 - -7732 414 - -2481 -4455 - -5289 -3334 - -7847 -12784 - -5072 -16200 - -3896 4019 - -1027 7594 - -5632 7167 - -859 -12948 - -8616 -15914 - -499 -15190 - 10693 12447 - -10526 -906 - 4906 -10929 - 4850 10825 - -8247 -14099 - -13115 -14786 - 2024 -535 - 3259 15316 - -15264 -3649 - -16045 6176 - 14378 -1056 - -7591 -9405 - -15952 7452 - -13500 -15031 - 7251 9400 - 5775 -2226 - 13024 13948 - -10271 -15242 - -14004 -10096 - -9082 -5193 - -6185 14986 - -14120 -9623 - -5714 16008 - 3083 4579 - -11562 8048 - 10702 -10186 - 13976 -6710 - 5333 -5306 - 767 -15774 - -8263 -11592 - -3029 4765 - -12715 7690 - -3589 -9221 - 13711 -11294 - 10209 14799 - 11833 -12317 - -13914 4875 - -14237 4235 - 13711 6882 - -13687 9764 - -11503 2769 - 16158 -13279 - 6410 7869 - -2997 -11510 - -10259 -9164 - 5919 -6930 - -9415 13960 - 1246 -9387 - -10860 -8916 - 3581 -6222 - -6566 6678 - -8705 -8603 - -2397 8820 - 12763 7566 - 9269 10111 - 15654 8885 - -1393 -14155 - 4150 -5412 - -3161 1544 - -5720 9057 - 9288 13318 - 2239 12730 - 10525 10546 - 9149 -12294 - -5042 1071 - -15268 12946 - 7090 5823 - 10082 -4934 - -3458 9978 - -5870 14222 - -1194 776 - -7748 -11383 - -4296 9607 - -5867 -5440 - 13712 -3563 - 81 13053 - -1427 16125 - 8186 -908 - 15376 -15665 - -1391 5884 - 11506 -8138 - -14356 -1754 - -5598 -1488 - 14527 765 - 13234 11814 - 13237 -7332 - 10487 12949 - -3513 7575 - -14444 14797 - -2636 -6098 - -10363 -8647 - 392 8573 - 1365 10336 - -6157 8986 - -4059 16018 - 12361 6148 - 12548 -3785 - 15621 -3555 - -4334 5318 - 13541 -4019 - -15851 5961 - -2729 -72 - 14093 -37 - 618 15437 - 1822 13624 - -5789 4254 - 2485 -15601 - 1050 1845 - 15746 -2895 - 16167 -1247 - -8040 4756 - -1363 12881 - 15504 -12768 - -13102 -5558 - -1595 -6974 - 15195 -5116 - -8433 -14752 - -12575 -5537 - -8602 -3913 - 14651 7340 - -5577 -12147 - -4506 16266 - -5417 14334 - 9128 -14278 - 12979 8803 - 14746 -8958 - 1451 3495 - 1494 14088 - 6694 14428 - -1715 -106 - 13793 -15119 - -7643 -1057 - -368 -11565 - 2618 7779 - 7730 1302 - -8903 -1278 - 1119 5900 - 4042 -14560 - -1723 -3905 - 11508 1295 - 5019 9971 - -11285 2261 - 4740 10224 - -5745 -2810 - 10306 14384 - -15412 15910 - -2739 -6880 - -7009 3231 - 13341 -16102 - -3621 -266 - 1379 15258 - -1810 10865 - 5324 -7552 - 329 10110 - -7312 11668 - -15946 -575 - -13939 -11666 - 4431 4867 - 884 11749 - 6825 -1158 - -2603 508 - 12291 12805 - -16320 47 - 10821 1874 - -1219 -2098 - 5630 -1993 - -8760 -2640 - 13401 -3727 - 9396 121 - -4616 -7342 - -11144 -5202 - -12023 -5801 - 12027 1492 - -14653 13560 - 11438 8250 - 8317 -6244 - 2092 3104 - 3373 12404 - -2316 15718 - -934 3977 - 10977 -9198 - -14075 -14760 - 13164 3019 - -921 -4129 - 7957 -973 - -3780 -1688 - -10971 -9525 - 1922 -1967 - -4812 -14443 - -15426 1282 - 7301 9117 - -4762 -14116 - -15768 -4345 - -15216 -12374 diff --git a/Developer_Contributed/02-AIE_DSP_with_Makefile_and_GUI/files/src/ip/aie/data/prepare_data.m b/Developer_Contributed/02-AIE_DSP_with_Makefile_and_GUI/files/src/ip/aie/data/prepare_data.m deleted file mode 100644 index bc79ec0355..0000000000 --- a/Developer_Contributed/02-AIE_DSP_with_Makefile_and_GUI/files/src/ip/aie/data/prepare_data.m +++ /dev/null @@ -1,22 +0,0 @@ -% Copyright © 2023 Advanced Micro Devices, Inc. All rights reserved. -% SPDX-License-Identifier: MIT - -%% -I4c = load("input_128b.txt") -I2c = zeros(2048*4, 2); -%% -I2c(1:4:end, 1) = I4c(:, 1); -I2c(1:4:end, 2) = I4c(:, 2); -I2c(2:4:end, 1) = I4c(:, 3); -I2c(2:4:end, 2) = I4c(:, 4); -I2c(3:4:end, 1) = I4c(:, 5); -I2c(3:4:end, 2) = I4c(:, 6); -I2c(4:4:end, 1) = I4c(:, 7); -I2c(4:4:end, 2) = I4c(:, 8); -%% -fid = fopen("input_2col.txt", "w"); -for i= 1 : 8192 - fprintf(fid, "%7d %7d\n", I2c(i, 1), I2c(i, 2)); -end -fclose(fid) -%% diff --git a/Developer_Contributed/02-AIE_DSP_with_Makefile_and_GUI/files/src/ip/aie/src/fir_graph.cpp b/Developer_Contributed/02-AIE_DSP_with_Makefile_and_GUI/files/src/ip/aie/src/fir_graph.cpp deleted file mode 100644 index 587bf3c83b..0000000000 --- a/Developer_Contributed/02-AIE_DSP_with_Makefile_and_GUI/files/src/ip/aie/src/fir_graph.cpp +++ /dev/null @@ -1,27 +0,0 @@ -// Copyright © 2023 Advanced Micro Devices, Inc. All rights reserved. -// SPDX-License-Identifier: MIT - - -#include "fir_graph.h" - -/* -adf::PLIO *pl128_in = new adf::PLIO("DataIn1", adf::plio_128_bits,"data/input_128b.txt", 250); -adf::PLIO *pl128_out = new adf::PLIO("DataOut1", adf::plio_128_bits,"data/output_128b.txt", 250); -simulation::platform<1,1> platform(pl128_in, pl128_out); -*/ - -TopGraph filter ; - -/* -connect<> net0(platform.src[0], filter.in); -connect<> net1(filter.out, platform.sink[0]); -*/ - -#if defined(__AIESIM__) // || defined(__NEW_X86Sim__) -int main(void) { - filter.init() ; - filter.run(ITER_CNT); //N_ITERATIONS); - filter.end() ; - return 0 ; -} -#endif diff --git a/Developer_Contributed/02-AIE_DSP_with_Makefile_and_GUI/files/src/ip/aie/src/graphs/fir_graph.h b/Developer_Contributed/02-AIE_DSP_with_Makefile_and_GUI/files/src/ip/aie/src/graphs/fir_graph.h deleted file mode 100644 index c6d116c870..0000000000 --- a/Developer_Contributed/02-AIE_DSP_with_Makefile_and_GUI/files/src/ip/aie/src/graphs/fir_graph.h +++ /dev/null @@ -1,65 +0,0 @@ -// Copyright © 2023 Advanced Micro Devices, Inc. All rights reserved. -// SPDX-License-Identifier: MIT - -#ifndef __GRAPH_H__ -#define __GRAPH_H__ - -#include //DB - -//#pragma once - -//#include "fir_aie_defines.h" -#include "system_settings.h" //DB: this was commented in the Makefile flow -//#include "system_settings_comm.h" - -using namespace adf; -namespace dsplib = xf::dsp::aie; - -class FirGraph: public graph -{ -private: - // Channel Filter coefficients - std::vector FIR_TAP_COEFS = std::vector{-1124, -2408, 4655, 14455, 14455, 4655, -2408, -1124}; - //std::vector FIR_TAP_COEFS = std::vector{1, 0, 0, 0, 0, 0, 0, 0}; - - //FIR Graph class - //dsplib::fir::sr_sym::fir_sr_sym_graph chan_FIR; - dsplib::fir::decimate_asym::fir_decimate_asym_graph chan_FIR; - -public: - port in; - port out; - - // Constructor - with FIR graph class initialization - FirGraph():chan_FIR(FIR_TAP_COEFS) { - - // Margin gets automatically added within the FIR graph class. - // Margin equals to FIR length rounded up to nearest multiple of 32 Bytes. - connect<>(in, chan_FIR.in[0]); - connect<>(chan_FIR.out[0], out); - - //location(chan_FIR.m_firKernels[0]) = tile(18,0); - - }; -}; - - -class TopGraph : public graph { - - public: - adf::input_plio in; - adf::output_plio out; - - FirGraph F; - - TopGraph() - { - in = adf::input_plio::create( "DataIn1", adf::plio_128_bits,"data/input_128b.txt", 250); - out = adf::output_plio::create("DataOut1", adf::plio_128_bits,"data/output_128b.txt", 250); - connect<> (in.out[0],F.in); - connect<> (F.out, out.in[0]); - }; -}; - - -#endif diff --git a/Developer_Contributed/02-AIE_DSP_with_Makefile_and_GUI/files/src/ip/aie/src/graphs/system_settings.h b/Developer_Contributed/02-AIE_DSP_with_Makefile_and_GUI/files/src/ip/aie/src/graphs/system_settings.h deleted file mode 100644 index 624c620713..0000000000 --- a/Developer_Contributed/02-AIE_DSP_with_Makefile_and_GUI/files/src/ip/aie/src/graphs/system_settings.h +++ /dev/null @@ -1,35 +0,0 @@ -// Copyright © 2023 Advanced Micro Devices, Inc. All rights reserved. -// SPDX-License-Identifier: MIT - -//DB: daniele.bagni@amd.com -//DB: 3 August 2022 - -#pragma once - -#include -//#include "fir_sr_sym_graph.hpp" -#include "fir_decimate_asym_graph.hpp" - -// Filter parameters -#define DATA_TYPE cint16 -#define COEFF_TYPE int16 - -#define FIR_LEN_CHAN 8 -#define DECIMATE_FACTOR 2 -#define SHIFT_CHAN 15//0 for ramp -#define ROUND_MODE_CHAN 0 -#define AIES_CHAN 1 - -#define WINDOW_SIZE 1024 - -// Simulation parameters -#define NUM_ITER 8 -//DB: a bit redundant but just in case to be sure -#define ITER_CNT (NUM_ITER) -#define N_ITERATIONS (NUM_ITER) - -#define TP_CASC_LEN 1 -#define TP_USE_COEFF_RELOAD 0 -#define TP_NUM_OUTPUTS 1 -#define TP_DUAL_IP 0 -#define TP_API 0 diff --git a/Developer_Contributed/02-AIE_DSP_with_Makefile_and_GUI/files/src/ps_apps/aie_test/src/golden.h b/Developer_Contributed/02-AIE_DSP_with_Makefile_and_GUI/files/src/ps_apps/aie_test/src/golden.h deleted file mode 100644 index af2488f55a..0000000000 --- a/Developer_Contributed/02-AIE_DSP_with_Makefile_and_GUI/files/src/ps_apps/aie_test/src/golden.h +++ /dev/null @@ -1,9226 +0,0 @@ -// Copyright © 2023 Advanced Micro Devices, Inc. All rights reserved. -// SPDX-License-Identifier: MIT - -#pragma once - -short int golden[] = { - 126 , - 450 , - -1613 , - -975 , - 4149 , - -9673 , - 8363 , - -8704 , - -8622 , - -6170 , - -13008 , - 5317 , - -1192 , - -10116 , - -582 , - -12624 , - 916 , - -1407 , - 5510 , - 13283 , - -8939 , - -8363 , - 1015 , - -8789 , - 3450 , - 6493 , - 7153 , - 196 , - 8806 , - 5149 , - 7940 , - 2513 , - 5513 , - -4188 , - 10820 , - 2461 , - 4557 , - 4302 , - -8028 , - 297 , - 5947 , - 3053 , - 10012 , - 3034 , - 609 , - 5584 , - -10914 , - -5842 , - -4279 , - -3815 , - 2474 , - -2697 , - 1122 , - -5173 , - 4727 , - -3252 , - 3391 , - 7058 , - -2163 , - 7085 , - -8312 , - 3453 , - -602 , - 5024 , - 2662 , - 6059 , - -8539 , - -1687 , - 1188 , - -1216 , - 2487 , - -2432 , - -4051 , - 1696 , - 9195 , - 2308 , - 4180 , - -370 , - 4421 , - -4835 , - -5591 , - 7636 , - -9464 , - 6325 , - -8368 , - -3950 , - 6787 , - 1464 , - -4675 , - 6689 , - -1248 , - 1126 , - -13143 , - -1630 , - -9840 , - 13569 , - 7260 , - 4052 , - 10688 , - 1259 , - 14676 , - -3329 , - -2758 , - -10182 , - -5563 , - 569 , - 423 , - 5245 , - -2863 , - -9136 , - 506 , - -8420 , - -769 , - -526 , - -8772 , - -6240 , - -10413 , - 2408 , - 5743 , - 3928 , - 2786 , - -9118 , - 1964 , - -8893 , - -13351 , - -11120 , - -4959 , - -1502 , - 5071 , - -1154 , - -11419 , - -2403 , - -9298 , - 6156 , - -8360 , - -12637 , - 8625 , - 1232 , - -5937 , - 2745 , - 1295 , - -7501 , - -6506 , - 7750 , - 2718 , - 2638 , - -7213 , - 5849 , - -11366 , - -13240 , - -1419 , - -1972 , - 3261 , - 2426 , - 992 , - 2234 , - 77 , - 4793 , - -8495 , - 1830 , - -4747 , - -8877 , - -4191 , - -879 , - 556 , - 11893 , - 914 , - 649 , - -266 , - 3237 , - -2074 , - 3057 , - 3421 , - -3848 , - 15413 , - -8950 , - 1460 , - -5379 , - 4332 , - -12741 , - 4235 , - 13846 , - 12845 , - 1634 , - 3452 , - 3044 , - -7122 , - 6915 , - -573 , - -928 , - -3431 , - 3756 , - 3929 , - -1443 , - 2983 , - 1722 , - 4264 , - 7135 , - 3307 , - 7771 , - -1614 , - 2010 , - -1347 , - 5517 , - -6456 , - 8508 , - 7853 , - -1964 , - -3731 , - -11230 , - 3876 , - -3427 , - 7859 , - 7324 , - 756 , - -2550 , - -8000 , - 2834 , - 5459 , - -2351 , - 5527 , - -11088 , - 9548 , - 7689 , - 4948 , - -3900 , - -6508 , - -1653 , - -232 , - 1945 , - -224 , - 3123 , - 10266 , - -10543 , - 3281 , - 4474 , - 9076 , - -2079 , - 16038 , - 5159 , - 1726 , - 2347 , - -1734 , - -2299 , - -5579 , - 7857 , - -12815 , - -16122 , - 3972 , - 2872 , - 5754 , - 1831 , - 508 , - -4659 , - -4418 , - 5602 , - -1027 , - 2188 , - 4373 , - 7154 , - -318 , - -3426 , - -12604 , - 5589 , - -3283 , - 12318 , - -11712 , - 11609 , - -5675 , - -6100 , - 10678 , - -13022 , - 10143 , - -1500 , - 3752 , - 1071 , - 4286 , - 2538 , - -7964 , - 3211 , - -454 , - -2729 , - -3417 , - -2405 , - -5070 , - 3925 , - -2375 , - 4766 , - 7227 , - 5767 , - 12867 , - -9508 , - -61 , - -5238 , - 1217 , - -1302 , - -2984 , - -5395 , - -1841 , - 6585 , - 8532 , - 1739 , - 6185 , - 9625 , - -10775 , - -2635 , - 1845 , - -2018 , - 5577 , - -8278 , - 6914 , - 859 , - -487 , - 16435 , - -5088 , - 9627 , - -1628 , - 3057 , - -5335 , - -3888 , - -5133 , - -9304 , - 7843 , - 2132 , - 11117 , - 6815 , - -4860 , - 5292 , - -2589 , - -8442 , - -3980 , - -2741 , - 2516 , - 1959 , - 10635 , - 2515 , - 15637 , - 3262 , - 6245 , - 11741 , - -5342 , - 1969 , - 8425 , - 2292 , - 6746 , - -5245 , - 12064 , - -11712 , - 3431 , - -7642 , - 8644 , - -3891 , - -1712 , - 11528 , - -2518 , - -1504 , - -6599 , - -3298 , - -3196 , - 8615 , - 9420 , - -1593 , - -1029 , - 6849 , - -3893 , - -2810 , - -6557 , - 4218 , - -5960 , - 4930 , - 2742 , - -6543 , - 3789 , - 9145 , - 4705 , - -1426 , - 5571 , - -7274 , - 3460 , - -14179 , - 6985 , - -926 , - -2574 , - 6152 , - -2016 , - 1508 , - -6983 , - -382 , - -9737 , - -3705 , - -4633 , - 11763 , - -2419 , - 11340 , - -4755 , - 12978 , - 15965 , - 9431 , - 2493 , - -1976 , - -2484 , - -1314 , - 1478 , - -2991 , - -13335 , - 11375 , - -6553 , - 4948 , - -3246 , - -3915 , - -8190 , - 5814 , - 8460 , - 4651 , - 5466 , - -4662 , - 4321 , - 7267 , - -8137 , - -3210 , - -8271 , - -3829 , - 9316 , - 235 , - 4775 , - -6392 , - 1689 , - 8707 , - -9791 , - 11165 , - -8770 , - 1532 , - -4863 , - -2914 , - -573 , - -1967 , - -7731 , - -7415 , - 1961 , - -12185 , - 6038 , - 12817 , - -1633 , - 7032 , - 10949 , - 701 , - 7616 , - -7174 , - -6429 , - -6422 , - -3931 , - -3705 , - 373 , - 7822 , - -8678 , - 2175 , - -1870 , - 7279 , - -3215 , - 3706 , - 940 , - -1425 , - 8060 , - 9434 , - -3894 , - -3012 , - 1978 , - -11699 , - -3307 , - -3549 , - 1684 , - 10761 , - -2368 , - 665 , - 14598 , - -1186 , - -707 , - 8171 , - -1775 , - 3366 , - 7010 , - 926 , - 68 , - 207 , - 2912 , - 4499 , - -2912 , - -3507 , - -12511 , - 1395 , - 2710 , - -1564 , - -3774 , - -5308 , - 2410 , - 755 , - 4129 , - -4194 , - -155 , - 2643 , - 10472 , - -7784 , - 2391 , - -10131 , - 3972 , - -8363 , - -3098 , - 5222 , - 4219 , - 11127 , - 5119 , - 9664 , - -345 , - -6595 , - -2123 , - -3648 , - -3478 , - -603 , - -830 , - -658 , - 7821 , - -2504 , - -3034 , - 5646 , - -3153 , - 6371 , - 7531 , - -45 , - 12930 , - -192 , - -8543 , - 3341 , - 633 , - -9638 , - 2998 , - -6363 , - -6729 , - 2600 , - 5774 , - 2700 , - -7385 , - 3928 , - 1410 , - 3219 , - 5433 , - 8494 , - 3361 , - 12879 , - -13495 , - 2678 , - -2850 , - -6759 , - 8705 , - -776 , - 2657 , - -113 , - -9156 , - -11406 , - -15251 , - 1143 , - -11276 , - -3526 , - -3710 , - -114 , - 3773 , - -6747 , - 591 , - 2398 , - -299 , - 3992 , - -10069 , - -2027 , - -906 , - 5002 , - 190 , - 6402 , - 6565 , - 3452 , - 2558 , - -13117 , - -7415 , - -8275 , - 291 , - 3623 , - 4591 , - -1237 , - -6471 , - -4773 , - 3911 , - -260 , - 1460 , - -4723 , - 11911 , - 1846 , - 3196 , - -353 , - -6893 , - -5610 , - -9486 , - 1223 , - -8363 , - -15214 , - -7512 , - 176 , - 183 , - 10505 , - -7277 , - 5020 , - -7856 , - 5778 , - 3066 , - 3841 , - -8163 , - -11801 , - 12045 , - 774 , - -1599 , - 8508 , - -6392 , - -2177 , - 5406 , - 773 , - -7260 , - 3735 , - -811 , - -7517 , - 7642 , - 1016 , - -1693 , - 5285 , - 723 , - -3205 , - 3986 , - 8064 , - -5790 , - 5634 , - 2707 , - 7360 , - 240 , - 229 , - -11681 , - -7811 , - -5681 , - -3836 , - -6342 , - 1149 , - -2932 , - 597 , - -6991 , - 68 , - -1378 , - 1270 , - -12870 , - -5412 , - -1838 , - -1325 , - -4247 , - -4905 , - -11686 , - -4448 , - -9164 , - -13718 , - -2198 , - -12802 , - -1429 , - -959 , - 7646 , - 14880 , - -3368 , - 5613 , - 8824 , - 9770 , - -3977 , - 34 , - -3382 , - 4786 , - 7947 , - 3846 , - 13331 , - 6853 , - -3886 , - 2705 , - 3084 , - 1088 , - 8624 , - -772 , - 2766 , - 1379 , - 2669 , - 9046 , - -4807 , - -1969 , - -3872 , - -10259 , - 1835 , - -2565 , - 5629 , - -4839 , - 6865 , - -2363 , - 12807 , - 281 , - 4854 , - 105 , - 706 , - 3990 , - -2001 , - -5044 , - -2790 , - 88 , - -4643 , - 2423 , - -8407 , - 9875 , - -2458 , - 1408 , - -7544 , - 5821 , - 1574 , - 238 , - 4769 , - -4408 , - -3490 , - 5235 , - -5402 , - 6883 , - 8842 , - 4123 , - 2934 , - -598 , - 11213 , - 3113 , - 4578 , - -6094 , - -9689 , - -1343 , - 10842 , - 7166 , - 7857 , - 8220 , - -8298 , - 515 , - 389 , - 411 , - 6296 , - -12837 , - -4341 , - -5209 , - 8059 , - 13576 , - 8348 , - 3069 , - -1799 , - -806 , - -5062 , - -2572 , - -417 , - 1453 , - -3928 , - -9169 , - -5493 , - 506 , - -2037 , - 2012 , - -6144 , - 4230 , - -1408 , - -247 , - 7496 , - 7767 , - 12839 , - -2992 , - 2061 , - 5881 , - -3530 , - 8867 , - -7262 , - 1401 , - 4843 , - -3449 , - -107 , - 1415 , - 518 , - -556 , - 2776 , - -2321 , - -8208 , - -5906 , - -2982 , - -6651 , - 7130 , - 5587 , - 8317 , - 8042 , - 4954 , - 6875 , - 11208 , - 9542 , - 3959 , - 7616 , - 4356 , - 5591 , - -8261 , - 1610 , - -2644 , - -6452 , - 3645 , - -1206 , - -8036 , - 9970 , - 1043 , - 2631 , - 2608 , - -585 , - 2432 , - -8604 , - 7948 , - -5069 , - -8628 , - -2243 , - -8780 , - 11646 , - 5856 , - -1259 , - 17976 , - -415 , - 2337 , - -5048 , - -468 , - -2748 , - 5338 , - 3889 , - -2988 , - -8354 , - -3163 , - 2537 , - -6879 , - -5137 , - 11380 , - -1052 , - 7691 , - -1389 , - -9085 , - -12651 , - 13198 , - -10942 , - 3197 , - -4232 , - -3740 , - -6378 , - -5230 , - -1023 , - -4432 , - -809 , - 1805 , - -6752 , - -316 , - 238 , - 6691 , - -3169 , - 1132 , - 4553 , - 1332 , - -8412 , - -3322 , - -3993 , - 2018 , - 267 , - 6740 , - 13874 , - -1049 , - -4124 , - -8467 , - 1999 , - -7911 , - 2767 , - 11995 , - 11732 , - 5836 , - -6348 , - -11362 , - -4616 , - 4275 , - 11753 , - 5838 , - 11107 , - 2530 , - 10723 , - 3485 , - -2600 , - 3569 , - -8879 , - -9819 , - 8613 , - -4646 , - 10918 , - -7323 , - 1069 , - 2765 , - 4852 , - 7353 , - -5608 , - -5197 , - -9261 , - -7210 , - -9675 , - -5759 , - 5649 , - -14367 , - 7737 , - -111 , - 3288 , - -3375 , - 4253 , - -9589 , - 34 , - 160 , - 2438 , - 12435 , - -8980 , - 7881 , - -6266 , - 5490 , - -532 , - -2376 , - -6751 , - 212 , - -7098 , - -15454 , - -1440 , - -2022 , - 5172 , - 1057 , - 3309 , - 2060 , - 9485 , - -13408 , - 11009 , - -1245 , - 8960 , - -1930 , - -1787 , - -3116 , - -10465 , - 4263 , - -5924 , - 5732 , - -2134 , - -3016 , - -873 , - 80 , - 10973 , - 7214 , - 11409 , - 8763 , - 3581 , - 5047 , - 2366 , - -8096 , - -951 , - -8757 , - -2794 , - 1292 , - 2339 , - 3350 , - 1084 , - 613 , - 6202 , - 4407 , - 9472 , - 2510 , - -746 , - -359 , - -9771 , - -723 , - -1232 , - 6658 , - -2811 , - 5987 , - -247 , - 3351 , - -103 , - -603 , - 6710 , - -7396 , - -6178 , - 4678 , - 7835 , - 1064 , - 10765 , - -5640 , - 9522 , - 1624 , - 13922 , - 2440 , - 11824 , - 2316 , - 2248 , - 11806 , - -14795 , - 3531 , - -6221 , - -11741 , - 10270 , - -3356 , - -3174 , - 14056 , - -10646 , - 1699 , - -3533 , - -12698 , - 5631 , - 1131 , - -54 , - -4716 , - -2706 , - -9331 , - 15160 , - -1986 , - 5803 , - 4792 , - -7313 , - -1260 , - 9232 , - 128 , - 120 , - -9440 , - -11744 , - 10820 , - -1312 , - 5124 , - 2580 , - 1618 , - 3927 , - -3115 , - -1604 , - 861 , - -4855 , - -1808 , - -10311 , - -9804 , - -288 , - -809 , - 2757 , - -2867 , - -2639 , - 5195 , - -1541 , - -1871 , - 7466 , - 2029 , - 8785 , - -2562 , - 6502 , - -907 , - -1190 , - 8418 , - 150 , - 4930 , - -6437 , - 6584 , - 1988 , - -9072 , - -2378 , - -1582 , - -7939 , - 9709 , - -1392 , - 3199 , - -7292 , - -6837 , - 1770 , - 10046 , - 819 , - 2277 , - -12603 , - 6040 , - -8206 , - -2437 , - 1008 , - -10011 , - 8251 , - 10920 , - -675 , - 2927 , - -7212 , - -6518 , - 11386 , - 8465 , - 2183 , - -3663 , - -3228 , - 3646 , - -7304 , - -8437 , - -3750 , - -2681 , - 4121 , - 181 , - -11240 , - 3814 , - -2630 , - -1560 , - 609 , - -625 , - 2442 , - -2477 , - 4503 , - 2013 , - 8199 , - -2674 , - 4800 , - -979 , - 4207 , - 4584 , - -8257 , - -2180 , - -13489 , - -6692 , - -459 , - 6374 , - -9381 , - -5098 , - 5703 , - 11073 , - -3748 , - 6076 , - -9729 , - -4234 , - 12055 , - -5411 , - -1154 , - -4885 , - 3679 , - 1484 , - -340 , - 12728 , - -940 , - -5861 , - -4717 , - -15524 , - -10897 , - -7877 , - 750 , - -1950 , - 14215 , - 1247 , - -1915 , - -798 , - -12992 , - 2476 , - -12322 , - 7595 , - -662 , - -5353 , - 6094 , - 11431 , - 1095 , - -1895 , - -6023 , - 3055 , - -6241 , - 7564 , - 1781 , - -9277 , - 12334 , - -3674 , - 1982 , - 1292 , - -6658 , - 12823 , - -4367 , - 7905 , - 7522 , - -2186 , - -5165 , - -593 , - -598 , - 2334 , - -3017 , - 5633 , - 939 , - 9406 , - -6339 , - 4819 , - -8002 , - 6599 , - -1278 , - -978 , - 9293 , - 207 , - 4735 , - 1754 , - -2752 , - -5275 , - 3418 , - 5216 , - -6402 , - 3154 , - 10756 , - -9592 , - 4147 , - -4842 , - 4786 , - 3983 , - -4243 , - 13392 , - -10779 , - 5214 , - 7827 , - 6240 , - 1481 , - 7260 , - -2480 , - 11872 , - 8495 , - 6060 , - -23 , - -4778 , - -964 , - -6958 , - 2122 , - -3056 , - -7787 , - -9462 , - -8518 , - -4658 , - -3388 , - -28 , - -10249 , - -10659 , - 91 , - -6407 , - 10741 , - 4870 , - -11030 , - -152 , - -1620 , - -9813 , - 1232 , - 3399 , - -3162 , - 809 , - -9529 , - -5069 , - -5819 , - 1403 , - 7261 , - 10095 , - -1254 , - 8399 , - -5376 , - 10944 , - 4311 , - 5124 , - -7847 , - 5959 , - 3909 , - 625 , - 4047 , - 4197 , - 238 , - 1260 , - -5755 , - 2872 , - 1609 , - 7834 , - 2421 , - 3749 , - 9964 , - -7482 , - 4435 , - 12409 , - 831 , - 1168 , - 2591 , - -5908 , - -4006 , - -8454 , - -1331 , - 1810 , - 3949 , - 4163 , - 107 , - -5008 , - 1548 , - -5596 , - 2362 , - 9329 , - 153 , - 1504 , - 2969 , - 1121 , - -2436 , - -3759 , - 3653 , - 10773 , - 2856 , - 1967 , - 10787 , - 6484 , - -6265 , - -233 , - -7851 , - -7099 , - -826 , - 3318 , - 3176 , - 3929 , - 9716 , - -4388 , - 1621 , - -5832 , - -5580 , - 7829 , - 5377 , - 524 , - 8549 , - -7661 , - -3649 , - -14025 , - 13390 , - 2393 , - -5745 , - 5056 , - 1484 , - -5292 , - 5282 , - 6756 , - 8381 , - 9696 , - -161 , - 16224 , - -9112 , - 645 , - -795 , - -13425 , - 11750 , - -10018 , - 2550 , - -4494 , - 5568 , - 5898 , - -6431 , - -7853 , - 6829 , - 516 , - -851 , - -4225 , - 3705 , - -3643 , - -3638 , - 2495 , - -9506 , - 4017 , - -1771 , - 4561 , - 5867 , - 6401 , - -782 , - 181 , - 4541 , - -3145 , - -6481 , - 2310 , - -5741 , - 718 , - -5495 , - 3501 , - -2571 , - 8953 , - 1848 , - 3412 , - 1749 , - 4989 , - 11372 , - -13157 , - 3067 , - -3785 , - 12411 , - 2227 , - -7353 , - 4629 , - 4810 , - -336 , - 12082 , - 1802 , - -819 , - 13783 , - -7821 , - 407 , - 6384 , - 14132 , - 2512 , - 3435 , - -269 , - -2354 , - 1400 , - -7967 , - 4751 , - 14025 , - -7101 , - 12394 , - 741 , - -4337 , - 775 , - 3075 , - 3468 , - 7369 , - -5058 , - 9145 , - -988 , - -7738 , - 10879 , - -5319 , - 5874 , - -2982 , - 8404 , - -289 , - -1969 , - -2835 , - 12020 , - -5807 , - 13765 , - -1892 , - 4273 , - 1075 , - -3279 , - 5289 , - -3227 , - 332 , - 2037 , - 9269 , - -1234 , - -2939 , - -11726 , - -6051 , - -11424 , - 7627 , - -2689 , - 9794 , - 9667 , - 2021 , - 10718 , - 8826 , - 1917 , - 1005 , - -6632 , - 1400 , - 1042 , - 2804 , - 7675 , - 4166 , - 1539 , - 3152 , - -10479 , - 3274 , - 10324 , - 279 , - -2285 , - -13148 , - 5137 , - -5819 , - -10551 , - 596 , - 6299 , - -6094 , - 5646 , - 8710 , - -1150 , - 6526 , - -6825 , - 3717 , - 5188 , - 1835 , - 454 , - -9537 , - -14415 , - -5443 , - -1891 , - 2977 , - 7746 , - 9668 , - -3834 , - 9149 , - -25 , - -7772 , - -1454 , - -981 , - -6119 , - 7671 , - 64 , - 2588 , - 1867 , - -2821 , - 219 , - -6833 , - 3790 , - -6426 , - -10603 , - -5485 , - 9752 , - -10570 , - 14018 , - 7073 , - -6683 , - 6319 , - 8522 , - -5222 , - 971 , - -2349 , - -10752 , - 2135 , - 9053 , - -107 , - 11255 , - 1669 , - 972 , - 6398 , - -6677 , - -9533 , - -11376 , - 6562 , - -6837 , - -4406 , - 526 , - -10153 , - -898 , - -2308 , - 4384 , - 1258 , - 4894 , - -995 , - 2063 , - 12231 , - 10771 , - -2120 , - -4501 , - -1455 , - -1733 , - 10876 , - 3435 , - 3325 , - -5985 , - 135 , - 8990 , - -4418 , - -2681 , - -1608 , - -7412 , - 6477 , - -12155 , - 2152 , - -5450 , - -6446 , - -6141 , - -12324 , - 3793 , - 1433 , - -2546 , - 6443 , - 680 , - -5857 , - 4183 , - -5794 , - 5472 , - 1753 , - -799 , - 7371 , - 9476 , - 198 , - -6279 , - -504 , - -9176 , - 3735 , - -4588 , - -7025 , - 3608 , - -5639 , - -13966 , - 11601 , - 2406 , - -9082 , - -2944 , - -1335 , - -8879 , - 13978 , - 4438 , - -2560 , - -1375 , - -1053 , - -711 , - -977 , - 1139 , - -3831 , - -8864 , - -14629 , - 5802 , - -1564 , - 5254 , - 13817 , - -9862 , - 134 , - 446 , - -5533 , - 821 , - -2064 , - -8984 , - -1997 , - -4632 , - -2072 , - -1955 , - 383 , - 4954 , - 7078 , - -6816 , - 3399 , - -1887 , - 6275 , - 6722 , - 4681 , - -6666 , - 1366 , - 6014 , - 10895 , - 6562 , - -348 , - -2309 , - -2252 , - -553 , - -5454 , - -4827 , - -6594 , - -8246 , - 5162 , - -15634 , - -5212 , - -5194 , - 5269 , - 3744 , - 3622 , - 352 , - -1796 , - -8168 , - 13280 , - -13018 , - -8567 , - -1279 , - -3952 , - 2982 , - -1584 , - 9701 , - 4248 , - 2980 , - -672 , - -3868 , - -13790 , - -3454 , - -12840 , - 4408 , - 7462 , - -7731 , - -1917 , - -7424 , - 3909 , - 10691 , - -3565 , - 11008 , - 2104 , - -2766 , - -5223 , - -9364 , - 7249 , - 3564 , - 2634 , - 2125 , - -11358 , - 2758 , - -9188 , - -11860 , - 9533 , - -3108 , - 14256 , - -1738 , - 10520 , - -2601 , - -5175 , - -19090 , - 289 , - -79 , - -8540 , - 9514 , - 583 , - 795 , - 9652 , - 10681 , - 4599 , - 5350 , - -2786 , - -2284 , - -5669 , - 982 , - -11450 , - 6862 , - 1448 , - -6006 , - -8602 , - -3650 , - 3779 , - 3284 , - 520 , - 10171 , - -8456 , - 8876 , - 1834 , - -493 , - 4256 , - -2272 , - -5415 , - -9955 , - 3999 , - 13158 , - 7945 , - 305 , - -6860 , - -2158 , - 5281 , - 15024 , - 846 , - -3195 , - 8645 , - -11313 , - 212 , - 1748 , - -6327 , - 162 , - -3714 , - -953 , - 7937 , - -1909 , - -752 , - 10721 , - -8468 , - 3097 , - -808 , - -5262 , - -8231 , - 7728 , - 267 , - 6115 , - 10506 , - 6309 , - 9983 , - -97 , - 248 , - 6546 , - 4939 , - 2198 , - 4240 , - -5409 , - -5049 , - 1660 , - -2645 , - 15199 , - -10211 , - 5415 , - 3526 , - 2420 , - 1603 , - -7767 , - -10740 , - -13550 , - -1364 , - 834 , - 4402 , - 10878 , - -550 , - 940 , - 6038 , - 13581 , - -1793 , - -1430 , - 2100 , - -8211 , - 5934 , - -2070 , - 1000 , - 7615 , - -5802 , - -10746 , - 2456 , - -3519 , - -4820 , - 6422 , - 3752 , - -8624 , - -2034 , - -11674 , - -12448 , - -7827 , - -10992 , - -7304 , - 4569 , - -15016 , - -5603 , - -9712 , - -4147 , - 164 , - 2209 , - 230 , - -3701 , - -3333 , - 4163 , - 2258 , - -1194 , - -1373 , - 3186 , - -4871 , - -4723 , - -2119 , - -8757 , - -3998 , - 7560 , - -8035 , - 10766 , - 7496 , - 4137 , - -3631 , - -1894 , - 2319 , - 59 , - -11860 , - 1205 , - 11609 , - -1997 , - -4931 , - -7058 , - -4056 , - -6384 , - 5152 , - -1345 , - -3212 , - -6858 , - -6749 , - -2536 , - -5992 , - 181 , - -1591 , - -1871 , - 6854 , - -10888 , - -7282 , - 626 , - -8653 , - -560 , - 1767 , - -14582 , - 12064 , - -6249 , - 6284 , - -25 , - 70 , - 740 , - -11140 , - -6212 , - -1355 , - -2806 , - 5648 , - -9624 , - 104 , - 4238 , - -4074 , - -2336 , - -4914 , - -3915 , - 823 , - 986 , - 7629 , - 2930 , - 7719 , - -5451 , - -1578 , - -7758 , - -150 , - -8667 , - 9412 , - -12605 , - 1396 , - -3223 , - 1059 , - 6010 , - 6930 , - 3169 , - -1166 , - 6776 , - 7325 , - -5334 , - -2960 , - 4965 , - 9489 , - 1796 , - -1067 , - 1088 , - -10825 , - -3808 , - 2890 , - -7123 , - 1932 , - 5990 , - 2726 , - -6898 , - 1544 , - -5996 , - 2520 , - -2254 , - -5084 , - 1219 , - 1459 , - 5841 , - 10328 , - 11670 , - 3145 , - 7785 , - 2156 , - 2215 , - -10012 , - 10165 , - 10631 , - 6152 , - 5947 , - 4060 , - -5117 , - 5825 , - -8620 , - 5255 , - -2551 , - -6257 , - -4229 , - 3512 , - 472 , - -6601 , - -15767 , - -5401 , - -1770 , - -3222 , - 2957 , - 564 , - -9217 , - -5831 , - -2952 , - -1584 , - -1413 , - -4117 , - -5834 , - -2604 , - 419 , - 1482 , - 6401 , - 11478 , - -8383 , - -2183 , - -4899 , - -8744 , - 5744 , - 879 , - -423 , - -1033 , - -11373 , - -4251 , - -8168 , - 5092 , - -2802 , - 7532 , - 6718 , - -3056 , - -9865 , - -369 , - 1874 , - -3348 , - 9088 , - 394 , - 2271 , - -1666 , - -4248 , - 5182 , - -11139 , - 8895 , - 11723 , - 11250 , - -431 , - 8474 , - -9897 , - 9422 , - 5320 , - 5276 , - 9336 , - -14289 , - -6243 , - 2534 , - 12575 , - 1717 , - 8812 , - 6672 , - -1124 , - 2309 , - 9060 , - 12070 , - 8684 , - -1347 , - 9781 , - -5603 , - -5911 , - 1622 , - -8141 , - -2938 , - 7374 , - 5519 , - -1644 , - -7953 , - -4871 , - 6753 , - -6241 , - -3889 , - -708 , - 4036 , - -8624 , - -3328 , - 4599 , - 9791 , - 8395 , - -3427 , - -8092 , - -9115 , - -626 , - 4251 , - -1748 , - 3194 , - -3020 , - -4008 , - 9633 , - -13996 , - -10061 , - 559 , - 4847 , - 8170 , - 9016 , - -3098 , - -6814 , - -10656 , - 8134 , - -2823 , - 3941 , - 2546 , - -4851 , - -765 , - 1752 , - 2746 , - -932 , - 12108 , - -7545 , - -1670 , - -1467 , - -9301 , - 2491 , - -1477 , - -11660 , - -9660 , - -7038 , - 394 , - -859 , - 15824 , - -8569 , - 3950 , - 964 , - -10774 , - 1831 , - 3645 , - -3035 , - -4131 , - -1126 , - -7150 , - 5392 , - -5383 , - 2709 , - -2497 , - -2883 , - -6981 , - -6936 , - 11476 , - 6198 , - 9504 , - 295 , - -3290 , - 11154 , - -7674 , - -8437 , - 2768 , - -1721 , - 7057 , - 9201 , - 8958 , - 3013 , - -3450 , - 1437 , - -2396 , - 7357 , - -5498 , - -4362 , - -4055 , - -3245 , - 1539 , - 965 , - 5224 , - -10715 , - 3619 , - -5373 , - -8674 , - -2930 , - -4343 , - 6967 , - -154 , - -7594 , - 2710 , - 6348 , - -1985 , - -9380 , - 10807 , - 8231 , - 1221 , - 3557 , - 5694 , - -5563 , - 13181 , - 3837 , - -1137 , - 6891 , - -566 , - 2501 , - 4793 , - -1339 , - -6534 , - 4286 , - -2889 , - 8771 , - 6297 , - 9031 , - 4629 , - 2155 , - 1538 , - -8344 , - 941 , - 7828 , - 6249 , - -1779 , - 8460 , - 3021 , - 3859 , - 8497 , - -9680 , - 12884 , - 738 , - -7107 , - -3869 , - -4444 , - -13756 , - 9753 , - -1348 , - -143 , - -5392 , - 220 , - -5256 , - -9641 , - -6613 , - -4182 , - 3017 , - 5287 , - -6306 , - 3507 , - 478 , - -8040 , - -7635 , - -2925 , - 3455 , - 6158 , - 6097 , - -2381 , - -6361 , - -8372 , - 997 , - 377 , - -1230 , - -39 , - -14483 , - 3354 , - -11788 , - -4694 , - -5491 , - -13524 , - -7777 , - 1857 , - -9938 , - 4169 , - -11834 , - -2906 , - -6139 , - -488 , - 3661 , - 4687 , - -5142 , - 13297 , - -5240 , - 2769 , - 5388 , - -11201 , - -1012 , - -10902 , - 1632 , - 4078 , - 11930 , - 9806 , - 5173 , - -117 , - -7006 , - 6491 , - 1088 , - -11271 , - -9687 , - -5093 , - -2111 , - -4417 , - 11704 , - -1381 , - -3183 , - -7637 , - -2562 , - 69 , - 1517 , - -7405 , - -380 , - 8007 , - -130 , - -1657 , - -3162 , - 9845 , - -6132 , - 5602 , - -7127 , - -1506 , - -11353 , - -10941 , - -1640 , - 7798 , - 5858 , - 4322 , - 7529 , - -5137 , - -9870 , - -973 , - -7672 , - -1393 , - 11479 , - -771 , - 3269 , - 5503 , - 2549 , - -4060 , - 13955 , - -5883 , - -3186 , - -5644 , - 2483 , - 1445 , - -3584 , - 9339 , - -50 , - 2110 , - -2313 , - -1811 , - -202 , - -10825 , - 7001 , - 2347 , - -6686 , - -2401 , - 7660 , - 647 , - -677 , - -3993 , - -10381 , - -11715 , - -3429 , - -10108 , - -10823 , - -9767 , - -1391 , - 6385 , - -7827 , - -3311 , - -7751 , - -14017 , - 5425 , - 5653 , - 1681 , - 13015 , - 3158 , - 6603 , - 13287 , - 8070 , - -5098 , - 6204 , - -4802 , - 8508 , - 2704 , - 3930 , - 990 , - 3701 , - -4344 , - -2953 , - -11943 , - 5224 , - -12073 , - -4754 , - 6757 , - 2770 , - 9868 , - -5908 , - 383 , - 2536 , - -3054 , - 5236 , - -5054 , - 1074 , - -2757 , - -2855 , - -7469 , - -2212 , - 15510 , - -2892 , - 10311 , - 5187 , - -3331 , - 8679 , - -1977 , - -12270 , - 11160 , - -7957 , - -9584 , - -4028 , - -9891 , - -7577 , - 13289 , - 58 , - 12477 , - -2519 , - -8653 , - 850 , - -6614 , - 8138 , - 8240 , - 4538 , - 4452 , - -7070 , - -454 , - 6451 , - -5217 , - -9755 , - 7518 , - -4120 , - -6207 , - 4728 , - -1287 , - -2066 , - -2529 , - -4034 , - 4136 , - -7536 , - -4625 , - -3663 , - 1616 , - -8682 , - 6396 , - -2752 , - -2871 , - -9109 , - -5876 , - -7133 , - -8154 , - -6367 , - 4814 , - -2533 , - 969 , - -9792 , - -1287 , - 11468 , - 987 , - 270 , - -1691 , - 3542 , - -2115 , - 5172 , - 223 , - -5032 , - 9261 , - -10307 , - 6006 , - 6523 , - 4193 , - 111 , - 7438 , - -2756 , - -597 , - 331 , - -9241 , - 1077 , - 4703 , - -527 , - 4586 , - -4117 , - 10426 , - -3533 , - 7403 , - -12200 , - 2502 , - -10458 , - 22 , - -12123 , - 599 , - -3201 , - -11162 , - 6135 , - 126 , - 4958 , - -3599 , - -1243 , - -9135 , - -11287 , - -210 , - 4788 , - 430 , - 2126 , - -10995 , - 1998 , - -9905 , - -4243 , - 4300 , - 2944 , - -992 , - 3063 , - -4662 , - -4279 , - 10405 , - -4966 , - -6900 , - -2830 , - -3656 , - -1803 , - 149 , - 5206 , - -10287 , - 1327 , - 2095 , - 1323 , - 8655 , - 8219 , - 10114 , - 7395 , - 437 , - 566 , - 1637 , - 930 , - -5796 , - -6026 , - -15532 , - -7713 , - -6010 , - -2159 , - -7851 , - 6878 , - 441 , - 3983 , - -5845 , - -8650 , - -14242 , - 774 , - 3319 , - -5257 , - 7726 , - -5549 , - -11538 , - -12405 , - -6076 , - 2151 , - -354 , - -6078 , - 114 , - -6748 , - -3941 , - -10306 , - -78 , - -10970 , - 2353 , - 3364 , - -6024 , - -8379 , - 6700 , - 4648 , - -1315 , - 2956 , - 4241 , - -7156 , - 3060 , - -1238 , - 2707 , - -11961 , - 2392 , - -1129 , - 7753 , - 1751 , - 8112 , - -14517 , - 439 , - -1643 , - 440 , - 8072 , - -6411 , - -888 , - 570 , - -6537 , - 15376 , - -1049 , - 14724 , - -8352 , - 4108 , - 9263 , - -70 , - -4403 , - 14470 , - 7922 , - 8189 , - 3237 , - 326 , - -1936 , - 248 , - 6185 , - -4718 , - 884 , - 863 , - 2442 , - 9237 , - -4007 , - 7199 , - 5075 , - 14141 , - 6755 , - 13195 , - 8116 , - -11699 , - -3863 , - -3839 , - 4623 , - -1357 , - -517 , - 7265 , - -15869 , - 10356 , - -1614 , - -4189 , - 1994 , - 3219 , - -5453 , - -4606 , - -510 , - -6870 , - -3881 , - 5440 , - -3210 , - 5265 , - 777 , - -5053 , - 2486 , - -5613 , - -1616 , - 5189 , - 1391 , - 5024 , - -2708 , - 5361 , - 6373 , - 1032 , - 7311 , - -622 , - 2414 , - -593 , - -3967 , - 7711 , - 5342 , - 8655 , - 5808 , - 3154 , - 7515 , - 1908 , - -7576 , - -5368 , - -3630 , - -6353 , - 7897 , - 9844 , - 2188 , - 9051 , - 5993 , - -183 , - 3771 , - 437 , - -6725 , - -9187 , - -9912 , - 8468 , - -1746 , - 6210 , - -3037 , - 469 , - -4459 , - -2023 , - -3903 , - 476 , - 5864 , - -5445 , - -6746 , - -1021 , - -5471 , - 6462 , - -1856 , - 12378 , - -1337 , - 8096 , - 2410 , - -3234 , - 5989 , - -497 , - 424 , - -2743 , - -2676 , - 4354 , - 7461 , - 9164 , - 3552 , - 2808 , - 5525 , - -4612 , - 3883 , - -10081 , - 12838 , - -12637 , - 5828 , - -14849 , - -1866 , - 3155 , - -6314 , - 7850 , - -9234 , - 9396 , - 12350 , - 3419 , - -1847 , - 2256 , - 2049 , - 9895 , - 8255 , - -5787 , - 11622 , - -4553 , - 9197 , - -302 , - 8543 , - -534 , - -304 , - 7529 , - -2924 , - 2467 , - -2400 , - -7871 , - 1456 , - -2562 , - 5543 , - 11831 , - 8515 , - 1657 , - 637 , - -1073 , - -2589 , - 2621 , - 9802 , - -691 , - 2738 , - 11376 , - -7748 , - 4842 , - -3559 , - 3825 , - 4714 , - 820 , - 12076 , - -5188 , - 10190 , - -9243 , - -2925 , - -2799 , - 1957 , - 5959 , - -10409 , - 811 , - -8119 , - -3959 , - 2670 , - -4490 , - 7973 , - -5769 , - 419 , - -4421 , - -10307 , - 1259 , - -3425 , - 6459 , - 1947 , - 2392 , - -8950 , - 4391 , - 4789 , - -1535 , - 752 , - -791 , - 3034 , - 3202 , - 486 , - 2186 , - -5548 , - -4168 , - 6916 , - 9269 , - 720 , - 1411 , - -3062 , - -12557 , - -9760 , - -1915 , - 10675 , - 4636 , - 1419 , - 6742 , - -5685 , - 4244 , - -10390 , - 754 , - 11141 , - 16340 , - -1943 , - 4514 , - -3581 , - -9276 , - -4945 , - 2332 , - -1745 , - -11652 , - -3885 , - 5449 , - -11486 , - -9234 , - 448 , - -6199 , - 2533 , - 6088 , - 6073 , - 496 , - 4018 , - 432 , - -9931 , - 2853 , - -1851 , - -9877 , - -3015 , - 1652 , - -7734 , - 1272 , - -7943 , - -655 , - -2293 , - 10490 , - -5285 , - -6055 , - 3968 , - -8003 , - -804 , - 11190 , - -6306 , - 9634 , - 3364 , - 1242 , - -12546 , - 2039 , - -6044 , - 2799 , - 2669 , - -2648 , - 7682 , - 6612 , - -3644 , - -2242 , - -3056 , - -5898 , - 192 , - -3972 , - 13794 , - 9568 , - -3655 , - 178 , - -12920 , - 4217 , - -7926 , - 13136 , - 1451 , - 1992 , - -17759 , - -6686 , - -454 , - 5310 , - -875 , - -10926 , - 1713 , - 59 , - 10396 , - -4313 , - -7369 , - 8911 , - 3611 , - 5165 , - -7037 , - -5605 , - -9869 , - 1706 , - 4228 , - -6076 , - -11438 , - 1047 , - 2800 , - 10223 , - 4891 , - 705 , - 7936 , - 2762 , - -2067 , - 2714 , - 6581 , - 8670 , - 3244 , - 10570 , - -1062 , - 6125 , - 1378 , - 1504 , - -12685 , - -9595 , - 668 , - 1420 , - 6374 , - -2718 , - 1078 , - -6397 , - 3425 , - 1370 , - 3439 , - 930 , - 5178 , - 1871 , - -7891 , - 8541 , - -6471 , - 4704 , - -13736 , - 6886 , - 1608 , - 9795 , - 180 , - -6954 , - -15639 , - 1924 , - -7309 , - 8562 , - 6245 , - 2291 , - -3250 , - -2867 , - -11968 , - -2380 , - 7495 , - 6264 , - -1513 , - -220 , - -12039 , - -7796 , - -289 , - 319 , - 9304 , - -5834 , - 112 , - -755 , - -9023 , - -9345 , - 13407 , - 5092 , - 3163 , - 11999 , - -10707 , - -6728 , - -1524 , - -5143 , - -248 , - 10100 , - 2469 , - 4742 , - 7552 , - -4448 , - 352 , - 1738 , - 2614 , - -1614 , - 4368 , - -13446 , - -142 , - -6037 , - 1477 , - 5144 , - 919 , - -5782 , - -3700 , - -5042 , - 4417 , - 1731 , - 9909 , - 14762 , - 8539 , - -3011 , - -5084 , - -2568 , - 7548 , - 2513 , - 5813 , - -1467 , - -7977 , - -119 , - 2523 , - -6869 , - 5732 , - -290 , - 2456 , - 3805 , - -23 , - 5250 , - 12044 , - 6196 , - -4429 , - -6476 , - 9102 , - -7716 , - 5254 , - 4510 , - -11543 , - -816 , - -4148 , - -5701 , - 7481 , - -2083 , - 473 , - 13319 , - -7691 , - 8011 , - -5987 , - -12050 , - -4998 , - 1580 , - -13634 , - 13729 , - -10969 , - 590 , - -2010 , - 12783 , - -2268 , - -7000 , - 3842 , - -883 , - -2439 , - 4352 , - -4246 , - 2791 , - -2363 , - 2387 , - 3986 , - 5424 , - 2901 , - 10003 , - 1512 , - -1185 , - 3617 , - 6526 , - -1125 , - 14265 , - -6758 , - -4618 , - -510 , - 568 , - 283 , - -7713 , - -11165 , - -8495 , - 879 , - -1881 , - 5849 , - -3404 , - 342 , - 8974 , - -8241 , - -8500 , - 6031 , - -4275 , - 211 , - 3254 , - -4220 , - -2891 , - 8066 , - -3558 , - -2368 , - -5841 , - 1746 , - 1890 , - 6884 , - -15305 , - -6668 , - -2005 , - 7096 , - -2572 , - 4371 , - 9482 , - 5271 , - 7829 , - -1610 , - -2130 , - 3916 , - 558 , - 6392 , - -1302 , - -577 , - 4912 , - 447 , - -1373 , - -8693 , - -12175 , - -1706 , - 1692 , - -11493 , - -2377 , - -2563 , - -7113 , - -3852 , - 3076 , - -145 , - 4394 , - -1645 , - -8917 , - 2721 , - -625 , - -6475 , - -7481 , - 96 , - 9071 , - -2098 , - -3968 , - 2577 , - 5298 , - 2693 , - -5128 , - -4385 , - 1173 , - 4909 , - 2876 , - 11212 , - 4478 , - 8258 , - -1315 , - -6026 , - 180 , - -3059 , - 3042 , - 5118 , - 7777 , - -6262 , - -1350 , - -4401 , - -485 , - -3061 , - -5367 , - 387 , - -9873 , - -1841 , - 1000 , - 4108 , - 6705 , - 12622 , - -4029 , - 7244 , - 11477 , - -6090 , - -1224 , - -8176 , - -5877 , - -1980 , - 1380 , - 8015 , - 8687 , - -362 , - 3941 , - -4224 , - 8795 , - -655 , - -2703 , - 3172 , - -3508 , - 4616 , - 7392 , - -4140 , - -1810 , - -2240 , - 4498 , - 1710 , - 7103 , - -2687 , - -3561 , - 4116 , - -628 , - 10288 , - -2473 , - -22 , - 1546 , - 2539 , - -11818 , - -5726 , - 9140 , - -6865 , - 10161 , - 6862 , - -12316 , - -15246 , - -2147 , - 909 , - 6814 , - -1869 , - 9670 , - 2408 , - -6185 , - -3808 , - -3575 , - -7345 , - 11740 , - -11852 , - 12027 , - 6966 , - -2024 , - 2988 , - -12996 , - -3859 , - 1661 , - -2577 , - -685 , - -10798 , - -1097 , - 921 , - 9104 , - 6314 , - -3613 , - -2881 , - 135 , - -12957 , - 460 , - -2550 , - 6238 , - -4549 , - 3808 , - -2186 , - -376 , - 4211 , - -1178 , - 8755 , - 1980 , - -13335 , - 1140 , - -957 , - 2972 , - -6154 , - 12754 , - -7697 , - 1314 , - -5124 , - 2302 , - -7225 , - 2406 , - 7594 , - -5140 , - 3462 , - -4197 , - -3911 , - -1473 , - -2559 , - -5360 , - 3676 , - -3606 , - 2853 , - 232 , - -1022 , - -4639 , - -4086 , - 7751 , - 142 , - -7860 , - -9102 , - -1665 , - -6313 , - -10672 , - -3334 , - -1308 , - 2679 , - 3308 , - 8021 , - -4437 , - -3711 , - 10713 , - -2691 , - -5532 , - 10987 , - -11235 , - -6581 , - -6 , - 5528 , - 3973 , - 4480 , - 7654 , - -3565 , - -5472 , - -7424 , - 1381 , - 176 , - -1393 , - 476 , - -2206 , - 217 , - -2937 , - -11754 , - 7150 , - -7078 , - 12368 , - -7701 , - 2245 , - -703 , - -10536 , - 9027 , - 2294 , - -5188 , - -5922 , - 1437 , - 1109 , - -5286 , - -4766 , - -4157 , - 4140 , - 3307 , - -4189 , - 8976 , - 3089 , - 4052 , - 10865 , - -8011 , - 9201 , - 5920 , - 991 , - 12584 , - -2105 , - 4041 , - 763 , - -6720 , - -771 , - 7686 , - 2490 , - 1254 , - -10623 , - -1952 , - -14557 , - 3379 , - -11947 , - 3077 , - -1010 , - 2588 , - -7014 , - 2902 , - -10781 , - -12573 , - -11043 , - -5326 , - -4390 , - -7114 , - 5163 , - 6211 , - -1403 , - 860 , - -3767 , - -2322 , - 7904 , - 2138 , - -1622 , - -3907 , - 2300 , - 3148 , - 540 , - 7890 , - 9453 , - -1701 , - -2676 , - 4350 , - -5048 , - 7463 , - 7469 , - -7546 , - 149 , - 10586 , - 1817 , - -1084 , - -280 , - -7286 , - -656 , - -402 , - 2641 , - -302 , - -865 , - 4377 , - -9498 , - 1235 , - -490 , - 4877 , - 6525 , - -9840 , - 2908 , - 318 , - -4192 , - 6203 , - 1552 , - 5661 , - 1111 , - 2367 , - 11165 , - -2739 , - 4325 , - -534 , - -2383 , - -153 , - 238 , - 2188 , - 6937 , - 17055 , - 12970 , - 5892 , - 1407 , - 648 , - -337 , - 725 , - 5933 , - -2957 , - 1549 , - -10705 , - -5583 , - -1649 , - -54 , - 71 , - 9563 , - -595 , - 5548 , - -6575 , - -3579 , - -852 , - -5486 , - 1801 , - -3518 , - 6309 , - -12995 , - -5224 , - -563 , - -1156 , - 8524 , - -7202 , - -4999 , - -11221 , - -6069 , - 1395 , - -3592 , - 8484 , - -1097 , - -2214 , - 4899 , - 1864 , - 946 , - -7160 , - 2254 , - -7358 , - 10113 , - -10900 , - -8343 , - 6595 , - -5446 , - 14469 , - -11826 , - -4930 , - -9741 , - -9222 , - 9092 , - -1031 , - -2457 , - -3791 , - 3046 , - -6121 , - 8192 , - 4272 , - 455 , - 5306 , - -3561 , - -270 , - -4923 , - 2346 , - 3107 , - 219 , - 4879 , - 8086 , - -6854 , - 1475 , - -3646 , - -11090 , - 12241 , - 3588 , - 4856 , - 2866 , - 4813 , - -5157 , - -8213 , - -14652 , - 6679 , - 2468 , - 5225 , - 427 , - -12134 , - -12630 , - 5756 , - 11044 , - 4015 , - -2089 , - -6498 , - -313 , - 8163 , - 737 , - 1851 , - 8896 , - -6668 , - -2723 , - -4650 , - 3132 , - -4435 , - -3244 , - 7840 , - -6281 , - 3895 , - -10134 , - -2747 , - 4696 , - -11633 , - -971 , - -11170 , - -15915 , - -3647 , - -3533 , - 676 , - 12911 , - -2817 , - -955 , - -17 , - 4213 , - -307 , - 8643 , - -15692 , - -10362 , - 4602 , - -2633 , - 7527 , - -11014 , - -13950 , - 1554 , - -11580 , - 11164 , - -599 , - -10865 , - 2713 , - -9009 , - 7371 , - -1822 , - 1559 , - 823 , - -12528 , - 3360 , - -6240 , - 209 , - -6226 , - -4068 , - 3483 , - 3421 , - -2405 , - -13260 , - 9866 , - 421 , - -2872 , - 1335 , - -6812 , - -8016 , - 1878 , - 10282 , - 2284 , - 7401 , - -4449 , - -4536 , - -6185 , - -6871 , - 2920 , - 9588 , - 1329 , - 9920 , - -1446 , - 475 , - 3420 , - -4174 , - -3251 , - -4435 , - 4924 , - -5719 , - -2355 , - -2742 , - 1382 , - 4475 , - 4649 , - 7944 , - 2614 , - 4465 , - 355 , - 2915 , - 6917 , - -10953 , - 12600 , - 6720 , - -1826 , - 8700 , - -14189 , - -6966 , - -1315 , - -2158 , - 2521 , - 10458 , - 12656 , - 4312 , - 11537 , - 5364 , - -1551 , - 1940 , - -4898 , - 1466 , - 4537 , - -3780 , - -113 , - 4893 , - -2605 , - -8026 , - -1045 , - 10168 , - 9495 , - 9631 , - -7545 , - -11964 , - 6510 , - 6008 , - 6310 , - 7927 , - 4712 , - 388 , - 1975 , - -4044 , - 1461 , - 6141 , - -7835 , - -5619 , - 208 , - -322 , - 1090 , - -808 , - -11529 , - 4912 , - -1057 , - -3214 , - 11429 , - -3561 , - 5948 , - 8995 , - 468 , - 1655 , - 2977 , - -4964 , - -4116 , - -3037 , - 710 , - -6121 , - 6481 , - -6303 , - 15272 , - -4971 , - 1179 , - -8194 , - -5408 , - -3905 , - 6980 , - -4601 , - -944 , - 2047 , - -5497 , - 1151 , - 5284 , - -2520 , - 2566 , - -314 , - 5815 , - 10797 , - -4973 , - 475 , - -15043 , - -12452 , - -4827 , - -7312 , - 12178 , - -1799 , - 9474 , - -3043 , - 1759 , - -3638 , - -11921 , - -744 , - 504 , - -2790 , - 8455 , - 4531 , - -12905 , - -410 , - -1786 , - -8667 , - -4834 , - 4326 , - -9165 , - -1274 , - 8126 , - 6224 , - 8030 , - -8659 , - -12648 , - -10148 , - -9346 , - 3109 , - 3559 , - 121 , - 6478 , - -2088 , - 5003 , - -9109 , - 10245 , - -1879 , - -1459 , - -773 , - -3916 , - 3120 , - -4723 , - 9868 , - 319 , - -7448 , - 10342 , - -5298 , - 11681 , - -9454 , - -8817 , - 11714 , - -8309 , - 4895 , - 6564 , - 5449 , - -5068 , - 854 , - 3493 , - 3362 , - 11520 , - -8289 , - 9095 , - -1922 , - 1342 , - -7802 , - 3353 , - 8531 , - 6747 , - 4287 , - 3843 , - 3753 , - 8067 , - 9820 , - 12580 , - 11169 , - 2463 , - -6097 , - 5543 , - -4167 , - 7861 , - 9390 , - 2508 , - -448 , - 3718 , - -3781 , - 10340 , - -2766 , - -8232 , - -2744 , - -3102 , - 13 , - 12982 , - -4679 , - 4052 , - 6826 , - 3442 , - 12720 , - -7319 , - 3503 , - 6094 , - -12234 , - -2351 , - -6351 , - 2822 , - 29 , - -3479 , - -14771 , - -463 , - -3765 , - -4769 , - -5218 , - -10765 , - -126 , - -5804 , - -11273 , - 7934 , - -8207 , - 3543 , - 11969 , - -337 , - -2426 , - -10741 , - -11319 , - -2956 , - -8375 , - -14929 , - 8428 , - 2490 , - 5932 , - 4621 , - -1635 , - -5698 , - -15547 , - -6974 , - -2205 , - 2468 , - 8519 , - -8950 , - 1626 , - -11480 , - 3286 , - 9211 , - 5069 , - 7997 , - 6871 , - 871 , - 10397 , - -8117 , - -5665 , - -1899 , - 15172 , - 3531 , - -4429 , - -7689 , - -12315 , - -11489 , - 3758 , - -6553 , - -7877 , - 53 , - -1184 , - -10554 , - 470 , - -5267 , - -13460 , - 3264 , - -986 , - 3719 , - 10522 , - 5844 , - 4188 , - 5011 , - 8880 , - -225 , - 8556 , - 2916 , - 12395 , - -4397 , - 6233 , - 5510 , - 5003 , - -4440 , - -8547 , - 10827 , - -5252 , - -1818 , - -12116 , - -4264 , - -1886 , - 3248 , - -3171 , - 9095 , - -5836 , - 4901 , - 905 , - -5832 , - 1847 , - 2099 , - 5539 , - -6859 , - 5547 , - 593 , - 8762 , - -9808 , - 1443 , - -3270 , - -6158 , - -4371 , - -304 , - 3760 , - 2593 , - 1859 , - -3314 , - 5702 , - 7765 , - -9574 , - 384 , - 2464 , - 4763 , - -8578 , - 9425 , - -13587 , - 10510 , - 811 , - -10896 , - -4581 , - -12244 , - 6323 , - 601 , - -1127 , - 900 , - -2845 , - 9490 , - 7592 , - 13924 , - 1751 , - 9308 , - 239 , - -6682 , - 133 , - -2582 , - -11020 , - 2298 , - 6593 , - -9008 , - -259 , - -2585 , - 8394 , - -2775 , - 5232 , - 9555 , - -4860 , - 2784 , - -7660 , - 3021 , - -12245 , - -5040 , - -6077 , - -5937 , - -7836 , - -4689 , - -9459 , - -1088 , - -3226 , - 2800 , - 147 , - 1394 , - 5029 , - 3812 , - 13416 , - -1797 , - 4896 , - 4801 , - 2014 , - 4057 , - 9904 , - -11808 , - -9074 , - 1159 , - -14152 , - -7386 , - 5197 , - 11480 , - 2520 , - -3985 , - -2576 , - -5095 , - -403 , - 13688 , - -2647 , - 2726 , - 4289 , - -3048 , - 8277 , - -4955 , - -150 , - -6014 , - 5875 , - -13929 , - -1775 , - -1346 , - -6505 , - 6500 , - 6373 , - -353 , - 7519 , - -11610 , - -4395 , - 2049 , - -8479 , - -6051 , - 269 , - -5991 , - 8988 , - 4120 , - -5721 , - 13099 , - 6143 , - -509 , - 6926 , - -4922 , - -9623 , - -1632 , - -17030 , - -4302 , - -3762 , - -10605 , - -3022 , - 1047 , - -4432 , - -8718 , - 4065 , - -3118 , - -5659 , - 8505 , - -1584 , - 7949 , - -4935 , - -4425 , - -3453 , - 832 , - 1203 , - -3732 , - 725 , - -2168 , - -320 , - -3899 , - -8858 , - 1743 , - -7952 , - -2972 , - -1895 , - 6156 , - 10584 , - -6537 , - -3997 , - 4098 , - -159 , - 15732 , - 5483 , - -4430 , - -12331 , - 281 , - -571 , - 10035 , - 2898 , - 6069 , - -6641 , - 530 , - -1577 , - -8415 , - -5732 , - -1942 , - 2625 , - 7038 , - 1295 , - -8511 , - 7526 , - -1654 , - -1124 , - 5236 , - 913 , - 6057 , - 4116 , - -4456 , - 1666 , - 10247 , - -12061 , - 515 , - 516 , - -429 , - -1637 , - 9595 , - -558 , - -2665 , - 4574 , - -1960 , - -12649 , - 1443 , - -5657 , - 1844 , - 1121 , - -3705 , - -7609 , - 3658 , - 1079 , - 337 , - 11250 , - -3689 , - -2899 , - 2492 , - 1017 , - 3635 , - -3218 , - 4666 , - 8466 , - 6065 , - 1642 , - -190 , - -48 , - 6166 , - 108 , - -3908 , - -5414 , - 8215 , - -4027 , - 5992 , - 2076 , - 5272 , - -5126 , - 5037 , - 4067 , - -9603 , - -2047 , - -1747 , - 8570 , - -11899 , - 7193 , - -1330 , - 3949 , - 10370 , - 1955 , - -2118 , - 7241 , - 10581 , - 1383 , - -2717 , - -5275 , - -7238 , - 5158 , - 2369 , - 9221 , - 7744 , - 4383 , - 4700 , - -1725 , - 4193 , - -7711 , - -3648 , - 4544 , - 114 , - -6293 , - -7256 , - 8787 , - -8718 , - 9592 , - 3078 , - 13676 , - -10921 , - 2480 , - -1536 , - -4770 , - 9329 , - 3421 , - 7835 , - 10015 , - 2345 , - 39 , - 15431 , - -10479 , - 3878 , - 7403 , - 7210 , - 8035 , - 8255 , - -4172 , - 134 , - -12843 , - 3506 , - 4469 , - -2922 , - -8722 , - 749 , - -5197 , - 12028 , - 7187 , - 8534 , - 1276 , - -6150 , - 6562 , - -14486 , - -2359 , - -6430 , - -2147 , - -542 , - 964 , - -7135 , - 2002 , - -3665 , - 1258 , - -6481 , - -11487 , - 4155 , - 459 , - 7377 , - 952 , - -1280 , - -60 , - 5618 , - 4523 , - 4403 , - 3839 , - -3156 , - 2632 , - -10622 , - -5673 , - 196 , - -1662 , - 9569 , - 13869 , - 3622 , - -3370 , - 2084 , - 921 , - -7330 , - 892 , - 199 , - -2016 , - -9054 , - -8562 , - -5088 , - 3985 , - 7099 , - 9800 , - 3308 , - -8483 , - -5279 , - 7193 , - -10380 , - 7224 , - 107 , - -4295 , - -1616 , - 6417 , - -3638 , - 5344 , - 8499 , - 6459 , - 2734 , - -1558 , - -9945 , - 3066 , - 1465 , - -748 , - -2255 , - -3882 , - 6147 , - -4140 , - 14414 , - -10842 , - 4970 , - -2989 , - 3364 , - 698 , - 7427 , - -11495 , - 7118 , - 1420 , - -4324 , - 3716 , - 4542 , - -11548 , - 345 , - -2120 , - -4842 , - 335 , - 9048 , - 1839 , - 8944 , - -6950 , - -1797 , - 8611 , - -2647 , - -4134 , - 7050 , - 7350 , - 5762 , - 10792 , - 3637 , - -7414 , - -4766 , - 3748 , - -1506 , - 10349 , - 340 , - 10879 , - 4848 , - -255 , - 14159 , - -2497 , - -3477 , - -7539 , - 5737 , - -6749 , - 4340 , - -5283 , - -257 , - 9844 , - 4448 , - 2450 , - 8154 , - -5609 , - 8925 , - -1485 , - 6559 , - -4901 , - -1911 , - 10776 , - -5394 , - 8210 , - -3993 , - 2355 , - 3310 , - -1078 , - 1221 , - 2784 , - 5203 , - 1777 , - -5194 , - 1061 , - -4688 , - 4077 , - 2575 , - -14891 , - 10969 , - -4245 , - 2765 , - 14543 , - -5637 , - -824 , - 3280 , - -4823 , - -6390 , - 900 , - 4814 , - 886 , - -2342 , - -4474 , - -11623 , - -502 , - -11753 , - -4594 , - -1853 , - -4238 , - 4475 , - -4329 , - 3703 , - -531 , - 6050 , - -1654 , - -3549 , - -7158 , - -2378 , - 2020 , - -10128 , - 4275 , - -5858 , - -541 , - 4170 , - -79 , - 10708 , - 1334 , - 1649 , - -4788 , - -632 , - -852 , - -8425 , - 9405 , - -6895 , - -191 , - 12740 , - -10293 , - -2795 , - -5156 , - -1244 , - 3367 , - 2382 , - 6185 , - 8237 , - -2044 , - 4360 , - -2349 , - -6690 , - 6925 , - 2407 , - 7771 , - -2620 , - 1231 , - -6680 , - 21 , - 10841 , - -3205 , - 8188 , - 10292 , - 5844 , - 8644 , - -2592 , - 6979 , - 6153 , - 6072 , - 8485 , - -1481 , - -6060 , - 15298 , - -23 , - -2365 , - 5698 , - 7233 , - 397 , - -4689 , - -5210 , - -2593 , - 10835 , - 4337 , - 8029 , - -10378 , - -1053 , - 7554 , - 7146 , - 5835 , - -4247 , - 1147 , - -93 , - 8278 , - 6661 , - 9738 , - -10115 , - -3720 , - 10107 , - 8439 , - -4240 , - 4779 , - -522 , - 979 , - -3152 , - -12316 , - -3053 , - 4638 , - 5702 , - 4427 , - -5620 , - -8 , - 11566 , - -3213 , - 13387 , - -10253 , - 9863 , - 2483 , - -2229 , - -10475 , - -7015 , - -5710 , - 5170 , - -5280 , - 7998 , - 2159 , - -2911 , - 335 , - 9739 , - 8738 , - 7050 , - 8725 , - 4205 , - -2086 , - 13160 , - 4249 , - 4911 , - -3100 , - 4768 , - -1010 , - -9813 , - -655 , - 6170 , - -1304 , - 6652 , - 3577 , - 312 , - 3955 , - 3649 , - 7482 , - 6575 , - 2999 , - 7422 , - 4438 , - 96 , - 4378 , - -10977 , - -1673 , - -3527 , - 3631 , - -4620 , - 9266 , - 8887 , - -3014 , - -2849 , - 4598 , - -12053 , - -614 , - 1779 , - -10213 , - -7832 , - 1045 , - 6719 , - 12549 , - 11332 , - 335 , - 10243 , - -619 , - -9530 , - 7982 , - -4692 , - 6123 , - 683 , - 11062 , - -1672 , - 6839 , - 14558 , - -3294 , - 9229 , - -6477 , - 2885 , - -701 , - 7835 , - -3745 , - -3275 , - 1414 , - -772 , - -862 , - 3354 , - -5092 , - -934 , - -3245 , - -5143 , - 7326 , - -3089 , - 3533 , - 5111 , - -9217 , - -6095 , - 4977 , - -5479 , - -849 , - 10797 , - -3876 , - -3500 , - 6012 , - -12466 , - 5956 , - -4174 , - 2466 , - -6437 , - 6267 , - -398 , - -5447 , - -1501 , - -1860 , - -3570 , - 4490 , - 10277 , - -3925 , - 1473 , - 9695 , - -9018 , - 3393 , - -11874 , - 3086 , - 4494 , - -313 , - -6707 , - -13867 , - -894 , - 1927 , - -1815 , - -419 , - 441 , - 299 , - 5663 , - 5256 , - -11574 , - -1224 , - -1247 , - 5521 , - -2094 , - -398 , - 3259 , - -7078 , - 6005 , - 2775 , - 1648 , - 11285 , - -7758 , - -7951 , - 4743 , - -7447 , - -866 , - -936 , - 1737 , - 6402 , - -12704 , - -3871 , - -637 , - 7043 , - 5077 , - -1655 , - 2805 , - -2628 , - -4718 , - -3210 , - 7973 , - 5964 , - 7203 , - 829 , - -2231 , - 234 , - -10519 , - -527 , - -939 , - 15123 , - 1885 , - -2215 , - -347 , - -14151 , - -2677 , - -2473 , - -9199 , - -5080 , - 2868 , - 6064 , - -7741 , - -5097 , - -2216 , - -11618 , - 6103 , - -9137 , - 3160 , - 10507 , - -336 , - -3934 , - 6571 , - -1728 , - 805 , - -1106 , - -11071 , - 439 , - -1711 , - -7425 , - 8251 , - 3714 , - -847 , - 4749 , - -1898 , - -2469 , - -8912 , - -6698 , - -3269 , - -1755 , - -3792 , - 9908 , - 7652 , - 9970 , - -1133 , - -4671 , - 13011 , - -8404 , - 3838 , - 7778 , - -7652 , - 7512 , - 1008 , - -8913 , - 10331 , - 10981 , - 2513 , - -1034 , - 1460 , - 4395 , - 6392 , - 5857 , - 10101 , - 9330 , - 1993 , - 2788 , - -11360 , - 7394 , - 340 , - -2134 , - 5202 , - 1192 , - 4434 , - 6714 , - 1639 , - -1501 , - -3602 , - 656 , - 10431 , - -7277 , - -2356 , - -4884 , - -6859 , - 924 , - -4350 , - 386 , - 6353 , - -2941 , - 2884 , - 12528 , - -11850 , - 6166 , - -14824 , - -9706 , - 559 , - 6212 , - 2715 , - -945 , - 2002 , - 6015 , - 1109 , - -4591 , - 970 , - -7893 , - 2367 , - 164 , - -1638 , - 4166 , - 221 , - 1843 , - -5797 , - -10566 , - -6947 , - -4918 , - -2160 , - 1814 , - -7162 , - -3687 , - -13649 , - 4518 , - -829 , - 7416 , - 1610 , - -2401 , - -2671 , - -5385 , - 11280 , - -7754 , - 2169 , - 2798 , - 254 , - -4568 , - -5028 , - -372 , - -6270 , - -4755 , - -9108 , - -487 , - 7861 , - 11236 , - -3853 , - 93 , - -3049 , - -11256 , - -5982 , - 253 , - 3942 , - 6545 , - -2746 , - -86 , - -3681 , - 9765 , - 11018 , - 8317 , - 6574 , - -240 , - -5434 , - -486 , - -3314 , - -2626 , - -4921 , - -3620 , - 1821 , - -10458 , - -2940 , - -3766 , - 5115 , - -4639 , - 1628 , - 2286 , - -2504 , - 3950 , - 3345 , - -5837 , - 3998 , - -11925 , - -4235 , - -9214 , - 3278 , - 3303 , - 6961 , - -1155 , - 6177 , - -2775 , - -10541 , - 5304 , - 10004 , - -4126 , - 6980 , - 548 , - 8561 , - 3982 , - -2927 , - -223 , - 11306 , - -2531 , - 10257 , - -29 , - -1719 , - -4177 , - -1440 , - -4178 , - 12882 , - -6285 , - 1201 , - 6608 , - -1225 , - -4765 , - 5006 , - -5225 , - 16714 , - 1704 , - 2912 , - -5267 , - -9659 , - 1798 , - -7726 , - 2271 , - -11420 , - 843 , - -2689 , - -5325 , - 2648 , - 253 , - -6154 , - 5824 , - -7053 , - 1594 , - -2359 , - 3841 , - -2673 , - -6932 , - 1549 , - -3759 , - 7561 , - 1068 , - 12224 , - -1697 , - -2492 , - -2684 , - -3748 , - 12864 , - 323 , - 10720 , - 7934 , - 9475 , - -12857 , - 559 , - 3251 , - 5402 , - 10578 , - -3001 , - -839 , - -9907 , - -1922 , - -694 , - 3563 , - 2131 , - 13581 , - -1350 , - 5656 , - -9309 , - 11525 , - -4841 , - 1246 , - -1175 , - -380 , - -673 , - -1133 , - 7289 , - -11638 , - -5276 , - 3241 , - -10503 , - -4369 , - -10258 , - 517 , - -3667 , - 1206 , - -4413 , - -2385 , - 460 , - -8523 , - 1676 , - 5786 , - 6493 , - 12635 , - -134 , - -52 , - 4633 , - -1904 , - -2763 , - 3067 , - 6265 , - 13398 , - 5064 , - -3580 , - 1294 , - 2133 , - 2389 , - 7013 , - -5792 , - 10189 , - -7131 , - -9958 , - -344 , - -9736 , - -8576 , - 3393 , - -3809 , - -6155 , - -8638 , - 7831 , - 2594 , - -2935 , - 10152 , - -6449 , - 7432 , - 8844 , - -2553 , - 8545 , - 4015 , - -8613 , - -2623 , - -9529 , - -2801 , - 2350 , - 756 , - -1897 , - 9962 , - 1721 , - 7501 , - 8384 , - 874 , - -644 , - 13157 , - 2601 , - 5572 , - 11315 , - -7412 , - 6454 , - 3661 , - -319 , - -1497 , - 2053 , - -11901 , - 3557 , - -7463 , - 1005 , - -10436 , - 443 , - 3702 , - -860 , - 7558 , - 4475 , - 9818 , - -2925 , - -5302 , - -12142 , - -5235 , - 379 , - 2430 , - 3923 , - -316 , - 9251 , - 835 , - -1935 , - 391 , - 175 , - -5601 , - 8253 , - 636 , - 11489 , - -2272 , - -1898 , - 2729 , - -11537 , - 8772 , - 5817 , - 2995 , - -6686 , - -4603 , - 1686 , - 6011 , - 2991 , - -9850 , - -3604 , - -6175 , - -2768 , - -1765 , - -8295 , - 6502 , - 2041 , - -2464 , - 4803 , - -11678 , - 5133 , - 7216 , - -3391 , - 6544 , - 5542 , - -2869 , - 3838 , - 9816 , - -3502 , - -5201 , - 7656 , - -9996 , - -7473 , - 3950 , - 10259 , - -571 , - -2376 , - -3036 , - 1857 , - -5174 , - -1334 , - 5709 , - 4706 , - -14006 , - -418 , - -11551 , - 3141 , - -933 , - -7424 , - 11688 , - 9664 , - 4497 , - 6454 , - -6572 , - 1397 , - -1901 , - -10803 , - 6332 , - -3125 , - 12221 , - 1025 , - -2480 , - 5972 , - -2201 , - -3376 , - 840 , - -6719 , - -4341 , - -8979 , - 4478 , - -3504 , - -1090 , - -2335 , - 3019 , - -1962 , - -7013 , - -3660 , - -3125 , - 12504 , - 7114 , - 384 , - 5843 , - -761 , - -2772 , - -4795 , - -2613 , - -9175 , - -3063 , - 4419 , - 872 , - -13525 , - 4746 , - 13 , - 437 , - 8076 , - -6504 , - -644 , - -5167 , - -10565 , - -1275 , - 6024 , - -1690 , - 3929 , - 16745 , - 2913 , - -4943 , - 619 , - -10238 , - 3542 , - -5942 , - 6647 , - 9551 , - 2561 , - -2591 , - 10420 , - 1776 , - -666 , - 171 , - 6362 , - -2921 , - 2744 , - 2073 , - -3544 , - -5009 , - 3282 , - -6274 , - -707 , - 6417 , - -2666 , - -8486 , - 11502 , - -1424 , - 10371 , - -217 , - 217 , - -5560 , - -10304 , - -8401 , - -3126 , - 3536 , - -53 , - 1145 , - 6292 , - -6251 , - 1083 , - 5175 , - -703 , - 7015 , - 286 , - -2275 , - 1709 , - -3367 , - -2283 , - 6553 , - 5646 , - 10461 , - 9722 , - 7302 , - 13727 , - 9708 , - 5312 , - 10363 , - 8744 , - 7385 , - -2471 , - 4057 , - 4421 , - 1541 , - -2352 , - -2893 , - 3096 , - 5442 , - -149 , - -8517 , - 2736 , - 7919 , - 1483 , - 11771 , - 217 , - -10371 , - -2390 , - -2902 , - -1668 , - 3759 , - 4065 , - 9085 , - -3437 , - -2215 , - 8231 , - -2292 , - 3746 , - 6973 , - -7608 , - 3770 , - -5945 , - 4395 , - -13493 , - 4970 , - -4221 , - 3147 , - -6349 , - 8556 , - 5635 , - 3339 , - 15737 , - -7384 , - 2573 , - -12779 , - -5709 , - -4808 , - -1783 , - -506 , - -625 , - 9618 , - -3360 , - -7166 , - 7467 , - -3450 , - -3909 , - 41 , - 4473 , - -9489 , - 464 , - 7686 , - -1249 , - 3278 , - 4178 , - -6491 , - -474 , - -1214 , - 10029 , - 15526 , - -1411 , - -9682 , - -5074 , - -10545 , - -3034 , - 5020 , - 3989 , - -2971 , - 732 , - 4677 , - 666 , - 1497 , - -7416 , - -577 , - -7789 , - -2558 , - -2368 , - 841 , - -2653 , - -2850 , - 4140 , - 7973 , - -5904 , - 9693 , - -3909 , - 8396 , - 4363 , - 8944 , - -7816 , - 2314 , - 5040 , - 1492 , - -6639 , - -4297 , - -8400 , - -7770 , - -3345 , - -4047 , - 858 , - 6939 , - 837 , - -9809 , - 1043 , - 1384 , - -391 , - 6066 , - 5259 , - -1098 , - 1862 , - 6969 , - -4384 , - 183 , - -11459 , - 5921 , - -3800 , - 2065 , - -545 , - 197 , - 2518 , - 597 , - 7834 , - 9166 , - 5431 , - -6322 , - -7981 , - -5843 , - -2123 , - 845 , - 5263 , - -1975 , - -6439 , - -7382 , - -1541 , - 51 , - -798 , - -4048 , - 480 , - 516 , - -1408 , - 2501 , - 4760 , - 158 , - -2281 , - -3050 , - 7918 , - 4684 , - 4441 , - -667 , - 5294 , - -995 , - 3849 , - -7288 , - -5446 , - -7140 , - 2851 , - 2458 , - -5 , - -2365 , - -10790 , - -5246 , - 5556 , - -7536 , - -6070 , - -1127 , - -2039 , - 8406 , - -3297 , - 3731 , - 8082 , - 2240 , - -9203 , - 7822 , - 472 , - -2143 , - -5260 , - -2601 , - 10318 , - 7154 , - 2808 , - 2870 , - -5886 , - 9607 , - 4232 , - -3638 , - 2091 , - -2790 , - 2314 , - -1172 , - -8033 , - -3394 , - 2024 , - -3000 , - 8605 , - 3822 , - 2673 , - 3100 , - -9803 , - 2143 , - 933 , - 2663 , - -1789 , - 8028 , - -5483 , - -3339 , - -2050 , - -8151 , - -6268 , - -7075 , - 2667 , - 13545 , - 1494 , - 5129 , - 1061 , - 7107 , - 3992 , - -1521 , - 9160 , - -5691 , - 4411 , - 3509 , - -6471 , - 13264 , - 1218 , - 4196 , - 741 , - 4319 , - -1985 , - -6454 , - -11179 , - -9357 , - 12022 , - -5738 , - -6970 , - -2465 , - 8324 , - 5592 , - 5876 , - 2534 , - 11093 , - -7777 , - 9779 , - 9725 , - 724 , - 11356 , - -2318 , - 1203 , - 2643 , - 3203 , - 4839 , - -2042 , - 7326 , - -1867 , - 1198 , - -6941 , - 7094 , - -12369 , - -1644 , - 3977 , - -10386 , - -6914 , - -9164 , - -442 , - -4289 , - 4685 , - -1656 , - 8042 , - 2981 , - 675 , - -6301 , - -649 , - -7352 , - -7335 , - -1510 , - 5910 , - -2800 , - 3087 , - 5340 , - 291 , - -13448 , - -3465 , - -5159 , - 10071 , - -8895 , - 11958 , - -6611 , - -368 , - 618 , - 4998 , - -675 , - 2761 , - 4723 , - 585 , - 6705 , - 9262 , - -1772 , - -2393 , - -1334 , - -12050 , - 12583 , - 8172 , - 5860 , - -2234 , - -5943 , - 2997 , - -1482 , - 4275 , - -5259 , - 444 , - 9379 , - 495 , - 3720 , - -6388 , - 3282 , - -9066 , - -7073 , - -785 , - 4917 , - 4708 , - 11577 , - -6568 , - -1398 , - 1113 , - -9418 , - -6537 , - -3874 , - -6930 , - 8290 , - 7086 , - 12262 , - 14770 , - 5950 , - -3536 , - -5041 , - -6131 , - 4230 , - 2843 , - -4303 , - 3737 , - -6992 , - -3818 , - -9171 , - 4038 , - 309 , - 5918 , - -3262 , - -3764 , - 3297 , - 9311 , - 15503 , - -7437 , - -13311 , - -13286 , - -5213 , - -626 , - -11692 , - 10288 , - -8125 , - -2325 , - -8067 , - -8452 , - -3208 , - -7757 , - 82 , - -4182 , - 3398 , - -274 , - 7292 , - -4582 , - 2220 , - 7902 , - 2197 , - 1995 , - -4592 , - 1184 , - 7310 , - 5404 , - 8842 , - 9214 , - 2310 , - 2007 , - -5031 , - -3291 , - 96 , - -4044 , - -3255 , - 215 , - 14296 , - 10888 , - -722 , - -2071 , - -8993 , - -4661 , - 13318 , - 7847 , - -3724 , - 5000 , - -1417 , - -5595 , - 12308 , - 5788 , - -3251 , - -4187 , - -273 , - -5620 , - -1543 , - 5478 , - 5018 , - 9525 , - 5899 , - -610 , - 5270 , - 5809 , - -1117 , - 10556 , - -3820 , - -5455 , - -991 , - -3688 , - 9283 , - -1383 , - -9710 , - 159 , - -2670 , - 771 , - -7295 , - 1140 , - -5672 , - 9645 , - 4215 , - 6804 , - 561 , - -3665 , - -4206 , - 2029 , - 4283 , - 12449 , - 8207 , - -3880 , - 850 , - 1492 , - 4698 , - 8681 , - -418 , - -5160 , - -10122 , - -8011 , - -134 , - 5007 , - -316 , - 11153 , - -11596 , - -1497 , - 1438 , - -10227 , - -7684 , - 9151 , - 11167 , - -2271 , - 11487 , - 1377 , - 1964 , - -7755 , - 1630 , - 100 , - -5302 , - 10306 , - -6551 , - 8873 , - -4957 , - -917 , - -3421 , - -3824 , - -2798 , - 4757 , - 10279 , - -5035 , - -4814 , - -6756 , - -3177 , - -9130 , - -6107 , - -15218 , - -9531 , - 117 , - -6342 , - 2019 , - 6876 , - 6131 , - -1064 , - 11539 , - -2416 , - 158 , - -6704 , - -434 , - -9299 , - 3879 , - -607 , - 6344 , - 13932 , - -8789 , - -2981 , - 1615 , - -905 , - 852 , - -3090 , - -9693 , - -3823 , - -5535 , - 7926 , - -428 , - -343 , - -5641 , - -1883 , - -1785 , - 9908 , - -13104 , - 4879 , - 3108 , - -4221 , - 2461 , - -9949 , - 7460 , - -9125 , - -6188 , - 4504 , - 1641 , - -158 , - -6268 , - -12555 , - -4432 , - -5222 , - 2746 , - -4681 , - 9941 , - 9204 , - 4803 , - 9958 , - -2375 , - -2443 , - 696 , - -4474 , - -2129 , - 12031 , - -718 , - 661 , - 11990 , - -2437 , - -11345 , - -2740 , - -7662 , - -5648 , - -4516 , - -8382 , - 10019 , - -2083 , - -921 , - 3559 , - 2099 , - 1977 , - 8496 , - -677 , - -893 , - -11115 , - -11998 , - -477 , - 6408 , - 4997 , - -4795 , - -687 , - -2146 , - -10067 , - 7971 , - -13376 , - 8175 , - 4485 , - 9865 , - -3118 , - 2935 , - 8442 , - 2006 , - 2819 , - -9169 , - 2121 , - 2549 , - 620 , - 10159 , - 4618 , - 2146 , - 4100 , - 4220 , - -6265 , - -6250 , - 1458 , - 2196 , - 7044 , - 8271 , - -6220 , - -11468 , - 8470 , - -2832 , - 5621 , - -470 , - 1024 , - 4136 , - 4402 , - 1147 , - 92 , - 3282 , - 3554 , - 3431 , - 7732 , - 10610 , - -8373 , - 6101 , - 1991 , - -10745 , - 889 , - 2064 , - 8051 , - 9552 , - 3521 , - -4311 , - -4083 , - -1697 , - 2658 , - 226 , - 451 , - -4830 , - 8656 , - 9331 , - 3308 , - -4612 , - 6362 , - 6553 , - 13198 , - 6004 , - 1407 , - 13386 , - 957 , - 6251 , - 2499 , - 6696 , - -12644 , - -819 , - 6256 , - 3020 , - 11132 , - 2400 , - -6380 , - -8247 , - 1487 , - 3570 , - 13380 , - 1677 , - 14791 , - 52 , - -399 , - 6886 , - -12362 , - 7370 , - -5795 , - 11874 , - -1906 , - -3931 , - 4302 , - -72 , - -8535 , - -13324 , - -5912 , - -11690 , - 2979 , - 8565 , - -6600 , - -1204 , - -953 , - -3613 , - -2254 , - 1399 , - -9054 , - -2299 , - -6529 , - 385 , - 1732 , - -6389 , - -5610 , - 2215 , - 618 , - 4188 , - -5874 , - 6259 , - -4152 , - 13231 , - -4635 , - -2066 , - -5614 , - 318 , - -10556 , - 2545 , - 917 , - 5298 , - 9792 , - -6955 , - 6354 , - 1096 , - 4302 , - 3860 , - -552 , - -4943 , - 381 , - 5079 , - -122 , - -7106 , - 4023 , - 396 , - 4771 , - -13002 , - 5146 , - -1677 , - 1441 , - -1243 , - -10697 , - 1687 , - -8399 , - -1968 , - 5575 , - -9156 , - -3942 , - -4401 , - -6083 , - 7189 , - -4161 , - 7529 , - -6115 , - -3117 , - 7362 , - -3029 , - 1894 , - 1995 , - 4569 , - -3952 , - 4926 , - 7751 , - 8623 , - 5994 , - 2608 , - 1555 , - -502 , - -4859 , - -217 , - -2577 , - 10218 , - -6427 , - 9339 , - -426 , - 1681 , - -305 , - -8376 , - -6528 , - -910 , - 6214 , - 10602 , - -8558 , - -3584 , - 1447 , - 4055 , - -514 , - -6025 , - -11750 , - 4328 , - -3318 , - 571 , - -5911 , - -7547 , - -4964 , - -5710 , - -10762 , - -9546 , - 1207 , - -4275 , - 9482 , - -11284 , - -7842 , - -3101 , - -5974 , - 2927 , - 2073 , - -3943 , - 5343 , - -1643 , - 5648 , - 6419 , - 6480 , - -12066 , - -10425 , - -3383 , - 32 , - 3032 , - 2675 , - -831 , - 3795 , - -3191 , - 443 , - 5907 , - 7914 , - 4340 , - 8889 , - 3032 , - 4967 , - 4437 , - -7973 , - 2306 , - -2292 , - -6284 , - -1993 , - 4966 , - -3000 , - 11031 , - 13507 , - -6326 , - 1522 , - -5662 , - -3435 , - 10041 , - -1449 , - -9468 , - 4160 , - -4498 , - -7605 , - -1060 , - -4271 , - -13053 , - -6528 , - -9695 , - 4256 , - -637 , - 7568 , - 3081 , - 5373 , - 4642 , - 7899 , - 1463 , - 3115 , - 4603 , - -8586 , - 12255 , - -9 , - -7951 , - -542 , - -603 , - -1906 , - -10520 , - -13863 , - 7239 , - -11863 , - -5016 , - -658 , - 1725 , - 801 , - 2874 , - 5344 , - -8379 , - 8223 , - 1259 , - 5331 , - 4018 , - -2771 , - 7601 , - 4659 , - 2348 , - -753 , - 1483 , - -11105 , - 4337 , - 2442 , - 4576 , - 6124 , - -1631 , - 14553 , - -1229 , - 3425 , - 3478 , - -10965 , - -150 , - 9250 , - 837 , - 9328 , - -2278 , - -10505 , - 2971 , - -9418 , - 1028 , - -3260 , - -2476 , - -6935 , - -8306 , - 2970 , - 2361 , - 6058 , - -5620 , - -4934 , - -1598 , - -945 , - 9379 , - 3969 , - -4465 , - 2428 , - -1416 , - 3395 , - -560 , - 1251 , - 6886 , - 7002 , - 638 , - 3088 , - 10260 , - 6266 , - 11940 , - 2544 , - -8136 , - -3160 , - -4019 , - 1248 , - 8591 , - 204 , - 1031 , - 2786 , - 407 , - 891 , - 10192 , - 1386 , - -9892 , - -970 , - -11720 , - -426 , - -4610 , - -4840 , - 7131 , - -36 , - 3713 , - 1366 , - 366 , - -12152 , - 3113 , - -11417 , - 3342 , - -11459 , - 3133 , - 6568 , - 8106 , - 1959 , - 2112 , - -3139 , - 3678 , - -255 , - 4738 , - -941 , - 3874 , - -2885 , - 3556 , - 4104 , - -1695 , - -3178 , - 1461 , - -11761 , - 287 , - 5306 , - 6291 , - -5574 , - -3106 , - -402 , - -7228 , - 3602 , - -1177 , - -6619 , - 4175 , - 9167 , - -3426 , - 7529 , - -4367 , - 2835 , - 4864 , - 1995 , - 1042 , - -595 , - 6192 , - -7560 , - 1645 , - 10466 , - 5870 , - 344 , - -5900 , - 7780 , - 2112 , - -5167 , - -4692 , - 1599 , - -7044 , - -6879 , - 4911 , - 5022 , - -5239 , - -1779 , - 2609 , - -8507 , - 1244 , - -2588 , - -4256 , - -4284 , - -1848 , - -2964 , - 937 , - 1741 , - -12632 , - -8523 , - -9190 , - -10593 , - 61 , - -8437 , - -3780 , - 8992 , - -4342 , - 3124 , - -7841 , - -693 , - -5073 , - 983 , - -2311 , - 13058 , - 3187 , - 5283 , - -141 , - 3979 , - -4933 , - 4159 , - 852 , - 2911 , - 6881 , - 396 , - 7561 , - -48 , - -7138 , - -7672 , - 2233 , - -4307 , - 1594 , - -7982 , - -5389 , - -779 , - -552 , - 4415 , - -326 , - 1226 , - -8535 , - -244 , - 5207 , - -2944 , - -534 , - -4646 , - 8482 , - -1422 , - 1274 , - -12696 , - -842 , - -758 , - -4983 , - -6234 , - -5411 , - -10993 , - -1532 , - -550 , - -1939 , - -4049 , - -5800 , - -11497 , - 3563 , - 13147 , - -7345 , - 9469 , - -9023 , - -6192 , - -6947 , - -976 , - 4696 , - 6740 , - 1803 , - 2965 , - -2776 , - -2639 , - -11240 , - 3059 , - 831 , - -1995 , - 3760 , - 5562 , - 1431 , - -5503 , - -5831 , - -6579 , - -9607 , - -496 , - 3600 , - 6280 , - 5051 , - 1721 , - -2756 , - 4182 , - 10260 , - 301 , - 6520 , - -4735 , - -2698 , - -3644 , - -11450 , - -3113 , - 3026 , - -5599 , - 3083 , - 3208 , - -9791 , - 782 , - 8542 , - 1572 , - 959 , - 15883 , - 587 , - 1016 , - 4211 , - 5370 , - -14848 , - -1781 , - -10318 , - 5694 , - 8497 , - 3302 , - -1042 , - -4027 , - -3192 , - 3171 , - 548 , - 4706 , - 3732 , - 6818 , - 351 , - 7291 , - 4796 , - 2087 , - -8107 , - 7271 , - -4085 , - 407 , - 10762 , - 2545 , - -3837 , - -9276 , - 10139 , - 3826 , - 9143 , - 7104 , - -3032 , - -10762 , - 3023 , - 8890 , - -6459 , - -180 , - -9510 , - 7940 , - -10166 , - 6154 , - -1424 , - 6747 , - -902 , - -1037 , - 14186 , - 627 , - -6241 , - 8212 , - -1329 , - -11002 , - 566 , - 3772 , - -7824 , - 5391 , - 3000 , - -5231 , - 395 , - 8400 , - 7540 , - 5125 , - -7506 , - -10356 , - 654 , - -1417 , - 7784 , - -4058 , - -7161 , - -2488 , - -254 , - 1199 , - -7941 , - -8328 , - -1064 , - -2444 , - 13875 , - -1889 , - -3444 , - 6684 , - -210 , - 13067 , - 3398 , - -7186 , - -4721 , - -10358 , - -4116 , - 1025 , - -9640 , - 4923 , - -144 , - 8808 , - -1078 , - 3739 , - -3638 , - 2091 , - -2013 , - -1485 , - -2498 , - -11655 , - 8726 , - -7240 , - -1348 , - -6290 , - -1798 , - 4634 , - -2786 , - -4302 , - -1337 , - -10900 , - 10481 , - -2021 , - -1986 , - 3694 , - -4517 , - 3034 , - 3169 , - -8194 , - 8619 , - -255 , - 8453 , - 4871 , - 4403 , - 4768 , - -8800 , - -941 , - -6778 , - -2366 , - 5332 , - 1204 , - 3643 , - -6345 , - -3429 , - 3831 , - 3066 , - -137 , - -4923 , - 7811 , - 5518 , - 586 , - -2161 , - 7452 , - -7131 , - 7150 , - -11439 , - -3473 , - -7952 , - 3268 , - 9249 , - -2675 , - -1076 , - 227 , - -3726 , - -4823 , - 14329 , - 2492 , - -6421 , - -13079 , - -11730 , - -5696 , - -1626 , - 10714 , - 1880 , - 4929 , - -3084 , - 786 , - -4554 , - 2343 , - -3531 , - 2243 , - 6056 , - 7021 , - -10265 , - 6562 , - 13639 , - 11211 , - -359 , - -1232 , - -3629 , - -149 , - -5185 , - -3142 , - 9465 , - -1882 , - 3201 , - 3420 , - 4929 , - -354 , - -10911 , - 3206 , - -939 , - 7095 , - 12280 , - -5020 , - 7878 , - -1273 , - -7830 , - -3939 , - 4982 , - -11525 , - 4792 , - -5571 , - -7641 , - -5512 , - 3519 , - 9210 , - 4509 , - -636 , - -5450 , - -9642 , - 2050 , - -3366 , - 4977 , - 2884 , - -34 , - -1750 , - 6110 , - 1437 , - 3600 , - 4929 , - -1478 , - -5127 , - -436 , - 7557 , - 3420 , - -9378 , - -7843 , - 7838 , - -5520 , - -167 , - 1123 , - 2687 , - -3082 , - -370 , - -4245 , - -1727 , - 2748 , - 8186 , - -225 , - -2518 , - 1327 , - 10905 , - 5526 , - -1429 , - -4740 , - -236 , - -6115 , - 1037 , - -832 , - -5638 , - 5632 , - 2481 , - -4784 , - -2339 , - -113 , - 8402 , - 4787 , - 3770 , - -918 , - -3762 , - -2561 , - -11404 , - 4106 , - -14702 , - -3007 , - -1312 , - -14392 , - 6172 , - -4147 , - 7513 , - -4124 , - 6978 , - 11413 , - 8422 , - 8123 , - 10847 , - 8224 , - 5088 , - -6240 , - -1507 , - 6233 , - -9502 , - 6316 , - 3453 , - -6130 , - -10813 , - -9826 , - -9509 , - 10576 , - -4717 , - 7004 , - -9233 , - 2072 , - 1593 , - 9689 , - -5143 , - 6992 , - 181 , - 3499 , - 8070 , - 4963 , - -1630 , - 11322 , - -4635 , - 3152 , - -8843 , - 8754 , - 10911 , - 4814 , - 10015 , - 11100 , - -53 , - 2254 , - 1807 , - -2792 , - 953 , - 9762 , - -6581 , - 3194 , - 9226 , - -10572 , - -2580 , - -4674 , - -15226 , - -9540 , - -4068 , - -3512 , - 7506 , - -1292 , - 7371 , - -590 , - -13914 , - -717 , - -5907 , - 315 , - 9834 , - 4256 , - 10928 , - -241 , - 4479 , - 4151 , - 9181 , - -1970 , - 5077 , - 8694 , - -8038 , - -1858 , - -4444 , - -11641 , - -2051 , - -5981 , - -9096 , - -3055 , - -3909 , - -17574 , - -2556 , - 541 , - -1606 , - -4608 , - -1854 , - -2681 , - -1152 , - 9695 , - 6937 , - -127 , - 2679 , - -2215 , - -1644 , - -2002 , - -2458 , - -3885 , - 5610 , - -1085 , - -5316 , - 1385 , - 2606 , - 1839 , - -5371 , - 6226 , - -62 , - 57 , - -232 , - 1740 , - 8978 , - 14127 , - -12850 , - -13173 , - -8343 , - -14197 , - -2901 , - -11036 , - 324 , - 6768 , - 3301 , - 6830 , - 2783 , - -10054 , - 3444 , - -2883 , - -3841 , - -71 , - -11123 , - 386 , - 8027 , - -10226 , - -4666 , - 93 , - -5696 , - -3579 , - -2629 , - -6995 , - -6065 , - 6440 , - 3173 , - 9053 , - 3493 , - -2940 , - -8266 , - -1790 , - 8049 , - 7152 , - 11111 , - 9851 , - 180 , - 2584 , - 9305 , - -4417 , - 1575 , - 7090 , - -9232 , - 3276 , - -3826 , - -3519 , - 464 , - -3392 , - 5715 , - -3561 , - 1979 , - 1121 , - -2415 , - -2035 , - -848 , - -2532 , - -475 , - -1913 , - 2466 , - 7729 , - 7531 , - 2471 , - -1338 , - -4139 , - -8266 , - -6447 , - 791 , - 1358 , - 9003 , - -3477 , - -3310 , - 6883 , - 1452 , - 3814 , - 14547 , - -5998 , - -6738 , - 6392 , - -1503 , - 6480 , - 12359 , - -2567 , - 6488 , - 1246 , - 7793 , - -7435 , - -6186 , - -7143 , - -1994 , - 3262 , - -7731 , - 139 , - 769 , - -9397 , - -3223 , - -1164 , - -13586 , - 15776 , - -10103 , - -2453 , - 97 , - -2589 , - 3028 , - 6634 , - -3976 , - -3087 , - -4788 , - -6460 , - 819 , - -6500 , - 599 , - 9920 , - 86 , - -379 , - 3248 , - -10700 , - -744 , - -2588 , - 3412 , - -1275 , - -5708 , - -4478 , - 909 , - 1944 , - -12258 , - 4314 , - 2974 , - -3433 , - 10347 , - 2135 , - 7821 , - -354 , - -1070 , - -2135 , - -36 , - -3125 , - -1691 , - 573 , - 6963 , - -2488 , - 14310 , - -8322 , - -3931 , - -4006 , - 8946 , - -11080 , - -542 , - -9853 , - 5674 , - 1294 , - 5598 , - -9449 , - -2738 , - -2206 , - 6538 , - -64 , - 4053 , - -4810 , - -1400 , - 3687 , - 2594 , - 1538 , - 4773 , - -1255 , - -6010 , - -6204 , - -6286 , - 6819 , - 2339 , - -7519 , - 2923 , - 11830 , - -5415 , - 7877 , - -4925 , - -11796 , - -5940 , - -12785 , - 3150 , - -3588 , - -842 , - 6421 , - -820 , - 7716 , - 9275 , - 3735 , - 10210 , - -5025 , - 9782 , - 10350 , - -3287 , - 6654 , - -6795 , - -1466 , - 8930 , - 5144 , - 12402 , - 4905 , - 2450 , - 1273 , - 9625 , - 6153 , - 3326 , - -2418 , - -4970 , - 6804 , - 10593 , - 7204 , - 2472 , - 36 , - 1345 , - -4863 , - 3877 , - 700 , - 6336 , - 551 , - 9217 , - -5408 , - -10952 , - 5638 , - -3890 , - 4125 , - 5992 , - -3219 , - -3714 , - -441 , - -1754 , - 1522 , - -892 , - 13049 , - 8051 , - -109 , - 8045 , - 2874 , - 12495 , - -3773 , - -10697 , - 2546 , - -9100 , - 7394 , - -1239 , - 901 , - -5988 , - 3629 , - -3404 , - -4244 , - -2076 , - 699 , - -5400 , - -3005 , - -6311 , - 12004 , - -10863 , - 15911 , - -4457 , - 688 , - -9306 , - -7040 , - -5851 , - -1679 , - -1571 , - -438 , - 5837 , - 4831 , - 3031 , - 4652 , - 2170 , - 2458 , - -10575 , - -3041 , - -3707 , - 8342 , - 3021 , - 3355 , - 6695 , - -8935 , - 7590 , - -8 , - 2529 , - 14582 , - -6469 , - -3167 , - -9591 , - -3298 , - -2081 , - 7083 , - -8272 , - -3993 , - -6521 , - -8325 , - 5145 , - 7258 , - 7319 , - 2368 , - -6542 , - -8300 , - 882 , - -3959 , - 995 , - 1003 , - -591 , - 303 , - 12016 , - -5474 , - -4257 , - -14032 , - -5149 , - -7096 , - -8218 , - 2293 , - 2883 , - -240 , - 9229 , - -6007 , - 404 , - -6765 , - 97 , - -6598 , - -5499 , - 3753 , - -4859 , - 1598 , - -528 , - -3373 , - -222 , - -12122 , - 5503 , - 3683 , - 10262 , - 5296 , - -5281 , - 8928 , - 2789 , - -994 , - -6641 , - 1602 , - -4513 , - 7395 , - -339 , - 9787 , - -2114 , - -8193 , - -2110 , - 88 , - -3079 , - 11985 , - 554 , - 9855 , - -432 , - 2327 , - -3909 , - -3004 , - 2375 , - -1802 , - 3083 , - -6347 , - 3 , - 2975 , - -9396 , - 301 , - -7297 , - -9481 , - -3350 , - 11668 , - 3545 , - 10277 , - 1300 , - 9287 , - -12240 , - -1714 , - -168 , - -10019 , - 6820 , - 14072 , - 3339 , - 7622 , - 2820 , - -9921 , - 4516 , - -11390 , - 7157 , - -8630 , - -1291 , - 2716 , - -13175 , - -2492 , - 7825 , - -5466 , - 5466 , - 5008 , - 424 , - 17 , - 3137 , - -8640 , - 10293 , - -58 , - 8467 , - 5176 , - -3219 , - 11573 , - -5641 , - 9804 , - 5057 , - 10156 , - 4504 , - -7326 , - 1920 , - 9400 , - -1078 , - 3208 , - -2256 , - 7574 , - -187 , - 1201 , - 12829 , - 11468 , - 3129 , - 2319 , - -4315 , - -12466 , - -13360 , - -8153 , - -5444 , - 3350 , - 6220 , - -1351 , - 8824 , - 6504 , - 9256 , - 3260 , - 10007 , - -6668 , - 11126 , - 10841 , - 2576 , - 1575 , - -5814 , - 2202 , - 8001 , - 6449 , - 4754 , - 4670 , - 2429 , - 16345 , - 167 , - -3308 , - -9088 , - -16154 , - -10310 , - -7737 , - -11809 , - 2814 , - 2938 , - -3127 , - -578 , - -5298 , - 441 , - -4443 , - 6990 , - 8453 , - 11295 , - -1860 , - -5033 , - 6412 , - -3414 , - -5165 , - -5848 , - -374 , - -1826 , - 2827 , - 5958 , - -11062 , - -2334 , - 476 , - -2635 , - 775 , - -5509 , - -2320 , - 1585 , - 6773 , - 6052 , - 4320 , - -2944 , - -664 , - 3060 , - 12429 , - 3015 , - -3855 , - 14645 , - -13636 , - 1906 , - -574 , - -6218 , - 5407 , - -8913 , - -6857 , - -3246 , - 7674 , - 4728 , - 1784 , - -1058 , - -4329 , - -9526 , - 8196 , - -15451 , - 659 , - -64 , - -948 , - 7925 , - -215 , - -3337 , - -528 , - 5109 , - -2316 , - 9462 , - 157 , - 1406 , - 2631 , - -5810 , - -1551 , - -2265 , - 9389 , - -10929 , - -6036 , - 745 , - 7061 , - 5543 , - 3251 , - -11346 , - 1407 , - -10903 , - 4150 , - -7664 , - 9234 , - -1902 , - -4863 , - -2404 , - -15237 , - 11031 , - -1776 , - -6018 , - -5418 , - 1057 , - 1738 , - 7103 , - 474 , - -5777 , - 1415 , - -4531 , - 11117 , - 796 , - 1902 , - 4166 , - -4271 , - -9241 , - 335 , - -11077 , - 771 , - -2295 , - 3377 , - -12041 , - -8155 , - 241 , - -5497 , - 2295 , - -11 , - -2734 , - 2582 , - -1263 , - 5234 , - 5918 , - -11792 , - -4381 , - -8531 , - 3817 , - -5028 , - -12715 , - 3131 , - -11448 , - -3078 , - 5037 , - 1818 , - 5625 , - 10004 , - -3495 , - 9777 , - 946 , - 543 , - 11422 , - 7930 , - -3781 , - 1549 , - -14547 , - 5068 , - -4344 , - 9662 , - 902 , - -13207 , - 7961 , - -2704 , - 792 , - 8518 , - -1666 , - -2235 , - -2702 , - -3535 , - 6565 , - 2597 , - 293 , - 5435 , - -2633 , - -11409 , - -2989 , - -5440 , - 2673 , - 2245 , - -7942 , - -674 , - -726 , - 5329 , - 7644 , - 15466 , - 4778 , - -4379 , - 3633 , - -6306 , - -2165 , - 1755 , - 4228 , - -2770 , - -8428 , - 3148 , - -8579 , - 5074 , - 4597 , - 2420 , - -4038 , - 6696 , - 877 , - -3393 , - -5803 , - 890 , - -8992 , - -1172 , - -8638 , - 11386 , - -6272 , - 6743 , - 1996 , - -4201 , - -9687 , - 228 , - -8733 , - 9577 , - -1938 , - 3240 , - -7311 , - 2905 , - 4153 , - -2675 , - 11012 , - -5695 , - -12328 , - -8476 , - -5906 , - 5554 , - -10580 , - -79 , - -5499 , - 1562 , - -6379 , - 8111 , - -1723 , - 5296 , - -5015 , - 11451 , - 7811 , - 1803 , - 2853 , - -8099 , - 7567 , - -7723 , - -2169 , - -89 , - -3297 , - -4318 , - -2211 , - -6388 , - 11438 , - -3551 , - 6795 , - 1905 , - 607 , - 2534 , - -1315 , - 7777 , - -8603 , - -1782 , - 3048 , - -3062 , - 1130 , - 10874 , - -3819 , - 929 , - -7802 , - 10966 , - -135 , - -4225 , - -5845 , - 212 , - -6172 , - 807 , - -1028 , - 8115 , - -6292 , - -7923 , - -6277 , - -7362 , - 1622 , - 7466 , - -4530 , - -4634 , - -11720 , - -8278 , - -4767 , - 1425 , - -2624 , - -2054 , - 649 , - -1209 , - 4695 , - 33 , - -7365 , - -351 , - -4403 , - -4277 , - 2690 , - 844 , - 3086 , - -501 , - -11279 , - 8658 , - 1532 , - 13174 , - 9478 , - 2003 , - -14956 , - 4367 , - -736 , - 2216 , - 4882 , - 8622 , - -8758 , - 303 , - -7132 , - 8445 , - 10254 , - -3131 , - 1300 , - -5503 , - -14125 , - 8084 , - -5051 , - -1001 , - 707 , - -2543 , - -1919 , - -1492 , - 2228 , - 8223 , - -4500 , - -244 , - -823 , - -11422 , - 709 , - -10698 , - 2655 , - -11512 , - 3751 , - -9142 , - 8309 , - -3453 , - 2258 , - 226 , - -6128 , - -6243 , - -8141 , - 681 , - 1806 , - -9432 , - 6218 , - -11810 , - -42 , - -5922 , - 5429 , - -128 , - 107 , - 15573 , - -2263 , - 3414 , - -5259 , - -13229 , - -8792 , - -12920 , - -8952 , - 5243 , - 11525 , - -1033 , - 12051 , - -12624 , - 4541 , - -1839 , - -1473 , - 8800 , - 3123 , - 11869 , - -4106 , - 1892 , - -975 , - -1496 , - -17147 , - 4836 , - -1915 , - 861 , - 8642 , - 11100 , - -5715 , - 2320 , - -4246 , - -4185 , - 5832 , - -1748 , - 1454 , - 5601 , - -5876 , - -12003 , - 9906 , - -11966 , - 2342 , - -1250 , - -8482 , - -9220 , - -7378 , - -10024 , - -13057 , - -775 , - 11738 , - 6861 , - 2674 , - 8333 , - -8870 , - 11311 , - 6768 , - -1158 , - 8938 , - 874 , - 5497 , - 4327 , - 6321 , - 3959 , - -116 , - 10428 , - 4335 , - -3804 , - -2536 , - -6821 , - 11138 , - 8263 , - -7589 , - 2570 , - -2878 , - 5746 , - 3512 , - -2023 , - 10425 , - 11032 , - -6235 , - -1712 , - 490 , - 147 , - 8702 , - 8074 , - 1668 , - -370 , - -1775 , - 8938 , - 9842 , - 269 , - 14162 , - 7522 , - -3563 , - 8427 , - -5946 , - 1016 , - 4812 , - -10489 , - 1527 , - -2677 , - 11010 , - 1777 , - 732 , - 11536 , - 3728 , - 8854 , - 6102 , - -1206 , - -5157 , - -2600 , - 4872 , - -12471 , - 1139 , - -226 , - -7796 , - 6501 , - 4030 , - 6568 , - 10233 , - -8727 , - -9824 , - -6118 , - 9 , - 7253 , - -796 , - -632 , - -4007 , - 3890 , - -5261 , - -5253 , - 11159 , - -2467 , - 6563 , - 230 , - 10020 , - 7465 , - 325 , - -13505 , - 677 , - -2407 , - 1128 , - 11526 , - -3019 , - -7281 , - -4762 , - -4197 , - -3805 , - 1831 , - 2153 , - -7940 , - 5761 , - 3645 , - -214 , - 1875 , - -730 , - -92 , - 2817 , - -1972 , - 187 , - -2001 , - -3430 , - -3285 , - 10970 , - 1772 , - -6402 , - -316 , - -8910 , - -9311 , - 1747 , - 1142 , - 9582 , - 11379 , - 1234 , - -4497 , - 3748 , - -5875 , - -1481 , - -7391 , - -8045 , - 5483 , - -6527 , - -2936 , - -2513 , - 3777 , - -8261 , - -1027 , - -10216 , - 7958 , - -5952 , - 12861 , - 5388 , - -5292 , - -4527 , - -4133 , - 4873 , - 1255 , - 7282 , - -7890 , - 4518 , - -937 , - -7463 , - -9019 , - -5291 , - -2294 , - -2221 , - -818 , - -3213 , - 2586 , - -797 , - 6312 , - 9937 , - 3862 , - -7396 , - -13102 , - 6606 , - 609 , - -10543 , - 1476 , - -4474 , - 10474 , - 4515 , - -3428 , - -4625 , - 4147 , - 3021 , - -5298 , - 2737 , - 6353 , - 301 , - 1502 , - 4003 , - 12593 , - 2408 , - 6137 , - -1772 , - 3651 , - -7449 , - 2500 , - -2113 , - -9854 , - -1368 , - -10393 , - 9 , - -1175 , - -10860 , - -10327 , - -12935 , - -4054 , - -2930 , - 2960 , - 3899 , - 3128 , - -9559 , - 3417 , - -6807 , - -2605 , - -8844 , - -750 , - 15478 , - 4921 , - 97 , - -11396 , - -7741 , - 10085 , - -589 , - 2009 , - 6889 , - -1718 , - -4666 , - -6253 , - -6830 , - 7266 , - -6137 , - 1613 , - -9730 , - 9584 , - 2690 , - 236 , - -7401 , - -2394 , - 194 , - -9433 , - 6860 , - -503 , - -2237 , - 9400 , - 3014 , - -2441 , - 7937 , - -6460 , - 5013 , - -740 , - -11442 , - 7791 , - 2498 , - -3289 , - 7167 , - -4017 , - -5836 , - -14435 , - 11432 , - 2685 , - 9039 , - 434 , - 7841 , - -3757 , - -8397 , - 7942 , - -3748 , - 4017 , - 2021 , - -875 , - -9614 , - -11360 , - 374 , - 9260 , - -2605 , - 9415 , - 10640 , - -5766 , - -1808 , - -13002 , - 1265 , - 3618 , - 8150 , - -1065 , - -6662 , - 969 , - -202 , - 5812 , - -7269 , - -4905 , - -4887 , - 7953 , - 11652 , - -5125 , - 11625 , - -7587 , - 2149 , - -3090 , - -2272 , - -5277 , - 1992 , - -12731 , - 9380 , - -4387 , - 10043 , - 5751 , - 5890 , - 496 , - -5352 , - -11299 , - 8852 , - -1492 , - 8898 , - -9042 , - -4365 , - -6742 , - -4063 , - -10673 , - -9386 , - -5232 , - 3782 , - -2737 , - 5197 , - 3158 , - 11162 , - -4162 , - 6458 , - -3593 , - -2206 , - -787 , - -637 , - 2182 , - 533 , - 7500 , - 6741 , - -5780 , - 3013 , - -1309 , - 5469 , - -1920 , - 1767 , - 490 , - -6627 , - -9666 , - 3784 , - 64 , - -2586 , - 4964 , - -1215 , - -2873 , - -7944 , - -10796 , - 5678 , - 4525 , - 8808 , - 11238 , - -7793 , - 1187 , - 12121 , - -177 , - -2805 , - -14950 , - -5277 , - -532 , - -8628 , - 1911 , - 7285 , - 2042 , - 9487 , - -4489 , - -7891 , - 4398 , - 5018 , - 6658 , - -5924 , - -102 , - 7100 , - -1930 , - 12897 , - -7969 , - 4819 , - 2355 , - 2234 , - -6502 , - 571 , - -4274 , - -9374 , - 9198 , - -750 , - 8950 , - 2379 , - 4621 , - 12036 , - 6782 , - -3453 , - -11546 , - 1947 , - -3118 , - 309 , - 138 , - -11376 , - 5540 , - -6507 , - 1276 , - 8697 , - -2148 , - 5163 , - 3733 , - -11562 , - -4079 , - 5039 , - 2416 , - 8072 , - 5173 , - 11859 , - 1364 , - 2513 , - -3586 , - -3007 , - -2680 , - 3844 , - -4731 , - 402 , - -7854 , - -4679 , - 4179 , - 10422 , - 3355 , - 11194 , - 3949 , - 9904 , - 8022 , - -9066 , - 11504 , - 3462 , - 1065 , - -7418 , - 1434 , - 3218 , - -3290 , - -5797 , - 3970 , - 3985 , - -4131 , - -8018 , - -14081 , - 5467 , - -3654 , - -3690 , - 14119 , - -3376 , - -2442 , - 8884 , - 1009 , - 2823 , - -4468 , - -6357 , - -3643 , - -4723 , - -3576 , - -1656 , - -13955 , - -2092 , - -9594 , - -5834 , - -1218 , - 3901 , - -5389 , - -8796 , - 10431 , - -1487 , - -2166 , - 12115 , - -13766 , - 2423 , - 3255 , - 8986 , - -3248 , - 5717 , - 2647 , - -5705 , - -165 , - -2055 , - 16471 , - -4868 , - 11998 , - 2807 , - -5449 , - 8214 , - -3777 , - 9914 , - 6811 , - -5873 , - -1143 , - -344 , - -3554 , - -2257 , - -2444 , - -3553 , - -473 , - 5821 , - 8478 , - -5746 , - 8351 , - -292 , - -2256 , - -9762 , - 7264 , - -4005 , - 10218 , - 485 , - -1191 , - -5534 , - -4206 , - -6288 , - -13180 , - -2576 , - 6390 , - -4104 , - -2783 , - -1570 , - -14138 , - 1288 , - 2682 , - 1762 , - -1467 , - -8163 , - -11447 , - -576 , - 4148 , - -9900 , - 4122 , - 201 , - -2154 , - -14418 , - -3794 , - 8346 , - 4252 , - 855 , - -2629 , - -12444 , - -7572 , - -9508 , - 4554 , - -5309 , - 8913 , - 2530 , - -1162 , - 11602 , - -9049 , - -3317 , - -11556 , - -10226 , - 4201 , - 4222 , - -5070 , - 10970 , - 49 , - -8610 , - 1733 , - -4437 , - 9108 , - 1072 , - -1623 , - 3546 , - -5303 , - -4423 , - -5879 , - -3487 , - 1062 , - -2756 , - -7522 , - -7069 , - -406 , - 3909 , - 6997 , - 12887 , - 7435 , - 1973 , - -9276 , - -2969 , - 5237 , - 5358 , - 15214 , - 8673 , - -1251 , - -8126 , - 4072 , - 5443 , - 2919 , - -2133 , - 9719 , - -5520 , - -1336 , - -3304 , - -2343 , - 4500 , - 5992 , - 4078 , - 6636 , - 10315 , - -7053 , - -5183 , - -3019 , - 1649 , - 1601 , - 16888 , - 3030 , - 1983 , - 9964 , - -10807 , - 2000 , - -2806 , - -1988 , - -3122 , - 12539 , - 3457 , - 9542 , - 13624 , - -3004 , - 2399 , - 988 , - -4596 , - 151 , - 7401 , - 8640 , - -2869 , - 7832 , - 1906 , - -7478 , - 12669 , - -398 , - 175 , - 6586 , - -152 , - -6670 , - 3066 , - -7181 , - -8650 , - -9653 , - 705 , - -1428 , - -3189 , - 6120 , - 1614 , - 4765 , - 13946 , - -4742 , - 2730 , - 8902 , - 4329 , - 6696 , - 1416 , - -10954 , - 666 , - -630 , - 64 , - 4043 , - -909 , - -5357 , - 6493 , - -2710 , - -400 , - 7531 , - -120 , - 3924 , - -3362 , - 11473 , - -4936 , - -3102 , - 4168 , - -5174 , - -462 , - 10342 , - 2870 , - 3659 , - -12879 , - 4094 , - -6221 , - -2549 , - 4888 , - 5370 , - 1954 , - 4618 , - -1009 , - 2607 , - 1709 , - -2087 , - 4621 , - -2267 , - 3350 , - -3817 , - -9633 , - -6846 , - -948 , - 7974 , - 6290 , - 1890 , - 2617 , - 7138 , - 748 , - 10110 , - 219 , - -10819 , - 4411 , - -1735 , - -308 , - -2190 , - -4883 , - -7555 , - -5791 , - -2846 -}; -/* Ramp golden -short int golden[] = { - 0, 0, 2, 2, 4, 4, 6, 6, - 8, 8, 10, 10, 12, 12, 14, 14, - 16, 16, 18, 18, 20, 20, 22, 22, - 24, 24, 26, 26, 28, 28, 30, 30, - 32, 32, 34, 34, 36, 36, 38, 38, - 40, 40, 42, 42, 44, 44, 46, 46, - 48, 48, 50, 50, 52, 52, 54, 54, - 56, 56, 58, 58, 60, 60, 62, 62, - 64, 64, 66, 66, 68, 68, 70, 70, - 72, 72, 74, 74, 76, 76, 78, 78, - 80, 80, 82, 82, 84, 84, 86, 86, - 88, 88, 90, 90, 92, 92, 94, 94, - 96, 96, 98, 98, 100, 100, 102, 102, - 104, 104, 106, 106, 108, 108, 110, 110, - 112, 112, 114, 114, 116, 116, 118, 118, - 120, 120, 122, 122, 124, 124, 126, 126, - 128, 128, 130, 130, 132, 132, 134, 134, - 136, 136, 138, 138, 140, 140, 142, 142, - 144, 144, 146, 146, 148, 148, 150, 150, - 152, 152, 154, 154, 156, 156, 158, 158, - 160, 160, 162, 162, 164, 164, 166, 166, - 168, 168, 170, 170, 172, 172, 174, 174, - 176, 176, 178, 178, 180, 180, 182, 182, - 184, 184, 186, 186, 188, 188, 190, 190, - 192, 192, 194, 194, 196, 196, 198, 198, - 200, 200, 202, 202, 204, 204, 206, 206, - 208, 208, 210, 210, 212, 212, 214, 214, - 216, 216, 218, 218, 220, 220, 222, 222, - 224, 224, 226, 226, 228, 228, 230, 230, - 232, 232, 234, 234, 236, 236, 238, 238, - 240, 240, 242, 242, 244, 244, 246, 246, - 248, 248, 250, 250, 252, 252, 254, 254, - 256, 256, 258, 258, 260, 260, 262, 262, - 264, 264, 266, 266, 268, 268, 270, 270, - 272, 272, 274, 274, 276, 276, 278, 278, - 280, 280, 282, 282, 284, 284, 286, 286, - 288, 288, 290, 290, 292, 292, 294, 294, - 296, 296, 298, 298, 300, 300, 302, 302, - 304, 304, 306, 306, 308, 308, 310, 310, - 312, 312, 314, 314, 316, 316, 318, 318, - 320, 320, 322, 322, 324, 324, 326, 326, - 328, 328, 330, 330, 332, 332, 334, 334, - 336, 336, 338, 338, 340, 340, 342, 342, - 344, 344, 346, 346, 348, 348, 350, 350, - 352, 352, 354, 354, 356, 356, 358, 358, - 360, 360, 362, 362, 364, 364, 366, 366, - 368, 368, 370, 370, 372, 372, 374, 374, - 376, 376, 378, 378, 380, 380, 382, 382, - 384, 384, 386, 386, 388, 388, 390, 390, - 392, 392, 394, 394, 396, 396, 398, 398, - 400, 400, 402, 402, 404, 404, 406, 406, - 408, 408, 410, 410, 412, 412, 414, 414, - 416, 416, 418, 418, 420, 420, 422, 422, - 424, 424, 426, 426, 428, 428, 430, 430, - 432, 432, 434, 434, 436, 436, 438, 438, - 440, 440, 442, 442, 444, 444, 446, 446, - 448, 448, 450, 450, 452, 452, 454, 454, - 456, 456, 458, 458, 460, 460, 462, 462, - 464, 464, 466, 466, 468, 468, 470, 470, - 472, 472, 474, 474, 476, 476, 478, 478, - 480, 480, 482, 482, 484, 484, 486, 486, - 488, 488, 490, 490, 492, 492, 494, 494, - 496, 496, 498, 498, 500, 500, 502, 502, - 504, 504, 506, 506, 508, 508, 510, 510, - 512, 512, 514, 514, 516, 516, 518, 518, - 520, 520, 522, 522, 524, 524, 526, 526, - 528, 528, 530, 530, 532, 532, 534, 534, - 536, 536, 538, 538, 540, 540, 542, 542, - 544, 544, 546, 546, 548, 548, 550, 550, - 552, 552, 554, 554, 556, 556, 558, 558, - 560, 560, 562, 562, 564, 564, 566, 566, - 568, 568, 570, 570, 572, 572, 574, 574, - 576, 576, 578, 578, 580, 580, 582, 582, - 584, 584, 586, 586, 588, 588, 590, 590, - 592, 592, 594, 594, 596, 596, 598, 598, - 600, 600, 602, 602, 604, 604, 606, 606, - 608, 608, 610, 610, 612, 612, 614, 614, - 616, 616, 618, 618, 620, 620, 622, 622, - 624, 624, 626, 626, 628, 628, 630, 630, - 632, 632, 634, 634, 636, 636, 638, 638, - 640, 640, 642, 642, 644, 644, 646, 646, - 648, 648, 650, 650, 652, 652, 654, 654, - 656, 656, 658, 658, 660, 660, 662, 662, - 664, 664, 666, 666, 668, 668, 670, 670, - 672, 672, 674, 674, 676, 676, 678, 678, - 680, 680, 682, 682, 684, 684, 686, 686, - 688, 688, 690, 690, 692, 692, 694, 694, - 696, 696, 698, 698, 700, 700, 702, 702, - 704, 704, 706, 706, 708, 708, 710, 710, - 712, 712, 714, 714, 716, 716, 718, 718, - 720, 720, 722, 722, 724, 724, 726, 726, - 728, 728, 730, 730, 732, 732, 734, 734, - 736, 736, 738, 738, 740, 740, 742, 742, - 744, 744, 746, 746, 748, 748, 750, 750, - 752, 752, 754, 754, 756, 756, 758, 758, - 760, 760, 762, 762, 764, 764, 766, 766, - 768, 768, 770, 770, 772, 772, 774, 774, - 776, 776, 778, 778, 780, 780, 782, 782, - 784, 784, 786, 786, 788, 788, 790, 790, - 792, 792, 794, 794, 796, 796, 798, 798, - 800, 800, 802, 802, 804, 804, 806, 806, - 808, 808, 810, 810, 812, 812, 814, 814, - 816, 816, 818, 818, 820, 820, 822, 822, - 824, 824, 826, 826, 828, 828, 830, 830, - 832, 832, 834, 834, 836, 836, 838, 838, - 840, 840, 842, 842, 844, 844, 846, 846, - 848, 848, 850, 850, 852, 852, 854, 854, - 856, 856, 858, 858, 860, 860, 862, 862, - 864, 864, 866, 866, 868, 868, 870, 870, - 872, 872, 874, 874, 876, 876, 878, 878, - 880, 880, 882, 882, 884, 884, 886, 886, - 888, 888, 890, 890, 892, 892, 894, 894, - 896, 896, 898, 898, 900, 900, 902, 902, - 904, 904, 906, 906, 908, 908, 910, 910, - 912, 912, 914, 914, 916, 916, 918, 918, - 920, 920, 922, 922, 924, 924, 926, 926, - 928, 928, 930, 930, 932, 932, 934, 934, - 936, 936, 938, 938, 940, 940, 942, 942, - 944, 944, 946, 946, 948, 948, 950, 950, - 952, 952, 954, 954, 956, 956, 958, 958, - 960, 960, 962, 962, 964, 964, 966, 966, - 968, 968, 970, 970, 972, 972, 974, 974, - 976, 976, 978, 978, 980, 980, 982, 982, - 984, 984, 986, 986, 988, 988, 990, 990, - 992, 992, 994, 994, 996, 996, 998, 998, - 1000, 1000, 1002, 1002, 1004, 1004, 1006, 1006, - 1008, 1008, 1010, 1010, 1012, 1012, 1014, 1014, - 1016, 1016, 1018, 1018, 1020, 1020, 1022, 1022, - 1024, 1024, 1026, 1026, 1028, 1028, 1030, 1030, - 1032, 1032, 1034, 1034, 1036, 1036, 1038, 1038, - 1040, 1040, 1042, 1042, 1044, 1044, 1046, 1046, - 1048, 1048, 1050, 1050, 1052, 1052, 1054, 1054, - 1056, 1056, 1058, 1058, 1060, 1060, 1062, 1062, - 1064, 1064, 1066, 1066, 1068, 1068, 1070, 1070, - 1072, 1072, 1074, 1074, 1076, 1076, 1078, 1078, - 1080, 1080, 1082, 1082, 1084, 1084, 1086, 1086, - 1088, 1088, 1090, 1090, 1092, 1092, 1094, 1094, - 1096, 1096, 1098, 1098, 1100, 1100, 1102, 1102, - 1104, 1104, 1106, 1106, 1108, 1108, 1110, 1110, - 1112, 1112, 1114, 1114, 1116, 1116, 1118, 1118, - 1120, 1120, 1122, 1122, 1124, 1124, 1126, 1126, - 1128, 1128, 1130, 1130, 1132, 1132, 1134, 1134, - 1136, 1136, 1138, 1138, 1140, 1140, 1142, 1142, - 1144, 1144, 1146, 1146, 1148, 1148, 1150, 1150, - 1152, 1152, 1154, 1154, 1156, 1156, 1158, 1158, - 1160, 1160, 1162, 1162, 1164, 1164, 1166, 1166, - 1168, 1168, 1170, 1170, 1172, 1172, 1174, 1174, - 1176, 1176, 1178, 1178, 1180, 1180, 1182, 1182, - 1184, 1184, 1186, 1186, 1188, 1188, 1190, 1190, - 1192, 1192, 1194, 1194, 1196, 1196, 1198, 1198, - 1200, 1200, 1202, 1202, 1204, 1204, 1206, 1206, - 1208, 1208, 1210, 1210, 1212, 1212, 1214, 1214, - 1216, 1216, 1218, 1218, 1220, 1220, 1222, 1222, - 1224, 1224, 1226, 1226, 1228, 1228, 1230, 1230, - 1232, 1232, 1234, 1234, 1236, 1236, 1238, 1238, - 1240, 1240, 1242, 1242, 1244, 1244, 1246, 1246, - 1248, 1248, 1250, 1250, 1252, 1252, 1254, 1254, - 1256, 1256, 1258, 1258, 1260, 1260, 1262, 1262, - 1264, 1264, 1266, 1266, 1268, 1268, 1270, 1270, - 1272, 1272, 1274, 1274, 1276, 1276, 1278, 1278, - 1280, 1280, 1282, 1282, 1284, 1284, 1286, 1286, - 1288, 1288, 1290, 1290, 1292, 1292, 1294, 1294, - 1296, 1296, 1298, 1298, 1300, 1300, 1302, 1302, - 1304, 1304, 1306, 1306, 1308, 1308, 1310, 1310, - 1312, 1312, 1314, 1314, 1316, 1316, 1318, 1318, - 1320, 1320, 1322, 1322, 1324, 1324, 1326, 1326, - 1328, 1328, 1330, 1330, 1332, 1332, 1334, 1334, - 1336, 1336, 1338, 1338, 1340, 1340, 1342, 1342, - 1344, 1344, 1346, 1346, 1348, 1348, 1350, 1350, - 1352, 1352, 1354, 1354, 1356, 1356, 1358, 1358, - 1360, 1360, 1362, 1362, 1364, 1364, 1366, 1366, - 1368, 1368, 1370, 1370, 1372, 1372, 1374, 1374, - 1376, 1376, 1378, 1378, 1380, 1380, 1382, 1382, - 1384, 1384, 1386, 1386, 1388, 1388, 1390, 1390, - 1392, 1392, 1394, 1394, 1396, 1396, 1398, 1398, - 1400, 1400, 1402, 1402, 1404, 1404, 1406, 1406, - 1408, 1408, 1410, 1410, 1412, 1412, 1414, 1414, - 1416, 1416, 1418, 1418, 1420, 1420, 1422, 1422, - 1424, 1424, 1426, 1426, 1428, 1428, 1430, 1430, - 1432, 1432, 1434, 1434, 1436, 1436, 1438, 1438, - 1440, 1440, 1442, 1442, 1444, 1444, 1446, 1446, - 1448, 1448, 1450, 1450, 1452, 1452, 1454, 1454, - 1456, 1456, 1458, 1458, 1460, 1460, 1462, 1462, - 1464, 1464, 1466, 1466, 1468, 1468, 1470, 1470, - 1472, 1472, 1474, 1474, 1476, 1476, 1478, 1478, - 1480, 1480, 1482, 1482, 1484, 1484, 1486, 1486, - 1488, 1488, 1490, 1490, 1492, 1492, 1494, 1494, - 1496, 1496, 1498, 1498, 1500, 1500, 1502, 1502, - 1504, 1504, 1506, 1506, 1508, 1508, 1510, 1510, - 1512, 1512, 1514, 1514, 1516, 1516, 1518, 1518, - 1520, 1520, 1522, 1522, 1524, 1524, 1526, 1526, - 1528, 1528, 1530, 1530, 1532, 1532, 1534, 1534, - 1536, 1536, 1538, 1538, 1540, 1540, 1542, 1542, - 1544, 1544, 1546, 1546, 1548, 1548, 1550, 1550, - 1552, 1552, 1554, 1554, 1556, 1556, 1558, 1558, - 1560, 1560, 1562, 1562, 1564, 1564, 1566, 1566, - 1568, 1568, 1570, 1570, 1572, 1572, 1574, 1574, - 1576, 1576, 1578, 1578, 1580, 1580, 1582, 1582, - 1584, 1584, 1586, 1586, 1588, 1588, 1590, 1590, - 1592, 1592, 1594, 1594, 1596, 1596, 1598, 1598, - 1600, 1600, 1602, 1602, 1604, 1604, 1606, 1606, - 1608, 1608, 1610, 1610, 1612, 1612, 1614, 1614, - 1616, 1616, 1618, 1618, 1620, 1620, 1622, 1622, - 1624, 1624, 1626, 1626, 1628, 1628, 1630, 1630, - 1632, 1632, 1634, 1634, 1636, 1636, 1638, 1638, - 1640, 1640, 1642, 1642, 1644, 1644, 1646, 1646, - 1648, 1648, 1650, 1650, 1652, 1652, 1654, 1654, - 1656, 1656, 1658, 1658, 1660, 1660, 1662, 1662, - 1664, 1664, 1666, 1666, 1668, 1668, 1670, 1670, - 1672, 1672, 1674, 1674, 1676, 1676, 1678, 1678, - 1680, 1680, 1682, 1682, 1684, 1684, 1686, 1686, - 1688, 1688, 1690, 1690, 1692, 1692, 1694, 1694, - 1696, 1696, 1698, 1698, 1700, 1700, 1702, 1702, - 1704, 1704, 1706, 1706, 1708, 1708, 1710, 1710, - 1712, 1712, 1714, 1714, 1716, 1716, 1718, 1718, - 1720, 1720, 1722, 1722, 1724, 1724, 1726, 1726, - 1728, 1728, 1730, 1730, 1732, 1732, 1734, 1734, - 1736, 1736, 1738, 1738, 1740, 1740, 1742, 1742, - 1744, 1744, 1746, 1746, 1748, 1748, 1750, 1750, - 1752, 1752, 1754, 1754, 1756, 1756, 1758, 1758, - 1760, 1760, 1762, 1762, 1764, 1764, 1766, 1766, - 1768, 1768, 1770, 1770, 1772, 1772, 1774, 1774, - 1776, 1776, 1778, 1778, 1780, 1780, 1782, 1782, - 1784, 1784, 1786, 1786, 1788, 1788, 1790, 1790, - 1792, 1792, 1794, 1794, 1796, 1796, 1798, 1798, - 1800, 1800, 1802, 1802, 1804, 1804, 1806, 1806, - 1808, 1808, 1810, 1810, 1812, 1812, 1814, 1814, - 1816, 1816, 1818, 1818, 1820, 1820, 1822, 1822, - 1824, 1824, 1826, 1826, 1828, 1828, 1830, 1830, - 1832, 1832, 1834, 1834, 1836, 1836, 1838, 1838, - 1840, 1840, 1842, 1842, 1844, 1844, 1846, 1846, - 1848, 1848, 1850, 1850, 1852, 1852, 1854, 1854, - 1856, 1856, 1858, 1858, 1860, 1860, 1862, 1862, - 1864, 1864, 1866, 1866, 1868, 1868, 1870, 1870, - 1872, 1872, 1874, 1874, 1876, 1876, 1878, 1878, - 1880, 1880, 1882, 1882, 1884, 1884, 1886, 1886, - 1888, 1888, 1890, 1890, 1892, 1892, 1894, 1894, - 1896, 1896, 1898, 1898, 1900, 1900, 1902, 1902, - 1904, 1904, 1906, 1906, 1908, 1908, 1910, 1910, - 1912, 1912, 1914, 1914, 1916, 1916, 1918, 1918, - 1920, 1920, 1922, 1922, 1924, 1924, 1926, 1926, - 1928, 1928, 1930, 1930, 1932, 1932, 1934, 1934, - 1936, 1936, 1938, 1938, 1940, 1940, 1942, 1942, - 1944, 1944, 1946, 1946, 1948, 1948, 1950, 1950, - 1952, 1952, 1954, 1954, 1956, 1956, 1958, 1958, - 1960, 1960, 1962, 1962, 1964, 1964, 1966, 1966, - 1968, 1968, 1970, 1970, 1972, 1972, 1974, 1974, - 1976, 1976, 1978, 1978, 1980, 1980, 1982, 1982, - 1984, 1984, 1986, 1986, 1988, 1988, 1990, 1990, - 1992, 1992, 1994, 1994, 1996, 1996, 1998, 1998, - 2000, 2000, 2002, 2002, 2004, 2004, 2006, 2006, - 2008, 2008, 2010, 2010, 2012, 2012, 2014, 2014, - 2016, 2016, 2018, 2018, 2020, 2020, 2022, 2022, - 2024, 2024, 2026, 2026, 2028, 2028, 2030, 2030, - 2032, 2032, 2034, 2034, 2036, 2036, 2038, 2038, - 2040, 2040, 2042, 2042, 2044, 2044, 2046, 2046, - 2048, 2048, 2050, 2050, 2052, 2052, 2054, 2054, - 2056, 2056, 2058, 2058, 2060, 2060, 2062, 2062, - 2064, 2064, 2066, 2066, 2068, 2068, 2070, 2070, - 2072, 2072, 2074, 2074, 2076, 2076, 2078, 2078, - 2080, 2080, 2082, 2082, 2084, 2084, 2086, 2086, - 2088, 2088, 2090, 2090, 2092, 2092, 2094, 2094, - 2096, 2096, 2098, 2098, 2100, 2100, 2102, 2102, - 2104, 2104, 2106, 2106, 2108, 2108, 2110, 2110, - 2112, 2112, 2114, 2114, 2116, 2116, 2118, 2118, - 2120, 2120, 2122, 2122, 2124, 2124, 2126, 2126, - 2128, 2128, 2130, 2130, 2132, 2132, 2134, 2134, - 2136, 2136, 2138, 2138, 2140, 2140, 2142, 2142, - 2144, 2144, 2146, 2146, 2148, 2148, 2150, 2150, - 2152, 2152, 2154, 2154, 2156, 2156, 2158, 2158, - 2160, 2160, 2162, 2162, 2164, 2164, 2166, 2166, - 2168, 2168, 2170, 2170, 2172, 2172, 2174, 2174, - 2176, 2176, 2178, 2178, 2180, 2180, 2182, 2182, - 2184, 2184, 2186, 2186, 2188, 2188, 2190, 2190, - 2192, 2192, 2194, 2194, 2196, 2196, 2198, 2198, - 2200, 2200, 2202, 2202, 2204, 2204, 2206, 2206, - 2208, 2208, 2210, 2210, 2212, 2212, 2214, 2214, - 2216, 2216, 2218, 2218, 2220, 2220, 2222, 2222, - 2224, 2224, 2226, 2226, 2228, 2228, 2230, 2230, - 2232, 2232, 2234, 2234, 2236, 2236, 2238, 2238, - 2240, 2240, 2242, 2242, 2244, 2244, 2246, 2246, - 2248, 2248, 2250, 2250, 2252, 2252, 2254, 2254, - 2256, 2256, 2258, 2258, 2260, 2260, 2262, 2262, - 2264, 2264, 2266, 2266, 2268, 2268, 2270, 2270, - 2272, 2272, 2274, 2274, 2276, 2276, 2278, 2278, - 2280, 2280, 2282, 2282, 2284, 2284, 2286, 2286, - 2288, 2288, 2290, 2290, 2292, 2292, 2294, 2294, - 2296, 2296, 2298, 2298, 2300, 2300, 2302, 2302, - 2304, 2304, 2306, 2306, 2308, 2308, 2310, 2310, - 2312, 2312, 2314, 2314, 2316, 2316, 2318, 2318, - 2320, 2320, 2322, 2322, 2324, 2324, 2326, 2326, - 2328, 2328, 2330, 2330, 2332, 2332, 2334, 2334, - 2336, 2336, 2338, 2338, 2340, 2340, 2342, 2342, - 2344, 2344, 2346, 2346, 2348, 2348, 2350, 2350, - 2352, 2352, 2354, 2354, 2356, 2356, 2358, 2358, - 2360, 2360, 2362, 2362, 2364, 2364, 2366, 2366, - 2368, 2368, 2370, 2370, 2372, 2372, 2374, 2374, - 2376, 2376, 2378, 2378, 2380, 2380, 2382, 2382, - 2384, 2384, 2386, 2386, 2388, 2388, 2390, 2390, - 2392, 2392, 2394, 2394, 2396, 2396, 2398, 2398, - 2400, 2400, 2402, 2402, 2404, 2404, 2406, 2406, - 2408, 2408, 2410, 2410, 2412, 2412, 2414, 2414, - 2416, 2416, 2418, 2418, 2420, 2420, 2422, 2422, - 2424, 2424, 2426, 2426, 2428, 2428, 2430, 2430, - 2432, 2432, 2434, 2434, 2436, 2436, 2438, 2438, - 2440, 2440, 2442, 2442, 2444, 2444, 2446, 2446, - 2448, 2448, 2450, 2450, 2452, 2452, 2454, 2454, - 2456, 2456, 2458, 2458, 2460, 2460, 2462, 2462, - 2464, 2464, 2466, 2466, 2468, 2468, 2470, 2470, - 2472, 2472, 2474, 2474, 2476, 2476, 2478, 2478, - 2480, 2480, 2482, 2482, 2484, 2484, 2486, 2486, - 2488, 2488, 2490, 2490, 2492, 2492, 2494, 2494, - 2496, 2496, 2498, 2498, 2500, 2500, 2502, 2502, - 2504, 2504, 2506, 2506, 2508, 2508, 2510, 2510, - 2512, 2512, 2514, 2514, 2516, 2516, 2518, 2518, - 2520, 2520, 2522, 2522, 2524, 2524, 2526, 2526, - 2528, 2528, 2530, 2530, 2532, 2532, 2534, 2534, - 2536, 2536, 2538, 2538, 2540, 2540, 2542, 2542, - 2544, 2544, 2546, 2546, 2548, 2548, 2550, 2550, - 2552, 2552, 2554, 2554, 2556, 2556, 2558, 2558, - 2560, 2560, 2562, 2562, 2564, 2564, 2566, 2566, - 2568, 2568, 2570, 2570, 2572, 2572, 2574, 2574, - 2576, 2576, 2578, 2578, 2580, 2580, 2582, 2582, - 2584, 2584, 2586, 2586, 2588, 2588, 2590, 2590, - 2592, 2592, 2594, 2594, 2596, 2596, 2598, 2598, - 2600, 2600, 2602, 2602, 2604, 2604, 2606, 2606, - 2608, 2608, 2610, 2610, 2612, 2612, 2614, 2614, - 2616, 2616, 2618, 2618, 2620, 2620, 2622, 2622, - 2624, 2624, 2626, 2626, 2628, 2628, 2630, 2630, - 2632, 2632, 2634, 2634, 2636, 2636, 2638, 2638, - 2640, 2640, 2642, 2642, 2644, 2644, 2646, 2646, - 2648, 2648, 2650, 2650, 2652, 2652, 2654, 2654, - 2656, 2656, 2658, 2658, 2660, 2660, 2662, 2662, - 2664, 2664, 2666, 2666, 2668, 2668, 2670, 2670, - 2672, 2672, 2674, 2674, 2676, 2676, 2678, 2678, - 2680, 2680, 2682, 2682, 2684, 2684, 2686, 2686, - 2688, 2688, 2690, 2690, 2692, 2692, 2694, 2694, - 2696, 2696, 2698, 2698, 2700, 2700, 2702, 2702, - 2704, 2704, 2706, 2706, 2708, 2708, 2710, 2710, - 2712, 2712, 2714, 2714, 2716, 2716, 2718, 2718, - 2720, 2720, 2722, 2722, 2724, 2724, 2726, 2726, - 2728, 2728, 2730, 2730, 2732, 2732, 2734, 2734, - 2736, 2736, 2738, 2738, 2740, 2740, 2742, 2742, - 2744, 2744, 2746, 2746, 2748, 2748, 2750, 2750, - 2752, 2752, 2754, 2754, 2756, 2756, 2758, 2758, - 2760, 2760, 2762, 2762, 2764, 2764, 2766, 2766, - 2768, 2768, 2770, 2770, 2772, 2772, 2774, 2774, - 2776, 2776, 2778, 2778, 2780, 2780, 2782, 2782, - 2784, 2784, 2786, 2786, 2788, 2788, 2790, 2790, - 2792, 2792, 2794, 2794, 2796, 2796, 2798, 2798, - 2800, 2800, 2802, 2802, 2804, 2804, 2806, 2806, - 2808, 2808, 2810, 2810, 2812, 2812, 2814, 2814, - 2816, 2816, 2818, 2818, 2820, 2820, 2822, 2822, - 2824, 2824, 2826, 2826, 2828, 2828, 2830, 2830, - 2832, 2832, 2834, 2834, 2836, 2836, 2838, 2838, - 2840, 2840, 2842, 2842, 2844, 2844, 2846, 2846, - 2848, 2848, 2850, 2850, 2852, 2852, 2854, 2854, - 2856, 2856, 2858, 2858, 2860, 2860, 2862, 2862, - 2864, 2864, 2866, 2866, 2868, 2868, 2870, 2870, - 2872, 2872, 2874, 2874, 2876, 2876, 2878, 2878, - 2880, 2880, 2882, 2882, 2884, 2884, 2886, 2886, - 2888, 2888, 2890, 2890, 2892, 2892, 2894, 2894, - 2896, 2896, 2898, 2898, 2900, 2900, 2902, 2902, - 2904, 2904, 2906, 2906, 2908, 2908, 2910, 2910, - 2912, 2912, 2914, 2914, 2916, 2916, 2918, 2918, - 2920, 2920, 2922, 2922, 2924, 2924, 2926, 2926, - 2928, 2928, 2930, 2930, 2932, 2932, 2934, 2934, - 2936, 2936, 2938, 2938, 2940, 2940, 2942, 2942, - 2944, 2944, 2946, 2946, 2948, 2948, 2950, 2950, - 2952, 2952, 2954, 2954, 2956, 2956, 2958, 2958, - 2960, 2960, 2962, 2962, 2964, 2964, 2966, 2966, - 2968, 2968, 2970, 2970, 2972, 2972, 2974, 2974, - 2976, 2976, 2978, 2978, 2980, 2980, 2982, 2982, - 2984, 2984, 2986, 2986, 2988, 2988, 2990, 2990, - 2992, 2992, 2994, 2994, 2996, 2996, 2998, 2998, - 3000, 3000, 3002, 3002, 3004, 3004, 3006, 3006, - 3008, 3008, 3010, 3010, 3012, 3012, 3014, 3014, - 3016, 3016, 3018, 3018, 3020, 3020, 3022, 3022, - 3024, 3024, 3026, 3026, 3028, 3028, 3030, 3030, - 3032, 3032, 3034, 3034, 3036, 3036, 3038, 3038, - 3040, 3040, 3042, 3042, 3044, 3044, 3046, 3046, - 3048, 3048, 3050, 3050, 3052, 3052, 3054, 3054, - 3056, 3056, 3058, 3058, 3060, 3060, 3062, 3062, - 3064, 3064, 3066, 3066, 3068, 3068, 3070, 3070, - 3072, 3072, 3074, 3074, 3076, 3076, 3078, 3078, - 3080, 3080, 3082, 3082, 3084, 3084, 3086, 3086, - 3088, 3088, 3090, 3090, 3092, 3092, 3094, 3094, - 3096, 3096, 3098, 3098, 3100, 3100, 3102, 3102, - 3104, 3104, 3106, 3106, 3108, 3108, 3110, 3110, - 3112, 3112, 3114, 3114, 3116, 3116, 3118, 3118, - 3120, 3120, 3122, 3122, 3124, 3124, 3126, 3126, - 3128, 3128, 3130, 3130, 3132, 3132, 3134, 3134, - 3136, 3136, 3138, 3138, 3140, 3140, 3142, 3142, - 3144, 3144, 3146, 3146, 3148, 3148, 3150, 3150, - 3152, 3152, 3154, 3154, 3156, 3156, 3158, 3158, - 3160, 3160, 3162, 3162, 3164, 3164, 3166, 3166, - 3168, 3168, 3170, 3170, 3172, 3172, 3174, 3174, - 3176, 3176, 3178, 3178, 3180, 3180, 3182, 3182, - 3184, 3184, 3186, 3186, 3188, 3188, 3190, 3190, - 3192, 3192, 3194, 3194, 3196, 3196, 3198, 3198, - 3200, 3200, 3202, 3202, 3204, 3204, 3206, 3206, - 3208, 3208, 3210, 3210, 3212, 3212, 3214, 3214, - 3216, 3216, 3218, 3218, 3220, 3220, 3222, 3222, - 3224, 3224, 3226, 3226, 3228, 3228, 3230, 3230, - 3232, 3232, 3234, 3234, 3236, 3236, 3238, 3238, - 3240, 3240, 3242, 3242, 3244, 3244, 3246, 3246, - 3248, 3248, 3250, 3250, 3252, 3252, 3254, 3254, - 3256, 3256, 3258, 3258, 3260, 3260, 3262, 3262, - 3264, 3264, 3266, 3266, 3268, 3268, 3270, 3270, - 3272, 3272, 3274, 3274, 3276, 3276, 3278, 3278, - 3280, 3280, 3282, 3282, 3284, 3284, 3286, 3286, - 3288, 3288, 3290, 3290, 3292, 3292, 3294, 3294, - 3296, 3296, 3298, 3298, 3300, 3300, 3302, 3302, - 3304, 3304, 3306, 3306, 3308, 3308, 3310, 3310, - 3312, 3312, 3314, 3314, 3316, 3316, 3318, 3318, - 3320, 3320, 3322, 3322, 3324, 3324, 3326, 3326, - 3328, 3328, 3330, 3330, 3332, 3332, 3334, 3334, - 3336, 3336, 3338, 3338, 3340, 3340, 3342, 3342, - 3344, 3344, 3346, 3346, 3348, 3348, 3350, 3350, - 3352, 3352, 3354, 3354, 3356, 3356, 3358, 3358, - 3360, 3360, 3362, 3362, 3364, 3364, 3366, 3366, - 3368, 3368, 3370, 3370, 3372, 3372, 3374, 3374, - 3376, 3376, 3378, 3378, 3380, 3380, 3382, 3382, - 3384, 3384, 3386, 3386, 3388, 3388, 3390, 3390, - 3392, 3392, 3394, 3394, 3396, 3396, 3398, 3398, - 3400, 3400, 3402, 3402, 3404, 3404, 3406, 3406, - 3408, 3408, 3410, 3410, 3412, 3412, 3414, 3414, - 3416, 3416, 3418, 3418, 3420, 3420, 3422, 3422, - 3424, 3424, 3426, 3426, 3428, 3428, 3430, 3430, - 3432, 3432, 3434, 3434, 3436, 3436, 3438, 3438, - 3440, 3440, 3442, 3442, 3444, 3444, 3446, 3446, - 3448, 3448, 3450, 3450, 3452, 3452, 3454, 3454, - 3456, 3456, 3458, 3458, 3460, 3460, 3462, 3462, - 3464, 3464, 3466, 3466, 3468, 3468, 3470, 3470, - 3472, 3472, 3474, 3474, 3476, 3476, 3478, 3478, - 3480, 3480, 3482, 3482, 3484, 3484, 3486, 3486, - 3488, 3488, 3490, 3490, 3492, 3492, 3494, 3494, - 3496, 3496, 3498, 3498, 3500, 3500, 3502, 3502, - 3504, 3504, 3506, 3506, 3508, 3508, 3510, 3510, - 3512, 3512, 3514, 3514, 3516, 3516, 3518, 3518, - 3520, 3520, 3522, 3522, 3524, 3524, 3526, 3526, - 3528, 3528, 3530, 3530, 3532, 3532, 3534, 3534, - 3536, 3536, 3538, 3538, 3540, 3540, 3542, 3542, - 3544, 3544, 3546, 3546, 3548, 3548, 3550, 3550, - 3552, 3552, 3554, 3554, 3556, 3556, 3558, 3558, - 3560, 3560, 3562, 3562, 3564, 3564, 3566, 3566, - 3568, 3568, 3570, 3570, 3572, 3572, 3574, 3574, - 3576, 3576, 3578, 3578, 3580, 3580, 3582, 3582, - 3584, 3584, 3586, 3586, 3588, 3588, 3590, 3590, - 3592, 3592, 3594, 3594, 3596, 3596, 3598, 3598, - 3600, 3600, 3602, 3602, 3604, 3604, 3606, 3606, - 3608, 3608, 3610, 3610, 3612, 3612, 3614, 3614, - 3616, 3616, 3618, 3618, 3620, 3620, 3622, 3622, - 3624, 3624, 3626, 3626, 3628, 3628, 3630, 3630, - 3632, 3632, 3634, 3634, 3636, 3636, 3638, 3638, - 3640, 3640, 3642, 3642, 3644, 3644, 3646, 3646, - 3648, 3648, 3650, 3650, 3652, 3652, 3654, 3654, - 3656, 3656, 3658, 3658, 3660, 3660, 3662, 3662, - 3664, 3664, 3666, 3666, 3668, 3668, 3670, 3670, - 3672, 3672, 3674, 3674, 3676, 3676, 3678, 3678, - 3680, 3680, 3682, 3682, 3684, 3684, 3686, 3686, - 3688, 3688, 3690, 3690, 3692, 3692, 3694, 3694, - 3696, 3696, 3698, 3698, 3700, 3700, 3702, 3702, - 3704, 3704, 3706, 3706, 3708, 3708, 3710, 3710, - 3712, 3712, 3714, 3714, 3716, 3716, 3718, 3718, - 3720, 3720, 3722, 3722, 3724, 3724, 3726, 3726, - 3728, 3728, 3730, 3730, 3732, 3732, 3734, 3734, - 3736, 3736, 3738, 3738, 3740, 3740, 3742, 3742, - 3744, 3744, 3746, 3746, 3748, 3748, 3750, 3750, - 3752, 3752, 3754, 3754, 3756, 3756, 3758, 3758, - 3760, 3760, 3762, 3762, 3764, 3764, 3766, 3766, - 3768, 3768, 3770, 3770, 3772, 3772, 3774, 3774, - 3776, 3776, 3778, 3778, 3780, 3780, 3782, 3782, - 3784, 3784, 3786, 3786, 3788, 3788, 3790, 3790, - 3792, 3792, 3794, 3794, 3796, 3796, 3798, 3798, - 3800, 3800, 3802, 3802, 3804, 3804, 3806, 3806, - 3808, 3808, 3810, 3810, 3812, 3812, 3814, 3814, - 3816, 3816, 3818, 3818, 3820, 3820, 3822, 3822, - 3824, 3824, 3826, 3826, 3828, 3828, 3830, 3830, - 3832, 3832, 3834, 3834, 3836, 3836, 3838, 3838, - 3840, 3840, 3842, 3842, 3844, 3844, 3846, 3846, - 3848, 3848, 3850, 3850, 3852, 3852, 3854, 3854, - 3856, 3856, 3858, 3858, 3860, 3860, 3862, 3862, - 3864, 3864, 3866, 3866, 3868, 3868, 3870, 3870, - 3872, 3872, 3874, 3874, 3876, 3876, 3878, 3878, - 3880, 3880, 3882, 3882, 3884, 3884, 3886, 3886, - 3888, 3888, 3890, 3890, 3892, 3892, 3894, 3894, - 3896, 3896, 3898, 3898, 3900, 3900, 3902, 3902, - 3904, 3904, 3906, 3906, 3908, 3908, 3910, 3910, - 3912, 3912, 3914, 3914, 3916, 3916, 3918, 3918, - 3920, 3920, 3922, 3922, 3924, 3924, 3926, 3926, - 3928, 3928, 3930, 3930, 3932, 3932, 3934, 3934, - 3936, 3936, 3938, 3938, 3940, 3940, 3942, 3942, - 3944, 3944, 3946, 3946, 3948, 3948, 3950, 3950, - 3952, 3952, 3954, 3954, 3956, 3956, 3958, 3958, - 3960, 3960, 3962, 3962, 3964, 3964, 3966, 3966, - 3968, 3968, 3970, 3970, 3972, 3972, 3974, 3974, - 3976, 3976, 3978, 3978, 3980, 3980, 3982, 3982, - 3984, 3984, 3986, 3986, 3988, 3988, 3990, 3990, - 3992, 3992, 3994, 3994, 3996, 3996, 3998, 3998, - 4000, 4000, 4002, 4002, 4004, 4004, 4006, 4006, - 4008, 4008, 4010, 4010, 4012, 4012, 4014, 4014, - 4016, 4016, 4018, 4018, 4020, 4020, 4022, 4022, - 4024, 4024, 4026, 4026, 4028, 4028, 4030, 4030, - 4032, 4032, 4034, 4034, 4036, 4036, 4038, 4038, - 4040, 4040, 4042, 4042, 4044, 4044, 4046, 4046, - 4048, 4048, 4050, 4050, 4052, 4052, 4054, 4054, - 4056, 4056, 4058, 4058, 4060, 4060, 4062, 4062, - 4064, 4064, 4066, 4066, 4068, 4068, 4070, 4070, - 4072, 4072, 4074, 4074, 4076, 4076, 4078, 4078, - 4080, 4080, 4082, 4082, 4084, 4084, 4086, 4086, - 4088, 4088, 4090, 4090, 4092, 4092, 4094, 4094, - 4096, 4096, 4098, 4098, 4100, 4100, 4102, 4102, - 4104, 4104, 4106, 4106, 4108, 4108, 4110, 4110, - 4112, 4112, 4114, 4114, 4116, 4116, 4118, 4118, - 4120, 4120, 4122, 4122, 4124, 4124, 4126, 4126, - 4128, 4128, 4130, 4130, 4132, 4132, 4134, 4134, - 4136, 4136, 4138, 4138, 4140, 4140, 4142, 4142, - 4144, 4144, 4146, 4146, 4148, 4148, 4150, 4150, - 4152, 4152, 4154, 4154, 4156, 4156, 4158, 4158, - 4160, 4160, 4162, 4162, 4164, 4164, 4166, 4166, - 4168, 4168, 4170, 4170, 4172, 4172, 4174, 4174, - 4176, 4176, 4178, 4178, 4180, 4180, 4182, 4182, - 4184, 4184, 4186, 4186, 4188, 4188, 4190, 4190, - 4192, 4192, 4194, 4194, 4196, 4196, 4198, 4198, - 4200, 4200, 4202, 4202, 4204, 4204, 4206, 4206, - 4208, 4208, 4210, 4210, 4212, 4212, 4214, 4214, - 4216, 4216, 4218, 4218, 4220, 4220, 4222, 4222, - 4224, 4224, 4226, 4226, 4228, 4228, 4230, 4230, - 4232, 4232, 4234, 4234, 4236, 4236, 4238, 4238, - 4240, 4240, 4242, 4242, 4244, 4244, 4246, 4246, - 4248, 4248, 4250, 4250, 4252, 4252, 4254, 4254, - 4256, 4256, 4258, 4258, 4260, 4260, 4262, 4262, - 4264, 4264, 4266, 4266, 4268, 4268, 4270, 4270, - 4272, 4272, 4274, 4274, 4276, 4276, 4278, 4278, - 4280, 4280, 4282, 4282, 4284, 4284, 4286, 4286, - 4288, 4288, 4290, 4290, 4292, 4292, 4294, 4294, - 4296, 4296, 4298, 4298, 4300, 4300, 4302, 4302, - 4304, 4304, 4306, 4306, 4308, 4308, 4310, 4310, - 4312, 4312, 4314, 4314, 4316, 4316, 4318, 4318, - 4320, 4320, 4322, 4322, 4324, 4324, 4326, 4326, - 4328, 4328, 4330, 4330, 4332, 4332, 4334, 4334, - 4336, 4336, 4338, 4338, 4340, 4340, 4342, 4342, - 4344, 4344, 4346, 4346, 4348, 4348, 4350, 4350, - 4352, 4352, 4354, 4354, 4356, 4356, 4358, 4358, - 4360, 4360, 4362, 4362, 4364, 4364, 4366, 4366, - 4368, 4368, 4370, 4370, 4372, 4372, 4374, 4374, - 4376, 4376, 4378, 4378, 4380, 4380, 4382, 4382, - 4384, 4384, 4386, 4386, 4388, 4388, 4390, 4390, - 4392, 4392, 4394, 4394, 4396, 4396, 4398, 4398, - 4400, 4400, 4402, 4402, 4404, 4404, 4406, 4406, - 4408, 4408, 4410, 4410, 4412, 4412, 4414, 4414, - 4416, 4416, 4418, 4418, 4420, 4420, 4422, 4422, - 4424, 4424, 4426, 4426, 4428, 4428, 4430, 4430, - 4432, 4432, 4434, 4434, 4436, 4436, 4438, 4438, - 4440, 4440, 4442, 4442, 4444, 4444, 4446, 4446, - 4448, 4448, 4450, 4450, 4452, 4452, 4454, 4454, - 4456, 4456, 4458, 4458, 4460, 4460, 4462, 4462, - 4464, 4464, 4466, 4466, 4468, 4468, 4470, 4470, - 4472, 4472, 4474, 4474, 4476, 4476, 4478, 4478, - 4480, 4480, 4482, 4482, 4484, 4484, 4486, 4486, - 4488, 4488, 4490, 4490, 4492, 4492, 4494, 4494, - 4496, 4496, 4498, 4498, 4500, 4500, 4502, 4502, - 4504, 4504, 4506, 4506, 4508, 4508, 4510, 4510, - 4512, 4512, 4514, 4514, 4516, 4516, 4518, 4518, - 4520, 4520, 4522, 4522, 4524, 4524, 4526, 4526, - 4528, 4528, 4530, 4530, 4532, 4532, 4534, 4534, - 4536, 4536, 4538, 4538, 4540, 4540, 4542, 4542, - 4544, 4544, 4546, 4546, 4548, 4548, 4550, 4550, - 4552, 4552, 4554, 4554, 4556, 4556, 4558, 4558, - 4560, 4560, 4562, 4562, 4564, 4564, 4566, 4566, - 4568, 4568, 4570, 4570, 4572, 4572, 4574, 4574, - 4576, 4576, 4578, 4578, 4580, 4580, 4582, 4582, - 4584, 4584, 4586, 4586, 4588, 4588, 4590, 4590, - 4592, 4592, 4594, 4594, 4596, 4596, 4598, 4598, - 4600, 4600, 4602, 4602, 4604, 4604, 4606, 4606, - 4608, 4608, 4610, 4610, 4612, 4612, 4614, 4614, - 4616, 4616, 4618, 4618, 4620, 4620, 4622, 4622, - 4624, 4624, 4626, 4626, 4628, 4628, 4630, 4630, - 4632, 4632, 4634, 4634, 4636, 4636, 4638, 4638, - 4640, 4640, 4642, 4642, 4644, 4644, 4646, 4646, - 4648, 4648, 4650, 4650, 4652, 4652, 4654, 4654, - 4656, 4656, 4658, 4658, 4660, 4660, 4662, 4662, - 4664, 4664, 4666, 4666, 4668, 4668, 4670, 4670, - 4672, 4672, 4674, 4674, 4676, 4676, 4678, 4678, - 4680, 4680, 4682, 4682, 4684, 4684, 4686, 4686, - 4688, 4688, 4690, 4690, 4692, 4692, 4694, 4694, - 4696, 4696, 4698, 4698, 4700, 4700, 4702, 4702, - 4704, 4704, 4706, 4706, 4708, 4708, 4710, 4710, - 4712, 4712, 4714, 4714, 4716, 4716, 4718, 4718, - 4720, 4720, 4722, 4722, 4724, 4724, 4726, 4726, - 4728, 4728, 4730, 4730, 4732, 4732, 4734, 4734, - 4736, 4736, 4738, 4738, 4740, 4740, 4742, 4742, - 4744, 4744, 4746, 4746, 4748, 4748, 4750, 4750, - 4752, 4752, 4754, 4754, 4756, 4756, 4758, 4758, - 4760, 4760, 4762, 4762, 4764, 4764, 4766, 4766, - 4768, 4768, 4770, 4770, 4772, 4772, 4774, 4774, - 4776, 4776, 4778, 4778, 4780, 4780, 4782, 4782, - 4784, 4784, 4786, 4786, 4788, 4788, 4790, 4790, - 4792, 4792, 4794, 4794, 4796, 4796, 4798, 4798, - 4800, 4800, 4802, 4802, 4804, 4804, 4806, 4806, - 4808, 4808, 4810, 4810, 4812, 4812, 4814, 4814, - 4816, 4816, 4818, 4818, 4820, 4820, 4822, 4822, - 4824, 4824, 4826, 4826, 4828, 4828, 4830, 4830, - 4832, 4832, 4834, 4834, 4836, 4836, 4838, 4838, - 4840, 4840, 4842, 4842, 4844, 4844, 4846, 4846, - 4848, 4848, 4850, 4850, 4852, 4852, 4854, 4854, - 4856, 4856, 4858, 4858, 4860, 4860, 4862, 4862, - 4864, 4864, 4866, 4866, 4868, 4868, 4870, 4870, - 4872, 4872, 4874, 4874, 4876, 4876, 4878, 4878, - 4880, 4880, 4882, 4882, 4884, 4884, 4886, 4886, - 4888, 4888, 4890, 4890, 4892, 4892, 4894, 4894, - 4896, 4896, 4898, 4898, 4900, 4900, 4902, 4902, - 4904, 4904, 4906, 4906, 4908, 4908, 4910, 4910, - 4912, 4912, 4914, 4914, 4916, 4916, 4918, 4918, - 4920, 4920, 4922, 4922, 4924, 4924, 4926, 4926, - 4928, 4928, 4930, 4930, 4932, 4932, 4934, 4934, - 4936, 4936, 4938, 4938, 4940, 4940, 4942, 4942, - 4944, 4944, 4946, 4946, 4948, 4948, 4950, 4950, - 4952, 4952, 4954, 4954, 4956, 4956, 4958, 4958, - 4960, 4960, 4962, 4962, 4964, 4964, 4966, 4966, - 4968, 4968, 4970, 4970, 4972, 4972, 4974, 4974, - 4976, 4976, 4978, 4978, 4980, 4980, 4982, 4982, - 4984, 4984, 4986, 4986, 4988, 4988, 4990, 4990, - 4992, 4992, 4994, 4994, 4996, 4996, 4998, 4998, - 5000, 5000, 5002, 5002, 5004, 5004, 5006, 5006, - 5008, 5008, 5010, 5010, 5012, 5012, 5014, 5014, - 5016, 5016, 5018, 5018, 5020, 5020, 5022, 5022, - 5024, 5024, 5026, 5026, 5028, 5028, 5030, 5030, - 5032, 5032, 5034, 5034, 5036, 5036, 5038, 5038, - 5040, 5040, 5042, 5042, 5044, 5044, 5046, 5046, - 5048, 5048, 5050, 5050, 5052, 5052, 5054, 5054, - 5056, 5056, 5058, 5058, 5060, 5060, 5062, 5062, - 5064, 5064, 5066, 5066, 5068, 5068, 5070, 5070, - 5072, 5072, 5074, 5074, 5076, 5076, 5078, 5078, - 5080, 5080, 5082, 5082, 5084, 5084, 5086, 5086, - 5088, 5088, 5090, 5090, 5092, 5092, 5094, 5094, - 5096, 5096, 5098, 5098, 5100, 5100, 5102, 5102, - 5104, 5104, 5106, 5106, 5108, 5108, 5110, 5110, - 5112, 5112, 5114, 5114, 5116, 5116, 5118, 5118, - 5120, 5120, 5122, 5122, 5124, 5124, 5126, 5126, - 5128, 5128, 5130, 5130, 5132, 5132, 5134, 5134, - 5136, 5136, 5138, 5138, 5140, 5140, 5142, 5142, - 5144, 5144, 5146, 5146, 5148, 5148, 5150, 5150, - 5152, 5152, 5154, 5154, 5156, 5156, 5158, 5158, - 5160, 5160, 5162, 5162, 5164, 5164, 5166, 5166, - 5168, 5168, 5170, 5170, 5172, 5172, 5174, 5174, - 5176, 5176, 5178, 5178, 5180, 5180, 5182, 5182, - 5184, 5184, 5186, 5186, 5188, 5188, 5190, 5190, - 5192, 5192, 5194, 5194, 5196, 5196, 5198, 5198, - 5200, 5200, 5202, 5202, 5204, 5204, 5206, 5206, - 5208, 5208, 5210, 5210, 5212, 5212, 5214, 5214, - 5216, 5216, 5218, 5218, 5220, 5220, 5222, 5222, - 5224, 5224, 5226, 5226, 5228, 5228, 5230, 5230, - 5232, 5232, 5234, 5234, 5236, 5236, 5238, 5238, - 5240, 5240, 5242, 5242, 5244, 5244, 5246, 5246, - 5248, 5248, 5250, 5250, 5252, 5252, 5254, 5254, - 5256, 5256, 5258, 5258, 5260, 5260, 5262, 5262, - 5264, 5264, 5266, 5266, 5268, 5268, 5270, 5270, - 5272, 5272, 5274, 5274, 5276, 5276, 5278, 5278, - 5280, 5280, 5282, 5282, 5284, 5284, 5286, 5286, - 5288, 5288, 5290, 5290, 5292, 5292, 5294, 5294, - 5296, 5296, 5298, 5298, 5300, 5300, 5302, 5302, - 5304, 5304, 5306, 5306, 5308, 5308, 5310, 5310, - 5312, 5312, 5314, 5314, 5316, 5316, 5318, 5318, - 5320, 5320, 5322, 5322, 5324, 5324, 5326, 5326, - 5328, 5328, 5330, 5330, 5332, 5332, 5334, 5334, - 5336, 5336, 5338, 5338, 5340, 5340, 5342, 5342, - 5344, 5344, 5346, 5346, 5348, 5348, 5350, 5350, - 5352, 5352, 5354, 5354, 5356, 5356, 5358, 5358, - 5360, 5360, 5362, 5362, 5364, 5364, 5366, 5366, - 5368, 5368, 5370, 5370, 5372, 5372, 5374, 5374, - 5376, 5376, 5378, 5378, 5380, 5380, 5382, 5382, - 5384, 5384, 5386, 5386, 5388, 5388, 5390, 5390, - 5392, 5392, 5394, 5394, 5396, 5396, 5398, 5398, - 5400, 5400, 5402, 5402, 5404, 5404, 5406, 5406, - 5408, 5408, 5410, 5410, 5412, 5412, 5414, 5414, - 5416, 5416, 5418, 5418, 5420, 5420, 5422, 5422, - 5424, 5424, 5426, 5426, 5428, 5428, 5430, 5430, - 5432, 5432, 5434, 5434, 5436, 5436, 5438, 5438, - 5440, 5440, 5442, 5442, 5444, 5444, 5446, 5446, - 5448, 5448, 5450, 5450, 5452, 5452, 5454, 5454, - 5456, 5456, 5458, 5458, 5460, 5460, 5462, 5462, - 5464, 5464, 5466, 5466, 5468, 5468, 5470, 5470, - 5472, 5472, 5474, 5474, 5476, 5476, 5478, 5478, - 5480, 5480, 5482, 5482, 5484, 5484, 5486, 5486, - 5488, 5488, 5490, 5490, 5492, 5492, 5494, 5494, - 5496, 5496, 5498, 5498, 5500, 5500, 5502, 5502, - 5504, 5504, 5506, 5506, 5508, 5508, 5510, 5510, - 5512, 5512, 5514, 5514, 5516, 5516, 5518, 5518, - 5520, 5520, 5522, 5522, 5524, 5524, 5526, 5526, - 5528, 5528, 5530, 5530, 5532, 5532, 5534, 5534, - 5536, 5536, 5538, 5538, 5540, 5540, 5542, 5542, - 5544, 5544, 5546, 5546, 5548, 5548, 5550, 5550, - 5552, 5552, 5554, 5554, 5556, 5556, 5558, 5558, - 5560, 5560, 5562, 5562, 5564, 5564, 5566, 5566, - 5568, 5568, 5570, 5570, 5572, 5572, 5574, 5574, - 5576, 5576, 5578, 5578, 5580, 5580, 5582, 5582, - 5584, 5584, 5586, 5586, 5588, 5588, 5590, 5590, - 5592, 5592, 5594, 5594, 5596, 5596, 5598, 5598, - 5600, 5600, 5602, 5602, 5604, 5604, 5606, 5606, - 5608, 5608, 5610, 5610, 5612, 5612, 5614, 5614, - 5616, 5616, 5618, 5618, 5620, 5620, 5622, 5622, - 5624, 5624, 5626, 5626, 5628, 5628, 5630, 5630, - 5632, 5632, 5634, 5634, 5636, 5636, 5638, 5638, - 5640, 5640, 5642, 5642, 5644, 5644, 5646, 5646, - 5648, 5648, 5650, 5650, 5652, 5652, 5654, 5654, - 5656, 5656, 5658, 5658, 5660, 5660, 5662, 5662, - 5664, 5664, 5666, 5666, 5668, 5668, 5670, 5670, - 5672, 5672, 5674, 5674, 5676, 5676, 5678, 5678, - 5680, 5680, 5682, 5682, 5684, 5684, 5686, 5686, - 5688, 5688, 5690, 5690, 5692, 5692, 5694, 5694, - 5696, 5696, 5698, 5698, 5700, 5700, 5702, 5702, - 5704, 5704, 5706, 5706, 5708, 5708, 5710, 5710, - 5712, 5712, 5714, 5714, 5716, 5716, 5718, 5718, - 5720, 5720, 5722, 5722, 5724, 5724, 5726, 5726, - 5728, 5728, 5730, 5730, 5732, 5732, 5734, 5734, - 5736, 5736, 5738, 5738, 5740, 5740, 5742, 5742, - 5744, 5744, 5746, 5746, 5748, 5748, 5750, 5750, - 5752, 5752, 5754, 5754, 5756, 5756, 5758, 5758, - 5760, 5760, 5762, 5762, 5764, 5764, 5766, 5766, - 5768, 5768, 5770, 5770, 5772, 5772, 5774, 5774, - 5776, 5776, 5778, 5778, 5780, 5780, 5782, 5782, - 5784, 5784, 5786, 5786, 5788, 5788, 5790, 5790, - 5792, 5792, 5794, 5794, 5796, 5796, 5798, 5798, - 5800, 5800, 5802, 5802, 5804, 5804, 5806, 5806, - 5808, 5808, 5810, 5810, 5812, 5812, 5814, 5814, - 5816, 5816, 5818, 5818, 5820, 5820, 5822, 5822, - 5824, 5824, 5826, 5826, 5828, 5828, 5830, 5830, - 5832, 5832, 5834, 5834, 5836, 5836, 5838, 5838, - 5840, 5840, 5842, 5842, 5844, 5844, 5846, 5846, - 5848, 5848, 5850, 5850, 5852, 5852, 5854, 5854, - 5856, 5856, 5858, 5858, 5860, 5860, 5862, 5862, - 5864, 5864, 5866, 5866, 5868, 5868, 5870, 5870, - 5872, 5872, 5874, 5874, 5876, 5876, 5878, 5878, - 5880, 5880, 5882, 5882, 5884, 5884, 5886, 5886, - 5888, 5888, 5890, 5890, 5892, 5892, 5894, 5894, - 5896, 5896, 5898, 5898, 5900, 5900, 5902, 5902, - 5904, 5904, 5906, 5906, 5908, 5908, 5910, 5910, - 5912, 5912, 5914, 5914, 5916, 5916, 5918, 5918, - 5920, 5920, 5922, 5922, 5924, 5924, 5926, 5926, - 5928, 5928, 5930, 5930, 5932, 5932, 5934, 5934, - 5936, 5936, 5938, 5938, 5940, 5940, 5942, 5942, - 5944, 5944, 5946, 5946, 5948, 5948, 5950, 5950, - 5952, 5952, 5954, 5954, 5956, 5956, 5958, 5958, - 5960, 5960, 5962, 5962, 5964, 5964, 5966, 5966, - 5968, 5968, 5970, 5970, 5972, 5972, 5974, 5974, - 5976, 5976, 5978, 5978, 5980, 5980, 5982, 5982, - 5984, 5984, 5986, 5986, 5988, 5988, 5990, 5990, - 5992, 5992, 5994, 5994, 5996, 5996, 5998, 5998, - 6000, 6000, 6002, 6002, 6004, 6004, 6006, 6006, - 6008, 6008, 6010, 6010, 6012, 6012, 6014, 6014, - 6016, 6016, 6018, 6018, 6020, 6020, 6022, 6022, - 6024, 6024, 6026, 6026, 6028, 6028, 6030, 6030, - 6032, 6032, 6034, 6034, 6036, 6036, 6038, 6038, - 6040, 6040, 6042, 6042, 6044, 6044, 6046, 6046, - 6048, 6048, 6050, 6050, 6052, 6052, 6054, 6054, - 6056, 6056, 6058, 6058, 6060, 6060, 6062, 6062, - 6064, 6064, 6066, 6066, 6068, 6068, 6070, 6070, - 6072, 6072, 6074, 6074, 6076, 6076, 6078, 6078, - 6080, 6080, 6082, 6082, 6084, 6084, 6086, 6086, - 6088, 6088, 6090, 6090, 6092, 6092, 6094, 6094, - 6096, 6096, 6098, 6098, 6100, 6100, 6102, 6102, - 6104, 6104, 6106, 6106, 6108, 6108, 6110, 6110, - 6112, 6112, 6114, 6114, 6116, 6116, 6118, 6118, - 6120, 6120, 6122, 6122, 6124, 6124, 6126, 6126, - 6128, 6128, 6130, 6130, 6132, 6132, 6134, 6134, - 6136, 6136, 6138, 6138, 6140, 6140, 6142, 6142, - 6144, 6144, 6146, 6146, 6148, 6148, 6150, 6150, - 6152, 6152, 6154, 6154, 6156, 6156, 6158, 6158, - 6160, 6160, 6162, 6162, 6164, 6164, 6166, 6166, - 6168, 6168, 6170, 6170, 6172, 6172, 6174, 6174, - 6176, 6176, 6178, 6178, 6180, 6180, 6182, 6182, - 6184, 6184, 6186, 6186, 6188, 6188, 6190, 6190, - 6192, 6192, 6194, 6194, 6196, 6196, 6198, 6198, - 6200, 6200, 6202, 6202, 6204, 6204, 6206, 6206, - 6208, 6208, 6210, 6210, 6212, 6212, 6214, 6214, - 6216, 6216, 6218, 6218, 6220, 6220, 6222, 6222, - 6224, 6224, 6226, 6226, 6228, 6228, 6230, 6230, - 6232, 6232, 6234, 6234, 6236, 6236, 6238, 6238, - 6240, 6240, 6242, 6242, 6244, 6244, 6246, 6246, - 6248, 6248, 6250, 6250, 6252, 6252, 6254, 6254, - 6256, 6256, 6258, 6258, 6260, 6260, 6262, 6262, - 6264, 6264, 6266, 6266, 6268, 6268, 6270, 6270, - 6272, 6272, 6274, 6274, 6276, 6276, 6278, 6278, - 6280, 6280, 6282, 6282, 6284, 6284, 6286, 6286, - 6288, 6288, 6290, 6290, 6292, 6292, 6294, 6294, - 6296, 6296, 6298, 6298, 6300, 6300, 6302, 6302, - 6304, 6304, 6306, 6306, 6308, 6308, 6310, 6310, - 6312, 6312, 6314, 6314, 6316, 6316, 6318, 6318, - 6320, 6320, 6322, 6322, 6324, 6324, 6326, 6326, - 6328, 6328, 6330, 6330, 6332, 6332, 6334, 6334, - 6336, 6336, 6338, 6338, 6340, 6340, 6342, 6342, - 6344, 6344, 6346, 6346, 6348, 6348, 6350, 6350, - 6352, 6352, 6354, 6354, 6356, 6356, 6358, 6358, - 6360, 6360, 6362, 6362, 6364, 6364, 6366, 6366, - 6368, 6368, 6370, 6370, 6372, 6372, 6374, 6374, - 6376, 6376, 6378, 6378, 6380, 6380, 6382, 6382, - 6384, 6384, 6386, 6386, 6388, 6388, 6390, 6390, - 6392, 6392, 6394, 6394, 6396, 6396, 6398, 6398, - 6400, 6400, 6402, 6402, 6404, 6404, 6406, 6406, - 6408, 6408, 6410, 6410, 6412, 6412, 6414, 6414, - 6416, 6416, 6418, 6418, 6420, 6420, 6422, 6422, - 6424, 6424, 6426, 6426, 6428, 6428, 6430, 6430, - 6432, 6432, 6434, 6434, 6436, 6436, 6438, 6438, - 6440, 6440, 6442, 6442, 6444, 6444, 6446, 6446, - 6448, 6448, 6450, 6450, 6452, 6452, 6454, 6454, - 6456, 6456, 6458, 6458, 6460, 6460, 6462, 6462, - 6464, 6464, 6466, 6466, 6468, 6468, 6470, 6470, - 6472, 6472, 6474, 6474, 6476, 6476, 6478, 6478, - 6480, 6480, 6482, 6482, 6484, 6484, 6486, 6486, - 6488, 6488, 6490, 6490, 6492, 6492, 6494, 6494, - 6496, 6496, 6498, 6498, 6500, 6500, 6502, 6502, - 6504, 6504, 6506, 6506, 6508, 6508, 6510, 6510, - 6512, 6512, 6514, 6514, 6516, 6516, 6518, 6518, - 6520, 6520, 6522, 6522, 6524, 6524, 6526, 6526, - 6528, 6528, 6530, 6530, 6532, 6532, 6534, 6534, - 6536, 6536, 6538, 6538, 6540, 6540, 6542, 6542, - 6544, 6544, 6546, 6546, 6548, 6548, 6550, 6550, - 6552, 6552, 6554, 6554, 6556, 6556, 6558, 6558, - 6560, 6560, 6562, 6562, 6564, 6564, 6566, 6566, - 6568, 6568, 6570, 6570, 6572, 6572, 6574, 6574, - 6576, 6576, 6578, 6578, 6580, 6580, 6582, 6582, - 6584, 6584, 6586, 6586, 6588, 6588, 6590, 6590, - 6592, 6592, 6594, 6594, 6596, 6596, 6598, 6598, - 6600, 6600, 6602, 6602, 6604, 6604, 6606, 6606, - 6608, 6608, 6610, 6610, 6612, 6612, 6614, 6614, - 6616, 6616, 6618, 6618, 6620, 6620, 6622, 6622, - 6624, 6624, 6626, 6626, 6628, 6628, 6630, 6630, - 6632, 6632, 6634, 6634, 6636, 6636, 6638, 6638, - 6640, 6640, 6642, 6642, 6644, 6644, 6646, 6646, - 6648, 6648, 6650, 6650, 6652, 6652, 6654, 6654, - 6656, 6656, 6658, 6658, 6660, 6660, 6662, 6662, - 6664, 6664, 6666, 6666, 6668, 6668, 6670, 6670, - 6672, 6672, 6674, 6674, 6676, 6676, 6678, 6678, - 6680, 6680, 6682, 6682, 6684, 6684, 6686, 6686, - 6688, 6688, 6690, 6690, 6692, 6692, 6694, 6694, - 6696, 6696, 6698, 6698, 6700, 6700, 6702, 6702, - 6704, 6704, 6706, 6706, 6708, 6708, 6710, 6710, - 6712, 6712, 6714, 6714, 6716, 6716, 6718, 6718, - 6720, 6720, 6722, 6722, 6724, 6724, 6726, 6726, - 6728, 6728, 6730, 6730, 6732, 6732, 6734, 6734, - 6736, 6736, 6738, 6738, 6740, 6740, 6742, 6742, - 6744, 6744, 6746, 6746, 6748, 6748, 6750, 6750, - 6752, 6752, 6754, 6754, 6756, 6756, 6758, 6758, - 6760, 6760, 6762, 6762, 6764, 6764, 6766, 6766, - 6768, 6768, 6770, 6770, 6772, 6772, 6774, 6774, - 6776, 6776, 6778, 6778, 6780, 6780, 6782, 6782, - 6784, 6784, 6786, 6786, 6788, 6788, 6790, 6790, - 6792, 6792, 6794, 6794, 6796, 6796, 6798, 6798, - 6800, 6800, 6802, 6802, 6804, 6804, 6806, 6806, - 6808, 6808, 6810, 6810, 6812, 6812, 6814, 6814, - 6816, 6816, 6818, 6818, 6820, 6820, 6822, 6822, - 6824, 6824, 6826, 6826, 6828, 6828, 6830, 6830, - 6832, 6832, 6834, 6834, 6836, 6836, 6838, 6838, - 6840, 6840, 6842, 6842, 6844, 6844, 6846, 6846, - 6848, 6848, 6850, 6850, 6852, 6852, 6854, 6854, - 6856, 6856, 6858, 6858, 6860, 6860, 6862, 6862, - 6864, 6864, 6866, 6866, 6868, 6868, 6870, 6870, - 6872, 6872, 6874, 6874, 6876, 6876, 6878, 6878, - 6880, 6880, 6882, 6882, 6884, 6884, 6886, 6886, - 6888, 6888, 6890, 6890, 6892, 6892, 6894, 6894, - 6896, 6896, 6898, 6898, 6900, 6900, 6902, 6902, - 6904, 6904, 6906, 6906, 6908, 6908, 6910, 6910, - 6912, 6912, 6914, 6914, 6916, 6916, 6918, 6918, - 6920, 6920, 6922, 6922, 6924, 6924, 6926, 6926, - 6928, 6928, 6930, 6930, 6932, 6932, 6934, 6934, - 6936, 6936, 6938, 6938, 6940, 6940, 6942, 6942, - 6944, 6944, 6946, 6946, 6948, 6948, 6950, 6950, - 6952, 6952, 6954, 6954, 6956, 6956, 6958, 6958, - 6960, 6960, 6962, 6962, 6964, 6964, 6966, 6966, - 6968, 6968, 6970, 6970, 6972, 6972, 6974, 6974, - 6976, 6976, 6978, 6978, 6980, 6980, 6982, 6982, - 6984, 6984, 6986, 6986, 6988, 6988, 6990, 6990, - 6992, 6992, 6994, 6994, 6996, 6996, 6998, 6998, - 7000, 7000, 7002, 7002, 7004, 7004, 7006, 7006, - 7008, 7008, 7010, 7010, 7012, 7012, 7014, 7014, - 7016, 7016, 7018, 7018, 7020, 7020, 7022, 7022, - 7024, 7024, 7026, 7026, 7028, 7028, 7030, 7030, - 7032, 7032, 7034, 7034, 7036, 7036, 7038, 7038, - 7040, 7040, 7042, 7042, 7044, 7044, 7046, 7046, - 7048, 7048, 7050, 7050, 7052, 7052, 7054, 7054, - 7056, 7056, 7058, 7058, 7060, 7060, 7062, 7062, - 7064, 7064, 7066, 7066, 7068, 7068, 7070, 7070, - 7072, 7072, 7074, 7074, 7076, 7076, 7078, 7078, - 7080, 7080, 7082, 7082, 7084, 7084, 7086, 7086, - 7088, 7088, 7090, 7090, 7092, 7092, 7094, 7094, - 7096, 7096, 7098, 7098, 7100, 7100, 7102, 7102, - 7104, 7104, 7106, 7106, 7108, 7108, 7110, 7110, - 7112, 7112, 7114, 7114, 7116, 7116, 7118, 7118, - 7120, 7120, 7122, 7122, 7124, 7124, 7126, 7126, - 7128, 7128, 7130, 7130, 7132, 7132, 7134, 7134, - 7136, 7136, 7138, 7138, 7140, 7140, 7142, 7142, - 7144, 7144, 7146, 7146, 7148, 7148, 7150, 7150, - 7152, 7152, 7154, 7154, 7156, 7156, 7158, 7158, - 7160, 7160, 7162, 7162, 7164, 7164, 7166, 7166, - 7168, 7168, 7170, 7170, 7172, 7172, 7174, 7174, - 7176, 7176, 7178, 7178, 7180, 7180, 7182, 7182, - 7184, 7184, 7186, 7186, 7188, 7188, 7190, 7190, - 7192, 7192, 7194, 7194, 7196, 7196, 7198, 7198, - 7200, 7200, 7202, 7202, 7204, 7204, 7206, 7206, - 7208, 7208, 7210, 7210, 7212, 7212, 7214, 7214, - 7216, 7216, 7218, 7218, 7220, 7220, 7222, 7222, - 7224, 7224, 7226, 7226, 7228, 7228, 7230, 7230, - 7232, 7232, 7234, 7234, 7236, 7236, 7238, 7238, - 7240, 7240, 7242, 7242, 7244, 7244, 7246, 7246, - 7248, 7248, 7250, 7250, 7252, 7252, 7254, 7254, - 7256, 7256, 7258, 7258, 7260, 7260, 7262, 7262, - 7264, 7264, 7266, 7266, 7268, 7268, 7270, 7270, - 7272, 7272, 7274, 7274, 7276, 7276, 7278, 7278, - 7280, 7280, 7282, 7282, 7284, 7284, 7286, 7286, - 7288, 7288, 7290, 7290, 7292, 7292, 7294, 7294, - 7296, 7296, 7298, 7298, 7300, 7300, 7302, 7302, - 7304, 7304, 7306, 7306, 7308, 7308, 7310, 7310, - 7312, 7312, 7314, 7314, 7316, 7316, 7318, 7318, - 7320, 7320, 7322, 7322, 7324, 7324, 7326, 7326, - 7328, 7328, 7330, 7330, 7332, 7332, 7334, 7334, - 7336, 7336, 7338, 7338, 7340, 7340, 7342, 7342, - 7344, 7344, 7346, 7346, 7348, 7348, 7350, 7350, - 7352, 7352, 7354, 7354, 7356, 7356, 7358, 7358, - 7360, 7360, 7362, 7362, 7364, 7364, 7366, 7366, - 7368, 7368, 7370, 7370, 7372, 7372, 7374, 7374, - 7376, 7376, 7378, 7378, 7380, 7380, 7382, 7382, - 7384, 7384, 7386, 7386, 7388, 7388, 7390, 7390, - 7392, 7392, 7394, 7394, 7396, 7396, 7398, 7398, - 7400, 7400, 7402, 7402, 7404, 7404, 7406, 7406, - 7408, 7408, 7410, 7410, 7412, 7412, 7414, 7414, - 7416, 7416, 7418, 7418, 7420, 7420, 7422, 7422, - 7424, 7424, 7426, 7426, 7428, 7428, 7430, 7430, - 7432, 7432, 7434, 7434, 7436, 7436, 7438, 7438, - 7440, 7440, 7442, 7442, 7444, 7444, 7446, 7446, - 7448, 7448, 7450, 7450, 7452, 7452, 7454, 7454, - 7456, 7456, 7458, 7458, 7460, 7460, 7462, 7462, - 7464, 7464, 7466, 7466, 7468, 7468, 7470, 7470, - 7472, 7472, 7474, 7474, 7476, 7476, 7478, 7478, - 7480, 7480, 7482, 7482, 7484, 7484, 7486, 7486, - 7488, 7488, 7490, 7490, 7492, 7492, 7494, 7494, - 7496, 7496, 7498, 7498, 7500, 7500, 7502, 7502, - 7504, 7504, 7506, 7506, 7508, 7508, 7510, 7510, - 7512, 7512, 7514, 7514, 7516, 7516, 7518, 7518, - 7520, 7520, 7522, 7522, 7524, 7524, 7526, 7526, - 7528, 7528, 7530, 7530, 7532, 7532, 7534, 7534, - 7536, 7536, 7538, 7538, 7540, 7540, 7542, 7542, - 7544, 7544, 7546, 7546, 7548, 7548, 7550, 7550, - 7552, 7552, 7554, 7554, 7556, 7556, 7558, 7558, - 7560, 7560, 7562, 7562, 7564, 7564, 7566, 7566, - 7568, 7568, 7570, 7570, 7572, 7572, 7574, 7574, - 7576, 7576, 7578, 7578, 7580, 7580, 7582, 7582, - 7584, 7584, 7586, 7586, 7588, 7588, 7590, 7590, - 7592, 7592, 7594, 7594, 7596, 7596, 7598, 7598, - 7600, 7600, 7602, 7602, 7604, 7604, 7606, 7606, - 7608, 7608, 7610, 7610, 7612, 7612, 7614, 7614, - 7616, 7616, 7618, 7618, 7620, 7620, 7622, 7622, - 7624, 7624, 7626, 7626, 7628, 7628, 7630, 7630, - 7632, 7632, 7634, 7634, 7636, 7636, 7638, 7638, - 7640, 7640, 7642, 7642, 7644, 7644, 7646, 7646, - 7648, 7648, 7650, 7650, 7652, 7652, 7654, 7654, - 7656, 7656, 7658, 7658, 7660, 7660, 7662, 7662, - 7664, 7664, 7666, 7666, 7668, 7668, 7670, 7670, - 7672, 7672, 7674, 7674, 7676, 7676, 7678, 7678, - 7680, 7680, 7682, 7682, 7684, 7684, 7686, 7686, - 7688, 7688, 7690, 7690, 7692, 7692, 7694, 7694, - 7696, 7696, 7698, 7698, 7700, 7700, 7702, 7702, - 7704, 7704, 7706, 7706, 7708, 7708, 7710, 7710, - 7712, 7712, 7714, 7714, 7716, 7716, 7718, 7718, - 7720, 7720, 7722, 7722, 7724, 7724, 7726, 7726, - 7728, 7728, 7730, 7730, 7732, 7732, 7734, 7734, - 7736, 7736, 7738, 7738, 7740, 7740, 7742, 7742, - 7744, 7744, 7746, 7746, 7748, 7748, 7750, 7750, - 7752, 7752, 7754, 7754, 7756, 7756, 7758, 7758, - 7760, 7760, 7762, 7762, 7764, 7764, 7766, 7766, - 7768, 7768, 7770, 7770, 7772, 7772, 7774, 7774, - 7776, 7776, 7778, 7778, 7780, 7780, 7782, 7782, - 7784, 7784, 7786, 7786, 7788, 7788, 7790, 7790, - 7792, 7792, 7794, 7794, 7796, 7796, 7798, 7798, - 7800, 7800, 7802, 7802, 7804, 7804, 7806, 7806, - 7808, 7808, 7810, 7810, 7812, 7812, 7814, 7814, - 7816, 7816, 7818, 7818, 7820, 7820, 7822, 7822, - 7824, 7824, 7826, 7826, 7828, 7828, 7830, 7830, - 7832, 7832, 7834, 7834, 7836, 7836, 7838, 7838, - 7840, 7840, 7842, 7842, 7844, 7844, 7846, 7846, - 7848, 7848, 7850, 7850, 7852, 7852, 7854, 7854, - 7856, 7856, 7858, 7858, 7860, 7860, 7862, 7862, - 7864, 7864, 7866, 7866, 7868, 7868, 7870, 7870, - 7872, 7872, 7874, 7874, 7876, 7876, 7878, 7878, - 7880, 7880, 7882, 7882, 7884, 7884, 7886, 7886, - 7888, 7888, 7890, 7890, 7892, 7892, 7894, 7894, - 7896, 7896, 7898, 7898, 7900, 7900, 7902, 7902, - 7904, 7904, 7906, 7906, 7908, 7908, 7910, 7910, - 7912, 7912, 7914, 7914, 7916, 7916, 7918, 7918, - 7920, 7920, 7922, 7922, 7924, 7924, 7926, 7926, - 7928, 7928, 7930, 7930, 7932, 7932, 7934, 7934, - 7936, 7936, 7938, 7938, 7940, 7940, 7942, 7942, - 7944, 7944, 7946, 7946, 7948, 7948, 7950, 7950, - 7952, 7952, 7954, 7954, 7956, 7956, 7958, 7958, - 7960, 7960, 7962, 7962, 7964, 7964, 7966, 7966, - 7968, 7968, 7970, 7970, 7972, 7972, 7974, 7974, - 7976, 7976, 7978, 7978, 7980, 7980, 7982, 7982, - 7984, 7984, 7986, 7986, 7988, 7988, 7990, 7990, - 7992, 7992, 7994, 7994, 7996, 7996, 7998, 7998, - 8000, 8000, 8002, 8002, 8004, 8004, 8006, 8006, - 8008, 8008, 8010, 8010, 8012, 8012, 8014, 8014, - 8016, 8016, 8018, 8018, 8020, 8020, 8022, 8022, - 8024, 8024, 8026, 8026, 8028, 8028, 8030, 8030, - 8032, 8032, 8034, 8034, 8036, 8036, 8038, 8038, - 8040, 8040, 8042, 8042, 8044, 8044, 8046, 8046, - 8048, 8048, 8050, 8050, 8052, 8052, 8054, 8054, - 8056, 8056, 8058, 8058, 8060, 8060, 8062, 8062, - 8064, 8064, 8066, 8066, 8068, 8068, 8070, 8070, - 8072, 8072, 8074, 8074, 8076, 8076, 8078, 8078, - 8080, 8080, 8082, 8082, 8084, 8084, 8086, 8086, - 8088, 8088, 8090, 8090, 8092, 8092, 8094, 8094, - 8096, 8096, 8098, 8098, 8100, 8100, 8102, 8102, - 8104, 8104, 8106, 8106, 8108, 8108, 8110, 8110, - 8112, 8112, 8114, 8114, 8116, 8116, 8118, 8118, - 8120, 8120, 8122, 8122, 8124, 8124, 8126, 8126, - 8128, 8128, 8130, 8130, 8132, 8132, 8134, 8134, - 8136, 8136, 8138, 8138, 8140, 8140, 8142, 8142, - 8144, 8144, 8146, 8146, 8148, 8148, 8150, 8150, - 8152, 8152, 8154, 8154, 8156, 8156, 8158, 8158, - 8160, 8160, 8162, 8162, 8164, 8164, 8166, 8166, - 8168, 8168, 8170, 8170, 8172, 8172, 8174, 8174, - 8176, 8176, 8178, 8178, 8180, 8180, 8182, 8182, - 8184, 8184, 8186, 8186, 8188, 8188, 8190, 8190 -};*/ diff --git a/Developer_Contributed/02-AIE_DSP_with_Makefile_and_GUI/files/src/ps_apps/aie_test/src/input.h b/Developer_Contributed/02-AIE_DSP_with_Makefile_and_GUI/files/src/ps_apps/aie_test/src/input.h deleted file mode 100644 index da18927562..0000000000 --- a/Developer_Contributed/02-AIE_DSP_with_Makefile_and_GUI/files/src/ps_apps/aie_test/src/input.h +++ /dev/null @@ -1,4114 +0,0 @@ -// Copyright © 2023 Advanced Micro Devices, Inc. All rights reserved. -// SPDX-License-Identifier: MIT - -#pragma once - -short int cint16input[] = { -//DB adding two input lines of zeros to reset the internal filter states - 0, 0, 0, 0, 0, 0, 0, 0, - 0, 0, 0, 0, 0, 0, 0, 0, - -3701, -13136, 10775, -8233, 8594, -8350, 3010, -7129, - -854, -12141, -15933, -1952, -11431, 2610, -5876, 9654, - -16005, -14649, 13079, -7961, -4823, -15861, 641, -6558, - -8150, -11182, 7075, 4045, 8589, 13495, -3035, 13763, - 1428, -9596, -11807, -6798, -11890, -14610, 11915, -3099, - 14286, 3140, -14877, 15923, 12823, -13993, 12008, 12167, - 5817, -2895, 6899, 8567, 15968, 2761, 2883, 4074, - 3885, -10030, 9490, 1086, 10804, 271, 13538, 6518, - -2149, -3409, 11240, 13794, -7287, -6218, -13038, 2024, - 5234, 3350, 14199, 2449, 1509, 3941, 15163, -1075, - 669, 12097, -2389, 83, -8974, -745, -9400, -16295, - -11550, 10304, 5500, -16040, -4240, 3699, 13132, 1389, - -16090, -16186, 9173, -44, 12843, 4894, -9669, -12721, - 10186, 3450, 7251, 14585, -11038, 10288, 4856, 969, - -7477, 3571, -12849, 4953, -2027, 8104, -3080, 394, - 15615, 9035, -14060, 3406, 4605, 4810, -11479, -10311, - -9510, 4675, 14461, -1155, 1542, -5385, 3434, -4853, - -15297, 12385, 5258, -8827, 8597, 4928, 7369, 2561, - 5262, 3812, 8423, -1622, -7899, -9961, 16267, 787, - -6590, 4865, -14047, 13619, -2250, -3500, -10920, 12265, - -12473, 546, -6596, -11168, 8658, -319, 9390, 6359, - -11907, 8273, -873, 3412, -2885, 2248, 348, 4389, - -13844, -6639, -13778, 483, -11571, 14029, -6500, 12304, - 2410, 10036, 11672, -5965, 11674, 9225, 6750, -1043, - 14980, -4928, 16236, -59, 2278, -10282, -8452, -10861, - -7614, -4539, 1872, 10105, -6161, -4166, 8964, 12991, - -12525, -13012, -136, -12690, 4649, -3693, -2043, -15536, - -7300, 6390, 9512, -3208, -14552, -6169, -7928, -3443, - -10713, -5676, -12236, 14886, 5545, -8539, 14142, 11846, - -10090, -10351, 3742, -16347, 16138, -2602, -13393, -14273, - -8423, -5275, -14608, -12760, -2572, -9643, -6233, 7672, - 1940, -1345, 12327, -811, -16105, -12691, -15742, 6319, - -3043, 5004, -10028, 5484, -14680, -11079, -3810, -13288, - 7287, -7851, 10810, 11594, -6342, 3330, -15770, -862, - 14496, -8942, -3284, -6221, -11248, 6124, 4890, 14530, - -13182, -4405, 16044, 5014, -9976, 4926, -12374, 9625, - -9610, -16040, -13224, -14375, 1159, -3360, 453, -2834, - -4403, 11283, 16095, -10608, -12441, 12468, 12545, -2857, - -10503, 5520, 5294, 4440, -6800, 6539, -13061, -3307, - -6928, -5437, 376, -4153, -5394, -15991, -1615, 13000, - -9583, 9217, 5130, 14326, 10819, -7619, -13907, 9972, - 5609, -4616, -3127, 15308, 6956, -14016, -6376, 11901, - -3785, 2870, 14198, -13337, 10768, -12576, 15093, -2253, - 8251, -5687, -5211, -4848, 1851, -16256, 16253, -13012, - -5409, 12813, 11279, 15821, 5615, 8554, 15855, -4847, - 9859, -3820, -4533, 14563, -5775, 4101, -3092, 9114, - -7089, -7350, 8405, -232, -9525, 11729, -2787, -4450, - 4243, 2035, 5837, 2332, -160, -6809, 8379, 5439, - -3079, 15046, 6859, -5576, 9133, 16171, 418, 8688, - -9569, -3098, 13882, 10754, -16342, -3506, 10004, 9316, - -11304, 12269, -7693, -3648, 4974, 14987, 11082, -13134, - 3309, -11633, -15124, -6027, 6004, -4896, 5473, -8182, - 12885, 14649, -4184, 6080, 16098, -7544, -12450, 6161, - 1045, -8763, -15126, 8225, 11186, 4595, 1627, -8692, - 13109, -16317, 2638, -6506, 1829, 8872, 15802, 576, - 12979, 11164, -5849, -15981, -4142, -5489, -11681, 9073, - 14201, -537, -15631, -5241, 10702, 12602, -5674, -1934, - 11176, -9360, 13837, -12764, 4336, 5097, 1167, 7567, - 7049, -2036, 13137, 2636, 15199, -12531, 11154, 15529, - 15743, 16316, -10875, -11768, -2023, -11373, 2900, 11516, - -1817, 6813, -10677, 6406, -12747, -15867, -14280, -15001, - 6966, -8807, 8649, 14198, -6912, 6557, 10149, -5672, - 13470, -9654, -15975, -2238, -941, 15477, 2724, -9186, - -8579, 14910, -284, -5213, 11627, 7572, -9975, 13235, - 14748, -5060, -10047, -8609, -9184, 12137, -15215, 4186, - -1653, 9164, -438, 15285, -15499, 14117, -15264, 6557, - 4030, -339, -13803, -10761, 9021, -11450, 16333, -13737, - 12533, -1289, 540, -1850, 14962, 3919, -5384, -1774, - 8036, 1764, 7988, 4284, -10995, 3306, -3533, 3042, - -11749, -2954, 7398, 3566, 2073, -16117, -11791, 6809, - -7963, 7314, 1947, -5395, -3181, 10288, -4769, -1539, - 6782, 15302, 9541, -1626, 11543, -4409, 16351, -13638, - -2893, -4310, -3845, 2279, 9609, -15628, -5329, 15101, - -243, -15918, -3512, -4632, -25, 7461, -2572, 14315, - 5294, -13054, 12712, 9987, 6259, 12426, 7285, 1921, - -13961, 5117, -15709, -14187, 13575, 10478, -4068, -7651, - 1539, -8701, 15400, 1447, -584, -15600, 5548, 15891, - 10708, 9415, -12159, 16285, -2807, 15063, -10130, 8111, - 14427, -5829, -16349, 7870, -2126, 7741, 2269, -15679, - -14724, -12193, 1724, -6101, 4186, 10804, 8418, -7843, - 12043, 8109, 12984, 10803, -8088, 2890, -3875, 2297, - -3278, 2038, 337, -14750, -6929, -12330, -7431, 10742, - 13151, 1046, -7674, 639, 14546, -5329, 12405, 6787, - 14462, 13598, 15332, -11067, 11054, 15111, 8060, 13946, - -16334, 9030, 6435, -13258, 2399, 15421, 9833, -11330, - 11661, 12803, -1145, -15411, 16006, -16375, 12962, -8858, - 6226, 3807, -4207, -15667, 16068, -13677, 9018, 9837, - -6326, 6345, 7292, 10850, -14930, 2901, 3495, -8623, - 129, 1249, -14595, -4747, -7143, 7084, 7884, 9277, - -977, 7831, 16004, -15710, 133, 11613, -3139, 9925, - -11569, -91, 5150, -3683, -7137, -6295, -10472, 13144, - -5490, 11067, -9330, -4879, 11198, -3613, -3000, -9343, - 2730, 12492, 12701, 15721, -6845, -14879, 13323, 8281, - 3998, -9233, 6731, -11391, -1993, -9430, 3873, -12411, - 16154, -15199, -7467, 9042, 12190, 14466, -13001, -5218, - -11, -925, 3332, 6321, -12004, 4626, -3673, -9017, - -12884, 2253, -8161, -8489, -7104, 15546, -6984, 13188, - 5904, 10354, -3795, 11630, -16056, 13595, 5482, 13243, - 13860, 9836, 12155, 14286, 12610, -10288, -5400, 1017, - -6194, 4557, 8378, -5146, -8407, -6892, 9539, -169, - -16294, 14512, -12429, 5357, -16023, 12921, 1794, -1628, - -1723, 108, -8571, -3292, -6833, -269, -11956, 14530, - 13745, 1150, 3672, 9803, 12561, -14580, -2583, 1209, - 8601, 6317, 6859, 12674, -12415, -13437, -5528, 4991, - -8016, -7550, -14036, -8966, 15887, 10648, 13145, -4967, - -8013, -9260, 8976, 1807, 13921, -1980, -12888, 15247, - -7136, 15200, -4425, 7406, -14834, -3873, -1705, 13090, - -13198, -13277, -8030, 4588, 15350, -8111, -12670, 2947, - -11384, -11597, 4586, -4639, -9084, -12831, 7667, -16151, - 6561, 13807, 5849, 15566, -4703, 9024, -1183, -798, - 13239, 8389, 13957, -7149, -689, 1861, 9492, -10655, - 6684, -12175, -16188, 2380, -15854, -6276, 14643, -5423, - -5003, 5895, -422, 15840, -11664, -5396, -2658, 7811, - -12466, 987, 8373, 15927, -6461, -4009, -2973, 5423, - -4125, 5160, 4442, -10438, 9827, 9895, 4149, 10731, - 1625, 6755, -15214, -14887, 14280, -9639, -8540, -8382, - 7877, -5061, -11309, -2453, 2344, 6723, 11976, 15977, - -14432, 1262, 4147, -2471, 11230, -2228, 15414, 1347, - 6136, 7156, -6707, 15955, -7055, -10233, 11505, 10654, - -4995, 6598, 14469, -5709, 943, -3777, -2190, 9056, - -4464, -542, 12997, 11348, -5238, -13140, -4872, 3200, - -11989, -2164, -11895, -1516, -3735, 7787, 11375, -15268, - -4231, 7006, -9695, -10365, 3779, -4237, 2114, 5280, - 9035, 4264, 5453, -14307, -11219, -2963, 9208, 14607, - 10090, -9168, 14317, -13033, -9115, -11042, 15311, -3331, - -5260, -16043, 8124, -7192, -753, 10527, -9053, -2091, - 5926, 15941, 6378, 6877, 4686, 15453, -7, 10925, - 10653, -14376, -9112, 4856, -2657, -16050, -177, -2334, - 2799, 13606, -13157, -14467, 4671, -2765, -1481, 5428, - 4775, 3283, 11628, -12776, -238, 7660, -4423, 15356, - -11567, -7408, 7939, 11311, 2979, 11097, 6701, -10290, - 13794, -7581, 13549, 8872, -4887, 8635, -10958, -1999, - -8662, -15461, 9827, -2347, 8191, -7805, -2097, -1235, - -13521, -13383, -3581, 14390, 12834, 8376, -1407, -11769, - -3668, 11006, -11729, 2599, 4767, 7151, 987, 197, - 5162, 8569, 5042, 9528, 4130, 14678, 5209, 7844, - -15619, 11965, -11062, -127, -10061, -15096, 2, 5516, - 16303, -8676, -5501, -3318, 15446, 10997, -6759, -12320, - -3798, -4398, -12059, -15978, -13354, 1607, -15081, 6635, - -15580, -8360, -4658, -8178, -10670, 11126, -4190, -11586, - 11447, 1009, -10002, -13104, 15045, 7063, -11011, 1994, - 4627, 2478, 2429, 3435, -13156, 4619, -7107, -8450, - -7660, 3116, 7162, 8451, -2980, 11521, -5750, -6111, - 16288, 15409, 871, -1801, 953, -12621, 4810, -9481, - -1693, -16035, -12805, -2021, -5592, 1718, 8189, 10052, - 6023, -15821, 3880, 12595, -12690, -11304, -4222, -3212, - 8676, -5403, 6884, 8620, -12704, -12383, 11638, 2418, - 14346, -9204, 8412, 3242, -737, 14954, 11911, -13856, - -14624, -10968, -5325, -2381, -6170, 14804, -13897, -12835, - -8911, -11989, -5530, -11134, -9231, -8663, -6982, 7111, - -4209, 12555, 5352, 1438, -8348, 16218, -8451, 247, - -10716, -538, -6673, 12791, 4160, 7685, 7690, -5890, - -16329, -1601, -7396, -16256, 14988, -6846, 9864, 9731, - 3413, 11537, -8604, -3861, -2339, 12573, -5626, -15978, - -1660, 8189, 15777, -1343, -9586, 6010, -15946, 590, - 8709, -136, -5439, -14120, 5516, -1469, 12065, 4300, - 1396, 11403, -10187, -4030, 5674, 3850, -2213, -11214, - 8127, 15772, 3712, 11055, -8129, -5057, -4463, 11973, - 795, 12651, 3249, 4785, 3351, -9978, -1708, 10968, - -14164, -5793, -10710, -12655, -5372, -10110, -9350, 11909, - 923, -14927, -9933, 15103, -10922, -10190, 10580, 7892, - -15414, -6731, -4096, 4445, -7771, -1745, 6493, 7849, - -16050, -16019, -16362, 3287, -2228, -6988, 4604, 2158, - -13104, -7754, 1929, -9747, -14145, 5344, -10231, -11574, - -16379, -14544, -10698, -10532, 13737, -14058, -16084, -10217, - -3711, -8543, 4194, 4834, 10530, 14391, 8881, 14840, - -12902, 6390, 7452, 4574, -1289, 7318, 11612, 8150, - 7883, 15992, -14973, -15736, -10146, 4432, 8559, 8930, - 7783, 14997, 2963, -7719, 13535, 3359, 14607, 16136, - 3433, 4037, -13284, 4167, 2964, -14330, 6749, 14550, - 12934, 3462, -2221, -5583, 16334, -10137, -11451, 13143, - 13416, 11865, -122, 7933, -5691, -14497, -5369, 11013, - 880, -11034, -3644, -15599, -8452, -5418, 12957, 3353, - 4631, -4340, 3726, -13657, 4003, 7501, 12862, -2096, - 7789, -13733, 13543, 13449, 12527, 2068, -663, -12540, - -4777, 12472, 6181, -5412, 4555, 12724, -11797, -15394, - -1523, -9687, 2434, 15489, -9835, 2804, -6156, -7050, - 697, 13157, -16090, 7528, -7797, 13406, 9258, -12708, - -11857, 10174, -11240, 11896, 3420, -5408, 2206, 8642, - 3455, -15682, 1783, 8941, 6530, -9298, -14034, 15828, - -1522, 4870, -6239, 4713, 10066, 3400, 16144, 9686, - -9141, -7581, 11497, -909, 8255, 11889, 8467, -1726, - 12318, -10722, -2763, -4140, -3881, 7183, -14596, -8569, - 10491, 2914, 12714, 14179, 14737, 10564, 4005, 3807, - -14590, -252, -5822, -61, 8783, 5297, -6987, -3240, - 3028, -11223, 15266, -13747, -5272, -6100, -12827, -5705, - 15426, 15369, 6217, 12191, 8056, 7918, 14626, -9901, - -11682, 15827, 4088, -12100, -3297, -250, -12583, -3364, - 5162, 7438, -10748, -2498, 15085, -9464, -15452, -9401, - -13247, 817, 4616, 90, 2039, 4955, -9905, 3059, - -6769, -5289, -8488, 15386, 11319, -2441, -13738, -5337, - 9209, 9810, 15625, 15404, 3856, -13209, 15092, 47, - 11820, 10740, -12705, 3610, 4244, 2802, -3610, 12169, - -7558, 11696, -5896, -4990, -661, -14972, 5924, 4938, - 11918, 13569, -8127, -14122, -11377, 52, 10548, 4, - 13987, 9348, -16233, -11900, 1824, -11373, -11060, 3951, - -2402, -6713, -6049, -10829, 15761, 2807, 1510, 12535, - 6799, 5692, 15312, 11566, 741, -1216, 3755, 13464, - 15425, 10324, 15184, 8566, -7936, 4651, 12292, 7475, - 6331, 14781, 2251, -607, -11923, -3684, -9657, 11435, - 7399, -8067, -14052, -5170, 7493, -11250, 7022, 6183, - -9215, 13882, -5196, 1023, -11033, 9721, 14604, 1314, - -974, -6657, 3567, 7002, -4980, -9060, 4863, -9473, - 15581, -12167, -2108, 8897, -1131, -15016, -13693, 6486, - -6555, 2805, -4615, 14581, -3360, 8430, 15828, -12692, - 12289, -3694, 15802, 10870, 15265, -8829, -15811, -12366, - 11632, 9079, -8913, -13206, 15393, 6094, 1843, 9411, - -5595, -11065, 2530, -7748, -8598, -5006, -659, 15161, - -2958, -12485, -16081, -2271, 15976, -8015, 12400, 1036, - 8440, 5839, 9859, -11576, -12630, -7925, -9244, -13663, - 11813, -13106, 14798, -7596, 11109, -8310, -7390, -6126, - -1790, 3431, 1403, -12025, -10595, -12025, -821, 10086, - -7294, 4025, -1519, -7657, -4263, -13089, 2206, 4933, - 11380, -8358, -15517, 4781, 11426, -3348, 14110, -7736, - -7135, 5871, -622, 10207, 14270, -14955, -10004, -8012, - -2766, -406, 5910, -4643, -9510, -4438, 14149, 3435, - -3814, 14363, 15569, 15203, -7931, -4142, 795, -7051, - -6810, 2082, -10528, 10391, -8339, -8601, -7419, 10650, - 9938, 8140, 12550, 13858, 12413, -4695, -433, -5983, - -10493, -13627, -8171, 4477, -3932, 10996, 12826, 10317, - 6495, 11750, 1395, 8890, 2720, 14769, 8962, 9065, - -6957, -1934, 13309, -5653, -1815, -671, 7708, -15890, - -14069, 6477, -5288, 16044, -14149, 9988, 4484, 14756, - -8389, -10449, -6992, 10473, -8106, 2660, 9376, 3365, - 16190, -3382, -6913, -6610, 2090, -12812, -7939, -5613, - -6234, -8287, -12207, -15234, 3920, 7854, -12631, 5405, - -14138, 11320, -11132, 8526, -8099, -5292, 12223, 8470, - -14371, 10372, 2823, -6229, -12484, 6942, -6532, -4940, - -8739, 6504, 6800, 2998, 14470, -11221, 7955, -12994, - 10146, 3362, 4602, -13040, 11444, -4348, 1876, 8843, - -1575, -11540, -7446, -11358, 10043, 1641, -5463, -14075, - -14806, -1741, -13836, 8910, -8321, -10446, 1260, 12604, - 8327, 13445, -10160, -12900, 4254, 14992, 6408, 12646, - -13626, 11183, -15548, 7351, -7249, 14647, 4033, -823, - 4603, 12964, -5321, -15822, -16236, -2019, 6698, -8998, - 13208, -15907, -10132, 6898, 8649, -9739, 14149, -3374, - -11375, 6610, 3276, -9460, -5023, 12850, 4698, 15870, - 3082, 7986, 14026, 16312, -11, -2386, 9512, 11531, - 16196, -7071, -12568, 8982, 7495, -751, -13289, -3550, - -15583, -3376, 1922, -2343, -3405, 4251, 656, 9090, - 5548, -16040, -4111, 16165, 13373, 3379, -4967, 437, - -5072, 13939, 12456, 1253, 12974, 15525, -8816, -10317, - -6022, -15972, 9320, -4928, 2801, 8017, -11182, -8001, - 11656, -10837, 11166, 8064, -2060, -1927, 13051, 3601, - 1272, -14801, 2395, 8818, -628, 13130, 4365, -557, - -15200, -7410, -285, -6182, -2572, 13248, 5961, 3623, - 10072, 13155, -5320, 15548, -12692, 539, 11219, 16263, - -16046, 15470, 15069, 10248, -2856, 13166, -1643, 8145, - 10737, 12594, -4426, -6547, 10499, -11422, 15980, -12299, - 7110, -13473, -4695, -3666, -3849, 16049, -15570, 7779, - -6368, -9180, 2974, 4454, 9134, -14568, 13014, -9949, - 12572, -5774, -8898, -1628, -12298, 4962, -16046, 1782, - 12498, 10073, -14282, -7206, 11227, -4713, -15770, 1282, - -6851, 14529, -4948, 12708, -8595, 14504, 2963, -6867, - 3236, 5704, 10475, -15507, -13628, 6097, 158, 15636, - 15458, 6659, -13241, -16139, -10639, 2914, -6310, -14261, - 13587, -15600, 10006, 10485, 3957, 12616, 2902, -15961, - 8031, 9734, -9677, 1886, 11434, 9119, -15199, -12772, - 5110, -3541, 39, 1127, 3271, -14387, -6630, -3986, - -8914, -14874, -14350, 12340, 7738, 1291, -4514, 3878, - -6180, -13969, 4361, 12196, -3611, -10940, 14668, -540, - -7140, 10910, -3078, 2522, 3584, 13609, 4845, 6861, - -8303, 5744, 2105, 5990, -1782, 5691, -1956, -6405, - 7241, -4647, 10343, 12814, 7860, -15557, -2422, -4599, - 12067, 1372, 6151, -1894, -7735, 7604, -9755, -8593, - -6007, -13308, 5038, 1798, 5898, -8563, 14311, 6563, - -2576, -16098, 9959, -5215, -11693, 3894, -9298, -1974, - 14763, 2548, 11582, 373, -1875, -10848, 3355, -13914, - 7543, -12736, -431, -3614, 10446, 2017, -9683, -3133, - -14290, 9271, -6174, 6630, 13601, 6675, 4068, -5719, - 14231, -9837, -8329, -4949, 384, 12560, -13188, 16223, - 14274, -7270, 9921, 8459, -5849, -3739, -7139, -7697, - 8308, -2137, 623, -7064, -3481, -12319, -12583, 5842, - -5878, -1270, -1325, 5982, 9791, -9044, -8551, -15375, - -901, -6419, 14453, 9910, -4337, -12543, -8380, 8751, - 8009, 587, -2476, 7293, -9280, -9559, 6079, 15523, - -1957, 10488, 847, 4710, 2076, -1055, -10016, 9038, - 4622, 10143, -4517, -6301, 6276, -266, 7543, -11682, - -7080, -14347, 3697, -9456, -11772, -8980, -10071, 8520, - 15172, -9850, 977, -15738, -2145, 3623, -9291, 12189, - 12674, -2743, 9771, -7028, 14703, -11840, -5674, -7567, - 4012, 9214, -12085, 15893, 4079, 2723, -13135, -7692, - -128, 243, -3637, 11240, -4438, 310, 5846, -6440, - 12029, 1904, 8809, 4131, 4121, -16178, -15961, 3683, - -14466, -8458, -12746, -15471, -9157, -5605, -5791, 7617, - -6668, 16169, -3710, 8572, 11889, 2970, -6495, -4459, - -5099, -15381, 10054, -8460, -4959, -15667, 1330, -13640, - 14920, 3085, 1262, -4179, -714, 6403, -11711, 2753, - 14881, 11360, 14119, -5352, -436, -11681, -9477, -190, - 9943, -781, -3720, -7066, 15205, -14449, 5733, 16081, - -10790, 16315, -4652, 846, -13215, 7414, 7228, 3568, - -3477, -11210, 218, -5194, 13344, 602, 10779, -9924, - 15484, 4921, 5979, 12453, -11185, 58, 11699, -11384, - -9997, -8444, -659, 11405, 11149, -3550, -1928, -10764, - -3035, 4129, 15342, 4490, 12080, -11958, 4630, -9306, - 2927, 5486, 12928, -15980, -2927, -11202, 14358, 11298, - -1543, 10303, -4459, 35, 402, 12453, -1049, 6726, - 8018, -14055, -10268, 7389, 11329, 1327, -14513, 6400, - -2821, -12572, 16229, -2397, 7702, 6762, -9433, 13064, - -1633, 10415, -9343, -4565, -13191, 4898, 10894, 7885, - -11302, -259, 11740, -7727, 13888, -13960, 12181, -6281, - 3644, 3353, 3975, 13053, 13335, 501, 547, 5553, - 8976, -15401, 8171, 13152, 12755, -4151, 12859, 11290, - 3834, 10865, 11572, -11030, -11577, -5328, -4380, 10363, - 652, -3221, -15477, -568, -3223, 478, -1658, -14638, - -2529, -11904, -14414, -3714, -14410, -2258, 4879, -4554, - 3310, -13218, -8383, -3063, -7736, -12264, -12731, 8816, - -3712, 9403, -11076, 12754, 9174, -15203, 3009, -13987, - 355, 4641, 1377, -3900, -11981, -2417, -15299, 5732, - 13740, -3643, 947, -1956, -7966, -16291, 10803, -2013, - -5432, -10187, -5614, -9225, -7793, 13944, 11520, 6629, - 9612, -7952, 11453, 1722, -127, 1891, 15906, -15935, - 11998, 5211, 10347, 8822, 903, -3678, 8653, -10361, - 8206, -10022, 5277, 15555, -2573, 14684, -723, -11154, - 14110, -1959, -6293, 7904, 6928, -1391, -2693, -15683, - 9865, 4130, -949, 471, 5033, 12358, 11470, -9530, - 7483, 13967, 2209, 8266, -12269, 14682, -4219, 2743, - 11222, -16055, 13238, 13059, 5819, 14142, -11164, -12665, - 7401, -5416, -12502, 928, -10368, 4760, -2286, -10459, - -3371, 5377, 7475, 13838, -2743, -13773, 13440, 13605, - -14921, -8648, 5032, 5896, -15929, 2521, 390, -1133, - 6060, 4350, 8636, 1942, 9260, -7816, -11237, 13938, - 10156, -1764, -713, -14561, -3317, 15917, -6867, -2702, - 14702, 5283, 9864, 2066, 4894, 10422, 4595, 12538, - -8350, -3196, 15742, -15038, 12586, -299, -14572, -8773, - -11968, -6779, -2051, 8850, 14551, -2807, -12555, 4829, - 10765, 8089, 8834, 13342, -13710, -1739, 1527, 8056, - -3682, -14961, -14852, 5326, 13865, -6310, 12779, 16104, - -11445, 1860, 11429, 15764, -12643, -10824, -7222, -3454, - -14299, 14870, -11689, 13320, -7238, 986, 9161, -14514, - 10775, 469, -4974, 14520, -312, -8917, -8056, 14302, - 8302, 6364, 10297, 6349, 6130, 1655, 11848, -5466, - 14486, 1526, 15037, -11555, 9205, -14906, -6707, 12935, - -15184, 14675, -10856, -61, -6922, 13069, -15622, -5576, - -1244, 8511, -10392, 11592, 13506, -12212, -772, -9748, - -56, 15482, -12306, -8, -6816, 4547, 11482, -4664, - -4634, 2918, -9211, 7258, -4593, -3616, 3049, -8665, - -5994, -2631, 16186, -10302, -12867, -12254, 13100, 12529, - 8637, -2208, 837, 9106, -3328, -1877, 15048, -7018, - 8482, 13372, -6836, 4241, -14250, -15396, 8116, 1760, - 8077, -7584, -7097, -3207, -78, -15046, 4273, 5671, - 6754, -9847, -465, 3293, 7169, -7008, 13428, 12445, - 4669, -6115, -1031, 3243, 4737, 12829, 8933, 16234, - -11513, -6313, -14555, 6698, -13845, 15815, 10538, 9433, - -3738, -2689, -307, -11164, 8433, 682, -3675, 12178, - 13712, 11415, -6881, 11635, -6040, -2424, 10868, 2745, - 16360, -11592, 14917, -9928, -8858, 12795, 6385, -1625, - 14863, 12634, 8679, -11150, 15142, 14700, -7466, -14713, - -42, 14026, 5206, -8830, -15042, 13038, -7097, 4604, - 15904, -11138, 13791, -8214, 12962, 7937, 15393, -8709, - -8674, 9630, -4653, -6767, 7493, 8069, 2127, -2480, - 3687, 8085, 9451, -13520, 12999, -6734, 9336, 8914, - -14629, 9766, -7505, 8572, 5213, 8067, -15632, 3164, - -2638, 10155, 3735, 13642, -6951, -8332, 2906, -637, - -2385, 15119, -3706, 10586, -8782, 13568, 1129, 15358, - -11292, 5005, 3375, 3310, 3720, -3587, -3719, 2296, - 3903, -13478, 15911, 6257, -12234, -2611, 6573, -4460, - 9105, 13828, 5677, -14443, 4310, -9623, -14372, -8389, - 6028, -12957, -15550, -5703, 11986, -16241, 6365, 12851, - 15515, -1431, 2268, 13876, 10085, 11654, -5719, 3801, - 13397, 12037, 12835, -2801, -5022, -10173, 4352, 246, - 2347, -2888, 1507, 538, -1263, 11367, 10991, -1061, - -4090, 14347, 4947, -3861, 12680, -15376, -4681, -8686, - -1177, 15607, 6666, 10238, 10061, -6914, -11063, -4245, - -11015, 12675, -12773, 3909, -4480, -15134, -13788, -7330, - 14322, 3524, -4477, 6065, -14634, 13572, 2976, -7590, - 7518, 10290, 4211, -3372, 14391, -12955, 3297, 810, - -2407, 529, 11894, 94, 117, 16326, -1185, -13415, - -4723, -12411, -13452, -8804, -6854, -9916, -3476, 2375, - 6282, 10599, -1797, 4170, 11264, -3376, 7425, -4930, - 15351, 550, 7930, 2625, -12347, -6205, -1141, 6458, - -7614, -15352, 9995, -65, -7327, -3195, 15995, -4832, - 8386, 14627, -10863, -2066, 4686, -13942, -8324, 12060, - 1855, 10408, -14476, -4517, -4807, -12893, -11557, -5099, - 8090, 4675, -15442, 14264, -12130, 13459, -8330, 12480, - 9873, -735, 1429, -16263, 13116, 10865, -2611, 9086, - 5984, 10331, -13596, -11156, -2121, -3453, 1949, -15295, - 1023, 10154, 2122, 11921, -558, 11416, -4731, 12686, - 12216, -4734, -6325, 4864, 3883, -5298, 15796, -11456, - -11179, -7904, -14283, -11580, 3217, -11155, 12609, -6545, - 184, 7921, -10538, -2895, -15445, -8884, -4004, 9405, - -506, 712, -8522, 8213, 5358, -4192, 1085, 10487, - -1917, 8001, -1421, -6300, 11080, 7987, 15477, 15514, - 343, 5759, -6776, -13484, -1978, -12762, 1388, 11845, - 9687, 7064, 16309, -2789, -4277, -9762, 13093, -4767, - -11754, 14500, 12786, 1674, -14247, 5551, 809, -16362, - -4323, 7897, -4840, -15357, 13465, -14657, -4420, -12271, - 15348, 4377, -2122, -11611, -16004, -13119, 4288, -3304, - -10453, 14522, -16323, -8442, -8326, 833, 15359, 4620, - 1689, -12828, 6353, 12886, -7449, 833, -3798, 2626, - -9359, 4521, 12, 7261, -5358, 1929, 9807, -7715, - -629, 12690, 14074, 14524, -2774, -11934, 2749, -2073, - -7303, -14629, 8570, -8162, -4895, 475, 5189, -12674, - 2835, 5969, -14840, 8045, -13190, -16048, 2069, -13432, - 14738, -8016, 3845, 16325, 1430, -6949, -13930, -4292, - -11810, -12189, 14370, -1778, 6592, -7195, 10717, 12479, - 11557, 3459, -13911, -16210, -8497, 10648, 11521, -8776, - 362, 7854, -13799, -1386, 7560, -6740, -8403, -6829, - -15208, -6277, -9130, 16074, -12047, 9673, 5937, -5948, - 13674, -2827, 14194, -13948, -3607, -267, -1521, -342, - 3410, 9953, -14945, -9393, -186, -5270, 1990, -11406, - -4851, -1038, -4672, -1910, 5590, -12661, -14197, 6396, - 12882, 4418, -4201, -478, 1108, 1447, 14194, -14849, - 8526, -449, -5789, -4468, 7336, 16214, 12516, 3843, - 268, -13453, 9579, -1122, -3499, 5966, 1876, 7787, - 13547, 565, 10880, 13710, -1340, -5167, -1500, -9706, - -146, 12246, -2436, -6805, -7627, -10903, -2657, 1581, - -7691, -5307, -3642, -14810, -5589, -14127, 14800, -14363, - -596, -9368, -14038, 355, -402, -1717, 15789, 8696, - 5159, -4652, 2542, -484, -11492, -1729, 7263, -16274, - 10571, -9298, 13715, -13675, -3958, -3376, -12756, 7748, - -11740, -9742, 9794, 9433, -7922, 12496, -6980, 3873, - 14261, 5541, -1168, 1995, -5443, -1440, 6968, -4908, - -14688, -5595, -16142, -2691, -15459, 6213, -12950, 1458, - 10917, -2496, 12428, -8980, -14798, -15224, 4031, 3296, - 8377, 3095, 622, 14125, -8194, 12288, 3793, 10393, - -4336, -6374, 10050, 3539, -11565, -14657, 1175, -10044, - -5632, 7586, 13933, 9355, 12587, -15398, -10785, 10282, - -9754, 14412, -6829, -11525, -10813, -10833, -11489, -13712, - 12118, 7431, 8975, -10798, 15389, -4893, 12095, -2826, - 13576, 11030, 9383, -16029, -3333, -15536, -13741, -14030, - 12332, -13196, -12730, 11337, 7289, 10165, -15613, 9522, - -9073, -8701, 13003, 7387, 11084, 13207, 2409, 7548, - 6737, 4759, 9418, 3002, -11244, 8518, 5426, -8290, - -11296, -7549, -3898, 8188, -9896, 15375, -11755, -10874, - -8800, 10969, 13466, -15436, -7302, -5304, -15297, -47, - -3271, 9604, 11566, -6717, 8181, 15192, -12214, 12411, - -4621, 4307, -5100, 13812, -5042, -1646, 7366, -2401, - 5152, -1858, 1993, 3031, -5545, -16314, -391, -9301, - -7936, 13431, 11248, 14494, 14387, 4308, -986, -3571, - -4042, -5590, -9429, 2670, 8144, 12246, 7478, 14271, - -1701, 6990, -1139, -15542, 12911, -8140, 4606, -11461, - 5359, 4173, -9396, 8063, 7003, -15882, -16252, 11193, - -1728, 2137, -5678, -3030, 15507, -13781, 8966, 7865, - -14871, 14684, 9889, 6490, -2992, -1862, -16190, 11820, - -10267, -8167, 12550, -6085, -5398, 4536, -13565, 10061, - -10916, 13788, 12458, -1678, 14332, 3596, -16, 10664, - 14249, 7532, 14624, -12415, -5971, 10701, 11901, 5454, - -13176, 10779, 16364, -6133, 9453, -3517, -5709, 3282, - -4173, -13868, -5703, 13317, 3564, 14734, -8537, 11124, - -7033, 8941, -12223, 2561, 1223, 2557, 7395, 4246, - 1972, -7288, -3055, -8611, -4295, -14494, -12400, -9126, - -11665, -8980, 16000, 10966, -8481, 6283, 13283, 7124, - -7190, 13833, 3428, -13506, -67, 15274, 12596, 15619, - -2456, 11663, -1499, -15670, -5551, -9476, 11847, -1904, - 1916, 458, 5580, -7920, 2179, 6378, 3610, 13986, - -12860, -11107, 1488, -10915, -4010, -14613, 12701, 6400, - -16223, 8009, 337, 4393, 2356, -14693, 4542, -2186, - -4054, -15178, -2269, -12235, -9172, -7679, -14863, -14135, - -14751, 4290, -12763, -16017, 14771, -16255, -10044, -14868, - 9645, -3217, -13545, -16322, -9841, -2242, 3688, 6414, - 4043, -1925, 1599, 2210, -11640, -9700, 5463, -3340, - -1858, 11623, 10985, -821, -8508, -13778, -3461, 15300, - 14128, -12026, -8688, -8413, 2018, 2857, -5980, -12384, - -8873, 11205, -7153, -11529, 2500, -14031, 15478, -3888, - 5970, 13590, 12651, 5469, 3775, -11019, -3673, -2454, - 14997, 11682, -11716, -2876, -7971, -15458, 14616, -12493, - -2884, 16349, 1273, 7448, -7932, 3538, 7874, -14239, - -16256, -3015, -2388, -467, -7918, 2948, -7799, 7305, - -1764, -3997, -2980, -10871, 128, 7135, -9384, -14168, - -14119, -13287, 8367, 9902, 3726, -13726, -11066, 126, - 2922, 10946, 1236, -66, -15955, 594, -7721, -10846, - -3708, -14182, 5985, 2229, -5336, -6916, 1589, 8431, - -13528, 5686, -15156, 14539, -14981, 10823, 1174, -5332, - 3683, 12125, -14803, -9219, 16188, -3036, -8135, -11971, - -5702, -11421, -9726, 12012, 8835, -91, -15406, -1065, - -1310, 15138, -11329, -12754, -3796, -3344, 13534, -2182, - 294, 2216, -10919, -12410, -2433, -742, -3568, 10830, - 4533, -3252, 2249, 15702, -8494, 4661, 14790, 11675, - -7040, -9173, -8508, 11418, -12209, -16256, -3205, 14885, - -7558, -1675, -14871, 15458, -6450, 1950, -13961, 2241, - -11191, -8817, 9005, 9748, -2864, 8504, 12134, 9664, - -1139, -14752, 1262, 12192, 11802, 1407, 1157, 7474, - 2964, 2915, -12535, -12605, 3766, 12155, 7062, 15237, - 11112, -4886, -6606, -867, -4755, -8691, 15652, -11679, - -13923, -4188, 1684, 11117, -11091, 4085, -6319, -5883, - 2819, 5485, 11786, 3933, -8670, 1533, -13171, 2505, - 1395, -1611, -5746, 11820, -12620, -14676, 3534, 4130, - 11238, -8658, -9318, 5683, 1735, 14448, 16109, 5350, - 9222, 4293, 7424, 1017, 15275, 7045, 8508, 2750, - -8800, -14606, 11760, -9461, 12132, 12530, 12532, 9988, - -8026, 8134, 15351, 5903, 13749, -9947, -8409, -4329, - 3941, -818, 14305, -12567, 4203, -13864, 2606, 12526, - -2998, -7621, -16170, -13884, 15792, 9369, -2574, -4922, - -5704, -9808, -8727, -16335, -501, -15899, -5101, 7684, - -12634, 14544, 2256, -12223, 6898, -9346, -9045, -2446, - -2919, -7632, -3010, 2740, -8202, -9905, 868, 2220, - 3418, -521, -16000, -8759, 3111, -10908, 3497, 10083, - -12233, 11630, 11934, 1599, 10212, -15489, 9456, 2414, - -1222, -11939, -7476, 144, 1399, -1891, -16287, 9105, - -2186, 5365, 11746, -8199, -8595, -11152, 5838, -5967, - -13757, -15923, 8305, -1199, -10514, -6533, 11623, -1210, - 16196, 821, -7582, 14651, 7140, -10772, -7427, -7244, - -988, -15794, 5148, 16362, -7446, 15563, -5884, -7532, - 7524, 11672, -790, 1152, -10125, -6953, 9651, 2317, - -1080, -15970, 12774, -13411, -2873, 14102, 16135, 7145, - 15290, 13319, 6125, -13016, 6999, -9142, 15574, -6296, - 3235, 4853, 11607, 3506, 8257, 12973, 2345, 11482, - -11264, -11942, -14791, -5135, -6871, 14267, 16198, 11431, - -1278, 13236, -6514, 9383, 15264, -8575, 10830, 5066, - -13656, 9534, 14435, 5684, 13133, 13997, 12906, 3623, - -11906, 11750, 8813, 9215, -7011, 384, -7917, -14221, - -1710, -4152, 5495, -9912, 1592, 7757, -13762, 5604, - 10884, 7627, 11481, -15876, -16050, 4495, -9576, -6319, - 14842, -9509, 1130, -2236, -670, -3749, -6970, 2735, - 3908, -10421, 9610, -11378, -6845, 6242, -6118, 1689, - 12367, 14887, 15932, 7309, -14233, -13630, 2342, 2524, - -5751, -16170, -12900, 8471, -3604, 4638, 14330, -10058, - 4498, -7662, -9649, 4621, 9862, 6818, -14014, 10598, - -8542, -5622, -16337, -14989, -856, -2444, 6168, 14642, - 1796, 11406, 7090, 8611, 8903, -16292, -16104, 4294, - -8838, -1232, -3294, 11312, -12506, 11596, 9199, -2526, - -9745, -10005, 5785, 7311, 8389, -10154, -11206, 10653, - 1771, -4722, 5958, 1301, 16278, -12765, 3946, -7496, - 8111, 4926, -8469, -12640, -9102, 11700, -14046, -1226, - 11963, -10382, -8364, -12656, -15475, -9212, 4319, 299, - -14225, -12651, 10811, 11561, 9826, -15564, 15736, -2169, - 10971, -15181, -2501, 14274, -10884, 2980, -14082, 42, - 12151, -14736, -6945, 10844, 8619, -4983, -13937, -6437, - -6277, 11087, 734, 8061, -16263, -8964, -6959, 13115, - 15462, -2994, -15578, -7373, -13904, -6133, 5802, -8771, - 6570, 9572, 13450, 13327, 7014, -15619, 12344, 10866, - -5107, 10002, -7338, 11715, 2269, -9965, -15481, -2663, - 1061, -16317, 10525, 7544, 3853, 16047, 5469, 976, - 10898, 314, 13514, 15627, -12888, -12653, -97, 15137, - 3478, -5558, -7903, 14831, -7950, -1675, -1360, -15811, - -3399, 5853, -1000, -12088, -11472, 10616, 14220, -3787, - 2959, -10253, -3828, -10474, 15420, -7128, -6021, 2352, - -2246, -15086, -13809, 7761, -764, -1515, -12434, 14037, - 15714, -9669, -13877, -16331, 5321, 14976, 5181, 7939, - 3002, -14370, -11284, -7017, 13957, 4194, 15227, 10123, - 456, 11200, 2757, -1885, -2131, -11646, 12068, 1737, - 15478, 4096, 15930, 1728, -13037, 6082, 15044, 9174, - -14802, 2592, 2916, 1045, 12132, 430, 1277, 1387, - -14545, -4094, 587, 15636, -65, 1528, -9201, 10490, - 6792, 11104, 6226, 5780, 12140, 4571, -2344, 1526, - 566, -5975, 13859, -10245, -15884, 2428, 10391, 15753, - 10666, 1700, -345, -15198, 5357, 14047, 12144, -1905, - 9907, 10792, 82, 7635, -15403, 14051, -11249, 11093, - 15412, 885, -16242, -10949, 5038, -14724, -4215, 8059, - -15979, 7720, -15635, 12973, 1650, -10337, -849, 2402, - -8905, 9692, -357, -15979, -12838, 5620, 654, -13396, - -7912, -16173, -15935, 13193, 16346, -3547, -9512, 4081, - 4737, 8621, -12548, -808, -3273, -7151, 10100, -14285, - -10289, 10513, -7780, -16143, -4706, 10929, 15176, 14542, - -405, -16070, 5217, 10239, 775, -15541, -10888, -11539, - -8635, 7733, 11928, -1853, 1356, -5907, -10522, 3240, - -10554, 8484, -15470, -4844, -13809, -374, -7976, -4217, - -10984, -15575, -3674, -11651, -5088, -3227, -15465, 11978, - -4373, -6737, -15933, 14352, -5287, -10929, -12610, -1138, - -15777, 1715, 7691, 2566, -8146, -6995, 13679, 15084, - -13045, 12320, -3657, 4939, -3504, 15896, -10554, -7913, - 9598, -8029, -1309, -8820, 13642, -13461, -14245, -12604, - 3974, 9322, 4134, 1306, 13911, 7012, 6235, 15350, - 14020, -615, -699, -6928, -6323, 12039, -10530, 5746, - 8761, -8823, -3800, -15440, -7252, -6700, -5481, -902, - -15579, -4354, 6717, -5029, 15753, -7342, 10865, 6623, - -13841, -10440, 7632, -9773, -5901, -1912, -1658, 7782, - -3422, -13708, 7213, -7830, -1765, 8725, -6762, 13312, - 9845, -7416, -2555, 1512, -13490, 5156, 10224, 12137, - -11683, 11997, -12704, 981, 4077, -8212, -14171, 10320, - -13841, -14838, -5642, -9210, -5095, -4494, -4543, 16371, - 14312, 15360, -5645, -13654, 15663, 1575, 4647, -12268, - -6678, 15372, -10121, -14498, -13782, 1139, -1948, 1654, - 10113, 239, 13351, -8713, 2384, 15456, 4836, 5790, - -1821, -15993, 5717, 2635, 13320, 2669, 15019, -15751, - 326, -9052, -4649, 6925, -8334, -9696, 15879, 4680, - -3308, 13401, -9677, 4749, -3317, 2507, 10201, -2533, - -9840, 10174, 127, -9776, 95, -12517, -5444, -8036, - 13593, 2678, 3576, 8404, -2880, -15417, -13909, 7876, - 11686, -3344, 12596, -2870, -8463, 2402, 5958, -10329, - -13880, -9472, -14480, -11307, 2080, -13141, -5485, -6526, - -11526, -11203, -6869, -11669, -13060, 4125, 12122, 6205, - -13818, 6807, -11524, -13347, -2326, -14319, -12893, -15542, - 5308, 14918, 10017, -2327, 497, 15293, 1358, 14772, - 1167, 8440, 2954, 8940, 16357, -3057, 14378, 15914, - -7591, 14988, 509, -7187, -16267, 11719, 1588, 15747, - 8313, -2228, -7757, 4480, 6235, 8565, 2493, 3572, - -10295, -10520, 1800, 1115, -14658, 9794, -12356, -736, - -12137, -769, -10847, -1612, 744, -11967, 16230, 16293, - 3103, -1656, 14112, -15611, -2668, -2837, -5458, 15999, - 10819, -1125, -10052, 6685, -13762, -1063, -1533, 6040, - 14160, -10558, -15812, -2611, -16209, 8632, 5279, -13174, - 13868, -1564, 14121, -493, 10055, 6391, 10590, 3934, - -870, 5430, -4084, 15693, -6469, -15097, 3145, -16202, - 8058, -6110, 14939, -14627, -9405, 10645, -12686, -14272, - -10426, -10504, -9045, -3470, 12959, 3406, 15087, -353, - 11951, -11244, 11242, 3027, -3762, 6918, -11735, -8894, - -12167, 10150, -2562, 9114, 13928, 9275, 1986, -2203, - 5033, -1063, 11466, -13957, -12093, 9042, 13095, 7953, - -14803, -4771, -1277, -14999, 2242, -10474, 14225, 3045, - -7237, 7748, -10390, -7574, -1791, 13025, 5451, -12933, - -9452, -3922, 5652, 1448, -8428, -8959, 15625, -11466, - -6721, -650, -14253, -4291, 12864, -9168, -4591, -13388, - 5297, 4207, 12847, -4833, -6570, -14124, -3261, -7066, - -5679, -2708, -1611, -15857, -16366, 146, -8746, -15149, - 16214, 8056, -9306, -6299, 10580, -13274, -6067, -8511, - 5758, 12494, -6200, 13993, 2381, -1153, 2074, -5382, - -1235, 12538, 3078, -332, -15148, 411, 5637, 15960, - 7850, -12615, -12253, -765, 11408, -13716, 13484, -13611, - 7932, 12515, -2039, 5894, 14151, -3854, -2775, 6311, - 8877, -9126, 5370, -5225, 10396, 12950, -13748, -14168, - -902, 8247, -15548, -5375, 9864, 11949, 8986, -7709, - -5128, -9672, 14506, 338, 4273, 3322, 13906, -12983, - 6431, -10615, 4200, -12963, 9522, -7611, -2899, -11871, - 456, -14886, 4789, -9945, -6435, -3995, 8845, -3818, - -15416, 5825, -12109, 10685, -2644, -3373, -922, 8728, - 8060, 3469, -12789, -4825, -14731, -15386, 4248, -5551, - -12061, -342, 2784, 9116, 6265, 2693, -4195, -7717, - -16315, 15733, -2908, -8648, -14138, 1106, -14291, -10822, - 11798, 13777, -1244, -7052, 1773, 9090, 3516, -1188, - -15828, 2306, 18, -5432, 15185, -14402, 4910, 1845, - -3050, 3585, -5636, -7635, -15017, -11786, 10123, 11505, - -6664, 877, -1058, 435, -3431, 10486, -14646, -1850, - -6770, -6998, 10758, 14619, 16086, 485, -4426, 9943, - 14047, 9567, 9104, 9778, 9992, -9445, -9460, 13648, - 950, -9639, 8032, 6007, -7154, -5184, -8778, -11783, - -12741, -3069, -15139, -16188, -15571, 11307, 7903, -10247, - -16231, 2278, -9643, 11514, 3383, 12636, -6324, -8621, - 4894, -2838, -14806, -8505, -11773, -4979, -9021, 12562, - -10308, -15528, 15005, -6490, 7449, 4010, 1244, -15886, - -5524, -8078, -16327, -9232, -8098, -10821, 4273, 16255, - -13152, -8523, 1599, -12664, 13004, -6056, -14242, -5195, - -2518, -9522, -4203, -10047, 9834, -16324, -9059, -3428, - 137, -7352, 13803, 14069, -14560, -10826, -4141, -9426, - 4846, -5510, 6270, 14452, 7663, 7487, -14785, -7108, - 11258, -4210, 1691, -10589, 9451, 5002, 1121, -2781, - -4313, -14970, 15383, -6166, -6408, -11886, 6110, 12256, - 6521, -10251, 14249, 9647, -5277, -16157, 13268, -13891, - 14441, -13602, -15952, 12773, -816, 2729, 8676, -186, - -2211, 16349, -11492, -11134, -6564, -15152, 11063, 5400, - 13400, -760, 15501, -4901, 11989, -8467, 15198, -11655, - 11858, 13614, 2243, 14039, -10897, -13079, 14991, -4638, - 6081, 16103, 15141, 66, 16123, 7676, -491, 5532, - 2081, -8305, -2375, 3697, 10680, 3580, -15820, 4258, - 13112, 9259, -12819, -8769, -5398, 5169, 12534, 3582, - 6059, 515, 9155, -4731, 6707, -6795, 7011, 16176, - 15404, 12317, 12776, -5852, 15370, 11958, 16356, 9494, - -15746, 1651, -10598, -14760, -6277, 10931, 5640, 2179, - -13784, 4181, 12013, -3219, -5628, -16141, 13001, -10620, - 13023, -16290, 11267, 9662, -13544, 5835, 9660, -3394, - -12440, -12936, 15764, 3617, -7364, -2534, -6946, -5719, - -8981, 4648, -8129, -14919, 12730, 6004, -416, -5579, - 5079, -4029, 6349, 10131, -289, -5380, -11927, 5692, - -3045, 270, -8804, -1560, 12284, -7842, -3998, 9958, - 15562, 1674, 1228, -14906, -923, 12770, 9409, 11160, - 11407, -2658, -12409, 12277, 2385, 9356, -2386, -292, - 11714, -16314, -13444, 13916, 10168, -5817, 12903, 8353, - 6908, 9288, 7841, -956, 5323, 10258, -4031, 9323, - 13113, -6547, -5140, -6007, -5262, -13731, -1095, 2920, - -8479, 13868, -9444, -1499, 14484, 7260, 7225, 4682, - 11082, -3610, 14013, 16161, -11781, 1360, 1482, 2957, - 15232, -8695, -9950, -5349, -15659, -8993, -3176, -16297, - 14478, 6271, 3764, -10725, 2151, 6178, 6303, -11158, - 13459, 213, -12295, -2571, -2515, -10678, 5306, -723, - -2774, 8253, 4757, 2822, -12873, -4667, -7771, -8576, - 14605, -7047, -14096, -10670, 4248, 14741, 13990, -13068, - 14554, -7666, 6107, 8237, 11454, 5694, 12302, -9602, - -11136, 15425, 4425, -4039, -6003, 15606, 5660, -10886, - -8717, -429, 5765, -2053, -8507, 10765, 13037, 3935, - 10715, 7751, -705, -1763, 14094, 10696, -8479, 9208, - 4560, -6692, -11837, 10987, -4324, 15791, -14329, 6717, - -10973, 10014, -11911, 9929, -16249, -13992, -15245, 9933, - 1215, -9684, 10126, -7680, -290, -8518, 10340, -12677, - 14089, 13831, 7735, 11777, -3263, 7667, 13206, -15582, - -1753, 7835, 2105, 750, 7916, 14694, 11195, 4872, - 1492, 8353, -15906, 14739, -3201, 15870, -2, 1298, - -2618, 9021, 5706, 6761, -11806, 13792, 8187, -12759, - 4816, -5028, 2329, 6637, 13204, -5533, -5243, -3050, - -8204, 399, -5512, 4695, -567, 2183, -6112, 6354, - 11474, 11055, 9511, 1778, 15912, 11784, -9102, -9054, - -8245, 1930, 13965, -2936, -3894, 8118, 9972, 9448, - -13948, 11388, 5791, -4368, 16167, -10589, 5825, 994, - 5385, -10875, 5427, -370, 5722, 6301, 6018, 1721, - -7639, 12710, 8140, 11338, -4504, 14842, -13947, 12087, - 1000, -13236, -12826, -1398, -10376, 15428, 11077, -10698, - -5591, -9191, 12257, -7039, -128, -8754, -39, -10508, - -7533, 5020, -5857, -937, 7213, 12983, -12210, 5460, - -12913, -992, 5202, 2728, -6097, -9355, -4536, -11882, - -6700, -7460, 13750, -1526, -3648, 7675, 9733, -4228, - 7053, -6790, -5238, -12483, 6215, 7725, 12991, 5625, - -14118, 554, 4485, 5547, 4367, -10451, -7567, 10067, - 862, 10914, 11062, -9234, -2420, -12272, 7885, 3982, - -12107, 6591, -3284, 6243, 14965, -2660, -1525, 363, - 15596, 3638, -12630, -7691, -1302, -11252, -14703, -7947, - -11999, 8507, 8953, 13177, 7164, 4617, -2895, -9876, - 7037, 6797, 12909, -11730, -1303, -11456, 14323, -6623, - -12417, 5065, 8334, 14984, 15714, 6004, 11330, -11429, - 15514, -8785, -1293, 7906, -14765, -8640, -8820, -1648, - 13958, -14365, -5121, 11562, -14060, -9428, -14845, -2088, - 15612, -15977, 670, -9473, -11129, -409, -11833, 1439, - 3545, 2753, -13928, 382, 2573, 7835, 9526, 6195, - 11582, 1931, -16080, 8715, 7064, -13052, -3202, -12097, - 11670, 97, -166, 1240, -15178, -10418, -6820, 2546, - 4185, -8324, -7579, -7570, 16111, -14580, -4605, -2683, - -10798, -1961, 12906, -6701, 4971, -297, 12091, -7183, - -5136, -2702, -4759, 12123, -16304, -172, -788, -6408, - 9939, -3928, 10979, -12436, 10330, 12357, 2959, 703, - 15641, -15254, -7593, -12308, -3960, -3621, 8829, -14285, - 11110, 15777, -4868, -7548, -8301, 8414, 8913, 9508, - -2168, 3394, 10034, -10052, 1790, -8675, -4614, 10820, - -14740, -9623, 4398, 3230, -4160, 11484, -8266, 12690, - 6428, 5994, 16129, -14607, 2458, -11966, -9004, -6717, - 10904, -14683, 1594, -9817, 13655, 10584, 16311, -5752, - 698, -15434, 4898, -14826, -12943, -14809, -16, 9291, - -2976, 10651, 14811, -15026, -13321, -4012, -11925, 11780, - -9460, 12400, 11208, 6981, -1616, -7994, -14092, -12708, - 8577, 12670, 11699, -3456, 12778, -972, -6260, -12076, - 1170, -7423, -4283, -14411, -8579, 8714, 12276, 6795, - -3461, -16028, -15373, -9521, 2400, -1522, 7429, 5123, - 2429, 11484, 13296, -513, 8899, 1441, -13572, 14591, - 11122, 7190, 966, -15493, 5772, 5916, -1382, 10817, - 13209, 12641, 5699, -3933, 13552, -10059, 8504, 6498, - 9240, 9427, -1586, -7439, 13833, -14047, -3590, -11834, - -14666, 4956, -7145, -6513, 7568, 13935, -3787, 7482, - -4246, -9306, -240, 14650, -4445, -6096, -6749, 9973, - -7184, -1680, 7506, 2756, 8583, 10251, -9681, 3351, - 2282, -11434, 8380, -9555, 3489, 2128, 13430, -12256, - 2239, -15665, 10265, -5951, -4649, -12180, 16270, 12857, - 9319, -1318, 9997, -3613, -9858, -14721, -1093, -13806, - -8569, -14766, 11059, -2020, 7859, 7228, 9639, -1082, - -5595, 7421, 12716, -11308, -9756, -11005, 4591, -11614, - -13450, 6103, 299, 13445, 15805, -7172, -10538, 192, - 15465, -10446, -13572, -13239, 3699, -6346, -15321, 12361, - 1085, -3677, 3723, 12037, -4475, 12096, -15242, -13054, - 8828, -7641, -6533, -7067, -4535, 13259, -10612, 12233, - -1805, 10560, 15736, -1985, 5707, -14892, 11961, -5504, - 991, -2495, -15881, -4849, -4816, 6792, -2385, -152, - 11369, -10479, 10421, 11376, 2213, 15609, 6785, -3304, - -3281, 924, -9766, 2697, 5971, 5840, -2817, -2856, - 5574, 8091, -5166, 8808, -16180, -10724, -12197, 8898, - -3297, -541, -5422, -617, -5518, 1718, 15245, 6161, - -2346, -13033, -16009, 197, -3512, 9814, 311, -1738, - -2335, 9592, 1518, 11820, 16356, 12055, 15199, 9968, - -984, -13383, -4132, 2261, -8810, 4133, 6416, 8413, - -1864, 7906, 7867, 3263, -10711, -4886, 1267, -14721, - 6433, 9183, -3957, -4037, -13431, 15235, 2599, -4954, - -5567, 12545, 2627, -325, 823, -3926, 4496, 4823, - 7903, 9819, -1161, 16072, 12900, -4844, 5593, -10493, - -10698, 12951, -3589, 14359, -5658, -4550, -12824, 14083, - 5774, -12326, 7820, -15553, -3133, -6102, 2097, 172, - -11552, 6038, 723, 2602, -6106, 11984, 708, -8382, - 7702, -10060, 15722, 54, 15143, -11582, 2179, 242, - -13716, -15967, -3471, 3442, -12258, -14651, 11448, -15989, - 15822, -16048, 12203, -8531, -4268, 3440, 2614, -4441, - 14033, -10836, 14095, 11356, -5382, -8455, -12097, 11710, - 436, -4555, 2739, -1180, 894, -11809, 3616, 1514, - 9857, 438, -4469, -7322, 4017, 2048, 9623, 14586, - -5755, -9680, 13340, 5263, 10149, 13558, 13124, -9357, - -10963, -1867, 5941, 14608, 7488, -1144, 2788, -7945, - 14260, -2384, 16330, -10298, 919, 1933, -10350, 3137, - -6930, -9865, 12291, 10071, -7416, -11967, -13284, -12591, - -11032, -9059, -9362, 14674, 9113, 401, -13842, -269, - 1352, 12224, -7208, -11517, 13181, -775, 12419, -11111, - -15599, 3056, -2356, 14750, -10861, -5192, -5705, 4343, - 14531, -10499, -6314, -773, -3482, 6746, -3760, 4800, - 6437, 10052, -8640, -8611, -15284, -11645, -1609, 16315, - 13737, 10573, -11927, 1983, -10359, -13317, -15636, -2484, - -6509, 12063, 757, -865, 6080, 12244, -14934, -605, - 10999, 5386, 14586, 5820, 8127, 5144, 7384, -4755, - -5205, -5960, -2110, 15468, 5950, 7284, -6775, 6306, - 5739, -11782, -5591, 4469, 3872, 11636, 4754, -10027, - 7003, -12536, -10472, -6444, -9518, 6976, -8563, -9851, - -8692, -11593, 7320, -8810, 7581, -6206, -13176, -879, - -11975, -471, 8253, -9048, -12433, -775, 10527, 5590, - 7313, -6850, 2550, -2635, -16375, 7840, -7636, -330, - 9263, -6997, -11447, -8787, -1602, 5254, -14799, -4300, - 16101, 1198, 13132, -6640, -13907, 7575, 2443, 3003, - 2243, -4182, 6678, 11892, -2095, -7671, -4975, -6273, - -10970, 5160, 13272, 7458, 5090, 9090, -7896, 13628, - 10604, 6146, 6441, 9646, -6392, -3826, 7795, -10060, - -11406, -2443, 2817, 1155, 14943, -2343, -10020, 12839, - 7179, -7725, 11033, -9151, 9023, -6550, -15277, 1440, - 1254, -7653, 6102, -2887, -8633, 2865, -7897, 2648, - -3733, -11000, -16088, 4423, 739, 7573, 4293, -1042, - 6453, 10396, 6012, 15778, -1344, 12695, -7662, -1947, - 7962, 415, 13728, -10573, 11964, -4483, -12996, -13987, - -13128, 7247, 8402, -10910, -2501, 11458, -4000, 15727, - 15570, -13384, 1155, 10192, 14080, -8043, -3349, -1597, - 7701, -8902, 9943, 6167, 9111, 4232, -10580, 3123, - -14293, -4831, 16178, 9339, -5928, 8305, 11026, -14573, - 5057, -13294, -8174, 10339, -3301, 8762, 11676, -15020, - 16175, 8266, 483, -9279, -13204, 9651, 7166, 3098, - 702, 7317, -4133, 14111, -6410, 2913, 3690, -3254, - -2802, -3908, 7089, 12362, -15472, -6774, -13631, -12354, - 8314, -739, 15006, -14632, 4194, 12039, 14151, 8501, - -9908, -14907, -14340, -16172, -12662, -9677, 11362, 13886, - 5039, -1008, 1551, -10421, 11097, 2211, 8219, 10063, - 2965, -10500, -12798, -4429, -9554, -1238, 8624, -14189, - 4515, -8375, 14122, -12366, 13126, 1613, 5881, 9268, - 8156, 13906, -10830, -7791, -9026, -7957, -11448, 3293, - -6139, -1185, 8260, -4797, 4241, -13459, -4677, -3280, - -10822, -12053, 14701, 13597, -3152, -164, 15579, 9677, - -1298, -8374, -14997, 441, 9881, -11949, 3956, -11412, - -15228, -16264, 14261, 13187, 5464, -8240, 7159, -6746, - -8355, -7033, 13044, 317, 5645, 10948, -9262, -7083, - -3831, 14397, 13729, 11233, -16098, -14379, 9919, -14052, - 10200, -8200, -12988, 8673, 7195, -6661, 7541, -12510, - 6376, -5450, 12956, -11454, 15938, 2346, -15506, -10137, - 4822, -7804, 5665, -6959, 7530, 8504, -8673, 10018, - 6191, -1031, -14033, 2984, -502, 4181, -1764, -15948, - -7035, 5874, 2931, -5489, -4910, 3313, -7428, 7782, - -6475, -1404, -6303, 829, 13241, 8532, -7326, -11455, - -11863, -80, 122, -6593, 15107, 4650, -2396, -3164, - -485, -7223, -14053, -7319, -1174, -14956, -1126, 5534, - -2685, -11933, -16357, -4806, -11905, 12051, 15186, -9600, - -3724, 14654, 7321, 12212, -11655, -11929, 999, 1275, - 4148, -1244, 13249, -6978, 4203, 9726, -15841, 14826, - -15467, -163, 3541, -15874, -15073, 1247, 7564, 16349, - 7664, 3274, -3468, -3982, 6408, 7002, 12542, -10673, - -2140, -6946, -10586, -6032, -3972, 1015, 7826, 2864, - 4318, -7622, -15403, 2178, 8366, 9071, -1833, -6853, - -11885, -15947, 10795, -4383, -4901, -11972, 14048, -8120, - 11097, -972, 6026, -9124, 14218, -13664, -5508, 9747, - -11798, 13596, -5536, -2491, -3323, 4179, 10848, -10625, - -12065, -1520, -1110, 9826, -9863, -8202, 10905, -1663, - -3435, -15951, -15523, 9071, 10484, -3695, 8535, 7504, - -12354, 2164, -1985, 14865, 9128, 3080, -2184, 3845, - 8608, -8251, 13602, -5621, 15457, -1780, 4673, 15263, - -3752, 9532, 5044, 7009, 4366, 15822, -12550, -173, - 5324, -15607, 4913, 9590, -8122, -8411, 6610, 13000, - -4769, 14209, 7598, -15386, -11534, 55, -15259, -1841, - -11434, 14728, -15346, -8221, -14283, 5380, -13287, 13687, - 3185, -14229, -2703, 12289, -11111, 6476, -1585, -3833, - -16062, -11996, -8095, -12086, -12725, -6728, -11804, -1041, - -3864, -10849, -5345, -7849, 4379, 6703, 4409, 9306, - 4698, -3058, -5092, -2481, -9197, 9230, 7681, -10040, - -4512, -4546, 13747, 16023, 6618, -8926, -14321, -543, - 3013, -9413, 10026, 11183, -1862, 15314, -4991, -4502, - 16357, 4900, -194, -4220, 13663, 5371, -11128, 6561, - -14024, 3883, 11374, 14601, -2708, -12065, 10614, -11299, - 3966, 14250, -10814, 15120, 11796, -8276, -6878, 3455, - 9559, -8140, -3335, -2750, -6889, -14857, 6278, 9310, - 3278, 7798, -6909, -14028, 12214, 5325, -7762, 13338, - -12396, -4702, -6220, 1757, 2535, 5050, -5983, 1870, - 9374, 863, 1256, -16146, 14609, -11026, -6133, 13048, - -3888, 11858, -7104, -7572, 14435, 11473, -3613, 8343, - -9607, -2286, 15272, 10245, 6445, -11445, 11981, 7394, - 2686, -12354, 6684, 7821, -4297, -1203, 2041, 4353, - -7220, -12165, 9127, 15408, 938, 13033, 8149, 14902, - 14959, 12733, 16121, -6733, -6734, 14707, 12483, -6922, - -10450, -497, 5587, 5759, 4233, -3260, 777, -5138, - 13141, -9413, -7388, -14665, -5269, 2462, -9576, -3779, - 16073, 657, -16215, 3666, 13613, -9441, 13029, 9071, - 7221, -11296, 1249, -7936, -974, 360, -2779, 158, - -9900, -397, -3120, 1258, -1590, 9397, -6469, 5548, - -10916, -6606, -10624, -4067, -12491, -4496, 12394, 2512, - 3258, -7395, 10994, -8177, -9058, -13186, -3539, -7479, - -6447, -4809, -12130, 10257, 9154, -1062, -9375, 16116, - -10242, -4103, 5767, -8253, 14205, 7205, -5888, -447, - -454, -4799, 8516, -12168, -808, -2759, -140, -6917, - 12443, -15132, 14695, -7770, -15746, 4377, -1390, 6890, - -15435, 16039, 3313, 12311, -13857, -184, -12737, -6958, - -13953, -16177, -6512, -5135, 7097, 5602, 14424, -8917, - -7103, -3674, 3891, -2623, -10386, -1851, 15528, -9552, - 5070, -1478, 2939, 14574, 8934, 358, -12159, 11075, - 9880, -11347, -14926, 13664, 3910, -10863, -871, 4803, - -15460, 12906, 15554, -14049, 14427, 7036, -10001, 12997, - -5272, 9692, -1967, -6533, -4533, -14608, -6796, -2222, - 14605, -5327, 14261, 7670, 3677, 7555, -1242, -2151, - 15775, -9952, 2474, 2572, -15678, -15385, 106, -16114, - 1935, -6548, 6185, 8932, 11603, 9925, 1937, -10248, - -14847, -14593, -9459, -10539, 1943, 12654, 14951, 7999, - -5853, 7604, 11626, -15380, -9002, 5936, -8505, -1120, - 5336, 4427, 10212, -3880, 10221, 9710, -11535, 13649, - 1432, -5466, -4364, -669, -16215, -4606, 8288, 12083, - -8111, -4882, -5841, -14548, 2911, 11064, 12533, -16171, - 8483, -14289, -11672, -3628, 15066, 4142, -14022, -2614, - -10626, 11642, -7900, -12946, -12632, -9573, -12621, -16326, - -3078, -9227, -9033, 3169, 11549, 9938, -15829, 16380, - 15000, -3012, -11838, 3575, -5468, -8877, 8840, 16047, - -80, 7289, -4912, 9057, -11301, -14972, -15631, -13807, - -8410, 7699, 15449, -11455, 14176, -5753, -2351, -15255, - -15510, 3145, -8392, 1541, -15988, 10504, -3640, 14224, - -14678, -11424, 5643, -14159, 13115, -9553, -14479, -1777, - 14157, -13151, 2309, 11225, 15479, -9986, -12247, 7459, - -6513, -1739, -14025, -65, -7100, 12876, -2168, -13568, - -9858, 2280, -6036, -3235, 2944, -2644, 8333, 12245, - -8321, -14586, -1910, -14927, 11403, -9428, 6353, 9249, - 6382, 7749, -11371, -8953, -6927, -6124, -9958, -10394, - 15977, 15914, -14621, 4744, 11799, 14053, -5366, 1438, - 7993, 40, -15381, -4183, -2643, -11476, -10543, -5290, - 13427, 13842, -886, 5868, -7245, 10592, 7259, 13904, - 7971, -5131, -14538, 1547, 3686, 1181, 14384, -15083, - -11380, 6272, -3213, -6850, 7866, -12954, 7555, 7498, - -10308, -14413, 1467, 3272, 5603, 3120, -929, 6071, - -2213, 2218, 7225, 10983, 15758, 10319, -15278, -5006, - 9594, 6818, 2757, 4674, -635, -8981, 12063, -16263, - 15750, 6607, 5278, 9632, 5367, 11140, -5539, 7115, - -14250, -8990, -9080, -837, -12514, -12327, 16046, 7152, - -12316, 6271, 10275, 14682, 9196, -472, 13415, 1840, - 11917, 15522, 15536, 927, -9214, -5613, 7648, 10629, - -12266, 3093, -2689, 1170, 5407, -13020, 2314, 5703, - 3761, 1059, -3719, 6006, -1954, -4815, -7008, -14816, - 11430, 10338, -15070, 15111, 14537, 8843, 10749, 9459, - -313, -9859, -16194, -13786, 1861, -1461, 15864, 14378, - 9834, 12945, -6014, -1749, 14620, 2890, 7144, 5306, - -11697, -10077, 10961, -6137, 8745, 16147, -6142, -9265, - -13409, 13615, 5012, -14007, -12080, -13277, 14677, 15726, - -16207, 3263, 14932, -13873, -16152, 6188, -11112, 8500, - -9613, 2083, 7812, -14584, 10790, 5390, 11512, -9036, - 1320, 10422, 12081, 11204, -2747, 2711, -2999, 3446, - 10727, -14676, -3811, 7403, 719, -12603, -3249, 2210, - -6548, -8495, 12510, -4715, -2231, -11558, 9409, -3307, - 15374, -3478, 11434, -9351, 11630, -5328, -14100, -14701, - 9129, 5131, -15864, -10949, 10661, -1972, 15432, -7072, - -12635, 5877, 7507, -765, -7503, 2142, -9473, -13, - 7711, 840, 1879, -10125, 12552, 10283, -10060, -7036, - 12138, 7830, 3645, 15635, 408, 6112, -11354, -6157, - -10992, -15565, -13100, -12011, -14103, 1845, 4754, -12727, - 8571, -10947, 12392, 6112, 10087, 4536, 12434, -14608, - -7304, -4320, 8953, 94, -7815, 2557, -16242, -3718, - -10171, -6078, 14702, -2426, 4822, 11025, 7456, -1230, - -11923, -730, -13773, 4761, -9550, -12659, 6750, -14030, - -2430, 15127, -14135, 3715, -2686, -13381, -12389, 4491, - 5483, 15389, 10936, -2238, 12495, -11657, 4879, -1173, - -15881, -14537, -12250, -7953, -4274, -2470, -10307, 12097, - -6175, -7188, 10945, -4231, 14329, 11835, -235, -16306, - -3874, -3105, 15218, -10492, 12612, -1252, 7553, -3291, - -6557, 3880, -2594, -2159, 10598, -3456, -12606, 10406, - -15227, 7603, 13416, 12978, -7720, -11872, 3180, -11101, - 3281, 4254, 14508, -10152, 15596, -11917, 3320, -9244, - 1032, 15529, -13966, 15267, -13204, -4992, 19, 8262, - 1785, 13546, 14150, -2993, -13651, 1062, 1651, 7848, - -4189, -5926, 12387, 12950, 4274, -12279, 13655, -7664, - 13952, -8909, -2168, 6241, 15752, -6622, -6472, -12972, - 490, 3685, 6588, 13559, 15606, 14261, -5148, -8090, - 10526, 3652, 5051, 13651, 3271, 1481, 12266, 14019, - 14194, 11571, 11719, 7797, 1799, 1049, -507, -15053, - 13756, 1273, -1494, -7881, 10826, 13270, 5526, 13179, - 11393, -9189, -10122, 3103, 14809, 1377, -678, -13476, - 7189, 3380, 14329, -7955, 548, 5014, -16315, -4804, - -11913, -9016, 10133, 16211, 10769, -16102, 11657, 2302, - 4092, -2153, -1484, 16308, 13852, 6319, -4624, 11093, - -2246, 13239, -11968, -9649, 8074, -1568, 9289, -16233, - -3245, -11594, -1988, -5067, -3689, 11152, 13083, -10040, - -8953, -15653, -6924, -16011, 5713, 3015, -6111, -7819, - -1959, -7761, -3550, -2673, -14716, -1181, -8050, 1054, - -6142, -12058, -6455, -12830, 5025, -7049, 15504, -12504, - -3477, 15716, 1946, 9054, 8609, 5116, -7199, -12458, - -12021, -6372, -12624, -13854, 5222, -4096, -7662, -16250, - -15989, 16105, -8060, 1961, -13497, 13729, 12759, -1856, - 12408, 2781, -11639, -2446, 2769, -13640, -7011, -14877, - -8540, -11710, -3211, 16366, -4481, -11314, 9955, 15336, - -11042, 14488, -10572, -15370, -12648, 4040, -13367, 7273, - 13250, 13765, 6336, -1160, 11306, -851, 7698, 15906, - -4028, 13540, 3956, 11082, -2679, -15948, -15540, 2187, - -2817, 11658, 323, 15275, 7261, 4711, 1515, -14409, - -12464, -13437, -4278, -10131, -9626, 6532, -14306, -114, - -9997, -1837, -1568, -12641, -3430, -6315, 2114, 9616, - -10782, -7663, -8926, 5585, -14789, -15050, -468, -10045, - 11641, -15258, -9200, 15077, 9276, 4096, 6844, 16135, - -1339, -6152, 13529, 14013, 1785, 3080, 11634, 12728, - -13474, 7443, 12297, 8949, -3614, 11129, 8415, 11740, - -10755, 14403, -4230, -4204, 9407, 9775, 9776, 7886, - -16231, -11144, 3907, -15732, 7582, 8809, 12651, -13075, - -211, -16052, -9666, -5632, 5562, -5353, -16037, -1979, - 15591, -881, -2384, -2645, 7026, -13159, 12844, -5241, - 8055, 12733, -3564, -3396, 4140, -13599, -14024, 15561, - 2586, 13157, 11118, -7231, -15078, 5236, -8763, 14953, - 7985, 1349, -2224, 6320, -14294, 16252, -1963, -10540, - -13306, -9000, 9303, 4369, -15750, -6937, 3890, 4825, - -5014, -3895, 7258, 7842, 7563, -3323, -6724, -8067, - 5500, 9137, 11343, 12859, -8032, -3596, -16042, 2186, - 145, 2787, 12250, 10448, -14242, 1574, -8257, 12847, - -14320, 14223, -12653, 7107, -5010, -10529, 12137, -12530, - -13476, -9465, -1497, -8006, 1930, -14851, 10741, 15659, - -385, 756, 1641, -8766, -15969, 14429, 16184, 9109, - -9981, 15656, 13223, 14054, 12920, 7166, -15418, 11590, - 6493, -3424, -4503, -9482, 13320, -8479, -7028, 2393, - -15936, 7160, -2814, -933, -73, -14892, 15421, 161, - -6368, -11399, -2851, 5853, 14420, -8187, 4901, -5163, - 5020, 14669, 2736, 14606, 5080, -12842, -11610, 13887, - -14630, 5286, 3885, -9917, -15546, 9617, -13700, -12598, - -11617, -10415, -199, 3207, -7799, -7696, -10327, -7607, - -12314, 1920, -4333, -343, -8636, -3229, 980, 10964, - -2075, -3090, 6924, 4924, -9088, -3429, 15248, 8900, - 14644, 2337, 9984, -10237, 4003, 6885, 15966, 11982, - -16352, -7097, 11732, 15214, 15939, -15638, -2015, -15485, - -252, -387, -14266, 9472, -12509, -11683, -7643, -11983, - -11851, 14483, 16107, 6787, 13298, 11939, -13138, -16351, - -4154, -10758, 8163, 5888, -6388, 11319, -4234, 11166, - 10247, 8778, -13636, -9804, 2616, 11233, 12242, -15175, - 6175, 2447, 10873, -6159, -5894, -9108, 4477, -1385, - 2658, -15173, 10416, -12885, -5622, -10434, 375, 7828, - -6934, 5170, -2298, 2644, -6564, 1988, 16140, 1401, - 12313, -16128, -3495, -8072, 791, -3586, -3217, 6658, - -12437, -2979, -5174, -7761, -497, -16237, -2688, 2422, - 12881, 9158, 13544, -6157, -16063, 15679, -3964, 13827, - 14864, 6360, -3748, -6116, 9981, -10521, 7267, 6465, - -5926, -9628, -15299, -3543, -15277, 6251, -13416, -12734, - -14492, -13222, 4076, -10684, 789, 9638, -5830, -5158, - -16081, -9898, 13763, -5473, -11486, -5373, 14167, -2784, - -8456, 8852, -11061, 8608, 1905, 7913, -7460, 10630, - 7352, -7972, -9498, -8907, -16340, 12258, 12825, -10432, - -2817, 3500, 1403, -9938, -6865, 4556, 4235, -11679, - 6855, 9312, -8927, -14241, -8428, 2425, -12482, 4427, - 5362, 2634, -14561, -14081, -13173, 11126, 8805, 5450, - 15390, 1185, -4040, -12260, 12136, -3507, -15543, 15779, - 208, 12620, 1459, 10255, 11915, 9867, -2035, -14408, - -6575, -7632, -13568, 16275, -9813, 3917, 8569, 8239, - 6027, 10441, -10536, 6011, 8102, -7709, -13065, 12835, - -10862, -15346, 12002, -11289, -6059, 5377, -14863, -10288, - 6445, 10747, -152, 8215, 11083, -6348, -12170, -13671, - 15790, -1189, 10161, 3625, -7692, -736, -203, 5886, - 8889, 12639, -927, 4648, -9564, -12820, 16020, 3261, - 7296, 7967, -9393, 15320, -9319, -6577, -8269, 4165, - -8680, 906, 9496, -6559, -1424, 14877, -2562, 14377, - -9869, -13382, 3833, 7458, 13561, -8183, -5406, -5666, - -10686, 13986, -10125, -12540, -11478, 8985, 2646, -1858, - -7374, 4316, 7031, -14519, -7907, 10634, -6945, -4075, - -9303, 15137, 10213, -9247, 12674, -7317, 10067, 769, - -7714, 8805, 5479, -6556, -10050, 7190, 15566, 3487, - -14872, 6669, 2507, 3505, 3474, 4657, 7985, 15364, - 12571, -13249, -14690, 4057, 10745, 13842, -1426, -4907, - -4474, 5294, 6668, -8594, -7334, 5287, -2280, 14708, - -14685, 7821, -1640, -2445, 15514, 13228, -15367, -1457, - 4217, 10533, -10703, 4009, 8703, -8893, 5872, -14557, - -5766, 2585, -129, -2165, 7274, -10788, 10068, -13006, - 8789, -5740, 220, 6218, 15055, 3830, 5108, 13488, - -16214, 3294, 15978, -12196, 14788, 11198, -6383, 12457, - 3569, 8389, 8177, -11817, -9970, -15268, -1297, 9560, - -1880, -8807, 14565, 9949, 2495, 435, 8009, 8289, - 13738, 13757, -2829, -9277, -5159, 13764, 9044, 1476, - -14977, -2121, -6801, -7558, 3637, 4975, 5140, -1258, - 105, -8949, -15432, -8326, 8753, -3000, 15667, -15754, - 9326, 2386, 5221, 10165, 16015, -12994, 14663, -15414, - 3899, 368, -3606, -796, 5666, 8986, -7843, 6510, - -7072, 16351, 13574, 1430, 14737, 3291, -275, 4606, - 4481, 12499, -791, 15806, -6531, 15465, -16215, -10200, - 7723, 10642, 9986, 11445, 10963, 8268, -3816, 9481, - 13106, -3401, -15483, 3869, -13879, 17, -13471, 5211, - 13157, 1118, -2080, -3673, -6781, -8669, -5733, 13742, - -14207, 4639, -1932, 12871, 15294, 12200, -1837, 6777, - 4077, -10327, -224, -1745, 9058, -14164, 9563, -14791, - -9066, -13898, -335, 5434, 3508, -11167, -10198, 5914, - 4644, -9505, 2631, -12701, -1399, 3147, -85, -10417, - 10407, 737, -11925, -11858, 2327, 3655, -15805, 4027, - -12713, 15247, 13169, -1068, 9061, 2799, -7287, -272, - -12896, 147, 14825, 14291, 7450, -1330, -8670, 6672, - 13217, -3965, -5003, -3060, 14192, -10393, -974, -16379, - -12128, 9899, 5411, -9007, -8934, 14784, -361, 5570, - 13325, 12522, 14655, -2938, 2053, -1185, -10811, 11268, - -615, -11000, 9009, -7576, -3728, -4990, -3563, 7735, - 9438, -10306, -16206, -11648, 3465, -7325, -13112, 1206, - -1604, -1016, 12169, 12472, 9051, 4790, 8900, -2292, - -7419, -2561, -15269, -2945, 14063, -16009, 4656, -11192, - 9072, 8527, 9356, -14877, -7703, 15559, -1798, -13888, - 2756, 285, 11596, -4913, 4225, 11591, 46, 1389, - 14576, 15593, 343, -8500, 2678, -5145, -1789, -10028, - -1975, -2494, 12584, 5528, -8141, 2623, 7253, -12989, - -15718, 12967, 3238, 4310, -3516, 15148, -9272, 13790, - -7152, 11216, -8781, -1341, -14747, 4300, 12526, 7474, - -10843, 4238, 5862, 9188, -10666, 7837, -13300, 4429, - -7858, 2178, 11573, -15383, 4522, 13679, 857, -2878, - -14832, 11391, -12370, -11832, 3958, 6199, -5877, -10667, - -1911, 6926, 7583, 11985, -7355, 16170, 12332, 1633, - -14177, -2758, -5071, 6225, 3893, -11088, 15363, 3572, - -2488, 3535, -10556, 11365, 5944, 841, 15857, 7275, - 3760, 6289, 15099, -4041, -4453, 7009, -12030, -14538, - -1289, 8, 15365, 8400, 4514, -13334, 11595, 13679, - 10209, -3700, 10258, 6583, 4184, 14393, -4222, 10461, - -4612, 9737, -204, -15187, -2718, 1213, -16298, 15234, - -2194, 9560, -2258, 1365, -15772, -13302, 1516, 15785, - 9443, 725, 5803, 469, 8997, 11348, -805, 7634, - -9632, 8806, -3983, 12684, 4851, 295, -2605, 4479, - -14324, 14621, 1756, -16242, 14031, -8459, 4909, 6959, - 11644, -9868, 13193, -4689, -10067, 4064, 12675, 6577, - -278, -4877, -4928, 8259, -937, -2796, 7092, 9087, - 6254, 56, -6681, -14844, 5707, -687, -6250, -2213, - 16026, -1512, -2749, 3364, -13814, 15207, -14996, 9857, - -4651, -2262, -4088, 12791, 13626, -14837, 11300, -8391, - 13829, 16197, -13534, -1881, -9139, -15336, 4210, 5189, - 2641, -1928, -5663, 11086, 3292, -10064, 2886, 2581, - -7120, -13557, -3029, -11543, -2725, -14530, -1376, -13749, - 2113, 6468, -15017, -9382, 2633, 4487, -12322, 14450, - 8442, -10124, -10546, 13448, -8848, 3371, 7681, 6434, - 4372, -5431, -14073, 1706, -727, -13522, -6436, 9171, - -4469, -14137, 13799, -9226, -6843, -13160, 10356, 9332, - -460, -14468, -3693, 15335, -304, 11671, -3827, 9682, - 13035, -6773, -9925, 14287, -246, -11067, 783, 1290, - -13119, -295, 7793, -16195, 10252, -9852, 4059, -3432, - 3798, 14835, 399, 6118, -15687, 10774, -3898, -14293, - -10022, -3630, 3403, 4987, -11139, 7475, 12932, -6900, - 8411, 11040, -5720, 10074, 11426, 4812, -11836, 8219, - 977, -15863, 2188, 4502, -985, -9913, 11906, 7950, - 11801, 4489, -2789, -10011, 12190, -10986, -6477, -2812, - 2935, 15544, 3759, 6330, -7072, 9066, -4557, 14611, - 15776, -6621, 5970, 15111, 12174, 1703, 11399, -9825, - -1885, 1662, 12443, 13770, 12165, 10631, 962, 9324, - -4207, -16332, 1751, 3793, 14779, -3215, 14935, -40, - 6265, 4231, -13932, 3305, 7242, 10621, 11770, -10117, - 3544, -612, -13268, -8923, -9345, 16129, 9901, 9025, - -1117, 8744, 8140, 7167, -13637, 2922, -13026, -10220, - 9603, 16266, 7597, 5076, 9343, -4752, 4344, 2250, - -2510, -14136, 4411, 10451, 9957, 7076, 8454, 6569, - 4501, -15039, 13667, -11199, 4089, 14294, -15614, 7050, - 9396, 3118, 10592, -13656, 14953, 1260, -8626, 5076, - 4334, -7803, 7297, 2463, -16312, -11199, -15951, -1058, - 9289, 11081, 1643, 1199, 8643, -3482, -5646, -9166, - 14847, 14056, -15436, 14527, 6877, 10542, -4784, 14666, - -12172, 10920, -9372, 6385, 157, 4663, 7239, -9260, - -12138, -2213, -11233, -6662, -11435, -648, 4577, 15548, - -13330, -363, -1256, 12707, -2019, -1424, 2584, -9178, - 7120, 11778, -7417, 13960, 8466, 5220, 12264, 5420, - 11467, 9401, 12, 1157, 10746, 9499, -14719, 16077, - 9353, 15365, 4995, -9507, 951, 8469, -8084, 13109, - -2100, -15779, 1325, -14345, 2472, 15501, -11925, 4892, - 14751, -1968, -14444, 15617, 7627, 2049, 8804, -8366, - -1343, 9384, 5769, 3507, 9608, 5001, 2371, 10695, - 10885, 2544, -4379, 10441, 8333, 1111, 2067, 714, - 9778, -16260, 179, -15386, 647, 13376, 472, -12304, - -2852, -15100, 11907, 12037, 3566, -1327, 11838, 11741, - 381, 412, -13743, -9561, 13913, -8472, -4890, -15532, - 13575, 2990, -14612, 4316, -79, -6408, -9034, -12610, - -12728, 5935, 14483, 13704, 12074, 5945, 9911, 14140, - -1759, 8190, 2203, 13703, 1168, -10860, -3765, -6387, - 9539, -16255, 12090, 5586, 1206, 1788, 8488, -1609, - 11940, -6482, 12716, 3593, 1745, 12188, 11000, 15583, - -1278, 12601, -6904, 11306, -7397, -8925, -1475, 14039, - -7567, 6184, 3456, 3417, -896, 4189, -11955, -7308, - 6089, -5982, -2433, 2332, 6332, 12447, -5528, -1651, - -7214, -12010, 329, 11022, -6290, -2531, -3504, -15494, - 7329, 1371, 5403, -5032, 9765, 7590, -4990, 4505, - -79, -5016, -12390, -3825, -5222, -14333, 14266, 2305, - 9151, 7108, -14959, 9830, -5022, 3814, 9289, -16342, - -7994, -2083, 12136, -15615, 12915, -11085, -5697, 6776, - 7864, -10294, 1339, -11190, 6973, 3717, 6270, -5459, - -1496, 5878, -15657, -829, 9322, -15760, -9861, 10067, - 7599, 2469, 6849, 15311, -3819, -2299, -6081, 3696, - 6947, -12106, 12536, -4999, 10958, -16370, -4955, -15586, - 36, 13426, 4448, -375, 12010, -6872, -14716, -4347, - -7579, -6828, -13525, 9460, -4805, -12045, 11457, 8107, - -2715, -10263, -302, 868, -6301, 16037, 12516, -4147, - -8237, -8487, 16169, -8626, -4448, -11379, -1444, 7916, - -928, 828, 16262, -13835, -6694, 11479, -1379, 2787, - -1164, 1100, -8130, 9897, -8843, 4816, 12851, 390, - 15033, -13750, 2626, -1498, -2534, 990, -9682, 8890, - -11367, -3489, 3743, -1832, -14589, 1120, 7963, 3040, - 4274, -8885, 11341, -16169, -15012, -8311, 3644, 4722, - 4687, 15617, 12121, -12717, -10068, 13346, -4324, 1524, - 14286, -5207, -14704, -7101, -9664, 12254, 3606, 7093, - 15012, 5245, -6042, 12767, 3591, -9036, 342, 1564, - 5952, -8914, 2524, -16362, -15153, 1616, 11556, -1386, - 14415, 4318, 7688, 4104, 9667, -10816, -10615, 3672, - -16056, 7855, -10661, -14551, -1897, -8925, -3805, -12124, - -3129, 15198, -10662, -11500, 9495, 4277, 3449, -12110, - 1615, -8954, -10695, 7334, -14388, 4057, -4362, 9821, - -13834, -8290, -12649, 14660, 16157, -3544, 4166, -2174, - 7225, 4406, -10940, 15004, -9992, -8998, 14453, 8421, - -10169, -13337, -5321, -10670, 12056, -8407, -8695, 7641, - -6220, 1949, -4050, 8633, -1383, 5564, 10301, -9976, - 45, 260, 3419, 1436, 4497, -10113, -14990, -6892, - 6504, -11849, -15542, 9383, 1021, -12714, -117, -3121, - 8374, 9301, 9993, 13295, 12741, -11928, 7264, 3235, - -2575, 16112, -6719, 10600, -6094, 3499, -6228, 9509, - -2461, -16014, 14565, -457, 15553, -3801, -682, 3703, - -11257, 8852, -4693, 9907, 7483, 7686, 15683, -4219, - 1378, 4851, -10994, 7207, 12395, -5682, 578, 15472, - 10169, 11964, 2842, 1771, 10565, 8961, 7049, 561, - 12055, -12892, -3740, -14317, 1846, 7851, 14350, -2734, - 6266, 969, -14877, 14201, 2186, -2771, 8805, 4394, - 857, 8708, 14188, -2281, -9654, -7986, 3230, 2755, - -2520, 5813, 3936, 13269, -9609, 876, -11302, -6792, - 3359, -9738, -4895, -4901, -13910, 2489, 10719, -15005, - 11875, 10853, -10940, 2767, -11553, 12223, 11016, -7329, - 8395, -6326, 15142, -15229, -314, -11519, 14672, -14870, - -13984, -6912, -13996, 4389, 10663, 12566, 12045, -6693, - -12224, -4042, 3916, 13516, 9241, -1475, 7274, -4676, - -15596, 8326, 8378, -7812, -15147, 11105, -6372, -1507, - -1668, -2188, 4783, -4068, -2972, 8565, 8856, -10821, - 1655, 3718, 27, -12940, -9259, -3006, -10783, -9456, - -9108, -913, -3479, -4139, 7715, -3396, -8863, -15170, - 7565, -3351, -6185, -15928, -7191, -15464, 15167, 15747, - 13177, 781, -2397, -2420, -2402, -7406, 4447, 639, - -12660, 14189, 791, 12330, -11166, -4265, -13013, 1173, - 11932, 12946, -7077, -13171, 5622, -1157, -13632, -9455, - 2579, 6806, 3105, -15995, -7687, -10907, 993, -6068, - -11447, 8934, 8233, 8007, 8432, -4306, 7946, -11392, - 8214, 9488, -5038, -9719, -14526, -9359, 225, -2134, - -15905, 5757, 13906, 294, 2154, 601, 9314, -7208, - -7042, 1756, 6455, -8867, 5121, 12362, 13836, 15756, - 6570, 1850, 14298, 13679, -11823, -14546, 11219, -4948, - -7235, 6037, 3071, -15164, -6019, 2123, -2952, -8127, - -494, 2416, -7514, 3862, -7775, -2806, -16237, -2625, - 2727, -1410, -4767, 10780, -9543, 5862, -1160, -9232, - 3423, 6712, 2327, -1966, -2583, -8512, 8711, 12836, - -1670, 9696, -13968, -2, -9895, -15067, -8031, 8170, - -15453, 1571, -9801, 696, 11118, 6138, -4422, 7715, - 1246, 8576, 1713, 7745, -8168, -14520, -54, -6772, - 5673, 2291, 10575, 15242, -15164, 16285, 3825, -8004, - -1110, 13723, 2558, 11371, -3929, 440, 14821, -9991, - -7636, 13065, 7942, 14938, -15530, 10295, 4967, 5066, - 2705, 8599, -5514, -7796, -4634, -5300, -5418, 4902, - 3023, 11958, -8468, 14811, -10442, -1120, -2860, -1607, - 7659, 6950, 10988, -9444, -15797, 9725, 2557, 3963, - -4753, 16343, -12464, 14108, 7615, 15154, -3778, -8778, - 3966, -9075, -8376, -5708, -9974, -8816, 15011, -10164, - 3847, -6208, -9624, -15999, 9501, -5711, 254, 5704, - -9803, -6058, 1790, 11950, -6695, -15193, 3629, -6407, - 6983, 1223, 4161, -13386, 1348, -7887, 8131, 11930, - -10745, -14964, 13092, 5503, 1529, -4651, -15353, 8465, - -15966, -1457, 12497, 12570, 508, 13836, -10646, 16250, - 9923, -15507, -4571, 7141, -9323, -2280, 3329, -4635, - 14864, -9373, 13891, 8765, 3397, 9258, 15731, 5325, - 13455, -11776, 4925, -10149, 980, -9789, 2113, 14757, - 3644, 14155, 2657, 6957, 8693, -9311, -14863, 6603, - -6898, 2633, -14676, -11444, 12072, 8780, -10168, 5008, - 314, 8665, 12727, 15556, -12389, 16341, 6529, -7619, - -13015, 12914, -5460, 14075, -16011, 11453, 8689, -6233, - -10285, -10234, 7229, 8588, -12393, 8264, 8083, -11479, - 2035, -15700, 12359, 428, -10599, -10550, -4175, 12464, - -9544, -1364, -12297, -10944, -10656, -5188, -9754, 14066, - -4870, -8744, -3658, 2356, -2075, 2950, -6860, -6723, - -1944, -10389, 10768, 414, -12352, -8491, 13264, 15668, - 164, 14935, 11747, 3996, -6021, 7592, -133, -10533, - 9839, 11756, 1347, -4118, -2364, -9924, 1269, 15467, - -3124, 15595, 11282, 12387, 13977, -11809, -10343, -2349, - 11273, 14817, -7074, -7038, 13065, 1143, -1138, 15056, - -11250, 13510, -540, 6216, -4803, -12054, -16357, -4745, - 6741, -16188, -6012, -6413, -439, 2681, -14366, 6879, - -8555, -10514, 6664, -3976, -13088, 1852, -10930, 13645, - 3375, 667, 7333, -12224, 1499, -891, 13210, -10654, - 16093, 12579, 4022, 4696, -14703, 15851, 7194, 4258, - 9862, -9141, -2944, -6998, -6043, -10235, 7542, -15721, - -12000, 13802, 2372, -4, 440, -12501, -642, 2783, - 8150, 14995, 11935, -13690, 11522, 7884, -1396, 15683, - 12606, 3949, -8778, -11815, 15150, 8715, 13707, 1864, - 14698, 11464, -3715, 10408, -5595, 12318, -6536, -1317, - 2695, 6108, 3276, -6851, 3618, 9950, -8763, -948, - -7571, 731, -15299, 5922, -6801, 6106, -6086, 2209, - -9617, -15978, -10789, 15164, -3268, 2865, 14193, -13804, - 2528, 8181, 5374, 3686, 13521, 5192, 5586, -9160, - 1873, -15196, -10534, -5048, -7557, -6345, 733, 12682, - -902, -12574, 8457, 12179, -10231, 13086, 9557, -1669, - -6775, 9460, 4844, -8443, -1695, -912, 5621, 4090, - -15200, 9804, 1141, 6013, -1312, 9898, 4196, 12499, - -9892, 4336, 5825, -8449, -3245, -11061, 8403, -13976, - 1534, 11101, 9713, 7460, 13411, -12443, -14625, 2624, - 11695, -13792, -14902, 9636, 5963, 11945, 15454, -16344, - -14498, 11931, -7379, -11653, -16193, -2573, 7665, 3377, - -11567, -12168, 5967, -8489, -5297, 1346, 10356, 2604, - 9114, 7296, -13902, -2285, -15137, 13941, -4912, 148, - 6348, -1777, 5812, 784, 8977, -5203, 3595, 15495, - 1449, 4362, -8789, 632, 11098, -5599, 12293, -3191, - -1298, 10511, -14832, 7395, -2063, -5506, -14031, -14778, - 1616, 14076, 7855, 12484, 3346, -154, -14054, -4890, - 11735, -4495, -15784, 11320, 4447, -2156, -14874, -6233, - 13466, 5627, 4325, 5410, -13232, 4094, -16104, -7274, - -13291, 4760, -5874, 6855, -7489, -7108, 2158, -12296, - 11954, 10378, 5870, 15617, 15821, 1866, -2005, 5113, - -10849, 6777, 1781, -3758, -5628, -7563, -2178, -12791, - 8240, -4270, 3302, 480, 14704, -727, 5310, 1225, - 14588, 3702, -11730, 9930, -15154, -5514, 12817, -8472, - 6021, 2646, -8364, -14707, -8183, -7013, 4297, -13084, - -447, 6540, 4751, -10211, 4185, -5860, -11797, -4548, - 11080, 15932, -740, -14444, -2322, -12093, -5067, 14047, - -16372, 79, 7027, 15771, 11554, 8966, -5348, -12319, - 14937, 1340, 86, 5223, 3319, -8869, -11071, -1390, - 6370, -13191, -7117, -11013, -3559, 7879, 4258, 5883, - -10343, -15772, 3846, -15632, 15134, 354, -5940, 7207, - -1223, -5050, 2369, 14461, 3552, 8117, -16207, -10993, - -9447, -12537, -2445, -9594, 11336, 13921, -7855, 672, - -15628, 2202, 15050, 3122, 11290, 12593, 12387, -9992, - 7672, 10021, -15353, -1506, -15356, 767, 3843, 7658, - -14448, 6741, -6619, 14352, 12336, -15460, 13241, 15200, - -10835, 12460, 7047, 9547, -9801, -9522, 13677, 8761, - -8053, 2754, 3943, 3914, -4588, 10282, -9103, -6732, - 13250, 4407, -9701, -5548, 4637, -2665, -8472, 12688, - -9276, -3409, -7069, -4491, 13976, 3033, 2725, -7940, - -10596, 12380, -14248, 11969, 13393, 16244, -14296, 533, - 2377, 9050, -2400, -3606, 5841, -10425, -13693, -4626, - -14101, -14150, 1800, 4121, -1900, 4542, 9246, -12434, - -7799, 14384, 10866, 10, -12860, 11606, -6666, -7777, - 7629, 1033, 7691, 8119, -1303, -13814, 14149, 11938, - -502, -1676, -7750, -4324, -2630, 9033, -525, -12101, - 4123, 7258, 7605, 10707, 13174, 7948, 10886, 10590, - 2216, 11513, 16330, 15815, 1825, 9671, 13009, -609, - 14548, 8724, 9989, 12888, -1429, 425, 14810, -10149, - 9403, 7464, -7470, 1032, 8911, 10955, 3046, -14254, - -8637, 440, -2873, 15484, 13340, -6787, 2826, 4389, - -13499, -6516, -4084, 14185, 5647, -6444, 9030, -1814, - 12193, 13292, 13672, -12416, -11726, 529, -7035, 81, - -14637, -947, 14093, -9102, -8273, 14988, 5182, -4875, - 14549, 3504, 1312, -6396, 4863, 4011, -8608, 14583, - 2787, 5157, -5457, 507, 8702, -9700, 16181, -7301, - -13546, -2709, 11448, -8892, 16118, -12556, -14415, -14991, - 14557, -5749, -969, 2915, 16377, -14683, -6679, 3245, - 6306, -7456, 13449, 15157, 9470, 14014, -6090, 12474, - -4914, 8026, -9151, -1228, -5754, -6773, -16073, 629, - -13997, -10515, 12873, 2724, -14987, 3276, 1654, -5595, - 14992, -4333, 5749, -4109, -7591, 12413, -8632, 3319, - -528, 753, -9407, -12871, 8258, 13168, -982, -1938, - -16142, 8038, -6273, 1963, 9752, -15143, 4490, 8725, - 6780, 10297, -5256, -5125, 7982, 337, -15697, -223, - -5309, 13187, 5471, 9928, 15504, -3391, 14844, -1843, - -6979, -1745, -16341, -6240, -6517, -6947, -15081, -1918, - 10449, 10263, 7055, -5610, -9755, 8688, -842, -10604, - 7986, 15420, -383, -8953, 6113, -6244, -5823, -4132, - 9564, -10183, -2381, -6136, -13070, -5778, 11467, 2286, - -6330, -6415, 6991, 4329, -11771, -11199, -1258, 15019, - 15800, -84, 1268, -14591, 9281, -11281, 11123, 3969, - 14662, 10030, 574, -4952, 11974, -3201, 12713, -7951, - -1579, -2942, 11304, 13835, -14203, -3359, 13869, -15653, - -4514, -8347, -9860, -1264, -7905, -11272, -4795, 910, - -5512, 1187, -8643, 3633, 13835, -10314, 5461, 12218, - -11521, -2746, -7518, -5742, -4941, 12601, 13248, -6750, - -6121, -3859, 11382, 14120, 4819, 10286, -13536, -10656, - 12717, -5147, 14910, 4053, -12376, -15573, 6823, -11457, - 8466, -6517, -2718, 1091, 12168, -4434, -5705, 1385, - 3775, 1509, -1923, 3609, 6432, 5123, -5945, 8769, - 10452, 8978, 14091, 4159, -8406, -11154, -14755, -8716, - 8732, 4807, -16130, -10414, -945, 8559, 9834, 11316, - -6992, -15379, -1376, -3285, -7110, 774, -6744, -11350, - -6156, 14147, 8737, -12891, -7727, 3136, -1147, -1865, - -9189, 10994, 9740, -15515, 1082, 8751, 3488, 2936, - -7891, 11295, 8828, -16035, -4569, 6691, -8658, 12737, - 9435, 14881, -2894, -8456, 14057, 5197, -13913, 8630, - 680, 10640, 7460, -4227, -15426, -3042, -2131, -8823, - -10490, 9611, -7378, -6695, 2367, 11393, 2397, -6281, - -225, -10797, -5657, -10070, -5168, 3247, -3855, 12441, - -7623, -10729, -3814, -6485, -11858, -3057, 12319, -2038, - -2142, 1900, 9191, -14395, 14603, 16294, -7310, 6016, - 1949, -5411, 4946, -9671, 12804, -12063, -1322, 14293, - 8462, -1855, -9612, -16269, -1144, 7592, -3894, 14675, - 13419, 14972, 8042, -8652, -7254, -11600, 11659, 4489, - 8341, 2517, 12722, 6584, -11291, -6131, 4208, 4602, - -9214, 10500, -6019, -6471, 12840, -5906, -13067, -7172, - -4509, 848, 2788, 8277, -2812, -2119, -5294, 14231, - 902, 8484, 11706, -4101, -3869, -11565, 10287, -7650, - -6035, 2120, 5364, 3712, 7493, -9898, -2984, 6016, - 5491, -8903, 14315, -12645, -2733, 10927, -8783, -11840, - -5613, -4265, -4240, -8660, -14424, 9600, -2143, 3774, - 10906, -11642, 15886, 12650, 7571, 4039, -1170, -8564, - 9786, 8189, 3211, 5341, 11011, 6903, -13119, 9381, - -3318, 9318, 546, 4209, -4203, -14923, 8309, 7414, - 13895, -13619, 16106, 11987, -3986, -1916, 10886, -9872, - 2153, 15158, 4482, -11811, -5666, -13743, -13435, -9552, - 2226, 15692, -15418, 13272, -12194, -8654, 7100, -12279, - -10588, 14141, 4425, 6801, -6764, 8865, 10627, 2957, - 12757, 11430, -6060, 15715, -13621, 4541, -2635, 15286, - 15542, -1799, 5507, -756, 7177, 1690, 14236, -4271, - 10709, 43, -10579, 5828, 3460, 7513, 2131, -36, - 14436, 9062, -15194, 11878, -10154, -4544, 11828, 9022, - -5645, -4506, -13421, 15752, -14664, 50, -7162, -9316, - -2309, -6819, 14283, -11886, -15576, -8159, -10145, -7656, - 10425, -9622, -9659, -4157, 5906, 7516, 6049, -7108, - 11287, -8156, 5817, 15438, -771, -2281, 5261, -16287, - -6915, -9216, 5526, -9557, -8561, 15724, -15258, -12112, - 15901, -14038, 914, 10656, 3836, 5940, -2854, 618, - 15577, -12905, -5404, -13626, -16326, -9291, 11953, -3602, - 8156, -742, 6001, -14820, 12798, -16152, 11972, -459, - 5674, 11862, -5807, -14391, 1278, 2858, 12075, -95, - 4595, 9005, 1533, -3555, -6441, 15542, 6275, -4641, - 11273, 14573, -2060, -13952, 16320, 1033, -13813, 2192, - -16099, 10240, -7966, 13278, 13423, 9966, 3111, 6047, - 620, -15261, 194, 5227, -8151, -8458, 13939, 2908, - 4049, -6643, 4155, -7882, -8709, 9498, 9336, 13429, - -216, 2011, -6402, 3822, 2530, 224, -14205, 6765, - -5484, -3873, -16289, -9609, 12883, -3176, -13318, 15016, - 8324, 11188, 11006, 8651, -13332, -1544, -2980, 1412, - -3975, -13205, 10522, -11255, -16262, 5298, -4618, -14912, - -494, 14381, -15041, 9671, 7295, 8383, 10588, 16046, - 14958, 6112, 13568, 6553, -360, -7892, -3062, -7398, - -15422, 11400, 3279, 2081, 1728, -8949, 2141, 1885, - -339, -11350, 14396, -2163, -15691, -16203, -3380, -12159, - 15963, 13888, -9139, -8175, 9922, -8885, 11324, 13083, - -7918, -13854, -7759, 12226, 15851, 14040, 4770, 15799, - -1698, -11380, -15568, -15057, -6428, -15880, -11877, 9724, - -12863, -15418, 8785, -14004, 14205, -14838, 1232, 1397, - 2130, -12622, -7667, -5819, -352, -10505, -15316, 6118, - -6207, -7015, -7689, 1456, -1900, 6450, -14312, -1348, - 15209, 9379, -10211, 7671, -4943, 3884, -169, 379, - 4616, 1081, 4762, 11064, 16180, -16116, -11148, -438, - 1223, 11910, 8037, 6474, 4400, -451, 400, 15767, - 16334, 9295, 8436, -8596, -4436, -2175, 3107, -9210, - 9092, 12147, -15165, -8570, -5927, -2383, 10701, -1789, - -15718, 12254, 13728, 13421, -634, 10931, 12533, -10695, - 10829, -12148, -14566, -4218, -8519, 13922, 6891, 11171, - 1797, 4282, 11475, -9420, 1747, -8393, 7980, 6514, - -6613, 14431, -12718, 6323, 15965, 3991, -501, -14745, - -481, 10580, -3045, -4982, -11839, -301, 7381, -5680, - -11708, 14907, 14879, 949, 15041, -799, 2442, 11778, - -2901, 11157, 3962, 1898, 5973, -10986, 5003, 9006, - 8458, -1006, 13014, -6249, -885, -11526, -7400, 8463, - -15467, 11116, 8727, 4101, 484, -5991, -10162, -9863, - 2819, -12632, -1377, 6046, 7136, -1395, -1826, -14437, - -4496, -13825, 8831, 9126, 6671, -5782, 11722, 11562, - 3546, -6657, 14716, 142, -13458, 5411, 8457, -12346, - -11953, -139, 9375, 13433, 14552, 7364, 15311, 12462, - -15705, -12990, 5681, 6482, -126, 16284, -969, -9944, - 8606, 2661, 8926, 5050, 800, -13021, -11353, -13303, - -9403, 3374, 1312, 978, -7565, -6432, 14589, 5504, - 9242, -10825, 7817, -15418, 2810, -4412, -1736, 15786, - -15111, -15953, -9743, -7933, 13724, 9100, 3888, 13811, - 5971, 15176, -7449, 10145, -5840, -4279, 15634, 12886, - -14039, -8938, -4051, 12921, -11200, -15581, 12226, 932, - 5562, -10444, 12059, -11194, 5128, 6679, 10637, -15665, - 3285, -1752, -1967, 4291, -12331, -12423, 5575, 4897, - 1662, 2429, 7445, 15232, -10315, -623, 1128, -11262, - -15234, -8410, -2125, 1822, -8226, 1731, -13297, -15682, - -12560, -11880, -15140, -2626, -7509, -8142, 11566, -10538, - -3786, 9662, 3421, 5919, 3247, 2225, 10760, -3229, - 5954, -7543, 14691, 6628, 5284, -12997, -12022, -7848, - 10922, -2422, -18, -10267, -8686, -13834, 12168, 12808, - 15019, 11878, -5759, 8074, -5228, 6910, -9743, -7270, - 2369, -12439, 7091, 16348, -9898, -9090, 12387, -3802, - -16356, -5860, -14403, 1932, 4322, -2508, -15546, 12167, - 3606, 11843, 3406, -16055, -12369, 949, -2265, 1043, - -2984, 11333, 462, 9700, -15189, 2635, -10830, 3469, - -6393, 3446, 14688, -14124, 15, -4359, -5401, -9520, - 14914, -12931, 5390, -2843, -5465, -5255, -14777, 11969, - 15544, -219, -13480, -2832, 9096, -14369, -16305, -8846, - -3585, -11518, 7025, 3851, -14231, -11726, 12148, -3317, - 14922, 9144, 7619, 9953, -8310, 9000, 14843, 15347, - 7613, -10816, -13623, 7504, -7861, -13145, 13650, 1056, - 1788, 6243, -15017, 15209, 6154, 7126, -4550, -14530, - 14139, 10789, 13239, -14444, -7938, 9679, -15903, -13234, - -13279, 1812, 456, -12295, -2755, -408, -13053, -11930, - 12920, -7403, 8504, 4418, 9887, 3982, -14324, 491, - 6446, 1520, 1078, 1485, 14747, 2942, -2879, -3764, - 13778, -9684, -8501, -11732, -14808, -3406, -11279, 11007, - 12113, -12449, 3766, 16239, -5475, 1210, -5154, -11393, - -730, -2933, -6677, -13927, 15292, -10349, 2443, -15889, - 12007, 1805, 5610, 15417, 12469, -13062, 14697, -3822, - -7594, 15089, 4526, 686, 15677, 10654, -8959, -920, - -12380, -407, 753, 13756, -4681, -13836, 4297, 11802, - 13950, -76, 7710, 930, 582, 12206, 4371, -4545, - 2480, 1398, 2442, -6198, 3901, -9734, -13462, 10115, - -5614, 13017, 12873, 3204, 8833, -14694, 7314, 6737, - -16317, -3113, -9749, 12691, -1368, 14168, -10001, -4186, - 13352, 54, -11087, 12411, 2661, -9392, 12707, 14039, - -2139, 1086, 2631, -1584, -1964, -5215, 8904, 16049, - 3663, 769, -1714, 12500, 15178, -10804, 6100, -14282, - 13263, 10294, -2086, -7307, -142, 13814, -14643, -9277, - -8900, 8938, 12676, 8930, 15922, 12268, -7265, -7200, - 11639, 594, -8538, -1891, -14443, -3850, 12375, 15837, - 2335, -12555, -3724, 3953, -12515, 14278, 453, 2740, - 13461, 5189, 7791, 1139, -8056, 12971, -2519, 114, - 5705, 15219, 15797, 13736, -8811, 7263, 15507, -1736, - 14801, -7072, 5655, 7728, 15954, 8369, -227, -4670, - 6664, -11293, 15110, -11191, -8565, 797, -561, 11118, - 9741, 13942, -3668, 4649, 3218, 1138, 8696, -11847, - -14337, 150, -7861, 6013, 5215, 14271, -1387, 12786, - 12290, 11451, -2335, 15983, -9495, 7476, 13485, -7282, - 1853, -15465, 10694, -13622, -61, 8131, 10837, -13737, - 15638, -12757, 11123, 10862, -8509, 4728, -4529, -3028, - 6754, -3443, -5471, -9981, -11660, -10380, -13529, -5752, - -12370, 11972, -15783, -7852, 14466, 349, 8049, -14639, - -4173, 7331, 5039, -10885, -13578, 9887, -3676, -13450, - 15994, -1704, -12169, -11542, -2502, -8613, -2903, -1722, - 13072, -4401, -15133, 10579, 3057, -14166, -12154, 1364, - 6460, -9788, -3368, 7047, 15460, -1772, -5283, -12744, - 8770, -7904, 8221, 3807, 11860, -7558, 9656, -7469, - 12825, -2988, -13569, -5747, -6314, -12757, 15509, -10017, - -2354, 1403, -4427, 2810, 15359, 4700, -1873, 13722, - -2463, 9106, -15422, 3678, 12996, -98, -7274, 10312, - 5896, 606, 9470, -1710, -10984, -5896, -8187, 10897, - 14559, -6648, 3700, 5235, -16218, -4241, -6610, 13874, - 13896, -2435, -12440, 5143, -9910, 10498, -15861, 3203, - 3773, -6348, -3303, 11641, -4381, -12434, 518, -11639, - 3642, -14877, -3441, -2825, 3095, 5307, -7563, 10378, - -2746, -16271, -13583, 5757, -4942, -8744, 2711, -7555, - -3859, -5887, 13573, -4519, 11734, 1332, 730, -15257, - -2230, 7369, 2161, 10675, -11312, 8273, 6360, -10489, - -6181, 12626, 8658, 199, -6538, 11816, -9799, -2064, - 16002, 13245, 2562, 8858, 8632, 1946, 6555, -473, - -759, 7869, 8068, -9746, -13745, 6739, -1735, -4973, - 1547, 14061, -3708, 8559, -14610, 12173, 7157, 3668, - -14318, 10273, 10294, -5085, -6771, -4827, 4448, -2687, - -12277, -15979, -4298, 9612, 3522, 14026, 14009, 2926, - -15643, 744, -1444, -5627, -13356, 769, 13408, 12061, - 472, -8523, -6293, -3383, -12560, -9097, -13607, 16075, - 2820, 4341, -9859, -10784, -1662, -3184, -12836, -10779, - 3641, -158, -7526, -6487, -16206, -16350, 622, -8448, - -13464, 4339, 10267, -16325, 9433, -3435, 6466, -13679, - -6274, -7927, -10039, 10743, -5698, -15437, -9102, 11155, - 11019, 5806, -5306, -15976, 6200, -6989, 3810, 4532, - 15084, 14021, -7880, -2476, 15824, -10094, 7667, -15774, - -15128, 3041, -12527, -10887, 8608, 10161, -6512, -3877, - 3589, 6864, -1166, -4459, 16238, -5452, -2858, 531, - -6337, 4496, 6742, 11259, 14717, -5073, -2149, 8458, - 12370, 9601, 14425, -4917, -4413, 3761, 15449, 6530, - -13120, 8067, -7455, -3084, -5875, -6386, -4746, -4537, - 12666, 4016, -9815, 5594, -14524, 10777, 13941, 13389, - 5109, -7291, 11466, -8700, 13515, -3279, -8614, -10079, - -7529, 13544, 6533, 13056, -3926, -12416, -634, -11985, - -3690, -2421, 16310, -13041, -14837, 15250, -9474, -15178, - -880, -8159, -10344, -14867, 3655, -6959, -14800, -11932, - 3227, -1363, 9154, 7896, 9237, -11792, 5118, 14804, - 3639, 2388, 15349, 3991, -8046, -2215, 15970, 13599, - 12244, -12942, -5794, 14682, -14623, 15288, -1656, 7453, - 3137, -7407, -1301, -14128, -9471, 9700, 2432, -7545, - 9697, -5399, -15611, -16204, -11582, 7540, -10139, 12862, - -15082, -5380, -5926, -12774, -12832, 8403, 8623, -2878, - 2471, 7032, -6101, 5577, 6258, -16327, 12181, -1971, - -1112, -2187, 14875, 2792, 5654, 4808, 6227, 5425, - -9520, 581, 2482, 9143, 4417, 15481, -701, -8151, - 8858, -5611, -5347, 12801, -15452, 6339, -3176, -388, - -4957, 234, 13236, 4833, -5137, 13887, 12740, -15999, - 11981, -4463, 13795, 2628, 7908, 16174, -214, -13863, - -9056, 8055, -15009, 4362, 12463, -11231, 8078, 8057, - 12863, 5575, 6124, -14398, -7907, 3368, -14345, 3341, - -8039, 12792, -10324, -8149, -1375, -9545, -851, 11093, - -14081, -12535, 2987, -5629, -9508, -12284, 10487, 15801, - 7384, -1663, 5032, -14847, -10816, -6252, 7105, 6721, - -16165, 8589, 10482, 1017, 1247, 12283, 1943, -16276, - 3020, -8089, 6213, 15728, -4565, -9308, 12688, -628, - -3243, 7578, 2897, 5390, 3168, 7100, 13022, -6857, - 402, 11707, 539, 16329, 10830, 4734, 1161, 15769, - 8659, -1736, -7437, -13778, 11655, -12702, -11144, 8894, - -5255, 4826, 15552, 8542, -6900, 747, -3403, -1307, - 11047, 5181, -3248, -4258, 1060, 9461, -2845, 15184, - 14670, -8903, -10468, -14859, 530, -12672, -2442, -8966, - 10239, -3620, -10857, -8075, -2604, 8055, -8385, 11071, - 10848, -1512, -9255, 12184, 59, -11023, 9090, 7505, - -15991, 3919, -13912, 3416, -11797, -4400, -12025, 14583, - -6627, -3385, -15841, 2189, 498, 13053, 13957, 1197, - 6652, 11170, -13600, -1114, 11721, -2701, -7206, 9969, - -9920, 9992, 11680, -230, -1089, -1624, -8003, 11619, - 1326, 3984, -510, -3825, -6094, 7938, 13947, -5465, - -3023, -5222, -6221, 11091, -14801, -188, -14957, -3765, - 15811, 4350, -1210, 9244, -5013, 1582, -11024, -5998, - 11914, -15463, -10147, 4590, 3394, -7408, 11484, 1873, - -9828, -1287, -8505, 6990, 7293, 959, 15899, -4676, - 3747, -15347, 7743, 11409, 4264, -6094, 5369, 10979, - -6849, -523, 9218, -1503, 1244, 6880, -1276, 11679, - -14457, -5849, -2414, 3303, 9700, 10760, 15886, 5530, - -7607, -12878, 7568, 5128, -1547, -11432, 15199, 9852, - -2083, 420, -16050, -11848, 6251, -11472, 7066, 260, - -13137, 1906, -8253, 8677, 10695, -9372, -2954, -3671, - 7993, -541, -6757, 1585, -12401, 10930, -7862, -7640, - 6332, -4818, -10818, -6666, -5354, 11755, -1026, -14597, - -1469, -326, -4913, 10246, -3239, -15623, 10046, -14878, - -12568, -11564, -12868, -8897, -3886, 4898, -12798, -10971, - -13871, 10149, -1996, -10598, 4659, -12343, 9493, 6312, - 9057, -7266, -3734, -15517, -400, -2499, 1992, -3010, - 2771, -5140, -2741, -6477, 13663, 14607, 12357, -6066, - 14664, -139, -5961, 9026, 8141, -15791, 10704, 8314, - -6686, -14772, 7089, 9781, 15009, 9264, -12972, -160, - 6731, 8898, -4781, 8111, 12411, -232, -11837, -15643, - -2702, 563, -4390, 7162, -14271, 5611, 1128, -2034, - 93, -10559, -15548, -1412, -10349, 2898, 9088, -7032, - 11236, 2612, -7000, 3468, 2279, -14898, -795, -10997, - 12250, 15610, -13007, -2107, -230, 738, -478, -3999, - -3750, 16357, -15135, 597, 14295, 8915, -11665, -8342, - -11721, 9503, -7996, -3906, -10311, -10644, 8550, 736, - -8284, -3394, -7878, -11378, -14338, -32, -6968, -8136, - -5091, 14825, -2301, -11107, 6890, -15803, -14414, 11976, - -9888, -9022, -12641, 10317, 15735, -9231, 13044, -10725, - 10487, -7922, 7422, -12004, -2416, 456, -10537, -12106, - -237, -361, 6265, 13856, -5262, -509, 11452, -6298, - 13759, 8915, -15492, -9857, 10255, -11811, -13993, -12674, - 16156, 8188, 1708, -7489, -12975, 9097, 4793, 189, - 12110, 4686, -2086, 4102, -6003, -15470, -4028, 3338, - -3541, -11153, -13609, -16062, 6530, 8923, -3854, -2513, - 4805, 15254, 6959, -5982, 9106, 7482, -5124, -10401, - 534, 11793, 7398, 14318, 9770, 6017, -15559, -477, - 6193, 9484, -12584, -9573, 3974, -14629, -2406, -5027, - -15321, -1515, 8522, 1523, -5154, 11991, -13360, -2218, - 4690, -13629, -235, -3317, 15560, 1040, -11169, 15433, - -681, 2351, 10796, 54, 10044, -9884, 15368, 7062, - 13553, 11908, -14170, -5344, 7566, -12890, 14151, -14748, - -5225, -9780, 594, -14275, -3278, 12777, 10508, 7450, - 12842, 260, -9481, -8118, -27, 7435, -7252, -11569, - 12331, 2628, 709, -2707, -3949, 14922, 14893, -4476, - 6473, -1336, 1220, -570, 11510, 15944, 5632, -8242, - 5174, 1117, -902, -10068, 7536, -9622, 4679, 706, - 12703, 12137, -16180, 11348, 11926, -5487, 1768, -7460, - -6863, 15125, -11667, 6008, -442, 15396, 9432, 10306, - 8010, -12625, 6943, 10947, -13020, -11820, -14687, 14347, - 14416, -9198, 11937, -7237, -6302, -16157, 286, -64, - 13141, -16050, 7436, -14801, -404, 9252, 12137, -3835, - 8204, -12274, 1525, 9225, 4523, 13713, 2832, 12583, - -15224, -3983, 10776, -16259, 15279, 11270, -1802, -7148, - -7850, -2887, -6230, 10881, -10852, -14899, 16081, -12093, - 9292, 13004, -618, 49, -10112, -6898, 4960, 8671, - -2053, 4212, 11198, 9415, 15190, -7006, -5124, -5990, - -10592, -10118, -11469, 11472, 6546, 6478, -15537, 4185, - 13606, -3024, -12750, -8451, -10357, -9061, 1800, 14525, - 15656, -15473, -11827, -2598, -13772, -13556, 6699, 7131, - -14723, 15701, 7615, 4864, -9793, 10847, 3152, -16098, - 1591, 544, 8686, 5366, 13998, 2996, 9988, 2739, - 299, -6132, -12646, -8903, -14743, 5524, 1203, -14191, - -10250, -2903, 6246, -10243, 8981, -8024, -4535, 11944, - 14736, -8562, 10524, 401, -1240, -3722, 6905, -9857, - 3851, 9056, -2965, -11934, 2683, 2557, -3972, -6039, - -9230, 11930, -13379, 4873, -10299, 8038, 130, -15591, - -13152, 9816, -5174, -6047, 5243, -3583, 1412, -3902, - 2357, 7728, -8742, -12208, -14411, 12628, -968, 15581, - -14537, -2160, 2083, -10285, 12648, 7098, -5339, -13003, - -1821, 4775, 12859, 3199, -8071, 15112, -10627, 6979, - -8451, -992, 9544, 15801, 5446, 10876, 2795, -8022, - -1540, -435, 12020, -15357, 91, 18, -13552, -9227, - 15524, 969, -14633, 13062, 219, 532, 12029, 488, - -12780, 3239, -5292, -11781, 490, 6811, 9413, 4758, - -1617, -4060, -6524, -7511, 16371, 2457, 2141, 15074, - 5710, -10521, -2753, 4739, 6925, -16325, 8379, 91, - 11990, -14495, 5860, -13884, -9131, -4096, 1421, -13074, - 2864, 10165, 5553, 7372, -7759, 10762, -1869, -10567, - 4428, -8407, -870, 3503, -10192, 13377, -6045, 14597, - 13199, -4528, -8065, -16019, -7492, 654, -15756, -16362, - -6240, -11011, -2299, 14723, 5754, -8447, 14989, 3067, - 6811, 424, 3346, -8393, -4965, -3344, 6901, -6771, - 3617, 4141, -6856, -15391, 15918, 14042, -9138, 7992, - 11403, -13205, 14131, -11577, -4293, 11060, 14647, 16031, - 9425, 10402, 4152, -13766, 15207, -4315, -16320, 8265, - 1426, -14113, 11009, -3215, -13737, 9689, -4199, 15610, - 12043, -7778, -14601, 6209, 945, 12546, 11558, -1639, - 2136, -10941, -3557, -3086, -4541, -15374, 8815, 14406, - 14792, 3273, -6186, 14447, 5138, 9802, -5987, 3329, - -12278, -991, 12110, -15234, -7494, 6124, -5405, 12390, - -14127, -3233, -11697, 9632, -2059, -5486, -7927, -10806, - -6114, -3571, -6781, 11007, 10417, 9287, 8959, -5758, - 2081, 1197, -6863, -5781, -3083, -4689, -16260, 12082, - 655, -147, -2719, 6938, -975, -932, 5604, -836, - 1643, 6029, -5782, 7556, -1780, 4000, 8644, 3614, - -97, -2999, 8480, -7235, -5281, 15252, -11155, -15804, - 11513, 7316, 11524, 7107, -12250, -6495, -13859, -12280, - 11525, -5706, 16042, -7370, -14799, 8892, 11148, -6506, - -1851, -549, 9845, 2476, -15253, -15663, 13439, -941, - -5685, 13149, -7906, -12702, 14438, 9800, 6775, -3555, - -686, 1000, -7937, 3579, 14309, 3496, 12715, 9500, - -457, -8705, -1030, 691, -8250, -15275, 2949, 709, - 11984, -1382, -13317, -6432, 846, 10991, -8715, 5448, - 5694, -7442, 5749, 3903, -9359, -16364, 503, 7841, - 10385, 14832, 8820, -7342, -1271, -2520, 13738, 8608, - -16291, -8486, 5198, 1253, -14434, -2806, -12409, 6384, - -15408, 4716, -13290, -15499, -5422, -6208, 7713, -15315, - -5106, -12718, 9666, 9985, 16216, -11987, -6206, -4288, - 15988, 10646, 7607, 15416, 2878, 5892, 12406, 7054, - 15219, 9652, 11762, 10425, -7682, -7370, 13080, -9657, - 8515, 9762, -13792, 3652, -10410, 10968, -10110, -1654, - 13456, 5112, -4530, -12113, -9896, -13386, -8082, -5602, - -15322, 11229, -11184, 13861, 7049, -403, -15676, 14041, - -8638, 182, -3868, -1345, -6358, 13758, 9842, 5490, - -7919, 14980, -3007, 470, -9831, 6075, 10371, 12125, - 4712, -11364, 6070, 15743, 2830, 15604, -10655, 7387, - 4946, -2870, -7175, 7246, -12598, 15594, -3482, -658, - 5482, 11792, 15492, 1076, 10839, 12165, 12634, 12138, - -10816, 6125, 5854, -3858, 8462, 2404, -9191, -8763, - 6070, 15288, 4119, 6994, -10976, 6700, -5078, -525, - 6604, -6754, 11436, -12876, 1476, -9131, -10673, 4606, - -9646, -15473, -13337, -8581, -16151, -5983, 15262, -1630, - -10083, -1017, 13905, -4692, 11715, 3311, 1211, -1613, - -12621, -3958, -13540, -1250, -8006, 9687, -5128, -14561, - 13011, 16152, 10403, 4076, 4649, -8795, 15349, 11919, - 10232, -5725, -1892, 8727, 5361, 1609, 12080, -10168, - 16183, 10143, -6842, 6950, -6796, 10940, -7769, -14618, - 1026, -11309, -10462, -4254, -1429, -13654, 2948, -5938, - -14824, 4447, -8602, -10439, -1396, -15591, -15115, -15004, - 16227, -11537, -12896, 14041, -10362, -5825, 4049, -7185, - 14756, -10628, -15496, 5325, -13117, 9449, 12159, 4480, - 15996, 8150, -9273, -4494, 7512, -8126, 5120, 8198, - -1701, -7538, -4187, 3110, 1417, -12957, -8373, 7306, - 10391, -12059, 8481, 10849, -11775, -11789, -380, 10795, - -2344, -1000, 8802, 1401, -8688, 3154, -9363, 6765, - 6327, 9220, -9213, -4174, 12220, -9680, -11913, 13814, - 11842, 13388, 13587, 13987, -11721, -15902, -15525, -12782, - -16300, -16149, 3865, -10408, -8766, -14033, -1702, -6298, - -2132, -5137, -2094, 13443, 12034, 14443, -829, -3428, - -4337, -8961, 15982, -11317, -6747, 2646, 7637, -5280, - -2815, -4015, -7125, 1558, -9067, 5963, -13734, -5839, - 6115, -8566, 13449, -11387, -3589, -409, -13064, 151, - 355, 984, -11320, -8712, 3903, -6259, -9388, -7122, - 1436, 7178, -15096, 4849, 9806, 12813, -2680, 3792, - 11555, 4490, -1312, -10048, -6410, 1543, -9554, -4882, - 6780, 14475, 10350, 1595, 14045, 10742, 4547, 8435, - 9544, 11098, -8762, -863, 11361, -12304, 9426, 130, - 10052, 15381, -7815, -6972, -6851, 15054, -6019, 1218, - -9189, -11072, -5353, 4147, 13711, -2944, -15325, -2648, - 11690, -13250, 12133, 6010, -8346, -1115, 9540, -8027, - -2754, 14457, -6250, -16195, 171, 233, -4135, 4083, - 9423, -7674, -3873, -1428, -8484, 10572, 12253, 4439, - 12592, 5569, -2064, -3073, 1056, 3786, 3281, -6899, - -14024, -12336, -906, 1927, -9159, -3687, 12709, 6429, - -2803, -8574, 14758, -1337, 2351, 4335, -6999, 11084, - -10847, 683, 14094, 6495, 16012, -7060, 6743, -8598, - 2497, 8253, -9939, 5066, -11222, 11162, 12367, 1613, - 7281, 730, 11001, -7082, 11863, 5449, -1546, 927, - 12449, -8593, 13143, -3298, -15473, -15378, 3630, -5197, - -12753, 10512, 9677, -8423, -16216, 9023, -6187, -5296, - -315, -4810, 3244, -5917, -7229, -15595, -1102, 11484, - -12894, 13953, -14215, 10566, -15850, 7287, -3191, -5420, - -3705, -15929, -2409, 9274, 9320, 12056, -8934, 1033, - 11212, -11039, -15836, 4721, -1828, -2976, 2030, -11898, - -10055, -8919, 10123, -3410, -1841, 9570, -2933, 3741, - 3808, 14912, -6046, -15238, 11283, -6739, -3082, -15153, - 3713, 9793, -3614, -16022, 3623, 6460, 8987, -242, - -12188, -10493, -9213, 6693, 12116, -12851, -5865, 12330, - -13016, 3195, -6600, -32, -6931, 339, 8917, -8282, - 16228, 5939, 1260, -3702, 9755, 11124, 13283, -14671, - -6441, 9032, -1161, -8150, 5613, -228, -10802, -2470, - 12667, -2974, -10226, 5669, 4379, -6514, 12621, -1952, - 16185, -6440, 14074, -7292, -6175, -15076, -2156, 9354, - 4103, -16275, 11788, -12681, 10170, -11503, -14582, -14471, - 7116, 12323, 11987, -5396, 5033, -11215, 6535, -9569, - -6881, 2791, -772, -13809, 7686, 15036, 1366, -8103, - 14576, -7973, -11017, 3534, 14773, -3191, -12544, 10998, - 5622, -5605, 10204, 345, -7342, 8771, 13815, -15092, - -4692, 5006, -11169, -13427, -8653, 7209, -7879, 14502, - 15012, -10285, -10896, -13427, 6144, 15326, 6038, 15407, - -5678, 2753, -9916, 13406, -252, -15064, -9609, -12084, - -417, -13947, -11484, -8762, 4682, -10019, 7465, 1883, - -5836, 3966, 8145, 7970, -14313, 4991, 6688, 7425, - 12978, 9096, 1223, 479, 15737, -6024, 8692, -4515, - 8992, 11056, 14216, 12480, -6158, 5078, -5208, 4808, - -10, 5380, -15073, -11711, 12817, 13035, 8570, 3485, - 16233, 4377, 10408, 12672, 2441, -11376, 6150, 5854, - 1089, 14806, 14647, -5387, 11931, 4330, -1248, -6162, - -16327, 8816, 7234, 13722, 9475, -5841, 11824, 16342, - -3526, 2870, 12923, -11884, -11022, 6456, 8982, -10550, - 5316, -1164, -1349, 2826, 8686, 6526, 4616, -5444, - 11960, -5987, 10796, -4621, -13216, 7694, -9270, 1555, - -9076, 10409, 3803, 1448, -1172, -6304, 14585, -1341, - -11386, 3543, -1300, -44, -2112, -7568, 4239, 11581, - -13601, 8188, 8618, 11608, 8120, 9831, 8407, -12401, - 907, 5644, 16268, 10743, 7303, -10578, 16365, 6835, - -9672, -15541, -12439, 15305, -16297, 9481, -2351, 6021, - 874, -10681, -14142, 13690, 12202, 65, -14768, 6700, - -14738, -12359, 10893, -3528, -895, 11133, -11992, -4558, - -1401, -10818, -4159, 9829, -10654, 3485, -1612, 16188, - -13392, 15433, -13752, 11560, -2015, 10625, -7361, -6845, - -4687, -8303, -10225, -7306, -14827, 8420, 2905, -13783, - -536, 6225, -6320, 37, 3623, 49, 8767, 15539, - 7845, -7617, -8134, 9287, 11137, 8760, -4368, 517, - -1734, -14778, -16360, 13995, -7604, -4303, 3610, 15579, - 2546, 1466, -1009, 2241, 9730, -7822, 6084, -6568, - 6539, -8720, 15115, 6667, -10362, 15583, 14426, 12662, - -11266, -1472, -5001, -6537, -14923, -1111, -10556, 792, - 7026, -4606, -6416, 13823, -16234, 6770, 939, -14871, - -7480, -15872, -12799, -1349, 9806, 15686, 1089, -3757, - 12650, 4307, 3823, 7784, -3609, -13739, -10370, -2498, - 2044, -12929, -569, -990, 8243, 8496, -2154, -7943, - -7032, -101, 6165, 1275, 10584, 794, 14430, -12045, - -7040, -14756, -4888, -10152, -4561, -11048, -8616, -5419, - 1177, 1741, -14210, 5384, -3650, -7614, 11200, 8908, - 11810, -14469, -1383, -2167, 12141, -7667, -6721, -8232, - -1892, -5145, 1170, -2714, 5338, -9626, -14400, 14811, - -11644, 4162, 9931, -13687, -10108, 11822, 7851, -9091, - -11308, -15998, 6199, -6146, 6719, -47, 784, 9127, - 11139, -439, 16042, 6488, -10143, 11571, -10943, 4042, - 14453, 6695, -2230, -9257, -10814, 6749, 3161, 1304, - -15310, 6637, 8267, 7672, -15189, 11169, 11395, 8843, - -7849, -4073, 2544, -15130, -12998, 3808, 10649, 2319, - -11802, 7695, 6544, 15896, -15641, 11247, 7422, 14539, - 10865, -14023, -15684, 15509, -1523, 35, -3380, -10836, - 9252, -5168, 1506, 1832, -9678, 3059, 14094, -14718, - 3765, -6642, -5546, 15000, -15831, 4926, -1231, -6506, - -8329, -14268, -6141, -3222, -11991, 9780, 12591, 16040, - -15633, 5092, 11580, 15543, 9453, 3402, -14646, 12137, - -994, 2550, -12174, -4704, -13875, -12860, 14511, -8790, - 6447, 15250, -2212, 13196, 10871, 11448, -1322, 5378, - 5480, -12695, 2111, -10519, 6123, -5108, 2838, -14181, - 8129, -15557, 1025, 5412, 13373, -13784, -11095, 10156, - -15262, 5006, -8921, -15828, 6822, -1283, 8927, -6747, - 6583, 8791, 2618, 1769, 2912, 2262, -5860, 1244, - 14850, -12857, -7611, -4891, 15318, -2962, 13910, 5770, - 2136, -2471, 13218, 11254, -1137, 9475, -6375, 9982, - -8057, 15038, -3408, 4993, 7425, 10536, 4554, 16337, - 815, -9796, 10451, -12394, -2883, 13956, 3901, 14498, - -366, -4965, -3951, 4322, 1021, 15368, -4367, 6427, - 1360, -9384, -680, 13908, 10343, 4860, 16348, 12404, - 5675, 6087, -3621, -891, -877, -13915, -2800, -8298, - -16220, -13587, -7495, -7696, -16123, 8823, 2796, -2684, - 5637, 2578, 4927, -5554, 6611, 9388, 11353, 917, - 11176, 15684, 5364, -6570, 14083, -3911, 11217, -9638, - 5081, 15833, 13981, 12374, 11626, -2530, -1994, -517, - -15886, 12343, 6633, -9205, 4566, 12690, 3126, 13076, - 15544, -8395, -6702, 15056, 7897, 12274, 2058, 16043, - -79, 2131, 4096, -11019, -16082, -12648, -6537, -15189, - -7529, -12624, -14566, -1837, -10860, -1663, -13103, 2332, - 2786, 2899, 7081, -12944, -5199, 928, 3841, -8426, - -4977, -1089, 7970, -5058, -1863, 2199, 11999, 15906, - 12157, 1552, 11589, -15069, -8092, 14918, -6467, 10538, - 2149, -14201, -4436, 3662, -12171, -7861, 4463, 3495, - -10899, 1747, 1698, 1962, 6067, -7181, 10132, -13237, - -12687, -8454, 272, 10335, 7422, 3636, -15764, -6016, - 148, -3167, -1241, 3406, -9022, 519, 14385, 7007, - -3108, 14795, 8721, -873, 1505, -10633, -11793, 9070, - 7379, 14108, 13070, 9915, -15551, -5889, 15155, -623, - 16088, -15243, 7261, -14320, 8176, -2066, -4596, -1518, - 36, 12129, -11535, -3023, -4241, 1323, -14547, -14130, - 3181, 7679, -13188, 15455, 16371, -3095, -268, 4576, - -5329, -7183, 3835, -2500, -7940, 4330, -13411, 11166, - -15521, 5793, -12696, -6523, -6405, -1242, 8184, 2591, - 1112, 156, 11779, -5009, -1809, 5767, -11196, 1236, - 11547, -15020, 7776, 16040, -599, -14788, 14983, 5206, - 10696, 6008, -12691, -3767, -716, 2499, -12288, -4525, - 12272, 9347, -14244, 15995, -6975, -10075, -5733, -5724, - -12606, 2384, 14023, 15375, -64, 453, 4952, -1520, - -8940, 9546, -15743, -5995, -11219, 8156, -8133, 6405, - -9093, 2053, -15398, 13892, 13290, 1245, -13960, -14605, - -498, -12661, -2775, -11800, 14531, -10471, 10746, 11899, - -5766, -16299, -12627, 2029, 10179, -8856, -6958, 11844, - 12093, -4111, 4082, 8645, 1238, -16371, -15557, 15638, - 1390, 9157, -3156, 9867, -5277, -1146, 667, 10243, - 14910, -14939, -10232, -2322, 669, 10231, -15783, -6450, - -7508, -6298, -11873, 7866, -5627, 8048, 4670, -3920, - -16206, -6905, -14674, -12414, 1607, 5154, 938, -10361, - 1813, -8521, 2875, 15793, -3693, -8559, -453, 4818, - -5847, 6532, 1974, 4530, 5020, -12019, 7386, -14088, - -4877, -7439, -7747, -5279, 4548, -11526, 7310, -780, - -13615, 1944, -13911, 3242, -14386, -2439, -9277, -7250, - 5255, 7575, 6736, -2823, 1003, 12589, 9249, 10193, - -2011, 10357, -8498, 9762, 3632, 2641, 1761, -4782, - 7417, 12935, 14155, 9747, 2021, -2652, -11541, 11401, - -14472, -10138, -16181, 15751, 3484, 9039, -9526, 5899, - -1568, -7622, 5625, -13686, 5912, -16289, 13596, 15046, - -9510, 593, 4808, 7338, 5263, 3326, -6711, -2581, - -9393, -16142, 8907, 10478, -1350, -507, 11534, 2439, - -1659, -2270, -7854, 15057, 13239, -11975, -14929, -15002, - -2343, -10753, -1963, 411, 9009, 5017, -5697, -7410, - -1062, 10684, -11577, -5285, -3134, -918, 9878, 13805, - -6105, 13841, 14945, 13695, 10603, 973, -8497, -14441, - 12135, 2631, -4824, -16252, 13460, 13403, -13098, -1089, - -964, -9095, 14450, 3484, -4682, 3564, -15316, -502, - -14670, 7455, 570, 3326, 1526, 6356, 6618, -4707, - -6949, 13913, 448, 4026, -9941, -2062, 10630, -2619, - -6283, -3897, -7619, 6277, -16300, 683, 214, -7954, - -12719, 14072, -13167, 10494, 2063, 13398, -11199, -4255, - -5119, 7883, 11676, -6481, -8374, -11207, -14740, 11190, - -14617, 13277, -9247, 5751, 14928, -3688, -13806, 6662, - -15692, 12785, 9184, -11979, -6005, 6578, 4988, -11712, - 13952, 7730, 11774, -16209, -16140, -4983, -14051, -4276, - -2593, -5139, -7949, 15286, -8699, 2012, -13142, -11312, - -6682, 10315, 1059, -1990, -15727, 8259, -2838, 16165, - 1077, -5365, -2061, 9441, -12083, 16163, 184, 1874, - 7992, 12182, 15851, -7463, -15697, -1023, 15859, -8463, - 8637, -14307, 1545, -4623, -292, 5883, -4265, -9188, - 1725, 331, -3428, -9587, -8867, 1948, 4895, -13812, - 8410, -1533, 16090, 2153, 99, -8542, 14192, 13697, - -5679, -5014, 423, 7676, 4969, -446, -4259, 8813, - -13139, 12482, 383, -15511, -8052, -5375, 15987, 4943, - -9565, 9923, 5189, 14175, -3551, -5375, -3591, 2306, - -13167, 13179, -2323, 9693, -4083, -248, -550, -14121, - 39, 10547, -15629, -1707, 169, -4694, -12213, 9083, - 5545, 960, -366, 11419, -15487, -3121, 2463, -12503, - -8182, -14141, -10512, 1487, 3366, 4448, -342, 3114, - 991, 7114, -10825, -16028, -9577, -7678, -9464, 902, - -11929, -11410, 1291, 4820, -1991, 11846, -1672, -14192, - -10358, -10630, 9325, 15384, 6856, -3780, 2757, -10708, - -13693, 14687, -7241, -13205, 8020, 2504, -14147, -11657, - -3588, 12989, 11392, -10047, 6865, 6837, -6245, -872, - -4780, 2976, -12511, 14320, -5973, 15157, 8456, 13512, - 11621, -4379, 5474, 13794, -11683, -9274, -16099, 13260, - -10039, 5028, 5362, -7442, 14958, 13710, -6540, 15107, - -9852, -10262, -4056, 2598, -6370, 16310, -11888, 6573, - 11054, -13306, 7869, 5943, 12865, -2123, -12214, -13365, - -7685, 6098, -16027, 13200, -6224, 4752, -5613, -9229, - 7075, -4795, -1790, 10460, -9554, -15710, 5628, 10902, - 1826, -3035, -418, 12447, -3045, 5226, 1004, -12000, - -16042, -3002, 13521, -15814, -1741, -11432, -2457, -7981, - 721, -12586, 9741, -14794, -3185, -5280, 5658, -6884, - 11839, -16376, 3124, 10998, 6020, -7638, 3991, 5625, - -12908, -14596, 908, 1612, -10571, -8892, -8811, 10655, - -84, -15970, 10729, -10253, -7857, -9052, 15093, -14662, - 4616, -6792, -11997, -110, 10027, -7494, 8377, 2702, - -1522, 15978, -4579, 12077, 7235, 11140, -8340, -1907, - -8566, -15646, 392, -9228, -8637, -12740, -13187, -13754, - -4810, -1377, -14646, 15979, 15400, -6806, 10864, 285, - 14769, -14318, 10848, -11066, 2523, -6471, 4833, 5320, - 4854, 3154, -6662, 11421, -999, 11938, 15704, 10913, - -14350, 3911, -8707, 4206, 14453, -9751, -15369, 2320, - -10219, 12074, -14173, -47, -16352, -3730, 11566, 7586, - 7773, 8272, -1807, 9894, 8892, 9140, -12938, -9325, - -13579, 7296, 9795, -10944, 1630, -708, 12422, -4617, - -15586, 13944, 15810, -650, -5146, -10038, -14043, -14754, - 7406, -8965, 13334, -15874, 13064, 13, -9022, 1789, - -11602, -13323, -857, -8792, -9116, -8535, -6427, -12579, - -15649, -759, -15278, 2798, 13428, 1884, 9916, 12529, - 11057, 4752, -4415, 8227, -10074, 13180, -3742, 15453, - 1327, -9502, 11905, 10765, 8990, -12573, 11212, 10007, - -3455, 4004, 13434, -1829, 6345, 11479, -2758, -699, - 15513, 8466, -13958, 14052, 7810, 1991, 13428, -11466, - -11519, -7295, -2144, 116, 15329, -663, 11171, 14753, - -9412, 6372, -3228, -10001, -13608, 15680, 11676, 9260, - -7131, -14113, 6684, 5462, 10800, 13232, 13335, 1398, - -11257, 14267, -734, -12812, -7322, -3346, 3358, 8680, - 15447, 8137, -3442, 13387, 13820, -15696, -3990, 9402, - -3195, 12192, 3715, -2171, 5865, 14298, 13560, -11577, - 10968, 11473, 15887, 10257, 482, 8167, -6086, 11752, - -12599, -7605, -2297, 11186, 13259, -15510, -1709, -14453, - -1777, 4058, 5628, -5988, 12387, 928, 9025, 1583, - 3772, 15832, -3682, 5545, 6723, 15109, 6937, 3940, - -2014, 3294, 13941, -4834, -3574, -1702, -14548, 1141, - 9861, -15755, 4990, -13658, 2547, 1558, -1585, -2359, - -3648, 10018, -14994, 4540, 10243, 4080, 448, 11597, - 11967, -9711, 13217, -6707, -11465, -16040, -14201, 6760, - 3398, -2897, 4838, 14241, -11332, -2082, 6940, -9306, - -3624, 14811, -7054, -1771, -6232, -4486, -3965, -1367, - 10349, -9699, 11918, 772, 11172, 6273, -465, -11326, - 12286, 13054, 11690, 7675, 3339, -8732, -4939, -15410, - 2830, -15333, -2430, 15862, 9428, 897, -2805, 14612, - -8858, -3405, 1118, -10961, 2003, -13240, -16148, 8308, - 1972, -2402, 1665, 448, -12096, -4696, 15956, -12516, - 1117, 2577, 5565, 8366, -1617, 1542, -2449, 3036, - 6849, -7874, -6463, 10225, 850, -8682, 4937, -5018, - 6921, 8601, -8901, -9509, 1025, -6548, -7685, 1682, - 14862, 3513, 10090, 1201, -2350, -7653, -13454, 6981, - -4968, -7205, -9443, -15603, 653, -88, 5611, 7202, - 4312, 6424, 12000, 16171, 6754, -6036, -8627, -15221, - 8141, 12072, 6462, -13980, -5370, -16336, 1928, 631, - -10049, 11445, -7240, 3570, -9260, -15295, -10872, 9108, - 10159, 1976, -11792, -1845, -11689, 7780, -4392, -9837, - -4701, 11766, -14864, 7291, -13343, 15591, 4106, 8129, - 791, 4659, 11713, -10431, -14197, -13432, 1481, 1454, - 2189, 14253, 6767, -14533, 5718, -4717, 5332, -10389, - 10197, 7759, 1506, -5877, -9333, -11710, -8316, -8406, - 1004, 2622, -11255, -8093, -2097, 1842, -2092, -6848, - 2235, 14957, -3559, -1975, -12691, -5097, 7689, 15908, - 14679, 12141, 724, -9542, 691, -7655, -15595, -11812, - 7248, -6798, 13702, 9606, -11530, 1437, -11630, -3438, - -12810, 8677, 5053, 15620, 2440, -135, 3724, -12194, - -4379, 5743, -11401, 10115, 13913, -6982, -453, -8302, - -4395, 6059, 12800, 9073, -2160, 5308, 2313, -4884, - -5905, 12292, 14269, 15438, 1040, 12392, -8228, 1010, - 14198, -2034, -15778, 11693, -628, 2430, -4038, -881, - -13194, -8086, 8879, -8916, -4071, -15597, -8154, -8071, - 7100, 752, -2516, -560, -13466, -15823, -7190, -3340, - -15618, -12758, -12631, 972, -4157, 3823, -7410, 5973, - 14024, -9746, -1406, 12439, -13923, 7345, -2533, -11953, - -12806, 15015, 491, -9844, -15524, -9191, -7970, 11748, - 13575, 1531, 16245, 6816, 9101, -14506, -12407, -11806, - -3729, 7273, -6197, 15557, -1346, 3833, -2549, -8896, - 10756, 9875, 2650, -4481, 664, -12551, -15191, -2294, - 5380, 11769, -11887, -151, -12577, 9622, 1764, -3987, - -7446, 7841, -14268, 15398, -5985, 1373, 12930, -12079, - -1968, 14021, -14516, -10892, -11084, -12205, 15276, -5287, - 5772, 2443, 3695, -5975, -4613, 9885, 457, 7074, - 3176, 10150, 6563, -12260, -1494, -12338, 15404, 8188, - 6265, -10541, 183, 499, -7051, 10627, -12972, 6930, - -4205, -5812, 13691, -4969, 1247, 1682, 13090, -7742, - -12539, -13789, -4296, -10184, 11374, -11196, 13108, 13505, - 10489, 6504, 2518, -13253, 15570, 1850, 6734, -7279, - -11982, 13889, -2605, 7878, -10961, -1986, -4896, 9423, - 14298, -879, -9204, -3290, -7581, -7935, -15047, -13931, - 13233, 4251, -8034, 15202, -2590, 13834, -2823, -2341, - 14402, 5115, 5814, -11822, 6920, -12381, -6985, -14702, - -4714, 7503, 7549, 6031, 12205, -8684, 7059, 5333, - -14574, -1359, -3826, -2145, 6316, 10512, -7399, 4640, - -4882, -5085, -4617, -8015, -10052, 10224, -2158, 9743, - 12389, -5167, 13391, -11971, 6796, 2212, 15464, -15428, - 4059, -2319, -1092, -2144, -2437, -2054, 3395, -7887, - -5778, -15586, 9116, -5249, 6395, -15793, 12152, 10425, - 5675, -10681, 11479, 13002, 10688, 6301, 4982, -7681, - -11079, -13015, 1944, -7774, 2990, -3177, 10308, 2646, - 15095, -15103, -434, -4516, 3203, -12853, -15254, -854, - 9399, -14575, -13816, -13615, -3675, 68, -6900, -10525, - -8412, -41, 15193, -1703, 8125, -2784, -5299, 12509, - 15060, -11096, 10843, 2976, 11803, -15783, 2617, 3802, - -3561, 2855, 4533, -11727, -9343, 11187, 12968, -1433, - -14956, 4824, 11478, 15061, 2435, -8970, 7914, -9184, - 2043, 1412, 6738, 4873, -2800, -16100, 7069, 6348, - 14413, 4812, -14782, -8664, 2425, -4615, -8564, -9040, - 640, -7688, 13450, 5053, -11104, 10957, -6055, -5615, - 11989, 2761, -8009, -3505, -15595, -10663, 8411, -11140, - -10747, 2112, 12449, 6906, 15210, 13478, 4876, 15033, - -14853, -12128, -172, 8223, 6550, 6398, 13769, -7911, - 6727, -14921, -11917, -14954, -12450, 931, 10323, -6319, - -15485, 14334, -11741, -9886, 9974, 4696, 6617, 1430, - 9860, 4638, 14743, -11673, -15565, -1865, -10800, 12126, - 16252, 12413, -3785, -307, -291, -3909, -13677, 5753, - 15993, -1053, 1816, -6409, 15693, -3954, 9255, -10044, - 14971, -2072, -439, 10993, -5298, -9879, 6670, -9649, - 13045, -900, -12427, -6041, -9989, 7617, 1405, 9713, - -13669, 16264, 16123, 2400, -14348, 3493, 10767, 11686, - 10564, -1532, 14533, 13040, -8162, -8429, 4086, -15064, - -11487, -13870, 14449, 11285, -3503, -1546, -171, -5648, - -12940, 5971, -11402, 2482, -5059, 14384, -12005, -5894, - 15691, -11969, 3109, 4676, 9238, 15532, 4606, -5524, - -10867, -12732, -14062, 14533, 3893, -13105, 16120, 8366, - -5767, 9051, 15651, -1186, 13478, 1621, 14623, 426, - -11249, 4321, 13543, -6064, 1106, -15235, -13937, 15803, - 6700, -15363, 4880, -795, 5485, -11303, -4998, -5517, - -3375, -724, -6058, 9980, 13337, 2079, 13775, 5150, - 3486, -3072, 14212, 13100, 15955, 2754, 6092, 8054, - -11204, 14871, -10086, 12578, 7617, -4568, 6535, 7183, - -15115, -2341, -7604, 3656, 10889, -2792, -3316, -4108, - -2913, -719, -11299, 10049, 10046, -4380, 6261, -7134, - -15041, -13300, -2209, -10556, -1276, -12858, 8193, 1969, - 4764, 16015, -16120, 7377, 649, 8910, -971, -15967, - 5154, 6576, 13255, 2227, 2051, -2846, -2517, -2300, - 2324, -15676, -8255, 11699, -16165, -14831, 12203, 1610, - -12127, -15488, -2527, -14989, 5269, -13481, -8017, -11433, - -7779, 10273, -1387, -11836, -310, -3313, 8993, -3890, - -10322, 6521, -10539, 10129, -3292, 10158, 4161, -15871, - 4895, -11083, 14308, -14274, 13619, 6201, -13541, 5579, - 14004, -8671, 10240, -6707, 11026, 15542, 3381, -2352, - -11334, -9606, -5340, 11161, 9037, 13965, -13718, 14096, - -1166, 16114, 935, 11144, -8348, -7312, 16321, -1148, - -1444, -9781, 9890, -1563, 13622, 10416, 6242, 1768, - -3262, 3312, -4180, -6583, -10398, 1574, 15144, -6282, - -13232, -2208, 7071, -7414, -15473, 13649, 3, -15463, - 11624, 14346, -2736, 12382, 1097, 3637, -8285, 6609, - -7026, 11586, 11971, -16208, -15914, 7006, -13590, 13986, - 1366, 12558, -12967, 6412, 11488, -2112, -7732, 414, - -2481, -4455, -5289, -3334, -7847, -12784, -5072, -16200, - -3896, 4019, -1027, 7594, -5632, 7167, -859, -12948, - -8616, -15914, -499, -15190, 10693, 12447, -10526, -906, - 4906, -10929, 4850, 10825, -8247, -14099, -13115, -14786, - 2024, -535, 3259, 15316, -15264, -3649, -16045, 6176, - 14378, -1056, -7591, -9405, -15952, 7452, -13500, -15031, - 7251, 9400, 5775, -2226, 13024, 13948, -10271, -15242, - -14004, -10096, -9082, -5193, -6185, 14986, -14120, -9623, - -5714, 16008, 3083, 4579, -11562, 8048, 10702, -10186, - 13976, -6710, 5333, -5306, 767, -15774, -8263, -11592, - -3029, 4765, -12715, 7690, -3589, -9221, 13711, -11294, - 10209, 14799, 11833, -12317, -13914, 4875, -14237, 4235, - 13711, 6882, -13687, 9764, -11503, 2769, 16158, -13279, - 6410, 7869, -2997, -11510, -10259, -9164, 5919, -6930, - -9415, 13960, 1246, -9387, -10860, -8916, 3581, -6222, - -6566, 6678, -8705, -8603, -2397, 8820, 12763, 7566, - 9269, 10111, 15654, 8885, -1393, -14155, 4150, -5412, - -3161, 1544, -5720, 9057, 9288, 13318, 2239, 12730, - 10525, 10546, 9149, -12294, -5042, 1071, -15268, 12946, - 7090, 5823, 10082, -4934, -3458, 9978, -5870, 14222, - -1194, 776, -7748, -11383, -4296, 9607, -5867, -5440, - 13712, -3563, 81, 13053, -1427, 16125, 8186, -908, - 15376, -15665, -1391, 5884, 11506, -8138, -14356, -1754, - -5598, -1488, 14527, 765, 13234, 11814, 13237, -7332, - 10487, 12949, -3513, 7575, -14444, 14797, -2636, -6098, - -10363, -8647, 392, 8573, 1365, 10336, -6157, 8986, - -4059, 16018, 12361, 6148, 12548, -3785, 15621, -3555, - -4334, 5318, 13541, -4019, -15851, 5961, -2729, -72, - 14093, -37, 618, 15437, 1822, 13624, -5789, 4254, - 2485, -15601, 1050, 1845, 15746, -2895, 16167, -1247, - -8040, 4756, -1363, 12881, 15504, -12768, -13102, -5558, - -1595, -6974, 15195, -5116, -8433, -14752, -12575, -5537, - -8602, -3913, 14651, 7340, -5577, -12147, -4506, 16266, - -5417, 14334, 9128, -14278, 12979, 8803, 14746, -8958, - 1451, 3495, 1494, 14088, 6694, 14428, -1715, -106, - 13793, -15119, -7643, -1057, -368, -11565, 2618, 7779, - 7730, 1302, -8903, -1278, 1119, 5900, 4042, -14560, - -1723, -3905, 11508, 1295, 5019, 9971, -11285, 2261, - 4740, 10224, -5745, -2810, 10306, 14384, -15412, 15910, - -2739, -6880, -7009, 3231, 13341, -16102, -3621, -266, - 1379, 15258, -1810, 10865, 5324, -7552, 329, 10110, - -7312, 11668, -15946, -575, -13939, -11666, 4431, 4867, - 884, 11749, 6825, -1158, -2603, 508, 12291, 12805, - -16320, 47, 10821, 1874, -1219, -2098, 5630, -1993, - -8760, -2640, 13401, -3727, 9396, 121, -4616, -7342, - -11144, -5202, -12023, -5801, 12027, 1492, -14653, 13560, - 11438, 8250, 8317, -6244, 2092, 3104, 3373, 12404, - -2316, 15718, -934, 3977, 10977, -9198, -14075, -14760, - 13164, 3019, -921, -4129, 7957, -973, -3780, -1688, -//DB: remove the last 2 lines of data to compensate for the 2 first lines of zeros -// -10971, -9525, 1922, -1967, -4812, -14443, -15426, 1282, -// 7301, 9117, -4762, -14116, -15768, -4345, -15216, -12374, -// 0, 0, 0, 0, 0, 0, 0, 0, -// 0, 0, 0, 0, 0, 0, 0, 0 -}; - -/*Ramp input -short int cint16input[] = { - - 0, 0, 1, 1, 2, 2, 3, 3, - 4, 4, 5, 5, 6, 6, 7, 7, - 8, 8, 9, 9, 10, 10, 11, 11, - 12, 12, 13, 13, 14, 14, 15, 15, - 16, 16, 17, 17, 18, 18, 19, 19, - 20, 20, 21, 21, 22, 22, 23, 23, - 24, 24, 25, 25, 26, 26, 27, 27, - 28, 28, 29, 29, 30, 30, 31, 31, - 32, 32, 33, 33, 34, 34, 35, 35, - 36, 36, 37, 37, 38, 38, 39, 39, - 40, 40, 41, 41, 42, 42, 43, 43, - 44, 44, 45, 45, 46, 46, 47, 47, - 48, 48, 49, 49, 50, 50, 51, 51, - 52, 52, 53, 53, 54, 54, 55, 55, - 56, 56, 57, 57, 58, 58, 59, 59, - 60, 60, 61, 61, 62, 62, 63, 63, - 64, 64, 65, 65, 66, 66, 67, 67, - 68, 68, 69, 69, 70, 70, 71, 71, - 72, 72, 73, 73, 74, 74, 75, 75, - 76, 76, 77, 77, 78, 78, 79, 79, - 80, 80, 81, 81, 82, 82, 83, 83, - 84, 84, 85, 85, 86, 86, 87, 87, - 88, 88, 89, 89, 90, 90, 91, 91, - 92, 92, 93, 93, 94, 94, 95, 95, - 96, 96, 97, 97, 98, 98, 99, 99, - 100, 100, 101, 101, 102, 102, 103, 103, - 104, 104, 105, 105, 106, 106, 107, 107, - 108, 108, 109, 109, 110, 110, 111, 111, - 112, 112, 113, 113, 114, 114, 115, 115, - 116, 116, 117, 117, 118, 118, 119, 119, - 120, 120, 121, 121, 122, 122, 123, 123, - 124, 124, 125, 125, 126, 126, 127, 127, - 128, 128, 129, 129, 130, 130, 131, 131, - 132, 132, 133, 133, 134, 134, 135, 135, - 136, 136, 137, 137, 138, 138, 139, 139, - 140, 140, 141, 141, 142, 142, 143, 143, - 144, 144, 145, 145, 146, 146, 147, 147, - 148, 148, 149, 149, 150, 150, 151, 151, - 152, 152, 153, 153, 154, 154, 155, 155, - 156, 156, 157, 157, 158, 158, 159, 159, - 160, 160, 161, 161, 162, 162, 163, 163, - 164, 164, 165, 165, 166, 166, 167, 167, - 168, 168, 169, 169, 170, 170, 171, 171, - 172, 172, 173, 173, 174, 174, 175, 175, - 176, 176, 177, 177, 178, 178, 179, 179, - 180, 180, 181, 181, 182, 182, 183, 183, - 184, 184, 185, 185, 186, 186, 187, 187, - 188, 188, 189, 189, 190, 190, 191, 191, - 192, 192, 193, 193, 194, 194, 195, 195, - 196, 196, 197, 197, 198, 198, 199, 199, - 200, 200, 201, 201, 202, 202, 203, 203, - 204, 204, 205, 205, 206, 206, 207, 207, - 208, 208, 209, 209, 210, 210, 211, 211, - 212, 212, 213, 213, 214, 214, 215, 215, - 216, 216, 217, 217, 218, 218, 219, 219, - 220, 220, 221, 221, 222, 222, 223, 223, - 224, 224, 225, 225, 226, 226, 227, 227, - 228, 228, 229, 229, 230, 230, 231, 231, - 232, 232, 233, 233, 234, 234, 235, 235, - 236, 236, 237, 237, 238, 238, 239, 239, - 240, 240, 241, 241, 242, 242, 243, 243, - 244, 244, 245, 245, 246, 246, 247, 247, - 248, 248, 249, 249, 250, 250, 251, 251, - 252, 252, 253, 253, 254, 254, 255, 255, - 256, 256, 257, 257, 258, 258, 259, 259, - 260, 260, 261, 261, 262, 262, 263, 263, - 264, 264, 265, 265, 266, 266, 267, 267, - 268, 268, 269, 269, 270, 270, 271, 271, - 272, 272, 273, 273, 274, 274, 275, 275, - 276, 276, 277, 277, 278, 278, 279, 279, - 280, 280, 281, 281, 282, 282, 283, 283, - 284, 284, 285, 285, 286, 286, 287, 287, - 288, 288, 289, 289, 290, 290, 291, 291, - 292, 292, 293, 293, 294, 294, 295, 295, - 296, 296, 297, 297, 298, 298, 299, 299, - 300, 300, 301, 301, 302, 302, 303, 303, - 304, 304, 305, 305, 306, 306, 307, 307, - 308, 308, 309, 309, 310, 310, 311, 311, - 312, 312, 313, 313, 314, 314, 315, 315, - 316, 316, 317, 317, 318, 318, 319, 319, - 320, 320, 321, 321, 322, 322, 323, 323, - 324, 324, 325, 325, 326, 326, 327, 327, - 328, 328, 329, 329, 330, 330, 331, 331, - 332, 332, 333, 333, 334, 334, 335, 335, - 336, 336, 337, 337, 338, 338, 339, 339, - 340, 340, 341, 341, 342, 342, 343, 343, - 344, 344, 345, 345, 346, 346, 347, 347, - 348, 348, 349, 349, 350, 350, 351, 351, - 352, 352, 353, 353, 354, 354, 355, 355, - 356, 356, 357, 357, 358, 358, 359, 359, - 360, 360, 361, 361, 362, 362, 363, 363, - 364, 364, 365, 365, 366, 366, 367, 367, - 368, 368, 369, 369, 370, 370, 371, 371, - 372, 372, 373, 373, 374, 374, 375, 375, - 376, 376, 377, 377, 378, 378, 379, 379, - 380, 380, 381, 381, 382, 382, 383, 383, - 384, 384, 385, 385, 386, 386, 387, 387, - 388, 388, 389, 389, 390, 390, 391, 391, - 392, 392, 393, 393, 394, 394, 395, 395, - 396, 396, 397, 397, 398, 398, 399, 399, - 400, 400, 401, 401, 402, 402, 403, 403, - 404, 404, 405, 405, 406, 406, 407, 407, - 408, 408, 409, 409, 410, 410, 411, 411, - 412, 412, 413, 413, 414, 414, 415, 415, - 416, 416, 417, 417, 418, 418, 419, 419, - 420, 420, 421, 421, 422, 422, 423, 423, - 424, 424, 425, 425, 426, 426, 427, 427, - 428, 428, 429, 429, 430, 430, 431, 431, - 432, 432, 433, 433, 434, 434, 435, 435, - 436, 436, 437, 437, 438, 438, 439, 439, - 440, 440, 441, 441, 442, 442, 443, 443, - 444, 444, 445, 445, 446, 446, 447, 447, - 448, 448, 449, 449, 450, 450, 451, 451, - 452, 452, 453, 453, 454, 454, 455, 455, - 456, 456, 457, 457, 458, 458, 459, 459, - 460, 460, 461, 461, 462, 462, 463, 463, - 464, 464, 465, 465, 466, 466, 467, 467, - 468, 468, 469, 469, 470, 470, 471, 471, - 472, 472, 473, 473, 474, 474, 475, 475, - 476, 476, 477, 477, 478, 478, 479, 479, - 480, 480, 481, 481, 482, 482, 483, 483, - 484, 484, 485, 485, 486, 486, 487, 487, - 488, 488, 489, 489, 490, 490, 491, 491, - 492, 492, 493, 493, 494, 494, 495, 495, - 496, 496, 497, 497, 498, 498, 499, 499, - 500, 500, 501, 501, 502, 502, 503, 503, - 504, 504, 505, 505, 506, 506, 507, 507, - 508, 508, 509, 509, 510, 510, 511, 511, - 512, 512, 513, 513, 514, 514, 515, 515, - 516, 516, 517, 517, 518, 518, 519, 519, - 520, 520, 521, 521, 522, 522, 523, 523, - 524, 524, 525, 525, 526, 526, 527, 527, - 528, 528, 529, 529, 530, 530, 531, 531, - 532, 532, 533, 533, 534, 534, 535, 535, - 536, 536, 537, 537, 538, 538, 539, 539, - 540, 540, 541, 541, 542, 542, 543, 543, - 544, 544, 545, 545, 546, 546, 547, 547, - 548, 548, 549, 549, 550, 550, 551, 551, - 552, 552, 553, 553, 554, 554, 555, 555, - 556, 556, 557, 557, 558, 558, 559, 559, - 560, 560, 561, 561, 562, 562, 563, 563, - 564, 564, 565, 565, 566, 566, 567, 567, - 568, 568, 569, 569, 570, 570, 571, 571, - 572, 572, 573, 573, 574, 574, 575, 575, - 576, 576, 577, 577, 578, 578, 579, 579, - 580, 580, 581, 581, 582, 582, 583, 583, - 584, 584, 585, 585, 586, 586, 587, 587, - 588, 588, 589, 589, 590, 590, 591, 591, - 592, 592, 593, 593, 594, 594, 595, 595, - 596, 596, 597, 597, 598, 598, 599, 599, - 600, 600, 601, 601, 602, 602, 603, 603, - 604, 604, 605, 605, 606, 606, 607, 607, - 608, 608, 609, 609, 610, 610, 611, 611, - 612, 612, 613, 613, 614, 614, 615, 615, - 616, 616, 617, 617, 618, 618, 619, 619, - 620, 620, 621, 621, 622, 622, 623, 623, - 624, 624, 625, 625, 626, 626, 627, 627, - 628, 628, 629, 629, 630, 630, 631, 631, - 632, 632, 633, 633, 634, 634, 635, 635, - 636, 636, 637, 637, 638, 638, 639, 639, - 640, 640, 641, 641, 642, 642, 643, 643, - 644, 644, 645, 645, 646, 646, 647, 647, - 648, 648, 649, 649, 650, 650, 651, 651, - 652, 652, 653, 653, 654, 654, 655, 655, - 656, 656, 657, 657, 658, 658, 659, 659, - 660, 660, 661, 661, 662, 662, 663, 663, - 664, 664, 665, 665, 666, 666, 667, 667, - 668, 668, 669, 669, 670, 670, 671, 671, - 672, 672, 673, 673, 674, 674, 675, 675, - 676, 676, 677, 677, 678, 678, 679, 679, - 680, 680, 681, 681, 682, 682, 683, 683, - 684, 684, 685, 685, 686, 686, 687, 687, - 688, 688, 689, 689, 690, 690, 691, 691, - 692, 692, 693, 693, 694, 694, 695, 695, - 696, 696, 697, 697, 698, 698, 699, 699, - 700, 700, 701, 701, 702, 702, 703, 703, - 704, 704, 705, 705, 706, 706, 707, 707, - 708, 708, 709, 709, 710, 710, 711, 711, - 712, 712, 713, 713, 714, 714, 715, 715, - 716, 716, 717, 717, 718, 718, 719, 719, - 720, 720, 721, 721, 722, 722, 723, 723, - 724, 724, 725, 725, 726, 726, 727, 727, - 728, 728, 729, 729, 730, 730, 731, 731, - 732, 732, 733, 733, 734, 734, 735, 735, - 736, 736, 737, 737, 738, 738, 739, 739, - 740, 740, 741, 741, 742, 742, 743, 743, - 744, 744, 745, 745, 746, 746, 747, 747, - 748, 748, 749, 749, 750, 750, 751, 751, - 752, 752, 753, 753, 754, 754, 755, 755, - 756, 756, 757, 757, 758, 758, 759, 759, - 760, 760, 761, 761, 762, 762, 763, 763, - 764, 764, 765, 765, 766, 766, 767, 767, - 768, 768, 769, 769, 770, 770, 771, 771, - 772, 772, 773, 773, 774, 774, 775, 775, - 776, 776, 777, 777, 778, 778, 779, 779, - 780, 780, 781, 781, 782, 782, 783, 783, - 784, 784, 785, 785, 786, 786, 787, 787, - 788, 788, 789, 789, 790, 790, 791, 791, - 792, 792, 793, 793, 794, 794, 795, 795, - 796, 796, 797, 797, 798, 798, 799, 799, - 800, 800, 801, 801, 802, 802, 803, 803, - 804, 804, 805, 805, 806, 806, 807, 807, - 808, 808, 809, 809, 810, 810, 811, 811, - 812, 812, 813, 813, 814, 814, 815, 815, - 816, 816, 817, 817, 818, 818, 819, 819, - 820, 820, 821, 821, 822, 822, 823, 823, - 824, 824, 825, 825, 826, 826, 827, 827, - 828, 828, 829, 829, 830, 830, 831, 831, - 832, 832, 833, 833, 834, 834, 835, 835, - 836, 836, 837, 837, 838, 838, 839, 839, - 840, 840, 841, 841, 842, 842, 843, 843, - 844, 844, 845, 845, 846, 846, 847, 847, - 848, 848, 849, 849, 850, 850, 851, 851, - 852, 852, 853, 853, 854, 854, 855, 855, - 856, 856, 857, 857, 858, 858, 859, 859, - 860, 860, 861, 861, 862, 862, 863, 863, - 864, 864, 865, 865, 866, 866, 867, 867, - 868, 868, 869, 869, 870, 870, 871, 871, - 872, 872, 873, 873, 874, 874, 875, 875, - 876, 876, 877, 877, 878, 878, 879, 879, - 880, 880, 881, 881, 882, 882, 883, 883, - 884, 884, 885, 885, 886, 886, 887, 887, - 888, 888, 889, 889, 890, 890, 891, 891, - 892, 892, 893, 893, 894, 894, 895, 895, - 896, 896, 897, 897, 898, 898, 899, 899, - 900, 900, 901, 901, 902, 902, 903, 903, - 904, 904, 905, 905, 906, 906, 907, 907, - 908, 908, 909, 909, 910, 910, 911, 911, - 912, 912, 913, 913, 914, 914, 915, 915, - 916, 916, 917, 917, 918, 918, 919, 919, - 920, 920, 921, 921, 922, 922, 923, 923, - 924, 924, 925, 925, 926, 926, 927, 927, - 928, 928, 929, 929, 930, 930, 931, 931, - 932, 932, 933, 933, 934, 934, 935, 935, - 936, 936, 937, 937, 938, 938, 939, 939, - 940, 940, 941, 941, 942, 942, 943, 943, - 944, 944, 945, 945, 946, 946, 947, 947, - 948, 948, 949, 949, 950, 950, 951, 951, - 952, 952, 953, 953, 954, 954, 955, 955, - 956, 956, 957, 957, 958, 958, 959, 959, - 960, 960, 961, 961, 962, 962, 963, 963, - 964, 964, 965, 965, 966, 966, 967, 967, - 968, 968, 969, 969, 970, 970, 971, 971, - 972, 972, 973, 973, 974, 974, 975, 975, - 976, 976, 977, 977, 978, 978, 979, 979, - 980, 980, 981, 981, 982, 982, 983, 983, - 984, 984, 985, 985, 986, 986, 987, 987, - 988, 988, 989, 989, 990, 990, 991, 991, - 992, 992, 993, 993, 994, 994, 995, 995, - 996, 996, 997, 997, 998, 998, 999, 999, - 1000, 1000, 1001, 1001, 1002, 1002, 1003, 1003, - 1004, 1004, 1005, 1005, 1006, 1006, 1007, 1007, - 1008, 1008, 1009, 1009, 1010, 1010, 1011, 1011, - 1012, 1012, 1013, 1013, 1014, 1014, 1015, 1015, - 1016, 1016, 1017, 1017, 1018, 1018, 1019, 1019, - 1020, 1020, 1021, 1021, 1022, 1022, 1023, 1023, - 1024, 1024, 1025, 1025, 1026, 1026, 1027, 1027, - 1028, 1028, 1029, 1029, 1030, 1030, 1031, 1031, - 1032, 1032, 1033, 1033, 1034, 1034, 1035, 1035, - 1036, 1036, 1037, 1037, 1038, 1038, 1039, 1039, - 1040, 1040, 1041, 1041, 1042, 1042, 1043, 1043, - 1044, 1044, 1045, 1045, 1046, 1046, 1047, 1047, - 1048, 1048, 1049, 1049, 1050, 1050, 1051, 1051, - 1052, 1052, 1053, 1053, 1054, 1054, 1055, 1055, - 1056, 1056, 1057, 1057, 1058, 1058, 1059, 1059, - 1060, 1060, 1061, 1061, 1062, 1062, 1063, 1063, - 1064, 1064, 1065, 1065, 1066, 1066, 1067, 1067, - 1068, 1068, 1069, 1069, 1070, 1070, 1071, 1071, - 1072, 1072, 1073, 1073, 1074, 1074, 1075, 1075, - 1076, 1076, 1077, 1077, 1078, 1078, 1079, 1079, - 1080, 1080, 1081, 1081, 1082, 1082, 1083, 1083, - 1084, 1084, 1085, 1085, 1086, 1086, 1087, 1087, - 1088, 1088, 1089, 1089, 1090, 1090, 1091, 1091, - 1092, 1092, 1093, 1093, 1094, 1094, 1095, 1095, - 1096, 1096, 1097, 1097, 1098, 1098, 1099, 1099, - 1100, 1100, 1101, 1101, 1102, 1102, 1103, 1103, - 1104, 1104, 1105, 1105, 1106, 1106, 1107, 1107, - 1108, 1108, 1109, 1109, 1110, 1110, 1111, 1111, - 1112, 1112, 1113, 1113, 1114, 1114, 1115, 1115, - 1116, 1116, 1117, 1117, 1118, 1118, 1119, 1119, - 1120, 1120, 1121, 1121, 1122, 1122, 1123, 1123, - 1124, 1124, 1125, 1125, 1126, 1126, 1127, 1127, - 1128, 1128, 1129, 1129, 1130, 1130, 1131, 1131, - 1132, 1132, 1133, 1133, 1134, 1134, 1135, 1135, - 1136, 1136, 1137, 1137, 1138, 1138, 1139, 1139, - 1140, 1140, 1141, 1141, 1142, 1142, 1143, 1143, - 1144, 1144, 1145, 1145, 1146, 1146, 1147, 1147, - 1148, 1148, 1149, 1149, 1150, 1150, 1151, 1151, - 1152, 1152, 1153, 1153, 1154, 1154, 1155, 1155, - 1156, 1156, 1157, 1157, 1158, 1158, 1159, 1159, - 1160, 1160, 1161, 1161, 1162, 1162, 1163, 1163, - 1164, 1164, 1165, 1165, 1166, 1166, 1167, 1167, - 1168, 1168, 1169, 1169, 1170, 1170, 1171, 1171, - 1172, 1172, 1173, 1173, 1174, 1174, 1175, 1175, - 1176, 1176, 1177, 1177, 1178, 1178, 1179, 1179, - 1180, 1180, 1181, 1181, 1182, 1182, 1183, 1183, - 1184, 1184, 1185, 1185, 1186, 1186, 1187, 1187, - 1188, 1188, 1189, 1189, 1190, 1190, 1191, 1191, - 1192, 1192, 1193, 1193, 1194, 1194, 1195, 1195, - 1196, 1196, 1197, 1197, 1198, 1198, 1199, 1199, - 1200, 1200, 1201, 1201, 1202, 1202, 1203, 1203, - 1204, 1204, 1205, 1205, 1206, 1206, 1207, 1207, - 1208, 1208, 1209, 1209, 1210, 1210, 1211, 1211, - 1212, 1212, 1213, 1213, 1214, 1214, 1215, 1215, - 1216, 1216, 1217, 1217, 1218, 1218, 1219, 1219, - 1220, 1220, 1221, 1221, 1222, 1222, 1223, 1223, - 1224, 1224, 1225, 1225, 1226, 1226, 1227, 1227, - 1228, 1228, 1229, 1229, 1230, 1230, 1231, 1231, - 1232, 1232, 1233, 1233, 1234, 1234, 1235, 1235, - 1236, 1236, 1237, 1237, 1238, 1238, 1239, 1239, - 1240, 1240, 1241, 1241, 1242, 1242, 1243, 1243, - 1244, 1244, 1245, 1245, 1246, 1246, 1247, 1247, - 1248, 1248, 1249, 1249, 1250, 1250, 1251, 1251, - 1252, 1252, 1253, 1253, 1254, 1254, 1255, 1255, - 1256, 1256, 1257, 1257, 1258, 1258, 1259, 1259, - 1260, 1260, 1261, 1261, 1262, 1262, 1263, 1263, - 1264, 1264, 1265, 1265, 1266, 1266, 1267, 1267, - 1268, 1268, 1269, 1269, 1270, 1270, 1271, 1271, - 1272, 1272, 1273, 1273, 1274, 1274, 1275, 1275, - 1276, 1276, 1277, 1277, 1278, 1278, 1279, 1279, - 1280, 1280, 1281, 1281, 1282, 1282, 1283, 1283, - 1284, 1284, 1285, 1285, 1286, 1286, 1287, 1287, - 1288, 1288, 1289, 1289, 1290, 1290, 1291, 1291, - 1292, 1292, 1293, 1293, 1294, 1294, 1295, 1295, - 1296, 1296, 1297, 1297, 1298, 1298, 1299, 1299, - 1300, 1300, 1301, 1301, 1302, 1302, 1303, 1303, - 1304, 1304, 1305, 1305, 1306, 1306, 1307, 1307, - 1308, 1308, 1309, 1309, 1310, 1310, 1311, 1311, - 1312, 1312, 1313, 1313, 1314, 1314, 1315, 1315, - 1316, 1316, 1317, 1317, 1318, 1318, 1319, 1319, - 1320, 1320, 1321, 1321, 1322, 1322, 1323, 1323, - 1324, 1324, 1325, 1325, 1326, 1326, 1327, 1327, - 1328, 1328, 1329, 1329, 1330, 1330, 1331, 1331, - 1332, 1332, 1333, 1333, 1334, 1334, 1335, 1335, - 1336, 1336, 1337, 1337, 1338, 1338, 1339, 1339, - 1340, 1340, 1341, 1341, 1342, 1342, 1343, 1343, - 1344, 1344, 1345, 1345, 1346, 1346, 1347, 1347, - 1348, 1348, 1349, 1349, 1350, 1350, 1351, 1351, - 1352, 1352, 1353, 1353, 1354, 1354, 1355, 1355, - 1356, 1356, 1357, 1357, 1358, 1358, 1359, 1359, - 1360, 1360, 1361, 1361, 1362, 1362, 1363, 1363, - 1364, 1364, 1365, 1365, 1366, 1366, 1367, 1367, - 1368, 1368, 1369, 1369, 1370, 1370, 1371, 1371, - 1372, 1372, 1373, 1373, 1374, 1374, 1375, 1375, - 1376, 1376, 1377, 1377, 1378, 1378, 1379, 1379, - 1380, 1380, 1381, 1381, 1382, 1382, 1383, 1383, - 1384, 1384, 1385, 1385, 1386, 1386, 1387, 1387, - 1388, 1388, 1389, 1389, 1390, 1390, 1391, 1391, - 1392, 1392, 1393, 1393, 1394, 1394, 1395, 1395, - 1396, 1396, 1397, 1397, 1398, 1398, 1399, 1399, - 1400, 1400, 1401, 1401, 1402, 1402, 1403, 1403, - 1404, 1404, 1405, 1405, 1406, 1406, 1407, 1407, - 1408, 1408, 1409, 1409, 1410, 1410, 1411, 1411, - 1412, 1412, 1413, 1413, 1414, 1414, 1415, 1415, - 1416, 1416, 1417, 1417, 1418, 1418, 1419, 1419, - 1420, 1420, 1421, 1421, 1422, 1422, 1423, 1423, - 1424, 1424, 1425, 1425, 1426, 1426, 1427, 1427, - 1428, 1428, 1429, 1429, 1430, 1430, 1431, 1431, - 1432, 1432, 1433, 1433, 1434, 1434, 1435, 1435, - 1436, 1436, 1437, 1437, 1438, 1438, 1439, 1439, - 1440, 1440, 1441, 1441, 1442, 1442, 1443, 1443, - 1444, 1444, 1445, 1445, 1446, 1446, 1447, 1447, - 1448, 1448, 1449, 1449, 1450, 1450, 1451, 1451, - 1452, 1452, 1453, 1453, 1454, 1454, 1455, 1455, - 1456, 1456, 1457, 1457, 1458, 1458, 1459, 1459, - 1460, 1460, 1461, 1461, 1462, 1462, 1463, 1463, - 1464, 1464, 1465, 1465, 1466, 1466, 1467, 1467, - 1468, 1468, 1469, 1469, 1470, 1470, 1471, 1471, - 1472, 1472, 1473, 1473, 1474, 1474, 1475, 1475, - 1476, 1476, 1477, 1477, 1478, 1478, 1479, 1479, - 1480, 1480, 1481, 1481, 1482, 1482, 1483, 1483, - 1484, 1484, 1485, 1485, 1486, 1486, 1487, 1487, - 1488, 1488, 1489, 1489, 1490, 1490, 1491, 1491, - 1492, 1492, 1493, 1493, 1494, 1494, 1495, 1495, - 1496, 1496, 1497, 1497, 1498, 1498, 1499, 1499, - 1500, 1500, 1501, 1501, 1502, 1502, 1503, 1503, - 1504, 1504, 1505, 1505, 1506, 1506, 1507, 1507, - 1508, 1508, 1509, 1509, 1510, 1510, 1511, 1511, - 1512, 1512, 1513, 1513, 1514, 1514, 1515, 1515, - 1516, 1516, 1517, 1517, 1518, 1518, 1519, 1519, - 1520, 1520, 1521, 1521, 1522, 1522, 1523, 1523, - 1524, 1524, 1525, 1525, 1526, 1526, 1527, 1527, - 1528, 1528, 1529, 1529, 1530, 1530, 1531, 1531, - 1532, 1532, 1533, 1533, 1534, 1534, 1535, 1535, - 1536, 1536, 1537, 1537, 1538, 1538, 1539, 1539, - 1540, 1540, 1541, 1541, 1542, 1542, 1543, 1543, - 1544, 1544, 1545, 1545, 1546, 1546, 1547, 1547, - 1548, 1548, 1549, 1549, 1550, 1550, 1551, 1551, - 1552, 1552, 1553, 1553, 1554, 1554, 1555, 1555, - 1556, 1556, 1557, 1557, 1558, 1558, 1559, 1559, - 1560, 1560, 1561, 1561, 1562, 1562, 1563, 1563, - 1564, 1564, 1565, 1565, 1566, 1566, 1567, 1567, - 1568, 1568, 1569, 1569, 1570, 1570, 1571, 1571, - 1572, 1572, 1573, 1573, 1574, 1574, 1575, 1575, - 1576, 1576, 1577, 1577, 1578, 1578, 1579, 1579, - 1580, 1580, 1581, 1581, 1582, 1582, 1583, 1583, - 1584, 1584, 1585, 1585, 1586, 1586, 1587, 1587, - 1588, 1588, 1589, 1589, 1590, 1590, 1591, 1591, - 1592, 1592, 1593, 1593, 1594, 1594, 1595, 1595, - 1596, 1596, 1597, 1597, 1598, 1598, 1599, 1599, - 1600, 1600, 1601, 1601, 1602, 1602, 1603, 1603, - 1604, 1604, 1605, 1605, 1606, 1606, 1607, 1607, - 1608, 1608, 1609, 1609, 1610, 1610, 1611, 1611, - 1612, 1612, 1613, 1613, 1614, 1614, 1615, 1615, - 1616, 1616, 1617, 1617, 1618, 1618, 1619, 1619, - 1620, 1620, 1621, 1621, 1622, 1622, 1623, 1623, - 1624, 1624, 1625, 1625, 1626, 1626, 1627, 1627, - 1628, 1628, 1629, 1629, 1630, 1630, 1631, 1631, - 1632, 1632, 1633, 1633, 1634, 1634, 1635, 1635, - 1636, 1636, 1637, 1637, 1638, 1638, 1639, 1639, - 1640, 1640, 1641, 1641, 1642, 1642, 1643, 1643, - 1644, 1644, 1645, 1645, 1646, 1646, 1647, 1647, - 1648, 1648, 1649, 1649, 1650, 1650, 1651, 1651, - 1652, 1652, 1653, 1653, 1654, 1654, 1655, 1655, - 1656, 1656, 1657, 1657, 1658, 1658, 1659, 1659, - 1660, 1660, 1661, 1661, 1662, 1662, 1663, 1663, - 1664, 1664, 1665, 1665, 1666, 1666, 1667, 1667, - 1668, 1668, 1669, 1669, 1670, 1670, 1671, 1671, - 1672, 1672, 1673, 1673, 1674, 1674, 1675, 1675, - 1676, 1676, 1677, 1677, 1678, 1678, 1679, 1679, - 1680, 1680, 1681, 1681, 1682, 1682, 1683, 1683, - 1684, 1684, 1685, 1685, 1686, 1686, 1687, 1687, - 1688, 1688, 1689, 1689, 1690, 1690, 1691, 1691, - 1692, 1692, 1693, 1693, 1694, 1694, 1695, 1695, - 1696, 1696, 1697, 1697, 1698, 1698, 1699, 1699, - 1700, 1700, 1701, 1701, 1702, 1702, 1703, 1703, - 1704, 1704, 1705, 1705, 1706, 1706, 1707, 1707, - 1708, 1708, 1709, 1709, 1710, 1710, 1711, 1711, - 1712, 1712, 1713, 1713, 1714, 1714, 1715, 1715, - 1716, 1716, 1717, 1717, 1718, 1718, 1719, 1719, - 1720, 1720, 1721, 1721, 1722, 1722, 1723, 1723, - 1724, 1724, 1725, 1725, 1726, 1726, 1727, 1727, - 1728, 1728, 1729, 1729, 1730, 1730, 1731, 1731, - 1732, 1732, 1733, 1733, 1734, 1734, 1735, 1735, - 1736, 1736, 1737, 1737, 1738, 1738, 1739, 1739, - 1740, 1740, 1741, 1741, 1742, 1742, 1743, 1743, - 1744, 1744, 1745, 1745, 1746, 1746, 1747, 1747, - 1748, 1748, 1749, 1749, 1750, 1750, 1751, 1751, - 1752, 1752, 1753, 1753, 1754, 1754, 1755, 1755, - 1756, 1756, 1757, 1757, 1758, 1758, 1759, 1759, - 1760, 1760, 1761, 1761, 1762, 1762, 1763, 1763, - 1764, 1764, 1765, 1765, 1766, 1766, 1767, 1767, - 1768, 1768, 1769, 1769, 1770, 1770, 1771, 1771, - 1772, 1772, 1773, 1773, 1774, 1774, 1775, 1775, - 1776, 1776, 1777, 1777, 1778, 1778, 1779, 1779, - 1780, 1780, 1781, 1781, 1782, 1782, 1783, 1783, - 1784, 1784, 1785, 1785, 1786, 1786, 1787, 1787, - 1788, 1788, 1789, 1789, 1790, 1790, 1791, 1791, - 1792, 1792, 1793, 1793, 1794, 1794, 1795, 1795, - 1796, 1796, 1797, 1797, 1798, 1798, 1799, 1799, - 1800, 1800, 1801, 1801, 1802, 1802, 1803, 1803, - 1804, 1804, 1805, 1805, 1806, 1806, 1807, 1807, - 1808, 1808, 1809, 1809, 1810, 1810, 1811, 1811, - 1812, 1812, 1813, 1813, 1814, 1814, 1815, 1815, - 1816, 1816, 1817, 1817, 1818, 1818, 1819, 1819, - 1820, 1820, 1821, 1821, 1822, 1822, 1823, 1823, - 1824, 1824, 1825, 1825, 1826, 1826, 1827, 1827, - 1828, 1828, 1829, 1829, 1830, 1830, 1831, 1831, - 1832, 1832, 1833, 1833, 1834, 1834, 1835, 1835, - 1836, 1836, 1837, 1837, 1838, 1838, 1839, 1839, - 1840, 1840, 1841, 1841, 1842, 1842, 1843, 1843, - 1844, 1844, 1845, 1845, 1846, 1846, 1847, 1847, - 1848, 1848, 1849, 1849, 1850, 1850, 1851, 1851, - 1852, 1852, 1853, 1853, 1854, 1854, 1855, 1855, - 1856, 1856, 1857, 1857, 1858, 1858, 1859, 1859, - 1860, 1860, 1861, 1861, 1862, 1862, 1863, 1863, - 1864, 1864, 1865, 1865, 1866, 1866, 1867, 1867, - 1868, 1868, 1869, 1869, 1870, 1870, 1871, 1871, - 1872, 1872, 1873, 1873, 1874, 1874, 1875, 1875, - 1876, 1876, 1877, 1877, 1878, 1878, 1879, 1879, - 1880, 1880, 1881, 1881, 1882, 1882, 1883, 1883, - 1884, 1884, 1885, 1885, 1886, 1886, 1887, 1887, - 1888, 1888, 1889, 1889, 1890, 1890, 1891, 1891, - 1892, 1892, 1893, 1893, 1894, 1894, 1895, 1895, - 1896, 1896, 1897, 1897, 1898, 1898, 1899, 1899, - 1900, 1900, 1901, 1901, 1902, 1902, 1903, 1903, - 1904, 1904, 1905, 1905, 1906, 1906, 1907, 1907, - 1908, 1908, 1909, 1909, 1910, 1910, 1911, 1911, - 1912, 1912, 1913, 1913, 1914, 1914, 1915, 1915, - 1916, 1916, 1917, 1917, 1918, 1918, 1919, 1919, - 1920, 1920, 1921, 1921, 1922, 1922, 1923, 1923, - 1924, 1924, 1925, 1925, 1926, 1926, 1927, 1927, - 1928, 1928, 1929, 1929, 1930, 1930, 1931, 1931, - 1932, 1932, 1933, 1933, 1934, 1934, 1935, 1935, - 1936, 1936, 1937, 1937, 1938, 1938, 1939, 1939, - 1940, 1940, 1941, 1941, 1942, 1942, 1943, 1943, - 1944, 1944, 1945, 1945, 1946, 1946, 1947, 1947, - 1948, 1948, 1949, 1949, 1950, 1950, 1951, 1951, - 1952, 1952, 1953, 1953, 1954, 1954, 1955, 1955, - 1956, 1956, 1957, 1957, 1958, 1958, 1959, 1959, - 1960, 1960, 1961, 1961, 1962, 1962, 1963, 1963, - 1964, 1964, 1965, 1965, 1966, 1966, 1967, 1967, - 1968, 1968, 1969, 1969, 1970, 1970, 1971, 1971, - 1972, 1972, 1973, 1973, 1974, 1974, 1975, 1975, - 1976, 1976, 1977, 1977, 1978, 1978, 1979, 1979, - 1980, 1980, 1981, 1981, 1982, 1982, 1983, 1983, - 1984, 1984, 1985, 1985, 1986, 1986, 1987, 1987, - 1988, 1988, 1989, 1989, 1990, 1990, 1991, 1991, - 1992, 1992, 1993, 1993, 1994, 1994, 1995, 1995, - 1996, 1996, 1997, 1997, 1998, 1998, 1999, 1999, - 2000, 2000, 2001, 2001, 2002, 2002, 2003, 2003, - 2004, 2004, 2005, 2005, 2006, 2006, 2007, 2007, - 2008, 2008, 2009, 2009, 2010, 2010, 2011, 2011, - 2012, 2012, 2013, 2013, 2014, 2014, 2015, 2015, - 2016, 2016, 2017, 2017, 2018, 2018, 2019, 2019, - 2020, 2020, 2021, 2021, 2022, 2022, 2023, 2023, - 2024, 2024, 2025, 2025, 2026, 2026, 2027, 2027, - 2028, 2028, 2029, 2029, 2030, 2030, 2031, 2031, - 2032, 2032, 2033, 2033, 2034, 2034, 2035, 2035, - 2036, 2036, 2037, 2037, 2038, 2038, 2039, 2039, - 2040, 2040, 2041, 2041, 2042, 2042, 2043, 2043, - 2044, 2044, 2045, 2045, 2046, 2046, 2047, 2047, - 2048, 2048, 2049, 2049, 2050, 2050, 2051, 2051, - 2052, 2052, 2053, 2053, 2054, 2054, 2055, 2055, - 2056, 2056, 2057, 2057, 2058, 2058, 2059, 2059, - 2060, 2060, 2061, 2061, 2062, 2062, 2063, 2063, - 2064, 2064, 2065, 2065, 2066, 2066, 2067, 2067, - 2068, 2068, 2069, 2069, 2070, 2070, 2071, 2071, - 2072, 2072, 2073, 2073, 2074, 2074, 2075, 2075, - 2076, 2076, 2077, 2077, 2078, 2078, 2079, 2079, - 2080, 2080, 2081, 2081, 2082, 2082, 2083, 2083, - 2084, 2084, 2085, 2085, 2086, 2086, 2087, 2087, - 2088, 2088, 2089, 2089, 2090, 2090, 2091, 2091, - 2092, 2092, 2093, 2093, 2094, 2094, 2095, 2095, - 2096, 2096, 2097, 2097, 2098, 2098, 2099, 2099, - 2100, 2100, 2101, 2101, 2102, 2102, 2103, 2103, - 2104, 2104, 2105, 2105, 2106, 2106, 2107, 2107, - 2108, 2108, 2109, 2109, 2110, 2110, 2111, 2111, - 2112, 2112, 2113, 2113, 2114, 2114, 2115, 2115, - 2116, 2116, 2117, 2117, 2118, 2118, 2119, 2119, - 2120, 2120, 2121, 2121, 2122, 2122, 2123, 2123, - 2124, 2124, 2125, 2125, 2126, 2126, 2127, 2127, - 2128, 2128, 2129, 2129, 2130, 2130, 2131, 2131, - 2132, 2132, 2133, 2133, 2134, 2134, 2135, 2135, - 2136, 2136, 2137, 2137, 2138, 2138, 2139, 2139, - 2140, 2140, 2141, 2141, 2142, 2142, 2143, 2143, - 2144, 2144, 2145, 2145, 2146, 2146, 2147, 2147, - 2148, 2148, 2149, 2149, 2150, 2150, 2151, 2151, - 2152, 2152, 2153, 2153, 2154, 2154, 2155, 2155, - 2156, 2156, 2157, 2157, 2158, 2158, 2159, 2159, - 2160, 2160, 2161, 2161, 2162, 2162, 2163, 2163, - 2164, 2164, 2165, 2165, 2166, 2166, 2167, 2167, - 2168, 2168, 2169, 2169, 2170, 2170, 2171, 2171, - 2172, 2172, 2173, 2173, 2174, 2174, 2175, 2175, - 2176, 2176, 2177, 2177, 2178, 2178, 2179, 2179, - 2180, 2180, 2181, 2181, 2182, 2182, 2183, 2183, - 2184, 2184, 2185, 2185, 2186, 2186, 2187, 2187, - 2188, 2188, 2189, 2189, 2190, 2190, 2191, 2191, - 2192, 2192, 2193, 2193, 2194, 2194, 2195, 2195, - 2196, 2196, 2197, 2197, 2198, 2198, 2199, 2199, - 2200, 2200, 2201, 2201, 2202, 2202, 2203, 2203, - 2204, 2204, 2205, 2205, 2206, 2206, 2207, 2207, - 2208, 2208, 2209, 2209, 2210, 2210, 2211, 2211, - 2212, 2212, 2213, 2213, 2214, 2214, 2215, 2215, - 2216, 2216, 2217, 2217, 2218, 2218, 2219, 2219, - 2220, 2220, 2221, 2221, 2222, 2222, 2223, 2223, - 2224, 2224, 2225, 2225, 2226, 2226, 2227, 2227, - 2228, 2228, 2229, 2229, 2230, 2230, 2231, 2231, - 2232, 2232, 2233, 2233, 2234, 2234, 2235, 2235, - 2236, 2236, 2237, 2237, 2238, 2238, 2239, 2239, - 2240, 2240, 2241, 2241, 2242, 2242, 2243, 2243, - 2244, 2244, 2245, 2245, 2246, 2246, 2247, 2247, - 2248, 2248, 2249, 2249, 2250, 2250, 2251, 2251, - 2252, 2252, 2253, 2253, 2254, 2254, 2255, 2255, - 2256, 2256, 2257, 2257, 2258, 2258, 2259, 2259, - 2260, 2260, 2261, 2261, 2262, 2262, 2263, 2263, - 2264, 2264, 2265, 2265, 2266, 2266, 2267, 2267, - 2268, 2268, 2269, 2269, 2270, 2270, 2271, 2271, - 2272, 2272, 2273, 2273, 2274, 2274, 2275, 2275, - 2276, 2276, 2277, 2277, 2278, 2278, 2279, 2279, - 2280, 2280, 2281, 2281, 2282, 2282, 2283, 2283, - 2284, 2284, 2285, 2285, 2286, 2286, 2287, 2287, - 2288, 2288, 2289, 2289, 2290, 2290, 2291, 2291, - 2292, 2292, 2293, 2293, 2294, 2294, 2295, 2295, - 2296, 2296, 2297, 2297, 2298, 2298, 2299, 2299, - 2300, 2300, 2301, 2301, 2302, 2302, 2303, 2303, - 2304, 2304, 2305, 2305, 2306, 2306, 2307, 2307, - 2308, 2308, 2309, 2309, 2310, 2310, 2311, 2311, - 2312, 2312, 2313, 2313, 2314, 2314, 2315, 2315, - 2316, 2316, 2317, 2317, 2318, 2318, 2319, 2319, - 2320, 2320, 2321, 2321, 2322, 2322, 2323, 2323, - 2324, 2324, 2325, 2325, 2326, 2326, 2327, 2327, - 2328, 2328, 2329, 2329, 2330, 2330, 2331, 2331, - 2332, 2332, 2333, 2333, 2334, 2334, 2335, 2335, - 2336, 2336, 2337, 2337, 2338, 2338, 2339, 2339, - 2340, 2340, 2341, 2341, 2342, 2342, 2343, 2343, - 2344, 2344, 2345, 2345, 2346, 2346, 2347, 2347, - 2348, 2348, 2349, 2349, 2350, 2350, 2351, 2351, - 2352, 2352, 2353, 2353, 2354, 2354, 2355, 2355, - 2356, 2356, 2357, 2357, 2358, 2358, 2359, 2359, - 2360, 2360, 2361, 2361, 2362, 2362, 2363, 2363, - 2364, 2364, 2365, 2365, 2366, 2366, 2367, 2367, - 2368, 2368, 2369, 2369, 2370, 2370, 2371, 2371, - 2372, 2372, 2373, 2373, 2374, 2374, 2375, 2375, - 2376, 2376, 2377, 2377, 2378, 2378, 2379, 2379, - 2380, 2380, 2381, 2381, 2382, 2382, 2383, 2383, - 2384, 2384, 2385, 2385, 2386, 2386, 2387, 2387, - 2388, 2388, 2389, 2389, 2390, 2390, 2391, 2391, - 2392, 2392, 2393, 2393, 2394, 2394, 2395, 2395, - 2396, 2396, 2397, 2397, 2398, 2398, 2399, 2399, - 2400, 2400, 2401, 2401, 2402, 2402, 2403, 2403, - 2404, 2404, 2405, 2405, 2406, 2406, 2407, 2407, - 2408, 2408, 2409, 2409, 2410, 2410, 2411, 2411, - 2412, 2412, 2413, 2413, 2414, 2414, 2415, 2415, - 2416, 2416, 2417, 2417, 2418, 2418, 2419, 2419, - 2420, 2420, 2421, 2421, 2422, 2422, 2423, 2423, - 2424, 2424, 2425, 2425, 2426, 2426, 2427, 2427, - 2428, 2428, 2429, 2429, 2430, 2430, 2431, 2431, - 2432, 2432, 2433, 2433, 2434, 2434, 2435, 2435, - 2436, 2436, 2437, 2437, 2438, 2438, 2439, 2439, - 2440, 2440, 2441, 2441, 2442, 2442, 2443, 2443, - 2444, 2444, 2445, 2445, 2446, 2446, 2447, 2447, - 2448, 2448, 2449, 2449, 2450, 2450, 2451, 2451, - 2452, 2452, 2453, 2453, 2454, 2454, 2455, 2455, - 2456, 2456, 2457, 2457, 2458, 2458, 2459, 2459, - 2460, 2460, 2461, 2461, 2462, 2462, 2463, 2463, - 2464, 2464, 2465, 2465, 2466, 2466, 2467, 2467, - 2468, 2468, 2469, 2469, 2470, 2470, 2471, 2471, - 2472, 2472, 2473, 2473, 2474, 2474, 2475, 2475, - 2476, 2476, 2477, 2477, 2478, 2478, 2479, 2479, - 2480, 2480, 2481, 2481, 2482, 2482, 2483, 2483, - 2484, 2484, 2485, 2485, 2486, 2486, 2487, 2487, - 2488, 2488, 2489, 2489, 2490, 2490, 2491, 2491, - 2492, 2492, 2493, 2493, 2494, 2494, 2495, 2495, - 2496, 2496, 2497, 2497, 2498, 2498, 2499, 2499, - 2500, 2500, 2501, 2501, 2502, 2502, 2503, 2503, - 2504, 2504, 2505, 2505, 2506, 2506, 2507, 2507, - 2508, 2508, 2509, 2509, 2510, 2510, 2511, 2511, - 2512, 2512, 2513, 2513, 2514, 2514, 2515, 2515, - 2516, 2516, 2517, 2517, 2518, 2518, 2519, 2519, - 2520, 2520, 2521, 2521, 2522, 2522, 2523, 2523, - 2524, 2524, 2525, 2525, 2526, 2526, 2527, 2527, - 2528, 2528, 2529, 2529, 2530, 2530, 2531, 2531, - 2532, 2532, 2533, 2533, 2534, 2534, 2535, 2535, - 2536, 2536, 2537, 2537, 2538, 2538, 2539, 2539, - 2540, 2540, 2541, 2541, 2542, 2542, 2543, 2543, - 2544, 2544, 2545, 2545, 2546, 2546, 2547, 2547, - 2548, 2548, 2549, 2549, 2550, 2550, 2551, 2551, - 2552, 2552, 2553, 2553, 2554, 2554, 2555, 2555, - 2556, 2556, 2557, 2557, 2558, 2558, 2559, 2559, - 2560, 2560, 2561, 2561, 2562, 2562, 2563, 2563, - 2564, 2564, 2565, 2565, 2566, 2566, 2567, 2567, - 2568, 2568, 2569, 2569, 2570, 2570, 2571, 2571, - 2572, 2572, 2573, 2573, 2574, 2574, 2575, 2575, - 2576, 2576, 2577, 2577, 2578, 2578, 2579, 2579, - 2580, 2580, 2581, 2581, 2582, 2582, 2583, 2583, - 2584, 2584, 2585, 2585, 2586, 2586, 2587, 2587, - 2588, 2588, 2589, 2589, 2590, 2590, 2591, 2591, - 2592, 2592, 2593, 2593, 2594, 2594, 2595, 2595, - 2596, 2596, 2597, 2597, 2598, 2598, 2599, 2599, - 2600, 2600, 2601, 2601, 2602, 2602, 2603, 2603, - 2604, 2604, 2605, 2605, 2606, 2606, 2607, 2607, - 2608, 2608, 2609, 2609, 2610, 2610, 2611, 2611, - 2612, 2612, 2613, 2613, 2614, 2614, 2615, 2615, - 2616, 2616, 2617, 2617, 2618, 2618, 2619, 2619, - 2620, 2620, 2621, 2621, 2622, 2622, 2623, 2623, - 2624, 2624, 2625, 2625, 2626, 2626, 2627, 2627, - 2628, 2628, 2629, 2629, 2630, 2630, 2631, 2631, - 2632, 2632, 2633, 2633, 2634, 2634, 2635, 2635, - 2636, 2636, 2637, 2637, 2638, 2638, 2639, 2639, - 2640, 2640, 2641, 2641, 2642, 2642, 2643, 2643, - 2644, 2644, 2645, 2645, 2646, 2646, 2647, 2647, - 2648, 2648, 2649, 2649, 2650, 2650, 2651, 2651, - 2652, 2652, 2653, 2653, 2654, 2654, 2655, 2655, - 2656, 2656, 2657, 2657, 2658, 2658, 2659, 2659, - 2660, 2660, 2661, 2661, 2662, 2662, 2663, 2663, - 2664, 2664, 2665, 2665, 2666, 2666, 2667, 2667, - 2668, 2668, 2669, 2669, 2670, 2670, 2671, 2671, - 2672, 2672, 2673, 2673, 2674, 2674, 2675, 2675, - 2676, 2676, 2677, 2677, 2678, 2678, 2679, 2679, - 2680, 2680, 2681, 2681, 2682, 2682, 2683, 2683, - 2684, 2684, 2685, 2685, 2686, 2686, 2687, 2687, - 2688, 2688, 2689, 2689, 2690, 2690, 2691, 2691, - 2692, 2692, 2693, 2693, 2694, 2694, 2695, 2695, - 2696, 2696, 2697, 2697, 2698, 2698, 2699, 2699, - 2700, 2700, 2701, 2701, 2702, 2702, 2703, 2703, - 2704, 2704, 2705, 2705, 2706, 2706, 2707, 2707, - 2708, 2708, 2709, 2709, 2710, 2710, 2711, 2711, - 2712, 2712, 2713, 2713, 2714, 2714, 2715, 2715, - 2716, 2716, 2717, 2717, 2718, 2718, 2719, 2719, - 2720, 2720, 2721, 2721, 2722, 2722, 2723, 2723, - 2724, 2724, 2725, 2725, 2726, 2726, 2727, 2727, - 2728, 2728, 2729, 2729, 2730, 2730, 2731, 2731, - 2732, 2732, 2733, 2733, 2734, 2734, 2735, 2735, - 2736, 2736, 2737, 2737, 2738, 2738, 2739, 2739, - 2740, 2740, 2741, 2741, 2742, 2742, 2743, 2743, - 2744, 2744, 2745, 2745, 2746, 2746, 2747, 2747, - 2748, 2748, 2749, 2749, 2750, 2750, 2751, 2751, - 2752, 2752, 2753, 2753, 2754, 2754, 2755, 2755, - 2756, 2756, 2757, 2757, 2758, 2758, 2759, 2759, - 2760, 2760, 2761, 2761, 2762, 2762, 2763, 2763, - 2764, 2764, 2765, 2765, 2766, 2766, 2767, 2767, - 2768, 2768, 2769, 2769, 2770, 2770, 2771, 2771, - 2772, 2772, 2773, 2773, 2774, 2774, 2775, 2775, - 2776, 2776, 2777, 2777, 2778, 2778, 2779, 2779, - 2780, 2780, 2781, 2781, 2782, 2782, 2783, 2783, - 2784, 2784, 2785, 2785, 2786, 2786, 2787, 2787, - 2788, 2788, 2789, 2789, 2790, 2790, 2791, 2791, - 2792, 2792, 2793, 2793, 2794, 2794, 2795, 2795, - 2796, 2796, 2797, 2797, 2798, 2798, 2799, 2799, - 2800, 2800, 2801, 2801, 2802, 2802, 2803, 2803, - 2804, 2804, 2805, 2805, 2806, 2806, 2807, 2807, - 2808, 2808, 2809, 2809, 2810, 2810, 2811, 2811, - 2812, 2812, 2813, 2813, 2814, 2814, 2815, 2815, - 2816, 2816, 2817, 2817, 2818, 2818, 2819, 2819, - 2820, 2820, 2821, 2821, 2822, 2822, 2823, 2823, - 2824, 2824, 2825, 2825, 2826, 2826, 2827, 2827, - 2828, 2828, 2829, 2829, 2830, 2830, 2831, 2831, - 2832, 2832, 2833, 2833, 2834, 2834, 2835, 2835, - 2836, 2836, 2837, 2837, 2838, 2838, 2839, 2839, - 2840, 2840, 2841, 2841, 2842, 2842, 2843, 2843, - 2844, 2844, 2845, 2845, 2846, 2846, 2847, 2847, - 2848, 2848, 2849, 2849, 2850, 2850, 2851, 2851, - 2852, 2852, 2853, 2853, 2854, 2854, 2855, 2855, - 2856, 2856, 2857, 2857, 2858, 2858, 2859, 2859, - 2860, 2860, 2861, 2861, 2862, 2862, 2863, 2863, - 2864, 2864, 2865, 2865, 2866, 2866, 2867, 2867, - 2868, 2868, 2869, 2869, 2870, 2870, 2871, 2871, - 2872, 2872, 2873, 2873, 2874, 2874, 2875, 2875, - 2876, 2876, 2877, 2877, 2878, 2878, 2879, 2879, - 2880, 2880, 2881, 2881, 2882, 2882, 2883, 2883, - 2884, 2884, 2885, 2885, 2886, 2886, 2887, 2887, - 2888, 2888, 2889, 2889, 2890, 2890, 2891, 2891, - 2892, 2892, 2893, 2893, 2894, 2894, 2895, 2895, - 2896, 2896, 2897, 2897, 2898, 2898, 2899, 2899, - 2900, 2900, 2901, 2901, 2902, 2902, 2903, 2903, - 2904, 2904, 2905, 2905, 2906, 2906, 2907, 2907, - 2908, 2908, 2909, 2909, 2910, 2910, 2911, 2911, - 2912, 2912, 2913, 2913, 2914, 2914, 2915, 2915, - 2916, 2916, 2917, 2917, 2918, 2918, 2919, 2919, - 2920, 2920, 2921, 2921, 2922, 2922, 2923, 2923, - 2924, 2924, 2925, 2925, 2926, 2926, 2927, 2927, - 2928, 2928, 2929, 2929, 2930, 2930, 2931, 2931, - 2932, 2932, 2933, 2933, 2934, 2934, 2935, 2935, - 2936, 2936, 2937, 2937, 2938, 2938, 2939, 2939, - 2940, 2940, 2941, 2941, 2942, 2942, 2943, 2943, - 2944, 2944, 2945, 2945, 2946, 2946, 2947, 2947, - 2948, 2948, 2949, 2949, 2950, 2950, 2951, 2951, - 2952, 2952, 2953, 2953, 2954, 2954, 2955, 2955, - 2956, 2956, 2957, 2957, 2958, 2958, 2959, 2959, - 2960, 2960, 2961, 2961, 2962, 2962, 2963, 2963, - 2964, 2964, 2965, 2965, 2966, 2966, 2967, 2967, - 2968, 2968, 2969, 2969, 2970, 2970, 2971, 2971, - 2972, 2972, 2973, 2973, 2974, 2974, 2975, 2975, - 2976, 2976, 2977, 2977, 2978, 2978, 2979, 2979, - 2980, 2980, 2981, 2981, 2982, 2982, 2983, 2983, - 2984, 2984, 2985, 2985, 2986, 2986, 2987, 2987, - 2988, 2988, 2989, 2989, 2990, 2990, 2991, 2991, - 2992, 2992, 2993, 2993, 2994, 2994, 2995, 2995, - 2996, 2996, 2997, 2997, 2998, 2998, 2999, 2999, - 3000, 3000, 3001, 3001, 3002, 3002, 3003, 3003, - 3004, 3004, 3005, 3005, 3006, 3006, 3007, 3007, - 3008, 3008, 3009, 3009, 3010, 3010, 3011, 3011, - 3012, 3012, 3013, 3013, 3014, 3014, 3015, 3015, - 3016, 3016, 3017, 3017, 3018, 3018, 3019, 3019, - 3020, 3020, 3021, 3021, 3022, 3022, 3023, 3023, - 3024, 3024, 3025, 3025, 3026, 3026, 3027, 3027, - 3028, 3028, 3029, 3029, 3030, 3030, 3031, 3031, - 3032, 3032, 3033, 3033, 3034, 3034, 3035, 3035, - 3036, 3036, 3037, 3037, 3038, 3038, 3039, 3039, - 3040, 3040, 3041, 3041, 3042, 3042, 3043, 3043, - 3044, 3044, 3045, 3045, 3046, 3046, 3047, 3047, - 3048, 3048, 3049, 3049, 3050, 3050, 3051, 3051, - 3052, 3052, 3053, 3053, 3054, 3054, 3055, 3055, - 3056, 3056, 3057, 3057, 3058, 3058, 3059, 3059, - 3060, 3060, 3061, 3061, 3062, 3062, 3063, 3063, - 3064, 3064, 3065, 3065, 3066, 3066, 3067, 3067, - 3068, 3068, 3069, 3069, 3070, 3070, 3071, 3071, - 3072, 3072, 3073, 3073, 3074, 3074, 3075, 3075, - 3076, 3076, 3077, 3077, 3078, 3078, 3079, 3079, - 3080, 3080, 3081, 3081, 3082, 3082, 3083, 3083, - 3084, 3084, 3085, 3085, 3086, 3086, 3087, 3087, - 3088, 3088, 3089, 3089, 3090, 3090, 3091, 3091, - 3092, 3092, 3093, 3093, 3094, 3094, 3095, 3095, - 3096, 3096, 3097, 3097, 3098, 3098, 3099, 3099, - 3100, 3100, 3101, 3101, 3102, 3102, 3103, 3103, - 3104, 3104, 3105, 3105, 3106, 3106, 3107, 3107, - 3108, 3108, 3109, 3109, 3110, 3110, 3111, 3111, - 3112, 3112, 3113, 3113, 3114, 3114, 3115, 3115, - 3116, 3116, 3117, 3117, 3118, 3118, 3119, 3119, - 3120, 3120, 3121, 3121, 3122, 3122, 3123, 3123, - 3124, 3124, 3125, 3125, 3126, 3126, 3127, 3127, - 3128, 3128, 3129, 3129, 3130, 3130, 3131, 3131, - 3132, 3132, 3133, 3133, 3134, 3134, 3135, 3135, - 3136, 3136, 3137, 3137, 3138, 3138, 3139, 3139, - 3140, 3140, 3141, 3141, 3142, 3142, 3143, 3143, - 3144, 3144, 3145, 3145, 3146, 3146, 3147, 3147, - 3148, 3148, 3149, 3149, 3150, 3150, 3151, 3151, - 3152, 3152, 3153, 3153, 3154, 3154, 3155, 3155, - 3156, 3156, 3157, 3157, 3158, 3158, 3159, 3159, - 3160, 3160, 3161, 3161, 3162, 3162, 3163, 3163, - 3164, 3164, 3165, 3165, 3166, 3166, 3167, 3167, - 3168, 3168, 3169, 3169, 3170, 3170, 3171, 3171, - 3172, 3172, 3173, 3173, 3174, 3174, 3175, 3175, - 3176, 3176, 3177, 3177, 3178, 3178, 3179, 3179, - 3180, 3180, 3181, 3181, 3182, 3182, 3183, 3183, - 3184, 3184, 3185, 3185, 3186, 3186, 3187, 3187, - 3188, 3188, 3189, 3189, 3190, 3190, 3191, 3191, - 3192, 3192, 3193, 3193, 3194, 3194, 3195, 3195, - 3196, 3196, 3197, 3197, 3198, 3198, 3199, 3199, - 3200, 3200, 3201, 3201, 3202, 3202, 3203, 3203, - 3204, 3204, 3205, 3205, 3206, 3206, 3207, 3207, - 3208, 3208, 3209, 3209, 3210, 3210, 3211, 3211, - 3212, 3212, 3213, 3213, 3214, 3214, 3215, 3215, - 3216, 3216, 3217, 3217, 3218, 3218, 3219, 3219, - 3220, 3220, 3221, 3221, 3222, 3222, 3223, 3223, - 3224, 3224, 3225, 3225, 3226, 3226, 3227, 3227, - 3228, 3228, 3229, 3229, 3230, 3230, 3231, 3231, - 3232, 3232, 3233, 3233, 3234, 3234, 3235, 3235, - 3236, 3236, 3237, 3237, 3238, 3238, 3239, 3239, - 3240, 3240, 3241, 3241, 3242, 3242, 3243, 3243, - 3244, 3244, 3245, 3245, 3246, 3246, 3247, 3247, - 3248, 3248, 3249, 3249, 3250, 3250, 3251, 3251, - 3252, 3252, 3253, 3253, 3254, 3254, 3255, 3255, - 3256, 3256, 3257, 3257, 3258, 3258, 3259, 3259, - 3260, 3260, 3261, 3261, 3262, 3262, 3263, 3263, - 3264, 3264, 3265, 3265, 3266, 3266, 3267, 3267, - 3268, 3268, 3269, 3269, 3270, 3270, 3271, 3271, - 3272, 3272, 3273, 3273, 3274, 3274, 3275, 3275, - 3276, 3276, 3277, 3277, 3278, 3278, 3279, 3279, - 3280, 3280, 3281, 3281, 3282, 3282, 3283, 3283, - 3284, 3284, 3285, 3285, 3286, 3286, 3287, 3287, - 3288, 3288, 3289, 3289, 3290, 3290, 3291, 3291, - 3292, 3292, 3293, 3293, 3294, 3294, 3295, 3295, - 3296, 3296, 3297, 3297, 3298, 3298, 3299, 3299, - 3300, 3300, 3301, 3301, 3302, 3302, 3303, 3303, - 3304, 3304, 3305, 3305, 3306, 3306, 3307, 3307, - 3308, 3308, 3309, 3309, 3310, 3310, 3311, 3311, - 3312, 3312, 3313, 3313, 3314, 3314, 3315, 3315, - 3316, 3316, 3317, 3317, 3318, 3318, 3319, 3319, - 3320, 3320, 3321, 3321, 3322, 3322, 3323, 3323, - 3324, 3324, 3325, 3325, 3326, 3326, 3327, 3327, - 3328, 3328, 3329, 3329, 3330, 3330, 3331, 3331, - 3332, 3332, 3333, 3333, 3334, 3334, 3335, 3335, - 3336, 3336, 3337, 3337, 3338, 3338, 3339, 3339, - 3340, 3340, 3341, 3341, 3342, 3342, 3343, 3343, - 3344, 3344, 3345, 3345, 3346, 3346, 3347, 3347, - 3348, 3348, 3349, 3349, 3350, 3350, 3351, 3351, - 3352, 3352, 3353, 3353, 3354, 3354, 3355, 3355, - 3356, 3356, 3357, 3357, 3358, 3358, 3359, 3359, - 3360, 3360, 3361, 3361, 3362, 3362, 3363, 3363, - 3364, 3364, 3365, 3365, 3366, 3366, 3367, 3367, - 3368, 3368, 3369, 3369, 3370, 3370, 3371, 3371, - 3372, 3372, 3373, 3373, 3374, 3374, 3375, 3375, - 3376, 3376, 3377, 3377, 3378, 3378, 3379, 3379, - 3380, 3380, 3381, 3381, 3382, 3382, 3383, 3383, - 3384, 3384, 3385, 3385, 3386, 3386, 3387, 3387, - 3388, 3388, 3389, 3389, 3390, 3390, 3391, 3391, - 3392, 3392, 3393, 3393, 3394, 3394, 3395, 3395, - 3396, 3396, 3397, 3397, 3398, 3398, 3399, 3399, - 3400, 3400, 3401, 3401, 3402, 3402, 3403, 3403, - 3404, 3404, 3405, 3405, 3406, 3406, 3407, 3407, - 3408, 3408, 3409, 3409, 3410, 3410, 3411, 3411, - 3412, 3412, 3413, 3413, 3414, 3414, 3415, 3415, - 3416, 3416, 3417, 3417, 3418, 3418, 3419, 3419, - 3420, 3420, 3421, 3421, 3422, 3422, 3423, 3423, - 3424, 3424, 3425, 3425, 3426, 3426, 3427, 3427, - 3428, 3428, 3429, 3429, 3430, 3430, 3431, 3431, - 3432, 3432, 3433, 3433, 3434, 3434, 3435, 3435, - 3436, 3436, 3437, 3437, 3438, 3438, 3439, 3439, - 3440, 3440, 3441, 3441, 3442, 3442, 3443, 3443, - 3444, 3444, 3445, 3445, 3446, 3446, 3447, 3447, - 3448, 3448, 3449, 3449, 3450, 3450, 3451, 3451, - 3452, 3452, 3453, 3453, 3454, 3454, 3455, 3455, - 3456, 3456, 3457, 3457, 3458, 3458, 3459, 3459, - 3460, 3460, 3461, 3461, 3462, 3462, 3463, 3463, - 3464, 3464, 3465, 3465, 3466, 3466, 3467, 3467, - 3468, 3468, 3469, 3469, 3470, 3470, 3471, 3471, - 3472, 3472, 3473, 3473, 3474, 3474, 3475, 3475, - 3476, 3476, 3477, 3477, 3478, 3478, 3479, 3479, - 3480, 3480, 3481, 3481, 3482, 3482, 3483, 3483, - 3484, 3484, 3485, 3485, 3486, 3486, 3487, 3487, - 3488, 3488, 3489, 3489, 3490, 3490, 3491, 3491, - 3492, 3492, 3493, 3493, 3494, 3494, 3495, 3495, - 3496, 3496, 3497, 3497, 3498, 3498, 3499, 3499, - 3500, 3500, 3501, 3501, 3502, 3502, 3503, 3503, - 3504, 3504, 3505, 3505, 3506, 3506, 3507, 3507, - 3508, 3508, 3509, 3509, 3510, 3510, 3511, 3511, - 3512, 3512, 3513, 3513, 3514, 3514, 3515, 3515, - 3516, 3516, 3517, 3517, 3518, 3518, 3519, 3519, - 3520, 3520, 3521, 3521, 3522, 3522, 3523, 3523, - 3524, 3524, 3525, 3525, 3526, 3526, 3527, 3527, - 3528, 3528, 3529, 3529, 3530, 3530, 3531, 3531, - 3532, 3532, 3533, 3533, 3534, 3534, 3535, 3535, - 3536, 3536, 3537, 3537, 3538, 3538, 3539, 3539, - 3540, 3540, 3541, 3541, 3542, 3542, 3543, 3543, - 3544, 3544, 3545, 3545, 3546, 3546, 3547, 3547, - 3548, 3548, 3549, 3549, 3550, 3550, 3551, 3551, - 3552, 3552, 3553, 3553, 3554, 3554, 3555, 3555, - 3556, 3556, 3557, 3557, 3558, 3558, 3559, 3559, - 3560, 3560, 3561, 3561, 3562, 3562, 3563, 3563, - 3564, 3564, 3565, 3565, 3566, 3566, 3567, 3567, - 3568, 3568, 3569, 3569, 3570, 3570, 3571, 3571, - 3572, 3572, 3573, 3573, 3574, 3574, 3575, 3575, - 3576, 3576, 3577, 3577, 3578, 3578, 3579, 3579, - 3580, 3580, 3581, 3581, 3582, 3582, 3583, 3583, - 3584, 3584, 3585, 3585, 3586, 3586, 3587, 3587, - 3588, 3588, 3589, 3589, 3590, 3590, 3591, 3591, - 3592, 3592, 3593, 3593, 3594, 3594, 3595, 3595, - 3596, 3596, 3597, 3597, 3598, 3598, 3599, 3599, - 3600, 3600, 3601, 3601, 3602, 3602, 3603, 3603, - 3604, 3604, 3605, 3605, 3606, 3606, 3607, 3607, - 3608, 3608, 3609, 3609, 3610, 3610, 3611, 3611, - 3612, 3612, 3613, 3613, 3614, 3614, 3615, 3615, - 3616, 3616, 3617, 3617, 3618, 3618, 3619, 3619, - 3620, 3620, 3621, 3621, 3622, 3622, 3623, 3623, - 3624, 3624, 3625, 3625, 3626, 3626, 3627, 3627, - 3628, 3628, 3629, 3629, 3630, 3630, 3631, 3631, - 3632, 3632, 3633, 3633, 3634, 3634, 3635, 3635, - 3636, 3636, 3637, 3637, 3638, 3638, 3639, 3639, - 3640, 3640, 3641, 3641, 3642, 3642, 3643, 3643, - 3644, 3644, 3645, 3645, 3646, 3646, 3647, 3647, - 3648, 3648, 3649, 3649, 3650, 3650, 3651, 3651, - 3652, 3652, 3653, 3653, 3654, 3654, 3655, 3655, - 3656, 3656, 3657, 3657, 3658, 3658, 3659, 3659, - 3660, 3660, 3661, 3661, 3662, 3662, 3663, 3663, - 3664, 3664, 3665, 3665, 3666, 3666, 3667, 3667, - 3668, 3668, 3669, 3669, 3670, 3670, 3671, 3671, - 3672, 3672, 3673, 3673, 3674, 3674, 3675, 3675, - 3676, 3676, 3677, 3677, 3678, 3678, 3679, 3679, - 3680, 3680, 3681, 3681, 3682, 3682, 3683, 3683, - 3684, 3684, 3685, 3685, 3686, 3686, 3687, 3687, - 3688, 3688, 3689, 3689, 3690, 3690, 3691, 3691, - 3692, 3692, 3693, 3693, 3694, 3694, 3695, 3695, - 3696, 3696, 3697, 3697, 3698, 3698, 3699, 3699, - 3700, 3700, 3701, 3701, 3702, 3702, 3703, 3703, - 3704, 3704, 3705, 3705, 3706, 3706, 3707, 3707, - 3708, 3708, 3709, 3709, 3710, 3710, 3711, 3711, - 3712, 3712, 3713, 3713, 3714, 3714, 3715, 3715, - 3716, 3716, 3717, 3717, 3718, 3718, 3719, 3719, - 3720, 3720, 3721, 3721, 3722, 3722, 3723, 3723, - 3724, 3724, 3725, 3725, 3726, 3726, 3727, 3727, - 3728, 3728, 3729, 3729, 3730, 3730, 3731, 3731, - 3732, 3732, 3733, 3733, 3734, 3734, 3735, 3735, - 3736, 3736, 3737, 3737, 3738, 3738, 3739, 3739, - 3740, 3740, 3741, 3741, 3742, 3742, 3743, 3743, - 3744, 3744, 3745, 3745, 3746, 3746, 3747, 3747, - 3748, 3748, 3749, 3749, 3750, 3750, 3751, 3751, - 3752, 3752, 3753, 3753, 3754, 3754, 3755, 3755, - 3756, 3756, 3757, 3757, 3758, 3758, 3759, 3759, - 3760, 3760, 3761, 3761, 3762, 3762, 3763, 3763, - 3764, 3764, 3765, 3765, 3766, 3766, 3767, 3767, - 3768, 3768, 3769, 3769, 3770, 3770, 3771, 3771, - 3772, 3772, 3773, 3773, 3774, 3774, 3775, 3775, - 3776, 3776, 3777, 3777, 3778, 3778, 3779, 3779, - 3780, 3780, 3781, 3781, 3782, 3782, 3783, 3783, - 3784, 3784, 3785, 3785, 3786, 3786, 3787, 3787, - 3788, 3788, 3789, 3789, 3790, 3790, 3791, 3791, - 3792, 3792, 3793, 3793, 3794, 3794, 3795, 3795, - 3796, 3796, 3797, 3797, 3798, 3798, 3799, 3799, - 3800, 3800, 3801, 3801, 3802, 3802, 3803, 3803, - 3804, 3804, 3805, 3805, 3806, 3806, 3807, 3807, - 3808, 3808, 3809, 3809, 3810, 3810, 3811, 3811, - 3812, 3812, 3813, 3813, 3814, 3814, 3815, 3815, - 3816, 3816, 3817, 3817, 3818, 3818, 3819, 3819, - 3820, 3820, 3821, 3821, 3822, 3822, 3823, 3823, - 3824, 3824, 3825, 3825, 3826, 3826, 3827, 3827, - 3828, 3828, 3829, 3829, 3830, 3830, 3831, 3831, - 3832, 3832, 3833, 3833, 3834, 3834, 3835, 3835, - 3836, 3836, 3837, 3837, 3838, 3838, 3839, 3839, - 3840, 3840, 3841, 3841, 3842, 3842, 3843, 3843, - 3844, 3844, 3845, 3845, 3846, 3846, 3847, 3847, - 3848, 3848, 3849, 3849, 3850, 3850, 3851, 3851, - 3852, 3852, 3853, 3853, 3854, 3854, 3855, 3855, - 3856, 3856, 3857, 3857, 3858, 3858, 3859, 3859, - 3860, 3860, 3861, 3861, 3862, 3862, 3863, 3863, - 3864, 3864, 3865, 3865, 3866, 3866, 3867, 3867, - 3868, 3868, 3869, 3869, 3870, 3870, 3871, 3871, - 3872, 3872, 3873, 3873, 3874, 3874, 3875, 3875, - 3876, 3876, 3877, 3877, 3878, 3878, 3879, 3879, - 3880, 3880, 3881, 3881, 3882, 3882, 3883, 3883, - 3884, 3884, 3885, 3885, 3886, 3886, 3887, 3887, - 3888, 3888, 3889, 3889, 3890, 3890, 3891, 3891, - 3892, 3892, 3893, 3893, 3894, 3894, 3895, 3895, - 3896, 3896, 3897, 3897, 3898, 3898, 3899, 3899, - 3900, 3900, 3901, 3901, 3902, 3902, 3903, 3903, - 3904, 3904, 3905, 3905, 3906, 3906, 3907, 3907, - 3908, 3908, 3909, 3909, 3910, 3910, 3911, 3911, - 3912, 3912, 3913, 3913, 3914, 3914, 3915, 3915, - 3916, 3916, 3917, 3917, 3918, 3918, 3919, 3919, - 3920, 3920, 3921, 3921, 3922, 3922, 3923, 3923, - 3924, 3924, 3925, 3925, 3926, 3926, 3927, 3927, - 3928, 3928, 3929, 3929, 3930, 3930, 3931, 3931, - 3932, 3932, 3933, 3933, 3934, 3934, 3935, 3935, - 3936, 3936, 3937, 3937, 3938, 3938, 3939, 3939, - 3940, 3940, 3941, 3941, 3942, 3942, 3943, 3943, - 3944, 3944, 3945, 3945, 3946, 3946, 3947, 3947, - 3948, 3948, 3949, 3949, 3950, 3950, 3951, 3951, - 3952, 3952, 3953, 3953, 3954, 3954, 3955, 3955, - 3956, 3956, 3957, 3957, 3958, 3958, 3959, 3959, - 3960, 3960, 3961, 3961, 3962, 3962, 3963, 3963, - 3964, 3964, 3965, 3965, 3966, 3966, 3967, 3967, - 3968, 3968, 3969, 3969, 3970, 3970, 3971, 3971, - 3972, 3972, 3973, 3973, 3974, 3974, 3975, 3975, - 3976, 3976, 3977, 3977, 3978, 3978, 3979, 3979, - 3980, 3980, 3981, 3981, 3982, 3982, 3983, 3983, - 3984, 3984, 3985, 3985, 3986, 3986, 3987, 3987, - 3988, 3988, 3989, 3989, 3990, 3990, 3991, 3991, - 3992, 3992, 3993, 3993, 3994, 3994, 3995, 3995, - 3996, 3996, 3997, 3997, 3998, 3998, 3999, 3999, - 4000, 4000, 4001, 4001, 4002, 4002, 4003, 4003, - 4004, 4004, 4005, 4005, 4006, 4006, 4007, 4007, - 4008, 4008, 4009, 4009, 4010, 4010, 4011, 4011, - 4012, 4012, 4013, 4013, 4014, 4014, 4015, 4015, - 4016, 4016, 4017, 4017, 4018, 4018, 4019, 4019, - 4020, 4020, 4021, 4021, 4022, 4022, 4023, 4023, - 4024, 4024, 4025, 4025, 4026, 4026, 4027, 4027, - 4028, 4028, 4029, 4029, 4030, 4030, 4031, 4031, - 4032, 4032, 4033, 4033, 4034, 4034, 4035, 4035, - 4036, 4036, 4037, 4037, 4038, 4038, 4039, 4039, - 4040, 4040, 4041, 4041, 4042, 4042, 4043, 4043, - 4044, 4044, 4045, 4045, 4046, 4046, 4047, 4047, - 4048, 4048, 4049, 4049, 4050, 4050, 4051, 4051, - 4052, 4052, 4053, 4053, 4054, 4054, 4055, 4055, - 4056, 4056, 4057, 4057, 4058, 4058, 4059, 4059, - 4060, 4060, 4061, 4061, 4062, 4062, 4063, 4063, - 4064, 4064, 4065, 4065, 4066, 4066, 4067, 4067, - 4068, 4068, 4069, 4069, 4070, 4070, 4071, 4071, - 4072, 4072, 4073, 4073, 4074, 4074, 4075, 4075, - 4076, 4076, 4077, 4077, 4078, 4078, 4079, 4079, - 4080, 4080, 4081, 4081, 4082, 4082, 4083, 4083, - 4084, 4084, 4085, 4085, 4086, 4086, 4087, 4087, - 4088, 4088, 4089, 4089, 4090, 4090, 4091, 4091, - 4092, 4092, 4093, 4093, 4094, 4094, 4095, 4095, - 4096, 4096, 4097, 4097, 4098, 4098, 4099, 4099, - 4100, 4100, 4101, 4101, 4102, 4102, 4103, 4103, - 4104, 4104, 4105, 4105, 4106, 4106, 4107, 4107, - 4108, 4108, 4109, 4109, 4110, 4110, 4111, 4111, - 4112, 4112, 4113, 4113, 4114, 4114, 4115, 4115, - 4116, 4116, 4117, 4117, 4118, 4118, 4119, 4119, - 4120, 4120, 4121, 4121, 4122, 4122, 4123, 4123, - 4124, 4124, 4125, 4125, 4126, 4126, 4127, 4127, - 4128, 4128, 4129, 4129, 4130, 4130, 4131, 4131, - 4132, 4132, 4133, 4133, 4134, 4134, 4135, 4135, - 4136, 4136, 4137, 4137, 4138, 4138, 4139, 4139, - 4140, 4140, 4141, 4141, 4142, 4142, 4143, 4143, - 4144, 4144, 4145, 4145, 4146, 4146, 4147, 4147, - 4148, 4148, 4149, 4149, 4150, 4150, 4151, 4151, - 4152, 4152, 4153, 4153, 4154, 4154, 4155, 4155, - 4156, 4156, 4157, 4157, 4158, 4158, 4159, 4159, - 4160, 4160, 4161, 4161, 4162, 4162, 4163, 4163, - 4164, 4164, 4165, 4165, 4166, 4166, 4167, 4167, - 4168, 4168, 4169, 4169, 4170, 4170, 4171, 4171, - 4172, 4172, 4173, 4173, 4174, 4174, 4175, 4175, - 4176, 4176, 4177, 4177, 4178, 4178, 4179, 4179, - 4180, 4180, 4181, 4181, 4182, 4182, 4183, 4183, - 4184, 4184, 4185, 4185, 4186, 4186, 4187, 4187, - 4188, 4188, 4189, 4189, 4190, 4190, 4191, 4191, - 4192, 4192, 4193, 4193, 4194, 4194, 4195, 4195, - 4196, 4196, 4197, 4197, 4198, 4198, 4199, 4199, - 4200, 4200, 4201, 4201, 4202, 4202, 4203, 4203, - 4204, 4204, 4205, 4205, 4206, 4206, 4207, 4207, - 4208, 4208, 4209, 4209, 4210, 4210, 4211, 4211, - 4212, 4212, 4213, 4213, 4214, 4214, 4215, 4215, - 4216, 4216, 4217, 4217, 4218, 4218, 4219, 4219, - 4220, 4220, 4221, 4221, 4222, 4222, 4223, 4223, - 4224, 4224, 4225, 4225, 4226, 4226, 4227, 4227, - 4228, 4228, 4229, 4229, 4230, 4230, 4231, 4231, - 4232, 4232, 4233, 4233, 4234, 4234, 4235, 4235, - 4236, 4236, 4237, 4237, 4238, 4238, 4239, 4239, - 4240, 4240, 4241, 4241, 4242, 4242, 4243, 4243, - 4244, 4244, 4245, 4245, 4246, 4246, 4247, 4247, - 4248, 4248, 4249, 4249, 4250, 4250, 4251, 4251, - 4252, 4252, 4253, 4253, 4254, 4254, 4255, 4255, - 4256, 4256, 4257, 4257, 4258, 4258, 4259, 4259, - 4260, 4260, 4261, 4261, 4262, 4262, 4263, 4263, - 4264, 4264, 4265, 4265, 4266, 4266, 4267, 4267, - 4268, 4268, 4269, 4269, 4270, 4270, 4271, 4271, - 4272, 4272, 4273, 4273, 4274, 4274, 4275, 4275, - 4276, 4276, 4277, 4277, 4278, 4278, 4279, 4279, - 4280, 4280, 4281, 4281, 4282, 4282, 4283, 4283, - 4284, 4284, 4285, 4285, 4286, 4286, 4287, 4287, - 4288, 4288, 4289, 4289, 4290, 4290, 4291, 4291, - 4292, 4292, 4293, 4293, 4294, 4294, 4295, 4295, - 4296, 4296, 4297, 4297, 4298, 4298, 4299, 4299, - 4300, 4300, 4301, 4301, 4302, 4302, 4303, 4303, - 4304, 4304, 4305, 4305, 4306, 4306, 4307, 4307, - 4308, 4308, 4309, 4309, 4310, 4310, 4311, 4311, - 4312, 4312, 4313, 4313, 4314, 4314, 4315, 4315, - 4316, 4316, 4317, 4317, 4318, 4318, 4319, 4319, - 4320, 4320, 4321, 4321, 4322, 4322, 4323, 4323, - 4324, 4324, 4325, 4325, 4326, 4326, 4327, 4327, - 4328, 4328, 4329, 4329, 4330, 4330, 4331, 4331, - 4332, 4332, 4333, 4333, 4334, 4334, 4335, 4335, - 4336, 4336, 4337, 4337, 4338, 4338, 4339, 4339, - 4340, 4340, 4341, 4341, 4342, 4342, 4343, 4343, - 4344, 4344, 4345, 4345, 4346, 4346, 4347, 4347, - 4348, 4348, 4349, 4349, 4350, 4350, 4351, 4351, - 4352, 4352, 4353, 4353, 4354, 4354, 4355, 4355, - 4356, 4356, 4357, 4357, 4358, 4358, 4359, 4359, - 4360, 4360, 4361, 4361, 4362, 4362, 4363, 4363, - 4364, 4364, 4365, 4365, 4366, 4366, 4367, 4367, - 4368, 4368, 4369, 4369, 4370, 4370, 4371, 4371, - 4372, 4372, 4373, 4373, 4374, 4374, 4375, 4375, - 4376, 4376, 4377, 4377, 4378, 4378, 4379, 4379, - 4380, 4380, 4381, 4381, 4382, 4382, 4383, 4383, - 4384, 4384, 4385, 4385, 4386, 4386, 4387, 4387, - 4388, 4388, 4389, 4389, 4390, 4390, 4391, 4391, - 4392, 4392, 4393, 4393, 4394, 4394, 4395, 4395, - 4396, 4396, 4397, 4397, 4398, 4398, 4399, 4399, - 4400, 4400, 4401, 4401, 4402, 4402, 4403, 4403, - 4404, 4404, 4405, 4405, 4406, 4406, 4407, 4407, - 4408, 4408, 4409, 4409, 4410, 4410, 4411, 4411, - 4412, 4412, 4413, 4413, 4414, 4414, 4415, 4415, - 4416, 4416, 4417, 4417, 4418, 4418, 4419, 4419, - 4420, 4420, 4421, 4421, 4422, 4422, 4423, 4423, - 4424, 4424, 4425, 4425, 4426, 4426, 4427, 4427, - 4428, 4428, 4429, 4429, 4430, 4430, 4431, 4431, - 4432, 4432, 4433, 4433, 4434, 4434, 4435, 4435, - 4436, 4436, 4437, 4437, 4438, 4438, 4439, 4439, - 4440, 4440, 4441, 4441, 4442, 4442, 4443, 4443, - 4444, 4444, 4445, 4445, 4446, 4446, 4447, 4447, - 4448, 4448, 4449, 4449, 4450, 4450, 4451, 4451, - 4452, 4452, 4453, 4453, 4454, 4454, 4455, 4455, - 4456, 4456, 4457, 4457, 4458, 4458, 4459, 4459, - 4460, 4460, 4461, 4461, 4462, 4462, 4463, 4463, - 4464, 4464, 4465, 4465, 4466, 4466, 4467, 4467, - 4468, 4468, 4469, 4469, 4470, 4470, 4471, 4471, - 4472, 4472, 4473, 4473, 4474, 4474, 4475, 4475, - 4476, 4476, 4477, 4477, 4478, 4478, 4479, 4479, - 4480, 4480, 4481, 4481, 4482, 4482, 4483, 4483, - 4484, 4484, 4485, 4485, 4486, 4486, 4487, 4487, - 4488, 4488, 4489, 4489, 4490, 4490, 4491, 4491, - 4492, 4492, 4493, 4493, 4494, 4494, 4495, 4495, - 4496, 4496, 4497, 4497, 4498, 4498, 4499, 4499, - 4500, 4500, 4501, 4501, 4502, 4502, 4503, 4503, - 4504, 4504, 4505, 4505, 4506, 4506, 4507, 4507, - 4508, 4508, 4509, 4509, 4510, 4510, 4511, 4511, - 4512, 4512, 4513, 4513, 4514, 4514, 4515, 4515, - 4516, 4516, 4517, 4517, 4518, 4518, 4519, 4519, - 4520, 4520, 4521, 4521, 4522, 4522, 4523, 4523, - 4524, 4524, 4525, 4525, 4526, 4526, 4527, 4527, - 4528, 4528, 4529, 4529, 4530, 4530, 4531, 4531, - 4532, 4532, 4533, 4533, 4534, 4534, 4535, 4535, - 4536, 4536, 4537, 4537, 4538, 4538, 4539, 4539, - 4540, 4540, 4541, 4541, 4542, 4542, 4543, 4543, - 4544, 4544, 4545, 4545, 4546, 4546, 4547, 4547, - 4548, 4548, 4549, 4549, 4550, 4550, 4551, 4551, - 4552, 4552, 4553, 4553, 4554, 4554, 4555, 4555, - 4556, 4556, 4557, 4557, 4558, 4558, 4559, 4559, - 4560, 4560, 4561, 4561, 4562, 4562, 4563, 4563, - 4564, 4564, 4565, 4565, 4566, 4566, 4567, 4567, - 4568, 4568, 4569, 4569, 4570, 4570, 4571, 4571, - 4572, 4572, 4573, 4573, 4574, 4574, 4575, 4575, - 4576, 4576, 4577, 4577, 4578, 4578, 4579, 4579, - 4580, 4580, 4581, 4581, 4582, 4582, 4583, 4583, - 4584, 4584, 4585, 4585, 4586, 4586, 4587, 4587, - 4588, 4588, 4589, 4589, 4590, 4590, 4591, 4591, - 4592, 4592, 4593, 4593, 4594, 4594, 4595, 4595, - 4596, 4596, 4597, 4597, 4598, 4598, 4599, 4599, - 4600, 4600, 4601, 4601, 4602, 4602, 4603, 4603, - 4604, 4604, 4605, 4605, 4606, 4606, 4607, 4607, - 4608, 4608, 4609, 4609, 4610, 4610, 4611, 4611, - 4612, 4612, 4613, 4613, 4614, 4614, 4615, 4615, - 4616, 4616, 4617, 4617, 4618, 4618, 4619, 4619, - 4620, 4620, 4621, 4621, 4622, 4622, 4623, 4623, - 4624, 4624, 4625, 4625, 4626, 4626, 4627, 4627, - 4628, 4628, 4629, 4629, 4630, 4630, 4631, 4631, - 4632, 4632, 4633, 4633, 4634, 4634, 4635, 4635, - 4636, 4636, 4637, 4637, 4638, 4638, 4639, 4639, - 4640, 4640, 4641, 4641, 4642, 4642, 4643, 4643, - 4644, 4644, 4645, 4645, 4646, 4646, 4647, 4647, - 4648, 4648, 4649, 4649, 4650, 4650, 4651, 4651, - 4652, 4652, 4653, 4653, 4654, 4654, 4655, 4655, - 4656, 4656, 4657, 4657, 4658, 4658, 4659, 4659, - 4660, 4660, 4661, 4661, 4662, 4662, 4663, 4663, - 4664, 4664, 4665, 4665, 4666, 4666, 4667, 4667, - 4668, 4668, 4669, 4669, 4670, 4670, 4671, 4671, - 4672, 4672, 4673, 4673, 4674, 4674, 4675, 4675, - 4676, 4676, 4677, 4677, 4678, 4678, 4679, 4679, - 4680, 4680, 4681, 4681, 4682, 4682, 4683, 4683, - 4684, 4684, 4685, 4685, 4686, 4686, 4687, 4687, - 4688, 4688, 4689, 4689, 4690, 4690, 4691, 4691, - 4692, 4692, 4693, 4693, 4694, 4694, 4695, 4695, - 4696, 4696, 4697, 4697, 4698, 4698, 4699, 4699, - 4700, 4700, 4701, 4701, 4702, 4702, 4703, 4703, - 4704, 4704, 4705, 4705, 4706, 4706, 4707, 4707, - 4708, 4708, 4709, 4709, 4710, 4710, 4711, 4711, - 4712, 4712, 4713, 4713, 4714, 4714, 4715, 4715, - 4716, 4716, 4717, 4717, 4718, 4718, 4719, 4719, - 4720, 4720, 4721, 4721, 4722, 4722, 4723, 4723, - 4724, 4724, 4725, 4725, 4726, 4726, 4727, 4727, - 4728, 4728, 4729, 4729, 4730, 4730, 4731, 4731, - 4732, 4732, 4733, 4733, 4734, 4734, 4735, 4735, - 4736, 4736, 4737, 4737, 4738, 4738, 4739, 4739, - 4740, 4740, 4741, 4741, 4742, 4742, 4743, 4743, - 4744, 4744, 4745, 4745, 4746, 4746, 4747, 4747, - 4748, 4748, 4749, 4749, 4750, 4750, 4751, 4751, - 4752, 4752, 4753, 4753, 4754, 4754, 4755, 4755, - 4756, 4756, 4757, 4757, 4758, 4758, 4759, 4759, - 4760, 4760, 4761, 4761, 4762, 4762, 4763, 4763, - 4764, 4764, 4765, 4765, 4766, 4766, 4767, 4767, - 4768, 4768, 4769, 4769, 4770, 4770, 4771, 4771, - 4772, 4772, 4773, 4773, 4774, 4774, 4775, 4775, - 4776, 4776, 4777, 4777, 4778, 4778, 4779, 4779, - 4780, 4780, 4781, 4781, 4782, 4782, 4783, 4783, - 4784, 4784, 4785, 4785, 4786, 4786, 4787, 4787, - 4788, 4788, 4789, 4789, 4790, 4790, 4791, 4791, - 4792, 4792, 4793, 4793, 4794, 4794, 4795, 4795, - 4796, 4796, 4797, 4797, 4798, 4798, 4799, 4799, - 4800, 4800, 4801, 4801, 4802, 4802, 4803, 4803, - 4804, 4804, 4805, 4805, 4806, 4806, 4807, 4807, - 4808, 4808, 4809, 4809, 4810, 4810, 4811, 4811, - 4812, 4812, 4813, 4813, 4814, 4814, 4815, 4815, - 4816, 4816, 4817, 4817, 4818, 4818, 4819, 4819, - 4820, 4820, 4821, 4821, 4822, 4822, 4823, 4823, - 4824, 4824, 4825, 4825, 4826, 4826, 4827, 4827, - 4828, 4828, 4829, 4829, 4830, 4830, 4831, 4831, - 4832, 4832, 4833, 4833, 4834, 4834, 4835, 4835, - 4836, 4836, 4837, 4837, 4838, 4838, 4839, 4839, - 4840, 4840, 4841, 4841, 4842, 4842, 4843, 4843, - 4844, 4844, 4845, 4845, 4846, 4846, 4847, 4847, - 4848, 4848, 4849, 4849, 4850, 4850, 4851, 4851, - 4852, 4852, 4853, 4853, 4854, 4854, 4855, 4855, - 4856, 4856, 4857, 4857, 4858, 4858, 4859, 4859, - 4860, 4860, 4861, 4861, 4862, 4862, 4863, 4863, - 4864, 4864, 4865, 4865, 4866, 4866, 4867, 4867, - 4868, 4868, 4869, 4869, 4870, 4870, 4871, 4871, - 4872, 4872, 4873, 4873, 4874, 4874, 4875, 4875, - 4876, 4876, 4877, 4877, 4878, 4878, 4879, 4879, - 4880, 4880, 4881, 4881, 4882, 4882, 4883, 4883, - 4884, 4884, 4885, 4885, 4886, 4886, 4887, 4887, - 4888, 4888, 4889, 4889, 4890, 4890, 4891, 4891, - 4892, 4892, 4893, 4893, 4894, 4894, 4895, 4895, - 4896, 4896, 4897, 4897, 4898, 4898, 4899, 4899, - 4900, 4900, 4901, 4901, 4902, 4902, 4903, 4903, - 4904, 4904, 4905, 4905, 4906, 4906, 4907, 4907, - 4908, 4908, 4909, 4909, 4910, 4910, 4911, 4911, - 4912, 4912, 4913, 4913, 4914, 4914, 4915, 4915, - 4916, 4916, 4917, 4917, 4918, 4918, 4919, 4919, - 4920, 4920, 4921, 4921, 4922, 4922, 4923, 4923, - 4924, 4924, 4925, 4925, 4926, 4926, 4927, 4927, - 4928, 4928, 4929, 4929, 4930, 4930, 4931, 4931, - 4932, 4932, 4933, 4933, 4934, 4934, 4935, 4935, - 4936, 4936, 4937, 4937, 4938, 4938, 4939, 4939, - 4940, 4940, 4941, 4941, 4942, 4942, 4943, 4943, - 4944, 4944, 4945, 4945, 4946, 4946, 4947, 4947, - 4948, 4948, 4949, 4949, 4950, 4950, 4951, 4951, - 4952, 4952, 4953, 4953, 4954, 4954, 4955, 4955, - 4956, 4956, 4957, 4957, 4958, 4958, 4959, 4959, - 4960, 4960, 4961, 4961, 4962, 4962, 4963, 4963, - 4964, 4964, 4965, 4965, 4966, 4966, 4967, 4967, - 4968, 4968, 4969, 4969, 4970, 4970, 4971, 4971, - 4972, 4972, 4973, 4973, 4974, 4974, 4975, 4975, - 4976, 4976, 4977, 4977, 4978, 4978, 4979, 4979, - 4980, 4980, 4981, 4981, 4982, 4982, 4983, 4983, - 4984, 4984, 4985, 4985, 4986, 4986, 4987, 4987, - 4988, 4988, 4989, 4989, 4990, 4990, 4991, 4991, - 4992, 4992, 4993, 4993, 4994, 4994, 4995, 4995, - 4996, 4996, 4997, 4997, 4998, 4998, 4999, 4999, - 5000, 5000, 5001, 5001, 5002, 5002, 5003, 5003, - 5004, 5004, 5005, 5005, 5006, 5006, 5007, 5007, - 5008, 5008, 5009, 5009, 5010, 5010, 5011, 5011, - 5012, 5012, 5013, 5013, 5014, 5014, 5015, 5015, - 5016, 5016, 5017, 5017, 5018, 5018, 5019, 5019, - 5020, 5020, 5021, 5021, 5022, 5022, 5023, 5023, - 5024, 5024, 5025, 5025, 5026, 5026, 5027, 5027, - 5028, 5028, 5029, 5029, 5030, 5030, 5031, 5031, - 5032, 5032, 5033, 5033, 5034, 5034, 5035, 5035, - 5036, 5036, 5037, 5037, 5038, 5038, 5039, 5039, - 5040, 5040, 5041, 5041, 5042, 5042, 5043, 5043, - 5044, 5044, 5045, 5045, 5046, 5046, 5047, 5047, - 5048, 5048, 5049, 5049, 5050, 5050, 5051, 5051, - 5052, 5052, 5053, 5053, 5054, 5054, 5055, 5055, - 5056, 5056, 5057, 5057, 5058, 5058, 5059, 5059, - 5060, 5060, 5061, 5061, 5062, 5062, 5063, 5063, - 5064, 5064, 5065, 5065, 5066, 5066, 5067, 5067, - 5068, 5068, 5069, 5069, 5070, 5070, 5071, 5071, - 5072, 5072, 5073, 5073, 5074, 5074, 5075, 5075, - 5076, 5076, 5077, 5077, 5078, 5078, 5079, 5079, - 5080, 5080, 5081, 5081, 5082, 5082, 5083, 5083, - 5084, 5084, 5085, 5085, 5086, 5086, 5087, 5087, - 5088, 5088, 5089, 5089, 5090, 5090, 5091, 5091, - 5092, 5092, 5093, 5093, 5094, 5094, 5095, 5095, - 5096, 5096, 5097, 5097, 5098, 5098, 5099, 5099, - 5100, 5100, 5101, 5101, 5102, 5102, 5103, 5103, - 5104, 5104, 5105, 5105, 5106, 5106, 5107, 5107, - 5108, 5108, 5109, 5109, 5110, 5110, 5111, 5111, - 5112, 5112, 5113, 5113, 5114, 5114, 5115, 5115, - 5116, 5116, 5117, 5117, 5118, 5118, 5119, 5119, - 5120, 5120, 5121, 5121, 5122, 5122, 5123, 5123, - 5124, 5124, 5125, 5125, 5126, 5126, 5127, 5127, - 5128, 5128, 5129, 5129, 5130, 5130, 5131, 5131, - 5132, 5132, 5133, 5133, 5134, 5134, 5135, 5135, - 5136, 5136, 5137, 5137, 5138, 5138, 5139, 5139, - 5140, 5140, 5141, 5141, 5142, 5142, 5143, 5143, - 5144, 5144, 5145, 5145, 5146, 5146, 5147, 5147, - 5148, 5148, 5149, 5149, 5150, 5150, 5151, 5151, - 5152, 5152, 5153, 5153, 5154, 5154, 5155, 5155, - 5156, 5156, 5157, 5157, 5158, 5158, 5159, 5159, - 5160, 5160, 5161, 5161, 5162, 5162, 5163, 5163, - 5164, 5164, 5165, 5165, 5166, 5166, 5167, 5167, - 5168, 5168, 5169, 5169, 5170, 5170, 5171, 5171, - 5172, 5172, 5173, 5173, 5174, 5174, 5175, 5175, - 5176, 5176, 5177, 5177, 5178, 5178, 5179, 5179, - 5180, 5180, 5181, 5181, 5182, 5182, 5183, 5183, - 5184, 5184, 5185, 5185, 5186, 5186, 5187, 5187, - 5188, 5188, 5189, 5189, 5190, 5190, 5191, 5191, - 5192, 5192, 5193, 5193, 5194, 5194, 5195, 5195, - 5196, 5196, 5197, 5197, 5198, 5198, 5199, 5199, - 5200, 5200, 5201, 5201, 5202, 5202, 5203, 5203, - 5204, 5204, 5205, 5205, 5206, 5206, 5207, 5207, - 5208, 5208, 5209, 5209, 5210, 5210, 5211, 5211, - 5212, 5212, 5213, 5213, 5214, 5214, 5215, 5215, - 5216, 5216, 5217, 5217, 5218, 5218, 5219, 5219, - 5220, 5220, 5221, 5221, 5222, 5222, 5223, 5223, - 5224, 5224, 5225, 5225, 5226, 5226, 5227, 5227, - 5228, 5228, 5229, 5229, 5230, 5230, 5231, 5231, - 5232, 5232, 5233, 5233, 5234, 5234, 5235, 5235, - 5236, 5236, 5237, 5237, 5238, 5238, 5239, 5239, - 5240, 5240, 5241, 5241, 5242, 5242, 5243, 5243, - 5244, 5244, 5245, 5245, 5246, 5246, 5247, 5247, - 5248, 5248, 5249, 5249, 5250, 5250, 5251, 5251, - 5252, 5252, 5253, 5253, 5254, 5254, 5255, 5255, - 5256, 5256, 5257, 5257, 5258, 5258, 5259, 5259, - 5260, 5260, 5261, 5261, 5262, 5262, 5263, 5263, - 5264, 5264, 5265, 5265, 5266, 5266, 5267, 5267, - 5268, 5268, 5269, 5269, 5270, 5270, 5271, 5271, - 5272, 5272, 5273, 5273, 5274, 5274, 5275, 5275, - 5276, 5276, 5277, 5277, 5278, 5278, 5279, 5279, - 5280, 5280, 5281, 5281, 5282, 5282, 5283, 5283, - 5284, 5284, 5285, 5285, 5286, 5286, 5287, 5287, - 5288, 5288, 5289, 5289, 5290, 5290, 5291, 5291, - 5292, 5292, 5293, 5293, 5294, 5294, 5295, 5295, - 5296, 5296, 5297, 5297, 5298, 5298, 5299, 5299, - 5300, 5300, 5301, 5301, 5302, 5302, 5303, 5303, - 5304, 5304, 5305, 5305, 5306, 5306, 5307, 5307, - 5308, 5308, 5309, 5309, 5310, 5310, 5311, 5311, - 5312, 5312, 5313, 5313, 5314, 5314, 5315, 5315, - 5316, 5316, 5317, 5317, 5318, 5318, 5319, 5319, - 5320, 5320, 5321, 5321, 5322, 5322, 5323, 5323, - 5324, 5324, 5325, 5325, 5326, 5326, 5327, 5327, - 5328, 5328, 5329, 5329, 5330, 5330, 5331, 5331, - 5332, 5332, 5333, 5333, 5334, 5334, 5335, 5335, - 5336, 5336, 5337, 5337, 5338, 5338, 5339, 5339, - 5340, 5340, 5341, 5341, 5342, 5342, 5343, 5343, - 5344, 5344, 5345, 5345, 5346, 5346, 5347, 5347, - 5348, 5348, 5349, 5349, 5350, 5350, 5351, 5351, - 5352, 5352, 5353, 5353, 5354, 5354, 5355, 5355, - 5356, 5356, 5357, 5357, 5358, 5358, 5359, 5359, - 5360, 5360, 5361, 5361, 5362, 5362, 5363, 5363, - 5364, 5364, 5365, 5365, 5366, 5366, 5367, 5367, - 5368, 5368, 5369, 5369, 5370, 5370, 5371, 5371, - 5372, 5372, 5373, 5373, 5374, 5374, 5375, 5375, - 5376, 5376, 5377, 5377, 5378, 5378, 5379, 5379, - 5380, 5380, 5381, 5381, 5382, 5382, 5383, 5383, - 5384, 5384, 5385, 5385, 5386, 5386, 5387, 5387, - 5388, 5388, 5389, 5389, 5390, 5390, 5391, 5391, - 5392, 5392, 5393, 5393, 5394, 5394, 5395, 5395, - 5396, 5396, 5397, 5397, 5398, 5398, 5399, 5399, - 5400, 5400, 5401, 5401, 5402, 5402, 5403, 5403, - 5404, 5404, 5405, 5405, 5406, 5406, 5407, 5407, - 5408, 5408, 5409, 5409, 5410, 5410, 5411, 5411, - 5412, 5412, 5413, 5413, 5414, 5414, 5415, 5415, - 5416, 5416, 5417, 5417, 5418, 5418, 5419, 5419, - 5420, 5420, 5421, 5421, 5422, 5422, 5423, 5423, - 5424, 5424, 5425, 5425, 5426, 5426, 5427, 5427, - 5428, 5428, 5429, 5429, 5430, 5430, 5431, 5431, - 5432, 5432, 5433, 5433, 5434, 5434, 5435, 5435, - 5436, 5436, 5437, 5437, 5438, 5438, 5439, 5439, - 5440, 5440, 5441, 5441, 5442, 5442, 5443, 5443, - 5444, 5444, 5445, 5445, 5446, 5446, 5447, 5447, - 5448, 5448, 5449, 5449, 5450, 5450, 5451, 5451, - 5452, 5452, 5453, 5453, 5454, 5454, 5455, 5455, - 5456, 5456, 5457, 5457, 5458, 5458, 5459, 5459, - 5460, 5460, 5461, 5461, 5462, 5462, 5463, 5463, - 5464, 5464, 5465, 5465, 5466, 5466, 5467, 5467, - 5468, 5468, 5469, 5469, 5470, 5470, 5471, 5471, - 5472, 5472, 5473, 5473, 5474, 5474, 5475, 5475, - 5476, 5476, 5477, 5477, 5478, 5478, 5479, 5479, - 5480, 5480, 5481, 5481, 5482, 5482, 5483, 5483, - 5484, 5484, 5485, 5485, 5486, 5486, 5487, 5487, - 5488, 5488, 5489, 5489, 5490, 5490, 5491, 5491, - 5492, 5492, 5493, 5493, 5494, 5494, 5495, 5495, - 5496, 5496, 5497, 5497, 5498, 5498, 5499, 5499, - 5500, 5500, 5501, 5501, 5502, 5502, 5503, 5503, - 5504, 5504, 5505, 5505, 5506, 5506, 5507, 5507, - 5508, 5508, 5509, 5509, 5510, 5510, 5511, 5511, - 5512, 5512, 5513, 5513, 5514, 5514, 5515, 5515, - 5516, 5516, 5517, 5517, 5518, 5518, 5519, 5519, - 5520, 5520, 5521, 5521, 5522, 5522, 5523, 5523, - 5524, 5524, 5525, 5525, 5526, 5526, 5527, 5527, - 5528, 5528, 5529, 5529, 5530, 5530, 5531, 5531, - 5532, 5532, 5533, 5533, 5534, 5534, 5535, 5535, - 5536, 5536, 5537, 5537, 5538, 5538, 5539, 5539, - 5540, 5540, 5541, 5541, 5542, 5542, 5543, 5543, - 5544, 5544, 5545, 5545, 5546, 5546, 5547, 5547, - 5548, 5548, 5549, 5549, 5550, 5550, 5551, 5551, - 5552, 5552, 5553, 5553, 5554, 5554, 5555, 5555, - 5556, 5556, 5557, 5557, 5558, 5558, 5559, 5559, - 5560, 5560, 5561, 5561, 5562, 5562, 5563, 5563, - 5564, 5564, 5565, 5565, 5566, 5566, 5567, 5567, - 5568, 5568, 5569, 5569, 5570, 5570, 5571, 5571, - 5572, 5572, 5573, 5573, 5574, 5574, 5575, 5575, - 5576, 5576, 5577, 5577, 5578, 5578, 5579, 5579, - 5580, 5580, 5581, 5581, 5582, 5582, 5583, 5583, - 5584, 5584, 5585, 5585, 5586, 5586, 5587, 5587, - 5588, 5588, 5589, 5589, 5590, 5590, 5591, 5591, - 5592, 5592, 5593, 5593, 5594, 5594, 5595, 5595, - 5596, 5596, 5597, 5597, 5598, 5598, 5599, 5599, - 5600, 5600, 5601, 5601, 5602, 5602, 5603, 5603, - 5604, 5604, 5605, 5605, 5606, 5606, 5607, 5607, - 5608, 5608, 5609, 5609, 5610, 5610, 5611, 5611, - 5612, 5612, 5613, 5613, 5614, 5614, 5615, 5615, - 5616, 5616, 5617, 5617, 5618, 5618, 5619, 5619, - 5620, 5620, 5621, 5621, 5622, 5622, 5623, 5623, - 5624, 5624, 5625, 5625, 5626, 5626, 5627, 5627, - 5628, 5628, 5629, 5629, 5630, 5630, 5631, 5631, - 5632, 5632, 5633, 5633, 5634, 5634, 5635, 5635, - 5636, 5636, 5637, 5637, 5638, 5638, 5639, 5639, - 5640, 5640, 5641, 5641, 5642, 5642, 5643, 5643, - 5644, 5644, 5645, 5645, 5646, 5646, 5647, 5647, - 5648, 5648, 5649, 5649, 5650, 5650, 5651, 5651, - 5652, 5652, 5653, 5653, 5654, 5654, 5655, 5655, - 5656, 5656, 5657, 5657, 5658, 5658, 5659, 5659, - 5660, 5660, 5661, 5661, 5662, 5662, 5663, 5663, - 5664, 5664, 5665, 5665, 5666, 5666, 5667, 5667, - 5668, 5668, 5669, 5669, 5670, 5670, 5671, 5671, - 5672, 5672, 5673, 5673, 5674, 5674, 5675, 5675, - 5676, 5676, 5677, 5677, 5678, 5678, 5679, 5679, - 5680, 5680, 5681, 5681, 5682, 5682, 5683, 5683, - 5684, 5684, 5685, 5685, 5686, 5686, 5687, 5687, - 5688, 5688, 5689, 5689, 5690, 5690, 5691, 5691, - 5692, 5692, 5693, 5693, 5694, 5694, 5695, 5695, - 5696, 5696, 5697, 5697, 5698, 5698, 5699, 5699, - 5700, 5700, 5701, 5701, 5702, 5702, 5703, 5703, - 5704, 5704, 5705, 5705, 5706, 5706, 5707, 5707, - 5708, 5708, 5709, 5709, 5710, 5710, 5711, 5711, - 5712, 5712, 5713, 5713, 5714, 5714, 5715, 5715, - 5716, 5716, 5717, 5717, 5718, 5718, 5719, 5719, - 5720, 5720, 5721, 5721, 5722, 5722, 5723, 5723, - 5724, 5724, 5725, 5725, 5726, 5726, 5727, 5727, - 5728, 5728, 5729, 5729, 5730, 5730, 5731, 5731, - 5732, 5732, 5733, 5733, 5734, 5734, 5735, 5735, - 5736, 5736, 5737, 5737, 5738, 5738, 5739, 5739, - 5740, 5740, 5741, 5741, 5742, 5742, 5743, 5743, - 5744, 5744, 5745, 5745, 5746, 5746, 5747, 5747, - 5748, 5748, 5749, 5749, 5750, 5750, 5751, 5751, - 5752, 5752, 5753, 5753, 5754, 5754, 5755, 5755, - 5756, 5756, 5757, 5757, 5758, 5758, 5759, 5759, - 5760, 5760, 5761, 5761, 5762, 5762, 5763, 5763, - 5764, 5764, 5765, 5765, 5766, 5766, 5767, 5767, - 5768, 5768, 5769, 5769, 5770, 5770, 5771, 5771, - 5772, 5772, 5773, 5773, 5774, 5774, 5775, 5775, - 5776, 5776, 5777, 5777, 5778, 5778, 5779, 5779, - 5780, 5780, 5781, 5781, 5782, 5782, 5783, 5783, - 5784, 5784, 5785, 5785, 5786, 5786, 5787, 5787, - 5788, 5788, 5789, 5789, 5790, 5790, 5791, 5791, - 5792, 5792, 5793, 5793, 5794, 5794, 5795, 5795, - 5796, 5796, 5797, 5797, 5798, 5798, 5799, 5799, - 5800, 5800, 5801, 5801, 5802, 5802, 5803, 5803, - 5804, 5804, 5805, 5805, 5806, 5806, 5807, 5807, - 5808, 5808, 5809, 5809, 5810, 5810, 5811, 5811, - 5812, 5812, 5813, 5813, 5814, 5814, 5815, 5815, - 5816, 5816, 5817, 5817, 5818, 5818, 5819, 5819, - 5820, 5820, 5821, 5821, 5822, 5822, 5823, 5823, - 5824, 5824, 5825, 5825, 5826, 5826, 5827, 5827, - 5828, 5828, 5829, 5829, 5830, 5830, 5831, 5831, - 5832, 5832, 5833, 5833, 5834, 5834, 5835, 5835, - 5836, 5836, 5837, 5837, 5838, 5838, 5839, 5839, - 5840, 5840, 5841, 5841, 5842, 5842, 5843, 5843, - 5844, 5844, 5845, 5845, 5846, 5846, 5847, 5847, - 5848, 5848, 5849, 5849, 5850, 5850, 5851, 5851, - 5852, 5852, 5853, 5853, 5854, 5854, 5855, 5855, - 5856, 5856, 5857, 5857, 5858, 5858, 5859, 5859, - 5860, 5860, 5861, 5861, 5862, 5862, 5863, 5863, - 5864, 5864, 5865, 5865, 5866, 5866, 5867, 5867, - 5868, 5868, 5869, 5869, 5870, 5870, 5871, 5871, - 5872, 5872, 5873, 5873, 5874, 5874, 5875, 5875, - 5876, 5876, 5877, 5877, 5878, 5878, 5879, 5879, - 5880, 5880, 5881, 5881, 5882, 5882, 5883, 5883, - 5884, 5884, 5885, 5885, 5886, 5886, 5887, 5887, - 5888, 5888, 5889, 5889, 5890, 5890, 5891, 5891, - 5892, 5892, 5893, 5893, 5894, 5894, 5895, 5895, - 5896, 5896, 5897, 5897, 5898, 5898, 5899, 5899, - 5900, 5900, 5901, 5901, 5902, 5902, 5903, 5903, - 5904, 5904, 5905, 5905, 5906, 5906, 5907, 5907, - 5908, 5908, 5909, 5909, 5910, 5910, 5911, 5911, - 5912, 5912, 5913, 5913, 5914, 5914, 5915, 5915, - 5916, 5916, 5917, 5917, 5918, 5918, 5919, 5919, - 5920, 5920, 5921, 5921, 5922, 5922, 5923, 5923, - 5924, 5924, 5925, 5925, 5926, 5926, 5927, 5927, - 5928, 5928, 5929, 5929, 5930, 5930, 5931, 5931, - 5932, 5932, 5933, 5933, 5934, 5934, 5935, 5935, - 5936, 5936, 5937, 5937, 5938, 5938, 5939, 5939, - 5940, 5940, 5941, 5941, 5942, 5942, 5943, 5943, - 5944, 5944, 5945, 5945, 5946, 5946, 5947, 5947, - 5948, 5948, 5949, 5949, 5950, 5950, 5951, 5951, - 5952, 5952, 5953, 5953, 5954, 5954, 5955, 5955, - 5956, 5956, 5957, 5957, 5958, 5958, 5959, 5959, - 5960, 5960, 5961, 5961, 5962, 5962, 5963, 5963, - 5964, 5964, 5965, 5965, 5966, 5966, 5967, 5967, - 5968, 5968, 5969, 5969, 5970, 5970, 5971, 5971, - 5972, 5972, 5973, 5973, 5974, 5974, 5975, 5975, - 5976, 5976, 5977, 5977, 5978, 5978, 5979, 5979, - 5980, 5980, 5981, 5981, 5982, 5982, 5983, 5983, - 5984, 5984, 5985, 5985, 5986, 5986, 5987, 5987, - 5988, 5988, 5989, 5989, 5990, 5990, 5991, 5991, - 5992, 5992, 5993, 5993, 5994, 5994, 5995, 5995, - 5996, 5996, 5997, 5997, 5998, 5998, 5999, 5999, - 6000, 6000, 6001, 6001, 6002, 6002, 6003, 6003, - 6004, 6004, 6005, 6005, 6006, 6006, 6007, 6007, - 6008, 6008, 6009, 6009, 6010, 6010, 6011, 6011, - 6012, 6012, 6013, 6013, 6014, 6014, 6015, 6015, - 6016, 6016, 6017, 6017, 6018, 6018, 6019, 6019, - 6020, 6020, 6021, 6021, 6022, 6022, 6023, 6023, - 6024, 6024, 6025, 6025, 6026, 6026, 6027, 6027, - 6028, 6028, 6029, 6029, 6030, 6030, 6031, 6031, - 6032, 6032, 6033, 6033, 6034, 6034, 6035, 6035, - 6036, 6036, 6037, 6037, 6038, 6038, 6039, 6039, - 6040, 6040, 6041, 6041, 6042, 6042, 6043, 6043, - 6044, 6044, 6045, 6045, 6046, 6046, 6047, 6047, - 6048, 6048, 6049, 6049, 6050, 6050, 6051, 6051, - 6052, 6052, 6053, 6053, 6054, 6054, 6055, 6055, - 6056, 6056, 6057, 6057, 6058, 6058, 6059, 6059, - 6060, 6060, 6061, 6061, 6062, 6062, 6063, 6063, - 6064, 6064, 6065, 6065, 6066, 6066, 6067, 6067, - 6068, 6068, 6069, 6069, 6070, 6070, 6071, 6071, - 6072, 6072, 6073, 6073, 6074, 6074, 6075, 6075, - 6076, 6076, 6077, 6077, 6078, 6078, 6079, 6079, - 6080, 6080, 6081, 6081, 6082, 6082, 6083, 6083, - 6084, 6084, 6085, 6085, 6086, 6086, 6087, 6087, - 6088, 6088, 6089, 6089, 6090, 6090, 6091, 6091, - 6092, 6092, 6093, 6093, 6094, 6094, 6095, 6095, - 6096, 6096, 6097, 6097, 6098, 6098, 6099, 6099, - 6100, 6100, 6101, 6101, 6102, 6102, 6103, 6103, - 6104, 6104, 6105, 6105, 6106, 6106, 6107, 6107, - 6108, 6108, 6109, 6109, 6110, 6110, 6111, 6111, - 6112, 6112, 6113, 6113, 6114, 6114, 6115, 6115, - 6116, 6116, 6117, 6117, 6118, 6118, 6119, 6119, - 6120, 6120, 6121, 6121, 6122, 6122, 6123, 6123, - 6124, 6124, 6125, 6125, 6126, 6126, 6127, 6127, - 6128, 6128, 6129, 6129, 6130, 6130, 6131, 6131, - 6132, 6132, 6133, 6133, 6134, 6134, 6135, 6135, - 6136, 6136, 6137, 6137, 6138, 6138, 6139, 6139, - 6140, 6140, 6141, 6141, 6142, 6142, 6143, 6143, - 6144, 6144, 6145, 6145, 6146, 6146, 6147, 6147, - 6148, 6148, 6149, 6149, 6150, 6150, 6151, 6151, - 6152, 6152, 6153, 6153, 6154, 6154, 6155, 6155, - 6156, 6156, 6157, 6157, 6158, 6158, 6159, 6159, - 6160, 6160, 6161, 6161, 6162, 6162, 6163, 6163, - 6164, 6164, 6165, 6165, 6166, 6166, 6167, 6167, - 6168, 6168, 6169, 6169, 6170, 6170, 6171, 6171, - 6172, 6172, 6173, 6173, 6174, 6174, 6175, 6175, - 6176, 6176, 6177, 6177, 6178, 6178, 6179, 6179, - 6180, 6180, 6181, 6181, 6182, 6182, 6183, 6183, - 6184, 6184, 6185, 6185, 6186, 6186, 6187, 6187, - 6188, 6188, 6189, 6189, 6190, 6190, 6191, 6191, - 6192, 6192, 6193, 6193, 6194, 6194, 6195, 6195, - 6196, 6196, 6197, 6197, 6198, 6198, 6199, 6199, - 6200, 6200, 6201, 6201, 6202, 6202, 6203, 6203, - 6204, 6204, 6205, 6205, 6206, 6206, 6207, 6207, - 6208, 6208, 6209, 6209, 6210, 6210, 6211, 6211, - 6212, 6212, 6213, 6213, 6214, 6214, 6215, 6215, - 6216, 6216, 6217, 6217, 6218, 6218, 6219, 6219, - 6220, 6220, 6221, 6221, 6222, 6222, 6223, 6223, - 6224, 6224, 6225, 6225, 6226, 6226, 6227, 6227, - 6228, 6228, 6229, 6229, 6230, 6230, 6231, 6231, - 6232, 6232, 6233, 6233, 6234, 6234, 6235, 6235, - 6236, 6236, 6237, 6237, 6238, 6238, 6239, 6239, - 6240, 6240, 6241, 6241, 6242, 6242, 6243, 6243, - 6244, 6244, 6245, 6245, 6246, 6246, 6247, 6247, - 6248, 6248, 6249, 6249, 6250, 6250, 6251, 6251, - 6252, 6252, 6253, 6253, 6254, 6254, 6255, 6255, - 6256, 6256, 6257, 6257, 6258, 6258, 6259, 6259, - 6260, 6260, 6261, 6261, 6262, 6262, 6263, 6263, - 6264, 6264, 6265, 6265, 6266, 6266, 6267, 6267, - 6268, 6268, 6269, 6269, 6270, 6270, 6271, 6271, - 6272, 6272, 6273, 6273, 6274, 6274, 6275, 6275, - 6276, 6276, 6277, 6277, 6278, 6278, 6279, 6279, - 6280, 6280, 6281, 6281, 6282, 6282, 6283, 6283, - 6284, 6284, 6285, 6285, 6286, 6286, 6287, 6287, - 6288, 6288, 6289, 6289, 6290, 6290, 6291, 6291, - 6292, 6292, 6293, 6293, 6294, 6294, 6295, 6295, - 6296, 6296, 6297, 6297, 6298, 6298, 6299, 6299, - 6300, 6300, 6301, 6301, 6302, 6302, 6303, 6303, - 6304, 6304, 6305, 6305, 6306, 6306, 6307, 6307, - 6308, 6308, 6309, 6309, 6310, 6310, 6311, 6311, - 6312, 6312, 6313, 6313, 6314, 6314, 6315, 6315, - 6316, 6316, 6317, 6317, 6318, 6318, 6319, 6319, - 6320, 6320, 6321, 6321, 6322, 6322, 6323, 6323, - 6324, 6324, 6325, 6325, 6326, 6326, 6327, 6327, - 6328, 6328, 6329, 6329, 6330, 6330, 6331, 6331, - 6332, 6332, 6333, 6333, 6334, 6334, 6335, 6335, - 6336, 6336, 6337, 6337, 6338, 6338, 6339, 6339, - 6340, 6340, 6341, 6341, 6342, 6342, 6343, 6343, - 6344, 6344, 6345, 6345, 6346, 6346, 6347, 6347, - 6348, 6348, 6349, 6349, 6350, 6350, 6351, 6351, - 6352, 6352, 6353, 6353, 6354, 6354, 6355, 6355, - 6356, 6356, 6357, 6357, 6358, 6358, 6359, 6359, - 6360, 6360, 6361, 6361, 6362, 6362, 6363, 6363, - 6364, 6364, 6365, 6365, 6366, 6366, 6367, 6367, - 6368, 6368, 6369, 6369, 6370, 6370, 6371, 6371, - 6372, 6372, 6373, 6373, 6374, 6374, 6375, 6375, - 6376, 6376, 6377, 6377, 6378, 6378, 6379, 6379, - 6380, 6380, 6381, 6381, 6382, 6382, 6383, 6383, - 6384, 6384, 6385, 6385, 6386, 6386, 6387, 6387, - 6388, 6388, 6389, 6389, 6390, 6390, 6391, 6391, - 6392, 6392, 6393, 6393, 6394, 6394, 6395, 6395, - 6396, 6396, 6397, 6397, 6398, 6398, 6399, 6399, - 6400, 6400, 6401, 6401, 6402, 6402, 6403, 6403, - 6404, 6404, 6405, 6405, 6406, 6406, 6407, 6407, - 6408, 6408, 6409, 6409, 6410, 6410, 6411, 6411, - 6412, 6412, 6413, 6413, 6414, 6414, 6415, 6415, - 6416, 6416, 6417, 6417, 6418, 6418, 6419, 6419, - 6420, 6420, 6421, 6421, 6422, 6422, 6423, 6423, - 6424, 6424, 6425, 6425, 6426, 6426, 6427, 6427, - 6428, 6428, 6429, 6429, 6430, 6430, 6431, 6431, - 6432, 6432, 6433, 6433, 6434, 6434, 6435, 6435, - 6436, 6436, 6437, 6437, 6438, 6438, 6439, 6439, - 6440, 6440, 6441, 6441, 6442, 6442, 6443, 6443, - 6444, 6444, 6445, 6445, 6446, 6446, 6447, 6447, - 6448, 6448, 6449, 6449, 6450, 6450, 6451, 6451, - 6452, 6452, 6453, 6453, 6454, 6454, 6455, 6455, - 6456, 6456, 6457, 6457, 6458, 6458, 6459, 6459, - 6460, 6460, 6461, 6461, 6462, 6462, 6463, 6463, - 6464, 6464, 6465, 6465, 6466, 6466, 6467, 6467, - 6468, 6468, 6469, 6469, 6470, 6470, 6471, 6471, - 6472, 6472, 6473, 6473, 6474, 6474, 6475, 6475, - 6476, 6476, 6477, 6477, 6478, 6478, 6479, 6479, - 6480, 6480, 6481, 6481, 6482, 6482, 6483, 6483, - 6484, 6484, 6485, 6485, 6486, 6486, 6487, 6487, - 6488, 6488, 6489, 6489, 6490, 6490, 6491, 6491, - 6492, 6492, 6493, 6493, 6494, 6494, 6495, 6495, - 6496, 6496, 6497, 6497, 6498, 6498, 6499, 6499, - 6500, 6500, 6501, 6501, 6502, 6502, 6503, 6503, - 6504, 6504, 6505, 6505, 6506, 6506, 6507, 6507, - 6508, 6508, 6509, 6509, 6510, 6510, 6511, 6511, - 6512, 6512, 6513, 6513, 6514, 6514, 6515, 6515, - 6516, 6516, 6517, 6517, 6518, 6518, 6519, 6519, - 6520, 6520, 6521, 6521, 6522, 6522, 6523, 6523, - 6524, 6524, 6525, 6525, 6526, 6526, 6527, 6527, - 6528, 6528, 6529, 6529, 6530, 6530, 6531, 6531, - 6532, 6532, 6533, 6533, 6534, 6534, 6535, 6535, - 6536, 6536, 6537, 6537, 6538, 6538, 6539, 6539, - 6540, 6540, 6541, 6541, 6542, 6542, 6543, 6543, - 6544, 6544, 6545, 6545, 6546, 6546, 6547, 6547, - 6548, 6548, 6549, 6549, 6550, 6550, 6551, 6551, - 6552, 6552, 6553, 6553, 6554, 6554, 6555, 6555, - 6556, 6556, 6557, 6557, 6558, 6558, 6559, 6559, - 6560, 6560, 6561, 6561, 6562, 6562, 6563, 6563, - 6564, 6564, 6565, 6565, 6566, 6566, 6567, 6567, - 6568, 6568, 6569, 6569, 6570, 6570, 6571, 6571, - 6572, 6572, 6573, 6573, 6574, 6574, 6575, 6575, - 6576, 6576, 6577, 6577, 6578, 6578, 6579, 6579, - 6580, 6580, 6581, 6581, 6582, 6582, 6583, 6583, - 6584, 6584, 6585, 6585, 6586, 6586, 6587, 6587, - 6588, 6588, 6589, 6589, 6590, 6590, 6591, 6591, - 6592, 6592, 6593, 6593, 6594, 6594, 6595, 6595, - 6596, 6596, 6597, 6597, 6598, 6598, 6599, 6599, - 6600, 6600, 6601, 6601, 6602, 6602, 6603, 6603, - 6604, 6604, 6605, 6605, 6606, 6606, 6607, 6607, - 6608, 6608, 6609, 6609, 6610, 6610, 6611, 6611, - 6612, 6612, 6613, 6613, 6614, 6614, 6615, 6615, - 6616, 6616, 6617, 6617, 6618, 6618, 6619, 6619, - 6620, 6620, 6621, 6621, 6622, 6622, 6623, 6623, - 6624, 6624, 6625, 6625, 6626, 6626, 6627, 6627, - 6628, 6628, 6629, 6629, 6630, 6630, 6631, 6631, - 6632, 6632, 6633, 6633, 6634, 6634, 6635, 6635, - 6636, 6636, 6637, 6637, 6638, 6638, 6639, 6639, - 6640, 6640, 6641, 6641, 6642, 6642, 6643, 6643, - 6644, 6644, 6645, 6645, 6646, 6646, 6647, 6647, - 6648, 6648, 6649, 6649, 6650, 6650, 6651, 6651, - 6652, 6652, 6653, 6653, 6654, 6654, 6655, 6655, - 6656, 6656, 6657, 6657, 6658, 6658, 6659, 6659, - 6660, 6660, 6661, 6661, 6662, 6662, 6663, 6663, - 6664, 6664, 6665, 6665, 6666, 6666, 6667, 6667, - 6668, 6668, 6669, 6669, 6670, 6670, 6671, 6671, - 6672, 6672, 6673, 6673, 6674, 6674, 6675, 6675, - 6676, 6676, 6677, 6677, 6678, 6678, 6679, 6679, - 6680, 6680, 6681, 6681, 6682, 6682, 6683, 6683, - 6684, 6684, 6685, 6685, 6686, 6686, 6687, 6687, - 6688, 6688, 6689, 6689, 6690, 6690, 6691, 6691, - 6692, 6692, 6693, 6693, 6694, 6694, 6695, 6695, - 6696, 6696, 6697, 6697, 6698, 6698, 6699, 6699, - 6700, 6700, 6701, 6701, 6702, 6702, 6703, 6703, - 6704, 6704, 6705, 6705, 6706, 6706, 6707, 6707, - 6708, 6708, 6709, 6709, 6710, 6710, 6711, 6711, - 6712, 6712, 6713, 6713, 6714, 6714, 6715, 6715, - 6716, 6716, 6717, 6717, 6718, 6718, 6719, 6719, - 6720, 6720, 6721, 6721, 6722, 6722, 6723, 6723, - 6724, 6724, 6725, 6725, 6726, 6726, 6727, 6727, - 6728, 6728, 6729, 6729, 6730, 6730, 6731, 6731, - 6732, 6732, 6733, 6733, 6734, 6734, 6735, 6735, - 6736, 6736, 6737, 6737, 6738, 6738, 6739, 6739, - 6740, 6740, 6741, 6741, 6742, 6742, 6743, 6743, - 6744, 6744, 6745, 6745, 6746, 6746, 6747, 6747, - 6748, 6748, 6749, 6749, 6750, 6750, 6751, 6751, - 6752, 6752, 6753, 6753, 6754, 6754, 6755, 6755, - 6756, 6756, 6757, 6757, 6758, 6758, 6759, 6759, - 6760, 6760, 6761, 6761, 6762, 6762, 6763, 6763, - 6764, 6764, 6765, 6765, 6766, 6766, 6767, 6767, - 6768, 6768, 6769, 6769, 6770, 6770, 6771, 6771, - 6772, 6772, 6773, 6773, 6774, 6774, 6775, 6775, - 6776, 6776, 6777, 6777, 6778, 6778, 6779, 6779, - 6780, 6780, 6781, 6781, 6782, 6782, 6783, 6783, - 6784, 6784, 6785, 6785, 6786, 6786, 6787, 6787, - 6788, 6788, 6789, 6789, 6790, 6790, 6791, 6791, - 6792, 6792, 6793, 6793, 6794, 6794, 6795, 6795, - 6796, 6796, 6797, 6797, 6798, 6798, 6799, 6799, - 6800, 6800, 6801, 6801, 6802, 6802, 6803, 6803, - 6804, 6804, 6805, 6805, 6806, 6806, 6807, 6807, - 6808, 6808, 6809, 6809, 6810, 6810, 6811, 6811, - 6812, 6812, 6813, 6813, 6814, 6814, 6815, 6815, - 6816, 6816, 6817, 6817, 6818, 6818, 6819, 6819, - 6820, 6820, 6821, 6821, 6822, 6822, 6823, 6823, - 6824, 6824, 6825, 6825, 6826, 6826, 6827, 6827, - 6828, 6828, 6829, 6829, 6830, 6830, 6831, 6831, - 6832, 6832, 6833, 6833, 6834, 6834, 6835, 6835, - 6836, 6836, 6837, 6837, 6838, 6838, 6839, 6839, - 6840, 6840, 6841, 6841, 6842, 6842, 6843, 6843, - 6844, 6844, 6845, 6845, 6846, 6846, 6847, 6847, - 6848, 6848, 6849, 6849, 6850, 6850, 6851, 6851, - 6852, 6852, 6853, 6853, 6854, 6854, 6855, 6855, - 6856, 6856, 6857, 6857, 6858, 6858, 6859, 6859, - 6860, 6860, 6861, 6861, 6862, 6862, 6863, 6863, - 6864, 6864, 6865, 6865, 6866, 6866, 6867, 6867, - 6868, 6868, 6869, 6869, 6870, 6870, 6871, 6871, - 6872, 6872, 6873, 6873, 6874, 6874, 6875, 6875, - 6876, 6876, 6877, 6877, 6878, 6878, 6879, 6879, - 6880, 6880, 6881, 6881, 6882, 6882, 6883, 6883, - 6884, 6884, 6885, 6885, 6886, 6886, 6887, 6887, - 6888, 6888, 6889, 6889, 6890, 6890, 6891, 6891, - 6892, 6892, 6893, 6893, 6894, 6894, 6895, 6895, - 6896, 6896, 6897, 6897, 6898, 6898, 6899, 6899, - 6900, 6900, 6901, 6901, 6902, 6902, 6903, 6903, - 6904, 6904, 6905, 6905, 6906, 6906, 6907, 6907, - 6908, 6908, 6909, 6909, 6910, 6910, 6911, 6911, - 6912, 6912, 6913, 6913, 6914, 6914, 6915, 6915, - 6916, 6916, 6917, 6917, 6918, 6918, 6919, 6919, - 6920, 6920, 6921, 6921, 6922, 6922, 6923, 6923, - 6924, 6924, 6925, 6925, 6926, 6926, 6927, 6927, - 6928, 6928, 6929, 6929, 6930, 6930, 6931, 6931, - 6932, 6932, 6933, 6933, 6934, 6934, 6935, 6935, - 6936, 6936, 6937, 6937, 6938, 6938, 6939, 6939, - 6940, 6940, 6941, 6941, 6942, 6942, 6943, 6943, - 6944, 6944, 6945, 6945, 6946, 6946, 6947, 6947, - 6948, 6948, 6949, 6949, 6950, 6950, 6951, 6951, - 6952, 6952, 6953, 6953, 6954, 6954, 6955, 6955, - 6956, 6956, 6957, 6957, 6958, 6958, 6959, 6959, - 6960, 6960, 6961, 6961, 6962, 6962, 6963, 6963, - 6964, 6964, 6965, 6965, 6966, 6966, 6967, 6967, - 6968, 6968, 6969, 6969, 6970, 6970, 6971, 6971, - 6972, 6972, 6973, 6973, 6974, 6974, 6975, 6975, - 6976, 6976, 6977, 6977, 6978, 6978, 6979, 6979, - 6980, 6980, 6981, 6981, 6982, 6982, 6983, 6983, - 6984, 6984, 6985, 6985, 6986, 6986, 6987, 6987, - 6988, 6988, 6989, 6989, 6990, 6990, 6991, 6991, - 6992, 6992, 6993, 6993, 6994, 6994, 6995, 6995, - 6996, 6996, 6997, 6997, 6998, 6998, 6999, 6999, - 7000, 7000, 7001, 7001, 7002, 7002, 7003, 7003, - 7004, 7004, 7005, 7005, 7006, 7006, 7007, 7007, - 7008, 7008, 7009, 7009, 7010, 7010, 7011, 7011, - 7012, 7012, 7013, 7013, 7014, 7014, 7015, 7015, - 7016, 7016, 7017, 7017, 7018, 7018, 7019, 7019, - 7020, 7020, 7021, 7021, 7022, 7022, 7023, 7023, - 7024, 7024, 7025, 7025, 7026, 7026, 7027, 7027, - 7028, 7028, 7029, 7029, 7030, 7030, 7031, 7031, - 7032, 7032, 7033, 7033, 7034, 7034, 7035, 7035, - 7036, 7036, 7037, 7037, 7038, 7038, 7039, 7039, - 7040, 7040, 7041, 7041, 7042, 7042, 7043, 7043, - 7044, 7044, 7045, 7045, 7046, 7046, 7047, 7047, - 7048, 7048, 7049, 7049, 7050, 7050, 7051, 7051, - 7052, 7052, 7053, 7053, 7054, 7054, 7055, 7055, - 7056, 7056, 7057, 7057, 7058, 7058, 7059, 7059, - 7060, 7060, 7061, 7061, 7062, 7062, 7063, 7063, - 7064, 7064, 7065, 7065, 7066, 7066, 7067, 7067, - 7068, 7068, 7069, 7069, 7070, 7070, 7071, 7071, - 7072, 7072, 7073, 7073, 7074, 7074, 7075, 7075, - 7076, 7076, 7077, 7077, 7078, 7078, 7079, 7079, - 7080, 7080, 7081, 7081, 7082, 7082, 7083, 7083, - 7084, 7084, 7085, 7085, 7086, 7086, 7087, 7087, - 7088, 7088, 7089, 7089, 7090, 7090, 7091, 7091, - 7092, 7092, 7093, 7093, 7094, 7094, 7095, 7095, - 7096, 7096, 7097, 7097, 7098, 7098, 7099, 7099, - 7100, 7100, 7101, 7101, 7102, 7102, 7103, 7103, - 7104, 7104, 7105, 7105, 7106, 7106, 7107, 7107, - 7108, 7108, 7109, 7109, 7110, 7110, 7111, 7111, - 7112, 7112, 7113, 7113, 7114, 7114, 7115, 7115, - 7116, 7116, 7117, 7117, 7118, 7118, 7119, 7119, - 7120, 7120, 7121, 7121, 7122, 7122, 7123, 7123, - 7124, 7124, 7125, 7125, 7126, 7126, 7127, 7127, - 7128, 7128, 7129, 7129, 7130, 7130, 7131, 7131, - 7132, 7132, 7133, 7133, 7134, 7134, 7135, 7135, - 7136, 7136, 7137, 7137, 7138, 7138, 7139, 7139, - 7140, 7140, 7141, 7141, 7142, 7142, 7143, 7143, - 7144, 7144, 7145, 7145, 7146, 7146, 7147, 7147, - 7148, 7148, 7149, 7149, 7150, 7150, 7151, 7151, - 7152, 7152, 7153, 7153, 7154, 7154, 7155, 7155, - 7156, 7156, 7157, 7157, 7158, 7158, 7159, 7159, - 7160, 7160, 7161, 7161, 7162, 7162, 7163, 7163, - 7164, 7164, 7165, 7165, 7166, 7166, 7167, 7167, - 7168, 7168, 7169, 7169, 7170, 7170, 7171, 7171, - 7172, 7172, 7173, 7173, 7174, 7174, 7175, 7175, - 7176, 7176, 7177, 7177, 7178, 7178, 7179, 7179, - 7180, 7180, 7181, 7181, 7182, 7182, 7183, 7183, - 7184, 7184, 7185, 7185, 7186, 7186, 7187, 7187, - 7188, 7188, 7189, 7189, 7190, 7190, 7191, 7191, - 7192, 7192, 7193, 7193, 7194, 7194, 7195, 7195, - 7196, 7196, 7197, 7197, 7198, 7198, 7199, 7199, - 7200, 7200, 7201, 7201, 7202, 7202, 7203, 7203, - 7204, 7204, 7205, 7205, 7206, 7206, 7207, 7207, - 7208, 7208, 7209, 7209, 7210, 7210, 7211, 7211, - 7212, 7212, 7213, 7213, 7214, 7214, 7215, 7215, - 7216, 7216, 7217, 7217, 7218, 7218, 7219, 7219, - 7220, 7220, 7221, 7221, 7222, 7222, 7223, 7223, - 7224, 7224, 7225, 7225, 7226, 7226, 7227, 7227, - 7228, 7228, 7229, 7229, 7230, 7230, 7231, 7231, - 7232, 7232, 7233, 7233, 7234, 7234, 7235, 7235, - 7236, 7236, 7237, 7237, 7238, 7238, 7239, 7239, - 7240, 7240, 7241, 7241, 7242, 7242, 7243, 7243, - 7244, 7244, 7245, 7245, 7246, 7246, 7247, 7247, - 7248, 7248, 7249, 7249, 7250, 7250, 7251, 7251, - 7252, 7252, 7253, 7253, 7254, 7254, 7255, 7255, - 7256, 7256, 7257, 7257, 7258, 7258, 7259, 7259, - 7260, 7260, 7261, 7261, 7262, 7262, 7263, 7263, - 7264, 7264, 7265, 7265, 7266, 7266, 7267, 7267, - 7268, 7268, 7269, 7269, 7270, 7270, 7271, 7271, - 7272, 7272, 7273, 7273, 7274, 7274, 7275, 7275, - 7276, 7276, 7277, 7277, 7278, 7278, 7279, 7279, - 7280, 7280, 7281, 7281, 7282, 7282, 7283, 7283, - 7284, 7284, 7285, 7285, 7286, 7286, 7287, 7287, - 7288, 7288, 7289, 7289, 7290, 7290, 7291, 7291, - 7292, 7292, 7293, 7293, 7294, 7294, 7295, 7295, - 7296, 7296, 7297, 7297, 7298, 7298, 7299, 7299, - 7300, 7300, 7301, 7301, 7302, 7302, 7303, 7303, - 7304, 7304, 7305, 7305, 7306, 7306, 7307, 7307, - 7308, 7308, 7309, 7309, 7310, 7310, 7311, 7311, - 7312, 7312, 7313, 7313, 7314, 7314, 7315, 7315, - 7316, 7316, 7317, 7317, 7318, 7318, 7319, 7319, - 7320, 7320, 7321, 7321, 7322, 7322, 7323, 7323, - 7324, 7324, 7325, 7325, 7326, 7326, 7327, 7327, - 7328, 7328, 7329, 7329, 7330, 7330, 7331, 7331, - 7332, 7332, 7333, 7333, 7334, 7334, 7335, 7335, - 7336, 7336, 7337, 7337, 7338, 7338, 7339, 7339, - 7340, 7340, 7341, 7341, 7342, 7342, 7343, 7343, - 7344, 7344, 7345, 7345, 7346, 7346, 7347, 7347, - 7348, 7348, 7349, 7349, 7350, 7350, 7351, 7351, - 7352, 7352, 7353, 7353, 7354, 7354, 7355, 7355, - 7356, 7356, 7357, 7357, 7358, 7358, 7359, 7359, - 7360, 7360, 7361, 7361, 7362, 7362, 7363, 7363, - 7364, 7364, 7365, 7365, 7366, 7366, 7367, 7367, - 7368, 7368, 7369, 7369, 7370, 7370, 7371, 7371, - 7372, 7372, 7373, 7373, 7374, 7374, 7375, 7375, - 7376, 7376, 7377, 7377, 7378, 7378, 7379, 7379, - 7380, 7380, 7381, 7381, 7382, 7382, 7383, 7383, - 7384, 7384, 7385, 7385, 7386, 7386, 7387, 7387, - 7388, 7388, 7389, 7389, 7390, 7390, 7391, 7391, - 7392, 7392, 7393, 7393, 7394, 7394, 7395, 7395, - 7396, 7396, 7397, 7397, 7398, 7398, 7399, 7399, - 7400, 7400, 7401, 7401, 7402, 7402, 7403, 7403, - 7404, 7404, 7405, 7405, 7406, 7406, 7407, 7407, - 7408, 7408, 7409, 7409, 7410, 7410, 7411, 7411, - 7412, 7412, 7413, 7413, 7414, 7414, 7415, 7415, - 7416, 7416, 7417, 7417, 7418, 7418, 7419, 7419, - 7420, 7420, 7421, 7421, 7422, 7422, 7423, 7423, - 7424, 7424, 7425, 7425, 7426, 7426, 7427, 7427, - 7428, 7428, 7429, 7429, 7430, 7430, 7431, 7431, - 7432, 7432, 7433, 7433, 7434, 7434, 7435, 7435, - 7436, 7436, 7437, 7437, 7438, 7438, 7439, 7439, - 7440, 7440, 7441, 7441, 7442, 7442, 7443, 7443, - 7444, 7444, 7445, 7445, 7446, 7446, 7447, 7447, - 7448, 7448, 7449, 7449, 7450, 7450, 7451, 7451, - 7452, 7452, 7453, 7453, 7454, 7454, 7455, 7455, - 7456, 7456, 7457, 7457, 7458, 7458, 7459, 7459, - 7460, 7460, 7461, 7461, 7462, 7462, 7463, 7463, - 7464, 7464, 7465, 7465, 7466, 7466, 7467, 7467, - 7468, 7468, 7469, 7469, 7470, 7470, 7471, 7471, - 7472, 7472, 7473, 7473, 7474, 7474, 7475, 7475, - 7476, 7476, 7477, 7477, 7478, 7478, 7479, 7479, - 7480, 7480, 7481, 7481, 7482, 7482, 7483, 7483, - 7484, 7484, 7485, 7485, 7486, 7486, 7487, 7487, - 7488, 7488, 7489, 7489, 7490, 7490, 7491, 7491, - 7492, 7492, 7493, 7493, 7494, 7494, 7495, 7495, - 7496, 7496, 7497, 7497, 7498, 7498, 7499, 7499, - 7500, 7500, 7501, 7501, 7502, 7502, 7503, 7503, - 7504, 7504, 7505, 7505, 7506, 7506, 7507, 7507, - 7508, 7508, 7509, 7509, 7510, 7510, 7511, 7511, - 7512, 7512, 7513, 7513, 7514, 7514, 7515, 7515, - 7516, 7516, 7517, 7517, 7518, 7518, 7519, 7519, - 7520, 7520, 7521, 7521, 7522, 7522, 7523, 7523, - 7524, 7524, 7525, 7525, 7526, 7526, 7527, 7527, - 7528, 7528, 7529, 7529, 7530, 7530, 7531, 7531, - 7532, 7532, 7533, 7533, 7534, 7534, 7535, 7535, - 7536, 7536, 7537, 7537, 7538, 7538, 7539, 7539, - 7540, 7540, 7541, 7541, 7542, 7542, 7543, 7543, - 7544, 7544, 7545, 7545, 7546, 7546, 7547, 7547, - 7548, 7548, 7549, 7549, 7550, 7550, 7551, 7551, - 7552, 7552, 7553, 7553, 7554, 7554, 7555, 7555, - 7556, 7556, 7557, 7557, 7558, 7558, 7559, 7559, - 7560, 7560, 7561, 7561, 7562, 7562, 7563, 7563, - 7564, 7564, 7565, 7565, 7566, 7566, 7567, 7567, - 7568, 7568, 7569, 7569, 7570, 7570, 7571, 7571, - 7572, 7572, 7573, 7573, 7574, 7574, 7575, 7575, - 7576, 7576, 7577, 7577, 7578, 7578, 7579, 7579, - 7580, 7580, 7581, 7581, 7582, 7582, 7583, 7583, - 7584, 7584, 7585, 7585, 7586, 7586, 7587, 7587, - 7588, 7588, 7589, 7589, 7590, 7590, 7591, 7591, - 7592, 7592, 7593, 7593, 7594, 7594, 7595, 7595, - 7596, 7596, 7597, 7597, 7598, 7598, 7599, 7599, - 7600, 7600, 7601, 7601, 7602, 7602, 7603, 7603, - 7604, 7604, 7605, 7605, 7606, 7606, 7607, 7607, - 7608, 7608, 7609, 7609, 7610, 7610, 7611, 7611, - 7612, 7612, 7613, 7613, 7614, 7614, 7615, 7615, - 7616, 7616, 7617, 7617, 7618, 7618, 7619, 7619, - 7620, 7620, 7621, 7621, 7622, 7622, 7623, 7623, - 7624, 7624, 7625, 7625, 7626, 7626, 7627, 7627, - 7628, 7628, 7629, 7629, 7630, 7630, 7631, 7631, - 7632, 7632, 7633, 7633, 7634, 7634, 7635, 7635, - 7636, 7636, 7637, 7637, 7638, 7638, 7639, 7639, - 7640, 7640, 7641, 7641, 7642, 7642, 7643, 7643, - 7644, 7644, 7645, 7645, 7646, 7646, 7647, 7647, - 7648, 7648, 7649, 7649, 7650, 7650, 7651, 7651, - 7652, 7652, 7653, 7653, 7654, 7654, 7655, 7655, - 7656, 7656, 7657, 7657, 7658, 7658, 7659, 7659, - 7660, 7660, 7661, 7661, 7662, 7662, 7663, 7663, - 7664, 7664, 7665, 7665, 7666, 7666, 7667, 7667, - 7668, 7668, 7669, 7669, 7670, 7670, 7671, 7671, - 7672, 7672, 7673, 7673, 7674, 7674, 7675, 7675, - 7676, 7676, 7677, 7677, 7678, 7678, 7679, 7679, - 7680, 7680, 7681, 7681, 7682, 7682, 7683, 7683, - 7684, 7684, 7685, 7685, 7686, 7686, 7687, 7687, - 7688, 7688, 7689, 7689, 7690, 7690, 7691, 7691, - 7692, 7692, 7693, 7693, 7694, 7694, 7695, 7695, - 7696, 7696, 7697, 7697, 7698, 7698, 7699, 7699, - 7700, 7700, 7701, 7701, 7702, 7702, 7703, 7703, - 7704, 7704, 7705, 7705, 7706, 7706, 7707, 7707, - 7708, 7708, 7709, 7709, 7710, 7710, 7711, 7711, - 7712, 7712, 7713, 7713, 7714, 7714, 7715, 7715, - 7716, 7716, 7717, 7717, 7718, 7718, 7719, 7719, - 7720, 7720, 7721, 7721, 7722, 7722, 7723, 7723, - 7724, 7724, 7725, 7725, 7726, 7726, 7727, 7727, - 7728, 7728, 7729, 7729, 7730, 7730, 7731, 7731, - 7732, 7732, 7733, 7733, 7734, 7734, 7735, 7735, - 7736, 7736, 7737, 7737, 7738, 7738, 7739, 7739, - 7740, 7740, 7741, 7741, 7742, 7742, 7743, 7743, - 7744, 7744, 7745, 7745, 7746, 7746, 7747, 7747, - 7748, 7748, 7749, 7749, 7750, 7750, 7751, 7751, - 7752, 7752, 7753, 7753, 7754, 7754, 7755, 7755, - 7756, 7756, 7757, 7757, 7758, 7758, 7759, 7759, - 7760, 7760, 7761, 7761, 7762, 7762, 7763, 7763, - 7764, 7764, 7765, 7765, 7766, 7766, 7767, 7767, - 7768, 7768, 7769, 7769, 7770, 7770, 7771, 7771, - 7772, 7772, 7773, 7773, 7774, 7774, 7775, 7775, - 7776, 7776, 7777, 7777, 7778, 7778, 7779, 7779, - 7780, 7780, 7781, 7781, 7782, 7782, 7783, 7783, - 7784, 7784, 7785, 7785, 7786, 7786, 7787, 7787, - 7788, 7788, 7789, 7789, 7790, 7790, 7791, 7791, - 7792, 7792, 7793, 7793, 7794, 7794, 7795, 7795, - 7796, 7796, 7797, 7797, 7798, 7798, 7799, 7799, - 7800, 7800, 7801, 7801, 7802, 7802, 7803, 7803, - 7804, 7804, 7805, 7805, 7806, 7806, 7807, 7807, - 7808, 7808, 7809, 7809, 7810, 7810, 7811, 7811, - 7812, 7812, 7813, 7813, 7814, 7814, 7815, 7815, - 7816, 7816, 7817, 7817, 7818, 7818, 7819, 7819, - 7820, 7820, 7821, 7821, 7822, 7822, 7823, 7823, - 7824, 7824, 7825, 7825, 7826, 7826, 7827, 7827, - 7828, 7828, 7829, 7829, 7830, 7830, 7831, 7831, - 7832, 7832, 7833, 7833, 7834, 7834, 7835, 7835, - 7836, 7836, 7837, 7837, 7838, 7838, 7839, 7839, - 7840, 7840, 7841, 7841, 7842, 7842, 7843, 7843, - 7844, 7844, 7845, 7845, 7846, 7846, 7847, 7847, - 7848, 7848, 7849, 7849, 7850, 7850, 7851, 7851, - 7852, 7852, 7853, 7853, 7854, 7854, 7855, 7855, - 7856, 7856, 7857, 7857, 7858, 7858, 7859, 7859, - 7860, 7860, 7861, 7861, 7862, 7862, 7863, 7863, - 7864, 7864, 7865, 7865, 7866, 7866, 7867, 7867, - 7868, 7868, 7869, 7869, 7870, 7870, 7871, 7871, - 7872, 7872, 7873, 7873, 7874, 7874, 7875, 7875, - 7876, 7876, 7877, 7877, 7878, 7878, 7879, 7879, - 7880, 7880, 7881, 7881, 7882, 7882, 7883, 7883, - 7884, 7884, 7885, 7885, 7886, 7886, 7887, 7887, - 7888, 7888, 7889, 7889, 7890, 7890, 7891, 7891, - 7892, 7892, 7893, 7893, 7894, 7894, 7895, 7895, - 7896, 7896, 7897, 7897, 7898, 7898, 7899, 7899, - 7900, 7900, 7901, 7901, 7902, 7902, 7903, 7903, - 7904, 7904, 7905, 7905, 7906, 7906, 7907, 7907, - 7908, 7908, 7909, 7909, 7910, 7910, 7911, 7911, - 7912, 7912, 7913, 7913, 7914, 7914, 7915, 7915, - 7916, 7916, 7917, 7917, 7918, 7918, 7919, 7919, - 7920, 7920, 7921, 7921, 7922, 7922, 7923, 7923, - 7924, 7924, 7925, 7925, 7926, 7926, 7927, 7927, - 7928, 7928, 7929, 7929, 7930, 7930, 7931, 7931, - 7932, 7932, 7933, 7933, 7934, 7934, 7935, 7935, - 7936, 7936, 7937, 7937, 7938, 7938, 7939, 7939, - 7940, 7940, 7941, 7941, 7942, 7942, 7943, 7943, - 7944, 7944, 7945, 7945, 7946, 7946, 7947, 7947, - 7948, 7948, 7949, 7949, 7950, 7950, 7951, 7951, - 7952, 7952, 7953, 7953, 7954, 7954, 7955, 7955, - 7956, 7956, 7957, 7957, 7958, 7958, 7959, 7959, - 7960, 7960, 7961, 7961, 7962, 7962, 7963, 7963, - 7964, 7964, 7965, 7965, 7966, 7966, 7967, 7967, - 7968, 7968, 7969, 7969, 7970, 7970, 7971, 7971, - 7972, 7972, 7973, 7973, 7974, 7974, 7975, 7975, - 7976, 7976, 7977, 7977, 7978, 7978, 7979, 7979, - 7980, 7980, 7981, 7981, 7982, 7982, 7983, 7983, - 7984, 7984, 7985, 7985, 7986, 7986, 7987, 7987, - 7988, 7988, 7989, 7989, 7990, 7990, 7991, 7991, - 7992, 7992, 7993, 7993, 7994, 7994, 7995, 7995, - 7996, 7996, 7997, 7997, 7998, 7998, 7999, 7999, - 8000, 8000, 8001, 8001, 8002, 8002, 8003, 8003, - 8004, 8004, 8005, 8005, 8006, 8006, 8007, 8007, - 8008, 8008, 8009, 8009, 8010, 8010, 8011, 8011, - 8012, 8012, 8013, 8013, 8014, 8014, 8015, 8015, - 8016, 8016, 8017, 8017, 8018, 8018, 8019, 8019, - 8020, 8020, 8021, 8021, 8022, 8022, 8023, 8023, - 8024, 8024, 8025, 8025, 8026, 8026, 8027, 8027, - 8028, 8028, 8029, 8029, 8030, 8030, 8031, 8031, - 8032, 8032, 8033, 8033, 8034, 8034, 8035, 8035, - 8036, 8036, 8037, 8037, 8038, 8038, 8039, 8039, - 8040, 8040, 8041, 8041, 8042, 8042, 8043, 8043, - 8044, 8044, 8045, 8045, 8046, 8046, 8047, 8047, - 8048, 8048, 8049, 8049, 8050, 8050, 8051, 8051, - 8052, 8052, 8053, 8053, 8054, 8054, 8055, 8055, - 8056, 8056, 8057, 8057, 8058, 8058, 8059, 8059, - 8060, 8060, 8061, 8061, 8062, 8062, 8063, 8063, - 8064, 8064, 8065, 8065, 8066, 8066, 8067, 8067, - 8068, 8068, 8069, 8069, 8070, 8070, 8071, 8071, - 8072, 8072, 8073, 8073, 8074, 8074, 8075, 8075, - 8076, 8076, 8077, 8077, 8078, 8078, 8079, 8079, - 8080, 8080, 8081, 8081, 8082, 8082, 8083, 8083, - 8084, 8084, 8085, 8085, 8086, 8086, 8087, 8087, - 8088, 8088, 8089, 8089, 8090, 8090, 8091, 8091, - 8092, 8092, 8093, 8093, 8094, 8094, 8095, 8095, - 8096, 8096, 8097, 8097, 8098, 8098, 8099, 8099, - 8100, 8100, 8101, 8101, 8102, 8102, 8103, 8103, - 8104, 8104, 8105, 8105, 8106, 8106, 8107, 8107, - 8108, 8108, 8109, 8109, 8110, 8110, 8111, 8111, - 8112, 8112, 8113, 8113, 8114, 8114, 8115, 8115, - 8116, 8116, 8117, 8117, 8118, 8118, 8119, 8119, - 8120, 8120, 8121, 8121, 8122, 8122, 8123, 8123, - 8124, 8124, 8125, 8125, 8126, 8126, 8127, 8127, - 8128, 8128, 8129, 8129, 8130, 8130, 8131, 8131, - 8132, 8132, 8133, 8133, 8134, 8134, 8135, 8135, - 8136, 8136, 8137, 8137, 8138, 8138, 8139, 8139, - 8140, 8140, 8141, 8141, 8142, 8142, 8143, 8143, - 8144, 8144, 8145, 8145, 8146, 8146, 8147, 8147, - 8148, 8148, 8149, 8149, 8150, 8150, 8151, 8151, - 8152, 8152, 8153, 8153, 8154, 8154, 8155, 8155, - 8156, 8156, 8157, 8157, 8158, 8158, 8159, 8159, - 8160, 8160, 8161, 8161, 8162, 8162, 8163, 8163, - 8164, 8164, 8165, 8165, 8166, 8166, 8167, 8167, - 8168, 8168, 8169, 8169, 8170, 8170, 8171, 8171, - 8172, 8172, 8173, 8173, 8174, 8174, 8175, 8175, - 8176, 8176, 8177, 8177, 8178, 8178, 8179, 8179, - 8180, 8180, 8181, 8181, 8182, 8182, 8183, 8183, - 8184, 8184, 8185, 8185, 8186, 8186, 8187, 8187, - 8188, 8188, 8189, 8189, 8190, 8190, 8191, 8191 -};*/ diff --git a/Developer_Contributed/02-AIE_DSP_with_Makefile_and_GUI/files/src/ps_apps/aie_test/src/xrt_host.cpp b/Developer_Contributed/02-AIE_DSP_with_Makefile_and_GUI/files/src/ps_apps/aie_test/src/xrt_host.cpp deleted file mode 100644 index 60183a65ba..0000000000 --- a/Developer_Contributed/02-AIE_DSP_with_Makefile_and_GUI/files/src/ps_apps/aie_test/src/xrt_host.cpp +++ /dev/null @@ -1,143 +0,0 @@ -// Copyright © 2023 Advanced Micro Devices, Inc. All rights reserved. -// SPDX-License-Identifier: MIT - - -#include -#include -#include -#include -#include -#include -#include -#include - -#include "input.h" -#include "golden.h" - -#include "fir_graph.cpp" - -#define TYPE_DATA int16_t - -static const uint32_t ITERATIONS = 0; - -static const char* STR_ERROR = "ERROR: "; -static const char* STR_FAILED = "FAILED: "; -static const char* STR_PASSED = "PASSED: "; -static const char* STR_INFO = "INFO: "; -static const char* STR_USAGE = "USAGE: "; - -int main(int argc, char* argv[]) { - - // Check command line - if(argc < 2) { - std::cout << STR_USAGE << argv[0] <<" " << std::endl; - return EXIT_FAILURE; - } - - // Calculating samples / bsize - uint32_t iterations = ITERATIONS; - - if(argc >= 3) { - iterations = atoi(argv[2]); - } - - /* - //for AIE project here are the settings in words size - #define INPUT_SIZE (8192 ) //rows of complex data: Re + jIm - #define OUTPUT_SIZE (8192/2) //rows of complex data: Re + jIm - */ - int wSizeIn = 8192; - int bSizeIn = wSizeIn * sizeof(TYPE_DATA) * 2; - int wSizeOut = wSizeIn / 2; - int bSizeOut = wSizeOut * sizeof(TYPE_DATA) * 2; - - std::cout << STR_INFO << "iterations = " << iterations << std::endl; - std::cout << STR_INFO << "words SizeIn = " << wSizeIn << std::endl; - std::cout << STR_INFO << "words SizeOut = " << wSizeOut << std::endl; - std::cout << STR_INFO << "bytes SizeIn = " << bSizeIn << std::endl; - std::cout << STR_INFO << "bytes SizeOut = " << bSizeOut << std::endl; - - // Loading the xclbin - char* xclbinFilename = argv[1]; - - unsigned int dev_index = 0; - auto my_device = xrt::device(dev_index); - std::cout << STR_PASSED << "auto my_device = xrt::device(" << dev_index << ")" << std::endl; - - auto xclbin_uuid = my_device.load_xclbin(xclbinFilename); - std::cout << STR_PASSED << "auto xclbin_uuid = my_device.load_xclbin(" << xclbinFilename << ")" << std::endl; - - // Starting the input mm2s kernels - auto in_0 = xrt::kernel(my_device, xclbin_uuid, "mm2s:{mm2s_1}"); - std::cout << STR_PASSED << "auto in_0 = xrt::kernel(my_device, xclbin_uuid, \"mm2s:{mm2s_1}\")" << std::endl; - - auto in_0_bo = xrt::bo(my_device, bSizeIn, XCL_BO_FLAGS_NONE, in_0.group_id(0)); - std::cout << STR_PASSED << "auto in_0_bo = xrt::bo(my_device, bSizeIn, XCL_BO_FLAGS_NONE, in_0.group_id(0) (=" << in_0.group_id(0) << "))" << std::endl; - - auto in_0_bo_mapped = in_0_bo.map(); - std::cout << STR_PASSED << "auto in_0_bo_mapped = = in_0_bo.map()" << std::endl; - - //setting input data - memcpy(in_0_bo_mapped, cint16input, bSizeIn); - std::cout << STR_PASSED << "memcpy(in_0_bo_mapped, cint16input, bSizeIn)" << std::endl; - - in_0_bo.sync(XCL_BO_SYNC_BO_TO_DEVICE); - std::cout << STR_PASSED << "in_0_bo.sync(XCL_BO_SYNC_BO_TO_DEVICE)" << std::endl; - - auto in_0_run = in_0(in_0_bo, nullptr, bSizeIn); - std::cout << STR_PASSED << "auto in_0_run = in_0(in_0_bo, nullptr, " << bSizeIn << ")" << std::endl; - - // Starting the output s2mm kernels - auto out_0 = xrt::kernel(my_device, xclbin_uuid, "s2mm:{s2mm_1}"); - std::cout << STR_PASSED << "auto out_0 = xrt::kernel(my_device, xclbin_uuid, \"s2mm:{s2mm_1}\")" << std::endl; - - auto out_0_bo = xrt::bo(my_device, bSizeOut, XCL_BO_FLAGS_NONE, out_0.group_id(0)); - std::cout << STR_PASSED << "auto out_0_bo = xrt::bo(my_device, bSizeOut, XCL_BO_FLAGS_NONE, out.group_id(0) (=" << out_0.group_id(0) << "))" << std::endl; - - auto out_0_bo_mapped = out_0_bo.map(); - std::cout << STR_PASSED << "auto out_0_bo_mapped = out_0_bo.map()" << std::endl; - memset(out_0_bo_mapped, 0x0, bSizeOut); - - auto out_0_run = out_0(out_0_bo, nullptr, bSizeOut); - std::cout << STR_PASSED << "auto out_0_run = out(out_0_bo, nullptr, " << bSizeOut << ")" << std::endl; - - // Starting the AIE kernel - auto my_graph = xrt::graph(my_device, xclbin_uuid, "filter"); - std::cout << STR_PASSED << "auto my_graph = xrt::graph(my_device, xclbin_uuid, \"filter\")" << std::endl; - - my_graph.reset(); - std::cout << STR_PASSED << "my_graph.reset()" << std::endl; - - my_graph.run(iterations); - std::cout << STR_PASSED << "my_graph.run(" << iterations << ")" << std::endl; - - // Waiting for all kernels to end - std::cout << std::endl << STR_INFO << "Waiting for kernels to end..." << std::endl << std::endl; - - in_0_run.wait(); - std::cout << STR_PASSED << "in_0_run.wait()" << std::endl; - -// my_graph.end(); -// std::cout << STR_PASSED << "my_graph.end()" << std::endl; - - out_0_run.wait(); - std::cout << STR_PASSED << "out_0_run.wait()" << std::endl; - - // Retrieving the results - out_0_bo.sync(XCL_BO_SYNC_BO_FROM_DEVICE); - std::cout << STR_PASSED << "out_0_bo.sync(XCL_BO_SYNC_BO_FROM_DEVICE)" << std::endl; - - // Verifying the results - int error_cnt = 0; - std::cout << std::endl << STR_INFO << "Veryfing output data vs. golden ones " << std::endl << std::endl; - for(int i = 0; i < (wSizeOut * 2) - 8; i++) { - if(out_0_bo_mapped[8+i] != golden[i]) { - printf("Error found @ %d, %d != %d\n", i, out_0_bo_mapped[i], golden[i]); - error_cnt++; - } - } - - std::cout << std::endl << ((error_cnt>0) ? STR_FAILED : STR_PASSED) << argv[0] << std::endl << std::endl; - - return ((error_cnt>0) ? EXIT_FAILURE : EXIT_SUCCESS ); -} diff --git a/Developer_Contributed/02-AIE_DSP_with_Makefile_and_GUI/files/src/thin-plat/ps_apps/linux/Makefile b/Developer_Contributed/02-AIE_DSP_with_Makefile_and_GUI/files/src/thin-plat/ps_apps/linux/Makefile deleted file mode 100644 index 5c7494e194..0000000000 --- a/Developer_Contributed/02-AIE_DSP_with_Makefile_and_GUI/files/src/thin-plat/ps_apps/linux/Makefile +++ /dev/null @@ -1,34 +0,0 @@ -# Copyright © 2023 Advanced Micro Devices, Inc. All rights reserved. -# SPDX-License-Identifier: MIT - -ECHO := @echo - -APP_DIR := exe -APP_DIRS_EXCLUDE := $(patsubst %/,%,$(dir $(wildcard exe*/))) -APP_DIRS := $(patsubst %/,%,$(dir $(wildcard */))) -APP_NAME := $(filter-out ${APP_DIRS_EXCLUDE},$(APP_DIRS)) -APP_NAME_CLEAN := $(addsuffix .clean,$(APP_NAME)) - -.PHONY: clean help all $(APP_NAME) $(APP_NAME_CLEAN) - -help:: - $(ECHO) "Makefile Usage:" - $(ECHO) " make all" - $(ECHO) " Command to generate the ps_apps used in this design" - $(ECHO) "" - $(ECHO) " make clean" - $(ECHO) " Command to remove all the generated files." - -all: ${APP_DIR} $(APP_NAME) - -$(APP_DIR): - mkdir ${APP_DIR} - -$(APP_NAME): - make all -C $@ - -clean: $(APP_NAME_CLEAN) - rm -rf $(APP_DIR) - -$(APP_NAME_CLEAN): - make clean -C $(basename $@) diff --git a/Developer_Contributed/02-AIE_DSP_with_Makefile_and_GUI/files/src/thin-plat/vitis/ip/Makefile b/Developer_Contributed/02-AIE_DSP_with_Makefile_and_GUI/files/src/thin-plat/vitis/ip/Makefile deleted file mode 100644 index 368787ac9b..0000000000 --- a/Developer_Contributed/02-AIE_DSP_with_Makefile_and_GUI/files/src/thin-plat/vitis/ip/Makefile +++ /dev/null @@ -1,35 +0,0 @@ -# Copyright © 2023 Advanced Micro Devices, Inc. All rights reserved. -# SPDX-License-Identifier: MIT - - -ECHO := @echo - -XO_DIR := xo_hw -XO_DIRS_EXCLUDE := $(patsubst %/,%,$(dir $(wildcard ${XO_DIR}*/))) -KERNEL_DIRS := $(patsubst %/,%,$(dir $(wildcard */))) -KERNEL_NAME := $(filter-out ${XO_DIRS_EXCLUDE},$(KERNEL_DIRS)) -KERNEL_NAME_CLEAN := $(addsuffix .clean,$(KERNEL_NAME)) - -.PHONY: help clean all $(KERNEL_NAME) - -help:: - $(ECHO) "Makefile Usage:" - $(ECHO) " make all" - $(ECHO) " Command to generate the All IPs used in this design" - $(ECHO) "" - $(ECHO) " make clean" - $(ECHO) " Command to remove all the generated files." - -all: ${XO_DIR} $(KERNEL_NAME) - -$(XO_DIR): - mkdir ${XO_DIR} - -$(KERNEL_NAME): - make all -C $@ - -clean: $(KERNEL_NAME_CLEAN) - rm -rf $(XO_DIR) - -$(KERNEL_NAME_CLEAN): - make clean -C $(basename $@) diff --git a/Developer_Contributed/02-AIE_DSP_with_Makefile_and_GUI/files/src/thin-plat/vitis/ip/aie/Makefile b/Developer_Contributed/02-AIE_DSP_with_Makefile_and_GUI/files/src/thin-plat/vitis/ip/aie/Makefile deleted file mode 100644 index 987d630f4b..0000000000 --- a/Developer_Contributed/02-AIE_DSP_with_Makefile_and_GUI/files/src/thin-plat/vitis/ip/aie/Makefile +++ /dev/null @@ -1,92 +0,0 @@ -# Copyright © 2023 Advanced Micro Devices, Inc. All rights reserved. -# SPDX-License-Identifier: MIT - -ECHO := @echo - -PLATFORM_CUSTOM := vck190_thin - -XPFM := ../../xpfm_export/build/platform/${PLATFORM_CUSTOM}/export/${PLATFORM_CUSTOM}/${PLATFORM_CUSTOM}.xpfm - -AIE_WS := . -AIE_SRC := ${AIE_WS}/src -AIE_GRAPHS := ${AIE_SRC}/graphs -AIE_KERNELS := ${AIE_SRC}/kernels -MAP_OPT := BufferOptLevel7 -MAX_CYCLES := 10000 -FLAG = true -MY_APP := fir_graph -TEST_BENCH = ${AIE_SRC}/${MY_APP}.cpp -SIM_OUTPUT = ${AIE_WS}/aiesimulator_output -WORK_DIR = ${AIE_WS}/Work -LOG_FILE = ${AIE_WS}/log -OTHER_OPTS = --kernel-linting -Xchess="-std=c++17" -xlopt=2 --genArchive --pl-register-threshold=125 --log-level=5 --test-iterations=-1 --pl-axi-lite=false -#PL_FREQ = --pl-freq=lte_0:153.6 --pl-freq=lte_1:153.6 --pl-freq=tx_chain0.pccfr_pl:307.2 --pl-freq=tx_chain0.wcfr_pl:307.2 --pl-freq=tx_chain0.dpd_out0:500.0 -PL_FREQ = --pl-freq=500.0 - -TIME_LOG = ${AIE_WS}/timelog -CONSTRAINT_FILE = ${AIE_SRC}/${MY_APP}.aiecst - -AIE_OUTPUT := libadf.a - -#DB -DSPLIB_INCLUDES = -include="$(DSPLIB_ROOT)/L1/include/aie" \ - -include="$(DSPLIB_ROOT)/L1/src/aie" \ - -include="$(DSPLIB_ROOT)/L1/tests/aie/inc" \ - -include="$(DSPLIB_ROOT)/L1/tests/aie/src" \ - -include="$(DSPLIB_ROOT)/L2/include/aie" \ - -include="$(DSPLIB_ROOT)/L2/tests/aie/common/inc" - -.PHONY: help clean all - -help:: - $(ECHO) "Makefile Usage:" - $(ECHO) " make all" - $(ECHO) " Command to generate everything for this design" - $(ECHO) "" - $(ECHO) " make sim_analyzer" - $(ECHO) " Run AIE simulator and generate outputs suitable for Vitis Analyzer" - $(ECHO) "" - $(ECHO) " make get_op" - $(ECHO) " Strip simulator output data from timestamps and copy to new file" - $(ECHO) "" - $(ECHO) " make clean" - $(ECHO) " Command to remove all the generated files." - -all : ${AIE_OUTPUT} -allx86 : clean x86compile x86sim - -#${AIE_OUTPUT}: ${AIE_SRC}/* ${AIE_GRAPHS}/* ${AIE_KERNELS}/* -${AIE_OUTPUT}: ${AIE_SRC}/* ${AIE_GRAPHS}/* - $(MAKE) clean - aiecompiler -target=hw -v --use-phy-shim=${FLAG} ${DSPLIB_INCLUDES} -include=${AIE_SRC} -include=${AIE_GRAPHS} ${TEST_BENCH} ${OTHER_OPTS} -Xmapper=${MAP_OPT} --platform=${XPFM} -workdir=${WORK_DIR} ${PL_FREQ} |& tee ${LOG_FILE} - #aiecompiler -target=hw --dataflow -v --use-phy-shim=${FLAG} --constraints=${CONSTRAINT_FILE} ${DSPLIB_INCLUDES} -include=${AIE_KERNELS} -include=${AIE_SRC} -include=${AIE_GRAPHS} ${TEST_BENCH} ${OTHER_OPTS} -Xmapper=${MAP_OPT} --platform=${XPFM} -workdir=${WORK_DIR} ${PL_FREQ} |& tee ${LOG_FILE} - -sim: - aiesimulator --pkg-dir=$(WORK_DIR) -o $(SIM_OUTPUT) --simulation-cycle-timeout $(MAX_CYCLES) |& tee -a $(LOG_FILE) - -sim_analyzer: - aiesimulator --pkg-dir=$(WORK_DIR) --profile --online -wdb -ctf -o $(SIM_OUTPUT) --simulation-cycle-timeout $(MAX_CYCLES) |& tee -a $(LOG_FILE) - -analyze: - vitis_analyzer -report system.wdb - -get_op: - grep -v T ${SIM_OUTPUT}/data/output0.txt > ${SIM_OUTPUT}/data/output0_raw.txt - grep -v T ${SIM_OUTPUT}/data/output1.txt > ${SIM_OUTPUT}/data/output1_raw.txt - grep -v T ${SIM_OUTPUT}/data/output2.txt > ${SIM_OUTPUT}/data/output2_raw.txt - grep -v T ${SIM_OUTPUT}/data/output3.txt > ${SIM_OUTPUT}/data/output3_raw.txt - -x86sim: - x86simulator --pkg-dir=$(WORK_DIR) |& tee -a $(LOG_FILE) - -clean: - rm -rf Work Work* $(WORK_DIR) - rm -rf .Xil - rm -rf aiesimulator_output aiesimulator.log - rm -rf aiesimulator_output - rm -rf log log* $(LOG_FILE) - rm -rf libadf.a *.xpe *.elf *.db *.soln Map_* xnw* *.lp *.log .xil .Xil *.lp *.db *.log *.exe - -timestamp: - @echo TIME: >> $(TIME_LOG);\ - date +%s >> $(TIME_LOG) diff --git a/Developer_Contributed/02-AIE_DSP_with_Makefile_and_GUI/files/src/thin-plat/vitis/ip/mm2s_aie/Makefile b/Developer_Contributed/02-AIE_DSP_with_Makefile_and_GUI/files/src/thin-plat/vitis/ip/mm2s_aie/Makefile deleted file mode 100644 index 5f72acdd48..0000000000 --- a/Developer_Contributed/02-AIE_DSP_with_Makefile_and_GUI/files/src/thin-plat/vitis/ip/mm2s_aie/Makefile +++ /dev/null @@ -1,35 +0,0 @@ -# Copyright © 2023 Advanced Micro Devices, Inc. All rights reserved. -# SPDX-License-Identifier: MIT - -ECHO := @echo - -PLATFORM_CUSTOM ?= vck190_thin - -XPFM := ../../xpfm_export/build/platform/${PLATFORM_CUSTOM}/export/${PLATFORM_CUSTOM}/${PLATFORM_CUSTOM}.xpfm - -KERNEL := mm2s -KERNEL_SRC := ./src/${KERNEL}.cpp -XO := ../xo_hw/${KERNEL}.xo - -.PHONY: clean all help - -help:: - $(ECHO) "Makefile Usage:" - $(ECHO) " make all" - $(ECHO) " Command to generate the hls-mm2s-kernel used in this design" - $(ECHO) "" - $(ECHO) " make clean" - $(ECHO) " Command to remove all the generated files." - -all: ${XO} - -${XO}: ${KERNEL_SRC} ${XPFM} - v++ --compile --debug --save-temps \ - --platform ${XPFM} \ - --kernel ${KERNEL} \ - --output ${XO} \ - ${KERNEL_SRC} - -clean: - rm -f $(XO)* *.log - rm -rf .Xil _x/ diff --git a/Developer_Contributed/02-AIE_DSP_with_Makefile_and_GUI/files/src/thin-plat/vitis/ip/s2mm_aie/Makefile b/Developer_Contributed/02-AIE_DSP_with_Makefile_and_GUI/files/src/thin-plat/vitis/ip/s2mm_aie/Makefile deleted file mode 100644 index e0880c70ef..0000000000 --- a/Developer_Contributed/02-AIE_DSP_with_Makefile_and_GUI/files/src/thin-plat/vitis/ip/s2mm_aie/Makefile +++ /dev/null @@ -1,35 +0,0 @@ -# Copyright © 2023 Advanced Micro Devices, Inc. All rights reserved. -# SPDX-License-Identifier: MIT - -ECHO := @echo - -PLATFORM_CUSTOM ?= vck190_thin - -XPFM := ../../xpfm_export/build/platform/${PLATFORM_CUSTOM}/export/${PLATFORM_CUSTOM}/${PLATFORM_CUSTOM}.xpfm - -KERNEL := s2mm -KERNEL_SRC := ./src/${KERNEL}.cpp -XO := ../xo_hw/${KERNEL}.xo - -.PHONY: clean all help - -help:: - $(ECHO) "Makefile Usage:" - $(ECHO) " make all" - $(ECHO) " Command to generate the hls-s2mm-kernel used in this design" - $(ECHO) "" - $(ECHO) " make clean" - $(ECHO) " Command to remove all the generated files." - -all: ${XO} - -${XO}: ${KERNEL_SRC} ${XPFM} - v++ --compile --debug --save-temps \ - --platform ${XPFM} \ - --kernel ${KERNEL} \ - --output ${XO} \ - ${KERNEL_SRC} - -clean: - rm -f $(XO)* *.log - rm -rf .Xil _x/ diff --git a/Developer_Contributed/02-AIE_DSP_with_Makefile_and_GUI/files/src/vitis/src/system.cfg b/Developer_Contributed/02-AIE_DSP_with_Makefile_and_GUI/files/src/vitis/src/system.cfg deleted file mode 100644 index 92b9c9e9bc..0000000000 --- a/Developer_Contributed/02-AIE_DSP_with_Makefile_and_GUI/files/src/vitis/src/system.cfg +++ /dev/null @@ -1,7 +0,0 @@ -# Copyright © 2023 Advanced Micro Devices, Inc. All rights reserved. -# SPDX-License-Identifier: MIT - - -[connectivity] -stream_connect=mm2s_1.s:ai_engine_0.DataIn1 -stream_connect=ai_engine_0.DataOut1:s2mm_1.s diff --git a/Developer_Contributed/03-HLS_Code_Optimization/LICENSE b/Developer_Contributed/03-HLS_Code_Optimization/LICENSE deleted file mode 100644 index 6ce74ef144..0000000000 --- a/Developer_Contributed/03-HLS_Code_Optimization/LICENSE +++ /dev/null @@ -1,21 +0,0 @@ -The MIT License (MIT) - -Copyright © 2023 Advanced Micro Devices, Inc. All rights reserved. - -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, 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. diff --git a/Developer_Contributed/03-HLS_Code_Optimization/README.md b/Developer_Contributed/03-HLS_Code_Optimization/README.md index a85303c04f..aff65a28f4 100644 --- a/Developer_Contributed/03-HLS_Code_Optimization/README.md +++ b/Developer_Contributed/03-HLS_Code_Optimization/README.md @@ -19,1483 +19,10 @@ - Last update: 06 Sep 2024 - -## Table of Contents - -[Introduction](#introduction) - -[0 Project Setup](#project-setup) - -[1 Fixed Point FIR Filter](#1-fixed-point-fir-filter) - -[2 Floating Point FIR Filter](#2-floating-point-fir-filter) - -[3 Median Filter for Image Processing](#3-median-filter-for-image-processing) - -[4 Compute the Histogram of an Image](#4-compute-the-histogram-of-an-image) - -[5 Image Histogram Equalization](#5-image-histogram-equalization) - -[6 Square Root](#6-square-root) - -[7 Atan2](#7-atan2) - -[8 Vector Addition](#8-vector-addition) - -[9 Floating Point Matrix Multiplication](#9-floating-point-matrix-multiplication) - -[10 Two Examples with Vitis Acceleration Flow Running on HW](#10-two-examples-with-vitis-acceleration-flow-running-on-hw) - -[Appendix](#appendix) - -[References](#references) - -[Support](#support) - -[License](#license) - -## Introduction - -This tutorial explains how to properly optimize C/C++ code suitable for DSP designs and algorithms to get the maximum performance in terms of **lowest latency with maximum throughput** with the AMD Vitis™ HLS design flow. - -You will also see how to create an embedded system running on either [ZCU102](https://www.xilinx.com/products/boards-and-kits/ek-u1-zcu102-g.html) or [VCK190](https://www.xilinx.com/products/boards-and-kits/vck190.html) embedded board, which includes one of the IP cores (acknowledged as "kernel") designed with Vitis HLS, with either makefile- or GUI-based flow. - -Within a "simplified" HLS terminology: - -- **Latency** is the amount of clock cycles estimated by the Vitis HLS scheduler among the first input and the last output of a certain function. -- **Initialization_Interval** (shortly **II**) is the amount of clock cycles between two events (either two subsequent calls to the same function or two following iterations in the same loop) and it is intimately related to the **throughput**, which is given by **Estimated_Clock_Frequency/Initialization_Interval**. - -In some cases, the maximum performance can be obtained just with Vitis HLS compiler directives without touching the code. In other cases, this might also require some code change to "help" the compiler do a better job. There is not a single solution that fits for all possible applications as each application is a world in itself. But the examples illustrated here cover a large variety of cases seen in recent years across the globe, as the most representative to illustrate "good" coding style for HLS. - -In the following document, it is assumed you have named this tutorial repository ``03-HLS_Code_Optimization`` and placed it in a certain working directory ``${WRK_DIR}`` (for example, in this case, ``export WRK_DIR=/media/danieleb/DATA/2024.1/Vitis-Tutorials/Developer_Contributed``). - -The organization of the folders tree of this tutorial is illustrated here: - -``` -${WRK_DIR} -| -└── 03-HLS_Code_Optimization - | - ├── README.md - ├── run_all.sh - ├── files - | ├── docs - | ├── examples - | | ├── 1_fix_fir_filter - | | ├── 2_float_fir_filter - | | ├── 3_img_median_filter - | | ├── 4_dependency - | | ├── 5_img_histEq - | | ├── 6_sqrt - | | ├── 7_atan2 - | | ├── 8_vector_add - | | | ├── make-flow (zcu102 only) - | | ├── 9_matrix_mult - | | | ├── make-flow - | | | | ├── zcu102 - | | | | ├── vck190 - | | - | ├── images - | ├── log - | ├── scripts -``` - -The shell script named [run_all.sh](files/run_all.sh) contains the commands to launch the Vitis HLS flow on all the applications placed in the [examples](files/examples) folder. -Once you have setup the environment properly, according to what is described in the next section, you can run the script with the command: - -```shell -cd /${WRK_DIR}/03-HLS_Code_Optimization/files -#source ./scripts/_sample_env_setup.sh -source ./run_all.sh -``` - -Note that the Vitis HLS flow adopted in this tutorial is composed of three major steps: - -- Functional C Simulation (known as **csim** in HLS terminology) -- Synthesis from C/C++ to RTL (known as **syn**) -- Cycle accurate C/RTL Simulation (known as **sim**) - -The fourth step, known as Implementation (known as **imp**), is applied transparently by the Vitis Acceleration flow as described in section [10 Two Examples with Vitis Acceleration Flow Running on HW](#10-two-examples-with-vitis-acceleration-flow-running-on-hw), by applying either makefile-based flow or Vitis GUI-based flow. - -### Warnings - -1. Everything shown in this project used an Ubuntu 22.04 Desktop with related Vitis 2024.1 release. - -2. It is recommended to write the SD card that boots the VCK190 board with the Windows OS utility called [Win32 Disk Imager 1.0](https://sourceforge.net/projects/win32diskimager/). - -3. Some figures are screenshots related to the earlier release of Vitis and there might be a few differences, although minimal, with the current one. - -4. It is recommended that you set up the environment correctly before running any script, as described in details in the next subsection. The ``*_sample_env_seytup.sh`` [scripts](files/scripts) contain a template to be customized for your needs. - -5. The [run_all.sh](files/run_all.sh) must always be launched **only after** all the variables of previous script have been set at least once, and **only from** the [files](files) folder, which has to be your current directory. - -6. Read the entire README.md document carefully before launching any script or Makefile. - -### Vitis HLS Classic IDE - -According to the [000036339 2024.1](https://support.xilinx.com/s/article/000036339?language=en_US) article the Vitis HLS 2024.1 -release adopts a new GUI, therefore the "classic" command: -``` -vitis_hls your_script_file.tcl -``` -is now deprecated and should be replaced by the new command: -``` -vitis-run --mode hls --tcl your_script_file.tcl -``` -To call the old, classic HLS GUI you have to use this new command: -``` -vitis_hls --classic -``` - - -### Dos-to-Unix Conversion - -In case you experience some unexpected errors during the execution of the scripts, once pre-process all the``*.sh``, ``*.cpp``, ``*.h`` files with the [dos2unix](http://archive.ubuntu.com/ubuntu/pool/universe/d/dos2unix/dos2unix_6.0.4.orig.tar.gz) utility. -In that case, run the following commands from your Ubuntu host PC: - -```bash -#sudo apt-get install dos2unix -cd #your working directory -for file in $(find . -name "*.sh" ); do dos2unix ${file}; done -for file in $(find . -name "*.tcl"); do dos2unix ${file}; done -for file in $(find . -name "*.h" ); do dos2unix ${file}; done -for file in $(find . -name "config" ); do dos2unix ${file}; done -for file in $(find . -name "*.c*" ); do dos2unix ${file}; done -for file in $(find . -name "*akefile" ); do dos2unix ${file}; done -``` - -### Cleaning the Project - -To clean the project files launch the following commands: - -``` -cd /${WRK_DIR}/03-HLS_Code_Optimization/files/examples -make clean -make vck190_clean -make zcu102_clean -``` - -## Project Setup - -### 0.1 Archives Download - -You need the following archives, in particular: - -- From [Vitis (SW Developer) Downloads](https://www.xilinx.com/support/download/index.html/content/xilinx/en/downloadNav/vitis.html) area, take the **2024.1 Vitis Installer** (it makes the Vitis install process easy) and the **2024.1 Vitis Update** (if any). - -- From [Vitis Embedded Platforms](https://www.xilinx.com/support/download/index.html/content/xilinx/en/downloadNav/embedded-platforms.html) area, take the **Common Images for Embedded Vitis Platforms 2024.1**. - -- From [PetaLinux](https://www.xilinx.com/support/download/index.html/content/xilinx/en/downloadNav/embedded-design-tools.html) area, take the **2024.1 PetaLinux Tools Installer**. - -- Go to the bottom of [PetaLinux 2024.1- Product Update Release Notes and Known Issues](https://support.xilinx.com/s/article/000036178?language=en_US) and take **2024.1_PetaLinux_Package_List.xlsx** file, which contains all the packages needed by PetaLinux into your Ubuntu OS computer (install all of them before installing PetaLinux). - -- Go to the [Xilinx GitHub page](www.github,com/Xilinx) and zip both the [Vitis Libraries](https://github.com/Xilinx/Vitis_Libraries) and [Vitis Tutorials](https://github.com/Xilinx/Vitis-Tutorials) with branch related to this 2024.1 release. - -- Go to the [AMD Alveo™ Packages](https://www.xilinx.com/support/download/index.html/content/xilinx/en/downloadNav/alveo.html) area, select release 2024.1 and Ubuntu 22.04 OS, and then take the **Xilinx Runtime (XRT)** archive. - - -At the end, you should have something like the following files: - -```text -Xilinx_Unified_2024.1_*_Lin64.bin -Xilinx_Vivado_Vitis_Update_2024.1_*.tar.gz -xilinx-versal-common-v2024.1_*.tar.gz -Vitis_Libraries-main.zip -Vitis-Tutorials-2024.1.zip -xrt_202410.*-amd64-xrt.deb -``` - -First, install the basic version of Vitis 2024.1 via its installer ``Xilinx_Unified_2024.1_*_Lin64.bin``, and then its update ``Xilinx_Vivado_Vitis_Update_2024.1_*.tar.gz``. -Everything is placed in the ``/tools/Xilinx/`` folder. - -### 0.2 Sudo or not Sudo? - -You **might** need ``sudo`` privilege to install the tools on these folders, primarily ``/tools`` and ``/opt``, unless you change the ownership and group of those folders accordingly. - -In fact, if you created the ``/tools`` directory as a super-user (or ``root``, or with ``sudo``), whatever you wish to write/install there can only be done by the ``root`` super-user. -This is a basic Linux OS behavior. However, you can change the group and owner so that you can do what you like as a normal user, the way you do it in your ``$HOME`` directory. - -So, if you run the following commands (and you need ``sudo``): - -```shell -sudo su -mkdir /tools -mkdir /opt -# -R stays for recursively on each subfolder -chown -R you_user_name /tools -chgrp -R you_user_name /tools -chown -R you_user_name /opt -chgrp -R you_user_name /opt -exit -``` -you can install the above tools and archives without ``sudo`` privilege, just as a normal user. -This means installation with user rights works as well: some people in some forums mentioned that this is not possible, but perhaps they do not know these Linux OS concepts. - -As a last cross-check, if you installed the tools as a normal user, you should see the hidden folder ``.Xilinx`` inside your ``$HOME`` directory. If you installed them as a super-user, you should see the hidden folder ``.Xilinx`` inside your ``/root`` directory. - -In case of installation done with the ``sudo`` privilege, there seems to be only a small issue with one line in the ``installLibs.sh`` script: - -```shell -su - $user -c "touch $logFile; chmod 777 $logFile" -``` - -The ``touch`` and ``chmod`` commands cannot be executed because the logfile is located below the ``/root`` directory and the shell was switched to a normal user without root privileges. -This means that the script assumes that the installation was done without root privileges. That line in the script could be replaced by following commands: - -```shell -sudo touch $logFile -sudo chmod 777 $logFile -``` - -In conclusion, either the installation is done with root privileges (``sudo``), then the ``installLibs.sh`` needs to be changed or the installation is done as a normal user. - -### 0.3 Installing Common for Target Boards - -Install the two archives ``xilinx-*-common-v2024.1_*.tar.gz`` in the ``/opt/xilinx/common/`` folder (which has to be into an ``ext4`` file system, not on an ``NTFS`` one). - -Then execute the following commands as a normal user, according to what discussed is in the previous sub-section: - -```shell -cd /opt/xilinx/common/xilinx-versal-common-v2024.1/ -chmod 777 sdk.h # only if needed -./sdk.sh -p -y -d . -cd /opt/xilinx/common/xilinx-zynqmp-common-v2024.1/ -chmod 777 sdk.h # only if needed -./sdk.sh -p -y -d . -``` - -Check that ``rootfs.ext4`` is not compressed as ``rootfs.ext4.gz``; otherwise, you have to manually decompress it. -If you want to save storage space, you can remove both ``sdk.sh`` files as they are large. - -### 0.4 Install XRT - -The easiest way to download XRT is from the [ALVEO](https://www.xilinx.com/support/download/index.html/content/xilinx/en/downloadNav/alveo.html) site. -Select the ALVEO U200 card and then the Ubuntu 22.04 OS to arrive at this [link](https://www.xilinx.com/bin/public/openDownload?filename=xrt_202410.2.17.319_22.04-amd64-xrt.deb). - -Then install the archive via the following command: - -```shell -sudo apt install --reinstall ./xrt_.deb -``` - -To set ``xrt`` into your terminal, you need the following command: - -```shell -source /opt/xilinx/xrt/settings.sh -``` - -which was also put in the scripts ``*_sample_env_setup.sh``. - -### 0.5 Petalinux - -**WARNING: You cannot install PetaLinux into an NFS driver; otherwise, the install process ends with a non-predictable error message**. - -Before installing ``petalinux``, check in the Excel foil ``2024.1_PetaLinux_Package_List.xlsx`` what all packages ``petalinux`` requires. Once done, install the missing ones. - -``` -#create the destination folder -sudo mkdir /petalinux_2024.1 -#change permissions -$ chmod 777 ~/Downloads/petalinux-v2024.1-*-installer.run -$ ~/Downloads/petalinux-v2024.1-*-installer.run -d /petalinux_2024.1 - -. . . - -INFO: Installing PetaLinux... -INFO: Checking PetaLinux installer integrity... -INFO: Installing PetaLinux to "/petalinux_2024.1/." -INFO: Installing buildtools in /petalinux_2024.1/./components/yocto/buildtools -INFO: Installing buildtools-extended in /petalinux_2024.1/./components/yocto/buildtools_extended -INFO: PetaLinux has been installed to /petalinux_2024.1/. -``` - -To set ``petalinux`` into your terminal, you need the following command: - -```shell -source /petalinux_2024.1/settings.sh -``` - -which was also placed in the script ``*_sample_env_setup.sh``. - -### 0.6 Setup the Environment - -The ``*_sample_env_setup.sh`` [scripts](files/scripts) create the proper environmental variables for either the ZCU102 or the VCK190 target boards respectively on the Ubuntu Desktop. Ensure that they are executable by setting their permissions correctly. Note that they are mutually exclusive and must be launched at least once in the shell window you are using, before doing anything else: - -```shell -cd /${WRK_DIR}/03-HLS_Code_Optimization/files -# make both scripts executable -chmod a+x scripts/*_sample_env_setup.sh -# select one of the next two lines -source scripts/*_zcu102_sample_env_setup.sh ## valid for ZCU102 only -source scripts/*_vck190_sample_env_setup.sh ## valid for VCK190 only -# to build all the design examples -#source ./run_all.sh -``` - -### 0.7 Makefiles and TCL scripts - -Each of the nine [examples](files/example) illustrated in this tutorial comes with their own ``*_script.tcl`` and ``Makefile`` and you can use one of them alternatively to run the three HLS design flow steps (cism, syn, sim), with commands like these: -``vitis-run --mode hls --tcl *_script.tcl`` if you want to use the TCL scripts or ``make all`` if you want to apply the related makefiles. -It is recommended that you read the source code of these files carefully to understand their applications. - -Note that running ``make clean`` from the ``files/examples`` folder cleans all the nine HLS designs and the three Vitis embedded designs. - - -## 1 Fixed Point FIR Filter - -In this section, you will analyze a single rate FIR filter design and apply a step-by-step approach through the most important HLS directives to increase the performance - lower latency and higher throughput (happening when **II=1**). The FIR filter has 16 coefficients (or "taps"). - -The code in this subsection applies [fractional arbitrary precision data types](https://docs.amd.com/r/en-US/ug1399-vitis-hls/Using-Arbitrary-Precision-Data-Types) from the ``ap_fixed.h`` library. The Vitis HLS project ``vhls_fix_fir_prj`` has eight solutions to illustrate the different usage of some HLS compiler directives. More information can be found in the related HLS TCL script named ``fix_fir_filter.tcl``. - -Once you have setup the Vitis HLS environment, launch the following shell commands (they are already included in the [run_all.sh](files/run_all.sh) script): - -```bash -cd /${WRK_DIR}/03-HLS_Code_Optimization/files/examples -cd 1_fix_fir_filter -vitis-run --mode hls --tcl fix_fir_script.tcl -``` - -Alternatively, you can execute the following commands: - -```bash -cd /${WRK_DIR}/03-HLS_Code_Optimization/files/examples -make hls_kernels -``` - -Note that ``make hls_kernels`` processes all nine HLS design examples by launching their appropriate TCL scripts. - -Figure 1-1 illustrates the estimated performance of the different solutions in terms of **Latency**, **Initialization_Interval** and FPGA resources (**LUT**, **FF**, **RAM**, **DSP**), in particular: - -- ``sol1_baseline`` shows what you get from HLS compiler without any optimization. Note the ``set_directive_pipeline -off "fir_filter/Shift_Accum_Loop"`` in the file ``directives1.tcl`` to "force" the HLS compiler doing no optimizations. - -- ``sol2_LoopPipeline`` shows what you get by pipelining the internal loop with ``set_directive_pipeline "fir_filter/Shift_Accum_Loop"`` in the file ``directives2.tcl``. As expected, the latency is reduced to a significant level because of this HLS directive. - -- ``sol3_shiftregPartition`` is like the previous solution plus the ``set_directive_array_partition -dim 1 -type complete "fir_filter" shift_reg``, in the file ``directives3.tcl``, to map the array ``shift_reg`` (which models the tapped delay line of the FIR filter) into a set of 16 standalone registers, which help the compiler to schedule better the operations and reduce further latency. - -- ``sol4_loopUnroll`` is like the previous solution plus ``set_directive_unroll -factor 16 "fir_filter/Shift_Accum_Loop"``, in the file ``directives4.tcl``; now the loop is fully unrolled and you can see that the DSP resources utilized to implement the MAC (multiply-and-accumulate) operation are now 16 instead of 1 of the previous solution. Also, this directive allows for further latency reduction. - -- ``sol5_coeffPartition`` is like the previous solution plus ``set_directive_array_partition -dim 1 -type complete "fir_filter" c``, in the file ``directives5.tcl``. Now, even the input array of coefficients (variable ``c``) is partitioned in a set of registers, and you can see this by looking at the interfaces reported in the file ``fir_filter_csynth.rpt`` changed from: - -``` -+-----------+-----+-----+------------+--------------+--------------+ -| RTL Ports | Dir | Bits| Protocol | Source Object| C Type | -+-----------+-----+-----+------------+--------------+--------------+ -|c_address0 | out| 4| ap_memory| c| array| -|c_ce0 | out| 1| ap_memory| c| array| -|c_q0 | in| 18| ap_memory| c| array| -|c_address1 | out| 4| ap_memory| c| array| -|c_ce1 | out| 1| ap_memory| c| array| -|c_q1 | in| 18| ap_memory| c| array| -``` - -in solution 4 to - -``` -+-----------+-----+-----+------------+--------------+--------------+ -| RTL Ports | Dir | Bits| Protocol | Source Object| C Type | -+-----------+-----+-----+------------+--------------+--------------+ -|c_0 | in| 18| ap_none| c_0| pointer| -. . . -|c_15 | in| 18| ap_none| c_15| pointer| -+-----------+-----+-----+------------+--------------+--------------+ -``` - -in solution 5; - -- ``sol6_II1_top`` is like the previous solution plus ``set_directive_pipeline -II 1 "fir_filter"``, in the file ``directives6.tcl``. Now you have achieved II=1 for the top function. Note that the effective data rate is now equal to the estimated clock frequency because of II=1. Note that this solution has the lowest latency among the previous ones. - -- ``sol6b_II1_top`` generates the same performance of ``sol6_II1_top`` with only three directives in the file ``directives6b.tcl``. This was done to illustrate that pipelining a function at the top level (``set_directive_pipeline -II 1 "fir_filter"``) is quite aggressive but it could also be risky as it forces **unrolling of all internal loops**, which could make the resources utilization to grow too much. Note that you need the ``set_directive_array_partition -dim 1 -type complete "fir_filter" c`` to partition the input array of coefficients, as this array is an I/O parameter ("out of the top function", using an improper terminology). So, I strongly recommend to apply one directive at a time, as done from solution 1 to 6, instead of starting to pipeline the function at top level; - -- In ``sol7_II2_8DSP``, ``sol7_II4_4DSP`` and ``sol7_II8_2DSP`` you can see how using jointly ``set_directive_pipeline -II X "fir_filter"`` and ``set_directive_allocation -limit Y -type operation "fir_filter" mul`` -to use the DSP slices (for the MAC operations) in Time-Division-Multiplexing. -Note that ``X`` and ``Y`` stay in the equation ``Y = 16 / X``. In fact if you have 16 taps, you need 16 MAC operations. If you limit them to be only ``Y=8`` - to make an example, the ``II`` becomes ``16/Y`` and the data rate changes accordingly. Note that this behavior is the effect of the two directives applied together. - -- ``sol8_integers`` applies the same directives of ``sol6_II1_top`` and it was compiled with ``-DHLS_FIXED_POINT`` to replace the ``signed int`` ANSI-C data types with ``ap_fixed<18,2>`` HLS proprietary fixed point data. Now the latency is only 1 clock cycle. - -![figure1-1](files/images/fix_fir1_comparison.png) - -*[Figure 1-1] Fixed-Point FIR Filter designed with Vitis HLS: estimated performance of the various solutions from 1 to 8.* - -## 2 Floating Point FIR Filter - -The Vitis HLS project ``vhls_float_fir_prj`` applies the same code of previous section with the same directives, but with 32-bit floating point data types. - -Once you have setup the Vitis HLS environment, launch the following shell commands (they are already included in the [run_all.sh](files/run_all.sh) script): - -```bash -cd /${WRK_DIR}/03-HLS_Code_Optimization/files -#source ./run_all.sh -cd examples/2_float_fir_filter -vitis-run --mode hls --tcl float_fir_script.tcl -``` - -Alternatively, you can execute the following commands: - -```bash -cd /${WRK_DIR}/03-HLS_Code_Optimization/files/examples -make hls_kernels -``` - -Note that ``make hls_kernels`` processes all nine HLS design examples by launching their appropriate TCL scripts. - -This section shows how the directive ``set_directive_bind_op`` can force the adoption of a certain AMD Vivado™ floating point IP core (illustrated in Figure 2-1), which influences the estimated performance in terms of Latency, Initialization_Interval, and FPGA resources. - -Figure 2-2 shows how trading ``LUT`` vs. ``DSP`` FPGA resources with the ``BIND_OP`` directive with floating point operators and the related variables. - -Note that there are four possible cores to implement a 32-bit floating point multiplication, ``fabric`` (using no DSP slices), ``meddsp`` (using 1 DSP slice), ``fulldsp`` (using 2 DSP slices), and ``maxdsp`` (using 3 DSP slices). -There are two possible cores to implement a 32-bit floating point addition, ``fabric`` (using no DSP slices) and ``fulldsp`` (using 2 DSP slices). - -More information can be found in the HLS TCL script named ``float_fir_filter.tcl``. - -From ``sol0`` to ``sol3``, the floating point operation is progressively bound to more and more DSP slices. Note that ``sol4`` is there only to illustrate how to get a II=1 from a floating point design like this (based on ``sol3``). You get 80 DSP slices because the loop is fully unrolled and there are 16 MAC operations, each using 5 DSP slices. - -![figure2-1](files/images/float_fir_directives.png) - -*[Figure 2-1] Vitis HLS BIND_OP directive to bind a C/C++ variable (i.e., "mult") to an FPGA operator (i.e., "fmul_maxdsp").* - -![figure2-2](files/images/float_fir_comparison.png) - -*[Figure 2-2] Floating-Point FIR Filter designed with Vitis HLS: estimated performance of the various solutions from 0 to 3 (sol4 is like sol3 but with II=1).* - -## 3 Median Filter for Image Processing - -[This article](https://issuu.com/xcelljournal/docs/xcell_journal_issue_86/20) describes a 2D median filter for image processing based on a sorting network, it was public in year 2014 but it is still a good example of how to improve the performance of a naively-written code (in this case a median filter) by changing the code to directly model local memory as if it was in a real hardware implementation. This code change dramatically helps the HLS compiler achieve better performance, in terms of both higher throughput and shorter latency. - -Note that when you achieve **II=1** in the innermost loop, your design is effectively working at pixel rate. So the entire latency to process the whole image is basically slightly larger than the image size (in estimated clock cycles). This happens because the IP core you create works on the entire image. - -Once you have setup the Vitis HLS environment, launch the following shell commands (they are already included in the [run_all.sh](files/run_all.sh) script): - -```bash -cd /${WRK_DIR}/03-HLS_Code_Optimization/files -#source ./run_all.sh -cd examples/3_img_median_filter -vitis-run --mode hls --tcl run_median_script.tcl -``` - -Alternatively, you can execute the following commands: - -```bash -cd /${WRK_DIR}/03-HLS_Code_Optimization/files/examples -make hls_kernels -``` - -Note that ``make hls_kernels`` processes all nine HLS design examples, by launching their appropriate TCL scripts. - -### 3.1 Naive Implementation - -This code is named "naive" as it assumes that all the pixels of the image (with size 1920x1080) are accessed from an external memory independently on each other, which is impossible because in reality, all the pixels flow in a stream from top-left corner to bottom-right corner of the 2D array composing the image (the so called "raster-scan" order). Due to this, the HLS compiler achieves only an **II=5** in the inner loop, thus generating a huge latency for filtering the entire image. Figure 3-1 reports the II=5 in red color from the ``hls_naive_median3x3_prj`` Vitis HLS project. - -![figure3-1](files/images/fig3-1.png) - -*[Figure 3-1] Vitis HLS Synthesis Estimation of a 2D naive median filter code. Note that II=5 (in red color).* - -### 3.2 Implementation with Local Memory - -Respect to the naive case, this code is much more optimized as it contains N local memories called **Line Buffers**, which are more typical of hardware designs than of software designs. Each Line-Buffer stores an entire horizontal line of the 2D image. If the filter kernel size is NxN, you need N Line Buffers. In this design case, N can assume the values of either 3 or 5 or 7. -Furthermore, the NxN **sliding window** is also modeled in the code, thus shifting from left to right for an efficient implementation of the 2D filter behavior. - -Sorting the data to generate the median value is applied via a **sorting network** algorithm, which allows for better performance by exploiting the inner parallel resources in the FPGA when N is not a large number (the sorting network resources increase linearly with N). - -Note that the HLS compiler uses only N-1 ``BRAM_18K`` (memory resources) instead of N (with N=3,5,7) because it considers that the current incoming line does not need to be stored locally. The larger the N, the larger the amount of FF and LUT to implement the sliding window and sorting network (both have an NxN size). - -Figure 3-2 illustrates the HLS Synthesis Estimation of a median filter with three examples of 2D window size (from the ``hls_median_prj`` project), 3x3, 5x5 and 7x7. They all work at a pixel rate. The following figure indicates the easiness of the architectural exploration job with a tool like HLS. - -![figure3-2](files/images/fig3-2.png) - -*[Figure 3-2] Vitis HLS Synthesis Estimation of a 2D optimized median filter based on Line-Buffers directly coded with sliding window sizes of 3x3 (left) 5x5 (central) and 7x7.* - -## 4 Compute the Histogram of an Image - -In this section, you compute the histogram of an image. -This HLS example applies the ``set_directive_dependence`` directive on an array mapped to a **True Dual Port RAM** by the ``#pragma HLS BIND_STORAGE variable=hist type=ram_t2p impl=bram``. - -Once you have setup the Vitis HLS environment, launch the following shell commands (they are already included in the [run_all.sh](files/run_all.sh) script): - -```bash -cd /${WRK_DIR}/03-HLS_Code_Optimization/files -#source ./run_all.sh -cd examples/4_dependency -vitis-run --mode hls --tcl run_dependence_script.tcl -``` - -Alternatively, you can execute the following commands: - -```bash -cd /${WRK_DIR}/03-HLS_Code_Optimization/files/examples -make hls_kernels -``` - -Note that ``make hls_kernels`` processes all nine HLS design examples by launching their appropriate TCL scripts. - -The ``dependence directive`` is an advanced HLS concept. Therefore, it is suggested to read [Managing-Pipeline-Dependencies](https://docs.amd.com/r/en-US/ug1399-vitis-hls/Managing-Pipeline-Dependencies) from UG 1399 carefully to understand the argument better. - -The code to illustrate how to use this directive is just one statement as ``hist[val] = hist[val]+1``. It is normally applied when computing the histogram of an image. - -The Vitis HLS compiler maps the ``hist[]`` array into a Dual Port Block RAM of the FPGA with the ``#pragma HLS BIND_STORAGE variable=hist type=ram_t2p impl=bram`` directive. - -At runtime execution, it might happen that while storing the n-th sample at address ``val``, the n+1 sample is read again at address ``val``. This behavior is managed by assuming a **Read After Write** policy (shortly RAW) between the two ports of the same BRAM in the hardware world. -To avoid possible issues, the HLS compiler in most cases schedules the code in a way to get II=2. In fact, in a perfectly pipelined design with II=1, if for any reason the HLS compiler has scheduled two writes at the same address, then at runtime execution, there will be a collision. Also, the RAW policy generates a not-valid output, which is captured **ONLY** by the cycles accurate simulation **sim**, whereas the simple functional C simulation **csim** generates no errors. - -This scenario happens in ``sol1_orig_depINTER_RAW`` solution of the ``hls_dep_prj`` project if you use the -``set_directive_dependence -dependent false -direction RAW -type inter -variable hist "top_histogram"`` -and here is what you see in the cycle accurate simulation: - -```text -$finish called at time : 21942500 ps : File "/media/danieleb/DATA/2023.2/Vitis-Tutorials-2023.2/Developer_contributed/03-HLS_Code_Optimization/files/examples/4_dependency/hls_dep_prj/sol1_orig_depINTER_RAW/sim/verilog/top_histogram.autotb.v" Line 389 -## quit -INFO: [Common 17-206] Exiting xsim at Mon Sep 26 17:28:01 2022... -got 23 expected 24 -got 22 expected 23 -got 21 expected 22 -got 17 expected 18 -got 18 expected 19 -got 15 expected 16 -got 19 expected 20 -got 18 expected 19 -got 17 expected 18 -got 11 expected 12 - -TEST FAILED: 10 wrong values -INFO: [COSIM-1000] *** C/RTL co-simulation finished: FAIL *** -``` - -In all other situations, you have a perfect match between functional and cycle accurate simulations. It is summarized in the following table: - - -| solution | II | latency | Cycle Accurate Sim | -| :--- | :----: | ---: | :--- | -| sol0: default | 1 | 4362 | PASS | -| sol1: inter WAR | 1 | 4362 | PASS | -| sol1: inter RAW | 1 | 4362 | FAIL | -| sol1: intra RAW | 2 | 8457 | PASS | -| sol2: default | 2 | 8458 | PASS | -| sol3: inter RAW | 2 | 8458 | PASS | -| sol3: inter WAR | 2 | 8458 | PASS | -| sol3: intra RAW | 1 | 4362 | PASS | - - -Figure 4-1 illustrates the various solutions of ``hls_dep_prj`` project. - -In ``sol0_orig_default``, the compiler works without any directive from the user and achieves II=1 and a maximum latency of 4362 cycles. This is the same result that can be achieved by the user in ``sol1_orig_depINTER_WAR`` with -``set_directive_dependence -dependent false -direction WAR -type inter -variable hist "top_histogram"``, which explains what the HLS compiler made by default. - -If you try to use the ``set_directive_dependence -dependent false -direction RAW -type inter -variable hist "top_histogram"`` as in ``sol1_orig_depINTER_RAW``, you get the same maximum latency and II, but the cycle accurate simulation now fails. - -On the other hand, if you try to adopt the -``set_directive_dependence -dependent false -direction RAW -type intra -variable hist "top_histogram"`` as in the ``sol1_orig_depINTRA``, the HLS compiler schedules code with II=2 and so you get twice the latency of previous cases. - -The simple code - -``` -L1:for (int i=0; i`` using a cordic implementation of atan2(). See file ``cordic_atan2.cpp``. - -- ``solution1_cordic_bitaccurate`` is like the previous solution. It is just more optimized for less resources occupation. - -It is evident that the latency, as well as the resources occupation, reduces by lowering the width in bits of the data. - -![figure7-1](files/images/atan2.png) - -*[Figure 7-1] Vitis HLS Synthesis Estimation solution for atan2() case study.* - -## 8 Vector Addition - -This example applies the **load/compute/store coding style**, which is generally the most efficient for implementing kernels when using HLS: - -1. The load and store functions are responsible for moving data in and out of the kernel as efficiently as possible. - -2. The core functionality is decomposed across one or more compute functions. - -3. Whenever possible, the compute function should pass data through **HLS stream objects** and should contain a single set of nested loops. - -4. HLS stream objects are used to pass data between producer and consumer functions. Stream read and write operations have a blocking behavior, which allows consumers and producers to synchronize with each other automatically. - -5. The **dataflow pragma** instructs the compiler to enable task-level pipelining so that all subroutines run in parallel (as a concurrent process in VHDL). - -This is required to load/compute/store functions to execute in a parallel -and pipelined manner. Here the kernel loads, computes, and stores ``size`` integer values per clock cycle and is implemented below (see [hls_krnl_vadd.cpp](files/examples/8_vect_add/src/hls_krnl_vadd.cpp) file): - -```text -/* - Vector Addition Kernel - Arguments: - in1 (input) --> Input vector 1 - in2 (input) --> Input vector 2 - out (output) --> Output vector - size (input) --> Number of elements in vector -*/ - -void krnl_vadd(uint32_t* in1, uint32_t* in2, uint32_t* out, int size) -{ -#pragma HLS INTERFACE m_axi port = in1 bundle = gmem0 -#pragma HLS INTERFACE m_axi port = in2 bundle = gmem1 -#pragma HLS INTERFACE m_axi port = out bundle = gmem0 - - static hls::stream in1_stream("input_stream_1"); - static hls::stream in2_stream("input_stream_2"); - static hls::stream out_stream("output_stream"); - -#pragma HLS dataflow //to run following routines as parallel tasks - load_input(in1, in1_stream, size); - load_input(in2, in2_stream, size); - compute_add(in1_stream, in2_stream, out_stream, size); - store_result(out, out_stream, size); -} -``` - -Once you have setup the Vitis HLS environment, launch the following shell commands (they are already included in the [run_all.sh](files/run_all.sh) script): - -```bash -cd /${WRK_DIR}/03-HLS_Code_Optimization/files -#source ./run_all.sh -cd examples/8_vect_add -vitis-run --mode hls --tcl run_vect_add_script.tcl -``` - -Alternatively, you can execute the following commands: - -```bash -cd /${WRK_DIR}/03-HLS_Code_Optimization/files/examples -make hls_kernels -``` - -Note that ``make hls_kernels`` processes all nine HLS design examples by launching their appropriate TCL scripts. - -Figures 8-1 and 8-2 show the HLS Synthesis Estimation and the Dataflow View respectively related to the ``solution_vitis`` solution targeting the Vitis flow. - -![figure8-1](files/images/vectadd_syn.png) - -*[Figure 8-1] Vitis HLS Synthesis Estimation of Vector Addition case study (Vitis flow solution).* - -![figure8-2](files/images/vectadd_dataflow.png) - -*[Figure 8-2] Dataflow View of Vector Addition case study (Vitis flow solution).* - -## 9 Floating Point Matrix Multiplication - -In this section, you will deal with the matrix multiplier (matrix size 32x32, 32-bit floating point data) described in [XAPP1170: A Zynq Accelerator for Floating Point Matrix Multiplication Designed with Vivado HLS](https://www.xilinx.com/support/documentation/application_notes/xapp1170-zynq-hls.pdf) v2.0 of 21 Jan 2016, which was designed with Vivado 2015.4 System Edition released at that time. - -Similar to what is done in the previous section, this example also applies to the load/compute/store coding style. - -Furthermore, note that this HLS design makes use of **C++ templates** and **unions data types** to model the AXI4-Stream interfaces, as shown in the following code fragment taken from [mmult.h](files/examples/9_matrix_mult_z/src/mmult.h) header file: - -``` -// functions to insert and extract elements from an axi stream -// includes conversion to correct data type -template -T pop_stream(hls::stream< ap_axis> &inp_stream) -{ - ap_axis e; - inp_stream.read(e); - union - { - int ival; - T oval; - } converter; - converter.ival = e.data; - T ret = converter.oval; - - ap_uint strb = e.strb; - ap_uint keep = e.keep; - ap_uint user = e.user; - ap_uint<1> last = e.last; - return ret; -} -``` - -Once you have setup the Vitis HLS environment, launch the following shell commands (they are already included in the [run_all.sh](files/run_all.sh) script): - -```bash -cd /${WRK_DIR}/03-HLS_Code_Optimization/files -#source ./run_all.sh -cd examples/9_matrix_ mult -vitis-run --mode hls --tcl run_matrix_mult_script.tcl -``` - -Alternatively, you can execute the following commands: - -```bash -cd /${WRK_DIR}/03-HLS_Code_Optimization/files/examples -make hls_kernels -``` - -Note that ``make hls_kernels`` processes all nine HLS design examples by launching their appropriate TCL scripts. - -Two HLS projects are then created: - -- ``hls_mmult_prj``, which contains the standalone matrix multiplier core from the baseline ``solution1`` to the most optimized ``solution3``; - -- ``hls_wrapped_mmult_prj``, which contains the previous core of ``solution3`` wrapped with some C++ functions to model the AXI4-Stream interfaces and local memory buffers. This is the real accelerator that becomes part of the embedded system. - -Open these projects with the following commands (they are valid in both Windows and Linus OS): - -``` -cd .. -vitis_hls --classic -p hls_mmult_prj -vitis_hls --classic -p hls_wrapped_mmult_prj -``` - -and use the HLS GUI to visualize the following reports: - -![figure9-1](files/images/hls_mmult_prj.png) - -*[Figure 9-1] Comparison of HLS Synthesis solutions for the ``hls_mmult_prj`` project.* - -![figure9-2](files/images/hls_wrap_mmult_prj.png) - -*[Figure 9-2] HLS Synthesis report for the ``hls_wrapped_mmult_prj`` project.* - -Looking at Figure 9-1, you can note that the calculation of a 32-bit Floating Point real matrix of size 32x32 has a latency of 1354 clock cycles at 300MHz on the ZCU102 target board in the most optimized ``solution3`` of project ``hls_mmult_prj``, whereas it takes about 12 times more clock cycles in the unoptimized baseline ``solution1``. The design does not consume any BRAM_18K, which means that all the 32x32 matrix elements are not stored in the core itself. Finally, the number of DSP slices increases as soon as you optimize the design to decrease its latency from 10 slices in ``solution1`` to 160 slices in ``solution3``. - -In the ``hls_wrapped_mmult_prj`` design, the two input matrices ``A`` and ``B`` and the output matrix ``C`` are stored locally in the core itself (see C++ function ``wrapped_mmult_hw()`` in file [mmult.h](files/examples/9_matrix_mult_z/src/mmult.h)). The data is first read from the external world with 32-bit HLS stream objects (``hls::stream`` and ``axis<32,2,5,6>`` HLS proprietary data types) through the AXI4-Stream interfaces (which takes 2x 1024 clock cycles), then the real matrix multiplication starts (taking about 1354 clock cycles), and finally, the output matrix is written to the external world (in other 1024 clock cycles). The overall core latency is 4443 clock cycles as reported in the HLS synthesis report of Figure 9-2. - -## 10 Two Examples with Vitis Acceleration Flow Running on HW - -So far, you have seen different examples of how to design a high-performance DSP IP core with HLS. Now you will learn to use DSP IP core and run it on the target board in a real embedded system. - -In this section, you will use the [Vitis Acceleration Flow (UG1393)](https://docs.amd.com/r/en-US/ug1393-vitis-application-acceleration/Data-Center-Application-Acceleration-Development-Flow) to build an embedded system that includes: - -- One kernel, designed with HLS, placed in the Programmable Logic (PL). - -- The software application running on the ARM host CPU Programmable System (PS), making use of either OpenCL or [XRT](https://www.xilinx.com/products/design-tools/vitis/xrt.html) host APIs. - -- Either the AMD Zynq™ Ultrascale™ MPSoC [ZCU102](https://www.hackster.io/xilinx/products/zynq-ultrascale-mpsoc-zcu102?ref=project-fa8bc8) or the AMD Versal™ [VCK190](https://www.xilinx.com/products/boards-and-kits/vck190.html) target board. - -- The PetaLinux OS to boot the target board from an SD card. - -Then you will run your example on target board (which is what it is meant for "HW"). - -### 10.1 Build Example 8 for ZCU102 - -Note that the code running on the ARM host CPU of ZCU102 board applies XRT APIs enabled with the ``#define DB_USE_XRT`` from [vadd_include.h](files/examples/8_vect_add/src/vadd_include.h) header file (if you comment that line, OpenCL Host API is used). - -#### 10.1.1 GUI-based Flow - -You can open the Vitis GUI with the commands: - -```bash -cd /${WRK_DIR}/03-HLS_Code_Optimization/files -#source ./run_all.sh -cd examples/8_vect_add -vitis -workspace ./wrk -``` - -Note the following screenshots of Figures 10.1-1, 10.1-2, 10.1-3, 10.1-4, 10.1-5, 10.1-6, and 10.1-7. They highlight the project settings you need to add to the GUI-based environment if you ever developed the project from scratch. - -If you import the zip archive directly in Vitis, all you have to do is **changing these three environmental variables** (``Sysroot path``, ``Root File System``, ``Kernel Image``): - -```text - - /opt/xilinx/common/xilinx-zynqmp-common-v2023.2/sysroots/cortexa72-cortexa53-amd-linux #Sysroot path - - /opt/xilinx/common/xilinx-zynqmp-common-v2023.2/rootfs.ext4 #Root FS - - /opt/xilinx/common/xilinx-zynqmp-common-v2023.2/Image #Kernel Image -``` - -The various detailed project settings are shown here for your reference: - -1. in the ``zcu102_vadd_prj [xrt]`` PS domain - - - note the following lines created by Vitis: - - ```text - -include="${env_var:XILINX_HLS}/include - -include="${workspace_loc:/${ProjName}/src}" - -include=${SYSROOT}/usr/include/xrt/ - ``` - - - and note the following library search paths (``-L`` flag) created by Vitis: - - ```text - -L"${SYSROOT}/usr/lib/" - ``` - - - and libraries (``-l`` flag) added manually by the user: - - ```text - xilinxopencl - xrt_core - xrt_coreutil - ``` - - - for the GCC host compiler the **dialect flag** is set (by default) as: - - ```text - -std=c++11 - ``` - -1. Note that the ``Hardware/binary_container_1-link.cfg`` file (created by Vitis) for ``*_system_hw_link [pl]`` PL domain has the following line: - - ```text - [connectivity] - nk=krnl_vadd:1:krnl_vadd_1 - ``` - -![figure10.1-1](files/images/vadd_prj.png) - -*[Figure 10.1-1] Setting OS paths to compile the host software subsystem.* - -![figure10.1-2](files/images/vadd_dialect.png) - -*[Figure 10.1-2] Setting C++ dialect to compile the host software subsystem.* - -![figure10.1-3](files/images/vadd_libs.png) - -*[Figure 10.1-3] Setting the libraries and related paths to compile the host software subsystem ("-l" and "-L" linker flags).* - -![figure10.1-4](files/images/vadd_include.png) - -*[Figure 10.1-4] Setting the include paths to compile the host software subsystem ("-I" C-preprocessor flag).* - -![figure10.1-5](files/images/vadd_preproc.png) - -*[Figure 10.1-5] Setting C-Preprocessor symbols to compile the host software subsystem ("-D" C-preprocessor flag).* - -![figure10.1-6](files/images/vadd_link.png) - -*[Figure 10.1-6] Vitis Linker Settings.* - -![figure10.1-7](files/images/vadd_pl.png) - -*[Figure 10.1-7] Setting the HLS kernels of PL subsystem.* - -#### 10.1.2 Makefile-based Flow - -Alternatively, to the GUI-based flow, you can use Vitis from command line with the proper makefile by typing the following: - -```bash -cd /${WRK_DIR}/03-HLS_Code_Optimization/files -#source ./run_all.sh -cd examples/8_vect_add -make zcu102_clean zcu102_all -``` - -The makefiles here adopted were automatically generated by Vitis (Eclipse) GUI and then manually modified to use the environmental variables and avoid absolute path names. - -#### 10.1.3 Run the Application on ZCU102 Board - -At the end of the Vitis build process, you will find the ``sd_card.img`` file (~4.2GB size) to boot the ZCU102 board in the folder ``wrk/zcu102_vadd_system/Hardware/package``. - -Once you have booted the ZCU102 board, at the prompt, login with ``petalinux`` username and choose one password (for example ``root``), then launch the following commands: - -``` -sudo su -mount /dev/mmcblk0p1 /mnt -cd /mnt -./zcu102_vadd_prj ./binary_container_1.xclbin -``` - -The runtime execution on ZCU102 works correctly: - -```text -root@zynqmp-common-20221:~# mount /dev/mmcblk0p1 /mnt -root@zynqmp-common-20221:~# cd /mnt -root@zynqmp-common-20221:/mnt# ls -l -total 75655 --rwxrwx--- 1 root disk 28251160 Jan 1 2015 BOOT.BIN --rwxrwx--- 1 root disk 22401536 Jan 1 2015 Image -drwxrwx--- 2 root disk 512 Oct 13 2022 System Volume Information --rwxrwx--- 1 root disk 26543585 Jan 1 2015 binary_container_1.xclbin --rwxrwx--- 1 root disk 2777 Jan 1 2015 boot.scr --rwxrwx--- 1 root disk 269672 Jan 1 2015 zcu102_vadd_prj - -root@zynqmp-common-20221:/mnt# ./zcu102_vadd_prj ./binary_container_1.xclbin -INFO: DATA size in words = 4096 -INFO: DATA size in bytes = 16384 -PASSED: auto my_device = xrt::device(0) -PASSED: auto xclbin_uuid = my_device.load_xclbin(./binary_container_1.xclbin) -PASSED: auto krnl = xrt::kernel(my_device, xclbin_uuid, "krnl_vadd:{krnl_vadd_1}") -INFO: Allocate Buffers in Global Memory -PASSED: auto bo0 = xrt::bo(my_device, size_in_bytes, XCL_BO_FLAGS_NONE, krnl.group_id(0) (=4)) -PASSED: auto bo1 = xrt::bo(my_device, size_in_bytes, XCL_BO_FLAGS_NONE, krnl.group_id(1) (=4)) -PASSED: auto bo2 = xrt::bo(my_device, size_in_bytes, XCL_BO_FLAGS_NONE, krnl.group_id(2) (=4)) -PASSED: auto bo0_map = bo0.map() -PASSED: auto bo1_map = bo1.map() -PASSED: auto bo2_map = bo2_map() -INFO: Creating random input data -INFO: synchronize input buffer data to device global memory -PASSED: bo0.sync(XCL_BO_SYNC_BO_TO_DEVICE) -PASSED: bo1.sync(XCL_BO_SYNC_BO_TO_DEVICE) -INFO: Execution of the kernel -INFO: Waiting for kernels to end... -PASSED: run.wait() -PASSED: bo2.sync(XCL_BO_SYNC_BO_FROM_DEVICE) -INFO: Checking the results -TEST PASSED - -root@zynqmp-common-20221:/mnt# ls -l -total 75832 --rwxrwx--- 1 root disk 28251160 Jan 1 2015 BOOT.BIN --rwxrwx--- 1 root disk 22401536 Jan 1 2015 Image -drwxrwx--- 2 root disk 512 Oct 13 2022 System Volume Information --rwxrwx--- 1 root disk 26543585 Jan 1 2015 binary_container_1.xclbin --rwxrwx--- 1 root disk 2777 Jan 1 2015 boot.scr --rwxrwx--- 1 root disk 1115 Oct 13 08:27 vadd_zcu102_logfile.txt --rwxrwx--- 1 root disk 90112 Oct 13 08:27 vector_inputs.txt --rwxrwx--- 1 root disk 90112 Oct 13 08:27 vector_out.txt --rwxrwx--- 1 root disk 269672 Jan 1 2015 zcu102_vadd_prj -``` - -The files generated during the runtime execution, ``vector_*.txt`` can then be further checked with the Matlab script ``check_res.m``. - -### 10.2 Build Example 9 on Both ZCU102 and VCK190 - -If you want to use the matrix multiplier accelerator (``HLS_accel``) code as it is, add two more kernels in the PL, ``mm2s`` and ``s2mm`` from [mm2s.cpp](files/examples/9_matrix_mult/vitis_src/mm2s.cpp) and [s2mm.cpp](files/examples/9_matrix_mult_z/vitis_src/s2mm.cpp) files respectively, as illustrated in Figure 10.2-1. They implement DMAs to transfer data either from the main memory (for example, the external DDR) with a streaming communication to the matrix multiplier kernel, which is the case of ``mm2s`` kernel, or from the matrix multiplier kernel to the main memory, which is the case of ``s2mm`` kernel. - -Because of these two further kernels, you have to expose their connectivity to the Vitis linker with the file [system.cfg](files/examples/9_matrix_mult_z/vitis_src/system.cfg). It is reported below: - -```text -[connectivity] -sc=mm2s_1.s:HLS_accel_1.INPUT_STREAM -sc=HLS_accel_1.OUTPUT_STREAM:s2mm_1.s -``` - -The ARM host application using XRT APIs is written in the file [xrt_mmult_test.cpp](files/examples/9_matrix_mult_z/vitis_src/xrt_mmult_test.cpp). - -These last four files are placed in the [9_matrix_mult_z/vitis_src](files/examples/9_matrix_mult_z/vitis_src) folder. They are needed to complete the Vitis design, besides the matrix multiplier standalone HLS project, located in [9_matrix_mult_z/src](files/examples/9_matrix_mult-z/src) folder. - -![figure10.2-1](files/images/mm2s-mmult-s2mm.png) - -*[Figure 10.2-1] Matrix multiplier HLS implementation architecture.* - -Note the following screenshots of Figures 10.2-2, 10.2-3, 10.2-4, 10.2-5, 10.2-6, 10.2-7, and 10.2-8. They highlight the ZCU102 target board project settings you need to add to the GUI-based environment if you ever developed the project from scratch. -These settings are the same independently on the target board, that is, they are valid for both ZCU102 and VCK190 targets. - -They are shown below for your reference: - -1. In the application for PS domain (either ``zcu102_mmult_prj [xrt]`` for ZCU102 or ``vck190_mmult_prj [xrt]`` for VCK190) - - - note the following lines created by Vitis: - - ```text - -include="${env_var:XILINX_HLS}/include - -include="${workspace_loc:/${ProjName}/src}" - -include=${SYSROOT}/usr/include/xrt/ - ``` - - - and note the following library search paths (``-L`` flag) created by Vitis: - - ```text - -L"${SYSROOT}/usr/lib/" - ``` - - - and libraries (``-l`` flag) added manually by the user: - - ```text - xilinxopencl - xrt_core - xrt_coreutil - ``` - - - for the GCC host compiler the **dialect flag** is set (by default) as: - - ```text - -std=c++11 - ``` - -2. Note that the ``mmult_system_hw_link/system.cfg`` file (created by the user) for the PL domain has the following lines: - - ```text - [connectivity] - sc=mm2s_1.s:HLS_accel_1.INPUT_STREAM - sc=HLS_accel_1.OUTPUT_STREAM:s2mm_1.s - ``` - -The project settings that are different for each target board are related to ``Sysroot path``, ``Root File System`` and ``Kernel Image`` path names, as shown in the next two subsections. - -![figure10.2-2](files/images/zcu102_mmult_prj.png) - -*[Figure 10.2-2] Matrix Multiplier on ZCU102: Setting OS paths to compile the host software subsystem.* - -![figure10.2-3](files/images/zcu102_mmult_C-dialects.png) - -*[Figure 10.2-3] Matrix Multiplier on ZCU102: Setting C++ dialect to compile the host software subsystem.* - -![figure10.2-4](files/images/zcu102_mmult_libs.png) - -*[Figure 10.2-4] Matrix Multiplier on ZCU102: Setting the libraries and related paths to compile the host software subsystem ("-l" and "-L" linker flags).* - -![figure10.2-5](files/images/zcu102_mmult_inc.png) - -*[Figure 10.2-5] Matrix Multiplier on ZCU102: Setting the include paths to compile the host software subsystem ("-I" C-preprocessor flag).* - -![figure10.2-6](files/images/zcu102_mmult_preproc.png) - -*[Figure 10.2-6] Matrix Multiplier on ZCU102: Setting C-Preprocessor symbols to compile the host software subsystem ("-D" C-preprocessor flag).* - -![figure10.2-7](files/images/zcu102_mmult_hw_link.png) - -*[Figure 10.2-7] Matrix Multiplier on ZCU102: Vitis Linker Settings.* - -![figure10.2-8](files/images/zcu102_mmult_kernels_prj.png) - -*[Figure 10.2-8] Matrix Multiplier on ZCU102: Setting the HLS kernels of PL subsystem.* - -#### 10.2.1 Targeting ZCU102 - -##### 10.2.1.1 GUI-based Flow - -You can open the Vitis GUI with the commands: - -```bash -cd /${WRK_DIR}/03-HLS_Code_Optimization/files -#source ./run_all.sh -cd examples/9_matrix_mult_z -vitis -workspace ./wrk -``` - -Make sure to check these three environmental variables (``Sysroot path``, ``Root File System``, ``Kernel Image``). See the following case: - -```text - - /opt/xilinx/common/xilinx-zynqmp-common-v2023.2/sysroots/cortexa72-cortexa53-amd-linux #Sysroot path - - /opt/xilinx/common/xilinx-zynqmp-common-v2023.2/rootfs.ext4 #Root FS - - /opt/xilinx/common/xilinx-zynqmp-common-v2023.2/Image #Kernel Image -``` - -##### 10.2.1.2 Makefile-based Flow - -Alternatively, to the GUI-based flow, you can use Vitis from command line with the proper makefile by typing the following: - -```bash -cd /${WRK_DIR}/03-HLS_Code_Optimization/files/examples -cd 9_matrix_mult_z -make zcu102_clean zcu102_all -``` - -The makefiles here adopted were automatically generated by Vitis (Eclipse) GUI and then manually modified to use the environmental variables and avoid absolute path names. - -##### 10.2.1.3 Run the Application on ZCU102 Board - -At the end of the Vitis build process, you will find the ``sd_card.img`` file (~4.2GB size) to boot the ZCU102 board in the folder ``wrk/zcu102_mmult_system/Hardware/package``. - -Once you have booted the ZCU102 board, at the prompt, login with ``petalinux`` username and choose one password (for example ``root``), then launch the following commands: - -``` -sudo su -mount /dev/mmcblk0p1 /mnt -cd /mnt -./embedded_exec.sh -``` - -The runtime execution on ZCU102 works correctly: - -```text -INFO: wSizeIn = 2048 -INFO: wSizeOut = 1024 -INFO: bSizeIn = 8192 -INFO: bSizeOut = 4096 -PASSED: auto my_device = xrt::device(0) -PASSED: auto xclbin_uuid = my_device.load_xclbin(binary_container_1.xclbin) -INFO: Opening the Input mm2s Kernel... -PASSED: auto in_0 = xrt::kernel(my_device, xclbin_uuid, "mm2s:{mm2s_1}") -PASSED: auto in_0_bo = xrt::bo(my_device, bSizeIn, XCL_BO_FLAGS_NONE, in_0.group_id(0) (=4)) -PASSED: auto in_0_bo_mapped = in_0_bo.map() -INFO: Setting Input Data -PASSED: in_0_bo_mapped[i] = t -INFO: Compute Golden Result -INFO: Sync Input Buffer... -PASSED: in_0_bo.sync(XCL_BO_SYNC_BO_TO_DEVICE) -INFO: Starting Input mm2s Kernel... -PASSED: auto in_0_run = in_0(in_0_bo, nullptr, 2048) -INFO: Opening Output s2mm Kernel... -PASSED: auto out_0 = xrt::kernel(my_device, xclbin_uuid, "s2mm:{s2mm_1}") -PASSED: auto out_0_bo = xrt::bo(my_device, bsize, XCL_BO_FLAGS_NONE, out.group_id(0) (=4)) -PASSED: auto out_0_bo_mapped = out_0_bo.map() -INFO: Starting Output s2mm Kernel... -PASSED: auto out_0_run = out(out_0_bo, nullptr, 1024) -INFO: Opening and Starting HLS Accel kernel -PASSED: auto my_krnl = xrt::kernel(my_device, xclbin_uuid, "HLS_accel") -PASSED: my_krnl_run -INFO: Waiting for kernels to end... -PASSED: in_0_run.wait() -PASSED: my_krnl_run.wait() -PASSED: out_0_run.wait() -INFO: Sync Output Buffer... -PASSED: out_0_bo.sync(XCL_BO_SYNC_BO_FROM_DEVICE) -INFO: Verifying output data vs. golden ones -PASSED: ./mtrx_mult -``` - -#### 10.2.2 Targeting VCK190 - -##### 10.2.2.1 GUI-based Flow - -You can open the Vitis GUI with the commands: - -```bash -cd /${WRK_DIR}/03-HLS_Code_Optimization/files -#source ./run_all.sh -cd examples/9_matrix_mult_v -vitis -workspace ./vck190_wrk -``` - -Make sure to check these three environmental variables (``Sysroot path``, ``Root File System``, ``Kernel Image``). See the following case: - -```text -- /opt/xilinx/common/xilinx-versal-common-v2023.2/sysroots/cortexa72-cortexa53-amd-linux #Sysroot path -- /opt/xilinx/common/xilinx-versal-common-v2023.2/rootfs.ext4 #Root FS -- /opt/xilinx/common/xilinx-versal-common-v2023.2/Image #Kernel Image -``` - -##### 10.2.2.2 Makefile-based Flow - -Alternatively, to the GUI-based flow, you can use Vitis from command line with the proper makefile by typing the following: - - ```bash - cd /${WRK_DIR}/03-HLS_Code_Optimization/files/examples - cd 9_matrix_mult_v - make vck190_clean vck190_all - ``` - -The makefiles here adopted were automatically generated by Vitis (Eclipse) GUI and then manually modified to use the environmental variables and avoid absolute path names. - -##### 10.2.2.3 Run the Application on VCK190 Board - -At the end of the Vitis build process, you will find the ``sd_card.img`` file (~4.2GB size) to boot the VCK190 board in the folder ``vck190_wrk/vck190_mmult_system/Hardware/package``. - - -At the prompt on UART terminal digit, insert the ``petalinux`` username and the choose a password to login. For example, ``root``. See the following: - -```text -versal-rootfs-common-20231 login: petalinux -You are required to change your password immediately (administrator enforced). -New password: -Retype new password: - -versal-rootfs-common-20231:~$ sudo su - -We trust you have received the usual lecture from the local System -Administrator. It usually boils down to these three things: - #1) Respect the privacy of others. - #2) Think before you type. - #3) With great power comes great responsibility. -Password: -``` - -You can now launch the following commands: - -```shell -sudo su -mount /dev/mmcblk0p1 /mnt -cd /mnt -./xrt_mmult_app ./binary_container_1.xclbin -``` - -The runtime execution on VCK190 works correctly and you should see something like this: - -```text -versal-rootfs-common-20231:/mnt# ./mmult ./binary_container_1.xclbin -INFO: wSizeIn = 2048 -INFO: wSizeOut = 1024 -INFO: bSizeIn = 8192 -INFO: bSizeOut = 4096 -PASSED: auto xclbin_uuid = my_device.load_xclbin(./binary_container_1.xclbin) -INFO: Opening the Input mm2s Kernel... -INFO: Compute Golden Result -. . . -INFO: Sync Input Buffer... -INFO: Opening Output s2mm Kernel... -INFO: Opening HLS Accel kernel -. . . -INFO: Starting Input mm2s Kernel... -INFO: Starting Output s2mm Kernel... -INFO: starting HLS Accel kernel -PASSED: my_krnl_run -INFO: Waiting for kernels to end... -. . . -PASSED: in_0_run.wait() -PASSED: my_krnl_run.wait() -PASSED: out_0_run.wait() -INFO: Sync Output Buffer... -PASSED: out_0_bo.sync(XCL_BO_SYNC_BO_FROM_DEVICE) - -INFO: Verifying output data vs. golden ones - -PASSED: ./mmult - -versal-rootfs-common-20231:/mnt# -``` - -## Appendix - -### A1 ZCU102 Setup - -#### A1.1 SW6 Switch for SD Boot Mode - -From the [ZCU102](https://www.xilinx.com/products/boards-and-kits/ek-u1-zcu102-g.html) web page, read its user guide ([ug1182-zcu102-eval-bd.pdf](https://docs.amd.com/v/u/en-US/ug1182-zcu102-eval-bd)) and make sure that you have followed what is described in **Table 2-4: Switch SW6 Configuration Option Settings** to enable the SD boot mode via the SW6 switch pins (3:0) set as ``1110``, as illustrated in -Figures A1-1 and A1-2. - -![figureA1-1](files/images/zcu102_ug_table.png) - -*[Figure A1-1] ZCU102 SW6 switch setting for SD boot mode (Table 2-4 of UG1182).* - - -![figureA1-2](files/images/zcu102_sw6.jpg) - -*[Figure A1-2] Picture of SW6 switch from my ZCU102 board.* - - - -#### A1.2 TeraTerm UART from Windows10 PC - -If you use a Windows10 PC, install ``TeraTerm VT`` utility (I have ``version 4.106(SVN# 9298)``). - -Then, from the [CP210x USB to UART Bridge VCP Drivers](https://www.silabs.com/developers/usb-to-uart-bridge-vcp-drivers) website, download and install the ``CP210x Universal Windows Driver``. Also, see what is described in this forum [about ZCU102 UART ports](https://support.xilinx.com/s/question/0D52E00006hplYdSAI/zcu102-uart-ports-doesnt-show-up-in-device-manager?language=en_US). - -Now turn on the ZCU102 board with the USB cable connected from J83 micro USB connector to the PC, as illustrated in Figure A1-3. Open ``TeraTerm VT`` and configure the proper COMX port for the Silicon Labs Quad CP2108 USB to UART Bridge (in my case X=7) as illustrated in Figures A1-4. You have to set the following parameters in the GUI, speed 115200, data 8bit, parity none, stop bits 1 bit, and flow control none, as illustrated in figure A1-5 (note that it should be COM7 and not COM3 as wrongly reported in the figure). -If you save it into a ``zcu102_board.ini`` setup file, as illustrated in Figure A1-6, restore the board settings from there. Finally, you can launch your application on the ZCU102, as illustrated in Figure A1-7. - -![figureA1-3](files/images/zcu102_picture.jpg) - -*[Figure A1-3] My ZCU102 board connected to my Windows PC.* - -![figureA1-4](files/images/teraterm_win_setup1.png) - -*[Figure A1-4] Select the proper COM port for the USB to UART Bridge in TeraTerm.* - -![figureA1-5](files/images/teraterm_win_setup2.png) - -*[Figure A1-5] Serial port setup.* - -![figureA1-6](files/images/teraterm_win_setup3.png) - -*[Figure A1-6] Save your ZCU102 configuration for future restore.* - -![figureA1-7](files/images/teraterm_win_setup4.png) - -*[Figure A1-7] Launching the application on ZCU102 from TeraTerm.* - -#### A1.3 Putty UART from Linux PC - -If you use an Ubuntu PC, install ``PuTTY`` utility with the command ``sudo apt install -y putty``. Then you can call it with command line (you have to be ``sudo`` user) ``sudo putty``, as illustrated in Figures A1-8 and A1-9. - -![figureA1-8](files/images/linux_putty_setup1.png) - -*[Figure A1-8] Setting PuTTY utility for the UART communication with ZCU102 from a Linux PC.* - -![figureA1-9](files/images/linux_putty_setup2.png) - -*[Figure A1-9] Launching an application on ZCu102 from PuTTY terminal.* - -## References - -### Vitis DSP Libraries - -- [Vitis DSP Libraries Comprehensive Documentation](https://xilinx.github.io/Vitis_Libraries/dsp/2023.2/) - -### Vitis Unified Software Development Platform 2023.2 Documentation - -Below are links to Vitis related information referenced in this tutorial: - -- [Vitis Application Acceleration Development Flow Documentation](https://docs.amd.com/r/en-US/ug1393-vitis-application-acceleration) - -- [Vitis Application Acceleration Development Flow Tutorials](https://github.com/Xilinx/Vitis-Tutorials) - -- [Vitis Acceleration Flow UG1393](https://docs.amd.com/r/en-US/ug1393-vitis-application-acceleration/Data-Center-Application-Acceleration-Development-Flow) - -- [Vitis HLS](https://docs.amd.com/r/en-US/ug1399-vitis-hls) - -### Support - -GitHub issues will be used for tracking requests and bugs. For questions, go to [forums.xilinx.com](http://forums.xilinx.com/). - - +> **Note:** +> This tutorial has not been validated with the latest Vitis release. +> Previous versions are available in earlier branches. +> To access them, switch to an older branch (e.g., `2024.1`).
diff --git a/Developer_Contributed/03-HLS_Code_Optimization/files/examples/1_fix_fir_filter/Makefile b/Developer_Contributed/03-HLS_Code_Optimization/files/examples/1_fix_fir_filter/Makefile deleted file mode 100644 index 53db026dd3..0000000000 --- a/Developer_Contributed/03-HLS_Code_Optimization/files/examples/1_fix_fir_filter/Makefile +++ /dev/null @@ -1,13 +0,0 @@ -# Copyright © 2023 Advanced Micro Devices, Inc. All rights reserved. -# SPDX-License-Identifier: MIT - - -.PHONY: help kernels clean all - -clean: - rm -rf *_prj *.log* *~ .Xil .wsdata ./logs - -kernels: - vitis-run --mode hls --tcl ./fix_fir_script.tcl -#vitis_hls ./fix_fir_script.tcl - diff --git a/Developer_Contributed/03-HLS_Code_Optimization/files/examples/1_fix_fir_filter/fix_fir_directives/directives1.tcl b/Developer_Contributed/03-HLS_Code_Optimization/files/examples/1_fix_fir_filter/fix_fir_directives/directives1.tcl deleted file mode 100644 index 0e7023260c..0000000000 --- a/Developer_Contributed/03-HLS_Code_Optimization/files/examples/1_fix_fir_filter/fix_fir_directives/directives1.tcl +++ /dev/null @@ -1,5 +0,0 @@ -# Copyright © 2023 Advanced Micro Devices, Inc. All rights reserved. -# SPDX-License-Identifier: MIT - -set_directive_top -name fir_filter "fir_filter" -set_directive_pipeline -off "fir_filter/Shift_Accum_Loop" diff --git a/Developer_Contributed/03-HLS_Code_Optimization/files/examples/1_fix_fir_filter/fix_fir_directives/directives2.tcl b/Developer_Contributed/03-HLS_Code_Optimization/files/examples/1_fix_fir_filter/fix_fir_directives/directives2.tcl deleted file mode 100644 index a3b0925346..0000000000 --- a/Developer_Contributed/03-HLS_Code_Optimization/files/examples/1_fix_fir_filter/fix_fir_directives/directives2.tcl +++ /dev/null @@ -1,5 +0,0 @@ -# Copyright © 2023 Advanced Micro Devices, Inc. All rights reserved. -# SPDX-License-Identifier: MIT - -set_directive_top -name fir_filter "fir_filter" -set_directive_pipeline -II 1 "fir_filter/Shift_Accum_Loop" diff --git a/Developer_Contributed/03-HLS_Code_Optimization/files/examples/1_fix_fir_filter/fix_fir_directives/directives3.tcl b/Developer_Contributed/03-HLS_Code_Optimization/files/examples/1_fix_fir_filter/fix_fir_directives/directives3.tcl deleted file mode 100644 index 2eedb740b6..0000000000 --- a/Developer_Contributed/03-HLS_Code_Optimization/files/examples/1_fix_fir_filter/fix_fir_directives/directives3.tcl +++ /dev/null @@ -1,6 +0,0 @@ -# Copyright © 2023 Advanced Micro Devices, Inc. All rights reserved. -# SPDX-License-Identifier: MIT - -set_directive_top -name fir_filter "fir_filter" -set_directive_pipeline -II 1 "fir_filter/Shift_Accum_Loop" -set_directive_array_partition -dim 1 -type complete "fir_filter" shift_reg diff --git a/Developer_Contributed/03-HLS_Code_Optimization/files/examples/1_fix_fir_filter/fix_fir_directives/directives4.tcl b/Developer_Contributed/03-HLS_Code_Optimization/files/examples/1_fix_fir_filter/fix_fir_directives/directives4.tcl deleted file mode 100644 index 5f800db98f..0000000000 --- a/Developer_Contributed/03-HLS_Code_Optimization/files/examples/1_fix_fir_filter/fix_fir_directives/directives4.tcl +++ /dev/null @@ -1,7 +0,0 @@ -# Copyright © 2023 Advanced Micro Devices, Inc. All rights reserved. -# SPDX-License-Identifier: MIT - -set_directive_top -name fir_filter "fir_filter" -set_directive_pipeline -II 1 "fir_filter/Shift_Accum_Loop" -set_directive_array_partition -type complete -dim 1 "fir_filter" shift_reg -set_directive_unroll -factor 16 "fir_filter/Shift_Accum_Loop" diff --git a/Developer_Contributed/03-HLS_Code_Optimization/files/examples/1_fix_fir_filter/fix_fir_directives/directives5.tcl b/Developer_Contributed/03-HLS_Code_Optimization/files/examples/1_fix_fir_filter/fix_fir_directives/directives5.tcl deleted file mode 100644 index 4f79880ad3..0000000000 --- a/Developer_Contributed/03-HLS_Code_Optimization/files/examples/1_fix_fir_filter/fix_fir_directives/directives5.tcl +++ /dev/null @@ -1,8 +0,0 @@ -# Copyright © 2023 Advanced Micro Devices, Inc. All rights reserved. -# SPDX-License-Identifier: MIT - -set_directive_top -name fir_filter "fir_filter" -set_directive_pipeline -II 1 "fir_filter/Shift_Accum_Loop" -set_directive_array_partition -type complete -dim 1 "fir_filter" shift_reg -set_directive_unroll -factor 16 "fir_filter/Shift_Accum_Loop" -set_directive_array_partition -dim 1 -type complete "fir_filter" c diff --git a/Developer_Contributed/03-HLS_Code_Optimization/files/examples/1_fix_fir_filter/fix_fir_directives/directives6.tcl b/Developer_Contributed/03-HLS_Code_Optimization/files/examples/1_fix_fir_filter/fix_fir_directives/directives6.tcl deleted file mode 100644 index 73795cea38..0000000000 --- a/Developer_Contributed/03-HLS_Code_Optimization/files/examples/1_fix_fir_filter/fix_fir_directives/directives6.tcl +++ /dev/null @@ -1,9 +0,0 @@ -# Copyright © 2023 Advanced Micro Devices, Inc. All rights reserved. -# SPDX-License-Identifier: MIT - -set_directive_top -name fir_filter "fir_filter" -set_directive_pipeline -II 1 "fir_filter/Shift_Accum_Loop" -set_directive_array_partition -type complete -dim 1 "fir_filter" shift_reg -set_directive_unroll -factor 16 "fir_filter/Shift_Accum_Loop" -set_directive_array_partition -type complete -dim 1 "fir_filter" c -set_directive_pipeline -II 1 "fir_filter" diff --git a/Developer_Contributed/03-HLS_Code_Optimization/files/examples/1_fix_fir_filter/fix_fir_directives/directives6b.tcl b/Developer_Contributed/03-HLS_Code_Optimization/files/examples/1_fix_fir_filter/fix_fir_directives/directives6b.tcl deleted file mode 100644 index 3305ef070e..0000000000 --- a/Developer_Contributed/03-HLS_Code_Optimization/files/examples/1_fix_fir_filter/fix_fir_directives/directives6b.tcl +++ /dev/null @@ -1,7 +0,0 @@ -# Copyright © 2023 Advanced Micro Devices, Inc. All rights reserved. -# SPDX-License-Identifier: MIT - - -set_directive_top -name fir_filter "fir_filter" -set_directive_pipeline -II 1 "fir_filter" -set_directive_array_partition -dim 1 -type complete "fir_filter" c diff --git a/Developer_Contributed/03-HLS_Code_Optimization/files/examples/1_fix_fir_filter/fix_fir_directives/directives7_2_8.tcl b/Developer_Contributed/03-HLS_Code_Optimization/files/examples/1_fix_fir_filter/fix_fir_directives/directives7_2_8.tcl deleted file mode 100644 index ea3a3e13bb..0000000000 --- a/Developer_Contributed/03-HLS_Code_Optimization/files/examples/1_fix_fir_filter/fix_fir_directives/directives7_2_8.tcl +++ /dev/null @@ -1,7 +0,0 @@ -# Copyright © 2023 Advanced Micro Devices, Inc. All rights reserved. -# SPDX-License-Identifier: MIT - -set_directive_top -name fir_filter "fir_filter" -set_directive_pipeline -II 2 "fir_filter" -set_directive_array_partition -type complete -dim 1 "fir_filter" c -set_directive_allocation -limit 8 -type operation "fir_filter" mul diff --git a/Developer_Contributed/03-HLS_Code_Optimization/files/examples/1_fix_fir_filter/fix_fir_directives/directives7_4_4.tcl b/Developer_Contributed/03-HLS_Code_Optimization/files/examples/1_fix_fir_filter/fix_fir_directives/directives7_4_4.tcl deleted file mode 100644 index c91241e56d..0000000000 --- a/Developer_Contributed/03-HLS_Code_Optimization/files/examples/1_fix_fir_filter/fix_fir_directives/directives7_4_4.tcl +++ /dev/null @@ -1,8 +0,0 @@ -# Copyright © 2023 Advanced Micro Devices, Inc. All rights reserved. -# SPDX-License-Identifier: MIT - - -set_directive_top -name fir_filter "fir_filter" -set_directive_pipeline -II 4 "fir_filter" -set_directive_array_partition -type complete -dim 1 "fir_filter" c -set_directive_allocation -limit 4 -type operation "fir_filter" mul diff --git a/Developer_Contributed/03-HLS_Code_Optimization/files/examples/1_fix_fir_filter/fix_fir_directives/directives7_8_2.tcl b/Developer_Contributed/03-HLS_Code_Optimization/files/examples/1_fix_fir_filter/fix_fir_directives/directives7_8_2.tcl deleted file mode 100644 index a54ac5e7d9..0000000000 --- a/Developer_Contributed/03-HLS_Code_Optimization/files/examples/1_fix_fir_filter/fix_fir_directives/directives7_8_2.tcl +++ /dev/null @@ -1,8 +0,0 @@ -# Copyright © 2023 Advanced Micro Devices, Inc. All rights reserved. -# SPDX-License-Identifier: MIT - - -set_directive_top -name fir_filter "fir_filter" -set_directive_pipeline -II 8 "fir_filter" -set_directive_array_partition -type complete -dim 1 "fir_filter" c -set_directive_allocation -limit 2 -type operation "fir_filter" mul diff --git a/Developer_Contributed/03-HLS_Code_Optimization/files/examples/1_fix_fir_filter/fix_fir_directives/directives8_integers.tcl b/Developer_Contributed/03-HLS_Code_Optimization/files/examples/1_fix_fir_filter/fix_fir_directives/directives8_integers.tcl deleted file mode 100644 index f271f97b28..0000000000 --- a/Developer_Contributed/03-HLS_Code_Optimization/files/examples/1_fix_fir_filter/fix_fir_directives/directives8_integers.tcl +++ /dev/null @@ -1,10 +0,0 @@ -# Copyright © 2023 Advanced Micro Devices, Inc. All rights reserved. -# SPDX-License-Identifier: MIT - - -set_directive_top -name fir_filter "fir_filter" -set_directive_pipeline -II 1 "fir_filter/Shift_Accum_Loop" -set_directive_array_partition -type complete -dim 1 "fir_filter" shift_reg -set_directive_unroll -factor 16 "fir_filter/Shift_Accum_Loop" -set_directive_array_partition -type complete -dim 1 "fir_filter" c -set_directive_pipeline -II 1 "fir_filter" diff --git a/Developer_Contributed/03-HLS_Code_Optimization/files/examples/1_fix_fir_filter/fix_fir_script.tcl b/Developer_Contributed/03-HLS_Code_Optimization/files/examples/1_fix_fir_filter/fix_fir_script.tcl deleted file mode 100644 index 534d13a8ba..0000000000 --- a/Developer_Contributed/03-HLS_Code_Optimization/files/examples/1_fix_fir_filter/fix_fir_script.tcl +++ /dev/null @@ -1,251 +0,0 @@ -# Copyright © 2023 Advanced Micro Devices, Inc. All rights reserved. -# SPDX-License-Identifier: MIT - - -# Author: Daniele Bagni, Xilinx Inc - -puts "\n" -puts "************************************************************************" -puts "* EXAMPLE 1) FIXED POINT FIR FILTER DEMO" -puts "************************************************************************" -puts "\n" - -puts " " -puts "Solution8: Using ANSI-C Integers Datatypes instead of HLS Fractional Fixed Point" -puts " " -open_project vhls_fix_fir_prj -set_top fir_filter -add_files src/fir.cpp -add_files -tb src/fir_test.cpp -cflags "-Wno-unknown-pragmas" -csimflags "-Wno-unknown-pragmas" -add_files -tb src/data -open_solution "sol8_integers" -flow_target vivado -set_part {xczu9eg-ffvb1156-2-i} -create_clock -period 5 -name default -config_interface -m_axi_latency 0 -config_export -format ip_catalog -rtl vhdl -set_clock_uncertainty 1 -source "./fix_fir_directives/directives8_integers.tcl" -csim_design -clean -csynth_design -#cosim_design -#export_design -format ip_catalog -close_project - - - - - -puts " " -puts "Solution1: Baseline" -puts " " -open_project vhls_fix_fir_prj -set_top fir_filter -add_files src/fir.cpp -cflags "-DHLS_FIXED_POINT" -add_files -tb src/fir_test.cpp -cflags "-Wno-unknown-pragmas -DHLS_FIXED_POINT" -csimflags "-Wno-unknown-pragmas" -add_files -tb src/data -open_solution "sol1_baseline" -flow_target vivado -set_part {xczu9eg-ffvb1156-2-i} -create_clock -period 5 -name default -config_interface -m_axi_latency 0 -config_export -format ip_catalog -rtl vhdl -set_clock_uncertainty 1 -source "./fix_fir_directives/directives1.tcl" -csim_design -clean -csynth_design -#cosim_design -#export_design -rtl vhdl -format ip_catalog -close_project - -if 1 { - -puts " " -puts "Solution2: as 1 + Pipelining the Loop" -puts " " -open_project vhls_fix_fir_prj -set_top fir_filter -add_files src/fir.cpp -cflags "-DHLS_FIXED_POINT" -add_files -tb src/fir_test.cpp -cflags "-Wno-unknown-pragmas -DHLS_FIXED_POINT" -csimflags "-Wno-unknown-pragmas" -add_files -tb src/data -open_solution "sol2_LoopPipeline" -flow_target vivado -set_part {xczu9eg-ffvb1156-2-i} -create_clock -period 5 -name default -config_interface -m_axi_latency 0 -config_export -format ip_catalog -rtl vhdl -set_clock_uncertainty 1 -source "./fix_fir_directives/directives2.tcl" -#csim_design -clean -csynth_design -#cosim_design -#export_design -format ip_catalog -close_project - -puts " " -puts "Solution3: as 2 + Partitioning shift_reg Array" -puts " " -open_project vhls_fix_fir_prj -set_top fir_filter -add_files src/fir.cpp -cflags "-DHLS_FIXED_POINT" -add_files -tb src/fir_test.cpp -cflags "-Wno-unknown-pragmas -DHLS_FIXED_POINT" -csimflags "-Wno-unknown-pragmas" -add_files -tb src/data -open_solution "sol3_shiftregPartition" -flow_target vivado -set_part {xczu9eg-ffvb1156-2-i} -create_clock -period 5 -name default -config_interface -m_axi_latency 0 -config_export -format ip_catalog -rtl vhdl -set_clock_uncertainty 1 -source "./fix_fir_directives/directives3.tcl" -#csim_design -clean -csynth_design -#cosim_design -#export_design -format ip_catalog -close_project - - -puts " " -puts "Solution4: as 3 + Complete Loop Unrolling" -puts " " -open_project vhls_fix_fir_prj -add_files src/fir.cpp -cflags "-DHLS_FIXED_POINT" -add_files -tb src/fir_test.cpp -cflags "-Wno-unknown-pragmas -DHLS_FIXED_POINT" -csimflags "-Wno-unknown-pragmas" -add_files -tb src/data -open_solution "sol4_loopUnroll" -flow_target vivado -set_part {xczu9eg-ffvb1156-2-i} -create_clock -period 5 -name default -config_interface -m_axi_latency 0 -config_export -format ip_catalog -rtl vhdl -set_clock_uncertainty 1 -source "./fix_fir_directives/directives4.tcl" -#csim_design -clean -csynth_design -#cosim_design -#export_design -format ip_catalog -close_project - -puts " " -puts "Solution5: as 4 + Partitioning coeff Array" -puts " " -open_project vhls_fix_fir_prj -set_top fir_filter -add_files src/fir.cpp -cflags "-DHLS_FIXED_POINT" -add_files -tb src/fir_test.cpp -cflags "-Wno-unknown-pragmas -DHLS_FIXED_POINT" -csimflags "-Wno-unknown-pragmas" -add_files -tb src/data -open_solution "sol5_coeffPartition" -flow_target vivado -set_part {xczu9eg-ffvb1156-2-i} -create_clock -period 5 -name default -config_interface -m_axi_latency 0 -config_export -format ip_catalog -rtl vhdl -set_clock_uncertainty 1 -source "./fix_fir_directives/directives5.tcl" -#csim_design -clean -csynth_design -#cosim_design -#export_design -format ip_catalog -close_project - - -puts " " -puts "Solution6: as 5 + Top Level Pipeline" -puts " " -open_project vhls_fix_fir_prj -set_top fir_filter -add_files src/fir.cpp -cflags "-DHLS_FIXED_POINT" -add_files -tb src/fir_test.cpp -cflags "-Wno-unknown-pragmas -DHLS_FIXED_POINT" -csimflags "-Wno-unknown-pragmas" -add_files -tb src/data -open_solution "sol6_II1_top" -flow_target vivado -set_part {xczu9eg-ffvb1156-2-i} -create_clock -period 5 -name default -config_interface -m_axi_latency 0 -config_export -format ip_catalog -rtl vhdl -set_clock_uncertainty 1 -source "./fix_fir_directives/directives6.tcl" -#csim_design -clean -csynth_design -#cosim_design -#export_design -format ip_catalog -close_project - -puts " " -puts "Solution6b: as 1 + Top Level Pipeline and coeff Array Partitioning" -puts " " -open_project vhls_fix_fir_prj -set_top fir_filter -add_files src/fir.cpp -cflags "-DHLS_FIXED_POINT" -add_files -tb src/fir_test.cpp -cflags "-Wno-unknown-pragmas -DHLS_FIXED_POINT" -csimflags "-Wno-unknown-pragmas" -add_files -tb src/data -open_solution "sol6b_II1_top" -flow_target vivado -set_part {xczu9eg-ffvb1156-2-i} -create_clock -period 5 -name default -config_interface -m_axi_latency 0 -config_export -format ip_catalog -rtl vhdl -set_clock_uncertainty 1 -source "./fix_fir_directives/directives6b.tcl" -#csim_design -clean -csynth_design -#cosim_design -#export_design -format ip_catalog -close_project - -puts " " -puts "Solution7_2_8: Partial Unroll by 2 to get 8 DSP48" -puts " " -open_project vhls_fix_fir_prj -set_top fir_filter -add_files src/fir.cpp -cflags "-DHLS_FIXED_POINT" -add_files -tb src/fir_test.cpp -cflags "-Wno-unknown-pragmas -DHLS_FIXED_POINT" -csimflags "-Wno-unknown-pragmas" -add_files -tb src/data -open_solution "sol7_II2_8DSP" -flow_target vivado -set_part {xczu9eg-ffvb1156-2-i} -create_clock -period 5 -name default -config_interface -m_axi_latency 0 -config_export -format ip_catalog -rtl vhdl -set_clock_uncertainty 1 -source "./fix_fir_directives/directives7_2_8.tcl" -#csim_design -clean -csynth_design -#cosim_design -#export_design -format ip_catalog -close_project - -puts " " -puts "Solution7_4_4: Partial Unroll by 4 to get 4 DSP48" -puts " " -open_project vhls_fix_fir_prj -set_top fir_filter -add_files src/fir.cpp -cflags "-DHLS_FIXED_POINT" -add_files -tb src/fir_test.cpp -cflags "-Wno-unknown-pragmas -DHLS_FIXED_POINT" -csimflags "-Wno-unknown-pragmas" -add_files -tb src/data -open_solution "sol7_II4_4DSP" -flow_target vivado -set_part {xczu9eg-ffvb1156-2-i} -create_clock -period 5 -name default -config_interface -m_axi_latency 0 -config_export -format ip_catalog -rtl vhdl -set_clock_uncertainty 1 -source "./fix_fir_directives/directives7_4_4.tcl" -#csim_design -clean -csynth_design -#cosim_design -#export_design -format ip_catalog -close_project - -puts " " -puts "Solution7_8_2: Partial Unroll by 8 to get 2 DSP48" -puts " " -open_project vhls_fix_fir_prj -set_top fir_filter -add_files src/fir.cpp -cflags "-DHLS_FIXED_POINT" -add_files -tb src/fir_test.cpp -cflags "-Wno-unknown-pragmas -DHLS_FIXED_POINT" -csimflags "-Wno-unknown-pragmas" -add_files -tb src/data -open_solution "sol7_II8_2DSP" -flow_target vivado -set_part {xczu9eg-ffvb1156-2-i} -create_clock -period 5 -name default -config_interface -m_axi_latency 0 -config_export -format ip_catalog -rtl vhdl -set_clock_uncertainty 1 -source "./fix_fir_directives/directives7_8_2.tcl" -#csim_design -clean -csynth_design -#cosim_design -#export_design -format ip_catalog -close_project -} - diff --git a/Developer_Contributed/03-HLS_Code_Optimization/files/examples/1_fix_fir_filter/src/data/fir_coeff.dat b/Developer_Contributed/03-HLS_Code_Optimization/files/examples/1_fix_fir_filter/src/data/fir_coeff.dat deleted file mode 100644 index be86eef5ec..0000000000 --- a/Developer_Contributed/03-HLS_Code_Optimization/files/examples/1_fix_fir_filter/src/data/fir_coeff.dat +++ /dev/null @@ -1,18 +0,0 @@ -# Copyright © 2023 Advanced Micro Devices, Inc. All rights reserved. -# SPDX-License-Identifier: MIT -0.180617 -0.045051 -0.723173 -0.347438 -0.660617 -0.383869 -0.627347 -0.021650 -0.910570 -0.800559 -0.745847 -0.813113 -0.383306 -0.617279 -0.575495 -0.530052 diff --git a/Developer_Contributed/03-HLS_Code_Optimization/files/examples/1_fix_fir_filter/src/data/fir_filter.m b/Developer_Contributed/03-HLS_Code_Optimization/files/examples/1_fix_fir_filter/src/data/fir_filter.m deleted file mode 100644 index 1fef0f5b3e..0000000000 --- a/Developer_Contributed/03-HLS_Code_Optimization/files/examples/1_fix_fir_filter/src/data/fir_filter.m +++ /dev/null @@ -1,31 +0,0 @@ -%% -% Copyright © 2023 Advanced Micro Devices, Inc. All rights reserved. -% SPDX-License-Identifier: MIT% - -% Author: Daniele Bagni, Xilinx Inc - - -function y = fir_filter(x, c) - -global N; - -persistent ref_shift_reg -if isempty(ref_shift_reg) - ref_shift_reg = zeros(1,N); -end -acc = 0; -mult= 0; -y = 0; -for i = N-1 : -1 : 0 - - if (i==0) - ref_shift_reg(0+1)=x; - else - ref_shift_reg(i+1) = ref_shift_reg(i-1+1); - end - mult = ref_shift_reg(i+1)*c(i+1); - acc = acc + mult; -end -y = fix(acc/2^14); - -end diff --git a/Developer_Contributed/03-HLS_Code_Optimization/files/examples/1_fix_fir_filter/src/data/input.dat b/Developer_Contributed/03-HLS_Code_Optimization/files/examples/1_fix_fir_filter/src/data/input.dat deleted file mode 100644 index 3b33d57b4e..0000000000 --- a/Developer_Contributed/03-HLS_Code_Optimization/files/examples/1_fix_fir_filter/src/data/input.dat +++ /dev/null @@ -1,1026 +0,0 @@ -# Copyright © 2023 Advanced Micro Devices, Inc. All rights reserved. -# SPDX-License-Identifier: MIT -0.814724 -0.905792 -0.126987 -0.913376 -0.632359 -0.097540 -0.278498 -0.546881 -0.957507 -0.964889 -0.157613 -0.970593 -0.957167 -0.485376 -0.800280 -0.141886 -0.421761 -0.915736 -0.792207 -0.959492 -0.655741 -0.035712 -0.849129 -0.933993 -0.678735 -0.757740 -0.743132 -0.392227 -0.655478 -0.171187 -0.706046 -0.031833 -0.276923 -0.046171 -0.097132 -0.823458 -0.694829 -0.317099 -0.950222 -0.034446 -0.438744 -0.381558 -0.765517 -0.795200 -0.186873 -0.489764 -0.445586 -0.646313 -0.709365 -0.754687 -0.276025 -0.679703 -0.655098 -0.162612 -0.118998 -0.498364 -0.959744 -0.340386 -0.585268 -0.223812 -0.751267 -0.255095 -0.505957 -0.699077 -0.890903 -0.959291 -0.547216 -0.138624 -0.149294 -0.257508 -0.840717 -0.254282 -0.814285 -0.243525 -0.929264 -0.349984 -0.196595 -0.251084 -0.616045 -0.473289 -0.351660 -0.830829 -0.585264 -0.549724 -0.917194 -0.285839 -0.757200 -0.753729 -0.380446 -0.567822 -0.075854 -0.053950 -0.530798 -0.779167 -0.934011 -0.129906 -0.568824 -0.469391 -0.011902 -0.337123 -0.162182 -0.794285 -0.311215 -0.528533 -0.165649 -0.601982 -0.262971 -0.654079 -0.689215 -0.748152 -0.450542 -0.083821 -0.228977 -0.913337 -0.152378 -0.825817 -0.538342 -0.996135 -0.078176 -0.442678 -0.106653 -0.961898 -0.004634 -0.774910 -0.817303 -0.868695 -0.084436 -0.399783 -0.259870 -0.800068 -0.431414 -0.910648 -0.181847 -0.263803 -0.145539 -0.136069 -0.869292 -0.579705 -0.549860 -0.144955 -0.853031 -0.622055 -0.350952 -0.513250 -0.401808 -0.075967 -0.239916 -0.123319 -0.183908 -0.239953 -0.417267 -0.049654 -0.902716 -0.944787 -0.490864 -0.489253 -0.337719 -0.900054 -0.369247 -0.111203 -0.780252 -0.389739 -0.241691 -0.403912 -0.096455 -0.131973 -0.942051 -0.956135 -0.575209 -0.059780 -0.234780 -0.353159 -0.821194 -0.015403 -0.043024 -0.168990 -0.649116 -0.731722 -0.647746 -0.450924 -0.547009 -0.296321 -0.744693 -0.188955 -0.686775 -0.183511 -0.368485 -0.625619 -0.780227 -0.081126 -0.929386 -0.775713 -0.486792 -0.435859 -0.446784 -0.306349 -0.508509 -0.510772 -0.817628 -0.794831 -0.644318 -0.378609 -0.811580 -0.532826 -0.350727 -0.939002 -0.875943 -0.550156 -0.622475 -0.587045 -0.207742 -0.301246 -0.470923 -0.230488 -0.844309 -0.194764 -0.225922 -0.170708 -0.227664 -0.435699 -0.311102 -0.923380 -0.430207 -0.184816 -0.904881 -0.979748 -0.438870 -0.111119 -0.258065 -0.408720 -0.594896 -0.262212 -0.602843 -0.711216 -0.221747 -0.117418 -0.296676 -0.318778 -0.424167 -0.507858 -0.085516 -0.262482 -0.801015 -0.029220 -0.928854 -0.730331 -0.488609 -0.578525 -0.237284 -0.458849 -0.963089 -0.546806 -0.521136 -0.231594 -0.488898 -0.624060 -0.679136 -0.395515 -0.367437 -0.987982 -0.037739 -0.885168 -0.913287 -0.796184 -0.098712 -0.261871 -0.335357 -0.679728 -0.136553 -0.721228 -0.106762 -0.653757 -0.494174 -0.779052 -0.715037 -0.903721 -0.890922 -0.334163 -0.698746 -0.197810 -0.030541 -0.744074 -0.500022 -0.479922 -0.904722 -0.609867 -0.617666 -0.859442 -0.805489 -0.576721 -0.182922 -0.239932 -0.886512 -0.028674 -0.489901 -0.167927 -0.978681 -0.712694 -0.500472 -0.471088 -0.059619 -0.681972 -0.042431 -0.071445 -0.521650 -0.096730 -0.818149 -0.817547 -0.722440 -0.149865 -0.659605 -0.518595 -0.972975 -0.648991 -0.800331 -0.453798 -0.432391 -0.825314 -0.083470 -0.133171 -0.173389 -0.390938 -0.831380 -0.803364 -0.060471 -0.399258 -0.526876 -0.416799 -0.656860 -0.627973 -0.291984 -0.431651 -0.015487 -0.984064 -0.167168 -0.106216 -0.372410 -0.198118 -0.489688 -0.339493 -0.951630 -0.920332 -0.052677 -0.737858 -0.269119 -0.422836 -0.547871 -0.942737 -0.417744 -0.983052 -0.301455 -0.701099 -0.666339 -0.539126 -0.698106 -0.666528 -0.178132 -0.128014 -0.999080 -0.171121 -0.032601 -0.561200 -0.881867 -0.669175 -0.190433 -0.368917 -0.460726 -0.981638 -0.156405 -0.855523 -0.644765 -0.376272 -0.190924 -0.428253 -0.482022 -0.120612 -0.589507 -0.226188 -0.384619 -0.582986 -0.251806 -0.290441 -0.617091 -0.265281 -0.824376 -0.982663 -0.730249 -0.343877 -0.584069 -0.107769 -0.906308 -0.879654 -0.817761 -0.260728 -0.594356 -0.022513 -0.425259 -0.312719 -0.161485 -0.178766 -0.422886 -0.094229 -0.598524 -0.470924 -0.695949 -0.699888 -0.638531 -0.033604 -0.068806 -0.319600 -0.530864 -0.654446 -0.407619 -0.819981 -0.718359 -0.968649 -0.531334 -0.325146 -0.105629 -0.610959 -0.778802 -0.423453 -0.090823 -0.266472 -0.153657 -0.281005 -0.440085 -0.527143 -0.457424 -0.875372 -0.518052 -0.943623 -0.637709 -0.957694 -0.240707 -0.676122 -0.289065 -0.671808 -0.695140 -0.067993 -0.254790 -0.224040 -0.667833 -0.844392 -0.344462 -0.780520 -0.675332 -0.006715 -0.602170 -0.386771 -0.915991 -0.001151 -0.462449 -0.424349 -0.460916 -0.770160 -0.322472 -0.784739 -0.471357 -0.035763 -0.175874 -0.721758 -0.473486 -0.152721 -0.341125 -0.607389 -0.191745 -0.738427 -0.242850 -0.917424 -0.269062 -0.765500 -0.188662 -0.287498 -0.091113 -0.576209 -0.683363 -0.546593 -0.425729 -0.644443 -0.647618 -0.679017 -0.635787 -0.945174 -0.208935 -0.709282 -0.236231 -0.119396 -0.607304 -0.450138 -0.458725 -0.661945 -0.770285 -0.350218 -0.662010 -0.416159 -0.841929 -0.832917 -0.256441 -0.613461 -0.582249 -0.540739 -0.869941 -0.264779 -0.318074 -0.119215 -0.939829 -0.645552 -0.479463 -0.639317 -0.544716 -0.647312 -0.543886 -0.721047 -0.522495 -0.993705 -0.218677 -0.105798 -0.109697 -0.063591 -0.404580 -0.448373 -0.365816 -0.763505 -0.627896 -0.771980 -0.932854 -0.972741 -0.192028 -0.138874 -0.696266 -0.093820 -0.525404 -0.530344 -0.861140 -0.484853 -0.393456 -0.671431 -0.741258 -0.520052 -0.347713 -0.149997 -0.586092 -0.262145 -0.044454 -0.754933 -0.242785 -0.442402 -0.687796 -0.359228 -0.736340 -0.394707 -0.683416 -0.704047 -0.442305 -0.019578 -0.330858 -0.424309 -0.270270 -0.197054 -0.821721 -0.429921 -0.887771 -0.391183 -0.769114 -0.396792 -0.808514 -0.755077 -0.377396 -0.216019 -0.790407 -0.949304 -0.327565 -0.671264 -0.438645 -0.833501 -0.768854 -0.167254 -0.861980 -0.989872 -0.514423 -0.884281 -0.588026 -0.154752 -0.199863 -0.406955 -0.748706 -0.825584 -0.789963 -0.318524 -0.534064 -0.089951 -0.111706 -0.136293 -0.678652 -0.495177 -0.189710 -0.495006 -0.147608 -0.054974 -0.850713 -0.560560 -0.929609 -0.696667 -0.582791 -0.815397 -0.879014 -0.988912 -0.000522 -0.865439 -0.612566 -0.989950 -0.527680 -0.479523 -0.801348 -0.227843 -0.498094 -0.900853 -0.574661 -0.845178 -0.738640 -0.585987 -0.246735 -0.666416 -0.083483 -0.625960 -0.660945 -0.729752 -0.890752 -0.982303 -0.769029 -0.581446 -0.928313 -0.580090 -0.016983 -0.120860 -0.862711 -0.484297 -0.844856 -0.209405 -0.552291 -0.629883 -0.031991 -0.614713 -0.362411 -0.049533 -0.489570 -0.192510 -0.123084 -0.205494 -0.146515 -0.189072 -0.042652 -0.635198 -0.281867 -0.538597 -0.695163 -0.499116 -0.535801 -0.445183 -0.123932 -0.490357 -0.852998 -0.873927 -0.270294 -0.208461 -0.564980 -0.640312 -0.417029 -0.205976 -0.947933 -0.082071 -0.105709 -0.142041 -0.166460 -0.620959 -0.573710 -0.052078 -0.931201 -0.728662 -0.737842 -0.063405 -0.860441 -0.934405 -0.984398 -0.858939 -0.785559 -0.513377 -0.177602 -0.398589 -0.133931 -0.030890 -0.939142 -0.301306 -0.295534 -0.332936 -0.467068 -0.648198 -0.025228 -0.842207 -0.559033 -0.854100 -0.347879 -0.446027 -0.054239 -0.177108 -0.662808 -0.330829 -0.898486 -0.118155 -0.988418 -0.539982 -0.706917 -0.999492 -0.287849 -0.414523 -0.464840 -0.763957 -0.818204 -0.100222 -0.178117 -0.359635 -0.056705 -0.521886 -0.335849 -0.175669 -0.208947 -0.905154 -0.675391 -0.468468 -0.912133 -0.104012 -0.745546 -0.736267 -0.561861 -0.184194 -0.597211 -0.299937 -0.134123 -0.212602 -0.894942 -0.071453 -0.242487 -0.053754 -0.441722 -0.013283 -0.897191 -0.196658 -0.093371 -0.307367 -0.456058 -0.101669 -0.995390 -0.332093 -0.297347 -0.062045 -0.298244 -0.046351 -0.505428 -0.761426 -0.631070 -0.089892 -0.080862 -0.777241 -0.905135 -0.533772 -0.109154 -0.825809 -0.338098 -0.293973 -0.746313 -0.010337 -0.048447 -0.667916 -0.603468 -0.526102 -0.729709 -0.707253 -0.781377 -0.287977 -0.692532 -0.556670 -0.396521 -0.061591 -0.780176 -0.337584 -0.607866 -0.741254 -0.104813 -0.127888 -0.549540 -0.485229 -0.890476 -0.798960 -0.734341 -0.051332 -0.072885 -0.088527 -0.798351 -0.943008 -0.683716 -0.132083 -0.722725 -0.110353 -0.117493 -0.640718 -0.328814 -0.653812 -0.749131 -0.583186 -0.740032 -0.234827 -0.734958 -0.970599 -0.866930 -0.086235 -0.366437 -0.369199 -0.685028 -0.597942 -0.789364 -0.367653 -0.206028 -0.086667 -0.771934 -0.205675 -0.388272 -0.551779 -0.228953 -0.641941 -0.484480 -0.151846 -0.781932 -0.100606 -0.294066 -0.237373 -0.530872 -0.091499 -0.405315 -0.104846 -0.112284 -0.784428 -0.291570 -0.603533 -0.964423 -0.432485 -0.694752 -0.758099 -0.432642 -0.655498 -0.109755 -0.933760 -0.187461 -0.266179 -0.797830 -0.487604 -0.768958 -0.396007 -0.272939 -0.037235 -0.673295 -0.429564 -0.451739 -0.609857 -0.059403 -0.315811 -0.772722 -0.696433 -0.125332 -0.130151 -0.092352 -0.007820 -0.423109 -0.655573 -0.722923 -0.531209 -0.108818 -0.631766 -0.126500 -0.134303 -0.098594 -0.142027 -0.168251 -0.196249 -0.317480 -0.316429 -0.217563 -0.251042 -0.892922 -0.703223 -0.555738 -0.184434 -0.212031 -0.077347 -0.913800 -0.706715 -0.557789 -0.313429 -0.166204 -0.622497 -0.987935 -0.170432 -0.257792 -0.396799 -0.073995 -0.684096 -0.402388 -0.982835 -0.402184 -0.620672 -0.154370 -0.381345 -0.161134 -0.758112 -0.871111 -0.350777 -0.685536 -0.294149 -0.530629 -0.832423 -0.597490 -0.335311 -0.299225 -0.452593 -0.422646 -0.359606 -0.558319 -0.742545 -0.424335 -0.429356 -0.124873 -0.024434 -0.290185 -0.317521 -0.653690 -0.956936 -0.935731 -0.457886 -0.240478 -0.763898 -0.759327 -0.740648 -0.743688 -0.105920 -0.681560 -0.463261 -0.212163 -0.098519 -0.823574 -0.175010 -0.163570 -0.665987 -0.894389 -0.516558 -0.702702 -0.153590 -0.953457 -0.540884 -0.679734 -0.036563 -0.809204 -0.748619 -0.120187 -0.525045 -0.325834 -0.546449 -0.398881 -0.415093 -0.180738 -0.255387 -0.020536 -0.923676 -0.653700 -0.932614 -0.163512 -0.921097 -0.794658 -0.577394 -0.440036 -0.257614 -0.751946 -0.228669 -0.064187 -0.767330 -0.671202 -0.715213 -0.642061 -0.419048 -0.390762 -0.816140 -0.317428 -0.814540 -0.789074 -0.852264 -0.505637 -0.635661 -0.950894 -0.443964 -0.060019 -0.866750 -0.631189 -0.355074 -0.997003 -0.224172 -0.652451 -0.604991 -0.387245 -0.142187 -0.025135 -0.421112 -0.184100 -0.725775 -0.370363 -0.841560 -0.734230 -0.571026 -0.176855 -0.957384 -0.265322 -0.924581 -0.223770 -0.373564 -0.087500 -0.640117 diff --git a/Developer_Contributed/03-HLS_Code_Optimization/files/examples/1_fix_fir_filter/src/data/out_res.dat b/Developer_Contributed/03-HLS_Code_Optimization/files/examples/1_fix_fir_filter/src/data/out_res.dat deleted file mode 100644 index 09682ecc46..0000000000 --- a/Developer_Contributed/03-HLS_Code_Optimization/files/examples/1_fix_fir_filter/src/data/out_res.dat +++ /dev/null @@ -1,1024 +0,0 @@ - 0.14714 - 0.20028 - 0.65290 - 1.10875 - 1.10008 - 1.66184 - 1.77200 - 1.63953 - 2.04231 - 3.06952 - 3.04062 - 4.02721 - 4.13556 - 4.47108 - 4.90539 - 4.76231 - 4.91059 - 5.16546 - 4.96480 - 5.02481 - 5.36550 - 5.36170 - 6.22225 - 5.42434 - 5.16665 - 5.37916 - 5.54642 - 5.73643 - 5.94475 - 5.00205 - 5.23109 - 5.12081 - 5.50059 - 4.92682 - 4.96511 - 4.01561 - 4.31609 - 4.16416 - 4.45667 - 3.79565 - 3.98118 - 3.38994 - 3.00702 - 3.18901 - 3.68643 - 3.51980 - 3.99089 - 3.76635 - 3.81535 - 4.27389 - 4.19214 - 4.96540 - 4.20980 - 4.58385 - 4.05314 - 4.17617 - 4.32058 - 4.56352 - 4.46709 - 4.02063 - 4.73773 - 4.09267 - 4.45626 - 3.64550 - 4.32695 - 4.05549 - 4.74714 - 4.29705 - 4.34868 - 4.31803 - 4.28140 - 4.23890 - 4.27078 - 4.40285 - 5.00834 - 4.34895 - 4.61079 - 3.77170 - 4.49085 - 3.75459 - 4.21758 - 3.51068 - 3.69185 - 4.30958 - 4.14781 - 4.27841 - 4.24331 - 4.36294 - 4.26953 - 4.62972 - 4.30835 - 4.22872 - 4.67409 - 4.25515 - 4.36914 - 4.73051 - 4.70095 - 4.58447 - 4.43612 - 3.79270 - 3.48767 - 3.55269 - 3.78605 - 3.74887 - 3.34234 - 3.84186 - 3.08700 - 4.07838 - 3.13475 - 3.74509 - 3.36565 - 3.89300 - 3.49300 - 3.50004 - 3.45091 - 3.93608 - 3.87080 - 4.34458 - 4.23477 - 4.57544 - 3.58804 - 4.58364 - 3.55132 - 4.67919 - 3.63390 - 4.56772 - 4.10337 - 4.81146 - 3.89651 - 4.47352 - 3.96556 - 4.30184 - 4.09790 - 4.50286 - 4.15329 - 4.21380 - 3.74772 - 3.70670 - 4.13434 - 4.20839 - 4.20541 - 3.40940 - 4.13310 - 3.34251 - 4.06988 - 3.77576 - 4.05418 - 3.21158 - 3.34970 - 3.47684 - 3.42537 - 3.59022 - 3.45575 - 2.90261 - 3.36953 - 3.36596 - 3.15795 - 3.12418 - 3.22730 - 3.08854 - 3.15788 - 3.71885 - 3.87212 - 4.21312 - 3.73247 - 4.06194 - 4.21086 - 3.82043 - 4.27424 - 3.89606 - 3.89063 - 3.84938 - 3.66116 - 2.84302 - 3.48951 - 3.44571 - 3.71895 - 3.31521 - 3.41538 - 3.11768 - 4.03962 - 4.02199 - 3.73551 - 2.97864 - 3.20111 - 3.34944 - 4.07857 - 3.64741 - 3.82227 - 3.52161 - 4.55484 - 3.96819 - 4.63540 - 4.25539 - 4.04036 - 4.04922 - 4.38508 - 3.93582 - 4.18113 - 4.46636 - 4.48203 - 4.87955 - 4.90399 - 4.48951 - 4.69963 - 4.73689 - 4.65542 - 4.92943 - 5.17066 - 4.98393 - 5.12848 - 5.31484 - 4.78290 - 4.97039 - 4.95404 - 4.51625 - 4.86504 - 4.47030 - 4.19833 - 3.76081 - 3.94060 - 3.28546 - 3.49878 - 3.63529 - 3.29883 - 3.33903 - 3.25259 - 3.80399 - 3.42347 - 3.80247 - 3.73183 - 3.31527 - 3.85576 - 4.02168 - 4.46723 - 4.37017 - 3.99305 - 3.39841 - 3.69301 - 3.65290 - 3.32556 - 3.39078 - 3.10778 - 3.11033 - 3.42365 - 2.91370 - 3.46560 - 3.66228 - 3.55972 - 3.07787 - 3.76216 - 3.33469 - 4.11509 - 4.31519 - 4.17281 - 4.42705 - 4.36463 - 4.17125 - 4.62248 - 4.71344 - 4.57434 - 4.66096 - 3.96887 - 4.64466 - 4.67054 - 5.17415 - 3.99372 - 4.78560 - 3.82221 - 4.53547 - 4.26614 - 4.77608 - 4.18718 - 4.41511 - 3.87427 - 4.42000 - 4.30489 - 4.76843 - 4.29315 - 3.98949 - 4.47977 - 4.27571 - 4.48279 - 4.46775 - 5.08490 - 4.62349 - 5.28828 - 5.12595 - 4.65713 - 5.03333 - 4.86055 - 4.54420 - 4.66521 - 4.35720 - 4.56932 - 4.39356 - 5.05669 - 4.62475 - 5.10055 - 4.29034 - 4.78303 - 4.20653 - 4.13742 - 3.75128 - 3.22774 - 3.63636 - 3.62709 - 3.93833 - 3.36602 - 3.90549 - 4.13477 - 3.48331 - 4.13227 - 3.10011 - 4.01247 - 4.00409 - 4.79269 - 4.32901 - 4.55751 - 4.66000 - 4.57889 - 4.91735 - 4.58245 - 4.57674 - 4.05369 - 4.93902 - 4.21725 - 4.21991 - 3.78367 - 3.36693 - 3.59582 - 4.13911 - 3.65490 - 3.59672 - 3.31871 - 3.83533 - 3.76155 - 4.05080 - 3.41717 - 3.48402 - 3.13492 - 3.60183 - 3.89352 - 3.70863 - 3.63232 - 3.32076 - 3.43914 - 3.56990 - 3.66567 - 4.62183 - 3.78848 - 5.01841 - 4.28661 - 4.74083 - 4.68866 - 5.15836 - 4.63827 - 4.97284 - 4.80444 - 4.32936 - 5.07730 - 4.41978 - 4.69962 - 4.51007 - 4.65150 - 3.88283 - 4.33462 - 4.21009 - 3.66494 - 4.17686 - 3.52250 - 4.44162 - 4.17612 - 4.40079 - 3.44370 - 4.28938 - 4.16565 - 4.05071 - 4.21397 - 3.62637 - 3.95395 - 3.66205 - 3.83808 - 3.14840 - 3.81526 - 3.28343 - 3.38159 - 3.86994 - 4.00180 - 3.68256 - 4.23932 - 3.68270 - 4.33435 - 4.62227 - 5.18183 - 4.59684 - 5.18652 - 4.13717 - 4.51155 - 4.50452 - 4.56752 - 3.89007 - 3.98159 - 3.33639 - 3.56412 - 3.76299 - 3.57290 - 3.22187 - 3.29687 - 2.74412 - 2.90169 - 3.01417 - 3.13689 - 3.61449 - 3.87541 - 4.23791 - 3.89104 - 4.32933 - 3.95840 - 4.46754 - 3.88513 - 4.14746 - 3.96462 - 4.48762 - 4.57170 - 4.49801 - 3.92345 - 3.68301 - 3.98313 - 4.06791 - 3.70734 - 3.71498 - 3.29714 - 3.86019 - 3.87735 - 4.40982 - 3.61216 - 4.50582 - 4.06089 - 4.79907 - 4.74451 - 4.98878 - 4.76189 - 4.64135 - 4.65775 - 4.42406 - 4.87473 - 4.32732 - 4.36946 - 3.50494 - 3.83933 - 3.96385 - 4.28687 - 3.73198 - 4.32883 - 3.64423 - 4.31092 - 4.09177 - 4.36344 - 4.23272 - 3.91081 - 3.84720 - 3.13436 - 4.20614 - 3.61330 - 3.83309 - 3.69214 - 3.76535 - 3.29095 - 3.81074 - 3.52721 - 3.97458 - 3.30870 - 3.85477 - 2.91659 - 3.98699 - 3.25145 - 3.84485 - 3.58796 - 4.09416 - 4.09214 - 3.98322 - 4.04666 - 3.94380 - 4.30124 - 4.51093 - 4.18503 - 4.35959 - 4.13664 - 4.40724 - 4.49236 - 4.88491 - 4.42152 - 4.63801 - 4.86609 - 4.02019 - 4.62241 - 4.13042 - 4.38420 - 4.29257 - 4.50423 - 4.34895 - 4.70430 - 4.63899 - 4.77005 - 5.01554 - 4.78857 - 4.46392 - 4.74189 - 4.37002 - 5.04565 - 4.77247 - 4.68109 - 4.16738 - 4.39621 - 4.90751 - 4.49977 - 5.09917 - 4.15259 - 4.44692 - 4.18712 - 4.40011 - 3.87915 - 4.28389 - 4.16185 - 4.05139 - 4.04862 - 3.73799 - 3.93554 - 4.19225 - 3.73719 - 3.63431 - 3.88691 - 3.81385 - 4.48675 - 4.82268 - 5.15991 - 4.49565 - 5.00058 - 4.37271 - 4.65903 - 4.35934 - 4.20496 - 3.96186 - 3.95812 - 4.04515 - 3.78486 - 4.34068 - 4.14139 - 3.83424 - 3.80190 - 3.81748 - 3.63747 - 3.84265 - 3.67301 - 3.48291 - 4.06875 - 3.43371 - 3.86801 - 3.66220 - 3.87503 - 3.80701 - 4.32306 - 3.84405 - 4.08410 - 3.76111 - 4.18229 - 3.64280 - 4.26832 - 3.73348 - 4.35700 - 4.28669 - 4.64570 - 4.79509 - 4.66283 - 5.48069 - 4.95691 - 5.04366 - 4.77511 - 5.14247 - 5.04622 - 5.53915 - 5.00261 - 5.03219 - 5.56087 - 4.99080 - 4.86794 - 4.93181 - 4.89926 - 5.31263 - 5.49820 - 4.74219 - 4.69468 - 4.13510 - 4.10358 - 3.75967 - 4.29369 - 3.71973 - 3.66778 - 3.62403 - 3.46889 - 3.15223 - 3.42169 - 3.42901 - 3.45064 - 3.71455 - 3.75409 - 3.63541 - 4.38365 - 4.70032 - 4.47605 - 5.33316 - 4.77737 - 5.58469 - 5.32575 - 6.33989 - 5.57415 - 5.58857 - 5.24957 - 5.51085 - 5.81182 - 5.35907 - 5.54708 - 5.05824 - 4.86755 - 5.34218 - 4.54176 - 5.00590 - 4.92474 - 5.27495 - 4.94013 - 5.59283 - 5.27099 - 5.10314 - 5.39858 - 4.94421 - 5.00833 - 4.83553 - 5.45440 - 4.89030 - 5.71493 - 5.33779 - 5.23960 - 4.59102 - 4.36537 - 4.03178 - 4.28585 - 3.85634 - 3.32811 - 3.56559 - 3.07351 - 3.42802 - 3.09889 - 2.58896 - 2.51851 - 2.70624 - 2.31363 - 2.60731 - 2.56879 - 2.70975 - 2.40040 - 2.94046 - 2.72030 - 2.99273 - 3.59223 - 3.73867 - 3.91835 - 4.14116 - 4.01736 - 3.91662 - 4.16888 - 4.23002 - 4.53588 - 3.68534 - 3.65256 - 3.43534 - 3.87878 - 3.40864 - 3.85738 - 3.15968 - 3.60953 - 3.59313 - 3.43415 - 3.24029 - 4.22155 - 3.75101 - 4.36664 - 4.48735 - 5.23813 - 5.04294 - 4.86072 - 4.93739 - 4.86586 - 5.19546 - 5.19747 - 4.79752 - 4.48249 - 4.52075 - 4.27187 - 3.60173 - 3.60674 - 3.75230 - 3.27138 - 3.83697 - 3.12521 - 4.02221 - 3.26546 - 3.84408 - 3.60517 - 3.71533 - 4.45529 - 3.86003 - 4.50056 - 3.58172 - 4.64198 - 4.06743 - 4.62522 - 4.00539 - 4.25600 - 4.56376 - 4.49529 - 5.20310 - 4.49714 - 4.57778 - 3.95424 - 4.09554 - 4.21989 - 3.99303 - 3.44370 - 3.59672 - 3.24241 - 3.59204 - 3.95443 - 3.30304 - 3.34064 - 3.50933 - 4.20543 - 3.68427 - 4.76104 - 3.76266 - 4.06029 - 4.12322 - 4.59927 - 3.77953 - 3.87793 - 3.30354 - 3.36576 - 2.67828 - 3.53041 - 2.66742 - 2.90427 - 2.46323 - 2.71580 - 2.09460 - 3.27134 - 2.99974 - 2.67867 - 2.51308 - 2.80676 - 2.31616 - 3.20274 - 3.27138 - 3.16379 - 3.05920 - 2.99807 - 3.12846 - 3.18447 - 3.77007 - 3.41015 - 3.85387 - 3.20326 - 3.44859 - 3.87850 - 4.22008 - 3.70049 - 3.81450 - 3.73968 - 3.72959 - 4.71179 - 4.12326 - 3.85893 - 3.81781 - 4.18286 - 3.93446 - 4.38635 - 3.90818 - 4.55349 - 4.22626 - 4.73370 - 4.60025 - 4.45242 - 3.93119 - 4.14271 - 3.85009 - 3.97750 - 4.54695 - 4.22309 - 3.60145 - 3.78625 - 3.46134 - 4.05942 - 4.26006 - 4.67645 - 3.98094 - 4.24074 - 3.61118 - 3.62718 - 4.11280 - 4.15193 - 3.79710 - 3.93838 - 3.99767 - 4.03932 - 4.51132 - 4.25173 - 4.19190 - 4.65755 - 4.18379 - 4.72539 - 4.28256 - 4.73603 - 4.71525 - 5.38510 - 4.83604 - 4.60884 - 3.89376 - 4.19461 - 4.10055 - 4.31441 - 3.99762 - 3.59910 - 3.47086 - 3.81890 - 3.57076 - 3.63934 - 3.47913 - 3.01662 - 2.99602 - 3.61076 - 2.80721 - 3.45599 - 2.91830 - 2.90774 - 3.03251 - 3.04242 - 3.08495 - 3.35501 - 3.48584 - 2.96901 - 3.83542 - 3.57423 - 3.94129 - 4.01111 - 4.35781 - 4.13298 - 4.73660 - 4.59198 - 4.90835 - 4.53155 - 4.63019 - 4.45550 - 3.61048 - 4.36209 - 3.53528 - 4.11379 - 4.03096 - 3.90354 - 3.37480 - 3.65292 - 3.93477 - 3.37495 - 3.70230 - 2.90699 - 2.66649 - 3.01552 - 3.52779 - 3.52896 - 3.47136 - 3.00591 - 2.81059 - 2.73450 - 2.93331 - 2.62254 - 2.81263 - 2.33256 - 2.70271 - 2.64512 - 2.71429 - 2.77193 - 2.29145 - 2.56581 - 2.38209 - 2.73784 - 2.40454 - 2.71640 - 2.30397 - 3.24345 - 3.40912 - 3.96788 - 3.85532 - 3.76734 - 3.37753 - 4.07633 - 4.13028 - 3.98524 - 3.95254 - 3.17445 - 3.58439 - 4.00575 - 4.61653 - 3.83844 - 4.21415 - 3.02426 - 3.97238 - 3.44861 - 4.13640 - 3.91736 - 4.06573 - 4.26843 - 3.98902 - 4.20849 - 4.06441 - 4.71654 - 4.02323 - 4.36919 - 3.97765 - 3.91098 - 4.35666 - 4.51446 - 4.55321 - 4.01727 - 3.97433 - 3.66343 - 3.56016 - 3.46646 - 3.47807 - 3.56474 - 3.93934 - 4.10623 - 3.74123 - 3.76587 - 3.87097 - 3.96088 - 4.18233 - 4.66816 - 4.50683 - 4.54532 - 4.53290 - 4.78944 - 4.56166 - 5.29312 - 4.05453 - 4.10152 - 4.14094 - 4.46493 - 3.86160 - 4.33048 - 3.71977 - 3.92696 - 3.80832 - 4.32403 - 3.82975 - 4.87026 - 4.27611 - 4.29224 - 4.53934 - 4.73370 - 4.50148 - 3.88931 - 4.47717 - 3.54563 - 4.23322 - 3.22995 - 3.79556 - 3.56292 - 4.36237 - 3.58567 - 4.09746 - 3.54765 - 4.11783 - 4.06982 - 4.42003 - 4.30952 - 4.09275 - 4.47491 - 4.63266 - 5.21625 - 4.54702 - 4.73554 - 4.59264 - 4.14098 - 4.52970 - 3.99527 - 4.60100 - 4.77721 - 5.04703 - 4.55355 - 5.19670 - 5.16821 - 5.22288 - 4.98642 - 5.21700 - 5.23987 - 4.90190 - 5.63450 - 5.17046 - 5.09835 - 4.88051 - 4.82527 - 4.04163 - 4.57077 - 3.99791 - 3.55887 - 4.25025 - 3.92238 - 4.34971 - 3.59672 - 4.12284 - 3.12869 - 4.25798 - 3.46025 - 4.13056 - 3.81068 - 4.46850 diff --git a/Developer_Contributed/03-HLS_Code_Optimization/files/examples/1_fix_fir_filter/src/data/ref_res.dat b/Developer_Contributed/03-HLS_Code_Optimization/files/examples/1_fix_fir_filter/src/data/ref_res.dat deleted file mode 100644 index bd1035b1c4..0000000000 --- a/Developer_Contributed/03-HLS_Code_Optimization/files/examples/1_fix_fir_filter/src/data/ref_res.dat +++ /dev/null @@ -1,1026 +0,0 @@ -# Copyright © 2023 Advanced Micro Devices, Inc. All rights reserved. -# SPDX-License-Identifier: MIT -0.147153 -0.200306 -0.652929 -1.108802 -1.100123 -1.661883 -1.772051 -1.639588 -2.042372 -3.069616 -3.040723 -4.027328 -4.135660 -4.471208 -4.905540 -4.762460 -4.910725 -5.165600 -4.964946 -5.024961 -5.365653 -5.361855 -6.222404 -5.424491 -5.166815 -5.379323 -5.546588 -5.736576 -5.944896 -5.002193 -5.231246 -5.120951 -5.500745 -4.926954 -4.965231 -4.015754 -4.316229 -4.164310 -4.456818 -3.795772 -3.981305 -3.390062 -3.007155 -3.189139 -3.686559 -3.519924 -3.991014 -3.766474 -3.815497 -4.274033 -4.192291 -4.965539 -4.209959 -4.583987 -4.053277 -4.176318 -4.320736 -4.563671 -4.467251 -4.020766 -4.737855 -4.092816 -4.456400 -3.645643 -4.327083 -4.055649 -4.747282 -4.297191 -4.348798 -4.318156 -4.281538 -4.239028 -4.270914 -4.402966 -5.008467 -4.349077 -4.610916 -3.771822 -4.490971 -3.754696 -4.217696 -3.510801 -3.691962 -4.309691 -4.147941 -4.278533 -4.243429 -4.363073 -4.269658 -4.629839 -4.308471 -4.228845 -4.674210 -4.255294 -4.369296 -4.730649 -4.701099 -4.584615 -4.436243 -3.792840 -3.487790 -3.552810 -3.786171 -3.748994 -3.342457 -3.841965 -3.087120 -4.078511 -3.134878 -3.745221 -3.365777 -3.893125 -3.493117 -3.500173 -3.451041 -3.936228 -3.870930 -4.344718 -4.234906 -4.575579 -3.588166 -4.583766 -3.551456 -4.679334 -3.634040 -4.567857 -4.103516 -4.811603 -3.896647 -4.473658 -3.965716 -4.302001 -4.098038 -4.502983 -4.153431 -4.213917 -3.747851 -3.706830 -4.134477 -4.208510 -4.205533 -3.409518 -4.133226 -3.342642 -4.070009 -3.775878 -4.054312 -3.211705 -3.349815 -3.476961 -3.425512 -3.590353 -3.455877 -2.902751 -3.369648 -3.366097 -3.158072 -3.124310 -3.227421 -3.088668 -3.158002 -3.718969 -3.872247 -4.213258 -3.732589 -4.062074 -4.211006 -3.820597 -4.274393 -3.896212 -3.890780 -3.849523 -3.661304 -2.843170 -3.489649 -3.445831 -3.719080 -3.315333 -3.415515 -3.117814 -4.039762 -4.022130 -3.735655 -2.978772 -3.201245 -3.349570 -4.078700 -3.647536 -3.822391 -3.521745 -4.554982 -3.968329 -4.635529 -4.255524 -4.040492 -4.049333 -4.385201 -3.935963 -4.181270 -4.466493 -4.482167 -4.879685 -4.904118 -4.489645 -4.699758 -4.737039 -4.655563 -4.929565 -5.170801 -4.984064 -5.128616 -5.314969 -4.783045 -4.970511 -4.954173 -4.516374 -4.865171 -4.470410 -4.198441 -3.760934 -3.940717 -3.285584 -3.498885 -3.635400 -3.298941 -3.339142 -3.252694 -3.804111 -3.423580 -3.802580 -3.731941 -3.315392 -3.855880 -4.021794 -4.467361 -4.370296 -3.993167 -3.398523 -3.693132 -3.653027 -3.325677 -3.390885 -3.107893 -3.110432 -3.423763 -2.913824 -3.465711 -3.662413 -3.559841 -3.077982 -3.762275 -3.334820 -4.115217 -4.315306 -4.172935 -4.427171 -4.364755 -4.171385 -4.622608 -4.713579 -4.574454 -4.661082 -3.968994 -4.644788 -4.670668 -5.174284 -3.993840 -4.785724 -3.822346 -4.535614 -4.266256 -4.776212 -4.187305 -4.415244 -3.874411 -4.420147 -4.305046 -4.768569 -4.293290 -3.989633 -4.479897 -4.275855 -4.482930 -4.467879 -5.085045 -4.623639 -5.288426 -5.126091 -4.657292 -5.033471 -4.860693 -4.544339 -4.665349 -4.357322 -4.569461 -4.393688 -5.056820 -4.624888 -5.100709 -4.290482 -4.783162 -4.206657 -4.137541 -3.751391 -3.227859 -3.636457 -3.627215 -3.938452 -3.366132 -3.905610 -4.134911 -3.483442 -4.132411 -3.100251 -4.012621 -4.004219 -4.792830 -4.329151 -4.557644 -4.660141 -4.579036 -4.917489 -4.582591 -4.576880 -4.053812 -4.939147 -4.217359 -4.220038 -3.783785 -3.367055 -3.595940 -4.139223 -3.655010 -3.596840 -3.318827 -3.835454 -3.761691 -4.050923 -3.417296 -3.484153 -3.135063 -3.601967 -3.893651 -3.708792 -3.632432 -3.320888 -3.439278 -3.570044 -3.665792 -4.621961 -3.788609 -5.018527 -4.286734 -4.740968 -4.688798 -5.158493 -4.638391 -4.972949 -4.804556 -4.329474 -5.077414 -4.419906 -4.699736 -4.510186 -4.651620 -3.882941 -4.334718 -4.210203 -3.665062 -4.176994 -3.522611 -4.441736 -4.176238 -4.400906 -3.443799 -4.289499 -4.165780 -4.050819 -4.214077 -3.626494 -3.954077 -3.662169 -3.838217 -3.148520 -3.815399 -3.283559 -3.381730 -3.870081 -4.001939 -3.682683 -4.239449 -3.682847 -4.334498 -4.622405 -5.181983 -4.596963 -5.186656 -4.137303 -4.511697 -4.504653 -4.567655 -3.890184 -3.981705 -3.336507 -3.564252 -3.763120 -3.573020 -3.221997 -3.296976 -2.744229 -2.901801 -3.014281 -3.137015 -3.614619 -3.875545 -4.238057 -3.891190 -4.329465 -3.958529 -4.467679 -3.885267 -4.147600 -3.964750 -4.487752 -4.571818 -4.498143 -3.923583 -3.683150 -3.983261 -4.068052 -3.707468 -3.715111 -3.297258 -3.860330 -3.877487 -4.409954 -3.612297 -4.505949 -4.061034 -4.799206 -4.744654 -4.988911 -4.762041 -4.641506 -4.657891 -4.424207 -4.874870 -4.327448 -4.369605 -3.505068 -3.839472 -3.963972 -4.287014 -3.732090 -4.328942 -3.644355 -4.311046 -4.091890 -4.363558 -4.232841 -3.910929 -3.847314 -3.134469 -4.206254 -3.613415 -3.833200 -3.692247 -3.765494 -3.291078 -3.810864 -3.527334 -3.974718 -3.308822 -3.854895 -2.916704 -3.987112 -3.251565 -3.844978 -3.588084 -4.094290 -4.092264 -3.983344 -4.046790 -3.943919 -4.301373 -4.511066 -4.185168 -4.359708 -4.136772 -4.407374 -4.492496 -4.885051 -4.421662 -4.638149 -4.866219 -4.020336 -4.622553 -4.130563 -4.384338 -4.292690 -4.504340 -4.349075 -4.704432 -4.639117 -4.770182 -5.015664 -4.788697 -4.464067 -4.742019 -4.370179 -5.045783 -4.772610 -4.681223 -4.167521 -4.396345 -4.907662 -4.499907 -5.099294 -4.152700 -4.447038 -4.187230 -4.400229 -3.879265 -4.284007 -4.161960 -4.051505 -4.048738 -3.738111 -3.935671 -4.192368 -3.737315 -3.634410 -3.887028 -3.813977 -4.486892 -4.822812 -5.160059 -4.495798 -5.000726 -4.372867 -4.659184 -4.359481 -4.205097 -3.961987 -3.958243 -4.045287 -3.784980 -4.340811 -4.141512 -3.834355 -3.802009 -3.817605 -3.637601 -3.842767 -3.673125 -3.483021 -4.068864 -3.433816 -3.868127 -3.662310 -3.875147 -3.807111 -4.323191 -3.844178 -4.084223 -3.761229 -4.182425 -3.642927 -4.268448 -3.733598 -4.357120 -4.286810 -4.645826 -4.795235 -4.662958 -5.480837 -4.957053 -5.043812 -4.775238 -5.142601 -5.046351 -5.539297 -5.002747 -5.032309 -5.561004 -4.990935 -4.868078 -4.931941 -4.899411 -5.312759 -5.498320 -4.742324 -4.694807 -4.135224 -4.103702 -3.759782 -4.293793 -3.719846 -3.667891 -3.624129 -3.469020 -3.152353 -3.421811 -3.429140 -3.450774 -3.714685 -3.754231 -3.635582 -4.383793 -4.700486 -4.476202 -5.333319 -4.777524 -5.584851 -5.325900 -6.340031 -5.574294 -5.588718 -5.249703 -5.510996 -5.811962 -5.359194 -5.547198 -5.058366 -4.867673 -5.342293 -4.541891 -5.006032 -4.924873 -5.275095 -4.940276 -5.592964 -5.271133 -5.103282 -5.398722 -4.944343 -5.008468 -4.835655 -5.454551 -4.890452 -5.715086 -5.337939 -5.239761 -4.591182 -4.365518 -4.031926 -4.286010 -3.856474 -3.328248 -3.565710 -3.073632 -3.428140 -3.098999 -2.589071 -2.518608 -2.706340 -2.313731 -2.607406 -2.568886 -2.709838 -2.400476 -2.940537 -2.720382 -2.992826 -3.592318 -3.738763 -3.918447 -4.141266 -4.017484 -3.916748 -4.169000 -4.230126 -4.536006 -3.685467 -3.652677 -3.435465 -3.878913 -3.408774 -3.857518 -3.159812 -3.609673 -3.593262 -3.434287 -3.240421 -4.221681 -3.751161 -4.366785 -4.487482 -5.238265 -5.043074 -4.860854 -4.937521 -4.866002 -5.195600 -5.197591 -4.797650 -4.482620 -4.520884 -4.271997 -3.601867 -3.606862 -3.752429 -3.271508 -3.837089 -3.125326 -4.022322 -3.265585 -3.844208 -3.605304 -3.715464 -4.455429 -3.860160 -4.500710 -3.581879 -4.642137 -4.067581 -4.625359 -4.005518 -4.256147 -4.563903 -4.495436 -5.203229 -4.497252 -4.577913 -3.954359 -4.095655 -4.220000 -3.993150 -3.443817 -3.596826 -3.242532 -3.592153 -3.954536 -3.303151 -3.340746 -3.509435 -4.205548 -3.684390 -4.761154 -3.762785 -4.060423 -4.123338 -4.599407 -3.779653 -3.878058 -3.303659 -3.365906 -2.678405 -3.530525 -2.667543 -2.904385 -2.463346 -2.715925 -2.094733 -3.271464 -2.999851 -2.678782 -2.513173 -2.806867 -2.316281 -3.202863 -3.271485 -3.163915 -3.059314 -2.998197 -3.128604 -3.184613 -3.770202 -3.410267 -3.853998 -3.203401 -3.448704 -3.878620 -4.220218 -3.700612 -3.814617 -3.739806 -3.729733 -4.711920 -4.123398 -3.859064 -3.817934 -4.182996 -3.934605 -4.386483 -3.908307 -4.553622 -4.226409 -4.733838 -4.600395 -4.452557 -3.931332 -4.142842 -3.850245 -3.977647 -4.547091 -4.223221 -3.601561 -3.786373 -3.461484 -4.059569 -4.260197 -4.676587 -3.981054 -4.240867 -3.611312 -3.627298 -4.112930 -4.152056 -3.797210 -3.938480 -3.997777 -4.039450 -4.511446 -4.251840 -4.192008 -4.657646 -4.183888 -4.725502 -4.282686 -4.736180 -4.715382 -5.385236 -4.836176 -4.608977 -3.893892 -4.194755 -4.100692 -4.314544 -3.997756 -3.599240 -3.470994 -3.819043 -3.570880 -3.639480 -3.479235 -3.016740 -2.996135 -3.610883 -2.807328 -3.456101 -2.918416 -2.907864 -3.032631 -3.042543 -3.085065 -3.355130 -3.485954 -2.969126 -3.835539 -3.574347 -3.941426 -4.011225 -4.357940 -4.133111 -4.736730 -4.592126 -4.908496 -4.531697 -4.630330 -4.455637 -3.610621 -4.362224 -3.535418 -4.113916 -4.031089 -3.903662 -3.374930 -3.653023 -3.934895 -3.375057 -3.702403 -2.907088 -2.666602 -3.015641 -3.527906 -3.529094 -3.471470 -3.006020 -2.810709 -2.734625 -2.933424 -2.622643 -2.812743 -2.332667 -2.702816 -2.645221 -2.714403 -2.772038 -2.291555 -2.565930 -2.382193 -2.737945 -2.404624 -2.716510 -2.304077 -3.243574 -3.409228 -3.967998 -3.855434 -3.767458 -3.377658 -4.076455 -4.130412 -3.985350 -3.952668 -3.174566 -3.584530 -4.005887 -4.616673 -3.838573 -4.214273 -3.024393 -3.972522 -3.448753 -4.136534 -3.917494 -4.065858 -4.268552 -3.989164 -4.208632 -4.064548 -4.716661 -4.023357 -4.369308 -3.977764 -3.911098 -4.356776 -4.514578 -4.553342 -4.017383 -3.974427 -3.663545 -3.560257 -3.466574 -3.478184 -3.564857 -3.939454 -4.106340 -3.741343 -3.765992 -3.871103 -3.961012 -4.182447 -4.668277 -4.506944 -4.545442 -4.533024 -4.789575 -4.561794 -5.293247 -4.054657 -4.101658 -4.141065 -4.465080 -3.861728 -4.330597 -3.719890 -3.927113 -3.808439 -4.324154 -3.829874 -4.870383 -4.276244 -4.292367 -4.539468 -4.733838 -4.501610 -3.889431 -4.477287 -3.545756 -4.233338 -3.230069 -3.795694 -3.563045 -4.362496 -3.585803 -4.097579 -3.547797 -4.117955 -4.069942 -4.420152 -4.309659 -4.092882 -4.475039 -4.632811 -5.216399 -4.547170 -4.735676 -4.592777 -4.141125 -4.529840 -3.995421 -4.601166 -4.777362 -5.047185 -4.553710 -5.196864 -5.168383 -5.223060 -4.986567 -5.217165 -5.240052 -4.902058 -5.634656 -5.170616 -5.098509 -4.880650 -4.825397 -4.041766 -4.570884 -3.998041 -3.558980 -4.250368 -3.922500 -4.349836 -3.596826 -4.122967 -3.128806 -4.258111 -3.460371 -4.130675 -3.810790 -4.468620 diff --git a/Developer_Contributed/03-HLS_Code_Optimization/files/examples/1_fix_fir_filter/src/data/run_fir_filter.m b/Developer_Contributed/03-HLS_Code_Optimization/files/examples/1_fix_fir_filter/src/data/run_fir_filter.m deleted file mode 100644 index 04e9d75bba..0000000000 --- a/Developer_Contributed/03-HLS_Code_Optimization/files/examples/1_fix_fir_filter/src/data/run_fir_filter.m +++ /dev/null @@ -1,37 +0,0 @@ -%% -% Copyright © 2023 Advanced Micro Devices, Inc. All rights reserved. -% SPDX-License-Identifier: MIT - -%% run fir filter - -close all; -clear all; -clc - -global N; - -N=16; - -%% -coef = load('./data/fir_coeff.dat'); -inp = load('./data/input.dat'); -ref = load('./data/ref_res.dat'); -SAMPLES = numel(ref); - -%% 16_14 bit fixed point -% https://stackoverflow.com/questions/55809019/how-to-convert-float-to-fix16-14 - -i_coef = round(coef* 2^14); -i_inp = round(inp* 2^14); -i_ref = round(ref* 2^14); - -%% compute data -i_res = zeros(SAMPLES, 1); -for i = 1 : SAMPLES - i_res(i) = fir_filter(i_inp(i), i_coef); -end -%% show data -diff = abs(i_res - i_ref); -max_diff = max(diff) - -[int32(i_res(1:32)) int32(i_ref(1:32))] diff --git a/Developer_Contributed/03-HLS_Code_Optimization/files/examples/1_fix_fir_filter/src/fir.cpp b/Developer_Contributed/03-HLS_Code_Optimization/files/examples/1_fix_fir_filter/src/fir.cpp deleted file mode 100644 index 8f66c22889..0000000000 --- a/Developer_Contributed/03-HLS_Code_Optimization/files/examples/1_fix_fir_filter/src/fir.cpp +++ /dev/null @@ -1,46 +0,0 @@ -/* -# Copyright © 2023 Advanced Micro Devices, Inc. All rights reserved. -# SPDX-License-Identifier: MIT - -Author: Daniele Bagni, Xilinx Inc -*/ - -#include "fir.h" - -out_data_t fir_filter (inp_data_t x, coef_t c[N]) -{ - - static inp_data_t shift_reg[N]; - - acc_t acc = 0; - acc_t mult; - out_data_t y; - - - - Shift_Accum_Loop: for (int i=N-1;i>=0;i--) - { -#pragma HLS LOOP_TRIPCOUNT min=1 max=16 avg=8 - - - if (i==0) - { - //acc+=x*c[0]; - shift_reg[0]=x; - } - else - { - shift_reg[i]=shift_reg[i-1]; - //acc+=shift_reg[i]*c[i]; - } - //acc = acc + shift_reg[i]*c[i]; - mult = shift_reg[i]*c[i]; - acc = acc + mult; - - } - - y = (out_data_t) acc; - - return y; - -} diff --git a/Developer_Contributed/03-HLS_Code_Optimization/files/examples/1_fix_fir_filter/src/fir.h b/Developer_Contributed/03-HLS_Code_Optimization/files/examples/1_fix_fir_filter/src/fir.h deleted file mode 100644 index 1fa384d414..0000000000 --- a/Developer_Contributed/03-HLS_Code_Optimization/files/examples/1_fix_fir_filter/src/fir.h +++ /dev/null @@ -1,41 +0,0 @@ -/* -# Copyright © 2023 Advanced Micro Devices, Inc. All rights reserved. -# SPDX-License-Identifier: MIT - -Author: Daniele Bagni, Xilinx Inc -*/ - -#ifndef _H_FIR_H_ -#define _H_FIR_H_ - -#define N 16 - -#define SAMPLES 1024 - - -//define HLS_FIXED_POINT - - -#ifdef HLS_FIXED_POINT -#include "ap_fixed.h" - -typedef ap_fixed<18,2> coef_t; -typedef ap_fixed<48,12> out_data_t; -typedef ap_fixed<18,2> inp_data_t; -typedef ap_fixed<48,12> acc_t; - -const float THRESHOLD = 1.0; - -#else //FULLY ANSI-C (32-bit) fixed point -typedef signed int coef_t; -typedef signed int out_data_t; -typedef signed int inp_data_t; -typedef signed int acc_t; - -const long long int THRESHOLD = (4*SAMPLES); -#endif - - -out_data_t fir_filter ( inp_data_t x, coef_t c[N] ); - -#endif // _H_FIR_H_ diff --git a/Developer_Contributed/03-HLS_Code_Optimization/files/examples/1_fix_fir_filter/src/fir_test.cpp b/Developer_Contributed/03-HLS_Code_Optimization/files/examples/1_fix_fir_filter/src/fir_test.cpp deleted file mode 100644 index 946c0271ed..0000000000 --- a/Developer_Contributed/03-HLS_Code_Optimization/files/examples/1_fix_fir_filter/src/fir_test.cpp +++ /dev/null @@ -1,165 +0,0 @@ -/* -# Copyright © 2023 Advanced Micro Devices, Inc. All rights reserved. -# SPDX-License-Identifier: MIT - -Author: Daniele Bagni, Xilinx Inc -*/ - - -#include -#include -#include - -#include "fir.h" - -#ifndef HLS_FIXED_POINT -const float factor = 16384.0; // 2^14 -const int log2_factor = 14; - -unsigned int ref_fir_filter (signed int x, signed int c[N]) -{ - static signed int ref_shift_reg[N]; - signed long long int acc = 0; - signed int mult; - signed int y; - for (int i=N-1;i>=0;i--) - { - if (i==0) - { - ref_shift_reg[0]=x; - } - else - { - ref_shift_reg[i] = ref_shift_reg[i-1]; - } - mult = ref_shift_reg[i]*c[i]; - acc = acc + ((unsigned long long int) mult); - } - y = acc; - return y; -} -#endif //#ifdef HLS_FIXED_POINT - -int main (void) -{ - - inp_data_t signal[SAMPLES]; - out_data_t output[SAMPLES], golden_ref[SAMPLES]; - coef_t taps[N]; - - FILE *fp1, *fp2, *fp3; - int i, ret_value; - float val1, val2; - int val3; - -#ifndef HLS_FIXED_POINT - float diff, tot_diff, max_diff; - tot_diff = 1e-9f; - max_diff = 1e-9f; -#else - signed long int diff; - signed long long tot_diff=0; - signed long max_diff=0; -#endif - - // LOAD FILTER COEFFICIENTS - fp1=fopen("./data/fir_coeff.dat","r"); - fscanf(fp1, "%*[^\n]\n"); //skip first line - fscanf(fp1, "%*[^\n]\n"); //skip second line - for (i=0;i> log2_factor; - output[i] = tmp; - fprintf(fp1,"%10.5f\n", (float) output[i]); -#endif - } - fclose(fp1); - - // CHECK RESULTS - for (i=0;i max_diff) max_diff=diff; - tot_diff += diff; -#else - diff = output[i] - golden_ref[i]; - if (i<64) fprintf(stdout,"output[%4d]=%10d \t golden_ref[%4d]=%10d\n", i, output[i], i, golden_ref[i] ); - if (diff<0) diff = 0 - diff; - if (diff > max_diff) max_diff=diff; - tot_diff += diff; - //fprintf(stdout,"diff=%10d max_diff=%10d\n", (int) diff, (int) max_diff); -#endif - } - fprintf(stdout, "TOTAL ERROR =%f MAX DIFF=%f\n", (float) tot_diff, (float) max_diff); - - if (tot_diff < THRESHOLD) - { - fprintf(stdout, "\nTEST PASSED!\n"); - ret_value =0; - } - else - { - fprintf(stdout, "\nTEST FAILED!\n"); - ret_value =1; - } - - - return ret_value; - - -} diff --git a/Developer_Contributed/03-HLS_Code_Optimization/files/examples/2_float_fir_filter/Makefile b/Developer_Contributed/03-HLS_Code_Optimization/files/examples/2_float_fir_filter/Makefile deleted file mode 100644 index 647d992271..0000000000 --- a/Developer_Contributed/03-HLS_Code_Optimization/files/examples/2_float_fir_filter/Makefile +++ /dev/null @@ -1,14 +0,0 @@ -# Copyright © 2023 Advanced Micro Devices, Inc. All rights reserved. -# SPDX-License-Identifier: MIT - - -.PHONY: help kernels clean all - -clean: - rm -rf *_prj *.log *~ - -kernels: - vitis-run --mode hls --tcl ./float_fir_script.tcl - - -all: kernels diff --git a/Developer_Contributed/03-HLS_Code_Optimization/files/examples/2_float_fir_filter/float_fir_directives/directives0.tcl b/Developer_Contributed/03-HLS_Code_Optimization/files/examples/2_float_fir_filter/float_fir_directives/directives0.tcl deleted file mode 100644 index da74336210..0000000000 --- a/Developer_Contributed/03-HLS_Code_Optimization/files/examples/2_float_fir_filter/float_fir_directives/directives0.tcl +++ /dev/null @@ -1,6 +0,0 @@ -# Copyright © 2023 Advanced Micro Devices, Inc. All rights reserved. -# SPDX-License-Identifier: MIT - -set_directive_top -name fir_filter "fir_filter" -set_directive_bind_op -op fmul -impl fabric "fir_filter" mult -set_directive_bind_op -op fadd -impl fabric "fir_filter" acc diff --git a/Developer_Contributed/03-HLS_Code_Optimization/files/examples/2_float_fir_filter/float_fir_directives/directives1.tcl b/Developer_Contributed/03-HLS_Code_Optimization/files/examples/2_float_fir_filter/float_fir_directives/directives1.tcl deleted file mode 100644 index 90406ec7ba..0000000000 --- a/Developer_Contributed/03-HLS_Code_Optimization/files/examples/2_float_fir_filter/float_fir_directives/directives1.tcl +++ /dev/null @@ -1,6 +0,0 @@ -# Copyright © 2023 Advanced Micro Devices, Inc. All rights reserved. -# SPDX-License-Identifier: MIT - -set_directive_top -name fir_filter "fir_filter" -set_directive_bind_op -op fmul -impl meddsp "fir_filter" mult -set_directive_bind_op -op fadd -impl fulldsp "fir_filter" acc diff --git a/Developer_Contributed/03-HLS_Code_Optimization/files/examples/2_float_fir_filter/float_fir_directives/directives2.tcl b/Developer_Contributed/03-HLS_Code_Optimization/files/examples/2_float_fir_filter/float_fir_directives/directives2.tcl deleted file mode 100644 index a9f6667a44..0000000000 --- a/Developer_Contributed/03-HLS_Code_Optimization/files/examples/2_float_fir_filter/float_fir_directives/directives2.tcl +++ /dev/null @@ -1,6 +0,0 @@ -# Copyright © 2023 Advanced Micro Devices, Inc. All rights reserved. -# SPDX-License-Identifier: MIT - -set_directive_top -name fir_filter "fir_filter" -set_directive_bind_op -op fmul -impl fulldsp "fir_filter" mult -set_directive_bind_op -op fadd -impl fulldsp "fir_filter" acc diff --git a/Developer_Contributed/03-HLS_Code_Optimization/files/examples/2_float_fir_filter/float_fir_directives/directives3.tcl b/Developer_Contributed/03-HLS_Code_Optimization/files/examples/2_float_fir_filter/float_fir_directives/directives3.tcl deleted file mode 100644 index b80316faf9..0000000000 --- a/Developer_Contributed/03-HLS_Code_Optimization/files/examples/2_float_fir_filter/float_fir_directives/directives3.tcl +++ /dev/null @@ -1,6 +0,0 @@ -# Copyright © 2023 Advanced Micro Devices, Inc. All rights reserved. -# SPDX-License-Identifier: MIT - -set_directive_top -name fir_filter "fir_filter" -set_directive_bind_op -op fmul -impl maxdsp "fir_filter" mult -set_directive_bind_op -op fadd -impl fulldsp "fir_filter" acc diff --git a/Developer_Contributed/03-HLS_Code_Optimization/files/examples/2_float_fir_filter/float_fir_directives/directives4.tcl b/Developer_Contributed/03-HLS_Code_Optimization/files/examples/2_float_fir_filter/float_fir_directives/directives4.tcl deleted file mode 100644 index 1b03cc4ca4..0000000000 --- a/Developer_Contributed/03-HLS_Code_Optimization/files/examples/2_float_fir_filter/float_fir_directives/directives4.tcl +++ /dev/null @@ -1,8 +0,0 @@ -# Copyright © 2023 Advanced Micro Devices, Inc. All rights reserved. -# SPDX-License-Identifier: MIT - -set_directive_top -name fir_filter "fir_filter" -set_directive_bind_op -op fmul -impl maxdsp "fir_filter" mult -set_directive_bind_op -op fadd -impl fulldsp "fir_filter" acc -set_directive_pipeline "fir_filter" -set_directive_array_partition -dim 1 -type complete "fir_filter" c diff --git a/Developer_Contributed/03-HLS_Code_Optimization/files/examples/2_float_fir_filter/float_fir_script.tcl b/Developer_Contributed/03-HLS_Code_Optimization/files/examples/2_float_fir_filter/float_fir_script.tcl deleted file mode 100644 index 9ef16b3cb4..0000000000 --- a/Developer_Contributed/03-HLS_Code_Optimization/files/examples/2_float_fir_filter/float_fir_script.tcl +++ /dev/null @@ -1,123 +0,0 @@ -# Copyright © 2023 Advanced Micro Devices, Inc. All rights reserved. -# SPDX-License-Identifier: MIT - - -# Author: Daniele Bagni, Xilinx Inc - -puts "\n" -puts "************************************************************************" -puts "* 2) FLOATING POINT FIR FILTER DEMO" -puts "************************************************************************" -puts "\n" - - -puts " " -puts "Solution0: fadd/fmul with FABRIC" -puts " " -open_project vhls_float_fir_prj -set_top fir_filter -add_files src/fir.cpp -add_files -tb src/fir_test.cpp -cflags "-Wno-unknown-pragmas" -csimflags "-Wno-unknown-pragmas" -add_files -tb src/data -open_solution "solution0" -flow_target vivado -set_part {xczu9eg-ffvb1156-2-i} -create_clock -period 5 -name default -config_interface -m_axi_latency 0 -config_export -format ip_catalog -rtl vhdl -set_clock_uncertainty 1 -source "./float_fir_directives/directives0.tcl" -csim_design -clean -csynth_design -#cosim_design -#export_design -rtl vhdl -format ip_catalog -close_project - - -puts " " -puts "Solution1: fadd/fmul with DSP (full/med)" -puts " " -open_project vhls_float_fir_prj -set_top fir_filter -add_files src/fir.cpp -add_files -tb src/fir_test.cpp -cflags "-Wno-unknown-pragmas" -csimflags "-Wno-unknown-pragmas" -add_files -tb src/data -open_solution "solution1" -flow_target vivado -set_part {xczu9eg-ffvb1156-2-i} -create_clock -period 5 -name default -config_interface -m_axi_latency 0 -config_export -format ip_catalog -rtl vhdl -set_clock_uncertainty 1 -source "./float_fir_directives/directives1.tcl" -#csim_design -clean -csynth_design -#cosim_design -#export_design -rtl vhdl -format ip_catalog -close_project - - - -puts " " -puts "Solution2: fadd/fmul with DSP (full/full)" -puts " " -open_project vhls_float_fir_prj -set_top fir_filter -add_files src/fir.cpp -add_files -tb src/fir_test.cpp -cflags "-Wno-unknown-pragmas" -csimflags "-Wno-unknown-pragmas" -add_files -tb src/data -open_solution "solution2" -flow_target vivado -set_part {xczu9eg-ffvb1156-2-i} -create_clock -period 5 -name default -config_interface -m_axi_latency 0 -config_export -format ip_catalog -rtl vhdl -set_clock_uncertainty 1 -source "./float_fir_directives/directives2.tcl" -#csim_design -clean -csynth_design -#cosim_design -#export_design -rtl vhdl -format ip_catalog -close_project - - -puts " " -puts "Solution3: fadd/fmul with DSP (full/max)" -puts " " -open_project vhls_float_fir_prj -set_top fir_filter -add_files src/fir.cpp -add_files -tb src/fir_test.cpp -cflags "-Wno-unknown-pragmas" -csimflags "-Wno-unknown-pragmas" -add_files -tb src/data -open_solution "solution3" -flow_target vivado -set_part {xczu9eg-ffvb1156-2-i} -create_clock -period 5 -name default -config_interface -m_axi_latency 0 -config_export -format ip_catalog -rtl vhdl -set_clock_uncertainty 1 -source "./float_fir_directives/directives3.tcl" -#csim_design -clean -csynth_design -#cosim_design -#export_design -rtl vhdl -format ip_catalog -close_project - - - -puts " " -puts "Solution4: as 3 + top II=1 and array c partitioned" -puts " " -open_project vhls_float_fir_prj -set_top fir_filter -add_files src/fir.cpp -add_files -tb src/fir_test.cpp -cflags "-Wno-unknown-pragmas" -csimflags "-Wno-unknown-pragmas" -add_files -tb src/data -open_solution "solution4" -flow_target vivado -set_part {xczu9eg-ffvb1156-2-i} -create_clock -period 5 -name default -config_interface -m_axi_latency 0 -config_export -format ip_catalog -rtl vhdl -set_clock_uncertainty 1 -source "./float_fir_directives/directives4.tcl" -#csim_design -clean -csynth_design -#cosim_design -#export_design -rtl vhdl -format ip_catalog -close_project diff --git a/Developer_Contributed/03-HLS_Code_Optimization/files/examples/2_float_fir_filter/run_float_fir_filter.sh b/Developer_Contributed/03-HLS_Code_Optimization/files/examples/2_float_fir_filter/run_float_fir_filter.sh deleted file mode 100644 index b654afaeb1..0000000000 --- a/Developer_Contributed/03-HLS_Code_Optimization/files/examples/2_float_fir_filter/run_float_fir_filter.sh +++ /dev/null @@ -1,5 +0,0 @@ -# Copyright © 2023 Advanced Micro Devices, Inc. All rights reserved. -# SPDX-License-Identifier: MIT - - -vitis_hls float_fir_script.tcl diff --git a/Developer_Contributed/03-HLS_Code_Optimization/files/examples/2_float_fir_filter/src/data/fir_coeff.dat b/Developer_Contributed/03-HLS_Code_Optimization/files/examples/2_float_fir_filter/src/data/fir_coeff.dat deleted file mode 100644 index be86eef5ec..0000000000 --- a/Developer_Contributed/03-HLS_Code_Optimization/files/examples/2_float_fir_filter/src/data/fir_coeff.dat +++ /dev/null @@ -1,18 +0,0 @@ -# Copyright © 2023 Advanced Micro Devices, Inc. All rights reserved. -# SPDX-License-Identifier: MIT -0.180617 -0.045051 -0.723173 -0.347438 -0.660617 -0.383869 -0.627347 -0.021650 -0.910570 -0.800559 -0.745847 -0.813113 -0.383306 -0.617279 -0.575495 -0.530052 diff --git a/Developer_Contributed/03-HLS_Code_Optimization/files/examples/2_float_fir_filter/src/data/input.dat b/Developer_Contributed/03-HLS_Code_Optimization/files/examples/2_float_fir_filter/src/data/input.dat deleted file mode 100644 index 3b33d57b4e..0000000000 --- a/Developer_Contributed/03-HLS_Code_Optimization/files/examples/2_float_fir_filter/src/data/input.dat +++ /dev/null @@ -1,1026 +0,0 @@ -# Copyright © 2023 Advanced Micro Devices, Inc. All rights reserved. -# SPDX-License-Identifier: MIT -0.814724 -0.905792 -0.126987 -0.913376 -0.632359 -0.097540 -0.278498 -0.546881 -0.957507 -0.964889 -0.157613 -0.970593 -0.957167 -0.485376 -0.800280 -0.141886 -0.421761 -0.915736 -0.792207 -0.959492 -0.655741 -0.035712 -0.849129 -0.933993 -0.678735 -0.757740 -0.743132 -0.392227 -0.655478 -0.171187 -0.706046 -0.031833 -0.276923 -0.046171 -0.097132 -0.823458 -0.694829 -0.317099 -0.950222 -0.034446 -0.438744 -0.381558 -0.765517 -0.795200 -0.186873 -0.489764 -0.445586 -0.646313 -0.709365 -0.754687 -0.276025 -0.679703 -0.655098 -0.162612 -0.118998 -0.498364 -0.959744 -0.340386 -0.585268 -0.223812 -0.751267 -0.255095 -0.505957 -0.699077 -0.890903 -0.959291 -0.547216 -0.138624 -0.149294 -0.257508 -0.840717 -0.254282 -0.814285 -0.243525 -0.929264 -0.349984 -0.196595 -0.251084 -0.616045 -0.473289 -0.351660 -0.830829 -0.585264 -0.549724 -0.917194 -0.285839 -0.757200 -0.753729 -0.380446 -0.567822 -0.075854 -0.053950 -0.530798 -0.779167 -0.934011 -0.129906 -0.568824 -0.469391 -0.011902 -0.337123 -0.162182 -0.794285 -0.311215 -0.528533 -0.165649 -0.601982 -0.262971 -0.654079 -0.689215 -0.748152 -0.450542 -0.083821 -0.228977 -0.913337 -0.152378 -0.825817 -0.538342 -0.996135 -0.078176 -0.442678 -0.106653 -0.961898 -0.004634 -0.774910 -0.817303 -0.868695 -0.084436 -0.399783 -0.259870 -0.800068 -0.431414 -0.910648 -0.181847 -0.263803 -0.145539 -0.136069 -0.869292 -0.579705 -0.549860 -0.144955 -0.853031 -0.622055 -0.350952 -0.513250 -0.401808 -0.075967 -0.239916 -0.123319 -0.183908 -0.239953 -0.417267 -0.049654 -0.902716 -0.944787 -0.490864 -0.489253 -0.337719 -0.900054 -0.369247 -0.111203 -0.780252 -0.389739 -0.241691 -0.403912 -0.096455 -0.131973 -0.942051 -0.956135 -0.575209 -0.059780 -0.234780 -0.353159 -0.821194 -0.015403 -0.043024 -0.168990 -0.649116 -0.731722 -0.647746 -0.450924 -0.547009 -0.296321 -0.744693 -0.188955 -0.686775 -0.183511 -0.368485 -0.625619 -0.780227 -0.081126 -0.929386 -0.775713 -0.486792 -0.435859 -0.446784 -0.306349 -0.508509 -0.510772 -0.817628 -0.794831 -0.644318 -0.378609 -0.811580 -0.532826 -0.350727 -0.939002 -0.875943 -0.550156 -0.622475 -0.587045 -0.207742 -0.301246 -0.470923 -0.230488 -0.844309 -0.194764 -0.225922 -0.170708 -0.227664 -0.435699 -0.311102 -0.923380 -0.430207 -0.184816 -0.904881 -0.979748 -0.438870 -0.111119 -0.258065 -0.408720 -0.594896 -0.262212 -0.602843 -0.711216 -0.221747 -0.117418 -0.296676 -0.318778 -0.424167 -0.507858 -0.085516 -0.262482 -0.801015 -0.029220 -0.928854 -0.730331 -0.488609 -0.578525 -0.237284 -0.458849 -0.963089 -0.546806 -0.521136 -0.231594 -0.488898 -0.624060 -0.679136 -0.395515 -0.367437 -0.987982 -0.037739 -0.885168 -0.913287 -0.796184 -0.098712 -0.261871 -0.335357 -0.679728 -0.136553 -0.721228 -0.106762 -0.653757 -0.494174 -0.779052 -0.715037 -0.903721 -0.890922 -0.334163 -0.698746 -0.197810 -0.030541 -0.744074 -0.500022 -0.479922 -0.904722 -0.609867 -0.617666 -0.859442 -0.805489 -0.576721 -0.182922 -0.239932 -0.886512 -0.028674 -0.489901 -0.167927 -0.978681 -0.712694 -0.500472 -0.471088 -0.059619 -0.681972 -0.042431 -0.071445 -0.521650 -0.096730 -0.818149 -0.817547 -0.722440 -0.149865 -0.659605 -0.518595 -0.972975 -0.648991 -0.800331 -0.453798 -0.432391 -0.825314 -0.083470 -0.133171 -0.173389 -0.390938 -0.831380 -0.803364 -0.060471 -0.399258 -0.526876 -0.416799 -0.656860 -0.627973 -0.291984 -0.431651 -0.015487 -0.984064 -0.167168 -0.106216 -0.372410 -0.198118 -0.489688 -0.339493 -0.951630 -0.920332 -0.052677 -0.737858 -0.269119 -0.422836 -0.547871 -0.942737 -0.417744 -0.983052 -0.301455 -0.701099 -0.666339 -0.539126 -0.698106 -0.666528 -0.178132 -0.128014 -0.999080 -0.171121 -0.032601 -0.561200 -0.881867 -0.669175 -0.190433 -0.368917 -0.460726 -0.981638 -0.156405 -0.855523 -0.644765 -0.376272 -0.190924 -0.428253 -0.482022 -0.120612 -0.589507 -0.226188 -0.384619 -0.582986 -0.251806 -0.290441 -0.617091 -0.265281 -0.824376 -0.982663 -0.730249 -0.343877 -0.584069 -0.107769 -0.906308 -0.879654 -0.817761 -0.260728 -0.594356 -0.022513 -0.425259 -0.312719 -0.161485 -0.178766 -0.422886 -0.094229 -0.598524 -0.470924 -0.695949 -0.699888 -0.638531 -0.033604 -0.068806 -0.319600 -0.530864 -0.654446 -0.407619 -0.819981 -0.718359 -0.968649 -0.531334 -0.325146 -0.105629 -0.610959 -0.778802 -0.423453 -0.090823 -0.266472 -0.153657 -0.281005 -0.440085 -0.527143 -0.457424 -0.875372 -0.518052 -0.943623 -0.637709 -0.957694 -0.240707 -0.676122 -0.289065 -0.671808 -0.695140 -0.067993 -0.254790 -0.224040 -0.667833 -0.844392 -0.344462 -0.780520 -0.675332 -0.006715 -0.602170 -0.386771 -0.915991 -0.001151 -0.462449 -0.424349 -0.460916 -0.770160 -0.322472 -0.784739 -0.471357 -0.035763 -0.175874 -0.721758 -0.473486 -0.152721 -0.341125 -0.607389 -0.191745 -0.738427 -0.242850 -0.917424 -0.269062 -0.765500 -0.188662 -0.287498 -0.091113 -0.576209 -0.683363 -0.546593 -0.425729 -0.644443 -0.647618 -0.679017 -0.635787 -0.945174 -0.208935 -0.709282 -0.236231 -0.119396 -0.607304 -0.450138 -0.458725 -0.661945 -0.770285 -0.350218 -0.662010 -0.416159 -0.841929 -0.832917 -0.256441 -0.613461 -0.582249 -0.540739 -0.869941 -0.264779 -0.318074 -0.119215 -0.939829 -0.645552 -0.479463 -0.639317 -0.544716 -0.647312 -0.543886 -0.721047 -0.522495 -0.993705 -0.218677 -0.105798 -0.109697 -0.063591 -0.404580 -0.448373 -0.365816 -0.763505 -0.627896 -0.771980 -0.932854 -0.972741 -0.192028 -0.138874 -0.696266 -0.093820 -0.525404 -0.530344 -0.861140 -0.484853 -0.393456 -0.671431 -0.741258 -0.520052 -0.347713 -0.149997 -0.586092 -0.262145 -0.044454 -0.754933 -0.242785 -0.442402 -0.687796 -0.359228 -0.736340 -0.394707 -0.683416 -0.704047 -0.442305 -0.019578 -0.330858 -0.424309 -0.270270 -0.197054 -0.821721 -0.429921 -0.887771 -0.391183 -0.769114 -0.396792 -0.808514 -0.755077 -0.377396 -0.216019 -0.790407 -0.949304 -0.327565 -0.671264 -0.438645 -0.833501 -0.768854 -0.167254 -0.861980 -0.989872 -0.514423 -0.884281 -0.588026 -0.154752 -0.199863 -0.406955 -0.748706 -0.825584 -0.789963 -0.318524 -0.534064 -0.089951 -0.111706 -0.136293 -0.678652 -0.495177 -0.189710 -0.495006 -0.147608 -0.054974 -0.850713 -0.560560 -0.929609 -0.696667 -0.582791 -0.815397 -0.879014 -0.988912 -0.000522 -0.865439 -0.612566 -0.989950 -0.527680 -0.479523 -0.801348 -0.227843 -0.498094 -0.900853 -0.574661 -0.845178 -0.738640 -0.585987 -0.246735 -0.666416 -0.083483 -0.625960 -0.660945 -0.729752 -0.890752 -0.982303 -0.769029 -0.581446 -0.928313 -0.580090 -0.016983 -0.120860 -0.862711 -0.484297 -0.844856 -0.209405 -0.552291 -0.629883 -0.031991 -0.614713 -0.362411 -0.049533 -0.489570 -0.192510 -0.123084 -0.205494 -0.146515 -0.189072 -0.042652 -0.635198 -0.281867 -0.538597 -0.695163 -0.499116 -0.535801 -0.445183 -0.123932 -0.490357 -0.852998 -0.873927 -0.270294 -0.208461 -0.564980 -0.640312 -0.417029 -0.205976 -0.947933 -0.082071 -0.105709 -0.142041 -0.166460 -0.620959 -0.573710 -0.052078 -0.931201 -0.728662 -0.737842 -0.063405 -0.860441 -0.934405 -0.984398 -0.858939 -0.785559 -0.513377 -0.177602 -0.398589 -0.133931 -0.030890 -0.939142 -0.301306 -0.295534 -0.332936 -0.467068 -0.648198 -0.025228 -0.842207 -0.559033 -0.854100 -0.347879 -0.446027 -0.054239 -0.177108 -0.662808 -0.330829 -0.898486 -0.118155 -0.988418 -0.539982 -0.706917 -0.999492 -0.287849 -0.414523 -0.464840 -0.763957 -0.818204 -0.100222 -0.178117 -0.359635 -0.056705 -0.521886 -0.335849 -0.175669 -0.208947 -0.905154 -0.675391 -0.468468 -0.912133 -0.104012 -0.745546 -0.736267 -0.561861 -0.184194 -0.597211 -0.299937 -0.134123 -0.212602 -0.894942 -0.071453 -0.242487 -0.053754 -0.441722 -0.013283 -0.897191 -0.196658 -0.093371 -0.307367 -0.456058 -0.101669 -0.995390 -0.332093 -0.297347 -0.062045 -0.298244 -0.046351 -0.505428 -0.761426 -0.631070 -0.089892 -0.080862 -0.777241 -0.905135 -0.533772 -0.109154 -0.825809 -0.338098 -0.293973 -0.746313 -0.010337 -0.048447 -0.667916 -0.603468 -0.526102 -0.729709 -0.707253 -0.781377 -0.287977 -0.692532 -0.556670 -0.396521 -0.061591 -0.780176 -0.337584 -0.607866 -0.741254 -0.104813 -0.127888 -0.549540 -0.485229 -0.890476 -0.798960 -0.734341 -0.051332 -0.072885 -0.088527 -0.798351 -0.943008 -0.683716 -0.132083 -0.722725 -0.110353 -0.117493 -0.640718 -0.328814 -0.653812 -0.749131 -0.583186 -0.740032 -0.234827 -0.734958 -0.970599 -0.866930 -0.086235 -0.366437 -0.369199 -0.685028 -0.597942 -0.789364 -0.367653 -0.206028 -0.086667 -0.771934 -0.205675 -0.388272 -0.551779 -0.228953 -0.641941 -0.484480 -0.151846 -0.781932 -0.100606 -0.294066 -0.237373 -0.530872 -0.091499 -0.405315 -0.104846 -0.112284 -0.784428 -0.291570 -0.603533 -0.964423 -0.432485 -0.694752 -0.758099 -0.432642 -0.655498 -0.109755 -0.933760 -0.187461 -0.266179 -0.797830 -0.487604 -0.768958 -0.396007 -0.272939 -0.037235 -0.673295 -0.429564 -0.451739 -0.609857 -0.059403 -0.315811 -0.772722 -0.696433 -0.125332 -0.130151 -0.092352 -0.007820 -0.423109 -0.655573 -0.722923 -0.531209 -0.108818 -0.631766 -0.126500 -0.134303 -0.098594 -0.142027 -0.168251 -0.196249 -0.317480 -0.316429 -0.217563 -0.251042 -0.892922 -0.703223 -0.555738 -0.184434 -0.212031 -0.077347 -0.913800 -0.706715 -0.557789 -0.313429 -0.166204 -0.622497 -0.987935 -0.170432 -0.257792 -0.396799 -0.073995 -0.684096 -0.402388 -0.982835 -0.402184 -0.620672 -0.154370 -0.381345 -0.161134 -0.758112 -0.871111 -0.350777 -0.685536 -0.294149 -0.530629 -0.832423 -0.597490 -0.335311 -0.299225 -0.452593 -0.422646 -0.359606 -0.558319 -0.742545 -0.424335 -0.429356 -0.124873 -0.024434 -0.290185 -0.317521 -0.653690 -0.956936 -0.935731 -0.457886 -0.240478 -0.763898 -0.759327 -0.740648 -0.743688 -0.105920 -0.681560 -0.463261 -0.212163 -0.098519 -0.823574 -0.175010 -0.163570 -0.665987 -0.894389 -0.516558 -0.702702 -0.153590 -0.953457 -0.540884 -0.679734 -0.036563 -0.809204 -0.748619 -0.120187 -0.525045 -0.325834 -0.546449 -0.398881 -0.415093 -0.180738 -0.255387 -0.020536 -0.923676 -0.653700 -0.932614 -0.163512 -0.921097 -0.794658 -0.577394 -0.440036 -0.257614 -0.751946 -0.228669 -0.064187 -0.767330 -0.671202 -0.715213 -0.642061 -0.419048 -0.390762 -0.816140 -0.317428 -0.814540 -0.789074 -0.852264 -0.505637 -0.635661 -0.950894 -0.443964 -0.060019 -0.866750 -0.631189 -0.355074 -0.997003 -0.224172 -0.652451 -0.604991 -0.387245 -0.142187 -0.025135 -0.421112 -0.184100 -0.725775 -0.370363 -0.841560 -0.734230 -0.571026 -0.176855 -0.957384 -0.265322 -0.924581 -0.223770 -0.373564 -0.087500 -0.640117 diff --git a/Developer_Contributed/03-HLS_Code_Optimization/files/examples/2_float_fir_filter/src/data/out_res.dat b/Developer_Contributed/03-HLS_Code_Optimization/files/examples/2_float_fir_filter/src/data/out_res.dat deleted file mode 100644 index 6ce3b4cd79..0000000000 --- a/Developer_Contributed/03-HLS_Code_Optimization/files/examples/2_float_fir_filter/src/data/out_res.dat +++ /dev/null @@ -1,1024 +0,0 @@ - 0.14715 - 0.20031 - 0.65293 - 1.10880 - 1.10012 - 1.66188 - 1.77205 - 1.63959 - 2.04237 - 3.06962 - 3.04072 - 4.02733 - 4.13566 - 4.47121 - 4.90554 - 4.76246 - 4.91073 - 5.16560 - 4.96495 - 5.02496 - 5.36565 - 5.36185 - 6.22240 - 5.42449 - 5.16681 - 5.37932 - 5.54659 - 5.73658 - 5.94490 - 5.00219 - 5.23125 - 5.12095 - 5.50075 - 4.92696 - 4.96523 - 4.01575 - 4.31623 - 4.16431 - 4.45682 - 3.79577 - 3.98131 - 3.39006 - 3.00716 - 3.18914 - 3.68656 - 3.51992 - 3.99101 - 3.76647 - 3.81550 - 4.27403 - 4.19229 - 4.96554 - 4.20996 - 4.58399 - 4.05328 - 4.17632 - 4.32074 - 4.56367 - 4.46725 - 4.02077 - 4.73786 - 4.09282 - 4.45640 - 3.64564 - 4.32708 - 4.05565 - 4.74728 - 4.29719 - 4.34880 - 4.31816 - 4.28154 - 4.23903 - 4.27091 - 4.40297 - 5.00847 - 4.34908 - 4.61092 - 3.77182 - 4.49097 - 3.75470 - 4.21770 - 3.51080 - 3.69196 - 4.30969 - 4.14794 - 4.27853 - 4.24343 - 4.36308 - 4.26966 - 4.62984 - 4.30847 - 4.22885 - 4.67421 - 4.25530 - 4.36930 - 4.73065 - 4.70110 - 4.58462 - 4.43624 - 3.79284 - 3.48779 - 3.55281 - 3.78617 - 3.74900 - 3.34246 - 3.84197 - 3.08712 - 4.07851 - 3.13488 - 3.74522 - 3.36578 - 3.89313 - 3.49312 - 3.50017 - 3.45104 - 3.93623 - 3.87093 - 4.34472 - 4.23491 - 4.57558 - 3.58817 - 4.58377 - 3.55146 - 4.67933 - 3.63404 - 4.56786 - 4.10352 - 4.81160 - 3.89665 - 4.47366 - 3.96572 - 4.30200 - 4.09804 - 4.50298 - 4.15343 - 4.21392 - 3.74785 - 3.70683 - 4.13448 - 4.20851 - 4.20553 - 3.40952 - 4.13323 - 3.34264 - 4.07001 - 3.77588 - 4.05431 - 3.21171 - 3.34982 - 3.47696 - 3.42551 - 3.59035 - 3.45588 - 2.90275 - 3.36965 - 3.36610 - 3.15807 - 3.12431 - 3.22742 - 3.08867 - 3.15800 - 3.71897 - 3.87225 - 4.21326 - 3.73259 - 4.06207 - 4.21101 - 3.82060 - 4.27439 - 3.89621 - 3.89078 - 3.84952 - 3.66131 - 2.84317 - 3.48965 - 3.44583 - 3.71908 - 3.31534 - 3.41552 - 3.11782 - 4.03976 - 4.02213 - 3.73566 - 2.97877 - 3.20125 - 3.34957 - 4.07870 - 3.64754 - 3.82239 - 3.52175 - 4.55498 - 3.96833 - 4.63553 - 4.25553 - 4.04049 - 4.04934 - 4.38520 - 3.93596 - 4.18127 - 4.46649 - 4.48217 - 4.87969 - 4.90412 - 4.48965 - 4.69976 - 4.73704 - 4.65557 - 4.92957 - 5.17080 - 4.98407 - 5.12862 - 5.31497 - 4.78304 - 4.97051 - 4.95417 - 4.51637 - 4.86517 - 4.47041 - 4.19844 - 3.76093 - 3.94072 - 3.28558 - 3.49888 - 3.63540 - 3.29894 - 3.33914 - 3.25269 - 3.80411 - 3.42358 - 3.80258 - 3.73194 - 3.31539 - 3.85588 - 4.02179 - 4.46736 - 4.37030 - 3.99317 - 3.39852 - 3.69313 - 3.65303 - 3.32568 - 3.39089 - 3.10789 - 3.11043 - 3.42376 - 2.91382 - 3.46571 - 3.66241 - 3.55984 - 3.07798 - 3.76228 - 3.33482 - 4.11522 - 4.31531 - 4.17294 - 4.42717 - 4.36476 - 4.17139 - 4.62261 - 4.71358 - 4.57446 - 4.66108 - 3.96900 - 4.64479 - 4.67067 - 5.17429 - 3.99384 - 4.78573 - 3.82235 - 4.53562 - 4.26626 - 4.77621 - 4.18731 - 4.41524 - 3.87441 - 4.42015 - 4.30505 - 4.76857 - 4.29329 - 3.98963 - 4.47990 - 4.27586 - 4.48293 - 4.46788 - 5.08504 - 4.62364 - 5.28843 - 5.12609 - 4.65729 - 5.03347 - 4.86069 - 4.54434 - 4.66535 - 4.35732 - 4.56946 - 4.39369 - 5.05682 - 4.62489 - 5.10071 - 4.29048 - 4.78316 - 4.20666 - 4.13754 - 3.75139 - 3.22786 - 3.63646 - 3.62721 - 3.93845 - 3.36613 - 3.90561 - 4.13491 - 3.48344 - 4.13241 - 3.10025 - 4.01262 - 4.00422 - 4.79283 - 4.32915 - 4.55765 - 4.66014 - 4.57904 - 4.91749 - 4.58259 - 4.57688 - 4.05381 - 4.93915 - 4.21736 - 4.22004 - 3.78379 - 3.36706 - 3.59594 - 4.13922 - 3.65501 - 3.59684 - 3.31883 - 3.83545 - 3.76169 - 4.05092 - 3.41730 - 3.48415 - 3.13506 - 3.60197 - 3.89365 - 3.70879 - 3.63243 - 3.32089 - 3.43928 - 3.57004 - 3.66579 - 4.62196 - 3.78861 - 5.01853 - 4.28673 - 4.74097 - 4.68880 - 5.15849 - 4.63839 - 4.97295 - 4.80456 - 4.32947 - 5.07741 - 4.41991 - 4.69974 - 4.51019 - 4.65162 - 3.88294 - 4.33472 - 4.21020 - 3.66506 - 4.17699 - 3.52261 - 4.44174 - 4.17624 - 4.40091 - 3.44380 - 4.28950 - 4.16578 - 4.05082 - 4.21408 - 3.62650 - 3.95408 - 3.66217 - 3.83822 - 3.14852 - 3.81540 - 3.28356 - 3.38173 - 3.87008 - 4.00194 - 3.68268 - 4.23945 - 3.68285 - 4.33450 - 4.62241 - 5.18198 - 4.59696 - 5.18666 - 4.13730 - 4.51170 - 4.50465 - 4.56766 - 3.89018 - 3.98171 - 3.33651 - 3.56425 - 3.76312 - 3.57302 - 3.22200 - 3.29698 - 2.74423 - 2.90180 - 3.01428 - 3.13701 - 3.61462 - 3.87554 - 4.23806 - 3.89119 - 4.32947 - 3.95853 - 4.46768 - 3.88527 - 4.14760 - 3.96475 - 4.48775 - 4.57182 - 4.49814 - 3.92358 - 3.68315 - 3.98326 - 4.06805 - 3.70747 - 3.71511 - 3.29726 - 3.86033 - 3.87749 - 4.40995 - 3.61230 - 4.50595 - 4.06104 - 4.79921 - 4.74466 - 4.98891 - 4.76204 - 4.64151 - 4.65789 - 4.42421 - 4.87487 - 4.32745 - 4.36961 - 3.50507 - 3.83947 - 3.96397 - 4.28701 - 3.73209 - 4.32894 - 3.64435 - 4.31104 - 4.09189 - 4.36356 - 4.23284 - 3.91093 - 3.84731 - 3.13447 - 4.20625 - 3.61342 - 3.83320 - 3.69225 - 3.76549 - 3.29108 - 3.81086 - 3.52734 - 3.97472 - 3.30882 - 3.85490 - 2.91670 - 3.98711 - 3.25157 - 3.84498 - 3.58808 - 4.09429 - 4.09226 - 3.98334 - 4.04679 - 3.94392 - 4.30137 - 4.51107 - 4.18517 - 4.35971 - 4.13677 - 4.40737 - 4.49250 - 4.88505 - 4.42166 - 4.63815 - 4.86622 - 4.02034 - 4.62255 - 4.13056 - 4.38434 - 4.29269 - 4.50434 - 4.34908 - 4.70443 - 4.63912 - 4.77018 - 5.01567 - 4.78870 - 4.46407 - 4.74202 - 4.37018 - 5.04578 - 4.77261 - 4.68122 - 4.16752 - 4.39634 - 4.90766 - 4.49991 - 5.09930 - 4.15270 - 4.44704 - 4.18723 - 4.40023 - 3.87927 - 4.28401 - 4.16196 - 4.05151 - 4.04874 - 3.73811 - 3.93567 - 4.19237 - 3.73732 - 3.63441 - 3.88703 - 3.81398 - 4.48689 - 4.82281 - 5.16006 - 4.49580 - 5.00073 - 4.37287 - 4.65918 - 4.35948 - 4.20510 - 3.96199 - 3.95824 - 4.04529 - 3.78498 - 4.34081 - 4.14151 - 3.83435 - 3.80201 - 3.81760 - 3.63760 - 3.84277 - 3.67313 - 3.48302 - 4.06886 - 3.43382 - 3.86813 - 3.66231 - 3.87515 - 3.80711 - 4.32319 - 3.84418 - 4.08422 - 3.76123 - 4.18242 - 3.64293 - 4.26845 - 3.73360 - 4.35712 - 4.28681 - 4.64583 - 4.79524 - 4.66296 - 5.48084 - 4.95705 - 5.04381 - 4.77524 - 5.14260 - 5.04635 - 5.53930 - 5.00275 - 5.03231 - 5.56100 - 4.99094 - 4.86808 - 4.93194 - 4.89941 - 5.31276 - 5.49832 - 4.74232 - 4.69481 - 4.13522 - 4.10370 - 3.75978 - 4.29379 - 3.71985 - 3.66789 - 3.62413 - 3.46902 - 3.15235 - 3.42181 - 3.42914 - 3.45077 - 3.71469 - 3.75423 - 3.63558 - 4.38379 - 4.70049 - 4.47620 - 5.33332 - 4.77753 - 5.58485 - 5.32590 - 6.34003 - 5.57429 - 5.58872 - 5.24970 - 5.51100 - 5.81196 - 5.35919 - 5.54720 - 5.05837 - 4.86767 - 5.34229 - 4.54189 - 5.00603 - 4.92487 - 5.27510 - 4.94028 - 5.59296 - 5.27113 - 5.10328 - 5.39872 - 4.94434 - 5.00847 - 4.83566 - 5.45455 - 4.89045 - 5.71509 - 5.33794 - 5.23976 - 4.59118 - 4.36552 - 4.03193 - 4.28601 - 3.85648 - 3.32825 - 3.56571 - 3.07363 - 3.42814 - 3.09900 - 2.58907 - 2.51861 - 2.70634 - 2.31373 - 2.60741 - 2.56889 - 2.70984 - 2.40048 - 2.94054 - 2.72038 - 2.99283 - 3.59232 - 3.73876 - 3.91845 - 4.14127 - 4.01748 - 3.91675 - 4.16900 - 4.23013 - 4.53601 - 3.68547 - 3.65268 - 3.43547 - 3.87891 - 3.40877 - 3.85752 - 3.15981 - 3.60967 - 3.59326 - 3.43429 - 3.24042 - 4.22168 - 3.75116 - 4.36679 - 4.48748 - 5.23827 - 5.04308 - 4.86086 - 4.93752 - 4.86600 - 5.19560 - 5.19759 - 4.79765 - 4.48262 - 4.52088 - 4.27200 - 3.60187 - 3.60686 - 3.75243 - 3.27151 - 3.83709 - 3.12533 - 4.02232 - 3.26559 - 3.84421 - 3.60530 - 3.71546 - 4.45543 - 3.86016 - 4.50071 - 3.58188 - 4.64214 - 4.06758 - 4.62536 - 4.00552 - 4.25615 - 4.56390 - 4.49544 - 5.20323 - 4.49725 - 4.57791 - 3.95436 - 4.09566 - 4.22000 - 3.99315 - 3.44382 - 3.59683 - 3.24253 - 3.59215 - 3.95454 - 3.30315 - 3.34075 - 3.50944 - 4.20555 - 3.68439 - 4.76115 - 3.76279 - 4.06042 - 4.12334 - 4.59941 - 3.77965 - 3.87806 - 3.30366 - 3.36591 - 2.67840 - 3.53052 - 2.66754 - 2.90439 - 2.46335 - 2.71593 - 2.09473 - 3.27146 - 2.99985 - 2.67878 - 2.51317 - 2.80687 - 2.31628 - 3.20286 - 3.27149 - 3.16392 - 3.05932 - 2.99820 - 3.12860 - 3.18461 - 3.77020 - 3.41027 - 3.85400 - 3.20340 - 3.44870 - 3.87862 - 4.22022 - 3.70061 - 3.81462 - 3.73981 - 3.72973 - 4.71192 - 4.12340 - 3.85906 - 3.81793 - 4.18300 - 3.93460 - 4.38648 - 3.90831 - 4.55362 - 4.22641 - 4.73384 - 4.60040 - 4.45256 - 3.93133 - 4.14284 - 3.85025 - 3.97765 - 4.54709 - 4.22322 - 3.60156 - 3.78637 - 3.46148 - 4.05957 - 4.26020 - 4.67659 - 3.98105 - 4.24087 - 3.61131 - 3.62730 - 4.11293 - 4.15206 - 3.79721 - 3.93848 - 3.99778 - 4.03945 - 4.51145 - 4.25184 - 4.19201 - 4.65765 - 4.18389 - 4.72550 - 4.28269 - 4.73618 - 4.71538 - 5.38524 - 4.83618 - 4.60898 - 3.89389 - 4.19476 - 4.10070 - 4.31455 - 3.99776 - 3.59924 - 3.47100 - 3.81904 - 3.57088 - 3.63948 - 3.47924 - 3.01674 - 2.99614 - 3.61088 - 2.80733 - 3.45610 - 2.91842 - 2.90786 - 3.03263 - 3.04254 - 3.08506 - 3.35513 - 3.48595 - 2.96913 - 3.83554 - 3.57435 - 3.94143 - 4.01123 - 4.35794 - 4.13311 - 4.73673 - 4.59212 - 4.90850 - 4.53170 - 4.63033 - 4.45564 - 3.61062 - 4.36222 - 3.53542 - 4.11392 - 4.03109 - 3.90366 - 3.37493 - 3.65302 - 3.93489 - 3.37506 - 3.70240 - 2.90709 - 2.66660 - 3.01564 - 3.52790 - 3.52909 - 3.47147 - 3.00602 - 2.81071 - 2.73462 - 2.93342 - 2.62264 - 2.81274 - 2.33267 - 2.70281 - 2.64522 - 2.71440 - 2.77204 - 2.29156 - 2.56593 - 2.38219 - 2.73794 - 2.40462 - 2.71651 - 2.30408 - 3.24357 - 3.40923 - 3.96800 - 3.85543 - 3.76746 - 3.37766 - 4.07646 - 4.13041 - 3.98535 - 3.95267 - 3.17457 - 3.58453 - 4.00589 - 4.61667 - 3.83857 - 4.21427 - 3.02439 - 3.97252 - 3.44875 - 4.13653 - 3.91749 - 4.06586 - 4.26855 - 3.98916 - 4.20863 - 4.06455 - 4.71666 - 4.02336 - 4.36931 - 3.97777 - 3.91110 - 4.35678 - 4.51458 - 4.55334 - 4.01738 - 3.97443 - 3.66355 - 3.56026 - 3.46657 - 3.47818 - 3.56486 - 3.93945 - 4.10634 - 3.74134 - 3.76599 - 3.87110 - 3.96101 - 4.18245 - 4.66828 - 4.50694 - 4.54544 - 4.53302 - 4.78957 - 4.56179 - 5.29325 - 4.05466 - 4.10166 - 4.14106 - 4.46508 - 3.86173 - 4.33060 - 3.71989 - 3.92711 - 3.80844 - 4.32415 - 3.82987 - 4.87038 - 4.27624 - 4.29237 - 4.53947 - 4.73384 - 4.50161 - 3.88943 - 4.47729 - 3.54576 - 4.23334 - 3.23007 - 3.79569 - 3.56305 - 4.36250 - 3.58580 - 4.09758 - 3.54780 - 4.11796 - 4.06994 - 4.42015 - 4.30966 - 4.09288 - 4.47504 - 4.63281 - 5.21640 - 4.54717 - 4.73568 - 4.59278 - 4.14112 - 4.52984 - 3.99542 - 4.60117 - 4.77736 - 5.04719 - 4.55371 - 5.19686 - 5.16838 - 5.22306 - 4.98657 - 5.21717 - 5.24005 - 4.90206 - 5.63466 - 5.17062 - 5.09851 - 4.88065 - 4.82540 - 4.04177 - 4.57088 - 3.99804 - 3.55898 - 4.25037 - 3.92250 - 4.34984 - 3.59683 - 4.12297 - 3.12881 - 4.25811 - 3.46037 - 4.13067 - 3.81079 - 4.46862 diff --git a/Developer_Contributed/03-HLS_Code_Optimization/files/examples/2_float_fir_filter/src/data/ref_res.dat b/Developer_Contributed/03-HLS_Code_Optimization/files/examples/2_float_fir_filter/src/data/ref_res.dat deleted file mode 100644 index bd1035b1c4..0000000000 --- a/Developer_Contributed/03-HLS_Code_Optimization/files/examples/2_float_fir_filter/src/data/ref_res.dat +++ /dev/null @@ -1,1026 +0,0 @@ -# Copyright © 2023 Advanced Micro Devices, Inc. All rights reserved. -# SPDX-License-Identifier: MIT -0.147153 -0.200306 -0.652929 -1.108802 -1.100123 -1.661883 -1.772051 -1.639588 -2.042372 -3.069616 -3.040723 -4.027328 -4.135660 -4.471208 -4.905540 -4.762460 -4.910725 -5.165600 -4.964946 -5.024961 -5.365653 -5.361855 -6.222404 -5.424491 -5.166815 -5.379323 -5.546588 -5.736576 -5.944896 -5.002193 -5.231246 -5.120951 -5.500745 -4.926954 -4.965231 -4.015754 -4.316229 -4.164310 -4.456818 -3.795772 -3.981305 -3.390062 -3.007155 -3.189139 -3.686559 -3.519924 -3.991014 -3.766474 -3.815497 -4.274033 -4.192291 -4.965539 -4.209959 -4.583987 -4.053277 -4.176318 -4.320736 -4.563671 -4.467251 -4.020766 -4.737855 -4.092816 -4.456400 -3.645643 -4.327083 -4.055649 -4.747282 -4.297191 -4.348798 -4.318156 -4.281538 -4.239028 -4.270914 -4.402966 -5.008467 -4.349077 -4.610916 -3.771822 -4.490971 -3.754696 -4.217696 -3.510801 -3.691962 -4.309691 -4.147941 -4.278533 -4.243429 -4.363073 -4.269658 -4.629839 -4.308471 -4.228845 -4.674210 -4.255294 -4.369296 -4.730649 -4.701099 -4.584615 -4.436243 -3.792840 -3.487790 -3.552810 -3.786171 -3.748994 -3.342457 -3.841965 -3.087120 -4.078511 -3.134878 -3.745221 -3.365777 -3.893125 -3.493117 -3.500173 -3.451041 -3.936228 -3.870930 -4.344718 -4.234906 -4.575579 -3.588166 -4.583766 -3.551456 -4.679334 -3.634040 -4.567857 -4.103516 -4.811603 -3.896647 -4.473658 -3.965716 -4.302001 -4.098038 -4.502983 -4.153431 -4.213917 -3.747851 -3.706830 -4.134477 -4.208510 -4.205533 -3.409518 -4.133226 -3.342642 -4.070009 -3.775878 -4.054312 -3.211705 -3.349815 -3.476961 -3.425512 -3.590353 -3.455877 -2.902751 -3.369648 -3.366097 -3.158072 -3.124310 -3.227421 -3.088668 -3.158002 -3.718969 -3.872247 -4.213258 -3.732589 -4.062074 -4.211006 -3.820597 -4.274393 -3.896212 -3.890780 -3.849523 -3.661304 -2.843170 -3.489649 -3.445831 -3.719080 -3.315333 -3.415515 -3.117814 -4.039762 -4.022130 -3.735655 -2.978772 -3.201245 -3.349570 -4.078700 -3.647536 -3.822391 -3.521745 -4.554982 -3.968329 -4.635529 -4.255524 -4.040492 -4.049333 -4.385201 -3.935963 -4.181270 -4.466493 -4.482167 -4.879685 -4.904118 -4.489645 -4.699758 -4.737039 -4.655563 -4.929565 -5.170801 -4.984064 -5.128616 -5.314969 -4.783045 -4.970511 -4.954173 -4.516374 -4.865171 -4.470410 -4.198441 -3.760934 -3.940717 -3.285584 -3.498885 -3.635400 -3.298941 -3.339142 -3.252694 -3.804111 -3.423580 -3.802580 -3.731941 -3.315392 -3.855880 -4.021794 -4.467361 -4.370296 -3.993167 -3.398523 -3.693132 -3.653027 -3.325677 -3.390885 -3.107893 -3.110432 -3.423763 -2.913824 -3.465711 -3.662413 -3.559841 -3.077982 -3.762275 -3.334820 -4.115217 -4.315306 -4.172935 -4.427171 -4.364755 -4.171385 -4.622608 -4.713579 -4.574454 -4.661082 -3.968994 -4.644788 -4.670668 -5.174284 -3.993840 -4.785724 -3.822346 -4.535614 -4.266256 -4.776212 -4.187305 -4.415244 -3.874411 -4.420147 -4.305046 -4.768569 -4.293290 -3.989633 -4.479897 -4.275855 -4.482930 -4.467879 -5.085045 -4.623639 -5.288426 -5.126091 -4.657292 -5.033471 -4.860693 -4.544339 -4.665349 -4.357322 -4.569461 -4.393688 -5.056820 -4.624888 -5.100709 -4.290482 -4.783162 -4.206657 -4.137541 -3.751391 -3.227859 -3.636457 -3.627215 -3.938452 -3.366132 -3.905610 -4.134911 -3.483442 -4.132411 -3.100251 -4.012621 -4.004219 -4.792830 -4.329151 -4.557644 -4.660141 -4.579036 -4.917489 -4.582591 -4.576880 -4.053812 -4.939147 -4.217359 -4.220038 -3.783785 -3.367055 -3.595940 -4.139223 -3.655010 -3.596840 -3.318827 -3.835454 -3.761691 -4.050923 -3.417296 -3.484153 -3.135063 -3.601967 -3.893651 -3.708792 -3.632432 -3.320888 -3.439278 -3.570044 -3.665792 -4.621961 -3.788609 -5.018527 -4.286734 -4.740968 -4.688798 -5.158493 -4.638391 -4.972949 -4.804556 -4.329474 -5.077414 -4.419906 -4.699736 -4.510186 -4.651620 -3.882941 -4.334718 -4.210203 -3.665062 -4.176994 -3.522611 -4.441736 -4.176238 -4.400906 -3.443799 -4.289499 -4.165780 -4.050819 -4.214077 -3.626494 -3.954077 -3.662169 -3.838217 -3.148520 -3.815399 -3.283559 -3.381730 -3.870081 -4.001939 -3.682683 -4.239449 -3.682847 -4.334498 -4.622405 -5.181983 -4.596963 -5.186656 -4.137303 -4.511697 -4.504653 -4.567655 -3.890184 -3.981705 -3.336507 -3.564252 -3.763120 -3.573020 -3.221997 -3.296976 -2.744229 -2.901801 -3.014281 -3.137015 -3.614619 -3.875545 -4.238057 -3.891190 -4.329465 -3.958529 -4.467679 -3.885267 -4.147600 -3.964750 -4.487752 -4.571818 -4.498143 -3.923583 -3.683150 -3.983261 -4.068052 -3.707468 -3.715111 -3.297258 -3.860330 -3.877487 -4.409954 -3.612297 -4.505949 -4.061034 -4.799206 -4.744654 -4.988911 -4.762041 -4.641506 -4.657891 -4.424207 -4.874870 -4.327448 -4.369605 -3.505068 -3.839472 -3.963972 -4.287014 -3.732090 -4.328942 -3.644355 -4.311046 -4.091890 -4.363558 -4.232841 -3.910929 -3.847314 -3.134469 -4.206254 -3.613415 -3.833200 -3.692247 -3.765494 -3.291078 -3.810864 -3.527334 -3.974718 -3.308822 -3.854895 -2.916704 -3.987112 -3.251565 -3.844978 -3.588084 -4.094290 -4.092264 -3.983344 -4.046790 -3.943919 -4.301373 -4.511066 -4.185168 -4.359708 -4.136772 -4.407374 -4.492496 -4.885051 -4.421662 -4.638149 -4.866219 -4.020336 -4.622553 -4.130563 -4.384338 -4.292690 -4.504340 -4.349075 -4.704432 -4.639117 -4.770182 -5.015664 -4.788697 -4.464067 -4.742019 -4.370179 -5.045783 -4.772610 -4.681223 -4.167521 -4.396345 -4.907662 -4.499907 -5.099294 -4.152700 -4.447038 -4.187230 -4.400229 -3.879265 -4.284007 -4.161960 -4.051505 -4.048738 -3.738111 -3.935671 -4.192368 -3.737315 -3.634410 -3.887028 -3.813977 -4.486892 -4.822812 -5.160059 -4.495798 -5.000726 -4.372867 -4.659184 -4.359481 -4.205097 -3.961987 -3.958243 -4.045287 -3.784980 -4.340811 -4.141512 -3.834355 -3.802009 -3.817605 -3.637601 -3.842767 -3.673125 -3.483021 -4.068864 -3.433816 -3.868127 -3.662310 -3.875147 -3.807111 -4.323191 -3.844178 -4.084223 -3.761229 -4.182425 -3.642927 -4.268448 -3.733598 -4.357120 -4.286810 -4.645826 -4.795235 -4.662958 -5.480837 -4.957053 -5.043812 -4.775238 -5.142601 -5.046351 -5.539297 -5.002747 -5.032309 -5.561004 -4.990935 -4.868078 -4.931941 -4.899411 -5.312759 -5.498320 -4.742324 -4.694807 -4.135224 -4.103702 -3.759782 -4.293793 -3.719846 -3.667891 -3.624129 -3.469020 -3.152353 -3.421811 -3.429140 -3.450774 -3.714685 -3.754231 -3.635582 -4.383793 -4.700486 -4.476202 -5.333319 -4.777524 -5.584851 -5.325900 -6.340031 -5.574294 -5.588718 -5.249703 -5.510996 -5.811962 -5.359194 -5.547198 -5.058366 -4.867673 -5.342293 -4.541891 -5.006032 -4.924873 -5.275095 -4.940276 -5.592964 -5.271133 -5.103282 -5.398722 -4.944343 -5.008468 -4.835655 -5.454551 -4.890452 -5.715086 -5.337939 -5.239761 -4.591182 -4.365518 -4.031926 -4.286010 -3.856474 -3.328248 -3.565710 -3.073632 -3.428140 -3.098999 -2.589071 -2.518608 -2.706340 -2.313731 -2.607406 -2.568886 -2.709838 -2.400476 -2.940537 -2.720382 -2.992826 -3.592318 -3.738763 -3.918447 -4.141266 -4.017484 -3.916748 -4.169000 -4.230126 -4.536006 -3.685467 -3.652677 -3.435465 -3.878913 -3.408774 -3.857518 -3.159812 -3.609673 -3.593262 -3.434287 -3.240421 -4.221681 -3.751161 -4.366785 -4.487482 -5.238265 -5.043074 -4.860854 -4.937521 -4.866002 -5.195600 -5.197591 -4.797650 -4.482620 -4.520884 -4.271997 -3.601867 -3.606862 -3.752429 -3.271508 -3.837089 -3.125326 -4.022322 -3.265585 -3.844208 -3.605304 -3.715464 -4.455429 -3.860160 -4.500710 -3.581879 -4.642137 -4.067581 -4.625359 -4.005518 -4.256147 -4.563903 -4.495436 -5.203229 -4.497252 -4.577913 -3.954359 -4.095655 -4.220000 -3.993150 -3.443817 -3.596826 -3.242532 -3.592153 -3.954536 -3.303151 -3.340746 -3.509435 -4.205548 -3.684390 -4.761154 -3.762785 -4.060423 -4.123338 -4.599407 -3.779653 -3.878058 -3.303659 -3.365906 -2.678405 -3.530525 -2.667543 -2.904385 -2.463346 -2.715925 -2.094733 -3.271464 -2.999851 -2.678782 -2.513173 -2.806867 -2.316281 -3.202863 -3.271485 -3.163915 -3.059314 -2.998197 -3.128604 -3.184613 -3.770202 -3.410267 -3.853998 -3.203401 -3.448704 -3.878620 -4.220218 -3.700612 -3.814617 -3.739806 -3.729733 -4.711920 -4.123398 -3.859064 -3.817934 -4.182996 -3.934605 -4.386483 -3.908307 -4.553622 -4.226409 -4.733838 -4.600395 -4.452557 -3.931332 -4.142842 -3.850245 -3.977647 -4.547091 -4.223221 -3.601561 -3.786373 -3.461484 -4.059569 -4.260197 -4.676587 -3.981054 -4.240867 -3.611312 -3.627298 -4.112930 -4.152056 -3.797210 -3.938480 -3.997777 -4.039450 -4.511446 -4.251840 -4.192008 -4.657646 -4.183888 -4.725502 -4.282686 -4.736180 -4.715382 -5.385236 -4.836176 -4.608977 -3.893892 -4.194755 -4.100692 -4.314544 -3.997756 -3.599240 -3.470994 -3.819043 -3.570880 -3.639480 -3.479235 -3.016740 -2.996135 -3.610883 -2.807328 -3.456101 -2.918416 -2.907864 -3.032631 -3.042543 -3.085065 -3.355130 -3.485954 -2.969126 -3.835539 -3.574347 -3.941426 -4.011225 -4.357940 -4.133111 -4.736730 -4.592126 -4.908496 -4.531697 -4.630330 -4.455637 -3.610621 -4.362224 -3.535418 -4.113916 -4.031089 -3.903662 -3.374930 -3.653023 -3.934895 -3.375057 -3.702403 -2.907088 -2.666602 -3.015641 -3.527906 -3.529094 -3.471470 -3.006020 -2.810709 -2.734625 -2.933424 -2.622643 -2.812743 -2.332667 -2.702816 -2.645221 -2.714403 -2.772038 -2.291555 -2.565930 -2.382193 -2.737945 -2.404624 -2.716510 -2.304077 -3.243574 -3.409228 -3.967998 -3.855434 -3.767458 -3.377658 -4.076455 -4.130412 -3.985350 -3.952668 -3.174566 -3.584530 -4.005887 -4.616673 -3.838573 -4.214273 -3.024393 -3.972522 -3.448753 -4.136534 -3.917494 -4.065858 -4.268552 -3.989164 -4.208632 -4.064548 -4.716661 -4.023357 -4.369308 -3.977764 -3.911098 -4.356776 -4.514578 -4.553342 -4.017383 -3.974427 -3.663545 -3.560257 -3.466574 -3.478184 -3.564857 -3.939454 -4.106340 -3.741343 -3.765992 -3.871103 -3.961012 -4.182447 -4.668277 -4.506944 -4.545442 -4.533024 -4.789575 -4.561794 -5.293247 -4.054657 -4.101658 -4.141065 -4.465080 -3.861728 -4.330597 -3.719890 -3.927113 -3.808439 -4.324154 -3.829874 -4.870383 -4.276244 -4.292367 -4.539468 -4.733838 -4.501610 -3.889431 -4.477287 -3.545756 -4.233338 -3.230069 -3.795694 -3.563045 -4.362496 -3.585803 -4.097579 -3.547797 -4.117955 -4.069942 -4.420152 -4.309659 -4.092882 -4.475039 -4.632811 -5.216399 -4.547170 -4.735676 -4.592777 -4.141125 -4.529840 -3.995421 -4.601166 -4.777362 -5.047185 -4.553710 -5.196864 -5.168383 -5.223060 -4.986567 -5.217165 -5.240052 -4.902058 -5.634656 -5.170616 -5.098509 -4.880650 -4.825397 -4.041766 -4.570884 -3.998041 -3.558980 -4.250368 -3.922500 -4.349836 -3.596826 -4.122967 -3.128806 -4.258111 -3.460371 -4.130675 -3.810790 -4.468620 diff --git a/Developer_Contributed/03-HLS_Code_Optimization/files/examples/2_float_fir_filter/src/fir.cpp b/Developer_Contributed/03-HLS_Code_Optimization/files/examples/2_float_fir_filter/src/fir.cpp deleted file mode 100644 index 97ded1ec44..0000000000 --- a/Developer_Contributed/03-HLS_Code_Optimization/files/examples/2_float_fir_filter/src/fir.cpp +++ /dev/null @@ -1,50 +0,0 @@ -/* -# Copyright © 2023 Advanced Micro Devices, Inc. All rights reserved. -# SPDX-License-Identifier: MIT - -Author: Daniele Bagni, Xilinx Inc -*/ - -#include "fir.h" - -out_data_t fir_filter (inp_data_t x, coef_t c[N]) -{ - - static inp_data_t shift_reg[N]; - - acc_t acc = 0; - acc_t mult; - out_data_t y; - - -// OLD directives: now deprecated -//#pragma HLS RESOURCE variable=mult core=FMul_meddsp -//#pragma HLS RESOURCE variable=acc core=FAddSub_nodsp - - - - Shift_Accum_Loop: for (int i=N-1;i>=0;i--) - { -#pragma HLS LOOP_TRIPCOUNT min=1 max=16 avg=8 - - if (i==0) - { - //acc+=x*c[0]; - shift_reg[0]=x; - } - else - { - shift_reg[i]=shift_reg[i-1]; - //acc+=shift_reg[i]*c[i]; - } - //acc = acc + shift_reg[i]*c[i]; - mult = shift_reg[i]*c[i]; - acc = acc + mult; - - } - - y = (out_data_t) acc; - - return y; - -} diff --git a/Developer_Contributed/03-HLS_Code_Optimization/files/examples/2_float_fir_filter/src/fir.h b/Developer_Contributed/03-HLS_Code_Optimization/files/examples/2_float_fir_filter/src/fir.h deleted file mode 100644 index 193b2f7f7e..0000000000 --- a/Developer_Contributed/03-HLS_Code_Optimization/files/examples/2_float_fir_filter/src/fir.h +++ /dev/null @@ -1,37 +0,0 @@ -/* -# Copyright © 2023 Advanced Micro Devices, Inc. All rights reserved. -# SPDX-License-Identifier: MIT - -Author: Daniele Bagni, Xilinx Inc -*/ - -#ifndef _H_FIR_H_ -#define _H_FIR_H_ - -#define N 16 - -#define SAMPLES 1024 - -const float THRESHOLD = 1.0; - -//#define HLS_FIXED_POINT - -#ifdef HLS_FIXED_POINT -#include "ap_fixed.h" - -typedef ap_fixed<18,2> coef_t; -typedef ap_fixed<48,12> out_data_t; -typedef ap_fixed<18,2> inp_data_t; -typedef ap_fixed<48,12> acc_t; - -#else //FULLY Single-Precision (32-bit) Floating-Point -typedef float coef_t; -typedef float out_data_t; -typedef float inp_data_t; -typedef float acc_t; - -#endif - -out_data_t fir_filter ( inp_data_t x, coef_t c[N] ); - -#endif // _H_FIR_H_ diff --git a/Developer_Contributed/03-HLS_Code_Optimization/files/examples/2_float_fir_filter/src/fir_test.cpp b/Developer_Contributed/03-HLS_Code_Optimization/files/examples/2_float_fir_filter/src/fir_test.cpp deleted file mode 100644 index 96ac688ddc..0000000000 --- a/Developer_Contributed/03-HLS_Code_Optimization/files/examples/2_float_fir_filter/src/fir_test.cpp +++ /dev/null @@ -1,114 +0,0 @@ -/* -# Copyright © 2023 Advanced Micro Devices, Inc. All rights reserved. -# SPDX-License-Identifier: MIT - -Author: Daniele Bagni, Xilinx Inc -*/ - -#include -#include -#include - -#include "fir.h" - - -int main (void) -{ - - inp_data_t signal[SAMPLES]; - out_data_t output[SAMPLES], reference[SAMPLES]; - coef_t taps[N]; - - FILE *fp1, *fp2, *fp3; - int i, ret_value; - float val1, val2; - float diff, tot_diff; - int val3; - - tot_diff = 0; - - // LOAD FILTER COEFFICIENTS - fp1=fopen("./data/fir_coeff.dat","r"); - fscanf(fp1, "%*[^\n]\n"); //skip first line - fscanf(fp1, "%*[^\n]\n"); //skip second line - for (i=0;i -#include -#include -#include "ap_bmp.h" - - -//Open the BMP input file -FILE *BMP_InputOpen(char *name) -{ - FILE *bmp_file = fopen(name,"rb"); - if(bmp_file==NULL){ - printf("ERROR: could not open %s for reading\n",name); - } - return bmp_file; -} - -//Open the BMP output file -FILE *BMP_OutputOpen(char *name){ - FILE *bmp_file = fopen(name,"wb"); - if(!bmp_file){ - printf("ERROR: could not open %s for writing\n",name); - } - return bmp_file; -} - -//Close BMP file -int BMP_Close(FILE *bmp_file){ - if(bmp_file){ - fclose(bmp_file); - return 0; - } - else{ - printf("ERROR: could not close the BMP file\n"); - return 1; - } -} - -//Read the BMP file header -int BMP_Read_FileHeader(FILE *bmp_file, BMPHeader *file_header){ - if(!bmp_file){ - printf("ERROR: Can't read the image file\n"); - return 1; - } - - if(!fread(file_header,1,14,bmp_file)){ - printf("ERROR: Failed to read the image file header \n"); - return 1; - } - else - return 0; -} - -//Read the BMP data header -int BMP_Read_ImageHeader(FILE *bmp_file, BMPImageHeader *image_header){ - if(!bmp_file){ - printf("ERROR: Can't read the image file\n"); - return 1; - } - - if(!fread(image_header,1,40,bmp_file)){ - printf("ERROR: Failed to read the image data header \n"); - return 1; - } - else - return 0; -} - -//Read the BMP image data -int BMP_Read_Image(FILE *bmp_file, unsigned char *data, int size){ - if(!bmp_file){ - printf("ERROR: Can't read the image file\n"); - return 1; - } - - if(!fread(data,1,size,bmp_file)){ - printf("ERROR: Can't read the image data\n"); - return 1; - } - else{ - return 0; - } -} - -//Blank BMP Image -BMPImage *BMP_CreateBlank(void){ - BMPImage *bitmap = NULL; - BMPHeader *file_header = NULL; - BMPImageHeader *image_header = NULL; - - unsigned char *data; - - file_header = (BMPHeader *) calloc(sizeof(BMPHeader),1); - if(!file_header){ - printf("ERROR: Can't create file header in blank BMP\n"); - return NULL; - } - - image_header = (BMPImageHeader *) calloc(sizeof(BMPImageHeader),1); - if(!image_header){ - printf("ERROR: Can't create image header in blank BMP\n"); - if(file_header) free(file_header); - return NULL; - } - - bitmap = (BMPImage *) malloc(sizeof(BMPImage)); - if(!bitmap){ - printf("ERROR: Can't create image data in blank BMP\n"); - if(file_header) free(file_header); - if(image_header) free(image_header); - return NULL; - } - - data = (unsigned char *) malloc(MAX_COLS*MAX_ROWS*3); - if(!data){ - printf("ERROR: Allocate image temp space\n"); - if(file_header) free(file_header); - if(image_header) free(image_header); - if(bitmap) free(bitmap); - return NULL; - } - - bitmap->file_header = file_header; - bitmap->image_header = image_header; - bitmap->data = data; - - //Initialize to 0 - int i, j; - for(i = 0; i < MAX_ROWS; i++){ - for(j= 0; j < MAX_COLS; j++){ - bitmap->R[i][j]=0; - bitmap->G[i][j]=0; - bitmap->B[i][j]=0; - bitmap->Y[i][j]=0; - bitmap->U[i][j]=0; - bitmap->V[i][j]=0; - } - } - - return bitmap; -} - -//Delete bitmap from memory -void BMP_Delete(BMPImage *bitmap) -{ - if(bitmap){ - if(bitmap->file_header) free(bitmap->file_header); - if(bitmap->image_header) free(bitmap->image_header); - if(bitmap->data) free(bitmap->data); - free(bitmap); - } -} - - -//Read the image -int BMP_Read(char *file, int row, int col, unsigned char *R, unsigned char *G, unsigned char *B){ - BMPHeader *file_header = NULL; - BMPImageHeader *image_header = NULL; - unsigned char *image_data = NULL; - - FILE *bmp_file = NULL; - - int file_open; - - bmp_file = BMP_InputOpen(file); - - if(!bmp_file){ - printf("ERROR: Can't open file %s\n",file); - return 1; - } - - file_header = (BMPHeader *)malloc(sizeof(BMPHeader)); - if(!file_header){ - printf("ERROR: Can't allocate memory for file header\n"); - return 1; - } - - image_header = (BMPImageHeader *)malloc(sizeof(BMPImageHeader)); - if(!image_header){ - printf("ERROR: Can't allocate memory for image header\n"); - if(file_header) free(file_header); - return 1; - } - - int header_read; - header_read = BMP_Read_FileHeader(bmp_file,file_header); - - if(header_read){ - printf("ERROR: Can't read the image header\n"); - if(file_header) free(file_header); - if(image_header) free(image_header); - return 1; - } - - int img_header_read; - - img_header_read = BMP_Read_ImageHeader(bmp_file,image_header); - if(img_header_read){ - printf("ERROR: Can't read the data header\n"); - if(file_header) free(file_header); - if(image_header) free(image_header); - return 1; - } - - //Allocate memory for the image pixels - image_data = (unsigned char *)malloc(image_header->Height * image_header->Width * 3); - if(!image_data){ - printf("ERROR: Can't allocate memory for the image\n"); - if(file_header) free(file_header); - if(image_header) free(image_header); - return 1; - } - - int img_data_read; - - img_data_read = BMP_Read_Image(bmp_file,image_data,(image_header->Height*image_header->Width*3)); - if(img_data_read){ - printf("ERROR: Can't read the image data\n"); - if(file_header) free(file_header); - if(image_header) free(image_header); - if(image_data) free(image_data); - return 1; - } - - if(row != (int)image_header->Height){ - printf("ERROR: file image height %i different from requested height %i\n",image_header->Height,row); - if(file_header) free(file_header); - if(image_header) free(image_header); - if(image_data) free(image_data); - return 1; - } - - if(col != (int)image_header->Width){ - printf("ERROR: file image height %i different from requested height %i\n",image_header->Width,col); - if(file_header) free(file_header); - if(image_header) free(image_header); - if(image_data) free(image_data); - return 1; - } - - unsigned char *tmp = image_data; - - //Copy the image data into the storage arrays - int i, j; - for(i=0; i < row; i++){ - for(j=0; j < col; j++){ - unsigned char r_temp, b_temp, g_temp; - - b_temp = *tmp++; - g_temp = *tmp++; - r_temp = *tmp++; - - // printf("R %d G %d B %d\n",r_temp,b_temp,g_temp); - - R[(row-1-i)*col+j] = r_temp; - G[(row-1-i)*col+j] = g_temp; - B[(row-1-i)*col+j] = b_temp; - } - } - - BMP_Close(bmp_file); - - if(file_header) free(file_header); - if(image_header) free(image_header); - if(image_data) free(image_data); - - return 0; -} - -//Write the image to a file -int BMP_Write(char *file, int row, int col, unsigned char *R, unsigned char *G, unsigned char *B) -{ - BMPImage *bitmap = NULL; - FILE *output_image; - unsigned char *data; - - bitmap = BMP_CreateBlank(); - if(!bitmap){ - printf("ERROR: Can't create image for output file\n"); - return 1; - } - - bitmap->file_header->FileType = 19778; - bitmap->file_header->FileSize = 0; - bitmap->file_header->Reserved1 = 0; - bitmap->file_header->Reserved2 = 0; - bitmap->file_header->Offset = 54; - - bitmap->image_header->Size = 40; - bitmap->image_header->Width = col; - bitmap->image_header->Height = row; - bitmap->image_header->Planes = 1; - bitmap->image_header->BitsPerPixel = 24; - bitmap->image_header->Compression = 0; - bitmap->image_header->SizeOfBitmap = 3*row*col; - bitmap->image_header->HorzResolution = 2835; - bitmap->image_header->VertResolution = 2835; - bitmap->image_header->ColorsUsed = 0; - bitmap->image_header->ColorsImportant = 0; - - data = bitmap->data; - - //Store the image, bitmaps are stores upside down - int i, j; - for(i = 0; i < row; i++){ - for(j=0; j < col; j++){ - unsigned char r_temp, g_temp, b_temp; - - r_temp = R[(row-1-i)*col+j]; - g_temp = G[(row-1-i)*col+j]; - b_temp = B[(row-1-i)*col+j]; - - // printf("i %d j %d R %d G %d B %d\n",i, j,r_temp,g_temp,b_temp); - - *data++ = b_temp; - *data++ = g_temp; - *data++ = r_temp; - } - } - - output_image = fopen(file,"wb"); - if(!output_image){ - printf("ERROR: Can't open %s for writing\n",file); - BMP_Delete(bitmap); - return 1; - } - - fwrite(&bitmap->file_header->FileType,1,2,output_image); - fwrite(&bitmap->file_header->FileSize,1,4,output_image); - fwrite(&bitmap->file_header->Reserved1,1,2,output_image); - fwrite(&bitmap->file_header->Reserved2,1,2,output_image); - fwrite(&bitmap->file_header->Offset,1,4,output_image); - - fwrite(&bitmap->image_header->Size,1,4,output_image); - fwrite(&bitmap->image_header->Width,1,4,output_image); - fwrite(&bitmap->image_header->Height,1,4,output_image); - fwrite(&bitmap->image_header->Planes,1,2,output_image); - fwrite(&bitmap->image_header->BitsPerPixel,1,2,output_image); - fwrite(&bitmap->image_header->Compression,1,4,output_image); - fwrite(&bitmap->image_header->SizeOfBitmap,1,4,output_image); - fwrite(&bitmap->image_header->HorzResolution,1,4,output_image); - fwrite(&bitmap->image_header->VertResolution,1,4,output_image); - fwrite(&bitmap->image_header->ColorsUsed,1,4,output_image); - fwrite(&bitmap->image_header->ColorsImportant,1,4,output_image); - - fwrite(bitmap->data,1,bitmap->image_header->Height*bitmap->image_header->Width*3,output_image); - - fclose(output_image); - BMP_Delete(bitmap); - - return 0; -} diff --git a/Developer_Contributed/03-HLS_Code_Optimization/files/examples/3_img_median_filter/src/ap_bmp.h b/Developer_Contributed/03-HLS_Code_Optimization/files/examples/3_img_median_filter/src/ap_bmp.h deleted file mode 100644 index 1a9f3ad18c..0000000000 --- a/Developer_Contributed/03-HLS_Code_Optimization/files/examples/3_img_median_filter/src/ap_bmp.h +++ /dev/null @@ -1,59 +0,0 @@ -/******************************************************************************* -# Copyright © 2023 Advanced Micro Devices, Inc. All rights reserved. -# SPDX-License-Identifier: MIT -*******************************************************************************/ - -#ifndef __XLNX__BITMAP__ -#define __XLNX__BITMAP__ - -// Basic color definitions -#define BLACK 0 -#define WHITE 255 - -// Maximum image size -#define MAX_ROWS 1080 -#define MAX_COLS 1920 - -//File Information Header -typedef struct{ - unsigned short FileType; - unsigned int FileSize; - unsigned short Reserved1; - unsigned short Reserved2; - unsigned short Offset; -}BMPHeader; - -typedef struct{ - unsigned int Size; - unsigned int Width; - unsigned int Height; - unsigned short Planes; - unsigned short BitsPerPixel; - unsigned int Compression; - unsigned int SizeOfBitmap; - unsigned int HorzResolution; - unsigned int VertResolution; - unsigned int ColorsUsed; - unsigned int ColorsImportant; -}BMPImageHeader; - -typedef struct{ - BMPHeader *file_header; - BMPImageHeader *image_header; - unsigned int *colors; - unsigned char *data; - unsigned char R[MAX_ROWS][MAX_COLS]; - unsigned char G[MAX_ROWS][MAX_COLS]; - unsigned char B[MAX_ROWS][MAX_COLS]; - unsigned char Y[MAX_ROWS][MAX_COLS]; - char U[MAX_ROWS][MAX_COLS]; - char V[MAX_ROWS][MAX_COLS]; -}BMPImage; - -//Read Function -int BMP_Read(char *file, int row, int col, unsigned char *R, unsigned char *G, unsigned char *B); - -//Write Function -int BMP_Write(char *file, int row, int col, unsigned char *R, unsigned char *G, unsigned char *B); - -#endif diff --git a/Developer_Contributed/03-HLS_Code_Optimization/files/examples/3_img_median_filter/src/main_test.cpp b/Developer_Contributed/03-HLS_Code_Optimization/files/examples/3_img_median_filter/src/main_test.cpp deleted file mode 100644 index 6d6a63ac4e..0000000000 --- a/Developer_Contributed/03-HLS_Code_Optimization/files/examples/3_img_median_filter/src/main_test.cpp +++ /dev/null @@ -1,154 +0,0 @@ -/******************************************************************************* -# Copyright © 2023 Advanced Micro Devices, Inc. All rights reserved. -# SPDX-License-Identifier: MIT -*******************************************************************************/ - -#include -#include -#include -#include -#include "median.h" -#include "ap_bmp.h" - - -//pix_t rgb2y(RGB_t pix) -//{ -// pix_t y; -// -// // y = ((66 * pix.R + 129 * pix.G + 25 * pix.B + 128) >> 8) + 16; -// y = ((76 * pix.R + 150 * pix.G + 29 * pix.B + 128) >> 8) ; -// return y; -//} - - - -int main(void) -{ - - int x, y; - int width, height; - char *tempbuf; - char *tempbuf1; - char *tempbuf2; - char *tempbuf3; - char *tempbuf4; - - FILE *fp; - - int check_results = 0; - int diff_R, diff_G, diff_B; - - tempbuf = (char *) malloc(MAX_PATH * sizeof(char)); - tempbuf1 = (char *) malloc(MAX_PATH * sizeof(char)); - - // Arrays to store image data - unsigned char *R, *G, *B; - - //Arrays to send and receive data from the accelerator - pix_t in_pix[MAX_HEIGHT][MAX_WIDTH]; - pix_t out_pix[MAX_HEIGHT][MAX_WIDTH]; - pix_t ref_pix[MAX_HEIGHT][MAX_WIDTH]; - - R = (unsigned char *) malloc(MAX_HEIGHT * MAX_WIDTH * sizeof(unsigned char)); - G = (unsigned char *) malloc(MAX_HEIGHT * MAX_WIDTH * sizeof(unsigned char)); - B = (unsigned char *) malloc(MAX_HEIGHT * MAX_WIDTH * sizeof(unsigned char)); - - //Get image data from disk - sprintf(tempbuf, "%s.bmp", INPUT_IMAGE_BASE); - - // Fill a frame with data - int read_tmp = BMP_Read(tempbuf, MAX_HEIGHT, MAX_WIDTH, R, G, B); - if(read_tmp != 0) { - printf("%s Loading image failed\n", tempbuf); - exit (1); - } - printf("Loaded image file %s of size %4d %4d\n", tempbuf, MAX_HEIGHT, MAX_WIDTH); - - // Copy Input Image to pixel data structure - // Hardware accelerator works on video pixel streams - for(y = 0; y < MAX_HEIGHT; y++){ - for(x = 0; x < MAX_WIDTH; x++){ - RGB_t pixel; - pixel.R = (pix_t) R[y*MAX_WIDTH + x]; - pixel.G = (pix_t) G[y*MAX_WIDTH + x]; - pixel.B = (pix_t) B[y*MAX_WIDTH + x]; - - in_pix[y][x] = pixel.G; //rgb2y(pixel); - } - } - - -#ifdef __SYNTHESIS__ - width = 1920; - height = 1080; -#else - width = 1920; - height = 1080; -#endif - - - - printf("Running the Design Under Test Median[%d][%d] on image size of W=%4d H=%4d\n", KMED, KMED, width, height); - top_median(in_pix, out_pix, height, width); //, fp); - ref_median(in_pix, ref_pix, height, width); //, fp); - - - // Copy Output video pixel stream to Output Image data structure - for(y =0; y < height; y++){ - for(x = 0; x < width; x++){ - pix_t pixel = out_pix[y][x]; - R[y*MAX_WIDTH + x] = (unsigned char) pixel; - G[y*MAX_WIDTH + x] = (unsigned char) pixel; - B[y*MAX_WIDTH + x] = (unsigned char) pixel; - } - } - - //Write the output median image back to disk - sprintf(tempbuf1, "%s.bmp", OUTPUT_IMAGE_BASE); - int write_tmp = BMP_Write(tempbuf1, MAX_HEIGHT, MAX_WIDTH, R, G, B); - if(write_tmp != 0){ - printf("WriteBMP %s failed\n", tempbuf1); - exit(1); - } - - - check_results = 0; - for (y = KMED; y < height-KMED; y++) - { - for (x = KMED; x < width -KMED; x++) - { - diff_R = ref_pix[y][x] - out_pix[y][x]; - diff_R = ABS(diff_R); - int tot_diff = diff_R; - check_results = check_results + diff_R; - //if (tot_diff > 0) - //{ - //printf("x=%3d y=%3d Y=%3d rY=%3d\n", x, y, out_pix[y][x], ref_pix[y][x]); - //printf("diffR=%3d\n", diff_R); - //break; - //} - } - } - printf("median test done\n"); - - - free(R); - free(G); - free(B); - free(tempbuf); - free(tempbuf1); - - if (check_results > 0) - { - printf("TEST FAILED!: error = %d\n", check_results); - check_results = 1; - } - else - { - printf("TEST SUCCESSFUL!\n"); - check_results = 0; - } - - return check_results; - -} diff --git a/Developer_Contributed/03-HLS_Code_Optimization/files/examples/3_img_median_filter/src/median.cpp b/Developer_Contributed/03-HLS_Code_Optimization/files/examples/3_img_median_filter/src/median.cpp deleted file mode 100644 index c2a7b9e029..0000000000 --- a/Developer_Contributed/03-HLS_Code_Optimization/files/examples/3_img_median_filter/src/median.cpp +++ /dev/null @@ -1,208 +0,0 @@ -/* -# Copyright © 2023 Advanced Micro Devices, Inc. All rights reserved. -# SPDX-License-Identifier: MIT -*/ - -#include -#include -#include "median.h" - - - -pix_t sorting_network(pix_t window[KMED*KMED]) -{ -//#pragma HLS PIPELINE II=1 -#pragma HLS INLINE - - int const N=KMED*KMED; - pix_t t[N]; - pix_t z[N]; - - pix_t pixel; - pix_t med_val; - char i, k, stage; - - -for (i=0; i(z); -L2: for (stage = 1; stage <= N; stage++) - { -//#pragma HLS LOOP_TRIPCOUNT min=1 max=9 - - if ((stage%2)==1) - k=0; - if ((stage%2)==0) - k=1; - -L3:for (i = k; i= KKMED) & (col >= KKMED) & (row<(height-KKMED)) & (col<(width-KKMED)) ) - { - med = sorting_network(window); - } - else - { - med = 0; - } - - - //The output image is offset from the input to account for the line buffer - if ((row >= KKMED) & (col >= KKMED) ) - { - pix_t output_pixel; - output_pixel = med; - - out_pix[row-KKMED][col-KKMED] = output_pixel; - } - - - - } - } - - -} - - - - -void ref_median(pix_t in_pix[MAX_HEIGHT][MAX_WIDTH], - pix_t ref_pix[MAX_HEIGHT][MAX_WIDTH], - short height, short width) //, FILE *fp) -{ - short int row; - short int col; - static int cnt=0; - pix_t pix, med; - signed char x,y; - - pix_t window[KMED*KMED]; - - L1: for(row = 0; row < height+KKMED; row++) - { -#pragma HLS LOOP_TRIPCOUNT min=600 max=1080 avg=720 - L2: for(col = 0; col < width+KKMED; col++) - { -#pragma HLS PIPELINE II=1 -#pragma HLS LOOP_TRIPCOUNT min=800 max=1920 avg=1280 - - //This design assumes there are no edges on the boundary of the image - if ( (row >= KMED-1) & (col >= KMED-1) & (row < height) & (col< width) ) - { - L3:for (y=-KMED+1; y<=0; y++) - //L3:for (y=-2; y<=0; y++) - { - - //#pragma HLS LOOP_TRIPCOUNT min=3 max=3 - L4: for (x=-KMED+1; x<=0; x++) - //L4: for (x=-2; x<=0; x++) - { - //#pragma HLS LOOP_TRIPCOUNT min=3 max=3 - - window[(KMED-1+y)*KMED+(KMED-1+x)] = in_pix[row+y][col+x]; - //printf("%3d ", window[(KMED-1+y)*KMED+(KMED-1+x)]); - } - //printf("\n"); - } - pix = sorting_network(window); - ref_pix[row-KKMED][col-KKMED] = pix; - - } - - } // end of L2 - } // end of L1 - - -} diff --git a/Developer_Contributed/03-HLS_Code_Optimization/files/examples/3_img_median_filter/src/median.h b/Developer_Contributed/03-HLS_Code_Optimization/files/examples/3_img_median_filter/src/median.h deleted file mode 100644 index 0ea21fceb3..0000000000 --- a/Developer_Contributed/03-HLS_Code_Optimization/files/examples/3_img_median_filter/src/median.h +++ /dev/null @@ -1,118 +0,0 @@ -/* -# Copyright © 2023 Advanced Micro Devices, Inc. All rights reserved. -# SPDX-License-Identifier: MIT -*/ - -#ifndef _H_MEDIAN_H_ -#define _H_MEDIAN_H_ - - -//#include "ap_axi_sdata.h" -//#include "ap_interfaces.h" -//#include "ap_bmp.h" - -/* ******************************************************************************* */ -// CONSTANT PARAMETERS - -#define MAX_PATH 1000 - -#define MAX_HEIGHT 1080 -#define MAX_WIDTH 1920 - - //#define KMED3 - -#if defined(KMED3) -#define KMED 3 -#elif defined(KMED5) -#define KMED 5 -#elif defined(KMED7) -#define KMED 7 -#else -#error -#endif - -#define KKMED (KMED/2) -#define BLOCKSIZE KMED - - -/* ******************************************************************************* */ -// I/O Image Settings -#define INPUT_IMAGE_BASE "./test_data/noisy_rgb2y_1080p" - -#if (KMED==7) -//#error < KMED IS 7> -#define OUTPUT_IMAGE_BASE "./test_data/c_out_median7x7_1080p" -#elif (KMED==5) -//#error < KMED IS 5> -#define OUTPUT_IMAGE_BASE "./test_data/c_out_median5x5_1080p" -#elif (KMED==3) -//#error < KMED IS 3> -#define OUTPUT_IMAGE_BASE "./test_data/c_out_median3x3_1080p" -#endif - -//#define REFER_IMAGE_BASE "./test_data/golden_out_median_1080p" -//#define REFER_VAR_BASE "./test_data/golden_out_variance_1080p" -//#define OUTPUT_VAR_BASE "./test_data/c_out_variance_1080p" -//#define C_REFER_IMAGE_BASE "./test_data/c_golden_out_median_1080p" - -/* ******************************************************************************* */ -// SMALL FUNCTIONS IN MACRO -#define ABSDIFF(x,y) ( (x)>(y) ? (x - y) : (y - x) ) -#define ABS(x) ( (x)> 0 ? (x) : -(x) ) -#define MIN(x,y) ( (x)>(y) ? (y) : (x) ) -#define MAX(x,y) ( (x)>(y) ? (x) : (y) ) - - - - -/* ******************************************************************************* */ -// DATA TYPES - -//#define DB_FIXED_POINT - -#ifndef DB_FIXED_POINT -typedef unsigned char pix_t; -#else -#include -typedef ap_uint<11> pix_t; -#endif - -//#define FLOAT_VAR -#ifndef FLOAT_VAR -typedef int var_t; -#else -typedef float var_t; -#endif - -typedef struct ap_rgb{ - unsigned char B; - unsigned char G; - unsigned char R; - } RGB_t; - -typedef signed short int int16_t; -typedef unsigned short int uint16_t; - -//typedef ap_axiu<32,1,1,1> AXI_PIXEL; -//typedef pix_t AXI_PIXEL; - - -/* ******************************************************************************* */ -// FUNCTION PROTOTYPES - -int main_median(void); - -pix_t median(pix_t window[KMED*KMED]); - -void top_median( pix_t in_pix[MAX_HEIGHT][MAX_WIDTH], - pix_t out_pix[MAX_HEIGHT][MAX_WIDTH], - short height, short width); //, FILE *fp); - - -void ref_median(pix_t in_pix[MAX_HEIGHT][MAX_WIDTH], - pix_t ref_pix[MAX_HEIGHT][MAX_WIDTH], - short height, short width); //, FILE *fp); - - - -#endif diff --git a/Developer_Contributed/03-HLS_Code_Optimization/files/examples/3_img_median_filter/src/test_data/gray_test.bmp b/Developer_Contributed/03-HLS_Code_Optimization/files/examples/3_img_median_filter/src/test_data/gray_test.bmp deleted file mode 100644 index 52440e54ae..0000000000 Binary files a/Developer_Contributed/03-HLS_Code_Optimization/files/examples/3_img_median_filter/src/test_data/gray_test.bmp and /dev/null differ diff --git a/Developer_Contributed/03-HLS_Code_Optimization/files/examples/3_img_median_filter/src/test_data/medFilt_test_results.m b/Developer_Contributed/03-HLS_Code_Optimization/files/examples/3_img_median_filter/src/test_data/medFilt_test_results.m deleted file mode 100644 index eed84d2917..0000000000 --- a/Developer_Contributed/03-HLS_Code_Optimization/files/examples/3_img_median_filter/src/test_data/medFilt_test_results.m +++ /dev/null @@ -1,116 +0,0 @@ -% Copyright © 2023 Advanced Micro Devices, Inc. All rights reserved. -% SPDX-License-Identifier: MIT - -%% -close all; -clear all; -clc - -%% input test image - -I = imread('../../../5_img_histEq/common/test_data/test_1080p.bmp', 'BMP'); % original RGB image -figure; imshow(I, []); title 'Input RGB Image' -G = rgb2gray(I); % black and white image -figure; imshow(G, []); title 'Input GRAY Image' - -%% add noise - -J = imnoise(G,'salt & pepper',0.08); % add noise -figure; imshow(J, []); title 'Noisy Input Image' - -%% median filter the noisy image - -M3 = medfilt2(J, [3,3]); -M5 = medfilt2(J, [5,5]); -M7 = medfilt2(J, [7,7]); -figure; imshow(M5, []); title 'M5 Filtered Image' -figure; imshow(M3, []); title 'M3 Filtered Image' -figure; imshow(M7, []); title 'M7 Filtered Image' - -%% write images - -imwrite(G, 'gray_test.bmp'); -imwrite(J, 'noisy_rgb2y_1080p.bmp'); -imwrite(M3, 'm_golden_median3x3_1080p.bmp'); -imwrite(M5, 'm_golden_median5x5_1080p.bmp'); -imwrite(M7, 'm_golden_median7x7_1080p.bmp'); - - -% -% %% MEDIAN 3x3 -% II3 = imread('c_out_median3x3_1080p.bmp', 'BMP'); -% dII3 = double(II3); -% -% RR3 = imread('m_golden_median3x3_1080p.bmp', 'BMP'); -% dRR3 = double(RR3); -% -% figure; imshow(II7); title 'C output MEDIAN 3x3' -% figure; imshow(RR7); title 'M GOLDEN output MEDIAN 3x3' -% -% diff_m7 = abs(dRR7 - dII7); -% index_m7 = diff_m7 >0; -% sum(index_m7(:)) -% diff_m7(1:6, :,:) = 0; diff_m7(:, 1:6,:) = 0; diff_m7(end-6:end, :,:) = 0; diff_m7(:, end-6:end, :) = 0; -% index_m7 = diff_m7 >0; -% sum(index_m7(:)) -% figure; imshow(diff_m7,[]); title 'DIFF MEDIAN 7x7 C vs. MATLAB' -% sum_abs_diff_m7 = sum(diff_m7(:)) -% -% -% %% MEDIAN 7x7 -% II7 = imread('c_out_median7x7_1080p.bmp', 'BMP'); -% dII7 = double(II7); -% -% RR7 = imread('m_golden_median7x7_1080p.bmp', 'BMP'); -% dRR7 = double(RR7); -% -% figure; imshow(II7); title 'C output MEDIAN 7x7' -% figure; imshow(RR7); title 'M GOLDEN output MEDIAN 7x7' -% -% diff_m7 = abs(dRR7 - dII7); -% index_m7 = diff_m7 >0; -% sum(index_m7(:)) -% diff_m7(1:6, :,:) = 0; diff_m7(:, 1:6,:) = 0; diff_m7(end-6:end, :,:) = 0; diff_m7(:, end-6:end, :) = 0; -% index_m7 = diff_m7 >0; -% sum(index_m7(:)) -% figure; imshow(diff_m7,[]); title 'DIFF MEDIAN 7x7 C vs. MATLAB' -% sum_abs_diff_m7 = sum(diff_m7(:)) -% -% %% MEDIAN 5x5 -% II5 = imread('c_out_median5x5_1080p.bmp', 'BMP'); -% dII5 = double(II5); -% -% RR5 = imread('m_golden_median5x5_1080p.bmp', 'BMP'); -% dRR5 = double(RR5); -% -% figure; imshow(II5); title 'C output MEDIAN 5x5' -% figure; imshow(RR5); title 'M GOLDEN output MEDIAN 5x5' -% -% diff_m5 = abs(dRR5 - dII5); -% index_m5 = diff_m5 >0; -% sum(index_m5(:)) -% diff_m5(1:4, :,:) = 0; diff_m5(:, 1:4,:) = 0; diff_m5(end-4:end, :,:) = 0; diff_m5(:, end-4:end, :) = 0; -% index_m5 = diff_m5 >0; -% sum(index_m5(:)) -% figure; imshow(diff_m5,[]); title 'DIFF MEDIAN 5x5 C vs. MATLAB' -% sum_abs_diff_m5 = sum(diff_m5(:)) -% -% %% MEDIAN 3x3 -% II3 = imread('c_out_median3x3_1080p.bmp', 'BMP'); -% dII3 = double(II3); -% -% RR3 = imread('m_golden_median3x3_1080p.bmp', 'BMP'); -% dRR3 = double(RR3); -% -% figure; imshow(II3); title 'C output MEDIAN 3x3' -% figure; imshow(RR3); title 'M GOLDEN output MEDIAN 3x3' -% -% diff_m3 = abs(dRR3 - dII3); -% index_m3 = diff_m3 >0; -% sum(index_m3(:)) -% diff_m3(1:2, :,:) = 0; diff_m3(:, 1:2,:) = 0; diff_m3(end-2:end, :,:) = 0; diff_m3(:, end-2:end, :) = 0; -% index_m3 = diff_m3 >0; -% sum(index_m3(:)) -% figure; imshow(diff_m3,[]); title 'DIFF MEDIAN 3x3 C vs. MATLAB' -% sum_abs_diff_m3 = sum(diff_m3(:)) -% %% diff --git a/Developer_Contributed/03-HLS_Code_Optimization/files/examples/3_img_median_filter/src/test_data/noisy_rgb2y_1080p.bmp b/Developer_Contributed/03-HLS_Code_Optimization/files/examples/3_img_median_filter/src/test_data/noisy_rgb2y_1080p.bmp deleted file mode 100644 index 7966e50a63..0000000000 Binary files a/Developer_Contributed/03-HLS_Code_Optimization/files/examples/3_img_median_filter/src/test_data/noisy_rgb2y_1080p.bmp and /dev/null differ diff --git a/Developer_Contributed/03-HLS_Code_Optimization/files/examples/4_dependency/Makefile b/Developer_Contributed/03-HLS_Code_Optimization/files/examples/4_dependency/Makefile deleted file mode 100644 index 1937ff9ed9..0000000000 --- a/Developer_Contributed/03-HLS_Code_Optimization/files/examples/4_dependency/Makefile +++ /dev/null @@ -1,14 +0,0 @@ -# Copyright © 2023 Advanced Micro Devices, Inc. All rights reserved. -# SPDX-License-Identifier: MIT - - -.PHONY: help kernels clean all - -clean: - rm -rf *_prj *.log *~ - -kernels: - vitis-run --mode hls --tcl ./run_dependence_script.tcl - - -all: kernels diff --git a/Developer_Contributed/03-HLS_Code_Optimization/files/examples/4_dependency/dependency.h b/Developer_Contributed/03-HLS_Code_Optimization/files/examples/4_dependency/dependency.h deleted file mode 100644 index 5bd959776d..0000000000 --- a/Developer_Contributed/03-HLS_Code_Optimization/files/examples/4_dependency/dependency.h +++ /dev/null @@ -1,16 +0,0 @@ -/* -# Copyright © 2023 Advanced Micro Devices, Inc. All rights reserved. -# SPDX-License-Identifier: MIT -*/ - -#ifndef H_DEPENDENCY_H -#define H_DEPENDENCY_H - -const int nOfSamples = 4*1024; -const int nOfBins = 256; - -void top_histogram(unsigned char din[nOfSamples], unsigned short int dout[nOfBins], const int n_Of_Samples, const int n_Of_Bins); - - - -#endif diff --git a/Developer_Contributed/03-HLS_Code_Optimization/files/examples/4_dependency/main_dependency.cpp b/Developer_Contributed/03-HLS_Code_Optimization/files/examples/4_dependency/main_dependency.cpp deleted file mode 100644 index 8e7e9d687c..0000000000 --- a/Developer_Contributed/03-HLS_Code_Optimization/files/examples/4_dependency/main_dependency.cpp +++ /dev/null @@ -1,70 +0,0 @@ -/* -# Copyright © 2023 Advanced Micro Devices, Inc. All rights reserved. -# SPDX-License-Identifier: MIT -*/ -#include -#include - -#include "dependency.h" - -int main(void) -{ - - unsigned char din[nOfSamples]; - unsigned short int dout[nOfBins], ref[nOfBins]; - - int i; - FILE *f = fopen("data.txt", "w"); - if (f==NULL) - fprintf(stderr, "error in opening output data file\n"); - - // clear output arrays - for(i=0; i0) - { - printf("got %5d expected %5d\n", dout[i], ref[i]); - tot_err++; - } - } - - - if (tot_err==0) - printf("\nTEST OK\n"); - else - printf("\nTEST FAILED: %d wrong values\n", tot_err); - - fclose(f); - return 0; //tot_err; - - -} diff --git a/Developer_Contributed/03-HLS_Code_Optimization/files/examples/4_dependency/run_dependence_script.tcl b/Developer_Contributed/03-HLS_Code_Optimization/files/examples/4_dependency/run_dependence_script.tcl deleted file mode 100644 index 840cfcf947..0000000000 --- a/Developer_Contributed/03-HLS_Code_Optimization/files/examples/4_dependency/run_dependence_script.tcl +++ /dev/null @@ -1,154 +0,0 @@ -# Copyright © 2023 Advanced Micro Devices, Inc. All rights reserved. -# SPDX-License-Identifier: MIT - -# Author: Daniele Bagni, Xilinx Inc - -puts "\n" -puts "************************************************************************" -puts "* EXAMPLE 4) ABOUT PRAGMA DEPENDENCE on RAW TRUE DUAL PORT BRAMs" -puts "************************************************************************" -puts "\n" - - -############## ORIGINAL C CODE PURELY SEQUENTIAL ##################### - -# solution0: default compiler behavior -open_project hls_dep_prj -set_top top_histogram -add_files top_dependency2.cpp -cflags "-DDB_ORIGINAL" -add_files -tb main_dependency.cpp -cflags "-Wno-unknown-pragmas" -csimflags "-Wno-unknown-pragmas" -open_solution "sol0_orig_default" -flow_target vivado -set_part {xczu9eg-ffvb1156-2-i} -create_clock -period 5 -name default -config_interface -m_axi_latency 0 -config_export -format ip_catalog -rtl vhdl -set_clock_uncertainty 1 -set_directive_top -name top_histogram "top_histogram" -csim_design -clean -csynth_design -cosim_design -close_project - -open_project hls_dep_prj -set_top top_histogram -add_files top_dependency2.cpp -cflags "-DDB_ORIGINAL" -add_files -tb main_dependency.cpp -cflags "-Wno-unknown-pragmas" -csimflags "-Wno-unknown-pragmas" -# solution1: what if set_directive_dependence -variable hist -type inter WAR -dependent false -open_solution "sol1_orig_depINTER_WAR" -flow_target vivado -set_part {xczu9eg-ffvb1156-2-i} -create_clock -period 5 -name default -config_interface -m_axi_latency 0 -config_export -format ip_catalog -rtl vhdl -set_clock_uncertainty 1 -set_directive_top -name top_histogram "top_histogram" -set_directive_dependence -dependent false -direction WAR -type inter -variable hist "top_histogram" -csynth_design -cosim_design -close_project - -# solution1: what if set_directive_dependence -variable hist -type inter RAW -dependent false -open_project hls_dep_prj -set_top top_histogram -add_files top_dependency2.cpp -cflags "-DDB_ORIGINAL" -add_files -tb main_dependency.cpp -cflags "-Wno-unknown-pragmas" -csimflags "-Wno-unknown-pragmas" -open_solution "sol1_orig_depINTER_RAW" -flow_target vivado -set_part {xczu9eg-ffvb1156-2-i} -create_clock -period 5 -name default -config_interface -m_axi_latency 0 -config_export -format ip_catalog -rtl vhdl -set_clock_uncertainty 1 -set_directive_top -name top_histogram "top_histogram" -set_directive_dependence -dependent false -direction RAW -type inter -variable hist "top_histogram" -csynth_design -cosim_design -close_project - -# solution1: set_directive_dependence -variable hist -type intra RAW -dependent false -open_project hls_dep_prj -set_top top_histogram -add_files top_dependency2.cpp -cflags "-DDB_ORIGINAL" -add_files -tb main_dependency.cpp -cflags "-Wno-unknown-pragmas" -csimflags "-Wno-unknown-pragmas" -open_solution "sol1_orig_depINTRA" -flow_target vivado -set_part {xczu9eg-ffvb1156-2-i} -create_clock -period 5 -name default -config_interface -m_axi_latency 0 -config_export -format ip_catalog -rtl vhdl -set_clock_uncertainty 1 -set_directive_top -name top_histogram "top_histogram" -set_directive_dependence -dependent false -direction RAW -type intra -variable hist "top_histogram" -csynth_design -cosim_design -close_project - -############## OPTIMIZED C CODE WITH SMALL CACHE ##################### - -# solution2: default compiler behavior -open_project hls_dep_prj -set_top top_histogram -add_files top_dependency2.cpp -add_files -tb main_dependency.cpp -cflags "-Wno-unknown-pragmas" -csimflags "-Wno-unknown-pragmas" -open_solution "sol2_cache_default" -flow_target vivado -set_part {xczu9eg-ffvb1156-2-i} -create_clock -period 5 -name default -config_interface -m_axi_latency 0 -config_export -format ip_catalog -rtl vhdl -set_clock_uncertainty 1 -set_directive_top -name top_histogram "top_histogram" -csim_design -clean -csynth_design -cosim_design -close_project - -# solution3: set_directive_dependence -dependent false -direction RAW -type intra -variable hist "top_histogram" -open_project hls_dep_prj -set_top top_histogram -add_files top_dependency2.cpp -add_files -tb main_dependency.cpp -cflags "-Wno-unknown-pragmas" -csimflags "-Wno-unknown-pragmas" -open_solution "sol3_cache_depINTRA_RAW" -flow_target vivado -set_part {xczu9eg-ffvb1156-2-i} -create_clock -period 5 -name default -config_interface -m_axi_latency 0 -config_export -format ip_catalog -rtl vhdl -set_clock_uncertainty 1 -set_directive_top -name top_histogram "top_histogram" -set_directive_dependence -dependent false -direction RAW -type intra -variable hist "top_histogram" -csim_design -clean -csynth_design -cosim_design -close_project - -# solution3: set_directive_dependence -dependent false -direction RAW -type inter -variable hist "top_histogram" -open_project hls_dep_prj -set_top top_histogram -add_files top_dependency2.cpp -add_files -tb main_dependency.cpp -cflags "-Wno-unknown-pragmas" -csimflags "-Wno-unknown-pragmas" -open_solution "sol3_cache_depINTER_RAW" -flow_target vivado -set_part {xczu9eg-ffvb1156-2-i} -create_clock -period 5 -name default -config_interface -m_axi_latency 0 -config_export -format ip_catalog -rtl vhdl -set_clock_uncertainty 1 -set_directive_top -name top_histogram "top_histogram" -set_directive_dependence -dependent false -direction RAW -type inter -variable hist "top_histogram" -csim_design -clean -csynth_design -cosim_design -close_project - -# solution3: set_directive_dependence -dependent false -direction WAR -type inter -variable hist "top_histogram" -open_project hls_dep_prj -set_top top_histogram -add_files top_dependency2.cpp -add_files -tb main_dependency.cpp -cflags "-Wno-unknown-pragmas" -csimflags "-Wno-unknown-pragmas" -open_solution "sol3_cache_depINTER_WAR" -flow_target vivado -set_part {xczu9eg-ffvb1156-2-i} -create_clock -period 5 -name default -config_interface -m_axi_latency 0 -config_export -format ip_catalog -rtl vhdl -set_clock_uncertainty 1 -set_directive_top -name top_histogram "top_histogram" -set_directive_dependence -dependent false -direction WAR -type inter -variable hist "top_histogram" -csim_design -clean -csynth_design -cosim_design -close_project diff --git a/Developer_Contributed/03-HLS_Code_Optimization/files/examples/4_dependency/top_dependency2.cpp b/Developer_Contributed/03-HLS_Code_Optimization/files/examples/4_dependency/top_dependency2.cpp deleted file mode 100644 index 01e35ffd57..0000000000 --- a/Developer_Contributed/03-HLS_Code_Optimization/files/examples/4_dependency/top_dependency2.cpp +++ /dev/null @@ -1,100 +0,0 @@ -/* -# Copyright © 2023 Advanced Micro Devices, Inc. All rights reserved. -# SPDX-License-Identifier: MIT -*/ - -#include "dependency.h" - -#ifdef DB_ORIGINAL // solutions 0 & 1 - -void top_histogram(unsigned char din[nOfSamples], unsigned short int dout[nOfBins], - const int n_Of_Samples, const int n_Of_Bins) -{ - #pragma HLS INTERFACE ap_fifo port=dout - #pragma HLS INTERFACE ap_fifo port=din - - static unsigned short int hist[nOfBins]; - #pragma HLS BIND_STORAGE variable=hist type=ram_t2p impl=bram - //#pragma HLS RESOURCE variable=hist core=RAM_T2P_BRAM // NOW OBSOLETE and replaced by BIND_STORAGE - //#pragma HLS DEPENDENCE variable=hist inter false // this is what Vitis HLS compiler does to get II=1 with this code - - unsigned char val; - - // compute histogram - L1:for (int i=0; i -#include -#include - -#include "ap_bmp.h" - - -//Open the BMP input file -FILE *BMP_InputOpen(char *name) -{ - FILE *bmp_file = fopen(name,"rb"); - if(!bmp_file){ - printf("ERROR: could not open %s for reading\n",name); - } - return bmp_file; -} - -//Open the BMP output file -FILE *BMP_OutputOpen(char *name){ - FILE *bmp_file = fopen(name,"wb"); - if(!bmp_file){ - printf("ERROR: could not open %s for writing\n",name); - } - return bmp_file; -} - -//Close BMP file -int BMP_Close(FILE *bmp_file){ - if(bmp_file){ - fclose(bmp_file); - return 0; - } - else{ - printf("ERROR: could not close %s\n",bmp_file); - return 1; - } -} - -//Read the BMP file header -int BMP_Read_FileHeader(FILE *bmp_file, BMPHeader *file_header){ - if(!bmp_file){ - printf("ERROR: Can't read the image file\n"); - return 1; - } - - if(!fread(file_header,1,14,bmp_file)){ - printf("ERROR: Failed to read the image file header \n"); - return 1; - } - else - return 0; -} - -//Read the BMP data header -int BMP_Read_ImageHeader(FILE *bmp_file, BMPImageHeader *image_header){ - if(!bmp_file){ - printf("ERROR: Can't read the image file\n"); - return 1; - } - - if(!fread(image_header,1,40,bmp_file)){ - printf("ERROR: Failed to read the image data header \n"); - return 1; - } - else - return 0; -} - -//Read the BMP image data -int BMP_Read_Image(FILE *bmp_file, unsigned char *data, int size){ - if(!bmp_file){ - printf("ERROR: Can't read the image file\n"); - return 1; - } - - if(!fread(data,1,size,bmp_file)){ - printf("ERROR: Can't read the image data\n"); - return 1; - } - else{ - return 0; - } -} - -//Blank BMP Image -BMPImage *BMP_CreateBlank(void){ - BMPImage *bitmap = NULL; - BMPHeader *file_header = NULL; - BMPImageHeader *image_header = NULL; - - unsigned char *data; - - file_header = (BMPHeader *) calloc(sizeof(BMPHeader),1); - if(!file_header){ - printf("ERROR: Can't create file header in blank BMP\n"); - return NULL; - } - - image_header = (BMPImageHeader *) calloc(sizeof(BMPImageHeader),1); - if(!image_header){ - printf("ERROR: Can't create image header in blank BMP\n"); - if(file_header) free(file_header); - return NULL; - } - - bitmap = (BMPImage *) malloc(sizeof(BMPImage)); - if(!bitmap){ - printf("ERROR: Can't create image data in blank BMP\n"); - if(file_header) free(file_header); - if(image_header) free(image_header); - return NULL; - } - - data = (unsigned char *) malloc(MAX_COLS*MAX_ROWS*3); - if(!data){ - printf("ERROR: Allocate image temp space\n"); - if(file_header) free(file_header); - if(image_header) free(image_header); - if(bitmap) free(bitmap); - return NULL; - } - - bitmap->file_header = file_header; - bitmap->image_header = image_header; - bitmap->data = data; - - //Initialize to 0 - int i, j; - for(i = 0; i < MAX_ROWS; i++){ - for(j= 0; j < MAX_COLS; j++){ - bitmap->R[i][j]=0; - bitmap->G[i][j]=0; - bitmap->B[i][j]=0; - bitmap->Y[i][j]=0; - bitmap->U[i][j]=0; - bitmap->V[i][j]=0; - } - } - - return bitmap; -} - -//Delete bitmap from memory -void BMP_Delete(BMPImage *bitmap) -{ - if(bitmap){ - if(bitmap->file_header) free(bitmap->file_header); - if(bitmap->image_header) free(bitmap->image_header); - if(bitmap->data) free(bitmap->data); - free(bitmap); - } -} - - -//Read the image -int BMP_Read(char *file, int row, int col, unsigned char *R, unsigned char *G, unsigned char *B){ - BMPHeader *file_header = NULL; - BMPImageHeader *image_header = NULL; - unsigned char *image_data = NULL; - - FILE *bmp_file = NULL; - - int file_open; - - bmp_file = BMP_InputOpen(file); - - if(!bmp_file){ - printf("ERROR: Can't open file %s\n",file); - return 1; - } - - file_header = (BMPHeader *)malloc(sizeof(BMPHeader)); - if(!file_header){ - printf("ERROR: Can't allocate memory for file header\n"); - return 1; - } - - image_header = (BMPImageHeader *)malloc(sizeof(BMPImageHeader)); - if(!image_header){ - printf("ERROR: Can't allocate memory for image header\n"); - if(file_header) free(file_header); - return 1; - } - - int header_read; - header_read = BMP_Read_FileHeader(bmp_file,file_header); - - if(header_read){ - printf("ERROR: Can't read the image header\n"); - if(file_header) free(file_header); - if(image_header) free(image_header); - return 1; - } - - int img_header_read; - - img_header_read = BMP_Read_ImageHeader(bmp_file,image_header); - if(img_header_read){ - printf("ERROR: Can't read the data header\n"); - if(file_header) free(file_header); - if(image_header) free(image_header); - return 1; - } - - //Allocate memory for the image pixels - image_data = (unsigned char *)malloc(image_header->Height * image_header->Width * 3); - if(!image_data){ - printf("ERROR: Can't allocate memory for the image\n"); - if(file_header) free(file_header); - if(image_header) free(image_header); - return 1; - } - - int img_data_read; - - img_data_read = BMP_Read_Image(bmp_file,image_data,(image_header->Height*image_header->Width*3)); - if(img_data_read){ - printf("ERROR: Can't read the image data\n"); - if(file_header) free(file_header); - if(image_header) free(image_header); - if(image_data) free(image_data); - return 1; - } - - if(row != (int)image_header->Height){ - printf("ERROR: file image height %i different from requested height %i\n",image_header->Height,row); - if(file_header) free(file_header); - if(image_header) free(image_header); - if(image_data) free(image_data); - return 1; - } - - if(col != (int)image_header->Width){ - printf("ERROR: file image height %i different from requested height %i\n",image_header->Width,col); - if(file_header) free(file_header); - if(image_header) free(image_header); - if(image_data) free(image_data); - return 1; - } - - unsigned char *tmp = image_data; - - //Copy the image data into the storage arrays - int i, j; - for(i=0; i < row; i++){ - for(j=0; j < col; j++){ - unsigned char r_temp, b_temp, g_temp; - - b_temp = *tmp++; - g_temp = *tmp++; - r_temp = *tmp++; - - // printf("R %d G %d B %d\n",r_temp,b_temp,g_temp); - - R[(row-1-i)*col+j] = r_temp; - G[(row-1-i)*col+j] = g_temp; - B[(row-1-i)*col+j] = b_temp; - } - } - - BMP_Close(bmp_file); - - if(file_header) free(file_header); - if(image_header) free(image_header); - if(image_data) free(image_data); - - return 0; -} - -//Write the image to a file -int BMP_Write(char *file, int row, int col, unsigned char *R, unsigned char *G, unsigned char *B) -{ - BMPImage *bitmap = NULL; - FILE *output_image; - unsigned char *data; - - bitmap = BMP_CreateBlank(); - if(!bitmap){ - printf("ERROR: Can't create image for output file\n"); - return 1; - } - - bitmap->file_header->FileType = 19778; - bitmap->file_header->FileSize = 0; - bitmap->file_header->Reserved1 = 0; - bitmap->file_header->Reserved2 = 0; - bitmap->file_header->Offset = 54; - - bitmap->image_header->Size = 40; - bitmap->image_header->Width = col; - bitmap->image_header->Height = row; - bitmap->image_header->Planes = 1; - bitmap->image_header->BitsPerPixel = 24; - bitmap->image_header->Compression = 0; - bitmap->image_header->SizeOfBitmap = 3*row*col; - bitmap->image_header->HorzResolution = 2835; - bitmap->image_header->VertResolution = 2835; - bitmap->image_header->ColorsUsed = 0; - bitmap->image_header->ColorsImportant = 0; - - data = bitmap->data; - - //Store the image, bitmaps are stores upside down - int i, j; - for(i = 0; i < row; i++){ - for(j=0; j < col; j++){ - unsigned char r_temp, g_temp, b_temp; - - r_temp = R[(row-1-i)*col+j]; - g_temp = G[(row-1-i)*col+j]; - b_temp = B[(row-1-i)*col+j]; - - // printf("i %d j %d R %d G %d B %d\n",i, j,r_temp,g_temp,b_temp); - - *data++ = b_temp; - *data++ = g_temp; - *data++ = r_temp; - } - } - - output_image = fopen(file,"wb"); - if(!output_image){ - printf("ERROR: Can't open %s for writing\n",file); - BMP_Delete(bitmap); - return 1; - } - - fwrite(&bitmap->file_header->FileType,1,2,output_image); - fwrite(&bitmap->file_header->FileSize,1,4,output_image); - fwrite(&bitmap->file_header->Reserved1,1,2,output_image); - fwrite(&bitmap->file_header->Reserved2,1,2,output_image); - fwrite(&bitmap->file_header->Offset,1,4,output_image); - - fwrite(&bitmap->image_header->Size,1,4,output_image); - fwrite(&bitmap->image_header->Width,1,4,output_image); - fwrite(&bitmap->image_header->Height,1,4,output_image); - fwrite(&bitmap->image_header->Planes,1,2,output_image); - fwrite(&bitmap->image_header->BitsPerPixel,1,2,output_image); - fwrite(&bitmap->image_header->Compression,1,4,output_image); - fwrite(&bitmap->image_header->SizeOfBitmap,1,4,output_image); - fwrite(&bitmap->image_header->HorzResolution,1,4,output_image); - fwrite(&bitmap->image_header->VertResolution,1,4,output_image); - fwrite(&bitmap->image_header->ColorsUsed,1,4,output_image); - fwrite(&bitmap->image_header->ColorsImportant,1,4,output_image); - - fwrite(bitmap->data,1,bitmap->image_header->Height*bitmap->image_header->Width*3,output_image); - - fclose(output_image); - BMP_Delete(bitmap); - - return 0; -} diff --git a/Developer_Contributed/03-HLS_Code_Optimization/files/examples/5_img_histEq/common/ap_bmp.h b/Developer_Contributed/03-HLS_Code_Optimization/files/examples/5_img_histEq/common/ap_bmp.h deleted file mode 100644 index 753d46b5f7..0000000000 --- a/Developer_Contributed/03-HLS_Code_Optimization/files/examples/5_img_histEq/common/ap_bmp.h +++ /dev/null @@ -1,59 +0,0 @@ -/* -# Copyright © 2023 Advanced Micro Devices, Inc. All rights reserved. -# SPDX-License-Identifier: MIT -*/ - -#ifndef __XLNX__BITMAP__ -#define __XLNX__BITMAP__ - -// Basic color definitions -#define BLACK 0 -#define WHITE 255 - -// Maximum image size -#define MAX_ROWS 1080 -#define MAX_COLS 1920 - -//File Information Header -typedef struct{ - unsigned short FileType; - unsigned int FileSize; - unsigned short Reserved1; - unsigned short Reserved2; - unsigned short Offset; -}BMPHeader; - -typedef struct{ - unsigned int Size; - unsigned int Width; - unsigned int Height; - unsigned short Planes; - unsigned short BitsPerPixel; - unsigned int Compression; - unsigned int SizeOfBitmap; - unsigned int HorzResolution; - unsigned int VertResolution; - unsigned int ColorsUsed; - unsigned int ColorsImportant; -}BMPImageHeader; - -typedef struct{ - BMPHeader *file_header; - BMPImageHeader *image_header; - unsigned int *colors; - unsigned char *data; - unsigned char R[MAX_ROWS][MAX_COLS]; - unsigned char G[MAX_ROWS][MAX_COLS]; - unsigned char B[MAX_ROWS][MAX_COLS]; - unsigned char Y[MAX_ROWS][MAX_COLS]; - char U[MAX_ROWS][MAX_COLS]; - char V[MAX_ROWS][MAX_COLS]; -}BMPImage; - -//Read Function -int BMP_Read(char *file, int row, int col, unsigned char *R, unsigned char *G, unsigned char *B); - -//Write Function -int BMP_Write(char *file, int row, int col, unsigned char *R, unsigned char *G, unsigned char *B); - -#endif diff --git a/Developer_Contributed/03-HLS_Code_Optimization/files/examples/5_img_histEq/common/cdf.h b/Developer_Contributed/03-HLS_Code_Optimization/files/examples/5_img_histEq/common/cdf.h deleted file mode 100644 index 17640cd2c5..0000000000 --- a/Developer_Contributed/03-HLS_Code_Optimization/files/examples/5_img_histEq/common/cdf.h +++ /dev/null @@ -1,259 +0,0 @@ -// Copyright © 2023 Advanced Micro Devices, Inc. All rights reserved. -// SPDX-License-Identifier: MIT - - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 4591, - 26977, - 48282, - 67606, - 80476, - 90016, - 96881, - 102603, - 108967, - 114091, - 119702, - 123732, - 127545, - 131261, - 135052, - 139070, - 142659, - 145785, - 148561, - 151215, - 154031, - 157233, - 160163, - 163166, - 165654, - 168165, - 170948, - 173950, - 177030, - 179982, - 182488, - 185049, - 187904, - 190994, - 194080, - 197090, - 199597, - 201950, - 204584, - 207475, - 210160, - 212784, - 214917, - 216940, - 219062, - 221398, - 223763, - 225935, - 227909, - 229620, - 231614, - 233808, - 236036, - 238211, - 240075, - 241791, - 243423, - 245416, - 247533, - 249554, - 251280, - 252886, - 254521, - 256420, - 258295, - 260155, - 261839, - 263303, - 264666, - 266267, - 267972, - 269498, - 270806, - 271904, - 272997, - 274169, - 275408, - 276611, - 277649, - 278510, - 279383, - 280211, - 281117, - 282046, - 282827, - 283489, - 284078, - 284699, - 285374, - 286031, - 286611, - 287154, - 287612, - 288086, - 288597, - 289132, - 289664, - 290080, - 290462, - 290875, - 291297, - 291701, - 292102, - 292443, - 292711, - 292992, - 293329, - 293652, - 293938, - 294201, - 294432, - 294657, - 294940, - 295234, - 295501, - 295724, - 295921, - 296121, - 296355, - 296566, - 296763, - 296938, - 297122, - 297286, - 297448, - 297630, - 297823, - 297967, - 298107, - 298237, - 298402, - 298564, - 298726, - 298859, - 298982, - 299099, - 299227, - 299354, - 299490, - 299611, - 299720, - 299815, - 299920, - 300034, - 300150, - 300261, - 300343, - 300443, - 300536, - 300631, - 300744, - 300834, - 300927, - 301003, - 301083, - 301175, - 301280, - 301381, - 301471, - 301527, - 301615, - 301711, - 301818, - 301912, - 301996, - 302057, - 302123, - 302192, - 302267, - 302351, - 302424, - 302488, - 302549, - 302625, - 302690, - 302759, - 302813, - 302873, - 302925, - 302980, - 303059, - 303125, - 303210, - 303265, - 303325, - 303397, - 303470, - 303545, - 303599, - 303653, - 303714, - 303770, - 303841, - 303902, - 303968, - 304018, - 304077, - 304131, - 304193, - 304260, - 304324, - 304374, - 304438, - 304511, - 304584, - 304672, - 304741, - 304815, - 304904, - 304989, - 305121, - 305258, - 305429, - 305626, - 305837, - 306126, - 306496, - 306898, - 307153, - 307200, - 307200, - 307200, - 307200, - 307200, - 307200, - 307200, - 307200, - 307200, - 307200, - 307200, - 307200, - 307200, - 307200, - 307200, - 307200, - 307200, - 307200, - 307200, - 307200, - 307200 diff --git a/Developer_Contributed/03-HLS_Code_Optimization/files/examples/5_img_histEq/common/histogram.h b/Developer_Contributed/03-HLS_Code_Optimization/files/examples/5_img_histEq/common/histogram.h deleted file mode 100644 index 9e7c02b0e5..0000000000 --- a/Developer_Contributed/03-HLS_Code_Optimization/files/examples/5_img_histEq/common/histogram.h +++ /dev/null @@ -1,13 +0,0 @@ -// Copyright © 2023 Advanced Micro Devices, Inc. All rights reserved. -// SPDX-License-Identifier: MIT - -#ifndef _H_HISTOGRAM_H_ -#define _H_HISTOGRAM_H_ - -#include "my_defines.h" - -uint19_t prev_hist[GRAY_LEVELS] = { -#include "./test_data/m_histogram.h" -}; - -#endif diff --git a/Developer_Contributed/03-HLS_Code_Optimization/files/examples/5_img_histEq/common/main_test.cpp b/Developer_Contributed/03-HLS_Code_Optimization/files/examples/5_img_histEq/common/main_test.cpp deleted file mode 100644 index 39f2cef3f8..0000000000 --- a/Developer_Contributed/03-HLS_Code_Optimization/files/examples/5_img_histEq/common/main_test.cpp +++ /dev/null @@ -1,163 +0,0 @@ -/* -# Copyright © 2023 Advanced Micro Devices, Inc. All rights reserved. -# SPDX-License-Identifier: MIT -*/ - -#include -#include -#include -#include -#include "my_defines.h" -#include "ap_bmp.h" - - -int main(void) -{ - - int x, y; - int width, height; - char *tempbuf; - char *tempbuf1; - - FILE *fp; - - int check_results = 0; - int diff_R, diff_G, diff_B, tot_err; - int tot_diff_R=0; - int tot_diff_B=0; - int tot_diff_G=0; - int tot_diff_H=0; - int tot_diff_C=0; - - uint25_t cdf[GRAY_LEVELS] = {0}; - uint19_t ref_hist[GRAY_LEVELS] = { 0 }; - uint25_t ref_cdf[GRAY_LEVELS] = { 0 }; - - tempbuf = (char *) malloc(MAX_PATH * sizeof(char)); - tempbuf1 = (char *) malloc(MAX_PATH * sizeof(char)); - - // Arrays to read/write BMP image file - uint8_t *R, *G, *B; - //Arrays to send and receive data from the accelerator - RGB_t *inp_img; - RGB_t *ref_img; - - //memory allocation - R = (uint8_t *) malloc(MAX_HEIGHT * MAX_WIDTH * sizeof(uint8_t)); - G = (uint8_t *) malloc(MAX_HEIGHT * MAX_WIDTH * sizeof(uint8_t)); - B = (uint8_t *) malloc(MAX_HEIGHT * MAX_WIDTH * sizeof(uint8_t)); - inp_img = (RGB_t *) malloc(MAX_HEIGHT * MAX_WIDTH * sizeof(RGB_t)); - ref_img = (RGB_t *) malloc(MAX_HEIGHT * MAX_WIDTH * sizeof(RGB_t)); - uint8_t *inp_R = (uint8_t *) malloc(MAX_HEIGHT * MAX_WIDTH * sizeof(uint8_t)); - uint8_t *inp_G = (uint8_t *) malloc(MAX_HEIGHT * MAX_WIDTH * sizeof(uint8_t)); - uint8_t *inp_B = (uint8_t *) malloc(MAX_HEIGHT * MAX_WIDTH * sizeof(uint8_t)); - uint8_t *out_R = (uint8_t *) malloc(MAX_HEIGHT * MAX_WIDTH * sizeof(uint8_t)); - uint8_t *out_G = (uint8_t *) malloc(MAX_HEIGHT * MAX_WIDTH * sizeof(uint8_t)); - uint8_t *out_B = (uint8_t *) malloc(MAX_HEIGHT * MAX_WIDTH * sizeof(uint8_t)); - - //Get image data from file - sprintf(tempbuf, "%s.bmp", INPUT_IMAGE_BASE); - // Fill a frame with data - int read_tmp = BMP_Read(tempbuf, MAX_HEIGHT, MAX_WIDTH, R, G, B); - if(read_tmp != 0) { - printf("%s Loading image failed\n", tempbuf); - exit (1); - } - printf("Loaded image file %s of size %4d %4d\n", tempbuf, MAX_HEIGHT, MAX_WIDTH); - - // Copy Input Image to pixel data structure - // Hardware accelerator works on video pixel streams - for(y = 0; y < MAX_HEIGHT; y++){ - for(x = 0; x < MAX_WIDTH; x++){ - inp_R[y*MAX_WIDTH + x] = R[y*MAX_WIDTH + x]; - inp_G[y*MAX_WIDTH + x] = G[y*MAX_WIDTH + x]; - inp_B[y*MAX_WIDTH + x] = B[y*MAX_WIDTH + x]; - inp_img[y*MAX_WIDTH + x].R = R[y*MAX_WIDTH + x]; - inp_img[y*MAX_WIDTH + x].G = G[y*MAX_WIDTH + x]; - inp_img[y*MAX_WIDTH + x].B = B[y*MAX_WIDTH + x]; - } - } - - // if you want to save simulation time you can decrease both dimensions by 4 - width = MAX_WIDTH; //1920; - height = MAX_HEIGHT; //1080; - - - // compute the histogram and equalize the image to create golden results to check vs. the DUT - ref_img_hist_equaliz( width, height, ref_hist, inp_img, ref_img); - - printf("Running the Design Under Test on image size of W=%4d H=%4d\n", width, height); - wrapper_histogram_equaliz( width, height,ref_hist, inp_R,inp_G,inp_B, out_R,out_G,out_B); - - check_results = 0; - for (y = 0; y < height; y++) - { - for (x = 0; x < width; x++) - { - diff_R = out_R[y*MAX_WIDTH + x] - ref_img[y*MAX_WIDTH + x].R; - diff_R = ABS(diff_R); - tot_diff_R = + diff_R; - diff_G = out_G[y*MAX_WIDTH + x] - ref_img[y*MAX_WIDTH + x].G; - diff_G = ABS(diff_G); - tot_diff_G = + diff_G; - diff_B = out_B[y*MAX_WIDTH + x] - ref_img[y*MAX_WIDTH + x].B; - diff_B = ABS(diff_B); - tot_diff_B = + diff_B; - } - } - tot_err = tot_diff_R + tot_diff_G + tot_diff_B; - printf("\ntotal error in images = %d\n", tot_err); - - - // Copy Output video stream to Image data structure - for(y =0; y < height; y++){ - for(x = 0; x < width; x++){ - R[y*MAX_WIDTH + x] = out_R[y*MAX_WIDTH + x]; - G[y*MAX_WIDTH + x] = out_G[y*MAX_WIDTH + x]; - B[y*MAX_WIDTH + x] = out_B[y*MAX_WIDTH + x]; - } - } - //Write the output image back to disk - sprintf(tempbuf1, "%s.bmp", OUTPUT_IMAGE_BASE); - int write_tmp = BMP_Write(tempbuf1, MAX_HEIGHT, MAX_WIDTH, R, G, B); - if(write_tmp != 0){ - printf("WriteBMP %s failed\n", tempbuf1); - exit(1); - } - // Copy reference video stream to Image data structure - for(y =0; y < height; y++){ - for(x = 0; x < width; x++){ - R[y*MAX_WIDTH + x] = ref_img[y*MAX_WIDTH + x].R; - G[y*MAX_WIDTH + x] = ref_img[y*MAX_WIDTH + x].G; - B[y*MAX_WIDTH + x] = ref_img[y*MAX_WIDTH + x].B; - } - } - //Write the reference image back to disk - sprintf(tempbuf1, "%s.bmp", REFER_IMAGE_BASE); - write_tmp = BMP_Write(tempbuf1, MAX_HEIGHT, MAX_WIDTH, R, G, B); - if(write_tmp != 0){ - printf("WriteBMP %s failed\n", tempbuf1); - exit(1); - } - - //free memory - free(R); free(G); free(B); - free(tempbuf); free(tempbuf1); - free(inp_R); free(inp_G); free(inp_B); - free(out_R); free(out_G); free(out_B); - free(ref_img); free(inp_img); - - if (tot_err > 0) - { - printf("TEST FAILED!: error = %d\n", check_results); - check_results = 1; - } - else - { - printf("TEST SUCCESSFUL!\n"); - check_results = 0; - } - - return check_results; - -} diff --git a/Developer_Contributed/03-HLS_Code_Optimization/files/examples/5_img_histEq/common/my_defines.h b/Developer_Contributed/03-HLS_Code_Optimization/files/examples/5_img_histEq/common/my_defines.h deleted file mode 100644 index bc6be9b9a2..0000000000 --- a/Developer_Contributed/03-HLS_Code_Optimization/files/examples/5_img_histEq/common/my_defines.h +++ /dev/null @@ -1,87 +0,0 @@ -/* -# Copyright © 2023 Advanced Micro Devices, Inc. All rights reserved. -# SPDX-License-Identifier: MIT -*/ - - -#ifndef H_DB_DEFINES_H -#define H_DB_DEFINES_H - - -/* ************************************************************************* */ -/* MAX IMAGE SIZE: */ -/* ************************************************************************* */ - - -#define MAX_WIDTH 1920 -#define MAX_HEIGHT 1080 - -#define MAX_PATH 1000 - -#define GRAY_LEVELS 256 - -#define CLIP(x) (((x)>255) ? 255 : (((x)<0) ? 0 : (x))) -#define ABS(x) ((x) < (-(x)) ? (-(x)) : (x)) - -/* ******************************************************************************* */ -// I/O Image Settings -#define INPUT_IMAGE_BASE "./test_data/test_1080p" -#define OUTPUT_IMAGE_BASE "./test_data/c_out_1080p" -#define REFER_IMAGE_BASE "./test_data/golden_out_1080p" - - -/* ************************************************************************* */ -/* COMPILERS DIRECTIVES */ -/* ************************************************************************* */ - -#ifdef DB_BIT_ACCURATE - -#include "ap_int.h" - -typedef ap_uint<8> uint8_t; -typedef ap_uint<7> uint7_t; -typedef ap_uint<1> uint1_t; -typedef ap_uint<11> uint11_t; -typedef ap_uint<16> uint16_t; -typedef ap_uint<19> uint19_t; -typedef ap_uint<25> uint25_t; -typedef ap_uint<32> uint32_t; -typedef ap_int<11> int11_t; -typedef ap_int<9> int9_t; - -#else - -typedef unsigned char uint8_t; -typedef unsigned char uint7_t; -typedef unsigned char uint1_t; -typedef unsigned short uint11_t; -typedef unsigned short uint16_t; -typedef unsigned long int uint19_t; -typedef unsigned long int uint25_t; -typedef unsigned long int uint32_t; -typedef signed short int11_t; -typedef signed short int9_t; - -#endif - -typedef struct ap_rgb{ - uint8_t R; - uint8_t G; - uint8_t B; - } RGB_t; - - - void ref_img_hist_equaliz( uint11_t width, uint11_t height, uint19_t hist[GRAY_LEVELS], - RGB_t inp_img[MAX_HEIGHT * MAX_WIDTH], RGB_t out_img[MAX_HEIGHT * MAX_WIDTH]); - - void wrapper_histogram_equaliz( uint11_t width, uint11_t height, uint19_t hist[GRAY_LEVELS], - uint8_t inp_R[MAX_WIDTH*MAX_HEIGHT], - uint8_t inp_G[MAX_WIDTH*MAX_HEIGHT], - uint8_t inp_B[MAX_WIDTH*MAX_HEIGHT], - uint8_t out_R[MAX_WIDTH*MAX_HEIGHT], - uint8_t out_G[MAX_WIDTH*MAX_HEIGHT], - uint8_t out_B[MAX_WIDTH*MAX_HEIGHT]); - - - -#endif /* H_DB_DEFINES_H */ diff --git a/Developer_Contributed/03-HLS_Code_Optimization/files/examples/5_img_histEq/common/ref_histogram.h b/Developer_Contributed/03-HLS_Code_Optimization/files/examples/5_img_histEq/common/ref_histogram.h deleted file mode 100644 index b9fdf7da92..0000000000 --- a/Developer_Contributed/03-HLS_Code_Optimization/files/examples/5_img_histEq/common/ref_histogram.h +++ /dev/null @@ -1,15 +0,0 @@ -// Copyright © 2023 Advanced Micro Devices, Inc. All rights reserved. -// SPDX-License-Identifier: MIT - - -#ifndef _H_REF_HISTOGRAM_H_ -#define _H_REF_HISTOGRAM_H_ - -#include "my_defines.h" - - -uint19_t ref_prev_hist[GRAY_LEVELS] = { -#include "./test_data/m_histogram.h" -}; - -#endif diff --git a/Developer_Contributed/03-HLS_Code_Optimization/files/examples/5_img_histEq/common/ref_img_hist.cpp b/Developer_Contributed/03-HLS_Code_Optimization/files/examples/5_img_histEq/common/ref_img_hist.cpp deleted file mode 100644 index 917e1cc6a0..0000000000 --- a/Developer_Contributed/03-HLS_Code_Optimization/files/examples/5_img_histEq/common/ref_img_hist.cpp +++ /dev/null @@ -1,216 +0,0 @@ -/* -# Copyright © 2023 Advanced Micro Devices, Inc. All rights reserved. -# SPDX-License-Identifier: MIT -*/ - -#include -#include -#include -#include - -#include "my_defines.h" -#include "ref_histogram.h" - - -/* ######################################################################### */ - -// computes the Cumulative Density Function cdf[] from the Histrogram hist[] -void ref_compute_cdf(uint19_t hist[GRAY_LEVELS], uint25_t cdf[GRAY_LEVELS]) -{ - uint8_t i, k; - - CDF_L1: for (k = 0; k < GRAY_LEVELS-1; k++) - { - uint25_t tmp_cdf=0; - CDF_L2: for (i = 0; i<=k; i++) - { - tmp_cdf = tmp_cdf + hist[i]; - } - cdf[k] = tmp_cdf; - } - - return; - -} - -/* ######################################################################### */ - -// Computes the histogram of Y plane -void ref_compute_hist( uint11_t width, uint11_t height, uint19_t hist[GRAY_LEVELS], RGB_t inp_img[MAX_WIDTH*MAX_HEIGHT]) -{ - - int i; - uint11_t x, y; - uint8_t Y, U, V; - - - Ly: for (y=0; y> 8; - tmp_G = tmp_G >> 8; - tmp_B = tmp_B >> 8; - R = CLIP( tmp_R); - G = CLIP( tmp_G); - B = CLIP( tmp_B); - out_img[y*MAX_WIDTH +x].R = R; - out_img[y*MAX_WIDTH +x].G = G; - out_img[y*MAX_WIDTH +x].B = B; - - } // end of Lx loop - } // end of Ly loop -} - - -/* ######################################################################### */ - -void ref_rgb2yuv( uint11_t width, uint11_t height, RGB_t inp_img[MAX_WIDTH*MAX_HEIGHT], RGB_t out_img[MAX_WIDTH*MAX_HEIGHT]) -{ - int i; - uint11_t x, y; - int9_t R, G, B, Y, U, V; - - const int9_t Wrgb[3][3] = { - { 66, 129, 25}, - {-38, -74, 112}, - {122, -94, -18}, - }; - - Ly: for (y=0; y> 8) + 16; - tmp_U = ( tmp_U >> 8) + 128; - tmp_V = ( tmp_V >> 8) + 128; - Y = CLIP(tmp_Y); - U = CLIP(tmp_U); - V = CLIP(tmp_V); - out_img[y*MAX_WIDTH +x].R = Y; - out_img[y*MAX_WIDTH +x].G = U; - out_img[y*MAX_WIDTH +x].B = V; - - } // end of Lx loop - } // end of Ly loop - -} - -/* ######################################################################### */ - -void ref_equalization( uint11_t width, uint11_t height, uint25_t cdf[GRAY_LEVELS], - RGB_t inp_img[MAX_WIDTH*MAX_HEIGHT], RGB_t out_img[MAX_WIDTH*MAX_HEIGHT]) -{ - - int i; - uint11_t x, y; - uint8_t Y, U, V; - - Ly: for (y=0; y= (GRAY_LEVELS-1)) - cdf_int = (GRAY_LEVELS-1); - else if (cdf_int <= 0 ) - cdf_int = 0; - Y = (uint8_t) cdf_int; - out_img[y*MAX_WIDTH +x].R = Y; - out_img[y*MAX_WIDTH +x].G = U; - out_img[y*MAX_WIDTH +x].B = V; - - } // end of Lx loop - } // end of Ly loop - -} - - -/* ######################################################################### */ - -void ref_img_hist_equaliz( uint11_t width, uint11_t height, uint19_t hist[GRAY_LEVELS], - RGB_t inp_img[MAX_WIDTH*MAX_HEIGHT], RGB_t out_img[MAX_WIDTH*MAX_HEIGHT]) -{ - uint25_t cdf[GRAY_LEVELS]; - - RGB_t *yuv = (RGB_t *) malloc(MAX_HEIGHT * MAX_WIDTH * sizeof(RGB_t)); - RGB_t *yeq = (RGB_t *) malloc(MAX_HEIGHT * MAX_WIDTH * sizeof(RGB_t)); - - // RGB to YUV conversion of current image I(n) - ref_rgb2yuv(width, height, inp_img, yuv); - - // compute histogram of current image I(n) - //// commented to avoid overwriting the reference histogram pre-computed in MATLAB - ////ref_compute_hist(width, height, hist, yuv); - - //compute CDF - ref_compute_cdf(hist, cdf); - - // equalize the current image I(n) - ref_equalization(width, height, cdf, yuv, yeq); - - // YUV to RGB conversion of current image I(n) - ref_yuv2rgb(width, height, yeq, out_img); - - free(yuv); - free(yeq); - -} diff --git a/Developer_Contributed/03-HLS_Code_Optimization/files/examples/5_img_histEq/common/test_data/golden_out_1080p.bmp b/Developer_Contributed/03-HLS_Code_Optimization/files/examples/5_img_histEq/common/test_data/golden_out_1080p.bmp deleted file mode 100644 index e6e9aaa44a..0000000000 Binary files a/Developer_Contributed/03-HLS_Code_Optimization/files/examples/5_img_histEq/common/test_data/golden_out_1080p.bmp and /dev/null differ diff --git a/Developer_Contributed/03-HLS_Code_Optimization/files/examples/5_img_histEq/common/test_data/histEq_test_results.m b/Developer_Contributed/03-HLS_Code_Optimization/files/examples/5_img_histEq/common/test_data/histEq_test_results.m deleted file mode 100644 index b78329188a..0000000000 --- a/Developer_Contributed/03-HLS_Code_Optimization/files/examples/5_img_histEq/common/test_data/histEq_test_results.m +++ /dev/null @@ -1,105 +0,0 @@ -% Copyright © 2023 Advanced Micro Devices, Inc. All rights reserved. -% SPDX-License-Identifier: MIT - -%% -% based on below paper -% https://www.nxp.com/docs/en/application-note/AN4318.pdf - -close all; -clear all; -clc - -%% memory allocation - -images_histogram = zeros(1, 256); -cdf = zeros(1, 256); -h = zeros(1, 256); -my_eq_Y = zeros(1080, 1920); - -if 0 -%% Histogram Equalization with builtin functions - -RGB = imread('test_1080p.bmp', 'BMP'); -f1=figure; imshow(RGB, []); title(f1.CurrentAxes, 'RGB input') -YCBCR = rgb2ycbcr(RGB); -f2=figure; imshow(YCBCR, []); title(f2.CurrentAxes, 'YCBCR input') - -Y = YCBCR(:,:, 1); -f3=figure; imshow(Y, []); title(f3.CurrentAxes, 'input Y ch only') -eq_Y = histeq(Y, 256); -f4=figure; imshow(eq_Y, []); title(f4.CurrentAxes, 'MATLAB equalized Y ch') - -eq_YCBCR = YCBCR; -eq_YCBCR(:,:,1)=eq_Y; -f5=figure; imshow(eq_YCBCR, []); title(f5.CurrentAxes, 'MATLAB equalized YCBCR') - -eq_I = ycbcr2rgb(eq_YCBCR); -f6=figure; imshow(eq_I, []); title(f6.CurrentAxes, 'MATLAB equalized YCBCR2RGB') - -%% Doing things manually - -% Getting histogram -fid = fopen("tmp_histogram.h", "w"); -for grey_level = 0:1:255 - images_histogram(grey_level + 1) = 0; - for i = 1:1:1920 - for j = 1:1:1080 - if Y(j,i) == grey_level - images_histogram(grey_level + 1) = images_histogram(grey_level + 1) + 1; - end - end - end - fprintf(fid, "%d,\n", uint32(images_histogram(grey_level + 1)) ); -end -fclose(fid); - -%Cumulative distribution function (cdf) -for grey_level = 1:1:256 - cdf(grey_level) = 0; - for i = 1:1:grey_level - cdf(grey_level) = cdf(grey_level) + images_histogram(i); - end -end - -gain = 255 /(1920*1080-1) -for i = 1:1:256 - h(i) = (cdf(i)-1) * gain; -end - -% equalization -for i = 1:1:1920 - for j = 1:1:1080 - y = Y(j,i); - my_eq_Y(j,i) = uint8(h(y+1)); - end -end -f7=figure; imshow(my_eq_Y, []); title(f7.CurrentAxes, 'my Equalized Y Image') -eq_YCBCR(:,:,1) = my_eq_Y; -eq_I = ycbcr2rgb(eq_YCBCR); -f8=figure; imshow(eq_I, []); title(f8.CurrentAxes, 'my equalized YUV2RGB') - -save -ascii -double ref_hist.txt images_histogram -save -ascii -double ref_cdf.txt cdf - -diff = abs(double(eq_Y) - my_eq_Y); -f9=figure; imshow(diff, []); title(f9.CurrentAxes, 'DIFF equalized Y') - -max_min = [max(diff(:)) min(diff(:))] - -end % if 0 - -%% testing output from C code - -C = imread('c_out_1080p.bmp', 'BMP'); -figure; imshow(C(:,:, 2), []); title 'HLS output image' -dC = double(C); - -R = imread('golden_out_1080p.bmp', 'BMP'); -dR = double(R); -figure; imshow(R(:,:,2), []); title 'HLS Golden Image' - -diff_y = abs(dR - dC); -diff_y(1:3, :,:) = 0; diff_y(:, 1:3,:) = 0; diff_y(end-3:end, :,:) = 0; diff_y(:, end-3:end, :) = 0; -index_y = diff_y >0; -sum_index_rgb2y_diff = sum(index_y(:)) -figure; imshow(diff_y); title 'DIFF' diff --git a/Developer_Contributed/03-HLS_Code_Optimization/files/examples/5_img_histEq/common/test_data/m_histogram.h b/Developer_Contributed/03-HLS_Code_Optimization/files/examples/5_img_histEq/common/test_data/m_histogram.h deleted file mode 100644 index 171788a5ce..0000000000 --- a/Developer_Contributed/03-HLS_Code_Optimization/files/examples/5_img_histEq/common/test_data/m_histogram.h +++ /dev/null @@ -1,259 +0,0 @@ -// Copyright © 2023 Advanced Micro Devices, Inc. All rights reserved. -// SPDX-License-Identifier: MIT - -0, -0, -0, -0, -0, -0, -0, -0, -0, -0, -0, -0, -0, -0, -0, -0, -39, -183, -1156, -3716, -6081, -5439, -5260, -6643, -9666, -12577, -13835, -15245, -14705, -15018, -19141, -14756, -13188, -12277, -11102, -11869, -15104, -15155, -13826, -13694, -11442, -10933, -11644, -12608, -11092, -10490, -8865, -8389, -9349, -10689, -9648, -9387, -8016, -8335, -9549, -10854, -10693, -10235, -9030, -9174, -10272, -11251, -11299, -10628, -9471, -9436, -10608, -12039, -10968, -10672, -8962, -8616, -9795, -10421, -10749, -9805, -8981, -8401, -9139, -10513, -10937, -9810, -8928, -8332, -9184, -10481, -11338, -10620, -9868, -9076, -10193, -11162, -12377, -11762, -10239, -9130, -9797, -11055, -11187, -10938, -9642, -8842, -9509, -10634, -11051, -11773, -10532, -9634, -10304, -11623, -11978, -12193, -10505, -9277, -9781, -10593, -11444, -12145, -10869, -10147, -11083, -12296, -14697, -14007, -14359, -12862, -13641, -17865, -20369, -20483, -20708, -17980, -17577, -19547, -19432, -18796, -16499, -13481, -12074, -12853, -13698, -15053, -12681, -10746, -9746, -10466, -11127, -11516, -10623, -9073, -8413, -8798, -10016, -10280, -9876, -8742, -7940, -8781, -9611, -10174, -9930, -9063, -8443, -9358, -10773, -10762, -10669, -8728, -8005, -8641, -9524, -9594, -9830, -8188, -7597, -8050, -8917, -8965, -9124, -8093, -7427, -7740, -8682, -9806, -9858, -8133, -6607, -6824, -7375, -7502, -7896, -7182, -6520, -6814, -7310, -7580, -7288, -6380, -6584, -6161, -6612, -8100, -7726, -6668, -5818, -5172, -5110, -5901, -5280, -4889, -4195, -4095, -4500, -4920, -4704, -4481, -3876, -3558, -3745, -3794, -3693, -3188, -2691, -2499, -2414, -2680, -2629, -2576, -2345, -2348, -2465, -2743, -2625, -2204, -1991, -460, -0, -0, -0, -0, -0, -0, -0, -0, -0, -0, -0, -0, -0, -0, -0, -0, -0, -0, -0, -0 diff --git a/Developer_Contributed/03-HLS_Code_Optimization/files/examples/5_img_histEq/common/test_data/test_1080p.bmp b/Developer_Contributed/03-HLS_Code_Optimization/files/examples/5_img_histEq/common/test_data/test_1080p.bmp deleted file mode 100644 index 12e2a454fe..0000000000 Binary files a/Developer_Contributed/03-HLS_Code_Optimization/files/examples/5_img_histEq/common/test_data/test_1080p.bmp and /dev/null differ diff --git a/Developer_Contributed/03-HLS_Code_Optimization/files/examples/5_img_histEq/common/test_data/test_results.m b/Developer_Contributed/03-HLS_Code_Optimization/files/examples/5_img_histEq/common/test_data/test_results.m deleted file mode 100644 index 7ca6db2a8f..0000000000 --- a/Developer_Contributed/03-HLS_Code_Optimization/files/examples/5_img_histEq/common/test_data/test_results.m +++ /dev/null @@ -1,96 +0,0 @@ -% Copyright © 2023 Advanced Micro Devices, Inc. All rights reserved. -% SPDX-License-Identifier: MIT - -%% -#https://www.nxp.com/docs/en/application-note/AN4318.pdf -close all; -clear all; -clc - -%% -images_histogram = zeros(1, 256); -cdf = zeros(1, 256); -h = zeros(1, 256); -my_eq_Y = zeros(1080, 1920); - -%% -RGB = imread('test_1080p.bmp', 'BMP'); -f1=figure; imshow(RGB, []); title(f1.CurrentAxes, 'RGB input') -YCBCR = rgb2ycbcr(RGB); -%f2=figure; imshow(YCBCR, []); title(f2.CurrentAxes, 'YCBCR input') - -Y = YCBCR(:,:, 1); -f3=figure; imshow(Y, []); title(f3.CurrentAxes, 'input Y ch') -eq_Y = histeq(Y, 256); -f4=figure; imshow(eq_Y, []); title(f4.CurrentAxes, 'MATLAB equalized Y ch') - -eq_YCBCR = YCBCR; -eq_YCBCR(:,:,1)=eq_Y; -%f5=figure; imshow(eq_YCBCR, []); title(f5.CurrentAxes, 'MATLAB equalized YCBCR') - -eq_I = ycbcr2rgb(eq_YCBCR); -f6=figure; imshow(eq_I, []); title(f6.CurrentAxes, 'MATLAB equalized YCBCR2RGB') - - - -%% -% Getting histogram -for grey_level = 0:1:255 - images_histogram(grey_level + 1) = 0; - for i = 1:1:1920 - for j = 1:1:1080 - if Y(j,i) == grey_level - images_histogram(grey_level + 1) = images_histogram(grey_level + 1) + 1; - end - end - end -end - -%Cumulative distribution function (cdf) -for grey_level = 1:1:256 - cdf(grey_level) = 0; - for i = 1:1:grey_level - cdf(grey_level) = cdf(grey_level) + images_histogram(i); - end -end - -gain = 255 /(1920*1080-1) -for i = 1:1:256 - h(i) = (cdf(i)-1) * gain; -end - -for i = 1:1:1920 - for j = 1:1:1080 - y = Y(j,i); - my_eq_Y(j,i) = uint8(h(y+1)); - end -end -f7=figure; imshow(my_eq_Y, []); title(f7.CurrentAxes, 'my Equalized Y Image') -eq_YCBCR(:,:,1) = my_eq_Y; -eq_I = ycbcr2rgb(eq_YCBCR); -f8=figure; imshow(eq_I, []); title(f8.CurrentAxes, 'my equalized YUV2RGB') - -save -ascii -double ref_hist.txt images_histogram -save -ascii -double ref_cdf.txt cdf - -diff = abs(double(eq_Y) - my_eq_Y); -f9=figure; imshow(diff, []); title(f9.CurrentAxes, 'DIFF equalized Y') - -max_min = [max(diff(:)) min(diff(:))] - -%% -if 0 -C = imread('c_out_1080p.bmp', 'BMP'); -figure; imshow(C(:,:, 2), []); title 'HLS output image' -dC = double(C); - -R = imread('golden_out_1080p.bmp', 'BMP'); -dR = double(R); -figure; imshow(R(:,:,2), []); title 'HLS Golden Image' - -diff_y = abs(dR - dC); -diff_y(1:3, :,:) = 0; diff_y(:, 1:3,:) = 0; diff_y(end-3:end, :,:) = 0; diff_y(:, end-3:end, :) = 0; -index_y = diff_y >0; -sum_index_rgb2y_diff = sum(index_y(:)) -figure; imshow(diff_y); title 'DIFF' -end diff --git a/Developer_Contributed/03-HLS_Code_Optimization/files/examples/5_img_histEq/img_hist_v3.cpp b/Developer_Contributed/03-HLS_Code_Optimization/files/examples/5_img_histEq/img_hist_v3.cpp deleted file mode 100644 index 50a125c365..0000000000 --- a/Developer_Contributed/03-HLS_Code_Optimization/files/examples/5_img_histEq/img_hist_v3.cpp +++ /dev/null @@ -1,274 +0,0 @@ -/* -# Copyright © 2023 Advanced Micro Devices, Inc. All rights reserved. -# SPDX-License-Identifier: MIT -*/ - -#include -#include -#include - -#include "my_defines.h" -#include "histogram.h" - -const int IMG_DEPTH = MAX_WIDTH*MAX_HEIGHT; -const int CDF_DEPTH = GRAY_LEVELS; - -/* ######################################################################### */ - -// computes the Cumulative Density Function cdf[] from the Histrogram hist[] -void compute_cdf(uint19_t hist[GRAY_LEVELS], uint25_t cdf[GRAY_LEVELS]) -{ - uint8_t i, k; - CDF_L1:for (k = 0; k < GRAY_LEVELS-1; k++) - { - uint25_t tmp_cdf=0; - CDF_L2:for (i = 0; i<=k; i++) - { - #pragma HLS PIPELINE - #pragma HLS LOOP_TRIPCOUNT min=1 max=256 avg=256 - // cdf for current picture from past picture histogram - tmp_cdf = tmp_cdf + hist[i]; - } - cdf[k] = tmp_cdf; - } - - return; - -} - -/* ######################################################################### */ - -void yuv2rgb( uint11_t width, uint11_t height, - //RGB_t inp_img[MAX_HEIGHT * MAX_WIDTH], RGB_t out_img[MAX_HEIGHT * MAX_WIDTH]) - uint8_t inp_Y[MAX_WIDTH*MAX_HEIGHT], - uint8_t inp_U[MAX_WIDTH*MAX_HEIGHT], - uint8_t inp_V[MAX_WIDTH*MAX_HEIGHT], - uint8_t out_R[MAX_WIDTH*MAX_HEIGHT], - uint8_t out_G[MAX_WIDTH*MAX_HEIGHT], - uint8_t out_B[MAX_WIDTH*MAX_HEIGHT]) -{ - - int i; - uint11_t x, y; - int9_t R, G, B, Y, U, V; - int9_t C, D, E; - const int11_t Wyuv[3][3] = { - {298, 0, 409}, - {298, -100, -208}, - {298, 516, 0} - }; - - Ly: for (y=0; y> 8; - tmp_G = tmp_G >> 8; - tmp_R = tmp_R >> 8; - R = CLIP( tmp_R ); - G = CLIP( tmp_G ); - B = CLIP( tmp_B ); - out_R[y*MAX_WIDTH +x] = R; - out_G[y*MAX_WIDTH +x] = G; - out_B[y*MAX_WIDTH +x] = B; - - } // end of Lx loop= - } // end of Ly loop -} - - -/* ######################################################################### */ - -void rgb2yuv( uint11_t width, uint11_t height, - //RGB_t inp_img[MAX_HEIGHT * MAX_WIDTH], RGB_t out_img[MAX_HEIGHT * MAX_WIDTH]) - uint8_t inp_R[MAX_WIDTH*MAX_HEIGHT], - uint8_t inp_G[MAX_WIDTH*MAX_HEIGHT], - uint8_t inp_B[MAX_WIDTH*MAX_HEIGHT], - uint8_t out_Y[MAX_WIDTH*MAX_HEIGHT], - uint8_t out_U[MAX_WIDTH*MAX_HEIGHT], - uint8_t out_V[MAX_WIDTH*MAX_HEIGHT]) -{ - int i; - uint11_t x, y; - int9_t R, G, B, Y, U, V; - const int9_t Wrgb[3][3] = { - { 66, 129, 25}, - {-38, -74, 112}, - {122, -94, -18}, - }; - - Ly: for (y=0; y> 8; - short int tmp_U = ( Wrgb[1][0] * R + Wrgb[1][1] * G + Wrgb[1][2] * B + 128) >> 8; - short int tmp_V = ( Wrgb[2][0] * R + Wrgb[2][1] * G + Wrgb[2][2] * B + 128) >> 8; - tmp_Y = tmp_Y + 16; - tmp_U = tmp_U + 128; - tmp_V = tmp_V + 128; - Y = CLIP(tmp_Y); - U = CLIP(tmp_U); - V = CLIP(tmp_V); - out_Y[y*MAX_WIDTH +x] = Y; - out_U[y*MAX_WIDTH +x] = U; - out_V[y*MAX_WIDTH +x] = V; - } // end of Lx loop - } // end of Ly loop -} - -/* ######################################################################### */ - -void img_hist_equaliz( uint11_t width, uint11_t height, uint25_t cdf[GRAY_LEVELS], - //RGB_t inp_img[MAX_HEIGHT * MAX_WIDTH], RGB_t out_img[MAX_HEIGHT * MAX_WIDTH]) - uint8_t inp_Y[MAX_WIDTH*MAX_HEIGHT], - uint8_t inp_U[MAX_WIDTH*MAX_HEIGHT], - uint8_t inp_V[MAX_WIDTH*MAX_HEIGHT], - uint8_t out_Y[MAX_WIDTH*MAX_HEIGHT], - uint8_t out_U[MAX_WIDTH*MAX_HEIGHT], - uint8_t out_V[MAX_WIDTH*MAX_HEIGHT]) -{ - int i; - uint11_t x, y; - uint8_t Y, U, V; - - uint25_t loc_cdf[GRAY_LEVELS]; - //#pragma HLS BIND_STORAGE variable=loc_hist type=ram_t2p impl=bram - //#pragma HLS DEPENDENCE dependent=false direction=RAW type=intra variable=loc_hist - - L0: for (unsigned char i=0; i<(GRAY_LEVELS-1); i++) - { -#pragma HLS PIPELINE - loc_cdf[i] = cdf[i]; - } - - //float gain = (float) (GRAY_LEVELS-1) / ((float) (height * width -1)); - Ly: for (y=0; y= (GRAY_LEVELS-1)) cdf_int = (GRAY_LEVELS-1); - if (cdf_int <= 0 ) cdf_int = 0; - Y = (uint8_t) cdf_int; - out_Y[y*MAX_WIDTH +x] = Y; - out_U[y*MAX_WIDTH +x] = U; - out_V[y*MAX_WIDTH +x] = V; - - } // end of Lx loop - } // end of Ly loop - -} -/* ######################################################################### */ - -void top_histogram_equaliz( uint11_t width, uint11_t height, - uint25_t cdf[GRAY_LEVELS], -//RGB_t inp_img[MAX_HEIGHT * MAX_WIDTH], RGB_t out_img[MAX_HEIGHT * MAX_WIDTH]) - uint8_t inp_R[MAX_WIDTH*MAX_HEIGHT], - uint8_t inp_G[MAX_WIDTH*MAX_HEIGHT], - uint8_t inp_B[MAX_WIDTH*MAX_HEIGHT], - uint8_t out_R[MAX_WIDTH*MAX_HEIGHT], - uint8_t out_G[MAX_WIDTH*MAX_HEIGHT], - uint8_t out_B[MAX_WIDTH*MAX_HEIGHT]) -{ -#pragma HLS INTERFACE mode=ap_fifo depth=IMG_DEPTH port=inp_G -#pragma HLS INTERFACE mode=ap_fifo depth=IMG_DEPTH port=inp_B -#pragma HLS INTERFACE mode=ap_fifo depth=IMG_DEPTH port=out_R -#pragma HLS INTERFACE mode=ap_fifo depth=IMG_DEPTH port=out_G -#pragma HLS INTERFACE mode=ap_fifo depth=IMG_DEPTH port=out_B -#pragma HLS INTERFACE mode=ap_fifo depth=CDF_DEPTH port=cdf - - -#ifdef __SYNTHESIS__ //HLS CSIM will ignore it! - //NOTE: in HW this is a big chunk of memory - //RGB_t yuv[MAX_WIDTH*MAX_HEIGHT]; - //RGB_t yeq[MAX_WIDTH*MAX_HEIGHT]; - uint8_t yuv_R[MAX_WIDTH*MAX_HEIGHT]; - uint8_t yuv_G[MAX_WIDTH*MAX_HEIGHT]; - uint8_t yuv_B[MAX_WIDTH*MAX_HEIGHT]; - uint8_t yeq_R[MAX_WIDTH*MAX_HEIGHT]; - uint8_t yeq_G[MAX_WIDTH*MAX_HEIGHT]; - uint8_t yeq_B[MAX_WIDTH*MAX_HEIGHT]; -#else - uint8_t *yuv_R = (uint8_t *) malloc(MAX_HEIGHT * MAX_WIDTH * sizeof(uint8_t)); - uint8_t *yuv_G = (uint8_t *) malloc(MAX_HEIGHT * MAX_WIDTH * sizeof(uint8_t)); - uint8_t *yuv_B = (uint8_t *) malloc(MAX_HEIGHT * MAX_WIDTH * sizeof(uint8_t)); - uint8_t *yeq_R = (uint8_t *) malloc(MAX_HEIGHT * MAX_WIDTH * sizeof(uint8_t)); - uint8_t *yeq_G = (uint8_t *) malloc(MAX_HEIGHT * MAX_WIDTH * sizeof(uint8_t)); - uint8_t *yeq_B = (uint8_t *) malloc(MAX_HEIGHT * MAX_WIDTH * sizeof(uint8_t)); -#endif - // RGB to YUV conversion of current image I(n) - rgb2yuv(width, height, inp_R,inp_G,inp_B, yuv_R,yuv_G,yuv_B); - - // equalize the current image I(n) and compute its histogram for next image I(n+1) - img_hist_equaliz(width, height, cdf, yuv_R,yuv_G,yuv_B, yeq_R,yeq_G,yeq_B); - - // YUV to RGB conversion of current image I(n) - yuv2rgb(width, height, yeq_R,yeq_G,yeq_B, out_R,out_G,out_B); - -#ifndef __SYNTHESIS__ - free(yuv_R); free(yuv_G);free(yuv_B); - free(yeq_R); free(yeq_G); free(yeq_B); -#endif -} - - -/* ######################################################################### */ -void wrapper_histogram_equaliz( uint11_t width, uint11_t height, uint19_t hist[GRAY_LEVELS], - uint8_t inp_R[MAX_WIDTH*MAX_HEIGHT], - uint8_t inp_G[MAX_WIDTH*MAX_HEIGHT], - uint8_t inp_B[MAX_WIDTH*MAX_HEIGHT], - uint8_t out_R[MAX_WIDTH*MAX_HEIGHT], - uint8_t out_G[MAX_WIDTH*MAX_HEIGHT], - uint8_t out_B[MAX_WIDTH*MAX_HEIGHT]) -// RGB_t inp_img[MAX_HEIGHT * MAX_WIDTH], RGB_t out_img[MAX_HEIGHT * MAX_WIDTH]) -{ - - uint25_t cdf[GRAY_LEVELS]; - - // compute the CDF of current image I(n) from the input histogram - compute_cdf(hist, cdf); - - //Histogram Equalization of current image I(n) - top_histogram_equaliz(width, height, cdf, inp_R,inp_G,inp_B, out_R,out_G,out_B); - - return; - -} diff --git a/Developer_Contributed/03-HLS_Code_Optimization/files/examples/5_img_histEq/img_hist_v4.cpp b/Developer_Contributed/03-HLS_Code_Optimization/files/examples/5_img_histEq/img_hist_v4.cpp deleted file mode 100644 index 2ae08eb434..0000000000 --- a/Developer_Contributed/03-HLS_Code_Optimization/files/examples/5_img_histEq/img_hist_v4.cpp +++ /dev/null @@ -1,164 +0,0 @@ -/* -# Copyright © 2023 Advanced Micro Devices, Inc. All rights reserved. -# SPDX-License-Identifier: MIT -*/ - -#include -#include -#include - -#include "my_defines.h" -#include "histogram.h" - -const int IMG_DEPTH = MAX_WIDTH*MAX_HEIGHT; -const int CDF_DEPTH = GRAY_LEVELS; - -/* ######################################################################### */ - -// computes the Cumulative Density Function cdf[] from the Histrogram hist[] -void compute_cdf(uint19_t hist[GRAY_LEVELS], uint25_t cdf[GRAY_LEVELS]) -{ - uint8_t i, k; - - CDF_L1:for (k = 0; k < GRAY_LEVELS-1; k++) - { - uint25_t tmp_cdf=0; - CDF_L2:for (i = 0; i<=k; i++) - { - #pragma HLS LOOP_TRIPCOUNT min=1 max=256 avg=256 - // cdf for current picture from past picture histogram - tmp_cdf = tmp_cdf + hist[i]; - } - cdf[k] = tmp_cdf; - } - - return; - -} - - - -/* ######################################################################### */ - -void top_histogram_equaliz( uint11_t width, uint11_t height, - uint25_t cdf[GRAY_LEVELS], -//RGB_t inp_img[MAX_WIDTH*MAX_HEIGHT], RGB_t out_img[MAX_WIDTH*MAX_HEIGHT]) - uint8_t inp_R[MAX_WIDTH*MAX_HEIGHT], - uint8_t inp_G[MAX_WIDTH*MAX_HEIGHT], - uint8_t inp_B[MAX_WIDTH*MAX_HEIGHT], - uint8_t out_R[MAX_WIDTH*MAX_HEIGHT], - uint8_t out_G[MAX_WIDTH*MAX_HEIGHT], - uint8_t out_B[MAX_WIDTH*MAX_HEIGHT]) -{ -#pragma HLS INTERFACE mode=ap_fifo depth=IMG_DEPTH port=inp_R -#pragma HLS INTERFACE mode=ap_fifo depth=IMG_DEPTH port=inp_G -#pragma HLS INTERFACE mode=ap_fifo depth=IMG_DEPTH port=inp_B -#pragma HLS INTERFACE mode=ap_fifo depth=IMG_DEPTH port=out_R -#pragma HLS INTERFACE mode=ap_fifo depth=IMG_DEPTH port=out_G -#pragma HLS INTERFACE mode=ap_fifo depth=IMG_DEPTH port=out_B -#pragma HLS INTERFACE mode=ap_fifo depth=CDF_DEPTH port=cdf - - int i; - uint11_t x, y; - uint8_t Y, U, V; - uint8_t cdf_temp; - uint25_t cdf_mult, gain; - uint32_t acc = 0; - uint8_t old, val; - //from rgb2yuv() - uint8_t R, G, B; - const int9_t Wrgb[3][3] = { - { 66, 129, 25}, - {-38, -74, 112}, - {122, -94, -18}, - }; - //from yuv2rgb() - int9_t C, D, E; - const int11_t Wyuv[3][3] = { - {298, 0, 409}, - {298, -100, -208}, - {298, 516, 0} - }; - - Ly:for (y=0; y> 8; - short int tmp_U = ( Wrgb[1][0] * R + Wrgb[1][1] * G + Wrgb[1][2] * B + 128) >> 8; - short int tmp_V = ( Wrgb[2][0] * R + Wrgb[2][1] * G + Wrgb[2][2] * B + 128) >> 8; - tmp_Y = tmp_Y + 16; - tmp_U = tmp_U + 128; - tmp_V = tmp_V + 128; - Y = CLIP(tmp_Y); - U = CLIP(tmp_U); - V = CLIP(tmp_V); - - // histogram equalization - int numer = ( (cdf[Y]-1) *(GRAY_LEVELS-1)); - int denomin = (height * width -1); - cdf_mult = numer / denomin; - // clipping (due to the approssimation done above) - if (cdf_mult >= (GRAY_LEVELS-1)) - cdf_temp = (GRAY_LEVELS-1); - else if (cdf_mult <= 0 ) - cdf_temp = 0; - - cdf_temp = (uint8_t) cdf_mult; - Y = cdf_temp; - - // YUV to RGB conversion of current image I(n) - C = Y - 16; - D = U - 128; - E = V - 128; - short int tmp_R = (Wyuv[0][0] * C + Wyuv[0][2] * E + 128); - short int tmp_G = (Wyuv[1][0] * C + Wyuv[1][1] * D + Wyuv[1][2] * E + 128); - short int tmp_B = (Wyuv[2][0] * C + Wyuv[2][1] * D + 128); - tmp_B = tmp_B >> 8; - tmp_G = tmp_G >> 8; - tmp_R = tmp_R >> 8; - R = CLIP( tmp_R ); - G = CLIP( tmp_G ); - B = CLIP( tmp_B ); - out_R[y*MAX_WIDTH +x] = R; - out_G[y*MAX_WIDTH +x] = G; - out_B[y*MAX_WIDTH +x] = B; - - } // end of Lx loop - } // end of Ly loop - -} - - -/* ######################################################################### */ - -void wrapper_histogram_equaliz( uint11_t width, uint11_t height, - uint19_t hist[GRAY_LEVELS], - uint8_t inp_R[MAX_WIDTH*MAX_HEIGHT], - uint8_t inp_G[MAX_WIDTH*MAX_HEIGHT], - uint8_t inp_B[MAX_WIDTH*MAX_HEIGHT], - uint8_t out_R[MAX_WIDTH*MAX_HEIGHT], - uint8_t out_G[MAX_WIDTH*MAX_HEIGHT], - uint8_t out_B[MAX_WIDTH*MAX_HEIGHT]) -//RGB_t inp_img[MAX_WIDTH*MAX_HEIGHT], RGB_t out_img[MAX_WIDTH*MAX_HEIGHT]) -{ - - uint25_t cdf[GRAY_LEVELS]; - - // compute the CDF of current image I(n) from histogram of previous image I(n-1) - compute_cdf(hist, cdf); - - //Histogram Equalization of current image I(n) - top_histogram_equaliz(width, height, cdf, inp_R,inp_G,inp_B, out_R,out_G,out_B); - - return; - -} diff --git a/Developer_Contributed/03-HLS_Code_Optimization/files/examples/5_img_histEq/median.h b/Developer_Contributed/03-HLS_Code_Optimization/files/examples/5_img_histEq/median.h deleted file mode 100644 index 036a7a8f9a..0000000000 --- a/Developer_Contributed/03-HLS_Code_Optimization/files/examples/5_img_histEq/median.h +++ /dev/null @@ -1,126 +0,0 @@ -/* -# Copyright © 2023 Advanced Micro Devices, Inc. All rights reserved. -# SPDX-License-Identifier: MIT -*/ - - - -#ifndef _H_MEDIAN_H_ -#define _H_MEDIAN_H_ - - -//#include "ap_axi_sdata.h" -//#include "ap_interfaces.h" -//#include "ap_bmp.h" - -/* ******************************************************************************* */ -// CONSTANT PARAMETERS - -#define MAX_PATH 1000 - -#define MAX_HEIGHT 1080 -#define MAX_WIDTH 1920 - -//#define KMED3 - -#if defined(KMED3) -#define KMED 3 -#elif defined(KMED5) -#define KMED 5 -#elif defined(KMED7) -#define KMED 7 -#else -#error -#endif - -#define KKMED (KMED/2) -#define BLOCKSIZE KMED - - -/* ******************************************************************************* */ -// I/O Image Settings -#define INPUT_IMAGE_BASE "./test_data/noisy_rgb2y_1080p" - -#if (KMED==7) -//#error < KMED IS 7> -#define OUTPUT_IMAGE_BASE "./test_data/c_out_median7x7_1080p" -#elif (KMED==5) -//#error < KMED IS 5> -#define OUTPUT_IMAGE_BASE "./test_data/c_out_median5x5_1080p" -#elif (KMED==3) -//#error < KMED IS 3> -#define OUTPUT_IMAGE_BASE "./test_data/c_out_median3x3_1080p" -#endif - -//#define REFER_IMAGE_BASE "./test_data/golden_out_median_1080p" -//#define REFER_VAR_BASE "./test_data/golden_out_variance_1080p" -//#define OUTPUT_VAR_BASE "./test_data/c_out_variance_1080p" -//#define C_REFER_IMAGE_BASE "./test_data/c_golden_out_median_1080p" - -/* ******************************************************************************* */ -// SMALL FUNCTIONS IN MACRO -#define ABSDIFF(x,y) ( (x)>(y) ? (x - y) : (y - x) ) -#define ABS(x) ( (x)> 0 ? (x) : -(x) ) -#define MIN(x,y) ( (x)>(y) ? (y) : (x) ) -#define MAX(x,y) ( (x)>(y) ? (x) : (y) ) - - - - -/* ******************************************************************************* */ -// DATA TYPES - -//#define DB_FIXED_POINT - -#ifndef DB_FIXED_POINT -typedef unsigned char pix_t; -#else -#include -typedef ap_uint<11> pix_t; -#endif - -//#define FLOAT_VAR -#ifndef FLOAT_VAR -typedef int var_t; -#else -typedef float var_t; -#endif - -typedef struct ap_rgb{ - unsigned char B; - unsigned char G; - unsigned char R; - } RGB_t; - -typedef signed short int int16_t; -typedef unsigned short int uint16_t; - -//typedef ap_axiu<32,1,1,1> AXI_PIXEL; -//typedef pix_t AXI_PIXEL; - - -/* ******************************************************************************* */ -// FUNCTION PROTOTYPES - -int main_median(void); - -pix_t median(pix_t window[KMED*KMED]); - -void top_median( pix_t in_pix[MAX_HEIGHT][MAX_WIDTH], - pix_t out_pix[MAX_HEIGHT][MAX_WIDTH], - short height, short width); //, FILE *fp); - - -void ref_median(pix_t in_pix[MAX_HEIGHT][MAX_WIDTH], - pix_t ref_pix[MAX_HEIGHT][MAX_WIDTH], - short height, short width); //, FILE *fp); - -////extern void sw_naive_median( pix_t in_pix[MAX_HEIGHT * MAX_WIDTH], pix_t out_pix[MAX_HEIGHT * MAX_WIDTH], short height, short width); //, FILE *fp); -//extern void hw_naive_median( pix_t in_pix[MAX_HEIGHT * MAX_WIDTH], pix_t out_pix[MAX_HEIGHT * MAX_WIDTH], short int height, short int width); //, FILE *fp); -// -////void sw_linebuf_median(pix_t in_pix[MAX_HEIGHT * MAX_WIDTH], pix_t ref_pix[MAX_HEIGHT * MAX_WIDTH], short height, short width); //, FILE *fp); -//extern void hw_linebuf_median(pix_t in_pix[MAX_HEIGHT * MAX_WIDTH], pix_t ref_pix[MAX_HEIGHT * MAX_WIDTH], short int height, short int width); //, FILE *fp); - - - -#endif diff --git a/Developer_Contributed/03-HLS_Code_Optimization/files/examples/5_img_histEq/run_src3_hls_script.tcl b/Developer_Contributed/03-HLS_Code_Optimization/files/examples/5_img_histEq/run_src3_hls_script.tcl deleted file mode 100644 index d8725d12fe..0000000000 --- a/Developer_Contributed/03-HLS_Code_Optimization/files/examples/5_img_histEq/run_src3_hls_script.tcl +++ /dev/null @@ -1,72 +0,0 @@ -# Copyright © 2023 Advanced Micro Devices, Inc. All rights reserved. -# SPDX-License-Identifier: MIT - - -# Author: Daniele Bagni, Xilinx Inc - -puts "\n" -puts "************************************************************************" -puts "* EXAMPLE 5) IMAGE HISTOGRAM EQUALIZATION DEMO" -puts "************************************************************************" -puts "\n" - -open_project vhls_hist_src3_prj -set_top top_histogram_equaliz -add_files img_hist_v3.cpp -cflags "-I./common" -add_files -tb common/ap_bmp.cpp -cflags "-I./common -Wno-unknown-pragmas" -csimflags "-Wno-unknown-pragmas" -add_files -tb common/main_test.cpp -cflags "-I./common -Wno-unknown-pragmas" -csimflags "-Wno-unknown-pragmas" -add_files -tb common/ref_img_hist.cpp -cflags "-I./common -Wno-unknown-pragmas" -csimflags "-Wno-unknown-pragmas" -add_files -tb common/test_data -cflags "-Wno-unknown-pragmas" -csimflags "-Wno-unknown-pragmas" - - -################## SOLUTION1: Baseline #################### -open_solution "solution1" -flow_target vivado -set_part {xczu9eg-ffvb1156-2-i} -create_clock -period 3 -name default -config_export -rtl vhdl -set_clock_uncertainty 0.5 -set_directive_top -name top_histogram_equaliz "top_histogram_equaliz" -csim_design -clean -csynth_design - -################## SOLUTION2: DATAFLOW #################### -open_solution "solution2" -flow_target vivado -set_part {xczu9eg-ffvb1156-2-i} -create_clock -period 3 -name default -config_export -rtl vhdl -set_clock_uncertainty 0.5 -set_directive_top -name top_histogram_equaliz "top_histogram_equaliz" -set_directive_dataflow "top_histogram_equaliz" -csynth_design - -################## SOLUTION3: DATAFLOW + CONFIG_DATAFLOW #################### -open_solution "solution3" -flow_target vivado -set_part {xczu9eg-ffvb1156-2-i} -create_clock -period 3 -name default -config_export -rtl vhdl -set_clock_uncertainty 0.5 -config_dataflow -default_channel fifo -set_directive_top -name top_histogram_equaliz "top_histogram_equaliz" -set_directive_dataflow "top_histogram_equaliz" -csynth_design - -################## SOLUTION4: as Solution3 + PIPELINE all the innermost loops #################### -open_solution "solution4" -flow_target vivado -set_part {xczu9eg-ffvb1156-2-i} -create_clock -period 3 -name default -config_export -rtl vhdl -set_clock_uncertainty 0.5 -config_dataflow -default_channel fifo -set_directive_top -name top_histogram_equaliz "top_histogram_equaliz" -set_directive_dataflow "top_histogram_equaliz" -set_directive_stream -depth 2 -type fifo "top_histogram_equaliz" yuv_R -set_directive_stream -depth 2 -type fifo "top_histogram_equaliz" yuv_G -set_directive_stream -depth 2 -type fifo "top_histogram_equaliz" yuv_B -set_directive_stream -depth 2 -type fifo "top_histogram_equaliz" yeq_R -set_directive_stream -depth 2 -type fifo "top_histogram_equaliz" yeq_G -set_directive_stream -depth 2 -type fifo "top_histogram_equaliz" yeq_B -#set_directive_array_partition -dim 0 -type complete "yuv2rgb" Wyuv -#set_directive_array_partition -dim 0 -type complete "rgb2yuv" Wrgb -csynth_design - -close_project diff --git a/Developer_Contributed/03-HLS_Code_Optimization/files/examples/5_img_histEq/run_src4_hls_script.tcl b/Developer_Contributed/03-HLS_Code_Optimization/files/examples/5_img_histEq/run_src4_hls_script.tcl deleted file mode 100644 index 98a1ccb480..0000000000 --- a/Developer_Contributed/03-HLS_Code_Optimization/files/examples/5_img_histEq/run_src4_hls_script.tcl +++ /dev/null @@ -1,19 +0,0 @@ -# Copyright © 2023 Advanced Micro Devices, Inc. All rights reserved. -# SPDX-License-Identifier: MIT - - -open_project vhls_hist_src4_prj -set_top top_histogram_equaliz -add_files img_hist_v4.cpp -cflags "-I./common" -add_files -tb common/ap_bmp.cpp -cflags "-Icommon -Wno-unknown-pragmas" -csimflags "-Wno-unknown-pragmas" -add_files -tb common/main_test.cpp -cflags "-Icommon -Wno-unknown-pragmas" -csimflags "-Wno-unknown-pragmas" -add_files -tb common/ref_img_hist.cpp -cflags "-Icommon -Wno-unknown-pragmas" -csimflags "-Wno-unknown-pragmas" -add_files -tb common/test_data -cflags "-Wno-unknown-pragmas" -csimflags "-Wno-unknown-pragmas" -open_solution "solution1" -flow_target vivado -set_part {xczu9eg-ffvb1156-2-i} -create_clock -period 3 -name default -config_export -format ip_catalog -rtl vhdl -set_clock_uncertainty 0.5 -set_directive_top -name top_histogram_equaliz "top_histogram_equaliz" -csim_design -clean -csynth_design diff --git a/Developer_Contributed/03-HLS_Code_Optimization/files/examples/6_sqrt/Makefile b/Developer_Contributed/03-HLS_Code_Optimization/files/examples/6_sqrt/Makefile deleted file mode 100644 index 6b48aa876e..0000000000 --- a/Developer_Contributed/03-HLS_Code_Optimization/files/examples/6_sqrt/Makefile +++ /dev/null @@ -1,14 +0,0 @@ -# Copyright © 2023 Advanced Micro Devices, Inc. All rights reserved. -# SPDX-License-Identifier: MIT - - -.PHONY: help kernels clean all - -clean: - rm -rf *_prj *.log *~ ./logs - -kernels: - vitis-run --mode hls --tcl ./run_sqrt_script.tcl - - -all: kernels diff --git a/Developer_Contributed/03-HLS_Code_Optimization/files/examples/6_sqrt/cordic_atan_11bits.h b/Developer_Contributed/03-HLS_Code_Optimization/files/examples/6_sqrt/cordic_atan_11bits.h deleted file mode 100644 index e22b6ae5be..0000000000 --- a/Developer_Contributed/03-HLS_Code_Optimization/files/examples/6_sqrt/cordic_atan_11bits.h +++ /dev/null @@ -1,16 +0,0 @@ -/* -# Copyright © 2023 Advanced Micro Devices, Inc. All rights reserved. -# SPDX-License-Identifier: MIT -*/ - - 804, - 475, - 251, - 127, - 64, - 32, - 16, - 8, - 4, - 2, - 1, diff --git a/Developer_Contributed/03-HLS_Code_Optimization/files/examples/6_sqrt/cordic_defines.h b/Developer_Contributed/03-HLS_Code_Optimization/files/examples/6_sqrt/cordic_defines.h deleted file mode 100644 index 07ac784205..0000000000 --- a/Developer_Contributed/03-HLS_Code_Optimization/files/examples/6_sqrt/cordic_defines.h +++ /dev/null @@ -1,103 +0,0 @@ -/* -# Copyright © 2023 Advanced Micro Devices, Inc. All rights reserved. -# SPDX-License-Identifier: MIT -*/ - -#ifndef H_CORDIC_DEFINES_H -#define H_CORDIC_DEFINES_H - -/********************************************************************************/ -// COMPILATION FLAGS: you can select only one of them alternatively - -// to enable TOTALLY floating point sqrt reference function for SOLUTION 0 -//#define SQRT_DOUBLE - -// to enable TOTALLY floating point sqrt reference function for SOLUTION 1 -//#define SQRT_REF - -// to enable floating point sqrt function while the rest is integer for SOLUTION 2 -//#define SQRT_FLOAT - -//to enable full version of Cordic sqrt function for SOLUTIONS 3 and 4 -//#define SQRT_CORDIC // ONLY FOR SOLUTION 3 -//#define SQRT_AP_INT // FOR SOLUTION 4 - -/********************************************************************************/ -// CONSTANTS - -#define NC 1024/4 - -#define THRESHOLD 3.0 - - -/********************************************************************************/ -// MACROS -#define ABS(X) ( (X) > 0 ? (X) : -(X) ) - - -/********************************************************************************/ -// DATA TYPES - -#include "ap_int.h" -#include "ap_fixed.h" - -#ifndef SQRT_AP_INT -typedef signed short int teta_t; -typedef signed long int dinp_t; -typedef signed long int dout_t; -#else -typedef ap_int<10> teta_t; -typedef ap_int<18> dinp_t; -typedef ap_int<24> dout_t; -#endif - -/********************************************************************************/ -// EXTERN FUNCTION PROTOTYPES -dout_t process_magnitude_float(dinp_t real_data, dinp_t imag_data); -dout_t process_magnitude_int(dinp_t real_data, dinp_t imag_data); -dout_t process_magnitude_cordic(dinp_t real_data, dinp_t imag_data); -float process_magnitude_ref(float real_data, float imag_data); -double process_magnitude_double(double real_data, double imag_data); - -void top_process_magnitude(dinp_t real_data[NC], dinp_t imag_data[NC], dout_t magn_data[NC]); -unsigned short int cordic_isqrt (unsigned long int x); -signed long int cordic_sqrt(signed long int x0, signed long int y0); - - - - - - -/********************************************************************************/ -//// CHECK COMPILATION PARAMETERS -// -//#if defined(SQRT_DOUBLE) -//#undef SQRT_FLOAT -//#undef SQRT_INT -//#undef SQRT_CORDIC -//#undef SQRT_REF -//#elif defined(SQRT_REF) -//#undef SQRT_FLOAT -//#undef SQRT_INT -//#undef SQRT_CORDIC -//#undef SQRT_DOUBLE -//#elif defined(SQRT_FLOAT) -//#undef SQRT_REF -//#undef SQRT_INT -//#undef SQRT_CORDIC -//#undef SQRT_DOUBLE -//#elif defined(SQRT_INT) -//#undef SQRT_REF -//#undef SQRT_FLOAT -//#undef SQRT_CORDIC -//#undef SQRT_DOUBLE -//#elif defined(SQRT_CORDIC) -//#undef SQRT_REF -//#undef SQRT_FLOAT -//#undef SQRT_INT -//#undef SQRT_DOUBLE -//#else -//#error < NO METHOD SELECTED !> -//#endif - -#endif //H_CORDIC_DEFINES_H diff --git a/Developer_Contributed/03-HLS_Code_Optimization/files/examples/6_sqrt/cordic_isqrt.cpp b/Developer_Contributed/03-HLS_Code_Optimization/files/examples/6_sqrt/cordic_isqrt.cpp deleted file mode 100644 index 1a3b52cf66..0000000000 --- a/Developer_Contributed/03-HLS_Code_Optimization/files/examples/6_sqrt/cordic_isqrt.cpp +++ /dev/null @@ -1,59 +0,0 @@ -/* -# Copyright © 2023 Advanced Micro Devices, Inc. All rights reserved. -# SPDX-License-Identifier: MIT -*/ - -#include "cordic_defines.h" - - - -#define ITER 16 - - -#ifdef SQRT_INT - -unsigned short int cordic_isqrt (unsigned long int x) -{ - -#pragma HLS INLINE - unsigned char i; - unsigned short int y; - unsigned long int m; - unsigned short int base = (1<<(ITER-1))&0xFFFF; - - y = 0 ; - L0: for (i = 1; i <= ITER; i++) - { -#pragma HLS PIPELINE - y += base ; - m = (unsigned long int) y * (unsigned long int) y; - if (m > x ) - { - y -= base ; // base should not have been added, so we substract again - } - base = base >> 1 ; // shift 1 digit to the right = divide by 2 - } - return y ; -} - - - -dout_t process_magnitude_int(dinp_t real_data, dinp_t imag_data) -{ -#pragma HLS INLINE OFF - typedef signed long int acc_t; - dinp_t mag_data; - acc_t accu_plus, temp_datar, temp_datai; - - acc_t temp_long; - - temp_datar = (acc_t)real_data*(acc_t)real_data; - temp_datai = (acc_t)imag_data*(acc_t)imag_data; - accu_plus = temp_datar + temp_datai; - - mag_data = cordic_isqrt((unsigned long int) accu_plus); - - return mag_data; -} - -#endif diff --git a/Developer_Contributed/03-HLS_Code_Optimization/files/examples/6_sqrt/cordic_sqrt.cpp b/Developer_Contributed/03-HLS_Code_Optimization/files/examples/6_sqrt/cordic_sqrt.cpp deleted file mode 100644 index b9433dd1d8..0000000000 --- a/Developer_Contributed/03-HLS_Code_Optimization/files/examples/6_sqrt/cordic_sqrt.cpp +++ /dev/null @@ -1,105 +0,0 @@ -/* -# Copyright © 2023 Advanced Micro Devices, Inc. All rights reserved. -# SPDX-License-Identifier: MIT -*/ - -#include "cordic_defines.h" -/* - - mode 1: rotation; Rotates (x0,y0) by z0 - (xn,yn)=(cos(z0),sin(z0)) for (x0,y0)=(1,0) - x[i+1] = x[i] - y[i] * d[i] * 2^(-1) - y[i+1] = y[i] + x[i] * d[i] * 2^(-i) - z[i+1] = z[i] - d[i] * atan(2^(-i)) - - d[i] = +1 if y[i]<0 else -1 - - xn = An*sqrt(x[0]^2+y[0]^2) - yn = 0; - zn = z[0] + atan(x[0]/y[0]) - ___ - An = | | sqrt(1+2^(-2*i)) - n - - Gain (An) = 1.64676; n = 10 (0 to 10) - - mode 0: vectoring; Rotates (x0,y0) to X-axis - (xn,zn)=(r,theta) - - -PI/2 original - - EG extended to - 0 to 2PI -*/ - - -#ifdef SQRT_CORDIC -#define ROT 11 - - -template -ap_fixed cordic_sqrt(dinp_t x0, dinp_t y0) -{ - - // atan_lut = round( 2^10 * atan(2.^(-k))) - // with k = 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 - static const signed short int atan_lut[ROT] = { 804, 475, 251, 127, 64, 32, 16, 8, 4, 2, 1 }; - signed short int z, zp; - unsigned char i; - - - ap_fixed x, y, xp, yp, x2; - - // to compensate the cordic gain of G = 1.0/0.6072 - const ap_fixed<16,1, AP_RND_MIN_INF, AP_SAT> inv_G = 0.607253031529134; // that is 0.6072 == 453 / 746; - - - xp=x0; - yp=y0; - zp=0; - -for (i=0;i>i); - y = yp + (xp>>i); - z = zp - atan_lut[i]; - } else { - x = xp + (yp>>i); - y = yp - (xp>>i); - z = zp + atan_lut[i]; - } - xp=x; - yp=y; - zp=z; - } - -// compensating the cordic gain -//#pragma HLS RESOURCE variable=x2 core=MUL6S -#pragma HLS BIND_OP variable=x2 op=mul impl=dsp - - x2 = xp * inv_G; //xn = ((x * 453) / 746) ; - -//x = (xp *311)>>9; // much less accurate - - - return x2; - -} - - -dout_t process_magnitude_cordic(dinp_t real_data, dinp_t imag_data) -{ -#pragma HLS INLINE OFF - -#ifndef SQRT_AP_INT -dout_t mag_data = (dout_t) cordic_sqrt<40,32>( real_data, imag_data ); // for CORDIC SOLUTION 3 WHEN SQRT_AP_INT IS NOT DEFINED -#else -dout_t mag_data = (dout_t) cordic_sqrt<24,18>( real_data, imag_data ); // for CORDIC SOLUTION 4 WHEN SQRT_AP_INT IS DEFINED -#endif - -return mag_data; -} - -#endif //SQRT_CORDIC diff --git a/Developer_Contributed/03-HLS_Code_Optimization/files/examples/6_sqrt/float_sqrt.cpp b/Developer_Contributed/03-HLS_Code_Optimization/files/examples/6_sqrt/float_sqrt.cpp deleted file mode 100644 index 2e4c5b140d..0000000000 --- a/Developer_Contributed/03-HLS_Code_Optimization/files/examples/6_sqrt/float_sqrt.cpp +++ /dev/null @@ -1,71 +0,0 @@ -/* -# Copyright © 2023 Advanced Micro Devices, Inc. All rights reserved. -# SPDX-License-Identifier: MIT -*/ - -#include -#include -#include "cordic_defines.h" - - - -#ifdef SQRT_FLOAT - -typedef long long int acc_t; - -dout_t process_magnitude_float(dinp_t real_data, dinp_t imag_data) -{ -#pragma HLS INLINE OFF -#pragma HLS PIPELINE - - dinp_t mag_data; - acc_t accu_plus, temp_datar, temp_datai; - - temp_datar = (acc_t)real_data * (acc_t)real_data; - - - temp_datai = (acc_t)imag_data * (acc_t)imag_data; - - accu_plus = temp_datar + temp_datai; - - mag_data = (dout_t) floor(sqrtf( (float)accu_plus )); - - return mag_data; -} -#endif // SQRT_FLOAT - - -#ifdef SQRT_DOUBLE -double process_magnitude_double(double real_data, double imag_data) -{ -#pragma HLS INLINE OFF -#pragma HLS PIPELINE - - double mag_data, accu_plus, temp_datar, temp_datai; - - temp_datar = real_data * real_data; - temp_datai = imag_data * imag_data; - accu_plus = temp_datar + temp_datai; - - mag_data = sqrt(accu_plus); - - return mag_data; -} -#endif //SQRT_DOUBLE - - -float process_magnitude_ref(float real_data, float imag_data) -{ -#pragma HLS INLINE OFF -#pragma HLS PIPELINE - - float mag_data, accu_plus, temp_datar, temp_datai; - - temp_datar = real_data * real_data; - temp_datai = imag_data * imag_data; - accu_plus = temp_datar + temp_datai; - - mag_data = sqrtf(accu_plus); - - return mag_data; -} diff --git a/Developer_Contributed/03-HLS_Code_Optimization/files/examples/6_sqrt/run_sqrt_script.tcl b/Developer_Contributed/03-HLS_Code_Optimization/files/examples/6_sqrt/run_sqrt_script.tcl deleted file mode 100644 index 6957b01af8..0000000000 --- a/Developer_Contributed/03-HLS_Code_Optimization/files/examples/6_sqrt/run_sqrt_script.tcl +++ /dev/null @@ -1,178 +0,0 @@ -# Copyright © 2023 Advanced Micro Devices, Inc. All rights reserved. -# SPDX-License-Identifier: MIT - - -# Author: Daniele Bagni, Xilinx Inc - -puts "\n" -puts "************************************************************************" -puts "* EXAMPLE 6) ABOUT Z = SQRT( X^2 + Y^2)" -puts "************************************************************************" -puts "\n" - - -# to enable TOTALLY floating point sqrt reference function for SOLUTION 0 -open_project hls_isqrt_prj -set_top top_process_magnitude -add_files top_magnitude.cpp -cflags "-DSQRT_DOUBLE" -add_files float_sqrt.cpp -cflags "-DSQRT_DOUBLE" -add_files cordic_sqrt.cpp -cflags "-DSQRT_DOUBLE" -add_files cordic_isqrt.cpp -cflags "-DSQRT_DOUBLE" -add_files -tb test_main.cpp -cflags "-DSQRT_DOUBLE" -open_solution "solution0" -flow_target vivado -set_part {xczu9eg-ffvb1156-2-i} -create_clock -period 3.0 -name default -config_interface -m_axi_latency 0 -config_export -format ip_catalog -rtl vhdl -set_clock_uncertainty 0.5 -set_directive_inline -off "func2_process_magnitude" -set_directive_inline -off "func1_process_magnitude" -set_directive_inline -off "func3_process_magnitude" -set_directive_inline -off "func4_process_magnitude" -set_directive_pipeline "func1_process_magnitude/L1" -set_directive_pipeline "func2_process_magnitude/L2" -set_directive_pipeline "func3_process_magnitude/L3" -set_directive_pipeline "func4_process_magnitude/L4" -#csim_design -ldflags {{-Wl,--stack=268435456}} -clean #ONLY FOR WINDOWS -csim_design -clean -csynth_design -#cosim_design -#cosim_design -ldflags {{-Wl,--stack=268435456}} -rtl systemc #ONLY FOR WINDOWS -close_project - -if 1 { -# to enable TOTALLY floating point sqrt reference function for SOLUTION 1 -open_project hls_isqrt_prj -set_top top_process_magnitude -add_files top_magnitude.cpp -cflags "-DSQRT_REF" -add_files float_sqrt.cpp -cflags "-DSQRT_REF" -add_files cordic_sqrt.cpp -cflags "-DSQRT_REF" -add_files cordic_isqrt.cpp -cflags "-DSQRT_REF" -add_files -tb test_main.cpp -cflags "-DSQRT_REF" -open_solution "solution1" -flow_target vivado -set_part {xczu9eg-ffvb1156-2-i} -create_clock -period 3.0 -name default -config_interface -m_axi_latency 0 -config_export -format ip_catalog -rtl vhdl -set_clock_uncertainty 0.5 -set_directive_inline -off "func2_process_magnitude" -set_directive_inline -off "func1_process_magnitude" -set_directive_inline -off "func3_process_magnitude" -set_directive_inline -off "func4_process_magnitude" -set_directive_pipeline "func1_process_magnitude/L1" -set_directive_pipeline "func2_process_magnitude/L2" -set_directive_pipeline "func3_process_magnitude/L3" -set_directive_pipeline "func4_process_magnitude/L4" -#csim_design -ldflags {{-Wl,--stack=268435456}} -clean -csim_design -clean -csynth_design -#cosim_design -#cosim_design -ldflags {{-Wl,--stack=268435456}} -rtl systemc -close_project - -# to enable floating point sqrt function while the rest is integer for SOLUTION 2 -open_project hls_isqrt_prj -set_top top_process_magnitude -add_files top_magnitude.cpp -cflags "-DSQRT_FLOAT" -add_files float_sqrt.cpp -cflags "-DSQRT_FLOAT" -add_files cordic_sqrt.cpp -cflags "-DSQRT_FLOAT" -add_files cordic_isqrt.cpp -cflags "-DSQRT_FLOAT" -add_files -tb test_main.cpp -cflags "-DSQRT_FLOAT" -open_solution "solution2" -flow_target vivado -set_part {xczu9eg-ffvb1156-2-i} -create_clock -period 3.0 -name default -config_interface -m_axi_latency 0 -config_export -format ip_catalog -rtl vhdl -set_clock_uncertainty 0.5 -set_directive_inline -off "func2_process_magnitude" -set_directive_inline -off "func1_process_magnitude" -set_directive_inline -off "func3_process_magnitude" -set_directive_inline -off "func4_process_magnitude" -set_directive_pipeline "func1_process_magnitude/L1" -set_directive_pipeline "func2_process_magnitude/L2" -set_directive_pipeline "func3_process_magnitude/L3" -set_directive_pipeline "func4_process_magnitude/L4" -csim_design -clean -#csim_design -ldflags {{-Wl,--stack=268435456}} -clean -csynth_design -#cosim_design -#cosim_design -ldflags {{-Wl,--stack=268435456}} -rtl systemc -close_project - -# to enable full version of Cordic sqrt function for SOLUTION3 -open_project hls_isqrt_prj -set_top top_process_magnitude -add_files top_magnitude.cpp -cflags "-DSQRT_CORDIC" -add_files float_sqrt.cpp -cflags "-DSQRT_CORDIC" -add_files cordic_sqrt.cpp -cflags "-DSQRT_CORDIC" -add_files cordic_isqrt.cpp -cflags "-DSQRT_CORDIC" -add_files -tb test_main.cpp -cflags "-DSQRT_CORDIC" -open_solution "solution3" -flow_target vivado -set_part {xczu9eg-ffvb1156-2-i} -create_clock -period 3.0 -name default -config_interface -m_axi_latency 0 -config_export -format ip_catalog -rtl vhdl -set_clock_uncertainty 0.5 -set_directive_inline -off "func2_process_magnitude" -set_directive_inline -off "func1_process_magnitude" -set_directive_inline -off "func3_process_magnitude" -set_directive_inline -off "func4_process_magnitude" -set_directive_pipeline "func1_process_magnitude/L1" -set_directive_pipeline "func2_process_magnitude/L2" -set_directive_pipeline "func3_process_magnitude/L3" -set_directive_pipeline "func4_process_magnitude/L4" -csim_design -clean -#csim_design -ldflags {{-Wl,--stack=268435456}} -clean -csynth_design -#cosim_design -#cosim_design -ldflags {{-Wl,--stack=268435456}} -rtl systemc -close_project - -# to enable arbitrary precision datatypes of Cordic sqrt function for SOLUTION4 -open_project hls_isqrt_prj -set_top top_process_magnitude -add_files top_magnitude.cpp -cflags "-DSQRT_CORDIC -DSQRT_AP_INT" -add_files float_sqrt.cpp -cflags "-DSQRT_CORDIC -DSQRT_AP_INT" -add_files cordic_sqrt.cpp -cflags "-DSQRT_CORDIC -DSQRT_AP_INT" -add_files cordic_isqrt.cpp -cflags "-DSQRT_CORDIC -DSQRT_AP_INT" -add_files -tb test_main.cpp -cflags "-DSQRT_CORDIC -DSQRT_AP_INT" -open_solution "solution4" -flow_target vivado -set_part {xczu9eg-ffvb1156-2-i} -create_clock -period 3.0 -name default -config_interface -m_axi_latency 0 -config_export -format ip_catalog -rtl vhdl -set_clock_uncertainty 0.5 -set_directive_inline -off "func2_process_magnitude" -set_directive_inline -off "func1_process_magnitude" -set_directive_inline -off "func3_process_magnitude" -set_directive_inline -off "func4_process_magnitude" -set_directive_pipeline "func1_process_magnitude/L1" -set_directive_pipeline "func2_process_magnitude/L2" -set_directive_pipeline "func3_process_magnitude/L3" -set_directive_pipeline "func4_process_magnitude/L4" -csim_design -clean -#csim_design -ldflags {{-Wl,--stack=268435456}} -clean -csynth_design -#cosim_design -#cosim_design -ldflags {{-Wl,--stack=268435456}} -rtl systemc -close_project -} - - - - -# empty solution just to remove CFLAGS from the GUI" -open_project hls_isqrt_prj -set_top top_process_magnitude -add_files top_magnitude.cpp -add_files float_sqrt.cpp -add_files cordic_sqrt.cpp -add_files cordic_isqrt.cpp -add_files -tb test_main.cpp -open_solution "solution_empty" -flow_target vivado -set_part {xczu9eg-ffvb1156-2-i} -create_clock -period 3.0 -name default -config_interface -m_axi_latency 0 -config_export -format ip_catalog -rtl vhdl -set_clock_uncertainty 0.5 -close_project diff --git a/Developer_Contributed/03-HLS_Code_Optimization/files/examples/6_sqrt/test_main.cpp b/Developer_Contributed/03-HLS_Code_Optimization/files/examples/6_sqrt/test_main.cpp deleted file mode 100644 index c470f82a04..0000000000 --- a/Developer_Contributed/03-HLS_Code_Optimization/files/examples/6_sqrt/test_main.cpp +++ /dev/null @@ -1,109 +0,0 @@ -/* -# Copyright © 2023 Advanced Micro Devices, Inc. All rights reserved. -# SPDX-License-Identifier: MIT -*/ - -#include -#include -#include -#include "cordic_defines.h" - -#define AMP 32768 - - -int main(void) -{ - - int ret_val = 0; - float rel_err; - unsigned long int i, j; - int max_err, tot_err; - - dinp_t x, y; - - dinp_t *real, *imag; - dout_t *magn, *ref; - - int d; - - FILE *fil1 = fopen("cordic_isqrt.txt", "wt"); - if(!fil1) - printf("ERROR: could not open output file1\n"); - - // MEMORY ALLOCATION - real = (dinp_t *)malloc(NC * sizeof(dinp_t)); - imag = (dinp_t *)malloc(NC * sizeof(dinp_t)); - magn = (dout_t *)malloc(NC * sizeof(dout_t)); - ref = (dout_t *)malloc(NC * sizeof(dout_t)); - - if (!ref || !magn || !real || !imag) { - if (ref ) free(ref); - if (magn) free(magn); - if (real) free(real); - if (imag) free(imag); - } - // PREPARE INPUT STIMULA - printf("\npreparing input stimula\n"); - - for (i=0; i AMP) x = AMP; // clipping - if (y > AMP) y = AMP; // clipping - real[i] = x; - imag[i] = y; - ref[i] = process_magnitude_ref(real[i],imag[i]); // reference magnitude result - } - - - // CALL DESIGN UNDER TEST - printf("running Design Under Test\n"); - top_process_magnitude(real, imag, magn); - - // CHECK RESULTS - printf("check results\n"); - tot_err = 0; - max_err = 0; - for (j=0; j= max_err) - { - max_err = d; - i = j; // store the address of max error - } - fprintf(fil1, "%10d %10d %10d %10d %10d %10d\n", j, (int) real[j], (int) imag[j], (int) magn[j], (int) ref[j], d); - } - - // SIMULATION RESULT - if (max_err > THRESHOLD) - { - ret_val = 1; - printf("Test failed !\n\n"); - } - else - { - ret_val = 0; - printf("Test successful!\n\n"); - } - - - fclose(fil1); - rel_err = ((float) tot_err)/NC; // relative error - printf("RELATIVE ERROR = %6.4f\n",rel_err); - if (max_err > 0) - printf("MAX ERROR = %d in sqrt(%6d^2 + %6d^2): EXPECTED=%6d, EFFECTIVE=%6d\n", max_err, (int) real[i], (int) imag[i], (int) ref[i], (int) magn[i]); - - free(ref); - free(magn); - free(real); - free(imag); - - - - return ret_val; - -} diff --git a/Developer_Contributed/03-HLS_Code_Optimization/files/examples/6_sqrt/top_magnitude.cpp b/Developer_Contributed/03-HLS_Code_Optimization/files/examples/6_sqrt/top_magnitude.cpp deleted file mode 100644 index 914d1a7be8..0000000000 --- a/Developer_Contributed/03-HLS_Code_Optimization/files/examples/6_sqrt/top_magnitude.cpp +++ /dev/null @@ -1,132 +0,0 @@ -/* -# Copyright © 2023 Advanced Micro Devices, Inc. All rights reserved. -# SPDX-License-Identifier: MIT -*/ - -#include -#include -#include "cordic_defines.h" - - - -void func1_process_magnitude(dinp_t real_data[NC], dinp_t imag_data[NC], dout_t magn_data[NC]) -{ - - unsigned short int i; - - L1:for (i=0; i -#endif - - func1_process_magnitude( real_data, imag_data, magn_data); - func2_process_magnitude( real_data, imag_data, magn_data); - func3_process_magnitude( real_data, imag_data, magn_data); - func4_process_magnitude( real_data, imag_data, magn_data); - -} diff --git a/Developer_Contributed/03-HLS_Code_Optimization/files/examples/7_atan2/M/cpf_atan2.zip b/Developer_Contributed/03-HLS_Code_Optimization/files/examples/7_atan2/M/cpf_atan2.zip deleted file mode 100644 index 9dd5f2de25..0000000000 Binary files a/Developer_Contributed/03-HLS_Code_Optimization/files/examples/7_atan2/M/cpf_atan2.zip and /dev/null differ diff --git a/Developer_Contributed/03-HLS_Code_Optimization/files/examples/7_atan2/M/db_cordic_atan2.m b/Developer_Contributed/03-HLS_Code_Optimization/files/examples/7_atan2/M/db_cordic_atan2.m deleted file mode 100644 index a75507b03e..0000000000 --- a/Developer_Contributed/03-HLS_Code_Optimization/files/examples/7_atan2/M/db_cordic_atan2.m +++ /dev/null @@ -1,74 +0,0 @@ -% Copyright © 2023 Advanced Micro Devices, Inc. All rights reserved. -% SPDX-License-Identifier: MIT - -%function [xn, yn, zn] = db_cordic (mode, x0, y0, z0, N) -function [zn] = db_cordic (mode, x0, y0, z0, N) - - %coord_t x, y, xp, yp; - %phase_t z, zp; - %bool xneg, yneg, dneg; - %uint6_t i; - - %static const phase_t atan_2Mi[] = { #include "cordic_atan.h" }; - - I = [0 : N]; - - atan_2Mi = [atan(2.^(-I))]; - - quadrant = 0; - if ((x0>0) & (y0>0)) - quadrant = 1; - elseif ((x0<0) & (y0>0)) - quadrant = 2; - elseif ((x0<0) & (y0<0)) - quadrant = 3; - elseif ((x0>0) & (y0<0)) - quadrant = 4; - end - - x=abs(x0); - y=abs(y0); - z=z0; - - for i=0 : N - - if (mode==1) - dneg = (z<0); - else - dneg = (y>0); - end - - if (dneg) - xp = x + ( y/ 2^i); - yp = y - ( x / 2^i); - zp = z + atan_2Mi(i+1); - else - xp = x - ( y / 2^i); - yp = y + ( x / 2^i); - zp = z - atan_2Mi(i+1); - end - x = xp; - y = yp; - z = zp; - end - - if (quadrant==1) - xn=x; - yn=y; - zn=z; - elseif (quadrant==2) - xn=x; - yn=-y; - zn=pi-z; - elseif (quadrant==3) - xn=-x; - yn=-y; - zn=-(pi-z); - elseif (quadrant==4) - xn=-x; - yn=-y; - zn=-z; - end - - -end diff --git a/Developer_Contributed/03-HLS_Code_Optimization/files/examples/7_atan2/M/short_cpf_atan2.m b/Developer_Contributed/03-HLS_Code_Optimization/files/examples/7_atan2/M/short_cpf_atan2.m deleted file mode 100644 index ac8465dbc0..0000000000 --- a/Developer_Contributed/03-HLS_Code_Optimization/files/examples/7_atan2/M/short_cpf_atan2.m +++ /dev/null @@ -1,53 +0,0 @@ -% Copyright © 2023 Advanced Micro Devices, Inc. All rights reserved. -% SPDX-License-Identifier: MIT - -clear all -close all -clc -%% -cpf_atan2_res = load('cpf_atan2_data.txt'); -m_atan2 = atan2(cpf_atan2_res(:, 1),cpf_atan2_res(:, 2)); - -%% -diff_atan2 = abs(m_atan2 - cpf_atan2_res(:, 3)); -figure; plot(diff_atan2); -max(diff_atan2) -min(diff_atan2) -sum_abs_diff = sum(diff_atan2) - -% %% write file input_data.h -% N = size(cpf_atan2_res, 1); -% fprintf(fid, 'int input_data[2][%d]={ \n',N); -% for i = 1 : N-1 -% fprintf(fid, '{%10d, %10d},\n', cpf_atan2_res(i, 1), cpf_atan2_res(i,2)); -% end -% fprintf(fid, '{%10d, %10d}\n', cpf_atan2_res(i, 1), cpf_atan2_res(i,2)); -% fprintf(fid, '};\n'); -% fclose(fid); - -%% write file input_data.txt - -N = size(cpf_atan2_res, 1); -fid = fopen('input_data.txt','w'); -for i = 1 : N - fprintf(fid, '%10d %10d\n', cpf_atan2_res(i, 1), cpf_atan2_res(i,2)); -end -fclose(fid); - -% %% write file ref_results.h -% fid2 = fopen('ref_results.h','w'); -% fprintf(fid2, 'float ref_results[%d]={ \n',N); -% for i = 1 : N-1 -% fprintf(fid2, '%20.10f, ', cpf_atan2_res(i,3)); -% end -% fprintf(fid2, '%20.10f', cpf_atan2_res(i,3)); -% fprintf(fid2, ' };\n'); -% fclose(fid2); - -%% write file ref_results.txt -fid2 = fopen('ref_results.txt','w'); -%fprintf(fid2, 'float ref_results[%d]={ \n',N); -for i = 1 : N - fprintf(fid2, '%20.10f\n', cpf_atan2_res(i,3)); -end -fclose(fid2); diff --git a/Developer_Contributed/03-HLS_Code_Optimization/files/examples/7_atan2/Makefile b/Developer_Contributed/03-HLS_Code_Optimization/files/examples/7_atan2/Makefile deleted file mode 100644 index 8bd8b6f873..0000000000 --- a/Developer_Contributed/03-HLS_Code_Optimization/files/examples/7_atan2/Makefile +++ /dev/null @@ -1,14 +0,0 @@ -# Copyright © 2023 Advanced Micro Devices, Inc. All rights reserved. -# SPDX-License-Identifier: MIT - - -.PHONY: help kernels clean all - -clean: - rm -rf *_prj *.log *~ ./logs - -kernels: - vitis-run --mode hls --tcl ./run_atan2_script.tcl - - -all: kernels diff --git a/Developer_Contributed/03-HLS_Code_Optimization/files/examples/7_atan2/cordic.h b/Developer_Contributed/03-HLS_Code_Optimization/files/examples/7_atan2/cordic.h deleted file mode 100644 index 6382357039..0000000000 --- a/Developer_Contributed/03-HLS_Code_Optimization/files/examples/7_atan2/cordic.h +++ /dev/null @@ -1,62 +0,0 @@ -/* -# Copyright © 2023 Advanced Micro Devices, Inc. All rights reserved. -# SPDX-License-Identifier: MIT -*/ - - -#ifndef CORDIC_H_ -#define CORDIC_H_ - -// LEGENDA: 4 possible implementations: -// 1) -// #define DB_DOUBLE_PRECISION //DB: solution1_double -// -// 2) -// #define DB_SINGLE_PRECISION //DB: solution1_float -// -// 3) -// #define DB_CORDIC //DB: solution1_cordic -// -// 4) -// #define DB_CORDIC //DB: solution2_cordic_bitaccurate -// #define BIT_ACCURATE - - - -#if defined(DB_DOUBLE_PRECISION) - -typedef double coord_t; -typedef double phase_t; -typedef unsigned char uint6_t; - -#elif defined(DB_SINGLE_PRECISION) - -typedef float coord_t; -typedef float phase_t; -typedef unsigned char uint6_t; - -#elif defined(DB_CORDIC) - -#include -#include - -typedef ap_fixed<18,9> coord_t; -typedef ap_fixed<16,4> phase_t; -typedef ap_uint<6> uint6_t; - -#else - -#error - -#endif - -#include - - -#define ROT 8 -#define SCALE 10 - - -void top_atan2 (coord_t y0, coord_t x0, phase_t *zn); - -#endif diff --git a/Developer_Contributed/03-HLS_Code_Optimization/files/examples/7_atan2/cordic_atan2.cpp b/Developer_Contributed/03-HLS_Code_Optimization/files/examples/7_atan2/cordic_atan2.cpp deleted file mode 100644 index df25851ddf..0000000000 --- a/Developer_Contributed/03-HLS_Code_Optimization/files/examples/7_atan2/cordic_atan2.cpp +++ /dev/null @@ -1,139 +0,0 @@ -/* -# Copyright © 2023 Advanced Micro Devices, Inc. All rights reserved. -# SPDX-License-Identifier: MIT -*/ - -#include "cordic.h" -/* - Gain=1.647; - mode 1: rotation; Rotates (x0,y0) by z0 - (xn,yn)=(cos(z0),sin(z0)) for (x0,y0)=(1,0) - x[i+1] = x[i] - y[i] * d[i] * 2^(-1) - y[i+1] = y[i] + x[i] * d[i] * 2^(-i) - z[i+1] = z[i] - d[i] * atan(2^(-i)) - mode 0: vectoring; Rotates (x0,y0) to X-axis - (xn,zn)=(r,theta) - -PI/2 0) & (y0 > 0)) - quadrant = 1; - else if ((x0 < 0) & (y0 > 0)) - quadrant = 2; - else if ((x0 < 0) & (y0 < 0)) - quadrant = 3; - else if ((x0 > 0) & (y0 < 0)) - quadrant = 4; - - LOOP1: for (i = 0; i <= ROT; i++) - { - - #pragma HLS PIPELINE II=1 - - //dneg= (mode==1) ? (z<0) : (y>0); - dneg = (y > 0); - if (dneg) { -#ifdef BIT_ACCURATE - xp = x + (y >> i); - yp = y - (x >> i); -#else - xp = x + y/lut_pow2[i]; //x+(y>>i); - yp = y - x/lut_pow2[i];//y-(x>>i); -#endif - zp = z + atan_2Mi[i]; - } else { -#ifdef BIT_ACCURATE - xp = x - (y >> i); - yp = y + (x >> i); -#else - xp = x-y/lut_pow2[i]; //x - (y>>i); - yp = y+x/lut_pow2[i];//y + (x>>i); -#endif - zp = z - atan_2Mi[i]; - } - x = xp; - y = yp; - z = zp; - } - - if (quadrant == 1) { - //*xn=x; - //*yn=y; - *zn = z; - } else if (quadrant == 2) { - //*xn=x; - //*yn=-y; - *zn = cord_M_PI - z; - } else if (quadrant == 3) { - //*xn=-x; - //*yn=-y; - *zn = z - cord_M_PI; - } else if (quadrant == 4) { - //*xn=-x; - //*yn=-y; - *zn = -z; - } -} - -void top_atan2(coord_t y0, coord_t x0, phase_t *zn) -{ -#if defined(DB_DOUBLE_PRECISION) - *zn = atan2( (double) y0, (double) x0); -#elif defined(DB_SINGLE_PRECISION) - *zn = atan2f( (float) y0, (float) x0); -#elif defined(DB_CORDIC) - cordic_atan2(y0, x0, zn); -#else -#error -#endif -} diff --git a/Developer_Contributed/03-HLS_Code_Optimization/files/examples/7_atan2/cordic_test.cpp b/Developer_Contributed/03-HLS_Code_Optimization/files/examples/7_atan2/cordic_test.cpp deleted file mode 100644 index f6ac7b91ed..0000000000 --- a/Developer_Contributed/03-HLS_Code_Optimization/files/examples/7_atan2/cordic_test.cpp +++ /dev/null @@ -1,92 +0,0 @@ -/* -# Copyright © 2023 Advanced Micro Devices, Inc. All rights reserved. -# SPDX-License-Identifier: MIT -*/ - -#include -#include -#include "read_file.h" - -#include "cordic.h" - -const int N = 1024*4; //110465; - -coord_t input_data[N][2]; -phase_t ref_results[N][1]; - -int main(void) -{ - coord_t inp_x, inp_y, out_x, out_y; - phase_t inp_rad, out_rad; - float res, ref_res; - - float diff, total_error = 0; - - int i; - FILE *fp, *fm; - - //const float angle = M_PI_2/N; - - fp = fopen("./test_data/vector.dat", "w"); - if (fp == NULL) { - fprintf(stderr, "unable to open output file\n"); - } - fscanf(fp, "%*[^\n]\n"); //skip first line - fscanf(fp, "%*[^\n]\n"); //skip second line - - fm = fopen("./test_data/check_res.m", "w"); - if (fm == NULL) { - fprintf(stderr, "unable to open MATLAB ile\n"); - } - fprintf(fm, "clear all; close all; clc;\n"); - fprintf(fm, "%%%%\n"); - fprintf(fm, "dat = load('vector.dat');\n"); - fprintf(fm, "diff = abs(dat(:,3) - dat(:,4));\n"); - fprintf(fm, "diff2= abs(dat(:,4) - dat(:,5));\n"); - fprintf(fm, "figure; plot(diff); title 'error CORDIC vs. ATAN2'; grid;\n"); - fprintf(fm, "figure; plot(diff2); title 'error2'; grid;\n"); - fprintf(fm, "max_diff = max(diff)\n"); - fprintf(fm, "sum_abs_err = sum(diff)\n"); - fprintf(fm, "max_diff2 = max(diff2)\n"); - fprintf(fm, "sum_abs_err2 = sum(diff2)\n"); - - //read files - read_file("./test_data/input_data.txt", input_data); - read_file("./test_data/ref_results.txt", ref_results); - - // vectoring mode - inp_rad = 0; - for (i = 0; i < N; i++) { - inp_y = (coord_t) input_data[i][0]; - inp_x = (coord_t) input_data[i][1]; - ref_res = (phase_t) ref_results[i][0]; - - //void cordic ( bool mode, coord_t x0, coord_t y0, phase_t z0, coord_t *xn, coord_t *yn, phase_t *zn); - //if ( (inp_y>0) & (inp_x>0) ) - { - // REF DESIGN - float c_atan2 = atan2f((float) inp_y, (float) inp_x); - // DUT - top_atan2(inp_y, inp_x, &out_rad); - - //check results - diff = out_rad - ref_results[i][0]; - if (diff < 0) - diff = 0 - diff; // take absolute value - total_error += diff; - fprintf(fp, "%20.10f %20.10f %20.10f %20.10f %20.10f\n", - (float) inp_y, (float) inp_x, (float) out_rad, - (float) ref_results[i][0], (float) c_atan2); - //fprintf(stderr, "%20.10f %20.10f %20.10f %20.10f\n", (float) inp_y, (float) inp_x, (float) out_rad, (float) ref_results[i][0]); - } - } - - fprintf(stderr, "total error = %f\n", total_error); - fprintf(stderr, "relative error = %f\n", total_error / N); - - fclose(fp); - fclose(fm); - - return 0; - -} diff --git a/Developer_Contributed/03-HLS_Code_Optimization/files/examples/7_atan2/read_file.h b/Developer_Contributed/03-HLS_Code_Optimization/files/examples/7_atan2/read_file.h deleted file mode 100644 index 89aecd5e0b..0000000000 --- a/Developer_Contributed/03-HLS_Code_Optimization/files/examples/7_atan2/read_file.h +++ /dev/null @@ -1,45 +0,0 @@ -/* -# Copyright © 2023 Advanced Micro Devices, Inc. All rights reserved. -# SPDX-License-Identifier: MIT -*/ - -#ifndef H_READ_FILE_H -#define H_READ_FILE_H - -#include -#include - -template void read_file(char *filename, T outBuf[DIM1][DIM2] ) -{ - int i, j; - - float data; - char str[300]; - - FILE *fid = fopen( filename, "r"); - if (fid==NULL) - fprintf(stderr, "error in opening input file %s\n", filename); - - fscanf(fid, "%*[^\n]\n"); //skip first line - fscanf(fid, "%*[^\n]\n"); //skip second line - for (i = 0; i < DIM1; i++) - { - for (j = 0; j < DIM2; j++) - { - fscanf(fid,"%s", str); - data = atof(str); - outBuf[i][j] = (T) data; - //fprintf(stderr,"%f ", (float) data); - } - fscanf(fid,"\n"); - //fprintf(stderr,"\n"); - } - - fclose(fid); - - return; -} - - - -#endif diff --git a/Developer_Contributed/03-HLS_Code_Optimization/files/examples/7_atan2/run_atan2_script.tcl b/Developer_Contributed/03-HLS_Code_Optimization/files/examples/7_atan2/run_atan2_script.tcl deleted file mode 100644 index 35b28da087..0000000000 --- a/Developer_Contributed/03-HLS_Code_Optimization/files/examples/7_atan2/run_atan2_script.tcl +++ /dev/null @@ -1,101 +0,0 @@ -# Copyright © 2023 Advanced Micro Devices, Inc. All rights reserved. -# SPDX-License-Identifier: MIT - -# Author: Daniele Bagni, Xilinx Inc - -puts "\n" -puts "************************************************************************" -puts "* EXAMPLE 7) ABOUT ATAN2()" -puts "************************************************************************" -puts "\n" - -################## SOLUTION1_DOUBLE: 64-bit floating point #################### - -open_project hls_atan2_prj -set_top top_atan2 -add_files cordic_atan2.cpp -cflags "-DDB_DOUBLE_PRECISION" -add_files -tb cordic_test.cpp -cflags "-DDB_DOUBLE_PRECISION" -add_files -tb test_data -open_solution "solution1_double" -flow_target vivado -set_part {xczu9eg-ffvb1156-2-i} -create_clock -period 3.0 -name default -config_interface -m_axi_latency 0 -config_export -format ip_catalog -rtl vhdl -set_clock_uncertainty 0.5 -csim_design -clean -csynth_design -#cosim_design -close_project - -################## SOLUTION1_FLOAT: 32-bit floating point #################### - -open_project hls_atan2_prj -set_top top_atan2 -add_files cordic_atan2.cpp -cflags "-DDB_SINGLE_PRECISION" -add_files -tb cordic_test.cpp -cflags "-DDB_SINGLE_PRECISION" -add_files -tb test_data -open_solution "solution1_single" -flow_target vivado -set_part {xczu9eg-ffvb1156-2-i} -create_clock -period 3.0 -name default -config_interface -m_axi_latency 0 -config_export -format ip_catalog -rtl vhdl -set_clock_uncertainty 0.5 -csim_design -clean -csynth_design -#cosim_design -close_project - -################## SOLUTION1_CORDIC: cordic algorithm #################### - -open_project hls_atan2_prj -set_top top_atan2 -add_files cordic_atan2.cpp -cflags "-DDB_CORDIC" -add_files -tb cordic_test.cpp -cflags "-DDB_CORDIC" -add_files -tb test_data -open_solution "solution1_cordic" -flow_target vivado -set_part {xczu9eg-ffvb1156-2-i} -create_clock -period 3.0 -name default -config_interface -m_axi_latency 0 -config_export -format ip_catalog -rtl vhdl -set_clock_uncertainty 0.5 -csim_design -clean -csynth_design -#cosim_design -#export_design -evaluate verilog -format ip_catalog -close_project - - -################## SOLUTION2_CORDIC: simplified cordic algorithm #################### - -open_project hls_atan2_prj -set_top top_atan2 -add_files cordic_atan2.cpp -cflags "-DDB_CORDIC -DBIT_ACCURATE" -add_files -tb cordic_test.cpp -cflags "-DDB_CORDIC -DBIT_ACCURATE" -add_files -tb test_data -open_solution "solution2_cordic_bitaccurate" -flow_target vivado -set_part {xczu9eg-ffvb1156-2-i} -create_clock -period 3.0 -name default -config_interface -m_axi_latency 0 -config_export -format ip_catalog -rtl vhdl -set_clock_uncertainty 0.5 -csim_design -clean -csynth_design -#cosim_design -#export_design -evaluate verilog -format ip_catalog -close_project - - -################## SOLUTION_EMPTY: to remove CFLAGS from GUI #################### - -open_project hls_atan2_prj -set_top top_atan2 -add_files cordic_atan2.cpp -add_files -tb cordic_test.cpp -add_files -tb test_data -open_solution "solution_empty" -flow_target vivado -set_part {xczu9eg-ffvb1156-2-i} -create_clock -period 3.0 -name default -config_interface -m_axi_latency 0 -config_export -format ip_catalog -rtl vhdl -set_clock_uncertainty 0.5 -close_project diff --git a/Developer_Contributed/03-HLS_Code_Optimization/files/examples/7_atan2/test_data/atan2_check_res.m b/Developer_Contributed/03-HLS_Code_Optimization/files/examples/7_atan2/test_data/atan2_check_res.m deleted file mode 100644 index db95196a67..0000000000 --- a/Developer_Contributed/03-HLS_Code_Optimization/files/examples/7_atan2/test_data/atan2_check_res.m +++ /dev/null @@ -1,14 +0,0 @@ -% Copyright © 2023 Advanced Micro Devices, Inc. All rights reserved. -% SPDX-License-Identifier: MIT - -clear all; close all; clc; -%% -dat = load('vector.dat'); -diff = abs(dat(:,3) - dat(:,4)); -diff2= abs(dat(:,4) - dat(:,5)); -figure; plot(diff); title 'error CORDIC vs. ATAN2'; grid; -figure; plot(diff2); title 'error2'; grid; -max_diff = max(diff) -sum_abs_err = sum(diff) -max_diff2 = max(diff2) -sum_abs_err2 = sum(diff2) diff --git a/Developer_Contributed/03-HLS_Code_Optimization/files/examples/7_atan2/test_data/check_res.m b/Developer_Contributed/03-HLS_Code_Optimization/files/examples/7_atan2/test_data/check_res.m deleted file mode 100644 index 3d34dba13c..0000000000 --- a/Developer_Contributed/03-HLS_Code_Optimization/files/examples/7_atan2/test_data/check_res.m +++ /dev/null @@ -1,11 +0,0 @@ -clear all; close all; clc; -%% -dat = load('vector.dat'); -diff = abs(dat(:,3) - dat(:,4)); -diff2= abs(dat(:,4) - dat(:,5)); -figure; plot(diff); title 'error CORDIC vs. ATAN2'; grid; -figure; plot(diff2); title 'error2'; grid; -max_diff = max(diff) -sum_abs_err = sum(diff) -max_diff2 = max(diff2) -sum_abs_err2 = sum(diff2) diff --git a/Developer_Contributed/03-HLS_Code_Optimization/files/examples/7_atan2/test_data/input_data.txt b/Developer_Contributed/03-HLS_Code_Optimization/files/examples/7_atan2/test_data/input_data.txt deleted file mode 100644 index c9c6e3c3f2..0000000000 --- a/Developer_Contributed/03-HLS_Code_Optimization/files/examples/7_atan2/test_data/input_data.txt +++ /dev/null @@ -1,110467 +0,0 @@ -# Copyright © 2023 Advanced Micro Devices, Inc. All rights reserved. -# SPDX-License-Identifier: MIT - -15 -14 - -15 -14 - -7 34 - -7 34 - -35 -42 - -35 -42 - -42 -32 - -42 -32 - -84 74 - -84 74 - -23 -63 - -23 -63 - -71 63 - -71 63 - -53 35 - -53 35 - 0 -9 - 0 -9 - -54 -63 - -54 -63 - -53 -62 - -25 -9 - -25 -9 - -77 61 - -78 63 - -77 61 - -77 61 - -61 97 - -61 97 - -3 -9 - -3 -9 - -28 91 - -28 91 - -22 -22 - -22 -22 - -21 -22 - -18 -25 - -17 -25 - -18 -25 - -22 -22 - -21 -22 - -18 -25 - -17 -25 - -40 22 - -42 -19 - -40 22 - -36 48 - -36 48 - -91 -49 - -91 -49 - -10 -77 - -10 -77 - -1 34 - -1 34 - -31 29 - -31 29 - -53 -62 - -54 -63 - -53 -62 - -68 7 - -68 7 - -69 34 - -69 34 - -64 -22 - -64 -22 - -32 -80 - -32 -80 - -21 -22 - -22 -22 - -21 -22 - -18 -25 - -17 -25 - -17 -25 - -22 -22 - -21 -22 - -18 -25 - -17 -25 - -42 -19 - -42 -19 - -40 22 - -87 -13 - -87 -13 - -53 38 - -53 38 - -97 -55 - -97 -55 - -18 -8 - -18 -8 - -32 -55 - -29 -54 - -32 -55 - -9 -37 - -9 -37 - -34 -23 - -34 -21 - -34 -23 - -10 63 - -10 63 - -14 -28 - -14 -28 - -25 -27 - -25 -27 - -21 -75 - -21 -75 - -33 -14 - -33 -14 - -79 77 - -79 77 - -5 10 - -5 10 - 0 10 - 0 10 - 2 -46 - 2 -46 - -78 63 - -78 63 - -77 61 - -77 61 - -77 61 - -78 63 - -77 61 - -77 61 - -93 -32 - -93 -32 - -2 10 - -2 10 - -49 12 - -49 12 - -69 17 - -69 17 - -60 -79 - -60 -79 - -65 -68 - -65 -68 - -26 -92 - -26 -92 - -34 -21 - -34 -21 - -34 -23 - -54 16 - -54 16 - -8 36 - -8 36 - -75 -63 - -75 -63 - -68 -86 - -68 -86 - -68 -85 - -68 -85 - -68 -86 - -68 -85 - -68 -33 - -68 -33 - -75 -37 - -75 -37 - -23 -35 - -23 -35 - -20 -20 - -20 -20 - -29 -54 - -29 -54 - -32 -55 - -29 -39 - -29 -39 - -29 -38 - -29 -38 - -29 -39 - -29 -38 - -98 -31 - -98 -31 - -97 -31 - -97 -31 - -12 -99 - -33 -42 - -33 -42 - -30 -20 - -30 -20 - -40 -74 - -40 -74 - -72 73 - -72 73 - 4 27 - 4 27 - -13 24 - -13 24 - -59 56 - -59 56 - -55 -2 - -55 -2 - -54 -2 - -60 81 - -60 81 - -20 -18 - -20 -18 - -15 -43 - -15 -43 - -33 57 - -33 57 - 2 -16 - 2 -16 - -8 -80 - -8 -80 - -8 -79 - -8 -78 - -8 -79 - -8 -80 - -8 -79 - -8 -78 - -8 -78 - -8 -80 - -8 -79 - -8 -78 - -6 -60 - -6 -60 - -44 -55 - -44 -55 - -49 -64 - -49 -64 - -97 -31 - -98 -31 - -97 -31 - -97 -31 - -12 -99 - -97 -31 - -98 -31 - -97 -31 - -97 -31 - -12 -99 - -12 -99 - -98 -31 - -97 -31 - -97 -31 - -12 -99 - -9 -12 - -9 -12 - 3 -93 - 3 -93 - -48 60 - -48 60 - -12 22 - -12 22 - -18 -24 - -18 -24 - -80 -63 - -80 -63 - -54 -2 - -55 -2 - -54 -2 - -47 -84 - -47 -84 - -25 -29 - -25 -29 - -34 -4 - -34 -4 - -25 26 - -25 26 - -90 -22 - -90 -22 - -39 16 - -39 16 - 3 28 - 3 28 - -36 3 - -36 3 - -36 4 - -36 4 - -36 3 - -36 4 - -31 -43 - -31 -43 - -17 34 - -17 34 - -1 -16 - -1 -16 - -59 -9 - -59 -9 - -4 -13 - -4 -13 - -23 -31 - -23 -31 - -22 -30 - -61 -39 - -61 -39 - -3 -9 - -3 -9 - -29 -99 - -29 -99 - -3 12 - -3 12 - -4 15 - -4 15 - 5 10 - 5 10 - -72 -52 - -72 -52 - -71 -52 - -72 46 - -72 46 - -18 -9 - -18 -9 - -28 10 - -28 10 - 7 -28 - 7 -28 - -20 73 - -20 73 - -3 -12 - -3 -12 - -6 -14 - -6 -14 - -22 -30 - -23 -31 - -22 -30 - -21 -29 - -52 36 - -51 35 - -52 36 - -19 -1 - -19 -1 - 3 51 - 3 51 - -42 -26 - -71 -52 - -72 -52 - -71 -52 - -42 -26 - 3 51 - -42 -26 - -41 -26 - 3 13 - 3 13 - -14 -21 - -14 -21 - -69 20 - -69 20 - -42 16 - -42 16 - -12 57 - -12 57 - -5 -13 - -5 -13 - -21 -29 - -22 -30 - -21 -29 - -25 77 - -25 77 - -51 35 - -51 35 - -52 36 - -52 37 - -45 -59 - -45 -59 - -67 30 - -67 30 - -20 14 - -20 14 - -14 -70 - -14 -70 - -74 -57 - -74 -57 - -91 -16 - -91 -16 - -87 -10 - -87 -10 - -41 -26 - -42 -26 - -41 -26 - -13 -53 - -13 -53 - -1 59 - -1 59 - -18 17 - -18 17 - 1 25 - -86 28 - -86 28 - -95 38 - -95 38 - -39 -16 - -39 -16 - -40 24 - -40 24 - -1 -9 - -1 -9 - -4 -12 - -4 -12 - -20 -28 - -20 -28 - -7 -68 - -7 -68 - -58 66 - -57 65 - -58 66 - -13 -97 - -13 -97 - -14 -7 - -14 -7 - -43 28 - -43 28 - -17 -35 - -17 -35 - -19 -40 - -19 -40 - -1 51 - -1 51 - 0 82 - 0 82 - 1 81 - 1 81 - -40 49 - -40 49 - -74 97 - -74 97 - -1 98 - -1 98 - -3 -11 - -3 -11 - -74 -4 - -74 -4 - -68 -6 - -68 -6 - -57 65 - -57 65 - -58 66 - -55 -3 - -55 -3 - -37 42 - -37 42 - -83 -54 - -83 -54 - -17 11 - -17 11 - -68 -48 - -68 -48 - -5 -66 - -5 -66 - -64 7 - -64 7 - -87 100 - -87 100 - 1 25 - -18 17 - 1 25 - -7 50 - -7 50 - -66 95 - -66 95 - -66 96 - -66 96 - -66 95 - -66 96 - -56 97 - -56 97 - 0 15 - 0 15 - -8 56 - -8 56 - 9 52 - 9 52 - -2 -10 - -2 -10 - -52 37 - -51 35 - -51 36 - -52 37 - -54 -26 - -54 -26 - -15 -43 - -15 -43 - -65 -58 - -65 -58 - -49 -74 - -50 -73 - 4 -50 - 4 -50 - -67 -34 - -67 -34 - -51 -11 - -51 -11 - -22 10 - -22 10 - 11 -24 - 11 -24 - -1 -9 - -1 -9 - -56 -23 - -56 -23 - -6 -82 - -6 -82 - -11 -20 - -11 -20 - 7 13 - 7 13 - 7 14 - 7 14 - -97 95 - -97 95 - -51 36 - -51 36 - -52 37 - -75 -33 - -75 -33 - -18 -36 - -18 -36 - -43 -23 - -43 -23 - -18 13 - -18 13 - 0 -57 - 0 -57 - 1 -57 - -50 -73 - -65 -58 - -49 -74 - -50 -73 - 9 -17 - 9 -17 - -79 36 - -79 36 - -56 62 - -15 -84 - -56 62 - -73 47 - -72 60 - -72 60 - -64 28 - -64 28 - 9 -39 - 9 -39 - -63 46 - -63 46 - -61 47 - -6 -16 - -6 -16 - -22 26 - -22 26 - -19 32 - -19 32 - -76 -14 - -76 -14 - -70 78 - -70 78 - -66 92 - -66 92 - -72 52 - -72 52 - -12 31 - -12 31 - -6 27 - -6 27 - -49 -90 - -49 -90 - -17 36 - -17 36 - -97 -29 - -97 -29 - -48 -9 - -48 -9 - -47 -9 - -21 55 - -21 55 - -66 -3 - -66 -3 - -66 -2 - -66 -2 - -66 -3 - -66 -2 - -75 17 - -75 17 - -48 31 - -47 30 - -48 31 - 1 -87 - 1 -87 - 12 -27 - 12 -27 - -14 -60 - -14 -60 - 1 -57 - 0 -57 - 1 -57 - -49 -74 - -65 -58 - -49 -74 - -50 -73 - -26 -31 - -26 -31 - -75 67 - -75 67 - -82 -43 - -82 -43 - -22 -31 - -22 -31 - -77 93 - -77 93 - 3 33 - 3 33 - -78 16 - -78 16 - 6 59 - 6 59 - 10 97 - 10 97 - -13 -30 - -13 -30 - -37 15 - -37 15 - 9 98 - 9 98 - -15 1 - -15 1 - 15 3 - -14 -31 - -14 -31 - -58 6 - -58 6 - -57 6 - -4 -37 - -4 -37 - -14 -16 - -14 -16 - -41 -79 - -41 -79 - -22 77 - -22 77 - -47 -9 - -48 -9 - -47 -9 - -36 -39 - -36 -39 - -20 -18 - -20 -18 - -19 -18 - -14 83 - -31 79 - -14 83 - -47 30 - -47 30 - -48 31 - -5 -100 - -5 -100 - 4 -61 - 4 -61 - 12 29 - 12 29 - 12 30 - 12 30 - 12 29 - 12 30 - -23 -17 - -23 -17 - -15 -84 - -15 -84 - -56 62 - -73 47 - -73 47 - -15 -84 - -56 62 - -73 47 - 0 -99 - 0 -99 - -15 -37 - -15 -37 - -33 -12 - -33 -12 - -6 -28 - -6 -28 - -33 -70 - -33 -70 - 12 99 - 12 99 - -51 -46 - -51 -46 - -99 -61 - -99 -61 - -44 -31 - -44 -31 - -46 -67 - -46 -67 - -17 -43 - -17 -43 - -57 6 - -58 6 - -57 6 - -35 -61 - -35 -61 - -22 -40 - -22 -40 - 0 -60 - 0 -60 - -29 5 - -29 5 - -29 -9 - -29 6 - -29 6 - -29 5 - -29 -9 - -29 6 - -12 6 - -12 6 - -12 7 - -12 7 - -12 6 - -12 7 - -41 78 - -41 78 - -70 46 - -70 46 - -19 -18 - -20 -18 - -19 -18 - -41 13 - -41 13 - 3 9 - 3 9 - 6 -47 - 6 -47 - -24 70 - -24 70 - -61 47 - -63 46 - -61 47 - -41 49 - -41 49 - -9 -17 - -9 -17 - -86 -73 - -86 -73 - -85 -73 - 14 -14 - 14 -14 - -55 -24 - -55 -24 - -43 -98 - -43 -98 - 9 -37 - 9 -38 - 9 -37 - -29 -9 - -29 5 - -29 -9 - -29 6 - -72 -30 - -72 -30 - 11 -18 - 11 -18 - 8 -13 - 8 -13 - -59 -26 - -59 -26 - -6 46 - -6 46 - -6 47 - -6 47 - -6 46 - -6 47 - -38 86 - -38 86 - -31 79 - -31 79 - -14 83 - 9 5 - 9 5 - -10 32 - -10 32 - -39 -43 - -39 -43 - 2 13 - 2 13 - -39 74 - -39 74 - -61 -25 - -61 -25 - -52 -59 - -52 -59 - -51 -58 - -7 -50 - -7 -50 - -85 -73 - -86 -73 - -85 -73 - 15 3 - -15 1 - 15 3 - -8 82 - -8 82 - -6 85 - -38 84 - -38 84 - -4 -23 - -4 -23 - 9 -38 - 9 -38 - 9 -37 - -40 6 - -40 6 - -12 17 - -12 17 - -11 18 - -12 18 - -12 18 - -11 18 - -31 39 - -31 39 - -58 -49 - -58 -49 - -57 -49 - 2 -78 - 2 -78 - -24 -9 - -24 -9 - -82 58 - -82 58 - -27 10 - -27 10 - -5 43 - -5 43 - -4 43 - -5 44 - -5 44 - -5 43 - -4 43 - -5 44 - -49 68 - -49 68 - -19 -28 - -19 -28 - -3 91 - -3 91 - -51 46 - -51 46 - -61 -7 - -61 -7 - -51 -58 - -52 -59 - -51 -58 - -20 -26 - -20 -26 - -56 6 - -56 6 - 16 3 - 16 3 - -72 -89 - -72 -89 - 12 -90 - 12 -90 - 11 -34 - 11 -34 - -48 -7 - -48 -7 - -11 -46 - -11 -46 - 4 -17 - 4 -17 - -39 55 - -39 55 - -11 18 - -12 17 - -12 18 - -11 18 - -89 -75 - -89 -75 - -77 -7 - -77 -7 - 6 -72 - 6 -72 - 10 0 - 10 0 - 17 8 - 17 8 - -57 -49 - -58 -49 - -57 -49 - 13 -11 - 13 -11 - -15 -30 - -15 -30 - 10 -97 - 10 -97 - 3 -40 - 3 -40 - 3 -39 - 3 -39 - 3 -40 - 3 -39 - 10 61 - 10 61 - -53 72 - -53 72 - 2 -32 - 2 -32 - -10 -74 - -10 -74 - -4 43 - -5 43 - -4 43 - -5 44 - -47 6 - -47 6 - 8 -29 - 8 -29 - -3 77 - -3 77 - -31 80 - -31 80 - 6 80 - 6 80 - -58 98 - -58 98 - -13 -5 - -13 -5 - -26 -68 - -26 -68 - -6 85 - -8 82 - -6 85 - -76 -31 - -76 -31 - -6 15 - -6 15 - 5 -19 - 5 -19 - -76 -41 - -76 -41 - -77 10 - -77 10 - -19 14 - 14 18 - -19 14 - -1 19 - -1 19 - -49 57 - -49 57 - -27 -19 - -27 -19 - -21 -24 - -2 15 - -2 15 - -2 17 - -2 17 - -32 51 - -32 51 - -2 98 - -2 98 - -51 58 - -51 58 - -4 -48 - -4 -48 - -44 84 - -44 84 - 14 9 - 14 9 - -6 9 - -6 9 - 3 10 - 3 10 - -31 2 - -31 2 - -83 78 - -83 78 - -16 87 - -16 87 - -51 -42 - -51 -42 - -54 85 - -54 85 - -72 -31 - -72 -31 - 7 -12 - 7 -12 - 14 17 - 14 17 - 14 18 - 14 18 - 14 17 - 14 18 - -19 14 - 7 -24 - 7 -24 - 8 -18 - 8 -18 - -60 -1 - -60 -1 - 17 -25 - 17 -25 - -82 50 - -82 50 - -54 82 - -19 63 - -19 63 - -39 33 - -39 33 - -39 33 - -39 33 - -39 33 - -39 33 - 21 14 - 21 14 - -66 -54 - -66 -54 - -56 -78 - -56 -78 - -19 -13 - -19 -13 - -39 -53 - 5 -68 - -39 -53 - -39 -15 - -39 -15 - -13 -70 - -13 -70 - -67 10 - -67 10 - -36 -5 - -36 -5 - 5 -18 - 5 -18 - -35 82 - -35 82 - -35 83 - -35 83 - -35 82 - -35 83 - -66 -31 - -66 -31 - 19 -24 - 19 -24 - -66 -67 - -66 -67 - 11 -32 - 11 -32 - -48 -83 - -48 -83 - -69 86 - -69 86 - 10 -67 - 10 -67 - -36 -2 - -36 -2 - 1 15 - 1 15 - -41 5 - -41 5 - 12 26 - 12 26 - 11 50 - 11 50 - 9 31 - 9 31 - 9 2 - 9 2 - 9 30 - 9 30 - -47 -84 - -47 -84 - -31 13 - -31 13 - -40 43 - -40 43 - -39 43 - -12 -78 - -12 -78 - -84 -94 - -84 -94 - -11 -49 - -11 -49 - 5 -68 - 5 -68 - -39 -53 - -12 -72 - -12 -72 - -12 -71 - -12 -71 - -12 -72 - -12 -71 - -8 -30 - -8 -30 - -8 -25 - -8 -25 - -64 12 - -64 12 - 16 -51 - 16 -51 - -40 -44 - -40 -44 - -21 -24 - -27 -19 - -21 -24 - -50 -18 - -50 -18 - -54 82 - -82 50 - -54 82 - 2 -25 - 2 -25 - -2 27 - -2 27 - -9 5 - -9 5 - 23 16 - 23 16 - -8 -15 - -8 -15 - -27 -57 - -27 -57 - 0 -26 - 0 -26 - -67 48 - -67 48 - -39 43 - -40 43 - -39 43 - -73 79 - -73 79 - 18 29 - 18 29 - -55 -80 - -55 -80 - -55 -79 - -55 -79 - -55 -80 - -55 -79 - 4 29 - 4 29 - -67 -27 - -67 -27 - 2 -20 - 2 -20 - -41 -70 - -41 -70 - 20 8 - 20 8 - 15 82 - -7 -84 - 15 82 - 5 32 - 5 32 - -14 -16 - -14 -16 - -50 36 - -50 36 - -45 -20 - -45 -20 - 12 74 - 12 74 - -48 88 - -48 88 - 4 95 - 4 95 - 1 26 - 1 26 - 2 26 - 3 26 - 21 15 - 21 15 - -15 29 - -15 29 - -14 29 - -3 -43 - -3 -43 - -50 92 - -50 92 - -84 -64 - -84 -64 - -50 92 - -84 -64 - -11 -7 - -11 -7 - -58 48 - -58 48 - -58 49 - -58 49 - -58 48 - -58 49 - 7 -10 - 7 -10 - 7 -9 - 7 -9 - -3 -49 - -3 -49 - 21 8 - 21 8 - 2 78 - 2 78 - -36 -21 - -36 -21 - -75 1 - -75 1 - 15 80 - 15 80 - -66 85 - -66 85 - -76 34 - -64 51 - -65 50 - -76 34 - -35 44 - -35 44 - 2 26 - 1 26 - 2 26 - 3 26 - -40 42 - -40 42 - 23 -80 - 23 -80 - -36 -13 - -36 -13 - -14 29 - -15 29 - -14 29 - -3 24 - -3 24 - -35 -28 - -35 -28 - -4 -29 - -4 -29 - -7 50 - -7 50 - 22 16 - 22 16 - 19 19 - 19 19 - 22 16 - 19 19 - -65 31 - -65 31 - -46 -10 - -46 -10 - 13 23 - 13 23 - -41 -25 - -41 -25 - -7 -84 - -7 -84 - 15 82 - -12 37 - -12 37 - 5 30 - 5 30 - -65 50 - -64 51 - -65 50 - -76 34 - -9 16 - -9 16 - -35 56 - -35 56 - 3 26 - 1 26 - 2 26 - 3 26 - -12 -6 - -12 -6 - 0 -26 - 0 -26 - -1 -37 - -1 -37 - 9 -37 - 9 -37 - -1 -37 - 9 -37 - -15 -20 - -15 -20 - -8 -39 - -8 -39 - -18 13 - -18 13 - -22 6 - 8 -40 - 10 -41 - 8 -40 - 18 0 - 18 0 - 1 -14 - 1 -14 - -88 91 - -88 91 - -35 -48 - -47 -35 - -35 -48 - 20 33 - 20 33 - 18 2 - 18 2 - 6 17 - 6 17 - -43 -47 - -43 -47 - -52 42 - -52 42 - -26 71 - -26 71 - -11 38 - -11 38 - -4 -11 - -4 -11 - 26 94 - 26 94 - -27 -58 - -27 -58 - 23 79 - 23 79 - 0 -26 - 0 -26 - -31 29 - -31 29 - -58 26 - -58 26 - -29 3 - -29 3 - 19 84 - 19 84 - 20 84 - 19 85 - 19 85 - 19 84 - 20 84 - 19 85 - -88 0 - -88 0 - -12 20 - -12 20 - 0 -94 - 0 -94 - -75 -34 - -75 -34 - -75 -33 - -74 -34 - 20 7 - 20 7 - -16 -2 - -16 -2 - 9 -9 - 9 -9 - -47 -35 - -47 -35 - -35 -48 - 13 41 - 13 41 - 17 -16 - 17 -16 - 12 -21 - 12 -21 - 17 -16 - 12 -21 - -36 -50 - -36 -50 - 17 64 - 17 64 - 7 100 - 7 100 - -72 4 - -72 4 - 17 -68 - -37 -2 - -37 -2 - 9 -14 - 9 -14 - -9 1 - -9 1 - 28 80 - 28 80 - -64 51 - -64 51 - -65 50 - -76 34 - 6 18 - 6 18 - 18 12 - 18 12 - 15 -41 - 15 -41 - 15 -40 - 15 -40 - 15 -41 - 15 -40 - -28 -71 - -28 -71 - -42 3 - -42 3 - -11 -95 - -11 -95 - 20 84 - 19 84 - 20 84 - 19 85 - 10 -41 - 10 -41 - 8 -40 - -75 -33 - -75 -34 - -75 -33 - -74 -34 - -51 -37 - -51 -37 - -29 20 - -29 20 - -6 -21 - -6 -21 - 27 -21 - 27 -21 - -21 -41 - -21 -41 - 18 48 - 18 48 - -32 -43 - -32 -43 - -67 58 - -67 58 - -28 -32 - -28 -32 - -27 -32 - -4 27 - -4 27 - -4 14 - -4 14 - 12 -23 - 12 -23 - -6 -13 - -6 -13 - -3 98 - -3 98 - -22 6 - -18 13 - -22 6 - -1 -14 - -1 -14 - -74 -34 - -75 -34 - -75 -33 - -74 -34 - 24 -36 - 24 -36 - -6 -34 - -6 -34 - -50 -7 - -50 -7 - 0 -10 - 0 -10 - 24 -3 - 24 -3 - 16 -22 - 16 -22 - -11 78 - -11 78 - 25 -2 - 25 -2 - 10 23 - -48 39 - -48 39 - 15 37 - 15 37 - 6 -43 - 6 -43 - -5 -26 - -5 -26 - -49 85 - -49 85 - -73 58 - -73 58 - -30 -7 - -30 -7 - -27 -32 - -28 -32 - -27 -32 - -68 84 - -68 84 - -17 25 - -17 25 - 14 21 - 14 21 - 14 21 - 23 -9 - 23 -9 - 17 11 - 17 11 - -37 79 - -37 79 - -3 60 - -2 59 - -3 60 - -3 60 - -14 0 - -14 0 - -20 72 - -20 72 - 0 -53 - 0 -53 - 0 -52 - 0 -52 - 0 -53 - 0 -52 - -3 -12 - -3 -12 - -2 -12 - -8 -28 - -8 -28 - -57 -7 - -57 -7 - -47 -38 - -47 -38 - -83 -72 - -83 -72 - -23 -32 - -23 -32 - -9 21 - -9 21 - 2 56 - 2 56 - 17 -68 - -72 4 - 17 -68 - -65 72 - -65 72 - -65 75 - -49 59 - -49 59 - 14 21 - 14 21 - 14 21 - 23 25 - 23 25 - -2 38 - -1 37 - -2 38 - -95 50 - -95 50 - 24 97 - 24 97 - 18 12 - 18 12 - -67 -53 - -67 -53 - -78 33 - 8 -9 - 8 -9 - -8 -79 - -8 -79 - -2 59 - -2 59 - -3 60 - -3 60 - -3 60 - -2 59 - -3 60 - -3 60 - -28 -21 - -28 -21 - 27 -28 - 27 -28 - 2 -17 - 2 -17 - -56 -43 - -56 -43 - 10 23 - 25 -2 - 10 23 - 10 24 - 10 24 - 10 23 - 10 24 - -14 68 - -14 68 - 19 38 - 19 38 - 25 16 - 25 16 - 13 -41 - 13 -41 - -18 18 - -18 18 - -84 31 - -10 -91 - -84 31 - -65 75 - -65 72 - -80 59 - -65 75 - 27 35 - 27 35 - 28 35 - 7 16 - 7 16 - -1 37 - -1 37 - -2 38 - -47 -73 - -47 -73 - 7 14 - 7 14 - 19 13 - 19 13 - -78 33 - -67 -53 - -78 33 - -75 -65 - -75 -65 - -8 83 - -8 83 - -13 40 - -13 40 - -82 36 - -82 36 - -2 -12 - -3 -12 - -2 -12 - 25 60 - 25 60 - 14 32 - 14 32 - -21 64 - -21 64 - 23 33 - 23 33 - -38 28 - -37 27 - -38 28 - -37 28 - 20 11 - 20 11 - -5 25 - -5 25 - -51 51 - -51 51 - -58 89 - -58 89 - 28 35 - 27 35 - 28 35 - 24 -64 - 24 -64 - -15 -4 - -15 -4 - 9 4 - 9 4 - -24 24 - -24 24 - 20 14 - 20 14 - -54 73 - -54 73 - -52 -74 - -52 -74 - -52 -73 - -52 -73 - -52 -74 - -52 -73 - 5 -65 - 5 -65 - 10 -73 - 10 -73 - -71 -84 - -71 -84 - -55 -53 - -55 -53 - -50 15 - -50 15 - 30 -11 - 30 -11 - 23 12 - 23 12 - -51 13 - -51 13 - -37 27 - -37 27 - -38 28 - -37 28 - -37 28 - -37 27 - -38 28 - -37 28 - 26 -17 - 26 -17 - 21 -3 - 21 -3 - 20 -93 - 20 -93 - -10 -91 - -10 -91 - -84 31 - -42 69 - -42 69 - 11 52 - 11 52 - 16 10 - 16 10 - 16 10 - -20 67 - -20 67 - -39 -82 - -39 -82 - -62 66 - -90 15 - -62 66 - -19 -2 - -19 -2 - -54 3 - -54 3 - -46 -31 - -43 -80 - -43 -80 - -52 -26 - -52 -26 - -52 -25 - -52 -25 - -52 -26 - -52 -25 - -22 -34 - -22 -34 - 9 -73 - 9 -73 - -9 -79 - -9 -79 - -29 -21 - -29 -21 - 2 -23 - 2 -23 - -40 -29 - -40 -29 - -14 -50 - -14 -50 - -57 -85 - -57 -85 - -46 9 - -46 9 - -9 20 - -9 20 - -52 -40 - -52 -40 - -84 -17 - -84 -17 - 22 -35 - 23 -36 - 22 -35 - -36 72 - -36 72 - -25 -20 - -25 -20 - -80 59 - -80 59 - -78 60 - -65 75 - 18 -33 - 18 -33 - 15 9 - 15 9 - -1 57 - -1 57 - -65 63 - -65 63 - -90 15 - -90 15 - -62 66 - -67 -71 - -67 -71 - -18 -97 - -18 -97 - -17 -97 - 22 -56 - 22 -56 - -57 15 - -9 -51 - -9 -51 - -26 -24 - -26 -24 - -26 -23 - -26 -23 - -26 -24 - -26 -23 - -8 -35 - -8 -35 - -34 21 - -34 21 - 25 49 - 25 49 - 23 10 - 23 10 - 23 11 - 23 11 - 23 10 - 23 11 - 30 -23 - 30 -23 - 23 -36 - 23 -36 - 22 -35 - 0 -55 - 0 -55 - 25 -13 - 25 -13 - 29 52 - 29 52 - 9 -62 - 9 -62 - 20 -22 - 20 -22 - -60 69 - -60 69 - -3 -24 - -3 -24 - -24 42 - -24 42 - 20 46 - 20 46 - 17 -34 - 17 -34 - -3 -10 - -3 -10 - 16 10 - 16 10 - 16 10 - -25 75 - -25 75 - -24 75 - -44 -14 - -44 -14 - -10 13 - -10 13 - -56 -69 - -56 -69 - -97 70 - -97 70 - -95 70 - -17 -97 - -18 -97 - -17 -97 - 16 -24 - 16 -24 - -16 9 - -16 9 - 6 -48 - 34 -34 - 6 -48 - -62 85 - -62 85 - -18 31 - -18 31 - 2 46 - 2 46 - -12 -40 - -12 -40 - 9 -59 - 9 -59 - -78 60 - -80 59 - -78 60 - -39 92 - -39 92 - -14 -15 - -14 -15 - -84 4 - -84 4 - 35 86 - 35 86 - 17 11 - 17 11 - 20 -44 - 20 -44 - -60 59 - -60 59 - -24 75 - -25 75 - -24 75 - -19 -70 - -19 -70 - -46 -31 - -54 3 - -46 -31 - 20 7 - 20 7 - 9 -88 - 9 -88 - -95 70 - -97 70 - -95 70 - -18 80 - -18 80 - 9 -35 - 9 -35 - 24 -29 - 24 -29 - -39 92 - -39 92 - -2 -43 - -2 -43 - -57 -7 - -57 -7 - -52 -21 - -52 -21 - 29 3 - 29 3 - -58 81 - -58 81 - 12 36 - 12 36 - -48 -4 - -48 -4 - -48 -3 - -48 -3 - -48 -4 - -48 -3 - 31 22 - 31 22 - -16 9 - -16 9 - -49 3 - -49 3 - 7 -82 - 7 -82 - 10 -9 - 10 -9 - 29 64 - 29 64 - -13 -29 - -13 -29 - -24 -20 - 28 61 - 28 61 - 34 -4 - 34 -4 - -18 -73 - -18 -73 - -64 45 - -64 45 - 30 7 - 30 7 - 31 55 - 31 55 - -13 94 - -13 94 - 0 72 - 0 72 - 21 -38 - 21 -38 - 33 -78 - 33 -78 - 18 12 - 18 12 - -2 -17 - -2 -17 - -53 -74 - -53 -74 - -33 -9 - -33 -9 - -32 -9 - -37 10 - -37 10 - -57 15 - 22 -56 - -57 15 - -19 -77 - -19 -77 - -18 -77 - 15 -27 - 15 -27 - 34 -35 - 34 -35 - 34 -34 - 34 -34 - 34 -35 - 34 -34 - 6 -48 - -18 45 - -11 -47 - -11 -46 - -18 45 - -30 -38 - 3 25 - 3 25 - -46 -36 - -46 -36 - -2 22 - -2 22 - -13 -10 - -13 -10 - -1 30 - -1 30 - 34 3 - 34 3 - -40 -43 - -40 -43 - -23 58 - -23 58 - 11 -9 - 11 -9 - -24 -20 - -13 -29 - -24 -20 - -51 36 - -51 36 - 16 22 - 16 22 - 5 -15 - 5 -15 - 29 -19 - 29 -19 - 30 42 - 30 42 - 19 13 - 19 13 - -31 -47 - -31 -47 - 13 -79 - 13 -79 - -32 -9 - -33 -9 - -32 -9 - 17 -66 - 17 -66 - 31 -32 - 31 -32 - -15 -18 - -15 -18 - -18 -77 - -19 -77 - -18 -77 - -81 -9 - -33 -43 - -33 -43 - -15 -19 - -15 -19 - -9 -28 - -9 -28 - -8 -28 - -41 0 - -41 0 - -12 -10 - -12 -10 - 29 -18 - 29 -18 - -38 24 - -38 24 - 9 14 - 9 14 - 12 -52 - 12 -52 - -51 8 - 35 34 - 35 34 - 10 0 - 10 0 - -32 52 - -32 52 - 23 -41 - 23 -41 - 39 -77 - 39 -77 - 20 14 - 20 14 - -75 -31 - -75 -31 - -47 50 - -47 50 - -46 50 - -6 48 - -6 48 - -52 -87 - -52 -87 - 39 -64 - 39 -64 - -30 -38 - -11 -47 - -10 -47 - -11 -46 - -18 45 - -30 -38 - -8 -28 - -9 -28 - -8 -28 - 16 23 - 16 23 - -36 41 - -36 41 - -78 -13 - -78 -13 - -9 56 - -9 56 - 37 19 - 37 19 - 13 35 - 13 35 - 27 36 - 27 36 - 34 -50 - 34 -50 - -78 63 - -78 63 - 22 87 - 22 87 - 2 73 - 2 73 - 18 48 - 18 48 - -46 50 - -47 50 - -46 50 - -9 56 - -9 56 - -8 -87 - -8 -87 - -88 -12 - -86 -27 - -88 -12 - -54 49 - -54 49 - -7 -95 - -7 -95 - -11 -47 - -11 -47 - -10 -47 - -11 -46 - -18 45 - -30 -38 - -11 -46 - -11 -47 - -10 -47 - -11 -46 - -18 45 - -30 -38 - 35 -17 - 35 -17 - -82 43 - -82 43 - -51 -22 - -51 -22 - -31 -11 - -31 -11 - 32 -59 - 32 -59 - 34 29 - 34 29 - 13 -29 - 13 -29 - -51 8 - 12 -52 - -51 8 - 26 43 - -70 100 - -70 100 - 22 3 - 22 3 - 7 22 - 7 22 - -54 49 - -54 49 - 14 4 - 14 4 - 41 29 - 41 29 - -52 -97 - -52 -97 - -81 -9 - -18 -77 - -81 -9 - 27 92 - 27 92 - 17 -40 - 17 -40 - 9 -35 - 9 -35 - -10 -47 - -11 -47 - -10 -47 - -11 -46 - -30 -38 - -94 50 - -94 50 - -39 16 - -39 16 - -13 -36 - -13 -36 - 10 5 - 10 5 - 16 47 - 16 47 - -8 -63 - -8 -63 - 41 -49 - 41 -49 - -10 -31 - -10 -31 - -2 -43 - -2 -43 - 41 11 - 41 11 - -3 29 - -3 29 - 39 12 - 39 12 - 40 12 - 37 27 - 37 27 - -1 -29 - -1 -29 - -67 -62 - -67 -62 - 26 -46 - 26 -46 - -12 -21 - -12 -21 - -72 -16 - -72 -16 - 31 95 - 31 95 - -27 -53 - -27 -53 - -49 -28 - -49 -28 - 18 35 - 18 35 - -48 -16 - -48 -16 - 35 -5 - 35 -5 - -35 39 - -35 39 - -39 11 - -39 11 - 26 43 - -51 8 - 26 43 - 28 -11 - 28 -11 - 32 34 - 32 34 - 32 35 - 33 35 - 32 35 - 32 34 - 32 35 - 33 35 - 15 -45 - 15 -45 - 32 35 - 33 35 - 15 -45 - 40 12 - 39 12 - 40 12 - -43 85 - -43 85 - -36 -30 - -36 -30 - 20 60 - 20 60 - 42 42 - 42 42 - 16 -22 - 16 -22 - -42 -62 - -42 -62 - -86 -27 - -86 -27 - -88 -12 - -59 53 - -59 53 - -1 -23 - -1 -23 - 34 -35 - 34 -35 - 14 -47 - 15 -47 - 14 -47 - 34 -35 - 14 -47 - 15 -47 - 43 -40 - 43 -40 - 33 35 - 32 34 - 32 35 - 33 35 - 15 -45 - -60 79 - -60 79 - 42 47 - 42 47 - 22 -81 - 22 -81 - -13 -14 - -12 -15 - -13 -14 - -17 -89 - -17 -89 - 10 -45 - 10 -45 - 15 1 - 15 1 - 15 -47 - 34 -35 - 14 -47 - 15 -47 - -10 -57 - -10 -57 - 27 20 - 27 20 - -45 13 - -45 13 - 20 10 - 20 10 - 20 90 - 20 90 - 20 91 - 20 91 - 20 90 - 20 91 - -98 25 - -98 25 - 19 -48 - -39 34 - 19 -48 - 24 5 - 24 5 - 42 64 - 32 68 - 42 64 - -85 33 - -85 33 - -10 -6 - -10 -6 - 27 44 - 27 44 - -25 41 - -25 41 - -11 -17 - -11 -17 - -12 -15 - -12 -15 - -13 -14 - -63 -82 - -63 -82 - 43 -32 - 43 -32 - -8 35 - -8 35 - -31 -18 - -30 -18 - -2 -24 - -2 -24 - -2 -10 - -2 -10 - -33 11 - -33 11 - -3 89 - -3 89 - -4 64 - -4 64 - -62 51 - -62 51 - 20 -39 - 20 -39 - 25 14 - 25 14 - 37 31 - 37 31 - 37 33 - 37 33 - 37 31 - 37 33 - 9 93 - 9 93 - -34 91 - -34 91 - -10 13 - -10 13 - -11 -91 - -11 -91 - -10 -16 - -10 -16 - 43 -85 - 43 -85 - -33 26 - -33 26 - -25 0 - -25 0 - -81 -56 - -81 -56 - 27 -15 - 27 -15 - -6 30 - 13 6 - 13 6 - -31 -18 - -8 35 - -31 -18 - -30 -18 - -4 29 - -4 29 - -3 29 - -19 9 - -19 9 - -33 -57 - -33 -57 - 2 30 - 3 29 - 2 30 - 43 22 - 43 22 - 33 47 - 33 47 - -1 56 - -1 56 - 33 47 - -1 56 - -15 -100 - -15 -100 - -81 66 - -81 66 - -48 -26 - -48 -26 - -23 82 - -23 82 - -22 82 - -45 60 - -45 60 - -45 61 - 15 73 - -45 62 - -45 61 - -45 60 - -45 61 - 15 73 - -45 62 - -45 62 - -45 60 - -45 61 - 15 73 - -45 62 - -61 76 - -61 76 - 32 68 - 32 68 - 42 64 - -9 -15 - -9 -15 - 10 -34 - 10 -34 - 10 16 - 10 16 - 11 16 - 26 25 - 26 25 - 10 92 - 10 92 - -72 -2 - -72 -2 - -58 -75 - -58 -75 - 44 -96 - 44 -96 - -27 -50 - 2 -55 - -27 -50 - -80 32 - -80 32 - -53 -31 - -53 -31 - 23 -52 - 23 -52 - -30 -18 - -8 35 - -31 -18 - -30 -18 - -3 29 - -4 29 - -3 29 - 3 29 - 3 29 - 2 30 - -55 24 - -55 24 - -5 -37 - -5 -37 - -94 96 - -94 96 - -37 19 - -37 19 - -22 82 - -23 82 - -22 82 - -39 34 - -39 34 - 19 -48 - -21 -39 - 32 29 - -21 -39 - 30 -2 - 30 -2 - 48 -91 - -34 100 - 50 -94 - 48 -91 - 19 -4 - 19 -4 - 11 16 - 10 16 - 11 16 - 17 29 - 17 29 - -12 84 - -12 84 - -12 85 - -12 85 - -12 84 - -12 85 - -11 77 - -11 77 - 2 -55 - 2 -55 - -27 -50 - 27 16 - 27 16 - 43 -45 - 43 -45 - 43 -44 - 43 -44 - 43 -45 - 43 -44 - -26 -24 - -26 -24 - -25 -24 - -50 3 - -50 3 - 41 -9 - 41 -9 - 43 36 - 43 36 - 31 47 - 31 47 - -32 -4 - -32 -4 - -10 -29 - -10 -29 - -23 56 - -23 56 - 15 73 - -45 60 - -45 61 - 15 73 - -45 62 - -32 45 - -32 45 - -34 100 - -34 100 - 50 -94 - 48 -91 - -30 -32 - -30 -32 - 20 -5 - 20 -5 - -10 -15 - -10 -15 - -7 73 - -7 73 - -7 74 - -7 74 - -7 73 - -7 74 - -10 -53 - -10 -53 - -15 -44 - -15 -44 - 5 -14 - 5 -14 - 23 -76 - -79 5 - 23 -76 - 24 -76 - 25 -76 - -11 -37 - -11 -37 - -6 30 - 27 -15 - -6 30 - 43 -17 - 43 -17 - 17 -26 - 17 -26 - -86 40 - -86 40 - 35 60 - 35 60 - -25 -24 - -26 -24 - -25 -24 - -44 9 - -44 9 - -86 96 - -86 96 - 6 36 - 6 36 - 40 26 - 40 26 - 38 -91 - 38 -91 - 21 -8 - 21 -8 - 32 29 - 32 29 - -21 -39 - 12 -17 - 12 -17 - 50 -94 - 52 -97 - -34 100 - 50 -94 - 48 -91 - 36 87 - 36 87 - -46 -7 - -46 -7 - -84 -27 - -84 -27 - 5 -97 - 5 -97 - 25 -10 - 25 -10 - -79 5 - -79 5 - 23 -76 - 24 -76 - 25 -76 - 24 -76 - -79 5 - 23 -76 - 24 -76 - 25 -76 - -4 -41 - -4 -41 - 33 -22 - 33 -22 - -4 -41 - 33 -22 - -30 14 - -30 14 - 20 -26 - 6 -20 - 6 -20 - -66 -78 - -66 -78 - 38 43 - 38 43 - 25 65 - 25 65 - -43 5 - -43 5 - 13 -6 - 13 -6 - 13 -4 - 13 -4 - 51 -52 - 51 -52 - 41 34 - 41 34 - 28 4 - 28 4 - 17 -78 - 17 -78 - 21 44 - 21 44 - 25 -76 - -79 5 - 23 -76 - 24 -76 - 25 -76 - -14 -70 - 17 -70 - -14 -70 - 27 -1 - 27 -1 - 28 -1 - 34 -28 - 34 -28 - 15 -82 - 15 -82 - 20 -26 - -30 14 - 20 -26 - -32 24 - -32 24 - 1 57 - 1 57 - 4 -14 - 4 -14 - 29 36 - 29 36 - 20 80 - 20 80 - 14 -8 - 14 -8 - 14 -7 - 14 -7 - 14 -8 - 14 -7 - -93 61 - -93 61 - -25 62 - -25 62 - 20 3 - 20 3 - 14 14 - 14 14 - 20 3 - 14 14 - 37 60 - 37 60 - -69 89 - -69 89 - 52 -97 - 52 -97 - 50 -94 - 44 45 - 44 45 - 35 31 - 35 31 - -3 10 - -3 10 - -32 -43 - -32 -43 - 17 -70 - 17 -70 - -14 -70 - 23 26 - 23 26 - -42 4 - -42 4 - 23 -35 - 28 -1 - 27 -1 - 28 -1 - -6 -53 - -6 -53 - 49 -59 - 49 -59 - 18 60 - 18 60 - -25 -17 - -25 -17 - 45 -17 - 45 -17 - -66 -16 - -66 -16 - -6 15 - -6 15 - -16 -21 - -16 -21 - -7 50 - -7 50 - -6 50 - 42 67 - 42 67 - 37 -10 - 37 -13 - 37 -10 - -18 -5 - -18 -5 - -29 -6 - -29 -6 - -25 11 - -25 11 - -4 -95 - -4 -95 - -85 91 - -85 91 - -90 11 - 29 -83 - -90 11 - -10 51 - -10 51 - -10 52 - -10 52 - -10 51 - -10 52 - 47 -73 - 47 -73 - -26 32 - -26 32 - -11 -39 - -11 -39 - -26 32 - -11 -39 - 44 -18 - 44 -18 - 44 -17 - 44 -17 - 44 -18 - 44 -17 - -35 -11 - -35 -11 - -26 -53 - -26 -53 - 38 15 - 38 15 - 35 -35 - 35 -35 - -36 -72 - -36 -72 - 8 -59 - 8 -59 - 53 -12 - 53 -12 - -6 50 - -7 50 - -6 50 - -96 29 - -96 29 - 37 -13 - 37 -13 - 37 -10 - 51 69 - 51 69 - -10 -8 - -10 -8 - -51 -45 - -51 -45 - -17 38 - -17 38 - -10 -11 - -10 -11 - -33 78 - -33 78 - -75 45 - -75 45 - -33 78 - -75 45 - 29 -83 - 29 -83 - -90 11 - 38 76 - -67 -81 - -67 -81 - 1 88 - 1 88 - -15 -86 - -15 -86 - -1 -26 - -1 -26 - -52 4 - -52 4 - -40 90 - -40 90 - -18 67 - -18 67 - -60 -3 - -60 -3 - 34 40 - 34 40 - 49 -14 - 49 -14 - 50 -14 - -88 25 - -88 25 - 42 23 - 42 23 - 50 25 - 50 25 - 49 25 - 49 25 - 50 25 - 49 25 - -32 57 - -32 57 - 33 93 - 33 93 - 25 -3 - 25 -3 - 41 -44 - 41 -44 - 42 -44 - -5 16 - -5 16 - -36 -14 - -36 -14 - 19 -76 - 19 -76 - -43 67 - -43 67 - 38 76 - 29 -83 - 38 76 - 17 -43 - 17 -43 - 23 -35 - -42 4 - 23 -35 - 17 -29 - 17 -29 - 17 -28 - 17 -28 - 17 -29 - 17 -28 - -16 -18 - -16 -18 - -3 -93 - -3 -93 - 50 -14 - 49 -14 - 50 -14 - 51 -55 - 51 -55 - 52 -55 - -81 6 - -81 6 - -4 -49 - -4 -49 - 23 -88 - 23 -88 - 42 -44 - 41 -44 - 42 -44 - -46 -12 - -46 -12 - -50 94 - -50 94 - -3 -72 - -3 -72 - 0 68 - 0 68 - -63 21 - -63 21 - 13 20 - 13 20 - 47 1 - 47 1 - 43 24 - 43 24 - -19 17 - -19 17 - -60 -24 - -60 -24 - 35 -15 - 35 -15 - 56 -41 - 56 -41 - 52 -55 - 51 -55 - 52 -55 - 37 -51 - 37 -51 - 52 84 - 52 84 - 53 84 - 9 -43 - 9 -43 - 4 96 - 4 96 - 13 15 - 13 15 - 14 15 - 21 90 - 21 90 - 37 -41 - 37 -41 - 58 -63 - 58 -63 - -27 -49 - -27 -49 - 37 -3 - 37 -3 - 37 -2 - 37 -2 - 37 -3 - 37 -2 - 24 -36 - 24 -36 - -42 3 - -42 3 - 1 -94 - 1 -94 - 44 -69 - 44 -69 - -22 39 - 38 -21 - -20 42 - -22 39 - -27 28 - -18 33 - -27 28 - 7 -13 - 7 -13 - -15 73 - -15 73 - 53 84 - 52 84 - 53 84 - -18 -5 - -18 -5 - -50 24 - -50 24 - -43 -35 - -43 -35 - -50 24 - -43 -35 - 58 96 - 58 96 - 14 15 - 13 15 - 14 15 - -50 -76 - -50 -76 - -42 12 - -42 12 - 58 -53 - 58 -53 - -18 95 - -18 95 - 56 -46 - 56 -46 - 16 9 - 16 9 - 29 35 - 29 35 - -17 -5 - -17 -5 - 19 88 - 19 88 - -25 31 - -25 31 - 11 -25 - 11 -25 - -44 59 - -36 61 - -44 59 - 22 97 - 22 97 - 19 22 - 19 22 - 44 7 - 44 7 - 24 11 - 24 11 - -40 80 - -40 80 - -39 80 - 6 39 - 6 39 - 6 40 - 6 40 - 6 39 - 6 40 - -4 -38 - -4 -38 - 10 -88 - 10 -88 - 50 -44 - 50 -44 - 44 -28 - 44 -28 - 17 17 - 17 17 - 33 -35 - 45 -15 - 33 -35 - 49 -6 - -58 -35 - -58 -35 - 56 30 - 56 30 - 3 65 - 3 65 - 44 44 - 44 44 - -23 -86 - -23 -86 - -58 22 - -58 22 - -39 80 - -40 80 - -39 80 - 46 -49 - 46 -49 - 43 -27 - 43 -27 - 2 59 - 2 59 - -3 51 - -3 51 - 34 70 - 34 70 - 17 -12 - 17 -12 - 41 71 - 41 71 - 43 22 - 43 22 - 4 38 - 4 38 - 5 38 - -40 45 - -40 45 - 18 76 - 18 76 - 56 -89 - 56 -89 - 2 95 - 2 95 - 38 -21 - 38 -21 - -22 39 - -20 42 - -20 42 - -22 39 - -18 33 - -18 33 - -27 28 - 48 27 - 48 27 - 41 22 - 41 22 - 41 23 - 41 23 - 45 6 - 51 90 - 51 90 - 40 55 - 40 55 - 57 36 - 23 -36 - 23 -36 - -86 50 - -86 50 - -23 59 - -23 59 - -23 60 - -23 60 - -23 59 - -23 60 - 5 -61 - 5 -61 - 58 -28 - 58 -28 - 14 -49 - 14 -49 - 49 -6 - 33 -35 - 49 -6 - -73 -83 - -73 -83 - 5 38 - 4 38 - 5 38 - 49 5 - 49 5 - 29 35 - 29 35 - -36 61 - -36 61 - -44 59 - 20 48 - 20 48 - 20 48 - -12 9 - -12 9 - 59 38 - 59 38 - -11 6 - -11 6 - 45 6 - 41 23 - 45 6 - 56 45 - 56 45 - 57 45 - 56 46 - 56 46 - 56 45 - 57 45 - 56 46 - -15 -22 - -15 -22 - -15 -21 - -15 -21 - -15 -22 - -15 -21 - 36 -31 - 36 -31 - 2 39 - 2 39 - -47 -22 - -47 -22 - 40 -91 - 40 -91 - 45 -15 - 45 -15 - 33 -35 - 20 48 - 20 48 - 20 48 - 60 -76 - 60 -76 - -32 -56 - -32 -56 - 61 -59 - 61 -59 - -19 58 - -19 58 - 20 -24 - 2 -32 - 20 -24 - 2 -31 - 20 -23 - 20 -23 - 20 -24 - 2 -31 - 20 -23 - 33 -78 - 33 -78 - 34 22 - 34 22 - 57 45 - 56 45 - 57 45 - 56 46 - 16 11 - 16 11 - -17 37 - -16 36 - -17 37 - 6 29 - 6 29 - 6 31 - 6 31 - 49 95 - 49 95 - 3 -94 - 3 -94 - 2 48 - 2 48 - 53 -36 - 53 -36 - 53 -35 - 53 -35 - 53 -36 - 53 -35 - 9 68 - 9 68 - 9 69 - 9 69 - 9 68 - 9 69 - -21 -11 - -21 -11 - -20 -11 - -12 -27 - -12 -27 - -54 -53 - -54 -53 - 3 56 - 3 56 - 39 100 - 39 100 - 37 -27 - 37 -27 - -50 57 - -50 57 - 46 4 - 46 4 - 53 -31 - 53 -31 - 21 31 - 21 31 - -34 98 - -34 98 - 20 87 - 20 87 - 34 22 - 34 22 - -21 44 - -21 44 - 38 -61 - 38 -61 - 34 -89 - 34 -89 - 47 -71 - 47 -71 - 58 24 - 58 24 - 57 36 - 40 55 - 57 36 - -33 27 - -33 27 - 41 41 - 41 41 - -16 36 - -16 36 - -17 37 - 33 -6 - 33 -6 - 44 14 - 44 14 - -36 6 - -36 6 - -14 -96 - -14 -96 - -20 -11 - -21 -11 - -20 -11 - 38 72 - 38 72 - 26 87 - 26 87 - 63 -64 - 42 -3 - 42 -3 - 32 11 - 32 11 - -31 -64 - -31 -64 - 52 19 - 52 19 - -7 70 - -7 70 - 55 -9 - 55 -9 - 55 4 - 32 30 - 32 30 - -39 40 - -39 40 - 17 -22 - 17 -22 - 2 -32 - 2 -32 - 20 -24 - 2 -31 - 2 -31 - 2 -32 - 20 -24 - 2 -31 - 20 -23 - 50 6 - 50 6 - 57 -10 - 57 -10 - 44 68 - 44 68 - -7 49 - -7 49 - 28 -35 - 28 -35 - 29 -35 - 48 -46 - 48 -46 - 48 -45 - 48 -45 - 48 -46 - 48 -45 - 40 -8 - 40 -8 - 34 17 - 34 17 - 27 -9 - 27 -9 - 23 14 - 23 14 - 50 -37 - 50 -37 - 33 -94 - 33 -94 - -21 -90 - -21 -90 - -46 49 - -46 49 - -46 50 - -46 50 - -46 49 - -46 50 - 42 -17 - 42 -17 - 46 -38 - 46 -38 - 9 42 - 9 42 - 29 -35 - 28 -35 - 29 -35 - -78 65 - -78 65 - -19 -27 - -19 -27 - -19 -26 - -19 -26 - -19 -27 - -19 -26 - 57 19 - 50 31 - 51 32 - 19 55 - 57 19 - -12 77 - -12 77 - 27 72 - 66 -34 - 66 -34 - 67 -34 - -12 0 - -12 0 - -52 -31 - -52 -31 - 7 -63 - 7 -63 - 30 -98 - 30 -98 - 18 -70 - 18 -70 - 31 -79 - 31 -79 - 22 2 - 22 2 - 58 25 - 58 25 - -97 -61 - -97 -61 - -97 -60 - -97 -60 - -97 -61 - -97 -60 - 27 -33 - 27 -33 - 2 52 - 2 52 - 44 31 - 31 -27 - 31 -27 - 57 -5 - 57 -5 - 63 -64 - 26 87 - 63 -64 - -46 82 - -46 82 - 50 25 - 50 25 - 38 1 - 38 1 - -10 -46 - -10 -46 - 55 4 - 55 -9 - 55 4 - 56 4 - 50 31 - 50 31 - 51 32 - 19 55 - 57 19 - 15 69 - 15 69 - 6 79 - 6 79 - 67 -34 - 66 -34 - 67 -34 - 27 -75 - 27 -75 - 51 -100 - 51 -100 - 18 -8 - 18 -8 - -84 97 - -84 97 - -95 -80 - -10 93 - -10 93 - 46 61 - 46 61 - -16 83 - -16 83 - -13 -77 - -13 -77 - 11 7 - 11 7 - -32 -8 - -32 -8 - 44 96 - 44 96 - 45 96 - 47 97 - 43 -70 - 43 -70 - 44 -70 - 5 -93 - 5 -93 - 6 -92 - 12 -44 - 12 -44 - 15 18 - 15 18 - 63 20 - 64 19 - 63 20 - 64 20 - 56 4 - 55 4 - 56 4 - 51 32 - 50 31 - 51 32 - 19 55 - 57 19 - 19 55 - 50 31 - 51 32 - 19 55 - 57 19 - 51 46 - 51 46 - 17 -29 - 17 -29 - -46 -44 - -46 -44 - -4 -93 - -4 -93 - 48 -51 - 48 -51 - 45 96 - 44 96 - 45 96 - 47 97 - 30 -93 - 30 -93 - 44 -70 - 43 -70 - 44 -70 - 6 -92 - 5 -93 - 6 -92 - 40 54 - 40 54 - 15 -11 - 15 -11 - 49 12 - 49 12 - 64 19 - 64 19 - 63 20 - 64 20 - 64 20 - 64 19 - 63 20 - 64 20 - 65 18 - -26 -32 - -26 -32 - 27 72 - -12 77 - 27 72 - 53 -88 - 53 -88 - -5 -29 - -5 -29 - 55 -72 - 55 -72 - -84 -40 - -63 31 - -63 31 - -14 -30 - -14 -30 - 42 -10 - 42 -10 - -95 -80 - -84 97 - -95 -80 - 36 -9 - 36 -9 - 57 51 - 57 51 - -37 11 - -37 11 - -37 11 - -37 11 - -37 11 - -37 11 - 44 31 - 2 52 - 44 31 - -6 54 - -6 54 - -49 -20 - -49 -20 - -27 -25 - -27 -25 - 28 -6 - 28 -6 - -32 -74 - -32 -74 - 9 88 - 9 88 - 41 -15 - 41 -15 - -71 86 - -71 86 - 67 -63 - 67 -63 - -84 -40 - 55 -72 - -84 -40 - 53 -36 - 53 -36 - -74 1 - -74 1 - 32 -52 - 32 -52 - 59 -82 - 59 -82 - 16 -67 - 16 -67 - 17 -67 - 37 -63 - 37 -63 - -35 -34 - -35 -34 - 10 -38 - 10 -38 - 47 97 - 44 96 - 45 96 - 47 97 - 11 -22 - 11 -22 - 29 53 - 29 53 - 28 -11 - 28 -11 - -46 -17 - -46 -17 - 33 38 - 50 4 - 33 -3 - 33 -3 - 28 71 - 28 71 - 41 59 - 41 59 - -47 -48 - 65 18 - -47 -48 - -7 54 - -7 54 - -28 -12 - -28 -12 - 17 -67 - 16 -67 - 17 -67 - 13 -61 - 13 -61 - 14 -60 - -29 83 - -29 83 - -27 82 - -27 82 - -36 -39 - -36 -39 - 51 -45 - 51 -45 - 11 82 - 11 82 - -19 -81 - -19 -81 - 33 38 - -46 -17 - 33 38 - 50 4 - -42 9 - -42 9 - -10 31 - -10 31 - 41 70 - 41 70 - 65 18 - 64 20 - 65 18 - -47 -48 - 56 18 - 56 18 - 3 -71 - 3 -71 - 3 -70 - 3 -70 - 3 -71 - 3 -70 - 36 -36 - 36 -36 - 61 -10 - 61 -10 - 4 54 - 4 54 - 4 55 - 4 55 - 4 54 - 4 55 - 14 -60 - 13 -61 - 14 -60 - 55 4 - 55 4 - -16 13 - -16 13 - -15 13 - -15 14 - -10 11 - -10 11 - 19 -74 - 19 -74 - 69 -54 - 69 -54 - 44 -52 - 44 -52 - -61 3 - -61 3 - -56 33 - -56 33 - -1 39 - -1 39 - -1 40 - -1 40 - -1 39 - -1 40 - 70 60 - 70 60 - 66 52 - 66 52 - 22 80 - 63 53 - -10 31 - -10 31 - 29 12 - 64 -20 - 64 -20 - 48 27 - 48 27 - -73 28 - -73 28 - -15 7 - -15 7 - 52 58 - 52 58 - 59 -11 - 59 -11 - 19 -24 - 19 -24 - 41 32 - 41 32 - 56 50 - 56 50 - 36 -96 - 36 -96 - 55 91 - 55 91 - 56 92 - -34 53 - -34 53 - 48 50 - 48 50 - 37 53 - 37 53 - 1 67 - 1 67 - 1 68 - 1 68 - 1 67 - 1 68 - -15 13 - -16 13 - -15 13 - -15 14 - -15 14 - -16 13 - -15 13 - -15 14 - 0 23 - 0 23 - 59 -62 - 59 -62 - 50 4 - -46 -17 - 33 38 - 50 4 - -11 -11 - -11 -11 - 25 74 - 25 74 - 22 80 - 66 52 - 22 80 - 63 53 - 65 -36 - 65 -36 - 64 -36 - 64 -35 - 64 -36 - 65 -36 - 64 -36 - 64 -35 - 64 -35 - 65 -36 - 64 -36 - 64 -35 - 60 -45 - -12 1 - -12 1 - 38 9 - 38 9 - 69 56 - 69 56 - 43 82 - 43 82 - 69 68 - 69 68 - 57 72 - 57 72 - 10 -51 - 10 -51 - -11 36 - -11 36 - 50 -36 - 50 -36 - -20 2 - -20 2 - 56 92 - 55 91 - 56 92 - 15 19 - 15 19 - -10 -50 - -10 -50 - 74 79 - 74 79 - 58 12 - 58 12 - 37 96 - 37 96 - 63 53 - 66 52 - 22 80 - 63 53 - 2 -15 - 2 -15 - 2 -14 - 2 -14 - 11 22 - 11 22 - 55 -90 - 55 -90 - -92 -4 - -92 -4 - -15 18 - -15 18 - -76 -71 - -76 -71 - 48 40 - 49 41 - 48 40 - 49 41 - 24 -7 - 24 -7 - -19 -25 - -19 -25 - 64 81 - 64 81 - 64 82 - 64 82 - 64 81 - 64 82 - -27 14 - -27 14 - 62 -19 - 62 -19 - -55 56 - -55 56 - 50 -11 - 50 -11 - 59 -14 - 59 -14 - -9 -29 - -9 -29 - 23 22 - 23 22 - -46 56 - -46 56 - 26 38 - 26 38 - 26 39 - 26 39 - 26 38 - 26 39 - 40 58 - 40 58 - 40 59 - 40 59 - 40 58 - 40 59 - 29 40 - 29 40 - -12 39 - -12 39 - -12 39 - 29 41 - 29 41 - 18 47 - 29 12 - -10 31 - 29 12 - 60 -45 - 64 -35 - 60 -45 - 6 -80 - 6 -80 - 2 -42 - 2 -42 - 66 5 - 66 5 - 60 9 - 60 9 - 71 96 - 71 96 - -97 -44 - -97 -44 - -9 -13 - -9 -13 - 49 41 - 49 41 - 48 40 - 50 42 - 49 41 - 50 42 - 1 -14 - 1 -14 - 14 -10 - 14 -10 - 67 -97 - 67 -97 - -8 -98 - -8 -98 - -52 -77 - 29 -89 - -52 -77 - -51 -77 - 76 93 - 76 93 - -31 -77 - -31 -77 - 16 9 - 16 9 - 72 16 - 72 16 - 45 10 - 45 10 - -35 -28 - -27 -2 - -27 -2 - -27 -1 - -27 -1 - -27 -2 - -27 -1 - 55 73 - 55 73 - 56 73 - 26 62 - 26 62 - 14 60 - 14 60 - 18 47 - 29 41 - 18 47 - -1 16 - -1 16 - 8 40 - 8 40 - -9 14 - -9 14 - 6 56 - 8 54 - 6 56 - 6 57 - 6 57 - 6 56 - 6 57 - 45 37 - 45 37 - 50 42 - 49 41 - 50 42 - 49 41 - 50 42 - -21 -92 - -21 -92 - 0 97 - 0 97 - 32 -23 - 32 -23 - -76 77 - -76 77 - -51 -77 - 29 -89 - -52 -77 - -51 -77 - 48 71 - 48 71 - 30 1 - 30 1 - 42 -87 - 42 -87 - 42 -86 - 42 -86 - 42 -87 - 42 -86 - 6 -54 - 6 -54 - 61 -8 - 61 -8 - 61 16 - 61 16 - 8 61 - 9 61 - 71 41 - 71 41 - 66 45 - 66 45 - 71 41 - 66 45 - 56 73 - 55 73 - 56 73 - 55 66 - 55 66 - 56 66 - 0 79 - 0 79 - -43 -87 - -43 -87 - 76 -47 - 76 -47 - 34 -86 - 34 -86 - -56 70 - -56 70 - 34 -86 - -56 70 - 67 -21 - 67 -21 - 60 -34 - 60 -34 - 67 -21 - 60 -34 - 59 37 - 59 37 - 7 55 - 7 55 - 8 53 - 8 54 - 67 83 - 67 83 - -27 -11 - -27 -11 - 49 41 - 49 41 - 48 40 - 50 42 - 49 41 - 50 42 - -15 69 - -15 69 - 29 -13 - 29 -13 - 76 -73 - 77 -74 - 76 -73 - 62 -26 - 62 -26 - 28 49 - -37 -44 - 28 49 - 29 49 - -53 27 - -53 27 - 61 84 - 61 84 - 8 60 - 8 60 - 8 61 - 9 61 - 8 61 - 61 16 - 8 60 - 8 61 - 9 61 - -25 -4 - -25 -4 - -35 -28 - 45 10 - -35 -28 - 30 53 - -35 -48 - 45 43 - 30 53 - 41 37 - 41 37 - 45 45 - 45 45 - -12 39 - -12 39 - -12 39 - 56 66 - 55 66 - 56 66 - 2 -14 - 2 -14 - 50 -76 - 50 -76 - 0 -27 - 0 -27 - 49 -58 - 49 -58 - 8 53 - 7 55 - 8 53 - 8 54 - 8 54 - 7 55 - 8 53 - 8 54 - 6 56 - 50 42 - 49 41 - 50 42 - 49 41 - 50 42 - 29 -68 - 29 -68 - -87 -71 - -87 -71 - -6 -57 - -6 -57 - -44 -64 - -44 -64 - 28 -68 - 28 -68 - 29 -89 - 29 -89 - -52 -77 - -51 -77 - -71 -62 - -71 -62 - 77 -74 - 77 -74 - 76 -73 - 33 -60 - 33 -60 - -37 -44 - -37 -44 - 28 49 - -76 9 - -76 9 - 8 28 - 8 28 - 9 61 - 61 16 - 8 60 - 8 61 - 9 61 - 71 -18 - 71 -18 - -30 -36 - -30 -36 - -24 -4 - -24 -4 - 42 100 - 42 100 - -20 -3 - -20 -3 - -70 -81 - -70 -81 - -35 16 - -35 16 - 70 -19 - 70 -19 - 41 -89 - 41 -89 - 77 15 - 77 15 - 79 7 - 79 8 - 75 -79 - 75 -79 - 21 64 - 21 64 - 2 35 - 2 35 - 2 37 - 2 37 - 46 -39 - 46 -39 - 5 14 - 5 14 - 56 90 - 56 90 - -35 -48 - -35 -48 - 30 53 - 45 43 - 45 43 - 30 53 - 65 16 - 65 16 - 20 41 - 20 41 - -18 3 - -18 3 - 76 -38 - 76 -38 - 78 -54 - 78 -54 - -15 54 - -15 54 - 58 -91 - 58 -91 - 71 -39 - 71 -39 - 69 -96 - 69 -96 - 43 -61 - 43 -61 - -80 -49 - -80 -49 - -52 100 - -52 100 - -14 -38 - -14 -38 - 30 52 - 30 52 - 30 53 - 30 53 - 30 52 - 30 53 - 11 62 - 49 -19 - 49 -19 - 10 -44 - 10 -44 - 66 -16 - 66 -16 - 35 -26 - 35 -26 - 3 -10 - 3 -10 - 29 49 - 28 49 - 29 49 - 44 16 - 44 16 - -50 -84 - -50 -84 - 39 15 - 39 15 - 82 -19 - 82 -19 - 83 -19 - -17 2 - -17 2 - 13 -88 - 13 -88 - 61 -10 - 61 -10 - 61 -9 - 61 -9 - 61 -10 - 61 -9 - 77 59 - 83 53 - 77 59 - 31 -21 - 31 -21 - 44 -40 - 44 -40 - 32 -84 - 32 -84 - -51 40 - -51 40 - -49 40 - -49 40 - -51 40 - -49 40 - 57 -77 - 57 -77 - 15 20 - 15 20 - 16 20 - -6 -21 - -6 -21 - -20 21 - -20 21 - 39 31 - 39 31 - -82 -73 - -82 -73 - 76 -83 - 28 -31 - 28 -31 - 73 53 - 73 53 - 57 -6 - 57 -6 - 11 62 - 30 53 - 11 62 - 46 -49 - 46 -49 - 47 -49 - 28 -7 - 28 -7 - -31 -9 - -31 -9 - 20 -21 - 20 -21 - -86 -74 - -86 -74 - 3 -54 - 3 -54 - 52 41 - 52 41 - 52 41 - 71 52 - 71 52 - 0 74 - 0 74 - 64 -95 - 64 -95 - 83 -19 - 82 -19 - 83 -19 - 49 -81 - 49 -81 - 51 -57 - 51 -57 - 14 -38 - -37 -17 - 14 -38 - 10 -10 - 10 -10 - 83 53 - 83 53 - 77 59 - 79 7 - 77 15 - 79 7 - 79 8 - 79 8 - 77 15 - 79 7 - 79 8 - 60 -60 - -82 -28 - 60 -60 - 16 20 - 15 20 - 16 20 - 0 10 - 0 10 - -48 73 - -48 73 - -17 20 - -17 20 - -34 -14 - -34 -14 - -84 -14 - -84 -14 - 67 59 - 67 59 - -24 75 - -24 75 - 73 13 - 73 13 - 24 -34 - 24 -34 - -21 29 - -21 29 - -24 73 - -24 73 - -87 49 - -87 49 - 85 61 - 85 61 - 47 -49 - 46 -49 - 47 -49 - -31 5 - -31 5 - 15 -95 - 15 -95 - 53 -79 - 61 -63 - 61 -63 - 65 -54 - 67 -63 - 67 -63 - 81 -61 - 81 -61 - 81 -60 - 81 -60 - 81 -61 - 81 -60 - -10 19 - -10 19 - 78 46 - 78 46 - 31 77 - 31 77 - 68 2 - 68 2 - 52 41 - 52 41 - 52 41 - 52 62 - 52 62 - -2 -98 - -2 -98 - 76 9 - 76 9 - 48 -57 - 48 -57 - -5 -11 - -5 -11 - 82 -25 - 82 -25 - -37 -17 - -37 -17 - 14 -38 - 77 -32 - 77 -32 - 71 -94 - 71 -94 - -27 37 - -27 37 - 65 -45 - 65 -45 - -82 -28 - -82 -28 - 60 -60 - -33 86 - -33 86 - -32 86 - 41 -45 - 41 -45 - -6 22 - -6 22 - 38 -69 - 38 -69 - 74 -98 - 74 -98 - 52 -37 - 52 -37 - 65 -54 - 61 -63 - 65 -54 - 64 -49 - 64 -49 - 32 0 - 32 0 - 35 -57 - 35 -57 - -34 34 - -34 34 - 81 -31 - 81 -31 - -29 47 - -29 47 - 50 21 - 73 4 - 73 4 - 56 14 - 56 14 - 55 14 - 51 -26 - 64 64 - 64 64 - 43 57 - 43 57 - -5 -11 - -5 -11 - -4 -11 - 47 76 - 47 76 - 19 -57 - 19 -57 - 19 -56 - 19 -56 - 19 -57 - 19 -56 - 7 52 - 7 52 - -14 25 - -14 25 - 67 -31 - 67 -31 - 56 -48 - 24 -43 - 24 -43 - 51 -27 - 51 -27 - 16 64 - 16 64 - 87 27 - 87 27 - -32 86 - -33 86 - -32 86 - -33 -26 - -33 -26 - -15 17 - -15 17 - 27 81 - 27 81 - 28 81 - -50 51 - -50 51 - 7 -63 - 7 -63 - 76 -83 - -82 -73 - 76 -83 - 56 38 - 56 38 - 25 73 - 25 73 - 71 -56 - 71 -56 - 66 2 - 66 2 - 42 27 - 42 27 - 39 8 - 39 8 - -4 -11 - -5 -11 - -4 -11 - 22 2 - 22 2 - -30 62 - -30 62 - 84 -27 - -33 83 - 80 -41 - 84 -27 - 77 -60 - 77 -60 - 9 -9 - 9 -9 - 62 4 - 62 4 - 60 -10 - 82 -92 - 82 -92 - -85 -78 - -85 -78 - -14 16 - -14 16 - -17 18 - -17 18 - 28 81 - 27 81 - 28 81 - -90 -51 - -90 -51 - 36 28 - 36 28 - 37 29 - 19 87 - 19 87 - 65 36 - 65 36 - -46 -36 - -46 -36 - 4 -55 - 4 -55 - 39 -40 - 39 -40 - 53 -79 - 15 -95 - 53 -79 - -13 -31 - -13 -31 - -7 72 - -7 72 - 12 -27 - 12 -27 - 55 14 - 56 14 - 55 14 - 51 -26 - -20 31 - -20 31 - 29 28 - 29 28 - -15 -11 - -15 -11 - 45 -95 - 45 -95 - 45 -94 - 45 -94 - 45 -95 - 45 -94 - -5 48 - -5 48 - 1 55 - 1 55 - 17 -27 - 17 -27 - 68 28 - 68 28 - 60 -10 - 62 4 - 60 -10 - 37 29 - 36 28 - 37 29 - 21 49 - 21 49 - -15 -8 - -15 -8 - -10 24 - -10 24 - -49 -35 - -49 -35 - -36 89 - -36 89 - -12 -23 - -12 -23 - 33 94 - 33 94 - 50 21 - -29 47 - 50 21 - 79 -31 - 79 -31 - 51 -26 - 56 14 - 55 14 - 51 -26 - 57 77 - 57 77 - 46 63 - 46 63 - 17 -34 - 17 -34 - 17 -33 - 29 25 - 17 -33 - 17 -34 - 17 -33 - 29 25 - 58 -95 - 58 -95 - 6 15 - 6 15 - 19 -84 - 19 -84 - 77 -33 - 53 -66 - 52 -50 - 52 -50 - 56 -48 - 67 -31 - 56 -48 - 6 -11 - 6 -11 - 32 43 - 32 43 - 33 -35 - 33 -35 - 34 -35 - -20 42 - -20 42 - 50 55 - 50 55 - 58 -11 - 58 -11 - 45 -16 - 45 -16 - 69 -1 - 69 -1 - 60 30 - 60 30 - 51 47 - 5 13 - 5 13 - 18 70 - 18 70 - 29 25 - 17 -34 - 17 -33 - 29 25 - 16 -17 - 16 -17 - -3 69 - -3 69 - 71 -86 - 71 -86 - 15 -72 - 15 -72 - -33 83 - -33 83 - 80 -41 - 84 -27 - 80 -41 - -33 83 - 80 -41 - 84 -27 - 75 -63 - 75 -63 - -2 98 - 34 -68 - 34 -68 - 38 -28 - 38 -28 - -71 -67 - -71 -67 - 58 18 - 58 18 - 55 9 - 55 9 - 89 -42 - 89 -42 - -44 12 - -44 12 - 23 49 - 23 49 - 34 -35 - 33 -35 - 34 -35 - 77 15 - 77 15 - 67 -20 - 67 -20 - 63 28 - 67 50 - 67 50 - 52 -17 - 52 -17 - 78 19 - 78 19 - -4 33 - -4 33 - 51 47 - 60 30 - 51 47 - 56 -1 - 56 -1 - 47 47 - 47 47 - 34 83 - 34 83 - 34 84 - 34 84 - 34 83 - 34 84 - 21 -59 - 21 -59 - 5 -35 - 5 -35 - 12 -44 - 12 -44 - -3 25 - -3 25 - 77 -33 - 19 -84 - 77 -33 - 53 -66 - 41 -63 - 41 -63 - -2 98 - 75 -63 - -2 98 - 19 -3 - 19 -3 - 64 -69 - 64 -69 - 31 -57 - 31 -57 - -79 -21 - -79 -21 - -17 68 - -17 68 - 38 -20 - 38 -20 - 63 28 - 67 -20 - 63 28 - 31 -66 - 31 -66 - -52 80 - -52 80 - 31 -20 - 31 -20 - 29 14 - 29 14 - 88 24 - 88 24 - 54 76 - 54 76 - 62 72 - 6 85 - 6 85 - 4 -14 - 4 -14 - -55 42 - -55 42 - 93 -41 - 93 -41 - 74 -83 - 74 -83 - 53 -66 - 19 -84 - 77 -33 - 53 -66 - 32 -55 - 32 -55 - 59 -25 - 59 -25 - 9 -12 - 9 -12 - -8 -18 - -8 -18 - 80 19 - 80 19 - -93 -71 - -93 -71 - -93 -70 - -93 -70 - -93 -71 - -93 -70 - 61 -52 - 61 -52 - 52 24 - 52 24 - 58 -10 - 58 -10 - 86 -15 - 86 -15 - 59 -41 - 59 -41 - 70 46 - 70 46 - 54 29 - 54 29 - 54 30 - 54 30 - 54 29 - 54 30 - 62 72 - 54 76 - 62 72 - 90 55 - 90 55 - -7 -34 - -7 -34 - 66 14 - 66 14 - 64 27 - 89 -13 - 89 -13 - 10 -13 - 10 -13 - 82 -90 - 85 -93 - 84 -92 - 82 -90 - -10 9 - -10 9 - -13 -11 - -13 -11 - 5 -19 - 5 -19 - 59 92 - 59 92 - 7 -21 - 7 -21 - -67 -77 - -67 -77 - -42 -29 - -42 -29 - 34 34 - 34 34 - -4 -9 - -4 -9 - 68 -17 - 68 -17 - 57 -16 - 18 55 - 57 -16 - -23 -14 - -23 -14 - 15 54 - 15 54 - 16 54 - -76 -4 - -76 -4 - 89 54 - 89 54 - 38 54 - 38 54 - 57 15 - 57 15 - 57 61 - 57 61 - 10 -40 - 10 -40 - 93 -70 - 72 -97 - 93 -70 - 94 -70 - 36 -29 - 36 -29 - 61 -29 - 61 -29 - -8 32 - -8 32 - 64 27 - 66 14 - 64 27 - 91 -28 - 91 -28 - 79 -56 - -12 -10 - -12 -10 - 38 22 - 38 22 - 29 13 - 29 13 - -94 -44 - -94 -44 - 23 80 - 23 80 - 5 32 - 5 32 - 86 29 - 86 29 - 72 54 - 72 54 - 86 29 - 72 54 - 16 54 - 15 54 - 16 54 - 94 -77 - 94 -77 - 95 -77 - 72 -97 - 72 -97 - 93 -70 - 94 -70 - 94 -70 - 72 -97 - 93 -70 - 94 -70 - 68 -89 - 68 -89 - -4 -51 - -4 -51 - 62 -61 - 62 -61 - -72 -75 - -72 -75 - 45 -35 - 45 -35 - 8 31 - 8 31 - 73 -79 - 73 -79 - 73 -78 - 73 -78 - 73 -79 - 73 -78 - 12 -15 - 12 -15 - 84 -92 - 85 -93 - 84 -92 - 82 -90 - -15 16 - -15 16 - -93 93 - -93 93 - 74 -79 - 74 -79 - 17 -69 - 2 72 - 17 -69 - 17 -68 - 17 -68 - 2 72 - 17 -69 - 17 -68 - -65 -86 - -65 -86 - -64 -86 - 67 -20 - 67 -20 - 68 -20 - 73 7 - 73 7 - 52 60 - 52 60 - 78 -22 - 72 59 - 72 59 - 61 44 - 61 44 - 95 -77 - 94 -77 - 95 -77 - 78 -91 - 78 -91 - 63 -42 - 63 -42 - 60 -26 - 60 -26 - -7 -13 - -7 -13 - 53 -17 - 53 -17 - 64 -99 - 64 -99 - -11 10 - -11 10 - -10 9 - -10 9 - 12 -13 - -13 12 - 12 -13 - 85 -93 - 85 -93 - 84 -92 - 82 -90 - -16 92 - -16 92 - 56 55 - 56 55 - 25 -22 - 25 -22 - 4 80 - 4 80 - 35 66 - 35 66 - 36 66 - -64 -86 - -65 -86 - -64 -86 - 68 -20 - 67 -20 - 68 -20 - -97 73 - -97 73 - 74 20 - 74 20 - 75 20 - 18 55 - 18 55 - 57 -16 - -46 -17 - -46 -17 - 43 -25 - 87 -90 - 87 -90 - 88 -90 - 96 -35 - 96 -35 - 79 -56 - 28 93 - 91 -28 - 79 -56 - 94 -11 - 65 -72 - 65 -72 - 86 -67 - 86 -67 - -13 12 - -13 12 - 12 -13 - 80 -18 - 80 -18 - 17 90 - 17 90 - 2 72 - 2 72 - 17 -69 - 17 -68 - -6 28 - -6 28 - 15 39 - 15 39 - 36 66 - 35 66 - 36 66 - 76 -5 - 70 95 - 70 95 - 78 -22 - 52 60 - 78 -22 - 59 3 - 60 2 - 59 3 - 75 20 - 74 20 - 75 20 - 69 15 - 69 15 - 41 35 - 41 35 - 61 83 - 61 83 - 93 38 - 93 38 - -20 -15 - -20 -15 - -33 -20 - -33 -20 - 88 -90 - 87 -90 - 88 -90 - -1 -61 - -1 -61 - 90 -39 - 92 -22 - 90 -39 - 65 -72 - 28 93 - 79 -56 - 94 -11 - 65 -72 - 65 -72 - -99 78 - -99 78 - 11 -23 - 11 -23 - 12 -21 - 12 -21 - 49 34 - 49 34 - 39 70 - 39 70 - 46 -79 - 46 -79 - 62 -76 - 62 -76 - -15 77 - -15 77 - 60 2 - 60 2 - 59 3 - 36 18 - 36 18 - 36 19 - 36 19 - 36 18 - 36 19 - 6 -77 - 6 -77 - 89 1 - 89 1 - 58 -35 - 58 -35 - 14 23 - 14 23 - 12 11 - 12 11 - 12 12 - 12 12 - 89 57 - 89 57 - 19 -71 - 19 -71 - 19 -70 - 19 -70 - 19 -71 - 19 -70 - 92 -22 - 92 -22 - 90 -39 - 69 -66 - 29 -51 - 29 -51 - -9 82 - -9 82 - 28 93 - 84 43 - 28 93 - 79 -56 - 94 -11 - 65 -72 - 65 -72 - 94 -11 - 84 43 - 28 93 - 79 -56 - 94 -11 - 65 -72 - 65 -72 - 65 -72 - 28 93 - 79 -56 - 94 -11 - 65 -72 - 65 -72 - -39 -26 - -39 -26 - 70 59 - 70 59 - -66 41 - -66 41 - -72 -40 - -72 -40 - 22 -44 - 22 -44 - 23 -44 - 15 5 - 15 5 - 15 6 - 15 6 - 15 5 - 15 6 - 43 -25 - -46 -17 - 43 -25 - 26 42 - 26 42 - 56 37 - 56 37 - 66 95 - 66 95 - 63 71 - 63 71 - -9 -29 - -9 -29 - -97 -96 - -97 -96 - 90 -53 - 90 -53 - -1 -27 - -2 -27 - -1 -27 - 0 -27 - 1 -28 - 2 -29 - 1 -28 - 2 -28 - 56 -53 - 56 -53 - 7 -10 - 7 -10 - -87 -41 - -87 -41 - 63 36 - 63 36 - 44 29 - 44 29 - 76 -5 - 36 66 - 76 -5 - 76 -4 - 76 -4 - 76 -5 - 76 -4 - 47 19 - 47 19 - 48 19 - 23 -44 - 22 -44 - 23 -44 - 80 54 - 80 54 - 0 -27 - -2 -27 - -1 -27 - 0 -27 - 2 -29 - 2 -29 - 3 -29 - 1 -28 - 2 -28 - 2 -28 - 2 -29 - 3 -29 - 1 -28 - 2 -28 - 81 -100 - 81 -100 - 2 29 - 2 29 - 49 -40 - 49 -40 - 84 43 - 68 -64 - 84 43 - 28 93 - 94 -11 - -10 9 - -10 9 - 9 -11 - 9 -11 - 9 -11 - 48 19 - 47 19 - 48 19 - 90 3 - 90 3 - 82 34 - 60 2 - 60 2 - 55 -4 - 55 -4 - 72 24 - 72 24 - 62 65 - 62 65 - -45 -31 - -45 -31 - 84 -72 - 84 -72 - -2 -27 - -2 -27 - -1 -27 - 0 -27 - 3 -29 - 2 -29 - 3 -29 - 2 -28 - 69 -66 - 92 -22 - 69 -66 - 48 -41 - 48 -41 - 82 -52 - 82 -52 - 81 19 - 81 19 - 78 -23 - 10 -12 - 10 -12 - 10 -12 - 10 -12 - 38 87 - 38 87 - 16 29 - 16 29 - -3 70 - -3 70 - -2 71 - -25 -60 - -25 -60 - 66 -16 - 66 -16 - 80 11 - 80 11 - 80 12 - 80 12 - 80 11 - 80 12 - 50 2 - 50 2 - 62 -55 - 62 -55 - 95 76 - 95 76 - 78 -45 - 78 -45 - -57 -2 - -57 -2 - 73 9 - 73 9 - 10 -12 - 10 -12 - 10 -12 - 10 -12 - -86 82 - -86 82 - 10 -12 - 10 -12 - 10 -12 - 10 -12 - 17 30 - 17 30 - -2 71 - -3 70 - -2 71 - -49 32 - -49 32 - 17 -20 - 17 -20 - -24 70 - -24 70 - 61 68 - 61 68 - 65 60 - 65 60 - -92 -86 - -92 -86 - 57 -56 - 57 -56 - 70 -29 - 70 -29 - 71 -29 - 68 -64 - 68 -64 - 84 43 - 8 -9 - 8 -9 - 15 -17 - 15 -17 - 9 -11 - 9 -11 - 9 -11 - 9 -2 - 9 -2 - 17 8 - 17 8 - 8 -25 - 8 -25 - 3 -59 - 3 -59 - 32 74 - 32 74 - -8 -16 - -8 -16 - 78 -69 - 78 -69 - -14 -20 - -14 -20 - 27 -68 - 27 -68 - 24 -87 - 73 -51 - 24 -87 - 82 34 - 90 3 - 82 34 - 98 9 - 98 9 - 98 10 - 98 10 - 98 9 - 98 10 - 81 72 - 81 72 - 76 42 - 79 43 - 76 42 - 52 33 - 52 33 - 51 88 - 51 88 - 62 42 - 62 42 - 60 77 - 60 77 - 93 -80 - 93 -80 - 71 -29 - 70 -29 - 71 -29 - 79 -38 - 79 -38 - 24 22 - 24 22 - 78 -23 - 81 19 - 78 -23 - 19 -23 - 19 -23 - 19 -23 - 19 -23 - 19 -23 - 19 -22 - 19 -22 - 19 -23 - 19 -23 - 19 -22 - -86 54 - -86 54 - -64 -5 - -64 -5 - -63 -5 - -91 -92 - -91 -92 - 18 32 - 18 32 - 4 -11 - 4 -11 - 86 66 - 86 66 - 79 43 - 79 43 - 79 36 - 76 42 - 55 14 - 55 14 - 9 60 - 9 60 - -67 69 - -67 69 - 6 25 - 6 25 - 55 -98 - 55 -98 - 10 -10 - 10 -10 - 20 -24 - 20 -24 - -63 -5 - -64 -5 - -63 -5 - 92 75 - 92 75 - -7 -13 - -7 -13 - -7 -15 - -7 -15 - -54 -84 - -54 -84 - -54 -83 - -54 -83 - -54 -84 - -54 -83 - 73 20 - 73 20 - 73 -51 - 73 -51 - 24 -87 - 80 27 - 80 27 - 77 68 - 77 68 - 6 45 - 6 45 - 97 48 - 92 60 - 97 48 - 64 57 - 64 57 - 52 -60 - 52 -60 - 11 -11 - 11 -11 - 23 -24 - 23 -24 - 1 -50 - 1 -50 - -1 -51 - 14 -29 - 14 -29 - -21 -85 - -21 -85 - -21 -84 - -21 -84 - -21 -85 - -21 -84 - 35 14 - 35 14 - 36 17 - 36 17 - 34 -44 - 34 -44 - 6 -51 - 6 -51 - 69 35 - 69 35 - 44 72 - 44 72 - 45 72 - 44 73 - 44 73 - 44 72 - 45 72 - 44 73 - 98 50 - 98 50 - 91 -82 - 91 -82 - -6 -37 - -6 -37 - -10 8 - -10 8 - 22 -26 - 22 -26 - 19 -23 - 19 -23 - 19 -23 - 19 -22 - -1 -51 - 1 -50 - -1 -51 - 50 -25 - 50 -25 - 50 -24 - 50 -24 - 50 -25 - 50 -24 - 8 24 - 8 24 - -12 32 - -12 32 - -57 -34 - -57 -34 - 8 -95 - 8 -95 - 65 -14 - 65 -14 - 79 36 - 79 43 - 79 36 - 68 -23 - 68 -23 - 45 72 - 44 72 - 45 72 - 44 73 - 70 85 - 70 85 - -61 -31 - -61 -31 - 16 -8 - 16 -8 - 23 -27 - 23 -27 - -24 21 - -24 21 - 6 -9 - 6 -9 - 78 -32 - 78 -32 - 33 -17 - 33 -17 - 96 57 - 96 57 - -28 -76 - -28 -76 - 57 -13 - 57 -13 - 57 -12 - 57 -12 - 57 -13 - 57 -12 - 43 -57 - 43 -57 - 61 -32 - 15 8 - 15 8 - -46 18 - -46 18 - -45 18 - -19 53 - -19 53 - 39 39 - 39 39 - -51 38 - -51 38 - 97 46 - 97 46 - 92 60 - 92 60 - 97 48 - -53 -62 - -53 -62 - -9 30 - -9 30 - -73 53 - -73 53 - 32 10 - 32 10 - -10 47 - -10 47 - -9 47 - 29 27 - 29 27 - 15 -31 - 15 -31 - 24 -28 - 24 -28 - -83 38 - -83 38 - -89 -40 - -89 -40 - 60 -23 - 60 -23 - -4 -13 - -4 -13 - 16 24 - 16 24 - 69 -90 - 69 -90 - 70 -90 - -7 -14 - -7 -14 - 94 -54 - 94 -54 - -75 -95 - -75 -95 - 81 -39 - 81 -39 - -45 18 - -46 18 - -45 18 - -44 17 - 16 10 - 16 10 - 63 42 - 63 42 - 37 36 - 37 36 - -8 -24 - -8 -24 - -12 20 - -12 20 - -91 -89 - -91 -89 - -9 47 - -10 47 - -9 47 - -82 -88 - -82 -88 - -15 19 - -15 19 - -14 19 - -15 19 - 70 -90 - 69 -90 - 70 -90 - 87 -28 - 87 -28 - 44 88 - 44 88 - 37 -80 - 37 -80 - -8 -61 - -8 -61 - -7 -61 - 56 -69 - 56 -69 - 13 -38 - 13 -38 - 95 -58 - 95 -58 - -87 -88 - -87 -88 - -14 19 - -15 19 - -14 19 - -14 18 - -15 19 - -71 -61 - -71 -61 - 61 -32 - 43 -57 - 61 -32 - -44 17 - -45 18 - -44 17 - -45 11 - 30 -87 - 30 -87 - -36 44 - -36 44 - -7 15 - -7 15 - -7 -61 - -8 -61 - -7 -61 - -53 -5 - -53 -5 - -4 -10 - -2 -11 - -4 -10 - -3 -10 - -91 64 - -91 64 - -15 19 - -15 19 - -14 19 - -15 19 - 34 -68 - 34 -68 - 88 -26 - 88 -26 - 88 -25 - 89 -25 - 89 -24 - 89 -23 - 88 -25 - 88 -26 - 88 -25 - 89 -25 - 89 -24 - 89 -23 - 33 -61 - 33 -61 - 1 45 - 1 45 - 1 46 - 1 46 - 1 45 - 1 46 - 58 -50 - 58 -50 - -3 -10 - -4 -10 - -3 -10 - -19 24 - -19 24 - -14 18 - -14 19 - -14 18 - -14 18 - -14 18 - 83 19 - 83 19 - 19 -59 - 19 -59 - 19 -58 - 19 -58 - 19 -59 - 19 -58 - -22 9 - -22 9 - -53 -10 - -53 -10 - -45 5 - -45 5 - 89 -25 - 88 -26 - 88 -25 - 89 -25 - 89 -24 - 89 -23 - 89 -24 - 88 -26 - 88 -25 - 89 -25 - 89 -24 - 89 -23 - 89 -23 - 88 -26 - 88 -25 - 89 -25 - 89 -24 - 89 -23 - -13 -2 - -13 -2 - 87 45 - 87 45 - 78 92 - 78 92 - 35 92 - 35 92 - 88 -78 - 88 -78 - -4 -85 - -4 -85 - -3 -85 - -2 -11 - -2 -11 - -4 -10 - -51 94 - -51 94 - 15 -51 - 15 -51 - 93 26 - 93 26 - 94 26 - 58 -38 - 58 -38 - 10 64 - 10 64 - 2 15 - 2 15 - 2 16 - 2 16 - 3 16 - -45 11 - -44 17 - -45 11 - -44 11 - -44 12 - 41 -16 - 41 -16 - -3 -85 - -4 -85 - -3 -85 - 23 -40 - 23 -40 - 23 -39 - 23 -39 - 23 -40 - 23 -39 - -4 -94 - -4 -94 - -59 -41 - -59 -41 - -59 -40 - -59 -40 - -59 -41 - -59 -40 - 87 -41 - 87 -41 - -13 10 - -13 10 - 23 -39 - 23 -39 - 96 5 - 96 5 - -13 17 - -13 17 - -14 18 - -14 18 - -14 18 - -14 18 - 71 -44 - 71 -44 - 94 26 - 93 26 - 94 26 - -15 -43 - -15 -43 - -15 -42 - -15 -42 - -15 -43 - -15 -42 - 3 16 - 2 16 - 3 16 - -44 11 - -45 11 - -44 11 - -44 12 - -44 12 - -45 11 - -44 11 - -44 12 - 26 -7 - 26 -7 - 13 -89 - 13 -89 - 36 -66 - 36 -66 - 36 -64 - 36 -64 - 36 -66 - 36 -64 - -92 71 - -92 71 - 99 -21 - 99 -21 - 93 -64 - 93 -64 - -17 21 - -17 21 - -14 18 - -14 18 - -14 18 - -14 18 - -14 18 - -86 36 - -86 36 - -27 21 - -27 21 - -56 4 - -56 4 - -56 13 - -56 13 - -14 81 - -14 81 - 90 -99 - 90 -99 - 95 -59 - 95 -59 - 3 -24 - 3 -24 - 0 -51 - 0 -51 - 55 63 - 55 63 - 39 82 - 39 82 - 8 -29 - 8 -29 - -96 53 - -96 53 - -58 35 - -58 35 - 0 82 - 0 82 - 23 1 - 23 1 - -13 16 - -13 16 - -18 23 - -18 23 - -18 23 - -20 25 - -20 25 - 3 96 - 3 96 - -84 28 - -84 28 - -11 88 - -11 88 - 94 -86 - 94 -86 - 73 57 - 73 57 - -92 -95 - -92 -95 - 69 65 - 69 65 - 1 -12 - 1 -12 - 87 -28 - 87 -28 - 31 -47 - 31 -47 - 25 -41 - 25 -41 - -12 9 - -12 9 - -13 16 - -13 16 - -12 15 - -12 15 - -17 22 - -17 22 - -19 24 - -19 24 - 29 9 - 29 9 - -21 -62 - -21 -62 - -10 -94 - -10 -94 - -2 28 - -2 28 - -64 97 - -64 97 - 42 -31 - 42 -31 - 25 65 - 25 65 - 23 19 - 23 19 - 15 -34 - 15 -34 - 45 84 - 45 84 - 40 25 - 40 25 - 60 68 - 60 68 - -18 -57 - -18 -57 - -24 -94 - -24 -94 - -29 -9 - -29 -9 - 78 -25 - 78 -25 - -14 17 - -14 17 - -18 23 - -18 23 - -18 23 - -14 18 - -14 18 - -14 18 - 92 66 - 92 66 - -27 30 - -27 30 - -28 54 - -28 54 - -28 55 - -57 13 - -57 13 - -23 46 - -23 46 - -22 46 - -21 46 - 78 -15 - 78 -15 - -11 86 - -11 86 - 18 41 - 18 41 - 19 41 - 75 46 - -69 51 - 75 46 - 94 79 - 94 79 - -25 -55 - -24 -57 - -25 -55 - 11 43 - 11 43 - -10 9 - -10 9 - -8 10 - -8 10 - -62 5 - -62 5 - -28 35 - -28 35 - -27 35 - -27 -5 - -27 -5 - 14 -34 - 14 -34 - -28 -4 - -28 -4 - -28 46 - -28 46 - -22 46 - -23 46 - -22 46 - -21 46 - 19 41 - 18 41 - 19 41 - -69 51 - -69 51 - 75 46 - 65 98 - 65 98 - -8 -25 - -8 -25 - -10 -72 - -10 -72 - 23 -95 - 23 -95 - -24 -57 - -24 -57 - -25 -55 - -69 -23 - -69 -23 - -68 -23 - -61 -87 - -61 -87 - -43 94 - -43 94 - -9 8 - -9 8 - -78 71 - -78 71 - -77 71 - 99 -70 - 99 -70 - 0 -10 - 0 -10 - -5 27 - -5 27 - -27 35 - -28 35 - -27 35 - 2 9 - 2 9 - -28 55 - -28 54 - -28 55 - 54 96 - 54 96 - -21 46 - -23 46 - -22 46 - -21 46 - -63 10 - -63 10 - 63 93 - 63 93 - 64 -48 - 64 -48 - -55 -48 - -55 -48 - -68 -23 - -69 -23 - -68 -23 - -17 15 - -17 15 - -77 71 - -78 71 - -77 71 - 79 -38 - 80 -39 - 79 -38 - -87 -6 - -87 -6 - 2 17 - 2 17 - -41 9 - -41 9 - -80 77 - -80 77 - -57 -70 - -57 -70 - 34 -69 - 34 -69 - 17 4 - 17 4 - -30 42 - -30 42 - -46 19 - -46 19 - -16 14 - -16 14 - 80 -39 - 80 -39 - 79 -38 - 41 2 - 35 21 - 41 2 - -2 -11 - -2 -11 - -2 14 - -2 14 - -69 71 - -69 71 - -29 -15 - -29 -15 - 1 -12 - 1 -12 - -20 4 - -20 4 - 93 -57 - 93 -57 - 55 -98 - 55 -98 - 56 -98 - 99 -83 - 99 -83 - 19 -33 - 19 -33 - 65 49 - 65 49 - -38 -14 - -38 -14 - -13 16 - -13 16 - 43 -1 - 43 -1 - -87 98 - -87 98 - -12 -34 - -12 -34 - -11 -34 - 57 56 - 57 56 - -22 4 - -22 4 - -22 4 - -23 12 - -23 12 - -68 47 - -68 47 - -64 -17 - -64 -17 - -57 32 - -35 27 - -35 27 - 37 -90 - 37 -90 - -55 -16 - -55 -16 - -19 4 - -19 4 - 1 -38 - 1 -38 - 38 34 - 38 34 - 66 -77 - 66 -77 - 75 -16 - 75 -16 - 76 -40 - 76 -40 - -24 -29 - -24 -29 - 56 -98 - 55 -98 - 56 -98 - -12 0 - -12 0 - -10 25 - -10 25 - -88 -42 - -88 -42 - 7 93 - 8 92 - 7 93 - 8 93 - 35 21 - 35 21 - 41 2 - -11 -34 - -12 -34 - -11 -34 - -4 25 - -4 25 - -3 25 - -22 5 - -22 5 - -22 4 - -22 4 - -22 4 - -64 76 - -64 76 - -4 32 - -4 32 - -56 44 - -56 44 - -55 44 - -29 74 - -29 74 - -81 12 - -81 12 - 41 57 - 41 57 - 79 -62 - 79 -62 - -27 -45 - -27 -45 - -27 -44 - -27 -44 - -27 -45 - -27 -44 - -35 27 - -35 27 - -17 -33 - -17 -33 - -17 -32 - -17 -32 - -17 -33 - -17 -32 - 8 92 - 8 92 - 7 93 - 8 93 - 8 93 - 8 92 - 7 93 - 8 93 - -42 44 - -42 44 - -2 -15 - -2 -15 - -1 -15 - -79 -65 - -79 -65 - -4 71 - -4 71 - -3 25 - -4 25 - -3 25 - -36 -32 - -36 -32 - -28 67 - -28 67 - -9 87 - -9 87 - -11 87 - -57 32 - -64 -17 - -57 32 - -55 44 - -56 44 - -55 44 - -58 4 - -58 4 - -53 68 - -53 68 - -4 77 - -4 77 - -26 53 - -26 53 - -25 54 - -25 54 - -57 95 - -57 95 - -26 60 - -26 60 - -30 -59 - -30 -59 - -29 -59 - -14 17 - -14 17 - -40 3 - -40 3 - 94 63 - 94 63 - -13 -49 - -13 -49 - -12 -49 - -1 -15 - -2 -15 - -1 -15 - -2 -23 - -2 -23 - -1 -23 - 38 12 - 38 12 - -25 -11 - -25 -11 - -24 -11 - -55 78 - -55 78 - -3 44 - -3 44 - -20 4 - -20 4 - 9 -2 - 9 -2 - 38 -67 - 38 -67 - -29 -59 - -30 -59 - -29 -59 - 58 -47 - 58 -47 - 72 -62 - 72 -62 - 18 -26 - 18 -26 - -44 29 - -44 29 - 48 92 - 48 92 - 62 -28 - 62 -28 - -12 -49 - -13 -49 - -12 -49 - -42 41 - -42 41 - -92 -60 - -92 -60 - -3 -31 - -3 -31 - -1 -23 - -2 -23 - -1 -23 - -2 -23 - 72 -20 - 72 -20 - 62 10 - 62 10 - -24 -18 - -24 -18 - -23 -18 - -61 -8 - -61 -8 - -24 -11 - -25 -11 - -24 -11 - -56 24 - -56 24 - -57 25 - -57 25 - -56 24 - -57 25 - -56 24 - -56 24 - -57 25 - -56 24 - -58 52 - -58 52 - 77 -22 - 77 -22 - 51 -62 - 51 -62 - 26 58 - 26 58 - -57 -83 - -57 -83 - -71 -11 - -71 -11 - 43 -58 - 43 -58 - 64 -35 - -41 8 - -40 7 - -41 8 - -40 8 - 24 72 - 24 72 - 25 72 - -57 1 - -57 1 - 49 7 - 49 7 - 86 61 - 86 61 - 49 31 - 49 31 - 50 31 - 0 -9 - 0 -9 - 67 46 - 67 46 - -95 -48 - -95 -48 - -94 -48 - -95 -47 - -94 -47 - -95 -47 - -95 -48 - -94 -48 - -95 -47 - -94 -47 - 53 -39 - 53 -39 - 76 -45 - 76 -45 - 4 -26 - 4 -26 - 28 93 - 28 93 - -23 -18 - -24 -18 - -23 -18 - -35 -15 - -35 -15 - -4 32 - -4 32 - -11 87 - -9 87 - -11 87 - -10 87 - 76 -99 - 76 -99 - 77 -99 - -1 32 - -1 32 - 1 -12 - 1 -12 - 1 -12 - 1 -12 - 1 -12 - 1 -12 - 12 94 - 12 94 - -2 29 - -2 29 - -28 6 - -27 45 - -27 45 - 27 -47 - 27 -47 - 18 6 - 18 6 - 77 34 - 77 34 - -40 7 - -40 7 - -41 8 - -40 8 - -40 8 - -40 7 - -41 8 - -40 8 - 25 72 - 24 72 - 25 72 - 28 -55 - 28 -55 - -32 -8 - -32 -8 - 26 4 - 26 4 - 12 -18 - 12 -18 - 14 -21 - 14 -21 - 29 -10 - 29 -10 - 50 31 - 49 31 - 50 31 - -94 -48 - -95 -48 - -94 -48 - -95 -47 - -94 -47 - -94 -47 - -95 -48 - -94 -48 - -95 -47 - -94 -47 - -48 -81 - -48 -81 - 2 -18 - 2 -18 - 3 -18 - 4 -23 - 4 -23 - -71 -58 - -71 -58 - -3 22 - -3 22 - -3 24 - -3 24 - 1 -15 - 1 -15 - -36 -25 - -36 -25 - -10 87 - -86 -10 - -11 87 - -10 87 - 77 -99 - 76 -99 - 77 -99 - 1 -33 - 1 -33 - 3 -34 - -33 91 - -33 91 - -33 90 - -33 90 - -33 91 - -33 90 - -26 5 - -26 5 - 5 -27 - 5 -27 - -26 5 - -28 6 - -28 6 - -28 6 - -28 6 - -28 6 - -28 6 - -28 6 - -28 6 - -28 6 - -31 -97 - -31 -97 - 64 -35 - 43 -58 - 64 -35 - 8 -33 - 8 -33 - -50 -18 - -50 -18 - 11 -87 - 11 -87 - 62 5 - 62 5 - -3 94 - -3 94 - 16 -23 - 16 -23 - 32 12 - 32 12 - -74 46 - -74 46 - -14 -47 - -14 -47 - 1 -14 - 1 -14 - 1 -14 - -1 21 - -1 21 - -2 -23 - -1 -23 - -2 -23 - -2 -23 - -1 -23 - -21 -87 - -21 -87 - -40 12 - -40 12 - -46 -51 - -46 -51 - 3 30 - 3 30 - 4 30 - 4 30 - 3 -18 - 2 -18 - 3 -18 - -3 25 - -3 25 - 3 -34 - 1 -33 - 3 -34 - -1 28 - -1 28 - 69 54 - 69 54 - -53 -5 - -53 -5 - 14 -36 - 14 -36 - 15 -36 - 17 42 - 17 42 - 18 43 - -96 -18 - -96 -18 - -8 77 - -8 77 - 78 -84 - 78 -84 - -76 -17 - -76 -17 - 13 -19 - 13 -19 - 1 -22 - 1 -22 - 1 -21 - 1 -21 - -5 97 - -5 97 - -6 -67 - -6 -67 - -3 -30 - -3 -30 - -2 -30 - 2 15 - 2 15 - 4 37 - -13 34 - 4 37 - 4 36 - 4 36 - 4 30 - 4 30 - 3 21 - 3 21 - 3 21 - 3 21 - 3 21 - 3 21 - 64 -97 - 64 -97 - -36 55 - -36 55 - -35 55 - -34 55 - -33 55 - -70 -60 - -70 -60 - 5 -48 - 5 -48 - 3 -48 - 3 -49 - 4 -49 - 3 -48 - 5 -48 - 3 -48 - 3 -49 - 4 -49 - 3 -49 - 5 -48 - 3 -48 - 3 -49 - 4 -49 - -35 1 - -35 1 - -35 8 - -35 8 - 3 -20 - 3 -20 - -3 47 - -3 47 - 15 -36 - 14 -36 - 15 -36 - -28 6 - -2 29 - -28 6 - -28 6 - -28 6 - -28 6 - -28 6 - -28 6 - -28 6 - -28 6 - 18 43 - 17 42 - 18 43 - -92 10 - -92 10 - 20 -29 - 20 -29 - 70 -1 - 70 -1 - 2 -35 - 2 -35 - -14 -15 - -14 -15 - -14 -16 - -15 12 - -15 12 - 1 -14 - 1 -14 - -5 -58 - -5 -58 - -1 -13 - -1 -13 - -2 -23 - -2 -23 - -2 -23 - -1 -23 - -1 -23 - -2 -30 - -3 -30 - -2 -30 - -2 -30 - -59 -83 - -59 -83 - -95 35 - -13 34 - -13 34 - 4 37 - 3 15 - 3 15 - 7 -71 - 7 -71 - -35 55 - -36 55 - -35 55 - -34 55 - -33 55 - 6 66 - 6 66 - 11 -66 - 11 -66 - 3 -26 - 3 -26 - 4 -49 - 5 -48 - 3 -48 - 3 -49 - 4 -49 - -86 -10 - -85 -11 - -84 -11 - -86 -10 - -10 87 - 21 37 - 21 37 - -26 -6 - -26 -6 - -1 18 - -1 18 - -26 5 - 5 -27 - -26 5 - 15 -98 - 15 -98 - -90 50 - -90 50 - -29 -4 - -29 -4 - -74 -38 - -74 -38 - 16 -23 - 16 -23 - 16 -23 - 15 -22 - 15 -22 - 45 7 - 45 7 - -12 -9 - -12 -9 - -29 -9 - -29 -9 - 2 -14 - 2 -14 - -14 -16 - -14 -15 - -14 -16 - 2 -28 - 2 -28 - 1 -14 - 1 -14 - 1 -14 - -76 -62 - -76 -62 - -1 -23 - -2 -23 - -2 -23 - -1 -23 - -1 -23 - -48 -81 - -48 -81 - -2 -24 - -2 -24 - 70 69 - 70 69 - -23 3 - -23 3 - -45 -50 - -45 -50 - -58 -77 - -58 -77 - -48 -96 - -48 -96 - -34 55 - -36 55 - -35 55 - -34 55 - -33 55 - 1 28 - 1 28 - -47 -41 - -47 -41 - 5 -25 - 5 -25 - -40 72 - -40 72 - -50 -61 - -50 -61 - 4 -16 - 4 -16 - -85 -11 - -85 -11 - -84 -11 - -86 -10 - 2 -19 - 2 -19 - -1 38 - -1 38 - 0 38 - -1 58 - -1 58 - 43 -57 - 43 -57 - 46 -94 - 46 -94 - 46 -92 - 46 -92 - 46 -94 - 46 -92 - -82 5 - -82 5 - -12 -87 - -12 -87 - -26 13 - -26 13 - -46 -70 - -46 -70 - 16 -23 - 16 -23 - 16 -23 - 16 -23 - 16 -23 - 16 -23 - 16 -23 - 1 -9 - 1 -9 - -6 -24 - -6 -24 - -5 -24 - -62 50 - -62 50 - -6 -55 - -6 -55 - -1 -23 - -2 -23 - -1 -23 - -1 -23 - -2 -15 - -2 -15 - -2 -22 - -2 -22 - -33 55 - -36 55 - -35 55 - -34 55 - -33 55 - -16 -45 - -16 -45 - 4 43 - 4 43 - -12 61 - -12 61 - 10 -88 - 10 -88 - 10 -88 - 11 -88 - 11 -88 - 10 -88 - 10 -88 - 10 -88 - 11 -88 - 11 -88 - 11 -88 - 11 -88 - 10 -88 - 11 -88 - 11 -88 - 11 -88 - 43 65 - 43 65 - -69 74 - -69 74 - -95 100 - -95 100 - -94 100 - -30 35 - -30 35 - -4 98 - -4 98 - -6 82 - -6 82 - -2 17 - -2 17 - 4 -51 - 4 -51 - -2 24 - -2 24 - 23 -10 - 23 -10 - 24 -10 - -84 -11 - -85 -11 - -84 -11 - -86 -10 - -25 -23 - -25 -23 - 0 38 - -1 38 - 0 38 - -26 7 - -26 7 - 65 -67 - 65 -67 - -87 8 - -87 8 - 11 71 - 11 71 - 64 57 - 64 57 - 42 -40 - 42 -40 - 42 -39 - 43 -39 - 42 -39 - 42 -40 - 42 -39 - 43 -39 - -22 -66 - -22 -66 - 20 32 - 20 32 - -38 -13 - -38 -13 - 19 -28 - 19 -28 - 13 -19 - 13 -19 - 20 2 - 20 2 - -5 -24 - -6 -24 - -5 -24 - 8 19 - 8 19 - -50 10 - -50 10 - 69 88 - 69 88 - 70 88 - -22 19 - -22 19 - -1 14 - -1 14 - -1 14 - 60 98 - 60 98 - -30 -92 - -30 -92 - 2 13 - 2 13 - -2 -30 - -2 -31 - -2 -30 - -2 -30 - -95 35 - -59 -83 - -95 35 - 2 21 - 2 21 - 3 21 - -12 46 - -12 46 - 11 -88 - 10 -88 - 10 -88 - 11 -88 - 11 -88 - 11 -88 - 11 -88 - 10 -88 - 10 -88 - 11 -88 - 11 -88 - 11 -88 - -13 -75 - -13 -75 - -94 100 - -95 100 - -94 100 - -28 -7 - -28 -7 - 26 -34 - 26 -34 - 0 12 - 0 12 - 3 -15 - 3 -15 - 4 -15 - 24 -10 - 23 -10 - 24 -10 - -1 19 - -1 19 - 1 13 - 1 13 - -53 95 - -53 95 - -72 54 - -72 54 - 19 -19 - 19 -19 - 43 -39 - 42 -40 - 42 -39 - 43 -39 - -72 3 - -72 3 - 84 -36 - 84 -36 - -63 58 - -63 58 - 13 10 - 13 10 - 16 -17 - 16 -17 - 20 -29 - 20 -29 - 5 59 - 5 59 - 53 -14 - 53 -14 - 57 37 - 57 37 - 58 37 - -50 -4 - -50 -4 - -49 -22 - -49 -22 - -49 -23 - -49 -23 - -49 -22 - -49 -23 - 70 74 - 70 74 - 0 -15 - 0 -15 - 1 -15 - 70 88 - 69 88 - 70 88 - 0 21 - 0 21 - -1 -14 - -1 -14 - -2 -16 - -2 -16 - 3 21 - 2 21 - 3 21 - -29 48 - -29 48 - -45 -55 - -56 -41 - -45 -55 - 8 -64 - 2 66 - 8 -64 - 40 88 - 40 88 - 40 89 - 40 89 - 40 88 - 40 89 - 1 -19 - 1 -19 - 2 -19 - 1 -13 - 1 -13 - 2 -15 - 2 -15 - 4 -15 - 3 -15 - 4 -15 - 59 -74 - 59 -74 - -2 49 - -2 49 - -57 42 - -57 42 - -24 6 - -24 6 - 45 29 - 45 29 - -12 -15 - -12 -15 - -29 28 - -29 28 - -29 29 - -29 29 - -29 28 - -29 29 - 19 -20 - 19 -20 - 21 -22 - 21 -22 - 16 -23 - 16 -23 - 16 -23 - 16 -23 - 16 -23 - 16 -23 - 21 -30 - 21 -30 - -62 -58 - -62 -58 - 58 37 - 57 37 - 58 37 - 1 -22 - 1 -22 - 2 -22 - -1 14 - -1 14 - 0 14 - -1 14 - 0 14 - 58 -57 - 58 -57 - 94 -82 - 94 -82 - -19 53 - -19 53 - -19 47 - -19 47 - 2 66 - 2 66 - 8 -64 - 2 -19 - 1 -19 - 2 -19 - 3 -21 - 3 -21 - -32 8 - -32 8 - -98 -84 - -98 -84 - 92 61 - 92 61 - -17 37 - -17 37 - 45 -27 - 45 -27 - 46 -27 - 77 -77 - 77 -77 - -69 -82 - -55 4 - -55 4 - -55 1 - -56 -42 - -56 -42 - 15 -16 - 15 -16 - -15 74 - 22 73 - -15 74 - 22 74 - 83 65 - 83 65 - -80 9 - -80 9 - -11 -8 - -11 -8 - -47 -44 - -47 -44 - 2 -22 - 1 -22 - 2 -22 - 2 -21 - 2 -21 - 1 -15 - 0 -15 - 1 -15 - -23 26 - -23 26 - -2 35 - -2 35 - -2 -31 - -2 -31 - -2 -30 - -52 35 - -52 35 - 3 30 - 3 30 - 4 30 - 4 44 - 4 44 - -99 -10 - -99 -10 - 7 66 - 7 66 - -56 -41 - -56 -41 - 71 8 - -45 -55 - 3 -45 - 3 -45 - 3 -33 - 3 -33 - -1 -80 - -1 -80 - 22 -5 - 22 -5 - -70 -10 - -70 -10 - -44 -2 - -44 -2 - 46 -27 - 45 -27 - 46 -27 - -69 -82 - 77 -77 - -69 -82 - -27 -54 - -27 -54 - 31 31 - 31 31 - 22 73 - 23 73 - 22 73 - -15 74 - 22 74 - 22 74 - 22 73 - -15 74 - 22 74 - -63 73 - -63 73 - -26 -95 - -26 -95 - -25 -95 - 11 49 - 11 49 - 12 50 - 2 -28 - 2 -28 - 2 -27 - 2 -27 - 2 -28 - 2 -27 - 2 -36 - 2 -36 - 2 -35 - 2 -35 - 2 -36 - 2 -35 - 2 -29 - 2 -29 - 0 -29 - 1 -28 - 2 -28 - 0 -29 - 1 -28 - 2 -28 - 1 -28 - 0 14 - 0 14 - -1 14 - 0 14 - 2 23 - 2 23 - 4 30 - 3 30 - 4 30 - 3 30 - 3 30 - 3 30 - 4 30 - 3 30 - 3 29 - 4 -52 - 4 -52 - 89 -24 - 89 -24 - -38 42 - -38 42 - 90 -48 - 90 -48 - 90 -47 - 90 -47 - 90 -48 - 90 -47 - 32 70 - 32 70 - 93 41 - 93 41 - -53 -82 - -53 -82 - -28 0 - -28 0 - -55 29 - -55 29 - 85 8 - 85 8 - -16 13 - -16 13 - 23 73 - 23 73 - 22 73 - 16 -23 - 16 -23 - 16 -23 - 16 -23 - 16 -23 - 16 -23 - 16 -23 - 16 -23 - 16 -23 - 16 -23 - 16 -23 - 16 -23 - 16 -23 - 16 -23 - 16 -23 - 16 -23 - 16 -23 - 16 -23 - 16 -22 - 16 -23 - 16 -23 - 16 -23 - 16 -23 - 16 -23 - 9 54 - 9 54 - -85 89 - -85 89 - -25 -95 - -26 -95 - -25 -95 - 9 18 - 9 18 - 12 50 - 11 49 - 12 50 - 7 14 - 7 14 - 8 14 - 8 13 - 7 15 - 8 14 - 7 15 - 8 15 - 7 13 - 7 13 - 8 13 - 0 -29 - 2 -29 - 0 -29 - 1 -28 - 2 -28 - 1 -28 - 1 -28 - 0 -29 - 1 -28 - 2 -28 - 1 -28 - -2 13 - -2 13 - -2 21 - -2 21 - 0 14 - 0 14 - -1 14 - 0 14 - -31 -48 - -31 -48 - -44 -38 - -44 -38 - -74 -15 - -74 -15 - 2 15 - 2 15 - 3 15 - 3 15 - -42 -17 - -42 -17 - 5 44 - 4 -90 - 4 -90 - -25 -26 - -25 -26 - -24 -26 - 54 28 - 54 28 - 6 66 - 6 66 - 7 66 - 71 8 - 72 7 - -56 -41 - 71 8 - 56 59 - 56 59 - -81 55 - -81 55 - 57 -65 - 57 -65 - -55 1 - -55 4 - -55 1 - 4 -70 - 4 -70 - -20 -16 - -20 -16 - -20 -15 - -20 -15 - -20 -16 - -20 -15 - -63 -28 - -63 -28 - 50 -2 - 50 -2 - -61 35 - -61 35 - 16 -23 - 16 -23 - 16 -23 - 16 -23 - 16 -23 - 17 -23 - 17 -23 - 16 -23 - 16 -23 - 16 -23 - 16 -23 - 17 -23 - 37 4 - 37 4 - 8 14 - 7 14 - 8 14 - 7 15 - 8 15 - 7 15 - 8 15 - 8 13 - 7 14 - 7 13 - 8 13 - 1 -28 - 2 -29 - 0 -29 - 1 -28 - 2 -28 - 1 -28 - 1 -13 - 1 -13 - 4 37 - 4 37 - -49 57 - -49 57 - 4 30 - 3 30 - 4 30 - 3 30 - 3 29 - 5 -97 - 5 -97 - -24 -26 - -25 -26 - -24 -26 - 7 66 - 6 66 - 7 66 - 72 7 - 72 7 - 71 8 - 0 21 - 0 21 - -29 -89 - -29 -89 - -27 44 - -27 44 - -89 -68 - -89 -68 - 21 -18 - 21 -18 - -11 9 - -11 9 - 57 17 - 57 17 - 10 -5 - 10 -5 - -14 -6 - -14 -6 - 2 -22 - 2 -22 - 3 30 - 4 30 - 3 30 - 5 44 - -42 -17 - 5 44 - 3 30 - 3 30 - 4 30 - 3 30 - 3 29 - 3 29 - 3 30 - 4 30 - 3 30 - 3 29 - 4 -38 - 4 -38 - 9 79 - -81 -5 - 9 79 - -67 -41 - -67 -41 - 28 69 - 28 69 - 0 62 - 0 62 - -33 77 - -33 77 - 69 -98 - 69 -98 - 86 -68 - 87 -71 - 86 -68 - -31 9 - -31 9 - 11 -5 - 11 -5 - 0 51 - 0 51 - -24 72 - -24 72 - 13 -26 - 13 -26 - -2 57 - -2 57 - 22 -6 - 22 -6 - 22 -5 - 22 -5 - 22 -6 - 22 -5 - 27 -7 - 27 -7 - 27 -7 - 28 -7 - -43 -1 - -43 -1 - -25 87 - -24 88 - -25 87 - -24 87 - 87 -71 - 87 -71 - 86 -68 - 14 75 - 14 75 - -28 61 - -28 61 - 26 -26 - 27 -27 - 26 -26 - 24 -24 - 24 -24 - 71 -74 - 71 -74 - 6 -18 - 6 -18 - -1 -14 - -1 -14 - 0 -14 - 1 -14 - -23 -67 - -23 -67 - 47 51 - 47 51 - -13 -15 - -13 -15 - -81 -82 - -81 -82 - -81 -81 - -81 -81 - -81 -82 - -81 -81 - -12 24 - -12 24 - 23 -6 - 23 -6 - -34 90 - -34 90 - -34 90 - 27 -7 - 27 -7 - 27 -7 - 28 -7 - 58 34 - 58 34 - 75 -34 - 75 -34 - 18 80 - 18 80 - -24 88 - -24 88 - -25 87 - -24 87 - -24 87 - -24 88 - -25 87 - -24 87 - -88 -4 - -88 -4 - -5 -15 - -5 -15 - -12 37 - -12 37 - 27 -27 - 27 -27 - 26 -26 - 14 -14 - 14 -14 - 11 -1 - 11 -1 - 11 -1 - -65 -84 - -65 -84 - 0 -14 - -1 -14 - 0 -14 - 1 -14 - 15 -11 - 15 -11 - -11 -37 - -11 -37 - 78 -69 - 78 -69 - -81 -5 - -81 -5 - 9 79 - -64 -94 - -64 -94 - 24 -6 - 24 -6 - 28 -7 - 27 -7 - 27 -7 - 28 -7 - 29 -7 - -65 24 - -65 24 - 17 -10 - 17 -10 - -80 -86 - -80 -86 - 98 87 - 98 87 - 53 -55 - 53 -55 - -12 -72 - -12 -72 - -72 19 - -72 19 - 70 -16 - 70 -16 - 70 -16 - 70 -16 - -41 -5 - -41 -5 - 72 35 - 72 35 - 20 -4 - 20 -4 - 15 -13 - 15 -14 - 15 -13 - 15 -13 - 0 -16 - 0 -16 - -6 85 - -6 85 - 1 -14 - -1 -14 - 0 -14 - 1 -14 - -22 -41 - -22 -41 - -5 -75 - -5 -75 - -2 47 - -2 47 - -53 -37 - -4 63 - -53 -37 - 25 -21 - 25 -21 - -12 15 - -12 15 - -4 55 - -4 55 - 0 -11 - 0 -11 - 0 -11 - 0 -11 - 0 -11 - 0 -11 - 0 -11 - 0 -11 - 1 -11 - -26 18 - -26 18 - 0 -11 - 0 -11 - 0 -11 - 0 -11 - 1 -11 - 25 37 - 25 37 - -74 -84 - -74 -84 - -36 67 - -36 67 - 1 9 - 2 9 - 1 9 - -26 27 - -26 27 - -34 90 - -34 90 - -34 90 - 29 -7 - 28 -7 - 29 -7 - 30 -7 - -66 -30 - -66 -30 - -53 -52 - -53 -52 - -49 10 - -49 10 - -80 77 - -80 77 - 8 -30 - 8 -30 - 98 -94 - 98 -94 - 24 -24 - 24 -24 - -94 -32 - -94 -32 - 21 -4 - 21 -4 - -15 -8 - -15 -8 - 1 -27 - 1 -27 - 15 -14 - 15 -14 - 15 -13 - 15 -13 - 15 -13 - 15 -14 - 15 -13 - 15 -13 - 85 49 - 85 49 - -16 -1 - -16 -1 - 1 13 - 1 13 - 37 64 - 37 64 - 37 65 - 37 65 - 37 64 - 37 65 - -2 -15 - -2 -15 - -2 -15 - -1 -15 - -2 -15 - -2 -15 - -2 -15 - -1 -15 - 23 -7 - 23 -7 - -11 -46 - 30 -37 - -26 -41 - -11 -46 - 1 -60 - 1 -60 - 24 -13 - 24 -13 - 24 -13 - 24 16 - 24 16 - 42 -31 - 42 -31 - 42 -30 - 42 -30 - 42 -31 - 42 -30 - -12 37 - -12 37 - -11 37 - 1 -11 - 0 -11 - 0 -11 - 1 -11 - 1 58 - 1 58 - 1 58 - -2 95 - -2 95 - 0 10 - 0 10 - 30 -7 - 29 -7 - 30 -7 - 80 -92 - 80 -92 - 11 -1 - 11 -1 - 11 -1 - 18 100 - -82 -54 - 18 100 - -15 -1 - -15 -1 - 73 57 - 73 57 - 12 89 - 12 89 - 73 57 - 12 89 - 0 -15 - 0 -15 - -1 -15 - -2 -15 - -2 -15 - -1 -15 - -4 63 - -21 -61 - -4 63 - -53 -37 - -34 -30 - -34 -30 - -1 34 - -1 34 - 24 -13 - 24 -13 - 24 -13 - -42 56 - -42 56 - -30 -20 - -30 -20 - -11 37 - -12 37 - -11 37 - -24 16 - -24 16 - 29 3 - 29 3 - -24 16 - 29 3 - -37 37 - -37 37 - -11 86 - -11 86 - 2 9 - 2 9 - 1 9 - 29 13 - 29 13 - 77 -82 - 77 -82 - 90 -85 - 90 -85 - -86 85 - 8 -9 - 8 -9 - 68 84 - 68 84 - -8 -36 - -8 -36 - -19 -12 - -19 -12 - -23 -74 - -23 -74 - 30 -37 - 30 -37 - -26 -41 - -11 -46 - 13 74 - 13 74 - -34 20 - -34 20 - -34 3 - -34 3 - -35 -72 - -35 -72 - 23 -24 - 23 -24 - 23 -23 - 23 -23 - 23 -24 - 23 -23 - -86 85 - 90 -85 - -86 85 - 34 -42 - 34 -42 - -17 9 - -17 9 - 18 -18 - 18 -18 - 18 -4 - 18 -4 - 7 15 - 7 15 - 0 -14 - 0 -14 - -27 -41 - -27 -41 - -26 -41 - -25 -41 - -27 -40 - -19 46 - -27 -40 - -27 -41 - -26 -41 - -25 -41 - -27 -40 - -19 46 - 29 -68 - 29 -68 - 26 -42 - 26 -42 - -3 -50 - 28 -50 - 28 -50 - -9 -9 - -9 -9 - -26 -41 - 30 -37 - -26 -41 - -11 -46 - -40 -21 - -40 -21 - -39 -21 - -33 32 - 7 99 - 7 99 - 8 99 - -13 -15 - -13 -15 - -13 -16 - -12 -16 - -13 -16 - -13 -15 - -13 -16 - -12 -16 - 1 58 - 1 58 - 1 58 - -22 88 - -22 88 - 77 44 - 20 -20 - 20 -20 - 23 -23 - 23 -23 - 10 -1 - 10 -1 - 10 -1 - 98 7 - 98 7 - -80 70 - -80 70 - -67 10 - -67 10 - 16 -22 - 16 -22 - 16 -21 - 16 -21 - 16 -22 - 16 -21 - -82 -54 - -82 -54 - 18 100 - -26 -41 - -27 -41 - -26 -41 - -25 -41 - -27 -40 - -19 46 - -19 46 - -27 -41 - -26 -41 - -25 -41 - -27 -40 - -19 46 - -53 -69 - -53 -69 - 29 -75 - 29 -75 - -21 -61 - -21 -61 - -4 63 - -2 26 - -2 26 - -10 2 - -10 2 - 25 -90 - 25 -90 - -20 14 - -20 14 - -20 14 - 27 -55 - 28 -55 - 27 -55 - 28 -55 - -39 -21 - -40 -21 - -39 -21 - -33 32 - -14 -20 - -14 -20 - -13 15 - -13 15 - 8 99 - 7 99 - 8 99 - -11 2 - -11 2 - -12 -16 - -13 -15 - -13 -15 - -13 -16 - -12 -16 - -27 82 - -27 82 - -50 41 - -50 41 - -35 53 - -35 53 - 77 44 - -22 88 - 77 44 - -33 63 - -33 63 - 92 98 - 92 98 - 83 -89 - 83 -89 - 10 -92 - 10 -92 - 2 -22 - 2 -22 - 82 -20 - 82 -20 - 11 47 - 11 47 - 13 -14 - 13 -14 - 13 -13 - 13 -13 - 13 -14 - 13 -13 - 68 77 - 68 77 - 10 -1 - 10 -1 - 10 -1 - 18 1 - 18 1 - 18 1 - 90 5 - 90 5 - 73 -78 - 73 -78 - 14 0 - 14 0 - -1 -15 - -1 -15 - 0 -15 - -25 -41 - -27 -41 - -26 -41 - -25 -41 - -27 -40 - -19 46 - 6 57 - 6 57 - 7 57 - 6 -69 - 6 -69 - 31 -75 - 31 -75 - -3 -50 - 26 -42 - -3 -50 - -10 -9 - -10 -9 - -19 4 - -19 4 - 28 -55 - 28 -55 - 27 -55 - 28 -55 - 28 -55 - 28 -55 - 27 -55 - 28 -55 - 25 16 - 25 16 - -10 2 - -10 2 - -9 75 - -9 75 - -1 -11 - 0 -11 - -1 -11 - 0 -11 - 0 -11 - 0 -11 - -1 -11 - 0 -11 - -26 28 - -26 28 - -11 23 - -11 23 - -87 -69 - -87 -69 - 91 27 - 91 27 - -72 5 - -72 5 - 73 -71 - 73 -71 - -45 20 - -45 20 - -21 21 - -21 21 - 35 -10 - 36 -11 - 35 -10 - 36 -10 - 21 -21 - 21 -21 - 11 -1 - 11 -1 - 11 -1 - -39 27 - -39 27 - -52 -17 - -52 -17 - -43 97 - -43 97 - -42 97 - 15 0 - 15 0 - -23 -55 - -23 -55 - 0 -15 - -1 -15 - 0 -15 - 4 27 - 4 27 - 7 57 - 6 57 - 7 57 - -2 89 - -1 88 - -2 89 - 24 -35 - 24 -35 - -19 13 - -19 13 - -22 -6 - -19 13 - -31 -94 - -31 -94 - -33 32 - -40 -21 - -39 -21 - -33 32 - -20 87 - -20 87 - 34 -63 - 35 -64 - 34 -63 - 31 -63 - -40 -6 - -41 -6 - -40 -6 - -29 90 - -29 90 - 2 33 - 2 33 - 0 -11 - 0 -11 - -1 -11 - 0 -11 - 28 -7 - 28 -7 - -35 53 - -50 41 - -35 53 - -35 53 - -9 85 - -9 85 - 77 -35 - 2 9 - 2 9 - 2 9 - 29 -7 - 29 -7 - 33 28 - 33 28 - -61 17 - -61 17 - -61 18 - -61 18 - -61 17 - -61 18 - -60 16 - -60 16 - -81 72 - -81 72 - 56 -66 - 56 -66 - 17 -79 - 17 -79 - 36 -11 - 36 -11 - 35 -10 - 36 -10 - 36 -10 - 36 -11 - 35 -10 - 36 -10 - 31 -30 - 31 -30 - 11 -1 - 11 -1 - 11 -1 - -13 19 - -13 19 - -98 56 - -98 56 - -83 20 - -83 20 - -72 62 - -72 62 - -42 97 - -43 97 - -42 97 - -9 0 - -9 0 - 9 -61 - 9 -61 - -17 1 - -17 1 - -20 -41 - -20 -41 - -5 -83 - -5 -83 - -1 88 - -1 88 - -2 89 - 24 85 - 24 85 - 33 -83 - 1 -76 - 1 -76 - 30 -64 - 30 -64 - 31 -64 - -22 -6 - -19 13 - -22 -6 - -19 13 - -20 14 - -20 14 - -20 14 - -19 14 - -42 -61 - -42 -61 - -41 33 - -41 32 - -41 33 - -1 67 - -1 67 - 35 -64 - 35 -64 - 34 -63 - 31 -63 - 1 14 - 1 14 - -41 -6 - -41 -6 - -40 -6 - -13 -15 - -13 -15 - -12 -16 - -63 -20 - -63 -20 - -8 73 - -8 73 - -35 53 - -50 41 - -35 53 - -35 53 - 2 9 - 2 9 - 2 9 - -33 63 - -33 63 - 26 -7 - 26 -7 - -32 9 - -32 9 - -37 5 - -37 5 - 47 -49 - 47 -49 - -87 33 - -87 33 - -20 -23 - -20 -23 - -19 -23 - 18 1 - 18 1 - 18 1 - -12 18 - -12 18 - 14 -5 - 14 -5 - 16 -21 - 16 -21 - -68 -62 - -68 -62 - -16 -94 - -15 -94 - -26 2 - -26 2 - -9 0 - -9 0 - 2 -89 - 2 -89 - -34 -39 - -34 -39 - 0 -15 - 0 -15 - 1 -15 - -21 -41 - -21 -41 - 18 -63 - 18 -63 - 18 -63 - -41 -20 - -41 -20 - -40 -20 - -36 15 - -36 15 - -36 15 - -36 15 - -94 -45 - -94 -45 - -93 -45 - 31 -64 - 30 -64 - 31 -64 - 0 18 - 0 18 - -19 13 - -19 13 - -22 -6 - -19 13 - -42 -2 - -42 -2 - -19 14 - -20 14 - -19 14 - -25 -38 - -25 -38 - -51 -17 - -51 -17 - 31 -63 - 35 -64 - 34 -63 - 31 -63 - -20 44 - -20 44 - 0 75 - 0 75 - 94 76 - 94 76 - 95 76 - 77 -35 - -9 85 - 77 -35 - -19 -23 - -20 -23 - -19 -23 - 15 -97 - 15 -97 - 11 -11 - 11 -11 - -12 -73 - -12 -73 - -66 8 - -66 8 - 15 -5 - 15 -5 - -7 -14 - -7 -14 - 2 -28 - 2 -28 - -15 -1 - -15 -1 - -88 67 - -88 67 - -25 2 - -25 2 - 1 -15 - 0 -15 - 1 -15 - -15 15 - -15 15 - -3 -29 - -3 -29 - -16 16 - -16 16 - -79 36 - -79 36 - 32 -90 - 32 -90 - -40 -20 - -41 -20 - -40 -20 - -19 -25 - -19 -25 - -36 15 - -36 15 - -36 15 - -36 15 - -36 15 - -36 15 - -63 -94 - -63 -94 - -93 -45 - -94 -45 - -93 -45 - -51 -79 - -51 -79 - -21 -31 - -21 -31 - -29 89 - -29 89 - -1 30 - -1 30 - 12 13 - 12 13 - 13 -25 - 13 -25 - 95 76 - 94 76 - 95 76 - 27 37 - 27 37 - 27 4 - 28 4 - 27 4 - 28 4 - 28 15 - 28 15 - 1 38 - 1 38 - 2 38 - -65 -48 - -65 -48 - 79 25 - -24 47 - -24 47 - 72 -10 - 72 -10 - 79 -42 - 79 -42 - 84 -96 - 84 -96 - 89 -97 - 89 -97 - 90 -97 - -5 -78 - -4 -79 - -5 -78 - 94 -69 - 94 -69 - 17 -17 - 17 -17 - 18 -17 - 42 7 - 42 7 - 42 7 - 42 7 - 42 7 - -15 -15 - -15 -15 - -1 13 - -1 13 - -16 -94 - -68 -62 - -16 -94 - -15 -94 - 19 -54 - 19 -54 - -3 -44 - -3 -44 - 33 -83 - 24 85 - 33 -83 - 32 -83 - 34 -92 - 34 -92 - -67 -64 - -67 -64 - -66 -64 - -1 -58 - -1 -58 - 0 -58 - -39 -57 - -16 65 - -39 -57 - -30 16 - -30 16 - -29 16 - -44 -2 - -44 -2 - 0 -56 - 0 -56 - 1 -56 - 1 -56 - 1 -56 - 0 -56 - 1 -56 - 1 -56 - 42 -81 - 42 -81 - -41 32 - -41 32 - -41 33 - -10 85 - -10 85 - -22 30 - -22 30 - 1 54 - 1 54 - -25 24 - -25 24 - 26 21 - 28 -18 - 29 -18 - 26 21 - -8 60 - -8 60 - 28 4 - 28 4 - 27 4 - 28 4 - 29 -8 - 28 -8 - 30 -8 - 29 -8 - 2 38 - 1 38 - 2 38 - 41 -10 - 41 -10 - 42 -10 - 90 -97 - 89 -97 - 90 -97 - -49 50 - -49 50 - -4 -79 - -4 -79 - -5 -78 - 79 16 - 79 16 - 79 17 - 46 63 - 46 64 - 79 17 - 79 16 - 79 17 - 46 63 - 46 64 - 18 -18 - 18 -18 - 18 -17 - 18 -17 - 18 -18 - 17 -17 - 18 -17 - -67 -18 - -67 -18 - 11 -5 - 11 -5 - -15 12 - -15 12 - -16 12 - -16 12 - -15 -94 - -68 -62 - -16 -94 - -15 -94 - -18 1 - -18 1 - 18 -63 - 18 -63 - 18 -63 - -2 -15 - -2 -15 - -1 -15 - -1 -15 - 2 14 - 2 14 - 2 14 - 1 14 - 41 -92 - 41 -92 - 8 28 - 8 28 - -36 15 - -36 15 - -36 15 - -36 15 - -66 -64 - -67 -64 - -66 -64 - 0 -58 - -1 -58 - 0 -58 - -29 16 - -30 16 - -29 16 - 1 -56 - 0 -56 - 1 -56 - 1 -56 - 35 -27 - 35 -27 - 68 77 - 68 77 - 14 12 - 14 12 - -49 5 - -49 5 - 28 -18 - 28 -18 - 29 -18 - 26 21 - -79 -24 - -79 -24 - -30 46 - -30 46 - 42 -10 - 43 -11 - 43 -11 - 41 -10 - 42 -10 - -23 6 - -23 6 - -61 -71 - -61 -71 - 79 25 - -65 -48 - 79 25 - 25 -82 - 25 -82 - -51 -24 - -51 -24 - -85 -57 - -85 -57 - 24 -28 - 24 -28 - -17 1 - -17 1 - -17 1 - -17 1 - -17 1 - -17 1 - -17 1 - -17 1 - -17 1 - -17 1 - -17 1 - -17 1 - -17 1 - -17 1 - 24 -3 - 24 -3 - -19 -27 - -19 -27 - -19 -27 - -19 -27 - -5 -43 - -5 -43 - -5 -43 - -14 30 - -14 30 - -13 30 - 2 14 - 2 14 - 3 28 - 3 28 - 6 53 - 6 53 - 5 43 - 5 43 - 22 -20 - 22 -20 - 23 -20 - 22 -20 - 29 53 - 29 53 - -22 68 - -22 68 - -38 -34 - -38 -34 - 12 -16 - 12 -16 - 13 -66 - 13 -66 - 0 -14 - 0 -14 - 0 -14 - 1 -15 - 1 -15 - 12 -73 - 12 -73 - 13 -53 - 13 -53 - 0 -15 - 0 -15 - 0 -16 - 0 -16 - 12 11 - 0 27 - -24 -10 - 0 27 - 12 -59 - 12 -59 - 2 59 - -27 -10 - -26 -10 - -27 -10 - 14 18 - 14 18 - 0 15 - 0 15 - 1 15 - 0 15 - 1 15 - 0 15 - 1 15 - 0 15 - -28 7 - -28 7 - -24 36 - 1 42 - 2 42 - -24 36 - 0 16 - 0 16 - 11 -31 - 11 -31 - -24 22 - 12 14 - 12 14 - 29 -18 - 28 -18 - 29 -18 - 26 21 - 28 4 - 28 4 - 27 4 - 28 4 - 28 -8 - 28 -8 - 29 -8 - 43 -11 - 43 -11 - 43 -11 - 44 -11 - 42 -10 - -22 6 - -22 6 - -88 -89 - -88 -89 - -7 44 - -7 44 - -28 -28 - -28 -28 - -21 55 - -21 55 - -49 9 - -49 9 - 12 -12 - 12 -12 - -38 81 - -38 81 - 42 7 - 42 7 - 42 7 - 42 7 - 28 63 - 28 63 - -56 72 - -56 72 - -56 73 - -56 73 - -56 72 - -56 73 - -61 69 - -61 69 - -16 12 - -16 12 - -17 26 - -17 26 - -16 1 - -16 1 - -13 30 - -14 30 - -13 30 - 3 29 - -2 -28 - -4 -28 - 3 29 - 3 28 - -34 -37 - -34 -37 - 2 14 - 2 14 - 2 14 - 1 14 - 5 28 - 5 28 - 3 28 - 25 11 - 3 28 - 23 -20 - 22 -20 - 23 -20 - 22 -20 - -34 -21 - -34 -21 - 32 -83 - 33 -83 - 32 -83 - 26 74 - 26 74 - -16 65 - -16 65 - -16 65 - -39 -57 - -20 4 - -20 4 - -33 7 - -33 7 - -1 10 - -1 10 - 0 10 - 1 -13 - 1 -13 - 1 -14 - 1 -14 - 1 -14 - 0 -14 - 0 -14 - 0 -14 - 2 12 - 2 12 - -24 -10 - -24 -10 - 0 27 - 1 -17 - 13 11 - 1 -17 - 0 -17 - 0 -17 - -23 5 - -23 5 - 1 39 - 1 39 - 0 15 - 0 15 - 1 15 - 0 15 - -39 10 - -39 10 - -38 10 - 1 42 - 1 42 - 2 42 - -24 36 - 1 15 - 1 15 - -25 6 - -26 6 - -25 6 - -26 6 - -25 6 - 13 -22 - -26 6 - -26 6 - -25 6 - -26 6 - -25 6 - 13 -22 - -25 6 - -25 6 - 13 -22 - -24 22 - 11 -31 - -24 22 - 38 23 - 38 23 - 39 23 - 36 24 - -27 6 - -27 6 - -27 7 - -27 7 - 27 -6 - 27 -6 - -27 7 - 27 -6 - 30 -8 - 30 -8 - 30 -8 - 30 -8 - 30 -8 - 30 -8 - 29 -8 - 43 -11 - 43 -11 - 43 -11 - 44 -11 - -42 12 - 42 -10 - -66 -46 - -66 -46 - 52 -41 - 52 -41 - -58 0 - -58 0 - 46 63 - 79 16 - 79 17 - 46 63 - 46 64 - 46 64 - 79 16 - 79 17 - 46 63 - 46 64 - -76 -20 - -76 -20 - 13 -12 - 13 -12 - 15 -14 - 15 -14 - 15 -14 - 42 7 - 42 7 - 42 7 - 31 -2 - 31 -2 - 30 -19 - 30 -19 - 4 -32 - 4 -32 - -5 -43 - -5 -43 - -5 -43 - -13 31 - -13 31 - 1 14 - 2 14 - 2 14 - 1 14 - 2 13 - 2 13 - 5 42 - 5 42 - -16 2 - -16 2 - 3 28 - 3 28 - -18 3 - -18 3 - 30 -44 - 30 -44 - 0 -77 - 34 -69 - 0 -77 - 1 -10 - 1 -10 - 0 15 - 0 15 - 1 15 - 0 -10 - 0 -10 - 29 95 - 29 95 - -16 65 - -16 65 - -16 65 - -19 13 - -19 13 - 35 -92 - 35 -92 - 0 10 - -1 10 - 0 10 - 11 8 - 11 8 - 1 10 - 1 10 - 1 31 - 1 31 - -26 -21 - -26 -21 - -26 -21 - 8 59 - 0 61 - 8 59 - -23 18 - -23 18 - -22 18 - -23 18 - -23 18 - 12 11 - 1 -16 - 0 -16 - 12 11 - -1 -16 - 0 -16 - 2 59 - 12 -59 - 2 59 - -26 -10 - -26 -10 - -27 -10 - 27 94 - 27 94 - 19 96 - 2 -18 - 0 -18 - 2 -18 - -1 -18 - 1 -18 - -38 10 - -39 10 - -38 10 - 2 42 - 1 42 - 2 42 - -24 36 - -24 5 - -24 5 - -25 6 - -26 6 - -25 6 - -26 6 - -25 6 - 13 -22 - 13 -32 - 13 -32 - -35 100 - -35 100 - 39 23 - 38 23 - 39 23 - 1 16 - 1 16 - 2 16 - 42 -11 - 42 -11 - 50 40 - 50 40 - 44 -11 - 43 -11 - 43 -11 - 44 -11 - 45 -11 - -42 12 - 28 -23 - 28 -23 - -6 -78 - -6 -78 - -44 -98 - -44 -98 - 16 -15 - 16 -15 - 50 58 - 50 58 - -16 -94 - -16 -94 - 35 79 - 35 79 - -17 1 - -17 1 - -17 1 - -17 1 - -2 -28 - -2 -28 - -4 -28 - 3 29 - 3 28 - -4 -28 - 3 29 - 3 28 - 27 26 - 27 26 - -16 2 - -16 2 - 25 -3 - 25 -3 - -16 2 - -16 2 - 22 -20 - 22 -20 - 23 -20 - 22 -20 - -15 17 - -15 17 - 28 32 - 28 32 - -17 3 - -17 3 - -17 3 - -17 3 - 1 15 - 0 15 - 1 15 - -1 26 - -1 26 - -19 4 - -19 4 - 1 19 - 2 19 - 0 11 - 0 11 - 0 -14 - 0 -14 - 0 -14 - 0 -14 - -1 -14 - 0 -14 - 0 -14 - 0 -14 - 0 -14 - -23 6 - -23 6 - -23 5 - -23 5 - -23 5 - -23 6 - -23 5 - -23 5 - -23 18 - -23 18 - -22 18 - -23 18 - -23 18 - 1 -16 - 1 -16 - 19 81 - 19 81 - -25 6 - -25 6 - -25 6 - -25 6 - 10 -48 - 10 -48 - 10 -48 - 19 96 - 27 94 - 19 96 - 0 -18 - 0 -18 - 2 -18 - -1 -18 - 1 -18 - 14 36 - 14 36 - 31 1 - 31 1 - 45 -11 - 44 -11 - 45 -11 - -89 -43 - -89 -43 - 26 -37 - 26 -37 - -34 25 - -34 25 - -33 25 - 15 -14 - 15 -14 - 15 -14 - 41 7 - 41 7 - 42 7 - 23 -27 - 23 -27 - 14 52 - 14 52 - -31 69 - -31 69 - 1 -79 - 1 -79 - -17 1 - -17 1 - -5 -72 - -5 -72 - -16 -13 - -16 -13 - -4 -28 - -2 -28 - -4 -28 - 3 29 - 3 28 - -16 2 - -16 2 - 25 11 - 3 28 - 25 11 - 3 28 - -15 2 - -15 2 - -16 3 - -16 3 - 36 -77 - 36 -77 - 34 -77 - 35 -77 - 28 -20 - 28 -20 - 1 -9 - 1 -9 - -18 3 - -18 3 - -51 -78 - -51 -78 - -20 4 - -20 4 - -20 4 - -20 4 - -19 4 - -19 4 - 1 -14 - 1 -14 - 1 -14 - 10 -75 - 10 -75 - -23 5 - -23 5 - 0 -14 - -1 -14 - 0 -14 - 1 -14 - 0 -14 - 0 -14 - 1 12 - 1 12 - 1 12 - -22 18 - -23 18 - -22 18 - -23 18 - -23 18 - -23 18 - -23 18 - -22 18 - -23 18 - -23 18 - 90 -90 - 93 -90 - 94 -90 - 90 -90 - -26 -9 - -26 -9 - 1 -16 - 1 -16 - 12 11 - 13 11 - 13 11 - 1 -17 - 0 -17 - 1 -17 - -1 -16 - 12 11 - -1 -16 - 0 -16 - 0 -17 - 13 11 - 1 -17 - 0 -17 - 1 -17 - 0 -17 - 0 -17 - 1 -17 - 0 -17 - 1 -17 - 0 -17 - -25 6 - -25 6 - -25 6 - -1 -18 - 0 -18 - 2 -18 - -1 -18 - 1 -18 - 12 -32 - 12 -32 - 11 -32 - -26 6 - -26 6 - -25 6 - -26 6 - -25 6 - -18 88 - -18 88 - 36 24 - 38 23 - 36 24 - -42 12 - 43 -11 - 44 -11 - -42 12 - -87 -40 - -87 -40 - 86 -44 - 86 -44 - -62 1 - -62 1 - -54 7 - -54 7 - 4 -88 - 4 -88 - -39 -21 - -39 -21 - -33 25 - -34 25 - -33 25 - 74 36 - 75 35 - 74 36 - 11 -22 - 11 -22 - 42 7 - 41 7 - 42 7 - 26 89 - 26 89 - -70 -76 - -70 -76 - 8 14 - 8 14 - 17 14 - 17 14 - -18 1 - -18 1 - 12 35 - 12 35 - 6 57 - 6 57 - 34 -77 - 36 -77 - 34 -77 - 35 -77 - 34 -69 - 34 -69 - 36 -70 - 0 -77 - 27 55 - 27 55 - 28 55 - 30 92 - 30 92 - -2 -84 - -2 -84 - -85 53 - -85 53 - 0 -21 - 1 -21 - 0 -21 - 1 -21 - 0 -21 - 1 -21 - -20 4 - -20 4 - -20 4 - -19 4 - -19 4 - -29 6 - -29 6 - -20 4 - -20 4 - -20 4 - -20 4 - -20 4 - 27 74 - 27 74 - 1 19 - -19 4 - 1 19 - 2 19 - 0 48 - 0 48 - 36 -29 - -26 -21 - -26 -21 - -26 -21 - -1 -14 - -1 -14 - 0 -14 - 1 -14 - 0 -14 - 0 -14 - -23 5 - -23 6 - -23 5 - -23 5 - -23 5 - -23 5 - 0 61 - 0 61 - 8 59 - 1 12 - 1 12 - 2 12 - 1 12 - 1 12 - 1 12 - 2 12 - 1 12 - -26 -8 - -26 -8 - 95 94 - 95 94 - 0 -16 - 12 11 - -1 -16 - 0 -16 - 1 -17 - 13 11 - 0 -17 - 1 -17 - 0 -17 - -25 6 - -25 6 - -25 6 - -25 6 - -25 6 - -25 6 - -25 6 - -22 34 - -22 34 - 1 -18 - 0 -18 - 2 -18 - -1 -18 - 1 -18 - 39 -28 - 39 -28 - 38 -27 - 39 -28 - 2 15 - 2 15 - 3 15 - 2 15 - -27 7 - -27 7 - -27 7 - -27 7 - -27 7 - -27 7 - 2 16 - 1 16 - 2 16 - 3 16 - 2 16 - 21 -72 - 21 -72 - -31 9 - -31 9 - -27 7 - -27 7 - 36 -63 - 36 -63 - 37 -62 - -80 -57 - -89 -39 - -80 -57 - -89 -38 - -8 -70 - -8 -70 - -83 -67 - -83 -67 - 75 35 - 75 35 - 74 36 - 79 66 - 79 66 - -84 9 - -84 9 - -18 -12 - -18 -12 - 3 28 - 3 28 - 5 28 - 25 11 - -18 -26 - -18 -26 - -11 58 - -11 58 - -10 58 - -68 63 - -68 63 - 32 90 - 33 89 - 32 90 - 35 -77 - 36 -77 - 34 -77 - 35 -77 - 35 -77 - 35 -77 - 36 -77 - 36 -77 - 35 -77 - 36 -77 - 32 -37 - 32 -37 - 28 55 - 27 55 - 28 55 - -19 4 - -19 4 - 1 -21 - 1 -21 - 0 -21 - 1 -21 - 0 -21 - 1 -21 - 1 -21 - 1 -21 - 0 -21 - 1 -21 - 0 -21 - 1 -21 - -21 -18 - -21 -18 - -20 4 - -20 4 - -20 4 - -20 4 - -20 4 - -20 4 - 0 -35 - 0 -35 - 2 19 - -19 4 - 1 19 - 2 19 - 1 19 - 0 -14 - -1 -14 - 0 -14 - 1 -14 - 0 -14 - 0 -14 - 1 12 - 1 12 - 1 12 - 1 12 - 2 12 - 1 12 - 2 12 - 1 12 - 3 43 - 3 43 - 0 13 - 0 13 - 93 -90 - 93 -90 - 94 -90 - 90 -90 - 31 7 - 31 7 - -25 6 - -25 6 - -25 6 - -25 6 - 10 -48 - 10 -48 - 10 -48 - 35 7 - 35 7 - -28 -10 - -28 -10 - 39 -28 - 39 -28 - 38 -27 - 39 -28 - 39 -27 - 11 -32 - 12 -32 - 11 -32 - 3 15 - 2 15 - 3 15 - 2 15 - 37 16 - 37 16 - 37 30 - 37 30 - 38 30 - 38 30 - 37 30 - 38 30 - 39 23 - 39 23 - 14 44 - 3 16 - 2 16 - 3 16 - 2 16 - 38 23 - 38 23 - -38 -90 - -38 -90 - -37 -90 - 37 -62 - 36 -63 - 37 -62 - -29 -32 - -29 -32 - -29 -31 - -29 -31 - -29 -32 - -29 -31 - -89 -39 - -89 -39 - -80 -57 - -89 -38 - -89 -38 - -89 -39 - -80 -57 - -89 -38 - -47 -8 - -47 -8 - -47 -7 - -47 -7 - -47 -8 - -47 -7 - -45 22 - -45 22 - 55 -12 - 55 -12 - 32 45 - 32 45 - 55 -12 - 32 45 - 65 98 - 65 98 - -97 100 - -97 100 - -73 -31 - -73 -31 - 15 1 - 15 1 - 9 -79 - 9 -79 - 5 28 - 3 28 - 5 28 - -13 30 - -13 30 - -10 58 - -11 58 - -10 58 - -91 86 - -91 86 - 33 89 - 33 89 - 32 90 - 36 -70 - 34 -69 - 36 -70 - -1 -54 - -1 -54 - 0 -21 - 1 -21 - 0 -21 - 1 -21 - 0 -21 - 1 -21 - -11 -100 - -11 -100 - -32 -74 - -32 -74 - -8 -48 - -8 -48 - -7 -48 - 89 70 - 89 70 - -23 -17 - -23 -17 - -80 -73 - -80 -73 - -20 24 - -20 24 - -19 24 - -23 -7 - -23 -7 - 36 -29 - 0 48 - 36 -29 - 1 -14 - -1 -14 - 0 -14 - 1 -14 - 0 -14 - -23 5 - -23 5 - -23 5 - -23 5 - 1 -16 - 1 -16 - 1 -16 - 94 -90 - 93 -90 - 94 -90 - 90 -90 - 3 12 - 3 12 - -15 78 - -15 78 - 37 -43 - 37 -43 - 1 14 - 1 14 - 15 18 - 15 18 - 38 -27 - 39 -28 - 38 -27 - 39 -28 - 39 -27 - 2 90 - 2 90 - -24 22 - -24 22 - 2 15 - 2 15 - 3 15 - 2 15 - 33 56 - 33 56 - 15 35 - 15 35 - 2 16 - 2 16 - 3 16 - 2 16 - -17 -78 - -17 -78 - -37 -90 - -38 -90 - -37 -90 - -72 -96 - -72 -96 - 3 76 - 3 76 - -71 -19 - -86 -41 - -86 -41 - -56 -45 - -56 -45 - 63 28 - 63 28 - -19 51 - -19 51 - -17 -12 - -17 -12 - -27 48 - -27 48 - -19 -33 - -19 -33 - 6 42 - 6 42 - 7 41 - 6 42 - 6 43 - 6 42 - 6 42 - 7 41 - 6 42 - 6 43 - 6 43 - 6 42 - 6 42 - 6 43 - -13 45 - -13 45 - -12 46 - -12 46 - -13 45 - -12 46 - 1 -21 - 1 -21 - 0 -21 - 1 -21 - 0 -21 - 1 -21 - -20 4 - -20 4 - -20 4 - -20 4 - -20 4 - -20 4 - -7 -48 - -8 -48 - -7 -48 - 0 63 - 0 63 - -19 24 - -20 24 - -19 24 - 1 57 - 2 58 - -51 28 - 1 57 - 1 56 - -23 5 - -23 5 - -23 5 - -23 5 - 1 12 - 1 12 - 1 12 - 44 -96 - 44 -96 - 2 13 - 1 13 - 2 13 - 37 6 - 37 6 - -14 93 - -14 93 - -24 23 - -24 23 - -23 23 - 14 44 - 39 23 - 14 44 - 81 74 - 81 74 - 82 74 - 2 -46 - 2 -46 - -27 -74 - -27 -74 - -4 77 - -4 77 - -99 17 - -99 17 - 4 -55 - 4 -55 - 4 -55 - 4 -55 - 55 -32 - 55 -32 - 50 47 - 50 47 - -9 13 - -9 13 - 11 27 - 11 27 - 4 -44 - 4 -44 - 27 26 - 27 26 - 7 41 - 6 42 - 7 41 - 6 42 - -20 -24 - -20 -24 - -19 -24 - 80 20 - 80 20 - 81 20 - -18 3 - -18 3 - -20 4 - 1 -21 - 1 -21 - 0 -21 - 1 -21 - -20 4 - -20 4 - -20 4 - 1 -21 - 1 -21 - 0 -21 - 1 -21 - -20 4 - -20 4 - -20 4 - -20 4 - -20 4 - -20 4 - -20 4 - -20 4 - -20 4 - 1 19 - 2 19 - 1 19 - 2 58 - 2 58 - 47 -36 - -51 28 - 1 57 - 1 56 - 1 56 - 2 58 - -51 28 - 1 57 - 1 56 - 0 -15 - 0 -15 - -1 61 - -1 61 - 1 13 - 1 13 - 2 13 - 35 -41 - 35 -41 - 2 82 - 2 82 - 47 59 - 47 59 - 39 -27 - 39 -28 - 38 -27 - 39 -27 - 3 29 - 3 29 - -23 23 - -24 23 - -23 23 - -27 7 - -28 7 - -27 7 - -27 7 - -28 7 - -27 7 - 82 74 - 81 74 - 82 74 - -86 -51 - -86 -51 - -84 -59 - -84 -59 - -83 -59 - -83 -58 - -71 -19 - 3 76 - -71 -19 - 20 82 - 20 82 - 36 -2 - 36 -2 - 1 81 - 1 81 - 30 56 - 30 56 - 36 10 - 36 10 - 38 51 - 38 51 - -4 -43 - -4 -43 - 24 40 - 24 40 - -31 -40 - -31 -40 - -19 -24 - -20 -24 - -19 -24 - 81 20 - 80 20 - 81 20 - 46 -77 - 46 -77 - -20 4 - -20 4 - -20 4 - -20 4 - -20 4 - -31 -4 - -31 -4 - -15 -53 - -15 -53 - 46 -29 - -51 28 - 2 58 - 47 -36 - -51 28 - 1 57 - 1 56 - 1 -29 - 1 -29 - 1 -28 - 1 -28 - 1 -29 - 1 -28 - 1 -16 - 1 -16 - 2 -16 - 1 -16 - -23 20 - -23 20 - 36 -26 - 36 -26 - 53 -62 - 53 -62 - 58 -51 - 58 -51 - 58 -50 - 58 -50 - 58 -51 - 58 -50 - -5 -72 - -5 -72 - -5 -71 - -5 -71 - -5 -72 - -5 -71 - 27 -86 - 27 -86 - -83 -59 - -84 -59 - -83 -59 - -83 -58 - -83 -58 - -84 -59 - -83 -59 - -83 -58 - -94 94 - -94 94 - -44 -49 - -44 -49 - -43 -49 - -44 -48 - -43 -48 - -44 -48 - -44 -49 - -43 -49 - -44 -48 - -43 -48 - -73 -78 - -72 -79 - -73 -78 - 29 65 - 29 65 - 20 84 - 20 84 - 8 76 - 8 76 - 36 -1 - 36 -1 - 29 -38 - 29 -38 - -44 -64 - -44 -64 - 7 -27 - 7 -27 - 8 -27 - 18 -2 - 18 -2 - 2 28 - 2 28 - 4 28 - 22 10 - 22 10 - -9 -46 - -9 -46 - -29 -96 - -29 -96 - -20 4 - -20 4 - -20 4 - -20 4 - -20 4 - -20 4 - 46 -29 - -15 -53 - 46 -29 - -4 13 - -4 13 - 2 -16 - 1 -16 - 2 -16 - 4 80 - 4 80 - 0 -15 - 0 -15 - 0 -17 - 0 -17 - 2 67 - 2 67 - 1 15 - 1 15 - -26 6 - -26 6 - -25 6 - 2 99 - 2 99 - -28 7 - -28 7 - -27 7 - -27 7 - -28 7 - -27 7 - -15 3 - -15 3 - -28 7 - -28 7 - -27 7 - -27 7 - -28 7 - -27 7 - 54 -14 - 54 -14 - 55 -14 - 55 -14 - 54 -13 - 54 -13 - 54 -14 - 55 -14 - 55 -14 - 54 -13 - 74 -50 - 74 -50 - -4 -42 - -4 -42 - -19 -24 - -19 -24 - -18 -24 - 29 85 - 29 85 - -43 -49 - -44 -49 - -43 -49 - -44 -48 - -43 -48 - -43 -48 - -44 -49 - -43 -49 - -44 -48 - -43 -48 - 59 -10 - 59 -10 - -72 -79 - -72 -79 - -73 -78 - -15 78 - -15 78 - -38 15 - -38 15 - 1 -72 - 1 -72 - 8 -27 - 7 -27 - 8 -27 - 0 -13 - 0 -13 - -4 -43 - -4 -43 - -3 -43 - 0 -58 - 0 -58 - 24 -18 - 24 -18 - -15 -40 - -15 -40 - 3 28 - 3 28 - 5 28 - 3 28 - 23 -18 - 23 -88 - 23 -88 - 18 -20 - 18 -20 - -48 -22 - -48 -22 - -19 3 - -19 3 - 43 -4 - 43 -4 - 47 -36 - 2 58 - 47 -36 - -51 28 - 49 -44 - 49 -44 - -25 6 - -26 6 - -25 6 - 4 82 - 4 82 - -27 7 - -28 7 - -27 7 - -27 7 - -28 7 - -27 7 - -27 7 - -28 7 - -27 7 - -27 7 - -28 7 - -27 7 - -28 8 - -28 7 - -28 8 - 55 -14 - 57 -15 - 54 -14 - 55 -14 - 55 -14 - 54 -13 - -18 -24 - -19 -24 - -18 -24 - -44 -2 - -44 -2 - -43 -2 - 33 20 - 33 20 - -11 12 - -11 12 - 19 -5 - 19 -5 - -39 -94 - -39 -94 - 19 7 - 19 7 - 19 7 - 19 7 - 19 7 - 19 7 - -6 -71 - -6 -71 - 18 12 - 18 12 - 4 28 - 2 28 - 4 28 - 2 28 - 3 28 - 5 28 - 3 28 - 5 28 - 3 28 - 23 -18 - 19 11 - 19 11 - 6 42 - 6 42 - -1 -21 - -1 -21 - -12 -18 - 0 -21 - 17 -64 - 17 -64 - 0 -20 - -1 -20 - 0 -20 - 20 -79 - 20 -79 - 21 -79 - 21 60 - 21 60 - 22 60 - -35 -17 - -35 -17 - -28 7 - -28 7 - -28 8 - 55 -14 - 57 -15 - 54 -14 - 55 -14 - 55 -14 - 54 -13 - -43 -2 - -44 -2 - -43 -2 - -42 -3 - -42 -3 - -96 -41 - -96 -41 - 48 7 - 48 7 - 13 -22 - 13 -22 - -26 -46 - -26 -46 - -64 -5 - -64 -5 - 28 28 - 28 28 - -22 64 - -22 64 - -70 -59 - -70 -59 - 36 0 - 36 0 - 17 -2 - 17 -2 - 17 -2 - 17 -2 - -3 -43 - -4 -43 - -3 -43 - -3 -43 - 17 -3 - 17 -3 - 17 -3 - 17 -3 - 18 -3 - 18 -3 - 16 12 - 16 12 - 3 28 - 3 28 - 5 28 - 3 28 - 23 -18 - 23 -18 - 3 28 - 5 28 - 3 28 - 23 -18 - 3 28 - 3 28 - 3 28 - 23 -18 - 3 28 - 3 28 - 18 11 - 18 11 - 21 -88 - 21 -88 - 23 -89 - 51 71 - 20 -88 - -1 -20 - -1 -20 - 0 -20 - 21 -79 - 46 70 - 20 -79 - 21 -79 - 21 5 - 21 5 - 21 5 - 25 24 - 25 24 - 22 60 - 21 60 - 22 60 - 26 -19 - 26 -19 - 26 -18 - 26 -18 - 26 -19 - 26 -18 - -25 24 - -25 24 - -24 24 - -8 58 - -8 58 - 12 -48 - 12 -48 - -25 -26 - -25 -26 - -65 -57 - -65 -57 - -53 10 - -53 10 - -38 -50 - -38 -50 - -37 -39 - -37 -39 - -87 -52 - -87 -52 - -55 -61 - -55 -61 - -1 15 - -1 15 - -82 45 - -82 45 - 14 -23 - 14 -23 - -16 -94 - -16 -94 - 18 -2 - 18 -3 - 18 -2 - 18 -2 - 18 -2 - 17 -3 - 17 -3 - 13 -95 - 13 -95 - 1 14 - 1 14 - 2 28 - 4 28 - 2 28 - 3 28 - 3 28 - 23 -18 - 3 28 - 3 28 - 22 -88 - 22 -88 - 35 90 - 35 90 - 36 90 - 55 -66 - 55 -66 - -12 -18 - -1 -21 - -12 -18 - 0 -21 - 21 -15 - 21 -15 - -10 54 - -10 54 - -20 4 - -20 4 - 52 -96 - 52 -96 - -12 2 - -12 2 - 21 5 - 21 5 - 21 5 - -24 24 - -25 24 - -24 24 - -9 1 - -9 1 - 58 -25 - 58 -25 - 60 -15 - -7 82 - -7 82 - -9 44 - -9 44 - 57 -15 - 57 -15 - 55 -14 - 55 -14 - 48 -48 - 48 -48 - -70 -80 - -70 -80 - 3 -35 - 3 -35 - 2 -27 - 2 -27 - -8 43 - -8 43 - 23 -9 - 23 -9 - -58 -3 - -58 -3 - 18 -2 - 18 -3 - 18 -2 - 18 -2 - 18 -2 - -3 -43 - -3 -43 - -3 -43 - -2 -29 - -2 -29 - 3 28 - 4 28 - 2 28 - 3 28 - -3 -43 - -3 -43 - 17 -3 - 17 -3 - 23 -89 - 21 -88 - 23 -89 - 20 -88 - 51 71 - 21 -88 - 51 71 - 20 -88 - 36 90 - 35 90 - 36 90 - -4 -61 - -4 -61 - 20 -14 - 20 -14 - 0 -21 - -1 -21 - -12 -18 - 0 -21 - -18 3 - -18 3 - -11 2 - -11 2 - 22 5 - 22 5 - 22 5 - 2 57 - 20 -52 - 2 57 - 19 31 - 19 31 - 8 -66 - 8 -66 - 1 13 - 1 13 - -13 46 - -13 46 - -24 49 - -24 49 - 0 43 - 0 43 - -28 7 - -28 7 - 58 -5 - 58 -5 - 28 -9 - 28 -9 - 0 -38 - 0 -38 - -51 -69 - -51 -69 - -51 -68 - -50 -68 - -49 -68 - -51 -68 - -51 -69 - -51 -68 - -50 -68 - -49 -68 - 19 80 - 19 80 - 48 -31 - 48 -31 - 49 -31 - -72 49 - -72 49 - -13 -38 - -13 -38 - -8 50 - -8 50 - 25 12 - 25 12 - 9 -1 - 9 -1 - -31 -99 - -31 -99 - -46 3 - -46 3 - -62 6 - -62 6 - 3 -76 - 3 -76 - 3 -75 - 3 -75 - 3 -76 - 3 -75 - 1 -22 - 1 -22 - 0 15 - 0 15 - 0 16 - 0 16 - 3 -58 - 3 -58 - 3 -57 - 3 -57 - 3 -58 - 3 -57 - 0 12 - 0 12 - 1 -17 - 1 -17 - 55 100 - 55 100 - 15 -14 - 15 -14 - 16 -14 - 16 13 - 16 13 - 30 77 - 30 77 - 18 -2 - 18 -2 - 18 -3 - 18 -3 - 18 -2 - 18 -2 - 18 -2 - 18 -2 - 18 -3 - 18 -2 - 18 -2 - 18 -2 - 41 -4 - 41 -4 - 19 12 - 19 12 - 16 -17 - 17 -3 - 17 -3 - 17 -3 - 17 -3 - 17 -3 - 17 -3 - 17 -3 - 17 -3 - 4 42 - 4 42 - 21 40 - 21 40 - 39 -23 - 43 21 - 43 21 - 4 41 - 4 41 - 20 -88 - 21 -88 - 23 -89 - 51 71 - 20 -88 - 85 98 - 85 98 - 11 -3 - 11 -3 - 46 70 - 46 70 - 21 -79 - 22 5 - 22 5 - 22 5 - -2 -13 - -2 -13 - 23 19 - 23 19 - 60 -15 - 58 -25 - 60 -15 - -27 8 - -27 8 - 25 -8 - 25 -8 - 54 80 - 54 80 - -54 -93 - -54 -93 - 2 39 - 2 39 - -50 -68 - -51 -69 - -51 -68 - -50 -68 - -49 -68 - 26 84 - 26 84 - -32 91 - -32 91 - 94 66 - 94 66 - 49 -31 - 48 -31 - 49 -31 - -81 21 - -81 21 - -54 -28 - -54 -28 - -36 15 - -36 15 - 1 -43 - 1 -43 - 39 -97 - 39 -97 - 1 -21 - 1 -21 - 88 96 - 88 96 - 17 -13 - 17 -13 - 16 -14 - 15 -14 - 16 -14 - -92 -41 - -92 -41 - 3 57 - 3 57 - 19 -2 - 19 -2 - 15 -31 - 15 -31 - 43 16 - 43 16 - 15 -17 - 15 -17 - 24 64 - 24 64 - 21 40 - 21 40 - 46 59 - 46 59 - 31 -75 - 31 -75 - 54 -88 - 54 -88 - 48 65 - 48 65 - 48 65 - 48 65 - 21 -65 - 21 -65 - 19 -72 - 19 -72 - 20 -40 - 20 -40 - 21 -40 - 20 -71 - 20 -71 - 9 71 - 9 71 - -24 6 - -24 6 - -23 6 - -23 6 - 56 -15 - 56 -15 - -21 86 - -21 86 - -29 8 - -29 8 - -49 -68 - -51 -69 - -51 -68 - -50 -68 - -49 -68 - 52 -3 - 52 -3 - -20 -68 - -20 -68 - -23 -34 - -23 -34 - -72 10 - -72 10 - -69 75 - -69 75 - 9 -35 - 9 -35 - -60 -25 - -60 -25 - -9 31 - -9 31 - -51 -41 - -51 -41 - 16 -16 - 16 -17 - 16 -16 - 4 28 - 4 28 - 5 28 - 20 26 - 20 26 - 20 25 - 20 25 - 20 25 - 20 25 - 20 25 - 20 25 - 46 49 - 49 -48 - 46 49 - 56 -81 - 56 -81 - 17 -95 - 56 -74 - 56 -74 - -4 -52 - -4 -52 - 46 51 - 46 51 - 21 -40 - 20 -40 - 21 -40 - 20 -52 - 20 -52 - 2 57 - 22 -31 - 22 -31 - -91 -48 - -91 -48 - 26 -25 - 26 -25 - -2 30 - -2 30 - 49 33 - 49 33 - 50 33 - 15 -6 - 15 -6 - -75 -24 - -75 -24 - -5 -38 - -5 -38 - 22 6 - 22 6 - 74 45 - -83 -12 - 74 45 - -50 -76 - -50 -76 - 55 -1 - 55 -1 - -33 -35 - -33 -35 - 90 -89 - 90 -89 - -45 -25 - -45 -25 - 33 3 - 33 3 - 29 -70 - 29 -70 - 16 -17 - 19 12 - 16 -17 - 16 -16 - 1 14 - 1 14 - 5 28 - 4 28 - 5 28 - 39 -23 - 21 40 - 39 -23 - 20 25 - 20 25 - 19 -21 - 19 -21 - 19 -50 - 19 -50 - 3 24 - 3 24 - 2 19 - 2 19 - 7 96 - 7 96 - -22 5 - -22 5 - 4 11 - 4 11 - 27 -42 - 27 -42 - 50 33 - 49 33 - 50 33 - 57 -15 - 57 -15 - 63 -17 - 63 -17 - -30 -40 - -30 -40 - -47 -75 - -47 -75 - 25 -1 - 25 -1 - 7 -15 - 7 -15 - -7 21 - -7 21 - -6 21 - 34 68 - 34 68 - -26 -91 - -26 -91 - 4 -23 - 4 -23 - 61 -66 - 61 -66 - 1 -34 - 1 -34 - 0 14 - 0 14 - 0 15 - 0 15 - 0 14 - 0 14 - 18 -2 - 18 -2 - -5 -57 - -5 -57 - 22 40 - 22 40 - -56 -17 - -56 -17 - 53 -80 - 53 -80 - 47 57 - 47 57 - 32 -68 - 19 -81 - 19 -81 - 20 -81 - 2 14 - 2 14 - 47 73 - 47 73 - -12 -8 - -12 -8 - -12 -8 - -12 -8 - 33 -92 - 33 -92 - 27 95 - 22 -17 - 22 -17 - -17 -50 - -17 -50 - 26 36 - 26 36 - 38 -39 - 38 -39 - 55 13 - 55 13 - -32 -41 - -32 -41 - -56 -56 - -56 -56 - -58 -28 - -58 -28 - -83 -12 - -83 -12 - 74 45 - -15 -13 - -15 -13 - -89 13 - -89 13 - -6 21 - -7 21 - -6 21 - -16 82 - -16 82 - 12 -3 - 12 -3 - -39 -25 - -39 -25 - -38 -24 - 62 56 - 62 56 - 33 -48 - 33 -48 - 12 -60 - 12 -60 - 14 -31 - 14 -31 - 17 11 - 17 11 - 49 -48 - 49 -48 - 46 49 - 17 -95 - 30 -91 - 56 -81 - 17 -95 - 19 -31 - -2 -37 - -1 -37 - -2 -36 - 19 -31 - 20 -81 - 19 -81 - 20 -81 - 21 -5 - 21 -5 - 21 -5 - 21 4 - 21 -5 - 21 4 - -1 -22 - 21 -5 - -2 -22 - 0 -11 - 0 -11 - 0 -11 - 48 82 - 48 82 - 31 -7 - 31 -7 - 31 -8 - 11 7 - 11 7 - -22 -76 - -22 -76 - 22 -18 - 22 -18 - 58 -34 - 58 -34 - 23 -6 - 23 -6 - 23 6 - 49 35 - 49 35 - 4 -32 - -17 -26 - 4 -32 - 24 -23 - 24 -23 - 62 68 - 62 68 - -64 62 - -16 -11 - -16 -11 - -15 -12 - -43 -15 - -43 -15 - 46 7 - 46 7 - -72 -37 - -72 -37 - 13 -3 - 13 -3 - 56 44 - 56 44 - 57 44 - 65 83 - 65 83 - -13 -7 - -13 -7 - -51 62 - -51 62 - -38 -24 - -39 -25 - -38 -24 - 56 -40 - 56 -40 - -78 -37 - -78 -37 - -86 49 - -86 49 - 18 11 - 18 11 - 18 4 - 15 -11 - 18 4 - 17 -20 - 17 -20 - 24 82 - 24 82 - 52 98 - 52 98 - 32 -68 - -65 -32 - 47 57 - 32 -68 - 43 15 - 43 15 - 46 51 - 47 51 - 46 51 - 46 51 - -7 -57 - -7 -57 - 20 -15 - 20 -15 - 0 -11 - 0 -11 - 0 -11 - 21 4 - -2 -22 - 21 4 - 31 -8 - 31 -7 - 31 -8 - 27 95 - 33 -92 - 27 95 - 49 92 - 49 92 - 22 14 - 22 14 - 21 5 - 21 5 - 12 17 - 12 17 - 21 5 - 12 17 - 46 54 - 46 54 - 22 -19 - 22 -19 - 23 6 - 23 -6 - 23 6 - 23 -6 - -11 14 - -11 14 - 23 -6 - 23 6 - 23 -6 - 32 75 - 32 75 - 38 -69 - 5 -18 - 5 -18 - 32 89 - 32 89 - 63 -7 - 39 -51 - 63 -7 - 63 -6 - 63 -6 - 39 -51 - 63 -7 - 63 -6 - -77 68 - -77 68 - -22 24 - -22 24 - -35 50 - -35 50 - -63 51 - -63 51 - -15 -12 - -16 -11 - -15 -12 - -42 -1 - -42 -1 - -50 -19 - -50 -19 - 86 -86 - 86 -86 - -36 -34 - -34 -35 - -36 -34 - -43 -22 - -43 -22 - -42 -41 - -42 -41 - -33 -87 - -33 -87 - 57 44 - 56 44 - 57 44 - 28 -31 - 28 -31 - -1 19 - -1 19 - 0 16 - 0 16 - -1 47 - -1 47 - -25 -96 - -25 -96 - -1 45 - -1 45 - -5 -51 - -5 -51 - 35 -20 - 35 -20 - 21 26 - 21 26 - 3 27 - 3 27 - 1 13 - 1 13 - 19 4 - 16 -11 - 19 4 - 0 -17 - 0 -17 - -2 -37 - -2 -37 - -1 -37 - -2 -36 - 19 -31 - -2 -36 - -2 -37 - -1 -37 - -2 -36 - 19 -31 - 49 88 - 49 88 - 20 -37 - 20 -37 - 99 84 - 99 84 - -2 -22 - 21 4 - -1 -22 - 21 -5 - -2 -22 - 21 4 - 20 -55 - 20 -55 - -1 -12 - -1 -12 - 0 -12 - 21 -5 - 21 -5 - 30 -90 - 30 -90 - 1 -15 - 1 -15 - 0 -15 - 38 -69 - 32 75 - 38 -69 - 38 -55 - 38 -55 - 7 95 - 7 95 - 57 -14 - 57 -14 - 58 -15 - 57 -15 - 58 -15 - 57 -15 - 58 -14 - -86 39 - -86 39 - -14 -86 - -14 -86 - 20 94 - 20 94 - -15 68 - -15 68 - -27 -38 - -27 -38 - -34 -35 - -34 -35 - -36 -34 - -25 -44 - -25 -44 - -12 -6 - -12 -6 - 9 -4 - 9 -4 - -36 -19 - -36 -19 - -37 16 - -37 16 - -1 24 - -1 24 - -1 24 - -1 25 - -1 25 - -1 24 - -1 24 - -1 24 - 47 -84 - 47 -84 - 0 15 - 0 15 - 47 -60 - 47 -60 - -3 26 - -3 26 - 2 -27 - 2 -27 - 1 -27 - 0 -10 - 0 -10 - 0 9 - 0 9 - -86 26 - -86 26 - -86 40 - -86 40 - 27 -68 - 27 -68 - 15 -11 - 15 -11 - 18 4 - -1 -37 - -2 -37 - -1 -37 - -2 -36 - 19 -31 - 30 -91 - 30 -91 - 30 -91 - 17 -95 - -65 -32 - -65 -32 - 32 -68 - 47 51 - 47 51 - 46 51 - 46 51 - 20 -5 - 20 -5 - 20 -5 - 20 -5 - 21 -5 - 21 -5 - 21 -5 - 21 -5 - 21 -5 - 21 4 - 31 -43 - 31 -43 - 32 -43 - -1 -22 - 21 4 - -1 -22 - 21 -5 - -2 -22 - 21 -5 - 21 4 - -1 -22 - 21 -5 - -2 -22 - 0 -12 - -1 -12 - 0 -12 - 2 9 - 2 9 - 22 5 - 22 5 - 21 -45 - 21 -45 - 32 -92 - 32 -92 - -11 2 - -11 2 - 22 -31 - 22 -31 - -1 -13 - -1 -13 - 24 42 - 24 42 - -17 -26 - 23 -20 - -17 -26 - -2 -30 - 4 -32 - -2 -30 - -17 -26 - -2 -30 - -4 -29 - -16 -26 - 25 18 - 0 -15 - 1 -15 - 0 -15 - -16 -26 - -2 -30 - -16 -26 - 25 18 - 12 93 - 12 93 - 24 -23 - -15 -30 - 24 -23 - 1 13 - 1 13 - 2 13 - 25 -7 - 25 -7 - 25 -7 - 26 -7 - 25 -7 - 25 -7 - 25 -7 - 25 -7 - 26 -7 - 25 -7 - 25 -7 - 25 -7 - 25 -7 - 26 -7 - 25 -7 - -2 -17 - -2 -17 - 25 -7 - 25 -7 - 26 -7 - 3 28 - 3 28 - -17 -22 - 26 -8 - 4 28 - 57 -27 - 57 -27 - 57 -27 - 58 -27 - 57 -27 - 57 -27 - 57 -27 - 58 -27 - 57 -26 - 58 -26 - 57 -26 - 57 -27 - 58 -27 - 57 -26 - 58 -26 - 60 -7 - -30 -40 - -30 -40 - -29 -40 - -64 62 - 62 68 - -64 62 - -7 54 - -7 54 - 74 16 - 74 16 - -75 39 - -75 39 - -4 -31 - -4 -31 - -65 3 - -65 3 - -85 11 - -85 11 - -99 5 - -99 5 - 52 -84 - 52 -84 - -48 -20 - -48 -20 - -47 -20 - -30 -25 - -30 -25 - 96 -59 - 96 -59 - -3 -85 - -3 -85 - 0 12 - 0 12 - 1 12 - -3 -68 - -3 -68 - -2 -68 - 49 36 - 49 36 - 49 37 - 49 37 - 49 36 - 49 37 - -1 26 - -1 26 - -1 13 - -1 13 - 48 36 - 48 36 - 46 31 - 46 31 - 16 -11 - 16 -11 - 19 4 - 30 -91 - 30 -91 - 30 -91 - 93 43 - 93 43 - 16 -4 - 16 -4 - 46 51 - 47 51 - 46 51 - 46 51 - 56 -73 - 56 -73 - 22 -6 - 22 -6 - 22 -6 - 22 -5 - 22 -5 - 22 -6 - 22 -6 - 22 -5 - 22 -6 - 22 -6 - 22 -5 - 22 -6 - 32 -43 - 31 -43 - 32 -43 - 23 6 - 23 6 - -7 -50 - -7 -50 - -7 -50 - -7 -50 - 22 -34 - 22 -34 - 23 -34 - -28 -23 - -28 -23 - 16 40 - 16 40 - -15 -30 - -15 -30 - 24 -23 - 2 13 - 1 13 - 2 13 - 26 -7 - 25 -7 - 26 -8 - 25 -7 - 26 -7 - 25 -7 - -2 -16 - -2 -16 - 31 75 - 31 75 - 40 11 - 40 11 - 26 8 - 26 8 - 26 -7 - 25 -7 - 26 -7 - -17 -22 - 26 -8 - -17 -22 - 26 -7 - 3 28 - -17 -22 - 26 -8 - 4 28 - 39 -51 - 39 -51 - 63 -7 - 63 -6 - 58 -15 - 57 -14 - 58 -15 - 57 -15 - 58 -14 - 58 -14 - 58 -15 - 57 -15 - 58 -14 - 58 -27 - 57 -27 - 57 -27 - 58 -27 - 57 -26 - 58 -26 - 58 -26 - 57 -27 - 58 -27 - 57 -26 - 58 -26 - 42 -7 - 42 -7 - -29 -40 - -30 -40 - -29 -40 - -47 -20 - -48 -20 - -47 -20 - -13 -72 - -13 -72 - -5 33 - -4 33 - -5 33 - -4 33 - 13 -53 - 13 -53 - 95 -37 - 95 -37 - 95 -36 - 96 -36 - 95 -36 - 95 -37 - 95 -36 - 96 -36 - -4 -72 - -4 -72 - 1 12 - 0 12 - 1 12 - -2 -68 - -3 -68 - -2 -68 - 82 7 - 82 7 - 1 -27 - 2 -27 - 1 -27 - 47 45 - 47 45 - 29 -54 - 29 -54 - 8 -59 - -11 -35 - -11 -35 - 27 96 - 31 -91 - 27 96 - 28 96 - -28 67 - -28 67 - 20 -26 - 20 -26 - 20 -5 - 20 -5 - 4 35 - 4 35 - -10 2 - -10 2 - -10 2 - 31 3 - 31 3 - -7 -52 - -7 -52 - 3 20 - 3 20 - 23 16 - 24 16 - 23 16 - -7 -50 - -7 -50 - -7 -50 - -7 -50 - -7 -50 - -7 -50 - -7 -50 - -7 -50 - 23 -34 - 22 -34 - 23 -34 - 24 34 - 24 -20 - 24 -20 - 23 -20 - 23 -20 - 24 -20 - 23 -20 - -17 -26 - 24 6 - 24 6 - -48 -87 - -48 -87 - 36 66 - 36 66 - 25 -24 - 25 -24 - 26 -8 - 26 -7 - 3 28 - -17 -22 - 26 -8 - -13 3 - -13 3 - 29 -19 - 29 -19 - 60 -7 - 57 -26 - 60 -7 - -83 19 - -83 19 - -14 -65 - -14 -65 - 55 69 - 55 69 - -13 71 - -13 71 - -53 3 - -53 3 - -51 11 - -51 11 - 73 -68 - 73 -68 - 74 -67 - 63 87 - 63 87 - -33 -14 - -33 -14 - 1 -26 - 1 -26 - -79 -23 - -79 -23 - -42 -26 - -42 -26 - -36 -39 - -36 -39 - -20 -95 - -20 -95 - -26 -97 - -15 -93 - -54 71 - -54 71 - -7 42 - -7 42 - -4 33 - -4 33 - -5 33 - -4 33 - -4 33 - -4 33 - -5 33 - -4 33 - 10 -41 - 10 -41 - 11 -41 - 12 26 - 12 26 - 13 26 - 1 -22 - 1 -22 - 96 -36 - 95 -37 - 95 -36 - 96 -36 - -81 -5 - -81 -5 - 2 -35 - 2 -35 - 50 14 - 50 14 - 50 8 - 3 9 - 3 9 - 3 66 - 3 66 - 0 -9 - 0 -9 - -1 -13 - -1 -13 - -1 -14 - -1 -14 - 0 -14 - -1 -14 - -58 54 - -58 54 - 8 -59 - 29 -54 - 8 -59 - 31 -91 - 31 -91 - 27 96 - 20 15 - 20 15 - 28 96 - 27 96 - 28 96 - 20 -5 - 20 -5 - 20 -5 - 20 -5 - 20 -5 - 99 16 - 99 16 - 20 -5 - 20 -5 - 20 -5 - 20 -5 - 20 -5 - 32 51 - 32 51 - -10 2 - -10 2 - -10 2 - 21 93 - 21 93 - 24 16 - 24 16 - 23 16 - 23 16 - 24 16 - 24 -6 - 24 -6 - -4 -29 - -2 -30 - -4 -29 - 25 18 - -2 -30 - -16 -26 - 25 18 - 36 -55 - 36 -55 - 36 -55 - 34 -54 - 35 -54 - 26 -8 - 26 -8 - 27 7 - 27 -8 - 26 -7 - 29 -9 - 29 -9 - 30 -9 - 28 -9 - 28 -9 - 28 -8 - 29 8 - 28 8 - 4 28 - 3 28 - -17 -22 - 28 -8 - 4 28 - 28 8 - 28 -8 - 28 8 - 28 -9 - 28 -8 - 4 28 - 29 8 - 28 8 - 28 -8 - 40 -29 - 40 -29 - 3 15 - 3 15 - 28 -9 - 28 -9 - 29 -8 - 28 -9 - 19 96 - 19 96 - 22 95 - 57 14 - 58 13 - 59 13 - 57 14 - -77 -35 - -77 -35 - -75 78 - -75 78 - -43 -100 - -29 -91 - -29 -91 - 13 49 - 13 49 - 14 50 - 74 -67 - 73 -68 - 74 -67 - -65 -91 - -65 -91 - 32 25 - 32 25 - -10 -61 - -10 -61 - -2 -54 - -2 -54 - -87 40 - -87 40 - -77 -91 - -77 -91 - 11 -41 - 10 -41 - 11 -41 - 13 26 - 12 26 - 13 26 - 50 8 - 50 14 - 50 8 - 87 89 - 87 89 - 54 -29 - 54 -29 - 54 -28 - 54 -28 - 54 -29 - 54 -28 - 0 -14 - -1 -14 - 0 -14 - -1 -14 - 0 -15 - 0 -15 - 2 14 - 2 14 - 2 13 - 2 13 - 13 -3 - 13 -3 - 20 -5 - 20 -5 - 20 -5 - 20 -5 - 22 -6 - 22 -6 - 22 -6 - 22 -5 - 21 58 - 21 58 - 20 -13 - 20 -13 - 21 -13 - 1 9 - 1 9 - 2 9 - 33 -55 - 33 -55 - 19 6 - 19 6 - 6 38 - 5 38 - 6 38 - 2 12 - 2 12 - 2 12 - 2 12 - 3 12 - 3 12 - 2 12 - 3 12 - 34 -54 - 36 -55 - 36 -55 - 34 -54 - 35 -54 - 25 -24 - 25 -24 - 27 20 - 28 20 - 26 -25 - 26 -25 - 27 -25 - 30 -9 - 29 -9 - 30 -9 - -19 5 - -19 5 - 28 -8 - 4 28 - 29 8 - 27 -8 - 28 8 - 28 -8 - 66 15 - 66 15 - 29 -8 - 28 -9 - 29 -8 - 28 -9 - 29 -9 - 55 -14 - 55 -14 - 58 13 - 58 13 - 59 13 - 57 14 - -9 3 - -9 3 - 68 -23 - 68 -23 - 94 49 - 94 49 - 95 50 - 14 50 - 13 49 - 14 50 - 4 -60 - 4 -60 - 4 -59 - 4 -59 - 4 -60 - 4 -59 - 30 -26 - 30 -26 - 9 -37 - 9 -37 - 54 -21 - 54 -21 - -1 -37 - -1 -37 - 2 13 - 2 13 - 2 14 - 2 14 - -4 -42 - -4 -42 - 2 28 - 2 28 - 5 56 - 5 56 - 25 85 - 25 85 - 25 85 - 26 85 - 27 85 - 27 85 - 25 85 - 25 85 - 26 85 - 27 85 - -46 78 - 21 -13 - 20 -13 - 21 -13 - 2 9 - 1 9 - 2 9 - 22 15 - 22 15 - 4 -62 - 4 -62 - 24 34 - 23 -34 - 24 34 - 26 -7 - 26 -7 - 25 -7 - 25 -7 - 26 -7 - 25 -7 - 24 -7 - 26 -7 - 26 -7 - 25 -7 - 26 -7 - 60 -63 - 60 -63 - 36 -55 - 36 -55 - 36 -55 - 34 -54 - 35 -54 - 35 -54 - 36 -55 - 36 -55 - 34 -54 - 35 -54 - 7 46 - 7 46 - -2 -16 - -2 -16 - -1 -16 - 27 7 - 26 -8 - 27 7 - 27 -8 - 27 7 - 27 -8 - 26 -8 - 27 7 - 27 -8 - 27 7 - 37 -39 - 37 -39 - -43 -73 - -43 -73 - 61 -55 - 61 -55 - -43 -73 - 61 -55 - -5 64 - -5 64 - 22 95 - 19 96 - 22 95 - 59 13 - 58 13 - 59 13 - 57 14 - -43 -100 - -75 78 - -43 -100 - 88 35 - 88 35 - -50 5 - -50 5 - -96 -68 - -96 -68 - -95 -67 - 91 74 - 91 74 - 95 50 - 94 49 - 95 50 - 34 -72 - 34 -72 - -26 -97 - -20 -95 - -26 -97 - -15 -93 - -20 -95 - -15 -93 - -14 -93 - -14 -92 - 0 92 - 60 -62 - 60 -62 - -7 42 - -7 42 - 5 65 - 5 65 - 52 24 - 52 24 - 52 25 - 52 25 - 52 24 - 52 25 - -24 -49 - -24 -49 - -1 -14 - -1 -14 - 0 -14 - -1 -14 - 38 66 - 38 66 - 19 3 - 19 3 - 3 -76 - 3 -76 - 25 85 - 25 85 - 25 85 - 26 85 - 22 86 - 27 85 - -46 78 - 22 86 - 27 85 - -46 78 - 72 -70 - 72 -70 - -7 -53 - -7 -53 - 19 -66 - 19 -66 - 23 16 - 24 16 - 23 16 - 24 16 - 24 16 - 24 16 - 23 16 - 24 16 - 24 -7 - 25 -7 - 24 -7 - 25 -7 - 25 -7 - 27 7 - 27 7 - 28 7 - 26 -8 - 27 20 - 25 -24 - 27 20 - 28 20 - 26 20 - 28 51 - 28 51 - 26 -8 - 26 -8 - 63 6 - 61 0 - 61 0 - 63 6 - 28 -8 - 28 -8 - 27 -25 - 26 -25 - 27 -25 - 40 20 - 40 20 - 28 -8 - 28 -9 - 28 -8 - 29 8 - 29 8 - 4 28 - 29 8 - 27 -8 - 28 8 - 29 8 - 28 -9 - 28 -8 - 29 8 - 29 -9 - 29 8 - 29 8 - 28 8 - 28 -8 - 28 -8 - 28 -8 - 28 -9 - 28 -9 - 29 -8 - 28 -9 - 29 -9 - 59 -7 - 59 -7 - 13 -47 - 13 -47 - -95 -67 - -96 -68 - -95 -67 - -76 -2 - -76 -2 - 21 53 - 21 53 - 21 -52 - -62 -28 - -62 -28 - -5 -90 - -5 -90 - -14 -92 - 0 92 - -14 -93 - -15 -93 - -14 -93 - -14 -92 - 0 92 - -14 -92 - -5 -90 - -15 -93 - -14 -93 - -14 -92 - 0 92 - 0 92 - -5 -90 - -15 -93 - -14 -93 - -14 -92 - 0 92 - -96 -10 - -96 -10 - -94 2 - -94 2 - 17 -5 - 17 -5 - 26 85 - 25 85 - 25 85 - 26 85 - 22 86 - 27 85 - 6 -66 - 6 -66 - 33 -56 - 42 0 - 42 0 - 45 -36 - 45 -36 - 5 38 - 5 38 - 6 38 - 51 94 - 51 94 - 34 -68 - 34 -68 - 28 7 - 27 7 - 28 7 - -1 -16 - -2 -16 - -1 -16 - 28 20 - 25 -24 - 27 20 - 28 20 - 26 20 - 27 20 - 26 20 - 25 20 - 27 7 - 26 -8 - 27 7 - 27 -8 - 27 7 - 61 0 - 61 0 - 61 0 - 63 6 - 61 0 - 61 0 - 61 0 - 63 6 - 40 11 - 40 11 - 9 62 - -64 2 - 9 62 - 29 8 - 28 -8 - 29 8 - 29 -9 - 29 8 - 29 8 - 27 -8 - 28 -8 - 27 -8 - 28 -8 - 29 -9 - 29 -9 - 29 -9 - 29 -9 - 29 -9 - 29 -9 - 29 -9 - 30 8 - 30 -9 - 29 -8 - 28 -9 - 29 -9 - -22 -30 - -22 -30 - -21 -30 - -11 -52 - -11 -52 - -18 -61 - -18 -61 - 49 9 - 49 9 - -7 -14 - -7 -14 - -15 92 - -15 92 - 54 41 - 54 41 - 54 42 - 54 42 - 54 41 - 54 42 - -9 -5 - -9 -5 - -12 -6 - -12 -6 - -7 43 - -7 43 - -93 -66 - -93 -66 - 33 -56 - 6 -66 - 33 -56 - 70 -49 - 70 -49 - 34 -9 - 34 2 - 34 -9 - 25 -21 - 25 -21 - 25 -24 - 25 -24 - -1 -17 - -1 -17 - -2 -17 - -2 -17 - 6 39 - 6 39 - -75 -21 - 27 75 - -75 -21 - 25 -25 - 25 -25 - 6 40 - 6 40 - 29 -9 - 29 8 - 29 -9 - 29 8 - 29 8 - 30 8 - 30 8 - 30 -9 - 29 -9 - 42 6 - 42 6 - -33 11 - -33 11 - 12 61 - 12 61 - 11 -4 - 11 -4 - -21 -30 - -22 -30 - -21 -30 - 28 80 - 28 80 - 13 5 - 13 5 - -62 22 - -62 22 - 14 -64 - 14 -64 - -62 22 - 14 -64 - -26 -11 - -26 -11 - 7 -46 - 7 -46 - -61 29 - -61 29 - -33 40 - -33 40 - 45 -27 - -62 20 - -62 20 - -94 48 - -94 48 - -2 -25 - -2 -25 - -59 -40 - -59 -40 - -59 -39 - -59 -39 - -59 -40 - -59 -39 - 5 55 - 5 55 - 5 55 - 5 56 - 5 55 - 5 55 - 5 55 - 5 56 - 5 56 - 5 55 - 5 55 - 5 56 - 86 11 - 86 11 - 21 -59 - 21 -59 - 38 7 - 38 7 - 40 -19 - 40 -19 - 22 86 - 25 85 - 26 85 - 22 86 - -46 78 - 15 32 - 15 32 - 34 -21 - 34 -21 - -3 -30 - -3 -30 - -2 -30 - 60 -48 - 60 -48 - 26 -8 - 27 7 - 26 -8 - 27 7 - -64 2 - -1 64 - -64 2 - 9 62 - 3 14 - 3 14 - 29 8 - 28 -8 - 29 8 - 29 -9 - 29 8 - 29 8 - 30 -9 - 29 -9 - 30 8 - 30 -9 - 29 -9 - 29 -9 - 12 83 - 12 83 - 12 -4 - 12 -4 - 22 -50 - 22 -50 - 31 34 - 31 34 - 30 36 - 30 36 - 31 34 - 30 36 - 9 -45 - 9 -45 - 14 5 - 14 5 - 27 27 - 27 27 - 21 -52 - 21 53 - 21 -52 - 88 57 - 88 57 - 97 75 - 74 94 - 75 94 - 97 75 - -19 -13 - -19 -13 - -63 57 - -63 57 - 38 -42 - 38 -42 - 38 -42 - 38 -41 - -19 -37 - -19 -37 - -59 35 - -59 35 - 20 -5 - 20 -5 - 20 -5 - 20 -5 - -4 -21 - 41 -20 - 41 -20 - -2 -81 - -2 -81 - 71 -89 - 71 -89 - 34 28 - 42 18 - 34 28 - 34 2 - 34 2 - 34 -9 - 33 3 - 33 3 - 34 2 - 33 3 - -65 19 - -65 19 - 24 -7 - 24 -7 - -2 -30 - -3 -30 - -2 -30 - 26 31 - 26 31 - 29 30 - 25 20 - 26 20 - 25 20 - -1 64 - -1 64 - -64 2 - 41 19 - 41 19 - 41 5 - 41 5 - 42 5 - 13 96 - 13 96 - 23 24 - 23 24 - -86 76 - -86 76 - -33 -77 - -33 -77 - -33 -76 - -33 -75 - -33 -76 - -33 -77 - -33 -76 - -33 -75 - -33 -75 - -33 -77 - -33 -76 - -33 -75 - -22 -56 - -22 -56 - 28 45 - 28 45 - 58 19 - 58 19 - -81 4 - -81 4 - -81 5 - -81 5 - -81 4 - -81 5 - -96 -68 - -96 -68 - -61 -30 - -61 -30 - -74 16 - -74 16 - -31 -27 - -31 -27 - -31 -26 - 25 -31 - 26 -31 - -31 -26 - -31 -27 - -31 -26 - 25 -31 - 26 -31 - -18 51 - 45 -27 - -18 51 - 76 69 - 76 69 - 24 -42 - 24 -42 - -70 -64 - -70 -64 - -84 2 - -84 2 - -65 -20 - -65 -20 - -57 -73 - -57 -73 - 44 24 - 44 24 - -60 -16 - -60 -16 - 29 30 - 26 31 - 29 30 - 38 39 - 38 39 - 27 75 - 27 75 - -75 -21 - 38 72 - 38 73 - 42 5 - 41 5 - 42 5 - 13 95 - 13 95 - 28 -9 - 28 -9 - 28 -9 - 29 -9 - 29 -9 - 41 82 - 41 82 - -84 -20 - -84 -20 - -63 13 - -63 13 - -97 86 - -97 86 - -91 -26 - -91 -26 - -33 84 - -33 84 - -49 1 - -49 1 - -13 -27 - -13 -27 - 42 66 - 42 66 - -48 66 - -48 66 - 74 94 - 74 94 - 75 94 - 77 94 - 97 75 - -9 -10 - -9 -10 - 45 -27 - -33 40 - 45 -27 - -18 51 - 25 -31 - -31 -27 - -31 -26 - 25 -31 - 26 -31 - -95 -69 - -95 -69 - 5 -76 - 5 -76 - -16 -73 - -16 -73 - 53 -31 - 53 -31 - 42 -10 - 42 -10 - 42 -35 - 42 -35 - 37 5 - 37 5 - 11 -22 - 11 -22 - 40 81 - 40 81 - 29 -9 - 28 -9 - 29 -9 - 28 -9 - 29 -9 - 30 -9 - 29 -9 - 28 -9 - 29 -9 - 28 -9 - 29 -9 - 30 -9 - 82 -68 - 82 -68 - 46 -61 - 46 -61 - -37 1 - -37 1 - 83 -67 - 83 -67 - 19 9 - 19 9 - -39 18 - -39 18 - -39 19 - -39 19 - -39 18 - -39 19 - -35 46 - -35 46 - 67 -68 - 67 -68 - -23 24 - -23 24 - 44 -23 - 44 -23 - 75 94 - 74 94 - 75 94 - 77 94 - 97 75 - -9 -50 - -9 -50 - -61 51 - -61 51 - -31 35 - -31 35 - -62 73 - -62 73 - -87 -75 - -87 -75 - 26 -31 - -31 -27 - -31 -26 - 25 -31 - 26 -31 - -30 25 - -30 25 - 38 -42 - 38 -42 - 38 -42 - 39 -42 - 38 -41 - 39 -41 - 38 -41 - 38 -42 - 38 -42 - 39 -42 - 38 -41 - 39 -41 - -3 -92 - -3 -92 - -57 -77 - -57 -77 - -57 -45 - -57 -45 - 2 25 - 2 25 - -4 -21 - 20 -5 - -4 -21 - 39 -20 - 39 -20 - 42 18 - 42 18 - 44 0 - 34 28 - 4 -55 - 4 -55 - 31 91 - 31 91 - 24 55 - 24 55 - 24 56 - 24 56 - 24 55 - 24 56 - 94 -36 - 94 -36 - -30 -2 - -30 -2 - 75 -67 - 75 -67 - -99 -2 - 40 34 - 40 34 - 38 72 - 27 75 - 38 72 - 38 73 - 38 73 - 27 75 - 38 72 - 38 73 - 40 54 - 40 54 - 8 52 - 9 51 - 8 52 - 9 52 - 17 59 - 17 59 - -75 -1 - -75 -1 - 41 78 - 41 78 - 26 22 - 26 22 - -61 51 - -61 51 - 39 -42 - 38 -42 - 39 -42 - 38 -41 - 39 -41 - 39 -41 - 38 -42 - 39 -42 - 38 -41 - 39 -41 - 13 -93 - 13 -93 - 95 -1 - 96 -1 - -32 -80 - -32 -80 - -62 -41 - -62 -41 - -10 -22 - -10 -22 - -35 0 - -35 0 - 44 0 - 42 18 - 44 0 - 11 -3 - 11 -3 - 44 0 - 44 0 - 42 29 - 42 29 - 44 22 - -99 -2 - 75 -67 - -99 -2 - 20 43 - 20 43 - 9 51 - 9 51 - 8 52 - 9 52 - 9 52 - 9 51 - 8 52 - 9 52 - 28 -9 - 28 -9 - 29 -9 - 28 -9 - 29 -9 - 29 -9 - 13 -5 - 13 -5 - -24 -54 - -24 -54 - -73 38 - -73 38 - -32 -63 - -32 -63 - -59 -31 - -59 -31 - 76 -70 - 76 -70 - 71 -94 - 71 -94 - 72 -95 - -12 -81 - -12 -81 - 5 -75 - 5 -75 - 77 94 - 74 94 - 75 94 - 77 94 - -34 19 - -34 19 - -37 31 - -37 31 - -36 31 - -36 36 - -36 36 - -35 37 - -45 -20 - -45 -20 - -17 -11 - -17 -11 - 95 -1 - 13 -93 - 95 -1 - 96 -1 - -1 -37 - -1 -37 - -82 -37 - -82 -37 - 98 27 - 98 27 - -92 45 - -62 -81 - -92 45 - -10 -68 - -10 -68 - -48 -100 - -48 -100 - -24 -22 - -24 -22 - 8 59 - 8 59 - -4 -32 - -4 -32 - -2 -75 - -2 -75 - -51 32 - -51 32 - -1 -10 - -1 -10 - -1 -10 - -1 -10 - 52 -48 - 52 -48 - 60 98 - 60 98 - 46 0 - 46 0 - 52 -54 - 52 -54 - -35 67 - -35 67 - 29 -9 - 28 -9 - 29 -9 - 29 -9 - 29 -9 - 29 -8 - 29 -8 - 28 -9 - 29 -9 - 29 -9 - 29 -9 - 29 -8 - -9 4 - -9 4 - 74 12 - 74 12 - -60 22 - -60 22 - -7 -87 - -7 -87 - 72 -95 - 71 -94 - 72 -95 - -27 53 - -27 53 - 88 49 - 88 49 - 53 42 - 53 42 - 54 43 - 36 -9 - 36 -9 - -11 -40 - -11 -40 - -86 -41 - -86 -41 - 64 42 - 64 42 - -36 31 - -37 31 - -36 31 - -14 69 - -14 69 - 96 -1 - 13 -93 - 95 -1 - 96 -1 - -92 86 - -92 86 - -98 88 - -98 88 - -98 94 - -98 94 - 92 -21 - 92 -21 - -1 -10 - -1 -10 - -1 -10 - -1 -10 - 0 -10 - 53 80 - 53 80 - -12 -61 - -11 -62 - -12 -61 - -2 12 - -2 12 - 44 0 - 44 0 - -15 -85 - -15 -85 - 81 -40 - 79 -39 - 81 -40 - 40 -12 - 40 -12 - 41 4 - 17 24 - 17 24 - 18 24 - 41 4 - 40 -12 - 41 4 - 29 -10 - 29 -10 - -80 43 - -80 43 - -93 46 - -93 46 - -65 95 - -65 95 - -21 -28 - -20 -30 - -21 -28 - -21 -28 - -36 -67 - -36 -67 - 74 -57 - 74 -57 - 54 43 - 53 42 - 54 43 - 12 2 - 12 2 - 10 1 - 10 1 - -38 -74 - -38 -74 - 30 -59 - 30 -59 - 29 -58 - 30 -58 - 30 -58 - 30 -58 - 30 -59 - 29 -58 - 30 -58 - 30 -58 - 30 -58 - 30 -59 - 29 -58 - 30 -58 - 30 -58 - 11 -56 - 11 -56 - 11 -55 - 15 -95 - 15 -95 - 12 -68 - 12 -68 - -9 86 - -9 86 - -60 25 - -60 25 - -5 -49 - -5 -49 - -40 -12 - -40 -12 - -96 -96 - -96 -96 - -42 -49 - -42 -49 - 65 4 - 65 4 - -42 -49 - 65 4 - 10 -26 - 10 -26 - -92 71 - -92 71 - -62 -81 - -62 -81 - -92 45 - 88 95 - 88 95 - 2 -21 - 2 -21 - -1 -9 - -1 -9 - 0 -11 - 0 -11 - 0 -10 - -1 -10 - -1 -10 - 0 -10 - -11 -62 - -11 -62 - -12 -61 - -3 -21 - -3 -21 - 2 9 - 2 9 - 2 9 - 44 22 - 42 29 - 44 22 - 26 5 - 26 5 - 27 5 - 80 -76 - 80 -76 - 24 -25 - 24 -25 - 25 -25 - 18 24 - 17 24 - 18 24 - 42 43 - 42 43 - -12 82 - 84 -12 - -12 82 - 88 -24 - 88 -24 - 30 -10 - 30 -10 - 29 -10 - 30 -10 - 29 -10 - 29 -10 - 30 -10 - 29 -10 - 30 -10 - 29 -10 - -25 -39 - -25 -39 - -20 -30 - -20 -30 - -21 -28 - -21 -28 - -21 -28 - -20 -30 - -21 -28 - -21 -28 - -10 -45 - -10 -45 - -19 79 - -19 79 - 13 9 - 13 9 - 56 -81 - 56 -81 - 59 -80 - 11 -55 - 11 -56 - 11 -55 - -15 2 - -15 2 - 52 -64 - 52 -64 - 53 -64 - 10 -12 - 10 -12 - -35 37 - -36 36 - -35 37 - -7 32 - -7 32 - -6 -9 - -6 -9 - -2 43 - -2 43 - -33 -88 - -33 -88 - -78 28 - -78 28 - -2 -49 - -2 -49 - 11 -95 - 11 -95 - -98 -19 - -98 -19 - -98 -18 - -98 -18 - -98 -19 - -98 -18 - -1 -10 - -1 -10 - -1 -10 - -1 -10 - 0 -10 - -1 -9 - -1 -9 - -5 -33 - -5 -33 - 2 9 - 2 9 - 2 9 - -2 -13 - -2 -13 - -2 -14 - -2 -14 - -2 -14 - 27 5 - 26 5 - 27 5 - 59 -72 - 59 -72 - 60 -72 - 25 -25 - 24 -25 - 25 -25 - 14 -5 - 14 -5 - -29 -77 - -29 -77 - 15 -5 - 15 -5 - 84 -12 - 84 -12 - -12 82 - 0 69 - 0 69 - 30 -10 - 30 -10 - 29 -10 - 30 -10 - 30 -10 - 29 -10 - -78 -15 - -78 -15 - -78 -14 - -78 -14 - -78 -15 - -78 -14 - 41 -8 - 41 -8 - 41 -7 - 41 -7 - 41 -8 - 41 -7 - -39 32 - -39 32 - -26 36 - -26 36 - -14 -7 - 15 3 - -14 -7 - 51 60 - 51 60 - -33 -47 - -33 -47 - -19 52 - 29 -58 - 30 -59 - 29 -58 - 30 -58 - 30 -58 - 52 -69 - 52 -69 - 53 -64 - 52 -64 - 53 -64 - -33 39 - -33 39 - -40 67 - -40 67 - 69 -76 - 69 -76 - 69 -75 - 69 -74 - 69 -75 - 69 -76 - 69 -75 - 69 -74 - 69 -74 - 69 -76 - 69 -75 - 69 -74 - 4 -13 - 4 -13 - 4 16 - 4 16 - 4 16 - -2 -11 - -2 -11 - -1 -11 - -2 -11 - 4 18 - 4 18 - -10 -52 - -10 -52 - 20 -78 - 20 -78 - 19 -32 - 19 -32 - 4 20 - 4 20 - 60 -72 - 59 -72 - 60 -72 - 79 -39 - 79 -39 - 81 -40 - -74 -34 - -74 -34 - 23 57 - 23 57 - 80 100 - 80 100 - 81 100 - -98 89 - -98 89 - -12 0 - -12 0 - -66 32 - -46 59 - -66 32 - 15 3 - 15 3 - -14 -7 - -13 -7 - -13 -7 - 15 3 - -13 -7 - 15 43 - 15 43 - -2 9 - -2 9 - -27 -3 - -27 -3 - -9 43 - -9 43 - -99 -98 - -99 -98 - -73 8 - -73 8 - -1 -11 - -2 -11 - -1 -11 - -2 -11 - -2 -11 - -2 -11 - -1 -11 - -2 -11 - -2 -14 - -2 -14 - -2 -14 - 42 -12 - 42 -12 - 45 89 - 45 89 - -9 28 - -9 28 - 29 -10 - 30 -10 - 29 -10 - 30 -10 - 30 -10 - 29 -10 - -20 -42 - -20 -42 - -18 -43 - -18 -43 - -20 -42 - -18 -43 - 46 96 - 46 96 - 47 96 - 81 100 - 80 100 - 81 100 - 2 -55 - 2 -55 - 91 71 - 91 71 - -13 -22 - -13 -22 - 14 -35 - 14 -35 - 14 -34 - 53 -25 - 53 -25 - 32 -17 - 32 -17 - 32 -16 - 32 -16 - 32 -17 - 32 -16 - -71 13 - -71 13 - 59 -80 - 56 -81 - 59 -80 - 62 -79 - -19 52 - -33 -47 - -19 52 - -8 55 - -8 55 - 31 87 - 31 87 - 35 90 - 35 90 - -4 60 - -4 60 - -59 -74 - -59 -74 - -37 -91 - -37 -91 - -6 -94 - -6 -94 - -14 -18 - -14 -18 - 44 38 - 44 38 - 4 16 - 4 16 - 4 16 - 2 10 - 2 10 - 6 32 - 6 32 - 23 -25 - 23 -25 - 61 9 - 61 9 - 30 -10 - 30 -10 - 30 -10 - 29 -10 - 30 -10 - 30 -10 - 30 -10 - 30 -10 - 29 -10 - 30 -10 - 47 96 - 46 96 - 47 96 - -30 15 - -30 15 - 15 80 - 15 80 - 16 80 - 15 81 - 15 81 - 15 80 - 16 80 - 15 81 - -82 -19 - -82 -19 - 40 90 - 37 -91 - 40 90 - 32 -93 - -34 -86 - -34 -86 - -34 -85 - -33 -85 - -34 -85 - -34 -86 - -34 -85 - -33 -85 - 44 -19 - 44 -19 - 52 -23 - 52 -23 - -27 -96 - -27 -96 - -3 -96 - -3 -96 - -27 -96 - -3 -96 - 63 -44 - 63 -44 - -37 29 - -37 29 - -65 7 - -65 7 - -46 59 - -46 59 - -66 32 - -63 20 - -63 20 - 51 41 - -28 -57 - 51 41 - -27 -77 - -27 -77 - -15 28 - -15 28 - -42 -61 - -42 -61 - 5 10 - 5 10 - -25 61 - -25 61 - -25 62 - -25 62 - -25 61 - -25 62 - -77 58 - -77 58 - -76 58 - -76 59 - -2 -12 - -2 -12 - -65 90 - -65 90 - 62 -17 - 62 -17 - 13 -5 - 13 -5 - 78 -60 - 78 -60 - 43 -13 - 43 -13 - 16 -16 - 16 -16 - -79 48 - -79 48 - 54 77 - 56 77 - 16 80 - 15 80 - 16 80 - 15 81 - 47 -50 - 47 -50 - -33 -85 - -34 -86 - -34 -85 - -33 -85 - -32 -82 - -67 9 - -67 9 - -67 10 - -67 10 - -67 9 - -67 10 - -83 -17 - -83 -17 - 1 -68 - 1 -68 - -27 -13 - -27 -13 - -96 -44 - -96 -44 - -95 -44 - 17 -41 - 17 -41 - 57 24 - 57 24 - -45 33 - -45 33 - 23 -2 - 23 -2 - -79 27 - -79 27 - -5 -57 - -5 -57 - 16 59 - 16 59 - -47 -4 - -47 -4 - -37 2 - -37 2 - -76 58 - -77 58 - -76 58 - -76 59 - -76 59 - -77 58 - -76 58 - -76 59 - -29 -23 - -29 -23 - -4 10 - -4 10 - -7 -61 - -7 -61 - 30 34 - 30 34 - 31 34 - -10 3 - -10 3 - -78 -84 - -78 -84 - 84 -47 - 84 -47 - 84 -46 - 84 -46 - 84 -47 - 84 -46 - 37 -91 - 37 -91 - 40 90 - 32 -93 - 32 -93 - 37 -91 - 40 90 - 32 -93 - -32 -82 - -33 -85 - -32 -82 - -51 -97 - -51 -97 - 74 -23 - 74 -23 - 14 -34 - 14 -35 - 14 -34 - -52 13 - -52 13 - -1 -18 - -1 -18 - -32 30 - -32 30 - -95 -44 - -96 -44 - -95 -44 - 27 18 - 27 18 - 82 -77 - 82 -77 - 4 93 - 4 93 - 62 -79 - 59 -80 - 62 -79 - -5 -58 - -5 -58 - -88 -58 - -88 -58 - -88 -57 - -88 -57 - -88 -58 - -88 -57 - -98 45 - -98 45 - -97 -54 - -97 -54 - -28 -51 - -28 -51 - -28 -50 - -28 -50 - -28 -51 - -28 -50 - -85 -59 - -85 -59 - -61 -74 - -61 -74 - -1 -10 - -1 -10 - -76 99 - -76 99 - 56 77 - -79 48 - 54 77 - 56 77 - -12 -46 - -12 -46 - 31 34 - 31 34 - -12 -46 - 30 34 - 31 34 - -15 5 - -15 5 - 27 -10 - 27 -10 - 28 -10 - 92 38 - 92 38 - 93 38 - 92 39 - 93 39 - 92 39 - 92 38 - 93 38 - 92 39 - 93 39 - 35 -20 - 35 -20 - 67 -99 - 67 -99 - 60 -53 - 60 -53 - 36 -97 - 36 -97 - 16 -44 - 16 -44 - 0 33 - 0 33 - 34 0 - 34 1 - 63 33 - 63 33 - 3 -9 - 3 -9 - 19 -83 - 19 -83 - 19 -82 - 19 -82 - 19 -83 - 19 -82 - 20 -82 - 40 -2 - 40 -2 - -28 -57 - -28 -57 - -28 -56 - 51 41 - -28 -56 - -28 -57 - -28 -56 - -32 -42 - -32 -42 - 35 88 - 35 88 - 37 89 - 38 89 - 6 -9 - 6 -9 - -48 60 - -48 60 - -89 71 - -89 71 - -48 -4 - -48 -4 - -71 -43 - -71 -43 - -30 -95 - -30 -95 - -3 -15 - -3 -15 - 87 -24 - 87 -24 - 54 77 - -79 48 - 54 77 - 56 77 - 10 -4 - 10 -4 - 28 -10 - 27 -10 - 28 -10 - 29 -10 - 93 38 - 92 38 - 93 38 - 92 39 - 93 39 - 93 39 - 92 38 - 93 38 - 92 39 - 93 39 - -53 29 - -53 29 - 2 12 - 2 12 - 92 95 - 92 95 - -4 -73 - -4 -73 - -7 34 - -7 34 - -6 34 - 36 -32 - 36 -32 - 36 -14 - 36 -14 - 20 -82 - 19 -82 - 20 -82 - -18 -15 - -18 -15 - -20 -43 - -20 -43 - 43 -24 - 43 -24 - 70 89 - 70 89 - -8 -85 - -8 -85 - 80 -82 - 80 -82 - 83 -58 - 83 -58 - 1 38 - 1 38 - -53 -47 - -53 -47 - -90 17 - -90 17 - -65 -96 - -65 -96 - -43 64 - -43 64 - -7 66 - -7 66 - -7 67 - -7 67 - -7 66 - -7 67 - -45 57 - -61 40 - -45 57 - 55 86 - 55 86 - 34 -1 - 34 -1 - 11 -4 - 11 -4 - 29 -10 - 28 -10 - 29 -10 - 4 83 - 4 83 - 18 60 - 18 60 - -24 92 - -24 92 - -26 -9 - -26 -9 - 43 38 - 43 38 - 55 -13 - 55 -13 - -22 14 - -22 14 - -6 34 - -7 34 - -6 34 - -36 77 - -36 77 - 34 0 - 0 33 - 34 0 - 34 1 - 35 1 - 34 1 - 0 33 - 34 0 - 34 1 - 35 1 - -77 -36 - -77 -36 - 57 99 - 57 99 - -32 48 - -32 48 - -18 55 - -13 -53 - -13 -53 - 22 -51 - -89 -2 - -89 -2 - 37 89 - 35 88 - 37 89 - 38 89 - 40 90 - 34 89 - -89 80 - -89 80 - 65 92 - 65 92 - -65 16 - -65 16 - -58 -11 - -58 -11 - -91 -77 - -91 -77 - 9 76 - 9 76 - -7 -23 - -7 -23 - -27 62 - -27 62 - -69 3 - -69 3 - -27 62 - -69 3 - -3 -16 - -3 -16 - 50 -31 - 50 -31 - -81 -73 - -81 -73 - 89 -15 - 89 -15 - 87 5 - 87 5 - 89 -15 - 87 5 - -86 13 - -86 13 - -79 -3 - -79 -3 - -1 -33 - -32 -4 - -1 -33 - -1 -32 - -1 -32 - -32 -4 - -1 -33 - -1 -32 - -78 1 - -78 1 - 0 9 - 0 9 - 35 1 - 34 0 - 34 1 - 35 1 - 14 3 - 14 3 - 84 -27 - 51 75 - 84 -27 - -24 -9 - -24 -9 - 38 89 - 35 88 - 37 89 - 38 89 - 40 90 - 34 89 - 16 -2 - 16 -2 - 61 -19 - 61 -19 - 16 -2 - 16 -2 - 5 36 - 5 36 - -76 27 - -76 27 - -75 27 - -4 -57 - -4 -57 - 0 56 - -36 -69 - -36 -69 - -36 -68 - -36 -68 - -36 -69 - -36 -68 - 8 99 - 8 99 - -63 9 - -63 9 - -87 73 - -87 73 - 15 42 - 15 42 - 4 14 - 4 14 - 22 -43 - 22 -43 - -14 8 - -14 8 - 20 63 - 20 63 - 41 55 - 20 63 - -51 4 - -51 4 - -34 19 - -34 19 - -14 -32 - -14 -32 - -7 -52 - -7 -52 - -96 31 - -96 31 - 79 -93 - 79 -93 - 66 -4 - 66 -4 - 67 -77 - 67 -77 - 51 75 - 51 75 - 84 -27 - -57 85 - -57 85 - -18 55 - -32 48 - -18 55 - -15 48 - -15 48 - -15 49 - -15 49 - -15 48 - -15 49 - -63 44 - -63 44 - -37 -68 - -37 -68 - -36 -68 - 2 -9 - 2 -9 - -75 27 - -76 27 - -75 27 - -56 79 - -56 79 - -59 38 - -59 38 - 2 -39 - 2 -39 - -47 -23 - -47 -23 - 10 75 - 10 75 - 10 76 - 11 77 - 10 76 - 10 75 - 10 76 - 11 77 - -49 22 - -49 22 - -7 -52 - -7 -52 - -61 40 - -61 40 - -45 57 - -53 39 - -53 39 - -4 -17 - -4 -17 - -64 -38 - -64 -38 - -21 -42 - -21 -42 - 63 39 - 63 39 - 41 55 - 20 63 - 41 55 - 20 63 - 21 64 - 22 65 - -64 83 - -64 83 - -37 27 - -37 27 - 51 23 - -55 17 - 51 23 - 40 31 - 40 31 - 20 -43 - 20 -43 - 47 55 - 47 55 - 25 7 - 25 7 - 26 7 - 7 -23 - 7 -23 - 24 4 - -36 -68 - -37 -68 - -36 -68 - -67 40 - -67 40 - 22 -51 - -13 -53 - 22 -51 - 40 90 - 37 89 - 38 89 - 40 90 - 34 89 - 34 89 - 37 89 - 38 89 - 40 90 - 34 89 - 11 -68 - 11 -68 - -73 -57 - -73 -57 - -15 -94 - 11 77 - 10 75 - 10 76 - 11 77 - 84 60 - 84 60 - -93 46 - -93 46 - -19 78 - -19 78 - -3 -32 - -3 -32 - -78 -60 - -78 -60 - -23 5 - -23 5 - -22 7 - 31 7 - 31 7 - 38 -79 - 38 -79 - -73 -37 - -73 -37 - -1 63 - 0 62 - -1 63 - 20 63 - 20 63 - 41 55 - 20 63 - 21 64 - 22 65 - 14 17 - 14 17 - 8 63 - 8 63 - 94 64 - 94 64 - -44 53 - -44 53 - -44 52 - -33 67 - -33 67 - -32 67 - -31 67 - 46 49 - 45 50 - 46 49 - 46 49 - -61 -6 - -61 -6 - -55 17 - -55 17 - 51 23 - -23 -9 - -23 -10 - -23 -9 - -32 -4 - -32 -4 - -1 -33 - -1 -32 - 2 -10 - 2 -10 - 41 -73 - 41 -73 - -10 -22 - -10 -22 - -28 49 - -28 49 - 5 89 - 5 89 - 6 89 - 4 47 - 4 47 - 26 7 - 25 7 - 26 7 - 24 4 - 7 -23 - 24 4 - 41 -15 - 41 -15 - 31 -88 - 31 -88 - 32 -88 - 22 60 - 22 60 - -81 -24 - -81 -24 - -80 -24 - 19 -1 - 19 -1 - -83 29 - -83 29 - -15 -94 - -73 -57 - -15 -94 - -88 -35 - -88 -35 - -14 66 - -14 66 - -61 5 - -61 5 - 0 56 - -4 -57 - 0 56 - -64 62 - -64 62 - -91 -9 - -78 -53 - -91 -9 - -9 -67 - -9 -67 - -22 7 - -23 5 - -22 7 - -80 43 - -80 43 - 52 77 - 52 77 - -99 -34 - -99 -34 - 5 -98 - 5 -98 - 0 62 - 0 62 - -1 63 - -5 30 - -5 30 - -66 2 - -66 2 - 21 -74 - 21 -74 - -10 -18 - -10 -18 - 21 64 - 41 55 - 20 63 - 42 55 - 21 64 - 22 65 - 22 66 - -17 36 - -17 36 - -44 52 - -44 53 - -44 52 - -32 67 - -33 67 - -32 67 - -31 67 - 45 50 - 45 50 - 46 49 - 46 49 - 51 -12 - 51 -12 - 51 -11 - 51 -11 - 51 -12 - 51 -11 - 7 -38 - 7 -38 - 6 89 - 5 89 - 6 89 - 26 14 - 26 14 - 32 -88 - 31 -88 - 32 -88 - -80 -24 - -81 -24 - -80 -24 - 4 45 - 4 45 - -3 97 - -3 97 - -4 -98 - -4 -98 - -78 -98 - -78 -98 - -35 -78 - -35 -78 - -76 74 - -76 74 - -33 -59 - -33 -59 - -20 -86 - -20 -86 - -81 4 - -81 4 - 16 76 - 16 76 - -90 43 - -90 43 - -91 -2 - -91 -2 - 22 65 - 41 55 - 20 63 - 42 55 - 21 64 - 22 65 - 22 66 - 22 66 - 42 55 - 21 64 - 22 65 - 22 66 - -17 -1 - -17 -1 - -16 39 - -16 39 - 83 70 - 83 70 - -31 67 - -33 67 - -32 67 - -31 67 - 49 60 - 49 60 - 46 49 - 45 50 - 46 49 - 46 49 - -21 8 - -21 8 - 54 7 - 54 7 - 9 19 - 10 18 - 11 18 - 9 19 - 10 19 - 5 10 - 5 10 - 14 3 - 14 3 - 1 36 - 1 36 - 6 82 - 6 82 - -19 -1 - -19 -1 - 42 -43 - 42 -43 - 43 -43 - -31 -21 - -31 -21 - 0 66 - 0 66 - 40 -61 - 6 75 - 40 -61 - -89 -66 - -89 -66 - -64 -91 - -64 -91 - -19 -91 - -19 -91 - -97 -1 - -97 -1 - -18 -53 - -18 -53 - -18 -54 - 42 55 - 42 55 - 21 64 - 22 65 - 24 67 - 22 66 - 44 59 - 24 67 - 44 59 - 88 47 - 88 47 - 65 5 - 65 5 - 66 5 - 27 -18 - 27 -18 - 74 81 - 74 81 - 54 35 - 54 35 - 8 -11 - 8 -11 - 60 -2 - 60 -2 - -23 -10 - -23 -10 - -23 -9 - 10 18 - 10 18 - 11 18 - 9 19 - 10 19 - 11 18 - 9 19 - 10 19 - 6 10 - 6 10 - -37 -17 - -36 -16 - -37 -17 - -37 31 - -37 31 - -36 26 - -36 26 - 48 -35 - 48 -35 - 4 20 - 4 20 - 6 -69 - 17 -67 - 6 -69 - 92 70 - 92 70 - 0 -63 - 0 -63 - 22 76 - 22 76 - 43 -43 - 42 -43 - 43 -43 - -7 9 - -7 9 - -20 -36 - -20 -36 - 6 75 - 6 75 - 40 -61 - 15 26 - 15 26 - -22 3 - -22 3 - -28 34 - -28 34 - 21 100 - 21 100 - -75 97 - -75 97 - 16 75 - 16 75 - -9 -8 - -9 -8 - -78 -53 - -78 -53 - -91 -9 - -39 -25 - -39 -25 - 12 -5 - 12 -5 - -18 -54 - -18 -53 - -18 -54 - -18 -53 - -18 -53 - -18 -54 - -18 -53 - 66 5 - 65 5 - 66 5 - 11 18 - 10 18 - 11 18 - 9 19 - 10 19 - 7 10 - 7 10 - -42 -19 - -42 -19 - -32 -32 - 19 -43 - 20 -43 - 27 -41 - 27 -41 - 20 -43 - 32 -39 - -36 -16 - -36 -16 - -37 -17 - -80 38 - -80 38 - -6 18 - -6 18 - 83 94 - 83 94 - -22 -57 - -22 -57 - -6 9 - -6 9 - -16 3 - -16 3 - 18 25 - 18 25 - -30 100 - -30 100 - 4 20 - 4 20 - -23 5 - -23 5 - -27 -46 - -27 -46 - -71 81 - -71 81 - -36 -30 - -36 -30 - -36 -29 - -36 -29 - -36 -30 - -36 -29 - -8 -27 - -8 -27 - -94 13 - -94 13 - 39 51 - -48 -45 - 39 51 - -41 -70 - -41 -70 - -54 81 - -54 81 - -51 -8 - -51 -8 - -46 31 - -46 31 - -5 -59 - -5 -59 - -32 -32 - -42 -19 - -32 -32 - 19 -43 - 19 -43 - -42 -19 - -32 -32 - 19 -43 - 20 -43 - 32 -39 - 27 -41 - 32 -39 - -76 -52 - -76 -52 - -68 -12 - -68 -12 - 19 5 - 19 5 - 5 -90 - 5 -90 - 38 31 - 38 31 - 4 50 - 4 50 - 17 -67 - 17 -67 - 6 -69 - -21 36 - -21 36 - -18 37 - -45 82 - -45 82 - -15 3 - -15 3 - -50 -54 - -50 -54 - -1 23 - -1 23 - -18 94 - -18 94 - -6 90 - -6 90 - -7 88 - -60 -86 - -60 -86 - -26 -41 - -26 -41 - -25 -41 - -26 -40 - -25 -40 - -26 -40 - -26 -41 - -25 -41 - -26 -40 - -25 -40 - -48 -45 - -48 -45 - 39 51 - -5 30 - -5 30 - -12 -75 - -12 -75 - -13 -73 - -13 -72 - -54 -41 - -54 -41 - 24 67 - 42 55 - 24 67 - 44 59 - -53 -12 - -53 -12 - -6 75 - -6 75 - -10 18 - -10 18 - -60 -29 - -60 -29 - -29 20 - -29 20 - -29 21 - -29 21 - -29 20 - -29 21 - -89 14 - -89 14 - 20 -43 - -42 -19 - 27 -41 - 19 -43 - 20 -43 - -53 -25 - -53 -25 - 16 4 - 16 4 - -71 -34 - -70 -34 - -71 -34 - -71 -34 - 24 -86 - 24 -86 - 23 -84 - -48 72 - -48 72 - -47 72 - -47 72 - 42 91 - 42 91 - -12 53 - -12 53 - -21 -98 - -21 -98 - -69 -29 - -69 -29 - -86 -84 - -86 -84 - 5 -18 - 5 -18 - -14 3 - -14 3 - 65 51 - 65 51 - -27 -75 - -74 86 - -74 86 - -77 48 - -6 89 - -77 48 - -96 18 - -96 18 - 36 76 - 36 76 - -25 -41 - -26 -41 - -25 -41 - -26 -40 - -25 -40 - -25 -40 - -26 -41 - -25 -41 - -26 -40 - -25 -40 - -71 69 - -71 69 - -48 -67 - -48 -67 - 34 -91 - 34 -91 - -63 -46 - -36 -66 - -63 -46 - -61 -45 - 16 16 - 16 16 - 17 16 - -10 8 - -10 8 - -82 -8 - -82 -8 - -23 31 - -23 31 - 11 52 - 11 52 - 13 38 - 13 38 - -14 2 - -14 2 - -47 -55 - -47 -55 - -47 -54 - -47 -54 - -47 -55 - -47 -54 - 8 -18 - 8 -18 - 6 75 - 6 75 - 6 76 - 6 76 - 6 75 - 6 76 - -65 -29 - -65 -29 - -77 -1 - -77 -1 - -27 -11 - -27 -11 - -12 -2 - -12 -2 - -70 36 - -70 36 - -50 -64 - -50 -64 - 12 -41 - 12 -41 - -29 -14 - -29 -14 - 17 16 - 16 16 - 17 16 - -9 8 - -9 8 - -70 -34 - -71 -35 - -70 -34 - -71 -34 - -71 -34 - 23 -84 - 24 -86 - 23 -84 - 55 -9 - 55 -9 - -22 67 - -22 67 - 19 44 - 19 44 - 97 -7 - 97 -7 - 49 93 - 49 93 - -18 37 - -21 36 - -18 37 - 53 -27 - 53 -27 - -12 -16 - -12 -16 - -13 -15 - -14 -16 - -14 -16 - -13 -15 - -12 -16 - -13 -15 - -71 -70 - -71 -70 - 59 -37 - 59 -37 - 48 86 - 48 86 - 97 -25 - 97 -25 - -54 29 - -54 29 - 4 46 - 4 46 - -7 88 - -6 90 - -7 88 - -6 89 - 8 32 - 8 32 - 17 -7 - 17 -7 - 2 37 - 2 37 - 46 83 - 46 83 - -13 -73 - -12 -75 - -13 -73 - -13 -72 - -13 -72 - -12 -75 - -13 -73 - -13 -72 - 0 93 - 0 93 - 0 94 - 1 94 - 1 95 - 2 95 - 0 94 - 0 93 - 0 94 - 1 94 - 1 95 - 2 95 - 41 -7 - 41 -7 - 41 -6 - 41 -6 - 41 -7 - 41 -6 - -25 -11 - -25 -11 - -12 2 - -12 2 - -72 -50 - -72 -50 - -36 -66 - -36 -66 - -34 -65 - -63 -46 - -71 -35 - 19 80 - -71 -35 - -70 -34 - -97 -76 - -97 -76 - -96 -76 - -71 -34 - -70 -34 - -71 -34 - -71 -34 - -99 40 - -99 40 - 16 -7 - 16 -7 - 31 3 - 31 3 - 31 3 - 28 0 - 28 0 - -51 -83 - -51 -83 - -27 -75 - 65 51 - -27 -75 - -30 -55 - -30 -55 - -24 59 - -24 59 - -30 -55 - -24 59 - -6 89 - -7 88 - -6 89 - -77 48 - -53 -82 - -53 -82 - -10 -3 - -10 -3 - -5 -63 - -5 -63 - -36 1 - -36 1 - 1 -94 - 1 -94 - -51 72 - -51 72 - 28 54 - 28 54 - 1 94 - 0 93 - 0 94 - 1 94 - 1 95 - 2 95 - 1 95 - 0 93 - 0 94 - 1 94 - 1 95 - 2 95 - -11 2 - -11 2 - -66 -80 - -66 -80 - -61 -45 - -63 -46 - -61 -45 - 65 5 - 65 5 - 31 7 - 31 7 - -96 -76 - -97 -76 - -96 -76 - -5 -9 - -5 -9 - 75 -75 - 75 -75 - -11 -4 - -11 -4 - 5 17 - 5 17 - 14 -36 - 14 -36 - -3 68 - -3 68 - -10 60 - -10 60 - 80 3 - 80 3 - -9 -4 - -9 -4 - -9 -3 - -9 -3 - -9 -3 - -9 -4 - -9 -3 - -9 -3 - -57 44 - -57 44 - 20 -46 - 20 -46 - -13 -30 - -13 -30 - 2 95 - 0 93 - 0 94 - 1 94 - 1 95 - 2 95 - 31 32 - 31 32 - -6 -20 - -6 -20 - 60 50 - 60 50 - 41 -66 - 41 -66 - 62 -72 - 62 -72 - -34 -65 - -36 -66 - -34 -65 - 56 70 - 56 70 - 56 71 - 56 71 - 56 70 - 56 71 - -46 -28 - -46 -28 - 44 93 - 42 92 - 44 93 - -12 -63 - -1 -63 - -12 -63 - 18 -26 - 18 -26 - -20 68 - -20 68 - -6 31 - -6 31 - 7 -18 - 7 -18 - -25 6 - -25 6 - -35 52 - -35 52 - -62 -2 - -62 -2 - -35 52 - -62 -2 - -28 -9 - -28 -9 - -31 -31 - -31 -31 - -21 -93 - -21 -93 - 11 74 - 11 74 - -10 61 - -10 61 - 90 54 - 90 54 - -81 30 - -81 30 - -80 30 - -32 83 - -32 83 - 17 -9 - 17 -9 - 70 52 - 70 52 - -79 58 - -46 -86 - -79 58 - -4 23 - -4 23 - -12 -28 - -12 -28 - 5 100 - 5 100 - -40 6 - -40 6 - 94 -94 - 94 -94 - 95 -94 - 95 -93 - -31 -48 - -31 -48 - 33 -44 - -28 -13 - -28 -13 - 5 -89 - 5 -89 - 17 50 - 17 50 - 19 80 - 19 80 - -71 -35 - 92 -23 - 92 -23 - 42 92 - 42 92 - 44 93 - -32 62 - -32 62 - 18 3 - 18 3 - 52 15 - 52 15 - 14 23 - 14 23 - -15 -13 - -15 -13 - 31 3 - 31 3 - 31 3 - -92 -92 - -92 -92 - -64 -2 - -64 -2 - 50 -42 - 50 -42 - 1 -32 - 1 -32 - -9 -3 - -9 -4 - -9 -3 - -9 -3 - -80 30 - -81 30 - -80 30 - -46 -86 - -46 -86 - -79 58 - 52 68 - 52 68 - 53 69 - 95 -94 - 94 -94 - 95 -94 - 95 -93 - 95 -93 - 94 -94 - 95 -94 - 95 -93 - 35 -94 - 35 -94 - 35 -93 - 35 -93 - 35 -94 - 35 -93 - 43 -66 - 43 -66 - 17 43 - 17 43 - -54 57 - -54 57 - 6 21 - 6 21 - -1 -63 - -1 -63 - -12 -63 - -24 13 - -24 13 - -70 12 - -70 12 - -70 13 - -70 13 - -70 12 - -70 13 - -17 -80 - -17 -80 - -12 30 - -12 30 - -36 77 - -36 77 - -79 -25 - -79 -25 - -78 -25 - -78 -24 - -23 -28 - -23 -28 - 30 12 - 30 12 - -59 60 - -59 60 - -59 61 - -59 61 - -59 60 - -59 61 - -83 -28 - -83 -28 - -59 61 - -83 -28 - -79 42 - -3 41 - -3 41 - -2 41 - -74 -20 - -74 -20 - -36 -11 - -36 -11 - 32 29 - 32 29 - -45 41 - -45 41 - -43 -71 - -43 -71 - 53 69 - 52 68 - 53 69 - -9 -20 - -9 -20 - 2 -28 - 2 -28 - 2 -27 - 2 -27 - 2 -28 - 2 -27 - -15 -31 - -15 -31 - 13 -45 - 13 -45 - -34 -32 - 25 -41 - -34 -32 - 26 -40 - 13 -45 - 26 -40 - 26 -40 - 25 -41 - -34 -32 - 26 -40 - 13 -45 - 26 -40 - 26 -40 - -34 -32 - 26 -40 - 13 -45 - 26 -40 - -14 -13 - -14 -13 - 4 -26 - 4 -26 - 25 -43 - 25 -43 - -9 -54 - -9 -54 - 18 -83 - 18 -83 - 21 0 - 21 0 - 50 94 - 50 94 - -70 36 - -70 36 - -17 40 - -17 40 - -71 -95 - -71 -95 - -70 -94 - -4 -17 - -4 -17 - -4 -16 - -4 -16 - -8 64 - -8 64 - -42 7 - -42 7 - -73 0 - -73 0 - -71 -51 - -71 -51 - -26 61 - -26 61 - 99 19 - 99 19 - 2 15 - 2 15 - -78 -25 - -79 -25 - -78 -25 - -78 -24 - -78 -24 - -79 -25 - -78 -25 - -78 -24 - -68 -53 - -68 -53 - -33 -97 - -33 -97 - 51 78 - 51 78 - -15 -45 - -15 -45 - -79 42 - -83 -28 - -79 42 - -2 41 - -3 41 - -2 41 - 78 64 - 78 64 - -46 87 - -46 87 - 6 -70 - 6 -70 - -24 -12 - -24 -12 - 31 -11 - 31 -11 - 33 -44 - -31 -48 - 33 -44 - -17 17 - -17 17 - -16 17 - 13 -45 - 25 -41 - -34 -32 - 26 -40 - 13 -45 - 26 -40 - -85 65 - -85 65 - -84 65 - -21 -11 - -21 -11 - -50 -30 - -50 -30 - -59 49 - -59 49 - -29 85 - -29 85 - -4 -9 - -4 -9 - -6 -16 - -6 -16 - -44 -35 - -44 -35 - -44 -34 - -44 -34 - -44 -35 - -44 -34 - 11 -36 - 11 -36 - -56 31 - -56 31 - -30 72 - -30 72 - -29 72 - -30 15 - -30 15 - -15 -93 - -15 -93 - -70 -94 - -71 -95 - -70 -94 - -37 -76 - -37 -76 - -80 52 - -80 52 - -17 72 - -17 72 - -17 73 - -17 73 - -17 72 - -17 73 - -91 -90 - -91 -90 - -60 19 - -60 19 - 5 28 - 5 28 - 55 -87 - 55 -87 - 55 -86 - 55 -86 - 55 -87 - 55 -86 - -44 -83 - -44 -83 - -16 17 - -17 17 - -16 17 - -79 -39 - -79 -39 - -78 -39 - -84 65 - -85 65 - -84 65 - -47 84 - -47 84 - -10 -31 - -10 -31 - 15 -2 - 15 -2 - 8 -44 - 8 -44 - -21 32 - -21 32 - 60 -19 - 60 -19 - -23 5 - -23 5 - -23 6 - -23 6 - -23 5 - -23 6 - -29 72 - -30 72 - -29 72 - 19 23 - 19 23 - 98 84 - 98 84 - 25 22 - 25 22 - 9 -11 - 9 -11 - -33 -18 - -33 -18 - -57 25 - -57 25 - -93 -46 - -93 -46 - -93 -45 - -93 -45 - -93 -46 - -93 -45 - -78 57 - -78 57 - -91 11 - -91 11 - 3 -49 - 3 -49 - 2 -49 - -32 47 - -32 47 - -38 15 - -38 15 - -18 2 - -18 2 - 17 3 - 17 3 - 15 21 - 15 21 - 25 -41 - 25 -41 - -34 -32 - 26 -40 - 13 -45 - 30 -39 - -4 -52 - -4 -52 - -3 -52 - -3 -51 - -78 -39 - -79 -39 - -78 -39 - 90 39 - 90 39 - -96 34 - 30 68 - 30 68 - -78 -3 - -81 -4 - -78 -3 - 77 -82 - 77 -82 - -7 -63 - -7 -63 - 41 92 - 41 92 - 6 21 - 6 21 - -37 1 - -37 1 - 9 -4 - 9 -4 - 30 -48 - 30 -48 - 7 -43 - 7 -43 - 58 96 - 58 96 - 52 95 - 5 34 - 5 34 - -66 -24 - -66 -24 - -62 -14 - -62 -14 - -31 31 - -31 31 - -43 4 - -43 4 - 78 26 - 78 26 - -69 -35 - -69 -35 - -12 -37 - -12 -37 - -10 -13 - -10 -13 - -8 -28 - -8 -28 - -8 -27 - -8 -27 - -8 -28 - -8 -27 - 51 68 - 51 68 - -75 -86 - -75 -86 - 77 -36 - 77 -36 - 58 -100 - 58 -100 - 58 -99 - 58 -99 - 58 -100 - 58 -99 - -7 14 - -7 14 - -3 46 - -3 46 - -3 -52 - -4 -52 - -3 -52 - -3 -51 - -3 -51 - 30 -39 - -4 -52 - -3 -52 - -3 -51 - 28 8 - 28 8 - 53 39 - 53 39 - 29 -5 - 29 -5 - 8 48 - 8 48 - 12 -29 - 12 -29 - 18 -54 - 18 -54 - 21 23 - 21 23 - -20 16 - -20 16 - 33 81 - 33 81 - -15 96 - -15 96 - 80 -37 - 80 -37 - -74 -49 - -74 -49 - -51 -48 - -51 -48 - -9 -30 - -9 -30 - 2 -49 - 3 -49 - 2 -49 - 5 -9 - 5 -9 - -75 73 - -75 73 - -40 99 - 14 74 - 14 74 - 18 -18 - 18 -18 - 36 -84 - 36 -84 - 30 -39 - 25 -41 - 30 -39 - -3 -51 - 22 -41 - 22 -41 - -96 34 - 90 39 - -96 34 - 50 17 - 50 17 - -6 -9 - -6 -9 - 64 75 - 64 75 - 55 -34 - 55 -34 - -9 -11 - -9 -11 - 63 -15 - 63 -15 - 17 -80 - 17 -80 - -7 -10 - -7 -10 - 11 -3 - 11 -3 - 28 -66 - 28 -66 - 24 15 - 24 15 - 52 95 - 58 96 - 52 95 - 11 -3 - 11 -3 - 8 -21 - 8 -21 - 13 -30 - 13 -30 - 13 -30 - -10 -72 - -10 -72 - -12 -69 - -12 -69 - -66 60 - -66 60 - -13 -53 - -13 -53 - 18 -91 - 18 -91 - -51 -24 - -51 -24 - 31 72 - 31 72 - 13 -10 - 13 -10 - -13 94 - -13 94 - 22 -15 - 22 -15 - -12 75 - -12 75 - -12 76 - -11 76 - -12 76 - -12 75 - -12 76 - -11 76 - -6 -24 - -6 -24 - -61 -44 - -61 -44 - -61 -44 - 33 74 - 33 74 - -40 99 - -75 73 - -40 99 - -33 39 - -33 39 - 19 0 - 19 0 - 52 -67 - 52 -67 - -69 18 - -69 18 - -52 -2 - -52 -2 - 17 -26 - 17 -26 - 48 38 - 48 38 - -45 -38 - -45 -38 - -44 -38 - -81 -4 - -81 -4 - -78 -3 - 14 -2 - 14 -2 - -22 -12 - -22 -12 - 39 -39 - 39 -39 - 38 -1 - 38 -1 - 39 6 - 39 6 - 15 -3 - 15 -3 - -43 0 - -43 0 - -62 -63 - -62 -63 - -24 48 - -23 47 - -24 48 - -16 64 - -16 64 - -10 92 - -10 92 - -59 40 - -48 51 - -59 40 - -71 7 - -71 7 - -11 76 - -12 75 - -12 76 - -11 76 - -83 -88 - -83 -88 - 18 83 - 18 83 - 49 92 - 49 92 - -49 7 - -49 7 - -33 -32 - -33 -32 - 36 19 - 36 19 - 63 -1 - 63 -1 - -44 -38 - -45 -38 - -44 -38 - -28 -15 - -28 -15 - -20 37 - -20 37 - -30 -16 - -30 -16 - -5 -13 - -5 -13 - 17 -69 - 17 -69 - -47 37 - -47 37 - -14 -44 - -14 -44 - 13 -93 - 13 -93 - 43 -84 - 11 -57 - 11 -57 - 16 -3 - 16 -3 - -73 -41 - -73 -41 - -23 47 - -23 47 - -24 48 - 28 52 - 28 52 - -19 -21 - -19 -21 - 19 -20 - -48 51 - -48 51 - -59 40 - -18 84 - -18 84 - -61 -44 - -61 -44 - -61 -44 - 45 -57 - 45 -57 - 19 -57 - 19 -57 - -49 0 - -49 0 - 11 -33 - 11 -33 - 11 -33 - -18 -10 - -18 -10 - -22 48 - -22 48 - -16 0 - -16 0 - -57 18 - -57 18 - 9 -96 - 9 -96 - 3 -57 - 25 -49 - 3 -57 - 32 4 - 32 4 - 17 -2 - 17 -2 - 13 -30 - 13 -30 - 13 -30 - 3 -28 - 3 -28 - 3 -27 - 3 -27 - 3 -28 - 3 -27 - -61 -56 - -61 -56 - 29 18 - 29 18 - -2 -15 - -2 -15 - -38 7 - -38 7 - 11 96 - 11 96 - 19 -20 - -19 -21 - 19 -20 - -8 -27 - -8 -27 - -32 12 - -32 12 - 74 -61 - 74 -61 - 11 -33 - 11 -33 - 11 -33 - 31 89 - 31 89 - -31 32 - -31 32 - 29 -86 - 29 -86 - -54 -71 - -6 -10 - -6 -10 - 12 -2 - 12 -2 - 25 -49 - 25 -49 - 3 -57 - 45 8 - 45 8 - 45 8 - 23 3 - 23 3 - 29 43 - 29 43 - -13 -3 - -13 -3 - -31 -73 - -31 -73 - -49 66 - -49 66 - 71 -40 - 71 -40 - 24 10 - 24 10 - -65 81 - -65 81 - -21 58 - -21 58 - -37 15 - -37 15 - -38 -18 - -38 -18 - -40 -8 - -40 -8 - 38 64 - 38 64 - 56 -7 - 56 -7 - 23 32 - 23 32 - 23 33 - 23 33 - 23 32 - 23 33 - 14 -16 - 14 -16 - 32 7 - 32 7 - -45 4 - -44 3 - -45 4 - -44 4 - 20 2 - 20 2 - -15 35 - -15 35 - -19 42 - -19 42 - 72 -51 - 72 -51 - -21 -11 - -12 -21 - -21 -11 - 8 95 - 8 95 - 71 -3 - 71 -3 - -47 -63 - 31 70 - -47 -63 - 43 -84 - 13 -93 - 43 -84 - 45 -14 - 45 -14 - 6 -15 - 6 -15 - 1 -9 - 1 -9 - -27 -62 - -27 -62 - -55 2 - -55 2 - -6 -33 - -6 -33 - -1 -13 - -1 -13 - -36 -39 - -36 -39 - -3 -31 - -3 -31 - -50 60 - -50 60 - 14 28 - 14 28 - -10 92 - -10 92 - -1 -42 - -1 -42 - -1 -41 - -1 -41 - -1 -42 - -1 -41 - 85 7 - 85 7 - 35 -11 - 35 -11 - 88 -44 - 88 -44 - 7 -52 - 7 -52 - -39 -61 - -39 -61 - -2 -34 - -2 -34 - -44 3 - -38 21 - -44 3 - -45 4 - -44 4 - -44 4 - -38 21 - -44 3 - -45 4 - -44 4 - 68 -25 - 68 -25 - 21 1 - 21 1 - 40 -8 - 40 -8 - -36 69 - -36 69 - 46 15 - 46 15 - -54 -71 - 29 -86 - -54 -71 - 6 -13 - 6 -13 - -27 -19 - -27 -19 - 14 -1 - 14 -1 - 18 -30 - 18 -30 - 19 -29 - 51 44 - 51 44 - 4 -13 - 4 -13 - 25 16 - 25 16 - 26 16 - 17 -1 - 17 -1 - 17 -38 - 17 -38 - 17 -37 - 17 -37 - 17 -38 - 17 -37 - -15 63 - -15 63 - -52 39 - -52 39 - -41 76 - -41 76 - -62 69 - -62 69 - -58 90 - -58 90 - -65 35 - -65 35 - -12 -73 - -12 -73 - 20 37 - 20 37 - 23 -33 - 23 -33 - -37 42 - -37 42 - 10 25 - 10 25 - -9 -26 - 10 26 - 10 26 - 10 25 - -9 -26 - 10 26 - -45 -74 - -45 -74 - 32 -71 - 32 -71 - -27 31 - -27 31 - 55 -17 - 55 -17 - 9 -65 - 9 -65 - 10 -65 - 5 79 - 5 79 - -13 -8 - -13 -8 - -9 -6 - -9 -6 - 11 -2 - 11 -2 - 54 65 - 54 65 - -5 -9 - -5 -9 - -15 13 - -15 13 - 45 8 - 45 8 - 45 8 - 21 50 - 21 50 - 37 15 - 37 15 - 37 17 - 37 17 - 37 15 - 37 17 - 26 16 - 25 16 - 26 16 - 32 44 - 32 44 - 7 -20 - 7 -20 - -6 10 - -6 10 - -59 42 - -59 42 - -59 43 - -59 43 - -59 42 - -59 43 - 0 -9 - 0 -9 - 1 -9 - 1 -9 - 0 -9 - 1 -9 - 38 -10 - 38 -10 - -61 -35 - -61 -35 - 12 -61 - 12 -61 - 4 21 - 4 21 - 11 -56 - 11 -56 - 12 -55 - 5 34 - 5 34 - -55 -44 - -55 -44 - 10 26 - 10 26 - -19 -62 - -19 -62 - 63 -29 - 63 -29 - -75 15 - -75 15 - 68 -7 - 68 -7 - -16 33 - -16 33 - 10 -65 - 9 -65 - 10 -65 - -10 -46 - -10 -46 - -67 -90 - -67 -90 - -12 -21 - -12 -21 - -21 -11 - 37 -42 - 37 -42 - 19 -29 - 18 -30 - 19 -29 - -40 16 - -40 16 - 31 70 - 31 70 - -47 -63 - 19 0 - 19 0 - 42 7 - 42 7 - 42 8 - 42 8 - 42 7 - 42 8 - 70 -13 - 71 -14 - 70 -13 - 17 0 - 17 0 - -99 45 - -99 45 - 55 -59 - 55 -59 - 55 -58 - 55 -58 - 55 -59 - 55 -58 - -9 -15 - -9 -15 - -41 50 - -41 50 - -28 -49 - -28 -49 - 26 -42 - 26 -42 - -25 -17 - -25 -17 - 12 -55 - 11 -56 - 12 -55 - -5 68 - -5 68 - 11 -54 - 11 -54 - -9 -26 - 10 25 - -9 -26 - 10 26 - -9 -25 - -83 -87 - -83 -87 - -16 32 - -16 32 - 46 -86 - 46 -86 - 47 -86 - 53 -77 - 53 -77 - 92 5 - 92 5 - 13 -46 - 13 -46 - -38 21 - -38 21 - -44 3 - -44 4 - 46 -30 - 46 -30 - 73 23 - 74 22 - 73 23 - 6 -55 - 6 -55 - -8 19 - -8 19 - -25 0 - -25 0 - -71 0 - -71 0 - 3 -58 - 3 -58 - -42 28 - -42 28 - 17 50 - 17 50 - 20 51 - 35 5 - 35 5 - 20 51 - 17 50 - 20 51 - 18 -9 - 18 -9 - 71 -14 - 73 -17 - 71 -14 - 70 -13 - 18 0 - 18 0 - 0 -9 - 0 -9 - 0 -9 - -29 -36 - -29 -36 - 0 -9 - 0 -9 - -20 -77 - -20 -77 - 77 -29 - 77 -29 - 60 -57 - 60 -57 - 22 84 - 22 84 - -28 -28 - -28 -28 - -27 -26 - -27 -26 - 15 -87 - 15 -87 - -35 53 - -35 53 - -12 85 - -12 85 - -12 86 - -12 86 - -12 85 - -12 86 - -23 -12 - -23 -12 - 0 -27 - 0 -27 - 1 -26 - 15 -30 - 15 -30 - -58 -13 - -58 -13 - 9 23 - 9 23 - 47 -86 - 46 -86 - 47 -86 - 87 -27 - 87 -27 - -83 -52 - -83 -52 - 46 -64 - 46 -64 - 32 -55 - 32 -55 - 32 -54 - 32 -54 - 32 -55 - 32 -54 - 74 22 - 74 22 - 73 23 - 0 65 - 0 65 - -44 9 - -44 9 - 44 15 - 24 56 - 24 56 - 23 2 - 23 2 - -36 -24 - -36 -24 - 47 -18 - 47 -18 - 39 -56 - 39 -56 - 52 50 - 52 50 - 69 -40 - 69 -40 - 1 -9 - 1 -9 - 1 -9 - 1 -9 - 1 -9 - 1 -9 - 1 -9 - 1 -9 - -29 -91 - -29 -91 - -28 -91 - 0 -9 - 0 -9 - 0 -9 - -54 -66 - -54 -66 - -37 46 - -37 46 - 90 -69 - 90 -69 - -7 99 - -7 99 - -25 92 - -25 92 - -25 93 - -25 93 - -25 92 - -25 93 - -48 77 - -47 77 - -48 77 - 1 -26 - 0 -27 - 1 -26 - 14 36 - 14 36 - -40 4 - -40 4 - -14 -19 - -14 -19 - -14 -18 - -14 -18 - -14 -19 - -14 -18 - -68 -87 - -68 -87 - -5 82 - -5 82 - -4 82 - -19 -29 - -19 -29 - -19 -28 - -19 -28 - -19 -29 - -19 -28 - -80 29 - -80 29 - -62 -56 - -61 -57 - -62 -56 - -37 69 - 13 75 - -37 69 - 35 -73 - -48 80 - -48 80 - 18 53 - 18 53 - -9 -6 - -9 -6 - 8 48 - 8 48 - 8 49 - 8 49 - 8 48 - 8 49 - 70 21 - 70 21 - 14 -2 - 14 -2 - 52 -40 - 52 -40 - -5 42 - -5 42 - 73 -17 - 73 -17 - 71 -14 - -9 29 - -9 29 - -8 29 - 0 -9 - 0 -9 - -42 -70 - -42 -70 - 0 -10 - 0 -10 - 0 -9 - 0 -9 - 2 -27 - 2 -27 - 0 -10 - 0 -10 - -28 -91 - -29 -91 - -28 -91 - 1 -9 - 1 -9 - 0 -9 - 0 -9 - -43 -57 - -43 -57 - 57 -83 - 57 -83 - 37 28 - 37 28 - -55 -5 - -55 -5 - -28 -71 - -28 -71 - 34 59 - 34 59 - 14 30 - 14 30 - -7 -20 - -7 -20 - 9 20 - -9 -25 - -9 -26 - -9 -25 - -42 3 - -42 3 - -4 82 - -5 82 - -4 82 - 60 33 - 60 33 - 65 -29 - 65 -29 - 66 -29 - -2 37 - -2 37 - -12 41 - -12 41 - -61 -57 - -61 -57 - -62 -56 - 35 -73 - -37 69 - 35 -73 - 65 70 - 65 70 - 46 -64 - 46 -64 - 30 -11 - 30 -11 - 20 -12 - 20 -12 - -6 55 - -6 55 - -8 29 - -9 29 - -8 29 - 14 38 - 14 38 - 46 48 - 46 48 - -50 34 - -50 34 - 61 -67 - 61 -67 - 0 -10 - 0 -10 - 1 -9 - 1 -9 - 0 -10 - 0 -10 - 0 -10 - 0 -9 - 1 -9 - 0 -9 - 5 -32 - 5 -32 - 7 -60 - 7 -60 - -98 17 - -98 17 - -26 57 - -26 57 - 25 97 - 25 97 - 17 -98 - 17 -98 - -40 -40 - -40 -40 - -44 -51 - -44 -51 - 58 38 - 14 81 - 14 81 - -44 49 - -44 49 - -43 50 - 9 98 - 9 98 - 9 99 - 9 99 - 9 98 - 9 99 - -13 -1 - -13 -1 - -73 -81 - -73 -81 - -66 -68 - -66 -68 - 66 -29 - 65 -29 - 66 -29 - 34 -42 - 34 -42 - 35 -41 - -43 32 - -43 32 - -3 -38 - -3 -38 - -13 -12 - -13 -12 - 9 52 - 9 52 - 44 15 - -44 9 - 44 15 - -19 -11 - -19 -11 - -18 -19 - -18 -19 - -70 -96 - -70 -96 - 19 0 - 19 0 - 19 0 - 24 2 - 24 2 - 14 -66 - 14 -66 - 21 -44 - 21 -44 - -14 92 - -14 92 - 53 23 - 53 23 - -3 50 - -3 50 - 8 -28 - 8 -28 - 1 -9 - 1 -9 - 1 -9 - 1 -9 - 0 -9 - 0 -9 - 0 -9 - 0 -9 - -17 20 - -17 20 - 0 -9 - 0 -9 - -19 -59 - -19 -59 - -14 -8 - -14 -8 - 1 -9 - 1 -9 - 0 -10 - 0 -10 - 0 -10 - -62 -9 - -62 -9 - -17 -66 - -17 -66 - 2 54 - 2 54 - -42 -97 - -42 -97 - -30 -51 - -30 -51 - -47 77 - -47 77 - -48 77 - -71 -12 - -71 -12 - 10 26 - 10 26 - -43 50 - -44 49 - -43 50 - 5 10 - 5 10 - 16 41 - 16 41 - 15 -72 - 15 -72 - 51 -50 - 51 -50 - -77 -36 - -77 -36 - -77 -35 - -77 -35 - -77 -36 - -77 -35 - 94 84 - 94 84 - 16 -23 - 16 -23 - 35 -41 - 34 -42 - 35 -41 - -7 15 - -7 15 - 13 75 - 13 75 - -37 68 - -37 69 - -38 68 - -37 68 - 9 -2 - 9 -2 - -9 -15 - -9 -15 - 19 0 - 19 0 - 19 0 - 35 -45 - 35 -45 - 36 -45 - -54 -2 - -54 -2 - -53 -1 - -90 47 - -90 47 - 0 -10 - 0 -10 - 0 -10 - 0 -9 - 0 -9 - 0 -9 - 82 27 - 82 27 - 1 -9 - 1 -9 - -11 20 - -11 20 - 2 -79 - 2 -79 - -10 89 - -10 89 - -54 -25 - -54 -25 - 19 -93 - 19 -93 - 58 38 - -44 -51 - 58 38 - 0 77 - 0 77 - -74 8 - -74 8 - -52 84 - -52 84 - 9 20 - -7 -20 - 9 20 - -65 16 - -65 16 - -7 79 - -7 79 - -40 -37 - -40 -37 - 2 -51 - 3 -52 - 2 -51 - -12 -1 - -12 -1 - -27 -57 - -27 -57 - -10 -22 - -10 -22 - -65 -53 - -65 -53 - -65 -52 - -65 -52 - -65 -53 - -65 -52 - -38 68 - 13 75 - -37 68 - -38 68 - -37 68 - 93 -100 - 93 -100 - 94 -100 - 83 68 - 83 68 - 9 -12 - 9 -12 - -3 82 - -3 82 - 12 -6 - 12 -6 - 19 1 - 19 1 - -94 -59 - -94 -59 - 36 -45 - 35 -45 - 36 -45 - 26 3 - 26 3 - 6 54 - 6 54 - 35 5 - 35 5 - -1 92 - -1 92 - -1 -9 - -1 -9 - -40 83 - -40 83 - -53 -1 - -54 -2 - -53 -1 - 0 -9 - 0 -9 - -64 -74 - -64 -74 - 35 -94 - -37 69 - -37 69 - -38 30 - -38 30 - -92 -48 - -92 -48 - -37 -76 - -37 -76 - 1 -9 - 1 -9 - 0 -9 - 1 -9 - 1 -9 - -69 99 - -69 99 - 53 -10 - 53 -10 - 42 -28 - 42 -28 - 86 -61 - 86 -61 - -29 64 - -9 -69 - -29 64 - 19 -79 - 19 -79 - 19 -79 - 19 -79 - 24 9 - 24 9 - 13 36 - 13 36 - 0 99 - 0 99 - -74 81 - -74 81 - 2 53 - 2 53 - -75 -93 - -75 -93 - -2 95 - -2 95 - -43 61 - -43 61 - 0 -95 - 0 -95 - 3 -52 - 3 -52 - 2 -51 - -45 87 - -45 87 - 99 11 - 99 11 - -43 -10 - -43 -10 - -82 41 - -82 41 - 3 81 - 77 29 - 3 81 - 51 52 - -52 49 - 51 52 - 23 100 - 23 100 - -73 -16 - -73 -16 - 82 -62 - 82 -62 - 65 -3 - 65 -3 - -8 17 - -8 17 - -37 68 - 13 75 - -37 68 - -38 68 - -37 68 - 94 -100 - 93 -100 - 94 -100 - -22 1 - -22 1 - -22 2 - -22 2 - -22 1 - -22 2 - 16 0 - 16 0 - 64 -14 - 64 -14 - 16 -1 - 16 -1 - 78 -66 - 78 -66 - 0 -10 - 0 -10 - 11 -78 - 11 -78 - 0 -10 - 0 -10 - 0 -10 - 6 -70 - 6 -70 - 0 -10 - 0 -10 - 23 -5 - 23 -5 - -6 55 - -6 55 - 13 22 - 13 22 - -9 -69 - -9 -69 - -29 64 - -1 -40 - -1 -40 - -46 8 - -46 8 - 6 80 - 6 80 - -98 64 - -98 64 - 66 13 - 66 13 - 8 -85 - 8 -85 - 9 -85 - 15 31 - 15 31 - 55 -62 - 55 -62 - -78 -33 - -78 -33 - 55 -62 - -78 -33 - -72 -63 - -27 -94 - -72 -63 - 6 14 - 6 14 - 8 -100 - 8 -100 - -77 98 - -77 98 - 77 29 - 77 29 - 3 81 - 59 64 - 59 64 - -87 -11 - 79 3 - 79 3 - 81 1 - -93 63 - -93 63 - -50 -93 - -50 -93 - -19 -27 - -19 -27 - 36 -75 - 36 -75 - -37 68 - 13 75 - -37 68 - -38 68 - -37 68 - -11 23 - -11 23 - -21 1 - -21 1 - 17 61 - 17 61 - -13 -8 - -13 -8 - 30 5 - 30 5 - 12 1 - 12 1 - 14 -2 - 14 -2 - 14 -2 - 27 -23 - 27 -23 - 27 -22 - 27 -22 - 27 -23 - 27 -22 - -1 -10 - -8 -6 - -1 -10 - -30 -89 - -30 -89 - 38 10 - 38 10 - -11 -89 - -11 -89 - 0 -9 - 0 -9 - 0 -9 - 0 -9 - 0 -9 - 0 -10 - 0 -10 - 0 -10 - 0 -10 - -51 69 - -51 69 - -56 17 - -56 17 - 3 93 - 3 93 - -50 9 - -50 9 - 9 -85 - 8 -85 - 9 -85 - 3 -44 - 3 -44 - -74 -96 - -74 -96 - 17 43 - 17 43 - -81 -60 - -81 -60 - -11 91 - -11 91 - -38 -57 - -38 -57 - -38 -57 - -38 -57 - -38 -57 - -38 -57 - -52 49 - -52 49 - 51 52 - 2 23 - 2 23 - -44 -94 - -44 -94 - 23 65 - 23 65 - -31 -4 - -31 -4 - 16 0 - 16 0 - 12 8 - 12 8 - 24 2 - 24 2 - 14 -2 - 14 -2 - 14 -2 - 1 -11 - 1 -11 - 0 -10 - 0 -10 - -8 -6 - -39 50 - -39 50 - 35 -94 - -64 -74 - 35 -94 - 40 37 - 40 37 - -46 -6 - -46 -6 - -28 -33 - -28 -33 - 23 -39 - 23 -39 - 57 31 - 57 31 - 16 98 - 16 98 - 16 99 - 16 100 - 16 99 - 16 98 - 16 99 - 16 100 - 16 100 - 16 98 - 16 99 - 16 100 - 19 -93 - 19 -93 - 29 79 - 29 79 - 70 48 - 70 48 - -32 -100 - -32 -100 - -38 84 - -38 84 - 2 59 - 2 59 - 60 81 - 60 81 - -3 29 - -3 29 - 4 59 - 4 59 - -27 -95 - -27 -95 - -27 -94 - -27 -94 - -27 -95 - -27 -94 - -72 -63 - -2 24 - -2 24 - -1 24 - -72 -91 - -72 -91 - -14 81 - -14 81 - -87 -11 - 59 64 - -87 -11 - 81 1 - 79 3 - 81 1 - -1 72 - -1 72 - 0 72 - 98 -4 - 98 -4 - -22 -82 - -22 -82 - 95 33 - 96 32 - 95 33 - 35 0 - 35 0 - 36 0 - 40 14 - 40 14 - 37 13 - 37 13 - -1 -12 - -1 -12 - -1 -12 - 21 2 - 21 2 - 48 -84 - 48 -84 - 53 -80 - 53 -80 - 15 -52 - 15 -52 - 20 -50 - 12 -2 - 12 -2 - -34 -72 - -34 -72 - 47 -31 - 47 -31 - -6 -51 - -6 -51 - 0 -10 - 0 -10 - 0 -10 - 0 -10 - 0 -10 - 0 -10 - 53 -77 - 53 -77 - 40 30 - 40 30 - -5 14 - -5 14 - -8 -38 - -8 -38 - -1 -10 - -1 -10 - 0 -10 - 0 -10 - 0 -10 - 59 33 - 59 33 - -1 -9 - -1 -9 - 23 -43 - 23 -43 - 24 -43 - 42 36 - 42 36 - -49 -78 - -49 -78 - 29 0 - 29 0 - -76 -96 - -76 -96 - -58 38 - -58 38 - -33 62 - -44 0 - -44 0 - -44 1 - -44 1 - -44 0 - -44 1 - -1 24 - -2 24 - -1 24 - -46 45 - -46 45 - -69 -55 - -69 -55 - -13 -46 - -13 -46 - -17 -63 - -17 -63 - 0 72 - -1 72 - 0 72 - 96 32 - 96 32 - 95 33 - -10 -12 - -10 -12 - 14 59 - 44 -44 - 14 59 - 43 -16 - 43 -16 - 44 -15 - 36 0 - 35 0 - 36 0 - -4 51 - -4 51 - -2 -17 - -2 -17 - -55 -34 - -55 -34 - 8 28 - 8 28 - 20 -50 - 15 -52 - 20 -50 - 31 5 - 31 5 - 62 -50 - 62 -50 - 42 -33 - 42 -33 - 12 -69 - 12 -69 - 1 -9 - 1 -9 - 21 87 - 21 87 - 0 -11 - 0 -11 - 43 -28 - 43 -28 - 0 -9 - 0 -9 - 0 -10 - 0 -10 - 0 -9 - 0 -9 - 45 -25 - 45 -25 - 24 -43 - 23 -43 - 24 -43 - 0 -9 - 0 -9 - 0 -9 - 72 -18 - 72 -18 - 15 43 - 15 43 - -44 -15 - -90 64 - -90 64 - 41 64 - 41 64 - 91 67 - 91 67 - 89 69 - 89 69 - 91 67 - 89 69 - -35 1 - -35 1 - -33 62 - -58 38 - -33 62 - 25 80 - 25 80 - -58 -53 - -58 -53 - -23 63 - -23 63 - 44 28 - 44 28 - 15 -2 - 15 -2 - 15 -1 - 15 -1 - 15 -2 - 15 -1 - -38 -74 - -38 -74 - -98 69 - -98 69 - 44 -44 - 44 -44 - 14 59 - 44 -15 - 43 -16 - 44 -15 - 11 55 - 11 55 - -21 -62 - -21 -62 - 42 15 - 42 15 - 27 -15 - 27 -15 - 13 3 - 13 3 - 20 -41 - 20 -41 - 13 -27 - 13 -27 - 26 3 - 26 3 - 42 -42 - 42 -42 - -90 56 - -90 56 - 0 -9 - 0 -9 - 0 -9 - -10 -68 - -10 -68 - -11 -18 - -11 -18 - -27 -14 - -27 -14 - 46 79 - 46 79 - 3 -75 - 3 -75 - -63 0 - -63 0 - 7 12 - 7 12 - 8 12 - 55 -61 - 55 -61 - 56 -58 - -38 94 - -38 94 - 98 29 - 98 29 - 23 47 - 23 47 - -3 69 - -3 69 - -4 -73 - -4 -73 - -4 -72 - -4 -72 - -4 -73 - -4 -72 - -25 -30 - -25 -30 - -12 -8 - -12 -8 - 21 97 - 21 97 - -10 -7 - -10 -7 - -62 3 - -62 3 - -1 -12 - -1 -12 - -1 -12 - 92 68 - 92 68 - 41 -91 - 41 -91 - 56 -78 - 56 -78 - -4 16 - -4 16 - -8 39 - -8 39 - 0 -9 - 0 -9 - 0 -11 - 1 -11 - 1 -11 - 0 -11 - 0 -10 - 1 -10 - 0 -10 - 0 -11 - 0 -11 - -97 -99 - -97 -99 - 42 -77 - 42 -77 - 0 -10 - 0 -10 - 47 -99 - 47 -99 - -25 63 - -25 63 - 0 -10 - 0 -10 - 0 -10 - 0 -10 - 0 -10 - -1 -10 - 0 -10 - 28 40 - 28 40 - -16 28 - -16 28 - -12 -79 - -12 -79 - 56 -55 - 56 -55 - 74 44 - 74 44 - 8 12 - 7 12 - 8 12 - -30 82 - -30 82 - -12 34 - -12 34 - -13 -19 - -13 -19 - 56 -58 - 55 -61 - 56 -58 - -77 -13 - -85 -81 - -85 -81 - 11 71 - 11 71 - -8 -69 - -71 -3 - -71 -3 - -71 -2 - -71 -2 - -71 -3 - -71 -2 - -38 72 - -38 72 - 73 45 - 73 45 - 16 58 - 16 58 - 48 -72 - 48 -72 - 53 71 - 53 71 - 30 10 - 30 10 - -22 -13 - -22 -13 - -22 -13 - -52 48 - -52 48 - -47 51 - -14 -9 - -14 -9 - -22 -13 - -22 -13 - -48 -27 - -48 -27 - -57 6 - -57 6 - -32 -18 - -32 -18 - 23 -6 - 23 -6 - -94 44 - -94 44 - 68 51 - 68 51 - 1 -11 - 1 -11 - 1 -11 - 0 -11 - 1 -10 - 1 -10 - 0 -10 - 0 -10 - 0 -10 - 0 -10 - 0 -10 - -44 96 - -44 96 - 0 -11 - 0 -11 - -91 -87 - -91 -87 - 0 -10 - 0 -10 - 0 -10 - 0 -10 - 0 -10 - 0 -10 - 0 -10 - 0 -10 - 0 -9 - -1 -9 - 0 -9 - -1 -9 - 0 -9 - 0 -9 - -93 -21 - -93 -21 - 63 -81 - 63 -81 - -44 -15 - 15 43 - -44 -15 - -93 39 - -93 39 - -50 -75 - -50 -75 - -8 -69 - 11 71 - -8 -69 - -69 -10 - -55 71 - -55 71 - -37 -71 - -37 -71 - -78 -67 - -78 -67 - 76 -12 - 76 -12 - 63 -39 - 63 -39 - 64 -39 - 41 -21 - 41 -21 - 33 -83 - 33 -83 - 33 -82 - 33 -82 - 33 -83 - 33 -82 - 86 3 - 86 3 - 23 70 - 23 70 - 50 17 - 50 17 - -13 -9 - -13 -9 - -26 38 - -26 38 - -29 23 - -29 23 - -32 -75 - -32 -75 - 18 -8 - 18 -8 - 1 -11 - 1 -11 - 16 -87 - 16 -87 - -6 90 - -6 90 - 55 28 - 55 28 - 92 -47 - 92 -47 - -4 17 - -4 17 - 55 -22 - 55 -22 - 3 50 - 3 50 - 2 -10 - 2 -10 - 85 77 - 85 77 - -35 73 - -35 73 - 0 -11 - 0 -11 - 0 -11 - 0 -11 - 0 -11 - 0 -11 - 0 -11 - 0 -11 - 86 -68 - 86 -68 - -52 -43 - -52 -43 - 8 -65 - 8 -65 - -92 77 - -92 77 - 0 -9 - 0 -9 - -96 19 - -96 19 - 21 -8 - 21 -8 - -55 -13 - -55 -13 - -1 -9 - -1 -9 - 0 -9 - -1 -9 - 0 -9 - 0 -9 - 11 68 - 11 68 - -3 -26 - -3 -26 - 10 89 - 10 89 - 11 -46 - 11 -46 - -24 70 - -24 70 - 27 -96 - 27 -96 - -77 -13 - 56 -58 - -77 -13 - 12 46 - 12 46 - 84 70 - 84 70 - 11 -56 - 11 -56 - -69 -10 - -8 -69 - -69 -10 - -74 12 - -74 12 - -76 11 - -76 11 - -74 12 - -76 11 - -16 76 - -16 76 - -16 77 - -16 77 - -16 76 - -16 77 - 76 -15 - 76 -15 - 64 -39 - 63 -39 - 64 -39 - -14 24 - -14 24 - 21 -45 - 21 -45 - -22 -13 - -22 -13 - -22 -13 - -47 51 - -52 48 - -47 51 - 46 17 - 46 17 - 16 -14 - 16 -14 - 3 -10 - 3 -10 - -12 -9 - -12 -9 - 25 3 - 25 3 - 25 -48 - 25 -48 - 27 -47 - 12 -41 - 12 -41 - 0 -11 - 0 -11 - 1 -11 - 1 -11 - 0 -11 - 1 -11 - 1 -11 - 0 -11 - 43 -14 - 43 -14 - 36 -43 - 36 -43 - -20 24 - -20 24 - -91 -5 - -91 -5 - 33 -90 - 33 -90 - -50 -15 - -50 -15 - 14 -96 - 8 94 - 14 -96 - 46 -63 - 46 -63 - 6 19 - 6 19 - 0 -9 - 0 -9 - -1 -9 - -1 -9 - 0 -9 - -1 -9 - 0 -9 - 0 -9 - 0 -9 - 0 -9 - 0 -9 - 0 -9 - 0 -9 - 0 -9 - 0 -9 - 0 -9 - -48 39 - -48 39 - -30 73 - -30 73 - 33 98 - 33 98 - -38 0 - -38 0 - 79 -27 - 79 -27 - 12 46 - 12 46 - -14 18 - -14 18 - -37 54 - -37 54 - -32 -45 - -32 -45 - -79 35 - -79 35 - -15 91 - -15 91 - 15 3 - 15 3 - -30 -10 - -30 -10 - -18 -10 - -18 -10 - -42 -39 - -42 -39 - 54 19 - 42 28 - 42 28 - 20 -60 - 20 -60 - 13 4 - 13 4 - 13 3 - 13 3 - 13 4 - 13 3 - 15 9 - 15 9 - 26 9 - 26 9 - 9 -3 - 9 -3 - -6 -22 - -6 -22 - 44 -36 - 44 -36 - 4 22 - 4 22 - 0 17 - 0 17 - 26 3 - 26 3 - -45 -61 - -45 -61 - 0 -11 - 0 -11 - 0 -11 - 0 -11 - 0 -11 - -32 -77 - -32 -77 - -1 -11 - -1 -11 - 0 -11 - 0 -12 - 0 -12 - 0 -11 - -1 -11 - 0 -11 - -44 -88 - -44 -88 - 32 -64 - 32 -64 - 32 -63 - 32 -63 - 32 -64 - 32 -63 - 0 -9 - -1 -9 - 0 -9 - -1 -9 - 0 -9 - 0 -9 - 0 -9 - -1 -9 - 0 -9 - -1 -9 - 0 -9 - 0 -9 - -20 58 - -20 58 - 14 74 - 14 74 - -7 -58 - -7 -58 - 43 -35 - 43 -35 - -95 74 - -95 74 - -72 -44 - -72 -44 - -71 -44 - 96 -97 - 96 -97 - 5 64 - 5 64 - -35 -82 - -35 -82 - -97 7 - -97 7 - -53 47 - -53 47 - -9 -6 - -9 -6 - -10 -7 - -10 -7 - -54 -39 - -54 -39 - -14 -13 - -14 -13 - -53 46 - -53 46 - 27 -47 - 25 -48 - 27 -47 - 38 8 - 38 8 - 0 -11 - 0 -11 - 0 -11 - 0 -11 - 0 -11 - -93 56 - -93 56 - 12 23 - 12 23 - 28 -77 - 28 -77 - 7 24 - 7 24 - -51 0 - -51 0 - -23 -53 - -23 -53 - 8 94 - 8 94 - 14 -96 - 0 -10 - 0 -10 - 0 -10 - 0 -9 - 0 -9 - 0 -9 - -1 -9 - 0 -9 - -1 -9 - 0 -9 - 0 -9 - 0 -9 - -1 -9 - 0 -9 - -1 -9 - 0 -9 - 0 -9 - 0 -9 - 0 -9 - 0 -9 - 0 -9 - 0 -9 - 0 -9 - -14 32 - -14 32 - -14 33 - -14 33 - -14 32 - -14 33 - 3 -39 - 3 -39 - 99 -10 - 99 -10 - 25 -81 - 25 -81 - 81 18 - -76 -31 - -76 -31 - -56 -61 - -71 -44 - -72 -44 - -71 -44 - -67 -90 - -67 -90 - 32 78 - 32 78 - 3 96 - 3 96 - 75 29 - 76 28 - 75 29 - -29 7 - -29 7 - -29 7 - -12 -77 - -12 -77 - 99 -2 - 99 -2 - 43 3 - 18 -40 - 43 3 - 54 19 - -42 -39 - 54 19 - -12 -8 - -12 -8 - 19 -29 - 19 -29 - 20 -29 - 20 -28 - 54 20 - 54 20 - 22 8 - 24 -1 - 22 8 - -15 -14 - -15 -14 - 28 4 - 28 4 - 0 -11 - 0 -11 - 0 -11 - 0 -11 - 22 -50 - 22 -50 - 0 -11 - 0 -11 - 0 -10 - 0 -10 - 0 -9 - 0 -9 - 0 -10 - 0 -10 - 0 -12 - 0 -12 - 9 63 - 9 63 - 0 -11 - 0 -11 - 0 -11 - 0 -10 - 0 -10 - 0 -10 - 15 -13 - 15 -13 - -35 100 - -35 100 - -56 -41 - -56 -41 - 51 -51 - 0 -9 - 0 -9 - 81 89 - 81 89 - 82 89 - -93 94 - -93 94 - -99 37 - -99 37 - 76 28 - 79 27 - 76 28 - 75 29 - -49 72 - -49 72 - 18 53 - 18 53 - -15 -18 - -15 -18 - -5 -12 - -5 -12 - -20 -90 - -20 -90 - 23 72 - 23 72 - -60 -42 - -60 -42 - -60 -41 - -60 -41 - -60 -42 - -60 -41 - 20 -98 - 20 -98 - -69 -11 - -69 -11 - -10 17 - -10 17 - 26 -53 - 26 -53 - -18 60 - -18 60 - -20 60 - -20 60 - -24 -30 - -24 -30 - 20 -29 - 19 -29 - 20 -29 - 20 -28 - 20 -28 - 19 -29 - 20 -29 - 20 -28 - 24 -1 - 24 -1 - 22 8 - 16 9 - 16 9 - 70 87 - 70 87 - 60 39 - 60 39 - 0 27 - 0 27 - 35 7 - 35 7 - -92 80 - -92 80 - 11 -28 - 11 -28 - 6 -33 - 6 -33 - -33 -21 - -33 -21 - -33 -20 - -33 -20 - -33 -21 - -33 -20 - 0 -10 - 0 -10 - 0 -10 - 22 -50 - 22 -50 - 7 29 - 7 29 - 11 64 - 11 64 - -90 31 - -90 31 - -21 93 - -21 93 - -52 55 - -52 55 - -56 -61 - -76 -31 - -56 -61 - -55 -59 - -29 7 - -29 7 - -29 7 - -95 37 - -95 37 - -95 38 - -95 38 - -95 37 - -95 38 - -63 -20 - -63 -20 - 88 39 - 88 39 - 88 -20 - 88 -20 - 10 -16 - 10 -16 - 29 -58 - 28 -57 - 29 -58 - 68 31 - 68 31 - 68 32 - 68 32 - 68 31 - 68 32 - -17 -11 - -17 -11 - -50 26 - -50 26 - -36 53 - -36 53 - 51 19 - 51 19 - 31 7 - 31 7 - 13 -1 - 13 -1 - -33 -43 - -33 -43 - -97 4 - -97 4 - -1 -96 - -1 -96 - 70 -1 - 70 -1 - 11 -49 - 11 -49 - -20 33 - -20 33 - -91 -44 - -91 -44 - -96 51 - -96 51 - 82 17 - 82 17 - 4 -61 - 4 -61 - -3 82 - -3 82 - 15 -87 - 15 -87 - 0 -10 - 0 -10 - -14 -45 - -14 -45 - 50 42 - 50 42 - -8 -45 - -8 -45 - 51 -51 - -56 -41 - 51 -51 - 96 -95 - 96 -95 - -21 81 - -21 81 - -16 47 - -16 47 - 82 89 - 81 89 - 82 89 - 80 43 - 80 43 - 81 18 - 25 -81 - 81 18 - -24 -26 - -24 -26 - 45 50 - 45 50 - 45 52 - 14 42 - 14 42 - -55 -59 - -56 -61 - -55 -59 - 14 90 - 14 90 - 15 -59 - 15 -59 - 16 -59 - 56 -60 - 56 -60 - 18 -40 - 18 -40 - 43 3 - 70 -58 - 70 -58 - 74 -9 - 74 -9 - -94 -30 - -94 -30 - 30 -60 - 31 -61 - 30 -60 - 29 -58 - -20 36 - -20 36 - 91 -3 - 91 -3 - 54 70 - 54 70 - -18 -11 - -18 -11 - 36 26 - 36 26 - -2 20 - -2 20 - 1 15 - 1 15 - -13 86 - -13 86 - 0 -12 - 0 -12 - 0 -12 - -35 -59 - -35 -59 - -13 -14 - -13 -14 - 0 -11 - 0 -11 - 0 -12 - 0 -12 - 0 -12 - 0 -12 - -76 15 - -76 15 - -76 16 - -76 16 - -76 15 - -76 16 - 1 -12 - 1 -12 - 0 -12 - -32 -93 - -32 -93 - 0 -12 - 0 -12 - 0 -11 - 0 -11 - 0 -11 - 0 -11 - 26 -6 - 26 -6 - 55 -94 - 55 -94 - 0 -10 - 0 -10 - 0 -10 - 0 -10 - 2 55 - 2 55 - -95 94 - -95 94 - 0 -9 - 0 -9 - 0 -9 - 0 -9 - 0 -9 - -1 -9 - -84 -37 - -84 -37 - 4 26 - 4 26 - 20 82 - 20 82 - -15 -83 - -15 -83 - 45 52 - 45 50 - 45 52 - -94 9 - -94 9 - -27 6 - -27 6 - 16 -59 - 15 -59 - 16 -59 - 79 27 - 79 27 - 76 28 - -45 -83 - -45 -83 - 85 12 - 85 12 - -86 -17 - -86 -17 - -86 -16 - -86 -16 - -86 -17 - -86 -16 - 31 -61 - 31 -61 - 30 -60 - 28 -57 - 29 -58 - 28 -57 - 29 -58 - 53 -13 - 53 -13 - 13 -39 - 13 -39 - -11 -24 - -11 -24 - -29 -40 - -29 -40 - 12 -1 - 12 -1 - -37 36 - -37 36 - -53 21 - -53 21 - -53 22 - -53 22 - -53 21 - -53 22 - 26 -4 - 26 -4 - 18 1 - 18 1 - 1 -59 - 1 -59 - -6 -10 - -6 -10 - 32 7 - 32 7 - 22 -1 - 22 -1 - 54 -87 - 54 -87 - 15 -21 - 15 -21 - 0 -12 - 0 -12 - 0 -11 - 0 -11 - -70 -9 - -70 -9 - 0 -12 - 0 -12 - 0 -11 - 0 -11 - 0 -12 - 1 -12 - 0 -12 - 0 -12 - 0 -12 - 0 -12 - -39 18 - -39 18 - 0 -11 - 0 -11 - 0 -11 - 0 -11 - 0 -11 - 0 -11 - 0 -11 - 0 -9 - 0 -9 - 41 35 - 41 35 - 0 -9 - 0 -9 - 0 -9 - 0 -10 - 0 -10 - -1 -10 - 7 70 - 7 70 - -37 50 - -37 50 - -38 42 - -38 42 - -99 -7 - -99 -7 - -17 100 - -17 100 - -52 -95 - -52 -95 - 33 5 - 33 5 - 46 -19 - 46 -19 - 32 0 - 32 0 - 29 -58 - 30 -60 - 29 -58 - 28 -57 - -75 -89 - -75 -89 - 23 70 - 23 70 - -19 -28 - -19 -28 - -14 -98 - -14 -98 - -25 74 - -25 74 - -93 1 - -93 1 - -25 88 - -25 88 - 13 4 - 13 4 - 53 20 - 53 20 - -88 50 - -88 50 - -68 46 - -68 46 - -51 41 - -51 41 - -3 11 - -3 11 - 20 -88 - 20 -88 - 57 27 - 57 27 - 0 -12 - 0 -12 - -9 90 - -9 90 - 0 -12 - 0 -12 - 0 -12 - 0 -12 - 0 -11 - 0 -11 - 0 -12 - 0 -12 - 0 -12 - 0 -12 - 0 -12 - 0 -12 - 0 -12 - 0 -12 - 0 -12 - 0 -12 - 0 -12 - 0 -12 - 0 -12 - 89 -95 - 89 -95 - -17 -3 - -17 -3 - -7 68 - -7 68 - 0 -9 - 0 -9 - 0 -9 - 0 -9 - -1 -10 - -1 -10 - 85 40 - 85 40 - 5 38 - 5 38 - 0 -9 - 0 -9 - 0 -9 - -1 -9 - 49 85 - 49 85 - 81 56 - 81 56 - -28 15 - -28 15 - 32 -90 - 32 -90 - 21 43 - 21 43 - -18 2 - -18 2 - 39 61 - -47 56 - 39 61 - -63 -18 - -63 -18 - 84 49 - 84 49 - 10 -16 - 10 -16 - -8 13 - -8 13 - -26 42 - -26 42 - 31 -33 - 31 -33 - -25 -18 - -25 -18 - 55 21 - 55 21 - 14 -1 - 14 -1 - 22 3 - 22 3 - 3 -11 - 3 -11 - 26 -25 - 26 -25 - 0 -11 - 0 -11 - 0 -11 - 0 -12 - 0 -12 - 0 -12 - 0 -12 - 0 -12 - 0 -12 - 0 -12 - 0 -12 - 0 -12 - 0 -12 - 0 -12 - 0 -12 - 0 -12 - 0 -12 - 0 -12 - 0 -12 - 0 -12 - 0 -12 - 0 -12 - 0 -12 - 0 -12 - 0 -12 - 0 -12 - 0 -12 - 0 -12 - -32 -11 - -32 -11 - 0 -12 - 0 -12 - 0 -12 - 0 -12 - 0 -12 - 0 -12 - 0 -12 - 0 -12 - 0 -12 - 0 -12 - -23 -28 - -23 -28 - 57 60 - 57 60 - 58 61 - 0 -10 - 0 -10 - 0 -10 - 0 -10 - 0 -10 - 0 -9 - 0 -9 - 0 -9 - 0 -9 - 0 -9 - 53 41 - 53 41 - -1 -9 - 0 -9 - 0 -9 - -1 -9 - -35 100 - -35 100 - -5 -14 - -5 -14 - -3 -9 - -3 -9 - 5 8 - -31 95 - -31 95 - 88 -12 - 88 -12 - -7 12 - -7 12 - 47 17 - 47 17 - 1 -13 - 1 -13 - -30 55 - -30 55 - 95 -57 - 95 -57 - -26 -71 - -26 -71 - 32 7 - 32 7 - 29 -46 - 29 -46 - 36 9 - 36 9 - 9 -25 - 9 -25 - -88 -78 - -88 -78 - -22 78 - -22 78 - 1 -12 - 1 -12 - -96 90 - -96 90 - 0 -12 - 0 -12 - 0 -12 - 0 -12 - 0 -12 - 0 -12 - 0 -12 - 0 -12 - 0 -12 - 0 -12 - 0 -12 - 0 -12 - 0 -13 - 0 -13 - 0 -12 - 0 -12 - -83 -73 - -83 -73 - -34 -16 - -34 -16 - 58 61 - 57 60 - 58 61 - 0 -11 - 0 -11 - 12 34 - 12 34 - 37 0 - 44 61 - 44 61 - -20 -3 - -20 -3 - -7 13 - -7 13 - -1 -10 - 0 -10 - -1 -10 - 0 -9 - 0 -9 - 0 -9 - 0 -9 - -92 22 - -92 22 - -83 74 - -83 74 - 31 7 - 31 7 - -23 -68 - -23 -68 - 29 95 - 29 95 - -58 -77 - -58 -76 - 20 -2 - 20 -2 - 18 93 - 18 93 - 4 79 - 4 79 - 57 34 - 57 34 - 83 25 - 83 25 - 80 -38 - 86 59 - 86 59 - 95 -67 - 95 -67 - -61 46 - -61 46 - -30 23 - -30 23 - -14 23 - -14 23 - 69 3 - 69 3 - 10 91 - 10 91 - -8 -41 - -8 -41 - 15 5 - 15 5 - -8 -9 - -8 -9 - -27 40 - -27 40 - -16 -10 - -16 -10 - -19 -12 - -19 -12 - 83 78 - 83 78 - 26 1 - 26 1 - 38 -93 - 38 -93 - -29 58 - -29 58 - 0 -11 - 0 -11 - 0 -11 - -29 11 - -29 11 - -86 -85 - -86 -85 - 1 -12 - 1 -12 - -21 94 - -21 94 - 0 -12 - 0 -12 - 0 -12 - 0 -12 - 0 -12 - 0 -12 - 0 -12 - 0 -12 - 0 -12 - 0 -12 - 0 -12 - 0 -12 - 0 -12 - 0 -12 - -80 -79 - -80 -79 - 1 -12 - 0 -12 - 1 -12 - 0 -13 - 0 -13 - 10 -47 - 10 -47 - 76 6 - 74 9 - 76 6 - 76 7 - 76 7 - 76 6 - 76 7 - 38 -100 - 38 -100 - 37 0 - 12 34 - 37 0 - 0 -11 - 0 -11 - 0 -11 - 8 71 - 8 71 - 0 -9 - 0 -9 - 0 -9 - 0 -9 - -1 -10 - 0 -10 - -1 -10 - 54 44 - 61 37 - 54 44 - -58 -77 - 29 95 - -58 -77 - -58 -76 - -58 -76 - 29 95 - -58 -77 - -58 -76 - -47 29 - -47 29 - -46 29 - 37 71 - 37 71 - 80 -38 - 83 25 - 80 -38 - -47 56 - -47 56 - 39 61 - 14 -21 - 14 -21 - -77 -48 - -77 -48 - 38 25 - 38 25 - 38 26 - 38 26 - 38 25 - 38 26 - -15 27 - -15 27 - 87 -15 - 87 -15 - -56 57 - -56 57 - -7 -10 - -7 -10 - -11 53 - -11 53 - -12 -8 - -12 -8 - 51 19 - 51 19 - 51 20 - 51 20 - 51 19 - 51 20 - 24 -49 - 24 -49 - 19 2 - 19 2 - 2 -19 - 2 -19 - -35 -40 - -35 -40 - -39 56 - -39 56 - 0 -12 - 0 -12 - 0 -12 - 0 -12 - 0 -12 - 0 -12 - 0 -12 - 1 -12 - 72 48 - 72 48 - -63 15 - -63 15 - 0 -13 - 0 -13 - 0 -13 - -8 43 - -8 43 - 26 37 - -78 28 - -78 28 - 15 64 - 15 64 - 0 -10 - 0 -10 - 0 -10 - -1 -10 - 0 -10 - 0 -10 - 0 -10 - 0 -10 - 14 59 - 14 59 - 52 33 - 52 33 - -46 29 - -47 29 - -46 29 - -26 6 - -26 6 - -34 10 - -34 10 - 82 -60 - 82 -60 - 22 5 - 22 5 - 22 6 - 22 6 - 22 5 - 22 6 - 71 96 - 71 96 - -35 -68 - -35 -68 - 96 -9 - 96 -9 - 99 -7 - 99 -7 - 33 -8 - 33 -8 - 15 31 - 84 71 - 84 71 - -55 19 - -55 19 - -16 -14 - -16 -14 - 11 -1 - 11 0 - 11 -1 - 18 7 - 18 7 - 85 67 - 85 67 - 17 -50 - 17 -50 - -13 29 - -13 29 - -98 68 - -98 68 - 1 -13 - 0 -13 - 1 -13 - 0 -12 - 0 -12 - 0 -12 - 0 -12 - 0 -12 - 0 -12 - 0 -12 - 0 -12 - 0 -12 - 0 -12 - 0 -12 - 0 -12 - 0 -12 - 0 -12 - 0 -12 - 0 -12 - 0 -12 - 0 -12 - 0 -12 - -77 80 - -77 80 - -38 -50 - -38 -50 - 74 9 - 74 9 - 76 6 - -72 45 - -72 45 - 47 -39 - 47 -39 - 0 -12 - 0 -12 - 0 -12 - 0 -12 - 0 -12 - 0 -12 - 0 -12 - 0 -12 - 0 -12 - 0 -11 - 0 -11 - 0 -11 - 0 -11 - 0 -10 - 0 -10 - 21 -92 - 21 -92 - 21 -91 - 21 -91 - 21 -92 - 21 -91 - 56 -68 - 56 -68 - 61 37 - 61 37 - 54 44 - 33 48 - 33 48 - -53 -56 - -53 -56 - -35 78 - -35 78 - 5 -9 - 5 -9 - 7 -10 - 7 -10 - 7 -10 - 7 14 - 7 14 - 6 9 - 6 9 - 75 -39 - 75 -39 - -10 -48 - -10 -48 - -37 -7 - -37 -7 - -55 13 - -55 13 - 38 -73 - 38 -73 - -12 -11 - -12 -11 - 11 3 - 11 3 - 53 16 - 53 16 - 51 16 - 53 17 - 54 17 - 53 17 - 53 16 - 53 17 - 54 17 - 55 17 - 2 -10 - 2 -10 - -31 -87 - -31 -87 - 0 -12 - 0 -12 - 0 -12 - 0 -12 - 1 -12 - 0 -12 - -80 72 - -80 72 - 5 10 - 5 10 - 76 62 - 76 62 - -76 -98 - -76 -98 - 60 -66 - 60 -66 - 0 -12 - 0 -12 - 0 -12 - 0 -12 - 0 -12 - 0 -12 - 0 -12 - 0 -12 - -25 31 - -25 31 - 7 -50 - 7 -50 - 0 -12 - 0 -12 - 0 -12 - 0 -12 - 0 -12 - 0 -12 - 0 -11 - 0 -11 - 0 -11 - 0 -11 - -15 -69 - -69 -19 - -15 -69 - -15 -68 - -15 -68 - -15 -69 - -15 -68 - -33 -73 - -33 -73 - -97 -65 - -97 -65 - 42 28 - 42 28 - -50 71 - -50 71 - 41 83 - 41 83 - 96 79 - 96 79 - -67 -50 - -67 -50 - 6 14 - 6 14 - 7 -10 - 7 -10 - 7 -10 - 8 -10 - 8 -10 - -37 -86 - -37 -86 - 47 85 - 47 85 - -28 -21 - -28 -21 - 74 -64 - 74 -64 - 40 -89 - 40 -89 - -92 -35 - -92 -35 - -85 -1 - -85 -1 - 91 21 - 91 21 - -31 -7 - -31 -7 - 20 14 - 20 14 - 10 -2 - 10 -2 - 54 17 - 53 16 - 53 17 - 54 17 - 55 17 - 0 -12 - 0 -12 - 1 -12 - 0 -12 - 0 -13 - 0 -13 - 1 -13 - 0 -12 - 0 -12 - 0 -12 - 0 -12 - -77 27 - -77 27 - -8 79 - 0 -12 - 0 -12 - 0 -12 - 0 -12 - 0 -12 - 0 -12 - 0 -12 - 0 -12 - 0 -12 - 29 -67 - 29 -67 - 25 -12 - 25 -12 - -90 65 - -90 65 - -90 66 - -90 66 - -90 65 - -90 66 - 0 -13 - 0 -13 - 0 -13 - 0 36 - 0 36 - 45 -46 - 45 -46 - 44 -12 - 44 -12 - 26 37 - -8 43 - 26 37 - 0 -12 - 0 -12 - 0 -12 - 0 -12 - 0 -12 - 0 -12 - 0 -12 - 0 -12 - 0 -12 - 0 -12 - 0 -12 - 0 -12 - 0 -12 - 0 -12 - 0 -12 - 0 -12 - 0 -12 - 0 -12 - 0 -12 - 0 -12 - 0 -12 - 0 -11 - 0 -11 - 0 -11 - 0 -11 - 0 -11 - 76 100 - 76 100 - 77 100 - 0 -10 - 0 -10 - 0 -10 - -87 -10 - -87 -10 - -95 -85 - -95 -85 - 11 -83 - 11 -83 - 54 95 - 54 95 - 42 100 - 42 100 - 49 27 - 49 27 - -30 -5 - -30 -5 - -56 -90 - -56 -90 - -35 73 - -35 73 - 49 -64 - 1 -95 - 1 -95 - 88 23 - 88 23 - 7 13 - 7 13 - -52 -35 - -52 -35 - -67 -19 - -67 -19 - -66 -17 - -20 29 - -20 29 - 52 31 - 52 31 - 36 24 - 36 24 - -44 49 - -44 49 - 50 -91 - 50 -91 - 23 12 - 23 12 - 15 31 - 33 -8 - 15 31 - -7 -9 - -7 -9 - 11 0 - 11 0 - -7 -9 - 11 0 - 11 -1 - -16 39 - -16 39 - 13 4 - 13 4 - 55 17 - 53 17 - 54 17 - 55 17 - 19 2 - 19 2 - 41 49 - 41 49 - -67 -13 - -67 -13 - -23 43 - -23 43 - 0 -9 - 0 -9 - 1 -12 - 0 -12 - 1 -12 - 0 -12 - 1 -13 - 0 -13 - 1 -13 - 1 -12 - 1 -12 - 0 -12 - 1 -12 - 0 -13 - 0 -13 - 1 -13 - 1 -13 - 1 -12 - 0 -12 - 1 -12 - 1 -12 - 1 -12 - 1 -13 - 1 -13 - 1 -13 - 1 -13 - -8 79 - -77 27 - -8 79 - -61 11 - -61 11 - 0 -12 - 0 -12 - -88 72 - -88 72 - 0 -12 - 0 -12 - 0 -12 - 0 -12 - 0 -12 - 9 84 - 9 84 - 9 85 - 9 85 - 9 84 - 9 85 - -15 -96 - -15 -96 - 90 36 - 0 -12 - 0 -12 - 0 -12 - 0 -12 - -69 -19 - -69 -19 - -15 -69 - 77 100 - 76 100 - 77 100 - 0 -10 - 0 -10 - -1 -10 - -1 -10 - 0 -10 - 0 -10 - 0 -10 - 0 -10 - -94 -82 - -94 -82 - -73 -36 - -73 -36 - -40 -68 - -40 -68 - 57 -1 - 57 -1 - -92 -76 - -92 -76 - -92 -76 - -92 -76 - -92 -76 - -92 -76 - 46 -15 - 46 -15 - 49 -64 - -35 73 - 49 -64 - 9 -79 - 9 -79 - -98 37 - -98 37 - -5 -12 - -5 -12 - 8 14 - 8 14 - 56 40 - 56 40 - 28 55 - 28 55 - 29 55 - -66 -17 - -67 -19 - -66 -17 - -97 16 - -97 16 - 90 -45 - 90 -45 - -22 37 - -22 37 - -9 41 - 10 -16 - 10 -16 - -36 67 - -36 67 - -54 46 - -54 46 - 67 -22 - 14 5 - 14 5 - 51 -69 - 51 -69 - -30 71 - -30 71 - -68 50 - -68 50 - 51 16 - 53 16 - 51 16 - 25 5 - 25 5 - -2 10 - -2 10 - 1 -11 - 1 -11 - 0 -10 - 0 -10 - -6 -76 - -6 -76 - -13 37 - -13 37 - 29 -99 - 29 -99 - 1 -14 - 1 -14 - 1 -14 - 1 -13 - 1 -13 - 0 -13 - 0 -13 - 24 -28 - 24 -28 - 0 -13 - 0 -13 - 0 -12 - 0 -12 - 0 -12 - 0 -12 - 0 -12 - 34 31 - 34 31 - -94 -27 - -94 -27 - -96 -31 - -96 -31 - -94 -27 - -96 -31 - 51 -91 - 51 -91 - 13 -36 - 13 -36 - -30 8 - -30 8 - -24 -56 - -24 -56 - 85 -2 - 85 -2 - -4 -10 - -4 -10 - -77 38 - -77 38 - 29 55 - 28 55 - 29 55 - -3 -24 - -3 -24 - -89 -39 - -89 -39 - 9 2 - 9 2 - -17 -100 - -17 -100 - -15 78 - -59 55 - -15 78 - 13 -1 - 13 -1 - -32 -24 - -32 -24 - 6 -36 - 6 -36 - -60 34 - -60 34 - -18 20 - -18 20 - -18 21 - -18 21 - -18 20 - -18 21 - 1 -12 - 1 -12 - 0 -12 - 0 -12 - 0 -12 - 0 -12 - 0 -13 - 0 -13 - -7 82 - -7 82 - 0 -12 - 1 -12 - 0 -12 - 1 -12 - 1 -12 - 1 -12 - 1 -13 - 1 -13 - 1 -13 - 1 -13 - 62 66 - 62 66 - 0 -12 - 0 -12 - 71 -30 - 71 -30 - 0 -13 - 0 -13 - 72 -18 - 72 -18 - 71 -16 - 71 -16 - 72 -18 - 71 -16 - 0 -11 - 0 -11 - 0 -13 - 0 -13 - 0 -12 - 0 -12 - 0 -12 - 50 -31 - 50 -31 - 0 -12 - 0 -12 - 0 -12 - 0 -12 - 0 -12 - 0 -12 - 0 -12 - -80 55 - -80 55 - 38 51 - 38 51 - 6 19 - 6 19 - 0 -9 - 0 -9 - 0 -9 - 0 -9 - 0 -9 - 0 -9 - 0 -9 - 0 -9 - 0 -9 - 0 -9 - 0 -9 - 0 -9 - 0 -9 - 0 -9 - 0 -9 - -37 -64 - -37 -64 - 29 -72 - 29 -72 - -13 -97 - -13 -97 - -47 52 - -47 52 - -47 53 - -47 53 - -47 52 - -47 53 - -33 -84 - -3 91 - -33 -84 - 87 -81 - 87 -81 - 87 -80 - 87 -80 - 87 -81 - 87 -80 - -51 19 - -51 19 - -51 20 - 65 30 - 65 30 - -48 -36 - -48 -36 - -45 -53 - -45 -53 - -93 4 - -93 4 - -9 -40 - -9 -40 - -10 92 - -10 92 - -13 -37 - -13 -37 - 94 55 - 94 55 - 94 56 - 94 56 - 94 55 - 94 56 - 39 93 - 39 93 - 21 45 - 21 45 - -5 47 - -5 47 - 27 -54 - 27 -54 - -17 8 - -17 8 - -39 23 - -39 23 - -13 -9 - -13 -9 - 15 5 - 15 -4 - 15 -4 - 27 6 - 27 6 - -56 25 - -56 25 - 2 -11 - 2 -11 - -15 -19 - -15 -19 - 1 -11 - 1 -11 - 1 -10 - 1 -10 - 1 -10 - 1 -10 - 0 -10 - 0 -10 - 1 -11 - 1 -11 - 1 -11 - -15 -34 - -15 -34 - -14 11 - -14 11 - 0 -12 - 0 -12 - -92 35 - -92 35 - 3 47 - 3 47 - 1 -13 - 1 -13 - 1 -12 - 1 -12 - 0 -12 - 1 -12 - 1 -12 - 1 -12 - 1 -13 - 0 -13 - 1 -13 - 1 -13 - 1 -13 - 1 -12 - 1 -12 - 1 -12 - 0 -13 - 0 -13 - 0 -13 - 0 -13 - 58 2 - 58 2 - 0 -12 - 0 -12 - 0 -12 - -34 3 - -34 3 - -6 74 - -6 74 - 35 68 - 35 68 - -6 74 - 35 68 - 0 -11 - 0 -11 - 90 36 - -15 -96 - 90 36 - 0 -12 - 0 -12 - 0 -12 - 0 -12 - 0 -10 - 0 -10 - 0 -10 - 0 -10 - 9 -46 - 9 -46 - -9 -26 - -9 -26 - 0 -9 - 0 -9 - 0 -9 - 0 -9 - 0 -9 - 0 -9 - 0 -9 - 0 -9 - 0 -9 - 0 -9 - 0 -9 - 26 44 - 26 44 - 22 96 - 22 96 - -89 71 - -89 71 - 80 -92 - 80 -92 - 18 21 - 18 21 - 59 -90 - 59 -90 - -11 -23 - -11 -23 - -89 -55 - -89 -55 - -76 -12 - -76 -12 - 29 9 - 29 9 - 17 -26 - 17 -26 - -9 41 - -22 37 - -9 41 - 28 -55 - 28 -55 - 28 -55 - 67 -22 - -54 46 - 67 -22 - 15 5 - -13 -9 - 15 5 - 27 6 - 27 6 - 4 12 - 4 12 - -50 52 - -50 52 - -15 78 - -15 78 - 25 10 - 25 10 - 10 -2 - 10 -2 - 17 2 - 17 2 - 10 -2 - 10 -2 - 33 9 - 33 9 - 23 4 - 23 4 - -78 -43 - -78 -43 - -70 -47 - -70 -47 - 1 -10 - 1 -10 - 1 -10 - 1 -10 - 1 -10 - 1 -13 - 1 -13 - 1 -9 - 1 -9 - 1 -11 - 1 -11 - 0 -12 - 0 -12 - -5 10 - -5 10 - -5 10 - -5 10 - -5 10 - -5 10 - -5 11 - -5 11 - -96 -65 - -96 -65 - -95 67 - -95 67 - 1 -12 - 0 -12 - 1 -12 - 1 -12 - 1 -14 - 1 -14 - 1 -13 - 1 -13 - 14 -13 - 14 -13 - 0 -75 - 0 -75 - -23 -35 - -23 -35 - 1 -15 - 1 -15 - 1 -14 - 1 -14 - 1 -14 - 9 -85 - 9 -85 - -11 -22 - -11 -22 - 80 -81 - 80 -81 - 62 -86 - 62 -86 - 87 -6 - 87 -6 - -72 52 - -72 52 - 87 -6 - -72 52 - -27 -55 - -27 -55 - 0 -13 - 0 -13 - 0 -13 - 0 -13 - 0 -13 - 0 -13 - 0 -12 - 0 -12 - -6 74 - -6 74 - 0 -13 - 0 -13 - 19 12 - 19 12 - 0 -13 - 0 -13 - 5 26 - 5 26 - 14 -98 - 14 -98 - 0 -11 - 0 -11 - 0 -12 - 0 -12 - 0 -12 - 0 -11 - 0 -11 - -30 -81 - -30 -81 - 0 -10 - 0 -10 - 38 -21 - 38 -21 - -78 -78 - -78 -78 - -36 -48 - -36 -48 - -3 9 - -3 9 - 27 53 - 27 53 - 93 66 - 93 66 - -83 10 - -41 73 - -83 10 - 8 -30 - 8 -30 - 46 17 - 46 17 - 0 -61 - 0 -61 - -51 20 - -51 19 - -51 20 - -16 1 - -16 1 - 33 89 - 33 89 - -60 -61 - -60 -61 - -59 -59 - 10 -7 - 10 -7 - 23 -35 - 23 -35 - 23 -36 - 24 -37 - 23 -36 - 18 -27 - 18 -27 - -78 34 - -78 34 - 18 -67 - 18 -67 - -75 24 - -75 24 - 19 7 - 19 7 - 19 7 - 19 7 - 19 7 - 19 7 - 29 7 - 29 7 - -47 61 - -47 61 - -36 67 - -36 67 - -47 61 - -36 67 - -59 55 - -59 55 - -15 78 - 2 38 - 2 38 - 2 39 - -10 70 - -10 70 - 23 6 - 23 6 - -8 -48 - -8 -48 - 1 -10 - 1 -10 - 1 -10 - 1 -10 - 1 -10 - 1 -10 - 1 -10 - 1 -10 - 1 -10 - 1 -10 - 1 -10 - 1 -10 - 1 -10 - 1 -10 - -5 72 - -5 72 - -66 23 - -66 23 - 2 -96 - 2 -96 - 0 -13 - 0 -13 - 1 -13 - 1 -13 - 1 -12 - 1 -12 - 0 -11 - 0 -11 - -25 -28 - -25 -28 - 33 -86 - 33 -86 - 11 -89 - 11 -89 - 33 -86 - 11 -89 - 87 -25 - 86 -24 - 0 -13 - 0 -13 - 0 -13 - 0 -13 - -15 -96 - -15 -96 - 1 -14 - 1 -14 - 0 -12 - 0 -12 - -7 -41 - -7 -41 - -22 86 - -22 86 - 0 -12 - 0 -12 - 0 -12 - 0 -12 - 0 -12 - 0 -12 - 0 -12 - 0 -12 - 0 -12 - 0 -12 - 0 -12 - 0 -12 - -78 -61 - -78 -61 - 55 -38 - 55 -38 - 1 -12 - 0 -12 - 1 -12 - 0 -12 - 0 -12 - 30 7 - 30 7 - 30 -1 - 30 -1 - 27 -98 - 27 -98 - 0 -10 - 0 -10 - 0 -10 - 8 -17 - 8 -17 - 30 -10 - 30 -10 - -16 -16 - -16 -16 - 47 70 - 47 70 - -19 13 - -19 13 - -8 65 - -8 65 - -7 65 - -3 91 - -3 91 - -33 -84 - -34 64 - -34 64 - -30 -17 - -30 -17 - -59 -59 - -60 -61 - -59 -59 - -16 10 - -16 10 - -26 5 - -26 5 - -94 -33 - -94 -33 - 46 -85 - 46 -84 - 46 -85 - 24 -37 - 24 -37 - 23 -36 - -39 -18 - -39 -18 - -49 35 - -49 35 - 95 -12 - 95 -12 - -23 -14 - -23 -14 - -14 -99 - -14 -99 - -13 -99 - -7 -9 - -7 -9 - 0 42 - 0 42 - -42 41 - -42 41 - 27 59 - 27 59 - -1 -11 - -1 -11 - 23 4 - 23 4 - 34 -44 - 34 -44 - -12 -39 - -12 -39 - 1 -10 - 1 -10 - 1 -10 - 1 -10 - 1 -10 - -5 -97 - -5 -97 - -67 63 - -67 63 - 1 -11 - 1 -11 - 1 -11 - 0 -9 - 0 -9 - -4 69 - -4 69 - -15 52 - -15 52 - -67 -86 - -67 -86 - -90 -97 - -90 -97 - 0 -14 - 0 -14 - 46 75 - 46 75 - 0 -12 - 0 -12 - 0 -12 - 0 -12 - 0 -12 - 0 -12 - 0 -12 - 0 -12 - 0 -12 - 0 -12 - 44 46 - 44 46 - 0 -11 - 0 -11 - 0 -10 - 0 -10 - 16 4 - 16 4 - 0 -11 - -1 -11 - 0 -11 - 0 -10 - 0 -10 - 0 -10 - 0 -10 - -30 -32 - -30 -32 - -24 23 - -24 23 - -7 65 - -8 65 - -7 65 - -41 73 - 86 13 - -41 73 - -83 10 - 11 74 - 11 74 - -14 0 - -14 0 - -79 75 - -79 75 - 31 97 - 31 97 - 32 99 - -3 10 - -4 -10 - -3 10 - -19 34 - -19 34 - -19 35 - -19 35 - -19 34 - -19 35 - -9 -10 - -9 -10 - -47 -83 - -47 -83 - 8 -12 - 8 -12 - 8 -11 - 8 -11 - 8 -11 - 8 -11 - 67 16 - 67 16 - 28 -55 - 28 -55 - 28 -55 - 12 9 - 12 9 - -13 -99 - -14 -99 - -13 -99 - 13 16 - 13 16 - 13 16 - 31 -75 - 31 -75 - -19 -16 - -19 -16 - 2 39 - 2 38 - 2 39 - 46 -75 - 46 -75 - 9 -12 - 9 -12 - 9 -2 - 9 -2 - -24 -19 - -24 -19 - -10 -13 - -10 -13 - -35 -19 - -35 -19 - 1 -13 - 1 -13 - 1 -13 - 0 -13 - -23 -71 - -23 -71 - 10 19 - 10 19 - 3 -24 - 3 -24 - 0 -14 - 0 -14 - 4 -52 - 4 -52 - 4 -51 - 4 -51 - 4 -52 - 4 -51 - 0 -15 - 0 -15 - 0 -14 - 0 -14 - 1 -13 - 1 -13 - 19 66 - 19 66 - -89 -24 - -89 -24 - 22 -66 - 22 -66 - 0 -13 - 0 -13 - 16 68 - 16 68 - 3 17 - 3 17 - -1 -11 - -1 -11 - 1 -68 - 1 -68 - 0 -10 - 0 -10 - 0 -10 - 34 -41 - 34 -41 - -25 20 - -25 20 - 28 39 - 28 39 - -11 -40 - -11 -40 - 15 17 - 15 17 - 86 13 - 86 13 - -41 73 - 74 -23 - 74 -23 - -7 58 - -7 58 - -42 -57 - -42 -57 - 4 -9 - 4 -9 - -96 -78 - -96 -78 - -54 4 - -54 4 - 32 99 - 31 97 - 32 99 - -33 -19 - -33 -19 - -57 1 - -57 1 - 98 68 - 98 68 - -88 62 - -88 62 - -89 62 - -88 63 - 74 -4 - 74 -4 - 19 -60 - 19 -60 - 46 -84 - 46 -84 - 46 -85 - 9 -13 - 9 -13 - 8 -11 - 8 -11 - 8 -11 - 8 -11 - 8 -11 - 8 -11 - 89 -17 - 89 -17 - -59 17 - -59 17 - 70 -20 - 70 -20 - 30 -4 - 30 -4 - 13 16 - 13 16 - 13 16 - 28 24 - 28 24 - -12 -12 - -12 -12 - -7 -10 - -7 -10 - 15 -9 - 15 -9 - 3 -13 - 3 -13 - -15 -15 - -15 -15 - 1 -11 - 1 -11 - -5 35 - -5 35 - 1 -14 - 1 -14 - 1 -13 - 1 -13 - -89 -92 - -89 -92 - 12 -75 - 12 -75 - -6 98 - -6 98 - 1 -14 - 1 -14 - 1 -14 - 1 -14 - -80 -43 - -80 -43 - -95 54 - -95 54 - -81 -19 - -81 -19 - 87 -25 - 11 -89 - 87 -25 - 87 -25 - 86 -24 - 87 -24 - 86 -24 - 11 -89 - 87 -25 - 87 -25 - 86 -24 - 87 -24 - 0 -14 - 0 -14 - 1 -14 - 16 -37 - 16 -37 - -53 65 - -53 65 - 13 -76 - 13 -76 - -72 21 - -72 21 - 13 -76 - -72 21 - 0 -13 - 0 -13 - -66 83 - -66 83 - 34 -87 - 34 -87 - 0 -12 - 0 -12 - 0 -12 - 0 -12 - 0 -12 - 1 -12 - 0 -12 - 0 -12 - 0 -12 - 1 -12 - 0 -12 - 0 -12 - 0 -12 - 1 -12 - 0 -12 - 0 -12 - 0 -11 - 0 -11 - 43 48 - 43 48 - -73 -77 - -73 -77 - -1 -11 - -1 -11 - 0 -11 - 28 -97 - 28 -97 - -31 -64 - -31 -64 - -88 -60 - -88 -60 - -77 25 - -77 25 - -32 51 - -32 51 - -32 52 - -32 52 - -32 51 - -32 52 - 39 -20 - 39 -20 - 65 -37 - 65 -37 - 5 -9 - 5 -9 - -12 -1 - -12 -1 - 6 -10 - 62 -86 - 62 -86 - 27 -43 - 27 -43 - 16 -23 - 16 -23 - -18 -1 - -18 -1 - -17 7 - 57 35 - 57 35 - 30 12 - 30 12 - 43 18 - 43 18 - -33 55 - -33 55 - -94 2 - -94 2 - 4 -14 - 4 -14 - -14 -18 - -14 -18 - 1 -10 - 1 -10 - -82 16 - -82 16 - 1 -10 - 1 -10 - 1 -11 - 1 -11 - 0 -12 - 0 -12 - 1 -12 - 0 -13 - 1 -13 - 1 -13 - 0 -13 - 0 -13 - 0 -13 - 82 -86 - 82 -86 - 31 -96 - 31 -96 - 0 -14 - 0 -14 - 87 -25 - 87 -25 - 87 -25 - 86 -24 - 87 -24 - 87 -24 - 87 -25 - 87 -25 - 86 -24 - 87 -24 - 1 -14 - 0 -14 - 1 -14 - 39 5 - 39 5 - 0 -14 - 0 -14 - 0 -14 - -1 -14 - 0 -14 - 0 -14 - 57 44 - 57 44 - 58 44 - -84 43 - -84 43 - 0 -12 - 0 -12 - 0 -12 - 0 -12 - 0 -12 - 0 -12 - -39 -59 - -39 -59 - -90 89 - -90 89 - 0 -11 - 0 -11 - -98 98 - -98 98 - -68 61 - -68 61 - 24 52 - 24 52 - 0 -9 - 0 -9 - 0 -9 - 0 -9 - 49 77 - 49 77 - -79 10 - -79 10 - -24 -95 - -24 -95 - -1 86 - -1 86 - 34 84 - 34 84 - 34 -50 - 34 -50 - 17 -15 - 17 -15 - 16 -14 - 16 -14 - -11 -1 - -11 -1 - 42 65 - 42 65 - 7 10 - 7 10 - -4 -10 - -4 -10 - -3 10 - 8 13 - 8 13 - 21 91 - 21 91 - -50 0 - -50 0 - -89 62 - -88 62 - -89 62 - -88 63 - 17 -25 - 17 -25 - 23 9 - 23 9 - 34 14 - 34 14 - 19 7 - 19 7 - -26 -4 - -26 -4 - 3 -10 - 3 -10 - -78 40 - -78 40 - -91 -7 - -91 -7 - 1 -14 - 1 -14 - 1 -13 - 1 -13 - 1 -12 - 0 -12 - 1 -12 - -8 -47 - -8 -47 - -71 -3 - -71 -3 - 1 -13 - 1 -13 - 1 -13 - 0 -13 - 10 -34 - 10 -34 - -16 14 - -16 14 - 13 -20 - 13 -20 - -21 10 - -21 10 - 13 -20 - -21 10 - -5 -65 - -5 -65 - 0 -14 - 0 -14 - 0 -13 - 0 -13 - 79 -77 - 79 -77 - 4 54 - 4 54 - -5 -64 - -5 -64 - -6 83 - -6 83 - -1 -14 - 0 -14 - 0 -14 - -1 -14 - -15 -34 - -15 -34 - 0 -12 - 0 -12 - 0 -12 - 0 -12 - 58 44 - 57 44 - 58 44 - 0 -13 - 0 -13 - 0 -12 - 0 -12 - 0 -12 - 19 30 - 19 30 - 0 -11 - 0 -11 - -21 -61 - -21 -61 - -9 14 - -9 14 - 0 -9 - 0 -9 - 0 -9 - 0 -9 - 0 -9 - 0 -9 - 0 -9 - 0 -9 - 0 -9 - 0 -9 - -40 -48 - -40 -48 - -65 46 - -65 46 - -69 -94 - -69 -94 - 36 -6 - 31 -17 - 36 -6 - 36 -5 - 36 -5 - 31 -17 - 36 -6 - 36 -5 - 7 -10 - 7 -10 - -92 -84 - -92 -84 - 6 9 - 6 9 - 9 15 - 9 15 - -6 99 - -6 99 - -32 -31 - -32 -31 - -88 63 - -88 62 - -89 62 - -88 63 - 75 -85 - 75 -85 - -74 -64 - -74 -64 - -74 -63 - -74 -63 - -74 -64 - -74 -63 - 51 4 - 51 4 - 52 5 - 13 -67 - 64 -16 - 13 -67 - -2 23 - -2 23 - -25 -20 - -25 -20 - -17 7 - -18 -1 - -17 7 - -9 31 - -9 31 - -86 -86 - -86 -86 - 8 -99 - 8 -99 - 1 -10 - 1 -10 - 0 -10 - 1 -9 - 1 -9 - -65 -52 - -65 -52 - 1 -9 - 1 -9 - -62 -4 - -62 -4 - 1 -9 - 1 -9 - -72 90 - -72 90 - 0 -57 - 0 -57 - 20 -89 - 20 -89 - -80 3 - -80 3 - 0 -14 - 0 -14 - 1 -14 - 1 -14 - 0 -14 - 1 -14 - 92 -22 - 92 -22 - 27 -66 - 27 -66 - 0 -13 - 0 -13 - 0 -13 - -15 88 - 20 87 - -15 88 - -20 -25 - -20 -25 - 0 -14 - 0 -14 - -72 -8 - -72 -8 - 5 -100 - 23 -98 - 5 -100 - 0 -12 - 0 -12 - 0 -12 - 0 -12 - 0 -11 - 0 -11 - 20 -41 - 20 -41 - 10 43 - -14 -36 - -14 -36 - 0 -10 - 0 -10 - 95 -28 - 95 -28 - 19 -18 - 19 -18 - 39 61 - 39 61 - -6 11 - -6 11 - 93 -94 - 93 -94 - 94 -93 - 31 -17 - 31 -17 - 36 -6 - 36 -5 - 8 -11 - 8 -11 - 23 -18 - 24 -18 - 23 -18 - 23 -17 - -29 8 - 23 -17 - 23 -18 - 23 -17 - 6 -10 - -12 -1 - 6 -10 - 63 -72 - 63 -72 - 64 -70 - -24 -43 - -24 -43 - -5 -11 - -5 -11 - 7 11 - 7 11 - -65 92 - -65 92 - -14 -33 - -14 -33 - -78 66 - -78 66 - 52 5 - 51 4 - 52 5 - -71 25 - -71 25 - -80 43 - -80 43 - 14 -25 - 14 -25 - 65 26 - 65 26 - 28 11 - 28 11 - 23 21 - 23 21 - 23 21 - 23 21 - 23 21 - 23 21 - 2 38 - 2 38 - -18 9 - -18 9 - 73 30 - 73 30 - 75 31 - 17 -72 - 17 -72 - 18 -72 - -51 44 - -51 44 - -52 45 - -51 45 - -52 45 - -51 44 - -52 45 - -51 45 - -68 60 - -68 60 - 51 -33 - 51 -33 - -4 -68 - -4 -68 - 1 -11 - 1 -11 - -10 65 - -10 65 - 0 52 - 0 52 - -75 -75 - -75 -75 - -74 -75 - 11 -58 - 11 -58 - 0 -14 - 0 -14 - 0 -14 - 0 -14 - 0 -14 - 0 -14 - -13 -5 - -13 -5 - 0 -14 - 0 -14 - 0 -15 - 0 -15 - -67 -87 - -67 -87 - 20 87 - 20 87 - -15 88 - 0 -14 - 0 -14 - 0 -14 - -1 -14 - 0 -13 - 0 -13 - 0 -13 - 0 -13 - 10 43 - 20 -41 - 10 43 - 0 -12 - 0 -12 - 0 -12 - 0 -12 - 0 -12 - 0 -12 - -16 -15 - -16 -15 - 55 73 - 55 73 - -43 46 - -43 46 - 0 -11 - 0 -11 - 0 -11 - 0 -11 - 0 -11 - 0 -11 - 0 -11 - 0 -11 - -1 -9 - -1 -9 - -1 -9 - 98 33 - 98 33 - 9 -86 - 9 -86 - 16 -56 - 16 -56 - 16 -55 - 16 -55 - 16 -56 - 16 -55 - -37 25 - -37 25 - 37 55 - 37 55 - 9 -64 - 9 -64 - -31 -78 - -31 -78 - 94 -93 - 93 -94 - 94 -93 - -38 71 - -38 71 - -37 8 - -37 8 - 9 -11 - 9 -11 - -29 8 - 23 -18 - -29 8 - 95 -6 - 95 -6 - 64 -70 - 63 -72 - 64 -70 - -59 31 - -59 31 - -3 -16 - -3 -16 - -28 4 - -28 4 - -7 11 - -11 7 - -7 11 - 76 -17 - 76 -17 - 54 34 - 54 34 - 13 15 - 13 15 - 13 16 - 13 16 - 13 15 - 13 16 - 8 48 - 8 48 - -10 -44 - -10 -44 - 69 29 - 69 29 - 70 29 - 71 29 - 71 30 - 18 -72 - 17 -72 - 18 -72 - -51 45 - -51 44 - -52 45 - -51 45 - 25 8 - 25 8 - -29 27 - -29 27 - -89 63 - -89 63 - 1 -9 - 1 -9 - 13 -96 - 13 -96 - 13 -97 - 13 -97 - 13 -96 - 13 -97 - -74 30 - -74 30 - -83 18 - -83 18 - -81 -2 - -81 -2 - 13 -77 - 13 -77 - -67 -42 - -67 -42 - 0 -14 - 0 -14 - -74 -75 - -75 -75 - -74 -75 - 0 -15 - 0 -15 - -68 15 - -68 15 - 17 -8 - 17 -8 - 84 -88 - 84 -88 - -59 -86 - -59 -86 - -7 90 - -7 90 - 0 -13 - 0 -13 - 0 -13 - -80 86 - -80 86 - 93 -30 - 93 -30 - 0 -15 - 1 -15 - 0 -15 - 44 -92 - 44 -92 - 51 -89 - 51 -89 - 35 -25 - 35 -25 - 0 -14 - 0 -14 - 0 -13 - 0 -13 - 0 -13 - 0 -13 - 0 -14 - 0 -14 - 0 -13 - 0 -13 - 0 -12 - 0 -12 - 0 -12 - 0 -12 - 11 -16 - 11 -16 - 94 97 - 94 97 - 72 10 - 72 10 - 72 10 - 55 -68 - 55 -68 - 0 -12 - 0 -12 - -35 -12 - -35 -12 - -35 -10 - -35 -10 - -35 -12 - -35 -10 - 0 -10 - 0 -10 - 0 -10 - 1 -10 - 1 -10 - 0 -10 - 0 -10 - 1 -10 - 0 -9 - 0 -9 - 0 -9 - 0 -9 - 0 -9 - 0 -9 - 54 56 - 54 56 - 28 -22 - 28 -22 - -19 4 - -19 4 - 10 -12 - 10 -12 - 11 -12 - 11 -12 - 24 -18 - 24 -18 - 23 -18 - -34 49 - -34 49 - 91 -82 - 91 -82 - 0 10 - 0 10 - -97 91 - -97 91 - -49 -7 - -49 -7 - -99 -2 - -99 -2 - -60 93 - -60 93 - 50 -9 - 50 -9 - 22 7 - 22 7 - -4 -14 - -4 -14 - 64 -16 - 64 -16 - 13 -67 - 63 -16 - -5 -12 - -5 -12 - -11 7 - -11 7 - -7 11 - -13 0 - -13 0 - 15 5 - 15 5 - -10 -23 - -10 -23 - 23 9 - 27 23 - 27 23 - 9 14 - 9 14 - -31 69 - -46 61 - -31 69 - 75 31 - 73 30 - 75 31 - 70 29 - 69 29 - 70 29 - 71 29 - 71 30 - 3 -11 - 3 -11 - 3 -11 - 2 -10 - 2 -10 - -98 -63 - -98 -63 - 0 -10 - 1 -10 - 0 -10 - 1 -9 - 1 -9 - 1 -9 - 90 85 - 90 85 - 21 69 - 21 69 - 0 -12 - 0 -12 - 1 -12 - 1 -13 - 1 -13 - 1 -12 - 1 -12 - 0 -12 - 1 -12 - 17 -85 - 17 -85 - 1 -13 - 1 -13 - 1 -13 - 1 -13 - 1 -13 - 2 -14 - 2 -14 - 2 -14 - 0 -12 - 0 -12 - 0 -12 - 10 16 - 10 16 - -73 -33 - -73 -33 - 85 -90 - 85 -90 - 1 -15 - 1 -15 - 1 -15 - 0 -15 - 15 38 - 15 38 - -82 -55 - -82 -55 - 0 -16 - 0 -16 - 0 -15 - 0 -15 - -71 65 - -71 65 - -18 -68 - -18 -68 - 0 -14 - 0 -14 - 53 56 - 53 56 - 23 -98 - 23 -98 - 5 -100 - 72 10 - 72 10 - 72 10 - -8 97 - -8 97 - -33 -4 - -33 -4 - 49 28 - 49 28 - -34 -5 - -34 -5 - -31 43 - -31 43 - 0 -11 - 0 -11 - 0 -11 - 0 -11 - 0 -10 - 0 -10 - 33 -42 - 33 -42 - -20 96 - -20 96 - 14 67 - 14 67 - -1 -9 - -1 -9 - 0 -9 - -1 -9 - 22 26 - 22 26 - -76 68 - -76 68 - 70 100 - 70 100 - 19 -16 - 19 -16 - 20 -16 - -34 59 - -34 59 - -81 9 - -81 9 - 24 -60 - 24 -60 - -47 -57 - -47 -57 - -47 91 - -47 91 - 8 10 - 8 10 - 82 -45 - 82 -45 - -11 -33 - -11 -33 - 63 -16 - 64 -16 - 63 -16 - 19 7 - 19 7 - -36 55 - -36 55 - -13 -99 - -13 -99 - 12 -1 - 12 -1 - -12 -97 - 85 46 - -12 -97 - -46 61 - -46 61 - -31 69 - -17 77 - -51 58 - -15 85 - -15 85 - 4 -13 - 4 -13 - 4 -13 - 4 -13 - 4 -13 - 4 -13 - 2 -9 - 2 -9 - 2 -9 - 2 -9 - -17 -41 - -17 -41 - 1 -9 - 1 -9 - 0 -11 - 0 -11 - 1 -11 - 1 -11 - 0 -11 - 1 -11 - -95 -13 - -95 -13 - -63 94 - -63 94 - 1 -12 - 0 -12 - 1 -12 - 1 -13 - 1 -13 - 1 -13 - 1 -13 - 1 -13 - 1 -13 - 1 -13 - 1 -13 - 1 -13 - 1 -13 - 1 -13 - 1 -13 - 1 -13 - 1 -13 - 1 -13 - 2 -14 - 2 -14 - 2 -14 - 15 8 - 15 8 - 1 -14 - 1 -14 - 1 -14 - 1 -13 - 1 -13 - 1 -13 - -69 -57 - -69 -57 - -74 51 - -74 51 - -69 -57 - -74 51 - 1 -14 - 1 -14 - 0 -14 - 1 -15 - 1 -15 - 0 -14 - 0 -14 - 0 -66 - 0 -66 - -48 34 - -48 34 - 32 22 - 32 22 - 30 -41 - 30 -41 - 80 4 - -53 58 - 80 4 - 95 17 - -4 -95 - 95 17 - 0 -15 - 0 -15 - 0 -15 - 1 -14 - 1 -14 - 1 -13 - 1 -13 - 23 -39 - 23 -39 - 4 -92 - 4 -92 - -82 21 - -82 21 - 81 -41 - 81 -41 - -60 83 - -60 83 - 36 93 - -92 -35 - -92 -35 - 69 70 - -76 -60 - 69 70 - -76 -60 - 0 -12 - 0 -12 - -4 -64 - -4 -64 - 9 -57 - 9 -57 - 0 -11 - 0 -11 - 0 -11 - -1 -11 - -1 -11 - -1 -11 - 0 -10 - 0 -10 - 0 -10 - 1 -10 - -2 -9 - -2 -9 - 91 -41 - 91 -41 - 26 -19 - 26 -19 - 71 -96 - 71 -96 - 20 -16 - 19 -16 - 20 -16 - 36 88 - 36 88 - 10 73 - 10 73 - 92 33 - 92 33 - 2 52 - 2 52 - -91 -8 - -91 -8 - 81 -70 - 81 -70 - 82 -70 - 82 -69 - -55 68 - -55 68 - -7 -10 - -7 -10 - -46 37 - -46 37 - -12 18 - -12 18 - -14 11 - -14 11 - -9 24 - -9 24 - 23 9 - -10 -23 - 23 9 - 11 -1 - 11 -1 - -55 73 - -55 73 - 84 34 - 84 34 - 86 35 - 71 29 - 71 30 - 71 30 - 69 29 - 70 29 - 71 29 - 71 30 - 69 29 - 70 29 - 71 29 - 71 30 - 72 31 - -99 -61 - -99 -61 - -19 -59 - -19 -59 - 4 -51 - 4 -51 - -10 -27 - -10 -27 - 3 -11 - 3 -11 - 3 -11 - -63 -10 - -63 -10 - 0 30 - 0 30 - 63 -5 - 63 -5 - 1 -9 - 1 -9 - 1 -9 - 1 -11 - 1 -11 - 1 -12 - 1 -12 - 1 -12 - 2 -33 - 2 -33 - -11 40 - -11 40 - -11 41 - -11 41 - -11 40 - -11 41 - 0 -12 - 0 -12 - 0 -12 - 1 -13 - 1 -13 - 1 -13 - -92 -31 - -92 -31 - -96 70 - -96 70 - -70 -82 - -70 -82 - 0 -14 - 1 -14 - 0 -14 - 0 -15 - 0 -15 - 57 -73 - 10 -92 - 57 -73 - 0 -15 - 1 -15 - 1 -15 - 0 -15 - 1 -15 - 0 -15 - 1 -15 - 0 -15 - 2 70 - 2 70 - 3 70 - 57 -1 - 57 -1 - 0 -14 - 0 -14 - 23 -98 - 23 -98 - 0 -12 - 0 -12 - -88 10 - -88 10 - 0 -11 - 0 -11 - 0 -11 - 49 -55 - 49 -55 - -2 -10 - -2 -10 - 0 -9 - 0 -9 - -1 -9 - 0 -9 - 91 -100 - 91 -100 - 13 -13 - 13 -13 - 21 -17 - 21 -17 - -30 -51 - -30 -51 - 7 10 - 7 10 - 9 14 - 9 14 - 6 9 - 6 9 - 82 -70 - 81 -70 - 82 -70 - 82 -69 - 82 -69 - 81 -70 - 82 -70 - 82 -69 - 83 -28 - 84 -29 - 83 -28 - -8 -48 - -8 -48 - -2 -59 - -2 -59 - 6 12 - 6 12 - 80 -15 - 80 -15 - 13 16 - 13 16 - 37 28 - 37 28 - -17 77 - -46 61 - -17 77 - -51 58 - -7 30 - -7 30 - -1 30 - -1 30 - 19 3 - 19 3 - 4 -14 - 4 -14 - 4 -13 - 4 -13 - 4 -13 - 4 -13 - 13 56 - 13 56 - -13 7 - -13 7 - 19 -58 - 19 -58 - 0 -12 - 1 -12 - 0 -12 - 1 -12 - 1 -12 - 1 -12 - 0 -12 - 1 -12 - 0 -10 - 0 -10 - -95 34 - -95 34 - -14 38 - -14 38 - -95 93 - -95 93 - 10 51 - 10 51 - -10 18 - -10 18 - 1 -15 - 1 -15 - 1 -15 - 0 -15 - 2 84 - 2 84 - 86 -70 - 86 -70 - 1 -14 - 1 -14 - 99 -7 - 99 -7 - 3 70 - 2 70 - 3 70 - 0 -15 - 0 -15 - 0 -15 - 0 -14 - 0 -14 - -4 -95 - -4 -95 - 95 17 - -64 -100 - -64 -100 - 14 -33 - 14 -33 - 0 -15 - 0 -15 - 31 -88 - 31 -88 - 31 -87 - 31 -87 - 31 -88 - 31 -87 - -62 78 - -62 78 - -94 -90 - -94 -90 - 36 93 - -60 83 - 36 93 - 20 -44 - 20 -44 - 0 -12 - 0 -12 - 0 -12 - 69 70 - -92 -35 - 69 70 - -76 -60 - 32 19 - 32 19 - -89 47 - -89 47 - -65 -83 - -65 -83 - 63 -37 - 63 -37 - -1 -11 - -1 -11 - -1 -11 - 0 -10 - 0 -10 - -1 -10 - -1 -10 - 0 -9 - 0 -9 - -60 60 - -60 60 - -7 -87 - 0 -9 - 0 -9 - -22 -54 - -22 -54 - 4 -19 - 4 -19 - -42 -48 - -42 -48 - -41 -48 - -1 65 - -4 -34 - -4 -34 - -61 -95 - -61 -95 - 69 27 - 71 26 - 69 27 - 69 27 - 15 -14 - 15 -14 - 15 -14 - 7 -10 - 7 -10 - -36 58 - -36 58 - 69 -62 - 69 -62 - -13 -24 - -13 -24 - -49 30 - -49 30 - 46 66 - 46 66 - -10 12 - -10 12 - 48 24 - 48 24 - 84 -29 - 84 -29 - 83 -28 - 80 40 - 80 40 - -2 23 - -2 23 - 33 -44 - 33 -44 - 14 5 - 14 5 - 85 46 - 85 46 - -12 -97 - -51 58 - -46 61 - -17 77 - -51 58 - -35 65 - -35 65 - 86 35 - 84 34 - 86 35 - 72 31 - 71 29 - 72 29 - 71 30 - 72 31 - 72 30 - 73 31 - 71 29 - 72 29 - 71 30 - 72 31 - 72 30 - 20 -83 - 20 -83 - 8 -22 - 8 -22 - 3 -11 - 3 -11 - 3 -11 - 5 -15 - 5 -15 - 1 -9 - 1 -9 - 1 -10 - 1 -10 - 1 -11 - 1 -11 - 1 -12 - 1 -12 - 1 -12 - 1 -12 - 1 -12 - 1 -12 - 1 -12 - -55 49 - -55 49 - 1 -13 - 1 -13 - 1 -13 - 1 -13 - 1 -13 - 1 -13 - -94 32 - -94 32 - -94 33 - -94 33 - -94 32 - -94 33 - 1 -14 - 1 -14 - 1 -14 - -52 -34 - -52 -34 - -7 -15 - -7 -15 - -61 -36 - -61 -36 - 10 -92 - 10 -92 - 57 -73 - 42 -74 - 42 -74 - -57 -97 - -57 -97 - 0 -15 - 0 -15 - 1 -15 - 0 -14 - 0 -14 - -62 53 - -62 53 - 0 -15 - 0 -15 - 0 -15 - -53 58 - -53 58 - 80 4 - 0 -15 - 0 -15 - 0 -15 - 1 -14 - 1 -14 - 4 65 - 4 65 - 0 -15 - 0 -15 - 0 -15 - 8 27 - 8 27 - -16 -39 - -16 -39 - 0 -15 - 0 -15 - 0 -15 - -73 14 - -73 14 - -67 32 - -67 32 - -5 70 - -5 70 - 0 -12 - 0 -12 - 0 -12 - 98 72 - 98 72 - -12 72 - -12 72 - 0 -9 - 0 -9 - 0 -9 - 0 -9 - 0 -9 - 0 -9 - -41 -48 - -42 -48 - -41 -48 - -1 65 - 62 -90 - 62 -90 - -95 93 - -95 93 - -94 93 - -14 40 - -13 39 - -14 40 - 15 -14 - 15 -14 - 15 -14 - 28 43 - 28 43 - 9 13 - 9 13 - 8 12 - 8 12 - 18 95 - 18 95 - -71 9 - -71 9 - -54 -6 - -54 -6 - 47 -85 - 47 -85 - 45 -62 - 45 -62 - -29 -15 - -29 -15 - -27 -17 - -16 4 - -16 4 - -27 -17 - -29 -15 - -27 -17 - 69 -60 - 69 -60 - 23 4 - 23 4 - 63 74 - 63 74 - 71 30 - 71 30 - 71 30 - 71 29 - 71 30 - 71 30 - 71 30 - 71 29 - 72 29 - -47 7 - -47 7 - 2 -79 - 2 -79 - 4 -13 - 4 -13 - 3 -11 - 3 -11 - 3 -11 - 70 56 - 70 56 - 7 20 - 7 20 - 12 49 - 12 49 - 13 47 - 13 47 - 12 49 - 13 47 - 1 -9 - 1 -9 - 50 -46 - 50 -46 - 2 -12 - 2 -12 - -82 52 - -82 52 - 1 -13 - 1 -13 - 1 -13 - 1 -13 - 1 -13 - 1 -13 - -81 18 - -81 18 - 1 -15 - 1 -15 - -44 -86 - -44 -86 - -93 -23 - -93 -23 - 11 -19 - 11 -19 - 17 35 - 17 35 - 0 -15 - 0 -15 - 1 -15 - 1 -15 - 1 -15 - 0 -15 - 0 -15 - 1 -15 - 0 -15 - -85 36 - -85 36 - 63 -40 - 63 -40 - -87 44 - -87 44 - 38 -80 - 38 -80 - 14 70 - 14 70 - 24 35 - 24 35 - 4 93 - 4 93 - 14 -43 - 14 -43 - 0 -15 - 0 -15 - 0 -14 - 0 -14 - 0 -14 - 37 27 - 37 27 - -79 48 - -79 48 - 0 -13 - 0 -13 - 41 -40 - 41 -40 - -83 84 - -83 84 - -1 -11 - -1 -11 - 0 -11 - -1 -10 - -1 -10 - 0 -10 - -1 -10 - -1 -10 - -1 -10 - -1 -10 - 0 -10 - -1 -10 - -1 -10 - -10 -60 - -10 -60 - -1 -11 - -1 -11 - -1 -11 - -1 -10 - -1 -10 - -79 3 - -79 3 - -1 65 - -42 -48 - -41 -48 - -1 65 - -3 76 - -3 76 - 68 35 - -6 31 - -6 31 - -94 93 - -95 93 - -94 93 - -13 39 - -13 39 - -14 40 - 71 26 - 71 26 - 69 27 - 69 27 - 69 27 - 71 26 - 69 27 - 69 27 - 26 -19 - 26 -19 - -57 -71 - -57 -71 - 10 15 - 10 15 - 9 14 - 9 14 - 9 14 - -19 14 - -19 14 - -20 14 - -58 87 - -58 87 - 78 -15 - 78 -15 - 86 21 - 86 21 - -60 39 - -60 39 - -66 -3 - -66 -3 - -25 -41 - -25 -41 - -19 -10 - -19 -10 - 99 35 - 99 35 - -45 7 - -45 7 - -1 -18 - -1 -18 - 10 3 - 10 3 - 19 7 - 19 7 - -8 82 - -8 82 - 45 -68 - 26 23 - 26 23 - 3 44 - 3 44 - 13 56 - 14 55 - 13 56 - 3 32 - 3 32 - 72 29 - 71 30 - 72 29 - 72 31 - 72 30 - 73 31 - 72 30 - 72 29 - 72 31 - 72 30 - 73 31 - -45 4 - -45 4 - -24 -26 - -24 -26 - -64 9 - -64 9 - 1 -9 - 1 -9 - 1 -9 - 1 -13 - 1 -13 - 1 -13 - 1 -13 - 1 -13 - 1 -13 - 8 -21 - 8 -21 - 0 -13 - 0 -13 - -73 -41 - -73 -41 - -95 -75 - -95 -75 - 50 -64 - 50 -64 - 5 -66 - 5 -66 - 19 3 - 19 3 - 28 53 - 28 53 - 0 -76 - -76 -9 - 0 -76 - -54 25 - -54 25 - 0 -15 - 0 -15 - 0 -15 - 0 -15 - 0 -15 - 0 -15 - 0 -15 - 0 -15 - 0 -14 - 0 -14 - 0 -14 - 0 -14 - 0 -15 - 0 -15 - 0 -14 - 0 -14 - 1 -14 - 40 67 - 40 67 - 25 -75 - -3 85 - -3 85 - 0 -11 - -1 -11 - 0 -11 - 3 -100 - 3 -100 - 80 -55 - 80 -55 - 3 -100 - 80 -55 - -7 -88 - -7 -88 - -7 -87 - -7 -87 - -7 -88 - -60 60 - -7 -87 - 0 99 - 0 99 - -1 -11 - -1 -11 - -1 -11 - -1 -11 - -76 38 - -76 38 - 0 -9 - 0 -9 - 0 -9 - 0 -9 - 55 -14 - 55 -14 - 0 -9 - 0 -9 - 25 32 - 25 32 - 28 -20 - 28 -20 - 28 -20 - -97 -36 - -97 -36 - -75 79 - -75 79 - -38 12 - -38 12 - -84 90 - -84 90 - -2 93 - -2 93 - -21 -29 - -21 -29 - -20 14 - -19 14 - -20 14 - -17 -13 - -17 -13 - 62 -52 - 62 -52 - -51 -31 - -51 -31 - -2 -81 - -2 -81 - 12 -73 - 12 -73 - 23 -69 - 5 -91 - 5 -91 - 3 -16 - 3 -16 - 11 -84 - 11 -84 - 8 -25 - 8 -25 - -38 63 - -38 63 - -42 32 - -42 32 - -49 32 - -49 32 - -23 6 - -23 6 - -9 -6 - -9 -6 - 45 -68 - -8 82 - 45 -68 - 14 55 - 14 55 - 13 56 - 75 -58 - 75 -58 - 1 -9 - 1 -9 - 1 -10 - 1 -10 - 1 -10 - -75 86 - -75 86 - 1 -12 - 1 -12 - 1 -12 - 1 -13 - 1 -13 - 1 -13 - 1 -13 - 1 -13 - 1 -13 - 1 -13 - 1 -13 - 1 -13 - 1 -13 - 1 -13 - 1 -13 - 1 -13 - 1 -13 - 1 -13 - 1 -13 - 1 -13 - 1 -13 - 1 -13 - 1 -13 - 1 -13 - 1 -13 - 1 -15 - 1 -15 - -8 -54 - -8 -54 - -8 -53 - -8 -53 - -8 -54 - -8 -53 - -67 -70 - -67 -70 - 0 -15 - 0 -15 - -75 62 - -92 -40 - -75 62 - -58 0 - -58 0 - -47 -57 - -47 -57 - 74 -81 - 74 -81 - 84 -43 - 84 -43 - 0 -15 - 0 -15 - 1 -15 - 0 -15 - 0 -16 - 0 -16 - 0 -16 - 0 -16 - 0 -16 - 0 -16 - 10 -21 - 10 -21 - 11 -21 - -12 10 - -12 10 - 0 -15 - 0 -15 - 64 -81 - 64 -81 - 1 -14 - 0 -14 - 1 -14 - -81 -19 - -81 -19 - 0 -15 - 0 -15 - 0 -14 - 0 -14 - 0 -14 - 0 -14 - 0 -14 - 0 -14 - 24 -83 - 24 -83 - 24 -82 - 24 -82 - 24 -83 - 24 -82 - -60 89 - -60 89 - 37 -2 - 37 -2 - 79 -86 - 79 -86 - -1 -12 - -1 -12 - 0 -12 - 54 26 - 54 26 - 48 -18 - 48 -18 - 48 -17 - 48 -17 - 48 -18 - 48 -17 - 18 -67 - 18 -67 - -65 -15 - -65 -15 - 0 -9 - 0 -9 - 0 -9 - 58 -37 - 58 -37 - 55 -2 - 55 -2 - 84 59 - 84 59 - -93 -38 - 4 22 - 4 22 - 28 -20 - 28 -20 - 28 -20 - -40 26 - -40 26 - 39 18 - 39 18 - 12 18 - 12 18 - 14 -100 - 14 -100 - 16 -12 - 16 -12 - -63 48 - -63 48 - -19 -10 - -19 -10 - -51 72 - -51 72 - -61 9 - -61 9 - -7 -99 - -7 -99 - -42 -26 - -42 -26 - -42 -25 - -41 -25 - -42 -25 - -42 -26 - -42 -25 - -41 -25 - -42 -26 - -42 -26 - -9 -27 - -9 -27 - -55 -8 - -55 -8 - 4 -17 - 4 -17 - -1 -29 - -1 -29 - 15 -26 - 15 -26 - -5 -13 - -5 -13 - -5 -12 - -5 -12 - -18 -2 - -18 -2 - 7 -35 - 7 -35 - -9 -7 - -9 -7 - 20 -41 - 20 -41 - -3 73 - -3 73 - 26 11 - 26 11 - -45 62 - -45 62 - 10 -1 - 10 -1 - 71 89 - 71 89 - 29 -84 - 29 -84 - 64 55 - 64 55 - -33 90 - 24 -91 - -33 90 - 2 -9 - 2 -9 - 5 -96 - 5 -96 - 1 -10 - 1 -10 - 1 -10 - -37 -43 - -37 -43 - 2 -11 - 2 -11 - -80 24 - -80 24 - 22 -66 - 22 -66 - 2 -33 - 2 -33 - 68 90 - 68 90 - 1 -13 - 1 -13 - 1 -13 - 1 -13 - 1 -13 - 1 -13 - 1 -13 - 1 -13 - 1 -13 - 1 -13 - 1 -13 - 1 -13 - 51 44 - 51 44 - 0 -14 - 0 -14 - 1 -14 - 1 -14 - 1 -14 - -18 71 - -18 71 - -54 5 - -54 5 - -61 -51 - -61 -51 - 1 -15 - 0 -15 - 1 -15 - 63 -28 - 63 -28 - 1 -15 - 0 -15 - 1 -15 - 1 -15 - 1 -15 - 1 -15 - -76 -9 - -76 -9 - 0 -76 - -69 34 - -69 34 - 11 -21 - 10 -21 - 11 -21 - 44 1 - 44 1 - 0 -15 - 0 -15 - 0 -15 - 0 -14 - 0 -14 - 0 -14 - 0 -14 - 0 -14 - 0 -14 - 0 -14 - 0 -14 - 0 -14 - 0 -14 - 0 -14 - 0 -14 - 0 -14 - 0 -14 - 0 -14 - 25 -75 - 40 67 - 25 -75 - -99 -24 - -99 -24 - 1 -22 - 1 -22 - 12 67 - 12 67 - 45 -87 - 45 -87 - 91 35 - 91 35 - 0 -12 - -1 -12 - 0 -12 - 0 -12 - -72 4 - -72 4 - -62 36 - -1 -10 - -1 -10 - -1 -10 - -1 -10 - -2 -10 - -2 -10 - -1 -10 - -21 -45 - -21 -45 - 68 35 - -3 76 - 68 35 - 77 50 - 77 50 - -65 68 - -58 28 - -58 28 - 45 -59 - 45 -59 - 29 -19 - 29 -19 - -68 85 - -68 85 - -93 -38 - 84 59 - -93 -38 - 34 -23 - 34 -23 - 35 -23 - -25 -79 - -25 -79 - -71 55 - -71 55 - 38 20 - 38 20 - 9 14 - 9 14 - 9 14 - -81 42 - -81 42 - 46 8 - 46 8 - 18 -71 - 18 -71 - -13 -11 - -13 -11 - -41 -25 - -42 -26 - -42 -25 - -41 -25 - -22 -16 - -22 -16 - 38 -32 - 38 -32 - 37 16 - 37 16 - 22 21 - 22 21 - 34 8 - 34 8 - -30 65 - -30 65 - -56 63 - -56 63 - 73 90 - 73 90 - 71 89 - 71 89 - 73 90 - 71 89 - 5 -15 - 5 -15 - 24 -91 - 24 -91 - -33 90 - 3 -11 - 3 -11 - 2 -9 - 2 -9 - 1 -9 - 1 -9 - 1 -9 - 1 -9 - -79 7 - -79 7 - -8 84 - -8 84 - -97 56 - -97 56 - 21 -90 - 21 -90 - -59 -93 - -59 -93 - 92 69 - 92 69 - -68 12 - -68 12 - -68 13 - -68 13 - -68 12 - -68 13 - 1 -13 - 1 -13 - -92 -40 - -92 -40 - -75 62 - -98 -59 - -98 -59 - 99 -48 - 99 -48 - 0 -16 - 0 -16 - 0 -16 - 0 -16 - 0 -16 - 0 -16 - 0 -16 - 0 -16 - 0 -15 - 0 -15 - 44 -38 - 44 -38 - -43 33 - -43 33 - -58 -94 - -58 -94 - -57 -94 - 45 19 - 45 19 - -9 97 - -9 97 - 40 9 - 40 9 - -17 -75 - -17 -75 - 0 -14 - 0 -14 - 0 -14 - 0 -14 - 0 -14 - 0 -14 - 0 -13 - 0 -13 - 91 32 - 91 32 - 0 -12 - 0 -12 - 0 -12 - 0 -12 - 0 -12 - 59 -14 - 59 -14 - 59 -13 - 59 -13 - 59 -14 - 59 -13 - 0 -12 - 0 -12 - 0 -12 - 14 65 - 14 65 - 0 -12 - 0 -12 - 39 97 - 39 97 - 39 98 - 39 98 - 39 97 - 39 98 - -21 -73 - -21 -73 - 35 92 - 35 92 - -1 -10 - -2 -10 - -1 -10 - 10 86 - 10 86 - -1 -11 - -1 -11 - 0 -11 - -1 -11 - 0 -9 - 0 -9 - -23 98 - -23 98 - 49 80 - 49 80 - 0 -9 - 0 -9 - -65 68 - 77 50 - -65 68 - 79 84 - 79 84 - 38 -40 - 38 -40 - -31 14 - -31 14 - 2 -35 - 2 -35 - -31 14 - 2 -35 - -3 -95 - -3 -95 - 21 -17 - 21 -17 - 35 -23 - 34 -23 - 34 -23 - 35 -23 - 30 -52 - 30 -52 - -99 61 - -99 61 - -70 26 - -70 26 - -10 8 - -10 8 - 76 -27 - 76 -27 - 75 -47 - 75 -47 - 23 -69 - 12 -73 - 23 -69 - 8 -76 - 8 -76 - -39 7 - -38 6 - -39 7 - -26 -20 - -26 -20 - 35 -44 - 35 -44 - -79 76 - -79 76 - 17 1 - 17 1 - -16 4 - 16 -51 - 16 -51 - 25 -37 - 25 -37 - -15 -7 - -15 -7 - 20 -40 - 20 -40 - -51 46 - -51 46 - 70 -58 - 70 -58 - 40 30 - 40 30 - 42 49 - 42 49 - -18 -15 - -18 -15 - 14 -32 - 14 -32 - -2 -41 - -2 -41 - 1 -9 - 1 -9 - 1 -9 - 2 -9 - -68 -66 - -68 -66 - 21 -90 - 21 -90 - 21 -88 - 21 -88 - 21 -90 - 21 -88 - 12 -63 - 12 -63 - 2 -11 - 2 -11 - 1 -12 - 1 -12 - 1 -12 - 1 -12 - 1 -12 - 1 -12 - 1 -13 - 1 -13 - 1 -13 - 4 -53 - 4 -53 - 1 -13 - 1 -13 - 1 -13 - 1 -13 - 1 -13 - 1 -13 - 1 -15 - 1 -15 - 1 -14 - 1 -14 - 0 -14 - 1 -14 - -44 47 - -44 47 - -43 -53 - -43 -53 - 0 -16 - 0 -16 - 0 -16 - 0 -16 - 0 -16 - 38 34 - 38 34 - 75 -24 - 75 -24 - 1 -15 - 1 -15 - -57 -94 - -58 -94 - -57 -94 - -99 -26 - -99 -26 - 16 63 - 16 63 - 63 -88 - 63 -88 - 63 -87 - 63 -87 - 63 -88 - 63 -87 - 86 76 - 86 76 - 53 31 - 53 31 - 0 -14 - 0 -14 - 0 -14 - 0 -14 - 0 -14 - 0 -14 - 0 -14 - 0 -14 - 0 -14 - 0 -14 - 0 -14 - -51 77 - -51 77 - 0 -14 - 0 -14 - 0 -13 - 0 -13 - 0 -13 - 0 -13 - 22 98 - 23 97 - 22 98 - -44 91 - -44 91 - 36 -13 - 36 -13 - 0 -12 - 0 -12 - 0 -12 - 99 -64 - 99 -64 - -83 -4 - -83 -4 - 24 29 - 24 29 - 3 12 - 3 12 - -80 75 - -80 75 - 2 -50 - 2 -50 - 70 27 - 70 27 - 39 -57 - 39 -57 - -74 79 - -74 79 - -38 64 - -38 64 - 30 46 - 30 46 - -26 30 - -26 30 - -25 30 - 73 48 - 73 48 - -47 15 - -47 15 - 53 80 - 53 80 - 67 -15 - 67 -15 - 67 -14 - 67 -14 - 67 -15 - 67 -14 - -10 35 - -10 35 - -38 6 - -38 6 - -39 7 - 19 -23 - 19 -23 - 20 -24 - 20 -24 - 20 -24 - 32 -60 - 32 -60 - 17 -63 - 17 -63 - 28 -40 - 28 -40 - 50 42 - 54 -36 - 50 42 - 78 33 - 78 33 - 29 -88 - 29 -88 - 92 49 - 92 49 - 35 27 - 35 27 - -19 -52 - -19 -52 - -33 -81 - -33 -81 - 7 98 - 7 98 - 4 -13 - 4 -13 - -60 0 - -60 0 - 31 99 - 31 99 - 20 45 - 20 45 - 1 -9 - 1 -9 - 1 -9 - -59 30 - -59 30 - -78 -11 - -78 -11 - 1 -10 - 1 -10 - 1 -10 - 1 -10 - 1 -10 - 1 -11 - 1 -11 - 9 -65 - 9 -65 - 1 -11 - 1 -11 - 1 -11 - -61 53 - -61 53 - 1 -13 - 1 -13 - 1 -13 - 1 -13 - 1 -13 - 1 -13 - 18 -3 - 18 -3 - 1 -15 - 1 -15 - 0 -15 - 0 -15 - 0 -16 - 0 -16 - 1 -16 - 1 -16 - 1 -16 - 0 -16 - 0 -16 - 0 -16 - 0 -16 - 0 -16 - 0 -16 - 0 -16 - 0 -16 - 0 -16 - 0 -16 - 0 -16 - 0 -16 - 0 -16 - 1 -15 - 1 -15 - 1 -15 - 22 84 - 22 84 - 0 -16 - 0 -16 - 0 -16 - -99 19 - -99 19 - -73 4 - -73 4 - -61 -39 - -78 -96 - -78 -96 - -90 9 - -90 9 - 45 82 - 45 82 - 46 84 - -90 9 - 45 82 - 46 82 - 0 -15 - 0 -15 - 0 -15 - 0 -15 - 62 -54 - -48 65 - 62 -54 - 0 -15 - 0 -15 - 38 24 - 39 22 - 38 24 - -7 -9 - -7 -9 - 64 -7 - 64 -7 - 27 -91 - 27 -91 - 23 97 - 23 97 - 22 98 - 24 48 - 24 48 - 26 -83 - 26 -83 - -57 71 - -57 71 - 0 -12 - 0 -12 - 0 -12 - -60 78 - -60 78 - 0 -12 - 0 -12 - 0 -12 - -62 36 - -72 4 - -62 36 - 23 -70 - 23 -70 - -62 36 - 23 -70 - -1 -11 - 0 -11 - -1 -11 - 0 -9 - 0 -9 - 0 -9 - 61 -7 - 61 -7 - 71 43 - 71 43 - -51 88 - -51 88 - -50 89 - -62 21 - -62 21 - 34 92 - 34 92 - 41 64 - 41 64 - 75 24 - 77 23 - 78 23 - 75 24 - 27 -20 - 27 -20 - 12 -29 - 12 -29 - 37 60 - 37 60 - -53 58 - -53 58 - -25 30 - -26 30 - -25 30 - 47 35 - 47 35 - -17 -21 - -17 -21 - 15 7 - 15 7 - 20 -24 - 20 -24 - 20 -24 - 70 67 - 70 67 - -55 75 - -55 75 - 6 -15 - 6 -15 - 11 -12 - 11 -12 - 25 23 - 25 23 - 26 23 - -6 -84 - -6 -84 - -57 84 - -57 84 - 50 18 - 50 18 - -78 26 - -78 26 - 6 -17 - 6 -17 - 15 4 - 15 4 - 1 -9 - 1 -9 - 1 -9 - 2 -9 - 1 -9 - 1 -9 - 6 67 - 6 67 - 0 -10 - 0 -10 - 30 55 - 30 55 - 30 56 - 30 56 - 30 55 - 30 56 - 1 -13 - 1 -13 - 1 -12 - 1 -12 - 1 -12 - 1 -13 - 1 -13 - 1 -13 - 1 -13 - -5 50 - -5 50 - -4 50 - 0 -15 - 0 -15 - 1 -13 - 1 -13 - -67 16 - -67 16 - -36 32 - -36 32 - 1 -16 - 1 -16 - -89 -88 - -89 -88 - -95 83 - -95 83 - 0 -16 - 0 -16 - 0 -16 - 0 -16 - 0 -15 - 0 -15 - 68 -81 - 68 -81 - 18 -23 - 18 -23 - 0 -16 - 0 -16 - 0 -16 - -71 5 - -71 5 - 86 -69 - 86 -69 - -1 -16 - 0 -16 - -1 -16 - 0 -16 - 0 -16 - 0 -16 - 0 -15 - 0 -15 - 54 66 - 54 66 - 46 82 - 46 84 - 45 82 - 46 82 - -48 65 - -48 65 - 62 -54 - 22 40 - 22 40 - 39 22 - 39 22 - 38 24 - 23 97 - 23 97 - -95 66 - -95 66 - -1 -14 - 0 -14 - -1 -14 - 0 -14 - 10 -77 - 10 -77 - 10 -76 - 10 -76 - 10 -77 - 10 -76 - 0 -13 - 0 -13 - 46 82 - 46 82 - 55 72 - 0 -12 - 0 -12 - 0 -12 - 17 -66 - 17 -66 - 0 -11 - 0 -11 - -1 -11 - 0 -11 - -1 -11 - 0 -11 - -48 26 - -48 26 - -1 -10 - -1 -10 - -1 -10 - -1 -11 - -1 -11 - -1 -10 - -1 -10 - -1 -10 - 0 -10 - 55 8 - 55 8 - 23 -41 - 23 -41 - 0 -9 - 0 -9 - -50 89 - -51 88 - -50 89 - 70 -37 - 70 -37 - -26 14 - -26 14 - -69 -33 - -69 -33 - 34 -23 - 34 -23 - 35 -23 - 3 -29 - 3 -29 - 53 -8 - 53 -8 - -18 14 - -18 14 - 31 -2 - 31 -2 - 77 -42 - 77 -42 - -84 25 - -84 25 - 77 -42 - -84 25 - -75 57 - -75 57 - 25 -43 - 25 -43 - 16 6 - 16 6 - 0 -30 - 0 -30 - 10 -59 - 10 -59 - -12 7 - -12 7 - -16 4 - 17 1 - -16 4 - -12 47 - -12 47 - -24 6 - -24 6 - 23 9 - 24 8 - 23 9 - 13 5 - 13 5 - 42 -30 - 42 -30 - 6 -14 - 6 -14 - 26 23 - 25 23 - 26 23 - 12 17 - 12 17 - -23 35 - -23 35 - 39 65 - 39 65 - 7 -19 - 7 -19 - 6 -16 - 6 -16 - 10 -24 - 10 -24 - 7 -18 - 7 -18 - 2 -9 - 1 -9 - 1 -9 - 1 -9 - 2 -9 - -10 5 - -10 5 - 1 -10 - 1 -10 - 1 -10 - 1 -10 - 1 -11 - 1 -11 - 0 86 - 0 86 - -74 42 - 1 -13 - 1 -13 - 1 -13 - 7 99 - 7 99 - -4 50 - -5 50 - -4 50 - 1 -14 - 1 -14 - 1 -14 - 0 -17 - 0 -17 - 0 -16 - 0 -16 - 0 -16 - 1 -16 - 1 -16 - -67 8 - -67 8 - -72 39 - -72 39 - 0 -16 - 0 -16 - 0 -16 - 0 -16 - 82 -87 - 82 -87 - 10 -92 - 10 -92 - 0 -16 - 0 -16 - 0 -16 - 0 -16 - 0 -16 - 56 -36 - 56 -36 - 66 -10 - 0 -16 - 0 -16 - 0 -16 - 0 -16 - -1 -16 - 0 -16 - 0 -16 - 0 -16 - -1 -16 - 0 -16 - 0 -16 - 0 -16 - 0 -16 - 0 -16 - -1 -16 - 0 -16 - 0 -16 - 0 -16 - 0 -16 - -1 -16 - 0 -16 - 0 -16 - 0 -16 - 0 -15 - 0 -15 - -61 -39 - -73 4 - -61 -39 - 0 -15 - 0 -15 - 1 -15 - 57 5 - 58 4 - 57 5 - 0 -15 - 0 -15 - 0 -15 - 0 -15 - 93 -99 - 93 -99 - 93 -98 - 93 -98 - 93 -99 - 93 -98 - 10 15 - 10 15 - 59 -72 - 59 -72 - 36 -87 - 5 -54 - 5 -54 - 0 -14 - 0 -14 - -1 -14 - 0 -14 - 0 -14 - 0 -14 - -1 -14 - 0 -14 - -57 -46 - -57 -46 - 0 -13 - 0 -13 - 0 -13 - -45 70 - -45 70 - 0 -12 - 0 -12 - 0 -12 - -1 -12 - 0 -12 - -1 -13 - -1 -13 - 0 79 - 0 79 - 0 -12 - 0 -12 - 45 -92 - 45 -92 - -71 87 - -71 87 - 0 -10 - -1 -10 - 0 -10 - 0 -9 - 0 -9 - 0 -9 - 16 94 - 16 94 - 95 59 - 95 59 - 95 61 - 77 23 - 77 23 - 78 23 - 75 24 - -40 -45 - -40 -45 - -34 70 - -34 70 - 25 -100 - 25 -100 - -91 54 - -38 -53 - -38 -53 - -12 -10 - -12 -10 - -79 65 - -79 65 - 52 13 - 52 13 - 51 0 - 52 -1 - 51 0 - 52 0 - -38 -13 - -37 -15 - -37 -15 - -38 -13 - 33 -15 - 33 -15 - -2 -96 - -2 -96 - 11 -89 - 11 -89 - -81 23 - -81 23 - 14 -14 - 14 -14 - -28 69 - -28 69 - 54 -36 - 54 -36 - 50 42 - 16 -10 - 16 -10 - 37 17 - 37 17 - 20 -9 - 20 -9 - 8 -20 - 8 -20 - 7 -19 - 7 -19 - 9 -19 - 9 -19 - -9 4 - -9 4 - 2 -10 - 48 99 - 48 99 - 1 -10 - 1 -10 - 1 -11 - 1 -11 - 1 -11 - 1 -11 - -87 13 - -87 13 - 1 -11 - 1 -11 - 1 -11 - 1 -11 - 1 -11 - 13 -33 - 13 -33 - 13 -32 - 13 -32 - 13 -33 - 13 -32 - -5 77 - -5 77 - 1 -15 - 1 -15 - 0 -16 - 0 -16 - 0 -16 - 1 -16 - 0 -16 - -52 -23 - -52 -23 - 1 -16 - 1 -16 - 1 -16 - 1 -16 - 0 -16 - 0 -16 - 1 -16 - 1 -16 - 1 -16 - 0 -16 - -7 99 - -7 99 - 0 -16 - 0 -16 - 0 -16 - 0 -16 - -53 91 - -53 91 - -75 56 - -75 56 - 2 -54 - 2 -54 - 0 -16 - 0 -16 - 88 -78 - 88 -78 - 0 -16 - 0 -16 - 0 -16 - 0 -16 - 0 -16 - 0 -16 - 0 -17 - 0 -17 - 66 -10 - 56 -36 - 66 -10 - -98 68 - -98 68 - 43 20 - 43 20 - 58 4 - 58 4 - 57 5 - 46 84 - 46 84 - 45 82 - 46 82 - 0 -15 - 0 -15 - 0 -15 - 0 -15 - 0 -16 - 0 -16 - 0 -16 - 8 -16 - 8 -16 - 56 -80 - 56 -80 - 55 72 - 46 82 - 55 72 - 6 -55 - 6 -55 - -40 69 - -40 69 - -17 -63 - -17 -63 - 0 -9 - 0 -9 - 0 -9 - -71 60 - -71 60 - -14 -62 - -14 -62 - 95 61 - 95 59 - 95 61 - 4 -9 - 4 -9 - 78 23 - 77 23 - 78 23 - 75 24 - -91 54 - 25 -100 - -91 54 - 87 -80 - 87 -80 - 52 -1 - 52 -1 - 51 0 - 52 0 - 52 0 - 52 -1 - 51 0 - 52 0 - 50 -7 - 50 -7 - -37 -15 - -37 -15 - -37 -15 - -38 -13 - 6 -92 - 6 -92 - 7 -92 - 7 -92 - 6 -92 - 7 -92 - -21 -9 - -21 -9 - 22 6 - 22 6 - -21 -9 - 22 6 - 14 -3 - 14 -3 - 4 -18 - 4 -18 - 13 38 - 13 38 - 26 25 - 26 25 - 68 41 - 68 41 - 25 6 - 25 6 - 26 6 - 2 -9 - 2 -9 - 10 -24 - 10 -24 - 2 -10 - -9 4 - 2 -10 - 3 -48 - 3 -48 - 1 -10 - 1 -10 - 1 -10 - 1 -10 - 1 -12 - 1 -12 - 1 -12 - 1 -12 - 23 -65 - 23 -65 - -63 -3 - -63 -3 - 13 18 - 13 18 - 0 -16 - 0 -16 - 0 -16 - 1 -16 - 0 -16 - 0 -16 - 0 -15 - 0 -15 - 1 -16 - 1 -16 - 0 -16 - 0 -16 - 1 -16 - 1 -16 - 1 -16 - 0 -16 - 0 -16 - 1 -16 - 1 -16 - 1 -16 - -34 -72 - 27 -78 - -34 -72 - 1 -16 - 1 -16 - 1 -16 - 0 -16 - 0 -16 - 0 -16 - 0 -16 - 0 -16 - 0 -16 - 0 -16 - 0 -15 - 0 -15 - 44 -14 - 44 -14 - 0 -16 - 0 -16 - 0 -16 - 0 -16 - -63 3 - -63 3 - 1 -15 - 0 -15 - 1 -15 - 1 -16 - 1 -16 - 1 -15 - 1 -15 - 65 -84 - 65 -84 - 53 20 - 53 20 - 58 63 - 58 63 - 6 -31 - 6 -31 - 0 -15 - 0 -15 - 0 -15 - 0 -15 - 0 -15 - 0 -15 - 0 -14 - 0 -14 - 0 -14 - -7 46 - -7 46 - 52 -1 - 52 -1 - 0 -14 - 0 -14 - 0 -13 - 0 -13 - 0 -13 - 0 -13 - -3 -30 - -3 -30 - -1 -12 - 0 -12 - 0 -12 - -1 -12 - 0 -12 - 0 -12 - -82 12 - -82 12 - 44 90 - 44 90 - 44 91 - -97 20 - 44 91 - 44 90 - 44 91 - -97 20 - 87 44 - 87 44 - 46 -2 - 46 -2 - 17 -90 - 17 -90 - 9 72 - 9 72 - 5 -9 - 5 -9 - 34 64 - 34 64 - 75 3 - 75 3 - -42 74 - -42 74 - -4 -18 - -4 -18 - -8 -32 - -8 -32 - 45 -14 - 45 -14 - -12 16 - -12 16 - -13 -11 - -13 -11 - 22 5 - 22 5 - 14 27 - 14 27 - 14 27 - 14 27 - 14 27 - 14 27 - 26 -60 - 26 -60 - 24 8 - 24 8 - 23 9 - 23 10 - 23 10 - 22 10 - 15 -9 - 15 -9 - 18 77 - 18 77 - 33 10 - 33 10 - 26 7 - 26 7 - 27 7 - 26 6 - 26 6 - 25 6 - 26 7 - 26 6 - 83 34 - 83 34 - 1 -9 - 1 -9 - 1 -9 - 2 -9 - 1 -9 - 1 -9 - 1 -9 - -90 52 - -90 52 - 1 -9 - 0 -9 - 1 -9 - 1 -9 - -81 -51 - -81 -51 - -63 23 - -63 23 - -74 42 - 0 86 - -74 42 - 11 41 - 11 41 - 1 -14 - 1 -14 - 1 -14 - 0 -16 - 0 -16 - 0 -16 - 1 -16 - 0 -16 - 27 -79 - 27 -79 - 27 -78 - 27 -78 - 27 -79 - 27 -78 - -34 -72 - 1 28 - 1 28 - 1 29 - 1 29 - 1 28 - 1 29 - 0 -17 - 0 -17 - 1 -15 - 1 -15 - 0 -16 - 0 -16 - 0 -16 - 0 -16 - 0 -16 - 0 -16 - 0 -16 - 44 -32 - 44 -32 - 0 -16 - 0 -16 - 0 -16 - 54 -46 - 54 -46 - 21 -9 - 21 -9 - 57 -96 - 57 -96 - -46 81 - -46 81 - 92 -29 - -79 23 - -79 23 - 36 -87 - 59 -72 - 36 -87 - 0 -14 - 0 -14 - 0 -14 - 1 -23 - 1 -23 - 66 -17 - 66 -17 - 84 8 - 84 8 - 56 -20 - 56 -20 - 72 87 - 72 87 - 0 -12 - 0 -12 - 0 -12 - -1 -12 - 0 -12 - 0 -12 - 42 -46 - 42 -46 - -1 -12 - -1 -12 - -71 -95 - -71 -95 - -70 -95 - 0 -9 - 0 -9 - 0 -9 - 48 39 - 48 39 - 45 -9 - 45 -9 - 61 38 - 61 38 - 6 46 - 6 46 - 95 99 - 95 99 - -77 39 - -77 39 - -29 -19 - -29 -19 - 36 7 - 36 7 - -85 95 - -85 95 - -74 -91 - -74 -91 - -17 96 - -17 96 - 43 -9 - 43 -9 - 29 -52 - 29 -52 - -37 -15 - -37 -15 - -37 -15 - -38 -13 - -28 -19 - -28 -19 - 4 -77 - 4 -77 - 46 -57 - 46 -57 - 48 -56 - 49 -56 - 28 -66 - 27 -67 - 27 -67 - 28 -66 - 27 -67 - 27 -67 - 80 -81 - 81 -82 - 80 -81 - 21 6 - 21 6 - 17 12 - 17 12 - 16 13 - 16 13 - 17 12 - 16 13 - 29 -63 - 29 -63 - 5 11 - 5 11 - 72 31 - 72 31 - -23 61 - -23 61 - 31 14 - 31 14 - 31 14 - 32 14 - 22 10 - 23 10 - 22 10 - 35 16 - 35 16 - 54 20 - 54 20 - 65 70 - 65 70 - 50 18 - 50 18 - 27 7 - 26 7 - 27 7 - -55 55 - -55 55 - -56 -47 - -56 -47 - 1 -9 - 1 -9 - 1 -9 - 0 -9 - 1 -9 - 1 -9 - -36 -42 - -36 -42 - 13 -5 - 13 -5 - -39 -73 - -39 -73 - 1 -11 - 1 -11 - -56 -13 - -56 -13 - -3 -32 - -3 -32 - -98 62 - -98 62 - -98 63 - -98 63 - -98 62 - -98 63 - 34 -96 - 34 -96 - 0 -65 - 0 -65 - -37 -21 - -37 -21 - -67 -83 - -67 -83 - 1 -16 - 0 -16 - 0 -16 - 1 -16 - 0 -16 - 1 -16 - 62 -96 - 62 -96 - 61 -95 - 0 -16 - 0 -16 - 0 -16 - 0 -16 - 0 -16 - 0 -16 - 0 -16 - 0 -16 - -44 80 - -44 80 - 0 -16 - 0 -16 - 0 -16 - 0 -16 - 19 -85 - 19 -85 - -64 -28 - -64 -28 - 0 -16 - 0 -16 - -44 -6 - -44 -6 - 46 -1 - 46 -1 - 80 -75 - 80 -75 - 0 -16 - 0 -16 - 0 -16 - 0 -16 - 0 -16 - 0 -16 - 40 53 - 40 53 - 0 -16 - 0 -16 - 0 -16 - 0 -16 - -93 -10 - -93 -10 - 0 -14 - 0 -14 - 33 15 - 33 15 - 33 15 - 33 15 - 33 15 - 33 15 - -47 53 - -47 53 - 0 -12 - 0 -12 - 0 -12 - 0 -12 - 0 -12 - 0 -12 - 0 -12 - -1 -12 - 0 -12 - 70 -81 - 70 -81 - 34 98 - 0 -12 - -1 -12 - 0 -12 - 0 -12 - 0 -12 - 18 -4 - 18 -4 - 23 84 - 23 84 - 0 -12 - 0 -12 - 54 -75 - 54 -75 - -86 27 - -67 87 - -67 87 - 0 -11 - 0 -11 - 0 -10 - 0 -10 - -72 33 - -72 33 - -61 13 - -61 13 - 9 -11 - 9 -11 - 92 -45 - 92 -45 - -72 89 - -72 89 - 83 57 - 83 57 - -19 56 - -19 56 - 1 19 - 1 19 - -81 4 - -81 4 - -81 5 - -81 5 - -81 4 - -81 5 - -87 -43 - -87 -43 - 11 -25 - 11 -25 - 35 -65 - 36 -66 - 35 -65 - 37 -42 - 37 -42 - 48 -56 - 46 -57 - 48 -56 - 49 -56 - 28 -66 - 27 -67 - 81 -82 - 81 -82 - 80 -81 - 20 -13 - 20 -13 - 31 14 - 31 14 - 31 14 - 32 14 - 88 -51 - 88 -51 - 6 -17 - 6 -17 - 1 -9 - 1 -9 - 1 -9 - 1 -9 - -72 83 - -72 83 - 1 -9 - 1 -9 - 1 -9 - -68 -35 - -68 -35 - 0 -9 - 0 -9 - 1 -9 - 1 -9 - 1 -10 - 1 -10 - 1 -10 - -44 31 - -44 31 - 1 -15 - 1 -15 - 1 -14 - 1 -14 - 1 -14 - 1 -14 - 1 -14 - 1 -14 - 1 -14 - 1 -14 - 1 -14 - 1 -14 - 1 -14 - 1 -14 - -68 76 - -68 76 - 1 -16 - 1 -16 - 0 -16 - 1 -16 - 1 -16 - 1 -16 - 15 -87 - 15 -87 - 15 -86 - 15 -86 - 15 -87 - 15 -86 - 0 -16 - 0 -16 - 0 -16 - 0 -16 - 0 -16 - 0 -16 - 0 -16 - 0 -16 - 0 -16 - 39 -10 - -39 12 - 40 -11 - 39 -10 - 9 92 - 9 92 - -48 -70 - -48 -70 - 0 -16 - 0 -16 - 7 11 - 7 11 - 0 -16 - 0 -16 - 0 -16 - 0 -16 - 28 30 - 28 30 - -41 53 - -41 53 - 57 -89 - 57 -89 - -56 -21 - -56 -21 - 0 -17 - 0 -17 - 0 -16 - 0 -16 - 0 -16 - 0 -16 - 0 -16 - 0 -16 - 0 -16 - 0 -16 - 49 61 - 49 61 - 1 -16 - 0 -16 - 1 -16 - 0 -16 - 0 -16 - 0 -16 - 0 -16 - 1 -16 - 0 -16 - 0 -16 - 0 -16 - 0 -16 - -99 24 - -99 24 - 0 -16 - 0 -16 - 0 -16 - 92 -29 - -46 81 - 92 -29 - 0 -15 - 0 -15 - 0 -15 - 0 -15 - 0 -15 - 0 -15 - 0 -15 - 0 -15 - 0 -15 - 0 -15 - 0 -15 - 0 -15 - 32 -30 - 32 -30 - 0 -13 - 0 -13 - 0 -13 - 0 -12 - 0 -12 - 0 -12 - 0 -12 - 0 -12 - 44 -64 - 44 -64 - 45 -64 - 34 97 - 34 97 - 34 98 - 34 98 - 70 -81 - 34 97 - 34 98 - -1 -14 - -1 -14 - -98 -34 - -98 -34 - 53 7 - 53 7 - -97 20 - 44 90 - 44 91 - -97 20 - -62 -30 - -62 -30 - 8 -11 - 8 -11 - 58 0 - 58 0 - -46 -28 - -46 -28 - 56 17 - 56 17 - -6 45 - -6 45 - 17 38 - 17 38 - 82 -57 - 82 -57 - 49 68 - 49 68 - 36 -66 - 36 -66 - 35 -65 - -62 -31 - -62 -31 - 28 -66 - 28 -66 - 19 -71 - 19 -71 - 28 -66 - 19 -71 - 49 -56 - 46 -57 - 48 -56 - 49 -56 - 28 -66 - 27 -67 - 28 -66 - 46 -57 - 48 -56 - 49 -56 - 28 -66 - 27 -67 - 27 -67 - -28 36 - -28 36 - 20 -44 - 20 -44 - -54 27 - -54 27 - 21 34 - 21 34 - -5 25 - -5 25 - 17 20 - 17 20 - -5 25 - 17 20 - 2 24 - 2 24 - 32 14 - 31 14 - 31 14 - 32 14 - 20 -43 - 20 -43 - 5 -15 - 5 -15 - 52 99 - 52 99 - 2 -10 - 2 -10 - 1 -10 - 2 -10 - 1 -10 - 1 -10 - 1 -10 - 1 -14 - 1 -14 - 1 -14 - 1 -14 - 1 -14 - 24 3 - 24 3 - 93 -15 - 93 -15 - 0 -17 - 0 -17 - 0 -16 - 0 -16 - 0 -16 - -39 12 - -39 12 - 40 -11 - 39 -10 - 40 -11 - -39 12 - 40 -11 - 39 -10 - 8 21 - 8 21 - 1 -16 - 1 -16 - 0 -16 - 0 -16 - 0 -16 - 0 -16 - 0 -17 - 0 -17 - 83 -82 - 83 -82 - 60 1 - 60 1 - -1 96 - -1 96 - 0 -16 - 0 -16 - 1 -16 - 0 -16 - 0 -16 - 0 -16 - 51 29 - 51 29 - 0 -17 - 0 -17 - 0 -16 - 0 -16 - 0 -16 - 0 -16 - 53 -95 - 53 -95 - 56 -25 - 56 -25 - 0 -16 - 0 -16 - 0 -15 - 0 -15 - 97 -97 - 97 -97 - 5 15 - 5 15 - 0 -15 - 0 -15 - 0 -15 - 0 -15 - 0 -15 - 0 -15 - 0 -15 - 0 -15 - 0 -15 - 0 -15 - 0 -15 - 0 -15 - -65 39 - -65 39 - -98 91 - -98 91 - 14 -3 - 14 -3 - 97 15 - 97 15 - 77 -6 - 77 -6 - -15 40 - -15 40 - 0 -13 - 0 -13 - 0 -13 - 63 81 - 63 81 - 46 6 - 46 6 - 45 -64 - 44 -64 - 45 -64 - 0 -12 - 0 -12 - 0 -12 - 0 -12 - -86 27 - 54 -75 - -86 27 - -50 44 - -50 44 - -70 -95 - -71 -95 - -70 -95 - -84 -91 - -84 -91 - 0 -10 - 0 -10 - 0 -10 - 0 -10 - 44 1 - 44 1 - 0 -9 - 0 -9 - 56 -55 - 56 -55 - -17 -92 - -17 -92 - 3 -9 - 3 -9 - 4 -9 - 46 -29 - 46 -29 - -48 -97 - -48 -97 - -8 25 - -8 25 - -22 29 - -22 29 - -24 28 - -24 28 - 17 25 - 17 25 - 18 18 - 18 18 - -75 28 - -75 28 - -6 -30 - -6 -30 - -12 -15 - -12 -15 - 43 25 - 43 25 - 74 -57 - 74 -57 - 25 -28 - 25 -28 - -15 -37 - -15 -37 - -14 -11 - -14 -11 - 27 -67 - 46 -57 - 48 -56 - 49 -56 - 28 -66 - 27 -67 - 27 -67 - 45 41 - 45 41 - -7 9 - -7 9 - 87 38 - 87 38 - -36 88 - 19 -35 - 19 -35 - 19 -34 - 19 -34 - 19 -35 - 19 -34 - 1 -9 - 1 -9 - 1 -9 - 2 -10 - 2 -10 - 1 -10 - -80 -61 - -80 -61 - 1 -12 - 1 -12 - 1 -12 - 1 -12 - 1 -12 - 1 -12 - 0 -12 - 1 -12 - 1 -12 - 1 -12 - 1 -12 - 0 -12 - 1 -12 - 1 -12 - 1 -12 - 1 -12 - 0 -12 - 1 -12 - 1 -12 - 1 -14 - 1 -14 - 1 -14 - 1 -14 - 0 -15 - 0 -15 - 1 -15 - 1 -15 - 7 -32 - 7 -32 - 32 -49 - 32 -49 - -47 -87 - -47 -87 - 41 -54 - 41 -54 - 61 -95 - 62 -96 - 61 -95 - 1 -16 - 1 -16 - 16 -49 - 16 -49 - -52 23 - -52 23 - 51 -66 - 51 -66 - -47 55 - -47 55 - 0 -16 - 0 -16 - 0 -16 - 0 -16 - 20 -7 - 20 -7 - 47 -31 - 47 -31 - 47 -30 - 47 -30 - 47 -31 - 47 -30 - 0 -16 - 0 -16 - 0 -16 - 0 -15 - 0 -15 - 0 -15 - 0 -16 - 0 -16 - 0 -16 - 1 -16 - 0 -16 - 0 -16 - 0 -16 - 0 -16 - 1 -16 - 0 -16 - 0 -16 - 0 -16 - 0 -16 - 0 -16 - 0 -16 - 0 -16 - 0 -16 - 0 -16 - 0 -16 - 0 -16 - 0 -16 - 0 -16 - 0 -16 - 0 -16 - 0 -16 - 0 -16 - -1 -17 - 0 -17 - -1 -17 - 8 15 - 8 15 - 27 38 - 27 38 - 0 -15 - 0 -15 - -96 33 - -96 33 - 35 96 - 35 96 - 94 -8 - 94 -8 - 0 -15 - 0 -15 - 0 -15 - 97 92 - 97 92 - -60 76 - -60 76 - 49 -12 - 49 -12 - -40 18 - -40 18 - 0 -13 - 0 -13 - 0 -13 - 0 -12 - 0 -12 - 0 -12 - 49 -23 - 49 -23 - -1 -11 - -1 -11 - -1 -11 - -1 -10 - -1 -10 - 21 -18 - 21 -18 - 21 -17 - 21 -17 - 21 -18 - 21 -17 - -53 20 - -53 20 - 8 -94 - 8 -94 - 4 -9 - 3 -9 - 4 -9 - -18 -75 - -18 -75 - 12 45 - 12 45 - -15 -93 - -15 -93 - 34 62 - 34 62 - -25 -71 - -25 -71 - -38 12 - -38 12 - -34 -30 - -34 -30 - 1 -22 - 1 -22 - -29 95 - -29 95 - -41 98 - -41 98 - 67 -47 - 67 -47 - -84 35 - -84 35 - 33 -52 - 33 -52 - -14 -11 - -14 -11 - 6 -20 - 6 -20 - 24 3 - 24 3 - -36 88 - 87 38 - -36 88 - 59 -21 - 59 -21 - 61 12 - -19 64 - -19 64 - 24 -5 - 24 -5 - 42 4 - 42 4 - 16 -36 - 16 -36 - 7 -19 - 7 -19 - 0 -51 - 0 -51 - -87 40 - -87 40 - 2 -11 - 2 -11 - 1 -12 - 1 -12 - 1 -12 - 1 -12 - 1 -12 - 1 -12 - 1 -12 - 1 -12 - 18 -31 - 18 -31 - 18 -33 - 18 -33 - 1 -14 - 1 -14 - -41 -75 - -41 -75 - 1 -15 - 1 -15 - 1 -15 - 1 -15 - 1 -15 - 1 -15 - 1 -15 - -39 51 - -39 51 - 0 -16 - 0 -16 - 0 -16 - 28 75 - 28 75 - -47 74 - -47 74 - -93 82 - -93 82 - 0 -16 - 0 -16 - 0 -16 - 0 -16 - 0 -16 - 1 -16 - 0 -16 - 0 -16 - 0 -16 - 0 -16 - -1 -68 - -1 -68 - 0 -15 - 0 -15 - 0 -15 - 0 -15 - 0 -15 - 0 -15 - 0 -15 - 0 -15 - 0 -15 - 0 -15 - 0 -15 - -84 17 - -84 17 - 0 -15 - 0 -15 - 40 15 - 40 15 - 0 -16 - 0 -16 - 1 -16 - 0 -14 - 0 -14 - 0 -14 - -65 -22 - -65 -22 - 0 -13 - 0 -13 - 0 -13 - 14 56 - 14 56 - -7 -61 - -7 -61 - 17 -14 - 17 -14 - -70 -4 - -70 -4 - -70 -3 - -70 -3 - -70 -4 - -70 -3 - 0 -11 - -1 -11 - 0 -11 - 0 -11 - 0 -10 - 0 -10 - 0 -9 - 0 -9 - 0 -9 - 0 -9 - 0 -9 - 0 -9 - 0 -9 - 0 -9 - 0 -9 - 0 -9 - 0 -9 - 0 -9 - 0 -9 - 0 -9 - -1 -9 - -1 -9 - 29 46 - 29 46 - 82 -5 - 82 -5 - -95 84 - -95 84 - 15 89 - 15 89 - -54 62 - -54 62 - -59 46 - -59 46 - -21 33 - -21 33 - -10 -17 - -10 -17 - 42 -75 - 42 -75 - 20 -85 - 20 -85 - -9 -27 - -9 -27 - 20 17 - 20 17 - 6 29 - 6 29 - -6 36 - -6 36 - 9 3 - 9 3 - 32 14 - 32 14 - 47 6 - 47 6 - 61 12 - 59 -21 - 61 12 - -69 -22 - -69 -22 - 31 -21 - 31 -21 - 1 -9 - 1 -9 - 1 -9 - 1 -9 - 1 -9 - 1 -9 - -61 -28 - -61 -28 - 1 -15 - 1 -15 - 1 -15 - -59 -58 - -59 -58 - 18 77 - 18 77 - 0 -16 - 0 -16 - -70 -14 - -70 -14 - -2 -73 - -2 -73 - 10 15 - 10 15 - 69 7 - 69 7 - 69 8 - 69 8 - 69 7 - 69 8 - 0 -16 - 0 -16 - 65 46 - 65 46 - 1 -16 - 0 -16 - 1 -16 - 0 -14 - 0 -14 - 0 -14 - 0 -13 - 0 -13 - 0 -13 - 0 -13 - 0 -13 - 0 -13 - 0 -12 - 0 -12 - 0 -12 - 0 -12 - 0 -12 - 0 -12 - 92 30 - 84 50 - 92 30 - -1 -11 - -1 -11 - -1 -11 - 0 -11 - 0 -11 - 0 -11 - -1 -11 - 0 -11 - 0 -11 - 43 66 - 43 66 - -50 91 - -50 91 - -49 -20 - -49 -20 - -82 -13 - -82 -13 - -85 -3 - -11 -83 - -11 -83 - -55 62 - 56 34 - 56 34 - 32 14 - 32 14 - -16 -65 - -16 -65 - -43 -80 - -43 -80 - 72 -32 - 72 -32 - 9 -13 - 9 -13 - 72 -53 - 72 -53 - -12 -32 - -12 -32 - 48 -22 - 48 -22 - -58 1 - -58 1 - 91 23 - 91 23 - -37 -25 - -37 -25 - 54 -54 - 54 -54 - -42 36 - -42 35 - -42 36 - 32 -33 - 32 -33 - -14 -10 - -14 -10 - 32 19 - 32 19 - -33 26 - -33 26 - 99 60 - 99 60 - 81 -5 - 81 -5 - 81 -4 - 34 75 - 81 -4 - 81 -5 - 81 -4 - 34 75 - 30 -17 - 30 -17 - 1 -9 - 1 -9 - 1 -9 - 1 -9 - -28 -30 - -28 -30 - -33 79 - -33 79 - -40 -74 - -40 -74 - -33 79 - -40 -74 - -92 66 - -92 66 - -97 45 - -97 45 - 1 -12 - 1 -12 - 1 -12 - 1 -12 - 1 -12 - 0 -12 - 0 -12 - 1 -12 - 1 -12 - 0 -12 - 1 -12 - 1 -12 - 1 -13 - 1 -13 - 1 -12 - 1 -12 - 1 -12 - 1 -12 - -25 -20 - -25 -20 - 34 62 - 34 62 - 34 63 - 34 63 - 34 62 - 34 63 - 0 -17 - 0 -17 - -66 -97 - -66 -97 - 0 -17 - 0 -17 - 29 71 - 29 71 - 1 -18 - 1 -18 - -65 57 - -65 57 - 0 -15 - 0 -15 - 0 -15 - 1 -17 - 1 -17 - 0 -16 - 0 -16 - 0 -16 - 0 -16 - 0 -16 - 0 -17 - 0 -17 - 0 -17 - 0 -17 - -1 -17 - 0 -16 - 0 -16 - 0 -16 - 0 -16 - 0 -16 - 27 -43 - 27 -43 - 0 -16 - 0 -16 - 1 -16 - 0 -16 - -87 1 - -87 1 - 77 82 - 77 82 - 5 -42 - 5 -42 - -89 -13 - -89 -13 - 13 13 - 13 13 - 0 -9 - 0 -9 - 0 -9 - 0 -9 - 0 -9 - 24 74 - 24 74 - 58 39 - 58 39 - 7 -11 - 7 -11 - 26 51 - 26 51 - 11 61 - 11 61 - 31 48 - 31 48 - 54 76 - 54 76 - -59 13 - -59 13 - -46 -59 - -46 -59 - -46 -58 - -46 -58 - -46 -59 - -46 -58 - -40 -11 - -39 -13 - -40 -11 - -42 35 - -42 35 - -42 36 - 17 -90 - 17 -90 - 13 8 - 13 8 - 2 -15 - 16 -69 - 16 -69 - -7 76 - -7 76 - 32 -27 - 32 -27 - 42 14 - 42 14 - 41 14 - -43 33 - -43 33 - 1 -10 - 1 -10 - 1 -10 - 1 -10 - 0 -9 - 1 -9 - 0 -9 - 1 -9 - 1 -9 - 1 -9 - 1 -9 - 0 -9 - 1 -9 - 1 -9 - 1 -11 - 1 -11 - 1 -11 - 1 -11 - -90 59 - -90 59 - 1 -11 - 1 -11 - 1 -12 - 1 -12 - 1 -12 - -88 63 - -88 63 - 24 63 - 24 63 - 0 -16 - 0 -16 - 0 -16 - 21 34 - 21 34 - 1 -16 - 1 -16 - 0 -16 - 0 -16 - 0 -16 - 1 -16 - 0 -16 - 0 -16 - 0 -16 - 0 -16 - 0 -16 - 0 -17 - 0 -17 - 0 -17 - 0 -17 - 0 -17 - 0 -17 - 0 -16 - 0 -16 - 1 -16 - 0 -16 - 99 -1 - 99 -1 - 84 50 - 84 50 - 92 30 - 0 -10 - 0 -10 - 0 -9 - 0 -9 - 0 -9 - 0 -9 - 0 -9 - 72 -15 - 72 -15 - -58 -79 - -58 -79 - 11 -10 - 11 -10 - 28 65 - 49 -50 - 28 65 - 50 -48 - -1 -52 - -1 -52 - 38 29 - 38 29 - 59 41 - 51 -52 - 59 41 - -96 30 - -96 30 - -74 -31 - -73 -32 - -74 -31 - 90 30 - 92 29 - 90 30 - -39 -13 - -39 -13 - -40 -11 - -27 -18 - -27 -18 - 22 -36 - 22 -36 - 27 -33 - 26 -32 - 27 -33 - 22 -36 - 27 -33 - 26 -32 - 26 -32 - 22 -36 - 27 -33 - 26 -32 - 34 75 - 82 -4 - 81 -5 - 81 -4 - 34 75 - 95 38 - 95 38 - 41 14 - 42 14 - 41 14 - 1 -9 - 1 -9 - 1 -9 - 1 -9 - 1 -10 - 1 -10 - 1 -10 - 1 -10 - 1 -10 - 1 -10 - 1 -9 - 1 -9 - 0 -9 - 1 -9 - 1 -9 - 1 -10 - 1 -10 - 1 -10 - 1 -10 - -55 -22 - -55 -22 - 65 84 - 65 84 - 96 -100 - 96 -100 - 1 -16 - 0 -16 - 1 -16 - 0 -16 - 0 -16 - 0 -14 - 0 -14 - 0 -15 - 0 -15 - 95 -51 - 95 -51 - 0 -13 - 0 -13 - 0 -13 - 1 -13 - 0 -13 - 1 -13 - 49 -25 - 49 -25 - 0 -12 - 0 -12 - 0 -12 - 0 -12 - 0 -12 - 0 -12 - 77 -14 - 77 -14 - -1 -11 - -1 -11 - 0 -10 - 0 -10 - 49 -50 - 49 -50 - 28 65 - 50 -48 - -4 -87 - -4 -87 - -85 -3 - -82 -13 - -82 -13 - -85 -3 - -99 61 - -99 61 - 36 -25 - 36 -25 - 20 -17 - 20 -17 - -74 -59 - -74 -59 - 4 63 - 4 63 - -71 100 - -71 100 - -55 62 - -11 -83 - -55 62 - -82 -40 - -82 -40 - -73 -32 - -73 -32 - -74 -31 - 43 -50 - 43 -50 - -16 -27 - -16 -27 - 21 -5 - 21 -5 - -23 -16 - -23 -16 - -32 -22 - -32 -22 - 16 4 - 16 4 - 25 -83 - 25 -83 - -12 -4 - -12 -4 - 22 -37 - 22 -37 - 18 -62 - 18 -62 - 17 0 - 17 0 - -4 -78 - -4 -78 - 92 30 - 92 30 - 4 -10 - -7 8 - 4 -10 - -23 29 - -23 29 - -90 -81 - -90 -81 - -43 -68 - -43 -68 - -40 -91 - -40 -91 - 1 -9 - 1 -9 - 0 -9 - 1 -9 - 1 -9 - 1 -19 - 1 -19 - -91 85 - -91 85 - -82 49 - -82 49 - 84 55 - 84 55 - 0 -11 - 0 -11 - -7 -32 - -7 -32 - 83 44 - 83 44 - -82 -96 - -82 -96 - 50 -48 - 49 -50 - 28 65 - 50 -48 - -82 -13 - -82 -13 - -85 -3 - 9 -8 - 9 -8 - -25 -27 - -25 -27 - 74 -99 - 74 -99 - -30 15 - -30 15 - 92 -5 - 92 -5 - 8 -9 - 8 -9 - 92 29 - 92 29 - 90 30 - 37 -61 - 37 -61 - 38 -61 - 28 -66 - -9 -8 - -9 -8 - 48 -72 - 48 -72 - 31 -94 - 31 -94 - -3 -46 - -3 -46 - -13 -11 - -13 -11 - 15 -14 - 15 -14 - 2 -24 - 2 -24 - -29 20 - -29 20 - 2 -15 - 13 8 - 2 -15 - 27 -6 - 27 -6 - 16 22 - 16 22 - -17 23 - -17 23 - -17 24 - -17 24 - -17 23 - -17 24 - 7 -14 - 7 -14 - 8 -14 - -74 40 - 85 -2 - -74 40 - 4 -97 - 4 -97 - -87 -5 - -87 -5 - -98 84 - -98 84 - -14 90 - -14 90 - 10 -3 - 10 -3 - 1 -9 - 1 -9 - 1 -9 - -55 35 - -55 35 - 34 75 - 34 75 - -1 22 - -1 22 - 73 17 - 73 17 - 0 -16 - 0 -16 - 0 -16 - 0 -15 - 0 -15 - -25 49 - -25 49 - -24 49 - -54 -35 - -54 -35 - 41 23 - 41 23 - 66 44 - 66 44 - -65 43 - -65 43 - -1 -10 - -1 -10 - -22 -77 - -22 -77 - 6 98 - 6 98 - -60 -37 - -60 -37 - -2 -71 - 38 -26 - 38 -26 - -63 -40 - -63 -40 - 51 -52 - 51 -52 - -63 -40 - 51 -52 - 59 41 - -18 13 - -18 13 - 68 51 - 68 51 - 68 52 - 68 52 - 68 51 - 68 52 - -84 -98 - -84 -98 - -52 16 - -52 16 - 17 -1 - 17 -1 - -26 14 - -26 14 - 9 -10 - 9 -10 - 35 -84 - 35 -84 - 67 -12 - 67 -12 - 15 8 - 15 8 - 38 -61 - 37 -61 - 38 -61 - 28 -66 - 28 -66 - 37 -61 - 38 -61 - 28 -66 - 42 -59 - 42 -59 - 50 -55 - 19 -12 - 19 -12 - 19 -12 - 15 -16 - 15 -16 - 36 10 - 36 10 - 9 13 - 9 13 - -18 25 - -18 25 - 8 -14 - 7 -14 - 8 -14 - 82 -4 - 82 -4 - 34 75 - 1 -10 - 1 -10 - 23 -83 - 23 -83 - -61 -10 - -61 -10 - -23 -76 - -23 -76 - 39 -74 - 39 -74 - 34 12 - 34 12 - 0 -16 - 1 -16 - 0 -16 - 0 -16 - 0 -16 - 0 -16 - 0 -16 - -24 49 - -25 49 - -24 49 - 72 -36 - 72 -36 - 0 -14 - 0 -14 - 59 -16 - 59 -16 - 60 -87 - 60 -87 - 60 -86 - 60 -86 - 60 -87 - 60 -86 - -89 -54 - -89 -54 - 0 -13 - 0 -13 - 1 -13 - 10 67 - 10 67 - -44 -74 - -44 -74 - -86 10 - -86 10 - 75 64 - 75 64 - 60 74 - 60 74 - 75 64 - 60 74 - -1 -10 - -1 -10 - -1 -9 - -1 -9 - 71 -39 - 71 -39 - 30 -74 - 50 -32 - 50 -32 - 51 -32 - 54 -34 - 54 -34 - 55 -34 - 55 -34 - 70 43 - 70 43 - 59 46 - 59 46 - 4 62 - 4 62 - -36 -61 - -36 -61 - 38 -32 - 38 -32 - 85 -37 - 85 -37 - -94 -15 - -94 -15 - -15 -23 - -15 -23 - -14 -23 - 28 30 - 28 30 - 29 31 - 10 13 - 10 13 - -45 57 - -45 57 - -94 45 - -94 45 - 22 -39 - 23 -40 - 22 -39 - -9 12 - -9 12 - 10 -11 - 10 -11 - -9 12 - 10 -11 - -75 -29 - -75 -29 - -18 -31 - -18 -31 - 50 -55 - 42 -59 - 50 -55 - 11 2 - -8 -8 - 11 2 - -52 12 - -52 12 - 27 -14 - 27 -14 - -12 -22 - -12 -22 - 19 -12 - 19 -12 - 19 -12 - 34 -27 - 34 -27 - 9 -6 - -1 -11 - 9 -6 - -2 10 - -2 10 - -5 25 - -5 25 - 8 -12 - 8 -12 - -25 67 - -25 67 - -49 58 - -49 58 - 38 -65 - -14 18 - -14 18 - -39 18 - -39 18 - 1 -9 - 1 -9 - 3 -11 - 3 -11 - -75 -44 - -75 -44 - 1 -9 - 1 -9 - 1 -9 - 34 -20 - 34 -20 - -47 -54 - -47 -54 - -63 26 - -63 26 - -63 27 - -63 27 - -63 26 - -63 27 - -2 -71 - -60 -37 - -2 -71 - 9 13 - 9 13 - 51 -32 - 50 -32 - 51 -32 - 6 -10 - 6 -10 - 1 9 - 1 9 - 8 -23 - 8 -23 - -7 -18 - -7 -18 - -39 -6 - -39 -6 - -38 -5 - 70 73 - 70 73 - -93 68 - -93 68 - -4 -30 - -4 -30 - 95 -1 - 95 -1 - 91 24 - 91 24 - -14 -23 - -15 -23 - -14 -23 - 29 31 - 28 30 - 29 31 - 29 32 - 29 32 - 29 31 - 29 32 - 24 24 - 24 24 - 23 -40 - 23 -40 - 24 -41 - 22 -39 - 11 -12 - 11 -12 - -34 38 - -34 38 - -30 34 - -31 34 - -30 34 - -6 9 - -6 9 - 16 -43 - 16 -43 - 48 1 - 48 1 - 22 -13 - 22 -13 - 28 -25 - 28 -25 - -7 -10 - -7 -10 - 51 -59 - 51 -59 - -1 -11 - -1 -11 - 9 -6 - -42 37 - -42 37 - 42 -46 - 42 -46 - 42 -46 - 42 -46 - 42 -46 - 42 -46 - 16 31 - 16 31 - 14 15 - 14 15 - -8 9 - -8 9 - 99 4 - 99 4 - 38 -65 - -49 58 - 38 -65 - 85 -2 - 85 -2 - -74 40 - -15 19 - -15 19 - -17 22 - -17 22 - -17 22 - -17 22 - 5 -10 - 5 -10 - 26 14 - 26 14 - 35 85 - 35 85 - 35 86 - 35 87 - 35 86 - 35 85 - 35 86 - 35 87 - 35 87 - 35 85 - 35 86 - 35 87 - 0 -16 - 0 -16 - 0 -15 - 0 -15 - -90 81 - -90 81 - 0 -13 - 0 -13 - -62 -33 - -62 -33 - 0 -12 - 0 -12 - -67 -51 - -67 -51 - 77 85 - 77 85 - 36 -22 - 36 -22 - -47 95 - -47 95 - -12 -8 - -12 -8 - -38 -5 - -39 -6 - -38 -5 - 89 -21 - 89 -21 - 72 42 - 72 42 - 73 79 - 73 79 - 78 -43 - 78 -43 - -14 -22 - -14 -22 - -15 -22 - -14 -22 - -15 -22 - -14 -22 - -15 -22 - -14 -22 - -6 -10 - -6 -10 - 11 14 - 11 14 - -15 0 - -15 0 - -89 -44 - -89 -44 - 24 -41 - 25 -42 - 25 -42 - 23 -40 - 24 -41 - -67 -19 - -67 -19 - -5 -32 - -5 -32 - 29 -81 - 29 -81 - 32 12 - 32 12 - 21 7 - -18 -13 - 21 7 - 54 -52 - 54 -52 - 2 -34 - 2 -34 - 3 -35 - 13 -32 - 13 -32 - 12 8 - 12 8 - -10 12 - -10 12 - 17 -2 - 17 -2 - -23 69 - -23 69 - 16 -2 - 4 -15 - 16 -2 - 5 -11 - 5 -11 - -22 29 - -22 29 - 25 -91 - 25 -91 - 26 -92 - 26 -92 - 25 -91 - 26 -92 - 0 -16 - 0 -16 - 0 -16 - 0 -16 - -33 -35 - -33 -35 - 0 -15 - 0 -15 - 59 -19 - 59 -19 - 0 -14 - 0 -14 - 0 -14 - 39 80 - 39 80 - -75 -29 - -75 -29 - -80 -54 - -80 -54 - 0 -13 - 0 -13 - 65 19 - 65 19 - 45 -83 - 45 -83 - 45 -82 - 45 -82 - 45 -83 - 45 -82 - -50 21 - -50 21 - 2 12 - 2 12 - 91 100 - 91 100 - 86 21 - 86 21 - -29 98 - -29 98 - 30 -74 - 71 -39 - 30 -74 - 18 32 - 18 32 - -18 -15 - -18 -15 - -10 24 - -10 24 - 5 -17 - 5 -17 - -14 -22 - -14 -22 - -15 -22 - -14 -22 - -5 -9 - -5 -9 - -14 1 - -14 1 - 40 33 - 40 33 - 25 -42 - 25 -42 - 25 -42 - 24 -41 - -31 34 - -31 34 - -30 34 - 40 -83 - 40 -83 - -5 -50 - -5 -50 - 27 16 - 27 16 - 3 -35 - 2 -34 - 3 -35 - 36 -20 - 36 -20 - -1 -11 - -1 -11 - 26 37 - 26 37 - -27 27 - -27 27 - -9 76 - -9 76 - 17 14 - 17 14 - -52 55 - -52 55 - 6 -12 - 6 -12 - 7 -12 - 7 -12 - 6 -12 - 7 -12 - -11 94 - -11 94 - 0 -16 - 0 -16 - 81 70 - 81 70 - 61 -20 - 61 -20 - -1 -12 - -1 -12 - -2 -13 - -2 -13 - 62 51 - 62 51 - 63 54 - -68 68 - -68 68 - -5 -78 - -5 -78 - 31 64 - 31 64 - -99 -83 - -99 -83 - -18 -8 - -18 -8 - -48 71 - -48 71 - -59 54 - -59 54 - 22 10 - 22 10 - 98 4 - 98 4 - 13 17 - 13 17 - 2 22 - 12 2 - 12 2 - 25 -42 - 25 -42 - 25 -42 - 24 -41 - 35 -45 - 35 -45 - -32 -22 - -32 -22 - -18 -13 - -18 -13 - 21 7 - -44 2 - -44 2 - -32 23 - -32 23 - -23 20 - -23 20 - -2 49 - -2 49 - -42 93 - -42 93 - 36 -36 - 36 -36 - 4 -15 - 4 -15 - 16 -2 - 26 3 - 26 3 - 13 88 - 13 88 - 1 -9 - 1 -9 - 1 -9 - -22 55 - -22 55 - 69 -97 - 69 -97 - 5 87 - 5 87 - 5 88 - 5 88 - 5 87 - 5 88 - 0 -14 - 0 -14 - 0 -14 - 0 -14 - 0 -14 - 0 -14 - 0 -14 - 0 -14 - 0 -14 - 0 -14 - 0 -14 - -57 2 - -57 2 - -94 -39 - -94 -39 - 0 -13 - 0 -13 - 0 -13 - 0 -13 - 0 -13 - 0 -13 - 0 -13 - 0 -13 - 26 63 - 26 63 - -1 -10 - -1 -10 - 1 -9 - 1 -9 - 63 54 - 62 51 - 63 54 - -1 -89 - -1 -89 - 79 -7 - 79 -7 - -88 5 - -88 5 - 36 71 - 36 71 - -97 -60 - -97 -60 - -17 -79 - -17 -79 - -41 -3 - -41 -3 - 2 22 - 13 17 - 2 22 - 13 2 - 13 2 - -15 7 - -15 7 - 28 -6 - 28 -6 - 53 -100 - 53 -100 - 11 3 - 11 3 - 12 2 - 12 2 - 43 -74 - 44 -73 - 43 -74 - 34 -77 - 25 -82 - -2 -18 - -2 -18 - 18 0 - 18 0 - -43 38 - -43 38 - -39 42 - -39 42 - 19 15 - 19 15 - 24 94 - 24 94 - -12 14 - -12 14 - 32 -64 - 32 -64 - 1 -9 - 1 -9 - 1 -9 - 0 -16 - 0 -16 - 0 -16 - 0 -16 - 0 -16 - -2 -46 - -2 -46 - 72 -78 - 72 -78 - 0 -15 - 0 -15 - 0 -13 - 0 -13 - 0 -13 - 0 -13 - -58 53 - -58 53 - 0 -12 - 0 -12 - 55 29 - 55 29 - 0 -11 - 0 -11 - 0 -10 - 0 -10 - 86 49 - 86 49 - 25 79 - 25 79 - -85 93 - -85 93 - 67 82 - 67 82 - -69 90 - -69 90 - -68 89 - 12 7 - 12 7 - -27 -37 - -27 -37 - 75 89 - 75 89 - -95 70 - -95 70 - -53 -90 - -53 -90 - 8 -13 - 8 -13 - -29 45 - -29 45 - -39 -6 - -37 -17 - -39 -6 - -14 -11 - -14 -11 - 44 -73 - 44 -73 - 43 -74 - 34 -77 - 43 -74 - 34 -77 - 25 -82 - 27 26 - 27 26 - -4 23 - -4 23 - 74 25 - 74 25 - 75 25 - -19 25 - -19 25 - 30 -14 - 30 -14 - 26 70 - 26 70 - 0 -14 - 0 -14 - 0 -14 - 0 -14 - -1 -13 - -1 -13 - 0 -13 - 54 -36 - 54 -36 - -52 27 - -52 27 - 12 92 - 12 92 - 31 -40 - 31 -40 - 43 65 - 43 65 - 51 62 - -94 5 - -94 5 - 86 -9 - 86 -9 - -37 -17 - -37 -17 - -39 -6 - 25 -82 - 43 -74 - 34 -77 - 25 -82 - -11 13 - -11 13 - -11 14 - -11 14 - 75 25 - 74 25 - 75 25 - -88 77 - -88 77 - 0 -17 - 0 -17 - 0 -17 - 0 -17 - 79 66 - 79 66 - 6 72 - 6 72 - 2 17 - 2 17 - 0 -13 - 0 -13 - 2 20 - 2 20 - 0 -14 - 0 -14 - 0 -14 - 0 -14 - 0 -14 - 24 13 - 24 13 - 0 -13 - -1 -13 - 0 -13 - 0 -11 - 0 -11 - 89 71 - 89 71 - 45 36 - 45 36 - 1 -48 - 1 -48 - -66 25 - -66 25 - 72 -3 - 72 -3 - 73 -2 - 73 -2 - 64 52 - 64 52 - 31 45 - 31 45 - 84 -35 - 84 -35 - 85 -34 - 10 11 - 10 -11 - 10 11 - -9 -14 - -9 -14 - 12 15 - 12 15 - -28 -15 - -28 -15 - -83 -55 - -83 -55 - -82 -73 - -82 -73 - -82 -72 - -82 -72 - -82 -73 - -82 -72 - -27 -20 - -27 -20 - 7 -49 - 7 -49 - 3 -63 - 3 -63 - 33 -41 - 33 -41 - 36 -77 - 36 -77 - 6 -40 - 6 -40 - -10 12 - -10 12 - 5 -10 - 5 -10 - 44 14 - 44 14 - 80 81 - 80 81 - 0 -14 - 0 -14 - 0 -14 - 41 -83 - 41 -83 - 0 -14 - 0 -14 - 0 -14 - 0 -14 - 0 -13 - 0 -13 - 0 -12 - 0 -12 - 0 -11 - 0 -11 - -77 -23 - -77 -23 - 0 -10 - 0 -10 - 0 -10 - -68 89 - -69 90 - -68 89 - -89 32 - -89 32 - -38 -15 - -38 -15 - 16 31 - 16 31 - 0 -32 - 0 -32 - 29 42 - 29 42 - 34 62 - 26 63 - 34 62 - -19 92 - -19 92 - 85 -34 - 84 -35 - 85 -34 - 51 62 - 43 65 - 51 62 - -10 -15 - -10 -15 - 2 -39 - 2 -39 - -14 2 - -14 2 - 9 32 - 9 32 - -45 -8 - -45 -8 - 11 -12 - 11 -12 - 34 -43 - 34 -43 - -13 -11 - -13 -11 - -16 12 - -16 12 - -18 22 - -18 22 - 30 -71 - 30 -71 - -72 81 - -72 81 - 88 69 - 88 69 - 4 -9 - 4 -9 - 20 29 - 20 29 - 0 -14 - 0 -14 - 0 -14 - 88 -53 - 88 -53 - 93 -32 - 93 -32 - 72 97 - 72 97 - 0 -10 - 0 -10 - 0 -10 - 73 80 - 73 80 - 76 -90 - 76 -90 - 76 -89 - 76 -89 - 76 -90 - 76 -89 - -77 -95 - -77 -95 - -45 -31 - -45 -31 - -82 -74 - -82 -74 - 72 -3 - -66 25 - 72 -3 - 72 -3 - 73 -2 - 73 -2 - 72 -3 - -66 25 - 72 -3 - 72 -3 - 73 -2 - 73 -2 - -97 85 - -97 85 - -13 -16 - -13 -16 - 54 33 - 54 33 - -65 14 - -65 14 - -7 -11 - -7 -11 - 32 61 - 32 61 - 12 -13 - 12 -13 - 96 15 - 96 15 - -18 3 - -18 3 - -12 13 - -12 13 - -18 3 - -12 13 - 27 6 - 27 6 - 32 -96 - 32 -96 - -40 31 - -40 31 - -44 56 - -44 56 - 0 -14 - 0 -14 - 0 -14 - 32 24 - 32 24 - 73 -2 - -66 25 - 72 -3 - 72 -3 - 73 -2 - 73 -2 - 73 -2 - -66 25 - 72 -3 - 72 -3 - 73 -2 - 73 -2 - -21 -64 - -21 -64 - 63 -17 - 63 -17 - 26 63 - 26 63 - 34 62 - 10 -11 - 10 -11 - 11 -10 - 10 11 - 8 9 - 8 9 - -6 -10 - -6 -10 - -6 -9 - -6 -9 - 33 -52 - 33 -52 - 45 -59 - 45 -59 - 30 13 - 30 13 - 4 -17 - 4 -17 - 24 40 - 24 40 - -69 55 - -69 55 - -68 55 - -1 44 - -1 44 - 8 -15 - 8 -15 - 45 -89 - 45 -89 - 45 -88 - 45 -88 - 45 -89 - 45 -88 - -31 62 - -31 62 - -35 -87 - -35 -87 - -81 94 - -81 94 - 11 -10 - 10 -11 - 11 -10 - -13 -18 - -13 -18 - 5 -35 - 5 -35 - 54 88 - 54 88 - 13 -14 - 13 -14 - -1 -46 - 0 -47 - -1 -46 - -18 44 - -33 -22 - -33 -22 - -9 -7 - -9 -7 - 11 -38 - 11 -38 - 14 7 - 14 7 - 39 6 - 40 5 - 39 6 - -68 55 - -69 55 - -68 55 - -14 17 - -14 17 - 0 -12 - 0 -12 - 0 -12 - 0 -17 - 0 -17 - 0 -16 - 0 -16 - -85 52 - -85 52 - -38 94 - -77 14 - -77 14 - 40 -86 - 40 -86 - -46 -19 - -46 -19 - 21 -15 - 21 -15 - 65 47 - 65 47 - 33 26 - 33 26 - 45 0 - 45 0 - 8 -96 - 8 -96 - -71 20 - -71 20 - -99 29 - -99 29 - 54 66 - 54 66 - 15 9 - 15 9 - -52 -8 - -52 -8 - 0 -47 - 0 -47 - -1 -46 - 9 -23 - 9 -23 - 35 15 - 35 15 - 35 15 - 35 15 - 35 15 - 35 15 - 44 -11 - 44 -11 - 40 5 - 40 5 - 39 6 - 33 -14 - 33 -14 - -27 24 - -27 24 - 33 -14 - -27 24 - 14 24 - 14 24 - 90 3 - 90 3 - -39 19 - -39 19 - 1 -13 - 0 -13 - 1 -13 - 1 -14 - 1 -14 - 1 -14 - 0 -12 - 0 -12 - 0 -12 - 77 -33 - 77 -33 - 0 -10 - 0 -10 - 69 -50 - 69 -50 - 23 74 - 23 74 - 23 75 - -30 -57 - -30 -57 - 7 28 - 7 28 - 58 77 - 58 77 - -14 -20 - -14 -20 - 15 19 - 15 19 - -14 -20 - 15 19 - -8 77 - -8 77 - 89 10 - 89 10 - -18 44 - -1 -46 - -18 44 - 28 -12 - 28 -12 - 72 -59 - 72 -59 - 81 -39 - 81 -39 - 16 4 - 16 4 - 6 17 - 6 17 - -33 11 - -33 11 - 32 -94 - 32 -94 - 1 -14 - 1 -14 - 1 -14 - 95 -65 - 95 -65 - 0 -10 - 0 -10 - 0 -10 - 0 -10 - 0 -10 - 0 -10 - 84 38 - 84 38 - 77 -100 - 77 -100 - 37 93 - 37 93 - 39 -36 - 39 -36 - 32 70 - 32 70 - 94 67 - 94 67 - -48 -86 - -48 -86 - -50 -89 - 23 75 - 23 74 - 23 75 - -32 -73 - -32 -73 - 84 55 - 84 55 - 84 -46 - 84 -46 - 10 27 - 10 27 - -49 77 - -49 77 - 17 -19 - 17 -19 - 16 -19 - 16 -19 - 17 -19 - 16 -19 - -80 -48 - -79 -49 - -80 -48 - 97 5 - 97 5 - -28 -20 - -28 -20 - -15 38 - -15 38 - 7 28 - 7 28 - 45 19 - 45 19 - 33 -3 - 33 -3 - 21 -24 - 23 41 - 23 41 - 41 25 - 46 15 - 46 15 - 23 41 - 41 25 - 46 15 - -24 -47 - -24 -47 - -28 26 - -28 26 - 44 -19 - 44 -19 - 44 -18 - 41 -40 - 41 -40 - -38 94 - -85 52 - -38 94 - 34 75 - 34 75 - 24 78 - 24 78 - 20 61 - 20 61 - 21 62 - 55 13 - 55 13 - 25 79 - 25 79 - 24 77 - 25 80 - 25 81 - 25 80 - 25 79 - 24 77 - 25 80 - 25 81 - 25 81 - 25 79 - 25 80 - 25 81 - -30 26 - -30 26 - 63 21 - 63 21 - 88 97 - 88 97 - 89 98 - -88 -96 - 52 99 - 52 99 - 6 -25 - 6 -25 - 20 15 - 55 -56 - 55 -56 - -79 -49 - -79 -49 - -80 -48 - -14 -38 - -14 -38 - 14 -21 - 14 -21 - 32 -62 - 32 -62 - 33 -62 - -12 33 - -12 33 - 17 11 - 17 11 - 43 1 - 43 1 - 41 25 - 23 41 - 41 25 - 46 15 - -34 -21 - -34 -21 - 15 20 - 16 19 - 15 20 - 18 5 - 18 5 - -46 59 - -46 58 - -46 59 - 35 -67 - 35 -67 - 4 -38 - 4 -38 - 0 -13 - 0 -13 - 1 -13 - 0 -18 - 0 -18 - 0 -10 - 0 -10 - 39 68 - 39 68 - 0 -9 - 0 -9 - 0 -9 - 0 -9 - 0 -9 - 0 -9 - 0 -9 - 0 -9 - -73 -1 - -73 -1 - 39 -86 - 39 -86 - -50 -89 - -48 -86 - -50 -89 - 21 62 - 20 61 - 21 62 - -10 -9 - -10 -9 - -42 38 - -42 38 - 71 -11 - 71 -11 - 53 78 - 53 78 - 89 98 - 88 97 - 89 98 - -88 -96 - 16 20 - 16 20 - 20 15 - 6 -25 - 20 15 - -13 7 - -13 7 - -67 63 - -67 63 - -67 64 - -66 64 - -66 64 - -67 64 - -67 63 - -67 64 - -66 64 - -66 64 - 29 11 - 29 11 - -12 -41 - -12 -41 - 0 -38 - 0 -38 - 34 -19 - 29 6 - 29 6 - 33 -62 - 32 -62 - 33 -62 - 32 -79 - 32 -79 - -42 75 - -41 75 - -42 75 - 32 -79 - -42 75 - -41 75 - -60 85 - -60 85 - 21 -24 - 33 -3 - 21 -24 - 57 28 - 57 28 - 16 19 - 16 19 - 15 20 - -46 58 - -46 58 - -46 59 - 69 -7 - 69 -7 - 53 -76 - 53 -76 - 33 50 - 33 50 - 33 51 - 33 51 - 33 50 - 33 51 - 25 0 - 25 0 - -8 14 - -8 14 - 1 -17 - 1 -17 - 1 -16 - 1 -16 - 64 -23 - 64 -23 - 0 -10 - 0 -10 - -43 -23 - -43 -23 - -57 -39 - -57 -39 - 87 -26 - 87 -26 - 31 20 - 31 20 - 0 -9 - 0 -9 - 0 -9 - 0 -9 - 0 -9 - -98 40 - -98 40 - -44 0 - -44 0 - -2 -15 - -2 -15 - 35 -53 - 35 -53 - -35 94 - -35 94 - 24 77 - 25 79 - 24 77 - 25 80 - -46 -81 - -46 -81 - -41 -86 - 10 -52 - 10 -52 - 25 -36 - 25 -36 - -43 -40 - -43 -40 - 81 97 - 81 97 - 26 -88 - 26 -88 - -18 51 - -18 51 - 20 3 - 20 3 - -13 -18 - -13 -18 - 11 -27 - 11 -27 - -66 64 - -67 63 - -67 64 - -66 64 - -66 64 - 52 -1 - 52 -1 - -95 72 - -95 72 - -85 40 - -85 40 - -41 75 - 32 -79 - -42 75 - -41 75 - 21 -34 - 21 -34 - -16 100 - -16 100 - -15 100 - 14 22 - 14 22 - -62 -41 - -62 -41 - -18 -98 - -18 -98 - 19 5 - 19 5 - 83 27 - 83 27 - 44 -18 - 43 -20 - 44 -19 - 44 -18 - 74 -77 - 74 -77 - -3 91 - -3 91 - -7 -66 - -7 -66 - -13 -34 - -13 -34 - -34 -36 - -34 -36 - -3 34 - -3 34 - -44 -54 - -44 -54 - -38 -15 - -38 -15 - -41 99 - -41 99 - 47 36 - 47 36 - 52 34 - 52 34 - -38 -66 - -38 -66 - -39 -65 - -39 -65 - -38 -66 - -39 -65 - 0 -18 - 1 -18 - 0 -18 - 0 -18 - 0 -18 - 0 -18 - 1 -18 - 0 -18 - 0 -18 - 0 -18 - -41 -63 - -41 -63 - -89 84 - -89 84 - 84 27 - 84 27 - -40 66 - -40 66 - -38 35 - -38 35 - -50 23 - -50 23 - -41 67 - -41 67 - -96 -20 - -96 -20 - -32 -54 - -32 -54 - 18 -1 - 18 -1 - -88 -96 - 88 97 - 89 98 - -88 -96 - -26 49 - -26 49 - 24 56 - 24 56 - -58 64 - -58 64 - -82 11 - -82 11 - 34 -19 - 0 -38 - 34 -19 - -53 18 - -53 18 - 26 20 - 26 20 - 30 14 - 25 10 - 25 10 - -34 -31 - -34 -31 - 52 -68 - 52 -68 - 12 -10 - 12 -10 - 11 -9 - 11 -9 - -15 100 - -16 100 - -15 100 - -66 27 - -66 27 - 43 -20 - 43 -20 - 44 -18 - 5 22 - 5 22 - 44 9 - 44 9 - -53 -4 - -53 -4 - -53 -3 - -53 -3 - -53 -4 - -53 -3 - 1 -13 - 1 -13 - 0 -14 - 0 -14 - 0 -14 - 0 -14 - 0 -14 - 0 -14 - 0 -13 - 0 -13 - 1 -13 - 1 -15 - 1 -15 - 59 -37 - 59 -37 - 1 -18 - 1 -18 - 0 -18 - -28 87 - -28 87 - 24 -99 - 24 -99 - -20 6 - -20 6 - 1 -18 - 1 -18 - 0 -18 - 0 -18 - 0 -18 - 0 -18 - 0 -18 - 94 5 - 94 5 - 0 47 - 0 47 - 0 48 - 0 48 - 0 47 - 0 48 - 0 -9 - 0 -9 - 34 55 - 34 55 - 59 2 - 59 2 - -36 -14 - -36 -14 - 41 -34 - 41 -34 - 95 -80 - 95 -80 - -12 -40 - -12 -40 - 12 63 - 12 63 - 19 0 - 19 0 - 19 1 - 19 1 - 19 0 - 19 1 - -5 -9 - -5 -9 - -66 64 - -67 63 - -67 64 - -66 64 - -66 64 - 13 41 - 13 41 - 30 14 - 26 20 - 30 14 - 81 -39 - 81 -39 - -29 71 - -29 71 - 59 72 - 59 72 - -68 3 - -68 3 - 48 46 - -96 19 - -96 19 - 1 -15 - 1 -15 - 1 -13 - 0 -13 - 1 -13 - 1 -15 - 1 -15 - 1 -15 - 1 -15 - 1 -16 - 1 -16 - 1 -15 - 1 -15 - 1 -15 - 1 -15 - 1 -14 - 1 -14 - -85 32 - -85 32 - -49 87 - -49 87 - -49 88 - -49 88 - -49 87 - -49 88 - -48 88 - -48 88 - 56 65 - 56 65 - 38 76 - 38 76 - 0 -17 - 0 -17 - 0 -16 - 0 -16 - -5 50 - -5 50 - -50 -3 - -50 -3 - -98 87 - -98 87 - 0 -18 - 0 -18 - 0 -18 - 0 -18 - 0 -18 - 0 -18 - 0 -18 - 45 -33 - 45 -33 - 0 -9 - 0 -9 - 0 -9 - -33 -35 - -40 -29 - -33 -35 - -78 -73 - -78 -73 - 29 37 - 29 37 - -41 -86 - -46 -81 - -41 -86 - 83 71 - 83 71 - 41 -84 - 41 -84 - -3 66 - -3 66 - -12 -40 - -12 -40 - -11 -16 - -11 -16 - 18 44 - 18 44 - -16 0 - -16 0 - 10 3 - 10 3 - 19 -10 - 19 -10 - 65 -46 - 65 -46 - 30 12 - 30 12 - 55 3 - 55 3 - 59 -16 - 59 -16 - -37 81 - -37 81 - -37 82 - -37 83 - -37 82 - -37 81 - -37 82 - -37 83 - -37 83 - -37 81 - -37 82 - -37 83 - 1 -9 - 1 -9 - -47 -2 - -47 -2 - -79 12 - -79 12 - -26 72 - -26 72 - 1 -15 - 1 -15 - 1 -15 - 1 -15 - 1 -15 - -13 18 - -13 18 - -71 -68 - -71 -68 - -64 -3 - -64 -3 - 0 -18 - 0 -18 - 0 -18 - 1 -18 - -15 12 - -15 12 - 0 -18 - 1 -18 - 0 -18 - 0 -18 - 0 -18 - 1 -18 - 1 -17 - 1 -17 - 0 -18 - 0 -18 - 0 -18 - -91 -25 - -91 -25 - -1 44 - -1 44 - -40 -29 - -40 -29 - -33 -35 - -29 55 - -29 55 - 23 -44 - 23 -44 - 24 -43 - -30 99 - -30 99 - -2 66 - -2 66 - -17 51 - -17 51 - -15 -20 - -15 -20 - 13 37 - 13 37 - -27 -22 - -27 -22 - -37 63 - -37 63 - -36 63 - 68 18 - 76 -57 - 76 -57 - -44 35 - -44 35 - 22 -34 - 22 -34 - 55 -55 - 55 -55 - 35 11 - 35 11 - 35 12 - 35 12 - 35 11 - 35 12 - -50 -52 - -50 -52 - -32 -66 - 42 -44 - 42 -44 - 1 -15 - 1 -15 - 1 -15 - 1 -15 - 1 -15 - -62 92 - -62 92 - 0 -18 - 1 -18 - 0 -18 - 0 -18 - 1 -18 - 0 -17 - 0 -17 - 0 -16 - 0 -16 - 1 -18 - 0 -18 - 0 -18 - 1 -18 - -94 -2 - -94 -2 - 92 25 - 92 25 - -7 -64 - -7 -64 - 75 41 - 75 41 - 27 -8 - 27 -8 - 0 -18 - 0 -18 - 92 55 - 92 55 - -26 93 - -26 93 - 2 15 - 2 15 - -30 66 - -30 66 - -30 67 - -30 67 - -30 66 - -30 67 - 54 90 - 54 90 - 24 -43 - 23 -44 - 24 -43 - -57 98 - -57 98 - 74 -8 - 74 -8 - -3 47 - -3 47 - -62 93 - -62 93 - -92 -98 - -92 -98 - -16 -21 - -16 -21 - -10 -38 - -10 -38 - -9 -13 - -9 -13 - 12 14 - 12 14 - 20 64 - 20 64 - -6 -34 - -6 -34 - -36 63 - -37 63 - -36 63 - 68 18 - -92 50 - -92 50 - 61 -48 - 61 -48 - 65 -43 - 30 13 - 30 13 - 31 13 - -13 -11 - -13 -11 - 68 -20 - 68 -20 - -24 28 - -24 28 - 12 -75 - 12 -75 - -51 63 - -51 63 - 52 -98 - 52 -98 - 34 -70 - 34 -70 - -8 -83 - -8 -83 - 34 -29 - 34 -29 - 48 46 - -68 3 - 48 46 - -80 -57 - -80 -57 - -41 -20 - -41 -20 - -74 50 - -74 50 - -27 77 - -27 77 - -89 -33 - -61 68 - -89 -33 - 69 -81 - 69 -81 - -16 -14 - -16 -14 - 3 33 - 3 33 - 79 -75 - 79 -75 - 1 -19 - 1 -19 - -84 -35 - -84 -35 - 1 -18 - 0 -18 - 1 -18 - 1 -17 - 1 -17 - -92 -52 - -92 -52 - -4 21 - -4 21 - 0 -18 - 0 -18 - 71 -27 - 71 -27 - 59 70 - 59 70 - 0 -19 - 0 -19 - 61 -19 - 61 -19 - 1 -19 - 1 -19 - 81 -42 - 81 -42 - 0 -18 - 0 -18 - -85 -45 - 4 -98 - -85 -45 - -31 46 - -31 46 - -54 -99 - -54 -99 - -61 -49 - -61 -49 - -61 -48 - -61 -48 - -61 -49 - -61 -48 - -91 8 - -91 8 - 91 84 - 91 84 - 16 -30 - 16 -30 - -12 -35 - -12 -35 - -94 -21 - -94 -21 - -26 45 - -26 45 - -76 9 - -76 9 - 18 -54 - 18 -54 - 20 2 - 20 2 - 15 56 - 15 56 - 68 18 - -37 63 - -36 63 - 68 18 - 69 19 - 76 -26 - 76 -26 - 51 -21 - 51 -21 - 64 19 - 65 18 - 64 19 - 10 28 - 10 28 - 67 98 - 67 98 - 39 99 - 39 99 - 29 84 - 29 84 - -32 -66 - -50 -52 - -32 -66 - -41 33 - -41 33 - -27 76 - -27 76 - -27 55 - -27 55 - 0 73 - 0 73 - -83 2 - -83 2 - -61 -41 - -61 -41 - 57 67 - 57 67 - -72 95 - -72 95 - 0 -19 - 0 -19 - 0 -18 - 0 -18 - -57 -12 - -57 -12 - -55 -55 - -55 -55 - -1 -19 - -1 -19 - 0 -17 - 0 -17 - -55 -9 - -55 -9 - 1 -16 - 1 -16 - 0 -16 - 0 -16 - 1 -16 - 0 -16 - -80 -85 - -80 -85 - 0 -17 - 0 -17 - 77 78 - 77 78 - -27 -78 - -27 -78 - 22 67 - 22 67 - 15 3 - 15 3 - 11 34 - 11 34 - 55 61 - 55 61 - 55 62 - 55 62 - 55 61 - 55 62 - 77 99 - 77 99 - 30 -75 - 30 -75 - 30 -74 - 30 -74 - 30 -75 - 30 -74 - 33 -11 - 33 -11 - 97 -11 - 97 -11 - 15 16 - 15 16 - 15 16 - 23 29 - 23 29 - 60 10 - 60 10 - 69 19 - 68 18 - 69 19 - 23 -8 - 23 -8 - -1 -46 - -1 -46 - -39 36 - -38 35 - -39 36 - 33 10 - 33 10 - 21 17 - 21 17 - 61 -36 - 61 -36 - 65 18 - 65 18 - 64 19 - -17 52 - -17 52 - 1 -10 - 1 -10 - -40 49 - -40 49 - 51 -31 - 51 -31 - -56 -1 - -56 -1 - 8 -9 - 8 -9 - -92 -86 - -92 -86 - 40 -51 - 40 -51 - 7 94 - 7 94 - 1 -18 - 1 -18 - -51 34 - -51 34 - 0 -19 - 0 -19 - -25 77 - -25 77 - 82 27 - 82 27 - 31 -87 - 31 -87 - 0 -18 - 0 -18 - 0 -18 - 0 -18 - 0 -18 - -44 49 - -44 49 - 0 -17 - 0 -17 - 0 -17 - 0 -16 - 0 -16 - 1 -16 - 0 -16 - 0 -16 - -21 49 - -21 49 - -54 -83 - -54 -83 - 57 -47 - 57 -47 - -56 -23 - -56 -23 - 31 -75 - 31 -75 - -80 -37 - -80 -37 - -10 -14 - -10 -14 - 14 15 - 14 15 - 16 19 - 16 19 - 82 34 - 82 34 - 49 -44 - 49 -44 - -64 66 - -64 66 - -62 67 - 48 -19 - 48 -19 - -38 35 - -38 35 - -39 36 - 65 -43 - 61 -48 - 65 -43 - 31 13 - 30 13 - 31 13 - 45 20 - 45 20 - 44 20 - 44 20 - -85 -50 - -84 -51 - -85 -50 - -28 33 - -28 33 - -47 -85 - -47 -85 - -24 -25 - -24 -25 - -94 81 - -94 81 - 0 -13 - 0 -13 - 0 -13 - 1 -13 - -99 -65 - -99 -65 - -6 -28 - -6 -28 - -43 53 - -43 53 - -61 68 - -61 68 - -89 -33 - -90 -82 - -90 -82 - -42 -37 - -32 -46 - -42 -37 - 47 19 - 47 19 - 50 -31 - 50 -31 - -27 10 - -27 10 - -22 98 - -22 98 - -31 -47 - -31 -47 - 0 -18 - 0 -18 - 98 -95 - 98 -95 - 67 -92 - 67 -92 - -5 98 - -5 98 - -83 -74 - -83 -74 - 59 79 - 59 79 - 96 -55 - 96 -55 - 0 -17 - 0 -17 - 0 -17 - -68 -69 - -68 -69 - 83 -50 - 83 -50 - 0 -15 - 0 -15 - 69 -16 - 69 -16 - 47 28 - 47 28 - 0 -16 - 0 -16 - 4 -98 - 4 -98 - -85 -45 - 55 54 - 55 54 - 9 -24 - 9 -24 - 19 5 - 19 5 - 97 93 - 97 93 - 11 92 - 11 92 - 79 -12 - 79 -12 - -17 -22 - -17 -22 - 15 16 - 15 16 - 15 16 - -62 67 - -64 66 - -62 67 - 37 33 - 37 33 - 25 9 - 25 9 - -84 -51 - -84 -51 - -85 -50 - 38 -25 - 38 -25 - -15 49 - -15 49 - 2 54 - 2 54 - -19 -29 - -19 -29 - -38 19 - -38 19 - 1 -10 - 1 -10 - 40 23 - 40 23 - 98 79 - 98 79 - -1 27 - -1 27 - -61 -70 - -61 -70 - -65 69 - 51 -20 - 51 -20 - 1 -17 - 1 -17 - -13 -24 - -13 -24 - 1 -18 - 1 -18 - 47 7 - 47 7 - -52 78 - -52 78 - 45 -73 - 57 -62 - 45 -73 - 45 -72 - 45 -72 - 45 -73 - 45 -72 - 0 -17 - 0 -17 - 0 -17 - 1 -16 - 0 -16 - 1 -16 - -77 23 - -77 23 - 53 -36 - 53 -36 - 61 35 - 61 35 - 20 5 - 20 5 - 56 -72 - 56 -72 - 64 -5 - 64 -5 - -16 -21 - -16 -21 - -24 -54 - -24 -54 - -13 -1 - -13 -1 - 50 -69 - 52 -71 - 51 -70 - 50 -69 - -20 -11 - -20 -11 - 59 -22 - 59 -22 - 40 18 - 40 18 - 36 -97 - 36 -97 - 36 -96 - 36 -96 - 36 -97 - 36 -96 - -39 -5 - -39 -5 - 1 -9 - 1 -9 - -10 73 - -10 73 - 31 -43 - 31 -43 - -56 70 - -56 70 - -71 68 - -71 68 - 98 22 - 98 22 - -80 -13 - -80 -13 - 0 -13 - 0 -13 - 0 -13 - 1 -13 - -47 -87 - -47 -87 - 1 -14 - 1 -14 - 38 44 - 38 44 - 61 33 - 61 33 - -65 69 - -61 -70 - -65 69 - -7 55 - -7 55 - -50 -20 - 58 25 - 58 25 - -86 -8 - -86 -8 - 10 -75 - 10 -75 - -36 -93 - -36 -93 - 1 -19 - 1 -19 - 0 -19 - 1 -18 - 1 -18 - 0 -17 - 0 -17 - 1 -18 - 1 -18 - -45 3 - -45 3 - 1 -18 - 1 -18 - -50 -72 - -50 -72 - 4 82 - 4 82 - -7 43 - -7 43 - -74 -70 - -74 -70 - 0 -18 - 0 -18 - 0 -18 - 57 -62 - 57 -62 - 45 -73 - 0 -17 - 0 -17 - 0 -17 - -57 -83 - -57 -83 - -45 20 - -45 20 - -52 -78 - -52 -78 - 0 -15 - 0 -15 - 0 -15 - 87 0 - 87 0 - 0 -15 - 0 -15 - -89 -53 - -89 -53 - -88 -39 - -88 -39 - -38 51 - -38 51 - -30 -49 - -30 -49 - 75 9 - 75 9 - 98 95 - 98 95 - 21 -35 - 21 -35 - -26 70 - -26 70 - -15 -20 - -15 -20 - -15 -20 - 13 -6 - 13 -6 - -74 90 - -74 90 - 31 -33 - 32 -34 - 31 -33 - 64 -64 - 52 -71 - 66 -66 - 65 -65 - 64 -64 - -39 -25 - -39 -25 - 91 -13 - 91 -13 - 92 -12 - 72 -11 - 72 -11 - 48 -29 - 24 -52 - 48 -29 - -18 38 - -18 38 - 51 9 - 51 9 - -29 50 - -29 50 - -27 46 - -27 46 - 19 6 - 19 6 - -12 -33 - -12 -33 - 0 -11 - 0 -11 - -59 -17 - -59 -17 - -22 -86 - -22 -86 - 2 10 - 2 10 - -22 -81 - -85 2 - -22 -81 - 1 -13 - 0 -13 - 0 -13 - 1 -13 - -82 -56 - -82 -56 - 1 -14 - 1 -14 - -80 -62 - -80 -62 - 45 95 - -23 30 - -23 30 - -54 96 - 67 -85 - -54 96 - -76 19 - -76 19 - -18 24 - -18 24 - 53 22 - 53 22 - -32 -46 - -32 -46 - -42 -37 - -60 -93 - -60 -93 - 9 -38 - -40 2 - 9 -38 - -94 -83 - -94 -83 - 5 -21 - 5 -21 - 49 74 - 49 74 - 82 18 - 82 18 - -64 -68 - -64 -68 - -49 -9 - -49 -9 - -78 37 - -78 37 - 1 -20 - 1 -20 - -29 -16 - -29 -16 - -5 -21 - -5 -21 - 0 -19 - 0 -19 - 68 24 - 68 24 - 39 -69 - 39 -69 - 76 -29 - 76 -29 - 84 51 - 84 51 - 0 -15 - 0 -15 - 0 -15 - -10 79 - -10 79 - -47 -89 - -47 -89 - 62 92 - 62 92 - -15 -20 - -15 -20 - -15 -20 - 17 19 - 3 -22 - 3 -22 - 15 16 - 9 -5 - 9 -5 - -79 -11 - -79 -11 - -2 100 - -2 100 - 32 -34 - 32 -34 - 31 -33 - 32 -35 - 51 -70 - 52 -71 - 51 -70 - 50 -69 - 65 -65 - 67 -67 - 66 -66 - 65 -65 - 64 -64 - 92 -12 - 91 -13 - 92 -12 - 89 -79 - 89 -79 - 43 20 - 44 21 - 43 20 - 2 -89 - 2 -89 - -7 -70 - -7 -70 - 42 -59 - 2 -29 - 2 -29 - 1 -12 - 1 -12 - 1 -12 - 1 -12 - 1 -12 - -21 -16 - -21 -16 - 66 -99 - 66 -99 - -48 22 - -48 22 - -14 -40 - -14 -40 - -30 25 - -30 25 - -29 -16 - -29 -16 - -50 -20 - -7 55 - -50 -20 - 67 -85 - 45 95 - 67 -85 - -54 96 - 44 55 - 44 55 - -16 39 - -16 39 - -97 -71 - -97 -71 - 0 -19 - 1 -19 - 0 -19 - 0 -19 - 0 -19 - 1 -19 - -44 -66 - -44 -66 - 0 -19 - 0 -19 - 0 -19 - -81 49 - 57 77 - -81 49 - -94 -19 - -60 29 - -60 29 - -99 -29 - -99 -29 - 97 -45 - -50 -82 - -50 -82 - 93 -57 - 93 -57 - -63 -61 - 8 86 - -63 -61 - -94 -65 - -94 -65 - 65 -90 - 65 -90 - 0 -17 - 0 -17 - 0 -17 - 0 -17 - 0 -17 - 5 18 - 5 18 - -57 82 - -57 82 - 89 24 - 89 24 - 91 -96 - 91 -96 - 78 8 - 80 -12 - 78 8 - 78 9 - 78 9 - 80 -12 - 78 8 - 78 9 - -95 32 - -95 32 - -29 41 - -29 41 - -93 -57 - -93 -57 - 0 -14 - 0 -14 - 0 -14 - 0 -14 - 0 -14 - 0 -14 - 0 -14 - 0 -14 - 0 -14 - 0 -14 - 56 -54 - 56 -54 - 0 -13 - 0 -13 - 24 -13 - 24 -13 - -65 37 - -65 37 - -69 -34 - -69 -34 - 17 19 - -15 -20 - 17 19 - 13 15 - 13 15 - 8 32 - 8 32 - -20 -25 - 8 -80 - 8 -80 - 9 -78 - 10 -77 - 52 -71 - 52 -71 - 51 -70 - 50 -69 - 64 -64 - 66 -66 - 67 -67 - 66 -66 - 65 -65 - 64 -64 - 24 -52 - 24 -52 - 48 -29 - -22 7 - -22 7 - 63 -5 - 63 -5 - 63 -4 - 63 -4 - 63 -5 - 63 -4 - 28 -50 - 28 -50 - -81 95 - -81 95 - 76 -62 - 76 -62 - -73 -16 - -73 -16 - 42 -59 - 42 -59 - -73 -16 - -7 -70 - 42 -59 - 1 -11 - 1 -11 - 1 -11 - 1 -12 - 1 -12 - 1 -12 - -85 2 - -85 2 - -22 -81 - 0 -15 - 0 -15 - -37 90 - -37 90 - -36 90 - 1 -18 - 1 -18 - 0 -18 - 1 -18 - 1 -19 - 1 -19 - -1 -98 - -1 -98 - -49 -27 - -49 -27 - -97 -43 - -97 -43 - 74 -64 - 74 -64 - -61 22 - -61 22 - 1 -19 - 0 -19 - 1 -19 - 0 -19 - 0 -19 - 0 -19 - 1 -20 - 1 -20 - -3 86 - -3 86 - 55 57 - 55 57 - -38 -7 - -38 -7 - -66 57 - -66 57 - 0 -19 - 0 -19 - 8 52 - 8 52 - 73 20 - 73 20 - -87 53 - -87 53 - -31 -60 - -31 -60 - 0 -19 - 0 -19 - 0 -19 - 0 -19 - 0 -19 - -10 -41 - -10 -41 - 67 -94 - 67 -94 - 37 47 - 37 47 - -38 -49 - -38 -49 - 0 -17 - 0 -17 - 1 -17 - -93 76 - -93 76 - 0 -17 - 0 -17 - 49 51 - 49 51 - 80 -12 - 80 -12 - 78 8 - 78 9 - 0 -15 - 0 -15 - 0 -15 - 0 -16 - 0 -16 - 0 -16 - 0 -16 - 0 -15 - 0 -15 - 0 -15 - 71 -96 - 71 -96 - -67 -38 - -67 -38 - 0 -14 - 0 -14 - 0 -14 - -48 -46 - -48 -46 - 20 -22 - 20 -22 - 59 72 - 59 72 - 27 87 - 27 87 - 59 72 - 27 87 - -6 -86 - -6 -86 - 41 69 - 41 69 - -9 -12 - -9 -12 - 14 15 - 14 15 - -26 -6 - -26 -6 - 9 -78 - 8 -80 - 9 -78 - 10 -77 - 67 -67 - 67 -67 - 66 -66 - 65 -65 - 32 -35 - 32 -34 - 32 -35 - 22 -22 - 22 -22 - -75 4 - -75 4 - -73 5 - 18 -44 - 18 -44 - 20 -1 - 20 -1 - 36 -55 - 36 -55 - 39 19 - 39 19 - 44 21 - 44 21 - 43 20 - -4 11 - -4 11 - 16 3 - 16 3 - 16 4 - 16 4 - 16 3 - 16 4 - 17 5 - 17 5 - 43 93 - 43 93 - 43 94 - 43 94 - 43 93 - 43 94 - 4 -43 - 4 -43 - 0 -11 - 0 -11 - -79 -6 - -79 -6 - -54 70 - -54 70 - -40 22 - -40 22 - -47 -48 - -47 -48 - -8 -16 - -8 -16 - 53 -48 - 53 -48 - 45 95 - -80 -62 - 45 95 - 67 -85 - -82 39 - -82 39 - -36 90 - -37 90 - -36 90 - 13 -82 - 13 -82 - -23 55 - -23 55 - -22 55 - -23 56 - -23 56 - -23 55 - -22 55 - -23 56 - 49 -54 - 49 -54 - -40 2 - -40 2 - 9 -38 - -49 -76 - -92 5 - -49 -76 - 32 -64 - 32 -64 - 40 -43 - 40 -43 - 93 -35 - 93 -35 - 57 77 - 57 77 - -81 49 - -94 -19 - -81 49 - -94 -19 - 97 -45 - -99 -29 - 97 -45 - -3 -13 - -3 -13 - -3 79 - -3 79 - 95 -2 - 95 -2 - 1 -19 - 1 -19 - -37 57 - -37 57 - 58 62 - 58 62 - 1 -19 - 1 -19 - 0 -19 - -57 91 - -57 91 - 1 -18 - 1 -18 - 86 -51 - 86 -51 - 97 18 - 97 18 - -48 90 - -48 90 - 0 -17 - 0 -17 - 0 -17 - 72 -22 - 72 -22 - 39 28 - 39 28 - 40 29 - 21 -99 - 21 -99 - 0 -15 - 0 -15 - 41 -37 - 41 -37 - 0 -14 - 0 -14 - 0 -14 - 0 -14 - 0 -14 - 0 -14 - 0 -14 - 0 -14 - 0 -14 - 0 -14 - 0 -14 - 0 -14 - 0 -14 - 0 -14 - 0 -14 - 0 -14 - 0 -14 - 0 -14 - 0 -14 - 0 -14 - 0 -13 - 0 -13 - 0 -13 - 0 -13 - 0 -13 - 0 -13 - 0 -13 - 0 -13 - 0 -13 - 0 -13 - 61 85 - 61 85 - 62 87 - -30 55 - -30 55 - 16 -8 - 16 -8 - -4 -14 - -4 -14 - 29 13 - 29 13 - 15 16 - 3 -22 - 15 16 - -20 -25 - 8 32 - -20 -25 - 10 -77 - 8 -80 - 9 -78 - 10 -77 - 6 28 - 6 28 - 23 -24 - 23 -24 - -73 5 - -75 4 - -73 5 - 20 -11 - 20 -11 - 21 -3 - 21 -3 - 67 -59 - 67 -59 - -55 -79 - -55 -79 - 35 15 - 35 15 - -40 47 - -40 47 - 54 36 - 54 36 - -44 -19 - -44 -19 - 1 -11 - 1 -11 - 1 -11 - 69 -56 - 69 -56 - -63 -77 - -63 -77 - -10 39 - -10 39 - -82 61 - -82 61 - 63 -21 - 63 -21 - 67 48 - 67 48 - 0 -13 - 0 -13 - -26 28 - -26 28 - -38 70 - -38 70 - 1 -16 - 1 -16 - 44 0 - 44 0 - -3 94 - -3 94 - 60 9 - 60 9 - 75 -89 - 75 -89 - -66 -59 - -66 -59 - -14 54 - -14 54 - -61 76 - -61 76 - -22 55 - -23 55 - -22 55 - -23 56 - -10 -68 - -10 -68 - -65 -51 - -65 -51 - -19 73 - -19 73 - -92 5 - -92 5 - -49 -76 - 0 -19 - 0 -19 - -41 27 - -41 27 - 67 15 - 67 15 - 81 -84 - 81 -84 - 98 -31 - 98 -31 - 72 -16 - 72 -16 - 0 -20 - 0 -20 - 59 -4 - 59 -4 - 69 -63 - 69 -63 - 79 -88 - 79 -88 - 84 78 - 8 86 - 8 86 - -63 -61 - 0 -18 - 0 -18 - 0 -18 - 0 -18 - 0 -18 - 0 -18 - 0 -18 - 0 -18 - 1 -17 - 0 -17 - 1 -17 - 61 21 - 61 21 - 40 29 - 39 28 - 40 29 - 0 -15 - 0 -15 - 0 -15 - 58 77 - 58 77 - 53 30 - 53 30 - 53 31 - 53 31 - 53 30 - 53 31 - 0 -14 - 0 -14 - 0 -14 - -37 54 - -22 60 - -37 54 - 57 88 - 57 88 - 0 -13 - 0 -13 - 0 -13 - 0 -13 - 17 -61 - 17 -61 - 58 84 - 58 84 - 0 -12 - 0 -12 - 0 -12 - 0 -12 - 0 -11 - 0 -11 - 62 87 - 61 85 - 62 87 - 5 19 - 5 19 - 61 -80 - 61 -80 - -6 -16 - -6 -16 - 32 17 - 32 17 - 16 17 - 16 17 - 12 36 - 12 36 - 13 37 - 34 -18 - 34 -18 - 24 -25 - 24 -25 - 0 45 - 0 45 - 71 -84 - 71 -84 - 28 -13 - 28 -13 - -38 -50 - -38 -50 - 19 35 - 19 35 - 24 24 - 24 24 - 61 -71 - 61 -71 - -48 55 - -48 55 - 6 -16 - 6 -16 - 1 -10 - 1 -10 - -24 -93 - -24 -93 - -98 83 - -98 83 - 2 -23 - 2 -23 - 42 80 - 42 80 - -64 -29 - -64 -29 - -70 40 - -82 -7 - -70 40 - -38 27 - -38 27 - -49 -99 - -49 -99 - -42 25 - -42 25 - 16 -37 - 16 -37 - 44 56 - -70 -22 - 44 56 - 0 -19 - 0 -19 - 0 -19 - 0 -18 - 1 -18 - 0 -18 - 1 -18 - 1 -18 - 1 -18 - 0 -18 - 1 -18 - 77 48 - 77 48 - 78 49 - -35 -87 - -35 -87 - 63 57 - 63 57 - -76 96 - -76 96 - -64 -10 - -64 -10 - -15 -62 - -10 61 - -10 61 - 78 43 - 91 -2 - 78 43 - 0 -19 - 1 -19 - 0 -19 - 0 -19 - 36 33 - 36 33 - 59 24 - 59 24 - 60 25 - 0 -18 - 0 -18 - 0 -18 - -1 18 - 0 -18 - 0 -18 - 0 -18 - 0 -18 - -1 18 - 0 -18 - 67 4 - 67 4 - 0 -19 - 0 -19 - 0 -19 - 0 -18 - 0 -18 - 7 22 - 7 22 - -45 -45 - -45 -45 - 74 -78 - 74 -78 - 12 59 - 12 59 - -38 43 - -38 43 - -89 4 - -89 4 - 0 -16 - 0 -16 - 0 96 - 0 96 - 0 -16 - 0 -16 - 0 -16 - 0 -16 - 0 -16 - 0 -16 - 0 -16 - 0 -16 - 0 -16 - 0 -16 - 0 -16 - 0 -16 - 0 -15 - 0 -15 - 0 -14 - 0 -14 - -22 60 - -22 60 - -37 54 - 41 3 - 41 3 - 0 -12 - 0 -12 - 0 -12 - 0 -12 - 0 -12 - 0 -12 - 24 43 - 24 43 - 49 95 - 49 95 - 6 20 - 6 20 - -65 36 - -65 36 - -65 37 - -65 37 - -65 36 - -65 37 - 13 37 - 12 36 - 13 37 - 9 -4 - 9 -4 - -28 -38 - -28 -38 - 61 6 - 61 6 - 40 18 - 40 18 - 40 18 - -51 -80 - -49 -82 - -50 -81 - -51 -80 - 86 -63 - 86 -63 - 96 -54 - -20 -73 - -20 -73 - -48 55 - -48 55 - -32 68 - 1 -9 - 1 -9 - 14 94 - 14 94 - -19 -87 - -19 -87 - -9 31 - -9 31 - -9 32 - -9 32 - -9 31 - -9 32 - 1 -11 - 1 -11 - 2 -11 - 0 -14 - 0 -14 - -40 85 - -40 85 - -40 86 - -40 86 - -40 85 - -40 86 - -88 -90 - -88 -90 - 62 60 - 62 60 - 7 58 - 7 58 - -99 -89 - -99 -89 - -87 -18 - -87 -18 - 61 60 - 0 -19 - 0 -19 - 78 49 - 77 48 - 78 49 - -9 41 - -9 41 - -19 -41 - -19 -41 - -62 65 - -93 2 - -62 65 - 1 -19 - 1 -19 - -67 -75 - -67 -75 - -3 79 - -3 79 - 44 35 - 44 35 - -65 25 - -65 25 - 78 47 - 78 47 - 0 -20 - 0 -20 - 68 17 - 68 17 - -81 51 - -81 51 - 0 -20 - 0 -20 - -20 -93 - -3 -95 - -20 -93 - 60 25 - 59 24 - 60 25 - 89 -53 - 89 -53 - 1 -15 - 1 -15 - -19 -64 - -19 -64 - 82 86 - 82 86 - 0 -14 - 0 -14 - 0 -14 - 0 -14 - 0 -14 - 30 67 - 30 67 - 0 -14 - 0 -14 - 0 -14 - 0 -14 - 0 -14 - 0 -14 - 47 61 - 47 61 - 64 23 - 64 23 - 61 18 - 61 18 - -79 -12 - -79 -12 - -51 98 - -51 98 - -4 -15 - -4 -15 - 35 -45 - 35 -45 - 5 -81 - 5 -81 - 23 27 - 23 27 - 26 53 - 26 53 - 27 54 - 13 -8 - 13 -8 - -44 30 - -44 30 - 14 33 - 14 33 - 40 18 - 40 18 - 40 18 - 65 -44 - 65 -44 - -2 42 - -2 42 - 55 39 - 56 38 - 55 39 - -50 -81 - -49 -82 - -50 -81 - -51 -80 - -32 68 - -32 68 - -32 68 - -48 55 - -32 68 - -48 55 - 4 -75 - -48 55 - -32 68 - -48 55 - 4 -75 - -42 -15 - -42 -15 - 1 -9 - 1 -9 - -60 -94 - -60 -94 - 2 -11 - 1 -11 - 2 -11 - 1 -13 - 1 -13 - 9 -28 - 9 -28 - -82 -7 - -82 -7 - -70 40 - -59 13 - -59 13 - -27 -100 - -27 -100 - -42 -95 - -42 -95 - -72 87 - -72 87 - 59 91 - 59 91 - -58 43 - -58 43 - -71 7 - -35 40 - -35 40 - -13 74 - -13 74 - -93 67 - -93 67 - -93 2 - -93 2 - -62 65 - -88 -73 - -88 -73 - 97 -100 - 97 -100 - -4 25 - -4 25 - -15 -62 - -64 -10 - -15 -62 - 0 -20 - 0 -20 - 0 -20 - -61 -23 - -61 -23 - -89 28 - -89 28 - -78 14 - -78 14 - 92 -88 - 92 -88 - 1 -20 - 1 -20 - -21 -5 - -21 -5 - 40 31 - 40 31 - -9 86 - -9 86 - 84 78 - 79 -88 - 84 78 - 0 -19 - 0 -19 - 0 -19 - 0 -19 - 0 -19 - 84 9 - 84 9 - 75 -64 - 75 -64 - 0 -16 - 0 -16 - 0 -16 - 0 -16 - 5 45 - 5 45 - 0 -15 - 0 -15 - 0 -15 - 1 -15 - 0 -15 - 0 -15 - 0 -14 - 0 -14 - 0 -14 - 0 -14 - 0 -14 - 0 -14 - 51 23 - 51 23 - 0 -14 - 0 -14 - 0 -14 - 0 -14 - 0 -13 - 0 -13 - 0 -14 - 0 -14 - 0 -13 - 0 -13 - 0 -13 - 0 -13 - 96 85 - 96 85 - -79 -96 - 40 48 - 40 48 - -99 -58 - -99 -58 - -11 -38 - -11 -38 - -10 -37 - 33 42 - 33 42 - 25 51 - 25 51 - 27 54 - 26 53 - 27 54 - 93 27 - 93 27 - 10 -6 - 10 -6 - 54 46 - 54 46 - 56 38 - 56 38 - 55 39 - -49 -82 - -49 -82 - -50 -81 - -51 -80 - -44 21 - -44 21 - 2 -11 - 2 -11 - -42 34 - -42 34 - -98 43 - -98 43 - 97 100 - 97 100 - -84 67 - -84 67 - -83 67 - -93 37 - -93 37 - -36 -44 - -36 -44 - 0 -16 - 1 -16 - 0 -16 - 76 17 - 76 17 - -89 -33 - -89 -33 - -2 37 - -2 37 - 3 -61 - 3 -61 - -70 -22 - -70 -22 - 44 56 - -28 72 - -28 72 - 0 -19 - 0 -19 - 0 -19 - -1 98 - -1 98 - 61 60 - -87 -18 - 61 60 - -53 -87 - -53 -87 - -25 76 - -25 76 - -47 -63 - -47 -63 - -71 7 - -58 43 - -71 7 - -70 -4 - -70 -4 - -71 7 - -70 -4 - 3 89 - 3 89 - -91 26 - -91 26 - 74 -57 - -6 51 - -6 51 - 0 -20 - 0 -20 - 1 -21 - 1 -21 - -53 -50 - -53 -50 - 0 -20 - 0 -20 - 91 -2 - 91 -2 - 78 43 - -9 13 - -9 13 - 0 -20 - 0 -20 - 41 -36 - 41 -36 - 72 -32 - 72 -32 - -89 -26 - -89 -26 - 0 -19 - 0 -19 - 0 -19 - 0 -19 - 0 -19 - 0 -19 - 0 -19 - 94 -16 - 94 -16 - -1 18 - 0 -18 - -1 18 - 0 -18 - 0 -19 - 0 -19 - 0 -19 - 3 91 - 3 91 - 8 -27 - 8 -27 - 97 13 - 97 13 - -81 64 - -81 64 - -79 -96 - 96 85 - -79 -96 - 0 -13 - 0 -13 - 0 -13 - 0 -13 - -69 -20 - -69 -20 - 32 -44 - 32 -44 - 15 16 - 15 16 - -9 -36 - -9 -36 - -10 -37 - -11 -38 - -10 -37 - 11 -13 - 11 -13 - 12 -12 - -63 10 - -63 10 - 32 20 - 32 20 - 32 21 - 32 21 - 32 20 - 32 21 - 82 -60 - 82 -60 - 96 -54 - 86 -63 - 96 -54 - -18 18 - -18 18 - -18 19 - -18 19 - -18 18 - -18 19 - -4 -31 - -4 -31 - -17 17 - -17 17 - 4 -75 - -32 68 - -48 55 - 4 -75 - 56 -77 - 69 -63 - 56 -77 - -83 67 - -84 67 - -83 67 - -17 -2 - -17 -2 - 48 73 - 48 73 - 8 34 - 8 34 - -27 90 - 47 79 - -27 90 - -91 -40 - -91 -40 - -81 -10 - -81 -10 - 7 -28 - 7 -28 - -94 35 - -94 35 - -53 -44 - -53 -44 - 1 -21 - 0 -21 - 1 -21 - -70 -91 - -70 -91 - -84 100 - -84 100 - -44 68 - -44 68 - 7 -58 - 7 -58 - -12 -73 - 2 76 - -12 -73 - -51 21 - -51 21 - -3 -95 - -3 -95 - -20 -93 - -18 70 - -18 70 - -86 44 - -86 44 - -56 -56 - -56 -56 - 0 -19 - 0 -19 - 1 -18 - 1 -18 - 69 -81 - 69 -81 - 0 -18 - 0 -18 - -65 13 - -65 13 - 0 -17 - 0 -17 - 0 -17 - 56 2 - 56 2 - 0 -17 - 0 -17 - 0 -14 - 0 -14 - 55 -87 - 55 -87 - 68 38 - 68 38 - 0 -14 - 0 -14 - 0 -14 - 0 -14 - -36 -58 - -36 -58 - 1 -12 - 1 -12 - 0 -12 - 1 -12 - 1 -12 - 1 -12 - 1 -12 - 0 -12 - 1 -12 - 1 -12 - -91 95 - -91 95 - 1 -12 - 1 -12 - -89 -2 - -89 -2 - 47 -74 - 47 -74 - -89 -2 - 47 -74 - 0 -10 - 0 -10 - 57 -14 - 57 -14 - 35 -11 - 35 -11 - -72 93 - -72 93 - -72 8 - -38 -64 - -35 -61 - -72 8 - -72 9 - -72 9 - -35 -61 - -72 8 - -72 9 - 16 17 - 16 17 - 15 16 - 15 16 - 15 16 - 12 -12 - 11 -13 - 12 -12 - 17 -69 - 17 -69 - 16 27 - 16 27 - 99 -10 - 99 -10 - 48 -43 - 48 -43 - 69 -63 - 70 -64 - 69 -63 - 56 -77 - 1 -9 - 1 -9 - 1 -9 - 1 -9 - 1 -9 - 1 -9 - 1 -9 - 1 -9 - 1 -9 - 1 -9 - 1 -9 - 1 -9 - -17 -76 - -17 -76 - -51 -38 - -51 -38 - -60 -44 - -60 -44 - -16 -12 - -16 -12 - 0 -14 - 0 -14 - -5 40 - -5 40 - -70 5 - -70 5 - -5 -45 - -5 -45 - -87 73 - -87 73 - 74 33 - 74 33 - 1 -18 - 1 -18 - 62 -47 - 62 -47 - -34 47 - -34 47 - 67 96 - 67 96 - 6 -55 - 6 -55 - 0 -20 - 0 -20 - 7 48 - 7 48 - 12 79 - 12 79 - -29 32 - -29 32 - 20 -30 - 20 -30 - 13 21 - 13 21 - -10 -47 - -10 -47 - 0 -20 - 0 -20 - 0 -20 - -10 27 - -10 27 - 7 41 - 7 41 - 83 87 - 83 87 - -97 73 - 89 76 - -97 73 - -37 86 - -85 -37 - -37 86 - 19 22 - 19 22 - 0 -19 - 0 -19 - 0 -19 - 0 -19 - -49 -94 - -49 -94 - 0 -18 - 0 -18 - 0 -18 - 0 -17 - 0 -17 - 0 -17 - 0 -17 - 50 -28 - 50 -28 - 1 -15 - 0 -15 - 1 -15 - 0 -15 - 97 6 - 97 6 - -61 -38 - -61 -38 - 51 -63 - 51 -63 - 0 -13 - 0 -13 - 0 -13 - 0 -13 - 0 -13 - 0 -13 - 0 -13 - 0 -13 - 0 -12 - 1 -12 - 0 -12 - 1 -12 - 1 -12 - -10 87 - -10 87 - 0 -10 - 0 -10 - -37 -50 - -37 -50 - 89 70 - 89 70 - 17 18 - 17 18 - -16 -44 - -16 -44 - 18 19 - 18 19 - 13 -3 - 13 -3 - -75 77 - -75 77 - 45 62 - 45 62 - 9 -15 - 9 -15 - 33 -34 - 33 -34 - -48 54 - -48 54 - 70 -64 - 70 -64 - 69 -63 - 9 -65 - 9 -65 - 0 -9 - 0 -9 - -66 63 - -66 63 - 14 21 - 14 21 - 15 21 - -27 7 - -27 7 - 0 -15 - 0 -15 - 1 -16 - 1 -16 - 54 60 - 54 60 - 1 -16 - 1 -16 - 0 -16 - -2 61 - -2 61 - -35 36 - -35 36 - 63 2 - 63 2 - -35 -66 - -35 -66 - 80 -72 - 80 -72 - 0 -19 - 0 -19 - 0 -19 - 0 -19 - 89 -45 - 89 -45 - 1 -21 - 1 -21 - 1 -20 - 1 -20 - 74 -57 - -91 26 - 74 -57 - -18 91 - -51 31 - -51 31 - -51 -80 - -51 -80 - -80 47 - 89 76 - 89 76 - -97 73 - 68 59 - 68 59 - 1 -19 - 1 -19 - 0 -21 - 0 -21 - -85 -37 - -85 -37 - -37 86 - 0 -20 - 0 -20 - 1 -20 - 17 -31 - 17 -31 - 62 -77 - 62 -77 - -88 36 - -88 36 - 2 76 - 2 76 - -12 -73 - 0 -19 - 0 -19 - 0 -19 - 0 -19 - -86 57 - -86 57 - 87 -88 - 87 -88 - 0 -19 - 0 -19 - 0 -19 - 0 -19 - 0 -19 - 0 -19 - 0 -19 - 0 -19 - -76 44 - -76 44 - 88 17 - 88 17 - 89 -10 - -62 -14 - -62 -15 - -62 -14 - 0 -17 - 0 -17 - 0 -17 - 0 -18 - 0 -18 - 79 31 - 79 31 - -25 -51 - -25 -51 - 0 -16 - 0 -16 - 1 -16 - 0 -16 - 0 -17 - 0 -17 - 0 -15 - 1 -15 - 0 -15 - -34 -48 - -34 -48 - 0 -13 - 0 -13 - 0 -13 - 1 -12 - 1 -12 - 0 -12 - 1 -12 - 1 -12 - 21 -78 - 21 -78 - -96 40 - -96 40 - -86 64 - -86 64 - 29 76 - 29 76 - 51 92 - 51 92 - -38 -64 - -38 -64 - -72 8 - -35 -61 - -35 -61 - -72 8 - -72 9 - 18 35 - 18 35 - 0 22 - 0 22 - 11 11 - 11 11 - 76 63 - 76 63 - 33 19 - 33 19 - -35 50 - -35 50 - -35 51 - -35 51 - -35 50 - -35 51 - -27 -95 - -27 -95 - -12 -39 - -12 -39 - 48 -53 - 48 -53 - 31 -17 - 31 -17 - 36 -43 - 36 -43 - 83 5 - 83 5 - 50 79 - 50 79 - 14 -57 - 14 -57 - 33 -14 - 33 -14 - 15 21 - 14 21 - 15 21 - 1 -15 - 1 -15 - -91 -1 - -91 -1 - 47 79 - 47 79 - -27 90 - -82 99 - -82 99 - -62 -46 - -62 -46 - -39 -37 - -39 -37 - 1 -20 - 1 -20 - -32 2 - -32 2 - 88 -11 - 88 -11 - 90 -4 - 90 -4 - 88 -11 - 90 -4 - -18 91 - 74 -57 - -18 91 - 0 -21 - 0 -21 - 1 -21 - -81 90 - -81 90 - -80 47 - -51 -80 - -80 47 - -21 9 - -21 9 - 93 94 - 93 94 - 8 52 - 8 52 - 0 -19 - 0 -19 - -84 17 - -84 17 - -63 80 - -63 80 - -68 49 - -68 49 - -96 -62 - -96 -62 - -96 -61 - -96 -61 - -96 -62 - -96 -61 - 0 -18 - 0 -18 - 0 -18 - 5 80 - 5 80 - 57 15 - 57 15 - 1 -16 - 0 -16 - 1 -16 - 0 -16 - 1 -15 - 1 -15 - 64 -44 - 64 -44 - -31 26 - -31 26 - 1 -15 - 1 -15 - 98 -73 - 98 -73 - -74 -64 - -74 -64 - 95 26 - 95 26 - -16 -79 - -16 -79 - -26 -35 - -26 -35 - -73 65 - -73 65 - 51 -2 - 51 -2 - -26 26 - -26 26 - 15 16 - 15 16 - 15 16 - 41 73 - 41 73 - -13 71 - -13 71 - -13 72 - -12 72 - -13 72 - -13 71 - -13 72 - -12 72 - -65 41 - -65 41 - 45 -40 - 45 -40 - 28 36 - 28 36 - 56 -45 - 56 -45 - 33 -77 - 33 -77 - 51 -66 - 51 -67 - 34 -76 - 52 -66 - 51 -66 - 51 -67 - 33 -77 - 51 -66 - 51 -67 - 34 -76 - 52 -66 - 51 -66 - -38 -54 - -38 -54 - 8 -16 - 8 -16 - 7 -15 - 7 -15 - -88 -5 - -88 -5 - 46 -82 - 46 -82 - -72 9 - -72 9 - -43 -8 - -43 -8 - -95 90 - -95 90 - -55 -35 - -55 -35 - -76 -69 - -76 -69 - -55 -100 - -55 -100 - -56 82 - -56 82 - -64 -71 - -7 -9 - -7 -9 - 61 -65 - 61 -65 - -85 100 - -85 100 - 2 53 - 2 53 - 10 -31 - 10 -31 - 1 -20 - 1 -20 - 0 -18 - 0 -18 - -84 -70 - -84 -70 - 8 12 - 8 12 - 0 -20 - 0 -20 - 0 -20 - -58 -65 - -58 -65 - 0 -21 - 0 -21 - 1 -21 - 0 -21 - -83 -65 - -83 -65 - 0 -21 - 0 -21 - 1 -21 - 0 -21 - -35 58 - -35 58 - -98 -53 - -98 -53 - -11 -10 - -11 -10 - 54 33 - 54 33 - 99 -86 - 99 -86 - -28 43 - -28 43 - 0 -21 - 0 -21 - 0 -21 - 1 -20 - 0 -20 - 1 -20 - 16 -36 - 16 -36 - 0 -20 - 0 -20 - 0 -20 - 0 -20 - -67 64 - -67 64 - -61 44 - -61 44 - 1 -20 - 1 -20 - 0 -20 - 0 -20 - 0 -20 - -45 -20 - -45 -20 - -62 -15 - -62 -15 - -62 -14 - -39 44 - -39 44 - -67 -39 - -67 -39 - -53 0 - -53 0 - 0 -16 - 0 -16 - 1 -16 - 0 -16 - 0 -16 - 0 -15 - 0 -15 - 0 -15 - 0 -15 - 0 -15 - 0 -15 - -27 -16 - -27 -16 - -96 43 - -96 43 - -72 -55 - -72 -55 - 67 -81 - 67 -81 - 0 -13 - 0 -13 - 0 -13 - 0 -13 - 0 -13 - 0 -13 - 71 83 - 71 83 - 0 -11 - 0 -11 - 31 24 - 31 24 - 22 59 - 22 59 - 97 -89 - 97 -89 - 42 28 - 42 28 - 21 23 - 21 23 - 42 52 - -1 -66 - 42 52 - -13 8 - -13 8 - -12 72 - -13 71 - -13 72 - -12 72 - 22 5 - 22 5 - -16 68 - -16 68 - -27 12 - -27 12 - 52 -66 - 33 -77 - 51 -66 - 51 -67 - 34 -76 - 52 -66 - 51 -66 - -25 -21 - -25 -21 - 1 -13 - 1 -13 - 63 -45 - 63 -45 - 24 -73 - -32 -56 - -32 -56 - 62 -30 - 62 -30 - -22 68 - -22 68 - 62 -30 - -22 68 - -22 69 - -22 69 - -22 68 - -22 69 - 2 44 - 2 44 - -24 96 - -24 96 - -13 98 - 1 -19 - 1 -19 - -12 93 - -12 93 - -31 52 - -31 52 - -40 -55 - -40 -55 - 13 -2 - 13 -2 - -21 -99 - -21 -99 - 0 -20 - 1 -20 - 0 -20 - 0 -20 - 0 -20 - -95 97 - -95 97 - 0 -20 - 0 -20 - 0 -19 - 0 -19 - -34 -63 - -34 -63 - -44 -61 - -44 -61 - 0 -20 - 0 -20 - 88 -100 - 88 -100 - 1 -20 - 0 -20 - 1 -20 - 0 -20 - 0 -19 - 0 -19 - 0 -19 - 0 -19 - 1 -18 - 1 -18 - 0 -19 - 0 -19 - 89 -10 - 88 17 - 89 -10 - 1 -18 - 1 -18 - -11 -2 - -11 -2 - -61 -95 - -61 -95 - -59 -96 - 0 -18 - 0 -18 - -35 -4 - -35 -4 - 16 54 - -56 -6 - 16 54 - -18 10 - -18 10 - -57 46 - -57 46 - 1 -17 - 1 -17 - -61 -96 - -61 -96 - -13 67 - -13 67 - 0 -15 - 0 -15 - 0 -15 - 0 -13 - 0 -13 - 0 -13 - 0 -13 - 0 -13 - 0 -13 - 0 -13 - 0 -13 - 0 -13 - 0 -13 - 0 -13 - 0 -13 - 0 -13 - 0 -13 - 0 -13 - 0 -13 - 0 -13 - 0 -13 - 42 27 - 42 27 - 0 -11 - 0 -11 - 0 -11 - 0 -11 - -13 -41 - -13 -41 - 0 -10 - 0 -10 - 0 -9 - 0 -9 - 0 -9 - -68 69 - -68 69 - -44 90 - -44 90 - -66 24 - -66 24 - 17 18 - 17 18 - -46 -18 - -46 -18 - 22 24 - 22 24 - -18 2 - -18 2 - -79 -34 - -79 -34 - -82 -13 - -82 -13 - -86 -58 - -86 -58 - 4 -15 - 4 -15 - 61 38 - 61 38 - -3 9 - -3 9 - 27 -30 - 28 -31 - 27 -30 - 34 -76 - 33 -77 - 51 -66 - 51 -67 - 34 -76 - 52 -66 - 51 -66 - 44 -71 - 51 -66 - 33 -77 - 51 -66 - 51 -67 - 34 -76 - 52 -66 - 51 -66 - 44 -71 - -8 79 - -8 79 - -21 -75 - -22 79 - -22 79 - 3 -10 - 3 -10 - 82 -33 - 82 -33 - 52 -73 - 52 -73 - 82 -33 - 52 -73 - 96 14 - 96 14 - 70 44 - 70 44 - 24 -73 - 63 -45 - 24 -73 - 0 -14 - 0 -14 - 52 -27 - 52 -27 - -98 65 - -98 65 - -98 -69 - -98 -69 - -60 -54 - -60 -54 - -47 -45 - -47 -45 - -64 60 - -64 60 - -64 61 - -64 61 - -64 60 - -64 61 - -20 23 - -20 23 - -96 9 - -96 9 - 68 59 - 68 59 - -93 0 - -93 0 - 0 -20 - 0 -20 - 0 -20 - 0 -20 - 0 -20 - -19 -5 - -19 -5 - 0 -20 - 1 -21 - 0 -21 - 1 -21 - 0 -21 - -83 -40 - -83 -40 - -75 -97 - -75 -97 - -46 -78 - -46 -78 - -39 6 - -39 6 - 50 -94 - 50 -94 - -83 32 - -83 32 - 0 -20 - 1 -20 - 0 -20 - 0 -20 - 0 -20 - 0 -20 - 1 -20 - 0 -20 - 0 -20 - 0 -20 - -75 24 - -75 24 - 0 -21 - 0 -21 - 1 -21 - 90 -91 - 90 -91 - 91 94 - 91 94 - 0 -20 - 0 -20 - 1 -20 - 0 -20 - 0 -20 - 13 -79 - 13 -79 - 75 78 - 75 78 - -77 -43 - -77 -43 - -59 -96 - -61 -95 - -59 -96 - -56 -6 - -56 -6 - 16 54 - -87 97 - -87 97 - 80 -79 - -94 63 - 80 -79 - 64 50 - 64 50 - 64 51 - 64 51 - 64 50 - 64 51 - 81 30 - -9 -83 - 81 30 - -62 -79 - -62 -79 - 3 84 - 3 84 - 59 -59 - 59 -59 - 97 -37 - 97 -37 - -95 -70 - -95 -70 - -35 42 - -35 42 - 23 25 - 23 25 - -13 8 - -13 8 - -81 -55 - -81 -55 - 14 7 - 14 7 - 28 -31 - 28 -31 - 27 -30 - 51 -66 - 33 -77 - 52 -66 - 51 -66 - 51 -67 - 34 -76 - 52 -66 - 51 -66 - 13 -24 - 13 -24 - 6 -14 - 6 -14 - 1 -11 - 1 -11 - -64 -71 - -56 82 - -64 -71 - 51 -9 - 51 -9 - 69 9 - 69 9 - -79 -29 - -79 -29 - -78 59 - -78 59 - -92 -94 - -92 -94 - -92 -93 - -6 59 - -6 59 - -5 59 - 0 -17 - 0 -17 - -14 -30 - -14 -30 - -86 -22 - -86 -22 - -90 9 - -15 37 - -15 37 - -40 2 - -40 2 - -13 98 - -24 96 - -13 98 - 16 18 - 16 18 - 0 -20 - 0 -20 - -89 98 - -89 98 - 0 -20 - 0 -20 - 0 -20 - 0 -20 - 0 -20 - -99 -86 - -99 -86 - 25 30 - -32 -23 - 25 30 - -54 66 - -54 66 - -27 67 - -27 67 - 11 22 - 11 22 - 60 -81 - 60 -81 - -10 -43 - -10 -43 - 81 53 - 81 53 - 0 -21 - 1 -21 - 0 -21 - 1 -21 - 0 -21 - 0 -21 - 0 -21 - 1 -21 - 0 -21 - 0 -21 - -66 -11 - -66 -11 - 0 -21 - 0 -21 - 0 -21 - 1 -20 - 1 -20 - 0 -20 - 0 -20 - 0 -20 - -16 -16 - -16 -16 - 65 -86 - 65 -86 - 1 -21 - 0 -21 - 1 -21 - 98 -70 - 98 -70 - -55 -1 - -55 -1 - -22 51 - -21 51 - -46 84 - -46 84 - 0 -20 - 0 -20 - 0 -20 - 0 -20 - 0 -20 - 0 -20 - 0 -20 - 0 -20 - -82 94 - -82 94 - 0 -20 - 0 -20 - 0 -20 - 1 -20 - 0 -20 - 0 -19 - 0 -19 - -24 56 - -24 56 - -78 -11 - -78 -11 - 1 -18 - 1 -18 - 0 -17 - 0 -17 - 0 -17 - 0 -17 - 0 -17 - 0 -17 - 0 -16 - 0 -16 - 0 -16 - 0 -16 - 0 -16 - 0 -16 - 0 -16 - 0 -14 - 0 -14 - 0 -14 - 1 -14 - 0 -14 - 0 -14 - 0 -14 - 1 -14 - 0 -14 - 0 -14 - 0 -14 - 1 -14 - 0 -14 - 0 -14 - 0 -14 - 0 -14 - 0 -14 - 0 -14 - 0 -14 - -45 -11 - -45 -11 - 0 -13 - 0 -13 - 0 -13 - 0 -13 - 0 -13 - 0 -13 - 38 -9 - 38 -9 - 0 -13 - 0 -13 - -45 -23 - -45 -23 - -44 -23 - -73 -81 - -73 -81 - -68 17 - -68 17 - -17 -14 - -17 -14 - 0 -9 - 0 -9 - 7 27 - 7 27 - 47 -99 - 47 -99 - 91 20 - 91 20 - 22 24 - 22 24 - 24 26 - 24 26 - -13 8 - -13 8 - -1 -66 - -1 -66 - 42 52 - 19 19 - 19 19 - 19 20 - 19 20 - 19 19 - 19 20 - 19 21 - 19 21 - 19 20 - 19 21 - -47 41 - -47 41 - -46 42 - -35 51 - -34 52 - 45 -100 - 45 -100 - 37 -87 - 37 -87 - 30 57 - 30 57 - 53 33 - 67 -1 - 67 -1 - 84 67 - 84 67 - -21 -75 - -8 79 - -21 -75 - 56 -78 - 56 -78 - -29 -85 - -29 -85 - 0 -10 - 0 -10 - -50 22 - -50 22 - 23 -49 - 14 -91 - 14 -91 - 14 -90 - 14 -90 - 14 -91 - 14 -90 - -90 -49 - -90 -49 - -52 89 - -52 89 - 20 -9 - 20 -9 - -5 59 - -6 59 - -5 59 - -70 -46 - -70 -46 - 87 -98 - 87 -98 - -3 11 - -3 11 - -78 -20 - -78 -20 - 58 87 - 58 87 - 0 -20 - 0 -20 - 0 -20 - 0 -20 - -75 47 - -75 47 - -3 -88 - -3 -88 - 0 -20 - -19 -5 - 0 -20 - 0 -20 - 0 -20 - -54 41 - -54 41 - 8 86 - 8 86 - -32 -23 - -32 -23 - 25 30 - -26 -41 - -26 -41 - 1 -21 - 1 -21 - 1 -21 - 1 -21 - 0 -21 - 1 -21 - 1 -21 - 1 -21 - 0 -21 - 1 -21 - 0 -21 - 0 -21 - 0 -21 - 0 -21 - 1 -21 - 1 -21 - -22 51 - -55 -1 - -22 51 - -21 51 - -73 -32 - -73 -32 - -90 29 - -90 29 - 77 45 - 77 45 - 97 -47 - 97 -47 - -57 -29 - -57 -29 - 0 -18 - 0 -18 - 0 -18 - -94 63 - -94 63 - 80 -79 - 5 98 - 5 98 - 17 66 - 17 66 - 0 -15 - 0 -15 - 0 -15 - 0 -14 - 0 -14 - 75 37 - 75 37 - -44 -23 - -45 -23 - -44 -23 - 0 -9 - 0 -9 - -2 37 - -2 37 - 0 -9 - 0 -9 - 0 -9 - -85 67 - -85 67 - -9 -73 - -9 -73 - 69 21 - 45 -60 - 45 -60 - 46 -60 - -66 -83 - -66 -83 - -79 -63 - -79 -63 - 69 -30 - 69 -30 - 77 -76 - 77 -76 - 93 -54 - 23 25 - 23 25 - 25 27 - 25 27 - 26 28 - -46 42 - -47 41 - -46 42 - -35 51 - -34 52 - -17 67 - -17 67 - -23 72 - -23 72 - 41 8 - 41 8 - 11 -8 - 11 -8 - 44 -71 - 51 -66 - 34 -76 - 51 -66 - 44 -71 - -49 66 - -49 66 - -27 27 - -38 10 - -27 27 - 11 -21 - 11 -21 - -8 36 - -8 36 - 12 -22 - 12 -22 - -69 -22 - -69 -22 - -16 20 - -16 20 - 23 -49 - -50 22 - 23 -49 - 66 -57 - 66 -57 - -69 49 - -69 49 - -90 9 - -86 -22 - -90 9 - -90 9 - -64 10 - -64 10 - 1 -20 - 1 -20 - 20 -90 - 20 -90 - -3 67 - -3 67 - 0 -20 - 0 -20 - 0 -20 - 0 -20 - 0 -20 - -90 43 - -90 43 - 68 -63 - 68 -63 - 1 -21 - 1 -21 - 2 -22 - 2 -22 - 1 -22 - 0 -21 - 0 -21 - 0 -21 - 0 -21 - -70 49 - -70 49 - -21 51 - -55 -1 - -22 51 - -21 51 - -73 62 - -73 62 - 0 -20 - 0 -20 - 4 -20 - 0 -20 - 12 77 - 12 77 - -84 19 - -84 19 - 0 -18 - 0 -18 - 0 -18 - 0 -15 - 0 -15 - 0 -13 - 0 -13 - 0 -14 - 0 -14 - 0 -14 - 0 -14 - 0 -13 - 0 -13 - 0 -12 - 0 -12 - 0 -12 - 0 -12 - 0 -12 - -9 -83 - -9 -83 - -74 39 - 81 30 - -49 1 - -49 1 - 28 -69 - 28 -69 - -96 -34 - -96 -34 - 47 -95 - 47 -95 - 46 -60 - 45 -60 - 46 -60 - 80 11 - 80 11 - 26 28 - 25 27 - 26 28 - -14 8 - -14 8 - -35 51 - -47 41 - -46 42 - -35 51 - -34 52 - -24 60 - -24 60 - -23 61 - -22 62 - -44 95 - -44 95 - 18 81 - 18 81 - 19 82 - 52 -66 - 52 -66 - 34 -77 - 51 -66 - 3 -10 - 3 -10 - 27 -86 - 27 -86 - 59 -81 - 59 -81 - 70 -73 - -63 -68 - -63 -68 - 1 -11 - 1 -11 - 0 -12 - 0 -12 - -73 8 - -73 8 - -11 20 - -11 20 - -57 -74 - -57 -74 - -55 -74 - -56 -25 - -56 -25 - 19 47 - 19 47 - 17 13 - 17 13 - -92 -93 - -92 -94 - -92 -93 - -5 -55 - -5 -55 - 53 22 - 53 22 - 75 4 - 75 4 - 5 -49 - 5 -49 - 0 -18 - 0 -18 - -29 -1 - -29 -1 - -4 -29 - -4 -30 - -4 -30 - -4 -29 - -4 -29 - -29 -1 - -4 -30 - -4 -29 - -28 47 - -28 47 - -17 51 - -15 -33 - -15 -33 - -68 22 - -68 22 - 0 -21 - 0 -21 - 15 78 - 15 78 - -84 31 - 62 -62 - -84 31 - -83 -40 - 58 47 - 58 47 - -3 55 - -3 55 - -37 71 - -37 71 - 19 86 - 19 86 - 19 87 - 19 87 - 19 86 - 19 87 - -93 -65 - -93 -65 - -51 -8 - -51 -8 - -78 92 - -78 92 - -45 73 - -45 73 - -64 96 - -64 96 - 78 -47 - 78 -47 - 79 -47 - 89 81 - 89 81 - -10 20 - -10 20 - 1 -14 - 0 -14 - 0 -14 - 1 -14 - 0 -14 - -94 -80 - -94 -80 - 42 32 - 42 32 - 0 -11 - 0 -11 - 0 -11 - 1 -11 - 1 -11 - 2 -11 - 1 -10 - 1 -10 - 2 -10 - 48 26 - 48 26 - -46 25 - -46 25 - 93 -54 - 77 -76 - 93 -54 - 81 -72 - 82 -71 - 11 -6 - 11 -6 - 72 -7 - 72 -7 - -34 52 - -47 41 - -46 42 - -35 51 - -34 52 - -23 61 - -24 60 - -23 61 - -22 62 - -5 79 - -5 79 - 19 82 - 18 81 - 19 82 - -34 80 - -10 9 - -10 9 - -10 10 - -10 10 - 53 33 - 30 57 - 53 33 - 45 40 - 89 38 - 89 38 - 34 -77 - 52 -66 - 34 -77 - -26 28 - -26 28 - -38 10 - -38 10 - -27 27 - -7 99 - -7 99 - -6 99 - -24 57 - -24 57 - 8 -17 - 8 -17 - 4 -11 - 4 -11 - 1 -9 - 1 -9 - -30 -78 - -30 -78 - -61 -55 - -61 -55 - 70 -73 - 59 -81 - 70 -73 - -41 47 - -41 47 - -52 -63 - -52 -63 - -10 76 - -10 76 - -27 38 - -27 38 - -96 -81 - -96 -81 - -93 32 - -93 32 - 50 -9 - 50 -9 - -55 -74 - -57 -74 - -55 -74 - 67 61 - 67 61 - -1 -19 - -1 -19 - 91 -5 - 91 -5 - 1 -19 - 1 -19 - 1 -20 - 1 -20 - 1 -20 - -54 4 - -54 4 - -83 -54 - -83 -54 - 1 -22 - 1 -22 - -14 13 - -14 13 - -4 -15 - -4 -15 - 69 90 - 69 90 - -8 -37 - -8 -37 - 97 2 - 97 2 - 0 -22 - 0 -22 - 82 99 - 82 99 - 0 -21 - 0 -21 - 1 -22 - 2 -22 - 1 -22 - -72 -79 - -72 -79 - 0 -22 - 0 -22 - 1 -22 - -5 44 - -5 44 - -94 -51 - -94 -51 - -12 84 - -12 84 - -84 -98 - -84 -98 - -97 -79 - 72 39 - 72 39 - -23 -75 - -23 -75 - 4 -20 - 1 -21 - 4 -20 - 0 -20 - 79 -47 - 78 -47 - 79 -47 - 22 71 - 22 71 - -58 67 - -58 67 - 2 90 - 2 90 - -87 3 - -87 3 - 1 -13 - 1 -13 - 1 -13 - 1 -13 - 1 -13 - 1 -13 - 1 -13 - 1 -13 - 1 -13 - 1 -13 - 1 -13 - 1 -13 - 1 -13 - 1 -13 - 1 -13 - 1 -13 - 1 -13 - -44 -47 - -44 -47 - 92 56 - 92 56 - 89 36 - 89 36 - 0 -11 - 0 -11 - 0 -11 - 0 -10 - 0 -10 - 0 -10 - 1 -10 - 2 -11 - 1 -11 - 2 -11 - 2 -10 - 1 -10 - 2 -10 - -10 -78 - -10 -78 - -10 -77 - -10 -76 - 72 -37 - -10 -77 - -10 -78 - -10 -77 - -10 -76 - -10 -76 - -10 -78 - -10 -77 - -10 -76 - 69 21 - -9 -73 - 69 21 - 3 90 - 4 88 - 3 90 - -65 63 - -65 63 - -91 2 - -91 2 - 21 22 - 21 22 - 81 -72 - 93 -54 - 81 -72 - 82 -71 - 84 -69 - -19 -21 - -19 -21 - -14 -16 - -14 -16 - 13 36 - 13 36 - -22 62 - -24 60 - -23 61 - -22 62 - 45 40 - 53 33 - 45 40 - 9 -15 - 9 -15 - -2 45 - -2 45 - -26 -22 - -26 -22 - -29 -25 - -29 -25 - -9 -10 - -9 -10 - -9 -10 - 46 -54 - 46 -54 - -18 20 - -18 20 - -81 19 - -85 -3 - -81 19 - -12 11 - -12 11 - -6 99 - -7 99 - -6 99 - -18 49 - -18 49 - 7 -15 - 7 -15 - 35 80 - 35 80 - 0 -10 - 0 -10 - 0 -10 - 1 -10 - 76 -32 - 76 -32 - -82 -22 - -82 -22 - -77 -73 - -77 -73 - -19 82 - -19 82 - -90 9 - -90 9 - -90 9 - -91 -27 - -91 -27 - 5 26 - 5 26 - -66 -80 - -66 -80 - -35 -84 - -35 -84 - -36 -73 - -36 -73 - -2 49 - -2 49 - -17 51 - -28 47 - -17 51 - 28 -59 - 28 -59 - 1 -20 - 1 -20 - 1 -20 - 6 90 - 35 -85 - 6 90 - -9 37 - -9 37 - 1 -22 - 1 -22 - 0 -21 - 0 -21 - -72 -50 - -72 -50 - -28 -76 - -28 -76 - -30 35 - -30 35 - -15 4 - -15 4 - 11 88 - 11 88 - 0 -21 - 0 -21 - 1 -22 - 0 -22 - 1 -22 - 0 -22 - 0 -22 - 0 -22 - 0 -21 - 0 -21 - -97 -79 - -84 -98 - -97 -79 - 70 55 - 70 55 - 7 87 - 1 -20 - 1 -20 - 1 -21 - 1 -21 - 4 -20 - 1 -20 - 1 -20 - -55 45 - -55 45 - 0 -18 - 0 -18 - 1 -17 - 1 -17 - 0 -17 - 1 -18 - 1 -18 - 67 -40 - 67 -40 - 0 -15 - 0 -15 - 5 98 - 5 98 - 1 -13 - 1 -13 - 1 -13 - 1 -13 - 1 -13 - 1 -13 - 0 -14 - 0 -14 - 0 -14 - 2 -12 - 2 -12 - 6 -9 - 6 -9 - 6 -9 - 6 -9 - 6 -9 - 6 -9 - 0 -13 - 0 -13 - 0 -13 - 0 -13 - 0 -13 - 0 -13 - 0 -12 - 0 -12 - 0 -12 - -74 39 - -9 -83 - -74 39 - -93 -51 - -93 -51 - 79 27 - 79 27 - -11 -88 - -11 -88 - 0 -10 - 1 -10 - 0 -10 - 0 -10 - 1 -10 - 3 -9 - 3 -9 - 52 -76 - 52 -76 - -42 -83 - 0 -9 - 0 -9 - 68 78 - 68 78 - 68 79 - 68 79 - 68 78 - 68 79 - 32 11 - 32 11 - -50 -17 - -50 -17 - 82 -71 - 93 -54 - 81 -72 - 82 -71 - 84 -69 - -18 -20 - -18 -20 - -13 -15 - -13 -15 - 98 -49 - 98 -49 - 57 92 - 57 92 - 58 93 - 58 93 - -46 15 - -46 15 - -59 6 - -59 6 - -58 7 - 2 61 - -34 80 - 19 82 - -34 80 - 1 -47 - 1 -47 - 14 -11 - 14 -11 - -25 -21 - -25 -21 - -20 65 - -20 65 - 91 -56 - 91 -56 - 6 -14 - 6 -14 - 0 -10 - 0 -10 - 0 -10 - 1 -10 - 32 -51 - 32 -51 - 1 -12 - 1 -12 - 1 -14 - 1 -14 - 0 -14 - 0 -14 - 0 -16 - 0 -16 - -80 84 - -80 84 - -43 -45 - -43 -45 - 1 -17 - 1 -17 - -55 -5 - -55 -5 - 0 -20 - 0 -20 - 89 -24 - 89 -24 - -94 46 - -94 46 - -82 -94 - -82 -94 - 62 -62 - 62 -62 - -84 31 - -83 -40 - -84 31 - -83 -40 - 24 -35 - 24 -35 - 11 34 - 11 34 - -22 31 - -22 31 - -78 3 - -75 -12 - -78 3 - -56 75 - -56 75 - -53 20 - -53 20 - 6 65 - 6 65 - -41 45 - -41 45 - -26 58 - -35 -53 - -26 58 - -57 -26 - 84 -51 - 84 -51 - 0 -18 - 0 -18 - 1 -18 - -1 -18 - -1 -18 - 0 -18 - 1 -18 - -1 -18 - 0 -18 - 1 -18 - 0 -18 - 1 -18 - -52 36 - -52 36 - -35 -76 - -35 -76 - 0 -17 - 0 -17 - 1 -17 - 0 -16 - 0 -16 - 1 -17 - 1 -17 - 0 -16 - 0 -16 - -70 43 - -70 43 - 1 -14 - 1 -14 - 73 -100 - 73 -100 - 1 -13 - 1 -13 - 1 -13 - 1 -13 - 1 -13 - 1 -13 - 18 66 - 18 66 - 6 -9 - 6 -9 - -23 -42 - -23 -42 - 1 -11 - 1 -11 - 1 -11 - 98 -16 - 98 -16 - 1 -10 - 1 -10 - 0 -10 - 0 -10 - 1 -10 - 72 -37 - -10 -78 - 72 -37 - -93 65 - -93 65 - 4 88 - 4 88 - 3 88 - 3 89 - 3 90 - -85 53 - -85 53 - 50 97 - 50 97 - 21 22 - 21 22 - 28 31 - 28 31 - -17 -19 - -17 -19 - -12 -14 - -12 -14 - -1 22 - -1 22 - -15 7 - -15 7 - 34 38 - 34 38 - 25 27 - 25 27 - -16 -17 - -16 -17 - -58 7 - -59 6 - -58 7 - 42 94 - 42 94 - 47 1 - 47 1 - 47 2 - 47 1 - 47 2 - 47 1 - 47 2 - 47 1 - 21 -82 - 21 -82 - -77 82 - -77 82 - -74 46 - -73 45 - -74 46 - -85 -3 - -85 -3 - -74 46 - -85 -3 - -81 19 - -24 -8 - -24 -8 - -22 -15 - -22 -15 - 0 -10 - 0 -10 - 0 -9 - 0 -9 - 0 -9 - 0 -9 - -45 -74 - -45 -74 - 12 -89 - 0 -15 - 0 -15 - 75 -88 - 75 -88 - -65 37 - -65 37 - -55 -15 - -55 -15 - 0 -17 - 0 -17 - 22 -100 - 22 -100 - 0 -17 - 0 -17 - -65 45 - -65 45 - 23 23 - 23 23 - -56 28 - -56 28 - 7 -86 - 7 -86 - -10 -15 - -10 -15 - -96 3 - -96 3 - -28 -19 - -28 -19 - -34 22 - -34 22 - 10 -38 - 10 -38 - 0 -21 - 0 -21 - 70 88 - 70 88 - -69 -13 - -69 -13 - 0 -22 - 0 -22 - 0 -22 - -81 5 - -81 5 - 63 81 - 63 81 - -40 50 - -40 50 - 78 37 - 78 37 - -10 -85 - -10 -85 - -44 10 - -44 10 - 61 85 - 61 85 - -57 3 - -57 3 - 0 -22 - 0 -22 - 0 -22 - 0 -22 - -53 83 - -53 83 - 73 -71 - 0 -21 - 0 -21 - 0 -21 - 1 -21 - -35 -53 - -35 -53 - -26 58 - -54 51 - -54 51 - -57 -26 - -26 58 - -57 -26 - -64 -5 - -64 -5 - -57 -26 - -64 -5 - 6 -36 - 6 -36 - 73 76 - 73 76 - 1 -18 - 0 -18 - 1 -18 - -1 -18 - -55 -58 - -55 -58 - -94 66 - -94 66 - -98 73 - -98 73 - 1 -17 - 0 -17 - 1 -17 - 0 -17 - 1 -17 - 0 -17 - 1 -17 - 1 -16 - 1 -16 - 51 -91 - 51 -91 - 86 68 - 86 68 - 0 -16 - 0 -16 - 0 -15 - 0 -15 - 52 19 - 52 19 - 0 -14 - 0 -14 - 0 -14 - -31 42 - -31 42 - 53 58 - 53 58 - -63 -67 - -63 -67 - 0 -10 - 0 -10 - 0 -10 - 0 -10 - 0 -10 - 0 -10 - -42 -83 - 52 -76 - -42 -83 - 81 59 - 81 59 - -41 91 - 12 65 - 12 65 - 84 99 - 84 99 - 7 26 - 7 26 - 7 26 - 8 26 - -6 65 - -6 65 - 26 28 - 26 28 - 5 17 - 5 17 - 84 -69 - 81 -72 - 82 -71 - 84 -69 - 32 -71 - 8 -80 - 9 -79 - 32 -71 - 10 -78 - 32 34 - 32 34 - -32 -8 - -32 -8 - 23 -72 - 24 -73 - 23 -72 - 43 26 - 43 26 - 49 -1 - 47 1 - 47 1 - 47 2 - 47 1 - 46 3 - 48 0 - 46 3 - 47 1 - 46 3 - 47 1 - 47 2 - 85 -14 - 85 -14 - -9 -10 - -9 -10 - -9 -10 - -96 -79 - -96 -79 - -73 45 - -73 45 - -74 46 - -99 10 - -99 10 - 9 -17 - 9 -17 - 2 -9 - 2 -9 - -15 13 - -15 13 - 1 -10 - 0 -10 - 0 -10 - 1 -10 - 0 -9 - 0 -9 - -1 -10 - -1 -10 - 0 -10 - -14 -38 - -14 -38 - -13 -38 - 0 -13 - 0 -13 - 0 -12 - 0 -12 - -32 -96 - -32 -96 - 18 -71 - 18 -71 - 8 -9 - 8 -9 - 22 -35 - 22 -35 - 1 -18 - 1 -18 - 1 -17 - 1 -17 - 1 -16 - 1 -16 - 0 -18 - 0 -18 - 0 -18 - 89 -87 - 89 -87 - -77 -62 - -77 -62 - 13 57 - 13 57 - 0 -20 - 0 -20 - 75 10 - 75 10 - 76 10 - 76 10 - 75 10 - 76 10 - -9 5 - -9 5 - -64 -9 - -64 -9 - 35 -85 - 35 -85 - 6 90 - 32 -44 - 32 -44 - 0 -22 - 0 -22 - 0 -22 - 0 -22 - 0 -22 - 0 -22 - -98 41 - -98 41 - -89 99 - -89 99 - 1 -22 - 1 -22 - -9 20 - 10 35 - 10 35 - -39 -7 - -39 -7 - -38 -7 - 72 -87 - 72 -87 - 0 -22 - 0 -22 - -48 56 - -48 56 - 1 -21 - 0 -21 - 0 -21 - 1 -21 - 7 87 - 70 55 - 7 87 - 8 87 - 8 88 - -57 9 - -57 9 - -16 99 - -16 99 - 21 88 - 21 88 - -4 -61 - -4 -61 - -4 -50 - -4 -50 - -37 -98 - -37 -98 - 14 58 - 14 58 - 79 -12 - 79 -12 - -31 -88 - -31 -88 - 23 -15 - 23 -15 - 89 27 - 89 27 - 63 -68 - 63 -68 - 1 -13 - 1 -13 - 1 -13 - 1 -13 - -42 -85 - -42 -85 - 1 -13 - 1 -13 - 0 -14 - 0 -14 - -22 98 - -22 98 - -72 -72 - 0 -12 - 0 -12 - -61 72 - -61 72 - 1 -10 - 1 -10 - 1 -10 - 0 -10 - 1 -10 - 1 -9 - 1 -9 - 48 -60 - 48 -60 - 48 -59 - 48 -59 - 48 -60 - 48 -59 - 0 -10 - 0 -10 - 1 -10 - 0 -10 - 0 -10 - 1 -10 - -48 -79 - -48 -79 - 0 -10 - 0 -10 - 3 88 - 4 88 - 3 88 - 3 89 - 3 89 - 4 88 - 3 88 - 3 89 - 42 -67 - 42 -67 - -41 -69 - 70 14 - 70 14 - 7 26 - 7 26 - 7 26 - 8 26 - 8 27 - 8 26 - 8 27 - 8 28 - 8 28 - 8 27 - 8 28 - -95 38 - -95 38 - 62 26 - 62 26 - 12 -76 - 12 -76 - 13 -75 - 9 -79 - 8 -80 - 8 -80 - 9 -79 - 32 -71 - 10 -78 - 9 -79 - 32 -71 - 10 -78 - 32 -70 - 31 -71 - 1 60 - 1 60 - 2 61 - -59 6 - 2 61 - 22 2 - 22 2 - 24 -73 - 24 -73 - 23 -72 - 47 1 - 47 1 - 46 3 - 48 0 - 47 1 - 47 2 - 47 2 - 46 3 - 48 0 - 47 1 - 47 2 - 55 -63 - 56 -63 - 55 -63 - 23 -8 - 23 -8 - 49 -79 - 50 -80 - 49 -79 - -77 33 - -77 33 - 0 -10 - -1 -10 - 0 -10 - 0 -12 - 0 -12 - -13 -38 - -14 -38 - -13 -38 - 0 -13 - 0 -13 - 0 -12 - 0 -12 - -59 -53 - -59 -53 - 0 -13 - 0 -13 - -54 76 - -54 76 - 7 47 - 7 47 - -13 -70 - -13 -70 - 0 -15 - 0 -15 - 0 -15 - 12 -89 - -45 -74 - 12 -89 - 80 41 - 80 41 - 0 -16 - 0 -16 - 0 -16 - 0 -16 - 0 -16 - 0 -16 - 0 -16 - -1 -16 - 0 -16 - 0 -16 - 0 -16 - 0 -16 - -1 -16 - 0 -16 - -64 -44 - -64 -44 - -64 -43 - -64 -43 - -64 -44 - -64 -43 - 21 -23 - 21 -23 - -34 -39 - -34 -39 - 16 56 - 16 56 - -58 9 - -87 26 - -87 26 - -73 -45 - -73 -45 - -92 -67 - -92 -67 - -99 -32 - -99 -32 - 63 -62 - 63 -62 - 0 -23 - 0 -23 - -8 51 - -8 51 - -75 -12 - -75 -12 - -78 3 - 63 17 - 63 17 - 0 -22 - 0 -22 - 0 -22 - -9 20 - 1 -22 - -9 20 - 0 -22 - 0 -22 - 0 -22 - 0 -22 - 1 -22 - 1 -22 - -3 32 - -32 8 - -3 32 - 1 -22 - 1 -22 - 1 -22 - 1 -22 - 1 -22 - 1 -22 - 1 -22 - 1 -22 - 1 -22 - 1 -22 - -38 -7 - -39 -7 - -38 -7 - -81 87 - -81 87 - 0 -22 - 0 -22 - 0 -21 - 0 -21 - 0 -21 - 1 -21 - -45 -62 - -45 -62 - 8 87 - 7 87 - 8 87 - 8 88 - 8 88 - 7 87 - 8 87 - 8 88 - 1 -21 - 1 -21 - 1 -21 - -2 78 - -2 78 - -32 79 - -32 79 - 0 -21 - 0 -21 - 97 -8 - 97 -8 - 24 -97 - 0 -18 - -1 -18 - 0 -18 - 0 -19 - 0 -19 - 1 -19 - 0 -18 - 0 -18 - 1 -18 - 0 -17 - 0 -17 - 0 -18 - 0 -18 - 1 -18 - 1 -17 - 0 -17 - 1 -17 - 77 40 - 77 40 - -9 -36 - -9 -36 - -66 -23 - -66 -23 - 89 -35 - 89 -35 - -92 -78 - -92 -78 - 1 -11 - 1 -11 - 1 -11 - -55 81 - -55 81 - 1 -10 - 1 -10 - 1 -10 - -19 100 - -19 100 - -87 -64 - -87 -64 - 9 81 - 9 81 - 70 -72 - 70 -72 - 2 14 - 2 14 - -41 -69 - 42 -67 - -41 -69 - -78 10 - -28 -46 - -28 -46 - 88 -3 - 88 -3 - 54 -65 - 54 -65 - 54 -64 - 54 -64 - 54 -65 - 54 -64 - -11 -69 - -11 -69 - 33 85 - 33 85 - 13 -75 - 12 -76 - 13 -75 - 9 -79 - 12 -76 - 8 -80 - 9 -79 - 32 -71 - 10 -78 - 32 -70 - -37 17 - -37 17 - -36 17 - -36 17 - -37 17 - -36 17 - -33 21 - -31 23 - 14 38 - 14 38 - 15 39 - -38 50 - -38 50 - -20 -4 - -20 -4 - -81 11 - -81 11 - 77 48 - 78 47 - 77 48 - -18 -86 - -16 -56 - -16 -56 - -15 -57 - 48 0 - 47 1 - 49 -1 - 48 0 - 47 1 - 47 2 - 39 -15 - 39 -15 - 98 24 - 98 24 - -22 14 - -22 14 - -24 -22 - -24 -22 - 56 -63 - 56 -63 - 55 -63 - 60 -60 - 50 -80 - 50 -80 - 49 -79 - 4 -11 - 4 -11 - 0 -9 - 0 -9 - 0 -9 - 0 -9 - 0 -9 - 0 -9 - 71 -72 - 71 -72 - 0 -15 - 0 -15 - 0 -15 - 0 -14 - 0 -14 - 0 -14 - 0 -15 - 0 -15 - 0 -15 - 0 -15 - 33 -91 - 33 -91 - 0 -16 - 0 -16 - 0 -16 - 0 -16 - 0 -16 - 0 -16 - 0 -16 - 0 -16 - 0 -16 - 22 72 - 22 72 - 0 -15 - 0 -15 - 0 -18 - 0 -18 - 0 -18 - 1 -18 - -4 59 - -4 59 - 77 27 - 77 27 - 3 -87 - 3 -87 - -65 96 - -65 96 - 0 -19 - 0 -19 - 0 -20 - 0 -20 - 8 -74 - 8 -74 - 5 -64 - 5 -64 - 1 -21 - 1 -21 - -31 -21 - -31 -21 - 73 -22 - 73 -22 - -71 21 - 0 -22 - 0 -22 - 0 -22 - 0 -22 - 1 -21 - 1 -21 - 31 1 - 31 1 - 31 2 - 31 2 - 31 1 - 31 2 - 0 -22 - 0 -22 - 26 -34 - 26 -34 - -98 79 - -98 79 - 36 60 - 36 60 - -98 -97 - -98 -97 - 4 -92 - 4 -92 - 1 -22 - 1 -22 - -32 8 - -32 8 - -3 32 - 1 -21 - 1 -21 - -90 -96 - -90 -96 - 89 -49 - -57 83 - 89 -49 - -31 64 - -31 64 - -44 -48 - -44 -48 - 79 72 - 79 72 - 0 -22 - 0 -22 - 0 -22 - 76 -43 - 76 -43 - 73 -71 - -53 83 - 73 -71 - 1 -22 - 1 -22 - -30 -13 - -30 -13 - -93 64 - -93 64 - -9 -64 - -9 -64 - 70 -97 - 70 -97 - -84 -22 - -84 -22 - -64 -73 - -64 -73 - 0 -18 - 0 -18 - 0 -18 - 0 -18 - 0 -18 - 0 -18 - 0 -16 - 0 -16 - 0 -16 - 0 -16 - 0 -16 - 0 -16 - 0 -98 - 0 -98 - 0 81 - 0 81 - -1 82 - -1 82 - 0 81 - -1 82 - -72 -72 - -22 98 - -72 -72 - 81 75 - 81 75 - -25 28 - -25 28 - 2 -39 - 2 -39 - 2 -38 - 2 -38 - 2 -39 - 2 -38 - 93 11 - 93 11 - 0 -12 - 0 -12 - -1 -12 - -1 -12 - 0 -11 - 0 -11 - 0 -11 - 0 -10 - 0 -10 - 1 -10 - 1 -10 - 0 -10 - 1 -10 - 45 -54 - 45 -54 - 53 -43 - 12 3 - 12 3 - -93 -56 - -93 -56 - -41 91 - 81 59 - -41 91 - -62 -83 - -98 -36 - -98 -36 - -99 -37 - 20 100 - 20 100 - -61 57 - -61 57 - -6 -17 - -6 -17 - 8 26 - 7 26 - 7 26 - 8 26 - 8 27 - 33 36 - 33 36 - 5 -21 - 5 -21 - 6 -20 - 31 -71 - 10 -78 - 32 -70 - 31 -71 - 31 -71 - 6 -57 - 6 -57 - 15 39 - 14 38 - 15 39 - 16 40 - 45 36 - 45 36 - 46 37 - -34 -15 - -34 -15 - -19 -19 - -19 -19 - 2 -48 - 2 -48 - -17 -26 - -17 -26 - 78 47 - 78 47 - 77 48 - -18 -86 - -18 -86 - 78 47 - 77 48 - -18 -86 - 61 47 - 61 47 - 49 -1 - 43 26 - 49 -1 - 49 -1 - 49 -1 - 49 -1 - 49 -1 - 48 0 - -55 78 - -55 78 - 88 -83 - 88 -83 - 23 51 - 23 51 - -73 -15 - -20 -74 - -73 -15 - -13 10 - -13 10 - 5 -12 - 5 -12 - 0 -9 - 0 -9 - 0 -9 - 0 -11 - 0 -11 - -86 -82 - -86 -82 - 26 -3 - 26 -3 - -1 -16 - 0 -16 - 0 -16 - 0 -16 - -1 -16 - 0 -16 - -21 83 - -21 83 - -48 -74 - -48 -74 - -21 83 - -48 -74 - 0 -18 - 0 -18 - 0 -17 - 0 -17 - 35 -42 - 35 -42 - 23 -93 - 23 -93 - -16 -70 - -16 -70 - -58 9 - 16 56 - -58 9 - -71 21 - 73 -22 - -71 21 - 5 56 - 5 56 - 82 -92 - 82 -92 - -75 22 - -75 22 - -66 67 - -66 67 - -34 41 - -34 41 - 82 -61 - 82 -61 - -90 -49 - 23 -20 - 23 -20 - 23 -19 - 23 -19 - 23 -20 - 23 -19 - -90 -49 - 82 -61 - -90 -49 - -53 76 - -53 76 - 0 -23 - 0 -23 - 23 28 - 24 28 - 23 28 - 0 -21 - 0 -21 - -7 56 - -7 56 - 1 -22 - 1 -22 - 0 -22 - 0 12 - 0 12 - 80 67 - 80 67 - 1 -21 - 1 -21 - 1 -21 - -30 -15 - -30 -15 - -30 -14 - -30 -14 - -30 -15 - -30 -14 - -90 47 - -90 47 - -31 71 - -31 71 - 24 -97 - 97 -8 - 24 -97 - 16 -47 - 16 -47 - 1 -19 - 0 -19 - 1 -19 - 1 -18 - 0 -18 - 1 -18 - 14 60 - 14 60 - 1 -13 - 1 -13 - 0 -12 - 0 -12 - 12 -59 - 12 -59 - -52 -53 - -52 -53 - 0 -11 - 0 -11 - 1 -11 - 0 -11 - 0 -11 - 0 -11 - 1 -10 - 1 -10 - 0 -11 - 0 -11 - 0 -11 - 1 -10 - 0 -10 - 1 -10 - 1 -10 - 1 -10 - 0 -10 - 1 -10 - 0 -10 - 1 -10 - 1 -10 - 1 -10 - 0 -10 - 1 -9 - 1 -9 - 0 -11 - 0 -11 - 0 -11 - 53 -43 - 45 -54 - 53 -43 - -62 -83 - -41 91 - -62 -83 - 7 13 - 7 13 - 6 -20 - 5 -21 - 6 -20 - 32 -70 - 9 -79 - 30 -72 - 10 -78 - 32 -70 - 31 -71 - 31 -71 - 31 -71 - -33 21 - -36 17 - -33 21 - -31 23 - 90 -63 - 90 -63 - -19 4 - -19 4 - 16 40 - 15 39 - 16 40 - 17 41 - 46 37 - 45 36 - 46 37 - 14 -8 - 14 -8 - 57 -27 - 57 -27 - -92 -36 - -92 -36 - 73 54 - 74 53 - 73 54 - -12 -62 - -12 -62 - 92 -8 - 92 -8 - -88 -53 - -88 -53 - 9 2 - 9 2 - 54 -79 - 54 -79 - -79 34 - -79 34 - 21 -7 - 21 -7 - 52 -70 - 52 -70 - 65 -90 - 65 -90 - 0 -9 - 0 -9 - 0 -9 - -47 -85 - -47 -85 - -86 66 - -86 66 - -8 -63 - -8 -63 - 0 -10 - 0 -10 - -68 -94 - -68 -94 - 53 91 - 53 91 - 0 -14 - 0 -14 - 0 -13 - 0 -13 - -42 -1 - -42 -1 - 0 -16 - 0 -16 - 0 -16 - 0 -16 - -1 -16 - 0 -16 - -92 -72 - -92 -72 - 19 -15 - 19 -15 - 1 -18 - 0 -18 - 1 -18 - 0 -18 - 0 -18 - 8 -35 - 8 -35 - -75 13 - 26 -71 - -75 13 - 34 -34 - 34 -34 - 17 58 - 17 58 - 40 34 - 40 34 - -66 20 - -66 20 - 0 -22 - 0 -22 - 0 -22 - 0 -22 - 0 -22 - 0 -22 - -60 -57 - -60 -57 - -60 -56 - -60 -56 - -60 -57 - -60 -56 - 23 -39 - 23 -39 - 0 -22 - 0 -22 - -47 8 - -47 8 - 39 20 - 39 20 - 0 -23 - 0 -23 - 0 -23 - -15 -32 - 36 6 - -15 -32 - 0 -22 - -9 20 - 0 -22 - 0 -22 - 92 39 - 92 39 - 0 -23 - 0 -23 - 24 28 - 24 28 - 23 28 - 0 -22 - 0 -22 - -57 83 - -57 83 - 89 -49 - -58 83 - 1 -22 - 1 -22 - 1 -22 - 1 -22 - -63 94 - -63 94 - -35 75 - -35 75 - -33 42 - -33 42 - 0 -22 - 1 -22 - 0 -22 - 64 -46 - 64 -46 - -45 86 - -45 86 - 13 61 - 13 61 - -52 46 - -52 46 - 1 -21 - 1 -21 - -46 -13 - -46 -13 - 65 -33 - 65 -33 - -84 9 - -84 9 - 57 -93 - 57 -93 - -49 94 - -49 94 - 62 -95 - 62 -95 - 1 -10 - 0 -10 - 1 -10 - 1 -10 - 1 -10 - 1 -10 - 1 -10 - 0 -10 - 1 -10 - 1 -10 - 1 -10 - 1 -10 - 1 -10 - 1 -10 - 1 -9 - 1 -9 - -96 1 - -96 1 - 84 48 - 84 48 - 3 13 - 3 13 - -55 93 - -55 93 - -99 -37 - -98 -36 - -99 -37 - -78 10 - -41 -69 - -78 10 - -95 85 - -95 85 - -94 85 - -84 -95 - -84 -95 - -31 23 - -36 17 - -33 21 - -31 23 - 17 41 - 16 40 - 17 41 - 18 42 - 72 4 - 72 4 - -60 39 - -60 39 - 76 -11 - 76 -11 - 74 53 - 74 53 - 73 54 - -15 -57 - -16 -56 - -15 -57 - -4 -50 - -4 -50 - -93 41 - -93 41 - -8 34 - -8 34 - -18 -17 - -18 -17 - 60 -60 - 56 -63 - 60 -60 - 59 -60 - 59 -60 - 60 -60 - 59 -60 - -17 88 - -17 88 - -45 -45 - -45 -45 - -20 -74 - -20 -74 - -73 -15 - -13 9 - -13 9 - -55 65 - -55 65 - -41 23 - -41 23 - -51 71 - -51 71 - 0 -11 - 0 -11 - 9 33 - 9 33 - -75 16 - -75 16 - 0 -14 - 0 -14 - 0 -14 - -94 -15 - -94 -15 - -22 97 - -22 97 - 0 -15 - 0 -15 - 35 -92 - 35 -92 - 0 -15 - 0 -15 - 0 -16 - 0 -16 - 0 -16 - 0 -16 - -1 -16 - -88 -1 - -88 -1 - 87 -12 - 20 57 - 20 57 - -82 -86 - -82 -86 - 91 0 - 91 0 - -97 -22 - -97 -22 - -97 -21 - -97 -21 - -97 -22 - -97 -21 - -48 56 - -48 56 - -13 8 - -13 8 - -9 23 - -9 23 - 38 -99 - 38 -99 - -57 56 - -57 56 - -59 86 - -59 86 - -19 -2 - -19 -2 - 0 -22 - 0 -22 - 0 -22 - 0 -22 - 0 -22 - 0 -22 - 35 -49 - 35 -49 - -28 52 - -68 33 - -35 -66 - -68 33 - -32 -100 - -32 -100 - -1 -34 - -1 -34 - -5 -82 - -5 -82 - -72 68 - -72 68 - 0 -22 - 0 -22 - 0 36 - 0 36 - 0 -22 - 0 -22 - 0 -22 - 36 6 - 36 6 - -15 -32 - -80 -87 - -80 -87 - -4 -57 - -4 -57 - 1 -22 - 1 -22 - 0 -22 - 72 95 - 72 95 - 20 21 - 20 21 - -40 -7 - -40 -7 - -65 -69 - -65 -69 - 97 78 - 97 78 - -34 15 - -34 15 - -4 -39 - -4 -39 - -87 -77 - -87 -77 - -56 -100 - -79 11 - -79 11 - 1 -17 - 1 -17 - 0 -17 - 0 -17 - 1 -17 - 0 -17 - 0 22 - 0 22 - -77 48 - -77 48 - -64 -60 - -64 -60 - 0 -14 - 1 -14 - 0 -14 - 96 -81 - 96 -81 - -97 28 - 86 59 - -97 28 - 1 -11 - 0 -11 - 1 -11 - 0 -11 - 0 -11 - 0 -11 - 0 -11 - 1 -11 - 0 -11 - 0 -11 - 63 -33 - 63 -33 - 53 -32 - 53 -32 - -93 78 - -93 78 - -94 85 - -95 85 - -94 85 - -89 29 - -89 29 - 80 -3 - 80 -3 - 81 -1 - 82 0 - 30 -72 - 30 -72 - 32 -70 - 31 -71 - 31 -71 - 31 -71 - 30 -72 - 32 -70 - 31 -71 - 31 -71 - 31 -71 - 18 42 - 17 41 - 18 42 - 19 43 - 19 20 - 19 20 - -84 88 - -84 88 - -59 38 - -59 38 - 37 -84 - 37 -84 - 7 -11 - 7 -11 - -47 -55 - -53 -49 - -47 -55 - -20 -19 - -20 -19 - -17 -16 - -17 -16 - 55 -48 - 55 -48 - 93 89 - 93 89 - 33 -25 - 33 -25 - 14 -24 - 14 -24 - -66 61 - -65 60 - -66 61 - -43 45 - -43 45 - -19 -23 - -19 -23 - 0 -12 - -1 -12 - 0 -12 - 97 -27 - 97 -27 - 31 90 - 31 90 - -69 -8 - -69 -8 - 26 23 - 26 23 - 18 41 - 18 41 - 16 52 - 16 52 - -15 -22 - -15 -22 - 8 -22 - 8 -22 - -67 37 - -67 37 - -41 84 - -41 84 - -16 17 - -16 17 - -87 20 - -87 20 - -92 -23 - -92 -23 - 7 -86 - 7 -86 - -85 -69 - 95 62 - -85 -69 - 18 10 - 18 10 - -41 -80 - -41 -80 - 76 -75 - 76 -75 - -48 91 - -51 33 - -51 33 - 0 -22 - 0 -22 - 0 -22 - 0 -22 - 0 -22 - -23 31 - -23 31 - 0 -22 - 0 -22 - 0 -22 - 0 -22 - 0 -22 - 36 -6 - 36 -6 - 24 92 - 24 92 - -45 -86 - -62 -36 - -62 -36 - -11 37 - -11 37 - -12 -77 - -12 -77 - 0 -22 - 0 -22 - 0 -22 - 0 -23 - 0 -23 - 0 -23 - 71 20 - 71 20 - -39 34 - -39 34 - -23 4 - -23 4 - -35 62 - -35 62 - -29 16 - -29 16 - -29 17 - -29 17 - -29 16 - -29 17 - 28 80 - 28 80 - -83 -85 - -83 -85 - -86 -15 - -86 -15 - -36 92 - -36 92 - 17 47 - 17 47 - 17 48 - 17 48 - 17 47 - 17 48 - -45 -11 - -45 -11 - -56 -100 - -87 -77 - -56 -100 - 98 56 - 98 56 - 17 -21 - 17 -21 - 1 -18 - 0 -18 - 1 -18 - 6 -35 - 6 -35 - 12 1 - 12 1 - 63 -11 - 63 -11 - 12 34 - 12 34 - 82 29 - 82 29 - -36 -42 - -36 -42 - 0 -12 - 0 -12 - -1 -12 - -1 -12 - 0 -11 - 0 -11 - 0 -11 - 88 95 - 88 95 - 67 38 - 67 38 - -48 42 - -48 42 - 72 -12 - 72 -12 - 1 -52 - 1 -52 - 81 -1 - 80 -3 - 81 -1 - 82 0 - 51 -47 - 51 -47 - 97 24 - 97 24 - 31 -71 - 30 -72 - 32 -70 - 31 -71 - 31 -71 - 15 -10 - 15 -10 - -11 -13 - -11 -13 - 39 -64 - 39 -64 - 40 -63 - 41 -63 - 19 43 - 18 42 - 19 43 - -41 19 - -41 19 - 17 8 - 17 8 - 65 43 - 67 41 - 65 43 - 65 43 - 70 27 - 70 27 - 54 -63 - 54 -63 - 54 -62 - 54 -62 - 54 -63 - 54 -62 - 59 67 - 59 67 - -43 40 - -43 40 - -82 55 - -82 55 - 2 -9 - 2 -9 - -22 92 - -22 92 - -88 42 - -65 60 - -65 60 - -66 61 - 18 -71 - 18 -71 - -63 71 - -63 71 - -37 -90 - -65 -56 - -65 -56 - 10 -79 - 10 -79 - 0 -12 - 0 -12 - -1 -12 - 0 -12 - -1 -12 - 0 -12 - -1 -12 - 0 -12 - 0 -12 - 11 -74 - 11 -74 - 86 -95 - 86 -95 - -16 47 - -16 47 - -16 48 - -16 48 - -16 47 - -16 48 - 24 42 - 24 42 - 26 -71 - 26 -71 - -75 13 - 74 95 - 74 95 - 70 -95 - 70 -95 - 74 95 - 70 -95 - 7 61 - 7 61 - -60 35 - -60 35 - 68 -40 - 68 -40 - 1 -23 - 1 -23 - 95 62 - 95 62 - -85 -69 - 1 -22 - 1 -22 - -30 56 - -30 56 - 0 -22 - 0 -22 - 0 -22 - 0 -22 - 0 -22 - 0 -22 - 0 -22 - 0 -22 - 0 -22 - 0 -22 - 0 -22 - 0 -22 - 0 -22 - 31 -25 - 31 -25 - -45 -86 - 24 92 - -45 -86 - 26 -3 - 26 -3 - 79 -91 - 79 -91 - -5 -98 - 88 -37 - -5 -98 - -58 83 - -57 83 - -58 83 - 4 75 - 4 75 - -47 -84 - -47 -84 - 0 -22 - 1 -22 - 0 -22 - 16 -1 - 16 -1 - -82 20 - -82 20 - -34 51 - -34 51 - -34 52 - -34 52 - -34 51 - -34 52 - -1 -31 - -1 -31 - 0 -31 - -1 10 - -1 10 - -44 -70 - -44 -70 - 65 -30 - 65 -30 - 72 18 - 72 18 - 1 -19 - 1 -19 - 1 -19 - 1 -19 - 1 -19 - 1 -19 - 82 -66 - 82 -66 - 13 56 - 13 56 - -4 -92 - -4 -92 - 15 52 - 15 52 - 1 -16 - 1 -16 - 80 -4 - 65 44 - 80 -4 - 81 -4 - 60 76 - 60 76 - -72 30 - -72 30 - 0 37 - 0 37 - 64 -29 - 64 -29 - -28 -39 - -28 -39 - 86 59 - 86 59 - -97 28 - 68 43 - 68 43 - -30 21 - -30 21 - 48 -7 - 48 -7 - -13 -8 - -13 -8 - 36 -63 - 36 -63 - 82 0 - 80 -3 - 81 -1 - 82 0 - 56 -15 - 56 -15 - -72 -6 - -72 -6 - -70 -5 - -70 -5 - 82 -44 - 82 -44 - 38 41 - 38 41 - 40 -63 - -40 -62 - 39 -64 - 40 -63 - 41 -63 - -82 8 - -82 8 - -50 9 - -50 9 - -50 9 - -78 -34 - -78 -34 - -78 -64 - -78 -64 - -53 -49 - -53 -49 - -47 -55 - 32 -95 - 32 -95 - 60 4 - 60 4 - -14 12 - -14 12 - 47 -53 - 47 -53 - -87 3 - -87 3 - 58 69 - -17 -2 - -17 -2 - 6 -13 - 6 -13 - 14 -20 - 14 -20 - 9 -17 - 9 -17 - 85 -71 - 85 -71 - -32 -64 - -32 -64 - 3 -12 - 3 -12 - 19 -28 - 19 -28 - 22 -36 - 22 -36 - -88 42 - -22 92 - -88 42 - -37 -90 - -63 71 - -37 -90 - -29 -2 - -29 -2 - -92 -61 - -92 -61 - 0 -10 - 0 -10 - -16 -91 - -16 -91 - -68 -15 - -68 -15 - -53 -87 - -53 -87 - 31 0 - 31 0 - -17 38 - -17 38 - 1 -14 - 1 -14 - -88 -88 - -88 -88 - 0 -16 - 0 -16 - 87 -12 - -88 -1 - 87 -12 - 69 -72 - 69 -72 - 0 -18 - 0 -18 - 92 87 - 92 87 - 7 19 - 7 19 - 6 -73 - 6 -73 - -42 -22 - -42 -22 - -53 15 - -53 15 - 87 85 - 87 85 - -64 19 - -64 19 - -42 -25 - -42 -25 - -48 91 - 76 -75 - -48 91 - -83 -9 - -83 -9 - -72 -11 - -72 -11 - -28 52 - 35 -49 - 10 -57 - 10 -56 - -28 52 - -35 -66 - -35 -66 - -68 33 - 13 -31 - 13 -31 - 23 -47 - 23 -47 - 95 -77 - 95 -77 - 6 75 - 6 75 - 14 -17 - 14 -17 - -78 41 - -78 41 - 14 94 - 14 94 - -4 -93 - -2 57 - -2 57 - 0 -31 - -1 -31 - 0 -31 - 1 -22 - 1 -22 - -24 -21 - -24 -21 - 80 -29 - 80 -29 - 14 -8 - 14 -8 - 15 -7 - 1 -20 - 1 -20 - 1 -20 - -49 63 - -49 63 - 77 5 - 73 60 - 73 60 - -67 -40 - -67 -40 - -66 -40 - 34 26 - 34 26 - 81 -4 - 65 44 - 80 -4 - 81 -4 - -60 -58 - -57 83 - -57 83 - 1 -14 - 1 -14 - 0 -14 - 9 -12 - 9 -12 - 0 -13 - 0 -13 - 1 -11 - 1 -11 - 0 -11 - 1 -11 - 0 -11 - 0 -11 - 0 -11 - 0 -10 - 0 -10 - 0 -10 - -15 88 - -15 88 - -6 -34 - -6 -34 - 4 -64 - 4 -64 - -17 -15 - -17 -15 - 36 -68 - 36 -68 - -52 -57 - -52 -57 - 34 22 - 34 22 - -39 0 - 22 -100 - 22 -100 - 41 -63 - -40 -62 - 39 -64 - 40 -63 - 41 -63 - 44 51 - 44 51 - 13 10 - 13 10 - -50 9 - -50 9 - -50 9 - -83 -59 - -83 -59 - 47 39 - 52 34 - 52 35 - 47 39 - 7 -10 - 7 -10 - 67 41 - 68 39 - 67 41 - 65 43 - 65 43 - -63 -100 - -63 -100 - 31 -94 - 46 -86 - 31 -94 - 54 -63 - 54 -63 - -28 30 - -28 30 - 58 69 - -87 3 - 58 69 - -43 26 - -43 26 - 12 -28 - 12 -28 - 87 -83 - 87 -83 - 30 -77 - 31 -77 - 30 -77 - 11 -51 - 11 -51 - 17 -28 - 17 -28 - 11 -20 - 11 -20 - 11 -20 - 11 -20 - -14 -29 - -14 -29 - -51 55 - -51 55 - 70 -98 - 70 -98 - -9 4 - -9 4 - -14 -29 - -14 -29 - 30 5 - 30 5 - -36 42 - -36 42 - -68 90 - -68 90 - 1 -12 - 1 -12 - 0 -14 - 0 -14 - -98 -40 - -98 -40 - 35 14 - 35 14 - -58 -98 - -58 -98 - 0 -18 - 0 -18 - -47 -27 - -47 -27 - -42 31 - -42 31 - 35 -67 - 35 -67 - -78 6 - -78 6 - -80 -77 - 95 64 - -80 -77 - -80 -76 - -80 -76 - -80 -77 - -80 -76 - -39 80 - -39 80 - -38 80 - 0 -22 - 0 -22 - -58 -32 - -58 -32 - 12 -64 - 41 -55 - 76 93 - 76 93 - -8 -39 - -8 -39 - 36 -35 - 36 -35 - 0 -23 - 0 -23 - -37 -5 - -37 -5 - 0 -23 - 0 -23 - 99 39 - 99 39 - -58 21 - -58 21 - -57 21 - -59 71 - -59 71 - 1 -22 - 1 -22 - -40 86 - -40 86 - 98 6 - 98 6 - -40 86 - 98 6 - -22 -29 - -22 -29 - -22 -28 - -22 -28 - -22 -29 - -22 -28 - 15 -7 - 14 -8 - 15 -7 - 76 93 - 76 93 - 7 -17 - 7 -17 - 0 -19 - 0 -19 - -66 -40 - -67 -40 - -66 -40 - 0 -18 - 0 -18 - 1 -18 - 1 -17 - 1 -17 - 1 -18 - 1 -18 - -31 59 - -31 59 - -85 -27 - -85 33 - -85 -27 - 65 44 - 65 44 - 80 -4 - 81 -4 - -60 -58 - 81 -4 - -60 -58 - -58 -58 - -58 -58 - -60 -58 - -58 -58 - 1 -13 - 1 -13 - 1 -12 - 1 -12 - -65 62 - -65 62 - -64 61 - -48 94 - -95 -45 - -48 94 - 0 -11 - 0 -11 - 0 -11 - 2 -65 - 2 -65 - 10 -15 - 10 -15 - 0 -9 - 1 -9 - 0 -9 - 0 -9 - 0 -9 - -52 16 - -52 16 - -39 0 - 34 22 - -39 0 - 66 -24 - 66 -24 - 7 92 - 7 92 - 7 93 - 7 93 - 7 92 - 7 93 - 46 -26 - 46 -26 - -70 43 - -70 43 - 68 39 - 70 37 - 68 39 - 67 41 - 65 43 - 65 43 - 68 39 - 67 41 - 65 43 - 65 43 - 31 14 - 33 12 - 32 13 - 31 14 - 4 -41 - 4 -41 - -15 46 - -15 46 - 0 -9 - 0 -9 - 0 -9 - 0 -9 - 0 -9 - 0 -9 - 0 -12 - 0 -12 - -1 -12 - 0 -12 - -41 -82 - -41 -82 - -22 14 - -22 14 - 22 13 - 37 -66 - 37 -66 - 41 36 - 41 36 - 77 35 - 77 35 - -9 -94 - -9 -94 - 0 -17 - 0 -17 - 0 -18 - 0 -18 - 0 -18 - 0 -18 - 0 -18 - 0 -18 - -89 -29 - -89 -29 - 95 64 - 95 64 - -80 -77 - 0 -20 - 0 -20 - 0 -20 - 0 -20 - 0 -20 - 0 -20 - -38 80 - -39 80 - -38 80 - -37 -22 - -37 -22 - -15 2 - -15 2 - 12 -64 - -58 -32 - 12 -64 - 41 -55 - -58 -32 - 41 -55 - 23 -20 - 23 -20 - 10 -57 - 10 -57 - 10 -56 - -28 52 - 10 -56 - 10 -57 - 10 -56 - -28 52 - -31 54 - -31 54 - 1 -23 - 1 -23 - 0 -23 - 0 -23 - 1 -23 - 0 -23 - 24 56 - 24 56 - -34 -34 - -34 -34 - 20 1 - 20 1 - -22 -91 - -22 -91 - 88 -37 - 88 -37 - -5 -98 - -84 41 - -84 41 - 1 -23 - 1 -23 - -57 21 - -58 21 - -57 21 - -27 49 - -27 49 - 1 -22 - 1 -22 - 98 60 - -89 77 - 98 60 - 1 -21 - 1 -21 - -69 49 - -69 49 - 27 83 - 80 -99 - 80 -99 - 77 5 - -49 63 - 77 5 - -48 93 - -48 93 - -67 -56 - -67 -56 - 0 -16 - 0 -16 - -62 16 - -62 16 - 18 42 - 18 42 - -80 7 - -80 7 - -64 61 - -65 62 - -64 61 - 73 -8 - 73 -8 - -84 60 - 87 -56 - -84 60 - 96 79 - 96 79 - 0 -9 - 0 -9 - 1 -9 - 60 69 - 60 69 - 38 26 - 38 26 - -40 -62 - -40 -62 - 40 -63 - 41 -63 - 24 0 - 24 0 - -54 45 - -54 45 - -95 25 - -95 25 - 11 -14 - 11 -14 - -19 -85 - -19 -85 - -10 -64 - -10 -64 - 32 13 - 33 12 - 32 13 - 31 14 - 46 -86 - 46 -86 - 31 -94 - -75 -27 - -75 -27 - -75 -26 - -75 -26 - -75 -27 - -75 -26 - -40 -43 - -39 -44 - -40 -43 - -21 27 - -21 27 - -2 15 - -2 15 - -15 -16 - -15 -16 - -17 -15 - 31 -77 - 31 -77 - 32 -77 - 30 -77 - -60 -32 - -60 -32 - 3 -9 - 3 -9 - -40 39 - -40 39 - -24 26 - -24 26 - 9 -19 - 9 -19 - 23 -40 - 23 -40 - 0 -10 - 0 -10 - 1 -10 - 1 -10 - 0 -11 - 0 -11 - -6 -71 - -6 -71 - -62 -100 - -62 -100 - 22 13 - -22 14 - 22 13 - -75 -85 - -75 -85 - -19 94 - -19 94 - -32 -43 - -32 -43 - -8 78 - -8 78 - -26 15 - -26 15 - 17 87 - 17 87 - -85 79 - -85 79 - -73 91 - -73 91 - -69 77 - -69 77 - 83 -53 - 83 -53 - -67 52 - -67 52 - 7 -74 - 7 -74 - -64 -67 - -64 -67 - 31 70 - 31 70 - 0 -23 - 0 -23 - 0 -23 - 0 -23 - 0 -23 - 0 -23 - -97 -94 - -97 -94 - 0 -23 - 0 -23 - 0 -23 - 79 -76 - 79 -76 - 3 -51 - 3 -51 - 80 -11 - 80 -11 - -4 -93 - 14 94 - -4 -93 - 0 -22 - 0 -22 - -67 -32 - -67 -32 - -44 -21 - -44 -21 - -29 3 - -29 3 - -20 -20 - -20 -20 - 19 47 - 19 47 - -44 79 - -44 79 - 1 -20 - 1 -20 - 1 -20 - 88 25 - 88 25 - 90 -12 - 83 73 - 83 73 - -95 -32 - -95 -32 - -85 33 - -85 33 - -85 -27 - 0 -16 - 0 -16 - -21 69 - -21 69 - -60 30 - -60 30 - 77 75 - 77 75 - 30 14 - 30 14 - 71 -23 - 71 -23 - 20 -70 - 20 -70 - 71 -23 - 20 -70 - -58 -3 - -58 -3 - -35 73 - -35 73 - 87 85 - 87 85 - 87 86 - 87 86 - 87 85 - 87 86 - -60 -47 - -60 -47 - 42 -45 - 42 -45 - 0 -10 - 0 -10 - 0 -10 - -54 -18 - -54 -18 - -64 43 - -64 43 - 93 55 - 93 55 - 61 86 - -79 80 - -79 80 - -89 4 - -89 4 - 58 65 - 58 65 - -13 43 - -13 43 - 16 14 - 16 14 - 44 46 - 44 46 - 52 34 - 52 34 - 52 35 - 47 39 - 52 35 - 52 34 - 52 35 - 47 39 - 70 37 - 73 34 - 70 37 - 68 39 - 6 -9 - 6 -9 - 33 12 - 33 12 - 32 13 - 31 14 - -21 -63 - -18 -66 - -21 -63 - -39 -44 - -39 -44 - -40 -43 - -17 -15 - -15 -16 - -17 -15 - 15 -24 - 15 -24 - -27 26 - -27 26 - 14 -24 - 14 -23 - 14 -24 - -80 -11 - -80 -11 - -64 60 - -61 59 - -64 60 - 0 -9 - 0 -9 - -1 -10 - -1 -10 - 53 85 - 53 85 - 62 39 - 62 39 - 29 0 - 29 0 - 31 12 - 31 12 - -9 -16 - -9 -16 - 1 -18 - 0 -19 - 0 -19 - 0 -19 - -51 40 - -51 40 - 0 -20 - 0 -20 - -28 5 - -28 5 - 90 -54 - 90 -54 - -11 -67 - -11 -67 - -96 -79 - -96 -79 - 90 -65 - 90 -65 - 88 -93 - 88 -93 - -88 89 - -88 89 - -5 -84 - -5 -84 - -23 -18 - -23 -18 - 0 -23 - 0 -23 - 0 88 - 0 88 - 74 -5 - 74 -5 - 29 -1 - 29 -1 - -2 50 - -2 50 - 1 -23 - 1 -23 - -23 -84 - -23 -84 - 2 71 - 2 71 - 31 -61 - 31 -61 - -50 50 - -50 50 - 27 83 - -69 49 - 27 83 - 26 24 - 26 24 - -27 39 - -27 39 - -68 -70 - -68 -70 - 76 28 - 76 28 - -27 -43 - -27 -43 - 2 -15 - 2 -15 - 1 -13 - 1 -13 - 1 -13 - -95 -45 - -95 -45 - -48 94 - -85 55 - 74 93 - 74 93 - 89 94 - 89 94 - -24 19 - -24 19 - 1 -9 - 0 -9 - 1 -9 - 0 -9 - -70 -72 - -70 -72 - 61 86 - 93 55 - 61 86 - 61 87 - 61 87 - 61 86 - 61 87 - 10 79 - 10 79 - 52 -48 - 52 -48 - 16 -71 - 16 -71 - 14 12 - 14 12 - -35 25 - -35 25 - 57 -46 - 57 -46 - 54 -73 - 54 -73 - -95 -34 - -95 -34 - 7 -10 - 7 -10 - 54 -64 - 54 -64 - -26 24 - -26 24 - -26 24 - -26 24 - -26 24 - -26 24 - 25 -26 - 26 90 - 26 90 - 32 -77 - 31 -77 - 32 -77 - -97 62 - -97 62 - 14 -23 - 14 -23 - 14 -24 - 61 -94 - 61 -94 - 12 -21 - 12 -21 - -39 13 - -39 13 - 40 -65 - 40 -65 - -55 57 - -12 7 - -12 7 - 0 -9 - 0 -9 - 0 -9 - 0 -9 - 0 -9 - 0 -9 - 0 -9 - 0 -9 - 0 -9 - 0 -9 - -36 -51 - -36 -51 - -18 59 - -18 59 - -25 -28 - -25 -28 - -70 -59 - -70 -59 - 17 -11 - 17 -11 - 1 -17 - 1 -17 - -38 1 - -38 1 - 9 -65 - 9 -65 - -18 -77 - -18 -77 - 9 -98 - 9 -98 - -35 44 - -35 44 - 1 -23 - 1 -23 - 0 -23 - 0 -23 - -73 -60 - -73 -60 - 81 -25 - 82 -26 - 81 -25 - 0 -24 - 0 -24 - -1 -55 - -1 -55 - 46 28 - 93 -29 - 93 -29 - -73 31 - 38 71 - 38 72 - -73 31 - 84 -39 - 84 -39 - -16 30 - -16 30 - -70 3 - -70 3 - 98 -100 - 98 -100 - -89 77 - -89 77 - 98 60 - 0 -22 - 0 -22 - -12 59 - -12 59 - 90 -12 - 88 25 - 90 -12 - 84 75 - 84 75 - 19 -82 - 19 -82 - 89 88 - 89 88 - 94 29 - 94 29 - 17 1 - 17 1 - -22 99 - -22 99 - 1 -13 - 1 -13 - 1 -13 - 1 -13 - -85 55 - -95 -45 - -85 55 - 87 -56 - 87 -56 - -84 60 - -82 -6 - -21 77 - -82 -6 - -53 18 - -53 18 - -32 -44 - -32 -44 - -53 18 - -32 -44 - -28 -17 - -28 -17 - 56 -66 - 56 -66 - -4 52 - -4 52 - -51 -4 - -35 67 - -35 67 - -54 57 - -15 -21 - -15 -21 - -15 -21 - -15 -21 - -15 -21 - -15 -21 - -47 58 - -47 58 - 17 65 - 17 65 - 10 81 - 10 81 - 10 82 - 10 82 - 10 81 - 10 82 - -6 -28 - -6 -28 - 16 -10 - 16 -10 - 17 -9 - 13 -52 - 13 -52 - -58 -88 - -58 -88 - 71 13 - 71 13 - 64 64 - 64 64 - -13 -60 - -13 -60 - -11 -62 - -11 -62 - -13 -60 - -11 -62 - -9 7 - -9 7 - 8 -11 - 8 -11 - -22 21 - -22 21 - 1 10 - 1 10 - 25 -26 - -26 24 - 25 -26 - 48 -68 - 48 -68 - 32 39 - 32 39 - -77 36 - -77 36 - 20 65 - 20 65 - 10 43 - 10 43 - 0 -9 - 0 -9 - 0 -9 - 0 -9 - 0 -9 - 0 -9 - 71 -47 - 71 -47 - -51 -69 - 8 -93 - 8 -93 - -28 73 - -28 73 - 18 -11 - 18 -11 - 0 -16 - 0 -16 - 0 -18 - 0 -18 - 0 -19 - 0 -19 - 95 -89 - 95 -89 - 89 40 - 89 40 - -19 81 - -19 81 - -19 80 - -19 80 - -19 81 - -19 80 - 0 -21 - 0 -21 - 0 -21 - 0 -21 - 1 -22 - 1 -22 - 36 0 - 36 0 - 21 27 - 21 27 - 0 -23 - 0 -23 - -1 -22 - -1 -22 - -20 -9 - 82 -26 - 82 -26 - 81 -25 - -32 4 - -32 4 - -32 5 - -32 5 - -32 4 - -32 5 - 3 97 - 3 97 - -33 -24 - -33 -24 - 22 10 - 22 10 - 0 -23 - 0 -23 - -27 -85 - -27 -85 - 88 3 - -31 78 - -31 78 - 0 -23 - 1 -23 - 0 -23 - 0 -23 - 7 -94 - 7 -94 - 38 71 - 38 71 - 38 72 - -73 31 - 38 72 - 38 71 - 38 72 - -73 31 - -65 9 - -65 9 - -81 -91 - -81 -91 - 4 -82 - 4 -82 - -98 -47 - -98 -47 - 0 -23 - 0 -23 - 89 50 - 89 50 - -9 56 - -9 56 - -9 38 - -9 38 - -94 51 - -94 51 - -43 9 - -43 9 - -44 85 - -44 85 - 0 -18 - 0 -18 - -44 -34 - -44 -34 - -90 -50 - -90 -50 - 98 94 - 98 94 - 53 -94 - -74 74 - 53 -94 - -33 5 - -33 5 - 4 -38 - 4 -38 - 6 -81 - 6 -81 - 6 -80 - 6 -80 - 6 -81 - 6 -80 - 9 51 - 9 51 - 10 52 - -38 17 - -38 17 - 16 12 - 16 12 - -12 -40 - -12 -40 - -64 17 - -64 17 - -18 -24 - -18 -24 - 19 61 - 19 61 - -51 -4 - -4 52 - -51 -4 - -30 -52 - -30 -52 - -12 -30 - -12 -30 - -14 -20 - -14 -20 - 39 17 - 39 17 - -8 -9 - -8 -9 - 17 -9 - 16 -10 - 17 -9 - -30 -4 - -30 -4 - 37 51 - 57 29 - 58 29 - 57 29 - 37 51 - 73 34 - 73 34 - 70 37 - 9 -12 - 9 -12 - 56 -18 - 56 -18 - -15 12 - -15 12 - -15 12 - 29 -36 - 29 -36 - -16 12 - -16 12 - -18 -66 - -18 -66 - -21 -63 - 6 -19 - 6 -19 - 23 -35 - 23 -35 - -61 59 - -61 59 - -64 60 - 26 54 - 26 54 - -36 -3 - -36 -3 - -35 -3 - -1 -13 - -1 -13 - -1 -12 - -1 -12 - 0 -14 - 0 -14 - 0 -13 - 0 -13 - -48 -11 - -48 -11 - -89 -47 - -89 -47 - -33 23 - 40 8 - -33 23 - 1 -18 - -9 -16 - 1 -18 - -39 84 - -39 84 - -7 78 - -7 78 - -7 79 - -39 66 - -7 79 - -7 78 - -7 79 - -39 66 - 0 -19 - 0 -19 - 0 -19 - -81 -58 - -81 -58 - 20 -59 - 20 -59 - -30 -67 - -30 -67 - -6 75 - -76 94 - -76 94 - 0 -24 - 0 -24 - 1 -24 - 0 -24 - 99 -33 - 99 -33 - 46 28 - -1 -55 - 46 28 - 88 3 - -27 -85 - 88 3 - 24 -90 - 24 -90 - 1 -24 - 0 -24 - 1 -24 - -13 27 - -13 27 - 85 35 - 85 35 - 1 -22 - 1 -22 - 92 6 - 92 6 - 76 27 - 76 27 - -39 78 - -39 78 - 76 -61 - 92 -22 - 76 -61 - -84 -63 - -83 60 - -84 -63 - 94 -84 - 94 -84 - -17 72 - -17 72 - -98 -13 - -67 -70 - -98 -13 - -74 74 - -74 74 - 53 -94 - 0 -16 - 0 -16 - 1 -16 - 1 -16 - -79 89 - -79 89 - -78 -42 - -78 -42 - -81 -34 - -81 -34 - -3 -56 - -3 -56 - 98 12 - 95 -30 - 98 12 - 10 52 - 9 51 - 10 52 - 1 -13 - 1 -13 - 0 -12 - 1 -12 - 0 -12 - -62 91 - -62 91 - -61 91 - -21 77 - -21 77 - -82 -6 - 47 21 - 47 21 - 2 -9 - 2 -9 - -4 -24 - -4 -24 - 57 14 - 57 14 - 20 18 - 20 18 - 48 50 - 48 50 - 49 51 - -97 -15 - -97 -15 - 10 8 - 10 8 - 99 -29 - 99 -29 - -17 -87 - -17 -87 - 10 -13 - 10 -13 - 10 -13 - 10 -13 - 10 -13 - 10 -13 - -15 12 - -15 12 - -15 12 - 8 30 - 8 30 - -10 8 - -10 8 - 55 73 - 55 73 - -24 -8 - -24 -8 - -17 -17 - -17 -17 - 18 -29 - 18 -29 - -55 57 - 40 -65 - -55 57 - 0 -9 - 0 -9 - 0 -9 - 0 -9 - -51 -69 - 71 -47 - -51 -69 - 0 -10 - 0 -10 - 0 -10 - 0 -10 - 0 -10 - 0 -10 - 0 -10 - 0 -10 - 0 -10 - 0 -10 - -93 11 - -93 11 - -35 -3 - -36 -3 - -35 -3 - -51 -58 - -51 -58 - -63 -97 - -63 -97 - -38 -64 - -38 -64 - -94 -66 - -94 -66 - 0 -16 - 0 -16 - 0 -16 - 75 -2 - 75 -2 - 1 -17 - 1 -17 - 84 -13 - 84 -13 - 40 8 - 40 8 - -33 23 - -54 39 - -54 39 - 0 -19 - 0 -19 - 14 19 - 14 19 - 0 -20 - 0 -20 - -92 71 - -92 71 - 1 -21 - 1 -21 - 2 -21 - -79 84 - -79 84 - -78 84 - -44 -84 - -44 -84 - 86 68 - 86 68 - -94 -85 - -94 -85 - 17 -98 - 17 -98 - 94 87 - 94 87 - 27 -13 - 27 -13 - -7 36 - -7 36 - 0 -24 - 0 -24 - 0 -23 - 0 -23 - 1 -24 - 0 -24 - 1 -24 - 0 -24 - 8 -92 - 8 -92 - -9 -3 - -9 -3 - -4 81 - -4 81 - -74 -25 - -74 -25 - 0 -24 - 0 -24 - 1 -24 - -87 82 - -87 82 - -66 -16 - -66 -16 - 0 -23 - 0 -23 - 0 -23 - 0 -23 - 1 -23 - 31 77 - 83 -3 - 31 77 - -10 37 - -10 37 - 0 -21 - 1 -21 - 0 -21 - 1 -20 - 1 -20 - 0 -20 - 1 -20 - -43 -36 - -43 -36 - 89 35 - 89 35 - -67 -70 - -67 -70 - -98 -13 - 39 -16 - 39 -16 - 1 -18 - 1 -18 - -44 -49 - -44 -49 - -65 -99 - -65 -99 - 1 -16 - 0 -16 - 1 -16 - 1 -16 - 1 -16 - 1 -16 - 1 -16 - 1 -13 - 1 -13 - 1 -13 - 1 -13 - 1 -13 - 1 -13 - 1 -13 - 1 -13 - 1 -13 - 1 -12 - 1 -12 - 1 -12 - 0 -12 - -61 91 - -62 91 - -61 91 - -84 -72 - -84 -72 - -75 -84 - -75 -84 - 60 49 - 60 49 - -54 57 - -35 67 - -54 57 - 86 18 - 86 18 - -21 -29 - -21 -29 - -44 -79 - -44 -79 - -8 -39 - -8 -39 - 64 -4 - 64 -4 - 21 19 - 21 19 - -29 -5 - 49 51 - 48 50 - 49 51 - 57 29 - 56 30 - 56 31 - 57 29 - 58 29 - 57 29 - 57 29 - 56 31 - 57 29 - 58 29 - 57 29 - 37 51 - 7 -9 - 7 -9 - 7 -10 - 7 -10 - 11 -14 - 11 -14 - 50 -48 - 51 -49 - 50 -48 - -9 7 - -9 7 - 18 -28 - 18 -28 - 19 -30 - 19 -30 - 17 -27 - 17 -27 - 38 4 - 38 4 - 0 -9 - 0 -9 - 0 -9 - 0 -9 - 67 96 - 67 96 - -53 3 - -53 3 - -61 -11 - -61 -11 - -59 0 - -59 0 - 37 70 - 37 70 - -13 -3 - -13 -3 - 38 -12 - 38 -12 - -28 62 - -28 62 - -28 87 - -28 87 - -76 64 - -76 64 - 2 -21 - 1 -21 - 2 -21 - -78 84 - -79 84 - -78 84 - -42 14 - -42 14 - -90 -53 - -90 -53 - -78 -24 - -78 -24 - -65 -88 - -65 -88 - -51 -9 - -51 -9 - -50 -9 - -20 -9 - -1 -22 - -20 -9 - -36 96 - -36 96 - 0 -24 - 0 -24 - 0 -24 - 1 -24 - 0 -24 - 1 53 - 1 53 - -11 -57 - -11 -57 - -80 -96 - -80 -96 - 0 -24 - 0 -24 - -24 90 - 94 13 - -24 90 - 99 1 - 99 1 - 28 26 - 28 26 - 18 42 - 18 42 - 1 -23 - 1 -23 - 0 -23 - -57 -87 - -57 -87 - 26 -96 - 26 -96 - -8 -51 - -8 -51 - -33 -7 - -33 -7 - -10 30 - -10 30 - -93 -92 - -93 -92 - -93 -91 - -93 -91 - -93 -92 - -93 -91 - -12 55 - -12 55 - -11 55 - 96 -58 - 96 -58 - 96 -57 - 91 -68 - 96 -57 - 96 -58 - 96 -57 - 91 -68 - 1 -23 - 0 -23 - 1 -23 - 83 -3 - 83 -3 - 31 77 - -8 79 - -8 79 - 24 74 - 24 74 - 93 -35 - 93 -35 - -61 -49 - -61 -49 - -24 -43 - -24 -43 - 82 -5 - 82 -5 - 83 -4 - 88 -83 - 88 -83 - -50 -28 - -50 -28 - -37 -6 - -37 -6 - 1 -20 - 1 -20 - 0 -21 - 0 -21 - 92 -22 - 92 -22 - 76 -61 - 0 -20 - 1 -20 - 0 -20 - 1 -20 - 0 -20 - 0 -19 - 0 -19 - 1 -19 - 0 -20 - 0 -20 - 0 -20 - -83 60 - -83 60 - -84 -63 - -89 73 - -89 73 - -83 36 - -83 36 - -63 -47 - -63 -47 - -95 -87 - -95 -87 - 19 -2 - 19 -2 - 95 -30 - 95 -30 - 98 12 - -92 -28 - -89 -96 - 97 91 - -89 -96 - -75 59 - -75 59 - -1 -45 - -1 -45 - 84 -37 - 84 -37 - -54 58 - -54 58 - -53 58 - -52 -48 - -52 -48 - 57 8 - 57 8 - 41 -21 - 41 -21 - 2 54 - 2 54 - 13 99 - 13 99 - 17 15 - 17 15 - -30 -6 - -30 -6 - -24 -8 - -24 -8 - -74 -53 - -74 -53 - 25 -19 - 25 -19 - 58 29 - 56 30 - 56 31 - 57 29 - 58 29 - 57 29 - -55 -85 - -54 -86 - -55 -85 - -9 -65 - -9 -65 - 8 -11 - 8 -11 - 51 -49 - 52 -50 - 51 -49 - 50 -48 - 5 -58 - 5 -58 - 1 -37 - 1 -37 - 1 -36 - 1 -36 - 1 -36 - 1 -37 - 1 -36 - 1 -36 - -4 73 - -4 73 - 24 -67 - 50 -40 - 50 -40 - 26 -39 - 26 -39 - 19 7 - 18 8 - 20 6 - 19 7 - 31 -50 - 31 48 - 31 -50 - -61 52 - -61 52 - 30 -99 - 30 -99 - 0 -10 - 1 -10 - 0 -10 - 0 -10 - 0 -10 - 0 -10 - 2 -74 - 2 -74 - -60 -49 - -60 -49 - 0 -17 - 0 -17 - 0 -16 - 0 -16 - 87 -40 - 87 -40 - 6 19 - 6 19 - -47 40 - -47 40 - -50 -97 - -50 -97 - -50 -96 - -50 -96 - -50 -97 - -50 -96 - 85 -38 - 85 -38 - 85 -37 - 85 -37 - 85 -38 - 85 -37 - -18 31 - -18 31 - -39 66 - -7 78 - -7 79 - -39 66 - -50 -45 - -50 -45 - -6 97 - -6 97 - -55 -62 - -55 -62 - 1 73 - 1 73 - 15 66 - 15 66 - 21 19 - 21 19 - -1 -23 - -1 -23 - 0 -23 - -6 75 - -30 -67 - -6 75 - -19 -21 - -19 -21 - 15 39 - 15 39 - -50 -9 - -51 -9 - -50 -9 - 40 67 - 40 67 - 82 38 - 82 38 - -59 -64 - 94 13 - 94 13 - -24 90 - -73 82 - -73 82 - -2 42 - -2 42 - -16 76 - -16 76 - -76 22 - -76 22 - 15 -64 - 15 -64 - -11 55 - -12 55 - -11 55 - 91 -68 - 96 -58 - 96 -57 - 91 -68 - -41 -59 - -41 -59 - -40 -59 - 22 -27 - 22 -27 - -79 34 - -79 34 - 83 -4 - 82 -5 - 83 -4 - 89 -50 - 89 -50 - 3 -19 - 3 -19 - 1 -20 - 1 -20 - 0 -20 - 1 -20 - 0 -20 - 1 -19 - 0 -19 - 1 -19 - 28 33 - 28 33 - 1 -18 - 1 -18 - 1 -17 - 1 -17 - 1 -16 - 0 -16 - 1 -16 - 1 -16 - 3 46 - 3 46 - 36 28 - 36 28 - 37 28 - 1 -16 - 1 -16 - 1 -16 - 1 -15 - 1 -15 - 1 -14 - 1 -14 - -91 58 - -91 58 - 11 48 - 11 48 - 84 -20 - 84 -20 - 83 -20 - -16 -12 - -16 -12 - 4 21 - 4 21 - 1 -9 - 1 -9 - 62 27 - 62 27 - 62 28 - 62 28 - 62 27 - 62 28 - -1 23 - -1 23 - -1 23 - -81 97 - -81 97 - -22 -59 - 64 -2 - -22 -59 - -53 58 - -54 58 - -53 58 - -80 -22 - -80 -22 - -38 -56 - -38 -56 - -97 -81 - -97 -81 - -37 -45 - -37 -45 - -36 -44 - -29 -5 - 21 19 - -29 -5 - -18 35 - -18 35 - 19 17 - 19 17 - 19 17 - -44 -46 - -44 -46 - -18 -9 - -18 -9 - -75 -36 - -75 -36 - -54 -86 - -54 -86 - -55 -85 - 9 -12 - 9 -12 - 61 -13 - 61 -13 - 52 -50 - 52 -50 - 51 -49 - -99 15 - -99 15 - 1 -36 - 1 -37 - 1 -36 - 1 -36 - 24 -67 - -4 73 - 24 -67 - 33 -78 - 33 -78 - 34 -78 - 7 -45 - 7 -45 - -8 60 - -8 60 - -1 28 - -1 28 - 20 6 - 20 6 - 19 7 - -2 -70 - -2 -70 - -63 -39 - -63 -39 - 0 -10 - 1 -10 - 0 -10 - 0 -10 - 0 -10 - 0 -10 - 0 -9 - 0 -9 - 34 -15 - 34 -15 - 92 -53 - 92 -53 - -78 -75 - -78 -74 - 0 -14 - 0 -14 - 0 -14 - 38 39 - 38 39 - -77 43 - -77 43 - -95 -40 - -95 -40 - 0 -16 - 0 -16 - 0 -16 - 73 -35 - 73 -35 - 73 -34 - 73 -34 - 73 -35 - 73 -34 - -47 0 - -47 0 - 0 -18 - 0 -18 - -29 -17 - -29 -17 - -1 -19 - -1 -19 - -2 71 - -2 71 - -81 99 - -81 99 - -1 -22 - -1 -22 - 9 -50 - 9 -50 - 0 -23 - -1 -23 - 0 -23 - 1 -23 - 1 -23 - -18 -34 - -18 -34 - 45 36 - 45 36 - 22 62 - 22 62 - 0 -23 - 0 -23 - -16 -85 - -16 -85 - -59 -64 - 1 -25 - 1 -25 - -59 -64 - -16 -85 - 82 38 - -59 -64 - 10 40 - 10 40 - -33 53 - -33 53 - -35 -38 - -35 -38 - 47 34 - 47 34 - 47 35 - 47 35 - 47 34 - 47 35 - -57 99 - -57 99 - 1 -23 - 1 -23 - 73 -28 - 73 -28 - -40 -59 - -41 -59 - -40 -59 - -32 -51 - -32 -51 - -56 82 - -56 82 - -99 56 - -99 56 - 1 -22 - 1 -22 - 1 -21 - 1 -21 - 0 -21 - -20 41 - -20 41 - -11 -49 - -11 -49 - -17 70 - -17 70 - -19 0 - -19 0 - 37 28 - 36 28 - 37 28 - 1 -13 - 1 -13 - 1 -13 - -92 -28 - 95 -30 - -92 -28 - -52 81 - -29 7 - -29 7 - 1 -12 - 1 -12 - 1 -12 - 83 -20 - 84 -20 - 83 -20 - -11 -52 - -11 -52 - 1 -11 - 1 -11 - -52 -71 - -52 -71 - 56 -49 - 56 -49 - -12 -28 - -12 -28 - -1 23 - -1 23 - -1 23 - 64 -2 - 64 -2 - -22 -59 - -65 -61 - -65 -61 - -52 -3 - -52 -3 - 2 29 - 2 29 - 14 99 - 14 99 - 14 100 - 14 100 - 14 99 - 14 100 - -32 -40 - -32 -40 - -36 -44 - -37 -45 - -36 -44 - 4 9 - 4 9 - 14 98 - 14 98 - -4 -23 - -4 -23 - 24 22 - 24 22 - 19 17 - 19 17 - 19 17 - 20 18 - 20 18 - 20 18 - 43 20 - 43 20 - 56 30 - 56 30 - 56 31 - 57 29 - 58 29 - 56 31 - 56 30 - 56 31 - 57 29 - 58 29 - 57 29 - 14 -18 - 14 -18 - -48 -89 - -48 -89 - -48 -89 - 73 29 - 75 27 - 74 28 - 73 29 - -11 8 - -11 8 - -93 -24 - -93 -24 - 14 -20 - 14 -20 - -41 14 - -41 14 - 22 -40 - 22 -40 - 23 -40 - -30 29 - -30 29 - 34 -78 - 33 -78 - 34 -78 - 59 -59 - 59 -59 - 60 -59 - 17 8 - 17 8 - 12 -20 - -18 15 - 12 -20 - 18 8 - 12 16 - 18 8 - 19 7 - 62 41 - 62 41 - 31 48 - 31 48 - 31 -50 - 25 -87 - 25 -87 - 26 -87 - 1 -10 - 1 -10 - 0 -10 - 0 -10 - 0 -10 - 0 -10 - 78 -6 - 78 -6 - 78 -5 - 78 -5 - 78 -6 - 78 -5 - -1 -14 - -1 -14 - 75 21 - 75 21 - 0 -14 - 0 -14 - -28 -85 - -28 -85 - -11 -53 - -11 -53 - -35 -91 - -35 -91 - 0 -20 - 0 -20 - 0 -20 - 0 -20 - -21 -44 - -21 -44 - -36 21 - -36 21 - -42 -77 - -42 -77 - -42 -76 - -42 -76 - -42 -77 - -42 -76 - 0 -23 - 0 -23 - -69 32 - -69 32 - 14 -45 - 14 -45 - 0 -24 - 0 -24 - 0 -24 - 0 -24 - 0 -24 - -20 45 - -20 45 - 26 -41 - 26 -41 - 39 -16 - 39 -16 - -69 -68 - -69 -68 - -2 -72 - -2 -72 - -82 -31 - -82 -31 - 24 -47 - 24 -47 - 25 -47 - 25 -47 - 24 -47 - 25 -47 - 8 -33 - 8 -33 - 1 -23 - 1 -23 - -99 -16 - -99 -16 - -20 80 - -20 80 - 44 -9 - 44 -9 - -30 -71 - -30 -71 - 92 24 - 92 24 - -31 98 - -31 98 - 39 -92 - 39 -92 - 15 53 - 15 53 - 0 -20 - 0 -20 - 1 -20 - 0 -20 - 0 -20 - 0 -20 - 0 -20 - -72 5 - -72 5 - -43 57 - 66 6 - 66 6 - 1 -18 - 1 -18 - -85 -1 - -85 -1 - -73 43 - -73 43 - -66 -73 - -66 -73 - -92 -4 - -92 -4 - -52 1 - -1 51 - -52 1 - 3 -69 - 3 -69 - 1 -13 - 1 -13 - 1 -13 - -52 81 - -92 -28 - -52 81 - 95 64 - 95 64 - 96 64 - 97 91 - 97 91 - -89 -96 - 11 98 - 11 98 - 13 97 - -27 68 - -27 68 - 73 -91 - 73 -91 - 10 -7 - 10 -7 - -42 49 - -42 49 - -93 1 - -93 1 - 50 -79 - -62 -83 - -62 -83 - -61 -82 - 40 -20 - 40 -20 - 8 24 - 8 24 - 20 18 - 20 18 - 20 18 - 52 53 - 52 53 - 54 -49 - 53 54 - 55 -48 - 56 -50 - 56 -50 - -48 -89 - -48 -89 - -48 -89 - 74 28 - 75 27 - 74 28 - 73 29 - 23 -40 - 22 -40 - 23 -40 - 71 -99 - 71 -99 - -60 57 - -60 57 - 78 -77 - 78 -77 - -18 15 - -18 15 - 12 -20 - 3 -9 - 3 -9 - 37 41 - 37 41 - 19 -32 - 20 -33 - 19 -32 - 12 -19 - 12 -19 - 26 -87 - 25 -87 - 26 -87 - -71 65 - -71 65 - -78 -75 - 92 -53 - -78 -75 - -78 -74 - -78 -74 - 92 -53 - -78 -75 - -78 -74 - 0 -14 - 0 -14 - 0 -14 - -5 52 - -5 52 - -45 -34 - -45 -34 - -90 27 - -90 27 - 92 -26 - 0 -18 - 0 -18 - 0 -18 - 0 -19 - 0 -19 - 90 83 - 90 83 - 90 84 - 90 84 - 90 83 - 90 84 - -70 66 - -70 66 - 0 -20 - 0 -20 - 0 -20 - 0 -20 - 0 -20 - 0 -20 - -10 57 - -10 57 - 79 85 - 79 85 - 33 -15 - 33 -15 - 0 -24 - 0 -24 - 43 -98 - 43 -98 - -24 -64 - -24 -64 - 0 -24 - 0 -24 - 0 -24 - 29 -23 - 29 -23 - 86 42 - 86 42 - 0 -25 - 0 -25 - -7 -90 - -7 -90 - 13 53 - 13 53 - 30 -22 - 30 -22 - 37 -69 - 37 -69 - -11 -28 - -11 -28 - -80 -65 - 14 -99 - -80 -65 - 0 -21 - 0 -21 - 1 -21 - 1 -21 - 1 -21 - 0 -21 - 1 -21 - 1 -21 - 0 -21 - 1 -21 - 0 -21 - 1 -21 - 1 -21 - 0 -21 - 89 -30 - 89 -30 - 94 60 - 94 60 - 33 78 - 33 78 - -67 2 - -67 2 - -54 18 - -54 18 - -26 49 - -26 49 - 25 68 - 25 68 - -18 17 - -18 17 - 95 31 - 95 31 - -25 -84 - -25 -84 - 27 -23 - 27 -23 - 13 97 - 11 98 - 13 97 - 79 -63 - 76 70 - 76 70 - -53 -1 - -53 -1 - 99 61 - 99 61 - -56 90 - -56 90 - -74 -49 - -74 -49 - -61 -82 - -62 -83 - -61 -82 - 65 74 - 65 74 - -73 88 - 90 65 - -73 88 - 54 -49 - 52 53 - 54 -49 - 53 54 - 55 -48 - 53 54 - 52 53 - 54 -49 - 53 54 - 55 -48 - -9 -11 - -9 -11 - 75 27 - 78 24 - 75 27 - 74 28 - 73 29 - 5 -41 - 5 -41 - 6 -11 - 6 -11 - 23 -64 - 23 -64 - 36 -50 - 36 -50 - 12 4 - 12 4 - 21 11 - 21 11 - 21 -1 - 21 -1 - 7 -99 - 7 -99 - 20 -33 - 20 -33 - 19 -32 - 43 -2 - 43 -2 - -23 12 - -23 12 - -52 -14 - -52 -14 - -98 41 - -98 41 - 94 -57 - 94 -57 - 16 -80 - 16 -80 - -14 -51 - -14 -51 - -99 -90 - -99 -90 - -20 0 - -20 0 - 13 -50 - 13 -50 - 1 -19 - 1 -19 - 0 -18 - 0 -18 - 0 -18 - 0 -19 - 0 -19 - 0 -19 - 0 -19 - -36 -21 - -36 -21 - 0 -20 - 0 -20 - 0 -20 - 0 -20 - -12 46 - -12 46 - 0 -21 - 0 -21 - 6 63 - 6 63 - -56 -17 - -56 -17 - -47 -91 - -47 -91 - -15 -11 - -15 -11 - 1 -24 - 1 -24 - 1 -10 - 1 -10 - 0 -25 - 0 -25 - 0 -25 - 0 -25 - 0 -25 - 95 62 - 95 62 - 42 35 - 42 35 - 1 -24 - 1 -24 - -75 -35 - -75 -35 - -74 49 - -74 49 - 95 48 - 95 48 - -15 -95 - -15 -95 - 14 -99 - 14 -99 - -80 -65 - 1 -22 - 1 -22 - 91 40 - -95 18 - 91 40 - -54 5 - 11 54 - -54 5 - 68 -93 - 68 -93 - 26 -95 - 87 -49 - 26 -95 - -83 45 - -83 45 - -82 45 - 1 -16 - 1 -16 - 1 -14 - 1 -14 - -37 -8 - -37 -8 - 1 -9 - 1 -9 - 1 -9 - -63 -29 - -63 -29 - -50 -72 - -50 -72 - 88 70 - 88 70 - 92 -14 - 92 -14 - -62 -50 - -62 -50 - -62 -49 - 15 77 - -62 -49 - -62 -50 - -62 -49 - 15 77 - 91 55 - 91 55 - 63 21 - 63 21 - -61 -69 - -61 -69 - -21 15 - -21 15 - -21 16 - -21 16 - -21 15 - -21 16 - 25 -2 - 25 -2 - 55 -48 - 52 53 - 54 -49 - 53 54 - 55 -48 - 7 26 - 7 26 - 82 -28 - 82 -28 - 24 -86 - 24 -86 - -17 -16 - -17 -16 - 37 -82 - 37 -82 - -2 -98 - -2 -98 - -80 43 - -80 43 - 60 -59 - 59 -59 - 60 -59 - 72 -71 - 72 -71 - 12 16 - 12 16 - 18 8 - 15 -28 - 15 -28 - 1 -9 - 1 -9 - 17 87 - 17 87 - -1 -9 - -1 -9 - 0 -9 - -70 -7 - -70 -7 - -6 -51 - -6 -51 - -32 -7 - -32 -7 - -30 -87 - -30 -87 - -32 51 - -32 51 - 78 91 - 78 91 - 0 -12 - 0 -12 - 0 -13 - 0 -13 - -84 34 - -84 34 - -67 -38 - -67 -38 - 85 -69 - 85 -69 - -54 -95 - -54 -95 - 85 -69 - -54 -95 - 47 -67 - 47 -67 - -69 -15 - -69 -15 - 56 -36 - 56 -36 - -59 -36 - -59 -36 - -34 63 - -35 43 - -35 43 - 50 20 - 1 -11 - 1 -11 - -64 -31 - -64 -31 - 47 12 - 47 12 - 9 -10 - 9 -10 - 0 -22 - 19 12 - 0 -22 - 1 -21 - 1 -21 - -1 -69 - -1 -69 - 6 67 - 6 67 - -1 -69 - 6 67 - -65 37 - -65 37 - -71 56 - -71 56 - 1 -23 - 1 -23 - 24 84 - 24 84 - -10 45 - -10 45 - -86 36 - -86 36 - 31 33 - 31 33 - -21 28 - -21 28 - 5 88 - -86 0 - 5 88 - 0 -25 - 0 -25 - 27 90 - 27 90 - -89 -30 - -89 -30 - -83 42 - -83 42 - -89 -30 - -83 42 - 4 37 - 4 37 - -69 -9 - -69 -9 - 1 -24 - 1 -24 - 29 -75 - 29 -75 - 92 54 - -59 -89 - 92 54 - -89 56 - -89 56 - -76 -3 - -76 -3 - -22 -70 - 24 -55 - 24 -55 - -3 68 - -4 69 - -3 68 - -65 -40 - -65 -40 - 0 -24 - 0 -24 - -96 -27 - -96 -27 - -43 57 - -72 5 - -43 57 - -51 58 - -51 58 - 87 -33 - 87 -33 - 87 -32 - 87 -32 - 87 -33 - 87 -32 - -82 45 - -83 45 - -82 45 - 14 -42 - 14 -42 - 96 100 - 96 100 - 73 11 - 73 11 - 1 -16 - 1 -16 - -1 51 - -1 51 - -52 1 - 96 64 - 95 64 - 96 64 - 24 88 - 24 88 - 24 89 - 24 89 - 24 88 - 24 89 - 68 4 - 68 4 - -77 -99 - -77 -99 - 79 -63 - 13 97 - 79 -63 - 97 3 - 97 3 - 1 -10 - 1 -10 - -13 60 - -13 60 - 1 -9 - 1 -9 - 1 -9 - 1 -9 - 1 -9 - 1 -9 - 61 -22 - 61 -22 - -20 -27 - -20 -27 - 47 -67 - 47 -67 - 50 -79 - -93 1 - 50 -79 - 81 41 - 81 41 - -5 84 - -5 84 - -72 -38 - 90 65 - 90 65 - -73 88 - 63 40 - 63 40 - 52 50 - 52 50 - -49 -50 - -49 -50 - -66 3 - -66 3 - 4 64 - 4 64 - 16 7 - 16 8 - 16 7 - 16 7 - 15 8 - 16 7 - 16 7 - 16 7 - 17 6 - 16 7 - 26 -39 - 27 -40 - 26 -39 - 6 -13 - 6 -13 - -5 -74 - -5 -74 - 25 2 - 25 2 - -1 -9 - -1 -9 - -1 -9 - 0 -9 - -1 -9 - 0 -9 - -98 70 - -98 70 - -69 96 - -42 10 - -42 10 - 3 -43 - 3 -43 - 0 -12 - 0 -12 - -34 45 - -34 45 - -78 85 - -78 85 - 90 -62 - 90 -62 - 92 -26 - -90 27 - 92 -26 - 11 -41 - 11 -41 - -57 -15 - -57 -15 - -91 -55 - -91 -55 - -55 2 - -55 2 - -77 83 - -77 83 - -37 23 - -37 23 - -66 -99 - -66 -99 - 0 -23 - 0 -23 - 0 -23 - 0 -23 - 0 -23 - 1 -24 - 1 -24 - 1 -24 - 1 -24 - 51 -86 - 51 -86 - 0 -24 - 0 -24 - 0 -24 - 34 68 - 34 68 - 34 69 - 34 69 - 34 68 - 34 69 - -4 77 - -4 77 - 0 -24 - 0 -24 - -42 0 - -42 0 - -86 0 - -86 0 - 5 88 - 4 85 - 4 85 - 95 95 - 95 95 - 30 10 - 30 10 - 0 -24 - 0 -24 - 1 -24 - 1 -24 - 0 -24 - 1 -24 - -49 39 - -49 39 - -89 -70 - -89 -70 - -4 69 - -4 69 - -3 68 - 0 -23 - 0 -23 - 1 -23 - 1 -23 - 1 -23 - 0 -23 - 1 -23 - 1 -23 - 1 -23 - 1 -23 - 50 -45 - 50 -45 - 1 -23 - 1 -23 - 21 -15 - 21 -15 - -95 18 - -95 18 - 91 40 - -72 -46 - -72 -46 - -55 32 - -55 32 - 0 -22 - 0 -22 - 0 -21 - 1 -21 - 1 -21 - 0 -21 - -21 -44 - -21 -44 - 6 -15 - 6 -15 - 0 -20 - 0 -20 - 87 -49 - 87 -49 - 26 -95 - -94 83 - -94 83 - -69 83 - -69 83 - 3 -46 - 3 -46 - 1 -15 - 1 -15 - -58 75 - -58 75 - 63 -50 - 63 -50 - -86 -38 - -86 -38 - -50 -23 - -50 -23 - -43 79 - -43 79 - -64 56 - -64 56 - -53 50 - -53 50 - -82 40 - -82 40 - -61 -52 - -61 -52 - -30 -92 - -30 -92 - 11 9 - 11 9 - -16 40 - -16 40 - 37 36 - 37 36 - -26 -10 - -26 -10 - 78 24 - 78 24 - 75 27 - -52 90 - -52 90 - -65 -57 - -65 -57 - -29 -98 - -29 -98 - 29 17 - 29 17 - 16 7 - 16 8 - 16 7 - 16 7 - 15 8 - 16 7 - 46 -66 - 46 -66 - 17 6 - 16 7 - 17 6 - 16 7 - 27 -40 - 27 -40 - 26 -39 - -65 61 - -65 61 - -64 61 - -64 61 - -65 61 - -64 61 - 78 -31 - 47 -70 - 78 -31 - 29 -46 - 29 -46 - 4 -13 - 4 -13 - 4 -13 - -59 -17 - -59 -17 - -69 -66 - -69 -66 - -37 -41 - -37 -41 - -87 36 - -87 36 - -59 48 - -59 48 - -59 49 - -59 49 - -59 48 - -59 49 - -17 71 - -17 71 - -44 61 - 99 -82 - 99 -82 - -81 -13 - -81 -13 - 48 -65 - 55 -9 - 55 -9 - 0 -19 - 0 -19 - 0 -19 - 0 -20 - 0 -20 - 0 -20 - 0 -20 - 0 -19 - 0 -19 - 0 -19 - 0 -19 - 0 -19 - 0 -20 - 0 -20 - 0 -20 - 0 -20 - 0 -19 - 0 -19 - 0 -19 - 0 -19 - -34 63 - -59 -36 - -34 63 - -53 48 - 50 20 - -35 43 - 50 20 - 30 69 - 30 69 - -64 -71 - -64 -71 - -67 -1 - -67 -1 - 91 69 - 91 69 - 19 12 - 19 12 - 0 -22 - -87 36 - -87 36 - 0 -23 - 0 -23 - 0 -23 - 0 -22 - 0 -22 - 8 82 - 8 82 - 9 82 - -16 90 - -16 90 - 1 -23 - 1 -23 - 3 81 - 3 81 - 40 -69 - 40 -69 - 29 -39 - 29 -39 - 15 -32 - 15 -32 - 16 -33 - 16 -33 - 15 -32 - 16 -33 - 0 -24 - 0 -24 - -36 51 - -36 51 - 17 -68 - 17 -68 - 1 -25 - 1 -25 - 0 -25 - 1 -25 - 0 -25 - 0 -25 - 0 -25 - -1 88 - -1 88 - -59 -89 - -59 -89 - 92 54 - 30 -51 - 30 -51 - -83 -6 - -83 -6 - -34 11 - -34 11 - -77 25 - -77 25 - -57 25 - -57 25 - -22 -70 - -76 -3 - -22 -70 - 1 -23 - 0 -23 - 1 -23 - 1 -23 - 0 -22 - 0 -22 - 11 54 - 11 54 - -54 5 - 45 -89 - 45 -89 - 98 -44 - 98 -44 - 1 -18 - 1 -18 - -82 17 - -82 17 - 1 -15 - 1 -15 - 1 -15 - 17 -68 - 17 -68 - -27 10 - -27 10 - -27 11 - -27 11 - -27 10 - -27 11 - 1 -13 - 1 -13 - 1 -13 - 1 -12 - 1 -12 - 88 42 - 88 42 - -54 -54 - -54 -54 - -16 -70 - -16 -70 - 15 84 - 15 84 - 77 75 - 77 75 - -37 -70 - -37 -70 - 1 -9 - 1 -9 - 1 -9 - 1 -9 - -30 -9 - -30 -9 - 26 58 - 26 58 - 15 77 - -62 -50 - -62 -49 - 15 77 - -64 -6 - -64 -6 - -72 -38 - -5 84 - -72 -38 - -9 51 - -9 51 - 61 -66 - 61 -66 - -12 81 - -12 81 - -11 -11 - -11 -11 - -11 -11 - -11 -11 - 94 -20 - 94 -20 - 40 -86 - 40 -86 - 16 8 - 16 8 - 16 7 - 16 7 - 15 8 - 16 7 - 16 7 - 15 8 - 16 7 - 16 7 - 16 7 - 16 7 - 15 8 - 16 7 - 17 6 - 25 -37 - 25 -37 - 5 -14 - 5 -14 - 48 -65 - -81 -13 - 48 -65 - -12 81 - -12 81 - -89 -28 - -89 -28 - 1 -18 - 1 -18 - 18 73 - 18 73 - 0 -20 - 0 -20 - 0 -20 - 0 -20 - 0 -19 - 0 -19 - 0 -19 - 0 -19 - -46 53 - -46 53 - 85 50 - 85 50 - 9 82 - 8 82 - 9 82 - -95 52 - -95 52 - -16 76 - -16 76 - 89 -48 - 89 -48 - -11 -32 - -11 -32 - 4 -58 - 42 -43 - 4 -58 - 42 -42 - 24 66 - 24 66 - 0 -24 - 0 -24 - -19 26 - 8 -31 - -19 26 - 97 23 - 97 23 - 54 88 - -85 10 - -85 10 - 1 -25 - 1 -25 - 0 -25 - 0 -25 - 0 -25 - 0 -25 - 41 -41 - 41 -41 - 0 -24 - 0 -24 - 87 -36 - 87 -36 - -95 -10 - -95 -10 - 27 94 - 27 94 - 88 -84 - 88 -84 - 0 -25 - 0 -25 - 37 8 - 37 8 - 45 16 - 45 16 - 87 -35 - 87 -35 - 0 -22 - 0 -22 - 1 -22 - 1 -22 - 1 -22 - 0 -22 - 0 -22 - 92 31 - 92 31 - 3 -70 - 3 -70 - -65 81 - -65 81 - -4 58 - -4 58 - 19 -87 - 19 -87 - 1 -17 - 1 -17 - 0 -17 - -49 75 - -49 75 - -35 -65 - -35 -65 - 71 -63 - 71 -63 - 82 81 - 82 81 - 1 -12 - 1 -12 - -39 24 - -39 24 - 1 -12 - 1 -12 - 1 -12 - -29 64 - -29 64 - 1 -9 - 1 -9 - 1 -9 - -71 -30 - -71 -30 - -69 -46 - -69 -46 - -18 -46 - -18 -46 - 57 5 - 57 5 - 23 32 - 23 32 - -71 81 - -71 81 - 14 53 - 14 53 - 95 72 - 95 72 - -13 -68 - -13 -68 - 39 37 - 39 37 - -42 -44 - -42 -44 - 82 91 - 82 91 - -11 -11 - -11 -11 - -11 -11 - -11 -11 - -11 -11 - -11 -11 - -11 -11 - -11 -11 - -11 -11 - -11 -11 - 8 -11 - 8 -11 - -12 2 - -12 2 - -13 -6 - -13 -6 - 6 -11 - 6 -11 - 15 33 - 15 33 - 29 -42 - 29 -42 - 16 -93 - 16 -93 - -52 -64 - -52 -64 - 4 -13 - 4 -13 - 4 -13 - -1 -9 - -1 -9 - -1 -9 - -1 -10 - -1 -10 - -69 96 - -98 70 - -69 96 - -43 -16 - -43 -16 - -93 98 - -93 98 - 3 29 - 3 29 - 0 -16 - 0 -16 - -10 -76 - -10 -76 - -53 48 - -34 63 - -53 48 - -25 -17 - -25 -17 - -95 99 - -95 99 - 36 -17 - 36 -17 - -48 -87 - -48 -87 - 91 87 - 91 87 - 92 87 - -13 -8 - -13 -8 - 49 -63 - 49 -63 - -22 3 - -22 3 - 90 -90 - 90 -90 - 0 -24 - 0 -24 - 98 22 - 98 22 - 8 -31 - 8 -31 - -19 26 - 11 -10 - -6 -14 - 11 -10 - 18 34 - 18 34 - -60 79 - -60 79 - -1 -83 - -1 -83 - 55 -57 - 55 -57 - -30 60 - -30 60 - 14 -65 - 1 -24 - 1 -24 - 8 79 - 8 79 - -82 -88 - -82 -88 - 40 -56 - 40 -56 - 1 -24 - 1 -24 - -19 -20 - -19 -20 - -88 -59 - -88 -59 - 1 -22 - 0 -22 - 1 -22 - 0 -21 - 0 -21 - 90 -34 - -83 55 - 90 -34 - 1 -21 - 1 -21 - 1 -20 - 1 -20 - 1 -20 - 1 -20 - 1 -20 - 1 -20 - 18 73 - 18 73 - 90 14 - 90 14 - 85 -88 - 85 -88 - -2 -64 - -2 -64 - -59 67 - -59 67 - 1 -13 - 1 -13 - 26 90 - 26 90 - -85 -99 - -85 -99 - -65 100 - -65 100 - -20 74 - -20 74 - 73 94 - 73 94 - 36 10 - 36 10 - 11 -14 - 11 -14 - 19 -28 - 19 -28 - 4 -10 - 4 -10 - 7 -14 - 7 -14 - 47 -70 - 48 -71 - 5 -81 - 48 -71 - 47 -70 - 78 -31 - 56 -87 - 56 -87 - 57 -87 - -9 -84 - -9 -84 - -87 59 - -87 59 - -1 -80 - -1 -80 - 42 -58 - 42 -58 - -25 -73 - -25 -73 - 53 60 - 5 38 - 5 38 - -80 -43 - -80 -43 - -35 4 - -35 4 - 20 -25 - 20 -25 - -44 61 - -17 71 - -44 61 - -61 96 - -61 96 - -8 87 - -8 87 - -36 39 - -36 39 - -68 32 - -68 32 - 53 41 - 53 41 - -85 -39 - -85 -39 - -6 -48 - -6 -48 - 0 -22 - 0 -22 - 0 -22 - 0 -22 - -45 -92 - -45 -92 - -31 75 - -31 75 - 26 99 - 26 99 - 92 87 - 91 87 - 92 87 - -11 20 - -11 20 - -11 -29 - -11 -29 - 93 -28 - 93 -28 - 27 67 - 27 67 - -29 71 - -29 71 - 42 -43 - 42 -43 - 4 -58 - 42 -42 - 42 -42 - 42 -43 - 4 -58 - 42 -42 - 0 -25 - 0 -25 - -84 -53 - -84 -53 - -23 -24 - -23 -24 - 0 -24 - 0 -24 - 54 88 - 97 23 - 54 88 - -23 24 - -23 24 - 97 -14 - 97 -14 - 58 72 - 58 72 - 33 -82 - 33 -82 - -10 63 - -10 63 - -13 90 - -13 90 - 96 54 - 96 54 - -31 -40 - -31 -40 - 1 -23 - 1 -23 - 1 -23 - -73 -68 - -73 -68 - 1 -22 - 1 -22 - 33 83 - 33 83 - 87 -46 - 87 -46 - 1 -22 - 1 -22 - -42 -70 - -58 53 - -42 -70 - 0 -21 - 0 -21 - 1 -21 - 0 -22 - 0 -22 - 1 -20 - 1 -20 - 1 -20 - 1 -20 - 1 -20 - 1 -20 - -35 -76 - -35 -76 - -69 83 - -69 83 - 0 -74 - 0 -74 - -27 14 - -27 14 - 0 -17 - 1 -17 - 0 -17 - -72 41 - -72 41 - 6 96 - 6 96 - 6 96 - 1 -15 - 1 -15 - 1 -15 - 1 -15 - 99 -24 - 99 -24 - 1 -13 - 1 -13 - 2 -13 - 1 -13 - 86 -80 - 86 -80 - 83 -40 - 83 -40 - -38 97 - -38 97 - -44 2 - -44 2 - 9 -60 - 9 -60 - 1 -9 - 1 -9 - 1 -9 - 34 84 - 34 84 - 31 7 - 31 7 - -92 92 - -92 92 - 18 69 - 18 69 - -69 26 - -10 77 - -10 77 - 93 9 - 88 36 - 93 9 - 36 -53 - 36 -53 - -58 -93 - -59 -94 - -58 -93 - -57 -92 - 63 -4 - 63 -4 - 12 -15 - 12 -15 - 16 -17 - 16 -17 - 47 -67 - 47 -67 - 47 -66 - 48 -66 - 47 -66 - 47 -67 - 47 -66 - 48 -66 - -9 4 - -9 4 - -92 82 - -91 81 - -92 82 - 48 -71 - 47 -70 - 48 -71 - 47 -70 - 48 -71 - 47 -70 - 5 -81 - 47 -70 - 47 -70 - 5 -81 - 47 -70 - 76 -25 - 48 -71 - 47 -70 - 48 -71 - 47 -70 - 48 -71 - 47 -70 - 76 -25 - 5 -81 - 76 -25 - -74 15 - -74 15 - -1 -10 - -1 -10 - -21 2 - -21 2 - -1 -11 - -1 -11 - 0 -11 - 0 -11 - -1 -11 - 0 -11 - -1 -12 - 0 -12 - -1 -12 - 0 -12 - 92 -99 - 92 -99 - -15 66 - -15 66 - -73 -45 - -73 -45 - -28 -84 - 32 -75 - 32 -75 - -70 13 - -70 13 - -42 33 - -42 33 - -79 5 - -79 5 - -79 6 - -79 6 - -79 5 - -79 6 - 0 -22 - 0 -22 - 0 -21 - 0 -21 - -67 -98 - -67 -98 - -32 -99 - -32 -99 - -18 72 - -18 72 - 33 -98 - 33 -98 - 0 -22 - 0 -22 - 0 -22 - 37 29 - 37 29 - -11 -7 - -11 -7 - -73 28 - -73 28 - 36 -42 - 12 53 - 36 -42 - 33 76 - 33 76 - 29 41 - -41 -27 - 29 41 - -81 -59 - -81 -59 - -10 1 - -10 1 - -18 -47 - -18 -47 - 0 -25 - 0 -25 - -94 67 - -94 67 - -17 54 - -17 54 - 0 -26 - 0 -26 - 0 -26 - 0 -26 - 0 -26 - 0 -26 - 0 -26 - 0 -26 - 28 10 - 28 10 - 22 -62 - 22 -62 - 21 -78 - 21 -78 - -32 92 - -32 92 - 1 -25 - 1 -25 - 2 -25 - -72 10 - -72 10 - 0 -24 - 0 -24 - 1 -24 - -8 -22 - 1 -24 - -8 -22 - 0 -24 - 1 -24 - 1 -24 - -8 -22 - 0 -24 - 1 -24 - 1 -24 - 1 -24 - 1 -23 - 1 -23 - 1 -23 - -83 55 - -83 55 - 90 -34 - 1 -21 - 0 -21 - 1 -21 - 1 -20 - 1 -20 - 1 -21 - 1 -21 - 1 -21 - 1 -20 - 1 -20 - 1 -20 - 1 -20 - 1 -20 - 1 -20 - 1 -21 - 1 -21 - 1 -21 - 1 -20 - 1 -20 - 1 -20 - 1 -20 - 1 -20 - 1 -20 - 55 5 - 55 5 - 0 -20 - 0 -20 - 1 -20 - -91 81 - -91 81 - -63 -13 - -63 -13 - 88 -27 - 88 -27 - 76 -23 - 76 -23 - -40 -34 - -40 -34 - -30 -39 - -30 -39 - 22 -19 - 22 -19 - 28 -22 - 28 -22 - 2 -13 - 2 -13 - 1 -13 - 2 -13 - 9 53 - 9 53 - 10 54 - 1 -12 - 1 -12 - 1 -12 - -45 -54 - -45 -54 - 1 -10 - 1 -10 - -61 74 - -61 74 - -33 -31 - -33 -31 - 65 -59 - 65 -59 - 21 50 - 21 50 - -17 59 - -17 59 - 80 -64 - 80 -64 - 81 41 - 81 41 - -63 -2 - -63 -2 - 86 33 - 86 33 - 88 36 - 1 -81 - 1 -81 - 57 17 - 57 17 - 58 18 - 17 15 - 17 15 - -7 -11 - -7 -11 - 22 94 - 22 94 - 23 95 - 67 -66 - 67 -66 - 68 -66 - 69 -65 - 69 -64 - 24 21 - 24 21 - 97 76 - 97 76 - -59 -94 - -59 -94 - -58 -93 - -57 -92 - -21 1 - -21 1 - -57 -92 - -59 -94 - -58 -93 - -57 -92 - 93 -83 - 93 -83 - 9 -37 - 9 -37 - -22 45 - -22 45 - -22 -86 - -22 -86 - -32 60 - -32 60 - 87 37 - 87 37 - 87 38 - 87 38 - 87 37 - 87 38 - -23 82 - -23 82 - -80 25 - -80 25 - -43 39 - -43 39 - 33 -46 - -91 81 - -91 81 - -92 82 - -62 -32 - -62 -32 - 0 -9 - 0 -9 - 0 -12 - 0 -12 - -1 -12 - 0 -12 - 0 -12 - 0 -12 - -1 -12 - 0 -12 - 53 60 - -25 -73 - 53 60 - 0 -12 - 0 -12 - 0 -12 - 0 -13 - 0 -13 - -42 20 - -42 20 - -38 12 - -38 12 - -75 58 - -75 58 - -21 -34 - -21 -34 - 25 34 - 25 34 - 59 5 - 59 5 - -46 10 - -46 10 - 29 0 - 29 0 - 32 58 - 32 58 - 11 -66 - 11 -66 - -36 -5 - -35 -5 - -36 -5 - -35 -5 - 12 53 - 12 53 - 36 -42 - -26 66 - -26 66 - -97 -70 - -97 -70 - -41 -28 - -41 -28 - -41 -27 - -41 -27 - -41 -28 - -41 -27 - 29 41 - 92 -10 - 92 -10 - -57 90 - -57 90 - 0 -25 - 0 -25 - -6 -14 - -6 -14 - 11 -10 - -51 -11 - -51 -11 - 0 -26 - 0 -26 - 0 -26 - 0 -26 - 14 77 - 14 77 - -59 -7 - -59 -7 - 49 21 - 49 21 - -12 -40 - -12 -40 - -43 41 - -43 41 - 1 -26 - 1 -26 - 2 -25 - 1 -25 - 2 -25 - 14 -65 - -30 60 - 14 -65 - -35 51 - -35 51 - -41 94 - -41 94 - 1 -24 - 0 -24 - 1 -24 - -39 8 - -39 8 - -42 87 - -42 87 - -27 -42 - -27 -42 - 8 48 - 8 48 - 89 68 - 89 68 - -55 -63 - -55 -63 - 52 64 - 52 64 - -55 -63 - 52 64 - 61 81 - 61 81 - 62 81 - -75 -10 - -75 -10 - 1 -22 - 1 -22 - -58 53 - -58 53 - -42 -70 - 1 -21 - 1 -21 - 1 -21 - 1 -21 - 1 -20 - 1 -20 - 1 -20 - 1 -20 - 1 -20 - 1 -20 - 2 -19 - 2 -19 - 2 -19 - 1 -19 - 1 -19 - 1 -20 - 0 -20 - 1 -20 - 96 -12 - 96 -12 - 89 -12 - 89 -12 - -40 8 - -40 8 - -15 81 - -15 81 - 1 -15 - 1 -15 - 1 -15 - -98 88 - -98 88 - -32 -10 - -32 -10 - 80 -57 - 80 -57 - 20 -93 - 20 -93 - 80 -57 - 20 -93 - 10 54 - 9 53 - 10 54 - -43 -23 - -43 -23 - 1 -13 - 1 -13 - -52 -100 - -52 -100 - 12 -17 - 12 -17 - -7 -17 - -7 -17 - 1 -10 - 1 -10 - 1 -9 - 1 -9 - 1 -9 - -82 86 - -82 86 - 21 -30 - 21 -30 - 82 -26 - 82 -26 - -63 60 - -63 60 - 82 -26 - -63 60 - 95 75 - 95 75 - -94 46 - -94 46 - -69 26 - 18 69 - -69 26 - -31 -13 - -31 -13 - 19 29 - 19 29 - 58 18 - 57 17 - 58 18 - 18 16 - 18 16 - 23 95 - 22 94 - 23 95 - 68 -66 - 67 -66 - 68 -66 - 69 -65 - 69 -64 - 35 -23 - 35 -23 - 34 -24 - 36 -22 - 35 -23 - -10 -10 - -10 -10 - -79 95 - -79 95 - -28 -22 - -28 -22 - 33 -46 - 33 -46 - -82 -35 - -82 -35 - -79 -57 - -79 -57 - 22 -32 - 22 -32 - 14 -20 - 14 -20 - 13 -20 - 13 -20 - 14 -20 - 13 -20 - 16 8 - 16 8 - 28 68 - 28 68 - 48 -66 - 47 -67 - 47 -66 - 48 -66 - -10 6 - -10 6 - 9 -17 - 9 -17 - 9 -17 - 7 -18 - 7 -18 - 57 -87 - 56 -87 - 57 -87 - -88 57 - -88 57 - -97 67 - -97 67 - -1 -10 - -1 -10 - -38 -56 - -38 -56 - 48 -72 - 48 -72 - 0 -12 - 0 -12 - 0 -12 - -80 7 - -10 -81 - -80 7 - -90 15 - -28 -84 - -90 15 - -78 -38 - -78 -38 - -54 -70 - 0 -16 - 0 -16 - 0 -17 - 0 -17 - 0 -17 - 26 87 - 26 87 - 27 87 - -85 -23 - -85 -23 - 26 87 - 27 87 - -85 -23 - -66 83 - -66 83 - -75 58 - -75 58 - 9 -16 - 9 -16 - -56 -54 - -56 -54 - 0 -23 - 0 -23 - 0 -22 - 0 -22 - 0 -22 - 0 -22 - 0 -22 - 0 -22 - 61 -1 - 61 -1 - 0 -22 - 0 -22 - 0 -22 - 0 -22 - -45 -11 - -45 -11 - 5 -99 - 5 -99 - -35 -5 - -35 -5 - -36 -5 - -35 -5 - -35 -5 - -35 -5 - -36 -5 - -35 -5 - 0 -24 - 0 -24 - 0 -24 - 15 69 - 15 69 - 53 99 - 53 99 - 0 -25 - 0 -25 - -39 -94 - -39 -94 - 38 -33 - 38 -33 - 96 10 - 96 10 - 7 47 - 7 47 - -61 -76 - -61 -76 - -21 -69 - -21 -69 - -9 -68 - -9 -68 - 1 -26 - 1 -26 - 98 -42 - 98 -42 - -3 -45 - -3 -45 - -1 88 - -1 88 - 11 100 - 11 100 - 42 -21 - 42 -21 - 21 -97 - 21 -97 - 1 -24 - 1 -24 - 1 -24 - 1 -24 - 25 -50 - 25 -50 - 36 8 - 36 8 - -27 -11 - -27 -11 - 62 81 - 61 81 - 62 81 - -64 69 - -64 69 - 19 -30 - 19 -30 - 1 -20 - 1 -20 - 1 -20 - 1 -20 - 1 -20 - 1 -20 - 51 -42 - 51 -42 - -9 79 - -9 79 - -60 24 - -60 24 - -99 48 - -99 48 - -83 53 - -83 53 - -73 -98 - -73 -98 - 1 -16 - 1 -16 - 6 96 - 6 96 - 94 -15 - 6 96 - 1 -14 - 1 -14 - 6 -58 - 6 -58 - -20 -53 - -20 -53 - -58 -5 - 94 31 - 94 31 - -36 99 - -36 99 - 21 13 - 21 13 - -82 -47 - -82 -47 - 57 -87 - 57 -87 - 56 -86 - 90 78 - 90 78 - 88 36 - 86 33 - 88 36 - 93 9 - 89 38 - 65 87 - 65 87 - 69 -65 - 67 -66 - 68 -66 - 69 -65 - 69 -64 - 69 -64 - 67 -66 - 68 -66 - 69 -65 - 69 -64 - 36 -22 - 35 -23 - 34 -24 - 36 -22 - 35 -23 - 36 -22 - 44 11 - 44 11 - 45 -11 - 45 12 - 45 13 - 45 -11 - 44 11 - 45 -11 - 45 12 - 45 13 - 46 14 - -77 81 - -77 81 - -76 82 - 0 75 - 0 75 - -9 -9 - -9 -9 - -13 -14 - -13 -14 - -73 79 - -73 79 - 6 -20 - 6 -20 - 7 -20 - 57 -38 - 57 -38 - -5 -100 - -99 -32 - -5 -100 - 19 2 - 19 2 - 4 -26 - 4 -26 - 35 -47 - 35 -47 - 16 8 - 16 8 - 11 -19 - 11 -19 - 32 -45 - 33 -46 - 32 -45 - 33 -45 - 47 -70 - 48 -71 - 47 -70 - 48 -71 - 47 -70 - 5 -81 - 48 -71 - 47 -70 - 48 -71 - 47 -70 - 48 -71 - 47 -70 - 5 -81 - 48 -71 - 44 -83 - 44 -83 - 92 -66 - 92 -66 - -40 -81 - -40 -81 - -1 -9 - -1 -9 - -46 58 - -46 58 - -28 -84 - -73 -45 - -28 -84 - -90 15 - -66 -94 - -66 -94 - 25 -23 - 25 -23 - 3 -49 - 3 -49 - 20 -16 - 20 -16 - 27 87 - 26 87 - 27 87 - -85 -23 - 93 51 - 93 51 - -91 -80 - -91 -80 - -84 -37 - -84 -37 - 44 82 - 44 82 - -57 -22 - -57 -22 - -22 36 - -22 36 - -78 -57 - -78 -57 - 26 50 - 26 50 - 0 -22 - 0 -22 - 0 -22 - -7 13 - -7 13 - 11 -53 - 11 -53 - 11 -56 - 11 -56 - 52 -34 - 52 -34 - 97 -72 - 97 -72 - -90 64 - -90 64 - -20 -12 - -20 -12 - -28 -85 - -28 -85 - 0 -25 - 0 -25 - -10 7 - -10 7 - -56 -52 - -56 -52 - -87 55 - -87 55 - -51 24 - -51 24 - -54 8 - 32 59 - 32 59 - -84 -10 - -84 -10 - -66 -58 - -72 43 - 1 -24 - 1 -24 - -8 -22 - 0 -24 - 0 -24 - 1 -24 - -8 -22 - 0 -24 - 1 -24 - -37 -71 - -37 -71 - -74 -24 - -74 -24 - 1 -23 - 1 -23 - 1 -23 - 2 -23 - -67 15 - -67 15 - 16 -83 - 16 -83 - 0 -28 - 0 -28 - 2 -19 - 2 -19 - 2 -19 - 1 -19 - 1 -19 - 2 -18 - 2 -18 - -1 71 - -1 71 - -9 5 - -9 5 - 25 91 - 25 91 - 1 -18 - 1 -18 - 27 77 - 13 79 - 27 77 - 94 -15 - 94 -15 - 6 96 - 1 -16 - 1 -16 - 2 -14 - 2 -14 - 2 -13 - 2 -13 - 2 -13 - -42 -99 - -42 -99 - 43 -89 - 43 -89 - 57 -13 - 57 -13 - -46 19 - -46 19 - 13 26 - 13 26 - 89 38 - 88 36 - 89 38 - 20 19 - 20 19 - -1 59 - -1 59 - -97 22 - -97 22 - -8 50 - -8 50 - 16 -18 - 16 -18 - 34 -24 - 35 -23 - 34 -24 - 36 -22 - 35 -23 - 36 -22 - 45 12 - 44 11 - 45 -11 - 45 12 - 45 13 - 46 14 - 45 13 - 44 11 - 45 -11 - 45 12 - 45 13 - 46 14 - -76 82 - -77 81 - -76 82 - -47 -46 - -47 -46 - 7 -20 - 6 -20 - 7 -20 - -51 -54 - -51 -54 - -99 -32 - -99 -32 - -5 -100 - 91 75 - 91 75 - 91 76 - 91 76 - 91 75 - 91 76 - 21 17 - 21 17 - 37 -62 - 37 -62 - -15 20 - -15 20 - -21 79 - -21 79 - 44 -17 - 44 -17 - 12 -20 - 12 -20 - 33 -46 - -43 39 - 33 -46 - 32 -45 - 33 -45 - 33 -45 - 33 -46 - 32 -45 - 33 -45 - 10 -18 - 10 -18 - 10 -18 - 48 -71 - 48 -71 - 47 -70 - 47 -70 - 47 -86 - 47 -86 - -22 57 - -22 57 - 0 -13 - -1 -13 - 0 -13 - -1 -13 - -10 -81 - -10 -81 - -80 7 - -81 -57 - -81 -57 - 12 -80 - 12 -80 - -37 -68 - -37 -68 - -92 -3 - -92 -3 - 63 -10 - 63 -10 - 36 50 - 36 50 - -53 34 - -53 34 - -62 -8 - -62 -8 - -53 34 - -62 -8 - 0 -18 - 0 -18 - -58 -9 - -58 -9 - 50 -17 - 50 -17 - -83 24 - -83 24 - -18 -32 - -18 -32 - 47 11 - 47 11 - 40 -13 - 40 -13 - 5 88 - 5 88 - 5 89 - -32 79 - 5 89 - 5 88 - 5 89 - -60 96 - -60 96 - -40 29 - -40 29 - -40 -15 - -40 -15 - 8 -51 - 8 -51 - -25 13 - -25 13 - 0 -26 - 0 -26 - 0 -26 - 1 -25 - 17 -53 - 17 -53 - 0 -26 - 0 -26 - 49 -15 - 49 -15 - 46 -99 - 46 -99 - 37 50 - 37 50 - 38 50 - -57 -24 - -57 -24 - 37 50 - 38 50 - -57 -24 - 16 9 - 16 9 - -31 58 - -31 58 - 21 -18 - 21 -18 - -54 8 - -51 24 - -54 8 - 0 -25 - 0 -25 - -50 -85 - -50 -85 - -13 16 - -13 16 - -22 95 - -22 95 - -49 32 - -49 32 - 1 -21 - 1 -21 - 1 -20 - 1 -20 - 1 -20 - 1 -20 - 1 -19 - 2 -19 - 2 -19 - 1 -19 - 1 -19 - 1 -19 - 2 -19 - 2 -19 - 1 -19 - 1 -19 - 12 -7 - 12 -7 - 1 -18 - 1 -18 - 1 -18 - 1 -18 - 1 -18 - 1 -17 - 1 -17 - -4 45 - -4 45 - 10 -54 - 10 -54 - 19 -74 - 19 -74 - -81 -34 - -81 -34 - -75 -88 - -75 -88 - -79 80 - -79 80 - -58 -5 - -20 -53 - -58 -5 - -1 -60 - 22 7 - 23 6 - 22 7 - 96 -98 - 96 -98 - 97 -98 - -48 13 - -48 13 - -24 52 - -24 52 - -23 52 - -1 -64 - -1 -64 - -83 92 - -83 92 - -71 13 - -71 13 - 98 -29 - 98 -29 - -47 71 - -47 71 - -82 -36 - -82 -36 - -81 -36 - 46 -30 - 46 -30 - -32 -85 - -32 -85 - -32 -99 - -32 -99 - -33 -100 - -3 -9 - -3 -9 - 35 -23 - 35 -23 - 34 -24 - 36 -22 - 35 -23 - 36 -22 - 63 34 - 63 34 - 64 35 - 65 36 - 46 14 - 45 -11 - 45 12 - 45 13 - 46 14 - 47 15 - 57 3 - 57 3 - 58 4 - -9 -9 - -9 -9 - 15 8 - 15 8 - 20 -67 - 20 -67 - 17 -24 - 17 -24 - -26 21 - -26 21 - 13 -21 - 13 -21 - 16 -88 - 17 -89 - 16 -88 - 9 -17 - 9 -17 - 9 -17 - -64 -80 - -64 -80 - 40 -97 - 40 -97 - -58 22 - -58 22 - -1 -13 - -1 -13 - 0 -13 - -26 12 - -26 12 - -26 12 - 19 -31 - 19 -31 - 95 -84 - 95 -84 - -54 -70 - -78 -38 - -54 -70 - 27 -61 - 27 -61 - -60 93 - -60 93 - 0 -17 - -1 -17 - 0 -17 - 0 -17 - -7 -30 - -7 -30 - 0 -18 - 0 -18 - 13 -83 - 13 -83 - -47 -25 - -47 -25 - -77 40 - -77 40 - -15 39 - -15 39 - 99 14 - 98 22 - 99 14 - 8 68 - 8 68 - -40 5 - -40 5 - -39 5 - -97 71 - -97 71 - -97 72 - -97 72 - -97 71 - -97 72 - -65 78 - -65 78 - 37 -66 - 37 -66 - -80 -11 - -80 -11 - -65 -89 - -65 -89 - 0 -23 - 0 -23 - 0 -23 - 0 -23 - 1 -25 - 1 -25 - -98 -62 - -98 -62 - 0 -24 - 0 -24 - 0 -24 - 98 44 - 98 44 - 0 -25 - 0 -25 - -55 33 - -55 33 - 6 32 - 6 32 - -38 48 - -38 48 - -84 20 - -84 20 - 50 6 - 50 6 - -66 4 - -66 4 - 44 13 - 44 13 - 0 -26 - 0 -26 - 27 -96 - 27 -96 - -73 -15 - -73 -15 - -25 -70 - -92 -97 - -92 -97 - -25 -70 - -73 -15 - -25 -70 - 38 50 - 37 50 - 38 50 - -57 -24 - 65 22 - 65 22 - 38 37 - 38 37 - -83 58 - -83 58 - 24 -71 - 24 -71 - -3 -51 - -3 -51 - 51 -53 - 51 -53 - -72 43 - -84 -10 - -72 43 - -49 25 - -49 25 - 96 14 - 96 14 - -53 -89 - -53 -89 - 2 -23 - 1 -23 - 1 -23 - 2 -23 - -99 34 - -99 34 - -28 9 - -28 9 - 1 -22 - 1 -22 - 38 -18 - 38 -18 - -52 50 - -52 50 - -35 -99 - -35 -99 - -58 -70 - -58 -70 - 28 -78 - 28 -78 - 39 64 - 39 64 - 1 -17 - 1 -17 - 1 -17 - -6 -47 - -6 -47 - -70 52 - -70 52 - 45 -34 - 45 -34 - 23 6 - 23 6 - 22 7 - 97 -98 - 96 -98 - 97 -98 - 2 -10 - 2 -10 - -23 52 - -24 52 - -23 52 - 56 -86 - 57 -87 - 56 -86 - -81 -36 - -82 -36 - -81 -36 - -13 -13 - -13 -13 - 13 71 - 13 71 - -82 33 - -82 33 - -10 85 - -9 86 - -8 86 - -10 85 - -82 33 - -10 85 - -9 86 - -8 86 - -33 -80 - 37 3 - 37 3 - 36 -22 - 34 -24 - 36 -22 - 35 -23 - 36 -22 - 37 -21 - 64 35 - 63 34 - 64 35 - 65 36 - 47 15 - 46 14 - 47 15 - 58 4 - 57 3 - 58 4 - 7 -12 - 7 -12 - -11 -11 - -11 -11 - -17 -26 - -17 -26 - -52 -41 - -52 -41 - 32 9 - 32 9 - 58 -68 - 58 -68 - 59 -68 - 58 -67 - 59 -67 - 58 -65 - 58 -67 - 58 -68 - 59 -68 - 58 -67 - 59 -67 - 58 -65 - 58 -65 - 58 -68 - 59 -68 - 58 -67 - 59 -67 - 58 -65 - 10 -15 - 10 -15 - 11 -14 - 15 -23 - 15 -23 - 17 -89 - 17 -89 - 16 -88 - 10 -18 - 10 -18 - 10 -18 - 17 -29 - 17 -29 - -65 58 - -65 58 - -72 31 - -72 31 - -21 -12 - -21 -12 - -35 36 - -35 36 - 50 65 - 50 65 - -48 79 - -48 79 - -1 -14 - -1 -14 - -29 100 - -29 100 - 47 -4 - 47 -4 - -1 -17 - -1 -17 - 0 -17 - 58 -8 - 58 -8 - -1 -19 - -1 -19 - 98 22 - 98 22 - 99 14 - -23 -6 - -23 -6 - -39 5 - -40 5 - -39 5 - 0 -21 - 0 -21 - -32 79 - 5 88 - -32 79 - 37 -29 - 37 -29 - -66 47 - -66 47 - 57 -83 - 57 -83 - -84 20 - -84 20 - 27 -41 - 27 -41 - -2 -40 - -2 -40 - -1 -40 - 58 -19 - 58 -19 - -59 18 - 55 -37 - 55 -37 - -65 12 - -65 12 - 16 -65 - 16 -65 - -6 55 - -6 55 - 25 -25 - 25 -25 - -85 25 - -85 25 - 22 83 - 22 83 - -58 93 - -58 93 - 0 -25 - 0 -25 - 32 -37 - 32 -37 - -66 -58 - -84 -10 - -66 -58 - 24 -56 - 24 -56 - 1 -23 - 1 -23 - 1 -23 - 2 -23 - 1 -24 - 1 -24 - -30 80 - -30 80 - 1 -18 - 1 -18 - 1 -18 - 1 -18 - 1 -18 - 62 91 - 62 91 - 13 79 - 13 79 - 14 79 - 27 77 - 23 79 - 23 79 - 1 -14 - 1 -14 - 1 -12 - 1 -12 - -35 -41 - -35 -41 - -34 -40 - -45 30 - -45 30 - -35 -41 - -34 -40 - -45 30 - -1 -60 - -58 -5 - -1 -60 - -93 -91 - -93 -91 - -90 63 - -90 63 - -90 64 - -90 64 - -90 63 - -90 64 - 27 62 - 27 62 - -72 9 - -72 9 - 10 -41 - 10 -41 - 6 -65 - 6 -65 - -34 90 - -34 90 - -33 -100 - -32 -99 - -33 -100 - 96 52 - 96 52 - -33 -100 - 96 52 - -65 -73 - -65 -73 - -9 86 - -82 33 - -10 85 - -9 86 - -8 86 - -33 -80 - -33 -80 - -10 85 - -9 86 - -8 86 - -33 -80 - 37 -21 - 34 -24 - 35 -23 - 36 -22 - 37 -21 - 38 -20 - 65 36 - 63 34 - 64 35 - 65 36 - 37 3 - 37 3 - -16 -25 - -16 -25 - 59 -68 - 58 -68 - 59 -68 - 58 -67 - 59 -67 - 58 -65 - 59 -67 - 58 -68 - 59 -68 - 58 -67 - 59 -67 - 58 -65 - 11 -14 - 10 -15 - 11 -14 - -13 1 - -13 1 - 16 -24 - 16 -24 - 12 -19 - 12 -19 - 16 -24 - 16 -24 - -13 8 - -13 8 - 18 -30 - 18 -30 - 32 -90 - 32 -90 - -1 -11 - -1 -11 - -1 -11 - -1 -11 - -1 -11 - -1 -11 - -1 -11 - -1 -11 - -1 -11 - -1 -11 - -1 -11 - -1 -11 - -1 -11 - -1 -13 - 0 -13 - -2 -13 - -1 -13 - -1 -13 - 0 -13 - 0 -13 - -1 -13 - 0 -13 - 62 -95 - 62 -95 - -1 -15 - -1 -15 - 38 -24 - 38 -24 - 92 -18 - 92 -18 - -85 -38 - -85 -38 - 17 93 - 17 93 - -33 3 - -33 3 - -32 3 - 8 -86 - 8 -86 - -30 75 - -30 75 - 59 17 - 59 17 - 0 -26 - 0 -26 - -1 -40 - -2 -40 - -1 -40 - -37 -30 - -37 -30 - -37 -29 - -37 -29 - -37 -30 - -37 -29 - 0 -26 - 0 -26 - 0 -26 - 0 -26 - 1 -25 - 1 -25 - 0 -26 - 0 -26 - 0 -26 - 1 -25 - 32 -67 - 32 -67 - 1 -26 - 1 -26 - 0 -26 - 7 75 - 7 75 - 48 52 - 48 52 - 32 -93 - 32 -93 - 31 -46 - 31 -46 - 49 16 - 49 16 - -74 63 - -74 63 - 24 27 - 24 27 - -71 -26 - -71 -26 - 99 100 - 99 100 - 40 8 - 40 8 - 45 -42 - 45 -42 - -89 -76 - -89 -76 - 98 -41 - 98 -41 - 1 -24 - 1 -24 - 37 35 - 37 35 - -73 -27 - -73 -27 - 1 -22 - 1 -22 - -65 69 - -65 69 - -97 56 - -97 56 - -9 32 - -9 32 - 1 -18 - 1 -18 - 1 -18 - 1 -18 - 1 -18 - 1 -18 - 1 -18 - 1 -18 - 1 -18 - 1 -18 - 14 79 - 13 79 - 14 79 - 1 -17 - 1 -17 - 1 -17 - -35 19 - -35 19 - -58 5 - -58 5 - -1 -31 - -1 -31 - 31 -6 - -87 61 - -87 61 - 31 -75 - 31 -75 - -34 -40 - -35 -41 - -34 -40 - -45 30 - 0 -11 - 0 -11 - 1 -11 - 1 -11 - -50 -67 - -50 -67 - 1 -11 - 0 -11 - 1 -11 - 1 -11 - 1 -11 - 42 65 - 42 65 - 1 -9 - 1 -9 - 34 51 - 34 51 - 46 44 - -72 -2 - -72 -2 - 22 32 - 22 32 - 22 33 - 22 33 - 22 32 - 22 33 - -8 86 - -82 33 - -10 85 - -9 86 - -8 86 - -33 -80 - 33 -26 - 33 -26 - 20 -38 - 38 -20 - 35 -23 - 36 -22 - 37 -21 - 38 -20 - 89 67 - 89 67 - 73 -61 - 65 -69 - 66 -68 - 73 -61 - 15 45 - 15 45 - -3 -10 - -3 -10 - -2 -10 - 20 -20 - 20 -20 - -12 7 - -12 7 - -17 11 - -17 11 - 65 26 - 66 25 - 65 26 - -1 -11 - -1 -11 - -1 -11 - -1 -11 - 0 -10 - 0 -10 - -26 12 - -26 12 - -26 12 - -87 100 - -87 100 - -5 23 - -5 23 - 0 -17 - 0 -17 - -63 -49 - -63 -49 - 42 73 - 42 73 - 27 -57 - 27 -57 - 0 -20 - 0 -20 - 17 88 - 17 88 - 60 40 - 60 40 - 0 -23 - 0 -23 - 0 -23 - 0 -23 - 0 -23 - 0 -23 - -32 3 - -33 3 - -32 3 - -13 -93 - -13 -93 - 0 -24 - 0 -24 - 0 -24 - 0 -24 - 0 -24 - 0 -24 - 1 -24 - 1 -24 - 0 -24 - 0 -24 - 0 -24 - -6 49 - -6 49 - -59 18 - 58 -19 - -59 18 - 0 -26 - 0 -26 - -95 -38 - -95 -38 - 29 28 - 29 28 - 30 10 - 30 10 - 1 -26 - 1 -27 - 0 -26 - 1 -26 - 62 -98 - 62 -98 - 63 -97 - 63 -97 - 62 -98 - 63 -97 - 51 -30 - 51 -30 - 51 -30 - -10 49 - -10 49 - -64 -21 - -64 -21 - -92 -30 - -92 -30 - 16 98 - 51 -66 - 51 -66 - -32 77 - -32 77 - -76 -37 - -76 -37 - -32 77 - -76 -37 - -30 -30 - -30 -30 - -5 -44 - -5 -44 - -81 -61 - -81 -61 - -31 29 - -31 29 - -8 -11 - -8 -11 - 1 -24 - 1 -24 - -45 -64 - -45 -64 - 1 -24 - 1 -24 - -15 -65 - -15 -65 - -14 -65 - 1 -23 - 1 -23 - 28 -50 - 28 -50 - 52 95 - 52 95 - 45 -18 - 45 -18 - -31 5 - -31 5 - -64 -56 - -64 -56 - 20 6 - 20 6 - -57 -39 - -57 -39 - -29 63 - -29 63 - 31 -6 - -1 -31 - 31 -6 - 0 78 - 0 78 - 85 33 - 85 33 - -56 36 - -56 36 - 1 -11 - 0 -11 - 1 -11 - 1 -11 - 85 -59 - 85 -59 - 77 -51 - 77 -51 - -2 -89 - -2 -89 - 92 -7 - 33 31 - 33 31 - 46 44 - 34 51 - 46 44 - -28 -97 - -28 -97 - -67 40 - -67 40 - 10 13 - 10 13 - 17 -34 - 17 -34 - 67 9 - 67 9 - 25 83 - 25 83 - 26 84 - 70 91 - 70 91 - 84 10 - 84 10 - 55 18 - 55 18 - 20 -38 - 33 -26 - 20 -38 - 49 17 - 49 17 - 66 -68 - 65 -69 - 66 -68 - 73 -61 - 16 -46 - 16 -46 - 17 -45 - -2 -10 - -3 -10 - -2 -10 - 21 -28 - 21 -28 - 20 -28 - -24 19 - -24 19 - 20 -29 - 20 -29 - 34 40 - 34 40 - 66 25 - 66 25 - 65 26 - -40 -97 - -40 -97 - -76 38 - -76 38 - -1 -13 - -1 -13 - -2 -13 - -1 -13 - -2 -13 - -1 -13 - -2 -13 - -1 -13 - -1 -13 - -19 12 - -19 12 - 62 -16 - 62 -16 - 61 -53 - 61 -53 - -20 -37 - -20 -37 - -21 -66 - -21 -66 - -1 83 - -1 83 - -35 -74 - 0 -18 - 0 -18 - 0 -17 - 0 -17 - 33 -62 - 33 -62 - 68 -2 - 66 0 - 68 -2 - 0 -23 - 0 -23 - -35 42 - -35 42 - -39 36 - -39 36 - -39 37 - -39 37 - -39 36 - -39 37 - 0 -24 - 1 -24 - 0 -24 - 72 54 - 72 54 - -9 -73 - -9 -73 - -55 2 - -55 2 - 55 98 - 55 98 - -84 -88 - -84 -88 - 53 -95 - 53 -95 - -37 80 - -37 80 - 55 -42 - 55 -42 - 54 -41 - 16 7 - 16 7 - 29 72 - 29 72 - -6 -77 - -15 79 - -6 -77 - 29 72 - -6 -77 - -17 -90 - -17 -90 - 0 -26 - 1 -26 - 0 -26 - 1 -27 - 1 -27 - 0 -26 - 1 -26 - 53 -32 - 53 -32 - 51 -30 - 51 -30 - 51 -30 - 16 98 - -92 -30 - 16 98 - 0 -26 - 0 -26 - 0 -26 - 48 -6 - 48 -6 - -7 -66 - -7 -66 - -14 -65 - -15 -65 - -14 -65 - -71 -67 - -71 -67 - -16 41 - -16 41 - 5 -98 - 5 -98 - 49 35 - 49 35 - -57 18 - -57 18 - -25 93 - -25 93 - 84 -99 - 84 -99 - 1 -18 - 1 -18 - 2 -18 - 1 -18 - 2 -18 - 1 -18 - 1 -18 - 2 -18 - 1 -18 - 2 -18 - -2 95 - -2 95 - -53 -96 - -53 -96 - -19 34 - -19 34 - -28 35 - -28 35 - 42 16 - 42 16 - 83 -68 - 83 -68 - 1 -11 - 1 -11 - 1 -11 - 1 -10 - 1 -10 - -95 -15 - -95 -15 - -56 -68 - -56 -68 - 33 68 - 33 68 - -83 -4 - -83 -4 - 26 84 - 25 83 - 26 84 - 17 -63 - 17 -63 - 42 -6 - 42 -6 - -66 -29 - -66 -29 - -65 -29 - 61 31 - 61 31 - 65 -69 - 65 -69 - 66 -68 - 65 -69 - 66 -68 - 73 -61 - -46 24 - -46 24 - 17 -45 - 16 -46 - 17 -45 - 87 71 - 87 71 - 13 10 - 13 10 - 13 10 - 39 -84 - 39 -84 - -16 90 - -21 53 - -21 53 - -29 60 - -29 60 - 19 5 - 20 4 - 19 5 - 38 -52 - 39 -53 - 38 -52 - 39 -53 - 39 -53 - 40 -54 - 39 -53 - 38 -52 - 40 -54 - 39 -53 - -17 12 - -17 12 - 8 53 - 8 53 - 38 42 - 38 42 - 14 -25 - 14 -25 - 79 -38 - 79 -38 - -10 43 - -10 43 - -58 66 - -58 66 - -1 -11 - -1 -11 - -41 52 - -41 52 - -1 -11 - -1 -11 - -1 -11 - -1 -11 - -1 -11 - 43 -98 - 43 -98 - -1 -14 - -1 -14 - -1 -13 - -1 -13 - -2 -13 - -1 -13 - -1 -13 - 41 -52 - 41 -52 - -11 67 - -44 48 - -45 -24 - -45 -24 - 38 34 - 38 34 - -35 -74 - -1 83 - -35 -74 - 53 -9 - 53 -9 - 9 34 - 9 34 - 72 -71 - 72 -71 - -1 -21 - -1 -21 - 66 0 - 66 0 - 68 -2 - -29 -85 - -29 -85 - 99 84 - 99 84 - 67 -57 - 67 -57 - -24 -19 - -24 -19 - 0 -25 - 0 -25 - -53 23 - -53 23 - 0 -25 - 0 -25 - -86 27 - -86 27 - -77 -48 - -77 -48 - 0 -26 - 0 -26 - 0 -26 - 1 -25 - 70 97 - 70 97 - -15 79 - 29 72 - -15 79 - -60 -96 - -60 -96 - -29 -80 - -29 -80 - -24 81 - -24 81 - -26 22 - -26 22 - 1 -26 - 1 -26 - 15 -42 - 15 -42 - 1 -26 - 1 -26 - 1 -26 - 0 -27 - -9 12 - -9 12 - -6 -56 - -6 -56 - 54 58 - -7 78 - 54 58 - 1 -25 - 1 -25 - 1 -25 - -16 -25 - -16 -25 - -11 83 - -11 83 - -60 40 - -60 40 - -8 -28 - -8 -28 - 2 -23 - 2 -23 - -72 -34 - -72 -34 - 61 68 - 61 68 - -83 12 - -83 12 - 22 -46 - 22 -46 - -2 -41 - -2 -41 - 1 -19 - 1 -19 - -60 -57 - -60 -57 - 2 -18 - 1 -18 - 2 -18 - 1 -18 - 2 -18 - 43 -40 - 43 -40 - 24 -74 - 24 -74 - -20 94 - -20 94 - 83 -10 - 83 -10 - 84 95 - 84 95 - -88 -13 - -88 -13 - -79 91 - -79 91 - 57 -72 - 57 -72 - -91 15 - -28 84 - 8 42 - 8 42 - 7 29 - 7 29 - 23 -71 - 23 -71 - 98 -36 - 98 -36 - 83 96 - 83 96 - -65 -29 - -66 -29 - -65 -29 - 65 -69 - 65 -69 - 66 -68 - 65 -69 - 9 6 - 9 6 - 14 10 - 14 10 - 13 10 - 13 10 - 13 10 - 14 11 - 14 11 - 22 7 - 22 7 - 27 -5 - 27 -5 - -16 90 - 39 -84 - -16 90 - 20 -28 - 21 -28 - 20 -28 - 20 4 - 20 4 - 19 5 - 39 -53 - 40 -54 - 39 -53 - 38 -52 - 40 -54 - 39 -53 - 40 -54 - 40 -54 - 39 -53 - 40 -54 - 39 -53 - -73 22 - -73 22 - 3 99 - 3 99 - -1 -12 - -1 -12 - -1 -12 - 64 -23 - 64 -23 - 63 -23 - 63 -23 - 64 -23 - 63 -23 - 26 -96 - 26 -96 - -95 37 - -95 37 - 15 -54 - 15 -54 - 53 19 - 53 19 - -62 -96 - -62 -96 - 42 9 - 42 9 - -15 97 - -15 97 - 67 20 - 67 20 - 7 -82 - 7 -82 - -24 3 - -24 3 - 74 -62 - 74 -62 - 63 10 - 63 10 - -77 12 - -77 12 - -48 3 - -48 3 - 10 34 - 10 34 - -73 -9 - -73 -9 - 57 -56 - 57 -56 - 0 -26 - 0 -26 - 0 -26 - 0 -26 - 0 -26 - -71 -65 - -71 -65 - -19 -76 - -19 -76 - -83 43 - -83 43 - 11 -39 - 11 -39 - 20 -48 - 20 -48 - 60 58 - 60 58 - 1 -26 - 1 -26 - -79 -2 - -79 -2 - -32 -14 - -32 -14 - -16 -80 - -16 -80 - 48 -18 - 48 -18 - -27 77 - -27 77 - 1 -27 - 1 -27 - 1 -26 - 1 -27 - 1 -26 - 1 -27 - 1 -26 - 1 -27 - 0 -26 - 1 -27 - 0 -26 - 1 -26 - 1 -25 - 1 -25 - -13 -34 - -13 -34 - -83 21 - 73 -48 - -83 21 - 15 -16 - 15 -16 - 41 -92 - 41 -92 - -62 22 - -62 22 - -17 60 - -17 60 - 1 -25 - 1 -25 - 1 -26 - 1 -26 - 11 -22 - 11 -22 - 1 -25 - 2 -20 - 2 -20 - 1 -25 - 1 -25 - 1 -25 - 16 51 - 16 51 - 27 -64 - 27 -64 - 24 12 - 24 12 - 1 -23 - 1 -23 - 1 -23 - -40 49 - -40 49 - -50 38 - -82 87 - -82 87 - 52 14 - 52 14 - 22 -81 - 22 -81 - 2 -17 - 2 -17 - -7 68 - -7 68 - -73 14 - -73 14 - -66 39 - 21 57 - 21 57 - 32 -34 - 32 -34 - 33 -34 - -88 89 - -88 89 - 74 5 - 74 5 - 41 92 - 41 92 - -91 15 - 57 -72 - -91 15 - -28 84 - 57 -72 - -28 84 - 92 -7 - -2 -89 - 92 -7 - 1 -9 - 1 -9 - 81 -1 - 81 -1 - 83 0 - 83 0 - 81 -1 - 83 0 - -73 47 - -73 47 - -99 44 - -99 44 - 11 57 - 11 57 - 74 -86 - 74 -86 - 66 -68 - 65 -69 - 66 -68 - 65 -69 - -30 14 - -30 14 - 19 -87 - 19 -87 - 33 -85 - -43 -33 - -43 -33 - 62 38 - 62 38 - -16 44 - -16 44 - -72 -48 - -72 -48 - -7 -28 - -7 -28 - 98 -100 - 98 -100 - -20 15 - -20 15 - 7 -13 - 7 -13 - 40 -54 - 40 -54 - 39 -53 - 40 -54 - 39 -53 - -32 27 - -32 27 - 67 -43 - 67 -43 - -28 -73 - -28 -73 - -1 -12 - -1 -12 - -1 -13 - -1 -13 - -1 -12 - -1 -12 - -1 -12 - -82 49 - -82 49 - -1 -13 - -1 -13 - -1 -13 - -1 -13 - -12 -41 - -12 -41 - 64 15 - -63 17 - 64 15 - -63 18 - -84 -40 - -84 -40 - -25 -81 - -25 -81 - 40 41 - 40 41 - 27 70 - 27 70 - 0 -22 - 0 -22 - 35 -89 - 35 -89 - 35 -90 - -5 86 - -5 86 - 16 71 - 16 71 - -27 -19 - -27 -19 - 48 -97 - 48 -97 - 41 -53 - 41 -53 - 7 95 - 7 95 - 21 -62 - 21 -62 - 54 -41 - 55 -42 - 54 -41 - 75 -71 - 75 -71 - 55 18 - 55 18 - 5 -72 - 5 -72 - -64 6 - -64 6 - -64 -97 - -64 -97 - -86 87 - -86 87 - 1 -26 - 1 -26 - 1 -26 - 0 -27 - -87 86 - -87 86 - 0 -27 - 1 -26 - 1 -26 - 0 -27 - 1 -28 - 35 64 - 35 64 - 13 -35 - 13 -35 - 0 -26 - 0 -26 - 0 -26 - -20 19 - -20 19 - -7 78 - -7 78 - 54 58 - 1 -25 - 1 -25 - 1 -25 - 12 11 - 12 11 - -92 -58 - -92 -58 - 94 -58 - 94 -58 - 16 94 - 16 94 - -87 54 - -87 54 - 37 75 - 37 75 - 83 -64 - 83 -64 - -21 85 - -21 85 - -31 -73 - -31 -73 - 1 -20 - 1 -20 - 20 -4 - 1 -19 - 1 -19 - 2 -18 - 1 -18 - 2 -18 - 1 -18 - 2 -18 - 2 -18 - -51 5 - -51 5 - 29 -26 - 29 -26 - -33 -89 - -33 -89 - 1 42 - 1 42 - -76 -63 - -76 -63 - 33 -34 - 32 -34 - 33 -34 - -43 4 - -43 4 - -25 4 - -25 4 - -10 32 - -10 32 - -10 33 - -10 33 - -10 32 - -10 33 - -7 -11 - -7 -11 - 50 47 - 50 47 - -19 -30 - -19 -30 - -16 4 - -16 4 - -20 -98 - -20 -98 - 33 -85 - 19 -87 - 33 -85 - -80 30 - -80 30 - -26 -21 - -26 -21 - 50 -66 - 50 -66 - 6 -12 - 6 -12 - 6 -12 - 6 -13 - 6 -13 - 6 -15 - 6 -15 - 20 -32 - 21 -33 - 20 -32 - 24 -37 - 25 -38 - 24 -37 - -84 -88 - -84 -88 - -60 -25 - -60 -25 - -1 -13 - -1 -13 - -3 -46 - -3 -46 - -1 -13 - -1 -13 - -1 -13 - -1 -13 - -1 -15 - -1 -15 - -11 67 - 41 -52 - -11 67 - -44 48 - 41 -52 - -44 48 - 58 -76 - 58 -76 - -33 -61 - -33 -61 - 20 64 - 3 39 - 3 39 - 5 -80 - 5 -80 - -3 68 - -3 68 - 33 -97 - 33 -97 - 63 14 - 63 14 - 11 28 - 11 28 - 35 -90 - 35 -89 - 35 -89 - 35 -90 - 0 -24 - 0 -24 - -11 -78 - -11 -78 - 0 -25 - 0 -25 - 54 -20 - 54 -20 - -6 99 - -6 99 - 1 -26 - 0 -26 - 1 -26 - 49 -62 - 49 -62 - 19 -94 - 19 -94 - -32 -97 - -49 94 - -86 -53 - -32 -97 - -88 -52 - 0 -26 - 0 -26 - 1 -26 - 0 -26 - 0 -26 - 0 -26 - 29 -91 - 29 -91 - -33 87 - -33 87 - 76 62 - -37 88 - 76 62 - 65 99 - 65 99 - 54 20 - 54 20 - -12 58 - -34 77 - -34 77 - -71 27 - -71 27 - 1 -27 - 1 -27 - 1 -26 - 1 -27 - 38 81 - 38 81 - -33 97 - -33 97 - -70 -40 - -70 -40 - 58 -3 - 58 -3 - -8 17 - -8 17 - 1 -25 - 11 -22 - 1 -25 - 1 -25 - -37 98 - -37 98 - 35 13 - 35 13 - 36 13 - -11 42 - -11 42 - 11 -19 - 11 -19 - 2 -24 - 2 -24 - 20 -96 - 20 -96 - 1 -22 - 1 -22 - 1 -22 - -89 95 - -89 95 - -80 -19 - -80 -19 - -23 -91 - -23 -91 - -45 86 - -45 86 - 20 -4 - 1 -20 - 20 -4 - 1 -19 - 1 -19 - 43 30 - 43 30 - -85 62 - -85 62 - -85 63 - -85 63 - -85 62 - -85 63 - -97 -65 - -97 -65 - 31 -54 - 31 -54 - -41 6 - -41 6 - -31 -93 - -31 -93 - -7 9 - -7 9 - 56 22 - 56 22 - 33 72 - 33 72 - -8 75 - -8 75 - -33 86 - 35 88 - -33 86 - -41 -2 - -41 -2 - 3 -38 - 3 -38 - 91 18 - 91 18 - -12 -16 - -12 -16 - -68 91 - -68 91 - 34 88 - 34 88 - 49 -42 - 49 -42 - -15 4 - -15 4 - -99 -38 - -98 -39 - -99 -38 - -34 17 - -34 17 - 24 62 - 24 62 - 30 -20 - 30 -20 - 30 -20 - 12 -40 - 12 -40 - 5 -11 - 5 -11 - -23 18 - -23 18 - 9 -15 - 9 -15 - -67 61 - -67 61 - -81 -67 - -81 -67 - 21 -33 - 21 -33 - 20 -32 - 25 -38 - 25 -38 - 24 -37 - -77 -85 - -77 -85 - -6 50 - -6 50 - 82 74 - -98 -55 - 82 74 - 99 45 - -1 -13 - -1 -13 - -1 -13 - -1 -13 - 24 -66 - 24 -66 - -66 -23 - -7 -10 - -7 -10 - 66 -7 - 66 -7 - -63 17 - -63 17 - 64 15 - -63 18 - -63 18 - -63 17 - 64 15 - -63 18 - -83 -64 - -83 -64 - 59 24 - 59 24 - -1 -18 - -1 -18 - 0 -20 - 0 -20 - 0 -21 - 0 -21 - 12 49 - 12 49 - 9 -48 - 42 -43 - 42 -43 - 42 -42 - 42 -42 - 42 -43 - 42 -42 - -30 42 - -30 42 - 9 -47 - 9 -47 - 54 -38 - 54 -38 - 0 -25 - 0 -25 - -25 -58 - -25 -58 - 1 -25 - 1 -25 - -49 94 - -49 94 - -32 -97 - -88 -52 - 0 -26 - 0 -26 - 0 -26 - 0 -26 - 0 -26 - 1 -26 - 0 -26 - 0 -26 - 0 -26 - 0 -26 - 0 -26 - 1 -26 - 38 60 - 38 60 - -35 -37 - -35 -37 - 0 -26 - 0 -26 - -2 82 - -2 82 - 24 20 - 24 20 - 35 -70 - 35 -70 - 0 -27 - 0 -27 - -12 58 - 54 20 - -12 58 - -7 -32 - -7 -32 - 31 85 - 31 85 - 25 -15 - 25 -15 - 73 -48 - 73 -48 - -83 21 - 1 -26 - 1 -26 - 1 -26 - 1 -26 - 1 -26 - 1 -26 - 58 18 - 58 18 - 1 -26 - 1 -26 - 39 82 - 39 82 - -10 46 - -10 46 - -4 -87 - -4 -87 - -25 -71 - -25 -71 - 33 80 - 33 80 - -24 86 - -24 86 - -24 86 - -24 86 - -24 86 - -24 86 - 36 13 - 35 13 - 36 13 - -74 -66 - -74 -66 - 49 5 - 49 5 - 15 33 - 15 33 - 1 -23 - 0 -23 - 1 -23 - 1 -23 - 1 -23 - 1 -23 - 1 -23 - 1 -23 - -50 38 - -40 49 - -50 38 - -32 -75 - -32 -75 - 1 -22 - 1 -22 - 1 -22 - 1 -22 - 95 -84 - 95 -84 - -92 61 - -92 61 - -92 62 - -92 62 - -92 61 - -92 62 - 1 -19 - 1 -19 - 2 -19 - -54 -90 - -54 -90 - 41 19 - 41 19 - -66 39 - -73 14 - -66 39 - -65 39 - 41 57 - 41 57 - 18 -63 - 18 -63 - 5 -75 - -74 -6 - 5 -75 - 27 18 - 27 18 - 80 0 - 80 0 - -41 84 - -41 84 - -40 -62 - -40 -62 - 27 -20 - 27 -20 - 22 -26 - 46 -74 - 46 -74 - -15 -18 - -15 -18 - 19 -2 - 19 -2 - -98 -39 - -98 -39 - -99 -38 - 54 34 - 54 34 - -37 -30 - -37 -30 - 6 -12 - 6 -12 - 6 -12 - -22 17 - -22 17 - -10 3 - -10 3 - 72 18 - 73 17 - 72 18 - -73 39 - -73 39 - 48 -94 - 48 -94 - 50 -94 - -1 -11 - -1 -11 - -1 -11 - 63 73 - -31 91 - -31 92 - 63 73 - -87 40 - -1 -13 - -1 -13 - 69 -58 - 69 -58 - 52 -70 - -16 9 - -16 9 - -83 -13 - -83 -13 - -1 -15 - -1 -15 - -1 -14 - -1 -14 - -79 -93 - -79 -93 - -70 13 - -70 13 - 0 -18 - 0 -18 - -1 -18 - -7 -91 - -7 -91 - 20 64 - -33 -61 - 20 64 - -49 -84 - -49 -84 - -97 72 - -97 72 - -1 44 - -1 44 - 46 42 - 46 42 - 50 9 - 50 9 - 0 -24 - 0 -24 - 0 -24 - -1 -23 - -1 -23 - 50 98 - 50 98 - -81 -66 - -81 -66 - 0 50 - 0 50 - 63 65 - 63 65 - -88 -52 - -49 94 - -86 -53 - -32 -97 - -88 -52 - 0 -26 - 0 -26 - 1 -26 - 0 -26 - -63 -80 - -63 -80 - 57 46 - 25 68 - 57 46 - 16 -78 - 16 -78 - -18 -6 - -18 -6 - 1 -28 - 0 -27 - 1 -28 - 1 -26 - 1 -26 - 1 -27 - -74 -13 - -74 -13 - -96 97 - -96 97 - -20 -7 - -20 -7 - -33 98 - -33 98 - -51 35 - -51 35 - 1 -64 - 1 -64 - -51 35 - 1 -64 - -26 92 - -26 92 - -26 93 - -26 93 - -26 92 - -26 93 - -94 -63 - -94 -63 - 93 -91 - 93 -91 - 0 -25 - 0 -25 - -1 71 - -1 71 - 1 -24 - 1 -24 - 1 -24 - 0 -24 - 1 -22 - 1 -22 - 0 -24 - 1 -24 - 0 -24 - 0 -23 - 0 -23 - 1 -23 - 24 14 - 24 14 - 1 -23 - 1 -23 - 1 -23 - 1 -23 - 1 -23 - 1 -23 - -34 66 - -34 66 - 24 29 - 24 29 - -68 -29 - -68 -29 - 36 -66 - 36 -66 - 2 -19 - 1 -19 - 2 -19 - 1 -18 - 1 -18 - 2 -18 - 2 -18 - 2 -18 - 2 -18 - -88 -96 - -88 -96 - 92 -23 - 92 -23 - 2 86 - 2 86 - -41 5 - -41 5 - -13 52 - -13 52 - 38 31 - 38 31 - -65 39 - -66 39 - -65 39 - 13 -25 - 13 -25 - 1 -12 - 1 -12 - 1 -12 - 1 -12 - 1 -11 - 1 -11 - -74 -6 - -74 -6 - 5 -75 - 27 59 - 27 59 - 27 60 - 27 60 - 27 59 - 27 60 - 1 -10 - 1 -10 - 2 -10 - 2 -10 - 1 -10 - 2 -10 - -20 33 - -20 33 - -59 -57 - -59 -57 - -24 13 - -24 13 - -5 50 - -5 50 - -99 69 - -99 69 - 35 88 - 35 88 - -33 86 - -70 -17 - -70 -17 - -94 -58 - -94 -58 - -38 -53 - -38 -53 - -83 -88 - -83 -88 - 42 57 - 42 57 - 43 58 - 43 58 - 42 57 - 43 58 - 92 -15 - 92 -15 - 47 -38 - 47 -38 - 47 -37 - 47 -37 - 47 -38 - 47 -37 - 27 75 - 27 75 - 13 9 - 13 9 - -38 9 - -38 9 - -2 12 - -2 12 - 55 -25 - 55 -25 - -12 47 - -12 47 - 2 39 - 2 39 - 28 -36 - 28 -36 - 23 1 - 23 1 - 49 -32 - 49 -32 - 53 -69 - 54 -70 - 53 -69 - 11 -17 - 11 -17 - 24 -33 - 24 -33 - 73 17 - 73 17 - 72 18 - -70 72 - -70 72 - 91 16 - 91 16 - 92 16 - 50 -94 - 48 -94 - 50 -94 - 8 -34 - 8 -34 - -1 -11 - -1 -11 - -1 -11 - -1 -11 - -1 -11 - -1 -11 - 0 -11 - -1 -12 - -1 -12 - -1 -11 - -1 -11 - 21 -38 - 21 -38 - 44 -3 - 44 -3 - -66 -23 - 24 -66 - -66 -23 - 78 -68 - 78 -68 - -39 -58 - -39 -58 - -38 -97 - -38 -97 - -1 -18 - 0 -18 - -1 -18 - -82 -57 - -82 -57 - 1 38 - 1 38 - 43 -28 - 43 -28 - 55 -26 - 55 -26 - 35 -89 - 35 -89 - 35 -90 - 0 -23 - 0 -23 - -79 98 - -79 98 - -31 43 - -31 43 - -91 79 - -99 68 - -91 79 - -63 -59 - -63 -59 - -81 28 - 0 -26 - 0 -26 - 1 -26 - -81 60 - -81 60 - 79 63 - -35 -32 - -35 -32 - 1 -26 - 1 -26 - 0 -26 - 0 -26 - 0 -26 - -86 -53 - -86 -53 - -32 -97 - -88 -52 - -80 -47 - -80 -47 - 7 33 - 7 33 - 1 -26 - 0 -26 - 1 -26 - 0 -26 - -70 79 - -70 79 - 32 -78 - 32 -78 - 33 -78 - 25 70 - 25 70 - -69 -74 - -69 -74 - -37 88 - -17 93 - -37 88 - 76 62 - 22 -53 - 22 -53 - -18 -33 - -18 -33 - 0 -27 - 0 -27 - 35 69 - 35 69 - 49 3 - 49 3 - 1 -27 - 1 -27 - 1 -27 - 1 -27 - 1 -27 - 58 -35 - 58 -35 - -90 85 - -90 85 - -14 -37 - -14 -37 - 60 -95 - 60 -95 - -78 -42 - -78 -42 - -39 24 - -39 24 - 48 -62 - 48 -62 - 1 -25 - 1 -25 - -50 -41 - -50 -41 - 28 -90 - 28 -90 - -30 -59 - -30 -59 - 99 -72 - 99 -72 - 99 -71 - 99 -71 - 99 -72 - 99 -71 - -4 21 - -4 21 - 1 -23 - 1 -23 - -11 -43 - -11 -43 - 1 -21 - 1 -21 - -63 -85 - -63 -85 - 33 84 - 33 84 - 2 -18 - 2 -18 - 2 -18 - 64 60 - 64 60 - 17 57 - 17 57 - -21 69 - -21 69 - -21 -85 - -21 -85 - 22 -100 - 22 -100 - 8 18 - 8 18 - -13 86 - -13 86 - -77 -28 - -77 -28 - 15 -52 - 15 -52 - -81 -29 - -81 -29 - -83 -77 - -83 -77 - 95 -16 - 95 -16 - -57 -21 - -57 -21 - 2 -9 - 2 -9 - -70 28 - -70 28 - 40 -32 - 40 -32 - -33 15 - -33 15 - 8 25 - 8 25 - 47 87 - 47 87 - -43 100 - -43 100 - -44 43 - -44 43 - -30 -89 - -30 -89 - -44 -6 - -44 -6 - -43 -6 - -22 -16 - -22 -16 - -49 10 - -49 10 - 30 -20 - 30 -20 - 30 -20 - -17 5 - -17 5 - 33 -57 - 33 -57 - 21 7 - 21 7 - 54 -70 - 54 -70 - 53 -69 - 22 -30 - 23 -31 - 22 -30 - 2 -70 - 2 -70 - -58 -20 - -58 -20 - 46 -66 - 46 -66 - 92 16 - 91 16 - 92 16 - -1 -11 - -1 -11 - -1 -11 - -1 -11 - 0 -11 - -1 -11 - 0 -11 - -1 -11 - -1 -11 - -1 -11 - -31 91 - -31 91 - -31 92 - 63 73 - -31 92 - -31 91 - -31 92 - 63 73 - -87 40 - -57 -16 - -57 -16 - -87 40 - -31 92 - 63 73 - -87 40 - -98 -55 - -98 -55 - 82 74 - 99 45 - 82 74 - 99 45 - -34 52 - -34 52 - -1 -15 - -1 -15 - -15 96 - -15 96 - 0 -17 - 0 -17 - 0 -17 - 0 -17 - 0 -18 - 0 -18 - 9 52 - 9 52 - -49 2 - -49 2 - 21 80 - 21 80 - 0 -21 - 0 -21 - 19 -47 - 19 -47 - 9 -48 - 12 49 - 9 -48 - -78 14 - -78 14 - -77 14 - -34 -30 - -34 -30 - -18 47 - -18 47 - 10 -23 - 10 -23 - 0 -25 - 0 -25 - 82 45 - 82 45 - 79 63 - -81 60 - 79 63 - 67 -58 - 67 -58 - 0 -26 - 1 -26 - 0 -26 - 0 -26 - 0 -26 - 0 -26 - 1 -26 - 0 -26 - 0 -26 - 0 -26 - 33 -54 - 33 -54 - 46 -87 - 46 -87 - 1 -26 - 0 -26 - 0 -26 - 1 -26 - 73 -10 - 73 -10 - 33 -78 - 32 -78 - 33 -78 - 49 -22 - 49 -22 - 3 -40 - 3 -40 - 1 -27 - 1 -27 - 25 68 - 25 68 - 57 46 - 0 -27 - 0 -27 - 2 -26 - -17 93 - -17 93 - -37 88 - 16 71 - 16 71 - -83 -97 - -83 -97 - -77 79 - -77 79 - -52 96 - -52 96 - -77 79 - -52 96 - -51 96 - 64 -37 - 64 -37 - -61 77 - -61 77 - 26 14 - 26 14 - 31 -50 - 31 -50 - 6 -100 - 6 -100 - -80 -66 - -80 -66 - 1 -25 - 1 -25 - 1 -24 - 1 -24 - 1 -24 - 54 -40 - 54 -40 - 11 -73 - 11 -73 - 1 -22 - 1 -22 - 1 -22 - -95 53 - -95 53 - 58 -54 - 58 -54 - -95 6 - -95 6 - -94 6 - 33 22 - 33 22 - 33 55 - 33 55 - -64 -11 - -37 2 - -37 2 - 35 -66 - 35 -66 - -40 -30 - -40 -32 - -40 -30 - 1 84 - 1 84 - -6 75 - -6 75 - 9 16 - 9 16 - -72 0 - -72 0 - -65 68 - -65 68 - -82 14 - -82 14 - -63 47 - -63 47 - 14 59 - 14 59 - 22 -26 - 27 -20 - 22 -26 - 11 5 - 11 5 - -67 -94 - -67 -94 - -43 -6 - -44 -6 - -43 -6 - -94 -66 - -94 -66 - 55 -80 - 55 -80 - 12 0 - 12 0 - 42 51 - 42 51 - 23 -31 - 24 -32 - 23 -31 - 22 -30 - 4 -50 - 4 -50 - 25 -38 - 25 -38 - 25 -38 - 24 -37 - 24 -37 - 25 -38 - 25 -38 - 24 -37 - 45 82 - 45 82 - -1 -10 - -1 -10 - 42 99 - 42 99 - 52 -70 - 69 -58 - 52 -70 - -29 -99 - -29 -99 - 0 -16 - 0 -16 - 0 -15 - 0 -15 - 16 6 - 16 6 - -1 -19 - -1 -19 - -1 -19 - -1 -19 - -1 -19 - -1 -19 - 2 -10 - 2 -10 - -96 4 - -96 4 - -1 -21 - -1 -21 - -35 15 - -35 15 - -54 79 - -54 79 - -96 -86 - -96 -86 - -22 50 - -22 50 - 0 -24 - 0 -24 - 0 -24 - 0 -23 - 0 -23 - -25 -20 - -25 -20 - 0 -24 - 0 -24 - 0 -24 - 0 -24 - -77 14 - -78 14 - -77 14 - -62 -43 - -62 -43 - 0 -26 - 1 -26 - 0 -26 - 0 -26 - 0 -26 - 72 79 - 72 79 - -30 42 - -30 42 - 0 64 - 0 64 - 2 -26 - 0 -27 - 2 -26 - -30 -18 - -30 -18 - 35 -70 - 56 -51 - 35 -70 - 5 -83 - 5 -83 - 15 36 - 15 36 - -66 -64 - -66 -64 - 1 -27 - 1 -26 - 1 -27 - 0 -100 - 0 -100 - -29 -53 - -29 -53 - 62 38 - 62 38 - -44 59 - -30 24 - -30 24 - -99 -8 - -99 -8 - 65 35 - 65 35 - 2 75 - 3 75 - 44 4 - 44 4 - 44 4 - 1 -22 - 1 -22 - -94 6 - -95 6 - -94 6 - -18 25 - -18 25 - 10 32 - 10 32 - -46 -91 - -46 -91 - -40 -32 - -40 -32 - -40 -30 - 51 34 - 51 34 - 93 -30 - 93 -30 - 38 -41 - -52 22 - 38 -41 - 88 -14 - 88 -14 - 21 -15 - 21 -15 - -85 -98 - -85 -98 - 22 -44 - 22 -44 - -30 35 - -30 35 - -2 -100 - -2 -100 - 75 -8 - 75 -8 - -78 59 - -78 59 - -22 99 - -22 99 - 66 -23 - 66 -23 - 40 -18 - 40 -18 - -60 -20 - -60 -20 - 41 -26 - 41 -26 - -32 26 - -32 26 - 24 -32 - 24 -32 - -32 26 - 24 -32 - 23 -31 - 10 -16 - 10 -16 - 27 -36 - 27 -36 - -25 19 - -25 19 - 18 -27 - 18 -27 - 64 -23 - 64 -23 - 59 15 - 59 15 - 1 -9 - 1 -9 - 25 -38 - 25 -38 - 25 -38 - 24 -37 - -1 -11 - -1 -11 - -1 -11 - -1 -11 - -28 16 - -28 16 - -85 -6 - -85 -6 - -63 56 - -63 56 - 3 -63 - 3 -63 - -10 44 - -10 44 - 23 40 - -38 -98 - -38 -98 - 48 42 - 48 42 - 2 -67 - 2 -67 - 60 28 - 60 28 - -93 57 - -93 57 - 73 38 - 73 38 - 0 -24 - 0 -24 - 0 -24 - -58 -40 - -58 -40 - -99 68 - -99 76 - -99 68 - -91 79 - 3 -100 - 3 -100 - -40 -90 - -81 28 - -63 -59 - -81 28 - -91 65 - -91 65 - -27 -57 - -27 -57 - 62 -16 - 62 -16 - 0 -27 - 0 -27 - 1 -28 - 1 -28 - 1 -27 - 1 -27 - 1 -28 - 1 -27 - 56 -51 - 56 -51 - -69 27 - 35 -70 - -47 -56 - -47 -56 - -82 -11 - -82 -11 - 17 36 - 17 36 - 1 -27 - 1 -27 - 1 -27 - 26 33 - 26 33 - -61 79 - -61 79 - -89 37 - -89 37 - 42 7 - 42 7 - 36 11 - 36 11 - -37 94 - -37 94 - -51 67 - -51 67 - 1 -24 - 1 -24 - 2 -24 - 1 -24 - 1 -24 - 45 -96 - 45 -96 - 44 4 - 44 4 - 44 4 - 2 75 - 65 35 - 2 75 - 3 75 - 28 -76 - 28 -76 - 1 -23 - 1 -23 - -6 -34 - -6 -34 - -98 68 - -98 68 - -24 53 - -24 53 - -35 -8 - -35 -8 - -7 63 - -7 63 - 4 63 - 4 63 - -70 19 - -70 19 - -64 -11 - 33 55 - -64 -11 - 3 -13 - 3 -13 - 1 -13 - 2 -13 - 2 -13 - -74 -72 - -74 -72 - -52 22 - -52 22 - 38 -41 - 28 -65 - 28 -65 - -86 0 - -86 0 - 2 38 - 2 38 - -43 -44 - -43 -44 - 25 92 - 25 92 - -19 -80 - -19 -80 - -82 -30 - -82 -30 - -9 38 - -9 38 - -6 -11 - -6 -11 - -47 42 - -47 42 - -10 -10 - -10 -10 - 59 38 - 59 38 - 60 38 - 27 -3 - 27 -3 - 26 70 - 26 70 - 19 -26 - 19 -26 - 48 -63 - 48 -63 - 7 -13 - 7 -13 - 8 -14 - 8 -14 - 29 -39 - 29 -39 - 3 -10 - 3 -10 - 16 -23 - 16 -23 - 12 -17 - 12 -17 - -1 -12 - -1 -12 - -90 -64 - -90 -64 - -1 -11 - -1 -11 - 2 45 - 2 45 - -12 4 - -12 4 - 38 49 - 38 49 - 0 -17 - 0 -17 - -24 79 - -24 79 - -68 -3 - -68 -3 - -15 35 - -15 35 - 68 -50 - 68 -50 - -27 74 - -27 74 - -69 24 - -69 24 - 0 -24 - 0 -24 - 0 -24 - 0 -24 - 0 -24 - 0 -24 - 0 -24 - -21 49 - -21 49 - -18 14 - -18 14 - 33 -37 - 33 -37 - 13 -66 - 13 -66 - 37 27 - 37 27 - -48 61 - -48 61 - 0 -26 - 0 -26 - -87 40 - -87 40 - 23 -31 - 23 -31 - -96 55 - -96 55 - 18 40 - 18 40 - -51 96 - -52 96 - -51 96 - -60 -13 - -60 -13 - 62 65 - 62 65 - 11 15 - 11 15 - 54 86 - 54 86 - 55 69 - 55 69 - -83 -64 - -83 -64 - 38 97 - 38 96 - 38 97 - -83 -64 - 38 97 - 38 96 - 38 96 - -83 -64 - 38 97 - 38 96 - 5 -19 - 5 -19 - -81 -66 - -81 -66 - -70 85 - -70 85 - -69 37 - -69 37 - -6 14 - -6 14 - 2 -24 - 1 -24 - 2 -24 - 1 -25 - 1 -24 - 1 -24 - 1 -24 - 1 -24 - 2 -24 - 1 -24 - 1 -24 - 1 -24 - 3 75 - 65 35 - 2 75 - 3 75 - 1 -24 - 1 -24 - 1 -24 - -5 -95 - -5 -95 - -48 28 - -48 28 - 2 -22 - 2 -22 - 66 -45 - 66 -45 - 61 -15 - 61 -15 - 54 -69 - 54 -69 - -33 -49 - -33 -49 - 41 -62 - 41 -62 - -22 -79 - -22 -79 - -7 -25 - -7 -25 - 20 -70 - 20 -70 - 47 29 - 47 29 - 32 56 - 32 56 - 1 -14 - 1 -14 - 38 71 - 38 71 - -44 -64 - -44 -64 - -62 25 - -62 25 - 41 -4 - 41 -4 - -66 30 - -66 30 - -68 -78 - -68 -78 - 13 12 - 13 12 - -41 20 - -41 20 - 10 5 - 10 5 - 10 5 - -19 -44 - -19 -44 - -28 -36 - -28 -36 - 5 27 - 5 27 - -9 60 - -9 60 - -1 14 - 0 14 - -1 14 - 0 14 - 91 -45 - 91 -45 - 60 38 - 59 38 - 60 38 - 47 -59 - 47 -59 - 53 -66 - 53 -66 - 54 -68 - 51 -65 - 51 -65 - 53 -66 - 51 -65 - -7 -60 - -7 -60 - 8 -14 - 8 -14 - 23 62 - 23 62 - -75 -75 - -75 -75 - -7 -78 - -7 -78 - -87 -44 - -87 -44 - -1 -13 - -1 -13 - -1 -15 - -1 -15 - -94 -12 - -94 -12 - 23 40 - -10 44 - 23 40 - 64 -33 - 64 -33 - -99 -95 - -99 -95 - -35 -84 - -35 -84 - -10 -95 - -10 -95 - -22 27 - -22 27 - 12 -46 - 12 -46 - -1 -20 - -1 -20 - -98 -36 - -98 -36 - 0 -23 - 0 -23 - -97 -20 - -97 -20 - 51 -83 - 51 -83 - -37 -40 - -37 -40 - 23 -99 - 23 -99 - 0 -27 - 0 -27 - -81 47 - -81 47 - 32 -27 - 32 -27 - 25 -30 - 25 -30 - -46 -38 - -46 -38 - 73 69 - 73 69 - 1 -27 - 1 -27 - 1 -27 - 1 -27 - 1 -27 - 1 -27 - 0 -28 - 1 -28 - 72 0 - 72 0 - -12 -42 - -12 -42 - 31 -44 - 31 -44 - -44 59 - 62 38 - -44 59 - -64 -99 - -64 -99 - -68 -34 - -68 -34 - 1 -25 - 1 -25 - -75 41 - -75 41 - 80 -21 - 1 -25 - 2 -24 - 1 -25 - 1 -24 - 1 -24 - 2 -24 - 1 -24 - 1 -24 - 1 -24 - 1 -24 - 1 -24 - 1 -24 - 1 -24 - 1 -24 - 1 -24 - 1 -24 - 26 -54 - 26 -54 - -41 -61 - -41 -61 - 1 -23 - 1 -23 - 2 -21 - 2 -21 - 52 18 - 52 18 - -22 -50 - 32 -36 - 32 -36 - 1 -13 - 3 -13 - 1 -13 - 2 -12 - 2 -12 - 31 -28 - 31 -28 - 21 42 - 21 42 - 42 -18 - -43 84 - -43 84 - -84 -34 - -84 -34 - 1 -12 - 1 -12 - 2 -11 - 2 -11 - -55 46 - -55 46 - -16 -62 - -16 -62 - 42 36 - 42 36 - 23 86 - 23 86 - -30 -74 - -30 -74 - -20 -96 - -20 -96 - -19 -96 - 69 -32 - 69 -32 - -18 86 - 88 18 - -18 86 - 11 6 - 11 6 - 11 6 - 34 34 - 34 34 - 36 35 - 36 35 - 37 36 - 37 36 - 6 -19 - 6 -19 - 12 60 - 12 60 - 12 61 - 12 61 - 12 60 - 12 61 - -33 33 - -33 33 - -13 -76 - -13 -76 - 0 14 - 0 14 - -1 14 - 0 14 - 0 14 - 0 14 - -1 14 - 0 14 - 2 -82 - 2 -82 - 35 -24 - 35 -24 - 35 -23 - 35 -23 - 35 -24 - 35 -23 - 2 -14 - 2 -14 - 13 -19 - 13 -19 - 26 -36 - 26 -36 - -25 18 - -25 18 - -86 74 - -85 73 - -86 74 - -92 83 - -92 83 - 24 -68 - 24 -68 - -1 -17 - -1 -17 - -1 -17 - -1 -17 - -1 -17 - 64 -16 - 64 -16 - -2 17 - -2 17 - -1 -19 - -1 -19 - 71 -74 - 71 -74 - 36 -53 - 36 -53 - 18 46 - 18 46 - 25 -98 - 25 -98 - 61 52 - 13 -81 - 61 52 - -8 80 - 0 -23 - 0 -23 - -66 -67 - -66 -67 - -51 -58 - -51 -58 - 0 -24 - 0 -24 - 0 -24 - 9 73 - 9 73 - -99 76 - -99 76 - -99 68 - -40 -90 - 3 -100 - -40 -90 - 6 53 - 6 53 - 32 -48 - 32 -48 - 5 9 - 5 9 - -77 -17 - -77 -17 - -98 0 - -98 0 - -44 87 - -44 87 - 0 -27 - 0 -27 - -96 94 - -96 94 - 22 -90 - 22 -90 - 23 -90 - -69 27 - 56 -51 - -69 27 - -42 0 - -42 0 - 14 -5 - 14 -5 - 1 -28 - 1 -28 - -80 -57 - -80 -57 - 24 72 - 24 72 - -1 -57 - -1 -57 - 1 -25 - 1 -25 - -24 15 - -24 15 - -64 -74 - -64 -74 - -63 -74 - -40 -95 - -40 -95 - -48 61 - -48 61 - 7 31 - 7 31 - -60 -33 - -60 -33 - -59 -33 - 1 -19 - 1 -19 - 7 33 - 7 33 - 9 -6 - 9 -6 - -22 -50 - 52 18 - -22 -50 - 21 -97 - 21 -97 - 21 -97 - 21 -97 - 21 -97 - 21 -97 - 2 -15 - 2 -15 - 1 -16 - 1 -16 - 1 -15 - 1 -15 - -98 -70 - -98 -70 - 35 -10 - 35 -10 - -67 34 - -67 34 - -85 67 - -85 67 - 54 38 - 54 38 - 2 -12 - 2 -12 - -39 -85 - -39 -85 - 44 63 - 44 63 - 12 -25 - 12 -25 - -43 -1 - -43 -1 - 2 63 - 2 63 - -19 -96 - -20 -96 - -19 -96 - -2 48 - -2 48 - -33 -38 - -33 -38 - -67 33 - -67 33 - 12 7 - 12 7 - 37 36 - 36 35 - 37 36 - 37 37 - 37 36 - 37 37 - 37 37 - 37 36 - 37 37 - 37 36 - 37 37 - 38 38 - 78 -83 - 78 -83 - -95 44 - -95 44 - -95 45 - -95 45 - -95 44 - -95 45 - -22 -19 - -22 -19 - 42 60 - 42 60 - -95 -66 - -95 -66 - 1 -57 - 1 -57 - 19 -84 - 19 -84 - -52 -20 - -52 -20 - -11 68 - -11 68 - 53 -35 - 53 -35 - 49 44 - 56 -39 - 56 -39 - 49 44 - -20 14 - -20 14 - -20 14 - -21 15 - -21 15 - 49 -66 - 50 -67 - 49 -66 - 50 -67 - -85 73 - -85 73 - -86 74 - 29 -4 - 29 -4 - 42 26 - 42 26 - -1 -11 - -1 -11 - -1 -11 - -1 -11 - -1 -14 - -1 -14 - -45 -90 - -45 -90 - 70 -16 - 70 -16 - 48 13 - 48 13 - -58 -84 - -58 -84 - -95 -21 - -95 -21 - 29 51 - 29 51 - 7 -9 - 7 -9 - 24 -36 - 24 -36 - 76 -32 - 76 -32 - 42 32 - 42 32 - -31 45 - -30 45 - -8 80 - 61 52 - -8 80 - 0 -24 - 0 -24 - 0 -24 - -61 -15 - -61 -15 - 73 -82 - 73 -82 - 0 -26 - 0 -26 - 0 -26 - 0 -25 - 0 -25 - 74 -58 - 74 -58 - 47 9 - 47 9 - 52 12 - 52 12 - -38 30 - -38 30 - -43 25 - -43 25 - 9 -94 - 9 -94 - 78 -48 - 10 -72 - 10 -72 - -35 -63 - 28 -55 - 28 -55 - 23 -90 - 22 -90 - 23 -90 - 1 -28 - 1 -28 - -32 38 - -32 38 - 0 -28 - 1 -27 - 0 -28 - 1 -28 - 28 34 - 28 34 - -67 48 - -67 48 - 81 -70 - 81 -70 - -30 66 - -30 66 - 79 -55 - 79 -55 - -2 -14 - -2 -14 - -49 -50 - -49 -50 - 26 -1 - 26 -1 - -12 50 - -12 50 - -86 -100 - -86 -100 - 80 -21 - -75 41 - 80 -21 - -63 -74 - -64 -74 - -63 -74 - -53 43 - -53 43 - -54 -12 - -54 -12 - -99 25 - -99 25 - -59 -33 - -60 -33 - -59 -33 - 1 -21 - 1 -21 - 1 -20 - 1 -20 - 19 -37 - 19 -37 - 50 -63 - 50 -63 - 20 -50 - 20 -50 - 2 -18 - 2 -18 - -29 13 - -29 13 - -10 -10 - -10 -10 - -52 65 - -52 65 - 17 -87 - 17 -87 - -27 -97 - -27 -97 - -31 55 - -31 55 - 54 38 - 54 38 - 42 -18 - 21 42 - 42 -18 - 22 13 - 22 13 - -22 -14 - -92 28 - -92 28 - 95 90 - 95 90 - 98 87 - -98 -58 - -98 -58 - -64 -24 - -64 -24 - 10 5 - 10 5 - 10 5 - 37 36 - 36 35 - 37 36 - 37 37 - 37 36 - 37 37 - 37 37 - 37 36 - 37 37 - 37 36 - 37 37 - 38 38 - 91 26 - 91 26 - -47 80 - -47 80 - 28 29 - 28 29 - -23 16 - -23 16 - 9 5 - 9 5 - -21 15 - -21 15 - 54 -68 - 53 -66 - 54 -68 - 10 -16 - 10 -16 - -12 7 - -12 7 - 25 -33 - 25 -33 - -20 14 - -20 14 - -20 14 - -60 -6 - -60 -6 - 50 -67 - 50 -67 - 49 -66 - 50 -67 - 9 -18 - 9 -18 - -89 33 - -89 33 - -18 -56 - -18 -56 - -77 -6 - -77 -6 - -65 55 - -65 55 - 56 10 - 56 10 - 68 -87 - 68 -87 - -1 -17 - -1 -17 - -1 -17 - 0 -18 - -1 -18 - 0 -18 - -22 53 - -22 53 - -1 -18 - -1 -18 - -76 43 - -76 43 - 5 -34 - 5 -34 - 15 -95 - 15 -95 - 68 8 - 68 8 - 1 84 - 1 84 - 7 -84 - 7 -84 - 1 84 - 7 -84 - -1 -20 - -1 -20 - -1 -21 - -1 -21 - 82 5 - 83 4 - 82 5 - -31 45 - 42 32 - -31 45 - -30 45 - 13 -81 - 13 -81 - 61 52 - -32 -68 - -32 -68 - 16 48 - 16 48 - -1 -25 - -1 -25 - 0 -26 - 0 -26 - 0 -26 - 61 28 - 61 28 - 0 -27 - 0 -27 - 1 -27 - 16 -31 - 16 -31 - -18 44 - -18 44 - -30 -6 - -30 -6 - 63 68 - 63 68 - 1 -28 - 1 -27 - 0 -28 - 1 -28 - -62 88 - -62 88 - -61 89 - 1 -27 - 1 -27 - -49 25 - -49 25 - 1 -27 - 1 -27 - 1 -27 - 1 -26 - 1 -26 - 1 -27 - 1 -27 - 0 30 - 0 30 - 38 9 - 38 9 - 48 -41 - 48 -41 - 1 -23 - 1 -23 - 1 -23 - 1 -23 - 1 -23 - 1 -23 - 2 -22 - 2 -22 - 1 -22 - 1 -22 - 1 -22 - 2 -22 - 1 -22 - 1 -22 - -52 -87 - -52 -87 - 40 -21 - 40 -21 - 1 -21 - 1 -21 - 2 -20 - 2 -20 - 1 -20 - 2 -20 - 76 22 - 76 22 - 3 -17 - 3 -17 - 2 -18 - 2 -18 - 2 -18 - -40 53 - 12 63 - -40 53 - -98 57 - -98 57 - -19 73 - -19 73 - 1 -13 - 1 -13 - 79 -13 - 79 -13 - -44 82 - -44 82 - -13 -37 - -13 -37 - 20 -33 - 53 -4 - 53 -4 - -27 20 - -27 20 - 98 87 - 95 90 - 98 87 - -52 72 - -52 72 - -82 95 - -82 95 - -25 38 - -25 38 - -68 60 - -68 60 - -61 -1 - -61 -1 - 88 18 - 88 18 - -18 86 - 11 6 - 11 6 - 11 6 - 38 38 - 37 37 - 37 37 - 38 38 - 38 37 - 40 39 - 40 39 - 13 66 - 13 66 - -65 -53 - -65 -53 - -91 99 - -91 99 - -43 -9 - -43 -9 - -27 55 - -27 55 - -86 19 - -86 19 - 19 -15 - 19 -15 - 49 44 - 53 -35 - 56 -39 - 49 44 - 30 -38 - 31 -39 - 30 -38 - 29 -37 - -12 7 - -12 7 - 61 -78 - 61 -78 - 50 -66 - 51 -67 - 50 -66 - 50 -66 - 7 -16 - 7 -16 - 63 81 - -87 56 - 63 81 - -84 -61 - 26 -50 - 26 -50 - -92 16 - -92 16 - -2 -45 - -2 -45 - -12 30 - -12 30 - 25 59 - 25 59 - 18 -26 - 18 -26 - -31 -77 - -31 -77 - -45 25 - -45 25 - -70 72 - -70 72 - 34 -20 - 34 -20 - 30 43 - 30 43 - 0 -21 - 0 -21 - 83 4 - 83 4 - 82 5 - -30 45 - 42 32 - -31 45 - -30 45 - -48 -9 - -48 -9 - -2 68 - -2 68 - -42 -25 - -42 -25 - -30 -70 - -30 -70 - 73 -19 - 73 -19 - -28 67 - 13 32 - 13 32 - 0 -27 - 0 -27 - 0 -28 - 0 -27 - 0 -27 - 76 -3 - 76 -3 - 58 44 - 58 44 - 26 -88 - 26 -88 - 35 -83 - 23 97 - 23 97 - -61 89 - -62 88 - -61 89 - 51 -10 - 51 -10 - -89 56 - -96 -45 - -89 56 - 2 -26 - 1 -27 - 1 -27 - 2 -26 - 1 -25 - 1 -25 - 12 -53 - 12 -53 - -45 29 - 69 30 - 69 30 - -22 94 - -88 47 - -22 94 - 2 -23 - 2 -23 - -41 -5 - -41 -5 - 33 -43 - 33 -43 - -52 -12 - -52 -12 - 1 -20 - 1 -20 - 2 -20 - -24 -30 - -24 -30 - 12 62 - 12 63 - 12 62 - 2 -17 - 2 -17 - 54 -43 - 54 -43 - 1 -16 - 1 -16 - -45 -66 - -45 -66 - -69 -85 - -69 -85 - -37 -2 - -37 -2 - 33 57 - 33 57 - -22 -14 - 22 13 - -22 -14 - -32 90 - -32 90 - 15 10 - 15 10 - 15 10 - 16 11 - 16 11 - 16 11 - 16 11 - 38 37 - 38 38 - 38 37 - 38 37 - -28 85 - -28 85 - -18 -43 - -18 -43 - 16 20 - 16 20 - -48 -10 - -48 -10 - 10 7 - 10 7 - -57 -31 - -57 -31 - 37 -49 - 37 -49 - 10 13 - 10 13 - 68 -84 - 68 -84 - 13 -19 - 13 -19 - 19 -26 - 20 -26 - 19 -25 - 19 -26 - 31 -39 - 31 -39 - 30 -38 - -31 24 - -31 24 - 51 -67 - 51 -67 - 50 -66 - 50 -66 - 50 -66 - 51 -67 - 50 -66 - 50 -66 - 50 -67 - 50 -67 - 49 -66 - 50 -67 - 73 77 - 73 77 - 27 -36 - 27 -36 - 28 -36 - -87 56 - -87 56 - 63 81 - 20 -74 - 20 -74 - -1 -12 - -1 -12 - 12 18 - 13 17 - 12 18 - 13 18 - 55 -83 - 55 -83 - 46 -70 - 46 -70 - 30 -83 - 30 -83 - -2 87 - -2 88 - -2 87 - 30 -83 - -2 87 - -2 88 - -2 88 - 30 -83 - -2 87 - -2 88 - 34 -91 - 34 -91 - -49 97 - -49 97 - -1 -18 - -1 -18 - 0 -18 - -18 65 - -18 65 - -45 93 - -45 93 - -58 91 - -58 91 - -87 35 - -87 35 - -92 64 - -92 64 - -11 -17 - -11 -17 - -41 -41 - -41 -41 - 57 34 - 57 34 - -1 -25 - -1 -25 - 0 -24 - 0 -24 - -95 8 - -95 8 - 71 13 - 71 13 - -73 -72 - -73 -72 - 80 -90 - 80 -90 - 0 -26 - 0 -26 - -82 -53 - -82 -53 - -62 80 - 57 8 - 57 8 - 90 62 - 90 62 - 0 -28 - 0 -28 - 0 -28 - 0 -27 - 19 -11 - 19 -11 - 1 -27 - 0 -27 - 1 -27 - 0 -28 - 18 -97 - 18 -97 - -43 24 - -43 24 - 78 -48 - 9 -94 - 78 -48 - -92 13 - -35 -63 - 10 -72 - -35 -63 - 86 -17 - 86 -17 - 35 -83 - 26 -88 - 35 -83 - 5 -30 - 5 -30 - 0 53 - 0 53 - 1 -28 - 1 -28 - 3 -57 - 3 -57 - -13 -39 - -13 -39 - -21 -88 - -21 -88 - -20 -88 - 63 -64 - 63 -64 - -15 -94 - -15 -94 - -47 69 - -47 69 - 0 -26 - 0 -26 - -30 -77 - -30 -77 - 17 78 - 17 78 - -30 -77 - 17 78 - 59 3 - 59 3 - -17 -32 - -17 -32 - 46 51 - 46 51 - 1 -24 - 1 -24 - 1 -88 - 1 -88 - -66 96 - -66 96 - -38 2 - -38 2 - 1 -21 - 1 -21 - 1 -21 - 1 -22 - 1 -22 - 2 -20 - 1 -20 - 2 -20 - 2 -20 - 2 -20 - 1 -20 - 2 -20 - 2 -20 - -99 1 - -99 1 - 0 -19 - 1 -19 - 0 -19 - 2 -17 - 2 -17 - 12 63 - 12 63 - 12 62 - -40 53 - -14 44 - -14 44 - 55 -39 - 55 -39 - 73 59 - 73 59 - -87 -1 - -87 -1 - -89 13 - -89 13 - 43 41 - 43 41 - -91 -34 - -91 -34 - 9 47 - 9 47 - -77 -75 - -77 -75 - -96 -56 - -96 -56 - 20 -33 - -13 -37 - 20 -33 - 17 9 - 17 9 - 98 13 - 98 13 - -63 -54 - -63 -54 - -48 52 - -48 52 - -8 17 - -8 17 - 72 77 - 72 77 - 16 11 - 16 11 - 16 11 - 16 11 - 16 11 - 16 11 - 16 11 - 16 11 - 15 10 - 15 10 - 38 37 - 38 37 - 38 37 - -80 42 - -80 42 - -82 87 - -82 87 - 46 97 - 46 97 - 58 -44 - 58 -44 - -41 -35 - -41 -35 - 31 32 - 31 32 - 9 6 - 9 6 - -20 13 - -20 13 - -13 -16 - -13 -16 - 17 -58 - 18 -58 - 17 -58 - -21 74 - -21 74 - 13 -19 - 13 -19 - 39 -47 - 39 -47 - 34 -10 - 34 -10 - 60 -43 - 60 -43 - 5 -11 - 5 -11 - 26 -33 - 26 -33 - -20 14 - -20 14 - 21 -28 - 21 -28 - -17 11 - -17 11 - -63 -19 - -63 -19 - -45 11 - -45 11 - 67 6 - 67 6 - 39 -54 - 1 -9 - 1 -9 - 28 -36 - 27 -36 - 28 -36 - -84 -61 - 63 81 - -84 -61 - -82 74 - -82 74 - -33 -40 - -33 -40 - -32 -40 - 23 -45 - 13 17 - 13 17 - 12 18 - 13 18 - 13 18 - 13 17 - 12 18 - 13 18 - 14 18 - -45 83 - -45 83 - 27 15 - 27 15 - 39 -56 - -15 65 - 39 -56 - -19 63 - -19 63 - -44 -93 - -44 -93 - -40 91 - 59 -88 - 59 -88 - -44 -93 - -97 47 - 59 -88 - -50 -34 - -50 -34 - 26 32 - 26 32 - -98 40 - -98 40 - 58 60 - 58 60 - -1 -19 - -1 -19 - 80 -99 - 80 -99 - -85 42 - -85 42 - 64 66 - -1 -20 - -1 -20 - -74 53 - -74 53 - 36 -49 - 36 -49 - 61 9 - 3 -76 - 3 -76 - 15 90 - 15 90 - -88 -74 - -88 -74 - 2 47 - 2 47 - 71 -58 - 71 -58 - -18 41 - -18 41 - 0 -24 - 0 -24 - -1 -24 - 0 -24 - 0 -24 - 0 -24 - 0 -24 - 0 -24 - 0 -24 - 0 -24 - 61 -12 - 61 -12 - -79 -8 - -79 -8 - -79 -7 - -79 -7 - -79 -8 - -79 -7 - 0 -27 - 0 -27 - 0 -28 - 0 -27 - 0 -27 - 0 -27 - 0 -27 - 13 47 - 13 47 - -26 59 - -26 59 - -14 91 - -89 -17 - -14 91 - 1 -28 - 1 -28 - 1 -28 - -19 -68 - -19 -68 - 0 -28 - 0 -28 - 0 -28 - 0 -27 - 0 -27 - 0 -28 - 0 -28 - 0 -27 - -25 83 - -25 83 - -51 -77 - -51 -77 - -92 13 - 78 -48 - -92 13 - 12 -76 - 12 -76 - 52 27 - 52 27 - -17 -33 - -17 -33 - -61 -33 - -61 -33 - 1 -28 - 1 -28 - 69 -15 - 69 -15 - 9 35 - 9 35 - 1 -28 - 1 -28 - 31 11 - 31 11 - -20 -88 - -21 -88 - -20 -88 - 49 98 - 49 98 - 50 98 - -3 -29 - -3 -29 - 1 -27 - 1 -27 - 1 -27 - 1 -27 - -96 -45 - -96 -45 - -89 56 - -99 -4 - -99 -4 - 1 -27 - 1 -26 - 1 -27 - 1 -27 - 1 -27 - 1 -27 - 1 -27 - 1 -26 - 1 -27 - 1 -27 - 1 -27 - 1 -27 - 1 -27 - 1 -27 - 1 -27 - 1 -27 - 2 -26 - 15 -96 - 15 -96 - 77 -88 - 77 -88 - -82 19 - -82 19 - 1 -26 - 1 -26 - 1 -25 - 1 -25 - 1 -25 - -45 29 - 12 -53 - -45 29 - 2 -25 - 2 -25 - 1 -25 - -13 38 - -13 38 - -73 -74 - -73 -74 - -88 47 - -88 47 - -22 94 - -27 79 - -27 79 - 4 33 - 4 33 - 1 -22 - 1 -22 - 4 21 - 5 21 - 0 -22 - 1 -22 - 4 21 - 1 -22 - 4 21 - 5 21 - 0 -22 - 1 -22 - 0 -22 - 1 -22 - 4 21 - 5 21 - 0 -22 - 1 -22 - 1 -22 - 2 -22 - 1 -22 - 1 -22 - 1 -22 - 1 -22 - -90 -6 - -90 -6 - 1 -20 - 2 -20 - 1 -20 - 2 -20 - 2 -20 - -37 -68 - -37 -68 - 2 -18 - 2 -18 - 2 -18 - 2 -18 - 2 -18 - -45 84 - -45 84 - -95 -15 - -22 96 - -32 -2 - -32 -2 - -58 87 - -58 87 - -57 87 - 1 -17 - 1 -17 - -9 -30 - -9 -30 - -8 -30 - -51 -8 - -51 -8 - 2 -14 - 2 -14 - 2 -14 - 2 -13 - 2 -13 - 2 -14 - 2 -14 - 2 -14 - -9 51 - -9 51 - -55 92 - -55 92 - 15 -26 - 15 -26 - -13 -8 - -13 -8 - -94 -62 - -94 -62 - -44 44 - -44 44 - 22 29 - 22 29 - -4 69 - -4 69 - 39 -81 - 39 -81 - 12 -27 - 12 -27 - 13 -26 - 14 -25 - 14 9 - 14 9 - -9 -13 - -9 -13 - 17 12 - 17 12 - 17 12 - 17 12 - 16 11 - 16 11 - 16 11 - 16 11 - 29 82 - 29 82 - 36 37 - 36 37 - -30 -8 - -30 -8 - 18 -58 - 18 -58 - 17 -58 - 40 27 - 40 27 - -20 -17 - -20 -17 - -20 -16 - -20 -16 - -20 -17 - -20 -16 - -85 -73 - -85 -73 - -10 4 - -10 4 - 19 -25 - 19 -25 - 19 -26 - -19 13 - -19 13 - 29 -37 - 30 -38 - 29 -37 - -16 10 - -16 10 - 39 -54 - 67 6 - 39 -54 - -32 -40 - -33 -40 - -32 -40 - 24 -45 - 23 -45 - -85 98 - -85 98 - 14 18 - 13 18 - 14 18 - -16 -68 - -16 -68 - -2 -43 - -2 -43 - -36 -80 - -36 -80 - -17 -13 - -17 -13 - -23 78 - -23 78 - -94 17 - -94 17 - 31 5 - 31 5 - 68 -78 - 36 -99 - 68 -78 - 50 19 - 50 19 - 18 -9 - 18 -9 - -2 -89 - -2 -89 - 24 65 - 24 65 - 0 -24 - 0 -24 - 0 -24 - 0 -24 - 0 -24 - -1 -24 - 0 -24 - 0 -24 - 0 -24 - 0 -24 - -13 25 - -13 25 - 0 -26 - 0 -26 - -1 -26 - 0 -27 - -1 -26 - 0 -26 - -28 67 - 73 -19 - -28 67 - -16 -77 - -16 -77 - -80 -25 - -80 -25 - 0 -28 - 0 -27 - 0 -28 - 0 -27 - 62 -71 - 62 -71 - -53 64 - -53 64 - 47 78 - 47 78 - -14 23 - -14 23 - 59 -16 - 59 -16 - 50 98 - 49 98 - 50 98 - 51 56 - 51 56 - 60 48 - 0 24 - 0 24 - -75 46 - -75 46 - 11 -46 - 11 -46 - 1 -27 - 1 -27 - 1 -27 - 40 -37 - 40 -37 - 1 -27 - 1 -27 - 1 -27 - 1 -27 - 31 -56 - 31 -56 - -68 -24 - 48 56 - -68 -24 - 1 -25 - 1 -25 - 1 -25 - 1 -25 - 2 -25 - 1 -25 - 2 -24 - 2 -24 - -83 -98 - -83 -98 - 58 -72 - 58 -72 - 59 -72 - -96 -21 - -96 -21 - -46 0 - -46 0 - 1 -23 - 1 -23 - 5 21 - 1 -22 - 4 21 - 5 21 - 0 -22 - 1 -22 - 1 -22 - 1 -22 - 4 21 - 5 21 - 0 -22 - 1 -22 - 1 -22 - 1 -22 - 1 -22 - 1 -22 - -45 -88 - -45 -88 - 31 -40 - 27 44 - 31 -40 - 60 18 - 60 18 - 17 -24 - 17 -24 - 2 -20 - 2 -20 - 1 -20 - 2 -20 - 1 -19 - 1 -19 - 0 -19 - 61 -40 - 61 -40 - 74 42 - 74 42 - -77 41 - -57 87 - -58 87 - -57 87 - 34 -38 - 34 -38 - -8 -30 - -9 -30 - -8 -30 - -58 90 - 77 71 - -58 90 - 15 47 - 15 47 - 15 46 - 15 46 - 9 -9 - 9 -9 - 2 -13 - 21 74 - 21 74 - -70 72 - -70 72 - 81 -78 - 81 -78 - 5 -100 - 5 -100 - 72 30 - 72 30 - -75 -7 - 10 13 - 10 13 - 78 23 - 78 23 - 13 -26 - 12 -27 - 13 -26 - 14 -25 - 15 10 - 15 10 - 15 10 - 18 13 - 18 13 - 18 13 - 17 12 - 17 12 - 17 12 - -90 87 - -90 87 - -90 88 - 98 -73 - -90 88 - -90 87 - -90 88 - 98 -73 - -24 22 - -24 22 - -94 97 - -94 97 - 89 72 - 89 72 - -10 87 - -10 87 - -11 34 - -11 34 - 66 -46 - 66 -46 - 38 -47 - 38 -47 - 37 -45 - 20 -26 - 20 -26 - 19 -26 - -15 9 - -15 9 - 22 -31 - 22 -31 - 35 -49 - 35 -49 - 25 -81 - 25 -81 - -21 -90 - -87 -20 - -21 -90 - -72 -67 - -72 -67 - -15 65 - -15 65 - 39 -56 - -77 -80 - -77 -80 - -65 -88 - -65 -88 - -99 -81 - -99 -81 - -59 -28 - -59 -28 - -59 -27 - -59 -27 - -59 -28 - -59 -27 - 27 -67 - 27 -67 - 23 -37 - 23 -37 - -1 -17 - -1 -17 - -55 33 - -55 33 - -79 44 - -79 44 - -54 -75 - -54 -74 - 64 66 - -85 42 - 64 66 - -1 -21 - -1 -21 - -1 -21 - 61 9 - 36 -49 - 61 9 - 12 3 - 12 3 - 0 -21 - 0 -21 - -35 3 - -35 3 - 0 -25 - 0 -25 - 0 -26 - 0 -27 - -1 -26 - 0 -26 - 0 -27 - 0 -27 - -89 -17 - -89 -17 - -14 91 - -62 80 - -82 -53 - -62 80 - 15 35 - 15 35 - -87 91 - -87 91 - -50 80 - -50 80 - -17 -95 - 0 -28 - 1 -28 - 1 -27 - 0 -28 - 84 21 - 84 21 - 23 -84 - 23 -84 - 23 -34 - 23 -34 - -9 -99 - -9 -99 - -77 -57 - -77 -57 - 14 5 - 14 5 - 1 -29 - 1 -29 - 1 -28 - 0 -29 - 0 -29 - 1 -29 - 1 -28 - 0 -29 - 1 -28 - 37 93 - 37 93 - 60 48 - 51 56 - -3 -77 - 60 48 - 1 -27 - 1 -27 - 1 -27 - 43 -96 - 43 -96 - -63 85 - -63 85 - 1 -27 - 1 -27 - 1 -27 - 1 -27 - -9 -74 - -9 -74 - -8 -75 - 82 -4 - 82 -4 - 59 -72 - -35 87 - 58 -72 - 59 -72 - 1 -25 - 1 -25 - 1 -21 - 1 -21 - 1 -21 - 53 -85 - 53 -85 - -93 1 - -93 1 - 26 -16 - 26 -16 - 23 22 - 23 22 - 2 -18 - 2 -18 - 2 -18 - 2 -18 - 2 -18 - 2 -18 - 2 -18 - 2 -18 - 1 -18 - 1 -18 - 2 -18 - -95 -15 - -45 84 - -95 -15 - -22 96 - -33 41 - -33 41 - 51 73 - 51 73 - -23 -55 - -23 -55 - -22 -55 - -22 -54 - -70 98 - -70 98 - 1 -15 - 1 -15 - -27 71 - -27 71 - 25 30 - 25 30 - 4 -100 - 4 -100 - 28 78 - 28 78 - -29 83 - -29 83 - -1 27 - -1 27 - -7 52 - -7 52 - 11 46 - 11 46 - 11 -53 - 11 -53 - 65 -56 - 65 -56 - 16 -21 - 16 -21 - 59 -48 - 59 -48 - 24 -13 - 24 -13 - 14 -25 - 12 -27 - 13 -26 - 14 -25 - 16 11 - 16 11 - 16 11 - 16 11 - -5 -9 - -5 -9 - 18 13 - 18 13 - 18 13 - 18 13 - 71 9 - 71 9 - -75 86 - -75 86 - 46 -39 - 46 -39 - -12 -23 - -12 -23 - -12 -23 - -11 -9 - -11 -9 - 46 -29 - 46 -29 - 28 -48 - 28 -48 - 22 -19 - 22 -19 - -31 59 - -31 59 - 6 -11 - 6 -11 - -18 -22 - -18 -22 - -13 7 - -13 7 - -1 -10 - -2 -10 - -1 -10 - 23 -45 - -33 -40 - -32 -40 - 24 -45 - 23 -45 - -58 100 - -58 100 - -55 99 - -55 99 - -58 100 - -55 99 - -29 -88 - -29 -88 - -40 91 - -44 -93 - -40 91 - -97 47 - -97 47 - 59 -88 - -92 47 - -92 47 - -1 -17 - -1 -17 - 47 -49 - 47 -49 - -1 -18 - -1 -18 - 70 -14 - 70 -14 - 22 -88 - 22 -88 - -14 12 - -14 12 - 16 -76 - 16 -76 - -1 -21 - -1 -21 - -1 -21 - 93 -90 - 93 -90 - 36 -58 - -62 24 - 36 -58 - 0 -24 - 0 -24 - 0 -24 - 0 -24 - 0 -24 - -1 -24 - 0 -24 - 0 -24 - 0 -24 - 0 -24 - 0 -24 - -1 -24 - -1 -24 - 0 -24 - 0 -24 - 0 -24 - 0 -24 - -1 -24 - -1 -23 - -1 -23 - 0 -25 - 0 -25 - -47 11 - -47 11 - -59 66 - -59 66 - 0 -27 - 0 -27 - -1 -26 - 0 -26 - -99 -90 - -99 -90 - 1 -28 - 1 -28 - 1 -28 - -40 73 - -40 73 - 11 -80 - 11 -80 - -40 73 - 11 -80 - 21 -71 - 21 -71 - -24 -73 - -24 -73 - 21 -71 - -24 -73 - 79 0 - -17 -95 - -50 80 - -17 -95 - 32 -31 - 32 -31 - 65 -20 - 65 -20 - 1 -29 - 1 -29 - 1 -28 - 1 -28 - 1 -29 - 0 -29 - 1 -28 - -96 9 - -96 9 - -96 10 - -96 10 - -96 9 - -96 10 - 23 38 - 23 38 - 1 -28 - 1 -28 - 1 -28 - 1 -28 - 1 -28 - -73 88 - -73 88 - 40 -59 - 40 -59 - 1 -27 - 1 -27 - 1 -27 - 1 -27 - 1 -27 - 1 -27 - -58 49 - -58 49 - 1 -26 - 1 -26 - 1 -26 - 1 -26 - 1 -26 - 48 56 - 48 56 - -68 -24 - -8 -75 - -9 -74 - -8 -75 - 78 5 - 78 5 - -8 -75 - 78 5 - 62 -14 - 62 -14 - -51 -51 - -51 -51 - 46 -25 - 46 -25 - 1 -22 - 1 -22 - 1 -22 - 1 -22 - -46 -21 - -46 -21 - 27 44 - 27 44 - -46 -21 - 27 44 - 31 -40 - -92 75 - -92 75 - -23 6 - -23 6 - 45 -33 - 45 -33 - 76 0 - 76 0 - 2 -18 - 1 -18 - 2 -18 - -22 96 - -45 84 - -95 -15 - -22 96 - -22 -55 - -23 -55 - -22 -55 - -22 -54 - -22 -54 - -23 -55 - -22 -55 - -22 -54 - -22 -54 - -22 -54 - 32 -8 - 32 -8 - 2 -13 - 9 -9 - 2 -13 - -2 60 - -2 60 - 18 5 - 18 5 - -76 -40 - -76 -40 - 85 -66 - 85 -66 - -75 -7 - 72 30 - -75 -7 - 32 -5 - 32 -5 - 32 -4 - 32 -4 - 32 -5 - 32 -4 - -67 80 - -67 80 - -10 -90 - -10 -90 - -2 -18 - -2 -18 - 30 -25 - 30 -25 - -6 -16 - -6 -16 - 17 12 - 17 12 - 17 12 - 19 14 - 19 14 - 38 -63 - 38 -63 - -96 85 - -96 85 - -88 95 - -88 95 - -17 -15 - -17 -15 - -12 -23 - -12 -23 - -12 -23 - 42 -24 - 42 -24 - -44 48 - -44 48 - 38 -14 - 38 -14 - 37 59 - 37 59 - 48 47 - -9 3 - -9 3 - 30 -37 - 30 -37 - -24 -42 - -12 6 - -12 6 - 51 -67 - 52 -68 - 51 -67 - 52 -68 - 52 -68 - 51 -67 - 24 -35 - 24 -35 - 24 -35 - -35 86 - -35 86 - 1 -51 - 1 -51 - -50 -61 - -50 -61 - -1 -11 - -1 -11 - -1 -11 - 78 -34 - 78 -34 - 24 -45 - -32 -40 - 24 -45 - 23 -45 - -71 28 - -70 26 - -71 28 - 77 -90 - 77 -90 - -1 -15 - -1 -15 - 0 -18 - 0 -18 - -1 -18 - -81 9 - -81 9 - -21 -32 - -21 -32 - 44 68 - 44 68 - 60 -52 - 60 -52 - -44 20 - -44 20 - -48 -6 - -48 -6 - -44 20 - -48 -6 - -30 -34 - -30 -34 - 36 -99 - 36 -99 - 68 -78 - 32 55 - 32 55 - -66 -16 - -66 -16 - 0 -24 - 0 -24 - 0 -24 - 0 -24 - 0 -24 - -1 -24 - -5 -46 - -5 -46 - 78 -9 - 78 -9 - -21 -81 - -21 -81 - -22 -56 - -22 -56 - -7 -17 - -7 -17 - -15 -34 - -15 -34 - 78 55 - 78 55 - -63 12 - -63 12 - 15 -53 - 15 -53 - -49 -64 - -49 -64 - -59 80 - -59 80 - -9 -68 - -9 -68 - 23 -50 - 23 -50 - 0 -27 - 0 -27 - -21 -46 - -21 -46 - -39 -73 - -39 -73 - 7 -46 - 7 -46 - 0 -29 - 0 -29 - 1 -29 - 1 -29 - 1 -29 - 1 -28 - 1 -29 - 1 -29 - 1 -28 - 1 -29 - 0 -29 - -7 11 - -7 11 - 0 -29 - 1 -29 - 0 -29 - 37 89 - 37 89 - 1 -28 - 1 -28 - 1 -28 - 41 53 - 41 53 - 1 -27 - 1 -27 - 1 -27 - 1 -27 - 1 -27 - 1 -27 - 1 -27 - 1 -27 - 1 -27 - 1 -27 - 1 -27 - 1 -27 - 1 -27 - 1 -28 - 1 -27 - 2 -27 - 1 -27 - 36 61 - 36 61 - 1 -26 - 2 -26 - 1 -26 - 1 -24 - 1 -24 - -68 -33 - -68 -33 - -71 -21 - -71 -21 - 42 58 - 42 58 - -96 -29 - -96 -29 - -97 9 - 2 -17 - 2 -17 - -77 41 - 74 42 - -77 41 - 2 -17 - 2 -17 - 3 -17 - 2 -16 - 2 -16 - 72 33 - -68 -36 - 72 33 - 77 71 - 77 71 - -58 90 - 4 -63 - 4 -63 - 92 -62 - 92 -62 - -32 19 - -32 19 - 0 -76 - 0 -76 - 3 -9 - 3 -9 - -91 -76 - -91 -76 - -1 -45 - -1 -45 - 51 64 - 51 64 - -75 -7 - -75 -7 - -24 38 - -24 38 - -3 -28 - -3 -28 - -72 -86 - -72 -86 - 11 7 - 11 7 - 18 13 - 18 13 - 18 13 - 98 -73 - -90 87 - -90 88 - 98 -73 - 17 19 - 17 19 - 63 -5 - 63 -5 - 62 -76 - 62 -76 - 48 47 - 37 59 - 48 47 - 37 -45 - 38 -47 - 37 -45 - -24 -42 - 30 -37 - -24 -42 - 12 -19 - 12 -19 - 31 -41 - 32 -42 - 31 -41 - 52 -68 - 52 -68 - 52 -68 - 52 -68 - 51 -67 - 52 -68 - 52 -68 - 52 -68 - 52 -68 - 52 -68 - 51 -67 - 52 -68 - 52 -68 - 52 -68 - 52 -68 - 52 -68 - 51 -67 - 52 -68 - 24 -35 - 24 -35 - 24 -35 - -76 -96 - -76 -96 - 56 -96 - 56 -96 - 85 -28 - 85 -28 - 92 22 - 92 22 - -29 -75 - -29 -75 - 4 -83 - 4 -83 - -68 -83 - -68 -83 - -87 -20 - -87 -20 - -21 -90 - -1 -11 - -1 -11 - -2 -11 - -2 -11 - -2 -11 - -1 -11 - -2 -11 - -2 -11 - -1 -11 - -2 -10 - -2 -10 - -1 -10 - -2 -13 - -2 -13 - -62 -78 - -62 -78 - -76 98 - -76 98 - -82 -67 - -82 -67 - -62 76 - -62 76 - -32 -85 - -32 -85 - -97 -76 - -97 -76 - -28 88 - -28 88 - 56 11 - 56 11 - -54 -75 - -79 44 - -54 -75 - -54 -74 - -54 -74 - -79 44 - -54 -75 - -54 -74 - 16 -81 - 16 -81 - 22 27 - 22 27 - -3 94 - -3 94 - -62 24 - -62 24 - 36 -58 - -51 84 - -51 84 - -87 -18 - -87 -18 - 29 85 - 29 85 - -87 -18 - 29 85 - 74 66 - 74 66 - 69 -22 - 69 -22 - 0 -26 - 0 -26 - -1 -26 - 0 -27 - -1 -26 - 0 -26 - -1 -26 - 0 -27 - 29 71 - 29 71 - -99 -32 - -99 -32 - -29 -99 - -84 -15 - -84 -15 - -52 -94 - -52 -94 - 95 46 - 95 46 - -52 -94 - 95 46 - 70 10 - 70 10 - 10 63 - 10 63 - 95 14 - 95 14 - -95 -20 - -35 -85 - -35 -85 - 1 -28 - 1 -28 - 0 -28 - 1 -29 - 1 -29 - 7 73 - 7 73 - 0 -28 - 0 -28 - 1 -28 - 1 -28 - 0 -29 - 2 -18 - 2 -18 - 1 -29 - 1 -29 - -78 -4 - -78 -4 - -46 -22 - -46 -22 - -72 -3 - 66 33 - -72 -3 - 14 99 - 14 99 - 2 -82 - 3 -83 - 2 -82 - 62 -68 - 62 -68 - -5 -51 - -5 -51 - 35 -73 - 35 -73 - -40 -46 - -40 -46 - -66 28 - -66 28 - -95 98 - -95 98 - -3 -77 - -3 -77 - 60 48 - -72 -67 - -72 -67 - 27 -74 - 27 -74 - 1 -27 - 1 -27 - 1 -28 - 28 -48 - 28 -48 - -39 37 - 60 -52 - 60 -52 - 1 -27 - 1 -27 - 1 -27 - 1 -27 - 1 -27 - -27 70 - -27 70 - -90 -12 - -90 -12 - 5 18 - 5 18 - -35 87 - -35 87 - 59 -72 - -8 92 - -8 92 - 9 -97 - 9 -97 - -54 33 - -54 33 - 2 -23 - 2 -23 - 33 81 - 33 81 - 76 -46 - -53 -68 - -53 -68 - -38 -45 - -38 -45 - 3 -17 - 2 -17 - 3 -17 - 43 46 - 43 46 - 50 -36 - 50 -36 - 2 -14 - 2 -14 - 2 -14 - 2 -13 - 2 -13 - 18 85 - 18 85 - 38 87 - 38 87 - -56 74 - 91 -12 - 91 -12 - 82 1 - 82 1 - 96 38 - 96 38 - 12 8 - 12 8 - -91 58 - -91 58 - -97 -20 - -97 -20 - -97 -19 - -96 -19 - -97 -19 - -97 -20 - -97 -19 - -96 -19 - 36 37 - 36 37 - 10 -50 - 10 -50 - 6 38 - 6 38 - 11 -7 - 11 -7 - -14 8 - -14 8 - -63 -6 - -63 -6 - 42 -52 - 42 -52 - 32 -42 - 32 -42 - 31 -41 - 52 -68 - 52 -68 - 52 -68 - 52 -68 - 51 -67 - 52 -68 - 51 -67 - 52 -68 - 52 -68 - 52 -68 - 51 -67 - 52 -68 - 52 -68 - 52 -68 - 52 -68 - 52 -68 - 51 -67 - 52 -68 - 32 52 - 32 52 - 2 -11 - 2 -11 - 50 83 - 50 83 - -2 -9 - -2 -9 - -2 -11 - -1 -11 - -2 -11 - -2 -11 - -1 -11 - -70 26 - -70 26 - -71 28 - -79 -60 - -79 -60 - 32 49 - 32 49 - -1 -15 - -1 -15 - -1 -15 - -12 15 - -12 15 - -93 98 - -93 98 - 64 34 - 64 34 - -1 -18 - 0 -18 - -1 -18 - -1 -18 - -53 27 - -53 27 - -16 23 - -16 23 - 78 -28 - 78 -28 - 0 -22 - 0 -22 - 25 -96 - 25 -96 - -18 50 - -18 50 - -1 -24 - -1 -24 - -1 -24 - -15 30 - -15 30 - 24 33 - 24 33 - -51 -98 - -51 -98 - 59 -96 - 59 -96 - -51 -98 - 59 -96 - 0 68 - 0 68 - 65 100 - -85 -82 - 65 100 - 0 -26 - 0 -27 - 0 -26 - 0 -26 - 0 -26 - 55 73 - 71 -60 - 55 73 - 0 -27 - 0 -27 - 0 -28 - -40 -86 - -40 -86 - 84 -55 - 84 -55 - -41 -90 - -41 -90 - 84 -55 - -41 -90 - 79 0 - -24 -73 - 79 0 - -67 21 - -67 21 - -66 21 - 74 63 - 74 63 - 48 -87 - 61 -35 - -68 19 - 61 -35 - 28 65 - -69 29 - -69 29 - 3 -83 - 3 -83 - 2 -82 - 1 -29 - 1 -28 - 1 -29 - 1 -29 - 1 -28 - -86 -33 - -35 83 - -86 -33 - 1 -29 - 1 -29 - 0 -29 - 15 87 - 15 87 - 1 -28 - 1 -27 - 1 -28 - -39 37 - 28 -48 - -39 37 - 55 39 - 55 39 - 1 -27 - 1 -27 - 1 -27 - 1 -27 - 1 -28 - 1 -27 - 1 -28 - 1 -27 - 1 -27 - 1 -28 - 1 -27 - 2 -27 - 1 -27 - 1 -27 - 1 -28 - 1 -27 - 2 -27 - 1 -27 - 28 -38 - 28 -38 - 28 -37 - 29 -38 - 28 -37 - 28 -38 - 28 -37 - 29 -38 - 68 -96 - 68 -96 - 28 -35 - 28 -35 - 1 -26 - 1 -26 - 1 -26 - -26 38 - -26 38 - 73 61 - 73 61 - -11 93 - -11 93 - 78 75 - 78 75 - 38 -75 - 38 -75 - 2 -24 - 2 -24 - 1 -24 - 21 28 - 21 28 - -46 -60 - -46 -60 - 72 -20 - 72 -20 - 73 -20 - 76 -46 - 33 81 - 76 -46 - -97 9 - -96 -29 - -97 9 - 27 69 - 27 69 - -56 95 - -56 95 - 57 -2 - 57 -2 - -56 -87 - -56 -87 - -68 -36 - -68 -36 - 72 33 - 1 37 - 1 37 - 2 -14 - 2 -14 - 2 -14 - -79 97 - -79 97 - 2 -13 - 2 -13 - 2 -13 - 6 -49 - 6 -49 - -84 -34 - -84 -34 - 75 -97 - 75 -97 - 62 70 - 62 70 - 6 17 - 6 17 - 95 -37 - 95 -37 - 2 -9 - 2 -9 - -45 -78 - -45 -78 - -64 68 - -64 68 - -51 24 - -51 24 - -97 -62 - -97 -62 - -86 26 - -86 26 - 31 57 - 31 57 - 39 68 - 39 68 - -21 25 - -21 25 - -96 -19 - -97 -20 - -97 -19 - -96 -19 - 17 6 - 17 6 - 42 -66 - 16 -79 - 42 -66 - 21 15 - 21 15 - 46 -54 - 46 -54 - 66 -80 - 66 -80 - 10 -15 - 10 -15 - -20 -3 - -20 -3 - 28 -35 - 28 -35 - -10 4 - -10 4 - -13 7 - -13 7 - -77 62 - -76 61 - -77 62 - 44 38 - 44 38 - -24 17 - -24 17 - -87 26 - -87 26 - 6 -25 - 6 -25 - 87 69 - 87 69 - -1 -12 - -1 -12 - -1 -11 - -2 -11 - -2 -11 - -1 -11 - -1 -11 - -1 -13 - -1 -13 - -17 10 - -17 10 - -21 -88 - -21 -88 - 12 -68 - 12 -68 - 65 -78 - 65 -78 - -1 -15 - -1 -15 - -1 -15 - -1 -15 - -1 -15 - 0 -20 - 0 -20 - -75 -63 - -75 -63 - -16 75 - -16 75 - 4 -86 - 4 -86 - 9 -7 - 9 -7 - -90 -46 - -90 -46 - 12 -55 - 12 -55 - 81 10 - 81 10 - 57 1 - 57 1 - -11 44 - -11 44 - 62 -24 - 62 -24 - 62 -23 - 62 -23 - 62 -24 - 62 -23 - 77 -81 - 77 -81 - 0 -26 - 0 -26 - 0 -26 - -1 -26 - -1 -26 - 0 -26 - -1 -26 - 34 54 - 34 54 - 88 47 - 88 47 - 71 -60 - 71 -60 - 55 73 - 19 67 - 19 67 - 58 -67 - 58 -67 - 56 -67 - 0 -28 - 0 -27 - 0 -28 - 0 -27 - 0 -27 - 0 -28 - 0 -27 - 0 -28 - 57 -28 - 57 -28 - -95 -20 - 95 14 - -95 -20 - -69 47 - -69 47 - 69 51 - 0 -28 - 0 -28 - 0 -28 - 0 -28 - 0 -28 - 0 -28 - -66 21 - -67 21 - -66 21 - 66 27 - 66 27 - 1 -29 - 1 -29 - 0 -30 - 0 -30 - 1 -29 - 0 -30 - 1 -29 - -22 -65 - -22 -65 - 74 66 - 74 66 - -70 88 - -70 88 - -11 51 - -11 51 - 51 -3 - 93 -99 - 93 -99 - 66 33 - 66 33 - -72 -3 - 1 -29 - 1 -29 - 1 -29 - 1 -28 - 1 -29 - 0 -57 - 0 -57 - -66 -38 - -66 -38 - 90 9 - 90 9 - 54 88 - 54 88 - -34 -38 - -34 -38 - -95 27 - -95 27 - -12 -46 - -12 -46 - 1 -27 - 1 -27 - 1 -27 - 1 -27 - 1 -27 - 1 -28 - 2 -27 - 1 -27 - 1 -28 - 1 -27 - 2 -27 - 1 -27 - 29 -38 - 28 -38 - 28 -37 - 29 -38 - -50 -22 - -50 -22 - -50 -21 - 50 -21 - -50 -21 - -50 -22 - -50 -21 - 50 -21 - 2 -26 - 2 -26 - 1 -26 - 41 -49 - 41 -49 - 64 -14 - -22 -51 - -22 -51 - 1 -26 - 1 -26 - 41 13 - 41 13 - 3 -24 - 3 -24 - 73 -20 - 72 -20 - 73 -20 - 34 72 - 34 72 - 17 90 - 17 90 - -92 98 - -92 98 - -7 22 - -7 22 - 72 -84 - 72 -84 - -68 54 - -68 54 - 2 -19 - 2 -19 - 50 47 - 50 47 - 2 -15 - 2 -15 - 2 -15 - 2 -15 - 2 -15 - 2 -15 - 2 -15 - 2 -15 - 2 -14 - 2 -14 - -55 39 - -55 39 - -55 40 - -55 40 - -55 39 - -55 40 - 2 -15 - 2 -15 - 14 -22 - 14 -22 - 41 69 - 41 69 - -56 74 - 38 87 - -56 74 - -49 -75 - -49 -75 - -53 81 - -53 81 - 31 -74 - 31 -74 - 2 -9 - 2 -9 - 3 -9 - 50 -9 - 50 -9 - -30 -41 - -30 -41 - 3 -34 - 3 -34 - 68 48 - 68 48 - -79 -29 - -18 66 - -18 66 - 78 62 - 78 62 - 24 19 - 24 19 - 46 45 - 46 45 - 47 46 - 7 9 - 7 9 - 25 75 - 25 75 - -58 72 - 93 3 - -58 72 - 25 -72 - 25 -72 - -84 -22 - -84 -22 - -19 -4 - -19 -4 - -76 61 - 45 83 - -76 61 - -77 62 - 50 -2 - 50 -2 - 29 -40 - -12 4 - -12 4 - -22 16 - -22 16 - 71 -49 - 71 -49 - -13 70 - -13 70 - -66 45 - -66 45 - -20 37 - -20 37 - -40 8 - 29 1 - 29 1 - -75 93 - -75 93 - 72 78 - 72 78 - -1 -16 - -1 -16 - 24 -22 - 24 -22 - 16 -69 - 16 -69 - -1 -17 - -1 -17 - -1 -17 - -1 -18 - -1 -18 - -1 -18 - -83 -50 - -83 -50 - -1 -19 - -1 -19 - -72 56 - -72 56 - 72 -96 - 72 -96 - -21 -47 - -21 -47 - -37 -44 - -37 -44 - 37 -40 - 37 -40 - -21 -66 - -21 -66 - 49 9 - 49 9 - 98 8 - 98 8 - 97 10 - 97 10 - 0 -27 - 0 -26 - -1 -26 - 0 -27 - 1 -27 - 65 -15 - 65 -15 - 0 -27 - 0 -27 - 0 -26 - 0 -26 - 0 -26 - 0 -27 - 0 -26 - 0 -26 - 0 -26 - 0 -26 - 0 -26 - 0 -26 - 0 -26 - -1 -27 - 0 -26 - 62 6 - 62 6 - 56 -67 - 58 -67 - 56 -67 - 38 -86 - 38 -86 - -33 36 - -33 36 - 10 28 - 10 28 - 1 -28 - 1 -28 - 1 -28 - 1 -28 - 1 -28 - 1 -28 - -29 -99 - -99 -32 - -29 -99 - -28 91 - -28 91 - -56 -4 - -56 -4 - 48 -87 - 74 63 - 48 -87 - 0 -29 - 1 -28 - 0 -29 - 26 -19 - 26 -19 - 1 -29 - 0 -30 - 1 -29 - -68 19 - -68 19 - 61 -35 - 28 65 - 28 65 - -68 19 - 61 -35 - 28 65 - -99 -29 - -99 -29 - 31 97 - 31 97 - 1 -29 - 1 -29 - 1 -29 - 1 -29 - -35 83 - -35 83 - -86 -33 - 55 -68 - 55 -68 - 55 -67 - 55 -67 - 55 -68 - 55 -67 - 85 79 - 85 79 - -3 -23 - -3 -23 - -4 53 - -4 53 - -10 78 - -10 78 - -30 36 - -30 36 - 38 -33 - 38 -33 - -4 -100 - -4 -100 - -96 -50 - -96 -50 - 48 80 - 48 80 - 56 36 - 64 -14 - 56 36 - 1 -25 - 1 -25 - 86 -20 - 86 -20 - -80 6 - -80 6 - 83 -54 - 83 -54 - -93 97 - -93 97 - -78 85 - -78 85 - 61 -42 - 61 -42 - 2 35 - 2 35 - -8 -94 - -8 -94 - -89 18 - -89 18 - 15 -74 - 15 -74 - 37 -39 - 37 -39 - -32 -62 - -32 -62 - -81 92 - -81 92 - 3 -9 - 2 -9 - 3 -9 - -76 -38 - -76 -38 - -18 20 - -18 20 - -24 10 - 76 -9 - 76 -9 - -40 -17 - -40 -17 - -74 77 - -74 77 - 47 46 - 46 45 - 47 46 - 48 47 - -42 95 - -42 95 - 93 3 - 93 3 - -58 72 - 52 -86 - 52 -86 - 16 -79 - 16 -79 - 42 -66 - 6 25 - 6 25 - 45 -53 - 44 52 - 45 -53 - 41 -49 - 41 -49 - -2 30 - -1 29 - -2 30 - 4 49 - 4 49 - -75 -57 - -75 -57 - -2 -87 - -2 -87 - 41 -58 - 41 -58 - 41 -57 - 41 -57 - 41 -58 - 41 -57 - -41 -19 - -41 -19 - -40 -20 - -40 8 - -20 37 - -40 8 - -53 14 - -53 14 - -1 -17 - -1 -17 - -1 -17 - -33 -8 - -33 -8 - -90 76 - -90 76 - -1 -19 - -1 -19 - -1 -19 - 65 78 - 65 78 - -16 24 - -16 24 - -62 7 - -62 7 - -1 -24 - -1 -24 - -1 -24 - 52 6 - 52 6 - 69 51 - 69 51 - -72 69 - -17 99 - -72 69 - 0 -25 - 0 -25 - -26 -13 - -26 -13 - -89 -51 - -89 -51 - -33 -21 - -33 -21 - -85 -82 - -85 -82 - 65 100 - 1 -27 - 0 -27 - 1 -27 - 68 -92 - 68 -92 - 62 -39 - 62 -39 - 6 24 - 6 24 - 86 67 - 86 67 - 0 -28 - 0 -28 - 0 -28 - 89 -9 - 89 -9 - 0 -30 - 0 -30 - 0 -29 - 0 -29 - 0 -30 - 0 -29 - 96 -92 - 96 -92 - 67 71 - 67 71 - 41 -92 - 89 18 - 89 18 - 0 -29 - 0 -29 - 51 -3 - -11 51 - 51 -3 - 41 -87 - 41 -87 - -57 75 - 37 -23 - 37 -23 - -89 62 - -89 62 - -2 49 - -2 49 - 1 -28 - 1 -28 - 1 -28 - -91 6 - -91 6 - -42 -28 - -42 -28 - -95 -77 - -95 -77 - 5 17 - 5 17 - 49 11 - 49 11 - -13 20 - -13 20 - -12 21 - 50 -21 - -50 -22 - -50 -21 - 50 -21 - -26 55 - -26 55 - -42 90 - -42 90 - 46 36 - 46 36 - -55 -65 - -55 -65 - -11 -99 - -11 -99 - 67 -37 - 67 -37 - 1 -24 - 2 -24 - 1 -24 - -84 -4 - 66 50 - -84 -4 - -25 -34 - -25 -34 - 35 72 - 35 72 - 2 -16 - 2 -16 - 3 -16 - 4 91 - 21 -90 - 4 91 - 5 -47 - 5 -47 - 2 -14 - 2 -14 - 2 -13 - 2 -13 - 2 -13 - 8 60 - 8 60 - 52 57 - 52 57 - -96 -87 - -96 -87 - 2 -11 - 2 -11 - -31 -15 - -31 -15 - -70 -64 - -70 -64 - -57 -75 - -71 -33 - -71 -33 - -16 60 - -16 60 - -22 -48 - -22 -48 - -18 -93 - -18 -93 - 15 98 - 15 98 - -70 39 - 73 34 - -70 39 - -85 -18 - -85 -18 - -94 -85 - -94 -85 - 9 4 - 9 4 - 48 47 - 47 46 - 48 47 - 50 48 - 50 48 - 49 47 - 78 40 - 78 40 - -43 0 - -43 0 - 69 5 - 69 5 - 91 8 - 91 8 - 11 -5 - 11 -5 - 42 33 - 42 33 - 5 -75 - 5 -75 - 27 -58 - 27 -58 - -11 6 - -11 6 - -28 6 - -28 6 - -41 -27 - -41 -27 - -41 -26 - -41 -26 - -41 -27 - -41 -26 - 39 27 - 39 27 - 40 28 - 28 -34 - 28 -34 - -1 29 - 0 28 - -1 29 - -2 30 - -34 -1 - -34 -1 - 45 83 - 56 72 - 45 83 - -76 61 - 50 -68 - 50 -68 - 54 -69 - 29 -40 - 50 -2 - 29 -40 - 1 -9 - 1 -9 - 36 -64 - 36 -64 - -66 -53 - -66 -53 - -95 71 - -95 71 - -40 -20 - -41 -19 - -40 -20 - 0 -12 - 0 -12 - -53 -38 - -53 -38 - -53 -37 - -53 -37 - -53 -38 - -53 -37 - -12 -66 - -12 -66 - -1 -19 - -1 -19 - -1 -19 - -1 -19 - -1 -20 - -2 -20 - -1 -20 - -14 -74 - -14 -74 - -81 -38 - -81 -38 - 0 -21 - 0 -21 - -86 31 - -86 31 - 0 -22 - 0 -22 - 11 89 - 11 89 - -8 40 - -8 40 - 21 -99 - 21 -99 - -17 99 - -17 99 - -72 69 - 29 37 - 29 37 - 1 88 - 1 88 - -1 -26 - -1 -26 - 0 -26 - 0 -26 - 80 -97 - 80 -97 - -48 -3 - -48 -3 - 43 13 - 43 13 - -43 33 - -43 33 - 0 -28 - 0 -27 - 0 -28 - 0 -28 - -20 65 - -20 65 - -57 15 - -57 15 - -89 -50 - -89 -50 - 69 51 - -69 47 - 69 51 - 60 -73 - 60 -73 - 75 88 - -68 -90 - 75 88 - 69 45 - 69 45 - 98 2 - 98 2 - -46 -5 - -46 -5 - -76 -5 - -76 -5 - 58 -33 - 58 -33 - 62 80 - 62 80 - -9 90 - -9 90 - 1 -28 - 1 -28 - 1 -28 - 1 -29 - 89 -51 - 89 -51 - 86 52 - 86 52 - 82 -58 - -77 63 - 82 -58 - 86 52 - 82 -58 - -77 63 - 37 -57 - 37 -57 - -81 -57 - -81 -57 - 40 -64 - -76 5 - 40 -64 - 11 -75 - 11 -75 - -76 5 - 40 -64 - 11 -75 - -12 21 - -13 20 - -12 21 - 96 17 - 96 17 - 64 -14 - 41 -49 - 64 -14 - 56 36 - 4 -98 - 4 -98 - -94 -8 - -94 -8 - -57 -31 - -57 -31 - -23 -46 - -23 -46 - -76 -46 - -76 -46 - -98 77 - -98 77 - 15 6 - 15 6 - 31 -21 - 31 -21 - 2 -21 - 2 -21 - -97 30 - -97 30 - 0 47 - 0 47 - 21 -90 - -75 58 - 21 -90 - 4 91 - 3 -16 - 2 -16 - 3 -16 - -83 0 - -83 0 - 2 -15 - 2 -15 - 2 -15 - 2 -15 - 2 -15 - 34 9 - 34 9 - -43 8 - -43 8 - 45 52 - 45 52 - -87 79 - -87 79 - -98 -66 - -98 -66 - 36 11 - 10 -36 - 36 11 - 2 -9 - 2 -9 - 59 0 - 59 0 - -36 45 - -36 45 - 17 21 - 17 21 - -79 -29 - 68 48 - -79 -29 - 96 -46 - 96 -46 - 29 -23 - 29 -23 - -78 4 - -78 4 - 36 -37 - 36 -37 - 73 34 - 73 34 - -70 39 - 26 20 - 26 20 - 98 46 - 98 46 - 99 47 - -95 -96 - -95 -96 - 40 28 - 39 27 - 40 28 - -2 84 - -2 84 - 68 -50 - 68 -50 - 6 -11 - 6 -11 - 44 52 - 44 52 - 45 -53 - -14 8 - -14 8 - -13 -10 - -14 -9 - 37 -44 - 37 -44 - -16 -7 - -16 -7 - 23 -29 - 23 -29 - -14 8 - -14 8 - 0 28 - 0 28 - -1 29 - 56 72 - 56 72 - 45 83 - -70 -93 - -70 -93 - 54 -69 - 50 -68 - 54 -69 - -89 -89 - -89 -89 - 15 -24 - 15 -24 - -92 -73 - -92 -73 - -97 -62 - -97 -62 - -2 -14 - -2 -14 - -41 62 - -41 62 - -98 1 - -98 1 - -1 -16 - -1 -16 - 34 -25 - 34 -25 - -1 -15 - -1 -15 - -1 -15 - 37 -47 - 37 -47 - 42 77 - 42 77 - 27 -91 - 27 -91 - 49 -16 - 49 -16 - -81 -44 - -81 -44 - 30 86 - 30 86 - 70 -63 - 29 -53 - 29 -53 - -32 52 - 51 19 - 51 19 - -1 -27 - 0 -26 - -1 -27 - -98 54 - -98 54 - 33 90 - 33 90 - -84 36 - 61 -70 - -84 36 - 42 100 - 42 100 - -62 43 - -62 43 - 0 -29 - 0 -29 - 0 -29 - 0 -29 - 0 -29 - 0 -29 - -80 -95 - -80 -95 - 41 -92 - 67 71 - 41 -92 - 67 96 - 67 96 - 15 -95 - 15 -95 - -67 65 - -67 65 - 75 -3 - 75 -3 - -90 78 - -90 78 - -57 75 - 90 20 - 41 -87 - -57 75 - -57 -91 - -57 -91 - 82 -64 - 82 -64 - -57 -91 - 82 -64 - 41 79 - 41 79 - 19 22 - 19 22 - 1 -29 - 1 -29 - -29 73 - -29 73 - 41 -74 - 41 -74 - 19 1 - 19 1 - -76 5 - -76 5 - 40 -64 - 11 -75 - 35 -17 - 35 -17 - 1 -28 - 1 -28 - 59 96 - 59 96 - -68 11 - -68 11 - 2 -25 - 2 -25 - 35 -94 - 35 -94 - -14 34 - -14 34 - 11 -84 - 11 -84 - -91 -63 - -91 -63 - -53 38 - -53 38 - 66 50 - 66 50 - -84 -4 - 67 -8 - 67 -8 - -34 -90 - -34 -90 - 15 -65 - 15 -65 - 3 -15 - 3 -15 - 3 -15 - -76 19 - -76 19 - -26 69 - -26 69 - -23 -51 - -23 -51 - 10 -36 - 10 -36 - 36 11 - 10 -18 - 10 -18 - -52 64 - -17 -79 - -52 64 - -24 10 - -18 20 - -24 10 - -97 3 - -97 3 - 13 8 - 13 8 - 11 6 - 11 6 - 10 5 - 10 5 - 10 5 - 10 5 - 10 5 - 10 5 - 50 48 - 48 47 - 50 48 - 50 48 - 49 47 - 49 47 - 49 47 - 48 47 - 50 48 - 50 48 - 49 47 - 49 47 - 99 47 - 98 46 - 99 47 - -12 35 - -12 35 - 42 41 - 42 41 - 43 41 - 44 42 - -55 -22 - -55 -22 - 55 -22 - 55 -22 - 55 -21 - 55 -21 - 55 -22 - 55 -21 - 65 -33 - 65 -33 - 24 86 - 24 86 - 72 -54 - 72 -54 - 24 86 - 72 -54 - -10 4 - -10 4 - -57 -12 - -56 -13 - -57 -12 - 9 -18 - 9 -18 - -2 -10 - -2 -10 - -36 -30 - -36 -30 - -87 61 - -87 61 - -86 62 - -1 -30 - -1 -30 - 0 -30 - 5 -28 - 5 -28 - -46 40 - -46 40 - -1 -15 - -1 -15 - -1 -15 - 38 -2 - 38 -2 - -1 -19 - -1 -19 - 0 -19 - -83 78 - -83 78 - 14 -9 - 14 -9 - -87 -41 - -87 -41 - -68 -9 - -68 -9 - 28 -14 - 28 -14 - 12 -62 - -9 -64 - 12 -62 - 70 -63 - 30 86 - 70 -63 - 17 -43 - 17 -43 - 66 82 - 66 82 - -9 -71 - -9 -71 - 9 -27 - 9 -27 - 0 -27 - -26 -9 - 0 -27 - -40 -13 - -40 -13 - 0 -28 - 0 -28 - 43 67 - 43 67 - 87 -97 - 87 -97 - 31 -27 - 31 -27 - -47 46 - -47 46 - -68 -90 - -68 -90 - 75 88 - -61 81 - -61 81 - 71 6 - 71 6 - 11 10 - 11 10 - -10 59 - -10 59 - -50 4 - -50 4 - 23 60 - 23 60 - -39 -40 - -39 -40 - 0 -30 - 0 -30 - 1 -30 - -62 79 - 63 76 - -62 79 - -13 7 - -13 7 - 32 39 - 32 39 - 40 80 - 40 80 - -61 -3 - -61 -3 - 0 -29 - 0 -29 - 4 11 - 4 11 - -88 -85 - -88 -85 - 12 -72 - 74 -3 - 12 -72 - -68 -29 - 1 -29 - 1 -28 - 1 -29 - 2 -28 - 51 -39 - 51 -39 - -26 -40 - -26 -40 - -5 76 - -5 76 - 0 -29 - 0 -29 - 1 -29 - 59 94 - 59 94 - 60 93 - 60 94 - -77 63 - 86 52 - 82 -58 - -77 63 - 1 -28 - 1 -28 - 1 -27 - 1 -27 - 1 -28 - 1 -27 - -13 -19 - -13 -19 - -14 -17 - -14 -17 - 73 62 - 73 62 - -44 -48 - -44 -48 - 87 2 - 87 2 - -32 -31 - -32 -31 - -54 -26 - -54 -26 - 1 -78 - 1 -78 - 1 -23 - 1 -23 - 59 -52 - 59 -52 - 77 47 - 77 47 - 32 -79 - 32 -79 - -93 -7 - -93 -7 - -75 58 - -75 58 - 21 -90 - 9 -97 - 9 -97 - -75 58 - 9 -97 - -16 -56 - -16 -56 - -16 -55 - -16 -55 - -16 -56 - -16 -55 - -33 50 - -33 50 - 68 4 - 68 4 - 2 94 - 2 94 - 3 95 - 54 75 - -96 99 - -96 99 - -57 -75 - -70 -64 - -57 -75 - -28 -33 - -28 -33 - 36 88 - 36 88 - 83 56 - 83 56 - 12 7 - 12 7 - 50 48 - 48 47 - 50 48 - 50 48 - 49 47 - 49 47 - 49 47 - 48 47 - 50 48 - 50 48 - 49 47 - 49 47 - 13 -89 - 13 -89 - -35 -20 - -35 -20 - 43 41 - 42 41 - 43 41 - 44 42 - 11 7 - 11 7 - 71 1 - 71 1 - -77 -7 - -77 -7 - -26 -89 - -26 -89 - -26 -88 - -26 -88 - -26 -89 - -26 -88 - -17 -12 - -17 -12 - 50 31 - 50 31 - -94 -13 - -94 -13 - -95 -73 - -95 -73 - 32 38 - 32 38 - -24 -21 - -24 -21 - -46 4 - -46 4 - -14 -9 - -14 8 - -13 -10 - -14 -9 - 28 -34 - 28 -34 - -56 -13 - -56 -13 - -57 -12 - 56 35 - 56 35 - 34 -7 - 35 -8 - 34 -7 - 10 -19 - 10 -19 - 42 41 - 35 -47 - 42 41 - -47 -58 - -47 -58 - -86 62 - -87 61 - -86 62 - -42 -61 - -42 -61 - 13 -83 - 13 -83 - 0 -30 - -1 -30 - 0 -30 - -30 -80 - -30 -80 - 35 18 - 35 18 - 99 -91 - 99 -91 - -2 -15 - -2 -15 - 33 55 - 33 55 - -72 -5 - -72 -5 - -92 -11 - -92 -11 - -1 -19 - -1 -19 - -1 -19 - 23 36 - 23 36 - 0 -19 - -1 -19 - 0 -19 - -1 -19 - -2 -20 - -14 -15 - -2 -20 - -1 -20 - -1 -20 - -1 -20 - -1 -20 - 37 -49 - 37 -49 - -1 -24 - -1 -24 - 40 -2 - 40 -2 - 74 -32 - 74 -32 - 68 -45 - 68 -45 - 74 -32 - 68 -45 - -84 17 - -84 17 - -32 52 - 29 -53 - -32 52 - -85 50 - -85 50 - 0 -27 - 0 -27 - -1 -28 - -1 -28 - -54 -73 - -54 -73 - 0 -29 - 0 -29 - -85 60 - -85 60 - 0 -29 - 0 -29 - 1 -28 - 0 -30 - 0 -30 - -4 -40 - -4 -40 - 51 47 - 51 47 - 62 0 - 62 0 - -26 86 - -26 86 - -32 56 - -32 56 - 1 -30 - 0 -30 - 1 -30 - 90 20 - 90 20 - -57 75 - -66 16 - 69 -5 - -66 16 - -67 18 - -67 18 - 69 -5 - -66 16 - -67 18 - 1 -29 - 1 -29 - -56 -63 - -56 -63 - 19 -44 - 19 -44 - -21 46 - -21 46 - 1 -29 - 1 -29 - 1 -29 - 0 -29 - 1 -29 - 11 3 - 11 3 - 1 -29 - 1 -29 - 1 -29 - 60 93 - 59 94 - 60 93 - 60 94 - 60 94 - 59 94 - 60 93 - 60 94 - -46 15 - -46 15 - -21 68 - -21 68 - -20 68 - -10 -71 - -11 -70 - -91 59 - -91 59 - 64 -65 - 64 -65 - 9 8 - 9 8 - -13 43 - -13 43 - 2 -27 - 2 -27 - 2 -27 - 2 -27 - 67 -37 - 67 -37 - 67 -36 - 67 -36 - 67 -37 - 67 -36 - -80 34 - -80 34 - 98 76 - 98 76 - -55 3 - -55 3 - 30 18 - 30 18 - 2 -22 - 2 -22 - -60 72 - -60 72 - 84 8 - 84 8 - 2 -20 - 2 -20 - 2 -20 - 93 83 - 93 83 - 93 84 - 93 84 - 93 83 - 93 84 - 2 -15 - 2 -15 - 2 -15 - -45 -44 - -45 -44 - -2 25 - -2 25 - 3 -15 - 3 -15 - 3 -15 - 3 95 - 2 94 - 3 95 - 54 75 - -6 -70 - -6 -70 - 17 -25 - 17 -25 - -58 24 - -58 24 - -86 -31 - -86 -31 - -36 40 - -36 40 - -36 41 - -36 41 - -36 40 - -36 41 - -17 -79 - -17 -79 - -52 64 - 74 96 - 74 96 - -86 15 - -86 15 - 25 20 - 25 20 - 49 47 - 50 48 - 50 48 - 49 47 - 49 47 - 49 47 - 23 39 - 23 39 - 72 9 - 72 9 - 44 42 - 42 41 - 43 41 - 44 42 - 28 -28 - 28 -28 - 39 -48 - 39 -48 - 19 -24 - 19 -24 - -13 -10 - -14 8 - -13 -10 - -14 -9 - 42 -50 - 42 -50 - 35 -8 - 35 -8 - 34 -7 - 24 -32 - 25 -33 - 24 -32 - 5 -13 - 5 -13 - 63 21 - 63 21 - 59 -76 - 59 -76 - 4 26 - 4 26 - -2 -11 - -2 -11 - -2 -12 - -2 -12 - 80 -90 - 80 -90 - -44 45 - -44 45 - 14 3 - 14 3 - -78 73 - -78 73 - 69 -49 - 69 -49 - -69 77 - -69 77 - 41 -68 - 41 -68 - 50 -76 - 50 -76 - 43 86 - 43 86 - -26 22 - -26 22 - -1 -20 - -14 -15 - -2 -20 - -1 -20 - -1 -21 - -1 -21 - -82 29 - -82 29 - -57 -70 - -85 -9 - -85 -9 - -99 99 - -99 99 - 0 -26 - 0 -26 - -26 -9 - 0 -27 - 1 -27 - -26 -9 - -1 -27 - 0 -27 - 0 -27 - 65 78 - 65 78 - 13 -5 - 13 -5 - 88 68 - 86 67 - 88 68 - -36 -60 - -36 -60 - 95 -98 - 95 -98 - 0 -28 - -1 -29 - 0 -28 - 0 -29 - 0 -28 - 0 -29 - -1 -29 - 0 -28 - 0 -29 - 0 -28 - 0 -28 - -1 -29 - 0 -28 - 0 -29 - 0 -28 - 61 -70 - 61 -70 - -84 36 - 22 -73 - 22 -73 - 1 -28 - 0 -29 - 1 -28 - 1 -29 - 1 -29 - 1 -28 - 1 -29 - 22 -49 - 22 -49 - -68 -82 - -68 -82 - -6 -39 - -6 -39 - -6 77 - -6 77 - -77 -97 - -77 -97 - -77 -96 - -77 -96 - -77 -97 - -77 -96 - -78 -33 - 79 25 - -78 -33 - 63 76 - 89 43 - 63 76 - -62 79 - 2 -28 - 1 -29 - 2 -28 - 37 72 - 37 72 - 92 -43 - 92 -43 - -21 77 - -21 77 - 1 -29 - 1 -29 - 2 -28 - 1 -29 - 82 -61 - 82 -61 - 92 -45 - 92 -45 - 9 33 - 9 33 - -51 6 - -51 6 - -20 68 - -21 68 - -20 68 - -10 -71 - -11 -70 - -11 -70 - -21 68 - -20 68 - -10 -71 - -11 -70 - -3 20 - -3 20 - 2 -25 - 2 -25 - -49 64 - -49 64 - 2 -24 - 2 -24 - 42 -88 - 42 -88 - -80 -55 - -80 -55 - 12 93 - 12 93 - 7 70 - 7 70 - -60 -52 - -60 -52 - 2 -22 - 2 -22 - 2 -20 - 2 -20 - 2 -20 - 2 -19 - 2 -19 - 3 -19 - -18 98 - -18 98 - -17 98 - -4 -22 - -4 -22 - -37 -11 - -37 -11 - 2 -16 - 2 -16 - 2 -16 - 66 -59 - 66 -59 - 13 75 - 13 75 - 1 -87 - 1 -87 - 76 96 - 76 96 - -73 65 - -73 65 - -48 -88 - -48 -88 - 2 -10 - 2 -10 - 2 -10 - 1 -9 - 1 -9 - -1 28 - -1 28 - -97 -41 - -97 -41 - 47 -60 - 47 -60 - 10 -83 - 10 -83 - 99 92 - 99 92 - -26 -14 - -26 -14 - -21 -8 - -21 -8 - -84 50 - -84 50 - -39 -2 - -39 -2 - 13 9 - 13 9 - 51 -53 - 51 -53 - 51 -52 - 51 -52 - 51 -53 - 51 -52 - 39 -55 - 61 -34 - 39 -55 - -11 -9 - -11 -9 - -11 -9 - 44 31 - 44 31 - 49 -25 - 49 -25 - -40 29 - -40 29 - 20 -25 - 20 -25 - 7 -12 - 7 -12 - 33 -39 - 33 -39 - 32 -38 - 61 74 - 61 74 - 25 -33 - 25 -33 - 24 -32 - 55 -70 - 56 -71 - 55 -70 - 14 -23 - 14 -23 - 24 -34 - 24 -34 - -1 -84 - -1 -84 - -63 55 - -63 55 - -1 -84 - -63 55 - 53 -61 - 53 -61 - -90 4 - -90 4 - 48 -59 - 48 -59 - -77 -95 - -77 -95 - -72 -59 - -72 -59 - 15 -91 - 24 30 - 24 30 - -58 -39 - -58 -39 - -1 -16 - -1 -16 - 51 44 - 51 44 - -62 -64 - -62 -64 - 60 35 - 60 35 - 29 61 - -14 -15 - -14 -15 - -2 -20 - -1 -20 - -62 85 - -62 85 - 98 -72 - 98 -72 - -1 -21 - -1 -21 - -60 -16 - -60 -16 - -14 -12 - -14 -12 - -57 -70 - -82 29 - -57 -70 - 49 94 - 49 94 - -55 4 - -55 4 - -17 48 - -17 48 - -3 16 - -3 16 - -3 17 - -3 17 - -9 -64 - -9 -64 - 12 -62 - -1 -24 - -1 -24 - 1 -78 - 1 -78 - 0 -26 - 0 -26 - -13 -98 - -13 -98 - 98 49 - 98 49 - -40 -73 - -40 -73 - 59 -27 - 59 -27 - 80 -96 - 80 -96 - -62 21 - -62 21 - 36 -6 - 36 -6 - 79 -60 - 79 -60 - -5 55 - -5 55 - -70 -74 - -70 -74 - 1 -30 - 1 -30 - 10 -73 - 10 -73 - 77 -79 - 77 -79 - 74 -3 - 74 -3 - 12 -72 - -68 -29 - -68 -29 - 74 -3 - 12 -72 - -68 -29 - 68 -96 - 68 -96 - 69 -96 - -82 47 - -82 47 - 2 -28 - 1 -29 - 2 -28 - 1 -29 - 1 -28 - 1 -28 - -10 -71 - -21 68 - -20 68 - -10 -71 - -11 -70 - 1 -27 - 1 -27 - 22 -47 - 22 -47 - 28 -99 - 28 -99 - -35 -31 - -35 -31 - 28 -70 - 28 -70 - 69 -93 - 69 -93 - -10 -87 - -10 -87 - -35 -31 - -35 -31 - -90 -74 - -90 -74 - -3 63 - -3 63 - 3 -21 - 3 -21 - -58 78 - -68 -65 - -58 78 - 3 -19 - 2 -19 - 3 -19 - -17 98 - -18 98 - -17 98 - -62 6 - -62 6 - 2 -16 - 2 -16 - 29 8 - 29 8 - 3 -22 - 3 -22 - -7 -71 - -7 -71 - 5 98 - 5 98 - 65 65 - 65 65 - 2 -14 - 2 -14 - 54 75 - 2 94 - 3 95 - 54 75 - 64 77 - 64 77 - 44 86 - -2 -58 - -2 -58 - 2 -10 - 2 -10 - 2 -10 - 42 54 - 42 54 - -85 -2 - -85 -2 - 61 57 - -45 -63 - -45 -63 - -71 23 - -71 23 - -45 -63 - -71 23 - 31 17 - 31 17 - -69 35 - -69 35 - -7 38 - -7 38 - 29 -75 - 29 -75 - 17 -30 - 17 -30 - 53 -4 - 53 -4 - 39 39 - 47 49 - 47 49 - 45 49 - 46 49 - 19 28 - 19 28 - 19 29 - 19 29 - 19 28 - 19 29 - -42 69 - -42 69 - 35 99 - 35 99 - 26 -2 - 26 -2 - 15 17 - 15 17 - -12 -10 - -12 -10 - 11 8 - 11 8 - 75 -88 - 75 -88 - 49 48 - 49 48 - 31 -37 - 32 -38 - 31 -37 - 56 -71 - 56 -71 - 55 -70 - -71 58 - -71 58 - -12 4 - -12 4 - 35 -47 - 36 -48 - 35 -47 - 42 41 - 46 -100 - 46 -100 - -80 -83 - -80 -83 - 47 -61 - 47 -61 - -69 45 - -69 45 - 56 76 - 56 76 - 59 73 - 59 73 - 56 76 - 59 73 - -20 -46 - -20 -46 - -33 -72 - -33 -72 - -30 12 - -30 12 - 20 -41 - 20 -41 - -37 37 - -37 37 - -92 2 - -92 2 - 76 -55 - 76 -55 - -92 -1 - -65 -66 - -99 3 - -99 3 - -86 -7 - -86 -7 - 78 -31 - 78 -31 - -2 -16 - -2 -16 - -41 40 - -41 40 - -38 29 - -38 29 - -1 -19 - 0 -19 - -1 -19 - 66 13 - 66 13 - 34 85 - 34 85 - -20 81 - -20 81 - -50 -30 - -50 -30 - -67 45 - -67 45 - 70 72 - 70 72 - -19 33 - -19 33 - -84 28 - -84 28 - 0 -27 - 0 -26 - 0 -27 - 1 -27 - -26 -9 - -1 -27 - 0 -27 - -26 -9 - -1 -27 - 0 -27 - 53 -56 - 53 -56 - 86 67 - 86 67 - 88 68 - 95 45 - 94 -75 - 94 -75 - -1 -29 - -1 -29 - 0 -28 - 0 -29 - 0 -28 - 5 -33 - 5 -33 - 88 17 - 88 17 - 93 -84 - 93 -84 - -86 -44 - -86 -44 - 70 35 - 70 35 - 16 79 - 95 36 - 95 36 - 96 36 - -4 70 - -4 70 - 79 25 - 79 25 - -55 -58 - -78 -33 - 89 -70 - 89 -70 - 65 -30 - 65 -30 - 69 -5 - 69 -5 - -66 16 - -67 18 - 69 -96 - 68 -96 - 69 -96 - 1 -29 - 1 -29 - 1 -29 - 2 -28 - 2 -29 - -65 -48 - -65 -48 - 76 91 - 76 91 - -33 -68 - -33 -68 - 2 -27 - 2 -27 - 2 -27 - 2 -27 - 2 -27 - 2 -27 - 2 -27 - 2 -27 - 2 -27 - 2 -27 - 13 24 - 2 -27 - 13 24 - 1 -27 - 32 -43 - 32 -43 - 13 99 - 13 99 - -86 95 - -86 95 - -59 -3 - -59 -3 - -59 -2 - -59 -2 - -59 -3 - -59 -2 - 1 -25 - 1 -25 - 2 -24 - 2 -24 - -62 -55 - -62 -55 - 39 56 - 39 56 - 2 -21 - 2 -21 - 36 11 - 36 11 - -16 89 - -16 89 - -98 57 - -98 57 - 2 -16 - 2 -16 - 2 -16 - 11 -81 - 11 -81 - 78 47 - 78 47 - -40 -85 - -40 -85 - -29 10 - -29 10 - 90 -17 - 90 -17 - -85 79 - -85 79 - -38 6 - -38 6 - 47 63 - 47 63 - 49 64 - 49 64 - 25 7 - 25 7 - 26 7 - 36 41 - 36 41 - 37 42 - -11 -9 - -11 -9 - -11 -9 - 53 -61 - 53 -61 - 35 -41 - 36 -42 - 35 -41 - 36 -42 - 32 -38 - 33 -39 - 32 -38 - 31 -37 - -55 -14 - -55 -14 - 9 -15 - 9 -15 - 38 -50 - 39 -51 - 38 -50 - 36 -48 - 36 -48 - 35 -47 - 21 -31 - 21 -31 - 20 -30 - 21 -31 - 94 -60 - 95 -61 - 94 -60 - -25 -42 - -25 -42 - 98 -13 - 98 -13 - -9 49 - -9 49 - -92 -1 - 76 -55 - -92 -1 - -65 -66 - -1 -16 - -1 -16 - -84 -47 - -84 -47 - 21 10 - 21 10 - -39 82 - -39 82 - -80 52 - -80 52 - -1 -19 - -1 -19 - 97 -9 - 97 -9 - 29 61 - 60 35 - 29 61 - 87 6 - 87 6 - -92 -87 - -92 -87 - -1 -23 - -1 -23 - -15 -38 - -15 -38 - 55 94 - 55 94 - 35 27 - 35 27 - 0 -26 - 0 -26 - 0 -27 - 1 -27 - 1 -27 - 0 -26 - 0 -27 - 1 -27 - -26 -9 - -1 -27 - -1 -27 - 0 -27 - 1 -27 - -26 -9 - -1 -27 - 0 -27 - -77 -13 - -77 -13 - -77 96 - -77 96 - -77 97 - -77 97 - -92 -90 - -77 96 - -77 97 - -57 73 - -57 73 - 95 42 - 95 42 - 49 -62 - 49 -62 - -57 94 - -74 77 - -57 94 - 83 85 - 83 85 - -73 -92 - 96 36 - 95 36 - 96 36 - -24 -61 - -24 -61 - 89 43 - -98 -13 - 89 43 - 63 76 - -87 -43 - -84 52 - 84 -21 - 84 -21 - -1 -84 - 56 -4 - 56 -4 - 1 -31 - 1 -31 - 1 -30 - 2 -30 - 1 -30 - 1 -31 - 1 -30 - 2 -30 - 1 -31 - 1 -31 - 1 -31 - 56 62 - 56 62 - 95 96 - 95 96 - -91 46 - -91 46 - 1 -30 - 1 -30 - 1 -30 - -38 -86 - -38 -86 - -7 57 - -7 57 - 20 -12 - 20 -12 - 45 -16 - 45 -16 - -21 44 - -21 44 - 1 -29 - 2 -29 - 1 -29 - 2 -28 - 1 -29 - -73 45 - -73 45 - 1 -29 - 1 -29 - 1 -29 - 2 -29 - -60 -58 - -60 -58 - -68 21 - -68 21 - 17 -35 - 17 -35 - 24 89 - 24 89 - 2 -27 - 2 -27 - 13 24 - 72 -48 - 72 -48 - 2 -24 - 2 -24 - 38 -73 - 38 -73 - -31 -15 - -31 -15 - -1 97 - -1 97 - 2 -20 - 2 -20 - 66 -16 - 66 -16 - 54 -52 - 55 -54 - 55 -53 - 54 -52 - -41 -67 - -41 -67 - 45 53 - 45 53 - -28 -76 - -28 -76 - 3 -15 - 3 -15 - -38 57 - -38 57 - -44 -25 - -44 -25 - -30 -23 - -30 -23 - 65 75 - 65 75 - 48 47 - 48 47 - -11 26 - -11 26 - 77 -23 - 77 -23 - -74 -25 - -24 -55 - -24 -55 - -97 81 - -97 81 - 39 39 - 53 -4 - 39 39 - 45 49 - 47 49 - 45 49 - 46 49 - 0 65 - 31 -3 - 31 -3 - 6 -9 - 6 -9 - 26 7 - 25 7 - 26 7 - -12 -9 - -12 -9 - 61 -34 - 61 -34 - 39 -55 - 37 42 - 36 41 - 37 42 - -37 34 - -37 34 - 36 -42 - 36 -42 - 35 -41 - 36 -42 - 35 -41 - 36 -42 - 16 -21 - 16 -21 - -87 26 - -87 26 - 43 88 - 43 88 - 39 -51 - 39 -51 - 38 -50 - 56 98 - 56 98 - 20 -30 - 21 -31 - 20 -30 - 21 -31 - 9 -17 - 9 -17 - 95 -61 - 95 -61 - 94 -60 - -2 -10 - -2 -10 - 14 -17 - 14 -17 - -74 -84 - -74 -84 - -39 -75 - -39 -75 - 15 -91 - -72 -59 - 15 -91 - 16 -91 - 52 -12 - 52 -12 - 28 26 - 28 26 - -43 1 - -43 1 - -99 54 - -99 54 - 79 78 - -95 24 - -95 24 - -1 -13 - -1 -13 - -74 98 - -74 98 - -65 -66 - 76 -55 - -92 -1 - -65 -66 - -27 -4 - -27 -4 - -2 -15 - -2 -15 - -6 -17 - -6 -17 - -21 -25 - -21 -25 - 43 -41 - 43 -41 - 16 80 - 16 80 - -62 74 - -62 74 - 13 -10 - 13 -10 - 79 80 - 79 80 - -69 87 - -69 87 - 74 -45 - 74 -45 - 26 -69 - 26 -69 - 84 59 - -33 98 - 84 59 - 36 3 - 36 3 - -1 -28 - -1 -28 - 95 45 - 86 67 - 95 45 - 83 -58 - 83 -58 - 25 -24 - 25 -24 - 99 99 - 99 99 - 1 67 - 1 67 - 2 67 - -82 -51 - -82 -51 - 0 -29 - 0 -29 - 0 -30 - -14 -70 - -14 -70 - -44 -12 - -44 -12 - 54 -99 - 54 -99 - 0 -30 - 0 -30 - 0 -30 - 0 -30 - 16 79 - 70 35 - 16 79 - -73 -92 - 83 85 - -73 -92 - -98 22 - -98 22 - -84 89 - -84 89 - 75 -13 - 75 -13 - 76 -13 - 77 63 - 77 63 - -85 45 - 2 -30 - 1 -31 - 1 -30 - 2 -30 - 91 76 - 91 76 - 0 -30 - 0 -30 - 56 -8 - 56 -8 - 2 -29 - 1 -29 - 1 -29 - 2 -29 - 83 0 - 83 0 - 49 46 - 49 46 - -36 -4 - -36 -4 - -94 -78 - -94 -78 - -58 65 - -58 65 - 18 -75 - 18 -75 - 55 -19 - 55 -19 - 9 93 - 82 47 - 9 93 - 67 -50 - 67 -50 - 14 4 - 14 4 - 2 -25 - 2 -25 - -45 -84 - -45 -84 - -14 -95 - 11 -36 - 11 -36 - -20 34 - -20 34 - -97 -17 - 21 100 - -97 -17 - -85 47 - 75 91 - 75 91 - 26 -93 - 26 -93 - -88 48 - -68 -65 - -68 -65 - 26 -93 - -68 -65 - -58 78 - 2 -21 - 2 -21 - -88 -16 - -7 -90 - -88 -16 - 2 -19 - 2 -19 - -94 82 - -94 82 - 55 -54 - 55 -54 - 55 -53 - 54 -52 - 55 -53 - 55 -54 - 55 -53 - 54 -52 - 3 -17 - 3 -17 - 65 8 - 65 8 - -13 -29 - -13 -29 - 6 -38 - 6 -38 - 22 30 - 22 30 - 44 86 - 64 77 - 44 86 - 61 57 - -85 -2 - 61 57 - 34 -57 - 34 -57 - -27 89 - -27 89 - 3 99 - 3 99 - -74 -25 - 77 -23 - -74 -25 - 13 87 - 13 87 - 46 49 - 47 49 - 45 49 - 46 49 - 0 65 - -68 24 - -68 24 - -31 34 - -31 34 - 53 99 - 53 99 - 49 47 - 49 47 - 51 47 - 49 64 - 47 63 - 49 64 - 49 64 - -42 -61 - -42 -61 - 44 -98 - 44 -98 - -48 30 - -48 30 - 31 91 - 31 91 - 75 -57 - 75 -57 - 10 -15 - 10 -15 - 11 -17 - 11 -17 - 75 -24 - 75 -24 - 91 -21 - 91 -21 - 21 -31 - 21 -31 - 20 -30 - 21 -31 - -93 -34 - -93 -34 - -47 47 - -47 47 - -2 -10 - -2 -10 - 16 -91 - 15 -91 - 16 -91 - -1 -17 - -1 -17 - 42 45 - 42 45 - 51 -84 - 51 -84 - 16 45 - 16 45 - -52 45 - -52 45 - -33 18 - -33 18 - -50 -73 - -50 -73 - 31 4 - 31 4 - 29 51 - 29 51 - -34 -21 - -34 -21 - 33 11 - 33 11 - -44 -89 - -44 -89 - 1 -29 - 1 -29 - 92 -32 - 92 -32 - -33 39 - -33 39 - 2 67 - 1 67 - 2 67 - 7 88 - -27 -83 - 7 88 - -67 -94 - -67 -94 - -74 77 - -74 77 - -57 94 - 24 65 - 24 65 - 55 95 - 55 95 - -10 -25 - -10 -25 - -55 -58 - 79 25 - -55 -58 - 76 -14 - 76 -14 - -55 -58 - 76 -14 - -98 -13 - -98 -13 - 89 43 - -87 -43 - -84 52 - -87 -43 - -98 -13 - 89 43 - -87 -43 - -84 52 - 76 -13 - 75 -13 - 76 -13 - -85 45 - 77 63 - -85 45 - -71 11 - -71 11 - 17 45 - 17 45 - 73 53 - 73 53 - -28 54 - -28 54 - 1 -31 - 1 -31 - 1 -31 - 17 -36 - 17 -36 - 50 29 - 50 29 - 50 30 - 50 30 - 50 29 - 50 30 - -80 86 - -80 86 - 62 -22 - 62 -22 - 2 -28 - 1 -29 - 2 -28 - 2 -29 - 1 -29 - 2 -29 - 1 -29 - 2 -28 - 2 -29 - 2 -30 - 1 -29 - 40 56 - 40 56 - 31 -18 - 31 -18 - 2 -27 - 1 -27 - 2 -27 - 2 -27 - 2 -27 - 1 -28 - 1 -27 - 13 24 - 1 -27 - -31 -11 - -31 -11 - 82 47 - 82 47 - 9 93 - 20 -38 - 20 -38 - -90 -74 - -90 -74 - -14 -95 - -45 -84 - -14 -95 - 2 -24 - 2 -24 - 2 -24 - 2 -23 - 2 -23 - -73 -59 - -73 -59 - -21 -79 - -21 -79 - -21 -78 - -21 -78 - -61 -96 - -61 -96 - -88 48 - 26 -93 - -88 48 - 2 -22 - 2 -22 - 77 -54 - 77 -54 - 78 -54 - -10 1 - -10 1 - -92 34 - -92 34 - 65 -18 - 65 -18 - -24 -75 - -24 -75 - -55 65 - -83 -16 - -55 65 - 2 -12 - 2 -12 - 32 -21 - 32 -21 - -87 43 - -87 43 - 60 25 - 60 25 - -68 36 - -68 36 - -76 -3 - -76 -3 - 0 65 - 57 -29 - 45 49 - 46 49 - 0 65 - -55 33 - -55 33 - 12 -24 - 12 -24 - -75 66 - -75 66 - 13 8 - 13 8 - 49 64 - 47 63 - 49 64 - 49 64 - -8 -39 - -8 -39 - 16 -8 - 16 -8 - 15 11 - 15 11 - -42 30 - -41 29 - -42 30 - 25 -30 - 25 -30 - 10 -15 - 10 -15 - 59 17 - 59 17 - -86 58 - -86 58 - -64 -90 - -64 -90 - -43 72 - -43 72 - -5 -9 - -5 -9 - 79 78 - -99 54 - 79 78 - -10 -62 - -10 -62 - 29 -42 - 29 -42 - -2 -14 - -2 -14 - 4 -81 - 4 -81 - -78 26 - -78 26 - 13 -19 - 13 -19 - 18 -30 - 18 -30 - 0 24 - 0 24 - 97 -1 - 97 -1 - -53 -67 - -53 -67 - -1 -25 - -1 -25 - -1 -26 - -1 -26 - 63 35 - 63 35 - -89 74 - -89 74 - 99 -53 - 99 -53 - 11 -65 - 11 -65 - 56 -65 - 56 -65 - 0 -28 - 0 -28 - -92 -90 - -92 -90 - -77 97 - 0 -30 - 0 -30 - -43 -81 - -43 -81 - -48 24 - -48 24 - 60 38 - 60 38 - -26 -88 - -26 -88 - 0 -30 - 0 -29 - 0 -30 - 0 -31 - 0 -30 - 0 -30 - 0 -30 - 0 -30 - 0 -31 - 0 -31 - 43 38 - 43 38 - -46 54 - 1 70 - -46 54 - -31 -59 - -31 -59 - 74 61 - 74 61 - -64 100 - -64 100 - 45 31 - 45 31 - -84 52 - -98 -13 - 89 43 - -87 -43 - -84 52 - -1 -84 - 84 -21 - -1 -84 - 83 -95 - 83 -95 - 1 -30 - 1 -30 - 1 -30 - 2 -30 - 1 -30 - 29 -1 - 84 65 - 84 65 - 29 -1 - 1 -30 - 2 -30 - 1 -30 - 29 -1 - 0 -30 - 5 61 - 5 61 - 7 62 - -84 -32 - -84 -32 - 1 -29 - 1 -29 - 1 -30 - 1 -30 - 1 -29 - 1 -30 - 1 -30 - 1 -30 - 1 -30 - 1 -30 - 24 93 - 24 93 - -29 -81 - -29 -81 - 39 -68 - 39 -68 - 1 -29 - 1 -29 - 1 -29 - 2 -29 - -6 48 - -6 48 - -37 -24 - -37 -24 - 21 52 - 21 52 - 21 53 - 21 53 - 21 52 - 21 53 - 2 -28 - 2 -28 - 1 -28 - 2 -27 - 1 -28 - 1 -28 - 2 -26 - 2 -27 - 2 -26 - 2 -26 - 2 -26 - 1 -26 - 2 -26 - 1 -26 - 2 -26 - 1 -26 - 2 -26 - -87 77 - -67 97 - -87 77 - -79 -80 - -70 -55 - -70 -55 - -12 -54 - -12 -54 - 2 -22 - 2 -22 - 21 100 - 21 100 - -97 -17 - 2 -22 - 2 -22 - -85 47 - -97 -17 - -85 47 - 40 -85 - -97 -13 - 4 10 - 4 10 - -7 -90 - -92 -15 - -7 -90 - -88 -16 - -47 -72 - -47 -72 - 38 3 - 38 3 - 91 60 - 91 60 - 2 -21 - 3 -21 - 2 -21 - -57 65 - -57 65 - 78 -54 - 77 -54 - 78 -54 - 4 100 - 4 100 - 9 33 - 9 33 - -85 -18 - -85 -18 - -83 -16 - -83 -16 - -55 65 - -56 56 - -56 56 - -48 62 - -48 62 - -56 56 - -48 62 - -49 83 - -49 83 - -96 75 - -96 75 - 52 -100 - 52 -100 - 52 -99 - 53 -99 - 52 -99 - 52 -100 - 52 -99 - 53 -99 - -84 54 - -84 54 - -6 70 - -6 70 - -51 -6 - -51 -6 - -8 61 - -8 61 - 22 16 - 22 16 - 51 47 - 49 47 - 51 47 - 75 4 - 75 4 - 76 4 - 76 5 - -11 -9 - -11 -9 - 46 50 - 46 50 - -41 29 - -40 28 - -41 29 - -42 30 - 11 -16 - 11 -16 - 5 -11 - 5 -11 - 13 -19 - 13 -19 - -78 59 - -78 59 - 23 -24 - 23 -24 - -32 -50 - -32 -50 - -15 -23 - -15 -23 - -79 94 - -79 94 - -29 23 - -29 23 - -7 -66 - -7 -66 - 58 -98 - 58 -98 - 18 47 - 18 47 - -26 -92 - -26 -92 - 53 52 - 53 52 - 21 -47 - 21 -47 - 29 -74 - 29 -74 - -44 -56 - -44 -56 - 0 24 - 0 24 - 30 -70 - 30 -70 - -55 25 - -55 25 - -3 23 - -3 23 - 18 75 - 18 75 - -33 98 - -33 98 - 84 59 - 82 86 - 82 86 - 0 -29 - 0 -29 - 0 -29 - 0 -29 - 0 -29 - 0 -29 - 0 -28 - 0 -28 - 0 -29 - 0 -28 - 57 -64 - 57 -64 - -13 -37 - -13 -37 - 73 -96 - 73 -96 - 16 6 - 16 6 - 22 -52 - 22 -52 - 67 75 - 67 75 - -27 -83 - -27 -83 - 7 88 - 30 92 - 30 92 - -98 21 - 0 -30 - 0 -30 - 0 -30 - 0 -30 - 0 -30 - 1 -30 - 1 70 - 1 70 - -46 54 - 2 36 - 2 36 - 2 37 - 2 37 - 7 33 - 7 33 - 6 -23 - 6 -23 - 1 -30 - 0 -31 - 1 -30 - 1 -30 - 0 -31 - 91 -50 - 91 -50 - 1 -31 - 1 -31 - 1 -30 - 43 54 - 43 54 - 43 59 - 43 59 - -12 -26 - -12 -26 - 38 50 - 38 50 - 1 -30 - 1 -30 - 1 -31 - -39 -86 - -39 -86 - 1 -30 - 1 -30 - -56 -91 - -56 -91 - 2 -30 - 1 -30 - 2 -30 - 1 -30 - 29 -1 - 80 -3 - 80 -3 - -41 -57 - -41 -57 - 7 62 - 5 61 - 7 62 - 2 -30 - 2 -29 - 2 -30 - 1 -29 - 1 -29 - 1 -29 - -62 37 - -62 37 - -62 37 - -71 -27 - -71 -27 - 1 -27 - 2 -28 - 1 -27 - 2 -27 - 1 -28 - 2 -27 - 1 -28 - 1 -28 - -44 15 - -44 15 - 2 -26 - 2 -26 - 1 -26 - 2 -26 - 35 9 - 35 9 - -79 -80 - -87 77 - -79 -80 - 45 58 - 45 58 - 2 -24 - 2 -24 - -45 36 - -45 36 - -17 -91 - -17 -91 - 24 -86 - 62 -15 - 62 -15 - 67 8 - 67 8 - 68 97 - 68 97 - 32 -44 - 32 -44 - 2 76 - 2 76 - -84 -7 - -84 -7 - -72 40 - -72 40 - -4 -30 - -4 -30 - -20 -62 - -20 -62 - -28 68 - -28 68 - 53 -99 - 52 -100 - 52 -99 - 53 -99 - -33 90 - -33 90 - -3 -15 - -3 -15 - 70 77 - 70 77 - 57 -29 - 57 -29 - 0 65 - 23 17 - 23 17 - 76 4 - 75 4 - 76 4 - 76 5 - 76 5 - 75 4 - 76 4 - 76 5 - 20 14 - 20 14 - 14 -16 - 14 -16 - 15 -16 - -13 -12 - -13 -12 - -40 28 - -40 28 - -41 29 - 13 -18 - 13 -18 - 14 -18 - -29 20 - -29 20 - 6 -12 - 6 -12 - -1 28 - 0 27 - -1 28 - 14 -20 - 14 -20 - 4 -67 - 4 -67 - 41 -53 - 41 -53 - -39 -89 - 99 4 - -39 -89 - 51 79 - 51 79 - 52 77 - 52 77 - -83 -85 - -83 -85 - -76 85 - -76 85 - -61 -93 - -61 -93 - -76 85 - -61 -93 - -95 68 - -95 68 - -55 77 - -55 77 - -84 -27 - -84 -27 - 34 -53 - 34 -53 - 61 -57 - 61 -57 - 7 92 - 7 92 - 84 17 - 84 17 - -12 17 - -12 17 - -11 17 - -1 -21 - 35 -61 - 35 -61 - -1 -21 - -12 17 - -11 17 - -1 -21 - -1 -22 - -1 -22 - -1 -22 - -18 62 - -18 62 - -63 9 - -63 9 - -18 62 - -63 9 - -90 4 - -90 4 - 14 -83 - 14 -83 - 37 51 - 37 51 - 20 -51 - 20 -51 - -49 82 - -49 82 - 27 -27 - 27 -27 - 6 32 - 6 32 - 13 -95 - 13 -95 - 23 -96 - 74 -3 - 74 -3 - 98 9 - 98 9 - -95 21 - -95 21 - -15 -13 - -15 -13 - 80 -50 - 80 -50 - -84 47 - -84 47 - 80 -50 - -84 47 - 56 -16 - 56 -16 - -1 62 - -1 62 - 59 21 - 99 35 - 99 35 - -87 16 - -87 16 - 80 89 - 80 89 - 0 -30 - 0 -30 - 0 -30 - 42 -19 - 42 -19 - 15 -70 - 15 -70 - -98 21 - 30 92 - -98 21 - 1 -30 - 0 -31 - 1 -31 - 1 -30 - 27 -72 - 27 -72 - 49 -14 - 49 -14 - 24 -44 - 2 42 - 2 42 - 53 -53 - 53 -53 - 1 -31 - 1 -30 - 1 -31 - 14 75 - 14 75 - 1 -30 - 1 -30 - 2 -30 - 1 -30 - 29 -1 - 0 -30 - 1 -30 - -98 46 - -98 46 - 62 -61 - -89 -10 - 62 -61 - -38 -18 - -38 -18 - -64 94 - -64 94 - 1 -29 - 2 -28 - 1 -29 - 2 -29 - 2 -30 - 1 -29 - -62 37 - -62 37 - -62 37 - -73 -13 - -73 -13 - -61 -6 - -61 -6 - -53 27 - -74 25 - -74 25 - -53 -61 - 19 -59 - 19 -59 - 2 -27 - 2 -27 - 2 -27 - 2 -26 - -33 77 - -33 77 - 41 42 - 41 42 - 19 -30 - 19 -30 - 2 -25 - 2 -25 - -16 47 - -16 47 - 2 -24 - 2 -24 - 2 -24 - 68 31 - 68 31 - -18 -51 - -18 -51 - -97 -13 - -85 47 - -97 -13 - 12 38 - 12 38 - -92 -15 - -92 -15 - -7 -90 - -26 5 - -26 5 - 3 -21 - 3 -21 - 2 -21 - -50 15 - -50 15 - -47 -40 - -47 -40 - -44 -21 - -44 -21 - 37 -38 - -49 25 - 37 -38 - -12 38 - -12 38 - -9 -90 - -9 -90 - -42 21 - -42 21 - -23 -43 - -23 -43 - 24 -32 - 24 -32 - 9 -80 - 9 -80 - -85 88 - -85 88 - 27 49 - 27 49 - 24 78 - 24 78 - -83 7 - 40 74 - -83 7 - -2 -97 - -2 -97 - -2 -96 - -2 -96 - -2 -97 - -2 -96 - 16 64 - 16 64 - -7 -78 - -7 -78 - 56 2 - 56 2 - -4 78 - -4 78 - -10 92 - -10 92 - -53 87 - -53 87 - -70 26 - -70 26 - 15 -16 - 14 -16 - 15 -16 - 11 8 - 11 8 - 11 9 - 11 9 - 11 9 - 31 77 - 31 77 - 14 -18 - 14 -18 - 9 -14 - 9 -14 - 14 -18 - 13 -18 - 14 -18 - 7 -13 - 7 -13 - 0 27 - 0 27 - -1 28 - 15 -21 - 15 -21 - 44 -54 - 44 -54 - 99 4 - 99 4 - -39 -89 - -30 -33 - -30 -33 - -7 -22 - -7 -22 - -28 1 - -28 1 - -60 -22 - -60 -22 - -60 -21 - -60 -21 - -60 -22 - -60 -21 - -54 -71 - -54 -71 - 2 -84 - 2 -84 - -48 13 - -48 13 - -81 22 - -81 22 - -1 -15 - -1 -15 - -2 -16 - -2 -16 - -2 -16 - -2 -16 - -2 -16 - -2 -16 - -11 17 - -12 17 - -11 17 - -1 -21 - -1 -23 - -1 -23 - 52 76 - 52 76 - 52 77 - 52 77 - 52 76 - 52 77 - 11 -34 - 11 -34 - -70 -27 - -70 -27 - 94 -38 - 94 -38 - -1 -27 - -1 -28 - -1 -27 - -35 -86 - -35 -86 - 15 -28 - 15 -28 - 79 -93 - 79 -93 - 59 21 - -1 62 - 59 21 - -90 -43 - -90 -43 - 0 -30 - 0 -30 - -24 15 - -24 15 - 0 -30 - 0 -31 - 0 -30 - 0 -30 - 10 -75 - 10 -75 - -75 94 - -75 94 - 0 -31 - 0 -30 - 0 -31 - 18 80 - 18 80 - 0 -30 - 0 -30 - 0 -30 - 1 -30 - -30 3 - 11 -33 - 11 -33 - -40 -39 - -40 -39 - -30 46 - -30 46 - 43 32 - 44 33 - 43 32 - -30 46 - 43 32 - 44 33 - -93 82 - -93 82 - 27 -3 - 27 -3 - 1 -30 - 0 -31 - 1 -30 - 1 -30 - 0 -31 - 1 -31 - 24 -44 - 49 -14 - 24 -44 - 1 49 - -23 24 - -23 24 - 1 49 - 24 -44 - 1 49 - 1 -30 - 1 -31 - 1 -30 - -64 -72 - -64 -72 - 1 -31 - 1 -32 - 1 -31 - 1 -30 - 1 -31 - 1 -31 - 1 -31 - 51 -55 - 51 -55 - -81 -93 - -81 -93 - 27 -95 - 27 -95 - 0 -30 - 1 -30 - 29 -1 - 0 -30 - 1 -30 - 30 -65 - 30 -65 - 1 -29 - 1 -29 - 2 -30 - 1 -29 - 1 -29 - 1 -29 - 1 -29 - 2 -30 - 1 -29 - 1 -29 - 1 -29 - 1 -29 - 56 76 - 56 76 - 1 -29 - 1 -29 - 1 -28 - 1 -28 - 5 -27 - -53 -61 - -74 25 - -53 -61 - -81 27 - -81 27 - -67 97 - -67 97 - -87 77 - 61 -46 - 61 -46 - 50 30 - 50 30 - 67 -67 - 67 -67 - -73 78 - -73 78 - -70 -63 - -70 -63 - 40 -85 - -85 47 - 40 -85 - -9 -20 - -9 -20 - -2 -65 - -2 -65 - -53 -68 - -53 -68 - -45 21 - -45 21 - -39 -58 - -39 -58 - 23 -86 - 23 -86 - 24 -86 - 38 -2 - 38 -2 - -48 81 - -48 81 - -91 -13 - -91 -12 - -98 87 - -98 87 - 34 -48 - 34 -48 - -49 25 - -49 25 - -49 26 - 37 -38 - -49 26 - -49 25 - -49 26 - -49 -71 - -49 -71 - -73 42 - -64 -61 - -73 42 - -49 -71 - -73 42 - -14 -20 - -14 -20 - 8 22 - 8 22 - 29 -60 - 29 -60 - -76 54 - -76 54 - 3 -10 - 3 -10 - 3 -9 - 3 -9 - -27 12 - -27 12 - 29 82 - 29 82 - 36 36 - 36 36 - 37 36 - -28 41 - -28 41 - 40 74 - 40 74 - -83 7 - -59 14 - -59 14 - 2 57 - 2 57 - -25 26 - -25 26 - -25 27 - -25 27 - -25 26 - -25 27 - 35 22 - 35 22 - -52 -46 - -52 -46 - 51 -55 - 51 -55 - -39 41 - 4 55 - -39 41 - -27 -57 - -27 -57 - -80 46 - -80 46 - -20 -7 - -20 -7 - 11 6 - 11 6 - -24 -74 - -24 -74 - 12 9 - 12 9 - 36 -42 - 36 -42 - 8 -14 - 8 -14 - -71 -91 - -71 -91 - 52 77 - 51 79 - 52 77 - 52 77 - -94 3 - 52 77 - -94 3 - 89 58 - 89 58 - 98 -95 - 98 -95 - 51 -50 - 51 -50 - -2 -9 - -2 -9 - -10 -77 - -10 -77 - 33 50 - 33 50 - 33 50 - 33 50 - 33 50 - 33 50 - 74 14 - 74 14 - 59 -76 - 59 -76 - -2 -19 - -2 -19 - -2 -19 - 5 -23 - 5 -23 - -24 -46 - -24 -46 - -1 -22 - -1 -22 - -1 -22 - 48 -11 - 48 -11 - -86 65 - -86 65 - 0 -26 - 0 -26 - 4 -36 - 4 -36 - -20 -64 - -20 -64 - -36 -84 - 44 77 - -36 -84 - -67 -41 - -67 -41 - 85 -86 - 85 -86 - 91 94 - 91 94 - 54 -51 - 54 -51 - 0 -31 - 0 -31 - 0 -30 - -31 0 - 0 -30 - 0 -30 - 1 -30 - 0 -30 - 0 -30 - 1 -30 - -30 3 - -30 3 - 0 -30 - 0 -30 - 1 -30 - -30 3 - 37 17 - 37 17 - 45 81 - 45 81 - -60 -67 - 0 -31 - 0 -31 - 1 -31 - 1 -30 - 19 -91 - 19 -91 - 44 33 - -30 46 - 43 32 - 44 33 - 0 -31 - 0 -31 - 1 -30 - 1 -30 - 0 -31 - 1 -30 - 1 -30 - 0 -31 - 1 -31 - 31 48 - 31 48 - -99 -74 - -99 -74 - 1 -32 - 1 -31 - 1 -32 - 1 -31 - 1 -31 - 1 -31 - 1 -32 - 1 -31 - 1 -30 - 1 -31 - 1 -30 - 1 -31 - 1 -30 - 1 -31 - 1 -30 - 1 -30 - 0 -30 - 1 -30 - -89 -10 - -89 -10 - 62 -61 - 25 -49 - 25 -49 - -2 22 - -2 22 - 15 -25 - 15 -25 - 2 -28 - 2 -28 - 1 -27 - -3 88 - -3 88 - 24 87 - 50 -28 - 50 -28 - 3 -23 - 3 -23 - 24 -86 - -17 -91 - 23 -86 - 24 -86 - -64 -64 - -64 -64 - 62 65 - 62 65 - 5 34 - 5 34 - -58 -14 - -58 -14 - -64 -61 - -49 -71 - -64 -61 - 15 70 - 15 70 - -30 -63 - -30 -63 - 7 35 - 7 35 - 3 61 - 3 61 - 4 61 - 3 62 - 3 62 - 3 61 - 4 61 - 3 62 - -46 -6 - -46 -6 - -9 11 - -9 11 - -19 -6 - -19 -6 - 8 9 - 8 9 - 8 10 - 8 10 - 26 14 - 26 14 - 77 -37 - -24 -80 - 77 -37 - 11 9 - 11 9 - 11 9 - 80 -61 - 81 -63 - 80 -61 - 5 -10 - 5 -10 - -1 -63 - -1 -63 - 9 -15 - 9 -15 - 53 65 - 53 65 - 44 89 - 46 88 - 44 89 - 3 -11 - 3 -11 - -37 20 - -37 20 - -81 27 - -81 27 - 52 77 - 51 79 - 52 77 - 52 77 - -94 3 - -11 43 - -11 43 - -2 -10 - -2 -10 - -2 -10 - -2 -10 - -2 -11 - -2 -11 - -2 -11 - -91 -43 - -91 -43 - 23 4 - 23 4 - -2 -12 - -2 -12 - 12 -90 - 12 -90 - 36 -48 - 36 -48 - -1 -15 - -1 -15 - -2 -17 - -2 -17 - -16 54 - -16 54 - -11 50 - -48 20 - -11 50 - -27 13 - -27 13 - -75 85 - -75 85 - -69 39 - -69 39 - -2 -27 - -2 -27 - 23 -96 - 13 -95 - 23 -96 - -2 -28 - 0 -29 - -2 -28 - 35 -26 - 35 -26 - 94 -98 - 94 -98 - 91 -41 - 91 -41 - 44 77 - 44 77 - -36 -84 - 60 -28 - 60 -28 - 51 -71 - 51 -71 - 0 -31 - 0 -31 - 0 -30 - 0 -30 - 0 -30 - 0 -31 - 0 -30 - 0 -30 - -85 61 - -85 61 - -28 -24 - -28 -24 - 56 -27 - 56 -27 - 1 -31 - 0 -31 - 1 -31 - 1 -30 - 0 -32 - 97 38 - 97 38 - -27 -69 - -27 -69 - -28 -69 - -28 -69 - -27 -69 - -28 -69 - -47 -9 - -47 -9 - 25 87 - 25 87 - 1 -31 - 1 -31 - 1 -32 - -32 -80 - -32 -80 - 1 -29 - 1 -29 - 1 -30 - 1 -30 - 1 -30 - 1 -30 - 1 -29 - 1 -30 - 1 -30 - 1 -30 - 1 -29 - 1 -29 - 1 -29 - 1 -29 - -44 51 - -44 51 - -27 40 - -27 40 - -78 -66 - -78 -66 - 1 -28 - 1 -28 - -21 70 - -21 70 - 5 -27 - 1 -28 - 5 -27 - 2 -28 - 2 -28 - -53 27 - -61 -6 - -53 27 - 2 -27 - 2 -27 - 2 -27 - -7 -40 - -7 -40 - -50 25 - -50 25 - 24 87 - -3 88 - 24 87 - -32 -9 - -32 -9 - 2 -23 - 2 -23 - -24 15 - -24 15 - -15 98 - -15 98 - 15 22 - 15 22 - 80 -8 - 80 -8 - 1 -10 - 1 -10 - -91 -13 - -48 81 - -91 -13 - -91 -12 - -91 -12 - -48 81 - -91 -13 - -91 -12 - -35 -57 - -35 -57 - -63 -87 - -63 -87 - 3 -16 - 3 -16 - 39 63 - 39 63 - 69 25 - 69 25 - 6 -62 - 6 -62 - 6 -61 - 6 -61 - 6 -62 - 6 -61 - 62 -100 - 62 -100 - 18 -16 - 18 -16 - 18 -15 - 18 -15 - 18 -16 - 18 -15 - -87 -96 - -87 -96 - -48 79 - -48 79 - 66 26 - 66 26 - 3 -9 - 3 -9 - 3 -9 - 3 -9 - 3 -9 - 3 -9 - 89 -63 - 89 -63 - 37 36 - 36 36 - 37 36 - 0 -15 - 0 -15 - -3 -64 - -3 -64 - 4 61 - 3 61 - 4 61 - 3 62 - -10 11 - -10 11 - -47 92 - -47 92 - -44 91 - -44 91 - 19 -46 - 19 -46 - 4 55 - 4 55 - -39 41 - 41 55 - 41 55 - -9 41 - -9 41 - 56 52 - 56 52 - 56 52 - 69 -44 - 69 -44 - 4 -45 - 4 -45 - 19 -19 - 19 -19 - 11 -12 - 11 -12 - 64 -42 - 64 -42 - 36 -51 - 36 -51 - 45 49 - 45 49 - 48 51 - 48 51 - 81 -63 - 81 -63 - 80 -61 - -1 -21 - -1 -21 - 10 -15 - 10 -15 - -34 -98 - -34 -98 - 58 -72 - 58 -72 - 60 -73 - 90 94 - 90 94 - 4 -12 - 4 -12 - -96 -41 - -96 -41 - -93 -100 - -93 -100 - 24 4 - 24 4 - -3 -12 - -3 -12 - -2 -12 - 1 9 - 1 9 - -2 -12 - -2 -12 - -2 -13 - -2 -13 - -2 -13 - -3 -13 - -32 44 - -32 44 - -1 -14 - -1 -14 - -48 82 - -48 82 - -35 -90 - -35 -90 - -1 -19 - -1 -19 - 91 -32 - 91 -32 - -19 81 - -19 81 - 3 -83 - -48 20 - -48 20 - -11 50 - -21 -76 - -21 -76 - 99 -1 - 99 -1 - -1 38 - -1 38 - 8 -28 - 8 -28 - -25 -4 - -25 -4 - -43 -63 - -43 -63 - 93 98 - 93 98 - -1 -25 - -1 -25 - -1 -25 - -1 -25 - -1 -25 - -1 -25 - 32 33 - 32 33 - -1 -26 - -1 -26 - -1 -27 - -1 -26 - -1 -27 - -1 -26 - -1 -27 - -1 -26 - 16 89 - 16 89 - -1 -27 - -1 -27 - -57 93 - -57 93 - -57 94 - -57 94 - -57 93 - -57 94 - -1 -28 - -1 -28 - -1 -27 - 0 -29 - 0 -29 - 0 -29 - -2 -28 - 28 36 - 28 36 - 28 37 - 28 37 - 28 36 - 28 37 - -60 -67 - 45 81 - -60 -67 - -71 50 - -71 50 - -60 -67 - -71 50 - -44 78 - 0 -31 - 0 -31 - 1 -31 - 1 -30 - 0 -31 - 1 -31 - 34 32 - 34 32 - 96 70 - 96 70 - 96 71 - 96 71 - 96 70 - 96 71 - -22 59 - -22 59 - 3 -43 - 3 -43 - 92 -78 - 92 -78 - 93 82 - -36 -5 - -36 -5 - -57 28 - -57 28 - 1 -29 - 1 -29 - 1 -29 - 1 -29 - -14 28 - -14 28 - -55 -9 - -55 -9 - -3 -87 - -3 -87 - 7 36 - 7 36 - 41 14 - 41 14 - 3 -51 - 3 -51 - -6 84 - -6 84 - 53 67 - 60 8 - 60 8 - -33 -51 - -33 -51 - 37 25 - 37 25 - -70 -15 - -70 -15 - -8 -65 - -8 -65 - 15 16 - 15 16 - -64 -24 - -64 -24 - 64 9 - 64 9 - 46 -22 - 46 -22 - 9 20 - 9 20 - -39 83 - -39 83 - 81 40 - 75 56 - 75 56 - -39 83 - 81 40 - 75 56 - 49 -14 - 49 -14 - -48 -35 - -48 -35 - -47 -35 - 4 -11 - 4 -11 - 40 52 - 40 52 - 69 41 - 69 41 - -2 -91 - -2 -91 - 21 34 - 21 34 - -10 10 - -10 10 - 43 41 - 43 41 - 43 42 - 43 42 - 43 41 - 43 42 - -46 -39 - -46 -39 - -45 98 - -45 98 - -71 83 - 77 33 - 77 33 - -37 89 - -37 89 - -36 89 - 56 52 - 56 52 - 56 52 - 35 13 - 35 13 - 10 8 - 10 8 - 84 -96 - 84 -96 - -13 6 - -13 6 - 46 88 - 46 88 - 44 89 - 60 -73 - 58 -72 - 60 -73 - -69 6 - -69 6 - 29 -84 - -92 6 - 29 -84 - -2 -10 - -2 -10 - -2 -10 - -2 -10 - -2 -10 - -2 -10 - -2 -10 - -2 -10 - -2 -10 - -2 -10 - -35 -22 - -35 -22 - -6 -34 - -6 -34 - 81 -85 - 81 -85 - -3 20 - -3 20 - -2 -19 - -2 -19 - -2 -19 - -2 -20 - -2 -20 - 49 -88 - 49 -88 - 3 -83 - -19 81 - 3 -83 - 41 -99 - 41 -99 - -64 -38 - -64 -38 - -71 19 - -96 -19 - -96 -19 - -1 -24 - -1 -24 - -39 12 - -39 12 - 29 -87 - 29 -87 - 70 9 - 70 9 - 90 89 - 90 89 - 92 -66 - 92 -66 - 36 54 - 36 54 - -96 -35 - -96 -35 - 55 -64 - 29 79 - 55 -64 - -58 -64 - -58 -64 - 0 -29 - 0 -29 - -6 81 - -6 81 - 0 -30 - 0 -30 - -31 0 - -31 0 - 0 -30 - -33 -35 - -33 -35 - -68 -71 - -68 -71 - 1 -31 - 1 -31 - 29 99 - 29 99 - -83 24 - -83 24 - -36 5 - -36 5 - -25 70 - -25 70 - -82 -7 - -82 -7 - -56 -39 - -56 -39 - 1 -31 - 1 -31 - 60 -73 - 60 -73 - 83 -87 - 83 -87 - 1 -31 - 1 -31 - 30 11 - -3 -34 - -3 -34 - -9 -45 - -9 -45 - -27 70 - -27 70 - -42 -33 - -42 -33 - -57 -88 - -57 -88 - 38 70 - 38 70 - 67 -26 - 67 -26 - 68 -26 - -40 -41 - -40 -41 - 4 32 - 4 32 - 77 23 - 77 23 - 3 28 - 3 28 - -96 42 - -96 42 - 2 -25 - 2 -25 - 2 -25 - -25 91 - -25 91 - 2 -22 - 2 -22 - 2 -22 - 2 -22 - 2 -22 - 2 -22 - -39 75 - -39 75 - -93 -64 - -93 -64 - -20 -29 - -20 -29 - -76 -7 - -76 -7 - -47 -35 - -48 -35 - -47 -35 - 14 -30 - 14 -30 - -42 -98 - -42 -98 - 3 -9 - 3 -9 - -14 -12 - -14 -12 - -14 -12 - 64 10 - 64 10 - -1 55 - -1 55 - 4 -47 - 4 -47 - 67 82 - 67 82 - -54 35 - -54 35 - 64 87 - 64 87 - 20 18 - 20 18 - -35 -20 - -35 -20 - -36 89 - -37 89 - -36 89 - -24 -80 - -76 -27 - -24 -80 - 77 -37 - 79 66 - 79 66 - 67 -45 - 67 -45 - 32 27 - 32 27 - -86 -94 - -86 -94 - 19 -22 - 19 -22 - 85 -64 - 87 -65 - 85 -64 - -92 6 - -92 6 - 29 -84 - 6 -27 - 6 -27 - -32 -98 - -32 -98 - -2 -11 - -2 -11 - -2 -11 - -2 -12 - -2 -12 - -3 -12 - -2 -12 - -2 -12 - -90 68 - -90 68 - -3 -16 - -3 -16 - -53 35 - -53 35 - 64 -70 - 64 -70 - -66 -71 - 39 56 - 39 56 - 69 55 - 69 55 - -82 78 - -82 78 - 90 33 - 90 33 - 31 89 - -71 19 - -64 -38 - -71 19 - 13 -59 - 13 -59 - 67 -75 - 67 -75 - 44 -95 - 44 -95 - 29 79 - 29 79 - 55 -64 - 6 -15 - 6 -15 - 97 53 - 97 53 - 12 -10 - 12 -10 - 0 -29 - -1 -28 - 0 -29 - 0 -29 - -1 -30 - -1 -30 - 96 65 - 96 65 - -73 -94 - -84 0 - -84 0 - 0 -30 - 0 -30 - 0 -30 - 0 -30 - -17 -52 - -17 -52 - 0 -31 - 0 -31 - 0 97 - 0 97 - 42 -18 - 42 -18 - -95 44 - -95 44 - -44 78 - -71 50 - -44 78 - 0 -32 - 0 -32 - 1 -31 - 0 -32 - 36 -22 - 36 -22 - 1 -31 - 1 -31 - 33 7 - 33 7 - 68 15 - -33 62 - 68 15 - 39 -31 - 39 -31 - 93 82 - 92 -78 - 93 82 - 46 -16 - 46 -16 - 19 17 - 19 17 - 1 -30 - 1 -31 - 1 -29 - 1 -30 - 1 -30 - 1 -30 - 1 -30 - 1 -31 - 1 -29 - 1 -30 - 1 -30 - 1 -30 - -41 8 - -41 8 - -52 -25 - -52 -25 - 68 -26 - 67 -26 - 68 -26 - 44 -62 - 44 -62 - 42 38 - 42 38 - -99 -37 - -99 -37 - 2 -28 - 2 -28 - 69 -92 - 69 -92 - 24 52 - 24 52 - 2 -26 - 2 -26 - 2 -26 - 2 -25 - 2 -25 - 2 -25 - 24 -19 - 24 -19 - 45 -51 - 45 -51 - 40 95 - 40 95 - 3 -21 - 3 -21 - 43 -62 - 43 -62 - 37 -96 - 37 -96 - 12 74 - 12 74 - 49 51 - 49 51 - -60 47 - -60 47 - 75 -26 - 75 -26 - 8 18 - 8 18 - 8 19 - 8 19 - -82 -37 - -82 -37 - 2 -10 - 2 -10 - 3 -10 - 80 51 - 80 51 - -40 71 - -40 71 - 91 78 - 91 78 - -14 -12 - -14 -12 - -14 -12 - -33 64 - -33 64 - -30 -93 - -30 -93 - -29 -90 - 48 49 - 48 49 - -39 -7 - -39 -7 - 48 62 - 48 62 - -71 42 - -71 42 - -71 83 - -45 98 - -71 83 - -49 85 - -49 85 - -35 -35 - -35 -35 - 36 63 - 36 63 - -54 9 - -54 9 - -76 11 - -76 11 - -76 -27 - -76 -27 - -24 -80 - 54 89 - 54 89 - 3 -67 - 4 -68 - 3 -67 - -43 -25 - -42 -26 - -43 -25 - -29 52 - -28 51 - -29 52 - 8 -16 - 8 -16 - 31 -41 - 32 -42 - 31 -41 - 20 -28 - 20 -28 - -68 42 - -68 42 - -87 39 - 49 -81 - -87 39 - 4 -62 - 4 -62 - 74 -63 - 74 -63 - -64 -75 - -64 -75 - -2 -13 - -2 -13 - -2 -13 - 6 -38 - 6 -38 - -3 -13 - -2 -13 - -3 -13 - -3 -13 - 41 -37 - 41 -37 - -88 84 - -88 84 - 37 3 - 37 3 - 84 38 - 84 38 - -66 -71 - 64 -70 - -66 -71 - -11 -74 - -11 -74 - 31 -100 - 31 -100 - 31 -99 - 31 -99 - 31 -100 - 31 -99 - 33 70 - 33 70 - 19 -15 - 19 -15 - -1 -26 - -1 -26 - -1 -26 - -1 -26 - -1 -27 - -1 -26 - -1 -25 - -1 -25 - 98 19 - 98 19 - 98 20 - 98 20 - 98 19 - 98 20 - 31 64 - 31 64 - -1 -26 - -1 -26 - -1 -27 - -1 -26 - 85 -87 - 85 -87 - 86 -87 - -1 -28 - -1 -28 - 0 -28 - 44 55 - 44 55 - 13 -10 - 13 -10 - 63 22 - 63 22 - 33 20 - 33 20 - 14 99 - 14 99 - 67 -78 - 68 -18 - 68 -18 - -48 85 - -48 85 - 44 -76 - 44 -76 - 37 29 - 37 29 - 91 -36 - 91 -36 - -23 80 - -23 80 - 75 -79 - 75 -79 - 93 -24 - 93 -24 - -15 -34 - -15 -34 - -42 43 - -42 43 - -46 -11 - -46 -11 - -5 -67 - -5 -67 - -33 62 - -33 62 - 68 15 - 50 -41 - 50 -41 - 1 -31 - 1 -31 - 79 -15 - 79 -15 - 85 -56 - 85 -56 - 71 -82 - 71 -82 - 55 75 - 55 75 - 67 67 - 31 74 - 31 74 - 75 84 - 75 84 - 4 54 - 4 54 - 2 -29 - 2 -29 - 1 -30 - 1 -29 - 1 -30 - 1 -29 - 1 -28 - 2 -28 - 1 -28 - 1 -29 - 1 -28 - 2 -28 - -47 -45 - -47 -45 - -59 92 - -59 92 - 2 -25 - 2 -25 - 35 -71 - 35 -71 - -85 -29 - -85 -29 - 53 67 - -6 84 - 53 67 - -71 -21 - -71 -21 - -87 11 - -87 11 - 32 -86 - 32 -86 - -87 75 - -87 75 - 37 9 - 37 9 - 88 -52 - 88 -52 - -69 -82 - -69 -82 - -91 -33 - -91 -33 - 71 -18 - 71 -18 - 56 -3 - 45 -36 - 56 -3 - 83 -85 - 83 -85 - 81 40 - -39 83 - 81 40 - 75 56 - 5 90 - 5 90 - -15 93 - -15 93 - -58 7 - -58 7 - 10 19 - 10 19 - -54 -59 - -54 -59 - 2 -11 - 2 -11 - 71 45 - 71 45 - 3 -10 - 2 -10 - 3 -10 - 21 72 - 21 72 - 66 73 - 66 73 - -51 30 - -51 30 - 76 78 - 76 78 - 11 26 - 11 26 - 44 60 - 44 60 - -1 -90 - -1 -90 - 21 22 - 21 22 - 46 -45 - 46 -45 - -34 57 - -34 57 - -10 -6 - -10 -6 - -23 50 - -23 50 - 4 -68 - 4 -68 - 3 -67 - -42 -26 - -42 -26 - -43 -25 - 23 -99 - 23 -99 - -28 51 - -27 50 - -28 51 - -29 52 - 9 -17 - 9 -17 - 87 -65 - 87 -65 - 85 -64 - 32 -42 - 32 -42 - 31 -41 - 10 -18 - 10 -18 - -95 3 - -95 3 - -28 -86 - -28 -86 - -47 9 - -47 9 - -86 -5 - -86 -5 - -16 -19 - -16 -19 - -2 -13 - -2 -13 - -30 -3 - -30 -3 - -19 5 - -19 5 - 65 -33 - 65 -33 - 27 -25 - 27 -25 - 97 -5 - 97 -5 - -4 -95 - -2 -17 - -2 -17 - -17 84 - -17 84 - -73 47 - -73 47 - -97 -15 - -97 -15 - -72 62 - -72 62 - -2 -21 - -3 -21 - -2 -21 - -1 -21 - 18 14 - 18 14 - 64 -92 - 64 -92 - 31 89 - 90 33 - 31 89 - -1 -21 - -1 -21 - 60 -30 - 60 -30 - -2 -24 - -25 1 - -2 -24 - -2 -23 - -2 -23 - -2 -24 - -2 -24 - -14 7 - -14 7 - -56 -69 - -56 -69 - 66 50 - 66 50 - -26 41 - -26 41 - 41 56 - 41 56 - 86 -87 - 85 -87 - 86 -87 - 0 -28 - -1 -28 - 0 -28 - 67 -51 - 67 -51 - 37 -82 - 37 -82 - -1 -29 - -1 -29 - -73 -94 - 96 65 - -73 -94 - 12 -60 - 12 -60 - -48 -98 - -48 -98 - 21 44 - 21 44 - -45 2 - -45 2 - 0 -32 - 18 26 - 1 -32 - 0 -32 - 0 -32 - -34 63 - -34 63 - 52 30 - 52 30 - 28 67 - 28 67 - -63 32 - 1 -31 - 1 -31 - 1 -31 - 30 11 - 1 -31 - 30 11 - 89 -55 - 89 -55 - 90 -55 - -6 -12 - -6 -12 - -33 -44 - -33 -44 - 69 96 - 69 96 - -66 -45 - 79 -4 - -66 -45 - 7 80 - 7 80 - 2 -28 - 2 -29 - 1 -29 - 1 -28 - 2 -28 - -15 -29 - -15 -29 - -39 18 - -39 18 - -60 -36 - -60 -36 - 79 -21 - 79 -21 - 58 49 - 58 49 - 2 -26 - 2 -26 - 2 -26 - 2 -26 - 2 -26 - 2 -26 - 3 -48 - 3 -48 - -55 -96 - -55 -96 - 67 84 - 67 84 - -55 -96 - 67 84 - -97 9 - -97 9 - 41 12 - 41 12 - -39 -97 - -39 -97 - 79 53 - 79 53 - 89 -44 - 89 -44 - -12 -89 - -12 -89 - 2 -22 - 2 -22 - 2 -22 - 3 -22 - 2 -22 - 2 -22 - 2 -22 - -93 -49 - -93 -49 - 9 33 - 9 33 - 56 -82 - -72 72 - 56 -82 - 65 63 - 45 75 - 65 63 - 45 -36 - 45 -36 - 56 -3 - 83 -47 - 83 -47 - 93 -11 - 73 -63 - 73 -63 - -98 45 - -98 45 - -92 -31 - -92 -31 - -74 58 - 28 22 - 28 22 - -13 65 - -13 65 - -79 -46 - -79 -46 - -41 -25 - -41 -25 - 2 -10 - 2 -10 - -99 -90 - -99 -90 - 67 -91 - 67 -91 - -32 -12 - -32 -12 - 6 -39 - 6 -39 - -29 -90 - -30 -93 - -29 -90 - -87 95 - -87 95 - 44 10 - 44 10 - 40 34 - 40 34 - -28 24 - -28 24 - -59 48 - -59 48 - 38 -76 - 38 -76 - 15 12 - 15 12 - 75 -52 - 75 -52 - 5 -10 - 5 -10 - -27 50 - -27 50 - -28 51 - -9 2 - -9 2 - 42 -53 - 42 -53 - -30 -7 - -30 -7 - -2 -10 - -2 -10 - -2 -10 - -3 -11 - -3 -11 - -3 -11 - -3 -11 - -2 -11 - -2 -12 - -2 -12 - -2 -12 - -2 -12 - -2 -12 - -2 -12 - -2 -12 - -2 -12 - -3 -14 - -3 -14 - -2 -14 - -2 -19 - -2 -19 - -39 -24 - -39 -24 - -3 -21 - -3 -21 - -2 -21 - -1 -21 - -1 -21 - -3 -21 - -2 -21 - -1 -21 - 34 -55 - 34 -55 - 61 -66 - 61 -66 - -25 1 - -25 1 - -2 -24 - 97 3 - 97 3 - 87 -37 - 87 -37 - 87 -36 - 87 -36 - 87 -37 - 87 -36 - 1 36 - 1 36 - -34 10 - -34 10 - -1 -28 - 0 -29 - -1 -28 - 0 -29 - 0 -29 - -34 -12 - -34 -12 - 42 32 - 42 32 - 90 -13 - 90 -13 - 26 25 - 26 25 - 29 50 - 29 50 - 0 -30 - 0 -30 - 0 -30 - -1 -30 - 74 -97 - 74 -97 - 86 31 - 86 31 - -56 56 - -50 -65 - -56 56 - 21 34 - 21 34 - 58 25 - 58 25 - 10 -93 - 10 -93 - 52 -79 - 52 -79 - 43 83 - 43 83 - 52 -79 - 43 83 - -63 32 - 28 67 - -63 32 - 1 -31 - 1 -31 - -49 77 - -49 77 - -72 -91 - -72 -91 - 3 90 - 3 90 - -37 83 - 90 -55 - 89 -55 - 90 -55 - 85 -2 - 85 -2 - 1 -31 - 1 -31 - 1 -30 - 1 -30 - 20 67 - 20 67 - 67 67 - 55 75 - 67 67 - -61 -40 - -61 -40 - -91 -30 - -91 -30 - 1 -30 - 2 -29 - 1 -30 - 29 34 - -43 -13 - 29 34 - 47 -68 - 47 -68 - -12 -88 - -12 -88 - -1 -40 - -1 -40 - -31 85 - -31 85 - -83 55 - -83 55 - 2 -23 - 2 -23 - 30 22 - 30 22 - 3 -22 - 2 -22 - 2 -22 - 3 -22 - 76 -58 - 76 -58 - -72 72 - -72 72 - 56 -82 - 3 -19 - 3 -19 - 3 -19 - 27 -32 - 27 -32 - 93 -11 - 83 -47 - 93 -11 - 31 44 - 31 44 - -33 -36 - -33 -36 - -10 48 - -72 22 - -72 22 - -55 -70 - -55 -70 - -45 -69 - -11 84 - -45 -69 - -75 -67 - -75 -67 - 48 17 - 48 17 - 35 0 - 35 0 - -13 -52 - -13 -52 - 0 -87 - 0 -87 - -30 95 - -30 95 - 16 -97 - 16 -97 - -23 -16 - -23 -16 - 59 97 - 59 97 - -40 84 - 64 71 - 8 96 - -40 84 - -17 20 - -17 20 - 33 -29 - 33 -29 - 3 -36 - 3 -36 - -69 1 - -69 1 - -40 -35 - -40 -35 - 90 -4 - 90 -4 - -6 -24 - -6 -24 - -46 -12 - -46 -12 - 31 65 - 31 65 - 30 17 - 30 17 - 20 16 - 20 16 - 32 77 - 32 77 - 33 77 - 69 50 - 70 49 - 69 50 - 8 -14 - 8 -14 - 9 19 - 10 18 - 9 19 - 97 -43 - 98 -44 - 97 -43 - -46 94 - -46 94 - 3 -13 - 3 -13 - -64 -27 - -64 -27 - 49 -81 - 49 -81 - -87 39 - 3 -98 - 67 -48 - 67 -48 - -2 -10 - -2 -10 - -2 -10 - -90 -19 - -90 -19 - 11 -71 - 11 -71 - -2 -13 - -2 -13 - -2 -14 - -3 -14 - -2 -14 - -3 -13 - -3 -13 - -3 -13 - -38 25 - -38 25 - 83 -33 - 83 -33 - -13 57 - -13 57 - 57 -85 - 57 -85 - 81 -6 - 81 -6 - -23 -71 - -23 -71 - 36 -10 - 36 -10 - 88 -45 - 88 -45 - -49 59 - -49 59 - -1 -27 - -1 -26 - -1 -27 - -1 -26 - -1 -26 - -1 -26 - -1 -27 - -1 -26 - -1 -27 - -1 -27 - -1 -26 - -1 -27 - 8 -61 - 8 -61 - -8 29 - -8 29 - -74 -97 - -74 -97 - 0 -29 - 0 -29 - -1 -28 - 0 -29 - 0 -29 - 0 -29 - -1 -28 - 0 -29 - 58 68 - 58 68 - 97 58 - 97 58 - 46 -50 - 46 -50 - 67 -78 - 14 99 - -67 -81 - 67 -78 - 53 -69 - 53 -69 - 83 -29 - -51 0 - -51 0 - -1 -30 - 0 -30 - 0 -30 - -1 -30 - 43 11 - 43 11 - 0 -32 - 0 -32 - 0 -32 - 0 -31 - 1 -31 - -6 83 - -50 -65 - -6 83 - 1 -32 - 0 -31 - 1 -31 - 1 -32 - 0 -32 - -50 5 - -50 5 - 0 -31 - 0 -31 - -85 -69 - -85 -69 - 18 25 - 18 25 - 18 26 - 18 26 - 18 25 - 18 26 - 1 -32 - 0 -32 - 1 -32 - 1 -32 - -41 100 - -41 100 - 44 77 - 44 77 - 1 -31 - 1 -32 - 1 -31 - 1 -31 - -61 -59 - -61 -59 - 69 78 - 69 78 - 69 79 - 69 79 - 69 78 - 69 79 - 1 -30 - 1 -30 - 2 -29 - 1 -29 - -9 -13 - -9 -13 - 2 -26 - 2 -26 - 2 -26 - 2 -26 - -98 26 - -98 26 - 60 -21 - 60 -21 - 44 -33 - 44 -33 - 46 20 - 46 20 - 11 31 - 11 31 - 31 64 - 31 64 - 31 65 - 31 65 - 31 64 - 31 65 - 5 -20 - 5 -20 - 3 -17 - 3 -17 - 3 -17 - 3 -17 - 21 58 - 21 58 - -74 58 - -92 -31 - -74 58 - -11 84 - -11 84 - -45 -69 - -11 64 - -11 64 - 4 -13 - 4 -13 - 3 -13 - -91 -62 - -91 -62 - 7 85 - 7 85 - -62 -3 - -62 -3 - 3 -9 - 3 -9 - -89 81 - -89 81 - -17 -7 - -17 -7 - 34 29 - 34 29 - -75 45 - -75 45 - -90 -5 - -75 -52 - -75 -52 - -39 12 - -39 12 - 2 14 - 2 14 - 64 71 - 64 71 - 8 96 - -40 84 - -19 70 - -19 70 - -19 71 - -19 71 - -19 70 - -19 71 - 68 9 - 68 9 - -33 54 - -33 54 - 58 12 - 58 12 - 33 60 - 33 60 - 42 -51 - 53 41 - 53 41 - 33 77 - 32 77 - 33 77 - 70 49 - 70 49 - 69 50 - 23 -29 - 23 -29 - 10 18 - 10 18 - 9 19 - 98 -44 - 98 -44 - 97 -43 - 4 -93 - 4 -93 - 73 88 - 73 88 - -3 -9 - -3 -9 - -3 -11 - -3 -11 - -3 -11 - -3 -11 - -2 -11 - -2 -11 - -2 -11 - -2 -11 - -2 -11 - -2 -11 - -2 -11 - 76 -97 - 76 -97 - -47 -93 - -47 -93 - -54 83 - -54 83 - -74 32 - -74 32 - -4 -95 - 97 -5 - -4 -95 - 75 26 - 75 26 - 16 -84 - 16 -84 - -47 -3 - -47 -3 - -39 -40 - -39 -40 - -76 -31 - -76 -31 - 63 33 - 63 33 - 8 56 - 8 56 - -70 -99 - -70 -99 - -78 58 - -78 58 - 91 -43 - 17 96 - -76 58 - 91 -43 - -78 58 - 91 -43 - -79 -63 - 17 96 - -67 -81 - -67 -81 - 67 -78 - 83 -29 - 53 -69 - 83 -29 - 0 -30 - 0 -31 - 0 -30 - 0 -30 - -1 -30 - -70 -54 - 56 70 - -70 -54 - 0 -32 - 0 -32 - 0 -32 - 0 -31 - 0 -32 - 0 -31 - 1 -31 - 1 -32 - 0 -32 - 29 -89 - 29 -89 - -64 -77 - -64 -77 - 1 -32 - 18 26 - 1 -32 - 1 -32 - 0 -32 - -28 -30 - -28 -30 - 10 85 - 10 85 - 50 62 - 50 62 - 1 -32 - 1 -32 - 1 -32 - 1 -31 - 1 -32 - 1 -31 - 1 -32 - 1 -32 - 1 -31 - 1 -32 - 14 9 - 14 9 - 63 -76 - 63 -76 - 11 -87 - 11 -87 - 79 -4 - 79 -4 - -66 -45 - 50 23 - 50 23 - 24 -37 - 24 -37 - 54 0 - 54 0 - 36 -59 - 36 -59 - 26 -19 - 26 -19 - 2 -29 - 1 -30 - 2 -29 - 2 -28 - -22 -58 - -22 -58 - 19 -32 - 19 -32 - 2 -11 - 2 -11 - -72 62 - -72 62 - -80 36 - -80 36 - 74 -4 - 74 -4 - 3 -24 - 3 -24 - 2 -24 - 2 -24 - 3 -23 - 3 -25 - 3 -25 - 3 -23 - 2 -24 - 3 -23 - -83 19 - -83 19 - -30 -84 - -30 -84 - -37 -52 - -37 -52 - 2 -19 - 3 -19 - 2 -19 - 10 -88 - 10 -88 - -48 80 - -48 80 - 45 75 - 45 75 - 65 -57 - 65 63 - 65 -57 - 45 75 - 65 -57 - -10 48 - -33 -36 - -10 48 - 73 -40 - 73 -40 - 4 20 - 4 20 - -94 -73 - -94 -73 - 73 79 - 73 79 - 55 62 - 55 62 - 46 41 - 46 41 - 8 96 - 64 71 - 8 96 - 6 96 - -40 84 - 21 -4 - 21 -4 - 15 74 - 15 74 - 96 -57 - 96 -57 - 45 98 - 45 98 - 0 -14 - 0 -14 - 0 -13 - 0 -13 - -9 29 - -9 29 - -8 30 - -40 -16 - -40 -16 - -33 -20 - -33 -20 - -24 -33 - -24 -33 - -98 74 - -98 74 - -82 -34 - -82 -34 - 88 72 - 88 72 - -62 40 - -62 40 - 67 63 - 67 63 - -62 56 - -62 56 - 60 -73 - 60 -73 - 61 -3 - 61 -3 - 71 -59 - 71 -59 - 71 -58 - -87 40 - 71 -58 - 71 -59 - 71 -58 - 35 -57 - 35 -57 - -3 -11 - -3 -11 - -3 -11 - -3 -11 - -2 -11 - -2 -11 - -3 -11 - -3 -11 - -3 -11 - -2 -11 - 0 -25 - 0 -25 - -36 94 - -36 94 - -81 31 - -81 31 - 46 -68 - 46 -68 - 31 -29 - 31 -29 - -2 -15 - -2 -15 - 54 -36 - 54 -36 - -62 81 - -62 81 - 38 74 - 38 74 - 28 -72 - 28 -72 - -1 -22 - -2 -22 - -2 -22 - -2 -22 - -1 -22 - -2 -23 - -2 -23 - -2 -23 - -2 -23 - -2 -24 - -1 -24 - -2 -24 - -8 51 - -8 51 - -1 -63 - -1 -63 - 89 -53 - 89 -53 - 16 -98 - 16 -98 - -2 -25 - -2 -25 - -1 -26 - -1 -26 - -2 -25 - -1 -26 - -1 -27 - 81 -91 - 81 -91 - -88 -55 - -88 -55 - -1 94 - -1 94 - -90 16 - 87 26 - 44 -80 - -90 16 - 87 26 - 44 -80 - 40 -23 - 40 -23 - 34 36 - 34 36 - -31 -27 - -31 -27 - -31 -26 - -31 -26 - -31 -27 - -31 -26 - 0 -30 - 0 -30 - 0 -30 - 0 -31 - -1 -30 - 0 -31 - 0 -30 - 0 -30 - 0 -31 - -1 -30 - -79 -63 - 91 -43 - -79 -63 - 17 96 - -72 -58 - -72 -58 - 10 -6 - 10 -6 - -59 -33 - -59 -33 - 54 -72 - 54 -72 - -76 -52 - -76 -52 - -10 26 - -10 26 - -50 -65 - -50 -65 - -56 56 - -6 83 - 1 -31 - 0 -32 - 0 -31 - 1 -31 - 1 -32 - 0 -32 - 0 -33 - 0 -33 - 0 -33 - 54 26 - 54 26 - 54 25 - 20 44 - 20 44 - 42 24 - 57 44 - 57 44 - 1 -32 - 1 -32 - -42 -26 - -42 -26 - 1 -32 - 1 -32 - 1 -31 - 7 -50 - 7 -50 - -37 83 - 3 90 - -37 83 - 64 80 - 64 80 - 1 -32 - 1 -32 - 1 -32 - 1 -31 - 1 -32 - -74 12 - -74 12 - 1 -32 - 1 -32 - 19 -39 - 19 -39 - 20 18 - 20 18 - -6 -57 - -6 -57 - -81 89 - -81 89 - -75 25 - -75 25 - -71 -72 - -71 -72 - 9 -57 - 9 -57 - 2 -77 - 2 -77 - 2 -29 - 2 -29 - 2 -29 - 2 -29 - -22 -43 - -21 -44 - -22 -43 - 1 -28 - 1 -28 - 2 -28 - -43 -13 - -43 -13 - 29 34 - -13 -13 - -13 -13 - -5 92 - -5 92 - 46 -59 - 46 -59 - 19 -66 - 19 -66 - 2 -22 - 2 -22 - 3 -22 - -61 -7 - -61 -7 - 4 -85 - 4 -85 - -68 -43 - -68 -43 - 58 -82 - 58 -82 - 59 86 - -32 -31 - -32 -31 - 3 -20 - 3 -20 - 3 -20 - 3 -20 - 3 -20 - 3 -20 - 3 -19 - 3 -19 - 3 -19 - -61 42 - -61 42 - 3 -19 - 3 -19 - 3 -19 - 2 -19 - 24 51 - 24 51 - 3 -13 - 4 -13 - 3 -13 - 3 -13 - -90 84 - -90 84 - 0 68 - 0 68 - 0 69 - 0 69 - 0 68 - 0 69 - 27 48 - 27 48 - -42 40 - -42 40 - 53 -29 - 53 -29 - -72 9 - -72 9 - -90 37 - 11 -93 - -90 37 - -24 96 - 13 -10 - 13 -10 - 48 -17 - 48 -17 - -16 74 - -16 74 - -91 -55 - -91 -55 - -90 -5 - -75 45 - -83 -33 - -90 -5 - 81 21 - 81 21 - 53 -48 - 53 -48 - 52 -48 - 6 60 - 6 60 - 71 48 - 71 48 - 10 -33 - 10 -33 - 12 -31 - 12 -31 - -8 30 - -9 29 - -8 30 - 42 -51 - 33 60 - 42 -51 - -93 -81 - -93 -81 - 40 -11 - 40 -11 - 3 -98 - 49 -81 - 75 -59 - 3 -98 - -13 23 - -13 23 - -24 -77 - -24 -77 - 77 -20 - 77 -20 - -2 -14 - -2 -14 - -2 -14 - -2 -14 - -2 -14 - -2 -14 - -13 36 - -13 36 - 2 -77 - 2 -77 - -97 -91 - -97 -91 - -19 -90 - -19 -90 - -1 -16 - -2 -16 - -1 -16 - -2 -16 - -6 39 - -6 39 - -6 40 - -6 40 - -6 39 - -6 40 - 32 -58 - 32 -58 - -2 -22 - -2 -22 - -2 -22 - -2 -22 - -1 -22 - -2 -22 - 82 -55 - 82 -55 - 82 -54 - 82 -54 - 82 -55 - 82 -54 - -25 98 - 61 -25 - 61 -25 - -60 -9 - -60 -9 - -1 -24 - -1 -24 - -2 -24 - -84 -89 - -84 -89 - 91 -27 - 91 -27 - 79 -89 - 79 -89 - -90 16 - -1 94 - -90 16 - 87 26 - 44 -80 - 87 26 - -1 94 - -90 16 - 87 26 - 44 -80 - 0 -30 - 0 -30 - 0 -30 - 0 -30 - 0 -30 - 0 -31 - -1 -30 - 76 -25 - 76 -25 - -33 81 - -33 81 - 47 -90 - 47 -90 - 0 -32 - 0 -31 - 1 -31 - 1 -32 - 0 -32 - 44 8 - 44 8 - -29 7 - -29 7 - 1 -32 - 1 -32 - 1 -32 - 1 -33 - 42 24 - 20 44 - 42 24 - 1 -32 - 1 -33 - 1 -32 - -10 -66 - -10 -66 - 20 89 - 20 89 - 55 73 - 1 -32 - 1 -32 - 1 -32 - 1 -31 - 1 -32 - 13 -45 - 13 -45 - 33 10 - 33 10 - 0 -32 - 0 -32 - 1 -31 - 1 -31 - 0 -32 - 1 -31 - -74 88 - -74 88 - 88 -23 - 25 -88 - 88 -23 - 2 -29 - 2 -29 - 2 -29 - 2 -29 - -21 -44 - -21 -44 - -22 -43 - 2 -28 - 1 -28 - 2 -28 - 2 -26 - 2 -26 - 2 -26 - 2 -25 - 2 -25 - 2 -26 - 2 -26 - 55 56 - 55 56 - 72 29 - 72 29 - 59 86 - 58 -82 - 59 86 - 85 -80 - 85 -80 - -47 -38 - -47 -38 - 3 -18 - 3 -18 - 3 -18 - -47 -29 - -47 -29 - 47 1 - 47 1 - -41 4 - -41 4 - 4 -14 - 4 -14 - -15 -28 - -15 -28 - 3 -9 - 3 -9 - 3 -9 - -49 -60 - -49 -60 - -23 97 - -23 97 - -66 -12 - -66 -12 - -16 -39 - -16 -39 - -15 -39 - 25 75 - 25 75 - -91 77 - -91 77 - 0 73 - 0 73 - 8 18 - 8 18 - 53 -58 - 53 -58 - 10 2 - 10 2 - 40 -32 - 40 -32 - 53 -29 - 53 -29 - 40 34 - 40 34 - -66 4 - -65 3 - -66 4 - 59 -7 - 59 -7 - 27 -35 - 28 -36 - 27 -35 - -80 20 - -80 20 - -62 31 - -62 31 - -87 40 - 71 -59 - -87 40 - 3 -55 - 3 -55 - -35 30 - -35 30 - 47 -83 - 47 -83 - -2 -15 - -2 -15 - -2 -16 - -2 -16 - -1 -16 - -2 -16 - -2 -16 - -2 -16 - -1 -16 - -2 -16 - -2 -16 - -2 -17 - -1 -17 - -2 -17 - -2 -17 - -2 -17 - 12 -57 - 12 -57 - 67 1 - 67 1 - -48 35 - -48 35 - 27 28 - 27 28 - 2 65 - 2 65 - -2 -22 - -2 -22 - -2 -22 - -2 -22 - -1 -22 - -2 -22 - -82 -95 - -82 -95 - 8 25 - 8 25 - 22 70 - 22 70 - -5 73 - -87 38 - -87 38 - 92 -31 - 20 -13 - 20 -13 - 96 40 - 96 40 - -1 -29 - -1 -29 - -10 -49 - -10 -49 - 26 80 - 26 80 - 17 96 - -78 58 - 91 -43 - -79 -63 - 17 96 - -76 58 - -76 58 - -78 58 - 17 96 - -76 58 - 21 -57 - 21 -57 - -40 32 - -40 32 - 68 -77 - 68 -77 - 0 -31 - 0 -31 - 0 -31 - 0 -30 - -58 -44 - -58 -44 - -81 14 - -81 14 - 56 70 - 56 70 - -70 -54 - -65 4 - -11 65 - -65 4 - 43 1 - 43 1 - 0 -32 - 0 -33 - 1 -33 - 0 -32 - 0 -32 - 1 -32 - 1 -32 - 1 -32 - 0 -32 - -66 -9 - -66 -9 - 69 20 - 69 20 - -94 32 - -94 32 - -97 94 - -97 94 - -32 -95 - -32 -95 - 61 95 - 61 95 - 17 -32 - 17 -32 - 18 -32 - 71 57 - 71 57 - 89 -85 - 89 -85 - 1 -30 - 1 -30 - 33 63 - 33 63 - 2 -29 - 2 -29 - 2 -29 - 2 -29 - 8 -30 - 8 -30 - -88 -49 - -88 -49 - -7 42 - -7 42 - 48 42 - 48 42 - -4 35 - -4 35 - -58 87 - -58 87 - -46 -76 - -46 -76 - -4 86 - 33 -65 - 33 -65 - -52 -1 - -52 -1 - 3 -21 - 3 -21 - 12 3 - 12 3 - 87 56 - 87 56 - -15 87 - -15 87 - 3 -18 - 3 -18 - 3 -18 - 9 -67 - 9 -67 - 53 36 - 53 36 - 2 -17 - 3 -17 - 2 -17 - 3 -17 - 6 40 - 6 40 - 70 1 - 70 1 - 4 -14 - 4 -14 - 93 65 - 93 65 - 3 -14 - 3 -14 - 3 -13 - 3 -13 - 3 -13 - 3 -13 - 38 -44 - 38 -44 - 3 -13 - 3 -13 - 3 -12 - 3 -12 - 80 33 - 80 33 - -51 5 - -51 5 - 56 67 - 56 67 - -96 32 - -96 32 - -24 96 - 11 -93 - 11 -93 - -90 37 - -24 96 - -96 32 - -90 37 - -24 96 - 3 -9 - 3 -9 - 3 -9 - 44 83 - 44 83 - 26 -8 - 26 -8 - -6 29 - -6 29 - -15 -39 - -16 -39 - -15 -39 - 6 96 - 8 96 - 6 96 - -31 -56 - -31 -56 - -61 77 - -61 77 - -41 69 - -41 69 - 80 -57 - 80 -57 - 82 -63 - 82 -63 - 49 23 - 49 23 - 95 22 - 95 22 - -65 3 - -65 3 - -66 4 - 18 -23 - 18 -23 - 10 24 - 10 24 - 28 -36 - 28 -36 - 27 -35 - 75 -59 - 75 -59 - 3 -98 - -82 43 - -82 43 - 18 32 - 18 32 - -27 14 - -27 14 - -23 58 - -23 58 - -24 82 - -24 82 - -33 76 - -33 76 - -3 -20 - -3 -20 - 22 -86 - 22 -86 - -2 -21 - -2 -21 - -2 -21 - -2 -22 - -2 -22 - -2 -22 - -2 -22 - -85 46 - -85 46 - -2 -22 - -2 -22 - -2 -22 - -2 -22 - -2 -22 - -1 -22 - 87 -65 - 87 -65 - 54 90 - 54 90 - -88 -75 - -88 -75 - -5 73 - 22 70 - -5 73 - -2 -26 - -2 -26 - -2 -27 - -2 -27 - -2 -26 - 8 26 - -2 -27 - -1 -27 - -1 -27 - -2 -27 - -1 -26 - -1 -27 - -72 -89 - -72 -89 - -29 -70 - -29 -70 - -1 -29 - -1 -29 - -1 -29 - -59 -25 - -59 -25 - 90 -95 - 90 -95 - -5 -64 - -5 -64 - 66 86 - 66 86 - -1 -30 - 0 -30 - 0 -30 - 0 -31 - -1 -30 - -2 -30 - -58 -34 - -59 -33 - -57 -36 - -58 -34 - 22 98 - 98 -20 - 22 98 - 95 66 - 95 66 - -8 15 - -8 15 - 1 -87 - -33 -83 - 1 -87 - -74 58 - -74 58 - 67 -93 - 67 -93 - 85 -87 - 85 -87 - -17 -95 - -17 -95 - 91 34 - -17 43 - -17 43 - 0 -33 - 0 -33 - 0 -33 - 1 -33 - 0 -32 - 0 -32 - 0 -32 - 0 -33 - 1 -33 - 0 -32 - 0 -32 - 63 -14 - 63 -14 - 54 25 - 54 26 - 54 25 - 52 -5 - 52 -5 - 0 -32 - 1 -32 - 0 -32 - 60 20 - 60 20 - 1 -32 - 1 -32 - 1 -32 - 81 -48 - 81 -48 - 1 -33 - 1 -32 - 1 -33 - 12 -20 - 12 -20 - 4 -54 - 4 -54 - 1 -32 - 1 -32 - -53 -62 - -53 -62 - 14 -37 - 14 -37 - 66 -23 - 66 -23 - 18 -32 - 17 -32 - 18 -32 - 55 73 - 20 89 - -80 50 - 55 73 - -13 40 - -13 40 - 23 -40 - 23 -40 - -13 1 - -13 1 - 65 52 - 65 52 - -34 -72 - -72 33 - -71 33 - -34 -72 - -69 -31 - -69 -31 - -89 62 - -89 62 - -81 -7 - -81 -7 - 49 -6 - 49 -6 - 80 95 - 80 95 - 81 -32 - -32 -79 - 81 -32 - -8 -46 - -8 -46 - 78 91 - 84 -89 - 78 91 - -38 40 - -38 40 - 3 -21 - 3 -21 - 3 -19 - 3 -19 - 3 -19 - 3 -19 - -88 -41 - -88 -41 - 65 -49 - 65 -49 - 3 -17 - 3 -17 - 2 -17 - 3 -17 - 3 -17 - 3 -17 - 2 -17 - 3 -17 - -90 78 - 80 -93 - -90 78 - 4 -16 - 4 -16 - -47 -94 - -47 -94 - 85 23 - 85 23 - -99 49 - -99 49 - -37 98 - -37 98 - -35 98 - -16 -97 - -16 -97 - -83 -33 - -83 -33 - -90 -5 - -37 -9 - -37 -9 - -64 -60 - -64 -60 - -17 89 - -17 89 - -64 -60 - -17 89 - 52 -48 - 53 -48 - 52 -48 - 54 -45 - 4 73 - 4 73 - -18 -1 - -18 -1 - 21 47 - 21 47 - -40 -53 - -40 -53 - 4 72 - 4 72 - 54 62 - 54 62 - 44 1 - 44 1 - 22 16 - 22 16 - 47 9 - 47 9 - -71 -91 - -71 -91 - 92 75 - 92 75 - 19 -24 - 19 -24 - -56 -50 - -56 -50 - 89 35 - 89 35 - -18 26 - -18 26 - -3 -10 - -3 -10 - -3 -10 - -3 -10 - -3 -10 - -91 29 - -91 29 - -2 -13 - -3 -13 - -2 -13 - -3 -15 - -3 -15 - 44 0 - 44 0 - -2 -16 - -2 -16 - -2 -15 - -2 -15 - -6 16 - -6 16 - -2 -16 - -2 -16 - -2 -16 - -2 -17 - -1 -17 - -2 -17 - -2 -17 - -2 -17 - 57 36 - 57 36 - -2 -17 - -1 -17 - -2 -17 - -2 -17 - -2 -17 - -95 -85 - -95 -85 - -40 -10 - -40 -10 - -2 -19 - -2 -19 - -3 -19 - -27 -14 - -27 -14 - 61 -31 - 61 -31 - -2 -21 - -2 -21 - -2 -21 - -2 -22 - -2 -22 - -2 -22 - -2 -22 - -2 -22 - -2 -22 - -2 -22 - -2 -22 - -2 -22 - -2 -22 - -25 98 - 82 -54 - -25 98 - -24 98 - -77 46 - -77 46 - -18 94 - -18 94 - -47 -35 - 5 -59 - -47 -35 - -71 -17 - -71 -17 - -60 -46 - -2 -25 - -2 -25 - 50 79 - 50 79 - -95 -73 - -95 -73 - -60 -69 - -60 -69 - 40 86 - -1 -27 - -1 -27 - 19 21 - 19 21 - -1 51 - -1 51 - 48 -69 - 48 -69 - 19 73 - 19 73 - -67 -51 - -67 -51 - -50 39 - -50 39 - -57 -36 - -59 -33 - -57 -36 - -58 -34 - 0 -31 - 0 -31 - 63 -3 - 63 -3 - -15 38 - -15 38 - -40 -38 - -40 -38 - 42 56 - 42 56 - 0 -32 - 0 -32 - 13 -57 - 13 -57 - 52 -3 - 52 -3 - -54 1 - -54 1 - 52 -3 - -54 1 - 15 21 - 15 21 - 1 -33 - 0 -33 - 1 -33 - 0 -32 - 0 -32 - 58 -97 - 58 -97 - -46 27 - -46 27 - 0 -33 - 0 -33 - 0 -33 - 1 -33 - 1 -33 - 1 -33 - 1 -33 - 1 -33 - 1 -32 - 2 10 - 2 10 - 39 58 - 39 58 - 25 -88 - 25 -88 - 88 -23 - -12 4 - -12 4 - 50 -50 - 50 -50 - 29 29 - 29 29 - 73 53 - 73 53 - 30 -43 - 30 -43 - 2 -29 - 2 -29 - 2 -29 - 2 -29 - 2 -29 - 2 -29 - 56 -31 - 56 -31 - 39 -1 - 39 -1 - 23 -85 - 23 -86 - 23 -85 - -6 89 - -6 89 - 23 -85 - -6 89 - -21 -54 - -21 -54 - 30 -46 - 30 -46 - -57 9 - -57 9 - -51 28 - -26 66 - -26 66 - 91 63 - -66 -87 - 91 63 - 84 -89 - 84 -89 - 78 91 - -92 55 - -92 55 - -95 0 - 62 -73 - -95 0 - -83 -25 - -83 -25 - 25 -82 - 25 -82 - -93 -50 - -98 41 - -93 -50 - 4 -23 - 4 -23 - 60 -64 - 60 -64 - -6 -32 - -6 -32 - 3 -20 - 3 -20 - 3 -20 - 3 -20 - 3 -19 - 3 -19 - 3 -19 - 3 -19 - -70 75 - -70 75 - -67 72 - -67 72 - 57 -36 - 57 -36 - 91 17 - 91 17 - -89 63 - -52 -100 - -89 63 - 14 83 - 14 83 - 81 16 - 3 -13 - 3 -13 - 3 -13 - 33 73 - 81 16 - 33 73 - -35 98 - -37 98 - -35 98 - 89 -28 - 89 -28 - 4 -9 - 4 -9 - -27 46 - -27 46 - -93 -98 - -93 -98 - -23 -64 - -23 -64 - -25 -19 - -25 -19 - 17 23 - 17 23 - -36 -35 - -36 -35 - -30 -2 - -30 -2 - -11 -54 - -11 -54 - 69 79 - 69 79 - -84 98 - -84 98 - 24 -3 - 24 -3 - -35 80 - -35 80 - -38 9 - -38 9 - -47 43 - -47 43 - -65 42 - -65 42 - 12 11 - 12 11 - -21 85 - -21 85 - 23 -83 - 23 -83 - 26 -44 - 26 -44 - -60 74 - -60 74 - 77 -83 - 90 72 - 77 -83 - 78 -83 - 79 -82 - -3 -13 - -3 -13 - -2 -13 - -2 -16 - -2 -16 - -3 -16 - -2 -16 - -2 -16 - -2 -16 - -1 -17 - -2 -17 - -1 -17 - -2 -17 - -2 -17 - -2 -17 - 39 -13 - 39 -13 - -95 69 - -95 69 - -1 -20 - -1 -20 - -3 -19 - -2 -19 - -3 -19 - 17 31 - 17 31 - -24 98 - -25 98 - -24 98 - -96 -73 - -96 -73 - 29 22 - 29 22 - -5 -84 - -5 -84 - -90 4 - -90 4 - 40 86 - -60 -69 - 40 86 - 44 9 - 44 9 - 92 -31 - -87 38 - 92 -31 - -64 65 - -64 65 - -38 74 - -38 74 - 13 52 - 13 52 - 27 15 - 27 15 - -42 29 - -42 29 - -26 87 - -26 87 - 0 -30 - 0 -30 - -59 -33 - -59 -33 - -57 -36 - -58 -34 - 15 -56 - 15 -56 - 0 -31 - 0 -31 - 0 -31 - 98 -20 - 98 -20 - 22 98 - 73 54 - 73 54 - -33 -83 - -33 -83 - 1 -87 - -11 65 - -11 65 - -65 4 - 36 67 - 36 67 - 91 34 - -17 -95 - 91 34 - 76 -51 - 76 -51 - 76 -34 - 76 -34 - 79 58 - 79 58 - 92 50 - 92 50 - 92 51 - 92 51 - 92 50 - 92 51 - 75 84 - 75 84 - -68 -86 - 0 -33 - 0 -33 - 0 -33 - 0 -33 - 1 -33 - 1 -33 - 1 -33 - 1 -33 - 3 43 - 3 43 - 49 -37 - 49 -37 - 55 55 - 55 55 - 80 17 - 80 17 - -87 54 - -87 54 - -4 14 - -4 14 - -72 33 - -72 33 - -71 33 - -34 -72 - -11 16 - -11 16 - 23 -86 - 23 -86 - 23 -85 - 2 -28 - 2 -28 - -12 -97 - -12 -97 - -16 -76 - -16 -76 - 2 -25 - 2 -25 - 2 -26 - 2 -26 - -66 -87 - -66 -87 - 91 63 - 68 -31 - 68 -31 - -4 86 - -46 -76 - -4 86 - 3 -23 - 3 -23 - 37 9 - 37 9 - 62 -73 - 62 -73 - -95 0 - -92 92 - -92 92 - -91 92 - -82 -92 - -82 -92 - -86 26 - -86 26 - -37 -34 - -37 -34 - -9 2 - -9 2 - -18 -2 - -18 -2 - 3 -16 - 3 -16 - -82 -52 - -82 -52 - 18 -95 - -17 45 - 46 -18 - -17 45 - -17 46 - -17 46 - 46 -18 - -17 45 - -17 46 - 16 -49 - 16 -49 - 44 90 - 44 90 - 3 -12 - 3 -12 - 3 -11 - 3 -11 - 60 18 - 60 18 - -39 -42 - -39 -42 - 73 78 - 73 78 - -36 59 - -36 59 - -23 44 - -23 44 - 41 58 - 41 58 - -7 25 - -7 25 - 6 37 - 6 37 - 29 10 - 29 10 - 56 -40 - 56 -40 - 44 -14 - 44 -14 - 90 -39 - 90 -39 - 97 -20 - 97 -20 - 45 -41 - 45 -41 - 23 -59 - 23 -59 - 3 -15 - 3 -15 - -78 -80 - -78 -80 - -23 -8 - -23 -8 - 99 35 - 99 35 - -75 -87 - -75 -87 - 78 -83 - 90 72 - 77 -83 - 78 -83 - 79 -82 - 79 -82 - 90 72 - 77 -83 - 78 -83 - 79 -82 - -36 27 - -36 27 - 92 -4 - 92 -4 - -93 40 - -93 40 - 53 63 - 53 63 - -20 -60 - -20 -60 - 36 -79 - 36 -79 - -2 -22 - -2 -22 - -2 -22 - -2 -22 - -1 -22 - -1 -22 - -2 -22 - -2 -22 - -2 -22 - -2 -22 - -92 -2 - -92 -2 - -41 -58 - -41 -58 - 34 -6 - 34 -6 - 5 -59 - 5 -59 - -47 -35 - -77 0 - -60 -46 - -77 0 - 8 26 - 8 26 - -2 -27 - -2 -28 - 64 98 - 64 98 - 4 -50 - 4 -50 - 75 12 - 75 12 - -75 -11 - -1 -29 - -1 -29 - -1 -29 - 75 47 - 75 47 - -60 18 - -60 18 - 0 -30 - 0 -30 - 0 -30 - 25 92 - 25 92 - 12 69 - 12 69 - -2 -30 - -1 -30 - -2 -30 - -15 -27 - -6 -97 - -6 -97 - 81 54 - -25 89 - -25 89 - 9 -24 - 9 -24 - -26 17 - -26 17 - 86 -2 - 86 -2 - 0 -26 - 0 -26 - 0 -32 - 0 -32 - 50 31 - 50 31 - -33 -50 - 24 -65 - 24 -65 - 50 -59 - 50 -59 - -68 -86 - 75 84 - -68 -86 - 1 -33 - 0 -33 - 0 -33 - 0 -33 - 1 -33 - 1 -33 - 1 -33 - 1 -33 - 1 -33 - 90 -64 - 90 -64 - -49 -96 - 1 -33 - 1 -33 - 1 -33 - 10 82 - 10 82 - -80 50 - -80 50 - 55 73 - -96 -94 - -96 -94 - 1 -33 - 1 -32 - 1 -33 - 1 -32 - 1 -32 - 1 -32 - 1 -33 - 1 -32 - -33 -93 - -33 -93 - -16 1 - -16 1 - 51 56 - 51 56 - 65 91 - 65 91 - 2 -30 - 2 -30 - 2 -29 - -71 33 - -72 33 - -71 33 - -34 -72 - 2 -29 - 2 -29 - 2 -29 - 2 -29 - 3 -29 - 2 -29 - -69 -63 - -70 -63 - -69 -63 - 53 -90 - 53 -90 - -4 -100 - -4 -100 - -51 28 - -57 9 - -51 28 - -32 -79 - -32 -79 - 81 -32 - -91 92 - -92 92 - -91 92 - -98 41 - -98 41 - -93 -50 - 94 66 - 94 66 - 78 -89 - -97 45 - -97 45 - -15 47 - -15 47 - -28 54 - -28 54 - -41 43 - -41 43 - 0 13 - 0 13 - 3 -17 - 3 -17 - 38 -48 - 38 -48 - 80 -93 - 80 -93 - -90 78 - 88 52 - 88 52 - 61 -96 - 61 -96 - -89 27 - -89 27 - 59 -46 - 59 -46 - -20 33 - -20 33 - -73 -74 - -73 -74 - -27 -46 - -27 -46 - -34 40 - -34 40 - -27 -46 - -34 40 - -39 77 - -39 77 - 16 29 - 16 29 - 18 42 - 18 42 - 19 94 - 19 94 - 55 -55 - 55 -55 - 32 34 - 32 34 - 54 -45 - 52 -48 - 54 -45 - 57 65 - 57 65 - -75 100 - -75 100 - -84 81 - -84 81 - -45 -24 - -45 -24 - 2 -46 - 2 -46 - 8 -48 - 9 -48 - 8 -48 - 92 63 - 92 63 - 98 -1 - 98 -1 - 2 23 - 2 23 - 41 -50 - 41 -50 - 74 -25 - 74 -25 - -6 -66 - -6 -66 - -32 41 - -32 41 - 52 88 - 52 88 - -85 -22 - -85 -22 - -3 -10 - -3 -10 - -3 -10 - -3 -10 - 39 -47 - 39 -47 - -2 -13 - -2 -13 - -3 -13 - 90 72 - 90 72 - 77 -83 - 78 -83 - 79 -82 - 50 -79 - 50 -79 - -74 -36 - -74 -36 - 39 44 - 39 44 - 34 23 - 34 23 - -3 -16 - -3 -16 - -2 -16 - -2 -16 - 59 18 - 59 18 - 60 18 - -2 -17 - -2 -17 - -1 -17 - 24 -85 - 24 -85 - 86 -59 - 86 -59 - -2 -19 - -2 -19 - 95 56 - 95 56 - 48 -5 - 48 -5 - 97 -44 - 97 -44 - 19 -34 - 19 -34 - -60 -46 - -71 -17 - -60 -46 - -77 0 - 97 -10 - 97 -10 - 6 83 - 6 83 - 95 -97 - 95 -97 - 76 46 - 76 46 - 23 73 - 23 73 - 50 -32 - 50 -32 - 99 31 - 99 31 - 2 13 - 2 13 - -16 -30 - -16 -30 - -33 -50 - 50 31 - -33 -50 - -33 -49 - -33 -49 - -33 -50 - -33 -49 - -30 7 - -30 7 - 23 -21 - 23 -21 - 1 -33 - 1 -34 - 1 -33 - 1 -33 - 1 -33 - 1 -33 - 1 -33 - 2 -33 - 1 -33 - 1 -33 - 1 -33 - 1 -32 - 1 -32 - 1 -33 - 1 -33 - 1 -32 - -84 42 - -84 42 - 1 -32 - 1 -32 - 1 -33 - 1 -32 - 37 98 - 37 98 - -75 73 - 58 60 - 58 60 - 63 36 - 63 36 - 2 -29 - 2 -30 - 2 -29 - 2 -29 - 54 -46 - 54 -46 - 20 94 - 20 94 - 36 -30 - 36 -30 - 54 -80 - 54 -80 - 14 -89 - 14 -89 - -79 -85 - -79 -85 - 78 -89 - 94 66 - 78 -89 - 3 -19 - 3 -19 - 3 -19 - 69 91 - 69 91 - -50 94 - -50 94 - 89 7 - 89 7 - -4 88 - -52 -100 - -52 -100 - -89 63 - 19 1 - 19 1 - 11 19 - 11 19 - 81 16 - 14 83 - 81 16 - 33 73 - -72 87 - -72 87 - -49 -40 - -49 -40 - 93 -1 - 93 -1 - 93 0 - 93 0 - 93 -1 - 93 0 - 3 -12 - 3 -12 - -88 86 - -88 86 - 18 43 - 18 43 - -99 -22 - -99 -22 - 34 -78 - 34 -78 - 34 -77 - 34 -77 - 34 -78 - 34 -77 - 4 -9 - 4 -9 - -51 50 - -51 50 - -50 50 - -10 -87 - -10 -87 - 61 3 - 61 3 - 3 -42 - 3 -42 - 59 -97 - 59 -97 - -12 71 - -12 71 - 9 -48 - 9 -48 - 8 -48 - 33 88 - 33 88 - 14 -21 - 14 -21 - 25 27 - 25 27 - -87 -62 - -87 -62 - -3 -10 - -3 -10 - -3 -10 - -29 15 - -29 15 - 4 51 - 4 51 - -26 -45 - -26 -45 - -2 -12 - -2 -12 - -2 -16 - -3 -16 - -2 -16 - -2 -16 - 60 18 - 59 18 - 60 18 - 60 -22 - 60 -22 - 2 -63 - 2 -63 - 60 -22 - 2 -63 - -24 -54 - -24 -54 - -86 61 - -86 61 - -19 -35 - -19 -35 - -2 -22 - -2 -22 - 59 50 - 59 50 - 97 53 - 97 53 - 92 -78 - 92 -78 - -2 -28 - 8 26 - -2 -28 - -72 -67 - -72 -67 - -47 5 - -47 5 - -77 -9 - -77 -9 - 1 -75 - -47 -52 - -47 -52 - 0 -30 - 0 -30 - 0 -30 - 51 -12 - 51 -12 - 81 54 - -6 -97 - 81 54 - -98 -12 - -98 -12 - 58 -83 - 58 -83 - 0 -33 - 0 -33 - 0 -32 - 44 -81 - 44 -81 - -56 -42 - -56 -42 - 15 57 - 15 57 - -38 49 - -38 49 - 0 -33 - 0 -33 - 1 -33 - 0 -33 - 1 -33 - -49 -96 - 90 -64 - -49 -96 - -25 -24 - -25 -24 - 1 -69 - 1 -69 - 1 -33 - 2 -33 - 1 -33 - 1 -32 - 1 -33 - 1 -33 - 1 -33 - 2 -33 - 1 -33 - 1 -32 - 1 -33 - 1 -33 - -52 60 - -52 60 - -28 28 - -28 28 - 1 -33 - 1 -33 - 40 -50 - 40 -50 - -59 -17 - -59 -17 - -24 96 - -24 96 - -78 73 - -78 73 - -38 80 - -38 80 - 60 6 - 60 6 - 8 97 - 8 97 - 2 -31 - 2 -31 - 97 72 - 97 72 - 52 60 - 52 60 - 25 -79 - 25 -79 - 26 -79 - -21 47 - -21 47 - 3 -29 - 2 -29 - 2 -29 - 2 -29 - 3 -29 - 3 -28 - 3 -28 - 3 -27 - 3 -25 - 3 -25 - -58 12 - -58 12 - -92 41 - -92 41 - -66 78 - -66 78 - -77 93 - -77 93 - 12 23 - 12 23 - 94 36 - 94 36 - -98 52 - -98 52 - -60 96 - 3 -17 - 3 -17 - 4 -17 - 18 -95 - -82 -52 - 18 -95 - 46 -18 - 46 -18 - -17 45 - -17 46 - 99 73 - 99 73 - -1 40 - -1 40 - -79 18 - -79 18 - -27 -75 - -4 53 - -4 53 - 90 43 - 90 43 - 82 56 - -85 66 - -85 66 - -84 -72 - -84 -72 - -50 50 - -51 50 - -50 50 - 94 -81 - 94 -81 - 67 -7 - 67 -7 - -32 46 - -32 46 - 9 -88 - 9 -88 - -33 13 - -33 13 - -32 74 - -32 74 - -19 4 - -19 4 - 26 78 - 26 78 - 48 43 - 48 43 - 99 -14 - 99 -14 - -38 48 - -38 48 - -4 24 - -4 24 - -3 24 - 32 -31 - 32 -31 - 9 -99 - 9 -99 - 87 -31 - 87 -31 - 15 -22 - 15 -22 - -22 68 - -22 68 - 21 -81 - 21 -81 - 21 -80 - 21 -80 - 21 -81 - 21 -80 - 13 6 - 13 6 - -3 -10 - -3 -10 - -3 -10 - -3 -11 - -3 -11 - -58 -24 - -58 -24 - -12 -96 - -12 -96 - -50 77 - -50 77 - -94 -52 - -94 -52 - 76 30 - 76 30 - -53 73 - 36 85 - -53 73 - 69 -15 - 69 -15 - -3 -21 - -3 -21 - -33 82 - -33 82 - -54 34 - -54 34 - -37 -75 - -37 -75 - 54 34 - 54 34 - 46 37 - 46 37 - 56 -58 - 56 -58 - -75 -11 - 1 -74 - 75 12 - -75 -11 - -1 -29 - -1 -29 - -1 -29 - 0 -29 - 28 58 - 28 58 - 72 82 - 72 82 - 24 -61 - 24 -61 - -15 -27 - -2 -30 - -15 -27 - -1 -32 - -1 -32 - -77 43 - -77 43 - 0 -32 - 0 -33 - 0 -32 - 36 -73 - 36 -73 - 66 -11 - 66 -11 - 0 51 - 0 51 - 1 -33 - 1 -33 - 0 -33 - 2 -33 - 1 -33 - 2 -33 - 1 -33 - 1 -32 - 1 -33 - 1 -32 - 2 -33 - 1 -33 - 1 -32 - 1 -33 - 1 -33 - 94 82 - 94 82 - 1 -33 - 1 -33 - 9 -24 - 9 -24 - 2 -33 - 2 -33 - 1 -33 - -42 80 - -42 80 - 55 -47 - 55 -47 - 15 26 - 15 26 - -53 -58 - -53 -58 - -17 -30 - -17 -30 - 93 73 - 93 73 - 1 -31 - 1 -31 - -75 73 - 37 98 - -75 73 - 49 -4 - 49 -4 - -33 -98 - -33 -98 - 18 5 - 18 5 - 1 -30 - 1 -30 - -18 -2 - -18 -2 - 69 87 - 69 87 - -21 -91 - -21 -91 - 2 -29 - 2 -29 - 2 -29 - 69 19 - 69 19 - 26 -79 - 25 -79 - 26 -79 - 2 -29 - 2 -29 - 2 -29 - 2 -29 - 3 -29 - -93 60 - 82 -79 - -93 60 - 26 20 - 26 20 - -1 -75 - -1 -75 - -70 -63 - -70 -63 - -69 -63 - 3 -27 - 3 -28 - 3 -27 - -6 27 - -6 37 - -6 37 - 31 -31 - 31 -31 - 44 8 - 44 8 - -73 47 - -73 47 - 27 28 - 27 28 - -28 -41 - -28 -41 - -58 45 - -69 -26 - -58 45 - 57 46 - 57 46 - -44 -98 - -44 -98 - 0 33 - 0 33 - 12 -88 - 12 -88 - 25 -18 - 25 -18 - 25 -17 - 25 -17 - 25 -18 - 25 -17 - -36 67 - -36 67 - 4 -16 - 4 -16 - -44 -16 - -44 -16 - 43 94 - 43 94 - -81 -67 - 82 56 - 90 43 - 82 56 - 27 40 - 27 40 - -17 -100 - -17 -100 - -77 90 - -77 90 - -6 23 - -6 23 - -35 -90 - -35 -90 - 33 -19 - 33 -19 - -10 6 - -10 6 - -3 24 - -4 24 - -3 24 - 21 12 - 21 12 - 20 12 - 21 12 - 6 -16 - 6 -16 - 51 -64 - 51 -64 - 61 -36 - 61 -36 - 83 -87 - 83 -87 - 35 -36 - 34 -35 - 35 -36 - 79 21 - 79 21 - -24 14 - -24 14 - -62 74 - -62 74 - -7 61 - -7 61 - 16 -23 - 16 -23 - 98 -21 - 99 -22 - 98 -21 - 67 71 - 66 72 - 66 72 - 98 -21 - 67 71 - 66 72 - -94 -79 - -94 -79 - -85 26 - -85 26 - -33 46 - -33 46 - -51 -58 - -51 -58 - -3 -10 - -3 -10 - -3 -10 - -84 -63 - -84 -63 - -3 -13 - -2 -13 - -3 -13 - 18 87 - 18 87 - 85 -62 - 85 -62 - -52 -95 - -52 -95 - -3 -17 - -3 -17 - -3 -18 - -3 -18 - -34 -27 - -34 -27 - -23 38 - -23 38 - -43 -65 - -43 -65 - 5 45 - 5 45 - 61 -27 - 61 -27 - -3 35 - -3 35 - -44 8 - -44 8 - 26 -94 - 26 -94 - 51 -63 - 51 -63 - -36 -71 - -36 -71 - -69 -39 - -69 -39 - 5 38 - 5 38 - 46 32 - 44 33 - 46 32 - 76 -94 - 76 -94 - 93 -73 - 93 -73 - 81 -90 - 81 -90 - 1 -34 - 1 -34 - 1 -33 - -12 13 - -12 13 - -27 -98 - -27 -98 - 29 78 - 29 78 - 0 -88 - 0 -88 - -50 -70 - 1 -33 - 1 -33 - 1 -33 - 1 -32 - 65 -6 - 65 -6 - -20 -3 - -20 -3 - 6 73 - 6 73 - 2 -32 - 2 -32 - 41 21 - -45 -14 - 41 21 - -46 -61 - -46 -61 - -38 -86 - -38 -86 - -25 -88 - 7 -39 - 7 -39 - 39 -44 - 39 -44 - 40 -44 - -33 -51 - -33 -51 - 39 -44 - 40 -44 - -33 -51 - 82 -79 - 82 -79 - -93 60 - 2 -29 - 2 -29 - 2 -29 - 3 -29 - 2 -30 - 2 -29 - 41 92 - 41 92 - -32 90 - -32 90 - -54 5 - -54 5 - -50 -13 - -50 -13 - -50 -12 - -50 -12 - -50 -13 - -50 -12 - -18 -79 - -18 -79 - -11 -57 - -11 -57 - 45 63 - 45 63 - 64 73 - 64 73 - 83 14 - 83 14 - 12 -16 - 12 -16 - 4 -17 - 3 -17 - 4 -17 - -4 88 - 89 7 - -4 88 - 47 60 - 47 60 - 13 -81 - 13 -81 - 46 -14 - 46 -14 - 67 29 - 68 28 - 67 29 - 98 0 - 98 0 - -90 97 - -90 97 - 2 18 - 2 18 - -57 -12 - -57 -12 - 16 28 - 16 28 - -98 0 - -98 0 - -70 28 - -70 28 - -83 13 - -83 13 - -48 61 - -48 61 - -34 -31 - -34 -31 - 64 88 - 64 88 - 27 49 - 27 49 - 48 58 - -68 26 - 48 58 - -25 -45 - -25 -45 - 85 -67 - 85 -67 - 19 -5 - 19 -5 - -2 -36 - -2 -36 - -20 11 - -20 11 - -14 6 - -14 6 - -56 -30 - -56 -30 - 9 -100 - 9 -100 - 94 -38 - 99 -22 - 99 -22 - 98 -21 - 67 71 - 67 71 - 99 -22 - 98 -21 - 67 71 - 66 72 - 27 -58 - 27 -58 - -3 -9 - -3 -9 - -60 42 - -60 42 - -74 -33 - -74 -33 - -3 -13 - -3 -13 - -2 -16 - -2 -16 - -2 -17 - -2 -17 - -2 -20 - -2 -20 - -2 -20 - -19 -81 - -19 -81 - -2 -22 - -2 -22 - -92 27 - -92 27 - -46 -58 - -46 -58 - 77 32 - 77 32 - -68 15 - -68 15 - 36 -18 - 36 -18 - 1 -74 - 1 -74 - -75 -11 - 73 91 - -95 73 - 73 91 - -1 -29 - -1 -29 - -1 -29 - 0 -29 - 1 -75 - -77 -9 - 1 -75 - 13 -42 - 13 -42 - 21 30 - 21 30 - -55 88 - -55 88 - 24 62 - 24 62 - -45 -43 - -45 -43 - 44 -57 - 44 -57 - 44 33 - 44 33 - 46 32 - 86 10 - 86 10 - 0 -32 - 0 -32 - 89 100 - 89 100 - 0 -33 - 0 -33 - 30 61 - 30 61 - 1 -33 - 1 -33 - 1 -33 - 0 -33 - 0 -33 - 1 -33 - -80 15 - -80 15 - 84 11 - 84 11 - 77 40 - 77 40 - 1 -33 - 2 -33 - 1 -33 - 1 -32 - 1 -33 - 1 -33 - -50 -70 - 0 -88 - -50 -70 - 49 -69 - 79 76 - 79 76 - 1 -33 - 2 -33 - 1 -33 - 57 24 - 57 24 - -19 -46 - -19 -46 - 63 -100 - 63 -100 - -44 32 - -44 32 - 11 -62 - 11 -62 - 56 33 - -90 -88 - -90 -88 - -95 -33 - 62 81 - -95 -33 - -25 -88 - -38 -86 - -25 -88 - 2 -30 - 2 -30 - 40 -44 - 39 -44 - 40 -44 - -33 -51 - 86 -49 - 86 -49 - -31 77 - -31 77 - -35 37 - -35 37 - -79 -55 - -79 -55 - 95 -75 - 95 -75 - 27 -75 - 27 -75 - -69 -26 - -69 -26 - -58 45 - -42 73 - -42 73 - 18 -67 - 66 -17 - 18 -67 - -53 10 - -53 10 - 85 -62 - 85 -62 - -60 96 - -58 -98 - -98 52 - -60 96 - 3 -16 - 3 -16 - 79 -96 - 79 -96 - 68 28 - 68 28 - 67 29 - -27 -75 - -79 18 - -27 -75 - -31 -29 - -31 -29 - -81 -67 - 43 94 - -81 -67 - 90 88 - 90 88 - -28 -98 - -28 -98 - -56 -28 - -56 -28 - -62 83 - -62 83 - 30 -97 - -85 17 - -85 17 - 23 32 - 23 32 - -97 73 - -97 73 - 66 87 - 66 87 - 18 65 - 18 65 - -16 -58 - -16 -58 - 42 98 - 42 98 - 20 12 - 21 12 - 20 12 - 21 12 - -58 -18 - -58 -18 - -15 10 - -15 10 - -14 11 - 34 -35 - 34 -35 - 35 -36 - 27 -62 - 27 -62 - 42 -44 - 42 -44 - 26 -28 - 26 -28 - 34 -35 - 34 -35 - 61 -64 - 61 -64 - -34 72 - -34 72 - -12 -33 - -12 -33 - 3 -48 - 3 -48 - 86 -92 - 86 -92 - 37 -19 - 37 -19 - -4 -81 - -4 -81 - -2 -29 - -2 -29 - -73 60 - -73 60 - -26 -24 - -26 -24 - -3 -17 - -3 -17 - -3 -17 - 41 -52 - 41 -52 - 36 85 - 36 85 - 37 85 - -53 73 - 72 -97 - 72 -97 - 11 -48 - 11 -48 - -20 84 - -20 84 - 0 -27 - 28 0 - 0 -27 - -2 -28 - -2 -28 - -2 -27 - -2 -27 - -2 -28 - -2 -27 - -40 -69 - -40 -69 - 6 -78 - -95 73 - -95 73 - 73 91 - 0 -29 - -1 -29 - -1 -29 - 0 -29 - 29 -12 - 29 -12 - 18 57 - 18 57 - -34 82 - -34 82 - 24 -92 - 24 -92 - -68 8 - -68 8 - 65 -46 - 65 -46 - -8 -97 - -8 -97 - -94 -87 - -94 -87 - 72 77 - 72 77 - 0 -33 - 0 -33 - 0 -33 - 0 -33 - 0 -33 - 0 -33 - 0 -33 - 0 -32 - 48 80 - 48 80 - -20 72 - -20 72 - -29 -37 - -29 -37 - 0 -33 - 1 -33 - 0 -33 - 1 -33 - 1 -33 - 1 -33 - 0 -33 - 1 -33 - 5 40 - 5 40 - -38 -45 - -38 -45 - -76 25 - -76 25 - 46 -8 - 46 -8 - 14 98 - 14 98 - -18 -48 - -18 -48 - -25 -94 - 63 78 - -25 -94 - -24 -94 - -25 -93 - -25 -93 - -25 -94 - -24 -94 - -25 -93 - -45 -14 - -45 -14 - 41 21 - -36 -33 - 2 -32 - 2 -32 - -17 -39 - -17 -39 - -43 2 - 31 -58 - 31 -58 - 62 81 - 62 81 - -95 -33 - 35 -39 - 35 -39 - -14 92 - -14 92 - 2 -30 - 2 -30 - 2 -30 - -54 72 - -54 72 - -54 73 - -54 73 - -54 72 - -54 73 - 2 -30 - 2 -29 - 2 -30 - 2 -29 - 2 -29 - 2 -29 - 2 -30 - 2 -29 - 3 -28 - 3 -28 - 2 -29 - 3 -28 - 66 -44 - 66 -44 - 3 -28 - 3 -28 - 98 -68 - 98 -68 - 8 10 - 8 10 - -6 27 - 3 -27 - -6 27 - 3 -27 - -83 -59 - -83 -59 - -4 -88 - -4 -88 - 72 -46 - 72 -46 - -35 61 - -35 61 - 22 -22 - 22 -22 - -62 25 - -62 25 - 66 79 - 66 79 - -9 -1 - -9 -1 - -29 -15 - -29 -15 - -38 -86 - -38 -86 - 4 -22 - 4 -22 - 4 -46 - 4 -46 - 9 -37 - 9 -37 - 8 -71 - 8 -71 - -43 20 - -43 20 - -58 -98 - -58 -98 - -60 96 - -43 27 - -43 27 - 4 -17 - 4 -17 - 26 -9 - 26 -9 - 4 -15 - 4 -15 - -43 71 - -43 71 - 71 44 - 71 44 - -55 -55 - -55 -55 - 18 57 - 18 57 - 13 -42 - 13 -42 - 24 -54 - 24 -54 - -94 75 - -94 75 - -79 51 - -79 51 - -68 26 - -68 26 - -68 26 - 48 58 - 83 52 - 83 52 - 22 -14 - 22 -14 - 21 12 - 21 12 - 20 12 - 21 12 - -14 11 - -15 10 - -14 11 - 38 -39 - 38 -39 - 23 -25 - 23 -25 - 38 -39 - 38 -39 - 38 -39 - 38 -39 - 30 4 - 30 4 - -53 -81 - -53 -81 - -52 -81 - 19 -26 - 19 -26 - 88 29 - 88 29 - -34 -90 - -34 -90 - 69 -64 - 3 -48 - 3 -48 - 52 -4 - 52 -4 - 37 -77 - 37 -77 - 20 -97 - 20 -97 - -91 -61 - -91 -61 - 80 -64 - 80 -64 - 51 -33 - 51 -33 - 75 58 - 94 -15 - 75 58 - -82 -84 - -82 -84 - 37 85 - 36 85 - 37 85 - -3 -19 - -3 -19 - 13 -63 - 13 -63 - -49 46 - -49 46 - 21 -7 - 21 -7 - -4 -21 - -96 34 - 1 -100 - -96 34 - -96 35 - -96 35 - 1 -100 - -96 34 - -96 35 - -12 -75 - -12 -75 - -85 8 - -85 8 - 58 -15 - 58 -15 - 79 -51 - 79 -51 - -2 -29 - -2 -29 - -2 -28 - -2 -28 - -2 -29 - -2 -28 - -54 56 - -54 56 - -1 -29 - -1 -29 - 22 -17 - 22 -17 - 3 -53 - 3 -53 - -86 0 - -86 0 - -86 1 - -86 1 - -86 0 - -86 1 - -59 -22 - -59 -22 - 17 -60 - -14 -83 - -14 -83 - -83 -39 - -83 -39 - -72 0 - -72 0 - 1 -33 - 1 -33 - 1 -33 - 0 -33 - 1 -33 - -33 38 - -33 38 - -35 -65 - -35 -65 - 12 1 - 12 1 - -24 -94 - 63 78 - -25 -94 - -24 -94 - -25 -93 - 2 -32 - 2 -32 - 74 79 - 74 79 - -36 -33 - -45 -14 - -36 -33 - -64 -35 - -64 -35 - -11 -61 - -11 -61 - 56 33 - 11 -62 - 56 33 - 58 33 - 28 -68 - 28 -68 - 32 -51 - 32 -51 - 19 91 - 19 91 - -32 -87 - -32 -87 - 19 91 - -32 -87 - -33 -29 - -33 -29 - -25 51 - -25 51 - 18 25 - 18 25 - -69 52 - -69 52 - -98 -52 - -98 -52 - -64 -53 - -64 -53 - -60 -34 - -60 -34 - 66 -17 - 66 -17 - 18 -67 - -16 -80 - -16 -80 - -30 42 - -30 42 - 3 -19 - 3 -19 - -83 -13 - -83 -13 - 98 -83 - 98 -83 - 63 45 - 63 45 - 63 46 - 63 46 - 63 45 - 63 46 - 18 -74 - 51 47 - -59 -38 - 51 47 - 85 79 - 85 79 - 84 80 - 84 80 - 85 79 - 84 80 - -56 -6 - -56 -6 - 26 19 - 26 19 - 26 20 - 26 20 - 26 19 - 26 20 - 74 -20 - 74 -20 - 27 -39 - 27 -39 - -54 -76 - -54 -76 - 4 -31 - 4 -31 - -30 46 - -30 46 - -61 -58 - -61 -58 - -76 41 - 66 -85 - 66 -85 - 30 -97 - -62 83 - 30 -97 - -33 42 - -33 42 - -46 62 - -46 62 - -45 62 - -57 76 - -57 76 - -8 -51 - -8 -51 - 45 22 - -18 -91 - -18 -91 - -30 12 - -30 12 - -17 28 - -17 28 - -70 20 - -70 20 - -76 76 - -76 76 - 69 67 - 69 67 - -43 97 - -43 97 - 23 -58 - 23 -58 - 22 -50 - 22 -50 - -42 0 - -42 0 - -41 0 - 36 22 - 36 22 - 11 13 - 11 13 - -37 58 - -37 58 - 0 -79 - 0 -79 - 79 44 - 79 44 - 60 55 - 60 55 - 38 -39 - 38 -39 - 38 -39 - 38 -39 - 5 -67 - 6 -68 - 5 -67 - 94 -38 - 9 -100 - 94 -38 - 17 24 - 17 24 - 86 35 - 86 35 - -76 -37 - -76 -37 - 84 71 - 85 70 - 84 71 - -52 -81 - -53 -81 - -52 -81 - -97 -4 - -97 -4 - 70 -53 - 70 -53 - 45 -93 - 45 -93 - -53 -68 - -53 -68 - 94 -15 - 94 -15 - 75 58 - 80 -86 - 80 -86 - 51 -88 - 51 -88 - -4 41 - -4 41 - 22 7 - 22 7 - -20 -28 - -20 -28 - -37 -27 - -37 -27 - -40 -4 - -40 -4 - -2 -20 - -2 -20 - -2 -20 - -67 -68 - -67 -68 - 0 -76 - 0 -76 - -2 -22 - -2 -22 - 49 91 - 49 91 - -2 -25 - -2 -25 - -18 -18 - -40 86 - -40 86 - -15 -51 - -15 -51 - -88 -2 - -88 -2 - 73 -48 - 42 25 - -17 -46 - 42 25 - -39 -3 - -39 -3 - -96 13 - -96 13 - 76 73 - 76 73 - -1 -31 - -1 -31 - 9 -39 - 9 -39 - -11 2 - -11 2 - 0 -32 - 0 -32 - 0 -33 - 0 -33 - 0 -33 - 0 -33 - 0 -33 - 0 -33 - -58 -94 - -70 -90 - -58 -94 - 24 -27 - 24 -27 - -46 99 - -46 99 - 78 15 - 78 15 - -22 58 - -22 58 - -38 -65 - -38 -65 - 19 -58 - 19 -58 - 1 -34 - 1 -34 - 0 -33 - 1 -33 - 1 -33 - 0 -33 - 1 -33 - 38 32 - 38 32 - -64 45 - -64 45 - -1 -75 - -1 -75 - 94 78 - 94 78 - 94 79 - 94 79 - 94 78 - 94 79 - 54 -46 - 54 -46 - 59 -25 - 59 -25 - -78 77 - -78 77 - 49 -69 - -50 -70 - 49 -69 - 2 -33 - 1 -33 - 2 -33 - -86 15 - -86 15 - -84 -2 - -84 -2 - -43 2 - -17 -39 - -43 2 - 41 22 - 41 22 - 2 -30 - 2 -30 - 1 -31 - 1 -31 - 2 -30 - 1 -31 - 6 23 - 6 23 - 2 -30 - 2 -30 - 2 -30 - -9 -71 - -9 -71 - 3 -27 - -6 27 - 3 -27 - 2 -26 - 2 -26 - 83 -29 - 83 -29 - 9 -8 - 9 -8 - -41 -36 - -41 -36 - 95 61 - 95 61 - -13 94 - 83 -41 - -13 94 - 31 25 - 31 25 - 4 -17 - 4 -17 - 6 16 - -76 -23 - -76 -23 - -34 -20 - -34 -20 - 21 -12 - 21 -12 - -64 97 - -64 97 - 41 48 - 41 48 - -5 86 - -5 86 - -45 62 - -46 62 - -45 62 - 99 15 - 99 15 - -92 15 - 93 -9 - -92 15 - -46 -17 - -46 -17 - -92 -11 - -92 -11 - -93 85 - -93 85 - 5 -53 - 5 -53 - 51 76 - 51 76 - -6 40 - -6 40 - -34 -53 - -34 -53 - -41 0 - -42 0 - -41 0 - 0 -38 - 0 -38 - 55 60 - 55 60 - 4 14 - 4 14 - 32 16 - 32 16 - 32 25 - 32 25 - 8 -94 - 8 -94 - 9 -94 - -54 -15 - -54 -15 - -57 9 - -57 9 - -56 10 - -11 4 - -11 4 - 6 -68 - 6 -68 - 5 -67 - -10 3 - -10 3 - 93 -14 - 93 -14 - -97 -22 - -97 -22 - 44 -51 - 44 -51 - 85 70 - 85 70 - 84 71 - 27 26 - 29 24 - 28 25 - 27 26 - 82 -32 - 82 -32 - -98 -69 - -98 -69 - 69 -64 - -34 -90 - 69 -64 - 44 -51 - 44 -51 - 45 -51 - -61 11 - -61 11 - -20 52 - -20 52 - -3 -17 - -3 -17 - -3 -17 - -3 -17 - 36 24 - 36 24 - 64 -74 - 64 -74 - -3 -18 - -3 -18 - 65 48 - 65 48 - 60 82 - 60 82 - 56 -83 - -73 -47 - -73 -47 - -4 -21 - -3 -21 - 21 -7 - -4 -21 - -3 -21 - -90 -72 - -90 -72 - 1 -100 - 1 -100 - -96 34 - -96 35 - -73 26 - -73 26 - -2 -25 - -2 -25 - -1 -25 - -6 25 - -6 25 - -2 -25 - -1 -25 - -6 25 - 42 -7 - 42 -7 - -68 9 - 56 -36 - -68 9 - -17 -54 - -17 -54 - 28 0 - 28 0 - 0 -27 - -11 35 - -11 35 - -60 39 - -60 39 - 6 -78 - -40 -69 - 6 -78 - 42 45 - 42 45 - 18 8 - 18 8 - 57 87 - 91 46 - 57 87 - -53 -36 - -53 -36 - 63 10 - 63 10 - -1 -30 - -1 -30 - -49 28 - -49 28 - 72 9 - 62 -37 - 72 9 - 95 -63 - 95 -63 - 10 9 - 10 9 - 60 93 - 60 93 - 0 -32 - 0 -32 - 90 57 - 90 57 - -51 78 - -51 78 - -52 79 - 0 -33 - 0 -33 - 0 -33 - 0 -33 - 0 -32 - 0 -32 - 0 -33 - 0 -33 - 0 -33 - 0 -32 - 0 -33 - 0 -33 - 0 -32 - 0 -33 - 0 -33 - -70 -90 - -70 -90 - -58 -94 - 32 -91 - 32 -91 - 5 32 - 5 32 - -15 -47 - -15 -47 - 37 -55 - 37 -55 - -18 78 - -18 78 - -12 -44 - -12 -44 - -84 26 - -84 26 - 46 -59 - 46 -59 - -33 24 - -33 24 - 1 -33 - 1 -33 - 2 -33 - -62 6 - -62 6 - -88 74 - -88 74 - 63 78 - 63 78 - -25 -94 - -24 -94 - 48 17 - 48 17 - -9 93 - -9 93 - 91 17 - 58 33 - 56 33 - 58 33 - -35 -92 - -35 -92 - 77 -20 - 77 -20 - -94 30 - -94 30 - 2 -30 - 2 -30 - 2 -30 - -47 -28 - -47 -28 - -48 65 - -48 65 - 91 83 - 91 83 - -70 8 - -70 8 - 20 -82 - 20 -82 - 77 95 - 77 95 - -16 -25 - -16 -25 - 58 63 - 58 63 - 23 75 - 23 75 - -97 6 - -97 6 - -2 73 - -2 73 - -47 -29 - -47 -29 - 50 68 - 50 68 - 18 -74 - 63 46 - 18 -74 - 6 16 - 4 -17 - 6 16 - -35 -94 - -35 -94 - -41 80 - -41 80 - 61 34 - 61 34 - 4 -13 - 4 -13 - -46 29 - -46 29 - 57 47 - 57 47 - 76 -8 - 76 -8 - 57 47 - 76 -8 - 86 52 - 86 52 - 61 87 - 61 87 - 20 -4 - 20 -4 - 1 31 - 1 31 - 45 22 - -8 -51 - 45 22 - 39 84 - 40 83 - 39 84 - 40 84 - -68 26 - -68 26 - -68 26 - -56 81 - -56 81 - -16 59 - -16 59 - 12 24 - 12 24 - 9 -94 - 8 -94 - 9 -94 - -62 7 - -62 7 - -57 9 - -54 -15 - -57 9 - -57 9 - -56 10 - -57 9 - -54 -15 - -57 9 - -57 9 - -56 10 - 56 17 - 56 17 - 27 -29 - 27 -28 - 27 -29 - 38 -39 - 38 -39 - 38 -39 - 38 -39 - -9 2 - -9 2 - 54 91 - 54 91 - 28 25 - 29 24 - 28 25 - 27 26 - -12 2 - -12 2 - -63 -23 - -63 -23 - 1 -20 - 1 -20 - -42 -53 - -42 -53 - 45 -51 - 44 -51 - 45 -51 - -39 -47 - -39 -47 - -84 -14 - -84 -14 - -78 -49 - -78 -49 - -89 98 - -89 98 - -61 -53 - -61 -53 - -68 -25 - -68 -25 - -3 -21 - -3 -21 - -4 -21 - -3 -21 - -85 81 - -85 81 - 82 23 - 82 23 - 83 23 - -1 -25 - -2 -25 - -1 -25 - -6 25 - -2 -24 - 87 -43 - 87 -43 - -18 -18 - -2 -25 - -18 -18 - 56 -36 - 56 -36 - -68 9 - -70 -57 - -70 -57 - 97 -85 - 97 -85 - -92 -21 - -92 -21 - 99 51 - 99 51 - -2 -28 - -2 -28 - -2 -28 - 73 -48 - -88 -2 - 73 -48 - -9 -84 - -9 -84 - -11 -81 - 7 -35 - 7 -35 - 0 -32 - 0 -32 - 99 -84 - 99 -84 - -52 11 - -52 11 - -60 -22 - -60 -22 - 6 -66 - 17 -60 - -59 -22 - 17 -60 - 92 -75 - 92 -75 - 81 -63 - 81 -63 - -57 -8 - -57 -8 - -25 -77 - -25 -77 - 39 93 - 39 93 - -75 39 - -75 39 - 79 49 - 79 49 - -17 -27 - -17 -27 - 2 -31 - 2 -32 - 2 -31 - -41 -35 - -41 -35 - -36 -27 - -36 -27 - -4 44 - -38 33 - -38 33 - 49 -71 - 49 -71 - 49 91 - 49 91 - 47 67 - 47 67 - 86 71 - 86 71 - 27 37 - 27 37 - 24 -12 - 24 -12 - -12 -21 - -12 -21 - 41 -83 - 41 -83 - 3 -22 - 3 -22 - 14 18 - 14 18 - 83 -41 - 83 -41 - -13 94 - -94 -100 - -94 -100 - 0 91 - 0 91 - -89 19 - 80 -83 - 80 -83 - 3 -17 - 3 -17 - -29 22 - -29 22 - 92 62 - 92 62 - -59 -38 - -59 -38 - 51 47 - 13 50 - 13 50 - 31 -69 - 31 -69 - 25 38 - 25 38 - 55 -26 - 55 -26 - -16 89 - -16 89 - -15 89 - -86 -93 - -86 -93 - -16 5 - -16 5 - 35 83 - 35 83 - -76 41 - -61 -58 - -76 41 - -83 -30 - -83 -30 - 93 -9 - 93 -9 - -92 15 - 40 83 - 40 83 - 39 84 - 40 84 - 40 85 - 40 84 - 40 83 - 39 84 - 40 84 - 40 85 - -7 64 - -7 64 - 32 -44 - 32 -44 - 18 -1 - 18 -1 - 34 22 - 34 22 - -56 10 - -54 -15 - -57 9 - -57 9 - -56 10 - 30 -44 - -51 -13 - 30 -44 - -53 12 - 33 -42 - 27 -28 - 27 -28 - 27 -29 - 25 -27 - 25 -27 - 31 -32 - 31 -32 - 32 -33 - 31 -32 - 42 -42 - 42 -42 - 29 24 - 29 24 - 28 25 - 27 26 - -11 2 - -11 2 - 31 -37 - 31 -37 - 72 -23 - 72 -23 - -90 -80 - -90 -80 - 67 -41 - 67 -41 - -80 -11 - 18 77 - -80 -11 - -3 -11 - -3 -11 - 41 20 - 41 20 - -3 -14 - -3 -14 - -75 100 - -75 100 - 36 61 - 36 61 - 79 10 - 79 10 - -4 -16 - -4 -16 - -3 -17 - -3 -17 - -3 -17 - -3 -18 - -3 -18 - -2 -18 - -3 -18 - -3 -18 - 58 -66 - 58 -66 - 56 -83 - 60 82 - 56 -83 - 74 47 - 74 47 - -57 -11 - -57 -11 - -2 -23 - -2 -23 - -2 -23 - -1 -23 - -2 -23 - -2 -23 - -2 -23 - -1 -23 - -2 -23 - -83 -10 - -83 -10 - -2 -24 - -1 -25 - -2 -24 - -63 -44 - -63 -44 - -2 -28 - -2 -28 - -17 -46 - -17 -46 - 42 25 - -2 -28 - -2 -28 - -2 -28 - -1 -29 - -1 -29 - -2 -28 - -1 -29 - -93 -85 - -93 -85 - 61 49 - 61 49 - -11 -81 - -9 -84 - -11 -81 - 62 -37 - 62 -37 - 72 9 - 88 -15 - 88 -15 - -33 35 - -33 35 - -32 35 - -73 -7 - -73 -7 - 51 -12 - 51 -12 - 52 -12 - 0 -32 - -1 -32 - -1 -32 - 0 -32 - -42 -34 - -42 -34 - 8 -78 - 8 -78 - 74 -83 - 74 -83 - 71 -84 - 71 -84 - 9 -36 - 9 -36 - 15 3 - 15 3 - 6 86 - 6 86 - -52 79 - -51 78 - -52 79 - 0 -34 - 0 -34 - 0 -33 - 0 -33 - 0 -33 - -71 -64 - -71 -64 - -43 -38 - -43 -38 - 26 -53 - 26 -53 - -62 56 - -62 56 - -47 95 - -47 95 - 65 67 - 65 67 - 32 -48 - 32 -48 - -94 36 - -94 36 - -9 -20 - -9 -20 - -63 -13 - -63 -13 - -38 54 - 52 94 - 52 94 - 33 49 - 33 49 - 61 -1 - 61 -1 - 33 49 - 61 -1 - -52 89 - -52 89 - 2 -30 - 2 -30 - 2 -30 - 2 -30 - 2 -30 - 2 -30 - 2 -30 - 2 -30 - 2 -30 - 3 -30 - 2 -30 - 2 -30 - 2 -30 - 3 -30 - 2 -30 - -81 81 - -81 81 - -69 -14 - -69 -14 - 55 -47 - 55 -47 - -69 -14 - 55 -47 - -72 -79 - -72 -79 - -78 -72 - 57 39 - 57 39 - 63 -30 - 63 -30 - 19 87 - 19 87 - -68 96 - -68 96 - 68 -72 - 71 -72 - 68 -72 - 83 41 - 83 41 - 84 40 - 84 40 - 70 -49 - 70 -49 - 99 -81 - 99 -81 - 4 -18 - 4 -18 - 41 11 - 41 11 - -49 26 - -49 26 - -84 67 - -84 67 - 44 -39 - 44 -39 - -91 -53 - -91 -53 - -15 89 - -16 89 - -15 89 - -49 -49 - -49 -49 - -92 -25 - -92 -25 - 18 43 - 18 43 - 49 -64 - 49 -64 - 49 -64 - 20 95 - 20 95 - -42 -13 - -42 -13 - -38 64 - -38 64 - -57 82 - -57 82 - -19 -17 - -19 -17 - 59 -63 - 59 -63 - 91 -93 - 91 -93 - 43 -42 - 43 -42 - -13 5 - -13 5 - 31 -37 - 31 -37 - 71 -81 - 71 -81 - 90 43 - 55 -82 - 90 43 - -49 -83 - -49 -83 - 55 -82 - 90 43 - -49 -83 - 26 23 - 26 23 - 17 -9 - 17 -9 - -42 -40 - -42 -40 - 29 -94 - 29 -94 - -65 -33 - -65 -33 - -65 -32 - -65 -32 - -65 -33 - -65 -32 - -19 24 - -19 24 - -2 -15 - -2 -15 - 30 33 - 30 33 - -3 -15 - -3 -15 - -3 -17 - -3 -17 - -2 -18 - -3 -18 - -2 -18 - -47 -70 - -47 -70 - -67 98 - -67 98 - -3 -21 - -3 -21 - -4 -21 - -3 -21 - 67 -40 - 67 -40 - -44 92 - -44 92 - 72 -68 - 72 -68 - 73 -68 - -1 -23 - -2 -23 - -2 -23 - -1 -23 - -2 -23 - -64 -44 - -64 -44 - 68 -87 - 68 -87 - 52 88 - 52 88 - 18 -7 - 18 -7 - -2 -28 - -2 -28 - 91 46 - 91 46 - 57 87 - -1 -30 - -1 -30 - -1 -29 - -1 -29 - -1 -30 - -1 -29 - -1 -31 - -1 -31 - 7 88 - 90 4 - 7 88 - -32 35 - -33 35 - -32 35 - 68 93 - 68 93 - -23 35 - -23 35 - -1 -32 - -1 -32 - -1 -32 - 0 -32 - -73 69 - -73 69 - -34 94 - -34 94 - -81 32 - -81 32 - 0 -32 - 0 -32 - -97 60 - -97 60 - 6 -66 - -60 -22 - 6 -66 - 0 -33 - 0 -32 - 0 -33 - 0 -33 - 0 -34 - 0 -34 - 29 -38 - 29 -38 - 1 -34 - 1 -34 - -20 -66 - -20 -66 - 67 68 - 67 68 - 10 41 - 10 41 - 34 31 - 34 31 - 91 17 - -9 93 - 91 17 - 73 97 - 73 97 - 74 97 - -95 -68 - -95 -68 - -3 49 - -3 49 - -23 59 - -23 59 - 2 -32 - 2 -32 - 2 -32 - 2 -31 - 3 -33 - 2 -31 - 2 -31 - 2 -32 - 33 64 - 33 64 - 20 -31 - 20 -31 - 2 -31 - 2 -31 - 73 -59 - 73 -59 - -56 -22 - -56 -22 - 53 -91 - 53 -91 - 7 84 - 7 84 - 32 -16 - 32 -16 - 32 -15 - 32 -15 - 32 -16 - 32 -15 - 21 -61 - 21 -61 - -78 -72 - -72 -79 - -78 -72 - 21 -30 - 21 -30 - 5 94 - 5 94 - -57 30 - -57 30 - 71 73 - 71 73 - 25 57 - 25 57 - 58 11 - 58 11 - 3 -22 - 3 -22 - 71 -72 - 71 -72 - 68 -72 - 4 -21 - 4 -21 - -98 -30 - -98 -30 - -89 19 - 0 91 - -89 19 - 93 -11 - 69 31 - 69 31 - 5 -77 - -21 -74 - 5 -77 - -57 -15 - -57 -15 - -41 40 - -41 40 - -29 85 - -29 85 - 63 -11 - 63 -11 - -15 -1 - -15 -1 - -57 -32 - -57 -32 - 14 93 - -83 45 - 14 93 - 35 33 - 35 33 - 19 -10 - 19 -10 - -28 89 - -28 89 - -18 -16 - -18 -16 - -51 -13 - -51 -13 - 30 -44 - -53 12 - 64 49 - 64 49 - 65 50 - 48 -39 - 48 -39 - 31 -32 - 31 -32 - 32 -33 - 31 -32 - -80 -78 - -80 -78 - 54 -62 - 55 -63 - 54 -62 - 64 -73 - 66 -75 - 65 -74 - 64 -73 - 85 -57 - 85 -57 - -3 -9 - -3 -9 - 18 77 - 18 77 - -80 -11 - -3 -11 - -3 -11 - -3 -11 - -3 -12 - -4 -12 - -5 11 - -3 -12 - -3 -11 - -3 -11 - -3 -11 - 96 -42 - 96 -42 - -4 -63 - -4 -63 - -28 48 - -28 48 - -47 26 - -47 26 - 30 -41 - 30 -41 - -3 -16 - -4 -16 - -3 -16 - -96 -72 - -96 -72 - 2 -63 - 2 -63 - -48 20 - -48 20 - 80 -49 - 44 84 - 80 -49 - -28 22 - -28 22 - 73 -68 - 72 -68 - 73 -68 - 48 -46 - 48 -46 - 83 23 - 82 23 - 83 23 - -2 -23 - -2 -23 - -2 -23 - -1 -23 - 76 50 - 76 50 - -70 50 - -70 50 - -1 -28 - -1 -28 - 51 -58 - 51 -58 - 40 55 - 40 55 - -45 -68 - -45 -68 - 0 -30 - 0 -30 - 54 -41 - 54 -41 - 49 -29 - 49 -29 - -1 -31 - -1 -31 - -40 -51 - -40 -51 - -20 -16 - -20 -16 - 7 60 - 7 60 - 33 57 - 33 57 - 66 -82 - 66 -82 - 87 56 - 66 -81 - 66 -81 - 66 -82 - 87 56 - 66 -81 - 52 -12 - 51 -12 - 52 -12 - 85 -78 - 85 -78 - 98 -100 - 98 -100 - -62 -52 - -62 -52 - 88 -15 - 88 -15 - -8 -87 - -8 -87 - -87 -35 - -87 -35 - 0 -34 - 0 -34 - 0 -33 - 0 -33 - 0 -34 - 0 -33 - 0 -34 - -39 -11 - -39 -11 - -39 2 - 53 17 - 53 17 - 78 -57 - 78 -57 - 12 11 - 12 11 - 1 -34 - 1 -34 - -30 -31 - -30 -31 - 1 -34 - 1 -34 - -32 30 - -32 30 - -30 35 - -30 35 - 74 97 - 73 97 - 74 97 - 96 -12 - 96 -12 - 2 -32 - 1 -33 - 2 -32 - 72 -62 - 72 -62 - -38 54 - -63 -13 - -38 54 - -4 44 - -36 -27 - -4 44 - 15 -32 - 15 -32 - 3 -30 - 2 -30 - 3 -30 - 2 -30 - 70 20 - 70 20 - 3 -29 - 3 -29 - 2 -29 - 3 -28 - 2 -28 - 3 -29 - 3 -28 - 3 -29 - 2 -29 - 3 -28 - 2 -28 - 3 -29 - -10 47 - -10 47 - -9 47 - -21 -31 - -21 -31 - -3 30 - -3 30 - -48 -97 - -48 -97 - 9 91 - 9 91 - 35 11 - 35 11 - 40 -63 - 40 -63 - 41 65 - 41 65 - -88 99 - -88 99 - 57 -27 - -16 -59 - 57 -27 - -23 26 - -23 26 - -6 -78 - -6 -78 - -53 8 - -53 8 - -8 50 - -1 52 - -8 50 - -97 -47 - -91 60 - -97 -47 - -72 -55 - -72 -55 - 23 77 - 23 77 - 37 75 - 37 75 - 85 54 - 85 54 - 85 55 - 9 97 - 85 55 - -70 78 - 85 54 - 85 55 - 28 32 - 28 32 - -33 29 - -33 29 - 52 45 - 52 45 - 40 85 - 40 83 - 40 84 - 40 85 - 17 37 - 17 37 - 71 39 - 71 39 - -29 -31 - -29 -31 - -99 -39 - -99 -39 - -53 12 - -51 -13 - 30 -44 - -53 12 - 33 -42 - 33 -42 - 30 -44 - -53 12 - 33 -42 - -50 14 - -23 -33 - -23 -33 - 65 50 - 64 49 - 65 50 - 32 -33 - 31 -32 - 32 -33 - 31 -32 - 87 -91 - 87 -91 - 6 -13 - 6 -13 - 55 -63 - 55 -63 - 54 -62 - 65 -74 - 67 -76 - 66 -75 - 65 -74 - 64 -73 - 55 -82 - 55 -82 - 90 43 - -49 -83 - -48 -20 - -48 -20 - 15 73 - 15 73 - -2 -9 - -2 -9 - -86 -19 - -63 58 - -86 -19 - 47 -18 - 47 -18 - -4 -12 - -4 -12 - -3 -12 - -55 75 - -55 75 - 32 84 - 2 21 - 2 21 - -49 23 - -49 23 - -3 -17 - -3 -17 - -3 -17 - -77 87 - -77 87 - -3 -23 - -3 -23 - 56 12 - 56 12 - -18 -11 - -18 -11 - -94 -95 - -94 -95 - 39 87 - 39 87 - -77 21 - -77 21 - 11 -5 - 11 -5 - -20 -32 - -20 -32 - -79 96 - -79 96 - -55 75 - -55 75 - 53 -4 - 53 -4 - -87 6 - -87 6 - 25 4 - 25 4 - 4 -88 - 4 -88 - 82 1 - 82 1 - -10 -48 - -10 -48 - 84 -55 - 84 -55 - 33 98 - 34 -4 - 34 -4 - -1 -32 - -1 -32 - -1 -32 - 0 -32 - 37 -66 - 37 -66 - -74 58 - -74 58 - -52 56 - -52 56 - 72 29 - 83 -36 - 83 -36 - -54 -45 - -54 -45 - -86 26 - -86 26 - 0 -34 - 0 -34 - 8 24 - 8 24 - -25 -45 - -25 -45 - -97 -2 - -97 -2 - -54 92 - -54 92 - 63 -91 - 63 -91 - -72 82 - 1 -34 - 1 -34 - 1 -34 - 1 -34 - 2 -33 - 2 -33 - -58 54 - -58 54 - 30 31 - 30 31 - 37 -65 - 37 -65 - 64 35 - 64 35 - -13 46 - -13 46 - 34 -24 - 34 -24 - -18 7 - -18 7 - 3 -29 - 3 -29 - -9 47 - -10 47 - -9 47 - -90 31 - -90 31 - 28 5 - 28 5 - 19 99 - 19 99 - -88 49 - -88 49 - -2 -98 - -2 -98 - 57 -80 - 57 -80 - -17 -25 - -17 -25 - 4 -20 - 4 -20 - 48 -8 - 48 -8 - -96 14 - 93 -11 - -96 14 - -17 31 - -17 31 - -26 30 - -26 30 - -21 -74 - -21 -74 - 5 -77 - 69 -82 - 69 -82 - -97 -44 - -97 -44 - 69 -82 - -97 -44 - 77 -30 - 77 -30 - 5 -18 - 5 -18 - 60 -5 - 60 -5 - -12 46 - -12 46 - -31 -36 - 99 16 - 99 16 - -31 -36 - -12 46 - -31 -36 - -13 -93 - -13 -93 - -21 -52 - -21 -52 - 64 81 - 64 81 - 4 -12 - 4 -12 - -34 20 - -34 20 - -8 -19 - -8 -19 - 64 -97 - 64 -97 - -70 78 - -70 78 - 85 55 - -83 45 - 9 97 - -83 45 - 14 93 - 96 47 - 96 47 - 8 31 - 8 31 - -36 -91 - -36 -91 - 44 22 - 44 22 - 49 -64 - 49 -64 - 49 -64 - 29 9 - 29 9 - 0 -16 - 0 -16 - -24 90 - -24 90 - -33 -6 - -33 -6 - -33 -5 - -33 -5 - -33 -6 - -33 -5 - 9 6 - 9 6 - 29 -30 - 30 -31 - 29 -30 - 12 -73 - 13 -74 - 12 -73 - 7 -68 - 7 -68 - 59 -63 - 59 -63 - 66 -75 - 67 -76 - 66 -75 - 65 -74 - 64 -73 - 75 -77 - 75 -77 - -5 -26 - -5 -26 - -6 -25 - -6 -25 - -5 -26 - -6 -25 - -98 -49 - -98 -49 - -67 49 - -67 49 - -3 -10 - -3 -10 - -3 -10 - -5 11 - -5 11 - -3 -12 - 31 -31 - 31 -31 - 57 19 - 57 19 - 33 -99 - 33 -99 - -3 -14 - -3 -14 - 36 -87 - 36 -87 - -17 -92 - -5 -17 - -5 -17 - -42 -9 - -42 -9 - 82 -60 - 82 -60 - -35 54 - -52 -41 - -35 54 - 57 -63 - 57 -63 - -97 -17 - -97 -17 - -16 -84 - -18 -82 - -16 -84 - 16 -55 - 16 -55 - -2 -24 - -3 -23 - -2 -24 - 79 29 - 79 29 - 78 -47 - 78 -47 - -18 63 - -18 63 - 37 8 - 37 8 - 9 6 - 9 6 - 90 4 - 90 4 - 7 88 - 25 -50 - 25 -50 - 33 98 - 84 -55 - 33 98 - 51 90 - 51 90 - 78 9 - 78 9 - -61 -69 - -61 -69 - -43 -22 - -43 -22 - 58 -36 - 58 -36 - -63 -81 - -63 -81 - 8 -50 - 8 -50 - 22 -74 - 22 -74 - 29 -61 - 29 -61 - 24 18 - 24 18 - 0 -33 - 0 -33 - 12 100 - 66 -72 - 12 100 - 60 -90 - 60 -90 - 71 -86 - 71 -86 - -14 41 - -14 41 - 13 56 - 13 56 - -53 -4 - -53 -4 - 84 -7 - 84 -7 - -19 -54 - -19 -54 - 5 29 - 5 29 - -72 82 - 63 -91 - -72 82 - 18 -62 - 18 -62 - 6 13 - 6 13 - 2 -32 - 2 -32 - 2 -32 - 3 -33 - 3 -33 - 2 -32 - 2 -32 - 3 -33 - 37 26 - 37 26 - 2 -32 - 2 -31 - 2 -32 - 44 24 - 44 24 - 19 5 - 19 5 - 3 -30 - 3 -30 - 23 -90 - 23 -90 - 36 -64 - 36 -64 - 25 -96 - 25 -96 - 15 40 - 15 40 - 89 -42 - 89 -42 - -98 93 - -98 93 - 25 -29 - 25 -29 - 4 -24 - 4 -24 - 4 -23 - 4 -23 - 88 100 - 88 100 - 4 -23 - 4 -23 - 34 63 - 34 63 - -73 -2 - -73 -2 - -14 -53 - -14 -53 - 19 19 - 19 19 - 43 0 - 43 0 - 93 -11 - -89 19 - 93 -11 - -96 14 - 45 43 - 45 43 - 7 -61 - 7 -61 - 7 68 - 7 68 - -1 52 - -1 52 - -8 50 - -91 60 - -91 60 - -97 -47 - 29 99 - 29 99 - -69 23 - -69 23 - 0 37 - 0 37 - 88 96 - 88 96 - 64 41 - 64 41 - -90 85 - -90 85 - 13 19 - 13 19 - 55 -1 - 55 -1 - 0 -64 - 0 -64 - -17 20 - -17 20 - 40 -32 - 40 -32 - 47 -46 - 47 -46 - 30 -31 - 30 -31 - 29 -30 - 6 -10 - 6 -10 - 6 -10 - 47 -46 - 47 -46 - 13 -74 - 13 -74 - 12 -73 - 55 -55 - -16 -48 - -16 -48 - 33 -4 - 33 -4 - 34 -4 - -25 13 - -25 13 - 67 -76 - 67 -76 - 66 -75 - 65 -74 - -90 -82 - -90 -82 - -97 -61 - -97 -61 - -59 27 - -59 27 - 78 26 - 78 26 - -4 -16 - -4 -16 - -3 -16 - -52 -41 - -52 -41 - -35 54 - -99 -44 - -99 -44 - -69 -90 - -69 -90 - 83 31 - 83 31 - 53 10 - 53 10 - 44 84 - 44 84 - 80 -49 - -18 -82 - -18 -82 - -16 -84 - 74 -37 - 74 -37 - 20 -83 - 20 -83 - 74 -37 - 20 -83 - -77 -9 - -77 -9 - 41 42 - 41 42 - -2 -28 - -2 -28 - -1 -29 - -1 -29 - -2 -28 - -1 -29 - -60 88 - -60 88 - -75 72 - -75 72 - -60 88 - -75 72 - -28 -64 - -28 -64 - -79 49 - -79 49 - -94 83 - -94 83 - 87 56 - 66 -82 - 87 56 - 66 -81 - 67 -95 - 67 -95 - -1 -33 - -1 -33 - -1 -32 - 0 -32 - -20 28 - -20 28 - -3 10 - -3 10 - -1 -34 - -1 -34 - 34 0 - 34 0 - -34 8 - 0 -33 - 0 -33 - -20 -80 - -20 -80 - -7 70 - -7 70 - 0 -34 - 0 -33 - 0 -34 - -25 93 - 66 -72 - -25 93 - -38 87 - -39 2 - -39 -11 - -39 2 - -26 44 - -26 44 - 98 50 - 98 50 - -45 -11 - -45 -11 - 63 -19 - 63 -19 - 20 -6 - 20 -6 - 72 -24 - 72 -24 - 20 80 - 20 80 - 1 -34 - 1 -34 - 1 -34 - 1 -34 - -77 79 - -77 79 - -62 56 - -62 56 - 42 -62 - 42 -62 - 45 -36 - 56 -21 - 45 -36 - -18 -37 - -18 -37 - 90 -99 - 90 -99 - 61 -72 - 61 -72 - -26 43 - -26 43 - 1 -33 - 1 -33 - -33 -8 - 2 -32 - -47 -76 - -47 -76 - 4 -55 - 4 -55 - -82 -96 - -82 -96 - 46 -87 - 46 -87 - -57 -55 - -57 -55 - -7 -51 - -7 -51 - -6 14 - -6 14 - 49 -60 - 49 -60 - -3 -55 - -3 -55 - -3 -56 - 2 -29 - 3 -29 - 2 -29 - 3 -28 - 2 -28 - 3 -28 - 2 -28 - 3 -29 - 2 -29 - 3 -28 - 2 -28 - 3 -28 - 3 -29 - 3 -29 - 2 -29 - 3 -28 - 2 -28 - 3 -28 - 3 -28 - 3 -28 - 2 -28 - 3 -28 - 3 -28 - 3 -29 - 8 30 - 8 30 - 15 -81 - 15 -81 - 40 -9 - 40 -9 - -34 -33 - -34 -33 - 64 -66 - 64 -66 - -69 -15 - -69 -15 - -49 69 - -49 69 - -4 -85 - -4 -85 - -37 79 - -37 79 - -99 88 - -99 88 - -10 3 - -10 3 - 91 50 - 92 50 - 91 50 - -16 -59 - -16 -59 - -16 -58 - 57 -27 - -16 -58 - -16 -59 - -16 -58 - -34 -72 - -34 -72 - -33 -72 - 4 -17 - 4 -17 - 4 -15 - 4 -15 - -48 83 - -48 83 - -62 -72 - -62 -72 - -48 83 - -62 -72 - 4 -13 - 4 -13 - 69 95 - 69 95 - 60 -81 - 60 -81 - 2 -65 - 2 -65 - -5 -28 - -5 -28 - 4 -9 - 4 -9 - 62 -88 - 62 -88 - 9 97 - 85 54 - 9 97 - -83 45 - 39 -81 - 39 -81 - 66 25 - 66 25 - -46 -9 - -46 -9 - 32 -80 - 32 -80 - -57 1 - -57 1 - 56 97 - 56 97 - 27 6 - 27 6 - -11 50 - -11 50 - 19 23 - 19 23 - -50 14 - 33 -42 - -50 14 - 34 47 - 34 47 - 37 -37 - 38 -38 - 38 -38 - 37 -37 - 6 -10 - 6 -10 - 6 -10 - 55 -55 - 13 -74 - 56 -56 - 55 -55 - 34 -4 - 23 -26 - 33 -4 - 34 -4 - -72 -84 - -72 -84 - 35 19 - 36 18 - 35 19 - 94 97 - 94 97 - 27 23 - 27 23 - 27 24 - 27 24 - 27 23 - 27 24 - 44 -75 - 44 -75 - 76 -1 - 76 -1 - -55 -18 - -55 -18 - -11 -84 - -11 -84 - -11 -83 - -10 -83 - -11 -83 - -11 -84 - -11 -83 - -10 -83 - -72 -33 - -72 -33 - 44 -41 - 44 -41 - -63 58 - -63 58 - -86 -19 - 32 -94 - 32 -94 - -11 -40 - -11 -40 - -31 -31 - -31 -31 - 28 -68 - 28 -68 - -20 3 - -20 3 - 32 84 - -55 75 - 32 84 - -3 -17 - -3 -17 - -3 -17 - -30 76 - -30 76 - -48 20 - -48 20 - -3 -17 - -3 -17 - -1 -89 - -1 -89 - 1 92 - -1 90 - 1 92 - -1 90 - 9 86 - 9 86 - -45 -23 - -45 -23 - 46 -17 - 44 79 - 44 79 - 64 -72 - 64 -72 - -2 -26 - -2 -26 - -70 -41 - -70 -41 - 91 99 - 91 99 - -89 -34 - -89 -34 - 93 2 - 16 -60 - 16 -60 - 16 -59 - 16 -59 - 16 -60 - 16 -59 - -34 -78 - -34 -78 - 22 85 - 22 85 - -59 15 - -59 15 - -10 -96 - -10 -96 - -3 60 - -3 60 - -18 13 - -18 13 - 83 -22 - 83 -22 - 0 -34 - 0 -34 - 72 29 - -52 56 - 72 29 - 27 -79 - 27 -79 - 0 -34 - 0 -34 - -49 -96 - -49 -96 - 1 -34 - 1 -34 - 87 -69 - 87 -69 - 20 85 - 20 85 - 82 80 - 82 80 - -15 88 - -15 88 - 1 -34 - 1 -34 - -15 40 - -15 40 - 14 10 - 14 10 - 1 -34 - 1 -34 - 1 -34 - 1 -34 - -78 -53 - -78 -53 - 2 -33 - 2 -33 - 1 -34 - -13 -70 - -13 -70 - 79 -64 - 79 -64 - 1 -33 - 1 -33 - -32 -10 - -34 -31 - -34 -31 - -21 71 - -21 71 - 78 80 - 78 80 - 2 -31 - 2 -31 - 23 -11 - 23 -11 - -6 -55 - -6 -55 - -80 -37 - -80 -37 - -3 -56 - -3 -55 - -3 -56 - 29 -56 - 29 -56 - -64 -4 - -64 -3 - 63 -45 - 63 -45 - 3 -28 - 2 -29 - 2 -28 - 3 -28 - 3 -28 - 3 -29 - 3 -28 - 2 -29 - 2 -28 - 3 -28 - 3 -28 - 3 -29 - -97 87 - -97 87 - 4 -26 - 4 -26 - 21 71 - 21 71 - -11 67 - -11 67 - 4 -23 - 4 -23 - -45 -33 - -45 -33 - -89 -10 - -89 -10 - 64 -49 - 64 -49 - 92 50 - 92 50 - 91 50 - -13 -80 - 69 -45 - -13 -80 - -33 -72 - -34 -72 - -33 -72 - 68 12 - 68 12 - 4 -72 - 4 -72 - -27 -58 - -27 -58 - 4 -12 - 4 -12 - 4 -12 - 4 -12 - -43 9 - -43 9 - 4 -12 - 4 -12 - 4 -12 - 4 -12 - 4 -12 - 4 -12 - 4 -12 - 4 -12 - 4 -12 - 4 -12 - 4 -12 - 4 -12 - 21 100 - 21 100 - -45 45 - -45 45 - 5 85 - 5 85 - -58 -59 - -58 -59 - 49 2 - 49 2 - 6 48 - 7 48 - -11 15 - -11 15 - -63 78 - -63 78 - 6 52 - 6 52 - 6 76 - 6 76 - -59 79 - -59 79 - 26 98 - 14 -12 - 14 -12 - 11 -12 - 11 -12 - -97 11 - -97 11 - -70 -61 - -70 -61 - 39 -72 - 39 -72 - 38 -38 - 38 -38 - 39 -39 - 38 -38 - 37 -37 - 6 -10 - 6 -10 - 6 -10 - 56 -56 - 56 -56 - 55 -55 - 36 18 - 36 18 - 35 19 - -39 24 - -39 24 - -1 -66 - -1 -66 - -10 -83 - -11 -84 - -11 -83 - -10 -83 - -3 -10 - -3 -10 - -3 -10 - -3 -11 - -4 -11 - -3 -11 - -3 70 - 70 -10 - -3 70 - -17 -92 - 36 -87 - -17 -92 - -3 32 - -3 32 - -96 75 - -96 75 - -3 -23 - -3 -23 - -2 -24 - 96 -38 - -80 -62 - 96 -38 - 52 -2 - 52 -2 - -71 -60 - -71 -60 - 17 14 - 17 14 - 83 68 - 83 68 - 93 -40 - 93 -40 - -79 -31 - -79 -31 - -2 -27 - -2 -27 - -3 46 - -3 46 - 21 -20 - 21 -20 - -60 -97 - 84 -71 - -60 -97 - -1 -31 - -1 -31 - -2 -31 - 80 -1 - 80 -1 - 0 -32 - 0 -32 - -1 -32 - -1 -32 - 0 -32 - -1 -32 - -1 -32 - -1 -33 - -1 -32 - -1 -32 - -1 -32 - -1 -33 - -1 -32 - -1 -33 - -1 -32 - 0 -32 - -15 -100 - -15 -100 - -35 8 - -35 8 - -34 8 - 47 -18 - 47 -18 - 20 -68 - 20 -68 - 66 -72 - 66 -72 - 12 100 - -25 93 - -8 -54 - -8 -54 - -38 87 - -25 93 - -38 87 - 26 88 - 26 88 - 52 -64 - 52 -64 - 7 62 - 7 62 - -33 -10 - -33 -10 - -32 -10 - -33 -8 - 1 -33 - -33 -8 - 2 -33 - 37 48 - 37 48 - 25 -38 - 25 -38 - 80 12 - 80 12 - -19 27 - -19 27 - -14 -38 - -14 -38 - -43 83 - -43 83 - 63 -11 - 63 -11 - -3 58 - -3 58 - -20 -6 - -20 -6 - 13 80 - 13 80 - 21 57 - 21 57 - 4 -20 - 4 -20 - 20 -100 - 20 -100 - 98 12 - -32 -95 - -32 -95 - 69 4 - 69 4 - -54 -41 - -54 -41 - 69 4 - -54 -41 - 59 -62 - 59 -62 - -92 -57 - -92 -57 - 81 4 - 81 4 - -56 90 - -56 90 - 48 68 - 48 68 - 12 99 - 12 99 - 12 100 - 12 100 - 12 99 - 12 100 - 6 48 - 49 2 - 6 48 - 7 48 - 41 40 - 41 40 - -30 33 - -30 33 - 31 32 - 31 32 - -30 66 - -30 66 - -5 -41 - -5 -41 - 47 -12 - 47 -12 - 38 45 - 38 45 - 38 46 - 38 46 - 38 45 - 38 46 - 74 74 - 74 74 - 48 38 - 48 38 - 6 -10 - 6 -10 - 39 -39 - 38 -38 - 39 -39 - 38 -38 - 6 -10 - 6 -10 - 6 -10 - 6 -10 - 38 -43 - 38 -43 - -15 5 - -15 5 - -53 39 - -53 39 - -88 57 - -88 57 - 26 -95 - 26 -95 - -26 27 - -26 27 - -13 91 - -13 91 - -73 0 - -73 0 - -73 1 - -73 1 - -73 0 - -73 1 - 70 -10 - 15 70 - 70 -10 - -3 70 - -10 -74 - -10 -74 - -32 37 - -32 37 - -45 4 - -45 4 - -3 -17 - -3 -17 - 48 -86 - 48 -86 - 55 -97 - 55 -97 - 54 -86 - 54 -86 - 32 -96 - 32 -96 - 54 -86 - 32 -96 - -22 43 - -22 43 - 51 -77 - 51 -77 - 51 -75 - 46 -17 - -45 -23 - 46 -17 - 31 -12 - 31 -12 - -2 -25 - -2 -25 - -66 -6 - -66 -6 - 56 -21 - 56 -21 - -2 -27 - -2 -26 - -2 -27 - 20 35 - 20 35 - 92 -40 - 92 -40 - 93 2 - -89 -34 - 93 2 - 37 -30 - 37 -30 - -2 -31 - -1 -31 - -2 -31 - -16 -22 - -16 -22 - 0 -32 - -1 -33 - -1 -32 - 0 -32 - -34 8 - 34 0 - -35 8 - -34 8 - 0 -34 - -61 -38 - -61 -38 - -57 82 - -57 82 - 69 96 - 69 96 - 71 27 - 71 27 - -20 0 - -20 0 - -35 11 - -35 11 - -9 32 - -9 32 - 1 -35 - 1 -35 - 49 -67 - 49 -67 - 1 -34 - 1 -34 - 58 -100 - 58 -100 - 1 -35 - 1 -34 - 1 -35 - 1 -35 - 54 -84 - 54 -84 - 1 -35 - 1 -35 - 50 -42 - 50 -42 - 65 9 - -88 13 - -88 13 - -58 -67 - -58 -67 - -26 98 - -26 98 - 1 -34 - 2 -33 - 1 -34 - 56 -21 - 56 -21 - 45 -36 - 7 82 - 7 82 - -32 -10 - 1 -33 - -33 -10 - -32 -10 - 2 -33 - -33 -8 - 29 15 - 2 -33 - 39 80 - 39 80 - 2 -32 - 2 -32 - 3 -32 - 3 -32 - 2 -32 - 3 -32 - -19 -73 - -19 -73 - -17 -99 - -89 -44 - -17 -99 - 68 89 - 68 89 - -17 37 - -17 37 - -95 47 - -95 47 - 83 -6 - 83 -6 - 94 -69 - 94 -69 - -80 90 - 39 42 - 39 42 - 3 -27 - 3 -27 - -94 54 - -94 54 - -77 48 - -89 -12 - -77 48 - -33 85 - -33 85 - -89 -12 - -77 48 - -33 85 - 3 -27 - 3 -27 - 3 -27 - 17 -48 - 17 -48 - -31 -85 - -31 -85 - 42 -8 - 42 -8 - -34 8 - -34 8 - 4 -19 - 4 -19 - 69 -45 - 69 -45 - -13 -80 - 4 -18 - 4 -18 - 4 -12 - 4 -12 - 4 -12 - 4 -12 - -60 -82 - -60 -82 - 95 26 - 21 34 - 21 34 - 36 32 - 36 32 - -22 -39 - -22 -39 - 83 42 - 83 42 - 7 48 - 49 2 - 6 48 - 7 48 - -10 -3 - -10 -3 - -20 70 - -20 70 - 16 -55 - 16 -55 - 30 -14 - 30 -14 - 6 34 - 6 34 - -45 23 - -45 23 - 13 13 - 13 13 - 51 -49 - 51 -49 - 52 -49 - 65 -63 - 65 -63 - 38 -38 - 15 -50 - 38 -38 - 39 -39 - 38 -38 - 37 -37 - 46 -45 - 46 -45 - 17 -77 - 17 -77 - 23 -26 - 23 -26 - 34 -4 - 90 19 - 90 19 - -14 4 - -14 4 - -20 9 - -20 9 - -32 60 - -32 60 - 25 -25 - 25 -25 - 49 -99 - 49 -99 - -4 -10 - -4 -10 - 6 -17 - 6 -17 - -4 -11 - -4 -11 - -3 -11 - -51 -85 - -51 -85 - 88 -28 - 88 -28 - -12 41 - -12 41 - -18 51 - -18 51 - -67 -4 - -67 -4 - -66 -4 - -3 -70 - -3 -70 - -86 31 - -86 31 - -83 76 - -83 76 - -24 47 - -24 47 - -32 68 - -32 68 - 1 92 - 82 44 - -1 -89 - 1 92 - -1 90 - 89 -71 - 89 -71 - -57 15 - -57 15 - -58 76 - -58 76 - -27 -89 - 10 -46 - 10 -46 - 11 -46 - 37 74 - 37 74 - -13 50 - -13 50 - -2 -25 - -2 -25 - -4 -25 - 44 -16 - 44 -16 - 43 -95 - 43 -95 - 44 -95 - -22 35 - -22 35 - 19 85 - 19 85 - 19 86 - 20 86 - 90 7 - 19 86 - 19 85 - 19 86 - 20 86 - 90 7 - 90 7 - 90 7 - 19 85 - 19 86 - 20 86 - 90 7 - 90 7 - -1 -30 - -1 -30 - 71 83 - 71 83 - -1 -31 - -1 -31 - 95 48 - 95 48 - 92 17 - 92 17 - -1 -34 - 0 -34 - -1 -34 - -19 26 - -19 26 - 65 -21 - 65 -21 - 83 -43 - 83 -43 - 21 54 - 21 54 - -31 -70 - -31 -70 - 26 -8 - 26 -8 - 1 -34 - 0 -33 - 1 -34 - 1 -35 - 2 -35 - 1 -35 - -77 -54 - -77 -54 - -77 -53 - -77 -53 - -77 -54 - -77 -53 - 20 -39 - 20 -39 - -47 -9 - -47 -9 - -26 -63 - -26 -63 - 37 -13 - 37 -13 - 73 71 - 73 71 - -28 -93 - -28 -93 - 95 5 - -52 -55 - -52 -55 - -73 -73 - -73 -73 - -64 -4 - 29 -56 - -64 -4 - -64 -3 - -64 -3 - 29 -56 - -64 -4 - -64 -3 - -96 72 - -96 72 - 51 74 - 51 74 - -86 -25 - -86 -25 - -85 -25 - -11 -95 - 70 63 - -11 -95 - 43 75 - 43 75 - -77 -85 - -77 -85 - 10 -40 - 10 -40 - -60 -48 - -60 -48 - -36 -21 - -36 -21 - 40 94 - 40 94 - 79 70 - 22 -60 - 22 -60 - 79 70 - 40 94 - 79 70 - -64 8 - -64 8 - 94 -40 - 94 -40 - -51 87 - -10 -49 - -10 -49 - 4 -12 - 4 -12 - 4 -12 - 4 -12 - 4 -12 - -43 39 - -43 39 - -42 -55 - -42 -55 - -61 78 - -61 78 - 36 50 - 36 50 - -39 -47 - 5 79 - 5 79 - 40 -82 - 40 -82 - -4 -90 - -1 85 - -1 85 - -13 2 - -13 2 - -24 34 - -24 34 - 14 -62 - 14 -62 - 26 98 - -59 79 - 26 98 - 62 -6 - 62 -6 - -34 -64 - -34 -64 - 68 -41 - 68 -41 - 52 -49 - 51 -49 - 52 -49 - 31 -34 - 32 -35 - 31 -34 - 24 -6 - 24 -6 - 24 38 - 24 38 - -56 -77 - -56 -77 - -4 -9 - -4 -9 - -87 13 - -87 13 - 37 -48 - 37 -48 - -6 -25 - -6 -25 - -66 -4 - -67 -4 - -66 -4 - -4 -17 - -4 -17 - -20 -36 - -20 -36 - 82 44 - 82 44 - 1 92 - 51 -75 - 51 -77 - 51 -75 - -3 -23 - -3 -23 - -80 -62 - -80 -62 - 96 -38 - 86 4 - 86 4 - 11 -46 - 10 -46 - 11 -46 - -27 -89 - -58 76 - -27 -89 - -89 -61 - -89 -61 - -2 -26 - -2 -26 - -2 -27 - -41 -8 - -41 -8 - -2 -28 - -2 -28 - -2 -28 - 44 -95 - 43 -95 - 44 -95 - -40 30 - -40 30 - 22 46 - 20 86 - 19 85 - 19 86 - 20 86 - 90 7 - 90 7 - 84 -71 - 84 -71 - -60 -97 - 90 7 - 19 86 - 20 86 - 90 7 - 90 7 - 24 -1 - 24 -1 - -37 57 - -42 53 - -37 57 - 66 -6 - -72 83 - -72 83 - 23 12 - 23 12 - -1 -33 - -1 -32 - -1 -32 - -1 -33 - -30 -21 - -30 -21 - 25 59 - 25 59 - -87 -45 - -87 -45 - 0 -34 - -34 8 - -1 -34 - 0 -34 - 0 -34 - -1 -34 - 0 -34 - 0 -34 - 0 -34 - 1 -35 - -61 75 - -61 75 - 87 -39 - 87 -39 - 88 -39 - -49 65 - -49 65 - 83 -13 - 83 -13 - 45 -41 - 45 -41 - -10 -51 - -10 -51 - -37 -61 - -37 -61 - 1 -34 - 2 -34 - 1 -34 - 7 -15 - 7 -15 - 28 58 - 28 58 - 37 -21 - 36 -20 - 37 -21 - -89 -44 - -89 -44 - -17 -99 - 82 39 - 80 -46 - 82 39 - 42 28 - 42 28 - 95 5 - -28 -93 - 95 5 - 12 -11 - 12 -11 - -2 54 - -2 54 - 42 -54 - 42 -54 - -52 3 - -52 3 - 78 53 - 78 53 - 64 28 - 64 28 - -80 90 - 94 -69 - -80 90 - -43 12 - -43 12 - 44 -3 - 23 37 - 23 37 - 35 -3 - 35 -3 - -89 -12 - -89 -12 - -77 48 - -33 85 - 15 63 - -44 -48 - 15 63 - 3 -27 - 3 -27 - 3 -27 - -21 35 - -21 35 - -70 25 - -70 25 - 47 -56 - 94 -53 - 94 -53 - 4 -23 - 4 -23 - 4 -23 - 4 -23 - -76 70 - -76 70 - -76 71 - -76 71 - -76 70 - -76 71 - -52 -35 - -52 -35 - -86 9 - -86 9 - 4 -22 - 4 -22 - 4 -22 - -36 68 - -36 68 - 98 12 - 20 -100 - 98 12 - 53 47 - 53 47 - 69 52 - 69 52 - -68 -22 - -68 -22 - -23 -89 - -23 -89 - 0 -69 - 0 -69 - 4 -13 - 4 -13 - 4 -13 - 4 -13 - -58 72 - -58 72 - 4 -12 - 4 -12 - 4 -12 - 4 -12 - -13 -93 - -13 -93 - 30 -92 - 30 -92 - -80 -26 - -80 -26 - 98 -17 - 98 -17 - -63 8 - -63 8 - -94 -38 - -94 -38 - -11 -89 - -11 -89 - -26 -5 - -25 -6 - -26 -5 - -25 -5 - -77 22 - -77 22 - 16 17 - 16 17 - -62 87 - -62 87 - 1 96 - 1 96 - -61 95 - -61 95 - 26 65 - 26 65 - 2 28 - 2 28 - 74 -37 - 74 -37 - -12 -15 - -12 -15 - -29 -2 - -29 -2 - -29 -1 - -29 -1 - -29 -2 - -29 -1 - 49 26 - 49 26 - 15 -50 - 15 -50 - 38 -38 - 6 -10 - 6 -10 - 6 -10 - 12 -15 - 12 -15 - 30 -89 - 33 -91 - 31 -90 - 30 -89 - 32 -35 - 32 -35 - 31 -34 - 32 -36 - 32 -36 - 31 -36 - 31 -36 - 31 -36 - 32 -36 - 31 -36 - 31 -36 - 14 -20 - 14 -20 - 88 63 - 88 63 - -52 -3 - -52 -3 - -4 -10 - -4 -10 - -29 50 - -29 50 - -4 -14 - -4 -14 - -4 -14 - 15 70 - 15 70 - 70 -10 - 34 66 - 72 2 - 34 66 - 72 2 - 91 44 - 91 44 - -79 -62 - -79 -62 - -92 82 - -92 82 - 38 -7 - 38 -7 - -28 -73 - -28 -73 - 57 92 - 57 92 - 29 -24 - 29 -24 - -48 100 - -48 100 - 97 -57 - 97 -57 - -38 26 - -38 26 - -98 21 - -98 21 - 16 99 - -70 68 - 76 33 - 76 33 - 80 3 - 80 3 - -2 -28 - -2 -28 - -2 -28 - -42 10 - -42 10 - 62 -29 - 62 -29 - -5 -76 - 6 -74 - -5 -76 - 73 -1 - 73 -1 - -2 -30 - -2 -30 - -2 -31 - 34 83 - 34 83 - 22 -61 - 22 -61 - 66 -6 - 12 -72 - 12 -72 - -1 -33 - -1 -33 - -1 -33 - -1 -32 - -2 -33 - 98 -79 - 98 -79 - 9 -1 - 9 -1 - 84 93 - 84 93 - 11 -46 - 11 -46 - -48 -92 - -48 -92 - 36 -56 - 36 -56 - 1 -35 - 0 -34 - 0 -34 - 1 -35 - -64 -28 - -64 -28 - 88 -39 - 87 -39 - 88 -39 - -1 -35 - 0 -35 - -1 -35 - 0 -35 - 26 77 - 26 77 - -88 -5 - -88 -5 - -93 97 - -93 97 - 0 -35 - 0 -35 - 10 -95 - 56 -80 - 10 -95 - -87 -27 - -87 -27 - 0 -33 - 0 -33 - 1 -34 - 1 -35 - 1 -36 - 1 -34 - 1 -35 - 2 -35 - 1 -35 - -26 -89 - -26 -89 - 1 -35 - 1 -35 - 1 -35 - 1 -35 - 1 -35 - 1 -35 - 0 34 - 0 34 - 65 9 - 50 -42 - 65 9 - -56 -90 - -56 -90 - 29 15 - 29 15 - 2 -33 - 12 60 - 12 60 - 55 -22 - 53 49 - 53 49 - 18 -23 - 18 -23 - 16 -24 - -19 -45 - -19 -45 - 16 -47 - 16 -47 - -57 12 - -57 12 - 3 -28 - 3 -28 - 44 -3 - -43 12 - 44 -3 - -16 -24 - -16 -24 - 68 -15 - 69 -16 - 68 -15 - -24 -74 - -24 -74 - 4 -26 - 4 -26 - -85 -25 - -86 -25 - -85 -25 - -9 -30 - -9 -30 - -26 12 - -26 12 - 2 74 - 2 74 - -63 16 - -63 16 - 24 38 - 24 38 - 35 -26 - 35 -26 - -9 65 - -9 65 - -50 -73 - -50 -73 - 40 49 - 40 49 - 4 -14 - 4 -14 - -11 23 - -11 23 - -72 -34 - -72 -34 - 95 26 - -60 -82 - 95 26 - -7 -30 - -7 -30 - 36 -3 - 36 -3 - -7 -10 - -7 -10 - -39 -47 - 36 50 - -39 -47 - -4 -90 - 40 -82 - -4 -90 - -25 -6 - -25 -6 - -26 -5 - -25 -5 - -25 -5 - -25 -6 - -26 -5 - -25 -5 - -64 95 - -64 95 - 59 -41 - 59 -41 - -58 15 - -58 15 - 46 -25 - 46 -25 - 18 -12 - 18 -12 - -2 -13 - -2 -13 - -9 -7 - -9 -7 - 10 -13 - 10 -13 - 31 -90 - 34 -92 - 33 -91 - 31 -90 - 30 -89 - 43 -48 - 44 -49 - 43 -48 - 31 -36 - 32 -36 - 31 -36 - 31 -36 - 15 -21 - 15 -21 - 38 -37 - -52 4 - 38 -37 - -48 93 - -48 93 - -25 42 - -25 42 - 47 -59 - 47 -59 - -62 -37 - -62 -37 - -62 -36 - -62 -36 - -62 -37 - -62 -36 - 4 -29 - 4 -29 - 34 66 - 15 70 - 34 66 - 72 2 - 76 25 - 76 25 - -60 -49 - 4 -55 - 4 -55 - -98 -36 - -98 -36 - 21 -95 - 22 -96 - 21 -95 - 79 54 - 48 -47 - 48 -47 - -2 -25 - -2 -25 - -3 -25 - -4 -25 - -2 -25 - -4 -25 - 16 99 - -98 21 - 16 99 - -70 68 - 54 -73 - 54 -73 - 54 -73 - 54 -72 - 54 -72 - 54 -73 - 54 -73 - 54 -72 - -34 33 - -34 33 - 51 51 - 51 51 - -2 48 - -2 48 - 78 -72 - 78 -72 - -73 23 - -73 23 - 55 30 - 55 30 - -1 -33 - -1 -33 - 6 39 - 6 39 - 57 -49 - 57 -49 - 93 19 - 93 19 - -97 -76 - -97 -76 - -97 49 - -97 49 - -1 -34 - -1 -34 - 0 -34 - 0 -34 - -45 -43 - -45 -43 - 39 8 - 39 8 - -1 -12 - -1 -12 - 0 -35 - 0 -35 - -1 -35 - 0 -35 - 0 -35 - 0 -35 - -1 -35 - 0 -35 - 0 -35 - 0 -35 - 49 -48 - 49 -48 - 56 -80 - 56 -80 - 10 -95 - 2 -35 - 1 -36 - 1 -35 - 1 -34 - 1 -35 - 2 -35 - 1 -34 - 1 -34 - 1 -35 - 2 -35 - 1 -35 - 1 -34 - -74 -38 - -74 -38 - 88 -96 - 88 -96 - -57 53 - -57 53 - 28 -52 - 28 -52 - 77 -30 - 77 -30 - 23 -49 - 23 -49 - 22 -8 - 22 -8 - 34 -69 - 34 -69 - -27 -70 - 23 10 - 23 10 - -28 29 - -28 29 - 18 19 - 18 19 - 64 5 - 64 5 - 63 11 - 63 11 - 37 -76 - 37 -76 - 56 11 - 56 11 - 80 -46 - 80 -46 - 82 39 - 3 -31 - 3 -31 - 3 -31 - 47 29 - 47 29 - 44 -81 - 44 -81 - 58 -74 - 58 -74 - -25 -59 - -25 -59 - 69 -16 - 69 -16 - 68 -15 - 3 -27 - 3 -27 - 3 -27 - 70 63 - 70 63 - -11 -95 - 4 -23 - 4 -23 - 4 -23 - 4 -23 - 4 -23 - 4 -23 - 4 -23 - 4 -23 - -57 -44 - -57 -44 - 49 91 - -16 100 - 49 91 - -65 -12 - -65 -12 - 4 -22 - 4 -22 - 4 -22 - -79 -45 - -79 -45 - -29 86 - 22 -77 - 22 -77 - 9 7 - 9 7 - -57 75 - -57 75 - 65 -1 - 65 -1 - 44 40 - 44 40 - 87 64 - 87 64 - 72 -75 - -51 87 - 94 -40 - 41 95 - -51 87 - -45 67 - -45 67 - -26 49 - -26 49 - 87 -43 - 87 -43 - 5 -14 - 5 -14 - 5 -14 - 4 -14 - 5 -14 - 5 -14 - 5 -14 - 4 -14 - 4 -13 - 4 -13 - 4 -13 - 10 18 - 10 18 - -9 -97 - -9 -97 - 78 -6 - 78 -6 - 17 -17 - 17 -17 - -90 17 - -90 17 - 92 36 - 92 36 - 31 35 - 31 35 - 22 80 - 22 80 - 63 -41 - 63 -41 - 63 51 - 63 51 - 17 -30 - 17 -30 - -41 -75 - -41 -75 - 32 -98 - 32 -98 - -18 -93 - -18 -93 - -28 59 - -28 59 - 55 -16 - 55 -16 - -11 -14 - -11 -14 - 72 46 - 72 46 - 46 -44 - 46 -44 - 42 -41 - 42 -41 - -2 -60 - -2 -60 - 42 -41 - -2 -60 - 44 -49 - 44 -49 - 43 -48 - -15 5 - -15 5 - -52 4 - -52 4 - 38 -37 - -19 -74 - -19 -74 - -94 -91 - -94 -91 - -4 -14 - -4 -14 - -4 -14 - -4 -14 - -4 -14 - -33 60 - -33 60 - -1 -31 - -1 -31 - -19 15 - -19 15 - -52 -38 - -52 -38 - 22 -96 - 22 -96 - 21 -95 - 79 54 - 8 38 - 8 38 - -4 -24 - -4 -24 - 87 47 - 87 47 - -43 -31 - -43 -31 - 43 32 - -70 68 - -98 21 - 16 99 - -70 68 - 71 -22 - 46 -59 - 71 -22 - 54 -73 - 54 -73 - 54 -73 - 54 -72 - -2 -28 - -2 -28 - -2 -27 - -2 -27 - -2 -28 - -2 -27 - -2 -29 - -2 -29 - -94 21 - -94 21 - -41 89 - 22 46 - -40 30 - 22 46 - -73 -89 - -73 -89 - 99 95 - 99 95 - -1 -32 - -1 -32 - 24 12 - 24 12 - -42 53 - -42 53 - -37 57 - 66 -6 - 22 -61 - -37 57 - 66 -6 - -1 -33 - -1 -33 - -1 -33 - -1 -32 - 19 80 - 19 80 - -58 22 - -58 22 - 74 -34 - 74 -34 - 26 -74 - 69 75 - 69 75 - 60 -51 - 60 -51 - 0 -34 - -1 -34 - 0 -34 - 0 -34 - -27 31 - -27 31 - 0 -34 - 0 -34 - 0 -34 - 1 -35 - -86 53 - -86 53 - 53 44 - 53 44 - 1 -36 - 1 -36 - 1 -35 - 1 -35 - 1 -36 - 1 -35 - 18 8 - 18 8 - 1 -35 - 1 -34 - 1 -35 - 1 -35 - 1 -35 - 1 -35 - -73 -2 - -73 -2 - 2 -34 - 2 -34 - 2 -34 - 1 -34 - 5 -61 - 5 -61 - 2 -34 - 2 -34 - 2 -34 - 2 -34 - 2 -34 - 2 -34 - 2 -34 - 2 -34 - 2 -34 - 2 -34 - 2 -34 - 38 78 - 38 78 - 1 -33 - 1 -33 - 45 25 - 45 25 - 36 -20 - 36 -20 - 37 -21 - -59 -15 - -51 -31 - -59 -15 - 16 -24 - 18 -23 - 16 -24 - -88 -46 - -88 -46 - 2 -30 - 2 -30 - 3 -30 - 3 -30 - 43 -69 - 43 -69 - 51 -50 - 51 -50 - -44 -48 - -64 -10 - -44 -48 - 15 63 - -9 -14 - -9 -14 - 42 8 - 42 8 - 47 -56 - -70 25 - 47 -56 - 34 -4 - 34 -4 - 42 -91 - 42 -91 - 73 -22 - 73 -22 - -16 100 - -16 100 - 49 91 - 11 -45 - 11 -45 - -19 -96 - -19 -96 - -18 -96 - -36 -23 - -36 -23 - 4 -19 - 4 -19 - -69 15 - -69 15 - -29 -23 - -29 -23 - 72 -75 - 87 64 - 72 -75 - 41 95 - -56 20 - -56 20 - 4 -13 - 4 -13 - 4 -13 - -8 -98 - -8 -98 - 66 38 - 66 38 - 4 -12 - 4 -12 - 4 -12 - 45 -72 - 45 -72 - -15 -40 - -15 -40 - -23 -90 - -23 -90 - 4 63 - -45 41 - 4 63 - -4 -85 - -4 -85 - -33 24 - -33 24 - 20 -9 - 20 -9 - 94 46 - 94 46 - -9 -21 - -9 -21 - -8 -21 - 5 -9 - 5 -9 - 33 -91 - 35 -93 - 34 -92 - 33 -91 - 31 -90 - 30 -89 - 94 3 - 94 3 - 61 -67 - 62 -68 - 61 -67 - 98 -46 - 99 -47 - 98 -46 - -25 -9 - -25 -9 - -25 -8 - -25 -8 - -25 -9 - -25 -8 - -62 -20 - -62 -20 - -66 -70 - -66 -70 - -90 -27 - -90 -27 - -66 -70 - -90 -27 - -40 86 - -40 86 - -90 -27 - -40 86 - -4 -9 - -4 -9 - -13 -56 - -13 -56 - -52 -46 - -52 -46 - 53 14 - 53 14 - -67 -80 - -67 -80 - 79 54 - 22 -96 - 21 -95 - 79 54 - 67 28 - 67 28 - -58 69 - -58 69 - -20 -86 - 15 -80 - 15 -80 - 46 -59 - 46 -59 - 71 -22 - -89 98 - -89 98 - 58 -38 - 58 -38 - 58 -37 - 58 -37 - 58 -38 - 58 -37 - 59 -17 - 59 -17 - -18 47 - -18 47 - 6 -74 - 6 -74 - -5 -76 - -41 89 - -94 21 - -41 89 - -4 -96 - -2 -31 - -2 -31 - -2 -30 - 57 -77 - 57 -77 - 57 -76 - 57 -76 - 57 -77 - 57 -76 - -2 -31 - -2 -31 - -2 -31 - -2 -30 - -2 -31 - -92 -80 - -92 -80 - 83 -87 - -1 -32 - -1 -33 - -1 -33 - -1 -32 - -2 -33 - -2 -33 - -1 -33 - -1 -32 - -2 -33 - -82 71 - -82 71 - 20 90 - 20 90 - -95 -1 - 99 0 - 99 0 - 32 -65 - 32 -65 - 31 -65 - 99 70 - 99 70 - 54 13 - 54 13 - 45 -29 - 90 98 - 90 98 - 1 -36 - 1 -36 - 1 -36 - 1 -36 - 1 -35 - 1 -35 - 1 -35 - 2 -35 - 1 -35 - 1 -36 - 1 -35 - 1 -35 - 1 -35 - 2 -35 - -8 -58 - -8 -58 - 1 -35 - 1 -34 - 1 -35 - 1 -35 - 1 -35 - 1 -35 - 16 -62 - 16 -62 - 1 -35 - 1 -35 - 1 -35 - 1 -35 - 1 -35 - 1 -35 - 1 -35 - 1 -35 - 1 -35 - 1 -35 - 1 -35 - 1 -35 - 81 -24 - 81 -24 - -17 4 - -17 4 - 2 -34 - 2 -34 - 1 -34 - 1 -34 - 2 -34 - 2 -34 - 2 -34 - 2 -34 - 2 -34 - 2 -34 - 2 -34 - 2 -34 - 2 -34 - 2 -34 - 53 92 - 53 92 - 55 -22 - 12 60 - 55 -22 - -40 -98 - -40 -98 - -1 -83 - -1 -83 - 3 -32 - 3 -32 - -51 -31 - -51 -31 - -59 -15 - 3 -32 - 3 -32 - 3 -31 - 3 -31 - 3 -30 - 3 -30 - 3 -30 - 4 -76 - 4 -76 - -46 -92 - -46 -92 - -40 100 - -40 100 - 3 -27 - 3 -27 - 3 -27 - 75 64 - 75 64 - 4 -27 - 4 -27 - 65 -6 - 65 -6 - 43 -32 - 43 -32 - -32 -4 - -32 -4 - 36 20 - 36 20 - 10 -79 - 10 -79 - 63 60 - 63 60 - -29 86 - -79 -45 - -29 86 - 42 82 - -18 -96 - -20 98 - -19 -96 - -18 -96 - 68 -65 - 19 16 - 19 16 - 4 -19 - 4 -19 - 4 -18 - 4 -18 - 24 -41 - 24 -41 - -85 32 - -85 32 - 94 18 - 94 18 - 95 18 - -95 -7 - 41 95 - 72 -75 - 41 95 - -51 87 - 0 -39 - 0 -39 - 56 -88 - 56 -88 - 22 -16 - 22 -16 - -29 -5 - -29 -5 - -74 -65 - -74 -65 - -23 -53 - -23 -53 - -22 -52 - 72 49 - 72 49 - -25 69 - 73 13 - -25 69 - 22 69 - 44 85 - 44 85 - 55 -37 - 55 -37 - -38 92 - -38 92 - -38 93 - -38 93 - -38 92 - -38 93 - -64 47 - -64 47 - -8 -21 - -9 -21 - -8 -21 - -16 19 - -16 19 - -10 37 - -10 37 - 15 44 - 15 44 - 34 -92 - 35 -93 - 34 -92 - 33 -91 - 31 -90 - -28 5 - -28 5 - -4 29 - 62 -68 - 62 -68 - 61 -67 - 99 -47 - 99 -47 - 98 -46 - -64 -98 - -64 -98 - -48 -74 - -48 -74 - -87 -91 - -87 -91 - -87 -90 - -87 -90 - -87 -91 - -87 -90 - -26 -5 - -26 -5 - -44 94 - -44 94 - 49 -28 - 49 -28 - -41 -40 - 49 -25 - 49 -25 - 49 -28 - 49 -25 - 47 -43 - 47 -43 - -87 -21 - -87 -21 - -60 -49 - 76 25 - -60 -49 - -5 27 - -5 27 - 11 -10 - 11 -10 - -2 -20 - -2 -20 - -67 -92 - -67 -92 - -3 -22 - -3 -22 - -3 -23 - -3 -23 - -3 -23 - -3 -25 - -2 -25 - -3 -25 - 43 32 - -43 -31 - 43 32 - 54 -51 - 54 -51 - 7 15 - 7 15 - -6 -11 - -6 -11 - -83 78 - -83 78 - 58 63 - 58 63 - 57 22 - 57 22 - -15 -61 - -15 -61 - 2 36 - 2 36 - 73 -87 - 73 -87 - 73 -87 - 73 -87 - 73 -87 - 73 -87 - 26 -74 - 74 -34 - 26 -74 - -46 -18 - -46 -18 - -74 98 - -74 98 - 36 -22 - 36 -22 - 92 38 - 92 38 - 93 39 - 91 87 - 91 87 - -20 78 - 77 11 - -20 78 - 29 61 - 29 61 - 79 -73 - 79 -73 - 1 -35 - 1 -36 - 1 -35 - 1 -35 - 2 -35 - 1 -35 - 95 -92 - 95 -92 - 69 20 - 69 20 - 1 82 - 1 82 - 61 -82 - 61 -82 - -16 -65 - -16 -65 - 2 -34 - 1 -34 - 2 -34 - 2 -35 - 2 -34 - -27 -70 - 34 -69 - -27 -70 - -16 -49 - -16 -49 - -15 -49 - 82 -74 - 82 -74 - -64 -89 - -64 -89 - 82 -74 - -64 -89 - 3 -31 - 3 -31 - 3 -31 - 3 -31 - 84 63 - 49 -91 - 84 63 - 3 43 - 3 43 - -94 -96 - -94 -96 - 75 8 - 75 8 - 75 8 - 75 8 - 75 8 - 75 8 - -64 -10 - -64 -10 - -44 -48 - 81 79 - 81 79 - 54 63 - 54 63 - 4 -24 - 4 -24 - 49 95 - 49 95 - 35 -40 - 35 -40 - -16 -14 - -16 -14 - -22 -7 - -22 -7 - 40 -6 - 40 -6 - 40 -6 - 40 -6 - 40 -6 - 40 -6 - 95 18 - 94 18 - 95 18 - -95 -7 - 13 -46 - 13 -46 - 4 -14 - 4 -14 - 4 -14 - 5 -14 - 5 -14 - 4 -14 - 5 -12 - 5 -12 - 5 -12 - -22 -52 - -23 -53 - -22 -52 - -9 -26 - -9 -26 - -14 67 - -14 67 - 11 48 - 11 48 - -68 18 - -68 18 - 10 80 - 10 80 - -45 41 - -45 41 - 4 63 - 40 -21 - 40 -21 - 5 95 - 5 95 - -49 0 - -49 0 - 58 -77 - 58 -77 - 25 -95 - 28 -18 - 28 -18 - -69 78 - -69 78 - -38 94 - -38 94 - -69 78 - -38 94 - 29 97 - 52 76 - 52 76 - 50 -59 - 50 -59 - 16 -6 - 16 -6 - 16 -5 - 16 -5 - 16 -6 - 16 -5 - 3 36 - 3 36 - -22 57 - -22 57 - -10 75 - -11 74 - -10 75 - -35 91 - -35 91 - 25 50 - 25 50 - 26 50 - 16 46 - 16 46 - -79 -18 - -79 -18 - 35 -93 - 35 -93 - 34 -92 - 33 -91 - 11 -45 - 11 -45 - 71 49 - 71 49 - -41 -40 - -11 -58 - 49 -28 - -41 -40 - 30 99 - 30 99 - -65 12 - -65 12 - -3 -14 - -4 -14 - -3 -14 - -7 85 - -7 85 - -13 33 - -13 33 - -70 49 - -70 49 - -4 -23 - -4 -23 - -13 -71 - -13 -71 - -63 -31 - -63 -31 - 7 -46 - 7 -46 - 18 -53 - 18 -53 - 72 -28 - 72 -28 - 77 3 - -2 -31 - -2 -30 - -2 -30 - -2 -31 - -2 -31 - -2 -31 - 58 -64 - 58 -64 - 62 -31 - 62 -31 - 86 77 - 86 77 - 73 72 - 73 72 - 93 -8 - 57 -70 - 93 -8 - -95 -1 - 20 90 - -95 -1 - 49 -41 - 49 -41 - 49 -40 - 49 -40 - 49 -41 - 49 -40 - -1 -34 - -1 -34 - -47 3 - -47 3 - 93 39 - 92 38 - 93 39 - 77 11 - 77 11 - -20 78 - 67 69 - 67 69 - 36 -32 - 36 -32 - -76 -87 - -76 -87 - -31 -29 - -31 -29 - 3 -34 - 3 -34 - 27 21 - 2 -34 - 4 -16 - 4 -16 - -15 -49 - -16 -49 - -15 -49 - -38 68 - -38 68 - 29 32 - 29 32 - 3 -31 - 3 -31 - 3 -31 - 3 -31 - 2 -31 - 2 -31 - -37 6 - -37 6 - 38 -75 - 38 -75 - 3 -30 - 3 -30 - 3 -30 - 62 96 - 62 96 - 16 28 - 16 28 - -66 23 - -66 23 - -15 85 - -15 85 - 4 -27 - 4 -27 - 25 -15 - 25 -15 - -4 33 - -4 33 - -85 -63 - -85 -63 - -61 85 - -61 85 - 76 53 - 76 53 - -16 11 - -16 11 - 26 -87 - 26 -87 - 41 82 - 41 82 - 3 -23 - 3 -23 - -67 -97 - -67 -97 - 62 74 - 62 74 - -14 -43 - -14 -43 - 79 75 - 79 75 - 5 -18 - 5 -18 - 4 -17 - 4 -17 - 4 -17 - 24 -68 - 24 -68 - 22 73 - 22 73 - -60 -75 - -60 -75 - 6 -14 - 6 -14 - 5 -45 - 5 -45 - 73 13 - 73 13 - -25 69 - -36 12 - -36 12 - 10 37 - 10 37 - 37 36 - 37 36 - 22 -41 - 22 -41 - -18 40 - -18 40 - 38 91 - 38 91 - 61 8 - 61 8 - -28 -55 - -36 2 - -36 2 - 25 -95 - 58 -77 - 25 -95 - 29 97 - -38 94 - 29 97 - 14 24 - 14 24 - -6 17 - -6 17 - 75 95 - 75 95 - 36 -52 - 36 -52 - -8 26 - -8 26 - -11 74 - -11 74 - -10 75 - 26 50 - 25 50 - 26 50 - 13 14 - 13 15 - 13 14 - 24 -71 - 24 -71 - -66 0 - -66 0 - -4 29 - -28 5 - -4 29 - 12 -18 - 12 -18 - 6 -13 - 6 -13 - -20 -18 - -20 -18 - -77 -50 - -77 -50 - 74 -58 - -18 -31 - -18 -31 - -17 -31 - 24 -24 - 24 -24 - -20 -39 - -20 -39 - -7 50 - -7 50 - -4 -14 - -4 -14 - -3 -14 - 10 48 - 10 48 - -4 -17 - -4 -17 - 51 -49 - 51 -49 - -41 30 - -41 30 - -66 -36 - -66 -36 - -20 -86 - -58 69 - -20 -86 - -31 -99 - -31 -99 - -59 53 - -59 53 - 77 10 - 77 10 - -2 -28 - -2 -28 - 34 66 - 34 66 - -18 -65 - -18 -65 - -84 -55 - -84 -55 - -41 90 - -4 -96 - -41 90 - -41 89 - -4 -96 - -2 -30 - -2 -31 - -2 -30 - -2 -30 - -2 -30 - -2 -30 - -2 -30 - -2 -30 - -2 -30 - -2 -31 - -2 -31 - 48 58 - 48 58 - -2 -31 - -2 -31 - 37 -83 - 37 -83 - -99 -15 - -99 -15 - 83 -87 - -92 -80 - 83 -87 - -9 -5 - -9 -5 - 31 -65 - 32 -65 - 31 -65 - 33 -64 - -87 -2 - -87 -2 - -1 -34 - 0 -35 - -1 -34 - -1 34 - 53 -28 - 53 -28 - 64 -64 - 64 -64 - 41 -65 - 41 -65 - 45 -29 - 54 13 - 45 -29 - 1 -35 - 1 -36 - 1 -35 - 1 -35 - 1 -35 - 55 -77 - 55 -77 - 56 73 - 56 73 - 21 -59 - 21 -59 - -89 -85 - -89 -85 - 27 21 - 3 -34 - 27 21 - 2 -34 - -74 -20 - -74 -20 - 2 -34 - 2 -34 - 2 -34 - 2 -34 - 2 -34 - 3 -34 - 2 -34 - 2 -33 - -6 69 - 5 71 - -6 69 - -50 86 - -50 86 - 89 52 - 89 52 - 58 38 - 58 38 - 43 -80 - 43 -80 - 49 -91 - 49 -91 - 84 63 - 89 -55 - 3 -31 - 3 -31 - 12 -25 - 12 -25 - -98 -66 - -98 -66 - -97 -66 - 49 -58 - 49 -58 - 52 95 - 52 95 - 3 -29 - 3 -29 - -16 91 - -16 91 - -3 19 - -3 19 - 15 -8 - 15 -8 - 14 -56 - 14 -56 - 15 -56 - 25 -10 - 25 -10 - 31 -49 - 31 -49 - 58 36 - 58 36 - 17 64 - 42 82 - -29 86 - 42 82 - 78 -93 - 78 -93 - -20 98 - -20 98 - -18 -96 - 68 -65 - -18 -96 - 68 -65 - -95 -89 - -95 -89 - 98 -77 - 98 -77 - 83 -64 - 83 -64 - -30 -25 - -30 -25 - 15 94 - 15 94 - 24 -88 - 24 -88 - -15 4 - -15 4 - -14 74 - -14 74 - -95 -7 - 94 18 - 95 18 - -95 -7 - -23 24 - -23 24 - 22 69 - -25 69 - 22 69 - -79 84 - -79 84 - 50 90 - 50 90 - -97 59 - -97 59 - 13 28 - 13 28 - 13 29 - 13 29 - 13 28 - 13 29 - -26 -29 - -26 -29 - -45 -6 - -45 -6 - -47 69 - -47 69 - 44 35 - 44 35 - 69 -58 - 69 -58 - 51 80 - 51 80 - 52 80 - 45 16 - 45 16 - 51 100 - 51 100 - 52 -22 - 52 -22 - 14 14 - 14 14 - 61 -21 - 61 -21 - 26 19 - 26 19 - 13 15 - 13 15 - 13 14 - 33 -32 - 33 -32 - 92 4 - 92 4 - 7 -14 - 7 -14 - -63 -8 - -63 -8 - -17 -57 - -17 -57 - 74 -58 - -77 -50 - 74 -58 - -17 -31 - -18 -31 - -17 -31 - -48 92 - -48 92 - -4 17 - -4 17 - 89 -32 - 89 -32 - 89 -16 - -44 -78 - -44 -77 - 89 -16 - 32 -34 - 32 -34 - 72 0 - 72 0 - -16 30 - -16 30 - -16 31 - -16 31 - -16 30 - -16 31 - -4 -15 - -4 -15 - 25 0 - 25 0 - -3 -19 - -3 -19 - 81 -67 - 81 -67 - -39 41 - -39 41 - -3 -23 - -3 -23 - -3 -23 - -3 -23 - 62 -42 - 62 -42 - 58 47 - 58 47 - -2 -28 - -2 -28 - -2 -28 - 82 -62 - 82 -62 - 2 -59 - 2 -59 - 17 -73 - 17 -73 - -25 2 - -25 2 - -2 -31 - -2 -31 - -2 -31 - -2 -31 - -2 -30 - -50 -79 - -50 -79 - -62 56 - -62 56 - 92 15 - 92 15 - -89 -35 - 0 -35 - 0 -35 - -1 -34 - -23 80 - -23 80 - 50 -72 - 50 -72 - 1 -35 - 1 -35 - 46 -46 - 46 -46 - 84 59 - 58 -88 - 84 59 - 85 59 - -70 70 - -70 70 - 84 59 - -70 70 - 13 -28 - 13 -28 - 77 1 - 77 1 - 2 -35 - 2 -34 - 2 -35 - 2 -34 - 22 -91 - 22 -91 - -39 -89 - 2 -34 - 2 -34 - 2 -34 - 3 -34 - 27 21 - 2 -34 - 2 -34 - 3 -34 - 2 -34 - 3 -34 - 2 -34 - 2 -33 - 5 71 - 5 71 - -6 69 - -48 -71 - -48 -71 - 25 -82 - 25 -82 - 60 -85 - 60 -85 - 61 -9 - 61 -9 - 74 -26 - 74 -26 - -97 -66 - -98 -66 - -97 -66 - 83 58 - 83 58 - 97 -14 - 97 -14 - 83 58 - 97 -14 - -6 92 - -6 92 - -35 31 - -35 31 - 15 -56 - 14 -56 - 15 -56 - 34 76 - 34 76 - 42 -14 - 42 -14 - 62 -2 - 62 -2 - -61 94 - -61 94 - 84 -23 - 84 -23 - 30 -89 - 39 89 - 30 -89 - 40 -53 - 40 -53 - 34 -94 - 34 -94 - -43 -89 - -43 -89 - 91 76 - 91 76 - 4 -14 - 4 -14 - -29 -11 - -29 -11 - 5 -12 - 5 -12 - 5 -12 - 78 4 - 78 4 - 26 -2 - 26 -2 - 18 4 - 18 4 - -18 42 - -18 42 - -19 30 - -19 30 - -20 22 - -20 22 - -40 5 - -40 5 - -17 60 - -17 60 - -16 25 - -16 25 - -28 -55 - 61 8 - -28 -55 - 25 -47 - 25 -47 - -55 70 - -55 70 - 58 87 - 58 87 - 95 -73 - 95 -73 - -11 -81 - -11 -81 - -13 -26 - -13 -26 - 53 -48 - 53 -48 - 19 -25 - 19 -25 - 47 -98 - 47 -98 - 48 -98 - 47 -97 - 47 -97 - 47 -98 - 48 -98 - 47 -97 - 72 21 - 72 21 - -3 16 - -3 16 - -4 -12 - -4 -12 - -57 45 - -57 45 - 50 -93 - 50 -93 - 24 32 - 24 32 - 40 -85 - 40 -85 - -11 -58 - -11 -58 - -41 -40 - 77 54 - 77 54 - -4 -17 - -4 -17 - 40 -64 - 40 -64 - -4 -21 - -4 -21 - -4 -20 - -4 -20 - 14 84 - 14 84 - -4 -22 - -4 -22 - -12 51 - -12 51 - 26 -45 - -2 -26 - -2 -26 - -4 -25 - -4 -25 - -2 -26 - -4 -25 - 84 69 - 84 69 - 92 52 - 92 52 - 66 -55 - 66 -55 - -4 37 - -4 37 - -10 38 - -10 38 - -2 -30 - -2 -30 - -41 90 - -84 -55 - -41 90 - -4 -96 - 77 3 - 72 -28 - 77 3 - 54 -39 - 54 -39 - -2 -30 - -2 -31 - -2 -30 - -2 -31 - -2 -30 - -2 -30 - -2 -31 - -2 -30 - -2 -30 - -2 -31 - -2 -31 - -2 -31 - -2 -30 - -2 -31 - -2 -31 - -2 -31 - -2 -30 - -39 -73 - -39 -73 - -27 -40 - -27 -40 - 34 -8 - 34 -8 - -27 18 - -27 18 - 13 39 - 13 39 - 57 -70 - 82 -38 - 28 -85 - 57 -70 - 93 -8 - -10 25 - -10 25 - -23 -97 - -23 -97 - 96 3 - 96 3 - -18 46 - -18 46 - -17 46 - 33 -64 - 31 -65 - 33 -64 - -65 36 - -62 -57 - -62 -57 - -67 63 - -67 63 - 65 -33 - 65 -33 - 0 -36 - 0 -36 - 0 -36 - 53 -67 - 53 -67 - 95 -20 - 95 -20 - 58 -88 - 58 -88 - 84 59 - 85 59 - 85 59 - 58 -88 - 84 59 - 85 59 - 1 -35 - 1 -35 - 44 -93 - 44 -93 - 73 -82 - 73 -82 - -14 -36 - -14 -36 - 67 27 - 67 27 - -66 -47 - -66 -47 - 71 -67 - 71 -67 - -39 -89 - 39 90 - 22 -91 - -39 -89 - -16 2 - -16 2 - 48 30 - 48 30 - -90 -65 - -90 -65 - -21 14 - -21 14 - -46 -97 - -46 -97 - 8 79 - 8 79 - -57 25 - -57 25 - -69 19 - -69 19 - 0 -70 - 0 -70 - 3 -31 - 2 -31 - 3 -31 - 3 -31 - 94 -29 - 94 -29 - 89 -55 - 49 -91 - 89 -55 - 1 77 - 1 77 - -72 37 - -72 37 - -95 -95 - -95 -95 - 57 87 - 57 87 - 45 -100 - 45 -100 - 4 -28 - 4 -28 - 16 17 - 16 17 - 27 -59 - 27 -59 - -4 57 - -4 57 - 4 -25 - 4 -25 - -17 -19 - 4 -24 - 4 -24 - 78 -81 - 78 -81 - 8 -33 - 8 -33 - -6 15 - -6 15 - 35 81 - 35 81 - -74 85 - -74 85 - 4 -17 - 4 -17 - 4 -17 - 39 89 - 39 89 - 30 -89 - -79 15 - -79 15 - 82 -64 - 82 -64 - 64 -16 - 64 -16 - 84 -39 - 84 -39 - -89 -22 - -89 -22 - 84 -39 - -89 -22 - 20 73 - 20 73 - 4 -12 - 4 -12 - -66 -7 - -66 -7 - -80 51 - 80 -53 - -80 51 - 91 -13 - 91 -13 - -20 82 - -20 82 - 41 62 - 41 62 - 38 -94 - 38 -94 - 38 -93 - 38 -93 - 38 -94 - 38 -93 - 72 -41 - 72 -41 - 73 -42 - -25 -30 - -25 -30 - 5 -45 - 5 -45 - -12 -22 - -12 -22 - 24 -2 - 24 -2 - 66 92 - 66 92 - -91 -11 - -91 -11 - -52 -92 - -52 -92 - -74 -81 - -74 -81 - -52 -92 - -74 -81 - -94 -38 - -94 -38 - 48 -98 - 47 -98 - 48 -98 - 47 -97 - 43 -77 - 43 -77 - -44 -78 - -44 -78 - -44 -77 - 89 -16 - -44 -77 - -44 -78 - -44 -77 - 89 -16 - -56 -100 - -56 -100 - 41 47 - 41 47 - 85 -64 - 85 -64 - -98 -31 - -98 -30 - 29 24 - 29 24 - 5 -92 - 5 -92 - -4 -18 - -4 -18 - -58 10 - -58 10 - -25 -40 - -25 -40 - -3 -23 - -3 -23 - -3 -22 - -3 -22 - -62 -66 - -62 -66 - -3 -23 - -3 -23 - -3 -23 - -82 28 - -82 28 - -75 0 - -75 0 - 43 83 - 43 83 - 68 16 - 68 16 - -3 -26 - -3 -26 - -79 -23 - -79 -23 - -97 22 - -61 -77 - -97 22 - -3 -28 - -3 -28 - 24 -99 - 24 -99 - 6 48 - 6 48 - 8 48 - 45 12 - 78 -53 - 78 -53 - 20 17 - 20 17 - 47 -97 - 47 -97 - -36 -9 - -36 -9 - -1 -91 - -1 -91 - 32 -41 - 32 -41 - 44 -16 - 44 -16 - -1 -34 - -1 -34 - 0 -35 - 0 -34 - -17 46 - -18 46 - -17 46 - -86 -4 - -86 -4 - -89 -35 - 92 15 - -89 -35 - -61 -76 - -1 34 - -1 -34 - 0 -35 - -1 34 - 95 8 - 95 8 - 98 83 - 98 83 - 0 -35 - 0 -35 - 0 -36 - 6 -85 - -71 52 - 6 -85 - -52 -32 - -52 -32 - 2 -35 - 2 -35 - 2 -35 - 2 -34 - 2 -35 - 2 -34 - 7 -43 - 7 -43 - 22 -84 - 22 -84 - 36 5 - 36 5 - -28 34 - 12 44 - -28 34 - 2 -34 - 2 -34 - 3 -34 - 2 -34 - 2 -33 - 2 -33 - 2 -34 - 3 -34 - 2 -34 - 2 -33 - 2 -33 - 2 -33 - 59 -94 - 59 -94 - 85 77 - 85 77 - 59 -94 - 85 77 - -14 -26 - -14 -26 - 87 -54 - 87 -54 - 2 -31 - 2 -31 - 3 -31 - -11 39 - -11 39 - 3 -30 - 3 -30 - 3 -30 - 3 -30 - 36 64 - 36 64 - -64 -76 - -64 -76 - 5 -88 - 5 -88 - -58 -69 - -57 -69 - 80 34 - 80 34 - -84 -13 - 51 -44 - 51 -44 - -84 -13 - 80 34 - -84 -13 - 39 66 - 39 66 - 18 2 - 18 2 - 77 -85 - 77 -85 - 17 64 - 58 36 - 17 64 - 10 -20 - 10 -20 - 30 46 - 30 46 - -53 -75 - -53 -75 - -4 -15 - -4 -15 - -4 -14 - -4 -14 - 50 94 - 50 94 - 48 53 - 48 53 - 1 12 - 1 12 - 38 -55 - 38 -55 - -62 -53 - -62 -53 - -82 8 - -82 8 - 13 64 - 13 64 - 73 -42 - 72 -41 - 73 -42 - -69 83 - -38 99 - -69 83 - -68 83 - 58 43 - 58 43 - 52 80 - 51 80 - 52 80 - 94 87 - 94 87 - 12 44 - 12 44 - 20 47 - 20 47 - 34 13 - 34 13 - -70 -14 - -70 -14 - -35 -34 - -35 -34 - -34 -34 - 34 -33 - 21 -26 - 21 -26 - 95 -99 - 95 -99 - 57 -14 - 57 -14 - -59 -74 - -59 -74 - -72 28 - -72 28 - 15 -68 - 15 -68 - -59 -8 - -59 -8 - -98 -31 - 85 -64 - -98 -31 - -98 -30 - -98 -30 - 85 -64 - -98 -31 - -98 -30 - -4 -16 - -4 -16 - -4 -16 - -32 -47 - -32 -47 - -15 -44 - -15 -44 - 58 66 - 58 66 - -91 -6 - -4 -18 - -4 -18 - 44 -29 - 44 -29 - -1 -53 - -1 -53 - -59 78 - -59 78 - -39 71 - -39 71 - -85 2 - -85 2 - -84 2 - -75 -63 - -75 -63 - -61 -77 - -61 -77 - -97 22 - 59 -95 - 59 -95 - -82 -93 - -82 -93 - -40 68 - -40 68 - 86 41 - 86 41 - -2 -29 - -2 -29 - -2 -28 - -2 -28 - -2 -29 - -2 -28 - -2 -28 - 5 -93 - 5 -93 - 55 72 - 25 -89 - 55 72 - 25 -89 - -2 -31 - -2 -31 - -2 -30 - -3 -31 - -2 -30 - -2 -31 - -2 -30 - -3 -31 - -2 -31 - -2 -31 - -2 -31 - -2 -30 - -3 -31 - -2 -31 - -2 -31 - -2 -30 - -2 -31 - -2 -30 - -3 -31 - -2 -31 - -2 -31 - -2 -30 - 12 19 - 12 19 - 13 19 - 13 19 - 12 19 - 13 19 - -54 31 - -54 31 - 80 -73 - 80 -73 - 32 -94 - -98 -5 - 32 -94 - -93 78 - -93 78 - 82 -38 - 82 -38 - 28 -85 - 57 -70 - 7 -30 - 7 -30 - 65 26 - 65 26 - -1 -35 - -1 -35 - 0 -36 - 0 -36 - -61 -76 - -89 -35 - -61 -76 - 1 -36 - 0 -36 - 1 -36 - -1 -36 - -46 -52 - -46 -52 - -45 -53 - 0 -36 - -1 -36 - 0 -36 - 0 -36 - 29 23 - 76 84 - 76 84 - 55 -92 - 55 -92 - 0 -36 - 0 -35 - 0 -36 - 67 -93 - 67 -93 - 20 50 - 20 50 - 31 54 - 31 54 - 54 25 - 54 25 - 26 67 - 26 67 - 2 -35 - 1 -36 - 1 -35 - 2 -35 - 2 -35 - 26 54 - 26 54 - -17 -50 - -17 -50 - 23 17 - 23 17 - 52 95 - 52 95 - -5 55 - -5 55 - 38 46 - 38 46 - -31 53 - 79 17 - 79 17 - 1 65 - 1 65 - -23 60 - 3 -29 - 3 -29 - 4 -28 - 4 -28 - 4 -28 - -48 -28 - -48 -28 - 4 -26 - 4 -26 - 1 41 - 1 41 - 96 59 - 96 59 - 17 59 - 17 59 - 25 95 - 25 95 - -85 -98 - -85 -98 - 4 -23 - 4 -23 - 44 58 - 44 58 - 22 -9 - 22 -9 - -93 44 - -93 44 - -71 60 - -71 60 - 96 -75 - 96 -75 - -89 -87 - -87 -36 - -87 -36 - 93 20 - -28 -66 - -28 -66 - 78 -94 - 78 -94 - 80 -53 - 80 -53 - -80 51 - 86 17 - 86 17 - -86 -4 - -86 -4 - 45 -4 - 45 -4 - -84 32 - -84 32 - -97 85 - -97 85 - -57 -4 - -57 -4 - -28 -49 - 92 80 - 92 80 - 98 -33 - 98 -33 - 87 54 - 64 -84 - 64 -84 - 64 -83 - 64 -83 - 64 -84 - 64 -83 - -68 83 - -38 99 - -69 83 - -68 83 - -28 15 - -28 15 - 22 -47 - 22 -47 - -5 -96 - -5 -96 - -34 -34 - -35 -34 - -34 -34 - 34 -33 - -56 39 - -56 39 - -24 -1 - -24 -1 - 84 -91 - 84 -91 - 96 -90 - 96 -90 - 51 29 - 51 29 - 26 -45 - -12 51 - 26 -45 - 50 41 - 50 41 - -84 2 - -85 2 - -84 2 - 74 94 - 74 94 - 20 -72 - 20 -72 - 82 78 - 82 78 - 31 30 - 31 30 - -60 48 - -60 48 - 8 48 - 6 48 - 8 48 - 52 -2 - 52 -2 - -98 -5 - -98 -5 - 32 -94 - -22 35 - -22 35 - 28 -85 - 82 -38 - 28 -85 - 57 -70 - 24 83 - 24 83 - 37 -69 - 37 -69 - 95 -55 - 81 79 - 95 -55 - -65 36 - 33 -64 - -65 36 - -45 -53 - -46 -52 - -45 -53 - 0 -36 - 0 -36 - -13 72 - -13 72 - 22 -10 - 22 -10 - -6 -52 - -6 -52 - 50 -52 - 50 -52 - 51 -52 - 51 -52 - 9 -98 - 9 -98 - 39 90 - 39 90 - 9 -98 - 39 90 - -39 -89 - 12 44 - 12 44 - -28 34 - 3 -33 - 3 -33 - -31 53 - 38 46 - -31 53 - 32 97 - 32 97 - 3 -33 - 3 -33 - -26 44 - -26 44 - 97 -22 - 97 -22 - -41 -59 - -41 -59 - 18 54 - 18 54 - 82 -85 - 82 -85 - 93 -87 - 93 -87 - -97 -79 - -51 19 - -51 19 - 92 87 - 92 87 - 92 88 - 92 88 - 92 87 - 92 88 - -58 -69 - 5 -88 - -58 -69 - -57 -69 - 4 -25 - 4 -25 - 15 -58 - 15 -58 - -17 -19 - 4 -25 - -17 -19 - 52 14 - 52 14 - 86 -75 - 86 -75 - 35 -81 - 35 -81 - 41 77 - -48 5 - -48 5 - -69 62 - -69 62 - 4 -19 - 4 -19 - 5 -19 - 5 -19 - -85 36 - -85 36 - 3 -89 - 3 -89 - 78 -50 - 78 -50 - 44 -80 - 43 56 - 43 56 - -69 92 - -69 92 - -51 9 - -51 9 - -57 98 - -57 98 - -2 28 - -2 28 - -90 61 - -90 61 - 23 -53 - 23 -53 - 5 72 - 5 72 - -38 99 - -38 99 - -69 83 - -68 83 - 45 31 - 45 31 - -18 88 - -18 88 - 48 -8 - 48 -8 - -6 -40 - -6 -40 - 10 14 - 10 14 - 34 -33 - -35 -34 - -34 -34 - 34 -33 - -8 -27 - -8 -27 - 18 -23 - 18 -23 - 42 -45 - 42 -45 - 17 -2 - 17 -2 - -12 -87 - -12 -87 - -63 93 - -63 93 - -86 -54 - -86 -54 - -75 -98 - -75 -98 - 0 44 - 0 44 - 33 -12 - 33 -12 - -3 -27 - -3 -27 - 71 97 - 71 97 - 88 93 - 88 93 - 45 12 - 6 48 - 45 12 - -77 43 - -78 47 - -77 43 - 64 12 - 64 12 - 53 -58 - 53 -58 - 50 80 - 50 80 - 2 -27 - 2 -27 - 71 71 - 71 71 - 71 72 - 71 72 - 71 71 - 71 72 - 97 40 - 97 40 - 71 72 - 97 40 - 0 -35 - -1 -34 - -1 -34 - 0 -35 - 0 -34 - 0 -34 - -1 -34 - -1 -34 - 0 -35 - 0 -34 - -65 78 - -65 78 - 0 -35 - 0 -35 - 24 99 - 24 99 - -12 56 - -12 56 - 62 -31 - 62 -31 - 0 -35 - 0 -35 - -1 34 - 37 -20 - 37 -20 - -71 52 - -42 81 - -71 52 - 6 -85 - 5 -68 - 5 -68 - -51 -1 - -51 -1 - 1 -36 - 1 -36 - 1 -36 - 1 -36 - 88 10 - 88 10 - -89 -89 - -89 -89 - 61 -95 - 61 -95 - 2 -35 - 3 -35 - 3 -34 - 2 -35 - 18 -95 - 18 -95 - -3 -30 - -3 -30 - 80 12 - 80 12 - -23 60 - 1 65 - -23 60 - 34 73 - 34 73 - 85 68 - 85 68 - 27 4 - 27 4 - 4 -31 - 4 -31 - -97 -79 - 93 -87 - -97 -79 - -67 9 - -67 9 - 40 -2 - 40 -2 - -4 57 - -4 57 - -83 -85 - -83 -85 - -57 -69 - 5 -88 - -58 -69 - -57 -69 - -45 52 - -45 52 - -42 55 - -42 55 - 41 77 - 35 -81 - 41 77 - 5 -20 - 5 -20 - 5 -20 - -28 45 - -28 45 - -33 -60 - -33 -60 - 5 -17 - 5 -17 - 5 -17 - 24 99 - 24 99 - 74 39 - 74 39 - 76 39 - -74 95 - -74 95 - 93 20 - -87 -36 - 93 20 - 4 -12 - 4 -12 - 5 -10 - 5 -10 - -56 96 - -56 96 - -9 3 - -9 3 - -18 -5 - -18 -5 - 21 33 - 21 33 - -21 -2 - -21 -2 - 37 -1 - 37 -1 - 5 -10 - 5 -10 - 17 -15 - 17 -15 - 18 -15 - 47 76 - 47 76 - -57 92 - -57 92 - -67 -13 - -67 -13 - -57 -44 - -57 -44 - 13 -19 - 13 -19 - -1 -13 - -1 -13 - 29 -39 - 29 -39 - -19 91 - -19 91 - -4 -9 - -4 -9 - -53 35 - -53 35 - 44 -30 - 44 -30 - -17 -41 - -17 -41 - -4 -16 - -4 -16 - -4 -16 - -5 -16 - 86 -72 - 86 -72 - -91 -6 - 58 66 - -91 -6 - 51 -83 - 51 -83 - -53 4 - -53 4 - 70 -96 - 70 -96 - 75 -90 - 71 78 - 66 78 - 71 78 - 56 -56 - 56 -56 - 99 41 - 99 41 - 62 88 - 71 96 - 71 96 - 46 20 - 46 20 - -53 -1 - -53 -1 - -3 -28 - -3 -28 - -3 -28 - -78 -33 - -78 -33 - -62 -60 - 55 72 - 5 -93 - 55 72 - 25 -89 - 55 72 - 55 72 - -48 -26 - -48 -26 - -3 -31 - -2 -31 - -2 -30 - -3 -31 - -2 -31 - -2 -31 - -78 47 - -78 47 - 93 -13 - -77 43 - -2 -31 - -2 -31 - 40 68 - 40 68 - -2 -32 - -2 -32 - -32 -30 - -32 -30 - -1 53 - -1 53 - 62 -88 - 62 -88 - 38 22 - 38 22 - -2 -92 - -2 -92 - -26 -74 - -26 -74 - -44 74 - -44 74 - 0 -36 - 0 -36 - 0 -36 - 0 -35 - 1 -36 - -1 -36 - -1 -36 - 0 -35 - 1 -36 - -1 -36 - -1 -36 - 0 -36 - 29 23 - -1 -36 - 0 -36 - 29 23 - 54 -27 - 54 -27 - 33 55 - 33 55 - 0 -36 - 0 -36 - 0 -37 - 1 -36 - -51 21 - -51 21 - -51 22 - -51 22 - -51 21 - -51 22 - 9 51 - 9 51 - 1 -36 - 1 -36 - 1 -36 - -12 -14 - -12 -14 - 1 -36 - 1 -36 - 1 -36 - 1 -36 - 2 -36 - 1 -36 - 1 -36 - -2 35 - 1 -36 - 2 -36 - 1 -35 - 1 -36 - 2 -35 - 1 -35 - 1 -36 - 2 -36 - 1 -35 - 1 -36 - 2 -35 - 21 19 - 21 19 - 1 -35 - 1 -35 - 2 -35 - 2 -35 - 3 -35 - 3 -35 - 3 -34 - 2 -35 - -75 70 - -75 70 - 3 -32 - 3 -32 - 3 -33 - 3 -33 - 3 -32 - 3 -32 - 3 -33 - 3 -32 - 10 20 - 10 20 - 20 19 - 20 19 - 0 -90 - 0 -90 - -40 95 - -40 95 - 29 -95 - 98 36 - 81 80 - 81 80 - 4 -28 - 4 -29 - 4 -28 - 4 -28 - 4 -28 - 98 -45 - -94 -59 - 98 -45 - -96 -63 - -96 -63 - -79 41 - -79 41 - 59 52 - 59 52 - 53 -58 - 41 -27 - 41 -27 - 53 -58 - 59 52 - 53 -58 - 86 38 - 86 38 - -59 -71 - -48 21 - -48 21 - -32 -7 - -32 -7 - 34 68 - 34 68 - -20 35 - -20 35 - 92 -6 - 92 -6 - -79 -46 - -79 -46 - 5 -20 - 5 -20 - 20 -22 - 20 -22 - 5 -19 - -17 10 - 4 -19 - 5 -19 - 5 -19 - 6 -19 - -77 -1 - -77 -1 - 12 -49 - 12 -49 - 6 30 - 6 30 - 5 -17 - 5 -17 - 5 -17 - -89 -87 - 96 -75 - -89 -87 - 19 89 - 19 89 - 2 51 - 2 51 - 76 28 - 76 28 - 6 -13 - 6 -13 - 2 -48 - 2 -48 - -49 90 - -49 90 - 98 58 - -65 92 - -64 92 - 98 58 - -28 -49 - -57 -4 - -28 -49 - 40 -39 - 85 77 - 85 77 - 87 54 - 98 -33 - 87 54 - 2 64 - 2 64 - 49 -28 - 49 -28 - 47 -41 - 47 -41 - 18 -15 - 17 -15 - 18 -15 - 43 15 - 43 15 - -17 -51 - -17 -51 - 73 44 - 73 44 - 74 45 - 73 44 - 75 45 - 74 45 - -1 36 - -1 36 - 0 36 - -36 2 - 97 41 - 97 41 - 12 -18 - 12 -18 - 56 -59 - 56 -59 - 28 -32 - 28 -32 - 27 -68 - 27 -68 - 28 -68 - -9 -5 - -9 -5 - 91 -90 - 91 -90 - -59 39 - -59 39 - -58 39 - 71 9 - 71 9 - -6 22 - -6 22 - 30 -85 - 30 -85 - -5 -16 - -4 -16 - -5 -16 - 87 -39 - 87 -39 - -4 -18 - -4 -18 - -74 -38 - -74 -38 - -3 -22 - -12 19 - -3 -22 - -4 -21 - -4 -21 - -3 -22 - -4 -21 - -4 -21 - -3 12 - -3 12 - -3 -23 - -4 -22 - -3 -23 - -3 -26 - -3 -26 - -3 -25 - -3 -25 - -43 56 - -43 56 - -62 -60 - -78 -33 - -62 -60 - 25 -92 - 25 -91 - 25 -92 - 75 21 - 75 21 - 93 -13 - -78 47 - 93 -13 - 99 -86 - 99 -86 - -1 -34 - -1 -34 - -1 -34 - -1 -34 - -1 -34 - -1 -34 - -1 -34 - -1 -34 - -1 -35 - -1 -34 - 9 -28 - 9 -28 - -1 -35 - -1 -34 - -1 -35 - -1 -34 - 84 -31 - 85 29 - 84 -31 - -48 93 - -48 93 - 96 4 - 96 4 - 81 79 - 81 79 - 95 -55 - 64 48 - 64 48 - 0 -36 - 0 -36 - 0 -36 - 0 -36 - 0 -35 - -1 -36 - 0 -35 - 0 -36 - 0 -36 - 0 -36 - 0 -35 - -1 -36 - -49 3 - -49 3 - -30 40 - -30 40 - -72 38 - -72 38 - -24 -50 - -24 -50 - -44 13 - -44 13 - 22 42 - 22 42 - 30 37 - 30 37 - -30 1 - -30 1 - 29 12 - 29 12 - 1 -36 - 1 -36 - 1 -36 - 1 -36 - 1 -36 - 1 -36 - 2 -36 - 1 -36 - -43 94 - -43 94 - 51 -91 - 51 -91 - -43 94 - 51 -91 - -2 35 - 1 -36 - -2 35 - 1 -36 - 2 -36 - 2 -36 - -2 35 - 1 -36 - 2 -36 - 1 -35 - 1 -36 - 73 -48 - 73 -48 - 2 -35 - 1 -35 - 2 -35 - 2 -35 - -12 54 - -12 54 - 53 -94 - 53 -94 - -41 78 - -41 78 - 83 32 - 83 32 - -41 78 - 83 32 - 90 89 - 90 89 - 11 2 - 11 2 - 86 29 - 86 29 - -67 -13 - -67 -13 - 62 -54 - 74 32 - 62 -54 - 85 2 - 85 2 - -49 -61 - -49 -61 - -94 -59 - -94 -59 - 98 -45 - 34 -5 - 34 -5 - 34 -4 - 34 -3 - 34 -4 - 34 -5 - 34 -4 - 34 -3 - 34 -3 - 34 -5 - 34 -4 - 34 -3 - -71 -9 - -71 -9 - 56 -41 - -59 -71 - 86 38 - -59 -71 - 5 -25 - 5 -25 - -12 -76 - -12 -76 - 5 -23 - 5 -23 - 5 -23 - 7 100 - 7 100 - 5 -19 - 5 -19 - -17 10 - 5 -19 - 4 -19 - 5 -19 - 5 -19 - 5 -19 - 6 -19 - -7 35 - -7 35 - 44 -80 - 78 -50 - 44 -80 - 24 -25 - 24 -25 - 76 39 - 74 39 - 76 39 - 75 -69 - 75 -69 - 88 0 - 88 0 - 63 61 - 63 61 - -23 -36 - -23 -36 - 49 9 - 49 9 - 93 -100 - 93 -100 - -65 92 - -65 92 - -64 92 - 98 58 - -34 97 - -34 97 - -33 97 - 35 0 - 35 0 - -5 -35 - 33 59 - 33 59 - 40 -39 - -28 -49 - 40 -39 - 11 -45 - 11 -45 - -27 -28 - -27 -28 - -18 85 - -18 85 - 62 37 - 62 37 - 1 89 - 1 89 - -7 -15 - -7 -15 - -6 21 - -6 21 - -5 21 - -15 -49 - -15 -49 - 74 45 - 73 44 - 74 45 - 73 44 - 75 45 - 74 45 - 0 36 - -1 36 - 0 36 - -36 2 - -36 2 - -1 36 - 0 36 - -36 2 - -8 43 - -6 42 - -8 43 - 28 -68 - 27 -68 - 28 -68 - 52 -13 - 52 -13 - -51 -36 - -51 -36 - -16 39 - -16 39 - -5 21 - -5 21 - -58 39 - -59 39 - -58 39 - -65 -54 - -65 -54 - -5 -11 - -5 -11 - 37 -13 - 37 -13 - -44 -37 - -44 -37 - -5 -14 - -5 -14 - 28 -27 - 28 -27 - -4 -18 - -4 -18 - 62 88 - 99 41 - 62 88 - 76 -8 - 76 -8 - -4 -21 - -4 -21 - -4 -21 - -4 -22 - -4 -22 - -4 -22 - -4 -22 - -4 -22 - -4 -22 - -3 -23 - 87 -61 - 87 -61 - 43 75 - 43 75 - -3 -25 - -3 -25 - -2 -25 - -2 -25 - -62 5 - -62 5 - 64 -5 - 64 -5 - -62 5 - 64 -5 - 65 -4 - -71 80 - -71 80 - 36 100 - 36 100 - -71 80 - 36 100 - 89 46 - 89 46 - 77 86 - 77 86 - 99 69 - 99 69 - 64 0 - 64 0 - 65 0 - 25 -91 - 25 -91 - 25 -92 - 13 -80 - 13 -80 - 13 -73 - 13 -73 - -60 35 - -60 35 - 21 -50 - 21 -50 - 60 -61 - 60 -61 - -41 -4 - -41 -4 - -1 -34 - -1 -34 - -1 -35 - -1 -34 - -1 -34 - -1 -34 - 0 -35 - 0 -34 - -37 -66 - -37 -66 - -76 12 - -76 12 - 30 47 - 30 47 - 26 27 - 26 27 - -42 81 - -42 81 - -42 82 - -71 52 - -31 -88 - -42 82 - -42 81 - -42 82 - -31 -88 - 60 90 - 60 90 - 89 -77 - 89 -77 - 1 -36 - 1 -36 - 1 -36 - 1 -36 - 1 -36 - 1 -36 - 40 -95 - 40 -95 - 2 -36 - 1 -36 - 2 -36 - 1 -36 - 35 -16 - 35 -16 - 1 -36 - 1 -36 - 2 -36 - 1 -35 - 1 -36 - 0 -41 - 0 -41 - 2 -35 - 1 -35 - 2 -35 - 2 -35 - 3 -34 - 3 -35 - 3 -34 - 2 -35 - 2 -34 - 44 36 - 44 36 - -8 93 - -8 93 - 1 -61 - 1 -61 - 2 -34 - 2 -34 - 2 -34 - 86 -35 - 86 -35 - 74 32 - 74 32 - 62 -54 - 24 -70 - 24 -70 - -46 -21 - -46 -21 - 65 14 - 65 14 - -21 -43 - -21 -43 - 29 -95 - -40 95 - 29 -95 - 9 3 - 9 3 - 4 -29 - 4 -29 - 4 -28 - 4 -28 - 49 67 - 49 67 - -95 -72 - -95 -72 - 5 -22 - 5 -22 - -43 20 - -43 20 - -65 11 - -65 11 - 78 70 - 78 70 - -14 59 - -14 59 - -20 68 - -20 68 - -2 -66 - -2 -66 - 5 -20 - 5 -20 - 5 -20 - 5 -20 - 5 -20 - 5 -20 - 5 -20 - -17 10 - 5 -19 - -17 10 - 5 -19 - 5 -19 - 6 -19 - 5 -19 - 5 -19 - 5 -19 - 6 -19 - -37 -9 - -37 -9 - 76 52 - 76 52 - 77 52 - 57 73 - -21 9 - -21 9 - -42 -44 - -42 -44 - -36 28 - -36 28 - -63 85 - -63 85 - 0 -10 - 0 -10 - -79 64 - -79 64 - -4 -65 - -4 -65 - 51 -68 - 51 -68 - 91 74 - 91 74 - -64 92 - -65 92 - -64 92 - 98 58 - -33 97 - -34 97 - -33 97 - 60 22 - 60 22 - -5 -35 - 35 0 - -5 -35 - -24 14 - -24 14 - -16 77 - -16 77 - 97 73 - 97 73 - -1 36 - -1 36 - -85 61 - -85 61 - -12 12 - -12 12 - 36 -52 - 36 -52 - -7 53 - -7 53 - -9 90 - -9 90 - -2 51 - -2 51 - 2 99 - 2 99 - 77 23 - 77 23 - 40 46 - 40 46 - -5 21 - -6 21 - -5 21 - 50 20 - 50 20 - 18 25 - 18 25 - 73 44 - 73 44 - 74 45 - 73 44 - 75 45 - 74 45 - -1 -12 - -1 -12 - 22 15 - 22 15 - 22 16 - 22 16 - 22 15 - 22 16 - -71 -54 - -71 -54 - 7 56 - 7 56 - -4 -14 - -4 -14 - 13 -58 - 13 -58 - -6 -62 - -6 -62 - 90 -80 - 90 -80 - -78 15 - -51 -62 - -78 15 - 66 78 - 66 78 - 71 78 - 75 -90 - 70 -96 - 74 -90 - 75 -90 - 57 -25 - 57 -25 - 62 55 - 62 55 - 58 -55 - 58 -55 - 65 -4 - 64 -5 - 65 -4 - -15 94 - -15 94 - 0 32 - 0 32 - -3 -28 - -3 -28 - -3 -28 - 38 1 - 38 1 - -81 18 - -81 18 - 10 -22 - 10 -22 - 4 15 - 4 15 - 65 0 - 64 0 - 65 0 - 36 19 - 36 19 - 29 -78 - 29 -78 - 88 -51 - 88 -51 - -55 -38 - -55 -38 - 46 -35 - 46 -35 - 46 -51 - 46 -51 - 0 -36 - 0 -36 - 0 -36 - -42 -39 - -42 -39 - -1 -36 - 0 -36 - 0 -36 - 0 -36 - 0 -35 - -1 -36 - 36 79 - 36 79 - -40 -41 - -40 -41 - 99 72 - 99 72 - 0 -37 - 0 -36 - 1 -37 - 0 -37 - 1 -36 - 1 -37 - 1 -36 - 0 -36 - 1 -37 - 0 -37 - 1 -36 - 1 -37 - 22 34 - 22 34 - 93 58 - 93 58 - 71 -3 - 71 -3 - 1 -36 - 1 -36 - 1 -36 - 1 -36 - 1 -36 - 1 -36 - -2 35 - 32 67 - 32 67 - 32 68 - 32 68 - 32 67 - 32 68 - -42 -96 - -42 -96 - 44 -77 - 44 -77 - 45 -77 - -6 89 - 82 19 - 82 19 - -33 41 - -33 41 - 80 -24 - 80 -24 - 72 -100 - 72 -100 - 36 -7 - 36 -7 - 60 79 - 60 79 - 89 84 - 89 84 - -3 57 - -3 57 - 24 -54 - 98 36 - -40 95 - 98 36 - 6 -37 - 6 -37 - 4 -28 - 4 -29 - 4 -28 - 4 -28 - -52 -72 - -52 -72 - 45 47 - 45 47 - -80 -1 - -80 -1 - -11 8 - -11 8 - -11 9 - -11 9 - 4 -24 - 4 -24 - -92 -68 - -92 -68 - 5 -23 - 5 -23 - 5 -23 - 5 -23 - 22 22 - 22 22 - 0 85 - 0 85 - 60 -31 - 60 -31 - -61 26 - -27 -96 - -27 -96 - 57 -13 - 57 -13 - 5 -18 - 5 -18 - 95 -10 - 95 -10 - 96 -9 - 96 -9 - 95 -10 - 96 -9 - 25 -2 - 25 -2 - 68 -15 - 68 -15 - 21 -92 - 21 -92 - 20 -91 - 68 -30 - 68 -30 - -96 25 - -96 25 - -4 68 - -4 68 - 3 -80 - 3 -80 - 18 39 - 18 39 - 19 39 - 52 6 - 52 6 - -31 -22 - -31 -22 - 75 45 - 73 44 - 74 45 - 73 44 - 75 45 - 74 45 - 74 45 - 73 44 - 74 45 - 73 44 - 75 45 - 74 45 - -14 -13 - -14 -13 - -6 42 - -6 42 - -8 43 - 18 -23 - 18 -23 - 18 -23 - 64 83 - 64 83 - -49 -72 - -49 -72 - -54 -27 - -54 -27 - -65 -96 - -65 -96 - -4 -12 - -4 -12 - 54 -1 - 54 -1 - 54 -64 - 54 -64 - -48 95 - -48 95 - -7 -12 - -7 -12 - 32 6 - 32 6 - -4 -20 - -4 -20 - 40 0 - 40 0 - -4 -20 - -4 -20 - -4 -20 - -4 -20 - -20 -20 - -20 -20 - -12 19 - -12 19 - -3 -22 - -21 26 - -21 26 - -3 44 - -3 44 - 87 -83 - 87 -83 - 88 -83 - -30 96 - -30 96 - -49 73 - -49 73 - -48 21 - -48 21 - 0 94 - 0 94 - 20 65 - 20 65 - -2 -32 - -2 -31 - -2 -32 - -2 -31 - -4 -33 - -4 -33 - -2 -32 - 46 -54 - 46 -54 - 58 -7 - 58 -7 - 28 76 - 28 76 - 85 29 - 85 29 - 84 -31 - 0 -35 - 0 -35 - 60 -10 - 61 -11 - 60 -10 - -37 -13 - -37 -13 - -26 -54 - -26 -54 - -62 -30 - -62 -30 - -82 21 - -82 21 - 0 -36 - 0 -36 - 0 -36 - 0 -35 - -1 -36 - -18 2 - -18 2 - 92 8 - 92 8 - 21 -16 - 21 -16 - 89 52 - 89 52 - 1 -37 - 1 -37 - 86 54 - 86 54 - 68 44 - 68 44 - 80 -61 - 80 -61 - 90 -27 - 90 -27 - 45 -77 - 44 -77 - 45 -77 - -6 89 - 40 22 - 40 22 - -40 79 - -40 79 - 2 -34 - 3 -34 - 2 -34 - 2 -35 - 2 -35 - 50 71 - 50 71 - 87 -62 - 87 -62 - 2 -34 - 2 -34 - 71 94 - 71 94 - -70 -25 - -70 -25 - 86 5 - 86 5 - -35 -48 - -35 -48 - -57 2 - -57 2 - 3 -32 - 3 -32 - -58 91 - -58 91 - 18 16 - 18 16 - 53 -44 - 53 -44 - 86 15 - 86 15 - 3 -31 - 3 -31 - 48 12 - 48 12 - 89 76 - 89 76 - 90 76 - 3 -28 - 3 -28 - 5 -28 - -55 100 - -55 100 - 56 -41 - -71 -9 - 56 -41 - 8 16 - 8 16 - 96 20 - 96 20 - -79 78 - -79 78 - 98 53 - -31 16 - -31 16 - 5 -19 - -17 10 - 5 -19 - 5 -19 - 5 -19 - 5 -19 - 6 -19 - -92 -13 - -92 -13 - -68 67 - -68 67 - -67 66 - -74 31 - -74 31 - -93 63 - 64 -94 - -93 63 - -93 64 - -93 64 - 64 -94 - -93 63 - -93 64 - 77 52 - 76 52 - 77 52 - 57 73 - 57 73 - 76 52 - 77 52 - 57 73 - 5 -13 - 5 -13 - 6 -13 - -32 2 - -32 2 - -96 58 - -96 58 - 24 56 - 24 56 - -18 24 - -18 24 - -11 -34 - -11 -34 - -11 58 - -11 58 - -57 -44 - -57 -44 - 29 -64 - 29 -64 - 29 -63 - 29 -63 - 29 -64 - 29 -63 - 26 18 - 26 18 - 56 22 - 56 22 - 19 39 - 18 39 - 19 39 - 52 -27 - 52 -27 - 57 7 - 57 7 - 75 45 - 74 45 - 73 44 - 75 45 - 74 45 - 75 45 - 60 -11 - 60 -11 - 24 -28 - 24 -28 - 26 -30 - 26 -30 - 31 -34 - 32 -35 - 31 -34 - 18 -23 - 18 -23 - 18 -23 - 84 99 - 84 99 - 32 -71 - 32 -71 - -41 -49 - -41 -49 - 40 7 - 40 7 - -5 -10 - -5 -10 - -5 -10 - -5 -10 - -5 -11 - -5 -11 - -85 -88 - -85 -88 - 72 22 - 73 16 - 72 22 - -4 -15 - -4 -15 - 11 -81 - 11 -81 - -5 -16 - -5 -16 - -4 -16 - -4 -16 - -20 72 - -20 72 - -65 37 - -4 -18 - -4 -18 - -39 -63 - -39 -63 - -4 -19 - -4 -19 - -8 29 - -8 29 - 85 -64 - 85 -64 - -59 -51 - -59 -51 - 29 90 - 29 90 - 88 -83 - 87 -83 - 88 -83 - 62 27 - 62 27 - 33 54 - 33 54 - -4 -24 - -4 -24 - -24 16 - -24 16 - -3 -27 - -2 -27 - -3 -27 - -4 -27 - -3 -27 - -4 -27 - -3 -28 - -3 -28 - -26 -7 - -26 -7 - -3 -29 - -3 -29 - 73 6 - 73 6 - 90 92 - 90 92 - -98 19 - -98 19 - -47 92 - -47 92 - -2 -33 - -2 -33 - -2 -34 - -1 -34 - -2 -34 - -2 -33 - -2 -34 - -1 -34 - -1 -34 - -2 -33 - -2 -34 - -1 -34 - 43 -81 - 63 -67 - 43 -81 - 83 96 - 83 96 - 92 -58 - 92 -58 - -88 73 - -88 73 - -93 -67 - -93 -67 - -88 73 - -93 -67 - 61 -11 - 61 -11 - 60 -10 - 0 -36 - 0 -36 - 0 -36 - -67 31 - -67 31 - -17 2 - -17 2 - 1 84 - 1 84 - 70 51 - 89 -91 - 89 -91 - 43 93 - 43 93 - 35 96 - 48 -59 - 48 -59 - 55 49 - -31 -88 - -42 81 - -42 82 - -31 -88 - 75 -80 - 75 -80 - 36 26 - 36 26 - 31 -85 - 31 -85 - 41 -1 - 41 -1 - 4 30 - 4 30 - 1 50 - 1 50 - 2 -34 - 2 -34 - 3 -35 - 2 -34 - 2 -34 - 64 -5 - 64 -5 - 81 -83 - 81 -83 - 29 -7 - 29 -7 - -38 20 - -38 20 - 52 -15 - 52 -15 - 79 89 - 79 89 - 69 79 - 69 79 - 3 -31 - 3 -31 - 38 -91 - 38 -91 - -13 96 - 16 1 - 16 1 - 16 1 - 90 76 - 89 76 - 90 76 - 25 -19 - 25 -19 - 24 -54 - -3 57 - 24 -54 - 44 -45 - 44 -45 - 77 32 - 77 32 - -46 22 - -46 22 - 5 -28 - 3 -28 - 5 -28 - -78 11 - -78 11 - 5 -9 - 5 -9 - -82 52 - -82 52 - 5 -23 - 5 -23 - 5 -23 - -67 90 - -67 90 - -57 -55 - -57 -55 - 25 -74 - -25 -39 - -25 -39 - 38 56 - 38 56 - -61 26 - 60 -31 - -61 26 - -29 3 - -29 3 - 33 -31 - 33 -31 - 25 3 - 25 3 - -86 -63 - -86 -63 - 59 18 - 5 60 - 5 61 - 59 18 - -8 77 - 41 -63 - -8 77 - 6 -13 - 5 -13 - 6 -13 - 20 -91 - 21 -92 - 20 -91 - 92 -9 - 5 -12 - 4 -12 - 5 -12 - 9 -72 - 9 -72 - 5 -11 - 5 -11 - -48 11 - -48 11 - 28 -7 - 28 -7 - -65 98 - -65 98 - -2 -31 - -2 -31 - 51 -17 - 51 -17 - 90 47 - 90 47 - 96 -14 - 96 -14 - -28 -29 - -28 -29 - 32 -35 - 32 -35 - 31 -34 - 80 91 - 82 88 - 80 91 - -84 -6 - -84 -6 - 92 91 - 92 91 - -5 -10 - -5 -10 - -5 -10 - -5 -10 - -5 -10 - -5 -10 - -5 -10 - -5 -10 - -4 -11 - -4 -11 - -5 -11 - -5 -11 - -92 -45 - -92 -45 - -15 -11 - -15 -11 - -51 -62 - -51 -62 - -78 15 - -28 -56 - -28 -56 - -21 11 - -21 11 - 74 -90 - 74 -90 - 75 -90 - -4 -20 - -4 -20 - -4 -20 - -4 -20 - -4 -20 - -4 -20 - -4 -20 - -4 -20 - 80 -23 - 80 -23 - -4 -22 - -4 -22 - -4 -22 - 41 28 - 41 28 - 89 -59 - 89 -59 - 71 -65 - 71 -65 - 62 -5 - 62 -5 - -21 9 - -21 9 - -3 -28 - -4 -27 - -3 -28 - -3 -28 - 9 -19 - 9 -19 - -3 -28 - -3 -28 - 12 -6 - 12 -6 - 42 33 - 42 33 - 58 91 - 58 91 - -2 -30 - -2 -30 - -2 -30 - -99 -1 - -99 -1 - -2 -31 - -2 -31 - -2 -32 - -2 -32 - -4 -33 - -2 -32 - 78 94 - 78 94 - -90 -83 - -90 -83 - -90 -82 - -90 -82 - -90 -83 - -90 -82 - -74 2 - -74 2 - -16 86 - -16 86 - 83 0 - 83 0 - 84 0 - 23 33 - 23 33 - -1 -37 - -1 -36 - -1 -37 - 1 -37 - 1 -37 - 1 -37 - 0 -37 - 1 -37 - 1 -36 - 1 -37 - 0 -37 - 1 -37 - 1 -36 - 1 -37 - 1 -36 - 1 -36 - 1 -36 - 1 -36 - 88 79 - 88 79 - 2 -36 - 2 -37 - 2 -36 - 0 -37 - 2 -36 - 0 -37 - 2 -36 - -36 67 - -36 67 - -45 -61 - -6 89 - 44 -77 - 45 -77 - -6 89 - -82 -41 - 2 -36 - 2 -36 - 23 99 - 23 99 - -58 -84 - 97 43 - 97 43 - -1 85 - -1 85 - 69 64 - 69 64 - 75 89 - 75 89 - 31 96 - 31 96 - -2 85 - -2 85 - -7 58 - -7 58 - 47 58 - 45 56 - 47 58 - 3 -31 - 3 -31 - 3 -32 - -46 91 - -46 91 - 38 92 - 39 92 - 4 -31 - 4 -31 - 4 -30 - 99 -19 - 99 -19 - -28 44 - -28 44 - 60 -4 - 60 -4 - 98 53 - -79 78 - 98 53 - 35 17 - 35 17 - 5 -19 - 5 -19 - 5 -19 - 5 -19 - 5 -19 - 5 -19 - 5 -19 - 5 -19 - 51 20 - 51 20 - 94 86 - 94 86 - -66 48 - -66 48 - -81 -99 - -81 -99 - 20 72 - 20 72 - 69 -54 - 69 -54 - 5 60 - 5 60 - 5 61 - 59 18 - 5 61 - 5 60 - 5 61 - 59 18 - -31 0 - -31 0 - 6 -14 - 6 -14 - 50 67 - 85 -10 - 50 67 - -46 69 - -46 69 - 90 90 - 90 90 - -70 98 - -70 98 - 44 59 - 44 59 - 14 22 - 14 22 - 76 77 - 76 77 - 9 95 - 9 95 - 39 4 - 39 4 - 50 5 - 50 5 - 77 46 - 75 45 - 74 45 - 75 45 - 77 46 - 74 -30 - 74 -30 - -87 -23 - -87 -23 - 4 42 - 4 42 - -92 -52 - 53 -93 - -92 -52 - 21 -36 - 21 -36 - 1 -71 - 1 -71 - 5 -11 - 5 -11 - -95 -12 - -95 -12 - -26 -98 - -26 -98 - 2 -25 - 2 -25 - 45 -74 - 45 -74 - 71 -93 - 71 -93 - -91 69 - -91 69 - -4 -22 - -4 -22 - -4 -22 - -52 79 - -52 79 - -51 79 - 43 17 - 43 17 - -3 -28 - -4 -27 - -3 -28 - -3 -28 - -4 -28 - 64 -9 - 64 -9 - -23 43 - -23 43 - -2 -30 - -2 -30 - -2 -30 - -2 -31 - -2 -32 - -3 -31 - -2 -31 - -2 -32 - -2 -32 - 56 11 - 56 11 - 14 -51 - 14 -51 - -2 -34 - -2 -34 - 85 -3 - 86 -4 - 87 -4 - 85 -3 - 69 -58 - 87 -4 - 69 -58 - 63 -67 - 63 -67 - 43 -81 - 92 -11 - 92 -11 - -33 77 - -33 77 - 84 0 - 83 0 - 84 0 - -73 -62 - -73 -62 - -72 -62 - -1 -36 - -1 -36 - 25 49 - 25 49 - -69 -41 - -69 -41 - 0 -36 - 0 -36 - 83 -70 - 83 -70 - 35 96 - 43 93 - 35 96 - 1 -37 - 1 -37 - 17 95 - 17 95 - -3 80 - -3 80 - 88 -61 - 88 -61 - -76 -94 - -76 -94 - 58 -24 - 58 -24 - 53 63 - 53 63 - 35 20 - 35 20 - -45 -61 - -36 67 - -45 -61 - 87 -91 - 87 -91 - -58 -84 - 23 99 - -58 -84 - 72 58 - 72 58 - 7 -57 - 7 -57 - 8 -57 - 7 87 - 7 87 - 0 -36 - 0 -36 - 3 -33 - 3 -33 - 32 98 - 32 98 - 80 64 - 80 64 - 3 -33 - 3 -33 - -47 18 - -47 18 - 11 51 - 24 -7 - 24 -7 - -18 -44 - -18 -44 - -10 -43 - -10 -43 - 38 92 - -46 91 - 38 92 - 39 92 - 71 -23 - 71 -23 - -13 96 - 38 -91 - -13 96 - 97 20 - -62 5 - -62 5 - -90 52 - -90 52 - 25 -74 - -57 -55 - 25 -74 - 96 69 - 96 69 - 96 70 - 96 70 - 96 69 - 96 70 - -12 43 - -12 43 - 49 -42 - 49 -42 - 5 -21 - 5 -21 - 67 -89 - 67 -89 - 68 -89 - -67 66 - -68 67 - -67 66 - 63 21 - 63 21 - 64 -94 - 64 -94 - -93 63 - -93 64 - -91 -17 - -91 -17 - 41 -63 - 41 -63 - -8 77 - 37 -54 - 37 -54 - 4 -12 - 4 -12 - 5 -12 - -30 -80 - -30 -80 - 33 -3 - 33 -3 - 34 -3 - 12 15 - 12 15 - 26 -27 - 26 -27 - 40 15 - 40 15 - 47 10 - 47 10 - 29 11 - 29 11 - -22 -10 - -22 -10 - 95 50 - 95 50 - 82 88 - 85 87 - 82 88 - 80 91 - 84 -90 - 84 -90 - -40 -59 - -40 -59 - -49 -26 - -49 -26 - 41 36 - -29 28 - -29 28 - -70 -22 - -70 -22 - 73 16 - 73 16 - 72 22 - -28 100 - -28 100 - 26 54 - 26 54 - 0 -21 - 0 -21 - -4 -15 - -4 -15 - 48 50 - 48 50 - -65 37 - -20 72 - -65 37 - 25 30 - 25 30 - 25 31 - 25 31 - 25 30 - 25 31 - 25 32 - 25 32 - 25 31 - 25 32 - -58 -90 - -58 -90 - -23 -50 - -23 -50 - -39 -6 - -39 -6 - -51 79 - -52 79 - -51 79 - 40 30 - 40 30 - -28 -59 - 65 4 - -28 -59 - 79 94 - 79 94 - -2 -27 - -2 -27 - -3 -27 - -3 -27 - -3 -27 - -4 -27 - 38 10 - 38 10 - -23 -29 - -23 -29 - 90 -97 - 90 -97 - -10 -61 - -10 -61 - -32 -72 - -32 -72 - -79 -1 - -22 40 - -22 40 - -85 48 - -85 48 - 86 -4 - 86 -4 - 87 -4 - 85 -3 - -2 -35 - -2 -35 - -1 -35 - -1 -35 - -1 -35 - -72 -62 - -73 -62 - -72 -62 - -94 56 - -94 56 - 1 -37 - -1 -37 - 1 -37 - 34 33 - 34 33 - 70 51 - 1 84 - 70 51 - 33 98 - 33 98 - 88 68 - 88 68 - 83 54 - 83 54 - 55 49 - 48 -59 - 55 49 - 45 52 - 45 52 - 1 -37 - 1 -37 - 1 -37 - 1 -37 - -45 97 - -45 97 - 1 -37 - 1 -37 - 1 -38 - 1 -38 - 71 71 - 71 71 - -9 -31 - -9 -31 - 18 -14 - 18 -14 - 2 -36 - 2 -36 - 1 -37 - 2 -37 - 1 -37 - 2 -37 - 2 -36 - 0 -37 - 78 62 - 78 62 - -99 -28 - -99 -27 - 71 -41 - 71 -41 - -33 -71 - -33 -71 - 80 45 - 80 45 - 2 -34 - 2 -34 - 2 -35 - 3 -35 - 3 -35 - 2 -34 - 3 -35 - 2 -34 - 2 -35 - 3 -35 - 3 -35 - 2 -34 - 8 -57 - 7 -57 - 8 -57 - -14 -85 - -14 -85 - 21 -58 - 21 -58 - 22 -50 - 11 -55 - 22 -50 - 2 -34 - 2 -34 - 39 92 - -46 91 - 38 92 - 39 92 - 39 -54 - 39 -54 - -9 -38 - -9 -38 - 16 1 - 16 1 - 16 1 - 4 -30 - 4 -31 - 4 -31 - 4 -30 - 94 15 - 94 15 - -77 -29 - -77 -29 - 26 -78 - 26 -78 - 92 96 - 92 96 - 58 56 - -45 65 - 58 56 - 66 -63 - 66 -63 - -49 23 - -49 23 - 5 -22 - 5 -22 - 5 -22 - -18 37 - -18 37 - -3 76 - -3 76 - 68 -89 - 67 -89 - 68 -89 - -7 -53 - -7 -53 - 27 9 - 27 9 - 20 -9 - 20 -9 - 40 83 - 40 83 - 85 -10 - 85 -10 - 50 67 - 92 -9 - 20 -91 - 92 -9 - -82 73 - -82 73 - 89 -1 - 89 -1 - 89 -1 - -3 -10 - -3 -10 - 70 -21 - 70 -21 - 58 -10 - 58 -10 - 34 -3 - 33 -3 - 34 -3 - 34 -20 - 34 -20 - 89 93 - 89 93 - 89 94 - 89 94 - 89 93 - 89 94 - 13 50 - 13 50 - -23 43 - -23 43 - -88 -93 - -88 -93 - -87 -92 - -86 -91 - -28 -32 - -28 -32 - -28 -31 - -27 -31 - -28 -31 - -28 -32 - -28 -31 - -27 -31 - -36 -42 - -36 -42 - -21 -9 - -21 -9 - -83 -1 - -83 -1 - 22 -26 - 22 -26 - -92 34 - -92 34 - 68 -97 - -96 -64 - 68 -97 - -96 -63 - 41 36 - -49 -26 - 41 36 - -54 -5 - -54 -5 - -54 16 - -54 16 - 45 -6 - 45 -6 - 49 -73 - 49 -73 - 49 59 - 49 59 - 12 -59 - 12 -59 - -5 -17 - -5 -17 - 55 15 - 55 15 - 83 74 - 83 74 - -4 -21 - -4 -21 - -5 -21 - -5 -21 - -34 4 - -34 4 - 65 4 - 65 4 - -28 -59 - -90 -35 - 50 80 - -90 -35 - 30 -33 - 30 -33 - -10 -15 - -10 -15 - -91 55 - -91 55 - 97 -17 - 97 -17 - -79 -1 - -76 -5 - -32 -72 - -79 -1 - 26 -79 - 26 -79 - -83 52 - -83 52 - -49 -37 - -49 -37 - 26 -14 - 26 -14 - 87 -4 - 86 -4 - 87 -4 - 85 -3 - 69 -58 - 86 76 - 86 76 - 9 -37 - 9 -37 - 52 47 - 52 47 - -25 75 - -25 75 - -1 -35 - -2 -35 - -1 -35 - -1 -35 - -1 -35 - -1 -35 - -2 -35 - -1 -35 - -1 -35 - -1 -35 - 56 -30 - 56 -30 - -49 100 - -49 100 - -48 100 - 36 -63 - 36 -63 - -22 63 - -22 63 - -22 -69 - -22 -69 - -21 -69 - -22 -68 - -22 -68 - -22 -69 - -21 -69 - -22 -68 - -2 -86 - -2 -86 - 1 -37 - 1 -37 - 2 -37 - 0 -37 - 2 -37 - 2 -36 - 0 -37 - 2 -37 - 2 -36 - 96 -21 - 96 -21 - 74 -69 - 59 -20 - 59 -20 - -21 -40 - -21 -40 - -18 -40 - -82 -41 - 54 74 - -6 89 - -82 -41 - 2 -36 - 2 -36 - 0 31 - 0 31 - -45 -53 - -45 -53 - -72 16 - -72 16 - 3 -35 - 3 -35 - 3 -34 - 27 12 - 27 12 - 11 -55 - 11 -55 - 22 -50 - 10 -67 - 10 -67 - 60 38 - 60 38 - 45 56 - 11 51 - -47 18 - 11 51 - 45 56 - 60 38 - 45 56 - 47 58 - 4 -32 - 4 -32 - 3 -32 - 3 -31 - 3 -32 - -76 -53 - -76 -53 - -48 -77 - -18 5 - 9 -16 - -18 5 - 97 20 - -13 96 - 97 20 - 1 -75 - 1 -75 - -40 -47 - -40 -47 - 35 49 - 35 49 - -40 -47 - 35 49 - -44 -35 - -44 -35 - -92 24 - -92 24 - 83 67 - 83 67 - 11 -72 - 11 -72 - 14 73 - 14 73 - 54 -17 - 54 -17 - 5 -22 - 5 -22 - 5 -22 - 31 -88 - 31 -88 - -90 -2 - 91 11 - -90 -2 - -9 90 - 5 -18 - 5 -18 - -23 99 - -23 99 - -36 69 - -36 69 - 59 -51 - 59 -51 - 93 25 - 93 25 - 96 -27 - 96 -27 - 89 -1 - 89 -1 - 89 -1 - 45 -55 - 45 -55 - -21 49 - -21 49 - 10 78 - 10 78 - 44 47 - 44 47 - 65 28 - 65 28 - 65 29 - 65 29 - 65 28 - 65 29 - 34 67 - 34 67 - 24 55 - 24 55 - -87 -92 - -88 -93 - -87 -92 - -86 -91 - -27 -31 - -28 -32 - -28 -31 - -27 -31 - -26 -30 - 29 31 - 29 31 - -68 -97 - -68 -97 - 17 -11 - 17 -11 - -36 76 - -36 76 - 53 -93 - 53 -93 - -92 -52 - -65 -84 - -96 -64 - -96 -64 - 68 -97 - -96 -63 - -96 -63 - -96 -64 - 68 -97 - -96 -63 - 45 -78 - 45 -78 - 10 -32 - 10 -32 - -5 -11 - -5 -11 - -5 -11 - -5 -11 - -5 -11 - -5 -11 - -5 -11 - -5 -11 - 61 -14 - 61 -14 - -5 -12 - -5 -12 - 6 -13 - 6 -13 - -64 42 - -64 42 - -44 -4 - -44 -4 - -66 -67 - -66 -67 - -4 -20 - -4 -20 - -4 -20 - -4 -23 - -4 -23 - -4 -25 - -4 -25 - 74 33 - 74 33 - 50 80 - 50 80 - -90 -35 - -51 -84 - -51 -84 - -4 -28 - -3 -28 - -4 -28 - 63 -61 - 63 -61 - 79 -95 - 79 -95 - -3 -31 - -3 -31 - -3 -31 - -2 -31 - -5 92 - -5 92 - -33 99 - -33 99 - -15 -15 - -15 -15 - 57 54 - 57 54 - -28 56 - -28 56 - -1 -35 - -2 -35 - -1 -35 - -1 -35 - -1 -35 - 63 -17 - 63 -17 - -48 100 - -49 100 - -48 100 - 18 16 - 18 16 - -13 -73 - -54 -54 - -13 -73 - -16 -68 - -16 -68 - -3 -94 - -3 -94 - 74 -31 - 74 -31 - -25 -79 - -55 -23 - -55 -23 - -21 -69 - -22 -69 - -21 -69 - -22 -68 - 30 89 - 30 89 - 6 95 - 6 95 - 1 -37 - 2 -36 - 1 -37 - 1 -37 - 58 33 - 58 33 - 33 6 - 33 6 - -99 -28 - 78 62 - -99 -28 - -99 -27 - -99 -27 - 78 62 - -99 -28 - -99 -27 - 74 -69 - -5 -87 - -5 -87 - 11 72 - 11 72 - 92 57 - 92 57 - 2 -35 - 2 -34 - 2 -35 - 3 -35 - 3 -35 - 3 -34 - 3 -35 - 3 -34 - 3 -34 - 3 -34 - -50 -51 - -50 -51 - 58 78 - 58 78 - 10 -95 - 10 -95 - -48 -77 - -76 -53 - -48 -77 - 9 -16 - 9 -16 - -18 5 - 74 94 - 74 94 - 55 -20 - 55 -20 - -45 65 - -45 65 - 58 56 - 5 -25 - 5 -25 - 76 9 - 76 9 - 17 -100 - 17 -100 - -46 -36 - -46 -36 - 15 -50 - 15 -50 - -60 16 - -60 16 - -53 14 - -53 14 - -34 -32 - -34 -32 - 5 -21 - 5 -21 - -49 -8 - -49 -8 - -4 78 - -4 78 - 5 -19 - 5 -19 - 6 -19 - 11 -13 - 11 -13 - 94 86 - 94 86 - 91 11 - -51 72 - 91 11 - -90 -2 - -9 90 - 37 -25 - 37 -25 - -66 -23 - -66 -23 - -30 29 - -30 29 - -71 -62 - -71 -62 - -49 93 - -49 93 - 47 -38 - 47 -38 - 96 74 - 96 74 - -80 67 - -80 67 - -51 -68 - -51 -68 - 94 45 - 94 45 - 54 40 - 54 40 - 22 28 - 22 28 - 78 55 - 78 55 - 79 55 - -58 39 - -58 39 - 34 -40 - 13 -51 - 34 -40 - 34 -39 - 34 -39 - 34 -40 - 34 -39 - -86 -91 - -88 -93 - -87 -92 - -86 -91 - -26 -30 - -27 -31 - -26 -30 - 15 -20 - 15 -20 - 85 87 - 85 87 - 82 88 - -65 -84 - 53 -93 - -65 -84 - -15 46 - -15 46 - -20 47 - -20 47 - -8 81 - -8 81 - -5 -13 - -5 -13 - 45 -75 - 45 -75 - -5 -16 - -5 -16 - -46 -70 - -46 -70 - 46 -50 - 46 -50 - -22 21 - -22 21 - -91 -64 - -91 -64 - -5 -21 - -4 -21 - -5 -21 - -5 -21 - -20 30 - -20 30 - -4 -24 - -4 -24 - 83 -61 - 83 -61 - 22 23 - 22 23 - 58 -85 - 58 -85 - 84 -12 - 84 -12 - 84 -13 - -3 -30 - -3 -30 - 3 -32 - 3 -32 - 37 -29 - 37 -29 - -26 -12 - -26 -12 - 76 -21 - 76 -21 - 55 41 - 55 41 - -2 -33 - -2 -33 - -2 -33 - -2 -33 - -25 55 - -25 55 - 91 0 - 91 0 - 24 12 - 24 12 - 77 82 - 77 82 - 76 -44 - 76 -44 - 47 -43 - 47 -43 - 42 -69 - 42 -69 - 75 -30 - 75 -30 - 33 13 - 33 13 - 18 -50 - 18 -50 - 57 -27 - 57 -27 - 45 -41 - 45 -41 - 57 -27 - 45 -41 - -76 39 - -76 39 - -58 60 - -58 60 - 74 -69 - -99 -27 - 96 -21 - 74 -69 - 1 -37 - 1 -37 - 2 -37 - 54 74 - 54 74 - -82 -41 - -18 -40 - -21 -40 - -18 -40 - -21 -71 - -21 -71 - -17 5 - -17 5 - 3 -35 - 2 -34 - 2 -35 - 3 -35 - 3 -35 - 34 -9 - 3 -36 - 3 -36 - 76 -24 - 76 -24 - -76 13 - 25 21 - 25 21 - 3 -34 - 3 -34 - 75 80 - -64 -85 - 75 80 - 0 -49 - 0 -49 - 48 32 - 48 32 - 4 -31 - 4 -31 - 4 -30 - 4 -30 - 4 -30 - 4 -30 - 87 94 - 87 94 - 13 38 - 13 38 - -26 -53 - -26 -53 - -26 -52 - -26 -52 - -26 -53 - -26 -52 - 12 85 - 12 85 - 74 50 - 74 50 - -18 74 - -18 74 - 6 -19 - 5 -19 - 6 -19 - 5 -19 - 5 -19 - 5 -19 - -9 90 - 91 11 - -90 -2 - -9 90 - -42 100 - -42 100 - -69 -88 - -69 -88 - -66 43 - -66 43 - 94 66 - 94 66 - -89 -14 - -89 -14 - 32 -92 - 32 -92 - 32 -92 - 32 -92 - 86 95 - 86 95 - -80 -56 - -80 -56 - 82 -46 - 82 -46 - -53 -24 - -53 -24 - 27 -32 - 27 -32 - -33 -17 - -33 -17 - 58 -35 - 58 -35 - 6 -9 - 6 -9 - 79 55 - 78 55 - 79 55 - -14 -60 - -14 -60 - -34 81 - -34 81 - -22 -25 - -22 -25 - 97 -13 - 97 -13 - 98 -13 - 8 44 - 8 44 - 9 45 - 11 46 - 11 46 - 9 45 - 12 47 - 88 62 - 88 62 - 62 -87 - 62 -87 - -39 -81 - -39 -81 - 59 3 - 59 3 - -5 -17 - -5 -17 - -96 -83 - -96 -83 - -95 -83 - 97 -93 - 97 -93 - -3 60 - -3 60 - -5 -21 - -4 -21 - -5 -21 - -5 -21 - -25 -37 - -25 -37 - -65 -68 - -65 -68 - 21 -41 - 21 -41 - -95 62 - -95 62 - -22 -91 - -22 -91 - -4 -25 - -4 -25 - -4 -25 - -4 -25 - -4 -25 - -4 -25 - -3 -26 - -3 -26 - 48 -55 - 48 -55 - -12 28 - -12 28 - -3 -27 - -3 -27 - 58 -100 - 58 -100 - 25 -66 - 25 -66 - 72 -2 - 72 -2 - 25 -66 - 72 -2 - -3 -30 - -3 -30 - 84 -13 - 84 -12 - 84 -13 - -51 45 - -51 45 - -74 39 - -74 39 - -93 1 - -93 1 - -3 -31 - -3 -31 - -3 -31 - -3 -32 - -76 -5 - -76 -5 - -79 -1 - -98 -70 - -98 -70 - 92 -90 - 92 -90 - 48 2 - 48 2 - -54 -54 - -54 -54 - -13 -73 - -25 -79 - 74 -31 - -25 -79 - -24 -81 - -75 -50 - -75 -50 - 10 29 - 10 29 - 1 -37 - 1 -37 - 12 -18 - 12 -18 - 1 -37 - 1 -37 - 1 -37 - -83 63 - -83 63 - 2 -37 - 0 -37 - 2 -37 - 2 -37 - 1 -37 - 2 -37 - 2 -37 - 2 -36 - 2 -36 - 2 -36 - 21 -95 - 21 -95 - 11 -9 - 11 -9 - 91 -71 - 91 -71 - -11 -76 - -11 -76 - 20 60 - 20 60 - -74 -71 - -74 -71 - 4 -28 - 4 -28 - 4 89 - 4 89 - 13 -95 - 13 -95 - -26 -88 - -26 -88 - 64 -4 - 64 -4 - 41 11 - 41 11 - -44 -18 - -44 -18 - 37 -18 - 37 -18 - 5 -49 - 5 -49 - 6 -70 - 6 -70 - -35 29 - -35 29 - 53 -21 - 53 -21 - -51 37 - -51 37 - 36 -82 - 36 -82 - 5 -19 - 5 -19 - 5 -19 - -16 -15 - -16 -15 - -13 32 - -13 32 - 6 -17 - 6 -17 - 12 -69 - 12 -69 - -35 5 - -35 5 - 18 -7 - 18 -7 - 0 83 - 0 83 - 51 -42 - 51 -42 - -11 35 - -11 35 - -21 -24 - -21 -24 - -19 -21 - -19 -21 - 98 -13 - 97 -13 - 98 -13 - 95 51 - 95 51 - 9 45 - 8 44 - 11 46 - 9 45 - 12 47 - 11 46 - 12 47 - 72 -70 - 73 -70 - 72 -70 - 9 -8 - 9 -8 - 27 -30 - 27 -30 - 68 -68 - 68 -68 - -5 -9 - -5 -9 - 7 -19 - 7 -19 - 21 -83 - 21 -83 - 18 -59 - 18 -59 - -11 -29 - -11 -29 - 39 22 - 39 22 - -5 -14 - -5 -14 - -2 -35 - -2 -35 - -63 -52 - -63 -52 - -5 -16 - -5 -16 - -5 -17 - -5 -17 - -95 -83 - -96 -83 - -95 -83 - -5 -18 - -5 -18 - 76 -86 - 76 -86 - -4 -19 - -4 -19 - -4 -20 - -4 -20 - -4 -20 - 8 15 - 8 15 - 30 -67 - 30 -67 - 30 -66 - 30 -66 - 30 -67 - 30 -66 - 38 84 - 38 84 - 39 84 - 38 66 - 38 66 - -50 1 - -50 1 - -3 -30 - -3 -30 - -3 -30 - -54 23 - -54 23 - -26 -88 - -26 -88 - 33 -85 - 43 74 - 43 74 - -63 -58 - -74 -83 - -74 -83 - -69 90 - -69 90 - -2 -35 - -2 -35 - -1 -35 - 75 91 - 75 91 - -24 -8 - -24 -8 - -5 -48 - -5 -48 - -85 6 - -85 6 - 0 -36 - 0 -36 - 16 30 - 16 30 - 34 -39 - 47 18 - 45 -28 - 34 -39 - -24 -81 - -25 -79 - -24 -81 - 60 -42 - 60 -42 - 64 -37 - 99 89 - 99 89 - 40 -35 - 40 -35 - 41 -30 - 41 -30 - 23 -29 - 23 -29 - -46 84 - -46 84 - 81 -55 - 82 -55 - -94 15 - 77 -18 - 77 -18 - 5 45 - 5 45 - -66 -48 - -66 -48 - 2 -36 - 2 -36 - 2 -37 - 2 -36 - 22 9 - 22 9 - 9 49 - 9 49 - 98 7 - 98 7 - 53 -80 - 12 0 - 12 0 - 4 -33 - 4 -33 - -95 17 - -95 17 - -78 2 - -78 2 - 86 -74 - 86 -74 - -5 -98 - -5 -98 - 98 20 - 98 20 - -5 -98 - 98 20 - 1 -89 - 1 -89 - 3 -29 - 3 -29 - 4 -29 - -18 87 - -18 87 - 56 -41 - 56 -41 - -59 -91 - -59 -91 - 9 -40 - 9 -40 - 86 -47 - 86 -47 - 9 100 - 80 63 - 58 14 - 58 14 - -89 -97 - -89 -97 - 31 5 - 31 5 - 15 53 - 15 53 - -51 72 - -51 72 - 91 11 - -34 -36 - -34 -36 - 5 -16 - 5 -16 - 5 -16 - 5 -16 - -28 45 - 23 -47 - -28 45 - -5 -73 - -5 -73 - 23 49 - 23 49 - 5 -9 - 5 -9 - -25 50 - -25 50 - -6 63 - -6 63 - 54 -17 - 54 -17 - 74 19 - 74 19 - 33 51 - 33 51 - -11 41 - -11 41 - 13 -51 - 13 -51 - 34 -40 - 73 -70 - 73 -70 - 72 -70 - -10 0 - -10 0 - 58 -58 - 58 -58 - 76 74 - 76 74 - -45 -87 - -45 -87 - -45 -86 - -45 -86 - -45 -87 - -45 -86 - -9 28 - -9 28 - -88 -68 - -88 -68 - 81 21 - 81 21 - 61 46 - 61 46 - -28 54 - -28 54 - 48 -35 - -64 52 - -64 52 - 32 74 - 46 29 - 46 29 - 46 30 - 46 30 - 46 29 - 46 30 - 17 50 - 17 50 - 39 84 - 38 84 - 39 84 - -13 77 - -13 77 - 51 -55 - 51 -55 - -63 -58 - 43 74 - -63 -58 - -3 -32 - -19 26 - -3 -31 - -3 -32 - -68 26 - -68 26 - -89 13 - -89 13 - 68 54 - -20 12 - -20 12 - 99 23 - 99 23 - 50 -29 - 50 -29 - -27 82 - -27 82 - -1 -35 - -2 -35 - -1 -35 - -11 97 - -11 97 - -1 -36 - -1 -36 - -1 -36 - -1 -37 - 0 -37 - -1 -36 - 47 18 - 47 18 - 34 -39 - 61 4 - 61 4 - 1 -38 - 1 -38 - 42 -25 - 42 -25 - -13 82 - -13 82 - 1 -38 - 1 -38 - 97 -20 - 97 -20 - -66 21 - -66 21 - 81 -55 - -46 84 - 81 -55 - 82 -55 - -94 15 - 48 -15 - 48 -15 - 55 -8 - 55 -8 - 47 89 - 47 89 - 34 -9 - 3 -35 - 3 -36 - 34 -9 - -76 13 - 76 -24 - -76 13 - -64 -85 - -64 -85 - 75 80 - 80 -73 - 80 -73 - -11 53 - -11 53 - 1 88 - 1 88 - 84 -64 - 84 -64 - -94 -51 - -94 -51 - 4 -30 - 4 -30 - 4 -30 - 4 -30 - 4 -30 - 4 -30 - 4 -30 - 4 -30 - 4 -30 - 4 -29 - 3 -29 - 4 -29 - 8 61 - 8 61 - 62 -15 - 62 -15 - 95 13 - 95 13 - -27 74 - -27 74 - 15 -41 - 15 -41 - -47 -8 - -47 -8 - 6 -20 - 6 -20 - 5 -20 - -7 -51 - -7 -51 - 88 -37 - 88 -37 - 99 -6 - 99 -6 - 88 -37 - 99 -6 - -63 82 - -63 82 - 6 -15 - 6 -15 - 6 -15 - 6 -15 - 6 -15 - 6 -15 - 41 -45 - 41 -45 - 6 -15 - 6 -15 - -85 0 - -85 0 - -84 0 - -50 89 - -50 89 - 7 -10 - 7 -10 - 7 -9 - 7 -9 - 23 -61 - 23 -61 - 81 5 - 81 5 - 15 -42 - 15 -42 - 20 -40 - 21 -40 - 14 58 - 14 58 - 57 -21 - 45 87 - 45 87 - 57 -21 - 14 58 - 57 -21 - 50 -14 - 50 -14 - 28 -52 - 28 -52 - 14 67 - 14 67 - 88 -88 - 88 -88 - 59 10 - 59 10 - 15 -9 - 15 -9 - 42 -43 - 42 -43 - 94 -72 - 94 -72 - -81 50 - -81 50 - 4 -33 - 4 -33 - 98 31 - 98 31 - -9 40 - -9 40 - -10 -89 - -10 -89 - -49 2 - -49 2 - -49 3 - -49 3 - -49 2 - -49 3 - -6 -9 - -6 -9 - -4 -9 - -4 -9 - -60 -98 - -60 -98 - 56 -74 - 56 -74 - -7 46 - -7 46 - -6 46 - -18 28 - -18 28 - 9 50 - 9 50 - -5 -14 - -5 -14 - 65 5 - 65 5 - -3 69 - -3 69 - -11 -89 - -11 -89 - 20 -24 - 20 -24 - -5 -20 - -5 -20 - -5 -20 - -1 -66 - -1 -66 - -48 38 - -48 38 - -4 -20 - -4 -20 - -4 -24 - -4 -24 - -65 74 - -65 74 - -43 -58 - -43 -58 - -3 -30 - -3 -30 - -3 -30 - -25 -37 - -25 -37 - -25 -36 - -25 -36 - -25 -37 - -25 -36 - -46 -37 - -46 -37 - -2 -34 - -2 -34 - -2 -34 - -24 -21 - -24 -21 - 65 55 - 65 55 - 61 -15 - 61 -15 - -75 -4 - -75 -4 - -72 -22 - -72 -22 - -75 -4 - -72 -22 - 24 97 - 24 97 - 29 40 - 29 40 - -1 -36 - -1 -36 - -1 -37 - 0 -37 - -1 -36 - -1 -36 - 45 -29 - 45 -29 - 45 -28 - 45 -28 - 45 -29 - 45 -28 - 34 -39 - -52 63 - -52 63 - 29 81 - 29 81 - -1 -38 - -1 -38 - 0 -37 - 95 -44 - 95 -44 - -27 -53 - -27 -53 - 64 -37 - 60 -42 - 64 -37 - -88 -63 - -88 -63 - -19 93 - -19 93 - 97 -51 - 97 -51 - 61 -84 - 61 -84 - 82 -55 - -46 84 - 81 -55 - 82 -55 - -94 15 - 97 -6 - 37 82 - 37 82 - -42 -19 - -42 -19 - 2 -37 - 2 -37 - 2 -37 - 2 -37 - 2 -36 - 2 -36 - 2 -36 - 2 -37 - 85 6 - 85 6 - 85 7 - 85 7 - 85 6 - 85 7 - -94 55 - -94 55 - 81 -52 - 81 -52 - 68 -65 - 3 -35 - 3 -35 - -1 25 - -1 25 - 3 -34 - 3 -35 - 3 -34 - 3 -35 - -19 74 - -19 74 - 53 -80 - 98 7 - 53 -80 - 3 -34 - 3 -34 - 19 -57 - 19 -57 - 33 -51 - 33 -51 - -62 14 - -62 14 - 33 97 - 26 96 - 33 97 - 16 26 - 16 26 - 92 100 - 92 100 - 79 -43 - 79 -43 - -31 -8 - -31 -8 - -86 67 - -86 67 - -13 -99 - -13 -99 - 9 100 - 86 -47 - 9 100 - 80 63 - -86 1 - -86 1 - -17 9 - -17 9 - 56 55 - 56 55 - -98 32 - -98 32 - 69 -32 - 69 -32 - 40 63 - 40 63 - 69 -32 - 40 63 - 90 3 - 84 -41 - 90 3 - 5 -20 - 6 -20 - 5 -20 - 5 -18 - 5 -18 - 5 -18 - 9 -71 - 9 -71 - 50 -23 - 50 -23 - 46 25 - -9 -51 - 46 25 - 23 -47 - 23 -47 - 46 25 - 23 -47 - -28 45 - -53 -59 - -53 -59 - 16 -90 - 16 -90 - 18 53 - 18 53 - 18 54 - 18 54 - 18 53 - 18 54 - 48 18 - 48 18 - -84 0 - -85 0 - -84 0 - 52 -70 - -16 -35 - -16 -35 - 5 37 - 18 32 - 5 37 - 10 61 - 10 61 - -8 -44 - -8 -44 - 42 -7 - 42 -7 - 7 55 - 7 55 - -27 65 - -27 65 - 69 -45 - 69 -45 - -6 46 - -7 46 - -6 46 - -3 -51 - -3 -51 - -12 58 - -12 58 - 52 40 - 52 40 - 48 -35 - -28 54 - 48 -35 - 34 47 - 34 47 - 48 -35 - 34 47 - 12 31 - 12 31 - 88 -89 - 88 -89 - 0 38 - 0 38 - 93 29 - 93 29 - 30 94 - 30 94 - -26 40 - -26 40 - 62 -66 - -85 35 - 62 -66 - 32 -42 - 32 -42 - -59 33 - -59 33 - -23 -65 - 3 81 - 3 81 - 67 15 - 67 15 - -5 -60 - -5 -60 - -89 33 - -89 33 - -5 -24 - -5 -24 - -4 -27 - -4 -27 - 53 18 - 53 18 - 85 -5 - 85 -5 - -4 -29 - -4 -29 - -3 -30 - -3 -30 - -18 42 - -18 42 - 55 -36 - 55 -36 - -52 47 - -52 47 - -12 32 - -12 32 - 33 -85 - -26 -88 - 33 -85 - 43 -45 - 43 -45 - 44 -45 - 46 -30 - 46 -30 - -20 15 - -20 15 - 73 64 - 73 64 - -1 -36 - -1 -37 - -1 -36 - -1 -37 - -1 -37 - -1 -36 - 0 -37 - -1 -37 - -1 -37 - -1 -36 - -1 -37 - 0 -37 - 2 -22 - 2 -22 - 69 52 - 69 52 - 49 -15 - 49 -15 - 0 -37 - -1 -38 - 0 -37 - 24 86 - 24 86 - 64 59 - 54 15 - 54 15 - 31 -84 - 31 -84 - -7 99 - -7 99 - 48 -66 - 48 -66 - 76 95 - 76 95 - -94 15 - -46 84 - 81 -55 - 82 -55 - -94 15 - 97 -6 - 91 74 - 91 74 - 12 95 - 12 95 - 2 -37 - 2 -37 - 2 -37 - 80 9 - 80 9 - 74 31 - 74 31 - 74 32 - 74 32 - 74 31 - 74 32 - 2 -37 - 2 -36 - 2 -37 - -1 11 - -1 11 - 2 -37 - 2 -36 - 2 -37 - 2 -36 - 2 -36 - 2 -36 - 2 -37 - 2 -36 - -48 49 - -48 49 - 22 55 - 22 55 - 37 3 - 3 -36 - 37 3 - 33 36 - 33 36 - 88 67 - 88 67 - 4 -33 - 4 -33 - 3 -34 - 4 -34 - -55 -64 - -55 -64 - -4 -29 - -4 -29 - 5 -27 - 5 -27 - 5 -27 - 20 -77 - 20 -77 - 80 63 - 86 -47 - 9 100 - 80 63 - 5 -24 - 5 -24 - 54 -46 - 54 -46 - -21 -39 - -21 -39 - 15 -53 - 15 -53 - 5 -24 - 5 -24 - 12 86 - 12 86 - 41 20 - 41 20 - 84 -41 - 84 -41 - 90 3 - 27 64 - 27 64 - -71 10 - -71 10 - 49 -48 - 49 -48 - 5 -18 - 5 -18 - 5 -18 - 65 -35 - 65 -35 - -9 -51 - -9 -51 - 46 25 - -91 92 - -91 92 - -1 99 - -1 99 - -1 100 - -1 100 - -1 99 - -1 100 - -40 86 - -40 86 - 20 -40 - 15 -42 - 20 -40 - 21 -40 - -72 82 - -72 82 - -72 83 - -71 83 - -72 83 - -72 82 - -72 83 - -71 83 - 16 81 - 16 81 - -23 72 - -23 72 - -22 72 - -80 9 - -80 9 - -32 -29 - -32 -29 - 32 27 - 32 27 - -32 -29 - 32 27 - -53 -48 - -53 -48 - -52 -47 - 16 51 - 16 51 - 17 52 - -27 36 - -27 36 - 71 -69 - 71 -69 - 51 -50 - 52 -51 - 51 -50 - 25 -28 - 25 -28 - 30 -32 - 30 -32 - -11 -51 - -11 -51 - -52 -31 - -52 -31 - 32 -8 - 32 -8 - -34 58 - -34 58 - 30 -72 - 30 -72 - -37 -68 - -37 -68 - 78 34 - 78 34 - 31 -97 - 31 -97 - 31 -96 - 31 -96 - 31 -97 - 31 -96 - 47 75 - 47 75 - 34 46 - 34 46 - 32 74 - -64 52 - 32 74 - -69 44 - -69 44 - -5 -20 - -5 -20 - -5 -20 - -85 35 - -85 35 - 62 -66 - -86 -12 - -86 -12 - 23 39 - 23 39 - -5 -22 - -5 -22 - -83 -88 - -83 -88 - -54 -27 - -54 -27 - 47 63 - 47 63 - 47 64 - 47 64 - 47 63 - 47 64 - -35 -82 - -35 -82 - -16 84 - -16 84 - 88 -5 - 88 -5 - 70 49 - -60 -5 - -60 -5 - 28 25 - 28 25 - 39 40 - 39 40 - 51 -82 - 51 -82 - -91 -30 - -91 -30 - 51 -82 - -91 -30 - -19 26 - -19 26 - -3 -32 - 44 -45 - 43 -45 - 44 -45 - 68 54 - -89 13 - 68 54 - 89 90 - 89 90 - 28 -16 - 28 -16 - -2 -33 - -3 -33 - -2 -33 - -3 -33 - -2 -34 - -2 -35 - -2 -35 - 13 -24 - 13 -24 - -38 54 - -38 54 - -1 -36 - -1 -36 - -1 -36 - 52 80 - 52 80 - -1 -37 - -1 -37 - -1 -36 - -1 -37 - -1 -37 - -1 -36 - -1 -36 - -1 -37 - -1 -37 - -1 -36 - -1 -37 - 0 -37 - 12 75 - 12 75 - 85 -70 - 85 -70 - 96 100 - 96 100 - 12 -88 - 12 -88 - 42 -16 - 42 -16 - 52 -80 - 52 -80 - 64 59 - 24 86 - 64 59 - 19 36 - 19 36 - 64 -57 - 64 -57 - 12 -86 - -34 31 - -34 31 - 1 -37 - 1 -37 - 47 -17 - 47 -17 - -31 -97 - -31 -97 - -28 82 - -28 82 - -28 82 - 30 -54 - 30 -54 - 33 91 - 33 91 - 54 -86 - 54 -86 - -3 -72 - -3 -72 - 3 -36 - 3 -36 - 34 -9 - 37 3 - 5 31 - 5 31 - -29 -4 - -29 -4 - -25 -61 - -25 -61 - 3 -34 - 3 -35 - 3 -34 - 3 -34 - -96 93 - -96 93 - 80 52 - 80 52 - -99 -31 - -99 -31 - 67 -48 - 67 -48 - 80 -29 - 4 -32 - 4 -32 - 4 -32 - 4 -32 - 4 -32 - 2 -33 - 4 -32 - 55 59 - 55 59 - 97 -26 - 97 -26 - 33 42 - 33 42 - 71 23 - 71 23 - -1 -19 - -1 -19 - 26 96 - 26 96 - -50 -90 - 33 97 - -79 -14 - -79 -14 - 45 -52 - 35 -62 - 45 -52 - -14 -96 - -14 -96 - -65 24 - -65 24 - 25 25 - 25 25 - 16 -77 - 16 -77 - -12 -53 - -12 -53 - 83 -38 - 83 -38 - 2 -11 - 2 -11 - 50 19 - 50 19 - 5 -16 - 5 -16 - -61 61 - -61 61 - -60 61 - 42 -16 - 42 -16 - 42 -15 - 42 -15 - 42 -16 - 42 -15 - -39 -66 - -39 -66 - -83 34 - -83 34 - 84 -46 - 84 -46 - 85 -46 - 18 32 - 18 32 - 5 37 - -68 -25 - -68 -25 - 62 97 - 62 97 - 21 -40 - 15 -42 - 20 -40 - 21 -40 - -91 92 - -91 92 - 7 -61 - 7 -61 - -71 83 - -72 82 - -72 83 - -71 83 - -3 46 - -3 46 - 37 29 - 37 29 - -3 46 - 37 29 - 27 11 - 27 11 - -9 95 - -9 95 - -38 52 - -38 52 - -22 72 - -23 72 - -22 72 - 10 8 - 10 8 - 80 52 - 80 52 - -52 -47 - -53 -48 - -52 -47 - 17 52 - 16 51 - 17 52 - 18 53 - 52 -51 - 52 -51 - 51 -50 - 26 -58 - 26 -58 - 85 -87 - 85 -87 - -13 26 - -13 26 - 47 94 - 47 94 - -23 35 - -23 35 - 77 36 - 77 36 - -5 -16 - -5 -16 - 23 47 - 23 47 - -5 -21 - -5 -21 - 65 37 - 65 37 - -8 -96 - -8 -96 - 22 14 - 22 14 - 83 14 - 83 14 - -21 45 - -21 45 - 51 3 - -13 -75 - -13 -75 - 73 -89 - 73 -89 - -44 21 - -44 21 - -53 -53 - -53 -53 - 7 -67 - 7 -67 - 33 38 - 33 38 - -70 -49 - -70 -49 - -2 -34 - -3 -33 - -2 -34 - -2 -34 - 96 35 - 96 35 - 4 -61 - 4 -61 - -18 -28 - -18 -28 - -30 26 - -30 26 - 63 90 - 63 90 - 83 74 - 10 27 - 10 27 - 67 -3 - 67 -3 - 48 -49 - 48 -49 - 67 -3 - 48 -49 - -1 -37 - -1 -36 - -1 -37 - -1 -36 - -1 -37 - -1 -37 - -1 -37 - -1 -37 - -1 -37 - -1 -36 - -1 -36 - -1 -37 - -1 -37 - -1 -36 - 67 50 - 67 50 - 34 89 - 34 89 - 59 -22 - 59 -22 - 0 -38 - 0 -38 - 0 -38 - 0 -39 - 0 -38 - 0 -38 - 0 -38 - 0 -38 - 0 -38 - 0 -38 - 79 0 - 79 0 - 0 -38 - 0 -38 - 1 -38 - 1 -38 - 1 -38 - 1 -38 - 94 93 - 94 93 - 34 51 - 34 51 - 2 -37 - 2 -37 - 97 -6 - 82 -55 - -94 15 - 97 -6 - 17 -13 - 17 -13 - -55 39 - -55 39 - 2 -37 - 2 -37 - 2 -37 - -28 82 - -28 82 - -28 82 - 35 -93 - 29 97 - 35 -93 - -21 -83 - -21 -83 - 68 -65 - 81 -52 - 68 -65 - 81 -8 - 81 -8 - 78 -32 - 3 -35 - 3 -35 - 3 -34 - 3 -34 - 3 -35 - 3 -35 - 3 -34 - 3 -35 - 3 -34 - 3 -35 - 3 -34 - 3 -35 - 3 -34 - 3 -34 - 3 -34 - 3 -35 - 3 -34 - 3 -34 - -37 -15 - 40 8 - -37 -15 - 3 -34 - 4 -33 - 3 -34 - 4 -34 - 4 -34 - 4 -33 - 3 -34 - 4 -34 - 12 -14 - 12 -14 - 51 100 - 51 100 - 4 -32 - 4 -32 - 4 -32 - 5 -32 - 4 -32 - 5 -31 - 5 -32 - 4 -32 - 4 -32 - 5 -32 - 4 -32 - 5 -31 - 4 -32 - 5 -31 - 7 -31 - 4 -32 - 2 -33 - 4 -32 - -37 -61 - -37 -61 - -6 -69 - -6 -69 - 75 -52 - -42 83 - 75 -52 - 5 -27 - 5 -28 - 5 -27 - 5 -27 - 35 -62 - 35 -62 - 45 -52 - -36 75 - -36 75 - -18 84 - -18 84 - -36 75 - -18 84 - -67 -64 - -67 -64 - -66 -64 - 9 -83 - 9 -83 - -34 -39 - -34 -39 - 59 -62 - 59 -62 - -80 83 - -80 83 - 6 -21 - 6 -21 - 6 -21 - 6 -21 - 6 -21 - 6 -21 - 6 -21 - 6 -21 - -5 58 - -5 58 - 49 10 - 49 10 - -92 54 - -92 54 - -60 61 - -61 61 - -60 61 - 17 54 - 17 54 - 52 -70 - -84 0 - 52 -70 - 85 -46 - 84 -46 - 85 -46 - 70 -71 - 5 99 - 5 99 - 65 -42 - 65 -42 - 66 -42 - 66 -41 - 49 72 - 49 72 - 49 73 - 49 73 - 49 72 - 49 73 - 51 -36 - 51 -36 - 5 74 - 5 74 - 51 -56 - 51 -56 - 52 -56 - 33 11 - 33 11 - 50 -15 - 50 -15 - 28 -44 - 28 -44 - 50 -15 - 28 -44 - -60 5 - -60 5 - 17 -29 - 17 -29 - 11 -62 - 11 -62 - -56 93 - -56 93 - 18 53 - 17 52 - 18 53 - -11 37 - -11 37 - 82 -20 - 82 -20 - 49 20 - 49 20 - -57 -47 - -57 -47 - 14 -82 - 14 -82 - -63 -97 - -63 -97 - -6 -23 - -6 -23 - 36 2 - 36 2 - -52 -63 - -52 -63 - 93 -34 - 93 -34 - -2 99 - 18 4 - 18 4 - -5 -17 - -5 -17 - -51 41 - -51 41 - -23 -65 - -59 33 - -23 -65 - 51 3 - -21 45 - 51 3 - -45 -30 - -45 -30 - 49 -74 - 49 -74 - 49 -74 - 92 -84 - 92 -84 - -4 -28 - -4 -28 - 19 99 - 19 99 - -16 -79 - -16 -79 - 87 64 - 87 64 - -50 -100 - 47 -3 - 47 -3 - -37 59 - -37 59 - 56 98 - 56 98 - 85 -53 - 85 -53 - 22 35 - 22 35 - 85 -80 - 85 -80 - 86 -80 - -2 -33 - 28 -16 - -2 -33 - -3 -33 - 19 -43 - 19 -43 - -12 -81 - -12 -81 - 36 -80 - 36 -80 - -1 -37 - -1 -36 - -1 -37 - -1 -36 - -1 -37 - -1 -37 - -1 -37 - -1 -36 - -1 -37 - -1 -36 - -1 -37 - -1 -37 - -1 100 - -1 100 - -1 -38 - -1 -38 - -1 -38 - -70 86 - -70 86 - 0 -39 - 0 -38 - 0 -38 - 0 -39 - 9 -28 - 9 -28 - -55 32 - -55 32 - 0 -38 - 0 -38 - 96 -68 - 96 -68 - 1 -38 - 0 -38 - 1 -38 - 2 30 - 2 30 - 1 -38 - 1 -38 - 1 -38 - 45 -69 - 45 -69 - 45 -69 - 2 -37 - 2 -37 - 2 -38 - 2 -37 - 2 -38 - 2 -38 - 2 -37 - 2 -38 - 2 -38 - 83 29 - 83 29 - 3 -34 - 3 -34 - -9 58 - -9 58 - 4 -32 - 4 -32 - 4 -32 - 4 -32 - 5 -32 - 4 -32 - 4 -32 - 4 -32 - 4 -32 - 5 -32 - 4 -32 - 5 -31 - 5 -31 - 4 -32 - 5 -32 - 4 -32 - 5 -31 - 7 -31 - 98 -12 - 98 -12 - 4 -31 - 4 -31 - -42 83 - -42 83 - 75 -52 - -32 32 - 44 -14 - -32 32 - -60 19 - -60 19 - -17 95 - -17 95 - 77 93 - 77 93 - 30 -7 - 30 -7 - 4 -30 - 85 -50 - 85 -50 - -50 -90 - 26 96 - -50 -90 - 5 -28 - 5 -28 - 5 -28 - 5 -27 - -26 -80 - -26 -80 - 43 -32 - 43 -32 - 5 -25 - 5 -25 - 17 27 - 17 27 - -66 -64 - -67 -64 - -66 -64 - 62 -47 - 62 -47 - -64 86 - -64 86 - 6 -21 - 6 -21 - 6 -21 - 6 -21 - 95 14 - 95 14 - 6 -20 - 6 -20 - 56 62 - 56 62 - 41 43 - 41 43 - 6 -15 - 6 -15 - 6 -13 - 5 -13 - 6 -13 - -71 77 - -71 77 - 66 -42 - 65 -42 - 66 -42 - 66 -41 - 66 -41 - 65 -42 - 66 -42 - 66 -41 - 52 21 - 52 21 - -46 84 - 85 -50 - -46 84 - 52 -7 - 52 -7 - 34 -3 - 34 -3 - 78 -57 - 78 -57 - -22 -45 - -22 -45 - -44 -5 - -44 -5 - 52 -56 - 51 -56 - 52 -56 - -9 90 - -9 90 - -39 93 - -39 93 - 93 45 - 93 45 - 60 10 - 60 10 - 19 -23 - 19 -23 - 16 -20 - 16 -20 - 16 -20 - 29 -17 - 29 -17 - 3 -10 - -6 -9 - 3 -10 - 99 -54 - 99 -54 - -51 -16 - -51 -16 - -4 -16 - -4 -16 - 54 -20 - 54 -20 - 66 -51 - 66 -51 - 36 70 - 36 70 - -45 -91 - -45 -91 - 26 -77 - 26 -77 - 64 -13 - 64 -13 - -78 -8 - -78 -8 - -13 19 - -13 19 - 10 -98 - 10 -98 - 28 92 - 51 85 - 28 92 - 51 85 - -36 -80 - -36 -80 - 27 90 - 27 90 - -53 52 - -53 52 - 1 -52 - 1 -52 - 3 -53 - 70 49 - 88 -5 - 70 49 - 12 -3 - 12 -3 - -91 -44 - -91 -44 - -3 -32 - -4 -31 - -3 -31 - -3 -32 - -3 -32 - 51 -62 - 51 -62 - -80 11 - -80 11 - 29 -61 - 29 -61 - -3 -33 - -3 -33 - 86 -80 - 85 -80 - 86 -80 - -70 82 - -70 82 - -80 -29 - -80 -29 - 72 52 - 72 52 - -2 -35 - -1 -36 - -2 -35 - -2 -35 - -2 -36 - -3 -35 - 1 -63 - 1 -63 - -3 -35 - -2 -35 - -2 -35 - -2 -36 - -3 -35 - -2 -36 - 78 76 - 78 76 - -1 -36 - -1 -36 - -1 -36 - -1 -36 - -1 -36 - -1 -36 - -1 -36 - -1 -36 - -1 -36 - -1 -37 - -1 -37 - 43 48 - 43 48 - -1 -38 - -1 -38 - -1 -38 - 17 77 - 17 77 - 41 70 - 41 70 - 39 -95 - 39 -95 - -52 94 - -52 94 - 25 3 - 25 3 - 1 -38 - 1 -38 - 0 -38 - -39 17 - -39 17 - 12 -86 - 64 -57 - 12 -86 - 45 -69 - 45 -69 - 45 -69 - 38 -88 - 38 -88 - -18 -67 - -18 -67 - 3 -36 - 3 -37 - 3 -36 - 3 -37 - 3 -36 - 0 -38 - 0 -38 - 78 -32 - 81 -8 - 78 -32 - -16 -88 - -16 -88 - 66 -56 - 40 8 - 40 8 - -37 -15 - 1 51 - 1 51 - 80 -29 - 67 -48 - 80 -29 - -65 8 - -65 8 - 7 -31 - 4 -32 - 5 -32 - 4 -32 - 5 -31 - 7 -31 - 2 -33 - 4 -32 - 4 -32 - 2 -33 - 4 -32 - 4 -32 - -34 59 - -34 59 - 92 -47 - 92 -47 - 55 71 - 55 71 - 5 -28 - 5 -28 - 5 -28 - 57 -99 - 57 -99 - 80 64 - 80 64 - 5 -25 - 5 -25 - -72 -12 - -72 -12 - -9 -71 - -9 -71 - -82 -99 - -82 -99 - 6 -19 - 6 -19 - -49 -69 - -49 -69 - 13 -76 - 13 -76 - 54 37 - 54 37 - 24 51 - 24 51 - -80 19 - -80 19 - 62 16 - 62 16 - 70 -71 - 85 -46 - 70 -71 - 85 -50 - 85 -50 - -46 84 - -20 96 - -20 96 - 5 85 - 5 85 - -8 89 - -15 88 - -8 89 - -8 90 - -8 90 - -15 88 - -8 89 - -8 90 - -10 -36 - -10 -36 - 33 33 - 33 33 - -65 11 - -65 11 - -69 -13 - -69 -13 - 11 9 - 11 9 - 29 -31 - 29 -31 - 40 47 - 63 -3 - 40 47 - 16 -20 - 16 -20 - 16 -20 - -8 -80 - -8 -80 - 31 62 - 31 62 - 57 -40 - 57 -40 - -73 -82 - -73 -82 - 6 29 - 6 29 - -4 -10 - -4 -10 - -62 -84 - -62 -84 - -6 -83 - -6 -83 - -24 -84 - -24 -84 - 5 82 - 61 52 - 5 82 - -89 -34 - -89 -34 - 29 -35 - 29 -35 - -4 -24 - -4 -24 - -37 14 - -37 14 - -4 -26 - -4 -26 - 26 1 - -4 -25 - 26 1 - -4 -25 - -70 80 - -70 80 - 66 89 - 66 89 - 91 -90 - 91 -90 - 3 -53 - 1 -52 - 3 -53 - -50 -100 - 87 64 - -50 -100 - -87 -64 - -85 58 - -85 58 - -2 -29 - -2 -29 - -98 -92 - -98 -92 - 69 -42 - 69 -42 - -4 -31 - -4 -31 - -3 -31 - -4 -31 - -3 -31 - -3 -32 - -4 -31 - -4 -31 - -3 -31 - -4 -31 - -3 -31 - -3 -32 - -61 -59 - -61 -59 - 91 -68 - 91 -68 - -9 -97 - -9 -97 - -1 -36 - -1 -36 - -2 -35 - -2 -35 - -2 -36 - -2 -35 - -1 -36 - -2 -35 - -2 -35 - -2 -36 - -3 -35 - 40 -44 - 40 -44 - 83 74 - 63 90 - 83 74 - -79 79 - -79 79 - 3 -77 - 3 -77 - 80 16 - 80 16 - -1 -37 - -1 -37 - -1 -37 - -1 -37 - -1 -36 - 75 73 - 75 73 - 0 -38 - 0 -38 - 0 -38 - 0 -38 - 0 -38 - 0 -38 - 0 -38 - 0 -39 - 0 -38 - 0 -38 - 0 -38 - 0 -39 - 0 -38 - 0 -38 - 0 -38 - -66 7 - -66 7 - 29 29 - 29 29 - 15 84 - 15 84 - -1 99 - -1 99 - -19 24 - -19 24 - 54 -9 - 54 -9 - -87 -24 - -78 -39 - -87 -24 - -50 -72 - -50 -72 - 2 52 - 2 52 - 93 54 - 93 54 - 6 31 - 6 31 - 29 97 - 29 97 - 35 -93 - -23 99 - 19 -14 - 19 -14 - 41 -11 - 41 -11 - 66 -56 - -16 -88 - 66 -56 - -77 -38 - -2 -77 - -70 -34 - -2 -77 - -96 -3 - -96 -3 - 64 -22 - 64 -22 - 84 82 - 84 82 - -14 35 - -14 35 - 84 82 - 84 82 - -68 -2 - -68 -2 - 9 69 - 44 -14 - 44 -14 - -32 32 - 4 -30 - 5 -29 - 5 -29 - 30 -7 - 5 -30 - 4 -30 - 4 -29 - 4 -29 - 5 -29 - 5 -30 - 4 -30 - 4 -29 - 6 -26 - 6 -26 - 6 -26 - -50 87 - -50 87 - 55 -14 - 55 -14 - 6 -22 - 6 -22 - 40 63 - 40 63 - 1 71 - 1 71 - 16 77 - 16 77 - 55 59 - 5 -19 - 5 -19 - -28 44 - -28 44 - 88 70 - 88 70 - 33 -42 - 33 -42 - -33 -15 - -33 -15 - 97 76 - 97 76 - 25 -94 - 99 -18 - 25 -94 - 6 -15 - 6 -15 - 6 -14 - 6 -14 - 6 -14 - 6 -14 - 6 -14 - 6 -14 - 68 89 - 68 89 - 11 -18 - 11 -18 - -58 -54 - -58 -54 - 2 46 - 2 46 - 7 -32 - 7 -32 - 81 96 - 81 96 - 35 51 - 35 51 - -15 88 - -15 88 - -8 89 - -8 90 - -88 -87 - -88 -87 - 22 20 - 22 20 - 11 -70 - 11 -70 - -24 -81 - -24 -81 - 77 -76 - 77 -76 - -73 -93 - -73 -93 - -83 -91 - -83 -91 - -6 -9 - -6 -9 - 3 -10 - 7 -31 - 7 -31 - 75 22 - 75 22 - -2 99 - 93 -34 - -2 99 - 66 59 - 66 59 - 66 60 - 80 36 - 66 60 - 66 59 - 66 60 - 80 36 - -27 82 - -27 82 - 73 -46 - 61 52 - 25 76 - 61 52 - 5 82 - 10 -100 - 10 -100 - 3 49 - 3 49 - -85 -62 - -85 -62 - -85 -37 - -85 -37 - 49 -74 - 49 -74 - 49 -74 - -57 68 - 66 -42 - 66 -42 - -4 -25 - -4 -25 - -85 70 - -85 70 - 48 100 - 48 100 - -4 -27 - -4 -27 - -4 -27 - -9 23 - -9 23 - -5 -28 - -5 -28 - -74 94 - -74 94 - -3 -31 - -4 -31 - -3 -31 - -4 -31 - -3 -31 - -3 -32 - -3 -31 - -4 -31 - -3 -31 - -4 -31 - -3 -31 - -3 -32 - -75 59 - -75 59 - 40 86 - 40 86 - -75 59 - 40 86 - 26 9 - 26 9 - 55 -85 - 55 -85 - -84 -22 - -84 -22 - -2 -35 - -3 -35 - -2 -35 - 98 -73 - 98 -73 - -2 -37 - -1 -37 - -2 -37 - -1 -37 - -35 69 - -35 69 - 80 24 - 80 24 - 25 -81 - 34 -55 - 34 -55 - 0 -38 - 0 -38 - 0 -38 - 84 99 - 84 99 - 19 -99 - 19 -99 - -53 57 - -53 57 - 52 56 - 1 -39 - 1 -39 - 1 -39 - 1 -39 - -78 -39 - -78 -39 - -87 -24 - 44 62 - 44 62 - 95 47 - 95 47 - -65 27 - -65 27 - -58 44 - -58 44 - 2 -38 - 2 -38 - 2 -37 - 2 -38 - 2 -38 - 2 -38 - 2 -38 - 2 -38 - 2 -38 - 2 -38 - 2 -38 - 2 -38 - 2 -38 - 20 1 - 20 1 - -23 99 - 29 97 - -23 99 - 94 30 - 61 26 - 61 26 - 3 -37 - 3 -37 - 3 -36 - 3 -37 - 3 -36 - 3 -37 - 3 -37 - 3 -36 - 3 -37 - 3 -36 - 3 -36 - 3 -37 - 3 -36 - 3 -37 - 3 -36 - 24 46 - 24 46 - 51 -14 - -31 56 - -31 56 - -43 -8 - -43 -8 - 47 -98 - 47 -98 - -60 74 - -60 74 - 7 -93 - 4 -32 - 4 -32 - 5 -31 - 7 -31 - 4 -32 - 4 -32 - 17 62 - 17 62 - 4 -32 - 2 -33 - 4 -32 - -18 -54 - -18 -54 - 79 -66 - 79 -66 - 43 64 - 43 64 - 44 64 - -9 -70 - -9 -70 - 5 -29 - 5 -29 - 5 -29 - 5 -29 - 5 -30 - 5 -29 - -55 -49 - -55 -49 - 21 -93 - 21 -93 - -55 -35 - -55 -35 - 55 -47 - 55 -47 - -52 -15 - -8 52 - -52 -15 - 32 -80 - 32 -80 - 55 59 - 16 77 - 55 59 - 49 -30 - 49 -30 - 34 -68 - 34 -68 - -63 45 - -63 45 - 5 -13 - 5 -13 - 6 -13 - 69 -31 - 69 -31 - 43 -61 - 85 4 - 85 4 - 6 -10 - 6 -10 - 6 -9 - 6 -9 - 87 -50 - 87 -50 - 61 89 - 61 89 - -49 54 - -49 54 - -40 70 - -40 70 - 88 100 - 88 100 - 35 -10 - 35 -10 - 36 -37 - 36 -37 - 72 -72 - 72 -72 - -15 -3 - -15 -3 - -20 82 - -20 82 - 0 -43 - 0 -43 - 17 10 - 17 10 - 14 -50 - 14 -50 - 52 98 - 52 98 - 55 -14 - 55 -14 - 70 1 - 70 1 - 42 64 - 42 64 - -50 -40 - -50 -40 - -6 -18 - -6 -18 - 25 -73 - 25 -73 - 67 -57 - 67 -57 - -99 -11 - -99 -11 - -51 39 - -51 39 - -5 -22 - -5 -22 - 3 20 - 3 20 - -73 100 - -73 100 - 26 1 - -4 -26 - 26 1 - -4 -25 - 28 92 - 10 -98 - 28 92 - 51 85 - -68 -47 - -68 -47 - 97 69 - 97 69 - 63 43 - 63 43 - -3 -32 - -4 -31 - -3 -31 - -4 -31 - -3 -31 - -3 -32 - 97 3 - 97 3 - 91 66 - 80 -83 - 91 66 - 58 35 - 58 35 - 57 39 - 83 39 - 83 39 - -2 -36 - -2 -36 - -3 -36 - -1 -35 - -2 -36 - -1 -36 - -2 -36 - -2 -35 - -2 -35 - -2 -36 - -2 -36 - -2 -35 - -2 -35 - -2 -36 - -3 -35 - -2 -36 - -2 -35 - -2 -35 - -47 -56 - -47 -56 - -45 -59 - -47 -73 - -47 -73 - -1 -36 - -1 -36 - -1 -36 - -1 -36 - -1 -37 - -1 -38 - -1 -37 - -1 -37 - -2 -37 - -1 -37 - -1 -37 - -1 -37 - -2 -37 - -1 -37 - -27 8 - -27 8 - -2 -38 - -2 -38 - -1 -38 - -1 -37 - -1 -38 - -1 -38 - 25 -81 - 80 24 - 25 -81 - 0 -38 - 0 -38 - -15 -89 - -15 -89 - 0 -39 - 0 -38 - 0 -39 - 0 -38 - 0 -38 - 0 -39 - 0 -38 - 0 -39 - 0 -38 - 0 -38 - 0 -39 - 0 -38 - 71 -18 - 62 40 - 71 -18 - 2 88 - 2 88 - 0 -38 - 1 -38 - 0 -38 - 1 -38 - 1 -38 - 0 -38 - 1 -38 - 1 -38 - 1 -38 - 1 -38 - 1 -38 - 1 -38 - 1 -38 - 0 -39 - 0 -39 - 1 -39 - 1 -39 - 1 -39 - -53 39 - -53 39 - 60 92 - 60 92 - 2 -38 - 2 -38 - 71 30 - 71 30 - 2 -38 - 2 -38 - 2 -38 - 2 -38 - 2 -38 - -27 89 - -27 89 - 99 -57 - 99 -57 - 51 -14 - 24 46 - 51 -14 - 48 13 - 48 13 - -82 -93 - -82 -93 - 17 40 - 17 40 - 47 -42 - 47 -42 - 47 -41 - 47 -41 - 47 -42 - 47 -41 - -77 -38 - 66 -56 - -77 -38 - 75 -69 - 75 -69 - -70 -34 - -70 -34 - -2 -77 - -67 -35 - -67 -35 - 46 90 - -76 -71 - 46 90 - -7 27 - -7 27 - 4 -32 - 7 -31 - 4 -32 - 4 -32 - 2 -33 - 5 -32 - 5 -32 - 4 -32 - 14 93 - 14 93 - 44 64 - 43 64 - 44 64 - 39 93 - 39 93 - 5 -30 - 5 -30 - 5 -30 - 5 -30 - 5 -29 - 5 -29 - 5 -29 - 5 -29 - 21 20 - 5 -29 - 21 20 - 0 -89 - 0 -89 - 29 80 - 29 80 - -5 -86 - -5 -86 - 99 -18 - 99 -18 - 25 -94 - 8 -65 - 8 -65 - -7 -25 - -7 -25 - 24 -22 - 24 -22 - -51 58 - -51 58 - 56 -79 - 56 -79 - 16 -57 - 16 -57 - 31 -59 - 31 -59 - 95 17 - 95 17 - -6 58 - -6 58 - 13 54 - 13 54 - 72 -68 - 72 -68 - 70 -98 - 70 -98 - 63 -3 - 63 -3 - 40 47 - 5 -92 - 5 -92 - -77 -75 - -77 -75 - -37 56 - -37 56 - -3 -88 - -3 -88 - 37 37 - 37 37 - 9 -52 - -2 -28 - -2 -28 - 73 -46 - -27 82 - 73 -46 - -6 -20 - -6 -20 - 25 76 - 25 76 - 61 52 - -5 -23 - -5 -23 - 56 100 - 56 100 - -57 68 - 49 -74 - -57 68 - 31 45 - 31 45 - -4 -27 - -4 -27 - -4 -27 - 56 42 - 56 42 - -77 -10 - -77 -10 - -87 -64 - -50 -100 - -87 -64 - 51 30 - 51 30 - 89 -53 - 89 -53 - 95 -65 - 95 -65 - 83 -96 - 83 -96 - -3 -35 - -3 -35 - -2 -35 - 57 39 - 58 35 - 57 39 - -1 -35 - -2 -36 - -3 -36 - -1 -35 - -1 -37 - -1 -37 - -1 -38 - -3 39 - -1 -38 - -3 39 - 85 86 - 85 86 - -1 -38 - -2 -38 - -1 -38 - -1 -37 - -1 -38 - -1 -38 - -1 -37 - -2 -38 - -1 -38 - -1 -37 - -1 -38 - -1 -38 - -1 -38 - -2 -38 - -1 -38 - -1 -37 - -1 -38 - -1 -38 - -1 -37 - -1 -37 - -1 -38 - -1 -38 - -1 -37 - -1 -38 - -58 -5 - -58 -5 - 50 -96 - 50 -96 - -1 -39 - -1 -39 - -1 -39 - -10 68 - -10 68 - 44 33 - 44 33 - -12 48 - -12 48 - -12 49 - -12 49 - -12 48 - -12 49 - 64 78 - 64 78 - 1 -38 - 1 -38 - 1 -38 - 1 -38 - 86 -28 - 86 -28 - 1 -39 - 1 -39 - 1 -39 - 1 -39 - 1 -39 - -53 27 - -53 27 - 12 -67 - 12 -67 - 1 -39 - 1 -39 - 1 -39 - 1 -39 - 1 -39 - 1 -38 - 37 -30 - 37 -30 - -53 41 - -53 41 - -52 41 - 5 23 - 5 23 - 27 39 - 27 39 - -3 -19 - -3 -19 - -41 82 - -41 82 - 69 68 - 69 68 - 52 -48 - -56 -47 - 52 -48 - 94 30 - -23 99 - 94 30 - 87 0 - 87 0 - 52 93 - 52 93 - 5 27 - 5 27 - 3 -37 - 3 -37 - 37 -22 - 37 -22 - 82 -26 - 82 -26 - 9 69 - -68 -2 - 9 69 - 50 78 - 50 78 - 64 -51 - 64 -51 - 63 -53 - 63 -53 - 5 -30 - 5 -30 - 5 -30 - 5 -30 - 5 -30 - 5 -30 - 5 -30 - 5 -30 - 5 -29 - 5 -29 - 5 -29 - 4 -29 - 5 -29 - 5 -30 - 5 -30 - 5 -29 - 4 -29 - 5 -29 - 5 -30 - 5 -29 - 5 -29 - 5 -29 - 21 20 - 29 47 - 29 47 - 12 16 - 12 16 - 6 -26 - 6 -26 - 6 -26 - 52 -35 - 52 -35 - 83 47 - 83 47 - -59 98 - -59 98 - 89 32 - 89 32 - 66 -34 - 66 -34 - -31 98 - -31 98 - 86 4 - 86 4 - 6 -19 - 6 -19 - 40 52 - 40 52 - 28 -10 - 28 -10 - -31 -66 - -31 -66 - -30 -66 - -32 92 - -32 92 - -31 92 - 5 -68 - 5 -68 - 55 89 - 55 89 - 64 -76 - 64 -76 - 42 -100 - 42 -100 - 25 59 - 25 59 - -4 -90 - -4 -90 - -56 -48 - -56 -48 - 28 -12 - 28 -12 - 43 -61 - 69 -31 - 43 -61 - -45 4 - -45 4 - 36 56 - 36 56 - 91 -100 - 91 -100 - 73 -96 - 73 -96 - -48 -53 - -48 -53 - 10 79 - 10 79 - 59 84 - 59 84 - 34 -46 - 34 -46 - 0 83 - 0 83 - 24 -8 - 24 -8 - 34 -38 - 34 -38 - 6 52 - 6 52 - 33 -34 - 32 -33 - 33 -34 - -13 -71 - -13 -71 - 90 -73 - 90 -73 - -40 50 - -40 50 - 80 12 - 80 12 - -81 -11 - -52 47 - -52 47 - 80 36 - 66 59 - 66 60 - 80 36 - -39 25 - -39 25 - -32 -17 - -32 -17 - 68 -17 - 68 -17 - 37 19 - 37 19 - 50 51 - 50 51 - -32 -73 - 55 60 - -32 -73 - -11 -50 - -11 -50 - 65 -94 - 65 -94 - -51 -89 - -51 -89 - -4 -29 - -4 -29 - -4 -29 - 23 -95 - 23 -95 - -54 0 - -54 0 - -3 -32 - -3 -32 - 39 -23 - 39 -23 - -3 -34 - -3 -34 - -3 -33 - -3 -33 - -3 -33 - -3 -34 - -3 -33 - -3 -33 - -3 -33 - -3 -34 - -3 -33 - -3 -33 - -94 61 - -94 61 - -2 -36 - -2 -36 - -2 -36 - -2 -36 - -3 -37 - -2 -36 - -2 -36 - -3 -37 - -2 -37 - -45 -59 - -47 -56 - -45 -59 - -98 -58 - 89 65 - -98 -58 - -80 -50 - -80 -50 - -43 86 - 84 46 - -43 86 - -1 -38 - -1 -38 - -1 -38 - 0 -38 - 0 -38 - -43 -28 - -43 -28 - 0 -38 - 0 -39 - 0 -39 - 0 -38 - 0 -39 - 0 -38 - 0 -39 - 0 -39 - 0 -39 - 0 -38 - 0 -39 - 0 -39 - 0 -39 - 0 -38 - 0 -38 - 0 -39 - 0 -39 - 0 -38 - 52 56 - -53 57 - 52 56 - 62 40 - 62 40 - 71 -18 - 1 -39 - 1 -39 - 1 -39 - 1 -39 - 1 -39 - 2 -38 - 1 -39 - 1 -39 - 1 -39 - 1 -39 - 1 -39 - 1 -39 - 1 -39 - 1 -39 - 1 -39 - 1 -39 - 1 -39 - 1 -39 - 1 -38 - 1 -39 - 1 -38 - 1 -39 - -52 41 - -53 41 - -52 41 - 1 -38 - 1 -38 - 2 -38 - 17 21 - 17 21 - 91 -88 - 91 -88 - -90 -91 - 93 34 - 93 34 - 94 35 - 2 -38 - 2 -38 - 2 -38 - 2 -38 - 2 -38 - 2 -38 - 2 -38 - 2 -38 - 2 -38 - 2 -38 - 2 -38 - 2 -38 - 57 39 - 57 39 - 21 -76 - 21 -76 - 2 -38 - 1 -37 - 2 -38 - 2 -38 - 2 -37 - 2 -38 - 67 -52 - 67 -52 - 2 -37 - 2 -37 - -30 -23 - 50 -42 - 50 -42 - 21 -34 - 21 -34 - -19 -79 - -19 -79 - -76 -71 - -76 -71 - 46 90 - 7 -93 - -60 74 - 7 -93 - 24 -88 - -99 -99 - -99 -99 - 46 37 - 46 37 - 71 -74 - 71 -74 - -52 7 - -52 7 - 4 -32 - 5 -32 - 4 -32 - 5 -31 - 5 -31 - 77 -33 - 77 -33 - 86 -6 - 0 89 - 0 89 - 5 -29 - 5 -29 - 4 -29 - 5 -29 - 5 -30 - 5 -29 - 41 96 - 41 96 - 50 96 - 50 96 - -46 38 - -46 38 - -3 93 - -3 93 - 81 -39 - 81 -39 - -25 -46 - -25 -46 - -95 -57 - -95 -57 - -8 52 - -8 52 - -52 -15 - 81 -94 - 81 -94 - -58 -16 - -58 -16 - 6 -18 - 6 -18 - 6 -19 - 6 -19 - 6 -18 - 6 -18 - 7 -16 - 7 -16 - -30 -66 - -31 -66 - -30 -66 - 12 37 - 12 37 - -31 92 - -32 92 - -31 92 - 6 -16 - 6 -16 - 29 -85 - 29 -85 - 6 -12 - 6 -12 - 12 53 - 12 53 - -52 -12 - -51 -12 - -52 -12 - 12 53 - -52 -12 - -51 -12 - -1 -52 - -1 -52 - 83 -33 - 83 -33 - 6 -9 - 6 -9 - -40 39 - -40 39 - 21 -54 - 21 -54 - 11 3 - 11 3 - 10 10 - 10 10 - 87 43 - 87 43 - 14 -76 - 14 -76 - -36 -83 - -36 -83 - 36 -37 - 36 -37 - 73 -34 - 73 -34 - -59 -51 - 42 -96 - 42 -96 - -25 -27 - -25 -27 - -73 -99 - -73 -99 - -24 37 - -24 37 - -81 -11 - 80 12 - -81 -11 - -19 12 - -19 12 - 15 48 - 15 48 - -5 -22 - -5 -22 - -97 -51 - -97 -51 - 46 -99 - 46 -99 - 7 -81 - 7 -81 - 26 -16 - 26 -16 - -5 -24 - -5 -24 - 55 60 - 55 60 - -32 -73 - -61 67 - -61 67 - 19 -88 - 44 24 - 44 24 - 44 25 - 44 25 - 44 24 - 44 25 - 42 28 - 42 28 - -53 7 - -53 7 - 23 -67 - 23 -67 - 80 -83 - 80 -83 - 91 66 - -3 -36 - -2 -36 - -3 -36 - -1 -35 - -2 -36 - -2 -36 - -2 -36 - -2 -37 - -2 -36 - -2 -36 - -3 -37 - -2 -37 - -1 -36 - 80 92 - 80 92 - -2 -37 - -1 -36 - -2 -37 - 3 68 - 3 68 - -23 -63 - 38 57 - 38 57 - 3 68 - -23 -63 - 38 57 - 8 95 - 8 95 - -1 -38 - -1 -37 - -1 -38 - -1 -37 - -3 39 - -19 -77 - -19 -77 - -1 -38 - -1 -38 - -1 -38 - -1 -38 - -2 -38 - -1 -38 - -1 -37 - -1 -38 - -1 -38 - -1 -38 - -1 -37 - -1 -38 - -1 -38 - -1 -37 - -1 -38 - -1 -39 - -1 -39 - -1 -39 - 16 76 - 16 76 - 0 -39 - 0 -39 - 0 -38 - 0 -39 - 0 -38 - -1 -47 - -1 -47 - 1 -40 - 1 -40 - 12 -27 - 12 -27 - 0 -40 - 0 -40 - 1 -39 - 1 -39 - 1 -39 - 2 -38 - 1 -39 - 1 -39 - 1 -39 - 1 -39 - 1 -39 - 2 -38 - 1 -38 - 2 -38 - 2 -39 - 2 -39 - 94 35 - 93 34 - 94 35 - 2 -38 - 2 -38 - 2 -38 - 2 -38 - 1 -37 - 1 -37 - 2 -38 - 2 -37 - 2 -38 - 2 -37 - 2 -37 - 2 -38 - 2 -37 - 86 -80 - 86 -80 - 71 -60 - 71 -60 - -69 -15 - -69 -15 - 4 -36 - 4 -35 - 4 -36 - 4 -36 - 25 61 - 25 61 - 24 -88 - 7 -93 - 24 -88 - -35 3 - 4 -34 - -35 3 - -64 -19 - -64 -19 - 27 -63 - 27 -63 - -64 -19 - 27 -63 - 48 59 - 48 59 - 48 -45 - 48 -45 - -54 47 - -54 47 - -55 -72 - -55 -72 - 80 44 - 6 -18 - 6 -18 - -75 33 - -75 33 - 6 -15 - 6 -15 - 7 -13 - 6 -13 - 6 -13 - 7 -13 - 6 -13 - 6 -13 - 6 -13 - 6 -13 - 7 -13 - 6 -13 - 5 -47 - 5 -47 - -51 -12 - 12 53 - -52 -12 - -51 -12 - 39 62 - 39 62 - 42 -10 - 42 -10 - -73 43 - -73 43 - 36 -27 - 36 -27 - -55 -43 - -55 -43 - -16 13 - -16 13 - 96 51 - 96 51 - 20 1 - 20 1 - -27 83 - -27 83 - -42 89 - -42 89 - -34 -94 - -34 -94 - -68 18 - -68 18 - 89 40 - 89 40 - -26 -91 - -35 -29 - -35 -29 - 53 -52 - 53 -52 - 53 -51 - -27 -72 - 53 -51 - 53 -52 - 53 -51 - -20 -78 - -20 -78 - -27 -15 - -29 -13 - -27 -15 - 58 -64 - 58 -64 - -79 -49 - -79 -49 - -18 90 - 46 8 - 46 8 - -65 -57 - -65 -57 - -11 56 - -11 56 - -37 34 - -37 34 - 44 -64 - 44 -64 - 9 -52 - 37 37 - 9 -52 - -27 -40 - -27 -40 - 41 58 - 41 58 - 48 78 - 48 78 - 9 42 - 9 42 - 52 33 - 52 33 - -95 23 - -95 23 - -35 -91 - 13 6 - 13 6 - 46 23 - 46 23 - 63 64 - 63 64 - -57 -1 - -57 -1 - 48 20 - 48 20 - 9 -40 - 9 -40 - -1 -37 - -1 -37 - -1 -37 - -23 -63 - 3 68 - -23 -63 - 38 57 - 98 -99 - 98 -99 - 84 46 - 84 46 - -43 86 - 20 -30 - 20 -30 - 0 -39 - -1 -39 - 0 -39 - 0 -38 - -23 64 - -23 64 - 94 -58 - 94 -58 - 1 -39 - 1 -39 - 1 -39 - 1 -39 - 1 -39 - 1 -39 - -8 98 - -8 98 - 15 6 - 15 6 - 47 -39 - 61 17 - 47 -39 - 45 -72 - 45 -72 - -90 0 - -90 0 - 75 -4 - 75 -4 - 82 15 - 82 15 - 99 -83 - 99 -83 - 45 35 - 45 35 - -90 -91 - 91 -88 - -90 -91 - 11 23 - 11 23 - 40 -16 - 40 -16 - 56 -6 - 56 -6 - -56 -47 - -56 -47 - 52 -48 - 2 -38 - 2 -38 - -30 -24 - -97 60 - -97 60 - 3 -38 - 3 -38 - 4 27 - 4 27 - 3 -37 - 3 -37 - 3 -37 - 3 -37 - 73 -35 - 73 -35 - 4 -35 - 4 -35 - 4 -36 - 3 -36 - 4 -36 - -36 -72 - -36 -72 - 4 -36 - 4 -35 - 4 -36 - 3 -36 - 4 -36 - 75 -71 - 75 -71 - 48 16 - 48 16 - 4 -34 - 4 -34 - 4 -33 - 4 -33 - 4 -34 - 4 -34 - 4 -34 - 4 -33 - 4 -34 - 4 -34 - -35 3 - 69 -52 - 69 -52 - 85 46 - 85 46 - 83 -51 - 86 -6 - 77 -33 - 86 -6 - 4 -29 - 5 -29 - 4 -29 - 5 -30 - 5 -29 - 5 -30 - 5 -30 - 5 -29 - 4 -29 - 5 -30 - 5 -29 - 5 -30 - -82 -25 - -82 -25 - 28 15 - 28 15 - 6 -25 - 6 -26 - 6 -25 - 6 -25 - 7 -25 - -13 -66 - -13 -67 - -13 -66 - 25 5 - 25 5 - 55 81 - 55 81 - -98 96 - -98 96 - 27 -9 - 27 -9 - 45 -79 - 45 -79 - 80 44 - -55 -72 - 80 44 - 88 -19 - 88 -20 - 88 -19 - 87 -3 - 17 61 - 17 61 - 52 -49 - 52 -49 - 55 -71 - 55 -71 - -14 83 - -14 83 - 73 -12 - 73 -12 - 57 59 - 57 59 - 30 16 - 30 16 - -59 33 - 66 13 - -59 33 - -59 34 - -59 34 - 66 13 - -59 33 - -59 34 - 3 91 - 3 91 - 98 10 - 98 10 - 25 37 - 25 37 - 70 -11 - 70 -11 - 42 -10 - 42 -10 - -16 13 - -16 13 - 59 71 - 59 71 - -44 76 - -44 76 - 61 -45 - 61 -45 - -13 -15 - -13 -15 - 32 -33 - 32 -33 - 33 -34 - -27 -72 - 53 -52 - -27 -72 - 64 -4 - 64 -4 - 17 -61 - 17 -61 - 80 -17 - 80 -17 - -17 75 - -17 75 - -59 -51 - -38 -54 - -38 -54 - -5 -17 - -5 -17 - 21 60 - 62 -18 - 21 60 - -6 -18 - -6 -18 - -5 -18 - -5 -18 - -5 -18 - -5 -18 - -5 -18 - -5 -18 - -5 -17 - -5 -17 - -80 -54 - -80 -54 - 54 58 - 54 58 - -64 80 - -64 80 - -98 78 - -98 78 - 19 -88 - -61 67 - 19 -88 - -4 -29 - -4 -29 - -4 -29 - -35 -91 - -95 23 - -35 -91 - 24 -95 - -97 99 - -97 99 - 13 -14 - 13 -14 - -66 60 - -66 60 - -11 -45 - -11 -45 - -12 -23 - -12 -23 - -12 -22 - -12 -22 - -12 -23 - -12 -22 - -4 75 - -4 75 - 11 73 - 11 73 - -66 30 - -66 30 - -64 -12 - -64 -12 - -36 3 - -36 3 - -80 85 - -80 85 - 8 -23 - 8 -23 - -52 36 - -52 36 - -41 89 - -41 89 - 89 65 - 89 65 - -98 -58 - -29 98 - -29 98 - -28 98 - -97 -38 - -97 -38 - 91 -18 - 91 -18 - 41 -80 - 41 -80 - 6 62 - 6 62 - 2 -38 - 1 -39 - 2 -38 - 1 -39 - 1 -39 - 1 -39 - 1 -39 - 1 -38 - 1 -39 - 0 -39 - 28 -87 - 28 -87 - -52 27 - -52 27 - -51 27 - 92 42 - 92 42 - 2 -38 - 1 -37 - 2 -38 - 2 -37 - 2 -38 - 2 -37 - 1 -37 - 2 -38 - 2 -37 - 2 -38 - 2 -37 - -96 -57 - -96 -57 - 58 -29 - 58 -29 - -30 -24 - 2 -38 - -30 -24 - -30 -23 - 2 -37 - -30 -23 - 87 -3 - 87 -3 - 96 61 - 96 61 - 91 54 - 91 -56 - 91 54 - 37 -38 - 37 -38 - -96 -71 - -96 -71 - -18 40 - -18 40 - 32 33 - 32 33 - 83 -51 - 85 46 - 83 -51 - -52 -47 - -52 -47 - -52 -46 - -52 -46 - -52 -47 - -52 -46 - -68 21 - -68 21 - -2 -64 - -2 -64 - 29 100 - 29 100 - 6 -26 - 6 -26 - 42 90 - 42 90 - 90 86 - 90 86 - 57 8 - 57 8 - 72 -11 - 72 -11 - 36 14 - 36 14 - 6 -56 - 6 -56 - 21 -10 - 21 -10 - 67 -50 - 67 -50 - 94 11 - 94 11 - 95 11 - 87 -3 - 88 -20 - 88 -19 - 87 -3 - 59 -70 - 59 -70 - 6 -17 - 6 -17 - 6 -17 - 6 -17 - -54 -94 - -62 88 - -54 -94 - 33 56 - 33 56 - -50 58 - -50 58 - 39 10 - 39 10 - 6 -13 - 6 -13 - 6 -13 - 7 -13 - 6 -13 - 69 -24 - 69 -24 - 39 42 - 39 42 - 15 -2 - 15 -2 - 47 38 - 47 38 - -68 87 - -66 85 - -67 86 - -67 86 - -68 87 - -49 22 - -49 22 - -11 -13 - -11 -13 - -12 -14 - -12 -14 - 83 -96 - 83 -96 - -29 -13 - -29 -13 - -27 -15 - 73 -35 - 73 -35 - 60 -7 - 60 -7 - -59 -51 - -17 75 - 73 -34 - -59 -51 - 33 2 - 33 2 - 48 92 - 48 92 - 29 40 - 29 40 - -3 -82 - -3 -82 - -6 -68 - -6 -68 - 49 0 - 49 0 - -24 -6 - -24 -6 - 40 34 - 40 34 - 64 24 - 64 24 - 75 15 - 75 15 - 46 -64 - 59 -82 - 59 -82 - -95 -42 - -95 -41 - -36 -87 - -36 -87 - -35 -87 - -55 27 - -55 27 - 59 -7 - 59 -7 - 91 -25 - 91 -25 - 24 -9 - 24 -9 - 46 18 - 46 18 - -1 -36 - -2 -37 - -2 -37 - -2 -37 - -1 -36 - -2 -37 - 52 -54 - 52 -54 - -88 -33 - -88 -33 - -10 6 - -10 6 - -28 98 - -29 98 - -28 98 - 90 -70 - 90 -70 - -30 -13 - -30 -13 - -33 -74 - -33 -74 - -32 -74 - -1 -38 - -1 -38 - -1 -38 - 22 77 - 22 77 - 93 93 - 93 93 - -7 60 - -7 60 - -22 80 - -22 80 - 46 -73 - 46 -73 - 93 -84 - 93 -84 - 1 -39 - 1 -39 - 1 -39 - 1 -39 - 2 -38 - 1 -39 - 1 -39 - 1 -39 - 1 -39 - 2 -38 - 1 -39 - 1 -39 - 1 -39 - 1 -39 - 61 17 - 61 17 - 47 -39 - -51 27 - -52 27 - -51 27 - 26 35 - 26 35 - 15 62 - 15 62 - 0 -16 - 0 -16 - -52 -16 - -52 -16 - 3 -37 - 3 -37 - 3 -37 - 3 -37 - 40 -18 - 40 -18 - 91 -56 - 91 -56 - 91 54 - 81 59 - 81 59 - 97 -47 - 97 -47 - 68 17 - 68 17 - 4 -34 - 4 -33 - 4 -34 - 4 -34 - 4 -34 - 4 -33 - -28 -36 - -28 -36 - 83 -61 - 83 -61 - -23 50 - -23 50 - 17 -87 - 17 -87 - 90 96 - 90 96 - 91 96 - 92 96 - 92 97 - 28 -56 - 28 -56 - -70 -49 - -70 -49 - 6 -26 - 6 -26 - 6 -26 - 6 -26 - 6 -26 - 6 -26 - 6 -26 - 6 -25 - 6 -25 - 7 -25 - 6 -25 - 6 -26 - 6 -26 - 6 -25 - 6 -25 - 7 -25 - 29 -9 - 29 -9 - 50 -19 - 50 -19 - 61 7 - 61 7 - 4 48 - 4 48 - -15 75 - -15 75 - 95 11 - 94 11 - 95 11 - 8 -20 - 8 -20 - -84 90 - -84 90 - -7 27 - -7 27 - -15 -55 - -15 -55 - -20 3 - -20 3 - 95 -71 - 95 -71 - 33 29 - 33 29 - -18 54 - -18 54 - 6 -13 - 6 -13 - 6 -13 - 7 -13 - 6 -13 - 6 -48 - 6 -48 - -20 19 - -20 19 - 60 98 - 60 98 - -92 85 - -92 85 - 7 -9 - 7 -9 - 28 47 - 28 47 - 64 -42 - 64 -42 - 90 1 - 90 1 - 38 -68 - 38 -68 - 25 -44 - 25 -44 - 53 77 - 53 77 - 93 -34 - 93 -34 - -67 86 - -66 85 - -66 85 - -67 86 - -66 86 - -67 86 - -26 -55 - -26 -55 - 16 20 - 16 20 - 17 20 - -14 -86 - -14 -86 - -26 -91 - 89 40 - -26 -91 - -33 -63 - -33 -63 - -95 -31 - -95 -31 - -18 90 - -79 -49 - -18 90 - -6 -12 - -6 -12 - -35 71 - -35 71 - 3 -15 - 3 -15 - -73 -73 - -73 -73 - -17 -8 - -17 -8 - -33 -11 - -33 -11 - 62 -18 - 62 -18 - 21 60 - 82 -40 - 82 -40 - 11 -70 - 11 -70 - 54 94 - -61 88 - 54 94 - -23 6 - -23 6 - -55 -69 - -55 -69 - 49 56 - 49 56 - 43 18 - 43 18 - 5 74 - 5 74 - -50 26 - -50 26 - 24 -95 - -35 -91 - 24 -95 - 94 -80 - 94 -80 - -35 -87 - -36 -87 - -35 -87 - -29 -97 - -29 -97 - 45 30 - 45 30 - 65 -41 - 65 -41 - 66 100 - 66 100 - 68 -94 - 68 -94 - -90 90 - -90 90 - -1 -37 - -2 -37 - -1 -37 - -1 -37 - -99 66 - -99 66 - -32 -74 - -33 -74 - -32 -74 - -14 21 - -14 21 - -1 -39 - -1 -39 - 0 -39 - -38 94 - -38 94 - 25 39 - 25 39 - 1 -39 - 1 -39 - 1 -39 - 60 -42 - 60 -42 - -5 22 - -5 22 - -53 22 - -53 22 - 85 20 - 85 20 - 47 69 - 47 69 - 74 99 - 74 99 - 0 67 - 0 67 - 3 -37 - 3 -37 - 3 -37 - 3 -37 - -82 42 - -82 42 - 3 -37 - 3 -37 - 3 -36 - 3 -36 - 27 25 - 3 -37 - 6 -47 - 6 -47 - 3 -37 - 3 -37 - 5 -99 - 5 -99 - 3 -36 - 10 36 - 4 -35 - 3 -36 - 3 -36 - 4 -36 - -16 -28 - -16 -28 - 30 10 - 30 10 - -16 -28 - -15 -27 - 30 10 - -73 14 - -73 14 - -3 -86 - -71 43 - -3 -86 - -43 -60 - -43 -60 - 4 -32 - 4 -32 - 66 -68 - 66 -68 - -66 -96 - -66 -96 - 99 -57 - 41 -89 - 41 -89 - 44 2 - 44 2 - -17 -47 - -17 -47 - -20 51 - -20 51 - 91 96 - 90 96 - 91 96 - 92 96 - 92 97 - 33 -32 - 33 -32 - 7 -25 - 6 -26 - 6 -26 - 6 -25 - 6 -25 - 7 -25 - -13 -67 - -13 -67 - -13 -66 - -5 -97 - -5 -97 - -43 -57 - -43 -57 - -5 63 - -5 63 - 33 52 - 88 -20 - 13 86 - 88 -20 - 88 -19 - 87 -3 - -40 45 - -40 45 - 90 98 - 90 98 - 55 7 - 55 7 - 54 28 - 54 28 - -62 88 - -62 88 - -54 -94 - 61 48 - 61 48 - -47 -61 - -47 -61 - -58 -39 - -58 -39 - 69 5 - 69 5 - 63 85 - 63 85 - 3 -63 - 3 -63 - -35 -19 - -35 -19 - -34 -19 - -4 -25 - -4 -25 - 66 13 - 66 13 - -59 33 - -59 34 - 17 -55 - 17 -55 - 82 94 - 82 94 - 89 -5 - 89 -5 - 59 -39 - 59 -39 - -64 68 - -64 68 - -66 85 - -66 85 - -66 85 - -67 86 - -66 86 - -67 86 - -45 40 - -45 40 - 1 -26 - 1 -26 - -39 -89 - -39 -89 - 42 -39 - 42 -39 - 17 20 - 16 20 - 17 20 - -43 -46 - -43 -46 - 56 22 - 56 22 - 58 -98 - 58 -98 - -9 -11 - -9 -11 - -39 -57 - -39 -57 - 16 54 - 16 54 - 78 37 - 40 -80 - 78 37 - 48 -19 - 48 -19 - 75 63 - 75 63 - 75 64 - 75 64 - 75 63 - 75 64 - 71 -38 - 71 -38 - -44 93 - -44 93 - -61 88 - -61 88 - 54 94 - -66 38 - -66 38 - 76 -63 - 76 -63 - 46 42 - 46 42 - -65 -31 - -65 -31 - 8 -15 - 8 -15 - -30 -31 - -30 -31 - 46 -64 - 75 15 - 46 -64 - -21 91 - -21 91 - -32 -19 - -32 -19 - -98 100 - -98 100 - -95 -42 - 59 -82 - -95 -42 - -95 -41 - -95 -41 - 59 -82 - -95 -42 - -95 -41 - -98 9 - -98 9 - 72 -77 - 72 -77 - 92 61 - 92 61 - -2 -36 - -2 -36 - 9 100 - 9 100 - -3 -35 - -3 -35 - -53 6 - -53 6 - 90 -97 - 90 -97 - 57 -80 - 57 -80 - 57 -81 - -46 93 - -46 93 - 48 41 - 48 41 - -42 41 - -42 41 - -81 -47 - -81 -47 - 29 -82 - 29 -82 - -28 -74 - -28 -74 - -74 38 - -74 38 - 50 99 - 50 99 - -91 -30 - -91 -30 - 1 -39 - 1 -39 - 1 -39 - 1 -39 - 66 32 - 66 32 - 1 -39 - 1 -39 - 1 -39 - 0 -39 - 1 -39 - 0 -39 - 1 -39 - 1 -38 - 2 -39 - 0 99 - 0 99 - 1 99 - 50 -84 - 50 -84 - 0 99 - 1 99 - 50 -84 - 2 -39 - 2 -39 - 69 80 - 69 80 - 2 -38 - 2 -38 - 2 -39 - 2 -39 - 2 -39 - 69 95 - 69 95 - 51 -86 - 51 -86 - 27 25 - 4 -37 - 3 -36 - 27 25 - 3 -37 - 10 36 - 3 -36 - 10 36 - 3 -36 - 4 -36 - 3 -36 - -92 -87 - -92 -87 - 99 -19 - 99 -19 - -15 -27 - -15 -27 - 30 10 - 3 -35 - 3 -35 - 4 -34 - 4 -34 - 3 -35 - 4 -34 - 4 -34 - 4 -34 - 4 -34 - 4 -33 - 4 -33 - 4 -34 - 4 -34 - 4 -33 - -96 76 - -96 76 - -99 -69 - 5 -32 - 5 -32 - 12 -47 - 12 -47 - 8 54 - 8 54 - 5 -30 - 5 -30 - -16 54 - -16 54 - 96 -41 - 96 -41 - -92 -40 - -92 -40 - 89 -96 - 89 -96 - -99 15 - -99 15 - 78 83 - 78 83 - -85 -76 - -85 -76 - 78 83 - -85 -76 - -55 -62 - -55 -62 - -30 -17 - -30 -17 - 92 96 - 90 96 - 91 96 - 92 96 - 92 97 - 92 97 - 90 96 - 91 96 - 92 96 - 92 97 - 59 31 - -57 -32 - 59 31 - 40 -56 - 40 -56 - 59 31 - 40 -56 - 6 -26 - 6 -26 - 6 -26 - 6 -26 - 6 -25 - 7 -25 - 29 56 - 29 56 - -31 49 - -31 49 - 59 0 - 59 -61 - 59 -61 - 60 -12 - 59 0 - 60 -12 - 58 -55 - 58 -55 - 7 -21 - 7 -21 - 9 72 - 9 72 - 40 -59 - 33 52 - -5 63 - 33 52 - 13 86 - 13 86 - 88 -20 - -67 5 - -67 5 - 7 -18 - 7 -18 - 8 -18 - 38 54 - 38 54 - -75 5 - -75 5 - -75 4 - -75 4 - -28 -80 - -28 -80 - 9 -45 - 9 -45 - 35 -2 - 35 -2 - -34 -19 - -35 -19 - -34 -19 - 95 15 - 95 15 - 50 72 - 50 72 - -81 88 - -81 88 - -80 88 - -44 85 - -44 85 - 3 10 - 3 10 - -67 86 - -66 85 - -66 85 - -67 86 - -66 86 - -67 86 - 43 -20 - 43 -20 - -44 -35 - -44 -35 - -6 -9 - -6 -9 - -6 -9 - -6 -9 - -6 -9 - -41 -51 - -41 -51 - -37 -20 - -37 -20 - -9 29 - -9 29 - -95 20 - -95 20 - -54 25 - -54 25 - -65 90 - -65 90 - -65 91 - -65 91 - -65 90 - -65 91 - 7 33 - 7 33 - -74 -23 - -74 -23 - -50 -70 - -50 -70 - 73 -48 - -3 -34 - -3 -34 - 40 -85 - 40 -85 - 54 79 - -23 -94 - -23 -94 - 77 -52 - 77 -52 - -30 24 - -30 24 - -2 -37 - -2 -37 - -2 -37 - -2 -37 - -2 -37 - -2 -37 - -2 -37 - -2 -37 - -2 -37 - -2 -37 - -2 -37 - -2 -37 - -2 -37 - -2 -37 - -2 -37 - -2 -37 - -2 -37 - -2 -38 - -31 31 - -31 31 - -2 -37 - -2 -37 - -1 -37 - 51 34 - 51 34 - -51 -43 - -51 -43 - 64 89 - 64 89 - -19 87 - -19 87 - 48 19 - 48 19 - -56 37 - -56 37 - 72 -47 - 72 -47 - 39 40 - 39 40 - -55 73 - -55 73 - 15 41 - 15 41 - 29 -61 - 29 -61 - 1 -39 - 0 -39 - 1 -39 - 1 -38 - 2 -39 - 78 -80 - 78 -80 - 1 99 - 0 99 - 1 99 - 50 -84 - 91 21 - 91 21 - 2 -39 - 2 -39 - 2 -39 - -50 -51 - -50 -51 - -45 -68 - -45 -68 - 3 -37 - 4 -37 - 3 -36 - 27 25 - 3 -37 - 52 71 - 52 71 - -21 -8 - -21 -8 - -22 -7 - -22 -7 - -21 -8 - -22 -7 - 3 -36 - 10 36 - 3 -36 - 4 -36 - 3 -36 - 4 -36 - 55 93 - 63 -83 - 55 93 - 4 -35 - 4 -35 - 4 -34 - 4 -34 - 4 -35 - 4 -34 - -94 -1 - -94 -1 - 8 29 - 8 29 - -12 -63 - -12 -63 - -65 -100 - -65 -100 - 90 94 - 90 94 - 6 -31 - 6 -31 - -75 -33 - -75 -33 - -69 27 - -69 27 - 50 53 - 50 53 - -41 -45 - -41 -45 - -37 -77 - -37 -77 - -58 -33 - -58 -33 - -57 -32 - 6 -26 - 6 -26 - 6 -26 - 98 4 - 98 4 - -12 37 - -12 37 - 6 -24 - 6 -24 - 34 17 - 34 17 - 40 -59 - 9 72 - 40 -59 - 40 -59 - 40 -59 - -41 54 - -41 54 - 91 59 - 91 59 - -20 -17 - -20 -17 - 86 91 - 86 91 - 86 92 - 86 92 - 86 91 - 86 92 - 78 -65 - 78 -65 - 70 -67 - 70 -67 - 67 -93 - 67 -93 - 20 -8 - 20 -8 - 73 -81 - 73 -81 - -80 88 - -81 88 - -80 88 - 79 83 - 79 83 - 47 -6 - 47 -6 - 46 -7 - 56 69 - 56 69 - 82 71 - 82 71 - -66 85 - -66 85 - -66 85 - -67 86 - -66 86 - -67 86 - -66 86 - -66 85 - -66 85 - -67 86 - -66 86 - -67 86 - 98 55 - 98 55 - 99 56 - 22 17 - 22 17 - 23 17 - 22 18 - 22 18 - 22 17 - 23 17 - 24 17 - 22 18 - 23 18 - 89 10 - 89 10 - 90 10 - -3 -44 - -3 -44 - 60 -60 - 60 -60 - -16 -31 - -16 -31 - 40 -80 - 40 -80 - 78 37 - 97 -97 - 97 -97 - 52 12 - 52 12 - 12 -56 - 12 -56 - -87 -21 - -87 -21 - -51 -83 - -51 -83 - 16 -69 - 16 -69 - -56 18 - -56 18 - 56 -24 - 56 -24 - -68 42 - -68 42 - 26 -94 - 26 -94 - -43 -7 - -43 -7 - -2 52 - -2 52 - -77 85 - -77 85 - 96 25 - 96 25 - 11 -91 - 11 -91 - 87 -31 - 34 40 - 34 40 - -21 -47 - -21 -47 - 69 7 - 69 7 - 72 -41 - 72 -41 - 99 0 - 99 0 - -9 69 - -9 69 - -3 -36 - -3 -36 - -3 -36 - -3 -36 - -97 13 - 12 96 - -43 89 - -97 13 - 54 88 - 54 88 - -28 -20 - -28 -20 - 72 74 - 72 74 - 51 -20 - 51 -20 - -88 -87 - -88 -87 - -81 17 - -81 17 - 3 17 - 3 17 - 0 -40 - 0 -39 - 0 -40 - 28 -92 - 28 -92 - -1 -60 - -1 -60 - 1 -38 - 0 -39 - 1 -39 - 1 -39 - 1 -38 - 2 -39 - 87 -80 - 87 -80 - -36 -97 - -36 -97 - 90 75 - 90 75 - 94 57 - 94 57 - 88 63 - 88 63 - 77 -77 - 77 -77 - 28 -51 - 28 -51 - 70 56 - 70 56 - 64 68 - 64 68 - 85 16 - 85 16 - 70 -39 - 70 -39 - 63 -83 - 63 -83 - 55 93 - -71 43 - -71 43 - -3 -86 - 76 -34 - -4 -52 - -4 -52 - 41 72 - 41 72 - -73 -38 - 17 2 - 17 2 - 45 22 - 45 22 - 99 -57 - -66 -96 - 99 -57 - 98 57 - 5 -31 - 5 -31 - 5 -31 - 5 -30 - 5 -30 - 5 -30 - 5 -30 - 48 50 - 48 50 - 5 -30 - 5 -30 - 26 72 - 26 72 - -88 25 - -88 25 - 81 -95 - 81 -95 - -57 -32 - -58 -33 - -57 -32 - 59 31 - 53 70 - 53 70 - 46 -88 - 46 -88 - 96 -33 - -97 10 - -97 10 - 46 -88 - -97 10 - 59 0 - -31 49 - 59 0 - 60 -12 - -52 -46 - -52 -46 - 7 -22 - 7 -22 - 7 -22 - 6 -22 - 32 -6 - 32 -6 - -46 19 - -46 19 - -45 19 - 8 -18 - 7 -18 - 8 -18 - -52 6 - -52 6 - -41 76 - -41 76 - 74 -18 - 74 -18 - 84 -22 - 84 -22 - 64 -63 - 52 66 - 99 56 - 98 55 - 99 56 - 22 -58 - 22 -58 - 37 -16 - 37 -16 - -29 -7 - -29 -7 - -92 -13 - -92 -13 - 23 17 - 22 17 - 23 17 - 24 17 - 22 18 - 23 18 - 23 18 - 23 17 - 24 17 - 22 18 - 23 18 - 24 18 - 90 10 - 89 10 - 90 10 - 63 -98 - 63 -98 - -50 -60 - -50 -60 - 44 43 - 44 43 - -44 -26 - -44 -26 - 87 -31 - 11 -91 - 87 -31 - 18 -95 - 18 -95 - 68 61 - 68 61 - 12 9 - 12 9 - -72 -39 - -72 -39 - 61 -30 - 61 -30 - 94 -38 - 94 -38 - 98 -5 - 98 -5 - 69 23 - 69 23 - -8 24 - -8 24 - 34 -50 - 34 -50 - -25 -75 - -25 -75 - 74 -25 - 74 -25 - 46 16 - 46 16 - 57 -81 - 57 -80 - 57 -81 - -2 -37 - -2 -37 - -2 -37 - -2 -37 - -2 -37 - -2 -38 - -2 -37 - -2 -37 - -2 -37 - -2 -37 - -2 -38 - 99 -9 - 99 -9 - -2 -38 - -2 -38 - -56 73 - -56 73 - -29 -15 - -29 -15 - -16 40 - -16 40 - 45 -1 - 45 -1 - -62 -1 - -62 -1 - 0 97 - 0 97 - 73 -63 - -58 100 - -58 100 - 1 -39 - 1 -39 - 1 -39 - 1 -40 - 83 22 - 83 22 - 26 81 - -83 76 - -83 76 - -24 44 - -24 44 - 2 -39 - 0 -39 - 1 -39 - 1 -39 - 1 -38 - 2 -39 - -15 93 - -15 93 - -25 -45 - -25 -45 - 12 -27 - 12 -27 - 88 90 - 88 90 - 41 -3 - 41 -3 - 44 -61 - 44 -61 - 76 47 - -34 80 - 76 47 - 3 -37 - 3 -37 - 3 -37 - 4 -37 - 3 -37 - 3 -37 - 3 -37 - 4 -37 - 4 -37 - 3 -37 - 3 -37 - 4 -37 - 27 25 - 3 -37 - 3 -37 - 3 -37 - 3 -37 - 82 -54 - 82 -54 - -90 -93 - -90 -93 - 3 -36 - 3 -36 - 10 36 - 4 -36 - 10 36 - 3 -36 - 4 -36 - 21 29 - 4 -36 - 4 -36 - 3 -36 - 4 -36 - 21 29 - 4 -36 - 58 -56 - 58 -56 - 49 30 - 49 30 - -47 37 - -47 37 - -47 -55 - -47 -55 - 7 -70 - -88 3 - -88 3 - -99 -69 - -96 76 - -99 -69 - 5 -31 - 5 -31 - 5 -31 - 5 -31 - 4 -31 - 5 -30 - 5 -30 - 5 -30 - 5 -30 - 68 -9 - 68 -9 - -83 -53 - -83 -53 - -63 87 - -63 87 - 0 -45 - 0 -45 - -84 -30 - -84 -30 - 67 46 - 67 46 - 52 66 - 52 66 - 7 34 - 7 34 - -36 37 - -36 37 - 7 -22 - 7 -22 - 7 -22 - 6 -22 - 7 -22 - 7 -20 - 7 -20 - -6 -12 - -6 -12 - -5 -12 - -21 7 - -21 7 - -45 19 - -46 19 - -45 19 - 36 85 - 36 85 - -25 22 - -25 22 - -36 -83 - 72 56 - -36 -83 - -90 60 - -90 60 - 13 47 - 13 47 - 51 -88 - 51 -88 - 30 -58 - 30 -58 - 53 61 - 53 61 - -43 -17 - -43 -17 - 36 26 - 36 26 - 24 17 - 23 17 - 24 17 - 22 18 - 23 18 - 24 18 - 24 18 - 24 17 - 23 18 - 24 18 - -33 -32 - -33 -32 - -35 -32 - 60 74 - 60 74 - -69 -51 - -69 -51 - -6 -9 - -6 -9 - -6 -9 - -4 -89 - -4 -89 - -41 -43 - -41 -43 - -21 31 - -21 31 - 53 -80 - 53 -80 - -15 2 - -15 2 - 49 -19 - 49 -19 - 23 -78 - 23 -78 - 10 -54 - 10 -54 - 55 -18 - 55 -18 - -6 -21 - -6 -21 - -5 -21 - -6 -21 - 66 52 - 66 52 - -47 -71 - -21 11 - -21 11 - -65 12 - -65 12 - -24 57 - -24 57 - -22 -5 - -22 -5 - 69 96 - 69 96 - -63 -46 - -63 -46 - -78 50 - -78 50 - 73 -48 - -50 -70 - 73 -48 - -32 27 - -32 27 - -22 -51 - -22 -51 - -44 89 - -44 89 - 74 -20 - 74 -20 - 70 5 - 70 5 - 54 79 - 40 -85 - 54 79 - -2 -37 - -2 -37 - -2 -36 - 20 -67 - 20 -67 - 18 -67 - -2 -37 - -2 -37 - -2 -37 - -2 -37 - -2 -37 - -2 -37 - -2 -37 - -2 -37 - -2 -37 - -2 -37 - -2 -37 - -2 -38 - 36 27 - 36 27 - 12 96 - 12 96 - 48 80 - -43 89 - -97 13 - -43 89 - 12 96 - -43 89 - -97 13 - 91 -53 - 91 -53 - 15 41 - 15 41 - 29 -76 - 29 -76 - 83 -82 - 83 -82 - -12 30 - -12 30 - -38 36 - -38 36 - 78 0 - 78 0 - -24 24 - -24 24 - 0 -40 - 0 -40 - 0 -40 - 73 -63 - 0 97 - 73 -63 - 0 -39 - 0 -39 - 0 -40 - 29 -3 - 29 -3 - 1 -40 - 1 -40 - 16 97 - 16 97 - 28 31 - 28 31 - -59 66 - 74 48 - 79 42 - -59 66 - 75 84 - 75 84 - 3 -37 - 3 -37 - 3 -37 - 66 -70 - 66 -70 - 66 -69 - 66 -69 - 66 -70 - 66 -69 - 52 -70 - 52 -70 - 76 -34 - -71 43 - 76 -34 - -67 -36 - -67 -36 - 41 21 - 41 21 - 23 39 - 80 24 - 80 24 - 52 15 - 52 15 - 15 -92 - 15 -92 - -23 33 - -23 33 - 98 57 - 99 -57 - 98 57 - 81 -45 - 81 -45 - 41 -98 - 41 -98 - -3 35 - 10 -35 - -3 35 - 6 -28 - 6 -29 - 6 -28 - 6 -27 - 6 -28 - 6 -28 - -11 -59 - -11 -59 - -50 -91 - -50 -91 - 96 -33 - 6 -22 - 7 -22 - 7 -22 - 6 -22 - 7 -22 - -5 -12 - -6 -12 - -5 -12 - 68 77 - 68 77 - 37 34 - 37 34 - -45 28 - -45 28 - 7 -15 - 7 -15 - 2 -72 - 2 -72 - 4 -28 - 4 -28 - 94 13 - 94 13 - 49 64 - 49 64 - 70 96 - 70 96 - 8 -14 - 8 -14 - 97 -40 - 97 -40 - 23 14 - 23 14 - 63 -56 - 63 -56 - 64 -63 - 84 -22 - 64 -63 - 63 39 - 63 39 - 64 39 - 46 -7 - 47 -6 - 46 -7 - 40 -45 - 40 -45 - 66 -43 - 66 -43 - -54 66 - -54 66 - -9 -12 - -9 -12 - 80 -39 - 80 -39 - 25 15 - 25 15 - 6 -15 - 6 -15 - -33 -68 - -33 -68 - 43 25 - 43 25 - 60 57 - 60 57 - -6 60 - -6 60 - 30 -27 - 30 -27 - 45 -38 - 45 -38 - -5 -21 - -6 -21 - -5 -21 - -6 -21 - -38 54 - -38 54 - 55 75 - 55 75 - -96 3 - -90 60 - -90 60 - 66 92 - 66 92 - -43 -75 - -43 -75 - -65 19 - -65 19 - -11 12 - -11 12 - -68 -10 - -68 -10 - 19 9 - 19 9 - -63 -93 - -63 -93 - -78 53 - -78 53 - -4 -33 - -4 -33 - -88 34 - -88 34 - -3 -34 - -3 -34 - -4 -34 - -4 -34 - -3 -34 - -4 -34 - 99 49 - 99 49 - 84 54 - 84 54 - 84 55 - 84 55 - 84 54 - 84 55 - 59 -43 - 59 -43 - 60 -42 - -31 24 - -31 24 - 95 19 - 95 19 - -2 -37 - -2 -37 - -2 -38 - -2 -37 - -2 -37 - -2 -38 - -2 -38 - -2 -37 - -2 -37 - 44 -28 - 44 -28 - 93 -88 - 93 -88 - 13 -73 - 13 -73 - 22 59 - 22 59 - 0 -40 - 0 -40 - 0 -40 - -36 -74 - -36 -74 - 65 49 - -23 23 - -23 23 - 0 -40 - 0 -40 - -4 23 - -4 23 - -4 24 - -4 24 - -84 88 - -84 88 - -73 -55 - -73 -55 - -7 -90 - 1 -40 - 1 -40 - 1 -39 - 1 -39 - 1 -38 - 2 -39 - 2 -39 - 2 -39 - -26 66 - -26 66 - -45 -72 - -45 -72 - 2 -40 - 2 -40 - 2 -39 - 2 -39 - 3 -39 - 74 48 - 74 48 - 79 42 - -59 66 - 3 -38 - 3 -38 - -99 -34 - -99 -34 - 61 -60 - 61 -60 - -89 -20 - -89 -20 - 4 -34 - 4 -34 - 5 -34 - -46 65 - -46 65 - 7 -70 - -47 -55 - 7 -70 - -73 -38 - 41 72 - -73 -38 - -32 -44 - -32 -44 - 44 -11 - 44 -11 - 4 -31 - 5 -31 - 4 -31 - 87 4 - 87 4 - 5 -30 - 5 -30 - 5 -30 - 5 -30 - 6 -30 - 95 71 - 95 71 - 27 42 - 27 42 - -94 -40 - -94 -40 - -73 -66 - 17 24 - 17 24 - -73 -66 - -94 -40 - -73 -66 - 6 -27 - 6 -28 - 6 -27 - 6 -28 - 6 -28 - 6 -28 - -21 35 - -21 35 - 6 -26 - 6 -26 - 43 54 - 43 54 - 62 38 - -1 74 - 62 38 - 98 42 - 98 42 - 65 88 - 96 -33 - 46 -88 - -50 -91 - 96 -33 - -29 23 - -29 23 - 60 91 - 60 91 - -48 46 - -48 46 - 7 -21 - 7 -21 - -52 -18 - -52 -18 - 9 76 - 9 76 - 57 -8 - 57 -8 - -18 -99 - -18 -99 - 72 56 - 72 56 - -36 -83 - 84 70 - 84 70 - 7 -12 - 7 -12 - -56 22 - -56 22 - 67 47 - 67 47 - 7 -10 - 7 -10 - 52 66 - 84 -22 - 52 66 - 64 39 - 63 39 - 64 39 - 51 -89 - 51 -89 - 19 57 - 19 57 - 60 -8 - 48 -2 - 48 -2 - -21 -96 - -21 -96 - 0 50 - 0 50 - -1 -63 - -1 -63 - 0 -62 - 3 10 - 3 10 - 11 58 - 11 58 - -40 -2 - -40 -2 - 93 -38 - 93 -38 - 91 40 - -65 -5 - -65 -5 - -6 -13 - -6 -13 - 36 -90 - 36 -90 - 83 -70 - 83 -70 - -54 63 - -54 63 - -10 -93 - -10 -93 - -74 -30 - -74 -30 - -1 -31 - -1 -31 - 96 -81 - 96 -81 - -96 3 - 55 75 - -96 3 - 8 85 - 8 85 - -88 -87 - -88 -87 - -5 -24 - -5 -24 - 9 8 - 9 8 - -35 10 - -35 10 - -5 -28 - -5 -28 - -4 -29 - -9 23 - -9 23 - -4 -31 - -4 -31 - -4 -30 - -4 -30 - -4 -31 - -4 -30 - -25 -37 - -25 -37 - 28 -50 - 28 -50 - -57 88 - -57 88 - 58 -84 - 58 -84 - -57 88 - 58 -84 - 54 -17 - 54 -17 - -23 72 - -61 45 - -23 72 - 52 -12 - 52 -12 - -36 -32 - -36 -32 - -36 -31 - -36 -31 - -36 -32 - -36 -31 - 15 90 - 15 90 - 60 -42 - 59 -43 - 60 -42 - 63 27 - 63 27 - 18 -67 - 20 -67 - 18 -67 - 31 4 - 31 4 - 48 80 - 12 96 - 48 80 - 59 -35 - 59 -35 - 62 37 - -57 46 - 62 37 - 98 89 - 98 89 - -4 -46 - -4 -46 - 13 20 - 13 20 - 65 49 - -36 -74 - 65 49 - 31 77 - 31 77 - -73 -70 - -73 -70 - 1 -40 - 1 -39 - 1 -40 - 26 81 - 83 22 - 26 81 - 2 -40 - 2 -40 - 1 -40 - 1 -40 - 2 -39 - 3 -39 - 12 3 - 12 3 - -34 80 - -34 80 - 76 47 - 21 29 - 4 -36 - 21 29 - 4 -36 - 64 -1 - 64 -1 - 13 -22 - 13 -22 - 4 -36 - 4 -36 - 4 -36 - 4 -36 - 42 43 - 42 43 - 25 -27 - 25 -27 - 5 -31 - 5 -31 - 5 -31 - 5 -31 - -18 54 - -18 54 - 33 41 - 33 41 - 94 -100 - 94 -100 - 98 0 - 98 0 - 10 -35 - 10 -35 - -3 35 - 96 65 - 96 65 - -27 -19 - -27 -19 - -41 -60 - -41 -60 - -41 -59 - -41 -59 - -41 -60 - -41 -59 - 6 -28 - 6 -29 - 6 -28 - 6 -27 - 6 -28 - 6 -28 - -50 39 - -50 39 - 6 -27 - 6 -28 - 6 -27 - 6 -27 - 6 -28 - 6 -27 - 6 -27 - 6 -27 - 6 -28 - 91 -95 - 91 -95 - -1 74 - -1 74 - 62 38 - 51 -89 - 51 -89 - -96 82 - -96 82 - 49 -45 - 49 -45 - 29 -17 - 29 -17 - -74 -71 - -74 -71 - 7 -22 - 7 -22 - 6 -22 - 7 -22 - -27 98 - -27 98 - 7 -20 - 7 -20 - 8 -19 - -51 -72 - -51 -72 - -7 -82 - -7 -82 - 41 85 - 41 85 - 64 -34 - 64 -34 - 42 61 - 42 61 - -38 38 - -38 38 - -73 -50 - -73 -50 - 37 -45 - 37 -45 - -15 -89 - -15 -89 - -35 -32 - -33 -32 - -35 -32 - -34 -31 - 0 -62 - -1 -63 - 0 -62 - -7 -9 - -7 -9 - 61 86 - 61 86 - 35 4 - 35 4 - -64 -88 - -64 -88 - 32 38 - 32 38 - -53 -26 - -53 -26 - 18 -61 - 18 -61 - -6 -18 - -6 -18 - -7 -17 - -7 -17 - 90 -88 - 90 -88 - 23 29 - 23 29 - 63 36 - 63 36 - -6 -22 - -6 -22 - -6 -21 - -6 -21 - -5 -21 - -6 -21 - -47 -71 - 66 52 - -47 -71 - 86 -19 - -6 -22 - -6 -22 - -58 98 - -58 98 - -75 -3 - -75 -3 - 44 -76 - 44 -76 - -4 -29 - -5 -28 - -4 -29 - -31 -100 - -31 -100 - 72 67 - 72 67 - 6 10 - 6 10 - -57 75 - -57 75 - -47 79 - -47 79 - -57 75 - -47 79 - 56 -17 - 56 -17 - 30 26 - 30 26 - -2 -36 - -2 -37 - -2 -36 - 41 -56 - 41 -56 - -46 88 - -46 88 - -57 39 - -57 39 - 51 -79 - 51 -79 - -21 -53 - -21 -53 - -84 -24 - -84 -24 - 17 67 - 17 67 - -7 -90 - -73 -55 - -7 -90 - 89 -90 - 89 -90 - 3 -39 - 2 -39 - 3 -39 - 79 42 - 74 48 - 79 42 - -59 66 - 79 -76 - 79 -76 - 2 -39 - 1 -40 - 2 -39 - 3 -39 - 3 -38 - 3 -38 - -68 -32 - -68 -32 - 3 -37 - 3 -37 - -7 -56 - -7 -56 - -94 -87 - -94 -87 - 74 -14 - 73 25 - 74 -14 - 4 -36 - 4 -37 - 4 -36 - 4 -36 - 4 -36 - 4 -36 - 4 -36 - 4 -36 - 4 -36 - 4 -36 - 4 -36 - 4 -36 - -6 -66 - -6 -66 - -6 -65 - -6 -65 - -6 -66 - -6 -65 - 78 -1 - 78 -1 - 4 -34 - 4 -35 - 4 -35 - 4 -34 - 4 -34 - 4 -35 - 5 -34 - 4 -34 - 5 -34 - 4 84 - 4 84 - 23 39 - 41 21 - 23 39 - 27 1 - 27 1 - 5 -33 - 5 -32 - 5 -33 - 5 -32 - 5 -32 - 5 -31 - 5 -32 - 5 -31 - 5 -32 - 5 -31 - 5 -32 - 5 -31 - 5 -32 - 5 -32 - 5 -31 - 5 -32 - 5 -31 - 5 -31 - 5 -31 - 5 -32 - 5 -31 - 5 -31 - -45 82 - -45 82 - 71 -41 - 71 -41 - 31 -34 - 31 -34 - -71 -63 - -71 -63 - 9 81 - 9 81 - 6 -29 - 6 -29 - 6 -28 - 6 -28 - 6 -28 - 6 -28 - 6 -27 - 6 -28 - 6 -28 - 6 -28 - 6 -28 - 6 -28 - 6 -27 - 6 -28 - 6 -28 - 6 -28 - 68 -32 - 68 -32 - 76 11 - 76 11 - 69 88 - 69 88 - -71 -51 - -71 -51 - 69 -1 - 69 -1 - -17 32 - -17 32 - 10 -54 - 10 -54 - 11 -54 - 11 -54 - 10 -54 - 11 -54 - 72 -63 - 72 -63 - -18 5 - -18 5 - 73 -63 - 73 -63 - 6 -23 - 6 -23 - 6 -21 - 6 -21 - 86 -45 - 86 -45 - 87 -45 - 37 75 - 57 -57 - 37 75 - -39 -53 - -39 -53 - 65 -63 - 65 -63 - 54 -39 - 54 -39 - -23 32 - -23 32 - -24 -9 - -24 -9 - -34 -31 - -35 -32 - -34 -31 - 23 -45 - 23 -45 - -5 -33 - -5 -33 - 91 40 - 93 -38 - 91 40 - 68 -8 - 68 -8 - 68 2 - 68 2 - -99 -56 - -99 -56 - 87 73 - -96 19 - -96 19 - 77 -91 - 77 -91 - 73 -2 - 73 -2 - 21 -38 - 21 -38 - 67 -96 - 67 -96 - -39 8 - -39 8 - 56 58 - 56 58 - -5 -26 - -5 -26 - -5 -25 - -5 -25 - -5 -26 - -5 -25 - -96 20 - -96 20 - -19 -22 - -19 -22 - -10 -5 - -10 -5 - 64 69 - 64 69 - -67 -57 - -67 -57 - 60 40 - 60 40 - -61 45 - -61 45 - -23 72 - 84 17 - 84 17 - 39 -45 - 39 -45 - -18 37 - -18 37 - -3 -36 - -3 -36 - -2 -36 - -98 58 - -98 58 - 60 30 - 60 30 - 9 25 - 9 25 - -79 92 - -79 92 - -29 21 - -29 21 - -57 46 - -57 46 - 62 37 - 69 -22 - 29 -13 - 29 -13 - -57 94 - -57 94 - 75 -65 - 75 -65 - 91 -73 - 91 -73 - 1 -20 - 1 -20 - -65 -54 - -65 -54 - 43 -19 - 43 -19 - 29 -88 - 29 -88 - 25 -52 - 25 -52 - 58 91 - 58 91 - 3 -39 - 1 -40 - 2 -39 - 3 -39 - 82 94 - 82 94 - 39 -54 - 39 -54 - -60 -91 - -60 -91 - 17 68 - 17 68 - 38 -96 - 38 -96 - 38 -95 - 39 -96 - 38 -95 - 38 -96 - 38 -95 - 39 -96 - 68 74 - 68 74 - 92 -41 - -51 -73 - -51 -73 - -13 -30 - -13 -30 - 4 -35 - 4 -35 - 4 -35 - 4 -34 - 4 -34 - 4 -35 - 4 -34 - 4 -35 - 4 -35 - 4 -34 - 4 -34 - 4 -35 - 5 -34 - 5 -34 - 5 -34 - 5 -34 - 64 49 - 64 49 - 42 -83 - 42 -83 - 25 20 - 25 20 - 6 -30 - 5 -30 - 6 -30 - 45 51 - 45 51 - 74 3 - 74 3 - 75 3 - 87 -19 - 87 -19 - -86 -78 - -86 -78 - 6 -28 - 6 -27 - 6 -27 - 6 -28 - 48 79 - 48 79 - 65 88 - 98 42 - 65 88 - 33 79 - 33 79 - -21 -24 - -21 -24 - 77 -43 - 77 -43 - -6 97 - -6 97 - 19 -18 - 19 -18 - 33 -48 - 33 -48 - 37 -78 - 37 -78 - 11 -72 - 11 -72 - 9 -32 - 9 -32 - -38 -42 - -38 -42 - 87 -45 - 75 66 - 86 -45 - 87 -45 - 7 -19 - 7 -19 - 8 -19 - 7 -19 - 7 -19 - 52 -25 - 52 -25 - 27 -44 - 27 -44 - -22 6 - -22 6 - 10 39 - 10 39 - 3 -99 - 3 -99 - -22 70 - -22 70 - 43 27 - 43 27 - 1 62 - 1 62 - 60 -8 - 19 57 - 60 -8 - 15 3 - 15 3 - -31 44 - -31 44 - -31 45 - -31 45 - -31 44 - -31 45 - 33 -50 - 33 -50 - 44 17 - 44 17 - 45 18 - 3 9 - 3 9 - 83 3 - 83 3 - 5 -69 - 5 -69 - 50 33 - 50 33 - 50 32 - 50 32 - 50 33 - 50 32 - 60 42 - 60 42 - -28 -83 - -28 -83 - -24 -65 - -24 -65 - -88 16 - -88 16 - 31 48 - 31 48 - -33 68 - -33 68 - -5 -32 - -5 -32 - -4 -32 - 65 -63 - 65 -63 - -3 -34 - -4 -34 - -3 -34 - -3 -35 - -3 -37 - -3 -37 - -3 -36 - -3 -36 - -3 -37 - -3 -36 - -13 -62 - -13 -62 - -80 42 - -80 42 - 38 28 - 38 28 - 18 -80 - 18 -80 - 19 -80 - -15 86 - -15 86 - 36 8 - 36 8 - 2 40 - 2 40 - 86 33 - 86 33 - 43 97 - 43 97 - -20 79 - -20 79 - 3 -38 - 3 -38 - 3 -39 - 4 -37 - 4 -37 - 4 -37 - 4 -37 - 4 -36 - 7 86 - 7 86 - 4 -36 - 4 -36 - 4 -36 - 38 -58 - 38 -58 - 98 3 - 98 3 - 9 3 - 9 3 - 97 -16 - 95 30 - 97 -16 - -71 49 - -71 49 - -48 60 - -48 60 - -24 -62 - -24 -62 - -22 87 - -22 87 - -6 -98 - 99 -4 - 98 -22 - -6 -98 - 40 -57 - 40 -57 - 89 20 - 89 20 - 59 99 - 59 99 - 75 3 - 74 3 - 75 3 - -88 -33 - -88 -33 - 6 -26 - 6 -27 - 6 -26 - 52 -17 - 52 -17 - -86 73 - -86 73 - 37 -99 - 37 -99 - -78 -28 - -78 -28 - 8 -19 - 7 -20 - 8 -19 - 8 -19 - 7 -19 - 8 -19 - 19 -92 - 19 -92 - 57 -57 - 57 -57 - 37 75 - 12 -68 - 12 -68 - -14 0 - -14 0 - -14 0 - 7 -17 - 7 -17 - -20 14 - -20 14 - 58 63 - -86 1 - 58 63 - 3 39 - 3 39 - 46 26 - 46 26 - 1 30 - 1 30 - -1 -14 - -1 -14 - -5 100 - -5 100 - 10 -3 - 10 -3 - -20 -78 - -20 -78 - -30 -32 - -30 -32 - -30 -31 - -30 -31 - -30 -32 - -30 -31 - -20 -77 - -20 -77 - -42 -7 - -42 -7 - -30 -27 - -30 -27 - 45 18 - 44 17 - 45 18 - -46 65 - -46 65 - -46 66 - -46 66 - -46 65 - -46 66 - 99 -87 - 99 -87 - 20 -30 - 20 -30 - -87 -66 - -87 -66 - -34 29 - -41 -20 - -34 29 - -93 1 - -35 -85 - -93 1 - 28 32 - 28 32 - 87 73 - -99 -56 - 87 73 - -30 -73 - -30 -73 - 39 -80 - 39 -80 - 10 57 - 10 57 - 86 -19 - -47 -71 - 86 -19 - -6 -24 - -6 -24 - 22 -10 - -6 -26 - -6 -26 - -6 -26 - -5 -26 - -31 74 - -31 74 - -6 -46 - -6 -46 - 50 -50 - 50 -50 - -4 -30 - -4 -30 - -94 -82 - -94 -82 - 24 -44 - 24 -44 - 0 -55 - 0 -55 - -4 -32 - -5 -32 - -4 -32 - -5 -32 - 63 96 - 63 96 - 42 -24 - 42 -24 - 27 68 - 27 68 - -3 -35 - -3 -34 - -3 -35 - 86 -66 - 86 -66 - -3 -35 - -3 -35 - -4 -35 - -4 -35 - -90 -24 - -90 -24 - -2 -36 - -3 -36 - -2 -36 - -3 72 - -3 72 - 69 15 - 31 -33 - 31 -33 - 69 -22 - -57 46 - 73 -16 - 69 -22 - 97 -30 - 97 -30 - 19 -80 - 18 -80 - 19 -80 - 45 17 - 45 17 - -1 -39 - -1 -39 - -1 -40 - -1 -40 - -1 -39 - -1 -40 - 1 50 - 1 50 - 59 -38 - 59 -38 - 90 -38 - 90 -38 - 22 92 - 22 92 - -44 59 - -44 59 - 77 77 - 77 77 - -4 -16 - -4 -16 - 48 56 - 48 56 - -37 95 - -37 95 - 58 27 - 58 27 - -42 -52 - -42 -52 - -62 -99 - -62 -99 - 3 -39 - 3 -38 - 3 -39 - -37 -73 - -37 -73 - 0 -95 - 0 -95 - 44 -89 - 20 -99 - 44 -89 - 39 -96 - 38 -96 - 38 -95 - 39 -96 - 73 24 - 73 24 - 73 25 - 73 25 - 73 24 - 73 25 - 74 -14 - 21 -58 - 21 -58 - -47 -37 - -47 -37 - -6 -46 - -6 -46 - 4 -36 - 4 -36 - 4 -36 - 4 -36 - 4 -36 - 4 -36 - 4 -36 - 4 -36 - 4 -36 - 4 -36 - 4 -36 - 92 -41 - 68 74 - 92 -41 - 4 -35 - 4 -35 - 4 -35 - 4 -34 - 4 -34 - 4 -35 - 4 -35 - 4 -35 - 4 -35 - 4 -34 - 4 -34 - 4 -35 - 4 -35 - 4 -34 - 4 -34 - 4 -35 - -15 32 - 4 -36 - 4 -35 - 12 27 - 12 27 - -9 92 - -9 92 - 95 30 - 95 30 - 97 -16 - -65 -39 - -65 -39 - 5 -32 - 5 -33 - 5 -32 - 6 -32 - 5 -33 - -17 -14 - -17 -14 - -16 -14 - 81 -19 - 81 -19 - 25 -14 - 25 -14 - 28 -45 - 28 -45 - 47 56 - 47 56 - 99 -4 - 99 -4 - 98 -22 - -6 -98 - 34 3 - 34 3 - -45 3 - -45 3 - 81 -2 - 81 -2 - 83 1 - 82 -2 - 79 59 - 79 59 - 19 33 - 19 33 - 6 -25 - 6 -25 - 8 -21 - 8 -21 - -5 -27 - -5 -27 - -14 0 - -14 0 - -14 0 - 7 -16 - 7 -16 - -86 1 - -86 1 - 58 63 - 1 -21 - 1 -21 - 15 60 - 15 60 - -24 57 - -7 -90 - -7 -90 - 8 -12 - 8 -12 - -65 34 - -65 34 - 20 53 - 20 53 - -61 99 - -61 99 - 11 -3 - 11 -3 - 11 -4 - -87 80 - -87 80 - 36 -17 - 36 -17 - 37 -17 - 36 -18 - 72 -63 - 72 -63 - 72 -62 - 72 -62 - 72 -63 - 72 -62 - 21 -32 - 21 -32 - -14 85 - -14 85 - 95 -3 - 95 -3 - -35 -25 - -35 -25 - 74 -9 - 74 -9 - -68 -38 - -68 -38 - 11 -62 - 11 -62 - -35 -85 - -35 -85 - -93 1 - 31 -7 - 31 -7 - 58 22 - 58 22 - 84 26 - -80 -40 - 84 26 - 0 -33 - 0 -33 - 37 -3 - 37 -3 - 22 -10 - -6 -24 - 22 -10 - 46 -25 - 46 -25 - 7 -20 - 7 -20 - -6 -26 - -6 -26 - -6 -26 - -5 -26 - -6 -26 - -10 28 - -10 28 - -5 -30 - -5 -30 - 86 -55 - 86 -55 - -30 -27 - -30 -27 - -86 3 - -86 3 - -5 45 - -5 45 - -5 46 - -5 46 - -5 45 - -5 46 - 48 9 - 48 9 - 40 -54 - 40 -54 - -50 2 - -50 2 - 80 -38 - 80 -38 - 69 15 - -3 72 - 69 15 - 22 54 - 22 54 - 87 -62 - 87 -62 - -78 2 - -78 2 - 7 70 - 7 70 - -46 -88 - 49 89 - -46 -88 - -4 38 - -4 38 - -49 73 - -49 73 - 15 -53 - 15 -53 - -9 34 - -9 34 - 77 32 - 77 32 - -32 -18 - -32 -18 - 28 98 - 28 98 - 65 -15 - 65 -15 - 55 -26 - 55 -26 - 68 36 - 68 36 - 87 -11 - 87 -11 - -43 -95 - 20 -99 - -43 -95 - -72 -81 - -72 -81 - 84 78 - 84 78 - 78 50 - 78 50 - 48 6 - 48 6 - -15 32 - 4 -35 - 4 -35 - 4 -34 - 4 -35 - -15 32 - 4 -36 - 4 -35 - 5 -35 - 5 -35 - 4 -34 - 4 -35 - -15 32 - 4 -36 - 4 -35 - 5 -35 - 5 -34 - 4 -35 - 5 -35 - 5 -34 - -13 -62 - -13 -62 - -93 -16 - -93 -16 - 6 -32 - 5 -33 - 5 -32 - 6 -32 - 66 38 - 66 38 - -16 -14 - -17 -14 - -16 -14 - -27 -54 - -27 -54 - -40 -10 - -40 -10 - 5 -31 - 5 -31 - -11 -6 - -11 -6 - 13 5 - 13 5 - 73 9 - 73 9 - 6 -29 - 6 -29 - 72 63 - 72 63 - 82 -2 - 81 -2 - 83 1 - 82 -2 - -37 -30 - -37 -30 - 69 29 - 69 29 - 69 30 - 70 30 - 69 30 - 69 29 - 69 30 - 70 30 - 7 -22 - 7 -22 - 7 -22 - 61 14 - 61 14 - -66 -47 - -66 -47 - -51 -39 - -51 -39 - 75 66 - 75 66 - 87 -45 - 48 67 - 48 67 - -25 58 - -25 58 - 61 97 - 61 97 - 7 -15 - 7 -15 - 7 -15 - 7 -15 - 7 -15 - 7 -15 - -24 57 - 15 60 - -24 57 - 91 81 - 91 81 - -15 62 - -15 62 - 8 64 - 8 64 - -9 2 - -9 2 - -53 79 - -53 79 - 84 44 - 65 -72 - 84 44 - -53 79 - 84 44 - 65 -72 - -45 56 - -45 56 - 11 -4 - 11 -3 - 11 -4 - 37 -17 - 36 -17 - 37 -17 - 36 -18 - 2 -47 - 2 -47 - -86 -80 - -86 -80 - -48 -1 - -48 -1 - 95 -83 - 95 -83 - 7 83 - 7 83 - 40 7 - 40 7 - 76 -49 - 76 -49 - -69 -90 - -69 -90 - 19 -84 - 19 -84 - -57 -71 - -57 -71 - -69 -62 - 41 -70 - 41 -70 - -80 -40 - -80 -40 - 84 26 - 61 -1 - 61 -1 - 5 80 - 5 80 - 7 15 - 7 15 - -97 -92 - -97 -92 - -38 -74 - -38 -74 - 74 58 - -31 -85 - 74 58 - -52 25 - -52 25 - -5 -26 - -6 -26 - -6 -26 - -5 -26 - -6 -26 - 12 -64 - 12 -64 - 62 39 - 62 39 - 92 -71 - 92 -71 - -6 -28 - -6 -28 - 6 -55 - 6 -55 - -43 -20 - -43 -20 - 9 1 - 9 1 - -5 -29 - -5 -30 - -5 -29 - -5 -29 - -4 -35 - -4 -35 - -4 -34 - -4 -34 - -4 -34 - -4 -35 - -4 -34 - -4 -34 - -4 -34 - -4 -35 - -4 -34 - -4 -34 - -3 -34 - 75 -63 - 75 -63 - 39 -33 - 39 -33 - -81 -4 - -81 -4 - -40 -86 - -40 -86 - 61 -34 - 61 -34 - -10 28 - -10 28 - -20 35 - -20 35 - 73 -16 - 73 -16 - 69 -22 - -52 33 - -52 33 - -45 86 - -45 86 - -1 -40 - -1 -39 - -1 -40 - -1 -40 - -1 -40 - -1 -40 - 0 -40 - 0 -40 - 0 -39 - 0 -39 - 0 -40 - 0 -39 - 1 48 - 1 48 - 61 80 - 61 80 - 0 -40 - 0 -40 - 0 -40 - 0 -40 - 0 -40 - 0 -40 - 0 -40 - 0 -40 - -23 93 - -23 93 - 64 -86 - 64 -86 - -59 -13 - -59 -13 - -13 57 - -13 57 - 18 -87 - 18 -87 - 3 -39 - 3 -39 - 3 -39 - 3 -39 - 3 -39 - 4 -39 - 3 -38 - 3 -38 - 3 -39 - 4 -39 - 3 -38 - -51 -21 - -51 -21 - 3 -39 - 3 -39 - 3 -38 - 3 -38 - 3 -39 - 3 -38 - 3 -38 - 3 -38 - 4 -37 - 4 -37 - 3 -37 - 4 -36 - 3 -36 - 4 -37 - 4 -36 - 4 -37 - 3 -37 - 4 -36 - 3 -36 - 4 -37 - 8 16 - 8 16 - 2 21 - 2 21 - -70 -2 - -70 -2 - 98 -22 - 99 -4 - 98 -22 - -6 -98 - -76 9 - -76 9 - -78 -19 - -78 -19 - 6 -28 - 6 -28 - 7 -27 - 6 -27 - 6 -27 - 6 -27 - 6 -27 - 6 -26 - 70 30 - 69 29 - 69 30 - 70 30 - 33 -93 - 33 -93 - 35 -64 - 35 -64 - 45 -71 - 81 -12 - 45 -71 - -42 -18 - -42 -18 - -7 49 - -7 49 - 91 -73 - 91 -73 - -72 56 - -72 56 - 79 -36 - 79 -36 - 86 -31 - 86 -31 - 95 59 - 95 59 - 45 11 - -48 -2 - 45 11 - 85 48 - -25 92 - 12 97 - 85 48 - 7 -16 - 7 -16 - -5 -14 - -5 -14 - 86 45 - 86 45 - 22 82 - 22 82 - 0 -63 - 0 -63 - 59 -32 - 59 -32 - -38 46 - -38 46 - 41 -46 - -62 72 - -62 72 - 93 39 - 93 39 - 31 -56 - 31 -56 - 72 98 - 72 98 - 22 -41 - 22 -41 - 14 -5 - 14 -5 - -32 36 - -32 36 - 17 3 - 17 3 - 36 -18 - 36 -17 - 37 -17 - 36 -18 - -94 -98 - -94 -98 - -71 4 - 64 32 - 64 33 - -71 4 - 54 -13 - 54 -13 - -41 -20 - -41 -20 - -34 29 - 41 40 - 41 40 - 41 41 - 41 42 - 23 -52 - 41 41 - 41 40 - 41 41 - 41 42 - 23 -52 - 41 42 - 41 40 - 41 41 - 41 42 - 23 -52 - -69 -62 - -57 -71 - -69 -62 - -6 -20 - -6 -20 - -6 -20 - 99 -65 - 99 -65 - 13 68 - 13 68 - 24 -33 - 24 -33 - -6 -22 - -6 -22 - -90 -81 - -90 -81 - 61 -72 - 61 -72 - -6 -26 - -6 -26 - -5 -26 - -6 -26 - -8 -86 - -8 -86 - -5 -27 - -5 -27 - -10 5 - -10 5 - 10 0 - 10 0 - 10 1 - 10 1 - 10 0 - 10 1 - -78 7 - -78 7 - -57 51 - -5 -29 - -5 -29 - -5 -29 - 74 -32 - 74 -32 - -5 -31 - -5 -31 - -5 -31 - -5 -32 - -5 -31 - -4 -32 - -5 -32 - -4 -32 - -14 57 - -14 57 - -97 66 - -97 66 - 69 -93 - 57 -89 - 57 -89 - 54 -84 - 54 -84 - 73 -63 - -1 59 - -1 59 - 79 -52 - 79 -52 - 47 100 - 47 100 - -2 -38 - -2 -38 - 49 89 - 49 89 - -46 -88 - 84 71 - 84 71 - -2 -38 - -2 -38 - -8 -70 - -8 -70 - -8 -69 - -37 60 - -8 -69 - -8 -70 - -8 -69 - -37 60 - 85 -26 - 85 -26 - 68 10 - 68 10 - -98 64 - -98 64 - 0 -40 - 0 -41 - 0 -41 - 0 -40 - 0 -41 - 0 -41 - 95 56 - 95 56 - 4 29 - 4 29 - 85 -79 - 85 -79 - 4 -39 - 3 -39 - 4 -39 - 3 -38 - 89 82 - 89 82 - 48 -11 - 48 -11 - 75 81 - 75 81 - 85 88 - 85 88 - 85 89 - 85 89 - 85 88 - 85 89 - 20 -99 - 20 -99 - -43 -95 - 44 -89 - 3 -37 - 4 -37 - 3 -37 - 4 -36 - 3 -36 - 4 -37 - 3 -36 - 4 -37 - 3 -37 - 4 -36 - 3 -36 - 4 -37 - 5 -36 - 5 -36 - 5 -37 - 4 -36 - 4 -36 - 5 -36 - 5 -37 - 4 -36 - -75 -60 - -75 -60 - 4 -36 - 5 -35 - 4 -35 - -15 32 - 4 -36 - 4 -35 - 5 -35 - 5 -33 - 5 -33 - 5 -34 - 5 -32 - 6 -32 - -9 -49 - -9 -49 - -89 36 - -89 36 - 83 1 - 81 -2 - 83 1 - 82 -2 - 7 -27 - 6 -28 - 7 -27 - 59 47 - 59 47 - 16 -97 - 16 -97 - 76 58 - 76 58 - 98 97 - 98 97 - -56 -84 - -56 -84 - 36 -68 - 36 -68 - 7 -22 - 7 -22 - 7 -22 - 7 -20 - 7 -20 - 8 -20 - 9 -20 - 8 -19 - 8 -19 - 7 -18 - 7 -18 - -48 -2 - -48 -2 - 45 11 - -52 -21 - -52 -21 - -25 92 - -25 92 - 12 97 - 85 48 - -76 30 - -76 30 - 56 -46 - 56 -46 - 47 -62 - 47 -62 - -7 -62 - -7 -62 - 7 -9 - 7 -9 - 7 -9 - 93 -70 - 93 -70 - 15 -5 - 15 -5 - 14 -4 - 14 -4 - -52 -8 - -52 -8 - -7 -9 - -7 -9 - -85 -39 - -85 -39 - -8 -11 - -7 -12 - -8 -11 - -88 -81 - -88 -81 - -7 -19 - -7 -19 - -6 -19 - 94 48 - 94 48 - -47 -11 - -47 -11 - -24 54 - -24 54 - 46 -58 - 46 -58 - -35 -29 - -35 -29 - -56 -52 - -56 -52 - -1 -9 - -1 -9 - -5 -30 - -5 -30 - -5 -29 - 65 -53 - 65 -53 - 2 -91 - 2 -91 - 29 -65 - 29 -65 - 44 44 - 44 44 - -4 -32 - -5 -31 - -5 -32 - -4 -32 - 10 80 - 10 80 - 50 -70 - 50 -70 - 69 -93 - -97 66 - 69 -93 - 36 84 - 36 84 - 73 -63 - 54 -84 - 73 -63 - 39 -64 - 39 -64 - -9 -62 - -9 -62 - 89 -29 - 89 -29 - -1 -40 - -1 -40 - -1 -40 - -1 -39 - -1 -39 - -1 -40 - -1 -39 - -1 -40 - -1 -40 - -1 -40 - -1 -40 - -1 -39 - -1 -40 - -1 -40 - -1 -40 - -1 -40 - 39 -30 - 39 -30 - -1 -40 - -1 -40 - 0 -39 - 0 -39 - 48 -21 - 48 -21 - 76 -100 - 76 -100 - 0 -41 - 0 -41 - 0 -41 - 0 -40 - 0 -40 - 0 -40 - 0 -40 - 0 -40 - 45 25 - 45 25 - 82 -53 - 82 -53 - 87 -85 - 87 -85 - 99 -77 - -63 47 - -63 47 - 49 9 - 49 9 - -2 -22 - -2 -22 - 86 85 - 86 85 - -50 21 - -50 21 - -49 21 - 4 -37 - 4 -37 - 3 -37 - 4 -36 - 3 -36 - 4 -37 - -46 0 - -46 0 - 5 -37 - 5 -36 - 5 -37 - 4 -36 - 48 39 - 48 39 - 83 22 - 83 22 - 6 -34 - -22 -25 - 6 -34 - -85 33 - -85 33 - 94 -86 - 94 -86 - -98 -49 - -98 -49 - 65 -3 - 65 -3 - -23 -34 - -23 -34 - -56 39 - -56 39 - -56 40 - -56 40 - -56 39 - -56 40 - -29 47 - -29 47 - 8 -20 - 7 -20 - 8 -20 - 9 -20 - 12 97 - -25 92 - 75 -58 - 12 97 - 85 48 - 48 -20 - 48 -20 - 68 60 - 68 60 - -23 -33 - -23 -33 - -23 -32 - -23 -32 - -23 -33 - -23 -32 - 80 56 - 80 56 - -12 -16 - -12 -16 - 6 -43 - 6 -43 - 17 -70 - 17 -70 - 41 -46 - -38 46 - 41 -46 - 7 -9 - 7 -9 - 7 -9 - 65 -72 - -53 79 - 84 44 - 65 -72 - 16 -5 - 16 -5 - 64 32 - 64 32 - 64 33 - -71 4 - 64 33 - 64 32 - 64 33 - -71 4 - 82 62 - 82 62 - -14 -33 - -14 -33 - -7 -12 - -7 -12 - -8 -11 - -90 -35 - -90 -35 - -7 -13 - -7 -13 - -7 -14 - -7 -14 - -7 -13 - -7 -13 - 26 4 - 26 4 - -6 -62 - -6 -62 - 86 -26 - 86 -26 - 52 -72 - 52 -72 - 86 -26 - 52 -72 - 88 -89 - 88 -89 - -6 -21 - -6 -21 - -7 -21 - -7 -21 - -6 -22 - -6 -22 - -99 -12 - -99 -12 - -31 -85 - -31 -85 - 74 58 - 7 98 - 7 98 - -16 -60 - -16 -60 - -5 -31 - -5 -31 - -5 -31 - 30 98 - 30 98 - 68 -43 - 68 -43 - 68 -42 - 68 -42 - 68 -43 - 68 -42 - 26 -45 - 26 -45 - 13 90 - 13 90 - -88 -21 - -88 -21 - 13 90 - -88 -21 - 14 -90 - 62 -39 - 62 -39 - 30 -31 - 30 -31 - 30 -30 - 30 -30 - 30 -31 - 30 -30 - -6 -64 - -54 37 - -6 -64 - 75 -93 - 75 -93 - 44 -73 - 44 -73 - 22 -95 - 22 -95 - 88 -45 - 88 -45 - 22 -95 - 88 -45 - -37 60 - -8 -70 - -8 -69 - -37 60 - -1 -40 - -2 -40 - -1 -40 - -1 -40 - -1 -40 - -1 -39 - -1 -40 - -1 -40 - -1 -40 - -1 -40 - -1 -40 - -1 -39 - -1 -40 - -1 -40 - -1 -40 - -1 -40 - -42 -19 - -42 -19 - 39 82 - 39 82 - 84 -27 - 46 -78 - 46 -78 - -61 -53 - -61 -53 - 2 79 - 0 -41 - 0 -41 - 0 -41 - 0 -40 - 16 86 - 16 86 - 8 -90 - 8 -90 - -12 -47 - -12 -47 - 3 -39 - 3 -39 - 3 -39 - 86 -76 - 86 -76 - 42 -90 - 42 -90 - 4 -38 - 4 -38 - 4 -38 - 4 -38 - 4 -38 - 4 -38 - -39 -6 - -39 -6 - -49 21 - -50 21 - -49 21 - 60 -87 - 60 -87 - 61 3 - 61 3 - 23 25 - 4 -35 - 23 25 - 5 -35 - 5 -35 - 4 -36 - 5 -35 - 5 -34 - 5 -34 - -94 -50 - -94 -50 - 45 4 - 45 4 - -66 -56 - -66 -56 - -44 35 - -44 35 - -9 42 - -9 42 - 81 -12 - 81 -12 - 45 -71 - 86 -58 - 86 -58 - 5 -46 - 5 -46 - 30 93 - 30 93 - -55 93 - -55 93 - 9 -20 - 7 -20 - 8 -20 - 9 -20 - -82 35 - -82 35 - 8 37 - 8 37 - 50 -28 - 50 -28 - -30 -39 - -30 -39 - -84 -30 - -84 -30 - -38 80 - -38 80 - 95 -65 - 95 -65 - 15 60 - 15 60 - -50 -3 - -50 -3 - 59 50 - 59 50 - 12 -9 - 12 -9 - -23 -32 - -23 -32 - 54 83 - 54 83 - 56 -26 - 56 -26 - 96 -54 - 96 -54 - -11 -73 - -11 -73 - -81 -98 - -81 -98 - -59 -97 - -59 -97 - 42 -63 - 42 -63 - -32 -55 - -32 -55 - 23 -52 - 41 40 - 41 41 - 41 42 - 23 -52 - -9 -7 - -9 -7 - -6 -19 - -7 -19 - -6 -19 - -7 -19 - -7 -19 - -20 7 - -20 7 - -6 -20 - -6 -20 - -6 -20 - -32 39 - -32 39 - 10 -62 - 10 -62 - 60 75 - 60 75 - -6 -26 - -6 -26 - 92 69 - 92 69 - 55 -37 - 55 -37 - 23 87 - 23 87 - -6 -28 - -6 -28 - -63 -73 - -63 -73 - -57 51 - -78 7 - -57 51 - 52 58 - -25 -58 - -25 -58 - -5 -31 - -5 -31 - -5 -32 - -4 -32 - -83 -25 - -83 -25 - -22 96 - -22 96 - -4 -35 - -17 31 - -4 -35 - -4 -35 - -3 -35 - -56 63 - -56 63 - 3 36 - 3 36 - -34 -12 - -34 -12 - 2 79 - -61 -53 - 76 4 - 2 79 - 74 25 - 74 25 - 2 79 - 74 25 - -4 86 - -4 86 - -1 -34 - -1 -34 - 0 -34 - 0 -34 - -1 -34 - 0 -34 - 99 -77 - 87 -85 - 99 -77 - 11 -20 - 11 -20 - 94 -41 - 94 -41 - 68 -93 - 68 -93 - 56 -89 - 56 -89 - 5 -35 - 5 -35 - 4 -36 - 4 -35 - 4 -36 - 4 -36 - 4 -35 - 5 -35 - 4 -36 - 5 -35 - 5 -34 - 5 -35 - 5 -34 - 5 -34 - 5 -34 - 5 -33 - 5 -34 - 5 -34 - -75 4 - -75 4 - 73 67 - 73 67 - 72 68 - 72 68 - 73 67 - 72 68 - -86 23 - -86 23 - 48 -55 - 48 -55 - 5 -31 - 6 -32 - 5 -31 - 42 -48 - 42 -48 - 7 -31 - 7 -31 - -61 73 - -61 73 - 10 -41 - 10 -41 - 43 66 - 43 66 - 72 -18 - 72 -18 - 8 -14 - 8 -14 - 96 -75 - 96 -75 - 66 0 - 66 0 - 14 37 - 14 37 - 15 46 - 15 46 - 53 28 - 53 28 - 8 14 - 8 14 - -16 6 - -16 6 - 18 -6 - 18 -6 - 76 -65 - 76 -65 - -22 -30 - -22 -30 - -27 -37 - -27 -37 - -27 -36 - -27 -36 - -27 -37 - -27 -36 - -19 -1 - -19 -1 - 17 -6 - 17 -6 - 25 11 - 25 11 - -6 -11 - -8 -10 - -6 -11 - -7 -10 - -6 -10 - -6 -10 - -49 -76 - -49 -76 - -8 -14 - -8 -14 - -7 -14 - -69 -37 - -69 -37 - 15 -86 - 15 -86 - -99 -88 - -99 -88 - 69 79 - 69 79 - 58 -66 - 58 -66 - -2 36 - -2 36 - -2 37 - -2 37 - -2 36 - -2 37 - 12 64 - 12 64 - 53 -24 - 53 -24 - 40 -19 - 40 -19 - 19 -41 - 18 -40 - 18 -40 - 40 -19 - 19 -41 - 18 -40 - 18 -40 - 59 -34 - 59 -34 - 18 -40 - 18 -40 - 18 -40 - -31 -4 - -31 -4 - -47 -75 - -47 -75 - 14 -90 - -88 -21 - 14 -90 - 67 -45 - 67 -45 - -4 -34 - -4 -34 - -7 100 - -7 100 - -4 -35 - -17 31 - -4 -35 - -4 -35 - -3 -35 - -3 -35 - -4 -35 - -4 -35 - -3 -35 - -4 -35 - -3 -68 - -3 -68 - -3 -37 - -3 -37 - -3 -37 - -3 -37 - -3 -37 - -3 -37 - -3 -37 - -3 -37 - -3 -37 - -3 -36 - 34 -60 - 34 -60 - 55 68 - 55 68 - 47 45 - 47 45 - -58 59 - -58 59 - 84 -27 - 39 82 - 84 -27 - 25 84 - 26 84 - 76 4 - 76 4 - 2 79 - 94 95 - 94 95 - -93 90 - -93 90 - 0 -41 - 1 -42 - 0 -41 - 1 -41 - 1 -41 - 0 -41 - 1 -41 - 1 -41 - 38 19 - 1 -41 - 2 -41 - 2 -41 - 2 -41 - 2 -41 - 2 -41 - 2 -41 - 2 -41 - 2 -41 - 2 -41 - -38 -42 - -38 -42 - 43 33 - 43 33 - 76 -26 - 76 -26 - 4 -38 - 4 -38 - 4 -38 - 4 -38 - 4 -38 - 68 -48 - 68 -48 - 35 29 - 35 29 - 68 -74 - 68 -74 - -53 -7 - -53 -7 - 48 92 - 48 92 - 4 -36 - 4 -36 - 4 -35 - 5 -35 - 4 -35 - 5 -35 - 4 -36 - 23 25 - 5 -35 - 4 -35 - 5 -35 - 4 -36 - 5 -35 - 93 -85 - 93 -85 - 90 8 - 90 8 - -30 -86 - -22 -25 - -22 -25 - 5 -34 - 6 -34 - 25 -78 - 25 -78 - 47 -5 - 47 -5 - -25 1 - -25 1 - 60 36 - 60 36 - 54 -78 - 54 -78 - -9 -24 - -9 -24 - -32 94 - -32 94 - -20 -69 - -20 -69 - -54 -96 - -54 -96 - 79 74 - -65 98 - -65 98 - 33 -3 - 33 -3 - -54 -10 - -54 -10 - 75 -58 - 75 -58 - 12 97 - 8 -20 - 8 -20 - 8 -15 - 8 -15 - 65 -15 - 65 -15 - 7 -45 - 7 -45 - -19 67 - -19 67 - 31 11 - 31 11 - -8 90 - -8 90 - 13 69 - 13 69 - 16 -5 - 16 -5 - 57 -47 - 57 -47 - 58 -47 - 57 -46 - 57 -46 - 57 -47 - 58 -47 - 57 -46 - 14 -4 - 14 -4 - 15 56 - 15 56 - -7 -10 - -6 -11 - -7 -10 - -5 -10 - -5 -10 - 7 -30 - 7 -30 - -7 -14 - -8 -14 - -7 -14 - 88 -46 - 88 -46 - 45 91 - 45 -77 - 45 -77 - 68 -43 - 68 -43 - -7 -19 - -6 -19 - -7 -19 - -7 -19 - 66 97 - 66 97 - 6 54 - 6 54 - -78 -73 - -78 -73 - -87 86 - -87 86 - 19 -41 - 40 -19 - 19 -41 - 18 -40 - -5 -30 - -5 -30 - 37 -82 - 37 -82 - -38 20 - -38 20 - 27 77 - 27 77 - -61 -100 - -61 -100 - -4 -32 - -4 -32 - -54 37 - -54 37 - -6 -64 - -4 -33 - -4 -33 - 35 42 - 35 42 - -17 31 - -17 31 - -4 -35 - -4 -35 - -81 -32 - -81 -32 - 51 56 - 51 56 - -3 -37 - -3 -37 - -3 -37 - -3 -36 - -3 -36 - -3 -37 - -3 -37 - -3 -36 - 23 -84 - 23 -84 - -2 -39 - -2 -39 - 84 45 - 84 45 - -2 -40 - -2 -40 - -1 -40 - -1 -40 - 25 -53 - 25 -53 - -49 56 - -49 56 - 98 -39 - 98 -39 - 1 -42 - 1 -42 - 0 -41 - 38 19 - 38 19 - 1 -41 - 1 -40 - 1 -40 - -94 -85 - -94 -85 - -89 -30 - -89 -30 - 7 93 - 7 93 - 82 67 - 82 67 - -23 13 - -23 13 - -26 85 - -26 85 - 80 40 - 4 -38 - 4 -39 - 3 -39 - 4 -38 - 31 50 - 31 50 - -21 -45 - -21 -45 - 4 -38 - 4 -38 - 4 -38 - 4 -38 - 4 -38 - 4 -38 - 4 -38 - 4 -38 - 4 -38 - 4 -38 - 4 -38 - 4 -38 - 4 -38 - 4 -38 - 4 -38 - 4 -38 - 4 -38 - 78 -97 - 78 -97 - 38 69 - 38 69 - 93 29 - 93 29 - 83 57 - 5 -34 - 5 -35 - 5 -34 - 5 -34 - 5 -35 - 5 -35 - 5 -35 - 5 -35 - 5 -34 - 5 -35 - 5 -35 - 5 -35 - 5 -35 - 5 -34 - 5 -34 - 5 -35 - 5 -35 - 5 -35 - 5 -34 - 5 -34 - -22 -25 - 5 -34 - 5 -34 - 5 -34 - 5 -34 - -47 -85 - -47 -85 - 90 -97 - 90 -97 - -6 -48 - -6 -48 - 76 6 - 76 6 - -24 -98 - -24 -98 - 27 67 - 27 67 - 27 68 - 27 68 - 27 67 - 27 68 - 7 -26 - 7 -26 - -9 -32 - -9 -32 - -26 63 - -26 63 - 79 74 - -54 -96 - 79 74 - 86 -11 - 86 -11 - 7 -24 - 7 -24 - 8 -23 - 8 -23 - 8 -23 - 8 -21 - 8 -21 - -15 -66 - -15 -66 - 96 26 - 96 26 - 97 26 - 31 36 - 15 -44 - 31 36 - -93 58 - -93 58 - 8 -18 - 8 -18 - -2 89 - -2 89 - 89 23 - 89 23 - 25 88 - -89 67 - -89 67 - 76 38 - 76 38 - 65 56 - 65 56 - 76 38 - 65 56 - 28 -12 - 28 -12 - -79 81 - -79 81 - -8 91 - -8 91 - 44 -56 - 44 -56 - -29 96 - -29 96 - 67 -51 - 67 -51 - 58 -47 - 57 -47 - 58 -47 - 57 -46 - -71 0 - -71 0 - -25 44 - -25 44 - -30 -64 - -30 -64 - -9 -10 - -9 -10 - 66 -31 - 66 -31 - 62 45 - 62 45 - -7 -16 - -7 -16 - 8 16 - 8 16 - 17 -38 - 17 -38 - -7 -19 - -6 -19 - -7 -19 - -7 -19 - 51 -22 - 51 -22 - -47 -89 - -47 -89 - -6 -20 - -6 -20 - 15 65 - 15 65 - 21 39 - 21 39 - 64 1 - 64 1 - 84 65 - 84 65 - -6 -28 - -6 -28 - -5 -30 - -5 -30 - 52 58 - -57 51 - 52 58 - 57 81 - -85 55 - 57 81 - -5 -34 - -5 -34 - -4 -33 - -5 -33 - -4 -34 - -5 -33 - -5 -33 - -5 -34 - -4 -33 - -5 -33 - -4 -34 - -5 -33 - -74 56 - -74 56 - 37 66 - 37 66 - -29 -22 - -29 -22 - 28 -77 - 28 -77 - 25 -7 - 25 -7 - -2 -41 - -2 -41 - -2 -40 - -2 -40 - -2 -40 - -2 -41 - -2 -40 - -2 -40 - -30 49 - -30 49 - 25 84 - 84 -27 - 25 84 - 26 84 - 0 -41 - 0 -41 - 98 -57 - 98 -57 - 99 -57 - -24 67 - 72 -7 - -24 67 - -73 11 - -73 11 - 2 -41 - 2 -41 - 2 -41 - 2 -41 - 2 -41 - 21 35 - 21 35 - 80 40 - -26 85 - 80 40 - 80 54 - 80 54 - 18 97 - 36 -77 - 36 -77 - 3 -37 - 3 -37 - 4 -38 - 4 -38 - 3 -37 - 4 -38 - 4 -38 - 4 -37 - 4 -37 - 5 -37 - -25 18 - -25 18 - 64 32 - 64 32 - -47 -13 - -47 -13 - -47 -12 - -47 -12 - -47 -13 - -47 -12 - -30 -86 - 90 8 - -30 -86 - -59 7 - -59 7 - 26 73 - 26 73 - 6 -32 - 6 -32 - 6 -32 - 5 -31 - 7 -32 - -98 63 - -98 63 - 43 -80 - 43 -80 - -97 -5 - -97 -5 - -17 93 - -58 -36 - -58 -36 - 78 92 - 89 -84 - 78 92 - 18 -83 - 18 -83 - 97 26 - 96 26 - 97 26 - 15 -44 - 15 -44 - 31 36 - -89 51 - -89 51 - -14 -66 - -14 -66 - 63 67 - 63 67 - 19 83 - 19 83 - 18 -80 - 25 88 - 89 23 - 25 88 - 28 -47 - 28 -47 - 17 5 - 17 5 - 94 -16 - 94 -16 - -35 27 - -35 27 - 76 -88 - 76 -88 - -3 30 - -3 30 - 31 -8 - 31 -8 - 31 -1 - 32 -1 - 31 -1 - 31 -8 - 31 -1 - 32 -1 - 37 -24 - 37 -24 - -24 -33 - -24 -33 - -24 -32 - 18 25 - 18 25 - -8 -10 - -8 -10 - -6 -11 - -7 -11 - -87 -94 - -87 -94 - -35 -73 - -35 -73 - -5 31 - -5 31 - 40 61 - 40 61 - 31 -10 - 31 -10 - 22 -5 - 22 -5 - -6 83 - -6 83 - -5 83 - -5 84 - -19 67 - -19 67 - -56 -75 - -56 -75 - 95 -9 - -36 35 - -36 35 - -5 92 - -5 92 - -83 -20 - -83 -20 - -2 69 - -2 69 - -4 -32 - -4 -32 - -4 -33 - -5 -34 - -4 -33 - -5 -33 - -5 -33 - -4 -34 - -4 -34 - -5 -34 - -4 -33 - -5 -33 - -5 -33 - -4 -34 - -4 -33 - -5 -33 - -4 -33 - -94 -35 - -94 -35 - -4 -35 - -3 -35 - -4 -35 - -14 66 - -14 66 - -1 -40 - -2 -40 - -1 -40 - -96 -39 - -96 -39 - -14 89 - -14 89 - -1 -41 - -1 -41 - 26 84 - 84 -27 - 25 84 - 26 84 - -43 82 - -43 82 - 99 -57 - 98 -57 - 99 -57 - -18 44 - -18 44 - 72 -7 - 72 -7 - -24 67 - 2 -41 - 2 -41 - 2 -41 - 2 -41 - 2 -41 - 2 -41 - 2 -41 - 2 -41 - 2 -41 - -9 58 - -9 58 - 18 97 - 80 54 - 18 97 - 3 -39 - 4 -39 - 3 -39 - 4 -38 - -31 -47 - -31 -47 - -72 -68 - -72 -68 - 42 72 - 42 72 - -98 -53 - -98 -53 - 5 -37 - 4 -37 - 5 -38 - 5 -37 - 10 43 - 10 43 - 7 -32 - 6 -32 - 6 -32 - 7 -32 - 37 42 - 37 42 - 6 -30 - 6 -30 - 87 5 - 87 5 - -52 9 - -52 9 - -20 -14 - -20 -14 - 6 -28 - 6 -28 - 7 -27 - 7 -26 - 7 -26 - -24 -14 - 7 -24 - 7 -24 - 62 -94 - 62 -94 - 68 -7 - 68 -7 - 67 -52 - 67 -52 - 72 -59 - 72 -59 - 18 -80 - 19 83 - 18 -80 - 8 -18 - 8 -18 - -10 -24 - -10 -24 - 98 62 - 98 62 - -14 40 - -14 40 - 75 -13 - 75 -13 - 32 29 - 32 29 - 20 -91 - 20 -91 - -51 90 - -51 90 - 42 -32 - 42 -32 - -48 59 - -48 59 - 32 -1 - 31 -8 - 31 -1 - 32 -1 - 57 -63 - 57 -63 - 17 22 - 17 22 - -24 -32 - -24 -33 - -24 -32 - 19 26 - 19 26 - -79 -91 - -79 -91 - -25 -85 - -25 -85 - 45 91 - 88 -46 - 45 91 - -99 -34 - -3 70 - -3 70 - -5 83 - -6 83 - -5 83 - -5 84 - -5 84 - -6 83 - -5 83 - -5 84 - -7 -22 - -7 -22 - 2 88 - -85 7 - 2 88 - 92 -88 - 92 -88 - -73 37 - -73 37 - -35 12 - -35 12 - -74 -64 - -74 -64 - 2 61 - 2 61 - -6 -27 - -6 -27 - 65 35 - 65 35 - 1 -55 - 1 -55 - 96 -46 - 96 -46 - 64 84 - 64 84 - 67 33 - 67 33 - -5 -33 - -5 -34 - -4 -33 - -5 -33 - -5 -33 - -4 -34 - -13 -38 - -13 -38 - -2 -39 - -2 -39 - -2 -39 - -2 -39 - -64 -90 - -64 -90 - 73 41 - 73 41 - 18 83 - 18 83 - -25 56 - -25 56 - 79 -2 - 79 -2 - 2 -41 - 2 -41 - 2 -41 - 2 -41 - 2 -41 - 85 -69 - 85 -69 - 64 -19 - 64 -19 - 46 -6 - 46 -6 - 4 -39 - 4 -39 - 3 -39 - 4 -38 - 4 -38 - 4 -38 - 4 -38 - 34 -1 - 34 -1 - 28 19 - 28 19 - 5 -36 - 5 -37 - 5 -36 - 83 57 - 93 29 - 83 57 - 5 -35 - 5 -35 - 5 -35 - 5 -35 - 5 -34 - -97 -82 - -97 -82 - 45 -81 - 45 -81 - -17 93 - -97 -5 - -17 93 - -86 -1 - -86 -1 - -18 99 - -18 99 - 81 -2 - 81 -2 - 4 -83 - -13 -65 - -13 -65 - 4 -83 - 81 -2 - 4 -83 - 89 -84 - 89 -84 - 78 92 - 16 -97 - 16 -97 - 52 86 - 8 -23 - 8 -23 - 8 -23 - 27 29 - 27 29 - 8 -17 - 8 -17 - 66 -80 - 66 -80 - 53 35 - 53 35 - 8 -15 - 8 -15 - 9 -14 - 9 -14 - 68 8 - 68 8 - 8 -13 - 8 -13 - 8 22 - 8 22 - 64 78 - 64 78 - 83 -94 - 83 -94 - -21 -37 - -21 -37 - -20 -36 - 84 99 - 84 99 - 85 100 - -80 -97 - -80 -97 - -33 -95 - -33 -95 - -32 -87 - -32 -87 - -99 -34 - 45 91 - -99 -34 - -7 -17 - -7 -17 - -91 -62 - -91 -62 - -86 22 - -86 22 - -91 3 - -7 -21 - -7 -21 - -7 -21 - -7 -21 - 95 -9 - -56 -75 - 95 -9 - -85 7 - -85 7 - 2 88 - 18 12 - 18 12 - 81 29 - 81 29 - 81 30 - 81 30 - 81 29 - 81 30 - 30 25 - 30 25 - -85 55 - -85 55 - 57 81 - 4 19 - 4 19 - -64 82 - -64 82 - -4 -35 - -4 -35 - -3 -36 - -78 -32 - -78 -32 - -32 63 - -32 63 - -45 -76 - -45 -76 - 83 -32 - -96 23 - 85 -47 - -96 23 - -96 -4 - -96 -4 - -2 -39 - -2 -39 - -2 -40 - -2 -41 - -2 -40 - -2 -40 - -2 -40 - 82 -46 - 82 -46 - 80 53 - 80 53 - -16 -71 - -16 -71 - 60 -19 - 60 -19 - -1 -41 - -1 -41 - -1 -42 - -1 -42 - 54 2 - 54 2 - 99 -65 - 99 -65 - 66 -81 - 66 -81 - -86 59 - -86 59 - 19 63 - 19 63 - 13 -23 - 13 -23 - 3 -40 - 3 -40 - 35 -80 - 35 -80 - 0 14 - 0 14 - 81 11 - 81 11 - -62 10 - -62 10 - 95 -86 - 95 -86 - 93 -81 - -77 8 - -77 8 - 48 -31 - 48 -31 - -40 -58 - -40 -58 - 6 -33 - 6 -33 - -71 25 - -71 25 - 6 -32 - 6 -32 - 6 -32 - 6 -32 - 6 -32 - 7 -32 - 6 -31 - 6 -31 - 7 -31 - 31 -18 - 31 -18 - -33 86 - -33 86 - 7 -29 - 7 -29 - 7 -29 - 7 -27 - 6 -28 - 7 -27 - 6 -27 - 7 -26 - 7 -26 - 7 -27 - 6 -27 - 7 -26 - -20 -49 - -20 -49 - -65 -36 - -65 -36 - 53 98 - 53 98 - -83 34 - -83 34 - 63 -37 - 63 -37 - 8 -17 - 8 -17 - 54 -32 - 54 -32 - 0 -66 - 0 -66 - 63 33 - 63 33 - 24 5 - 24 5 - -35 -21 - -35 -21 - 77 -6 - 77 -6 - -34 -3 - -34 -3 - 74 -93 - 74 -93 - 26 85 - 26 85 - 65 -49 - 65 -49 - -36 83 - -36 83 - 2 45 - 2 45 - -27 -85 - -27 -85 - -97 4 - -97 4 - -20 -36 - -21 -37 - -20 -36 - -40 -59 - -40 -59 - -15 56 - -15 56 - 85 100 - 84 99 - 85 100 - -17 -24 - -17 -24 - -15 -21 - -15 -21 - -15 -21 - 8 96 - 8 96 - -7 -11 - -8 -10 - -7 -11 - -10 -86 - -10 -86 - 14 -64 - 14 -64 - -8 -13 - -8 -13 - -7 -19 - -7 -19 - -8 -19 - 66 -54 - 66 -54 - 7 34 - 7 34 - -7 -22 - -7 -22 - -62 35 - -62 35 - -58 90 - -58 90 - 56 99 - 56 99 - -61 -56 - -61 -56 - -25 -31 - -25 -31 - -5 -33 - -4 -33 - -5 -33 - -4 -34 - -5 -33 - -5 -33 - -4 -34 - -5 -33 - -5 -33 - -5 -33 - -4 -33 - -49 86 - -49 86 - -45 -2 - -45 -2 - -9 60 - -9 60 - -3 -36 - -4 -35 - -3 -36 - -3 -37 - -4 -37 - 42 -52 - 42 -52 - 10 56 - 10 56 - 67 55 - 67 55 - -17 -63 - -17 -63 - 85 -47 - 85 -47 - -96 23 - -28 -51 - -28 -51 - -96 -4 - -96 23 - -96 -4 - -96 -4 - 70 71 - -1 -42 - -1 -41 - -1 -42 - -1 -42 - -1 -42 - -1 -41 - -1 -42 - -1 -42 - -29 -29 - -20 57 - -20 57 - 54 95 - 54 95 - -1 -42 - -1 -42 - 1 61 - 1 61 - 75 -50 - 75 -50 - 2 -41 - 2 -41 - 2 -41 - 2 -41 - 62 65 - 62 65 - 2 -41 - 2 -41 - 2 -41 - 2 -41 - 2 -41 - -62 88 - -62 88 - 41 -49 - 41 -49 - 5 -38 - 5 -38 - 5 -38 - 5 -37 - 5 -37 - 5 -37 - 5 -36 - -27 41 - -27 41 - 93 -81 - 95 -86 - 93 -81 - 93 -80 - 93 -80 - 93 -81 - 93 -80 - 44 38 - 44 38 - 86 -22 - 86 -22 - 54 90 - 54 90 - 93 -46 - 45 -92 - 45 -92 - -51 -30 - -51 -30 - 9 -88 - 9 -88 - -24 -14 - 7 -26 - -24 -14 - -46 -78 - -46 -78 - 52 86 - 16 -97 - 52 86 - -9 -40 - -9 -40 - 56 -8 - 56 -8 - 20 60 - 20 60 - 8 -20 - 8 -20 - 9 -19 - 45 -68 - 45 -68 - -6 41 - -6 41 - 9 -13 - 9 -13 - 8 -14 - 8 -13 - 8 -14 - 9 -13 - 8 -14 - 59 -66 - 59 -66 - 66 2 - 66 2 - 77 1 - 77 1 - -22 -11 - -22 -11 - -71 -67 - -71 -67 - -47 -51 - -47 -51 - -33 50 - -33 50 - 20 25 - 20 25 - 96 -75 - 96 -75 - -14 -19 - -14 -19 - -14 -20 - 6 76 - 6 76 - 96 -93 - 96 -93 - -7 -9 - -7 -9 - -7 -9 - -31 -69 - -31 -69 - 39 73 - 39 73 - -7 -16 - -7 -16 - 81 -70 - 81 -70 - -7 -22 - -7 -22 - 92 -97 - 92 -97 - -7 -25 - -7 -25 - -7 -25 - -6 -25 - -6 -26 - -4 51 - -4 51 - -6 -27 - -6 -27 - 87 -25 - 87 -27 - 87 -25 - 12 -61 - 12 -61 - 42 -19 - 42 -19 - -27 -77 - -27 -77 - -72 33 - 18 44 - 18 44 - -49 95 - -49 95 - -55 54 - 65 -38 - -55 54 - 95 85 - 95 85 - -5 -33 - -5 -33 - 66 -85 - 66 -85 - -9 26 - -9 26 - -5 -33 - -5 -33 - -5 -33 - -5 -33 - 63 -72 - 63 -72 - 82 -56 - 82 -56 - 63 -72 - 82 -56 - 61 -32 - 61 -32 - -3 -37 - -3 -36 - -3 -37 - -4 -37 - 39 22 - 39 22 - -3 -37 - -3 -37 - -3 52 - -3 52 - 98 -16 - 98 -16 - -2 -38 - -2 -39 - -3 -38 - -2 -38 - 82 -87 - 82 -87 - 12 36 - 12 36 - -80 95 - -80 95 - 70 71 - -96 -4 - -96 -4 - 70 71 - 71 68 - 71 68 - 26 -52 - 26 -52 - 99 64 - 99 64 - -29 -29 - -1 -42 - -29 -29 - -69 -91 - -69 -91 - 0 -41 - 0 -41 - 1 -41 - 1 -41 - 2 -41 - 2 -41 - 2 -41 - 2 -41 - 2 -41 - 2 27 - 2 27 - 56 80 - 56 80 - 34 -84 - 34 -84 - 34 -83 - 34 -83 - 34 -84 - 34 -83 - 78 -68 - 78 -68 - 69 -49 - 69 -49 - 9 5 - 9 5 - -79 43 - 58 -69 - -79 43 - -32 -83 - 55 -16 - 55 -16 - 5 -36 - 5 -37 - 5 -36 - 5 -36 - -47 -27 - -47 -27 - 75 50 - 75 50 - 5 -35 - 6 -35 - 5 -35 - 6 -34 - 5 -34 - 5 -34 - 6 -35 - 5 -35 - 6 -34 - 5 -34 - 5 -63 - 5 -63 - 61 89 - 61 89 - 61 90 - 61 90 - 61 89 - 61 90 - 65 -14 - 65 -14 - 6 -32 - 6 -32 - 6 -31 - -49 26 - -49 26 - -76 19 - -76 19 - 55 -60 - 6 -27 - 7 -27 - 6 -27 - 7 -26 - 37 47 - 37 47 - 85 72 - 85 72 - 8 -24 - 8 -24 - 69 -16 - 69 -16 - 8 -21 - 8 -21 - 8 -21 - 3 60 - 54 -25 - 3 60 - 8 -19 - 8 -19 - -48 49 - -48 49 - 76 -29 - 76 -29 - -47 -5 - -47 -5 - -27 17 - -27 17 - -56 50 - -56 50 - 61 -44 - 61 -44 - 10 -6 - 10 -6 - 39 -45 - 39 -45 - -15 -21 - -15 -21 - -15 -21 - -24 -34 - -24 -34 - -7 -9 - -7 -9 - -7 -9 - 91 -81 - 91 -81 - -95 -94 - -95 -94 - 4 -85 - 4 -85 - -78 -15 - -78 -15 - -91 3 - -86 22 - -91 3 - 98 27 - 98 27 - -7 -20 - -7 -20 - 38 59 - 38 59 - -94 -56 - -94 -56 - -95 -55 - 45 -31 - 45 -31 - 81 14 - 81 14 - 24 -60 - 24 -60 - 87 -27 - 87 -27 - 87 -25 - -6 -29 - -6 -29 - -6 -29 - -49 -70 - -49 -70 - -12 -12 - -12 -12 - -36 23 - -36 23 - 96 -87 - 96 -87 - -4 -37 - -3 -36 - -3 -37 - -4 -37 - -3 -38 - -2 -39 - -3 -38 - -2 -38 - -29 96 - -29 96 - 83 -32 - -45 -76 - 83 -32 - -37 -80 - -96 -4 - -96 23 - -96 -4 - -96 -4 - 70 71 - 37 99 - 37 99 - -65 -76 - -65 -76 - -2 -40 - -2 -40 - -2 -39 - -2 -40 - -2 -34 - -2 -34 - -98 33 - -98 33 - 2 -41 - 1 -42 - 1 -41 - 2 -41 - 28 50 - 28 50 - 2 -41 - 2 -41 - 2 -41 - 2 -41 - 8 -25 - 8 -25 - -5 66 - -5 66 - -19 -67 - -19 -67 - -67 -95 - -67 -95 - 14 33 - 14 33 - 58 -69 - 58 -69 - -79 43 - -32 -83 - -79 43 - -32 -83 - 22 -36 - 22 -36 - 93 -78 - 93 -78 - 5 -37 - 5 -37 - 6 -37 - 5 -37 - 5 -37 - 5 -36 - 5 -36 - 18 9 - 18 9 - 93 -46 - 54 90 - 93 -46 - 5 11 - 5 11 - 6 11 - -83 -72 - -83 -72 - 41 -16 - 41 -16 - 41 -15 - 27 40 - 27 40 - 77 86 - 77 86 - 12 -49 - 12 -49 - 95 -56 - 95 -56 - 6 -32 - 6 -32 - 6 -32 - 6 -32 - 6 -32 - 6 -32 - 6 -32 - 6 -32 - 7 -31 - 6 -31 - 7 -31 - 6 -31 - -74 30 - -74 30 - 7 -29 - 7 -29 - 7 -29 - 55 -60 - -76 19 - 55 -60 - 7 -29 - 7 -29 - 90 -16 - 90 -16 - 66 77 - -98 16 - 66 77 - -90 47 - 94 18 - 94 18 - 28 -79 - 28 -79 - 11 93 - 11 93 - -90 -19 - 90 1 - 90 1 - 54 -25 - 54 -25 - 3 60 - 39 -81 - 39 -81 - 93 4 - 63 -22 - 63 -22 - 77 87 - 77 87 - 90 -1 - 90 -1 - 72 53 - 72 53 - -53 74 - 37 6 - 37 6 - 9 -14 - 9 -14 - 8 -13 - 8 -13 - 8 -13 - 8 -13 - 9 -13 - 55 35 - 55 35 - -56 57 - -56 57 - 25 -20 - 25 -20 - 78 -15 - 78 -15 - 75 27 - 75 27 - 75 28 - 75 28 - 75 27 - 75 28 - 19 -6 - 19 -6 - -15 -22 - -15 -22 - -8 -11 - -8 -11 - -14 -20 - -14 -19 - -14 -20 - -6 -9 - -6 -9 - 10 -10 - 10 -10 - -28 -64 - -28 -64 - -72 -99 - -72 -99 - -6 -12 - -6 -12 - -13 -29 - -13 -29 - -97 -75 - -97 -75 - 28 68 - 28 68 - 50 46 - 50 46 - -7 -17 - -7 -17 - -55 -64 - -55 -64 - 34 -60 - -10 -67 - 34 -60 - -14 -3 - -14 -3 - -8 -19 - -7 -19 - -8 -19 - -7 -20 - -7 -20 - -8 -19 - -7 -20 - -37 -89 - -37 -89 - -7 -25 - -7 -25 - -7 -25 - -6 -25 - -6 -26 - -6 -26 - -57 -10 - -57 -10 - -7 -27 - -6 -28 - -7 -27 - -6 -28 - 68 49 - 42 -71 - 68 49 - -72 33 - -27 -77 - -72 33 - -22 97 - -22 97 - -33 92 - -68 69 - -6 -31 - -6 -31 - 65 -38 - 65 -38 - -55 54 - -6 98 - -6 98 - -57 -44 - -57 -44 - -20 44 - -20 44 - 58 -58 - 58 -58 - 33 71 - 33 71 - -50 19 - -50 19 - -50 20 - -50 20 - -50 19 - -50 20 - -88 73 - -88 73 - 52 68 - 52 68 - -52 65 - -52 65 - -23 -35 - -23 -35 - -66 -1 - -66 -1 - 76 4 - 76 4 - 24 -16 - 24 -16 - -2 -39 - -2 -39 - -3 -38 - -2 -38 - -88 92 - -88 92 - -2 -39 - -2 -39 - 13 56 - 13 56 - -2 -40 - -2 -40 - -2 -39 - -2 -39 - -2 -40 - -2 -39 - 74 -21 - 74 -21 - 38 68 - 38 68 - -1 -41 - -1 -41 - 98 -30 - 98 -30 - -5 -35 - -5 -35 - 93 60 - 93 60 - 97 7 - 97 7 - 2 -41 - 2 -41 - 87 -70 - 87 -70 - -8 -63 - -7 -64 - -8 -63 - -7 -63 - 65 91 - 65 91 - 3 -40 - 3 -40 - 97 18 - 97 18 - 5 -38 - 5 -38 - 5 -38 - 6 -37 - 5 -37 - 6 -37 - 73 27 - 73 27 - 73 28 - 73 28 - 73 27 - 73 28 - 82 -100 - 82 -100 - 5 -35 - 5 -35 - 6 11 - 5 11 - 6 11 - 6 -34 - 6 -34 - 6 -34 - -2 16 - -2 16 - -8 14 - -8 14 - 6 -31 - 6 -32 - 7 -32 - 6 -31 - 6 -31 - 7 -31 - 6 -31 - -76 52 - -76 52 - 7 -30 - 7 -30 - 7 -29 - 23 70 - 23 70 - 7 -29 - 7 -29 - 7 -29 - -4 41 - -4 41 - -69 -73 - -69 -73 - -28 -17 - -28 -17 - 40 -13 - 40 -13 - 8 -21 - 8 -21 - 8 -21 - 8 -20 - 8 -20 - 9 -19 - 8 -20 - 9 -19 - -35 -10 - -35 -10 - 72 86 - 72 86 - 73 -60 - 73 -60 - 45 -89 - 45 -89 - 8 -16 - 8 -16 - 8 -16 - 8 -16 - 8 -16 - 8 -16 - 8 -15 - 8 -15 - -41 -26 - -41 -26 - -53 74 - 72 53 - -53 74 - 9 -14 - 9 -14 - 8 -13 - 9 -13 - 8 -13 - 8 -13 - 8 -13 - 8 -13 - 8 -13 - 8 -13 - 8 -13 - 8 -13 - 9 -13 - 9 -13 - 8 -13 - 8 -13 - 8 -13 - 9 -13 - 92 -84 - 92 -84 - -70 90 - -70 90 - 8 -12 - 8 -12 - 8 -11 - 8 -11 - -99 11 - -99 11 - -31 98 - 88 -80 - 88 -80 - -68 33 - -68 33 - -38 19 - -38 19 - -38 20 - -38 20 - -38 19 - -38 20 - 12 -7 - 12 -7 - 63 10 - 63 10 - 65 11 - 39 33 - 39 33 - 49 42 - 49 42 - 21 28 - 21 28 - -51 -68 - -51 -68 - 82 -43 - 82 -43 - 26 -15 - 26 -15 - 11 -11 - 11 -11 - 75 -97 - 75 -97 - -6 55 - -6 55 - -75 -39 - 68 53 - -75 -39 - 68 61 - 68 61 - -7 -21 - -7 -21 - -95 -55 - -94 -56 - -95 -55 - -6 -25 - -7 -25 - -7 -25 - -6 -25 - -6 -26 - -6 -26 - -6 -26 - -7 -25 - -7 -25 - -6 -25 - -6 -26 - -6 -26 - -20 27 - -20 27 - 61 -25 - 61 -25 - 37 12 - 37 12 - -63 -33 - -63 -33 - 28 67 - 42 -71 - 42 -71 - 68 49 - -6 -29 - -6 -29 - -6 -29 - -25 41 - -25 41 - -60 77 - -60 77 - 20 28 - -4 -35 - 20 28 - 33 43 - 33 43 - 29 89 - 29 89 - 2 -93 - -2 -39 - -2 -39 - -2 -40 - -3 -40 - -13 11 - -13 11 - 87 -87 - 87 -87 - -1 -41 - -1 -41 - 0 -41 - -72 96 - -72 96 - 3 -49 - 3 -49 - 3 -48 - 3 -48 - 3 -49 - 3 -48 - 97 -94 - 97 -94 - 47 47 - 47 47 - 99 53 - 99 53 - 3 -41 - 3 -41 - 3 -42 - 2 -41 - 3 -41 - 3 -41 - 3 -41 - 3 -42 - 2 -41 - 3 -41 - 3 -41 - 3 -41 - 2 -41 - 3 -41 - 3 -41 - 0 -48 - 0 -48 - 3 -40 - 3 -40 - -7 -64 - -7 -64 - -8 -63 - -7 -63 - -7 -63 - -7 -64 - -8 -63 - -7 -63 - -43 63 - -43 63 - 10 20 - 10 20 - 4 -39 - 4 -39 - 53 -25 - 53 -25 - 92 46 - 92 46 - 34 -9 - 34 -9 - 5 -36 - 5 -37 - 5 -36 - 5 -36 - 6 -36 - 6 -36 - 5 -36 - 80 -73 - 80 -73 - 80 -72 - 80 -72 - 80 -73 - 80 -72 - -7 -13 - -7 -13 - 6 -35 - 6 -35 - 5 -35 - 6 -34 - 5 -34 - 5 -35 - 6 -34 - 6 -35 - 5 -35 - 6 -34 - 5 -34 - 5 -35 - 31 -97 - 31 -97 - 32 -97 - -46 -6 - -46 -6 - -45 -6 - 58 6 - 58 6 - 43 -45 - 43 -45 - 54 69 - 54 69 - 7 -29 - 7 -30 - 7 -29 - 7 -29 - 74 -85 - 74 -85 - -98 16 - -98 16 - 66 77 - 34 15 - 34 15 - 96 68 - 96 68 - 86 -12 - 86 -12 - -6 90 - -6 90 - 69 -95 - 69 -95 - -64 93 - -64 93 - 69 -95 - 69 -95 - 7 -25 - 7 -25 - -20 41 - -20 41 - 8 -23 - 8 -23 - 7 31 - 7 31 - 9 -70 - 62 36 - 9 -70 - -65 28 - 93 4 - 39 -81 - 93 4 - -75 98 - -75 98 - 39 46 - 38 45 - 39 46 - -19 74 - -19 74 - -39 22 - -39 22 - 10 -16 - 10 -16 - 0 10 - 0 10 - 30 35 - 30 35 - 10 33 - 10 33 - -19 0 - -19 0 - 8 -68 - 8 -68 - 67 13 - -53 7 - -53 7 - 75 -18 - 75 -18 - 8 -13 - 8 -13 - 8 -13 - 8 -13 - 8 -13 - 9 -13 - 9 -11 - 9 -11 - 8 -12 - -31 98 - -99 11 - -31 98 - -40 33 - -40 33 - 90 -68 - 90 -68 - 83 -7 - 83 -7 - -3 -24 - -3 -24 - -3 -23 - -3 -23 - -57 -52 - -57 -52 - 85 75 - 85 75 - 86 76 - 86 78 - 22 29 - 22 29 - -73 5 - -73 5 - -6 -42 - -6 -42 - -7 -13 - -7 -13 - 53 -59 - 53 -59 - -80 -8 - -80 -8 - 68 40 - 68 40 - 5 76 - -6 -26 - -7 -25 - -6 -25 - -6 -26 - -6 -26 - 75 10 - 75 10 - -66 42 - 44 -72 - 44 -72 - -48 52 - -48 52 - -6 -29 - -6 -29 - -68 69 - -22 97 - -33 92 - -68 69 - 94 -3 - -44 -68 - -44 -68 - 58 58 - 58 58 - -44 -68 - 58 58 - -5 -33 - -5 -33 - -4 -35 - -4 -35 - 20 28 - 24 89 - 82 -38 - 24 89 - 66 -80 - 66 -80 - 46 81 - 46 81 - -37 -80 - 83 -32 - -37 -80 - 2 -93 - 29 89 - 2 -93 - -64 8 - -64 8 - 35 -57 - 35 -57 - -64 8 - 35 -57 - -86 97 - -86 97 - 1 94 - 1 94 - 0 -41 - -1 -41 - 0 -41 - 32 41 - 32 41 - -2 -41 - -2 -41 - -1 -41 - -2 -40 - -2 -40 - -2 -41 - -1 -41 - -2 -40 - 12 -65 - 12 -65 - -57 75 - -57 75 - 1 -42 - 1 -42 - 1 -42 - 2 -41 - 3 -42 - 3 -41 - 3 -42 - 2 -41 - 3 -41 - 69 81 - 69 81 - 69 80 - 9 -25 - 9 -25 - 53 -100 - 53 -100 - 42 95 - 42 95 - 96 98 - 96 98 - 92 71 - 92 71 - -21 39 - -21 39 - 77 50 - 77 50 - 47 80 - 47 80 - 5 -37 - 5 -38 - 5 -37 - -10 -54 - -10 -54 - -24 -81 - -24 -81 - 23 -3 - 23 -3 - 32 -97 - 31 -97 - 32 -97 - 73 11 - 73 11 - 41 -15 - 41 -16 - 41 -15 - -45 -6 - -46 -6 - -45 -6 - -27 -63 - -27 -63 - 7 -32 - 7 -32 - 6 -32 - 7 -32 - 6 -31 - -77 -41 - -77 -41 - 93 65 - 93 65 - -44 16 - -44 16 - -90 47 - 66 77 - -90 47 - -2 30 - -2 30 - 8 -24 - 8 -24 - -1 -91 - -1 -91 - 59 -88 - 59 -88 - -90 -19 - 11 93 - -90 -19 - -27 -88 - 1 66 - 1 66 - 3 -25 - 3 -25 - -22 -41 - -22 -41 - 38 45 - 38 45 - 39 46 - 65 84 - 65 84 - 36 50 - 36 50 - 78 39 - 78 39 - 8 -12 - 9 -11 - 8 -12 - 8 -11 - 8 -11 - 28 -55 - 28 -55 - 4 -60 - 4 -60 - 75 66 - 75 66 - 16 -9 - 16 -9 - 30 -7 - 30 -7 - 65 11 - 63 10 - 65 11 - 66 11 - 67 12 - 4 -17 - 4 -17 - 5 -17 - -79 -77 - -79 -77 - -23 -21 - -23 -21 - -96 -19 - -96 -19 - 86 76 - 85 75 - 86 76 - 86 78 - 15 72 - 15 72 - 27 37 - 27 37 - -91 -97 - -91 -97 - -48 -62 - -48 -62 - 9 28 - 9 28 - 11 -57 - 11 -57 - 12 -57 - -12 16 - -12 16 - -50 -82 - -50 -82 - 62 91 - 62 91 - 74 -45 - 74 -45 - 66 -81 - 66 -81 - 57 -22 - 57 -22 - -10 -67 - -10 -67 - 34 -60 - 91 -70 - 91 -70 - 71 97 - 71 97 - 48 5 - 48 5 - 98 13 - 98 13 - 66 78 - -38 70 - -38 70 - 28 67 - -63 -33 - 28 67 - -6 -28 - -6 -28 - -6 -29 - -7 -27 - -6 -28 - -6 -28 - -6 -28 - -6 -29 - -7 -27 - -6 -28 - -52 28 - -52 28 - -30 -26 - -30 -26 - -7 -29 - -6 -30 - -7 -29 - -33 92 - -22 97 - -33 92 - -68 69 - 95 -3 - 0 -45 - 0 -45 - -95 -6 - -95 -6 - 69 -99 - 69 -99 - 50 -52 - 50 -52 - 50 29 - 50 29 - -89 49 - -89 49 - -36 22 - -36 22 - 63 0 - 63 0 - 25 -54 - 25 -54 - 82 -38 - 82 -38 - 24 89 - -68 27 - -68 27 - 19 22 - 19 22 - -3 -39 - -3 -39 - -3 -39 - 58 -18 - 58 -18 - -3 -39 - -3 -39 - -3 -39 - -3 -39 - 97 19 - 97 19 - 45 -17 - 45 -17 - 45 -16 - 45 -16 - 45 -17 - 45 -16 - -3 -40 - -2 -39 - -3 -40 - 8 33 - 8 33 - 47 42 - 47 42 - 52 70 - 52 70 - 48 44 - 48 44 - -1 -41 - -2 -41 - -1 -41 - -2 -40 - 35 75 - 35 75 - 77 -22 - 77 -22 - 35 75 - 77 -22 - 1 -42 - 1 -42 - 1 -42 - 1 -42 - 1 -42 - 1 -42 - 1 -42 - 1 -42 - 1 -42 - 83 -5 - 83 -5 - -36 90 - -36 90 - -14 -52 - -14 -52 - 4 -41 - 4 -41 - 1 -67 - 1 -67 - 60 51 - 60 51 - -38 -23 - -38 -23 - 62 23 - 62 23 - 5 -38 - 5 -38 - 5 -37 - 5 -36 - 6 -36 - 5 -36 - 45 -50 - 45 -50 - 7 -34 - 7 -34 - 6 -34 - 6 -34 - 6 -34 - 7 -34 - 6 -34 - 6 -34 - 7 -34 - 6 -34 - 94 46 - 94 46 - 84 -42 - 84 -42 - 43 -93 - 43 -93 - 43 -92 - 43 -92 - 43 -93 - 43 -92 - 7 -50 - 7 -50 - 34 -69 - 34 -69 - 62 15 - -61 -25 - 62 15 - 25 63 - 25 63 - -69 -34 - -69 -34 - 85 -46 - 85 -46 - 17 38 - 17 38 - -67 -13 - -67 -13 - -27 -88 - -90 -19 - -27 -88 - -53 89 - -53 89 - 85 43 - 85 43 - -75 50 - -75 50 - 78 67 - 78 67 - -33 83 - -33 83 - 40 -33 - 40 -33 - 70 11 - 70 11 - 99 -1 - 99 -1 - 75 -91 - 75 -91 - -44 68 - -44 68 - -73 -41 - -73 -41 - 66 11 - 66 12 - 65 11 - 66 11 - 67 12 - 5 -17 - 4 -17 - 5 -17 - 5 -16 - 5 -16 - 6 -15 - -32 -29 - -32 -29 - -60 -56 - -60 -56 - 80 93 - 80 93 - -8 -12 - -8 -12 - -7 -10 - -7 -10 - 12 -57 - 11 -57 - 12 -57 - -21 -86 - -21 -86 - 56 -76 - 56 -76 - 96 12 - 96 12 - 56 -76 - 96 12 - -89 15 - -89 15 - -7 -20 - -7 -20 - 68 53 - 68 53 - -75 -39 - 5 76 - 68 40 - 5 76 - 93 -62 - 93 -62 - 44 -47 - 44 -47 - 51 86 - 51 86 - -6 -30 - -6 -30 - -7 -29 - 45 -84 - 45 -84 - -38 23 - -38 23 - -5 -33 - -5 -33 - 72 97 - 72 97 - 10 49 - 10 49 - 68 20 - 68 20 - 1 92 - 1 92 - 6 85 - 6 85 - -3 -38 - -3 -38 - -3 -39 - -3 -39 - -3 -39 - -32 13 - -32 13 - -2 -40 - -2 -40 - -81 68 - -81 68 - -91 -48 - -91 -48 - 38 -19 - 38 -19 - 83 -18 - 83 -18 - 2 -41 - 3 -41 - 3 -42 - 2 -41 - 3 -41 - 3 -41 - 69 80 - 69 81 - 69 80 - 5 -34 - 5 -34 - 4 -34 - 4 -34 - 47 58 - 47 58 - 4 -41 - 4 -41 - 5 -38 - 5 -38 - 81 70 - 81 70 - 92 -90 - 92 -90 - 32 77 - 32 77 - 33 78 - 5 -35 - 6 -35 - 6 -34 - 5 -35 - 6 -34 - 7 -34 - 6 -34 - 6 -34 - 78 -29 - 78 -29 - 79 -29 - 7 -32 - 7 -33 - 7 -32 - 6 -32 - 7 -32 - 6 -32 - 7 -32 - 6 -32 - 7 -32 - 7 -32 - 7 -32 - 7 -32 - -36 -68 - -36 -68 - 99 -31 - 99 -31 - 97 91 - 97 91 - 81 -86 - 81 -86 - 17 36 - 17 36 - -11 40 - -11 40 - 99 80 - 99 80 - 7 -28 - 7 -28 - 53 95 - 53 95 - 81 -65 - 81 -65 - -56 -11 - -56 -11 - 62 36 - 62 36 - 9 -70 - -65 28 - 9 -70 - -65 28 - 43 83 - 43 83 - -32 63 - -32 63 - 8 -14 - 8 -14 - 67 13 - 8 -68 - 67 13 - 35 -90 - 35 -90 - -9 38 - -9 38 - 60 11 - 60 11 - 9 -12 - 9 -12 - 86 -90 - 86 -90 - -78 42 - -78 42 - 9 -12 - 9 -12 - 42 -64 - 42 -64 - 88 -95 - 88 -95 - 32 -8 - 32 -8 - 67 12 - 66 12 - 67 12 - 65 11 - 66 11 - 67 12 - 94 -42 - 94 -42 - 95 -41 - 96 -40 - 6 -15 - 5 -16 - 6 -15 - -48 -45 - -48 -45 - -47 -44 - 86 78 - 85 75 - 86 76 - 86 78 - 85 9 - 85 9 - 86 10 - 87 11 - 25 33 - 25 33 - -81 4 - -69 -46 - -81 4 - -22 -30 - -22 -30 - -7 -10 - -7 -10 - 65 -65 - 65 -65 - -8 -12 - -8 -12 - 90 -82 - 90 -82 - 21 16 - 21 16 - 21 17 - 21 17 - 21 16 - 21 17 - 47 5 - 47 5 - 8 71 - 8 71 - -11 48 - -18 -45 - -11 48 - -31 -38 - -31 -38 - 76 48 - 76 48 - -24 -35 - -24 -35 - -2 23 - -2 23 - 48 -90 - 48 -90 - 73 76 - -7 -25 - -7 -26 - -7 -25 - -66 42 - 75 10 - -66 42 - -6 -29 - -6 -28 - -6 -29 - -6 -28 - -6 -28 - 66 -34 - 66 -34 - -41 -58 - -41 -58 - 65 -44 - 35 -67 - 65 -44 - 65 -43 - 65 -43 - 35 -67 - 65 -44 - 65 -43 - 94 -3 - -68 69 - 94 -3 - 95 -3 - -20 88 - -20 88 - -83 -43 - 18 -16 - 18 -16 - -52 -35 - -52 -35 - 61 -65 - 61 -65 - -4 -37 - -4 -37 - 18 -97 - 18 -97 - 75 -83 - 75 -83 - 76 -82 - -2 -40 - -2 -40 - -2 -41 - -2 -41 - -2 -40 - -2 -41 - 85 5 - 85 5 - 53 17 - 53 17 - -47 99 - -47 99 - -6 -28 - -6 -28 - -6 -27 - -6 -27 - -6 -28 - -6 -27 - 9 26 - 9 26 - -89 70 - -89 70 - 46 90 - 46 90 - 10 31 - 10 31 - 95 37 - 95 37 - -3 -92 - -3 -92 - 14 -9 - 10 -14 - 14 -9 - 33 78 - 32 77 - 33 78 - 7 -34 - 6 -34 - 7 -34 - 6 -34 - 79 -29 - 78 -29 - 79 -29 - 55 -7 - 55 -7 - 7 -33 - 7 -33 - 7 -32 - -6 -89 - -6 -89 - 7 -30 - 7 -29 - 8 -29 - 7 -30 - -40 -72 - -40 -72 - -39 -70 - 85 -2 - 76 37 - 76 37 - 36 2 - 36 2 - 82 100 - 82 100 - -93 88 - -93 88 - 82 100 - 82 100 - -23 -56 - -23 -56 - 8 -23 - 8 -23 - -12 -81 - -12 -81 - 8 -21 - 8 -21 - -61 17 - -61 17 - 8 -16 - 8 -16 - -23 -59 - -23 -59 - 10 -13 - 10 -13 - 9 -13 - 59 -29 - 59 -29 - 55 56 - 55 56 - 83 82 - 83 82 - 94 35 - 94 35 - 8 -9 - 8 -9 - 8 -9 - 8 -9 - 8 -9 - 50 67 - 50 67 - 13 -7 - 13 -7 - 23 7 - 23 7 - 95 -41 - 94 -42 - 95 -41 - 96 -40 - -47 -44 - -48 -45 - -47 -44 - -46 -43 - -45 -43 - 86 10 - 85 9 - 86 10 - 87 11 - 36 13 - 36 13 - 50 4 - 50 4 - 39 -45 - 39 -45 - 87 16 - 87 16 - -8 -15 - -8 -15 - -89 -75 - -89 -75 - -18 -45 - -18 -45 - -11 48 - 49 -48 - 49 -48 - -8 -18 - -8 -18 - -11 25 - -11 25 - 25 -45 - 25 -45 - 75 -37 - 75 -37 - 66 78 - 98 13 - 66 78 - -7 -27 - -7 -27 - 91 4 - 91 4 - 44 -52 - 44 -52 - 95 -3 - -33 92 - -91 -28 - 94 -3 - 95 -3 - 48 -11 - 48 -11 - 60 -81 - 60 -81 - 20 -23 - 20 -23 - 71 81 - 71 81 - 93 -80 - 93 -80 - -73 63 - -73 63 - -5 -35 - -5 -35 - 70 -91 - 70 -91 - -3 -37 - -3 -37 - 48 100 - 48 100 - 71 -100 - 71 -100 - -3 -38 - -3 -38 - 85 -81 - 85 -81 - 76 -82 - 75 -83 - 76 -82 - -42 33 - -42 33 - 15 25 - 15 25 - 70 22 - 70 22 - 70 34 - 70 34 - 73 26 - 45 21 - -15 -48 - 45 21 - 1 -43 - 1 -43 - 38 12 - 38 12 - 91 -90 - 91 -90 - -33 99 - -33 99 - 30 57 - 9 65 - 30 57 - -74 -20 - -74 -20 - -12 -28 - -12 -28 - 5 -38 - 5 -38 - 26 -59 - 26 -59 - -23 50 - -23 50 - -19 -11 - -19 -11 - 84 73 - 84 73 - 78 68 - 78 68 - 67 10 - 67 10 - 7 -32 - 7 -32 - 7 -32 - -71 85 - -71 85 - 41 -25 - 41 -25 - 96 -74 - 96 -74 - 63 -76 - 63 -76 - -61 -25 - -61 -25 - 62 15 - 7 -29 - 7 -29 - 8 -28 - 8 -29 - 7 -30 - -39 -70 - -40 -72 - -39 -70 - 85 -2 - -40 -72 - 85 -2 - 89 89 - 89 89 - 47 56 - 47 56 - -16 -85 - -16 -85 - 42 -38 - 42 -38 - 8 -26 - 8 -26 - 8 -26 - 8 -26 - 37 9 - 37 9 - -3 -33 - -3 -33 - 8 -22 - 8 -22 - 26 35 - 26 35 - 9 -20 - 9 -20 - -59 43 - -59 43 - 82 40 - 82 40 - 9 -16 - 9 -16 - -13 -54 - -13 -54 - 3 21 - 3 21 - -45 25 - -45 25 - 60 -39 - 60 -39 - 73 48 - 73 48 - 99 71 - 99 71 - 8 -10 - 8 -10 - 46 47 - 47 46 - 46 47 - -22 -40 - -22 -40 - -8 42 - -8 42 - 66 12 - 66 12 - 67 12 - 66 11 - 67 12 - 96 -40 - 94 -42 - 95 -41 - 96 -40 - -8 -88 - -8 -88 - -46 -43 - -47 -44 - -46 -43 - -45 -43 - -12 -11 - -12 -11 - 87 11 - 85 9 - 86 10 - 87 11 - 3 14 - 3 14 - -69 -46 - -69 -46 - -81 4 - -74 46 - -74 46 - -8 -10 - -8 -10 - -8 -11 - -8 -11 - 27 61 - 27 61 - 54 36 - 54 36 - -87 -33 - -87 -33 - 92 -69 - 92 -69 - -8 -17 - -8 -17 - -7 -18 - -7 -18 - 53 66 - 53 66 - -45 -90 - -45 -90 - 13 49 - 13 49 - 91 20 - 91 20 - 68 8 - 68 8 - 99 -35 - 99 -35 - 59 3 - 59 3 - -7 -25 - -7 -25 - 96 73 - 96 73 - 73 76 - 48 -90 - 73 76 - 43 -72 - 43 -72 - -6 -28 - -6 -29 - -6 -28 - -6 -29 - 99 -79 - 99 -79 - -20 -88 - -20 -88 - 90 37 - 90 37 - 68 45 - 68 45 - -43 71 - -43 72 - -61 26 - -61 26 - 17 34 - 17 34 - -70 -15 - -70 -15 - 82 -50 - 82 -50 - 51 -69 - 51 -69 - 2 12 - 2 12 - 34 -56 - 34 -56 - 34 -86 - 34 -86 - 92 10 - 92 10 - -89 -47 - -89 -47 - 0 48 - 0 48 - 38 -38 - 38 -38 - 4 -49 - 4 -49 - 4 -50 - -92 -99 - -92 -99 - 66 -100 - 66 -100 - 23 79 - 81 -17 - 23 79 - -2 -72 - -2 -72 - 55 -34 - 55 -34 - 87 10 - 87 10 - 3 -42 - 3 -42 - -1 -49 - -1 -49 - 19 76 - 19 76 - 33 90 - 33 90 - -41 21 - -41 21 - 88 -72 - 88 -72 - 23 83 - 23 83 - 38 55 - 38 55 - -14 -66 - -14 -66 - 93 6 - 93 6 - 67 -100 - 67 -100 - 97 92 - 97 92 - 10 -14 - 10 -14 - 14 -9 - -73 55 - -73 55 - 6 -34 - 7 -34 - 6 -34 - -85 12 - -85 12 - -85 13 - -85 13 - -85 12 - -85 13 - 8 -28 - 7 -29 - 8 -28 - 8 -29 - 5 -59 - 5 -59 - 8 -29 - 7 -29 - 8 -28 - 8 -29 - 7 -30 - 8 -29 - -98 62 - -98 62 - -79 57 - -79 57 - 65 74 - -21 -2 - -21 -2 - -70 4 - -70 4 - 9 -23 - 9 -23 - 8 -23 - 9 -22 - 9 -22 - -53 9 - -53 9 - 77 0 - 77 0 - 62 -99 - 62 -99 - 81 10 - 10 -81 - 81 10 - 84 -33 - 84 -33 - 20 -30 - 20 -30 - -31 2 - -31 2 - 84 -50 - 84 -50 - -97 41 - -97 41 - 77 -75 - 77 -75 - -3 85 - -3 85 - 47 46 - 47 46 - 46 47 - -22 19 - -22 19 - -21 19 - -69 23 - -69 23 - 67 12 - 66 12 - 67 12 - 67 12 - -98 -99 - -98 -99 - -45 -43 - -47 -44 - -46 -43 - -45 -43 - -34 -30 - -34 -30 - -33 -29 - -58 -55 - -58 -55 - 4 15 - 4 15 - -6 -9 - -6 -9 - -8 -12 - -8 -12 - -8 -11 - -8 -11 - 92 -97 - 92 -97 - -22 -4 - -22 -4 - 69 49 - 69 49 - 94 -53 - 94 -53 - -30 -38 - -30 -38 - -29 -38 - 35 70 - 35 70 - -7 -26 - -7 -26 - -7 -25 - -6 -26 - -7 -26 - 60 -28 - 60 -28 - -68 -52 - -68 -52 - 19 -53 - 19 -53 - 12 6 - 12 6 - -6 -30 - -6 -30 - -7 -30 - -37 -83 - -37 -83 - -34 -65 - -34 -65 - 35 -67 - 35 -67 - -34 -65 - 35 -67 - 65 -44 - 65 -43 - -6 -32 - -6 -32 - -83 -43 - -20 88 - -83 -43 - -5 -33 - -5 -33 - 92 -74 - 92 -74 - -29 -66 - -29 -66 - 78 -45 - 78 -45 - 27 -12 - 27 -12 - 60 98 - 60 98 - 4 -44 - 4 -44 - -64 80 - -64 80 - 73 26 - 70 34 - 73 26 - 5 -51 - 5 -51 - 4 -50 - 4 -50 - 5 -51 - 4 -49 - 4 -50 - 10 -45 - 10 -45 - 32 -12 - 32 -12 - 81 -17 - 81 -17 - 23 79 - 6 -34 - 5 -34 - 6 -34 - -11 49 - -11 49 - 8 -27 - 8 -27 - 3 -41 - 4 -41 - 3 -41 - 3 -41 - 4 -41 - 3 -40 - 3 -41 - 3 -41 - 3 -41 - 4 -41 - 3 -40 - 3 -42 - 3 -40 - 3 -41 - 3 -41 - 4 -41 - 3 -40 - 3 -41 - 3 -41 - 3 -41 - 4 -41 - 3 -40 - 3 -42 - 3 -41 - 65 57 - 65 57 - 4 -42 - 4 -42 - 3 -41 - 3 -41 - 3 -41 - 3 -42 - 9 65 - 9 65 - 30 57 - 33 92 - 33 92 - 4 -40 - 4 -40 - 4 -39 - 4 -39 - 4 -40 - 4 -39 - 37 31 - 37 31 - 86 10 - 86 10 - 16 1 - 16 1 - 5 -38 - 5 -38 - 74 -94 - 86 -81 - 74 -94 - -61 -94 - -61 -94 - -61 -93 - -61 -93 - -61 -94 - -61 -93 - 74 -9 - 74 -9 - -15 -67 - -15 -67 - 28 14 - 28 14 - 39 -83 - 39 -83 - -81 0 - -81 0 - 76 27 - -57 -77 - -57 -77 - 15 54 - 15 54 - -36 57 - -36 57 - -15 40 - -15 40 - 35 -5 - 35 -5 - 29 -54 - 29 -54 - 47 -98 - 47 -98 - -25 23 - -25 23 - 76 46 - 76 46 - 22 -84 - 22 -84 - 9 -13 - 10 -13 - 9 -13 - 9 -12 - 9 -12 - -59 72 - -59 72 - -12 12 - -12 12 - 73 -82 - 73 -82 - 8 -9 - 8 -9 - 8 -9 - -96 89 - -96 89 - -21 19 - -22 19 - -21 19 - 89 43 - 89 43 - 90 44 - -28 -26 - -28 -26 - -33 -29 - -34 -30 - -33 -29 - 70 61 - 70 61 - 81 -45 - 81 -45 - -7 -10 - -7 -10 - 72 -77 - 72 -77 - 25 19 - 25 19 - 32 -35 - 32 -35 - 66 -42 - 66 -42 - -8 -15 - -8 -15 - -25 -66 - -25 -66 - 48 49 - 48 49 - 8 68 - -39 6 - -39 6 - -24 12 - -24 12 - -29 -38 - -30 -38 - -29 -38 - 86 5 - 86 5 - -60 -58 - 18 91 - 18 91 - 96 -97 - 96 -97 - 91 -20 - 91 -20 - -75 -16 - -75 -16 - -6 -29 - -6 -28 - -6 -29 - 16 57 - 16 57 - -91 -28 - -91 -28 - 95 -3 - -75 -97 - -75 -97 - 8 16 - 8 16 - -4 62 - -4 62 - -45 -6 - -45 -6 - -5 -67 - -5 -67 - -99 -17 - -99 -17 - -2 52 - -2 52 - 6 -61 - 6 -61 - -5 -69 - -5 -69 - -55 14 - -55 14 - -3 -41 - -3 -41 - -37 98 - -37 98 - 25 -24 - 25 -24 - 68 -69 - 68 -69 - -15 -48 - -15 -48 - 45 21 - 81 46 - 81 46 - 6 -53 - 6 -53 - 83 89 - 83 89 - -65 -36 - -65 -36 - -67 74 - -67 74 - -27 -94 - -27 -94 - 4 -41 - 4 -41 - 4 -42 - 3 -41 - 4 -41 - 4 -42 - 3 -41 - 3 -41 - 4 -41 - 3 -41 - 3 -42 - 3 -41 - 3 -41 - 4 -41 - 3 -41 - 3 -42 - 3 -42 - 3 -41 - 4 -41 - 3 -41 - 3 -42 - 3 -41 - 3 -41 - 3 -41 - 4 -41 - 3 -41 - 3 -40 - 3 -42 - 50 -15 - 50 -15 - 50 -14 - 50 -14 - 50 -15 - 50 -14 - 67 -72 - 67 -72 - 71 -55 - 71 -55 - -72 29 - -72 29 - 12 -99 - 12 -99 - -24 -39 - -24 -39 - -12 -73 - -12 -73 - 43 -7 - 43 -7 - -90 86 - -90 86 - 5 25 - 5 25 - -37 22 - -37 22 - 7 -31 - 7 -31 - 8 -31 - 76 78 - 76 78 - 6 77 - 6 77 - 57 96 - 57 96 - 81 82 - 81 82 - 57 96 - 81 82 - 36 73 - 36 73 - -51 41 - -51 41 - 98 16 - 98 16 - 87 4 - 87 4 - 24 3 - 24 3 - 57 -81 - 57 -81 - 90 38 - 90 38 - 93 98 - 93 98 - 10 -81 - 10 -81 - 81 10 - 90 -66 - 90 -66 - -42 21 - -42 21 - -41 21 - -42 22 - -42 22 - -42 21 - -41 21 - -42 22 - -36 -25 - -36 -25 - 11 -11 - 11 -11 - 90 44 - 89 43 - 90 44 - 28 -93 - -19 -17 - -19 -17 - -30 -27 - -30 -27 - -27 50 - -27 50 - -8 -12 - -8 -12 - -7 -12 - -8 -13 - -8 -13 - 92 -62 - 92 -62 - 33 30 - 33 30 - -51 -100 - -51 -99 - -51 -100 - 51 26 - 51 26 - 34 -44 - 34 -44 - -6 -26 - -7 -26 - -6 -26 - -7 -26 - -6 -26 - 68 -70 - 68 -70 - 69 -69 - -10 41 - -10 41 - -63 -78 - -63 -78 - -28 -54 - -28 -54 - -22 18 - -22 18 - 67 36 - 67 36 - 92 87 - 92 87 - 3 47 - 3 47 - -43 71 - 68 45 - -43 71 - -43 72 - -43 72 - 68 45 - -43 71 - -43 72 - -14 -16 - -14 -16 - -5 -34 - -5 -34 - -5 -35 - -57 -48 - -57 -48 - 50 82 - 50 82 - 90 -16 - 90 -16 - 93 -12 - -92 -91 - -92 -91 - 54 -13 - 54 -13 - -4 -39 - -4 -39 - -3 -40 - 55 84 - 55 84 - -93 46 - 12 27 - 12 27 - -84 25 - 87 -6 - -84 25 - -2 -41 - -2 -41 - 4 -30 - 4 -30 - 55 -74 - 55 -74 - -44 92 - -44 92 - -11 63 - 24 61 - -11 63 - -2 -42 - -2 -42 - 25 37 - 25 37 - 0 -43 - 0 -43 - 2 -42 - 3 -42 - 2 -42 - 5 -34 - 5 -34 - 6 -34 - 58 -19 - 62 -7 - 58 -19 - -62 67 - -62 67 - 6 -34 - 6 -34 - 3 -41 - 4 -42 - 3 -41 - 4 -42 - 3 -41 - 3 -42 - 3 -41 - 3 -42 - 17 -21 - 17 -21 - 66 55 - 66 55 - -3 -37 - -3 -37 - 13 -34 - 35 -51 - 35 -51 - 5 -38 - 5 -38 - 5 -38 - 5 -37 - 5 -37 - 56 -22 - 56 -22 - 84 -91 - 84 -91 - 6 -35 - 6 -35 - -67 -90 - -67 -90 - -35 2 - -35 2 - 76 27 - -81 0 - 76 27 - 8 -31 - 7 -31 - 8 -31 - -2 10 - -2 10 - -52 -41 - -52 -41 - -52 -42 - 8 -29 - 8 -29 - 8 -30 - 8 -29 - 8 -29 - -38 20 - -38 20 - -64 7 - -64 7 - -50 24 - -50 24 - 62 -51 - 62 -51 - -75 33 - 71 -12 - 44 54 - 71 -12 - 8 -26 - 8 -26 - 8 -26 - 65 74 - -79 57 - 65 74 - -38 95 - 68 -81 - 68 -81 - 8 -23 - 9 -23 - 8 -23 - 9 -23 - -6 -47 - -6 -47 - 9 -21 - 9 -21 - 6 29 - 6 29 - 89 -29 - 89 -29 - 9 -11 - 9 -11 - 80 12 - 80 12 - -17 20 - -17 20 - -41 21 - -42 21 - -41 21 - -42 22 - -21 1 - -21 1 - -79 -47 - -79 -47 - -79 -47 - -28 -26 - -28 -26 - -59 43 - -59 43 - -58 43 - -10 -32 - -10 -32 - 87 58 - 87 58 - 8 68 - 48 49 - 8 68 - -51 -99 - -51 -99 - -51 -100 - -54 -63 - -55 -62 - -54 -63 - -8 -23 - -8 -23 - -8 -22 - -8 -22 - 12 24 - 12 24 - 72 -60 - 72 -60 - 27 -47 - 27 -47 - -7 -26 - -7 -26 - -6 -26 - -7 -26 - -6 -26 - 69 -69 - 68 -70 - 69 -69 - 48 66 - 48 66 - -7 -30 - -7 -30 - -6 -30 - -7 -30 - 15 42 - 15 42 - 84 7 - 84 7 - -62 -47 - -62 -47 - 28 86 - 28 86 - -1 79 - 57 54 - -1 79 - -11 -7 - -11 -7 - -78 35 - -78 35 - -96 54 - -96 54 - 38 -86 - 38 -86 - -90 26 - -90 26 - -74 64 - -74 64 - -94 -43 - -94 -43 - -62 58 - -62 58 - -2 -41 - -2 -41 - 24 61 - 24 61 - -11 63 - -1 -43 - -1 -43 - 36 52 - 36 52 - -42 73 - -42 73 - -39 -63 - -39 -63 - 5 68 - 5 68 - 97 -22 - 97 -22 - 2 -42 - 2 -42 - 62 -7 - 62 -7 - 58 -19 - 3 -41 - 3 -41 - 4 -41 - 3 -41 - 3 -40 - 3 -42 - 82 -93 - 82 -93 - 20 -3 - 20 -3 - 3 -41 - 3 -41 - 3 -41 - 94 -8 - 94 -8 - 95 -8 - 4 -41 - 4 -41 - -65 -99 - -65 -99 - 61 -100 - 61 -100 - 5 -40 - 5 -40 - 13 -34 - -3 -37 - 13 -34 - 86 -81 - 86 -81 - 74 -94 - -22 54 - -22 54 - 68 34 - 68 34 - -75 33 - 62 -51 - -75 33 - -28 21 - -28 21 - 22 44 - 44 23 - 22 44 - 7 -25 - 8 -25 - 7 -25 - 8 -24 - 49 20 - 49 20 - 25 52 - 25 52 - -32 9 - -32 9 - 9 -23 - 8 -23 - 9 -23 - 72 -8 - 52 49 - 72 -8 - 3 45 - 3 45 - -7 63 - -7 63 - 9 -16 - 9 -16 - -15 -40 - -15 -40 - 53 46 - 53 46 - -16 19 - -16 19 - -80 -14 - -80 -14 - 76 18 - 76 18 - 30 -19 - 30 -19 - -28 -28 - -28 -28 - -79 -47 - -79 -47 - -79 -47 - -52 -49 - -52 -49 - -9 -13 - -9 -13 - -58 43 - -59 43 - -58 43 - -54 53 - -54 53 - 90 17 - 90 17 - 59 41 - 59 41 - 47 -93 - 47 -93 - 96 45 - 96 45 - 47 -93 - 96 45 - 21 -65 - 21 -65 - -70 -69 - -70 -69 - -3 -93 - -3 -93 - 12 2 - 12 2 - -60 -58 - 86 5 - -60 -58 - 82 18 - -6 -26 - -6 -26 - -7 -26 - -6 -26 - -9 -27 - -7 -28 - -9 -27 - -7 -27 - -7 -27 - 89 -79 - 89 -79 - 24 -46 - 24 -46 - -7 -30 - -7 -30 - -7 -30 - -56 -91 - -56 -91 - 30 -21 - 30 -21 - 0 25 - 0 25 - -6 -32 - -6 -32 - -6 -34 - -5 -35 - -6 -34 - 15 -1 - 15 -1 - -10 -7 - -10 -7 - -11 70 - -11 70 - -4 -37 - -4 -37 - 81 82 - 81 82 - 88 -53 - 88 -53 - -64 -23 - -64 -23 - -93 46 - 55 84 - -93 46 - -39 -44 - -39 -44 - 58 -63 - 58 -63 - 87 -6 - 87 -6 - 58 -63 - 87 -6 - -84 25 - -1 -43 - -1 -43 - -1 -43 - -1 -43 - -1 -43 - -2 -42 - -1 -43 - -1 -43 - -1 -43 - -1 -43 - -2 -42 - -1 -42 - 13 44 - 13 44 - 64 6 - 64 6 - 0 -44 - 0 -44 - 8 -54 - 8 -54 - 11 -35 - 11 -35 - 84 -44 - 84 -44 - -20 40 - -20 40 - -13 -69 - -13 -69 - 3 -42 - 3 -42 - 2 -42 - 4 -42 - 3 -42 - 4 -41 - 4 -42 - 4 -41 - 3 -41 - 3 -41 - 4 -42 - 4 -41 - 3 -41 - 3 -42 - 3 -41 - 3 -41 - 4 -41 - 3 -41 - 3 -42 - 3 -41 - 3 -42 - 3 -41 - 3 -41 - 4 -42 - 3 -41 - 3 -41 - 95 -8 - 94 -8 - 95 -8 - 4 -40 - 4 -40 - -33 -38 - -33 -38 - 3 59 - 3 59 - 5 -38 - 5 -38 - 5 -38 - 61 91 - 61 91 - 61 92 - 61 92 - 61 91 - 61 92 - 37 45 - 37 45 - -16 21 - -16 21 - 83 18 - 83 18 - -16 24 - -16 24 - 63 79 - 63 79 - -22 -5 - -22 -5 - -70 99 - -70 99 - 8 -29 - 8 -30 - 8 -29 - 8 -29 - 8 -29 - 72 55 - 72 55 - 8 -28 - 8 -28 - 9 -28 - 8 -27 - 8 -27 - -23 -95 - 23 96 - -23 -95 - -88 75 - -88 75 - -2 -87 - -2 -87 - 8 -25 - 8 -25 - 7 -25 - 8 -24 - 8 -24 - 8 -25 - 7 -25 - 8 -24 - 9 -21 - 9 -21 - 9 -21 - 52 49 - 52 49 - 72 -8 - -53 -24 - -53 -24 - -61 -6 - -61 -6 - 9 -20 - 9 -20 - 91 -77 - 91 -77 - 4 15 - 4 15 - 24 -82 - 24 -82 - -81 -58 - -81 -58 - 23 -88 - 23 -88 - 70 -17 - 70 -17 - 9 -14 - 9 -14 - 44 -10 - 44 -10 - 9 -12 - 9 -12 - 80 66 - 80 66 - 9 -9 - 9 -9 - 9 -9 - 97 28 - 97 28 - -30 9 - -30 9 - 15 -3 - 15 -3 - 28 -93 - 90 44 - -67 -68 - 28 -93 - 92 -92 - 92 -92 - 83 -40 - 83 -40 - -7 -12 - -8 -12 - -7 -12 - 37 -72 - 37 -72 - -85 -43 - 91 33 - -85 -43 - -8 -18 - -8 -18 - -8 -18 - -8 -18 - -8 -18 - -82 -46 - -82 -46 - -89 92 - -89 92 - -7 -25 - -7 -25 - -7 -25 - -7 -25 - -7 -25 - -7 -25 - 82 18 - -60 -58 - 82 18 - -7 -27 - -7 -28 - -9 -27 - -7 -27 - -7 -27 - -6 -32 - -6 -32 - 10 -16 - 10 -16 - 37 98 - 37 98 - 57 54 - 57 54 - -1 79 - -5 -35 - -5 -34 - -5 -35 - -6 -34 - -61 66 - -61 66 - -73 -50 - 62 -87 - 62 -87 - -65 82 - 60 66 - 60 66 - 93 -12 - 90 -16 - 93 -12 - -41 -3 - -41 -3 - 27 81 - 27 81 - -3 -40 - -4 -39 - -3 -40 - -2 -40 - -82 -9 - -82 -9 - -75 33 - -75 33 - -27 -60 - -27 -60 - -2 -41 - -2 -42 - -2 -41 - -2 -42 - 69 85 - 69 85 - -87 -76 - -87 -76 - -1 -44 - -1 -44 - -1 -43 - -1 -43 - -1 -43 - -1 -43 - -1 -43 - -1 -43 - -1 -43 - -1 -43 - -1 -43 - -1 -43 - -1 -43 - -1 -42 - -1 -42 - 0 -43 - 0 -43 - 0 -43 - -35 96 - -35 96 - 97 34 - 97 34 - -94 -61 - -94 -61 - -8 -73 - -8 -73 - 44 -42 - 44 -42 - -69 -98 - -69 -98 - 4 -42 - 3 -41 - 3 -41 - 4 -42 - 3 -41 - 4 -42 - 3 -41 - 4 -42 - 3 -41 - 8 -34 - 8 -34 - 8 -34 - 70 64 - 70 64 - 70 -79 - 70 -79 - -99 -92 - -99 -92 - -11 -42 - -11 -42 - -19 -39 - 74 -74 - 74 -74 - 13 -28 - 13 -28 - 93 3 - 93 3 - -80 -50 - -2 68 - -2 68 - -39 12 - -39 12 - 90 -73 - -92 -71 - 90 -73 - 65 47 - 65 47 - 61 -44 - 61 -44 - -36 33 - -36 33 - -52 -42 - -52 -41 - -52 -42 - -42 -70 - 79 11 - -42 -70 - 84 16 - 84 16 - 8 -30 - 8 -30 - 8 -29 - 8 -29 - 8 -29 - -13 -79 - -13 -79 - 16 71 - 16 71 - -86 51 - -86 51 - -25 -37 - -25 -37 - 44 54 - 44 54 - 71 -12 - 8 -26 - 8 -26 - 8 -26 - -38 95 - 65 74 - -38 95 - -95 92 - -95 92 - 8 -25 - 8 -25 - 35 7 - 35 7 - 9 -21 - 9 -21 - 9 -21 - 60 -89 - 60 -89 - 98 41 - 98 28 - 98 28 - 68 -88 - 68 -88 - -51 20 - -51 20 - -22 22 - -22 22 - 18 -64 - 18 -64 - -5 82 - -5 82 - 1 -13 - 1 -13 - 75 98 - 75 98 - 82 -54 - 82 -54 - -20 19 - -20 19 - 10 40 - 10 40 - 34 14 - 34 14 - 9 -29 - 9 -29 - -61 6 - -61 6 - -61 7 - -61 7 - -61 6 - -61 7 - 18 24 - 18 24 - -9 -13 - -9 -13 - 93 -1 - 93 -1 - 68 2 - 68 2 - 5 -50 - 5 -50 - -55 -62 - -55 -62 - -54 -63 - -8 -24 - -8 -24 - 76 57 - 76 57 - 2 -13 - 2 -13 - 56 -86 - 56 -86 - -25 -88 - -75 -53 - -25 -88 - -33 -86 - -5 -34 - -5 -34 - 41 -15 - 41 -15 - -6 -31 - -6 -31 - -55 67 - -55 67 - -82 -3 - -82 -3 - 38 80 - 38 80 - 75 -54 - 75 -54 - -67 -49 - -67 -49 - 48 -98 - 48 -98 - -2 -40 - -3 -40 - -2 -40 - -67 69 - -67 69 - -14 -29 - -14 -29 - -2 -41 - -2 -41 - -3 -42 - -3 -41 - -2 -42 - -2 -42 - -2 -41 - -3 -42 - -3 -41 - -2 -42 - -2 -42 - -2 -42 - -2 -41 - -2 -42 - -36 26 - -36 26 - -22 -1 - -22 -1 - -26 -87 - -26 -87 - -2 -42 - -1 -43 - -1 -43 - -1 -43 - -1 -43 - -2 -42 - 0 -43 - 0 -43 - -60 -75 - -60 -75 - 25 -48 - 50 15 - 25 -48 - 3 -42 - 3 -42 - 4 -42 - -1 -49 - -1 -49 - 8 -34 - 8 -34 - 8 -34 - -3 -48 - -3 -48 - 37 30 - 37 30 - 37 31 - 37 31 - 37 30 - 37 31 - 4 -42 - 4 -42 - 4 -41 - 4 -41 - 4 -42 - 4 -41 - 82 -40 - 82 -40 - 61 -57 - 61 -57 - 93 -98 - 93 -98 - -80 -50 - 93 3 - -80 -50 - 6 -37 - 5 -38 - 6 -37 - 6 -37 - 35 -98 - 35 -98 - -56 -83 - -56 -83 - 6 -35 - 6 -35 - 11 56 - 11 56 - -64 -64 - -64 -64 - -92 -71 - -92 -71 - 90 -73 - -42 -90 - -42 -90 - 8 -29 - 8 -30 - 8 -29 - 8 -29 - 23 96 - 23 96 - -23 -95 - 44 23 - -47 -21 - 44 23 - 22 44 - -80 43 - -80 43 - -26 90 - -26 90 - 48 -43 - 48 -43 - 49 -43 - 26 71 - 26 71 - -67 -11 - -67 -11 - 19 1 - 19 1 - 9 -20 - 9 -20 - 40 -23 - 40 -23 - 88 -73 - 88 -73 - 59 -71 - 59 -71 - -19 86 - -19 86 - -99 62 - -99 62 - 35 38 - 35 38 - -8 -37 - -8 -37 - -7 -37 - 8 -9 - 8 -9 - -28 -30 - -28 -30 - -27 -30 - 22 -11 - 22 -11 - 42 -9 - 42 -9 - 43 -9 - -58 -96 - -58 -96 - -86 -89 - -86 -89 - 34 -1 - 34 -1 - -8 -12 - -8 -12 - 84 -48 - 84 -48 - 95 39 - 95 39 - 56 -7 - 56 -7 - 71 -49 - 41 79 - 71 -49 - -25 -33 - -25 -33 - -14 -4 - -14 -4 - 36 -52 - 36 -52 - 84 85 - 84 85 - 19 -81 - -11 80 - 19 -81 - -69 -90 - -69 -90 - -2 76 - -2 76 - -7 -28 - -7 -28 - -9 -27 - -7 -27 - -7 -27 - -7 -27 - -7 -28 - -9 -27 - -7 -27 - -7 -27 - 50 -72 - 50 -72 - -6 -34 - -6 -35 - -6 -34 - -5 -34 - -6 -34 - -6 -34 - -6 -35 - -6 -34 - -5 -34 - -6 -34 - -85 58 - -85 58 - 55 -31 - 55 -31 - -4 -39 - -4 -39 - 93 90 - 93 90 - -89 -91 - -89 -91 - 93 90 - -89 -91 - 52 50 - 52 50 - -72 40 - -72 40 - -2 -42 - -2 -42 - -2 -41 - -2 -42 - 8 32 - 8 32 - -48 -76 - -48 -76 - 0 -94 - 0 -94 - -1 -43 - -1 -43 - -1 -43 - -1 -43 - -1 -43 - -1 -43 - -1 -42 - -1 -43 - -1 -43 - -1 -43 - -1 -43 - -2 -42 - 2 -46 - 2 -46 - 1 -45 - 53 35 - 53 35 - 0 -43 - 0 -43 - 0 -43 - 7 -55 - 7 -55 - 33 58 - 33 58 - 41 70 - 41 70 - 3 -41 - 3 -41 - 4 -42 - -30 -73 - -30 -73 - 4 -42 - 3 -42 - 4 -42 - -96 21 - -96 21 - -96 -39 - -96 -39 - 59 76 - 59 76 - 6 -37 - 5 -38 - 6 -37 - 6 -37 - 46 -1 - 46 -1 - -93 75 - -93 75 - 32 77 - 32 77 - 61 69 - 61 69 - 56 10 - 56 10 - -34 -60 - -34 -60 - 9 -28 - 8 -28 - 9 -28 - 32 -74 - 81 -9 - 32 -74 - -47 -21 - -47 -21 - 44 23 - 62 -61 - 62 -61 - 49 -43 - 48 -43 - 49 -43 - 83 -98 - 83 -98 - 9 -22 - 9 -22 - 9 -22 - 62 -10 - 62 -10 - 79 -33 - 79 -33 - -4 -38 - -4 -38 - 9 -13 - 9 -13 - 9 -13 - 10 -13 - 10 -13 - 9 -13 - 9 -13 - 10 -13 - 29 2 - 29 2 - -23 12 - -23 12 - 58 -44 - 67 26 - 58 -44 - 89 43 - 89 43 - 9 -9 - 9 -9 - 9 -9 - -7 -37 - -8 -37 - -7 -37 - 41 -80 - 41 -80 - -27 -30 - -28 -30 - -27 -30 - 43 -9 - 42 -9 - 43 -9 - 94 33 - 94 33 - 95 33 - 23 -53 - 23 -53 - -67 -68 - -67 -68 - 28 -93 - -25 -23 - -25 -23 - -72 -1 - -72 -1 - -21 -33 - -21 -33 - 91 -38 - 91 -38 - 92 -37 - 36 -19 - 36 -19 - -8 -12 - -8 -12 - -27 -59 - -27 -59 - -26 -59 - 91 33 - 91 33 - -85 -43 - -8 -18 - -8 -18 - -8 -18 - -1 -55 - -1 -55 - -9 -19 - -9 -19 - -8 -19 - -67 -97 - -67 -97 - 98 72 - 88 -13 - 88 -13 - 89 -13 - 50 73 - -1 -56 - -1 -56 - 13 23 - 13 23 - 14 23 - 99 17 - 99 17 - -41 -92 - 50 -89 - 20 -29 - 20 -29 - -41 -92 - 99 17 - -41 -92 - 50 -89 - 69 77 - -7 -25 - -7 -25 - -90 -16 - -90 -16 - -11 80 - -11 80 - 19 -81 - 90 -35 - 90 -35 - -8 -29 - -8 -29 - -7 -29 - -7 -29 - -7 -29 - -7 -30 - -77 9 - -77 9 - -75 -53 - -75 -53 - -25 -88 - -33 -86 - -33 -86 - -75 -53 - -25 -88 - -33 -86 - 18 -83 - 18 -83 - 56 -97 - 56 -97 - 72 -81 - 72 -81 - 56 -97 - 72 -81 - -5 -34 - -6 -35 - -6 -34 - -5 -34 - -6 -34 - -73 -50 - -61 66 - -73 -50 - -65 82 - 62 -87 - -65 82 - 1 -45 - 1 -45 - 27 52 - 27 52 - -25 12 - -5 28 - -25 12 - -5 -37 - -5 -37 - -4 -37 - 95 -36 - 95 -36 - -18 19 - -18 19 - 44 -44 - 44 -44 - 8 -25 - 8 -25 - -2 -41 - -2 -41 - 54 59 - 54 59 - -3 -42 - -2 -41 - -3 -42 - -3 -41 - -2 -42 - 91 -6 - 91 -6 - -1 -43 - -1 -43 - -1 -43 - -1 -43 - -1 -43 - -1 -43 - -1 -43 - -1 -43 - -5 -37 - -5 -37 - 54 34 - 54 34 - -56 95 - -56 95 - -4 -56 - -4 -56 - 4 -42 - 3 -41 - 4 -42 - -19 -39 - -11 -42 - -19 -39 - 3 -41 - 3 -41 - 4 -41 - -68 -16 - -68 -16 - -67 -16 - 5 -38 - 5 -39 - 5 -38 - 5 -38 - 5 -38 - 5 -38 - 6 -37 - 6 -37 - 80 23 - 80 23 - 98 -1 - -51 -81 - -50 -81 - 98 -1 - 99 83 - 99 83 - -92 45 - -92 45 - 32 -63 - 32 -63 - -63 -30 - 79 11 - 79 11 - -42 -70 - 91 42 - 91 42 - 9 -29 - 9 -29 - -40 29 - -40 29 - 95 -45 - 95 -45 - -51 41 - -51 41 - 87 -10 - 87 -10 - 23 -2 - 23 -2 - 11 -17 - 11 -17 - 39 49 - 39 49 - -12 -15 - -12 -15 - -26 85 - -26 85 - -31 22 - -31 22 - 10 -21 - 10 -21 - 98 41 - 60 -89 - 98 41 - -68 -5 - -68 -5 - 8 -17 - 8 -17 - 9 -17 - 9 -17 - 9 -17 - 8 -17 - 9 -17 - 9 -17 - 37 99 - 37 99 - 86 -51 - 86 -51 - 6 -46 - 6 -46 - 29 -12 - 29 -12 - 91 -43 - 91 -43 - 98 60 - 98 60 - 9 -12 - 9 -12 - 9 -12 - 9 -12 - 95 33 - 94 33 - 95 33 - -98 -67 - -98 -67 - -98 -66 - -98 -66 - -98 -67 - -98 -66 - 38 35 - 38 35 - -16 -15 - -16 -15 - 92 -37 - 91 -38 - 92 -37 - 46 18 - 46 18 - -17 -46 - -39 -29 - -39 -29 - -26 -59 - -27 -59 - -26 -59 - 17 0 - 17 0 - -1 -92 - -1 -92 - -8 -19 - -9 -19 - -8 -19 - 37 -69 - 37 -69 - 73 34 - 98 72 - -67 -97 - 98 72 - 89 -13 - 88 -13 - 89 -13 - 50 73 - 62 88 - 62 88 - -7 33 - -7 33 - 14 23 - 13 23 - 14 23 - 2 -54 - 2 -54 - 28 35 - 28 35 - -25 92 - -25 92 - 53 -24 - 53 -24 - -47 24 - -47 24 - -7 -29 - -8 -29 - -7 -29 - -56 -44 - -56 -44 - 81 2 - 81 2 - -63 42 - -63 42 - 94 -96 - 94 -96 - -6 -35 - -6 -34 - -6 -35 - -6 -34 - -5 -34 - -6 -34 - 92 35 - 92 35 - 67 -24 - 67 -24 - 9 93 - 9 93 - 10 93 - -69 64 - -69 64 - 58 -68 - 58 -68 - -2 -41 - -2 -41 - 86 65 - 86 65 - -3 -41 - -3 -41 - -3 -41 - -2 -41 - -3 -42 - -3 -41 - -2 -42 - 69 -83 - 69 -83 - -1 -44 - 0 -43 - -1 -44 - 0 -44 - 0 -44 - -94 39 - -94 39 - 50 15 - 50 15 - 25 -48 - -3 79 - -3 79 - -38 -96 - -38 -96 - -2 -49 - -1 -50 - -2 -49 - 8 -34 - 9 -35 - 7 -34 - 8 -34 - -46 -69 - -46 -69 - 68 -86 - 68 -86 - 40 -2 - 3 -41 - 40 -2 - 3 -42 - 3 -42 - 4 -42 - 4 -41 - 3 -41 - 4 -41 - -67 -16 - -68 -16 - -67 -16 - 60 -79 - 60 -79 - 5 -40 - 5 -40 - 5 -40 - 15 97 - 15 97 - -50 -81 - -50 -81 - -51 -81 - -50 -81 - -97 57 - -97 57 - -50 12 - -50 12 - -26 -49 - -26 -49 - 81 -9 - 47 -68 - 81 -9 - 32 -74 - 9 -22 - 9 -22 - 9 -22 - 99 92 - 99 92 - 10 20 - 10 20 - -29 -8 - -29 -8 - 9 -19 - 9 -19 - 9 -19 - 9 -19 - 9 -19 - 9 -19 - -11 -54 - -11 -54 - 91 -94 - 91 -94 - 9 -17 - 8 -17 - 9 -17 - 9 -17 - -73 22 - -73 22 - -35 26 - -35 26 - 10 -14 - 10 -14 - 9 -14 - -4 41 - -4 41 - 67 26 - 67 26 - 58 -44 - 55 -77 - 55 -77 - 25 -12 - 25 -12 - 20 -91 - 20 -91 - -14 -14 - -14 -14 - -14 -13 - -14 -13 - -14 -14 - -14 -13 - -13 -13 - 10 10 - 10 10 - 6 84 - 6 84 - 36 49 - 36 49 - -17 -46 - 46 18 - -17 -46 - -66 -82 - -66 -82 - -9 -13 - -9 -13 - -93 -30 - -93 -30 - -94 -34 - 41 79 - 41 79 - 71 -49 - -9 -18 - -9 -18 - -9 -18 - -9 -18 - -9 -18 - -9 -18 - 73 34 - 37 -69 - 73 34 - 43 52 - 43 52 - -40 -41 - -40 -41 - 50 73 - 88 -13 - 89 -13 - 50 73 - 11 95 - 11 95 - 3 78 - 3 78 - 10 26 - 10 26 - 69 77 - -41 -92 - 50 -89 - 69 77 - -8 -25 - -8 -25 - 34 -97 - 34 -97 - 95 33 - -7 -30 - -7 -29 - -7 -30 - -6 -32 - -6 -32 - 62 78 - 62 78 - -5 -36 - -5 -36 - -5 28 - -5 28 - -25 12 - -4 48 - -4 48 - 10 93 - 9 93 - 10 93 - 62 -33 - 62 -33 - -3 -40 - -3 -40 - -24 20 - -24 20 - -86 47 - -86 47 - -90 -45 - -3 -40 - -3 -40 - -2 -88 - -2 -88 - 94 -94 - 94 -94 - 96 -85 - 42 -57 - 42 -57 - 18 -20 - 18 -20 - 36 73 - 36 73 - -1 -43 - -1 -43 - -1 -43 - -1 -43 - -1 -44 - -1 -44 - 0 -43 - 0 -43 - -1 -44 - -61 73 - -61 73 - 1 -45 - 2 -46 - 1 -45 - 2 -44 - 2 -44 - 1 -44 - -21 94 - -21 94 - -21 95 - -21 95 - -21 94 - -21 95 - 24 55 - 24 55 - -39 17 - -39 17 - -39 18 - -39 18 - -39 17 - -39 18 - 90 -70 - 90 -70 - 56 -7 - 56 -7 - 57 -7 - -1 -50 - -1 -50 - -2 -49 - 9 -36 - 10 -37 - 9 -36 - 9 -35 - 9 -35 - 9 -36 - 9 -35 - 8 -34 - -37 60 - -37 60 - 5 -40 - 5 -40 - -77 -11 - -77 -11 - 85 -73 - 85 -73 - 69 35 - 69 35 - -81 -79 - -81 -79 - 14 -63 - 14 -63 - -51 -81 - -50 -81 - -51 -81 - -50 -81 - 98 -1 - -81 -70 - -81 -70 - 68 75 - 68 75 - -5 -19 - -5 -19 - 38 16 - 38 16 - -45 -65 - -45 -65 - -44 14 - -44 14 - 5 99 - 5 99 - 75 -98 - 75 -98 - 47 -68 - 47 -68 - 81 -9 - 33 -45 - 33 -45 - -38 17 - -38 17 - 87 30 - 87 30 - 59 43 - 59 43 - 75 -84 - 75 -84 - -8 -55 - -8 -55 - 57 93 - 57 93 - 71 -64 - 71 -64 - 9 -13 - 9 -13 - 9 -13 - 10 -13 - -35 77 - -35 77 - 71 -50 - 71 -50 - -9 45 - -9 45 - 57 9 - 57 9 - -10 -9 - -10 -9 - -13 -13 - -14 -13 - -13 -13 - -13 -12 - -13 -12 - -13 -13 - -13 -12 - 7 10 - 7 10 - -68 7 - -68 7 - -94 -34 - -93 -30 - -94 -34 - 19 73 - 19 73 - -72 -6 - -72 -6 - 94 -54 - 94 -54 - 84 0 - 84 0 - 85 0 - 1 -48 - 1 -48 - -49 22 - -49 22 - -8 -24 - -8 -24 - -8 -23 - 50 -89 - 99 17 - -41 -92 - 50 -89 - 69 77 - -8 -26 - -8 -27 - -8 -26 - -8 -27 - -8 -27 - 95 33 - 34 -97 - 95 33 - -1 -46 - -1 -46 - 88 59 - 88 59 - -79 92 - -79 92 - 12 -72 - 12 -72 - -10 66 - -10 66 - -6 -34 - -6 -34 - -6 -35 - 43 41 - 43 41 - 28 -83 - 12 87 - 28 -83 - -4 -37 - -5 -37 - -5 -37 - -4 -37 - -5 -37 - -4 -37 - -5 -37 - -4 -37 - -5 -37 - -4 -37 - -5 -38 - 49 -77 - 49 -77 - -5 -38 - -5 -38 - 60 -61 - 60 -61 - 61 -61 - 60 49 - 60 49 - 16 -73 - -53 85 - -53 85 - -2 -42 - -2 -42 - 0 -44 - 0 -44 - 36 -84 - 36 -84 - 3 -44 - 3 -44 - 29 46 - 29 46 - 57 -7 - 56 -7 - 57 -7 - 4 -42 - 4 -42 - 10 -37 - 10 -37 - 9 -36 - -12 -64 - -12 -64 - -17 -61 - -17 -61 - -12 -64 - -17 -61 - 13 -27 - 13 -27 - 19 -20 - 19 -20 - 42 31 - 42 31 - 44 31 - -26 -22 - -26 -22 - -25 -22 - 49 89 - 49 89 - 6 -48 - 6 -48 - 5 -40 - 5 -40 - 5 -40 - 5 -40 - 5 -40 - 5 -40 - 5 -39 - 5 -39 - 5 -39 - 5 -38 - 5 -39 - 5 -39 - 5 -39 - 5 -38 - 5 -38 - 5 -38 - 5 -39 - 5 -39 - 5 -38 - 5 -38 - -83 57 - -83 57 - -50 -81 - -50 -81 - -51 -81 - -50 -81 - 98 -1 - -4 -57 - -4 -57 - 58 67 - 58 67 - 41 -70 - 41 -70 - 41 -71 - -63 -30 - 32 -63 - -63 -30 - -62 -30 - 40 -79 - 40 -79 - -44 2 - -44 2 - 43 -3 - 43 -3 - 92 69 - 92 69 - -54 -3 - -54 -3 - 12 -93 - 12 -93 - 72 -60 - 72 -60 - 12 -93 - 72 -60 - 51 100 - 51 100 - 10 -21 - 10 -21 - 9 -20 - 9 -20 - 9 -20 - 9 -19 - 9 -19 - 9 -14 - 10 -14 - 9 -14 - 56 -94 - 56 -94 - -88 54 - -88 54 - -23 70 - -23 70 - 46 -18 - 46 -18 - 25 -4 - 25 -4 - 65 -68 - 65 -68 - -22 28 - -22 28 - 33 34 - 33 34 - 99 88 - 99 88 - 8 11 - 8 11 - -13 -20 - -13 -20 - -21 -76 - -21 -76 - -21 -75 - -21 -75 - -21 -76 - -21 -75 - 94 -31 - 94 -31 - -2 22 - -2 22 - -17 -97 - -17 -97 - 9 61 - 9 61 - 9 62 - 9 62 - 9 61 - 9 62 - -8 -23 - -8 -24 - -8 -23 - -8 -27 - -8 -27 - -8 -26 - -8 -27 - -97 -12 - -42 -86 - -97 -12 - 0 -36 - 0 -36 - -4 87 - -4 87 - -89 -18 - -89 -18 - -7 -31 - -7 -31 - -6 -32 - 1 46 - 1 46 - 31 43 - 31 43 - 70 93 - 70 93 - -6 -33 - -6 -33 - -6 -35 - -6 -35 - -6 -35 - -6 -35 - 75 -42 - 75 -42 - 57 66 - -78 -87 - -78 -87 - 12 87 - 12 87 - 28 -83 - 78 -23 - 78 -23 - -5 -37 - -5 -37 - -4 -37 - -4 -37 - -4 -37 - -5 -37 - -4 -37 - -5 -38 - -5 -38 - -5 -38 - 61 -61 - 60 -61 - 61 -61 - -4 -39 - -4 -39 - -4 -39 - 56 50 - 56 50 - -90 -45 - -86 47 - -90 -45 - 99 45 - 99 45 - -67 -94 - -67 -94 - -26 56 - -26 56 - 43 -18 - 43 -18 - 43 -17 - 43 -17 - 43 -18 - 43 -17 - 84 -33 - 84 -33 - 84 -32 - 84 -32 - 84 -33 - 84 -32 - -12 93 - -12 93 - 0 -44 - 0 -44 - 5 -50 - 5 -50 - -36 -79 - -36 -79 - 1 -44 - 1 -44 - 82 -45 - 82 -45 - 82 24 - 82 24 - 32 58 - 32 58 - 7 -34 - 7 -34 - 8 -34 - -3 -48 - -3 -48 - -6 -36 - -6 -36 - 3 -41 - 4 -42 - 3 -41 - 4 -42 - 40 -2 - 76 72 - 76 72 - 4 -41 - 4 -41 - -25 -22 - -26 -22 - -25 -22 - -87 63 - -87 63 - 5 -40 - 5 -41 - 5 -40 - 5 -40 - 44 74 - 44 74 - 92 8 - 92 8 - 31 -88 - 31 -88 - 92 8 - 31 -88 - 5 -38 - 6 -39 - 5 -38 - -91 30 - -91 30 - 7 -33 - 7 -33 - 41 -71 - 41 -70 - 41 -71 - -62 -30 - -63 -30 - -62 -30 - 62 26 - 93 -15 - 93 -15 - 46 81 - 46 81 - 39 -74 - 39 -74 - 82 -70 - 82 -70 - 48 9 - -25 -40 - 48 9 - -46 8 - -46 8 - 10 -15 - 10 -15 - 9 -15 - 11 -11 - 11 -11 - 92 -26 - 92 -26 - -40 -79 - -40 -79 - -26 -23 - -26 -23 - 51 47 - 51 47 - -7 61 - -7 61 - -20 -95 - -20 -95 - 36 19 - 36 19 - -37 -15 - -37 -15 - 38 -89 - 38 -89 - -69 100 - -69 100 - 74 56 - 54 76 - 74 56 - -79 -71 - -79 -71 - 81 37 - 81 37 - -8 -27 - -8 -27 - -8 -26 - -8 -27 - -8 -27 - -8 -27 - -8 -26 - -8 -27 - -8 -27 - -8 -27 - 52 -72 - 52 -72 - -42 -86 - -42 -86 - -97 -12 - -10 -64 - -10 -64 - -99 -85 - -85 -97 - -99 -85 - 15 71 - 15 71 - 53 37 - 53 37 - -5 74 - -5 74 - -68 -80 - -68 -80 - 10 78 - 10 78 - 57 66 - 75 -42 - 57 66 - -4 -39 - -4 -39 - -4 -39 - -4 -40 - -4 -40 - -4 -39 - 32 46 - 32 46 - 96 -85 - 94 -94 - 96 -85 - -47 48 - 42 -53 - 59 -30 - -47 48 - -72 79 - -72 79 - 74 -8 - 74 -8 - -15 -32 - -15 -32 - -15 -33 - -16 -32 - -17 7 - -17 7 - -31 -18 - -31 -18 - -77 92 - -77 92 - 94 68 - 94 68 - 1 -44 - 2 -44 - 1 -44 - 1 -44 - 1 -44 - 1 -44 - 1 -44 - -15 54 - -15 54 - 55 43 - 55 43 - 2 -43 - 2 -43 - 3 -43 - 35 -86 - 35 -86 - 4 -42 - 4 -42 - 3 -41 - 4 -42 - -24 -66 - -24 -66 - 4 -42 - 4 -42 - 3 -41 - -27 -67 - -27 -67 - -27 -66 - -27 -66 - -27 -67 - -27 -66 - 44 31 - 42 31 - 44 31 - 38 -77 - 38 -77 - 70 54 - 76 -12 - 76 -12 - 6 -39 - 6 -39 - 6 -39 - 5 -38 - 84 73 - 84 73 - 16 -31 - 16 -31 - -87 -65 - -87 -65 - -14 4 - -14 4 - 32 -11 - 32 -11 - 32 -11 - 17 17 - 17 17 - -5 77 - -5 77 - 69 30 - 69 30 - 85 -83 - 85 -83 - -13 -62 - -13 -62 - -15 -97 - -14 -98 - -15 -97 - -18 63 - -18 63 - 35 97 - 35 97 - -45 72 - -45 72 - -45 73 - -45 73 - -45 72 - -45 73 - -54 67 - -54 67 - 8 -25 - 8 -25 - -72 22 - -72 22 - 84 53 - 84 53 - 52 44 - 52 44 - 57 83 - 84 50 - 57 83 - 37 95 - 9 -21 - 9 -21 - 44 8 - 44 8 - 9 -78 - 9 -78 - 9 -19 - 9 -19 - 14 -81 - 14 -81 - 58 -54 - 42 62 - 42 62 - 86 67 - 86 67 - 9 -15 - 10 -15 - 9 -15 - 12 -66 - 12 -66 - 10 -12 - 10 -12 - -12 54 - -12 54 - -9 73 - -9 73 - 9 -7 - 9 -7 - 9 -7 - 47 -84 - 47 -84 - 44 -73 - 44 -73 - -9 -5 - -9 -5 - 45 50 - 45 50 - 46 51 - -18 -28 - -18 -28 - 91 81 - 91 81 - 92 82 - 19 40 - 19 40 - -3 64 - -3 64 - 23 34 - 23 34 - -26 -33 - -26 -33 - -67 4 - -67 4 - -9 -87 - -9 -87 - -9 -86 - -9 -86 - -9 -87 - -9 -86 - -9 -19 - -9 -19 - 85 0 - 84 0 - 85 0 - -73 36 - -73 36 - 96 -58 - 96 -58 - 12 -62 - 12 -62 - 77 -74 - 77 -74 - -64 24 - -64 24 - -5 -52 - -5 -52 - 27 -11 - 27 -11 - -91 86 - -91 86 - -64 33 - -64 33 - -5 -38 - -4 -37 - -5 -37 - -4 -37 - -5 -38 - 16 -73 - 60 49 - 16 -73 - -75 -66 - -75 -66 - 70 16 - 70 16 - -3 -42 - -3 -42 - -3 -42 - -3 -42 - 77 4 - 77 4 - 42 -53 - 42 -53 - 59 -30 - -47 48 - -3 -42 - -3 -42 - -61 75 - -61 75 - 16 -15 - 16 -15 - -16 -32 - -15 -32 - -15 -33 - -16 -32 - 0 -44 - 0 -44 - 0 -44 - 1 -45 - 0 -44 - 0 -45 - 9 78 - 9 78 - 0 -44 - 0 -44 - -62 13 - -62 13 - -7 -70 - -7 -70 - 3 -43 - 2 -43 - 3 -43 - 82 -59 - 82 -59 - -42 100 - -42 100 - 4 -41 - 4 -41 - 70 54 - 38 -77 - 70 54 - 26 -36 - 26 -36 - 58 -95 - 58 -95 - 43 38 - 43 38 - 44 38 - 43 39 - 43 39 - 43 38 - 44 38 - 43 39 - 60 88 - 60 88 - 5 -24 - 5 -24 - -77 95 - -77 95 - 7 13 - 7 13 - -86 79 - -86 79 - -14 -98 - -14 -98 - -15 -97 - 82 89 - 82 89 - 9 -30 - 9 -30 - 8 -31 - 9 -26 - 9 -26 - -12 65 - -12 65 - 67 -32 - 67 -32 - 68 -32 - 9 -20 - 9 -20 - 9 -20 - -25 -40 - -25 -40 - 48 9 - -44 -1 - -44 -1 - 18 -9 - 18 -9 - 13 27 - 13 27 - 12 -30 - 12 -30 - 9 -13 - 9 -13 - 10 -13 - 10 -12 - 9 -12 - 9 -12 - -24 92 - -24 92 - 48 86 - 65 -4 - 65 -4 - 51 -74 - 51 -74 - 8 -10 - -8 10 - 8 -10 - 8 -9 - 8 -9 - 8 -9 - -12 15 - -12 15 - -12 15 - 10 -8 - 10 -8 - 45 -32 - 45 -32 - 46 51 - 45 50 - 46 51 - 70 9 - 70 9 - 46 51 - 48 55 - 70 9 - 92 82 - 91 81 - 92 82 - 28 39 - 28 39 - 28 39 - -9 -13 - -9 -13 - 22 -79 - 22 -79 - 54 76 - 54 76 - 74 56 - -26 -64 - -26 -64 - -8 -27 - -8 -27 - -8 -27 - 31 -54 - 31 -54 - 53 58 - 53 58 - 61 46 - -66 -28 - -66 -28 - -85 -97 - -85 -97 - -99 -85 - -6 -32 - -7 -31 - -6 -32 - 86 -88 - 86 -88 - -79 -7 - -79 -7 - 13 62 - 13 62 - 69 51 - 69 51 - 86 -13 - 21 24 - 21 24 - -6 -35 - -6 -35 - -6 -35 - -6 -35 - -39 95 - -39 95 - 87 -87 - 87 -87 - -4 -39 - -4 -40 - -4 -40 - -4 -39 - 58 -80 - 58 -80 - -82 -45 - -82 -45 - 58 -81 - 58 -81 - 61 59 - 61 59 - -3 -42 - -3 -42 - -3 -42 - 59 -30 - 42 -53 - 59 -30 - -47 48 - -1 -44 - -1 -44 - -1 -44 - 0 -44 - 0 -45 - -15 -33 - -15 -32 - -15 -33 - -16 -32 - 3 -21 - 3 -21 - 4 -49 - 4 -49 - 0 -45 - 1 -45 - 0 -44 - 0 -45 - -88 32 - -31 -86 - -88 32 - 1 -44 - 1 -44 - 2 -44 - 33 -54 - 33 -54 - 96 -65 - 96 -65 - 8 -34 - 8 -34 - 4 -42 - 4 -42 - 3 -41 - 4 -42 - -11 -53 - -11 -53 - 3 -41 - 4 -42 - 3 -41 - 5 -41 - 5 -41 - 5 -41 - 5 -41 - 5 -41 - 5 -40 - -3 -62 - -3 -62 - 44 38 - 43 38 - 44 38 - 43 39 - 14 -7 - 14 -7 - 78 56 - 78 56 - 33 62 - 33 62 - -26 -46 - -26 -46 - -25 -46 - -26 -45 - -26 -45 - -26 -46 - -25 -46 - -26 -45 - 9 35 - 9 35 - 62 26 - -62 -30 - 62 26 - -26 -75 - -26 -75 - 8 -31 - 9 -30 - 8 -31 - -20 -79 - -20 -79 - 10 -25 - 10 -25 - 33 62 - 33 62 - 69 -23 - 68 -32 - 67 -32 - 68 -32 - 35 -52 - 35 -52 - -40 8 - -40 8 - 58 -54 - 14 -81 - 58 -54 - 72 -41 - 72 -41 - 33 -83 - 33 -83 - 44 -12 - 44 -12 - 45 -12 - 65 74 - 66 73 - 65 74 - 10 -14 - 10 -14 - 10 -14 - 9 -14 - 10 -14 - 10 -14 - 10 -14 - 10 -14 - 9 -14 - 10 -14 - 10 -13 - 10 -13 - 10 -13 - 10 -13 - 10 -13 - 10 -13 - 10 -11 - 10 -11 - 50 26 - 50 26 - 9 -11 - 9 -11 - -9 11 - 9 -10 - 9 -10 - 9 -10 - 8 -9 - 8 -9 - 8 -9 - -12 15 - -12 15 - -12 15 - 11 -9 - 11 -9 - 10 -2 - 10 -2 - 86 8 - 86 8 - -88 -12 - -53 -26 - -53 -26 - -65 6 - -65 6 - -24 -25 - -24 -25 - 26 24 - 28 39 - 28 39 - 28 39 - 10 94 - 9 93 - 10 94 - 26 38 - 26 38 - 84 -88 - 84 -88 - 62 -90 - 62 -90 - 67 -77 - 67 -77 - -38 -73 - -38 -73 - 44 50 - 44 50 - 62 85 - 62 85 - 47 0 - 47 0 - 53 -33 - 53 -33 - 70 -3 - 70 -3 - -8 -26 - -8 -26 - 14 79 - 14 79 - 71 5 - 71 5 - 28 52 - 28 52 - -29 7 - -29 7 - 11 -12 - 11 -12 - 68 37 - 68 37 - -88 -61 - -88 -61 - -56 -17 - -56 -17 - -6 -35 - -6 -35 - -39 38 - -39 38 - -6 -35 - -6 -35 - -6 -35 - -87 -29 - -87 -29 - -54 -48 - 68 -26 - -54 -48 - 92 74 - 92 74 - 48 49 - 48 49 - -33 -8 - -33 -8 - 61 26 - 61 26 - 5 48 - 5 48 - -2 -42 - -2 -42 - -2 -43 - -1 -43 - -1 -43 - 81 59 - 81 59 - 0 -44 - -1 -44 - -1 -44 - 0 -44 - 0 -45 - 0 -44 - 0 -45 - 0 -44 - 0 -44 - 85 -11 - 85 -11 - 1 -45 - 1 -45 - 0 -44 - 0 -45 - 9 -55 - 9 -55 - 10 -57 - 37 23 - 37 23 - 71 -12 - 71 -12 - 73 -13 - -52 -42 - -52 -42 - 5 -41 - 5 -41 - 5 -41 - 5 -41 - 5 -41 - 63 -70 - 63 -70 - 6 -39 - 6 -39 - 6 -39 - 32 -11 - 32 -11 - 32 -11 - 93 72 - 93 72 - -25 -46 - -26 -46 - -25 -46 - -26 -45 - 70 69 - 70 69 - -52 36 - -52 36 - 8 -33 - 8 -33 - 74 -46 - 74 -46 - 73 42 - -34 9 - -34 9 - 5 26 - 5 26 - 43 -43 - 43 -43 - 58 22 - -24 49 - -24 49 - 84 50 - 84 50 - 57 83 - 31 96 - 9 -22 - 9 -22 - -50 70 - -50 70 - 37 95 - 57 83 - 31 96 - 37 95 - 37 81 - 37 81 - 45 -12 - 44 -12 - 45 -12 - 66 73 - 66 73 - 65 74 - 9 -15 - 9 -15 - 10 -15 - 10 -15 - 10 -13 - 9 -13 - 10 -13 - 10 -12 - 9 -13 - 10 -12 - 10 -12 - -2 -12 - -2 -12 - 4 32 - 4 32 - 5 32 - 9 -10 - 9 -10 - 9 -10 - 12 -12 - 12 -12 - 9 -7 - 9 -7 - 9 -7 - -72 43 - -72 43 - -86 37 - -86 37 - 30 -29 - 30 -29 - -16 1 - -16 1 - 34 2 - 34 2 - -9 -8 - -9 -8 - -10 -11 - -10 -11 - -33 -16 - -33 -16 - -32 -15 - 35 49 - 35 49 - 36 50 - 29 41 - 29 41 - -16 82 - -16 82 - 88 -98 - 88 -98 - 29 50 - 29 50 - 15 -16 - 15 -16 - 71 -39 - 71 -39 - 53 97 - 53 97 - 61 -78 - 61 -78 - 91 74 - 91 74 - -78 7 - -78 7 - 41 84 - 41 84 - 92 -77 - 92 -77 - 65 62 - -66 64 - 65 62 - 74 -89 - 74 -89 - 63 -7 - 63 -7 - -81 -4 - -81 -4 - 81 -65 - 81 -65 - 54 -1 - 54 -1 - 68 -26 - 68 -26 - -54 -48 - 3 11 - 3 11 - 41 -39 - 41 -39 - 87 -73 - 87 -73 - -4 -40 - -4 -40 - -4 -39 - 95 57 - 95 57 - 82 77 - 82 77 - -4 -41 - -4 -41 - -3 -41 - -3 -41 - -34 -3 - -34 -3 - -3 -42 - -3 -42 - -3 -42 - -95 0 - -95 0 - 17 93 - 46 1 - 46 1 - 63 -84 - 63 -84 - -1 -44 - -1 -44 - -1 -44 - 0 -44 - 0 -45 - 0 -45 - 0 -45 - 0 -44 - 0 -44 - 12 -59 - 12 -59 - 10 -57 - 9 -55 - 10 -57 - -31 -86 - -31 -86 - -88 32 - -13 -33 - -13 -33 - 50 80 - 50 80 - 73 -13 - 71 -12 - 73 -13 - -97 16 - -97 16 - 3 -44 - 3 -44 - 3 -44 - 3 -45 - 4 -45 - 3 -44 - 8 -37 - 8 -37 - 58 74 - 58 74 - 10 -47 - 10 -47 - 20 -20 - 20 -20 - 6 -41 - 6 -41 - 5 -40 - 5 -40 - 59 -77 - 59 -77 - 96 -22 - 7 -36 - 7 -36 - 7 -37 - 7 -37 - 7 -36 - 7 -37 - -60 35 - -60 35 - -74 -72 - -74 -72 - 7 -35 - 7 -35 - 7 -34 - 45 4 - 45 4 - 73 42 - 74 -46 - 73 42 - 73 43 - 96 43 - 96 43 - 81 55 - 81 55 - -48 -52 - -48 -52 - 9 -30 - 9 -30 - 64 30 - 64 30 - 33 6 - 33 6 - 69 -23 - 33 62 - 69 -23 - -21 60 - -21 60 - 31 96 - 84 50 - 31 96 - 37 95 - 95 -86 - 95 -86 - 2 50 - 2 50 - 10 -20 - 10 -20 - 68 66 - 68 66 - 18 -25 - 18 -25 - 19 -25 - 18 -24 - 19 -24 - 18 -24 - 18 -25 - 18 -24 - 19 -24 - 70 -66 - 70 -66 - 9 -14 - 10 -14 - 10 -14 - 9 -14 - 10 -14 - 10 -14 - 82 51 - 82 51 - 48 86 - -24 92 - 48 86 - 54 60 - 54 60 - 16 62 - 16 62 - 5 32 - 4 32 - 5 32 - -8 10 - -8 10 - 8 -10 - -10 58 - -10 58 - 7 58 - -52 33 - -52 33 - 95 38 - 95 38 - 48 55 - 48 55 - 70 9 - 49 56 - -17 -16 - -17 -16 - -18 -18 - -18 -18 - 26 24 - -24 -25 - 26 24 - -25 -9 - -25 -9 - -32 -15 - -33 -16 - -32 -15 - 94 97 - 94 97 - 36 50 - 35 49 - 36 50 - 37 51 - 30 43 - 30 43 - 51 -12 - 51 -12 - -8 -21 - -8 -21 - 36 -85 - 36 -85 - 57 -63 - 57 -63 - 82 -32 - 82 -32 - 55 -1 - 55 -1 - 61 46 - 53 58 - 61 46 - 95 -82 - 95 -82 - -72 97 - -72 97 - 16 -6 - 16 -6 - 86 -13 - 69 51 - 86 -13 - 38 -48 - 38 -48 - -6 -36 - -6 -36 - 46 26 - 46 26 - -66 66 - -66 66 - 74 13 - 74 13 - 83 -38 - 83 -38 - -99 -17 - -99 -17 - -6 -38 - -6 -38 - 2 -100 - 2 -100 - 93 -80 - 93 -80 - -4 -40 - -4 -40 - -2 -41 - 33 28 - 33 28 - 59 -21 - 59 -21 - -3 -41 - -4 -41 - -3 -41 - -3 -41 - -3 -41 - -3 -41 - -56 -85 - -56 -85 - 62 -51 - 62 -51 - 7 -51 - 8 -52 - 7 -51 - 0 -45 - -1 -44 - -1 -44 - 0 -44 - 0 -45 - 0 -44 - 0 -45 - 0 -44 - 0 -44 - 84 74 - 84 74 - 2 -44 - 1 -44 - 2 -44 - 3 -44 - 3 -45 - 3 -44 - 3 -44 - 3 -45 - 4 -45 - 3 -44 - 3 -45 - 3 -44 - 3 -44 - 3 -45 - 4 -45 - 3 -45 - 3 -44 - 3 -44 - 3 -45 - 4 -45 - 3 -44 - 4 -44 - 3 -44 - 3 -44 - 3 -45 - 4 -45 - 3 -44 - 98 -76 - 98 -76 - 40 -78 - 40 -78 - 9 -35 - 9 -35 - 82 79 - 83 78 - 82 79 - 5 -41 - 5 -41 - 5 -41 - 5 -41 - 5 -41 - 5 -41 - 5 -41 - 5 -41 - 5 -41 - 5 -41 - -20 30 - -20 30 - 86 32 - 86 32 - 67 -77 - 67 -77 - 52 -81 - 52 -81 - 33 36 - 33 36 - 7 -34 - 7 -35 - 7 -34 - 76 100 - 76 100 - 70 -100 - 45 -99 - 45 -99 - 69 -81 - 69 -81 - 9 -29 - 9 -29 - 9 -29 - -31 38 - -31 38 - -46 -31 - -46 -31 - -67 44 - -67 44 - 1 -82 - 1 -82 - 10 -20 - 10 -20 - 10 -17 - 10 -17 - 11 -17 - -12 14 - 10 -16 - -12 14 - 19 -25 - 18 -25 - 19 -25 - 19 -24 - 19 -24 - 18 -25 - 19 -25 - 18 -24 - 19 -24 - 10 -14 - 10 -14 - 10 -14 - 9 -14 - 10 -14 - 10 -14 - 10 -12 - 10 -12 - 10 -12 - 32 15 - 32 15 - -20 84 - -20 84 - -35 23 - -35 23 - -9 11 - 9 -11 - -9 11 - -88 -12 - 86 8 - -88 -12 - 49 56 - 48 55 - 49 56 - 73 60 - 73 60 - 21 19 - 21 19 - -24 -8 - -24 -8 - 37 51 - 36 50 - 10 60 - 37 51 - 9 93 - 9 93 - 10 94 - 10 94 - 11 96 - 13 98 - 11 96 - 12 97 - 13 98 - 45 9 - 45 9 - -67 -80 - -67 -80 - -74 -63 - -74 -63 - 68 17 - 68 17 - -44 -45 - -44 -45 - 92 -98 - 92 -98 - 13 -5 - 13 -5 - 68 62 - 68 62 - 19 37 - 19 37 - 40 6 - 40 6 - -55 -52 - -55 -52 - 22 -79 - 22 -79 - -2 42 - -2 42 - 66 70 - 66 70 - -63 34 - -63 34 - -6 -34 - -7 -33 - -6 -34 - -7 -33 - -98 -56 - -98 -56 - -84 93 - -84 93 - 5 28 - 5 28 - 76 41 - 76 41 - -2 -41 - -4 -40 - -2 -41 - -3 -41 - -4 -41 - -3 -41 - -3 -41 - 17 93 - -95 0 - 17 93 - -2 -43 - -2 -42 - -2 -43 - 40 -63 - 40 -63 - -2 -44 - -2 -44 - -52 60 - -52 60 - -26 52 - -26 52 - 8 -52 - 8 -52 - 7 -51 - -3 56 - -3 56 - -11 0 - -11 0 - 6 47 - 6 47 - -10 19 - -10 19 - -10 19 - -10 19 - -10 19 - -10 19 - -77 80 - -77 80 - 2 -44 - 2 -44 - -23 -39 - -23 -39 - -22 -39 - 11 10 - 11 10 - 4 -45 - 3 -44 - 3 -44 - 3 -45 - 4 -45 - 3 -44 - 4 -44 - 3 -44 - 3 -44 - 3 -45 - 4 -45 - 3 -44 - 4 -43 - 3 -43 - 4 -43 - 4 -43 - 4 -42 - 4 -42 - 83 78 - 83 78 - 82 79 - 50 39 - 50 39 - -69 -88 - -69 -88 - 88 28 - 88 28 - -84 -35 - -84 -35 - 88 28 - -84 -35 - 25 -6 - 25 -6 - 0 82 - 0 82 - 96 -22 - 59 -77 - 96 -22 - -43 47 - -43 47 - 58 92 - 58 92 - 70 -100 - 76 100 - 70 -100 - 27 47 - 27 47 - 56 -51 - 56 -51 - -7 69 - -7 69 - 43 59 - 43 59 - 7 -29 - 7 -29 - 78 -86 - 78 -86 - 8 49 - 8 49 - 10 -25 - 10 -25 - 58 22 - 43 -43 - 58 22 - 9 -25 - 9 -25 - -13 58 - -13 58 - -82 -41 - -82 -41 - 11 -17 - 10 -17 - 11 -17 - 42 -40 - 42 -40 - 14 89 - 14 89 - 10 -14 - 9 -14 - 10 -14 - 10 -14 - 10 -14 - 10 -13 - 10 -13 - 64 53 - 64 53 - 56 27 - 56 27 - 10 -12 - 10 -12 - 10 -12 - 9 -12 - 9 -12 - -12 59 - -12 59 - 7 58 - -10 58 - 7 58 - -64 -5 - -64 -5 - 8 -45 - 8 -45 - -61 -64 - -61 -64 - 73 84 - 73 84 - -49 80 - -49 80 - 8 9 - 8 9 - 67 62 - 67 62 - 25 46 - 25 46 - 10 94 - 9 93 - 10 94 - 11 96 - 12 97 - 11 26 - 11 26 - 67 63 - 67 63 - -13 -52 - -13 -52 - 4 44 - -13 41 - 4 44 - 18 -79 - 18 -79 - 17 76 - 17 76 - 23 74 - -7 -36 - -7 -36 - -66 64 - -66 64 - 65 62 - 93 -32 - 93 -32 - 22 -22 - 22 -22 - 94 -94 - 94 -94 - 4 45 - 4 45 - -67 38 - -67 38 - 27 -11 - 27 -11 - -7 -33 - -6 -34 - -7 -33 - 90 82 - 90 82 - 82 -20 - 82 -20 - -60 78 - -60 78 - 34 63 - 63 -35 - 34 63 - -5 -39 - -6 -38 - -5 -39 - -6 -39 - 74 26 - 74 26 - 17 76 - 17 76 - -75 -38 - -75 -38 - 34 51 - 34 51 - 32 -33 - 32 -33 - 2 55 - 2 55 - 49 -84 - 49 -84 - -59 72 - -59 72 - -10 90 - -10 90 - -59 72 - -10 90 - 16 -11 - 16 -11 - -6 -40 - -5 -41 - -6 -40 - 20 25 - 20 25 - -28 82 - -28 82 - -22 -39 - -23 -39 - -22 -39 - 97 30 - 97 30 - 53 -9 - 53 -9 - 4 -43 - 3 -43 - 4 -43 - 4 -43 - 4 -43 - 4 -43 - 5 -43 - -17 -60 - -17 -60 - -19 -60 - 81 20 - 81 20 - 5 -42 - 5 -42 - 5 -42 - 5 -42 - 4 -43 - 32 -1 - 32 -1 - 69 -49 - 69 -49 - 7 -56 - 7 -56 - 74 1 - 74 1 - 23 -69 - 23 -69 - -30 -72 - -30 -72 - 1 -79 - 1 -79 - -30 -72 - 1 -79 - -69 82 - -69 82 - -21 -51 - -21 -51 - -8 -37 - -8 -37 - -92 75 - -92 75 - 40 24 - 40 24 - 73 43 - 73 42 - 73 43 - 75 -1 - 75 -1 - 75 0 - 75 0 - 75 -1 - 75 0 - -25 75 - -25 75 - 31 64 - 31 64 - 36 -34 - 36 -34 - 8 -31 - 9 -30 - 8 -31 - -90 5 - -90 5 - -14 -1 - -14 -1 - 48 -33 - 48 -33 - 1 93 - 1 93 - 33 -49 - 33 -49 - -3 -15 - -3 -15 - -15 -79 - -15 -79 - 10 -16 - 10 -16 - -12 14 - 10 -16 - 79 -51 - 79 -51 - 84 -65 - 84 -65 - 10 -12 - 10 -12 - 10 -12 - 96 -98 - 96 -98 - -42 -45 - -42 -45 - 36 -6 - 36 -6 - 79 19 - 79 19 - 24 -14 - 24 -14 - -78 -60 - -78 -60 - -8 -9 - -8 -9 - -8 -9 - -13 -14 - -13 -14 - 9 58 - 9 58 - 10 60 - 11 96 - 9 93 - 10 94 - 11 96 - 12 97 - 13 98 - 33 47 - 33 47 - -27 -4 - -27 -4 - -9 -23 - -9 -23 - -10 -23 - 6 -43 - 6 -43 - 26 1 - 26 1 - 45 -73 - 45 -73 - -79 -25 - -8 -27 - -8 -27 - -8 -30 - 28 -13 - -8 -30 - 85 24 - 85 24 - 70 12 - 70 12 - 48 -9 - 48 -9 - 63 -35 - 63 -35 - 34 63 - 39 24 - 39 24 - -5 -39 - -5 -39 - -73 -87 - -73 -87 - -75 -57 - -21 93 - -75 -57 - 94 -49 - 94 -49 - -3 -42 - -4 -42 - -3 -42 - -3 -42 - -3 -43 - -3 83 - -3 83 - -9 -39 - -9 -39 - -5 -41 - -5 -41 - -6 -40 - 0 -44 - 0 -44 - 2 -46 - 2 -46 - 2 -45 - 2 -45 - 2 -46 - 2 -45 - 3 -45 - 3 -45 - 3 -44 - 3 -44 - 3 -44 - 3 -44 - 3 -44 - 3 -44 - 3 -45 - 4 -45 - 3 -44 - 3 -43 - 4 -44 - 3 -43 - 4 -43 - 4 -43 - 19 99 - 19 99 - 20 99 - 19 100 - 19 100 - 19 99 - 20 99 - 19 100 - 15 -28 - 15 -28 - -19 -60 - -17 -60 - -19 -60 - -39 32 - -39 32 - 4 -43 - 5 -42 - 5 -42 - 5 -42 - 4 -43 - -9 -50 - -9 -50 - 75 -45 - 75 -45 - 88 13 - 3 -35 - 3 -35 - 7 -38 - 7 -37 - 7 -38 - 85 -17 - 85 -17 - 12 80 - 12 80 - -23 -51 - -23 -51 - 9 -29 - 9 -30 - 9 -29 - 9 -29 - 9 -29 - 9 -29 - 10 -29 - -21 62 - -21 62 - -31 -50 - -31 -50 - 64 77 - 64 77 - 65 77 - 21 39 - 21 39 - 10 -22 - 10 -22 - 11 -22 - 34 56 - 34 56 - 29 -25 - 29 -25 - -18 19 - -18 19 - 28 47 - 28 47 - 95 41 - 95 41 - 20 97 - 20 97 - 92 78 - 92 78 - 91 25 - 91 25 - -40 28 - -40 28 - 33 3 - 33 3 - -5 -17 - -5 -17 - -74 -2 - -74 -2 - -81 -50 - -81 -50 - 20 17 - 20 17 - -12 -13 - -12 -13 - -12 -13 - -12 -13 - 10 60 - 9 58 - 10 60 - 37 51 - 11 61 - -7 -9 - -7 -9 - 12 97 - 10 94 - 11 96 - 12 97 - 13 98 - -47 53 - -47 53 - -15 -65 - -42 -55 - -15 -65 - -4 -96 - -4 -96 - -3 -96 - 42 42 - 42 42 - 82 -90 - 82 -90 - -83 16 - -83 16 - -9 -22 - -9 -22 - 84 -82 - 84 -82 - -86 -15 - -86 -15 - -50 -76 - -50 -76 - 30 89 - 30 89 - -50 -76 - 30 89 - -13 41 - -13 41 - 4 44 - -75 42 - -75 42 - -42 61 - -42 61 - 23 74 - 17 76 - 23 74 - -74 -77 - -74 -77 - -4 -10 - -4 -10 - 6 79 - 6 79 - -31 39 - -31 39 - 17 -6 - 17 -6 - 26 11 - 26 11 - -7 -33 - -8 -34 - -7 -33 - -6 -34 - 93 59 - 93 59 - -4 -22 - -4 -22 - -6 -36 - -6 -36 - -6 -36 - -1 -86 - -1 -86 - 0 -86 - 14 23 - 14 23 - -6 -39 - -6 -38 - -6 -39 - -5 -39 - -6 -39 - -6 -38 - 40 17 - 40 17 - 5 -63 - 5 -63 - -3 -42 - -4 -42 - -3 -42 - -3 -42 - -3 -43 - 38 -32 - 38 -32 - 64 -58 - 64 -58 - -1 -44 - -1 -45 - 0 -45 - -1 -44 - 0 -45 - -1 -45 - -69 -22 - -69 -22 - -17 -34 - -17 -34 - -31 -43 - -31 -43 - 0 -45 - 0 -45 - 1 -45 - 0 -45 - -1 -45 - 1 -45 - 0 -45 - 1 -45 - 0 -45 - -1 -45 - 0 -45 - 0 -45 - 1 -45 - 0 -45 - -1 -45 - -21 34 - -21 34 - -20 34 - 3 -44 - 3 -44 - 7 -55 - 7 -55 - 81 15 - 81 15 - 20 99 - 19 99 - 20 99 - 19 100 - 68 7 - 68 7 - -3 -49 - -3 -49 - -3 -49 - -4 -48 - -4 -48 - 5 -42 - 5 -42 - 5 -42 - 5 -42 - 5 -42 - 5 -42 - 5 -42 - 5 -42 - 5 -42 - 5 -42 - 5 -42 - 5 -42 - 25 -97 - 25 -97 - 88 13 - 75 -45 - 88 13 - -96 -62 - -96 -62 - -16 -24 - -16 -24 - -26 12 - -99 -57 - 95 60 - -99 -57 - 70 -8 - 61 31 - 70 -8 - 87 13 - 87 13 - 91 21 - 91 21 - 91 22 - 91 22 - 91 21 - 91 22 - -83 28 - -83 28 - 96 -43 - 96 -43 - 59 -88 - 8 -34 - 8 -34 - 8 -34 - 8 -34 - 8 -34 - 8 -33 - 8 -34 - 8 -34 - 8 -34 - 8 -34 - 8 -34 - 8 -33 - 8 -33 - 8 -34 - 8 -34 - 8 -34 - 8 -34 - 8 -33 - 72 92 - 72 92 - 85 -27 - 85 -27 - 4 -71 - 4 -71 - 65 77 - 64 77 - 65 77 - 13 45 - 13 45 - 10 -24 - 10 -24 - 10 -24 - -8 91 - -8 91 - 79 -85 - 79 -85 - -26 47 - -1 -55 - -26 47 - 75 37 - 75 37 - 10 -14 - 10 -14 - 11 -14 - 10 -14 - 10 -14 - 40 -36 - 40 -36 - 15 59 - 15 59 - 60 -80 - 60 -80 - 50 -17 - 50 -17 - -22 -56 - -22 -56 - -21 -56 - 11 53 - 11 53 - 32 9 - 32 9 - 33 9 - 67 -91 - 67 -91 - 46 44 - 46 44 - -20 -3 - -20 -3 - -11 -12 - -11 -12 - 11 61 - 10 60 - 11 61 - 12 63 - 41 58 - 41 58 - 42 59 - -76 12 - -76 12 - -73 15 - -75 14 - -74 15 - 35 50 - 35 50 - -58 -29 - 31 58 - -58 -29 - 77 55 - 77 55 - 48 81 - 48 81 - 83 -67 - 83 -67 - -3 -96 - -4 -96 - -3 -96 - 41 -43 - 41 -43 - 37 -99 - 37 -99 - 34 -73 - 34 -73 - -10 -21 - -9 -22 - -10 -21 - -9 -21 - -9 -22 - -10 -20 - -9 -21 - -10 -20 - -10 -23 - -9 -23 - -10 -23 - -35 44 - -35 44 - -79 -25 - 45 -73 - -79 -25 - -78 -25 - 60 -94 - 60 -94 - 27 -17 - 27 -17 - 90 -26 - 90 -26 - 28 -13 - 28 -13 - -8 -30 - -33 -32 - -33 -32 - 73 10 - 73 10 - 71 -65 - 71 -65 - 69 -6 - 69 -6 - -21 62 - -21 62 - -6 -36 - -6 -36 - -6 -36 - 64 47 - 64 47 - 93 -13 - 93 -13 - -6 -36 - -6 -36 - 0 -86 - -1 -86 - 0 -86 - -36 -37 - -36 -37 - -54 100 - -54 100 - -6 -38 - -6 -38 - -6 -38 - -6 -38 - -6 -39 - -5 -39 - -6 -39 - -6 -38 - -21 93 - -21 93 - -75 -57 - 5 51 - 5 51 - 66 -71 - 66 -71 - 72 74 - 72 74 - -3 -43 - -3 -42 - -3 -42 - -3 -43 - 0 -45 - -1 -45 - 0 -45 - -1 -44 - 0 -45 - -1 -45 - -20 34 - -21 34 - -20 34 - -87 -10 - -87 -10 - 4 -44 - 4 -44 - 3 -43 - 5 -43 - 4 -43 - 4 -43 - 5 -43 - 23 -23 - 23 -23 - 5 -42 - 5 -43 - 5 -42 - 5 -42 - 5 -42 - 5 -42 - -2 94 - -2 94 - -17 41 - -17 41 - -16 41 - -81 28 - -81 28 - -6 -74 - -6 -74 - 7 -37 - 7 -37 - 7 -37 - -74 41 - -74 41 - 97 -87 - 97 -87 - 99 51 - 99 51 - 8 -34 - 8 -34 - 8 -34 - 8 -34 - 8 -34 - 8 -33 - 8 -33 - 8 -34 - 8 -34 - 8 -34 - 8 -34 - 8 -33 - 11 40 - 11 40 - 37 -51 - 37 -51 - 85 47 - 85 47 - 40 -69 - 40 -69 - 9 -30 - 9 -30 - 8 -31 - 51 -29 - 51 -29 - -3 81 - 64 50 - -3 81 - 10 -30 - 9 -30 - 10 -30 - 9 -30 - 9 -30 - 9 -30 - 10 -30 - 9 -30 - 9 -29 - 10 -29 - 9 -29 - 10 -29 - 9 -28 - 9 -28 - 9 -27 - 10 -26 - 9 -27 - 9 -27 - 9 -26 - 9 -27 - 9 -27 - 9 -27 - 9 -26 - 9 -26 - 9 -27 - 9 -27 - 9 -26 - -42 -1 - -42 -1 - -42 0 - -42 0 - -42 -1 - -42 0 - -78 -69 - -78 -69 - 28 96 - 28 96 - 5 32 - 5 32 - 13 25 - 13 25 - 10 -16 - 10 -16 - 10 -16 - -1 -55 - -1 -55 - -26 47 - 50 -6 - 50 -6 - 51 -6 - 82 -12 - 82 -12 - 83 -12 - -11 81 - 11 -14 - 10 -14 - 11 -14 - 12 -14 - 10 -14 - 10 -13 - 10 -13 - 10 -13 - 63 64 - 63 64 - 9 -11 - 9 -11 - -13 -85 - -13 -85 - -21 -56 - -22 -56 - -21 -56 - 66 -94 - 66 -94 - 33 9 - 32 9 - 33 9 - -12 -12 - -12 -12 - -8 -9 - -8 -9 - -8 -9 - 10 11 - 10 11 - -10 -11 - -10 -11 - 10 11 - -10 -11 - 12 63 - 11 61 - 12 63 - 13 64 - 42 59 - 41 58 - 42 59 - -73 15 - -72 17 - -75 14 - -76 12 - -73 15 - -75 14 - -72 17 - -74 15 - 38 54 - 38 54 - 39 55 - 38 54 - -3 -23 - -3 -23 - -2 -23 - 31 58 - 31 58 - -58 -29 - -42 -55 - -42 -55 - -15 -65 - 43 12 - 43 12 - 41 14 - -9 -19 - -9 -19 - 14 65 - 14 65 - 40 4 - 40 4 - -9 -22 - -9 -22 - -10 -21 - -9 -22 - -9 -21 - -10 -21 - -9 -21 - -10 -20 - 31 -21 - 31 -21 - -9 -23 - -9 -23 - -10 -23 - -9 -23 - 46 -7 - 46 -7 - 47 -7 - 71 80 - 71 80 - -78 -25 - -79 -25 - -78 -25 - 52 41 - 52 41 - -53 -15 - -53 -15 - -9 -26 - -9 -26 - 2 -47 - 2 -47 - -9 -26 - -8 -27 - -9 -27 - -9 -26 - -64 63 - -64 63 - -67 -13 - -67 -13 - 98 11 - 98 11 - -7 -31 - -7 -31 - -8 -31 - -8 -31 - -7 -31 - -8 -31 - 89 81 - 89 81 - -8 -34 - -8 -34 - -7 -33 - -95 31 - -95 31 - 86 -57 - 15 39 - 15 39 - 0 -13 - 0 -13 - 60 -39 - 60 -39 - 29 82 - 29 82 - -5 -40 - -5 -40 - -4 -40 - -4 -42 - -4 -42 - -3 -42 - -3 -42 - -87 -32 - -87 -32 - -13 79 - -13 79 - 70 -39 - 70 -39 - -13 79 - 70 -39 - -2 -44 - -2 -44 - -2 -44 - -53 -58 - -53 -58 - -1 -45 - -1 -45 - 0 -45 - -1 -44 - 0 -45 - -1 -45 - 2 -47 - 2 -47 - 0 -45 - -1 -45 - 0 -45 - -1 -44 - 0 -45 - -1 -45 - -1 -45 - -1 -45 - -1 -44 - -1 -45 - -1 -45 - -1 -44 - -1 -45 - -1 -44 - -1 -45 - -1 -45 - -1 -45 - -1 -45 - -1 -45 - -1 -44 - -1 -45 - -1 -45 - -1 -45 - 21 66 - 21 66 - 3 -44 - 3 -45 - 3 -44 - 4 -44 - -72 -30 - -72 -30 - 11 -47 - 11 -47 - 0 -62 - 0 -62 - 4 -43 - 4 -43 - 5 -43 - 5 -43 - 5 -42 - 5 -42 - 5 -42 - 5 -43 - 5 -42 - 5 -42 - 5 -42 - 5 -42 - -16 41 - -17 41 - -16 41 - -25 -4 - -25 -4 - 55 -3 - 55 -3 - -26 12 - -16 -24 - -26 12 - 7 -37 - 7 -37 - 7 -37 - 7 -38 - 6 -38 - 6 -38 - 7 -38 - 33 -87 - 33 -87 - 59 -88 - 96 -43 - 59 -88 - 8 -33 - 8 -33 - -24 46 - -24 46 - 64 50 - 64 50 - -3 81 - -41 -55 - -41 -55 - -85 34 - -85 34 - 10 -26 - 10 -26 - 9 -27 - 17 4 - 17 4 - 11 -22 - 10 -22 - 11 -22 - 19 2 - 19 2 - 52 42 - 52 42 - 51 -6 - 50 -6 - 51 -6 - -26 84 - -26 84 - 83 -12 - 82 -12 - 83 -12 - -11 81 - 12 -14 - 11 -14 - 12 -14 - -11 81 - 82 -12 - 83 -12 - -11 81 - 22 98 - 22 98 - 89 -12 - 89 -12 - 56 91 - 56 91 - 55 92 - 55 92 - 55 93 - 55 93 - 55 92 - 55 93 - 21 -25 - 21 -25 - 87 -97 - 87 -97 - -74 15 - -74 15 - 10 -4 - 10 -4 - -87 -36 - -87 -36 - -74 82 - -74 82 - 19 36 - 19 36 - 72 -64 - 72 -64 - 59 68 - 59 68 - 27 26 - 27 26 - 13 64 - 12 63 - 13 64 - 14 66 - -74 15 - -76 12 - -73 15 - -75 14 - -72 17 - -74 15 - 39 55 - 38 54 - 39 55 - 38 54 - -10 -61 - -10 -61 - 12 -98 - 12 -98 - 44 -48 - 44 -48 - 2 21 - 2 21 - -6 -60 - -6 -60 - -53 -43 - -53 -43 - 85 30 - 85 30 - 40 13 - 40 13 - 47 -7 - 46 -7 - 47 -7 - -9 -27 - -8 -27 - -9 -27 - -9 -26 - -56 73 - -56 73 - 25 51 - 25 51 - 8 -28 - 8 -28 - 32 22 - 32 22 - -83 18 - -83 18 - 82 19 - 82 19 - -83 18 - 82 19 - -7 -33 - -7 -33 - -7 -34 - -7 -34 - -7 -34 - -7 -34 - -61 44 - -61 44 - 86 -57 - -95 31 - 86 -57 - 48 -94 - 48 -94 - -6 -39 - -6 -38 - -6 -39 - -6 -39 - -6 -38 - -6 -38 - -6 -38 - -6 -39 - -6 -39 - -6 -38 - -5 -39 - -5 -39 - -6 -39 - -6 -39 - -5 -39 - -6 -39 - 27 -83 - 27 -83 - -4 -40 - -5 -40 - -4 -40 - -4 -41 - -4 -41 - -4 -40 - -4 -41 - 85 74 - 85 74 - 3 -34 - 3 -34 - 4 -34 - 62 85 - 62 85 - -4 -42 - -4 -42 - -4 -42 - -4 -42 - -4 -42 - -4 -42 - -4 -42 - -4 -42 - -3 -44 - -3 -44 - -2 -44 - -2 -44 - -2 -44 - -2 -44 - -29 74 - -29 74 - -1 -45 - -1 -45 - 0 -45 - -1 -44 - 0 -45 - -1 -45 - -1 -45 - 0 -45 - -1 -45 - 1 -45 - 0 -45 - -1 -45 - 1 -45 - 1 -45 - 0 -44 - 4 -43 - 4 -43 - 5 -43 - 74 91 - 74 91 - -3 -49 - -3 -49 - -3 -49 - -2 -50 - -2 -50 - 5 -43 - 5 -43 - 53 12 - 53 12 - -10 -55 - 5 -42 - 5 -42 - 5 -42 - 52 1 - 52 1 - 95 60 - 95 60 - -99 -57 - -54 56 - -54 56 - 61 31 - 61 31 - 70 -8 - 88 -44 - 88 -44 - -56 -83 - -56 -83 - 7 -38 - 6 -38 - 7 -38 - 17 9 - 17 9 - 8 -34 - 8 -34 - 8 -34 - 8 -34 - 8 -34 - 8 -33 - 44 35 - 44 35 - -25 -28 - -25 -28 - 75 3 - 75 3 - 25 -17 - 25 -17 - 9 -30 - 9 -30 - 10 -30 - 9 -30 - -13 2 - -13 2 - 9 -29 - 9 -29 - 78 95 - 78 95 - 48 33 - 48 33 - 88 -26 - 88 -26 - 59 22 - 59 22 - 82 68 - 82 68 - 10 -24 - 10 -24 - 10 -24 - 10 -25 - -52 1 - -52 1 - 10 -24 - 10 -24 - 92 -100 - 92 -100 - -66 55 - -66 55 - 37 -49 - 37 -49 - 10 -17 - 10 -17 - 10 -14 - 10 -14 - 11 -14 - 10 -14 - 48 82 - 48 82 - 34 -45 - 34 -45 - 22 -27 - 22 -27 - -53 18 - -53 18 - -55 18 - -55 18 - -56 18 - -55 18 - -56 18 - -55 18 - -56 18 - -55 18 - -58 19 - -58 19 - -56 18 - -58 19 - 50 -35 - 50 -35 - 52 -18 - 52 -18 - -38 24 - -38 24 - -38 6 - -38 6 - -9 -8 - -9 -8 - 14 12 - 14 12 - 24 22 - 24 22 - 24 23 - 24 23 - 24 22 - 24 23 - -43 86 - -43 86 - -17 0 - -17 0 - 14 66 - 13 64 - 14 66 - -73 15 - 42 59 - -76 12 - 16 70 - -73 15 - -75 14 - -72 17 - -74 15 - 38 54 - 38 54 - 39 55 - 38 54 - -37 -51 - -37 -51 - -36 -51 - -37 -50 - -37 -50 - -37 -51 - -36 -51 - -37 -50 - 57 24 - 57 24 - 41 14 - 43 12 - 41 14 - 65 -37 - 65 -37 - -9 -21 - -9 -21 - 75 -40 - 75 -40 - -9 -22 - -9 -22 - -10 -21 - -9 -22 - -14 14 - -14 14 - -73 15 - -73 15 - 15 -34 - 15 -34 - 76 42 - 76 42 - 9 -29 - 9 -29 - 8 -84 - 8 -84 - -5 -52 - -5 -52 - -14 -28 - -14 -28 - -14 -89 - -14 -89 - 78 30 - 75 -38 - 76 -38 - 78 30 - 18 84 - 18 84 - -36 75 - -36 75 - 18 -15 - 18 -15 - 4 -34 - 3 -34 - 4 -34 - 4 67 - 4 67 - 86 67 - 86 67 - -2 -44 - -2 -44 - -13 -36 - -22 -33 - -21 -33 - -13 -36 - -13 -35 - -13 -35 - -13 -36 - -13 -35 - 0 -46 - -1 -45 - -1 -45 - 0 -46 - 0 -46 - 1 -46 - -6 -41 - -6 -41 - 4 -44 - 3 -44 - 3 -45 - 4 -44 - 3 -45 - 17 70 - 17 70 - 91 0 - 81 -43 - 91 0 - 95 -58 - 95 -58 - 70 43 - 70 43 - 42 -83 - 42 -83 - -37 -29 - -37 -29 - 79 -64 - 79 -64 - -58 -71 - -58 -71 - 7 -36 - 7 -36 - 7 -35 - 7 -35 - 7 -36 - 7 -35 - 70 70 - 70 70 - 98 16 - 67 -40 - 67 -40 - 4 -85 - 4 -85 - 11 40 - 11 40 - 54 26 - 54 26 - -62 4 - -62 4 - 54 26 - -62 4 - -48 -86 - -48 -86 - 29 93 - 29 93 - -48 -86 - 29 93 - 54 81 - 54 81 - 32 88 - 32 88 - 10 -25 - 10 -24 - 10 -25 - -4 -30 - -4 -30 - 89 -71 - 89 -71 - -11 -60 - -11 -60 - 58 -11 - -17 32 - -17 32 - 23 44 - 23 44 - 10 -19 - 10 -19 - 80 -27 - 80 -27 - -4 -18 - -4 -18 - -31 50 - -31 50 - 10 -14 - 10 -14 - 10 -14 - 11 -13 - 10 -13 - 11 -13 - 10 -13 - 10 -13 - 10 -12 - 10 -12 - 23 -28 - 23 -28 - -10 -59 - -10 -59 - -9 -59 - -91 58 - -91 58 - -55 18 - -55 18 - -56 18 - -55 18 - -9 -7 - -9 -7 - -75 -83 - -75 -83 - 81 4 - 81 4 - 40 -71 - 40 -71 - -21 -16 - -21 -16 - 9 8 - 9 8 - -36 -37 - -36 -37 - 14 15 - 14 15 - -72 17 - 42 59 - 16 70 - -73 15 - -75 14 - -72 17 - -74 15 - -30 71 - -73 15 - -75 14 - -74 15 - -30 71 - 67 -41 - 68 -40 - -36 -51 - -37 -51 - -36 -51 - -37 -50 - 61 10 - -2 -23 - -3 -23 - -2 -23 - -24 -79 - -24 -79 - -63 -50 - -63 -50 - -10 -24 - -10 -24 - -10 -23 - -10 -23 - -10 -24 - -9 -23 - -10 -23 - -9 -23 - -9 -23 - -9 -23 - -10 -23 - -9 -23 - -34 45 - -34 45 - -9 -24 - -9 -24 - 80 -88 - 80 -88 - 14 23 - 14 23 - -9 -26 - 14 24 - 14 24 - 14 23 - -9 -26 - 14 24 - -13 13 - -13 13 - -8 -27 - -8 -27 - -9 -27 - -9 -26 - -25 -96 - -25 -96 - 80 46 - -15 94 - 80 46 - 13 -11 - 13 -11 - 3 -100 - 3 -100 - -18 -66 - -41 55 - -18 -66 - -18 44 - -18 44 - 80 -28 - 80 -28 - 80 -27 - 32 32 - 32 32 - 33 32 - -9 54 - -9 54 - -86 -81 - -86 -81 - -73 -80 - -73 -80 - 95 19 - 95 19 - 69 26 - 69 26 - -82 -3 - -82 -3 - -96 35 - -96 35 - -74 -66 - -3 -24 - -3 -24 - 21 -43 - 21 -43 - 11 -73 - 11 -73 - -22 -33 - -22 -33 - -21 -33 - -13 -36 - -1 -45 - -1 -45 - -18 -35 - -18 -35 - -1 -45 - -1 -45 - -1 -45 - 0 -45 - -1 -45 - -1 -45 - -1 -45 - -1 -45 - -1 -44 - -1 -45 - -1 -45 - -1 -45 - -1 -45 - -1 -44 - -1 -45 - -1 -45 - -1 -45 - -1 -45 - 0 -46 - -1 -45 - -1 -45 - -1 -45 - 0 -46 - 0 -46 - 1 -46 - -1 -45 - -1 -45 - 0 -46 - 0 -46 - 1 -46 - 5 17 - 5 17 - 27 81 - 27 81 - 87 -62 - 87 -62 - 0 -44 - 1 -45 - 0 -44 - 1 -45 - 1 -45 - -10 -54 - -10 -54 - -10 -55 - 53 12 - -10 -55 - 52 -16 - 52 -16 - 6 -40 - 6 -41 - 6 -40 - 6 -40 - -38 -25 - -18 -41 - -38 -25 - -53 67 - -53 67 - 9 -31 - 9 -31 - 10 -31 - 9 -32 - 9 -32 - 9 -31 - 10 -31 - 9 -32 - 94 -71 - 94 -71 - -71 78 - -71 78 - -23 -52 - -23 -52 - -4 83 - -4 83 - -3 83 - -13 14 - -13 14 - 10 -21 - 10 -21 - 10 -21 - -32 -72 - -32 -72 - 68 -87 - 68 -87 - 93 -57 - 93 -57 - 68 -92 - 68 -92 - 40 -64 - 40 -64 - 40 -63 - 40 -63 - 40 -64 - 40 -63 - 10 -14 - 10 -14 - 10 -14 - 11 -14 - 10 -14 - 10 -14 - 10 -14 - 11 -14 - 10 -14 - 11 -13 - 11 -13 - 10 -14 - 10 -14 - 11 -13 - 11 -13 - 10 -13 - 10 -12 - 10 -12 - 18 -5 - 18 -5 - 11 -11 - 11 -11 - -3 18 - -3 18 - -2 18 - -3 19 - -3 19 - -9 -59 - -10 -59 - -9 -59 - -27 9 - -27 9 - 9 3 - 9 3 - 41 -11 - 41 -11 - 10 9 - 10 9 - -10 -9 - 8 9 - 8 9 - 15 16 - 15 16 - 16 69 - 16 69 - 16 70 - 17 -6 - 17 -6 - 77 92 - 77 92 - 66 -39 - 66 -39 - -61 -23 - -61 -23 - -40 -3 - -40 -3 - -5 39 - 96 -81 - 96 -81 - 89 -69 - 89 -69 - 19 91 - 19 91 - 64 39 - 64 39 - 43 -62 - -26 -91 - 75 53 - -26 -91 - -7 -34 - -7 -33 - -7 -33 - -7 -34 - -7 -34 - 71 21 - 71 21 - 80 -27 - 80 -28 - 80 -27 - 33 32 - 32 32 - 33 32 - 53 -70 - 53 -70 - 75 -38 - 75 -38 - 76 -38 - 78 30 - 85 36 - 85 36 - -13 -36 - -37 7 - -13 -36 - -6 -37 - -6 -37 - -37 7 - -13 -36 - -6 -37 - -6 -37 - -6 -37 - -6 -37 - -6 -37 - 38 61 - 38 61 - -74 -66 - -96 35 - -74 -66 - 67 -41 - 67 -41 - -79 38 - -79 38 - -4 -42 - -4 -42 - -4 -41 - -4 -43 - -4 -43 - -2 -44 - -2 -44 - -2 -45 - -2 -44 - -2 -45 - -21 -33 - -22 -33 - -21 -33 - -13 -36 - -2 -45 - -2 -45 - -2 -44 - -2 -45 - -10 -40 - -10 -40 - -1 -45 - -1 -45 - -1 -45 - -1 -45 - -1 -45 - -1 -45 - -9 -39 - -9 -39 - 54 -85 - 54 -85 - -1 -46 - 0 -46 - 0 -46 - 1 -46 - -1 -46 - 0 -46 - -1 -45 - 0 -46 - 1 -46 - -1 -46 - 0 -46 - -1 -45 - 3 -45 - 3 -45 - 4 -44 - 3 -45 - -16 -68 - -16 -68 - -15 -68 - 3 -44 - 3 -44 - 4 -45 - 3 -44 - 48 94 - 48 94 - 4 -44 - 4 -44 - 4 -44 - 4 -44 - -2 -50 - -3 -49 - -2 -50 - -2 -50 - -2 -50 - -3 -49 - -2 -50 - -2 -50 - 92 28 - 92 28 - 27 -16 - 27 -16 - 5 -43 - 4 -43 - 6 -44 - 5 -43 - 5 -43 - -18 -58 - -18 -58 - 59 -66 - 59 -66 - 97 -84 - 97 -84 - 6 -40 - 6 -41 - 6 -40 - 6 -40 - 24 11 - 24 11 - 76 71 - 77 70 - 76 71 - 77 -95 - 77 -95 - 8 -36 - 8 -36 - 8 -37 - 8 -37 - 8 -36 - 8 -37 - 74 -47 - 74 -47 - 77 40 - 8 -34 - 8 -34 - 9 -34 - 8 -33 - 10 -31 - 9 -31 - 10 -31 - 9 -32 - 28 45 - 28 45 - 48 19 - -39 53 - -39 53 - -2 -57 - -2 -57 - 32 64 - 37 -63 - 32 64 - 85 49 - 85 49 - 95 62 - 95 62 - 96 62 - 93 -29 - 93 -29 - -3 83 - -4 83 - -3 83 - -26 46 - -26 46 - 75 3 - 75 3 - -15 0 - -15 0 - 74 83 - 77 80 - 74 83 - 82 43 - 82 43 - 46 9 - 24 -42 - 46 9 - 61 -92 - 61 -92 - 85 -54 - 85 -54 - 11 -12 - 11 -12 - 11 -12 - 11 -12 - -14 15 - -14 15 - -2 18 - -3 18 - -2 18 - 44 -53 - 46 -54 - 44 -53 - -85 87 - -85 87 - -77 -21 - -77 -21 - 40 99 - 40 99 - -74 -70 - -74 -70 - -73 -69 - 9 10 - 9 10 - 16 70 - 16 69 - 16 70 - -73 15 - -72 17 - 67 -41 - -30 71 - 67 -41 - 68 -40 - 23 33 - 23 33 - 8 -12 - 8 -12 - 62 26 - 62 26 - -25 -87 - -25 -87 - 34 30 - 34 30 - 90 50 - 90 50 - -86 -20 - -86 -20 - -85 -20 - -9 -24 - -9 -24 - -48 29 - -48 29 - -9 -26 - 14 23 - -9 -26 - 14 24 - 97 0 - 97 0 - -15 94 - -15 94 - 80 46 - 43 -62 - 64 39 - 43 -62 - -7 -31 - -7 -31 - -7 -33 - -7 -33 - -7 -34 - 97 -99 - 97 -99 - 95 95 - 95 94 - 95 95 - -56 28 - -56 28 - -7 -35 - -7 -35 - -69 -17 - -69 -17 - 76 -38 - 75 -38 - 76 -38 - 78 30 - -23 -64 - -23 -64 - -37 7 - -38 5 - -37 7 - -13 -36 - -6 -37 - -5 -38 - -5 -38 - -4 -41 - -4 -41 - -4 -42 - -4 -42 - 72 -99 - 72 -99 - 16 85 - 16 85 - 5 77 - 5 77 - -1 -45 - 0 -46 - -1 -45 - -1 -45 - -1 -45 - -1 -45 - -1 -45 - -1 -45 - -1 -45 - -1 -45 - -1 -45 - -1 -45 - 76 91 - 76 91 - 33 -58 - 33 -58 - -1 -45 - -1 -45 - -1 -45 - -1 -45 - 0 -46 - 0 -46 - 0 -46 - 0 -46 - 0 -46 - 1 -46 - -1 -46 - 0 -46 - -1 -45 - 0 -46 - 1 -46 - -1 -46 - 0 -46 - -1 -45 - -30 -35 - -30 -35 - -23 56 - -23 56 - -15 -68 - -16 -68 - -15 -68 - 3 -45 - 4 -44 - 3 -45 - 3 -45 - 3 -44 - 3 -44 - 23 -39 - 4 -45 - 3 -44 - 4 -45 - 3 -44 - 92 -4 - 92 -4 - 4 -44 - 4 -44 - 4 -44 - 4 -44 - 4 -44 - 4 -44 - 4 -44 - 4 -44 - 81 -43 - 81 -43 - 91 0 - 4 -43 - 5 -43 - 4 -43 - 6 -44 - 5 -43 - 5 -43 - 6 -44 - 5 -43 - 4 -43 - 6 -44 - 5 -43 - 5 -43 - 6 -41 - 6 -41 - 6 -41 - 6 -40 - 6 -40 - -23 27 - -23 27 - 77 -62 - 77 -62 - 76 97 - 76 97 - 65 -100 - 8 -37 - 7 -37 - 8 -37 - 77 70 - 77 70 - 76 71 - 98 16 - 70 70 - 98 16 - 99 16 - 77 40 - 74 -47 - 77 40 - 99 -83 - 99 -83 - -48 57 - -48 57 - 9 -34 - 8 -34 - 9 -34 - 8 -33 - 8 -33 - 8 -34 - 9 -34 - 8 -33 - 30 97 - 30 97 - -37 12 - -37 12 - 36 -8 - 36 -8 - 20 -38 - 20 -38 - 48 19 - 28 45 - 48 19 - 10 -28 - 10 -28 - 23 14 - 23 14 - 9 -28 - -24 17 - 9 -28 - 10 -28 - 28 -43 - -41 -31 - 28 -43 - 37 -63 - 37 -63 - 32 64 - 20 73 - 96 62 - 95 62 - 96 62 - 86 -39 - 5 -92 - 86 -39 - 10 -21 - 10 -21 - 10 -21 - 58 -11 - -60 7 - -11 -60 - 58 -11 - 11 -20 - 11 -20 - 12 -20 - 77 80 - 77 80 - 74 83 - 98 65 - 98 65 - 53 10 - 53 10 - 29 86 - 29 86 - -13 14 - -13 14 - 14 -13 - -1 17 - -1 17 - 78 -33 - 78 -33 - -70 -75 - -70 -75 - 69 84 - 69 84 - -10 -9 - 10 9 - -10 -9 - -13 -13 - -13 -13 - 9 9 - 9 9 - -61 16 - -61 16 - -73 -69 - -74 -70 - -73 -69 - 68 -40 - -30 71 - 67 -41 - 68 -40 - -10 -15 - -10 -15 - 61 10 - -36 -51 - 61 10 - 64 5 - 64 5 - -7 -58 - -7 -58 - 56 81 - 56 81 - -13 -46 - -13 -46 - -6 -12 - -6 -12 - -10 -22 - -10 -22 - -85 -20 - -86 -20 - -85 -20 - -5 39 - -40 -3 - -5 39 - -25 -71 - -25 -71 - 69 39 - 69 39 - 69 39 - 53 -16 - 53 -16 - 34 45 - 75 53 - 75 53 - -26 -91 - -13 77 - -13 77 - -12 74 - -12 74 - 62 -86 - 62 -86 - -41 55 - -41 55 - -18 -66 - 88 -74 - 88 -74 - -7 -35 - -7 -35 - -7 -35 - 80 -40 - 80 -40 - -41 82 - 14 -55 - 14 -55 - -71 -47 - -71 -47 - 63 -41 - 63 -41 - -4 -41 - -4 -42 - -4 -42 - -4 -41 - -4 -42 - -4 -42 - -4 -41 - -4 -42 - -81 -47 - -81 -47 - -3 -44 - -2 -45 - -3 -44 - -2 -45 - -2 -45 - -1 -45 - -2 -44 - -2 -45 - -2 -45 - -1 -45 - -2 -45 - -2 -44 - -2 -45 - -2 -45 - -1 -45 - -2 -45 - -2 -44 - -2 -45 - -2 -44 - -2 -45 - -1 -45 - -2 -45 - -1 -45 - -2 -44 - -1 -45 - -1 -45 - 0 -46 - -1 -45 - -1 -45 - -1 -45 - -1 -45 - -1 -45 - -1 -45 - -1 -45 - -1 -45 - -1 -45 - -1 -45 - -1 -45 - -1 -45 - -1 -45 - -1 -45 - -1 -45 - 3 -45 - 3 -45 - 3 -45 - 3 -45 - 3 -44 - 3 -45 - 3 -44 - 5 -44 - 4 -43 - 5 -44 - 5 -44 - 5 -43 - 5 -43 - 5 -43 - 54 -9 - 54 -9 - -50 -25 - 39 43 - -50 -25 - -29 -26 - -29 -26 - -18 -41 - -18 -41 - -38 -25 - 99 16 - 98 16 - 99 16 - -75 -52 - -75 -52 - 35 -82 - 95 36 - 95 36 - 10 -31 - 10 -31 - 33 -55 - 33 -55 - -24 17 - -24 17 - 9 -28 - 10 -28 - 10 -45 - 10 -45 - 10 -27 - 10 -27 - 10 -27 - -16 -80 - -16 -80 - 49 40 - 49 40 - 38 39 - 38 39 - 11 74 - 11 74 - 10 -25 - 10 -25 - 61 96 - 61 96 - -78 77 - 20 73 - 37 -63 - 20 73 - 11 -20 - 11 -20 - 12 -20 - 11 -20 - 12 -20 - -9 3 - -9 3 - 12 32 - 12 32 - 24 -42 - 24 -42 - 46 9 - -26 28 - -26 28 - 11 -14 - 10 -14 - 10 -14 - 11 -14 - 11 -13 - 10 -14 - 11 -13 - 11 -13 - -14 15 - -14 15 - 46 -54 - 46 -54 - 44 -53 - -38 -85 - -38 -85 - -33 10 - -33 10 - 19 17 - 19 17 - -9 -11 - -9 -11 - -23 -25 - -23 -25 - 8 9 - 8 9 - 20 22 - 20 22 - 25 -81 - 25 -81 - 96 -94 - 96 -94 - -6 -63 - -6 -63 - -73 -30 - -73 -30 - 76 2 - 76 2 - 90 -69 - 90 -69 - -83 -71 - 86 -41 - 86 -41 - -57 -24 - 43 -43 - -57 -24 - 50 -44 - 50 -44 - 66 98 - 66 98 - 67 99 - -5 -41 - -5 -41 - -5 -41 - -5 -41 - -5 -41 - -5 -41 - -2 -45 - -2 -45 - -3 -44 - 22 87 - 22 87 - -23 -86 - -2 -45 - -3 -44 - -2 -45 - -2 -45 - -1 -45 - -2 -45 - -2 -45 - -2 -44 - -2 -45 - -1 -45 - -2 -45 - -1 -45 - -2 -45 - -2 -44 - -2 -44 - -2 -45 - -2 -44 - -2 -45 - -1 -45 - -1 -45 - 0 -46 - -1 -45 - -1 -45 - -1 -45 - -1 -45 - -1 -45 - -1 -45 - -1 -45 - -1 -45 - -1 -45 - -68 67 - -68 67 - 4 -45 - 23 -39 - 4 -45 - 3 -44 - 4 -45 - 3 -44 - 4 -45 - 3 -44 - 4 -43 - 4 -43 - 5 -44 - 5 -44 - 5 -44 - 4 -43 - 5 -44 - 5 -44 - 5 -43 - 5 -43 - 4 -43 - 6 -44 - 5 -43 - 5 -43 - 5 -43 - 5 -43 - 4 -43 - 6 -44 - 5 -43 - 5 -43 - 21 -32 - 12 -37 - 21 -32 - 5 -43 - 5 -43 - 5 -43 - 5 -43 - 13 -36 - 13 -36 - -57 29 - -57 29 - 15 -36 - 15 -36 - 39 43 - 39 43 - -50 -25 - 7 -38 - 7 -38 - 8 -38 - 7 -38 - 7 -38 - 7 -38 - 7 -38 - 7 -38 - 7 -38 - 7 -38 - 7 -38 - 7 -38 - 7 -38 - 7 -38 - 7 -38 - 7 -38 - 7 -38 - 7 -37 - -87 3 - -87 3 - 28 -85 - 25 -1 - 25 -1 - -64 99 - -64 99 - 55 -14 - 55 -14 - 11 -25 - 11 -25 - 11 -26 - 10 -26 - 11 -26 - 11 -26 - 11 -25 - 11 -26 - 11 -27 - 10 -26 - 11 -26 - -41 -31 - -41 -31 - 28 -43 - 11 -26 - 10 -26 - 11 -26 - 10 -26 - 11 -26 - -78 77 - 61 96 - -78 77 - 47 70 - 47 70 - 67 -81 - 67 -81 - 5 -92 - 5 -92 - 86 -39 - 83 40 - 83 40 - 11 -14 - 11 -14 - 11 -14 - -9 9 - -9 9 - -19 22 - -19 22 - 9 -9 - 9 -9 - -62 41 - -62 41 - -61 98 - -61 98 - -98 37 - -98 37 - 23 9 - 23 9 - -10 31 - -10 31 - -65 49 - -65 49 - 11 12 - 11 12 - 11 12 - 11 12 - 17 -4 - 17 -4 - 91 -62 - 91 -62 - 57 38 - 57 38 - 63 37 - 63 37 - -10 -22 - -10 -22 - -9 -23 - 1 -63 - 1 -63 - 66 -17 - 66 -17 - -1 93 - -1 93 - 45 -25 - 45 -25 - -39 2 - -39 2 - 34 45 - 53 -16 - 34 45 - -8 -32 - -8 -32 - 3 90 - 3 90 - -61 46 - -61 46 - 2 67 - 2 67 - 55 29 - 55 29 - 77 -27 - 77 -27 - -23 -41 - -23 -41 - 95 94 - 95 94 - 95 95 - -53 -50 - -53 -50 - -53 -50 - -53 -50 - -53 -50 - -53 -50 - 43 -43 - 43 -43 - -57 -24 - 52 -98 - 52 -98 - 67 99 - 66 98 - 67 99 - -38 5 - -38 5 - -37 7 - 91 -5 - -55 71 - 91 -5 - -64 64 - -64 64 - 10 -76 - 10 -76 - -5 -38 - -5 -38 - -5 -39 - -62 -15 - -62 -15 - 64 -33 - 64 -33 - -4 -42 - -4 -42 - -4 -41 - -1 -45 - -3 -44 - -2 -45 - -2 -45 - -1 -45 - -2 -45 - -1 -45 - -2 -45 - -1 -45 - -2 -45 - -2 -44 - -2 -45 - -1 -45 - -2 -44 - -2 -45 - -1 -45 - -2 -45 - -1 -45 - -2 -44 - -2 -45 - -1 -45 - -2 -45 - -1 -45 - -2 -44 - 90 70 - 91 69 - 90 70 - 91 69 - 10 -52 - 7 -51 - 10 -52 - 0 -46 - -1 -45 - 0 -46 - -1 -45 - -1 -45 - -1 -45 - 0 -45 - 0 -45 - 1 -46 - 42 -50 - 32 55 - 42 -50 - 53 75 - 53 75 - 64 35 - 64 35 - 44 -79 - 44 -79 - 44 -78 - 44 -78 - 44 -79 - 44 -78 - 45 -60 - 45 -60 - 23 -39 - 23 -39 - 4 -45 - 4 -45 - 3 -44 - -1 -72 - -1 -72 - 24 -58 - 24 -58 - -30 -51 - -30 -51 - 99 -56 - 99 -56 - 60 -17 - 60 -17 - 12 -37 - 12 -37 - 21 -32 - 54 -66 - 55 -67 - 54 -66 - -49 18 - -49 18 - 6 -41 - 6 -41 - 6 -41 - 7 -41 - 7 -41 - 8 -38 - 7 -38 - 8 -38 - 87 -89 - 87 -89 - 7 -37 - 7 -38 - 7 -37 - 8 -37 - 65 -100 - 76 97 - 65 -100 - 28 -85 - -87 3 - 28 -85 - 35 -82 - -75 -52 - 35 -82 - -12 -59 - -12 -59 - 20 -83 - 20 -83 - 34 45 - 34 45 - -68 3 - -68 3 - -38 -17 - -38 -17 - 80 21 - 80 21 - 28 80 - 10 -28 - -24 17 - 9 -28 - 10 -28 - 84 -71 - 84 -71 - 87 82 - 87 82 - -60 6 - -60 6 - -60 7 - -60 7 - -60 6 - -60 7 - 58 -11 - 37 -45 - 37 -45 - 10 -19 - 10 -19 - 10 -19 - 10 -19 - -9 23 - -9 23 - 11 -15 - 11 -15 - 11 -15 - 11 -15 - 11 -15 - 11 -15 - 11 -15 - 34 -97 - 34 -97 - -8 9 - -8 9 - 14 -13 - -13 14 - 14 -13 - 37 -24 - 37 -24 - 42 18 - 42 18 - 43 19 - 20 -87 - 20 -87 - 10 11 - 10 11 - 10 11 - 6 10 - 6 10 - -76 -15 - -76 -15 - -51 -36 - -51 -36 - -76 77 - -76 77 - -9 -23 - -10 -22 - -9 -23 - -48 5 - -48 5 - -45 -27 - -45 -27 - 68 -18 - 68 -18 - 73 75 - 73 75 - 69 39 - 69 39 - 69 39 - 56 -30 - 56 -30 - -35 4 - -35 4 - -9 -31 - -9 -31 - -7 -35 - -7 -35 - -7 -35 - 49 81 - 49 81 - -55 71 - -55 71 - 91 -5 - -7 -38 - -7 -38 - 21 -62 - 21 -62 - 32 -45 - 32 -45 - -41 82 - 80 -40 - -41 82 - -6 -39 - -5 -39 - -6 -39 - 44 31 - 44 31 - -54 -14 - 28 -28 - 28 -28 - 49 -54 - 50 -55 - 49 -54 - -2 -45 - -3 -44 - -2 -45 - -2 -45 - -1 -45 - -2 -45 - -2 -45 - -3 -44 - -2 -45 - -2 -45 - -1 -45 - -2 -45 - -23 -86 - 22 87 - -23 -86 - 91 69 - 91 69 - 90 70 - 91 69 - 91 69 - 91 69 - 90 70 - 91 69 - -1 -45 - -1 -45 - -1 -45 - 0 -46 - -1 -45 - -1 -45 - 53 -43 - 53 -43 - 61 -65 - 61 -65 - 11 -72 - 11 -72 - -35 -9 - -35 -9 - 60 -10 - 60 -10 - 2 -46 - 3 -46 - 2 -46 - 2 -45 - 94 -23 - 94 -23 - 74 -95 - 74 -95 - 4 -44 - 4 -44 - 50 18 - 50 18 - 55 -67 - 55 -67 - 54 -66 - 85 55 - 85 55 - -32 -95 - 66 61 - 66 61 - 82 71 - 82 71 - -14 -5 - -14 -5 - -6 -35 - -6 -35 - 96 33 - 96 33 - 75 13 - 75 13 - 3 33 - 3 33 - 4 33 - -29 29 - -29 29 - 9 -32 - 9 -32 - 10 -32 - 9 -32 - -36 -82 - -36 -82 - 41 42 - 41 42 - 10 -29 - 10 -29 - 10 -29 - 10 -27 - 10 -27 - 10 -27 - 10 -27 - -71 53 - -71 53 - 10 -26 - 11 -25 - 11 -26 - 10 -26 - 11 -26 - 10 -26 - 10 -26 - 11 -26 - 10 -26 - 11 -26 - 10 -26 - 11 -26 - 90 -56 - 90 -56 - 91 -56 - 9 -25 - 9 -25 - 28 -56 - 28 -56 - 58 -51 - 58 -51 - 86 -68 - 86 -68 - 11 -22 - 11 -22 - 89 -69 - 89 -69 - 77 -37 - 77 -37 - 48 -31 - 48 -31 - 89 -84 - 89 -84 - 11 -14 - 11 -14 - 11 -14 - 15 -14 - 15 -14 - -14 14 - -13 14 - -14 14 - -86 58 - -86 58 - -85 58 - -84 58 - -85 59 - 19 61 - 19 61 - 20 62 - 43 19 - 42 18 - 43 19 - 16 15 - 16 15 - -46 -52 - -46 -52 - 13 14 - 13 14 - 14 14 - 10 11 - 10 11 - 10 11 - 11 12 - 11 12 - 11 12 - 11 12 - 11 13 - 11 13 - 82 -3 - 82 -3 - 18 27 - 18 27 - -24 35 - -24 35 - -83 -71 - 90 -69 - -83 -71 - -9 -31 - -9 -31 - -9 -31 - -9 -31 - -9 -30 - -9 -30 - -9 -30 - -9 -31 - -9 -31 - -9 -30 - -9 -30 - -8 -33 - -8 -33 - -8 -33 - -8 -33 - -8 -33 - -8 -33 - -5 -39 - -5 -38 - -5 -39 - -6 -39 - 50 -55 - 50 -55 - 49 -54 - -3 -45 - -3 -45 - 67 62 - 67 62 - 70 -80 - 70 -80 - 1 -46 - 0 -45 - 1 -46 - 22 80 - 22 80 - 3 -46 - 3 -46 - 2 -46 - 2 -45 - 2 -45 - 3 -46 - 2 -46 - 2 -45 - 84 -83 - 84 -83 - 59 -83 - 59 -83 - 97 19 - 5 -43 - 5 -43 - 5 -43 - 5 -43 - 5 -43 - 6 -44 - 5 -43 - 5 -43 - 5 -43 - 5 -43 - 6 -44 - 5 -43 - 5 -43 - 5 -43 - 5 -43 - 5 -43 - 6 -44 - 5 -43 - -49 -89 - -49 -89 - 5 -43 - 5 -43 - 5 -43 - 5 -43 - 5 -43 - -33 -98 - -33 -98 - -69 -50 - -69 -50 - -68 -49 - 6 -42 - 6 -42 - 27 10 - 27 10 - -89 82 - -89 82 - 4 33 - 3 33 - 4 33 - 9 -3 - 9 -3 - -55 -12 - -55 -12 - 9 -32 - 9 -32 - 62 32 - 62 32 - 10 -32 - 9 -32 - 10 -32 - 10 -32 - 9 -32 - 9 -32 - 9 -32 - 10 -32 - 10 -32 - 9 -32 - -16 -91 - -16 -91 - 28 80 - 80 21 - 28 80 - 10 -30 - 10 -30 - 10 -29 - 10 -27 - 10 -27 - 10 -28 - 10 -27 - 11 -27 - 11 -26 - 10 -27 - 11 -27 - 11 -26 - 11 -26 - 11 -25 - 11 -26 - 10 -27 - 11 -27 - 10 -26 - 91 -56 - 90 -56 - 91 -56 - 18 69 - 18 69 - 7 44 - 7 44 - 74 39 - 74 39 - 84 -22 - 11 -14 - 11 -14 - 11 -15 - 11 -15 - 11 -15 - 10 -14 - 10 -14 - 10 -14 - 10 -14 - 10 -14 - 10 -14 - -11 12 - -11 12 - -11 12 - 16 -15 - 16 -15 - -16 18 - -16 18 - 9 -5 - 9 -5 - 9 -5 - -85 58 - -86 58 - -85 58 - -84 58 - -85 59 - -85 59 - -86 58 - -85 58 - -84 58 - -85 59 - -76 3 - -76 3 - 20 62 - 19 61 - 20 62 - 14 14 - 13 14 - 14 14 - 11 12 - 11 12 - 11 12 - 11 12 - -5 -10 - -5 -10 - -58 -90 - -58 -90 - 98 5 - 98 5 - 45 -54 - 45 -54 - 54 -66 - 54 -66 - 88 -96 - 88 -96 - -9 -24 - -9 -24 - -9 -24 - -9 -24 - -9 -24 - -9 -24 - 81 -15 - 81 -15 - 30 84 - 30 84 - -8 -34 - -8 -34 - -8 -34 - 74 82 - 74 82 - 86 -2 - 86 -2 - -40 -79 - 46 -35 - 47 -35 - 47 -34 - 46 -35 - 61 -29 - 61 -29 - -77 -78 - -77 -78 - -5 -41 - -5 -41 - -86 86 - -86 86 - 7 -51 - 7 -51 - 10 -52 - 0 -46 - 0 -46 - 6 -51 - 6 -51 - 7 -51 - 6 -51 - 6 -51 - 6 -51 - 7 -51 - 6 -51 - 32 55 - 32 55 - 42 -50 - 0 -50 - 0 -50 - 0 -50 - 97 19 - 59 -83 - 97 19 - 4 -45 - 23 -39 - 4 -45 - 4 -46 - 6 -42 - 6 -42 - 6 -44 - 5 -43 - 5 -43 - 6 -44 - 5 -43 - 5 -43 - 5 -43 - 5 -43 - 5 -43 - 6 -44 - 5 -43 - 5 -43 - -11 -54 - -11 -54 - 5 -43 - 5 -43 - 5 -43 - 85 44 - 85 44 - -68 -49 - -69 -50 - -68 -49 - 78 57 - 78 57 - -99 -36 - -99 -36 - -32 -95 - 85 55 - -32 -95 - 30 74 - 30 74 - 54 -76 - 54 -76 - 55 -76 - 52 10 - 52 10 - 45 62 - 45 62 - 9 -35 - 8 -35 - 9 -36 - 9 -35 - -63 -10 - -63 -10 - 23 -92 - 23 -92 - 44 -39 - 44 -39 - 47 86 - 47 86 - -21 -14 - -21 -14 - 25 79 - 25 79 - -67 -45 - 46 -9 - 46 -9 - -56 78 - -56 78 - -56 79 - -56 79 - -56 78 - -56 79 - 11 -16 - 11 -16 - 11 -16 - 49 -36 - 49 -36 - 11 -15 - 11 -15 - 77 93 - 77 93 - -11 12 - -11 12 - -11 12 - -15 17 - -15 17 - 10 -10 - 10 -10 - -13 14 - -13 14 - -14 14 - 13 -8 - 13 -8 - 51 -57 - 53 -58 - 51 -57 - -84 58 - -86 58 - -85 58 - -84 58 - -85 59 - -39 -23 - -39 -23 - 22 12 - 22 12 - -43 -32 - -43 -32 - 68 37 - 68 37 - 95 -51 - 95 -51 - 15 15 - 15 15 - 44 43 - 44 43 - 39 41 - 39 41 - -21 -32 - -21 -32 - 27 96 - 28 95 - 27 96 - -21 -100 - -21 -100 - -25 -63 - -25 -63 - -9 -27 - -9 -27 - -19 36 - -19 36 - -9 -28 - -9 -28 - 18 -74 - 18 -74 - -24 -29 - -24 -29 - 87 -67 - 87 -67 - -8 -34 - -8 -34 - -8 -34 - -8 -34 - -40 -79 - 86 -2 - -40 -79 - -31 6 - -31 6 - 95 99 - 95 99 - 47 -35 - 47 -35 - 47 -34 - 46 -35 - 47 -34 - 47 -35 - 47 -34 - 46 -35 - -54 -14 - 44 31 - -54 -14 - -3 -44 - -3 -44 - -3 -43 - -3 -44 - -3 -43 - -3 -44 - -3 -43 - -3 -44 - 0 -45 - 0 -45 - -97 -5 - -97 -5 - -1 -45 - -1 -45 - -1 -45 - -1 -46 - -1 -46 - -1 -45 - -1 -45 - -1 -46 - -2 -46 - 7 -51 - 7 -52 - 6 -51 - 7 -51 - 6 -51 - 2 -47 - 2 -47 - 0 -14 - 0 -14 - 3 -45 - 3 -45 - 0 -50 - 0 -50 - 0 -50 - 81 12 - 81 12 - 4 -46 - 4 -45 - 4 -46 - 4 -45 - 4 -45 - 27 -11 - 27 -11 - 5 -43 - 5 -43 - 5 -43 - 6 -44 - 5 -43 - 5 -43 - 90 -28 - 90 -28 - 11 -37 - 11 -37 - 12 -37 - 12 -37 - 13 -38 - 12 -37 - 13 -38 - 12 -37 - -2 -49 - -2 -49 - -2 -49 - 5 -43 - 5 -43 - 5 -43 - 5 -43 - 5 -43 - 5 -43 - 5 -43 - 5 -43 - 5 -42 - 6 -42 - 5 -42 - 5 -43 - 5 -42 - 6 -42 - 5 -43 - 5 -43 - 5 -42 - 6 -42 - 5 -43 - 5 -43 - 94 -20 - 94 -20 - -48 -85 - 83 -80 - 83 -80 - -20 -68 - -20 -68 - 76 72 - 76 72 - -61 -82 - -45 -93 - -45 -93 - 76 72 - -61 -82 - -45 -93 - -92 -51 - -42 100 - -42 100 - -21 -94 - -21 -94 - 55 -76 - 54 -76 - 55 -76 - 6 -20 - 6 -20 - 9 -36 - 8 -35 - 9 -36 - 9 -35 - 73 -59 - 73 -59 - 61 -90 - 61 -90 - 99 -49 - 99 -49 - 10 -29 - 10 -30 - 10 -29 - 10 -29 - 71 -71 - 71 -71 - -19 -14 - -19 -14 - 85 -72 - 85 -72 - 50 -23 - 50 -23 - -2 -50 - -2 -50 - 47 17 - 1 -39 - 16 35 - 1 -39 - 10 -25 - 10 -25 - 10 -25 - 10 -25 - 10 -25 - 10 -25 - 93 -17 - 93 -17 - 11 -24 - 11 -24 - 80 35 - 80 35 - 81 35 - -44 38 - -44 38 - 33 -84 - 33 -84 - 46 69 - 46 69 - 11 -18 - 11 -18 - 11 -18 - 75 -29 - 75 -29 - -1 57 - -1 57 - 79 38 - 79 38 - -77 96 - -77 96 - 11 -11 - 11 -11 - -12 13 - -12 13 - -12 13 - -12 13 - -12 13 - -12 13 - 76 -80 - 76 -80 - -99 2 - -99 2 - 52 15 - 52 15 - 28 95 - 28 95 - 27 96 - 31 -55 - 31 -55 - 30 -11 - 30 -10 - 30 -11 - 5 -80 - 5 -80 - -10 -25 - -10 -25 - -10 -25 - 76 -56 - 76 -56 - 45 96 - 45 96 - 54 -72 - 54 -72 - -30 81 - -30 81 - 37 -30 - 37 -30 - -9 -31 - -9 -31 - -9 -31 - -9 -31 - -9 -31 - -9 -31 - -9 -31 - -9 -31 - -9 -31 - -9 -31 - -9 -31 - -9 -31 - -9 -31 - -9 -31 - -9 -30 - -9 -30 - -9 -31 - -9 -31 - -9 -31 - -9 -30 - -9 -30 - -65 39 - -65 39 - 62 -21 - 62 -21 - 66 -19 - 66 -19 - 83 32 - 83 32 - -53 -23 - -53 -23 - 99 -86 - 99 -86 - 15 43 - 15 43 - 15 -3 - 15 -3 - -4 -43 - -4 -43 - -4 -43 - -4 -43 - -4 -43 - -69 -82 - -69 -82 - -69 -81 - -69 -81 - -69 -82 - -69 -81 - -3 -44 - -2 -45 - -3 -44 - -3 -45 - -1 -45 - -1 -45 - -3 -45 - 65 78 - 65 78 - -16 -55 - -16 -55 - 13 -56 - -1 -46 - -1 -46 - -15 -36 - -15 -36 - -48 67 - -48 67 - 4 -45 - 3 -45 - 4 -45 - 4 -45 - 12 -37 - 11 -37 - 12 -37 - 13 -38 - 12 -37 - 6 -42 - 5 -43 - 5 -42 - 6 -42 - 5 -43 - 31 -17 - 31 -17 - 21 -30 - -12 -54 - -12 -54 - 55 -55 - -39 -65 - 55 -55 - 54 -74 - 54 -74 - 59 -26 - 59 -26 - -89 -29 - -89 -29 - 8 -35 - 8 -35 - 9 -36 - 9 -35 - 26 -47 - 26 -47 - 10 -32 - 10 -32 - 10 -32 - 9 -32 - -2 69 - -2 69 - 87 12 - 87 12 - 26 -75 - 26 -75 - -67 -45 - 25 79 - -67 -45 - 10 -28 - 10 -27 - 10 -28 - 47 17 - -2 -50 - 47 17 - 10 -27 - 10 -27 - 11 -27 - 11 -27 - 11 -26 - 10 -26 - 10 -26 - 31 59 - 31 59 - 41 8 - 41 8 - 11 -24 - 11 -24 - 81 35 - 80 35 - 81 35 - 28 -93 - 28 -93 - 7 -63 - 7 -63 - 84 -22 - 74 39 - 84 -22 - 20 -52 - 20 -52 - 11 -18 - 11 -18 - 11 -18 - -11 12 - -11 12 - 12 -7 - 12 -7 - 9 -5 - 9 -5 - 9 -5 - 53 -58 - 53 -58 - 51 -57 - -35 20 - -35 20 - -35 21 - 35 23 - -35 21 - -35 20 - -35 21 - 35 23 - 12 -4 - 12 -4 - -7 -56 - -7 -56 - -10 35 - -10 35 - 85 -12 - 85 -12 - -16 -16 - -16 -16 - 18 19 - 18 19 - 25 51 - 25 51 - 75 5 - 75 5 - -32 11 - -32 11 - -35 -50 - -35 -50 - 30 -10 - 30 -10 - 30 -11 - 69 82 - 69 82 - 39 -40 - 39 -40 - 71 55 - 71 55 - -9 -31 - -9 -31 - -9 -31 - -9 -31 - -9 -30 - -9 -31 - 18 45 - 18 45 - 98 74 - 98 74 - -9 -35 - -9 -35 - -8 -35 - -8 -35 - -8 -35 - -9 -35 - -8 -35 - -8 -35 - 66 -67 - 66 -67 - -7 -38 - -7 -38 - 48 -31 - 48 -31 - 14 55 - -81 -50 - -81 -50 - -47 -12 - -47 -12 - -47 -11 - -47 -11 - -47 -12 - -47 -11 - -6 -42 - -6 -42 - -4 -43 - -4 -43 - -4 -43 - -4 -43 - -4 -43 - -4 -43 - -4 -43 - -4 -43 - 26 -3 - 26 -3 - 83 -39 - 83 -39 - -2 -45 - -2 -45 - -2 -45 - -3 -46 - -3 -44 - -3 -45 - 81 82 - 81 82 - 83 80 - -52 -84 - -52 -84 - -2 -46 - -1 -46 - -2 -46 - 7 -52 - 7 -52 - 7 -51 - 7 -51 - 7 -52 - 7 -51 - 6 -50 - -75 -11 - -75 -11 - 58 -36 - 58 -36 - 61 -35 - 4 -44 - 4 -44 - 46 12 - 46 12 - -2 -49 - 12 -37 - 11 -37 - 12 -37 - 13 -38 - 12 -37 - -80 -96 - -78 -99 - -80 -96 - -48 -85 - 94 -20 - -48 -85 - 62 -10 - 62 -10 - -61 -82 - 76 72 - -61 -82 - -45 -93 - 31 -35 - 31 -35 - -92 -51 - -45 -93 - -92 -51 - 42 66 - 42 66 - 17 -85 - 17 -85 - 41 29 - 41 29 - 52 34 - 52 34 - 78 92 - 78 92 - -76 7 - -76 7 - 98 11 - 98 11 - 63 16 - 63 16 - 10 -31 - 10 -31 - -85 80 - -85 80 - 51 45 - 51 45 - 52 45 - 10 -28 - 10 -28 - 10 -28 - -34 4 - -34 4 - 21 -63 - 21 -63 - 65 76 - 65 76 - 11 -20 - 11 -20 - -53 -62 - -53 -62 - -19 45 - -19 45 - 11 -20 - 11 -20 - 76 -41 - 76 -41 - 29 70 - 29 70 - 11 -16 - 11 -16 - 11 -16 - 11 -16 - 12 -15 - -8 9 - -8 9 - -10 11 - -10 11 - -35 16 - -35 16 - -15 -15 - -15 -15 - -5 -12 - -5 -12 - 41 70 - 41 70 - -91 61 - -91 61 - -59 42 - -59 42 - -56 47 - -11 -19 - -11 -19 - -11 -18 - -11 -18 - 88 -20 - 88 -20 - 88 -19 - 88 -19 - 88 -20 - 88 -19 - -32 22 - -32 22 - 94 -55 - 94 -55 - 86 40 - 86 40 - 75 -69 - 75 -69 - 51 94 - 51 94 - -48 57 - -48 57 - -51 80 - -51 80 - -8 -34 - -8 -34 - -8 -34 - -8 -34 - -8 -34 - -7 -35 - -8 -34 - -7 -35 - -8 -36 - -46 9 - -46 9 - -8 -35 - -9 -35 - -8 -35 - -8 -35 - -8 -36 - 41 -83 - 41 -83 - -6 -39 - -6 -39 - -5 -39 - -5 -41 - -5 -41 - -5 -41 - -5 -41 - -5 -41 - -5 -41 - -3 -44 - -3 -44 - -4 -43 - -3 -43 - -3 -44 - -3 -43 - -3 -43 - -2 -45 - -2 -45 - -2 -45 - -2 -45 - -2 -45 - -2 -45 - -2 -45 - -3 -46 - -3 -46 - -2 -45 - -2 -45 - -3 -46 - -3 -45 - -3 -45 - -1 -45 - -3 -45 - 13 -56 - -16 -55 - 13 -56 - 7 -52 - 7 -52 - 7 -51 - 0 -47 - 0 -47 - 29 -23 - 29 -23 - 97 -54 - 97 -54 - 8 49 - 8 49 - 88 83 - 88 83 - 17 57 - 17 57 - 2 -47 - 2 -47 - 3 -46 - 3 -46 - -4 -56 - -4 -56 - 3 -45 - 3 -45 - 4 -45 - 4 -45 - -2 -49 - 46 12 - -2 -49 - -2 -49 - -3 -48 - -78 -99 - -78 -99 - -80 -96 - 13 -37 - 13 -37 - 21 -30 - 31 -17 - 21 -31 - 21 -30 - 6 -42 - 7 -43 - 6 -42 - 7 -42 - 7 -40 - 7 -40 - 7 -40 - -68 68 - -68 68 - 7 -40 - 7 -40 - 7 -40 - 7 -40 - 7 -40 - 7 -40 - 7 -40 - 22 -46 - 22 -46 - -58 12 - -58 12 - 18 -25 - 18 -25 - -13 -67 - -13 -67 - 40 26 - 40 26 - 8 -35 - 8 -35 - 9 -35 - 8 -35 - 77 -50 - 77 -50 - 4 -94 - 3 -97 - 4 -94 - 3 -97 - 74 -14 - 74 -14 - 15 92 - 15 92 - -55 -89 - -55 -89 - 11 -36 - 11 -36 - 72 44 - 72 44 - 52 45 - 51 45 - 52 45 - 27 46 - 27 46 - 72 79 - 72 79 - 72 79 - 72 79 - 72 79 - 72 79 - 80 62 - 80 62 - 16 35 - 16 35 - 1 -39 - 49 54 - 49 54 - 94 79 - 94 79 - 69 -34 - -40 65 - 69 -34 - 11 -19 - 11 -19 - 11 -16 - 11 -16 - 11 -16 - 12 -15 - -32 99 - -32 99 - 64 84 - 17 63 - 17 63 - -81 36 - -81 36 - -82 37 - -82 37 - -81 36 - -82 37 - 26 -25 - 26 -25 - -15 18 - -15 18 - 17 -17 - 17 -17 - -15 18 - 17 -17 - 68 -88 - 68 -88 - -61 -15 - -61 -15 - -46 -44 - -46 -44 - -65 -5 - -65 -4 - -24 -30 - -24 -30 - -26 -26 - -26 -26 - 11 10 - 11 10 - -14 -14 - -14 -14 - 20 3 - 20 3 - 20 21 - 20 21 - 12 13 - 12 13 - -35 -46 - -35 -46 - -56 47 - -59 42 - -56 47 - 48 62 - 48 62 - 72 -18 - 72 -18 - -12 -19 - -12 -19 - 10 -18 - 10 -18 - 24 25 - 24 25 - 0 -34 - 94 59 - 94 59 - 41 -9 - 41 -9 - -10 -25 - -10 -26 - -10 -25 - -10 -25 - -9 -26 - -10 -26 - -10 -26 - -10 -25 - -9 -26 - -10 -26 - 34 55 - 34 55 - -30 3 - -30 3 - -9 -31 - -9 -31 - -9 -31 - -9 -30 - -9 -31 - 92 94 - 92 94 - 36 51 - 36 51 - -8 -34 - -8 -34 - -8 -34 - -7 -35 - -8 -35 - -8 -36 - -8 -35 - -7 -36 - -7 -36 - -9 4 - -9 4 - -24 -7 - -24 -7 - -57 50 - -57 50 - -5 -39 - -6 -39 - -5 -39 - -6 -39 - -6 -39 - -44 -52 - -44 -52 - -75 24 - -75 24 - 89 -95 - 89 -95 - 19 -47 - 19 -47 - -5 -43 - -5 -43 - -4 -43 - -5 -42 - -4 -43 - -4 -43 - -4 -43 - -8 76 - -8 76 - -3 -45 - -2 -45 - -3 -46 - -3 -44 - -3 -45 - 15 -56 - 15 -56 - 16 -56 - 15 -56 - 22 95 - 22 95 - -2 -46 - -1 -46 - -1 -46 - -2 -45 - -2 -46 - -2 -46 - 6 -50 - 7 -51 - 6 -50 - 68 -70 - 68 -70 - -82 -11 - -82 -11 - -57 -45 - -56 -46 - -57 -45 - -23 -52 - -23 -52 - 83 60 - 83 60 - 3 -45 - 3 -45 - -40 -32 - -40 -32 - 3 -46 - 2 -47 - 3 -46 - 3 -46 - 3 -46 - 2 -47 - 3 -46 - 3 -46 - 4 -45 - 3 -46 - 3 -46 - 4 -45 - 4 -45 - 3 -45 - 4 -45 - 4 -45 - 4 -45 - -23 -61 - -23 -61 - -3 -48 - -2 -49 - -3 -48 - -15 -48 - -15 -48 - 21 -31 - 20 -31 - 21 -31 - 21 -30 - 14 -37 - 14 -37 - 7 -43 - 7 -43 - 6 -42 - 7 -42 - 7 -42 - 7 -43 - 6 -42 - 7 -42 - 97 -49 - 97 -49 - -39 -65 - -39 -65 - 55 -55 - -44 -23 - -44 -23 - 90 -42 - 90 -42 - 8 -37 - 8 -37 - 8 -36 - 8 -36 - 8 -37 - 8 -36 - 94 -70 - 94 -70 - 9 -35 - 9 -35 - 96 38 - 96 38 - 9 -35 - 8 -35 - 9 -35 - 8 -35 - -91 85 - -91 85 - 8 49 - 8 49 - 54 86 - 54 86 - 11 -27 - 10 -27 - 11 -27 - -87 84 - -87 84 - -6 -14 - -6 -14 - 12 -15 - 11 -16 - 11 -16 - 12 -15 - -75 93 - -75 93 - 48 -40 - 48 -40 - -86 96 - -86 96 - 35 23 - -35 20 - -35 21 - 35 23 - -44 21 - -44 21 - -65 -5 - -46 -44 - -65 -5 - -65 -4 - -65 -4 - -46 -44 - -65 -5 - -65 -4 - -32 -35 - -32 -35 - -10 -9 - -10 -9 - 18 20 - 18 20 - 95 0 - 95 0 - -33 -48 - -33 -48 - 66 33 - 66 33 - 90 95 - 90 95 - -11 -22 - -11 -22 - 63 -50 - 63 -50 - 81 -79 - 81 -79 - -9 -26 - -10 -25 - -9 -26 - -10 -26 - 78 1 - 78 1 - 32 79 - 32 79 - 26 -92 - 26 -92 - 84 2 - 84 2 - 36 -24 - 36 -24 - -36 -72 - -36 -72 - -34 -66 - -34 -66 - -9 -33 - -9 -33 - 39 -14 - 39 -14 - -8 -34 - -8 -35 - -8 -34 - -8 -34 - 60 23 - 60 23 - -64 -68 - -64 -68 - -14 -10 - -14 -10 - 14 55 - 48 -31 - 14 55 - -51 -3 - -51 -3 - -4 -43 - -5 -43 - -4 -43 - -5 -43 - -5 -42 - -5 -42 - -5 -43 - -4 -43 - -5 -43 - -5 -42 - -3 -44 - -3 -44 - 83 80 - 81 82 - 83 80 - 15 -56 - 15 -56 - 16 -56 - 15 -56 - -1 -46 - -1 -46 - 0 -46 - -2 -46 - -1 -46 - -1 -46 - -2 -46 - -1 -46 - 0 -46 - -2 -46 - -1 -46 - -1 -46 - -1 -46 - -1 -46 - 0 -46 - -2 -46 - -1 -46 - -1 -46 - -2 -45 - -2 -46 - -1 -46 - -1 -46 - -2 -45 - -2 -46 - -2 -46 - -1 -46 - -1 -46 - -2 -45 - -2 -46 - -2 -46 - 97 -37 - 97 -37 - -66 91 - -66 91 - -96 -49 - -96 -49 - 0 -47 - 0 -47 - 84 -28 - 84 -28 - -56 -46 - -56 -46 - -57 -45 - 61 -35 - 58 -36 - 61 -35 - 3 -46 - 3 -46 - 3 -46 - 4 -45 - 35 -76 - 35 -76 - 71 83 - 71 83 - 81 12 - 81 12 - 81 12 - 81 12 - 5 -43 - 5 -43 - 30 21 - 30 21 - 81 33 - 81 33 - 37 68 - 37 68 - 9 -36 - 9 -36 - 8 -35 - 8 -35 - 9 -35 - 8 -35 - 4 -94 - 77 -50 - 4 -94 - 3 -97 - 16 26 - 16 26 - 41 70 - 41 70 - 10 89 - 10 89 - 19 -18 - 19 -18 - 37 91 - 37 91 - 10 -30 - 10 -30 - 10 -29 - 10 -29 - 10 -30 - 10 -29 - -53 -13 - -53 -13 - 10 -28 - 10 -28 - 10 -28 - -99 99 - -99 99 - 90 33 - 90 33 - 10 -26 - 10 -26 - -88 37 - -88 37 - 5 77 - 5 77 - 4 11 - 4 11 - -6 -20 - -6 -20 - 13 12 - 13 12 - -33 -64 - -33 -64 - 19 21 - 19 21 - -19 -23 - -19 -23 - 0 -34 - 24 25 - 0 -34 - 47 -8 - 47 -8 - 39 51 - 39 51 - -10 -26 - -10 -26 - -10 -25 - 22 -33 - 22 -33 - 23 -33 - 80 -64 - 80 -64 - 83 -13 - 83 -13 - -9 -33 - -9 -33 - -8 -35 - -8 -34 - -8 -35 - -8 -34 - -8 -34 - -8 -36 - -7 -35 - -8 -36 - -8 -36 - -8 -35 - -8 -36 - -8 -36 - -9 -35 - -8 -36 - 44 -13 - 44 -13 - -42 33 - -42 33 - 93 92 - 93 92 - 33 -79 - 33 -79 - -76 51 - -76 51 - -5 -42 - -5 -42 - -63 -19 - -63 -19 - -4 -43 - -4 -43 - -3 -44 - -4 -44 - -4 -44 - -4 -44 - -73 -18 - -73 -18 - -73 -16 - -73 -16 - -73 -18 - -73 -16 - 35 -62 - 35 -62 - 16 -56 - 15 -56 - 16 -56 - 15 -56 - 0 -46 - -1 -46 - 0 -46 - -1 -46 - -2 -46 - -1 -46 - -1 -46 - -1 -46 - 0 -46 - -1 -46 - -2 -46 - -1 -46 - 5 -31 - 5 -31 - 12 -55 - 12 -55 - -63 87 - -63 87 - 2 -47 - 2 -47 - 2 -46 - 3 -47 - 2 -46 - 2 -47 - 2 -46 - 3 -47 - 7 -40 - 7 -40 - 3 -46 - 3 -46 - 3 -46 - 4 -45 - 5 -44 - 5 -44 - 6 -44 - 5 -44 - 5 -44 - 5 -44 - 6 -44 - 5 -44 - 13 -38 - 13 -38 - 13 -38 - 12 -37 - 5 -43 - 5 -44 - 5 -43 - 12 -37 - 13 -38 - 13 -38 - 12 -37 - 21 -33 - -52 -27 - -52 -27 - -74 72 - -73 70 - -74 72 - 68 1 - 68 1 - -21 -38 - -21 -38 - 57 96 - 57 96 - -39 55 - -39 55 - 55 7 - 55 7 - -65 49 - -65 49 - -24 -89 - -24 -89 - 92 56 - 92 56 - 38 65 - 38 65 - -22 -32 - -22 -32 - -35 86 - -35 86 - 10 -33 - 10 -33 - 10 -33 - 10 -33 - 51 86 - 51 86 - 78 -88 - 78 -88 - -1 60 - -1 60 - 92 95 - 92 95 - -1 71 - -1 71 - -40 65 - -40 65 - 69 -34 - -25 63 - -25 63 - 19 -9 - 19 -9 - 94 59 - 94 59 - 64 84 - -32 99 - 64 84 - 50 -30 - 50 -30 - -53 -13 - -53 -13 - -60 -14 - -60 -14 - -5 -19 - -5 -19 - 32 29 - 32 29 - -59 -67 - -59 -67 - 67 -57 - 68 -57 - 68 -56 - -20 -21 - -20 -21 - 18 19 - 18 19 - -53 -44 - -53 -44 - -25 74 - -25 74 - 60 -47 - 60 -47 - 98 -27 - 98 -27 - 91 22 - 91 22 - 36 78 - 36 78 - 60 80 - 60 80 - 23 -33 - 22 -33 - 23 -33 - 88 -4 - 88 -4 - -12 0 - -12 0 - -8 -34 - -8 -34 - -8 -35 - -8 -36 - -8 -36 - -8 -36 - -9 -35 - -8 -36 - -8 -35 - 99 -19 - 99 -19 - 81 99 - 81 99 - 86 47 - 92 -27 - 86 47 - 69 -80 - 69 -80 - 82 -31 - 82 -31 - 79 34 - 74 86 - 74 86 - 82 99 - 82 99 - -4 30 - -4 30 - -2 -46 - -2 -46 - -1 -46 - -2 -46 - -2 -46 - -2 -47 - -1 -46 - -8 -43 - -8 -43 - -36 59 - -36 59 - 3 -47 - 2 -47 - 2 -46 - 3 -47 - 4 -45 - 4 -45 - 5 -45 - 4 -45 - 4 -45 - 4 -45 - 4 -45 - 5 -45 - 6 -44 - 5 -44 - 6 -44 - 5 -44 - 31 78 - 31 78 - -75 -1 - -75 -1 - 5 -44 - 6 -44 - 5 -44 - 5 -43 - 13 -38 - 13 -38 - 13 -38 - 12 -37 - 21 -33 - 20 -31 - 20 -31 - 21 -31 - 20 -31 - -3 -48 - -3 -48 - 6 -43 - 6 -43 - 6 -43 - 6 -43 - 6 -43 - 5 -44 - 94 47 - 94 47 - 6 -42 - 6 -42 - -73 70 - -73 70 - -74 72 - 2 50 - 2 50 - 15 82 - 15 82 - -65 49 - -65 49 - 14 -16 - 14 -16 - 71 6 - 71 6 - -93 42 - -93 42 - 10 -33 - 10 -33 - 10 -33 - 10 -33 - 90 63 - 90 63 - 46 -2 - 46 -2 - -48 5 - -48 5 - 35 55 - 35 55 - 11 -26 - 11 -26 - 12 -24 - 12 -24 - 11 -25 - 11 -25 - 12 -24 - 11 -25 - 12 -25 - 11 -24 - 11 -24 - -55 -86 - -55 -86 - 29 -7 - 29 -7 - 51 -53 - 51 -53 - 12 -13 - 12 -13 - 9 -9 - 9 -9 - 13 -14 - 13 -14 - 8 -9 - 8 -9 - -25 16 - -25 16 - 11 -6 - 11 -6 - -26 47 - -26 47 - -86 93 - -86 93 - -85 93 - -75 -78 - -75 -78 - 67 -57 - -59 -67 - 67 -57 - 68 -57 - 68 -56 - 10 10 - 10 10 - 24 7 - 24 7 - 12 13 - 12 13 - 8 10 - 8 10 - -83 67 - -83 67 - 11 -19 - 11 -19 - 73 -100 - 73 -100 - 93 3 - 93 3 - -21 9 - -21 9 - 77 -73 - 77 -73 - -50 -4 - -50 -4 - 58 95 - 58 95 - 55 99 - 92 86 - 92 86 - -26 -26 - -26 -26 - 57 -86 - 57 -86 - -94 -32 - 44 -46 - 44 -46 - -18 82 - -18 82 - -9 -35 - -8 -36 - -8 -36 - -9 -35 - -8 -36 - 59 36 - 59 36 - 9 -33 - 9 -33 - -5 -43 - -4 -43 - -5 -43 - -5 -42 - -4 -43 - -4 -43 - -4 -44 - -4 -43 - -4 -44 - -4 -44 - -4 -44 - -4 -45 - -4 -44 - -4 -43 - -4 -44 - -4 -44 - -4 -44 - -4 -45 - -17 84 - -17 84 - -3 -45 - -3 -45 - -67 -10 - -67 -10 - -1 -48 - -1 -48 - -17 -31 - -17 -31 - 2 -30 - 2 -30 - 2 -48 - 2 -48 - 2 -48 - 2 -47 - 2 -47 - 2 -47 - 2 -47 - 2 -48 - 2 -48 - 2 -47 - 2 -47 - 2 -47 - 3 -47 - 3 -47 - 5 -44 - 5 -44 - 5 -45 - 4 -45 - 5 -45 - -5 -15 - -5 -15 - 4 -45 - 4 -45 - 4 -45 - 5 -45 - 6 -44 - 6 -44 - 5 -45 - 5 -44 - 21 -33 - 13 -38 - 12 -37 - 21 -33 - 6 -43 - 6 -44 - 6 -43 - 6 -43 - 6 -43 - 6 -44 - 45 -31 - 45 -31 - 46 -57 - 46 -57 - -61 -75 - -61 -75 - -9 -66 - -9 -66 - -97 52 - -97 52 - -97 53 - -97 53 - -97 52 - -97 53 - 10 -31 - 10 -31 - 10 -31 - 11 -30 - 32 -64 - 32 -64 - 10 55 - 10 55 - 78 -78 - 78 -78 - 70 -65 - 70 -65 - 0 46 - 0 46 - 10 -10 - 10 -10 - 14 -15 - 14 -15 - 52 -44 - 53 -45 - 52 -44 - 11 -11 - 11 -11 - 9 -5 - 9 -5 - -5 46 - -5 46 - 12 -7 - 12 -7 - -13 8 - 13 -8 - -13 8 - -85 93 - -86 93 - -85 93 - 62 2 - 62 2 - -19 -12 - -19 -12 - 21 9 - 21 9 - -18 -15 - 48 7 - 48 7 - 68 -57 - -59 -67 - 67 -57 - 68 -57 - 68 -56 - 68 -56 - -59 -67 - 67 -57 - 68 -57 - 68 -56 - 27 10 - 27 10 - 47 46 - 47 46 - 9 11 - 9 11 - -36 -47 - -36 -47 - 11 29 - 11 29 - 54 -41 - 54 -41 - 60 98 - 60 98 - -22 48 - -22 48 - 79 -87 - 79 -87 - -8 -34 - -8 -35 - -8 -34 - -95 -91 - -95 -91 - -94 -90 - -86 -16 - -77 -41 - -86 -16 - 76 46 - 16 -91 - 16 -91 - -46 -45 - -46 -45 - -8 -36 - -8 -36 - -8 -36 - -9 -35 - -8 -36 - 33 -83 - 33 -83 - -82 78 - -82 78 - 6 -75 - 6 -75 - 66 45 - 66 45 - -91 4 - -91 4 - -6 -40 - -6 -40 - -6 -40 - -4 -44 - -4 -43 - -4 -45 - -4 -44 - -4 -44 - -4 -44 - 18 19 - 18 19 - -4 -45 - -4 -45 - 9 -53 - 9 -53 - 68 -20 - 68 -20 - -1 -46 - 0 -46 - -1 -46 - -1 -46 - 7 -52 - 7 -52 - 0 -48 - 0 -48 - 1 -48 - 0 -48 - 0 -47 - 0 -47 - 0 -48 - 1 -48 - 0 -48 - 0 -47 - -1 42 - -1 42 - 49 21 - 49 21 - 1 -48 - 1 -48 - 3 -47 - 2 -47 - 2 -47 - 2 -47 - 2 -47 - 3 -47 - 86 -20 - 86 -20 - 7 -42 - 7 -42 - 13 -35 - 13 -35 - 5 -45 - 4 -45 - 4 -45 - 5 -45 - -35 40 - -35 40 - 14 -38 - 14 -38 - 14 -37 - 14 -38 - 14 -37 - 14 -38 - 14 -37 - 14 -38 - 14 -38 - 14 -38 - 14 -37 - 14 -38 - 14 -38 - 6 -43 - 6 -43 - 6 -43 - 6 -43 - 6 -44 - 6 -43 - -86 -16 - -86 -16 - 61 -43 - 61 -43 - -79 -100 - -79 -100 - -68 93 - -68 93 - 75 72 - 75 72 - 75 73 - 75 73 - 75 72 - 75 73 - -36 -58 - -36 -58 - 10 -33 - 10 -33 - 10 -33 - 10 -33 - 95 -90 - 95 -90 - 0 30 - 0 30 - 10 -31 - 10 -31 - 10 -31 - 11 -30 - 17 -9 - 17 -9 - 30 -71 - 30 -71 - 2 69 - -8 -68 - 2 69 - 75 78 - 75 78 - 41 81 - 41 81 - 89 -76 - 89 -76 - 24 -5 - 24 -5 - 15 -16 - 15 -16 - 53 -45 - 53 -45 - 52 -44 - 10 -10 - 10 -10 - -23 15 - -23 15 - -22 15 - 13 -8 - 13 -8 - -13 8 - 9 -61 - 9 -61 - -9 17 - -9 17 - -6 70 - -6 70 - 14 13 - 14 13 - 12 13 - 12 13 - 26 27 - 26 27 - 14 15 - 14 15 - -33 -23 - -33 -23 - -32 -22 - -11 -19 - -11 -19 - -45 -20 - -45 -20 - -11 -20 - -11 -20 - 43 -81 - 43 -81 - -1 40 - -1 40 - 12 -21 - 12 -21 - -14 19 - 40 68 - 40 68 - 80 -75 - 80 -75 - -21 24 - -21 24 - -28 -61 - -28 -61 - -28 -60 - -28 -60 - -28 -61 - -28 -60 - -9 -30 - -9 -30 - -15 2 - -15 2 - 70 -63 - 70 -63 - 7 -56 - 7 -56 - -94 -90 - -95 -91 - -94 -90 - 76 46 - -86 -16 - 76 46 - -9 -35 - -8 -35 - -9 -35 - -8 -36 - 98 39 - 98 39 - 98 40 - 98 40 - 98 39 - 98 40 - 36 -49 - 36 -49 - 53 -73 - 53 -73 - 52 -72 - -6 -38 - -7 -38 - -6 -38 - -68 -3 - -68 -3 - -66 66 - -66 66 - -6 -41 - -6 -41 - 92 -27 - 98 -12 - 92 -27 - 86 47 - -42 83 - -42 83 - -6 -40 - -6 -41 - -6 -40 - -6 -40 - 79 34 - 82 -31 - 79 34 - -4 -45 - -4 -45 - -4 -44 - -4 -44 - -3 -44 - -4 -44 - 16 -56 - 15 -56 - 16 -56 - 16 -56 - 16 -56 - -2 -47 - -2 -47 - -2 -47 - -1 -46 - -45 34 - -45 34 - 13 -55 - 13 -55 - -45 34 - 13 -55 - 59 96 - 59 96 - -1 -47 - -1 -47 - 0 -48 - -1 -47 - 0 -48 - 1 -48 - 0 -48 - 0 -47 - 1 -47 - 1 -47 - 2 -48 - 2 -47 - 2 -48 - 2 -48 - 2 -48 - 2 -48 - 2 -47 - 2 -47 - 2 -47 - 2 -48 - 2 -48 - 2 -48 - 2 -47 - 2 -47 - 2 -47 - 2 -48 - 2 -48 - 2 -48 - 2 -47 - 2 -47 - -77 70 - -77 70 - 10 -36 - 10 -36 - -3 -14 - -3 -14 - -30 28 - -30 28 - -29 28 - 6 -44 - 6 -44 - 6 -44 - 6 -44 - 20 -31 - 20 -31 - 20 -31 - 5 -43 - 6 -44 - 6 -43 - 5 -43 - 6 -44 - 14 -38 - 14 -38 - 14 -37 - 14 -38 - 14 -38 - 6 -43 - 6 -43 - 5 -44 - 6 -43 - 6 -44 - 5 -44 - 5 -44 - 6 -43 - 6 -44 - 5 -44 - 6 -43 - 5 -44 - 45 -63 - 45 -63 - 7 -41 - 7 -41 - 99 -73 - 99 -73 - 37 59 - 37 59 - -3 -68 - 97 -22 - 97 -22 - 90 -52 - 90 -52 - 91 -52 - -57 -32 - -57 -32 - 39 -52 - -82 -1 - -82 -1 - 12 -54 - 12 -54 - -10 18 - -10 18 - 11 -30 - 10 -31 - 10 -31 - 11 -30 - -8 -68 - -8 -68 - 2 69 - 11 -26 - 11 -26 - 12 -25 - 11 -25 - 12 -25 - -71 -19 - -71 -19 - 21 87 - 59 -66 - 21 87 - -96 64 - -96 64 - -57 -63 - -57 -63 - -56 -63 - 16 -17 - 16 -17 - 11 -12 - 11 -12 - -50 70 - -50 70 - -22 14 - -22 14 - -21 14 - -22 15 - -22 15 - -22 14 - -23 15 - -22 15 - 20 -62 - 21 -63 - 20 -62 - 16 9 - 16 9 - -60 21 - -60 21 - -59 21 - 76 -14 - 76 -14 - 77 -14 - -9 -6 - -9 -6 - 15 16 - 15 16 - 15 17 - -32 -22 - -33 -23 - -32 -22 - -97 1 - -97 1 - -11 -20 - -11 -20 - -55 -97 - -55 -97 - 54 29 - 54 29 - -14 19 - 12 -21 - -14 19 - 96 24 - 96 24 - -52 48 - -52 48 - 94 19 - 94 19 - 22 -8 - 22 -8 - -2 -87 - -2 -87 - 55 99 - 58 95 - 55 99 - 32 -18 - 32 -18 - -94 -32 - 57 -86 - -94 -32 - -77 -41 - -77 -41 - -86 -16 - 88 38 - 88 38 - -8 -35 - -8 -35 - -9 -35 - -8 -36 - 50 -91 - 50 -91 - -93 53 - -93 53 - 75 26 - 75 26 - 83 -78 - 83 -78 - -7 -38 - -7 -38 - -6 -38 - 42 23 - 42 23 - -4 -44 - -3 -43 - -4 -44 - -4 -44 - -6 -43 - -4 -44 - -74 -41 - -74 -41 - -3 -45 - -3 -45 - -2 -46 - -2 -46 - -3 -45 - -2 -46 - -2 -46 - -2 -46 - -2 -46 - -2 -46 - 16 -56 - 16 -56 - 16 -56 - 16 -56 - 92 34 - 92 34 - -1 31 - -1 31 - -60 88 - -60 88 - 25 78 - 25 78 - -19 48 - -19 48 - 1 -48 - -1 -47 - 0 -48 - 0 -48 - 1 -48 - 0 -48 - 80 -24 - 80 -24 - 1 -48 - 1 -48 - 21 30 - 21 30 - -87 88 - -87 88 - 2 -47 - 1 -47 - 2 -48 - 2 -47 - 2 -47 - 2 -48 - 2 -48 - 2 -48 - 2 -47 - 2 -47 - 69 -76 - 69 -76 - 3 -47 - 3 -47 - 4 -46 - 3 -47 - 3 -47 - 3 -47 - 4 -46 - 3 -47 - 3 -47 - -27 -81 - -27 -81 - -2 -13 - -2 -13 - -1 -13 - 5 -45 - 5 -45 - 5 -46 - -29 28 - -30 28 - -29 28 - 5 -45 - 5 -45 - 5 -45 - 6 -44 - 5 -45 - 5 -44 - 6 -44 - -3 -48 - -3 -48 - -3 -48 - 6 -44 - 6 -44 - 6 -43 - 5 -43 - 6 -44 - 6 -43 - 6 -44 - 6 -43 - 6 -43 - 5 -44 - 6 -44 - 5 -44 - 7 -43 - 6 -43 - 7 -43 - 7 -43 - 7 -42 - 7 -42 - 7 -43 - 7 -42 - -44 59 - -44 59 - 8 -40 - 8 -40 - 8 -40 - -3 -68 - 37 59 - -3 -68 - 8 -38 - 8 -38 - 8 -38 - 8 -38 - 9 -38 - 9 -38 - 91 -52 - 90 -52 - 91 -52 - 39 -52 - -57 -32 - 39 -52 - 26 59 - -27 -87 - -27 -87 - -27 -86 - -27 -86 - -27 -87 - -27 -86 - 3 -44 - 3 -44 - 28 -99 - -85 -63 - 28 -99 - 74 -87 - 74 -87 - 27 -46 - 27 -46 - 3 86 - 3 86 - -35 52 - -35 52 - 8 -18 - 8 -18 - -56 -63 - -57 -63 - -56 -63 - -21 14 - -22 14 - -21 14 - 15 -9 - 15 -9 - 21 -63 - 21 -63 - 20 -62 - -59 21 - -60 21 - -59 21 - 77 -14 - 76 -14 - 77 -14 - 51 2 - 51 2 - -18 -15 - 21 9 - -18 -15 - 43 39 - 43 39 - -22 -22 - -22 -22 - -59 -63 - -59 -63 - 70 -44 - 70 -44 - 52 13 - 52 13 - -12 -23 - -12 -23 - 87 -18 - 87 -18 - -35 -26 - -35 -26 - -25 24 - -25 24 - 13 -14 - 13 -14 - 15 63 - 15 63 - 47 -6 - 47 -6 - -8 -36 - -8 -35 - -9 -35 - -8 -36 - 34 26 - 34 26 - 62 -23 - 62 -23 - -64 76 - -64 76 - 29 17 - 29 17 - -6 -43 - -4 -44 - -4 -44 - -6 -43 - -4 -44 - -4 -45 - -4 -44 - -4 -45 - -4 -44 - -3 -44 - -4 -44 - -4 -44 - -4 -44 - -4 -45 - -4 -44 - -3 -44 - -4 -44 - -4 -45 - -4 -45 - -3 -44 - -4 -45 - -3 -45 - -63 -62 - -63 -62 - -1 -47 - -1 -47 - -2 -46 - -2 -46 - -2 -46 - -2 -46 - 22 85 - 22 85 - 16 -56 - 16 -56 - 16 -56 - 16 -56 - -1 -47 - -1 -47 - 0 -48 - 0 -48 - 1 -48 - -17 -27 - -14 -30 - -15 -29 - -17 -27 - 97 52 - 97 52 - 2 -48 - 1 -47 - 2 -48 - 2 -47 - 3 -47 - 2 -47 - 2 -47 - 2 -47 - 2 -47 - 2 -47 - -60 52 - -60 52 - -87 38 - -87 38 - 4 -47 - 3 -47 - 4 -47 - 4 -46 - 3 -47 - 4 -46 - 3 -47 - 3 -47 - 3 -47 - 4 -46 - 3 -47 - 3 -47 - 12 -34 - 12 -34 - 13 -34 - -1 -13 - -2 -13 - -1 -13 - 31 5 - 31 5 - 32 5 - -82 -6 - -82 -6 - 59 -44 - 59 -44 - 5 -44 - 5 -45 - 5 -44 - 6 -44 - 6 -44 - 6 -44 - 6 -44 - 6 -44 - 6 -44 - 6 -44 - 6 -44 - 6 -44 - 6 -43 - 5 -43 - 6 -43 - 6 -44 - 6 -43 - 5 -43 - 6 -44 - -3 -48 - -3 -48 - -3 -48 - -2 -49 - -2 -49 - -12 -53 - -12 -53 - 6 -43 - 6 -44 - 5 -44 - 6 -43 - 5 -44 - 6 -43 - 89 0 - 89 0 - 89 -6 - 89 -6 - 8 -40 - 8 -40 - 8 -40 - 35 -33 - 35 -33 - 50 54 - 50 54 - -42 -22 - -42 -22 - 74 -6 - 74 -6 - 10 -35 - 10 -35 - -82 5 - -82 5 - 90 -2 - 90 -2 - -85 -63 - -85 -63 - 28 -99 - 73 -97 - 95 -69 - 73 -97 - 85 -42 - 85 -42 - 86 17 - 86 17 - 70 51 - 50 -46 - 11 -69 - 50 -46 - 65 -53 - 65 -53 - 21 -31 - 21 -31 - 92 48 - 92 48 - 80 -87 - 80 -87 - 13 -18 - 13 -18 - 64 -7 - 64 -7 - 59 -87 - 59 -87 - -80 -51 - -80 -51 - 17 -18 - 17 -18 - -80 57 - -80 57 - -52 4 - -52 4 - -8 24 - -8 24 - -23 1 - -23 1 - -65 -90 - -65 -90 - -29 -27 - -29 -27 - -52 -60 - -52 -60 - -78 -95 - -78 -95 - -21 -21 - -21 -21 - 25 24 - 25 24 - -80 10 - -80 10 - -30 49 - -30 49 - 38 75 - 72 -40 - 38 75 - -15 -53 - -15 -53 - -10 -32 - -10 -32 - -8 -34 - -8 -34 - -9 -36 - -9 -36 - -9 -36 - 52 -72 - 53 -73 - 52 -72 - 35 10 - 35 10 - 98 -12 - 98 -12 - 92 -27 - -7 -40 - -7 -40 - -72 69 - -72 69 - -6 -42 - -6 -42 - -6 -42 - -6 -42 - -6 -41 - -6 -41 - -6 -42 - -6 -42 - -6 -42 - -6 -41 - -6 -40 - -5 -42 - -6 -41 - -5 -42 - -5 -43 - -5 -43 - -4 -43 - -4 -43 - 49 -26 - 49 -26 - -45 35 - -45 35 - 9 -57 - -4 -44 - -3 -43 - -4 -44 - -4 -44 - -5 -44 - -6 -43 - -4 -44 - -4 -44 - -4 -44 - -4 -44 - -4 -45 - -4 -44 - -3 -44 - -4 -44 - -4 -45 - -4 -44 - -3 -44 - -4 -45 - -3 -45 - -4 -45 - -3 -44 - -4 -45 - -3 -45 - -33 -35 - -33 -35 - -1 -30 - -1 -30 - 7 -51 - 7 -51 - 15 -56 - 15 -56 - 16 -56 - 16 -56 - -2 -46 - -2 -46 - -2 -46 - -2 -46 - -2 -47 - -2 -46 - -2 -47 - -2 -47 - -2 -47 - -1 -46 - 90 68 - 90 68 - 2 -48 - 2 -48 - 2 -48 - 2 -47 - 2 -47 - 2 -47 - 2 -47 - 2 -48 - 2 -48 - 2 -47 - 2 -47 - 2 -47 - 2 -48 - 2 -47 - 2 -47 - 2 -47 - 2 -47 - 2 -47 - 2 -47 - 2 -47 - 2 -47 - 2 -47 - 3 -47 - 2 -48 - 3 -47 - 3 -47 - 3 -47 - 3 -47 - 4 -47 - 13 -34 - 12 -34 - 13 -34 - 32 5 - 31 5 - 32 5 - 73 -59 - 73 -59 - 5 -45 - 4 -45 - 5 -45 - 6 -44 - 6 -44 - 6 -44 - 5 -45 - 5 -44 - 6 -44 - 7 -45 - 5 -44 - 5 -44 - 6 -44 - 5 -44 - 6 -44 - 6 -43 - 5 -44 - 5 -44 - 6 -44 - 5 -44 - 6 -44 - 6 -43 - 7 -43 - 6 -44 - 5 -44 - 6 -44 - 6 -43 - 5 -44 - 6 -43 - 6 -43 - 44 1 - -82 -4 - -82 -4 - 91 6 - 91 6 - 97 -1 - 97 -1 - -71 -23 - -71 -23 - -50 28 - -50 28 - -8 -77 - -8 -77 - 93 87 - 93 87 - -21 -83 - -21 -83 - -28 66 - -28 66 - -62 7 - -62 7 - 11 -69 - 11 -69 - 50 -46 - -11 -61 - -11 -61 - 70 51 - 86 17 - 70 51 - 11 -24 - 11 -24 - 12 -23 - 12 -23 - 11 -24 - 12 -23 - 12 -22 - 12 -22 - 12 -22 - 79 47 - 79 47 - -8 42 - -8 42 - 59 -66 - 59 -66 - 21 87 - 15 0 - 15 0 - 26 -17 - 26 -17 - -61 1 - -61 1 - 86 83 - 86 83 - 87 83 - 28 13 - 28 13 - -11 -9 - -11 -9 - 22 21 - 22 21 - 30 30 - 30 30 - 40 81 - 40 81 - -38 -43 - -38 -43 - 15 17 - 15 16 - 15 16 - 15 17 - 56 86 - 56 86 - -90 -2 - 79 47 - -90 -2 - -40 -41 - -40 -41 - 40 32 - 40 32 - -52 -3 - -11 -24 - -11 -24 - -11 -24 - -1 -64 - -1 -64 - -10 -27 - -10 -27 - -56 -31 - -56 -31 - -9 -31 - -9 -31 - -10 -31 - -9 -30 - -9 -30 - 36 -24 - 36 -24 - -10 -32 - -10 -32 - -25 -78 - -25 -78 - 18 -70 - 18 -70 - 18 -69 - 18 -69 - 18 -70 - 18 -69 - -58 86 - -58 86 - 26 -98 - 26 -98 - -48 31 - -48 31 - -79 3 - -79 3 - -79 4 - -79 4 - -79 3 - -79 4 - -3 -44 - -3 -44 - -3 -43 - -3 -43 - -3 -44 - -3 -43 - -4 -44 - -4 -44 - -5 -44 - 9 -57 - -45 35 - 9 -57 - 5 71 - 5 71 - -4 -44 - -4 -44 - -4 -44 - -5 -44 - -6 -43 - -4 -45 - -3 -44 - -4 -44 - -3 -44 - -3 -44 - -4 -45 - -3 -45 - -4 -45 - -4 -45 - -4 -45 - -4 -44 - -4 -45 - -32 -25 - -32 -25 - 16 -56 - 15 -56 - 16 -56 - -2 -46 - -2 -46 - -2 -47 - -2 -47 - -1 -46 - -2 -47 - -2 -47 - -1 -46 - -3 -47 - -1 -47 - -1 -47 - -2 -47 - -1 -46 - -3 -47 - -1 -47 - 15 -56 - 15 -56 - -19 -40 - -19 -40 - -10 -43 - -10 -43 - -19 -40 - -10 -43 - -15 -29 - -14 -30 - -15 -29 - -17 -27 - 0 -48 - -1 -47 - 1 -49 - -1 -47 - 0 -48 - 1 -48 - 96 -64 - 96 -64 - -72 1 - -72 1 - 2 -47 - 2 -48 - 2 -47 - 2 -47 - 2 -47 - 3 -47 - 76 4 - 76 4 - -84 -3 - -84 -3 - -67 -33 - -67 -33 - -33 29 - -33 29 - 5 -46 - 5 -46 - 5 -45 - 5 -46 - 5 -45 - -4 28 - -4 28 - -4 29 - -4 29 - -4 28 - -4 29 - 99 70 - 99 70 - -3 96 - -3 96 - 85 25 - 85 25 - 9 -37 - 9 -37 - -98 -19 - -98 -19 - -30 13 - -30 13 - 26 59 - 26 61 - 39 -52 - 26 59 - 26 -69 - 26 -69 - 20 62 - 20 62 - 88 86 - 88 86 - -11 -67 - -11 -67 - 71 -47 - 71 -47 - 11 -30 - 11 -30 - 47 -52 - 47 -52 - 18 -16 - 18 -16 - 30 -5 - 30 -5 - -27 35 - -27 35 - 95 48 - 95 48 - 38 56 - 38 56 - 12 56 - 12 56 - 96 -72 - 96 -72 - 20 -13 - 20 -13 - -9 -4 - -9 -4 - 87 83 - 86 83 - 87 83 - 74 -50 - 74 -50 - -48 -34 - -48 -34 - 94 36 - 94 36 - -56 26 - -56 26 - -9 -60 - -9 -60 - -8 -60 - 72 -40 - 72 -40 - 38 75 - 49 54 - 49 54 - -32 -50 - -32 -50 - 35 -78 - 35 -78 - -11 -24 - -11 -24 - -11 -24 - 76 45 - 76 45 - 92 -94 - 92 -94 - 41 44 - 41 44 - 41 45 - 41 45 - 41 44 - 41 45 - 72 -75 - 72 -75 - 98 77 - 98 77 - -13 68 - -13 68 - 78 87 - 78 87 - 88 -53 - 88 -53 - -33 -86 - -33 -86 - -6 -42 - -6 -42 - -6 -42 - -6 -42 - -6 -41 - 61 51 - 61 51 - -4 -45 - -4 -45 - -4 -45 - -4 -44 - -4 -45 - -4 -44 - -4 -45 - -4 -45 - -4 -44 - -4 -45 - 25 -62 - 25 -62 - 26 -62 - 8 66 - 8 66 - 24 -61 - -2 -47 - -2 -46 - -2 -47 - -2 -47 - -1 -46 - -3 -47 - -3 -47 - -2 -47 - -2 -47 - -1 -46 - -3 -47 - -1 -47 - 7 -51 - 7 -51 - -14 -30 - -14 -30 - -15 -29 - -17 -27 - 1 -49 - 1 -49 - 0 -48 - 0 -49 - 0 -49 - -4 19 - -4 19 - 1 -48 - 1 -48 - 4 -52 - 4 -52 - 4 -51 - 4 -51 - 4 -52 - 4 -51 - -96 22 - -96 22 - -56 -67 - -56 -67 - -56 -66 - -56 -66 - -56 -67 - -56 -66 - 4 -45 - 4 -45 - 5 -45 - 5 -45 - 6 -44 - 66 75 - 66 75 - 67 75 - 6 -44 - 4 -45 - 5 -45 - 5 -45 - 6 -44 - 6 -44 - 15 -40 - 15 -40 - 31 -28 - 31 -28 - 22 -18 - 22 -18 - 44 1 - 6 -43 - 44 1 - 75 -4 - 75 -4 - -18 -78 - -18 -78 - 88 -89 - 88 -89 - 89 -93 - 89 -93 - -25 -23 - -25 -23 - -13 -42 - 14 -42 - -13 -42 - -37 59 - -37 59 - 94 -72 - 94 -72 - 95 -72 - 10 -37 - 10 -37 - 35 -8 - 35 -8 - 26 61 - 26 61 - 26 59 - 46 -8 - 46 -8 - 7 -48 - 23 -89 - 23 -89 - -47 83 - -81 87 - -81 87 - 83 -73 - 83 -73 - 67 -35 - 67 -35 - -3 -44 - -3 -44 - -35 -18 - -35 -18 - 95 -69 - 95 -69 - 73 -97 - 62 -13 - 62 -13 - 88 -85 - 88 -85 - 51 89 - 51 89 - 4 64 - 4 64 - 12 -22 - 12 -22 - 12 -22 - 82 28 - 82 28 - 25 22 - 25 22 - 30 91 - 30 91 - -4 27 - -4 27 - 5 -11 - 5 -11 - -84 98 - -84 98 - 20 -22 - 20 -22 - 18 -20 - 18 -20 - 61 -63 - 61 -63 - 37 -20 - 37 -20 - -21 14 - -21 14 - -64 -33 - -64 -33 - 90 -5 - 90 -5 - -41 -46 - -41 -46 - 88 91 - 88 91 - -33 -18 - -33 -18 - 41 33 - 41 33 - -8 -60 - -9 -60 - -8 -60 - -52 -3 - 40 32 - -52 -3 - 16 59 - 16 59 - 29 -74 - 29 -74 - -19 -52 - -19 -52 - -10 -25 - -10 -25 - -78 -46 - -78 -46 - 76 -48 - -10 -26 - -10 -26 - 90 -21 - 90 -21 - 91 -21 - -8 70 - -8 70 - -24 -78 - -24 -78 - 72 86 - 85 77 - 72 86 - -10 -31 - -9 -31 - -10 -30 - -10 -31 - -10 -31 - -10 -31 - 27 51 - 27 51 - -27 93 - -27 93 - 41 -82 - 41 -82 - 51 23 - 51 23 - 18 56 - 18 56 - -9 -36 - -8 -36 - -9 -36 - -9 -36 - -8 -35 - -28 -3 - -28 -3 - 69 14 - 69 14 - 70 -6 - 70 -6 - 69 14 - 70 -6 - 38 57 - 38 57 - 26 96 - 26 96 - -7 -40 - -7 -40 - -6 -41 - -6 -41 - -7 -41 - -6 -42 - -6 -42 - -6 -42 - -6 -42 - -6 -41 - 71 40 - 71 40 - -5 -44 - -3 -43 - -4 -44 - -5 -44 - -4 -45 - -4 -45 - -4 -44 - -4 -44 - -5 -44 - -4 -45 - -4 -45 - -4 -44 - -4 -45 - -4 -45 - -4 -45 - -4 -44 - -4 -45 - 32 -39 - 32 -39 - 26 -62 - 25 -62 - 26 -62 - -96 -13 - 97 13 - -96 -13 - 24 -61 - 8 66 - 24 -61 - 0 -45 - 0 -45 - 13 -37 - 13 -37 - -71 -10 - -71 -10 - -23 61 - -23 61 - 2 -48 - 2 -48 - -5 -32 - -5 -32 - -20 10 - -20 10 - 5 -46 - 5 -46 - 5 -46 - 5 -45 - 14 -25 - 14 -25 - 67 75 - 66 75 - 67 75 - 6 -44 - 5 -45 - 6 -44 - 6 -44 - 7 -44 - -29 -87 - -29 -87 - 7 -45 - 6 -44 - 7 -45 - -22 -55 - -22 -55 - 6 -44 - 5 -44 - 6 -44 - 7 -44 - 5 -44 - 6 -44 - -34 -66 - -34 -66 - 95 -72 - 94 -72 - 95 -72 - 7 -48 - 46 -8 - 7 -48 - -37 -3 - -37 -3 - 10 -34 - 10 -34 - 11 -34 - 11 -34 - -41 54 - -41 54 - 65 -68 - 65 -68 - 84 -49 - 3 -39 - 3 -39 - 89 -59 - 89 -59 - 89 -59 - -40 40 - -40 40 - 80 28 - 80 28 - 72 25 - 72 25 - 83 34 - 83 34 - 68 28 - 68 28 - 24 37 - 24 37 - -7 79 - -7 79 - 5 43 - 5 43 - 76 90 - 76 90 - 77 91 - 22 26 - 22 26 - 20 -1 - 20 -1 - 87 -43 - 87 -43 - -18 39 - -18 39 - -84 -47 - -84 -47 - 21 -23 - 21 -23 - 19 -21 - 19 -21 - -54 -46 - -54 -46 - -82 -10 - -82 -10 - -81 -10 - 15 16 - 15 16 - 15 17 - 53 53 - 53 53 - -88 2 - -87 -1 - -88 2 - -8 62 - -8 62 - -7 63 - -20 25 - -20 25 - -12 -18 - -12 -18 - 79 47 - 79 47 - -90 -2 - -20 12 - -20 12 - -52 -87 - 96 40 - -52 -87 - -24 41 - -24 41 - 76 -48 - -78 -46 - 76 -48 - 11 -81 - 11 -81 - 45 69 - 91 -21 - 90 -21 - 91 -21 - 30 -87 - 30 -87 - -8 -37 - -8 -37 - -32 -30 - -32 -30 - -7 -41 - -6 -41 - -7 -41 - -23 -42 - -23 -42 - -6 -42 - -6 -42 - -6 -43 - -5 -43 - -51 3 - -51 3 - -4 -45 - -5 -44 - -4 -45 - -4 -45 - -4 -44 - -4 -44 - -4 -44 - -5 -44 - -4 -45 - -4 -45 - -4 -44 - -4 -44 - -4 -45 - -5 -44 - -4 -45 - -4 -45 - -4 -44 - -4 -44 - -3 -45 - -3 -45 - -4 -45 - -4 -45 - -3 -46 - -3 -45 - 97 13 - 97 13 - -96 -13 - -66 -39 - -66 -39 - 7 -50 - 7 -50 - -1 -47 - -1 -47 - 0 -48 - 0 -49 - 0 -49 - 33 100 - 33 100 - -17 57 - -17 57 - 3 -47 - 3 -47 - 5 -46 - 5 -46 - -19 10 - -19 10 - 5 -45 - 5 -46 - 5 -46 - 5 -45 - 5 -45 - 4 -45 - 5 -45 - 5 -44 - 6 -44 - 5 -45 - 7 -44 - 6 -44 - 5 -45 - 6 -44 - 7 -44 - 65 -61 - 65 -61 - 65 -60 - 65 -60 - 65 -61 - 65 -60 - 6 -44 - 6 -44 - 7 -44 - 6 -44 - 6 -44 - -89 -80 - -89 -80 - 70 -50 - 70 -50 - 17 -76 - 17 -76 - 1 69 - 1 69 - -86 41 - -86 41 - 64 -73 - 64 -73 - -86 41 - 64 -73 - -47 83 - 23 -89 - -47 83 - -46 83 - 11 -34 - 10 -34 - 11 -34 - 11 -34 - 11 -34 - 10 -34 - 11 -34 - 11 -34 - 67 -37 - 67 -37 - 89 -59 - 89 -59 - 89 -59 - 78 -28 - 78 -28 - 83 -8 - 83 -8 - 78 -28 - 83 -8 - 57 95 - 57 95 - 12 -23 - 12 -23 - -33 88 - -33 88 - 8 94 - 8 94 - 12 -21 - 12 -21 - 75 -41 - 75 -41 - -57 93 - -57 93 - -53 -15 - -53 -15 - -81 -10 - -82 -10 - -81 -10 - -87 -1 - -87 -1 - -88 2 - -17 -22 - -17 -22 - -17 -21 - -17 -21 - -17 -22 - -17 -21 - -7 63 - -8 62 - -7 63 - 49 78 - 49 78 - 78 -4 - 78 -4 - -12 -23 - -12 -22 - -12 -23 - 1 -99 - 1 -99 - 86 86 - 86 86 - 85 77 - 85 77 - 72 86 - -10 -30 - -10 -30 - -10 -31 - -10 -31 - -10 -31 - -10 -31 - -10 -30 - -10 -31 - -10 -31 - -10 -31 - -10 -31 - -10 -30 - -10 -31 - -10 -31 - -10 -31 - 12 20 - 12 20 - 5 -56 - 5 -56 - 16 37 - 16 37 - -36 82 - 39 -82 - -36 82 - 3 -63 - 3 -63 - 4 -63 - 82 81 - 82 81 - -88 -76 - -8 -35 - -9 -36 - -8 -35 - -3 54 - -3 54 - -72 -84 - -71 -85 - -72 -84 - -50 -52 - -50 -52 - -6 -43 - -6 -42 - -6 -43 - -5 -43 - 12 -80 - 12 -80 - -4 -45 - -5 -44 - -4 -45 - -4 -45 - -4 -44 - -4 -44 - -4 -44 - -5 -44 - -4 -45 - -4 -45 - -4 -44 - -4 -44 - -4 -43 - -5 -44 - -4 -44 - -4 -44 - -4 -44 - -4 -43 - -3 -46 - -4 -45 - -3 -46 - -3 -45 - -3 -45 - -4 -45 - -3 -46 - -3 -45 - -3 -46 - -3 -47 - -3 -46 - -1 -47 - -25 -41 - -1 -47 - -2 -47 - -2 -47 - 22 -60 - 22 -60 - -67 -34 - -67 -34 - -32 5 - -32 5 - -49 -47 - -49 -47 - -12 23 - -12 23 - 7 -44 - 6 -44 - 7 -44 - 6 -44 - 6 -44 - -12 45 - -12 45 - 43 -47 - 43 -47 - 44 -46 - -14 -93 - -14 -93 - 19 22 - 19 22 - -39 -98 - -39 -98 - 14 -42 - 14 -42 - -13 -42 - -78 -43 - -78 -43 - 10 -37 - 10 -37 - 92 -51 - 92 -51 - -46 83 - -47 83 - -46 83 - 10 89 - 10 89 - 32 -62 - 32 -62 - 78 75 - 78 75 - 12 -27 - 12 -27 - 11 -42 - 11 -42 - 62 -90 - 62 -90 - 63 36 - 63 36 - 77 91 - 76 90 - 77 91 - 31 -31 - 31 -31 - -30 67 - -30 67 - -22 30 - -22 30 - 9 -11 - 9 -11 - -14 9 - -14 9 - -20 12 - -20 12 - -23 -7 - -23 -7 - 97 -15 - 97 -15 - -37 -51 - -37 -51 - 58 17 - 58 17 - -58 -72 - -58 -72 - -16 -20 - -16 -20 - 19 22 - 19 22 - 19 22 - 18 -99 - 18 -99 - 49 94 - 49 94 - 39 -19 - 39 -19 - -12 -22 - -12 -22 - -12 -23 - 78 68 - 78 68 - 50 44 - 50 44 - 96 40 - 96 40 - -52 -87 - -4 16 - -4 16 - -10 -32 - -10 -32 - 23 19 - 23 19 - 4 -63 - 3 -63 - 4 -63 - 98 55 - 98 55 - -8 -36 - -8 -36 - -9 -36 - -20 61 - -20 61 - -88 -76 - 82 81 - -88 -76 - 78 -24 - 78 -24 - 78 -23 - 78 -23 - 78 -24 - 78 -23 - 60 -11 - 60 -11 - -71 -85 - -71 -85 - -72 -84 - -30 -41 - -30 -41 - 57 -35 - 57 -35 - 79 33 - 79 33 - 34 71 - 34 71 - -5 -43 - -6 -42 - -6 -43 - -5 -43 - -83 -100 - -83 -100 - 29 -65 - 29 -65 - -46 -82 - -46 -82 - 13 -55 - 13 -55 - -99 14 - -99 14 - 1 -49 - 1 -49 - -92 60 - -92 60 - 3 -47 - 3 -47 - -45 -12 - -45 -12 - 87 83 - 87 83 - 51 96 - 52 94 - 62 93 - 51 96 - 44 -46 - 43 -47 - 44 -46 - 56 -20 - 56 -20 - -78 -6 - -78 -6 - 10 -36 - 10 -36 - 26 38 - 26 38 - 35 44 - 35 44 - 51 63 - 51 63 - 90 -3 - 90 -3 - 99 67 - 99 67 - 11 -33 - 11 -33 - 11 -33 - 11 -32 - 11 -32 - 11 -33 - 11 -33 - 11 -32 - 60 -96 - 60 -96 - 78 84 - 11 -32 - 11 -32 - 11 -31 - 11 -31 - 11 -32 - 11 -31 - 84 -49 - 65 -68 - 84 -49 - 54 91 - 54 91 - 97 44 - 28 79 - 28 79 - 29 82 - 29 82 - 70 -68 - 70 -68 - 87 -66 - 87 -66 - 12 -20 - 12 -20 - -15 32 - -15 32 - -17 22 - -17 22 - 10 -12 - 10 -12 - 9 -6 - 9 -6 - -35 56 - -35 56 - 11 0 - 11 0 - 11 11 - 11 11 - 14 15 - 14 15 - 19 22 - 19 22 - 19 22 - 19 22 - 7 -52 - 7 -52 - 37 35 - 55 -25 - 55 -25 - 44 38 - 44 38 - -31 -1 - -31 -1 - 45 69 - 11 -81 - 45 69 - -36 -71 - 0 -72 - 0 -72 - -11 -28 - -11 -28 - -11 -28 - 60 0 - 60 0 - 71 14 - 45 -54 - 71 14 - 42 20 - 42 20 - 38 33 - 38 33 - -17 -64 - -17 -64 - -31 75 - -31 75 - -6 86 - -6 86 - 39 -82 - 39 -82 - -36 82 - 40 -20 - 40 -20 - -7 76 - -7 76 - 14 25 - 14 25 - 67 -66 - 67 -66 - -68 68 - 10 73 - 10 73 - 79 -43 - 79 -43 - -67 68 - -67 68 - -6 93 - -4 -44 - -4 -44 - -4 -44 - -4 -45 - -4 -43 - -4 -44 - 3 66 - 6 -68 - 3 66 - 26 64 - 26 64 - -35 -9 - -35 -9 - -27 -41 - -27 -41 - 0 -48 - 81 -84 - 81 -84 - 82 -84 - 12 -29 - 12 -29 - 13 -29 - 9 -54 - 10 -55 - 9 -54 - 0 -49 - 0 -49 - 0 -49 - 0 -49 - 0 -49 - 0 -49 - 44 35 - 44 35 - 2 -48 - 2 -49 - 2 -48 - 2 -47 - 2 -48 - 2 -47 - 2 -48 - 2 -47 - 2 -48 - 3 -47 - 3 -47 - 3 -48 - 48 -96 - 48 -96 - 5 -44 - 5 -45 - 5 -44 - 5 -45 - 5 -45 - 5 -45 - 5 -44 - 5 -45 - 7 -44 - 52 94 - 52 94 - 51 96 - 62 93 - 62 93 - 51 96 - 15 -39 - 15 -39 - 14 -39 - 6 -44 - 6 -44 - 7 -44 - 6 -44 - 7 -44 - 7 -44 - 7 -43 - 7 -43 - 68 34 - 68 34 - 39 -66 - -26 -6 - -26 -6 - 81 -77 - 81 -77 - -67 -60 - -67 -60 - -93 24 - -93 24 - 98 0 - -48 80 - 98 0 - -93 24 - 98 0 - 49 36 - 49 36 - 98 -1 - 98 -1 - 99 68 - 99 68 - 90 76 - 90 76 - 67 -87 - 57 -91 - 67 -87 - 11 -33 - 11 -33 - 11 -33 - 11 -32 - -3 -34 - -3 -34 - -32 -28 - -32 -28 - 94 -43 - 94 -43 - 97 44 - 54 91 - 97 44 - 75 45 - 75 45 - 77 86 - 77 86 - 30 81 - 30 81 - 23 -29 - 23 -29 - -29 43 - -28 42 - -29 43 - -34 15 - -34 15 - 55 -18 - 55 -18 - -72 29 - -72 29 - 93 12 - 70 -57 - 93 12 - -43 -12 - -43 -12 - 29 4 - 29 4 - 30 5 - 20 20 - -19 -21 - -38 -48 - -38 -48 - 9 33 - 9 33 - -27 -8 - -27 -8 - 67 63 - 67 63 - -11 -24 - -12 -24 - -11 -24 - -12 -24 - -11 -23 - -12 -24 - -11 -23 - -11 -24 - -11 -23 - -11 -24 - -11 -26 - -11 -26 - -40 25 - -40 25 - -36 -71 - 45 69 - -36 -71 - 61 -51 - 45 -54 - 45 -54 - 71 14 - -20 25 - -20 25 - -11 -31 - -26 67 - -26 67 - 0 72 - 22 -78 - 22 -78 - -40 89 - -40 89 - 68 -27 - 68 -27 - 17 -86 - 17 -86 - -50 -18 - -50 -18 - 68 23 - 68 23 - -67 66 - -67 66 - -45 80 - -45 80 - 67 -1 - 67 -1 - -7 -41 - -7 -41 - -7 -41 - -80 72 - -80 72 - -6 93 - -67 68 - -6 93 - 24 -67 - 24 -67 - -5 -45 - -4 -44 - -4 -44 - -5 -45 - -5 -44 - -4 -46 - -5 -44 - -4 -44 - -4 -44 - -5 -45 - -5 -44 - -4 -45 - -3 -47 - -3 -47 - -2 -47 - -3 -47 - -2 -47 - -3 -46 - 6 -69 - 6 -69 - 6 -68 - 6 -68 - 6 -69 - 6 -68 - 3 66 - -25 -41 - -25 -41 - -1 -47 - -2 -48 - -74 -6 - -74 -6 - 0 -48 - -27 -41 - 0 -48 - 82 -84 - 81 -84 - 82 -84 - 13 -29 - 12 -29 - 13 -29 - 10 -55 - 10 -55 - 9 -54 - 10 -59 - 10 -59 - 1 -48 - 1 -48 - 87 66 - 87 66 - -78 -51 - -78 -51 - -11 -18 - -11 -18 - -18 -27 - -18 -27 - 3 -48 - 3 -48 - 4 -47 - 4 -47 - 2 -38 - 2 -38 - 15 -40 - 15 -40 - -44 -37 - -44 -37 - -67 59 - -67 59 - -78 -76 - -78 -76 - 8 -40 - 8 -41 - 8 -40 - 7 -40 - 7 -40 - 8 -40 - -44 52 - -44 52 - 51 -21 - 51 -21 - 6 -45 - 6 -45 - 78 84 - 60 -96 - 78 84 - 93 88 - 93 88 - 18 45 - 18 45 - 0 36 - 0 36 - 13 -24 - 13 -24 - 12 -24 - 12 -24 - 12 -20 - 12 -20 - 83 87 - 83 87 - -28 42 - -28 42 - -29 43 - -50 78 - -50 78 - 14 -8 - 14 -8 - 38 -8 - 38 -8 - 40 -14 - 40 -14 - -18 6 - -18 6 - 13 -14 - 13 -14 - 2 -35 - 2 -35 - 30 5 - 29 4 - 30 5 - -65 14 - -65 14 - -79 23 - -79 23 - 37 35 - 7 -52 - 37 35 - -12 -24 - -12 -24 - -11 -24 - -12 -24 - -11 -24 - -12 -24 - -12 -24 - -11 -24 - -11 -24 - -12 -24 - -11 -23 - -12 -24 - -11 -24 - 2 -34 - 2 -34 - -80 -61 - -80 -61 - -39 -87 - 64 -67 - -39 -87 - -47 -27 - -47 -27 - 0 72 - -26 67 - 0 72 - -49 22 - -49 22 - -83 -82 - -83 -82 - -8 -34 - -8 -34 - 55 -10 - 55 -10 - 18 -97 - 18 -97 - 17 -41 - 17 -41 - 82 4 - 82 4 - -7 -40 - -7 -40 - -7 -41 - 84 -45 - 84 -45 - 14 -37 - 14 -37 - 49 84 - 49 84 - -1 -48 - -1 -48 - -11 -44 - -11 -44 - -2 -47 - -2 -47 - -11 -44 - -2 -47 - 21 -70 - 21 -70 - 2 -48 - 2 -48 - 2 -47 - 2 -48 - 5 -47 - 5 -47 - 6 -48 - 5 -46 - 5 -47 - 5 -46 - 5 -46 - 5 -47 - 5 -46 - 5 -47 - 5 -46 - -6 26 - -6 26 - -32 -58 - -32 -58 - 14 -39 - 15 -39 - 14 -39 - -12 -43 - -12 -43 - 27 9 - 28 8 - 27 9 - 20 -27 - 20 -27 - 8 -41 - 8 -41 - 8 -40 - 8 -40 - 7 -40 - 8 -40 - 96 -82 - 96 -82 - 97 -82 - -48 80 - -93 24 - -48 80 - 9 -38 - 9 -38 - 30 -78 - 30 -78 - 97 47 - 97 47 - 78 -48 - 78 -48 - 35 -61 - 35 -61 - 96 1 - 96 1 - 71 -35 - 71 -35 - 84 -2 - 84 -2 - 12 -30 - 12 -30 - 46 2 - 46 2 - 90 -91 - 90 -91 - 12 -22 - 12 -22 - -66 14 - -66 14 - -13 17 - -13 17 - 23 -24 - 23 -24 - 46 23 - 46 23 - 36 -13 - 36 -13 - 35 -13 - 73 -37 - 73 -37 - -39 -11 - -39 -11 - 34 19 - 34 19 - -64 -46 - -64 -46 - -68 -60 - -68 -60 - -74 -98 - -74 -98 - -33 -38 - -33 -38 - 20 20 - 29 4 - 20 20 - -19 -21 - -18 -22 - -28 -35 - -28 -35 - 19 22 - 19 22 - 19 22 - 20 22 - -41 -52 - -41 -52 - 63 53 - 63 53 - 41 -58 - 41 -58 - 52 -82 - 52 -82 - 53 -83 - -12 -24 - -11 -24 - -12 -24 - -12 -24 - -12 -24 - -11 -24 - -11 -28 - -11 -28 - -11 -28 - -10 -28 - -11 -29 - 62 -55 - 62 -55 - -1 26 - -1 26 - 77 -8 - 77 -8 - 61 -28 - 61 -28 - -8 -38 - -8 -38 - -9 -37 - -68 68 - 67 -66 - -68 68 - 1 -21 - 1 -21 - -8 -39 - -8 -39 - 53 93 - 53 93 - 26 -1 - 26 -1 - -37 65 - -37 65 - 48 -38 - 48 -38 - -47 46 - -47 46 - -25 44 - -25 44 - -5 -43 - -5 -43 - -4 -43 - -4 -44 - -4 -44 - -4 -44 - -5 -45 - -5 -44 - -4 -46 - -5 -45 - -4 -46 - -4 -45 - -3 -47 - -3 -47 - -2 -47 - -3 -47 - -2 -47 - -2 -48 - -2 -47 - -3 -47 - -2 -47 - -3 -47 - -2 -47 - -2 -48 - 51 -34 - 51 -34 - 7 -51 - 7 -51 - 7 -51 - 7 -51 - 7 -51 - 7 -51 - -34 25 - -34 25 - 99 -60 - 99 -60 - -20 -3 - -20 -3 - 2 -49 - 2 -49 - 2 -48 - 3 -48 - 3 -48 - 3 -48 - 3 -47 - 3 -48 - 2 -47 - 2 -47 - 4 -48 - 5 -47 - 5 -47 - 5 -47 - 6 -48 - 5 -46 - 5 -47 - 6 -48 - 5 -47 - 6 -48 - 5 -47 - 88 -39 - 88 -39 - 77 73 - 77 73 - -16 -16 - -16 -16 - 28 8 - 28 8 - 27 9 - 39 -66 - 68 34 - 39 -66 - 8 -41 - 8 -41 - 79 -89 - 79 -89 - -76 -5 - -76 -5 - 97 -82 - 96 -82 - 97 -82 - 11 -37 - 11 -37 - -25 -2 - -25 -2 - 57 -91 - 57 -91 - 67 -87 - 2 33 - 2 33 - -34 39 - -34 39 - 44 68 - 44 68 - -75 40 - -75 40 - -46 18 - -46 18 - 19 92 - 19 92 - 88 85 - 88 85 - -44 89 - -44 89 - 98 44 - 98 44 - 98 98 - 98 98 - 44 -59 - 44 -59 - 13 -23 - 13 -23 - 82 -38 - 82 -38 - -20 45 - -20 45 - -23 52 - -23 52 - -26 39 - -25 38 - -26 39 - -33 -29 - -32 -30 - -33 -29 - 13 -15 - 13 -15 - -54 50 - -54 50 - -53 50 - 34 -12 - 35 -13 - 34 -13 - 35 -13 - 34 -12 - 51 -18 - 50 -17 - 51 -18 - -7 16 - -7 16 - 70 -57 - 70 -57 - 93 12 - -54 -66 - -54 -66 - -19 -21 - 29 4 - 20 20 - -19 -21 - -18 -22 - -18 -22 - 20 20 - -19 -21 - -18 -22 - 20 22 - 19 22 - 20 22 - 20 23 - 25 52 - 25 52 - 90 -98 - 90 -98 - -12 -19 - -12 -19 - -24 -7 - -24 -7 - 53 -83 - 52 -82 - 53 -83 - -96 -34 - 37 -60 - 37 -60 - 61 -51 - -36 -71 - 61 -51 - -10 -28 - -11 -28 - -10 -28 - -11 -31 - -20 25 - -11 -31 - -11 -32 - -38 -18 - -38 -18 - -45 -8 - -45 -8 - 61 -18 - 61 -18 - -9 -36 - -9 -36 - -61 20 - -61 20 - 63 12 - -9 -37 - -8 -38 - -9 -37 - 69 -75 - 69 -75 - -9 -38 - -9 -38 - -21 8 - -21 8 - -9 -38 - -9 -38 - -9 -37 - -8 -39 - -8 -38 - -9 -37 - -9 -38 - -9 -37 - -8 -38 - -7 -41 - -7 -41 - -7 -40 - -7 -41 - -7 -41 - -7 -41 - 86 -4 - 86 -4 - -63 -12 - -63 -12 - -75 72 - -75 72 - -4 -43 - -5 -43 - -4 -43 - -4 -45 - -5 -44 - -4 -46 - -4 -45 - -2 -47 - -3 -47 - -2 -47 - -3 -47 - -2 -47 - -2 -48 - -2 -48 - -3 -47 - -25 -41 - -2 -48 - -30 -46 - -30 -46 - 74 32 - 74 32 - 41 -34 - 41 -34 - 98 67 - 98 67 - 93 -66 - 93 -66 - 26 33 - 26 33 - 6 -45 - 6 -45 - 3 -49 - 3 -49 - -80 1 - -80 1 - -32 -24 - -32 -24 - 77 -36 - 77 -36 - 5 -47 - 5 -47 - 5 -47 - 5 -46 - 5 -47 - 5 -46 - 5 -47 - 5 -46 - 6 -48 - 5 -47 - 6 -48 - 6 -47 - -19 -54 - -19 -54 - -19 -53 - -19 -53 - -19 -54 - -19 -53 - 7 -44 - 38 -23 - 7 -44 - 84 14 - 83 -1 - 84 14 - -55 -36 - -55 -36 - -75 -21 - -75 -21 - -75 -20 - -75 -20 - -75 -21 - -75 -20 - -44 60 - -44 60 - 9 -39 - 9 -39 - 55 -78 - 55 -78 - -89 -25 - -75 -37 - -75 -37 - 84 -20 - 84 -20 - -37 -38 - -37 -38 - 4 21 - 4 21 - 64 -53 - 64 -53 - -9 -80 - 38 -83 - 38 -83 - 90 -20 - 90 -20 - 38 -83 - 90 -20 - -21 51 - 41 -39 - -21 51 - 3 -23 - 3 -23 - 23 18 - 23 18 - -3 62 - -3 62 - 11 -33 - 11 -33 - 11 -33 - 11 -33 - 11 -33 - 11 -33 - 11 -33 - 11 -32 - 11 -32 - 11 -33 - 11 -32 - 80 100 - 80 100 - 78 72 - 78 72 - 60 18 - 60 18 - -5 19 - -5 19 - 48 45 - 48 45 - -25 38 - -25 38 - -26 39 - -32 -30 - -32 -30 - -33 -29 - 39 -29 - 39 -29 - 47 -18 - 47 -18 - -53 50 - -54 50 - -53 50 - 35 -13 - 36 -13 - 35 -13 - 34 -13 - 35 -13 - 34 -12 - 50 -17 - 50 -17 - 51 -18 - -31 62 - -31 62 - -31 63 - -31 63 - -31 62 - -31 63 - -9 -4 - -9 -4 - -40 -95 - -40 -95 - -24 -7 - -24 -7 - 27 15 - 27 15 - -19 6 - -19 6 - -16 -19 - -16 -19 - -23 -28 - -23 -28 - -23 -27 - -23 -27 - -23 -28 - -23 -27 - -11 -12 - -11 -12 - 40 45 - 40 45 - -14 -20 - -14 -20 - -12 -23 - -11 -23 - -11 -24 - -12 -23 - -50 -97 - -50 -97 - 43 59 - 43 59 - -12 -25 - -12 -25 - -12 -25 - 4 -21 - 4 -21 - 64 -67 - 64 -67 - -39 -87 - 99 -95 - 99 -95 - -11 -32 - -11 -31 - -11 -32 - 67 51 - 67 51 - 3 32 - 3 32 - 96 21 - 96 21 - 22 -95 - 60 16 - 60 16 - 22 -95 - 96 21 - 22 -95 - -79 36 - -79 36 - 63 12 - -61 20 - 63 12 - -8 -39 - -9 -38 - -8 -39 - -8 -38 - 7 20 - 7 20 - 77 31 - 77 31 - 44 -81 - 44 -81 - 41 -75 - 41 -75 - -38 -79 - -38 -79 - 8 -43 - 8 -43 - -12 -66 - -12 -66 - 6 -47 - 6 -48 - 6 -47 - 6 -43 - 6 -44 - 6 -43 - 38 -23 - 38 -23 - 7 -44 - -3 -49 - -3 -49 - -3 -48 - -3 -48 - -3 -49 - -3 -48 - 20 10 - 20 10 - -12 83 - -12 83 - 91 -96 - 91 -96 - -9 -80 - 64 -53 - -9 -80 - 77 -76 - 77 -76 - -72 17 - -72 17 - 11 -33 - 11 -33 - 11 -33 - 11 -33 - 11 -33 - 11 -33 - 73 1 - 73 1 - 8 61 - 8 61 - 9 61 - 86 -68 - 86 -68 - 43 -91 - 43 -91 - 12 -24 - 12 -25 - 12 -24 - 26 -32 - 26 -32 - 27 -32 - 38 -76 - 38 -76 - -41 96 - -40 95 - -41 96 - -16 35 - -16 35 - -46 73 - -46 73 - -8 10 - -8 10 - 34 -13 - 35 -13 - 34 -13 - 35 -13 - 34 -12 - 10 21 - 10 21 - 28 16 - 28 16 - 21 21 - 21 21 - 42 17 - 42 17 - 43 18 - 20 23 - 20 22 - 20 23 - -78 -4 - -78 -4 - -58 46 - -58 46 - -40 -27 - -40 -27 - 91 -82 - 91 -82 - 60 -85 - 60 -85 - -11 -23 - -12 -22 - -11 -23 - -11 -24 - -12 -23 - -12 -24 - -12 -24 - -12 -24 - -11 -25 - -11 -25 - -12 -24 - -12 -25 - -12 -25 - -12 -25 - 48 -53 - 48 -53 - -11 -28 - -11 -28 - -11 -29 - -11 -28 - -11 -29 - -72 -27 - -72 -27 - 73 -95 - -88 -80 - 73 -95 - -8 -38 - -9 -38 - -9 -37 - -8 -39 - -8 -38 - 31 -47 - 31 -47 - 37 6 - 37 6 - -7 -41 - -7 -41 - -7 -41 - -33 -77 - -33 -77 - -4 -45 - -4 -45 - -4 -45 - 48 26 - 48 26 - -2 -49 - -2 -49 - -2 -48 - -2 -48 - -3 -47 - -2 -47 - -2 -47 - -2 -49 - -2 -48 - -3 -47 - -2 -48 - -3 -47 - -2 -48 - -60 -24 - -60 -24 - -1 -47 - -1 -47 - 43 38 - 43 38 - -94 30 - -94 30 - 22 -18 - 22 -18 - 31 26 - 31 26 - 2 -49 - 2 -49 - 2 -49 - 2 -49 - 2 -49 - 2 -49 - 27 -58 - 27 -58 - 4 -48 - 2 -47 - 4 -48 - 4 -47 - 4 -47 - -38 12 - -38 12 - 6 -45 - 6 -45 - 6 -44 - 6 -44 - 6 -45 - 6 -44 - 6 -43 - 76 57 - 76 57 - -60 84 - -60 84 - -89 -25 - 83 40 - 55 -78 - -89 -25 - -81 35 - -81 35 - 24 -23 - 24 -23 - 41 -39 - 41 -39 - -21 51 - 90 36 - 90 36 - 9 61 - 8 61 - 9 61 - -99 23 - -99 23 - 12 -53 - 12 -53 - -27 46 - -27 46 - 27 -32 - 26 -32 - 27 -32 - -40 95 - -40 95 - -41 96 - -23 35 - -23 35 - -38 75 - -38 75 - 15 -9 - 15 -9 - -52 1 - -52 1 - 35 -13 - 35 -13 - 34 -13 - 35 -13 - 34 -12 - -36 -32 - -36 -32 - 68 -95 - 68 -95 - 43 18 - 42 17 - 43 18 - 16 16 - 16 16 - 23 26 - 23 26 - 21 74 - 21 74 - -11 -24 - -11 -23 - -11 -24 - -12 -23 - -96 -34 - 53 -83 - -96 -34 - -11 -25 - -12 -24 - -11 -25 - -11 -25 - -12 -24 - -57 34 - -57 34 - -57 -6 - -57 -6 - -13 -29 - -13 -29 - -12 -29 - -7 30 - -7 30 - 2 -83 - 2 -83 - 34 -34 - 34 -34 - -76 -52 - -76 -52 - -8 -39 - -8 -40 - -8 -39 - -5 -87 - -5 -87 - -7 -41 - -7 -41 - -7 -41 - -6 -44 - -6 -44 - -11 76 - -11 76 - -6 -44 - -6 -44 - -5 -43 - -5 -46 - -5 -46 - -93 68 - 64 -95 - -93 68 - -93 69 - -93 69 - 64 -95 - -93 68 - -93 69 - -78 90 - -78 90 - 15 23 - 15 23 - -94 87 - -94 87 - -31 5 - -31 5 - 2 -49 - 2 -49 - 89 10 - 89 10 - 4 -48 - 4 -48 - 83 -1 - 83 -1 - 84 14 - -29 46 - -29 46 - 19 52 - 63 -54 - 63 -54 - -64 4 - -64 4 - 64 -20 - 64 -20 - -52 10 - -52 10 - 24 64 - 24 64 - 11 -34 - 11 -35 - 11 -34 - 11 -34 - 11 -34 - 11 -34 - 11 -34 - 11 -34 - 11 -34 - 11 -33 - 11 -33 - 11 -34 - 11 -34 - 11 -33 - 11 -33 - -25 -20 - -25 -20 - 76 -71 - 76 -71 - 12 -25 - 12 -25 - 13 -25 - 27 56 - 27 56 - 28 56 - 12 -25 - 12 -25 - 12 -24 - 92 21 - 92 21 - 93 21 - -36 84 - -36 84 - 14 -8 - 14 -8 - -57 22 - -57 22 - -22 -8 - -22 -8 - 39 22 - 39 22 - -9 -7 - -9 -7 - -27 -42 - -27 -42 - -14 -18 - -14 -18 - -12 -10 - -12 -10 - -21 -62 - -21 -62 - -29 -34 - -29 -34 - -28 -35 - -27 -35 - 12 15 - 12 15 - -30 -66 - -30 -66 - -12 -22 - -12 -22 - -12 -22 - -12 -22 - -11 -23 - 70 -65 - 70 -65 - -11 -25 - -12 -24 - -11 -25 - -11 -25 - -12 -24 - 20 -28 - 20 -28 - 54 -46 - 54 -46 - 81 -21 - -22 -81 - 81 -21 - -12 -29 - -13 -29 - -12 -29 - -43 -69 - -43 -69 - -10 -33 - -10 -33 - -88 -80 - -88 -80 - 73 -95 - 36 -79 - 36 -79 - 3 -30 - 3 -30 - -18 36 - -8 -40 - -18 36 - 12 -68 - 12 -68 - -83 4 - -83 4 - 13 55 - 13 55 - -6 -44 - -6 -44 - -5 -43 - -6 -44 - -5 -43 - 64 -95 - 64 -95 - -93 68 - -93 69 - -4 -45 - -4 -45 - -4 -45 - 5 -32 - 5 -32 - -3 -47 - -3 -48 - -3 -47 - -3 -47 - -2 -48 - -2 -48 - -2 -48 - -2 -48 - -2 -48 - -2 -48 - -35 -6 - -35 -6 - 70 -38 - 70 -38 - 2 -49 - 2 -49 - 59 84 - 59 84 - 5 -46 - 5 -46 - -28 -88 - -28 -88 - -2 -49 - -2 -49 - 6 -44 - 6 -44 - 7 -44 - 26 6 - 26 6 - 7 -43 - 7 -43 - 52 -59 - -75 -24 - 52 -59 - -56 -51 - -56 -51 - -49 -43 - -49 -43 - 8 -42 - 8 -42 - 8 -42 - 8 -42 - 19 52 - -29 46 - 19 52 - -20 17 - -20 17 - 33 70 - 33 70 - -40 -10 - -40 -10 - 92 35 - 92 35 - 91 12 - 91 12 - 11 -34 - 11 -34 - 11 -34 - 11 -34 - 11 -33 - 11 -33 - 11 -33 - 11 -33 - 12 -32 - 12 -32 - -96 100 - -96 100 - 9 -59 - 9 -59 - 13 -25 - 12 -25 - 13 -25 - 8 17 - 8 17 - 28 56 - 27 56 - 28 56 - 60 -96 - 60 -96 - 93 21 - 41 87 - 92 21 - 93 21 - 14 -77 - 14 -77 - -16 37 - -16 37 - 9 -21 - 9 -21 - 45 -36 - 45 -36 - 11 -7 - 11 -7 - 20 -94 - 20 -94 - -69 18 - -69 18 - -49 74 - -49 74 - 32 -22 - 32 -22 - -41 -12 - -41 -12 - -67 -88 - -67 -88 - 10 -14 - 10 -14 - -11 -10 - -11 -10 - 69 28 - 69 28 - 70 29 - 70 29 - 69 28 - 71 30 - -30 -38 - -30 -38 - -42 39 - -42 39 - 24 32 - 24 32 - 90 -52 - 90 -52 - 82 -56 - 82 -56 - -12 -24 - -12 -24 - -11 -25 - -11 -25 - -12 -24 - -22 -81 - -22 -81 - 81 -21 - -56 41 - -56 41 - 94 24 - 94 24 - -19 -80 - -19 -80 - -20 31 - -20 31 - 86 69 - 86 69 - -93 -41 - -93 -41 - 70 -70 - -4 -45 - -4 -45 - -61 -16 - -61 -16 - -2 -48 - -2 -48 - 89 21 - 89 21 - 27 -44 - 27 -44 - 28 -44 - 0 -49 - 1 -49 - 1 -49 - 0 -49 - 1 -49 - 0 -48 - 0 -48 - 1 -49 - 1 -49 - 0 -49 - 1 -49 - 0 -48 - -35 -92 - -35 -92 - 3 -47 - 3 -47 - 8 20 - 8 20 - 9 20 - 51 88 - 51 88 - 52 88 - 5 -47 - 5 -47 - 6 -47 - 3 -48 - 75 -43 - 75 -43 - -20 -54 - -20 -54 - 61 97 - 61 97 - 7 -44 - 6 -44 - 7 -45 - 7 -44 - 7 -44 - 97 -89 - 97 -89 - 83 40 - 83 40 - -89 -25 - 11 -35 - 11 -35 - 11 -35 - 11 -35 - 11 -34 - 11 -34 - 57 -62 - 57 -62 - 58 -62 - 11 -34 - 11 -33 - 11 -34 - 11 -34 - 11 -33 - 11 -34 - 11 -33 - 11 -34 - 11 -34 - 11 -33 - 58 -26 - 58 -26 - 66 -38 - 66 -38 - 12 -29 - 12 -29 - 99 -81 - 99 -81 - 17 11 - 17 11 - 13 -25 - 13 -25 - 13 -23 - 13 -23 - 51 -93 - 51 -93 - 76 80 - 76 80 - -5 -23 - -5 -23 - 10 -23 - 10 -23 - 69 -40 - 69 -40 - 6 60 - 6 60 - -19 -6 - -19 -6 - -29 -39 - -29 -39 - -47 -48 - -47 -48 - -63 -69 - -63 -69 - -56 -68 - -56 -68 - -40 36 - -40 36 - 26 26 - 26 26 - 27 27 - 69 28 - 70 29 - 69 28 - 71 30 - 71 30 - 70 29 - 69 28 - 71 30 - -28 -35 - -29 -34 - -28 -35 - -27 -35 - 72 74 - 72 74 - 63 -48 - 63 -48 - 64 -47 - 34 23 - 34 23 - -99 -41 - -99 -41 - 29 -50 - 29 -50 - -10 -37 - -10 -37 - -9 -38 - -9 -38 - 17 14 - 17 14 - -9 -38 - -9 -38 - -8 -40 - -8 -40 - -8 -39 - -8 -40 - -8 -40 - -55 -52 - -55 -52 - 50 58 - 81 -2 - 81 -2 - -1 52 - -1 52 - 31 -64 - 31 -64 - -3 -48 - -3 -48 - -11 -47 - 6 -51 - 6 -51 - 28 -44 - 27 -44 - 28 -44 - 1 -49 - 1 -49 - 1 -49 - 0 -49 - 1 -49 - 0 -48 - 1 -49 - 1 -49 - 1 -49 - 0 -49 - 1 -49 - 0 -48 - 1 -49 - 1 -49 - 1 -49 - 0 -49 - 1 -49 - 0 -48 - 11 76 - 11 76 - 56 95 - 56 95 - 3 -49 - 3 -49 - 15 -34 - 15 -34 - 9 20 - 8 20 - 9 20 - 52 88 - 51 88 - 52 88 - 6 -47 - 5 -47 - 6 -47 - 3 -48 - 4 -48 - 6 -47 - 20 -48 - 20 -48 - 42 -32 - 24 -37 - 24 -37 - -3 52 - -3 52 - -34 -54 - -34 -54 - -34 -54 - -75 -24 - -75 -24 - 52 -59 - 37 23 - 37 23 - -61 73 - 76 -61 - -61 73 - 8 -42 - 8 -42 - 9 -41 - 9 -41 - 9 -41 - 9 -41 - 9 -41 - 9 -41 - -57 -57 - -57 -57 - 48 -34 - 48 -34 - -34 -36 - -34 -36 - 58 -62 - 57 -62 - 58 -62 - -1 64 - -1 64 - -13 30 - -13 30 - -71 63 - -71 63 - 26 -82 - 26 -82 - -97 75 - -97 75 - -28 -32 - -28 -32 - -34 -25 - -34 -25 - -39 -32 - -39 -32 - -42 -33 - -42 -33 - -41 -33 - -41 -33 - 27 27 - 26 26 - 27 27 - -27 -35 - -29 -34 - -28 -35 - -27 -35 - 64 -47 - 63 -48 - 64 -47 - 31 -57 - 31 -57 - 45 46 - 45 46 - -50 -55 - 43 58 - -50 -55 - -30 -67 - -30 -67 - -29 -67 - 7 95 - 7 95 - 46 -78 - 46 -78 - 42 -40 - 42 -40 - -8 -40 - -9 -39 - -8 -40 - -18 36 - 50 58 - -55 -52 - 50 58 - -6 -44 - -6 -44 - 69 92 - 69 92 - -3 -48 - -3 -48 - -3 -47 - -4 -47 - -3 -47 - -3 -47 - -3 -48 - -3 -47 - -4 -47 - -3 -47 - -65 66 - -65 66 - 89 -16 - 89 -16 - 88 30 - 88 30 - 11 89 - -68 67 - 42 -32 - 20 -48 - 42 -32 - -11 -51 - -11 -50 - -22 -55 - -23 -54 - -22 -55 - -3 -48 - -3 -49 - -3 -48 - -2 -48 - -34 -54 - -34 -54 - -34 -54 - -23 -54 - -23 -54 - 7 -44 - 7 -44 - 7 -45 - 7 -44 - -88 2 - -88 2 - 75 -65 - 75 -65 - -30 -41 - -30 -41 - 11 -33 - 11 -34 - 11 -34 - 11 -33 - 11 -33 - 18 -3 - 18 -3 - 41 29 - 28 40 - 41 29 - 58 38 - 58 38 - 75 75 - 75 75 - 84 16 - 84 16 - 41 87 - 41 87 - 93 21 - 54 34 - 54 34 - -69 15 - -69 15 - -17 5 - -17 5 - 16 -24 - 16 -24 - 7 61 - 7 61 - 9 4 - 9 4 - -10 -9 - -10 -9 - -41 -16 - -41 -16 - -41 -33 - -42 -33 - -41 -33 - -41 -33 - -10 -12 - -10 -12 - -10 -12 - -42 -53 - -42 -53 - -11 -13 - -11 -13 - 44 55 - 44 55 - -11 -65 - -11 -65 - 43 58 - 43 58 - -50 -55 - 87 -15 - 87 -15 - 6 -91 - 6 -91 - -12 -84 - -12 -84 - -29 -67 - -30 -67 - -29 -67 - -12 -30 - -12 -30 - -22 -36 - -22 -36 - 59 56 - 59 56 - -10 -36 - -10 -36 - -10 -36 - -10 -36 - -55 -82 - -55 -82 - 19 -100 - 26 -2 - 26 -2 - 71 -7 - 71 -7 - 33 85 - 33 85 - 60 47 - 60 47 - 70 -70 - -93 -41 - 70 -70 - 59 59 - 59 59 - -3 -48 - -3 -48 - -3 -47 - -2 -48 - -2 -48 - -3 -48 - -3 -47 - -2 -48 - 1 -50 - 1 -50 - 11 89 - 88 30 - 11 89 - 61 65 - -20 -58 - -20 -58 - 3 -48 - 5 -47 - 6 -47 - 5 -48 - 3 -48 - 4 -48 - 6 -45 - 15 -42 - 6 -45 - 6 -46 - 6 -45 - 6 -46 - 6 -45 - 6 -46 - 6 -45 - 6 -46 - -11 -51 - 42 -32 - -11 -51 - -11 -50 - -2 -49 - -2 -49 - -23 -54 - -23 -54 - -22 -55 - -3 -49 - -3 -49 - -3 -48 - -2 -48 - 7 -45 - 7 -45 - 7 -45 - 6 -45 - 7 -44 - -2 -48 - -3 -49 - -3 -48 - -2 -48 - -1 -47 - 7 -45 - -1 -47 - -3 -48 - 7 -45 - -13 -58 - -13 -58 - 74 -5 - 74 -5 - 32 94 - 32 94 - -82 -40 - -82 -40 - 11 -36 - 11 -36 - 12 -36 - 42 -91 - 42 -91 - -6 87 - -6 87 - 11 -34 - 11 -35 - 11 -34 - -10 -71 - -10 -71 - 70 -59 - 70 -59 - 63 -13 - 63 -13 - 23 -94 - 23 -94 - 13 -30 - 13 -30 - 13 -29 - 13 -29 - 13 -28 - 28 40 - 28 40 - 41 29 - 22 -48 - 22 -48 - 13 -28 - 13 -28 - 48 -58 - 48 -58 - 22 -27 - 22 -27 - -15 20 - -15 20 - -30 13 - -30 13 - 15 -80 - 15 -80 - -27 44 - -27 44 - 63 83 - 63 83 - -15 19 - -15 19 - 13 0 - 13 0 - -22 28 - -22 28 - -41 -33 - -42 -33 - -41 -33 - -41 -33 - -10 -12 - -10 -12 - -10 -12 - 37 42 - 37 42 - 43 30 - 43 30 - 50 18 - -69 -89 - -69 -89 - -12 -24 - -12 -24 - 57 68 - 57 68 - 23 -53 - 23 -53 - 35 -9 - 35 -9 - -94 -100 - -94 -100 - 76 11 - 56 -49 - 76 11 - 30 -56 - 30 -56 - 13 -98 - 19 -100 - 13 -98 - 59 17 - 59 17 - 77 44 - 77 44 - -8 -40 - -8 -40 - -8 -40 - -8 -40 - -8 -40 - -8 -40 - -8 -40 - -8 -40 - 50 -42 - -15 -65 - 50 -42 - 63 84 - 63 84 - 72 -3 - 72 -3 - -6 -44 - -6 -44 - 94 74 - 94 74 - -14 91 - -14 91 - -14 7 - -14 7 - -3 -48 - -3 -48 - -3 -48 - -2 -49 - -3 -48 - -3 -48 - -3 -48 - -3 -48 - -2 -49 - -3 -48 - -3 -48 - -2 -48 - -3 -48 - -3 -48 - -2 -49 - -3 -48 - -3 -48 - -2 -48 - -11 -47 - -3 -48 - -3 -48 - -11 -47 - -2 -49 - 0 -50 - 0 -50 - 72 62 - 72 62 - 2 -49 - 2 -49 - 2 -50 - 2 -49 - 2 -50 - 2 -50 - 3 -49 - 4 -48 - 4 -48 - 82 54 - 82 54 - 4 -48 - 6 -47 - 5 -48 - 3 -48 - 4 -48 - 6 -47 - 6 -47 - 6 -47 - 5 -48 - 3 -48 - 4 -48 - 6 -47 - -87 -30 - -87 -30 - 6 -46 - 6 -46 - 6 -45 - 6 -45 - 6 -46 - 6 -45 - -80 90 - -80 90 - 15 -42 - 15 -42 - 6 -45 - 6 -45 - 6 -45 - 6 -46 - 6 -45 - 6 -46 - 6 -46 - 6 -46 - 6 -45 - 6 -46 - -11 -50 - 42 -32 - -11 -51 - -11 -50 - -3 -48 - -1 -47 - -3 -48 - 53 -18 - 53 -18 - 76 -61 - 76 -61 - -61 73 - 32 -45 - 32 -45 - -27 68 - -27 68 - -28 69 - -28 69 - -27 68 - -28 69 - 10 -40 - 10 -40 - 10 -39 - 10 -39 - 10 -40 - 10 -39 - 12 -36 - 11 -36 - 12 -36 - 11 -35 - 11 -36 - 11 -35 - 11 -35 - 11 -35 - 79 18 - 79 18 - 12 -32 - 12 -32 - 12 -32 - 12 -33 - 12 -32 - 12 -32 - 2 -79 - 2 -79 - 12 -54 - 12 -54 - 83 90 - 83 90 - 13 -25 - 13 -25 - 13 -25 - 13 -25 - 13 -25 - 13 -25 - 10 26 - 13 -25 - 12 -25 - 10 26 - 12 -25 - -13 30 - -13 30 - -13 31 - -13 31 - -13 30 - -13 31 - -8 18 - -8 18 - 26 44 - 26 44 - 23 -28 - 23 -28 - 16 -11 - 16 -11 - -15 -11 - -15 -11 - 37 21 - -34 23 - 37 21 - 20 -49 - 20 -49 - -20 -73 - -20 -73 - 76 8 - 76 8 - 77 8 - 50 -22 - 50 -22 - 92 59 - 92 59 - -53 -68 - -53 -68 - -11 -12 - -11 -12 - 23 25 - 23 25 - 50 18 - 43 30 - 50 18 - -9 -4 - -9 -4 - -33 15 - -33 15 - -11 -28 - -11 -28 - -10 -28 - -1 -90 - 87 -34 - -1 -90 - -21 -68 - -21 -68 - 56 -49 - 56 -49 - 76 11 - -10 -36 - -10 -36 - -10 -36 - -10 -36 - -10 -36 - -10 -36 - -10 -36 - -10 -36 - -10 -37 - -72 -32 - -72 -32 - 9 -62 - 9 -62 - -66 -42 - -66 -42 - -9 -39 - -9 -39 - -8 -40 - 79 80 - 79 80 - 29 -41 - 29 -41 - 39 -35 - 39 -35 - -4 -47 - -3 -48 - -3 -47 - -4 -47 - -3 -47 - -3 -48 - -3 -47 - -2 -48 - -3 -48 - -3 -48 - -2 -48 - -3 -48 - -2 -49 - -2 -49 - -3 -48 - -3 -48 - -2 -48 - -1 -49 - -2 -48 - -1 -49 - -3 -48 - 50 -78 - 50 -78 - 89 -26 - 1 -50 - 1 -50 - 1 -50 - 33 -97 - 33 -97 - 7 100 - 7 100 - 2 -50 - 2 -50 - 2 -50 - 61 65 - 11 89 - 61 65 - -68 67 - 88 30 - -68 67 - -82 -47 - -82 -47 - -68 67 - -82 -47 - -9 -27 - -9 -27 - 3 -49 - 2 -50 - 3 -49 - 26 -28 - 26 -28 - 5 -48 - 5 -48 - 7 -47 - 4 -49 - 5 -48 - 3 -48 - 4 -48 - 6 -47 - -3 -47 - -3 -47 - 6 -45 - 7 -45 - 6 -45 - 7 -45 - 7 -45 - 16 -41 - 7 -44 - -1 -47 - 7 -45 - 71 82 - 71 82 - -27 -22 - -27 -22 - 80 -67 - 80 -67 - 38 -96 - 38 -96 - 80 -67 - 38 -96 - 89 -88 - 89 -88 - -34 -93 - -34 -93 - 12 -33 - 12 -33 - 12 -32 - 12 -32 - 12 -32 - 12 -33 - 12 -32 - 12 -32 - 39 -23 - 39 -23 - 54 -99 - 54 -99 - 80 -43 - 80 -43 - 77 -69 - 77 -69 - 13 -25 - 13 -25 - 12 -25 - 13 -26 - 10 26 - 12 -25 - 12 -25 - 13 -25 - 12 -25 - 10 26 - 12 -25 - -12 28 - -12 28 - -12 28 - 24 -53 - 24 -53 - -67 58 - -67 58 - 14 -8 - 14 -8 - 45 -17 - 45 -17 - -3 -28 - -3 -28 - 2 71 - 2 71 - 77 8 - 76 8 - 77 8 - 14 35 - 14 35 - -36 13 - -36 13 - -82 22 - -82 22 - -68 -73 - -68 -73 - 32 32 - 32 32 - -23 -28 - -23 -28 - -23 -27 - -23 -27 - -23 -28 - -23 -27 - 37 39 - 37 39 - 85 -65 - 85 -65 - -12 -24 - -12 -24 - -11 -28 - -11 -28 - -13 -28 - -10 -28 - -11 -28 - -10 -28 - 37 47 - 37 47 - 87 -34 - 87 -34 - -1 -90 - 19 -100 - -55 -82 - 19 -100 - 13 -98 - -10 -37 - -10 -37 - -10 -37 - -9 -39 - -9 -39 - -8 -42 - -8 -42 - -57 31 - -57 31 - 89 31 - 89 31 - 64 70 - 64 70 - -4 -47 - -4 -47 - -99 -63 - -99 -63 - -1 -49 - -1 -49 - -3 -48 - -1 -49 - -3 -48 - -3 -48 - -2 -48 - -1 -49 - -2 -48 - -30 -89 - -29 -90 - -30 -89 - -3 -48 - -2 -48 - -1 -49 - -2 -49 - -3 -48 - -11 -47 - 89 -26 - 50 -78 - 89 -26 - -77 -70 - 75 70 - -77 -70 - -78 -70 - -84 67 - -84 67 - 2 -50 - 2 -50 - 2 -50 - 2 -50 - 2 -49 - 2 -50 - 2 -50 - 2 -50 - 2 -49 - 2 -50 - 85 3 - 85 3 - -15 -10 - -15 -10 - 5 -48 - 4 -49 - 5 -48 - 3 -48 - 4 -48 - 6 -47 - 8 -47 - 4 -49 - 5 -48 - 3 -48 - 4 -48 - 6 -47 - 16 -27 - 16 -27 - 6 -44 - 6 -44 - 6 -45 - 6 -44 - -13 -51 - -13 -51 - 7 -45 - 7 -45 - 7 -46 - 7 -45 - 7 -45 - 6 -45 - 6 -45 - 7 -45 - 7 -46 - 7 -45 - 7 -45 - 6 -45 - 7 -45 - 7 -45 - 7 -45 - 16 -41 - -1 -47 - 7 -45 - 8 -44 - 94 93 - 94 93 - 9 -42 - 9 -42 - 20 -49 - 20 -49 - -23 10 - -23 10 - 76 89 - 76 89 - 49 63 - 49 63 - 11 -36 - 11 -36 - 11 -35 - 14 -51 - 14 -51 - -12 84 - -12 84 - 13 -28 - 13 -29 - 13 -28 - 13 -27 - 13 -27 - 12 -25 - 13 -25 - 12 -25 - 10 26 - 12 -25 - 55 92 - 55 92 - 80 83 - 80 83 - -11 26 - -11 26 - -10 13 - -10 13 - 45 -36 - 45 -36 - 39 -9 - 39 -9 - -10 -10 - -10 -10 - -41 -35 - -41 -35 - -11 -14 - -10 -14 - -11 -14 - 30 40 - 30 39 - 30 40 - 31 41 - 32 42 - 32 42 - 31 41 - 19 13 - 19 13 - -50 -63 - -50 -63 - -2 -55 - -2 -55 - -50 -78 - -50 -78 - -10 -37 - -10 -36 - -10 -37 - -10 -37 - -10 -37 - -10 -37 - -10 -37 - -10 -37 - -49 -31 - -49 -31 - -15 -65 - -15 -65 - 50 -42 - -6 -45 - -6 -45 - -5 -47 - -5 -47 - 80 -28 - 80 -28 - 27 -58 - 27 -58 - -35 52 - -3 -48 - -14 -46 - -3 -47 - -3 -48 - -3 -48 - -3 -48 - -2 -49 - -3 -48 - -2 -49 - -2 -49 - -3 -48 - -3 -48 - -29 -90 - -29 -90 - -30 -89 - -2 -49 - -1 -49 - -2 -49 - -3 -48 - -11 -47 - -2 -49 - -1 -49 - -2 -49 - -10 -47 - -2 -49 - -2 -49 - 9 -51 - 9 -51 - 1 -50 - 1 -50 - 1 -50 - 1 -50 - 1 -50 - -78 -70 - -77 -70 - -78 -70 - 1 -51 - 1 -51 - 1 -50 - 1 -50 - 1 -51 - 1 -50 - 2 -49 - 2 -50 - 2 -50 - 2 -49 - 2 -50 - 2 -49 - 2 -50 - 2 -50 - 2 -49 - 2 -50 - 2 -49 - 94 -84 - 94 -84 - 23 -7 - 23 -7 - 5 -47 - 5 -47 - 6 -47 - 11 -80 - 11 -80 - 88 -88 - 88 -88 - 59 -23 - 60 -24 - 59 -23 - 59 -22 - 59 -22 - 60 -24 - 59 -23 - 59 -22 - -23 -54 - -23 -54 - -23 -53 - -24 -53 - -23 -53 - -23 -54 - -23 -53 - -24 -53 - 7 -45 - 7 -45 - 7 -46 - 7 -45 - 7 -45 - 6 -45 - 8 -44 - 7 -45 - 16 -41 - 7 -45 - 17 -40 - 8 -44 - 9 -42 - 9 -42 - 9 -41 - 9 -41 - 51 -24 - 51 -24 - 73 15 - 73 15 - 67 -38 - 67 -38 - -53 54 - -53 54 - 11 -33 - 11 -33 - 11 -34 - 11 -34 - 11 -33 - 11 -34 - 94 -72 - 94 -72 - -71 97 - -71 97 - 74 58 - 74 58 - 15 45 - 15 45 - 28 -79 - 28 -79 - 88 -19 - 88 -19 - 82 82 - 82 82 - 14 -26 - 14 -26 - 14 -26 - 13 -26 - 13 -25 - 14 -26 - 13 -26 - -1 39 - -1 39 - -12 28 - -12 28 - -12 28 - 27 -19 - 27 -19 - -91 46 - -91 46 - -34 23 - -34 23 - -33 23 - 37 21 - 76 38 - 76 38 - 74 35 - -72 12 - -72 12 - 53 54 - -10 -14 - -10 -14 - -11 -14 - 0 35 - 0 35 - 31 41 - 30 40 - 32 42 - 31 41 - 32 42 - 85 49 - 85 49 - 97 21 - 84 -49 - 84 -49 - 68 63 - 68 63 - 16 -48 - 17 -49 - 16 -48 - 59 54 - 59 54 - 71 -93 - 71 -93 - 76 -19 - 76 -19 - -9 -79 - 46 -83 - 46 -83 - 50 -52 - 50 -52 - 23 94 - 23 94 - -89 -100 - -89 -100 - -14 7 - -14 7 - 74 -78 - 74 -78 - -54 -33 - -54 -33 - 8 64 - -54 -32 - -54 -32 - -54 -33 - 8 64 - -54 -32 - -92 -63 - -92 -63 - -2 -36 - -2 -36 - -50 -16 - -50 -16 - -88 0 - -88 0 - 18 36 - 18 36 - -3 -48 - -3 -48 - -14 -46 - -3 -47 - -3 -48 - -3 -48 - -2 -49 - -2 -49 - -2 -49 - -2 -48 - 66 -13 - 66 -13 - 7 -52 - 7 -52 - -1 -49 - -2 -48 - -3 -49 - -1 -49 - -2 -49 - -3 -48 - -1 -49 - -1 -49 - -2 -49 - -3 -48 - -2 -49 - -1 -49 - 24 -59 - 24 -59 - -10 -47 - -2 -49 - -1 -49 - -10 -47 - -2 -49 - -2 -49 - 32 65 - 32 65 - 0 -50 - 0 -50 - 1 -50 - 1 -50 - 0 -50 - 75 70 - 75 70 - -77 -70 - 4 -49 - 4 -49 - 4 -49 - 4 -49 - 5 -48 - 5 -48 - 7 -47 - 8 -47 - 6 -47 - 5 -47 - 6 -47 - 37 -40 - 37 -40 - 36 -40 - 60 -24 - 60 -24 - 59 -23 - 59 -22 - 6 -45 - 7 -46 - -3 -47 - 6 -44 - 6 -45 - 6 -44 - 7 -46 - 6 -44 - 6 -44 - 6 -45 - 6 -44 - 7 -46 - 7 -45 - 7 -46 - 7 -45 - 7 -45 - 6 -45 - 7 -45 - 7 -45 - 7 -46 - 7 -45 - 7 -45 - 6 -45 - 16 -41 - 6 -45 - 7 -45 - 7 -45 - 7 -45 - 7 -45 - 16 -41 - 7 -45 - 7 -45 - 17 -40 - 8 -44 - 61 -7 - 61 -7 - 8 -44 - 8 -44 - 8 -44 - 8 -44 - -46 -47 - 55 -35 - -46 -47 - -17 -22 - -17 -22 - -17 -22 - -17 -22 - -17 -22 - -17 -22 - 87 -78 - 87 -78 - -9 -40 - -9 -40 - -67 16 - -67 16 - -69 17 - -4 -96 - -4 -96 - -84 74 - -84 74 - 73 -63 - 73 -63 - -18 97 - -18 97 - -64 54 - -64 54 - -23 36 - -23 36 - -15 -1 - -15 -1 - 39 -11 - 39 -11 - 30 -9 - 30 -9 - -33 23 - -34 23 - -33 23 - -3 21 - -3 21 - -71 -55 - -71 -55 - -44 -57 - -44 -57 - -24 -18 - -24 -18 - -52 -62 - -52 -62 - 74 35 - 76 38 - 74 35 - 53 54 - -72 12 - 53 54 - 53 55 - 53 55 - 53 54 - 53 55 - 30 39 - 30 39 - 30 40 - 97 21 - 85 49 - 97 21 - -53 -95 - -53 -95 - -17 -4 - -17 -4 - 39 -1 - 39 -1 - -13 -27 - -13 -27 - -13 -27 - -13 -28 - -11 -28 - -13 -28 - 94 42 - 94 42 - 17 -49 - 47 21 - 17 -49 - 16 -48 - 47 59 - 47 59 - -21 22 - -21 22 - -11 -33 - -11 -33 - -61 -15 - -61 -15 - 25 56 - 25 56 - 35 -36 - 35 -36 - 84 -85 - 84 -85 - -27 30 - -27 30 - 42 -71 - 42 -71 - 42 -70 - 42 -70 - 42 -71 - 42 -70 - 8 64 - -54 -33 - 8 64 - -54 -32 - -8 -43 - -8 -42 - -8 -43 - -7 -44 - -7 -44 - -6 -44 - -6 -44 - -7 -44 - -6 -44 - -5 -46 - -5 -46 - -5 -47 - -4 -48 - -3 49 - -4 -48 - -35 52 - 27 -58 - -35 52 - -3 -48 - -1 -49 - -3 -48 - -3 -48 - -3 -48 - -14 -46 - 29 -13 - 29 -13 - 24 -38 - 24 -38 - -2 -49 - -3 -49 - -1 -49 - -2 -49 - -3 -48 - -2 -49 - -2 -49 - -2 -49 - -1 -49 - -10 -47 - -2 -49 - -2 -49 - 36 20 - 36 20 - 0 -50 - 1 -50 - 0 -50 - 2 -50 - 2 -50 - 95 80 - 95 80 - -27 0 - -27 0 - -20 -53 - -20 -53 - -11 -51 - -11 -51 - 36 -40 - 7 -46 - 6 -45 - 7 -46 - -24 -53 - -23 -54 - -23 -53 - -24 -53 - 7 -45 - 7 -46 - 7 -45 - 7 -45 - 6 -45 - 7 -45 - 17 -40 - 16 -41 - 17 -40 - 8 -44 - -63 62 - -63 62 - 0 -73 - 0 -73 - 8 -44 - 8 -44 - 8 -44 - 8 -44 - 8 -44 - 8 -44 - 8 -44 - 8 -44 - 65 39 - 65 39 - -89 -12 - -89 -12 - -79 -7 - -79 -7 - -60 -13 - -60 -13 - 66 -39 - 66 -39 - -19 -17 - -19 -17 - 99 78 - 99 78 - 1 14 - 1 14 - -2 -31 - -2 -31 - 6 28 - 6 28 - 6 29 - 6 29 - 6 28 - 6 29 - 72 -16 - 72 -16 - 15 -17 - 15 -17 - 13 -25 - 13 -25 - 13 -25 - 13 -25 - 13 -25 - 13 -25 - 14 -26 - 14 -26 - 14 -26 - 13 -26 - 90 92 - 90 92 - -8 19 - -8 19 - -34 -3 - -34 -3 - -12 18 - -12 18 - 13 -17 - 13 -17 - 14 -6 - 14 -6 - 53 -22 - 53 -22 - -18 -84 - -18 -84 - 2 38 - 2 38 - 35 46 - 35 46 - 34 45 - 35 46 - -12 -22 - -12 -22 - -63 41 - -63 41 - -27 -69 - 99 -10 - 99 -10 - -12 -30 - -12 -30 - -13 -30 - -13 -30 - -12 -30 - -13 -30 - 16 -10 - 16 -10 - -9 -79 - 76 -19 - -9 -79 - 30 73 - 14 8 - 14 8 - 77 -37 - 77 -37 - 4 74 - 4 74 - 30 28 - -9 -39 - 30 28 - -9 -39 - -9 -39 - 30 28 - -9 -39 - -9 -38 - -9 -38 - -9 -39 - -9 -38 - 0 9 - 0 9 - 62 -82 - 62 -82 - -8 -42 - -8 -42 - -8 -43 - 11 -29 - 11 -29 - -5 -47 - -5 -46 - -5 -47 - 84 -44 - 84 -44 - 54 -80 - 54 -80 - 84 -44 - 54 -80 - -14 -46 - -3 -48 - -3 -48 - -3 -48 - -14 -46 - -3 -48 - -3 -48 - -3 -49 - -3 -49 - -1 -49 - -2 -49 - -2 -49 - 2 -50 - 2 -50 - 2 -50 - 2 -50 - 2 -50 - 2 -50 - 2 -50 - 2 -50 - 2 -50 - 2 -50 - 2 -50 - 2 -50 - 15 -54 - 15 -54 - 3 -49 - 3 -49 - 16 46 - 16 46 - 93 -88 - 93 -88 - 37 -40 - 37 -40 - 7 -46 - -2 -48 - -2 -48 - -2 -48 - 7 -46 - 6 -45 - 7 -45 - 7 -46 - 7 -45 - 7 -45 - 7 -45 - 7 -45 - 0 65 - 0 65 - 8 -45 - 8 -45 - 55 -35 - 55 -35 - -46 -47 - 90 -29 - 90 -29 - 79 -47 - 48 51 - 48 51 - 20 -59 - 20 -59 - -47 79 - -47 79 - 85 2 - 85 2 - 71 -53 - 71 -53 - -69 17 - -67 16 - -69 17 - 12 -36 - 12 -36 - 58 -71 - 58 -71 - -19 52 - -19 52 - 13 -27 - 13 -27 - 13 -27 - 24 -53 - 24 -53 - 83 -20 - 83 -20 - 44 -57 - 44 -57 - -62 51 - -61 50 - -62 51 - 42 -29 - 42 -29 - -50 19 - -50 19 - -95 91 - -95 91 - -41 14 - -41 14 - 69 -78 - 69 -78 - 39 20 - 39 20 - 42 -33 - 42 -33 - -74 -66 - -74 -66 - 64 43 - 64 43 - 88 -21 - 88 -21 - -11 84 - -11 84 - -99 -14 - -99 -14 - 19 92 - 19 92 - 32 42 - 31 41 - 32 42 - 34 45 - 34 45 - 35 46 - 34 45 - 35 46 - 32 31 - 32 31 - 5 -67 - 5 -67 - 19 8 - 19 8 - 26 -35 - 26 -35 - 83 -1 - 83 -1 - 73 -46 - 73 -46 - 20 -6 - 20 -6 - 72 78 - 72 78 - 72 17 - 72 17 - -5 -52 - -5 -52 - 50 -76 - 50 -76 - -42 54 - -42 54 - -11 -36 - -11 -36 - -11 -36 - -11 -37 - -11 -37 - -11 -36 - -11 -36 - -11 -36 - -10 -36 - -10 -36 - -11 -36 - -10 -36 - -27 7 - -27 7 - -42 -5 - -42 -5 - -9 -39 - -9 -39 - 30 28 - -67 -42 - -67 -42 - 49 28 - 49 28 - 12 -37 - 12 -37 - -73 90 - -73 90 - -4 -46 - -4 -46 - -25 -9 - -25 -9 - 86 52 - 86 52 - 94 27 - -3 -48 - -3 -48 - -3 -48 - -3 -48 - -14 -46 - -3 -48 - 57 8 - 57 8 - 8 -51 - -20 -49 - 8 -51 - 7 -51 - -1 -50 - -1 -50 - -2 -49 - -2 -49 - -1 -50 - -1 -50 - -2 -49 - -1 -49 - 57 60 - 57 60 - -36 -6 - -36 -6 - 4 -49 - 4 -49 - 91 -95 - 91 -95 - 94 -85 - 94 -85 - 5 -48 - 4 -49 - 5 -48 - -91 -30 - -91 -30 - 22 84 - 22 84 - 6 -46 - 6 -46 - 7 -47 - 7 -47 - 36 -40 - 37 -40 - -11 -51 - 36 -40 - -10 -51 - -11 -51 - 37 -40 - -59 -78 - -59 -78 - -14 -72 - -14 -72 - -9 -25 - -9 -25 - 7 -45 - 7 -46 - 7 -45 - 7 -45 - 7 -45 - 7 -45 - 7 -45 - 7 -45 - 7 -45 - 16 -41 - 7 -45 - 50 24 - 50 24 - 57 8 - 61 -52 - 61 -52 - 79 -47 - 90 -29 - 79 -47 - 99 10 - 99 10 - 46 -36 - 46 -36 - 86 31 - 86 31 - -6 -27 - -6 -27 - -5 -27 - 44 -42 - 44 -42 - 89 67 - 89 67 - 27 -59 - 28 -61 - 27 -59 - -6 14 - -6 14 - -32 -7 - -30 -10 - -32 -7 - -32 -6 - -32 -6 - -32 -7 - -32 -6 - -61 50 - -61 50 - -62 51 - 14 -19 - 14 -19 - -41 97 - -41 97 - 84 35 - 84 35 - -89 -17 - -89 -17 - 13 16 - 13 16 - 18 91 - 18 91 - 41 53 - 41 53 - 35 46 - 34 45 - 35 46 - 35 46 - 34 45 - 35 46 - 33 -19 - 33 -19 - -25 -82 - -25 -82 - -61 -97 - -61 -97 - -57 -98 - -13 -27 - -13 -27 - -13 -27 - -13 -27 - 98 -7 - 98 -7 - 47 21 - 47 21 - 17 -49 - 30 73 - -9 -79 - 30 73 - 42 -38 - 42 -38 - -11 -35 - -10 -36 - -11 -35 - -11 -37 - -11 -36 - -11 -36 - -11 -37 - -11 -37 - -11 -36 - -19 33 - -19 33 - -9 73 - -9 73 - -10 -38 - -10 -38 - -10 -37 - -10 -38 - -94 -61 - -94 -61 - 68 91 - 68 91 - -94 -61 - 68 91 - -9 -40 - -9 -40 - -9 -40 - -16 14 - -16 14 - 94 71 - 94 71 - -3 49 - -4 -48 - -3 49 - -4 -48 - -4 -48 - -3 -48 - -2 -49 - -3 -48 - -3 -48 - -2 -49 - -3 -48 - 44 -67 - 45 -68 - 44 -67 - -1 -50 - -2 -49 - 8 -51 - 7 -51 - -1 -50 - -1 -50 - -2 -49 - -1 -49 - -2 -49 - -1 -50 - -1 -50 - -2 -49 - -1 -49 - -26 -46 - -26 -46 - -1 -50 - -1 -50 - 0 -50 - -1 -49 - -1 -49 - -1 -50 - 0 -50 - -1 -49 - -45 19 - -45 19 - 1 -50 - 1 -50 - 2 -50 - 1 -50 - 2 -50 - 2 -50 - 2 -50 - 2 -50 - 2 -50 - 2 -51 - 2 -50 - 2 -50 - 2 -50 - 2 -50 - 2 -50 - 2 -51 - 2 -50 - 2 -50 - 2 -50 - 2 -50 - 2 -51 - 2 -50 - -39 -85 - -39 -85 - -38 -84 - 95 63 - 95 63 - 44 -89 - 44 -89 - 33 -31 - 33 -31 - 33 -30 - 33 -30 - 33 -31 - 33 -30 - 7 -47 - 7 -47 - 6 -46 - 7 -47 - 7 -47 - -2 -47 - -2 -47 - -2 -48 - -2 -48 - -2 -48 - 37 -40 - 36 -40 - 37 -40 - -2 -48 - -2 -47 - -2 -48 - -2 -48 - -2 -48 - 7 -46 - 9 -43 - 9 -43 - 10 -41 - 10 -41 - 11 -39 - 11 -39 - 12 -36 - 12 -36 - 81 -58 - 64 78 - 81 -58 - 12 -34 - 12 -34 - 12 -33 - 12 -33 - 12 -34 - 12 -33 - 13 -32 - 12 -31 - 13 -32 - 57 -41 - 57 -41 - -42 43 - -42 43 - -5 -27 - -6 -27 - -5 -27 - 14 -28 - 14 -28 - 13 -27 - 13 -27 - 13 -27 - -32 91 - -32 91 - 28 -61 - 28 -61 - 27 -59 - 45 54 - 45 54 - -71 36 - -71 36 - 42 -84 - 42 -84 - -58 44 - -58 44 - -5 -11 - -5 -11 - 76 -31 - 76 -31 - -83 85 - -83 85 - 33 19 - 33 19 - 34 19 - 18 -62 - 17 -63 - 18 -62 - 17 -62 - -88 -77 - -88 -77 - 88 71 - 88 71 - 56 71 - 56 71 - 57 71 - -27 -69 - -63 41 - -27 -69 - -13 -27 - -13 -27 - -13 -27 - -13 -29 - -13 -29 - -12 -29 - 94 83 - 94 83 - 94 84 - 94 84 - 94 83 - 94 84 - 0 -47 - 0 -47 - 0 -46 - 0 -46 - 0 -47 - 0 -46 - 21 -25 - 21 -25 - -10 -36 - -10 -36 - -11 -35 - 71 34 - 71 34 - -11 -36 - -11 -36 - -11 -36 - -11 -37 - -11 -37 - -11 -36 - -11 -37 - -11 -36 - -11 -36 - -11 -37 - -11 -37 - -11 -36 - -11 -36 - -11 -36 - -11 -36 - -11 -37 - -11 -37 - -11 -36 - -10 -36 - -11 -36 - -10 -36 - -10 -38 - -10 -38 - -10 -37 - -10 -38 - -10 -37 - -10 -38 - -10 -37 - -10 -38 - 43 47 - 43 47 - 32 -17 - 32 -17 - 62 13 - 62 13 - -67 -7 - -67 -7 - 87 -79 - 87 -79 - 87 -78 - 87 -78 - 87 -79 - 87 -78 - -6 -46 - -6 -46 - 34 -54 - 34 -54 - -5 -47 - -5 -47 - -5 -47 - -59 -49 - -59 -49 - 29 77 - 29 77 - 33 -57 - 33 -57 - -2 -49 - -5 -48 - -4 -48 - -2 -49 - -3 -48 - 94 27 - 86 52 - 94 27 - 45 -68 - 45 -68 - 44 -67 - 12 -52 - 12 -52 - -2 -49 - -3 -49 - -1 -50 - -2 -49 - -2 -49 - 51 80 - 51 80 - 7 -51 - -20 -49 - 8 -51 - 7 -51 - -1 -50 - -1 -50 - -1 -50 - 8 -51 - 7 -51 - -1 -50 - -1 -50 - -2 -49 - -1 -49 - 0 -50 - -1 -50 - 0 -50 - -1 -49 - -2 -49 - -2 -49 - 12 -60 - 13 -61 - 12 -60 - 2 -50 - 1 -50 - 2 -50 - 1 -50 - 70 -86 - -92 65 - 70 -86 - 71 -86 - 71 -85 - 2 -51 - 2 -50 - 2 -51 - 4 -50 - -73 -62 - -73 -62 - 2 -50 - 2 -50 - 2 -50 - 2 -50 - 3 -50 - 3 -50 - 3 -50 - -38 -84 - -39 -85 - -38 -84 - 4 -49 - 4 -49 - 52 -7 - 52 -7 - -10 -51 - 36 -40 - -10 -51 - -11 -51 - -2 -48 - -2 -47 - -2 -48 - -2 -48 - -2 -48 - 7 -46 - -2 -48 - -2 -47 - -2 -48 - -2 -48 - -2 -48 - 7 -46 - -87 -25 - -87 -25 - 96 -84 - 96 -84 - 83 -49 - 83 -49 - 84 -49 - 57 8 - 50 24 - 57 8 - 26 7 - 26 7 - 86 22 - 86 22 - -20 -32 - -20 -32 - 87 98 - 87 98 - -41 -34 - -41 -34 - 40 20 - 40 20 - 76 83 - 76 83 - 64 78 - 64 78 - 81 -58 - 61 8 - 61 8 - -30 -10 - -30 -10 - -32 -7 - -59 47 - -59 47 - -58 81 - -58 81 - 19 100 - 19 100 - -39 100 - -39 100 - 34 19 - 33 19 - 34 19 - 55 -39 - 17 -63 - 55 -39 - -40 15 - -40 15 - 17 20 - 17 20 - 34 45 - 34 45 - 35 46 - 34 45 - 35 46 - 57 71 - 56 71 - 57 71 - 70 88 - 70 88 - 48 -42 - 48 -42 - 83 36 - 83 36 - -12 -29 - -13 -29 - -12 -29 - -13 -29 - 97 -9 - 97 -9 - -13 8 - -13 8 - 70 100 - 70 100 - 89 78 - 89 78 - 70 100 - 89 78 - -10 -36 - -11 -36 - -11 -36 - -11 -37 - -11 -37 - -11 -36 - -10 -36 - -11 -37 - -11 -37 - -11 -36 - -10 -36 - -10 -36 - 87 -99 - 87 -99 - 13 -92 - 13 -92 - 63 -4 - 1 -64 - 63 -4 - 64 -4 - 52 -34 - 52 -34 - -8 -43 - -8 -43 - -21 -31 - -21 -31 - -6 -45 - -6 -45 - -6 -45 - 40 23 - -6 -45 - -6 -45 - -6 -45 - -6 -45 - 40 23 - -6 -45 - -6 -45 - -5 -47 - -5 -47 - -5 -47 - -5 -47 - -5 -47 - -5 -47 - -4 -49 - -4 -49 - -4 -48 - -3 49 - -4 -48 - -43 68 - -43 68 - -85 -36 - -85 -36 - -1 -50 - -1 -50 - -2 -49 - 7 -51 - 25 -57 - 25 -57 - -20 -49 - -20 -49 - 8 -51 - 7 -51 - 1 -51 - 1 -51 - 2 -51 - 0 -51 - 1 -50 - 0 -50 - 1 -50 - 1 -51 - 2 -51 - 0 -51 - 1 -50 - 0 -50 - 13 -61 - 13 -61 - 12 -60 - -92 65 - -92 65 - 70 -86 - 71 -86 - 71 -85 - 71 -86 - -92 65 - 70 -86 - 71 -86 - 71 -85 - 71 -85 - -92 65 - 70 -86 - 71 -86 - 71 -85 - 4 -50 - 2 -50 - 2 -51 - 4 -50 - -44 90 - -44 90 - 2 -51 - 2 -50 - 2 -51 - 2 -50 - 2 -51 - 2 -50 - 2 -50 - 2 -50 - 2 -51 - 2 -50 - 2 -50 - 2 -50 - 3 -50 - 2 -51 - 3 -50 - 3 -50 - 3 -50 - 67 -52 - 67 -52 - 5 -49 - 4 -49 - 5 -49 - 5 -49 - 6 -48 - 6 -48 - 5 -48 - 5 -48 - 6 -48 - 5 -48 - 6 -47 - 7 -47 - 6 -46 - 7 -47 - 7 -47 - -11 -51 - 36 -40 - -10 -51 - -11 -51 - -3 -48 - -3 -48 - 7 -46 - 84 -49 - 83 -49 - 84 -49 - -45 -85 - -45 -85 - -4 74 - -4 74 - 21 -48 - 21 -48 - 10 -40 - 10 -40 - 64 52 - 64 52 - 11 -40 - 11 -40 - 11 -39 - 11 -39 - 11 -40 - 11 -39 - 54 38 - 54 38 - 12 -31 - 12 -31 - 13 -32 - 54 60 - 54 60 - 54 42 - 54 42 - 74 -60 - 74 -60 - -71 14 - -71 14 - 14 -26 - 14 -27 - 14 -26 - 29 -64 - 29 -64 - -4 9 - -4 9 - 35 -77 - 35 -77 - -18 31 - -18 31 - -7 11 - -7 11 - -28 30 - -28 30 - -3 -83 - -3 -83 - -11 -6 - -11 -6 - 17 -63 - 17 -63 - 18 -62 - 17 -62 - 55 -39 - 17 -62 - 17 -63 - 18 -62 - 17 -62 - -51 -76 - -51 -76 - -74 -47 - -74 -47 - 48 50 - 48 50 - 17 20 - 17 20 - 18 20 - 17 20 - 35 46 - 34 45 - 35 46 - 35 46 - -25 -7 - -25 -7 - -25 6 - 23 -19 - 23 -19 - 81 -49 - 81 -49 - 63 4 - 63 4 - -7 -61 - -7 -61 - 63 4 - -7 -61 - -13 -24 - -13 -24 - -62 -82 - -62 -82 - 60 71 - 60 71 - -57 -98 - -61 -97 - -57 -98 - 89 -76 - 89 -76 - 84 70 - 84 70 - -30 -20 - -30 -20 - -50 11 - -50 11 - -29 55 - -29 55 - -9 -40 - -9 -40 - -9 -40 - 1 -64 - 1 -64 - 63 -4 - 64 -4 - 64 -4 - 1 -64 - 63 -4 - 64 -4 - -6 -45 - -7 -45 - -6 -45 - -6 -45 - 40 23 - -6 -45 - -6 -45 - -6 -45 - -4 -48 - -4 -48 - -3 49 - -5 -48 - -2 -49 - -5 -48 - -4 -48 - -4 -49 - -2 -49 - -2 -49 - -3 -48 - -2 -49 - -4 -49 - -3 -49 - -3 -49 - -14 -48 - -14 -48 - -3 -49 - -14 -48 - 2 -51 - 1 -51 - 2 -51 - 0 -51 - 1 -50 - 0 -50 - 0 -50 - 1 -50 - 0 -50 - 1 -51 - 0 -50 - 1 -50 - 1 -51 - 1 -50 - 2 -50 - 1 -50 - 2 -50 - 2 -50 - 2 -51 - 4 -50 - -32 -23 - -32 -23 - -31 -21 - -31 -21 - 26 -64 - 26 -64 - 5 -49 - 4 -49 - 5 -49 - 5 -49 - 6 -47 - 5 -48 - 6 -47 - 7 -47 - 7 -47 - 7 -47 - 7 -47 - 7 -46 - 7 -46 - -3 -48 - 7 -46 - 7 -45 - 7 -45 - 36 59 - 36 59 - 36 67 - 36 67 - 78 -31 - 78 -31 - -97 42 - -97 42 - 23 -20 - 23 -20 - 48 -19 - 48 -19 - 72 39 - 72 39 - 46 78 - 46 78 - 47 78 - 60 -2 - 60 -2 - 18 -35 - 18 -35 - 63 -53 - 63 -53 - 14 -27 - 14 -27 - 14 -26 - 31 -68 - 31 -69 - 31 -68 - -57 44 - -57 44 - -2 -19 - -2 -19 - -55 4 - -55 4 - -55 5 - -55 5 - -55 4 - -55 5 - -3 21 - -3 21 - -60 -49 - 78 7 - -60 -49 - -82 -65 - -82 -65 - 67 13 - 67 13 - 67 14 - 67 14 - 67 13 - 67 14 - 58 60 - 58 60 - 59 60 - 58 60 - 86 48 - 85 47 - 86 48 - -23 -29 - -23 -29 - -41 -56 - -41 -56 - 18 20 - 17 20 - 18 20 - 17 20 - 17 20 - 17 20 - 18 20 - 17 20 - -12 -14 - -12 -14 - 39 51 - 39 51 - 61 14 - 61 14 - 75 99 - 75 99 - 97 43 - 97 43 - -9 -42 - -9 -42 - 32 -29 - 32 -29 - -9 -42 - 32 -29 - 49 -89 - 49 -89 - 0 -72 - 0 -72 - 99 8 - 99 8 - 80 -17 - 80 -17 - 8 -19 - 8 -19 - -28 16 - -28 16 - -6 -45 - -6 -45 - -6 -45 - -6 -46 - 77 87 - 77 87 - 88 -68 - -41 100 - 88 -68 - 52 75 - 52 75 - -2 -49 - -2 -49 - -5 -48 - -4 -48 - -4 -49 - -4 -48 - -2 -49 - -5 -48 - -4 -48 - -4 -49 - -2 -49 - -2 -49 - -2 -49 - -2 -49 - -1 -49 - 0 -51 - 1 -51 - 2 -51 - 0 -51 - 1 -50 - 0 -50 - 0 -50 - 1 -51 - 2 -51 - 0 -51 - 1 -50 - 0 -50 - 29 -45 - 29 -45 - 1 -51 - 1 -51 - 2 -51 - -14 66 - -14 66 - 5 -49 - 5 -49 - 4 -49 - 4 -49 - 5 -49 - 5 -49 - -26 -52 - -26 -52 - -51 -93 - -51 -93 - 24 -39 - 24 -39 - 7 -46 - -29 82 - -29 82 - 98 60 - 98 60 - 84 17 - 84 17 - 47 78 - 46 78 - 47 78 - 88 87 - 88 87 - -76 -37 - -76 -37 - 4 -97 - 4 -97 - 38 81 - 38 81 - 31 -69 - 32 -71 - 31 -69 - 31 -68 - 5 -12 - 5 -12 - 4 -9 - 4 -9 - 6 -50 - 6 -50 - -32 -30 - -32 -30 - 19 -26 - 19 -26 - 27 -88 - 27 -88 - -99 -86 - -99 -86 - -10 -4 - -10 -4 - 68 89 - 68 89 - -98 -85 - -98 -85 - -13 -11 - -13 -11 - 59 60 - 58 60 - 59 60 - 58 60 - 58 60 - 58 60 - 59 60 - 58 60 - 47 54 - 47 54 - 48 54 - 47 55 - 48 55 - 47 55 - 47 54 - 48 54 - 47 55 - 48 55 - 29 -45 - 29 -45 - -13 -29 - -13 -29 - -13 -29 - -12 -29 - -13 -29 - 9 71 - 9 71 - -13 -33 - -13 -33 - -12 -33 - 84 -50 - 84 -50 - 31 -91 - 31 -91 - 84 -50 - 31 -91 - 77 -29 - 77 -29 - 8 -61 - 8 -61 - -51 -80 - -51 -80 - -50 -80 - 9 82 - 85 -4 - 9 82 - 95 -74 - 95 -74 - 60 -81 - 60 -81 - 87 11 - 87 11 - -14 90 - -14 90 - 75 -91 - 75 -91 - 43 22 - 43 22 - 40 23 - -7 -45 - -7 -45 - -6 -45 - -6 -45 - 40 23 - -6 -45 - -6 -45 - -88 26 - -88 26 - -11 83 - -11 83 - -68 54 - -68 54 - 24 -23 - 24 -23 - -5 -47 - -5 -47 - -5 -47 - -5 -47 - -5 -47 - -5 -47 - -5 -47 - -5 -47 - -5 -47 - -5 -47 - -5 -47 - -5 -47 - -5 -47 - -5 -47 - -5 -47 - -5 -47 - -5 -47 - -5 -47 - -21 22 - -21 22 - 93 99 - 93 99 - -3 -49 - -3 -49 - -3 -49 - -3 -50 - -2 -50 - -2 -50 - 7 -51 - -3 -50 - -2 -50 - -2 -50 - -1 -50 - 7 -51 - 8 -52 - -3 -51 - -2 -51 - -1 -49 - -2 -49 - -1 -49 - -2 -50 - -2 -50 - -96 -85 - -96 -85 - 1 -51 - 1 -51 - 2 -51 - 0 -51 - 1 -50 - 0 -50 - -59 69 - -59 69 - 2 -51 - 1 -51 - 2 -51 - 1 -51 - 1 -51 - 1 -50 - 2 -51 - 2 -51 - 2 -51 - 2 -51 - 2 -51 - 2 -51 - 2 -51 - 3 -51 - 3 -50 - 3 -50 - 3 -50 - 2 -51 - 3 -51 - 3 -50 - 3 -50 - -4 -98 - -4 -98 - -33 -93 - -33 -93 - 7 -46 - 24 -39 - 7 -46 - 7 -46 - 69 -21 - 69 -21 - 69 -20 - 69 -20 - 69 -21 - 69 -20 - 1 -24 - 1 -24 - -90 0 - -90 0 - -11 -67 - -11 -67 - -42 -34 - -42 -34 - 12 -39 - 12 -39 - 20 64 - 20 64 - 35 -49 - 35 -49 - 96 -53 - 96 -53 - 92 -60 - 92 -60 - 96 -53 - 92 -60 - -61 -75 - -61 -75 - -44 96 - -44 96 - 13 -26 - 13 -26 - 14 -26 - 32 -71 - 32 -71 - 31 -69 - 7 -52 - 7 -52 - -13 -92 - -13 -92 - 93 39 - 93 39 - -15 70 - -15 70 - -15 71 - -15 71 - -15 70 - -15 71 - -55 41 - -55 41 - 11 -16 - 11 -16 - -43 92 - -43 92 - -85 9 - 33 -81 - -85 9 - -29 -63 - -29 -63 - -38 -56 - 54 -20 - 54 -20 - -62 -49 - -62 -49 - 78 7 - -72 -87 - -72 -87 - 85 47 - 85 47 - 86 48 - 89 51 - 89 51 - 14 15 - 14 15 - -24 -32 - -24 -32 - 48 54 - 47 54 - 48 54 - 47 55 - 48 55 - 48 55 - 47 54 - 48 54 - 47 55 - 48 55 - -39 -44 - -39 -44 - -38 -42 - -25 6 - -25 -7 - -25 6 - -24 7 - 84 71 - 84 71 - 40 -41 - 40 -41 - 74 -60 - 74 -60 - 99 -76 - 99 -76 - 85 -63 - 85 -63 - -12 -33 - -13 -33 - -12 -33 - -11 -33 - -12 -33 - -11 -33 - -50 -80 - -51 -80 - -50 -80 - -11 -36 - -11 -36 - -11 -36 - 85 -4 - 85 -4 - 9 82 - 69 2 - 69 2 - 57 57 - 57 57 - -7 -43 - -7 -43 - -7 -44 - -8 -44 - -7 -44 - -7 -45 - 51 -95 - 51 -95 - -7 -45 - -7 -45 - -7 -45 - -6 -45 - 40 23 - -6 -45 - -6 -47 - -6 -47 - -6 -47 - -5 -47 - -5 -48 - -41 100 - -41 100 - 88 -68 - -4 -49 - -2 -49 - -5 -48 - -4 -48 - -4 -49 - -4 -49 - -4 -49 - -5 -48 - -4 -48 - -4 -49 - -4 -49 - -3 -49 - -25 -50 - -25 -50 - -4 -49 - -3 -49 - -3 -50 - -3 -49 - -2 -49 - -4 -49 - -77 -35 - -77 -35 - -1 -50 - -1 -50 - 2 -51 - 2 -51 - 2 -51 - 2 -51 - 2 -51 - 2 -51 - 2 -51 - 2 -51 - 2 -52 - 37 -7 - 37 -7 - 3 -51 - 2 -51 - 3 -51 - 3 -50 - -65 -43 - -65 -43 - 7 -47 - 7 -47 - 7 -47 - 80 10 - 80 10 - 7 -46 - 7 -46 - 7 -46 - 7 -46 - 28 -32 - 28 -32 - 80 6 - 80 6 - 39 -12 - 39 -12 - 39 -11 - 39 -11 - 39 -12 - 39 -11 - 10 -40 - 10 -40 - 11 -37 - 13 -37 - 11 -37 - 12 -37 - 12 -37 - 12 -37 - 12 -36 - 12 -36 - 12 -37 - 12 -36 - -70 31 - -70 31 - -70 32 - -70 32 - -70 31 - -70 32 - 51 -28 - 51 -28 - -11 15 - -11 15 - 39 -97 - 39 -97 - 14 -26 - 13 -26 - 14 -26 - 94 28 - 94 28 - -47 74 - -47 74 - 17 -24 - 17 -24 - -18 13 - -18 13 - -18 13 - -93 33 - -93 33 - -38 30 - -38 30 - -38 -56 - -29 -63 - -38 -56 - -78 -61 - -78 -61 - 78 7 - -62 -49 - 78 7 - -60 -49 - 81 -45 - 81 -45 - -28 -37 - -28 -37 - -1 -39 - -1 -39 - -38 -42 - -39 -44 - -38 -42 - -24 7 - -25 6 - -24 7 - -5 32 - -5 32 - 71 56 - 71 56 - -13 -27 - -13 -27 - -13 -28 - -13 -28 - 23 -31 - 23 -31 - -11 -36 - -11 -36 - -11 -36 - -11 -37 - -30 58 - -30 58 - 88 92 - 88 92 - -9 -41 - -9 -41 - -9 -41 - -9 -41 - -9 -41 - -39 -18 - -7 -45 - -7 -45 - -7 -45 - 40 23 - -6 -45 - -6 -45 - -7 -45 - -7 -45 - 40 23 - -6 -45 - -32 55 - -32 55 - -6 -46 - -6 -45 - -6 -47 - -6 -46 - -81 -49 - -81 -49 - -6 -47 - -6 -47 - -6 -47 - -5 -47 - -5 -48 - -3 -50 - -4 -49 - -3 -49 - -3 -50 - -3 -49 - -15 -48 - -4 -49 - -3 -49 - -3 -49 - -3 -50 - -3 -49 - -15 -48 - -4 -49 - -3 -49 - 46 -65 - 46 -65 - 46 -64 - 46 -64 - 46 -65 - 46 -64 - -3 -49 - -3 -49 - -3 -49 - -3 -50 - -3 -49 - -3 -50 - -2 -50 - -2 -50 - 7 -51 - 7 -51 - -2 -50 - -3 -49 - -3 -50 - -2 -50 - -2 -50 - 7 -51 - 7 -51 - -2 -50 - -3 -51 - 7 -51 - -2 -50 - 8 -52 - -3 -51 - -2 -51 - -2 -50 - -2 -50 - 2 -52 - 2 -51 - 2 -51 - 2 -51 - 2 -52 - 2 -51 - 2 -51 - 2 -51 - 2 -51 - 2 -52 - 2 -51 - 3 -51 - 39 10 - 39 10 - 38 11 - 38 11 - 39 10 - 38 11 - 7 -46 - 7 -46 - 7 -45 - 7 -45 - 7 -46 - 7 -45 - -14 49 - -14 49 - 9 -44 - 9 -44 - 9 -43 - 9 -44 - 10 -44 - 10 -43 - 10 -43 - 9 -43 - 10 -42 - 10 -42 - 10 -43 - 9 -43 - 10 -42 - 15 65 - 15 65 - 98 -86 - 98 -86 - 10 -40 - 11 -40 - 10 -40 - 71 -17 - 71 -17 - 52 65 - 52 65 - 20 -46 - 20 -46 - -13 23 - -13 23 - -59 46 - -59 46 - 23 -32 - 23 -32 - -14 27 - -14 27 - 16 -11 - 16 -11 - -45 8 - -45 8 - -44 10 - 33 -81 - 33 -81 - -85 9 - 41 3 - 41 3 - 16 26 - 16 26 - -23 -24 - -23 -24 - -22 -18 - -22 -18 - -47 -23 - -47 -23 - 3 11 - 3 11 - -8 -10 - -8 -10 - 45 48 - 45 48 - 48 25 - 48 25 - 38 41 - 49 26 - 38 41 - 48 25 - 38 41 - 49 26 - -58 -48 - -58 -48 - 98 -100 - 98 -100 - -46 -57 - -46 -57 - 33 -9 - 33 -9 - 18 37 - 18 37 - 64 41 - 64 41 - -12 -33 - -12 -33 - -11 -33 - 78 64 - 78 64 - -11 -37 - -11 -37 - 74 20 - 74 20 - 13 91 - 13 91 - 19 -31 - 19 -31 - -37 -27 - -37 -27 - -7 -45 - -7 -44 - -7 -45 - -6 -47 - -6 -47 - -6 -46 - -6 -46 - -6 -46 - -74 47 - -74 47 - -5 -47 - -6 -47 - -6 -47 - -5 -47 - -5 -48 - -5 -47 - -5 -47 - -5 -47 - -5 -47 - -5 -47 - -4 -47 - -4 -47 - -5 -48 - 44 94 - 44 94 - 70 75 - 30 -100 - -4 -48 - -4 -48 - -4 -49 - -2 -50 - -3 -49 - -3 -50 - -2 -50 - -2 -50 - 7 -51 - 8 -51 - 7 -51 - 8 -52 - 7 -51 - 8 -52 - -3 -51 - -2 -51 - -2 -51 - 7 -51 - -2 -50 - 8 -52 - -2 -50 - -3 -51 - -2 -51 - -2 -50 - -2 -50 - -2 -50 - -2 -50 - -1 -49 - -3 -51 - -2 -51 - -2 -50 - -1 -49 - -3 -51 - -2 -51 - -2 -50 - -2 -50 - -2 -51 - -2 -50 - -2 -51 - -1 -51 - -2 -50 - -2 -50 - -2 -50 - -2 -51 - -1 -51 - -2 -50 - 57 -14 - 57 -14 - 58 -14 - -36 -89 - -36 -89 - 3 -51 - 2 -51 - 2 -51 - 2 -52 - 2 -51 - 3 -51 - 5 -49 - 5 -49 - 6 -49 - 6 -49 - 6 -49 - 6 -49 - -44 64 - -44 64 - 25 -39 - 25 -39 - -13 -52 - -13 -52 - -34 -50 - -34 -50 - 44 -29 - 44 -29 - 10 -44 - 9 -44 - 9 -43 - 9 -44 - 10 -44 - 53 -9 - 53 -9 - -36 -29 - -36 -29 - -1 -48 - 26 -40 - -1 -48 - -13 -44 - -13 -44 - -80 28 - -80 28 - 20 -91 - 20 -91 - 11 -40 - 11 -40 - 10 -40 - 57 -76 - 57 -76 - 13 -37 - 13 -37 - 11 -37 - 12 -37 - 12 -37 - 13 -37 - 11 -37 - 12 -37 - 60 -36 - 60 -36 - 60 -35 - 60 -35 - 60 -36 - 60 -35 - 12 -35 - 13 -35 - 12 -35 - 73 -23 - 73 -23 - 50 -20 - 50 -20 - 18 -39 - 18 -39 - 73 -88 - 73 -88 - 20 69 - 20 69 - 14 -31 - 14 -31 - 81 37 - 81 37 - 21 -48 - 21 -48 - -14 33 - -14 33 - -14 34 - -14 34 - -14 33 - -14 34 - -52 36 - -52 36 - -45 87 - -45 87 - -44 10 - -45 8 - -44 10 - 4 9 - 4 9 - -21 -70 - -21 -70 - -23 -31 - -23 -31 - 4 -39 - 4 -39 - -31 19 - -31 19 - -29 20 - -18 -15 - -18 -15 - 81 80 - 81 80 - 15 17 - 15 17 - 49 26 - 48 25 - 38 41 - 49 26 - -58 -47 - -58 -47 - 41 55 - 41 55 - -19 14 - -19 14 - 59 15 - 59 15 - 59 16 - 59 16 - 59 15 - 59 16 - -52 -96 - -52 -96 - -1 21 - -1 21 - 62 -61 - 62 -61 - 83 -22 - 83 -22 - 29 -61 - 29 -61 - -77 -61 - -77 -61 - -11 82 - -11 82 - 6 -34 - 6 -34 - -15 -5 - -15 -5 - -7 -30 - -7 -30 - -7 -29 - -7 -29 - -7 -30 - -7 -29 - -38 -48 - -38 -48 - -10 -40 - -10 -40 - -9 -41 - -9 -41 - -9 -41 - -90 -74 - -89 -75 - -90 -74 - -45 79 - -45 79 - 19 18 - 19 18 - -8 -44 - 43 -8 - -8 -44 - -7 -44 - -5 -48 - -6 -47 - -6 -47 - -5 -47 - -5 -48 - -4 -49 - -4 -48 - -4 -49 - -4 -49 - -3 -49 - -4 -49 - -4 -49 - -3 -49 - -3 -49 - -3 -50 - -3 -49 - -4 -49 - -3 -49 - -3 -49 - -3 -50 - -3 -49 - -26 -47 - -26 -47 - -3 -50 - -4 -49 - -3 -49 - -3 -50 - -2 -50 - -3 -51 - -2 -51 - -2 -50 - -2 -50 - -2 -50 - -1 -51 - -2 -50 - -2 -51 - -1 -51 - -2 -50 - 58 -14 - 57 -14 - 58 -14 - 6 -49 - 5 -49 - 6 -49 - 99 -43 - 99 -43 - -40 91 - -39 91 - -40 91 - 8 -46 - 8 -46 - 8 -46 - 42 -62 - 42 -62 - 99 -38 - 99 -38 - -40 -79 - -40 -79 - 9 -43 - 10 -43 - 9 -43 - 10 -42 - -9 -91 - -9 -91 - 89 46 - 89 46 - 73 67 - 73 67 - 89 46 - 73 67 - 4 -59 - 4 -59 - 92 80 - 92 80 - 29 -66 - 29 -66 - 11 -62 - 11 -62 - -13 31 - -13 31 - -6 89 - -6 89 - 84 -29 - -18 13 - -18 13 - -18 13 - 1 -17 - 1 -17 - 23 -25 - 23 -25 - 24 -25 - -29 11 - -29 11 - 13 58 - 13 58 - 30 -13 - 30 -13 - 30 -12 - 30 -12 - 30 -13 - 30 -12 - -12 -6 - -12 -6 - -38 -57 - -38 -57 - -38 -56 - -41 54 - -38 -56 - -38 -57 - -38 -56 - -41 54 - -14 -24 - -14 -24 - -14 -24 - -14 -24 - -14 -24 - -14 -24 - -14 -24 - 82 15 - 82 15 - 80 5 - 80 5 - 71 29 - 71 29 - -91 -34 - -91 -34 - 94 -49 - 94 -49 - -11 -34 - -11 -34 - -12 -35 - 79 72 - 79 72 - -71 -75 - -11 -37 - -11 -36 - -11 -37 - -75 -47 - -75 -47 - -61 -76 - -61 -76 - 88 -49 - 88 -49 - -39 -18 - -9 -41 - -39 -18 - -89 -75 - -89 -75 - -90 -74 - 43 -8 - 43 -8 - -8 -44 - 43 -9 - 7 25 - 7 25 - 84 68 - 84 68 - 48 -94 - 48 -94 - 70 75 - 44 94 - 70 75 - 30 -100 - 38 -60 - 38 -60 - -15 -48 - -3 -49 - -4 -49 - -3 -49 - 7 -51 - 7 -51 - -3 -50 - -3 -49 - -15 -48 - -3 -50 - -3 -49 - -3 -50 - -89 33 - -89 33 - -88 33 - 7 -51 - -3 -50 - -2 -50 - 8 -52 - -3 -50 - -2 -50 - 7 -51 - 8 -51 - -2 -50 - -2 -50 - -2 -50 - 7 -51 - 8 -51 - -2 -50 - -2 -50 - -3 -50 - -3 -51 - -2 -50 - -2 -50 - -2 -50 - -2 -50 - -2 -51 - -1 -51 - 85 63 - 73 -72 - 85 63 - 2 -51 - 2 -51 - 2 -51 - 2 -52 - 2 -51 - 3 -51 - 2 -51 - 2 -51 - 2 -51 - 2 -52 - 2 -51 - 3 -51 - 61 3 - 61 3 - 5 -50 - 5 -50 - 5 -50 - 6 -48 - 6 -48 - 8 -46 - 8 -46 - 8 -45 - 8 -45 - 8 -46 - 8 -45 - -48 -77 - -48 -77 - -21 -87 - -39 91 - -39 91 - -40 91 - 2 -23 - 2 -23 - -13 -49 - -13 -49 - 9 -44 - 9 -44 - 9 -43 - 9 -44 - 10 -44 - 9 -43 - 9 -44 - 9 -43 - 9 -44 - 10 -44 - 9 -43 - 9 -43 - 9 -44 - 9 -43 - -45 69 - -45 69 - -77 33 - -77 33 - 26 -40 - 26 -40 - -1 -48 - 95 21 - 95 21 - 77 -46 - 77 -46 - 84 -65 - 84 -65 - 84 -64 - 84 -64 - 84 -65 - 84 -64 - 39 50 - 39 50 - -6 -42 - -6 -42 - 13 -35 - 13 -35 - 12 -35 - -10 -5 - -10 -5 - 43 -51 - 43 -51 - 43 -50 - 43 -50 - 43 -51 - 43 -50 - 56 -75 - 56 -75 - 42 6 - 42 6 - 37 -12 - 37 -12 - -43 68 - -43 68 - 84 -29 - -6 89 - 84 -29 - -19 -58 - -19 -58 - 24 -25 - 23 -25 - 24 -25 - 36 -12 - 36 -12 - -11 -71 - -11 -71 - 49 -92 - 49 -92 - -39 -29 - -39 -29 - -11 -6 - -11 -6 - -29 20 - -31 19 - -29 20 - -70 -91 - -70 -91 - -22 -14 - -22 -14 - 25 29 - 25 29 - 25 30 - -41 54 - -38 -57 - -38 -56 - -41 54 - -13 21 - -13 21 - -14 -24 - -14 -24 - -14 -24 - -14 -24 - -14 -24 - 17 -81 - 17 -81 - 86 71 - 86 71 - -12 -32 - -12 -32 - -12 -32 - -12 -35 - -11 -34 - -12 -35 - -12 -35 - 24 -2 - 24 -2 - -10 -38 - -10 -38 - -10 -39 - -10 -40 - -10 -40 - 1 61 - 1 61 - 32 -79 - 32 -79 - 93 93 - 93 93 - 80 -70 - 80 -70 - -6 81 - -6 81 - 65 64 - 65 64 - 5 65 - 5 65 - 33 74 - 33 74 - -5 -48 - -4 -47 - -5 -48 - -6 -48 - 30 -100 - 44 94 - 70 75 - 30 -100 - 8 20 - 8 20 - 9 20 - -88 33 - -89 33 - -88 33 - 8 -52 - 8 -52 - 7 -51 - 8 -51 - 8 -51 - -2 -50 - 8 -52 - -3 -50 - 7 -51 - 8 -51 - -2 -50 - -2 -50 - -2 -50 - -2 -50 - -3 -50 - -2 -50 - -2 -51 - -2 -50 - -1 -51 - -2 -50 - -71 -99 - -71 -99 - 4 -50 - 4 -50 - 6 -49 - 6 -49 - 5 -50 - 6 -49 - 6 -49 - 6 -49 - -23 -51 - -23 -51 - 8 -46 - 8 -46 - 8 -46 - 9 -45 - 9 -45 - 9 -45 - 9 -44 - 9 -44 - 9 -43 - 9 -44 - -22 -41 - 9 -43 - -22 -41 - 9 -44 - -22 -41 - 9 -43 - 9 -43 - 9 -44 - 9 -43 - 85 91 - 85 91 - 11 -40 - 11 -40 - 53 56 - 53 56 - -4 -45 - -4 -45 - -53 48 - -53 48 - 71 -81 - 71 -81 - -33 48 - -33 48 - 64 -44 - 64 -44 - 15 -35 - 15 -35 - 13 -66 - 13 -66 - 15 -35 - 15 -35 - -37 12 - -37 12 - 10 -19 - 10 -19 - 43 -17 - 43 -17 - -28 20 - -28 20 - 83 13 - 83 13 - -38 14 - -38 14 - 8 -22 - 8 -22 - -54 -20 - -54 -20 - 69 80 - 69 80 - -16 -11 - -16 -11 - -62 -83 - -62 -83 - 12 -8 - 12 -8 - -42 24 - -42 24 - -55 -39 - -55 -39 - -19 -26 - -19 -26 - 64 43 - 64 43 - 25 30 - 25 29 - -24 -32 - 25 30 - 79 28 - 79 28 - -14 -24 - -14 -24 - -14 -24 - -14 -24 - -14 -24 - 61 -46 - 61 -46 - 71 56 - 71 56 - -12 -32 - -12 -32 - -12 -32 - -4 41 - -4 41 - -4 42 - -4 42 - -4 41 - -4 42 - -12 -32 - -12 -32 - -10 -39 - -10 -38 - -10 -39 - 13 -43 - 13 -43 - 66 20 - 66 20 - 91 36 - 91 36 - 0 18 - 0 18 - 0 19 - 0 19 - -7 -47 - -7 -47 - -4 -49 - -4 -49 - -4 -49 - 9 20 - 8 20 - 9 20 - -3 -49 - -3 -49 - -4 -49 - -3 -49 - -3 -49 - -15 -48 - -3 -50 - -68 -14 - -68 -14 - -3 -50 - -2 -50 - -2 -50 - -3 -50 - -2 -50 - -1 -50 - -1 -51 - -1 -51 - -2 -50 - 1 -53 - 1 -53 - -68 56 - -68 56 - -76 51 - 71 -60 - 71 -60 - -76 51 - -76 51 - -68 56 - 71 -60 - -76 51 - 96 85 - 96 85 - 96 86 - 96 86 - 96 85 - 96 86 - -21 -87 - -48 -77 - -21 -87 - 8 -46 - 8 -46 - 9 -46 - 17 -44 - 31 -15 - 31 -15 - 92 -33 - 92 -33 - 35 -38 - 35 -38 - -12 5 - -12 5 - 99 46 - 99 46 - 69 -53 - 69 -53 - 49 -67 - 49 -67 - 19 -86 - 19 -86 - 30 6 - 30 6 - 94 -9 - 95 -10 - 94 -9 - -43 -64 - -43 -64 - 84 -67 - 84 -67 - 84 68 - 84 68 - 84 -67 - 84 68 - -52 88 - -52 88 - 16 -37 - 16 -37 - -8 20 - -8 20 - 46 -1 - 46 -1 - -71 36 - -71 36 - -41 65 - -41 65 - 35 -93 - 35 -93 - 7 -97 - -31 -17 - -31 -17 - 7 -97 - 35 -93 - 7 -97 - -65 44 - -65 44 - -37 20 - -37 20 - 11 5 - 11 5 - 61 -22 - 61 -22 - -39 -25 - -38 -26 - -39 -25 - -38 -25 - -38 -24 - -21 -72 - -21 -72 - -22 -72 - -22 -72 - -21 -72 - -22 -72 - 12 8 - 12 8 - 12 8 - 17 19 - 17 19 - -50 -74 - -50 -74 - 43 48 - 43 48 - -14 -24 - -14 -24 - -14 -24 - -14 -24 - -14 -24 - 16 -78 - 16 -78 - 17 -78 - 18 -88 - 18 -88 - -36 97 - -36 97 - 27 73 - 27 73 - 76 3 - 76 3 - 27 73 - 76 3 - 73 -10 - 73 -10 - 76 3 - 73 -10 - 91 97 - 91 97 - -13 -34 - -13 -34 - -12 -35 - -12 -35 - -12 -35 - -12 -35 - -12 -36 - -12 -35 - -12 -35 - -12 -35 - -12 -36 - -11 -36 - -12 -36 - -11 -36 - -71 -75 - 79 72 - -71 -75 - -1 76 - -1 76 - -8 -44 - -8 -44 - 43 -9 - -43 -10 - 43 -8 - 43 -9 - -85 -68 - -85 -68 - 16 35 - 16 35 - -4 -49 - -3 -49 - -4 -49 - -15 -48 - -3 -50 - 7 -51 - 7 -51 - 7 -51 - 8 -51 - -15 -48 - -3 -50 - -3 -50 - 7 -51 - 7 -51 - 7 -51 - 8 -51 - -15 -48 - -3 -50 - -3 -50 - -3 -50 - -3 -49 - -4 -49 - 7 -51 - 7 -51 - 8 -51 - -15 -48 - -3 -50 - -3 -50 - -3 -50 - 7 -51 - 7 -51 - 8 -51 - -15 -48 - -3 -50 - -3 -50 - -3 -50 - -3 -50 - -3 -50 - 7 -51 - 8 -51 - -54 81 - -54 81 - -2 -50 - -2 -50 - -2 -50 - -3 -50 - -2 -50 - -1 -50 - 73 -72 - 73 -72 - 85 63 - -1 -51 - -1 -51 - -97 23 - -97 23 - -2 -50 - -2 -50 - 3 -51 - 3 -51 - 5 -50 - 5 -50 - 5 -50 - 4 -50 - -10 -66 - -10 -66 - 98 18 - 98 18 - 92 39 - 8 -47 - 8 -47 - 8 -47 - 8 -47 - 8 -47 - 8 -47 - 8 -46 - 18 -46 - 8 -46 - 8 -47 - 8 -46 - 9 -46 - 8 -46 - 9 -46 - 17 -44 - 9 -45 - 9 -45 - 9 -45 - 9 -44 - 9 -44 - 99 -81 - 99 -81 - 74 -4 - 74 -4 - 12 -38 - 12 -38 - 35 52 - 35 52 - 13 -34 - 13 -34 - 31 99 - 31 99 - -11 -43 - -11 -43 - 95 -10 - 95 -10 - 94 -9 - 40 -90 - 40 -90 - -7 18 - -7 18 - -42 88 - -42 88 - -42 88 - -42 88 - -42 88 - -42 88 - -69 58 - -69 58 - 87 -62 - 87 -62 - 51 -95 - 51 -95 - -42 32 - -42 32 - -38 -26 - -38 -26 - -39 -25 - -38 -25 - -38 -24 - -38 -23 - -38 -25 - -38 -26 - -39 -25 - -38 -25 - -38 -24 - -38 -23 - -2 -24 - -2 -24 - 11 24 - 11 24 - 39 58 - 39 58 - -54 -74 - -54 -74 - 20 84 - 20 84 - -84 -98 - -84 -98 - 26 32 - 26 32 - 17 -78 - 16 -78 - 17 -78 - 53 -19 - 53 -19 - 5 -29 - 5 -29 - -68 -79 - 37 95 - -68 -79 - 49 48 - 49 48 - -73 94 - -73 94 - 86 79 - 86 79 - -10 27 - -10 27 - 18 89 - 18 89 - 62 -28 - 62 -28 - -43 -10 - -43 -10 - -8 -45 - 43 -9 - -73 -18 - -73 -18 - -7 -46 - -7 -46 - 11 83 - 11 83 - -6 -47 - -6 -47 - -6 -47 - -6 -48 - -5 -48 - -6 -48 - -5 -49 - -5 -49 - 8 -51 - 7 -51 - 7 -51 - 8 -51 - 7 -51 - -3 -50 - -3 -50 - -3 -50 - -3 -50 - -3 -50 - 7 -51 - -3 -50 - -4 -50 - -3 -50 - -3 -50 - 7 -51 - -3 -50 - -4 -50 - -2 -50 - -2 -50 - -3 -50 - -2 -50 - -1 -50 - -2 -51 - -2 -25 - -2 -25 - 1 -53 - 1 -53 - -69 82 - -69 82 - -53 -71 - -53 -71 - -25 -91 - -25 -91 - 5 -50 - 6 -49 - 5 -50 - 7 -48 - 7 -48 - 7 -49 - 92 39 - 98 18 - 92 39 - -2 -48 - -2 -48 - -2 -48 - 7 -46 - -5 -35 - -5 -35 - 17 -44 - 8 -46 - 9 -46 - 17 -44 - 8 -46 - 8 -46 - 70 10 - 70 10 - 21 -44 - 21 -44 - 9 -44 - 9 -45 - 9 -45 - 9 -44 - 9 -44 - 9 -44 - 9 -44 - 9 -44 - 9 -44 - 9 -44 - -35 -33 - -35 -33 - -42 23 - -42 23 - 17 -40 - 17 -40 - 14 12 - 14 12 - 21 -25 - 21 -25 - 12 -39 - 12 -39 - -9 -20 - -9 -20 - 53 -29 - 53 -29 - 45 98 - 45 98 - 40 -92 - 40 -92 - 15 -31 - 15 -31 - 14 -31 - 97 77 - 97 77 - 34 -78 - 34 -78 - 11 0 - 11 0 - -38 -24 - -38 -26 - -39 -25 - -38 -25 - -38 -24 - -38 -23 - -38 -23 - -38 -26 - -38 -25 - -38 -24 - -38 -23 - -22 -38 - -22 -38 - 37 40 - 37 40 - 37 41 - 37 41 - 37 40 - 37 41 - -24 -32 - -24 -32 - 25 30 - 28 34 - 28 34 - 29 35 - 29 35 - -91 89 - -91 89 - -14 -25 - -14 -25 - 58 -21 - 58 -21 - -36 -53 - 93 -93 - 93 -93 - 37 95 - 37 95 - -68 -79 - 19 -1 - 19 -1 - 39 -80 - 39 -80 - 92 -1 - -15 6 - -15 6 - 79 8 - 79 8 - 63 -21 - -63 -27 - 63 -21 - -11 -38 - -11 -38 - 89 -44 - 89 -44 - 87 23 - 87 23 - -9 -43 - -10 -43 - -9 -43 - -8 -45 - -43 -10 - -8 -45 - -51 20 - -51 20 - -14 -44 - -14 -44 - -5 -48 - -5 -48 - -5 -49 - 18 -53 - 18 -53 - -1 -50 - -11 -50 - -3 -50 - -2 -50 - -1 -50 - -2 -51 - -2 -50 - -59 -89 - -59 -89 - 50 37 - 50 37 - 34 -14 - 34 -14 - 35 -14 - 4 -50 - 5 -50 - 4 -50 - -54 -13 - -54 -13 - 6 -48 - 7 -48 - 6 -48 - -2 -48 - 6 -47 - -2 -48 - -2 -48 - 7 -46 - 79 -18 - 79 -18 - 9 -13 - 9 -13 - -3 -49 - 18 -46 - -3 -49 - -3 -48 - -3 -48 - -3 -49 - -3 -48 - 11 -22 - 11 -22 - 12 -22 - 16 -57 - 16 -57 - 16 -57 - -37 27 - -37 27 - -50 49 - -50 49 - 28 10 - 28 10 - 28 -65 - 28 -65 - 22 -51 - 22 -51 - 71 -63 - 39 83 - 71 -63 - -56 47 - -56 47 - 14 -10 - 14 -10 - -69 63 - -69 63 - -68 63 - -24 1 - -24 1 - -88 -19 - -88 -19 - 12 8 - 12 8 - 12 8 - 59 37 - 59 37 - 10 81 - 10 81 - 63 64 - 63 64 - -67 -60 - -67 -60 - 88 88 - 88 88 - 29 34 - 29 34 - 6 -31 - 31 5 - 31 6 - 6 -31 - 6 -30 - 6 -30 - 31 6 - -18 -24 - 6 -31 - 6 -30 - 29 35 - 28 34 - 29 35 - 29 35 - 29 36 - 29 36 - 29 35 - 29 35 - 29 36 - 96 -35 - 96 -35 - -36 -53 - 58 -21 - -36 -53 - -11 -32 - -11 -32 - 18 -19 - 18 -19 - 92 -1 - 39 -80 - 92 -1 - 33 85 - -12 -36 - -12 -35 - -12 -35 - -12 -36 - -12 -36 - -12 -36 - -12 -36 - -12 -36 - -11 -36 - 85 48 - 86 47 - 85 48 - 93 -90 - 93 -90 - 4 -48 - 4 -48 - -11 -39 - -11 -39 - 78 79 - 78 79 - 90 58 - 90 58 - 78 79 - 90 58 - 81 -56 - 81 -56 - -7 -56 - -7 -56 - -47 82 - -47 82 - 47 17 - 47 17 - -5 -49 - -6 -48 - -5 -49 - -5 -49 - -73 39 - -73 39 - 7 -51 - 7 -51 - 7 -51 - 7 -51 - 7 -51 - 7 -52 - -22 2 - -22 2 - 35 -14 - 34 -14 - 35 -14 - 42 81 - 42 81 - 7 -49 - 7 -48 - 7 -49 - 7 -49 - 7 -48 - 6 -48 - 7 -49 - 7 -48 - 6 -48 - -29 -48 - -29 -48 - -29 -48 - -29 -48 - 18 -46 - 8 -47 - 18 -46 - -3 -49 - 12 -22 - 11 -22 - 12 -22 - -13 -49 - -13 -49 - 46 -9 - 46 -9 - 9 -45 - 9 -45 - -48 59 - -48 59 - 9 -44 - 9 -45 - 9 -45 - 9 -44 - 9 -44 - 9 -44 - 9 -29 - 9 -29 - 0 -25 - 0 -25 - 12 -38 - 12 -38 - 12 -37 - 12 -37 - 12 -38 - 12 -37 - 9 49 - 9 49 - 9 50 - 9 50 - 9 49 - 9 50 - 92 -73 - 92 -73 - -4 10 - -4 10 - 9 -22 - 9 -22 - 9 -21 - 9 -21 - 72 -88 - 72 -88 - -4 85 - -4 85 - 86 58 - 86 58 - -23 17 - -23 17 - -21 -22 - -21 -22 - 50 -96 - 50 -96 - -3 -77 - -3 -77 - 15 -10 - 15 -10 - -68 63 - -69 63 - -68 63 - -28 -12 - -28 -12 - 9 -64 - 9 -64 - 1 -91 - 1 -91 - 16 7 - 16 7 - -11 54 - -11 54 - -28 -39 - -28 -39 - 61 41 - 61 41 - -45 -66 - -45 -66 - -44 -65 - 29 35 - 28 34 - 29 35 - 29 35 - 29 36 - -4 -17 - -4 -17 - -13 -18 - -13 -18 - -14 -24 - -14 -24 - 92 3 - 92 3 - 41 73 - 41 73 - 13 -92 - 13 -92 - -44 -70 - -44 -70 - 46 50 - 46 50 - 83 -39 - 83 -39 - 86 47 - 86 47 - 85 48 - -12 -37 - -12 -37 - -12 -37 - -12 -37 - 96 -71 - 96 -71 - 1 71 - 1 71 - -8 -44 - -8 -44 - -8 -44 - -8 -44 - 61 -48 - 61 -48 - 61 -47 - 61 -47 - 61 -48 - 61 -47 - -7 -46 - -7 -46 - -7 -46 - -6 -46 - -7 -46 - -7 -46 - -7 -46 - -7 -46 - -6 -46 - -7 -46 - -7 -47 - -7 -47 - -6 -47 - -7 -47 - -6 -47 - -6 -47 - -6 -47 - -5 -49 - -5 -48 - -5 -49 - -5 -49 - -6 -48 - -5 -49 - -5 -49 - -36 -87 - -36 -87 - 60 61 - 3 -88 - 60 61 - 61 61 - 8 -51 - -14 -50 - 8 -51 - 7 -51 - 8 -51 - 7 -51 - -3 -50 - -15 -49 - -3 -51 - 8 -51 - 7 -52 - -3 -51 - 8 -51 - 7 -52 - 7 -51 - -3 -51 - 7 -51 - -3 -51 - 8 -51 - 7 -52 - -3 -50 - 7 -51 - -3 -51 - -3 -50 - -4 -50 - -4 -50 - -3 -50 - 7 -51 - -3 -51 - -3 -50 - -4 -50 - 7 -51 - 7 -51 - -4 -50 - 7 -51 - 7 -51 - 7 -51 - 7 -51 - 7 -51 - 7 -51 - 7 -51 - 7 -51 - 7 -51 - 7 -52 - 7 -51 - 7 -51 - 7 -51 - 7 -51 - 7 -51 - 7 -52 - 7 -52 - 7 -51 - 7 -51 - 7 -51 - 7 -52 - 8 -52 - 7 -51 - 7 -51 - 7 -52 - 8 -52 - 7 -51 - 8 -51 - -2 -51 - -11 -50 - -2 -50 - -1 -50 - -2 -51 - -1 -52 - -1 -52 - -1 -52 - -1 -51 - -1 -51 - -1 -52 - -1 -51 - 2 -52 - 2 -52 - 2 -52 - 2 -52 - 2 -52 - 2 -52 - 7 -46 - 6 -47 - 8 -47 - -2 -48 - -2 -48 - 7 -46 - 48 -19 - 48 -19 - 96 85 - 96 85 - 8 -46 - 7 -46 - 8 -46 - 17 -44 - 8 -46 - 8 -46 - 18 -44 - 19 -44 - 8 -46 - 7 -46 - 8 -46 - 17 -44 - 8 -46 - 8 -46 - 18 -44 - 19 -44 - 9 -45 - 46 -9 - 9 -45 - 9 -45 - 70 -11 - 70 -11 - -48 15 - -48 15 - 40 -8 - 40 -8 - 12 -38 - -90 -85 - -90 -85 - 72 95 - 72 95 - -90 -85 - 72 95 - 13 -36 - 13 -36 - 13 -35 - 13 -35 - 13 -36 - 13 -35 - -17 91 - -17 91 - -44 87 - -44 87 - 67 74 - 14 -31 - 15 -31 - 14 -31 - 12 -29 - 12 -29 - -3 -64 - -3 -64 - -11 26 - -11 26 - -21 41 - -21 41 - -82 83 - -82 83 - -82 84 - -82 84 - -82 83 - -82 84 - 69 -41 - 69 -41 - -46 -14 - -46 -14 - -45 -14 - -16 -10 - -16 -10 - -16 -9 - -16 -9 - -16 -10 - -16 -9 - -10 -9 - -10 -9 - -93 -18 - -93 -18 - -43 -81 - 31 5 - 31 5 - 31 6 - 6 -31 - 31 6 - 31 5 - 31 6 - 6 -31 - 6 -30 - 33 39 - 33 39 - -44 -65 - -45 -66 - -44 -65 - -41 -59 - -41 -59 - -23 60 - -23 60 - -37 -55 - 15 -19 - 15 -19 - -4 87 - -4 87 - 18 -90 - 18 -90 - 33 85 - 92 -1 - 33 85 - -63 -27 - -63 -27 - 63 -21 - -6 16 - -6 16 - 38 -64 - 38 -64 - 33 -11 - 33 -11 - 14 10 - 14 10 - -56 -14 - -56 -14 - -10 -43 - -10 -43 - -9 -43 - -9 -43 - 56 95 - 56 95 - -8 -44 - -8 -44 - -8 -44 - -8 -44 - -7 -46 - -7 -46 - -6 -46 - -7 -46 - -7 -46 - -6 -46 - -7 -46 - -15 4 - -15 4 - -7 -46 - -7 -46 - -7 -46 - -6 -46 - -7 -46 - -7 -47 - -7 -47 - -6 -47 - -7 -47 - -25 -14 - -25 -14 - -6 -48 - -6 -49 - -6 -48 - -6 -48 - -6 -48 - -6 -48 - 3 -88 - 3 -88 - 60 61 - 61 61 - -53 -63 - -53 -63 - -53 -62 - -53 -62 - -53 -63 - -53 -62 - 61 61 - 3 -88 - 60 61 - 61 61 - -14 -50 - -14 -50 - 8 -51 - -3 -51 - -4 -50 - 7 -51 - -3 -50 - -15 -49 - -15 -50 - -3 -51 - 8 -51 - 7 -52 - 7 -51 - -3 -51 - 8 -52 - 7 -51 - 7 -51 - 7 -51 - 7 -52 - 8 -52 - 8 -51 - 7 -51 - 7 -52 - 8 -52 - 7 -51 - 8 -51 - -11 -50 - -11 -50 - -1 -50 - -2 -51 - 3 -52 - 3 -52 - 3 -51 - 3 -51 - 3 -52 - 3 -51 - -95 7 - -95 7 - -79 27 - -79 27 - -27 -83 - -27 -83 - 7 -49 - 7 -49 - 7 -49 - 6 -48 - 6 -48 - 7 -49 - 7 -48 - 6 -47 - 6 -47 - -3 -49 - 8 -47 - -2 -48 - 7 -46 - 14 -65 - 14 -65 - 15 -65 - 7 -46 - 18 -44 - 7 -46 - 8 -46 - 8 -46 - 8 -46 - 18 -44 - 19 -44 - 18 -44 - 7 -46 - 8 -46 - 8 -46 - 8 -46 - 18 -44 - 19 -44 - 9 -45 - 46 -9 - 9 -45 - 9 -45 - 9 -45 - 9 -45 - -10 -40 - -10 -40 - 16 -57 - 16 -57 - 16 -57 - 92 -9 - 92 -9 - -66 25 - -66 25 - -65 25 - 55 41 - 13 -22 - 13 -22 - 27 -63 - 27 -63 - 27 -63 - 28 -100 - 28 -100 - 39 83 - 39 83 - 71 -63 - -20 39 - -20 39 - 9 -15 - 9 -15 - 17 -12 - 17 -12 - 16 -10 - 16 -10 - 13 7 - 13 7 - -45 -14 - -46 -14 - -45 -14 - 32 -18 - 32 -18 - 11 -20 - 11 -20 - 82 1 - 82 1 - -55 -60 - -55 -60 - -18 -24 - -18 -24 - 6 -30 - -8 -10 - -8 -10 - -37 -55 - -23 60 - -37 -55 - 78 71 - 78 71 - -29 -43 - -29 -43 - -23 -37 - -23 -37 - 67 -24 - 67 -24 - -14 -28 - -14 -28 - -12 -32 - -12 -32 - 5 22 - 5 22 - -50 -12 - -50 -12 - -12 -37 - -11 -38 - -12 -37 - -12 -37 - -12 -37 - -12 -37 - -12 -37 - 43 -38 - 43 -38 - 76 -54 - 76 -54 - 76 -53 - -9 -43 - -10 -43 - -9 -43 - 57 87 - 57 87 - 83 -63 - 2 98 - 2 98 - -8 -45 - -8 -45 - 98 -56 - 98 -56 - -82 -81 - -82 -81 - -6 -47 - -7 -47 - -6 -47 - -7 -47 - -54 69 - -54 69 - -6 -48 - -6 -49 - -6 -48 - -6 -48 - -6 -48 - -6 -48 - 87 -32 - 87 -32 - -3 -50 - -4 -50 - 7 -51 - -3 -50 - -15 -49 - -3 -51 - 8 -51 - -1 -52 - -1 -52 - -1 -52 - -19 98 - -19 98 - 0 -52 - 0 -52 - 0 -52 - 3 -52 - 3 -52 - -51 -79 - -51 -79 - -33 -90 - -89 38 - -89 38 - 7 -50 - 7 -50 - 5 -51 - 5 -51 - 7 -50 - 5 -51 - 5 -50 - 48 43 - 48 43 - 5 -48 - 5 -48 - 7 -49 - 7 -49 - 6 -48 - 7 -49 - 7 -48 - 22 45 - 22 45 - -3 -49 - 8 -47 - 6 -47 - -3 -49 - 8 -47 - 7 -46 - 15 -35 - 15 -35 - 15 -65 - 14 -65 - 15 -65 - 8 -46 - 18 -44 - 7 -46 - 8 -46 - 8 -46 - 8 -46 - 18 -44 - 19 -44 - 19 -44 - 7 -46 - 8 -46 - -13 -48 - -12 -48 - 8 -46 - 8 -46 - 18 -44 - 19 -44 - 9 -45 - 9 -45 - 9 -45 - 9 -44 - 35 -63 - 35 -63 - 41 -44 - 41 -44 - -65 25 - -66 25 - -65 25 - 55 41 - 55 41 - -66 25 - -65 25 - 55 41 - 51 76 - 51 76 - 12 -38 - 40 -8 - 11 -39 - 12 -38 - 78 -84 - 78 -84 - 67 74 - -44 87 - 67 74 - 94 26 - 23 -55 - 23 -55 - -57 -16 - -57 -16 - -18 -52 - -18 -52 - 38 -97 - 38 -97 - -11 20 - -11 20 - -11 21 - -11 21 - -11 20 - -11 21 - -18 23 - -18 23 - 19 -2 - 19 -2 - 28 -20 - 28 -20 - 84 -1 - 84 -1 - 63 39 - 63 39 - 87 54 - 87 54 - -99 -100 - -99 -100 - -14 -14 - -14 -14 - -43 -81 - -93 -18 - -43 -81 - 86 89 - 86 89 - -23 -32 - -23 -32 - 81 75 - 81 75 - 15 8 - 15 8 - 76 -18 - 76 -18 - -11 -38 - -11 -38 - -12 -37 - 82 -16 - 71 44 - 82 -16 - -23 75 - -23 75 - 41 -5 - 41 -5 - 42 -23 - 42 -23 - 68 21 - 68 21 - 22 31 - 22 31 - 5 16 - 5 16 - 86 -75 - 86 -75 - 83 -63 - 57 87 - 83 -63 - -8 -44 - -8 -44 - -8 -44 - -9 -44 - -8 -44 - -8 -44 - 64 -69 - 64 -69 - -8 -45 - -8 -45 - -68 -58 - -68 -58 - -15 -49 - -4 -50 - -4 -50 - 7 -51 - -3 -50 - -15 -49 - -15 -50 - -3 -51 - 8 -51 - 8 -51 - 7 -51 - -3 -50 - -15 -49 - -15 -50 - -3 -51 - 8 -51 - 7 -52 - 7 -51 - -3 -51 - -3 -51 - -3 -51 - 8 -51 - 7 -52 - 7 -51 - -3 -51 - -4 -50 - -25 -52 - -25 -52 - 26 -55 - 26 -55 - 25 -53 - 92 25 - 92 25 - 17 -43 - 17 -43 - -33 -90 - -51 -79 - -33 -90 - 3 -52 - 3 -52 - 4 -51 - 4 -51 - 4 -51 - 4 -51 - 4 -51 - 4 -51 - 5 -51 - 6 -50 - 6 -50 - -98 61 - -98 61 - 96 45 - 96 45 - -3 -49 - 22 45 - 6 -47 - -3 -49 - 8 -47 - 7 -47 - 7 -47 - 7 -47 - -22 -53 - -22 -53 - 16 -29 - 16 -29 - 36 -25 - 36 -25 - -11 11 - -11 11 - 68 52 - 68 52 - 50 -96 - 50 -96 - 76 -76 - 76 -76 - -63 67 - -63 67 - -62 67 - 57 45 - 57 45 - 20 86 - 20 86 - -48 -21 - -48 -21 - 27 -63 - 27 -63 - 27 -63 - 29 -25 - 29 -25 - -64 63 - -64 63 - 34 58 - 34 58 - 26 14 - 26 14 - 34 -18 - 34 -18 - -57 -73 - -57 -73 - -57 -72 - -57 -72 - -57 -73 - -57 -72 - -58 -72 - -58 -72 - -58 -71 - -58 -71 - -58 -72 - -58 -71 - -62 -99 - -62 -99 - 9 11 - 9 11 - 9 12 - 9 12 - 84 66 - 84 66 - -10 -13 - -10 -13 - 47 32 - 47 32 - 47 33 - 47 33 - 47 32 - 47 33 - 68 61 - 68 61 - 58 70 - 62 55 - 62 55 - 58 70 - 68 61 - 58 70 - -14 -27 - -14 -27 - 84 -100 - 84 -100 - -12 -36 - -12 -36 - 67 -14 - 67 -14 - -8 -41 - 37 -22 - -8 -41 - -57 -70 - -57 -70 - -59 -100 - -59 -100 - -6 -49 - -6 -49 - -6 -48 - -6 -48 - -6 -48 - -6 -48 - -6 -49 - -6 -48 - -6 -48 - -6 -48 - -6 -48 - -6 -48 - -6 -48 - -6 -48 - -6 -48 - -6 -48 - -6 -48 - -5 -50 - -5 -50 - -5 -49 - -5 -49 - -5 -49 - -4 -49 - -4 -50 - -4 -50 - -4 -51 - -4 -50 - -4 -50 - -4 -50 - -3 -50 - -15 -50 - -15 -49 - -15 -50 - 8 -51 - 8 -51 - -3 -51 - 8 -51 - 0 -52 - 0 -52 - 0 -52 - 1 -53 - 1 -53 - 1 -53 - 1 -53 - 46 -25 - 46 -25 - 2 -53 - 1 -53 - 2 -53 - -47 -85 - -47 -85 - -45 -83 - 4 -51 - 3 -52 - 4 -51 - 4 -51 - 4 -51 - 5 -51 - 90 -24 - 90 -24 - 87 29 - 5 -50 - 5 -51 - 5 -50 - 91 90 - 91 90 - 66 -36 - 66 -36 - 7 -47 - 7 -47 - 8 -47 - -13 -48 - -13 -48 - -12 -48 - 18 -44 - 8 -47 - 18 -44 - 8 -48 - 32 37 - 7 -46 - 8 -46 - -13 -48 - 8 -48 - -12 -48 - 32 37 - -13 -48 - -12 -48 - 19 -44 - 9 -45 - 9 -45 - 9 -45 - 26 -27 - 26 -27 - 94 -84 - 94 -84 - 37 -35 - 37 -35 - -57 6 - -57 6 - 11 -39 - 11 -39 - 12 -38 - 65 90 - 65 90 - 65 91 - 65 91 - 65 90 - 65 91 - 43 -15 - 43 -15 - 13 -36 - 13 -36 - -62 67 - -63 67 - -62 67 - -33 80 - -33 80 - 24 43 - 24 43 - 81 -8 - 81 -8 - 44 -57 - 44 -57 - 28 -82 - 28 -82 - 94 26 - 67 74 - 94 26 - 14 -33 - 14 -33 - 28 -66 - 28 -66 - -3 86 - -3 86 - 30 -27 - 30 -27 - 68 53 - 68 53 - -9 17 - -9 17 - 16 -1 - 16 -1 - 59 -81 - 59 -81 - 97 15 - 97 15 - -42 10 - -42 10 - -70 -77 - -70 -77 - -31 66 - -31 66 - -15 -28 - -15 -28 - 12 -29 - 83 -80 - 83 -80 - 76 -78 - 76 -78 - 77 -78 - 22 31 - 22 31 - 23 31 - 67 73 - 67 73 - 78 -85 - 78 -85 - -61 33 - -61 33 - 9 47 - 9 47 - -9 -42 - -9 -42 - -10 -41 - -10 -41 - 76 -53 - 76 -54 - 76 -53 - -32 -78 - -32 -78 - 28 62 - 28 62 - -48 37 - -48 37 - -9 -44 - -8 -44 - -9 -44 - -8 -44 - -55 -51 - -55 -51 - 37 -22 - 37 -22 - -8 -41 - -17 -96 - -17 -96 - 20 -98 - 23 -98 - 20 -98 - -17 -96 - 20 -98 - 23 -98 - -82 -51 - -82 -51 - -4 -49 - -5 -49 - -5 -49 - -4 -49 - -4 -50 - 25 -54 - 25 -54 - 26 -54 - 26 -53 - -1 -50 - -1 -50 - 88 -39 - 88 -39 - 54 83 - 54 83 - -4 -58 - -4 -58 - 2 -53 - 46 -25 - 2 -53 - 1 -53 - 2 -53 - 2 -52 - 1 -53 - 46 -25 - 2 -53 - 1 -53 - 2 -53 - 2 -52 - 87 29 - 90 -24 - 87 29 - -46 -95 - -46 -95 - 7 -49 - 5 -48 - 7 -49 - -12 -48 - 8 -47 - -13 -48 - -12 -48 - 8 -47 - 8 -47 - -12 -48 - 8 -47 - 18 -44 - 8 -48 - -12 -48 - 32 37 - -12 -48 - 8 -47 - 8 -48 - -12 -48 - 32 37 - -13 -48 - -12 -48 - -12 -48 - 8 -48 - -12 -48 - 32 37 - -13 -48 - -12 -48 - 19 -44 - -60 -7 - -60 -7 - 39 -15 - 39 -15 - 86 -57 - 86 -57 - 12 49 - 12 49 - 18 -46 - 18 -46 - 12 49 - 18 -46 - 28 34 - 28 34 - 11 -27 - 11 -27 - -59 -32 - -59 -32 - 38 -9 - 38 -9 - 33 -34 - 33 -34 - 84 -47 - 84 -47 - 89 29 - 89 29 - 11 -10 - 11 -10 - -36 -53 - -36 -53 - -9 -3 - -9 -3 - -43 -35 - -43 -35 - -35 -53 - -35 -53 - -46 -73 - -46 -73 - 77 -78 - 76 -78 - 77 -78 - 23 31 - 22 31 - 23 31 - -14 -33 - -13 -33 - -14 -33 - 10 -40 - 10 -40 - 67 -86 - 67 -86 - 26 24 - 26 24 - -42 -71 - -42 -71 - 25 -31 - 25 -31 - 95 94 - 95 94 - 94 93 - 71 44 - 71 44 - 82 -16 - 16 4 - 16 4 - 21 10 - 21 10 - -31 15 - -10 34 - -31 15 - -8 -44 - -8 -44 - -9 -44 - -8 -44 - 64 89 - 64 89 - -7 -47 - -7 -47 - -6 -48 - -58 -64 - -58 -64 - 33 25 - 33 25 - 1 74 - 1 74 - -5 -49 - -5 -49 - -5 -49 - -4 -49 - -4 -50 - -4 -50 - -5 -49 - -5 -49 - -4 -49 - -4 -50 - 8 -51 - 8 -51 - -4 -51 - -4 -51 - -4 -50 - -4 -50 - -4 -50 - 8 -51 - -4 -51 - -4 -51 - -4 -50 - -4 -50 - -4 -50 - 15 -51 - 15 -51 - 16 -52 - 17 -52 - 17 -52 - 25 -53 - 26 -53 - 26 -55 - 25 -53 - 79 78 - 80 77 - 81 77 - 79 78 - 80 78 - 81 78 - 2 -53 - 46 -25 - 2 -53 - 1 -53 - 2 -53 - 2 -52 - -45 -83 - -47 -85 - -45 -83 - 3 -52 - 3 -52 - 3 -52 - 3 -52 - 86 -42 - 86 -42 - 4 -51 - 3 -52 - 4 -51 - 4 -51 - 4 -51 - 5 -51 - 4 -51 - 4 -51 - 5 -51 - 5 -52 - 6 -51 - 6 -51 - 6 -51 - 67 -25 - 67 -25 - 8 -48 - 8 -48 - 7 -47 - 7 -47 - 7 -47 - 8 -47 - 7 -47 - 8 -47 - -12 -48 - 8 -48 - 8 -47 - 18 -44 - 8 -48 - -12 -48 - 32 37 - -13 -48 - -12 -48 - 32 37 - 8 -47 - 18 -44 - 8 -48 - -12 -48 - 32 37 - -13 -48 - -12 -48 - 7 -91 - 7 -91 - 83 -43 - 83 -43 - 19 -89 - 19 -89 - -2 -59 - -2 -59 - 92 65 - 92 65 - 13 -37 - 13 -37 - 13 -37 - 13 -37 - 13 -37 - 13 -37 - 13 -34 - 13 -34 - -1 82 - -1 82 - -83 23 - -83 23 - 1 81 - 2 80 - 1 81 - -12 80 - -12 80 - 7 9 - 7 9 - -12 -17 - -12 -17 - -15 -21 - -15 -21 - 73 67 - 73 67 - 26 8 - 26 8 - 61 55 - 61 55 - 27 97 - 27 97 - 61 92 - 61 92 - -13 -33 - -13 -33 - -14 -33 - 2 -15 - 2 -15 - 29 -46 - 29 -46 - 94 93 - 95 94 - 94 93 - 9 -90 - 9 -90 - 3 -52 - 3 -52 - -25 -47 - -25 -47 - -10 -41 - -9 -42 - -10 -41 - -10 -41 - -82 85 - -82 85 - 79 -4 - 79 -4 - 58 52 - 62 77 - 62 77 - 56 24 - 56 24 - -8 -78 - -8 -78 - -6 -48 - -7 -47 - -6 -48 - 75 55 - 75 55 - -6 -48 - -6 -48 - -6 -48 - -6 -48 - -4 -51 - 8 -51 - -4 -51 - -4 -51 - -4 -50 - -4 -50 - -4 -50 - -4 -50 - 8 -51 - -4 -51 - -4 -51 - -4 -50 - -4 -50 - -4 -50 - 8 -51 - -4 -50 - -4 -50 - -4 -50 - 7 -51 - -15 -50 - 8 -51 - 8 -51 - -4 -51 - 8 -51 - -4 -50 - 7 -51 - -15 -50 - 8 -51 - 8 -51 - -4 -51 - -3 -51 - -56 29 - -56 29 - 26 -54 - 25 -54 - 26 -54 - 26 -53 - 26 -53 - 25 -54 - 26 -54 - 26 -53 - 25 -53 - 44 -59 - 44 -59 - 44 -58 - 44 -58 - 44 -59 - 44 -58 - -2 -52 - -3 -51 - -2 -51 - -2 -52 - 80 77 - 80 77 - 81 77 - 79 78 - 80 78 - 81 78 - 80 78 - 80 77 - 81 77 - 79 78 - 80 78 - 81 78 - 9 -9 - 9 -9 - -35 -71 - -35 -71 - 2 -52 - 2 -53 - 1 -53 - 2 -53 - 2 -52 - 1 -54 - 67 15 - 67 15 - 83 -9 - 83 -9 - 70 -88 - 70 -88 - 55 26 - 55 26 - -55 -25 - -55 -25 - -55 -25 - -55 -25 - -55 -25 - -55 -25 - -46 97 - -46 97 - -65 94 - -65 94 - 71 -20 - 71 -20 - -44 -13 - -44 -13 - -60 -24 - -60 -24 - -44 35 - -44 35 - 9 9 - 9 9 - 48 -49 - 48 -49 - 8 83 - 8 83 - 14 -34 - 14 -34 - 14 -33 - 85 87 - 85 87 - 30 -72 - 30 -72 - -8 -14 - -8 -14 - -98 32 - -98 32 - -17 -84 - -17 -84 - 32 -23 - 32 -23 - 33 -23 - 21 6 - 21 6 - 5 80 - 5 80 - 80 51 - 80 51 - 24 -86 - 24 -86 - 3 -88 - -62 -95 - -62 -95 - 2 80 - 2 80 - 1 81 - -23 -23 - -23 -23 - -8 -10 - -8 -10 - 17 -16 - 17 -16 - 17 -15 - 18 -15 - 18 -14 - 19 -13 - 17 -15 - 17 -16 - 17 -15 - 18 -15 - 18 -14 - 19 -13 - -10 -14 - -10 -14 - 38 48 - 38 48 - 39 50 - 78 72 - 78 72 - 62 75 - 62 75 - 12 -29 - -15 -28 - 12 -29 - -14 -29 - -14 -29 - 75 -32 - 75 -32 - -13 -35 - -13 -35 - -13 -36 - -13 -36 - -13 -36 - -12 -36 - -55 -61 - -55 -61 - -24 -39 - -24 -39 - -10 34 - -10 34 - -31 15 - -10 -41 - -10 -41 - -9 -42 - -10 -41 - -10 -41 - -28 -53 - -28 -53 - -41 -53 - -41 -53 - 23 -98 - -17 -96 - 20 -98 - 23 -98 - -65 50 - -65 50 - 7 -51 - -4 -51 - -4 -51 - -4 -50 - -4 -50 - 7 -51 - 8 -51 - 8 -51 - -4 -51 - -3 -51 - 7 -51 - -3 -51 - 8 -51 - -4 -51 - -3 -51 - 7 -51 - 7 -50 - -3 -51 - -4 -51 - -3 -51 - -3 -51 - 7 -51 - 7 -50 - -3 -51 - -4 -51 - -3 -51 - -3 -51 - -3 -51 - 57 78 - 57 78 - -3 -51 - -3 -51 - -3 -51 - -3 -51 - -3 -50 - -3 -51 - -3 -50 - -3 -51 - -3 -51 - -3 -50 - -3 -51 - -2 -51 - -3 -51 - -3 -50 - -3 -51 - -2 -51 - -3 -51 - -3 -51 - -3 -51 - -3 -51 - -2 -51 - -3 -51 - -3 -51 - -3 -51 - 81 77 - 80 77 - 81 77 - 79 78 - 80 78 - 81 78 - 81 78 - 80 77 - 81 77 - 79 78 - 80 78 - 81 78 - 2 -53 - 1 -53 - 2 -53 - 1 -54 - 2 -52 - 1 -54 - 3 -52 - 4 -52 - -24 30 - -24 30 - 5 -51 - 5 -51 - 7 -49 - 7 -49 - 7 -48 - 7 -48 - 7 -49 - 7 -48 - 7 -48 - 7 -48 - 8 -47 - -6 -55 - -6 -55 - 18 67 - 18 67 - 26 -17 - 26 -17 - 37 86 - 37 86 - 75 60 - 75 60 - 37 86 - 75 60 - 7 48 - 7 48 - 14 -35 - 14 -35 - 67 51 - 67 51 - 14 -33 - 14 -34 - 14 -33 - 54 -23 - 54 -23 - 26 -73 - 26 -73 - 33 -23 - 32 -23 - 33 -23 - 78 -36 - 78 -36 - -86 53 - -83 52 - -86 53 - 72 -5 - 72 -5 - 55 42 - 55 42 - -17 -52 - -17 -52 - 31 62 - 31 62 - -64 27 - -97 -95 - -97 -95 - -40 -62 - -40 -62 - 18 -15 - 17 -16 - 17 -15 - 18 -15 - 18 -14 - 19 -13 - 18 -14 - 17 -16 - 17 -15 - 18 -15 - 18 -14 - 19 -13 - 10 14 - 10 14 - -2 -59 - -9 -58 - -2 -59 - -14 -28 - -14 -28 - -14 -29 - -14 -28 - -14 -29 - -14 -29 - -14 -28 - -14 -29 - -14 -28 - -14 -29 - 15 -52 - 15 -52 - -14 -33 - -14 -33 - -14 -32 - -13 -37 - -13 -37 - -11 -38 - -13 -37 - -12 -38 - -13 -37 - -72 75 - -98 22 - -72 75 - -6 -78 - -6 -78 - -11 -41 - -11 -41 - -10 -41 - 37 28 - 37 28 - 85 -15 - 85 -15 - 7 98 - 7 98 - -9 -77 - -9 -77 - -8 -76 - 86 66 - 86 66 - 44 19 - -49 5 - 44 19 - 22 43 - -16 -46 - -16 -46 - 44 19 - 22 43 - -16 -46 - -70 -37 - -70 -37 - -4 -51 - 8 -51 - -4 -51 - -4 -51 - -4 -51 - -4 -51 - -4 -51 - -3 -51 - -3 -51 - -3 -51 - -3 -52 - -3 -50 - -3 -51 - 16 -52 - 15 -51 - 16 -52 - 17 -52 - -3 -51 - -1 -52 - -3 -51 - -2 -51 - -4 -51 - -2 -52 - -2 -52 - -2 -52 - -2 -52 - 24 88 - 24 88 - 24 89 - 24 89 - 24 88 - 24 89 - -35 58 - -35 58 - 5 -52 - 5 -51 - 5 -52 - 6 -52 - 6 -52 - 6 -52 - 6 -51 - 6 -51 - 6 -51 - 95 24 - 95 24 - 94 -58 - 94 -58 - -60 -15 - -60 -15 - 47 -44 - 47 -44 - 89 71 - 89 71 - 12 -41 - 12 -41 - 93 -20 - 93 -20 - 94 -20 - -59 -6 - -59 -6 - 77 -3 - 77 -3 - 37 -16 - 37 -16 - 57 62 - 57 62 - 30 -83 - 30 -83 - -39 59 - -39 59 - -39 59 - -39 59 - 55 18 - 55 18 - 71 -97 - 71 -97 - -40 86 - -40 86 - 35 -25 - 35 -25 - 13 -62 - 13 -62 - 83 6 - 83 6 - 99 90 - 99 90 - -18 91 - -18 91 - -15 -21 - -15 -21 - 19 -13 - 17 -16 - 17 -15 - 18 -15 - 18 -14 - 19 -13 - -12 -16 - -12 -16 - 39 50 - 38 48 - 39 50 - 40 51 - 87 98 - 87 98 - -21 -38 - -21 -38 - -9 -58 - -9 -58 - -2 -59 - -14 -28 - -14 -28 - -14 -29 - -14 -28 - -14 -29 - 87 88 - 87 88 - -14 -30 - -14 -30 - -14 -31 - -14 -31 - 15 -75 - 15 -75 - -13 -34 - -13 -34 - -13 -33 - -13 -33 - -13 -34 - -13 -33 - 31 50 - 31 50 - 54 24 - 55 23 - 54 24 - 55 24 - -12 -36 - -13 -36 - -13 -36 - -12 -36 - -11 -38 - -13 -37 - -11 -38 - -12 -38 - -12 -38 - -11 -38 - -12 -38 - -13 -37 - -27 22 - -27 22 - 13 93 - 13 93 - 77 -54 - 77 -54 - 13 93 - 77 -54 - -10 -41 - -11 -41 - -10 -41 - -10 -41 - -11 -41 - 80 45 - 80 45 - 58 52 - 79 -4 - 58 52 - -8 -76 - -9 -77 - -8 -76 - 21 -50 - 21 -50 - -5 -49 - -5 -49 - -16 16 - -16 16 - 17 -51 - 17 -51 - -4 -51 - 7 -51 - 8 -51 - 8 -51 - -4 -51 - -3 -51 - 7 -51 - 7 -50 - -4 -51 - -3 -51 - -4 -51 - -2 -51 - -3 -51 - -3 -51 - -3 -52 - -3 -50 - -3 -51 - 17 -52 - 16 -52 - 17 -52 - -2 -51 - -1 -52 - -3 -51 - -2 -51 - -3 -52 - -4 -51 - 22 -54 - 24 -55 - 22 -54 - 23 -54 - -20 18 - -20 18 - 24 -73 - 24 -73 - 3 -52 - 1 -54 - 3 -52 - 4 -52 - 3 -52 - 3 -52 - 3 -53 - 4 -52 - 4 -52 - 4 -52 - 4 -52 - 6 -52 - 5 -52 - 6 -52 - 4 -52 - 4 -52 - 8 -47 - 8 -47 - 9 -47 - 8 -47 - 67 66 - 67 66 - 94 -20 - 93 -20 - 94 -20 - 11 -40 - 11 -40 - 75 76 - 75 76 - 71 -74 - 71 -74 - 13 -37 - 13 -37 - 13 -36 - 13 -36 - 82 43 - 82 43 - -33 73 - -33 73 - -52 -6 - -52 -6 - -11 25 - -11 25 - -11 23 - -11 23 - -2 -50 - -2 -50 - -20 15 - -20 15 - -20 14 - -20 14 - 14 -9 - 14 -9 - -21 -10 - -21 -10 - 58 -4 - 58 -4 - -17 -70 - -17 -70 - 3 -88 - 24 -86 - 3 -88 - 42 -38 - 42 -38 - -35 -89 - -35 -89 - 53 46 - 53 46 - 72 -31 - 72 -31 - 77 -52 - 77 -52 - 92 99 - 92 99 - 89 96 - -15 -21 - -15 -21 - -6 -9 - -6 -9 - 42 29 - 42 29 - -29 -32 - -29 -32 - 8 -93 - 8 -93 - 78 83 - 78 83 - -14 -32 - -14 -33 - -13 -32 - -14 -32 - -14 -32 - -14 -32 - 55 23 - 55 23 - 54 24 - 55 24 - 55 24 - 55 23 - 54 24 - 55 24 - -30 -50 - -30 -50 - -13 -36 - -13 -36 - -13 -36 - -12 -36 - -98 22 - -98 22 - -72 75 - -24 -67 - -24 -67 - -11 -42 - -11 -42 - -12 36 - -12 36 - -10 -44 - -10 -43 - -10 -44 - 14 44 - -79 96 - -79 96 - -8 -46 - -8 -46 - -68 -68 - -68 -68 - 26 93 - 26 93 - -7 -48 - -7 -48 - 1 71 - 1 71 - -4 -51 - -4 -51 - -4 -51 - -4 -51 - 8 -51 - -4 -51 - -4 -51 - -4 -51 - -4 -51 - -4 -51 - 8 -51 - -4 -51 - -4 -51 - 18 -52 - 18 -52 - 19 -52 - -3 -51 - -4 -51 - 7 -51 - -4 -50 - -4 -49 - -4 -51 - -3 -51 - 7 -51 - 7 -51 - -4 -50 - -4 -51 - -3 -51 - 7 -51 - 7 -50 - -4 -51 - -3 -51 - -4 -51 - -3 -52 - -3 -51 - 7 -50 - -4 -49 - -4 -51 - -3 -51 - 7 -51 - 7 -50 - -4 -51 - -3 -51 - -4 -51 - -3 -52 - -3 -51 - -4 -51 - -4 -51 - -3 -51 - 7 -51 - 7 -50 - -4 -51 - -3 -51 - -4 -51 - -3 -51 - -3 -51 - -3 -52 - -3 -51 - -3 -51 - -3 -52 - -3 -51 - -3 -51 - -3 -51 - -3 -52 - -3 -52 - -3 -51 - -1 -52 - -3 -51 - -1 -52 - -3 -52 - -3 -51 - -2 -51 - 1 -53 - 1 -53 - 2 -53 - 23 -54 - 24 -55 - 22 -54 - 23 -54 - 4 -52 - 1 -54 - 3 -52 - 4 -52 - 46 79 - 46 79 - 3 -52 - 3 -52 - 3 -53 - 4 -53 - 2 -53 - 3 -52 - -12 -58 - -12 -58 - -12 -62 - -12 -62 - 98 56 - 98 56 - 99 56 - -73 5 - -73 5 - -74 4 - -74 4 - -73 5 - -74 4 - 8 -47 - 7 -48 - 8 -47 - 9 -47 - -2 -48 - -2 -48 - 9 -47 - 8 -47 - 9 -47 - 9 -47 - 8 -47 - 8 -47 - 8 -47 - 9 -47 - 9 -47 - 8 -47 - 9 -47 - 8 -47 - 9 -47 - 8 -47 - 9 -47 - 9 -47 - 8 -47 - 9 -47 - 90 25 - 90 25 - -61 -87 - -61 -87 - 11 -43 - 11 -43 - 16 41 - 41 -100 - 41 -100 - 42 -100 - 16 41 - 11 -43 - 16 41 - 27 -69 - 27 -69 - 14 -34 - 14 -34 - 57 85 - 57 85 - -27 42 - -27 42 - 35 -25 - 35 -25 - -20 -56 - -20 -56 - -11 8 - -11 8 - -23 15 - -23 15 - -83 52 - -83 52 - -86 53 - -9 -5 - -9 -5 - -9 -4 - -9 -4 - 22 -76 - 22 -76 - 0 55 - 0 55 - 11 8 - 11 8 - -25 35 - -25 35 - 21 17 - 21 17 - 69 79 - 73 70 - -62 -81 - 69 79 - -64 27 - 31 62 - -64 27 - 58 80 - 58 80 - -14 -20 - -14 -20 - -16 -24 - -16 -24 - 40 51 - 39 50 - 40 51 - -13 -21 - -13 -21 - 43 32 - 43 32 - 9 14 - 9 14 - 9 15 - 9 15 - -14 -29 - -15 -28 - -14 -28 - -14 -29 - -14 -28 - -14 -29 - 40 -36 - 40 -36 - 14 9 - 14 9 - 99 -30 - 99 -30 - 99 -29 - 99 -29 - 99 -30 - 99 -29 - -12 -39 - -12 -39 - 92 39 - 92 39 - -31 14 - -31 14 - -11 -41 - -10 -41 - -11 -41 - 60 -8 - 60 -8 - 73 60 - 73 60 - 73 31 - 73 31 - 60 8 - 60 8 - -98 -2 - -98 -2 - -4 97 - -4 97 - -98 -2 - -4 97 - -49 5 - 38 32 - -49 5 - -5 -50 - 44 19 - 22 43 - 44 19 - 22 43 - -16 -46 - 59 83 - 59 83 - 38 89 - 38 89 - -24 -52 - -24 -52 - 19 -52 - -4 -51 - -4 -51 - -4 -51 - -4 -51 - 8 -51 - -4 -51 - -4 -51 - -3 -52 - -3 -52 - -3 -51 - -3 -52 - -3 -52 - -3 -51 - -23 -54 - -23 -54 - 26 -53 - -4 -51 - -1 -52 - -3 -52 - -3 -51 - -2 -51 - -3 -52 - -2 -52 - -2 -52 - -2 -52 - -1 -52 - 24 -55 - 24 -55 - 22 -54 - 23 -54 - 2 -53 - 2 -54 - 2 -53 - 1 -53 - 27 -91 - 27 -91 - -84 -75 - -84 -75 - 99 56 - 98 56 - 99 56 - -20 -46 - -20 -46 - -19 -46 - 59 -20 - 59 -20 - 9 -47 - 8 -47 - 9 -47 - 9 -47 - 8 -47 - 9 -47 - 8 -47 - 38 -98 - 38 -98 - 31 66 - 31 66 - 32 66 - 42 -100 - 41 -100 - 42 -100 - 81 -18 - 81 -18 - -37 17 - -37 17 - -56 94 - -56 94 - -55 94 - 23 76 - 23 76 - 81 0 - 81 0 - 74 46 - 74 46 - 13 -33 - 13 -33 - -52 41 - -52 41 - -2 84 - -2 84 - 76 37 - 76 37 - -2 84 - 76 37 - -21 11 - -21 11 - -82 71 - -82 71 - 30 -11 - 30 -11 - 43 -18 - 43 -18 - 46 43 - 46 43 - -19 6 - -19 6 - -62 -81 - 73 70 - 72 72 - -62 -81 - 69 79 - -36 77 - -36 77 - -87 -1 - -16 -23 - -16 -23 - 89 96 - 92 99 - 89 96 - -58 -100 - -58 -100 - 72 92 - 72 92 - -14 -29 - -14 -29 - 51 -25 - 51 -25 - -13 -35 - -13 -35 - -13 -35 - -13 -35 - -13 -35 - -13 -35 - -12 -38 - -12 -38 - -11 -38 - 63 -30 - 63 -30 - 13 27 - 13 27 - -11 -42 - -11 -42 - -2 9 - -2 9 - -51 -80 - -51 -80 - 46 25 - 46 25 - 87 -74 - 87 -74 - 58 -37 - 58 -37 - 91 53 - 91 53 - 38 32 - 38 32 - -49 5 - -5 -50 - 25 -25 - 25 -25 - -4 -51 - -4 -51 - -3 -51 - 7 -51 - 7 -50 - -4 -51 - -4 -51 - -3 -52 - -3 -51 - -3 -52 - -3 -51 - -3 -52 - -3 -52 - -2 -51 - -3 -52 - -2 -51 - -3 -51 - -3 -52 - -3 -52 - -3 -53 - -32 -58 - -32 -58 - -3 -52 - -1 -52 - -3 -52 - -2 -51 - -3 -52 - -2 -53 - -3 -51 - -1 -52 - -3 -52 - -2 -51 - -3 -52 - -2 -53 - -1 -52 - -2 -52 - -1 -52 - 3 -53 - 3 -52 - 3 -53 - 3 -53 - 3 -52 - 3 -53 - 4 -53 - 2 -53 - 3 -52 - 2 -53 - 3 -52 - 3 -53 - 4 -53 - 2 -53 - 3 -52 - -68 63 - -68 63 - -12 91 - -10 -49 - -10 -49 - 0 -86 - 0 -86 - 7 -49 - 7 -49 - 8 -48 - 88 63 - 88 63 - 8 -9 - 8 -9 - 32 66 - 31 66 - 32 66 - 34 74 - 34 74 - 22 77 - 89 -25 - 89 -25 - -55 94 - -56 94 - -55 94 - 30 21 - 30 21 - 14 -35 - 14 -35 - 14 -35 - 14 -35 - 14 -34 - 14 -34 - 14 -35 - 14 -34 - -4 10 - -4 10 - -37 58 - -37 58 - -37 59 - -37 59 - -37 58 - -37 59 - 5 69 - 5 69 - -3 88 - -3 88 - -68 -42 - -68 -42 - 92 -55 - 92 -55 - 72 -32 - 72 -32 - 18 12 - -18 -11 - 18 12 - -84 -14 - -84 -14 - -25 13 - -25 13 - 30 -29 - 30 -29 - 30 -28 - 30 -28 - 30 -29 - 30 -28 - 26 -23 - 26 -23 - 27 -22 - 65 -13 - 65 -13 - 73 70 - 73 70 - 72 72 - -62 -81 - 69 79 - 66 68 - 66 68 - 27 34 - 27 34 - -38 -62 - -38 -62 - -37 -61 - -34 73 - -34 73 - -91 -3 - -91 -3 - -13 -32 - -13 -32 - -14 -32 - 51 -84 - 51 -84 - -10 -43 - -9 -44 - -10 -43 - -10 -44 - 14 44 - -10 -44 - 14 44 - 13 46 - 13 46 - 87 51 - 87 51 - -72 -88 - -72 -88 - -28 68 - -28 68 - -22 -32 - -22 -32 - 78 -58 - 78 -58 - 44 30 - 44 30 - 8 -51 - 8 -51 - 44 30 - -4 -51 - -4 -51 - -4 -51 - 8 -51 - -4 -52 - -4 -51 - -4 -52 - 19 -52 - -24 -52 - 18 -52 - 19 -52 - -4 -51 - -4 -51 - -4 -51 - 8 -51 - -4 -52 - -4 -51 - -4 -52 - -4 -50 - -4 -51 - -4 -50 - -4 -51 - -4 -49 - -3 -51 - -4 -49 - -4 -50 - -4 -49 - -3 -51 - 7 -50 - -3 -52 - -3 -51 - 7 -51 - -4 -52 - 7 -50 - -4 -51 - -4 -51 - -3 -52 - -3 -52 - -4 -51 - -3 -52 - -3 -52 - -3 -51 - -3 -52 - -3 -52 - -3 -51 - -3 -52 - -3 -52 - -3 -53 - -3 -51 - 26 -53 - -23 -54 - 26 -53 - -3 -52 - -1 -52 - -3 -52 - -3 -52 - -3 -52 - -2 -53 - 97 -39 - 97 -39 - -2 -52 - -2 -52 - 32 -53 - 32 -53 - 1 -53 - 2 -54 - 2 -53 - 1 -53 - 4 -53 - 3 -52 - 3 -53 - 4 -53 - 2 -53 - 3 -52 - 3 -52 - 3 -52 - 3 -53 - 4 -53 - 2 -53 - 3 -52 - 5 -52 - 5 -52 - 38 -18 - 38 -18 - -12 91 - -68 63 - -12 91 - 6 -51 - 6 -51 - 7 -51 - 9 -47 - 9 -47 - 9 -47 - 9 -48 - 8 -47 - -2 -35 - -2 -35 - 4 -15 - 4 -15 - 22 77 - 34 74 - 22 77 - 12 -41 - 12 -41 - 21 6 - 21 6 - 96 -10 - 96 -10 - 11 55 - 11 55 - 57 -51 - 57 -51 - -93 30 - 90 31 - -93 30 - 20 -13 - 20 -13 - -18 -11 - -18 -11 - 18 12 - 96 -36 - 96 -36 - 62 60 - 63 59 - 62 60 - -17 -78 - -17 -78 - 3 45 - 38 -26 - 3 45 - 27 -22 - 26 -23 - 27 -22 - -65 -30 - 51 50 - -65 -30 - -37 -61 - -38 -62 - -37 -61 - 78 76 - -61 -95 - 78 76 - 79 77 - -15 -28 - -15 -28 - -14 -29 - -14 -33 - -14 -33 - -14 -34 - -14 -34 - -13 -35 - -63 0 - -63 0 - -4 -86 - -4 -86 - -13 -39 - -13 -39 - 93 -41 - 93 -41 - -12 -40 - -12 -40 - -12 -41 - -12 -41 - -12 -41 - -12 -40 - -12 -41 - -12 -40 - -12 -39 - -12 -41 - -12 -41 - -12 -40 - -12 -41 - -97 15 - -97 15 - -27 -51 - -27 -51 - 9 57 - 9 57 - -37 -84 - -37 -84 - -36 -83 - -11 -42 - -11 -42 - -9 -44 - -9 -44 - -10 -43 - -9 -45 - -42 -46 - -42 -46 - -12 37 - -12 37 - 45 -4 - 45 -4 - -4 47 - -4 47 - -40 9 - -40 9 - -28 82 - -28 82 - -54 -78 - -54 -78 - 4 22 - 4 22 - 0 57 - 0 57 - -5 -50 - 38 32 - -49 5 - -5 -50 - -5 -50 - -5 -50 - 7 -50 - 8 -50 - 7 -50 - -5 -50 - 7 -50 - 8 -50 - -4 -50 - -4 -52 - -4 -51 - 8 -51 - -4 -52 - -4 -51 - -4 -52 - -4 -51 - -4 -51 - -4 -52 - -4 -51 - -4 -52 - -4 -50 - -4 -51 - -3 -52 - -4 -52 - -3 -52 - -3 -52 - -3 -52 - -3 -51 - 16 -52 - -3 -53 - 16 -52 - -2 -53 - -2 -52 - -2 -53 - 2 -54 - 2 -53 - 1 -54 - 2 -54 - 2 -53 - 1 -53 - 13 49 - 13 49 - 7 -51 - 6 -51 - 7 -51 - 56 78 - 56 78 - 57 78 - -19 -46 - -20 -46 - -19 -46 - 96 29 - 96 29 - 14 -36 - 14 -36 - 58 -53 - 58 -53 - 66 100 - 66 100 - -36 98 - -36 98 - 14 -11 - 14 -11 - -7 22 - -7 22 - 63 59 - 63 59 - 62 60 - 38 -26 - 38 -26 - 3 45 - 60 26 - 60 26 - -84 -85 - -84 -85 - 72 72 - 73 70 - 72 72 - -62 -81 - 19 17 - 19 17 - 73 69 - 73 69 - -87 -1 - -36 77 - -87 -1 - 17 33 - 17 33 - -47 -71 - -47 -71 - -47 -70 - -47 -70 - -47 -71 - -47 -70 - 83 91 - 83 91 - -36 -57 - -36 -57 - 24 -7 - 24 -7 - -46 -75 - -46 -75 - 41 -38 - 41 -38 - 12 17 - 12 17 - 7 10 - 7 10 - 79 77 - -61 -95 - 78 76 - 79 77 - -19 86 - -19 86 - 59 77 - 59 77 - -15 -28 - -15 -28 - -15 -28 - -11 -38 - -12 -38 - -11 -38 - -13 -38 - -85 -44 - -85 -44 - -85 -43 - -85 -43 - -85 -44 - -85 -43 - -12 -39 - -12 -39 - -12 -40 - 64 -89 - 64 -89 - -36 -83 - -37 -84 - -36 -83 - -10 -45 - -10 -45 - 8 -50 - -5 -50 - 7 -50 - 8 -50 - -4 -50 - -4 -50 - 7 -50 - 8 -50 - -4 -50 - -34 79 - -34 79 - -3 -53 - -3 -51 - -3 -52 - -3 -52 - -3 -52 - -3 -53 - -2 -53 - -3 -52 - -3 -52 - -3 -52 - -3 -53 - -3 -52 - -2 -52 - -3 -52 - -3 -52 - -3 -52 - -3 -53 - -3 -52 - 30 93 - 30 93 - 28 99 - 28 99 - 57 78 - 56 78 - 57 78 - 8 -48 - 7 -49 - 8 -48 - -1 -62 - -1 -62 - -2 -61 - -2 -61 - -1 -62 - -2 -61 - 9 -48 - 9 -48 - 9 -47 - 9 -48 - 95 30 - -2 -98 - 95 30 - -79 -92 - -79 -92 - 52 -85 - 52 -85 - 58 12 - 58 12 - 78 -84 - 78 -84 - -25 -6 - -25 -6 - 59 -30 - 59 -30 - 17 -43 - 17 -43 - -12 24 - -12 24 - 39 -11 - 39 -11 - -3 88 - -3 88 - -4 91 - -4 91 - 80 -78 - 80 -78 - 80 -55 - -66 67 - 80 -55 - 1 53 - 1 53 - 2 -24 - 2 -24 - 3 -24 - 23 5 - 24 5 - 32 -35 - 32 -35 - -42 -20 - -42 -19 - -42 -20 - 32 -35 - -42 -20 - -42 -19 - -42 -19 - 32 -35 - -42 -20 - -42 -19 - -6 -17 - -6 -17 - -93 -1 - -93 -1 - -42 42 - -42 42 - 59 84 - 59 84 - 13 18 - 13 18 - 13 18 - 13 18 - 13 18 - 13 18 - -61 -95 - -61 -95 - 78 76 - 79 77 - 13 20 - 13 20 - -15 -28 - -15 -28 - -15 -28 - -15 -30 - -15 -30 - 68 -56 - 68 -56 - 89 -3 - -13 -38 - -11 -38 - -13 -38 - -12 -41 - -12 -41 - -12 -41 - -12 -40 - -12 -41 - 93 76 - 93 76 - 58 -6 - 58 -6 - -9 -45 - -9 -45 - -8 -47 - -8 -47 - -7 -48 - -7 -48 - 74 96 - 74 96 - -4 -52 - 8 -51 - -4 -52 - -4 -52 - -4 -51 - -4 -52 - -4 -51 - -4 -52 - -4 -51 - -4 -52 - -4 -52 - -4 -52 - 7 -51 - -3 -52 - 31 22 - 31 22 - -3 -52 - -3 -52 - -3 -52 - -3 -52 - -3 -53 - -2 -53 - 2 -53 - 2 -53 - 2 -53 - 2 -53 - 1 -54 - 1 -54 - 2 -54 - 3 -28 - 3 -28 - -97 -76 - -97 -76 - -96 -76 - 11 -42 - 11 -42 - -36 78 - -36 78 - 13 -38 - 13 -38 - 9 8 - 9 8 - -2 -78 - -2 -78 - 4 73 - 4 73 - 4 72 - 90 31 - 90 31 - -93 30 - 61 0 - 62 0 - 61 0 - -81 52 - -81 52 - 3 -24 - 2 -24 - 3 -24 - 23 5 - 24 5 - 27 4 - 27 4 - 10 8 - 10 8 - 10 8 - 10 8 - 10 7 - 10 7 - 10 8 - 10 8 - 10 8 - 10 8 - 83 53 - 83 53 - 51 50 - 51 50 - -65 -30 - -19 -6 - -19 -6 - 16 22 - 16 22 - 16 23 - 16 23 - 16 22 - 16 23 - 23 33 - 23 33 - -62 -24 - -62 -24 - -9 -17 - -9 -17 - -9 -16 - -9 -16 - -9 -16 - 2 -47 - 2 -47 - 26 -58 - 26 -58 - 16 -99 - 16 -99 - -13 -35 - -14 -35 - -14 -34 - -13 -35 - -13 -35 - -13 -35 - 89 -3 - 68 -56 - 89 -3 - 93 -71 - 93 -71 - 93 -42 - 93 -42 - -12 -41 - -12 -41 - -12 -41 - -12 -40 - -12 -41 - -47 -71 - -47 -71 - -10 -44 - -10 -44 - -9 -45 - -9 -44 - -9 -45 - 83 28 - 83 28 - 19 -52 - 18 -52 - 19 -52 - 19 -51 - 19 -51 - 18 -52 - 19 -52 - 19 -51 - -4 -52 - -4 -52 - 7 -51 - -4 -51 - -4 -52 - -4 -52 - -4 -52 - -4 -52 - -4 -51 - -4 -52 - -4 -52 - -4 -52 - -4 -52 - -4 -52 - -4 -52 - -4 -52 - -4 -52 - -4 -52 - 7 -51 - -4 -52 - 28 -52 - 28 -52 - -4 -52 - -4 -52 - -4 -52 - -3 -52 - -3 -52 - -3 -52 - -3 -52 - -3 -53 - -2 -53 - -2 -52 - -3 -53 - -3 -52 - -3 -52 - -3 -53 - -2 -53 - -2 -52 - -2 -52 - -2 -52 - -2 -53 - 5 100 - 5 100 - 1 -54 - 2 -53 - 1 -54 - 1 -54 - 2 -54 - -46 76 - -46 76 - -46 78 - -46 78 - 6 -52 - 6 -52 - -72 9 - -72 9 - -62 -24 - -62 -24 - 9 -48 - 9 -48 - 9 -48 - 40 -42 - 40 -42 - 17 -34 - 17 -34 - -96 -76 - -97 -76 - -96 -76 - -33 -20 - -38 7 - -33 -20 - 11 -20 - 11 -20 - 12 -40 - 12 -40 - 13 -38 - 13 -38 - 14 -38 - 14 -38 - 14 -38 - 13 -38 - 14 -38 - 14 -38 - 74 -44 - 74 -44 - 4 72 - 4 73 - 4 72 - 61 -95 - 61 -95 - -18 39 - -18 39 - -13 28 - -13 28 - 62 0 - 62 0 - 61 0 - -28 89 - -28 89 - 84 -39 - -66 67 - -66 67 - -28 89 - 84 -39 - -66 67 - 80 -55 - 23 5 - 2 -24 - 3 -24 - 23 5 - 17 3 - 17 3 - 77 -99 - 77 -99 - 10 8 - 10 8 - 10 8 - 10 8 - 74 -75 - 74 -75 - 9 7 - 9 7 - 16 12 - 16 12 - -43 -41 - -43 -41 - -14 -15 - -14 -15 - 64 74 - 64 74 - -17 -25 - -17 -25 - 28 -1 - 28 -1 - 98 85 - 98 85 - 49 66 - 49 66 - -9 -16 - -9 -16 - -9 -16 - -15 -31 - -14 -32 - -15 -31 - 87 9 - 87 9 - -14 -34 - -14 -34 - -14 -34 - -14 -35 - 35 -46 - 35 -46 - -2 -55 - -2 -55 - 39 -50 - 39 -50 - -5 -50 - -5 -50 - -4 -52 - 7 -52 - -4 -52 - -4 -52 - 7 -51 - 7 -51 - 18 -52 - 18 -52 - 19 -52 - 19 -51 - -3 -52 - -3 -52 - -3 -52 - -3 -53 - 26 -53 - 26 -53 - 26 -52 - 27 -52 - 26 -51 - 26 -52 - 26 -53 - 26 -52 - 27 -52 - 26 -51 - 26 -51 - 26 -53 - 26 -52 - 27 -52 - 26 -51 - -3 -53 - -3 -53 - -2 -53 - -2 -52 - -2 -53 - -3 -53 - -1 -53 - -1 -53 - 3 -53 - 3 -53 - 33 12 - 33 12 - -19 98 - -19 98 - 7 -51 - 7 -51 - 7 -51 - 6 -50 - 6 -50 - -17 -46 - -17 -46 - 6 -50 - -17 -46 - 19 -48 - 16 -50 - 19 -48 - 20 -48 - -18 -73 - -18 -73 - 97 -16 - 97 -16 - -11 68 - -11 68 - -2 -98 - -2 -98 - 95 30 - 46 -48 - 46 -48 - 11 -42 - 11 -42 - 12 -42 - 39 -10 - 39 -10 - 65 82 - 65 82 - -1 -24 - -1 -24 - 14 -39 - 14 -39 - 14 -38 - -27 10 - -27 10 - -28 10 - 14 -38 - 14 -39 - 14 -38 - 14 -38 - 13 -38 - 14 -38 - 14 -38 - -9 17 - -9 17 - 55 -89 - 55 -89 - 55 -88 - 55 -88 - 55 -89 - 55 -88 - -17 37 - -17 37 - -37 34 - -36 33 - -37 34 - 37 -12 - 37 -12 - 37 -11 - 37 -11 - 24 5 - 2 -24 - 3 -24 - 24 5 - -12 0 - -12 0 - 19 14 - 19 14 - 65 -12 - 65 -12 - 39 17 - 39 17 - -9 4 - -9 4 - 30 1 - 30 1 - 74 59 - 74 59 - 8 12 - 8 12 - -97 -15 - -97 -15 - 39 -16 - 39 -16 - 79 -92 - 79 -92 - -13 -35 - -13 -35 - -13 -35 - -13 -35 - -13 -36 - 40 16 - 40 16 - -13 -38 - -14 -38 - -13 -38 - 79 -49 - 79 -51 - 79 -49 - 16 95 - 16 95 - 79 -51 - 79 -49 - 16 95 - 7 -97 - 7 -97 - -11 -43 - -11 -43 - -10 -45 - -10 -45 - 65 85 - 65 85 - -4 61 - -4 61 - 12 56 - 12 56 - -48 -37 - -48 -37 - -6 -50 - -7 -50 - -6 -50 - 23 29 - 23 29 - 7 -51 - -4 -52 - -4 -52 - -4 -52 - -4 -52 - 7 -51 - -4 -52 - -4 -52 - 94 36 - 94 36 - 27 -52 - 26 -53 - 26 -52 - 27 -52 - 26 -51 - -2 -53 - -3 -52 - -3 -52 - -3 -53 - 7 -52 - -2 -53 - -2 -53 - -3 -53 - 7 -52 - -2 -53 - -3 -53 - -2 -53 - -46 7 - -46 7 - -69 6 - 67 0 - -69 6 - 1 -54 - 2 -53 - 1 -54 - 1 -54 - 33 -48 - 33 -48 - 3 -53 - 3 -53 - 3 -53 - 3 -53 - 4 -53 - 4 -53 - 4 -53 - 4 -53 - 4 -53 - 5 -53 - 26 46 - 5 -51 - 5 -51 - 76 12 - 76 12 - 20 -48 - 16 -50 - 17 -50 - 19 -48 - 20 -48 - 8 -49 - 8 -49 - 9 -49 - -1 -49 - 82 36 - 82 36 - 75 46 - 75 46 - 12 -42 - 11 -42 - 12 -42 - 96 -95 - 96 -95 - 9 -21 - 9 -21 - 9 -20 - 9 -20 - -3 -75 - -2 -77 - -3 -75 - 74 -80 - 74 -80 - -36 33 - -36 33 - -37 34 - 31 -31 - 31 -31 - -84 100 - -84 100 - -12 -10 - -12 -10 - -20 10 - -20 10 - 40 23 - 40 23 - 40 23 - 58 48 - 58 48 - 59 48 - 40 -48 - 40 -48 - -11 -1 - -11 -1 - 63 76 - 63 76 - 18 -80 - 18 -80 - 37 34 - 37 34 - -10 -18 - -10 -18 - 9 -81 - 9 -81 - -14 -33 - -14 -33 - -15 -34 - -14 -33 - -14 -33 - -14 -34 - -14 -34 - -14 -34 - -14 -35 - -14 -35 - -14 -34 - -14 -34 - -14 -35 - -13 -35 - -13 -35 - -13 -35 - -13 -35 - -13 -35 - -13 -36 - -13 -36 - -15 -36 - -13 -35 - -13 -35 - -13 -36 - -14 -36 - -14 -36 - 48 -56 - 48 -56 - 8 66 - 8 66 - -75 40 - 5 -85 - -75 40 - -74 40 - 41 -2 - 41 -2 - 72 51 - 72 51 - -48 -20 - -48 -20 - 28 -6 - 28 -6 - -17 -65 - -17 -65 - 85 18 - 85 18 - 21 -65 - 21 -65 - -9 -46 - -9 -47 - -9 -46 - -8 -47 - -8 -47 - 43 44 - 54 27 - 43 44 - 41 17 - 41 17 - 7 -51 - 7 -52 - -4 -52 - 7 -51 - 7 -51 - 7 -51 - -4 -52 - 7 -51 - 7 -51 - -4 -52 - -4 -52 - -4 -52 - 7 -51 - -4 -52 - -4 -52 - -4 -52 - 7 -51 - -4 -52 - 18 -51 - -4 -52 - -4 -52 - -4 -52 - -4 -52 - -4 -52 - 7 -51 - -4 -52 - 18 -51 - -4 -52 - 85 91 - 85 91 - 78 -29 - 78 -29 - -8 -58 - -8 -58 - 19 99 - 19 99 - 4 -53 - 3 -53 - 4 -53 - 4 -53 - 4 -53 - 3 -53 - 4 -53 - 4 -53 - 4 -53 - 5 -53 - 5 -53 - 4 -53 - 4 -53 - 5 -53 - 26 46 - 4 -52 - -66 72 - -66 72 - 68 -20 - 68 -20 - 9 -48 - 9 -48 - 10 -48 - 9 -48 - 10 -48 - 11 -45 - 11 -45 - 11 -45 - -38 7 - -38 7 - -33 -20 - 96 -92 - 96 -92 - 58 76 - 58 76 - 88 78 - 88 78 - 81 9 - 81 9 - 61 -71 - 61 -71 - -28 10 - -27 10 - -28 10 - -96 79 - -96 79 - -2 -77 - -2 -77 - -3 -75 - 35 -60 - 35 -60 - 42 91 - 42 91 - 84 -39 - -28 89 - 84 -39 - -66 67 - -9 8 - -9 8 - 40 23 - 40 23 - 40 23 - 59 48 - 58 48 - 59 48 - -37 -53 - -37 -53 - 81 94 - 81 94 - -15 -23 - -15 -23 - -39 -68 - -40 -67 - -39 -68 - -30 -50 - -30 -50 - -29 -49 - -15 -30 - -15 -30 - -15 -30 - -14 -32 - -14 -32 - -15 -31 - 79 21 - 79 21 - -2 -100 - -2 -100 - -19 -100 - -19 -100 - -14 -38 - -14 -38 - -13 -38 - 79 -51 - 79 -51 - 79 -49 - 16 95 - -74 40 - 5 -85 - -75 40 - -74 40 - 5 -46 - 5 -46 - 66 20 - 66 20 - 20 64 - 20 64 - 66 6 - 66 6 - -11 -45 - -11 -45 - -10 -44 - -10 -44 - -11 -45 - -10 -44 - 20 87 - 20 87 - -49 -81 - -49 -81 - 7 -52 - 7 -52 - -4 -52 - 7 -51 - -4 -52 - 29 -52 - 29 -52 - 61 4 - 29 -52 - 29 -52 - 29 -52 - 61 4 - 29 -52 - 18 -51 - -4 -52 - -4 -52 - 18 -51 - 18 -52 - 18 -51 - 18 -52 - 18 -51 - 18 -52 - 18 -51 - 18 -51 - -4 -52 - -4 -52 - 18 -51 - 18 -52 - 18 -51 - -3 -52 - -3 -52 - -4 -53 - -3 -52 - 17 -51 - 18 -51 - -3 -54 - -3 -53 - -2 -53 - -2 -53 - -3 -54 - -2 -54 - 67 0 - 67 0 - -69 6 - -57 -11 - -57 -11 - -56 -11 - 59 65 - 59 65 - 51 76 - 51 76 - 57 -56 - 57 -56 - 26 46 - 4 -53 - 5 -53 - 4 -54 - 4 -53 - 26 46 - 4 -52 - 7 -51 - 6 -51 - 7 -51 - 7 -51 - 7 -51 - 7 -51 - 8 -50 - 8 -51 - 8 -50 - 16 -50 - 16 -50 - 17 -50 - 19 -48 - 20 -48 - 9 -49 - 8 -49 - -11 -47 - 9 -49 - -10 -47 - -1 -49 - 10 -48 - 9 -48 - 10 -48 - 9 -48 - 9 -48 - 10 -48 - 11 -45 - 11 -45 - 11 -45 - 11 -45 - 95 -39 - 95 -39 - 88 -92 - 88 -92 - 56 -12 - 56 -12 - -45 74 - -45 74 - 89 42 - 89 42 - 67 43 - 67 43 - -3 -74 - -3 -74 - 10 -22 - 10 -22 - 31 -73 - 31 -73 - 42 30 - 42 30 - 88 -44 - 89 -45 - 88 -44 - -34 32 - -34 32 - -11 5 - -11 5 - -52 33 - -50 32 - -52 33 - 39 -58 - 39 -58 - 95 10 - 95 10 - -69 -86 - -69 -86 - -80 -100 - -80 -100 - 28 37 - 28 37 - -23 -39 - 29 39 - 29 39 - -40 -67 - -40 -67 - -39 -68 - 19 14 - 19 14 - -29 -49 - -30 -50 - -29 -49 - 7 12 - 7 12 - -15 -34 - -15 -33 - -14 -33 - -15 -34 - -14 -33 - -14 -33 - -3 -85 - -3 -85 - -15 -36 - -15 -36 - -13 -36 - 89 27 - 89 27 - 48 -83 - 48 -83 - 5 -85 - 5 -85 - -75 40 - -74 40 - 56 68 - 56 68 - 83 28 - 6 -48 - 6 -48 - 87 38 - 87 38 - 52 -55 - 52 -55 - 93 -25 - 93 -25 - -9 -46 - -9 -46 - -44 36 - -44 36 - -1 46 - -1 46 - 59 76 - 59 76 - -7 -50 - -7 -50 - -6 -50 - -6 -50 - 52 52 - 52 52 - 17 -51 - -3 -52 - -4 -53 - 17 -51 - 18 -51 - 19 -51 - 36 -52 - 36 -52 - 7 -52 - 7 -52 - -2 -53 - -2 -53 - -2 -53 - -2 -53 - 80 -89 - 80 -89 - -2 -53 - 7 -52 - -2 -53 - -2 -53 - -2 -53 - -2 -53 - -2 -54 - -2 -53 - -2 -53 - -2 -53 - -3 -54 - -2 -54 - -2 -53 - -2 -53 - -2 -53 - -3 -54 - -2 -54 - -2 -53 - 1 -54 - 1 -54 - -56 -11 - -57 -11 - -56 -11 - 5 -53 - 5 -53 - 7 -51 - 7 -51 - 7 -51 - 7 -51 - 7 -51 - 7 -50 - 7 -51 - 7 -51 - 7 -51 - 7 -51 - 7 -50 - 7 -51 - 8 -51 - 8 -51 - 8 -50 - 63 -37 - 63 -37 - 17 -50 - 16 -50 - 17 -50 - 20 -48 - -1 -49 - 8 -49 - -11 -47 - 9 -49 - -10 -47 - -1 -49 - 59 -51 - 59 -51 - 9 -48 - 9 -48 - 10 -48 - 9 -48 - 9 -48 - 9 -48 - 48 95 - 48 95 - 11 -45 - 11 -45 - 11 -45 - 45 47 - 45 47 - -29 -38 - -29 -38 - 37 31 - 13 -41 - 13 -41 - 12 -41 - 74 18 - 74 18 - 98 -23 - 98 -23 - 13 -40 - 13 -40 - -3 19 - -3 19 - 0 78 - 0 78 - 4 -63 - 4 -63 - 89 -45 - 89 -45 - 88 -44 - 71 -50 - 71 -50 - 64 -44 - 64 -44 - 4 9 - 4 9 - 77 -92 - 77 -92 - 41 9 - 41 9 - 71 -7 - 71 -7 - 54 54 - 54 54 - -40 -58 - -40 -58 - -70 -59 - -70 -59 - -68 -59 - 34 7 - 34 7 - -15 -24 - -15 -24 - -30 -52 - -30 -52 - -15 -30 - -15 -30 - -15 -30 - -14 -33 - -15 -33 - -14 -33 - -15 -34 - -14 -33 - -14 -33 - -14 -33 - -14 -33 - -15 -34 - -14 -33 - -14 -33 - 68 37 - 68 37 - 71 -90 - 71 -90 - 83 28 - 56 68 - 83 28 - 33 -69 - 33 -69 - -13 -41 - -12 -41 - -12 -41 - -13 -41 - 59 9 - 59 9 - 55 -32 - 55 -32 - 19 53 - 19 53 - -9 -47 - -9 -47 - -9 -46 - -9 -47 - 60 -38 - 60 -38 - -32 22 - -32 22 - 54 27 - 54 27 - 43 44 - -6 -50 - -7 -50 - -6 -50 - 72 75 - 72 75 - 72 76 - 72 76 - 72 75 - 72 76 - 61 4 - 29 -52 - 61 4 - 29 -52 - -14 -76 - -14 -76 - -4 -53 - -3 -52 - -4 -53 - 17 -51 - 18 -51 - 19 -51 - 8 -52 - 18 -51 - -3 -52 - -4 -53 - 17 -51 - 18 -51 - 19 -51 - 8 -52 - -27 71 - -27 71 - 4 -52 - 5 -53 - 4 -54 - 4 -53 - 26 46 - 4 -52 - 87 57 - 87 57 - 6 -52 - 6 -52 - 6 -51 - 6 -51 - 7 -51 - 7 -51 - 7 -51 - 7 -51 - 7 -51 - 6 -51 - 7 -51 - 7 -51 - 7 -51 - 7 -51 - 7 -51 - 7 -51 - 7 -51 - 7 -51 - 7 -51 - 7 -51 - -11 -47 - -11 -47 - 9 -49 - -10 -47 - -1 -49 - 1 11 - 1 11 - 10 -48 - 9 -48 - 10 -48 - 9 -48 - 9 -48 - 10 -48 - 10 53 - 10 53 - -13 -80 - -13 -80 - 81 50 - 81 50 - 45 31 - 45 31 - 11 -44 - 11 -44 - 11 -44 - 37 31 - -29 -38 - 37 31 - 12 -41 - 13 -41 - 12 -41 - 8 63 - 8 63 - 13 31 - 13 31 - -2 9 - -2 9 - 76 57 - 76 57 - -79 92 - -79 92 - 78 -49 - 78 -49 - -35 82 - -35 82 - 78 -49 - -35 82 - -50 32 - -50 32 - -52 33 - -17 60 - -17 60 - -14 -6 - -14 -6 - 17 13 - 17 13 - -94 -38 - -94 -38 - 81 85 - 81 85 - 34 37 - 34 37 - -95 -7 - -95 -7 - -7 17 - -7 17 - 7 99 - 7 99 - 17 94 - 17 94 - 7 99 - 17 94 - -79 -48 - -79 -48 - 63 76 - 63 76 - 9 13 - 9 13 - 0 -15 - 0 -15 - -27 90 - -27 90 - 38 94 - 38 94 - -15 -33 - -15 -33 - -15 -34 - -14 -33 - 71 -38 - 71 -38 - 90 17 - 90 17 - -12 -41 - -12 -41 - -12 -41 - -13 -41 - 78 -96 - 78 -96 - -9 -47 - -9 -47 - -9 -47 - -9 -47 - -9 -47 - 35 -65 - 35 -65 - 32 -69 - 32 -69 - -4 -52 - 7 -52 - -4 -52 - -4 -52 - -4 -52 - -4 -52 - -4 -52 - 46 81 - 46 81 - 29 -51 - 29 -51 - 19 -51 - -4 -53 - 17 -51 - 18 -51 - 19 -51 - 8 -52 - 12 34 - 12 34 - 22 -77 - 23 -78 - 22 -77 - 75 83 - 75 83 - -68 8 - -68 8 - 4 -54 - 4 -54 - 4 -53 - 26 46 - 4 -52 - 4 -53 - 4 -54 - 4 -53 - 26 46 - 4 -52 - 43 -92 - 45 -92 - 43 -92 - 7 -51 - 6 -51 - 7 -51 - 7 -51 - 7 -51 - 7 -51 - 7 -51 - 7 -51 - 7 -51 - 7 -51 - 7 -51 - 7 -51 - 7 -51 - 7 -51 - 7 -51 - 7 -51 - 7 -51 - 7 -51 - 7 -50 - 7 -51 - 7 -51 - 7 -51 - 7 -51 - 7 -51 - 7 -51 - 7 -51 - 7 -51 - 7 -51 - 7 -50 - 7 -51 - 7 -50 - 8 -50 - 7 -50 - 8 -50 - -10 -47 - -11 -47 - 9 -49 - -10 -47 - -1 -49 - 9 -48 - 10 -48 - 9 -48 - 10 -48 - 9 -48 - 9 -48 - -90 -15 - -90 -15 - 3 -67 - 3 -67 - 59 -27 - 59 -27 - 5 -9 - 5 -9 - 89 32 - 89 32 - 6 -12 - 6 -12 - -10 59 - -10 59 - 95 -46 - 95 -46 - 95 -45 - 95 -45 - 95 -46 - 95 -45 - -41 59 - -41 59 - -40 59 - -59 -10 - -59 -10 - -59 -10 - 10 7 - 10 7 - -42 -85 - -42 -85 - 17 1 - 17 1 - -61 -54 - -61 -54 - 9 29 - 9 29 - -68 -59 - -70 -59 - -68 -59 - -23 -39 - 28 37 - -23 -39 - 10 14 - 10 14 - -25 -42 - -25 -42 - 33 35 - 33 35 - -63 -53 - -63 -53 - -15 -35 - -15 -35 - 34 36 - 34 36 - 82 61 - 82 61 - 83 61 - -11 -44 - -11 -44 - -11 -44 - -11 -44 - 22 29 - 22 29 - -27 18 - -27 18 - 99 -31 - 30 99 - 99 -31 - 39 95 - -15 -81 - -15 -81 - -8 -48 - -10 -49 - -8 -48 - 76 21 - 76 21 - -50 14 - -50 14 - 71 -63 - 71 -63 - 7 -52 - 7 -52 - -2 -53 - 7 -52 - -2 -53 - -2 -53 - -1 -53 - -2 -54 - 23 -78 - 23 -78 - 22 -77 - 58 -61 - 58 -61 - -49 -67 - -49 -67 - 52 -22 - 52 -22 - 7 -51 - 6 -51 - 7 -51 - 7 -51 - 7 -51 - 7 -51 - 8 -50 - 8 -51 - 8 -50 - 7 -50 - 8 -50 - 7 -50 - 8 -49 - 8 -50 - 9 -48 - 10 -48 - 9 -48 - 10 -48 - 9 -48 - 9 -48 - 18 -95 - 18 -95 - 21 -94 - 11 -44 - 11 -44 - 11 -44 - 32 30 - 90 55 - 90 55 - 31 89 - 31 89 - 6 -11 - 6 -11 - 5 -10 - 5 -10 - -77 28 - -77 28 - -89 93 - -89 93 - -40 59 - -41 59 - -40 59 - -9 -4 - -9 -4 - 14 -85 - 14 -85 - 19 5 - 19 5 - 26 -23 - 26 -23 - -15 -16 - -15 -16 - 72 70 - 72 70 - 73 70 - 22 22 - 22 22 - 81 95 - 81 95 - -16 -27 - -16 -27 - -16 -26 - 23 21 - 23 21 - -16 -27 - -16 -26 - 23 21 - 17 26 - 18 27 - 18 27 - 26 38 - 26 38 - 27 39 - 26 40 - -15 -30 - -15 -30 - -21 -53 - -21 -53 - -20 -53 - -15 -36 - -14 -36 - -15 -36 - -14 -36 - -13 -37 - 36 17 - 82 14 - -39 -77 - 82 14 - -13 -82 - -12 -82 - -12 -41 - -12 -41 - -12 -41 - -13 -41 - 83 61 - 82 61 - 83 61 - 9 -97 - 9 -97 - 84 22 - 84 22 - 20 54 - 20 54 - 92 32 - 92 32 - -23 78 - -23 78 - 8 -52 - -4 -53 - 18 -51 - 19 -51 - 8 -52 - -3 -53 - -2 -53 - -2 -53 - -1 -53 - -2 -53 - -1 -53 - 1 -27 - 1 -27 - -39 70 - -39 70 - 45 -92 - 45 -92 - 43 -92 - 5 -53 - 5 -54 - 5 -53 - 5 -54 - 7 -51 - 7 -51 - 7 -51 - 7 -51 - 7 -51 - 7 -51 - 8 -51 - 8 -50 - 8 -51 - 8 -50 - 9 -50 - -20 -45 - 9 -50 - 9 -49 - 53 36 - 53 36 - 10 -48 - 10 -48 - 10 -48 - 9 -48 - 9 -48 - 10 -48 - 21 72 - 21 72 - -11 92 - -11 92 - -33 32 - -33 32 - 13 -88 - 13 -88 - 17 -13 - 17 -13 - -85 34 - -85 34 - 79 48 - 79 48 - -12 -82 - -12 -82 - -11 -82 - -59 -10 - -59 -10 - -59 -10 - -16 -18 - -16 -18 - 73 70 - 72 70 - 73 70 - 9 10 - 9 10 - 70 99 - 70 99 - -19 -18 - -19 -18 - -18 -18 - 44 57 - 44 57 - -30 -50 - -30 -50 - 37 13 - 37 13 - -15 -25 - -15 -25 - -16 -25 - 27 39 - 26 38 - 27 39 - 26 40 - 22 34 - 22 34 - 23 35 - 22 16 - 22 16 - -20 -53 - -21 -53 - -20 -53 - 71 98 - 71 98 - 65 2 - 65 2 - -14 -36 - -14 -36 - -15 -36 - -14 -36 - -13 -37 - -14 -36 - -14 -36 - -15 -36 - -14 -36 - -13 -37 - 36 17 - -13 -37 - -14 -36 - -15 -36 - -14 -36 - -13 -37 - 36 17 - -14 -37 - -14 -37 - -13 -37 - 36 17 - -14 -37 - -13 -38 - -39 -77 - -39 -77 - 82 14 - -13 -82 - 82 14 - -13 -82 - -12 -82 - 4 -58 - 4 -58 - 82 20 - 82 20 - -11 -44 - -11 -44 - -11 -44 - -2 -46 - -11 -44 - -28 -72 - -28 -72 - -10 -46 - -10 -46 - -10 -46 - 74 -93 - 74 -93 - -63 99 - 76 -17 - 76 -17 - 49 -58 - 49 -58 - 76 -17 - 49 -58 - -9 -47 - -9 -47 - -9 -48 - -14 -60 - -14 -60 - 41 -68 - 41 -68 - 81 -33 - 81 -33 - -51 40 - -56 35 - -51 40 - 89 94 - 89 94 - 5 -53 - 5 -53 - 7 -51 - 7 -51 - 7 -51 - 7 -51 - 7 -51 - 7 -51 - 27 -48 - 27 -48 - -20 -45 - 9 -49 - -20 -45 - 9 -50 - 9 -49 - 9 -49 - 9 -49 - 9 -50 - 9 -49 - 9 -49 - 10 -48 - 10 -48 - 9 -49 - 10 -48 - 10 -47 - 9 -48 - 9 -48 - 81 -76 - 81 -76 - 88 -68 - 88 -68 - 62 33 - 62 33 - 12 55 - 12 55 - 92 27 - 92 27 - 6 -51 - 6 -51 - 54 -40 - 54 -40 - -13 16 - -13 16 - 46 -9 - 46 -9 - 98 81 - 98 81 - -80 -71 - -80 -72 - -80 -71 - -11 -82 - -12 -82 - -11 -82 - 71 61 - 71 61 - 90 -24 - 90 -24 - 90 -23 - -42 -65 - -42 -65 - 28 21 - 28 21 - -41 -56 - -41 -56 - -75 -60 - -75 -60 - -18 -18 - -19 -18 - -18 -18 - -75 22 - -75 22 - -16 -26 - -16 -27 - -16 -26 - -16 -25 - 23 21 - 17 26 - -16 -25 - -16 -26 - -15 -25 - -16 -25 - 40 17 - 40 17 - 13 20 - 13 20 - -50 -96 - -50 -96 - 46 65 - 46 65 - 1 16 - 1 16 - 23 35 - 22 34 - 23 35 - -15 -33 - -15 -33 - -15 -32 - 36 17 - -15 -36 - -14 -36 - -13 -37 - 36 17 - -14 -37 - -13 -38 - -14 -37 - -13 -38 - -14 -37 - -12 -82 - 82 14 - -13 -82 - -12 -82 - -13 -40 - -13 -40 - -25 -35 - -25 -35 - -13 -40 - -25 -35 - -18 -46 - -18 -46 - 16 33 - 16 33 - 34 -100 - 34 -100 - 45 -39 - 45 -39 - -11 -44 - -11 -44 - -11 -44 - -2 -46 - -11 -44 - 45 -52 - 45 -52 - 49 12 - 49 12 - -26 44 - -10 -46 - -10 -46 - 79 -36 - 79 -36 - 30 99 - 30 99 - 99 -31 - 39 95 - 39 95 - 30 99 - 99 -31 - 39 95 - -10 -49 - -10 -49 - -9 -49 - -8 -48 - -8 -49 - -7 -51 - -7 -51 - -7 -50 - -7 -50 - -7 -51 - -7 -50 - -23 -25 - -23 -25 - -35 73 - -35 73 - 8 48 - 8 48 - -32 -65 - -32 -65 - -4 -52 - -4 -52 - -4 -53 - -3 -51 - 46 -53 - 46 -53 - -44 90 - -44 90 - -43 90 - 67 -54 - 67 -54 - 61 -27 - 61 -27 - 7 -51 - 7 -51 - 7 -51 - 7 -51 - 91 28 - 91 28 - 8 -49 - 8 -49 - 8 -50 - 46 -77 - 46 -77 - 9 -49 - 9 -49 - 10 -49 - -20 -45 - 9 -50 - 9 -49 - 9 -49 - 21 -94 - 18 -95 - 21 -94 - 32 30 - 11 -44 - 32 30 - 81 49 - 81 49 - 19 74 - 19 74 - 10 -21 - 10 -21 - 25 -19 - 25 -19 - 26 -19 - 26 -20 - 26 -19 - 26 -20 - 16 -9 - 16 -9 - -3 -92 - -3 -92 - 84 69 - 84 69 - -11 -100 - -11 -100 - -19 -98 - -19 -98 - -24 -22 - -24 -22 - -23 -85 - -23 -85 - 76 43 - 76 43 - -44 -72 - -44 -72 - -76 -30 - 76 43 - -44 -72 - 82 76 - 82 76 - 15 87 - 15 87 - 15 88 - 16 88 - 15 88 - 15 87 - 15 88 - 16 88 - -8 -12 - -8 -12 - -38 -49 - -38 -49 - -38 -48 - -38 -48 - -38 -49 - -38 -48 - 17 26 - -16 -26 - 23 21 - 17 26 - 26 37 - 26 37 - 26 38 - 25 37 - 26 38 - 26 37 - 26 38 - 25 37 - 26 40 - 26 38 - 27 39 - 26 40 - -8 -16 - -8 -16 - -46 -92 - -46 -92 - -13 -38 - -13 -37 - 36 17 - -14 -37 - -13 -38 - -14 -37 - -14 -37 - -11 -24 - -11 -24 - 91 66 - 91 66 - 91 67 - 91 67 - 91 66 - 91 67 - -18 -26 - -18 -26 - -11 -45 - -11 -45 - -11 -45 - -11 -45 - -10 -46 - -10 -46 - -10 -46 - -8 83 - -8 83 - -9 -49 - -9 -49 - -9 -49 - -10 -49 - -9 -49 - -8 -49 - -2 72 - -2 72 - -5 -53 - -5 -53 - -3 -51 - -4 -52 - -3 -51 - 85 -22 - 85 -22 - -3 -53 - 8 -52 - -3 -53 - -3 -53 - -4 -54 - -3 -54 - -43 90 - -44 90 - -43 90 - 36 -51 - 36 -51 - 38 -50 - -56 35 - -56 35 - -51 40 - 5 -54 - 5 -54 - 5 -53 - 5 -54 - 5 -54 - 5 -54 - 5 -53 - 5 -54 - 8 -50 - 8 -50 - 8 -51 - 8 -51 - 8 -51 - 8 -51 - 46 -47 - 46 -47 - -48 49 - -48 49 - -72 53 - -72 53 - 9 -50 - 10 -49 - 9 -49 - 9 -50 - 9 -49 - 9 -49 - 9 -49 - 9 -50 - 9 -49 - 9 -49 - 9 -49 - 9 -49 - 11 -47 - 11 -47 - 10 -47 - 11 -47 - 85 -70 - 85 -70 - 6 -9 - 6 -9 - -12 15 - -12 15 - 26 -19 - 25 -19 - 26 -19 - 26 -20 - 52 -36 - 52 -36 - 18 -72 - 18 -72 - 73 7 - 73 7 - -80 -72 - -80 -72 - -80 -71 - -47 -45 - -47 -45 - -46 -44 - -23 -21 - -23 -21 - -22 -21 - -53 -56 - -53 -56 - -15 -15 - -15 -15 - 16 88 - 15 87 - 15 88 - 16 88 - -40 -37 - -40 -37 - -23 -27 - -23 -27 - 31 43 - 31 43 - 62 61 - 62 61 - 2 -57 - 2 -57 - 29 9 - 29 9 - 57 -93 - 57 -93 - 2 12 - 2 12 - -2 -46 - -11 -44 - -11 -44 - -2 -46 - -11 -45 - -11 -45 - -11 -45 - -11 -45 - -10 -46 - -11 -45 - -11 -45 - -11 -45 - -11 -45 - -10 -46 - -63 99 - 74 -93 - -63 99 - 59 -12 - 59 -12 - -9 -48 - -9 -48 - -9 -47 - -9 -48 - -8 -49 - -10 -49 - -9 -49 - -8 -49 - -7 -50 - -7 -50 - -38 -77 - -38 -77 - 10 -71 - 10 -71 - 6 -51 - 6 -51 - 7 -51 - -3 -53 - -3 -53 - -3 -53 - -4 -54 - -3 -54 - 16 23 - 16 23 - -13 -25 - -13 -25 - 38 -50 - 36 -51 - 38 -50 - 24 -18 - 24 -18 - -1 -55 - -1 -55 - -1 -55 - -1 -54 - -6 -56 - -6 -56 - 81 -99 - 81 -99 - 80 -99 - 21 37 - 21 37 - 8 -51 - 8 -51 - 8 -51 - 8 -51 - 9 -49 - -1 -48 - 9 -49 - 10 -49 - -20 -45 - 9 -49 - 9 -49 - 9 -49 - 9 -49 - 10 -49 - -20 -45 - 9 -49 - 9 -49 - 10 -49 - 40 22 - 40 22 - 10 -47 - 10 -48 - 10 -47 - 26 -63 - 26 -63 - 14 -73 - 14 -73 - 66 -25 - 66 -25 - 73 50 - 73 50 - 21 -7 - 21 -7 - 73 74 - 73 74 - -35 -39 - -35 -39 - -6 9 - -6 9 - 6 -15 - 6 -15 - 56 -19 - 56 -19 - -11 14 - -11 14 - -83 46 - -83 46 - -88 59 - -88 59 - -46 -44 - -47 -45 - -46 -44 - -22 -21 - -23 -21 - -22 -21 - 46 32 - 46 32 - 92 5 - 92 5 - 17 -88 - 18 -88 - 90 -23 - 90 -24 - 90 -23 - 28 18 - 28 18 - 94 -3 - 94 -3 - -10 100 - -10 100 - -17 -6 - -17 -6 - -7 -11 - -7 -11 - 24 36 - 24 36 - 24 36 - 25 37 - 25 37 - 26 37 - 26 38 - 24 36 - 24 36 - 25 37 - 86 92 - 86 92 - -15 -32 - -15 -33 - -15 -32 - 83 10 - 83 10 - 0 -49 - 0 -49 - 63 -66 - 63 -66 - 95 56 - 95 56 - -13 -43 - -13 -43 - 97 74 - 97 74 - 78 48 - 78 48 - -26 44 - 49 12 - -26 44 - 62 -50 - 62 -50 - -10 -47 - -10 -47 - -8 -49 - -8 -49 - -10 -47 - -9 -48 - -9 -48 - -9 -48 - -18 66 - -18 66 - -19 -66 - -19 -66 - 42 4 - 42 4 - 38 99 - 38 99 - -4 -53 - -4 -52 - -4 -53 - 7 -51 - 6 -51 - 7 -51 - -4 -54 - -3 -53 - -3 -53 - -4 -54 - -3 -54 - -3 -53 - -3 -53 - -4 -54 - -3 -54 - -3 -53 - -2 -53 - 16 -50 - 16 -50 - 6 -51 - -5 -53 - 16 -50 - 6 -51 - -5 -53 - 8 -52 - 91 -13 - 91 -13 - 4 -54 - 4 -54 - 3 -53 - 3 -53 - 4 -54 - 3 -53 - 7 -52 - 7 -52 - 7 -52 - 10 -49 - 9 -49 - 10 -49 - 9 -49 - 9 -49 - 10 -49 - 9 -49 - 9 -49 - 10 -49 - 9 -49 - 9 -50 - 10 -49 - 10 -49 - 10 -47 - 11 -48 - 11 -47 - 10 -47 - 11 -47 - 11 -48 - 34 -96 - 34 -96 - 24 -31 - 24 -31 - 94 -44 - 94 -44 - -17 76 - -17 76 - 24 29 - 24 29 - 7 -18 - 7 -18 - -78 95 - -78 95 - 23 -79 - 23 -79 - -10 13 - -10 13 - -51 54 - -51 54 - -50 54 - -50 54 - 37 -29 - 37 -29 - 37 -28 - -6 16 - -6 16 - -80 40 - -80 40 - -79 40 - -79 41 - 11 8 - 11 8 - -32 -29 - -32 -29 - 17 -88 - 92 5 - 70 52 - 17 -88 - 18 -88 - -25 -26 - -25 -26 - -76 -30 - -76 -30 - -44 -72 - -33 -30 - -33 -30 - 69 51 - 69 51 - 37 41 - 37 41 - -9 88 - -9 88 - -43 37 - -43 37 - -28 -47 - -6 -10 - -6 -10 - -35 -64 - -35 -64 - 61 82 - 61 82 - 61 83 - 61 83 - 61 82 - 61 83 - 63 -65 - 10 -93 - 63 -65 - 27 -94 - 27 -94 - -14 -37 - -15 -37 - -13 -38 - -14 -37 - 19 64 - 19 64 - 16 15 - 16 15 - 72 12 - 72 12 - 72 13 - 72 13 - 72 12 - 72 13 - 97 -67 - 97 -67 - -32 -25 - -32 -25 - 88 -44 - 88 -44 - 35 -43 - 35 -43 - 31 49 - 31 49 - -3 -54 - -3 -53 - -3 -53 - -4 -54 - -3 -54 - -3 -53 - -2 -53 - -4 -54 - -3 -54 - -3 -53 - -2 -53 - 16 -50 - 17 -50 - 16 -50 - 6 -51 - -12 -60 - -12 -60 - -59 1 - -59 1 - 6 -53 - 6 -53 - -11 -46 - -11 -46 - -1 -48 - -1 -48 - -11 -46 - -1 -48 - 9 -49 - 9 -49 - 9 -49 - 10 -49 - 9 -49 - 9 -50 - 9 -49 - 9 -49 - 10 -49 - 9 -49 - 9 -50 - 9 -49 - 9 -49 - 9 -49 - 9 -50 - 9 -49 - 9 -49 - 9 -49 - 11 -47 - 11 -48 - 11 -48 - 11 -47 - 10 -47 - 11 -47 - 67 -7 - 67 -7 - 12 -45 - 12 -45 - 89 -96 - 89 -96 - 8 -21 - 8 -21 - 71 -98 - 71 -98 - 83 -96 - 83 -96 - 6 -64 - 6 -64 - 7 -9 - 7 -9 - -9 27 - -9 27 - -50 54 - -51 54 - -50 54 - -50 54 - -23 23 - -23 23 - 37 -28 - 37 -29 - 37 -28 - -18 82 - -18 82 - 8 15 - 8 15 - -25 84 - -25 84 - 21 -12 - 21 -12 - -79 40 - -80 40 - -79 40 - -79 41 - -79 41 - -80 40 - -79 40 - -79 41 - 28 6 - 28 6 - 54 -28 - 54 -28 - 20 -82 - 20 -82 - 70 52 - 18 -88 - 92 5 - 70 52 - 17 -88 - 18 -88 - -28 -47 - -43 37 - -28 -47 - 95 10 - 95 10 - -16 -27 - -16 -27 - -16 -26 - -16 -26 - -16 -27 - -16 -26 - 24 36 - 24 36 - 24 36 - 25 37 - 26 39 - 26 39 - 7 13 - 7 13 - 69 27 - 69 27 - -9 -19 - -9 -19 - -34 -94 - -34 -94 - 59 74 - 59 74 - 20 -88 - 20 -88 - 20 -18 - 20 -18 - -10 -46 - -11 -45 - -11 -45 - -10 -46 - -10 -47 - -10 -47 - 11 29 - 11 29 - 91 9 - 91 9 - 99 -24 - 99 -24 - -48 25 - -48 25 - 8 -52 - 16 -50 - 6 -51 - -5 -53 - 8 -52 - -3 -54 - -2 -54 - -2 -54 - -1 -55 - -1 -55 - -1 -55 - 0 -55 - -2 -55 - -1 -54 - -1 -54 - -1 -55 - -1 -55 - 0 -55 - -2 -55 - -1 -54 - -1 -55 - -1 -55 - -2 -55 - -2 -54 - 80 -99 - 81 -99 - 80 -99 - 8 -52 - 8 -52 - 8 -53 - 8 -52 - 7 -52 - 7 -52 - 7 -52 - 8 -52 - 8 -53 - 8 -52 - 7 -52 - 7 -52 - 8 -51 - 8 -51 - 8 -51 - 8 -51 - 8 -52 - 8 -52 - 51 -42 - 51 -42 - 11 -48 - 11 -48 - 11 -48 - 10 -47 - 11 -47 - 11 -47 - 11 -48 - 11 -47 - 11 -47 - -47 13 - -47 13 - 12 -45 - 12 -45 - 13 -44 - 13 -44 - -28 -14 - -28 -14 - 5 -9 - 5 -9 - -16 63 - -16 63 - -50 54 - -51 54 - -50 54 - -50 54 - 10 -8 - 10 -8 - -11 -5 - -11 -5 - -13 -11 - -13 -11 - 70 52 - 20 -82 - 70 52 - 17 -88 - 18 -88 - 7 11 - 7 11 - 19 29 - 19 29 - 10 -93 - 60 -70 - 10 -93 - 63 -65 - 62 93 - 62 93 - 59 3 - 59 3 - -13 -40 - -13 -40 - 26 -53 - 26 -53 - -12 -45 - -12 -45 - -11 -45 - -12 -44 - -12 -45 - -11 -44 - -12 -44 - -12 -45 - -11 -45 - -12 -44 - -12 -45 - -11 -44 - -24 18 - -24 18 - -10 -47 - -8 -49 - -10 -47 - -14 -80 - -14 -80 - 33 27 - 33 27 - -7 42 - -7 42 - 20 38 - -8 -51 - -8 -51 - -8 -50 - -8 -50 - -8 -50 - -8 -51 - -8 -50 - -8 -50 - -22 -81 - -22 -81 - -10 12 - -10 12 - 61 -14 - 61 -14 - 47 -55 - 47 -55 - -28 -82 - -28 -82 - 16 -50 - -4 -54 - -3 -54 - -3 -53 - -2 -53 - 16 -50 - 17 -50 - 16 -50 - 6 -51 - 16 -50 - -4 -54 - -3 -54 - -3 -53 - -2 -53 - 16 -50 - 17 -50 - 16 -50 - 6 -51 - -5 -53 - 8 -52 - 6 -51 - -3 -53 - -2 -53 - 16 -50 - 17 -50 - 16 -50 - 6 -51 - -5 -53 - 8 -52 - -2 -54 - -2 -54 - -3 -54 - 0 -55 - -1 -55 - 0 -55 - -2 -55 - -1 -54 - -2 -55 - -1 -55 - -2 -55 - -2 -54 - -2 -54 - -1 -55 - -2 -55 - -2 -54 - -35 -10 - -35 -10 - -59 65 - -59 65 - 84 1 - 84 1 - 7 -52 - 7 -52 - 7 -52 - 8 -52 - 8 -51 - 8 -51 - 8 -52 - 8 -52 - 8 -51 - 12 9 - 12 9 - 11 -48 - 10 -47 - 11 -47 - 11 -48 - 11 -47 - 11 -47 - 11 -47 - 11 -47 - 11 -48 - 11 -47 - 11 -47 - -18 3 - -18 3 - -17 -22 - -17 -22 - -26 45 - -26 45 - -13 17 - -13 17 - 46 -34 - 46 -34 - 59 -48 - 59 -48 - -79 53 - -79 53 - 13 63 - 13 63 - -11 -10 - -11 -10 - -22 36 - -22 36 - -45 -46 - -45 -46 - 27 66 - 27 66 - 58 88 - 58 88 - 59 87 - -30 20 - -30 20 - 8 12 - 8 12 - 27 40 - 27 40 - -13 -26 - -13 -26 - 63 55 - 63 55 - 60 -70 - 60 -70 - 10 -93 - -15 -37 - -15 -37 - -14 -37 - -14 -38 - -14 -39 - -14 -38 - -20 -65 - -20 -65 - -13 -62 - -13 -62 - 52 -12 - 52 -12 - 74 -10 - 74 -10 - -12 91 - -12 91 - -35 -71 - -35 -71 - -8 -50 - -8 -50 - 20 38 - -7 42 - 20 38 - 89 35 - 89 35 - -6 -52 - -6 -52 - -5 -52 - 17 -50 - -3 -54 - -2 -53 - 16 -50 - 17 -50 - 16 -50 - 6 -51 - -3 -54 - 8 -52 - -3 -54 - 42 11 - 42 11 - -3 -54 - -2 -54 - -3 -54 - 47 64 - 47 64 - 84 -27 - 84 -27 - 5 -53 - 5 -53 - 26 56 - 26 56 - 27 56 - 8 -53 - 8 -52 - 8 -53 - 8 -52 - 7 -52 - 7 -52 - 8 -52 - 8 -52 - 8 -53 - 8 -52 - 7 -52 - 7 -52 - 7 -52 - 8 -52 - 8 -53 - 8 -52 - 7 -52 - 7 -52 - 7 -52 - 8 -52 - 7 -52 - 7 -52 - 7 -52 - 8 -51 - -58 8 - -58 8 - 8 -52 - 8 -51 - 8 -51 - 8 -52 - 8 -52 - 8 -52 - 8 -51 - 8 -51 - 8 -51 - 8 -52 - 8 -52 - 8 -52 - 8 -51 - 8 -51 - 8 -51 - 8 -52 - 8 -52 - 8 -52 - 87 94 - 87 94 - 11 -48 - 11 -48 - 11 -48 - 11 -47 - -12 5 - -12 5 - 30 4 - 30 4 - 31 4 - 66 -31 - 66 -31 - -26 -55 - -26 -55 - -32 51 - -32 51 - -73 27 - -73 27 - -78 45 - -78 45 - -70 57 - -70 58 - -5 -29 - -5 -29 - -74 -75 - -74 -75 - 38 13 - 38 13 - 8 -49 - 8 -49 - -39 -76 - -39 -76 - -61 46 - -61 46 - 58 43 - 58 43 - 58 44 - 58 44 - 58 43 - 58 44 - -9 8 - -9 8 - 7 29 - 7 29 - 8 29 - 59 87 - 58 88 - 59 87 - 41 60 - 41 60 - 21 32 - 21 32 - 30 52 - 30 52 - -15 -37 - -15 -37 - -15 -36 - -15 -36 - -15 -37 - -15 -36 - 71 -6 - 71 -6 - 52 8 - 52 8 - -4 -56 - -4 -56 - 66 44 - 66 44 - -11 -45 - -12 -45 - -11 -45 - -12 -44 - -12 -45 - -11 -44 - -12 -45 - -12 -45 - -11 -45 - -12 -44 - -12 -45 - -11 -44 - 88 -34 - 88 -34 - -9 -49 - -9 -49 - -9 -49 - 27 -63 - 27 -63 - 98 96 - 98 96 - -8 -50 - -8 -51 - -8 -50 - -8 -50 - -7 -50 - -7 -50 - -30 -94 - -30 -94 - -6 -52 - -6 -52 - -6 -52 - 58 96 - 58 96 - -5 -52 - -6 -52 - -5 -52 - -12 87 - -12 87 - -11 87 - 58 -22 - 58 -22 - -2 -55 - -1 -55 - 0 -55 - -2 -55 - -1 -54 - -10 -11 - -10 -11 - 48 29 - 48 29 - -49 82 - -49 82 - 55 -22 - 55 -22 - 5 -55 - 5 -55 - 27 56 - 26 56 - 27 56 - 8 -51 - 7 -52 - 7 -52 - 7 -52 - 8 -51 - 8 -51 - 8 -51 - 7 -52 - 8 -51 - 8 -51 - 8 -50 - 8 -52 - 8 -50 - 8 -51 - 8 -51 - 8 -50 - 8 -52 - 8 -51 - 8 -51 - 8 -51 - 8 -51 - 8 -51 - 8 -52 - 9 -51 - 9 -51 - 50 -12 - 50 -12 - 92 -77 - 92 -77 - 39 -76 - 39 -76 - -11 99 - 65 78 - -11 99 - 94 -23 - 94 -23 - -11 99 - 94 -23 - 13 -44 - 13 -44 - 14 -43 - -11 -43 - 14 -43 - 13 -44 - 14 -43 - -11 -43 - 13 -44 - -22 61 - -22 61 - 61 20 - 61 20 - -22 61 - 61 20 - 31 4 - 30 4 - 31 4 - 6 -16 - 6 -16 - -77 67 - -77 67 - -50 -6 - -50 -6 - -53 15 - -53 15 - -54 50 - -54 50 - -19 20 - -19 20 - 41 -31 - 41 -31 - 6 72 - 6 72 - 75 -34 - 75 -34 - 77 -34 - 24 51 - 24 51 - 46 9 - 46 9 - 21 85 - 21 85 - 8 29 - 7 29 - 8 29 - 31 49 - 31 49 - 88 82 - 88 82 - 10 -5 - 10 -5 - -14 -41 - -14 -41 - -13 -42 - -13 -42 - -13 -42 - -14 -41 - -13 -42 - -13 -42 - 33 94 - 33 94 - 33 86 - 33 86 - -11 -44 - -12 -45 - -11 -45 - -12 -44 - -12 -45 - -11 -44 - 45 65 - 45 65 - -9 -48 - -9 -48 - -9 -49 - -9 -49 - -9 -49 - -8 -49 - 38 17 - 38 17 - 66 28 - 66 28 - 35 60 - -11 87 - -12 87 - -11 87 - -3 94 - -3 94 - 1 -55 - 1 -55 - -36 100 - 92 51 - -36 100 - -29 92 - -29 92 - -23 -35 - -23 -35 - -18 92 - -18 92 - 9 -51 - 9 -51 - 9 -51 - 18 -52 - 18 -52 - 21 -52 - 21 -52 - 10 -49 - 10 -49 - 56 -62 - 56 -62 - 78 1 - 78 1 - 49 -27 - 49 -27 - -35 -83 - -35 -83 - -11 -43 - 13 -44 - 14 -43 - -11 -43 - 13 -44 - 9 -24 - 9 -24 - -72 81 - -72 81 - -51 14 - -51 14 - -17 -28 - -17 -28 - 36 57 - 36 57 - -71 81 - -71 81 - -20 81 - -20 81 - -70 57 - -78 45 - -70 57 - -70 58 - -70 58 - -78 45 - -70 57 - -70 58 - 43 11 - 43 11 - 16 13 - 16 13 - -22 -36 - -22 -36 - 58 41 - -69 -5 - 58 41 - -24 -71 - -24 -71 - -23 -69 - 20 16 - 20 16 - -31 -8 - -31 -8 - 24 68 - 24 68 - 14 7 - 14 7 - -15 -28 - -15 -28 - -14 -39 - -14 -39 - -14 -38 - -14 -40 - -14 -40 - 77 8 - 77 8 - -13 -42 - -14 -41 - -13 -42 - -13 -42 - -13 -43 - -13 -43 - -12 -45 - 93 41 - 93 41 - -48 -87 - -2 26 - -2 26 - -17 -38 - -17 -38 - 20 -15 - 20 -15 - -54 -92 - -54 -92 - -53 -92 - -11 18 - -11 18 - -8 -49 - -8 -49 - 35 60 - 66 28 - 35 60 - -6 -52 - -6 -52 - -6 -52 - 5 -51 - 5 -51 - 6 -51 - -26 -26 - -26 -26 - 37 97 - 42 97 - 37 97 - 0 -56 - 0 -56 - 0 -56 - 0 -55 - 0 -55 - 0 -55 - 0 -55 - 0 -56 - 0 -56 - 0 -55 - 0 -55 - 0 -55 - 78 64 - 78 64 - 3 -55 - 3 -55 - 3 -56 - -2 88 - -2 88 - 8 -52 - 8 -51 - 8 -51 - 8 -51 - 8 -51 - 8 -51 - 9 -50 - 9 -50 - 9 -50 - 8 -50 - 9 -50 - 9 -50 - 9 -50 - 9 -50 - 8 -50 - 9 -50 - 65 35 - 65 35 - 12 -46 - 12 -46 - 12 -45 - 12 -45 - -1 -20 - -1 -20 - 29 11 - 29 11 - 14 -20 - 14 -20 - -55 67 - -55 67 - 25 -38 - 25 -38 - 26 -38 - 1 -72 - 1 -72 - 22 -18 - 22 -18 - -66 72 - -66 72 - 77 -34 - 75 -34 - 77 -34 - -59 40 - -59 40 - 48 53 - 48 53 - -36 -33 - -36 -33 - 37 25 - 37 25 - -69 -5 - -69 -5 - 58 41 - -23 -69 - -24 -71 - -23 -69 - 95 -94 - 95 -94 - -36 -70 - -36 -70 - -36 -69 - -36 -69 - -36 -70 - -36 -69 - 50 31 - 50 31 - 39 58 - 39 58 - 97 -27 - 97 -27 - -79 -29 - -79 -29 - 36 75 - 36 75 - -12 -45 - -13 -43 - -12 -45 - -11 -47 - -11 -47 - -11 -47 - 2 -79 - 22 73 - 2 -79 - 44 -47 - 44 -47 - -8 -50 - -8 -50 - -53 -92 - -54 -92 - -53 -92 - 15 82 - 15 82 - -13 -57 - -13 -57 - -2 -54 - -4 -54 - -2 -54 - 26 -47 - -27 45 - -27 45 - -4 -54 - -2 -54 - 26 -47 - -27 45 - 0 -56 - 0 -56 - 0 -56 - 0 -55 - 0 -55 - 0 -55 - 0 -55 - 0 -56 - 0 -56 - 0 -55 - 0 -55 - 0 -55 - 0 -55 - 0 -56 - 0 -56 - 0 -55 - 0 -55 - 0 -55 - 59 70 - 59 70 - 58 -84 - 58 -84 - 58 -84 - 58 -84 - 58 -84 - 58 -84 - 91 -22 - 91 -22 - 8 -52 - 8 -51 - 8 -50 - 8 -52 - 8 -52 - 8 -51 - 8 -51 - 8 -51 - 8 -51 - 8 -51 - 8 -51 - 8 -51 - 8 -51 - 8 -51 - 8 -51 - 8 -51 - 8 -51 - 0 -49 - 0 -49 - -10 -46 - -1 -48 - -10 -46 - 8 -50 - 9 -50 - 9 -50 - 8 -50 - 9 -50 - 11 -49 - 11 -49 - 11 -48 - 11 -48 - 11 -48 - 11 -48 - 11 -48 - 11 -48 - 46 81 - 46 81 - 65 78 - 65 78 - -11 99 - 41 -58 - 41 -58 - 13 -44 - 14 -43 - -11 -43 - 13 -44 - 13 -44 - 13 -44 - -7 18 - -7 18 - -9 9 - -9 9 - 37 -3 - 37 -3 - 26 -38 - 25 -38 - 26 -38 - -21 48 - -21 48 - -46 81 - -46 81 - 33 -27 - 33 -27 - -44 49 - -44 49 - 51 -39 - 51 -39 - 46 -34 - 46 -34 - -57 7 - -56 5 - -57 7 - -58 38 - -58 38 - 33 -17 - 33 -17 - 33 9 - 33 9 - 0 -93 - 0 -93 - 69 82 - 69 82 - -79 19 - -79 19 - -78 19 - 31 86 - 31 86 - 31 87 - 31 87 - 31 86 - 31 87 - -16 -29 - -16 -29 - 91 87 - 91 87 - 71 85 - 71 85 - 51 52 - 51 52 - 51 53 - 51 53 - 51 52 - 51 53 - 30 71 - 30 71 - -48 -87 - 93 41 - -48 -87 - 92 41 - 27 -27 - 27 -27 - -8 -49 - -9 -49 - -8 -49 - 55 32 - 55 32 - -29 -40 - -29 -40 - 75 -90 - 75 -90 - 16 -49 - 6 -52 - 7 -51 - 16 -49 - 42 15 - 42 15 - 3 -56 - 3 -55 - 3 -56 - 92 51 - 92 51 - -36 100 - 4 -54 - 5 -54 - 6 -54 - 4 -54 - 6 -54 - 6 -54 - 6 -54 - 6 -54 - 6 -54 - 6 -54 - 6 -54 - 7 -53 - 7 -53 - 7 -53 - -45 33 - -45 33 - 8 -51 - 8 -51 - 8 -51 - 8 -51 - 8 -51 - 8 -51 - 8 -51 - 8 -51 - 8 -51 - 8 -51 - 8 -51 - 8 -51 - 9 -51 - 9 -51 - 9 -51 - 9 -50 - 9 -50 - 9 -50 - 8 -50 - 9 -50 - 50 20 - 50 20 - 10 -49 - 10 -49 - 93 70 - 93 70 - 43 52 - 43 52 - -5 -41 - -5 -41 - 12 -47 - 12 -47 - -21 39 - -21 39 - -60 -34 - -60 -34 - -1 14 - -1 14 - 97 45 - 97 45 - 11 -14 - 11 -14 - -8 11 - -8 11 - -3 14 - -3 14 - 95 -69 - 92 -68 - 95 -69 - 30 -24 - 30 -24 - -56 5 - -56 5 - -57 7 - 12 6 - 12 6 - 54 14 - 54 14 - 17 -91 - 17 -91 - 81 35 - 81 35 - 23 61 - 23 61 - -78 19 - -79 19 - -78 19 - -17 -25 - -17 -25 - 47 68 - 47 69 - 47 68 - 27 41 - 27 41 - 87 -64 - 87 -64 - 20 82 - 20 82 - 26 33 - 26 33 - 22 73 - 22 73 - 2 -79 - -1 -98 - -1 -98 - 46 -50 - 46 -50 - -12 78 - -12 78 - 14 12 - 14 12 - -39 -1 - -39 -1 - 88 -15 - 88 -15 - -7 -52 - -7 -52 - -6 -52 - -6 -52 - -6 -51 - 6 -51 - 5 -51 - 6 -51 - 6 -52 - 7 -51 - 6 -52 - 6 -51 - 6 -52 - 7 -51 - 16 -49 - 26 -47 - 23 -92 - 23 -92 - -4 -54 - -3 -54 - -3 -53 - -4 -54 - -2 -54 - 26 -47 - -2 -55 - 26 -47 - -3 -53 - -4 -54 - -2 -54 - 26 -47 - -2 -55 - -27 45 - 42 97 - 42 97 - 37 97 - 5 -54 - 5 -54 - 6 -54 - 4 -54 - 6 -54 - 6 -54 - -2 -49 - -2 -49 - 7 -53 - 7 -53 - 7 -53 - 8 -53 - 8 -53 - 8 -51 - 8 -52 - 8 -51 - 8 -51 - 8 -51 - 8 -51 - 8 -51 - 8 -51 - 8 -51 - 8 -51 - 8 -51 - 8 -51 - -60 57 - -60 57 - 21 -49 - 21 -49 - 16 -58 - 16 -58 - 84 34 - 84 34 - -71 -15 - -71 -15 - -76 53 - -76 53 - -50 26 - -49 24 - -49 25 - -50 26 - 31 -4 - 31 -4 - 31 -3 - 31 -3 - 31 -4 - 31 -3 - 19 38 - 19 38 - 52 14 - 52 14 - 20 16 - 20 16 - 21 18 - 21 18 - 56 43 - 56 43 - -47 -82 - -47 -82 - 28 94 - 39 47 - 39 47 - 34 52 - 25 40 - 25 40 - 57 -6 - 57 -6 - 42 13 - 42 13 - -32 -89 - -32 -89 - -13 -41 - -13 -41 - -11 -47 - -11 -47 - -11 -47 - -11 -47 - -11 -47 - -11 -47 - 10 36 - 10 36 - 61 -11 - 61 -11 - -4 -68 - -4 -68 - -27 -65 - -6 -51 - -6 -52 - -6 -51 - 68 92 - 68 92 - -3 -54 - -3 -54 - 7 -51 - 6 -51 - 6 -52 - 7 -51 - 16 -49 - 7 -51 - 7 -51 - -3 -53 - 69 -85 - 69 -85 - 70 -85 - -56 -28 - -56 -28 - -51 79 - -51 79 - 6 -54 - 5 -54 - 6 -54 - 4 -54 - 7 -53 - 7 -53 - 8 -52 - 8 -52 - 8 -52 - 8 -52 - 8 -51 - 8 -51 - 8 -51 - 8 -51 - 8 -51 - 8 -51 - 8 -51 - 8 -51 - 8 -51 - 8 -51 - 8 -51 - 8 -51 - 50 -65 - 50 -65 - -1 -48 - -1 -48 - -10 -46 - 9 -50 - 9 -51 - 9 -50 - -18 4 - -18 4 - -12 -16 - -12 -16 - 12 -45 - 12 -45 - -34 75 - -34 75 - 75 7 - 75 7 - 39 -13 - 39 -13 - -27 98 - -27 98 - 82 61 - -49 24 - -49 24 - -49 25 - -50 26 - -49 25 - -49 24 - -49 25 - -50 26 - -21 -20 - -21 -20 - -45 -45 - -45 -45 - 11 20 - 11 20 - -36 2 - -36 2 - -1 -9 - -1 -9 - 9 57 - 9 57 - 19 31 - 19 31 - -62 42 - -62 42 - 99 -84 - 99 -84 - 76 12 - 59 -49 - 76 12 - 92 41 - -48 -87 - 92 41 - 71 -11 - 71 -11 - 84 58 - 84 58 - -59 62 - -59 62 - 79 27 - -7 -50 - -7 -50 - -8 -50 - -6 -53 - -6 -53 - -5 -53 - -5 -53 - 6 -61 - 6 -61 - -5 -53 - -5 -53 - -5 -53 - -5 -53 - 94 45 - 94 45 - -3 -54 - 26 -47 - -3 -54 - -3 -53 - -4 -54 - -3 -53 - 26 -47 - -3 -54 - 7 -51 - -3 -53 - -4 -54 - 26 -47 - -2 -55 - -1 -55 - -1 -55 - -1 -56 - -1 -56 - 0 -56 - -1 -55 - -1 -55 - -1 -56 - 0 -56 - -1 -55 - 7 -53 - 70 -85 - 69 -85 - 70 -85 - 20 2 - 20 2 - -51 98 - -51 98 - 20 91 - 20 91 - 6 -54 - 6 -54 - 6 -54 - -10 -45 - -10 -45 - 16 51 - 16 51 - 16 51 - -8 -21 - -8 -21 - -37 -29 - -37 -29 - 57 18 - 57 18 - 21 98 - 21 98 - -52 98 - -51 97 - -52 98 - 14 -18 - 14 -18 - -71 28 - -71 28 - 85 -5 - 85 -5 - 92 -68 - 92 -68 - 95 -69 - -20 -19 - -20 -19 - -16 89 - -16 89 - -35 -57 - -35 -57 - 28 94 - -47 -82 - 28 94 - -26 -95 - -26 -95 - 28 94 - -26 -95 - -59 17 - -59 17 - -59 18 - -59 18 - -59 17 - -59 18 - 16 59 - 16 59 - -29 24 - 19 31 - -29 24 - 47 69 - 47 69 - 47 68 - 6 9 - 6 9 - 15 -50 - 15 -50 - 47 16 - 47 16 - -13 -43 - -13 -43 - -13 -43 - -13 -43 - -13 -43 - -13 -43 - 53 53 - 53 53 - -7 54 - -7 54 - -29 -72 - -28 -73 - -29 -72 - 21 -39 - 21 -39 - -8 -50 - -7 -50 - -8 -50 - -27 -65 - -4 -68 - -27 -65 - 85 -95 - 85 -95 - 59 -37 - 59 -37 - 33 57 - 33 57 - 26 -47 - 6 -52 - -4 -55 - 26 -47 - -3 -54 - -3 -53 - -4 -54 - -2 -55 - -3 -53 - -4 -54 - -4 -54 - -3 -55 - 26 -47 - -2 -55 - 49 54 - 49 54 - 0 -56 - -1 -56 - 0 -56 - -1 -55 - -13 99 - -13 99 - 71 74 - 71 74 - -13 99 - 71 74 - 2 -56 - 3 -57 - 2 -56 - 3 -56 - 4 -55 - 4 -55 - 72 -24 - 72 -24 - 60 16 - 60 16 - 8 -52 - 8 -52 - -44 27 - 8 -52 - 8 -51 - 8 -51 - 8 -51 - 8 -52 - 8 -51 - 8 -51 - 8 -51 - 8 -51 - -1 -49 - -1 -49 - 0 -49 - 9 -51 - 9 -51 - 9 -50 - 10 -50 - 10 -50 - 11 -49 - 9 -50 - 11 -49 - 10 -50 - 10 -50 - 9 -50 - 11 -49 - 10 -50 - 11 -49 - 11 -49 - 80 -52 - 80 -52 - 12 -46 - 12 -46 - -51 97 - -51 97 - -52 98 - 15 -19 - 15 -19 - -43 78 - -43 78 - -43 79 - -43 79 - -43 78 - -43 79 - 71 -54 - 71 -54 - 28 -70 - 28 -70 - -15 -86 - -15 -86 - 64 -21 - 64 -21 - 43 34 - 43 34 - -19 -18 - -19 -18 - 35 -70 - 35 -70 - -53 -47 - -53 -47 - -15 -40 - -15 -40 - -17 -13 - -17 -13 - 34 52 - 39 47 - 34 52 - -16 -31 - -16 -30 - -16 -31 - 93 37 - 93 37 - 59 -49 - 59 -49 - 76 12 - 10 -41 - 10 -41 - 75 46 - 75 46 - -11 -47 - -11 -47 - -11 -47 - -28 -73 - -28 -73 - -29 -72 - 63 -43 - 79 27 - -59 62 - 79 27 - 33 -70 - 33 -70 - 53 48 - 53 48 - -6 -52 - -5 -52 - -6 -52 - -7 -53 - -6 -53 - -5 -53 - -6 -53 - -5 -53 - -5 -53 - -6 -53 - -6 -53 - -5 -53 - -5 -53 - -6 -53 - 41 -39 - 41 -39 - 7 -53 - -1 -55 - 7 -53 - 3 -57 - 3 -57 - 2 -56 - 3 -56 - 3 -56 - 3 -57 - 2 -56 - 3 -56 - 3 -56 - 3 -56 - 3 -56 - 3 -55 - 3 -56 - 4 -56 - 84 -99 - 84 -99 - 9 -51 - 8 -51 - 9 -52 - 9 -51 - 9 -51 - 9 -50 - 9 -51 - 8 -51 - 9 -50 - 9 -51 - 89 -84 - 89 -84 - 13 -45 - 13 -45 - 57 42 - 57 42 - 58 43 - 61 34 - 61 34 - 12 -31 - 12 -31 - 82 61 - -27 98 - 82 61 - 62 -49 - 62 -49 - 16 -14 - 16 -14 - 73 -15 - 73 -15 - -11 -8 - -11 -8 - -43 -43 - -43 -43 - 55 64 - 55 64 - 3 12 - 3 12 - 3 13 - 3 13 - 40 31 - 40 31 - 32 48 - 32 48 - -38 91 - -38 91 - 61 82 - -18 81 - -18 81 - 97 -44 - 97 -44 - -16 10 - -16 10 - 19 31 - 19 31 - -29 24 - -43 -82 - -43 -82 - 66 -25 - 38 58 - 66 -25 - -10 -48 - -11 -47 - -10 -48 - -16 28 - -16 28 - 47 38 - 47 38 - -9 -49 - -9 -49 - 6 65 - 6 65 - 5 65 - 21 31 - 21 31 - 80 100 - 80 100 - -5 -52 - -5 -52 - -7 -52 - -6 -52 - -7 -53 - -6 -53 - -7 -53 - -5 -52 - -7 -52 - -6 -52 - -7 -53 - -6 -53 - -5 -53 - -6 -53 - -5 -53 - -5 -53 - -6 -53 - 15 95 - 15 95 - 99 6 - 60 66 - 60 66 - 33 -79 - 33 -79 - 3 -55 - 3 -55 - 4 -55 - 3 -56 - 3 -56 - 3 -56 - 3 -55 - 3 -55 - 3 -56 - 3 -56 - 3 -55 - 3 -56 - 4 -56 - 3 -56 - 3 -56 - 3 -55 - 3 -56 - 4 -56 - -3 -79 - -3 -79 - 6 -54 - 7 -55 - 6 -54 - 6 -54 - 5 -53 - 5 -53 - 6 -54 - 6 -54 - 5 -53 - 7 -52 - 7 -52 - -44 27 - -44 27 - 8 -52 - 0 -49 - -1 -49 - 0 -49 - 0 -48 - 9 -50 - 9 -51 - 9 -50 - 9 -51 - 8 -51 - 8 -51 - 9 -50 - 9 -51 - 8 -51 - 9 -51 - 16 51 - 16 51 - 16 51 - 76 -97 - 76 -97 - -48 69 - -48 69 - 9 -54 - 9 -54 - 58 43 - 57 42 - 58 43 - 95 -45 - 95 -45 - 98 47 - 16 -40 - 16 -40 - 41 -40 - 41 -40 - -27 -76 - -27 -76 - 73 -43 - 73 -43 - -52 11 - -52 11 - 45 4 - 45 4 - 49 -39 - 49 -39 - -70 -80 - -70 -80 - 54 -10 - 54 -10 - 39 27 - 39 27 - -66 -78 - -66 -78 - -66 -78 - -66 -78 - -66 -78 - -66 -78 - 60 37 - 60 37 - 93 72 - 93 72 - 4 -10 - 4 -10 - -56 -56 - -56 -56 - -56 -55 - -56 -55 - -56 -56 - -56 -55 - 49 72 - 49 72 - 38 58 - 39 59 - 38 58 - 66 -25 - -7 -14 - -7 -14 - -33 -79 - -33 -79 - -32 -79 - -13 -45 - -13 -45 - 5 44 - 5 44 - -11 -47 - -11 -47 - -10 -48 - 93 21 - 93 21 - 93 28 - 93 28 - 78 -84 - 78 -84 - 79 -85 - 85 16 - 85 16 - -4 -54 - -4 -54 - 98 -38 - 98 -38 - -4 -55 - -4 -55 - 26 -47 - -3 -55 - 55 -47 - 55 -47 - -4 -54 - 26 -47 - -3 -55 - 6 -52 - -4 -54 - -3 -55 - -3 -54 - -3 -55 - -3 -55 - -4 -54 - -3 -55 - -3 -54 - -3 -55 - -2 -55 - 68 -45 - 68 -45 - 66 -44 - 66 -44 - 0 -56 - 0 -56 - -1 -56 - 1 -55 - -1 -56 - 0 -55 - -1 -56 - 0 -56 - -1 -56 - 1 -55 - -1 -56 - 0 -55 - -1 -56 - 0 -56 - -1 -56 - 1 -55 - -1 -56 - 0 -55 - 4 -55 - 3 -55 - 4 -55 - 55 68 - 55 68 - 4 -56 - 3 -56 - 3 -55 - 3 -56 - 4 -56 - 3 -55 - -51 81 - -51 81 - 7 -55 - 6 -54 - 7 -55 - 6 -54 - 6 -54 - 6 -54 - 7 -55 - 7 -54 - 6 -53 - 6 -54 - 7 -54 - 7 -54 - 6 -53 - 6 -54 - 7 -54 - -1 -48 - -1 -48 - 0 -48 - 9 -50 - 9 -50 - 11 -49 - 10 -50 - -1 -52 - -1 -52 - 42 -52 - 42 -52 - 5 56 - 5 56 - 98 47 - 95 -45 - 98 47 - -65 74 - -65 74 - 16 -7 - 16 -7 - -10 -27 - -10 -27 - -65 -44 - -65 -44 - -16 -30 - -16 -30 - -16 -31 - -19 -36 - -19 -36 - 11 17 - 11 17 - 20 32 - 20 32 - 24 42 - 24 42 - 25 42 - -32 -79 - -33 -79 - -32 -79 - -13 -42 - -14 -43 - -13 -42 - -17 -9 - -17 -9 - 63 -43 - -28 -73 - 63 -43 - 88 64 - 88 64 - 89 64 - 35 -43 - 35 -43 - -9 -50 - -9 -50 - 5 65 - 6 65 - 5 65 - 16 2 - 16 2 - -8 -51 - -8 -51 - 85 35 - 53 -79 - 85 35 - -7 -52 - -7 -52 - -7 -52 - -8 -52 - -8 -52 - -7 -52 - -7 -52 - -7 -52 - -7 -52 - 1 -45 - 1 -45 - -6 -53 - -5 -52 - -7 -52 - -6 -52 - -7 -53 - -6 -53 - 93 51 - 93 51 - 25 59 - 25 59 - 71 -42 - 71 -42 - 15 -49 - 15 -49 - 7 -51 - 15 -49 - 81 -78 - 81 -78 - 1 -55 - 0 -56 - -1 -56 - 1 -55 - -1 -56 - 0 -55 - 0 -55 - 0 -56 - -1 -56 - 1 -55 - -1 -56 - 0 -55 - -3 -58 - 0 -56 - -1 -56 - -1 -56 - -3 -58 - -2 -57 - 8 -54 - 8 -54 - 8 -52 - 8 -52 - 9 -52 - 9 -52 - 9 -51 - 0 -48 - 0 -48 - 0 -48 - 0 -49 - 0 -49 - 0 -48 - 0 -49 - 0 -48 - -1 -48 - 0 -48 - 9 -51 - 9 -51 - 8 -51 - 9 -51 - -10 -59 - -10 -59 - 4 -19 - 4 -19 - 28 -32 - 28 -32 - 97 -62 - 97 -62 - 98 -62 - 93 21 - 93 21 - 76 -82 - 77 -83 - 76 -82 - 76 -9 - 76 -9 - -6 -19 - -6 -19 - 7 -10 - 7 -10 - 37 10 - 37 10 - -50 -65 - -50 -65 - 12 4 - 12 4 - 15 10 - 15 10 - 20 3 - 20 3 - 61 82 - -38 91 - 62 81 - 61 82 - 62 82 - 39 59 - 39 59 - 38 58 - 60 48 - 60 48 - 7 12 - 7 12 - -7 -31 - -7 -31 - 25 42 - 24 42 - 25 42 - 30 -92 - 30 -92 - -11 -48 - -11 -48 - 89 64 - 88 64 - 89 64 - -19 15 - -19 15 - 53 -79 - 53 -79 - 85 35 - -7 -52 - -7 -52 - -7 -52 - -8 -52 - -8 -52 - -7 -52 - 79 93 - 79 93 - -7 -52 - -5 -52 - -7 -52 - -7 -53 - -6 -53 - -6 36 - -6 36 - 99 6 - 15 95 - 99 6 - 7 -51 - 15 -49 - 7 -51 - 16 -49 - 15 -49 - 7 -51 - -3 -55 - -4 -55 - -3 -55 - -4 -54 - -3 -55 - -3 -54 - -3 -55 - -3 -55 - -4 -54 - -3 -55 - -3 -54 - -3 -55 - -18 24 - -18 24 - 4 -52 - 4 -52 - 6 -51 - 6 -51 - 8 -50 - 6 -51 - 4 -52 - 6 -51 - 6 -51 - 8 -50 - 9 -49 - -2 -57 - -1 -56 - 1 -55 - -1 -56 - 0 -55 - -3 -58 - 79 -36 - 80 -37 - 79 -36 - 57 -84 - 57 -84 - -7 -43 - -7 -43 - 6 -54 - 6 -54 - 7 -55 - 6 -54 - 6 -54 - 5 -53 - 7 -55 - 8 -55 - 7 -55 - 7 -54 - 7 -54 - 6 -54 - 6 -53 - 7 -54 - 7 -54 - 6 -53 - 6 -54 - 7 -54 - 25 -61 - 25 -61 - 44 -3 - 44 -3 - 0 -48 - 0 -49 - 1 -48 - 0 -48 - 47 5 - 0 -48 - 58 14 - 58 14 - -30 57 - -30 57 - -30 58 - -30 58 - -30 57 - -30 58 - -39 -45 - -39 -45 - 98 -62 - 97 -62 - 98 -62 - 52 -39 - 52 -39 - 77 -83 - 77 -83 - 76 -82 - -64 61 - -64 61 - 82 -94 - 82 -94 - 93 -74 - 93 -74 - -58 64 - -58 64 - -1 80 - -1 80 - -1 81 - -1 81 - -1 80 - -1 81 - 73 6 - 73 6 - 27 38 - 27 38 - 32 -49 - 32 -49 - 8 60 - -25 -24 - -25 -24 - 62 81 - 62 81 - 61 82 - 62 82 - 62 82 - 62 81 - 61 82 - 62 82 - -12 -10 - -12 -10 - 51 -97 - 51 -97 - 30 59 - 30 59 - 26 11 - 26 11 - -11 -20 - -11 -20 - -36 93 - -36 93 - 49 0 - 49 0 - 59 80 - 59 80 - 69 -99 - 69 -99 - 62 68 - 62 68 - -12 -46 - -12 -46 - -12 -46 - -3 -52 - -3 -52 - 0 -15 - 0 -15 - -8 -52 - -7 -52 - -7 -52 - -8 -52 - -8 -52 - -7 -52 - -8 -52 - -7 -52 - -7 -52 - -8 -52 - -8 -52 - -7 -52 - 79 -85 - 78 -84 - 79 -85 - 80 -85 - -6 -54 - -6 -54 - -15 68 - -15 68 - 6 -52 - 6 -52 - -4 -54 - -3 -54 - -3 -54 - -3 -55 - 6 -52 - -4 -54 - -3 -55 - -3 -54 - 35 -44 - 35 -44 - 96 -33 - 96 -33 - 96 -32 - 96 -32 - 96 -33 - 96 -32 - 66 -44 - 66 -44 - -1 -57 - -1 -56 - 1 -55 - -1 -56 - 0 -55 - -3 -58 - 80 -37 - 80 -37 - 79 -36 - 2 -57 - 3 -58 - 2 -57 - 3 -57 - 1 -56 - 2 -56 - 1 -56 - 3 -58 - 2 -57 - 3 -57 - 1 -56 - 2 -56 - -37 -5 - -37 -5 - 66 64 - 66 64 - 67 64 - 3 -55 - 3 -56 - 4 -56 - 3 -55 - 3 -56 - 3 -56 - 4 -56 - 3 -55 - 3 -56 - 6 -55 - 6 -55 - 5 -55 - 5 -55 - 6 -55 - 5 -55 - 6 -56 - 6 -56 - 5 -55 - 6 -56 - 5 -55 - 43 79 - 43 79 - 43 80 - 43 80 - 43 79 - 43 80 - 6 -54 - 6 -54 - 7 -55 - 6 -54 - 7 -54 - 8 -55 - 7 -55 - 7 -54 - 7 -54 - 6 -53 - -14 -39 - -14 -39 - 1 -48 - 1 -48 - 0 -48 - 47 5 - 9 -51 - 9 -51 - 9 -51 - 60 19 - 60 19 - 88 -38 - 88 -38 - 96 -3 - 96 -3 - 26 72 - 26 72 - -66 -64 - -66 -64 - 97 -98 - 97 -98 - 99 -63 - 99 -63 - -6 35 - -6 35 - 87 -100 - 87 -100 - 54 34 - 54 34 - 29 -96 - 29 -96 - 41 -35 - 41 -35 - 1 -81 - 1 -81 - 1 -9 - 1 -9 - 18 24 - 18 24 - -16 -27 - -16 -27 - 8 65 - 8 65 - 16 32 - 16 32 - -12 -24 - -12 -24 - -10 -84 - -10 -84 - -14 -43 - -14 -43 - -13 -42 - 72 14 - 72 14 - -14 -45 - -14 -45 - -13 -45 - -12 -46 - -12 -46 - -12 -46 - 87 -9 - 87 -9 - -14 -87 - 91 -32 - 91 -32 - 82 37 - 82 37 - 39 -56 - 67 12 - 39 -56 - 58 43 - 58 43 - -23 -67 - 87 93 - 87 93 - -7 -52 - -8 -51 - -7 -52 - -7 -52 - -8 -52 - -8 -52 - 80 -85 - 79 -85 - 80 -85 - 55 -15 - 55 -15 - -5 -54 - -5 -54 - 15 -49 - 15 -49 - 7 -51 - 16 -49 - 15 -49 - 7 -51 - -3 -56 - -3 -55 - -3 -54 - -3 -56 - 6 -51 - 4 -52 - 6 -51 - 6 -51 - 8 -50 - 9 -49 - 8 -50 - 4 -52 - 6 -51 - 6 -51 - 8 -50 - 9 -49 - 0 -56 - 0 -55 - -3 -58 - -2 -57 - -1 -57 - 0 -56 - 0 -56 - -3 -58 - -2 -57 - -1 -57 - 0 -56 - 0 -56 - 2 -57 - 2 -57 - 3 -58 - 3 -58 - 3 -58 - 2 -57 - 3 -58 - 3 -58 - 2 -57 - 3 -57 - 3 -57 - 3 -58 - 3 -58 - 2 -57 - 3 -57 - 3 -57 - 2 -56 - 3 -58 - 3 -58 - 2 -57 - 3 -57 - 3 -57 - 67 64 - 66 64 - 67 64 - 59 -96 - 59 -96 - 5 -55 - 6 -56 - 5 -55 - 7 -54 - 8 -55 - 7 -55 - 7 -54 - 7 -54 - 6 -53 - -2 -46 - -2 -46 - -10 -45 - -9 -44 - -10 -45 - -7 -79 - -7 -79 - -6 -79 - 4 -49 - 7 -50 - 4 -49 - -6 12 - -6 12 - 26 -23 - 26 -23 - 8 60 - 32 -49 - 8 60 - 30 25 - 30 25 - 31 26 - 87 -2 - 87 -2 - -55 -100 - -55 -100 - -14 -20 - -14 -20 - -40 -82 - -40 -82 - -47 -63 - -47 -63 - -61 -14 - -61 -14 - 72 96 - 72 96 - 20 34 - 20 34 - -11 -23 - -11 -23 - 54 73 - 54 73 - -14 -41 - -14 -41 - -13 -45 - -14 -45 - -13 -45 - 48 23 - 48 23 - 40 54 - 40 54 - 63 56 - 63 56 - 32 -18 - 32 -18 - 20 2 - 20 2 - -23 -67 - 58 43 - -23 -67 - 25 68 - 25 68 - -7 -53 - -8 -52 - -7 -52 - -7 -53 - 1 90 - 1 90 - 91 91 - 91 91 - 92 91 - -6 -42 - -6 -42 - 16 -49 - 7 -51 - 16 -49 - 15 -49 - 7 -51 - 8 -51 - 14 -49 - 7 -51 - 7 -51 - 16 -49 - 15 -49 - 7 -51 - 8 -51 - 14 -49 - -26 64 - -26 64 - -25 65 - 9 -49 - 6 -51 - 6 -51 - 8 -50 - 9 -49 - 6 -51 - 67 1 - 67 1 - 53 -50 - 53 -50 - 3 -56 - 4 -56 - 3 -56 - 3 -55 - 36 -19 - 36 -19 - 6 -56 - 6 -56 - 5 -56 - 5 -56 - 6 -56 - 5 -56 - 5 -54 - 5 -54 - 8 -55 - 8 -55 - 7 -55 - 7 -54 - 7 -54 - 7 -53 - 8 -54 - 8 -53 - 7 -53 - 47 5 - 1 -48 - 0 -48 - 47 5 - 9 -51 - 9 -51 - 9 -51 - 0 -48 - 0 -48 - 12 -52 - 15 -53 - 12 -52 - 7 -51 - 14 -52 - -6 -79 - -7 -79 - -6 -79 - 27 -54 - 27 -54 - 91 -53 - 91 -53 - 2 20 - 2 20 - -15 51 - -15 51 - -14 51 - -15 -79 - -15 -79 - 50 -48 - 50 -48 - 70 -57 - 70 -57 - 33 11 - 34 9 - 33 11 - 31 26 - 30 25 - 31 26 - -2 -28 - -2 -28 - 37 58 - 37 58 - 32 52 - 31 51 - 32 52 - 58 40 - 58 40 - 53 44 - 53 44 - 58 40 - 53 44 - 81 99 - 81 99 - 9 -8 - 9 -8 - 74 -78 - 74 -78 - 12 84 - 12 84 - -10 -50 - -10 -50 - 70 57 - 70 57 - 67 12 - 67 12 - 39 -56 - 70 -29 - 70 -29 - 47 87 - 47 87 - -36 -18 - -36 -18 - 92 91 - 91 91 - 92 91 - 2 -85 - 13 85 - 2 -85 - -5 -54 - -5 -54 - 53 7 - 8 -51 - 16 -49 - 15 -49 - 7 -51 - 8 -51 - 14 -49 - -3 -55 - -3 -55 - 2 -12 - 2 -12 - -25 65 - -26 64 - -25 65 - 75 -56 - 75 -56 - 4 -56 - 3 -56 - 4 -56 - 3 -56 - 4 -56 - 61 -23 - 61 -23 - 8 -54 - 8 -54 - 8 -53 - 7 -53 - 8 -53 - 8 -54 - 8 -53 - 7 -53 - 9 -51 - 9 -51 - -9 -44 - -9 -44 - -10 -45 - 7 -51 - 12 -52 - 7 -51 - 14 -52 - 12 -52 - 14 -52 - 88 -92 - 88 -92 - 60 23 - 60 23 - 9 16 - 9 16 - 9 17 - 9 17 - 55 74 - 55 74 - -16 48 - -16 48 - -16 49 - -16 47 - -16 49 - -16 48 - -16 49 - -16 47 - -16 47 - -16 48 - -16 49 - -16 47 - -16 49 - -16 49 - -16 47 - -16 49 - -14 51 - -15 51 - -14 51 - 23 -86 - 23 -86 - -65 72 - -65 72 - 73 -59 - 34 9 - 34 9 - 33 11 - -4 17 - -4 17 - -4 18 - -4 18 - 4 39 - 4 39 - 29 -42 - 29 -42 - 96 41 - -30 -96 - 96 41 - 13 2 - 13 2 - 75 59 - 75 59 - 76 60 - -26 -91 - -26 -91 - -25 -91 - 61 77 - -17 -32 - -17 -32 - 64 57 - 64 57 - -8 -14 - -8 -14 - 27 47 - 27 47 - 90 76 - 90 76 - 94 41 - 94 41 - 93 -69 - 93 -69 - -14 -87 - 87 -9 - -14 -87 - -11 -47 - -12 -47 - -11 -47 - -11 -47 - -11 -47 - -11 -47 - -11 -47 - 37 95 - 37 95 - -12 -48 - -12 -48 - 43 -82 - 43 -82 - 81 -93 - 81 -93 - -10 45 - -10 45 - -8 -52 - -8 -52 - -8 -51 - -8 -51 - -8 -52 - -8 -51 - -7 -52 - -6 -54 - -6 -54 - -6 -53 - -6 -53 - -6 -54 - -6 -53 - 43 30 - 97 -65 - 97 -65 - 63 6 - 63 6 - 14 -49 - 16 -49 - 15 -49 - 7 -51 - 8 -51 - 14 -49 - 47 -84 - 47 -84 - 0 -56 - 0 -56 - 0 -56 - 0 -56 - 6 -51 - 9 -49 - 6 -51 - 7 -51 - 9 -49 - 74 -78 - 74 -78 - 3 -58 - 2 -57 - 4 -59 - 3 -58 - 3 -58 - 3 -58 - 3 -57 - 4 -59 - 3 -58 - 3 -58 - 3 -58 - 4 -58 - -11 48 - -11 48 - 16 -39 - 16 -39 - -45 -4 - -45 -4 - 47 -57 - 47 -57 - 0 -48 - 0 -48 - 15 -53 - 15 -53 - 12 -52 - 15 -97 - 15 -97 - 7 -50 - 7 -50 - 4 -49 - -14 -43 - -14 -43 - -9 -45 - 70 -26 - 70 -26 - 68 -10 - 68 -10 - 69 -10 - 13 -45 - 13 -45 - 13 -46 - 14 -46 - 69 7 - 69 7 - 70 7 - -62 55 - -62 55 - -11 69 - -11 69 - -11 70 - -11 70 - -11 69 - -11 70 - 73 -59 - -65 72 - 73 -59 - 0 23 - 0 23 - -16 -10 - -16 -10 - 76 60 - 75 59 - 76 60 - 73 59 - 51 45 - 51 45 - -25 -91 - -26 -91 - -25 -91 - -59 -95 - -59 -95 - -58 -93 - 37 80 - 37 80 - -16 38 - -16 38 - 31 51 - 31 51 - 32 52 - 23 40 - 23 40 - 23 41 - 23 41 - 23 40 - 23 41 - -17 -35 - -17 -35 - -17 -35 - -32 -89 - -32 -89 - -26 -67 - -26 -67 - 76 23 - 76 23 - 68 -26 - 68 -26 - 65 -19 - 65 -19 - 46 -10 - 46 -10 - 43 30 - -6 -53 - 43 30 - 38 58 - 38 58 - 13 85 - 13 85 - 2 -85 - 53 7 - -5 -54 - 53 7 - -44 -96 - -44 -96 - -43 -95 - 7 -51 - 9 -49 - 6 -51 - 7 -51 - 9 -49 - 3 -52 - 1 -56 - 1 -56 - 2 -57 - 4 -59 - 3 -58 - 3 -58 - 4 -58 - 3 -57 - 2 -56 - 3 -58 - 3 -58 - 4 -58 - 3 -57 - 2 -57 - 34 -20 - 34 -20 - -14 -41 - -14 -41 - -13 -41 - 80 -47 - 80 -47 - 55 -16 - 55 -16 - -12 52 - -12 52 - 69 -10 - 68 -10 - 69 -10 - 13 -46 - 13 -45 - 13 -46 - 14 -46 - 70 7 - 69 7 - 70 7 - -54 43 - -54 43 - -46 64 - -46 64 - -30 -97 - -30 -97 - -29 -97 - -30 -96 - -29 -96 - -30 -96 - -30 -97 - -29 -97 - -30 -96 - -29 -96 - 96 41 - 15 1 - 15 1 - 15 -36 - 15 -36 - -43 -92 - -43 -92 - -42 -92 - -54 -77 - -54 -77 - 65 48 - 65 48 - 61 77 - -26 -91 - 61 77 - 35 33 - 35 33 - -58 -93 - -59 -95 - -58 -93 - -33 -52 - -33 -52 - 53 85 - 53 85 - -17 -35 - -17 -35 - -17 -35 - 48 81 - 48 81 - 48 82 - 48 82 - 48 81 - 48 82 - 77 36 - 77 36 - 59 -72 - 59 -72 - 73 -53 - 73 -53 - 59 -72 - 73 -53 - -2 -14 - -2 -14 - -13 -47 - -13 -48 - -13 -47 - -12 -47 - -12 -47 - 61 -83 - 74 -77 - 61 -83 - 4 90 - 4 90 - -4 -55 - -4 -55 - 6 -50 - 6 -50 - 45 -41 - 45 -41 - 97 -31 - 98 -32 - 97 -31 - -43 -95 - -44 -96 - -43 -95 - 9 -49 - 6 -51 - 7 -51 - 9 -49 - 10 -48 - 3 -58 - 4 -59 - 3 -58 - 3 -58 - 4 -58 - 3 -57 - 3 -57 - 4 -59 - 3 -58 - 3 -58 - 4 -58 - 3 -57 - 3 -56 - 3 -56 - 4 -56 - 4 -56 - 4 -56 - 4 -56 - 3 -56 - 4 -56 - 4 -56 - 4 -56 - 4 -57 - 4 -57 - -13 -41 - -14 -41 - -13 -41 - 18 -54 - 18 -54 - 18 -54 - 18 -54 - 18 -54 - 18 -54 - -9 -45 - -14 -43 - -9 -45 - 9 -38 - 9 -38 - 84 -73 - 84 -73 - 60 42 - 60 42 - 60 62 - 60 62 - 13 -47 - 13 -47 - 13 -47 - 14 -46 - 13 -45 - 13 -46 - 14 -46 - -5 23 - -5 23 - -49 74 - -49 74 - 59 -50 - 59 -50 - -29 -97 - -30 -97 - -29 -97 - -30 -96 - -29 -96 - -29 -96 - -30 -97 - -29 -97 - -30 -96 - -29 -96 - 66 60 - 66 60 - 66 61 - 66 61 - 66 60 - 66 61 - -10 -73 - -10 -73 - -42 -92 - -43 -92 - -42 -92 - -13 -72 - -13 -72 - 54 41 - 54 41 - -58 -69 - -58 -69 - 70 65 - 70 65 - -8 -12 - -8 -12 - -8 -11 - -8 -11 - -45 -72 - -45 -72 - -44 -72 - -9 -51 - -9 -51 - 11 3 - 11 3 - 5 45 - 5 45 - 6 11 - 6 11 - 46 75 - 46 75 - 47 76 - -34 -82 - 68 -30 - 68 -30 - 68 -29 - 68 -29 - 68 -30 - 68 -29 - 54 -5 - 54 -5 - 7 30 - 26 -16 - 7 30 - -12 -47 - -13 -47 - -12 -47 - -11 -47 - -12 -47 - -11 -47 - -10 -50 - -10 -50 - 12 -61 - 12 -61 - 50 49 - 50 49 - 34 29 - 34 29 - 37 -69 - 37 -69 - -3 -55 - -3 -55 - -2 -55 - 98 -32 - 98 -32 - 97 -31 - 10 -48 - 9 -49 - 10 -48 - 31 58 - 31 58 - 31 59 - 31 59 - 31 58 - 31 59 - 4 -59 - 4 -59 - 3 -58 - 3 -58 - 4 -58 - 3 -57 - 4 -58 - 4 -59 - 3 -58 - 3 -58 - 4 -58 - 3 -57 - 4 -56 - 3 -56 - 4 -56 - 4 -56 - 7 -54 - 8 -54 - 7 -54 - 9 -51 - 9 -51 - 10 -52 - 10 -52 - 11 -52 - 23 -77 - 23 -77 - 13 -49 - 13 -49 - 70 74 - 70 74 - -32 -43 - -32 -43 - -4 84 - -4 84 - 25 -5 - 25 -5 - 26 -5 - 23 -60 - 23 -60 - 40 -91 - 40 -91 - -54 1 - 40 -36 - -54 1 - -54 2 - -54 2 - -54 1 - -54 2 - 69 -61 - 69 -61 - 69 -60 - 69 -60 - 69 -61 - 69 -60 - 24 -17 - 24 -17 - -1 -51 - -1 -51 - 10 -17 - 10 -17 - 49 -9 - 49 -9 - 73 59 - 76 60 - 73 59 - -42 -65 - -42 -65 - 20 -8 - 20 -8 - -44 -72 - -45 -72 - -44 -72 - 47 76 - 46 75 - 47 76 - -34 -82 - 14 33 - 14 33 - 96 53 - 96 53 - -14 -45 - -14 -45 - -10 -49 - -10 -49 - 38 32 - -4 -69 - -4 -69 - 63 79 - 63 79 - 74 -77 - 74 -77 - 61 -83 - 44 -17 - 44 -17 - 17 -47 - 7 -51 - 17 -47 - 3 -52 - 3 -53 - 7 -51 - 3 -52 - 76 -47 - 76 -47 - 46 -79 - -38 79 - -38 79 - 36 51 - 36 51 - 9 -52 - 9 -52 - 10 -52 - 9 -52 - 9 -53 - 9 -52 - 9 -52 - 10 -52 - 9 -52 - 9 -53 - 9 -52 - 19 -54 - 19 -54 - 11 -52 - 10 -52 - 11 -52 - 12 -51 - 11 -51 - 12 -51 - 13 -51 - 10 -51 - 11 -51 - -15 58 - -15 58 - 26 -5 - 25 -5 - 26 -5 - 3 -23 - 3 -23 - 42 85 - 42 85 - -47 1 - -47 1 - 48 32 - 48 32 - 75 -46 - 75 -46 - 22 -26 - 22 -26 - -15 -57 - -15 -57 - -17 16 - -16 16 - -17 16 - 36 -91 - 36 -91 - -39 25 - -39 25 - -38 25 - -39 26 - -39 26 - -39 25 - -38 25 - -39 26 - 38 -9 - 38 -9 - 66 2 - 66 2 - 37 31 - 37 31 - 9 9 - 9 9 - 80 68 - 80 68 - -29 57 - -29 57 - 89 91 - 89 91 - -11 -20 - -11 -20 - 13 -20 - 13 -20 - 58 41 - 58 41 - 2 79 - 2 79 - -49 -50 - -49 -50 - 15 34 - 15 34 - -38 -7 - -38 -7 - -38 -6 - -38 -6 - -38 -7 - -38 -6 - -17 -32 - -17 -32 - -11 36 - -11 36 - -34 -82 - 46 75 - 47 76 - -34 -82 - 26 -16 - 26 -16 - 7 30 - -13 -48 - -13 -48 - -13 -47 - -12 -47 - -11 -47 - -12 -47 - -13 -48 - -13 -47 - -12 -47 - -11 -47 - -12 -47 - 81 83 - 81 83 - 24 66 - 24 66 - 7 -51 - 7 -51 - 12 -49 - 17 -47 - -2 -55 - -3 -55 - -2 -55 - -3 -56 - -3 -56 - 3 -53 - 3 -53 - 3 -52 - 5 -55 - 6 -55 - 5 -55 - 6 -56 - 5 -56 - -29 89 - -29 89 - 8 -54 - 8 -54 - 8 -54 - 8 -53 - 8 -54 - 8 -54 - 10 -52 - 9 -52 - 10 -52 - 9 -52 - 9 -53 - 9 -52 - 9 -52 - 9 -53 - 9 -52 - -1 -48 - -1 -48 - 0 -48 - 13 -51 - 11 -51 - 12 -51 - 13 -51 - 10 -51 - 11 -51 - 10 -51 - 11 -51 - 12 -51 - 13 -51 - 10 -51 - 11 -51 - 11 -51 - 12 -51 - 13 -51 - 10 -51 - 11 -51 - 7 -50 - 11 -50 - 11 -50 - 11 -50 - 95 -51 - 95 -51 - 13 -47 - 13 -47 - 13 -47 - 13 -47 - 52 -65 - 52 -65 - 98 -27 - 98 -27 - 60 98 - 60 98 - 79 -21 - 79 -21 - 40 -36 - 40 -36 - -54 1 - -16 15 - -16 15 - -15 15 - -16 16 - -27 28 - -27 28 - 11 82 - 11 82 - -38 25 - -39 25 - -38 25 - -39 26 - -36 74 - -36 74 - 5 79 - 5 79 - 5 80 - 5 80 - 5 79 - 5 80 - -14 -9 - -14 -9 - -48 -52 - -48 -52 - 10 10 - 10 10 - 18 92 - 18 92 - 36 59 - 36 59 - 42 68 - 42 68 - 20 36 - 20 36 - 19 35 - 55 91 - 55 91 - 68 28 - 68 28 - 71 -90 - 71 -90 - -13 -47 - -12 -47 - -13 -47 - -11 -47 - -13 -48 - -13 -48 - -12 -47 - -11 -47 - -12 -47 - 18 39 - 18 39 - 95 29 - 95 29 - 97 -9 - 26 -71 - 26 -71 - -9 -52 - -9 -52 - -15 -37 - -15 -37 - 4 21 - 4 21 - 35 68 - 35 68 - 3 -16 - 3 -16 - 42 89 - 42 89 - 28 98 - 28 98 - -9 79 - -9 79 - 0 -57 - 0 -57 - 0 -57 - 0 -58 - 3 -57 - 3 -57 - 3 -57 - 92 29 - 92 29 - 6 -56 - 6 -55 - 5 -55 - 6 -56 - 5 -56 - 5 -56 - 6 -55 - 5 -55 - 6 -56 - 5 -56 - 8 -54 - 8 -54 - 7 -54 - 8 -54 - 8 -53 - 8 -54 - 8 -53 - 8 -54 - 8 -53 - 8 -54 - 0 -48 - -1 -48 - 0 -48 - -8 -32 - -8 -32 - 11 -51 - 11 -51 - 12 -51 - 13 -51 - 10 -51 - 11 -51 - 9 -7 - 9 -7 - 13 -47 - 13 -47 - 13 -47 - -33 -61 - -33 -61 - -51 93 - -51 93 - 39 -67 - 39 -67 - -44 31 - -44 31 - -15 15 - -16 15 - -15 15 - -16 16 - -16 15 - -16 16 - -17 16 - 34 -7 - 34 -7 - 12 6 - 12 6 - 5 -56 - 5 -56 - -10 -4 - -10 -4 - 19 35 - 20 36 - 19 35 - 34 60 - 34 60 - 35 61 - 35 61 - 35 61 - 34 60 - 35 61 - 35 61 - -22 -51 - -22 -51 - -16 -37 - -16 -36 - -16 -37 - -15 -36 - 63 -9 - 63 -9 - 80 -26 - 80 -26 - 14 31 - 14 31 - 38 32 - -10 -49 - -12 -49 - 38 32 - -11 -50 - 53 94 - 53 94 - -9 -52 - -9 -52 - -10 -51 - -10 -51 - -9 -51 - -8 -53 - -8 -53 - -7 -53 - -7 -53 - 5 -52 - 12 -49 - 5 -52 - 99 54 - 99 54 - 18 -80 - 18 -80 - 46 -79 - 76 -47 - 46 -79 - 46 -78 - 40 -89 - 40 -89 - 8 -54 - 8 -54 - 8 -54 - 8 -54 - 8 -53 - 8 -54 - 8 -54 - 8 -54 - 8 -53 - 8 -54 - 8 -53 - 9 -53 - 9 -52 - 10 -52 - 9 -52 - 9 -53 - 9 -52 - 11 -51 - 11 -51 - 12 -51 - 13 -51 - 10 -51 - 10 -51 - 7 -50 - 11 -51 - 12 -51 - 10 -51 - 10 -51 - 11 -51 - 61 -18 - 61 -18 - 62 -18 - 52 -73 - 52 -73 - 11 -50 - 11 -50 - 76 89 - 76 89 - 81 53 - 81 53 - -44 48 - -44 48 - 26 -19 - 26 -19 - 27 -19 - -12 -70 - -12 -70 - 76 60 - 76 60 - -9 -4 - -9 -4 - 9 -16 - 9 -16 - 32 67 - 32 67 - 33 67 - 82 -37 - 82 -37 - 35 61 - 34 60 - 35 61 - 35 61 - -16 -36 - -16 -36 - -16 -36 - -15 -35 - -16 -37 - -15 -36 - -16 -37 - -15 -36 - -15 -35 - -15 -35 - -15 -35 - -15 -36 - -15 -35 - -15 -35 - 51 -74 - 51 -74 - -22 -94 - -22 -94 - -10 -50 - -11 -50 - -10 -50 - -9 -51 - -10 -52 - -10 -51 - -9 -51 - 85 57 - 85 57 - 89 -77 - 89 -77 - -6 -55 - -6 -55 - 71 35 - 71 35 - -3 -56 - -3 -56 - 12 -49 - 7 -51 - 12 -49 - 14 -48 - 6 -51 - 5 -52 - -11 -60 - -11 -60 - 46 -78 - 46 -79 - 46 -78 - 6 -55 - 6 -55 - 5 -55 - 6 -56 - 5 -56 - 5 -54 - 5 -54 - 7 -55 - 7 -55 - 7 -55 - 7 -55 - 8 -54 - 7 -55 - 8 -54 - 8 -54 - 8 -53 - 8 -54 - 8 -53 - 8 -54 - 8 -54 - 8 -53 - 8 -54 - 8 -53 - 8 -54 - 8 -54 - 27 -58 - 27 -58 - 62 -38 - 62 -38 - 62 -18 - 61 -18 - 62 -18 - 95 73 - 95 73 - -52 82 - -52 82 - 71 -64 - 71 -64 - 11 -50 - 12 -50 - 11 -50 - 11 -50 - 12 -50 - -14 -15 - -14 -15 - 37 -18 - 37 -18 - -30 -25 - -30 -25 - -43 88 - -43 88 - -16 -46 - -16 -46 - 27 -19 - 26 -19 - 27 -19 - -31 20 - -30 19 - -31 20 - -13 7 - -13 7 - -24 15 - -24 15 - 49 -3 - 49 -3 - -16 -84 - -16 -84 - 33 67 - 32 67 - 33 67 - -36 -35 - -36 -35 - -12 -14 - -12 -14 - -56 -32 - -56 -32 - -29 43 - -29 43 - 13 24 - 13 24 - -16 -36 - -16 -36 - -16 -36 - -15 -35 - -15 -35 - -16 -36 - -16 -36 - -15 -35 - -15 -35 - -15 -36 - -15 -35 - -15 -35 - 71 -23 - 71 -23 - -12 -47 - -12 -47 - -13 -47 - 61 21 - 61 21 - -13 -48 - -13 -48 - -11 -47 - -12 -48 - 61 -74 - 61 -74 - -12 -49 - -12 -49 - 96 -69 - 96 -69 - 97 43 - 97 43 - 66 16 - 66 16 - 1 -48 - 1 -48 - 97 -9 - 95 29 - 97 -9 - -27 -17 - -27 -17 - -8 -54 - -8 -54 - -1 -57 - -1 -57 - -1 -57 - 0 -57 - 0 -57 - 0 -57 - 0 -58 - 0 -58 - 0 -57 - 0 -57 - 0 -58 - 30 21 - 30 21 - 3 -57 - 3 -57 - 3 -57 - 3 -57 - 9 7 - 9 7 - 7 -55 - 6 -54 - 6 -54 - 7 -55 - 7 -55 - 7 -55 - 8 -53 - 8 -54 - 8 -54 - 8 -54 - 8 -54 - 8 -53 - 9 -53 - 8 -53 - 8 -53 - 8 -54 - 8 -54 - 8 -54 - -8 -44 - -7 -44 - -8 -44 - 16 -54 - 19 -55 - 16 -54 - 66 4 - 66 4 - 10 -33 - -3 -34 - 10 -33 - 13 -34 - 13 -34 - 12 -50 - 12 -50 - 11 -50 - 12 -50 - 14 63 - 14 63 - 62 16 - 62 16 - 60 -5 - 60 -5 - 17 8 - 17 8 - 19 10 - 19 10 - 93 -94 - 93 -94 - -12 7 - -12 7 - -30 19 - -30 19 - -31 20 - -12 7 - -12 7 - -4 -30 - -4 -30 - 48 -18 - 48 -18 - -30 -31 - -30 -31 - 15 15 - 15 15 - 16 15 - 64 -36 - 64 -36 - 87 85 - 87 85 - -28 -100 - -28 -100 - -17 30 - -17 30 - -21 -44 - -21 -44 - -51 -9 - -51 -9 - 57 83 - 57 83 - -12 -48 - -13 -48 - -12 -48 - 37 42 - 37 42 - -12 -49 - -12 -49 - -12 -49 - 38 32 - 38 -61 - 38 -61 - 41 -56 - -11 -50 - 38 32 - -11 -50 - -11 -50 - -11 -50 - 22 20 - 22 20 - 4 37 - 4 37 - -26 -91 - -26 -91 - 82 -45 - 82 -45 - -26 -91 - 82 -45 - 14 -48 - 12 -49 - 14 -48 - 6 -51 - 6 -51 - 15 -48 - -15 -81 - -15 -81 - 3 -57 - 3 -57 - 3 -57 - 56 -19 - 56 -19 - 7 -55 - 7 -55 - 6 -54 - 6 -54 - 7 -55 - -23 95 - -23 95 - 8 -54 - 8 -53 - 8 -54 - 8 -54 - 8 -54 - 9 -53 - -36 78 - -36 78 - -5 -45 - -5 -45 - 18 -56 - 18 -56 - 10 -51 - 11 -51 - 13 -52 - 10 -51 - 7 -50 - 11 -51 - 1 -29 - 1 -29 - 11 -51 - 11 -51 - 18 8 - 18 8 - 82 -16 - 82 -16 - 59 52 - 59 52 - 30 66 - 30 66 - 46 -24 - 46 -24 - -22 -12 - -22 -12 - -34 -28 - -34 -28 - -33 -28 - 2 59 - 2 59 - 2 12 - 2 12 - 43 -28 - 43 -28 - -10 6 - -10 6 - 94 -49 - 94 -49 - 16 15 - 15 15 - 16 15 - -22 -23 - -22 -23 - -52 -64 - -52 -64 - -50 -63 - 18 -8 - 18 -8 - 45 50 - 45 50 - -11 -29 - -11 -29 - 7 80 - 7 80 - 8 80 - 49 87 - 49 87 - 95 98 - 95 98 - 2 -64 - 2 -64 - 2 -63 - 2 -63 - 2 -64 - 2 -63 - -11 -50 - -11 -50 - -11 -50 - -11 -50 - -11 -50 - 53 71 - 53 71 - 61 60 - -11 -50 - -11 -50 - -11 -50 - -11 -50 - -10 -50 - 26 48 - 26 48 - -10 -52 - 22 -46 - -10 -52 - -9 -51 - -8 -53 - -8 -53 - 47 22 - 48 22 - -4 18 - -4 18 - -29 -62 - -29 -62 - 6 -51 - 12 -49 - 14 -48 - 6 -51 - 6 -51 - 15 -48 - -3 -56 - -3 -56 - -2 -57 - -3 -56 - -3 -56 - -3 -56 - -2 -57 - -3 -56 - -3 -56 - -1 -57 - 0 -58 - 0 -58 - -1 -57 - -1 -57 - 28 26 - 28 26 - 40 62 - 40 62 - 6 -54 - 7 -55 - 7 -55 - 6 -54 - 6 -54 - 7 -55 - 7 -55 - 7 -55 - 6 -54 - 6 -54 - 7 -55 - 7 -55 - 8 -54 - 7 -55 - 7 -55 - 7 -55 - 8 -54 - 7 -55 - 7 -55 - 7 -55 - 8 -54 - 7 -55 - 8 -55 - 7 -55 - 8 -54 - 8 -55 - 8 -54 - 8 -54 - 8 -53 - 66 -60 - 66 -60 - 9 -53 - 9 -53 - -7 -44 - -7 -43 - -7 -44 - -8 -44 - -3 -34 - -4 -33 - -3 -34 - 10 -33 - 11 -51 - 13 -52 - 10 -51 - 11 -52 - 11 -51 - 12 -50 - 12 -50 - 11 -50 - 12 -50 - 57 -7 - 57 -7 - 33 -35 - 33 -35 - -4 14 - -4 14 - 3 24 - 3 24 - -33 -28 - -34 -28 - -33 -28 - -30 31 - -30 31 - 34 12 - 34 12 - -9 5 - -9 5 - -2 62 - -1 61 - -2 62 - 42 -29 - 42 -29 - 42 -28 - 43 -28 - 42 -28 - 42 -29 - 42 -28 - 43 -28 - 5 -59 - 5 -59 - 66 45 - 66 45 - 53 48 - 53 48 - 54 49 - 59 49 - 59 49 - 17 16 - 17 16 - -35 -37 - -36 -38 - -35 -37 - -22 72 - -22 72 - -3 -23 - -3 -23 - 17 51 - 17 51 - -23 -82 - -23 -82 - 45 86 - 45 86 - 39 93 - 39 93 - 45 86 - 39 93 - 4 49 - 4 49 - 8 80 - 7 80 - 8 80 - -27 20 - -27 20 - 77 81 - 77 81 - 10 1 - 10 1 - 70 77 - 70 77 - 3 -93 - 3 -93 - 17 37 - 17 37 - 73 -30 - 73 -30 - 41 -56 - 38 -61 - 41 -56 - -11 -50 - -11 -50 - -11 -50 - -11 -50 - -11 -50 - 24 31 - 24 31 - 22 -46 - 22 -46 - -10 -52 - 13 -83 - 13 -83 - 44 81 - 44 81 - 11 -76 - 11 -76 - 74 73 - 74 73 - 45 53 - 45 53 - 8 55 - 8 55 - 6 -51 - 9 -49 - 14 -48 - 6 -51 - 6 -51 - 15 -48 - 6 -51 - 15 -48 - 6 -51 - 33 -41 - 16 -48 - 33 -41 - 6 -51 - 33 -41 - 16 -48 - 6 -51 - 16 -48 - 14 -47 - 14 -47 - 16 -48 - 14 -47 - -3 -56 - -3 -56 - -3 -56 - -2 -58 - -2 -58 - -3 -56 - -2 -58 - -1 -57 - -1 -57 - 0 -58 - 0 -58 - 0 -58 - 1 -59 - 6 -54 - 7 -55 - 7 -55 - 6 -54 - 6 -54 - 7 -55 - 7 -55 - 6 -54 - 6 -54 - 7 -55 - 7 -55 - 7 -55 - 7 -55 - 7 -55 - 7 -55 - 8 -54 - 7 -55 - 8 -55 - 7 -55 - 8 -54 - 7 -55 - 8 -55 - 8 -55 - 7 -55 - 8 -54 - 8 -55 - 8 -55 - 8 -54 - 8 -54 - 8 -53 - -7 -43 - -7 -43 - -7 -44 - 19 -55 - 19 -55 - 16 -54 - 56 -90 - 56 -90 - 39 84 - 39 84 - -50 60 - -50 60 - -1 26 - -1 26 - 10 -19 - 10 -19 - 11 -18 - 10 -18 - 10 -18 - 11 -18 - -22 -44 - 6 48 - -22 -44 - -21 22 - -21 22 - 77 -41 - 77 -41 - -1 61 - -1 61 - -2 62 - 54 -36 - 53 -35 - 54 -36 - 43 -28 - 42 -29 - 42 -28 - 43 -28 - 54 49 - 53 48 - 54 49 - -3 69 - -3 69 - -36 -38 - -36 -38 - -35 -37 - -50 -63 - -52 -64 - -50 -63 - 31 29 - 31 29 - -50 23 - -50 23 - -49 23 - -48 23 - -2 -37 - -2 -37 - 42 66 - 42 66 - 46 63 - 46 63 - 62 100 - 62 100 - 90 -80 - 2 -61 - 2 -61 - 44 -92 - 44 -92 - -12 -49 - -12 -49 - -12 -49 - -12 -49 - -12 -50 - 61 60 - 53 71 - 61 60 - 63 -14 - 63 -14 - 5 78 - 5 78 - 6 78 - 47 22 - -8 -53 - 47 22 - 48 22 - -9 -53 - -9 -53 - 68 23 - 68 23 - 15 -48 - 9 -49 - 14 -48 - 6 -51 - 6 -51 - 15 -48 - 15 -47 - 6 -51 - -2 -57 - -3 -56 - -4 -57 - -3 -56 - -2 -57 - -3 -56 - 0 -58 - 0 -58 - 0 -58 - 0 -58 - 0 -58 - 1 -59 - 5 -62 - 6 -63 - 5 -62 - -4 -54 - -4 -54 - 4 -48 - 4 -48 - -1 -57 - -1 -57 - 0 -58 - -1 -57 - 8 -55 - 7 -55 - 8 -54 - 7 -55 - 8 -55 - 8 -55 - 30 -86 - 30 -86 - 21 -98 - 21 -98 - 22 -98 - -4 -33 - -4 -33 - -3 -34 - 13 -52 - 13 -52 - 10 -51 - 11 -52 - 12 -52 - 11 -51 - 13 -49 - 13 -49 - -47 -99 - -47 -99 - -38 52 - -38 52 - -42 -17 - -42 -17 - -38 89 - -38 89 - 11 -18 - 10 -19 - 10 -18 - 11 -18 - 6 48 - 6 48 - -22 -44 - 89 32 - 89 32 - -34 38 - -34 38 - -28 -27 - -28 -27 - 34 31 - 34 31 - 61 9 - 61 9 - -49 23 - -50 23 - -49 23 - -48 23 - 51 23 - 51 23 - 52 23 - 86 69 - 86 69 - -18 -25 - -18 -25 - 87 74 - 87 74 - 22 48 - 22 48 - -18 -37 - -18 -37 - -16 -37 - -18 -36 - -17 -36 - -18 -36 - -18 -37 - -16 -37 - -18 -36 - -17 -36 - -12 -48 - -12 -48 - -12 -48 - -12 -49 - -12 -49 - -12 -49 - 6 78 - 5 78 - 6 78 - -46 69 - -46 69 - 48 22 - -8 -53 - 47 22 - 48 22 - -9 -53 - -9 -53 - -8 -54 - 19 80 - 19 80 - 53 4 - 53 4 - 14 -46 - 14 -46 - 14 -46 - 13 97 - 13 97 - 0 -58 - 1 -59 - 0 -58 - 0 -58 - 0 -58 - 0 -58 - 6 -63 - 8 -65 - 6 -63 - 5 -62 - 26 -33 - 26 -33 - 96 71 - 96 71 - 81 90 - 81 90 - 96 71 - 81 90 - 3 -58 - 3 -58 - 7 -55 - 7 -55 - 7 -55 - 7 -55 - 6 -54 - 6 -54 - 7 -55 - 68 -78 - 69 -79 - 68 -78 - -9 -48 - -9 -48 - 8 -55 - 8 -55 - 8 -55 - 8 -54 - 8 -54 - 9 -53 - 9 -53 - 18 -56 - 18 -56 - 19 -56 - 22 -98 - 21 -98 - 22 -98 - 11 -52 - 13 -52 - 11 -52 - 12 -52 - 11 -51 - 12 11 - 12 11 - -17 55 - -17 55 - -41 -92 - -41 -92 - -33 -54 - -33 -54 - -26 1 - -26 1 - -20 21 - -20 21 - -40 56 - -40 56 - 88 17 - 88 17 - 88 18 - 88 18 - 88 17 - 88 18 - 62 44 - 62 44 - 84 70 - 84 70 - -48 23 - -50 23 - -49 23 - -48 23 - 52 23 - 51 23 - 52 23 - -36 -39 - -36 -39 - -26 -7 - -26 -7 - 51 74 - 51 74 - 48 95 - 48 95 - -47 -87 - -47 -87 - -47 -86 - -47 -86 - -47 -87 - -47 -86 - -12 2 - -12 2 - -17 -36 - -18 -37 - -16 -37 - -18 -36 - -17 -36 - -16 -36 - -16 -36 - 26 51 - 26 51 - -12 -49 - -12 -49 - -13 -48 - -11 -49 - -12 -48 - -12 -50 - -12 -49 - -12 -50 - 94 99 - 94 99 - 66 -33 - 66 -33 - -9 -52 - -9 -52 - -9 -52 - 74 41 - 74 41 - -9 -53 - 47 22 - 48 22 - -9 -53 - -9 -53 - -8 -54 - 49 63 - 49 63 - -7 -55 - -7 -55 - -7 -55 - -7 -55 - -7 -55 - -7 -55 - -7 -55 - -7 -55 - 9 -49 - 9 -49 - 6 -51 - 15 -48 - 0 -54 - 0 -54 - -3 -56 - -3 -56 - 0 -54 - -3 -56 - -4 -57 - -4 -57 - -2 -57 - -11 -62 - -11 -63 - -11 -62 - 14 -46 - 14 -46 - 14 -46 - 8 -65 - 9 -66 - 8 -65 - 6 -63 - 0 -58 - 1 -59 - 0 -58 - 0 -58 - 0 -58 - 0 -58 - 1 -59 - 1 -59 - 0 -58 - 0 -58 - 0 -58 - 0 -58 - -2 -57 - -2 -57 - 0 -58 - -1 -57 - -1 -57 - 0 -58 - -1 -57 - -2 -57 - 0 -58 - -1 -57 - -1 -57 - 0 -58 - 0 -58 - -1 -57 - 0 -58 - 0 -58 - -1 -57 - 69 -79 - 69 -79 - 68 -78 - 7 -55 - 7 -55 - 6 -54 - 7 -55 - 7 -55 - 8 -55 - 7 -55 - 7 -55 - 8 -55 - 8 -55 - 7 -55 - 8 -55 - 7 -55 - 8 -55 - 8 -55 - 8 -54 - 8 -55 - -20 -28 - -20 -28 - 10 -53 - 10 -53 - 9 -53 - 9 -53 - 9 -53 - 10 -53 - 9 -53 - 9 -53 - 8 -52 - 19 -56 - 18 -56 - 19 -56 - 8 -52 - 8 -52 - 12 -52 - 13 -52 - 11 -52 - 12 -52 - 11 -52 - 13 -50 - 13 -50 - 83 24 - 83 24 - -27 -68 - -27 -68 - -2 20 - -2 20 - -40 50 - -40 50 - -15 -28 - -15 -28 - 53 -35 - 54 -36 - 53 -35 - 54 -36 - 54 9 - 54 9 - 53 -23 - 53 -23 - 53 -22 - 53 -22 - 53 -23 - 53 -22 - -18 -19 - -18 -19 - 20 20 - 20 20 - 65 31 - 65 31 - 90 82 - 90 82 - -10 -12 - -10 -12 - 3 -29 - 3 -29 - 26 44 - 26 44 - 33 27 - 33 27 - 24 30 - 24 30 - -32 80 - -32 80 - 21 60 - 21 60 - -18 56 - -18 56 - -15 30 - -15 30 - -16 -37 - -18 -37 - -16 -37 - -18 -36 - -17 -36 - 90 -80 - 62 100 - 90 -80 - -20 -60 - -20 -60 - -17 -51 - -17 -51 - -13 -48 - -12 -49 - -13 -48 - -11 -49 - -12 -48 - 88 -50 - 88 -50 - -9 -52 - -9 -52 - -9 -52 - 14 37 - 14 37 - -9 -53 - 47 22 - 48 22 - -9 -53 - -9 -53 - -8 -54 - -8 -54 - -8 -54 - -9 -53 - -8 -54 - -8 -54 - -7 -55 - -7 -55 - -7 -55 - -7 -55 - 49 -68 - 49 -68 - -1 -15 - -1 -15 - 56 -58 - 56 -58 - 23 81 - 23 81 - 15 -47 - 15 -48 - 15 -47 - 15 -47 - -4 -57 - -3 -56 - -4 -57 - -3 -57 - -4 -57 - -2 -57 - -3 -56 - -3 -56 - -4 -57 - -3 -57 - -4 -57 - -2 -57 - 35 -45 - 35 -45 - 9 -66 - 9 -66 - 8 -65 - 0 -58 - 1 -59 - 0 -58 - 0 -58 - 0 -58 - 0 -58 - 13 94 - -16 -93 - 13 94 - 0 -58 - 0 -58 - -2 -57 - 0 -58 - -1 -57 - -1 -57 - 0 -58 - -2 -57 - 0 -58 - -1 -57 - -1 -57 - 0 -58 - -1 -57 - -1 -57 - 0 -58 - 0 -58 - -1 -57 - 39 82 - 39 82 - 83 -46 - 83 -46 - 70 -22 - 70 -22 - 56 30 - 56 30 - 79 -9 - 79 -9 - -21 -53 - -21 -53 - 91 10 - 91 10 - -28 11 - -28 11 - 10 -9 - 10 -9 - 54 -36 - 54 -36 - 53 -35 - 87 -39 - 87 -39 - 23 14 - 23 14 - 4 73 - 4 73 - 71 -65 - 71 -65 - -19 -97 - 21 21 - 21 21 - 26 8 - 26 8 - -17 -39 - -17 -39 - -16 -39 - -6 35 - -6 35 - 18 32 - -12 0 - -12 0 - 34 37 - 34 37 - -19 -52 - -19 -52 - -17 -39 - -17 -39 - 32 61 - 32 61 - 32 62 - 32 62 - 32 61 - 32 62 - -12 -48 - -12 -49 - -13 -48 - -11 -49 - -12 -48 - -12 -48 - -9 -51 - -9 -51 - 14 -95 - 14 -95 - -8 -54 - 48 22 - -9 -53 - -8 -54 - -9 -53 - -8 -54 - -8 -54 - -3 -73 - 71 21 - -2 -74 - -3 -73 - 99 -100 - 99 -100 - 99 -99 - 99 -99 - 99 -100 - 99 -99 - 51 64 - 51 64 - 52 64 - 71 -68 - 71 -68 - -6 82 - -6 82 - 15 -47 - 15 -47 - 15 -47 - -11 -63 - -11 -63 - -11 -62 - -3 -57 - -4 -57 - -3 -56 - -3 -57 - -1 -55 - -3 -57 - 1 -59 - 1 -59 - 0 -58 - 0 -58 - 0 -58 - 1 -59 - 0 -58 - 1 -59 - 0 -58 - 0 -58 - 0 -58 - 1 -59 - -1 -57 - 0 -58 - -2 -57 - 0 -58 - -1 -57 - -1 -57 - 0 -58 - -1 -57 - 0 -58 - 0 -58 - 9 -53 - 9 -53 - 10 -53 - 73 -43 - 73 -43 - 22 -56 - 22 -56 - -41 42 - -41 42 - 22 -56 - -41 42 - 98 -78 - 98 -78 - 46 -32 - 46 -32 - 11 -9 - 11 -9 - 29 -18 - 29 -18 - 67 -41 - 67 -41 - 87 74 - 87 74 - 9 89 - 9 89 - -16 -39 - -17 -39 - -16 -39 - 54 60 - 54 60 - 1 11 - 1 11 - 15 -17 - 15 -17 - 18 32 - -6 35 - 18 32 - -9 -28 - -9 -28 - -47 -70 - -47 -70 - -11 -49 - -12 -49 - -13 -48 - -11 -49 - -12 -48 - -12 -49 - -12 -49 - -8 -83 - -8 -83 - 64 -20 - 64 -20 - -5 -89 - -5 -89 - 47 -66 - 47 -66 - -11 -51 - -11 -51 - -10 -51 - 27 80 - 27 80 - 98 57 - 98 57 - -9 -26 - -9 -26 - 26 -39 - 26 -39 - -2 -74 - 71 21 - -2 -74 - -3 -73 - -11 -22 - -11 -22 - 52 64 - 51 64 - 52 64 - -4 -57 - -3 -56 - -4 -57 - -3 -57 - -4 -57 - -3 -56 - -1 -55 - -4 -57 - -3 -56 - -3 -57 - -1 -55 - -3 -57 - 26 -43 - 26 -43 - -13 -94 - -13 -94 - -12 -94 - -12 -94 - -13 -94 - -12 -94 - -16 -93 - 42 -71 - 42 -71 - 42 -71 - 42 -70 - 8 -55 - 8 -55 - 8 -55 - 8 -55 - 8 -55 - 8 -55 - 8 -55 - 8 -54 - 55 -96 - 55 -96 - 74 -66 - 74 -66 - 10 -53 - 9 -53 - 10 -53 - 26 24 - 26 24 - 27 24 - 9 -53 - 10 -53 - 9 -53 - 9 -53 - 8 -52 - 9 -53 - 8 -52 - 9 -53 - 9 -53 - 8 -52 - 9 -53 - 10 -53 - 22 -51 - 9 -53 - 10 -53 - 22 -51 - 3 -36 - 5 -37 - 3 -36 - 11 -52 - 12 -52 - 10 -52 - 11 -52 - -17 72 - -17 72 - 14 -50 - 14 -50 - 13 -49 - 13 -49 - 13 -48 - 13 -48 - 13 -49 - 13 -48 - 14 -49 - 14 -49 - 21 38 - 21 38 - 88 -63 - 88 -63 - 10 -7 - 10 -7 - 39 -28 - 39 -28 - 19 11 - 19 11 - 89 15 - 89 15 - -32 -61 - -32 -61 - -20 -50 - -20 -50 - 18 -83 - 18 -83 - -4 -56 - -4 -56 - 7 -52 - 7 -52 - -3 -57 - -4 -57 - -3 -57 - -4 -57 - -4 -58 - -3 -56 - -3 -57 - -4 -57 - -4 -58 - -3 -56 - -3 -57 - -1 -55 - -3 -57 - -3 -56 - -3 -57 - -1 -55 - -3 -57 - -3 -57 - -3 -57 - -3 -56 - -3 -57 - -1 -55 - -3 -57 - -3 -57 - -16 -93 - -12 -94 - -16 -93 - 13 94 - 16 90 - 0 -58 - 0 -58 - 0 -58 - 0 -58 - -1 -57 - 8 -55 - 8 -55 - 8 -55 - 8 -55 - 33 99 - 33 99 - 8 -54 - 8 -55 - 8 -55 - 8 -54 - 27 24 - 26 24 - 27 24 - 31 -79 - 31 -79 - 76 -82 - 76 -82 - -41 37 - -41 37 - -40 37 - 95 -43 - 95 -43 - -16 10 - -16 10 - 13 -10 - 13 -10 - 10 -8 - 10 -8 - 14 -43 - 14 -43 - 14 -42 - 14 -42 - 14 -43 - 14 -42 - -19 -97 - 71 -65 - -19 -97 - -45 -73 - -45 -73 - -18 -25 - -18 -25 - 47 52 - 47 52 - 3 17 - 3 17 - -3 -12 - -3 -12 - 71 -24 - 71 -24 - 13 -94 - 13 -94 - 64 18 - 64 18 - 65 18 - 42 80 - 42 80 - 43 80 - -10 -51 - -11 -51 - -10 -51 - -11 -51 - 91 72 - 91 72 - -9 -53 - -9 -53 - 29 40 - 29 40 - -8 -54 - -8 -54 - -8 -54 - 71 21 - 71 21 - -2 -74 - -3 -73 - -8 -55 - -8 -55 - -7 -55 - -7 -55 - 39 -17 - 39 -17 - 38 27 - 38 27 - 80 -59 - 80 -59 - -9 37 - -9 37 - 8 -55 - 8 -55 - 8 -55 - 8 -55 - 8 -54 - 9 -53 - 9 -53 - 8 -52 - 9 -53 - 10 -53 - 22 -51 - 5 -37 - 5 -37 - 3 -36 - 44 -96 - 44 -96 - -45 -39 - -45 -39 - -45 -38 - -45 -38 - -45 -39 - -45 -38 - -40 37 - -41 37 - -40 37 - 74 6 - 74 6 - -19 12 - -19 12 - 11 -8 - 11 -8 - 11 -8 - 9 -7 - 9 -7 - -17 -18 - -17 -18 - -20 -22 - -20 -22 - 33 -26 - 33 -26 - 26 -40 - 26 -40 - 39 -68 - 39 -68 - -16 -38 - -16 -38 - 65 18 - 64 18 - 65 18 - 43 80 - 42 80 - 43 80 - 23 48 - 23 48 - 23 49 - 23 49 - 23 48 - 23 49 - -17 -83 - -17 -83 - -9 -53 - -9 -53 - 4 -20 - 4 -20 - 92 34 - 92 34 - 9 -82 - 9 -82 - 6 -52 - 6 -52 - 5 -51 - 16 90 - -16 -93 - 16 90 - -14 12 - -14 12 - 42 -71 - 42 -71 - 42 -71 - 42 -70 - 42 -70 - 42 -71 - 42 -71 - 42 -70 - 9 -54 - 9 -54 - 9 -54 - 10 -53 - 2 -49 - 2 -49 - 10 -53 - 9 -53 - 8 -52 - 9 -53 - 10 -53 - 22 -51 - 9 -45 - 9 -45 - 10 -52 - 10 -52 - 11 -52 - 11 -52 - 72 -23 - 72 -23 - 73 -23 - 73 -22 - -3 39 - -3 39 - 17 -40 - 17 -40 - 35 -25 - 35 -25 - -18 -20 - -18 -20 - -18 -19 - -18 -19 - -18 -20 - -18 -19 - 54 49 - 54 49 - 55 49 - -5 -12 - -5 -12 - 83 4 - 83 4 - -8 36 - -8 36 - 39 33 - 39 33 - -11 -51 - -10 -51 - -11 -51 - 78 31 - 78 31 - 20 -87 - 20 -87 - -9 -77 - 40 -68 - -9 -77 - 71 54 - 71 54 - 75 82 - 75 82 - -4 -58 - -3 -57 - -4 -58 - -4 -58 - -3 -57 - 76 -13 - 76 -13 - 77 -13 - 75 -13 - 75 -12 - 64 -64 - 64 -64 - 87 26 - -13 -25 - -11 -26 - -12 -26 - -13 -25 - -1 -48 - -1 -48 - 0 -48 - -1 -47 - -1 -47 - -1 -48 - 0 -48 - -1 -47 - 10 -53 - 9 -54 - 10 -53 - 26 -65 - 26 -65 - 11 -52 - 10 -52 - 11 -52 - -4 13 - -4 13 - 73 -23 - 72 -23 - 73 -23 - 73 -22 - 73 -22 - 72 -23 - 73 -23 - 73 -22 - 0 -72 - 0 -72 - 16 -12 - 16 -12 - 11 -8 - 11 -8 - 11 -8 - -32 -37 - -32 -37 - 55 49 - 54 49 - 55 49 - 23 16 - 23 16 - 43 13 - 43 13 - 81 94 - 81 94 - 81 95 - 81 95 - 81 94 - 81 95 - -41 -51 - -41 -51 - -16 -40 - -16 -40 - -15 -39 - -28 -87 - -28 -87 - 33 79 - 33 79 - 40 -15 - 40 -15 - 67 83 - 67 83 - 70 -22 - 70 -22 - -8 -72 - 63 -28 - 63 -28 - 64 -28 - 77 -13 - 76 -13 - 77 -13 - 75 -13 - 75 -12 - 15 -45 - 15 -45 - -3 -57 - -3 -57 - 87 26 - 64 -64 - 87 26 - 0 -58 - 0 -58 - 1 -58 - 17 -27 - 17 -27 - 18 -27 - 7 -56 - 7 -56 - 6 -57 - 7 -57 - 7 -56 - 7 -56 - 7 -56 - 7 -56 - 7 -56 - 7 -56 - 7 -56 - 7 -56 - 7 -56 - 7 -56 - 58 80 - 58 80 - 7 -55 - 7 -55 - -12 -26 - -11 -26 - -10 -26 - -12 -26 - -13 -25 - 8 -55 - 8 -55 - 0 -48 - -1 -48 - 0 -48 - -1 -47 - -8 58 - -8 58 - 9 -54 - 9 -55 - 9 -54 - 10 -54 - 9 -54 - 10 -54 - 9 -54 - 9 -54 - 7 11 - 7 11 - -5 25 - -5 25 - 43 -77 - 43 -77 - 13 -50 - 13 -50 - 36 -38 - 36 -38 - 37 -38 - 36 -37 - 36 -37 - 36 -38 - 37 -38 - 36 -37 - 2 -24 - 2 -24 - 53 -13 - 53 -13 - 9 -7 - 9 -7 - -10 5 - -10 5 - 19 -14 - 19 -14 - 99 96 - 99 96 - -30 25 - -30 25 - -7 -95 - -7 -95 - 29 34 - 29 34 - -20 -5 - -20 -5 - 16 7 - 16 7 - 44 96 - 44 96 - -16 -41 - -16 -41 - 46 88 - 46 88 - 40 77 - 40 77 - 8 18 - 8 18 - 38 -60 - 38 -60 - 17 -13 - 17 -13 - 89 44 - 89 44 - -25 75 - -25 75 - -8 -72 - 70 -22 - -8 -72 - 64 -28 - 63 -28 - 64 -28 - 63 -69 - 63 -69 - 5 -51 - 6 -52 - 5 -51 - 5 -51 - 45 -30 - 45 -30 - 1 -58 - 0 -58 - 1 -58 - 0 -58 - 18 -27 - 17 -27 - 18 -27 - 63 -94 - 63 -94 - 64 -94 - 65 95 - 65 95 - 8 -54 - 9 -55 - 8 -54 - 9 -55 - 9 -55 - 9 -55 - 9 -55 - 9 -55 - 9 -55 - 9 -54 - 16 -34 - 16 -34 - 8 11 - 8 11 - -16 13 - -16 13 - -16 14 - -16 14 - -16 13 - -16 14 - 94 40 - 94 40 - 94 41 - 94 41 - 94 40 - 94 41 - -41 20 - -41 20 - 37 -38 - 36 -38 - 37 -38 - 36 -37 - -36 41 - 10 -8 - 10 -8 - -9 4 - -9 4 - 81 -71 - 81 -71 - 7 9 - 7 9 - 29 29 - 29 29 - 30 30 - 58 -37 - 58 -37 - 64 66 - 64 66 - 55 60 - 55 60 - 75 79 - 76 78 - 75 79 - 39 42 - 39 42 - -40 -58 - -40 -58 - 16 68 - 21 86 - 21 86 - 37 -84 - 37 -84 - 13 92 - 13 92 - 37 -84 - 13 92 - 27 56 - 27 56 - -15 -39 - -16 -40 - -15 -39 - -15 -39 - 10 29 - 10 29 - 21 -52 - 21 -52 - -9 -53 - -9 -53 - -10 -53 - -10 -53 - -10 -53 - -10 -53 - 40 -68 - 40 -68 - -9 -77 - 88 -95 - 88 -95 - 37 1 - 37 1 - -4 -58 - -4 -58 - -4 -58 - 75 -13 - 76 -13 - 77 -13 - 75 -13 - 75 -12 - 75 -12 - 76 -13 - 77 -13 - 75 -13 - 75 -12 - 7 -26 - 7 -26 - -2 -58 - -2 -58 - -1 -58 - -1 -58 - -2 -58 - -1 -58 - -1 -58 - -1 -58 - -1 -58 - -1 -58 - 14 -24 - 14 -24 - -1 -79 - -1 -79 - 5 -57 - 6 -58 - 5 -57 - 6 -57 - 5 -57 - 6 -58 - 64 -94 - 63 -94 - 64 -94 - -8 -25 - -8 -25 - 6 -57 - 7 -56 - 6 -57 - 7 -57 - 7 -56 - 7 -56 - 7 -56 - 7 -56 - 7 -56 - -11 -26 - -11 -26 - -10 -26 - -12 -26 - -13 -25 - 9 -55 - 9 -55 - 8 -54 - 84 -14 - 84 -14 - 10 -53 - 10 -53 - -10 10 - -10 10 - -36 41 - 37 -38 - -36 41 - 11 -8 - 11 -8 - 19 -14 - 19 -14 - 13 -10 - 13 -10 - -23 14 - -23 14 - 74 -8 - 74 -8 - 75 -8 - 75 -7 - 74 -6 - 74 -6 - 74 -8 - 75 -8 - 75 -7 - 74 -6 - -1 91 - -1 91 - -13 -79 - -13 -79 - 30 30 - 29 29 - 30 30 - 24 -94 - 24 -94 - -9 -81 - -9 -81 - 76 78 - 76 78 - 75 79 - 27 19 - 27 19 - 28 19 - 57 81 - 57 81 - -34 -56 - -34 -56 - -15 -47 - -15 -47 - -18 -35 - -18 -35 - 12 -11 - 12 -11 - 24 35 - 24 35 - 25 35 - 16 68 - -40 -58 - 16 68 - 13 30 - 13 30 - -16 -39 - -16 -39 - 6 16 - 6 16 - 19 -88 - 19 -88 - -10 -53 - -9 -53 - -10 -53 - -10 -53 - -10 -53 - -10 -53 - -10 -53 - -9 -53 - -10 -53 - -10 -53 - -10 -53 - -10 -53 - -13 -38 - -13 -38 - 92 30 - 92 30 - 5 42 - 5 42 - 5 -51 - 5 -51 - 7 -50 - 5 -51 - -1 -58 - -1 -58 - -1 -58 - -1 -58 - -1 -58 - -1 -58 - 4 -34 - 2 -33 - 4 -34 - 60 44 - 60 44 - 57 35 - 57 35 - 2 -59 - 2 -59 - 2 -59 - 2 -59 - 2 -59 - 3 -59 - 6 -58 - 6 -58 - 5 -57 - 6 -57 - 5 -57 - 6 -57 - 6 -58 - 5 -57 - 6 -57 - 5 -57 - 6 -58 - 0 -23 - 0 -23 - 6 -58 - 5 -57 - 6 -57 - 5 -57 - 6 -58 - 6 -57 - 6 -57 - 6 -57 - 5 -58 - 6 -57 - 6 -57 - 6 -57 - 7 -57 - 7 -56 - 6 -57 - 7 -57 - 15 96 - 15 96 - 7 -56 - 7 -56 - 7 -56 - 7 -56 - 7 -56 - 7 -56 - 23 68 - 23 68 - -10 -26 - -11 -26 - -10 -26 - -12 -26 - 17 -60 - 17 -60 - 10 -54 - 9 -54 - 10 -54 - 10 -54 - 9 -54 - -25 26 - -25 26 - -9 10 - -9 10 - 45 -33 - 45 -33 - 46 -33 - 18 -13 - 18 -13 - 75 -8 - 74 -8 - 75 -8 - 75 -7 - 74 -6 - 75 -7 - 74 -8 - 75 -8 - 75 -7 - 74 -6 - 96 82 - 96 82 - 69 63 - 69 63 - 28 19 - 27 19 - 28 19 - 8 17 - 8 17 - -17 -16 - -17 -16 - -10 36 - -10 36 - 25 35 - 24 35 - 25 35 - 54 79 - 54 79 - -15 -39 - -15 -39 - -15 -39 - 51 86 - 51 86 - -10 -53 - -9 -53 - -10 -53 - -10 -53 - -10 -53 - -10 -53 - 72 -54 - 72 -54 - -4 -58 - -4 -58 - 0 -58 - 1 -58 - 0 -58 - 2 -59 - 2 -59 - 2 -59 - 1 -58 - 2 -59 - 3 -59 - 23 87 - 23 87 - -12 38 - -12 38 - 26 -83 - 26 -83 - 29 37 - 29 37 - 7 -86 - 7 -86 - 7 -56 - 8 -56 - 7 -56 - 9 -57 - 8 -56 - 22 -10 - 22 -10 - 31 -71 - 31 -71 - 33 -39 - 33 -39 - 53 62 - 53 62 - 69 -50 - 69 -50 - 1 -28 - 1 -28 - 46 -33 - 45 -33 - 46 -33 - 92 -48 - 92 -48 - 23 -11 - 23 -11 - 32 66 - 32 66 - 33 67 - 78 92 - 78 92 - 17 42 - -6 46 - 17 42 - 24 68 - 24 68 - 50 95 - 50 95 - -12 -33 - -12 -33 - -10 -53 - -9 -53 - -10 -53 - -10 -53 - -10 -53 - -10 -53 - -8 -55 - -6 -56 - -8 -55 - 93 13 - 93 13 - 57 -52 - 57 -52 - 7 -50 - 7 -50 - 5 -51 - 14 -46 - 14 -46 - -3 -58 - -3 -58 - -3 -58 - -1 -58 - -1 -58 - -1 -58 - 0 -58 - 2 -33 - 2 -33 - 4 -34 - 26 -79 - 28 -80 - 26 -79 - 2 -59 - 2 -59 - 2 -59 - 2 -59 - 2 -59 - 1 -58 - 2 -59 - 2 -59 - 5 -57 - 6 -58 - 5 -57 - 6 -57 - 5 -57 - 6 -58 - 5 -58 - 6 -58 - 6 -57 - 5 -58 - 6 -57 - 8 -56 - 8 -56 - 7 -56 - 9 -57 - 8 -56 - 8 -56 - -1 -46 - -1 -46 - 11 -54 - 11 -54 - 7 -52 - 8 -53 - 7 -52 - 29 44 - 10 -53 - 29 44 - 3 -10 - 3 -10 - 34 -38 - 34 -38 - 45 -45 - 45 -45 - 48 57 - 48 57 - -10 -88 - -10 -88 - -12 -90 - -12 -90 - -32 -46 - -32 -46 - 24 -13 - 24 -13 - 33 67 - 32 66 - 33 67 - 74 89 - 74 89 - 25 52 - 25 52 - 29 72 - 29 72 - 37 11 - 37 11 - 32 -92 - 32 -92 - 80 52 - 80 52 - 32 8 - 32 8 - -1 -58 - 0 -59 - -1 -58 - -1 -58 - 0 -58 - 3 -60 - 0 -58 - 1 -59 - 3 -60 - 2 -59 - 2 -59 - 2 -59 - 1 -59 - 3 -60 - 2 -59 - 2 -59 - 2 -59 - 3 -59 - 2 -59 - 2 -59 - 2 -59 - 2 -59 - 1 -58 - 2 -59 - 2 -59 - 2 -59 - 2 -58 - 2 -58 - 2 -59 - 2 -59 - 2 -58 - 3 -58 - 3 -58 - 3 -58 - 5 -24 - 5 -24 - 4 -58 - 4 -58 - 5 -58 - 6 -57 - 5 -57 - 6 -58 - 6 -57 - 5 -58 - 6 -57 - 7 -56 - 7 -57 - 7 -57 - 7 -56 - 7 -56 - 7 -57 - 7 -56 - 7 -57 - 7 -56 - 7 -55 - 9 -57 - 8 -56 - 7 -56 - 9 -57 - 8 -56 - 8 -56 - 10 -54 - 10 -54 - 10 -54 - 11 -54 - 8 -53 - 8 -53 - 7 -52 - 10 -53 - 10 -53 - 13 -54 - 11 -54 - 29 44 - 4 -14 - 4 -14 - 3 -12 - 3 -12 - 3 -11 - 3 -11 - -12 11 - -12 11 - 10 -8 - 10 -8 - 23 -17 - 23 -17 - 12 -10 - 12 -10 - 67 11 - 67 11 - 41 10 - 41 10 - 41 11 - 41 11 - 41 10 - 41 11 - 80 81 - 80 81 - 43 50 - 43 50 - 22 20 - -22 21 - 22 20 - 15 23 - 15 23 - 47 10 - 47 10 - 98 -68 - 98 -68 - 57 93 - 57 93 - 34 70 - 34 70 - -32 35 - -32 35 - 89 80 - 89 80 - -6 -56 - -6 -56 - -8 -55 - 59 -78 - 59 -78 - 32 -32 - 32 -32 - -5 -57 - -5 -57 - -3 -58 - -3 -58 - -3 -58 - 6 -51 - 6 -51 - 6 -51 - 6 -51 - 51 -35 - 51 -35 - 0 -58 - 0 -59 - -1 -58 - -1 -58 - 0 -58 - 1 -59 - 1 -59 - 1 -59 - 1 -59 - 0 -58 - 0 -58 - 1 -59 - 1 -59 - 0 -58 - 1 -59 - 3 -60 - 18 -28 - 18 -28 - 28 -80 - 28 -80 - 26 -79 - 1 -58 - 2 -59 - 4 -60 - 2 -59 - 2 -59 - 2 -59 - 2 -59 - 2 -59 - 4 -60 - 2 -59 - 2 -59 - 2 -59 - 74 12 - 74 12 - 3 -58 - 3 -58 - 3 -58 - 4 -59 - 61 69 - 61 69 - 13 -94 - 6 -57 - 6 -57 - 6 -57 - 7 -57 - 7 -57 - 7 -57 - 7 -56 - 7 -57 - 7 -57 - 7 -57 - 7 -57 - 7 -56 - 7 -57 - 7 -57 - 7 -57 - 7 -57 - 7 -57 - 7 -56 - 7 -55 - 8 -56 - 7 -55 - 8 -56 - 7 -56 - 9 -57 - 9 -57 - 45 -46 - 45 -46 - 98 -44 - 98 -44 - 11 -54 - 10 -54 - 11 -54 - 42 -85 - 42 -85 - 11 -54 - 11 -54 - 13 -54 - 10 -53 - 13 -54 - 11 -54 - 11 -54 - 10 -53 - 13 -54 - 11 -54 - -2 9 - -2 9 - 3 -10 - 3 -10 - -24 63 - -24 63 - 43 -45 - 43 -45 - -19 -62 - -19 -62 - 10 -83 - 10 -83 - 11 -8 - 11 -8 - 49 -35 - 49 -35 - 50 -35 - 14 10 - 14 10 - 14 11 - 14 11 - 14 10 - 14 11 - 1 9 - 1 9 - 1 10 - 1 10 - 15 -53 - 15 -53 - 54 69 - 54 69 - -6 46 - -6 46 - 17 42 - -19 -34 - -19 -34 - -18 -33 - 57 -15 - 57 -15 - 16 81 - 16 81 - 46 88 - 46 88 - 78 63 - 78 63 - 46 88 - 78 63 - 7 17 - 7 17 - 44 88 - 44 88 - 14 38 - 14 38 - 15 38 - 12 -24 - 12 -24 - -6 -57 - -6 -57 - -6 -57 - 14 94 - 14 94 - 83 -41 - 6 -51 - 6 -51 - 6 -51 - 6 -51 - -16 -75 - -16 -75 - 1 -59 - 1 -59 - 2 -59 - 1 -59 - 1 -59 - 0 -58 - 2 -59 - 1 -59 - 2 -59 - 3 -60 - 4 -60 - 2 -59 - 2 -59 - 3 -60 - 4 -60 - 2 -59 - 2 -59 - 2 -59 - 2 -59 - 2 -59 - 2 -59 - 2 -59 - 4 -60 - 2 -59 - 7 -57 - 7 -57 - 7 -57 - 7 -56 - 7 -57 - 7 -57 - 8 -56 - 8 -56 - 9 -57 - 9 -57 - 8 -56 - 8 -56 - 7 -56 - 9 -57 - 9 -57 - 8 -56 - 8 -56 - 7 -56 - 10 -57 - 10 -57 - 10 -57 - 43 -19 - 43 -19 - 13 -57 - 15 -58 - 13 -57 - 14 -57 - 92 -54 - 92 -54 - 41 -70 - 41 -70 - -4 16 - -4 16 - -4 17 - -4 17 - 4 -13 - 4 -13 - -13 60 - -13 60 - -22 -4 - -22 -4 - -6 -53 - -6 -53 - -22 24 - -22 24 - 10 -11 - 10 -11 - 27 -19 - 27 -19 - 46 -33 - 46 -33 - 50 -35 - 49 -35 - 50 -35 - 13 -43 - 13 -43 - 15 19 - 15 19 - 16 19 - 22 21 - 22 21 - 22 22 - 22 22 - 22 21 - 22 22 - -4 -97 - -4 -97 - -4 -96 - -4 -96 - -4 -97 - -4 -96 - -11 -7 - -11 -7 - 89 98 - 89 98 - -18 -33 - -19 -34 - -18 -33 - 34 70 - 34 70 - 13 33 - 14 32 - 13 33 - 46 11 - 47 10 - 46 11 - 15 38 - 14 38 - 15 38 - 10 30 - 10 30 - 54 53 - 54 53 - 36 47 - 36 47 - 83 -41 - 14 94 - 83 -41 - -3 -58 - -3 -58 - 6 -51 - 6 -51 - 6 -51 - 6 -51 - 11 -46 - 28 -37 - 13 -45 - 11 -46 - 13 -45 - 13 -45 - 87 84 - 87 84 - 88 85 - 0 -59 - 0 -57 - 0 -59 - -1 -58 - 0 -58 - 1 -59 - 1 -59 - 2 -59 - 1 -59 - 1 -59 - 1 -59 - 1 -59 - 0 -58 - 1 -59 - 2 -59 - 3 -60 - 72 -67 - 72 -67 - 2 -59 - 1 -58 - 3 -59 - 2 -59 - 2 -59 - 2 -59 - 3 -58 - 3 -58 - 1 -34 - 2 -35 - 1 -34 - 5 -59 - 5 -59 - 5 -59 - 5 -59 - 5 -58 - 5 -58 - 5 -59 - 5 -59 - 5 -59 - 5 -58 - 5 -58 - 4 -58 - 5 -58 - 36 72 - 36 72 - 5 -57 - 6 -57 - 5 -57 - 7 -57 - 2 -59 - 7 -57 - 7 -57 - 7 -56 - 7 -57 - 40 99 - 40 99 - 7 -55 - 7 -57 - 7 -56 - 7 -55 - 8 -56 - 10 -57 - 10 -57 - 10 -57 - 14 -57 - 15 -58 - 13 -57 - 14 -57 - 26 -69 - 26 -69 - 6 -23 - 6 -23 - 6 -23 - 6 -23 - 6 -23 - 6 -23 - 2 -30 - 2 -30 - -25 44 - -25 44 - 41 -57 - 41 -57 - 19 30 - 19 30 - 18 -13 - 18 -13 - 97 -56 - 97 -56 - 16 -53 - 16 -53 - 16 19 - 15 19 - 16 19 - -22 21 - -22 21 - 22 20 - 79 82 - 79 82 - 52 27 - 52 27 - 53 27 - 37 76 - 38 75 - 37 76 - 23 34 - 23 34 - -11 37 - -11 37 - 32 58 - 32 58 - 63 12 - -19 -53 - -19 -53 - -19 -52 - -19 -52 - -19 -53 - -19 -52 - -22 -86 - -22 -86 - -30 -50 - -30 -50 - 31 61 - 31 61 - 30 62 - 30 62 - 31 61 - 30 62 - 30 62 - 30 62 - 65 -18 - -22 -66 - 14 32 - 14 32 - 13 33 - 47 10 - 47 10 - 46 11 - -7 -17 - -7 -17 - 17 42 - 17 42 - -17 -82 - -17 -82 - 15 -74 - 15 -74 - -8 -56 - -8 -56 - -8 -56 - -7 -57 - -7 -57 - -6 -57 - -6 -57 - 74 4 - 74 4 - 74 5 - 74 5 - 74 4 - 74 5 - 18 -76 - 18 -76 - 13 -45 - 28 -37 - 13 -45 - 11 -46 - 13 -45 - 13 -45 - 88 85 - 87 84 - 88 85 - 4 -79 - 4 -79 - 4 -78 - 4 -78 - 4 -79 - 4 -78 - 3 31 - 3 31 - 4 -60 - 0 -58 - 1 -59 - 1 -59 - 2 -59 - 4 -60 - 4 -60 - 4 -60 - 2 -59 - 2 -59 - 4 -60 - 2 -59 - 2 -59 - 2 -59 - 2 -59 - 4 -60 - 2 -59 - 2 -59 - 2 -59 - 2 -59 - 2 -59 - 2 -59 - 2 -35 - 2 -35 - 1 -34 - 4 -59 - 3 -58 - 4 -59 - 13 -94 - 61 69 - 13 -94 - 6 -57 - 6 -57 - 6 -57 - 6 -57 - 5 -58 - 6 -57 - 7 -57 - 7 -57 - 7 -57 - 7 -57 - 7 -57 - 7 -57 - 7 -57 - 7 -57 - 7 -57 - 7 -57 - 7 -57 - 7 -57 - 9 -57 - 8 -56 - 8 -58 - 9 -57 - 8 -56 - 7 -56 - 8 -56 - 9 -57 - 8 -56 - 7 -56 - 8 -56 - 15 -58 - 15 -58 - 13 -57 - 14 -57 - 74 35 - 74 35 - -4 -73 - -4 -73 - 27 -67 - 27 -67 - 54 -52 - 54 -52 - -7 81 - -7 81 - 99 -55 - 99 -55 - 14 -11 - 14 -11 - 38 34 - 38 34 - 35 -44 - 35 -44 - 40 40 - 40 40 - 19 -7 - 19 -7 - 33 38 - 33 38 - 53 27 - 52 27 - 53 27 - 53 43 - 53 43 - -23 -88 - -23 -88 - 38 75 - 38 75 - 37 76 - 60 98 - 60 98 - 59 64 - 59 64 - -10 -5 - -10 -5 - 69 -18 - 69 -18 - -8 67 - -8 67 - 21 63 - 9 33 - 9 33 - 9 19 - 9 19 - 65 -18 - 30 62 - 65 -18 - -22 -66 - -8 -56 - -8 -56 - -8 -56 - -6 -57 - -7 -57 - -6 -57 - -6 -57 - -6 -57 - -7 -57 - -6 -57 - -6 -57 - -6 -57 - 19 82 - 19 82 - 13 -45 - 28 -37 - 13 -45 - 11 -46 - 13 -45 - 13 -45 - 13 -45 - 28 -37 - 13 -45 - 11 -46 - 13 -45 - 13 -45 - -2 -57 - -2 -57 - 0 -57 - 0 -57 - 0 -59 - 2 -59 - 0 -59 - 1 -59 - 2 -59 - 1 -59 - 0 -59 - 2 -59 - 1 -59 - 0 -59 - 1 -59 - 1 -59 - 2 -59 - 2 -59 - 2 -59 - 2 -59 - 4 -60 - 2 -59 - 2 -59 - 4 -24 - 4 -24 - 5 -59 - 5 -59 - 5 -59 - 5 -59 - 5 -58 - 5 -58 - 6 -57 - 7 -57 - 6 -57 - 5 -58 - 6 -57 - 7 -57 - 7 -57 - 7 -57 - 7 -57 - 7 -57 - 8 -56 - 16 -80 - 16 -80 - 8 -30 - 8 -30 - -10 48 - -10 48 - 12 82 - 12 82 - -20 53 - -20 53 - 0 16 - 0 16 - 70 -86 - 70 -86 - 72 -71 - 72 -71 - 30 -30 - 30 -30 - 93 -24 - 93 -24 - 48 -34 - 48 -34 - 24 -17 - 24 -17 - 24 -17 - 24 -17 - 54 -38 - 54 -38 - 55 -38 - 24 -17 - 24 -17 - 24 -17 - 24 -17 - 39 66 - 39 66 - 40 81 - 40 81 - 40 82 - 40 82 - 40 81 - 40 82 - -19 -22 - -19 -22 - 64 63 - 64 63 - 7 -57 - 7 -57 - 30 82 - 30 82 - -22 -66 - 30 62 - 65 -18 - -22 -66 - 9 21 - 9 21 - 9 22 - 9 22 - 5 19 - 5 19 - 9 -10 - 9 -10 - 61 86 - 61 86 - -5 -58 - -5 -58 - 28 -37 - 28 -37 - 13 -45 - 11 -46 - 13 -45 - 13 -45 - 53 41 - 53 41 - -9 -68 - -8 -63 - -8 -63 - 5 -59 - 5 -59 - 5 -59 - 5 -59 - 5 -59 - 5 -58 - 6 -57 - 6 -57 - 7 -57 - 6 -57 - 5 -58 - 6 -57 - 2 -59 - 5 -58 - 6 -57 - 2 -59 - 7 -57 - 89 77 - 89 77 - 57 -16 - 57 -16 - 8 -57 - 10 -60 - 8 -58 - 23 81 - 23 81 - 20 84 - 18 -60 - 18 -60 - 10 -36 - 10 -36 - -4 53 - -4 53 - -29 49 - -28 48 - -29 49 - 87 -82 - 87 -82 - 18 -12 - 18 -12 - 55 -38 - 54 -38 - 55 -38 - 24 -17 - 24 -17 - 24 -17 - 24 -17 - -18 -21 - -18 -21 - 81 74 - 81 74 - -1 11 - -1 11 - 26 -13 - 26 -13 - -1 -72 - -1 -72 - -8 -69 - -8 -69 - 63 12 - 32 58 - 63 12 - -26 -89 - -26 -89 - 20 43 - 20 43 - -6 -58 - 40 41 - -5 -58 - -6 -58 - -5 -58 - -5 -58 - 1 -55 - 1 -55 - 5 -52 - 1 -54 - 5 -52 - -2 -60 - -2 -60 - -1 -60 - -2 -59 - -2 -59 - 15 -46 - 15 -46 - 16 -46 - 0 -59 - 0 -59 - 1 -59 - 0 -59 - 3 -60 - 4 -60 - 1 -59 - 2 -59 - 34 -42 - 34 -42 - 6 -57 - 6 -57 - 7 -57 - 6 -57 - 5 -58 - 6 -57 - 5 -58 - 6 -57 - 5 -58 - 6 -57 - 5 -58 - 6 -57 - 18 -52 - 18 -52 - 8 -56 - 7 -57 - 7 -57 - 8 -56 - 7 -57 - 7 -57 - 7 -57 - 7 -57 - 8 -56 - 7 -57 - 7 -57 - 8 -57 - 57 -16 - 8 -57 - 8 -58 - 8 -58 - 57 -16 - 8 -57 - 10 -60 - 8 -58 - 9 -57 - 17 -28 - 17 -28 - 4 -17 - 4 -17 - -8 41 - -8 41 - -24 -51 - 0 56 - -24 -51 - -28 48 - -28 48 - -29 49 - 41 76 - 41 76 - 62 -42 - 62 -42 - 33 34 - 33 34 - 27 28 - 27 28 - -18 -26 - -18 -26 - -9 -45 - -9 -45 - 44 -70 - 44 -70 - 21 63 - -8 67 - 21 63 - 27 62 - 27 62 - -12 -44 - -12 -44 - 43 81 - 43 81 - -6 -57 - -6 -57 - 28 31 - 28 31 - 40 41 - 40 41 - -5 -58 - -6 -58 - -25 61 - -25 61 - -2 -59 - -2 -59 - 3 57 - 3 57 - -2 -59 - 3 57 - -1 -60 - -2 -60 - -1 -60 - 16 -46 - 15 -46 - 16 -46 - 0 -59 - 1 -59 - 0 -59 - 1 -59 - 2 -59 - 1 -59 - 0 -59 - 2 -59 - 1 -59 - 0 -59 - 3 -60 - 4 -60 - 7 -57 - 6 -57 - 7 -57 - 5 -58 - 6 -57 - 9 -56 - 9 -56 - 20 84 - 23 81 - 20 84 - 10 -55 - 10 -55 - 3 -13 - 3 -13 - 5 -20 - 5 -20 - 5 -19 - 5 -19 - -8 -12 - -8 -12 - -7 -12 - -20 -49 - -20 -49 - -18 92 - -18 92 - 0 56 - 0 56 - -24 -51 - 47 -56 - 47 -56 - 47 -55 - 47 -55 - 47 -56 - 47 -55 - -25 38 - -25 38 - 32 -51 - 32 -51 - 10 -8 - 10 -8 - 20 -29 - 20 -29 - 19 22 - 19 22 - 11 11 - 11 11 - -27 -97 - -27 -97 - 58 80 - -13 -55 - -13 -55 - 5 22 - 5 22 - -16 -45 - -16 -45 - -5 -58 - 40 41 - -5 -58 - -6 -58 - -9 -68 - 53 41 - -9 -68 - 14 16 - 14 16 - 1 -59 - 1 -59 - 0 -59 - 1 -59 - 1 -59 - 0 -59 - 1 -59 - 1 -59 - 1 -59 - 6 -61 - 3 -60 - 1 -59 - 1 -59 - 6 -61 - 0 -59 - 3 -60 - 1 -59 - 0 -59 - 3 -60 - 4 -60 - 1 -59 - 1 -59 - 5 -59 - 4 -59 - 5 -59 - 5 -59 - 5 -59 - 4 -59 - 4 -59 - 6 -57 - 6 -57 - 5 -58 - 6 -57 - 2 -59 - 7 -57 - 7 -57 - 7 -57 - 8 -56 - 7 -57 - 7 -57 - 10 -60 - 57 -16 - 10 -60 - 8 -58 - 8 -58 - 9 -55 - 10 -56 - 9 -55 - 9 -55 - 4 -18 - 4 -18 - 6 -23 - 6 -23 - 4 -16 - 4 -16 - -7 -12 - -8 -12 - -7 -12 - 28 -75 - 28 -75 - 47 69 - 47 69 - -15 -85 - -15 -84 - 4 -95 - 4 -95 - 34 -24 - 35 -25 - 34 -24 - 34 -24 - 67 -46 - 67 -46 - -25 -31 - -25 -31 - 9 2 - 9 2 - 32 37 - 32 37 - 32 38 - 30 37 - 32 38 - 32 37 - 32 38 - 58 80 - -27 -97 - 58 80 - -12 -50 - -12 -50 - 15 39 - 15 39 - 38 85 - 38 85 - 37 85 - -3 -35 - -3 -35 - 46 -86 - 46 -86 - 1 -34 - 1 -34 - 11 -34 - 11 -34 - 5 -51 - 5 -51 - 1 -54 - 1 -54 - 0 -56 - 5 -52 - 5 -51 - 5 -51 - 5 -51 - 5 -51 - 5 -50 - 14 27 - 14 27 - -1 50 - -1 50 - 1 -59 - 1 -59 - 0 -59 - 1 -59 - 2 -60 - 1 -59 - 11 -62 - 12 -63 - 12 -63 - 11 -62 - 6 -61 - 4 -60 - 1 -59 - 1 -59 - 6 -61 - 0 -59 - 3 -60 - 2 -59 - 0 -59 - 3 -60 - 4 -60 - 1 -59 - 1 -59 - 29 -17 - 29 -17 - 10 -56 - 10 -56 - 9 -55 - 9 -55 - 5 -23 - 5 -23 - 7 -30 - 7 -30 - 7 -29 - 7 -29 - 7 -30 - 7 -29 - -15 -85 - 47 69 - -15 -85 - -15 -84 - -15 -84 - 47 69 - -15 -85 - -15 -84 - 40 0 - 40 0 - 41 0 - 23 53 - 23 53 - 35 -25 - 35 -25 - 34 -24 - 34 -24 - 18 -13 - 17 -13 - 18 -13 - 58 -41 - 58 -41 - 59 -41 - -4 83 - -4 83 - 43 -1 - 43 -1 - 79 78 - 79 78 - -11 -65 - -11 -65 - 15 24 - 15 24 - 36 97 - 36 97 - 7 24 - 7 24 - -7 -19 - -7 -19 - 27 70 - 27 70 - 14 60 - 14 60 - 0 -56 - 1 -54 - 0 -56 - 30 -6 - 30 -6 - 12 -63 - 12 -63 - 12 -63 - 11 -62 - 4 -60 - 0 -59 - 3 -60 - 4 -60 - 1 -59 - 2 -59 - 4 -59 - 4 -59 - 5 -59 - 5 -59 - 5 -59 - 4 -59 - 5 -59 - 5 -59 - 5 -58 - 5 -58 - 6 -58 - 5 -58 - 5 -58 - 5 -57 - 6 -27 - 6 -27 - 11 -48 - 11 -48 - -10 -1 - -10 -1 - 58 -3 - 58 -3 - 74 3 - 74 3 - -7 53 - -7 53 - 30 -28 - 30 -28 - 53 -42 - 53 -42 - 41 0 - 40 0 - 41 0 - -13 12 - -13 12 - 11 -11 - 11 -11 - 17 -13 - 17 -13 - 18 -13 - 19 -14 - 19 -14 - 34 -24 - 35 -25 - 34 -24 - 34 -24 - 59 -41 - 58 -41 - 59 -41 - -18 12 - -18 12 - 9 -7 - 9 -7 - 10 -9 - 10 -9 - -22 -52 - -22 -52 - -22 -51 - -21 -51 - -22 -51 - -22 -52 - -22 -51 - -21 -51 - 12 9 - 12 9 - 37 38 - 37 38 - 43 20 - 43 20 - 22 16 - 22 16 - 25 -11 - 47 29 - 47 29 - 29 37 - 29 37 - 30 37 - 29 38 - 29 38 - 29 37 - 30 37 - 29 38 - 52 -23 - 52 -23 - -1 16 - -1 16 - 3 70 - 3 70 - 37 85 - 38 85 - 37 85 - 38 86 - 18 46 - 18 46 - -8 -53 - -8 -53 - 16 43 - 16 43 - 17 43 - 7 21 - 7 21 - 55 16 - 55 16 - 5 -51 - 5 -51 - 5 -51 - 5 -51 - 5 -51 - 5 -51 - 5 -50 - 5 -50 - 5 -51 - 5 -51 - 5 -50 - -1 -60 - -1 -60 - 36 71 - 36 71 - 12 -63 - 12 -63 - 12 -63 - 11 -62 - 1 -59 - 1 -59 - 2 -60 - 0 -59 - 1 -59 - 1 -59 - 6 -61 - 1 -59 - 2 -60 - 0 -59 - 1 -59 - 11 -62 - 6 -58 - 6 -58 - 6 -58 - 8 -58 - 10 -60 - 8 -58 - 9 -55 - 10 -56 - 9 -55 - 9 -55 - 6 -35 - 6 -35 - 7 -37 - 7 -37 - 7 -33 - 7 -33 - 9 -40 - 9 -40 - 9 -39 - 9 -39 - 9 -40 - 9 -39 - 5 21 - 5 21 - -16 95 - -16 95 - 10 99 - -6 -89 - -6 -89 - -20 40 - -20 40 - -24 18 - -24 18 - -18 -49 - -18 -49 - -16 -12 - -16 -12 - 47 -26 - 47 -26 - 53 -73 - 53 -73 - -16 20 - -16 20 - 10 -8 - 10 -8 - 0 -18 - 0 -18 - 1 -19 - 1 -19 - 10 4 - 10 4 - -21 -51 - -22 -52 - -22 -51 - -21 -51 - 61 70 - 61 70 - 49 89 - 49 89 - 41 -12 - 41 -12 - 30 37 - 32 37 - 29 37 - 30 37 - 29 38 - -10 -8 - -10 -8 - 26 19 - 26 19 - 5 -9 - 5 -9 - 67 84 - 67 84 - -21 30 - -21 30 - -19 -63 - -19 -63 - 29 69 - -21 -71 - 29 69 - 17 43 - 16 43 - 17 43 - 2 -60 - 1 -59 - 2 -60 - 0 -59 - 1 -59 - 6 -61 - 5 -58 - 5 -58 - 6 -58 - 6 -58 - 5 -58 - 5 -58 - 5 -58 - 5 -58 - 6 -58 - 6 -58 - 5 -58 - 5 -58 - 5 -57 - 5 -58 - 5 -58 - 5 -57 - 5 -58 - 6 -58 - 6 -58 - 6 -58 - 7 -58 - 7 -58 - 7 -56 - 7 -56 - 8 -39 - 8 -39 - 64 13 - 64 13 - 83 17 - 83 17 - 10 99 - -16 95 - 10 99 - 29 34 - 29 34 - -19 7 - -19 7 - 31 -32 - 31 -32 - 25 -19 - 25 -19 - 25 -18 - 26 -18 - 25 -18 - 25 -19 - 25 -18 - 26 -18 - 30 40 - 30 40 - 26 -18 - 26 -18 - 5 -9 - 5 -9 - 12 6 - 12 6 - 9 1 - 9 1 - 39 51 - 39 51 - 10 11 - 10 11 - 24 27 - 24 27 - 72 17 - 72 17 - 39 -84 - 39 -84 - 25 -11 - 22 16 - 25 -11 - 27 31 - 27 31 - 38 86 - 37 85 - 38 86 - -21 -71 - -21 -71 - 29 69 - 4 14 - 4 14 - 0 -59 - 2 -60 - 0 -59 - 1 -59 - 6 -61 - 21 -25 - 21 -25 - 7 -94 - 7 -94 - 6 -58 - 5 -58 - 6 -58 - 6 -58 - 5 -58 - 5 -58 - 5 -58 - 5 -58 - 5 -58 - 5 -57 - 5 -58 - 70 -32 - 70 -32 - 0 -10 - 0 -10 - 7 -44 - 7 -44 - 60 -64 - 60 -64 - 7 -36 - 7 -36 - 4 -19 - 4 -19 - 55 -80 - 55 -80 - 22 -24 - 22 -24 - 23 -24 - 22 -23 - 22 -23 - 22 -24 - 22 -23 - 26 -18 - 25 -19 - 25 -18 - 26 -18 - 25 -19 - -22 16 - -22 16 - -22 17 - -22 17 - -22 16 - -22 17 - 80 -53 - 80 -53 - 21 22 - 21 22 - 23 59 - 23 59 - -2 -58 - -2 -58 - 2 -60 - 6 -61 - 2 -60 - 1 -60 - 13 86 - 13 86 - 1 -60 - 2 -60 - 1 -60 - 19 -25 - 19 -25 - 15 -26 - 15 -26 - 15 -25 - 15 -25 - 15 -26 - 15 -25 - 11 -21 - 11 -21 - 6 -58 - 5 -58 - 6 -58 - 6 -58 - 5 -58 - 5 -58 - 7 -57 - 7 -57 - 13 -73 - 14 -74 - 13 -73 - 10 -51 - 10 -51 - -9 10 - -9 10 - 23 -24 - 22 -24 - 23 -24 - 30 -22 - 29 -22 - 30 -22 - 2 -17 - 2 -17 - 2 -17 - 2 -17 - 16 17 - 16 17 - 16 18 - 16 18 - 16 17 - 16 18 - -8 -11 - -8 -11 - 22 23 - 22 23 - 95 95 - 95 95 - 79 87 - 79 87 - -16 -75 - -16 -75 - -16 -75 - 18 -7 - 18 -7 - 18 -6 - 18 -6 - 18 -7 - 18 -6 - 39 86 - 39 86 - -4 -20 - -4 -20 - -3 -20 - 12 51 - 12 51 - 40 60 - 40 60 - -7 -50 - -7 -50 - 14 -69 - 14 -69 - 29 -30 - 29 -30 - 46 60 - 46 60 - 0 -91 - 0 -91 - 19 -32 - 19 -32 - 2 -60 - 2 -60 - 2 -60 - 5 -59 - 5 -59 - 5 -59 - 13 -97 - 13 -97 - 14 -74 - 14 -74 - 13 -73 - 33 53 - 33 53 - 7 -21 - 7 -21 - 54 26 - 54 26 - -11 -87 - -11 -87 - 5 -12 - 5 -12 - 6 -79 - 6 -79 - 35 -27 - 35 -27 - 1 -10 - 1 -10 - 1 -9 - 1 -9 - -12 14 - -12 14 - 13 -13 - 13 -13 - 67 -48 - 67 -48 - 64 -46 - 64 -46 - 59 70 - 59 70 - -8 -10 - -8 -10 - 39 40 - 39 40 - 16 -4 - 16 -4 - -3 -20 - -4 -20 - -3 -20 - -16 -45 - -16 -45 - 37 72 - 37 72 - 16 46 - 16 46 - 9 -14 - 9 -14 - 2 -60 - 2 -60 - 2 -60 - 5 -60 - 3 -59 - 3 -59 - 5 -60 - 4 -59 - 5 -58 - 4 -59 - 5 -60 - 4 -59 - 5 -58 - 5 -59 - 5 -59 - 5 -59 - 5 -59 - 6 -58 - 5 -58 - 6 -58 - 5 -59 - 5 -59 - 6 -58 - 5 -58 - 6 -57 - 6 -57 - 5 -59 - 6 -58 - 5 -58 - 6 -57 - -2 39 - -2 39 - 42 -67 - 42 -67 - 12 -62 - 12 -62 - 8 69 - 8 69 - 9 69 - 48 -28 - 48 -28 - 49 -28 - 35 -55 - 35 -55 - 36 -55 - 96 -25 - 96 -25 - 68 -58 - 68 -58 - 25 -19 - 26 -18 - 25 -19 - 40 -29 - 40 -29 - 88 -59 - 88 -59 - -17 -96 - -17 -96 - -8 -10 - -8 -10 - -7 -9 - -7 -9 - 53 55 - 53 55 - 42 49 - 42 49 - -4 -48 - -4 -48 - 54 67 - 54 67 - 72 93 - 72 93 - -12 -13 - -12 -13 - 16 80 - 16 80 - 16 90 - 16 90 - 2 -98 - 2 -98 - 3 -59 - 3 -59 - 3 -58 - 3 -58 - 3 -59 - 3 -58 - 3 -60 - 4 -60 - 4 -60 - 3 -58 - 3 -60 - 4 -60 - 3 -59 - 3 -59 - 3 -59 - 5 -60 - -2 35 - -2 35 - -2 36 - -1 36 - -1 36 - -2 35 - -1 37 - -2 36 - -1 36 - 5 -58 - 6 -58 - 5 -58 - 5 -58 - 5 -58 - 5 -58 - 5 -58 - -13 -28 - -13 -28 - 9 69 - 8 69 - 9 69 - 49 -28 - 48 -28 - 49 -28 - -15 56 - 36 -55 - 35 -55 - 36 -55 - 70 -70 - 70 -70 - 29 -22 - 29 -22 - 30 -22 - 79 -55 - 79 -55 - 38 -80 - 38 -80 - 39 -80 - 64 -17 - 64 -17 - 52 53 - 52 53 - 44 47 - 44 47 - 41 48 - 41 48 - -16 -75 - -16 -75 - -16 -75 - 16 -23 - 16 -23 - 16 -22 - 16 -22 - 16 -23 - 16 -22 - 40 52 - 40 52 - 34 54 - 34 54 - 22 52 - 22 52 - -8 -51 - -8 -51 - -2 -59 - -2 -59 - -2 -60 - -2 -60 - -2 -60 - -2 -59 - -2 -60 - -2 -60 - -2 -59 - -2 -59 - -2 -60 - -2 -60 - -2 -59 - 2 -60 - 2 -60 - 3 -59 - 3 -60 - 3 -58 - 3 -60 - 4 -60 - 3 -59 - 3 -59 - 3 -59 - 3 -59 - 3 -59 - 5 -60 - 5 -58 - 5 -60 - 4 -59 - 5 -58 - 35 6 - 35 6 - -1 -10 - -1 -10 - -14 21 - -14 21 - -3 -83 - -3 -83 - 30 61 - 30 61 - 97 -72 - 97 -72 - 10 -11 - 10 -11 - 10 -8 - 10 -8 - 39 -80 - 38 -80 - 39 -80 - 78 96 - 78 96 - 78 97 - 78 97 - 78 96 - 78 97 - 12 40 - 12 40 - 86 80 - 86 80 - 9 28 - 9 28 - -2 -60 - -2 -59 - -2 -60 - -2 -60 - -2 -59 - -1 -59 - -2 -59 - -2 -59 - -1 -58 - -1 -59 - -1 -58 - -1 -59 - -1 -58 - -1 -58 - -1 -59 - -1 -58 - 3 -59 - 2 -60 - 3 -59 - 7 -98 - 7 -98 - 31 20 - 31 20 - 5 -59 - 5 -59 - 5 -59 - 5 -59 - 5 -59 - 6 -58 - 5 -58 - 5 -59 - 5 -59 - 5 -59 - 5 -59 - 6 -58 - 5 -32 - 5 -32 - -13 -57 - -13 -57 - 37 -97 - 37 -97 - 38 -97 - -10 -19 - -10 -19 - 19 -93 - 19 -93 - 86 -86 - 86 -86 - 86 -85 - 86 -85 - 86 -86 - 86 -85 - -8 10 - -8 10 - 1 80 - 1 80 - 28 -21 - 28 -21 - 32 35 - 32 35 - 48 -9 - 48 -9 - 18 -5 - 18 -5 - 18 -4 - 18 -4 - 18 -5 - 18 -4 - 43 12 - 43 12 - -1 -58 - -2 -59 - -1 -58 - -1 -59 - 1 -59 - 1 -59 - 1 -47 - 1 -47 - 85 85 - 85 85 - 4 -59 - 4 -59 - 5 -59 - 5 -59 - 5 -59 - 5 -59 - 5 -59 - 5 -58 - 5 -58 - 5 -60 - 5 -59 - 5 -59 - 5 -59 - 5 -58 - 5 -58 - -1 37 - -1 37 - -2 36 - -1 36 - -2 36 - -2 35 - -1 37 - -2 36 - -1 36 - 42 -46 - 42 -46 - 59 -1 - 59 -1 - 16 -59 - 38 -97 - 37 -97 - 38 -97 - 5 -11 - 5 -11 - -15 56 - 49 -28 - -15 56 - 95 -93 - 95 -93 - 9 -11 - 9 -11 - 15 -13 - 15 -13 - 8 -58 - 8 -58 - 41 44 - 41 44 - 59 97 - 59 97 - 60 97 - 61 97 - 19 33 - 19 33 - 0 87 - 0 87 - 1 87 - 3 85 - 3 85 - 4 -60 - 4 -60 - 5 -74 - 5 -74 - 5 -67 - 5 -67 - 5 -59 - 4 -59 - 5 -59 - 5 -59 - 5 -59 - 5 -59 - 5 -59 - 5 -58 - 5 -58 - 5 -58 - 5 -59 - 5 -59 - 5 -59 - 5 -58 - 5 -58 - 6 -60 - 5 -58 - 5 -58 - 5 -60 - 6 -60 - 7 -61 - 7 -61 - 63 -82 - 63 -82 - 12 36 - 12 36 - 7 -93 - 7 -93 - 12 -14 - 12 -14 - -11 14 - -11 14 - 93 -63 - 93 -63 - 90 -61 - 90 -61 - 93 -63 - 90 -61 - 72 -51 - 72 -51 - 60 97 - 59 97 - 60 97 - 61 97 - 8 -36 - 8 -36 - 27 40 - 27 40 - 0 64 - 0 64 - 5 -10 - 5 -10 - 1 87 - 0 87 - 1 87 - -2 88 - -2 88 - 7 22 - 7 22 - 10 7 - 10 7 - -13 -52 - -13 -52 - -1 -59 - -2 -60 - -1 -59 - 10 -51 - 10 -51 - -4 -80 - -4 -80 - 16 -59 - 59 -1 - 16 -59 - 4 -42 - 4 -42 - 53 -97 - 53 -97 - -10 21 - -10 21 - -10 22 - -10 22 - -10 21 - -10 22 - 54 -83 - 54 -83 - 54 -83 - 54 -83 - 54 -83 - 54 -83 - -13 -70 - -13 -70 - -12 -70 - 31 -34 - 31 -34 - 3 -86 - 3 -86 - -6 80 - -6 80 - 72 -83 - 72 -83 - 73 -82 - 20 60 - 20 60 - 60 63 - 60 63 - 85 84 - 85 84 - 66 -54 - 66 -54 - 37 21 - 37 21 - 38 22 - 38 22 - 58 85 - 58 85 - 61 97 - 59 97 - 60 97 - 61 97 - 11 64 - 11 64 - 55 -52 - 55 -52 - 11 93 - 11 93 - 71 79 - 71 79 - -7 68 - -7 68 - -3 -11 - -3 -11 - 90 0 - 90 0 - 39 2 - 39 2 - -12 -70 - -13 -70 - -12 -70 - 73 -82 - 72 -83 - 73 -82 - 42 -22 - 42 -22 - 42 -30 - 42 -30 - 83 86 - 83 86 - 47 -6 - 47 -6 - -8 30 - -8 30 - 59 96 - 59 96 - 18 64 - 18 64 - 17 32 - 17 32 - 22 68 - 22 68 - 18 -74 - 18 -74 - 18 -73 - 19 -73 - 18 -73 - 18 -74 - 18 -73 - 19 -73 - 23 -31 - 23 -31 - 24 -31 - 24 -30 - 89 -73 - 89 -73 - 15 -18 - 15 -18 - 79 -82 - 79 -82 - 73 -53 - 74 -54 - 73 -53 - 13 15 - 13 15 - 57 67 - 57 67 - 9 -49 - 9 -49 - 49 -9 - 49 -9 - 39 -61 - 39 -61 - -9 71 - -9 71 - 39 -61 - -9 71 - 13 17 - 13 17 - 13 18 - 13 18 - 13 17 - 13 18 - 5 45 - 5 45 - -7 -94 - -7 -94 - 19 -73 - 18 -74 - 18 -73 - 19 -73 - 0 -86 - 0 -86 - 24 -31 - 23 -31 - 24 -31 - 24 -30 - 14 95 - 14 95 - 74 -54 - 74 -54 - 73 -53 - 14 16 - 14 16 - 44 -30 - 44 -30 - 81 49 - 81 49 - 38 14 - 38 14 - 70 81 - 70 81 - 97 85 - 97 85 - 98 86 - 91 -99 - 91 -99 - 21 -83 - 21 -83 - 21 -82 - 21 -82 - 21 -83 - 21 -82 - 13 92 - 14 91 - 13 92 - 16 -53 - 16 -53 - 86 -96 - 86 -96 - 86 -95 - 86 -95 - 86 -96 - 86 -95 - 34 -59 - 34 -59 - -1 47 - -1 47 - 0 47 - 90 -77 - 90 -77 - 71 94 - 71 94 - 60 -4 - 60 -4 - 45 -49 - 45 -49 - -7 -80 - -6 -81 - -7 -80 - 98 -66 - 99 -67 - 98 -66 - 42 6 - 42 6 - 33 -35 - 33 -35 - 34 -9 - 34 -9 - 34 -8 - 34 -8 - 34 -9 - 34 -8 - 16 27 - 16 27 - -8 84 - -8 84 - 98 86 - 97 85 - 98 86 - 15 58 - 15 58 - 14 91 - 14 91 - 13 92 - 0 47 - -1 47 - 0 47 - 9 -22 - 9 -22 - 21 67 - 21 67 - 7 -30 - 7 -30 - 24 -30 - 23 -31 - 24 -31 - 24 -30 - 95 -97 - 95 -97 - -6 -81 - -6 -81 - -7 -80 - 47 -19 - 47 -19 - 14 -12 - 14 -12 - 14 -12 - 51 -37 - 51 -37 - 14 -12 - 14 -12 - 14 -12 - 99 -67 - 99 -67 - 98 -66 - 25 -55 - 25 -55 - 14 12 - 14 12 - 70 65 - 70 65 - -6 -78 - -6 -78 - 5 -86 - 5 -86 - 4 -61 - 4 -61 - 43 65 - 43 65 - 20 -42 - 20 -42 - 48 -30 - 48 -30 - 49 -30 - 43 50 - 43 50 - 84 78 - 84 78 - 7 -9 - 7 -9 - 40 -30 - 40 -30 - 48 -35 - 48 -35 - 48 -34 - 48 -34 - 48 -35 - 48 -34 - 29 -22 - 29 -22 - 4 81 - 4 81 - 33 97 - 33 97 - 47 -20 - 47 -20 - -2 20 - -2 20 - 49 -79 - 49 -79 - 49 -30 - 48 -30 - 49 -30 - 8 -10 - 8 -10 - 14 -17 - 14 -17 - 16 -15 - 16 -15 - 35 -27 - 35 -27 - 93 -1 - 93 -1 - 80 83 - 80 83 - 81 83 - -3 32 - -3 32 - -4 33 - -4 33 - -3 32 - -4 33 - 86 5 - 86 5 - 47 37 - 47 37 - 40 -36 - 40 -36 - 41 -30 - 41 -30 - 81 83 - 80 83 - 81 83 - 47 69 - 47 69 - 47 99 - 47 99 - 28 83 - 28 83 - 94 25 - 94 25 - 75 -45 - 75 -45 - 61 17 - 61 17 - 61 18 - 61 18 - 61 17 - 61 18 - -3 -86 - -3 -86 - 6 -64 - 6 -64 - 12 -17 - 12 -17 - 2 -38 - 2 -38 - 2 -37 - 2 -37 - 2 -38 - 2 -37 - 1 16 - 1 16 - 22 -36 - 22 -36 - 19 -38 - 19 -37 - 19 -38 - 34 -38 - 34 -38 - 34 -37 - 35 -37 - 35 -36 - 34 -37 - 34 -38 - 34 -37 - 35 -37 - 35 -36 - 52 56 - 52 56 - 52 57 - 52 57 - 52 56 - 52 57 - 29 -49 - 29 -49 - 15 19 - 15 19 - 79 88 - 79 88 - 40 -17 - 40 -17 - 9 90 - 9 90 - 33 94 - 33 94 - 34 94 - 35 94 - 18 38 - 18 38 - 15 29 - 15 29 - 54 -77 - 54 -77 - 30 -93 - 30 -93 - 17 -98 - 17 -98 - 3 -22 - 3 -22 - 35 -37 - 34 -38 - 34 -37 - 35 -37 - 35 -36 - 35 -36 - 34 -38 - 34 -37 - 35 -37 - 35 -36 - 20 24 - 20 24 - 61 80 - 61 80 - 26 -48 - 26 -48 - 24 32 - 24 32 - 34 94 - 33 94 - 34 94 - 35 94 - 18 53 - 18 53 - 57 96 - 57 96 - 12 76 - 12 76 - 48 60 - 48 60 - 49 60 - 79 -34 - 79 -34 - 24 -51 - 24 -51 - 21 -43 - 21 -43 - 6 -16 - 6 -16 - 50 13 - 50 13 - 82 -61 - 85 -61 - 82 -61 - 83 -61 - 82 -60 - 83 -60 - 82 -60 - 85 -61 - 82 -61 - 83 -61 - 82 -60 - 83 -60 - 88 24 - 88 24 - 12 14 - 12 14 - 21 25 - 21 25 - 5 15 - 5 15 - 35 94 - 33 94 - 34 94 - 35 94 - 7 32 - 7 32 - -1 27 - -1 27 - 73 13 - 73 13 - 95 -80 - 95 -80 - 49 60 - 48 60 - 49 60 - 22 -72 - 22 -72 - 5 -67 - 5 -67 - 16 -36 - 16 -36 - 52 -4 - 52 -4 - 19 -37 - 19 -37 - 19 -38 - 98 -29 - 98 -29 - 83 -61 - 85 -61 - 82 -61 - 83 -61 - 82 -60 - 83 -60 - 83 -60 - 85 -61 - 82 -61 - 83 -61 - 82 -60 - 83 -60 - 25 -21 - 25 -21 - 58 25 - 58 25 - 51 61 - 51 61 - 41 100 - 41 100 - 46 -98 - 46 -98 - 50 95 - 50 95 - 50 96 - 50 97 - 50 96 - 50 95 - 50 96 - 50 97 - 50 97 - 50 95 - 50 96 - 50 97 - 35 83 - 35 83 - 17 -52 - 17 -52 - 17 -52 - 17 -52 - 17 -52 - 17 -52 - 3 -98 - 3 -98 - 16 0 - 16 0 - 26 -86 - 26 -86 - 26 -86 - 26 -86 - 26 -86 - 26 -86 - 48 99 - 48 99 - 44 -72 - 44 -72 - 85 -61 - 85 -61 - 82 -61 - 83 -61 - 82 -60 - 83 -60 diff --git a/Developer_Contributed/03-HLS_Code_Optimization/files/examples/7_atan2/test_data/ref_results.txt b/Developer_Contributed/03-HLS_Code_Optimization/files/examples/7_atan2/test_data/ref_results.txt deleted file mode 100644 index 62a3b66141..0000000000 --- a/Developer_Contributed/03-HLS_Code_Optimization/files/examples/7_atan2/test_data/ref_results.txt +++ /dev/null @@ -1,110467 +0,0 @@ -# Copyright © 2023 Advanced Micro Devices, Inc. All rights reserved. -# SPDX-License-Identifier: MIT - -2.3217253685 - -2.3217253685 - -0.2030452192 - -0.2030452192 - -2.4468543530 - -2.4468543530 - -2.2218730450 - -2.2218730450 - -0.8486049771 - -0.8486049771 - -2.7915477753 - -2.7915477753 - -0.8450288773 - -0.8450288773 - -0.9871605039 - -0.9871605039 - 3.1415927410 - 3.1415927410 - -2.4329664707 - -2.4329664707 - -2.4342961311 - -1.9163519144 - -1.9163519144 - -0.9008248448 - -0.8913825154 - -0.9008248448 - -0.9008248448 - -0.5613745451 - -0.5613745451 - -2.8198421001 - -2.8198421001 - -0.2984989285 - -0.2984989285 - -2.3561944962 - -2.3561944962 - -2.3794460297 - -2.5175695419 - -2.5444159508 - -2.5175695419 - -2.3561944962 - -2.3794460297 - -2.5175695419 - -2.5444159508 - -1.0679531097 - -1.9956284761 - -1.0679531097 - -0.6435011029 - -0.6435011029 - -2.0647377968 - -2.0647377968 - -3.0124454498 - -3.0124454498 - -0.0294032879 - -0.0294032879 - -0.8187191486 - -0.8187191486 - -2.4342961311 - -2.4329664707 - -2.4342961311 - -1.4682164192 - -1.4682164192 - -1.1129626036 - -1.1129626036 - -1.9018924236 - -1.9018924236 - -2.7610862255 - -2.7610862255 - -2.3794460297 - -2.3561944962 - -2.3794460297 - -2.5175695419 - -2.5444159508 - -2.5444159508 - -2.3561944962 - -2.3794460297 - -2.5175695419 - -2.5444159508 - -1.9956284761 - -1.9956284761 - -1.0679531097 - -1.7191241980 - -1.7191241980 - -0.9487643242 - -0.9487643242 - -2.0866053104 - -2.0866053104 - -1.9890207052 - -1.9890207052 - -2.6146495342 - -2.6487562656 - -2.6146495342 - -2.9029834270 - -2.9029834270 - -2.1655554771 - -2.1240906715 - -2.1655554771 - -0.1574168801 - -0.1574168801 - -2.6779451370 - -2.6779451370 - -2.3946371078 - -2.3946371078 - -2.8685839176 - -2.8685839176 - -1.9720251560 - -1.9720251560 - -0.7982179523 - -0.7982179523 - -0.4636476040 - -0.4636476040 - 0.0000000000 - 0.0000000000 - 3.0981416702 - 3.0981416702 - -0.8913825154 - -0.8913825154 - -0.9008248448 - -0.9008248448 - -0.9008248448 - -0.8913825154 - -0.9008248448 - -0.9008248448 - -1.9021928310 - -1.9021928310 - -0.1973955631 - -0.1973955631 - -1.3306252956 - -1.3306252956 - -1.3292306662 - -1.3292306662 - -2.4920432568 - -2.4920432568 - -2.3787469864 - -2.3787469864 - -2.8661665916 - -2.8661665916 - -2.1240906715 - -2.1240906715 - -2.1655554771 - -1.2827408314 - -1.2827408314 - -0.2186689526 - -0.2186689526 - -2.2694561481 - -2.2694561481 - -2.4725496769 - -2.4725496769 - -2.4668517113 - -2.4668517113 - -2.4725496769 - -2.4668517113 - -2.0226101875 - -2.0226101875 - -2.0290963650 - -2.0290963650 - -2.5602123737 - -2.5602123737 - -2.3561944962 - -2.3561944962 - -2.6487562656 - -2.6487562656 - -2.6146495342 - -2.5022068024 - -2.5022068024 - -2.4897234440 - -2.4897234440 - -2.5022068024 - -2.4897234440 - -1.8771635294 - -1.8771635294 - -1.8801251650 - -1.8801251650 - -3.0209689140 - -2.4756233692 - -2.4756233692 - -2.1587989330 - -2.1587989330 - -2.6460409164 - -2.6460409164 - -0.7785017490 - -0.7785017490 - 0.1470783502 - 0.1470783502 - -0.4964227676 - -0.4964227676 - -0.8114792109 - -0.8114792109 - -1.6071439981 - -1.6071439981 - -1.6078164577 - -0.6375488043 - -0.6375488043 - -2.3036115170 - -2.3036115170 - -2.8059542179 - -2.8059542179 - -0.5247957706 - -0.5247957706 - 3.0172376633 - 3.0172376633 - -3.0419239998 - -3.0419239998 - -3.0406708717 - -3.0393860340 - -3.0406708717 - -3.0419239998 - -3.0406708717 - -3.0393860340 - -3.0393860340 - -3.0419239998 - -3.0406708717 - -3.0393860340 - -3.0419239998 - -3.0419239998 - -2.4668517113 - -2.4668517113 - -2.4881663322 - -2.4881663322 - -1.8801251650 - -1.8771635294 - -1.8801251650 - -1.8801251650 - -3.0209689140 - -1.8801251650 - -1.8771635294 - -1.8801251650 - -1.8801251650 - -3.0209689140 - -3.0209689140 - -1.8771635294 - -1.8801251650 - -1.8801251650 - -3.0209689140 - -2.4980914593 - -2.4980914593 - 3.1093456745 - 3.1093456745 - -0.6747409701 - -0.6747409701 - -0.4993467331 - -0.4993467331 - -2.4980914593 - -2.4980914593 - -2.2378687859 - -2.2378687859 - -1.6078164577 - -1.6071439981 - -1.6078164577 - -2.6314668655 - -2.6314668655 - -2.4301335812 - -2.4301335812 - -1.6879050732 - -1.6879050732 - -0.7657928467 - -0.7657928467 - -1.8105394840 - -1.8105394840 - -1.1814795732 - -1.1814795732 - 0.1067356691 - 0.1067356691 - -1.4876550436 - -1.4876550436 - -1.4601391554 - -1.4601391554 - -1.4876550436 - -1.4601391554 - -2.5169572830 - -2.5169572830 - -0.4636476040 - -0.4636476040 - -3.0791738033 - -3.0791738033 - -1.7221717834 - -1.7221717834 - -2.8430936337 - -2.8430936337 - -2.5032727718 - -2.5032727718 - -2.5088438988 - -2.1396441460 - -2.1396441460 - -2.8198421001 - -2.8198421001 - -2.8566353321 - -2.8566353321 - -0.2449786663 - -0.2449786663 - -0.2606023848 - -0.2606023848 - 0.4636476040 - 0.4636476040 - -2.1962814331 - -2.1962814331 - -2.2029342651 - -1.0022717714 - -1.0022717714 - -2.0344438553 - -2.0344438553 - -1.2277723551 - -1.2277723551 - 2.8966140747 - 2.8966140747 - -0.2674107850 - -0.2674107850 - -2.8966140747 - -2.8966140747 - -2.7367007732 - -2.7367007732 - -2.5088438988 - -2.5032727718 - -2.5088438988 - -2.5148496628 - -0.9652516842 - -0.9693416357 - -0.9652516842 - -1.6233793497 - -1.6233793497 - 0.0587558225 - 0.0587558225 - -2.1251037121 - -2.2029342651 - -2.1962814331 - -2.2029342651 - -2.1251037121 - 0.0587558225 - -2.1251037121 - -2.1359457970 - 0.2267988473 - 0.2267988473 - -2.5535900593 - -2.5535900593 - -1.2886725664 - -1.2886725664 - -1.2068173885 - -1.2068173885 - -0.2074962258 - -0.2074962258 - -2.7744188309 - -2.7744188309 - -2.5148496628 - -2.5088438988 - -2.5148496628 - -0.3139382005 - -0.3139382005 - -0.9693416357 - -0.9693416357 - -0.9652516842 - -0.9523683190 - -2.4900054932 - -2.4900054932 - -1.1498057842 - -1.1498057842 - -0.9600703716 - -0.9600703716 - -2.9441971779 - -2.9441971779 - -2.2271447182 - -2.2271447182 - -1.7448415756 - -1.7448415756 - -1.6852365732 - -1.6852365732 - -2.1359457970 - -2.1251037121 - -2.1359457970 - -2.9010584354 - -2.9010584354 - -0.0169475302 - -0.0169475302 - -0.8139618039 - -0.8139618039 - 0.0399786867 - -1.2560386658 - -1.2560386658 - -1.1902899742 - -1.1902899742 - -1.9601130486 - -1.9601130486 - -1.0303767920 - -1.0303767920 - -3.0309355259 - -3.0309355259 - -2.8198421001 - -2.8198421001 - -2.5213432312 - -2.5213432312 - -3.0390129089 - -3.0390129089 - -0.7209713459 - -0.7199181318 - -0.7209713459 - -3.0083658695 - -3.0083658695 - -2.0344438553 - -2.0344438553 - -0.9936041236 - -0.9936041236 - -2.6894388199 - -2.6894388199 - -2.6981444359 - -2.6981444359 - -0.0196053311 - -0.0196053311 - 0.0000000000 - 0.0000000000 - 0.0123450514 - 0.0123450514 - -0.6846171618 - -0.6846171618 - -0.6516976357 - -0.6516976357 - -0.0102037275 - -0.0102037275 - -2.8753407001 - -2.8753407001 - -1.6247978210 - -1.6247978210 - -1.6588037014 - -1.6588037014 - -0.7199181318 - -0.7199181318 - -0.7209713459 - -1.6252877712 - -1.6252877712 - -0.7221913338 - -0.7221913338 - -2.1475949287 - -2.1475949287 - -0.9964914918 - -0.9964914918 - -2.1854593754 - -2.1854593754 - -3.0659794807 - -3.0659794807 - -1.4618543386 - -1.4618543386 - -0.7159911394 - -0.7159911394 - 0.0399786867 - -0.8139618039 - 0.0399786867 - -0.1390959471 - -0.1390959471 - -0.6071848869 - -0.6071848869 - -0.6022873521 - -0.6022873521 - -0.6071848869 - -0.6022873521 - -0.5235757828 - -0.5235757828 - 0.0000000000 - 0.0000000000 - -0.1418970525 - -0.1418970525 - 0.1713791192 - 0.1713791192 - -2.9441971779 - -2.9441971779 - -0.9523683190 - -0.9693416357 - -0.9561333656 - -0.9523683190 - -2.0195195675 - -2.0195195675 - -2.8059542179 - -2.8059542179 - -2.2993452549 - -2.2993452549 - -2.5567150116 - -2.5410516262 - 3.0617625713 - 3.0617625713 - -2.0403962135 - -2.0403962135 - -1.7832283974 - -1.7832283974 - -1.1441688538 - -1.1441688538 - 2.7118303776 - 2.7118303776 - -3.0309355259 - -3.0309355259 - -1.9605048895 - -1.9605048895 - -3.0685520172 - -3.0685520172 - -2.6387493610 - -2.6387493610 - 0.4939413667 - 0.4939413667 - 0.4636476040 - 0.4636476040 - -0.7958144546 - -0.7958144546 - -0.9561333656 - -0.9561333656 - -0.9523683190 - -1.9853031635 - -1.9853031635 - -2.6779451370 - -2.6779451370 - -2.0619599819 - -2.0619599819 - -0.9453113079 - -0.9453113079 - 3.1415927410 - 3.1415927410 - 3.1240506172 - -2.5410516262 - -2.2993452549 - -2.5567150116 - -2.5410516262 - 2.6546933651 - 2.6546933651 - -1.1432155371 - -1.1432155371 - -0.7345944643 - -2.9648838043 - -0.7345944643 - -0.9987667799 - -0.8760580420 - -0.8760580420 - -1.1583858728 - -1.1583858728 - 2.9147937298 - 2.9147937298 - -0.9401150346 - -0.9401150346 - -0.9143089056 - -2.7828218937 - -2.7828218937 - -0.7022569180 - -0.7022569180 - -0.5358112454 - -0.5358112454 - -1.7529646158 - -1.7529646158 - -0.7313966751 - -0.7313966751 - -0.6223028898 - -0.6223028898 - -0.9453113079 - -0.9453113079 - -0.3693336546 - -0.3693336546 - -0.2186689526 - -0.2186689526 - -2.6430246830 - -2.6430246830 - -0.4411794841 - -0.4411794841 - -1.8613070250 - -1.8613070250 - -1.7561442852 - -1.7561442852 - -1.7599953413 - -0.3647348285 - -0.3647348285 - -1.6162196398 - -1.6162196398 - -1.6010900736 - -1.6010900736 - -1.6162196398 - -1.6010900736 - -1.3478960991 - -1.3478960991 - -0.9973558187 - -1.0026916265 - -0.9973558187 - 3.1300988197 - 3.1300988197 - 2.7233684063 - 2.7233684063 - -2.9123606682 - -2.9123606682 - 3.1240506172 - 3.1415927410 - 3.1240506172 - -2.5567150116 - -2.2993452549 - -2.5567150116 - -2.5410516262 - -2.4436898232 - -2.4436898232 - -0.8416767120 - -0.8416767120 - -2.0537652969 - -2.0537652969 - -2.5244011879 - -2.5244011879 - -0.6915569305 - -0.6915569305 - 0.0906598866 - 0.0906598866 - -1.3684747219 - -1.3684747219 - 0.1013465002 - 0.1013465002 - 0.1027298644 - 0.1027298644 - -2.7326848507 - -2.7326848507 - -1.1856387854 - -1.1856387854 - 0.0915798470 - 0.0915798470 - -1.5042281151 - -1.5042281151 - 1.3734008074 - -2.7173981667 - -2.7173981667 - -1.4677146673 - -1.4677146673 - -1.4659193754 - -3.0339028835 - -3.0339028835 - -2.4227626324 - -2.4227626324 - -2.6628708839 - -2.6628708839 - -0.2782996595 - -0.2782996595 - -1.7599953413 - -1.7561442852 - -1.7599953413 - -2.3961732388 - -2.3961732388 - -2.3036115170 - -2.3036115170 - -2.3291740417 - -0.1671018004 - -0.3739419281 - -0.1671018004 - -1.0026916265 - -1.0026916265 - -0.9973558187 - -3.0916342735 - -3.0916342735 - 3.0761127472 - 3.0761127472 - 0.3923401535 - 0.3923401535 - 0.3805063665 - 0.3805063665 - 0.3923401535 - 0.3805063665 - -2.2073044777 - -2.2073044777 - -2.9648838043 - -2.9648838043 - -0.7345944643 - -0.9987667799 - -0.9987667799 - -2.9648838043 - -0.7345944643 - -0.9987667799 - 3.1415927410 - 3.1415927410 - -2.7564351559 - -2.7564351559 - -1.9195673466 - -1.9195673466 - -2.9304993153 - -2.9304993153 - -2.7010622025 - -2.7010622025 - 0.1206236705 - 0.1206236705 - -2.3046936989 - -2.3046936989 - -2.1230146885 - -2.1230146885 - -2.1845664978 - -2.1845664978 - -2.5399389267 - -2.5399389267 - -2.7651023865 - -2.7651023865 - -1.4659193754 - -1.4677146673 - -1.4659193754 - -2.6206829548 - -2.6206829548 - -2.6387493610 - -2.6387493610 - 3.1415927410 - 3.1415927410 - -1.4000611305 - -1.4000611305 - -1.8717166185 - -1.3667783737 - -1.3667783737 - -1.4000611305 - -1.8717166185 - -1.3667783737 - -1.1071487665 - -1.1071487665 - -1.0427218676 - -1.0427218676 - -1.1071487665 - -1.0427218676 - -0.4839493930 - -0.4839493930 - -0.9894161224 - -0.9894161224 - -2.3291740417 - -2.3036115170 - -2.3291740417 - -1.2637505531 - -1.2637505531 - 0.3217505515 - 0.3217505515 - 3.0146198273 - 3.0146198273 - -0.3302973509 - -0.3302973509 - -0.9143089056 - -0.9401150346 - -0.9143089056 - -0.6967422962 - -0.6967422962 - -2.6546933651 - -2.6546933651 - -2.2746150494 - -2.2746150494 - -2.2803907394 - 2.3561944962 - 2.3561944962 - -1.9822525978 - -1.9822525978 - -2.7281122208 - -2.7281122208 - 2.9029834270 - 2.9090356827 - 2.9029834270 - -1.8717166185 - -1.4000611305 - -1.8717166185 - -1.3667783737 - -1.9655874968 - -1.9655874968 - 2.5930433273 - 2.5930433273 - 2.5899376869 - 2.5899376869 - -1.9858710766 - -1.9858710766 - -0.1297025383 - -0.1297025383 - -0.1269727945 - -0.1269727945 - -0.1297025383 - -0.1269727945 - -0.4160645008 - -0.4160645008 - -0.3739419281 - -0.3739419281 - -0.1671018004 - 1.0636978149 - 1.0636978149 - -0.3028848767 - -0.3028848767 - -2.4049363136 - -2.4049363136 - 0.1526493281 - 0.1526493281 - -0.4850347340 - -0.4850347340 - -1.9597531557 - -1.9597531557 - -2.4191741943 - -2.4191741943 - -2.4203267097 - -3.0024967194 - -3.0024967194 - -2.2803907394 - -2.2746150494 - -2.2803907394 - 1.3734008074 - -1.5042281151 - 1.3734008074 - -0.0972531959 - -0.0972531959 - -0.0704713464 - -0.4248321652 - -0.4248321652 - -2.9694018364 - -2.9694018364 - 2.9090356827 - 2.9090356827 - 2.9029834270 - -1.4219063520 - -1.4219063520 - -0.6146629453 - -0.6146629453 - -0.5485494137 - -0.5880026221 - -0.5880026221 - -0.5485494137 - -0.6716061831 - -0.6716061831 - -2.2722799778 - -2.2722799778 - -2.2808656693 - 3.1159572601 - 3.1159572601 - -1.9295669794 - -1.9295669794 - -0.9551764131 - -0.9551764131 - -1.2160906792 - -1.2160906792 - -0.1157592162 - -0.1157592162 - -0.0927563235 - -0.1131509840 - -0.1131509840 - -0.1157592162 - -0.0927563235 - -0.1131509840 - -0.6244103312 - -0.6244103312 - -2.5453934669 - -2.5453934669 - -0.0329550989 - -0.0329550989 - -0.8368989825 - -0.8368989825 - -1.6850506067 - -1.6850506067 - -2.4203267097 - -2.4191741943 - -2.4203267097 - -2.4858970642 - -2.4858970642 - -1.4640606642 - -1.4640606642 - 1.3854483366 - 1.3854483366 - -2.4613947868 - -2.4613947868 - 3.0090410709 - 3.0090410709 - 2.8286914825 - 2.8286914825 - -1.7156088352 - -1.7156088352 - -2.9068701267 - -2.9068701267 - 2.9105019569 - 2.9105019569 - -0.6168012023 - -0.6168012023 - -0.5485494137 - -0.6146629453 - -0.5880026221 - -0.5485494137 - -2.2710351944 - -2.2710351944 - -1.6614562273 - -1.6614562273 - 3.0584514141 - 3.0584514141 - 1.5707963705 - 1.5707963705 - 1.1309537888 - 1.1309537888 - -2.2808656693 - -2.2722799778 - -2.2808656693 - 2.2730531693 - 2.2730531693 - -2.6779451370 - -2.6779451370 - 3.0388627052 - 3.0388627052 - 3.0667328835 - 3.0667328835 - 3.0648207664 - 3.0648207664 - 3.0667328835 - 3.0648207664 - 0.1624891162 - 0.1624891162 - -0.6345527768 - -0.6345527768 - 3.0791738033 - 3.0791738033 - -3.0072712898 - -3.0072712898 - -0.0927563235 - -0.1157592162 - -0.0927563235 - -0.1131509840 - -1.4438235760 - -1.4438235760 - 2.8724250793 - 2.8724250793 - -0.0389413424 - -0.0389413424 - -0.3696842790 - -0.3696842790 - 0.0748598501 - 0.0748598501 - -0.5343954563 - -0.5343954563 - -1.9379701614 - -1.9379701614 - -2.7763912678 - -2.7763912678 - -0.0704713464 - -0.0972531959 - -0.0704713464 - -1.9580899477 - -1.9580899477 - -0.3805063665 - -0.3805063665 - 2.8842689991 - 2.8842689991 - -2.0655219555 - -2.0655219555 - -1.4416490793 - -1.4416490793 - -0.9357696176 - 0.6610431671 - -0.9357696176 - -0.0525830612 - -0.0525830612 - -0.7100692987 - -0.7100692987 - -2.1840035915 - -2.1840035915 - -2.4227626324 - -0.1325515360 - -0.1325515360 - -0.1171087474 - -0.1171087474 - -0.5603598952 - -0.5603598952 - -0.0204053298 - -0.0204053298 - -0.7212660313 - -0.7212660313 - -3.0584514141 - -3.0584514141 - -0.4825133085 - -0.4825133085 - 0.9994588494 - 0.9994588494 - -0.5880026221 - -0.5880026221 - 0.2914567888 - 0.2914567888 - -1.5063694715 - -1.5063694715 - -0.8164440989 - -0.8164440989 - -0.1818757355 - -0.1818757355 - -2.2597208023 - -2.2597208023 - -0.5659676194 - -0.5659676194 - -1.9773631096 - -1.9773631096 - 2.6135182381 - 2.6135182381 - 0.6889243722 - 0.6889243722 - 0.6610431671 - 0.6610431671 - 0.6889243722 - 0.6610431671 - -0.9357696176 - 2.8577985764 - 2.8577985764 - 2.7233684063 - 2.7233684063 - -1.5874614716 - -1.5874614716 - 2.5444159508 - 2.5444159508 - -1.0232341290 - -1.0232341290 - -0.5823529363 - -0.2929123938 - -0.2929123938 - -0.8685393929 - -0.8685393929 - -0.8685393929 - -0.8685393929 - -0.8685393929 - -0.8685393929 - 0.9827937484 - 0.9827937484 - -2.2565257549 - -2.2565257549 - -2.5189218521 - -2.5189218521 - -2.1708464622 - -2.1708464622 - -2.5072097778 - 3.0681953430 - -2.5072097778 - -1.9379701614 - -1.9379701614 - -2.9579703808 - -2.9579703808 - -1.4226362705 - -1.4226362705 - -1.7088023424 - -1.7088023424 - 2.8706457615 - 2.8706457615 - -0.4034190476 - -0.4034190476 - -0.3990609348 - -0.3990609348 - -0.4034190476 - -0.3990609348 - -2.0099089146 - -2.0099089146 - 2.4719536304 - 2.4719536304 - -2.3637132645 - -2.3637132645 - 2.8104965687 - 2.8104965687 - -2.6172719002 - -2.6172719002 - -0.6761573553 - -0.6761573553 - 2.9934325218 - 2.9934325218 - -1.6262948513 - -1.6262948513 - 0.0665681660 - 0.0665681660 - -1.4494442940 - -1.4494442940 - 0.4324077666 - 0.4324077666 - 0.2165503055 - 0.2165503055 - 0.2825549543 - 0.2825549543 - 1.3521274328 - 1.3521274328 - 0.2914567888 - 0.2914567888 - -2.6314668655 - -2.6314668655 - -1.1737169027 - -1.1737169027 - -0.7492693067 - -0.7492693067 - -0.7366563082 - -2.9889433384 - -2.9889433384 - -2.4123153687 - -2.4123153687 - -2.9207639694 - -2.9207639694 - 3.0681953430 - 3.0681953430 - -2.5072097778 - -2.9764440060 - -2.9764440060 - -2.9741609097 - -2.9741609097 - -2.9764440060 - -2.9741609097 - -2.8809902668 - -2.8809902668 - -2.8318896294 - -2.8318896294 - -1.3854483366 - -1.3854483366 - 2.8375916481 - 2.8375916481 - -2.4037775993 - -2.4037775993 - -2.4227626324 - -2.1840035915 - -2.4227626324 - -1.9163519144 - -1.9163519144 - -0.5823529363 - -1.0232341290 - -0.5823529363 - 3.0617625713 - 3.0617625713 - -0.0739390403 - -0.0739390403 - -1.0636978149 - -1.0636978149 - 0.9629943371 - 0.9629943371 - -2.6516354084 - -2.6516354084 - -2.6992185116 - -2.6992185116 - 3.1415927410 - 3.1415927410 - -0.9491363764 - -0.9491363764 - -0.7366563082 - -0.7492693067 - -0.7366563082 - -0.7459449768 - -0.7459449768 - 0.5554937124 - 0.5554937124 - -2.5393052101 - -2.5393052101 - -2.5334198475 - -2.5334198475 - -2.5393052101 - -2.5334198475 - 0.1370661706 - 0.1370661706 - -1.9538733959 - -1.9538733959 - 3.0419239998 - 3.0419239998 - -2.6117436886 - -2.6117436886 - 1.1902899742 - 1.1902899742 - 0.1809264570 - -3.0584514141 - 0.1809264570 - 0.1549967378 - 0.1549967378 - -2.4227626324 - -2.4227626324 - -0.9467732906 - -0.9467732906 - -1.9890207052 - -1.9890207052 - 0.1607627422 - 0.1607627422 - -0.4993467331 - -0.4993467331 - 0.0420804061 - 0.0420804061 - 0.0384425893 - 0.0384425893 - 0.0767718926 - 0.1148766056 - 0.9505468607 - 0.9505468607 - -0.4773453772 - -0.4773453772 - -0.4497596025 - -3.0719380379 - -3.0719380379 - -0.4978223443 - -0.4978223443 - -2.2218730450 - -2.2218730450 - -0.4978223443 - -2.2218730450 - -2.1375255585 - -2.1375255585 - -0.8794593811 - -0.8794593811 - -0.8693127632 - -0.8693127632 - -0.8794593811 - -0.8693127632 - 2.5308666229 - 2.5308666229 - 2.4805495739 - 2.4805495739 - -3.0804445744 - -3.0804445744 - 1.2068173885 - 1.2068173885 - 0.0256354082 - 0.0256354082 - -2.0988707542 - -2.0988707542 - -1.5574637651 - -1.5574637651 - 0.1853479445 - 0.1853479445 - -0.6602281928 - -0.6602281928 - -1.1501330137 - -0.8979637623 - -0.9151006937 - -1.1501330137 - -0.6719631553 - -0.6719631553 - 0.0767718926 - 0.0384425893 - 0.0767718926 - 0.1148766056 - -0.7610127330 - -0.7610127330 - 2.8616428375 - 2.8616428375 - -1.9173351526 - -1.9173351526 - -0.4497596025 - -0.4773453772 - -0.4497596025 - -0.1243549958 - -0.1243549958 - -2.2455372810 - -2.2455372810 - -3.0045263767 - -3.0045263767 - -0.1390959471 - -0.1390959471 - 0.9420000315 - 0.9420000315 - 0.7853981853 - 0.7853981853 - 0.9420000315 - 0.7853981853 - -1.1257801056 - -1.1257801056 - -1.7848570347 - -1.7848570347 - 0.5144513249 - 0.5144513249 - -2.1183586121 - -2.1183586121 - -3.0584514141 - -3.0584514141 - 0.1809264570 - -0.3136206567 - -0.3136206567 - 0.1651486754 - 0.1651486754 - -0.9151006937 - -0.8979637623 - -0.9151006937 - -1.1501330137 - -0.5123894811 - -0.5123894811 - -0.5585992932 - -0.5585992932 - 0.1148766056 - 0.0384425893 - 0.0767718926 - 0.1148766056 - -2.0344438553 - -2.0344438553 - 3.1415927410 - 3.1415927410 - -3.1145722866 - -3.1145722866 - 2.9029834270 - 2.9029834270 - -3.1145722866 - 2.9029834270 - -2.4980914593 - -2.4980914593 - -2.9392709732 - -2.9392709732 - -0.9453113079 - -0.9453113079 - -1.3045443296 - 2.9441971779 - 2.9023611546 - 2.9441971779 - 1.5707963705 - 1.5707963705 - 3.0702850819 - 3.0702850819 - -0.7686399817 - -0.7686399817 - -2.5115587711 - -2.2108845711 - -2.5115587711 - 0.5448639393 - 0.5448639393 - 1.4601391554 - 1.4601391554 - 0.3392926157 - 0.3392926157 - -2.4006097317 - -2.4006097317 - -0.8913825154 - -0.8913825154 - -0.3510308862 - -0.3510308862 - -0.2817718685 - -0.2817718685 - -2.7928216457 - -2.7928216457 - 0.2698491514 - 0.2698491514 - -2.7059097290 - -2.7059097290 - 0.2833079696 - 0.2833079696 - 3.1415927410 - 3.1415927410 - -0.8187191486 - -0.8187191486 - -1.1493771076 - -1.1493771076 - -1.4677146673 - -1.4677146673 - 0.2224472612 - 0.2224472612 - 0.2337431759 - 0.2199142724 - 0.2199142724 - 0.2224472612 - 0.2337431759 - 0.2199142724 - -1.5707963705 - -1.5707963705 - -0.5404195189 - -0.5404195189 - 3.1415927410 - 3.1415927410 - -1.9964188337 - -1.9964188337 - -1.9853031635 - -2.0014889240 - 1.2341215611 - 1.2341215611 - -1.6951513290 - -1.6951513290 - 2.3561944962 - 2.3561944962 - -2.2108845711 - -2.2108845711 - -2.5115587711 - 0.3070457280 - 0.3070457280 - 2.3259007931 - 2.3259007931 - 2.6224465370 - 2.6224465370 - 2.3259007931 - 2.6224465370 - -2.5175695419 - -2.5175695419 - 0.2596296370 - 0.2596296370 - 0.0698859990 - 0.0698859990 - -1.5152977705 - -1.5152977705 - 2.8966140747 - -1.6247978210 - -1.6247978210 - 2.5702552795 - 2.5702552795 - -1.4601391554 - -1.4601391554 - 0.3366748095 - 0.3366748095 - -0.8979637623 - -0.8979637623 - -0.9151006937 - -1.1501330137 - 0.3217505515 - 0.3217505515 - 0.9827937484 - 0.9827937484 - 2.7908647060 - 2.7908647060 - 2.7828218937 - 2.7828218937 - 2.7908647060 - 2.7828218937 - -2.7659523487 - -2.7659523487 - -1.4994888306 - -1.4994888306 - -3.0263166428 - -3.0263166428 - 0.2337431759 - 0.2224472612 - 0.2337431759 - 0.2199142724 - 2.9023611546 - 2.9023611546 - 2.9441971779 - -1.9853031635 - -1.9964188337 - -1.9853031635 - -2.0014889240 - -2.1984257698 - -2.1984257698 - -0.9670469761 - -0.9670469761 - -2.8632929325 - -2.8632929325 - 2.2318394184 - 2.2318394184 - -2.6682364941 - -2.6682364941 - 0.3587706685 - 0.3587706685 - -2.5018229485 - -2.5018229485 - -0.8572741151 - -0.8572741151 - -2.4227626324 - -2.4227626324 - -2.4407382011 - -0.1470783502 - -0.1470783502 - -0.2782996595 - -0.2782996595 - 2.6607053280 - 2.6607053280 - -2.7091848850 - -2.7091848850 - -0.0306026880 - -0.0306026880 - -1.3045443296 - -0.9453113079 - -1.3045443296 - -3.0702850819 - -3.0702850819 - -2.0014889240 - -1.9964188337 - -1.9853031635 - -2.0014889240 - 2.5535900593 - 2.5535900593 - -2.9669203758 - -2.9669203758 - -1.7098922729 - -1.7098922729 - 3.1415927410 - 3.1415927410 - 1.6951513290 - 1.6951513290 - 2.5127964020 - 2.5127964020 - -0.1401017308 - -0.1401017308 - 1.6506263018 - 1.6506263018 - 0.4101273417 - -0.8884797692 - -0.8884797692 - 0.3851574957 - 0.3851574957 - 3.0029528141 - 3.0029528141 - -2.9516043663 - -2.9516043663 - -0.5229387879 - -0.5229387879 - -0.8994054794 - -0.8994054794 - -1.8000282049 - -1.8000282049 - -2.4407382011 - -2.4227626324 - -2.4407382011 - -0.6805212498 - -0.6805212498 - -0.5971766710 - -0.5971766710 - 0.5880026221 - 0.5880026221 - 0.5880026221 - 1.9437839985 - 1.9437839985 - 0.9964914918 - 0.9964914918 - -0.4380122125 - -0.4380122125 - -0.0499583967 - -0.0338853300 - -0.0499583967 - -0.0499583967 - -1.5707963705 - -1.5707963705 - -0.2709468603 - -0.2709468603 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - -2.8966140747 - -2.8966140747 - -2.9764440060 - -2.8632929325 - -2.8632929325 - -1.6929914951 - -1.6929914951 - -2.2507052422 - -2.2507052422 - -2.2853455544 - -2.2853455544 - -2.5183932781 - -2.5183932781 - -0.4048917890 - -0.4048917890 - 0.0356991142 - 0.0356991142 - 2.8966140747 - -1.5152977705 - 2.8966140747 - -0.7343476415 - -0.7343476415 - -0.7140907049 - -0.6930688024 - -0.6930688024 - 0.5880026221 - 0.5880026221 - 0.5880026221 - 0.7437555790 - 0.7437555790 - -0.0525830612 - -0.0270204488 - -0.0525830612 - -1.0863183737 - -1.0863183737 - 0.2425514907 - 0.2425514907 - 0.9827937484 - 0.9827937484 - -2.2400529385 - -2.2400529385 - -1.1705557108 - 2.4149503708 - 2.4149503708 - -3.0406708717 - -3.0406708717 - -0.0338853300 - -0.0338853300 - -0.0499583967 - -0.0499583967 - -0.0499583967 - -0.0338853300 - -0.0499583967 - -0.0499583967 - -2.2142975330 - -2.2142975330 - 2.3743743896 - 2.3743743896 - 3.0244839191 - 3.0244839191 - -2.2256283760 - -2.2256283760 - 0.4101273417 - 1.6506263018 - 0.4101273417 - 0.3947911263 - 0.3947911263 - 0.4101273417 - 0.3947911263 - -0.2030452192 - -0.2030452192 - 0.4636476040 - 0.4636476040 - 1.0014830828 - 1.0014830828 - 2.8345468044 - 2.8345468044 - -0.7853981853 - -0.7853981853 - -1.2172544003 - -3.0321416855 - -1.2172544003 - -0.7140907049 - -0.7343476415 - -0.9353433251 - -0.7140907049 - 0.6570749283 - 0.6570749283 - 0.6747409701 - 0.4124104381 - 0.4124104381 - -0.0270204488 - -0.0270204488 - -0.0525830612 - -2.5695631504 - -2.5695631504 - 0.4636476040 - 0.4636476040 - 0.9707460999 - 0.9707460999 - -1.1705557108 - -2.2400529385 - -1.1705557108 - -2.2848870754 - -2.2848870754 - -0.0960887149 - -0.0960887149 - -0.3142319024 - -0.3142319024 - -1.1571071148 - -1.1571071148 - -2.9764440060 - -2.8966140747 - -2.9764440060 - 0.3947911263 - 0.3947911263 - 0.4124104381 - 0.4124104381 - -0.3170557618 - -0.3170557618 - 0.6086893082 - 0.6086893082 - -0.9357696176 - -0.9403948784 - -0.9357696176 - -0.9229848981 - 1.0679531097 - 1.0679531097 - -0.1973955631 - -0.1973955631 - -0.7853981853 - -0.7853981853 - -0.5775591135 - -0.5775591135 - 0.6747409701 - 0.6570749283 - 0.6747409701 - 2.7828218937 - 2.7828218937 - -1.8313987255 - -1.8313987255 - 1.1525720358 - 1.1525720358 - -0.7853981853 - -0.7853981853 - 0.9600703716 - 0.9600703716 - -0.6368932724 - -0.6368932724 - -2.5290551186 - -2.5290551186 - -2.5226402283 - -2.5226402283 - -2.5290551186 - -2.5226402283 - 3.0648207664 - 3.0648207664 - 3.0054535866 - 3.0054535866 - -2.4398696423 - -2.4398696423 - -2.3376781940 - -2.3376781940 - -1.2793395519 - -1.2793395519 - 1.9222410917 - 1.9222410917 - 1.0899090767 - 1.0899090767 - -1.3212094307 - -1.3212094307 - -0.9403948784 - -0.9403948784 - -0.9357696176 - -0.9229848981 - -0.9229848981 - -0.9403948784 - -0.9357696176 - -0.9229848981 - 2.1498706341 - 2.1498706341 - 1.7126933336 - 1.7126933336 - 2.9297652245 - 2.9297652245 - -3.0321416855 - -3.0321416855 - -1.2172544003 - -0.5467888117 - -0.5467888117 - 0.2084652185 - 0.2084652185 - 1.0121970177 - 1.0121970177 - 1.0121970177 - -0.2900869250 - -0.2900869250 - -2.6976468563 - -2.6976468563 - -0.7541583180 - -1.4056476355 - -0.7541583180 - -1.6756732464 - -1.6756732464 - -1.5152977705 - -1.5152977705 - -2.1637988091 - -2.6483969688 - -2.6483969688 - -2.0344438553 - -2.0344438553 - -2.0189414024 - -2.0189414024 - -2.0344438553 - -2.0189414024 - -2.5672879219 - -2.5672879219 - 3.0189239979 - 3.0189239979 - -3.0281577110 - -3.0281577110 - -2.1975393295 - -2.1975393295 - 3.0548543930 - 3.0548543930 - -2.1981046200 - -2.1981046200 - -2.8685839176 - -2.8685839176 - -2.5508799553 - -2.5508799553 - -1.3775848150 - -1.3775848150 - -0.4228539169 - -0.4228539169 - -2.2264919281 - -2.2264919281 - -1.7704801559 - -1.7704801559 - 2.5804293156 - 2.5730681419 - 2.5804293156 - -0.4636476040 - -0.4636476040 - -2.2455372810 - -2.2455372810 - -0.9353433251 - -0.9353433251 - -0.9151006937 - -0.7140907049 - 2.6422460079 - 2.6422460079 - 1.0303767920 - 1.0303767920 - -0.0175420605 - -0.0175420605 - -0.8010218740 - -0.8010218740 - -1.4056476355 - -1.4056476355 - -0.7541583180 - -2.3851718903 - -2.3851718903 - -2.9581127167 - -2.9581127167 - -2.9680969715 - 2.7672591209 - 2.7672591209 - -1.3134726286 - -2.9669203758 - -2.9669203758 - -2.3162157536 - -2.3162157536 - -2.2950463295 - -2.2950463295 - -2.3162157536 - -2.2950463295 - -2.9168815613 - -2.9168815613 - -1.0175019503 - -1.0175019503 - 0.4717774987 - 0.4717774987 - 1.1606689692 - 1.1606689692 - 1.1246907711 - 1.1246907711 - 1.1606689692 - 1.1246907711 - 2.2248790264 - 2.2248790264 - 2.5730681419 - 2.5730681419 - 2.5804293156 - 3.1415927410 - 3.1415927410 - 2.0503156185 - 2.0503156185 - 0.5087298155 - 0.5087298155 - 2.9974381924 - 2.9974381924 - 2.4037775993 - 2.4037775993 - -0.7157436013 - -0.7157436013 - -3.0172376633 - -3.0172376633 - -0.5191460848 - -0.5191460848 - 0.4101273417 - 0.4101273417 - 2.6779451370 - 2.6779451370 - -2.8501358032 - -2.8501358032 - 1.0121970177 - 1.0121970177 - 1.0121970177 - -0.3217505515 - -0.3217505515 - -0.3097029328 - -1.8788491488 - -1.8788491488 - -0.6556956172 - -0.6556956172 - -2.4598219395 - -2.4598219395 - -0.9456877708 - -0.9456877708 - -0.9357696176 - -2.9680969715 - -2.9581127167 - -2.9680969715 - 2.5535900593 - 2.5535900593 - -1.0584068298 - -1.0584068298 - 3.0172376633 - 2.3561944962 - 3.0172376633 - -0.6301938891 - -0.6301938891 - -0.5260664225 - -0.5260664225 - 0.0434508957 - 0.0434508957 - -2.8501358032 - -2.8501358032 - 2.9902172089 - 2.9902172089 - -0.9151006937 - -0.9353433251 - -0.9151006937 - -0.4009496272 - -0.4009496272 - -2.3906636238 - -2.3906636238 - -1.5232132673 - -1.5232132673 - 0.3865063190 - 0.3865063190 - 0.9964914918 - 0.9964914918 - 2.7149651051 - 2.7149651051 - -0.7938013077 - -0.7938013077 - -0.3097029328 - -0.3217505515 - -0.3097029328 - -2.8765497208 - -2.8765497208 - -2.1637988091 - -1.5152977705 - -2.1637988091 - 1.2341215611 - 1.2341215611 - 3.0396742821 - 3.0396742821 - -0.9357696176 - -0.9456877708 - -0.9357696176 - -0.2213144451 - -0.2213144451 - 2.8899025917 - 2.8899025917 - 2.4502556324 - 2.4502556324 - -0.4009496272 - -0.4009496272 - -3.0951144695 - -3.0951144695 - -1.6929914951 - -1.6929914951 - -1.9546139240 - -1.9546139240 - 1.4677146673 - 1.4677146673 - -0.6214163303 - -0.6214163303 - 0.3217505515 - 0.3217505515 - -1.6539375782 - -1.6539375782 - -1.6332151890 - -1.6332151890 - -1.6539375782 - -1.6332151890 - 0.9536049366 - 0.9536049366 - -1.0584068298 - -1.0584068298 - -1.5096482038 - -1.5096482038 - 3.0564332008 - 3.0564332008 - 2.3036115170 - 2.3036115170 - 0.4254496396 - 0.4254496396 - -2.7201733589 - -2.7201733589 - -2.2655346394 - 0.4303266108 - 0.4303266108 - 1.6879050732 - 1.6879050732 - -2.8998398781 - -2.8998398781 - -0.9579761028 - -0.9579761028 - 1.3415644169 - 1.3415644169 - 0.5132522583 - 0.5132522583 - -0.1374261528 - -0.1374261528 - 0.0000000000 - 0.0000000000 - 2.6367313862 - 2.6367313862 - 2.7413520813 - 2.7413520813 - 0.9827937484 - 0.9827937484 - -3.0244839191 - -3.0244839191 - -2.5200660229 - -2.5200660229 - -1.8370484114 - -1.8370484114 - -1.8449637890 - -1.3068325520 - -1.3068325520 - -1.3134726286 - 2.7672591209 - -1.3134726286 - -2.8996720314 - -2.8996720314 - -2.9119501114 - 2.6344940662 - 2.6344940662 - 2.3706862926 - 2.3706862926 - 2.3561944962 - 2.3561944962 - 2.3706862926 - 2.3561944962 - 3.0172376633 - -0.3805063665 - -2.9116883278 - -2.9068701267 - -0.3805063665 - -2.4733033180 - 0.1194289252 - 0.1194289252 - -2.2348425388 - -2.2348425388 - -0.0906598866 - -0.0906598866 - -2.2264919281 - -2.2264919281 - -0.0333209969 - -0.0333209969 - 1.4827889204 - 1.4827889204 - -2.3923232555 - -2.3923232555 - -0.3775301874 - -0.3775301874 - 2.2565257549 - 2.2565257549 - -2.2655346394 - -2.7201733589 - -2.2655346394 - -0.9561333656 - -0.9561333656 - 0.6287962794 - 0.6287962794 - 2.8198421001 - 2.8198421001 - 2.1507990360 - 2.1507990360 - 0.6202495098 - 0.6202495098 - 0.9707460999 - 0.9707460999 - -2.5585160255 - -2.5585160255 - 2.9784972668 - 2.9784972668 - -1.8449637890 - -1.8370484114 - -1.8449637890 - 2.8894965649 - 2.8894965649 - 2.3720662594 - 2.3720662594 - -2.4468543530 - -2.4468543530 - -2.9119501114 - -2.8996720314 - -2.9119501114 - -1.6814535856 - -2.4870219231 - -2.4870219231 - -2.4733033180 - -2.4733033180 - -2.8305943012 - -2.8305943012 - -2.8632929325 - -1.5707963705 - -1.5707963705 - -2.2655346394 - -2.2655346394 - 2.1262900829 - 2.1262900829 - -1.0074800253 - -1.0074800253 - 0.5713374615 - 0.5713374615 - 2.9147937298 - 2.9147937298 - -1.4152015448 - 0.7998899221 - 0.7998899221 - 1.5707963705 - 1.5707963705 - -0.5516549945 - -0.5516549945 - 2.6303620338 - 2.6303620338 - 2.6727638245 - 2.6727638245 - 0.9600703716 - 0.9600703716 - -1.9627438784 - -1.9627438784 - -0.7544801831 - -0.7544801831 - -0.7437555790 - -0.1243549958 - -0.1243549958 - -2.6028652191 - -2.6028652191 - 2.5943083763 - 2.5943083763 - -2.4733033180 - -2.9116883278 - -2.9319527149 - -2.9068701267 - -0.3805063665 - -2.4733033180 - -2.8632929325 - -2.8305943012 - -2.8632929325 - 0.6078019738 - 0.6078019738 - -0.7205541134 - -0.7205541134 - -1.7359449863 - -1.7359449863 - -0.1593516469 - -0.1593516469 - 1.0963964462 - 1.0963964462 - 0.3556358814 - 0.3556358814 - 0.6435011029 - 0.6435011029 - 2.5444159508 - 2.5444159508 - -0.8913825154 - -0.8913825154 - 0.2476813644 - 0.2476813644 - 0.0273904093 - 0.0273904093 - 0.3587706685 - 0.3587706685 - -0.7437555790 - -0.7544801831 - -0.7437555790 - -0.1593516469 - -0.1593516469 - -3.0498964787 - -3.0498964787 - -1.7063239813 - -1.8750047684 - -1.7063239813 - -0.8339037895 - -0.8339037895 - -3.0680413246 - -3.0680413246 - -2.9116883278 - -2.9116883278 - -2.9319527149 - -2.9068701267 - -0.3805063665 - -2.4733033180 - -2.9068701267 - -2.9116883278 - -2.9319527149 - -2.9068701267 - -0.3805063665 - -2.4733033180 - 2.0229501724 - 2.0229501724 - -1.0878274441 - -1.0878274441 - -1.9780521393 - -1.9780521393 - -1.9117752314 - -1.9117752314 - 2.6446239948 - 2.6446239948 - 0.8645972610 - 0.8645972610 - 2.7201733589 - 2.7201733589 - -1.4152015448 - 2.9147937298 - -1.4152015448 - 0.5438324809 - -0.6107259393 - -0.6107259393 - 1.4352686405 - 1.4352686405 - 0.3080527782 - 0.3080527782 - -0.8339037895 - -0.8339037895 - 1.2924966812 - 1.2924966812 - 0.9551764131 - 0.9551764131 - -2.6494975090 - -2.6494975090 - -1.6814535856 - -2.9119501114 - -1.6814535856 - 0.2854628563 - 0.2854628563 - 2.7397220135 - 2.7397220135 - 2.8899025917 - 2.8899025917 - -2.9319527149 - -2.9116883278 - -2.9319527149 - -2.9068701267 - -2.4733033180 - -1.0819439888 - -1.0819439888 - -1.1814795732 - -1.1814795732 - -2.7950537205 - -2.7950537205 - 1.1071487665 - 1.1071487665 - 0.3281199038 - 0.3281199038 - -3.0152845383 - -3.0152845383 - 2.4448504448 - 2.4448504448 - -2.8295505047 - -2.8295505047 - -3.0951144695 - -3.0951144695 - 1.3086764812 - 1.3086764812 - -0.1030816063 - -0.1030816063 - 1.2722973824 - 1.2722973824 - 1.2793395519 - 0.9403948784 - 0.9403948784 - -3.1071236134 - -3.1071236134 - -2.3174540997 - -2.3174540997 - 2.6271412373 - 2.6271412373 - -2.6224465370 - -2.6224465370 - -1.7894653082 - -1.7894653082 - 0.3154215217 - 0.3154215217 - -2.6704263687 - -2.6704263687 - -2.0899424553 - -2.0899424553 - 0.4750107527 - 0.4750107527 - -1.8925468922 - -1.8925468922 - 1.7126933336 - 1.7126933336 - -0.7313966751 - -0.7313966751 - -1.2958865166 - -1.2958865166 - 0.5438324809 - -1.4152015448 - 0.5438324809 - 1.9451299906 - 1.9451299906 - 0.7551044226 - 0.7551044226 - 0.7406519055 - 0.7559948564 - 0.7406519055 - 0.7551044226 - 0.7406519055 - 0.7559948564 - 2.8198421001 - 2.8198421001 - 0.7406519055 - 0.7559948564 - 2.8198421001 - 1.2793395519 - 1.2722973824 - 1.2793395519 - -0.4683424234 - -0.4683424234 - -2.2655346394 - -2.2655346394 - 0.3217505515 - 0.3217505515 - 0.7853981853 - 0.7853981853 - 2.5127964020 - 2.5127964020 - -2.5461828709 - -2.5461828709 - -1.8750047684 - -1.8750047684 - -1.7063239813 - -0.8389184475 - -0.8389184475 - -3.0981416702 - -3.0981416702 - 2.3706862926 - 2.3706862926 - 2.8520889282 - 2.8326618671 - 2.8520889282 - 2.3706862926 - 2.8520889282 - 2.8326618671 - 2.3200657368 - 2.3200657368 - 0.7559948564 - 0.7551044226 - 0.7406519055 - 0.7559948564 - 2.8198421001 - -0.6495494246 - -0.6495494246 - 0.7292773724 - 0.7292773724 - 2.8763854504 - 2.8763854504 - -2.3932147026 - -2.4668517113 - -2.3932147026 - -2.9528548717 - -2.9528548717 - 2.9229238033 - 2.9229238033 - 1.5042281151 - 1.5042281151 - 2.8326618671 - 2.3706862926 - 2.8520889282 - 2.8326618671 - -2.9679214954 - -2.9679214954 - 0.9332475066 - 0.9332475066 - -1.2895641327 - -1.2895641327 - 1.1071487665 - 1.1071487665 - 0.2186689526 - 0.2186689526 - 0.2163406610 - 0.2163406610 - 0.2186689526 - 0.2163406610 - -1.3210215569 - -1.3210215569 - 2.7646834850 - -0.8537845016 - 2.7646834850 - 1.3654009104 - 1.3654009104 - 0.5807563663 - 0.4398425817 - 0.5807563663 - -1.2004729509 - -1.2004729509 - -2.1112158298 - -2.1112158298 - 0.5503859520 - 0.5503859520 - -0.5475622416 - -0.5475622416 - -2.5672879219 - -2.5672879219 - -2.4668517113 - -2.4668517113 - -2.3932147026 - -2.4864866734 - -2.4864866734 - 2.2105660439 - 2.2105660439 - -0.2247111648 - -0.2247111648 - -2.0968627930 - -2.1112158298 - -3.0584514141 - -3.0584514141 - -2.9441971779 - -2.9441971779 - -1.2490457296 - -1.2490457296 - -0.0336951092 - -0.0336951092 - -0.0624188110 - -0.0624188110 - -0.8824375272 - -0.8824375272 - 2.6677412987 - 2.6677412987 - 1.0603079796 - 1.0603079796 - 0.8734055161 - 0.8734055161 - 0.8424789310 - 0.8424789310 - 0.8734055161 - 0.8424789310 - 0.0964737758 - 0.0964737758 - -0.3575658500 - -0.3575658500 - -0.6556956172 - -0.6556956172 - -3.0212972164 - -3.0212972164 - -2.5829932690 - -2.5829932690 - 2.6732501984 - 2.6732501984 - -0.9034901857 - -0.9034901857 - -1.5707963705 - -1.5707963705 - -2.1756987572 - -2.1756987572 - 2.0778949261 - 2.0778949261 - -0.1973955631 - 1.1383885145 - 1.1383885145 - -2.0968627930 - -0.2247111648 - -2.0968627930 - -2.1112158298 - -0.1370661706 - -0.1370661706 - -0.1030816063 - -1.1284221411 - -1.1284221411 - -2.6167969704 - -2.6167969704 - 0.0665681660 - 0.1030816063 - 0.0665681660 - 1.0978897810 - 1.0978897810 - 0.6121525168 - 0.6121525168 - -0.0178552456 - -0.0178552456 - 0.6121525168 - -0.0178552456 - -2.9927027225 - -2.9927027225 - -0.8870869875 - -0.8870869875 - -2.0672190189 - -2.0672190189 - -0.2734609842 - -0.2734609842 - -0.2621198297 - -0.6435011029 - -0.6435011029 - -0.6355857253 - 0.2026586682 - -0.6278365850 - -0.6355857253 - -0.6435011029 - -0.6355857253 - 0.2026586682 - -0.6278365850 - -0.6278365850 - -0.6435011029 - -0.6355857253 - 0.2026586682 - -0.6278365850 - -0.6763435006 - -0.6763435006 - 0.4398425817 - 0.4398425817 - 0.5807563663 - -2.6011731625 - -2.6011731625 - 2.8555412292 - 2.8555412292 - 0.5585992932 - 0.5585992932 - 0.6022873521 - 0.8050035238 - 0.8050035238 - 0.1082705930 - 0.1082705930 - -1.5985670090 - -1.5985670090 - -2.4833247662 - -2.4833247662 - 2.7118303776 - 2.7118303776 - -2.6464593410 - 3.1052451134 - -2.6464593410 - -1.1902899742 - -1.1902899742 - -2.1000430584 - -2.1000430584 - 2.7251539230 - 2.7251539230 - -2.1112158298 - -0.2247111648 - -2.0968627930 - -2.1112158298 - -0.1030816063 - -0.1370661706 - -0.1030816063 - 0.1030816063 - 0.1030816063 - 0.0665681660 - -1.1593400240 - -1.1593400240 - -3.0072712898 - -3.0072712898 - -0.7748722434 - -0.7748722434 - -1.0963964462 - -1.0963964462 - -0.2621198297 - -0.2734609842 - -0.2621198297 - -0.8537845016 - -0.8537845016 - 2.7646834850 - -2.6476511955 - 0.8345388770 - -2.6476511955 - 1.6373645067 - 1.6373645067 - 2.6562092304 - -0.3277384937 - 2.6527402401 - 2.6562092304 - 1.7782925367 - 1.7782925367 - 0.6022873521 - 0.5585992932 - 0.6022873521 - 0.5302157998 - 0.5302157998 - -0.1418970525 - -0.1418970525 - -0.1402496099 - -0.1402496099 - -0.1418970525 - -0.1402496099 - -0.1418970525 - -0.1418970525 - 3.1052451134 - 3.1052451134 - -2.6464593410 - 1.0358412266 - 1.0358412266 - 2.3789179325 - 2.3789179325 - 2.3676881790 - 2.3676881790 - 2.3789179325 - 2.3676881790 - -2.3162157536 - -2.3162157536 - -2.3357892036 - -1.5108681917 - -1.5108681917 - 1.7868813276 - 1.7868813276 - 0.8737749457 - 0.8737749457 - 0.5830765367 - 0.5830765367 - -1.6951513290 - -1.6951513290 - -2.8095331192 - -2.8095331192 - -0.3897085786 - -0.3897085786 - 0.2026586682 - -0.6435011029 - -0.6355857253 - 0.2026586682 - -0.6278365850 - -0.6181442142 - -0.6181442142 - -0.3277384937 - -0.3277384937 - 2.6527402401 - 2.6562092304 - -2.3884413242 - -2.3884413242 - 1.8157750368 - 1.8157750368 - -2.5535900593 - -2.5535900593 - -0.0955981165 - -0.0955981165 - -0.0943139493 - -0.0943139493 - -0.0955981165 - -0.0943139493 - -2.9551057816 - -2.9551057816 - -2.8130395412 - -2.8130395412 - 2.7985687256 - 2.7985687256 - 2.8477232456 - -1.5075894594 - 2.8477232456 - 2.8357138634 - 2.8237946033 - -2.8526172638 - -2.8526172638 - -0.1973955631 - 2.0778949261 - -0.1973955631 - 1.9472866058 - 1.9472866058 - 2.5625183582 - 2.5625183582 - -1.1354430914 - -1.1354430914 - 0.5280744433 - 0.5280744433 - -2.3357892036 - -2.3162157536 - -2.3357892036 - -1.3690339327 - -1.3690339327 - -0.7305083275 - -0.7305083275 - 0.1651486754 - 0.1651486754 - 0.9944211245 - 0.9944211245 - 2.7460215092 - 2.7460215092 - 1.9347752333 - 1.9347752333 - 0.8345388770 - 0.8345388770 - -2.6476511955 - 2.5269296169 - 2.5269296169 - 2.6527402401 - 2.6494975090 - -0.3277384937 - 2.6527402401 - 2.6562092304 - 0.3923401535 - 0.3923401535 - -1.7218116522 - -1.7218116522 - -1.8817945719 - -1.8817945719 - 3.0900919437 - 3.0900919437 - 1.9513026476 - 1.9513026476 - -1.5075894594 - -1.5075894594 - 2.8477232456 - 2.8357138634 - 2.8237946033 - 2.8357138634 - -1.5075894594 - 2.8477232456 - 2.8357138634 - 2.8237946033 - -3.0443394184 - -3.0443394184 - 2.1587989330 - 2.1587989330 - -3.0443394184 - 2.1587989330 - -1.1341692209 - -1.1341692209 - 2.4858970642 - 2.8501358032 - 2.8501358032 - -2.4393358231 - -2.4393358231 - 0.7237479687 - 0.7237479687 - 0.3671738207 - 0.3671738207 - -1.4550371170 - -1.4550371170 - 2.0032041073 - 2.0032041073 - 1.8692952394 - 1.8692952394 - 2.3659029007 - 2.3659029007 - 0.8784618974 - 0.8784618974 - 1.4288992882 - 1.4288992882 - 2.9269998074 - 2.9269998074 - 0.4453010559 - 0.4453010559 - 2.8237946033 - -1.5075894594 - 2.8477232456 - 2.8357138634 - 2.8237946033 - -2.9441971779 - 2.9033479691 - -2.9441971779 - 1.6078164577 - 1.6078164577 - 1.6064953804 - 2.2597208023 - 2.2597208023 - 2.9606661797 - 2.9606661797 - 2.4858970642 - -1.1341692209 - 2.4858970642 - -0.9272952080 - -0.9272952080 - 0.0175420605 - 0.0175420605 - 2.8632929325 - 2.8632929325 - 0.6781193018 - 0.6781193018 - 0.2449786663 - 0.2449786663 - 2.0899424553 - 2.0899424553 - 2.0344438553 - 2.0344438553 - 2.0899424553 - 2.0344438553 - -0.9902749062 - -0.9902749062 - -0.3832841516 - -0.3832841516 - 1.4219063520 - 1.4219063520 - 0.7853981853 - 0.7853981853 - 1.4219063520 - 0.7853981853 - 0.5525843501 - 0.5525843501 - -0.6594855189 - -0.6594855189 - 2.6494975090 - 2.6494975090 - 2.6527402401 - 0.7741627097 - 0.7741627097 - 0.8459301591 - 0.8459301591 - -0.2914567888 - -0.2914567888 - -2.5018229485 - -2.5018229485 - 2.9033479691 - 2.9033479691 - -2.9441971779 - 0.7242500186 - 0.7242500186 - -1.4758446217 - -1.4758446217 - 2.5602123737 - 1.6064953804 - 1.6078164577 - 1.6064953804 - -3.0288650990 - -3.0288650990 - 2.4485237598 - 2.4485237598 - 0.2914567888 - 0.2914567888 - -2.1679730415 - -2.1679730415 - 1.9320000410 - 1.9320000410 - -1.8086322546 - -1.8086322546 - -0.3805063665 - -0.3805063665 - -2.4905159473 - -2.4905159473 - -0.1390959471 - -0.1390959471 - -0.1194289252 - 0.5599398017 - 0.5599398017 - 1.8347600698 - 1.9086744785 - 1.8347600698 - -1.8417432308 - -1.8417432308 - -1.7748142481 - -1.7748142481 - -1.1562894583 - -1.1562894583 - -3.0995123386 - -3.0995123386 - -0.7513204813 - -0.7513204813 - -1.4491772652 - 2.8054544926 - -1.4491772652 - -0.1936219931 - -0.1936219931 - -0.1899882853 - -0.1899882853 - -0.1936219931 - -0.1899882853 - 2.5695631504 - 2.5695631504 - -0.6823165417 - -0.6823165417 - -2.8666827679 - -2.8666827679 - -0.6823165417 - -2.8666827679 - 1.9591150284 - 1.9591150284 - 1.9394922256 - 1.9394922256 - 1.9591150284 - 1.9394922256 - -1.8753072023 - -1.8753072023 - -2.6855206490 - -2.6855206490 - 1.1948354244 - 1.1948354244 - 2.3561944962 - 2.3561944962 - -2.6779451370 - -2.6779451370 - 3.0068213940 - 3.0068213940 - 1.7934572697 - 1.7934572697 - -0.1194289252 - -0.1390959471 - -0.1194289252 - -1.2774293423 - -1.2774293423 - 1.9086744785 - 1.9086744785 - 1.8347600698 - 0.6365082264 - 0.6365082264 - -2.2455372810 - -2.2455372810 - -2.2937757969 - -2.2937757969 - -0.4206633568 - -0.4206633568 - -2.4037775993 - -2.4037775993 - -0.4002406597 - -0.4002406597 - -1.0303767920 - -1.0303767920 - -0.4002406597 - -1.0303767920 - 2.8054544926 - 2.8054544926 - -1.4491772652 - 0.4636476040 - -2.4505083561 - -2.4505083561 - 0.0113631468 - 0.0113631468 - -2.9689111710 - -2.9689111710 - -3.1031501293 - -3.1031501293 - -1.4940243959 - -1.4940243959 - -0.4182243347 - -0.4182243347 - -0.2624593973 - -0.2624593973 - -1.6207547188 - -1.6207547188 - 0.7044940591 - 0.7044940591 - 1.8490959406 - 1.8490959406 - 1.8438050747 - -1.2939981222 - -1.2939981222 - 1.0697829723 - 1.0697829723 - 1.1071487665 - 1.1071487665 - 1.0990188122 - 1.0990188122 - 1.1071487665 - 1.0990188122 - -0.5115561485 - -0.5115561485 - 0.3409789503 - 0.3409789503 - 1.6902252436 - 1.6902252436 - 2.3914740086 - 2.3914740086 - 2.3794460297 - -0.3028848767 - -0.3028848767 - -1.9416875839 - -1.9416875839 - 2.8966140747 - 2.8966140747 - -0.5705827475 - -0.5705827475 - 0.4636476040 - 2.8054544926 - 0.4636476040 - 2.7651023865 - 2.7651023865 - 2.5602123737 - -1.4758446217 - 2.5602123737 - 2.6113767624 - 2.6113767624 - 2.5959374905 - 2.5959374905 - 2.6113767624 - 2.5959374905 - -2.4149503708 - -2.4149503708 - -3.1093456745 - -3.1093456745 - 1.8438050747 - 1.8490959406 - 1.8438050747 - 2.3939125538 - 2.3939125538 - 2.3842244148 - -1.4968572855 - -1.4968572855 - -3.0601406097 - -3.0601406097 - 2.8859477043 - 2.8859477043 - 2.3794460297 - 2.3914740086 - 2.3794460297 - -1.8259787560 - -1.8259787560 - -0.4888523519 - -0.4888523519 - -3.0999500751 - -3.0999500751 - 0.0000000000 - 0.0000000000 - -1.2490457296 - -1.2490457296 - 0.5763752460 - 0.5763752460 - 1.5495229959 - 1.5495229959 - 1.0617254972 - 1.0617254972 - -0.8408966660 - -0.8408966660 - -1.9513026476 - -1.9513026476 - 1.9756880999 - 1.9756880999 - 2.2027704716 - 2.2027704716 - 2.3842244148 - 2.3939125538 - 2.3842244148 - 2.5139632225 - 2.5139632225 - 0.5543075204 - 0.5543075204 - 0.5628682375 - 2.9352686405 - 2.9352686405 - 0.0416425802 - 0.0416425802 - 0.7140907049 - 0.7140907049 - 0.7509290576 - 0.2292319387 - 0.2292319387 - 2.4074316025 - 2.4074316025 - 2.3974933624 - 2.3974933624 - -2.6379663944 - -2.6379663944 - 1.6517003775 - 1.6517003775 - 1.6247978210 - 1.6247978210 - 1.6517003775 - 1.6247978210 - 2.5535900593 - 2.5535900593 - -1.4994888306 - -1.4994888306 - 3.1309547424 - 3.1309547424 - 2.5739262104 - 2.5739262104 - -0.5136060119 - 2.0756576061 - -0.4444192052 - -0.5136060119 - -0.7672183514 - -0.4993467331 - -0.7672183514 - 2.6476511955 - 2.6476511955 - -0.2026586682 - -0.2026586682 - 0.5628682375 - 0.5543075204 - 0.5628682375 - -1.8417432308 - -1.8417432308 - -1.1232763529 - -1.1232763529 - -2.2539877892 - -2.2539877892 - -1.1232763529 - -2.2539877892 - 0.5434775949 - 0.5434775949 - 0.7509290576 - 0.7140907049 - 0.7509290576 - -2.5596876144 - -2.5596876144 - -1.2924966812 - -1.2924966812 - 2.3111798763 - 2.3111798763 - -0.1872539222 - -0.1872539222 - 2.2584676743 - 2.2584676743 - 1.0584068298 - 1.0584068298 - 0.6919213533 - 0.6919213533 - -1.8568477631 - -1.8568477631 - 0.2126449198 - 0.2126449198 - -0.6786624789 - -0.6786624789 - 2.7270858288 - 2.7270858288 - -0.6407837272 - -0.5331556797 - -0.6407837272 - 0.2230309695 - 0.2230309695 - 0.7123575807 - 0.7123575807 - 1.4130276442 - 1.4130276442 - 1.1410340071 - 1.1410340071 - -0.4636476040 - -0.4636476040 - -0.4535976946 - 0.1526493281 - 0.1526493281 - 0.1488899440 - 0.1488899440 - 0.1526493281 - 0.1488899440 - -3.0367157459 - -3.0367157459 - 3.0284416676 - 3.0284416676 - 2.2924511433 - 2.2924511433 - 2.1375255585 - 2.1375255585 - 0.7853981853 - 0.7853981853 - 2.3855977058 - 1.8925468922 - 2.3855977058 - 1.6926387548 - -2.1137473583 - -2.1137473583 - 1.0789871216 - 1.0789871216 - 0.0461211167 - 0.0461211167 - 0.7853981853 - 0.7853981853 - -2.8802666664 - -2.8802666664 - -1.2082520723 - -1.2082520723 - -0.4535976946 - -0.4636476040 - -0.4535976946 - 2.3877630234 - 2.3877630234 - 2.1314833164 - 2.1314833164 - 0.0338853300 - 0.0338853300 - -0.0587558225 - -0.0587558225 - 0.4521538615 - 0.4521538615 - 2.1854593754 - 2.1854593754 - 0.5236846805 - 0.5236846805 - 1.0978897810 - 1.0978897810 - 0.1048769355 - 0.1048769355 - 0.1308273971 - -0.7266423702 - -0.7266423702 - 0.2325569391 - 0.2325569391 - 2.5799691677 - 2.5799691677 - 0.0210495219 - 0.0210495219 - 2.0756576061 - 2.0756576061 - -0.5136060119 - -0.4444192052 - -0.4444192052 - -0.5136060119 - -0.4993467331 - -0.4993467331 - -0.7672183514 - 1.0584068298 - 1.0584068298 - 1.0783106089 - 1.0783106089 - 1.0595656633 - 1.0595656633 - 1.4382448196 - 0.5155490041 - 0.5155490041 - 0.6287962794 - 0.6287962794 - 1.0074800253 - 2.5730681419 - 2.5730681419 - -1.0441690683 - -1.0441690683 - -0.3717089593 - -0.3717089593 - -0.3660565019 - -0.3660565019 - -0.3717089593 - -0.3660565019 - 3.0598082542 - 3.0598082542 - 2.0205559731 - 2.0205559731 - 2.8632929325 - 2.8632929325 - 1.6926387548 - 2.3855977058 - 1.6926387548 - -2.4202094078 - -2.4202094078 - 0.1308273971 - 0.1048769355 - 0.1308273971 - 1.4691075087 - 1.4691075087 - 0.6919213533 - 0.6919213533 - -0.5331556797 - -0.5331556797 - -0.6407837272 - 0.3947911263 - 0.3947911263 - 0.3947911263 - -0.9272952080 - -0.9272952080 - 0.9986026883 - 0.9986026883 - -1.0714496374 - -1.0714496374 - 1.4382448196 - 1.0595656633 - 1.4382448196 - 0.8938814998 - 0.8938814998 - 0.9025068879 - 0.8831250668 - 0.8831250668 - 0.8938814998 - 0.9025068879 - 0.8831250668 - -2.5431737900 - -2.5431737900 - -2.5213432312 - -2.5213432312 - -2.5431737900 - -2.5213432312 - 2.2817056179 - 2.2817056179 - 0.0512371659 - 0.0512371659 - -2.0085875988 - -2.0085875988 - 2.7274541855 - 2.7274541855 - 1.8925468922 - 1.8925468922 - 2.3855977058 - 0.3947911263 - 0.3947911263 - 0.3947911263 - 2.4733033180 - 2.4733033180 - -2.6224465370 - -2.6224465370 - 2.3395292759 - 2.3395292759 - -0.3165692389 - -0.3165692389 - 2.4468543530 - 3.0791738033 - 2.4468543530 - 3.0771658421 - 2.4258489609 - 2.4258489609 - 2.4468543530 - 3.0771658421 - 2.4258489609 - 2.7413520813 - 2.7413520813 - 0.9964914918 - 0.9964914918 - 0.9025068879 - 0.8938814998 - 0.9025068879 - 0.8831250668 - 0.9685089588 - 0.9685089588 - -0.4306925237 - -0.4182243347 - -0.4306925237 - 0.2040179819 - 0.2040179819 - 0.1911844611 - 0.1911844611 - 0.4761992395 - 0.4761992395 - 3.1096885204 - 3.1096885204 - 0.0416425802 - 0.0416425802 - 2.1674566269 - 2.1674566269 - 2.1544320583 - 2.1544320583 - 2.1674566269 - 2.1544320583 - 0.1315881461 - 0.1315881461 - 0.1297025383 - 0.1297025383 - 0.1315881461 - 0.1297025383 - -2.0533096790 - -2.0533096790 - -2.0736396313 - -2.7233684063 - -2.7233684063 - -2.3468489647 - -2.3468489647 - 0.0535202697 - 0.0535202697 - 0.3718560636 - 0.3718560636 - 2.2011978626 - 2.2011978626 - -0.7200707197 - -0.7200707197 - 1.4840580225 - 1.4840580225 - 2.1000430584 - 2.1000430584 - 0.5954098701 - 0.5954098701 - -0.3339450657 - -0.3339450657 - 0.2259592116 - 0.2259592116 - 0.9964914918 - 0.9964914918 - -0.4453010559 - -0.4453010559 - 2.5844683647 - 2.5844683647 - 2.7766795158 - 2.7766795158 - 2.5568473339 - 2.5568473339 - 1.1784561872 - 1.1784561872 - 1.0074800253 - 0.6287962794 - 1.0074800253 - -0.8850668073 - -0.8850668073 - 0.7853981853 - 0.7853981853 - -0.4182243347 - -0.4182243347 - -0.4306925237 - 1.7506498098 - 1.7506498098 - 1.2627435923 - 1.2627435923 - -1.4056476355 - -1.4056476355 - -2.9967801571 - -2.9967801571 - -2.0736396313 - -2.0533096790 - -2.0736396313 - 0.4856221080 - 0.4856221080 - 0.2904019356 - 0.2904019356 - 2.3640682697 - 1.6421037912 - 1.6421037912 - 1.2397001982 - 1.2397001982 - -2.6905229092 - -2.6905229092 - 1.2204821110 - 1.2204821110 - -0.0996686518 - -0.0996686518 - 1.7329951525 - 1.7329951525 - 1.4981968403 - 0.8176450729 - 0.8176450729 - -0.7727406025 - -0.7727406025 - 2.4837040901 - 2.4837040901 - 3.0791738033 - 3.0791738033 - 2.4468543530 - 3.0771658421 - 3.0771658421 - 3.0791738033 - 2.4468543530 - 3.0771658421 - 2.4258489609 - 1.4513673782 - 1.4513673782 - 1.7444674969 - 1.7444674969 - 0.5743048191 - 0.5743048191 - -0.1418970525 - -0.1418970525 - 2.4668517113 - 2.4668517113 - 2.4496712685 - 2.3349211216 - 2.3349211216 - 2.3239476681 - 2.3239476681 - 2.3349211216 - 2.3239476681 - 1.7681919336 - 1.7681919336 - 1.1071487665 - 1.1071487665 - 1.8925468922 - 1.8925468922 - 1.0240074396 - 1.0240074396 - 2.2078666687 - 2.2078666687 - 2.8039703369 - 2.8039703369 - -2.9123606682 - -2.9123606682 - -0.7538297176 - -0.7538297176 - -0.7437555790 - -0.7437555790 - -0.7538297176 - -0.7437555790 - 1.9554010630 - 1.9554010630 - 2.2612428665 - 2.2612428665 - 0.2110933363 - 0.2110933363 - 2.4496712685 - 2.4668517113 - 2.4496712685 - -0.8760580420 - -0.8760580420 - -2.5283854008 - -2.5283854008 - -2.5105133057 - -2.5105133057 - -2.5283854008 - -2.5105133057 - 1.2490457296 - 1.0158005953 - 1.0104364157 - 0.3326196969 - 1.2490457296 - -0.1546005458 - -0.1546005458 - 0.3587706685 - 2.0464916229 - 2.0464916229 - 2.0403962135 - -1.5707963705 - -1.5707963705 - -2.1083829403 - -2.1083829403 - 3.0309355259 - 3.0309355259 - 2.8445284367 - 2.8445284367 - 2.8899025917 - 2.8899025917 - 2.7676508427 - 2.7676508427 - 1.4801363945 - 1.4801363945 - 1.1638255119 - 1.1638255119 - -2.1321709156 - -2.1321709156 - -2.1247489452 - -2.1247489452 - -2.1321709156 - -2.1247489452 - 2.4558632374 - 2.4558632374 - 0.0384425893 - 0.0384425893 - 0.9570262432 - 2.2873380184 - 2.2873380184 - 1.6582916975 - 1.6582916975 - 2.3640682697 - 0.2904019356 - 2.3640682697 - -0.5112307072 - -0.5112307072 - 1.1071487665 - 1.1071487665 - 1.5444866419 - 1.5444866419 - -2.9275319576 - -2.9275319576 - 1.4981968403 - 1.7329951525 - 1.4981968403 - 1.4994888306 - 1.0158005953 - 1.0158005953 - 1.0104364157 - 0.3326196969 - 1.2490457296 - 0.2140606791 - 0.2140606791 - 0.0758038387 - 0.0758038387 - 2.0403962135 - 2.0464916229 - 2.0403962135 - 2.7960369587 - 2.7960369587 - 2.6699771881 - 2.6699771881 - 1.9890207052 - 1.9890207052 - -0.7136980891 - -0.7136980891 - -2.2706892490 - -0.1071153209 - -0.1071153209 - 0.6461188793 - 0.6461188793 - -0.1904351115 - -0.1904351115 - -2.9743387699 - -2.9743387699 - 1.0040670633 - 1.0040670633 - -1.8157750368 - -1.8157750368 - 0.4297622740 - 0.4297622740 - 0.4383365512 - 0.4512001276 - 2.5907351971 - 2.5907351971 - 2.5804293156 - 3.0878808498 - 3.0878808498 - 3.0764675140 - 2.8753407001 - 2.8753407001 - 0.6947382689 - 0.6947382689 - 1.2633988857 - 1.2822089195 - 1.2633988857 - 1.2679114342 - 1.4994888306 - 1.4981968403 - 1.4994888306 - 1.0104364157 - 1.0158005953 - 1.0104364157 - 0.3326196969 - 1.2490457296 - 0.3326196969 - 1.0158005953 - 1.0104364157 - 0.3326196969 - 1.2490457296 - 0.8368989825 - 0.8368989825 - 2.6113767624 - 2.6113767624 - -2.3339760303 - -2.3339760303 - -3.0986084938 - -3.0986084938 - 2.3864881992 - 2.3864881992 - 0.4383365512 - 0.4297622740 - 0.4383365512 - 0.4512001276 - 2.8295505047 - 2.8295505047 - 2.5804293156 - 2.5907351971 - 2.5804293156 - 3.0764675140 - 3.0878808498 - 3.0764675140 - 0.6375488043 - 0.6375488043 - 2.2035450935 - 2.2035450935 - 1.3306252956 - 1.3306252956 - 1.2822089195 - 1.2822089195 - 1.2633988857 - 1.2679114342 - 1.2679114342 - 1.2822089195 - 1.2633988857 - 1.2679114342 - 1.3006430864 - -2.4592761993 - -2.4592761993 - 0.3587706685 - -0.1546005458 - 0.3587706685 - 2.5995037556 - 2.5995037556 - -2.9708573818 - -2.9708573818 - 2.4892618656 - 2.4892618656 - -2.0152156353 - -1.1135179996 - -1.1135179996 - -2.7049655914 - -2.7049655914 - 1.8045395613 - 1.8045395613 - -2.2706892490 - -0.7136980891 - -2.2706892490 - 1.8157750368 - 1.8157750368 - 0.8408966660 - 0.8408966660 - -1.2818208933 - -1.2818208933 - -1.2818208933 - -1.2818208933 - -1.2818208933 - -1.2818208933 - 0.9570262432 - 0.0384425893 - 0.9570262432 - -0.1106572226 - -0.1106572226 - -1.9583201408 - -1.9583201408 - -2.3177518845 - -2.3177518845 - 1.7818896770 - 1.7818896770 - -2.7334434986 - -2.7334434986 - 0.1019183695 - 0.1019183695 - 1.9215242863 - 1.9215242863 - -0.6901459098 - -0.6901459098 - 2.3254349232 - 2.3254349232 - -2.0152156353 - 2.4892618656 - -2.0152156353 - 2.1674566269 - 2.1674566269 - -1.5572836399 - -1.5572836399 - 2.5899376869 - 2.5899376869 - 2.5178909302 - 2.5178909302 - 2.9071769714 - 2.9071769714 - 2.8931052685 - 2.6105625629 - 2.6105625629 - -2.3417026997 - -2.3417026997 - 2.8842689991 - 2.8842689991 - 0.4512001276 - 0.4297622740 - 0.4383365512 - 0.4512001276 - 2.6779451370 - 2.6779451370 - 0.5006677508 - 0.5006677508 - 1.9451299906 - 1.9451299906 - -1.9247937202 - -1.9247937202 - 0.7150917053 - 1.4909663200 - 1.6614562273 - 1.6614562273 - 0.3756402433 - 0.3756402433 - 0.6073052287 - 0.6073052287 - -2.3667204380 - 1.3006430864 - -2.3667204380 - -0.1289107651 - -0.1289107651 - -1.9756880999 - -1.9756880999 - 2.8931052685 - 2.9071769714 - 2.8931052685 - 2.9316191673 - 2.9316191673 - 2.9123606682 - -0.3361380398 - -0.3361380398 - -0.3180875778 - -0.3180875778 - -2.3961732388 - -2.3961732388 - 2.2937757969 - 2.2937757969 - 0.1333502531 - 0.1333502531 - -2.9111902714 - -2.9111902714 - 0.7150917053 - -1.9247937202 - 0.7150917053 - 1.4909663200 - -1.3597029448 - -1.3597029448 - -0.3120421171 - -0.3120421171 - 0.5298490524 - 0.5298490524 - 1.3006430864 - 1.2679114342 - 1.3006430864 - -2.3667204380 - 1.2597980499 - 1.2597980499 - 3.0993642807 - 3.0993642807 - 3.0987617970 - 3.0987617970 - 3.0993642807 - 3.0987617970 - 2.3561944962 - 2.3561944962 - 1.7332854271 - 1.7332854271 - 0.0739390403 - 0.0739390403 - 0.0725994557 - 0.0725994557 - 0.0739390403 - 0.0725994557 - 2.9123606682 - 2.9316191673 - 2.9123606682 - 1.4981968403 - 1.4981968403 - -0.8884797692 - -0.8884797692 - -0.8567056060 - -0.8198672533 - -0.7378150821 - -0.7378150821 - 2.8902649879 - 2.8902649879 - 2.2348425388 - 2.2348425388 - 2.4393358231 - 2.4393358231 - -1.5216555595 - -1.5216555595 - -1.0382921696 - -1.0382921696 - -0.0256354082 - -0.0256354082 - -0.0249947943 - -0.0249947943 - -0.0256354082 - -0.0249947943 - 0.8621700406 - 0.8621700406 - 0.9034901857 - 0.9034901857 - 0.2683662176 - 0.8713924289 - -0.3120421171 - -0.3120421171 - 1.1784561872 - 1.8736811876 - 1.8736811876 - 1.0584068298 - 1.0584068298 - -1.2045407295 - -1.2045407295 - -1.1341692209 - -1.1341692209 - 0.7309067249 - 0.7309067249 - 1.7551207542 - 1.7551207542 - 2.4719536304 - 2.4719536304 - 0.9080668092 - 0.9080668092 - 0.8419415951 - 0.8419415951 - 2.7828218937 - 2.7828218937 - 0.5436453223 - 0.5436453223 - 0.5467888117 - -0.5703833103 - -0.5703833103 - 0.7649928331 - 0.7649928331 - 0.6094585657 - 0.6094585657 - 0.0149242654 - 0.0149242654 - 0.0147048226 - 0.0147048226 - 0.0149242654 - 0.0147048226 - -0.8567056060 - -0.8884797692 - -0.8567056060 - -0.8198672533 - -0.8198672533 - -0.8884797692 - -0.8567056060 - -0.8198672533 - 0.0000000000 - 0.0000000000 - 2.3809828758 - 2.3809828758 - 1.4909663200 - -1.9247937202 - 0.7150917053 - 1.4909663200 - -2.3561944962 - -2.3561944962 - 0.3257991076 - 0.3257991076 - 0.2683662176 - 0.9034901857 - 0.2683662176 - 0.8713924289 - 2.0765876770 - 2.0765876770 - 2.0831856728 - 2.0712370872 - 2.0831856728 - 2.0765876770 - 2.0831856728 - 2.0712370872 - 2.0712370872 - 2.0765876770 - 2.0831856728 - 2.0712370872 - 2.2142975330 - -1.4876550436 - -1.4876550436 - 1.3382394314 - 1.3382394314 - 0.8890256286 - 0.8890256286 - 0.4829688668 - 0.4829688668 - 0.7926973104 - 0.7926973104 - 0.6696389318 - 0.6696389318 - 2.9479706287 - 2.9479706287 - -0.2965458035 - -0.2965458035 - 2.1948194504 - 2.1948194504 - -1.4711276293 - -1.4711276293 - 0.5467888117 - 0.5436453223 - 0.5467888117 - 0.6682894230 - 0.6682894230 - -2.9441971779 - -2.9441971779 - 0.7527300715 - 0.7527300715 - 1.3667783737 - 1.3667783737 - 0.3678716719 - 0.3678716719 - 0.8713924289 - 0.9034901857 - 0.2683662176 - 0.8713924289 - 3.0090410709 - 3.0090410709 - 2.9996955395 - 2.9996955395 - 0.4636476040 - 0.4636476040 - 2.5930433273 - 2.5930433273 - -1.6142472029 - -1.6142472029 - -0.6947382689 - -0.6947382689 - -2.3221940994 - -2.3221940994 - 0.8760580420 - 0.8740540743 - 0.8760580420 - 0.8740540743 - 1.8545904160 - 1.8545904160 - -2.4917221069 - -2.4917221069 - 0.6686896086 - 0.6686896086 - 0.6627295017 - 0.6627295017 - 0.6686896086 - 0.6627295017 - -1.0924439430 - -1.0924439430 - 1.8681614399 - 1.8681614399 - -0.7763894200 - -0.7763894200 - 1.7873466015 - 1.7873466015 - 1.8037755489 - 1.8037755489 - -2.8406724930 - -2.8406724930 - 0.8076167107 - 0.8076167107 - -0.6876712441 - -0.6876712441 - 0.6000502110 - 0.6000502110 - 0.5880026221 - 0.5880026221 - 0.6000502110 - 0.5880026221 - 0.6037493348 - 0.6037493348 - 0.5957845449 - 0.5957845449 - 0.6037493348 - 0.5957845449 - 0.6273081899 - 0.6273081899 - -0.2984989285 - -0.2984989285 - -0.2984989285 - 0.6156198978 - 0.6156198978 - 0.3657473028 - 1.1784561872 - -0.3120421171 - 1.1784561872 - 2.2142975330 - 2.0712370872 - 2.2142975330 - 3.0667328835 - 3.0667328835 - 3.0940096378 - 3.0940096378 - 1.4951832294 - 1.4951832294 - 1.4219063520 - 1.4219063520 - 0.6368010640 - 0.6368010640 - -1.9966467619 - -1.9966467619 - -2.5360479355 - -2.5360479355 - 0.8740540743 - 0.8740540743 - 0.8760580420 - 0.8721364737 - 0.8740540743 - 0.8721364737 - 3.0702850819 - 3.0702850819 - 2.1910457611 - 2.1910457611 - 2.5371210575 - 2.5371210575 - -3.0601406097 - -3.0601406097 - -2.5476200581 - 2.8265986443 - -2.5476200581 - -2.5565929413 - 0.6851437092 - 0.6851437092 - -2.7588491440 - -2.7588491440 - 1.0584068298 - 1.0584068298 - 1.3521274328 - 1.3521274328 - 1.3521274328 - 1.3521274328 - -2.2455372810 - -1.6447353363 - -1.6447353363 - -1.6078164577 - -1.6078164577 - -1.6447353363 - -1.6078164577 - 0.6456893086 - 0.6456893086 - 0.6543702483 - 0.3970794380 - 0.3970794380 - 0.2292319387 - 0.2292319387 - 0.3657473028 - 0.6156198978 - 0.3657473028 - -0.0624188110 - -0.0624188110 - 0.1973955631 - 0.1973955631 - -0.5713374615 - -0.5713374615 - 0.1067356691 - 0.1470783502 - 0.1067356691 - 0.1048769355 - 0.1048769355 - 0.1067356691 - 0.1048769355 - 0.8826513886 - 0.8826513886 - 0.8721364737 - 0.8740540743 - 0.8721364737 - 0.8740540743 - 0.8721364737 - -2.9171767235 - -2.9171767235 - 0.0000000000 - 0.0000000000 - 2.1939957142 - 2.1939957142 - -0.7788622975 - -0.7788622975 - -2.5565929413 - 2.8265986443 - -2.5476200581 - -2.5565929413 - 0.5944750309 - 0.5944750309 - 1.5374753475 - 1.5374753475 - 2.6918330193 - 2.6918330193 - 2.6872906685 - 2.6872906685 - 2.6918330193 - 2.6872906685 - 3.0309355259 - 3.0309355259 - 1.7011996508 - 1.7011996508 - 1.3142796755 - 1.3142796755 - 0.1304033101 - 0.1464841813 - 1.0471116304 - 1.0471116304 - 0.9723774195 - 0.9723774195 - 1.0471116304 - 0.9723774195 - 0.6543702483 - 0.6456893086 - 0.6543702483 - 0.6947382689 - 0.6947382689 - 0.7036137581 - 0.0000000000 - 0.0000000000 - -2.6825532913 - -2.6825532913 - 2.1246507168 - 2.1246507168 - 2.7651023865 - 2.7651023865 - -0.6747409701 - -0.6747409701 - 2.7651023865 - -0.6747409701 - 1.8745307922 - 1.8745307922 - 2.0863454342 - 2.0863454342 - 1.8745307922 - 2.0863454342 - 1.0106749535 - 1.0106749535 - 0.1265921295 - 0.1265921295 - 0.1498124599 - 0.1470783502 - 0.6791332960 - 0.6791332960 - -1.9576719999 - -1.9576719999 - 0.8740540743 - 0.8740540743 - 0.8760580420 - 0.8721364737 - 0.8740540743 - 0.8721364737 - -0.2140606791 - -0.2140606791 - 1.9922155142 - 1.9922155142 - 2.3360629082 - 2.3363294601 - 2.3360629082 - 1.9678757191 - 1.9678757191 - 0.5191460848 - -2.4423999786 - 0.5191460848 - 0.5343954563 - -1.0996301174 - -1.0996301174 - 0.6280880570 - 0.6280880570 - 0.1325515360 - 0.1325515360 - 0.1304033101 - 0.1464841813 - 0.1304033101 - 1.3142796755 - 0.1325515360 - 0.1304033101 - 0.1464841813 - -1.7294515371 - -1.7294515371 - -2.2455372810 - 1.3521274328 - -2.2455372810 - 0.5150728226 - -2.5115587711 - 0.8081215024 - 0.5150728226 - 0.8366353512 - 0.8366353512 - 0.7853981853 - 0.7853981853 - -0.2984989285 - -0.2984989285 - -0.2984989285 - 0.7036137581 - 0.6947382689 - 0.7036137581 - 2.9996955395 - 2.9996955395 - 2.5596876144 - 2.5596876144 - 3.1415927410 - 3.1415927410 - 2.4401090145 - 2.4401090145 - 0.1498124599 - 0.1265921295 - 0.1498124599 - 0.1470783502 - 0.1470783502 - 0.1265921295 - 0.1498124599 - 0.1470783502 - 0.1067356691 - 0.8721364737 - 0.8740540743 - 0.8721364737 - 0.8740540743 - 0.8721364737 - 2.7384769917 - 2.7384769917 - -2.2552726269 - -2.2552726269 - -3.0367157459 - -3.0367157459 - -2.5393052101 - -2.5393052101 - 2.7509856224 - 2.7509856224 - 2.8265986443 - 2.8265986443 - -2.5476200581 - -2.5565929413 - -2.2886283398 - -2.2886283398 - 2.3363294601 - 2.3363294601 - 2.3360629082 - 2.6387493610 - 2.6387493610 - -2.4423999786 - -2.4423999786 - 0.5191460848 - -1.4529242516 - -1.4529242516 - 0.2782996595 - 0.2782996595 - 0.1464841813 - 1.3142796755 - 0.1325515360 - 0.1304033101 - 0.1464841813 - 1.8190861940 - 1.8190861940 - -2.4468543530 - -2.4468543530 - -1.7359449863 - -1.7359449863 - 0.3976279795 - 0.3976279795 - -1.7196862698 - -1.7196862698 - -2.4289138317 - -2.4289138317 - -1.1420183182 - -1.1420183182 - 1.8358391523 - 1.8358391523 - 2.7098975182 - 2.7098975182 - 1.3784006834 - 1.3784006834 - 1.4824194908 - 1.4698745012 - 2.3821625710 - 2.3821625710 - 0.3170557618 - 0.3170557618 - 0.0570807829 - 0.0570807829 - 0.0540014990 - 0.0540014990 - 2.2740268707 - 2.2740268707 - 0.3430239260 - 0.3430239260 - 0.5565993190 - 0.5565993190 - -2.5115587711 - -2.5115587711 - 0.5150728226 - 0.8081215024 - 0.8081215024 - 0.5150728226 - 1.3294408321 - 1.3294408321 - 0.4538440108 - 0.4538440108 - -1.4056476355 - -1.4056476355 - 2.0344438553 - 2.0344438553 - 2.1763410568 - 2.1763410568 - -0.2709468603 - -0.2709468603 - 2.5741527081 - 2.5741527081 - 2.0730986595 - 2.0730986595 - 2.5183932781 - 2.5183932781 - 2.5275735855 - 2.5275735855 - -2.1203563213 - -2.1203563213 - -0.4795192778 - -0.4795192778 - -2.7886023521 - -2.7886023521 - 0.5232782960 - 0.5232782960 - 0.5150728226 - 0.5150728226 - 0.5232782960 - 0.5150728226 - 0.1755921692 - 1.9407024384 - 1.9407024384 - 2.9181160927 - 2.9181160927 - 1.8086322546 - 1.8086322546 - 2.2097103596 - 2.2097103596 - 2.8501358032 - 2.8501358032 - 0.5343954563 - 0.5191460848 - 0.5343954563 - 1.2220252752 - 1.2220252752 - -2.6046819687 - -2.6046819687 - 1.2036224604 - 1.2036224604 - 1.7984856367 - 1.7984856367 - 1.7958346605 - -1.4536875486 - -1.4536875486 - 2.9949262142 - 2.9949262142 - 1.7332854271 - 1.7332854271 - 1.7172805071 - 1.7172805071 - 1.7332854271 - 1.7172805071 - 0.9169862866 - 1.0025094748 - 0.9169862866 - 2.1662061214 - 2.1662061214 - 2.3086113930 - 2.3086113930 - 2.7776136398 - 2.7776136398 - -0.9056936502 - -0.9056936502 - -0.8861791492 - -0.8861791492 - -0.9056936502 - -0.8861791492 - 2.5043544769 - 2.5043544769 - 0.6435011029 - 0.6435011029 - 0.6747409701 - -2.8632929325 - -2.8632929325 - -0.7610127330 - -0.7610127330 - 0.8991901875 - 0.8991901875 - -2.2981951237 - -2.2981951237 - 2.4001913071 - 2.4069981575 - 2.4069981575 - 0.9428150654 - 0.9428150654 - 1.6756732464 - 1.6756732464 - 0.1755921692 - 0.5150728226 - 0.1755921692 - 2.3877630234 - 2.3877630234 - 2.3770248890 - 1.8157750368 - 1.8157750368 - -1.8533512354 - -1.8533512354 - 2.3805799484 - 2.3805799484 - -2.2813346386 - -2.2813346386 - 3.0860941410 - 3.0860941410 - 0.9031307101 - 0.9031307101 - 0.9031307101 - 0.9386583567 - 0.9386583567 - 0.0000000000 - 0.0000000000 - 2.5487475395 - 2.5487475395 - 1.7958346605 - 1.7984856367 - 1.7958346605 - 2.5975499153 - 2.5975499153 - 2.4116930962 - 2.4116930962 - 2.7886023521 - -2.0014889240 - 2.7886023521 - 2.3561944962 - 2.3561944962 - 1.0025094748 - 1.0025094748 - 0.9169862866 - 1.4824194908 - 1.3784006834 - 1.4824194908 - 1.4698745012 - 1.4698745012 - 1.3784006834 - 1.4824194908 - 1.4698745012 - 2.3561944962 - -1.8998460770 - 2.3561944962 - 0.6747409701 - 0.6435011029 - 0.6747409701 - 0.0000000000 - 0.0000000000 - -0.5816534758 - -0.5816534758 - -0.7044940591 - -0.7044940591 - -1.9614033699 - -1.9614033699 - -1.7359449863 - -1.7359449863 - 0.8488051295 - 0.8488051295 - -0.3097029328 - -0.3097029328 - 1.3945616484 - 1.3945616484 - 2.5269296169 - 2.5269296169 - -0.6267428994 - -0.6267428994 - -0.3176353574 - -0.3176353574 - -1.0578613281 - -1.0578613281 - 0.9483246207 - 0.9483246207 - 2.3770248890 - 2.3877630234 - 2.3770248890 - -1.4108831882 - -1.4108831882 - 2.9849908352 - 2.9849908352 - 2.5506746769 - 2.3723220825 - 2.3723220825 - 2.2640194893 - 2.3254349232 - 2.3254349232 - 2.2162697315 - 2.2162697315 - 2.2083451748 - 2.2083451748 - 2.2162697315 - 2.2083451748 - -0.4844779372 - -0.4844779372 - 1.0379524231 - 1.0379524231 - 0.3827435076 - 0.3827435076 - 1.5413930416 - 1.5413930416 - 0.9031307101 - 0.9031307101 - 0.9031307101 - 0.6979027987 - 0.6979027987 - -3.1211872101 - -3.1211872101 - 1.4529242516 - 1.4529242516 - 2.4416997433 - 2.4416997433 - -2.7149651051 - -2.7149651051 - 1.8667223454 - 1.8667223454 - -2.0014889240 - -2.0014889240 - 2.7886023521 - 1.9646649361 - 1.9646649361 - 2.4946959019 - 2.4946959019 - -0.6304014325 - -0.6304014325 - 2.1763410568 - 2.1763410568 - -1.8998460770 - -1.8998460770 - 2.3561944962 - -0.3663944006 - -0.3663944006 - -0.3562196493 - 2.4026725292 - 2.4026725292 - -0.2662520409 - -0.2662520409 - 2.6381933689 - 2.6381933689 - 2.4948341846 - 2.4948341846 - 2.1892242432 - 2.1892242432 - 2.2640194893 - 2.3723220825 - 2.2640194893 - 2.2242226601 - 2.2242226601 - 1.5707963705 - 1.5707963705 - 2.5909171104 - 2.5909171104 - -0.7853981853 - -0.7853981853 - 1.9363145828 - 1.9363145828 - -0.5528412461 - -0.5528412461 - 1.1731683016 - 1.5160565376 - 1.5160565376 - 1.3258177042 - 1.3258177042 - 1.3215441704 - 2.0422563553 - 0.7853981853 - 0.7853981853 - 0.6463022232 - 0.6463022232 - -2.7149651051 - -2.7149651051 - -2.7928216457 - 0.5538544059 - 0.5538544059 - 2.8198421001 - 2.8198421001 - 2.8144946098 - 2.8144946098 - 2.8198421001 - 2.8144946098 - 0.1338109821 - 0.1338109821 - -0.5104883313 - -0.5104883313 - 2.0041501522 - 2.0041501522 - 2.2794225216 - 2.6325218678 - 2.6325218678 - 2.0576956272 - 2.0576956272 - 0.2449786663 - 0.2449786663 - 1.2698761225 - 1.2698761225 - -0.3562196493 - -0.3663944006 - -0.3562196493 - -2.2381024361 - -2.2381024361 - -0.7229793668 - -0.7229793668 - 0.3217505515 - 0.3217505515 - 0.3328202069 - -0.7754974961 - -0.7754974961 - 3.0309355259 - 3.0309355259 - 2.4001913071 - -2.2981951237 - 2.4001913071 - 0.9745971560 - 0.9745971560 - 0.3299470842 - 0.3299470842 - 2.2386288643 - 2.2386288643 - 1.5405025482 - 1.5405025482 - 0.9994588494 - 0.9994588494 - 1.3684747219 - 1.3684747219 - -2.7928216457 - -2.7149651051 - -2.7928216457 - 1.4801363945 - 1.4801363945 - -0.4506613314 - -0.4506613314 - 1.8817945719 - -0.3784273863 - 2.0443937778 - 1.8817945719 - 2.2327380180 - 2.2327380180 - 2.3561944962 - 2.3561944962 - 1.5063694715 - 1.5063694715 - 1.7359449863 - 2.4136025906 - 2.4136025906 - -2.3132760525 - -2.3132760525 - -0.7188299894 - -0.7188299894 - -0.7568345070 - -0.7568345070 - 0.3328202069 - 0.3217505515 - 0.3328202069 - -2.0863454342 - -2.0863454342 - 0.9097531438 - 0.9097531438 - 0.9060218334 - 0.2150148749 - 0.2150148749 - 1.0650050640 - 1.0650050640 - -2.2348425388 - -2.2348425388 - 3.0689930916 - 3.0689930916 - 2.3688521385 - 2.3688521385 - 2.5506746769 - 2.9849908352 - 2.5506746769 - -2.7445132732 - -2.7445132732 - -0.0969176292 - -0.0969176292 - 2.7233684063 - 2.7233684063 - 1.3215441704 - 1.3258177042 - 1.3215441704 - 2.0422563553 - -0.5729661584 - -0.5729661584 - 0.8029402494 - 0.8029402494 - -2.2035450935 - -2.2035450935 - 2.6992185116 - 2.6992185116 - 2.6951107979 - 2.6951107979 - 2.6992185116 - 2.6951107979 - -0.1037923396 - -0.1037923396 - 0.0181798153 - 0.0181798153 - 2.5796711445 - 2.5796711445 - 1.1801892519 - 1.1801892519 - 1.7359449863 - 1.5063694715 - 1.7359449863 - 0.9060218334 - 0.9097531438 - 0.9060218334 - 0.4048917890 - 0.4048917890 - -2.0607535839 - -2.0607535839 - -0.3947911263 - -0.3947911263 - -2.1910457611 - -2.1910457611 - -0.3843748271 - -0.3843748271 - -2.6607053280 - -2.6607053280 - 0.3376222253 - 0.3376222253 - 1.1731683016 - -0.5528412461 - 1.1731683016 - 1.9447382689 - 1.9447382689 - 2.0422563553 - 1.3258177042 - 1.3215441704 - 2.0422563553 - 0.6372381449 - 0.6372381449 - 0.6306812763 - 0.6306812763 - 2.6779451370 - 2.6779451370 - 2.6658973694 - 0.8593372107 - 2.6658973694 - 2.6779451370 - 2.6658973694 - 0.8593372107 - 2.5934691429 - 2.5934691429 - 0.3805063665 - 0.3805063665 - 2.9191453457 - 2.9191453457 - 1.9756880999 - 2.4650065899 - 2.3365890980 - 2.3365890980 - 2.2794225216 - 2.0041501522 - 2.2794225216 - 2.6422460079 - 2.6422460079 - 0.6397697926 - 0.6397697926 - 2.3855977058 - 2.3855977058 - 2.3706862926 - -0.4444192052 - -0.4444192052 - 0.7378150821 - 0.7378150821 - 1.7582254410 - 1.7582254410 - 1.9124118090 - 1.9124118090 - 1.5852880478 - 1.5852880478 - 1.1071487665 - 1.1071487665 - 0.8261918426 - 0.3671738207 - 0.3671738207 - 0.2516899705 - 0.2516899705 - 0.8593372107 - 2.6779451370 - 2.6658973694 - 0.8593372107 - 2.3864881992 - 2.3864881992 - -0.0434508957 - -0.0434508957 - 2.4514467716 - 2.4514467716 - 2.9361972809 - 2.9361972809 - -0.3784273863 - -0.3784273863 - 2.0443937778 - 1.8817945719 - 2.0443937778 - -0.3784273863 - 2.0443937778 - 1.8817945719 - 2.2694561481 - 2.2694561481 - -0.0204053298 - 2.6779451370 - 2.6779451370 - 2.2058229446 - 2.2058229446 - -2.3272171021 - -2.3272171021 - 1.2698761225 - 1.2698761225 - 1.4085974693 - 1.4085974693 - 2.0117206573 - 2.0117206573 - -1.3045443296 - -1.3045443296 - 0.4388593137 - 0.4388593137 - 2.3706862926 - 2.3855977058 - 2.3706862926 - 1.3784006834 - 1.3784006834 - 1.8608832359 - 1.8608832359 - 1.1525720358 - 0.9296875596 - 0.9296875596 - 1.8867665529 - 1.8867665529 - 1.3318598270 - 1.3318598270 - -0.1206236705 - -0.1206236705 - 0.8261918426 - 1.1071487665 - 0.8261918426 - 1.5886515379 - 1.5886515379 - 0.7853981853 - 0.7853981853 - 0.3887877464 - 0.3887877464 - 0.3846047223 - 0.3846047223 - 0.3887877464 - 0.3846047223 - 2.7996428013 - 2.7996428013 - 2.9996955395 - 2.9996955395 - 2.8753407001 - 2.8753407001 - -0.1194289252 - -0.1194289252 - 1.9756880999 - 2.9191453457 - 1.9756880999 - 2.4650065899 - 2.5646595955 - 2.5646595955 - -0.0204053298 - 2.2694561481 - -0.0204053298 - 1.7273981571 - 1.7273981571 - 2.3937706947 - 2.3937706947 - 2.6434760094 - 2.6434760094 - -1.8306107521 - -1.8306107521 - -0.2449786663 - -0.2449786663 - 2.0552742481 - 2.0552742481 - 1.1525720358 - 1.8608832359 - 1.1525720358 - 2.7024800777 - 2.7024800777 - -0.5763752460 - -0.5763752460 - 2.1437625885 - 2.1437625885 - 1.1210367680 - 1.1210367680 - 1.3045443296 - 1.3045443296 - 0.6177557111 - 0.6177557111 - 0.7109093666 - 0.0704713464 - 0.0704713464 - 2.8632929325 - 2.8632929325 - -0.9186249375 - -0.9186249375 - 1.9860236645 - 1.9860236645 - 2.4134566784 - 2.4134566784 - 2.4650065899 - 2.9191453457 - 1.9756880999 - 2.4650065899 - 2.6146495342 - 2.6146495342 - 1.9715898037 - 1.9715898037 - 2.4980914593 - 2.4980914593 - -2.7233684063 - -2.7233684063 - 1.3376165628 - 1.3376165628 - -2.2228441238 - -2.2228441238 - -2.2160155773 - -2.2160155773 - -2.2228441238 - -2.2160155773 - 2.2767162323 - 2.2767162323 - 1.1383885145 - 1.1383885145 - 1.7415314913 - 1.7415314913 - 1.7434778214 - 1.7434778214 - 2.1781015396 - 2.1781015396 - 0.9894161224 - 0.9894161224 - 1.0779598951 - 1.0779598951 - 1.0636978149 - 1.0636978149 - 1.0779598951 - 1.0636978149 - 0.7109093666 - 0.6177557111 - 0.7109093666 - 1.0222469568 - 1.0222469568 - -2.9385473728 - -2.9385473728 - 1.3617733717 - 1.3617733717 - 1.1715755463 - 1.7158380747 - 1.7158380747 - 2.4858970642 - 2.4858970642 - 2.4026725292 - 2.4011080265 - 2.4016177654 - 2.4026725292 - -0.8379812241 - -0.8379812241 - -2.2730531693 - -2.2730531693 - 2.8842689991 - 2.8842689991 - 0.5702379942 - 0.5702379942 - 2.8198421001 - 2.8198421001 - -2.4255275726 - -2.4255275726 - -2.1751017570 - -2.1751017570 - 0.7853981853 - 0.7853981853 - -2.7233684063 - -2.7233684063 - 1.8157750368 - 1.8157750368 - 1.8444555998 - 0.3162861168 - 1.8444555998 - -2.1175851822 - -2.1175851822 - 0.2709468603 - 0.2709468603 - 0.2880554497 - -1.6233793497 - -1.6233793497 - 1.0254344940 - 1.0254344940 - 0.6132073402 - 0.6132073402 - 1.3134726286 - 1.3134726286 - 0.7515128255 - 0.7515128255 - 2.8966140747 - 2.8966140747 - 2.2160155773 - 2.5030584335 - 2.2160155773 - 2.2108845711 - 2.2489156723 - 2.2489156723 - 2.0145790577 - 2.0145790577 - -0.2449786663 - -0.2449786663 - 1.1715755463 - 1.3617733717 - 1.1715755463 - 1.8692952394 - 1.8692952394 - 2.1874444485 - -2.2655346394 - -2.2655346394 - 1.0460005999 - 1.0460005999 - 1.1493771076 - 1.1493771076 - -2.0085875988 - -2.0085875988 - 0.2799498141 - 0.2799498141 - 0.1549967378 - 0.1549967378 - 1.2455614805 - 1.2455614805 - 0.9272952080 - 0.9272952080 - 1.2455614805 - 0.9272952080 - 0.2880554497 - 0.2709468603 - 0.2880554497 - 2.2571048737 - 2.2571048737 - 2.2519228458 - 2.5030584335 - 2.5030584335 - 2.2160155773 - 2.2108845711 - 2.2108845711 - 2.5030584335 - 2.2160155773 - 2.2108845711 - 2.4891631603 - 2.4891631603 - -3.0633215904 - -3.0633215904 - 2.3480646610 - 2.3480646610 - -2.3765997887 - -2.3765997887 - 2.2318394184 - 2.2318394184 - 0.2525542676 - 0.2525542676 - 2.3956477642 - 2.3956477642 - 2.3892948627 - 2.3892948627 - 2.3956477642 - 2.3892948627 - 2.4668517113 - 2.4668517113 - 2.4016177654 - 2.4011080265 - 2.4016177654 - 2.4026725292 - -0.7531512976 - -0.7531512976 - -0.7853981853 - -0.7853981853 - 2.3888626099 - 2.3888626099 - 2.9000270367 - 0.0277706366 - 2.9000270367 - 2.8966140747 - 2.8966140747 - 0.0277706366 - 2.9000270367 - 2.8966140747 - -2.4943809509 - -2.4943809509 - -2.5018229485 - 1.8608832359 - 1.8608832359 - 1.8568477631 - 1.4751981497 - 1.4751981497 - 0.7140907049 - 0.7140907049 - 1.8457062244 - 0.8843109608 - 0.8843109608 - 0.9459100962 - 0.9459100962 - 2.2519228458 - 2.2571048737 - 2.2519228458 - 2.4329664707 - 2.4329664707 - 2.1587989330 - 2.1587989330 - 1.9797041416 - 1.9797041416 - -2.6476511955 - -2.6476511955 - 1.8811837435 - 1.8811837435 - 2.5677068233 - 2.5677068233 - -0.8329812884 - -0.8329812884 - -0.8379812241 - -0.8379812241 - 2.3961732388 - -0.8253768682 - 2.3961732388 - 2.4011080265 - 2.4011080265 - 2.4016177654 - 2.4026725292 - -0.1721908152 - -0.1721908152 - 0.7944069505 - 0.7944069505 - 2.2924511433 - 2.2924511433 - 0.0499583967 - 0.0499583967 - 0.4875951111 - 0.4875951111 - 0.4993467331 - -2.5018229485 - -2.4943809509 - -2.5018229485 - 1.8568477631 - 1.8608832359 - 1.8568477631 - -0.9256477952 - -0.9256477952 - 1.3068325520 - 1.3068325520 - 1.3101938963 - 0.3162861168 - 0.3162861168 - 1.8444555998 - -1.9247937202 - -1.9247937202 - 2.0974235535 - 2.3731420040 - 2.3731420040 - 2.3674299717 - 1.9204034805 - 1.9204034805 - 2.1874444485 - 0.2924429774 - 1.8692952394 - 2.1874444485 - 1.6872878075 - 2.4072449207 - 2.4072449207 - 2.2326440811 - 2.2326440811 - -0.8253768682 - -0.8253768682 - 2.3961732388 - 1.7921108007 - 1.7921108007 - 0.1866893321 - 0.1866893321 - 0.0277706366 - 0.0277706366 - 2.9000270367 - 2.8966140747 - -0.2110933363 - -0.2110933363 - 0.3671738207 - 0.3671738207 - 0.4993467331 - 0.4875951111 - 0.4993467331 - 1.6364911795 - 0.6350267529 - 0.6350267529 - 1.8457062244 - 0.7140907049 - 1.8457062244 - 1.5199925900 - 1.5374753475 - 1.5199925900 - 1.3101938963 - 1.3068325520 - 1.3101938963 - 1.3567355871 - 1.3567355871 - 0.8641821146 - 0.8641821146 - 0.6337926984 - 0.6337926984 - 1.1828963757 - 1.1828963757 - -2.2142975330 - -2.2142975330 - -2.1156601906 - -2.1156601906 - 2.3674299717 - 2.3731420040 - 2.3674299717 - -3.1252007484 - -3.1252007484 - 1.9797041416 - 1.8055189848 - 1.9797041416 - 2.4072449207 - 0.2924429774 - 2.1874444485 - 1.6872878075 - 2.4072449207 - 2.4072449207 - -0.9034901857 - -0.9034901857 - 2.6954870224 - 2.6954870224 - 2.6224465370 - 2.6224465370 - 0.9641911983 - 0.9641911983 - 0.5083106160 - 0.5083106160 - 2.6143054962 - 2.6143054962 - 2.4572978020 - 2.4572978020 - -0.1923955977 - -0.1923955977 - 1.5374753475 - 1.5374753475 - 1.5199925900 - 1.1071487665 - 1.1071487665 - 1.0851742029 - 1.0851742029 - 1.1071487665 - 1.0851742029 - 3.0638277531 - 3.0638277531 - 1.5595608950 - 1.5595608950 - 2.1137473583 - 2.1137473583 - 0.5467888117 - 0.5467888117 - 0.8288490772 - 0.8288490772 - 0.7853981853 - 0.7853981853 - 1.0011643171 - 1.0011643171 - 2.8801138401 - 2.8801138401 - 2.8765497208 - 2.8765497208 - 2.8801138401 - 2.8765497208 - 1.8055189848 - 1.8055189848 - 1.9797041416 - 2.3339760303 - 2.6245605946 - 2.6245605946 - -0.1093185320 - -0.1093185320 - 0.2924429774 - 1.0976703167 - 0.2924429774 - 2.1874444485 - 1.6872878075 - 2.4072449207 - 2.4072449207 - 1.6872878075 - 1.0976703167 - 0.2924429774 - 2.1874444485 - 1.6872878075 - 2.4072449207 - 2.4072449207 - 2.4072449207 - 0.2924429774 - 2.1874444485 - 1.6872878075 - 2.4072449207 - 2.4072449207 - -2.1587989330 - -2.1587989330 - 0.8704637289 - 0.8704637289 - -1.0149254799 - -1.0149254799 - -2.0778949261 - -2.0778949261 - 2.6779451370 - 2.6779451370 - 2.6599290371 - 1.2490457296 - 1.2490457296 - 1.1902899742 - 1.1902899742 - 1.2490457296 - 1.1902899742 - 2.0974235535 - -1.9247937202 - 2.0974235535 - 0.5543075204 - 0.5543075204 - 0.9869259596 - 0.9869259596 - 0.6071848869 - 0.6071848869 - 0.7257674336 - 0.7257674336 - -2.8406724930 - -2.8406724930 - -2.3510131836 - -2.3510131836 - 2.1030058861 - 2.1030058861 - -3.1045725346 - -3.0676536560 - -3.1045725346 - 3.1415927410 - 3.1058936119 - 3.0727362633 - 3.1058936119 - 3.0702850819 - 2.3286786079 - 2.3286786079 - 2.5308666229 - 2.5308666229 - -2.0111923218 - -2.0111923218 - 1.0516501665 - 1.0516501665 - 0.9880568385 - 0.9880568385 - 1.6364911795 - 0.4993467331 - 1.6364911795 - 1.6233793497 - 1.6233793497 - 1.6364911795 - 1.6233793497 - 1.1866269112 - 1.1866269112 - 1.1938871145 - 2.6599290371 - 2.6779451370 - 2.6599290371 - 0.9770466685 - 0.9770466685 - 3.1415927410 - -3.0676536560 - -3.1045725346 - 3.1415927410 - 3.0727362633 - 3.0727362633 - 3.0385110378 - 3.1058936119 - 3.0702850819 - 3.0702850819 - 3.0727362633 - 3.0385110378 - 3.1058936119 - 3.0702850819 - 2.4607837200 - 2.4607837200 - 0.0688564926 - 0.0688564926 - 2.2554135323 - 2.2554135323 - 1.0976703167 - 2.3259007931 - 1.0976703167 - 0.2924429774 - 1.6872878075 - -0.8379812241 - -0.8379812241 - 2.4558632374 - 2.4558632374 - 2.4558632374 - 1.1938871145 - 1.1866269112 - 1.1938871145 - 1.5374753475 - 1.5374753475 - 1.1777383089 - 1.5374753475 - 1.5374753475 - 1.6433957815 - 1.6433957815 - 1.2490457296 - 1.2490457296 - 0.7617805004 - 0.7617805004 - -2.1740262508 - -2.1740262508 - 2.2794225216 - 2.2794225216 - -3.0676536560 - -3.0676536560 - -3.1045725346 - 3.1415927410 - 3.0385110378 - 3.0727362633 - 3.0385110378 - 3.0702850819 - 2.3339760303 - 1.8055189848 - 2.3339760303 - 2.2777044773 - 2.2777044773 - 2.1359457970 - 2.1359457970 - 1.3403939009 - 1.3403939009 - 1.8575416803 - 2.4468543530 - 2.4468543530 - 2.4468543530 - 2.4468543530 - 0.4118072987 - 0.4118072987 - 0.5041659474 - 0.5041659474 - -0.0428309329 - -0.0428309329 - -0.0281615667 - -2.7468016148 - -2.7468016148 - 1.8086322546 - 1.8086322546 - 1.4341531992 - 1.4341531992 - 1.4219063520 - 1.4219063520 - 1.4341531992 - 1.4219063520 - 1.5308176279 - 1.5308176279 - 2.2964365482 - 2.2964365482 - 0.8960554004 - 0.8960554004 - 2.0940747261 - 2.0940747261 - -1.6058696508 - -1.6058696508 - 1.4481276274 - 1.4481276274 - 2.4468543530 - 2.4468543530 - 2.4468543530 - 2.4468543530 - -0.8092032075 - -0.8092032075 - 2.4468543530 - 2.4468543530 - 2.4468543530 - 2.4468543530 - 0.5155490041 - 0.5155490041 - -0.0281615667 - -0.0428309329 - -0.0281615667 - -0.9922721386 - -0.9922721386 - 2.4370985031 - 2.4370985031 - -0.3302973509 - -0.3302973509 - 0.7311877608 - 0.7311877608 - 0.8253768682 - 0.8253768682 - -2.3224992752 - -2.3224992752 - 2.3473451138 - 2.3473451138 - 1.9635570049 - 1.9635570049 - 1.9585665464 - 2.3259007931 - 2.3259007931 - 1.0976703167 - 2.4149503708 - 2.4149503708 - 2.4186131954 - 2.4186131954 - 2.4558632374 - 2.4558632374 - 2.4558632374 - 1.7894653082 - 1.7894653082 - 1.1309537888 - 1.1309537888 - 2.8318896294 - 2.8318896294 - 3.0907888412 - 3.0907888412 - 0.4081490934 - 0.4081490934 - -2.6779451370 - -2.6779451370 - 2.2950463295 - 2.2950463295 - -2.5308666229 - -2.5308666229 - 2.7636244297 - 2.7636244297 - 2.8724250793 - 2.1806023121 - 2.8724250793 - 1.1777383089 - 1.5374753475 - 1.1777383089 - 1.4792164564 - 1.4792164564 - 1.4691075087 - 1.4691075087 - 1.4792164564 - 1.4691075087 - 0.8441540003 - 0.8441540003 - 1.0659348965 - 1.0723369122 - 1.0659348965 - 1.0053124428 - 1.0053124428 - 0.5252435803 - 0.5252435803 - 0.9753864408 - 0.9753864408 - 0.6619416475 - 0.6619416475 - 2.2811908722 - 2.2811908722 - 1.9585665464 - 1.9635570049 - 1.9585665464 - 2.0191390514 - 2.0191390514 - 0.8288490772 - 0.8288490772 - 1.8575416803 - 1.3403939009 - 1.8575416803 - 2.4511461258 - 2.4511461258 - 2.4511461258 - 2.4511461258 - 2.4511461258 - 2.4292349815 - 2.4292349815 - 2.4511461258 - 2.4511461258 - 2.4292349815 - -1.0101093054 - -1.0101093054 - -1.6487629414 - -1.6487629414 - -1.6499954462 - -2.3616588116 - -2.3616588116 - 0.5123894811 - 0.5123894811 - 2.7928216457 - 2.7928216457 - 0.9162255526 - 0.9162255526 - 1.0723369122 - 1.0723369122 - 1.1432155371 - 1.0659348965 - 1.3215441704 - 1.3215441704 - 0.1488899440 - 0.1488899440 - -0.7706933618 - -0.7706933618 - 0.2355449796 - 0.2355449796 - 2.6301727295 - 2.6301727295 - 2.3561944962 - 2.3561944962 - 2.4468543530 - 2.4468543530 - -1.6499954462 - -1.6487629414 - -1.6499954462 - 0.8868451118 - 0.8868451118 - -2.6476511955 - -2.6476511955 - -2.7049655914 - -2.7049655914 - -2.5702552795 - -2.5702552795 - -2.5647940636 - -2.5647940636 - -2.5702552795 - -2.5647940636 - 1.3033854961 - 1.3033854961 - 2.1806023121 - 2.1806023121 - 2.8724250793 - 1.2453004122 - 1.2453004122 - 0.8473876119 - 0.8473876119 - 0.1325515360 - 0.1325515360 - 1.1112809181 - 0.9928944111 - 1.1112809181 - 0.8431850076 - 0.8431850076 - 2.4275019169 - 2.4275019169 - 2.3561944962 - 2.3561944962 - 2.3774678707 - 2.3774678707 - 3.1215953827 - 3.1215953827 - -3.1219873428 - 2.6918330193 - 2.6918330193 - -2.8993840218 - -2.8993840218 - -2.8966140747 - -2.8966140747 - -2.8993840218 - -2.8966140747 - 1.1902899742 - 1.1902899742 - 1.1296168566 - 1.1296168566 - 2.4837040901 - 2.4837040901 - 3.0244839191 - 3.0244839191 - 1.1013684273 - 1.1013684273 - 0.5485494137 - 0.5485494137 - 0.5585992932 - 0.5424315929 - 0.5424315929 - 0.5485494137 - 0.5585992932 - 0.5424315929 - 1.0990188122 - 1.0990188122 - 2.3042182922 - 2.3042182922 - -2.9808299541 - -2.9808299541 - -0.8960554004 - -0.8960554004 - 2.4393358231 - 2.4393358231 - 2.4511461258 - 2.4511461258 - 2.4511461258 - 2.4292349815 - -3.1219873428 - 3.1215953827 - -3.1219873428 - 2.0344438553 - 2.0344438553 - 2.0183162689 - 2.0183162689 - 2.0344438553 - 2.0183162689 - 0.3217505515 - 0.3217505515 - -0.3587706685 - -0.3587706685 - -2.1086318493 - -2.1086318493 - 3.0575802326 - 3.0575802326 - 1.7829400301 - 1.7829400301 - 1.1432155371 - 1.0723369122 - 1.1432155371 - 1.8969521523 - 1.8969521523 - 0.5585992932 - 0.5485494137 - 0.5585992932 - 0.5424315929 - 0.6889243722 - 0.6889243722 - -2.0409798622 - -2.0409798622 - 2.0344438553 - 2.0344438553 - 2.4360244274 - 2.4360244274 - -0.8519663215 - -0.8519663215 - 2.5535900593 - 2.5535900593 - 1.9601130486 - 1.9601130486 - 2.0464916229 - 2.0464916229 - 1.0349850655 - 1.0349850655 - -2.7886023521 - -2.7886023521 - 1.7950310707 - 1.7950310707 - 1.7782925367 - 1.7782925367 - 1.7950310707 - 1.7782925367 - 2.4952905178 - 2.4952905178 - 2.0539219379 - 1.0808390379 - 1.0808390379 - -1.1978086233 - -1.1978086233 - -1.1902899742 - -0.3442186713 - -0.3442186713 - 0.7853981853 - 0.7853981853 - -0.9304398894 - -0.9304398894 - 1.1279790401 - 1.1279790401 - 0.9928944111 - 0.9928944111 - 1.1112809181 - -2.4342961311 - -2.4342961311 - -0.2914567888 - -0.2914567888 - -0.9428150654 - -0.9428150654 - 1.2679114342 - 1.2679114342 - -0.2096398473 - -0.2096398473 - -0.1891990155 - 0.8210972548 - 0.8210972548 - 2.6909313202 - 2.6909313202 - 2.4329664707 - 2.4329664707 - -1.1414489746 - -1.1414489746 - -1.9931830168 - -1.9931830168 - 1.9368528128 - 1.9368528128 - -2.8430936337 - -2.8430936337 - 0.5880026221 - 0.5880026221 - 2.4875099659 - 2.4875099659 - 2.4805495739 - -2.6779451370 - -2.6779451370 - 2.0922307968 - 2.0922307968 - -2.4733033180 - -2.4733033180 - 2.0195195675 - 2.0195195675 - -1.1902899742 - -1.1978086233 - -1.1902899742 - -1.2021003962 - 1.0121970177 - 1.0121970177 - 0.9827937484 - 0.9827937484 - 0.7990959287 - 0.7990959287 - -2.8198421001 - -2.8198421001 - -0.5404195189 - -0.5404195189 - -2.3450839520 - -2.3450839520 - -0.1891990155 - -0.2096398473 - -0.1891990155 - -2.3914740086 - -2.3914740086 - -0.6682894230 - -0.6682894230 - -0.6350267529 - -0.6682894230 - 2.4805495739 - 2.4875099659 - 2.4805495739 - 1.8821666241 - 1.8821666241 - 0.4636476040 - 0.4636476040 - 2.7083923817 - 2.7083923817 - -3.0111894608 - -3.0111894608 - -3.0273382664 - 2.4598219395 - 2.4598219395 - 2.8119683266 - 2.8119683266 - 2.1189198494 - 2.1189198494 - -2.3619086742 - -2.3619086742 - -0.6350267529 - -0.6682894230 - -0.6350267529 - -0.6610431671 - -0.6682894230 - -2.2805812359 - -2.2805812359 - 2.0539219379 - 2.4952905178 - 2.0539219379 - -1.2021003962 - -1.1902899742 - -1.2021003962 - -1.3310532570 - 2.8095331192 - 2.8095331192 - -0.6857295036 - -0.6857295036 - -0.4366271496 - -0.4366271496 - -3.0273382664 - -3.0111894608 - -3.0273382664 - -1.6648575068 - -1.6648575068 - -2.7610862255 - -2.9617390633 - -2.7610862255 - -2.8501358032 - -0.9578612447 - -0.9578612447 - -0.6682894230 - -0.6682894230 - -0.6350267529 - -0.6682894230 - 2.6779451370 - 2.6779451370 - 1.8580777645 - 1.8580777645 - 1.8475944996 - 1.8446383476 - 1.8341939449 - 1.8236904144 - 1.8475944996 - 1.8580777645 - 1.8475944996 - 1.8446383476 - 1.8341939449 - 1.8236904144 - 2.6456980705 - 2.6456980705 - 0.0222185645 - 0.0222185645 - 0.0217357073 - 0.0217357073 - 0.0222185645 - 0.0217357073 - 2.2822554111 - 2.2822554111 - -2.8501358032 - -2.7610862255 - -2.8501358032 - -0.6696389318 - -0.6696389318 - -0.6610431671 - -0.6350267529 - -0.6610431671 - -0.6610431671 - -0.6610431671 - 1.3457580805 - 1.3457580805 - 2.8300459385 - 2.8300459385 - 2.8250234127 - 2.8250234127 - 2.8300459385 - 2.8250234127 - -1.1824775934 - -1.1824775934 - -1.7572832108 - -1.7572832108 - -1.4601391554 - -1.4601391554 - 1.8446383476 - 1.8580777645 - 1.8475944996 - 1.8446383476 - 1.8341939449 - 1.8236904144 - 1.8341939449 - 1.8580777645 - 1.8475944996 - 1.8446383476 - 1.8341939449 - 1.8236904144 - 1.8236904144 - 1.8580777645 - 1.8475944996 - 1.8446383476 - 1.8341939449 - 1.8236904144 - -1.7234456539 - -1.7234456539 - 1.0934509039 - 1.0934509039 - 0.7032306194 - 0.7032306194 - 0.3635268807 - 0.3635268807 - 2.2960262299 - 2.2960262299 - -3.0945684910 - -3.0945684910 - -3.1063132286 - -2.9617390633 - -2.9617390633 - -2.7610862255 - -0.4971079230 - -0.4971079230 - 2.8555412292 - 2.8555412292 - 1.2981865406 - 1.2981865406 - 1.3009471893 - 2.1507990360 - 2.1507990360 - 0.1549967378 - 0.1549967378 - 0.1325515360 - 0.1325515360 - 0.1243549958 - 0.1243549958 - 0.1853479445 - -1.3310532570 - -1.2021003962 - -1.3310532570 - -1.3258177042 - -1.3045443296 - 1.9428640604 - 1.9428640604 - -3.1063132286 - -3.0945684910 - -3.1063132286 - 2.6197583675 - 2.6197583675 - 2.6087486744 - 2.6087486744 - 2.6197583675 - 2.6087486744 - -3.0990650654 - -3.0990650654 - -2.1781015396 - -2.1781015396 - -2.1665809155 - -2.1665809155 - -2.1781015396 - -2.1665809155 - 2.0111923218 - 2.0111923218 - -0.9151006937 - -0.9151006937 - 2.6087486744 - 2.6087486744 - 1.5187599659 - 1.5187599659 - -0.6528466344 - -0.6528466344 - -0.6610431671 - -0.6610431671 - -0.6610431671 - -0.6610431671 - 2.1255886555 - 2.1255886555 - 1.3009471893 - 1.2981865406 - 1.3009471893 - -2.8059542179 - -2.8059542179 - -2.7985687256 - -2.7985687256 - -2.8059542179 - -2.7985687256 - 0.1853479445 - 0.1243549958 - 0.1853479445 - -1.3258177042 - -1.3310532570 - -1.3258177042 - -1.3045443296 - -1.3045443296 - -1.3310532570 - -1.3258177042 - -1.3045443296 - 1.8337910175 - 1.8337910175 - 2.9965510368 - 2.9965510368 - 2.6422460079 - 2.6422460079 - 2.6292030811 - 2.6292030811 - 2.6422460079 - 2.6292030811 - -0.9135267138 - -0.9135267138 - 1.7798192501 - 1.7798192501 - 2.1735398769 - 2.1735398769 - -0.6805212498 - -0.6805212498 - -0.6610431671 - -0.6610431671 - -0.6610431671 - -0.6610431671 - -0.6610431671 - -1.1743550301 - -1.1743550301 - -0.9097531438 - -0.9097531438 - -1.4994888306 - -1.4994888306 - -1.3426936865 - -1.3426936865 - -0.1711485982 - -0.1711485982 - 2.4037775993 - 2.4037775993 - 2.1265521049 - 2.1265521049 - 3.0172376633 - 3.0172376633 - 3.1415927410 - 3.1415927410 - 0.7177051306 - 0.7177051306 - 0.4439457357 - 0.4439457357 - 2.8724250793 - 2.8724250793 - -1.0663549900 - -1.0663549900 - -1.0278451443 - -1.0278451443 - 0.0000000000 - 0.0000000000 - 1.5273454189 - 1.5273454189 - -0.6823165417 - -0.6823165417 - -0.6640461683 - -0.6640461683 - -0.6640461683 - -0.6747409701 - -0.6747409701 - 0.0312398337 - 0.0312398337 - -1.2490457296 - -1.2490457296 - -0.1243549958 - -0.1243549958 - 2.3117792606 - 2.3117792606 - 0.9078592062 - 0.9078592062 - -2.3722360134 - -2.3722360134 - 0.8152400255 - 0.8152400255 - 3.0584514141 - 3.0584514141 - 1.8821666241 - 1.8821666241 - 2.5585160255 - 2.5585160255 - 2.5940303802 - 2.5940303802 - -0.9272952080 - -0.9272952080 - -0.6823165417 - -0.6823165417 - -0.6747409701 - -0.6747409701 - -0.6578885913 - -0.6578885913 - -0.6696389318 - -0.6696389318 - 1.2698761225 - 1.2698761225 - -2.8150112629 - -2.8150112629 - -3.0356082916 - -3.0356082916 - -0.0713074654 - -0.0713074654 - -0.5832293630 - -0.5832293630 - 2.2066347599 - 2.2066347599 - 0.3671738207 - 0.3671738207 - 0.8803498745 - 0.8803498745 - 2.7261004448 - 2.7261004448 - 0.4918091893 - 0.4918091893 - 1.0121970177 - 1.0121970177 - 0.7229793668 - 0.7229793668 - -2.8357138634 - -2.8357138634 - -2.8916139603 - -2.8916139603 - -1.8717166185 - -1.8717166185 - 1.8809643984 - 1.8809643984 - -0.6889243722 - -0.6889243722 - -0.6640461683 - -0.6640461683 - -0.6640461683 - -0.6610431671 - -0.6610431671 - -0.6610431671 - 0.9484934807 - 0.9484934807 - -0.7328150868 - -0.7328150868 - -0.4783524275 - -0.4783524275 - -0.4708938599 - -1.3465615511 - -1.3465615511 - -0.4636476040 - -0.4636476040 - -0.4461055398 - -0.4282641411 - 1.7607846260 - 1.7607846260 - -0.1272162199 - -0.1272162199 - 0.4136892259 - 0.4136892259 - 0.4339533746 - 1.0206305981 - -0.9342880845 - 1.0206305981 - 0.8718870878 - 0.8718870878 - -2.7149651051 - -2.7430701256 - -2.7149651051 - 0.2504431009 - 0.2504431009 - -0.8379812241 - -0.8379812241 - -0.6747409701 - -0.6747409701 - -1.4903253317 - -1.4903253317 - -0.6747409701 - -0.6747409701 - -0.6570749283 - -1.7539070845 - -1.7539070845 - 2.7509856224 - 2.7509856224 - -1.7126933336 - -1.7126933336 - -0.5467888117 - -0.5467888117 - -0.4461055398 - -0.4636476040 - -0.4461055398 - -0.4282641411 - 0.4339533746 - 0.4136892259 - 0.4339533746 - -0.9342880845 - -0.9342880845 - 1.0206305981 - 0.5856441259 - 0.5856441259 - -2.8318896294 - -2.8318896294 - -3.0035865307 - -3.0035865307 - 2.9040579796 - 2.9040579796 - -2.7430701256 - -2.7430701256 - -2.7149651051 - -1.8925468922 - -1.8925468922 - -1.8969521523 - -2.5300955772 - -2.5300955772 - -0.4290294051 - -0.4290294051 - -0.8441540003 - -0.8441540003 - -0.8323435187 - -0.8323435187 - -0.8259165287 - 2.1862518787 - 2.1862518787 - 3.1415927410 - 3.1415927410 - -0.1831108183 - -0.1831108183 - -0.6570749283 - -0.6747409701 - -0.6570749283 - 0.2186689526 - 0.2186689526 - -0.4708938599 - -0.4783524275 - -0.4708938599 - 0.5123894811 - 0.5123894811 - -0.4282641411 - -0.4636476040 - -0.4461055398 - -0.4282641411 - -1.4133794308 - -1.4133794308 - 0.5954098701 - 0.5954098701 - 2.2142975330 - 2.2142975330 - -2.2883377075 - -2.2883377075 - -1.8969521523 - -1.8925468922 - -1.8969521523 - -0.8478169441 - -0.8478169441 - -0.8259165287 - -0.8323435187 - -0.8259165287 - 2.0191390514 - 2.0243940353 - 2.0191390514 - -1.6396528482 - -1.6396528482 - 0.1171087474 - 0.1171087474 - -1.3547114134 - -1.3547114134 - -0.8045040965 - -0.8045040965 - -2.4582014084 - -2.4582014084 - 2.6837589741 - 2.6837589741 - 1.3397057056 - 1.3397057056 - -0.6202495098 - -0.6202495098 - -1.1790963411 - -1.1790963411 - -0.8519663215 - -0.8519663215 - 2.0243940353 - 2.0243940353 - 2.0191390514 - 1.5220544338 - 1.0303767920 - 1.5220544338 - -2.9617390633 - -2.9617390633 - -0.1418970525 - -0.1418970525 - -0.7711133957 - -0.7711133957 - -2.0481417179 - -2.0481417179 - 3.0584514141 - 3.0584514141 - -1.3734008074 - -1.3734008074 - 2.1206495762 - 2.1206495762 - 2.6301727295 - 2.6301727295 - 2.6224465370 - 2.2685077190 - 2.2685077190 - 2.6191892624 - 2.6191892624 - 0.9248382449 - 0.9248382449 - -1.9237867594 - -1.9237867594 - -0.6823165417 - -0.6823165417 - 1.5940479040 - 1.5940479040 - -0.7260086536 - -0.7260086536 - -2.8022999763 - -2.8022999763 - -2.8286914825 - 0.7942475080 - 0.7942475080 - -1.3909428120 - -1.3909428120 - -1.3909428120 - -1.0899090767 - -1.0899090767 - -0.9660167694 - -0.9660167694 - -1.8304259777 - -1.8304259777 - -1.0592402220 - -0.9137213826 - -0.9137213826 - 2.7515444756 - 2.7515444756 - -1.8538920879 - -1.8538920879 - -1.3633000851 - -1.3633000851 - 3.1152830124 - 3.1152830124 - 0.8408966660 - 0.8408966660 - 2.4329664707 - 2.4329664707 - 1.7809789181 - 1.7809789181 - 2.0552742481 - 2.0552742481 - -2.4502556324 - -2.4502556324 - 2.6224465370 - 2.6301727295 - 2.6224465370 - -1.5707963705 - -1.5707963705 - -0.3805063665 - -0.3805063665 - -2.0160973072 - -2.0160973072 - 0.0751271546 - 0.0867383406 - 0.0751271546 - 0.0858102664 - 1.0303767920 - 1.0303767920 - 1.5220544338 - -2.8286914825 - -2.8022999763 - -2.8286914825 - -0.1586552560 - -0.1586552560 - -0.1194289252 - -1.3473197222 - -1.3473197222 - -1.3909428120 - -1.3909428120 - -1.3909428120 - -0.6998928785 - -0.6998928785 - -0.1243549958 - -0.1243549958 - -0.9048271179 - -0.9048271179 - -0.8960554004 - -0.3734971583 - -0.3734971583 - -1.4237179756 - -1.4237179756 - 0.6235607266 - 0.6235607266 - 2.2362062931 - 2.2362062931 - -2.6011731625 - -2.6011731625 - -2.5912067890 - -2.5912067890 - -2.6011731625 - -2.5912067890 - -0.9137213826 - -0.9137213826 - -2.6658973694 - -2.6658973694 - -2.6532588005 - -2.6532588005 - -2.6658973694 - -2.6532588005 - 0.0867383406 - 0.0867383406 - 0.0751271546 - 0.0858102664 - 0.0858102664 - 0.0867383406 - 0.0751271546 - 0.0858102664 - -0.7621465325 - -0.7621465325 - -3.0090410709 - -3.0090410709 - -3.0750246048 - -2.2592768669 - -2.2592768669 - -0.0562785380 - -0.0562785380 - -0.1194289252 - -0.1586552560 - -0.1194289252 - -2.2974386215 - -2.2974386215 - -0.3958504498 - -0.3958504498 - -0.1030816063 - -0.1030816063 - -0.1257694215 - -1.0592402220 - -1.8304259777 - -1.0592402220 - -0.8960554004 - -0.9048271179 - -0.8960554004 - -1.5019398928 - -1.5019398928 - -0.6620604396 - -0.6620604396 - -0.0519014001 - -0.0519014001 - -0.4560720026 - -0.4560720026 - -0.4335814714 - -0.4335814714 - -0.5404195189 - -0.5404195189 - -0.4089078307 - -0.4089078307 - -2.6711883545 - -2.6711883545 - -2.6847476959 - -0.6889243722 - -0.6889243722 - -1.4959365129 - -1.4959365129 - 0.9803427458 - 0.9803427458 - -2.8822607994 - -2.8822607994 - -2.9014215469 - -3.0750246048 - -3.0090410709 - -3.0750246048 - -3.0548543930 - -3.0548543930 - -3.0981416702 - 1.2649174929 - 1.2649174929 - -1.9853031635 - -1.9853031635 - -2.0005586147 - -0.6141594052 - -0.6141594052 - -0.0680764616 - -0.0680764616 - -1.3734008074 - -1.3734008074 - 1.7894653082 - 1.7894653082 - 2.6256670952 - 2.6256670952 - -2.6847476959 - -2.6711883545 - -2.6847476959 - 2.2518134117 - 2.2518134117 - 2.2817056179 - 2.2817056179 - 2.5360479355 - 2.5360479355 - -0.9880568385 - -0.9880568385 - 0.4808872938 - 0.4808872938 - 1.9949907064 - 1.9949907064 - -2.9014215469 - -2.8822607994 - -2.9014215469 - -0.7974457741 - -0.7974457741 - -2.1486983299 - -2.1486983299 - -3.0451188087 - -3.0451188087 - -3.0981416702 - -3.0548543930 - -3.0981416702 - -3.0548543930 - 1.8417432308 - 1.8417432308 - 1.4108831882 - 1.4108831882 - -2.2142975330 - -2.2142975330 - -2.2348425388 - -1.7011996508 - -1.7011996508 - -2.0005586147 - -1.9853031635 - -2.0005586147 - -1.1659045219 - -1.1659045219 - -1.1574659348 - -1.1574659348 - -1.1659045219 - -1.1574659348 - -1.1659045219 - -1.1659045219 - -1.1574659348 - -1.1659045219 - -0.8398896456 - -0.8398896456 - 1.8490959406 - 1.8490959406 - 2.4532339573 - 2.4532339573 - 0.4214192033 - 0.4214192033 - -2.5398168564 - -2.5398168564 - -1.7245038748 - -1.7245038748 - 2.5036315918 - 2.5036315918 - 2.0712370872 - -1.3780956268 - -1.3975507021 - -1.3780956268 - -1.3734008074 - 0.3217505515 - 0.3217505515 - 0.3341980577 - -1.5532542467 - -1.5532542467 - 1.4288992882 - 1.4288992882 - 0.9538544416 - 0.9538544416 - 1.0067125559 - 1.0067125559 - 1.0158005953 - 3.1415927410 - 3.1415927410 - 0.9691426754 - 0.9691426754 - -2.0386455059 - -2.0386455059 - -2.0429182053 - -2.0302245617 - -2.0344438553 - -2.0302245617 - -2.0386455059 - -2.0429182053 - -2.0302245617 - -2.0344438553 - 2.2051792145 - 2.2051792145 - 2.1053905487 - 2.1053905487 - 2.9889433384 - 2.9889433384 - 0.2924429774 - 0.2924429774 - -2.2348425388 - -2.2142975330 - -2.2348425388 - -1.9756880999 - -1.9756880999 - -0.1243549958 - -0.1243549958 - -0.1257694215 - -0.1030816063 - -0.1257694215 - -0.1144403070 - 2.4868741035 - 2.4868741035 - 2.4805495739 - -0.0312398337 - -0.0312398337 - 3.0584514141 - 3.0584514141 - 3.0584514141 - 3.0584514141 - 3.0584514141 - 3.0584514141 - 0.1269727945 - 0.1269727945 - -0.0688564926 - -0.0688564926 - -1.3597029448 - -0.5404195189 - -0.5404195189 - 2.6201581955 - 2.6201581955 - 1.2490457296 - 1.2490457296 - 1.1549845934 - 1.1549845934 - -1.3975507021 - -1.3975507021 - -1.3780956268 - -1.3734008074 - -1.3734008074 - -1.3975507021 - -1.3780956268 - -1.3734008074 - 0.3341980577 - 0.3217505515 - 0.3341980577 - 2.6706988811 - 2.6706988811 - -1.8157750368 - -1.8157750368 - 1.4181469679 - 1.4181469679 - 2.5535900593 - 2.5535900593 - 2.5535900593 - 2.5535900593 - 1.9028557539 - 1.9028557539 - 1.0158005953 - 1.0067125559 - 1.0158005953 - -2.0429182053 - -2.0386455059 - -2.0429182053 - -2.0302245617 - -2.0344438553 - -2.0344438553 - -2.0386455059 - -2.0429182053 - -2.0302245617 - -2.0344438553 - -2.6066374779 - -2.6066374779 - 3.0309355259 - 3.0309355259 - 2.9764440060 - 2.9694018364 - 2.9694018364 - -2.2557582855 - -2.2557582855 - -0.1355277151 - -0.1355277151 - -0.1243549958 - -0.1243549958 - 3.0750246048 - 3.0750246048 - -2.1777839661 - -2.1777839661 - -0.1144403070 - -1.6865555048 - -0.1257694215 - -0.1144403070 - 2.4805495739 - 2.4868741035 - 2.4805495739 - 3.1112987995 - 3.1112987995 - 3.0535852909 - -0.3478883803 - -0.3478883803 - -0.3514447808 - -0.3514447808 - -0.3478883803 - -0.3514447808 - -1.3808079958 - -1.3808079958 - 2.9584817886 - 2.9584817886 - -1.3808079958 - -1.3597029448 - -1.3597029448 - -1.3597029448 - -1.3597029448 - -1.3597029448 - -1.3597029448 - -1.3597029448 - -1.3597029448 - -1.3597029448 - -2.8322637081 - -2.8322637081 - 2.0712370872 - 2.5036315918 - 2.0712370872 - 2.9037566185 - 2.9037566185 - -1.9163519144 - -1.9163519144 - 3.0158231258 - 3.0158231258 - 1.4903253317 - 1.4903253317 - -0.0319040641 - -0.0319040641 - 2.5337905884 - 2.5337905884 - 1.2120256424 - 1.2120256424 - -1.0146300793 - -1.0146300793 - -2.8520889282 - -2.8520889282 - 3.0702850819 - 3.0702850819 - 3.0702850819 - -0.0475831032 - -0.0475831032 - -3.0548543930 - -3.0981416702 - -3.0548543930 - -3.0548543930 - -3.0981416702 - -2.9047439098 - -2.9047439098 - -1.2793395519 - -1.2793395519 - -2.4076952934 - -2.4076952934 - 0.0996686518 - 0.0996686518 - 0.1325515360 - 0.1325515360 - 2.9764440060 - 3.0309355259 - 2.9764440060 - -0.1194289252 - -0.1194289252 - 3.0535852909 - 3.1112987995 - 3.0535852909 - -0.0356991142 - -0.0356991142 - 0.9067501426 - 0.9067501426 - -1.6648575068 - -1.6648575068 - 2.7707014084 - 2.7707014084 - 2.7468016148 - 0.3846047223 - 0.3846047223 - 0.3964412808 - -1.7561442852 - -1.7561442852 - -0.1035246775 - -0.1035246775 - 2.3932147026 - 2.3932147026 - -1.7908580303 - -1.7908580303 - 2.5415425301 - 2.5415425301 - 3.0961694717 - 3.0961694717 - 3.0940096378 - 3.0940096378 - -0.0515008122 - -0.0515008122 - -3.0522787571 - -3.0522787571 - -3.0419239998 - -3.0419239998 - -3.0750246048 - 0.1325515360 - 0.1325515360 - 0.1076898724 - -0.3652014434 - 0.1076898724 - 0.1106572226 - 0.1106572226 - 0.1325515360 - 0.1325515360 - 0.1418970525 - 0.1418970525 - 0.1418970525 - 0.1418970525 - 0.1418970525 - 0.1418970525 - 2.5583631992 - 2.5583631992 - -0.5795639753 - -0.5795639753 - -0.5667291880 - -0.5536813140 - -0.5404195189 - -2.2794225216 - -2.2794225216 - 3.0378003120 - 3.0378003120 - 3.0791738033 - 3.0804445744 - 3.0601406097 - 3.0791738033 - 3.0378003120 - 3.0791738033 - 3.0804445744 - 3.0601406097 - 3.0804445744 - 3.0378003120 - 3.0791738033 - 3.0804445744 - 3.0601406097 - -1.5422326326 - -1.5422326326 - -1.3460851908 - -1.3460851908 - 2.9927027225 - 2.9927027225 - -0.0637433156 - -0.0637433156 - 2.7468016148 - 2.7707014084 - 2.7468016148 - -1.3597029448 - -0.0688564926 - -1.3597029448 - -1.3597029448 - -1.3597029448 - -1.3597029448 - -1.3597029448 - -1.3597029448 - -1.3597029448 - -1.3597029448 - 0.3964412808 - 0.3846047223 - 0.3964412808 - -1.4625257254 - -1.4625257254 - 2.5378432274 - 2.5378432274 - 1.5850811005 - 1.5850811005 - 3.0845117569 - 3.0845117569 - -2.3906636238 - -2.3906636238 - -2.4227626324 - -0.8960554004 - -0.8960554004 - 3.0702850819 - 3.0702850819 - -3.0555982590 - -3.0555982590 - -3.0648207664 - -3.0648207664 - -3.0548543930 - -3.0548543930 - -3.0548543930 - -3.0981416702 - -3.0981416702 - -3.0750246048 - -3.0419239998 - -3.0750246048 - -3.0750246048 - -2.5236263275 - -2.5236263275 - -1.2178059816 - -0.3652014434 - -0.3652014434 - 0.1076898724 - 0.1973955631 - 0.1973955631 - 3.0433187485 - 3.0433187485 - -0.5667291880 - -0.5795639753 - -0.5667291880 - -0.5536813140 - -0.5404195189 - 0.0906598866 - 0.0906598866 - 2.9764440060 - 2.9764440060 - 3.0267159939 - 3.0267159939 - 3.0601406097 - 3.0378003120 - 3.0791738033 - 3.0804445744 - 3.0601406097 - -1.6865555048 - -1.6994928122 - -1.7010077238 - -1.6865555048 - -0.1144403070 - 0.5162306428 - 0.5162306428 - -1.7975951433 - -1.7975951433 - -0.0554985069 - -0.0554985069 - -1.3808079958 - 2.9584817886 - -1.3808079958 - 2.9897100925 - 2.9897100925 - -1.0636978149 - -1.0636978149 - -1.7078624964 - -1.7078624964 - -2.0451962948 - -2.0451962948 - 2.5337905884 - 2.5337905884 - 2.5337905884 - 2.5431737900 - 2.5431737900 - 1.4164775610 - 1.4164775610 - -2.2142975330 - -2.2142975330 - -1.8717166185 - -1.8717166185 - 2.9996955395 - 2.9996955395 - -2.4227626324 - -2.3906636238 - -2.4227626324 - 3.0702850819 - 3.0702850819 - 3.0702850819 - 3.0702850819 - 3.0702850819 - -2.2550911903 - -2.2550911903 - -3.0981416702 - -3.0548543930 - -3.0548543930 - -3.0981416702 - -3.0981416702 - -2.6066374779 - -2.6066374779 - -3.0584514141 - -3.0584514141 - 0.7925922871 - 0.7925922871 - -1.4410938025 - -1.4410938025 - -2.4087774754 - -2.4087774754 - -2.4960167408 - -2.4960167408 - -2.6779451370 - -2.6779451370 - -0.5536813140 - -0.5795639753 - -0.5667291880 - -0.5536813140 - -0.5404195189 - 0.0356991142 - 0.0356991142 - -2.2881181240 - -2.2881181240 - 2.9441971779 - 2.9441971779 - -0.5070984960 - -0.5070984960 - -2.4549710751 - -2.4549710751 - 2.8966140747 - 2.8966140747 - -1.6994928122 - -1.6994928122 - -1.7010077238 - -1.6865555048 - 3.0367157459 - 3.0367157459 - -0.0263097174 - -0.0263097174 - 0.0000000000 - -0.0172396712 - -0.0172396712 - 2.4952905178 - 2.4952905178 - 2.6864917278 - 2.6864917278 - 2.6779451370 - 2.6779451370 - 2.6864917278 - 2.6779451370 - -1.5098961592 - -1.5098961592 - -3.0045263767 - -3.0045263767 - -1.1071487665 - -1.1071487665 - -2.5602123737 - -2.5602123737 - 2.5337905884 - 2.5337905884 - 2.5337905884 - 2.5337905884 - 2.5337905884 - 2.5337905884 - 2.5337905884 - 3.0309355259 - 3.0309355259 - -2.8966140747 - -2.8966140747 - -2.9361972809 - -0.8921338320 - -0.8921338320 - -3.0329313278 - -3.0329313278 - -3.0981416702 - -3.0548543930 - -3.0981416702 - -3.0981416702 - -3.0090410709 - -3.0090410709 - -3.0509328842 - -3.0509328842 - -0.5404195189 - -0.5795639753 - -0.5667291880 - -0.5536813140 - -0.5404195189 - -2.7999770641 - -2.7999770641 - 0.0927563235 - 0.0927563235 - -0.1942410022 - -0.1942410022 - 3.0284416676 - 3.0284416676 - 3.0284416676 - 3.0172376633 - 3.0172376633 - 3.0284416676 - 3.0284416676 - 3.0284416676 - 3.0172376633 - 3.0172376633 - 3.0172376633 - 3.0172376633 - 3.0284416676 - 3.0172376633 - 3.0172376633 - 3.0172376633 - 0.5844439268 - 0.5844439268 - -0.7504473925 - -0.7504473925 - -0.7597627640 - -0.7597627640 - -0.7544801831 - -0.7086262703 - -0.7086262703 - -0.0407936834 - -0.0407936834 - -0.0730405673 - -0.0730405673 - -0.1171087474 - -0.1171087474 - 3.0633215904 - 3.0633215904 - -0.0831412300 - -0.0831412300 - 1.9809236526 - 1.9809236526 - 1.9655874968 - -1.7010077238 - -1.6994928122 - -1.7010077238 - -1.6865555048 - -2.3145518303 - -2.3145518303 - 0.0000000000 - -0.0263097174 - 0.0000000000 - -1.3078016043 - -1.3078016043 - 2.3713448048 - 2.3713448048 - -1.4791002274 - -1.4791002274 - 0.1537075341 - 0.1537075341 - 0.8431850076 - 0.8431850076 - 2.3318090439 - 2.3318090439 - 2.3191742897 - 2.3074526787 - 2.3191742897 - 2.3318090439 - 2.3191742897 - 2.3074526787 - -2.8198421001 - -2.8198421001 - 0.5585992932 - 0.5585992932 - -1.9004207850 - -1.9004207850 - 2.5453934669 - 2.5453934669 - 2.5415425301 - 2.5415425301 - 1.4711276293 - 1.4711276293 - -2.9361972809 - -2.8966140747 - -2.9361972809 - 0.3985224366 - 0.3985224366 - -1.3734008074 - -1.3734008074 - 0.6649647355 - 0.6649647355 - 0.6719631553 - -0.8584387302 - -0.8584387302 - -0.0713074654 - -0.0713074654 - -0.0713074654 - 0.5493744612 - 0.5493744612 - -2.8263778687 - -2.8263778687 - 0.1526493281 - 0.1526493281 - -3.0750246048 - -3.0771658421 - -3.0750246048 - -3.0750246048 - -1.2178059816 - -2.5236263275 - -1.2178059816 - 0.0949517041 - 0.0949517041 - 0.1418970525 - -0.2551823854 - -0.2551823854 - 3.0172376633 - 3.0284416676 - 3.0284416676 - 3.0172376633 - 3.0172376633 - 3.0172376633 - 3.0172376633 - 3.0284416676 - 3.0284416676 - 3.0172376633 - 3.0172376633 - 3.0172376633 - -2.9699645042 - -2.9699645042 - -0.7544801831 - -0.7597627640 - -0.7544801831 - -1.8157750368 - -1.8157750368 - 2.4887459278 - 2.4887459278 - 0.0000000000 - 0.0000000000 - 2.9441971779 - 2.9441971779 - 2.8809902668 - 1.9655874968 - 1.9809236526 - 1.9655874968 - -0.0525830612 - -0.0525830612 - 0.0767718926 - 0.0767718926 - -0.5088841915 - -0.5088841915 - -0.9272952080 - -0.9272952080 - 2.3561944962 - 2.3561944962 - 2.3074526787 - 2.3318090439 - 2.3191742897 - 2.3074526787 - -1.5291537046 - -1.5291537046 - 1.9756880999 - 1.9756880999 - -0.8266969919 - -0.8266969919 - 0.9151006937 - 0.9151006937 - 2.3864881992 - 2.3864881992 - 2.5378432274 - 2.5378432274 - 0.0845437571 - 0.0845437571 - 1.8290485144 - 1.8290485144 - 0.9950380325 - 0.9950380325 - 1.0029523373 - -1.6506263018 - -1.6506263018 - -1.9928013086 - -1.9928013086 - -2.0096557140 - -2.0096557140 - -1.9928013086 - -2.0096557140 - 0.7576275468 - 0.7576275468 - 3.1415927410 - 3.1415927410 - 3.0750246048 - 0.6719631553 - 0.6649647355 - 0.6719631553 - 0.0000000000 - 0.0000000000 - -3.0702850819 - -3.0702850819 - -3.0172376633 - -3.0172376633 - 0.1418970525 - 0.0949517041 - 0.1418970525 - -0.5434775949 - -0.5434775949 - -2.4558632374 - -2.2027704716 - -2.4558632374 - 3.0172376633 - 0.0302937608 - 3.0172376633 - 0.4266274869 - 0.4266274869 - 0.4223866463 - 0.4223866463 - 0.4266274869 - 0.4223866463 - 3.0890095234 - 3.0890095234 - 3.0367157459 - 3.0648207664 - 3.0648207664 - 3.0090410709 - 3.0090410709 - 2.8809902668 - 2.9441971779 - 2.8809902668 - 2.4685018063 - 2.4685018063 - -0.0407936834 - -0.0407936834 - -0.9357696176 - -0.9357696176 - -1.3258177042 - -1.3258177042 - 0.9983364940 - 0.9983364940 - -2.4668517113 - -2.4668517113 - -0.8029402494 - -0.8029402494 - -0.7853981853 - -0.7853981853 - -0.8029402494 - -0.7853981853 - 2.3818299770 - 2.3818299770 - 2.3794460297 - 2.3794460297 - 2.5337905884 - 2.5337905884 - 2.5337905884 - 2.5337905884 - 2.5337905884 - 2.5337905884 - 2.5308666229 - 2.5308666229 - -2.3228735924 - -2.3228735924 - 1.0029523373 - 0.9950380325 - 1.0029523373 - 3.0961694717 - 3.0961694717 - 3.0509328842 - -0.0713074654 - -0.0713074654 - 0.0000000000 - -0.0713074654 - 0.0000000000 - 2.3474991322 - 2.3474991322 - 2.2881181240 - 2.2881181240 - -0.3442186713 - -0.3442186713 - -0.3841693699 - -0.3841693699 - 0.0302937608 - 0.0302937608 - 3.0172376633 - 3.0367157459 - 3.0890095234 - 3.0367157459 - 2.9996955395 - 2.9996955395 - -1.3258177042 - -1.3258177042 - -2.2794225216 - -2.2794225216 - 0.9853062630 - 0.9853062630 - -0.4306925237 - -0.4306925237 - 2.1112158298 - 2.1112158298 - 2.1015698910 - 2.3561944962 - 2.3561944962 - -2.4420754910 - -1.4981968403 - -1.4981968403 - -1.5526164770 - -2.2142975330 - -2.2142975330 - 2.3884413242 - 2.3884413242 - -0.1999929547 - 0.2927130759 - -0.1999929547 - 0.2889754176 - 0.9064253569 - 0.9064253569 - -1.4587674141 - -1.4587674141 - -2.1995925903 - -2.1995925903 - -2.3232393265 - -2.3232393265 - 3.0509328842 - 3.0961694717 - 3.0509328842 - 3.0466408730 - 3.0466408730 - 3.0750246048 - 3.1415927410 - 3.0750246048 - -0.7242500186 - -0.7242500186 - -0.0570807829 - -0.0570807829 - -3.0771658421 - -3.0771658421 - -3.0750246048 - -0.9783689976 - -0.9783689976 - 0.0996686518 - 0.0996686518 - 0.1325515360 - 0.0906598866 - 0.0906598866 - -1.6714649200 - -1.6714649200 - 0.1056655794 - 0.1056655794 - -2.2027704716 - -2.2027704716 - 1.4585934877 - -2.4558632374 - 3.0750246048 - 3.0750246048 - 3.0509328842 - 3.0509328842 - -3.1290934086 - -3.1290934086 - 1.7942728996 - 1.7942728996 - -1.7126933336 - -1.7126933336 - -1.6162196398 - -1.6162196398 - 2.1015698910 - 2.1112158298 - 2.1015698910 - -2.4420754910 - 2.3561944962 - -2.4420754910 - -2.6779451370 - -2.6779451370 - 0.7853981853 - 0.7853981853 - 0.2927130759 - 0.3052231371 - 0.2927130759 - -0.1999929547 - 0.2889754176 - 0.2889754176 - 0.2927130759 - -0.1999929547 - 0.2889754176 - -0.7120008469 - -0.7120008469 - -2.8744502068 - -2.8744502068 - -2.8842689991 - 0.2208287716 - 0.2208287716 - 0.2355449796 - 3.0702850819 - 3.0702850819 - 3.0676536560 - 3.0676536560 - 3.0702850819 - 3.0676536560 - 3.0860941410 - 3.0860941410 - 3.0845117569 - 3.0845117569 - 3.0860941410 - 3.0845117569 - 3.0727362633 - 3.0727362633 - 3.1415927410 - 3.1058936119 - 3.0702850819 - 3.1415927410 - 3.1058936119 - 3.0702850819 - 3.1058936119 - 0.0000000000 - 0.0000000000 - -0.0713074654 - 0.0000000000 - 0.0867383406 - 0.0867383406 - 0.1325515360 - 0.0996686518 - 0.1325515360 - 0.0996686518 - 0.0996686518 - 0.0996686518 - 0.1325515360 - 0.0996686518 - 0.1030816063 - 3.0648207664 - 3.0648207664 - 1.8341939449 - 1.8341939449 - -0.7354397774 - -0.7354397774 - 2.0607535839 - 2.0607535839 - 2.0520632267 - 2.0520632267 - 2.0607535839 - 2.0520632267 - 0.4287780225 - 0.4287780225 - 1.1555689573 - 1.1555689573 - -2.5677936077 - -2.5677936077 - -1.5707963705 - -1.5707963705 - -1.0855693817 - -1.0855693817 - 1.4769550562 - 1.4769550562 - -0.8884797692 - -0.8884797692 - 0.3052231371 - 0.3052231371 - 0.2927130759 - 2.5337905884 - 2.5337905884 - 2.5337905884 - 2.5337905884 - 2.5337905884 - 2.5337905884 - 2.5337905884 - 2.5337905884 - 2.5337905884 - 2.5337905884 - 2.5337905884 - 2.5337905884 - 2.5337905884 - 2.5337905884 - 2.5337905884 - 2.5337905884 - 2.5337905884 - 2.5337905884 - 2.5127964020 - 2.5337905884 - 2.5337905884 - 2.5337905884 - 2.5337905884 - 2.5337905884 - 0.1651486754 - 0.1651486754 - -0.7624136806 - -0.7624136806 - -2.8842689991 - -2.8744502068 - -2.8842689991 - 0.4636476040 - 0.4636476040 - 0.2355449796 - 0.2208287716 - 0.2355449796 - 0.4636476040 - 0.4636476040 - 0.5191460848 - 0.5516549945 - 0.4366271496 - 0.5191460848 - 0.4366271496 - 0.4899573326 - 0.4939413667 - 0.4939413667 - 0.5516549945 - 3.1415927410 - 3.0727362633 - 3.1415927410 - 3.1058936119 - 3.0702850819 - 3.1058936119 - 3.1058936119 - 3.1415927410 - 3.1058936119 - 3.0702850819 - 3.1058936119 - -0.1526493281 - -0.1526493281 - -0.0949517041 - -0.0949517041 - 0.0000000000 - 0.0000000000 - -0.0713074654 - 0.0000000000 - -2.5681521893 - -2.5681521893 - -2.2831540108 - -2.2831540108 - -1.7707892656 - -1.7707892656 - 0.1325515360 - 0.1325515360 - 0.1973955631 - 0.1973955631 - -1.9554010630 - -1.9554010630 - 0.1131509840 - 3.0971775055 - 3.0971775055 - -2.3757998943 - -2.3757998943 - -2.3961732388 - 1.0924439430 - 1.0924439430 - 0.0906598866 - 0.0906598866 - 0.1056655794 - 1.4585934877 - 1.4738787413 - -2.2027704716 - 1.4585934877 - 0.7593171000 - 0.7593171000 - -0.9742953181 - -0.9742953181 - 2.4216744900 - 2.4216744900 - -1.5526164770 - -1.4981968403 - -1.5526164770 - 3.0845117569 - 3.0845117569 - -2.2455372810 - -2.2455372810 - -2.2142975330 - -2.2142975330 - -2.2455372810 - -2.2142975330 - -1.9890207052 - -1.9890207052 - 1.6107749939 - 1.6107749939 - -1.0498865843 - -1.0498865843 - 2.5337905884 - 2.5337905884 - 2.5337905884 - 2.5337905884 - 2.5337905884 - 2.5050845146 - 2.5050845146 - 2.5337905884 - 2.5337905884 - 2.5337905884 - 2.5337905884 - 2.5050845146 - 1.4631065130 - 1.4631065130 - 0.5191460848 - 0.4636476040 - 0.5191460848 - 0.4366271496 - 0.4899573326 - 0.4366271496 - 0.4899573326 - 0.5516549945 - 0.4636476040 - 0.4939413667 - 0.5516549945 - 3.1058936119 - 3.0727362633 - 3.1415927410 - 3.1058936119 - 3.0702850819 - 3.1058936119 - 3.0648207664 - 3.0648207664 - 0.1076898724 - 0.1076898724 - -0.7100692987 - -0.7100692987 - 0.1325515360 - 0.0996686518 - 0.1325515360 - 0.0996686518 - 0.1030816063 - 3.0900919437 - 3.0900919437 - -2.3961732388 - -2.3757998943 - -2.3961732388 - 0.1056655794 - 0.0906598866 - 0.1056655794 - 1.4738787413 - 1.4738787413 - 1.4585934877 - 0.0000000000 - 0.0000000000 - -2.8265986443 - -2.8265986443 - -0.5503859520 - -0.5503859520 - -2.2232258320 - -2.2232258320 - 2.2794225216 - 2.2794225216 - -0.8850668073 - -0.8850668073 - 1.2809498310 - 1.2809498310 - 2.0344438553 - 2.0344438553 - -1.9756880999 - -1.9756880999 - 3.0509328842 - 3.0509328842 - 0.0996686518 - 0.1325515360 - 0.0996686518 - 0.1131509840 - -1.9554010630 - 0.1131509840 - 0.0996686518 - 0.0996686518 - 0.1325515360 - 0.0996686518 - 0.1030816063 - 0.1030816063 - 0.0996686518 - 0.1325515360 - 0.0996686518 - 0.1030816063 - 3.0367157459 - 3.0367157459 - 0.1134349927 - -1.6324465275 - 0.1134349927 - -2.1199493408 - -2.1199493408 - 0.3854938745 - 0.3854938745 - 0.0000000000 - 0.0000000000 - -0.4048917890 - -0.4048917890 - 2.5281326771 - 2.5281326771 - 2.2398393154 - 2.2552726269 - 2.2398393154 - -1.2882413864 - -1.2882413864 - 1.9974237680 - 1.9974237680 - 0.0000000000 - 0.0000000000 - -0.3217505515 - -0.3217505515 - 2.6779451370 - 2.6779451370 - -0.0350733288 - -0.0350733288 - 1.8370484114 - 1.8370484114 - 1.7942728996 - 1.7942728996 - 1.8370484114 - 1.7942728996 - 1.8244704008 - 1.8244704008 - 1.8244704008 - 1.8157750368 - -1.5940479040 - -1.5940479040 - -0.2798171043 - -0.2662520409 - -0.2798171043 - -0.2691674829 - 2.2552726269 - 2.2552726269 - 2.2398393154 - 0.1845427901 - 0.1845427901 - -0.4303266108 - -0.4303266108 - 2.3561944962 - 2.3561944962 - 2.3561944962 - 2.3561944962 - 2.3561944962 - 2.3768811226 - 2.3768811226 - 2.8198421001 - 2.8198421001 - -3.0702850819 - -3.0702850819 - 3.1415927410 - 3.0702850819 - -2.8109138012 - -2.8109138012 - 0.7446044683 - 0.7446044683 - -2.4275019169 - -2.4275019169 - -2.3623294830 - -2.3623294830 - -2.3561944962 - -2.3561944962 - -2.3623294830 - -2.3561944962 - -0.4636476040 - -0.4636476040 - 1.8259787560 - 1.8259787560 - -0.3612037599 - -0.3612037599 - -0.3612037599 - 1.8244704008 - 1.8244704008 - 1.8244704008 - 1.8157750368 - 1.0405805111 - 1.0405805111 - 1.9964188337 - 1.9964188337 - 0.2213144451 - 0.2213144451 - -0.2662520409 - -0.2662520409 - -0.2798171043 - -0.2691674829 - -0.2691674829 - -0.2662520409 - -0.2798171043 - -0.2691674829 - -1.6162196398 - -1.6162196398 - -2.8198421001 - -2.8198421001 - -0.3136206567 - -0.3136206567 - 2.3561944962 - 2.3561944962 - 2.3561944962 - 2.3561944962 - 2.3561944962 - 1.6614562273 - 1.6614562273 - 1.6614562273 - -2.4830267429 - -2.4830267429 - 3.1415927410 - -3.0702850819 - 3.1415927410 - 3.0702850819 - 2.2035450935 - 2.2035450935 - -2.8526172638 - -2.8526172638 - 2.2950463295 - 2.2950463295 - -1.6324465275 - -1.6324465275 - 0.1134349927 - -2.5438342094 - -2.5438342094 - 1.8157750368 - 1.8157750368 - 1.8157750368 - 1.8244704008 - 1.8244704008 - 1.8157750368 - 1.8076450825 - -1.2170932293 - -1.2170932293 - 2.1025204659 - 2.1025204659 - -2.3923232555 - -2.3923232555 - 0.8447877169 - 0.8447877169 - 2.3747107983 - 2.3747107983 - -2.9764440060 - -2.9764440060 - -1.3127890825 - -1.3127890825 - 1.7955075502 - 1.7955075502 - 1.7955075502 - 1.7955075502 - -1.6921483278 - -1.6921483278 - 1.1183214188 - 1.1183214188 - 1.7681919336 - 1.7681919336 - 2.2848870754 - 2.3217253685 - 2.2848870754 - 2.2848870754 - 3.1415927410 - 3.1415927410 - -0.0704713464 - -0.0704713464 - 3.0702850819 - -3.0702850819 - 3.1415927410 - 3.0702850819 - -2.6491069794 - -2.6491069794 - -3.0750246048 - -3.0750246048 - -0.0425275341 - -0.0425275341 - -2.1802549362 - -0.0634069517 - -2.1802549362 - 2.2694561481 - 2.2694561481 - -0.6747409701 - -0.6747409701 - -0.0725994557 - -0.0725994557 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.0509328842 - -0.9652516842 - -0.9652516842 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.0509328842 - 0.5942137241 - 0.5942137241 - -2.4194014072 - -2.4194014072 - -0.4930509031 - -0.4930509031 - 0.1106572226 - 0.2186689526 - 0.1106572226 - -0.7665324807 - -0.7665324807 - -0.3612037599 - -0.3612037599 - -0.3612037599 - 1.8076450825 - 1.8157750368 - 1.8076450825 - 1.8000282049 - -1.9974237680 - -1.9974237680 - -2.3466708660 - -2.3466708660 - -1.3694791794 - -1.3694791794 - -0.8045040965 - -0.8045040965 - 2.8809902668 - 2.8809902668 - 2.3353641033 - 2.3353641033 - 2.3561944962 - 2.3561944962 - -1.8989162445 - -1.8989162445 - 1.7590178251 - 1.7590178251 - -2.0607535839 - -2.0607535839 - 3.1045725346 - 3.1045725346 - 2.3217253685 - 2.3217253685 - 2.2848870754 - 2.2848870754 - 2.2848870754 - 2.3217253685 - 2.2848870754 - 2.2848870754 - 1.0478575230 - 1.0478575230 - -1.6332151890 - -1.6332151890 - 0.0767718926 - 0.0767718926 - 0.5241796374 - 0.5241796374 - 0.5174877644 - 0.5174877644 - 0.5241796374 - 0.5174877644 - -3.0090410709 - -3.0090410709 - -3.0090410709 - -3.0750246048 - -3.0090410709 - -3.0090410709 - -3.0090410709 - -3.0750246048 - 1.8662371635 - 1.8662371635 - -2.9068701267 - 2.4602944851 - -2.5764431953 - -2.9068701267 - 3.1249275208 - 3.1249275208 - 2.0672190189 - 2.0672190189 - 2.0672190189 - 0.9827937484 - 0.9827937484 - 2.2066347599 - 2.2066347599 - 2.1910457611 - 2.1910457611 - 2.2066347599 - 2.1910457611 - -0.3136206567 - -0.3136206567 - -0.2889754176 - 3.0509328842 - 3.1415927410 - 3.1415927410 - 3.0509328842 - 0.0172396712 - 0.0172396712 - 0.0172396712 - -0.0210495219 - -0.0210495219 - 0.0000000000 - 0.0000000000 - 1.8000282049 - 1.8076450825 - 1.8000282049 - 2.4258489609 - 2.4258489609 - 1.6614562273 - 1.6614562273 - 1.6614562273 - 0.1780929416 - -2.1531493664 - 0.1780929416 - -1.6373645067 - -1.6373645067 - 0.9078592062 - 0.9078592062 - 0.1340232044 - 0.1340232044 - 0.9078592062 - 0.1340232044 - 3.1415927410 - 3.1415927410 - -3.0750246048 - -3.0090410709 - -3.0090410709 - -3.0750246048 - -0.0634069517 - -2.8100385666 - -0.0634069517 - -2.1802549362 - -2.2937757969 - -2.2937757969 - -0.0294032879 - -0.0294032879 - 2.0672190189 - 2.0672190189 - 2.0672190189 - -0.6435011029 - -0.6435011029 - -2.1587989330 - -2.1587989330 - -0.2889754176 - -0.3136206567 - -0.2889754176 - -0.9827937484 - -0.9827937484 - 1.4677146673 - 1.4677146673 - -0.9827937484 - 1.4677146673 - -0.7853981853 - -0.7853981853 - -0.1272162199 - -0.1272162199 - 0.2186689526 - 0.2186689526 - 0.1106572226 - 1.1493771076 - 1.1493771076 - 2.3876307011 - 2.3876307011 - 2.3276307583 - 2.3276307583 - -0.7912460566 - 2.4149503708 - 2.4149503708 - 0.6805212498 - 0.6805212498 - -2.9229238033 - -2.9229238033 - -2.1341125965 - -2.1341125965 - -2.8402473927 - -2.8402473927 - 2.4602944851 - 2.4602944851 - -2.5764431953 - -2.9068701267 - 0.1739011854 - 0.1739011854 - -1.0390722752 - -1.0390722752 - -1.4827889204 - -1.4827889204 - -2.6891176701 - -2.6891176701 - 2.3774678707 - 2.3774678707 - 2.3561944962 - 2.3561944962 - 2.3774678707 - 2.3561944962 - -0.7912460566 - 2.3276307583 - -0.7912460566 - 2.4610714912 - 2.4610714912 - -1.0838971138 - -1.0838971138 - 2.3561944962 - 2.3561944962 - 1.7894653082 - 1.7894653082 - 0.4366271496 - 0.4366271496 - 3.1415927410 - 3.1415927410 - -2.5592396259 - -2.5592396259 - -2.5764431953 - -2.5940303802 - -2.5478429794 - -0.3916999400 - -2.5478429794 - -2.5592396259 - -2.5764431953 - -2.5940303802 - -2.5478429794 - -0.3916999400 - 2.7384769917 - 2.7384769917 - 2.5872850418 - 2.5872850418 - -3.0816645622 - 2.6311042309 - 2.6311042309 - -2.3561944962 - -2.3561944962 - -2.5764431953 - 2.4602944851 - -2.5764431953 - -2.9068701267 - -2.0542433262 - -2.0542433262 - -2.0647377968 - -0.8007815480 - 0.0705895871 - 0.0705895871 - 0.0806328729 - -2.4275019169 - -2.4275019169 - -2.4592761993 - -2.4980914593 - -2.4592761993 - -2.4275019169 - -2.4592761993 - -2.4980914593 - 0.0172396712 - 0.0172396712 - 0.0172396712 - -0.2449786663 - -0.2449786663 - 1.0516501665 - 2.3561944962 - 2.3561944962 - 2.3561944962 - 2.3561944962 - 1.6704649925 - 1.6704649925 - 1.6704649925 - 1.4994888306 - 1.4994888306 - -0.8519663215 - -0.8519663215 - -1.4226362705 - -1.4226362705 - 2.5127964020 - 2.5127964020 - 2.4905159473 - 2.4905159473 - 2.5127964020 - 2.4905159473 - -2.1531493664 - -2.1531493664 - 0.1780929416 - -2.5764431953 - -2.5592396259 - -2.5764431953 - -2.5940303802 - -2.5478429794 - -0.3916999400 - -0.3916999400 - -2.5592396259 - -2.5764431953 - -2.5940303802 - -2.5478429794 - -0.3916999400 - -2.4865977764 - -2.4865977764 - 2.7726330757 - 2.7726330757 - -2.8100385666 - -2.8100385666 - -0.0634069517 - -0.0767718926 - -0.0767718926 - -1.3734008074 - -1.3734008074 - 2.8706457615 - 2.8706457615 - -0.9600703716 - -0.9600703716 - -0.9600703716 - 2.6852440834 - 2.6706988811 - 2.6852440834 - 2.6706988811 - -2.0647377968 - -2.0542433262 - -2.0647377968 - -0.8007815480 - -2.5308666229 - -2.5308666229 - -0.7140907049 - -0.7140907049 - 0.0806328729 - 0.0705895871 - 0.0806328729 - -1.3909428120 - -1.3909428120 - -2.4980914593 - -2.4275019169 - -2.4275019169 - -2.4592761993 - -2.4980914593 - -0.3180875778 - -0.3180875778 - -0.8839786649 - -0.8839786649 - -0.5836358070 - -0.5836358070 - 1.0516501665 - -0.2449786663 - 1.0516501665 - -0.4825133085 - -0.4825133085 - 0.7538297176 - 0.7538297176 - 2.3910641670 - 2.3910641670 - 3.0333220959 - 3.0333220959 - 3.0509328842 - 3.0509328842 - 1.8100279570 - 1.8100279570 - 0.2299044281 - 0.2299044281 - 2.3932147026 - 2.3932147026 - 2.3561944962 - 2.3561944962 - 2.3932147026 - 2.3561944962 - 0.7234086990 - 0.7234086990 - 1.6704649925 - 1.6704649925 - 1.6704649925 - 1.5152977705 - 1.5152977705 - 1.5152977705 - 1.5152977705 - 1.5152977705 - 2.3892948627 - 2.3892948627 - 1.5707963705 - 1.5707963705 - -3.0750246048 - -3.0750246048 - 3.1415927410 - -2.5940303802 - -2.5592396259 - -2.5764431953 - -2.5940303802 - -2.5478429794 - -0.3916999400 - 0.1048769355 - 0.1048769355 - 0.1221951693 - 3.0548543930 - 3.0548543930 - 2.7496452332 - 2.7496452332 - -3.0816645622 - 2.5872850418 - -3.0816645622 - -2.3036115170 - -2.3036115170 - -1.3633000851 - -1.3633000851 - 2.6706988811 - 2.6706988811 - 2.6852440834 - 2.6706988811 - 2.6706988811 - 2.6706988811 - 2.6852440834 - 2.6706988811 - 1.0014830828 - 1.0014830828 - -1.3734008074 - -1.3734008074 - -0.1194289252 - -0.1194289252 - -3.0509328842 - 3.1415927410 - -3.0509328842 - 3.1415927410 - 3.1415927410 - 3.1415927410 - -3.0509328842 - 3.1415927410 - -0.7483780384 - -0.7483780384 - -0.4461055398 - -0.4461055398 - -2.2413179874 - -2.2413179874 - 1.2823667526 - 1.2823667526 - -1.5014631748 - -1.5014631748 - 2.3423063755 - 2.3423063755 - -1.1525720358 - -1.1525720358 - -0.7853981853 - -0.7853981853 - 1.8490959406 - 1.8673421144 - 1.8490959406 - 1.8417432308 - 2.3561944962 - 2.3561944962 - 1.6614562273 - 1.6614562273 - 1.6614562273 - -0.9652516842 - -0.9652516842 - -1.8867665529 - -1.8867665529 - -0.4172673821 - -0.4172673821 - -0.4086184800 - 1.5707963705 - 1.5707963705 - -2.7455112934 - -2.7455112934 - 3.1415927410 - -3.0750246048 - 3.1415927410 - 0.1470783502 - 0.1470783502 - 0.1221951693 - 0.1048769355 - 0.1221951693 - -0.0224681292 - -0.0113631468 - -0.0224681292 - 2.5405189991 - 2.5405189991 - -0.9707460999 - -0.9707460999 - -1.8370484114 - -0.9707460999 - -2.8230369091 - -2.8230369091 - -0.8007815480 - -2.0542433262 - -2.0647377968 - -0.8007815480 - -0.2259592116 - -0.2259592116 - 2.6467051506 - 2.6411519051 - 2.6467051506 - 2.6843144894 - -1.7196862698 - -1.7161062956 - -1.7196862698 - -0.3117174506 - -0.3117174506 - 0.0605320185 - 0.0605320185 - 3.1415927410 - 3.1415927410 - -3.0509328842 - 3.1415927410 - 1.8157750368 - 1.8157750368 - -0.5836358070 - -0.8839786649 - -0.5836358070 - -0.5836358070 - -0.1054893062 - -0.1054893062 - 1.9974237680 - 0.2186689526 - 0.2186689526 - 0.2186689526 - 1.8076450825 - 1.8076450825 - 0.8671825528 - 0.8671825528 - -1.2990041971 - -1.2990041971 - -1.2838575840 - -1.2838575840 - -1.2990041971 - -1.2838575840 - -1.3101938963 - -1.3101938963 - -0.8441540003 - -0.8441540003 - 2.4379789829 - 2.4379789829 - 2.9296350479 - 2.9296350479 - 1.8673421144 - 1.8673421144 - 1.8490959406 - 1.8417432308 - 1.8417432308 - 1.8673421144 - 1.8490959406 - 1.8417432308 - 2.3398025036 - 2.3398025036 - 1.6614562273 - 1.6614562273 - 1.6614562273 - -0.6000502110 - -0.6000502110 - -1.0516501665 - -1.0516501665 - -1.3343402147 - -1.3343402147 - -0.8598869443 - -0.8598869443 - -0.4086184800 - -0.4172673821 - -0.4086184800 - -1.5707963705 - -1.5707963705 - 2.9951083660 - 2.9951083660 - -1.5120404959 - -1.5120404959 - -2.6877486706 - -2.6877486706 - -3.0814244747 - -3.0814244747 - -0.0113631468 - -0.0113631468 - -0.0224681292 - 0.2751892507 - 0.2751892507 - 2.7631652355 - 3.1284356117 - 3.1284356117 - 2.7032561302 - 2.7032561302 - 2.6905229092 - -1.8370484114 - -0.9707460999 - -1.8370484114 - -0.9707460999 - -0.9600703716 - -0.9600703716 - -0.9600703716 - -0.9357696176 - -2.5386099815 - -2.5386099815 - -0.8930880427 - -0.9080668092 - -0.8930880427 - -0.0149242654 - -0.0149242654 - 2.6411519051 - 2.6411519051 - 2.6467051506 - 2.6843144894 - 0.0713074654 - 0.0713074654 - -1.7161062956 - -1.7161062956 - -1.7196862698 - -2.4275019169 - -2.4275019169 - -2.4980914593 - -1.8781938553 - -1.8781938553 - -0.1091534644 - -0.1091534644 - -0.5836358070 - -0.8839786649 - -0.5836358070 - -0.5836358070 - 0.2186689526 - 0.2186689526 - 0.2186689526 - -0.4825133085 - -0.4825133085 - 1.8337910175 - 1.8337910175 - -1.2966288328 - -1.2966288328 - -1.4364749193 - -1.4364749193 - 2.3770248890 - 2.3770248890 - -1.2082520723 - -1.2082520723 - -2.4258489609 - -2.4258489609 - -2.4511461258 - 1.5152977705 - 1.5152977705 - 1.5152977705 - -0.5880026221 - -0.5880026221 - 1.9138202667 - 1.9138202667 - 2.4905159473 - 2.4905159473 - -2.3100733757 - -2.3100733757 - -2.9729957581 - -2.9833524227 - -1.4940243959 - -1.4940243959 - -1.5707963705 - -1.5707963705 - 3.1191244125 - 3.1191244125 - -2.4245808125 - -2.4245808125 - 3.1415927410 - 3.1415927410 - 3.0750246048 - -2.6682364941 - -2.6682364941 - 2.8632929325 - 2.8632929325 - 2.8632929325 - -2.0246403217 - -2.0246403217 - -2.0344438553 - -1.1760052443 - -1.1760052443 - -1.1760052443 - -1.1760052443 - -2.0172781944 - -2.0172781944 - -2.0214576721 - 2.6905229092 - 2.7032561302 - 2.6905229092 - 0.0000000000 - 0.0000000000 - -0.9707460999 - -0.9707460999 - -1.8370484114 - -0.9707460999 - -1.6183794737 - -1.6183794737 - -0.9357696176 - -0.9600703716 - -0.9357696176 - -2.5596876144 - -2.5596876144 - -1.8925468922 - -1.8925468922 - 2.6843144894 - 2.6411519051 - 2.6467051506 - 2.6843144894 - -0.4266274869 - -0.4266274869 - 0.0000000000 - 0.0000000000 - 0.8908874989 - 0.8908874989 - 0.8960554004 - 1.9974237680 - -0.1054893062 - 1.9974237680 - -2.4511461258 - -2.4258489609 - -2.4511461258 - 2.9881687164 - 2.9881687164 - 2.3561944962 - 2.3561944962 - -2.9786663055 - -2.9786663055 - -1.4501726627 - -1.4501726627 - 1.8925468922 - 1.8925468922 - -2.6779451370 - -2.6779451370 - 3.0702850819 - 3.0702850819 - -1.6373645067 - -1.6373645067 - -0.9200620651 - -0.9200620651 - -1.4909663200 - -1.4909663200 - 3.0750246048 - 3.1415927410 - 3.0750246048 - -0.7853981853 - -0.7853981853 - -3.0385110378 - -3.0385110378 - -0.7853981853 - -0.7853981853 - -1.1432155371 - -1.1432155371 - 2.7999770641 - 2.7999770641 - -2.0344438553 - -2.0246403217 - -2.0344438553 - -2.4917221069 - -2.4917221069 - -1.1760052443 - -1.1760052443 - -1.1760052443 - -1.1760052443 - -1.1760052443 - -1.1760052443 - -2.5511391163 - -2.5511391163 - -2.0214576721 - -2.0172781944 - -2.0214576721 - -2.5683381557 - -2.5683381557 - -2.5461828709 - -2.5461828709 - -0.3149938881 - -0.3149938881 - -0.0333209969 - -0.0333209969 - 0.7454195023 - 0.7454195023 - 2.6620733738 - 2.6620733738 - 0.8960554004 - 0.8908874989 - 0.8960554004 - 0.6304014325 - 0.6304014325 - 1.4237179756 - 1.4288992882 - 1.4237179756 - 1.4288992882 - 1.0789871216 - 1.0789871216 - 0.0263097174 - 0.0263097174 - 0.0525830612 - -2.2068717480 - -2.2068717480 - 1.2643117905 - -0.4721219838 - -0.4721219838 - 1.7088023424 - 1.7088023424 - 2.0594387054 - 2.0594387054 - 2.4227626324 - 2.4227626324 - 2.3991787434 - 2.3991787434 - 2.3936102390 - -3.0775775909 - -3.0910029411 - -3.0775775909 - 2.2040061951 - 2.2040061951 - 2.3561944962 - 2.3561944962 - 2.3276307583 - 1.4056476355 - 1.4056476355 - 1.4056476355 - 1.4056476355 - 1.4056476355 - -2.3561944962 - -2.3561944962 - -0.0767718926 - -0.0767718926 - -2.9729957581 - -2.3100733757 - -2.9729957581 - -2.9833524227 - 2.8032691479 - 2.8032691479 - -3.0735161304 - -3.0735161304 - 2.7631652355 - 0.2751892507 - 2.7631652355 - 2.7736117840 - 2.7875952721 - 2.7875952721 - -2.3332977295 - -2.3332977295 - -2.3408110142 - -3.1243529320 - -3.1243529320 - 3.1415927410 - -2.5415425301 - -0.2413554937 - -2.5415425301 - -1.0808390379 - -1.0808390379 - -1.0666303635 - -1.6162196398 - -1.6162196398 - 3.1415927410 - 3.1415927410 - 3.1237373352 - 3.1237373352 - 3.1237373352 - 3.1415927410 - 3.1237373352 - 3.1237373352 - 2.6632401943 - 2.6632401943 - -0.9080668092 - -0.9080668092 - -0.8930880427 - -0.1171087474 - -0.1171087474 - -0.6327488422 - -0.6327488422 - 0.0185164027 - 0.0185164027 - -0.8058034778 - -0.8058034778 - 0.8913825154 - 2.1421337128 - 2.1262900829 - 0.8913825154 - -0.1325515360 - -0.1325515360 - 1.4288992882 - 1.4288992882 - 1.4237179756 - 1.4288992882 - 1.8399637938 - 1.8490959406 - 1.8313987255 - 1.8399637938 - 0.0525830612 - 0.0263097174 - 0.0525830612 - 1.8100279570 - 1.8100279570 - 1.8045395613 - 2.3936102390 - 2.3991787434 - 2.3936102390 - -0.7752975225 - -0.7752975225 - -3.0910029411 - -3.0910029411 - -3.0775775909 - 1.3709676266 - 1.3709676266 - 1.3588386774 - 0.6306812763 - 0.6231993437 - 1.3588386774 - 1.3709676266 - 1.3588386774 - 0.6306812763 - 0.6231993437 - 2.3561944962 - 2.3561944962 - 2.3276307583 - 2.3276307583 - 2.3561944962 - 2.3561944962 - 2.3276307583 - -1.8332557678 - -1.8332557678 - 1.9974237680 - 1.9974237680 - -0.8960554004 - -0.8960554004 - -0.9272952080 - -0.9272952080 - -2.9833524227 - -2.3100733757 - -2.9729957581 - -2.9833524227 - -1.5152977705 - -1.5152977705 - 2.8632929325 - 2.8632929325 - 2.8632929325 - -3.0090410709 - -3.0090410709 - -3.0750246048 - -3.0750246048 - 0.1418970525 - 0.1418970525 - 0.1418970525 - 0.0713074654 - 2.7223603725 - 2.7223603725 - 0.2782996595 - 0.2782996595 - -1.1760052443 - -1.1760052443 - -1.1760052443 - -1.1760052443 - -2.3408110142 - -2.3332977295 - -2.3408110142 - 3.1415927410 - -3.1243529320 - 3.1415927410 - -1.0666303635 - -1.0808390379 - -1.0666303635 - 3.1237373352 - 3.1415927410 - 3.1237373352 - 3.1237373352 - 2.2278711796 - 2.2278711796 - 0.7234086990 - 0.7234086990 - 0.8621700406 - 0.8621700406 - -1.4691075087 - -1.4691075087 - 2.1421337128 - 2.1421337128 - 2.1262900829 - 0.8913825154 - -1.8657333851 - -1.8657333851 - -0.5779019594 - -0.5779019594 - 1.8045395613 - 1.8212394714 - 1.8212394714 - 1.8100279570 - 1.8045395613 - -1.3156139851 - -1.3156139851 - -2.4318075180 - -2.4318075180 - 1.2643117905 - -2.2068717480 - 1.2643117905 - 2.8456666470 - 2.8456666470 - -2.0106389523 - -2.0106389523 - -2.1615090370 - -2.1615090370 - 2.4329664707 - 2.4329664707 - -1.5120404959 - -1.5120404959 - -1.5120404959 - -1.5120404959 - -1.5120404959 - -1.5120404959 - -1.5120404959 - -1.5120404959 - -1.5120404959 - -1.5120404959 - -1.5120404959 - -1.5120404959 - -1.5120404959 - -1.5120404959 - 1.6951513290 - 1.6951513290 - -2.5283854008 - -2.5283854008 - -2.5283854008 - -2.5283854008 - -3.0258333683 - -3.0258333683 - -3.0258333683 - -0.4366271496 - -0.4366271496 - -0.4089078307 - 0.1418970525 - 0.1418970525 - 0.1067356691 - 0.1067356691 - 0.1127276123 - 0.1127276123 - 0.1157592162 - 0.1157592162 - 2.3086113930 - 2.3086113930 - 2.2865400314 - 2.3086113930 - 0.5006677508 - 0.5006677508 - -0.3129012287 - -0.3129012287 - -2.3006958961 - -2.3006958961 - 2.4980914593 - 2.4980914593 - 2.9471125603 - 2.9471125603 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.0750246048 - 3.0750246048 - 2.9786663055 - 2.9786663055 - 2.9010584354 - 2.9010584354 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 0.8288490772 - 0.0000000000 - -1.9655874968 - 0.0000000000 - 2.9409396648 - 2.9409396648 - 0.0338853300 - -1.9255019426 - -1.9379701614 - -1.9255019426 - 0.6610431671 - 0.6610431671 - 0.0000000000 - 0.0000000000 - 0.0665681660 - 0.0000000000 - 0.0665681660 - 0.0000000000 - 0.0665681660 - 0.0000000000 - -1.3258177042 - -1.3258177042 - -0.5880026221 - 0.0238050260 - 0.0475831032 - -0.5880026221 - 0.0000000000 - 0.0000000000 - 2.8006136417 - 2.8006136417 - -0.8288490772 - 0.7086262703 - 0.7086262703 - 2.1262900829 - 2.1421337128 - 2.1262900829 - 0.8913825154 - 1.4288992882 - 1.4288992882 - 1.4237179756 - 1.4288992882 - 1.8490959406 - 1.8490959406 - 1.8399637938 - 1.8212394714 - 1.8212394714 - 1.8212394714 - 1.8157750368 - 1.8045395613 - -1.3045443296 - -1.3045443296 - -2.3618440628 - -2.3618440628 - -0.1577687413 - -0.1577687413 - -2.3561944962 - -2.3561944962 - -0.3647348285 - -0.3647348285 - -1.3891475201 - -1.3891475201 - 2.3561944962 - 2.3561944962 - -0.4386528134 - -0.4386528134 - 1.4056476355 - 1.4056476355 - 1.4056476355 - 1.4056476355 - 0.4182243347 - 0.4182243347 - -0.6610431671 - -0.6610431671 - -0.6543702483 - -0.6543702483 - -0.6610431671 - -0.6543702483 - -0.7239372134 - -0.7239372134 - -0.9272952080 - -0.9272952080 - -0.5790742636 - -0.5790742636 - -1.5083775520 - -1.5083775520 - -0.4089078307 - -0.4366271496 - -0.4089078307 - 0.1030816063 - -3.0702850819 - -2.9996955395 - 0.1030816063 - 0.1067356691 - -2.3984229565 - -2.3984229565 - 0.1418970525 - 0.1418970525 - 0.1418970525 - 0.0713074654 - 0.1767088622 - 0.1767088622 - 0.1067356691 - 1.1562894583 - 0.1067356691 - 2.2865400314 - 2.3086113930 - 2.2865400314 - 2.3086113930 - -2.1240906715 - -2.1240906715 - 2.7736117840 - 2.7631652355 - 2.7736117840 - 0.3378781974 - 0.3378781974 - -0.2413554937 - -0.2413554937 - -0.2413554937 - -2.5415425301 - -1.3734008074 - -1.3734008074 - -1.3617733717 - -1.3617733717 - -0.0996686518 - -0.0996686518 - 0.0000000000 - 3.0648207664 - 3.0648207664 - 3.0702850819 - 3.0702850819 - 3.0702850819 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 0.1651486754 - 0.1651486754 - -1.9655874968 - -1.9655874968 - 0.0000000000 - 3.0828368664 - 0.8685393929 - 3.0828368664 - 3.1415927410 - 3.1415927410 - -1.3567355871 - -1.3567355871 - 0.0256354082 - 0.0256354082 - 0.0000000000 - 0.0000000000 - 0.0665681660 - 0.0000000000 - -1.3197935820 - -1.3197935820 - -1.3134726286 - 0.0238050260 - 0.0238050260 - 0.0475831032 - -0.5880026221 - 0.0665681660 - 0.0665681660 - -1.3352513313 - -1.3439974785 - -1.3352513313 - -1.3439974785 - -1.3352513313 - 2.6078844070 - -1.3439974785 - -1.3439974785 - -1.3352513313 - -1.3439974785 - -1.3352513313 - 2.6078844070 - -1.3352513313 - -1.3352513313 - 2.6078844070 - -0.8288490772 - 2.8006136417 - -0.8288490772 - 1.0265158415 - 1.0265158415 - 1.0379524231 - 0.9827937484 - -1.3521274328 - -1.3521274328 - -1.3171222210 - -1.3171222210 - 1.7894653082 - 1.7894653082 - -1.3171222210 - 1.7894653082 - 1.8313987255 - 1.8313987255 - 1.8313987255 - 1.8313987255 - 1.8313987255 - 1.8313987255 - 1.8399637938 - 1.8212394714 - 1.8212394714 - 1.8212394714 - 1.8157750368 - -1.2924966812 - 1.8045395613 - -2.1794855595 - -2.1794855595 - 2.2384619713 - 2.2384619713 - -1.5707963705 - -1.5707963705 - 0.6306812763 - 1.3709676266 - 1.3588386774 - 0.6306812763 - 0.6231993437 - 0.6231993437 - 1.3709676266 - 1.3588386774 - 0.6306812763 - 0.6231993437 - -1.8281199932 - -1.8281199932 - 2.3162157536 - 2.3162157536 - 2.3217253685 - 2.3217253685 - 2.3217253685 - 1.4056476355 - 1.4056476355 - 1.4056476355 - 1.6352231503 - 1.6352231503 - 2.1353657246 - 2.1353657246 - 3.0172376633 - 3.0172376633 - -3.0258333683 - -3.0258333683 - -3.0258333683 - -0.3970794380 - -0.3970794380 - 0.0713074654 - 0.1418970525 - 0.1418970525 - 0.0713074654 - 0.1526493281 - 0.1526493281 - 0.1184899583 - 0.1184899583 - -1.4464412928 - -1.4464412928 - 0.1067356691 - 0.1067356691 - -1.4056476355 - -1.4056476355 - 2.5431737900 - 2.5431737900 - 3.1415927410 - 2.6837589741 - 3.1415927410 - 3.0419239998 - 3.0419239998 - 0.0000000000 - 0.0000000000 - 0.0665681660 - 3.1415927410 - 3.1415927410 - 0.2962783575 - 0.2962783575 - -0.2413554937 - -0.2413554937 - -0.2413554937 - -0.9707460999 - -0.9707460999 - 2.7780656815 - 2.7780656815 - 0.0000000000 - -0.0996686518 - 0.0000000000 - 0.9420000315 - 0.9420000315 - 0.0996686518 - 0.0996686518 - 0.0322468840 - 0.0322468840 - -2.2502100468 - -2.2502100468 - -2.2502100468 - 0.1347712874 - 0.0000000000 - 0.1347712874 - -0.9067501426 - -0.9067501426 - -0.8850668073 - -0.9067501426 - -0.9067501426 - 0.8288490772 - 3.0791738033 - 3.1415927410 - 0.8288490772 - -3.0791738033 - 3.1415927410 - 0.0338853300 - 2.9409396648 - 0.0338853300 - -1.9379701614 - -1.9379701614 - -1.9255019426 - 0.2797041535 - 0.2797041535 - 0.1953915507 - 3.0309355259 - 3.1415927410 - 3.0309355259 - -3.0860941410 - 3.0860941410 - -1.3134726286 - -1.3197935820 - -1.3134726286 - 0.0475831032 - 0.0238050260 - 0.0475831032 - -0.5880026221 - -1.3654009104 - -1.3654009104 - -1.3352513313 - -1.3439974785 - -1.3352513313 - -1.3439974785 - -1.3352513313 - 2.6078844070 - 2.7557098866 - 2.7557098866 - -0.3366748095 - -0.3366748095 - 1.0379524231 - 1.0265158415 - 1.0379524231 - 0.0624188110 - 0.0624188110 - 0.1243549958 - 1.8269476891 - 1.8269476891 - 0.8960554004 - 0.8960554004 - 1.8157750368 - 1.8212394714 - 1.8212394714 - 1.8157750368 - 1.8105394840 - -1.2924966812 - 2.2584676743 - 2.2584676743 - -3.0648207664 - -3.0648207664 - -2.7195875645 - -2.7195875645 - 2.3239476681 - 2.3239476681 - 0.7114591002 - 0.7114591002 - -2.9729957581 - -2.9729957581 - 0.4170492291 - 0.4170492291 - -1.5120404959 - -1.5120404959 - -1.5120404959 - -1.5120404959 - -3.0702850819 - -3.0702850819 - -2.9996955395 - 0.1030816063 - 0.1067356691 - -2.9996955395 - 0.1030816063 - 0.1067356691 - 0.8042638302 - 0.8042638302 - -1.4464412928 - -1.4464412928 - 1.6902252436 - 1.6902252436 - -1.4464412928 - -1.4464412928 - 2.3086113930 - 2.3086113930 - 2.2865400314 - 2.3086113930 - -0.7229793668 - -0.7229793668 - 0.7188299894 - 0.7188299894 - -1.3961241245 - -1.3961241245 - -1.3961241245 - -1.3961241245 - 0.0665681660 - 0.0000000000 - 0.0665681660 - -0.0384425893 - -0.0384425893 - -1.3633000851 - -1.3633000851 - 0.0525830612 - 0.1048769355 - 0.0000000000 - 0.0000000000 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - -3.0702850819 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - -1.3156139851 - -1.3156139851 - -1.3567355871 - -1.3567355871 - -1.3567355871 - -1.3156139851 - -1.3567355871 - -1.3567355871 - -0.9067501426 - -0.9067501426 - -0.8850668073 - -0.9067501426 - -0.9067501426 - 3.0791738033 - 3.0791738033 - 0.2304024398 - 0.2304024398 - -1.3352513313 - -1.3352513313 - -1.3352513313 - -1.3352513313 - 2.9361972809 - 2.9361972809 - 2.9361972809 - 0.1953915507 - 0.2797041535 - 0.1953915507 - 3.1415927410 - 3.1415927410 - 3.0309355259 - -3.0860941410 - 3.0860941410 - 0.3708913028 - 0.3708913028 - 1.5385494232 - 1.5385494232 - 1.8105394840 - 1.8157750368 - 1.8105394840 - -2.0208702087 - -2.0208702087 - 2.5290551186 - 2.5290551186 - -0.9367735982 - -0.9367735982 - -0.9224643111 - 2.3217253685 - 2.3217253685 - 2.3217253685 - 1.4016951323 - 1.4016951323 - 1.4056476355 - 2.4360244274 - 2.4360244274 - 0.2629947364 - 0.2629947364 - -0.4222511649 - -0.4222511649 - 3.1289350986 - 3.1289350986 - -1.5120404959 - -1.5120404959 - -3.0722594261 - -3.0722594261 - -2.2531127930 - -2.2531127930 - -2.9996955395 - -3.0702850819 - -2.9996955395 - 0.1030816063 - 0.1067356691 - -1.4464412928 - -1.4464412928 - 1.1562894583 - 0.1067356691 - 1.1562894583 - 0.1067356691 - -1.4382448196 - -1.4382448196 - -1.3854483366 - -1.3854483366 - 2.7042548656 - 2.7042548656 - 2.7257809639 - 2.7149651051 - 2.1910457611 - 2.1910457611 - 3.0309355259 - 3.0309355259 - -1.4056476355 - -1.4056476355 - -2.5625183582 - -2.5625183582 - -1.3734008074 - -1.3734008074 - -1.3734008074 - -1.3734008074 - -1.3633000851 - -1.3633000851 - 3.0702850819 - 3.0702850819 - 3.0702850819 - 3.0090410709 - 3.0090410709 - -1.3567355871 - -1.3567355871 - 3.1415927410 - -3.0702850819 - 3.1415927410 - 3.0702850819 - 3.1415927410 - 3.1415927410 - 0.0831412300 - 0.0831412300 - 0.0831412300 - -0.8850668073 - -0.9067501426 - -0.8850668073 - -0.9067501426 - -0.9067501426 - -0.9067501426 - -0.9067501426 - -0.8850668073 - -0.9067501426 - -0.9067501426 - 2.3561944962 - 2.3398025036 - 2.3344588280 - 2.3561944962 - -1.9040405750 - -1.9040405750 - 3.0791738033 - 3.0791738033 - 0.8288490772 - 0.8685393929 - 0.8685393929 - 3.0828368664 - 3.1415927410 - 3.0828368664 - -3.0791738033 - 0.8288490772 - -3.0791738033 - 3.1415927410 - 3.1415927410 - 0.8685393929 - 3.0828368664 - 3.1415927410 - 3.0828368664 - 3.1415927410 - 3.1415927410 - 3.0828368664 - 3.1415927410 - 3.0828368664 - 3.1415927410 - -1.3352513313 - -1.3352513313 - -1.3352513313 - -3.0860941410 - 3.1415927410 - 3.0309355259 - -3.0860941410 - 3.0860941410 - 2.7828218937 - 2.7828218937 - 2.8104965687 - -1.3439974785 - -1.3439974785 - -1.3352513313 - -1.3439974785 - -1.3352513313 - -0.2017623484 - -0.2017623484 - 0.9827937484 - 1.0265158415 - 0.9827937484 - -1.2924966812 - 1.8212394714 - 1.8157750368 - -1.2924966812 - -2.0017452240 - -2.0017452240 - 2.0437028408 - 2.0437028408 - -1.5546686649 - -1.5546686649 - -1.4418855906 - -1.4418855906 - 3.0961694717 - 3.0961694717 - -2.0647377968 - -2.0647377968 - -0.9224643111 - -0.9367735982 - -0.9224643111 - 1.1180179119 - 1.1341692209 - 1.1180179119 - 2.6779451370 - 2.6779451370 - 1.4056476355 - 1.4016951323 - 1.4056476355 - 0.2842255235 - 0.2842255235 - -2.3972673416 - -2.3972673416 - 0.5191460848 - 0.5191460848 - 0.8818719387 - 0.8818719387 - -1.5152977705 - -1.5152977705 - 0.3302973509 - 0.3302973509 - 0.1048769355 - 0.1048769355 - 2.7257809639 - 2.7042548656 - 2.7257809639 - 2.7149651051 - 2.6837589741 - 2.6837589741 - 2.6665818691 - 3.1415927410 - 0.4563484788 - 0.4563484788 - 0.4708938599 - 0.3152146935 - 0.3152146935 - -3.1177875996 - -3.1177875996 - -1.0132552385 - -1.0132552385 - 3.1415927410 - 3.0940096378 - 3.1415927410 - 3.0940096378 - 3.1415927410 - 3.0940096378 - -1.3734008074 - -1.3734008074 - -1.3734008074 - -1.3633000851 - -1.3633000851 - -1.3667783737 - -1.3667783737 - -1.3734008074 - -1.3734008074 - -1.3734008074 - -1.3734008074 - -1.3734008074 - 0.3498556018 - 0.3498556018 - 0.0525830612 - -1.3633000851 - 0.0525830612 - 0.1048769355 - 0.0000000000 - 0.0000000000 - 2.2489156723 - -2.2502100468 - -2.2502100468 - -2.2502100468 - -3.0702850819 - -3.0702850819 - 3.1415927410 - 3.0702850819 - 3.1415927410 - 3.1415927410 - -1.3567355871 - -1.3156139851 - -1.3567355871 - -1.3567355871 - -1.3567355871 - -1.3567355871 - 0.0000000000 - 0.0000000000 - 0.1347712874 - 0.0831412300 - 0.0831412300 - 0.1651486754 - 0.0831412300 - 0.0831412300 - 0.0831412300 - 0.1651486754 - 0.0831412300 - -1.8692952394 - -1.8692952394 - 0.7906891108 - 0.7906891108 - 3.1415927410 - 0.8288490772 - -3.0791738033 - 3.1415927410 - 3.0828368664 - 0.8685393929 - 3.1415927410 - 3.0828368664 - 3.1415927410 - -1.3352513313 - -1.3352513313 - -1.3352513313 - -1.3352513313 - -1.3352513313 - -1.3352513313 - -1.3352513313 - -0.5743048191 - -0.5743048191 - 3.0860941410 - 3.1415927410 - 3.0309355259 - -3.0860941410 - 3.0860941410 - 2.1934671402 - 2.1934671402 - 2.1885521412 - 2.1934671402 - 0.1325515360 - 0.1325515360 - 0.1973955631 - 0.1325515360 - -1.3171222210 - -1.3171222210 - -1.3171222210 - -1.3171222210 - -1.3171222210 - -1.3171222210 - 0.1243549958 - 0.0624188110 - 0.1243549958 - 0.1853479445 - 0.1243549958 - 2.8577985764 - 2.8577985764 - -1.2882413864 - -1.2882413864 - -1.3171222210 - -1.3171222210 - 2.6224465370 - 2.6224465370 - 2.6035485268 - -2.1898624897 - -1.9837960005 - -2.1898624897 - -1.9743312597 - -3.0278005600 - -3.0278005600 - -2.2499296665 - -2.2499296665 - 1.1341692209 - 1.1341692209 - 1.1180179119 - 0.8748142719 - 0.8748142719 - -1.4640606642 - -1.4640606642 - -2.1587989330 - -2.1587989330 - 0.1067356691 - 0.1067356691 - 0.1767088622 - 1.1562894583 - -2.5360479355 - -2.5360479355 - -0.1874291152 - -0.1874291152 - -0.1707352102 - -0.8235476017 - -0.8235476017 - 0.3416154981 - 0.3550715446 - 0.3416154981 - 2.7149651051 - 2.7042548656 - 2.7257809639 - 2.7149651051 - 2.7149651051 - 2.7149651051 - 2.7042548656 - 2.7042548656 - 2.7149651051 - 2.7042548656 - 2.4285318851 - 2.4285318851 - 0.4708938599 - 0.4563484788 - 0.4708938599 - -1.3633000851 - -1.3633000851 - 3.0940096378 - 3.0940096378 - 3.1415927410 - 3.0940096378 - 3.1415927410 - 3.0940096378 - 3.0940096378 - 3.0940096378 - 3.1415927410 - 3.0940096378 - 3.1415927410 - 3.0940096378 - -2.2794225216 - -2.2794225216 - -1.3734008074 - -1.3734008074 - -1.3734008074 - -1.3734008074 - -1.3734008074 - -1.3734008074 - 3.1415927410 - 3.1415927410 - 0.1048769355 - -1.3633000851 - 0.0525830612 - 0.1048769355 - 0.0525830612 - 3.1415927410 - -3.0702850819 - 3.1415927410 - 3.0702850819 - 3.1415927410 - 3.1415927410 - 0.0831412300 - 0.0831412300 - 0.0831412300 - 0.0831412300 - 0.1651486754 - 0.0831412300 - 0.1651486754 - 0.0831412300 - 0.0696545765 - 0.0696545765 - 0.0000000000 - 0.0000000000 - 2.3398025036 - 2.3398025036 - 2.3344588280 - 2.3561944962 - 1.3487144709 - 1.3487144709 - -1.3352513313 - -1.3352513313 - -1.3352513313 - -1.3352513313 - 2.9361972809 - 2.9361972809 - 2.9361972809 - 1.3734008074 - 1.3734008074 - -1.9138202667 - -1.9138202667 - 2.1934671402 - 2.1934671402 - 2.1885521412 - 2.1934671402 - 2.1763410568 - 2.8104965687 - 2.7828218937 - 2.8104965687 - 0.1973955631 - 0.1325515360 - 0.1973955631 - 0.1325515360 - 1.1626472473 - 1.1626472473 - 0.8894981146 - 0.8894981146 - 0.9025068879 - 0.9025068879 - 0.8894981146 - 0.9025068879 - 1.0379524231 - 1.0379524231 - 0.3080527782 - 0.1853479445 - 0.1243549958 - 0.1853479445 - 0.1243549958 - 1.0265158415 - 1.0265158415 - -2.7420771122 - -2.7420771122 - -2.7515444756 - 2.6035485268 - 2.6224465370 - 2.6035485268 - -2.4053351879 - -2.4053351879 - -2.3895153999 - -2.3895153999 - -2.4053351879 - -2.3895153999 - -1.9837960005 - -1.9837960005 - -2.1898624897 - -1.9743312597 - -1.9743312597 - -1.9837960005 - -2.1898624897 - -1.9743312597 - -1.7393932343 - -1.7393932343 - -1.7186456919 - -1.7186456919 - -1.7393932343 - -1.7186456919 - -1.1160770655 - -1.1160770655 - 1.7856117487 - 1.7856117487 - 0.6181442142 - 0.6181442142 - 1.7856117487 - 0.6181442142 - 0.5856441259 - 0.5856441259 - -0.7701709270 - -0.7701709270 - -1.9723768234 - -1.9723768234 - 1.5042281151 - 1.5042281151 - 3.0281577110 - 3.0281577110 - 0.1767088622 - 0.1067356691 - 0.1767088622 - -0.4089078307 - -0.4089078307 - -0.1707352102 - -0.1874291152 - -0.1707352102 - -0.8136392236 - -0.8136392236 - 0.3550715446 - 0.3550715446 - 0.3416154981 - 2.6665818691 - 2.6837589741 - 2.6665818691 - -3.1230762005 - -3.1230762005 - 3.1415927410 - 3.0940096378 - 3.1415927410 - 3.0940096378 - 3.1415927410 - 3.0940096378 - -3.0320332050 - -3.0320332050 - -2.7334434986 - -2.7334434986 - -2.9764440060 - -2.9764440060 - -2.9967801571 - 0.9043310285 - 0.9043310285 - -2.2073044777 - -2.2073044777 - -2.3104746342 - -2.3104746342 - -0.6947382689 - -0.6947382689 - -0.6696389318 - -1.8662371635 - -1.8662371635 - 2.2489156723 - 0.0000000000 - 2.2489156723 - 3.0702850819 - -3.0702850819 - 3.1415927410 - 3.0702850819 - 3.1415927410 - -1.3567355871 - -1.3567355871 - -1.3567355871 - -1.3567355871 - 3.0791738033 - 3.0791738033 - 3.0791738033 - 2.3344588280 - 2.3398025036 - 2.3344588280 - 2.3561944962 - 0.2449786663 - 0.2449786663 - -0.1899882853 - -0.1899882853 - 2.4310543537 - 2.4310543537 - 0.0713074654 - 0.0713074654 - 0.6947382689 - 0.6947382689 - 2.1885521412 - 2.1934671402 - 2.1885521412 - 2.1934671402 - 2.1763410568 - 0.0222185645 - 0.0222185645 - -0.8288490772 - -0.8288490772 - 0.1325515360 - 0.1325515360 - 0.1973955631 - 0.1325515360 - 0.5325040817 - 0.5325040817 - 0.4048917890 - 0.4048917890 - 0.1243549958 - 0.1243549958 - 0.1853479445 - 0.1243549958 - -2.9269998074 - -2.9269998074 - -2.7515444756 - -2.7420771122 - -2.7515444756 - -2.4980914593 - -2.4980914593 - 0.0394532010 - 0.0394532010 - -1.8322751522 - -2.0156667233 - -2.0156667233 - -2.2477111816 - -2.2477111816 - 1.1525720358 - 1.1525720358 - -0.3566201329 - -0.3566201329 - -2.1854593754 - -2.1854593754 - -0.5123894811 - -0.5123894811 - -2.6191892624 - -2.6191892624 - 0.1418970525 - 0.1418970525 - 0.1691012233 - 0.1418970525 - 0.1386397332 - 0.1418970525 - 0.1418970525 - 0.1691012233 - 0.1418970525 - 0.1386397332 - 0.1386397332 - 0.1418970525 - 0.1418970525 - 0.1386397332 - -0.2812322080 - -0.2812322080 - -0.2551823854 - -0.2551823854 - -0.2812322080 - -0.2551823854 - 3.0940096378 - 3.0940096378 - 3.1415927410 - 3.0940096378 - 3.1415927410 - 3.0940096378 - -1.3734008074 - -1.3734008074 - -1.3734008074 - -1.3734008074 - -1.3734008074 - -1.3734008074 - -2.9967801571 - -2.9764440060 - -2.9967801571 - 0.0000000000 - 0.0000000000 - -0.6696389318 - -0.6947382689 - -0.6696389318 - 0.0175420605 - 0.0344691016 - -1.0687061548 - 0.0175420605 - 0.0178552456 - -1.3567355871 - -1.3567355871 - -1.3567355871 - -1.3567355871 - 0.0831412300 - 0.0831412300 - 0.0831412300 - 2.7118303776 - 2.7118303776 - 0.1526493281 - 0.0767718926 - 0.1526493281 - 1.4100335836 - 1.4100335836 - -0.1494157165 - -0.1494157165 - -0.8066715598 - -0.8066715598 - -0.7853981853 - 0.3080527782 - 1.0379524231 - 0.3080527782 - 0.8305287957 - 0.8305287957 - 0.8366353512 - 3.0981416702 - 3.0981416702 - -2.7917370796 - -2.7917370796 - -0.0519014001 - -0.0519014001 - -1.4007377625 - -1.4007377625 - 3.0689930916 - 3.0689930916 - 3.0689930916 - 3.0689930916 - 2.0977394581 - 2.0977394581 - 0.8163161278 - 0.8163161278 - -0.6055446863 - -0.6055446863 - 0.3868757188 - 0.3868757188 - 3.0509328842 - 3.0509328842 - 0.8042638302 - 0.8042638302 - 0.1691012233 - 0.1418970525 - 0.1691012233 - 0.1418970525 - -2.4468543530 - -2.4468543530 - -2.4719536304 - 1.3258177042 - 1.3258177042 - 1.3287246227 - -1.4056476355 - -1.4056476355 - -1.3734008074 - 3.0940096378 - 3.0940096378 - 3.1415927410 - 3.0940096378 - -1.3734008074 - -1.3734008074 - -1.3734008074 - 3.0940096378 - 3.0940096378 - 3.1415927410 - 3.0940096378 - -1.3734008074 - -1.3734008074 - -1.3734008074 - -1.3734008074 - -1.3734008074 - -1.3734008074 - -1.3734008074 - -1.3734008074 - -1.3734008074 - 0.0525830612 - 0.1048769355 - 0.0525830612 - 0.0344691016 - 0.0344691016 - 2.2244322300 - -1.0687061548 - 0.0175420605 - 0.0178552456 - 0.0178552456 - 0.0344691016 - -1.0687061548 - 0.0175420605 - 0.0178552456 - 3.1415927410 - 3.1415927410 - -0.0163919739 - -0.0163919739 - 0.0767718926 - 0.0767718926 - 0.1526493281 - 2.4349784851 - 2.4349784851 - 0.0243854094 - 0.0243854094 - 0.6726705432 - 0.6726705432 - 2.1763410568 - 2.1934671402 - 2.1885521412 - 2.1763410568 - 0.1030816063 - 0.1030816063 - -0.7853981853 - -0.8066715598 - -0.7853981853 - -1.3171222210 - -1.3258177042 - -1.3171222210 - -1.3171222210 - -1.3258177042 - -1.3171222210 - 0.8366353512 - 0.8305287957 - 0.8366353512 - -2.1060700417 - -2.1060700417 - -2.1831183434 - -2.1831183434 - -2.1887626648 - -2.1807131767 - -1.8322751522 - 0.0394532010 - -1.8322751522 - 0.2392316014 - 0.2392316014 - 1.6262948513 - 1.6262948513 - 0.0123450514 - 0.0123450514 - 0.4918091893 - 0.4918091893 - 1.2998495102 - 1.2998495102 - 0.6403564811 - 0.6403564811 - -3.0488362312 - -3.0488362312 - 0.5404195189 - 0.5404195189 - -2.4822826385 - -2.4822826385 - -2.4719536304 - -2.4468543530 - -2.4719536304 - 1.3287246227 - 1.3258177042 - 1.3287246227 - 2.6030852795 - 2.6030852795 - -1.3734008074 - -1.3734008074 - -1.3734008074 - -1.3734008074 - -1.3734008074 - -1.6991195679 - -1.6991195679 - -2.8657867908 - -2.8657867908 - 2.1332943439 - -1.0687061548 - 0.0344691016 - 2.2244322300 - -1.0687061548 - 0.0175420605 - 0.0178552456 - 3.1071236134 - 3.1071236134 - 3.1058936119 - 3.1058936119 - 3.1071236134 - 3.1058936119 - 3.0791738033 - 3.0791738033 - 3.0172376633 - 3.0791738033 - -0.8550527096 - -0.8550527096 - 2.1962814331 - 2.1962814331 - 2.4342961311 - 2.4342961311 - 2.2920622826 - 2.2920622826 - 2.2822554111 - 2.2822554111 - 2.2920622826 - 2.2822554111 - -3.0722594261 - -3.0722594261 - -3.0712862015 - -3.0712862015 - -3.0722594261 - -3.0712862015 - 2.8373842239 - 2.8373842239 - -2.1887626648 - -2.1831183434 - -2.1887626648 - -2.1807131767 - -2.1807131767 - -2.1831183434 - -2.1887626648 - -2.1807131767 - -0.7853981853 - -0.7853981853 - -2.4099061489 - -2.4099061489 - -2.4213197231 - -2.3996453285 - -2.4110844135 - -2.3996453285 - -2.4099061489 - -2.4213197231 - -2.3996453285 - -2.4110844135 - -2.3892948627 - -2.4025189877 - -2.3892948627 - 0.4196508527 - 0.4196508527 - 0.2337431759 - 0.2337431759 - 0.1048769355 - 0.1048769355 - 1.5985670090 - 1.5985670090 - 2.4897234440 - 2.4897234440 - -2.5393052101 - -2.5393052101 - 2.8879184723 - 2.8879184723 - 2.8535373211 - 1.6814535856 - 1.6814535856 - 0.0713074654 - 0.0713074654 - 0.1418970525 - 1.1441688538 - 1.1441688538 - -2.9483811855 - -2.9483811855 - -2.8482255936 - -2.8482255936 - -1.3734008074 - -1.3734008074 - -1.3734008074 - -1.3734008074 - -1.3734008074 - -1.3734008074 - 2.1332943439 - -2.8657867908 - 2.1332943439 - -0.2984989285 - -0.2984989285 - 3.0172376633 - 3.0791738033 - 3.0172376633 - 0.0499583967 - 0.0499583967 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 0.0298418850 - 0.0298418850 - 0.0665681660 - 0.0665681660 - -1.3439974785 - -1.3439974785 - -1.3352513313 - 0.0201992728 - 0.0201992728 - -1.3258177042 - -1.3258177042 - -1.3171222210 - -1.3171222210 - -1.3258177042 - -1.3171222210 - -1.3734008074 - -1.3734008074 - -1.3258177042 - -1.3258177042 - -1.3171222210 - -1.3171222210 - -1.3258177042 - -1.3171222210 - 1.8244704008 - 1.8244704008 - 1.8200484514 - 1.8200484514 - 1.8070416451 - 1.8070416451 - 1.8244704008 - 1.8200484514 - 1.8200484514 - 1.8070416451 - 2.1650099754 - 2.1650099754 - -3.0466408730 - -3.0466408730 - -2.4719536304 - -2.4719536304 - -2.4980914593 - 0.3287926912 - 0.3287926912 - -2.4213197231 - -2.4099061489 - -2.4213197231 - -2.3996453285 - -2.4110844135 - -2.4110844135 - -2.4099061489 - -2.4213197231 - -2.3996453285 - -2.4110844135 - 1.7386922836 - 1.7386922836 - -2.4025189877 - -2.4025189877 - -2.3892948627 - -0.1899882853 - -0.1899882853 - -1.1948354244 - -1.1948354244 - 3.1277046204 - 3.1277046204 - 2.8535373211 - 2.8879184723 - 2.8535373211 - 3.1415927410 - 3.1415927410 - -3.0488362312 - -3.0488362312 - -3.0719380379 - 3.1415927410 - 3.1415927410 - 2.2142975330 - 2.2142975330 - -2.7828218937 - -2.7828218937 - 0.1067356691 - 0.1067356691 - 0.1767088622 - 0.1067356691 - 2.2348425388 - 2.8859477043 - 2.8859477043 - 2.4087774754 - 2.4087774754 - -2.0005586147 - -2.0005586147 - -1.4141944647 - -1.4141944647 - 1.6635526419 - 1.6635526419 - 2.2244322300 - 0.0344691016 - 2.2244322300 - -1.0687061548 - 2.3024828434 - 2.3024828434 - -1.3352513313 - -1.3439974785 - -1.3352513313 - 0.0487418510 - 0.0487418510 - -1.3171222210 - -1.3258177042 - -1.3171222210 - -1.3171222210 - -1.3258177042 - -1.3171222210 - -1.3171222210 - -1.3258177042 - -1.3171222210 - -1.3171222210 - -1.3258177042 - -1.3171222210 - -1.2924966812 - -1.3258177042 - -1.2924966812 - 1.8200484514 - 1.8281199932 - 1.8244704008 - 1.8200484514 - 1.8200484514 - 1.8070416451 - -2.4980914593 - -2.4719536304 - -2.4980914593 - -1.6162196398 - -1.6162196398 - -1.6172744036 - 1.0259324312 - 1.0259324312 - -0.7419472933 - -0.7419472933 - 1.8281199932 - 1.8281199932 - -2.7483131886 - -2.7483131886 - 1.2178059816 - 1.2178059816 - 1.2178059816 - 1.2178059816 - 1.2178059816 - 1.2178059816 - -3.0572860241 - -3.0572860241 - 0.9827937484 - 0.9827937484 - 0.1418970525 - 0.0713074654 - 0.1418970525 - 0.0713074654 - 0.1067356691 - 0.1767088622 - 0.1067356691 - 0.1767088622 - 0.1067356691 - 2.2348425388 - 1.0460005999 - 1.0460005999 - 0.1418970525 - 0.1418970525 - -3.0940096378 - -3.0940096378 - -2.5535900593 - 3.1415927410 - 2.8819630146 - 2.8819630146 - 3.1415927410 - -3.0916342735 - 3.1415927410 - 2.8936378956 - 2.8936378956 - 2.8817782402 - 0.3366748095 - 0.3366748095 - 0.3514447808 - -2.0229501724 - -2.0229501724 - -1.3258177042 - -1.3258177042 - -1.2924966812 - 1.8200484514 - 1.8281199932 - 1.8244704008 - 1.8200484514 - 1.8200484514 - 1.8070416451 - -1.6172744036 - -1.6162196398 - -1.6172744036 - -1.6421037912 - -1.6421037912 - -1.9744302034 - -1.9744302034 - 1.4259837866 - 1.4259837866 - 2.6078844070 - 2.6078844070 - -2.6271412373 - -2.6271412373 - -1.6487629414 - -1.6487629414 - 0.7853981853 - 0.7853981853 - -0.3310960829 - -0.3310960829 - -2.2711288929 - -2.2711288929 - 1.5707963705 - 1.5707963705 - 1.6879050732 - 1.6879050732 - 1.6879050732 - 1.6879050732 - -3.0719380379 - -3.0488362312 - -3.0719380379 - -3.0719380379 - 1.7454684973 - 1.7454684973 - 1.7454684973 - 1.7454684973 - 1.7359449863 - 1.7359449863 - 0.9272952080 - 0.9272952080 - 0.1067356691 - 0.1067356691 - 0.1767088622 - 0.1067356691 - 2.2348425388 - 2.2348425388 - 0.1067356691 - 0.1767088622 - 0.1067356691 - 2.2348425388 - 0.1067356691 - 0.1067356691 - 0.1067356691 - 2.2348425388 - 0.1067356691 - 0.1067356691 - 1.0222469568 - 1.0222469568 - 2.9073374271 - 2.9073374271 - 2.8886985779 - 0.6229090691 - 2.9181160927 - -3.0916342735 - -3.0916342735 - 3.1415927410 - 2.8817782402 - 0.5813801885 - 2.8936378956 - 2.8817782402 - 1.3370531797 - 1.3370531797 - 1.3370531797 - 0.8058034778 - 0.8058034778 - 0.3514447808 - 0.3366748095 - 0.3514447808 - 2.2018756866 - 2.2018756866 - 2.1763410568 - 2.1763410568 - 2.2018756866 - 2.1763410568 - -0.8058034778 - -0.8058034778 - -0.7853981853 - -0.1370661706 - -0.1370661706 - 2.8966140747 - 2.8966140747 - -2.3757998943 - -2.3757998943 - -2.2907145023 - -2.2907145023 - -1.3843094110 - -1.3843094110 - -2.4917221069 - -2.4917221069 - -2.3825042248 - -2.3825042248 - -2.1095237732 - -2.1095237732 - -2.4078726768 - -2.4078726768 - -0.0665681660 - -0.0665681660 - -1.0688898563 - -1.0688898563 - 2.5948038101 - 2.5948038101 - -2.9729957581 - -2.9729957581 - 1.6814535856 - 1.7359449863 - 1.6814535856 - 1.6814535856 - 1.6814535856 - 1.7454684973 - 1.7454684973 - 3.0055952072 - 3.0055952072 - 0.0713074654 - 0.0713074654 - 0.0713074654 - 0.1418970525 - 0.0713074654 - 0.1067356691 - 0.1067356691 - 2.2348425388 - 0.1067356691 - 0.1067356691 - 2.8966140747 - 2.8966140747 - 0.3708913028 - 0.3708913028 - 0.3805063665 - 2.4468543530 - 2.4468543530 - -2.5535900593 - -3.0940096378 - -2.5535900593 - 3.1415927410 - 2.1910457611 - 2.1910457611 - -0.1831108183 - -0.1831108183 - -1.3734008074 - -1.3734008074 - 2.6451699734 - 2.6451699734 - -1.4056476355 - -1.4056476355 - 1.3370531797 - 1.3370531797 - 1.3370531797 - -0.7853981853 - -0.8058034778 - -0.7853981853 - -1.4601391554 - -1.4601391554 - 1.9777671099 - 1.9777671099 - 1.8157750368 - -0.0851593912 - -0.0851593912 - -0.2017623484 - -0.2017623484 - 1.8281199932 - 1.8281199932 - 1.8200484514 - 1.8200484514 - 2.3561944962 - 2.3561944962 - -2.4227626324 - -2.4227626324 - 3.0560872555 - 3.0560872555 - 3.0676536560 - 3.0676536560 - -0.1839434505 - -0.1839434505 - 1.9437839985 - 1.9437839985 - -1.6224744320 - -1.6224744320 - 1.6814535856 - 1.7359449863 - 1.6814535856 - 1.6814535856 - 1.6814535856 - -3.0719380379 - -3.0719380379 - -3.0719380379 - -3.0727362633 - -3.0727362633 - 0.1067356691 - 0.1418970525 - 0.0713074654 - 0.1067356691 - -3.0719380379 - -3.0719380379 - 1.7454684973 - 1.7454684973 - 2.8886985779 - 2.9073374271 - 2.8886985779 - 2.9181160927 - 0.6229090691 - 2.9073374271 - 0.6229090691 - 2.9181160927 - 0.3805063665 - 0.3708913028 - 0.3805063665 - -3.0761127472 - -3.0761127472 - 2.1815223694 - 2.1815223694 - 3.1415927410 - -3.0940096378 - -2.5535900593 - 3.1415927410 - -1.4056476355 - -1.4056476355 - -1.3909428120 - -1.3909428120 - 1.3473197222 - 1.3473197222 - 1.3473197222 - 0.0350733288 - 2.7744188309 - 0.0350733288 - 0.5498532057 - 0.5498532057 - 3.0209689140 - 3.0209689140 - 0.0767718926 - 0.0767718926 - -0.2754260898 - -0.2754260898 - -0.4554510713 - -0.4554510713 - 0.0000000000 - 0.0000000000 - -1.3258177042 - -1.3258177042 - 1.6567906141 - 1.6567906141 - 1.8817945719 - 1.8817945719 - 3.1415927410 - 3.1415927410 - -2.5050845146 - -2.5050845146 - -2.4980914593 - -2.5075700283 - -2.5171823502 - -2.4980914593 - -2.5050845146 - -2.4980914593 - -2.5075700283 - -2.5171823502 - 0.2331798077 - 0.2331798077 - 2.1442368031 - 2.1442368031 - 2.1348800659 - -0.9732398987 - -0.9732398987 - -2.8119683266 - -2.8119683266 - -0.1586552560 - -0.1586552560 - 1.1232763529 - 1.1232763529 - 1.6814535856 - 1.6814535856 - -2.8381328583 - -2.8381328583 - -1.5056711435 - -1.5056711435 - -1.4743225574 - -1.4743225574 - 3.1021394730 - 3.1021394730 - 3.1016139984 - 3.1016139984 - 3.1021394730 - 3.1016139984 - 3.0961694717 - 3.0961694717 - 0.0000000000 - 0.0000000000 - 0.0000000000 - 0.0000000000 - 3.0899145603 - 3.0899145603 - 3.0890095234 - 3.0890095234 - 3.0899145603 - 3.0890095234 - 0.0000000000 - 0.0000000000 - 3.0828368664 - 3.0828368664 - 0.5028432012 - 0.5028432012 - 2.3217253685 - 2.3217253685 - 2.2896263599 - 0.8884797692 - 0.8884797692 - 0.3715178668 - 0.3715178668 - 1.6814535856 - 1.6814535856 - 1.7359449863 - 1.7359449863 - 1.6814535856 - 1.6814535856 - 1.6814535856 - 1.6814535856 - 1.7359449863 - 1.6814535856 - 1.6814535856 - 1.6814535856 - 1.6680495739 - 1.6680495739 - 1.0074800253 - 1.0074800253 - 2.3864881992 - 1.7454684973 - 1.7454684973 - 1.7454684973 - 1.7454684973 - 1.7454684973 - 1.7454684973 - 1.7454684973 - 1.7454684973 - 0.0949517041 - 0.0949517041 - 0.4834470153 - 0.4834470153 - 2.1036403179 - 1.1164942980 - 1.1164942980 - 0.0972531959 - 0.0972531959 - 2.9181160927 - 2.9073374271 - 2.8886985779 - 0.6229090691 - 2.9181160927 - 0.7144790292 - 0.7144790292 - 1.8370484114 - 1.8370484114 - 0.5813801885 - 0.5813801885 - 2.8817782402 - 1.3473197222 - 1.3473197222 - 1.3473197222 - -2.9889433384 - -2.9889433384 - 0.8803498745 - 0.8803498745 - 1.8157750368 - 1.9777671099 - 1.8157750368 - -1.2827408314 - -1.2827408314 - 1.8804992437 - 1.8804992437 - 0.5937496424 - 0.5937496424 - -2.6155261993 - -2.6155261993 - 0.0512371659 - 0.0512371659 - -2.5075700283 - -2.5050845146 - -2.4980914593 - -2.5075700283 - -2.5171823502 - 0.3001711667 - 0.3001711667 - -0.3381425142 - -0.3381425142 - 0.9586438537 - 0.9586438537 - 2.1348800659 - 2.1442368031 - 2.1348800659 - -1.3171222210 - -1.3171222210 - -2.0491487980 - -2.0491487980 - -1.1760052443 - -1.1760052443 - 3.1183409691 - 3.1183409691 - 2.7593100071 - 2.7593100071 - 3.0940096378 - 3.0940096378 - 0.7419472933 - 0.7419472933 - 2.2236430645 - 2.2236430645 - 2.2896263599 - 2.3217253685 - 2.2896263599 - -1.9900287390 - -1.9900287390 - 0.0525830612 - 0.0525830612 - 1.6756732464 - 1.6756732464 - 2.6909313202 - 2.6909313202 - 1.2145767212 - 1.2145767212 - 2.4186131954 - 2.4186131954 - 0.3587706685 - 0.3587706685 - 0.4834470153 - 0.4834470153 - 0.6622155309 - 0.6622155309 - 2.7496452332 - 2.7496452332 - 2.5912067890 - 2.5912067890 - 0.6360754967 - 0.6360754967 - 0.6360754967 - 0.6360754967 - 2.8291010857 - 2.8291010857 - 2.8835854530 - 2.8835854530 - 2.6779451370 - 2.6779451370 - 2.6581456661 - 2.8670172691 - 2.8670172691 - 0.1260880977 - 0.1260880977 - -1.3258177042 - -1.3258177042 - -1.3156139851 - -1.3156139851 - 1.8325098753 - 1.8325098753 - -0.2394992709 - -0.2394992709 - -1.3016288280 - -1.3016288280 - -2.5171823502 - -2.5050845146 - -2.4980914593 - -2.5075700283 - -2.5171823502 - 1.6284247637 - 1.6284247637 - -2.8555412292 - -2.8555412292 - -2.5468335152 - -2.5468335152 - -1.4327902794 - -1.4327902794 - -0.7437555790 - -0.7437555790 - 2.8899025917 - 2.8899025917 - -1.9655874968 - -1.9655874968 - -0.2825549543 - -0.2825549543 - -2.2479238510 - -2.2479238510 - 2.3561944962 - 2.3864881992 - 2.3561944962 - 0.1418970525 - 0.1418970525 - 0.1767088622 - 0.6556956172 - 0.6556956172 - 0.6747409701 - 0.6747409701 - 0.6747409701 - 0.6747409701 - 0.6747409701 - 0.6747409701 - 0.7538297176 - 2.3458855152 - 0.7538297176 - 2.5366902351 - 2.5366902351 - 2.9645195007 - 2.4937813282 - 2.4937813282 - -3.0648207664 - -3.0648207664 - 0.7338973284 - 0.7338973284 - 2.6581456661 - 2.6779451370 - 2.6581456661 - 2.7744188309 - 2.7744188309 - 0.0350733288 - 2.5244011879 - 2.5244011879 - -2.0561795235 - -2.0561795235 - 2.3365890980 - 2.3365890980 - -0.0665681660 - -0.0665681660 - 0.9780989289 - 0.9780989289 - 0.9874233007 - 1.9513026476 - 1.9513026476 - -1.8804992437 - -1.8804992437 - -3.0107653141 - -3.0107653141 - 1.3045443296 - 1.3045443296 - 1.0244363546 - -1.7143796682 - 1.0244363546 - -2.5596876144 - -2.5596876144 - 1.5889761448 - 1.5889761448 - -2.3855977058 - -2.3855977058 - 2.3506078720 - 2.3506078720 - -2.0778949261 - -2.0778949261 - 1.4801363945 - 1.4801363945 - 2.7488319874 - 2.7488319874 - 2.3864881992 - 1.0074800253 - 2.3864881992 - 2.3561944962 - 0.0713074654 - 0.0713074654 - 0.1767088622 - 0.1418970525 - 0.1767088622 - 2.1036403179 - 0.4834470153 - 2.1036403179 - 0.6747409701 - 0.6747409701 - 2.4061529636 - 2.4061529636 - 2.7784457207 - 2.7784457207 - 0.1243549958 - 0.1243549958 - 0.1048769355 - 0.1048769355 - 0.0727878511 - 0.0727878511 - -1.3473197222 - -1.3473197222 - 0.3487710059 - 0.3487710059 - 2.5702552795 - 2.5702552795 - 0.9874233007 - 0.9780989289 - 0.9874233007 - 1.8281199932 - 1.8281199932 - 1.8343602419 - 1.8343602419 - -2.4980914593 - -2.4980914593 - -2.5817956924 - -2.5817956924 - 1.6107749939 - 1.6107749939 - 2.7049655914 - 2.7049655914 - -0.3217505515 - -0.3217505515 - -0.2782996595 - 0.4636476040 - 0.4636476040 - -2.8632929325 - -2.8632929325 - 2.9694018364 - 2.9694018364 - 2.3955442905 - 2.3955442905 - 3.1121892929 - 3.1121892929 - 0.0000000000 - 0.0000000000 - 0.0000000000 - 0.0000000000 - 0.0000000000 - 0.0000000000 - 1.6814535856 - 1.6814535856 - -3.0540974140 - -3.0540974140 - 0.5028432012 - 0.5028432012 - -1.8655264378 - -1.8655264378 - 2.5564801693 - 2.5564801693 - 0.6895390153 - 0.6895390153 - 2.7017500401 - 2.9111902714 - 2.9111902714 - 2.8995208740 - 0.1418970525 - 0.1418970525 - 0.5720295310 - 0.5720295310 - -2.1587989330 - -2.1587989330 - -2.1587989330 - -2.1587989330 - 2.7971923351 - 2.7971923351 - 0.2769088447 - 2.2286849022 - 2.2286849022 - -2.8138542175 - -2.8138542175 - 0.6254850626 - 0.6254850626 - 2.3691806793 - 2.3691806793 - 1.3386925459 - 1.3386925459 - -2.4788632393 - -2.4788632393 - -2.3561944962 - -2.3561944962 - -2.0205559731 - -2.0205559731 - -1.7143796682 - -1.7143796682 - 1.0244363546 - -2.2848870754 - -2.2848870754 - -1.4257546663 - -1.4257546663 - -0.2782996595 - -0.3217505515 - -0.2782996595 - -0.1927007586 - -0.1927007586 - 1.8157750368 - 1.8157750368 - -2.1408367157 - -2.1408367157 - -2.1341125965 - 0.8362018466 - 0.8362018466 - 2.5393052101 - 2.5393052101 - 2.9441971779 - 2.9441971779 - 2.7173981667 - 2.7173981667 - 0.9964914918 - 0.9964914918 - 2.3458855152 - 2.3458855152 - 0.7538297176 - 2.9645195007 - 2.8231425285 - 2.5366902351 - 2.9645195007 - 2.5917394161 - -3.0875911713 - -3.1145722866 - -3.0860941410 - 2.5917394161 - 2.8995208740 - 2.9111902714 - 2.8995208740 - 1.8045395613 - 1.8045395613 - 1.8045395613 - 1.3825747967 - 1.8045395613 - 1.3825747967 - -3.0961694717 - 1.8045395613 - -3.0509328842 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 0.5295895934 - 0.5295895934 - 1.7928782701 - 1.7928782701 - 1.8233505487 - 1.0040670633 - 1.0040670633 - -2.8598208427 - -2.8598208427 - 2.2565257549 - 2.2565257549 - 2.1010119915 - 2.1010119915 - 1.8259787560 - 1.8259787560 - 1.3156139851 - 0.9505468607 - 0.9505468607 - 3.0172376633 - -2.5625183582 - 3.0172376633 - 2.3349211216 - 2.3349211216 - 0.7392770648 - 0.7392770648 - -0.8012698293 - -2.1730837822 - -2.1730837822 - -2.2455372810 - -1.9064348936 - -1.9064348936 - 1.4197809696 - 1.4197809696 - -2.0454931259 - -2.0454931259 - 1.7975951433 - 1.7975951433 - 0.9048271179 - 0.9048271179 - 0.9134072065 - 0.6643709540 - 0.6643709540 - -2.0647377968 - -2.0647377968 - -0.6883587837 - -0.6883587837 - -2.1341125965 - -2.1408367157 - -2.1341125965 - 2.1910457611 - 2.1910457611 - -2.0137214661 - -2.0137214661 - -1.0529032946 - -1.0529032946 - 1.0222469568 - 1.0222469568 - 1.3521274328 - 2.2035450935 - 1.3521274328 - 2.4370985031 - 2.4370985031 - 0.2847304344 - 0.2847304344 - 0.4878364503 - 0.4878364503 - 2.7017500401 - -2.0282711983 - 0.6895390153 - 2.7017500401 - 1.2351577282 - 1.2351577282 - 0.7338973284 - 0.7446044683 - 0.7338973284 - 0.7338973284 - -3.0193974972 - -3.0193974972 - 2.2142975330 - 2.2142975330 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 1.3825747967 - -3.0509328842 - 1.3825747967 - 1.8233505487 - 1.7928782701 - 1.8233505487 - 0.2769088447 - 2.7971923351 - 0.2769088447 - 0.4893929958 - 0.4893929958 - 1.0040670633 - 1.0040670633 - 1.3370531797 - 1.3370531797 - 0.6146629453 - 0.6146629453 - 1.3370531797 - 0.6146629453 - 0.7055681944 - 0.7055681944 - 2.2831540108 - 2.2831540108 - 1.3156139851 - 1.8259787560 - 1.3156139851 - 1.8259787560 - -0.6659692526 - -0.6659692526 - 1.8259787560 - 1.3156139851 - 1.8259787560 - 0.4032814801 - 0.4032814801 - 2.6381933689 - 2.8706457615 - 2.8706457615 - 0.3451576531 - 0.3451576531 - 1.6814535856 - 2.4887459278 - 1.6814535856 - 1.6657480001 - 1.6657480001 - 2.4887459278 - 1.6814535856 - 1.6657480001 - -0.8473876119 - -0.8473876119 - -0.7419472933 - -0.7419472933 - -0.6107259393 - -0.6107259393 - -0.8902751207 - -0.8902751207 - -2.2455372810 - -2.1730837822 - -2.2455372810 - -1.5946013927 - -1.5946013927 - -1.9339433908 - -1.9339433908 - 2.3561944962 - 2.3561944962 - -2.3276307583 - -2.3706862926 - -2.3276307583 - -2.0437028408 - -2.0437028408 - -2.3441469669 - -2.3441469669 - -2.7790484428 - -2.7790484428 - 0.9134072065 - 0.9048271179 - 0.9134072065 - 2.4069981575 - 2.4069981575 - -0.0525830612 - -0.0525830612 - 0.0000000000 - 0.0000000000 - -0.0212733857 - -0.0212733857 - -2.8868343830 - -2.8868343830 - -0.0222185645 - -0.0222185645 - -3.0438656807 - -3.0438656807 - 2.0899424553 - 2.0899424553 - 0.6794137955 - 0.6794137955 - 0.1106572226 - 0.1106572226 - 0.0767718926 - 0.0767718926 - 1.3633000851 - 2.1730837822 - 1.3633000851 - 3.1415927410 - 3.1415927410 - -3.0875911713 - -3.0875911713 - -3.1145722866 - -3.0860941410 - 2.5917394161 - -3.0860941410 - -3.0875911713 - -3.1145722866 - -3.0860941410 - 2.5917394161 - 0.5080628395 - 0.5080628395 - 2.6460409164 - 2.6460409164 - 0.8671825528 - 0.8671825528 - -3.0509328842 - 1.3825747967 - -3.0961694717 - 1.8045395613 - -3.0509328842 - 1.3825747967 - 2.7928216457 - 2.7928216457 - -3.0584514141 - -3.0584514141 - 3.1415927410 - 1.8045395613 - 1.8045395613 - 2.8198421001 - 2.8198421001 - 3.0750246048 - 3.0750246048 - 3.1415927410 - 2.6381933689 - 0.4032814801 - 2.6381933689 - 2.5369939804 - 2.5369939804 - 0.0735512897 - 0.0735512897 - 1.8116427660 - 1.8116427660 - 1.8238719702 - 1.8281199932 - 1.8238719702 - 1.8281199932 - 1.8076450825 - -1.1450452805 - -1.1450452805 - -2.9802174568 - -2.9802174568 - 0.2096398473 - 0.2096398473 - -0.2171113193 - -0.2171113193 - -2.5238368511 - -2.5238368511 - -2.3706862926 - -2.3706862926 - -2.3276307583 - -2.6248974800 - -2.6248974800 - -2.0344438553 - -2.0344438553 - 1.9890207052 - 1.9890207052 - -2.0564184189 - -2.0564184189 - -1.1626472473 - -1.1626472473 - -0.0416425802 - -0.0416425802 - -0.0416425802 - -0.0399786867 - -0.0399786867 - -0.0416425802 - -0.0416425802 - -0.0416425802 - 2.6314668655 - 2.6314668655 - 0.0000000000 - 0.0000000000 - 2.4770972729 - 2.4770972729 - -0.1148766056 - -0.1148766056 - 3.0676536560 - 3.0676536560 - 3.1045725346 - 3.1415927410 - 3.1415927410 - 0.0000000000 - 0.0000000000 - -1.2772073746 - -1.2772073746 - -1.1354430914 - -1.1354430914 - 2.7636244297 - 2.7636244297 - 2.2035450935 - 2.2035450935 - 1.3521274328 - -3.1145722866 - -3.0875911713 - -3.1145722866 - -3.0860941410 - 2.5917394161 - 2.8231425285 - 2.8231425285 - 2.8231425285 - 2.9645195007 - -2.0282711983 - -2.0282711983 - 2.7017500401 - 0.7446044683 - 0.7446044683 - 0.7338973284 - 0.7338973284 - 1.8157750368 - 1.8157750368 - 1.8157750368 - 1.8157750368 - 1.8045395613 - 1.8045395613 - 1.8045395613 - 1.8045395613 - 1.8045395613 - 1.3825747967 - 2.5169572830 - 2.5169572830 - 2.5018229485 - -3.0961694717 - 1.3825747967 - -3.0961694717 - 1.8045395613 - -3.0509328842 - 1.8045395613 - 1.3825747967 - -3.0961694717 - 1.8045395613 - -3.0509328842 - 3.1415927410 - -3.0584514141 - 3.1415927410 - 0.2186689526 - 0.2186689526 - 1.3473197222 - 1.3473197222 - 2.7049655914 - 2.7049655914 - 2.8068559170 - 2.8068559170 - -1.3909428120 - -1.3909428120 - 2.5244011879 - 2.5244011879 - -3.0648207664 - -3.0648207664 - 0.5191460848 - 0.5191460848 - -2.5625183582 - 2.2865400314 - -2.5625183582 - -3.0750246048 - 3.0172376633 - -3.0750246048 - -2.5625183582 - -3.0750246048 - -3.0045263767 - -2.5899376869 - 0.9467732906 - 3.1415927410 - 3.0750246048 - 3.1415927410 - -2.5899376869 - -3.0750246048 - -2.5899376869 - 0.9467732906 - 0.1283232272 - 0.1283232272 - 2.3349211216 - -2.6779451370 - 2.3349211216 - 0.0767718926 - 0.0767718926 - 0.1526493281 - 1.8438050747 - 1.8438050747 - 1.8438050747 - 1.8337910175 - 1.8438050747 - 1.8438050747 - 1.8438050747 - 1.8438050747 - 1.8337910175 - 1.8438050747 - 1.8438050747 - 1.8438050747 - 1.8438050747 - 1.8337910175 - 1.8438050747 - -3.0244839191 - -3.0244839191 - 1.8438050747 - 1.8438050747 - 1.8337910175 - 0.1067356691 - 0.1067356691 - -2.4837040901 - 1.8692952394 - 0.1418970525 - 2.0131704807 - 2.0131704807 - 2.0131704807 - 2.0064792633 - 2.0131704807 - 2.0131704807 - 2.0131704807 - 2.0064792633 - 1.9987448454 - 1.9922155142 - 1.9987448454 - 2.0131704807 - 2.0064792633 - 1.9987448454 - 1.9922155142 - 1.6869379282 - -2.4980914593 - -2.4980914593 - -2.5142843723 - -0.8012698293 - 0.7392770648 - -0.8012698293 - -0.1289107651 - -0.1289107651 - 1.3578579426 - 1.3578579426 - -1.0912770033 - -1.0912770033 - -3.0132694244 - -3.0132694244 - -1.5246752501 - -1.5246752501 - -1.4420998096 - -1.4420998096 - -1.5203341246 - -1.5203341246 - 2.5872850418 - 2.5872850418 - -1.9655874968 - -1.9655874968 - -1.9731174707 - -2.2655346394 - -2.2655346394 - 2.1218698025 - 2.1218698025 - -3.1063132286 - -3.1063132286 - 0.0000000000 - 0.0000000000 - 0.0831412300 - -3.0975036621 - -3.0975036621 - -3.1121892929 - 0.9371632934 - 0.9371632934 - 0.9240378737 - 0.9240378737 - 0.9371632934 - 0.9240378737 - -0.0384425893 - -0.0384425893 - -0.0767718926 - -0.0767718926 - 0.9272952080 - 0.9272952080 - 0.9777937531 - 0.9777937531 - 2.1730837822 - 2.1730837822 - 1.3633000851 - 2.8231425285 - 2.8231425285 - 2.8231425285 - 1.1377068758 - 1.1377068758 - 1.8157750368 - 1.8157750368 - 0.7338973284 - 0.7446044683 - 0.7338973284 - 0.7338973284 - 2.4872224331 - 2.4872224331 - 1.8370484114 - 1.8370484114 - 1.8370484114 - 1.7942728996 - 1.7942728996 - 1.8370484114 - 1.8370484114 - 1.7942728996 - 1.8370484114 - 1.8370484114 - 1.7942728996 - 1.8370484114 - 2.5018229485 - 2.5169572830 - 2.5018229485 - 1.3156139851 - 1.3156139851 - -3.0024967194 - -3.0024967194 - -3.0024967194 - -3.0024967194 - 2.5672879219 - 2.5672879219 - 2.5468335152 - -2.2584676743 - -2.2584676743 - 0.3805063665 - 0.3805063665 - -2.6779451370 - -2.6779451370 - 2.3349211216 - 0.1526493281 - 0.0767718926 - 0.1526493281 - 1.8337910175 - 1.8438050747 - 1.8692952394 - 1.8438050747 - 1.8337910175 - 1.8438050747 - -3.0172376633 - -3.0172376633 - 0.3919475377 - 0.3919475377 - 1.3024301529 - 1.3024301529 - 1.2722973824 - 1.2722973824 - 1.8337910175 - 1.8438050747 - 1.8337910175 - -2.4837040901 - 1.8692952394 - -2.4837040901 - 1.8337910175 - 0.1067356691 - -2.4837040901 - 1.8692952394 - 0.1418970525 - 2.4887459278 - 2.4887459278 - 1.6814535856 - 1.6657480001 - 1.8238719702 - 1.8116427660 - 1.8238719702 - 1.8281199932 - 1.8076450825 - 1.8076450825 - 1.8238719702 - 1.8281199932 - 1.8076450825 - 2.0064792633 - 2.0131704807 - 2.0131704807 - 2.0064792633 - 1.9987448454 - 1.9922155142 - 1.9922155142 - 2.0131704807 - 2.0064792633 - 1.9987448454 - 1.9922155142 - 1.7359449863 - 1.7359449863 - -2.5142843723 - -2.4980914593 - -2.5142843723 - -1.9731174707 - -1.9655874968 - -1.9731174707 - -2.9629616737 - -2.9629616737 - -0.1503714323 - -0.1206236705 - -0.1503714323 - -0.1206236705 - 2.9010584354 - 2.9010584354 - 1.9421955347 - 1.9421955347 - 1.9330232143 - 1.9295669794 - 1.9330232143 - 1.9421955347 - 1.9330232143 - 1.9295669794 - -3.0860941410 - -3.0860941410 - 0.0831412300 - 0.0000000000 - 0.0831412300 - -3.1121892929 - -3.0975036621 - -3.1121892929 - 1.4856369495 - 1.4856369495 - 3.1045725346 - 3.0676536560 - 3.1045725346 - 0.8071338534 - 0.8071338534 - 2.6487562656 - 2.6487562656 - 3.0068213940 - -2.8370816708 - -2.8370816708 - 0.2741674483 - 2.8132631779 - 0.2741674483 - 0.2837941051 - -0.3958504498 - -0.3958504498 - 2.4858970642 - 2.4858970642 - 1.8157750368 - 1.8157750368 - 0.1137920097 - 0.1137920097 - -1.3734008074 - -1.3734008074 - -1.3734008074 - 1.4743225574 - 1.4743225574 - -3.0077817440 - -3.0077817440 - 0.1488899440 - 0.1488899440 - 0.9629943371 - 0.9827937484 - 0.9629943371 - -3.0024967194 - -3.0024967194 - -3.0024967194 - -3.0024967194 - -3.0024967194 - -3.0024967194 - -3.0024967194 - -3.0024967194 - 2.5468335152 - 2.5672879219 - 2.5468335152 - 0.6146629453 - 2.2655346394 - 2.2655346394 - 2.2865400314 - 2.2865400314 - 2.2655346394 - 2.2865400314 - -2.5625183582 - 1.3258177042 - 1.3258177042 - -2.6374266148 - -2.6374266148 - 0.4993467331 - 0.4993467331 - 2.3357892036 - 2.3357892036 - 1.8692952394 - 1.8337910175 - 0.1067356691 - -2.4837040901 - 1.8692952394 - -1.3439974785 - -1.3439974785 - 2.1507990360 - 2.1507990360 - 1.6869379282 - 1.9987448454 - 1.6869379282 - -1.3457580805 - -1.3457580805 - -2.9294488430 - -2.9294488430 - 0.6729710102 - 0.6729710102 - -0.1810926497 - -0.1810926497 - -1.5142529011 - -1.5142529011 - -1.3583643436 - -1.3583643436 - 2.3207483292 - 2.3207483292 - 2.3065898418 - 0.6267428994 - 0.6267428994 - -1.9720251560 - -1.9720251560 - 3.1031501293 - 3.1031501293 - -1.8541042805 - -1.8541042805 - -2.1251037121 - -2.1251037121 - -2.3961732388 - -2.3961732388 - -2.9340963364 - -2.9340963364 - -2.8797073364 - -2.9816794395 - -0.6502274871 - -0.6502274871 - -0.1651486754 - -0.1651486754 - -0.1206236705 - -0.1206236705 - -0.1503714323 - -0.1206236705 - -0.1206236705 - -0.1206236705 - -0.1503714323 - -0.1206236705 - 2.9023611546 - 2.9023611546 - 2.8794727325 - 0.4324077666 - 0.4324077666 - 0.4636476040 - 3.0961694717 - 3.0961694717 - 1.9295669794 - 1.9421955347 - 1.9330232143 - 1.9295669794 - -1.6324465275 - -1.6324465275 - 3.0845117569 - 3.0845117569 - 1.2977876663 - 1.2977876663 - 1.4121410847 - 0.3217505515 - 0.3217505515 - 0.0454232804 - 0.0454232804 - 3.1415927410 - 3.1415927410 - -3.0648207664 - -3.0648207664 - -3.0702850819 - -3.0702850819 - 3.1415927410 - -3.0702850819 - -0.8210972548 - -0.8210972548 - 3.0068213940 - 2.6487562656 - 3.0068213940 - 2.8132631779 - 2.8132631779 - 0.2741674483 - 0.9272952080 - 0.9272952080 - 0.2837941051 - 0.2741674483 - 0.2837941051 - 1.8157750368 - 1.8157750368 - 1.8157750368 - 1.8157750368 - 1.8157750368 - 1.4105656147 - 1.4105656147 - 1.8157750368 - 1.8157750368 - 1.8157750368 - 1.8157750368 - 1.8157750368 - 0.5603598952 - 0.5603598952 - -1.3734008074 - -1.3734008074 - -1.3734008074 - 0.2220818996 - 0.2220818996 - 0.9827937484 - 0.9827937484 - 0.9629943371 - 0.9629943371 - 0.9827937484 - 1.8157750368 - 1.8157750368 - -3.0045263767 - -3.0750246048 - -3.0045263767 - 0.9467732906 - -3.0750246048 - -2.5899376869 - 0.9467732906 - 2.5620286465 - 2.5620286465 - 2.5620286465 - 2.5796711445 - 2.5665204525 - 1.8692952394 - 1.8692952394 - 1.3171222210 - 1.8588517904 - 1.8337910175 - 1.8717166185 - 1.8717166185 - 1.8622530699 - 1.8817945719 - 1.8817945719 - 1.8490959406 - 1.3016288280 - 1.2924966812 - 0.1418970525 - 0.1067356691 - -2.4837040901 - 1.8490959406 - 0.1418970525 - 1.2924966812 - 1.8490959406 - 1.2924966812 - 1.8817945719 - 1.8490959406 - 0.1418970525 - 1.3016288280 - 1.2924966812 - 1.8490959406 - 2.1981046200 - 2.1981046200 - 0.1973955631 - 0.1973955631 - 1.8817945719 - 1.8817945719 - 1.8399637938 - 1.8817945719 - 0.1953915507 - 0.1953915507 - 0.2275674939 - 1.3299498558 - 1.3503025770 - 1.3539227247 - 1.3299498558 - -1.9974237680 - -1.9974237680 - -0.7657928467 - -0.7657928467 - -2.7354946136 - -2.8330862522 - -2.8330862522 - 0.2593317330 - 0.2593317330 - 0.2730087042 - 2.3065898418 - 2.3207483292 - 2.3065898418 - -2.5213432312 - -2.5213432312 - 0.9075933099 - 0.9075933099 - -2.9791035652 - -2.9791035652 - -3.1045725346 - -3.1045725346 - -1.1398473978 - -1.1398473978 - -2.4393358231 - -2.4393358231 - 2.8794727325 - 2.9023611546 - 2.8794727325 - 0.4636476040 - 0.4324077666 - 0.4636476040 - 1.4121410847 - 1.2977876663 - 1.4121410847 - 0.7740350366 - 0.7740350366 - 2.0636327267 - 2.0636327267 - 2.0491487980 - 2.0491487980 - 2.0636327267 - 2.0491487980 - 3.1415927410 - -3.0702850819 - 3.1415927410 - -3.0702850819 - 3.1415927410 - 3.1415927410 - 0.1418970525 - 0.1418970525 - 0.1526493281 - 0.1526493281 - 1.7975951433 - 1.7975951433 - 1.8157750368 - 1.8157750368 - 1.8157750368 - 1.8157750368 - 1.8370484114 - 1.8370484114 - 1.8370484114 - 1.7942728996 - 0.3473859727 - 0.3473859727 - 2.1471714973 - 2.1471714973 - 2.1251037121 - 0.1106572226 - 0.1106572226 - 0.2186689526 - 2.6011731625 - 2.6011731625 - 1.2649174929 - 1.2649174929 - 0.1566018760 - 0.1308273971 - 0.1566018760 - 0.1651486754 - 0.1651486754 - 0.1651486754 - 0.1651486754 - 0.2449786663 - 0.2449786663 - 0.1651486754 - 0.2449786663 - 2.5796711445 - 2.5620286465 - 2.5620286465 - 2.5796711445 - 2.5665204525 - 2.3357892036 - 2.3357892036 - 0.9332475066 - 0.9505468607 - 2.3365890980 - 2.3365890980 - 2.3177518845 - 1.8622530699 - 1.8717166185 - 1.8622530699 - -1.3134726286 - -1.3134726286 - 1.8490959406 - 0.1418970525 - 1.3016288280 - 1.8588517904 - 1.2924966812 - 1.8490959406 - 1.3473197222 - 1.3473197222 - 1.8399637938 - 1.8817945719 - 1.8399637938 - 1.8817945719 - 1.8717166185 - 1.8200484514 - 1.8200484514 - 1.3503025770 - 1.3503025770 - 1.3539227247 - 1.3299498558 - -1.2490457296 - -1.2490457296 - 1.8969521523 - 1.8969521523 - 1.0902726650 - 1.0902726650 - 1.0863183737 - 0.2730087042 - 0.2593317330 - 0.2730087042 - 3.0750246048 - 3.0750246048 - 3.0738997459 - 3.0738997459 - 3.0750246048 - 3.0738997459 - 2.2848870754 - 2.2848870754 - 2.9029834270 - 2.9029834270 - 1.9416875839 - 1.9416875839 - -3.1145722866 - -3.1145722866 - 0.1526493281 - 0.1526493281 - 0.1418970525 - 0.1418970525 - -3.0466408730 - -3.0466408730 - 0.0713074654 - 0.0713074654 - 0.0890495852 - 0.0890495852 - 0.2860514522 - 0.2860514522 - 0.2860514522 - 0.2968446612 - 0.3075671196 - 0.3075671196 - 0.2860514522 - 0.2860514522 - 0.2968446612 - 0.3075671196 - -0.5328438878 - 2.1251037121 - 2.1471714973 - 2.1251037121 - 0.2186689526 - 0.1106572226 - 0.2186689526 - 0.9723774195 - 0.9723774195 - 3.0771658421 - 3.0771658421 - 0.6146629453 - 2.5468335152 - 0.6146629453 - 1.8337910175 - 1.8337910175 - 1.8438050747 - 1.8438050747 - 1.8337910175 - 1.8438050747 - 1.8545904160 - 1.8337910175 - 1.8337910175 - 1.8438050747 - 1.8337910175 - 2.3805799484 - 2.3805799484 - 2.5620286465 - 2.5620286465 - 2.5620286465 - 2.5796711445 - 2.5665204525 - 2.5665204525 - 2.5620286465 - 2.5620286465 - 2.5796711445 - 2.5665204525 - 0.1510153413 - 0.1510153413 - -3.0172376633 - -3.0172376633 - -3.0791738033 - 1.3171222210 - 1.8692952394 - 1.3171222210 - 1.8588517904 - 1.3171222210 - 1.8588517904 - 1.8692952394 - 1.3171222210 - 1.8588517904 - 1.3171222210 - 2.3825042248 - 2.3825042248 - -2.6092700958 - -2.6092700958 - 2.3045163155 - 2.3045163155 - -2.6092700958 - 2.3045163155 - -0.0779666305 - -0.0779666305 - 0.2275674939 - 0.1953915507 - 0.2275674939 - 1.3539227247 - 1.3503025770 - 1.3539227247 - 1.3299498558 - -2.7354946136 - -0.7657928467 - -2.7354946136 - 1.1922507286 - 1.1922507286 - -1.4711276293 - -1.4711276293 - -2.1870932579 - -2.1870932579 - -2.1850459576 - 0.8880662322 - 0.8880662322 - 1.0863183737 - 1.0902726650 - 1.0863183737 - 2.7004132271 - 2.7004132271 - -2.8797073364 - -2.9340963364 - -2.8797073364 - -2.9816794395 - -2.9340963364 - -2.9816794395 - -2.9921770096 - -2.9905772209 - 0.0000000000 - 2.3725864887 - 2.3725864887 - -0.1651486754 - -0.1651486754 - 0.0767718926 - 0.0767718926 - 1.1383885145 - 1.1383885145 - 1.1226513386 - 1.1226513386 - 1.1383885145 - 1.1226513386 - -2.6861414909 - -2.6861414909 - -3.0702850819 - -3.0702850819 - 3.1415927410 - -3.0702850819 - 0.5224034190 - 0.5224034190 - 1.4141944647 - 1.4141944647 - 3.1021394730 - 3.1021394730 - 0.2860514522 - 0.2860514522 - 0.2860514522 - 0.2968446612 - 0.2504431009 - 0.3075671196 - -0.5328438878 - 0.2504431009 - 0.3075671196 - -0.5328438878 - 2.3421108723 - 2.3421108723 - -3.0102772713 - -3.0102772713 - 2.8612930775 - 2.8612930775 - 0.9629943371 - 0.9827937484 - 0.9629943371 - 0.9827937484 - 0.9827937484 - 0.9827937484 - 0.9629943371 - 0.9827937484 - 1.8545904160 - 1.8438050747 - 1.8545904160 - 1.8438050747 - 1.8438050747 - 1.3171222210 - 1.3171222210 - 1.3258177042 - 1.8692952394 - 0.9332475066 - 2.3357892036 - 0.9332475066 - 0.9505468607 - 0.9151006937 - 0.5020902157 - 0.5020902157 - 1.8692952394 - 1.8692952394 - 1.4758446217 - 1.5707963705 - 1.5707963705 - 1.4758446217 - 1.8490959406 - 1.8490959406 - 2.3177518845 - 2.3365890980 - 2.3177518845 - 1.1071487665 - 1.1071487665 - 1.8490959406 - 1.8817945719 - 1.8490959406 - 1.3016288280 - 1.3016288280 - 0.1418970525 - 1.3016288280 - 1.8588517904 - 1.2924966812 - 1.3016288280 - 1.8817945719 - 1.8490959406 - 1.3016288280 - 1.8717166185 - 1.3016288280 - 1.3016288280 - 1.2924966812 - 1.8490959406 - 1.8490959406 - 1.8490959406 - 1.8817945719 - 1.8817945719 - 1.8399637938 - 1.8817945719 - 1.8717166185 - 1.6888883114 - 1.6888883114 - 2.8717434406 - 2.8717434406 - -2.1850459576 - -2.1870932579 - -2.1850459576 - -1.5971060991 - -1.5971060991 - 0.3772490621 - 0.3772490621 - 2.7577750683 - -1.9949907064 - -1.9949907064 - -3.0860941410 - -3.0860941410 - -2.9905772209 - 0.0000000000 - -2.9921770096 - -2.9816794395 - -2.9921770096 - -2.9905772209 - 0.0000000000 - -2.9905772209 - -3.0860941410 - -2.9816794395 - -2.9921770096 - -2.9905772209 - 0.0000000000 - 0.0000000000 - -3.0860941410 - -2.9816794395 - -2.9921770096 - -2.9905772209 - 0.0000000000 - -1.6745886803 - -1.6745886803 - -1.5495229959 - -1.5495229959 - 1.8568477631 - 1.8568477631 - 0.2968446612 - 0.2860514522 - 0.2860514522 - 0.2968446612 - 0.2504431009 - 0.3075671196 - 3.0509328842 - 3.0509328842 - 2.6090886593 - 1.5707963705 - 1.5707963705 - 2.2455372810 - 2.2455372810 - 0.1308273971 - 0.1308273971 - 0.1566018760 - 0.4971079230 - 0.4971079230 - 2.6779451370 - 2.6779451370 - 1.3258177042 - 1.3171222210 - 1.3258177042 - -3.0791738033 - -3.0172376633 - -3.0791738033 - 0.9505468607 - 2.3357892036 - 0.9332475066 - 0.9505468607 - 0.9151006937 - 0.9332475066 - 0.9151006937 - 0.8960554004 - 1.3171222210 - 1.8692952394 - 1.3171222210 - 1.8588517904 - 1.3171222210 - 1.5707963705 - 1.5707963705 - 1.5707963705 - 1.4758446217 - 1.5707963705 - 1.5707963705 - 1.5707963705 - 1.4758446217 - 1.3024301529 - 1.3024301529 - 0.1441543847 - -1.5395565033 - 0.1441543847 - 1.3016288280 - 1.8490959406 - 1.3016288280 - 1.8717166185 - 1.3016288280 - 1.3016288280 - 1.8588517904 - 1.8490959406 - 1.8588517904 - 1.8490959406 - 1.8717166185 - 1.8717166185 - 1.8717166185 - 1.8717166185 - 1.8717166185 - 1.8717166185 - 1.8717166185 - 1.3101938963 - 1.8622530699 - 1.8399637938 - 1.8817945719 - 1.8717166185 - -2.5088438988 - -2.5088438988 - -2.5308666229 - -2.9331274033 - -2.9331274033 - -2.8546538353 - -2.8546538353 - 1.3891475201 - 1.3891475201 - -2.6779451370 - -2.6779451370 - -0.1616213620 - -0.1616213620 - 0.9213955998 - 0.9213955998 - 0.9097531438 - 0.9097531438 - 0.9213955998 - 0.9097531438 - -2.0778949261 - -2.0778949261 - -2.0344438553 - -2.0344438553 - -0.1613751054 - -0.1613751054 - -2.1879878044 - -2.1879878044 - 2.6090886593 - 3.0509328842 - 2.6090886593 - 2.1815223694 - 2.1815223694 - 1.8295671940 - 1.5120404959 - 1.8295671940 - 2.2694561481 - 2.2694561481 - 2.3357892036 - 2.3357892036 - -3.0828368664 - -3.0828368664 - -3.0244839191 - -3.0244839191 - 0.1526493281 - 0.1526493281 - -1.8438050747 - 0.3455555737 - -1.8438050747 - 2.3561944962 - 2.3561944962 - 0.1488899440 - 0.1488899440 - 1.8717166185 - 1.3016288280 - 1.8717166185 - 1.3016288280 - 1.3016288280 - 1.3101938963 - 1.3101938963 - 1.8622530699 - 1.8717166185 - 1.4288992882 - 1.4288992882 - -1.2490457296 - -1.2490457296 - 0.1942410022 - 0.1942410022 - 1.9195673466 - 1.9195673466 - -2.5308666229 - -2.5088438988 - -2.5308666229 - 0.3366748095 - 0.3366748095 - 1.2036224604 - 1.2036224604 - -1.2298173904 - -1.2298173904 - 2.9262349606 - 2.9262349606 - -1.2298173904 - 2.9262349606 - -1.9710370302 - -1.9710370302 - 2.9905772209 - 2.9905772209 - -1.1270136833 - -1.1270136833 - -0.6898000240 - -0.6898000240 - 2.1112158298 - -1.2587542534 - -1.2587542534 - -1.0986742973 - -1.0986742973 - -3.0617625713 - -3.0617625713 - -2.1665809155 - -2.1665809155 - -2.1548774242 - -2.1548774242 - -2.1665809155 - -2.1548774242 - 0.0906598866 - 0.0906598866 - 0.0906598866 - 0.0890495852 - 0.0906598866 - 0.0906598866 - 0.0906598866 - 0.0890495852 - 0.0890495852 - 0.0906598866 - 0.0906598866 - 0.0890495852 - 1.4435801506 - 1.4435801506 - 2.7996428013 - 2.7996428013 - 1.3886280060 - 1.3886280060 - 2.0142445564 - 2.0142445564 - 0.2504431009 - 0.2860514522 - 0.2968446612 - 0.2504431009 - -0.5328438878 - 0.4383365512 - 0.4383365512 - 2.1240906715 - 2.1240906715 - -3.0419239998 - -3.0419239998 - -3.0750246048 - 2.2455372810 - 2.2455372810 - 1.8692952394 - 1.3171222210 - 1.8692952394 - 1.3171222210 - -1.5395565033 - -0.0156237287 - -1.5395565033 - 0.1441543847 - 0.2110933363 - 0.2110933363 - 1.3016288280 - 1.8490959406 - 1.3016288280 - 1.8717166185 - 1.3016288280 - 1.3016288280 - 1.8622530699 - 1.8717166185 - 1.3101938963 - 1.8622530699 - 1.8717166185 - 1.8717166185 - 0.1435833871 - 0.1435833871 - 1.8925468922 - 1.8925468922 - 2.7270858288 - 2.7270858288 - 0.7392770648 - 0.7392770648 - 0.6947382689 - 0.6947382689 - 0.7392770648 - 0.6947382689 - 2.9441971779 - 2.9441971779 - 1.2277723551 - 1.2277723551 - 0.7853981853 - 0.7853981853 - 2.7577750683 - 0.3772490621 - 2.7577750683 - 0.9960204363 - 0.9960204363 - 0.9126144052 - 0.6669082046 - 0.6734422445 - 0.9126144052 - -2.1708464622 - -2.1708464622 - -0.8353565335 - -0.8353565335 - 2.4061529636 - 2.4061529636 - 2.4061529636 - 2.3941509724 - -2.6671926975 - -2.6671926975 - -1.0353767872 - -1.0353767872 - 1.8157750368 - 1.8157750368 - 1.8157750368 - 1.8157750368 - -2.9533710480 - 2.0246403217 - 2.0246403217 - -3.1169064045 - -3.1169064045 - 2.4682235718 - 2.4682235718 - 0.8818719387 - 1.1659045219 - 0.8818719387 - 1.5120404959 - 1.5120404959 - 1.8295671940 - 1.4801363945 - 1.4801363945 - 1.5120404959 - 1.4801363945 - -1.2864115238 - -1.2864115238 - 1.8545904160 - 1.8545904160 - -3.0750246048 - -3.0419239998 - -3.0750246048 - 0.6979027987 - 0.6979027987 - 0.7684506178 - 0.8960554004 - 0.9151006937 - 0.8960554004 - -0.0156237287 - -0.0156237287 - -1.5395565033 - 1.1368429661 - 1.1368429661 - 1.4494442940 - 1.4494442940 - 1.4523063898 - 0.1345979124 - 0.1345979124 - 0.7641247511 - 0.7641247511 - -0.8470483422 - -0.8470483422 - -2.7367007732 - -2.7367007732 - -2.7319464684 - -2.7270858288 - -2.7319464684 - -2.7367007732 - -2.7319464684 - -2.7270858288 - -2.7270858288 - -2.7367007732 - -2.7319464684 - -2.7270858288 - -2.7672591209 - -2.7672591209 - 0.5565993190 - 0.5565993190 - 1.2542270422 - 1.2542270422 - -1.5214537382 - -1.5214537382 - -1.5091462135 - -1.5091462135 - -1.5214537382 - -1.5091462135 - -2.1870932579 - -2.1870932579 - -2.0278651714 - -2.0278651714 - -1.3578579426 - -1.3578579426 - -2.2873380184 - -2.2873380184 - -2.2686991692 - 2.4629302025 - 2.4436898232 - -2.2686991692 - -2.2873380184 - -2.2686991692 - 2.4629302025 - 2.4436898232 - -0.3392926157 - 2.1112158298 - -0.3392926157 - 0.8336365819 - 0.8336365819 - 2.6224465370 - 2.6224465370 - -2.3114483356 - -2.3114483356 - -1.5469913483 - -1.5469913483 - -1.8692952394 - -1.8692952394 - -2.4786555767 - -2.4786555767 - 1.0714496374 - 1.0714496374 - -1.8313987255 - -1.8313987255 - 0.7684506178 - 0.6979027987 - 0.7684506178 - 0.7724118829 - 0.7724118829 - 0.3455555737 - 0.3455555737 - -1.8438050747 - 0.4856221080 - 0.4799505174 - 1.4523063898 - 1.4494442940 - 1.4523063898 - 0.1359974146 - 0.1359974146 - 1.8817945719 - 1.8817945719 - 1.8817945719 - 1.8717166185 - 1.8717166185 - 0.4636476040 - 0.4636476040 - -1.8045395613 - -1.8045395613 - -1.3673032522 - -1.3673032522 - -0.8454352021 - -0.8454352021 - -1.8490959406 - -1.8490959406 - -0.3743336201 - -0.3743336201 - -1.5503909588 - -1.5503909588 - -2.6928694248 - -2.6928694248 - 0.5667291880 - 0.5667291880 - -0.6287962794 - -0.6287962794 - 0.6669082046 - 0.6669082046 - 0.6734422445 - 0.6863085628 - 0.9126144052 - -2.4087774754 - -2.4087774754 - 2.1112158298 - -0.6898000240 - 2.1112158298 - -0.3392926157 - 2.4629302025 - -2.2873380184 - -2.2686991692 - 2.4629302025 - 2.4436898232 - -2.1989665031 - -2.1989665031 - 3.0758979321 - 3.0758979321 - -2.9258265495 - -2.9258265495 - 2.1000430584 - 2.1000430584 - 1.8045395613 - 1.8045395613 - 2.2655346394 - 2.2655346394 - 1.4364749193 - 1.4364749193 - 2.6779451370 - 2.6779451370 - 0.4586971402 - 0.4586971402 - 1.8717166185 - 1.8817945719 - 1.8717166185 - 1.8817945719 - 1.8717166185 - 1.8622530699 - 1.8717166185 - 1.8817945719 - 1.8717166185 - 1.8817945719 - 1.8717166185 - 1.8622530699 - 2.2631306648 - 2.2631306648 - 2.4954738617 - 2.4954738617 - -1.5437759161 - -1.5437759161 - 2.2499296665 - 2.2499296665 - 1.1284221411 - 1.1284221411 - -1.1383885145 - -1.1383885145 - -1.1174576283 - -1.1174576283 - -1.1383885145 - -1.1174576283 - -0.6504214406 - -0.6504214406 - 2.3636016846 - 2.3636016846 - -0.7641247511 - -0.7641247511 - 2.0524599552 - 2.0524599552 - 0.6734422445 - 0.6669082046 - 0.6734422445 - 0.6863085628 - 0.9126144052 - -2.9634997845 - -2.9634997845 - -0.8744477630 - -0.8744477630 - -0.7248661518 - -0.7248661518 - -0.7040963173 - -0.7040963173 - -2.2822554111 - -2.2822554111 - 2.4436898232 - -2.2873380184 - -2.2686991692 - 2.4629302025 - 2.4436898232 - -0.8760580420 - -0.8760580420 - 2.4061529636 - 2.4061529636 - 2.4061529636 - 2.3932147026 - 2.3941509724 - 2.3811893463 - 2.3941509724 - 2.4061529636 - 2.4061529636 - 2.3932147026 - 2.3941509724 - 2.3811893463 - -3.1089954376 - -3.1089954376 - -2.5043544769 - -2.5043544769 - -2.2390856743 - -2.2390856743 - 0.0798299834 - 0.0798299834 - -2.9533710480 - 1.8157750368 - -2.9533710480 - 2.0446476936 - 2.0446476936 - 1.1659045219 - 1.1659045219 - 1.5707963705 - 0.8818719387 - 3.0689930916 - 3.0689930916 - 0.3283294141 - 0.3283294141 - 0.4114562571 - 0.4114562571 - 0.4048917890 - 0.4048917890 - 0.4114562571 - 0.4048917890 - 1.9365435839 - 1.9365435839 - -1.6373645067 - -1.6373645067 - 2.2999160290 - 2.2999160290 - -1.5909955502 - 0.8663022518 - 0.8663022518 - 0.4856221080 - 0.3455555737 - 0.4856221080 - 0.4799505174 - 0.4799505174 - 0.3455555737 - 0.4856221080 - 0.4799505174 - 0.6375488043 - 0.6375488043 - 0.1526493281 - 0.1746722013 - 0.1526493281 - 0.1713791192 - 0.2805368006 - 0.2805368006 - -1.5841288567 - -1.5841288567 - 0.4839493930 - 0.4839493930 - 0.8685393929 - 0.8685393929 - -0.8744477630 - -0.8744477630 - 2.3932147026 - 2.4061529636 - 2.3932147026 - 2.3941509724 - 2.3811893463 - 2.3811893463 - 2.4061529636 - 2.3932147026 - 2.3941509724 - 2.3811893463 - 3.0027077198 - 3.0027077198 - 1.5813223124 - 1.5812126398 - -2.7610862255 - -2.7610862255 - -2.1550676823 - -2.1550676823 - -2.7149651051 - -2.7149651051 - -1.5707963705 - -1.5707963705 - 1.5707963705 - 1.1659045219 - 1.5707963705 - 1.8370484114 - 1.8370484114 - 1.5707963705 - 1.5707963705 - 0.9664908051 - 0.9664908051 - 1.1071487665 - -1.5909955502 - 2.2999160290 - -1.5909955502 - 0.4353532791 - 0.4353532791 - 0.1746722013 - 0.1746722013 - 0.1526493281 - 0.1713791192 - 0.1713791192 - 0.1746722013 - 0.1526493281 - 0.1713791192 - 1.8817945719 - 1.8817945719 - 1.8717166185 - 1.8817945719 - 1.8717166185 - 1.8717166185 - 1.9379701614 - 1.9379701614 - -2.7233684063 - -2.7233684063 - -1.0908458233 - -1.0908458233 - -2.6716160774 - -2.6716160774 - -2.0545754433 - -2.0545754433 - 2.3151216507 - 2.3151216507 - 2.4946959019 - 2.4946959019 - 2.4930579662 - -2.9945142269 - -2.9945142269 - 3.0750246048 - 3.0750246048 - 0.6863085628 - 0.6669082046 - 0.6734422445 - 0.6863085628 - -1.0612040758 - -1.0612040758 - -0.8734055161 - -0.8734055161 - -0.8598869443 - -0.7853981853 - -0.7853981853 - -0.7576275468 - -1.9890207052 - -1.9890207052 - -2.1451010704 - -2.1451010704 - 1.5813223124 - 3.0027077198 - 1.5813223124 - 1.5812126398 - -3.1145722866 - -3.1145722866 - -1.9946639538 - -1.9946639538 - 1.3019558191 - 1.3019558191 - -1.1158821583 - -2.4882879257 - -1.1158821583 - -2.9955804348 - -2.9955804348 - -2.6940727234 - -2.6940727234 - -2.3127436638 - -2.3127436638 - 0.1347712874 - 0.1347712874 - -3.0172376633 - -3.0172376633 - -3.1149322987 - -3.1149322987 - -1.0104364157 - -1.0104364157 - -3.0419239998 - -3.0419239998 - -3.0419239998 - -3.0419239998 - 2.3162157536 - 2.3162157536 - 0.5493744612 - 0.5493744612 - 1.5707963705 - 1.5707963705 - 2.3750600815 - 2.3750600815 - -0.4813972116 - -0.4813972116 - 1.8717166185 - 1.8817945719 - 1.8717166185 - 1.8717166185 - 1.8717166185 - 1.8399637938 - 1.8399637938 - 1.8817945719 - 1.8717166185 - 1.8717166185 - 1.8717166185 - 1.8399637938 - -1.1525720358 - -1.1525720358 - 1.4100335836 - 1.4100335836 - -1.2193515301 - -1.2193515301 - -3.0613057613 - -3.0613057613 - 2.4930579662 - 2.4946959019 - 2.4930579662 - -0.4711662531 - -0.4711662531 - 1.0627335310 - 1.0627335310 - 0.9006742835 - 0.9006742835 - 0.8983178139 - 1.8157750368 - 1.8157750368 - -2.8732264042 - -2.8732264042 - -2.0156667233 - -2.0156667233 - 0.9900399446 - 0.9900399446 - -0.8598869443 - -0.8734055161 - -0.8598869443 - -0.2001810670 - -0.2001810670 - 1.5812126398 - 3.0027077198 - 1.5813223124 - 1.5812126398 - -0.8190932870 - -0.8190932870 - -0.8391098976 - -0.8391098976 - -0.8062284589 - -0.8062284589 - 1.7952123880 - 1.7952123880 - -3.0419239998 - -3.0419239998 - -3.0419239998 - -3.0419239998 - 3.1415927410 - 0.5851124525 - 0.5851124525 - -2.9473516941 - -2.9660005569 - -2.9473516941 - -0.1651486754 - -0.1651486754 - 1.5707963705 - 1.5707963705 - -2.9669203758 - -2.9669203758 - 2.0294935703 - 2.0293679237 - 2.0294935703 - 1.8622530699 - 1.8622530699 - 1.4735431671 - 0.6162969470 - 0.6162969470 - 0.6435011029 - 1.4735431671 - 1.8622530699 - 1.4735431671 - 1.9028557539 - 1.9028557539 - -1.0776007175 - -1.0776007175 - -1.1114590168 - -1.1114590168 - -0.6000502110 - -0.6000502110 - -2.4980914593 - -2.5535900593 - -2.4980914593 - -2.4980914593 - -2.6485416889 - -2.6485416889 - 2.2271447182 - 2.2271447182 - 0.8983178139 - 0.9006742835 - 0.8983178139 - 1.4056476355 - 1.4056476355 - 1.4711276293 - 1.4711276293 - -2.6671926975 - -2.6671926975 - 2.6711883545 - 2.6711883545 - 2.6779451370 - 2.6642472744 - 2.6642472744 - 2.6642472744 - 2.6711883545 - 2.6779451370 - 2.6642472744 - 2.6642472744 - 2.6642472744 - 2.6711883545 - 2.6779451370 - 2.6642472744 - 2.6642472744 - 2.9476335049 - 2.9476335049 - 2.9441971779 - 2.9849908352 - 2.9849908352 - 2.9669203758 - 2.9669203758 - -0.1042716131 - -0.1042716131 - -1.1760052443 - -1.1760052443 - -3.0399038792 - -3.0399038792 - -1.8622530699 - -1.8622530699 - -2.3561944962 - -2.3561944962 - -2.4329664707 - -2.4329664707 - 1.5093353987 - 1.5093353987 - -2.4329664707 - 1.5093353987 - 2.7744188309 - 2.7744188309 - -0.9135267138 - -0.9135267138 - -2.4882879257 - -2.4882879257 - -1.1158821583 - 0.7471654415 - 0.7471654415 - 3.0466408730 - 3.0466408730 - -3.0309355259 - -3.0309355259 - 3.1415927410 - 3.1415927410 - 3.1415927410 - -3.0419239998 - -3.0419239998 - 3.1415927410 - -2.9660005569 - -2.9660005569 - -2.9473516941 - -2.9996955395 - -2.9996955395 - 0.2186689526 - 0.2186689526 - 0.2186689526 - 1.1071487665 - 0.9664908051 - 1.1071487665 - 1.3808079958 - 1.3808079958 - 1.3876855373 - 2.3305590153 - 2.3305590153 - 2.3765997887 - 2.3765997887 - 2.3561944962 - 0.6435011029 - 0.6162969470 - 0.6435011029 - 0.7736340165 - 0.7736340165 - -0.1453100145 - 1.7126933336 - -0.1453100145 - 1.8370484114 - 1.8370484114 - 1.8925468922 - 1.8925468922 - 1.9028557539 - 1.8925468922 - 1.9028557539 - 1.9028557539 - 1.8925468922 - 1.9028557539 - 1.8925468922 - 1.9028557539 - -2.5715522766 - -2.5715522766 - -2.5535900593 - -2.5535900593 - -2.4980914593 - -2.4980914593 - -2.4980914593 - -2.5535900593 - -2.4980914593 - -2.4980914593 - -2.9229238033 - -2.9229238033 - -0.2360236794 - -0.2360236794 - 0.9652516842 - 0.9652516842 - 2.5366902351 - 2.5366902351 - 2.5061397552 - 2.9441971779 - 2.9476335049 - 2.9441971779 - -1.4382448196 - -1.4382448196 - 2.4592761993 - 2.4592761993 - 2.4499359131 - 2.4468543530 - 2.4468543530 - -0.7576275468 - -0.7853981853 - -0.7576275468 - -0.2153577060 - -0.2153577060 - -2.5535900593 - -2.5535900593 - -0.0464781299 - -0.0464781299 - -2.7828218937 - -2.7828218937 - -1.2261489630 - -1.2261489630 - -3.1007990837 - -3.1007990837 - 3.0263166428 - 3.0263166428 - -1.7622979879 - -1.7622979879 - -1.7524451017 - -1.7524451017 - -1.7622979879 - -1.7524451017 - -3.0419239998 - -3.0419239998 - -3.0419239998 - -3.0419239998 - 3.1415927410 - -3.0309355259 - -3.0309355259 - -2.9912211895 - -2.9912211895 - 0.2186689526 - 0.2186689526 - 0.2186689526 - -2.9889433384 - -2.9889433384 - -2.9996955395 - -2.9996955395 - -2.9996955395 - 1.3876855373 - 1.3808079958 - 1.3876855373 - 2.4551072121 - 2.4551072121 - 2.4468543530 - 2.3561944962 - 2.3765997887 - 2.3561944962 - 1.9138202667 - 1.9138202667 - -2.7813994884 - -2.7813994884 - 1.8925468922 - 1.8925468922 - 1.7126933336 - 1.7126933336 - -0.1453100145 - 0.0000000000 - 0.0000000000 - 1.8925468922 - 1.8925468922 - 1.9028557539 - 1.8925468922 - 1.8925468922 - 1.9028557539 - -1.7607846260 - -1.7607846260 - -1.7483924627 - -1.7483924627 - -1.7607846260 - -1.7483924627 - 1.7634971142 - 1.7634971142 - 1.7398976088 - 1.7398976088 - 1.7634971142 - 1.7398976088 - -0.8836721182 - -0.8836721182 - -0.6254850626 - -0.6254850626 - -2.0344438553 - 1.3734008074 - -2.0344438553 - 0.7044940591 - 0.7044940591 - -2.5294401646 - -2.5294401646 - -0.3503141999 - 2.6779451370 - 2.6711883545 - 2.6779451370 - 2.6642472744 - 2.6642472744 - 2.4957766533 - 2.4957766533 - 2.4499359131 - 2.4592761993 - 2.4499359131 - -0.7022569180 - -0.7022569180 - -0.5382217169 - -0.5382217169 - 2.4044330120 - 2.4044330120 - 2.3978371620 - 2.3911452293 - 2.3978371620 - 2.4044330120 - 2.3978371620 - 2.3911452293 - 2.3911452293 - 2.4044330120 - 2.3978371620 - 2.3911452293 - 2.8430936337 - 2.8430936337 - 0.2449786663 - 0.2449786663 - 0.2449786663 - -2.9617390633 - -2.9617390633 - -3.0509328842 - -2.9617390633 - 0.2186689526 - 0.2186689526 - -2.9516043663 - -2.9516043663 - 2.8905899525 - 2.8905899525 - 2.6057813168 - 2.6057813168 - 0.1973955631 - 0.1973955631 - 2.4468543530 - 2.4551072121 - 2.4468543530 - 2.0293679237 - 2.0293679237 - 2.0294935703 - -2.0014889240 - -2.0014889240 - 0.3835275173 - 0.3835275173 - 0.6747409701 - 0.6747409701 - 0.6808088422 - -0.8334894180 - -0.8334894180 - -1.5707963705 - -1.5707963705 - -1.1193432808 - -0.6622155309 - -1.1193432808 - 1.3734008074 - 1.3734008074 - -2.0344438553 - -2.0647377968 - -2.0647377968 - 1.3734008074 - -2.0647377968 - 0.3356385529 - 0.3356385529 - -0.2186689526 - -0.2186689526 - -1.6814535856 - -1.6814535856 - -0.2063238919 - -0.2063238919 - -2.3511183262 - -2.3511183262 - -1.4616428614 - -1.4616428614 - -3.0509328842 - -2.9617390633 - -3.0509328842 - -2.9617390633 - -2.9617390633 - -2.9617390633 - -3.0509328842 - -2.9617390633 - -2.9996955395 - -2.9996955395 - -2.9996955395 - 1.8490959406 - 1.8490959406 - 0.4681318700 - 0.4681318700 - -0.3109982908 - -0.3109982908 - 1.9028557539 - 1.8925468922 - 1.9028557539 - 1.8925468922 - 1.8925468922 - 1.9028557539 - -2.6971733570 - -2.6971733570 - -2.7451512814 - -2.7451512814 - -2.6971733570 - -2.7451512814 - 0.4468424618 - 0.4468424618 - 0.4552795887 - 0.6808088422 - 0.6747409701 - 0.6808088422 - 3.1052451134 - 3.1052451134 - 0.9082334042 - 0.9082334042 - -2.6078844070 - -2.6078844070 - 2.7610862255 - 2.7610862255 - 2.7509856224 - 2.0115470886 - 2.0115470886 - 2.0591301918 - 2.0591301918 - 2.0344438553 - 2.0344438553 - 2.0591301918 - 2.0344438553 - -1.3897036314 - -1.3897036314 - 2.5061397552 - 2.5366902351 - 2.5061397552 - 2.4761826992 - -0.3503141999 - -2.5294401646 - -0.3503141999 - -0.1444415748 - -0.1444415748 - 0.3422956169 - 0.3422956169 - 0.3708913028 - 0.3708913028 - -0.0665681660 - -0.0665681660 - -2.4685018063 - -2.4685018063 - -2.7554152012 - -2.7554152012 - -3.0778493881 - -3.0778493881 - -2.4805495739 - -2.4805495739 - 0.8584387302 - 0.8584387302 - 0.2449786663 - 0.2449786663 - 0.2449786663 - 0.1973955631 - 0.1973955631 - 0.1853479445 - 0.1853479445 - 2.3978371620 - 2.3978371620 - 1.4243121147 - 1.4243121147 - 1.8925468922 - 1.8925468922 - 1.8925468922 - 1.9028557539 - 1.8925468922 - 1.8925468922 - 1.8925468922 - 1.8925468922 - 1.9028557539 - 1.8925468922 - 0.4552795887 - 0.4468424618 - 0.4552795887 - -1.1071487665 - -1.1071487665 - 0.1853479445 - 0.1853479445 - 0.1973955631 - 0.1831108183 - 0.1831108183 - 0.1853479445 - 0.1973955631 - 0.1831108183 - -1.7984856367 - -1.7984856367 - 0.4182243347 - 2.7554152012 - 0.4182243347 - 2.8101961613 - -2.7651023865 - -2.7651023865 - -2.7610862255 - -2.7712693214 - -2.7610862255 - -2.7651023865 - -2.7610862255 - -2.7712693214 - 1.9784278870 - 1.9784278870 - 1.9872349501 - 1.9872349501 - -2.8674252033 - -2.8674252033 - -3.1103527546 - -3.1103527546 - -2.8674252033 - -3.1103527546 - 2.1804561615 - 2.1804561615 - -0.9060218334 - -0.9060218334 - -1.4635174274 - -1.4635174274 - -0.6622155309 - -0.6622155309 - -1.1193432808 - -1.2633988857 - -1.2633988857 - 0.8936687708 - -2.6849870682 - 0.8936687708 - -2.8043394089 - -2.8043394089 - -0.4918091893 - -0.4918091893 - -2.5386099815 - -2.5386099815 - 0.4636476040 - 0.4636476040 - -0.3889568746 - -0.3889568746 - -0.3832841516 - -0.3832841516 - -0.3889568746 - -0.3832841516 - -0.9252205491 - -0.9252205491 - -0.9189271927 - -0.9106647372 - -2.9764440060 - -2.9764440060 - -0.6254850626 - -0.6254850626 - 1.8384126425 - 1.8384126425 - 1.9379701614 - 1.9379701614 - 2.2264919281 - 2.2264919281 - 1.8643853664 - 1.8643853664 - 2.3561944962 - 2.3561944962 - -1.0248110294 - -1.0248110294 - 0.6115970612 - 0.6287962794 - 0.1973955631 - 0.1853479445 - 0.1973955631 - 0.1831108183 - 2.3871123791 - 2.3871123791 - -2.7712693214 - -2.7651023865 - -2.7610862255 - -2.7712693214 - -2.7695248127 - -1.4372673035 - -1.4372673035 - -1.4226362705 - -1.4226362705 - -1.4372673035 - -1.4226362705 - -1.7728214264 - -1.7728214264 - 3.1268877983 - 3.1268877983 - -2.0195195675 - -2.0195195675 - -2.0005586147 - -2.0005586147 - -2.0045382977 - 2.7485346794 - 2.7485346794 - 1.1722738743 - 1.1722738743 - -0.9380474687 - -0.9380474687 - 1.6575347185 - 1.6575347185 - -1.2414702177 - -1.2414702177 - -3.0540974140 - -3.0540974140 - 0.2648173273 - 0.2648173273 - -1.6556980610 - -1.6556980610 - -1.5167948008 - -1.5167948008 - -0.9189271927 - -0.9252205491 - -0.9189271927 - -0.9106647372 - -0.9106647372 - -0.9252205491 - -0.9189271927 - -0.9106647372 - -2.2413179874 - -2.2413179874 - -0.3805063665 - -0.3805063665 - -3.0273382664 - -3.0273382664 - 0.7229793668 - 0.7229793668 - 0.7392770648 - -1.2793395519 - -1.2793395519 - -2.3932147026 - -2.3932147026 - 2.0809221268 - 2.0809221268 - 2.0718097687 - 2.0718097687 - 2.0809221268 - 2.0718097687 - 2.7554152012 - 2.7554152012 - 0.4182243347 - 2.8101961613 - 2.8101961613 - 2.7554152012 - 0.4182243347 - 2.8101961613 - -2.7695248127 - -2.7712693214 - -2.7695248127 - -2.6575396061 - -2.6575396061 - 1.8721415997 - 1.8721415997 - 2.7509856224 - 2.7610862255 - 2.7509856224 - -1.3258177042 - -1.3258177042 - -3.0860941410 - -3.0860941410 - -0.8176450729 - -0.8176450729 - -2.0045382977 - -2.0005586147 - -2.0045382977 - 0.9827937484 - 0.9827937484 - 2.3247582912 - 2.3247582912 - 0.0429842584 - 0.0429842584 - 2.4761826992 - 2.5061397552 - 2.4761826992 - -3.0555982590 - -3.0555982590 - -2.1535358429 - -2.1535358429 - -2.1455721855 - -2.1455721855 - -2.1535358429 - -2.1455721855 - -1.1403315067 - -1.1403315067 - -2.0787696838 - -2.0787696838 - -2.6395025253 - -2.6395025253 - -2.6311042309 - -2.6311042309 - -2.6395025253 - -2.6311042309 - -2.1775634289 - -2.1775634289 - -2.4521946907 - -2.4521946907 - -3.0419239998 - -3.0419239998 - -0.6547185779 - -0.6547185779 - 0.6287962794 - -1.0248110294 - 0.6115970612 - 0.6287962794 - -2.8864102364 - -2.8864102364 - 0.7392770648 - 0.7392770648 - -2.8864102364 - 0.7229793668 - 0.7392770648 - -1.2490457296 - -1.2490457296 - 1.9255019426 - 1.9255019426 - 1.9138202667 - 1.1790963411 - 1.1790963411 - 1.1828963757 - 1.1698466539 - 1.1737169027 - 1.1698466539 - 1.1790963411 - 1.1828963757 - 1.1698466539 - 1.1737169027 - 2.0899424553 - 2.0899424553 - 2.5466296673 - 2.5466296673 - 2.2943265438 - 2.2943265438 - 2.7862155437 - 2.7862155437 - 2.7928216457 - 2.7928216457 - 0.0000000000 - 0.0000000000 - 1.5707963705 - 1.5413930416 - 1.0882830620 - 1.0882830620 - 2.8198421001 - 2.8198421001 - 2.9165544510 - 2.9165544510 - 2.9139032364 - 2.9139032364 - 2.9165544510 - 2.9139032364 - 2.9023611546 - 1.6207547188 - 1.6207547188 - -2.6849870682 - -2.6849870682 - -2.6779451370 - 0.8936687708 - -2.6779451370 - -2.6849870682 - -2.6779451370 - -2.4905159473 - -2.4905159473 - 0.3785455823 - 0.3785455823 - 0.3939930499 - 0.4035349488 - 2.5535900593 - 2.5535900593 - -0.6747409701 - -0.6747409701 - -0.8974271417 - -0.8974271417 - -1.6539375782 - -1.6539375782 - -2.1153481007 - -2.1153481007 - -2.8357138634 - -2.8357138634 - -2.9441971779 - -2.9441971779 - 1.8399637938 - 1.8399637938 - 0.6115970612 - -1.0248110294 - 0.6115970612 - 0.6287962794 - 1.9513026476 - 1.9513026476 - 1.9138202667 - 1.9255019426 - 1.9138202667 - 1.9028557539 - 1.1828963757 - 1.1790963411 - 1.1828963757 - 1.1698466539 - 1.1737169027 - 1.1737169027 - 1.1790963411 - 1.1828963757 - 1.1698466539 - 1.1737169027 - -1.0701285601 - -1.0701285601 - 0.1651486754 - 0.1651486754 - 0.7693567872 - 0.7693567872 - -3.0868527889 - -3.0868527889 - -0.2030452192 - -0.2030452192 - -0.1746722013 - 2.2974386215 - 2.2974386215 - 1.9416875839 - 1.9416875839 - 2.9023611546 - 2.9139032364 - 2.9023611546 - -2.2655346394 - -2.2655346394 - -2.7062394619 - -2.7062394619 - 2.0798671246 - 2.0798671246 - 0.6664652824 - 0.6664652824 - -3.0477514267 - -3.0477514267 - 2.3685395718 - 2.3685395718 - 2.1807131767 - 2.1807131767 - 0.0263097174 - 0.0263097174 - -2.2962663174 - -2.2962663174 - -1.3841069937 - -1.3841069937 - -2.5464131832 - -2.5464131832 - -0.5915997028 - -0.5915997028 - -0.1056655794 - -0.1056655794 - -0.1040999368 - -0.1040999368 - -0.1056655794 - -0.1040999368 - -0.6682894230 - -0.9903981686 - -0.6682894230 - 0.5689831376 - 0.5689831376 - 1.6001995802 - 1.6001995802 - 1.9195673466 - 1.9195673466 - 1.9028557539 - 1.9138202667 - 1.9028557539 - 0.0481555127 - 0.0481555127 - 0.2914567888 - 0.2914567888 - -0.2551823854 - -0.2551823854 - -1.9040405750 - -1.9040405750 - 0.8470483422 - 0.8470483422 - 1.8029001951 - 1.8029001951 - -1.0040670633 - -1.0040670633 - -0.1746722013 - -0.2030452192 - -0.1746722013 - -0.4373379052 - -0.4373379052 - 1.5707963705 - 0.0000000000 - 1.5707963705 - 1.5413930416 - 1.5422326326 - 1.5413930416 - 0.0000000000 - 1.5707963705 - 1.5413930416 - 1.5422326326 - -2.0081341267 - -2.0081341267 - 0.5224034190 - 0.5224034190 - -0.5880026221 - -0.5880026221 - -0.3162861168 - -2.9010584354 - -2.9010584354 - 2.7343368530 - -1.5932644606 - -1.5932644606 - 0.3939930499 - 0.3785455823 - 0.3939930499 - 0.4035349488 - 0.4182243347 - 0.3649131060 - -0.8386023641 - -0.8386023641 - 0.6150895953 - 0.6150895953 - -1.3294408321 - -1.3294408321 - -1.7582254410 - -1.7582254410 - -2.2730531693 - -2.2730531693 - 0.1178721040 - 0.1178721040 - -2.8461518288 - -2.8461518288 - -0.4107169509 - -0.4107169509 - -1.5273454189 - -1.5273454189 - -0.4107169509 - -1.5273454189 - -2.9562447071 - -2.9562447071 - 2.1257920265 - 2.1257920265 - -2.3042931557 - -2.3042931557 - 1.7377665043 - 1.7377665043 - 1.5133881569 - 1.5133881569 - 1.7377665043 - 1.5133881569 - -1.4207693338 - -1.4207693338 - -1.6087527275 - -1.6087527275 - -3.1112987995 - -1.6951513290 - -3.1112987995 - -3.1103527546 - -3.1103527546 - -1.6951513290 - -3.1112987995 - -3.1103527546 - -1.5579764843 - -1.5579764843 - 0.0000000000 - 0.0000000000 - 1.5422326326 - 1.5707963705 - 1.5413930416 - 1.5422326326 - 1.3597029448 - 1.3597029448 - 1.8817945719 - 0.5971766710 - 1.8817945719 - -1.9295669794 - -1.9295669794 - 0.4035349488 - 0.3785455823 - 0.3939930499 - 0.4035349488 - 0.4182243347 - 0.3649131060 - 1.6951513290 - 1.6951513290 - 1.8727475405 - 1.8727475405 - 1.6951513290 - 1.6951513290 - 0.1380060166 - 0.1380060166 - -1.2294404507 - -1.2294404507 - -1.2252407074 - -3.0715320110 - -3.0715320110 - 0.0000000000 - -2.6607053280 - -2.6607053280 - -2.6546933651 - -2.6546933651 - -2.6607053280 - -2.6546933651 - 0.0806328729 - 0.0806328729 - -1.4288992882 - -1.4288992882 - -0.8726758957 - -0.8726758957 - 0.3430239260 - 0.3430239260 - 0.2782996595 - 0.2782996595 - 2.6686861515 - 2.6686861515 - -1.0516501665 - -1.0516501665 - 0.3073974848 - 0.3073974848 - 0.6405856609 - 0.3073974848 - -1.4925252199 - -1.4925252199 - -1.0612040758 - -1.0612040758 - -2.7291822433 - -2.7291822433 - -3.0077817440 - -3.0077817440 - -1.2584499121 - -1.2584499121 - 2.4374108315 - 2.4374108315 - 1.6313283443 - 1.6313283443 - 2.4255275726 - 2.4255275726 - 0.5971766710 - 0.5971766710 - 1.8817945719 - -0.5907126069 - -0.5907126069 - -0.3162861168 - -0.5880026221 - -0.3162861168 - -0.3028848767 - -0.3028848767 - -0.2970642149 - -0.2970642149 - -0.3028848767 - -0.2970642149 - -0.9611364603 - -0.9611364603 - -2.6432769299 - -2.6432769299 - -2.6546933651 - 2.9229238033 - 2.9229238033 - -1.2252407074 - -1.2294404507 - -1.2252407074 - -0.6166480780 - -0.6166480780 - -0.9986026883 - -0.9986026883 - 3.0903553963 - 3.0903553963 - -2.0258970261 - -2.0258970261 - 0.1325515360 - 0.1325515360 - 0.1308273971 - 0.1418970525 - 0.1308273971 - 0.1325515360 - 0.1308273971 - 0.1418970525 - -1.1487913132 - -1.1487913132 - -3.0077817440 - -3.0077817440 - -0.9903981686 - -0.9903981686 - -0.6682894230 - -0.9364135265 - -0.9364135265 - -2.9105019569 - -2.9105019569 - -2.1066076756 - -2.1066076756 - -2.6779451370 - -2.6779451370 - 1.0164887905 - 1.0164887905 - 0.6405856609 - 0.3073974848 - 0.6405856609 - 0.3073974848 - 0.3170557618 - 0.3263588250 - -0.6568590999 - -0.6568590999 - -0.9403948784 - -0.9403948784 - 1.1471273899 - -1.2710202932 - 1.1471273899 - 0.9114862680 - 0.9114862680 - 2.7062394619 - 2.7062394619 - 0.7071270347 - 0.7071270347 - 1.2977876663 - 1.2977876663 - 1.3078016043 - 2.8461518288 - 2.8461518288 - 1.4056476355 - -2.6546933651 - -2.6432769299 - -2.6546933651 - -1.0325746536 - -1.0325746536 - 2.7343368530 - -2.9010584354 - 2.7343368530 - 0.4182243347 - 0.3939930499 - 0.4035349488 - 0.4182243347 - 0.3649131060 - 0.3649131060 - 0.3939930499 - 0.4035349488 - 0.4182243347 - 0.3649131060 - 2.9812171459 - 2.9812171459 - -2.2337334156 - -2.2337334156 - -2.9833524227 - 0.1418970525 - 0.1325515360 - 0.1308273971 - 0.1418970525 - 0.9505468607 - 0.9505468607 - -1.1114590168 - -1.1114590168 - -0.2389364392 - -0.2389364392 - -3.0481159687 - -3.0481159687 - -2.2264919281 - -2.2264919281 - -1.3567355871 - -1.3567355871 - -1.2627435923 - 1.3487144709 - 1.3487144709 - 2.6932499409 - 2.6932499409 - -2.0399084091 - -2.0399084091 - -0.0158716831 - 0.0000000000 - -0.0158716831 - 0.3073974848 - 0.3073974848 - 0.6405856609 - 0.3073974848 - 0.3170557618 - 0.3263588250 - 0.6889243722 - 0.6889243722 - 0.1263081133 - 0.1263081133 - 0.9730379581 - 0.9730379581 - -0.6928795576 - -0.6928795576 - -0.7022569180 - -0.4576596618 - -0.4576596618 - -0.4455772936 - -0.4333538413 - 0.7538297176 - 0.7328150868 - 0.7538297176 - 0.7538297176 - -1.6688416004 - -1.6688416004 - -1.2710202932 - -1.2710202932 - 1.1471273899 - -1.9437839985 - -1.9809236526 - -1.9437839985 - -1.6951513290 - -1.6951513290 - -3.1112987995 - -3.1103527546 - 2.9441971779 - 2.9441971779 - 2.6298537254 - 2.6298537254 - -2.7149651051 - -2.7149651051 - -0.5191460848 - -0.5191460848 - 0.0561207831 - 0.0561207831 - 0.0673138723 - 0.0849017948 - 0.0849017948 - 1.3078016043 - 1.2977876663 - 1.3078016043 - 1.4056476355 - 2.8461518288 - 1.4056476355 - 1.9215242863 - 1.9215242863 - 2.8028945923 - 2.8028945923 - 2.7928216457 - 0.3514447808 - 0.3514447808 - -1.8588517904 - -1.8588517904 - -1.8622530699 - 1.6233793497 - 1.6233793497 - -1.2346582413 - -1.2346582413 - -2.9833524227 - -2.2337334156 - -2.9833524227 - -1.9493418932 - -1.9493418932 - -0.2090229392 - -0.2090229392 - -1.4890120029 - -1.4890120029 - 0.0000000000 - -3.0715320110 - 0.0000000000 - -0.8012698293 - -0.8012698293 - -1.6693768501 - -2.1676223278 - -1.6693768501 - -3.0080635548 - -3.0080635548 - -1.2627435923 - -1.3567355871 - -1.2627435923 - -1.0776007175 - -1.0776007175 - 0.5939726830 - 0.5939726830 - -1.9016101360 - -1.9016101360 - 3.0906164646 - 3.0906164646 - 0.0000000000 - 0.0000000000 - -0.0158716831 - -0.1651486754 - -0.1651486754 - -1.5405025482 - -1.5405025482 - 2.8650786877 - 2.8650786877 - -2.6344940662 - -2.6344940662 - 0.3170557618 - 0.6405856609 - 0.3073974848 - 0.6521714330 - 0.3170557618 - 0.3263588250 - 0.3217505515 - -0.4411794841 - -0.4411794841 - -0.7022569180 - -0.6928795576 - -0.7022569180 - -0.4455772936 - -0.4576596618 - -0.4455772936 - -0.4333538413 - 0.7328150868 - 0.7328150868 - 0.7538297176 - 0.7538297176 - 1.8018870354 - 1.8018870354 - 1.7832283974 - 1.7832283974 - 1.8018870354 - 1.7832283974 - 2.9594242573 - 2.9594242573 - 0.0673138723 - 0.0561207831 - 0.0673138723 - 1.0768549442 - 1.0768549442 - 2.7928216457 - 2.8028945923 - 2.7928216457 - -1.8622530699 - -1.8588517904 - -1.8622530699 - 0.0886558816 - 0.0886558816 - -0.0309179798 - -0.0309179798 - -3.1007990837 - -3.1007990837 - -2.4693455696 - -2.4693455696 - -2.7198054790 - -2.7198054790 - -0.7987307310 - -0.7987307310 - -2.6316206455 - -2.6316206455 - -2.9130959511 - -2.9130959511 - -1.5214537382 - -1.5214537382 - 0.2074962258 - 0.2074962258 - -1.1250840425 - -1.1250840425 - -1.5927708149 - -1.5927708149 - 0.3263588250 - 0.6405856609 - 0.3073974848 - 0.6521714330 - 0.3170557618 - 0.3263588250 - 0.3217505515 - 0.3217505515 - 0.6521714330 - 0.3170557618 - 0.3263588250 - 0.3217505515 - -1.6295521259 - -1.6295521259 - -0.3893167078 - -0.3893167078 - 0.8701618910 - 0.8701618910 - -0.4333538413 - -0.4576596618 - -0.4455772936 - -0.4333538413 - 0.6848212481 - 0.6848212481 - 0.7538297176 - 0.7328150868 - 0.7538297176 - 0.7538297176 - -1.2068173885 - -1.2068173885 - 1.4418855906 - 1.4418855906 - 0.4423742294 - 0.5070984960 - 0.5485494137 - 0.4423742294 - 0.4844779372 - 0.4636476040 - 0.4636476040 - 1.3597029448 - 1.3597029448 - 0.0277706366 - 0.0277706366 - 0.0730405673 - 0.0730405673 - -1.6233793497 - -1.6233793497 - 2.3679585457 - 2.3679585457 - 2.3561944962 - -2.1662061214 - -2.1662061214 - 0.0000000000 - 0.0000000000 - 2.5611944199 - 0.0798299834 - 2.5611944199 - -2.2088823318 - -2.2088823318 - -2.5286576748 - -2.5286576748 - -2.9357585907 - -2.9357585907 - -1.5811052322 - -1.5811052322 - -2.8141925335 - -2.8141925335 - -2.8198421001 - 0.6521714330 - 0.6521714330 - 0.3170557618 - 0.3263588250 - 0.3439691067 - 0.3217505515 - 0.6407837272 - 0.3439691067 - 0.6407837272 - 1.0802494287 - 1.0802494287 - 1.4940243959 - 1.4940243959 - 1.4951832294 - 2.1587989330 - 2.1587989330 - 0.7402675152 - 0.7402675152 - 0.9957240224 - 0.9957240224 - 2.5127964020 - 2.5127964020 - 1.6041172743 - 1.6041172743 - -1.9809236526 - -1.9809236526 - -1.9437839985 - 0.5070984960 - 0.5070984960 - 0.5485494137 - 0.4423742294 - 0.4844779372 - 0.5485494137 - 0.4423742294 - 0.4844779372 - 0.5404195189 - 0.5404195189 - -2.0014889240 - -1.9890207052 - -2.0014889240 - -0.8734055161 - -0.8734055161 - -0.9453113079 - -0.9453113079 - 2.2008302212 - 2.2008302212 - 0.1973955631 - 0.1973955631 - 3.0548543930 - 2.8931052685 - 3.0548543930 - 0.9203749299 - 0.9203749299 - 3.1415927410 - 3.1415927410 - 0.2817718685 - 0.2817718685 - 2.3561944962 - 2.3679585457 - 2.3561944962 - -0.6610431671 - -0.6610431671 - -2.6344940662 - -2.6344940662 - 0.0798299834 - 0.0798299834 - 2.5611944199 - 0.5232782960 - 0.5232782960 - -1.4352686405 - -1.4352686405 - -0.6889243722 - -0.6889243722 - 0.2069921941 - 0.2069921941 - -0.6581819654 - -0.6581819654 - 0.2101825923 - 0.2101825923 - -2.2974386215 - -2.2974386215 - -2.1676223278 - -2.1676223278 - -1.6693768501 - -2.1408367157 - -2.1408367157 - 1.9655874968 - 1.9655874968 - -2.8198421001 - -2.8141925335 - -2.8198421001 - -2.8141925335 - -2.8141925335 - -2.8198421001 - -2.8141925335 - 1.4951832294 - 1.4940243959 - 1.4951832294 - 0.5485494137 - 0.5070984960 - 0.5485494137 - 0.4423742294 - 0.4844779372 - 0.6107259393 - 0.6107259393 - -1.9956284761 - -1.9956284761 - -2.3561944962 - 2.7255282402 - 2.7062394619 - 2.5592396259 - 2.5592396259 - 2.7062394619 - 2.4544684887 - -1.9890207052 - -1.9890207052 - -2.0014889240 - -1.1273479462 - -1.1273479462 - -0.3217505515 - -0.3217505515 - 0.7233310938 - 0.7233310938 - -2.7732436657 - -2.7732436657 - -0.5880026221 - -0.5880026221 - -1.3854483366 - -1.3854483366 - 0.6240230799 - 0.6240230799 - -0.2914567888 - -0.2914567888 - 0.1973955631 - 0.1973955631 - -1.3567355871 - -1.3567355871 - -2.6108191013 - -2.6108191013 - -0.7197033763 - -0.7197033763 - -2.2655346394 - -2.2655346394 - -2.2489156723 - -2.2489156723 - -2.2655346394 - -2.2489156723 - -2.8535373211 - -2.8535373211 - -1.4333702326 - -1.4333702326 - 0.6528466344 - -2.3239476681 - 0.6528466344 - -2.6117436886 - -2.6117436886 - -0.5880026221 - -0.5880026221 - -1.7263911963 - -1.7263911963 - -0.9777937531 - -0.9777937531 - -3.0570487976 - -3.0570487976 - -2.3561944962 - -1.9956284761 - -2.3561944962 - 2.7255282402 - 2.7255282402 - -1.9956284761 - -2.3561944962 - 2.7255282402 - 2.7062394619 - 2.4544684887 - 2.5592396259 - 2.4544684887 - -2.1708464622 - -2.1708464622 - -1.7454684973 - -1.7454684973 - 1.3134726286 - 1.3134726286 - 3.0860941410 - 3.0860941410 - 0.8865015507 - 0.8865015507 - 0.0798299834 - 0.0798299834 - 2.8931052685 - 2.8931052685 - 3.0548543930 - -0.5280744433 - -0.5280744433 - -0.4527784586 - -0.5019064546 - -0.5019064546 - -1.3734008074 - -1.3734008074 - -2.3946371078 - -2.3946371078 - -0.0434508957 - -0.0434508957 - -0.1891990155 - -0.1891990155 - -0.0665681660 - -0.0665681660 - -0.0793783143 - -2.5324292183 - -2.5324292183 - -2.5764431953 - -2.5764431953 - -2.5940303802 - -2.5652174950 - -2.5829932690 - -2.5652174950 - -2.5764431953 - -2.5940303802 - -2.5652174950 - -2.5829932690 - -2.3239476681 - -2.3239476681 - 0.6528466344 - -0.1651486754 - -0.1651486754 - -2.9829373360 - -2.9829373360 - -2.9653580189 - -2.9629616737 - -2.2201969624 - -2.2201969624 - 0.3439691067 - 0.6521714330 - 0.3439691067 - 0.6407837272 - -1.7934572697 - -1.7934572697 - -0.0798299834 - -0.0798299834 - -0.5070984960 - -0.5070984960 - -2.0210218430 - -2.0210218430 - -0.9670469761 - -0.9670469761 - -0.9440534115 - -0.9440534115 - -0.9670469761 - -0.9440534115 - -1.4147714376 - -1.4147714376 - 2.7062394619 - -1.9956284761 - 2.5592396259 - 2.7255282402 - 2.7062394619 - -2.0115470886 - -2.0115470886 - 1.3258177042 - 1.3258177042 - -2.0174000263 - -2.0229501724 - -2.0174000263 - -2.0174000263 - 2.8694467545 - 2.8694467545 - 2.8743336201 - -0.5880026221 - -0.5880026221 - -0.5783255100 - -0.5783255100 - 0.4324077666 - 0.4324077666 - -0.2226609439 - -0.2226609439 - -2.9304993153 - -2.9304993153 - -1.9686707258 - -1.9686707258 - -2.3444302082 - -2.3444302082 - 2.8706457615 - 2.8706457615 - -1.3597029448 - -1.3597029448 - 0.9055069089 - 0.9055069089 - -2.7960369587 - -0.7105383277 - -0.7105383277 - -1.0133652687 - -0.0673138723 - -1.0133652687 - -1.3854483366 - -1.3854483366 - 0.4423742294 - 0.4423742294 - -2.5940303802 - -2.5764431953 - -2.5940303802 - -2.5652174950 - -2.5829932690 - -2.5829932690 - -2.5764431953 - -2.5940303802 - -2.5652174950 - -2.5829932690 - -0.7996829152 - -0.7996829152 - -2.5199327469 - -2.5199327469 - 2.7840268612 - 2.7840268612 - -2.2014775276 - -2.6422460079 - -2.2014775276 - -2.2063820362 - 0.7853981853 - 0.7853981853 - 0.8156919479 - -0.8960554004 - -0.8960554004 - -1.6680495739 - -1.6680495739 - -0.6383197904 - -0.6383197904 - 0.2084652185 - 0.2084652185 - 0.3296244144 - 0.3296244144 - -1.4288992882 - -1.4288992882 - -2.4344656467 - -2.4344656467 - -2.4253907204 - -2.4253907204 - -2.4344656467 - -2.4253907204 - 2.7233684063 - 2.7233684063 - 0.0798299834 - 0.0798299834 - 0.0787839592 - 0.0787839592 - 0.0798299834 - 0.0787839592 - -1.9904471636 - -1.9904471636 - -1.5837825537 - -1.5837825537 - -1.9576719999 - -1.9576719999 - -1.7359449863 - -1.7359449863 - -1.0957856178 - -1.0957856178 - -2.4783897400 - -2.4783897400 - 2.8568623066 - 2.8568623066 - -2.0205559731 - -2.0205559731 - 0.8156919479 - 0.7853981853 - 0.8156919479 - -0.8441540003 - -0.8441540003 - -2.0229501724 - -2.0287942886 - -2.0229501724 - -2.0174000263 - -2.0174000263 - 2.8743336201 - 2.8694467545 - 2.8743336201 - 1.7329951525 - 1.7329951525 - -0.3172662854 - -0.3172662854 - 0.4076315165 - 0.4076315165 - 1.6428364515 - 1.6428364515 - 0.4849210083 - 0.4849210083 - -0.4527784586 - -0.5280744433 - -0.4527784586 - 2.0419626236 - 2.0419626236 - -2.4980914593 - -2.4980914593 - -2.4275019169 - -2.4227626324 - -2.4227626324 - -2.4275019169 - -2.4980914593 - -2.4275019169 - -2.3491024971 - -2.3491024971 - 2.1309177876 - 2.1309177876 - 0.5090708733 - 0.5090708733 - 1.8230388165 - 1.8230388165 - -1.0779598951 - -1.0779598951 - 0.0867383406 - 0.0867383406 - -0.0793783143 - -0.0665681660 - -0.0793783143 - -0.0673138723 - 0.2449786663 - 0.2449786663 - 1.9614033699 - 1.9614033699 - 0.0540014990 - 0.0540014990 - 0.5060749650 - 0.5060749650 - -2.9653580189 - -2.9829373360 - -2.9653580189 - -2.9629616737 - -2.9629616737 - -2.9829373360 - -2.9653580189 - -2.9629616737 - 0.0000000000 - 0.0000000000 - 0.0000000000 - 0.0106378961 - 0.0105259269 - 0.0210495219 - 0.0000000000 - 0.0000000000 - 0.0000000000 - 0.0106378961 - 0.0105259269 - 0.0210495219 - 1.7398976088 - 1.7398976088 - 1.7161062956 - 1.7161062956 - 1.7398976088 - 1.7161062956 - -1.9853031635 - -1.9853031635 - -1.4056476355 - -1.4056476355 - -2.1777839661 - -2.1777839661 - -2.6422460079 - -2.6422460079 - -2.6596543789 - -2.2014775276 - -2.0287942886 - 0.2331798077 - -2.0287942886 - -2.0229501724 - -2.2353982925 - -2.2353982925 - -2.2404353619 - -2.0174000263 - -2.0229501724 - -2.0174000263 - -2.0174000263 - -1.1868116856 - -1.1868116856 - 1.9832067490 - 1.9832067490 - 1.4743225574 - 1.4743225574 - 1.4743225574 - 1.5707963705 - 1.5707963705 - -2.5906102657 - -2.5906102657 - -2.7960369587 - 0.9055069089 - -2.7960369587 - -2.6422460079 - -2.6422460079 - -0.3863372207 - -0.3863372207 - -2.6422460079 - -0.3863372207 - -0.0673138723 - -0.0793783143 - -0.0673138723 - -1.0133652687 - -2.5677936077 - -2.5677936077 - -1.8622530699 - -1.8622530699 - -3.0623936653 - -3.0623936653 - -1.5430257320 - -1.5430257320 - 3.1309547424 - 3.1309547424 - -0.6162969470 - -0.6162969470 - 0.4783524275 - 0.4783524275 - 0.0106378961 - 0.0000000000 - 0.0000000000 - 0.0106378961 - 0.0105259269 - 0.0210495219 - 0.0105259269 - 0.0000000000 - 0.0000000000 - 0.0106378961 - 0.0105259269 - 0.0210495219 - -1.3909428120 - -1.3909428120 - -2.4517927170 - -2.4517927170 - -2.2063820362 - -2.2014775276 - -2.2063820362 - 1.4940243959 - 1.4940243959 - 1.3487144709 - 1.3487144709 - -2.2404353619 - -2.2353982925 - -2.2404353619 - -2.6344940662 - -2.6344940662 - 2.3561944962 - 2.3561944962 - -1.9195673466 - -1.9195673466 - 0.2860514522 - 0.2860514522 - 2.7707014084 - 2.7707014084 - -0.0440890566 - -0.0440890566 - -0.1651486754 - -0.1651486754 - 1.5333138704 - 1.5333138704 - -1.9890207052 - -1.9890207052 - -1.8925468922 - -1.8925468922 - -1.8925468922 - -1.9890207052 - -1.8925468922 - -1.8925468922 - -0.9134072065 - -0.9134072065 - 2.7314653397 - 2.7314653397 - -2.7326848507 - -2.7326848507 - 0.0210495219 - 0.0000000000 - 0.0000000000 - 0.0106378961 - 0.0105259269 - 0.0210495219 - 0.7695264816 - 0.7695264816 - -2.8501358032 - -2.8501358032 - 0.8760580420 - 0.8760580420 - 2.5857217312 - 2.5857217312 - 2.4306833744 - 2.4306833744 - -2.6596543789 - -2.6422460079 - -2.6596543789 - 0.6747409701 - 0.6747409701 - 0.6678326130 - 0.6678326130 - 0.6747409701 - 0.6678326130 - -2.1175851822 - -2.1175851822 - 0.4419119060 - 0.4282641411 - 0.4419119060 - -2.9533710480 - -3.1257209778 - -2.9533710480 - 2.5360479355 - 2.5360479355 - -0.2860514522 - -0.2860514522 - -0.1911844611 - -0.1911844611 - 2.7707014084 - 2.7707014084 - -1.3352513313 - -1.3352513313 - -0.5924273729 - -0.5924273729 - -1.6030431986 - -1.6030431986 - -0.5924273729 - -1.6030431986 - -1.8817945719 - -1.8817945719 - -2.3561944962 - -2.3561944962 - -2.9195108414 - -2.9195108414 - 0.1475680768 - 0.1475680768 - -0.1624891162 - -0.1624891162 - 1.0303767920 - 1.0303767920 - -1.2160906792 - -1.2160906792 - -1.2120256424 - -0.3679809272 - -0.3679809272 - 2.0576956272 - 2.0576956272 - 0.9318823218 - 0.9318823218 - -0.9374989271 - -2.6504290104 - -0.9374989271 - -0.1721908152 - -0.1721908152 - -2.7367007732 - -2.7367007732 - 0.0499583967 - 0.0499583967 - -1.4219063520 - -1.4219063520 - 2.3561944962 - 2.3561944962 - 2.3509035110 - 2.3455564976 - -2.5681521893 - -2.5681521893 - 2.4980914593 - -2.0054664612 - -2.0054664612 - 3.0854718685 - 3.0854718685 - 0.3277384937 - 0.3277384937 - 0.2331798077 - 0.2331798077 - -2.0287942886 - 1.8157750368 - 1.8157750368 - 0.4282641411 - 0.4282641411 - 0.4419119060 - -0.4764674306 - -0.4764674306 - 1.4056476355 - 1.4056476355 - 1.2899585962 - 1.2899585962 - 0.5467888117 - 0.5467888117 - -2.2848870754 - -2.2848870754 - 1.4743225574 - 1.4743225574 - 1.4743225574 - -2.3561944962 - -2.3561944962 - -1.6020361185 - -1.6020361185 - 2.2694561481 - 2.2694561481 - 3.1103527546 - 3.1103527546 - -1.8925468922 - -1.9890207052 - -1.8925468922 - -1.8925468922 - -1.2120256424 - -1.2160906792 - -1.2120256424 - -2.6504290104 - -2.6504290104 - -0.9374989271 - 0.6528466344 - 0.6528466344 - 0.6549948454 - 2.3509035110 - 2.3561944962 - 2.3509035110 - 2.3455564976 - 2.3455564976 - 2.3561944962 - 2.3509035110 - 2.3455564976 - 2.7851557732 - 2.7851557732 - 2.7816441059 - 2.7816441059 - 2.7851557732 - 2.7816441059 - 2.5641529560 - 2.5641529560 - 0.3764903247 - 0.3764903247 - -0.7583777308 - -0.7583777308 - 0.2782996595 - 0.2782996595 - -3.1257209778 - -3.1257209778 - -2.9533710480 - -1.0743736029 - -1.0743736029 - -1.4010180235 - -1.4010180235 - -1.3871740103 - -1.3871740103 - -1.4010180235 - -1.3871740103 - -2.9322073460 - -2.9322073460 - -0.3805063665 - -0.3805063665 - -0.4373379052 - -0.4373379052 - -1.8772809505 - -1.8772809505 - -1.8809643984 - -1.8692952394 - -2.4539213181 - -2.4539213181 - 1.1902899742 - 1.1902899742 - -0.7769950032 - -0.7769950032 - -0.7687330246 - -0.7687330246 - -0.7769950032 - -0.7687330246 - -1.8961570263 - -1.8961570263 - -0.7687330246 - -1.8961570263 - -1.0821539164 - -0.0730405673 - -0.0730405673 - -0.0487418510 - -1.8347600698 - -1.8347600698 - -1.8673421144 - -1.8673421144 - 0.8345388770 - 0.8345388770 - -0.8318762779 - -0.8318762779 - -2.5970408916 - -2.5970408916 - 0.6549948454 - 0.6528466344 - 0.6549948454 - -2.7187387943 - -2.7187387943 - 3.0702850819 - 3.0702850819 - 3.0676536560 - 3.0676536560 - 3.0702850819 - 3.0676536560 - -2.6909313202 - -2.6909313202 - 2.8603603840 - 2.8603603840 - -2.3259007931 - 2.5940303802 - -2.3259007931 - 2.5652174950 - 2.8603603840 - 2.5652174950 - 2.5652174950 - 2.5940303802 - -2.3259007931 - 2.5652174950 - 2.8603603840 - 2.5652174950 - 2.5652174950 - -2.3259007931 - 2.5652174950 - 2.8603603840 - 2.5652174950 - -2.3191742897 - -2.3191742897 - 2.9889433384 - 2.9889433384 - 2.6149654388 - 2.6149654388 - -2.9764440060 - -2.9764440060 - 2.9280321598 - 2.9280321598 - 1.5707963705 - 1.5707963705 - 0.4888523519 - 0.4888523519 - -1.0957856178 - -1.0957856178 - -0.4018706381 - -0.4018706381 - -2.4997777939 - -2.4997777939 - -2.5015044212 - -2.9105019569 - -2.9105019569 - -2.8966140747 - -2.8966140747 - -0.1243549958 - -0.1243549958 - -1.4056476355 - -1.4056476355 - -1.5707963705 - -1.5707963705 - -2.1937053204 - -2.1937053204 - -0.4029116035 - -0.4029116035 - 1.3811826706 - 1.3811826706 - 0.1325515360 - 0.1325515360 - -1.8809643984 - -1.8772809505 - -1.8809643984 - -1.8692952394 - -1.8692952394 - -1.8772809505 - -1.8809643984 - -1.8692952394 - -2.2328567505 - -2.2328567505 - -2.8136694431 - -2.8136694431 - 0.5790742636 - 0.5790742636 - -2.8198421001 - -2.8198421001 - -1.0821539164 - -1.8961570263 - -1.0821539164 - -0.0487418510 - -0.0730405673 - -0.0487418510 - 0.8836721182 - 0.8836721182 - -0.4863709807 - -0.4863709807 - 3.0560872555 - 3.0560872555 - -2.0344438553 - -2.0344438553 - 1.9117752314 - 1.9117752314 - 2.4980914593 - -2.5681521893 - 2.4980914593 - -0.7853981853 - -0.7853981853 - -0.7551044226 - 2.8603603840 - 2.5940303802 - -2.3259007931 - 2.5652174950 - 2.8603603840 - 2.5652174950 - -0.9179496765 - -0.9179496765 - -0.9122304320 - -2.0533096790 - -2.0533096790 - -2.1112158298 - -2.1112158298 - -0.8777275085 - -0.8777275085 - -0.3287926912 - -0.3287926912 - -2.7233684063 - -2.7233684063 - -2.7828218937 - -2.7828218937 - -2.2427594662 - -2.2427594662 - -2.2286849022 - -2.2286849022 - -2.2427594662 - -2.2286849022 - 2.8450467587 - 2.8450467587 - -1.0652152300 - -1.0652152300 - -0.3947911263 - -0.3947911263 - -0.3828987181 - -1.1071487665 - -1.1071487665 - -2.9816794395 - -2.9816794395 - -2.5015044212 - -2.4997777939 - -2.5015044212 - -2.6885266304 - -2.6885266304 - -0.9944211245 - -0.9944211245 - -0.2318646610 - -0.2318646610 - -0.2287988514 - -0.2287988514 - -0.2318646610 - -0.2287988514 - -2.3506696224 - -2.3506696224 - -1.2641199827 - -1.2641199827 - 0.1767088622 - 0.1767088622 - 2.5778441429 - 2.5778441429 - 2.5726094246 - 2.5726094246 - 2.5778441429 - 2.5726094246 - -2.6541399956 - -2.6541399956 - -0.7551044226 - -0.7853981853 - -0.7551044226 - -2.0293679237 - -2.0293679237 - -2.0344438553 - -0.9122304320 - -0.9179496765 - -0.9122304320 - -0.5101257563 - -0.5101257563 - -2.8295505047 - -2.8295505047 - 1.7033478022 - 1.7033478022 - 2.9617390633 - 2.9617390633 - -0.5807563663 - -0.5807563663 - 1.8774726391 - 1.8774726391 - -1.3567355871 - -1.3567355871 - -1.3156139851 - -1.3156139851 - -1.3567355871 - -1.3156139851 - -0.3828987181 - -0.3947911263 - -0.3828987181 - 0.6904464364 - 0.6904464364 - 0.8621700406 - 0.8621700406 - 0.8491414785 - 0.8491414785 - 2.4558632374 - 2.4558632374 - -2.0701429844 - -2.0701429844 - -1.1574659348 - -1.1574659348 - -2.0301337242 - -2.0301337242 - -2.0214576721 - -2.0214576721 - -2.0301337242 - -2.0214576721 - -0.9397169352 - -0.9397169352 - -1.4505008459 - -1.4505008459 - 3.0804445744 - 3.0804445744 - 3.1007990837 - -0.5977584124 - -0.5977584124 - -1.1948354244 - -1.1948354244 - -1.4601391554 - -1.4601391554 - 1.3961241245 - 1.3961241245 - 0.6202495098 - 0.6202495098 - 2.5940303802 - 2.5940303802 - -2.3259007931 - 2.5652174950 - 2.8603603840 - 2.4858970642 - -3.0648207664 - -3.0648207664 - -3.0839641094 - -3.0828368664 - -2.0344438553 - -2.0293679237 - -2.0344438553 - 1.1618884802 - 1.1618884802 - -1.2304143906 - 0.4154920876 - 0.4154920876 - -1.6092388630 - -1.6201390028 - -1.6092388630 - 2.3876307011 - 2.3876307011 - -3.0309355259 - -3.0309355259 - 0.4192323983 - 0.4192323983 - 0.2782996595 - 0.2782996595 - -1.5437759161 - -1.5437759161 - 1.9890207052 - 1.9890207052 - 2.5829932690 - 2.5829932690 - 2.9802174568 - 2.9802174568 - 0.5434775949 - 0.5434775949 - 0.5008205771 - 0.1460122615 - 0.1460122615 - -1.9195673466 - -1.9195673466 - -1.7928782701 - -1.7928782701 - -0.7853981853 - -0.7853981853 - -1.4780399799 - -1.4780399799 - 1.2490457296 - 1.2490457296 - -2.0402243137 - -2.0402243137 - -2.8279719353 - -2.8279719353 - -2.4858970642 - -2.4858970642 - -2.8632929325 - -2.8632929325 - -2.8535373211 - -2.8535373211 - -2.8632929325 - -2.8535373211 - 0.6435011029 - 0.6435011029 - -2.4244115353 - -2.4244115353 - 2.0081341267 - 2.0081341267 - 2.6160087585 - 2.6160087585 - 2.6116361618 - 2.6116361618 - 2.6160087585 - 2.6116361618 - -0.4636476040 - -0.4636476040 - -0.0651251599 - -0.0651251599 - -3.0839641094 - -3.0648207664 - -3.0839641094 - -3.0828368664 - -3.0828368664 - 2.4858970642 - -3.0648207664 - -3.0839641094 - -3.0828368664 - 1.2924966812 - 1.2924966812 - 0.9364135265 - 0.9364135265 - 1.7415314913 - 1.7415314913 - 0.1651486754 - 0.1651486754 - 2.7492525578 - 2.7492525578 - 2.8198421001 - 2.8198421001 - 0.7399748564 - 0.7399748564 - -0.8960554004 - -0.8960554004 - 0.3868757188 - 0.3868757188 - -0.1549967378 - -0.1549967378 - 2.0039966106 - 2.0039966106 - -2.1556739807 - -2.1556739807 - -2.3259007931 - -2.3259007931 - -2.8501358032 - -2.8501358032 - 3.1007990837 - 3.0804445744 - 3.1007990837 - 2.6344940662 - 2.6344940662 - -0.7989108562 - -0.7989108562 - -0.3839846253 - 0.1869792640 - 0.1869792640 - 2.3561944962 - 2.3561944962 - 2.7367007732 - 2.7367007732 - 2.4858970642 - 2.5940303802 - 2.4858970642 - -3.0828368664 - 2.6491069794 - 2.6491069794 - -1.2304143906 - 1.1618884802 - -1.2304143906 - 1.2430578470 - 1.2430578470 - -2.5535900593 - -2.5535900593 - 0.7064260840 - 0.7064260840 - 2.1244776249 - 2.1244776249 - -2.4558632374 - -2.4558632374 - 1.8045395613 - 1.8045395613 - 2.9322073460 - 2.9322073460 - -2.5308666229 - -2.5308666229 - 1.8370484114 - 1.8370484114 - 2.7403638363 - 2.7403638363 - 1.0121970177 - 1.0121970177 - 0.5008205771 - 0.5434775949 - 0.5008205771 - 1.8370484114 - 1.8370484114 - 2.7776136398 - 2.7776136398 - 2.7326848507 - 2.7326848507 - 2.7326848507 - -3.0035865307 - -3.0035865307 - -2.9694018364 - -2.9694018364 - -0.8329812884 - -0.8329812884 - -2.9010584354 - -2.9010584354 - 2.9463112354 - 2.9463112354 - -2.0106389523 - -2.0106389523 - 0.4065668285 - 0.4065668285 - 2.2264919281 - 2.2264919281 - -0.1374261528 - -0.1374261528 - 2.1692152023 - 2.1692152023 - -0.1586552560 - -0.1586552560 - -0.1566018760 - -0.1437386721 - -0.1566018760 - -0.1586552560 - -0.1566018760 - -0.1437386721 - -2.8966140747 - -2.8966140747 - -2.1956825256 - -2.1956825256 - -2.1956825256 - 0.4194774628 - 0.4194774628 - -0.3839846253 - -0.7989108562 - -0.3839846253 - -0.7022569180 - -0.7022569180 - 1.5707963705 - 1.5707963705 - 2.4815835953 - 2.4815835953 - -1.3156139851 - -1.3156139851 - -1.6092388630 - -1.6092388630 - 2.5625183582 - 2.5625183582 - 0.9011573792 - 0.9011573792 - -2.2720563412 - -2.2720563412 - -2.2831540108 - -1.6201390028 - -1.6201390028 - -1.6092388630 - 1.7126933336 - 1.7126933336 - -2.0701429844 - -2.0701429844 - 2.3561944962 - 2.3561944962 - 1.5971060991 - 1.5971060991 - 1.4181469679 - 1.4181469679 - 1.7681919336 - 1.7681919336 - -1.5707963705 - -1.5707963705 - -2.3641943932 - -2.3641943932 - -0.4636476040 - -0.4551008046 - -0.4636476040 - -0.2449786663 - -0.2449786663 - -0.1082705930 - -0.1082705930 - -0.9750117660 - -0.7551044226 - -0.9750117660 - -1.4725223780 - -1.4725223780 - -0.1437386721 - -0.1586552560 - -0.1566018760 - -0.1437386721 - -2.3854260445 - -2.3854260445 - 0.2135604322 - 0.2135604322 - 0.4893929958 - 0.4893929958 - -1.4288992882 - -1.4288992882 - -2.3408110142 - -2.3408110142 - 1.0851742029 - 1.0851742029 - 1.5866680145 - 1.5866680145 - -2.2831540108 - -2.2720563412 - -2.2831540108 - -2.0626056194 - -2.0626056194 - -0.4955516756 - -0.4955516756 - -2.0607535839 - -2.0607535839 - -2.7744188309 - -2.7744188309 - 2.9000270367 - 2.9000270367 - -0.9038881063 - -0.9038881063 - -2.8335399628 - -2.8335399628 - 3.0027077198 - 3.0027077198 - 2.6684665680 - 2.9509537220 - 2.9509537220 - 1.7561442852 - 1.7561442852 - -2.0825352669 - -2.0825352669 - -0.4551008046 - -0.4551008046 - -0.4636476040 - 0.4939413667 - 0.4939413667 - -2.4061529636 - -2.4061529636 - 2.3818299770 - -0.7551044226 - -0.7551044226 - -0.9750117660 - -0.2110933363 - -0.2110933363 - -2.1956825256 - -2.1956825256 - -2.1956825256 - 2.4733033180 - 2.4733033180 - 2.8198421001 - 2.8198421001 - -1.5707963705 - -1.5707963705 - 2.8198421001 - 2.8198421001 - 2.8198421001 - -2.0778949261 - -2.0778949261 - -0.4297622740 - -0.4297622740 - -1.5707963705 - -1.5707963705 - -1.2649174929 - -1.2649174929 - 3.0481159687 - 3.0481159687 - 3.0890095234 - 2.6698150635 - 3.0890095234 - 1.4464412928 - 1.4464412928 - 1.6879050732 - 1.6879050732 - 2.7326848507 - 2.7326848507 - 2.7326848507 - 3.0348570347 - 3.0348570347 - 3.0309355259 - 3.0309355259 - 3.0348570347 - 3.0309355259 - -2.3134853840 - -2.3134853840 - 1.0153025389 - 1.0153025389 - -3.0090410709 - -3.0090410709 - -1.3886280060 - -1.3886280060 - 0.1140857786 - 0.1140857786 - 2.3818299770 - -2.4061529636 - 2.3818299770 - -2.8535373211 - -2.8535373211 - -1.2120256424 - -1.2120256424 - 2.2601943016 - 2.2601943016 - 2.8198421001 - 2.8198421001 - 2.8198421001 - 0.3351725638 - 0.3351725638 - -0.7695264816 - -0.7695264816 - 2.8163578510 - 2.8163578510 - -2.4913651943 - -2.6011731625 - -2.6011731625 - 1.7359449863 - 1.7359449863 - 2.6698150635 - 2.6698150635 - 3.0890095234 - 1.3948566914 - 1.3948566914 - 1.3948566914 - 1.4410938025 - 1.4410938025 - 0.5933501720 - 0.5933501720 - -1.7975951433 - -1.7975951433 - -2.7400121689 - -2.7400121689 - -0.6386349797 - -0.6386349797 - 2.0838541985 - 2.0838541985 - 1.1760052443 - 1.1760052443 - -0.6762446761 - -0.6762446761 - -0.3473859727 - -0.3473859727 - -1.1856387854 - -1.1856387854 - -2.0131704807 - -2.0131704807 - -1.7681919336 - -1.7681919336 - 0.5358112454 - 0.5358112454 - 1.6951513290 - 1.6951513290 - 0.6231993437 - 0.6231993437 - 0.6086893082 - 0.6086893082 - 0.6231993437 - 0.6086893082 - 2.4227626324 - 2.4227626324 - 1.3554385900 - 1.3554385900 - -1.4821404219 - -1.5027198792 - -1.4821404219 - -1.4801363945 - 1.4711276293 - 1.4711276293 - -0.4048917890 - -0.4048917890 - -0.4248321652 - -0.4248321652 - 2.1870932579 - 2.1870932579 - -2.0533096790 - -2.6224465370 - -2.0533096790 - 0.0840123147 - 0.0840123147 - 1.6130247116 - 1.6130247116 - -2.5006361008 - 0.4168980718 - -2.5006361008 - 2.6684665680 - 3.0027077198 - 2.6684665680 - 1.8724154234 - 1.8724154234 - 2.7610862255 - 2.7610862255 - 3.0309355259 - 3.0309355259 - -2.7308757305 - -2.7308757305 - -1.5344487429 - -1.5344487429 - -2.9617390633 - -2.9617390633 - -3.0648207664 - -3.0648207664 - -2.3961732388 - -2.3961732388 - -3.0451188087 - -3.0451188087 - -0.6947382689 - -0.6947382689 - 0.4636476040 - 0.4636476040 - -0.1082705930 - -0.1082705930 - -3.1177875996 - -3.1177875996 - -3.1172072887 - -3.1172072887 - -3.1177875996 - -3.1172072887 - 1.4886287451 - 1.4886287451 - 1.8753072023 - 1.8753072023 - 2.0344438553 - 2.0344438553 - 3.0077817440 - 3.0077817440 - -2.5727448463 - -2.5727448463 - -3.0828368664 - -3.0828368664 - -1.5027198792 - -1.0659348965 - -1.5027198792 - -1.4821404219 - -1.4801363945 - -1.4801363945 - -1.0659348965 - -1.5027198792 - -1.4821404219 - -1.4801363945 - 1.9231050014 - 1.9231050014 - 1.5232132673 - 1.5232132673 - 1.7681919336 - 1.7681919336 - -0.4808872938 - -0.4808872938 - 1.2555816174 - 1.2555816174 - -2.4913651943 - 2.8163578510 - -2.4913651943 - 2.7091848850 - 2.7091848850 - -2.1840035915 - -2.1840035915 - 1.6421037912 - 1.6421037912 - 2.6011731625 - 2.6011731625 - 2.5615899563 - 0.8589494824 - 0.8589494824 - 2.8430936337 - 2.8430936337 - 1.0014830828 - 1.0014830828 - 1.0191413164 - 1.6295521259 - 1.6295521259 - 2.7209293842 - 2.7209293842 - 2.7109000683 - 2.7109000683 - 2.7209293842 - 2.7109000683 - -0.2337431759 - -0.2337431759 - -0.9272952080 - -0.9272952080 - -0.4947256744 - -0.4947256744 - -0.7320138216 - -0.7320138216 - -0.5724598169 - -0.5724598169 - -1.0768549442 - -1.0768549442 - -2.9786663055 - -2.9786663055 - 0.4955516756 - 0.4955516756 - 2.5329034328 - 2.5329034328 - -0.7221913338 - -0.7221913338 - 0.3805063665 - 0.3805063665 - -2.8083484173 - 0.3671738207 - 0.3671738207 - 0.3805063665 - -2.8083484173 - 0.3671738207 - -2.5952327251 - -2.5952327251 - 2.7181532383 - 2.7181532383 - -0.7165416479 - -0.7165416479 - 1.8705724478 - 1.8705724478 - 3.0040059090 - 3.0040059090 - 2.9889433384 - 0.0632068291 - 0.0632068291 - -2.1224513054 - -2.1224513054 - -2.1587989330 - -2.1587989330 - 1.7506498098 - 1.7506498098 - 0.6932231188 - 0.6932231188 - -2.6344940662 - -2.6344940662 - -0.8567056060 - -0.8567056060 - 1.3948566914 - 1.3948566914 - 1.3948566914 - 0.3976279795 - 0.3976279795 - 1.1856387854 - 1.1856387854 - 1.1401038170 - 1.1401038170 - 1.1856387854 - 1.1401038170 - 1.0191413164 - 1.0014830828 - 1.0191413164 - 0.6287962794 - 0.6287962794 - 2.8049178123 - 2.8049178123 - -0.5404195189 - -0.5404195189 - -0.9521519542 - -0.9521519542 - -0.9409930110 - -0.9409930110 - -0.9521519542 - -0.9409930110 - 3.1415927410 - 3.1415927410 - 3.0309355259 - 3.0309355259 - 3.1415927410 - 3.0309355259 - 1.8281199932 - 1.8281199932 - -2.0917060375 - -2.0917060375 - 2.9473516941 - 2.9473516941 - 0.1882214993 - 0.1882214993 - 2.9476335049 - 2.9476335049 - 2.9267773628 - 0.1460122615 - 0.1460122615 - -2.2455372810 - -2.2455372810 - 0.3671738207 - 0.3671738207 - -2.8442275524 - -2.8442275524 - 2.0021970272 - 2.0021970272 - -1.3734008074 - -1.3734008074 - 1.6733762026 - 1.6733762026 - -0.4514530897 - -0.4514530897 - 2.9889433384 - 3.0040059090 - 2.9889433384 - -2.9275319576 - -2.9275319576 - -2.5016565323 - -2.5016565323 - -2.6224465370 - -2.6224465370 - -2.0533096790 - 2.4194014072 - 2.4194014072 - 2.5615899563 - 2.6011731625 - 2.5615899563 - -1.1902899742 - -1.1902899742 - 0.4168980718 - 0.4168980718 - -2.5006361008 - 1.5707963705 - 1.5707963705 - 1.4056476355 - 1.4056476355 - 1.3825747967 - 1.3825747967 - 1.4056476355 - 1.3825747967 - 1.7544186115 - 1.7654818296 - 1.7544186115 - 1.5707963705 - 1.5707963705 - -1.1441688538 - -1.1441688538 - 2.3912677765 - 2.3912677765 - 2.3827369213 - 2.3827369213 - 2.3912677765 - 2.3827369213 - -2.6011731625 - -2.6011731625 - -0.6868176460 - -0.6868176460 - -2.6224465370 - -2.6224465370 - 2.5872850418 - 2.5872850418 - -2.1679730415 - -2.1679730415 - 2.9267773628 - 2.9476335049 - 2.9267773628 - -0.0733973235 - -0.0733973235 - 2.9406383038 - 2.9406383038 - -2.8083484173 - 0.3805063665 - -2.8083484173 - 0.3671738207 - -2.7960369587 - -2.3797194958 - -2.3797194958 - -0.4636476040 - -0.4636476040 - 2.6504290104 - 2.6504290104 - 2.6414315701 - 2.5387542248 - 2.5387542248 - 1.5165019035 - 1.5165019035 - 2.8661665916 - 2.8661665916 - -1.0659348965 - -1.0659348965 - -1.5027198792 - -1.4801363945 - 2.1486983299 - 2.1486983299 - 1.2655731440 - 1.2818208933 - 1.2655731440 - 3.0329313278 - 3.0329313278 - -0.3985224366 - -0.3985224366 - -1.5707963705 - -1.5707963705 - -1.5707963705 - -1.5707963705 - 3.0899145603 - 3.0899145603 - -0.9827937484 - -0.9827937484 - 0.3277384937 - 0.3277384937 - 0.3737268150 - 1.4288992882 - 1.4288992882 - 0.3737268150 - 0.3277384937 - 0.3737268150 - 2.0344438553 - 2.0344438553 - 1.7654818296 - 1.7995951176 - 1.7654818296 - 1.7544186115 - 1.5707963705 - 1.5707963705 - 3.1415927410 - 3.1415927410 - 3.1415927410 - -2.4634733200 - -2.4634733200 - 3.1415927410 - 3.1415927410 - -2.8874678612 - -2.8874678612 - 1.9309895039 - 1.9309895039 - 2.3305590153 - 2.3305590153 - 0.2561513782 - 0.2561513782 - -2.3561944962 - -2.3561944962 - -2.3373289108 - -2.3373289108 - 2.9708573818 - 2.9708573818 - -0.5836358070 - -0.5836358070 - -0.1402496099 - -0.1402496099 - -0.1386397332 - -0.1386397332 - -0.1402496099 - -0.1386397332 - -2.0516836643 - -2.0516836643 - 3.1415927410 - 3.1415927410 - 3.1031501293 - 2.6779451370 - 2.6779451370 - -1.7912900448 - -1.7912900448 - 0.3729877174 - 0.3729877174 - 2.6414315701 - 2.6504290104 - 2.6414315701 - 1.8717166185 - 1.8717166185 - -2.1304779053 - -2.1304779053 - 2.5183932781 - 2.5183932781 - 2.6146495342 - 2.6146495342 - 2.6066374779 - 2.6066374779 - 2.6146495342 - 2.6066374779 - 1.2818208933 - 1.2818208933 - 1.2655731440 - 0.0000000000 - 0.0000000000 - -1.3690339327 - -1.3690339327 - 1.2422431707 - 0.4048917890 - 0.4048917890 - 1.4840580225 - 1.4840580225 - -2.1587989330 - -2.1587989330 - 1.9365435839 - 1.9365435839 - 2.5332677364 - 2.5332677364 - 0.8050035238 - 0.8050035238 - 2.0961632729 - 2.0961632729 - 3.0309355259 - 3.0309355259 - 3.0309355259 - 3.0309355259 - 3.0309355259 - 3.0309355259 - 3.0309355259 - 3.0309355259 - -2.8330862522 - -2.8330862522 - -2.8430936337 - 3.1415927410 - 3.1415927410 - 3.1415927410 - -2.4558632374 - -2.4558632374 - -0.6773864627 - -0.6773864627 - 2.2248790264 - 2.2248790264 - -0.0705895871 - -0.0705895871 - -0.2653320730 - -0.2653320730 - -0.2626090646 - -0.2626090646 - -0.2653320730 - -0.2626090646 - -0.5574311018 - -0.5480239391 - -0.5574311018 - 3.1031501293 - 3.1415927410 - 3.1031501293 - 0.3708913028 - 0.3708913028 - -1.4711276293 - -1.4711276293 - -2.5065658092 - -2.5065658092 - -2.4805495739 - -2.4805495739 - -2.5065658092 - -2.4805495739 - -2.4781665802 - -2.4781665802 - -0.0609002076 - -0.0609002076 - -0.0487418510 - -2.5615899563 - -2.5615899563 - -2.5453934669 - -2.5453934669 - -2.5615899563 - -2.5453934669 - -1.2230293751 - -1.2230293751 - -2.3053908348 - -2.3223092556 - -2.3053908348 - -0.4922112525 - 0.1716280729 - -0.4922112525 - 2.6945180893 - -0.5404195189 - -0.5404195189 - 0.3274002075 - 0.3274002075 - -2.1587989330 - -2.1587989330 - 0.1651486754 - 0.1651486754 - 0.1618374288 - 0.1618374288 - 0.1651486754 - 0.1618374288 - 1.2793395519 - 1.2793395519 - 1.7126933336 - 1.7126933336 - 2.2264919281 - 2.2264919281 - -0.1184899583 - -0.1184899583 - 1.7995951176 - 1.7995951176 - 1.7654818296 - -0.3009202480 - -0.3009202480 - -0.2691674829 - 3.1415927410 - 3.1415927410 - -2.6011731625 - -2.6011731625 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.0676536560 - 3.0676536560 - 3.1415927410 - 3.1415927410 - -2.8430936337 - -2.8330862522 - -2.8430936337 - 3.0309355259 - 3.0309355259 - 3.1415927410 - 3.1415927410 - -2.4952905178 - -2.4952905178 - 2.5398168564 - 2.5398168564 - 0.9229848981 - 0.9229848981 - -1.6614562273 - -1.6614562273 - -2.7659523487 - -2.7659523487 - 0.5227890611 - 0.5227890611 - 0.4366271496 - 0.4366271496 - -2.8049178123 - -2.8049178123 - 0.4228539169 - -2.7960369587 - -2.8083484173 - -2.7960369587 - -1.4994888306 - -1.4994888306 - -0.0487418510 - -0.0609002076 - -0.0487418510 - 1.0679531097 - 1.0679531097 - 1.9904471636 - 1.9904471636 - 1.9847953320 - -0.0540014990 - -0.0540014990 - -0.2847304344 - -0.2847304344 - -2.3223092556 - -2.3223092556 - -2.3053908348 - 2.6945180893 - -0.4922112525 - 2.6945180893 - 0.7483780384 - 0.7483780384 - 2.5183932781 - 2.5183932781 - 1.9222410917 - 1.9222410917 - 2.1112158298 - 2.1112158298 - -0.1086612195 - -0.1086612195 - -0.2691674829 - -0.3009202480 - -0.2691674829 - 0.3529903889 - 0.3529903889 - 0.7641247511 - 0.7641247511 - -0.9736196399 - -0.9736196399 - 2.4030351639 - 2.4030351639 - 3.1415927410 - 3.1415927410 - 3.0309355259 - 3.0309355259 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.0309355259 - 3.1415927410 - 2.9865958691 - 2.9865958691 - 3.0254509449 - 3.0254509449 - -1.3990361691 - -1.3990361691 - -0.4279485047 - -0.4279485047 - 0.2522424459 - 0.2522424459 - 2.9698324203 - 2.9698324203 - -2.3561944962 - -2.3561944962 - -2.4297456741 - -2.4297456741 - 0.9907935262 - 0.1711485982 - 0.1711485982 - -0.7316864133 - -0.7316864133 - -0.7102710009 - 0.0915798470 - 0.0915798470 - 0.0906598866 - 0.0906598866 - 0.0915798470 - 0.0906598866 - -1.6475682259 - -1.6475682259 - -2.4080958366 - -2.4080958366 - -2.3711187840 - -2.3711187840 - 1.9847953320 - 1.9904471636 - 1.9847953320 - 2.4610714912 - 2.4610714912 - 2.4349784851 - -0.9310265183 - -0.9310265183 - -3.0628087521 - -3.0628087521 - -2.3162157536 - -2.3162157536 - 0.1713791192 - 0.1713791192 - 1.2422431707 - -1.3690339327 - 1.2422431707 - -2.0955920219 - -2.0955920219 - -2.3832149506 - -2.3832149506 - -2.5115587711 - -2.5115587711 - 1.5707963705 - 1.5707963705 - 1.5707963705 - 1.4876550436 - 1.4876550436 - 2.9325697422 - 2.9325697422 - 2.6962916851 - 2.6962916851 - -0.1510153413 - -0.1510153413 - 1.1613590717 - 1.1613590717 - -0.0599281564 - -0.0599281564 - 2.8632929325 - 2.8632929325 - 3.0309355259 - 3.0309355259 - 3.0309355259 - 3.0309355259 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - -0.7044940591 - -0.7044940591 - 3.1415927410 - 3.1415927410 - -2.8300459385 - -2.8300459385 - -2.0899424553 - -2.0899424553 - 3.0309355259 - 3.0309355259 - 3.1415927410 - 3.1415927410 - 3.1415927410 - -1.7149506807 - -1.7149506807 - -2.8894965649 - -2.8894965649 - 0.0370201170 - 0.0370201170 - -2.7329742908 - -2.7329742908 - -2.6098685265 - -2.6098685265 - -0.5480239391 - -0.5480239391 - -0.5574311018 - -1.7382280827 - -1.7382280827 - 0.3671738207 - 0.3671738207 - -0.7102710009 - -0.7316864133 - -0.7102710009 - 0.4636476040 - 0.4636476040 - 0.3720677495 - 0.3720677495 - 2.9361972809 - 2.9361972809 - 2.3462939262 - 2.3462939262 - -2.0081341267 - -2.0081341267 - -1.9974237680 - -1.9974237680 - -2.0081341267 - -1.9974237680 - 0.8415189385 - 0.8415189385 - 2.5337905884 - 2.5337905884 - 2.4349784851 - 2.4610714912 - 2.4349784851 - -0.4366271496 - -0.4366271496 - 0.1716280729 - 0.1716280729 - -0.4983157814 - -0.4922112525 - -0.5095922351 - -0.4983157814 - 1.7894653082 - 1.7894653082 - -2.6011731625 - -2.6011731625 - 1.5707963705 - 1.5707963705 - 1.5707963705 - 2.4805495739 - 2.4805495739 - 2.4668517113 - -1.6078164577 - -1.6078164577 - -1.5896619558 - -1.0895293951 - -1.0895293951 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 1.2527087927 - 1.2527087927 - 3.0309355259 - 3.0309355259 - -0.5028432012 - -0.5028432012 - 3.1162815094 - 3.1162815094 - -0.1118902639 - -0.1118902639 - -2.0043778419 - -2.0043778419 - 2.9400649071 - 2.9400649071 - 0.9907935262 - -2.4297456741 - 0.9907935262 - 0.0000000000 - 0.0000000000 - -1.4631065130 - -1.4631065130 - -0.5543075204 - -0.5543075204 - 0.4228539169 - -2.8049178123 - 0.4228539169 - -1.3294408321 - -1.3294408321 - -0.0883767828 - -0.0883767828 - -2.3172531128 - -2.3172531128 - 3.1023969650 - 3.0839641094 - 3.1023969650 - -1.6539375782 - -1.6539375782 - -2.6992185116 - -2.6992185116 - -2.7149651051 - -2.7149651051 - -2.2548480034 - -2.2548480034 - -2.2455372810 - -2.2455372810 - -2.2548480034 - -2.2455372810 - -0.5095922351 - 0.1716280729 - -0.4983157814 - -0.5095922351 - -0.4983157814 - 2.3924479485 - 2.3924479485 - 2.3871123791 - 0.8844110966 - 0.8844110966 - 2.4980914593 - 2.4980914593 - -0.0365690552 - -0.0365690552 - 2.0344438553 - 2.0344438553 - 1.5182132721 - 1.5182132721 - -2.1313059330 - -2.1313059330 - 2.4668517113 - 2.4805495739 - 2.4668517113 - 1.4559197426 - 1.4559197426 - 0.1106572226 - 0.1106572226 - 1.4288992882 - 1.4288992882 - -0.0108691370 - -0.0108691370 - -3.0309355259 - -3.0309355259 - -0.4490855336 - -0.4490855336 - -1.5896619558 - -1.6078164577 - -1.5896619558 - 3.1415927410 - 3.1415927410 - -2.4285318851 - -2.4285318851 - 2.7851557732 - -0.4922112525 - -0.4922112525 - -0.9025068879 - -0.9025068879 - -2.0516836643 - -2.0516836643 - -2.6885266304 - -2.6885266304 - 3.0309355259 - 3.0309355259 - 3.1415927410 - 3.0309355259 - 3.0309355259 - -0.6086893082 - -0.6086893082 - 1.7572832108 - 1.7572832108 - 2.1587989330 - 2.1587989330 - 2.1877381802 - 2.1877381802 - -0.4254496396 - -3.0118901730 - -0.4254496396 - 2.9055690765 - 2.9055690765 - 2.9055690765 - 2.9055690765 - 1.2120256424 - 1.2120256424 - 0.3465388715 - 0.3465388715 - 0.0000000000 - 0.0000000000 - -0.7402675152 - -0.7402675152 - 0.0377179533 - 0.0377179533 - -2.4629302025 - -2.4629302025 - -0.0210495219 - -0.0210495219 - -0.6140190363 - -0.6140190363 - 3.1415927410 - 3.1415927410 - 3.0839641094 - 3.0839641094 - 3.1023969650 - -0.4773453772 - -0.4773453772 - 1.4601391554 - 1.4601391554 - -1.7992929220 - -1.7992929220 - -1.1071487665 - -1.1071487665 - 0.0370201170 - 1.2106032372 - 0.0370201170 - 0.7756897211 - -0.8150923848 - 0.7756897211 - 0.2260683924 - 0.2260683924 - -1.7865625620 - -1.7865625620 - 2.2181885242 - 2.2181885242 - 1.6169174910 - 1.6169174910 - -0.4398425817 - -0.4398425817 - -0.4983157814 - 0.1716280729 - -0.4983157814 - -0.5095922351 - -0.4983157814 - 2.3871123791 - 2.3924479485 - 2.3871123791 - -1.5253731012 - -1.5253731012 - -1.4801363945 - -1.4801363945 - -1.5253731012 - -1.4801363945 - 1.5707963705 - 1.5707963705 - 1.7861540318 - 1.7861540318 - 1.6332151890 - 1.6332151890 - 2.2730531693 - 2.2730531693 - 3.1415927410 - 3.1415927410 - 3.0014908314 - 3.0014908314 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.0560872555 - 3.0560872555 - 3.1415927410 - 3.1415927410 - 1.7848570347 - 1.7848570347 - -0.1086612195 - -0.1086612195 - 0.5337082148 - 0.5337082148 - -3.0118901730 - -3.0118901730 - -0.4254496396 - -3.1165978909 - -3.1165978909 - -1.3986054659 - -1.3986054659 - 0.0748598501 - 0.0748598501 - -0.9922721386 - -0.9922721386 - 1.3763161898 - 1.3763161898 - 3.0477514267 - 3.0477514267 - 3.0361032486 - 0.4506613314 - 0.4506613314 - 2.4159522057 - 2.4159522057 - -1.9710370302 - -1.9710370302 - 2.4159522057 - -1.9710370302 - -2.2896263599 - -2.8618884087 - -2.2896263599 - 0.4048917890 - 0.4048917890 - 3.0617625713 - 3.0617625713 - -0.6659692526 - -0.6659692526 - 1.2106032372 - 1.2106032372 - 0.0370201170 - 0.7447701097 - 0.7447701097 - -1.6965657473 - 1.5328398943 - 1.5328398943 - 1.5584512949 - -0.9753864408 - -0.9753864408 - -2.6482927799 - -2.6482927799 - -2.5283854008 - -2.5283854008 - 2.6940727234 - 2.6940727234 - -0.4983157814 - 0.1716280729 - -0.4983157814 - -0.5095922351 - -0.4983157814 - -0.4461055398 - -0.4461055398 - -1.5232132673 - -1.5232132673 - 0.2717921734 - 0.2717921734 - -2.1224513054 - -2.1224513054 - 1.4056476355 - 1.4056476355 - 1.4876550436 - 1.4876550436 - 1.7126933336 - 1.7126933336 - 1.7126933336 - 2.2763645649 - 2.2763645649 - 2.2545056343 - 2.2545056343 - 2.2763645649 - 2.2545056343 - -3.0419239998 - -2.2142975330 - -3.0419239998 - -2.8164751530 - -2.8164751530 - 1.3134726286 - 1.3134726286 - -3.0186207294 - -3.0186207294 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - -0.6365082264 - -0.6365082264 - -1.2760661840 - -1.2760661840 - 0.0322468840 - 0.0322468840 - -1.3927034140 - -1.3927034140 - 3.0361032486 - 3.0477514267 - 3.0361032486 - 3.0735161304 - 3.0735161304 - -2.4848909378 - -2.4848909378 - 0.3764903247 - 0.3764903247 - -2.2083451748 - -2.2083451748 - -0.1202954799 - -0.1202954799 - -2.5535900593 - -2.5535900593 - -2.5535900593 - -2.5535900593 - -2.5535900593 - -2.5535900593 - -0.8150923848 - -0.8150923848 - 0.7756897211 - 0.0867383406 - 0.0867383406 - -2.7038013935 - -2.7038013935 - 0.3400971293 - 0.3400971293 - -1.6991195679 - -1.6991195679 - 1.5707963705 - 1.5707963705 - 0.9827937484 - 0.9827937484 - 1.4876550436 - 1.4876550436 - 1.7126933336 - 1.7126933336 - 1.7126933336 - 3.0509328842 - 3.0509328842 - 3.1415927410 - 3.1415927410 - -2.2142975330 - -0.6624262929 - -0.6624262929 - 2.7851557732 - -2.4285318851 - 2.7851557732 - 0.8243395090 - 0.8243395090 - -1.7004988194 - -1.7004988194 - -2.4379789829 - -2.4379789829 - 2.6087486744 - 2.6087486744 - 1.0726796389 - 1.0726796389 - 0.1618374288 - 0.1618374288 - 0.1602306813 - 0.1586552560 - 0.1602306813 - 0.1618374288 - 0.1602306813 - 0.1586552560 - 0.1586552560 - 0.1618374288 - 0.1602306813 - 0.1586552560 - 2.9400649071 - 2.9400649071 - 0.3518166840 - 0.3518166840 - 0.9697225690 - 0.9697225690 - -2.8318896294 - -2.8318896294 - -0.4248321652 - -0.4248321652 - 0.0338853300 - 0.0338853300 - 0.6375488043 - 0.6375488043 - -0.1030816063 - -0.1030816063 - 0.0676930249 - 0.0676930249 - -2.8646838665 - -2.8646838665 - -2.8618884087 - -2.8618884087 - -2.8646838665 - -2.8618884087 - -2.2896263599 - -0.0831412300 - -0.0831412300 - -0.0416425802 - -2.4722352028 - -2.4722352028 - -0.1711485982 - -0.1711485982 - -1.6965657473 - 0.7447701097 - -1.6965657473 - 1.5584512949 - 1.5328398943 - 1.5584512949 - -0.0138879959 - -0.0138879959 - 0.0000000000 - 1.6115900278 - 1.6115900278 - -2.8794727325 - -2.8794727325 - 1.2364678383 - 1.2490457296 - 1.2364678383 - 1.5707963705 - 1.5707963705 - 1.5707963705 - 1.2341215611 - 1.2341215611 - 1.2329181433 - 1.2329181433 - -3.0584514141 - -3.0584514141 - -3.0584514141 - 1.4758446217 - 1.4758446217 - 2.6224465370 - 2.6224465370 - 2.5564801693 - 2.5564801693 - 2.8607549667 - 2.8607549667 - 2.7610862255 - 1.7359449863 - 1.7359449863 - -2.7004132271 - -2.7004132271 - 2.1538729668 - 2.1538729668 - -3.0244839191 - -3.0244839191 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 2.5387542248 - 2.5387542248 - 0.9272952080 - 0.9272952080 - -0.3430239260 - -0.3430239260 - -2.9340963364 - -2.9340963364 - -3.0419239998 - -3.0419239998 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 1.0608242750 - 1.0608242750 - -3.0309355259 - -3.0309355259 - 2.6504290104 - 2.6504290104 - 2.6325218678 - 0.8621700406 - 0.8621700406 - -2.5806918144 - -2.5806918144 - 1.5707963705 - 1.5707963705 - -2.4719536304 - -2.4719536304 - -0.9907935262 - -0.9907935262 - -0.4891197979 - -1.5707963705 - -1.5707963705 - -1.5480729342 - -1.5480729342 - -1.5707963705 - -1.5480729342 - -0.0416425802 - -0.0831412300 - -0.0416425802 - -0.7963867188 - -0.7963867188 - -2.2437672615 - -2.2437672615 - -2.8661665916 - -2.8661665916 - -2.8780288696 - -2.8780288696 - 0.0000000000 - -0.0138879959 - 0.0000000000 - 1.2490457296 - 1.2490457296 - 1.2364678383 - -2.4468543530 - -2.4468543530 - 0.2329792380 - 2.3561944962 - 0.2329792380 - 1.9270160198 - 1.9270160198 - 1.8993494511 - 1.5707963705 - 1.5707963705 - 1.5707963705 - -0.0782711431 - -0.0782711431 - -3.0244839191 - -3.0244839191 - -2.1244776249 - -2.1244776249 - 0.2782996595 - 0.2782996595 - 2.7610862255 - 2.8607549667 - 2.7610862255 - 1.4108831882 - 1.4108831882 - 2.2494587898 - 2.2494587898 - 2.2367656231 - 2.2367656231 - 2.9694018364 - 2.9694018364 - 3.0309355259 - 3.0309355259 - 0.2368487567 - 0.2368487567 - 3.1415927410 - 3.1415927410 - 2.1479885578 - 2.1479885578 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 2.0778949261 - 2.0778949261 - 2.6325218678 - 2.6504290104 - 2.6325218678 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 1.8157750368 - 1.8157750368 - 0.3356385529 - 0.3356385529 - -1.8993494511 - -0.9526520967 - -0.9526520967 - 0.5697564483 - 0.5697564483 - 0.9361445308 - 0.9361445308 - 0.9113107920 - 0.9113107920 - 0.9361445308 - 0.9113107920 - -1.5422326326 - -1.5422326326 - -0.4891197979 - -0.9907935262 - -0.4891197979 - 0.3028848767 - 0.3028848767 - -2.3111798763 - -2.3111798763 - -0.3500448763 - -0.3500448763 - 1.0040670633 - 1.0040670633 - 1.7033478022 - 1.7033478022 - 1.6373645067 - 1.6373645067 - 1.7033478022 - 1.6373645067 - -2.6671926975 - -2.6671926975 - -0.9573362470 - -0.9573362470 - 2.3561944962 - 2.3561944962 - 0.2329792380 - 1.8993494511 - 1.9270160198 - 1.8993494511 - 0.1973955631 - 0.1973955631 - -2.8150112629 - -2.8150112629 - 1.2277723551 - 1.2277723551 - 2.0778949261 - 2.0778949261 - 1.3439974785 - 1.3439974785 - 2.6877486706 - 2.6877486706 - 2.6928694248 - 2.6928694248 - 1.4559197426 - 1.4559197426 - 2.3561944962 - 2.3561944962 - -1.0141969919 - -1.0141969919 - 3.1415927410 - 3.1415927410 - 3.1415927410 - -2.9955804348 - -2.9955804348 - -2.5930433273 - -2.5930433273 - -2.0491487980 - -2.0491487980 - 0.5272870660 - 0.5272870660 - 3.1016139984 - 3.1016139984 - -1.5707963705 - -1.5707963705 - 0.5280744433 - 0.5280744433 - 0.5880026221 - 2.4078726768 - 2.4078726768 - 2.3737366199 - -0.3841693699 - -0.3841693699 - 1.2830883265 - 1.2830883265 - 0.4551008046 - 0.4551008046 - -0.0434508957 - -0.0434508957 - -3.0868527889 - -3.0868527889 - -3.0860941410 - -3.0860941410 - -3.0868527889 - -3.0860941410 - -2.4468543530 - -2.4468543530 - -2.1587989330 - -2.1587989330 - 0.2132045180 - 0.2132045180 - -2.1815223694 - -2.1815223694 - -1.5224469900 - -1.5224469900 - -3.0584514141 - -3.0584514141 - -3.0584514141 - 0.9342880845 - 0.9342880845 - 2.7182819843 - 2.7182819843 - 2.5189218521 - 2.5189218521 - -0.2449786663 - -0.2449786663 - -0.2023216337 - -0.2023216337 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.0509328842 - 3.0509328842 - 3.1415927410 - 3.1415927410 - 3.0419239998 - 3.1415927410 - 3.1415927410 - 3.1415927410 - -2.3663983345 - -2.3663983345 - 2.6422460079 - 2.6422460079 - 3.1415927410 - 3.1415927410 - 2.6983504295 - 2.6983504295 - -0.3777666688 - -0.3777666688 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - -3.0419239998 - 3.1415927410 - 0.6107259393 - 0.6107259393 - -0.5191460848 - -0.5191460848 - -2.9908461571 - -2.9908461571 - 2.3471856117 - 2.3471856117 - 1.0343608856 - 1.0343608856 - 0.5880026221 - 0.5280744433 - 0.5880026221 - -0.3507279456 - -0.3507279456 - -0.3392926157 - -0.3392926157 - -2.5415425301 - -2.5415425301 - 2.3737366199 - 2.4078726768 - 2.3737366199 - -1.7380502224 - -2.3321027756 - -2.3321027756 - 0.1537075341 - 0.1537075341 - -3.0261659622 - -1.6130247116 - -1.6130247116 - -1.5989578962 - -1.5989578962 - -1.6130247116 - -1.5989578962 - -0.4856221080 - -0.4856221080 - 1.0183774233 - 1.0183774233 - 0.2691674829 - 0.2691674829 - 2.5535900593 - 2.5535900593 - 0.6412437558 - 0.6412437558 - 1.2490457296 - 1.2490457296 - -2.1045045853 - -2.1045045853 - -2.1045045853 - -0.8253768682 - -0.8253768682 - -0.7446044683 - -2.1421337128 - -2.1421337128 - -2.1045045853 - -2.1045045853 - -2.0831856728 - -2.0831856728 - -1.4659193754 - -1.4659193754 - -2.0831856728 - -2.0831856728 - 1.8259787560 - 1.8259787560 - -1.1330050230 - -1.1330050230 - 0.9272952080 - 0.9272952080 - 3.0509328842 - 3.0509328842 - 3.0509328842 - 3.1415927410 - 3.0419239998 - 3.0419239998 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - -0.4297622740 - -0.4297622740 - 3.1415927410 - 3.1415927410 - -2.3337264061 - -2.3337264061 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - -3.0309355259 - 3.1415927410 - -3.0309355259 - 3.1415927410 - 3.1415927410 - -1.7928782701 - -1.7928782701 - 2.4805495739 - 2.4805495739 - -1.8993494511 - 0.3356385529 - -1.8993494511 - -1.1737169027 - -1.1737169027 - -2.5535900593 - -2.5535900593 - -3.0261659622 - 0.1537075341 - -3.0261659622 - -1.7147217989 - -0.6590900421 - -0.6590900421 - -2.6611869335 - -2.6611869335 - -2.2804775238 - -2.2804775238 - 1.7273981571 - 1.7273981571 - 2.1251037121 - 2.1251037121 - 2.1180806160 - 2.0441522598 - 2.0441522598 - 2.7631652355 - 2.7631652355 - 2.7589855194 - 2.7589855194 - 2.7631652355 - 2.7589855194 - 1.5359266996 - 1.5359266996 - 0.3174587488 - 0.3174587488 - 1.2430578470 - 1.2430578470 - -2.1763410568 - -2.1763410568 - -0.6000502110 - -0.6000502110 - -0.9002747536 - -0.9002747536 - -2.7383112907 - -2.7383112907 - 1.9890207052 - 1.9890207052 - 3.0509328842 - 3.0509328842 - 2.9597167969 - 2.9597167969 - -0.0665681660 - -0.0665681660 - 1.0999025106 - 1.0999025106 - 2.0431017876 - 2.0431017876 - -0.2310906649 - -0.2310906649 - 1.9513026476 - 1.9513026476 - 0.0599281564 - 0.0599281564 - 2.9441971779 - 2.9441971779 - 0.8347408175 - 0.8347408175 - -0.4470745325 - -0.4470745325 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 2.2398393154 - 2.2398393154 - -2.2617394924 - -2.2617394924 - 3.0191316605 - 3.0191316605 - -0.8739235997 - -0.8739235997 - 3.1415927410 - 3.1415927410 - -1.3754047155 - -1.3754047155 - 1.9347752333 - 1.9347752333 - -1.8029001951 - -1.8029001951 - -3.0309355259 - -3.0309355259 - 3.1415927410 - -3.0309355259 - 3.1415927410 - 3.1415927410 - 0.1603754461 - 0.1603754461 - -3.0267159939 - -3.0267159939 - 0.1118902639 - 0.1118902639 - 2.9068701267 - 2.9068701267 - -0.3302973509 - -0.3302973509 - 2.8674252033 - 2.8674252033 - -1.7380502224 - 2.3737366199 - -1.7380502224 - 0.2551823854 - 0.2551823854 - 0.8760580420 - 0.8760580420 - 2.9476335049 - 2.9476335049 - -1.7147217989 - -3.0261659622 - -1.7147217989 - -1.4100335836 - -1.4100335836 - -1.4270576239 - -1.4270576239 - -1.4100335836 - -1.4270576239 - -0.2074962258 - -0.2074962258 - -0.2048767209 - -0.2048767209 - -0.2074962258 - -0.2048767209 - 1.7656602859 - 1.7656602859 - 2.1180806160 - 2.1251037121 - 2.1180806160 - -0.5280744433 - -0.5280744433 - 2.7049655914 - 2.7049655914 - -2.1045045853 - -2.1045045853 - -2.1045045853 - -0.7446044683 - -0.8253768682 - -0.7446044683 - 1.2167989016 - 1.2167989016 - 2.2896263599 - 2.2896263599 - 2.8501358032 - 2.8501358032 - -2.2142975330 - -2.2142975330 - 1.4513673782 - 1.4513673782 - 2.6614177227 - 2.6614177227 - 2.6201581955 - 2.8568623066 - 2.8568623066 - 3.1415927410 - 3.1415927410 - 3.0509328842 - 3.0509328842 - 3.1415927410 - 3.0509328842 - 3.0509328842 - 3.1415927410 - 1.8855539560 - 1.8855539560 - 2.4445712566 - 2.4445712566 - -0.6947382689 - -0.6947382689 - -1.6256861687 - -1.6256861687 - 2.7901477814 - 2.7901477814 - -1.8622530699 - -1.8622530699 - 2.9967801571 - 0.0849017948 - 2.9967801571 - 2.5109114647 - 2.5109114647 - 0.3058788776 - 0.3058788776 - 3.1415927410 - 3.1415927410 - -3.0309355259 - -3.0309355259 - 3.1415927410 - -3.0309355259 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - -0.8884797692 - -0.8884797692 - -0.3899178505 - -0.3899178505 - 0.3248086572 - 0.3248086572 - -1.5707963705 - -1.5707963705 - 1.9001225233 - 1.9001225233 - 0.2551823854 - 0.2551823854 - -0.6610431671 - -0.6610431671 - -0.6007137895 - -0.6007137895 - -2.5234484673 - -2.5234484673 - -1.1537470818 - -1.1537470818 - -0.1633661538 - -0.1633661538 - 1.3734008074 - 1.3734008074 - -1.8925468922 - -1.8925468922 - -2.0778949261 - -2.0778949261 - -2.3191742897 - -2.3191742897 - 1.2324726582 - 0.9827937484 - 0.9827937484 - 2.8198421001 - 2.8198421001 - 1.2722973824 - 1.2722973824 - 1.3439974785 - 1.3439974785 - 1.2722973824 - 1.3439974785 - 1.0303767920 - 1.0303767920 - 1.2375520468 - 1.2375520468 - 1.8925468922 - 1.8925468922 - -2.8753407001 - -2.8753407001 - 2.2565257549 - 2.2565257549 - 0.1798534989 - 0.1798534989 - 0.0000000000 - 0.0000000000 - 1.4559197426 - 1.4559197426 - -2.5060069561 - -2.5060069561 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - -2.7477240562 - -2.7477240562 - -3.0509328842 - -3.0509328842 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - -3.0509328842 - 3.1415927410 - -2.6779451370 - -2.6779451370 - 2.6779451370 - 2.6779451370 - 2.6716160774 - 2.6716160774 - 2.6779451370 - 2.6716160774 - 3.1415927410 - -3.0309355259 - 3.1415927410 - -3.0309355259 - 3.1415927410 - 3.1415927410 - 3.1415927410 - -3.0309355259 - 3.1415927410 - -3.0309355259 - 3.1415927410 - 3.1415927410 - -0.3320594728 - -0.3320594728 - 0.1869792640 - 0.1869792640 - -3.0214838982 - -3.0214838982 - 2.2539877892 - 2.2539877892 - -0.9090248346 - -0.9090248346 - -2.1193456650 - -2.1193456650 - -2.1255886555 - 2.3613758087 - 2.3613758087 - 0.0779666305 - 0.0779666305 - -2.7381737232 - -2.7381737232 - -1.4987562895 - -1.4987562895 - -0.8453263044 - -0.8453263044 - -2.1587989330 - -2.1587989330 - -2.1815223694 - -2.1815223694 - -2.1962814331 - -2.1962814331 - -2.3191742897 - -2.3191742897 - -0.8559877276 - -0.8559877276 - 2.6201581955 - 2.6614177227 - 2.6201581955 - 1.3633000851 - 1.3633000851 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - -1.0287970304 - -1.0287970304 - 0.4808872938 - 0.4808872938 - 2.7928216457 - 2.7928216457 - 0.2837941051 - 0.2837941051 - -1.5707963705 - -1.5707963705 - -2.7321555614 - -2.7321555614 - 0.0849017948 - 0.0849017948 - 2.9967801571 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - -3.0309355259 - 3.1415927410 - -3.0309355259 - 3.1415927410 - 3.1415927410 - 3.1415927410 - -3.0309355259 - 3.1415927410 - -3.0309355259 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - -0.4124104381 - -0.4124104381 - -0.4012287855 - -0.4012287855 - -0.4124104381 - -0.4012287855 - 3.0648207664 - 3.0648207664 - 1.6714649200 - 1.6714649200 - 2.8422265053 - 2.8422265053 - 1.3521274328 - -1.9580899477 - -1.9580899477 - -2.3989036083 - -2.1255886555 - -2.1193456650 - -2.1255886555 - -2.5016565323 - -2.5016565323 - 0.3893167078 - 0.3893167078 - 0.0312398337 - 0.0312398337 - 1.2018368244 - 1.2178059816 - 1.2018368244 - -1.3339475393 - -1.3339475393 - -1.3339475393 - -2.9869921207 - -2.9869921207 - 1.5909955502 - 1.5909955502 - 1.5011417866 - 2.7187387943 - 1.5011417866 - 1.2324726582 - -2.3191742897 - 1.2324726582 - -2.1587989330 - -2.1587989330 - 2.5615899563 - 2.5615899563 - 2.5378432274 - 2.5213432312 - 1.2160906792 - 1.2160906792 - 1.2220252752 - 1.6124389172 - 1.2220252752 - -2.3217253685 - -2.3217253685 - 1.4288992882 - 1.4288992882 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 2.7270858288 - 2.7270858288 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 0.1418970525 - 0.1418970525 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 2.2848870754 - 2.2848870754 - -0.3366748095 - -0.3366748095 - -2.2027704716 - -2.2027704716 - 2.3561944962 - 3.1415927410 - 3.1415927410 - 0.7383740544 - 0.7383740544 - 0.7444853187 - -0.7800506353 - -0.7800506353 - -1.2131330967 - -1.2131330967 - 1.2178059816 - 1.2414702177 - 1.2178059816 - 1.2018368244 - -0.5975564718 - -0.5975564718 - 0.3274002075 - 0.3274002075 - -2.4468543530 - -2.4468543530 - -2.7468016148 - -2.7468016148 - -2.9229238033 - -2.9229238033 - 0.3091989160 - 0.3091989160 - -2.1815223694 - -2.1815223694 - -2.1702487469 - -2.1702487469 - -2.1815223694 - -2.1702487469 - 2.9402754307 - 2.9402754307 - -1.7288862467 - -1.7288862467 - -0.5317240953 - -0.5317240953 - 2.6855206490 - 2.6855206490 - -0.2914567888 - -0.2914567888 - -0.3217505515 - -0.3217505515 - -2.4668517113 - -2.4668517113 - 2.5378432274 - 2.5615899563 - 2.5378432274 - 2.5213432312 - 2.5213432312 - 2.5615899563 - 2.5378432274 - 2.5213432312 - 1.6124389172 - 1.6124389172 - 1.2220252752 - 1.0584068298 - 1.0584068298 - 0.6775381565 - 0.6775381565 - 0.9944211245 - 0.9944211245 - 0.0000000000 - 0.0000000000 - 1.3734008074 - 1.3734008074 - -0.8550527096 - -0.8550527096 - 2.7672591209 - 2.7672591209 - 2.9617390633 - 2.9617390633 - -2.1375255585 - -2.1375255585 - -2.1156601906 - -2.1156601906 - -2.1375255585 - -2.1156601906 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 2.7270858288 - 2.7270858288 - 0.2368487567 - 0.2368487567 - 0.1702119261 - 0.1702119261 - -1.2390793562 - -1.2390793562 - -0.2220818996 - -0.2220818996 - -0.7573681474 - -0.7573681474 - -2.3989036083 - -1.9580899477 - -2.3989036083 - -2.3912677765 - -1.3339475393 - -1.3339475393 - -1.3339475393 - -1.1993972063 - -1.1993972063 - -1.1902899742 - -1.1902899742 - -1.1993972063 - -1.1902899742 - -1.8781938553 - -1.8781938553 - 1.1536267996 - 1.1536267996 - 1.7942728996 - 1.7942728996 - 2.5829932690 - 2.5829932690 - 2.6779451370 - 2.6849870682 - 2.6779451370 - 1.1430613995 - 1.1430613995 - 1.1309537888 - 1.1309537888 - 1.1430613995 - 1.1309537888 - -2.1451010704 - -2.1451010704 - -1.0912770033 - -1.0912770033 - -0.5966603756 - -0.5966603756 - 1.2141761780 - 1.2141761780 - 1.3487144709 - 1.3487144709 - 1.6475682259 - 1.6475682259 - -2.4870219231 - -2.4870219231 - -1.5295826197 - -1.5295826197 - -3.1311764717 - -3.1311764717 - 1.5850811005 - 1.5850811005 - 2.9207639694 - 2.9207639694 - -0.5448639393 - -0.5448639393 - -2.0211703777 - -2.0211703777 - -1.0824624300 - -1.0824624300 - 1.3663750887 - 1.3663750887 - 3.0761127472 - 3.0761127472 - -0.0365690552 - -0.0365690552 - 2.9708573818 - 2.9708573818 - 3.1415927410 - 3.1415927410 - -2.8399736881 - -2.8399736881 - 0.8721364737 - 0.8721364737 - -2.9656529427 - -2.9656529427 - 2.3561944962 - -2.2027704716 - 2.3561944962 - 2.3509588242 - 2.3509588242 - -0.2536740899 - -0.2536740899 - -0.3281199038 - -0.3281199038 - 0.7444853187 - 0.7383740544 - 0.7444853187 - 1.0776007175 - 1.0776007175 - 1.3521274328 - 2.8422265053 - 1.3521274328 - -2.3961732388 - -2.3961732388 - 0.7328150868 - 0.7328150868 - 0.7133581042 - 0.3217505515 - 0.3217505515 - -2.3912677765 - -2.3989036083 - -2.3912677765 - 0.1543187797 - 0.1543187797 - 2.8926298618 - 2.8926298618 - 2.8767752647 - 2.3906636238 - 2.3906636238 - 2.7187387943 - 2.7187387943 - 1.5011417866 - 2.2627177238 - 2.2627177238 - 1.6918236017 - 1.6918236017 - -1.8797271252 - -1.8797271252 - 2.6779451370 - 2.6714091301 - 2.6779451370 - 2.6779451370 - -0.5070984960 - -0.5070984960 - 1.6037514210 - 1.6037514210 - 0.6570749283 - 0.6570749283 - -2.1193456650 - -2.1193456650 - 0.9453113079 - 0.9453113079 - -0.0996686518 - -0.0996686518 - 0.0665681660 - 0.0665681660 - -0.1500269622 - -0.1500269622 - 3.1415927410 - 3.1415927410 - 3.1415927410 - -2.6061730385 - -2.6061730385 - -2.3932147026 - -2.3932147026 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - -1.3759324551 - -1.3759324551 - -1.3633000851 - -1.3633000851 - -1.3759324551 - -1.3633000851 - 3.0584514141 - 3.0584514141 - 3.1415927410 - -2.8101961613 - -2.8101961613 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 1.7975951433 - 1.7975951433 - 2.6121964455 - 2.6121964455 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 0.0363476202 - 0.0363476202 - -0.7906891108 - -0.7906891108 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - -3.0309355259 - -1.9857020378 - -1.9857020378 - 0.1526493281 - 0.1526493281 - 0.2392316014 - 0.2392316014 - -2.9627995491 - -2.9627995491 - 0.7133581042 - 0.7328150868 - 0.7133581042 - -1.4753426313 - -1.4753426313 - -1.3521274328 - -1.3521274328 - 2.8767752647 - 2.8926298618 - 2.8767752647 - 1.2414702177 - 1.2414702177 - 1.2178059816 - -2.6447818279 - -2.6447818279 - 1.4305467606 - 1.4305467606 - -1.7659547329 - -1.7659547329 - -1.7547397614 - -1.7547397614 - -1.7659547329 - -1.7547397614 - 2.6714091301 - 2.6714091301 - 2.6779451370 - 2.6849870682 - 2.6779451370 - 2.6849870682 - 2.6779451370 - 1.8113305569 - 1.8113305569 - 2.8198421001 - 2.8198421001 - -2.7118303776 - -2.7118303776 - -2.5142843723 - -2.5142843723 - 1.6539375782 - 1.6539375782 - -0.7990959287 - -0.7990959287 - -1.1935472488 - -1.1935472488 - -1.1773456335 - -1.1773456335 - -1.1935472488 - -1.1773456335 - 1.7234456539 - 1.7234456539 - 1.5152977705 - 1.5152977705 - 3.1246452332 - 3.1246452332 - -2.6011731625 - -2.6011731625 - 1.3554385900 - 1.3554385900 - 1.6162196398 - 1.6162196398 - 2.5860989094 - 2.5860989094 - 2.5213432312 - 2.5213432312 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - -1.6986662149 - -1.6986662149 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.0584514141 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - -1.1383885145 - -1.1383885145 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 0.8641821146 - 0.8641821146 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - -3.0419239998 - 0.0996686518 - 0.0996686518 - -0.6370703578 - -0.6370703578 - -0.7354397774 - -0.7354397774 - -1.6413859129 - -1.6413859129 - -0.1683901548 - -0.1683901548 - -2.6407721043 - -2.6407721043 - 1.4204249382 - 1.4204249382 - 1.9624962807 - 1.9624962807 - 1.5707963705 - 1.5707963705 - 2.6779451370 - 2.6779451370 - 2.6779451370 - 2.6849870682 - -2.4413537979 - -2.4413537979 - 0.3174587488 - 0.3174587488 - -2.5453934669 - -2.5453934669 - -2.9996955395 - -2.9996955395 - -0.3257991076 - -0.3257991076 - -1.5600440502 - -1.5600440502 - -0.2767981589 - -0.2767981589 - 1.2722973824 - 1.2722973824 - 1.2099595070 - 1.2099595070 - -1.0541012287 - -1.0541012287 - -0.9760370851 - -0.9760370851 - -0.8936687708 - -0.8936687708 - -0.2662520409 - -0.2662520409 - 2.9181160927 - 2.9181160927 - 1.1284221411 - 1.1284221411 - 3.1415927410 - 3.1415927410 - -0.0996686518 - -0.0996686518 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 2.3887915611 - 2.3887915611 - -1.7454684973 - -1.7454684973 - -0.1025798544 - -0.1025798544 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - -3.0419239998 - -3.0419239998 - 1.1309537888 - 1.1309537888 - 0.1308273971 - 0.1308273971 - 3.1415927410 - 3.1415927410 - 3.1415927410 - -3.0309355259 - 0.5229387879 - 0.5229387879 - 0.9658939242 - 0.9658939242 - -1.0789871216 - -1.0789871216 - 2.7999770641 - 2.7999770641 - 0.4543020725 - 0.4543020725 - -1.4601391554 - -1.4601391554 - 0.5688478351 - -0.6982408762 - 0.5688478351 - -1.8490959406 - -1.8490959406 - 1.0427218676 - 1.0427218676 - 2.5829932690 - 2.5829932690 - -0.5516549945 - -0.5516549945 - -0.5543075204 - -0.5543075204 - 2.3874342442 - 2.3874342442 - -2.1948194504 - -2.1948194504 - 1.2060614824 - 1.2060614824 - 1.6421037912 - 1.6421037912 - 1.4352686405 - 1.4352686405 - 2.8753407001 - 2.8753407001 - 2.3365890980 - 2.3365890980 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - -1.9018924236 - -1.9018924236 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - -2.4539213181 - -2.4539213181 - 0.7597627640 - 0.7597627640 - 0.7601934075 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 0.9123709798 - 0.9123709798 - -3.0309355259 - 3.1415927410 - 3.1415927410 - -3.0309355259 - -0.3366748095 - -0.3366748095 - -2.7985687256 - -2.7985687256 - -2.8198421001 - -2.8198421001 - 0.5585992932 - -0.3154215217 - -0.3154215217 - 1.7063239813 - 1.7063239813 - -0.5280744433 - -0.5280744433 - 1.2237347364 - 1.2237347364 - 3.0648207664 - 3.0648207664 - -0.4993467331 - -0.4993467331 - 2.1112158298 - 2.1112158298 - -2.7905616760 - -2.7905616760 - 1.3554385900 - 1.3554385900 - 2.5790946484 - 2.5790946484 - 1.3258177042 - 1.3258177042 - 2.7960369587 - 2.7960369587 - -2.2960262299 - -2.2960262299 - -0.2749098539 - -0.2749098539 - 3.0584514141 - 3.0584514141 - -0.8176450729 - -0.8176450729 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - -2.2921795845 - -2.2921795845 - -2.0106389523 - -2.0106389523 - 0.7601934075 - 0.7597627640 - 0.7601934075 - 3.1415927410 - 3.1415927410 - 0.3392926157 - 0.3392926157 - 1.5707963705 - 0.6248862147 - 0.6248862147 - -1.7196862698 - -1.7196862698 - -0.4939413667 - -0.4939413667 - -3.0419239998 - 3.1415927410 - -3.0419239998 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - -1.3360737562 - -1.3360737562 - -0.8426603079 - -0.8426603079 - 1.3487144709 - 1.3487144709 - -2.8154368401 - -2.8154368401 - 0.2962783575 - 0.2962783575 - -2.4960167408 - -2.4897234440 - 1.6704649925 - 1.6704649925 - 0.1911844611 - 0.1911844611 - 0.0505897105 - 0.0505897105 - 1.0329607725 - 1.0329607725 - 1.2782346010 - 1.2782346010 - 2.0142445564 - 0.9694966078 - 0.9694966078 - 2.1850459576 - 2.1850459576 - -0.9246774316 - -0.9246774316 - -0.9167135954 - -0.9167135954 - -0.5467888117 - -0.5467888117 - 1.5273454189 - 1.5273454189 - 0.1094509512 - 0.1094509512 - -2.9488918781 - -2.9488918781 - 1.2490457296 - 1.2490457296 - -2.4149503708 - -2.4149503708 - -0.5937496424 - -0.5937496424 - -2.1293957233 - -2.1293957233 - -2.1341125965 - -2.1341125965 - 0.8164440989 - 0.8164440989 - 1.5323537588 - 1.5323537588 - 2.7536926270 - 2.7536926270 - -0.4636476040 - -0.4636476040 - 3.1415927410 - 3.1415927410 - 3.1415927410 - -1.2082520723 - -1.2082520723 - -2.3503465652 - -2.3503465652 - 3.0584514141 - 3.0584514141 - -0.2197950780 - -0.2197950780 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - -2.3499052525 - -2.3499052525 - 3.0584514141 - 3.1415927410 - 3.0584514141 - 3.1415927410 - 3.1415927410 - 2.9319527149 - 2.9319527149 - 1.4920123816 - 1.4497691393 - 1.4920123816 - 1.4789501429 - 1.4789501429 - 1.4920123816 - 1.4789501429 - 2.7784457207 - 2.7784457207 - 1.5707963705 - 0.3392926157 - 1.5707963705 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 0.1122028157 - 0.1122028157 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - -3.0419239998 - 3.1415927410 - -3.0419239998 - 0.8870869875 - 1.0255692005 - 0.8870869875 - -2.4960167408 - 0.2962783575 - -2.4960167408 - -2.4897234440 - -2.4897234440 - 0.2962783575 - -2.4960167408 - -2.4897234440 - -1.0179550648 - -1.0179550648 - -1.0082983971 - 0.4804058075 - 0.4804058075 - 2.0142445564 - 1.2782346010 - 2.0142445564 - -0.6982408762 - -0.6982408762 - 0.5688478351 - 2.5535900593 - 2.5535900593 - -2.1282274723 - -2.1282274723 - 0.9888911843 - 0.9888911843 - 0.9707460999 - 0.9707460999 - 0.9888911843 - 0.9707460999 - -0.5070984960 - -0.5070984960 - 1.7415314913 - 1.7415314913 - -0.7765488625 - -0.7765488625 - -2.5308666229 - -2.5308666229 - -0.2046418041 - -0.2046418041 - -2.1587989330 - -2.1587989330 - 1.2141761780 - 1.2141761780 - 1.1970695257 - 1.1970695257 - 1.2141761780 - 1.1970695257 - 2.6861414909 - 2.6861414909 - 1.4659193754 - 1.4659193754 - 3.0367157459 - 3.0367157459 - -2.4227626324 - -2.4227626324 - -0.6083250046 - -0.6083250046 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.0584514141 - 0.9827937484 - 0.9827937484 - -1.3370531797 - -1.3370531797 - 3.1415927410 - 3.1415927410 - 3.1415927410 - -0.1839434505 - -0.1839434505 - 0.6125375628 - -1.2261489630 - -1.2261489630 - 0.2302195877 - 0.2302195877 - 3.1415927410 - 3.1415927410 - 3.1415927410 - -3.0419239998 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 0.2329792380 - 0.2329792380 - 1.0053124428 - 1.0053124428 - -1.0082983971 - -1.0179550648 - -1.0082983971 - -1.3439974785 - -1.3439974785 - -1.2847448587 - -1.2847448587 - 2.2024869919 - 2.2024869919 - 1.3473197222 - 1.3473197222 - 1.3045443296 - 1.3045443296 - 1.3473197222 - 1.3045443296 - 0.6368010640 - 0.6368010640 - -2.6662497520 - -2.6662497520 - 1.6642731428 - 1.6642731428 - 1.6413859129 - 1.6413859129 - 1.8086322546 - 1.8086322546 - 0.4506613314 - 0.8690732718 - 0.8690732718 - -1.2381765842 - -1.2381765842 - -2.2896263599 - -2.2896263599 - 1.6614562273 - 1.5707963705 - 1.6614562273 - 1.1999050379 - 1.1999050379 - 0.9032702446 - 0.9032702446 - 2.8138542175 - 2.8138542175 - -0.4214192033 - -0.4214192033 - -0.9641911983 - -0.9641911983 - 3.0648207664 - 3.1415927410 - 3.0648207664 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - -0.7662922144 - -0.7662922144 - -2.4917221069 - -2.4917221069 - 1.4497691393 - 1.4497691393 - 1.4920123816 - -1.0121970177 - -1.0121970177 - 2.2634382248 - 2.2634382248 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 2.9171767235 - 2.9171767235 - 2.9147937298 - 2.9147937298 - 2.9171767235 - 2.9147937298 - 2.4526681900 - 2.4526681900 - 1.0255692005 - 1.0255692005 - 0.8870869875 - 0.6022873521 - 0.6022873521 - -2.3837103844 - -2.3837103844 - -0.4217872620 - -0.4217872620 - 2.6344940662 - 2.6344940662 - 2.5308666229 - 2.5308666229 - 2.5308666229 - 0.4636476040 - 0.4636476040 - 0.5880026221 - 0.5880026221 - 2.0503156185 - 2.0503156185 - -2.9361972809 - -2.9361972809 - -1.7577755451 - -1.7577755451 - -1.3386925459 - -1.3386925459 - 2.6616420746 - 2.6616420746 - -2.3127436638 - -2.3127436638 - 1.3045443296 - 1.3045443296 - 1.2776094675 - 1.2776094675 - 1.2667953968 - 1.2604088783 - 1.2658039331 - 1.2604088783 - 1.2776094675 - 1.2604088783 - 1.2658039331 - 1.2710202932 - 2.9441971779 - 2.9441971779 - -2.7992970943 - -2.7992970943 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.0584514141 - 3.1415927410 - -0.8379812241 - -0.8379812241 - 0.4636476040 - 0.4636476040 - 0.8865015507 - 0.8865015507 - -2.4819638729 - -2.4819638729 - 2.4037775993 - 2.4037775993 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - -0.6786624789 - -0.6786624789 - 3.0024967194 - 3.0024967194 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - -2.9275319576 - -1.8394993544 - -2.9275319576 - -2.9244813919 - -2.9244813919 - -2.9275319576 - -2.9244813919 - -2.7170312405 - -2.7170312405 - -2.1611742973 - -2.1611742973 - 0.9827937484 - 0.9827937484 - -0.6135561466 - -0.6135561466 - 0.4588167369 - 0.4588167369 - 0.8822371960 - 0.8822371960 - -2.2119050026 - -2.2119050026 - 0.4048917890 - 0.4048917890 - 2.5308666229 - 2.5308666229 - 2.5308666229 - 2.4668517113 - 2.4668517113 - -2.7352983952 - -2.7352983952 - 0.5050985217 - 0.5050985217 - -2.2142975330 - -2.2142975330 - 2.2838571072 - 2.2838571072 - 2.7192060947 - 2.7192060947 - -1.9343231916 - -1.9343231916 - -1.5825605392 - -1.5825605392 - 1.3439974785 - 1.3439974785 - -1.7928782701 - -1.7928782701 - 0.9600703716 - 0.9600703716 - 1.7681919336 - 1.7681919336 - 1.2658039331 - 1.2776094675 - 1.2604088783 - 1.2658039331 - 1.2710202932 - 3.1415927410 - 3.1415927410 - 3.0584514141 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.0648207664 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - -1.2335431576 - -1.2335431576 - -0.1009217873 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 2.7331037521 - 2.7331037521 - 2.0183162689 - 2.0183162689 - -0.9453113079 - -0.9453113079 - -0.9380474687 - -0.9380474687 - -0.9453113079 - -0.9380474687 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 0.0000000000 - 0.0000000000 - 2.3671829700 - 2.3671829700 - 1.8370484114 - 1.8370484114 - 0.6125375628 - -0.1839434505 - 0.6125375628 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 0.6498704553 - 0.6498704553 - 0.6561787128 - 3.1415927410 - 3.1415927410 - 3.1415927410 - -1.6852365732 - -1.6852365732 - -2.3006958961 - -2.3006958961 - 3.0098304749 - 3.0098304749 - 0.5168759823 - 0.5168759823 - 0.3976279795 - 0.3976279795 - 1.0671700239 - 1.0671700239 - -1.7359449863 - -1.7359449863 - -2.5849933624 - -2.5849933624 - -0.4470745325 - -0.4470745325 - 2.4881663322 - 3.1310667992 - 3.1310667992 - 1.3151514530 - 1.3151514530 - 0.4939413667 - 0.4939413667 - -2.1632237434 - -2.1632237434 - -1.8471236229 - -1.8471236229 - -1.8228923082 - -0.6037493348 - -0.6037493348 - 1.0332096815 - 1.0332096815 - 0.9827937484 - 0.9827937484 - -0.7316864133 - -0.7316864133 - 2.6391713619 - 2.6391713619 - 1.0899090767 - 1.0899090767 - 0.4506613314 - 1.8086322546 - 0.4506613314 - -2.4805495739 - -2.4805495739 - 1.5707963705 - 1.5707963705 - -2.4805495739 - 1.5707963705 - 1.6614562273 - -0.3893167078 - -0.3893167078 - 1.2722973824 - 1.2722973824 - 1.2710202932 - 1.2604088783 - 1.2658039331 - 1.2710202932 - 1.4659193754 - 1.4659193754 - 0.6967422962 - 0.6967422962 - -1.7624448538 - -1.7624448538 - -0.4911636114 - -0.4911636114 - 3.1415927410 - 3.1415927410 - 3.0584514141 - 3.1415927410 - 3.0584514141 - 3.1415927410 - 3.0648207664 - 3.1415927410 - 3.0648207664 - 3.0584514141 - 3.0584514141 - 3.1415927410 - 3.0584514141 - 3.1415927410 - 3.1415927410 - 3.0648207664 - 3.0648207664 - 3.0584514141 - 3.1415927410 - 3.0584514141 - 3.0584514141 - 3.0584514141 - 3.0648207664 - 3.0648207664 - 3.0648207664 - 3.0648207664 - -0.1009217873 - -1.2335431576 - -0.1009217873 - -1.3923858404 - -1.3923858404 - 3.1415927410 - 3.1415927410 - -0.8850668073 - -0.8850668073 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 0.1067356691 - 0.1067356691 - 0.1054893062 - 0.1054893062 - 0.1067356691 - 0.1054893062 - -2.9865958691 - -2.9865958691 - 1.1902899742 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - -1.8394993544 - -1.8394993544 - -2.9275319576 - 0.6561787128 - 0.6498704553 - 0.6561787128 - 3.1415927410 - 3.1415927410 - -3.0419239998 - -3.0419239998 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - -2.2881181240 - -2.2881181240 - -2.0289494991 - -2.0289494991 - -2.6098685265 - -2.6098685265 - 1.5883383751 - 1.5883383751 - -2.2612428665 - -2.2612428665 - -2.2612428665 - -2.2612428665 - -2.2612428665 - -2.2612428665 - 1.8860110044 - 1.8860110044 - 2.4881663322 - -0.4470745325 - 2.4881663322 - 3.0281577110 - 3.0281577110 - -1.2097910643 - -1.2097910643 - -2.7468016148 - -2.7468016148 - 0.5191460848 - 0.5191460848 - 0.9505468607 - 0.9505468607 - 0.4708938599 - 0.4708938599 - 0.4852269888 - -1.8228923082 - -1.8471236229 - -1.8228923082 - -1.4073199034 - -1.4073199034 - 2.0344438553 - 2.0344438553 - -0.5364354849 - -0.5364354849 - -0.2160849720 - 2.5829932690 - 2.5829932690 - -0.4930509031 - -0.4930509031 - -0.8652281761 - -0.8652281761 - 1.8880625963 - 1.2277723551 - 1.2277723551 - 2.5050845146 - 2.5050845146 - -0.3997811079 - -0.3997811079 - -0.9367735982 - -0.9367735982 - 1.2667953968 - 1.2776094675 - 1.2667953968 - 1.3734008074 - 1.3734008074 - -0.1973955631 - -0.1973955631 - 3.0509328842 - 3.0509328842 - 3.1415927410 - 3.1415927410 - -3.0628087521 - -3.0628087521 - -0.3378781974 - -0.3378781974 - 2.8566353321 - 2.8566353321 - 3.0702850819 - 3.0702850819 - 3.0702850819 - 3.0648207664 - 3.0648207664 - 3.1415927410 - 3.1415927410 - 2.4329664707 - 2.4329664707 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 0.8315193057 - 0.8315193057 - -1.8505004644 - -1.8505004644 - -1.8831428289 - -1.8831428289 - -1.8505004644 - -1.8831428289 - 2.6307697296 - 2.6307697296 - 2.7950537205 - 2.7950537205 - -1.3101938963 - -1.3101938963 - -2.7367007732 - -2.7367007732 - 1.5943213701 - 1.5943213701 - -2.7610862255 - -2.7610862255 - -1.1123570204 - -1.1123570204 - 0.4852269888 - 0.4708938599 - 0.4852269888 - -3.0172376633 - -3.0172376633 - -1.9837960005 - -1.9837960005 - 1.3521274328 - 1.3521274328 - -2.9732024670 - -2.9732024670 - -0.1899882853 - -0.8204714656 - -0.1899882853 - 1.6475682259 - 1.6475682259 - -2.2142975330 - -2.2142975330 - 2.9764440060 - 2.9764440060 - -1.0552473068 - -1.0552473068 - -0.7328150868 - -0.7328150868 - -0.7086262703 - -0.7086262703 - -0.7328150868 - -0.7086262703 - 3.0584514141 - 3.0584514141 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - -0.0851593912 - -0.0851593912 - 3.1415927410 - 3.0584514141 - 3.1415927410 - 3.0584514141 - 3.0584514141 - 3.0584514141 - 3.0648207664 - 3.0648207664 - 3.0648207664 - 3.0648207664 - 0.7541583180 - 0.7541583180 - 3.1415927410 - 3.1415927410 - 1.9705774784 - 1.9705774784 - 3.1415927410 - 3.1415927410 - 1.8157750368 - 1.8157750368 - 1.7924458981 - 1.7924458981 - 1.8157750368 - 1.7924458981 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 2.1257920265 - 2.1257920265 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - -0.9685089588 - -0.9685089588 - 0.6403564811 - 0.6403564811 - 0.3058788776 - 0.3058788776 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - -2.6174130440 - -2.6174130440 - 2.7586939335 - 2.7586939335 - -3.0083658695 - -3.0083658695 - -0.7349359989 - -0.7349359989 - -0.7254700065 - -0.7254700065 - -0.7349359989 - -0.7254700065 - -2.7672591209 - -0.0329550989 - -2.7672591209 - 2.3204953671 - 2.3204953671 - 2.3143029213 - 2.3143029213 - 2.3204953671 - 2.3143029213 - -1.2141761780 - -1.2141761780 - -1.1970695257 - 1.1383885145 - 1.1383885145 - -2.2142975330 - -2.2142975330 - -2.4376466274 - -2.4376466274 - -1.5278121233 - -1.5278121233 - -2.9202783108 - -2.9202783108 - -0.1082705930 - -0.1082705930 - -2.8037145138 - -2.8037145138 - 1.0413999557 - 1.0413999557 - 1.0335116386 - 1.0335116386 - 1.0413999557 - 1.0335116386 - 0.3970794380 - 0.3970794380 - 0.4366271496 - 0.4366271496 - -0.1059843600 - -0.1059843600 - 2.6779451370 - 2.6779451370 - -1.1309537888 - -1.1309537888 - -1.0379524231 - -1.0379524231 - -2.1763410568 - -2.1763410568 - 1.2490457296 - 1.8313987255 - 1.8313987255 - 1.3521274328 - 1.3521274328 - -1.1509163380 - -1.1509163380 - 2.9617390633 - 2.9617390633 - -2.4733033180 - -2.4733033180 - 3.0509328842 - 3.0509328842 - 3.0419239998 - 3.0419239998 - 3.0419239998 - 3.0419239998 - 3.1415927410 - 3.1415927410 - 3.0509328842 - 3.0509328842 - 3.0509328842 - -2.7261004448 - -2.7261004448 - -0.9048271179 - -0.9048271179 - 3.1415927410 - 3.1415927410 - -1.2072694302 - -1.2072694302 - 0.0637433156 - 0.0637433156 - 3.0648207664 - 3.0648207664 - 3.0584514141 - 3.0584514141 - 3.1415927410 - 3.0584514141 - 3.0584514141 - 3.0584514141 - 3.0648207664 - 3.1415927410 - 3.0648207664 - 3.0648207664 - 3.0648207664 - 3.0584514141 - 3.0584514141 - 3.0584514141 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 1.5363272429 - 1.5363272429 - 3.1415927410 - 3.1415927410 - 3.1415927410 - -1.4827889204 - -1.4827889204 - -0.0809040964 - -0.0809040964 - 0.4753429890 - 0.4753429890 - -0.0809040964 - 0.4753429890 - 3.1415927410 - 3.1415927410 - 1.1902899742 - -2.9865958691 - 1.1902899742 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 2.9483811855 - 2.9483811855 - -2.8083484173 - -2.8083484173 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 0.5337082148 - 0.5337082148 - 0.2252767831 - 0.2252767831 - -0.8974271417 - -0.8974271417 - 2.4258489609 - 2.4258489609 - 0.7086262703 - 0.7086262703 - 2.5613219738 - 2.5613219738 - -2.6954870224 - -2.6954870224 - -2.1243298054 - -2.1243298054 - -1.7273981571 - -1.7273981571 - 1.2698761225 - 1.2698761225 - 2.5625183582 - 2.5625183582 - -0.2160849720 - -0.5364354849 - -0.2160849720 - 2.6706988811 - 2.6706988811 - 2.6706988811 - 1.8880625963 - -0.8652281761 - 1.8880625963 - 1.2490457296 - -2.1763410568 - 1.2490457296 - 1.3521274328 - 1.3521274328 - 0.3217505515 - 0.3217505515 - -0.7657928467 - -0.7657928467 - -0.1899882853 - -0.1899882853 - 1.1902899742 - 1.1902899742 - 1.7681919336 - 1.7681919336 - 1.4536875486 - 1.4536875486 - 1.7681919336 - 1.7681919336 - 1.3045443296 - 1.3045443296 - 1.3986054659 - 1.3986054659 - -2.0746233463 - -2.0746233463 - -2.1620883942 - -2.1620883942 - 3.0419239998 - 3.0419239998 - 3.0419239998 - 3.0419239998 - 3.0419239998 - 3.0648207664 - 3.0648207664 - 3.0309355259 - 3.0309355259 - 3.0509328842 - 3.0509328842 - 3.1415927410 - 3.1415927410 - -0.4636476040 - -0.4636476040 - -0.4636476040 - -0.4636476040 - -0.4636476040 - -0.4636476040 - -0.4266274869 - -0.4266274869 - -2.1659758091 - -2.1659758091 - -0.9565467834 - -0.9565467834 - 3.0584514141 - 3.1415927410 - 3.0584514141 - 3.0584514141 - 3.0702850819 - 3.0702850819 - 3.0648207664 - 3.0648207664 - 2.3191742897 - 2.3191742897 - 3.1415927410 - 3.1415927410 - -2.5602123737 - -2.5602123737 - 3.0750246048 - 3.0750246048 - 3.0702850819 - 3.0702850819 - 3.0702850819 - 3.0361032486 - 3.0361032486 - -2.6779451370 - -2.6779451370 - 2.3624055386 - 2.3624055386 - 2.5169572830 - 2.5169572830 - 1.6396528482 - 1.6396528482 - -0.9453113079 - -0.9453113079 - 1.6396528482 - -0.9453113079 - -2.6852440834 - -2.6852440834 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - -0.0809040964 - -0.0809040964 - 3.1415927410 - 3.1415927410 - 1.0074800253 - 1.0074800253 - 3.1415927410 - 3.1415927410 - 0.1899882853 - 0.1899882853 - 2.9996955395 - 2.9996955395 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - -2.7868869305 - -2.7868869305 - 3.1415927410 - 3.1415927410 - 2.0756576061 - 2.0756576061 - -2.3561944962 - -2.3561944962 - -2.4980914593 - -2.4980914593 - -0.3217505515 - -0.3217505515 - 0.4711662531 - 0.4711662531 - 0.9536049366 - 0.9536049366 - -1.4508923292 - -0.5117388368 - -1.4508923292 - 2.8809902668 - 2.8809902668 - 1.2167989016 - 1.2167989016 - 3.1415927410 - 3.1415927410 - -1.1970695257 - -1.2141761780 - -1.1970695257 - -1.5083775520 - -1.5083775520 - 0.3550715446 - 0.3550715446 - -2.3644587994 - -2.3644587994 - -2.3561944962 - 2.1815223694 - 2.1815223694 - 2.5602123737 - 2.5602123737 - 2.5730681419 - 2.5661680698 - 2.5730681419 - 2.5535900593 - 2.5535900593 - -1.1597317457 - -1.1597317457 - 2.8791332245 - 2.8791332245 - -1.2610933781 - -1.2610933781 - 1.2178059816 - 1.2178059816 - 1.2178059816 - 1.2178059816 - 1.2178059816 - 1.2178059816 - 1.3339475393 - 1.3339475393 - -0.6564874053 - -0.6564874053 - -0.4930509031 - -0.4930509031 - -0.6564874053 - -0.4930509031 - -0.8204714656 - -0.8204714656 - -0.1899882853 - 0.0525830612 - 0.0525830612 - 0.0512371659 - -0.1418970525 - -0.1418970525 - 1.3156139851 - 1.3156139851 - -2.9764440060 - -2.9764440060 - 3.0419239998 - 3.0419239998 - 3.0419239998 - 3.0419239998 - 3.0419239998 - 3.0419239998 - 3.0419239998 - 3.0419239998 - 3.0419239998 - 3.0419239998 - 3.0419239998 - 3.0419239998 - 3.0419239998 - 3.0419239998 - -0.0693331361 - -0.0693331361 - -1.2354719639 - -1.2354719639 - 3.1207623482 - 3.1207623482 - 3.1415927410 - 3.1415927410 - 3.0648207664 - 3.0648207664 - 3.0584514141 - 3.0584514141 - 3.1415927410 - 3.1415927410 - -2.4127378464 - -2.4127378464 - 2.7751982212 - 2.7751982212 - 3.0186207294 - 3.0186207294 - 2.7751982212 - 3.0186207294 - 1.8506134748 - 1.8429422379 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - -2.9865958691 - -2.9865958691 - 3.0702850819 - 3.0702850819 - 3.1415927410 - 3.1415927410 - -2.9724915028 - -2.9724915028 - -0.2504431009 - -0.2504431009 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - -2.2344965935 - -2.2344965935 - 2.1753950119 - 2.1753950119 - 3.0584514141 - 3.1415927410 - 3.0584514141 - 3.1415927410 - 3.1415927410 - 1.3415644169 - 1.3415644169 - 1.6041172743 - 1.6041172743 - 2.8727521896 - 2.8727521896 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 2.7017500401 - 2.7017500401 - 1.8925468922 - 1.8925468922 - -2.3561944962 - -2.3561944962 - 0.5912920833 - 0.5912920833 - -0.9707460999 - -0.9707460999 - -0.1224610582 - -0.1224610582 - -0.1072788537 - -0.0329550989 - -0.0329550989 - -2.7672591209 - -0.4883339405 - -0.4883339405 - -2.0863454342 - -2.0863454342 - -2.3561944962 - -2.3644587994 - -2.3561944962 - -1.0121970177 - -1.0121970177 - -1.3808079958 - -1.3808079958 - -1.9084185362 - -1.9084185362 - 2.6455490589 - 2.6405792236 - 2.6455490589 - 2.5661680698 - 2.5661680698 - 2.5730681419 - -2.0032041073 - -2.0032041073 - -0.9505468607 - -0.9505468607 - 1.6964466572 - 1.6964466572 - -2.1175851822 - -2.1175851822 - -3.0011100769 - -3.0011100769 - -3.0110266209 - -2.4805495739 - -2.4805495739 - 0.0000000000 - 0.0000000000 - -0.7974457741 - -0.7974457741 - 0.4291785061 - 0.4291785061 - -3.0509328842 - -3.0509328842 - 1.3986054659 - 1.3986054659 - 2.4837040901 - 2.4837040901 - -2.8430936337 - -2.8430936337 - 3.0419239998 - 3.0419239998 - 3.0419239998 - 3.0419239998 - 3.0419239998 - -3.0900919437 - -3.0900919437 - -0.8161576986 - -0.8161576986 - 3.0509328842 - 3.0509328842 - 3.0509328842 - 3.1415927410 - 3.1415927410 - -0.0579062067 - -0.0579062067 - -0.2808377147 - -0.2808377147 - -2.4797449112 - -2.4797449112 - -2.3936102390 - -2.3936102390 - 3.1415927410 - 3.1415927410 - 0.5501657724 - 0.5501657724 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 0.7631796002 - 0.7631796002 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 1.3258177042 - 1.3258177042 - 3.1415927410 - -3.0509328842 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - -2.3884413242 - -2.3884413242 - -0.8066715598 - -0.8066715598 - -0.1072788537 - -0.1224610582 - -0.1072788537 - -0.5117388368 - 1.4207693338 - -0.5117388368 - -1.4508923292 - 0.1475680768 - 0.1475680768 - -1.5707963705 - -1.5707963705 - -0.8113663793 - -0.8113663793 - 0.3093288243 - 0.3093288243 - 0.3126322627 - -0.2914567888 - -2.7610862255 - -0.2914567888 - -0.5095922351 - -0.5095922351 - -0.4973427057 - -0.4973427057 - -0.5095922351 - -0.4973427057 - -2.4087774754 - -2.4087774754 - -2.6263477802 - -2.6263477802 - 2.5535900593 - 2.5535900593 - 2.5127964020 - 2.5127964020 - 2.5127964020 - 2.5127964020 - 1.3363806009 - 1.3363806009 - 2.6706988811 - 2.6706988811 - 2.6706988811 - 0.9272952080 - 0.9272952080 - -3.0110266209 - -3.0011100769 - -3.0110266209 - 0.6823165417 - 0.6823165417 - 0.6823165417 - 2.7496452332 - 2.7496452332 - -2.2706892490 - -2.2706892490 - 0.0512371659 - 0.0525830612 - 0.0512371659 - 2.5914268494 - 2.5914268494 - 2.4980914593 - 2.4980914593 - 1.7894653082 - 1.7894653082 - -2.2404353619 - -2.2404353619 - -2.4858970642 - -2.4858970642 - -2.0681390762 - -2.0681390762 - 3.0648207664 - 3.0648207664 - 3.0648207664 - 3.1415927410 - -2.8283164501 - -2.8283164501 - 0.4844779372 - 0.4844779372 - 3.0172376633 - 3.0172376633 - 3.1415927410 - 3.1415927410 - 3.0648207664 - 3.0648207664 - 3.0633215904 - 3.0633215904 - 3.0648207664 - 3.0633215904 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.0648207664 - 3.0648207664 - 0.2802996635 - 0.2802996635 - -1.8341939449 - -1.8341939449 - 2.8198421001 - 2.8198421001 - 3.1415927410 - 3.1415927410 - 0.2310906649 - 0.2310906649 - 0.1746722013 - 0.1746722013 - -3.0509328842 - -3.0509328842 - 3.1268877983 - 3.1268877983 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 2.4492583275 - 2.4492583275 - -0.8960554004 - -0.8960554004 - 0.6226707697 - 0.6226707697 - -2.8732264042 - -2.8732264042 - 0.7229793668 - 0.7229793668 - 1.4207693338 - 1.4207693338 - -0.5117388368 - 1.8721415997 - 1.8721415997 - -0.1201087385 - -0.1201087385 - -2.5065658092 - -2.5065658092 - 2.7233684063 - 2.7233684063 - -2.2531127930 - -2.2531127930 - -1.4968572855 - -1.4968572855 - 0.3126322627 - 0.3093288243 - 0.3126322627 - -2.0931997299 - -2.0931997299 - -1.5532542467 - -1.5532542467 - 0.9641911983 - 0.9641911983 - -0.9570262432 - -0.9570262432 - -0.9623362422 - -0.9494727254 - 1.6247978210 - 1.6247978210 - 2.8349163532 - 2.8349163532 - 2.6405792236 - 2.6405792236 - 2.6455490589 - 2.5360479355 - 2.5360479355 - 2.5127964020 - 2.5127964020 - 2.5127964020 - 2.5127964020 - 2.5127964020 - 2.5127964020 - 1.7595341206 - 1.7595341206 - -1.2902594805 - -1.2902594805 - 1.8490959406 - 1.8490959406 - 1.7033478022 - 1.7033478022 - 0.6823165417 - 0.6823165417 - 0.6823165417 - 0.8621700406 - 0.8621700406 - -2.3561944962 - -2.3561944962 - -2.5308666229 - -2.5308666229 - 2.1112158298 - 2.1112158298 - 2.9147937298 - 2.9147937298 - -2.3561944962 - -2.3561944962 - 3.0509328842 - 3.0509328842 - -0.1418970525 - -0.1418970525 - 3.0702850819 - 3.0702850819 - 3.0648207664 - 3.0648207664 - -2.3727674484 - -2.3727674484 - 2.9829373360 - 2.9829373360 - -0.0611481629 - -0.0611481629 - 3.0702850819 - 3.0702850819 - 3.0702850819 - 3.0702850819 - -2.0639920235 - -2.0639920235 - -1.0539203882 - -1.0539203882 - -1.8011987209 - -1.8011987209 - 1.8506134748 - 3.0186207294 - 1.8506134748 - 1.8506134748 - 1.8429422379 - 1.8399637938 - 1.8429422379 - 3.0186207294 - 1.8506134748 - 1.8506134748 - 1.8429422379 - 1.8399637938 - 3.1415927410 - 3.1415927410 - 3.0702850819 - 2.7334434986 - 2.7334434986 - -0.6840516329 - -0.6840516329 - 2.9721796513 - 2.9721796513 - -1.2870022058 - -1.2870022058 - 2.9721796513 - -1.2870022058 - 3.1415927410 - 3.1415927410 - -0.6717954278 - -0.6717954278 - 2.7690384388 - 2.7690384388 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.0584514141 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.0584514141 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.0584514141 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 0.7305083275 - 0.7305083275 - -2.3828549385 - -2.3828549385 - -3.0509328842 - -3.0509328842 - 3.1415927410 - 2.8605718613 - 2.8605718613 - -2.6905229092 - -2.6905229092 - -2.1692152023 - -2.1692152023 - -1.2568581104 - -1.2568581104 - -0.5603598952 - -0.5603598952 - -0.5516549945 - -0.5516549945 - -0.5603598952 - -0.5516549945 - 2.0446476936 - 2.0446476936 - 2.0882840157 - 2.0882840157 - 2.6344940662 - 2.6344940662 - -1.6539375782 - -1.6539375782 - 2.6011731625 - 2.5169572830 - 2.5169572830 - 2.5809056759 - 2.5809056759 - 2.5337905884 - 2.5337905884 - -1.6262948513 - -1.6262948513 - -1.1801892519 - 1.0201207399 - 1.0201207399 - 1.1902899742 - 1.1902899742 - 1.1743550301 - 1.1743550301 - -0.5404195189 - -0.5404195189 - -1.5495229959 - -1.5495229959 - 2.8632929325 - 2.8632929325 - -2.4805495739 - -2.4805495739 - 3.0419239998 - 3.0419239998 - -1.3780956268 - -1.3780956268 - 3.0419239998 - 3.0419239998 - 3.0509328842 - 3.0509328842 - 3.1415927410 - 3.1415927410 - 3.0584514141 - 3.1415927410 - 3.0648207664 - 3.0648207664 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 2.3799993992 - 2.3799993992 - 2.8292462826 - 2.8292462826 - 3.1415927410 - 3.1415927410 - 1.8506134748 - 1.8506134748 - 1.8506134748 - 1.8429422379 - 1.8399637938 - 1.8399637938 - 1.8506134748 - 1.8506134748 - 1.8429422379 - 1.8399637938 - 3.0702850819 - 3.1415927410 - 3.0702850819 - 1.4432867765 - 1.4432867765 - 3.1415927410 - 3.1415927410 - 3.1415927410 - -3.0702850819 - 3.1415927410 - 3.1415927410 - 0.9134072065 - 0.9134072065 - 0.9218007922 - -1.0976703167 - -1.0976703167 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - -2.5575115681 - -2.5575115681 - -0.7909846902 - -0.7909846902 - 3.1415927410 - 3.1415927410 - -0.7853981853 - -0.7853981853 - -0.8396085501 - -0.8396085501 - 0.4324077666 - 0.4324077666 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 0.5667291880 - 0.5667291880 - -1.4448837042 - -1.4448837042 - -2.8941388130 - -2.8941388130 - -0.0116273826 - -0.0116273826 - 0.3846047223 - 0.3846047223 - 2.5444159508 - 2.5444159508 - 2.2937757969 - 2.2937757969 - 2.2896263599 - 2.2896263599 - -1.6614562273 - -1.6614562273 - 0.5736666918 - 0.5736666918 - 0.6107259393 - 0.6107259393 - -2.7610862255 - -2.7610862255 - -0.2914567888 - 0.5516549945 - 0.5516549945 - 0.2267988473 - 0.2267988473 - -1.5707963705 - -1.5707963705 - -0.9623362422 - -0.9570262432 - -0.9623362422 - -0.9494727254 - 2.5444159508 - 2.5444159508 - 1.1978086233 - 1.1978086233 - 1.1801892519 - 1.1801892519 - 1.2178059816 - 1.2178059816 - -1.7234456539 - -1.7234456539 - 2.8501358032 - 2.8501358032 - -1.0969450474 - -1.0969450474 - -1.6475682259 - -1.6475682259 - 3.0702850819 - 3.0702850819 - 3.0648207664 - 3.0648207664 - 3.0584514141 - 3.1415927410 - 3.0584514141 - -2.9729957581 - -2.9729957581 - -1.6130247116 - -1.6130247116 - 3.0648207664 - 3.0648207664 - 3.0648207664 - 3.1415927410 - 2.8555412292 - 2.8555412292 - -0.8519663215 - -0.8519663215 - 2.5652174950 - 2.5652174950 - -1.1263771057 - -1.1263771057 - 2.5652174950 - -1.1263771057 - -3.0648207664 - -3.0648207664 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 2.3433747292 - 2.3433747292 - 0.0739390403 - 0.0739390403 - -3.0636260509 - -3.0636260509 - -0.0721636266 - -0.0721636266 - -3.0702850819 - 3.1415927410 - 3.1415927410 - -3.0702850819 - -2.7261004448 - -2.7261004448 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 0.9218007922 - 0.9134072065 - 0.9218007922 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 0.5645694137 - 0.5645694137 - 3.1415927410 - 3.1415927410 - -2.8100385666 - -2.8100385666 - -0.5713374615 - -0.5713374615 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - -2.4468543530 - -2.4468543530 - -0.9549263716 - -0.9549263716 - -2.5083827972 - -2.5083827972 - 1.7359449863 - 2.0724003315 - 1.7359449863 - 1.7088023424 - 1.7088023424 - 2.0724003315 - 1.7359449863 - 1.7088023424 - 2.5308666229 - 2.5308666229 - -2.3107712269 - -2.3107712269 - 0.5880026221 - 0.5880026221 - 0.5404195189 - 0.5404195189 - -0.0605320185 - -0.0605320185 - -2.3403227329 - -2.3403227329 - -0.9494727254 - -0.9570262432 - -0.9623362422 - -0.9494727254 - 2.4186131954 - 2.4186131954 - -2.2838571072 - -2.2838571072 - -2.2760744095 - -2.2760744095 - -2.2838571072 - -2.2760744095 - 1.4925252199 - 1.4925252199 - 1.4749372005 - 2.9499442577 - 1.8157750368 - 2.9499442577 - -0.0867383406 - -0.0867383406 - -2.2455372810 - -2.2455372810 - -1.1801892519 - -1.6262948513 - -1.1801892519 - -0.2825549543 - -0.2825549543 - -2.3561944962 - -2.3561944962 - 3.0609598160 - 3.0609598160 - 3.0419239998 - 3.0419239998 - 3.1415927410 - 3.0309355259 - 3.0309355259 - -2.2455372810 - -2.2455372810 - 3.0309355259 - 3.0309355259 - -1.6352231503 - -1.6352231503 - 3.0309355259 - 3.0309355259 - -0.6747409701 - -0.6747409701 - 3.1415927410 - 3.1415927410 - 2.9205455780 - 2.9205455780 - -1.5333138704 - -1.5333138704 - 3.1415927410 - 3.1415927410 - 3.0702850819 - 3.0702850819 - 3.1415927410 - 3.0702850819 - 1.8055189848 - 1.8055189848 - 2.7532739639 - 2.7532739639 - 3.1415927410 - 3.1415927410 - 3.1415927410 - -0.1688318998 - 0.2259592116 - -0.1688318998 - -2.4668517113 - -2.4668517113 - 3.1415927410 - 3.1415927410 - -1.6814535856 - -1.6814535856 - 3.0916342735 - 2.9110708237 - 3.0916342735 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 2.6877486706 - 2.6877486706 - 0.2284966409 - -2.7707014084 - -2.7707014084 - 3.1415927410 - 3.1415927410 - 1.8574175835 - 1.8574175835 - 2.3291740417 - 2.3291740417 - 0.5688478351 - 0.5688478351 - -0.4993467331 - -0.4993467331 - 2.3615419865 - 2.3615419865 - 2.3508470058 - 2.0724003315 - 2.0724003315 - 1.7359449863 - 1.7088023424 - 2.5127964020 - 2.5127964020 - 2.2348425388 - 2.2142975330 - 2.2348425388 - 2.2073044777 - -1.3016288280 - 2.2073044777 - 2.2348425388 - 2.2073044777 - 2.6011731625 - -1.6539375782 - 2.6011731625 - 2.4227626324 - 2.4227626324 - 2.4009406567 - -2.6325218678 - -2.6325218678 - -2.7149651051 - -2.7149651051 - 0.5667291880 - 0.5667291880 - -0.6150895953 - -0.6150895953 - -2.7403638363 - -2.7403638363 - -0.8685393929 - -0.8685393929 - 1.4749372005 - 1.4925252199 - 1.4749372005 - -1.2322406769 - -1.2322406769 - -1.0776007175 - -1.0776007175 - 2.6311042309 - 2.6311042309 - 1.1902899742 - 1.1902899742 - 1.1964627504 - 1.1964627504 - 0.8308214545 - 0.8308214545 - 0.8308214545 - 0.8308214545 - 0.8308214545 - 0.8308214545 - 0.0525830612 - 0.0525830612 - -1.1071487665 - -1.1071487665 - 1.1808785200 - 1.1808785200 - 1.1788487434 - 2.9097280502 - 2.9097280502 - 2.8966140747 - -0.8589494824 - -0.8589494824 - -0.8574382067 - -0.8478169441 - -0.8574382067 - -0.8589494824 - -0.8574382067 - -0.8478169441 - -0.8478169441 - -0.8478169441 - 2.1451010704 - 2.1451010704 - -3.0828368664 - -3.0828368664 - 3.0509328842 - 3.0509328842 - -0.1526493281 - -0.1526493281 - 0.0000000000 - 0.0000000000 - -2.3561944962 - -2.3561944962 - -2.3629057407 - 2.9541635513 - 2.9541635513 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - -1.9379701614 - -1.9379701614 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - -2.4853417873 - -2.4853417873 - 0.2259592116 - 0.2259592116 - -0.1688318998 - 3.1415927410 - 3.1415927410 - 3.1415927410 - -3.0702850819 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 0.2284966409 - 2.6877486706 - 0.2284966409 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - -2.3239476681 - -2.3239476681 - 0.6456893086 - 0.6456893086 - -0.7517030835 - -0.7517030835 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - -3.0309355259 - -3.0309355259 - -3.0309355259 - 1.2459876537 - 1.2459876537 - 3.0373210907 - 3.0373210907 - 2.8632929325 - 2.8632929325 - 2.8584969044 - 2.8584969044 - 2.8632929325 - 2.8584969044 - -0.9765826464 - -0.9765826464 - 0.5921866894 - 0.5921866894 - 3.0018837452 - 3.0018837452 - -2.7632987499 - -2.7632987499 - 2.3508470058 - 2.3615419865 - 2.3508470058 - -0.4914182425 - -0.4914182425 - -1.3578579426 - -1.3578579426 - 2.4558632374 - 2.4558632374 - -1.3016288280 - 2.2348425388 - -1.3016288280 - 1.6338704824 - 1.6338704824 - 2.4009406567 - 2.4227626324 - 2.4009406567 - -1.0870171785 - -1.0870171785 - -2.9562447071 - -2.9562447071 - -1.4288992882 - -1.4288992882 - -0.5667291880 - -1.0040670633 - -0.5667291880 - 1.7908580303 - 1.7908580303 - 1.0088747740 - 1.0088747740 - 0.7140907049 - 0.7140907049 - 0.6823165417 - 0.6823165417 - 0.7140907049 - 0.6823165417 - 0.1651486754 - 0.1651486754 - -2.9181160927 - -2.9181160927 - 1.1729220152 - 1.1729220152 - 1.1780356169 - 1.1830261946 - 1.1710152626 - 2.8966140747 - 2.9097280502 - 2.8966140747 - -0.8478169441 - -0.8589494824 - -0.8574382067 - -0.8478169441 - 1.2610933781 - 1.2610933781 - -0.8210972548 - -0.8210972548 - -0.9548112154 - -0.9548112154 - 3.0309355259 - 3.0309355259 - 3.0069947243 - 3.0069947243 - 3.0083658695 - 3.0083658695 - 3.0069947243 - 3.0083658695 - -1.1856387854 - -1.1856387854 - -1.3572359085 - -1.3572359085 - -1.5954827070 - -1.5954827070 - 2.9743387699 - 2.9743387699 - -2.1307361126 - -2.1307361126 - 3.1415927410 - 3.1415927410 - -2.3629057407 - -2.3561944962 - -2.3629057407 - 3.1415927410 - 3.1415927410 - -1.3536850214 - -1.3536850214 - 2.0106389523 - 2.0106389523 - 2.3794460297 - 2.3794460297 - -2.5402929783 - -2.5402929783 - -0.0776215121 - -0.0776215121 - 3.1415927410 - 3.1415927410 - 3.1415927410 - -0.7492693067 - -0.7492693067 - 1.8828384876 - 1.8828384876 - 3.1415927410 - 3.0750246048 - 3.1415927410 - 2.6954870224 - 2.6954870224 - 2.6212372780 - 2.6212372780 - 2.1910457611 - 2.1910457611 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 2.5393052101 - 2.5393052101 - 0.7696926594 - 0.7696926594 - 1.4327902794 - 1.4327902794 - 1.4327902794 - 2.4614946842 - 2.4614946842 - 3.1415927410 - 3.1415927410 - -1.9010937214 - -1.9010937214 - -1.8490959406 - -1.8490959406 - -1.9010937214 - -1.8490959406 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.0419239998 - 3.0419239998 - 3.1415927410 - 3.1415927410 - 3.0419239998 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 0.7672183514 - 0.7672183514 - 2.2367656231 - 2.2367656231 - -1.3633000851 - -1.3633000851 - 2.4468543530 - 2.4468543530 - 2.3996453285 - 2.3996453285 - 2.2142975330 - 2.2142975330 - 2.2348425388 - -0.6066051126 - -0.6066051126 - 2.3042182922 - 2.3042182922 - 0.0000000000 - 0.0000000000 - -0.8173022270 - -0.8173022270 - -1.7126933336 - -1.7126933336 - -1.5909955502 - -1.5909955502 - -0.5729661584 - -0.5729661584 - 1.7488892078 - 1.7488892078 - 1.2627435923 - 1.2627435923 - -2.8632929325 - -2.8632929325 - 1.8157750368 - 1.8157750368 - 2.9499442577 - 1.8195062876 - -2.7468016148 - -2.7468016148 - -1.0040670633 - -1.0040670633 - -0.5667291880 - -1.5707963705 - -1.5707963705 - 1.2490457296 - 1.2490457296 - -2.7314653397 - -2.7314653397 - 1.1978086233 - 0.8652281761 - 0.8652281761 - 0.5713374615 - 0.5713374615 - -0.4222511649 - -0.6461188793 - -0.4222511649 - 1.1788487434 - 1.1808785200 - 1.1788487434 - 1.1780356169 - 1.1729220152 - 1.1780356169 - 1.1830261946 - 1.1710152626 - 2.8753407001 - 2.8753407001 - 2.8753407001 - 2.9441971779 - 2.9441971779 - -2.1421337128 - -2.1421337128 - 3.1415927410 - 3.0419239998 - 3.1415927410 - 3.0309355259 - 3.0309355259 - 3.0309355259 - 0.8139618039 - 0.8139618039 - 0.2954408228 - 0.2954408228 - 3.1415927410 - 3.1415927410 - 3.0584514141 - 3.0648207664 - 3.0648207664 - 3.0584514141 - 3.0584514141 - 3.1415927410 - 3.0584514141 - 2.9441971779 - 2.9441971779 - 3.0648207664 - 3.0648207664 - 3.0648207664 - 3.0648207664 - 3.0648207664 - 2.9996955395 - 2.9996955395 - 2.9996955395 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 0.5585992932 - 0.5585992932 - -1.9953577518 - -1.9953577518 - 2.3847582340 - 2.3847582340 - 3.0750246048 - 3.0750246048 - 3.0750246048 - 3.1415927410 - 0.3759609461 - 0.3759609461 - -2.1616079807 - -2.1616079807 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - -0.8294872046 - -0.8294872046 - -2.8828217983 - -2.8828217983 - 3.1415927410 - 3.1415927410 - 0.7578821778 - 0.7578821778 - 2.9110708237 - 2.9110708237 - 3.0916342735 - 1.4327902794 - 1.4327902794 - 1.4327902794 - -0.0822879896 - -0.0822879896 - -1.6914199591 - -1.6914199591 - 1.0516501665 - 1.0516501665 - -1.7168085575 - -1.7168085575 - -0.6246353984 - -0.6246353984 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 2.4756233692 - 2.4756233692 - -0.2053953856 - -0.2053953856 - 0.2059913427 - 0.2059913427 - -3.0309355259 - -3.0309355259 - 3.1415927410 - -3.0309355259 - 0.7022569180 - 0.7022569180 - -0.8408966660 - -0.8408966660 - 0.6107259393 - 0.6107259393 - 2.2706892490 - 2.2706892490 - 2.2455372810 - -0.5227890611 - -0.5227890611 - -1.4601391554 - -1.4601391554 - 2.7610862255 - 2.7610862255 - -2.4520535469 - -2.4520535469 - -0.4767473042 - -0.4767473042 - 0.6747409701 - 0.6747409701 - 2.0727028847 - 2.0727028847 - -2.8198421001 - -2.8198421001 - 1.8195062876 - 1.8157750368 - 1.8195062876 - 1.2178059816 - 1.2178059816 - -0.5795639753 - -0.5795639753 - -3.0110266209 - -3.0110266209 - 1.6539375782 - 1.6539375782 - -3.0185067654 - 1.0747526884 - -3.0185067654 - -0.6461188793 - -0.6461188793 - -0.4222511649 - -0.2172934264 - -0.7212660313 - -0.1746722013 - -0.1746722013 - 2.8430936337 - 2.8430936337 - 2.8430936337 - 2.8430936337 - 2.8430936337 - 2.8430936337 - 2.9229238033 - 2.9229238033 - 2.9229238033 - 2.9229238033 - -2.7485346794 - -2.7485346794 - 3.0309355259 - 3.0309355259 - 3.1415927410 - 3.1415927410 - 3.0509328842 - 3.0509328842 - 3.1415927410 - 3.0509328842 - -1.7067937851 - -1.7067937851 - -0.5904535651 - -0.5904535651 - 3.0584514141 - 3.1415927410 - 3.0584514141 - 3.0648207664 - 3.0648207664 - 3.0648207664 - 3.0648207664 - 3.0648207664 - 3.0648207664 - 3.0648207664 - 3.0648207664 - 3.0648207664 - 3.0648207664 - 3.0648207664 - 3.0648207664 - 3.0648207664 - 3.0648207664 - 3.0648207664 - 2.9996955395 - 2.9996955395 - 2.9996955395 - 1.0808390379 - 1.0808390379 - 3.0702850819 - 3.0702850819 - 3.0702850819 - 3.0648207664 - 3.0648207664 - 3.0648207664 - -2.2612428665 - -2.2612428665 - -0.9673628211 - -0.9673628211 - -2.2612428665 - -0.9673628211 - 3.0702850819 - 3.0702850819 - 3.1415927410 - 3.0750246048 - 3.0750246048 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - -0.9544993639 - -0.9544993639 - 0.9685089588 - 0.9685089588 - 2.5099020004 - 2.5099020004 - 1.5208379030 - -0.7403835654 - 1.5208379030 - 1.3937231302 - -3.0995123386 - 1.3937231302 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.0702850819 - 3.0702850819 - 3.0648207664 - 3.0648207664 - 2.6087486744 - 2.6087486744 - 3.0981416702 - 3.0981416702 - -1.3200870752 - -1.3200870752 - 2.0393700600 - 2.0393700600 - -0.6259247661 - -0.6259247661 - 0.3693336546 - -1.9343231916 - -1.9343231916 - 0.7782040238 - -2.2390856743 - 0.7782040238 - -2.2390856743 - 3.1415927410 - 3.1415927410 - -3.0791738033 - -3.0791738033 - 2.9849908352 - 2.9849908352 - 3.1415927410 - 3.1415927410 - 3.1415927410 - -3.0509328842 - -3.0509328842 - -3.0509328842 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.0419239998 - -2.9229238033 - -2.9229238033 - 1.9941071272 - 1.9941071272 - 2.2018756866 - 2.2018756866 - 2.5047914982 - 2.5047914982 - 2.2455372810 - 2.2706892490 - 2.2455372810 - 0.3883187175 - 0.3883187175 - 0.1361389607 - 0.1361389607 - 1.2263959646 - 1.2263959646 - 0.0384425893 - 0.0384425893 - -1.6584830284 - -1.6584830284 - 2.2834751606 - 2.2834751606 - 2.2774105072 - 2.2703135014 - -0.6800980568 - -0.6800980568 - -2.5308666229 - -2.5308666229 - -0.8934099078 - -0.8934099078 - -0.5880026221 - -0.5880026221 - -0.9048271179 - -0.9048271179 - -0.3587706685 - -0.3587706685 - 1.1978086233 - -2.7314653397 - 1.1978086233 - 1.6614562273 - 1.6614562273 - -0.6456893086 - -0.6456893086 - 1.1861915588 - 1.1861915588 - 1.1842900515 - 1.1830261946 - 1.1710152626 - 1.1710152626 - 1.1729220152 - 1.1780356169 - 1.1830261946 - 1.1710152626 - 1.1729220152 - 1.1780356169 - 1.1830261946 - 1.1710152626 - 1.1642295122 - -2.1230146885 - -2.1230146885 - -2.8300459385 - -2.8300459385 - 3.0633215904 - 3.0633215904 - -2.7868869305 - -2.7868869305 - 2.8753407001 - 2.8753407001 - 2.8753407001 - -1.7282131910 - -1.7282131910 - 0.0000000000 - 0.0000000000 - 1.6499954462 - 1.6499954462 - 3.0309355259 - 3.0309355259 - 3.0309355259 - 3.0509328842 - 3.0509328842 - 3.0584514141 - 3.0584514141 - 3.0584514141 - 3.0810606480 - 3.0810606480 - -0.2683662176 - -0.2683662176 - -0.2621198297 - -0.2621198297 - -0.2683662176 - -0.2621198297 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.0648207664 - 3.0648207664 - 3.0648207664 - -1.8958041668 - -1.8958041668 - -0.9407624006 - -0.9407624006 - -2.4349784851 - -2.4349784851 - 3.1415927410 - 3.0702850819 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 2.4786555767 - 3.0333220959 - 2.4786555767 - 3.1415927410 - 3.0750246048 - 3.0750246048 - 3.1415927410 - 3.0750246048 - 3.1415927410 - 3.0750246048 - 3.1415927410 - 0.0285636578 - 0.0285636578 - 0.0428309329 - 1.5883383751 - 1.5883383751 - 3.1415927410 - 3.1415927410 - 2.9110708237 - 2.9110708237 - 3.1415927410 - 3.1415927410 - -1.4576452971 - -1.4576452971 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 2.4138228893 - 2.4138228893 - -2.9441971779 - -2.9441971779 - 3.1415927410 - 3.1415927410 - -3.0309355259 - 3.1415927410 - 2.4032800198 - 2.4032800198 - 2.3561944962 - 2.3561944962 - 2.2513175011 - 2.2513175011 - -2.6098685265 - -2.6098685265 - 0.6107259393 - 0.6107259393 - 0.5713374615 - 0.5713374615 - 0.5880026221 - 0.5880026221 - 2.2774105072 - 2.2834751606 - 2.2774105072 - 2.2703135014 - 2.2703135014 - 2.2834751606 - 2.2774105072 - 2.2703135014 - 1.8961570263 - 1.9032226801 - 1.8961570263 - -2.9764440060 - -2.9764440060 - -3.1077072620 - -3.1077072620 - 0.4636476040 - 0.4636476040 - 1.7561442852 - 1.7561442852 - 0.6823165417 - 0.6823165417 - 0.9229848981 - 0.9229848981 - -0.2172934264 - -0.6461188793 - -0.2172934264 - -0.7212660313 - -0.2292319387 - -0.2292319387 - -0.0333209969 - -0.0333209969 - 1.4141944647 - 1.4141944647 - 2.8632929325 - 2.8632929325 - 2.8430936337 - 2.8430936337 - 2.8430936337 - 2.8430936337 - 0.2281026244 - 0.2281026244 - -1.0768549442 - -1.0768549442 - 2.8250234127 - 2.8250234127 - 3.1415927410 - 3.0584514141 - 3.1415927410 - 3.0584514141 - 3.0584514141 - 3.0584514141 - 3.1415927410 - 3.0584514141 - 3.1415927410 - 3.1415927410 - -1.2271057367 - -1.2271057367 - -0.3529903889 - -0.3529903889 - -0.7960360646 - -0.7960360646 - 0.1936219931 - 0.1936219931 - -0.5070984960 - -0.5070984960 - 3.0750246048 - 3.0750246048 - 3.0750246048 - 3.1415927410 - 0.0238050260 - 0.0238050260 - 2.2539877892 - 2.2539877892 - 3.0702850819 - 3.0702850819 - 1.6413859129 - 1.6413859129 - 0.0428309329 - 0.0285636578 - 0.0428309329 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - -3.0995123386 - -3.0995123386 - 1.3937231302 - -2.5722794533 - -2.5722794533 - 2.7403638363 - 2.7403638363 - 3.1415927410 - 3.1415927410 - 2.8028945923 - 2.8028945923 - 2.7992970943 - 2.7992970943 - 2.8028945923 - 2.7992970943 - -0.6716061831 - -0.6716061831 - -2.3344588280 - -2.3344588280 - 0.3693336546 - -0.6259247661 - 0.3693336546 - 2.7149651051 - 2.7149651051 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 0.7782040238 - -1.9343231916 - 0.7782040238 - -2.2390856743 - 1.0349850655 - 1.0349850655 - -1.0849301815 - -1.0849301815 - -2.4772217274 - -2.4772217274 - 2.1018264294 - 2.1018264294 - -3.0509328842 - -3.0509328842 - -3.0509328842 - 3.1415927410 - 3.1415927410 - -3.0419239998 - -3.0419239998 - 3.1415927410 - 3.1415927410 - -0.7853981853 - -0.7853981853 - -3.0613057613 - 3.1415927410 - 3.1415927410 - -2.7547168732 - -2.7547168732 - 2.9340963364 - 2.9340963364 - -2.4227626324 - -2.4227626324 - -2.4346845150 - -0.0153834019 - -3.0244839191 - -3.0244839191 - -2.5707874298 - -2.5707874298 - 1.1978086233 - 1.2197654247 - 1.1978086233 - 1.1978086233 - 2.3217253685 - 2.3217253685 - 2.3217253685 - 2.5308666229 - 2.5308666229 - -0.5554937124 - -0.5554937124 - 2.3028101921 - 2.3028101921 - -2.6451699734 - -2.6451699734 - -1.0214217901 - -1.0214217901 - 0.6086893082 - 0.6086893082 - -0.6947382689 - -0.6947382689 - 1.1071487665 - 1.1071487665 - 1.9032226801 - 1.9032226801 - 1.8961570263 - 1.1071487665 - 1.1071487665 - -0.0867383406 - -0.0867383406 - 2.4980914593 - 2.4980914593 - 1.2277723551 - 1.2277723551 - 1.0747526884 - 1.0747526884 - -3.0185067654 - -0.7212660313 - -0.6461188793 - -0.2172934264 - -0.7212660313 - -0.4939413667 - -0.4939413667 - 1.1842900515 - 1.1861915588 - 1.1842900515 - 1.1642295122 - 1.1830261946 - 1.1878975630 - 1.1710152626 - 1.1642295122 - 1.1760052443 - 1.1692157984 - 1.1830261946 - 1.1878975630 - 1.1710152626 - 1.1642295122 - 1.1760052443 - 2.9051365852 - 2.9051365852 - 2.7928216457 - 2.7928216457 - 2.8753407001 - 2.8753407001 - 2.8753407001 - 2.8198421001 - 2.8198421001 - 3.0309355259 - 3.0309355259 - 3.0419239998 - 3.0419239998 - 3.0509328842 - 3.0509328842 - 3.0584514141 - 3.0584514141 - 3.0584514141 - 3.0584514141 - 3.0584514141 - 3.0584514141 - 3.0584514141 - -0.8430265784 - -0.8430265784 - 3.0648207664 - 3.0648207664 - 3.0648207664 - 3.0648207664 - 3.0648207664 - 3.0648207664 - -1.2426763773 - -1.2426763773 - -1.2331740856 - -1.2331740856 - -1.2426763773 - -1.2331740856 - 3.0702850819 - 3.0702850819 - 3.0702850819 - -2.1498706341 - -2.1498706341 - -2.7049655914 - -2.7049655914 - -2.1039519310 - -2.1039519310 - 3.0333220959 - 3.0333220959 - 2.4786555767 - 2.6253619194 - 2.6253619194 - -2.6103191376 - -2.6103191376 - 3.1415927410 - 3.1415927410 - 3.0750246048 - 3.1415927410 - 3.1415927410 - -0.8634998202 - -0.8634998202 - 3.1415927410 - 3.1415927410 - 3.1415927410 - -0.7403835654 - -0.7403835654 - 1.5208379030 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.0702850819 - 3.0702850819 - 0.0614609569 - 0.0614609569 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 0.2880554497 - 0.2880554497 - -2.7522759438 - -2.7522759438 - 3.1415927410 - 3.1415927410 - 3.1415927410 - -1.3813161850 - -1.3813161850 - -1.1252189875 - -1.1252189875 - -0.0713074654 - -0.0713074654 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 0.9371632934 - 0.9371632934 - -0.1651486754 - -0.1651486754 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - -2.4346845150 - -2.4227626324 - -2.4346845150 - -0.0153834019 - 2.5383627415 - 2.5383627415 - -0.7960360646 - -0.7960360646 - -0.7907457352 - -0.3366748095 - -0.3217505515 - -0.3366748095 - 2.3217253685 - 2.3217253685 - 2.3217253685 - 0.5771921873 - 0.5771921873 - 0.6055446863 - 0.6055446863 - 0.5880026221 - 0.5880026221 - 0.1872539222 - 0.1872539222 - -1.4447082281 - -1.4447082281 - -1.6814535856 - -1.6814535856 - 2.6364941597 - 2.6364941597 - 2.5137560368 - 2.5137560368 - -2.0481417179 - -2.0481417179 - -2.1327178478 - -1.3258177042 - -1.3258177042 - -2.1327178478 - -2.0481417179 - -2.1327178478 - 2.2865400314 - 2.2865400314 - 1.3986054659 - 1.3986054659 - 0.7052780986 - 0.7052780986 - 1.1710152626 - 1.1710152626 - 1.1710152626 - 1.1830261946 - 1.1710152626 - 1.1710152626 - 1.1710152626 - 1.1830261946 - 1.1878975630 - -1.4229469299 - -1.4229469299 - 3.1162815094 - 3.1162815094 - 2.8430936337 - 2.8430936337 - 2.8753407001 - 2.8753407001 - 2.8753407001 - 0.8960554004 - 0.8960554004 - 0.3366748095 - 0.3366748095 - 0.2401710153 - 0.2401710153 - 0.2698491514 - 0.2698491514 - 0.2401710153 - 0.2698491514 - 3.0309355259 - 3.0309355259 - 2.3145518303 - 2.3145518303 - 2.9764440060 - 2.9764440060 - -1.0056469440 - -1.0056469440 - 3.0648207664 - 3.0648207664 - 3.0648207664 - 3.0648207664 - 3.0648207664 - 3.0648207664 - -1.3521274328 - -1.3521274328 - 3.0750246048 - 3.0750246048 - -2.6686861515 - -2.6686861515 - -1.8132433891 - -1.8132433891 - 2.6167969704 - 2.6167969704 - 0.4521538615 - 0.4521538615 - 3.1415927410 - 3.1415927410 - 3.0750246048 - 3.0750246048 - 3.0750246048 - 3.1415927410 - 3.1415927410 - 3.0750246048 - 3.1415927410 - -1.1701719761 - -1.1701719761 - 2.1364977360 - 2.1364977360 - -1.1025615931 - -1.1025615931 - 2.6981444359 - 2.6981444359 - 0.1973955631 - 0.1973955631 - 0.6010737419 - 0.6010737419 - 0.0429842584 - 0.0429842584 - 2.8268349171 - 2.8268349171 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 0.9403948784 - 0.9403948784 - -1.0248110294 - -1.0248110294 - 3.1415927410 - 3.1415927410 - 2.3438494205 - 2.3438494205 - -0.7794101834 - -0.7794101834 - -3.0509328842 - -3.0509328842 - 3.1415927410 - -3.0419239998 - -3.0419239998 - 3.1415927410 - -3.0419239998 - -3.0419239998 - -3.0419239998 - -3.0419239998 - 3.1415927410 - -3.0419239998 - -3.0419239998 - -2.9764440060 - -2.9764440060 - -3.0509328842 - -3.0509328842 - -3.0509328842 - -3.0419239998 - -3.0419239998 - -1.5328398943 - -1.5328398943 - -0.0153834019 - -2.4227626324 - -2.4346845150 - -0.0153834019 - -0.0394532010 - -0.0394532010 - 1.0954533815 - -0.1911844611 - -0.1911844611 - -0.7907457352 - -0.7960360646 - -0.7907457352 - -0.3217505515 - -0.3217505515 - -0.3366748095 - 1.2197654247 - 1.2197654247 - 1.1978086233 - 1.1978086233 - 1.1978086233 - 1.2197654247 - 1.1978086233 - 1.1978086233 - 2.2018756866 - 2.2018756866 - -2.4651365280 - -2.4651365280 - 0.5880026221 - 0.5880026221 - 0.5713374615 - 0.5713374615 - 0.5713374615 - -0.9357696176 - -0.9357696176 - -0.9600703716 - -0.5880026221 - -0.5880026221 - 1.7607846260 - 1.7607846260 - 1.3312970400 - 1.3312970400 - -0.9944211245 - -0.9944211245 - -1.6162196398 - -1.6162196398 - -2.5940303802 - -2.5940303802 - -2.0552742481 - -2.0552742481 - 1.2309755087 - 1.2309755087 - -1.4164775610 - -1.4164775610 - -3.0860941410 - -3.0860941410 - 1.2793395519 - 1.2793395519 - 1.2178059816 - 1.2178059816 - -0.0972531959 - -0.0972531959 - 2.5569913387 - 0.8465463519 - 0.8465463519 - 0.0680764616 - 0.0680764616 - 0.2281026244 - 0.2492521405 - 0.2281026244 - 0.0934767798 - 0.0934767798 - 1.1878975630 - 1.1710152626 - 1.1878975630 - 1.1642295122 - 1.1760052443 - 1.1692157984 - 1.1760052443 - 1.1878975630 - 1.1642295122 - 1.1760052443 - 1.1692157984 - -1.4821404219 - -1.4821404219 - -2.3961732388 - -2.3961732388 - -1.4310874939 - -1.4310874939 - 3.0309355259 - 3.0309355259 - 3.0309355259 - 3.0648207664 - 3.0648207664 - 3.0648207664 - 3.0648207664 - 3.0648207664 - 3.0648207664 - 2.7776136398 - 2.7776136398 - 3.1415927410 - 3.1415927410 - -2.0825352669 - -2.0825352669 - -2.2390856743 - -2.2390856743 - 2.4783897400 - 2.4783897400 - 3.0659794807 - 3.0659794807 - 1.4141944647 - 1.4141944647 - 0.4860319197 - 0.4860319197 - 3.1415927410 - -1.6886684895 - 3.1415927410 - -1.1372148991 - -1.1372148991 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.0702850819 - 0.5382217169 - 0.5382217169 - 2.8198421001 - -0.0352794752 - -0.0352794752 - 3.1415927410 - -3.0509328842 - 3.1415927410 - 3.1116015911 - 3.1116015911 - 2.1730837822 - 2.1730837822 - 3.1116015911 - 2.1730837822 - -3.0622143745 - -3.0622143745 - -3.0613057613 - -3.0613057613 - -3.0622143745 - -0.7853981853 - -3.0613057613 - 0.0000000000 - 0.0000000000 - -3.0509328842 - -3.0509328842 - -3.0509328842 - -3.0509328842 - -1.1071487665 - -1.1071487665 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 1.8200484514 - 1.8200484514 - 3.1415927410 - 3.1415927410 - 0.6632030010 - 0.6632030010 - 2.1910457611 - 2.1910457611 - 2.1910457611 - -1.9261733294 - -1.9261733294 - -0.7594299912 - -0.7594299912 - -1.2649174929 - -1.2649174929 - -0.7509290576 - -0.7509290576 - -0.0215020627 - -0.0215020627 - -2.5148496628 - -2.5148496628 - -0.9600703716 - -0.9357696176 - -0.9600703716 - -2.2236430645 - -2.2236430645 - 2.2686991692 - 2.2686991692 - -2.1169629097 - -2.1169629097 - -3.1169064045 - -3.1169064045 - 2.9786663055 - 2.9786663055 - 2.8198421001 - 3.0867028236 - 3.0867028236 - 2.9562447071 - 2.9562447071 - 3.0113811493 - 3.0113811493 - 2.8318896294 - 2.8318896294 - -0.5427504778 - -0.5427504778 - -0.9197195768 - -0.9197195768 - -0.9922721386 - -0.9922721386 - -1.3156139851 - -1.3156139851 - -2.1587989330 - -2.1587989330 - 2.5569913387 - -0.0972531959 - 2.5569913387 - 0.2492521405 - 0.2492521405 - 0.2281026244 - 2.2290642262 - 2.2290642262 - 3.0309355259 - 3.0309355259 - 3.0419239998 - 3.0419239998 - 3.0419239998 - -0.7171812057 - -0.7171812057 - 3.0584514141 - 3.0584514141 - 3.0584514141 - 3.0648207664 - 3.0648207664 - 3.0648207664 - 3.0648207664 - 3.0648207664 - 3.0648207664 - 3.0648207664 - 3.0648207664 - 3.0648207664 - 3.0648207664 - 3.0648207664 - 3.0648207664 - 3.0648207664 - 3.0648207664 - 3.0648207664 - 3.0648207664 - 3.0648207664 - 3.0648207664 - 3.0648207664 - 3.0648207664 - 3.0648207664 - 3.0648207664 - 3.0750246048 - 3.0750246048 - -2.9945142269 - -2.9945142269 - -2.9917802811 - -2.9917802811 - -2.9945142269 - -2.9917802811 - -2.3780887127 - -2.3780887127 - 3.1415927410 - 3.1415927410 - -0.8800054193 - -1.9809236526 - -0.8800054193 - -1.5707963705 - -1.5707963705 - -2.4520535469 - -2.4520535469 - 2.4013252258 - 2.4013252258 - 2.0439224243 - 2.0439224243 - 3.1415927410 - 3.1415927410 - 3.0750246048 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 2.6971733570 - 2.6971733570 - 2.6590793133 - -0.8760580420 - -0.8760580420 - 3.1415927410 - 3.1415927410 - 2.4729030132 - 2.4729030132 - 3.0702850819 - 3.1415927410 - 3.0702850819 - -1.8011987209 - -1.8011987209 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 2.8601133823 - 2.8601133823 - 2.8568623066 - 2.8568623066 - 2.8601133823 - 2.8568623066 - -0.5931705236 - -0.5931705236 - 1.6247978210 - 1.6247978210 - 2.3985934258 - 2.3985934258 - -3.0584514141 - -3.0584514141 - 3.1415927410 - 1.1220729351 - 1.1220729351 - 1.9295669794 - 1.9295669794 - 1.9111782312 - 1.9111782312 - 1.9295669794 - 1.9111782312 - 2.8791332245 - 2.8791332245 - -1.7975951433 - -1.7975951433 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 2.1386404037 - 2.1386404037 - 1.6071439981 - 1.6071439981 - 0.9584742188 - 0.9584742188 - -1.9586962461 - 0.1798534989 - 0.1798534989 - 2.1910457611 - 2.1910457611 - 2.1910457611 - -0.9944211245 - -0.9944211245 - 1.1383885145 - 1.1383885145 - 0.5880026221 - 0.5880026221 - 3.0024967194 - 3.0024967194 - 2.2142975330 - 2.2142975330 - -0.9197195768 - -0.9197195768 - -2.0552742481 - -2.0552742481 - -0.6162969470 - -0.6162969470 - -1.4243121147 - -1.4243121147 - -3.0710029602 - -3.0710029602 - -2.1251037121 - -2.1251037121 - -2.1077070236 - -2.1183586121 - -2.1077070236 - -2.1251037121 - -2.1077070236 - -2.1183586121 - -2.1251037121 - -2.1251037121 - -2.8198421001 - -2.8198421001 - -1.7152378559 - -1.7152378559 - 2.9105019569 - 2.9105019569 - -3.1071236134 - -3.1071236134 - 2.6183142662 - 2.6183142662 - -2.7744188309 - -2.7744188309 - -2.7468016148 - -2.7468016148 - -1.6814535856 - -1.6814535856 - 2.9441971779 - 2.9441971779 - -2.2318394184 - -2.2318394184 - 2.6877486706 - 2.6877486706 - -0.0410727784 - -0.0410727784 - 1.1705557108 - 1.1705557108 - -0.6278365850 - -0.6278365850 - 1.6704649925 - 1.6704649925 - 0.6733692288 - 0.6733692288 - 2.8091664314 - 2.8091664314 - 0.8608847260 - 0.8608847260 - -0.3514447808 - 2.8837280273 - -0.3514447808 - 2.9229238033 - 2.9229238033 - 3.0895564556 - 3.0895564556 - 3.0419239998 - 3.0419239998 - 3.0419239998 - -2.4310543537 - -2.4310543537 - 2.9617390633 - 2.9617390633 - -1.2793395519 - -1.2793395519 - 2.8198421001 - 2.8198421001 - 3.0810606480 - 3.0810606480 - 0.6470472217 - 0.6470472217 - 3.0648207664 - 3.0648207664 - 3.0648207664 - 3.0648207664 - 3.0648207664 - 3.0648207664 - 3.0648207664 - 3.0648207664 - 3.0648207664 - 3.0648207664 - 3.0648207664 - 3.0648207664 - 0.8589494824 - 0.8589494824 - 3.1415927410 - 3.1415927410 - 3.0702850819 - 3.0702850819 - 3.0702850819 - -0.2482899129 - -0.2482899129 - -1.4784669876 - -1.4784669876 - -2.2671449184 - -2.2671449184 - 3.0750246048 - 3.1415927410 - 3.0750246048 - 1.9890207052 - 1.9890207052 - 3.0750246048 - 3.1415927410 - 3.0750246048 - 3.0750246048 - 3.0750246048 - 3.0750246048 - -1.6886684895 - -1.6886684895 - 3.1415927410 - -1.1129626036 - -1.1129626036 - 2.6590793133 - 2.6971733570 - 2.6590793133 - 1.5480729342 - 1.5480729342 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 2.8198421001 - 0.5382217169 - 2.8198421001 - -1.8086322546 - -1.8086322546 - 3.0961694717 - 3.0961694717 - 0.1772253811 - 0.1772253811 - 2.6642472744 - 2.6642472744 - 1.2036224604 - 1.2036224604 - 3.1415927410 - -3.0584514141 - 3.1415927410 - 3.1415927410 - -1.5152977705 - -1.5152977705 - -1.0447299480 - -3.0419239998 - -3.0419239998 - -3.0419239998 - -3.0419239998 - -2.9441971779 - -2.9441971779 - -3.0419239998 - -2.7049655914 - -2.7049655914 - 1.0954533815 - -0.0394532010 - 1.0954533815 - 0.9948777556 - 0.9948777556 - -0.7628455758 - -1.1210367680 - -1.1210367680 - 2.4900054932 - 2.4900054932 - 2.1507990360 - 2.1507990360 - -0.6747409701 - -0.6747409701 - -1.9586962461 - 0.9584742188 - -1.9586962461 - 2.1655554771 - 2.1655554771 - 2.1521766186 - -2.8351080418 - -2.8351080418 - -0.9117062688 - -0.9117062688 - 1.0863183737 - 1.0863183737 - 0.5713374615 - 0.5713374615 - 0.5713374615 - -1.0924439430 - -1.0924439430 - 1.3986054659 - 1.3986054659 - 2.8933026791 - 2.8933026791 - -2.2730531693 - -2.2730531693 - -2.1183586121 - -2.1251037121 - -2.1077070236 - -2.1183586121 - -2.1995925903 - -2.1995925903 - 2.2706892490 - 2.2706892490 - 1.1626472473 - 1.1626472473 - 0.8086497784 - 0.8086497784 - 1.3397057056 - 1.3397057056 - -0.4324077666 - -0.4324077666 - -0.7266423702 - -0.7266423702 - 0.6814793944 - 0.6814793944 - 0.6733692288 - 0.6733692288 - 0.6814793944 - 0.6733692288 - 2.8198421001 - 2.8198421001 - 2.8837280273 - 2.8837280273 - -0.3514447808 - 2.8753407001 - 2.8753407001 - 2.9229238033 - 2.9229238033 - 3.0309355259 - 3.0309355259 - 3.0309355259 - 3.0309355259 - -1.4824194908 - -1.4824194908 - -0.0949517041 - -0.0949517041 - -1.0472205877 - -1.0472205877 - 2.9123606682 - 2.9123606682 - -2.5762562752 - -2.5762562752 - 0.9272952080 - 0.9272952080 - -1.3961241245 - -1.3961241245 - -1.3818991184 - -1.3818991184 - -1.3961241245 - -1.3818991184 - 3.0648207664 - 3.0648207664 - -1.9809236526 - -1.9809236526 - -0.8800054193 - -2.1127150059 - -2.1127150059 - 2.0222494602 - 2.0222494602 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 2.2831540108 - 2.2831540108 - -0.9162255526 - -0.9162255526 - -2.5887513161 - -2.5887513161 - -2.5964930058 - 1.1712808609 - 1.1712808609 - -0.0925186202 - -0.0925186202 - 1.3494819403 - 1.3494819403 - -2.9186923504 - -2.9186923504 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 1.2326538563 - 1.2326538563 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 1.8037755489 - 1.8037755489 - 1.7876698971 - 1.7876698971 - 1.8037755489 - 1.7876698971 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 0.2121437490 - 0.2121437490 - 3.1415927410 - 3.1415927410 - 0.3822825849 - 0.3822825849 - 0.3787458241 - 0.3787458241 - 0.3822825849 - 0.3787458241 - -2.8614847660 - -2.8614847660 - 0.3635268807 - 0.3635268807 - -3.0419239998 - -2.9441971779 - -3.0419239998 - 0.1157592162 - 0.1157592162 - -3.0509328842 - -3.0509328842 - 3.1415927410 - -3.0509328842 - 3.1415927410 - 3.1415927410 - -0.2305218428 - -0.2305218428 - 0.5495600104 - 0.5495600104 - 3.1415927410 - 3.1415927410 - -0.7628455758 - 0.9948777556 - -0.7628455758 - 0.7547329068 - 0.7547329068 - 2.3818299770 - 2.3818299770 - -1.1466019154 - -1.1466019154 - 3.0845117569 - 3.0845117569 - -1.1466019154 - 3.0845117569 - -3.1100242138 - -3.1100242138 - 2.2513175011 - 2.2513175011 - 2.1521766186 - 2.1655554771 - 2.1655554771 - 2.1521766186 - 2.6183142662 - 2.6183142662 - -1.0185779333 - -1.0185779333 - -1.2151604891 - -1.2151604891 - -0.8960554004 - -0.8960554004 - 1.9121521711 - 1.9121521711 - 2.1305932999 - 2.1305932999 - 2.8198421001 - 2.9786663055 - 2.8198421001 - 3.0367157459 - 3.0367157459 - -1.3932001591 - -1.4141944647 - -1.3932001591 - -2.2264919281 - -2.2264919281 - 2.4696295261 - 2.4696295261 - -0.8047505617 - -0.8047505617 - 1.5120404959 - 1.5120404959 - -1.3258177042 - 2.8375916481 - 2.8375916481 - 2.5473790169 - 2.5473790169 - -2.0074234009 - -2.0074234009 - 2.6779451370 - 2.6779451370 - -0.8368989825 - -0.8368989825 - 2.2627177238 - 2.2627177238 - 0.9272952080 - 0.9272952080 - 0.7086262703 - 0.7086262703 - -2.2655346394 - -2.2655346394 - 2.7291822433 - 2.7291822433 - -3.0928506851 - -3.0928506851 - 3.0309355259 - 3.0309355259 - 3.0309355259 - 2.9229238033 - -2.3412702084 - -2.3412702084 - 2.9123606682 - 2.9123606682 - 2.9073374271 - 2.9073374271 - 2.9123606682 - 2.9073374271 - 2.9533710480 - 2.9533710480 - 2.9617390633 - 2.9617390633 - 3.0584514141 - 3.0584514141 - 3.0584514141 - 3.0584514141 - 3.0584514141 - 3.0584514141 - 3.0648207664 - 3.0648207664 - 3.0648207664 - 3.0662636757 - 3.0662636757 - 3.0648207664 - 3.0648207664 - 3.0648207664 - 3.0648207664 - 3.0648207664 - 3.0648207664 - 3.0750246048 - 3.0750246048 - 3.0702850819 - 3.0702850819 - 3.1415927410 - 3.0702850819 - -0.7524430752 - -0.7524430752 - -2.4599869251 - -2.4599869251 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 0.8408966660 - 0.8408966660 - 1.8804992437 - 1.8804992437 - 3.0750246048 - 3.0750246048 - -2.5964930058 - -2.5887513161 - -2.5964930058 - -1.8276227713 - -1.8276227713 - 0.2487099916 - 0.2487099916 - 2.5202691555 - 2.5202691555 - 2.5148496628 - 2.5148496628 - 2.5202691555 - 2.5148496628 - 0.8470483422 - 0.8470483422 - 1.0415495634 - 1.0415495634 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - -0.5849996209 - -0.5849996209 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 0.2208287716 - 0.2328138202 - 0.2208287716 - -0.4503740668 - -0.4503740668 - 1.9173351526 - 1.9173351526 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 2.1446821690 - 2.1446821690 - -1.6189517975 - -1.6189517975 - 0.6913369298 - 0.6913369298 - 0.2449786663 - 0.2449786663 - -0.8176450729 - -0.8176450729 - 3.1016139984 - 3.1016139984 - 1.2026655674 - 1.2026655674 - 2.5415425301 - 2.5415425301 - -0.7527300715 - -0.7527300715 - -0.5358112454 - -0.5358112454 - 0.5779019594 - 0.5779019594 - -0.7140907049 - -0.7140907049 - -0.6947382689 - 0.9891428351 - 0.9891428351 - -1.2618656158 - -1.2618656158 - 0.5851124525 - 0.5851124525 - 1.7910450697 - 1.7910450697 - 1.7767876387 - 1.7767876387 - 1.7910450697 - 1.7767876387 - -0.2782996595 - -0.2782996595 - -1.4141944647 - -1.4141944647 - -1.3932001591 - 2.4511461258 - 2.4511461258 - 2.4468543530 - 2.4468543530 - 2.4468543530 - 2.6516354084 - 2.6516354084 - 2.8780288696 - 2.8780288696 - 2.5308666229 - 2.5308666229 - 0.8721364737 - 2.1587989330 - 0.8721364737 - 1.1705557108 - 1.1705557108 - 2.8232550621 - 2.8232550621 - 1.0814033747 - 1.0814033747 - 0.9137213826 - 0.9137213826 - -2.7912783623 - -2.7912783623 - -2.7547168732 - -2.7547168732 - 0.0713074654 - 0.0713074654 - 2.8430936337 - 2.8430936337 - -1.5707963705 - -1.5707963705 - 0.3034599125 - 0.3034599125 - 0.4182243347 - 0.4182243347 - 3.0309355259 - 3.0309355259 - 3.0309355259 - -1.1003921032 - -1.1003921032 - -1.7108980417 - -1.7108980417 - 3.0419239998 - 3.0419239998 - 3.0419239998 - 3.0419239998 - 3.0419239998 - 3.0509328842 - 3.0509328842 - 3.0040059090 - 3.0040059090 - 3.0509328842 - 3.0509328842 - 3.0509328842 - -0.8554587364 - -0.8554587364 - 3.0648207664 - 3.0648207664 - 3.0648207664 - 3.0648207664 - 3.0648207664 - 3.0648207664 - 1.7359449863 - 1.7359449863 - 3.0750246048 - 3.0750246048 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.0791738033 - 3.0791738033 - 3.0791738033 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.0750246048 - 3.0750246048 - 3.0750246048 - 0.2561513782 - 0.2561513782 - 3.1415927410 - 3.1415927410 - 3.1415927410 - -1.3811826706 - -1.3811826706 - -1.5160565376 - -1.5160565376 - -2.1396441460 - -2.4592761993 - -2.4592761993 - -1.4711276293 - -1.4711276293 - 0.5019064546 - 0.5019064546 - 0.5010133982 - -1.4711276293 - 0.5019064546 - 0.5112307072 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 2.2873380184 - -0.6360754967 - 2.2873380184 - 3.1415927410 - 3.1415927410 - 1.0074800253 - 1.0571902990 - 1.0074800253 - -2.4805495739 - -2.4805495739 - 1.6797382832 - 1.6797382832 - 2.8531630039 - 2.8531630039 - 0.2328138202 - 0.2328138202 - 0.2208287716 - 0.4636476040 - 0.4636476040 - 2.8380219936 - 2.8380219936 - -0.6764562130 - -0.6764562130 - 3.1415927410 - 3.1415927410 - 3.1415927410 - -0.6556956172 - -0.6556956172 - 3.1415927410 - 3.1415927410 - 3.1415927410 - -1.0447299480 - -1.5152977705 - -1.0447299480 - 2.8241338730 - 2.8241338730 - -1.0447299480 - 2.8241338730 - -3.0509328842 - 3.1415927410 - -3.0509328842 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 1.6850506067 - 1.6850506067 - 1.0262446404 - 1.0262446404 - -0.5252435803 - -0.5252435803 - -0.5118558407 - -1.2442148924 - -1.2442148924 - 0.3539974391 - 0.3539974391 - 0.5697564483 - 0.5697564483 - 1.2610933781 - 1.2805314064 - 1.2840509415 - 1.2610933781 - 2.2083451748 - 2.2083451748 - 2.7492525578 - 2.7492525578 - 0.5525843501 - 0.5525843501 - -0.7403835654 - -0.7403835654 - -0.6947382689 - -0.7140907049 - -0.6947382689 - 0.9307081699 - 0.9307081699 - -2.4610714912 - -2.4610714912 - 1.1341692209 - 1.1341692209 - 2.4468543530 - 2.4468543530 - 2.4468543530 - 0.8072924614 - 0.8072924614 - -0.6327488422 - -0.6327488422 - 2.7610862255 - 2.7610862255 - 2.3996453285 - 2.3996453285 - 0.8270407319 - 0.8270407319 - 0.8465463519 - -3.0702850819 - -3.0702850819 - -0.5961991549 - -0.5961991549 - 1.2252407074 - 1.2252407074 - -1.2490457296 - -1.2490457296 - 2.8022999763 - 2.8022999763 - 1.3101938963 - 1.3101938963 - 3.0309355259 - 3.0309355259 - 3.0309355259 - 2.9229238033 - 3.0309355259 - 3.0309355259 - 0.0893139914 - 0.0893139914 - 3.1415927410 - 3.1415927410 - 0.4993467331 - 0.4993467331 - 0.4918091893 - 0.4918091893 - 0.4993467331 - 0.4918091893 - 3.0648207664 - 3.0648207664 - 3.0584514141 - 3.0584514141 - 3.0584514141 - 3.0648207664 - 3.0648207664 - 3.0648207664 - 3.0648207664 - -0.0996686518 - -0.0996686518 - -0.0798299834 - 3.1415927410 - 3.1415927410 - 3.0648207664 - 3.0648207664 - -1.3363806009 - -1.3363806009 - -0.8441540003 - -0.8441540003 - 3.0791738033 - 3.0791738033 - -2.3505449295 - -2.3505449295 - -0.8527120352 - -0.8527120352 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 2.4432225227 - 2.4432225227 - 2.4775464535 - 2.4775464535 - 3.1415927410 - 3.1415927410 - 3.1415927410 - -1.5004898310 - -1.5004898310 - 2.2469537258 - 2.2469537258 - -3.0791738033 - 3.1415927410 - -3.0791738033 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 0.6857295036 - 0.6857295036 - 0.5112307072 - 0.5010133982 - 0.5019064546 - 0.5112307072 - -0.6360754967 - -0.6360754967 - 2.2873380184 - 0.5028432012 - 0.5028432012 - 1.0571902990 - 1.0571902990 - 1.0074800253 - 0.2328138202 - 0.2328138202 - -0.9636114240 - -0.9636114240 - -3.0702850819 - 3.1415927410 - -3.0702850819 - 3.1415927410 - 3.0124454498 - 3.0124454498 - 3.0107653141 - 3.0107653141 - 3.0124454498 - 3.0107653141 - 3.1415927410 - 3.1415927410 - 0.5112307072 - 0.5112307072 - 0.6523308754 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 2.8894965649 - 2.8894965649 - 3.1415927410 - 3.1415927410 - -3.0509328842 - 3.1415927410 - -3.0509328842 - 3.1415927410 - -1.0743736029 - -1.0743736029 - -3.0419239998 - -3.0419239998 - -3.0419239998 - -3.0509328842 - -3.0509328842 - -3.0419239998 - -3.0419239998 - -3.0419239998 - 3.1415927410 - 1.4263547659 - 1.4263547659 - 2.6303620338 - 2.6303620338 - 3.1415927410 - 3.1415927410 - -0.5118558407 - -0.5252435803 - -0.5118558407 - 2.0570390224 - 2.0570390224 - -1.0768549442 - -1.0768549442 - -2.0169019699 - -2.0169019699 - 2.1655554771 - 2.1655554771 - 2.1521766186 - 3.0385110378 - 3.0385110378 - 1.7206088305 - 1.7206088305 - -0.9097531438 - -0.9097531438 - 1.6352231503 - 1.6352231503 - 2.0701429844 - 2.0701429844 - -1.2815253735 - -1.2815253735 - 2.0701429844 - -1.2815253735 - -0.9209258556 - -0.9209258556 - 2.6149654388 - 2.6149654388 - 1.2120256424 - 1.2120256424 - 3.1415927410 - 3.1415927410 - 2.9736967087 - 2.9736967087 - -1.0427218676 - -1.0427218676 - -1.3258177042 - 1.5120404959 - -1.3258177042 - -0.2499786168 - -0.2499786168 - -1.3258177042 - -1.3258177042 - 1.1978086233 - 1.2490457296 - 1.1978086233 - 1.2036224604 - 1.2036224604 - 2.1910457611 - 2.1910457611 - 2.7367007732 - 2.7367007732 - 0.8465463519 - 0.8270407319 - 0.8465463519 - 0.6146629453 - 0.6146629453 - -0.5813801885 - -0.5813801885 - 0.5404195189 - 0.5404195189 - 2.7886023521 - 2.7886023521 - 2.7828218937 - 2.7828218937 - 2.7468016148 - 2.7468016148 - 2.7707014084 - 2.7707014084 - 2.9229238033 - 3.0309355259 - 3.0309355259 - 3.0309355259 - 2.9229238033 - -1.1071487665 - -1.1071487665 - 3.0419239998 - 3.0419239998 - 3.0419239998 - 3.0419239998 - 3.0509328842 - 3.0509328842 - 0.0000000000 - 0.0000000000 - -1.0545656681 - 3.0648207664 - 3.0648207664 - 3.0648207664 - 0.0705895871 - 0.0705895871 - -0.0798299834 - -0.0996686518 - -0.0798299834 - 3.0702850819 - 3.0702850819 - 3.0702850819 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.0791738033 - 3.0791738033 - -1.4519560337 - -1.4519560337 - -1.0743736029 - -1.0743736029 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 2.3857717514 - 2.3857717514 - 3.0333220959 - 3.0333220959 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 2.1421337128 - 2.1421337128 - 1.7211678028 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - -3.0791738033 - 3.1415927410 - 3.1415927410 - 3.1415927410 - -3.0791738033 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - -3.0791738033 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - -3.0791738033 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - -2.1396441460 - -1.5160565376 - -2.1396441460 - 3.1415927410 - 3.1415927410 - 3.0750246048 - 1.4833010435 - 1.5019398928 - 1.4833010435 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 2.3874342442 - 2.3874342442 - 2.3823664188 - 2.3823664188 - 2.3874342442 - 2.3823664188 - 0.5880026221 - 0.5880026221 - 2.4551072121 - 2.4551072121 - 2.7492525578 - 3.0492632389 - 3.0492632389 - 3.1415927410 - 3.1415927410 - -3.0702850819 - 3.1415927410 - 3.1415927410 - 3.1415927410 - -3.0702850819 - 3.1415927410 - -2.2498016357 - -2.2498016357 - 3.1415927410 - 3.1415927410 - 3.1415927410 - -0.5713374615 - -0.5713374615 - 3.1415927410 - 3.1415927410 - 3.1415927410 - -3.0584514141 - 3.1415927410 - -3.0648207664 - -3.0648207664 - 0.0000000000 - 0.0000000000 - 3.1415927410 - 3.1415927410 - 2.6866784096 - 2.6866784096 - -0.6844763756 - -0.6844763756 - 3.1415927410 - -3.0419239998 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 0.1685969383 - 0.1685969383 - 1.0150406361 - 1.0150406361 - 0.9999910593 - 1.2805314064 - 1.2805314064 - 1.2840509415 - 1.2610933781 - -2.4149503708 - -2.4149503708 - -0.4521538615 - -0.4521538615 - 2.8966140747 - 2.8966140747 - -1.0352389812 - -2.5195605755 - -2.5195605755 - -2.2655346394 - -2.2655346394 - -0.8823158145 - -0.8823158145 - 1.3258177042 - 1.3258177042 - 1.5707963705 - 1.5900247097 - 1.5707963705 - 1.5707963705 - -1.9004207850 - -1.9559538364 - -1.9559538364 - -1.9004207850 - 1.9974237680 - 1.9974237680 - -3.1207623482 - -3.1207623482 - 3.0186207294 - 3.0186207294 - -1.2941279411 - -1.2941279411 - 2.3561944962 - 2.3561944962 - -0.3854938745 - -0.3854938745 - 2.1587989330 - 2.1587989330 - 0.8721364737 - 2.1293957233 - 2.1293957233 - 1.1401038170 - 1.1401038170 - 1.9936501980 - 1.9936501980 - 2.7610862255 - 2.7610862255 - 2.7886023521 - 2.7886023521 - 2.6992185116 - 2.6992185116 - -1.1525720358 - -1.1525720358 - 2.9441971779 - 0.4514530897 - 0.4514530897 - 3.0419239998 - 3.0419239998 - 3.0509328842 - 3.0509328842 - 3.0509328842 - 3.0509328842 - -1.4224685431 - -1.4224685431 - 3.0509328842 - 3.0509328842 - 3.0509328842 - 3.0509328842 - 3.0509328842 - 2.7663218975 - 2.7663218975 - 2.7557098866 - 2.7557098866 - 2.7663218975 - 2.7557098866 - -0.0648440272 - -0.0648440272 - 3.0750246048 - 3.0750246048 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.0791738033 - 3.1415927410 - -1.9872349501 - -1.9872349501 - 3.0791738033 - 3.0791738033 - 3.0791738033 - 3.0791738033 - 3.1415927410 - 3.1415927410 - 3.0791738033 - 3.0791738033 - 3.0791738033 - 3.1415927410 - -0.0705895871 - -0.0705895871 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - -0.5273908973 - -0.5273908973 - -0.9294319749 - -0.9294319749 - 3.1045725346 - 3.1045725346 - 3.1415927410 - 3.1415927410 - 2.2960262299 - 2.2960262299 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 1.7211678028 - 2.1421337128 - 1.7211678028 - -0.9641911983 - -0.9641911983 - 1.1354430914 - 1.1354430914 - 1.5019398928 - 1.5019398928 - 1.4833010435 - 0.5010133982 - 0.5010133982 - 0.5019064546 - 0.5112307072 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 2.6779451370 - 2.6779451370 - 2.5308666229 - 2.5308666229 - 0.6523308754 - 0.5112307072 - 0.6523308754 - 3.0329313278 - 3.0329313278 - -0.5253669024 - -0.5253669024 - -2.8780288696 - -2.8780288696 - 3.1415927410 - 3.1415927410 - 3.1415927410 - -0.8691710830 - -0.8691710830 - -2.9195108414 - -2.9195108414 - 0.9999910593 - 1.0150406361 - 0.9999910593 - 2.7233684063 - 2.7233684063 - 1.2840509415 - 1.2805314064 - 1.2840509415 - 1.2610933781 - -1.0352389812 - 2.8966140747 - -1.0352389812 - 2.3143029213 - 2.3143029213 - 1.5900247097 - 1.5900247097 - 1.5707963705 - 1.5707963705 - 1.5707963705 - 1.5900247097 - 1.5707963705 - 1.5707963705 - 1.7098922729 - 1.7098922729 - -1.9559538364 - -1.9559538364 - -1.9559538364 - -1.9004207850 - 3.0764675140 - 3.0764675140 - 3.0656521320 - 3.0656521320 - 3.0764675140 - 3.0656521320 - -1.9756880999 - -1.9756880999 - 1.3045443296 - 1.3045443296 - -1.9756880999 - 1.3045443296 - 1.7818896770 - 1.7818896770 - 2.9229238033 - 2.9229238033 - 0.3296244144 - 0.3296244144 - 0.8050035238 - 0.8050035238 - 1.0282169580 - 1.0282169580 - 1.3352513313 - 1.3352513313 - 1.3439974785 - 2.9229238033 - 2.9229238033 - 2.7468016148 - 2.7468016148 - 2.9441971779 - -1.1525720358 - 2.9441971779 - 3.0791738033 - 3.0791738033 - 3.0419239998 - 3.0419239998 - 3.0419239998 - 3.0419239998 - 3.0584514141 - 3.0584514141 - 3.0584514141 - 3.0584514141 - 2.8014955521 - 2.8014955521 - -1.6183794737 - -1.6183794737 - 0.6254850626 - 0.6254850626 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.0791738033 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.0791738033 - 3.0791738033 - 3.1415927410 - 3.1415927410 - 3.0791738033 - 3.0791738033 - 3.0791738033 - 3.1415927410 - 3.1415927410 - 3.0791738033 - 3.0791738033 - 3.0791738033 - -2.7004132271 - 2.8083484173 - -2.7004132271 - 3.0791738033 - 3.0791738033 - 3.0791738033 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 1.8788491488 - 1.8788491488 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - -1.5232132673 - -1.5232132673 - 3.0750246048 - 3.1415927410 - 3.0750246048 - 3.0791738033 - 3.0791738033 - 3.0750246048 - 3.0750246048 - 2.4830267429 - 2.4830267429 - 1.2099595070 - 1.2099595070 - 0.7440993190 - 0.7440993190 - 2.9504082203 - 2.9504082203 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - -0.1510153413 - -0.1510153413 - 1.5900247097 - 1.5900247097 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - -3.0419239998 - -3.0419239998 - -3.0584514141 - 3.1415927410 - 3.1415927410 - -3.0584514141 - 3.1415927410 - 3.1415927410 - -1.4254863262 - -1.4254863262 - 0.4547192752 - 0.4547192752 - 0.4503740668 - -1.3674602509 - 0.4503740668 - 0.4547192752 - 0.4503740668 - -1.3674602509 - 1.1025615931 - 1.1025615931 - 1.6142472029 - 1.6142472029 - 2.9549033642 - 2.9549033642 - 0.1243549958 - 0.1243549958 - 2.6344940662 - 2.6344940662 - 0.4883339405 - 0.4883339405 - 1.5308176279 - 1.5308176279 - -0.5162306428 - -0.5162306428 - -2.9229238033 - -2.9229238033 - -2.8966140747 - -2.8966140747 - 1.8724154234 - 1.8724154234 - -0.6435011029 - -0.6435011029 - -2.2730531693 - -2.2730531693 - 1.3473197222 - 1.3473197222 - 0.4783524275 - 0.4783524275 - 0.4783524275 - 0.4783524275 - 0.4783524275 - 0.4783524275 - 2.7326848507 - 2.7326848507 - 1.2490457296 - 1.2490457296 - 1.1978086233 - 1.1606689692 - 1.1606689692 - 1.1441688538 - 2.1112158298 - 2.1112158298 - 0.2296424359 - 0.2296424359 - 1.2765617371 - 1.2765617371 - 1.3078016043 - 1.3078016043 - 1.3171222210 - 1.3439974785 - 1.3439974785 - 1.3352513313 - 1.3078016043 - 1.3439974785 - 1.1820086241 - 1.1820086241 - 3.0309355259 - 3.0309355259 - 3.0309355259 - 2.9229238033 - 3.0309355259 - 3.0309355259 - 3.0309355259 - -1.0468770266 - -1.0468770266 - 3.0309355259 - 3.1415927410 - 3.0309355259 - 3.0309355259 - -2.1327178478 - -2.1327178478 - -1.2207514048 - -1.2207514048 - -1.0545656681 - 0.0000000000 - -1.0545656681 - 0.2621198297 - 0.2621198297 - 3.0702850819 - 3.0702850819 - 3.0702850819 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.0791738033 - 3.1415927410 - 2.8122665882 - 2.8122665882 - 2.8083484173 - 2.8083484173 - 2.8122665882 - 2.8083484173 - -2.7004132271 - 0.0356991142 - 0.0356991142 - 0.0344691016 - 0.0344691016 - 0.0356991142 - 0.0344691016 - 3.1415927410 - 3.1415927410 - 3.0750246048 - 3.0750246048 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 2.1995925903 - 2.1995925903 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 2.2763645649 - 2.2763645649 - 1.9756880999 - 1.9756880999 - 2.6057813168 - 2.6057813168 - -0.5164830089 - -0.5164830089 - 1.8761548996 - -1.2874883413 - -1.2874883413 - 2.7492525578 - 2.4551072121 - 2.7492525578 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.0981416702 - 3.0981416702 - 1.8228923082 - 1.8228923082 - 1.4758446217 - 1.4758446217 - 1.9138202667 - 1.9138202667 - 0.6913369298 - 0.6913369298 - 3.1415927410 - 3.1415927410 - 3.1415927410 - -3.0584514141 - 3.1415927410 - 3.1415927410 - 2.4016177654 - 2.4016177654 - -3.0584514141 - -3.0584514141 - -2.4997777939 - -2.4997777939 - -2.5065658092 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 0.8884797692 - 0.8884797692 - 1.7681919336 - 1.7681919336 - 1.0136719942 - 1.0136719942 - 0.1297025383 - 0.1297025383 - 0.7647825480 - 0.7647825480 - -1.1019674540 - -1.1019674540 - -2.1507990360 - -2.1507990360 - 1.3787482977 - 1.3787482977 - -0.7298996449 - -0.7298996449 - -2.4588625431 - -2.4588625431 - -0.1752663702 - -0.1752663702 - 1.7771202326 - 1.7771202326 - 2.6328628063 - 2.6328628063 - -1.9559538364 - -1.9559538364 - -1.9559538364 - -1.9004207850 - -2.1669955254 - -2.1669955254 - 3.0896911621 - 3.0896911621 - 2.4625873566 - 2.4625873566 - 2.4329664707 - 2.4227626324 - 2.7403638363 - 2.7585155964 - 2.7585155964 - 2.7403638363 - 2.7585155964 - 2.7585155964 - 2.3624055386 - 2.3623294830 - 2.3624055386 - 1.2924966812 - 1.2924966812 - 0.9561333656 - 0.9561333656 - 0.8884797692 - 0.8884797692 - 0.9561333656 - 0.8884797692 - 2.7101919651 - 2.7101919651 - 0.4266274869 - 0.4266274869 - 1.1642295122 - 1.1642295122 - -0.3605659902 - -0.3605659902 - 1.1466019154 - 1.1466019154 - 1.1466019154 - 1.1583858728 - 1.1441688538 - 1.1606689692 - 1.1441688538 - 1.1420183182 - 1.1420183182 - 1.2160906792 - 1.2160906792 - 0.7483780384 - 0.7483780384 - 1.2252407074 - 1.2252407074 - 1.3171222210 - 1.3078016043 - 1.3171222210 - -0.7853981853 - -0.7853981853 - -2.2690372467 - -2.2690372467 - 3.0309355259 - 3.0309355259 - 3.0309355259 - 3.1415927410 - 3.0309355259 - 3.0309355259 - -2.4329664707 - -2.4329664707 - 1.9379701614 - 1.9379701614 - -2.6509246826 - -2.6509246826 - 3.0509328842 - 3.0509328842 - -1.7988989353 - -1.7988989353 - -3.0481159687 - -3.0481159687 - -1.0067125559 - -1.0067125559 - -0.9994588494 - -0.9994588494 - -1.0067125559 - -0.9994588494 - 2.8012106419 - 2.8012106419 - 3.1415927410 - 3.1415927410 - -2.0870270729 - -2.0870270729 - -2.4624593258 - -2.4624593258 - 3.0791738033 - 3.1415927410 - 3.1415927410 - 3.0791738033 - 3.1415927410 - 3.0791738033 - 2.5681521893 - 2.5681521893 - 2.5707874298 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - -0.5028432012 - -0.5028432012 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 2.9216783047 - 2.9216783047 - -1.9832067490 - -1.9832067490 - 3.1415927410 - 3.1415927410 - -1.7063239813 - -1.7063239813 - 1.5925320387 - 1.5925320387 - 2.3239476681 - 2.3239476681 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 0.6465131640 - 0.6465131640 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - -1.6779116392 - -1.6779116392 - 3.1415927410 - 3.1415927410 - 1.1441688538 - 1.1441688538 - 1.1441688538 - 1.1441688538 - 1.1441688538 - 1.1441688538 - -0.7254700065 - -0.7254700065 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - -3.0584514141 - 3.1415927410 - 2.4289138317 - 2.4289138317 - 0.3339450657 - 3.1415927410 - -3.0584514141 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 1.7894653082 - 1.7894653082 - 0.2672590911 - 0.2672590911 - 3.1415927410 - 3.1415927410 - 2.5175695419 - 2.5175695419 - -1.2665878534 - -0.6562508941 - -0.6562508941 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - -1.1410340071 - -1.1410340071 - -1.3608227968 - -1.3608227968 - 2.4558632374 - 2.4558632374 - 2.0257105827 - 2.0257105827 - -0.6801978946 - -0.6801978946 - 0.9690204859 - 0.9690204859 - -0.3270981014 - -0.3270981014 - 0.0525830612 - 0.0525830612 - -1.5214537382 - -1.5214537382 - -1.5091462135 - -1.5091462135 - -1.5214537382 - -1.5091462135 - -2.0298357010 - -2.0298357010 - 2.7270858288 - 2.7270858288 - 2.6476511955 - 2.6422460079 - 2.6476511955 - 2.4194014072 - 2.4194014072 - 2.4329664707 - 2.4625873566 - 2.4329664707 - 2.4227626324 - 2.7403638363 - 2.7585155964 - 2.3623294830 - 2.3623294830 - 2.3624055386 - 2.1471714973 - 2.1471714973 - 1.1466019154 - 1.1466019154 - 1.1466019154 - 1.1583858728 - 2.0960400105 - 2.0960400105 - 2.8022999763 - 2.8022999763 - 3.0309355259 - 3.0309355259 - 3.0309355259 - 3.0309355259 - -0.7145491838 - -0.7145491838 - 3.0309355259 - 3.0309355259 - 3.0309355259 - -2.0461392403 - -2.0461392403 - 3.1415927410 - 3.1415927410 - 3.0309355259 - 3.0309355259 - 3.0419239998 - 3.0419239998 - 3.0419239998 - -0.9570262432 - -0.9570262432 - 3.0750246048 - 3.0750246048 - 3.0702850819 - 3.0702850819 - 3.0702850819 - 3.0702850819 - 3.0702850819 - 3.0702850819 - 3.0702850819 - 3.0702850819 - 3.0702850819 - 3.0702850819 - 3.0702850819 - 3.0702850819 - -0.7298996449 - -0.7298996449 - 3.0791738033 - 3.0791738033 - 3.1415927410 - 3.0791738033 - 3.0791738033 - 3.0791738033 - 2.9708573818 - 2.9708573818 - 2.9689111710 - 2.9689111710 - 2.9708573818 - 2.9689111710 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 1.8217990398 - -1.2722973824 - 1.8391625881 - 1.8217990398 - 0.0975158066 - 0.0975158066 - -2.5405189991 - -2.5405189991 - 3.1415927410 - 3.1415927410 - 0.5667291880 - 0.5667291880 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 0.7509290576 - 0.7509290576 - -0.6584253907 - -0.6584253907 - 2.5719606876 - 2.5719606876 - -1.9295669794 - -1.9295669794 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 0.6767369509 - 0.6767369509 - 3.0791738033 - 3.1415927410 - 3.0791738033 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.0791738033 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - -1.3329603672 - -1.3329603672 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 1.8761548996 - -0.5164830089 - 1.8761548996 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 2.3239476681 - 2.3239476681 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 2.5393052101 - 2.5393052101 - 2.5287723541 - 0.3371339440 - 0.3371339440 - 0.3339450657 - 0.3339450657 - 2.4289138317 - 0.3371339440 - 0.3339450657 - -3.0702850819 - -3.0702850819 - -1.9047414064 - -1.9047414064 - 1.4394809008 - 1.4394809008 - -1.3674602509 - 0.4547192752 - 0.4503740668 - -1.3674602509 - -2.0214576721 - -2.0214576721 - 2.5127964020 - 2.5127964020 - 1.5707963705 - 1.5707963705 - -2.1175851822 - -2.1175851822 - 1.2760661840 - 1.2760661840 - -0.1325515360 - -0.1325515360 - 0.4206633568 - 0.4206633568 - 2.1782410145 - 2.1782410145 - 0.6244103312 - 0.6244103312 - 2.6422460079 - 2.6422460079 - 2.6476511955 - -2.0344438553 - -2.0344438553 - 2.7403638363 - 2.7403638363 - 2.8801138401 - 2.8801138401 - 2.7403638363 - 2.8801138401 - 2.4227626324 - 2.4625873566 - 2.4329664707 - 2.4227626324 - 2.7403638363 - 2.7585155964 - 2.7403638363 - 2.4625873566 - 2.4329664707 - 2.4227626324 - 2.7403638363 - 2.7585155964 - 2.7585155964 - -0.6610431671 - -0.6610431671 - 2.7149651051 - 2.7149651051 - -1.1071487665 - -1.1071487665 - 0.5532943010 - 0.5532943010 - -0.1973955631 - -0.1973955631 - 0.7044940591 - 0.7044940591 - -0.1973955631 - 0.7044940591 - 0.0831412300 - 0.0831412300 - 1.1583858728 - 1.1466019154 - 1.1466019154 - 1.1583858728 - 2.7062394619 - 2.7062394619 - 2.8198421001 - 2.8198421001 - 0.4836449325 - 0.4836449325 - 2.9441971779 - 2.9441971779 - 3.0419239998 - 2.9441971779 - 3.0419239998 - 3.0419239998 - 3.0419239998 - 3.0702850819 - 3.0702850819 - 3.0702850819 - 3.0702850819 - 3.0702850819 - 1.4464412928 - 1.4464412928 - 1.7307094336 - 1.7307094336 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - -1.2722973824 - -1.2722973824 - 1.8391625881 - 1.8217990398 - 1.8391625881 - -1.2722973824 - 1.8391625881 - 1.8217990398 - 0.3639789522 - 0.3639789522 - 3.0791738033 - 3.0791738033 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 2.3501338959 - 2.3501338959 - 1.5541311502 - 1.5541311502 - -0.0104162898 - -0.0104162898 - 3.1415927410 - 3.1415927410 - 3.0791738033 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 1.0537643433 - 1.0537643433 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 2.6327085495 - 2.6327085495 - 1.9906762838 - 1.9906762838 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 2.3561944962 - 2.3561944962 - 0.3217505515 - 0.3217505515 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - -1.0303767920 - -1.0303767920 - -0.8224182725 - -0.8224182725 - 1.7818896770 - 1.7818896770 - 1.4173723459 - 1.4173723459 - 1.6485612392 - 1.6485612392 - -0.3587706685 - -0.3587706685 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 0.6610431671 - 0.6610431671 - 1.4410938025 - 1.4410938025 - 2.5287723541 - 2.5393052101 - 2.5287723541 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - -1.2665878534 - 2.5175695419 - -1.2665878534 - -0.8491414785 - -0.8491414785 - -2.5065658092 - -2.4997777939 - -2.5065658092 - -2.3961732388 - -2.3961732388 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 1.5480729342 - 1.5480729342 - 3.1415927410 - 3.1415927410 - 2.3471856117 - 2.3471856117 - -2.9588711262 - -2.9588711262 - 2.8198421001 - 2.8198421001 - 2.7233684063 - 2.1332943439 - 2.1332943439 - -2.6820771694 - -2.6820771694 - -0.3097029328 - -0.3097029328 - -0.6489955783 - -0.6489955783 - -0.7086262703 - -0.7086262703 - 0.5971766710 - 0.5971766710 - 0.7853981853 - 0.7853981853 - -1.2134876251 - -1.2134876251 - -2.9441971779 - -2.9441971779 - -2.4668517113 - -2.4668517113 - 1.0441690683 - 1.0441690683 - 2.2271447182 - 2.2271447182 - 2.4127378464 - 2.4127378464 - -2.7564351559 - -2.7564351559 - -2.2367656231 - -2.2367656231 - 2.7585155964 - 2.4625873566 - 2.4329664707 - 2.4227626324 - 2.7403638363 - 2.7585155964 - 2.7585155964 - 0.8318762779 - 0.8318762779 - -0.6610431671 - -0.6610431671 - 1.1589890718 - 1.1589890718 - -0.3883187175 - 2.6442499161 - 2.6442499161 - 2.6320004463 - 2.6320004463 - 2.6442499161 - 2.6320004463 - 3.0309355259 - 3.0309355259 - 3.0309355259 - 2.9441971779 - 2.9441971779 - 3.0419239998 - -2.2222495079 - -2.2222495079 - 3.0584514141 - 3.0584514141 - 3.0584514141 - 3.0584514141 - 3.0584514141 - 3.0584514141 - 3.1415927410 - 3.0584514141 - 3.0584514141 - 3.0584514141 - 3.0584514141 - 3.1415927410 - 3.0584514141 - 3.0584514141 - 3.0584514141 - 3.0584514141 - 3.1415927410 - 3.0584514141 - 3.0584514141 - 3.0702850819 - 3.0702850819 - 3.0702850819 - 3.0702850819 - 3.1415927410 - 3.1415927410 - 3.0750246048 - 3.0750246048 - 2.9262349606 - 2.9262349606 - 2.5630683899 - 2.5630683899 - -2.6462814808 - -2.6462814808 - 2.4921917915 - 2.4921917915 - 2.5707874298 - 2.5681521893 - 2.5707874298 - 3.0791738033 - 3.0791738033 - 2.8259770870 - 2.8259770870 - -1.1543576717 - -1.1543576717 - 2.4837040901 - 2.4837040901 - -0.7071270347 - -0.7071270347 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 1.9074711800 - 1.9074711800 - 2.1538729668 - 2.1538729668 - 2.1389009953 - 2.1389009953 - 2.1538729668 - 2.1389009953 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.0791738033 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.0791738033 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - -3.0828368664 - 3.1415927410 - -3.0828368664 - 0.4899573326 - 0.4899573326 - 0.6177557111 - 0.6177557111 - 3.1415927410 - 3.1415927410 - -1.2397001982 - -1.2397001982 - 0.3496071100 - 0.3496071100 - 1.6556980610 - 1.6556980610 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 0.8118470311 - 0.8118470311 - -0.6682894230 - -0.6682894230 - 1.8109673262 - 1.8109673262 - -1.1479424238 - -1.1479424238 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 2.0096557140 - 2.0096557140 - -3.0509328842 - -3.0509328842 - -3.0509328842 - -3.0419239998 - -3.0419239998 - 2.2794225216 - 2.2794225216 - 2.2513175011 - 2.2513175011 - 2.2794225216 - 2.2513175011 - -1.2099595070 - -1.2099595070 - 3.0566909313 - 3.0566909313 - 2.7233684063 - 2.8198421001 - 2.7233684063 - -2.9060475826 - -2.9060475826 - 0.2606023848 - 0.2606023848 - -2.9816794395 - -2.9816794395 - 0.5016040802 - 0.5016040802 - -2.8030369282 - -2.8030369282 - -1.2649174929 - -1.2649174929 - -2.2937757969 - -2.2937757969 - 3.0961694717 - 3.0961694717 - -0.2962783575 - -0.2962783575 - -0.3962393403 - -0.3962393403 - 2.1825232506 - 2.1825232506 - -1.1760052443 - -1.1760052443 - 2.5761086941 - 2.5761086941 - -2.2367656231 - -2.2367656231 - 2.8501358032 - 2.8501358032 - 1.4464412928 - 1.4464412928 - -0.3883187175 - 1.1589890718 - -0.3883187175 - 1.9127461910 - 1.9127461910 - 1.3765553236 - -0.2885873616 - -0.2885873616 - 1.7761917114 - 1.7761917114 - 1.4758446217 - 1.4758446217 - 2.7233684063 - 2.7233684063 - 2.7886023521 - 2.7886023521 - 3.1415927410 - 3.1415927410 - -1.1398473978 - -1.1398473978 - 2.9617390633 - 2.9617390633 - 3.0584514141 - 3.0584514141 - 3.0584514141 - 3.0584514141 - 3.0584514141 - 3.0584514141 - 3.0584514141 - 3.0584514141 - 2.6155261993 - 2.6155261993 - 2.6422460079 - 2.6422460079 - 3.0702850819 - 3.0702850819 - -2.6413121223 - -2.6413121223 - 3.0750246048 - 3.0750246048 - 3.0750246048 - 3.0750246048 - 3.0750246048 - 3.0750246048 - 3.0750246048 - -0.6528466344 - -0.6528466344 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 0.3573086858 - 0.3573086858 - -0.5658543110 - -0.5658543110 - -0.8481727242 - -0.8481727242 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.0791738033 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - -3.1268877983 - -3.1268877983 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - -1.3711124659 - -1.3711124659 - 3.1415927410 - 3.1415927410 - 1.2120256424 - 1.2120256424 - 3.1415927410 - 3.1415927410 - 3.0791738033 - 3.1415927410 - 3.1415927410 - 3.1415927410 - -1.8971551657 - -1.8971551657 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 0.2449786663 - 0.2449786663 - -3.0273382664 - -3.0273382664 - 2.2597208023 - 2.2597208023 - -1.6278771162 - -1.6278771162 - -1.6136273146 - -1.6136273146 - -1.6278771162 - -1.6136273146 - 3.1415927410 - -3.0509328842 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - -3.0309355259 - -3.0309355259 - 0.5624979138 - 0.5624979138 - 1.6316965818 - 1.6316965818 - -0.8467735052 - -0.8467735052 - 0.1669701636 - 0.1669701636 - -0.7165416479 - -0.7165416479 - -0.9085808396 - -0.9085808396 - -0.5667291880 - -0.5667291880 - -2.6098685265 - -2.6098685265 - 2.6311042309 - 2.6311042309 - 2.9105019569 - 2.9105019569 - -2.8198421001 - -2.8198421001 - 0.8663022518 - 0.8663022518 - 0.2040179819 - 0.2040179819 - -0.1651486754 - -0.1651486754 - 1.2490457296 - 1.2490457296 - 1.1583858728 - 1.1583858728 - 1.4438235760 - 1.4438235760 - 1.3765553236 - 1.9127461910 - 1.3765553236 - -1.8794472218 - -1.8794472218 - 2.1662061214 - 2.1662061214 - 3.0309355259 - 3.0309355259 - 3.0309355259 - 3.0309355259 - 3.0309355259 - 3.0309355259 - -2.0011229515 - -2.0011229515 - 3.0750246048 - 3.0750246048 - 3.0750246048 - -2.3476476669 - -2.3476476669 - 0.2296424359 - 0.2296424359 - 3.1415927410 - 3.1415927410 - -1.7681919336 - -1.7681919336 - -3.1142022610 - -3.1142022610 - 0.5880026221 - 0.5880026221 - 1.4696929455 - 1.4696929455 - 1.4553697109 - 1.4553697109 - 1.4696929455 - 1.4553697109 - 3.1415927410 - 3.1415927410 - 0.9549263716 - 0.9549263716 - 3.0791738033 - 3.1415927410 - 3.0791738033 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 1.2555816174 - 1.0338855982 - 1.2555816174 - -3.0509328842 - -3.0509328842 - -3.0509328842 - 3.1415927410 - 3.1415927410 - 3.1415927410 - -3.0509328842 - 3.1415927410 - 3.1415927410 - 0.5774396062 - 0.5774396062 - -0.5024212599 - -0.5024212599 - -1.9583201408 - -1.9583201408 - -1.7280243635 - -1.7280243635 - -1.6060757637 - -3.0098304749 - -3.0098304749 - -0.7256403565 - 1.0251412392 - 1.0251412392 - 1.1583858728 - 1.1583858728 - -2.9002370834 - -2.9002370834 - -2.6483969688 - -2.6483969688 - 1.9890207052 - 1.9890207052 - 2.5360479355 - 2.5360479355 - 2.2053492069 - 2.2053492069 - -2.7828218937 - -2.7828218937 - 2.0005586147 - 2.0005586147 - -1.5535566807 - -1.5535566807 - 1.3232337236 - 1.3232337236 - -2.1650099754 - -2.1650099754 - 2.3561944962 - 2.3561944962 - -0.8621700406 - -0.8760580420 - -0.8621700406 - 2.3715779781 - 2.3715779781 - -2.1910457611 - -2.1910457611 - 1.0349850655 - 1.0349850655 - -0.9034901857 - -0.9034901857 - 1.0259324312 - 1.0259324312 - 1.6324465275 - 1.6324465275 - 1.6201390028 - 0.4256224632 - 1.6201390028 - 1.6324465275 - 1.6201390028 - 0.4256224632 - 2.0863454342 - 2.0863454342 - 3.0309355259 - 3.0309355259 - 3.0309355259 - 3.0309355259 - -2.3906636238 - -2.3906636238 - -0.3956896067 - -0.3956896067 - -2.6460409164 - -2.6460409164 - -0.3956896067 - -2.6460409164 - -0.9484934807 - -0.9484934807 - -1.1364290714 - -1.1364290714 - 3.0584514141 - 3.0584514141 - 3.0584514141 - 3.0584514141 - 3.0584514141 - 3.1415927410 - 3.1415927410 - 3.0584514141 - 3.0584514141 - 3.1415927410 - 3.0584514141 - 3.0584514141 - 3.0648207664 - 3.0648207664 - 3.0584514141 - 3.0584514141 - 3.0584514141 - 3.0584514141 - -2.2455372810 - -2.2455372810 - 0.5016040802 - 0.5016040802 - 0.4948874414 - 0.4948874414 - 0.5016040802 - 0.4948874414 - 3.1415927410 - 3.1415927410 - -2.5441341400 - -2.5441341400 - 3.1415927410 - 3.1415927410 - 0.3877701759 - 0.3877701759 - 3.0860941410 - 3.0860941410 - -0.8508781791 - -0.8508781791 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.0828368664 - 3.0828368664 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - -3.0828368664 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 2.5809056759 - 2.5809056759 - 3.1415927410 - 3.1415927410 - 3.0791738033 - 3.1415927410 - -1.5593025684 - -1.5593025684 - 0.7539619803 - 0.7539619803 - 3.0231027603 - 3.0231027603 - -1.7158380747 - -1.7158380747 - 0.7853981853 - 0.7853981853 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 0.3136206567 - 0.3136206567 - 0.9788255095 - 0.9788255095 - 2.5748634338 - 2.5748634338 - 0.4714599550 - 0.4714599550 - 0.1784105003 - 0.1784105003 - 0.5734405518 - 0.5734405518 - 0.6177557111 - 0.6177557111 - -1.3539227247 - -1.3539227247 - -2.4793772697 - -2.4793772697 - -2.4710710049 - -2.4710710049 - -2.4793772697 - -2.4710710049 - -1.8391625881 - -1.8925468922 - -1.8391625881 - -0.8760580420 - -0.8760580420 - -0.8621700406 - 2.9549033642 - 2.9549033642 - 1.0191413164 - 1.0191413164 - 3.0090410709 - 2.9137356281 - 2.9137356281 - -0.0918461233 - -0.0918461233 - 2.2716507912 - 2.2716507912 - 1.2490457296 - 1.2490457296 - 1.2417466640 - -0.9162255526 - -0.9162255526 - 3.0419239998 - 3.0419239998 - 3.0419239998 - 3.0419239998 - 3.1415927410 - 3.0309355259 - 3.1415927410 - 3.0309355259 - 3.0309355259 - 3.0309355259 - 3.0309355259 - 3.1415927410 - 3.0309355259 - 3.0309355259 - 3.0509328842 - 3.0509328842 - 3.0509328842 - 3.0509328842 - -0.9905255437 - -0.9905255437 - 3.0509328842 - 3.0509328842 - 3.0584514141 - 3.0584514141 - 3.0584514141 - -0.9494727254 - -0.9494727254 - 0.3639789522 - 0.3639789522 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 0.5532943010 - 0.5532943010 - 3.0791738033 - 3.0791738033 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.0791738033 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.0791738033 - 3.1415927410 - 1.5808969736 - 1.5808969736 - 1.0338855982 - 1.0338855982 - 1.2555816174 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 1.7761917114 - 1.7761917114 - -2.5082952976 - -2.5082952976 - 2.3086113930 - 2.3086113930 - 0.4067470729 - 2.3662950993 - 0.4067470729 - 2.3357892036 - -3.1223642826 - -3.1223642826 - 0.9189271927 - 0.9189271927 - 0.9634910822 - 2.3659029007 - 0.9634910822 - -1.2679114342 - -1.2679114342 - -1.9675049782 - -1.9839251041 - -1.9675049782 - 1.2490457296 - 1.2654377222 - 1.2490457296 - -1.8925468922 - -1.8925468922 - -1.8391625881 - -2.1587989330 - -2.1587989330 - 2.5930433273 - 2.5930433273 - 2.4558632374 - 2.4592761993 - 2.4558632374 - 2.5930433273 - 2.4558632374 - 2.4592761993 - 2.4592761993 - 2.5930433273 - 2.4558632374 - 2.4592761993 - 0.4256224632 - 1.6195381880 - 1.6324465275 - 1.6201390028 - 0.4256224632 - 1.1902899742 - 1.1902899742 - 1.2417466640 - 1.2490457296 - 1.2417466640 - 3.0309355259 - 3.0309355259 - 3.0309355259 - 3.0309355259 - 3.0419239998 - 3.0419239998 - 3.0419239998 - 3.0419239998 - 3.0419239998 - 3.0419239998 - 3.0309355259 - 3.0309355259 - 3.1415927410 - 3.0309355259 - 3.0309355259 - 3.0419239998 - 3.0419239998 - 3.0419239998 - 3.0419239998 - -1.9513026476 - -1.9513026476 - 0.6585658789 - 0.6585658789 - 2.3765997887 - 2.3765997887 - 3.0791738033 - 3.1415927410 - 3.0791738033 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 2.0634813309 - 2.0634813309 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.0648207664 - 3.1415927410 - 3.0648207664 - 2.0425739288 - 2.0425739288 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 1.7506498098 - 1.7506498098 - -3.0509328842 - -3.0509328842 - 3.1415927410 - 3.1415927410 - 2.3662950993 - 2.3662950993 - 0.4067470729 - 2.3357892036 - -3.0956480503 - -3.0956480503 - -1.6060757637 - -1.7280243635 - -1.7280243635 - -1.6060757637 - -1.0185779333 - -1.0185779333 - 2.1777839661 - 2.1777839661 - 2.2752904892 - 2.2752904892 - -2.2438871861 - -2.2438871861 - 0.0634069517 - 0.0634069517 - -0.6174058914 - -0.6174058914 - -0.7256403565 - -3.0098304749 - -0.7256403565 - -2.0246403217 - -2.0246403217 - -1.9839251041 - -1.9839251041 - -1.9675049782 - 2.4313216209 - 2.4313216209 - -2.6066374779 - -2.6066374779 - 1.8045395613 - 1.8045395613 - -2.1785984039 - -2.1785984039 - -2.1730837822 - -2.1730837822 - 1.3258177042 - 1.3258177042 - 2.8490309715 - 2.8490309715 - -1.8925468922 - -1.8925468922 - 2.6051571369 - 2.6051571369 - 2.8590376377 - 2.8590376377 - 1.5707963705 - 1.5707963705 - -3.0903553963 - -3.0903553963 - 1.2555816174 - 1.2555816174 - 2.7610862255 - -0.7188299894 - 2.7610862255 - -0.6705215573 - -0.6705215573 - -2.3036115170 - -2.3036115170 - -2.5777232647 - -2.5777232647 - -2.7274541855 - -2.7274541855 - 3.0309355259 - 3.0309355259 - 3.1415927410 - 3.0309355259 - 3.0309355259 - 3.0890095234 - 3.0890095234 - -0.8194758892 - -0.8194758892 - -1.0321722031 - -1.0321722031 - 0.9910808206 - 0.9910808206 - 3.1415927410 - 3.1415927410 - -2.9262349606 - -2.9262349606 - 1.0833437443 - 1.0833437443 - -2.4346845150 - -2.4346845150 - 2.3357892036 - 2.3662950993 - 0.4067470729 - 2.3357892036 - -1.7280243635 - -1.7280243635 - -1.6060757637 - 2.2974386215 - 2.2974386215 - -2.3946371078 - -2.3946371078 - 2.4997096062 - 2.4997096062 - -1.1071487665 - -1.1071487665 - 1.6250907183 - 1.6250907183 - 2.4149503708 - 2.4149503708 - 1.2654377222 - 1.2654377222 - 1.2490457296 - 2.5963654518 - 2.5963654518 - 2.5844683647 - 2.7403638363 - -2.2974386215 - -2.2974386215 - 2.5535900593 - 2.5535900593 - 2.8230369091 - 2.8230369091 - -3.0764675140 - -3.0764675140 - -2.2730531693 - -2.2730531693 - 2.3217253685 - 2.3217253685 - 3.0584514141 - 3.0584514141 - -0.9670469761 - -0.9670469761 - 3.0090410709 - 1.0191413164 - 3.0090410709 - 1.7894653082 - 1.7894653082 - 0.6287962794 - 0.6287962794 - -0.6365082264 - -0.6365082264 - -0.6162969470 - -0.6162969470 - -0.6365082264 - -0.6162969470 - 2.6779451370 - 2.6779451370 - 2.6224465370 - -1.0752446651 - 1.5943213701 - -1.0752446651 - 3.1003789902 - 3.1003789902 - -1.6282044649 - -1.6282044649 - -0.8621700406 - -0.8621700406 - -0.1543187797 - -0.1543187797 - 1.8622530699 - 1.8622530699 - 3.0309355259 - 3.0309355259 - 3.0309355259 - -1.0040670633 - -1.0040670633 - 0.4256224632 - 0.4256224632 - -0.0454232804 - -0.0454232804 - 1.3419975042 - 1.3419975042 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - -0.4717774987 - -0.4717774987 - -0.4554510713 - -2.1458685398 - -2.1458685398 - 1.0595656633 - 1.0595656633 - 0.9827937484 - 0.9827937484 - -0.9863524437 - -0.9863524437 - -3.0419239998 - -3.0419239998 - -2.8632929325 - -2.8632929325 - 0.0611481629 - 0.0611481629 - -2.1233806610 - -2.1233806610 - -3.1134309769 - 2.1708464622 - 2.1708464622 - -2.1364977360 - -2.1364977360 - 2.3659029007 - 2.3659029007 - -2.1364977360 - 2.3659029007 - 0.9634910822 - -0.9453113079 - -0.9453113079 - 0.9272952080 - 0.9272952080 - 0.9179496765 - 0.9179496765 - 0.9272952080 - 0.9179496765 - -2.4329664707 - -2.4329664707 - -1.2722973824 - -1.2722973824 - 1.6295521259 - 1.6295521259 - -1.0768549442 - -1.0768549442 - 2.4087774754 - 2.4087774754 - 2.7468016148 - 2.7468016148 - 1.7480217218 - 1.7480217218 - 1.0808390379 - 1.0808390379 - 2.5844683647 - 2.5963654518 - 2.5844683647 - 2.7403638363 - 2.7403638363 - 2.5963654518 - 2.5844683647 - 2.7403638363 - 2.5229482651 - 2.5229482651 - 2.4037775993 - 2.1341125965 - 2.1341125965 - 2.1341125965 - 2.3884413242 - 2.3884413242 - 1.2998495102 - 1.2998495102 - 0.6055446863 - 0.6055446863 - -0.6240230799 - -0.6240230799 - 2.6224465370 - 2.6779451370 - 2.6224465370 - 1.6195381880 - 1.6195381880 - 0.4256224632 - 3.0419239998 - 3.0419239998 - 2.8712673187 - 2.8712673187 - -1.7332854271 - -1.7332854271 - -2.8477232456 - -2.8477232456 - 2.6565580368 - 2.6565580368 - 1.2315037251 - 1.2315037251 - 3.1415927410 - 3.0791738033 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - -0.4554510713 - -0.4717774987 - -0.4554510713 - 2.0344438553 - 2.0344438553 - 3.1415927410 - 3.1415927410 - 1.8356136084 - 1.8356136084 - 2.5378432274 - 2.5378432274 - 2.5324292183 - 2.5324292183 - 2.5378432274 - 2.5324292183 - -2.1161580086 - -2.1161580086 - 3.1415927410 - 3.1415927410 - 3.0648207664 - 0.1481600255 - 0.1481600255 - -2.6051571369 - -2.6051571369 - -1.4550371170 - -1.4550371170 - 0.8643702865 - 0.8643702865 - 0.6812981963 - 0.6812981963 - 0.8643702865 - 0.6812981963 - -3.0419239998 - -3.0419239998 - -3.0309355259 - -3.0309355259 - 2.0730986595 - 2.0730986595 - 2.7564351559 - 2.1401095390 - 2.1401095390 - 2.1311562061 - 2.1327178478 - 2.1327178478 - 2.1244776249 - 2.1244776249 - 1.0199388266 - 1.0199388266 - 0.9085808396 - 0.9085808396 - 0.0644268394 - 0.0644268394 - -2.6084370613 - -2.6084370613 - 2.2706892490 - 2.2706892490 - 1.9813537598 - 1.9813537598 - -1.7290366888 - -1.7290366888 - -2.5636906624 - -2.5636906624 - -2.5948038101 - 0.7509290576 - 0.7509290576 - 0.7520771623 - 0.6556956172 - 0.6556956172 - -0.6682894230 - -0.6682894230 - -1.1243144274 - -1.1243144274 - 2.6279866695 - 2.6197583675 - 2.6279866695 - -0.6435011029 - -0.6435011029 - 2.4037775993 - 2.4037775993 - -0.6435011029 - 2.4037775993 - -1.9397559166 - -1.9397559166 - -2.6155261993 - -2.6155261993 - 2.4037775993 - 2.5229482651 - 2.4037775993 - 1.3909428120 - -2.3561944962 - 1.3909428120 - -1.3439974785 - -1.3439974785 - 2.0491487980 - 2.0491487980 - -2.6422460079 - -2.6422460079 - 2.1341125965 - 2.1341125965 - 2.1341125965 - 2.2419402599 - 2.2419402599 - 2.1587989330 - -3.0509328842 - 2.1587989330 - -0.1973955631 - -0.1973955631 - -0.1973955631 - -0.1973955631 - 2.5535900593 - 2.5535900593 - -0.3571340144 - -0.3571340144 - -0.7014835477 - -0.7014835477 - 2.6125621796 - -0.6610431671 - -0.6610431671 - -1.1383885145 - -1.1383885145 - 3.0309355259 - 3.0309355259 - 2.8753407001 - 2.8753407001 - -2.1013541222 - -2.1013541222 - 3.0309355259 - 3.0309355259 - 3.0309355259 - 2.1025204659 - 2.1025204659 - -2.4253907204 - -2.4253907204 - -1.1793911457 - -1.1793911457 - -1.1659045219 - -1.1659045219 - -1.1793911457 - -1.1659045219 - -3.1134309769 - -2.1233806610 - -3.1134309769 - 0.6055446863 - 0.6055446863 - 2.1311562061 - 2.1401095390 - 2.1311562061 - 2.6011731625 - 2.6011731625 - 0.1106572226 - 0.1106572226 - 2.8068559170 - 2.8068559170 - -2.7707014084 - -2.7707014084 - -1.7234456539 - -1.7234456539 - -1.7016236782 - 0.7644222379 - 0.7644222379 - -0.9394474030 - -0.9394474030 - -3.0090410709 - -3.0090410709 - 1.5813223124 - 1.5813223124 - 1.3129317760 - 1.3129317760 - -2.5948038101 - -2.5636906624 - -2.5948038101 - 0.7520771623 - 0.7509290576 - 0.7520771623 - 0.7362574339 - 0.7362574339 - 0.7520771623 - 0.7362574339 - 0.7853981853 - 0.7853981853 - 2.6197583675 - 2.6197583675 - 2.6120030880 - 2.6279866695 - 2.3996453285 - 2.3996453285 - -0.7298996449 - -0.7298996449 - -0.7229793668 - -0.7392770648 - -0.7229793668 - -0.5880026221 - -0.5880026221 - 2.7853729725 - 2.7853729725 - 1.5499659777 - 1.5499659777 - 2.1045045853 - 2.1045045853 - 2.2996511459 - 2.2996511459 - -2.5308666229 - -2.5308666229 - 2.4287939072 - 2.4287939072 - -3.0509328842 - -3.0509328842 - 2.1587989330 - -0.8486049771 - -0.8486049771 - 2.4016177654 - 2.4016177654 - 2.4016177654 - 2.4016177654 - 2.4016177654 - 2.4016177654 - 0.4764674306 - 0.4764674306 - 0.7509290576 - 0.7509290576 - -0.7266423702 - -0.7266423702 - 1.5304142237 - 1.5304142237 - 2.6125621796 - -0.7014835477 - 2.6125621796 - 1.5943213701 - 1.5943213701 - -1.0752446651 - -0.6682894230 - -0.6682894230 - -0.6578885913 - -0.6578885913 - -0.6578885913 - -0.6578885913 - 2.6779451370 - 2.6779451370 - 1.0768549442 - 1.0768549442 - 0.3906070292 - 0.3906070292 - 0.3865063190 - 0.3824865818 - 0.3865063190 - 0.3906070292 - 0.3865063190 - 0.3824865818 - 0.3824865818 - 0.3906070292 - 0.3865063190 - 0.3824865818 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - -0.8379812241 - -0.8379812241 - 3.1415927410 - 3.1415927410 - -2.0599160194 - -2.0599160194 - 3.1415927410 - 3.1415927410 - -2.2214231491 - -2.2214231491 - 0.7360555530 - 0.7360555530 - 2.1193456650 - 2.1193456650 - -0.4594282210 - -0.4594282210 - -2.1587989330 - -2.1587989330 - -1.7016236782 - -1.7234456539 - -1.7016236782 - 1.8025131226 - 1.8025131226 - 1.0427218676 - 1.0427218676 - 0.7459449768 - 0.7459449768 - 2.0746233463 - 2.0746233463 - -2.5748634338 - -2.5748634338 - -2.5431737900 - -2.5748634338 - -2.5431737900 - -2.5748634338 - -2.5431737900 - -2.5748634338 - -2.6011731625 - -2.6011731625 - 0.6659692526 - 0.6659692526 - -1.5707963705 - -1.5707963705 - -2.0299394131 - -2.0299394131 - 2.6120030880 - 2.6046819687 - 2.6046819687 - 2.6197583675 - 2.6120030880 - -1.8471236229 - -1.8471236229 - -2.9865958691 - -2.9865958691 - 2.7977869511 - 2.7977869511 - 1.2120256424 - 1.2120256424 - 1.2490457296 - -2.1962814331 - 1.2490457296 - 2.3373289108 - 2.3373289108 - 3.0828368664 - 3.0828368664 - 3.0560872555 - 2.7557098866 - 2.7557098866 - 0.9827937484 - 0.9827937484 - -0.6947382689 - -0.6947382689 - 1.6879050732 - 1.6879050732 - -0.3217505515 - -0.3217505515 - 1.6951513290 - 2.8809902668 - 1.6951513290 - 2.7149651051 - 2.7149651051 - -0.6489955783 - -0.6489955783 - 2.8734819889 - 2.8734819889 - 2.8661665916 - 2.8661665916 - 2.8734819889 - 2.8661665916 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - -2.3855977058 - -2.3855977058 - 3.1415927410 - 3.1415927410 - 1.8823431730 - 1.8823431730 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 0.4535976946 - 0.4535976946 - -1.9397559166 - -1.9397559166 - -2.1645460129 - -2.1645460129 - 3.1415927410 - 3.1415927410 - 1.2864115238 - 1.2864115238 - 2.6447818279 - 2.6447818279 - 2.6396861076 - 2.6396861076 - 2.6447818279 - 2.6396861076 - -1.1731683016 - -1.1731683016 - 0.1651486754 - 0.1651486754 - 0.7383126020 - 0.7383126020 - 1.3312970400 - 1.3312970400 - -0.2877079844 - -0.2877079844 - 2.7564351559 - 2.0730986595 - 2.7564351559 - 0.5123894811 - 0.5123894811 - -2.2655346394 - -2.2655346394 - -0.3947911263 - -0.3947911263 - 2.8555412292 - 2.8555412292 - -2.5748634338 - -2.5748634338 - -2.5431737900 - -2.5748634338 - -2.6344940662 - -2.6344940662 - -1.4994888306 - -1.4994888306 - 0.8809962869 - 0.8809962869 - 2.6046819687 - 2.6046819687 - 2.6046819687 - 2.6120030880 - -0.7392770648 - -0.7392770648 - -0.7229793668 - 2.6925070286 - 2.6925070286 - -3.0419239998 - -3.0419239998 - 1.0358412266 - 1.0358412266 - 3.0560872555 - 3.0828368664 - 3.0560872555 - 2.0778949261 - 2.0778949261 - -3.0509328842 - -3.0509328842 - 0.6125375628 - 0.6125375628 - -0.7853981853 - -0.7853981853 - -0.1178721040 - -0.1178721040 - 0.8818719387 - 0.8818719387 - -0.7573681474 - -0.7573681474 - 2.6779451370 - 2.6779451370 - 2.6135182381 - 2.6135182381 - 2.6779451370 - 2.6135182381 - -0.1164914593 - -0.1164914593 - 3.1415927410 - 3.1415927410 - 0.8581174016 - 0.8581174016 - 1.8876208067 - 1.8876208067 - -3.0584514141 - -3.0584514141 - -2.9889433384 - -2.9889433384 - 0.8824375272 - 0.8824375272 - 0.8621700406 - -0.7853981853 - -0.7853981853 - -3.0775775909 - -3.0775775909 - 0.4510696530 - 0.4510696530 - -2.2685077190 - -2.2685077190 - -1.9890207052 - -1.9890207052 - -0.5944750309 - -0.5944750309 - -0.8296170831 - -0.8296170831 - 1.1441688538 - 1.1441688538 - 1.5300025940 - 1.5300025940 - 0.6528466344 - 0.6528466344 - 0.0906598866 - 1.4056476355 - 1.4056476355 - 2.6046819687 - 2.6046819687 - 2.6046819687 - 2.6120030880 - 2.4805495739 - 2.4805495739 - -2.1730837822 - -2.1730837822 - -2.1962814331 - -2.1962814331 - 1.2490457296 - -1.5253731012 - -1.5253731012 - -0.9475969672 - -0.9475969672 - -0.8550527096 - -0.8550527096 - -0.0407936834 - -0.0407936834 - -0.4241943955 - -0.4241943955 - 2.3561944962 - 2.3561944962 - 2.8809902668 - 2.8809902668 - 1.6951513290 - 1.4559197426 - 1.4559197426 - 0.1466664970 - 0.1466664970 - 3.0309355259 - 3.0309355259 - 3.0309355259 - -0.3805063665 - -0.3805063665 - 2.5232963562 - 2.5232963562 - 0.0574081130 - 0.0574081130 - 0.0567571595 - 0.0567571595 - 0.0574081130 - 0.0567571595 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - -1.5357229710 - -1.5357229710 - -1.9640756845 - -1.9640756845 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 0.3914051354 - 0.3914051354 - -3.0419239998 - -3.0419239998 - 3.0309355259 - 3.0309355259 - 0.8621700406 - 0.8824375272 - 0.8621700406 - -3.1303572655 - -3.1303572655 - 1.6591731310 - 1.6591731310 - -1.5140391588 - -1.5140391588 - 0.4692655206 - 0.4692655206 - -2.1247489452 - -2.1247489452 - -2.9296350479 - -2.9296350479 - -1.6438368559 - -1.6438368559 - 0.0906598866 - 0.6528466344 - 0.0906598866 - 1.4181469679 - 1.4181469679 - -1.1341692209 - -1.1341692209 - 1.7818896770 - 1.7818896770 - 2.6542341709 - 2.6542341709 - 1.3045443296 - 1.3045443296 - 1.4056476355 - 1.4056476355 - 2.6152002811 - 2.5991611481 - 2.6152002811 - 2.7257809639 - 2.8456666470 - -3.0309355259 - -3.0309355259 - 1.5707963705 - 1.5707963705 - -0.8470483422 - -0.8470483422 - -0.7483780384 - -0.7483780384 - 0.9025068879 - 0.9025068879 - 0.2499786168 - 0.2499786168 - -0.7086262703 - -0.7086262703 - 2.6779451370 - 2.6779451370 - 3.0309355259 - 3.0309355259 - 3.0309355259 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - -3.0981416702 - -3.0981416702 - 2.3961732388 - 2.3961732388 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - -0.8304128051 - -0.8304128051 - 3.1415927410 - 3.1415927410 - 1.0855693817 - 1.0855693817 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 1.0529032946 - 1.0529032946 - 0.3064845502 - 0.3064845502 - -0.7404845953 - -0.7404845953 - 0.6850650311 - 0.6850650311 - -0.6540827155 - -0.6540827155 - -0.6524294615 - 1.0427218676 - 1.0427218676 - -2.5111911297 - -2.5111911297 - 0.7002387643 - 0.7002387643 - -0.9357696176 - -0.9357696176 - -2.6093831062 - -2.6093831062 - 2.5899376869 - 2.5899376869 - -0.5724598169 - -0.5724598169 - -1.7234456539 - -2.0014889240 - -1.7234456539 - -2.2367656231 - -2.2367656231 - 2.5991611481 - 2.5991611481 - 2.6152002811 - 2.7257809639 - 2.6152002811 - 2.7257809639 - 2.8456666470 - 0.8042638302 - 0.8042638302 - -0.1721908152 - -0.1721908152 - 1.2449972630 - 1.2449972630 - 1.2490457296 - -0.6498704553 - -0.6498704553 - 2.0074234009 - 2.0074234009 - 0.3556358814 - 0.3556358814 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - -3.0648207664 - -3.0648207664 - 3.1415927410 - 2.1587989330 - 2.1587989330 - -1.0918827057 - -1.0918827057 - 0.1297025383 - 0.1297025383 - 2.4822826385 - 2.4822826385 - 0.5844439268 - 0.5844439268 - 0.6883587837 - -1.5176548958 - -1.5176548958 - 1.6750679016 - 1.6750679016 - -2.0014889240 - -2.0014889240 - -1.7234456539 - 2.8456666470 - 2.6152002811 - 2.7257809639 - 2.8456666470 - -0.7022569180 - -0.7022569180 - -0.6659692526 - -0.6659692526 - 1.2490457296 - 1.2449972630 - 1.2490457296 - -0.8519663215 - -0.8519663215 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 0.8748142719 - 0.8748142719 - 0.0831412300 - 0.0831412300 - 0.1171087474 - 0.1171087474 - 3.1415927410 - 3.1415927410 - 0.0996686518 - 0.0996686518 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 1.0743736029 - 1.0743736029 - 3.1415927410 - -3.0648207664 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 0.8974271417 - 0.8974271417 - 0.8960554004 - 0.8960554004 - 3.1207623482 - 3.1207623482 - -1.2087088823 - -1.2087088823 - 1.6124389172 - 1.6124389172 - 1.5981867313 - 1.5981867313 - 0.8884797692 - 0.8884797692 - 0.6032298803 - 0.6032298803 - 1.9655874968 - 1.9655874968 - 1.9513026476 - 0.7378150821 - 2.4037775993 - 0.7378150821 - -2.5702552795 - -2.5702552795 - 0.6747409701 - 0.6747409701 - -2.0626056194 - -2.0626056194 - -2.1560134888 - -2.1560134888 - -2.2981951237 - -2.2981951237 - -2.2913503647 - -2.2913503647 - -2.2981951237 - -2.2913503647 - -2.2083451748 - -2.2083451748 - 2.9996955395 - 2.9996955395 - 3.0940096378 - 3.0940096378 - 2.4638843536 - 2.4638843536 - 2.7042548656 - 2.7042548656 - 2.9927027225 - 2.9927027225 - -0.6947382689 - -0.6947382689 - 2.6779451370 - 2.6779451370 - 1.2627435923 - 1.2627435923 - 0.7791870832 - 0.7791870832 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 2.6827759743 - 2.6827759743 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - -1.8610612154 - -1.8610612154 - 3.1415927410 - 3.1415927410 - 3.1415927410 - -0.6524294615 - -0.6540827155 - -0.6524294615 - -1.2256386280 - -1.2256386280 - -1.9467573166 - -1.9467573166 - 0.4764674306 - 0.4764674306 - 3.1415927410 - 3.1415927410 - 0.6043055058 - 0.6043055058 - 0.5016040802 - 0.3914051354 - 0.5016040802 - -0.2036585212 - -0.2036585212 - 1.9513026476 - 1.9655874968 - 1.9513026476 - 0.6883587837 - 0.5844439268 - 0.6883587837 - -2.5535900593 - -2.5535900593 - 3.0903553963 - 3.0903553963 - -1.4288992882 - -1.4288992882 - 0.2741674483 - 0.2741674483 - -1.7467359304 - -1.7467359304 - 2.3996453285 - 2.3996453285 - 2.4725496769 - 2.4725496769 - -2.2730531693 - -2.2730531693 - -0.9272952080 - -0.9272952080 - -0.6857295036 - -0.6857295036 - 2.7418115139 - 2.7418115139 - -0.7266423702 - -0.7266423702 - 0.9058316350 - 0.9058316350 - 2.7233684063 - 2.7233684063 - 0.6037493348 - 0.6037493348 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 2.1128852367 - 2.1128852367 - 1.9021928310 - 1.9021928310 - 0.6385342479 - 0.6385342479 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 0.7396783829 - 0.7396783829 - 2.4403326511 - 2.4403326511 - 2.4348199368 - 2.4348199368 - 2.4403326511 - 2.4348199368 - -2.4604661465 - -2.4604661465 - -2.1740262508 - -2.1740262508 - -2.3049573898 - -2.3049573898 - 1.6124389172 - -1.2087088823 - 1.6124389172 - 1.6124389172 - 1.5981867313 - 1.5981867313 - 1.6124389172 - -1.2087088823 - 1.6124389172 - 1.6124389172 - 1.5981867313 - 1.5981867313 - -0.8512369394 - -0.8512369394 - -2.4592761993 - -2.4592761993 - 1.0222469568 - 1.0222469568 - -1.3586525917 - -1.3586525917 - -2.5748634338 - -2.5748634338 - 0.4831256568 - 0.4831256568 - 2.3961732388 - 2.3961732388 - 1.4157996178 - 1.4157996178 - -1.4056476355 - -1.4056476355 - -0.7454195023 - -0.7454195023 - -1.4056476355 - -0.7454195023 - 1.3521274328 - 1.3521274328 - 2.8198421001 - 2.8198421001 - -0.9114862680 - -0.9114862680 - -0.6659692526 - -0.6659692526 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 0.9272952080 - 0.9272952080 - 1.5981867313 - -1.2087088823 - 1.6124389172 - 1.6124389172 - 1.5981867313 - 1.5981867313 - 1.5981867313 - -1.2087088823 - 1.6124389172 - 1.6124389172 - 1.5981867313 - 1.5981867313 - -2.8245368004 - -2.8245368004 - 1.8343602419 - 1.8343602419 - 0.3914051354 - 0.3914051354 - 0.5016040802 - 2.4037775993 - 2.4037775993 - 2.3086113930 - 0.7378150821 - 0.7266423702 - 0.7266423702 - -2.6011731625 - -2.6011731625 - -2.5535900593 - -2.5535900593 - 2.5761086941 - 2.5761086941 - 2.4900054932 - 2.4900054932 - 1.1618884802 - 1.1618884802 - 2.9105019569 - 2.9105019569 - 0.5404195189 - 0.5404195189 - -0.8978253007 - -0.8978253007 - -0.8906983137 - -0.0227233600 - -0.0227233600 - 2.6516354084 - 2.6516354084 - 2.6734607220 - 2.6734607220 - 2.6688954830 - 2.6688954830 - 2.6734607220 - 2.6688954830 - -0.4636476040 - -0.4636476040 - -2.7591061592 - -2.7591061592 - -0.7112486362 - -0.7112486362 - 2.3086113930 - 2.4037775993 - 2.3086113930 - -2.5161075592 - -2.5161075592 - 2.9996955395 - 2.9996955395 - 0.5503859520 - 0.5503859520 - 2.3932147026 - 2.3932147026 - -3.1198568344 - 3.1415927410 - -3.1198568344 - -0.3883187175 - -2.1587989330 - -2.1587989330 - -2.2318394184 - -2.2318394184 - 2.8598208427 - 2.8598208427 - 1.1071487665 - 1.1071487665 - 1.4181469679 - 1.4464412928 - 1.4181469679 - -0.8906983137 - -0.8978253007 - -0.8906983137 - -0.6889243722 - -0.6889243722 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - -1.0217711926 - -1.0217711926 - -0.3841693699 - -1.3909428120 - -1.3909428120 - 2.7062394619 - 2.7062394619 - -1.9624962807 - -1.9624962807 - 2.1910457611 - 2.1910457611 - 0.9447498322 - 0.9447498322 - 0.9034901857 - 0.9034901857 - 1.5707963705 - 1.5707963705 - 3.0584514141 - 3.0584514141 - -1.2962210178 - -1.2962210178 - -1.2858389616 - -1.2858389616 - 0.6857295036 - 0.6857295036 - 1.0303767920 - 1.0303767920 - -1.7234456539 - -1.7234456539 - 3.1415927410 - 3.1415927410 - -3.1198568344 - 2.7686049938 - 2.7686049938 - 1.1659045219 - 1.1659045219 - 1.1659045219 - 1.1659045219 - 1.1659045219 - 1.1659045219 - 1.8157750368 - 1.8157750368 - 1.4464412928 - 1.4464412928 - 1.4181469679 - 1.9720251560 - 1.9720251560 - -0.8441540003 - -0.8441540003 - 1.9720251560 - -0.8441540003 - 0.5280744433 - 0.5280744433 - 1.5374753475 - 1.5374753475 - -1.1174576283 - -1.1174576283 - 3.0648207664 - 3.1415927410 - 3.0648207664 - 3.0702850819 - 3.0702850819 - 3.0702850819 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 1.9756880999 - 1.9756880999 - 3.1415927410 - 3.1415927410 - 2.1978669167 - 2.1978669167 - 0.3013452291 - 0.3013452291 - 0.2975617349 - -2.6571147442 - -2.6571147442 - 0.2449786663 - 0.2449786663 - 0.6455758214 - 0.6455758214 - -2.5308666229 - -2.5308666229 - 0.6682894230 - 0.6682894230 - -2.5308666229 - 0.6682894230 - -0.1035246775 - -0.1035246775 - 1.4589060545 - 1.4589060545 - -0.3883187175 - -3.1198568344 - -0.3883187175 - 1.9756880999 - 1.9756880999 - 2.2572817802 - 2.2572817802 - 2.0195195675 - 2.0195195675 - 1.3258177042 - 1.3258177042 - 0.3392926157 - 0.3392926157 - -1.2490457296 - -1.2490457296 - 2.8134727478 - 2.8134727478 - 3.0702850819 - 3.0702850819 - 3.0702850819 - 2.1708464622 - 2.1708464622 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 1.1459641457 - 1.1459641457 - 2.4854140282 - 2.4854140282 - 0.3786510825 - 0.3786510825 - 2.3162157536 - 2.3162157536 - 0.4287780225 - 0.4287780225 - 0.9515538812 - 0.9515538812 - -2.6325218678 - -2.6325218678 - -2.6297369003 - 0.2975617349 - 0.3013452291 - 0.2975617349 - -2.7284638882 - -2.7284638882 - 0.9910808206 - 0.9910808206 - 2.0718097687 - 2.0718097687 - 0.3547056615 - 0.3547056615 - -0.5667291880 - -0.5667291880 - 2.4116930962 - 2.4116930962 - 2.4416997433 - 2.4416997433 - 2.4116930962 - 2.4416997433 - -2.1112158298 - -2.1259748936 - -2.1112158298 - 1.5192955732 - 1.5192955732 - -2.1910457611 - -2.1910457611 - -0.3759609461 - -0.3759609461 - 0.2449786663 - 0.2449786663 - 1.1712808609 - 1.1712808609 - 1.6614562273 - 1.6614562273 - 2.4227626324 - 0.5112307072 - 0.5112307072 - 1.0232341290 - 1.2555816174 - 1.2555816174 - 0.5112307072 - 1.0232341290 - 1.2555816174 - -2.6694707870 - -2.6694707870 - -0.8224182725 - -0.8224182725 - 1.9784278870 - 1.9784278870 - 1.9591150284 - 2.3438494205 - 2.3438494205 - -0.3841693699 - -1.0217711926 - -0.3841693699 - 0.4256224632 - 0.4256224632 - 0.2984989285 - 0.2984989285 - 0.3168244958 - 0.3168244958 - 0.3265814483 - 1.3386925459 - 1.3386925459 - 0.3064845502 - 0.3064845502 - 0.3021452129 - 0.3028848767 - 0.2993662357 - 0.3028848767 - 0.3064845502 - 0.3021452129 - 0.3028848767 - 0.2993662357 - 0.2993662357 - 0.3064845502 - 0.3028848767 - 0.2993662357 - -0.8567056060 - -0.8567056060 - 1.2490457296 - 1.2490457296 - 0.7367878556 - 0.7367878556 - 0.7373069525 - -2.3996453285 - 0.4836449325 - 0.4836449325 - 2.9060475826 - 2.9060475826 - 0.9272952080 - 2.3652031422 - 2.3652031422 - -2.1259748936 - -2.1259748936 - -2.1112158298 - -2.7886023521 - -2.7886023521 - 2.5535900593 - 2.5535900593 - 2.6651251316 - 2.6651251316 - 2.6524727345 - -0.3487710059 - -0.3487710059 - 0.9964914918 - 0.9964914918 - 1.5475447178 - 1.5475447178 - 1.0232341290 - 0.5112307072 - 1.0232341290 - 1.2555816174 - -2.1240906715 - -2.1240906715 - 0.6435011029 - 0.6998928785 - 0.6435011029 - 1.2998495102 - 1.2998495102 - -0.6622155309 - -0.6705215573 - -0.6622155309 - 2.6601953506 - 2.6601953506 - 3.0367157459 - 3.0367157459 - 3.1415927410 - 3.1415927410 - 3.0648207664 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 0.5207284093 - 0.5207284093 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - -1.5844941139 - -1.5844941139 - 2.7158415318 - 2.7158415318 - -2.6297369003 - -2.6325218678 - -2.6297369003 - 0.3265814483 - 0.3168244958 - 0.3265814483 - -2.3036115170 - -2.3036115170 - -0.8353565335 - -0.8353565335 - 1.7245038748 - 1.7245038748 - 0.5968258977 - 0.5968258977 - 0.7373069525 - 0.7367878556 - 0.7373069525 - -2.3996453285 - 0.6747409701 - 0.6747409701 - 0.9272952080 - 2.9060475826 - 0.9272952080 - -1.0768549442 - -1.0768549442 - -0.8161576986 - -0.8161576986 - -0.8082949519 - -0.8007815480 - -0.8007815480 - -0.8082949519 - -0.8161576986 - -0.8082949519 - -0.8007815480 - -0.8007815480 - 1.2082520723 - 1.2082520723 - -2.8568623066 - -2.8568623066 - 3.1415927410 - 3.1415927410 - 2.0803885460 - 1.3667783737 - 1.3667783737 - 2.6524727345 - 2.6651251316 - 2.6524727345 - 2.7567288876 - 2.7567288876 - -0.5104883313 - -0.5002804399 - -0.5104883313 - 2.7567288876 - -0.5104883313 - -0.5002804399 - -0.6146629453 - -0.6146629453 - 2.4227626324 - 1.6614562273 - 2.4227626324 - 1.1141908169 - 1.1141908169 - 0.6998928785 - 0.6998928785 - 0.6435011029 - -0.6705215573 - -0.6705215573 - -0.6622155309 - 1.6718996763 - 1.6718996763 - 2.5326349735 - 2.5326349735 - 0.5833730102 - 0.5833730102 - 0.5743048191 - 0.5743048191 - 0.5833730102 - 0.5743048191 - 1.5707963705 - 1.5707963705 - -0.5191460848 - -0.5191460848 - 3.0828368664 - 3.0828368664 - 3.0791738033 - 3.0791738033 - 1.9157985449 - 1.9157985449 - 3.1415927410 - 3.1415927410 - -2.0619599819 - -2.0619599819 - -2.1708464622 - -2.1708464622 - 1.8611983061 - 1.8611983061 - 0.9978302121 - 0.9978302121 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - -1.1832724810 - -1.1832724810 - -1.5707963705 - -1.5707963705 - -3.0090410709 - -3.0090410709 - 2.5579569340 - 2.5579569340 - -0.3564369380 - -0.3564369380 - 0.3021452129 - 0.3064845502 - 0.3021452129 - 0.3028848767 - -2.6251096725 - -2.6251096725 - -2.6967222691 - 2.9516043663 - 2.9516043663 - 2.5346050262 - 2.5346050262 - -2.3200657368 - -2.3200657368 - 0.6957514286 - 0.6957514286 - 2.8543112278 - 2.8543112278 - -0.3392926157 - -0.3392926157 - 1.4219063520 - 1.4219063520 - -2.5161075592 - -2.5161075592 - 2.7547168732 - 2.7547168732 - -0.8007815480 - -0.8161576986 - -0.8082949519 - -0.8007815480 - -0.8007815480 - 1.5900247097 - 1.5900247097 - -0.9222617149 - -0.9222617149 - -1.1309537888 - -1.1309537888 - -0.5002804399 - 2.7567288876 - -0.5104883313 - -0.5002804399 - 2.5882983208 - 2.5882983208 - -0.1586552560 - -0.1586552560 - -0.1488899440 - 0.5667291880 - 0.5667291880 - -2.1550676823 - -2.1550676823 - -2.9599437714 - -2.9599437714 - 1.3134726286 - 1.3134726286 - 1.2562919855 - 1.2562919855 - 1.9591150284 - 2.0061495304 - 1.9784278870 - 1.9591150284 - 2.3760595322 - 2.3760595322 - -0.0329550989 - -0.0329550989 - -3.0359270573 - -3.0359270573 - -2.7763912678 - -2.7763912678 - -2.3847582340 - -2.3847582340 - -0.0880073756 - -0.0880073756 - -2.4578833580 - -2.4578833580 - -1.9467573166 - -1.9467573166 - -0.3926374912 - -0.3926374912 - 0.9171604514 - 0.9171604514 - 0.9917220473 - 0.9917220473 - -2.6191892624 - -2.6191892624 - -2.6011731625 - -2.6011731625 - -2.6191892624 - -2.6011731625 - 3.1415927410 - 3.0860941410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.0860941410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - -2.5646595955 - -2.5646595955 - -0.8142918348 - -0.8142918348 - 1.2597980499 - 1.2597980499 - -0.5448639393 - -0.5448639393 - -0.8264709711 - -0.8264709711 - -1.1396576166 - -1.1396576166 - -0.5491529107 - -0.5491529107 - -1.7761917114 - -1.7761917114 - -2.6066374779 - -2.6066374779 - 1.6262948513 - 1.6262948513 - -2.3996453285 - 0.7367878556 - 0.7373069525 - -2.3996453285 - -0.4878364503 - -0.4878364503 - 0.4048917890 - 0.4048917890 - -0.7362574339 - -0.7362574339 - -1.4374461174 - -1.4374461174 - 2.0803885460 - 3.1415927410 - 2.0803885460 - -1.2433961630 - -1.2433961630 - 0.9151006937 - 0.9151006937 - 1.1341692209 - 1.1902899742 - 1.1902899742 - -2.3100733757 - -2.3100733757 - 2.4887459278 - 2.4887459278 - 2.2655346394 - 2.2655346394 - 2.2565257549 - 2.2565257549 - -0.1488899440 - -0.1586552560 - -0.1488899440 - -1.1824775934 - -1.1824775934 - 2.0061495304 - 2.0061495304 - 1.9591150284 - 0.2234766036 - 0.2234766036 - 1.3690339327 - 1.3690339327 - -1.6461251974 - -1.6461251974 - -1.6273397207 - -1.6273397207 - -1.6461251974 - -1.6273397207 - 3.0648207664 - 3.0648207664 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.0648207664 - 3.0750246048 - 3.0750246048 - 2.1309177876 - 2.1309177876 - 3.0860941410 - 3.0860941410 - 3.1415927410 - -0.3113703132 - -0.3113703132 - 2.9037566185 - 2.9037566185 - -1.2793395519 - -1.2793395519 - 3.0860941410 - 3.0860941410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 1.5176548958 - 1.5176548958 - 0.0000000000 - 0.0000000000 - 0.0000000000 - 0.0000000000 - 0.0000000000 - 0.0000000000 - 3.1415927410 - 3.1415927410 - 0.5536813140 - 0.5536813140 - 1.5369110107 - 1.5369110107 - -1.9416875839 - -1.9416875839 - 2.2631306648 - 2.2631306648 - 2.2706892490 - 2.2706892490 - -2.8501358032 - -2.8501358032 - 0.1882214993 - 0.1882214993 - 1.5707963705 - 1.5707963705 - 1.5182132721 - 1.5182132721 - 1.5707963705 - 1.5182132721 - -2.6344940662 - -2.6344940662 - -0.8007815480 - -0.8161576986 - -0.8082949519 - -0.8007815480 - -0.8007815480 - 0.3070457280 - 0.3070457280 - 1.1341692209 - 0.9151006937 - 1.1341692209 - 2.0195195675 - 2.0195195675 - -0.3877701759 - -0.3877701759 - 0.6864853501 - 0.6864853501 - -1.5267072916 - -1.5267072916 - 0.8066715598 - -1.3754047155 - -1.3754047155 - 3.0750246048 - 3.0750246048 - 3.0648207664 - 3.1415927410 - 3.0648207664 - 3.0750246048 - 3.0750246048 - 3.0750246048 - 3.0750246048 - 3.0791738033 - 3.0791738033 - 3.0750246048 - 3.0750246048 - 3.0750246048 - 3.0750246048 - 3.0702850819 - 3.0702850819 - -1.2107369900 - -1.2107369900 - -0.5129350424 - -0.5129350424 - -0.5080628395 - -0.5080628395 - -0.5129350424 - -0.5080628395 - -0.4993467331 - -0.4993467331 - 0.7111546993 - 0.7111546993 - 0.4636476040 - 0.4636476040 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - -0.0996686518 - -0.0996686518 - -1.6307244301 - -1.6307244301 - -0.8447877169 - -0.8447877169 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 2.2035450935 - 2.2035450935 - 3.1415927410 - 3.1415927410 - 3.1415927410 - -2.3855977058 - -2.1981046200 - -2.3855977058 - -2.3230938911 - -2.3230938911 - 0.6647744775 - 0.6647744775 - -2.6967222691 - -2.6251096725 - -2.6967222691 - 0.8631631136 - 0.8631631136 - 2.6875140667 - 2.6875140667 - -0.0454232804 - -0.0454232804 - -2.8501358032 - -2.8501358032 - -2.5393052101 - -2.5393052101 - 0.3883187175 - 0.3883187175 - -1.5707963705 - -1.5707963705 - 1.2793395519 - 1.2793395519 - 2.0552742481 - 2.0552742481 - 2.1866662502 - 2.1866662502 - 1.1902899742 - 1.1902899742 - 1.5163048506 - 1.5163048506 - 1.8356136084 - 1.8356136084 - -0.4284862280 - -0.4284862280 - -0.4238676131 - -0.4193416536 - -0.4238676131 - -0.4284862280 - -0.4238676131 - -0.4193416536 - -0.4193416536 - -0.4284862280 - -0.4238676131 - -0.4193416536 - 3.0309355259 - 3.0309355259 - -1.6133238077 - -1.6133238077 - -1.4200499058 - -1.4200499058 - -0.3465388715 - -0.3465388715 - 3.0750246048 - 3.0750246048 - 3.0750246048 - 3.0750246048 - 3.0750246048 - -0.6254850626 - -0.6254850626 - -2.3346149921 - -2.3346149921 - -1.6176370382 - -1.6176370382 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.0860941410 - -0.8960554004 - -0.8960554004 - 3.1415927410 - 3.0860941410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.0860941410 - 3.0828368664 - 3.0828368664 - 3.1415927410 - 3.1415927410 - 3.1415927410 - -1.8389071226 - -1.8389071226 - -0.0227233600 - -0.0227233600 - -2.1981046200 - -2.1981046200 - -2.3855977058 - -0.4852269888 - -0.4852269888 - 2.6599290371 - 2.6599290371 - 2.6325218678 - -0.2942345738 - -0.2942345738 - -0.0302937608 - -0.0302937608 - -0.3217505515 - -0.3217505515 - -2.4980914593 - -2.4980914593 - 0.3378781974 - 0.3378781974 - -2.2545056343 - -2.2545056343 - -0.5310301185 - -0.5310301185 - -0.5191460848 - 1.3120254278 - 2.2142975330 - 2.2142975330 - -0.8988331556 - -0.8988331556 - 2.5672879219 - 2.5672879219 - 2.3561944962 - 2.3561944962 - 1.2662854195 - 1.2662854195 - 1.2404990196 - 1.2404990196 - 1.2662854195 - 1.2404990196 - -2.3757998943 - -2.3757998943 - -2.6901395321 - 2.3794460297 - 2.3794460297 - 3.0750246048 - 3.0750246048 - 3.0750246048 - 3.0750246048 - 3.0750246048 - -0.5930025578 - -0.5930025578 - 3.1415927410 - 3.0860941410 - 3.1415927410 - 3.1415927410 - 3.0860941410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.0860941410 - 3.1415927410 - 3.1415927410 - 3.0860941410 - -1.5920697451 - -1.5920697451 - 1.3054642677 - 1.3054642677 - -3.0326507092 - -3.0326507092 - 1.0705158710 - 1.0705158710 - 1.8588517904 - 1.8588517904 - 3.1415927410 - 3.1415927410 - 1.0319768190 - 1.0319768190 - -0.2726098299 - -0.2726098299 - 0.1325515360 - 0.1325515360 - -0.4266274869 - -0.4266274869 - -0.4209905863 - -0.4209905863 - -0.4266274869 - -0.4209905863 - 0.5404195189 - 0.5404195189 - 2.6325218678 - 2.6599290371 - 2.6325218678 - -0.5268046260 - -0.5268046260 - 1.6784862280 - 1.6784862280 - -0.0637433156 - -0.0637433156 - -0.5880026221 - -0.5880026221 - -2.3877630234 - -2.3877630234 - -2.4905159473 - -2.4905159473 - -2.8842689991 - -2.8842689991 - -2.5360479355 - -2.5360479355 - 0.7086262703 - 0.7086262703 - 0.3028848767 - 0.3028848767 - -2.9669203758 - -2.9669203758 - -0.5191460848 - -0.5310301185 - -0.5191460848 - 1.3120254278 - -1.0729739666 - -1.0729739666 - 2.2374892235 - 2.2374892235 - 2.1552402973 - 1.1618884802 - 1.1618884802 - 1.1737169027 - -2.2730531693 - -2.2730531693 - 1.8568477631 - 1.8568477631 - -0.7086262703 - -0.7086262703 - 2.9829373360 - 2.9829373360 - -0.6805212498 - -0.6805212498 - 2.6537561417 - 2.6537561417 - 2.6894388199 - 2.6894388199 - -3.0455038548 - -3.0455038548 - 2.2769954205 - 2.2769954205 - 0.8066715598 - -1.5267072916 - 0.8066715598 - -2.1898624897 - -2.1898624897 - -2.0246403217 - -2.0246403217 - -0.9765826464 - -0.9765826464 - -0.3372531831 - -0.3372531831 - -1.9258679152 - -0.7311877608 - -1.9258679152 - 2.4360244274 - 2.4360244274 - -2.2896263599 - -2.2896263599 - 0.0906598866 - 0.0906598866 - 2.3302264214 - 2.3302264214 - 3.0890095234 - 3.0890095234 - -1.9655874968 - -1.9655874968 - 3.0860941410 - 3.1415927410 - 3.0860941410 - 3.0828368664 - 3.0828368664 - -2.0852477551 - -2.0852477551 - -0.1882214993 - -0.1882214993 - 3.1415927410 - 3.1415927410 - 1.9341894388 - 1.9341894388 - 0.7003326416 - 0.7003326416 - 3.1415927410 - 3.1415927410 - 1.8727475405 - 1.8727475405 - 3.0890095234 - 3.0890095234 - 2.0491487980 - 2.0491487980 - 3.1415927410 - 3.1415927410 - -2.0576956272 - 3.1007990837 - -2.0576956272 - -0.5930025578 - -0.5930025578 - -2.6422460079 - -2.6422460079 - -2.2475333214 - -2.2475333214 - -2.2374892235 - -2.2374892235 - -2.2475333214 - -2.2374892235 - -1.4831097126 - -1.4831097126 - 0.8253768682 - 0.8253768682 - 2.6516354084 - 2.6516354084 - -2.8112952709 - -2.8112952709 - -1.7905913591 - -1.7905913591 - -0.5239193439 - -0.5239193439 - -1.4529242516 - -1.4529242516 - 2.8198421001 - 2.8198421001 - 1.4711276293 - 1.4711276293 - 0.2617135048 - 0.2617135048 - 1.3120254278 - -0.5310301185 - -0.5191460848 - 1.3120254278 - 1.3020932674 - 1.9004207850 - 1.9004207850 - 1.9614033699 - 1.9614033699 - 1.2822089195 - 1.3006430864 - 1.2822089195 - 0.3430239260 - 0.3430239260 - 0.5996842980 - 0.5996842980 - 0.3752708137 - 0.3752708137 - 0.3324263096 - 0.3324263096 - -2.6901395321 - -2.3757998943 - -2.6901395321 - -0.8930880427 - -0.8930880427 - -0.3413558900 - -0.3413558900 - -0.4563484788 - -0.4563484788 - 0.0000000000 - 0.0000000000 - -1.5467046499 - -1.5467046499 - -2.1625723839 - -2.1625723839 - 0.7049271464 - 0.7049271464 - -0.6485345960 - -0.6485345960 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - -1.7782925367 - -1.7782925367 - -2.3561944962 - -2.3561944962 - -3.0890095234 - -3.0890095234 - 3.1415927410 - 3.1415927410 - -1.7329951525 - -1.7329951525 - 3.0791738033 - 3.0791738033 - 3.1415927410 - 3.1415927410 - 3.0791738033 - 3.1415927410 - -2.3864881992 - -2.3864881992 - 3.1415927410 - 3.1415927410 - 0.7789466381 - 0.7789466381 - -2.8083484173 - -2.8083484173 - 0.3172662854 - 0.3172662854 - 1.3734008074 - 1.3734008074 - 0.3129012287 - 0.3129012287 - 0.7337200642 - 0.7337200642 - 0.7256403565 - 0.7256403565 - 0.7337200642 - 0.7256403565 - 0.6610431671 - 0.6610431671 - 2.7610862255 - 2.7610862255 - 2.7564351559 - 2.7564351559 - 2.7610862255 - 2.7564351559 - 1.8925468922 - 1.8925468922 - 1.6837159395 - 1.6837159395 - 0.7531512976 - 0.7531512976 - 0.7531512976 - 0.6705215573 - 0.6705215573 - 1.4056476355 - 1.4056476355 - 1.3020932674 - 1.3120254278 - 1.3020932674 - 1.9055331945 - 1.9055331945 - -3.1198568344 - -3.1198568344 - -0.8253768682 - -0.8264709711 - -0.8253768682 - 1.2765617371 - 1.2765617371 - 0.8902751207 - 0.8902751207 - 2.1039519310 - 2.1039519310 - 1.3006430864 - 1.3006430864 - 1.2822089195 - -0.3159702718 - -0.3159702718 - 3.0419239998 - 3.0419239998 - -0.6846171618 - -0.6846171618 - 2.1169629097 - 2.1169629097 - -1.5886515379 - -1.5886515379 - 2.4149503708 - 2.4149503708 - -2.3224992752 - -2.3224992752 - 2.4764900208 - 2.4764900208 - 0.0743308887 - 0.0743308887 - 3.0860941410 - 3.0860941410 - -0.9827937484 - -0.9827937484 - 3.1415927410 - 3.1415927410 - -0.3139382005 - -0.3139382005 - 1.2527087927 - 1.2527087927 - 2.7992970943 - 2.7992970943 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - -0.7316864133 - -0.7316864133 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.0791738033 - 3.1415927410 - 3.1415927410 - -0.4048917890 - -0.4048917890 - -2.5647940636 - -2.5647940636 - 2.2603354454 - 2.2603354454 - -1.9605048895 - -1.9605048895 - 2.7496452332 - 2.7496452332 - -2.0039966106 - -2.0039966106 - -2.5213432312 - -2.5213432312 - 0.7509290576 - 0.7509290576 - 0.6998928785 - 0.6998928785 - 1.1777383089 - 1.1777383089 - 2.3024828434 - 2.3024828434 - -0.7700147629 - -0.7700147629 - -0.7466578484 - 1.9477056265 - 1.9477056265 - -0.8264709711 - -0.8264709711 - -0.8253768682 - 2.1552402973 - 2.2374892235 - 2.1552402973 - 1.1737169027 - 1.1618884802 - 1.1737169027 - 1.1525720358 - 1.1525720358 - 1.1441688538 - 1.1441688538 - -2.1025204659 - -2.1164512634 - -2.1025204659 - -0.7036137581 - -0.7036137581 - -2.6364941597 - -2.6364941597 - -2.3765997887 - -2.3765997887 - -0.8595476747 - -0.8595476747 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.0648207664 - -2.1517732143 - -2.1517732143 - -2.9304993153 - -2.9304993153 - -0.6816058159 - -0.6816058159 - -0.7311877608 - -0.7311877608 - -1.9258679152 - -2.3097164631 - -2.3097164631 - -2.2929875851 - -2.5337905884 - -2.2929875851 - 1.1866269112 - 1.1866269112 - 2.1257920265 - 2.1257920265 - -1.2160906792 - -1.2160906792 - -0.2208287716 - -0.2208287716 - -2.5585160255 - -2.5585160255 - 3.1415927410 - 3.1415927410 - 2.3406517506 - 2.3406517506 - 2.5121502876 - 2.5121502876 - -0.0509762056 - -0.0509762056 - -2.2989323139 - -2.2989323139 - 0.6414726973 - 0.6414726973 - 2.0910634995 - 2.0910634995 - 3.1415927410 - 3.1415927410 - 3.1415927410 - -2.3634936810 - -2.3634936810 - 2.1129858494 - 2.1129858494 - 3.1415927410 - 3.1415927410 - 1.7986533642 - 1.7986533642 - 1.0335116386 - 1.0335116386 - 3.1415927410 - 3.1415927410 - 3.1007990837 - 3.1007990837 - -2.0576956272 - 0.7945722342 - 0.7945722342 - 2.7828218937 - 2.7828218937 - 1.3134726286 - 1.3134726286 - 0.8064476848 - 0.8064476848 - 0.1190002933 - 0.1190002933 - 1.7215427160 - 1.7215427160 - -2.4837040901 - -2.4837040901 - 0.7531512976 - 0.7531512976 - 0.7531512976 - -0.7466578484 - -0.7700147629 - -0.7466578484 - 0.8424789310 - 0.8424789310 - 1.2252407074 - 1.2252407074 - -2.1164512634 - -2.1164512634 - -2.1025204659 - 2.1527013779 - 2.1527013779 - -0.2970642149 - -0.2970642149 - 0.0370201170 - 0.0370201170 - -2.5615899563 - -2.5615899563 - -1.1071487665 - -1.1071487665 - 3.0419239998 - 3.0419239998 - 1.0489619970 - 1.0489619970 - 0.8923333287 - 0.8923333287 - -0.0370201170 - -0.0370201170 - -2.4247889519 - -2.4247889519 - -0.7555562854 - 1.9445230961 - 1.9445230961 - 3.0828368664 - 3.0828368664 - -2.6451699734 - -2.6451699734 - 3.0860941410 - 3.0860941410 - 1.4229469299 - 1.4229469299 - -0.5880026221 - -0.5880026221 - 2.5891737938 - 2.3981866837 - 2.5891737938 - 2.5829932690 - 2.5829932690 - 2.5891737938 - 2.5829932690 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.0791738033 - 3.1415927410 - 3.0791738033 - -1.2805314064 - -1.2805314064 - 2.1674566269 - 2.1674566269 - 1.0498865843 - 1.0498865843 - 1.3258177042 - 1.3258177042 - 2.4805495739 - 2.4805495739 - 1.6487629414 - 1.6487629414 - -2.4905159473 - -2.4905159473 - -2.7233684063 - -2.7233684063 - -1.6475682259 - -1.6475682259 - 2.5145220757 - 2.5094547272 - 2.5119473934 - 2.5145220757 - -2.0736396313 - -2.0736396313 - 1.9277082682 - 1.9277082682 - 1.1479424238 - 1.1479424238 - 2.7862155437 - 2.7862155437 - 2.7828218937 - 2.7828218937 - 2.7862155437 - 2.7828218937 - -1.6983058453 - -1.6983058453 - 3.0309355259 - 3.0309355259 - -0.1361389607 - -0.1361389607 - 2.5169572830 - 2.5169572830 - -0.6747409701 - -0.6747409701 - -0.8069775701 - -0.8069775701 - 1.3499675989 - 1.3499675989 - -1.7318881750 - -1.7318881750 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.0648207664 - -2.6462814808 - -2.6462814808 - 3.0702850819 - 3.0702850819 - 0.7123575807 - 0.7123575807 - 1.0749018192 - 1.0749018192 - -0.7555562854 - -2.4247889519 - -0.7555562854 - -0.1265921295 - -0.1265921295 - -1.9513026476 - 1.1638255119 - 1.1638255119 - -1.6635526419 - -1.6635526419 - 3.0090410709 - 3.0090410709 - -2.7722589970 - -2.7722589970 - 3.0890095234 - 3.0890095234 - 3.1415927410 - 3.0860941410 - 3.0860941410 - 3.1415927410 - 3.1415927410 - 3.0860941410 - 3.0860941410 - -1.5042281151 - -1.5042281151 - 3.0860941410 - 3.0860941410 - -2.5346050262 - -2.5346050262 - 0.0487418510 - 0.0487418510 - -0.1613751054 - -0.1613751054 - -2.3284237385 - -2.3284237385 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 2.3981866837 - 2.3981866837 - 2.5891737938 - 3.1415927410 - 3.1415927410 - 3.1415927410 - -2.5398168564 - -2.5398168564 - -1.1525720358 - -1.1525720358 - -2.5535900593 - -2.5535900593 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 1.5707963705 - 1.5707963705 - 3.1415927410 - 3.1415927410 - -2.1079046726 - -2.1079046726 - -1.9879658222 - -1.9879658222 - -0.6403564811 - -0.6403564811 - -2.5922181606 - -2.5922181606 - 1.4513673782 - 1.4513673782 - 0.8009409308 - 0.8009409308 - 2.6011731625 - 2.6011731625 - -0.3556358814 - -0.3556358814 - -2.4980914593 - -2.4980914593 - -2.4980914593 - 2.0032041073 - 2.0032041073 - -0.6881449819 - -0.6881449819 - 2.3874342442 - 2.3864881992 - 2.3874342442 - 2.3561944962 - 2.5094547272 - 2.3561944962 - 2.3561944962 - 2.3561944962 - -2.1408367157 - -2.1408367157 - 1.7126933336 - 1.7126933336 - 1.7004988194 - 1.7224018574 - 1.7224018574 - 2.1142740250 - 2.7091848850 - 2.1142740250 - -0.4423742294 - -0.4423742294 - 1.3961241245 - 1.3961241245 - -0.5255838037 - -0.5255838037 - -0.5307735205 - -0.5307735205 - 1.2649174929 - 1.2649174929 - -2.7928216457 - -2.7928216457 - 3.1415927410 - 3.1415927410 - -1.8513331413 - -1.8513331413 - -2.8911495209 - -2.8911495209 - 0.1973955631 - 0.1973955631 - -2.8763854504 - -1.5472712517 - -2.8763854504 - 3.0648207664 - 3.1415927410 - 3.1415927410 - 3.0648207664 - -2.1699717045 - -2.1699717045 - 3.0702850819 - 3.0702850819 - -2.2301063538 - -2.2301063538 - 0.4423742294 - -0.6540827155 - -0.6540827155 - -0.5123894811 - 2.4740664959 - -0.5123894811 - -1.3258177042 - -1.3258177042 - -0.6435011029 - -0.6435011029 - 1.1773456335 - 1.1773456335 - -2.5337905884 - -2.5337905884 - -2.2929875851 - -2.5686264038 - -2.5686264038 - 2.9090356827 - -1.5208379030 - 2.9090356827 - -2.2941274643 - -2.2941274643 - 2.9078495502 - 2.9078495502 - 0.5848776102 - 0.5848776102 - 1.3547114134 - 1.3547114134 - -2.3864881992 - -2.3864881992 - -1.7524451017 - -1.7524451017 - -1.1278711557 - -1.1278711557 - 3.0916342735 - 3.0916342735 - -2.0749623775 - -2.0749623775 - -2.9078495502 - -2.9078495502 - 3.1415927410 - 3.1415927410 - 1.2315037251 - 1.2315037251 - 2.6271412373 - 2.6271412373 - 1.9353222847 - 1.9353222847 - 1.0251412392 - 1.0251412392 - 3.1415927410 - 3.1415927410 - 3.1415927410 - -0.1259126216 - -0.1259126216 - -2.6557264328 - -2.6557264328 - 0.5930025578 - 0.5930025578 - -2.4980914593 - -2.4980914593 - -2.4980914593 - 0.7298996449 - 3.0060648918 - 3.0060648918 - 0.7531512976 - 2.0778949261 - 2.0778949261 - -1.7091473341 - -1.7091473341 - -0.0199973341 - -0.0199973341 - 2.3864881992 - 2.3864881992 - 2.3874342442 - 2.4009406567 - 2.5119473934 - 2.5094547272 - 2.5119473934 - 2.5145220757 - 2.3561944962 - 2.3561944962 - 2.3561944962 - 2.3561944962 - 2.3561944962 - 1.7004988194 - 1.7126933336 - 1.7004988194 - 2.2967407703 - 2.2967407703 - 1.1354430914 - 1.1254953146 - 1.1354430914 - 3.1191244125 - 3.1191244125 - -3.0419239998 - -3.0419239998 - 2.5229482651 - 3.0727362633 - 3.0727362633 - 3.0584514141 - 3.0584514141 - 3.0584514141 - 3.0584514141 - 3.0584514141 - -2.2218730450 - -2.2218730450 - 2.5535900593 - 2.5535900593 - -1.1410340071 - -1.1410340071 - -2.8049178123 - -2.8049178123 - -0.8760580420 - -0.8760580420 - -2.0749623775 - -2.0749623775 - -1.9513026476 - -0.1265921295 - -1.9513026476 - 2.4740664959 - 0.4423742294 - 2.4740664959 - -0.5123894811 - 0.6747409701 - 0.6747409701 - -0.3893167078 - -0.3893167078 - -2.2026507854 - -2.2026507854 - 3.1415927410 - 3.0890095234 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.0890095234 - -2.5535900593 - -2.5535900593 - 3.1415927410 - 3.1415927410 - 3.1415927410 - -1.0267536640 - 0.6372381449 - -1.0267536640 - -1.7702368498 - -1.1205707788 - -1.1205707788 - -1.8557536602 - -1.8557536602 - 2.0051636696 - -2.5940303802 - -2.5940303802 - 2.1206495762 - 2.1206495762 - -2.3400669098 - 0.0927563235 - -2.3400669098 - -2.1757876873 - -2.1757876873 - 2.5161075592 - 2.5161075592 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 0.2709468603 - 0.2709468603 - -0.6074445844 - -0.6074445844 - 1.3073986769 - 1.3073986769 - 2.3829259872 - 2.3829259872 - 1.4685896635 - 1.7196862698 - 1.4685896635 - 1.4559197426 - 1.4559197426 - 1.7196862698 - 1.4685896635 - 1.4559197426 - -1.2458912134 - -1.2458912134 - -0.6156198978 - -0.6156198978 - -2.1206495762 - -2.1206495762 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 2.3380146027 - 2.3380146027 - 3.1415927410 - 3.1415927410 - 2.0672190189 - 2.0672190189 - -1.0533086061 - -1.0533086061 - -2.0286300182 - -2.0286300182 - 0.7298996449 - -2.4980914593 - 0.7298996449 - 0.7140907049 - 0.7140907049 - 0.2449786663 - 0.2449786663 - -2.4668517113 - 3.0419239998 - 3.0419239998 - 3.0267159939 - 3.0124454498 - 2.5094547272 - 2.5094547272 - 2.5119473934 - 2.5145220757 - 2.3561944962 - 2.3561944962 - 2.3561944962 - 2.3561944962 - 2.3561944962 - 2.3561944962 - 2.7091848850 - 2.7091848850 - 2.1142740250 - -1.2627435923 - -1.2627435923 - 1.6499954462 - 1.6499954462 - 1.6342033148 - 1.6342033148 - 1.6499954462 - 1.6342033148 - 2.6311042309 - 2.6311042309 - -0.7060198784 - -0.7060198784 - 2.2550911903 - 2.2550911903 - -1.7865625620 - -1.7865625620 - 2.5229482651 - 2.5229482651 - -1.7865625620 - -3.0419239998 - 2.5229482651 - 3.0509328842 - 3.0509328842 - 3.0509328842 - 3.0584514141 - 3.0584514141 - 3.0584514141 - -1.5472712517 - -1.5472712517 - -2.8763854504 - 3.1415927410 - 3.1415927410 - -0.3900480866 - -0.3900480866 - -0.3805063665 - 3.0860941410 - 3.0860941410 - 3.1415927410 - 3.0860941410 - 3.0890095234 - 3.0890095234 - -3.1313889027 - -3.1313889027 - -2.0744225979 - -2.0744225979 - -1.9880636930 - -1.9880636930 - 2.2838571072 - 2.2838571072 - -1.2246603966 - -1.2246603966 - 3.0890095234 - 3.1415927410 - 3.0890095234 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.0916342735 - 3.0916342735 - -0.0348695815 - -0.0348695815 - 0.7675428987 - 0.7675428987 - -1.7529646158 - -1.7529646158 - -0.8584387302 - -0.8584387302 - 3.1415927410 - 3.1415927410 - 0.1526493281 - 0.1526493281 - 1.3033854961 - 1.3033854961 - -1.0236428976 - -1.0236428976 - -2.6647007465 - -2.6647007465 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - -2.9023611546 - -2.9023611546 - 2.5223503113 - 2.5223503113 - 0.6669082046 - 0.6669082046 - -2.4819638729 - -2.4819638729 - 3.1415927410 - 3.1415927410 - 3.0828368664 - -0.8856526613 - -0.8856526613 - 3.1415927410 - 3.1415927410 - 0.7654008269 - 0.7654008269 - 1.7196862698 - 1.7196862698 - 1.4685896635 - 1.4559197426 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 2.5047914982 - 2.5047914982 - -2.0867218971 - -2.0867218971 - 3.1415927410 - 3.1415927410 - 3.1415927410 - -2.3349211216 - -2.3349211216 - 2.4037775993 - 2.4037775993 - 0.6864853501 - 0.6864853501 - 0.3009202480 - 0.3009202480 - 0.6864853501 - 0.3009202480 - -3.0719380379 - -3.0719380379 - 0.5361460447 - 0.5361460447 - -2.4980914593 - -2.4980914593 - 0.7509290576 - 0.7509290576 - -1.7975951433 - -1.7975951433 - 3.0267159939 - 3.0419239998 - 3.0267159939 - 3.0124454498 - 2.3561944962 - 2.3561944962 - 2.3561944962 - 2.3561944962 - 2.4009406567 - 2.3864881992 - 2.4009406567 - 2.3561944962 - 2.3561944962 - -1.5175135136 - -1.5175135136 - -1.5024099350 - 2.7532739639 - 2.7532739639 - 1.6207547188 - 1.6207547188 - 2.5620286465 - 2.5620286465 - 1.1174576283 - 1.1174576283 - 1.1254953146 - 1.1254953146 - 1.1354430914 - -0.3487710059 - -0.3487710059 - 1.3854483366 - 1.3854483366 - 1.3258177042 - 1.3258177042 - 1.3854483366 - 1.3258177042 - 1.2847448587 - 1.2847448587 - 0.4330894351 - 0.4330894351 - 0.4290294051 - 0.4290294051 - 0.4330894351 - 0.4290294051 - 3.0488362312 - 3.0488362312 - 3.1415927410 - 3.1415927410 - -1.6466001272 - -1.6466001272 - -0.6570749283 - -0.6570749283 - -1.0679531097 - -1.0679531097 - -2.3667204380 - -2.3667204380 - -2.6779451370 - -2.6779451370 - 2.3067300320 - 2.3067300320 - 0.4423742294 - -2.2301063538 - 0.4423742294 - 2.4740664959 - -1.1268506050 - -1.1268506050 - -0.3805063665 - -0.3900480866 - -0.3805063665 - 2.9843645096 - 2.9843645096 - -0.3960814476 - -0.3960814476 - -0.3805063665 - -0.3897085786 - -0.3897085786 - -0.3960814476 - -0.3805063665 - -0.3897085786 - 2.4047000408 - 2.4047000408 - -1.5208379030 - -1.5208379030 - 2.9090356827 - -2.5689263344 - -1.5165019035 - -2.5689263344 - 2.6779451370 - 2.6779451370 - 2.3923232555 - 2.3923232555 - 1.9307448864 - 1.9307448864 - 0.6372381449 - 0.6372381449 - -1.0267536640 - -1.7702368498 - -1.0267536640 - -1.7702368498 - 2.0051636696 - -1.8557536602 - 2.0051636696 - -2.9147937298 - -2.9147937298 - -0.0379564464 - -0.0379564464 - 1.5918458700 - 1.5918458700 - 3.0890095234 - 3.0890095234 - -0.5757583380 - -0.5757583380 - 0.7520771623 - 0.7520771623 - 3.0890095234 - 3.0890095234 - 3.1415927410 - -0.5595864654 - -0.5595864654 - 3.0860941410 - 3.0860941410 - 2.1060700417 - 2.1060700417 - 1.3873163462 - 1.3873163462 - -0.4899573326 - -0.4899573326 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 1.8673421144 - 1.8673421144 - 0.9481255412 - 0.9481255412 - 0.9434881210 - 2.9325697422 - 2.9325697422 - 3.1415927410 - 3.1415927410 - 2.3049573898 - 2.3049573898 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 0.6224716902 - 0.6224716902 - 0.6191613674 - -0.4993467331 - -0.4993467331 - 2.0344438553 - 2.0344438553 - -2.8632929325 - -2.8632929325 - 1.1493771076 - 1.1493771076 - 0.7531512976 - 3.0060648918 - 0.7531512976 - -2.4668517113 - 0.2449786663 - -2.4668517113 - 3.0124454498 - 3.0419239998 - 3.0267159939 - 3.0124454498 - 0.2110933363 - 0.2110933363 - 2.3774678707 - 2.3774678707 - -1.5024099350 - -1.5175135136 - -1.5024099350 - 2.0736396313 - 2.0736396313 - 1.7126933336 - 1.7126933336 - 2.2927875519 - 2.2927875519 - -2.5334198475 - -2.5334198475 - 1.1659045219 - 1.1659045219 - -0.7051113248 - -0.7051113248 - 0.9827937484 - 0.9827937484 - -1.9784278870 - -1.9784278870 - 3.0509328842 - 3.0509328842 - 3.0509328842 - 2.2525670528 - 2.2525670528 - -2.4558632374 - -2.4558632374 - -0.2510026991 - -0.2510026991 - -0.9312090874 - -0.9312090874 - 1.8925468922 - 1.8925468922 - 0.9491363764 - 0.9491363764 - 3.1415927410 - 3.1415927410 - -0.7483780384 - -0.7483780384 - -0.4973427057 - -0.4973427057 - 3.0791738033 - 3.0791738033 - 1.5707963705 - 1.5707963705 - -0.0319040641 - -0.0319040641 - 1.4219063520 - 1.4219063520 - 2.4413537979 - 2.4413537979 - -2.3002529144 - -2.3002529144 - -0.2536740899 - -0.2536740899 - -0.6763435006 - -0.6763435006 - -0.3805063665 - -0.3960814476 - -0.3805063665 - -0.3897085786 - -2.9955804348 - -2.9955804348 - -2.2360856533 - -2.2360856533 - -0.2546246648 - -0.2546246648 - -1.5165019035 - -1.5165019035 - -2.5689263344 - 3.1415927410 - 3.1415927410 - -0.9884433746 - -0.9884433746 - 1.3505475521 - 1.3505475521 - 2.3743743896 - 2.3743743896 - 1.8771635294 - 1.8771635294 - 1.7894653082 - 1.7894653082 - 3.1415927410 - 3.1415927410 - 1.6384893656 - 1.6384893656 - 2.3107712269 - 2.3107712269 - 2.4100346565 - 2.4100346565 - 0.8224182725 - 0.0927563235 - 0.0927563235 - -2.3400669098 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.0828368664 - 3.1415927410 - 3.0828368664 - 1.2392421961 - 1.2392421961 - 0.9434881210 - 0.9481255412 - 0.9434881210 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 0.6455758214 - 0.6455758214 - 1.0557235479 - 1.0557235479 - 1.0415495634 - 1.0415495634 - 1.0557235479 - 1.0415495634 - 3.1415927410 - 3.1415927410 - 3.1415927410 - -0.6007137895 - -0.3514447808 - -0.6007137895 - 0.5747758746 - 0.5747758746 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 2.8698005676 - 2.8698005676 - 0.6043055058 - 0.6043055058 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 0.6191613674 - 0.6224716902 - 0.6191613674 - 0.2573237121 - 0.2573237121 - 2.4901394844 - 2.4901394844 - -2.7828218937 - -2.7828218937 - 1.0824624300 - 1.0824624300 - 0.7551044226 - 0.7551044226 - 0.3217505515 - 0.3217505515 - 0.3378781974 - 2.0576956272 - 2.0576956272 - 2.3765997887 - 2.3765997887 - 0.0000000000 - 0.0000000000 - 2.4398696423 - 2.4398696423 - 2.0054664612 - 2.0054664612 - -2.4917221069 - -2.4917221069 - 0.4973427057 - 0.4973427057 - 0.7853981853 - 0.7853981853 - 2.4318075180 - 2.4318075180 - -0.7175413370 - -0.7175413370 - 2.7828218937 - 2.7828218937 - 3.0419239998 - 3.0419239998 - -2.8890383244 - -2.8890383244 - -0.8680821657 - -0.8680821657 - 3.0548543930 - 3.0548543930 - 0.4834470153 - 0.4834470153 - -1.9962459803 - -1.9962459803 - -1.0516501665 - -1.6559556723 - -1.0516501665 - -0.9530405998 - -0.9530405998 - -2.6819937229 - -2.6819937229 - -1.0338855982 - -1.0338855982 - 2.7334434986 - 2.7334434986 - 0.6659692526 - -1.8753072023 - 0.6659692526 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.0860941410 - 3.1415927410 - 3.0860941410 - 3.0860941410 - 3.0860941410 - 3.1415927410 - 3.0860941410 - 1.0133652687 - 1.0133652687 - 1.0098955631 - -2.7591061592 - -2.7591061592 - 0.8353565335 - 0.8353565335 - -0.6696389318 - -0.6696389318 - -1.7257931232 - -1.7257931232 - -2.9042184353 - -0.1624891162 - -0.1624891162 - 1.0669693947 - 1.5927708149 - 1.0669693947 - 3.1415927410 - 3.0890095234 - 3.1415927410 - 3.1415927410 - 0.8288490772 - 0.8288490772 - 1.1844590902 - 1.1844590902 - 1.1760052443 - 3.1415927410 - 3.1415927410 - 3.1415927410 - -0.0554985069 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - -0.0554985069 - 3.1415927410 - 1.5111656189 - 1.5111656189 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 0.3080527782 - 0.3080527782 - -2.3561944962 - -2.3561944962 - 2.3825042248 - 2.3825042248 - 0.2006528825 - 0.2006528825 - -0.7237479687 - -0.7237479687 - -1.5258827209 - -1.5258827209 - 3.1415927410 - 3.1415927410 - 0.0000000000 - 0.0000000000 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - -0.3514447808 - -0.3514447808 - -0.6007137895 - 1.4977557659 - 1.4977557659 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 0.5090708733 - 0.5090708733 - 0.4761992395 - 0.4761992395 - 0.2914567888 - 0.2914567888 - -1.0650050640 - -1.0650050640 - -1.0533086061 - -1.0533086061 - -1.0650050640 - -1.0533086061 - 0.3378781974 - 0.3217505515 - 0.3378781974 - 1.9890207052 - 1.9890207052 - -2.5065658092 - -2.5065658092 - 1.4727510214 - 1.4727510214 - 1.1479424238 - 1.1479424238 - 1.1479424238 - -2.5740549564 - -2.6029684544 - -2.5885612965 - -2.5740549564 - 2.2030408382 - 2.2030408382 - 2.0831856728 - -2.8741817474 - -2.8741817474 - -0.7175413370 - -0.7175413370 - -0.4398425817 - 3.0309355259 - 3.0309355259 - 0.1478493661 - 0.1478493661 - -2.9265778065 - -2.9265778065 - -0.2825549543 - -0.2825549543 - -0.2741674483 - -0.2741674483 - -0.2825549543 - -0.2741674483 - 3.0509328842 - 3.0509328842 - 2.9617390633 - 3.1415927410 - 3.1415927410 - -0.4398425817 - -0.4398425817 - -0.4353532791 - -0.4353532791 - -0.4398425817 - -0.4353532791 - -2.3674299717 - -2.3674299717 - 0.8017901182 - 0.8017901182 - 0.1201087385 - 0.1201087385 - -2.3030531406 - -2.3030531406 - -1.7748142481 - -1.7748142481 - 0.7936624289 - 3.1415927410 - 3.1415927410 - 1.0098955631 - 1.0133652687 - 1.0098955631 - -0.2160849720 - -0.2160849720 - -2.7076392174 - -2.7076392174 - -0.7617805004 - -1.5492942333 - -0.7617805004 - 3.0890095234 - 3.0890095234 - -2.4124729633 - -2.4124729633 - -0.0379564464 - -0.0379564464 - 0.8988331556 - 0.8988331556 - -1.2036224604 - -1.2036224604 - 1.0284936428 - 1.0284936428 - 3.1415927410 - 3.1415927410 - 1.3258177042 - 1.3258177042 - -1.0088747740 - -1.0088747740 - 3.1415927410 - 3.1415927410 - -2.9297652245 - -3.1100242138 - -2.9297652245 - 1.1760052443 - 1.1844590902 - 1.1760052443 - 2.1079046726 - 2.1079046726 - 3.0750246048 - 3.0750246048 - -2.8530054092 - -2.8530054092 - 0.7615931630 - 0.7615931630 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 0.4209905863 - 0.4209905863 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 0.6564874053 - 0.6564874053 - 1.2257941961 - 1.2257941961 - 1.2838575840 - 1.2838575840 - -1.7215427160 - -1.7215427160 - -0.4798405170 - -0.4798405170 - -2.8809902668 - -2.8809902668 - 2.4805495739 - 2.4805495739 - 3.0799424648 - 3.0799424648 - 0.7055681944 - 0.7055681944 - 0.4560720026 - 0.4560720026 - 0.4636476040 - 2.1224513054 - 2.1224513054 - -0.9723774195 - -0.9723774195 - 0.4012287855 - 0.4012287855 - 1.1479424238 - 1.1479424238 - 1.1479424238 - 2.1658658981 - 2.1658658981 - -0.0475831032 - -0.0475831032 - 0.9539951086 - 0.9745971560 - 0.9539951086 - -2.5885612965 - -2.6029684544 - -2.5885612965 - -2.5740549564 - -0.4398425817 - -0.4398425817 - -0.4398425817 - -0.7175413370 - -0.4398425817 - -0.7175413370 - 3.0883097649 - -0.7175413370 - -0.4398425817 - -0.7175413370 - 3.0883097649 - -1.9138202667 - -1.9138202667 - 3.0309355259 - 3.0309355259 - -2.5734879971 - -2.5734879971 - 2.9617390633 - 3.0509328842 - 2.9617390633 - 3.0648207664 - 3.0648207664 - 2.8305943012 - 2.8305943012 - -1.6559556723 - -1.6559556723 - -1.0516501665 - -1.3539227247 - -1.3539227247 - -2.8778808117 - -2.8778808117 - -2.7253234386 - -2.7253234386 - -0.6913369298 - -0.6913369298 - 0.5752155781 - 0.5752155781 - -0.9328353405 - -0.9328353405 - -1.4725223780 - -0.7188299894 - -0.7188299894 - -0.1739011854 - -0.1739011854 - -0.9464900494 - -0.9464900494 - -1.5492942333 - -1.5492942333 - -0.7617805004 - -2.2632949352 - -2.2632949352 - 2.3714218140 - 2.3714218140 - -0.1586552560 - -0.1586552560 - -2.9042184353 - -1.7257931232 - -2.9042184353 - 3.1415927410 - 3.1415927410 - 3.1415927410 - -1.9313622713 - -1.9313622713 - -1.2659933567 - -1.2659933567 - -1.3932001591 - -1.3932001591 - 2.3339760303 - 2.3339760303 - 3.0916342735 - 3.0916342735 - -1.8045395613 - -1.8045395613 - 0.9114862680 - 0.9114862680 - -0.1042716131 - -0.1042716131 - 0.8224182725 - 2.4100346565 - 0.8224182725 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 1.4640606642 - 1.4640606642 - 2.2772223949 - 2.2772223949 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 0.1106572226 - 0.1106572226 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.0750246048 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 1.1471273899 - 1.1471273899 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 0.8460969925 - 0.8460969925 - -2.4530334473 - 0.6947382689 - 0.6947382689 - -2.1007528305 - -2.1007528305 - -2.8598208427 - -2.8598208427 - -2.8776290417 - 0.6659692526 - 0.6659692526 - 0.4557737708 - 0.4557737708 - 0.4636476040 - 0.4560720026 - 0.4636476040 - 1.2882413864 - 1.2882413864 - 2.1112158298 - 2.1112158298 - 0.8652281761 - 0.8652281761 - 0.9745971560 - 0.9745971560 - 0.9539951086 - -2.6029684544 - -2.6029684544 - -2.5885612965 - -2.5740549564 - -1.1254953146 - -1.1254953146 - 2.9617390633 - 2.9617390633 - -0.8902751207 - -0.8902751207 - -1.1573158503 - -1.1573158503 - 0.7701709270 - 0.7701709270 - -0.8975088596 - -0.8975088596 - -0.8916630149 - -1.1921452284 - -1.1921452284 - -2.4558632374 - -2.4558632374 - 3.1415927410 - 3.0791738033 - 3.1415927410 - 1.3507345915 - 1.3507345915 - -1.9258679152 - -1.9258679152 - -0.0540014990 - -0.0540014990 - 3.0924518108 - 3.0924518108 - -1.8753072023 - -1.8753072023 - 0.6659692526 - -0.3708913028 - -0.3708913028 - 3.1415927410 - 3.1415927410 - 3.1415927410 - -0.0102037275 - -0.0102037275 - 0.7936624289 - -1.7748142481 - 0.7936624289 - -2.5944392681 - -2.5944392681 - -0.3177980185 - -0.3177980185 - -2.5006361008 - -2.5006361008 - -1.4725223780 - -0.9328353405 - -1.4725223780 - -1.6278771162 - -1.6278771162 - -1.4725223780 - -1.6278771162 - 0.0336951092 - 0.0336951092 - -1.2924966812 - -1.2924966812 - 2.2271447182 - -0.1171087474 - -0.1171087474 - 3.1415927410 - 3.1415927410 - 3.0940096378 - 3.0940096378 - -2.3270764351 - -2.3270764351 - 3.1415927410 - 3.1415927410 - 1.5927708149 - 1.5927708149 - 1.0669693947 - -0.6055446863 - -0.6055446863 - 3.1415927410 - 3.1415927410 - 2.2913503647 - 2.2913503647 - 1.9890207052 - 1.9890207052 - -1.8550218344 - -1.8550218344 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 1.7393932343 - 1.7393932343 - -0.0554985069 - 3.1415927410 - -0.0554985069 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 0.0329550989 - 0.0329550989 - 2.8535373211 - 2.8535373211 - 1.4375696182 - 1.4375696182 - -0.9021067619 - -0.9021067619 - -2.4530334473 - 0.8460969925 - -2.4530334473 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - -1.8529200554 - -1.8529200554 - 2.5127964020 - 2.5127964020 - 0.7531512976 - 0.7531512976 - -2.8966140747 - -2.8966140747 - -2.8776290417 - -2.8598208427 - -2.8776290417 - 2.4393358231 - 2.4393358231 - 2.3561944962 - -1.4133794308 - -1.4133794308 - 1.0121970177 - 1.0121970177 - 0.9900399446 - 0.9900399446 - 1.0121970177 - 0.9900399446 - 2.2024869919 - 2.2024869919 - 2.0831856728 - 2.2030408382 - 2.0831856728 - -0.7853981853 - -0.7853981853 - -0.7583777308 - -0.7583777308 - -0.7853981853 - -0.7583777308 - -3.0132694244 - -3.0132694244 - -0.7853981853 - -0.7853981853 - 3.0883097649 - -0.4398425817 - -0.7175413370 - 3.0883097649 - 2.5127964020 - 2.3107712269 - 2.5127964020 - -0.8916630149 - -0.8975088596 - -0.8916630149 - -1.6879050732 - -1.6879050732 - 0.5816534758 - 0.5816534758 - 0.2310906649 - 0.2310906649 - -0.2914567888 - 0.5366881490 - -0.2914567888 - -1.9849349260 - -1.9849349260 - -1.6936315298 - -1.6936315298 - 2.8966140747 - 2.8966140747 - -1.2143594027 - -1.2143594027 - -2.2636759281 - -2.2636759281 - 3.0940096378 - 3.1415927410 - 3.0940096378 - -2.4858970642 - -2.4858970642 - -0.6986598372 - -0.6986598372 - -0.5743048191 - -0.5743048191 - 3.0214838982 - 3.0214838982 - -2.9786663055 - 0.0263097174 - -2.9786663055 - -1.1801892519 - -1.1801892519 - -3.1100242138 - -3.1100242138 - -2.9297652245 - -0.2516899705 - -0.2516899705 - -1.0978897810 - -1.0978897810 - -2.3561944962 - -2.3561944962 - 3.1415927410 - 3.1415927410 - 3.0860941410 - 3.0860941410 - 2.4360244274 - 2.4360244274 - 3.1415927410 - 3.1415927410 - -1.3734008074 - -1.3734008074 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 1.5350972414 - 1.5350972414 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 2.5778441429 - 2.5778441429 - 1.0612040758 - 1.0612040758 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - -2.5860989094 - -2.5860989094 - 3.0584514141 - 3.0584514141 - 3.1415927410 - 3.0584514141 - 3.0584514141 - 3.0584514141 - 3.0584514141 - 3.1415927410 - 3.0584514141 - 3.0584514141 - -0.7638961077 - -0.7638961077 - 3.0584514141 - 3.0584514141 - -1.5932644606 - -1.5932644606 - 2.5757384300 - 2.5757384300 - -1.5932644606 - 2.5757384300 - 3.1415927410 - 3.1415927410 - 1.8116427660 - 1.8116427660 - 1.8753072023 - 1.8753072023 - -0.6588060260 - -0.6588060260 - -1.4601391554 - -2.6057813168 - -2.6206829548 - -1.4601391554 - -1.4464412928 - -1.4464412928 - -2.6206829548 - -1.4601391554 - -1.4464412928 - 0.7551044226 - 0.7551044226 - 0.7531512976 - 0.7531512976 - 0.7531512976 - 2.3561944962 - 2.4393358231 - 2.3561944962 - 2.9000270367 - 2.9000270367 - 0.5349550843 - 0.5349550843 - 1.6714649200 - 1.6714649200 - 2.3013045788 - 2.3013045788 - 2.3107712269 - 2.3114483356 - 2.3107712269 - 2.5127964020 - 3.0309355259 - 3.0309355259 - 3.0309355259 - 3.0309355259 - 3.0309355259 - 3.0309355259 - 3.0309355259 - 3.0309355259 - 3.0309355259 - 3.0309355259 - 3.0309355259 - 3.0309355259 - -2.9215309620 - -2.9215309620 - -2.2111527920 - -2.2111527920 - -2.2035450935 - -2.2035450935 - -2.2142975330 - -2.2142975330 - 3.1415927410 - 3.1415927410 - -0.1243549958 - -0.1243549958 - -1.4994888306 - -1.4994888306 - -3.0309355259 - -3.0309355259 - -0.8726758957 - -0.8726758957 - 1.1513189077 - 1.1513189077 - 3.0860941410 - 3.0860941410 - 2.2194387913 - 2.2194387913 - -0.6262614131 - -0.6262614131 - 0.6093263626 - 0.6093263626 - 3.0329313278 - 3.0329313278 - 3.1415927410 - 3.1415927410 - 0.1448124945 - 0.1448124945 - 0.1507463753 - 0.1507463753 - -0.7362574339 - -0.7362574339 - 2.5535900593 - 2.5535900593 - 0.5543075204 - 0.5543075204 - -2.9319527149 - -2.9319527149 - 3.1415927410 - 3.1415927410 - 3.1415927410 - -0.3547056615 - -0.3547056615 - 0.1691012233 - 0.1691012233 - 0.7618730664 - 0.7618730664 - -0.9256477952 - 0.8640236259 - -0.9256477952 - -0.4062943161 - -1.9813537598 - -0.4062943161 - 0.7123575807 - 0.7123575807 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - -2.6610689163 - -2.6610689163 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 2.0812847614 - 2.0812847614 - 3.0750246048 - 3.1415927410 - 3.0750246048 - 3.1415927410 - 1.5090193748 - 1.5090193748 - -2.1279206276 - -2.1279206276 - 2.4610714912 - 2.4610714912 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.0584514141 - 3.1415927410 - 3.0584514141 - 3.0584514141 - -0.1144403070 - -0.1144403070 - 3.1415927410 - 3.1415927410 - -2.5045223236 - -2.5045223236 - 0.9043310285 - 0.9043310285 - 0.7568345070 - 0.7568345070 - -2.7928216457 - -2.7928216457 - 0.7583777308 - 0.7583777308 - 1.7975951433 - 1.7975951433 - -0.7722410560 - -0.7722410560 - 0.6278365850 - 0.6278365850 - 2.6011731625 - 2.6011731625 - 2.3711187840 - 2.3711187840 - -0.7266423702 - -0.7266423702 - 2.3114483356 - 2.3114483356 - 2.3107712269 - 3.0040059090 - 3.0040059090 - 3.1415927410 - 3.1415927410 - -0.8086497784 - -0.8086497784 - 0.5880026221 - 0.5880026221 - 0.6202495098 - -1.3171222210 - -1.3171222210 - 3.1415927410 - 3.1415927410 - 3.0791738033 - 3.0791738033 - 0.7328150868 - 0.7328150868 - 3.0791738033 - 3.0791738033 - 3.1415927410 - -0.0327751450 - -0.0327751450 - -0.7713145614 - -0.7713145614 - 1.5390609503 - 1.5390609503 - -2.6539974213 - -2.6539974213 - 2.3036115170 - 2.3036115170 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 2.0389282703 - 2.0389282703 - 3.0940096378 - 3.0940096378 - 3.0916342735 - 3.0916342735 - 2.2271447182 - -1.2924966812 - 2.2271447182 - -0.1952814013 - -1.0246297121 - -1.0246297121 - -2.5740549564 - -2.5740549564 - -1.0396187305 - 0.8640236259 - 0.8640236259 - -0.9256477952 - 0.8561460376 - 0.8561460376 - 3.0890095234 - 3.0890095234 - 3.1415927410 - 3.1415927410 - -1.9813537598 - -1.9813537598 - -0.4062943161 - 3.1415927410 - 3.1415927410 - 3.0916342735 - 2.6399886608 - 2.6399886608 - 2.4636921883 - 2.4636921883 - -1.1824775934 - -1.1824775934 - 0.0263097174 - 0.0263097174 - -2.9786663055 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - -0.9854819179 - -0.9854819179 - 2.3619086742 - 2.3619086742 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - -1.0460005999 - -1.0460005999 - 1.3799651861 - 1.3799651861 - 1.6826865673 - -1.7928782701 - -1.8081705570 - -1.7928782701 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 1.1968543530 - 1.1968543530 - -2.6858189106 - -2.6858189106 - 3.1415927410 - 3.1415927410 - 3.0791738033 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.0750246048 - 3.1415927410 - -2.5252957344 - -2.5252957344 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.0584514141 - 3.0584514141 - 3.1415927410 - 3.0584514141 - 3.0584514141 - 2.8785979748 - 2.8785979748 - -1.1760052443 - -1.1760052443 - -0.9310265183 - -0.9310265183 - 0.3645260036 - 0.3645260036 - 0.5061751604 - 0.5061751604 - -2.6057813168 - -2.6057813168 - -1.4601391554 - -2.6206829548 - -2.6206829548 - -1.4601391554 - -1.4464412928 - 0.4750107527 - 0.4750107527 - 0.0000000000 - 0.0000000000 - 0.7853981853 - 0.7853981853 - 0.8786520958 - 0.8786520958 - 1.0483928919 - 1.0483928919 - -0.6107259393 - -0.6107259393 - -0.6014547348 - -0.6014547348 - -0.6107259393 - -0.6014547348 - -2.8646838665 - -2.8646838665 - -2.8430936337 - -2.8430936337 - 2.4056589603 - 2.4056589603 - 2.0724003315 - 2.0724003315 - 2.4445712566 - 2.4445712566 - 1.5106281042 - 1.5106281042 - 0.5642681718 - 0.5642681718 - 2.9007461071 - 2.9007461071 - 1.9720251560 - 1.9720251560 - 0.6202495098 - 0.5880026221 - 0.6202495098 - 3.0750246048 - 3.0750246048 - -1.5817848444 - -1.5817848444 - 0.5366881490 - 0.5366881490 - -0.2914567888 - -0.6917502284 - -0.6917502284 - -2.2091162205 - -2.2091162205 - -2.3298847675 - -2.3298847675 - 3.0916342735 - 3.0916342735 - -1.5083775520 - -1.5083775520 - 1.6951513290 - 1.6951513290 - 1.6152114868 - 1.6152114868 - 1.6951513290 - 1.6152114868 - -0.1952814013 - 2.2271447182 - -0.1952814013 - 3.1415927410 - 3.1415927410 - 3.0940096378 - -0.7328150868 - -0.7328150868 - -1.0396187305 - -2.5740549564 - -1.0396187305 - -1.1659045219 - -1.1659045219 - 0.7800506353 - 0.7800506353 - 0.1526493281 - 0.1526493281 - 3.1415927410 - 3.1415927410 - -1.3711124659 - -1.3711124659 - -0.6670723557 - -0.6670723557 - -0.9463859797 - -0.9463859797 - -2.1442368031 - -2.1442368031 - -2.1368513107 - -2.1368513107 - -2.1442368031 - -2.1368513107 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 0.0624188110 - 0.0624188110 - 1.3134726286 - 1.3134726286 - 3.0791738033 - 3.1415927410 - 3.0791738033 - 3.1415927410 - 3.0750246048 - 3.0750246048 - 2.1730837822 - 2.1730837822 - -0.8728935122 - -0.8728935122 - 3.0750246048 - 3.0750246048 - 2.2110240459 - 2.2110240459 - -2.2838571072 - -2.2838571072 - 1.3036538363 - 1.3036538363 - -2.9417641163 - -2.9417641163 - -2.5026786327 - -2.5026786327 - -0.8433043957 - -0.8433043957 - 1.6099919081 - 1.6099919081 - -0.7853981853 - -0.7853981853 - 0.7531512976 - 0.7531512976 - 0.7531512976 - 0.5117388368 - 0.5117388368 - -0.1810926497 - -0.1810926497 - -0.1786310077 - -0.1651486754 - -0.1786310077 - -0.1810926497 - -0.1786310077 - -0.1651486754 - -1.0080591440 - -1.0080591440 - 2.2974386215 - 2.2974386215 - 0.6610431671 - 0.6610431671 - 2.2477111816 - 2.2477111816 - 2.7367007732 - 2.7367007732 - 2.4837040901 - 2.4909658432 - 2.7209293842 - 2.4742865562 - 2.4837040901 - 2.4909658432 - 2.7367007732 - 2.4837040901 - 2.4909658432 - 2.7209293842 - 2.4742865562 - 2.4837040901 - -2.5283854008 - -2.5283854008 - 2.6779451370 - 2.6779451370 - 2.7049655914 - 2.7049655914 - -1.6275534630 - -1.6275534630 - 2.6303620338 - 2.6303620338 - -1.4464412928 - -1.4464412928 - -1.7547397614 - -1.7547397614 - -0.8124186397 - -0.8124186397 - -2.1375255585 - -2.1375255585 - -2.3079559803 - -2.3079559803 - -2.6387493610 - -2.6387493610 - -0.5991753340 - -0.5991753340 - -2.4079999924 - -2.4805495739 - -2.4805495739 - 2.3879299164 - 2.3879299164 - -0.7044940591 - -0.7044940591 - 0.0377179533 - 0.0377179533 - 2.8295505047 - 2.8295505047 - 3.0916342735 - 3.0916342735 - 3.1415927410 - 3.1415927410 - -2.2655346394 - -2.2655346394 - 0.5880026221 - 0.5880026221 - 3.1415927410 - 3.1415927410 - 3.1415927410 - -2.4130437374 - -2.4130437374 - 3.1415927410 - 3.1415927410 - 3.0940096378 - 3.1415927410 - -2.2351672649 - -2.2351672649 - 3.1415927410 - 3.1415927410 - 3.0940096378 - 3.1415927410 - -0.5429511666 - -0.5429511666 - -2.0665614605 - -2.0665614605 - -2.3086113930 - -2.3086113930 - 1.0222469568 - 1.0222469568 - 2.2860395908 - 2.2860395908 - -0.5771921873 - -0.5771921873 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.0916342735 - 3.1415927410 - 3.0916342735 - 2.7233684063 - 2.7233684063 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - -0.8082949519 - -0.8082949519 - -0.9459100962 - -0.9459100962 - 3.0916342735 - 3.0916342735 - 3.1415927410 - 3.1415927410 - 3.1415927410 - -1.9890207052 - -1.9890207052 - -1.8081705570 - -1.8081705570 - -1.7928782701 - -0.7252299190 - -0.7252299190 - -2.0979423523 - -2.0979423523 - -1.5707963705 - -1.5707963705 - 3.1415927410 - 3.1415927410 - 3.0791738033 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - -2.1057515144 - -2.1057515144 - -1.1496762037 - -1.1496762037 - -2.2231271267 - -2.2231271267 - 2.4505083561 - 2.4505083561 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 0.7076331973 - 0.7076331973 - 3.1415927410 - 3.1415927410 - 0.9119902849 - 0.9119902849 - 0.3569119275 - 0.3569119275 - 2.3132102489 - 2.3132102489 - 0.9827937484 - 0.9827937484 - 0.7399748564 - 0.7399748564 - 0.6794137955 - -3.1264421940 - 0.6794137955 - -1.0191413164 - -1.0191413164 - -0.1651486754 - -0.1810926497 - -0.1786310077 - -0.1651486754 - 1.3473197222 - 1.3473197222 - -0.2310906649 - -0.2310906649 - -1.1525720358 - -1.1525720358 - 2.4742865562 - 2.7367007732 - 2.4837040901 - 2.4909658432 - 2.7209293842 - 2.4742865562 - 2.4837040901 - -2.2694561481 - -2.2694561481 - 3.0648207664 - 3.0648207664 - 2.1910457611 - 2.1910457611 - 2.8239572048 - -2.6224465370 - -2.6224465370 - 2.0214576721 - 2.0214576721 - -0.3129012287 - -0.3129012287 - 2.0214576721 - -0.3129012287 - -0.3086508811 - -0.3086508811 - -0.3129012287 - -0.3086508811 - 0.0454232804 - 0.0454232804 - -0.2449786663 - -0.2449786663 - -0.1318830848 - 3.0890095234 - 3.0890095234 - -0.1283232272 - -0.1283232272 - -0.5375866294 - -0.5375866294 - -2.5127964020 - -2.5127964020 - 1.7234456539 - 1.7234456539 - -2.9325697422 - -2.9325697422 - 3.1415927410 - 3.0916342735 - 3.1415927410 - 3.1415927410 - 3.1415927410 - -0.7749818563 - -0.7749818563 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - -2.6467051506 - -2.6467051506 - -2.5167064667 - -2.5167064667 - 3.1415927410 - 3.1415927410 - 2.4199378490 - 2.4199378490 - 3.0916342735 - 3.1415927410 - 3.0916342735 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.0860941410 - 3.0860941410 - 3.1415927410 - 3.1415927410 - 1.6826865673 - 1.3799651861 - 1.6826865673 - 3.0860941410 - 3.0860941410 - -1.7506498098 - -1.7506498098 - -2.5707874298 - -2.5707874298 - -2.5905189514 - 3.1415927410 - 3.1415927410 - -1.6845883131 - -1.6845883131 - 0.2880554497 - -1.6775319576 - 0.2880554497 - -1.0636978149 - -1.0636978149 - -0.8917910457 - -0.8917910457 - 3.0828368664 - 3.0828368664 - -2.5755376816 - -2.5755376816 - -0.1916484982 - -0.1916484982 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 0.9994588494 - 0.9994588494 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - -2.8345468044 - -2.8345468044 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - -0.7780990005 - -0.7780990005 - -0.4547192752 - -0.4547192752 - -1.2220252752 - -1.2220252752 - 0.7568345070 - 0.7568345070 - -1.9437839985 - -1.9437839985 - 0.7419472933 - 0.7419472933 - -1.4601391554 - -1.4601391554 - -1.9772148132 - -1.9772148132 - -1.7280243635 - -1.7280243635 - -2.1641464233 - -2.1641464233 - 2.8809902668 - 2.8809902668 - 1.0136719942 - 1.0136719942 - -0.3217505515 - -0.3217505515 - 2.4087774754 - 2.4069981575 - 2.4087774754 - 2.7209293842 - 2.7367007732 - 2.4837040901 - 2.4909658432 - 2.7209293842 - 2.4742865562 - 2.4837040901 - 2.5868003368 - 2.4837040901 - 2.7367007732 - 2.4837040901 - 2.4909658432 - 2.7209293842 - 2.4742865562 - 2.4837040901 - 2.5868003368 - -0.1009217873 - -0.1009217873 - -2.8685839176 - -0.2715995908 - -0.2715995908 - 2.8501358032 - 2.8501358032 - 1.9534035921 - 1.9534035921 - 2.5226402283 - 2.5226402283 - 1.9534035921 - 2.5226402283 - 1.4259837866 - 1.4259837866 - 1.0096329451 - 1.0096329451 - 2.8239572048 - 2.1910457611 - 2.8239572048 - 3.1415927410 - 3.1415927410 - 2.0497100353 - 2.0497100353 - -0.9851521850 - -0.9851521850 - -2.1842563152 - -2.1842563152 - -2.3036115170 - -2.3036115170 - -2.3344588280 - -2.3344588280 - -0.8176450729 - -0.8176450729 - -0.8093935847 - -0.8093935847 - -0.8176450729 - -0.8093935847 - -0.7157436013 - -0.7157436013 - -1.4773195982 - -1.4773195982 - 0.8561460376 - 0.8561460376 - -1.5707963705 - -1.5707963705 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - -1.8281199932 - -1.8281199932 - 3.1415927410 - 3.0940096378 - 3.1415927410 - 3.0940096378 - 3.1415927410 - -2.0198819637 - -2.0198819637 - -2.4834105968 - -2.4834105968 - -2.6087486744 - -2.6087486744 - -1.4181469679 - -1.4181469679 - 2.6527402401 - 2.6527402401 - -1.2028154135 - -1.2028154135 - 3.1415927410 - 3.0916342735 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.0916342735 - 3.1415927410 - 3.1415927410 - 3.1415927410 - -1.2610933781 - -1.2610933781 - 3.1415927410 - 3.1415927410 - 3.0940096378 - 2.3617193699 - 2.3617193699 - 0.7691833973 - 0.7691833973 - 3.1415927410 - 3.1415927410 - 3.0916342735 - 3.1415927410 - 3.1415927410 - 2.9784972668 - 2.9784972668 - 0.7657928467 - 0.7657928467 - -2.0800974369 - -2.0800974369 - -2.5905189514 - -2.5707874298 - -2.5905189514 - -1.6775319576 - -1.6775319576 - 0.2880554497 - -0.7311037779 - -0.7311037779 - 2.3499052525 - -0.9803427458 - 2.3499052525 - 0.9075933099 - 0.9075933099 - 0.8979637623 - 0.8979637623 - 0.9075933099 - 0.8979637623 - 1.2160906792 - -3.0335810184 - 1.2160906792 - -2.4761826992 - -2.4761826992 - 0.0356991142 - 0.0356991142 - 2.3561944962 - 2.3561944962 - 1.9352039099 - 1.9352039099 - -2.2058229446 - -2.2058229446 - -0.6947382689 - -0.6947382689 - 0.7437555790 - 0.7437555790 - -1.0191413164 - -1.0191413164 - -2.1672973633 - -2.1672973633 - 1.1071487665 - 1.1071487665 - 2.4069981575 - 2.4069981575 - 2.4087774754 - 2.4837040901 - 2.7367007732 - 2.4742865562 - 2.4837040901 - 2.4909658432 - 2.7209293842 - 2.4742865562 - 2.4837040901 - 2.6451699734 - 2.6451699734 - 2.7367007732 - 2.7367007732 - 3.0509328842 - 3.0509328842 - -2.4079999924 - -0.5991753340 - -2.4079999924 - 1.7454684973 - 1.7454684973 - 1.4410938025 - 1.4410938025 - -1.9226130247 - -1.9226130247 - -0.9232052565 - -0.9232052565 - -2.3669466972 - -2.3669466972 - -2.3615999222 - -0.1013465002 - -0.1013465002 - -0.0845437571 - 3.1415927410 - 3.1415927410 - -2.7049655914 - -2.7049655914 - -1.8212394714 - -1.8212394714 - -1.4711276293 - -0.3851574957 - -0.3851574957 - -1.5208379030 - -1.5208379030 - -0.1318830848 - -0.2449786663 - -0.1318830848 - 0.7266423702 - 0.7266423702 - 3.1415927410 - 3.1415927410 - -0.7373069525 - -0.7373069525 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - -2.2860395908 - -2.2860395908 - 0.6947382689 - -2.1939957142 - 0.6947382689 - -0.6857295036 - -0.6857295036 - -0.3830770552 - -0.3830770552 - 0.4636476040 - 0.4636476040 - 2.5040438175 - 2.5040438175 - -2.9130959511 - -2.9130959511 - 0.9913895130 - 0.9913895130 - 3.1415927410 - 3.0940096378 - 3.1415927410 - 3.0940096378 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.0940096378 - 3.1415927410 - 3.1415927410 - -1.7359449863 - -1.7359449863 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.0916342735 - 3.0916342735 - 3.1415927410 - 3.1415927410 - 3.1415927410 - -2.3561944962 - -2.3561944962 - 2.4943809509 - 2.4943809509 - 3.0940096378 - 3.1415927410 - 3.0940096378 - 2.1910457611 - 2.1910457611 - -1.5889761448 - -1.5889761448 - -0.4072558582 - -0.3906070292 - -0.5010133982 - -0.5010133982 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - -0.7173216939 - -0.7173216939 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.0916342735 - 3.1415927410 - 3.1415927410 - 3.1415927410 - -0.4048917890 - -0.4048917890 - -1.7108980417 - -1.7108980417 - 3.0860941410 - 3.0860941410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.0702850819 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.0702850819 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.0702850819 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - -1.8105394840 - -1.8105394840 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 1.8033533096 - 1.8033533096 - 3.1415927410 - 3.1415927410 - -2.0432932377 - -2.0432932377 - -2.0524599552 - -2.4080958366 - -2.4080958366 - -1.3258177042 - -1.3258177042 - -2.2597208023 - -2.2597208023 - 3.1415927410 - 3.1415927410 - 0.2536740899 - 0.2536740899 - 2.6983504295 - 2.6983504295 - 1.3544557095 - 1.3544557095 - 0.7419472933 - 0.7419472933 - 0.7454195023 - 0.7454195023 - -1.0191413164 - -1.0191413164 - -3.1264421940 - -3.1264421940 - 0.6794137955 - 0.7853981853 - 0.7853981853 - 0.7597627640 - 0.7597627640 - 0.7853981853 - 0.7597627640 - 0.7354397774 - 0.7354397774 - 0.7597627640 - 0.7354397774 - -0.8534746170 - -0.8534746170 - -0.8308214545 - -0.6014547348 - -0.5790742636 - 2.7187387943 - 2.7187387943 - 2.7394785881 - 2.7394785881 - 0.4844779372 - 0.4844779372 - 1.0138947964 - 1.5857205391 - 1.5857205391 - 0.8975088596 - 0.8975088596 - -2.8685839176 - -0.1009217873 - -2.8685839176 - 2.5189218521 - 2.5189218521 - -2.8127999306 - -2.8127999306 - 3.1415927410 - 3.1415927410 - -1.1562894583 - -1.1562894583 - 2.7027332783 - 2.9889433384 - 2.9889433384 - 2.9872739315 - 2.9872739315 - 2.9889433384 - 2.9872739315 - -2.0693643093 - -2.0693643093 - -0.5287727714 - -0.5287727714 - 1.9936501980 - 1.9936501980 - -0.0845437571 - -0.1013465002 - -0.0845437571 - -2.1521766186 - -2.1521766186 - 2.4155840874 - 2.4155840874 - -0.2662520409 - -0.2662520409 - -1.8217990398 - -1.8217990398 - 0.5880026221 - 0.5880026221 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - -1.0109994411 - -1.0109994411 - -3.1075148582 - -3.1075148582 - 3.1415927410 - -1.8281199932 - 3.1415927410 - 3.1415927410 - 3.1415927410 - -0.9213955998 - -0.9213955998 - 0.0927563235 - 0.0927563235 - -2.1939957142 - -2.1939957142 - 0.6947382689 - -2.5764431953 - -2.5764431953 - 3.0940096378 - 3.0940096378 - 3.0940096378 - 3.0940096378 - 3.1415927410 - 3.0940096378 - 3.0940096378 - 3.0940096378 - 3.1415927410 - 3.0940096378 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.0940096378 - 3.0940096378 - -0.4072558582 - -1.5889761448 - -0.4072558582 - -0.3906070292 - -1.9839251041 - -1.9839251041 - -1.2590788603 - -1.2590788603 - 1.0419148207 - 1.0419148207 - 2.0219964981 - 2.0219964981 - -2.0414369106 - -2.0414369106 - 3.1415927410 - 3.1415927410 - 3.1415927410 - -0.9803427458 - -0.9803427458 - 2.3499052525 - 0.0509762056 - 0.0509762056 - 0.2520959675 - 0.2520959675 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 1.1124962568 - 1.1124962568 - -2.0524599552 - -2.0432932377 - -2.0524599552 - 3.1415927410 - 3.1415927410 - -0.0540014990 - -0.0540014990 - 3.1415927410 - 3.1415927410 - 3.1415927410 - -0.9032702446 - -0.9032702446 - -3.0189239979 - -3.0189239979 - 1.2753554583 - 2.4980914593 - 2.4980914593 - 2.4875099659 - -2.4697971344 - -2.4697971344 - -2.2439916134 - -2.2439916134 - 1.9809236526 - 1.9809236526 - 2.3496587276 - 2.3496587276 - 2.0968627930 - 0.7437555790 - 0.7437555790 - 0.7469555736 - 0.7469555736 - 0.7483780384 - -0.8308214545 - -0.8534746170 - -0.8308214545 - -0.6014547348 - -0.5790742636 - -0.2484874278 - -0.2484874278 - -0.3091989160 - -0.3091989160 - 1.3780956268 - 1.3780956268 - 2.1995925903 - 2.1995925903 - 2.5868003368 - 2.4837040901 - 2.7209293842 - 2.4837040901 - 2.5868003368 - -0.6386349797 - -0.6386349797 - -0.7853981853 - -1.3134726286 - -0.7853981853 - 2.6590793133 - 2.6590793133 - -0.2186689526 - -0.2186689526 - 2.6422460079 - 2.6422460079 - -1.8794472218 - -1.8794472218 - -0.6747409701 - -0.6747409701 - 2.7027332783 - -1.1562894583 - 2.7027332783 - 2.2831540108 - 2.2831540108 - -0.9532940984 - -0.9532940984 - -1.4711276293 - -1.8212394714 - -1.4711276293 - -1.4711276293 - -1.4157996178 - -1.4157996178 - 3.0916342735 - 3.0916342735 - 2.9229238033 - 2.9229238033 - -0.0447462313 - -0.0447462313 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - -1.1250840425 - -1.1250840425 - 2.3180451393 - 2.3180451393 - 3.0940096378 - 3.0940096378 - 3.0509328842 - 3.0509328842 - 3.0961694717 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - -0.9600703716 - -0.9600703716 - -0.3906070292 - -1.5889761448 - -0.4072558582 - -0.3906070292 - -0.8667000532 - -0.8667000532 - 3.1415927410 - 3.1415927410 - 2.9441971779 - 3.1415927410 - 0.1546005458 - 0.1546005458 - -1.3483490944 - -1.3483490944 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - -3.0335810184 - -3.0335810184 - -1.0857615471 - 1.2160906792 - -1.5503909588 - -1.5503909588 - 2.7560987473 - 2.7560987473 - -1.9111782312 - -1.9111782312 - 2.6821644306 - 2.6821644306 - 2.4875099659 - 2.4980914593 - 2.4875099659 - 1.4341531992 - 1.4341531992 - 0.7483780384 - 0.7469555736 - 0.7483780384 - -1.0516501665 - -1.0516501665 - -0.6014547348 - -0.8534746170 - -0.8308214545 - -0.6014547348 - -0.5790742636 - -0.3805063665 - -0.3805063665 - -0.3605659902 - -0.3409789503 - -0.4337419868 - -0.4337419868 - 0.2186689526 - 0.2186689526 - 0.2276893258 - 2.4742865562 - 2.4742865562 - 2.7257809639 - 2.4837040901 - 2.8501358032 - 2.8501358032 - 2.8373842239 - 2.8373842239 - 2.5120627880 - 2.5120627880 - 2.3771703243 - -2.3943438530 - -2.3943438530 - 3.0509328842 - 3.0509328842 - 3.1415927410 - 3.1415927410 - -1.4616428614 - -1.4616428614 - -0.5028432012 - -0.5028432012 - -2.4852442741 - -2.4852442741 - -2.5024299622 - -1.9906762838 - -1.9906762838 - 0.3841693699 - 0.3841693699 - 0.9179496765 - 0.9179496765 - -2.3615999222 - -2.3669466972 - -2.3615999222 - -3.0509328842 - -3.0509328842 - 1.1773456335 - 1.1773456335 - 1.5175135136 - 1.5175135136 - 3.0399038792 - 3.0399038792 - 3.1415927410 - 3.1415927410 - -1.6052653790 - -1.6052653790 - -3.0045263767 - -3.0090410709 - -3.0090410709 - -3.0045263767 - -3.0045263767 - -1.6052653790 - -3.0090410709 - -3.0045263767 - -0.5372847319 - -0.5372847319 - -0.3217505515 - -2.7149651051 - -2.7149651051 - -1.2578951120 - -1.2578951120 - 3.1415927410 - 3.1415927410 - 0.1899882853 - 0.1899882853 - -1.2172544003 - 2.3561944962 - -1.2172544003 - -2.0198819637 - 0.8897793293 - 0.8897793293 - -0.0544914566 - -0.0544914566 - -0.4804058075 - -0.4804058075 - 0.2174374163 - 0.2174374163 - 0.2150148749 - 0.2150148749 - 0.2174374163 - 0.2150148749 - -2.1808001995 - -2.1808001995 - -1.7263911963 - -1.7263911963 - -0.7032306194 - -0.7032306194 - -0.5524189472 - -0.5524189472 - -0.5880026221 - -0.5880026221 - 2.1130990982 - 2.1130990982 - 2.1074845791 - 0.8324223161 - 0.8324223161 - -0.4636476040 - -0.4636476040 - 3.0702850819 - 3.1415927410 - 3.1415927410 - 3.0702850819 - 3.1415927410 - -2.2759077549 - -2.2759077549 - 0.9197195768 - 0.9197195768 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.0509328842 - 3.0509328842 - 2.9617390633 - 3.0419239998 - 3.0419239998 - 2.9441971779 - 1.0743736029 - 1.0743736029 - -1.0729739666 - -1.0729739666 - 2.0968627930 - 2.3496587276 - 2.0968627930 - 2.2974386215 - 2.2844226360 - 2.0701429844 - 2.0701429844 - 1.6677139997 - 1.6677139997 - -0.5790742636 - -0.8534746170 - -0.8308214545 - -0.6014547348 - -0.5790742636 - -0.3605659902 - -0.3805063665 - -0.3605659902 - -0.3409789503 - -0.0632068291 - -0.0632068291 - 0.2276893258 - 0.2186689526 - 0.2276893258 - -0.4018706381 - -0.8379812241 - -0.8379812241 - -0.7853981853 - -0.7853981853 - 1.0138947964 - 0.4844779372 - 1.0138947964 - 0.8441540003 - 1.1672613621 - 1.1672613621 - 2.7257809639 - 2.4742865562 - 2.7257809639 - -0.7483780384 - -0.7483780384 - -1.3134726286 - -1.3134726286 - -0.7853981853 - -0.0705895871 - -0.0705895871 - -0.0605320185 - -0.3985224366 - -0.3985224366 - 2.7017500401 - 2.7017500401 - 2.7928216457 - 2.7928216457 - 3.0309355259 - 3.0309355259 - -2.7744188309 - -2.7744188309 - -2.3045163155 - -2.3045163155 - 2.3771703243 - 2.5120627880 - 2.3771703243 - -0.7173216939 - -0.7173216939 - -2.4515564442 - -2.4515564442 - -0.1308273971 - -0.1308273971 - -0.6177557111 - -0.6177557111 - -2.2716507912 - -2.2716507912 - -1.2393997908 - -1.2393997908 - 1.7488892078 - 1.7488892078 - -2.5024299622 - -2.4852442741 - -2.5024299622 - 0.8322388530 - 0.8322388530 - -3.0890095234 - -3.0890095234 - 1.6256861687 - 1.6256861687 - 3.0890095234 - 3.0890095234 - 3.0916342735 - 3.0916342735 - 3.0916342735 - -1.4968572855 - -1.4968572855 - -2.1475949287 - -2.1475949287 - 3.0961694717 - 3.0961694717 - -0.8224182725 - -0.8224182725 - -2.8809902668 - -2.8809902668 - 0.6540827155 - 0.6540827155 - -2.9286541939 - -2.9286541939 - 1.5501806736 - 1.5501806736 - 3.1415927410 - 3.1415927410 - 0.6917502284 - 0.6917502284 - 3.1415927410 - 3.1415927410 - 3.0961694717 - 3.0509328842 - 3.0961694717 - -2.4025189877 - -2.4025189877 - 3.1415927410 - 3.1415927410 - 3.0961694717 - -0.1131509840 - -0.1131509840 - -2.0679042339 - -2.0679042339 - -0.1418970525 - -0.1418970525 - -2.4329664707 - -2.4329664707 - -2.2542760372 - 1.0743736029 - 1.0743736029 - -2.8440308571 - -2.8440308571 - 2.9441971779 - 3.0940096378 - 2.9441971779 - 3.1415927410 - 2.1074845791 - 2.1130990982 - 2.1074845791 - 0.3004771769 - 0.3004771769 - -0.7135221958 - -0.7135221958 - 0.0222185645 - 0.0222185645 - -1.5363272429 - -1.5363272429 - 3.0648207664 - 3.0648207664 - 3.0648207664 - 3.0648207664 - 3.0648207664 - 3.0648207664 - 3.0648207664 - 3.0648207664 - 3.0648207664 - 3.0648207664 - 3.0648207664 - 3.0648207664 - 3.0648207664 - 3.0648207664 - 3.0648207664 - 3.0648207664 - 3.0648207664 - -2.3891496658 - -2.3891496658 - 1.0240074396 - 1.0240074396 - 1.1864215136 - 1.1864215136 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.0419239998 - 2.9617390633 - 3.0509328842 - 2.9617390633 - 2.9441971779 - 3.0419239998 - 2.9441971779 - -3.0140831470 - -3.0140831470 - -3.0124454498 - -3.0107653141 - 2.0454931259 - -3.0124454498 - -3.0140831470 - -3.0124454498 - -3.0107653141 - -3.0107653141 - -3.0140831470 - -3.0124454498 - -3.0107653141 - 1.2753554583 - -3.0189239979 - 1.2753554583 - 0.0333209969 - 0.0454232804 - 0.0333209969 - -0.8010218740 - -0.8010218740 - -1.5488218069 - -1.5488218069 - 0.7621465325 - 0.7621465325 - 2.2974386215 - 2.0968627930 - 2.2974386215 - 2.2844226360 - 2.2584676743 - -2.4061529636 - -2.4061529636 - -2.4227626324 - -2.4227626324 - 0.3465388715 - 0.3465388715 - -0.3409789503 - -0.3805063665 - -0.3605659902 - -0.3409789503 - 0.8441540003 - 1.0138947964 - 0.8441540003 - 2.6011731625 - 2.6011731625 - -0.0444152169 - -0.0444152169 - -2.2730531693 - -2.2730531693 - -2.2822554111 - -2.2822554111 - -2.4087774754 - -2.4087774754 - -2.4087774754 - 2.4360244274 - 2.4360244274 - -0.7328150868 - -0.7328150868 - -1.3403939009 - -1.6060757637 - -1.3403939009 - -0.8288490772 - -0.8288490772 - -0.0605320185 - -0.0705895871 - -0.0605320185 - -0.3520443141 - -0.3520443141 - 2.7049655914 - 2.7049655914 - 0.4124104381 - 0.4124104381 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.0419239998 - 1.9693187475 - 1.9693187475 - -1.8329161406 - -1.8329161406 - -2.3295340538 - -2.3295340538 - -0.2276893258 - -0.2276893258 - -1.4711276293 - -1.4711276293 - -1.4711276293 - -1.8592258692 - -1.8592258692 - 0.1899882853 - 0.1899882853 - -2.4517927170 - -2.4517927170 - -2.7468016148 - -2.7468016148 - -2.6834394932 - -2.6834394932 - -0.0407936834 - -0.0407936834 - -0.3217505515 - -0.5372847319 - -0.3217505515 - 2.6984901428 - 2.6984901428 - 3.0916342735 - 3.0916342735 - 3.0916342735 - 0.0665681660 - 2.7509856224 - 0.0665681660 - -0.2386093289 - -0.2386093289 - 3.0961694717 - 3.0961694717 - 3.1415927410 - 3.1415927410 - -2.1777839661 - -2.1777839661 - -2.7886023521 - -2.7886023521 - -0.7086262703 - -0.7086262703 - -1.3101938963 - -1.3101938963 - 0.1243549958 - 0.1243549958 - 3.1415927410 - 3.1415927410 - 3.0961694717 - 3.1415927410 - 3.0961694717 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - -2.2542760372 - -2.4329664707 - -2.2542760372 - 0.9048271179 - 0.9048271179 - 0.0802868158 - 3.0916342735 - 3.0916342735 - 3.0940096378 - 3.0940096378 - 2.9441971779 - 3.0916342735 - 3.0916342735 - -0.8850668073 - -0.8850668073 - 3.1415927410 - 3.1415927410 - 3.0828368664 - 3.0828368664 - 3.1415927410 - 3.0860941410 - 3.0860941410 - 2.1090180874 - 2.1090180874 - 3.1415927410 - 3.1415927410 - 0.0509762056 - 0.0509762056 - 3.0648207664 - 3.0648207664 - 3.0648207664 - 3.0648207664 - 3.0648207664 - 3.0648207664 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 2.9764440060 - 2.9764440060 - 2.5535900593 - 2.5535900593 - 2.5535900593 - 2.5535900593 - 2.5535900593 - 2.5535900593 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - -1.0857615471 - -3.0335810184 - -1.0857615471 - -2.0724003315 - -2.0724003315 - 1.2414702177 - 1.2414702177 - -3.0172376633 - -3.0172376633 - 3.1415927410 - 3.0419239998 - 3.1415927410 - 3.1415927410 - 3.0419239998 - 2.8198421001 - 2.8198421001 - 2.5415425301 - 2.5415425301 - -2.6731374264 - 3.1415927410 - 3.1415927410 - 0.7170118093 - 0.7170118093 - 0.7107074261 - 0.7107074261 - 0.7170118093 - 0.7107074261 - 1.2397001982 - 1.2397001982 - -1.8985347748 - -1.8985347748 - 2.2844226360 - 2.0968627930 - 2.2974386215 - 2.2844226360 - 2.2584676743 - -2.4087774754 - -2.4087774754 - -2.4275019169 - -2.4275019169 - 2.0344438553 - 2.0344438553 - 0.5546815991 - 0.5546815991 - 0.5576322079 - 0.5576322079 - -1.2555816174 - -1.2555816174 - -1.4694498777 - -1.4694498777 - -1.4506876469 - 0.0327751450 - -0.4018706381 - 0.2276893258 - -0.4018706381 - 3.1203193665 - 3.1203193665 - 2.2367656231 - 2.2367656231 - -2.2694561481 - -2.2694561481 - -0.2984989285 - -0.2984989285 - 2.1224513054 - 2.1224513054 - 2.7367007732 - 2.7367007732 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.0419239998 - 2.5812327862 - 2.5812327862 - 3.0584514141 - 3.0584514141 - 3.0702850819 - 3.0702850819 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - -0.7610127330 - -0.7610127330 - -2.3789179325 - -2.3789179325 - 3.0828368664 - 3.0828368664 - -1.6614562273 - -1.6614562273 - 3.1415927410 - 3.1415927410 - 1.8341939449 - 1.8341939449 - -1.1156954765 - -1.1156954765 - -2.4242708683 - -2.4242708683 - 2.3561944962 - 2.3561944962 - -1.2172544003 - -2.0198819637 - -1.2172544003 - -2.0198819637 - 2.5405189991 - 2.5405189991 - 0.3129012287 - 0.3129012287 - -0.6171913743 - -0.6171913743 - -1.5323537588 - -1.7294515371 - -1.5323537588 - -0.6413643360 - -0.6413643360 - -1.2099595070 - -1.2099595070 - 0.0920468494 - 0.0920468494 - -0.7389200330 - -0.7389200330 - -0.4214192033 - -2.5579569340 - -0.4214192033 - -1.9987448454 - 2.1164512634 - 2.1164512634 - 3.1415927410 - 3.1415927410 - 3.0860941410 - -3.0860941410 - -3.0860941410 - 3.1415927410 - 3.0860941410 - -3.0860941410 - 3.1415927410 - 3.0860941410 - 3.1415927410 - 3.0860941410 - -0.9652516842 - -0.9652516842 - -2.7100195885 - -2.7100195885 - 3.1415927410 - 3.1415927410 - 3.0828368664 - 3.1415927410 - 3.1415927410 - 3.0828368664 - 3.0828368664 - 3.1415927410 - 3.1415927410 - -1.0199388266 - -1.0199388266 - 3.0702850819 - 3.0702850819 - 2.5110149384 - 2.5110149384 - 3.0648207664 - 3.0648207664 - 3.0648207664 - 3.0648207664 - 3.0648207664 - 3.0648207664 - 0.2662520409 - 0.2662520409 - 2.5535900593 - 2.5535900593 - -2.6405792236 - -2.6405792236 - 3.0509328842 - 3.0509328842 - 3.0509328842 - 1.7326337099 - 1.7326337099 - 3.0419239998 - 3.0419239998 - 3.1415927410 - 3.1415927410 - 3.0419239998 - 2.0454931259 - -3.0140831470 - 2.0454931259 - -0.9607923627 - -0.9607923627 - 0.0454232804 - 0.0454232804 - 0.0340777114 - 0.0336951092 - 0.0333209969 - -1.0132552385 - -1.0132552385 - 0.4759420753 - 0.4759420753 - 0.7621465325 - 0.7621465325 - 0.7345944643 - 0.7345944643 - -2.4116930962 - -2.4116930962 - -2.4329664707 - -2.4329664707 - -0.0454232804 - -0.0454232804 - -1.1341692209 - -1.1341692209 - 0.7298996449 - 0.7298996449 - 0.7469555736 - 0.7469555736 - -2.3864881992 - -2.3864881992 - -1.4506876469 - -1.4694498777 - -1.4506876469 - 0.4201967120 - 0.4201967120 - 1.5495229959 - 1.5495229959 - 1.5282688141 - 1.5495229959 - 1.5282688141 - 1.5495229959 - 1.5282688141 - 1.5495229959 - 2.8908834457 - 2.8908834457 - -0.7539619803 - -0.7539619803 - -1.0146300793 - -1.0183774233 - -1.0146300793 - -1.6060757637 - -1.6060757637 - -1.0146300793 - -1.6060757637 - -1.3403939009 - -1.8925468922 - -1.8925468922 - -2.1692152023 - -2.1692152023 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - -2.5952327251 - -2.5952327251 - 3.0075695515 - 3.1415927410 - 3.1415927410 - 2.4357805252 - 2.4357805252 - -1.0533086061 - -1.0533086061 - -1.8370484114 - -1.8370484114 - 3.1415927410 - 3.1415927410 - 2.9250423908 - 2.9250423908 - 3.1415927410 - 3.1415927410 - -0.9652516842 - -0.9652516842 - 0.7853981853 - 0.7853981853 - -1.1071487665 - -1.1071487665 - 3.0603764057 - 3.0603764057 - -2.5535900593 - -2.5535900593 - -1.5395565033 - -1.5395565033 - -2.1669955254 - -2.1669955254 - -0.9964914918 - -0.9964914918 - 2.8842689991 - 2.8842689991 - 3.1415927410 - 3.1415927410 - 0.6719631553 - 0.6719631553 - -1.7570191622 - -1.7570191622 - 3.1415927410 - 3.1415927410 - 3.1415927410 - -1.5091462135 - -1.5091462135 - 0.6610431671 - 0.6610431671 - -0.6747409701 - -0.6747409701 - 1.1278711557 - 1.1278711557 - -3.0244839191 - -3.0244839191 - -1.3473197222 - -1.3473197222 - 0.6224716902 - 0.6224716902 - -1.5182132721 - -1.5182132721 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - -0.5682868361 - -0.5682868361 - 2.3423063755 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.0940096378 - -2.5579569340 - -2.5579569340 - -0.4214192033 - -0.8139618039 - -0.8139618039 - -1.9987448454 - -0.4214192033 - -1.9987448454 - -1.6487629414 - -1.6487629414 - -1.9987448454 - -1.6487629414 - 2.9764440060 - 2.9764440060 - 0.7652666569 - 0.7652666569 - 3.0860941410 - 3.1415927410 - 3.0860941410 - -3.0860941410 - -2.3827369213 - -2.3827369213 - -0.9586438537 - -0.9586438537 - -0.9305685163 - -0.9305685163 - 3.0828368664 - 3.1415927410 - 3.0828368664 - 3.1415927410 - 3.0828368664 - 3.1415927410 - 3.0828368664 - 3.0791738033 - 3.0791738033 - 2.6307697296 - 2.6307697296 - 0.9017533064 - 0.9017533064 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 1.2204821110 - 1.2204821110 - 3.1415927410 - 3.1415927410 - 3.1415927410 - -0.6358384490 - -0.6358384490 - 0.7403835654 - 0.7403835654 - -2.3869540691 - -2.3869540691 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - -2.6731374264 - 2.5415425301 - -2.6731374264 - 0.9412663579 - 0.9412663579 - -0.4233107567 - 0.1825598478 - 0.1825598478 - 0.7036137581 - 0.7036137581 - 0.2629947364 - 0.2629947364 - 0.2629947364 - 0.2984989285 - -0.0920468494 - -0.0920468494 - 0.7483780384 - 0.7483780384 - 0.2860514522 - 0.2860514522 - 2.2584676743 - 2.2974386215 - 2.2844226360 - 2.2584676743 - 2.7181532383 - 3.0419239998 - 3.0281577110 - 2.7181532383 - 3.0140831470 - 0.7551044226 - 0.7551044226 - -1.8157750368 - -1.8157750368 - 2.8323936462 - 2.8239572048 - 2.8323936462 - 1.0269638300 - 1.0269638300 - 1.5912016630 - 1.5495229959 - 1.5495229959 - 1.5282688141 - 1.5495229959 - 1.5056711435 - 1.5707963705 - 1.5056711435 - 1.5495229959 - 1.5056711435 - 1.5495229959 - 1.5282688141 - 1.7340365648 - 1.7340365648 - -2.4087774754 - -2.4087774754 - -2.4087774754 - -2.2593555450 - -2.2593555450 - -1.0183774233 - -1.0183774233 - -1.0146300793 - -1.4701277018 - -1.4701277018 - 2.6546933651 - 2.6546933651 - 2.9229238033 - 2.9229238033 - -0.8567056060 - -0.8567056060 - 3.0419239998 - 3.1415927410 - 3.1415927410 - 3.0419239998 - 3.1415927410 - 3.1415927410 - -3.0419239998 - -3.0419239998 - 3.1415927410 - -2.7886023521 - -2.7886023521 - -2.8119683266 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - -2.8198421001 - -2.8198421001 - 2.8933026791 - 2.8933026791 - 2.4149503708 - 2.4149503708 - 2.5804293156 - 2.5804293156 - 3.0860941410 - 3.0860941410 - 3.0828368664 - 3.0828368664 - 3.0791738033 - 3.0791738033 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 2.3448312283 - 2.3448312283 - -2.2486968040 - -2.2486968040 - 0.2242347449 - 0.2242347449 - 3.1415927410 - 3.1415927410 - 1.4382448196 - 1.4382448196 - 1.4399689436 - 1.4399689436 - 1.4382448196 - 1.4399689436 - -1.0636978149 - -1.0636978149 - -1.7105052471 - -1.7105052471 - 2.7509856224 - 2.7509856224 - 0.0665681660 - 2.5127964020 - 2.5127964020 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - -1.1745569706 - -1.1745569706 - -0.7322567701 - -0.7322567701 - 3.0961694717 - 3.0961694717 - -0.4228539169 - 0.2782996595 - 0.2782996595 - -1.7483924627 - -1.7483924627 - -1.7529646158 - 2.4502556324 - 2.4502556324 - 3.1415927410 - 3.1415927410 - -0.7086262703 - -0.7086262703 - 3.0940096378 - 3.1415927410 - 3.1415927410 - 3.0940096378 - 0.0802868158 - 0.9048271179 - 0.0802868158 - 0.0916961581 - 0.0906598866 - -1.4141944647 - -1.4141944647 - -0.1602306813 - -0.1602306813 - 0.2342552096 - 0.2342552096 - -3.0761127472 - -3.0761127472 - -3.0617625713 - -3.0617625713 - -2.7805874348 - -2.7805874348 - 0.2368487567 - 0.2368487567 - 1.7215427160 - 1.7215427160 - -2.8028945923 - -2.8028945923 - 2.1486983299 - 2.1486983299 - 1.2762498856 - 1.2762498856 - 2.3943438530 - 2.3943438530 - 3.0648207664 - 3.0648207664 - 3.0648207664 - 3.0648207664 - -2.6826620102 - -2.6826620102 - 3.0648207664 - 3.0648207664 - 3.1415927410 - 3.1415927410 - -0.2208287716 - -0.2208287716 - -2.3561944962 - 3.1415927410 - 3.1415927410 - -0.7028791904 - -0.7028791904 - 3.0419239998 - 3.0419239998 - 3.0419239998 - 3.1415927410 - 3.0419239998 - 3.0309355259 - 3.0309355259 - 2.4668517113 - 2.4668517113 - 2.4586384296 - 2.4586384296 - 2.4668517113 - 2.4586384296 - 3.1415927410 - 3.1415927410 - 3.0419239998 - 3.1415927410 - 3.1415927410 - 3.0419239998 - -2.5956072807 - -2.5956072807 - 3.1415927410 - 3.1415927410 - 0.0340777114 - 0.0454232804 - 0.0340777114 - 0.0336951092 - 0.0336951092 - 0.0454232804 - 0.0340777114 - 0.0336951092 - 2.5816528797 - 2.5816528797 - -2.6054465771 - 1.3734008074 - 1.3734008074 - 0.2629947364 - 0.2629947364 - 0.2629947364 - 0.2984989285 - 0.2880554497 - 0.2984989285 - 0.2880554497 - 0.2782996595 - 0.2782996595 - 0.2880554497 - 0.2782996595 - -1.1902899742 - -1.1902899742 - 1.1737169027 - 1.1737169027 - 2.9849908352 - 2.9849908352 - 2.9699645042 - 3.0281577110 - 3.0419239998 - 3.0419239998 - 3.0281577110 - 2.7181532383 - 3.0140831470 - 3.0281577110 - 2.7181532383 - 3.0140831470 - 2.7128145695 - 2.7299213409 - 0.0166651234 - 0.0166651234 - 0.0327751450 - -1.4694498777 - 0.0327751450 - 1.4801363945 - 1.4801363945 - 2.8239572048 - 2.8239572048 - 2.8323936462 - 1.5495229959 - 1.5495229959 - 1.5056711435 - 1.5707963705 - 1.5495229959 - 1.5282688141 - 1.5282688141 - 1.5056711435 - 1.5707963705 - 1.5495229959 - 1.5282688141 - 2.4238874912 - 2.4149503708 - 2.4238874912 - 1.9055331945 - 1.9055331945 - 2.5864140987 - 2.5829932690 - 2.5864140987 - -1.1659045219 - -1.1659045219 - 3.1415927410 - -3.0419239998 - 3.1415927410 - 3.1415927410 - 3.1415927410 - -2.8119683266 - -2.7886023521 - -2.8119683266 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - -2.3026742935 - -2.3026742935 - 3.1415927410 - 3.1415927410 - -0.6177557111 - -0.6177557111 - 0.1478493661 - 0.1478493661 - -2.9579703808 - -2.9579703808 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.0075695515 - -2.5952327251 - 3.0075695515 - 1.0971988440 - 1.0971988440 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - -3.0791738033 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - -3.0791738033 - 3.1415927410 - -2.1730837822 - -2.1730837822 - -2.1623959541 - -2.1623959541 - -2.1730837822 - -2.1623959541 - 2.4016177654 - 2.4016177654 - -2.4245808125 - -2.4245808125 - 0.2782996595 - 0.2782996595 - -1.4168516397 - -1.2803944349 - -1.2803944349 - -2.1232151985 - -2.1232151985 - -2.2002387047 - -2.2002387047 - -1.8834285736 - -1.8834285736 - 2.3481945992 - 2.3481945992 - 3.1415927410 - 3.1415927410 - -0.1555948257 - -0.1555948257 - -1.7294515371 - -1.7294515371 - -1.5323537588 - 1.3072324991 - 1.3072324991 - 3.1415927410 - 3.1415927410 - 3.1415927410 - -0.4228539169 - 3.0961694717 - -0.4228539169 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.0961694717 - 3.0961694717 - -0.0934767798 - -1.3258177042 - -0.0934767798 - 3.0961694717 - 3.0961694717 - 3.0961694717 - 3.0961694717 - 3.0961694717 - 3.0961694717 - 3.0961694717 - 3.0961694717 - 3.0961694717 - 3.0961694717 - -1.7529646158 - -1.7483924627 - -1.7529646158 - -0.7496990561 - -0.7496990561 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.0940096378 - -2.5137560368 - -2.5137560368 - 0.0916961581 - 0.0802868158 - 0.0916961581 - 0.0906598866 - 0.0906598866 - 0.0802868158 - 0.0916961581 - 0.0906598866 - 3.0940096378 - 3.0940096378 - 3.0940096378 - -0.0256354082 - -0.0256354082 - -0.3848636448 - -0.3848636448 - 3.1415927410 - 3.1415927410 - 1.6530842781 - 1.6530842781 - 2.8990411758 - 3.1415927410 - -3.0860941410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.0890095234 - 3.1415927410 - 3.1415927410 - 3.0860941410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.0860941410 - 3.0828368664 - 3.1415927410 - 3.0828368664 - 1.0916860104 - 1.0916860104 - -2.8966140747 - -2.8966140747 - -1.9061206579 - -1.9061206579 - 1.9454774857 - 1.9454774857 - -2.2740268707 - -2.2740268707 - 3.0509328842 - 3.0509328842 - 3.0509328842 - -0.5965009928 - -0.5965009928 - 3.0419239998 - 3.0419239998 - 3.0419239998 - -0.1877619475 - -0.1877619475 - -2.2050385475 - -2.2050385475 - 0.1106572226 - 0.1106572226 - 2.3702781200 - 2.3702781200 - 0.1418970525 - 0.1418970525 - -2.6054465771 - 2.5816528797 - -2.6054465771 - -1.4432867765 - -2.5948038101 - -2.5948038101 - 1.6048740149 - 1.6048740149 - 2.4483695030 - 2.4483695030 - 2.4407382011 - 2.4407382011 - 2.4483695030 - 2.4407382011 - -2.9835026264 - -2.9835026264 - 0.3703234196 - 0.3703234196 - 2.9699645042 - 2.9849908352 - 2.9699645042 - 3.0281577110 - 2.9849908352 - 3.0419239998 - 3.0281577110 - 2.7181532383 - 3.0140831470 - 2.7128145695 - -1.1401038170 - -1.1401038170 - -1.1296168566 - -1.1296168566 - -1.1401038170 - -1.1296168566 - -1.0040670633 - -0.9324765205 - 0.3529903889 - 0.3529903889 - 0.3671738207 - -0.6498704553 - -0.6498704553 - -1.7681919336 - -1.7681919336 - -1.4358196259 - -1.4358196259 - 1.0133652687 - 1.0284936428 - 1.0133652687 - -2.9352686405 - -2.8632929325 - -2.8632929325 - -2.8842689991 - 1.5707963705 - 1.5495229959 - 1.5912016630 - 1.5707963705 - 1.5495229959 - 1.5282688141 - 1.9379701614 - 1.9379701614 - 1.3306252956 - 1.3306252956 - -1.0040670633 - -1.0040670633 - -2.3127436638 - -2.3127436638 - 2.4149503708 - 2.4149503708 - 2.4238874912 - 2.3561944962 - 2.5829932690 - 2.5829932690 - 2.5864140987 - 2.7928216457 - 2.7928216457 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 2.3631873131 - 2.3631873131 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 2.7937042713 - 2.7937042713 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 0.2965458035 - 0.2965458035 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.0860941410 - -0.0676930249 - -0.0676930249 - 1.2335431576 - 1.2335431576 - 3.1071236134 - 3.1071236134 - -0.5951794982 - -0.5951794982 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.0339028835 - 3.0339028835 - 3.0636260509 - 3.0636260509 - 3.0940096378 - 3.0940096378 - -2.1662061214 - -2.1662061214 - 1.8635094166 - 1.8635094166 - -1.2832205296 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.0940096378 - 3.0940096378 - 1.5385494232 - 1.5385494232 - 1.5063694715 - 1.5063694715 - 1.5385494232 - 1.5063694715 - 3.1415927410 - 3.1415927410 - 2.4887459278 - 2.4887459278 - -0.8923333287 - -0.8923333287 - 0.5404195189 - 0.5404195189 - -2.3510663509 - -2.3510663509 - 3.0981416702 - 3.0981416702 - 3.0961694717 - 3.0961694717 - -1.3258177042 - -1.3258177042 - -0.0934767798 - 3.0940096378 - 3.0940096378 - -2.3884413242 - -2.3884413242 - 2.0740706921 - -0.6017758250 - 2.0740706921 - -0.4510696530 - -0.4510696530 - -2.3996453285 - -2.3996453285 - 0.8317226171 - 0.8317226171 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 2.0856812000 - 2.0856812000 - 2.3423063755 - -0.5682868361 - 2.3423063755 - 3.0961694717 - 3.0961694717 - -1.9797041416 - -1.9797041416 - -0.9680528045 - -0.9680528045 - -3.0018837452 - -3.0018837452 - 2.5164840221 - 2.5164840221 - -1.8269476891 - -1.8269476891 - -2.4217936993 - -2.4217936993 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 0.0000000000 - 0.0000000000 - -0.0121945171 - -0.0121945171 - 0.0000000000 - -0.0121945171 - -2.3561944962 - -0.2208287716 - -2.3561944962 - 0.8238407373 - 0.8238407373 - -0.7288547158 - -0.7288547158 - 3.0903553963 - 3.0903553963 - 3.0890095234 - 3.0890095234 - 3.0903553963 - 3.0890095234 - 1.4530637264 - 1.4530637264 - 3.1415927410 - 3.1415927410 - -3.0584514141 - -3.0584514141 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.0419239998 - 3.0419239998 - 3.1415927410 - 3.0419239998 - 2.4468543530 - 2.4468543530 - 2.2524020672 - 1.3258177042 - 1.3258177042 - -2.1127955914 - -2.1127955914 - -0.4233107567 - 0.9412663579 - -0.4233107567 - -2.5000219345 - -1.9228405952 - -1.9228405952 - -1.9284595251 - 0.1973955631 - 0.1973955631 - -0.8192834854 - -0.8192834854 - -2.8022999763 - -2.8022999763 - 0.2984989285 - 0.2629947364 - 0.2629947364 - 0.2984989285 - 0.2880554497 - 0.7419472933 - 0.7419472933 - 2.9078495502 - 2.9078495502 - 2.8501358032 - 2.7299213409 - 3.0140831470 - 2.7128145695 - 2.7299213409 - 2.7299213409 - 3.0367157459 - 3.0367157459 - 0.3671738207 - 0.3529903889 - 0.3671738207 - 0.3805063665 - 0.8960554004 - 0.8960554004 - 0.8934099078 - -1.9862884283 - -1.9862884283 - -2.3561944962 - -2.3561944962 - 3.0999500751 - 3.0999500751 - -2.5625183582 - -2.5625183582 - 1.0284936428 - 1.0284936428 - 1.0133652687 - -2.9352686405 - -2.9352686405 - 1.0284936428 - 1.0133652687 - -2.9352686405 - 0.9143089056 - 0.9143089056 - 1.5912016630 - 1.0269638300 - 1.5912016630 - 1.5912016630 - 1.5912016630 - 1.5912016630 - 1.5912016630 - 1.5707963705 - -0.6141594052 - -0.6141594052 - 2.3269629478 - 2.3269629478 - 0.4236689210 - 0.4236689210 - -1.7734550238 - -2.8776290417 - -1.7734550238 - -0.9151006937 - -0.9151006937 - 2.7468016148 - 2.7468016148 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - -2.3323893547 - -2.3323893547 - 1.6856728792 - 1.6856728792 - -3.0791738033 - 3.1415927410 - 3.1415927410 - 3.1415927410 - -3.0791738033 - 3.1415927410 - -0.2478115112 - -0.2478115112 - -2.5661680698 - -2.5661680698 - -0.2478115112 - -2.5661680698 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 2.4468543530 - 2.4468543530 - 2.8991456032 - 2.8991456032 - -2.9168815613 - -2.9168815613 - -1.4168516397 - 0.2782996595 - -1.4168516397 - -1.2832205296 - 1.8635094166 - -1.2832205296 - 0.0890495852 - 0.0890495852 - 2.4136025906 - 2.4136025906 - -1.2854669094 - -1.2854669094 - -0.7778795362 - -0.7778795362 - -0.6923344135 - -0.6923344135 - 2.2103836536 - 2.2103836536 - -2.0693643093 - 2.2865400314 - 2.2865400314 - 2.2612428665 - 2.2612428665 - 2.2865400314 - 2.2612428665 - -2.0693643093 - 2.2103836536 - -2.0693643093 - -0.6089576483 - -0.6089576483 - 3.1415927410 - 3.1415927410 - 0.6876712441 - 0.7086262703 - 0.6876712441 - 3.1415927410 - 3.1415927410 - -0.1243549958 - -0.1243549958 - 3.0961694717 - 3.0961694717 - 3.1415927410 - 0.0000000000 - 0.0000000000 - 0.8736040592 - 0.8736040592 - 3.0940096378 - 3.0940096378 - 3.0940096378 - -2.0344438553 - -2.0344438553 - -2.0074234009 - -2.0074234009 - -2.0344438553 - -2.0074234009 - -1.0895293951 - -1.0895293951 - -0.4116713405 - -0.4116713405 - 2.8990411758 - 1.6530842781 - 2.8990411758 - 2.8134727478 - 2.8134727478 - 3.0890095234 - 3.1415927410 - 3.0890095234 - 3.0860941410 - 3.1415927410 - 3.0860941410 - 0.2292319387 - 0.2292319387 - 3.0648207664 - 3.0648207664 - 3.1415927410 - 3.1415927410 - 2.9409396648 - 2.9409396648 - -2.3657181263 - -2.3657181263 - 3.1415927410 - 3.1415927410 - 3.0509328842 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.0419239998 - 3.0419239998 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.0419239998 - 3.1415927410 - 3.0419239998 - 3.0419239998 - 3.0419239998 - 3.1415927410 - 3.0419239998 - 3.1415927410 - 3.0419239998 - 3.0419239998 - 3.0419239998 - 3.1415927410 - 3.0309355259 - 3.0309355259 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 2.2524020672 - 2.4468543530 - 2.2524020672 - -2.5000219345 - -0.4233107567 - -2.5000219345 - 0.4939413667 - 0.4939413667 - 2.8501358032 - 2.9078495502 - 2.8501358032 - 2.7128145695 - 3.0281577110 - 2.7468016148 - 3.0140831470 - 2.7128145695 - 2.7299213409 - 2.7299213409 - 2.7299213409 - -1.0040670633 - -1.1296168566 - -1.0040670633 - -0.9324765205 - 2.1815223694 - 2.1815223694 - -1.3633000851 - -1.3633000851 - 0.3805063665 - 0.3671738207 - 0.3805063665 - 0.3930580318 - 0.8934099078 - 0.8960554004 - 0.8934099078 - 2.0899424553 - 2.0899424553 - 2.0131704807 - 2.0131704807 - -1.9437839985 - -1.9437839985 - 0.9339030385 - 0.9492697120 - 0.9339030385 - -2.9504082203 - -2.9504082203 - 1.6575347185 - 1.6575347185 - -2.1128852367 - -2.1128852367 - 1.3521274328 - 1.3521274328 - 2.5419964790 - 2.5419964790 - -1.1643778086 - -1.1643778086 - 1.8925468922 - 1.8925468922 - 2.5026786327 - 2.5026786327 - 2.5161075592 - 2.5161075592 - 3.1415927410 - 3.1415927410 - 3.1415927410 - -2.6364941597 - -2.6364941597 - -0.9162255526 - -0.9162255526 - -3.0152845383 - -3.0152845383 - 3.1415927410 - 3.1415927410 - -2.5153312683 - -2.5153312683 - 0.5273908973 - 0.5273908973 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - -1.5946013927 - -1.5946013927 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - -3.0791738033 - 3.1415927410 - -2.2348425388 - -2.2348425388 - 2.2390856743 - 2.2390856743 - 3.0860941410 - 3.1415927410 - 3.0860941410 - 3.1415927410 - 3.1415927410 - 2.9168815613 - 2.9168815613 - -1.3991682529 - 2.7905616760 - -1.3991682529 - 2.3561944962 - 2.3561944962 - 0.2851177454 - 0.2851177454 - 0.8663022518 - 0.8663022518 - -1.2765617371 - -1.2765617371 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - -2.3305590153 - -2.3305590153 - -2.3217253685 - -2.3217253685 - -2.3305590153 - -2.3217253685 - 2.6087486744 - 2.6087486744 - 3.1415927410 - 3.1415927410 - -1.4021993876 - -1.4021993876 - 1.0969450474 - 1.0969450474 - 3.1415927410 - 3.1415927410 - 3.1415927410 - -2.7032561302 - 1.4056476355 - -2.7032561302 - 3.1415927410 - -0.4228539169 - 3.1415927410 - 3.1415927410 - 1.1698466539 - 1.1698466539 - 3.1415927410 - 3.1415927410 - 0.7086262703 - 0.7086262703 - 0.6876712441 - 3.1415927410 - 3.1415927410 - -0.6017758250 - -0.6017758250 - 2.0740706921 - -0.6099169254 - 3.0961694717 - 3.0961694717 - 3.0961694717 - 3.0961694717 - -0.5904535651 - -0.5904535651 - -0.4366271496 - -0.4366271496 - -0.6659692526 - -0.6659692526 - 3.1415927410 - 3.0961694717 - 3.1415927410 - 2.1939957142 - 2.1939957142 - -0.4820787013 - -0.4820787013 - 0.2099735141 - 0.2099735141 - -0.8465463519 - -0.8465463519 - 3.0940096378 - 3.0940096378 - -1.8462224007 - -1.8462224007 - 2.0405788422 - 2.0405788422 - -1.4640606642 - -1.4640606642 - 2.5917394161 - 2.5917394161 - -0.4805236459 - -0.4805236459 - 2.5633697510 - 2.5633697510 - 3.0419239998 - 3.1415927410 - 3.0419239998 - 3.0419239998 - 3.0419239998 - 3.0419239998 - 3.0419239998 - 3.1415927410 - 3.0419239998 - 3.0419239998 - 3.0419239998 - 3.0419239998 - 3.0419239998 - 3.0419239998 - 3.0309355259 - 3.0309355259 - -1.5603799820 - -1.5603799820 - 1.0516501665 - 1.0516501665 - 0.2267988473 - 0.2267988473 - -0.5340703726 - -0.5340703726 - -1.9284595251 - -1.9228405952 - -1.9284595251 - -1.4432867765 - -2.6054465771 - -1.4432867765 - -0.8408966660 - -0.8408966660 - -0.8356351852 - -2.4175698757 - -2.4175698757 - -0.9324765205 - -1.1296168566 - -1.0040670633 - -0.9324765205 - 0.3930580318 - 0.3805063665 - 0.3930580318 - 0.4048917890 - 1.5152977705 - 1.5152977705 - -0.9944211245 - -0.9944211245 - 1.7145349979 - 1.7145349979 - 0.9492697120 - 0.9492697120 - 0.9339030385 - -2.8842689991 - -2.8632929325 - -2.8842689991 - -3.0617625713 - -3.0617625713 - -1.1555689573 - -1.1555689573 - -0.2310906649 - -0.2310906649 - -2.3276307583 - -2.3276307583 - 2.3561944962 - 2.4149503708 - 2.3561944962 - 2.3645975590 - 2.3645975590 - 2.3561944962 - 2.3645975590 - -0.1908311099 - -0.1908311099 - -2.3561944962 - -2.3561944962 - -2.8776290417 - -2.8776290417 - -1.7734550238 - -0.9652516842 - -0.9652516842 - -0.7022569180 - -0.7022569180 - -1.0595656633 - -1.0595656633 - -0.6229090691 - -0.6229090691 - 3.1415927410 - 3.1415927410 - 0.2662520409 - 0.2662520409 - -1.3606137037 - -1.3606137037 - 3.1415927410 - 3.1415927410 - 3.1415927410 - -1.7290366888 - -1.7290366888 - -0.2230309695 - -0.2230309695 - 3.1415927410 - 3.1415927410 - 2.7780656815 - 2.7780656815 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - -3.0791738033 - -1.5821595192 - -1.5821595192 - 1.7078624964 - 0.3374560773 - 0.3374560773 - -2.3799993992 - -2.3799993992 - 1.5707963705 - 1.5707963705 - -1.7938272953 - -1.7938272953 - -1.7840008736 - -1.7840008736 - -1.7938272953 - -1.7840008736 - -0.7086262703 - -0.7086262703 - -1.0191413164 - -1.0191413164 - -0.3729877174 - -0.3729877174 - 2.7750959396 - 2.7750959396 - -0.7942475080 - -0.7942475080 - -0.6012997031 - -0.6012997031 - -1.6756732464 - -1.6756732464 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 2.5213432312 - 2.5213432312 - -0.4939413667 - -1.1189824343 - -2.6539974213 - -1.1189824343 - -2.8318896294 - -2.8318896294 - -3.1121892929 - -3.1121892929 - -3.0806925297 - -3.0806925297 - -0.8139618039 - -0.8139618039 - 3.1415927410 - 3.1415927410 - 0.0000000000 - 0.0000000000 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 1.4056476355 - 1.4056476355 - -2.7032561302 - -2.3980860710 - -2.3980860710 - -3.0715320110 - -3.0715320110 - 3.0961694717 - 3.0961694717 - 3.1415927410 - 0.6485345960 - 0.6485345960 - 0.7610127330 - 0.7610127330 - -1.7440420389 - -1.7440420389 - -2.3860363960 - -2.3860363960 - 0.8935459852 - 0.8935459852 - -1.1553041935 - -1.1553041935 - -3.0393860340 - -3.0393860340 - -2.2952942848 - -2.2952942848 - -2.6311042309 - -1.4324454069 - -1.4324454069 - 3.0828368664 - 3.0828368664 - 3.1415927410 - 3.1415927410 - 3.0828368664 - 3.1415927410 - 0.0000000000 - 0.0000000000 - -1.0133652687 - -1.0133652687 - -2.3239476681 - -2.3239476681 - 3.1415927410 - 3.0702850819 - 3.1415927410 - 2.2716507912 - 2.2716507912 - -1.2897756100 - 0.9694966078 - -1.2897756100 - 3.0509328842 - 3.1415927410 - 3.0509328842 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.0509328842 - 3.1415927410 - 3.1415927410 - 2.0533096790 - 2.0533096790 - 2.1139860153 - 2.1139860153 - -0.8728935122 - -0.8728935122 - -0.8356351852 - -0.8408966660 - -0.8356351852 - -1.2558023930 - -1.2558023930 - 1.6082787514 - 1.6082787514 - 1.5831413269 - 1.5707963705 - 2.7468016148 - 2.7468016148 - 2.7128145695 - 2.7299213409 - 2.7299213409 - 2.7299213409 - 2.7468016148 - 2.7128145695 - 2.7299213409 - 2.7299213409 - 2.7299213409 - 0.4048917890 - 0.3930580318 - 0.4048917890 - 0.4160645008 - 0.7597627640 - 0.7597627640 - -0.7621465325 - -0.7621465325 - -0.9986026883 - -0.9986026883 - 2.7266869545 - 2.7266869545 - 2.5748634338 - 2.5748634338 - -2.4344656467 - -2.3169989586 - -2.4344656467 - -2.3305590153 - -2.3305590153 - -2.3259007931 - -2.3259007931 - 2.2883377075 - 2.2883377075 - 0.8073726296 - 0.8073726296 - 2.2191283703 - 2.2191283703 - 2.6135182381 - 2.6135182381 - -0.8247479200 - -0.8253768682 - -0.8247479200 - -0.7626748085 - -0.7626748085 - -2.4511461258 - -2.4511461258 - 3.1415927410 - -3.0584514141 - 3.1415927410 - 1.8422747850 - 1.8422747850 - 0.3317170143 - 0.3317170143 - -1.6862230301 - -1.6862230301 - 0.8465463519 - 0.8465463519 - 0.4136892259 - 0.4136892259 - 0.2984989285 - 0.2984989285 - -2.5431737900 - -2.5431737900 - 2.7928216457 - 2.7928216457 - -1.0662358999 - -1.0662358999 - -0.4540785253 - -0.4540785253 - -0.7551044226 - -0.7551044226 - -1.3448370695 - -1.3448370695 - -1.8157750368 - -1.8157750368 - 3.0603764057 - 3.0603764057 - -2.2526698112 - 0.9925733805 - -2.2526698112 - 1.0636978149 - 1.0636978149 - -2.6679952145 - -2.6679952145 - 2.3495721817 - 2.3495721817 - -0.4853833020 - -0.9964914918 - -0.9964914918 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - -0.6383197904 - -0.6383197904 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 1.7359449863 - 1.7359449863 - 0.2551823854 - 0.2551823854 - -2.6595139503 - -2.0968627930 - -2.0968627930 - -0.2889754176 - -0.2889754176 - -2.9869921207 - -2.9869921207 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 1.2962210178 - 1.2962210178 - -0.8537845016 - -0.8537845016 - -1.3986054659 - -1.3986054659 - -0.5139196515 - -0.5139196515 - -1.0666303635 - -1.0666303635 - -1.0405805111 - -1.0405805111 - -1.0666303635 - -1.0405805111 - 0.3366748095 - 0.3366748095 - -2.3680987358 - -2.3680987358 - -1.7434778214 - -1.7434778214 - -0.3729877174 - -0.3729877174 - 0.3470616043 - 0.3470616043 - 0.3403819501 - 0.3403819501 - 0.3470616043 - 0.3403819501 - -1.8105394840 - -1.8105394840 - -2.6311042309 - -2.2952942848 - -2.6311042309 - 1.0516501665 - 1.0516501665 - 2.4610714912 - 2.4610714912 - 3.0860941410 - 3.1415927410 - 3.0860941410 - 2.9718143940 - 2.9718143940 - 1.4876550436 - 1.4876550436 - 1.7436569929 - 1.7436569929 - 0.3392926157 - 0.3392926157 - 1.2308659554 - 1.2308659554 - -2.4329664707 - -2.4329664707 - 3.1415927410 - 3.1415927410 - -3.0584514141 - -3.0584514141 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 0.7471654415 - 0.7471654415 - 1.0548708439 - 1.0548708439 - -0.8519663215 - -0.8519663215 - 1.7359449863 - 1.7359449863 - 3.1223642826 - 3.1223642826 - 1.5831413269 - 1.6082787514 - 1.5831413269 - 1.5707963705 - 2.3154008389 - 2.3154008389 - 1.3282448053 - 1.3282448053 - 2.7299213409 - 2.7468016148 - 2.7128145695 - 2.7299213409 - 2.7299213409 - 2.1587989330 - 2.1587989330 - -2.4393358231 - -2.4393358231 - 2.5943083763 - 2.5943083763 - 2.5758912563 - 2.5646595955 - 0.4160645008 - 0.4048917890 - 0.4160645008 - -1.1368429661 - -1.1368429661 - 1.1309537888 - 1.1309537888 - 0.9863524437 - 1.0216434002 - 0.9863524437 - 0.9863524437 - 1.2026655674 - 1.2026655674 - 2.4329664707 - 2.4329664707 - 2.4250509739 - 2.4250509739 - 2.4329664707 - 2.4250509739 - 0.7219912410 - 0.7219912410 - -0.8215270042 - -0.8215270042 - -0.9799847603 - -0.9799847603 - 2.9229238033 - 2.9229238033 - -0.2347226143 - -0.2347226143 - -1.1254953146 - -0.8253768682 - -0.8253768682 - -0.8247479200 - 2.8933026791 - 2.8933026791 - -0.7257674336 - -0.7257674336 - -2.7515444756 - -2.2819509506 - -2.2819509506 - 3.0156800747 - 3.0156800747 - 3.1415927410 - 3.1415927410 - -3.0584514141 - 3.1415927410 - -3.0584514141 - 3.1415927410 - -3.0584514141 - 3.1415927410 - 3.1415927410 - 2.9940245152 - 2.9940245152 - 2.4058773518 - 2.4058773518 - -0.3281199038 - -0.3281199038 - -0.3217505515 - -0.3217505515 - -0.3281199038 - -0.3217505515 - 0.5191460848 - 0.5191460848 - 2.7905616760 - 2.7905616760 - -1.3991682529 - 0.6617714763 - 0.6617714763 - 2.5065658092 - 2.5065658092 - 0.6617714763 - 2.5065658092 - 0.1142543256 - 0.1142543256 - -1.0427218676 - -1.0427218676 - 2.1025204659 - 2.1025204659 - 3.0981416702 - 3.0981416702 - 0.9925733805 - 0.9925733805 - -2.2526698112 - 3.0961694717 - 3.0961694717 - -0.4918091893 - -0.4918091893 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 2.2494587898 - 2.2494587898 - -2.6595139503 - 0.2551823854 - -2.6595139503 - 1.6856728792 - 1.6856728792 - 2.4266657829 - 2.4266657829 - -3.0906164646 - 1.9688106775 - -3.0906164646 - -0.6099169254 - -0.6017758250 - -0.6099169254 - 0.0532828532 - 0.0532828532 - -2.6314668655 - -2.6314668655 - 3.1415927410 - 3.0961694717 - 3.1415927410 - 1.6332151890 - 1.6332151890 - -1.3315647840 - -1.3315647840 - -0.5880026221 - -0.5880026221 - -0.5790742636 - -0.5790742636 - -0.5880026221 - -0.5790742636 - -3.1093456745 - -3.1093456745 - 3.1415927410 - -0.0996686518 - -0.0996686518 - -2.5804293156 - -2.5804293156 - 2.0032041073 - 2.0032041073 - 1.3258177042 - 1.3258177042 - 3.0890095234 - 3.0890095234 - 3.0890095234 - 3.0890095234 - 3.0890095234 - 3.0890095234 - 2.2485046387 - 2.2485046387 - 0.2281026244 - 0.2281026244 - -3.0981416702 - -3.0981416702 - 0.2808377147 - 0.2808377147 - 3.0791738033 - 3.0791738033 - 1.6207547188 - 0.9757267237 - 1.6207547188 - 1.6201390028 - 0.6682894230 - 0.6682894230 - -1.1760052443 - -1.1760052443 - 0.0000000000 - 0.0000000000 - 1.9962459803 - 1.9962459803 - -2.5189218521 - -2.5189218521 - 0.9694966078 - 0.9694966078 - -1.2897756100 - 1.0069270134 - 1.0069270134 - -0.9600703716 - -0.9600703716 - 1.7156088352 - 1.7156088352 - -2.1224513054 - -2.1224513054 - 2.6224465370 - 2.6224465370 - 1.5707963705 - 1.6082787514 - 1.5831413269 - 1.5707963705 - 1.8325098753 - 1.8325098753 - -1.6539375782 - -1.6539375782 - -1.6421037912 - -1.6421037912 - 2.0632820129 - 2.0632820129 - 0.7474417090 - 0.7474417090 - 2.5758912563 - -2.5686264038 - 2.5943083763 - 2.5758912563 - 2.5646595955 - -1.4735431671 - -1.4735431671 - -1.3927034140 - -1.3927034140 - -1.3927034140 - -1.9818608761 - -1.9818608761 - -2.2579205036 - -2.2579205036 - -2.3169989586 - -2.3169989586 - -2.4344656467 - 2.8166875839 - 2.8166875839 - 1.5042281151 - 1.5042281151 - -0.8621700406 - -0.8621700406 - 2.4161226749 - 2.4161226749 - -1.5363272429 - -1.5363272429 - 0.6989996433 - -1.6879050732 - -1.6879050732 - 2.7091848850 - 2.7091848850 - 2.5308666229 - 2.5308666229 - 2.6546933651 - 2.6546933651 - 2.2666907310 - 2.2666907310 - -2.6779451370 - -2.6779451370 - 2.8966140747 - 2.8966140747 - 2.5453934669 - 2.5453934669 - 2.5930433273 - 2.5930433273 - -1.1254953146 - -0.2347226143 - -1.1254953146 - -2.7515444756 - -0.7257674336 - -2.7515444756 - -1.6396528482 - -1.6396528482 - -2.1562864780 - -2.1562864780 - 3.1415927410 - 3.1415927410 - -2.9675474167 - -2.9675474167 - -1.7879076004 - -1.7879076004 - -2.5944392681 - -2.5944392681 - 1.5707963705 - 1.5707963705 - -0.4206633568 - -0.4206633568 - 3.0702850819 - 3.0702850819 - -2.3561944962 - -2.3561944962 - 3.1415927410 - 3.1415927410 - 1.7078624964 - -1.5821595192 - 1.7078624964 - 2.3774678707 - 2.3774678707 - 3.1415927410 - 3.1415927410 - 0.8133238554 - 0.8133238554 - 0.3529903889 - 0.3529903889 - 3.0595850945 - 3.0595850945 - -2.0533096790 - -2.0533096790 - -1.2949904203 - -1.2949904203 - 0.7970255613 - 0.7970255613 - -1.2822089195 - -1.2822089195 - -2.1077070236 - -2.1077070236 - -0.4853833020 - 2.3495721817 - -0.4853833020 - -1.6788080931 - -1.6788080931 - -1.7224018574 - -1.7224018574 - -0.4939413667 - 2.5213432312 - 2.9679214954 - 2.9648838043 - -0.4939413667 - -2.6539974213 - -2.6539974213 - -1.1189824343 - 2.7445132732 - 2.7445132732 - 2.6864917278 - 2.6864917278 - 2.2519228458 - 2.2519228458 - 0.0798299834 - 0.0798299834 - 2.4526681900 - 2.4526681900 - -1.0868469477 - -1.0868469477 - 0.1478493661 - 0.1478493661 - -3.0986084938 - -0.0350733288 - -0.0350733288 - 3.1415927410 - -3.1093456745 - 3.1415927410 - 3.0961694717 - 3.0961694717 - -2.2896263599 - -2.2896263599 - 1.9185633659 - 1.9185633659 - 2.0899424553 - 2.0899424553 - 2.0074234009 - 3.0916342735 - 3.0916342735 - 3.0916342735 - -0.6610431671 - -0.6610431671 - 1.5059523582 - 0.8828330040 - 0.8828330040 - -2.1090180874 - -2.1090180874 - -2.1156601906 - 0.9179496765 - 0.9179496765 - 1.6201390028 - 0.9757267237 - 1.6207547188 - 1.6201390028 - -2.3392469883 - -0.6017758250 - -0.6017758250 - 3.0702850819 - 3.0702850819 - 3.1415927410 - 2.4980914593 - 2.4980914593 - 3.1415927410 - 3.1415927410 - 3.0509328842 - 3.0509328842 - 3.1415927410 - 3.0509328842 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - -0.1688318998 - -0.1688318998 - -2.9669203758 - -2.9669203758 - 3.0791738033 - 3.0791738033 - -2.2937757969 - -2.2937757969 - 2.6546933651 - 2.6546933651 - -2.4020338058 - -2.4020338058 - 0.9964914918 - 0.9964914918 - -1.5707963705 - 2.9250423908 - 2.9250423908 - 2.5646595955 - -2.5686264038 - 2.5943083763 - 2.5758912563 - 2.5646595955 - 0.7118468881 - 0.7118468881 - 0.9151006937 - 0.9151006937 - -1.3927034140 - -1.3927034140 - -1.3927034140 - -2.1887626648 - -2.1887626648 - 0.8781544566 - 0.9917220473 - 0.9783689976 - 0.8781544566 - 2.5308666229 - 2.5308666229 - 1.0216434002 - 1.0500679016 - 1.0216434002 - 0.9863524437 - 0.9863524437 - -2.5794060230 - -2.5794060230 - 2.8230369091 - 2.6504290104 - 2.8230369091 - 2.4329664707 - 2.4329664707 - -0.7509290576 - -0.7509290576 - 0.6989996433 - -1.5363272429 - 0.6989996433 - -1.0269638300 - -1.0269638300 - 2.7367007732 - 2.7367007732 - 2.3326694965 - 2.3326694965 - 2.7700748444 - 2.7588491440 - 2.7700748444 - 2.9291605949 - 2.9291605949 - 2.5959374905 - 2.5959374905 - 2.6387493610 - 2.6387493610 - 2.6387493610 - 2.6387493610 - -2.6918330193 - -2.6918330193 - -0.7476801872 - -0.7476801872 - 2.5213432312 - 2.5213432312 - -1.1525720358 - -1.1525720358 - -2.6918330193 - -2.6918330193 - 1.4056476355 - 1.4056476355 - -0.7086262703 - -0.7086262703 - -0.6470472217 - -0.6470472217 - 3.0584514141 - 3.0584514141 - 3.1415927410 - 3.1415927410 - -1.9583201408 - -1.9583201408 - 1.1902899742 - 1.1902899742 - -2.6071972847 - -2.6071972847 - 3.1415927410 - 3.1415927410 - -2.0922307968 - -2.0922307968 - -0.9349579215 - -0.9349579215 - 2.6601953506 - 2.6601953506 - -1.4940243959 - -1.4940243959 - -2.3370885849 - 0.9779511690 - -2.3370885849 - -2.3305590153 - -2.3305590153 - -2.3370885849 - -2.3305590153 - -0.4535976946 - -0.4535976946 - -0.4434483349 - 3.1415927410 - 3.1415927410 - -2.0749623775 - -2.0749623775 - 2.9562447071 - 2.5010070801 - 0.6851437092 - 0.6851437092 - -2.9392709732 - -2.9392709732 - 2.3421108723 - 2.3421108723 - 3.1415927410 - 3.1415927410 - -1.7051178217 - -1.7051178217 - 3.1415927410 - 3.1415927410 - 1.1955255270 - 1.1955255270 - -1.2234103680 - -1.2234103680 - -1.2178059816 - -0.6933513284 - -0.6933513284 - 3.0961694717 - 3.0961694717 - -0.4353532791 - -0.4353532791 - 1.5096482038 - 1.5096482038 - -0.4353532791 - 1.5096482038 - -2.4925971031 - -2.4925971031 - -2.4756233692 - -2.4756233692 - -2.4925971031 - -2.4756233692 - 2.0074234009 - 2.0899424553 - 2.0074234009 - 0.6851437092 - 0.6851437092 - 2.7509856224 - 2.7509856224 - 3.1415927410 - 3.1415927410 - -2.1156601906 - -2.1090180874 - -2.1156601906 - 3.1415927410 - 3.1415927410 - 3.0860941410 - 3.0828368664 - 3.0828368664 - 3.0860941410 - 3.0860941410 - -0.4837791026 - -0.4837791026 - -1.8783634901 - -1.2004729509 - -1.8783634901 - 0.9757267237 - 0.9757267237 - 1.6207547188 - 1.6201390028 - -2.3392469883 - 1.6201390028 - -2.3392469883 - -2.3561944962 - -2.3561944962 - -2.3392469883 - -2.3561944962 - 3.0648207664 - 3.0648207664 - 3.0584514141 - 3.0584514141 - -0.8090158105 - -0.8090158105 - -0.8093935847 - -0.4721219838 - -2.0131704807 - -0.4721219838 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1108331680 - 3.1108331680 - 2.5535900593 - 2.5535900593 - 3.1415927410 - 3.0309355259 - 3.1415927410 - 3.1415927410 - 3.1415927410 - -1.2722973824 - -1.2722973824 - -1.5707963705 - 0.9964914918 - -1.5707963705 - 1.9195673466 - 1.9195673466 - 0.0759406388 - 0.0759406388 - 0.0751271546 - 0.0751271546 - 0.0759406388 - 0.0751271546 - 2.0852477551 - 2.0852477551 - -1.0199388266 - -1.0199388266 - 1.0500679016 - 1.0845537186 - 1.0500679016 - 1.0216434002 - 0.9863524437 - 0.9863524437 - 1.0500679016 - 1.0216434002 - 0.9863524437 - 0.9863524437 - 1.1466019154 - 1.2220252752 - 1.1849136353 - 1.1466019154 - 3.0443394184 - 3.0443394184 - -0.3152146935 - -0.3152146935 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - -3.0584514141 - 3.1415927410 - -2.6779451370 - -2.6779451370 - -1.0040670633 - -1.0040670633 - 1.0370881557 - 2.6306431293 - 2.6306431293 - 0.8502421975 - 0.8502421975 - 1.1441688538 - 1.1441688538 - -3.0461390018 - -3.0461390018 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - -1.8857902288 - -1.8857902288 - 0.9779511690 - 0.9779511690 - -2.3370885849 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - -0.4434483349 - -0.4535976946 - -0.4434483349 - -2.1072318554 - -2.1072318554 - -1.4382448196 - -1.4382448196 - 2.9562447071 - -2.0749623775 - 2.9562447071 - 2.5010070801 - -2.0749623775 - 2.5010070801 - 2.2865400314 - 2.2865400314 - 2.9679214954 - 2.9679214954 - 2.9648838043 - -0.4939413667 - 2.9648838043 - 2.9679214954 - 2.9648838043 - -0.4939413667 - -0.5211381316 - -0.5211381316 - 3.0981416702 - 3.0981416702 - 3.1415927410 - 3.1415927410 - 3.0981416702 - 3.1415927410 - 0.4048917890 - 0.4048917890 - -2.3561944962 - -2.3561944962 - 1.5208379030 - 1.5208379030 - -2.9043858051 - -2.9043858051 - 1.9688106775 - 1.9688106775 - -3.0906164646 - -1.1167178154 - -1.1167178154 - 3.0981416702 - 3.0981416702 - -1.2178059816 - -1.2234103680 - -1.2178059816 - -0.5036262870 - -0.5036262870 - 3.0961694717 - 3.0961694717 - 1.0214217901 - -0.8575617671 - 1.0214217901 - 3.0940096378 - 3.0940096378 - -0.9532940984 - -0.9532940984 - 0.3145042956 - 2.4619438648 - 2.4619438648 - 1.5059523582 - -0.6610431671 - 1.5059523582 - -0.4764674306 - -0.4764674306 - -2.2670009136 - -2.2670009136 - 3.1415927410 - 3.1415927410 - -1.3182420731 - -1.3182420731 - 0.4048917890 - 0.4048917890 - -1.4835186005 - -1.4835186005 - -0.8093935847 - -0.8090158105 - -0.8093935847 - 1.6799497604 - 1.6799497604 - -0.9505468607 - 2.1427145004 - -0.9505468607 - 0.8822371960 - 0.8822371960 - 3.1415927410 - 3.1415927410 - 3.0309355259 - 0.7157436013 - 0.7157436013 - 0.9707460999 - 0.9707460999 - -2.5686264038 - -2.5686264038 - 2.5758912563 - 2.5646595955 - 1.5707963705 - 1.5707963705 - -0.8760580420 - -0.8760580420 - -1.3134726286 - -1.3134726286 - 2.4756233692 - 2.4756233692 - -2.9216783047 - -2.9216783047 - -2.9865958691 - -2.9865958691 - 1.1849136353 - 1.2220252752 - 1.1849136353 - 1.1466019154 - 2.6504290104 - 2.6504290104 - 2.8230369091 - -1.9163519144 - -1.9163519144 - -1.9044984579 - -1.9044984579 - -1.9163519144 - -1.9044984579 - -2.3923232555 - -2.4163627625 - -2.3923232555 - -0.6610431671 - -0.6610431671 - -0.1325515360 - -0.1325515360 - -2.3884413242 - -2.3884413242 - -2.2937757969 - 2.7588491440 - 2.7588491440 - 2.7477240562 - 2.7700748444 - -2.0607535839 - -2.0607535839 - 2.8198421001 - 2.8198421001 - -0.7980557084 - -0.7980557084 - -0.7454195023 - -0.7454195023 - 2.6992185116 - 2.6992185116 - 2.6197583675 - 2.6197583675 - 3.1415927410 - 3.1415927410 - 3.0419239998 - 3.0419239998 - 3.1415927410 - 3.1415927410 - -3.0572860241 - -3.0572860241 - -2.5865969658 - -2.5865969658 - 1.0370881557 - -1.0040670633 - 1.0370881557 - -2.4186131954 - -2.4186131954 - -0.1994405538 - -0.1994405538 - -2.5018229485 - -2.5018229485 - -0.1022067145 - -0.1022067145 - -1.0475180149 - -1.0475180149 - 0.1929708123 - 0.1929708123 - -0.8219672441 - -0.8219672441 - -0.6760796309 - -0.6760796309 - -0.7306584120 - -0.7306584120 - 2.1390831470 - 2.1390831470 - -0.9107872844 - -0.9107872844 - 3.0472786427 - 3.0472786427 - -2.3790912628 - -2.3790912628 - 0.4168980718 - 0.4168980718 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - -2.3404889107 - -2.3404889107 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 2.3368420601 - 2.3368420601 - 3.0828368664 - 3.0828368664 - 1.7074395418 - 1.7074395418 - -3.0986084938 - 0.1478493661 - -3.0986084938 - 3.1415927410 - 3.1415927410 - -2.0163736343 - -2.0163736343 - -2.0160973072 - -2.0160973072 - -1.4677146673 - -1.4677146673 - -2.3561944962 - -2.3561944962 - 0.3841693699 - 0.3841693699 - -0.5081726313 - -0.5081726313 - 3.0916342735 - 3.0916342735 - 3.0916342735 - 1.2939981222 - 1.2939981222 - 1.7033478022 - 0.8494131565 - 0.8494131565 - -1.8957014084 - -1.8957014084 - -1.2004729509 - -1.2004729509 - -1.8783634901 - 3.1415927410 - 3.1415927410 - -0.2954408228 - -0.2954408228 - -1.1071487665 - -1.1071487665 - 0.7985553145 - 0.7985553145 - 1.1341692209 - 1.1341692209 - 1.8840725422 - 1.8840725422 - 2.8632929325 - 2.8632929325 - 1.8840725422 - 2.8632929325 - -1.6224744320 - -1.6224744320 - -0.4470745325 - -0.4470745325 - 0.7970255613 - 0.7970255613 - 0.7911784649 - 0.7911784649 - 0.7970255613 - 0.7911784649 - -2.2352917194 - -2.2352917194 - 2.3906636238 - 2.3906636238 - 3.1415927410 - 3.1415927410 - 3.1415927410 - -1.8925468922 - -1.8925468922 - -0.9791966081 - -0.9791966081 - 1.0367259979 - 1.0367259979 - 0.6169418693 - -0.7791089416 - -0.7791089416 - -1.5258827209 - -1.5258827209 - 0.7285489440 - 0.7285489440 - -0.2935889959 - -0.2935889959 - 0.8519663215 - 0.8519663215 - 0.7631796002 - 0.7631796002 - 0.9917220473 - 0.9917220473 - 0.9783689976 - 0.8781544566 - 0.9783689976 - 0.9917220473 - 0.9783689976 - 0.8781544566 - 1.0845537186 - 1.1349194050 - 1.0845537186 - 1.0500679016 - 2.5535900593 - 2.5535900593 - 1.2220252752 - 1.2220252752 - 1.1849136353 - 1.1466019154 - -2.8198421001 - -2.8753407001 - -2.8198421001 - -2.4163627625 - -2.4163627625 - -2.3923232555 - -2.2937757969 - -2.3884413242 - -2.2937757969 - 2.5829932690 - 2.5829932690 - -0.8042638302 - -0.8042638302 - 2.6135182381 - 2.5948038101 - 2.6135182381 - -1.7074395418 - -1.7074395418 - -0.8176450729 - -0.8020632863 - -0.8176450729 - 3.1415927410 - 3.1415927410 - -3.0419239998 - -3.0419239998 - 0.5575411320 - 0.5575411320 - 1.0093026161 - 1.0093026161 - 1.5707963705 - 1.5707963705 - 1.2014626265 - 1.2014626265 - -2.6292030811 - -2.6292030811 - 3.0860941410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - -0.9056936502 - -0.9056936502 - 3.1415927410 - 3.1415927410 - -1.3940874338 - -1.3940874338 - 2.1112158298 - 2.1112158298 - -2.9788653851 - -2.9788653851 - -2.2593555450 - -2.2593555450 - 2.1962814331 - 2.1962814331 - 2.3838117123 - 2.3838117123 - -0.7797484994 - -0.7797484994 - -3.0821390152 - -3.0821390152 - -2.2348425388 - -2.2348425388 - 3.1415927410 - 3.1415927410 - 0.0000000000 - 0.0000000000 - 1.6382613182 - 1.6382613182 - 1.6052653790 - 1.6052653790 - -0.0399786867 - -0.0399786867 - 3.0981416702 - 3.0981416702 - -2.8743336201 - -2.8743336201 - 0.0281615667 - 0.0281615667 - 2.6714091301 - 2.6714091301 - -0.7853981853 - -0.7853981853 - 0.3145042956 - -0.9532940984 - 0.3145042956 - 0.8253768682 - 0.8253768682 - -0.6055446863 - -0.6055446863 - -2.3706862926 - -2.3706862926 - 1.2178059816 - 1.2178059816 - -2.5809056759 - -2.5809056759 - 3.0090410709 - 3.0090410709 - 3.0648207664 - 3.0648207664 - 3.0648207664 - -2.0131704807 - -2.0131704807 - -0.4721219838 - -0.9964914918 - 0.6721128225 - 0.6721128225 - 0.7580825686 - 0.7580825686 - -0.9011573792 - -0.9011573792 - 3.0309355259 - 3.1415927410 - 3.0309355259 - 3.1415927410 - -2.3702781200 - -2.3702781200 - 0.6169418693 - 1.0367259979 - 0.6169418693 - 0.6114969850 - 0.6114969850 - 0.6169418693 - 0.6114969850 - 0.1259126216 - 0.1259126216 - 2.3162157536 - 2.3162157536 - 2.9199430943 - 2.9199430943 - 0.8621700406 - 0.8621700406 - -0.9505468607 - -0.9505468607 - 2.2498016357 - 2.2498016357 - 2.5046994686 - 2.5046994686 - -1.9144868851 - -1.9144868851 - 2.5308666229 - 2.5308666229 - 2.4407382011 - 2.4407382011 - -0.8253768682 - -0.8253768682 - -0.8253768682 - -0.8253768682 - -0.8253768682 - -0.8253768682 - 2.3757998943 - 0.2812322080 - 0.2812322080 - 2.7477240562 - 2.7588491440 - 2.7477240562 - -1.0020684004 - -1.0020684004 - 2.5948038101 - 2.5948038101 - 2.6135182381 - 2.5659656525 - 2.5659656525 - 2.6224465370 - 2.6224465370 - -1.2490457296 - -1.2490457296 - 2.5899376869 - 2.5899376869 - -0.7675428987 - -1.0427218676 - -1.0427218676 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - -2.5269296169 - -2.5269296169 - -0.2961151600 - -0.2961151600 - -2.4127378464 - -2.4127378464 - -2.2711288929 - -2.2711288929 - 2.1451010704 - 2.1451010704 - 3.0828368664 - 3.0828368664 - -1.5444866419 - -1.5444866419 - 3.0040059090 - 3.0040059090 - -2.9119501114 - -2.9119501114 - 3.0500128269 - 3.0500128269 - -0.6719631553 - -0.6719631553 - 3.0981416702 - 3.0981416702 - 3.1415927410 - 3.1415927410 - -2.2587597370 - -2.2587597370 - 1.8701626062 - 1.8778420687 - 1.8701626062 - 3.1415927410 - 3.1415927410 - -3.1234128475 - -3.1234128475 - 1.0240074396 - 1.8730688095 - 1.8730688095 - -1.1692157984 - 0.4914182425 - 0.4856221080 - -1.1692157984 - 2.0054664612 - 2.0054664612 - -0.4899573326 - -0.4899573326 - -1.5279654264 - -1.5279654264 - 2.3662950993 - 2.3662950993 - -0.8575617671 - -0.8575617671 - 1.0214217901 - 3.1415927410 - 3.1415927410 - -0.2006528825 - -0.2006528825 - 1.7033478022 - 1.2939981222 - 1.7033478022 - 0.8419415951 - 0.8419415951 - 2.9139032364 - 2.9139032364 - 0.7910478115 - 0.7910478115 - 1.2715500593 - 1.2715500593 - 1.5120404959 - 1.5120404959 - -0.2186689526 - -0.2186689526 - 3.0648207664 - 3.0648207664 - 3.0648207664 - 3.0648207664 - -0.9964914918 - -2.0131704807 - -0.9964914918 - 2.1427145004 - 2.1427145004 - -0.9505468607 - -1.6438368559 - -0.2662520409 - -1.6438368559 - -1.2433961630 - -1.2433961630 - -2.5127964020 - -2.5127964020 - -1.2433961630 - -2.5127964020 - -2.1164512634 - -2.1164512634 - 2.4379789829 - 2.4379789829 - -0.0767718926 - -0.0767718926 - -1.6490675211 - -0.4813972116 - -0.4813972116 - -0.7583777308 - -2.5213432312 - -2.5213432312 - -2.5213432312 - -2.5213432312 - -2.5213432312 - -2.5213432312 - -0.6810169816 - -0.6810169816 - 0.2558085620 - 0.2558085620 - 0.1228352413 - 0.1228352413 - 0.1213520020 - 0.1213520020 - 0.1228352413 - 0.1213520020 - -2.9304993153 - -2.9304993153 - 2.1293957233 - 2.1293957233 - 2.0576956272 - 2.8966140747 - 2.8966140747 - -2.5588531494 - -2.5588531494 - 1.3897036314 - 1.3897036314 - 0.7853981853 - 0.7853981853 - -2.9282240868 - -2.9282240868 - -2.9660005569 - -2.9660005569 - -2.9282240868 - -2.9660005569 - -0.9097531438 - -0.9097531438 - 2.5127964020 - 2.5127964020 - -0.8086497784 - -0.8086497784 - 0.0996686518 - 0.0996686518 - 2.3757998943 - -0.8253768682 - 2.3757998943 - 2.5269296169 - 2.5269296169 - 0.6871241927 - 0.6871241927 - -1.1334583759 - -1.1334583759 - 0.2984989285 - 0.2984989285 - 0.2284966409 - 0.2284966409 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 2.1555416584 - 2.1555416584 - -2.5050845146 - 3.0557823181 - 3.0557823181 - -0.3662555516 - -0.3662555516 - 2.1193456650 - 2.1193456650 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 2.3235974312 - 2.3235974312 - 1.1484097242 - 1.1484097242 - -0.2304024398 - -0.2304024398 - -0.2331798077 - -0.2331798077 - -0.2304024398 - -0.2331798077 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.0961694717 - 3.0961694717 - 1.5707963705 - 1.5707963705 - 0.6610431671 - 0.6610431671 - 3.1415927410 - 3.1415927410 - -3.0961694717 - -3.0961694717 - -1.9936501980 - 1.8778420687 - 1.8778420687 - 1.8701626062 - -1.4464412928 - -1.4464412928 - -1.4157996178 - -1.4157996178 - -1.4464412928 - -1.4157996178 - 0.0309179798 - 0.0309179798 - -2.1995925903 - -2.1995925903 - 1.1441688538 - 1.1441688538 - 3.1415927410 - 3.1415927410 - -2.8340256214 - -2.8340256214 - 1.5367186069 - -0.3782939911 - -0.3782939911 - 3.1415927410 - 3.0981416702 - 3.1415927410 - 3.1415927410 - 3.0672616959 - 3.0672616959 - 0.4914182425 - 0.4914182425 - 0.4856221080 - -1.1692157984 - 0.4856221080 - 0.4914182425 - 0.4856221080 - -1.1692157984 - -1.4332095385 - -1.4332095385 - -2.4142687321 - -2.4142687321 - 3.0928506851 - 3.0928506851 - -2.0179846287 - -2.0179846287 - 3.1415927410 - 3.1415927410 - 1.0589405298 - 1.0589405298 - -0.1593516469 - -0.1593516469 - -0.2325569391 - -0.2325569391 - -1.0736883879 - -1.0736883879 - -1.3644723892 - -1.3644723892 - -0.4776653945 - -0.4776653945 - 3.1415927410 - 3.1415927410 - -2.2286849022 - -2.2286849022 - -2.0778949261 - -2.0778949261 - 0.8062284589 - 0.8062284589 - 2.6281936169 - -0.7853981853 - 2.6281936169 - -1.4204249382 - -1.4204249382 - 3.0367157459 - 3.0367157459 - 3.0676536560 - 3.0676536560 - 3.0667328835 - 3.0667328835 - 3.0676536560 - 3.0667328835 - 0.1746722013 - 0.1746722013 - 0.1899882853 - -1.1501330137 - -1.1501330137 - 0.9272952080 - 0.9272952080 - -2.8501358032 - -2.8501358032 - -1.3111666441 - -1.3111666441 - -2.4980914593 - -2.4980914593 - 0.3019511700 - 0.3019511700 - -1.6490675211 - -0.0767718926 - -1.6490675211 - -2.6183142662 - -2.6183142662 - -2.7610862255 - -2.7610862255 - -2.5308666229 - -2.5308666229 - 1.1597317457 - 1.1597317457 - -2.4149503708 - -2.4149503708 - 2.0576956272 - 2.1293957233 - 2.0576956272 - -1.7033478022 - -1.7033478022 - 0.6276293993 - 1.1001558304 - 1.1071487665 - 1.1001558304 - 0.6276293993 - 1.1349194050 - 1.1349194050 - 1.0845537186 - 2.4980914593 - 2.4980914593 - 1.8817945719 - 1.8817945719 - -0.8960554004 - -0.8960554004 - -0.8960554004 - 2.4634733200 - 2.4634733200 - -0.9272952080 - -0.9272952080 - -2.8753407001 - -2.8753407001 - -2.8198421001 - 2.8357138634 - 2.8357138634 - 2.5602123737 - 2.5602123737 - -0.8020632863 - -0.8020632863 - -0.8176450729 - 0.4487233460 - 0.4487233460 - -1.6539375782 - -1.6539375782 - -1.6563016176 - -3.0648207664 - -3.0648207664 - -3.0584514141 - -3.0584514141 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - -1.7960730791 - -1.7960730791 - -2.0566625595 - -2.0566625595 - -0.9621070027 - 1.3734008074 - -0.9621070027 - 3.0860941410 - -2.6292030811 - 3.0860941410 - -0.4346702099 - -0.4346702099 - -0.0895038173 - -0.0895038173 - -0.0883767828 - -0.5337082148 - -0.0883767828 - -0.0895038173 - -0.0883767828 - -0.5337082148 - 3.1415927410 - 3.1415927410 - 3.1415927410 - -2.1922125816 - -2.1922125816 - 2.8147659302 - 2.8147659302 - -2.7206020355 - -2.7206020355 - -0.0798299834 - -0.6799088717 - -0.6799088717 - 3.1415927410 - 3.1415927410 - 3.0999500751 - 3.1415927410 - 1.8925468922 - 1.8925468922 - 1.0240074396 - -3.1234128475 - 1.0240074396 - 1.5367186069 - -2.8340256214 - 1.5367186069 - 2.8809902668 - 2.8809902668 - 3.0999500751 - 3.1415927410 - 3.0999500751 - -0.4487233460 - -0.4487233460 - 1.1801892519 - 1.1801892519 - 3.0961694717 - 3.0961694717 - 1.5056711435 - 1.5056711435 - 1.2294404507 - 1.2294404507 - -0.4636476040 - -0.4636476040 - 2.2471399307 - 1.8055189848 - 2.2471399307 - -2.2142975330 - -0.9448715448 - -2.2142975330 - 2.3000736237 - 2.3000736237 - -0.2318646610 - -0.2318646610 - -1.7026793957 - -2.3780887127 - -1.7026793957 - -0.7853981853 - -0.7853981853 - 2.6281936169 - 3.1415927410 - 3.1415927410 - 3.0791738033 - 3.0791738033 - -0.7259445190 - -0.7259445190 - -2.0647377968 - -2.0647377968 - -1.9682143927 - -1.9682143927 - -3.0880723000 - -3.0880723000 - 1.4489538670 - 1.8766752481 - 1.4489538670 - 0.1899882853 - 0.1746722013 - 0.1899882853 - 3.0648207664 - 3.0648207664 - 3.1415927410 - 3.0584514141 - 3.1415927410 - -0.5980778337 - -0.5980778337 - -0.5905342698 - -0.2662520409 - -0.2662520409 - -1.6438368559 - 1.1505995989 - 1.1505995989 - 2.9229238033 - 2.9229238033 - -2.9764440060 - -2.9764440060 - 1.3299498558 - 1.3299498558 - 0.8379812241 - 0.8379812241 - 0.7649928331 - 0.7649928331 - 0.7654008269 - -1.7242202759 - -1.7242202759 - 0.8960554004 - 0.8960554004 - 1.8557536602 - 1.8557536602 - -2.9486217499 - -2.9486217499 - 2.4858970642 - 2.4858970642 - 2.4858970642 - 2.4858970642 - 2.4858970642 - 2.4858970642 - -0.8960554004 - -0.8960554004 - -0.8960554004 - 0.2606023848 - 0.2606023848 - -0.8960554004 - -0.8960554004 - 0.6456893086 - 0.6456893086 - -1.8925468922 - -1.8925468922 - -2.3561944962 - -2.3561944962 - 2.5860989094 - 2.5860989094 - -0.7675428987 - 2.5899376869 - -0.7675428987 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - -2.5050845146 - 2.1555416584 - -2.5050845146 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - -1.4530637264 - -1.4530637264 - -1.6563016176 - -1.6539375782 - -1.6563016176 - -2.4203267097 - -2.4203267097 - -2.5655798912 - -2.5655798912 - -2.6057813168 - -2.6057813168 - -2.1829488277 - -2.1829488277 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 1.5974566936 - 1.5974566936 - 3.0828368664 - 3.0828368664 - 1.7243400812 - 1.7243400812 - 1.3734008074 - 1.3734008074 - -0.9621070027 - -0.9453113079 - -0.9453113079 - 3.1415927410 - 3.1415927410 - 0.6350267529 - 0.6350267529 - 3.1415927410 - 3.1415927410 - -0.9135267138 - -0.9135267138 - 3.0940096378 - 3.0940096378 - 3.0466408730 - -0.7547329068 - -0.7547329068 - -0.7483780384 - -2.6590793133 - -2.6590793133 - 0.9017533064 - 0.9017533064 - -2.3059575558 - -2.3059575558 - 2.9698324203 - 2.9698324203 - 0.8240529299 - 0.8240529299 - 2.0195195675 - 2.0195195675 - -0.1920480132 - -0.1920480132 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.0999500751 - 3.1415927410 - 3.0999500751 - 3.1415927410 - 3.0548543930 - 3.0548543930 - -1.8925468922 - -1.8925468922 - -0.0493426323 - -0.0493426323 - -1.8965954781 - -1.8965954781 - 3.1415927410 - 3.1415927410 - 3.0999500751 - -0.8149753213 - -0.8149753213 - -1.8086322546 - -1.8086322546 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.0981416702 - 0.3827435076 - 1.6069251299 - 0.3827435076 - -0.2639637291 - -0.2639637291 - 3.1415927410 - 3.0940096378 - 3.1415927410 - 3.0916342735 - 3.0916342735 - 3.1415927410 - 3.0916342735 - -2.2678177357 - -2.2678177357 - 1.1961151361 - 1.1961151361 - -2.3780887127 - -2.3780887127 - -1.7026793957 - 1.9601130486 - 1.9601130486 - 3.0860941410 - 3.0860941410 - -2.4099061489 - -2.4099061489 - -2.5606157780 - -2.5606157780 - 3.0791738033 - 3.1415927410 - 3.0791738033 - 3.0791738033 - 3.0791738033 - 3.0791738033 - 3.0791738033 - 3.0648207664 - 3.0648207664 - 3.0648207664 - 3.0648207664 - 3.0648207664 - 3.0648207664 - 3.0648207664 - 3.0648207664 - 3.0648207664 - 3.0584514141 - 3.0584514141 - 3.0584514141 - 3.1415927410 - -0.5905342698 - -0.5980778337 - -0.5905342698 - -2.2794225216 - -2.2794225216 - -2.4127378464 - -2.4127378464 - 0.8859750628 - 0.8859750628 - -0.7583777308 - -0.4813972116 - -0.7583777308 - 1.3644723892 - 1.3644723892 - -2.5148496628 - -2.5148496628 - -2.6334199905 - -2.6334199905 - -2.9392709732 - -2.9392709732 - 1.6332151890 - 1.6332151890 - 0.8353565335 - 0.8353565335 - -1.7415314913 - 0.7654008269 - 0.7649928331 - 0.7654008269 - 1.1001558304 - 1.0789871216 - 1.0652152300 - 1.1001558304 - 1.1071487665 - 1.1001558304 - 1.1001558304 - 1.0652152300 - 1.1001558304 - 1.1071487665 - 1.1001558304 - 0.6276293993 - 2.4805495739 - 2.4805495739 - 2.5308666229 - 2.5308666229 - 2.4756233692 - 2.4756233692 - 2.3357892036 - 2.3361971378 - 2.3357892036 - -0.9097531438 - -0.9097531438 - 2.5702552795 - 2.5702552795 - 2.5770232677 - 2.5770232677 - 2.5796711445 - 2.5796711445 - 1.4659193754 - 1.4659193754 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 0.6093263626 - 0.6093263626 - -1.5142529011 - -1.5142529011 - -1.7492067814 - -1.7492067814 - -1.5707963705 - -1.5707963705 - 0.4862426221 - 0.4862426221 - -1.7975951433 - -1.7975951433 - 1.8766752481 - 1.8766752481 - -0.4241943955 - -0.4241943955 - -0.3113703132 - -0.3113703132 - -0.8709034324 - -0.8709034324 - 3.0466408730 - 3.0940096378 - 3.0466408730 - -0.7483780384 - -0.7547329068 - -0.7483780384 - -1.2490457296 - -1.2490457296 - -2.1030058861 - -2.1030058861 - -1.8692952394 - -1.8692952394 - -2.5054039955 - -2.5054039955 - -1.7454684973 - -1.7454684973 - -1.7488892078 - -1.9936501980 - -3.0961694717 - -1.9936501980 - -0.3587706685 - -0.3587706685 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.0999500751 - 3.1415927410 - 0.0188656859 - 0.0188656859 - -2.9509537220 - -2.9509537220 - -2.4468543530 - -2.4468543530 - 3.1415927410 - 3.1415927410 - -0.2606023848 - 1.4333702326 - -0.2606023848 - 1.5606956482 - 1.5606956482 - 0.8224182725 - 0.8224182725 - 0.4048917890 - 0.4048917890 - 3.0981416702 - 3.0981416702 - 3.1415927410 - -2.5615899563 - -2.5615899563 - 2.8771042824 - 2.8771042824 - -2.9859979153 - -2.9859979153 - -1.7798192501 - -1.7798192501 - -0.3217505515 - -0.3217505515 - -2.3507890701 - -2.3507890701 - -2.3453254700 - -2.3453254700 - -2.3507890701 - -2.3453254700 - -0.2148153931 - -0.2148153931 - -0.1973955631 - 2.1142740250 - 2.1142740250 - 2.1066076756 - 2.2125368118 - 2.1066076756 - 2.1142740250 - 2.1066076756 - 2.2125368118 - 3.0981416702 - 3.1415927410 - 3.0981416702 - 1.6069251299 - 1.6069251299 - 0.3827435076 - -0.1009217873 - -0.1009217873 - 0.3136206567 - 0.3136206567 - 1.9307448864 - 1.9307448864 - -2.2475333214 - -2.2475333214 - -2.6325218678 - -2.6325218678 - 1.6316965818 - 1.6316965818 - 1.6189517975 - 2.3269629478 - 2.3269629478 - -2.0812847614 - -2.0812847614 - -1.7315590382 - -1.7315590382 - 3.0916342735 - 3.0916342735 - 3.1415927410 - 3.1415927410 - 1.8055189848 - 1.8055189848 - 2.2471399307 - 3.1415927410 - 3.0916342735 - 3.1415927410 - 3.0916342735 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.0890095234 - 3.1415927410 - 3.1415927410 - 3.1415927410 - -0.9448715448 - -0.9448715448 - -2.2142975330 - -0.8838443160 - -0.8838443160 - -1.1615504026 - -1.1615504026 - -2.2117528915 - -2.2117528915 - -2.3122668266 - -2.3122668266 - 1.6756732464 - 1.6756732464 - 1.8766752481 - 1.8766752481 - 1.4489538670 - -1.8662371635 - -2.3940143585 - 0.8173022270 - -2.3940143585 - -0.9042385221 - -0.9042385221 - -3.1193740368 - -3.1193740368 - 1.9857020378 - 1.9857020378 - -0.7496990561 - -0.7496990561 - -0.7403835654 - -2.3162157536 - -2.3162157536 - 1.4313563108 - 1.4313563108 - 2.0441522598 - 2.0441522598 - 0.0370201170 - 0.0370201170 - 0.1305660903 - 0.1305660903 - 0.8478169441 - 0.8478169441 - -1.7681919336 - -1.7681919336 - -1.8925468922 - -1.8925468922 - -2.1923229694 - -2.1923229694 - 2.2206668854 - 2.2206668854 - 1.1071487665 - 1.0789871216 - 1.0652152300 - 1.1001558304 - 1.1071487665 - 1.1001558304 - -2.5672879219 - -2.5809056759 - -2.5672879219 - -3.0040059090 - -3.0040059090 - 2.5127964020 - 2.5127964020 - 2.3361971378 - 2.3365890980 - 2.3361971378 - 2.3357892036 - 3.0555982590 - 3.0555982590 - 3.1145722866 - 3.1145722866 - 3.1138219833 - 3.1138219833 - 3.1138219833 - 3.1145722866 - 3.1138219833 - 3.1138219833 - -0.0547397807 - -0.0547397807 - 2.7976236343 - 2.2455372810 - 2.2455372810 - 2.5535900593 - 2.5535900593 - 1.2178059816 - 1.1525720358 - 1.2793395519 - 1.2178059816 - 2.5865969658 - 0.5734405518 - 2.5865969658 - -0.8648763895 - -0.8648763895 - 2.8473579884 - 2.8473579884 - 3.1415927410 - 3.0419239998 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1145722866 - 3.1145722866 - -2.2556176186 - -2.2556176186 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 2.0017452240 - 2.0017452240 - 0.3058788776 - 0.3058788776 - -0.8656849861 - -0.8656849861 - -2.6656506062 - -2.6656506062 - -2.6614177227 - -2.6614177227 - -2.6656506062 - -2.6614177227 - 1.9912016392 - 1.9912016392 - 1.9813537598 - 1.9813537598 - 1.9912016392 - 1.9813537598 - -0.5260664225 - -0.5260664225 - -0.5337082148 - -0.0895038173 - -0.0883767828 - -0.5337082148 - -2.3036115170 - -2.3036115170 - -0.0617769621 - -0.0617769621 - -2.4159522057 - -2.4159522057 - 0.0136977732 - 0.0136977732 - 0.2234766036 - 0.2234766036 - 0.8353565335 - 0.8353565335 - -3.0981416702 - -3.0981416702 - 3.1415927410 - -0.0798299834 - -2.7206020355 - -0.0798299834 - -2.4061529636 - -2.4061529636 - 0.3671738207 - 0.3671738207 - -1.7488892078 - -1.7454684973 - -1.7488892078 - 0.5382217169 - 0.5382217169 - 1.1368429661 - 1.1368429661 - -2.3968224525 - 1.4333702326 - 1.4333702326 - -0.2606023848 - -0.7273987532 - -0.7273987532 - -0.0475831032 - -0.0475831032 - -0.2074962258 - -0.2074962258 - -1.2890244722 - -1.2890244722 - 2.9113731384 - 2.9113731384 - -0.1973955631 - -0.2148153931 - -0.1973955631 - 2.2125368118 - 2.1142740250 - 2.1066076756 - 2.2125368118 - -2.5342874527 - -2.5342874527 - -2.5458080769 - 2.4578833580 - 2.4578833580 - -1.1643778086 - -1.1643778086 - 1.6189517975 - 1.6316965818 - 1.6189517975 - 2.0826520920 - 2.0826520920 - 2.9849908352 - 2.9849908352 - 3.0916342735 - 3.0916342735 - 3.1415927410 - 3.0916342735 - 3.1415927410 - 3.0890095234 - 3.1415927410 - 3.0890095234 - 0.7036137581 - 0.7036137581 - 3.0860941410 - 3.0860941410 - 3.0828368664 - 3.0828368664 - 3.0791738033 - 3.1415927410 - 3.0791738033 - 3.0791738033 - 0.0651251599 - 0.0651251599 - 0.9097531438 - 0.9097531438 - 0.9229848981 - 3.0791738033 - 3.0791738033 - 3.0791738033 - 3.0750246048 - 3.0750246048 - 3.0702850819 - 3.0702850819 - -1.0033563375 - -1.0033563375 - 0.2252767831 - 0.2252767831 - 1.8045395613 - 1.8045395613 - 1.8072525263 - -2.2142975330 - -2.2142975330 - 0.1882214993 - 0.1882214993 - 3.0309355259 - 3.0309355259 - 1.1600793600 - 1.1600793600 - 1.1466019154 - 1.1466019154 - 1.1600793600 - 1.1466019154 - -0.0434508957 - -0.0434508957 - -0.0434508957 - -0.6957514286 - -0.6957514286 - -2.7846806049 - 1.6020361185 - -2.7846806049 - -0.7403835654 - -0.7496990561 - -0.7403835654 - -1.8391625881 - -1.8391625881 - -2.5453934669 - -2.5453934669 - -2.2665476799 - -2.2665476799 - -2.4534475803 - -2.4534475803 - -2.4558632374 - -1.7415314913 - 0.8353565335 - -1.7415314913 - -0.4750107527 - -0.4750107527 - 0.8408966660 - 0.8408966660 - 0.8408966660 - -2.3784129620 - -2.3784129620 - -2.0344438553 - -2.0344438553 - -2.0183162689 - -2.0183162689 - -2.5809056759 - -2.5809056759 - -2.5672879219 - 2.4980914593 - 2.4980914593 - 1.7807698250 - 1.7807698250 - 2.3365890980 - 2.3365890980 - 2.3361971378 - -1.4204249382 - -1.4204249382 - 3.1138219833 - 3.1145722866 - 3.1138219833 - 3.1138219833 - 2.7976236343 - -0.0547397807 - 2.7976236343 - 2.7413520813 - 2.7413520813 - 2.7305281162 - 2.9872739315 - 2.9872739315 - -0.1325515360 - -0.1325515360 - -0.0356991142 - -0.0356991142 - 1.2793395519 - 1.2793395519 - 1.2178059816 - -3.1130290031 - -3.1130290031 - -2.1251037121 - -2.1251037121 - 3.1415927410 - 3.0419239998 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 1.9862884283 - 1.9862884283 - 2.0934472084 - 2.0934472084 - -2.3365890980 - -2.3298847675 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 0.7724118829 - 0.7724118829 - -1.0614951849 - -1.0614951849 - -1.9693187475 - -1.9693187475 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 2.0178709030 - 2.0178709030 - 2.0066733360 - 2.0066733360 - 2.0178709030 - 2.0066733360 - -1.5707963705 - -1.5707963705 - 3.1415927410 - 3.1415927410 - -2.1010119915 - -2.1010119915 - -3.0890095234 - -3.0890095234 - -0.0281615667 - -0.0281615667 - -0.6857295036 - -0.6857295036 - -3.0961694717 - -3.0961694717 - 2.9634997845 - 2.9634997845 - 3.1415927410 - -3.0981416702 - 3.1415927410 - 3.0981416702 - 3.0981416702 - -2.6546933651 - -2.6546933651 - 0.8960554004 - 0.8960554004 - 0.3409789503 - 0.3409789503 - 3.1415927410 - 3.1415927410 - -2.9555344582 - -2.9555344582 - -2.3968224525 - 3.1016139984 - 3.1016139984 - -2.3968224525 - -2.9555344582 - 1.1368429661 - -2.3968224525 - 0.2449786663 - 0.2449786663 - -0.5569015145 - -0.5569015145 - -2.3972673416 - -2.3972673416 - 0.9445348978 - 0.9445348978 - 0.9307081699 - 0.9307081699 - 0.9445348978 - 0.9307081699 - -0.5224034190 - -0.5224034190 - 3.0981416702 - 3.0981416702 - 1.9370518923 - 1.9370518923 - -2.5458080769 - -2.5342874527 - -2.5458080769 - -2.5812327862 - -2.5812327862 - -0.5991753340 - -0.5991753340 - -1.0560122728 - -1.0560122728 - 3.0961694717 - 3.0961694717 - 3.0940096378 - 3.0940096378 - 3.1415927410 - -0.4538440108 - -0.4538440108 - -2.9207639694 - -2.9207639694 - -0.2382447571 - -0.2382447571 - -1.5707963705 - -1.5707963705 - 0.9229848981 - 0.9097531438 - 0.9229848981 - 3.0648207664 - 3.0648207664 - 3.0648207664 - -1.8662371635 - 1.8766752481 - -1.8662371635 - -0.5707132816 - -1.3339475393 - -1.3339475393 - 3.0584514141 - 3.0584514141 - 3.0584514141 - 1.8072525263 - 1.8045395613 - 1.8072525263 - -2.9331274033 - -2.9331274033 - 3.0509328842 - 3.0509328842 - -2.5094547272 - -2.5094547272 - 2.2896263599 - 2.2896263599 - -2.7367007732 - -2.7367007732 - -0.0434508957 - -0.0434508957 - -0.0434508957 - 1.6020361185 - 1.6020361185 - -2.7846806049 - -2.3244590759 - -2.3244590759 - -1.6284247637 - -1.6284247637 - 0.0688564926 - 0.0688564926 - 0.1404826343 - 0.1404826343 - 0.1390959471 - 0.1390959471 - 0.1404826343 - 0.1390959471 - -2.4668517113 - -2.4668517113 - -2.4558632374 - -2.4534475803 - -2.4558632374 - 0.4182243347 - 0.4182243347 - 0.1418970525 - 0.1418970525 - -2.9694018364 - -2.9694018364 - 0.8288490772 - 0.8288490772 - 0.8408966660 - 0.8408966660 - 0.8408966660 - 0.8379812241 - 0.8379812241 - 0.8379812241 - 1.1354430914 - 1.1354430914 - 1.0789871216 - 1.0789871216 - 1.0652152300 - 1.1001558304 - 1.1071487665 - 1.0652152300 - 1.0789871216 - 1.0652152300 - 1.1001558304 - 1.1071487665 - 1.1001558304 - 2.4805495739 - 2.4805495739 - -2.6469814777 - -2.6469814777 - -2.6469814777 - 1.1926540136 - 1.2252407074 - 1.2090671062 - 1.1926540136 - -0.9420000315 - -0.9420000315 - -1.8233505487 - -1.8233505487 - 2.5308666229 - 2.5308666229 - -1.2417466640 - -1.2417466640 - 2.6387493610 - 2.6387493610 - 2.6197583675 - -0.8023456931 - -0.8023456931 - 2.7305281162 - 2.7413520813 - 2.7305281162 - 2.3561944962 - 2.3561944962 - 2.3477914333 - 1.1309537888 - 1.1309537888 - 2.6011731625 - -0.8760580420 - 2.6011731625 - 1.1525720358 - 0.6435011029 - 1.1525720358 - 1.2178059816 - 0.9865250587 - 0.9865250587 - 0.5734405518 - 0.5734405518 - 2.5865969658 - 2.8617756367 - 2.8617756367 - 2.8511908054 - 3.0419239998 - 3.0419239998 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 1.6475682259 - 1.6475682259 - 1.6348112822 - 1.6348112822 - 1.6475682259 - 1.6348112822 - -3.0702850819 - -3.0702850819 - 1.2977876663 - 1.2977876663 - 3.1415927410 - 3.1415927410 - -2.8233757019 - -2.8233757019 - -2.9369509220 - -2.9369509220 - -2.7744188309 - -2.7744188309 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - -2.6962916851 - -2.6962916851 - -1.0427218676 - -1.0427218676 - -2.6422460079 - -2.6422460079 - -2.6367313862 - -2.6367313862 - -2.6422460079 - -2.6367313862 - 3.1415927410 - 3.1415927410 - -1.1365519762 - -1.1365519762 - 2.8399736881 - 2.8399736881 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - -0.4182243347 - -0.4182243347 - 2.5764431953 - 2.5764431953 - 1.9601130486 - 1.9601130486 - -2.3488953114 - -2.3488953114 - -3.1138219833 - -3.1138219833 - -1.9322372675 - -1.9322372675 - 2.6694707870 - 2.6694707870 - 2.6527402401 - 2.6527402401 - 2.6694707870 - 2.6527402401 - 2.9037566185 - 2.9037566185 - 3.0981416702 - 3.0981416702 - -1.7310270071 - -1.7310270071 - -0.2449786663 - -0.2449786663 - 1.7725586891 - 1.7725586891 - -2.7418115139 - -2.7418115139 - 1.3156139851 - 1.3156139851 - -0.3063671589 - -0.3063671589 - 2.7406430244 - 2.7406430244 - 0.2758058906 - 0.2758058906 - 3.1415927410 - 3.1415927410 - 3.0916342735 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - -1.5014631748 - -1.5014631748 - -0.6463022232 - 1.4801363945 - 1.4801363945 - 3.0860941410 - 3.0860941410 - -1.5825605392 - -1.5825605392 - -1.0384738445 - -1.0384738445 - -2.4065117836 - -2.4065117836 - -1.6142472029 - -1.6142472029 - -1.5515679121 - -0.0196053311 - -1.5515679121 - 3.0981416702 - 3.0981416702 - 3.0648207664 - 3.0648207664 - 3.0648207664 - -0.5707132816 - -1.8662371635 - -0.5707132816 - 0.9779511690 - 0.9779511690 - 0.9827937484 - 0.8173022270 - 0.8173022270 - -2.3940143585 - 0.1117770448 - 0.1117770448 - 0.1332267523 - -0.3779683113 - -0.3779683113 - 2.4655129910 - 2.4655129910 - 2.1815223694 - 2.1815223694 - -0.7086262703 - -0.7086262703 - -1.5600440502 - -1.5600440502 - 2.5773243904 - -2.5000219345 - -2.5000219345 - -2.5020053387 - 2.0344438553 - 2.0344438553 - 0.3217505515 - 0.3217505515 - 0.8379812241 - 0.8379812241 - 0.8379812241 - 0.7758746147 - 0.7758746147 - 2.3076889515 - 0.7760526538 - 2.2883377075 - 2.2996511459 - 2.2996511459 - -2.6469814777 - -2.6469814777 - -2.6469814777 - 1.2090671062 - 1.2252407074 - 1.2090671062 - 1.1926540136 - 2.6197583675 - 2.6387493610 - 2.6197583675 - 2.5194346905 - 2.5194346905 - -0.8110335469 - -0.8110335469 - 2.3497428894 - 2.3497428894 - -0.8760580420 - -0.8760580420 - 2.6011731625 - 2.8198421001 - 2.8198421001 - 0.7341610193 - 0.7341610193 - 2.6057813168 - 2.5967288017 - 2.6057813168 - 2.5782763958 - 2.5782763958 - 2.8511908054 - 2.8617756367 - 2.8511908054 - -0.8294872046 - -0.8294872046 - -2.3365890980 - 2.0934472084 - -2.3365890980 - -2.3298847675 - -2.3298847675 - 2.0934472084 - -2.3365890980 - -2.3298847675 - 3.1415927410 - 3.1415927410 - 3.1415927410 - -0.0958591476 - -0.0958591476 - -2.2178435326 - -2.2178435326 - -1.2793395519 - -1.2793395519 - 1.8462224007 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 0.8258385062 - 0.8258385062 - 0.8198672533 - 0.8198672533 - 0.8258385062 - 0.8198672533 - -0.8148014545 - -0.8148014545 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - -0.1736712009 - -0.1736712009 - 0.7488291264 - 0.7488291264 - 1.9974237680 - 1.9974237680 - 3.1415927410 - 3.1415927410 - 2.7281122208 - 2.7281122208 - -2.7828218937 - -2.7828218937 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 2.2413179874 - 2.2413179874 - 1.1164942980 - 1.1164942980 - 3.1415927410 - 3.1415927410 - -3.0639710426 - -3.0639710426 - 0.2405342460 - 0.2405342460 - 2.2035450935 - 2.2035450935 - 2.6493813992 - 2.6493813992 - -2.7672591209 - -2.7672591209 - -2.2531127930 - 3.0011100769 - -2.2531127930 - 3.1415927410 - 3.1415927410 - 3.0940096378 - 3.0940096378 - 3.0940096378 - 3.1415927410 - 3.0940096378 - 3.0940096378 - 3.1415927410 - 3.0940096378 - 3.1415927410 - 3.0940096378 - 3.0940096378 - 3.1415927410 - 1.8959138393 - 1.8959138393 - 1.0026916265 - 1.0026916265 - 0.4002406597 - 0.4002406597 - -1.5409544706 - -1.5409544706 - -1.2490457296 - -1.2490457296 - -0.4878364503 - -0.4878364503 - 0.3523087204 - 0.3523087204 - -0.8139618039 - -0.8139618039 - 1.2553747892 - 1.2553747892 - -2.8523216248 - -2.8523216248 - 2.2763645649 - 2.2763645649 - 0.1332267523 - 0.1117770448 - 0.1332267523 - 2.2439916134 - 0.8264709711 - 0.8264709711 - -1.5896619558 - -1.5896619558 - 1.0185779333 - 1.0185779333 - -0.5565993190 - -0.5565993190 - -2.1556739807 - -2.1556739807 - -2.5020053387 - -2.5000219345 - -2.5020053387 - 0.7207401991 - 0.7207401991 - -0.6924986243 - 0.9453113079 - -0.6924986243 - 2.3076889515 - 0.7758746147 - 2.3076889515 - 0.7760526538 - 2.2883377075 - 0.7760526538 - 0.7758746147 - 2.3076889515 - 0.7760526538 - 2.2883377075 - -2.4558632374 - -2.4558632374 - 1.2252407074 - 1.2722973824 - 1.2252407074 - 1.2090671062 - 1.1926540136 - 3.0202405453 - 3.0202405453 - 2.6422460079 - 2.6422460079 - 2.7965905666 - 2.7965905666 - 2.5175695419 - 2.5175695419 - 1.2490457296 - 1.2490457296 - 1.0882830620 - 1.0882830620 - 1.6183794737 - 1.6183794737 - 3.0710029602 - 3.0710029602 - 2.5967288017 - 2.5967288017 - 2.6057813168 - 1.6172744036 - 1.6172744036 - -1.0899090767 - -1.0899090767 - -1.8337910175 - -1.8337910175 - -1.1745569706 - -1.1745569706 - 2.1158959866 - 2.1158959866 - 2.9441971779 - 2.9441971779 - -2.8736822605 - -2.8736822605 - -2.3086113930 - -2.3086113930 - -1.5707963705 - -1.5707963705 - 2.8872246742 - 2.8872246742 - 3.0890095234 - 3.0890095234 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - -2.0988707542 - -2.0988707542 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - -0.2551823854 - -0.2551823854 - 3.1415927410 - 3.1415927410 - 0.0949517041 - 0.0949517041 - -1.8655264378 - -1.8655264378 - -2.6648454666 - -2.6648454666 - -2.2035450935 - -2.2035450935 - 3.0999500751 - 3.0999500751 - 3.0419239998 - 3.0419239998 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 0.9925733805 - 0.9925733805 - 0.8760580420 - 0.8760580420 - 3.0999500751 - 3.0999500751 - -2.0074234009 - -2.0074234009 - -0.9859187007 - -0.9859187007 - 1.1029471159 - 1.1029471159 - -2.9849908352 - -2.9849908352 - 3.0011100769 - 3.0011100769 - -2.2531127930 - 3.0961694717 - 3.0961694717 - 1.1566578150 - -1.3835424185 - 1.1566578150 - -1.4784669876 - 0.2009542584 - -1.4784669876 - 2.5102436543 - 2.5102436543 - 2.8744502068 - 2.0837314129 - 2.8744502068 - -1.0739855766 - -1.0739855766 - -1.0688898563 - 3.0791738033 - 3.0791738033 - 3.0702850819 - 3.0702850819 - -1.7837346792 - -1.7837346792 - 3.0309355259 - 3.0309355259 - 3.0309355259 - -2.0021970272 - -2.0021970272 - -2.5346050262 - -2.5346050262 - 0.8988331556 - 0.8988331556 - 1.7218116522 - 1.7218116522 - -2.2494587898 - -2.2494587898 - -2.2396085262 - 0.1923955977 - -2.2396085262 - -2.2494587898 - -2.2396085262 - 0.1923955977 - 1.0271509886 - 1.0271509886 - 1.2490457296 - 1.2490457296 - -2.4176554680 - -2.4176554680 - -0.9505468607 - -0.9505468607 - -0.9197195768 - -0.9197195768 - -0.9505468607 - -0.9197195768 - 1.6506263018 - 1.6506263018 - 2.2883377075 - 0.7758746147 - 2.3076889515 - 0.7760526538 - 2.2883377075 - 0.2629947364 - 0.2629947364 - 1.8998460770 - 1.8998460770 - 2.8694467545 - 2.8694467545 - -2.3259007931 - -2.3259007931 - 2.7177250385 - 2.7177250385 - -3.1211872101 - -3.1211872101 - -1.0776007175 - -1.0776007175 - 2.3477914333 - 2.3561944962 - 2.3477914333 - 2.3492016792 - 2.3492016792 - 0.6435011029 - 0.6435011029 - 1.1525720358 - 2.6497833729 - 2.6497833729 - 3.0309355259 - 3.0309355259 - 0.1929708123 - 0.1929708123 - -3.0309355259 - -3.0309355259 - 3.1415927410 - -1.6704649925 - -1.6704649925 - -3.0244839191 - -3.0244839191 - -1.7861540318 - -1.7861540318 - -2.8095331192 - -2.8095331192 - -0.5603598952 - -0.5603598952 - 0.7086262703 - 0.7086262703 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - -1.1861915588 - -1.1861915588 - -2.0867218971 - -2.0867218971 - 2.2526698112 - 2.2526698112 - -2.6247167587 - -2.6247167587 - 2.2526698112 - -2.6247167587 - 2.5298657417 - 2.5298657417 - -1.7848570347 - -1.7848570347 - 2.1421337128 - 2.1421337128 - -2.1186599731 - -2.1186599731 - -0.4948874414 - -0.6831914186 - -0.6831914186 - 1.1902899742 - 3.0509328842 - 3.0509328842 - -2.0218660831 - -2.0218660831 - 1.3208177090 - 1.3208177090 - 2.4087774754 - 2.4087774754 - 3.1415927410 - 1.0074800253 - 3.1415927410 - 3.0940096378 - 3.0940096378 - -3.1271009445 - -3.1271009445 - 0.0893139914 - 0.0893139914 - -3.1271009445 - 0.0893139914 - -1.0533086061 - -1.0533086061 - -0.9029637575 - -0.9029637575 - 3.0981416702 - 3.0981416702 - 0.2782996595 - 0.2782996595 - -0.2186689526 - -0.2186689526 - -1.1743550301 - -1.1743550301 - 0.7541583180 - 0.7541583180 - -0.6435011029 - -0.6435011029 - 0.0567571595 - -1.5707963705 - 0.0567571595 - 3.1415927410 - 3.1415927410 - 0.2914567888 - 0.2914567888 - -1.8959138393 - -1.8959138393 - -1.1023410559 - -1.1023410559 - -1.8959138393 - -1.1023410559 - 0.1076898724 - 0.1076898724 - -1.7004988194 - -1.7004988194 - 3.0999500751 - 3.0999500751 - 2.7726330757 - 2.7726330757 - 1.0400228500 - -2.5561873913 - 1.0400228500 - -1.0091727972 - -1.0091727972 - -1.6102495193 - -1.6102495193 - -2.8370816708 - 2.7301363945 - 2.7301363945 - -0.0440890566 - -0.0579062067 - -0.0440890566 - -2.1224513054 - -2.1224513054 - 3.1415927410 - 3.1415927410 - -1.8449637890 - -1.8449637890 - -0.6463022232 - -1.5014631748 - -0.6463022232 - -0.7212660313 - -0.7212660313 - 1.9333405495 - 1.9333405495 - 1.9232538939 - 1.9232538939 - 1.9333405495 - 1.9232538939 - -1.0688898563 - -1.0739855766 - -1.0688898563 - 2.8198421001 - 2.8198421001 - 0.7649928331 - 0.7649928331 - 1.4212366343 - 1.4212366343 - 3.0791738033 - 3.0791738033 - -0.0196053311 - -0.0196053311 - -1.5515679121 - 0.9827937484 - 0.9779511690 - 0.9827937484 - 0.2662520409 - 0.2662520409 - 0.2633976340 - 0.2633976340 - 0.2662520409 - 0.2633976340 - 1.5120404959 - 1.5120404959 - -2.4805495739 - -2.4805495739 - 2.2439916134 - 0.1332267523 - 2.2439916134 - 1.5398783684 - 1.5398783684 - 3.0419239998 - 3.0419239998 - -0.2133686393 - -0.2133686393 - 3.0309355259 - 3.0309355259 - 3.0309355259 - 3.0309355259 - 3.0309355259 - 3.0309355259 - 1.9169323444 - 1.9169323444 - -2.5040438175 - -2.5040438175 - 2.5298657417 - 2.5298657417 - 2.5773243904 - -1.5600440502 - 2.5773243904 - 1.1022226810 - 1.1022226810 - -0.0594536588 - -0.0594536588 - -2.0564184189 - 0.9453113079 - 0.9453113079 - -0.6924986243 - 1.0050948858 - 1.0050948858 - 0.8050035238 - 0.8050035238 - -2.3662950993 - -2.3662950993 - -1.5253731012 - -1.5253731012 - 0.0624188110 - 0.0624188110 - 1.1583858728 - 1.1071487665 - 1.1583858728 - 1.1583858728 - 1.0808390379 - 1.1583858728 - 1.1583858728 - 1.1583858728 - 1.2315037251 - 1.1583858728 - 2.5535900593 - 2.5478429794 - 2.5535900593 - 2.7091848850 - 2.7091848850 - -3.0741276741 - -3.0741276741 - 1.4909663200 - 1.4909663200 - -3.0309355259 - -3.0309355259 - -3.0309355259 - 3.1415927410 - -3.0309355259 - 3.1415927410 - -0.9505468607 - -0.9505468607 - -0.6231993437 - -1.3370531797 - -1.3370531797 - 3.0719380379 - 3.0719380379 - 3.1415927410 - 3.1415927410 - -0.6470472217 - -0.6470472217 - -0.7424797416 - -0.7424797416 - 2.1740262508 - 2.1740262508 - 1.8462224007 - -1.2793395519 - 1.8462224007 - 2.8794727325 - 2.8794727325 - -1.8281199932 - -1.8281199932 - -2.1144416332 - -2.1144416332 - -1.5344487429 - -1.5344487429 - -0.7479157448 - -0.7479157448 - -1.0146300793 - -1.0146300793 - -2.5535900593 - -2.5535900593 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.0999500751 - 3.0999500751 - 3.0999500751 - 3.0999500751 - 2.6063189507 - 2.6063189507 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 0.4636476040 - 0.4636476040 - 0.4578337073 - 0.4578337073 - 0.4636476040 - 0.4578337073 - -0.0519014001 - -0.0519014001 - 3.1415927410 - 3.1415927410 - -1.5707963705 - -1.5707963705 - -1.5707963705 - -1.5707963705 - 0.0567571595 - 0.0470241308 - 0.0470241308 - 0.7853981853 - 0.7853981853 - 1.2490457296 - 1.2490457296 - 3.1415927410 - 3.1415927410 - 3.0999500751 - 3.0999500751 - 3.1415927410 - 3.0999500751 - -0.8985491395 - -0.8985491395 - -2.2372615337 - -2.2372615337 - -0.0579062067 - -0.0579062067 - -0.0440890566 - 3.1415927410 - 3.1415927410 - 3.0981416702 - 3.0981416702 - 3.0981416702 - 3.1415927410 - 3.0981416702 - 3.0981416702 - 3.0981416702 - 3.0981416702 - 2.3036115170 - 2.3036115170 - 3.0981416702 - 3.0981416702 - 2.1910457611 - 2.1910457611 - -1.3835424185 - -1.3835424185 - 1.1566578150 - -2.1393208504 - -2.1393208504 - -1.0438530445 - -1.0438530445 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.0940096378 - 3.0940096378 - 3.1415927410 - -2.6962916851 - -2.6962916851 - 2.7610862255 - 2.7610862255 - 3.1415927410 - 3.1415927410 - 2.0837314129 - 2.0837314129 - 2.8744502068 - -0.8474652171 - -0.8474652171 - -0.6935520172 - -0.6935520172 - 3.0764675140 - 3.0764675140 - 3.0750246048 - 3.0750246048 - -0.6582679749 - -0.6582679749 - 2.2416536808 - 2.2416536808 - -1.9868608713 - -1.9868608713 - -2.0019350052 - -2.0019350052 - -0.4984593987 - -0.4984593987 - -0.8519663215 - -0.8519663215 - -0.8145161271 - -0.8145161271 - -1.1169523001 - -1.1169523001 - -2.2767162323 - -2.2767162323 - -2.8263778687 - -2.8263778687 - 0.8850668073 - 0.8850668073 - -0.3805063665 - -0.3805063665 - 0.7990959287 - 0.7990959287 - -1.9379701614 - -1.9379701614 - 1.2722973824 - 1.2722973824 - 1.2252407074 - -0.5239193439 - -0.5239193439 - -2.2907145023 - -2.2907145023 - -2.8538846970 - -2.8538846970 - 1.0405805111 - 1.0405805111 - 1.1583858728 - 1.1071487665 - 1.1583858728 - 1.1583858728 - 1.0808390379 - 1.1583858728 - 2.5329034328 - 2.5329034328 - 1.2315037251 - 1.1583858728 - 1.2315037251 - 1.1583858728 - 2.5478429794 - 2.5478429794 - 2.5535900593 - -0.8171335459 - -0.8171335459 - -0.8093935847 - -0.8093935847 - -0.8171335459 - -0.8093935847 - 1.9490903616 - 2.5503005981 - 1.9490903616 - 2.5790946484 - 2.5790946484 - 2.8430936337 - 2.8430936337 - 2.8430936337 - -1.8513331413 - -1.8513331413 - -2.3339760303 - -2.3339760303 - -2.4074316025 - -2.4074316025 - -1.1784561872 - -1.1784561872 - -0.8878419995 - -0.8878419995 - -0.8777275085 - -0.8777275085 - -0.8878419995 - -0.8777275085 - -0.2350122184 - -0.2350122184 - -0.6248862147 - 2.2625465393 - 2.2625465393 - -1.7299330235 - -1.7299330235 - 2.5055172443 - 1.7329951525 - 1.7329951525 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - -0.4948874414 - -2.1186599731 - -0.4948874414 - -0.8348627090 - 1.1902899742 - -0.6831914186 - 1.1902899742 - 0.4101273417 - 0.4101273417 - -2.4079999924 - -2.4079999924 - -1.5857205391 - -1.5857205391 - 0.9220412970 - 0.9220412970 - 1.0074800253 - 1.0074800253 - 3.1415927410 - -1.1784561872 - -1.1784561872 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 0.0972531959 - 0.0972531959 - 0.1093185320 - -0.1759396195 - -0.1759396195 - 3.0981416702 - 3.0981416702 - 0.0370201170 - 0.0370201170 - 2.6162257195 - 2.6162257195 - 2.5022068024 - 2.5022068024 - 2.7032561302 - 2.7032561302 - 2.6901395321 - 2.6901395321 - 2.7032561302 - 2.6901395321 - 3.1415927410 - 3.1415927410 - -0.6146629453 - -0.6146629453 - 2.8966140747 - 2.8966140747 - 3.1016139984 - 3.1016139984 - 3.1415927410 - 3.1016139984 - 3.1415927410 - 3.1415927410 - 3.1415927410 - -0.0113631468 - -0.0113631468 - -2.5561873913 - -2.5561873913 - 1.0400228500 - 2.6098685265 - 2.6098685265 - -1.6429599524 - -1.6429599524 - -1.2578951120 - -1.2578951120 - -1.2568581104 - -1.2568581104 - -1.1574659348 - -1.1574659348 - -2.8370816708 - -1.6102495193 - -2.8370816708 - 3.0981416702 - 3.1415927410 - 3.0981416702 - 3.0981416702 - 3.1415927410 - 3.1415927410 - 0.2009542584 - 0.2009542584 - -1.4784669876 - 2.6734607220 - 2.6734607220 - 1.9928013086 - 1.9928013086 - 3.0860941410 - 3.0860941410 - -1.3663750887 - -1.3663750887 - 3.0750246048 - 3.0750246048 - 3.0750246048 - 2.8966140747 - 2.8966140747 - -1.2160906792 - -1.2160906792 - -1.1839206219 - -1.1839206219 - -1.2160906792 - -1.1839206219 - 3.0648207664 - 3.0648207664 - 3.0648207664 - 3.0584514141 - 3.0584514141 - 1.1254953146 - 1.1254953146 - -2.3561944962 - -2.3561944962 - -2.9168815613 - -2.9168815613 - 0.1767088622 - 0.1767088622 - 0.7985553145 - 0.7985553145 - -2.6553499699 - -2.6553499699 - 3.0309355259 - 3.0309355259 - 3.0309355259 - 3.0309355259 - -1.8622530699 - -1.8622530699 - 0.4214192033 - 0.4214192033 - 0.1923955977 - -2.2494587898 - -2.2396085262 - 0.1923955977 - -1.6642731428 - -1.6642731428 - -2.0564184189 - -0.0594536588 - -2.0564184189 - -0.1746722013 - -0.1746722013 - 2.3955442905 - 2.3955442905 - -0.1470783502 - -0.1470783502 - -2.3561944962 - -2.3561944962 - -2.3561944962 - -2.3561944962 - 1.7804361582 - 1.7804361582 - 2.7062394619 - 2.7062394619 - 1.1071487665 - 1.1071487665 - 1.1583858728 - 1.1583858728 - 1.0808390379 - 1.1583858728 - 1.1583858728 - 1.0808390379 - 1.1583858728 - 1.1583858728 - 1.1583858728 - 1.1583858728 - 1.0808390379 - 1.1583858728 - 1.2315037251 - 2.5473790169 - 2.5473790169 - 2.7985687256 - 2.7985687256 - 2.5055172443 - -1.7299330235 - 2.5055172443 - -0.1470783502 - -0.1470783502 - -1.8755993843 - -1.8755993843 - 3.0860941410 - 3.0860941410 - 0.2417528629 - 0.2417528629 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - -0.7148085833 - -0.7148085833 - 1.0390722752 - 1.0390722752 - 0.1093185320 - 0.0972531959 - 0.1093185320 - -1.0699757338 - -1.0699757338 - -0.2074962258 - -0.2074962258 - 2.0654075146 - 2.0654075146 - -2.8104965687 - -2.8104965687 - 3.0727362633 - 2.3679585457 - 3.0727362633 - 2.3561944962 - 0.3487710059 - 0.3487710059 - 3.1415927410 - 3.1415927410 - -0.6310793757 - 2.8890383244 - -0.6310793757 - 1.3379825354 - 1.3379825354 - 0.5503859520 - -1.4536875486 - -1.4536875486 - 3.1016139984 - 3.1016139984 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 2.3561944962 - 2.3561944962 - 3.1415927410 - 3.1415927410 - 1.9631364346 - 1.9631364346 - -1.6756732464 - -1.6756732464 - 0.2797041535 - 0.2797041535 - 2.3329429626 - 2.3329429626 - 3.1415927410 - 3.1415927410 - 1.3578579426 - 1.3578579426 - 1.2291808128 - 1.2291808128 - 1.9532829523 - 1.9532829523 - 3.1415927410 - 3.1415927410 - 3.0961694717 - 3.0961694717 - 3.0961694717 - 3.1415927410 - 3.1415927410 - 1.2457884550 - 1.2457884550 - 3.0987617970 - 3.0987617970 - -0.6762446761 - -0.6762446761 - -0.0688564926 - -0.0688564926 - 2.9265778065 - 2.9265778065 - 3.0828368664 - 3.0828368664 - 3.1415927410 - -0.5787149668 - -0.5787149668 - -2.6476511955 - -2.6476511955 - 2.2965638638 - 2.2965638638 - 0.7915330529 - 0.7915330529 - 3.0584514141 - 3.0584514141 - -1.0191413164 - -1.0191413164 - 3.0584514141 - 3.0584514141 - 3.0584514141 - -0.4254496396 - -0.4254496396 - 3.0309355259 - 3.0309355259 - 3.0309355259 - -1.9705774784 - -1.9705774784 - -2.1587989330 - -2.1587989330 - -2.7686049938 - -2.7686049938 - 1.4833010435 - 1.4833010435 - 0.6231993437 - 0.6231993437 - -0.7197033763 - -0.7197033763 - 0.2582522333 - 0.2582522333 - 0.9222617149 - 0.9222617149 - -2.9526953697 - -2.9526953697 - 0.8117078543 - 0.8117078543 - -2.3794460297 - -2.3794460297 - 0.7334219217 - 0.7334219217 - -2.3561944962 - -2.3561944962 - -2.3561944962 - -2.3561944962 - -2.3561944962 - -2.3561944962 - -2.3561944962 - -2.3561944962 - -2.3561944962 - -2.3561944962 - 2.5127964020 - 2.5127964020 - -1.4056476355 - -1.4056476355 - -2.0032041073 - -2.0032041073 - 2.6422460079 - 2.6422460079 - 0.4266274869 - 0.4266274869 - 2.5372872353 - 2.5372872353 - 2.9712176323 - 2.9712176323 - -2.4592761993 - -2.4592761993 - 2.8430936337 - 2.8430936337 - 2.8430936337 - -3.0309355259 - -3.0309355259 - -3.0309355259 - -3.0419239998 - -3.0419239998 - -0.6231993437 - -0.9505468607 - -0.6231993437 - -1.9270160198 - -1.9270160198 - -0.7592261434 - -0.7592261434 - 0.1030816063 - 0.1030816063 - 3.1415927410 - 3.1415927410 - -3.0107653141 - -3.0107653141 - -0.8348627090 - -0.4948874414 - -0.8348627090 - -2.1679730415 - -2.1679730415 - -0.7647825480 - -0.7647825480 - 2.0119757652 - 2.0119757652 - -2.6374266148 - -2.6374266148 - 0.8078662753 - 0.8078662753 - 0.8133238554 - -2.1224513054 - -2.1224513054 - 2.4805495739 - 2.4805495739 - -1.4352686405 - -1.4352686405 - 2.3561944962 - 2.3561944962 - 3.1415927410 - 3.1415927410 - 1.3499675989 - 1.3499675989 - 2.8890383244 - 2.8890383244 - -0.6310793757 - 2.3086113930 - -2.7367007732 - 2.3086113930 - 0.4868992269 - 0.4868992269 - -0.6495494246 - -0.6495494246 - -3.1295449734 - -3.1295449734 - 2.3740496635 - 2.3740496635 - -0.4636476040 - -0.4636476040 - 2.9294488430 - 3.0999500751 - 3.0999500751 - 0.1009217873 - 0.1009217873 - -2.3914740086 - -2.3914740086 - 2.5213432312 - 2.5213432312 - 3.0999500751 - 3.0999500751 - -2.3818299770 - -2.3818299770 - -2.1614167690 - -2.1614167690 - 3.0961694717 - 3.1415927410 - 3.0961694717 - 3.1415927410 - 3.1415927410 - 1.9320000410 - -0.9855792522 - 1.9320000410 - 3.0940096378 - 3.0940096378 - 3.0916342735 - 3.0916342735 - 3.0916342735 - 3.0916342735 - 3.0916342735 - 3.0916342735 - 0.2417528629 - 0.2417528629 - 1.4164775610 - 1.4164775610 - 2.3735337257 - 2.3735337257 - -3.1103527546 - -3.1103527546 - -0.7219912410 - -0.7219912410 - 3.0648207664 - 3.0648207664 - 0.2812322080 - 0.2812322080 - -2.4321351051 - -2.4321351051 - -0.5763752460 - -0.5763752460 - -0.2639637291 - -0.2639637291 - 0.6603062749 - 0.6603062749 - 1.2998495102 - 1.2998495102 - 2.4756233692 - 2.4756233692 - 2.5453934669 - 2.5453934669 - 2.7610862255 - 2.7610862255 - 2.6779451370 - 2.6779451370 - 2.5503005981 - 2.5471177101 - 3.0799424648 - 2.5471177101 - 2.5503005981 - 1.9490903616 - 2.5696744919 - 2.5696744919 - 2.5615899563 - -3.0348570347 - -3.0348570347 - -0.9748783112 - -0.9748783112 - -3.1290934086 - -3.1290934086 - 2.5148496628 - 2.5148496628 - -2.8116455078 - -2.8116455078 - 0.7235302925 - 0.1308273971 - 0.1308273971 - -2.0639920235 - -2.0639920235 - -1.4570043087 - -1.4570043087 - 2.4668517113 - 2.4668517113 - -0.6248862147 - -0.2350122184 - -0.6248862147 - -0.5660548806 - -0.5660548806 - -0.0916961581 - -0.0916961581 - -0.7454195023 - -0.7454195023 - -1.1309537888 - -1.1309537888 - 0.9123709798 - 0.9123709798 - -2.0009636879 - -2.0009636879 - -3.0172376633 - -3.0172376633 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - -2.6866784096 - -2.6866784096 - -0.3919475377 - -0.3919475377 - 0.2568264604 - 0.2568264604 - 0.8133238554 - 0.8078662753 - 0.8133238554 - -0.5028432012 - -0.5028432012 - -2.7790484428 - -2.7790484428 - 1.8632392883 - 1.8632392883 - 0.3830770552 - 0.3830770552 - -0.3877701759 - -0.3877701759 - 2.3679585457 - 2.3679585457 - 3.0727362633 - 2.3561944962 - 2.3561944962 - 2.3679585457 - 3.0727362633 - 2.3561944962 - 3.1415927410 - 3.1415927410 - -2.1336646080 - -2.1336646080 - -2.3774678707 - -2.3774678707 - 3.1415927410 - 3.1415927410 - 0.5503859520 - 1.3379825354 - 0.5503859520 - -0.7641247511 - -0.7641247511 - 1.7141363621 - 1.7141363621 - 0.6781193018 - 0.6781193018 - 2.7589855194 - 2.7589855194 - -0.1574168801 - -0.1574168801 - -0.1434522569 - -0.1434522569 - 1.0584068298 - 1.0584068298 - -2.4822826385 - -2.4822826385 - 3.0981416702 - 3.0981416702 - 3.0981416702 - -2.3207483292 - -2.3207483292 - 3.0961694717 - 3.0961694717 - 0.3784273863 - 0.3784273863 - 2.0571672916 - 2.0571672916 - 3.0961694717 - 3.0961694717 - -2.6011731625 - -0.8304128051 - -2.6011731625 - 3.1415927410 - 3.1415927410 - 3.0940096378 - 3.1415927410 - 3.1415927410 - 3.0916342735 - 3.0916342735 - 3.0916342735 - 3.0916342735 - 3.0916342735 - 3.0916342735 - -2.7100195885 - -2.7100195885 - -0.6935520172 - -0.6935520172 - 3.1415927410 - 3.1415927410 - -1.0924439430 - -1.0924439430 - 3.1415927410 - 3.0828368664 - 3.1415927410 - -1.0531471968 - -1.0531471968 - 0.0624188110 - 0.0624188110 - 0.0624188110 - 3.0750246048 - 3.0750246048 - 3.0750246048 - 3.0750246048 - 1.8086322546 - 1.8086322546 - 3.0648207664 - 3.0648207664 - 2.9889433384 - 3.0648207664 - 2.3200657368 - 2.3200657368 - 2.0198819637 - 2.0198819637 - -0.3733763695 - -0.3733763695 - -1.5253731012 - -1.5253731012 - 2.9927027225 - 2.9927027225 - 3.0309355259 - 3.0309355259 - 3.0309355259 - 0.3846047223 - 0.3846047223 - 1.3487144709 - 1.3487144709 - -0.7853981853 - -0.7853981853 - 0.2551823854 - 0.2551823854 - -1.2104383707 - -0.1291472912 - -0.1291472912 - 1.4743225574 - 1.1824775934 - 1.4743225574 - 2.5449323654 - 2.5449323654 - -2.5839605331 - -2.5810830593 - -2.5839605331 - -2.5869109631 - 1.6342033148 - 1.6342033148 - 2.4668517113 - 2.4668517113 - 2.3864881992 - 2.3864881992 - 2.5298657417 - 2.5298657417 - 2.5227777958 - 2.5127964020 - 2.5227777958 - 2.5298657417 - 2.5227777958 - 2.5127964020 - -1.1525720358 - -1.1525720358 - -0.8428062797 - -0.8434723020 - -0.8428062797 - 2.5471177101 - 2.5503005981 - 2.5471177101 - 2.5503005981 - 2.5471177101 - 2.5503005981 - 3.0799424648 - 2.5503005981 - 2.5503005981 - 3.0799424648 - 2.5503005981 - 1.8885943890 - 2.5471177101 - 2.5503005981 - 2.5471177101 - 2.5503005981 - 2.5471177101 - 2.5503005981 - 1.8885943890 - 3.0799424648 - 1.8885943890 - -1.3708033562 - -1.3708033562 - -3.0419239998 - -3.0419239998 - -1.4758446217 - -1.4758446217 - -3.0509328842 - -3.0509328842 - 3.1415927410 - 3.1415927410 - -3.0509328842 - 3.1415927410 - -3.0584514141 - 3.1415927410 - -3.0584514141 - 3.1415927410 - 2.3928272724 - 2.3928272724 - -0.2234766036 - -0.2234766036 - -2.1232151985 - -2.1232151985 - -2.8198421001 - 2.7383112907 - 2.7383112907 - -1.3871740103 - -1.3871740103 - -0.9048271179 - -0.9048271179 - -1.5075894594 - -1.5075894594 - -1.4949924946 - -1.4949924946 - -1.5075894594 - -1.4949924946 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - -2.5419082642 - -2.5419082642 - -2.8289604187 - -2.8289604187 - -0.2449786663 - -0.2449786663 - 2.8167839050 - 2.8167839050 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 0.9060218334 - 0.9060218334 - -2.1375255585 - -2.1375255585 - -1.2045407295 - -1.2045407295 - 2.4329664707 - 0.2226609439 - 2.4329664707 - 0.4096460938 - 0.4096460938 - 0.6156198978 - -2.1531493664 - 0.6156198978 - -2.2003262043 - -2.2003262043 - -1.4711276293 - -1.4711276293 - -2.7758452892 - -2.7758452892 - 3.1415927410 - 3.1415927410 - -0.9515538812 - -0.9515538812 - -0.3049923480 - -0.3049923480 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 1.2277723551 - 1.2277723551 - 2.8006136417 - 2.8006136417 - 2.8785979748 - 2.8785979748 - -0.3347368240 - -0.3347368240 - 3.1016139984 - 3.1016139984 - 3.0617625713 - -1.4327902794 - -1.4327902794 - 3.1415927410 - 3.1415927410 - 3.0999500751 - -2.7928216457 - 3.0999500751 - -2.7928216457 - 3.1415927410 - 3.0999500751 - 3.0999500751 - -2.7928216457 - 3.1415927410 - 3.0999500751 - 3.0999500751 - 3.0999500751 - 3.0981416702 - 3.0981416702 - 3.0981416702 - -0.9855792522 - -0.9855792522 - 1.9320000410 - 3.0940096378 - 3.1415927410 - 3.0940096378 - 3.0916342735 - 3.0916342735 - 3.0940096378 - 3.0940096378 - 3.0940096378 - 3.0916342735 - 3.0916342735 - 3.0916342735 - 3.0916342735 - 3.0916342735 - 3.0916342735 - 3.0940096378 - 3.0940096378 - 3.0940096378 - 3.0916342735 - 3.0916342735 - 3.0916342735 - 3.0916342735 - 3.0916342735 - 3.0916342735 - 1.4801363945 - 1.4801363945 - 3.1415927410 - 3.1415927410 - 3.0916342735 - -0.8434723020 - -0.8434723020 - -1.7742893696 - -1.7742893696 - 1.8684965372 - 1.8684965372 - 1.8646656275 - 1.8646656275 - -2.2752904892 - -2.2752904892 - -2.4858970642 - -2.4858970642 - 2.2831540108 - 2.2831540108 - 2.2367656231 - 2.2367656231 - 2.9889433384 - 2.9889433384 - 3.0648207664 - 2.9889433384 - 0.1682067662 - 0.1682067662 - 0.1831108183 - 3.0584514141 - 3.0584514141 - 3.0584514141 - -2.4468543530 - -2.4468543530 - 3.0419239998 - 3.0419239998 - -0.6893978715 - -0.6893978715 - -2.3249547482 - -2.3249547482 - 2.3078451157 - 2.3078451157 - 0.3976279795 - 0.3976279795 - -0.2805368006 - -0.2805368006 - 2.2455372810 - 2.2455372810 - 1.1022226810 - 1.1022226810 - -1.6025316715 - -1.6025316715 - 1.2044019699 - 1.2044019699 - 1.1824775934 - 3.1292476654 - 3.1292476654 - 1.2809498310 - 1.2809498310 - 1.2698761225 - 0.8478169441 - 0.8478169441 - -2.5748634338 - -2.5748634338 - 0.2299044281 - 0.2299044281 - 0.2375346273 - 2.3486757278 - 2.3486757278 - 2.3412702084 - 2.3263525963 - 2.3186182976 - 0.8519663215 - 0.8519663215 - 0.9061944485 - 0.9061944485 - -2.5810830593 - -2.5810830593 - -2.5839605331 - -2.5869109631 - -1.5232132673 - -1.5232132673 - -2.5869109631 - -2.5810830593 - -2.5839605331 - -2.5869109631 - 2.2994372845 - 2.2994372845 - 2.9029834270 - 2.9029834270 - -0.4547192752 - -0.4547192752 - -2.8911495209 - -2.8911495209 - -0.4899573326 - -0.4899573326 - 1.1686823368 - 1.1686823368 - 1.1589890718 - 1.1589890718 - 1.1686823368 - 1.1589890718 - -0.2734609842 - -0.2734609842 - -1.2679114342 - -1.2679114342 - -0.8341400027 - -0.8341400027 - 2.5192897320 - -0.8434723020 - -0.8434723020 - -0.8428062797 - -2.0472638607 - -2.0472638607 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - -3.0584514141 - 3.1415927410 - 3.1415927410 - 3.1415927410 - -3.0584514141 - 3.1415927410 - 0.7235302925 - -2.8116455078 - 0.7235302925 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - -1.1263771057 - -1.1263771057 - -1.2649174929 - -1.2649174929 - -0.9125283360 - -0.9125283360 - -2.5882983208 - -2.5882983208 - 0.6340227127 - 0.6340227127 - 1.4862525463 - 1.4862525463 - -1.3567355871 - -1.3567355871 - 1.5707963705 - 1.5707963705 - 0.5041659474 - 0.5041659474 - 2.9764440060 - 2.9764440060 - -1.7088023424 - -1.7126933336 - -1.7088023424 - -1.7126933336 - 0.2226609439 - 0.2226609439 - 2.4329664707 - -0.3752708137 - -0.3752708137 - -2.1959049702 - -2.1959049702 - -2.1699717045 - -2.1699717045 - -2.1531493664 - -2.1531493664 - -2.1699717045 - -2.1531493664 - 0.6156198978 - 1.6790668964 - 1.6790668964 - -0.5645694137 - -0.5645694137 - 3.1415927410 - 3.1415927410 - -2.7367007732 - -2.7367007732 - 2.3086113930 - -1.7832283974 - -1.7832283974 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 0.1798534989 - 0.1798534989 - -1.6888883114 - -1.6888883114 - 1.1659045219 - 1.1659045219 - -2.8501358032 - -2.8501358032 - -0.8092032075 - -0.8092032075 - 3.1031501293 - 3.1031501293 - 3.0617625713 - 3.1016139984 - 3.0617625713 - 2.9294488430 - -0.4636476040 - 2.9294488430 - -0.6014547348 - -0.6014547348 - -0.4112937450 - -0.4112937450 - 3.0999500751 - 3.1415927410 - 3.0999500751 - -1.3684747219 - -1.3684747219 - -0.4497596025 - -0.4497596025 - -2.5702552795 - -2.5702552795 - 0.1651486754 - 0.1651486754 - 0.9183669090 - 0.9183669090 - -2.4238874912 - -2.4238874912 - 0.6823165417 - 0.6823165417 - -2.4238874912 - 0.6823165417 - 0.6454734802 - 0.6454734802 - 0.6533046961 - -1.7033478022 - -1.7033478022 - 3.0961694717 - 3.0961694717 - -0.8304128051 - -0.8304128051 - -2.6011731625 - 3.0940096378 - 3.0940096378 - 3.0940096378 - 3.0940096378 - 3.0916342735 - 3.0916342735 - 3.0916342735 - 3.0916342735 - 3.0916342735 - 3.0916342735 - 3.0367157459 - 3.0367157459 - 3.0367157459 - 3.0890095234 - 3.0890095234 - 3.0916342735 - 3.1415927410 - 3.0916342735 - 1.6951513290 - 1.6951513290 - 1.7048195601 - 1.7048195601 - -1.3734008074 - -1.3734008074 - -0.1831108183 - -0.1831108183 - 3.0750246048 - 3.0750246048 - 3.0750246048 - -0.8391098976 - -0.8391098976 - -1.8736811876 - -1.8736811876 - 2.1898624897 - 2.1898624897 - 2.9297652245 - 2.9297652245 - 2.1898624897 - 2.9297652245 - 0.1831108183 - 0.1682067662 - 0.1831108183 - -2.0619599819 - -2.0619599819 - 3.0648207664 - 3.0648207664 - -2.6620733738 - -2.6620733738 - 2.5269296169 - 2.5269296169 - -2.7509856224 - -2.7509856224 - 3.0419239998 - 3.0419239998 - 3.0309355259 - 3.0309355259 - 3.0309355259 - -0.7615931630 - -0.7615931630 - 2.5308666229 - 2.5308666229 - 1.8778420687 - 1.8778420687 - -0.8097835779 - -0.8097835779 - 1.8778420687 - -0.8097835779 - 0.9025068879 - 0.9025068879 - -1.1156954765 - -1.1156954765 - -1.2104383707 - 0.2551823854 - -1.2104383707 - -1.9678757191 - -1.9678757191 - 0.5800027847 - 0.5800027847 - 1.2698761225 - 1.2809498310 - 1.2698761225 - 0.8441540003 - 0.8441540003 - 0.2375346273 - 0.2299044281 - 0.2375346273 - 2.3412702084 - 2.3486757278 - 2.3412702084 - 2.3263525963 - 2.3186182976 - 2.1521766186 - 2.1521766186 - 2.1854593754 - 2.1193456650 - 2.1521766186 - -2.3561944962 - -2.3561944962 - -0.6937019825 - -0.6937019825 - -2.2367656231 - -2.2367656231 - 2.5192897320 - 2.5192897320 - -1.9742153883 - -1.9742153883 - -2.1958191395 - -2.1958191395 - 2.5393052101 - 2.5393052101 - 2.5308666229 - 2.5308666229 - 2.5652174950 - 2.5652174950 - 2.5308666229 - 2.5652174950 - 1.1071487665 - 1.1071487665 - 0.3906070292 - 0.3906070292 - 2.5127964020 - 2.5298657417 - 2.5227777958 - 2.5127964020 - -1.0303767920 - -1.0303767920 - 2.6546933651 - 2.6546933651 - 2.6546933651 - 2.7707014084 - 2.7707014084 - 2.5615899563 - 2.5696744919 - 2.5615899563 - -0.9960204363 - -0.9960204363 - -0.9663246274 - -0.9663246274 - -3.0419239998 - -3.0419239998 - -2.5453934669 - -2.5453934669 - 2.5535900593 - 2.5535900593 - 3.1415927410 - 3.1415927410 - 3.1415927410 - -1.4835186005 - -3.0187573433 - -1.4835186005 - -1.4056476355 - -2.8198421001 - -1.4056476355 - -2.0241351128 - -2.0241351128 - -2.4845178127 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 0.2904019356 - 0.2904019356 - 0.3009202480 - -1.8350563049 - -1.8350563049 - 0.2904019356 - 0.3009202480 - -1.8350563049 - -0.6717954278 - -0.6717954278 - -0.9125283360 - -0.9125283360 - 2.6292030811 - 2.6292030811 - -2.3380146027 - -2.3380146027 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 1.5871882439 - 1.5871882439 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - -1.8105394840 - -1.8105394840 - 3.0911304951 - 3.0911304951 - -1.7126933336 - -1.7126933336 - -1.7088023424 - -1.7126933336 - -1.7126933336 - -1.7126933336 - -1.7088023424 - -1.7126933336 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 0.2140606791 - 0.2140606791 - 0.4915288389 - 0.4915288389 - 3.1415927410 - 3.1415927410 - -2.7483131886 - -2.7483131886 - 2.2858879566 - 2.2858879566 - 1.4670039415 - 1.4670039415 - 0.1478493661 - 0.1478493661 - -2.4652490616 - -2.4652490616 - -2.8461518288 - -2.8461518288 - -3.0100045204 - -3.0100045204 - 3.1031501293 - 3.1031501293 - 1.9756880999 - 1.9756880999 - -3.0750246048 - -3.0750246048 - -0.0113631468 - -0.0113631468 - 0.1095595285 - 0.1095595285 - 2.0344438553 - 2.0344438553 - 2.9283881187 - 2.9283881187 - 3.0999500751 - 3.0999500751 - 3.0999500751 - 3.0999500751 - 2.6779451370 - 2.6779451370 - 1.3521274328 - 1.3521274328 - -1.9576719999 - -1.9576719999 - 0.6533046961 - 0.6454734802 - 0.6533046961 - -0.7478218675 - -0.7478218675 - 2.5770232677 - 2.5770232677 - 3.0916342735 - 3.0916342735 - 3.0916342735 - 3.0916342735 - 3.0916342735 - 3.0916342735 - 2.2597208023 - 2.2597208023 - -0.1134349927 - -0.1134349927 - -1.1902899742 - -1.1902899742 - -1.1193432808 - -1.1193432808 - -1.0025094748 - -1.0025094748 - -2.5013649464 - -2.5013649464 - 3.0791738033 - 3.0791738033 - 0.0624188110 - 0.0624188110 - 1.7290366888 - 0.0624188110 - 3.0702850819 - 3.0702850819 - 3.0385110378 - 3.0385110378 - -2.7807557583 - -2.7807557583 - -1.6567906141 - 1.2522406578 - 1.2522406578 - -0.3487710059 - -0.3487710059 - 1.0164887905 - 1.0164887905 - -2.0912547112 - -2.0912547112 - 2.5615899563 - 2.5615899563 - 2.5644004345 - 0.8567056060 - 0.8567056060 - 1.1824775934 - 1.2044019699 - 1.1824775934 - 1.4743225574 - 1.1672613621 - 0.6416594982 - 0.6416594982 - 2.3263525963 - 2.3486757278 - 2.3412702084 - 2.3263525963 - 2.3186182976 - 2.3186182976 - 2.3486757278 - 2.3412702084 - 2.3263525963 - 2.3186182976 - 2.1193456650 - 2.1521766186 - 2.1854593754 - 2.1193456650 - 2.1521766186 - 2.1193456650 - 1.3258177042 - 1.3258177042 - 1.8105394840 - 1.3101938963 - 1.2895641327 - 1.8105394840 - 1.3258177042 - 1.8105394840 - 1.3101938963 - 1.2895641327 - 1.2753554583 - -0.7600871325 - -0.7600871325 - -0.7474417090 - 0.0000000000 - 0.0000000000 - -2.3561944962 - -2.3561944962 - -2.3932147026 - -2.3932147026 - -0.7459449768 - -0.7459449768 - 2.8501358032 - 2.8501358032 - 2.8049178123 - 2.1587989330 - 2.1587989330 - -3.0916342735 - -1.8834285736 - -3.0916342735 - 1.4659193754 - 1.4659193754 - 2.9889433384 - 2.9889433384 - 2.5015044212 - 2.5015044212 - 1.1071487665 - 1.1071487665 - 2.6167969704 - 2.6167969704 - 2.5234484673 - 2.5192897320 - 2.5234484673 - 2.5088438988 - 2.5503005981 - 2.5471177101 - 2.5503005981 - 2.5471177101 - 2.5503005981 - 3.0799424648 - 2.5471177101 - 2.5503005981 - 2.5471177101 - 2.5503005981 - 2.5471177101 - 2.5503005981 - 3.0799424648 - 2.5471177101 - 2.6541399956 - 2.6541399956 - 2.1930992603 - 2.1930992603 - -2.6828954220 - -2.6828954220 - -3.0309355259 - -3.0309355259 - -0.6705215573 - -0.6705215573 - -2.8198421001 - -2.1232151985 - -2.8198421001 - -1.4056476355 - -2.5294401646 - -2.5294401646 - 2.3145518303 - 2.3145518303 - 3.0804445744 - 3.0804445744 - 2.2455372810 - 2.2455372810 - 0.3009202480 - 0.2904019356 - 0.3009202480 - -1.8350563049 - 1.0691922903 - 1.0691922903 - -2.2919554710 - -2.2919554710 - -1.9857020378 - -1.9857020378 - 0.4924857616 - 0.4924857616 - -1.9391452074 - -1.9391452074 - -0.5485494137 - -0.5485494137 - -2.2018756866 - -2.2018756866 - 0.4795192778 - 0.4795192778 - 3.1415927410 - 3.1415927410 - 3.1415927410 - -0.4939413667 - -0.4939413667 - 2.9369509220 - 2.9369509220 - 2.9476335049 - 2.9476335049 - 2.1498706341 - 2.1498706341 - 2.2093305588 - 2.2093305588 - -0.9526520967 - -0.9526520967 - -2.1112158298 - -2.1112158298 - -2.8233757019 - -2.8233757019 - 3.1415927410 - 3.1415927410 - -0.9600703716 - -0.9600703716 - -2.3191742897 - -2.3191742897 - -1.0070477724 - -1.0070477724 - -1.1309537888 - -1.1309537888 - -1.4237179756 - 0.4969685972 - 0.4969685972 - -1.6892862320 - -1.6892862320 - -2.2917675972 - -1.0324218273 - 3.0999500751 - 3.0999500751 - -2.7928216457 - 3.1415927410 - 3.1415927410 - 3.0999500751 - -2.7928216457 - 3.1415927410 - 3.0999500751 - -2.6611869335 - -2.6611869335 - -1.8844169378 - -1.8844169378 - 3.0981416702 - 3.0981416702 - 3.0981416702 - 3.0548543930 - -1.3505475521 - -1.3505475521 - 2.9511575699 - 2.9511575699 - 3.1415927410 - 3.1415927410 - 3.0367157459 - 3.0367157459 - 3.0367157459 - 3.0890095234 - 3.0890095234 - 3.0309355259 - 3.0309355259 - -0.0140835755 - -0.0140835755 - -1.0636978149 - -1.0636978149 - 0.2681107819 - 0.2681107819 - 3.0860941410 - 3.0860941410 - 0.3372531831 - 0.1630952954 - 0.3372531831 - 1.7290366888 - 1.7290366888 - 0.0624188110 - 3.0791738033 - 3.0791738033 - 2.9996955395 - 2.9996955395 - 2.9889433384 - 2.9889433384 - 2.9889433384 - -2.7403638363 - -2.7403638363 - 2.6915187836 - 2.6915187836 - 1.7950310707 - 1.7950310707 - -1.1790963411 - -1.1790963411 - 0.4636476040 - 0.4636476040 - 1.1672613621 - 1.1824775934 - 1.1672613621 - 0.8110335469 - 0.8110335469 - -0.0169475302 - -0.0169475302 - -1.3477653265 - -1.3477653265 - -0.1586552560 - -0.1586552560 - 2.4149503708 - 2.4149503708 - 2.1854593754 - 2.1521766186 - 2.1854593754 - 2.1193456650 - 2.1521766186 - 2.1193456650 - 1.3101938963 - 1.3258177042 - 1.8105394840 - 1.3101938963 - 1.2895641327 - 1.2753554583 - 1.2895641327 - 1.3258177042 - 1.8105394840 - 1.3101938963 - 1.2895641327 - 1.2753554583 - -0.7474417090 - -0.7600871325 - -0.7474417090 - -2.3454422951 - -2.3454422951 - 2.8049178123 - 2.8501358032 - 2.8049178123 - -2.3847582340 - -2.3847582340 - -1.8834285736 - -1.8834285736 - -3.0916342735 - 0.8814868927 - 0.8814868927 - 0.8749781251 - 0.8749781251 - 0.8814868927 - 0.8749781251 - 0.8902751207 - 0.8902751207 - 2.6035485268 - 2.6035485268 - -0.6435011029 - -0.6435011029 - -0.2598143816 - -0.2598143816 - 1.9394922256 - 1.9394922256 - 2.6011731625 - 2.6011731625 - 2.5192897320 - -0.8341400027 - 2.5192897320 - 2.5234484673 - 2.5088438988 - 2.5088438988 - 2.5192897320 - 2.5234484673 - 2.5088438988 - 2.6344940662 - 2.6344940662 - 2.6344940662 - 2.5471177101 - 2.5471177101 - 2.5503005981 - 2.5503005981 - 2.6414315701 - 2.6414315701 - -0.3683489263 - -0.3683489263 - 3.1415927410 - -3.0648207664 - 3.1415927410 - -3.0648207664 - -3.0187573433 - -3.0187573433 - -1.4835186005 - -2.1840035915 - -2.1840035915 - 2.9927027225 - 2.9927027225 - -2.6432769299 - -2.6432769299 - -1.6033934355 - -1.6033934355 - 1.7282131910 - 1.7282131910 - 0.6240230799 - 0.6240230799 - -1.0004130602 - -1.0004130602 - -1.6991195679 - -1.6991195679 - -1.0004130602 - -1.6991195679 - 3.1415927410 - 3.1415927410 - -1.7247409821 - -1.7247409821 - 1.8985347748 - 1.8985347748 - -1.2893170118 - -1.2893170118 - -2.6292030811 - -2.6292030811 - 1.3408919573 - 1.3408919573 - 1.8850282431 - 1.8850282431 - 0.0567571595 - 0.0567571595 - 0.0561207831 - -0.3848636448 - 0.0561207831 - 0.0567571595 - 0.0561207831 - -0.5585992932 - -0.5585992932 - -0.9434881210 - -0.9434881210 - -1.9295669794 - -1.9295669794 - 2.9859979153 - 2.9859979153 - -1.0912770033 - -1.0912770033 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1016139984 - 2.8312051296 - 2.8312051296 - 3.1415927410 - 3.1415927410 - 1.8678605556 - 1.8678605556 - 2.7066257000 - 2.7066257000 - 0.6370703578 - 0.6370703578 - 0.6498704553 - -1.9693187475 - -1.9693187475 - 0.6370703578 - 0.6498704553 - -1.9693187475 - 1.0584068298 - 1.0584068298 - -0.4908517897 - -0.4908517897 - 2.2794225216 - 2.2794225216 - -1.4237179756 - -1.1309537888 - -1.4237179756 - 3.1415927410 - 3.1415927410 - -2.6098685265 - -2.6098685265 - -0.6823165417 - -0.6823165417 - -0.2275674939 - -0.2275674939 - -0.9922721386 - -0.9922721386 - 3.0940096378 - 3.0940096378 - 3.0916342735 - 3.0916342735 - 3.0916342735 - 3.0916342735 - 3.0890095234 - 3.0367157459 - 3.0367157459 - 3.0890095234 - 3.0890095234 - 3.0890095234 - 3.0367157459 - 3.0367157459 - 3.0890095234 - 3.0890095234 - 2.0988707542 - 2.0988707542 - 3.0860941410 - 3.0860941410 - 3.0860941410 - 3.0860941410 - 3.0860941410 - 3.0828368664 - 3.0828368664 - -0.0886558816 - -0.0886558816 - 2.9584817886 - 2.9584817886 - 2.8902649879 - 2.8902649879 - -1.9682143927 - -1.9682143927 - -2.4357805252 - -2.4357805252 - -0.7791089416 - -0.7791089416 - -1.6567906141 - -2.7807557583 - -1.6567906141 - -3.1249275208 - 1.2627435923 - 1.3156139851 - 1.2627435923 - 2.3665034771 - 2.3665034771 - 2.3613226414 - -1.3063079119 - -1.3063079119 - -0.4324077666 - -0.4324077666 - -0.4164386094 - -3.1259689331 - -3.1259689331 - -0.7340148687 - -0.7340148687 - -1.3897036314 - -1.3897036314 - 1.8585042953 - 1.8585042953 - -0.5847452879 - -0.5847452879 - -1.9844855070 - -1.9844855070 - -1.9890207052 - 2.1486983299 - 2.1486983299 - -2.7815332413 - -2.7815332413 - -2.8289604187 - -2.8289604187 - -2.8228449821 - -2.8198421001 - -2.8198421001 - 2.1521766186 - 2.1521766186 - 2.1854593754 - 2.1193456650 - 2.1521766186 - 2.1193456650 - 1.0759088993 - 1.0759088993 - 1.0703555346 - 1.0650050640 - 1.2753554583 - 1.8105394840 - 1.3101938963 - 1.2895641327 - 1.2753554583 - 1.2618656158 - 1.5182132721 - 1.5182132721 - 1.5019398928 - -2.3561944962 - -2.3561944962 - 1.0808390379 - 1.0808390379 - 2.8515057564 - 2.8515057564 - 2.5252957344 - 2.5252957344 - -0.8913825154 - -0.8913825154 - 2.5872850418 - 2.5872850418 - 2.9617390633 - 2.9528548717 - 2.9617390633 - 2.6546933651 - 2.6546933651 - 2.6546933651 - -2.4668517113 - -2.4668517113 - 2.7504673004 - 2.7504673004 - -1.2082520723 - -1.2082520723 - -3.0648207664 - -3.0648207664 - 3.1415927410 - -1.1383885145 - -1.1383885145 - -1.1383885145 - 2.5917394161 - 2.5917394161 - 2.2948191166 - 2.2948191166 - -2.4845178127 - -2.0241351128 - -2.4845178127 - 2.7248904705 - 2.7248904705 - -0.5729661584 - -0.5729661584 - 3.1415927410 - -3.0828368664 - 3.1415927410 - 3.1415927410 - -2.9123606682 - -2.9123606682 - 3.1415927410 - 3.1415927410 - 2.9862284660 - 2.9862284660 - -2.0596487522 - -2.0596487522 - -1.0916860104 - -1.0916860104 - -0.3671738207 - -0.3671738207 - 1.4303137064 - 1.3499675989 - 1.4303137064 - 0.1171087474 - 0.1171087474 - -1.4464412928 - -1.4464412928 - -1.4432867765 - -0.9389419556 - -0.9389419556 - -0.9322620630 - -0.9322620630 - -0.9389419556 - -0.9322620630 - -0.6947382689 - -0.6947382689 - 2.6306431293 - 2.6306431293 - -1.7074395418 - -1.7074395418 - -2.5107951164 - -2.5107951164 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1016139984 - 3.1016139984 - -2.1348800659 - -2.1348800659 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 1.1487913132 - 1.1487913132 - 3.1415927410 - 3.1415927410 - -1.0303767920 - -1.0303767920 - 0.1853479445 - 0.1853479445 - -0.6696389318 - -0.6696389318 - -1.3370531797 - -1.3370531797 - 1.4513673782 - 1.4513673782 - -1.5102642775 - -1.5102642775 - 1.2835148573 - 1.2835148573 - 3.1415927410 - 3.1415927410 - 2.8674252033 - 2.8674252033 - -1.7734550238 - -1.7734550238 - -2.7985687256 - -2.3826434612 - -2.3826434612 - -2.7985687256 - -1.7734550238 - -2.7985687256 - 0.6498704553 - 0.6370703578 - 0.6498704553 - -1.9693187475 - 1.2444374561 - 1.2444374561 - 0.7987307310 - 0.7987307310 - -0.9608794451 - -0.9608794451 - 2.8156228065 - 2.8156228065 - -3.0828368664 - -3.0828368664 - 2.3754229546 - 2.3754229546 - -1.0324218273 - -1.6892862320 - -1.0324218273 - -1.0990188122 - -1.0990188122 - 1.4259837866 - 1.4259837866 - -2.6044843197 - -2.6044843197 - 3.0548543930 - 3.0981416702 - 3.0981416702 - 3.0548543930 - -1.2399826050 - -1.2399826050 - -1.2597980499 - -1.2597980499 - 3.0961694717 - 3.0961694717 - 2.0131704807 - 2.0131704807 - -0.8050035238 - -0.8050035238 - -2.8017718792 - -2.8017718792 - -2.4496712685 - -2.4496712685 - 2.7969453335 - 2.7969453335 - 0.5472843647 - 0.5472843647 - 3.0828368664 - 3.0828368664 - 3.0828368664 - -3.0146198273 - -3.0146198273 - -0.9318823218 - -0.9318823218 - 2.2178435326 - 2.2178435326 - 1.3156139851 - 1.3156139851 - 1.2627435923 - 2.3613226414 - 2.3665034771 - 2.3613226414 - 2.9441971779 - 2.9441971779 - -0.4164386094 - -0.4324077666 - -0.4164386094 - 2.5644004345 - 2.5615899563 - 2.5644004345 - -1.9890207052 - -1.9844855070 - -1.9890207052 - -2.3561944962 - -2.3561944962 - 0.1810926497 - 0.1810926497 - -1.1881891489 - -1.1881891489 - -0.1171087474 - -0.1042716131 - -0.0927563235 - -0.1171087474 - -1.1881891489 - -0.1171087474 - -0.1042716131 - -0.0927563235 - -2.7503571510 - 1.4898922443 - 1.4898922443 - 2.1193456650 - 2.1854593754 - 2.1193456650 - 2.1521766186 - 2.1193456650 - 2.0870270729 - 1.0703555346 - 1.0759088993 - 1.0703555346 - 1.0650050640 - 1.2618656158 - 1.2753554583 - 1.2618656158 - 1.5019398928 - 1.5182132721 - 1.5019398928 - 2.6135182381 - 2.6135182381 - -2.3561944962 - -2.3561944962 - -2.5625183582 - -2.5625183582 - -2.2384619713 - -2.2384619713 - 1.2966288328 - 1.2966288328 - 2.4353935719 - 2.4353935719 - 2.4269423485 - 2.4280705452 - 2.4196014404 - 2.4130437374 - 2.4280705452 - 2.4353935719 - 2.4269423485 - 2.4280705452 - 2.4196014404 - 2.4130437374 - 2.4130437374 - 2.4353935719 - 2.4269423485 - 2.4280705452 - 2.4196014404 - 2.4130437374 - 2.5535900593 - 2.5535900593 - 2.4756233692 - 2.5636906624 - 2.5636906624 - 2.9528548717 - 2.9528548717 - 2.9617390633 - 2.6344940662 - 2.6344940662 - 2.6344940662 - 2.6113767624 - 2.6113767624 - -0.8422474265 - -0.8422474265 - -1.1642295122 - -1.1642295122 - -2.0899424553 - -2.0899424553 - -0.7713145614 - -0.7713145614 - 0.6556956172 - 0.6556956172 - -0.5459852815 - -0.5459852815 - -3.0702850819 - -3.0702850819 - -0.2822574079 - -0.2822574079 - 1.6556980610 - 1.6556980610 - -3.0828368664 - -3.0828368664 - 3.1415927410 - 1.7078624964 - 1.7078624964 - -3.0890095234 - -3.0890095234 - 1.3499675989 - 1.3499675989 - 1.4303137064 - -1.8259787560 - -1.8259787560 - -1.4432867765 - -1.4464412928 - -1.4432867765 - 3.1415927410 - 3.1415927410 - -0.3848636448 - 0.0567571595 - -0.3848636448 - 2.2355709076 - 2.2355709076 - -0.9519815445 - -0.9519815445 - 2.5398168564 - 2.5398168564 - -1.3370531797 - -1.3370531797 - 2.5592396259 - 2.5592396259 - -3.0916342735 - -3.0916342735 - -3.1165978909 - 1.8873655796 - 1.8873655796 - -1.2746812105 - 2.1629829407 - 2.1629829407 - -1.3882365227 - -1.3882365227 - 2.9002370834 - 2.9002370834 - -0.1086612195 - -0.1086612195 - 2.3561944962 - 2.3561944962 - -1.2847448587 - -1.2847448587 - 0.2591020167 - 0.2591020167 - -0.5576322079 - -0.5576322079 - 3.1415927410 - 3.1415927410 - 2.4285318851 - 2.4285318851 - -2.2917675972 - -1.6892862320 - -2.2917675972 - 2.7367007732 - 2.7367007732 - 3.0981416702 - 3.0981416702 - 3.0981416702 - 3.0548543930 - 3.0999500751 - 3.0999500751 - -0.3587706685 - -0.3587706685 - 3.0860941410 - 3.0860941410 - 3.0860941410 - 3.0860941410 - 3.0860941410 - 0.5980778337 - 0.5980778337 - 0.1630952954 - 0.1630952954 - 0.1753942221 - 0.3372531831 - 0.2833079696 - 0.2833079696 - 3.0702850819 - 3.0702850819 - 3.0584514141 - 3.0584514141 - -2.4349784851 - -2.4349784851 - -2.4370985031 - -0.9827937484 - -0.9827937484 - -2.4349784851 - -2.4370985031 - -0.9827937484 - -3.1249275208 - -1.6567906141 - -3.1249275208 - -2.3453254700 - -2.3453254700 - -0.9600703716 - -0.9600703716 - -0.9526520967 - -0.9526520967 - -0.9600703716 - -0.9526520967 - 0.4107169509 - 0.4107169509 - -1.4464412928 - -1.4464412928 - 2.9023611546 - 2.9023611546 - 3.0495457649 - 3.0495457649 - -0.3612037599 - -0.3612037599 - -2.8228449821 - -2.8289604187 - -2.8228449821 - 1.0743736029 - 1.0743736029 - -2.8228449821 - 1.0743736029 - -2.4141006470 - -2.4141006470 - -0.1042716131 - -1.1881891489 - -0.1171087474 - -0.1042716131 - -0.0927563235 - -2.7503571510 - -2.7503571510 - -0.1171087474 - -0.1042716131 - -0.0927563235 - -2.7503571510 - 2.0870270729 - 2.1854593754 - 2.1521766186 - 2.1193456650 - 2.0870270729 - 2.0552742481 - 1.0650050640 - 1.0759088993 - 1.0703555346 - 1.0650050640 - 1.4898922443 - 1.4898922443 - -2.5722794533 - -2.5722794533 - 2.4269423485 - 2.4353935719 - 2.4269423485 - 2.4280705452 - 2.4196014404 - 2.4130437374 - 2.4196014404 - 2.4353935719 - 2.4269423485 - 2.4280705452 - 2.4196014404 - 2.4130437374 - 2.4756233692 - 2.5535900593 - 2.4756233692 - -1.4940243959 - -1.4940243959 - 2.5535900593 - 2.5535900593 - 2.5782763958 - 2.5782763958 - 2.5535900593 - 2.5535900593 - -1.0191413164 - -1.0191413164 - 2.6011731625 - 2.6011731625 - 2.7999770641 - 2.7999770641 - -3.0509328842 - -3.0509328842 - -3.0509328842 - -3.0509328842 - -3.0509328842 - -3.0509328842 - -3.0509328842 - -3.0509328842 - -3.0509328842 - -3.0509328842 - -3.0509328842 - -3.0509328842 - -3.0509328842 - -3.0648207664 - 3.1415927410 - -2.9889433384 - -3.0648207664 - -3.0648207664 - 3.1415927410 - 3.1415927410 - -3.0648207664 - 3.1415927410 - 2.5633697510 - 2.5633697510 - -3.0750246048 - -3.0750246048 - 2.1341125965 - 2.1341125965 - 1.7640078068 - 1.7640078068 - -1.9912016392 - -1.9912016392 - 0.1807995737 - 0.1807995737 - -1.4801363945 - -1.4801363945 - -1.4773195982 - 3.0488362312 - 3.0488362312 - -0.3805063665 - -0.3805063665 - 1.2902594805 - 1.2902594805 - 3.1415927410 - 3.1415927410 - -3.1165978909 - -3.0916342735 - -3.1165978909 - -2.2520945072 - -2.2520945072 - -2.2355709076 - -2.2355709076 - -2.2520945072 - -2.2355709076 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1016139984 - 3.1016139984 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1016139984 - 2.6960153580 - 2.6960153580 - 3.1031501293 - 3.1031501293 - 3.1415927410 - 0.0930637270 - 0.0930637270 - 0.7454195023 - 0.7454195023 - 2.8101961613 - 2.8101961613 - 2.5485901833 - 2.5485901833 - 1.2551807165 - 1.2551807165 - -0.8655182719 - -0.8655182719 - 0.7266423702 - 0.7266423702 - -1.9218271971 - -1.9218271971 - 0.7803730965 - 0.7803730965 - 1.3734008074 - 1.3734008074 - 2.3217253685 - 2.3217253685 - -2.2775690556 - -2.2775690556 - 1.9670356512 - 1.9670356512 - 3.0999500751 - 3.0999500751 - 0.8131688237 - 0.8131688237 - -1.9250557423 - -1.9250557423 - 3.0961694717 - 3.0961694717 - -0.7555562854 - -0.7555562854 - -1.0472205877 - -1.0472205877 - -0.2741674483 - -0.2741674483 - 3.0860941410 - 3.0860941410 - 3.0860941410 - 3.0860941410 - 3.0860941410 - 3.0860941410 - 3.0860941410 - 3.0860941410 - 3.0860941410 - 3.0860941410 - 0.1753942221 - 0.1630952954 - 0.1753942221 - 3.0828368664 - 3.0828368664 - 3.0828368664 - -1.0734536648 - -1.0734536648 - -1.4848020077 - -1.4848020077 - -3.1093456745 - -3.1093456745 - 1.7619807720 - -0.9592993259 - -0.9592993259 - 2.7496452332 - 2.7496452332 - -2.4370985031 - -2.4349784851 - -2.4370985031 - -0.9827937484 - 3.1415927410 - 3.1415927410 - 3.0509328842 - 3.0509328842 - -2.5004839897 - -2.5004839897 - 3.0509328842 - 3.1415927410 - 3.0509328842 - 3.0509328842 - 3.0509328842 - 0.5736666918 - 0.5736666918 - 3.0309355259 - 3.0309355259 - 0.5880026221 - 0.5880026221 - 0.8076167107 - -1.5985670090 - -1.5985670090 - 0.6022873521 - 0.6022873521 - 0.5880026221 - 0.5880026221 - 0.6022873521 - 0.5880026221 - -0.0927563235 - -1.1881891489 - -0.1171087474 - -0.1042716131 - -0.0927563235 - -2.7503571510 - 2.2381024361 - 2.2381024361 - 2.6571147442 - 2.0552742481 - 2.1521766186 - 2.1193456650 - 2.0870270729 - 2.0552742481 - 0.9254999161 - 0.9254999161 - 2.2668805122 - 2.3860363960 - 2.3711187840 - 2.2668805122 - 0.3217505515 - 0.3217505515 - -2.8501358032 - -2.8501358032 - -2.9441971779 - 2.3561944962 - 2.3561944962 - -1.0427218676 - -1.0427218676 - -0.9964914918 - -0.9964914918 - 1.1902899742 - 1.2087088823 - 1.1902899742 - -3.0509328842 - -3.0509328842 - -3.0509328842 - -3.0509328842 - 3.1415927410 - 3.1415927410 - -1.1383885145 - -1.1383885145 - -1.1383885145 - -0.7159911394 - -0.7159911394 - -0.2140606791 - -0.2140606791 - 3.1415927410 - 3.1415927410 - -2.2318394184 - -2.2318394184 - 0.5220916271 - 0.5220916271 - 2.6992185116 - 2.6992185116 - 3.1415927410 - 3.1415927410 - 0.1908311099 - 0.1908311099 - 0.9827937484 - 0.9827937484 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - -1.4773195982 - -1.4801363945 - -1.4773195982 - -3.0027077198 - -3.0027077198 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.0999500751 - 3.0999500751 - 3.1415927410 - 3.1415927410 - 3.1415927410 - -0.1218424365 - -0.1218424365 - -1.2746812105 - 1.8873655796 - -1.2746812105 - 3.1415927410 - 3.1415927410 - -1.9513026476 - -1.9513026476 - 0.8029402494 - 0.8029402494 - 1.2490457296 - 1.2490457296 - 3.1031501293 - 3.1045725346 - 3.1415927410 - 3.1031501293 - 2.5775089264 - 2.5775089264 - 2.5655798912 - 2.5655798912 - 2.5775089264 - 2.5655798912 - 2.1025204659 - 2.1025204659 - 2.1025204659 - -0.2013171017 - -0.2013171017 - -1.8878520727 - -1.8878520727 - -1.8860110044 - -1.8860110044 - 0.1618374288 - 2.4837040901 - 2.4837040901 - -0.3938686252 - -0.3938686252 - -2.0238623619 - -2.0238623619 - -0.3938686252 - -2.0238623619 - -2.3561944962 - -2.3561944962 - -3.0284416676 - -3.0284416676 - -2.2162697315 - -2.2162697315 - -0.8187191486 - -0.8187191486 - -2.5127964020 - -2.5127964020 - 3.0999500751 - 3.0999500751 - -2.5287723541 - -2.5287723541 - 3.0999500751 - 3.0999500751 - -2.9147937298 - -2.9147937298 - -2.9294488430 - 3.0981416702 - 3.0981416702 - 2.6311042309 - 2.6311042309 - 0.5008205771 - 0.5008205771 - 1.9513026476 - 1.9513026476 - -1.4108831882 - -1.4108831882 - -2.2896263599 - -2.2896263599 - 1.2793395519 - 1.2793395519 - -2.1708464622 - -2.1708464622 - -0.4314007163 - -0.4314007163 - 1.7619807720 - -3.1093456745 - 1.7619807720 - 0.0000000000 - 0.0000000000 - 1.2004729509 - 1.2004729509 - -0.9994588494 - -0.9994588494 - 3.0509328842 - 3.1415927410 - 3.0509328842 - 3.0509328842 - 2.1775634289 - 2.1775634289 - 2.1557960510 - 2.1557960510 - -3.1191244125 - -3.1191244125 - 1.6467369795 - 0.8166379929 - 0.8166379929 - 0.8076167107 - 0.5880026221 - 0.8076167107 - -2.8605718613 - -2.8605718613 - -1.0325746536 - -1.0325746536 - 0.6556956172 - 0.6556956172 - 2.6779451370 - 2.6779451370 - 1.4372673035 - 1.4372673035 - 0.2925617695 - 0.2925617695 - 0.3001711667 - 0.6556956172 - 0.6556956172 - 1.4523063898 - 1.4523063898 - 1.2545101643 - 1.2545101643 - 2.6571147442 - 2.2381024361 - 2.6571147442 - 1.2368512154 - 1.2368512154 - 2.3711187840 - 2.3860363960 - 2.3711187840 - 2.2668805122 - 2.8068559170 - 2.8068559170 - 2.7803888321 - -2.9441971779 - -2.8501358032 - -2.9441971779 - 2.4980914593 - 2.4980914593 - 2.5213432312 - -0.9011573792 - -0.9011573792 - 2.5378432274 - 2.5378432274 - 0.7044940591 - 0.7044940591 - 1.2087088823 - 1.2087088823 - 1.1902899742 - -2.7504673004 - -2.7504673004 - -1.1071487665 - -1.1071487665 - -3.0648207664 - -3.0648207664 - -2.9889433384 - -3.0648207664 - -2.9889433384 - -3.0648207664 - -2.9889433384 - -3.0648207664 - -3.0648207664 - -1.0074800253 - -1.0074800253 - 1.8233505487 - 1.8233505487 - 2.2861340046 - 2.2861340046 - -2.6460409164 - -2.6460409164 - -2.8335399628 - -2.8335399628 - -0.0120476102 - -0.0120476102 - -2.6997995377 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 2.6524727345 - 2.6524727345 - 1.6001995802 - 1.5707963705 - 1.6001995802 - 3.1415927410 - 3.1415927410 - -0.6947382689 - -0.6947382689 - -0.8253768682 - -0.8253768682 - -0.8117078543 - -0.8117078543 - -0.8253768682 - -0.8117078543 - 3.1415927410 - 3.0999500751 - 3.1415927410 - 0.9272952080 - 0.9272952080 - -3.0189239979 - -3.0189239979 - -1.5344487429 - -1.5344487429 - 0.5114200115 - 0.5114200115 - -2.3794460297 - -2.3794460297 - 2.6327085495 - 2.6327085495 - -0.4332001805 - -0.4332001805 - 2.2229676247 - 2.2229676247 - 2.2201969624 - 1.1583858728 - 1.1583858728 - 0.3828987181 - 0.3828987181 - -3.0638277531 - -0.1876397729 - -3.0638277531 - 0.3828987181 - -3.0638277531 - -2.9549033642 - -2.9549033642 - 3.1415927410 - 3.1031501293 - 3.1415927410 - 3.1045725346 - 3.1045725346 - 3.1415927410 - 3.1031501293 - 2.1139860153 - 2.1139860153 - 2.1025204659 - 2.1025204659 - 2.1025204659 - 0.1618374288 - -1.8860110044 - 0.1618374288 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 1.6951513290 - 1.6951513290 - -3.0359270573 - -3.0359270573 - -2.9294488430 - -2.9147937298 - -2.9294488430 - -2.3272171021 - -2.3272171021 - -0.3720677495 - -0.3720677495 - 3.0906164646 - 3.0906164646 - 0.9505468607 - 0.9505468607 - -1.2649174929 - -1.2649174929 - -0.2626090646 - -0.2626090646 - 2.4379789829 - 2.4379789829 - 3.0860941410 - 3.0860941410 - 3.0309355259 - 3.0860941410 - 3.0309355259 - 3.0860941410 - 3.0860941410 - 3.0309355259 - 3.0860941410 - 3.0309355259 - -0.0210495219 - -0.0210495219 - -2.6371514797 - -2.6371514797 - -0.5095922351 - -0.5095922351 - -0.6747409701 - -0.6747409701 - 1.2068173885 - 1.2068173885 - 2.2571816444 - 2.2571816444 - 3.0509328842 - 3.0509328842 - 3.0509328842 - 3.0419239998 - 3.0419239998 - -1.7273981571 - -1.7273981571 - -2.4526681900 - -2.4526681900 - 0.4518138468 - 0.4518138468 - -1.6189517975 - -1.6189517975 - 0.3001711667 - 0.2925617695 - 0.3001711667 - 2.8780288696 - 2.8780288696 - 1.7126933336 - 1.7126933336 - -1.9847953320 - -1.9847953320 - -1.9904471636 - 1.1006128788 - 1.1006128788 - 2.3860363960 - 2.3860363960 - 2.3711187840 - 2.3860363960 - 2.3711187840 - 2.2668805122 - -1.0899090767 - -1.0899090767 - 2.7803888321 - 2.8068559170 - 2.7803888321 - 0.8863199353 - 0.8863199353 - 0.9151006937 - 0.9151006937 - 0.9151006937 - 2.7069225311 - 2.7069225311 - -0.1759396195 - -0.3772490621 - -0.3772490621 - -0.4502255917 - -0.4502255917 - 1.3134726286 - 1.3734008074 - 1.3134726286 - 2.5105133057 - 2.5072097778 - 2.5105133057 - 2.5072097778 - 2.5072097778 - 2.5040438175 - 2.5072097778 - 2.5105133057 - 2.5040438175 - 2.5072097778 - -0.9561333656 - -0.9561333656 - 0.1498124599 - 0.1498124599 - 0.7354397774 - 0.7354397774 - 2.6311042309 - 2.6311042309 - 2.0191390514 - 2.0191390514 - -0.2284966409 - -0.2284966409 - -0.7209713459 - -0.7209713459 - -3.0509328842 - -3.0509328842 - -0.6676656008 - -0.6676656008 - -3.0509328842 - -3.0509328842 - -3.0509328842 - -3.0509328842 - -3.0509328842 - 2.7281122208 - 2.7281122208 - -3.0702850819 - -3.0702850819 - -3.0648207664 - -3.0648207664 - -2.9889433384 - -3.0648207664 - -3.0648207664 - 2.4739270210 - 2.4739270210 - -0.1627273709 - -0.7419472933 - -2.0607535839 - -2.0607535839 - 0.8408966660 - 0.8408966660 - -2.6997995377 - -0.0120476102 - -2.6997995377 - 1.7390030622 - 1.7390030622 - 0.2587708831 - 0.2587708831 - 2.3492016792 - 2.3492016792 - -3.0940096378 - -3.0940096378 - 1.5707963705 - 1.5707963705 - 1.6001995802 - -2.8127999306 - -2.8127999306 - 0.8671825528 - 0.8671825528 - 2.2757234573 - 2.2757234573 - -2.2404353619 - -2.2404353619 - 3.1415927410 - 3.1415927410 - -1.1613590717 - -1.1613590717 - 3.1415927410 - 3.1415927410 - -1.2665878534 - -1.2665878534 - -2.1282274723 - -2.1282274723 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1016139984 - 0.6251085401 - 0.6251085401 - -0.1876397729 - 0.3828987181 - -0.1876397729 - -2.5829932690 - -2.5829932690 - -2.7938256264 - -2.7938256264 - -0.2880554497 - -0.2880554497 - -0.8685393929 - -0.8685393929 - 3.1031501293 - 3.1031501293 - 2.7985687256 - 2.7985687256 - 3.1031501293 - 3.1031501293 - 3.1031501293 - 3.1415927410 - -0.6435011029 - -0.6435011029 - -3.0348570347 - -3.0348570347 - 0.7496990561 - -0.0895038173 - 0.7496990561 - 3.1016139984 - 3.1016139984 - 3.1016139984 - -2.5722794533 - -2.5722794533 - -0.1317622662 - -0.1317622662 - -0.9827937484 - -0.9827937484 - -2.8632929325 - -2.8632929325 - 3.0548543930 - 3.0548543930 - -2.0119757652 - -2.0119757652 - 0.7311877608 - 0.7311877608 - -1.4272129536 - -1.4272129536 - 2.6954870224 - 2.6954870224 - -3.0928506851 - -3.0928506851 - 3.0890095234 - 3.0890095234 - -2.3305590153 - -2.3305590153 - 3.0309355259 - 3.0860941410 - 3.0309355259 - 3.0860941410 - 3.0309355259 - 2.3200657368 - 2.3200657368 - 2.8279719353 - 2.8279719353 - -0.2096398473 - -0.2096398473 - 1.6907002926 - 1.6907002926 - 0.7240228057 - 0.7240228057 - -1.7174627781 - -1.7174627781 - -0.7149268389 - -0.7149268389 - 2.4719536304 - 2.4719536304 - -1.4074301720 - -0.3217505515 - 0.1882214993 - 0.1882214993 - 0.2368487567 - 0.2368487567 - 2.8283164501 - 2.8283164501 - 1.9228405952 - 1.9228405952 - 0.7128997445 - 0.7128997445 - -1.9904471636 - -1.9847953320 - -1.9904471636 - 2.3860363960 - 2.3860363960 - 2.3711187840 - 2.3860363960 - 0.9827937484 - 0.9827937484 - 0.9505468607 - 0.9505468607 - 0.9151006937 - 0.9151006937 - 0.9151006937 - 0.9048271179 - 0.9048271179 - 1.2627435923 - 1.2627435923 - 1.7539070845 - 1.7539070845 - -0.1759396195 - 2.7069225311 - -0.1759396195 - 2.5213432312 - 2.4980914593 - 2.5213432312 - 1.3734008074 - 1.3734008074 - 1.3134726286 - 2.5072097778 - 2.5040438175 - 2.5072097778 - 2.5105133057 - 2.5040438175 - 2.5072097778 - 2.5040438175 - 2.5040438175 - 2.5072097778 - 2.5040438175 - 2.5072097778 - -1.2780832052 - -1.2780832052 - 0.0302937608 - 0.0302937608 - -3.0584514141 - -3.0584514141 - -3.0584514141 - 1.9157985449 - 1.9157985449 - 1.9208412170 - 1.9208412170 - 1.9157985449 - 1.9208412170 - 2.8771042824 - 2.8771042824 - -1.1993972063 - -1.1993972063 - 2.8706457615 - 2.8706457615 - 1.2265776396 - 1.2265776396 - -2.5681521893 - -2.5681521893 - 1.3597029448 - 1.3597029448 - -0.1534239203 - -0.1534239203 - 1.2807093859 - 1.2807093859 - 3.0564332008 - 3.0564332008 - -1.4464412928 - -1.4464412928 - 2.2681870461 - 2.2681870461 - 1.4133794308 - 1.4133794308 - -1.4161957502 - -1.4161957502 - -1.5083775520 - -1.5083775520 - 0.2860514522 - 0.2860514522 - -1.6934649944 - -1.6934649944 - 2.3473451138 - 2.3473451138 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - -2.3121054173 - -2.3121054173 - -2.8966140747 - -2.8966140747 - -1.0927956104 - -1.0927956104 - 2.8666827679 - 2.8666827679 - 2.7468016148 - 2.7468016148 - 0.8023456931 - 0.8023456931 - 3.1031501293 - 3.1031501293 - -1.5961073637 - -1.5961073637 - -1.9832067490 - -1.9832067490 - -2.9441971779 - -2.9441971779 - 1.9295669794 - 1.9295669794 - -0.3372531831 - -0.3372531831 - 3.1045725346 - 3.1045725346 - 3.1031501293 - 3.1045725346 - 3.1031501293 - 3.1045725346 - 3.1031501293 - 3.1045725346 - 3.1415927410 - 3.1045725346 - 3.1415927410 - 3.1031501293 - 3.1016139984 - 3.1016139984 - -2.7763912678 - -2.7763912678 - -1.3229848146 - 2.1524498463 - -1.3229848146 - 2.3884413242 - 2.3884413242 - 2.7223603725 - 2.7223603725 - -1.2298173904 - -1.2298173904 - -0.2760970294 - -0.2760970294 - 3.1016139984 - 3.1016139984 - 3.1031501293 - 3.1031501293 - 2.6779451370 - 2.6779451370 - 3.1016139984 - 3.0419239998 - 3.0419239998 - 3.1016139984 - 3.1016139984 - 3.1016139984 - 0.3040009439 - 0.3040009439 - 2.7423717976 - 2.7423717976 - 1.1071487665 - 1.1071487665 - 3.0981416702 - 3.0981416702 - 3.0981416702 - -0.6846171618 - -0.6846171618 - -0.9209258556 - -0.7558209896 - -0.7558209896 - 1.3078016043 - 1.3078016043 - 2.8763854504 - 2.8763854504 - 3.0244839191 - 3.0244839191 - -0.1025798544 - -0.1025798544 - -1.3813161850 - -1.3813161850 - -1.0370881557 - 0.3529903889 - 0.3529903889 - 2.3864881992 - 2.3864881992 - 2.3711187840 - -0.7797484994 - -0.7797484994 - 1.5033313036 - 1.5033313036 - 0.4192323983 - 0.4192323983 - -1.4074301720 - 2.4719536304 - -1.4074301720 - -0.3217505515 - 2.4719536304 - -0.3217505515 - 1.6467369795 - -3.1191244125 - 1.6467369795 - 3.0309355259 - 3.0309355259 - 1.5831413269 - 1.5831413269 - 1.5707963705 - 1.5707963705 - 1.5831413269 - 1.5707963705 - -0.9987667799 - -0.9987667799 - -1.1525720358 - -1.1525720358 - 0.1906388998 - 0.1906388998 - 2.4310543537 - 2.4310543537 - 2.3711187840 - 2.3860363960 - 2.3711187840 - 2.3860363960 - -1.1341692209 - -1.1341692209 - 2.9265778065 - 2.9265778065 - 2.7712693214 - -2.2253670692 - -2.2253670692 - 1.0209431648 - 1.0209431648 - -0.3487710059 - -0.3487710059 - -2.1587989330 - -2.1587989330 - -2.8966140747 - -2.8966140747 - 2.3662950993 - 2.3662950993 - -0.9272952080 - -0.9272952080 - 2.6476511955 - 2.6476511955 - 2.5040438175 - 2.5040438175 - 2.5072097778 - 2.5040438175 - 2.5072097778 - -0.8699418902 - -0.8699418902 - 2.1413791180 - 2.1413791180 - -2.7753369808 - -2.7753369808 - -3.0584514141 - -3.0584514141 - -3.0648207664 - -3.0648207664 - -3.0584514141 - -3.0584514141 - -3.0584514141 - -1.0321722031 - -1.0321722031 - -3.0648207664 - -3.0648207664 - -3.0648207664 - -3.0648207664 - -2.8568623066 - -2.8568623066 - 1.3405767679 - -1.3072324991 - 1.3405767679 - -1.2924966812 - -2.0152156353 - -2.0152156353 - -2.8422265053 - -2.8422265053 - 0.7730531096 - 0.7730531096 - 0.3681307733 - 0.3681307733 - 3.1415927410 - 3.1415927410 - 2.7669115067 - 2.7669115067 - 2.7707014084 - -0.0580741614 - -0.0580741614 - 0.2216495574 - 0.2216495574 - -2.1840035915 - -2.1840035915 - 2.6820771694 - 2.6820771694 - 2.4831671715 - 2.4831671715 - 0.0735512897 - 0.0735512897 - 2.8150112629 - 2.8150112629 - 2.2201969624 - 2.2229676247 - 2.2201969624 - 2.3288040161 - 2.3288040161 - 1.2545101643 - 1.2545101643 - 3.0722594261 - 3.0722594261 - -1.4773195982 - -1.4773195982 - -2.5583631992 - -2.5583631992 - -0.7796179056 - -0.7796179056 - 3.1031501293 - 3.1031501293 - 3.1031501293 - 3.1415927410 - -0.7911784649 - -0.7911784649 - 3.1415927410 - 3.1031501293 - 3.1031501293 - 3.1415927410 - 3.1058936119 - 0.5004408360 - 0.5004408360 - 2.7859568596 - 2.7859568596 - 3.1415927410 - 3.1415927410 - 3.1415927410 - -0.8110335469 - -0.8110335469 - -0.0895038173 - -0.0895038173 - 0.7496990561 - 3.1016139984 - 3.1016139984 - 3.1016139984 - 0.8288490772 - 0.8288490772 - -2.1332943439 - -2.1332943439 - 2.1236374378 - 2.1236374378 - 0.1685969383 - 0.1685969383 - -1.0153025389 - -1.0153025389 - 0.4583000541 - 0.4583000541 - 2.2276554108 - 2.2276554108 - -0.2422085851 - -0.2422085851 - -2.7400121689 - -2.7400121689 - 3.0916342735 - 3.0916342735 - 1.7681919336 - 3.0890095234 - 3.0890095234 - 3.0309355259 - 3.0860941410 - 3.0309355259 - 3.0860941410 - 3.0309355259 - 3.0309355259 - -1.4730694294 - -1.4730694294 - 2.3017029762 - 2.3017029762 - -2.7865211964 - -2.7865211964 - 0.0238050260 - 0.0238050260 - -2.2629406452 - -2.2629406452 - 2.3711187840 - 2.3864881992 - 2.3711187840 - -1.4780399799 - -1.4780399799 - -1.4121410847 - -1.4121410847 - -0.3028848767 - -0.3028848767 - -0.2942345738 - -0.2942345738 - -0.3028848767 - -0.2942345738 - -2.5748634338 - -2.5748634338 - 0.8163161278 - 0.8163161278 - -2.5770232677 - -2.5770232677 - -1.3258177042 - -1.3258177042 - -2.9402754307 - -2.9402754307 - 2.7712693214 - 2.9265778065 - 2.7712693214 - -1.2120256424 - -1.2120256424 - -2.2502100468 - -2.2502100468 - 2.4932606220 - 2.4932606220 - 2.6779451370 - 2.6779451370 - 2.6779451370 - 2.7091848850 - 2.7091848850 - 2.7610862255 - 2.7610862255 - 2.5829932690 - 2.5748634338 - 2.5829932690 - 2.5661680698 - 2.5596876144 - 2.5661680698 - -2.3794460297 - -2.3794460297 - -1.9655874968 - -1.9655874968 - -3.0648207664 - -3.0648207664 - -3.0764675140 - -3.0764675140 - -3.0648207664 - -3.0648207664 - -3.0648207664 - -3.0648207664 - -3.0750246048 - -3.0750246048 - -0.1627273709 - 2.4739270210 - -0.1627273709 - -0.7419472933 - 2.4739270210 - -0.7419472933 - 2.4897234440 - 2.4897234440 - -2.6456980705 - -2.6456980705 - 0.3028848767 - 0.0767718926 - 0.0767718926 - 3.0791738033 - 3.0791738033 - -0.0440890566 - -0.0440890566 - 2.8136694431 - 2.8136694431 - 1.3521274328 - 1.3521274328 - 0.3743336201 - 0.3743336201 - 2.7707014084 - 2.7669115067 - 2.7669115067 - 2.7707014084 - 3.1415927410 - 3.1415927410 - -3.0014908314 - -3.0014908314 - 3.1415927410 - 3.1415927410 - 1.9255019426 - 1.9255019426 - -0.0605320185 - -0.0605320185 - 3.1031501293 - 3.1415927410 - 3.1031501293 - 2.4727804661 - 2.4727804661 - 2.9421520233 - 2.9421520233 - -2.8229379654 - -0.4805236459 - -2.1230998039 - -2.8229379654 - -2.1045045853 - 3.1415927410 - 3.1415927410 - 3.1031501293 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 2.8330862522 - 2.8330862522 - -0.3625442386 - -0.3625442386 - 0.8865015507 - -0.3980143070 - 0.8865015507 - 0.5809769630 - 0.5809769630 - 1.2160906792 - 1.2160906792 - -0.2040179819 - -0.4158117771 - -0.4158117771 - -1.2074031830 - -1.2074031830 - 3.1045725346 - 3.1045725346 - 3.1031501293 - 3.1045725346 - 0.4386528134 - 0.4386528134 - -0.3279233277 - -0.3279233277 - -2.0899424553 - -2.0899424553 - 1.6224744320 - 1.6224744320 - -0.4398425817 - -0.4398425817 - 3.1016139984 - 2.6779451370 - 3.1016139984 - 3.1016139984 - -0.3610053062 - -0.3610053062 - 1.2151604891 - 1.2151604891 - 1.2242574692 - -0.2561513782 - -0.2561513782 - 2.6167969704 - 2.6167969704 - 3.0584514141 - 3.0584514141 - 2.9361972809 - 2.9361972809 - 3.0961694717 - 3.0961694717 - 3.0961694717 - -0.7528010011 - -0.7528010011 - -1.8039761782 - -1.8039761782 - -2.8940300941 - -2.8940300941 - -0.4820787013 - -0.4820787013 - 1.7681919336 - 3.0916342735 - 1.7681919336 - 3.0890095234 - 3.0890095234 - 0.9616328478 - 0.9616328478 - -0.9406024218 - -0.9406024218 - -0.9329662323 - -0.9329662323 - -0.9406024218 - -0.9329662323 - -2.1611742973 - -2.1611742973 - 2.6204545498 - 2.6204545498 - -1.4254863262 - -1.4254863262 - -2.8198421001 - -2.8198421001 - -0.6610431671 - -0.6610431671 - 1.1964627504 - 1.1964627504 - 0.4297622740 - 0.4297622740 - -0.1062648594 - -0.1062648594 - -0.3663944006 - 0.3785455823 - -0.3663944006 - -1.6195381880 - -1.6195381880 - 3.0628087521 - 3.0628087521 - 1.3755149841 - 1.3755149841 - -2.4980914593 - -2.4980914593 - -0.6417405605 - -0.6417405605 - 0.3686959147 - 0.3686959147 - 2.2794225216 - 2.2794225216 - -1.3101938963 - -1.3101938963 - -1.9372931719 - -1.9495421648 - -1.9372931719 - -1.1071487665 - -1.1071487665 - 0.3693336546 - 0.3693336546 - 2.1587989330 - 2.1587989330 - 2.1587989330 - 2.8501358032 - 2.8501358032 - 2.7149651051 - 2.7149651051 - -0.9067501426 - -0.9067501426 - 2.6011731625 - 2.6011731625 - -0.8322388530 - -0.8322388530 - -2.2618806362 - -2.2618806362 - 2.5748634338 - 2.5748634338 - 2.5829932690 - 2.5596876144 - 2.5596876144 - 2.5661680698 - -2.4055371284 - -2.4055371284 - -0.1194289252 - -0.1194289252 - 0.8366353512 - -2.0822162628 - 0.8366353512 - 1.1441688538 - -3.0648207664 - -3.0648207664 - -3.0648207664 - -3.0648207664 - 2.7928216457 - 2.7928216457 - -1.9061206579 - -2.5308666229 - -2.5308666229 - 1.6764619350 - 1.6764619350 - -1.3072324991 - -1.3072324991 - 1.3405767679 - -1.2924966812 - -1.2924966812 - -1.3072324991 - 1.3405767679 - -1.2924966812 - -2.2276554108 - -2.2276554108 - 1.1844590902 - 1.1844590902 - -3.0860941410 - -3.0860941410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 0.2401710153 - 0.2401710153 - 2.9562447071 - 2.3679585457 - 2.3679585457 - 2.3561944962 - 2.3561944962 - 2.3679585457 - 2.3561944962 - -0.6202495098 - -0.6202495098 - 2.9523935318 - 2.9523935318 - 2.1840035915 - 2.1840035915 - 3.1415927410 - 3.1415927410 - -2.7346217632 - -2.7346217632 - 3.1016139984 - 3.1016139984 - -0.4805236459 - -0.4805236459 - -2.8229379654 - -2.1045045853 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1031501293 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1031501293 - 0.5645694137 - 0.5645694137 - -2.3839650154 - -2.3839650154 - 3.1415927410 - 3.1415927410 - -0.0243854094 - -0.0243854094 - 0.8760580420 - 0.8760580420 - 2.6779451370 - 2.6779451370 - 3.1415927410 - 3.1415927410 - -0.2040179819 - 1.2160906792 - -0.2040179819 - -2.9262349606 - -2.9262349606 - 0.3497152925 - 0.3497152925 - 2.1112158298 - 2.1112158298 - 2.1524498463 - 2.1524498463 - -1.3229848146 - 3.1031501293 - 3.1031501293 - 3.1031501293 - 3.1031501293 - 3.1031501293 - 3.1031501293 - 1.2698761225 - 1.2698761225 - 3.1031501293 - 3.1031501293 - 0.4439457357 - 0.4439457357 - -0.2140606791 - -0.2140606791 - -3.0956480503 - -3.0956480503 - -2.8030369282 - -2.8030369282 - 0.3912355900 - 0.3912355900 - -0.2721458972 - -0.2721458972 - -0.2721458972 - -0.2721458972 - -0.2721458972 - -0.2721458972 - 1.2242574692 - 1.2151604891 - 1.2242574692 - -2.2991137505 - -2.2991137505 - 1.4691075087 - 1.4691075087 - 0.4266274869 - 0.4266274869 - 3.0981416702 - 3.1415927410 - 3.0981416702 - 3.0981416702 - 3.0981416702 - 3.0981416702 - 3.0981416702 - 3.0981416702 - -0.9209258556 - -0.6846171618 - -0.9209258556 - -2.7383112907 - -2.7383112907 - 3.0961694717 - 3.0961694717 - 3.0961694717 - 3.0961694717 - 2.2948191166 - 2.2948191166 - -0.9853062630 - -0.9853062630 - -0.9777937531 - -0.9777937531 - -0.9853062630 - -0.9777937531 - 3.0890095234 - 3.0890095234 - 3.0367157459 - -2.6011731625 - -2.6011731625 - 1.1368429661 - 1.1368429661 - -1.0370881557 - -1.3813161850 - -1.0370881557 - -1.0303767920 - 0.6235607266 - 0.6235607266 - 2.8632929325 - 2.8632929325 - 3.0750246048 - -1.6517003775 - 3.0750246048 - 0.9827937484 - 0.9827937484 - 1.5707963705 - 1.5707963705 - -0.4540785253 - -0.4540785253 - -2.5686264038 - -2.5686264038 - 2.2083451748 - 2.2083451748 - 2.4393358231 - 2.5854263306 - 2.5854263306 - -2.4468543530 - -2.4468543530 - 1.6756732464 - 1.6756732464 - -1.9495421648 - -1.9495421648 - -1.9372931719 - 1.0088747740 - 1.0088747740 - -2.2520945072 - -2.2520945072 - 2.6779451370 - 2.6779451370 - 2.6779451370 - -0.9129077196 - -0.9129077196 - -1.2793395519 - -1.2793395519 - 1.3258177042 - 1.3419975042 - 1.3258177042 - -1.0801283121 - -1.0801283121 - 2.6694707870 - 2.6694707870 - 2.6527402401 - -3.0509328842 - -3.0509328842 - -3.0509328842 - 0.7120008469 - -0.3283294141 - -0.3250078857 - 0.7120008469 - -1.1398473978 - -3.0648207664 - -3.0648207664 - 2.2697958946 - 2.2697958946 - 2.5026786327 - -1.0584068298 - -1.0584068298 - -1.7261605263 - -1.7261605263 - -3.0750246048 - -3.0750246048 - -3.0702850819 - -3.0702850819 - -2.4374108315 - -2.4374108315 - -1.3871740103 - -1.3871740103 - 3.1415927410 - 3.1415927410 - -3.0860941410 - -3.0648207664 - -3.0648207664 - 0.3028848767 - -2.6456980705 - 0.3028848767 - -2.6135182381 - -2.6135182381 - -0.9322620630 - -0.9322620630 - -0.0227233600 - -0.0227233600 - 0.8308214545 - 0.8308214545 - 1.3927034140 - 1.3927034140 - 3.1415927410 - 3.1415927410 - 3.1415927410 - -3.0981416702 - -3.0981416702 - 0.4717774987 - 0.4717774987 - -2.2545056343 - -2.2545056343 - 0.0000000000 - 0.0000000000 - 0.7697744370 - 0.7697744370 - -2.1045045853 - -0.4805236459 - -2.1230998039 - -2.8229379654 - -2.1045045853 - 3.1415927410 - 3.1415927410 - 3.1031501293 - 3.1415927410 - -2.4745202065 - -2.4745202065 - 0.8917910457 - 0.3523087204 - 0.8917910457 - 2.9392709732 - 2.9392709732 - -1.8925468922 - -1.8925468922 - 3.1058936119 - 3.1415927410 - 3.1058936119 - 3.1031501293 - 3.1031501293 - 3.1045725346 - -1.7446975708 - -1.7446975708 - -0.7802168727 - -0.7802168727 - -1.9074711800 - -1.9074711800 - -0.3248086572 - -0.3248086572 - -0.9693416357 - -0.9693416357 - 3.1259689331 - 3.1259689331 - -0.9693416357 - 3.1259689331 - -0.2754260898 - -0.2754260898 - -0.2726098299 - -0.2726098299 - -0.2754260898 - -0.2726098299 - -2.1612498760 - -2.1612498760 - 2.3453254700 - 2.3453254700 - 3.1415927410 - 3.1415927410 - -0.0140835755 - -0.0140835755 - 3.0999500751 - 3.0999500751 - 3.0999500751 - 3.1415927410 - 3.0961694717 - 3.0961694717 - 3.1415927410 - 3.0999500751 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.0981416702 - 1.0427218676 - 1.0427218676 - 3.0981416702 - 3.0981416702 - 3.0981416702 - 3.0981416702 - 3.0981416702 - 3.0981416702 - -0.4756952226 - -0.4756952226 - 0.6913369298 - 0.6913369298 - -1.9739118814 - -1.9739118814 - 2.6422460079 - 2.6422460079 - 3.0367157459 - 3.0890095234 - 3.0367157459 - 3.0860941410 - 3.0860941410 - 3.0309355259 - 3.0309355259 - 3.0309355259 - 3.0309355259 - -2.3996453285 - -2.3996453285 - 1.8157750368 - 1.8157750368 - 0.0232516229 - 0.0232516229 - -1.4494442940 - -1.4494442940 - -0.2449786663 - -0.2449786663 - 0.8865015507 - 0.8865015507 - -1.0303767920 - -1.0370881557 - -1.0303767920 - 2.6620733738 - 2.6620733738 - 3.0584514141 - 3.0584514141 - 3.0584514141 - 3.0584514141 - 3.0509328842 - 3.0509328842 - -1.6517003775 - -1.6517003775 - 3.0750246048 - 0.4291785061 - 0.4291785061 - 0.4228539169 - 0.4228539169 - 0.4291785061 - 0.4228539169 - 3.0419239998 - 3.0419239998 - 2.9441971779 - 2.9441971779 - 3.0419239998 - 2.9441971779 - -0.5448639393 - -0.5448639393 - -2.3389549255 - -2.3389549255 - -1.0743736029 - -1.0743736029 - -0.0996686518 - -0.0996686518 - -0.9621070027 - -0.9621070027 - 0.3785455823 - 0.3785455823 - -0.3663944006 - -1.8090411425 - -1.8090411425 - -2.1236374378 - -2.1236374378 - -2.5195605755 - -2.5195605755 - -2.3854260445 - -2.3854260445 - 0.6350267529 - 0.6350267529 - 0.6379609704 - 0.6379609704 - 0.6350267529 - 0.6379609704 - 1.7324177027 - 1.7324177027 - 2.2507052422 - 2.2507052422 - 2.2377045155 - 2.2377045155 - 2.2507052422 - 2.2377045155 - 0.3455555737 - 0.3455555737 - 0.9652516842 - 0.9652516842 - -1.3382394314 - -1.3382394314 - -0.1651486754 - -0.1651486754 - 1.9974237680 - 1.9974237680 - -0.2499786168 - -0.2499786168 - 0.0512371659 - 0.0512371659 - 2.4805495739 - 2.4805495739 - 1.5273454189 - 1.5273454189 - 2.1493206024 - 2.1493206024 - 2.4865977764 - 2.4845178127 - 2.4865977764 - 2.5672879219 - 2.5672879219 - 2.5127964020 - 2.5127964020 - 1.3419975042 - 1.3419975042 - 1.3258177042 - -0.7713145614 - -0.7713145614 - 1.3967510462 - 1.3967510462 - 1.3986054659 - 2.6527402401 - 2.6694707870 - 2.6527402401 - 2.9105019569 - 2.9105019569 - -3.0509328842 - -3.0509328842 - -3.0509328842 - -3.0509328842 - -3.0509328842 - -3.0509328842 - 3.1415927410 - -3.0584514141 - -3.0584514141 - -3.0509328842 - -3.0509328842 - 2.6367313862 - 2.6367313862 - 1.6388727427 - 1.6388727427 - -1.9061206579 - 2.7928216457 - -1.9061206579 - 2.2878081799 - 2.2878081799 - -2.5496218204 - -2.5496218204 - -2.7682163715 - -2.7682163715 - -3.0860941410 - 3.1415927410 - -3.0860941410 - -2.1782410145 - -2.1782410145 - 0.0263097174 - 0.0263097174 - 2.1479885578 - 2.1479885578 - 2.0123887062 - 2.0123887062 - 2.7669115067 - 2.7669115067 - 2.7707014084 - 3.1415927410 - 3.1415927410 - -0.6784629822 - -0.6784629822 - -0.6246353984 - -0.6246353984 - -0.8558695316 - -0.9689378142 - -0.8558695316 - -2.3234193325 - -2.3234193325 - -1.2379760742 - 3.1415927410 - 3.1415927410 - 3.1031501293 - -0.9332475066 - -0.9332475066 - 0.8976009488 - -2.3114483356 - -2.3114483356 - 3.1031501293 - 3.1031501293 - 3.1415927410 - 3.1415927410 - 3.1415927410 - -2.1230998039 - -2.1230998039 - -2.8229379654 - -2.1045045853 - -2.1019740105 - -2.1019740105 - 0.2090229392 - 0.2090229392 - 3.1031501293 - 3.1415927410 - 3.1031501293 - 3.1415927410 - -0.7250688076 - -0.7250688076 - 2.7522759438 - 2.7522759438 - 2.7413520813 - 0.3430239260 - 0.3430239260 - -2.3911452293 - -2.3911452293 - -0.3980143070 - -0.1807995737 - -0.3980143070 - 0.8865015507 - 2.7481420040 - 2.7481420040 - -2.6422460079 - -2.6422460079 - 3.1415927410 - 3.1415927410 - 0.4694278836 - 0.4694278836 - 1.5096482038 - 1.5096482038 - 3.1045725346 - 3.1045725346 - 3.1045725346 - 3.1045725346 - 3.1045725346 - 2.1137473583 - 2.1137473583 - -0.8139618039 - -0.8139618039 - -2.7798633575 - -2.7798633575 - 2.5782763958 - 2.5782763958 - -2.0647377968 - -2.0647377968 - -1.0191413164 - -1.0191413164 - 2.4827866554 - 2.4827866554 - 3.1016139984 - 3.1016139984 - -2.2576138973 - -2.2576138973 - 2.8399736881 - 2.8399736881 - -2.6711883545 - -2.6711883545 - 2.1995925903 - 2.1995925903 - 2.1929543018 - 2.1929543018 - 2.1995925903 - 2.1929543018 - -0.1882214993 - -0.1882214993 - 3.0981416702 - 3.0981416702 - -2.8911495209 - -2.8911495209 - 3.0940096378 - 3.0940096378 - -2.5037624836 - -2.5037624836 - 0.3743336201 - 0.3743336201 - 3.0309355259 - 3.0309355259 - 3.0309355259 - 0.8176450729 - 0.8176450729 - 0.2898464799 - 0.2898464799 - -0.2954408228 - -0.2954408228 - -2.8993840218 - -2.8993840218 - 2.9250423908 - 2.9250423908 - 0.4182243347 - 0.4182243347 - -0.1500269622 - -0.1500269622 - -1.9195673466 - -1.9195673466 - 2.8607549667 - 2.8607549667 - -1.9146021605 - -1.9146021605 - -2.3187119961 - -2.3187119961 - 1.7376514673 - 1.7376514673 - -1.9237867594 - -1.9237867594 - 2.9229238033 - 2.9229238033 - -1.1902899742 - -1.1902899742 - 2.2455372810 - 2.2455372810 - -1.1441688538 - -1.1441688538 - 0.3097029328 - 0.3097029328 - 0.4953112304 - 0.4953112304 - -0.4060980678 - -0.4060980678 - -0.7968919277 - -0.7968919277 - -2.8164751530 - -2.8164751530 - -1.7063239813 - -1.7063239813 - -1.7094360590 - -2.1995925903 - -2.1995925903 - -1.3694791794 - -1.3694791794 - 2.1587989330 - 2.1587989330 - 2.1587989330 - -1.2847448587 - -1.2847448587 - 2.6167969704 - 2.6167969704 - 1.2490457296 - 1.2490457296 - 2.4845178127 - 2.4845178127 - 2.4865977764 - 2.5088438988 - 2.5032727718 - 2.5088438988 - 3.1130290031 - 3.1130290031 - -1.9028557539 - -1.9028557539 - 2.5329034328 - 2.5329034328 - 1.3986054659 - 1.3967510462 - 1.3986054659 - -3.0509328842 - -3.0509328842 - -3.0509328842 - -3.0509328842 - 3.1415927410 - -3.0509328842 - 3.1415927410 - -3.0509328842 - -3.0509328842 - -3.0509328842 - -0.3283294141 - -0.3283294141 - -0.3250078857 - 0.7120008469 - -0.3250078857 - -0.3283294141 - -0.3250078857 - 0.7120008469 - -1.1398473978 - -1.8444555998 - -1.8444555998 - -1.1398473978 - -0.3250078857 - 0.7120008469 - -1.1398473978 - -2.0822162628 - -2.0822162628 - 0.8366353512 - 1.1441688538 - 0.8366353512 - 1.1441688538 - -0.5790742636 - -0.5790742636 - -3.0750246048 - -3.0750246048 - -0.1549967378 - -0.1549967378 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 0.1713791192 - 0.1713791192 - -1.5300025940 - -1.5300025940 - 0.2567083240 - 0.2567083240 - 3.1415927410 - 3.1415927410 - 2.7574234009 - 2.7574234009 - 2.9562447071 - 0.2401710153 - 2.9562447071 - -1.3932001591 - -1.3932001591 - -1.3909428120 - -2.2937757969 - -2.2937757969 - -0.3657473028 - -0.3657473028 - 2.7314653397 - 2.7314653397 - 3.1415927410 - 3.1415927410 - 1.0688898563 - 1.0688898563 - 0.8976009488 - -0.9332475066 - 0.8976009488 - 2.2843184471 - 2.2843184471 - 3.1415927410 - 3.1031501293 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1031501293 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 2.5930433273 - 2.5930433273 - 2.6552217007 - 2.6552217007 - 3.1031501293 - 3.1415927410 - 3.1415927410 - 3.1031501293 - 1.7069352865 - 1.7069352865 - 2.7413520813 - 2.7522759438 - 2.7413520813 - 1.9928013086 - 1.9928013086 - 3.0667328835 - 3.0667328835 - 3.1045725346 - 3.1045725346 - 0.3523087204 - 0.3523087204 - 0.8917910457 - 3.1415927410 - 3.1415927410 - 3.0648207664 - -0.1807995737 - -0.1807995737 - -0.3980143070 - 0.2216495574 - 0.2216495574 - -2.4338159561 - -2.4338159561 - -0.7725783587 - -0.7725783587 - -0.4964227676 - -0.4964227676 - -0.7725783587 - -0.4964227676 - -0.4883339405 - 2.0949759483 - 2.0949759483 - -0.6699715257 - -0.6699715257 - 1.0768549442 - 1.0768549442 - 2.5865969658 - 2.5865969658 - 3.0816645622 - 3.0816645622 - -2.2605962753 - -2.2605962753 - 3.1016139984 - 3.1016139984 - 3.0999500751 - 3.0999500751 - 3.0999500751 - 2.2083451748 - 2.2083451748 - 2.9920330048 - 2.9920330048 - 3.0961694717 - 3.0961694717 - 3.0961694717 - -1.0619120598 - -1.0619120598 - 2.3204953671 - 2.3204953671 - -1.5077222586 - -1.5077222586 - -1.5070530176 - 0.9827937484 - 0.9827937484 - 0.5404195189 - 0.5404195189 - -1.7410082817 - -1.5167948008 - -1.5167948008 - 2.6539974213 - 2.6539974213 - -2.2142975330 - -2.2455372810 - -2.2142975330 - 0.0119041996 - 0.0119041996 - -0.0798299834 - -0.0798299834 - 0.5123894811 - 0.5123894811 - -1.5707963705 - -1.5707963705 - -0.7628455758 - -0.7628455758 - -1.4016951323 - -1.4016951323 - -0.9298397303 - -0.9298397303 - 0.2329792380 - 0.2329792380 - 2.4393358231 - 2.2083451748 - 2.4393358231 - 1.1441688538 - 1.1441688538 - -2.5223503113 - -2.5223503113 - -1.7094360590 - -1.7063239813 - -1.7094360590 - -2.1829488277 - -2.1829488277 - 2.5393052101 - 2.5393052101 - 1.5707963705 - 1.5707963705 - 0.6889243722 - 0.6889243722 - 2.5032727718 - 2.4980914593 - 2.5032727718 - 2.5088438988 - 3.0617625713 - 3.0617625713 - 2.5596876144 - 2.5596876144 - 2.5596876144 - 2.5661680698 - 2.5661680698 - 2.5596876144 - 2.5596876144 - 2.5661680698 - 0.5019064546 - 0.5019064546 - -3.0419239998 - -3.0419239998 - 0.4012287855 - 0.4012287855 - 2.5026786327 - 2.2697958946 - 2.5026786327 - -2.8566353321 - -2.8566353321 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 1.2120256424 - 1.2120256424 - -3.0890095234 - -3.0890095234 - -3.0890095234 - -3.0890095234 - -3.0890095234 - -3.0890095234 - 2.9441971779 - 2.9441971779 - -1.5291537046 - -1.5291537046 - -3.0940096378 - -3.0940096378 - -1.1659045219 - -1.1659045219 - -0.5995962620 - -0.5995962620 - -2.3013045788 - -2.3013045788 - -0.4145068824 - -0.4145068824 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - -2.2455372810 - -2.2455372810 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - -1.3909428120 - -1.3932001591 - -1.3909428120 - -2.1771790981 - -2.1771790981 - 3.1415927410 - 3.1031501293 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 0.7390736938 - 0.7390736938 - -0.6202495098 - -0.6202495098 - 0.0000000000 - 0.0000000000 - 3.0648207664 - 3.1415927410 - 3.0648207664 - -2.1112158298 - -2.1112158298 - 2.6779451370 - 2.3094995022 - 2.6779451370 - 3.0814244747 - 3.0814244747 - 0.3947911263 - 0.3947911263 - -2.3408110142 - -2.3408110142 - 3.1045725346 - 3.1031501293 - 3.1045725346 - 3.1415927410 - 3.1415927410 - -2.6409249306 - -2.6409249306 - 1.0209431648 - 1.0209431648 - -0.6407837272 - -0.8960554004 - -0.8960554004 - -1.6514291763 - -1.6514291763 - 1.0768549442 - 1.0768549442 - 0.0266603492 - 0.0399786867 - 1.4801363945 - 1.4801363945 - 1.4801363945 - 3.0961694717 - 3.0961694717 - -1.5070530176 - -1.5077222586 - -1.5070530176 - -0.6240230799 - -0.6240230799 - 0.3028848767 - 0.3028848767 - -2.6735591888 - -2.6735591888 - -2.2455372810 - -2.2455372810 - -2.2142975330 - 0.9827937484 - 0.9827937484 - 1.8828384876 - 1.8828384876 - 2.3941509724 - -1.1705557108 - 2.3941509724 - 1.7285650969 - 1.7285650969 - 2.1910457611 - 2.1910457611 - -2.4271135330 - -2.4271135330 - 2.6779451370 - 2.6779451370 - -0.7086262703 - -0.7086262703 - -3.1215953827 - -3.1215953827 - 1.6770612001 - 1.6770612001 - -0.9232052565 - -0.9232052565 - -0.2186689526 - -0.2186689526 - 1.9061206579 - 1.9061206579 - 1.9936501980 - 1.9936501980 - -1.8925468922 - -1.8925468922 - 2.1359457970 - 2.1359457970 - -0.8884797692 - -0.8884797692 - 2.4980914593 - 2.4980914593 - -0.8884797692 - 2.4980914593 - 2.5032727718 - 2.5829932690 - 2.5829932690 - 2.4980914593 - 2.4980914593 - -0.9209258556 - -0.9209258556 - 2.5535900593 - 2.5535900593 - 1.9157985449 - 1.9157985449 - 1.3218336105 - 1.3218336105 - 3.0309355259 - 3.0309355259 - 2.5596876144 - 2.5596876144 - 2.5596876144 - 2.5661680698 - -3.0509328842 - -3.0509328842 - -3.0509328842 - -3.0509328842 - -1.0516501665 - -1.0516501665 - -1.6412676573 - -1.6412676573 - -0.8441540003 - -0.8441540003 - 3.0940096378 - 3.0940096378 - -0.2234766036 - -0.2234766036 - 0.5218342543 - -2.7716865540 - -2.7716865540 - 0.8519663215 - 0.8519663215 - 3.1117508411 - 3.1117508411 - 1.1341692209 - 1.1341692209 - -1.0209431648 - -1.0209431648 - 1.0908458233 - 1.0908458233 - 3.1415927410 - 3.1415927410 - 3.1415927410 - -2.1745457649 - -2.1745457649 - -0.9689378142 - -0.9160777330 - -0.9689378142 - -0.8558695316 - 3.1116015911 - 3.1116015911 - -2.7233684063 - -1.2379760742 - -2.3234193325 - -1.2379760742 - -0.9505468607 - -0.9505468607 - -2.6992185116 - -2.6992185116 - 1.8233505487 - 1.8233505487 - 3.1415927410 - 3.1415927410 - 3.1058936119 - 3.1058936119 - 3.1045725346 - 3.1045725346 - 3.1058936119 - 3.1045725346 - 2.3094995022 - 2.3094995022 - -1.1978086233 - 2.6779451370 - -2.4433517456 - -2.4433517456 - -1.7041466236 - -1.7041466236 - 0.4411794841 - 0.4411794841 - 3.1045725346 - 3.1045725346 - 3.1045725346 - 0.6673061252 - 0.6673061252 - -0.6575282216 - -0.6575282216 - -1.1768033504 - -1.1768033504 - 1.4056476355 - 1.4056476355 - 1.2742505074 - 1.2742505074 - -0.3749917150 - -0.3749917150 - -0.6506268978 - -0.6506268978 - 3.0999500751 - 3.0999500751 - 3.0584514141 - 3.0999500751 - 3.0999500751 - 2.7032561302 - 2.7032561302 - 1.4801363945 - 1.4801363945 - 1.4801363945 - 0.0266603492 - 1.0768549442 - 0.0266603492 - 0.0399786867 - 2.7886023521 - 2.7886023521 - 3.0981416702 - 3.0981416702 - -2.9669203758 - -2.9669203758 - -0.9641911983 - -0.9641911983 - -0.4252050221 - -0.4252050221 - -1.7955075502 - -1.7955075502 - -0.1106572226 - -0.1106572226 - 0.0634069517 - 0.0634069517 - -1.3057534695 - -1.3057534695 - -1.7410082817 - 0.5404195189 - -1.7410082817 - 2.9147937298 - 2.9147937298 - 3.0648207664 - 2.9889433384 - 2.9889433384 - -2.3424966335 - -2.3424966335 - -1.1705557108 - -1.1705557108 - 2.3941509724 - 2.7348456383 - 2.7348456383 - -1.5707963705 - -1.5707963705 - 0.0525830612 - 0.0525830612 - -2.3676881790 - -2.3676881790 - 0.2653320730 - 0.2653320730 - -2.9084129333 - -2.9084129333 - -1.9215242863 - -1.9215242863 - -0.2325569391 - -0.2325569391 - -2.6422460079 - -2.6422460079 - -0.8415189385 - -0.8415189385 - -2.3561944962 - -2.3561944962 - 0.9986026883 - 0.9986026883 - 1.0062268972 - 1.6814535856 - 1.6814535856 - 0.3556358814 - 0.3556358814 - 2.5105133057 - 2.5105133057 - 2.4905159473 - 2.4905159473 - 2.6476511955 - 2.6476511955 - 2.6224465370 - 2.6224465370 - 2.5022068024 - 2.5022068024 - 2.8501358032 - 2.8501358032 - 2.5337905884 - 2.5337905884 - 2.5269296169 - 2.5269296169 - -3.0584514141 - -3.0584514141 - -2.1889405251 - -2.1889405251 - -3.0509328842 - -3.0509328842 - 0.0444152169 - 0.0444152169 - -1.2490457296 - -1.2490457296 - 0.6596287489 - 0.6596287489 - 3.1415927410 - 3.1415927410 - -0.2949370444 - -0.2949370444 - -1.6148853302 - -1.6148853302 - -0.4048917890 - -0.4048917890 - 2.2048189640 - 2.2048189640 - -0.3498556018 - -0.3498556018 - -1.2360595465 - -1.2360595465 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - -0.4048917890 - -0.4048917890 - -0.9097531438 - -0.9097531438 - 2.4132752419 - 2.4132752419 - 2.9471125603 - 2.9471125603 - 0.9403948784 - 0.9403948784 - -0.6666928530 - -0.6666928530 - 3.1415927410 - 3.1415927410 - -1.1398473978 - -1.1398473978 - 2.5032727718 - 2.5032727718 - -1.0505291224 - -1.0505291224 - 0.4228539169 - 0.4228539169 - -0.4883339405 - -0.4964227676 - -0.4883339405 - -1.7841650248 - -1.7841650248 - 0.7617805004 - 0.7617805004 - 0.6327488422 - 0.6327488422 - 0.5606870055 - 0.5606870055 - 0.6729710102 - 0.6729710102 - -2.2276554108 - -2.2276554108 - 0.3733763695 - 0.3769092560 - 0.3733763695 - -2.2276554108 - 0.3733763695 - 0.3769092560 - 0.3769092560 - -2.2276554108 - 0.3733763695 - 0.3769092560 - 2.8842689991 - 2.8842689991 - -2.2545056343 - -2.2545056343 - -0.6889243722 - -0.6889243722 - -1.0785850286 - -1.0785850286 - -0.4048917890 - -0.4048917890 - 3.0584514141 - 3.0999500751 - 3.0584514141 - 3.1016139984 - 3.0999500751 - 3.0999500751 - 3.0999500751 - 3.0999500751 - 3.0584514141 - 3.0999500751 - 3.0999500751 - 3.0999500751 - 0.0399786867 - 1.0768549442 - 0.0266603492 - 0.0399786867 - 3.0999500751 - 3.0999500751 - 3.0999500751 - -3.0890095234 - -3.0890095234 - -1.0427218676 - -1.0427218676 - 3.0509328842 - 3.0509328842 - 2.1692152023 - 2.1692152023 - 1.8119139671 - 1.8119139671 - 2.4775464535 - 2.4775464535 - -2.5488953590 - -2.5488953590 - 2.5573213100 - 2.5573213100 - -2.8699929714 - -2.8699929714 - -2.8685839176 - -2.8685839176 - 2.8632929325 - 2.8632929325 - 1.0179550648 - 1.0179550648 - 0.5191460848 - 0.5191460848 - 3.0702850819 - 3.0702850819 - 0.4914182425 - 0.4914182425 - -2.5393052101 - -2.5393052101 - -1.1875121593 - -1.1875121593 - 1.6680495739 - 1.6680495739 - -1.1441688538 - -1.1441688538 - -2.4245808125 - -2.4245808125 - 0.8253768682 - 0.8253768682 - -1.1169523001 - -1.1169523001 - 1.1071487665 - 1.1071487665 - 1.1071487665 - -2.7339611053 - -2.7339611053 - -2.4805495739 - -2.4805495739 - 0.1831108183 - 0.1831108183 - -0.1488899440 - -0.1488899440 - -0.0713074654 - 0.0000000000 - -0.0713074654 - 0.0000000000 - 2.0300385952 - 2.0300385952 - 1.0062268972 - 0.9986026883 - 1.0062268972 - 2.4689221382 - 2.4689221382 - 2.4650065899 - 2.4650065899 - 2.4704487324 - 2.4763033390 - 2.4763033390 - 2.4650065899 - 2.4763033390 - -3.0254509449 - -3.0254509449 - 2.6224465370 - 2.6224465370 - 0.3552308679 - 0.3552308679 - -2.3561944962 - -2.3561944962 - -3.0520887375 - -3.0520887375 - -2.0390310287 - -2.0390310287 - -3.0648207664 - -3.0648207664 - -3.0750246048 - -3.0750246048 - -1.6977691650 - -1.6977691650 - 0.5218342543 - -0.2234766036 - 0.5218342543 - 2.0468657017 - 2.0468657017 - -2.3355789185 - -2.3355789185 - -2.7468016148 - -2.7468016148 - -3.0367157459 - -3.0367157459 - -0.6837093234 - -0.6837093234 - 2.8864102364 - 2.8864102364 - -3.0916342735 - -3.0916342735 - -1.9228405952 - -1.9228405952 - 3.1415927410 - 3.1415927410 - -1.7741323709 - -1.7741323709 - 2.5906102657 - 2.5906102657 - -2.3951358795 - -2.3951358795 - 2.9133188725 - 2.9133188725 - 3.1415927410 - 3.1415927410 - -1.0450278521 - -1.0450278521 - 2.2716507912 - 2.2716507912 - 2.4468543530 - 2.4468543530 - -2.2612428665 - -2.2612428665 - 0.8135597110 - 0.8135597110 - 3.1045725346 - 3.1045725346 - 3.1045725346 - 3.1045725346 - 3.1045725346 - 3.1045725346 - 3.1415927410 - 3.1058936119 - 1.5707963705 - 1.5707963705 - -2.8632929325 - -2.8632929325 - 2.5278224945 - 2.5278224945 - -0.6407837272 - 1.0209431648 - -0.6407837272 - -2.5677068233 - -2.5677068233 - -2.0344438553 - -2.0344438553 - 3.1016139984 - 3.1016139984 - -1.0705158710 - -1.0705158710 - 1.8275046349 - 3.1016139984 - 3.0584514141 - 3.1016139984 - 3.0999500751 - 3.0999500751 - 3.0584514141 - 3.0999500751 - 3.0999500751 - 3.0999500751 - 3.0999500751 - 3.0999500751 - 3.0999500751 - 3.0999500751 - 3.0999500751 - 3.0999500751 - 3.0999500751 - 2.6928694248 - 2.6928694248 - -2.5498163700 - -2.5498163700 - 3.0981416702 - 3.0981416702 - 3.0466408730 - 3.0466408730 - 1.2375520468 - 1.2375520468 - -2.7270858288 - 2.4149503708 - 2.4149503708 - 3.0648207664 - 2.9147937298 - 3.0648207664 - 2.9764440060 - 2.9764440060 - 2.3053908348 - 2.3053908348 - 0.4636476040 - 0.4636476040 - 1.9756880999 - -0.4731259942 - -0.4731259942 - -1.9554010630 - -1.9554010630 - 3.0584514141 - 3.0584514141 - 2.9617390633 - 2.9617390633 - -0.8742723465 - -0.8742723465 - -2.8890383244 - -2.8890383244 - 0.8621700406 - 0.8621700406 - 0.2613259852 - 0.2613259852 - -2.7564351559 - -2.7564351559 - -2.9361972809 - -2.9361972809 - -2.9462010860 - 2.0050406456 - 2.0050406456 - -0.2063238919 - 1.3690339327 - -0.2063238919 - 1.0714496374 - 1.0714496374 - 1.0714496374 - 0.7853981853 - 0.7853981853 - 0.7994817495 - 0.7994817495 - 0.7990959287 - 0.7990959287 - 2.8357138634 - 2.8357138634 - 0.1973955631 - 0.1973955631 - 0.1942410022 - 0.1942410022 - 0.1973955631 - 0.1942410022 - -0.7853981853 - -0.7853981853 - -2.9721796513 - -2.9721796513 - 0.0000000000 - 0.0000000000 - -0.0713074654 - 0.0000000000 - 0.0000000000 - 0.0000000000 - -0.0713074654 - 0.0000000000 - 3.1172072887 - 3.1172072887 - 2.1718699932 - 2.1718699932 - 2.1521766186 - 2.1521766186 - 2.1718699932 - 2.1521766186 - 2.9996955395 - 2.9996955395 - 2.5415425301 - 2.5415425301 - 2.5161075592 - 2.5161075592 - -0.9467732906 - -0.9467732906 - -0.8602579832 - -0.8612020016 - -0.8602579832 - -0.8367814422 - -0.8367814422 - 2.8022999763 - 2.8022999763 - -3.0828368664 - -3.0828368664 - -3.0828368664 - -3.0828368664 - -3.0828368664 - 1.8157750368 - 1.8157750368 - -0.1171087474 - -0.1171087474 - -3.0890095234 - -3.0890095234 - 2.3768811226 - 2.3768811226 - 2.5449323654 - 2.5449323654 - 0.3729877174 - 0.3729877174 - 2.8918178082 - 2.8918178082 - 0.8648763895 - 2.9824559689 - 0.8648763895 - -0.0996686518 - 3.1415927410 - 3.1415927410 - -2.3637132645 - -2.3637132645 - -2.4203267097 - -2.4203267097 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 0.1226686537 - 0.1226686537 - -0.9160777330 - -0.9160777330 - -0.9689378142 - -2.7233684063 - 3.1116015911 - -2.7233684063 - 0.1127276123 - 0.1127276123 - 2.5535900593 - 2.5535900593 - 0.5070984960 - 0.5070984960 - -1.7880897522 - -1.7880897522 - -1.5707963705 - -1.5707963705 - -0.4682347476 - -0.4682347476 - 3.1415927410 - 3.1415927410 - -0.7959240675 - -0.7959240675 - 2.9018495083 - 2.9018495083 - 2.8913919926 - -1.1978086233 - 2.3094995022 - -1.1978086233 - -1.5707963705 - -1.5707963705 - 1.9138202667 - 1.9138202667 - 3.1058936119 - 3.1058936119 - -2.1898624897 - -2.1898624897 - 0.3217505515 - 0.3217505515 - -3.1240506172 - -3.1240506172 - 3.1016139984 - 3.1016139984 - -1.0121970177 - -1.0121970177 - -2.4285318851 - -2.4285318851 - -2.4363145828 - -2.7430701256 - -2.7430701256 - -0.6666928530 - -0.6666928530 - 0.2220818996 - 0.2220818996 - -2.0736396313 - -2.0736396313 - -2.0807683468 - 3.0890095234 - 3.0890095234 - 0.2090229392 - 0.2090229392 - 2.1587989330 - 2.1587989330 - -2.7270858288 - 1.2375520468 - -2.7270858288 - 2.9283881187 - 2.9283881187 - 2.9283881187 - 2.9283881187 - 2.9283881187 - 2.9283881187 - 3.0090410709 - 3.0090410709 - 3.0791738033 - 3.0791738033 - 3.0750246048 - 3.0750246048 - -2.1910457611 - -2.1910457611 - 1.8490959406 - 1.8490959406 - -1.1011964083 - -1.1011964083 - -0.9032702446 - -0.9032702446 - 0.9575889707 - 0.9575889707 - 2.9764440060 - 2.9764440060 - -2.7114253044 - -2.7114253044 - 0.6096598506 - 0.6096598506 - 2.6940727234 - 2.6940727234 - -1.5940479040 - -1.5940479040 - 0.0317353718 - 0.0317353718 - -2.9462010860 - -2.9361972809 - -2.9462010860 - -0.0416425802 - -0.0416425802 - -2.4265010357 - -2.4265010357 - -1.1131366491 - -1.1131366491 - 1.0427218676 - 1.0427218676 - 0.7990959287 - 0.7994817495 - 0.7990959287 - 0.7853981853 - 0.7990959287 - 0.7853981853 - 0.7853981853 - 0.7990959287 - 0.7853981853 - 0.7990959287 - 0.7853981853 - 0.7853981853 - 2.3872404099 - 2.3872404099 - -1.1370543242 - -1.1370543242 - -1.1284221411 - -1.1284221411 - -1.1370543242 - -1.1284221411 - -2.2831540108 - -2.2831540108 - 0.6107259393 - 0.6107259393 - -2.1779811382 - -2.1779811382 - 3.1240506172 - 3.1240506172 - 2.9191453457 - 2.9191453457 - -1.9379701614 - -1.9379701614 - -0.1603754461 - -0.1603754461 - 2.1544320583 - 2.1544320583 - 0.8391098976 - 2.1791212559 - 2.1791212559 - 0.8391098976 - -0.9600703716 - -0.9600703716 - -0.9600703716 - -0.9505468607 - -0.9505468607 - 2.5029575825 - 2.5004839897 - 2.5029575825 - 2.5004839897 - -0.8612020016 - -0.8612020016 - -0.8602579832 - 1.7078624964 - 1.7078624964 - 1.0164887905 - 1.0164887905 - -3.0509328842 - -3.0509328842 - -3.0509328842 - -3.0509328842 - -3.0702850819 - -3.0702850819 - -2.6779451370 - -2.6779451370 - 1.7955075502 - 1.7955075502 - 1.3063079119 - 1.3063079119 - -2.5372872353 - -2.5372872353 - -1.7883504629 - -1.7883504629 - 0.5170319676 - 0.5170319676 - 2.4805495739 - 2.4805495739 - 2.5535900593 - 2.5535900593 - 1.9693187475 - 1.9693187475 - 0.9197195768 - 0.9197195768 - -0.6032298803 - -0.5880026221 - -0.0996686518 - 0.8648763895 - -0.0996686518 - 3.1415927410 - 3.1415927410 - 3.1415927410 - -1.8119139671 - -1.8119139671 - 2.4141938686 - 2.4141938686 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 2.2355709076 - 2.2355709076 - 1.3815972805 - 1.3815972805 - 1.3439974785 - 1.3439974785 - -0.9025068879 - -0.9025068879 - -1.0441690683 - -1.0441690683 - 3.0461390018 - 3.0461390018 - 2.1224513054 - 3.0035865307 - 3.0035865307 - -2.6344940662 - 2.6706988811 - 2.6706988811 - 2.8913919926 - 2.9018495083 - 2.8913919926 - 3.1058936119 - 3.1058936119 - -0.6998928785 - -0.6998928785 - 3.1415927410 - 3.1045725346 - 3.1415927410 - 3.1058936119 - 0.6889243722 - 0.6889243722 - -0.9491363764 - -0.9491363764 - 2.2834751606 - 2.2834751606 - -0.4266274869 - -0.4266274869 - 2.1789691448 - 2.1789691448 - -2.9996955395 - -2.9996955395 - -2.3662950993 - -2.3662950993 - 1.6092388630 - 1.6092388630 - -0.2355449796 - -0.2355449796 - -2.4313216209 - -2.4313216209 - 1.8275046349 - -1.0705158710 - 1.8275046349 - -2.4363145828 - -2.4285318851 - -2.4363145828 - -0.8891904950 - -0.8891904950 - -1.7894653082 - -1.7894653082 - -1.3234423399 - -1.3234423399 - -2.0807683468 - -2.0736396313 - -2.0807683468 - 3.0940096378 - 3.0940096378 - 3.0916342735 - 3.0916342735 - 2.6671926975 - 2.6671926975 - 2.4707350731 - 2.4707350731 - 2.7610862255 - 2.7610862255 - 3.0309355259 - 3.0309355259 - -1.1493771076 - -1.1493771076 - -2.3561944962 - -2.3561944962 - -0.6747409701 - -0.6747409701 - 2.9486217499 - 2.9486217499 - -2.8701140881 - -2.8701140881 - -0.5132522583 - -0.5132522583 - 0.9575889707 - 0.9575889707 - 1.9756880999 - 0.4636476040 - 1.9756880999 - 1.0370881557 - 1.0370881557 - -2.1375255585 - -1.2753554583 - -1.2753554583 - 0.8124186397 - 0.8124186397 - 0.8447877169 - -2.1051917076 - -2.1051917076 - -1.9295669794 - -1.9295669794 - 1.1071487665 - 1.1071487665 - 1.1071487665 - 0.7990959287 - 0.7994817495 - 0.7990959287 - 0.7853981853 - 0.7990959287 - 0.7853981853 - 0.7853981853 - 0.7990959287 - 0.7853981853 - 0.7990959287 - 0.7853981853 - 0.7853981853 - 1.2924966812 - 1.2924966812 - -0.5311776400 - -0.5311776400 - 0.7678561211 - 0.7678561211 - -0.9629943371 - -0.9629943371 - 1.0636978149 - 1.0636978149 - -0.9505468607 - -0.9505468607 - 2.4704487324 - 2.4650065899 - 2.4704487324 - 2.5829932690 - 2.5829932690 - -1.0427218676 - -1.0427218676 - 2.4932606220 - 2.4932606220 - -0.9600703716 - -0.9600703716 - -0.9600703716 - -1.6704649925 - -1.6704649925 - 2.5004839897 - 2.5004839897 - 2.5029575825 - 2.5004839897 - 2.6779451370 - 2.6779451370 - -1.2157248259 - -1.2157248259 - -2.8305943012 - -2.8305943012 - -1.6485612392 - -1.6485612392 - -0.8685393929 - -0.8685393929 - 1.3940874338 - 1.3940874338 - 2.4781665802 - 2.4781665802 - -3.0828368664 - -3.0828368664 - -3.0828368664 - 3.1415927410 - -3.0860941410 - 3.1415927410 - -0.3934506476 - -0.3934506476 - -3.0860941410 - -3.0860941410 - -1.0559115410 - -1.0559115410 - 2.9955804348 - 2.9955804348 - 2.9849908352 - 2.9849908352 - 1.4536875486 - 1.4536875486 - 0.0119041996 - 0.0119041996 - 3.0584514141 - 3.0584514141 - 0.0119041996 - 3.0584514141 - -3.0916342735 - -3.0916342735 - -3.0940096378 - -3.0940096378 - 1.5098961592 - 1.5226408243 - 1.5098961592 - -0.6032298803 - 0.9197195768 - -0.6032298803 - -0.5880026221 - 2.9824559689 - 2.9824559689 - 0.8648763895 - -2.7017500401 - -2.7017500401 - 0.3217505515 - 0.3217505515 - -3.1016139984 - -3.1016139984 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 1.1404696703 - 1.1404696703 - 3.1415927410 - 3.1415927410 - 3.1045725346 - 2.6651251316 - 2.6651251316 - -0.3883187175 - -0.3883187175 - -1.7681919336 - -1.7681919336 - 0.7472487688 - 0.7472487688 - 3.1058936119 - 3.1045725346 - 3.1415927410 - 3.1058936119 - -0.6137700677 - -0.6137700677 - -0.6008553505 - 3.1045725346 - 3.1045725346 - -1.0990188122 - -1.0990188122 - 3.1045725346 - 3.1045725346 - 3.1045725346 - 3.1031501293 - 3.1031501293 - 3.1045725346 - 3.1045725346 - 0.0000000000 - 0.0000000000 - 1.3382394314 - 1.3382394314 - 2.2777044773 - 2.2777044773 - 3.0981416702 - 3.0981416702 - 3.0981416702 - 3.0981416702 - 3.0981416702 - 3.0981416702 - 3.0509328842 - 3.0509328842 - 3.0961694717 - 3.0961694717 - 3.0961694717 - 3.0509328842 - 3.0961694717 - 3.0961694717 - -2.6028652191 - -2.6028652191 - 2.0542433262 - 2.0542433262 - 3.0940096378 - 3.0940096378 - 3.0419239998 - 3.0419239998 - 3.0916342735 - 3.0419239998 - 1.2890244722 - 1.2890244722 - 2.9669203758 - 2.9669203758 - 3.0309355259 - 3.0309355259 - 3.0309355259 - -0.6465131640 - 0.1882214993 - -0.6465131640 - -1.0439916849 - -1.0439916849 - -0.2546246648 - -0.2546246648 - 3.0648207664 - 3.0648207664 - 1.7338916063 - 1.7338916063 - -0.4924857616 - -0.4924857616 - -2.8037145138 - -2.8037145138 - 2.5967288017 - 1.6461251974 - 1.6461251974 - -0.9332475066 - -0.9332475066 - 0.8447877169 - 0.8124186397 - 0.8447877169 - -0.6254850626 - -0.6254850626 - -0.7120834589 - -0.7120834589 - -0.5819051266 - -0.5819051266 - -0.8478169441 - -0.8478169441 - -1.5871882439 - -1.5871882439 - 1.3690339327 - 1.3690339327 - -0.2063238919 - 1.0714496374 - 1.0714496374 - 1.0714496374 - 0.7853981853 - 0.7853981853 - 0.7853981853 - 0.7853981853 - 0.7987307310 - 0.7980557084 - 0.7980557084 - 0.1944801211 - 0.1944801211 - -2.2548480034 - -2.2548480034 - -0.7433177829 - -0.7433177829 - -1.7771202326 - -1.7771202326 - -0.4563484788 - -0.4563484788 - -1.3533588648 - -1.3533588648 - 2.2390856743 - 2.2390856743 - 0.8391098976 - 2.1544320583 - 2.1791212559 - 0.8391098976 - 2.4733033180 - 2.4699864388 - 2.4733033180 - 2.4768180847 - -1.0427218676 - -1.0427218676 - 2.4778921604 - 2.4778921604 - 2.4932606220 - 2.4909658432 - 2.4932606220 - 2.4932606220 - 2.7291822433 - 2.7291822433 - 0.6610431671 - -0.9988781214 - 0.6610431671 - -2.1988844872 - 2.6620733738 - 2.6620733738 - -1.3986054659 - -1.3986054659 - -3.0971775055 - -3.0971775055 - -0.3805063665 - -0.3805063665 - 0.4007934630 - 0.4007934630 - 2.5360479355 - 2.5360479355 - -2.7588491440 - -2.7588491440 - -1.0636978149 - -1.0636978149 - -0.7713145614 - -0.7713145614 - 2.1025204659 - 2.1025204659 - 0.6091634631 - 0.6091634631 - 3.1415927410 - 3.1415927410 - 1.5226408243 - 1.5226408243 - 1.5098961592 - -0.5880026221 - 0.9197195768 - -0.6032298803 - -0.5880026221 - -1.7561442852 - -1.7561442852 - -0.0294032879 - -0.0294032879 - -2.1077070236 - -2.1077070236 - -2.7367007732 - -2.7367007732 - 1.8254209757 - 1.8254209757 - -0.3958504498 - 0.3858826756 - 0.3858826756 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 1.6102495193 - 1.6102495193 - 0.9218007922 - 0.9218007922 - 2.8543112278 - 2.8543112278 - 2.7425317764 - 0.2328138202 - 0.2328138202 - -0.6008553505 - -0.6137700677 - -0.6008553505 - 1.7644183636 - 1.7644183636 - -1.0091727972 - -2.0091328621 - -1.0091727972 - 3.0648207664 - 3.1045725346 - 3.1045725346 - 3.0648207664 - 3.1016139984 - 3.1016139984 - 2.9189317226 - 2.9189317226 - -0.9983364940 - 1.1606689692 - 1.1606689692 - -0.2299044281 - -1.0802494287 - -0.2299044281 - 3.0548543930 - 3.0548543930 - -1.6921483278 - -1.6921483278 - 2.4870219231 - 2.4870219231 - -1.7975951433 - -1.7975951433 - 3.0916342735 - 3.0916342735 - 3.0419239998 - -2.4668517113 - -2.4668517113 - 0.1911844611 - 0.1882214993 - 0.1911844611 - 3.0244839191 - 3.0244839191 - 2.2432749271 - 2.2432749271 - 3.0791738033 - 3.0791738033 - -2.5431737900 - -2.5431737900 - -2.4597191811 - -2.4597191811 - -1.6247978210 - -1.6247978210 - 0.5247957706 - 0.5247957706 - -2.1375255585 - 1.0370881557 - -2.1375255585 - -0.3416154981 - -0.3416154981 - 0.9827937484 - 0.9827937484 - 0.9827937484 - 0.9685089588 - 0.9685089588 - 0.9685089588 - 0.9685089588 - 0.7987307310 - 0.7853981853 - 0.7987307310 - 0.7987307310 - -0.3182170093 - -0.3182170093 - -2.7451512814 - -2.7451512814 - 0.6747409701 - 0.6747409701 - -1.7761917114 - -1.7761917114 - 0.9600703716 - 0.9600703716 - -2.0689129829 - -2.0689129829 - 2.4948341846 - 2.4948341846 - 0.6556956172 - 0.6556956172 - 2.4610714912 - 2.4610714912 - 2.5415425301 - 2.5415425301 - 2.5105133057 - 2.4858970642 - 2.4917221069 - 2.5105133057 - 2.4699864388 - 2.4699864388 - 2.4733033180 - -0.9119902849 - -0.9119902849 - 2.4909658432 - 2.4909658432 - 2.4932606220 - 2.4932606220 - 2.4932606220 - 2.4909658432 - 2.4932606220 - 2.4932606220 - 2.5004839897 - 2.5004839897 - 2.5029575825 - 2.5004839897 - 0.7587378025 - 0.7587378025 - 2.4980914593 - 2.4980914593 - 2.4805495739 - -0.9988781214 - -0.9988781214 - 0.6610431671 - 2.8776290417 - 2.8776290417 - -3.0584514141 - -3.0584514141 - 0.5880026221 - 0.6528466344 - 0.5880026221 - 0.6254850626 - 2.5563755035 - 2.5563755035 - 2.5602123737 - 2.5602123737 - 2.7947578430 - 2.7947578430 - -0.0229844581 - -0.0227233600 - -0.0229844581 - 2.7947578430 - -0.0229844581 - -0.0227233600 - -0.0227233600 - 2.7947578430 - -0.0229844581 - -0.0227233600 - 2.7840268612 - 2.7840268612 - -0.4677627981 - -0.4677627981 - -3.0860941410 - -3.0860941410 - 3.1415927410 - -0.2701531947 - -0.2701531947 - -0.4506613314 - -0.4506613314 - -0.5674399734 - -0.5674399734 - -1.1883097887 - -1.1883097887 - -0.9629943371 - -0.9629943371 - -2.5672879219 - -2.5672879219 - -2.3561944962 - -2.3561944962 - 1.0329607725 - 1.0329607725 - -3.1016139984 - -3.1016139984 - 3.1415927410 - 3.1415927410 - -1.4867839813 - -1.4867839813 - 1.3897036314 - 1.3897036314 - -2.3492980003 - -2.3492980003 - 2.4149503708 - 2.4149503708 - 3.1415927410 - 3.1415927410 - -2.1445953846 - -2.1445953846 - -0.6593100429 - 1.4313563108 - 1.4313563108 - 0.9675664902 - 0.9675664902 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 2.0955920219 - 2.0955920219 - 3.1045725346 - 3.1415927410 - 3.1045725346 - 3.1415927410 - 2.9581127167 - 2.9581127167 - -1.0617254972 - -1.0617254972 - 2.1224513054 - 3.0461390018 - 2.1224513054 - -1.4304213524 - -2.6344940662 - 3.0035865307 - -2.6344940662 - 1.7659547329 - 1.7659547329 - 2.7425317764 - 2.8543112278 - 2.7425317764 - 2.9764440060 - 2.9764440060 - 0.0000000000 - 0.0000000000 - 3.1058936119 - 3.1058936119 - 3.0890095234 - 3.0890095234 - -2.8198421001 - -2.8198421001 - -2.9073374271 - -2.9073374271 - -2.9181160927 - 2.3640682697 - 2.3640682697 - -2.9833524227 - -2.9833524227 - -0.5979690552 - -0.5979690552 - 3.1415927410 - 3.1415927410 - -2.7700748444 - -2.7700748444 - 0.2145928741 - 0.2145928741 - -2.7700748444 - 0.2145928741 - 1.5199925900 - 1.5199925900 - -2.6532588005 - -2.6532588005 - 0.7338973284 - 0.7338973284 - 3.0999500751 - 3.0999500751 - 3.1302294731 - 3.1302294731 - -0.6022873521 - -0.6022873521 - -1.5182132721 - -1.5182132721 - 3.0940096378 - 3.0940096378 - 3.0940096378 - 3.0961694717 - 3.0961694717 - 3.0419239998 - 3.0916342735 - 3.0419239998 - 3.0419239998 - 3.0419239998 - 3.0916342735 - 3.0419239998 - 3.0419239998 - -1.5606956482 - -1.5606956482 - 3.1415927410 - 3.0890095234 - 3.1415927410 - 3.0244839191 - 3.0244839191 - 0.1882214993 - 0.1882214993 - 0.1911844611 - -0.6465131640 - -0.3080527782 - -0.3080527782 - 2.1875975132 - 2.1875975132 - 0.8910637498 - 0.8910637498 - -1.5822900534 - -1.5822900534 - -1.4257546663 - -1.4257546663 - 0.8092032075 - 0.8092032075 - -1.9283621311 - -1.9283621311 - 0.1891990155 - 0.1891990155 - -2.3430373669 - -2.3430373669 - -2.0988707542 - -2.0988707542 - 2.5967288017 - -2.8037145138 - 2.5967288017 - 1.0838971138 - 1.0838971138 - 1.4389132261 - 1.4389132261 - -2.2794225216 - -2.2794225216 - -0.7454195023 - -0.7454195023 - -0.4398425817 - -0.4398425817 - 0.7518537045 - 0.7518537045 - 0.9685089588 - 0.9685089588 - 0.9685089588 - 0.9685089588 - 0.9685089588 - 0.9685089588 - 0.9685089588 - 0.9685089588 - 0.9827937484 - 0.9827937484 - 0.7987307310 - 0.7987307310 - 0.7987307310 - -1.0873492956 - -1.0873492956 - -0.7558209896 - -0.7558209896 - 0.4428173006 - 0.4428173006 - 2.2197918892 - 2.2197918892 - -2.2774105072 - -2.2774105072 - 0.7695264816 - 0.7695264816 - 0.9827937484 - 0.9827937484 - -0.9944211245 - -0.9944211245 - -2.4592761993 - -2.4592761993 - 2.8564748764 - 2.8406724930 - 2.8564748764 - -0.2765139341 - -0.2765139341 - 2.5415425301 - 2.5415425301 - 2.4489507675 - 2.4489507675 - 1.8568477631 - 1.8568477631 - 2.1926205158 - 2.1926205158 - 2.7149651051 - 2.7149651051 - 2.4742865562 - 2.4742865562 - -0.9600703716 - -0.9600703716 - 2.4980914593 - 2.4980914593 - -0.9964914918 - -0.9964914918 - -1.8637087345 - -1.8637087345 - -1.3310532570 - -1.3310532570 - 1.4814823866 - 1.4814823866 - 2.5161075592 - 3.0309355259 - 3.0309355259 - 2.4805495739 - 2.4980914593 - 2.4805495739 - -2.1988844872 - 0.6610431671 - -2.1988844872 - -0.8366353512 - -0.8366353512 - -2.4517927170 - -2.4517927170 - -2.4668517113 - 2.6690957546 - 0.6528466344 - 0.6528466344 - 0.5880026221 - 0.6254850626 - 0.6254850626 - 0.6528466344 - 0.5880026221 - 0.6254850626 - 0.6610431671 - -0.4968107939 - -0.4968107939 - 1.0636978149 - 1.0636978149 - 2.5332677364 - -0.2267988473 - 2.5332677364 - -0.2929123938 - -0.2929123938 - -2.6996808052 - -2.6996808052 - -0.4141385555 - 2.5509722233 - 2.5509722233 - -2.6996808052 - -1.1195962429 - 2.5509722233 - -2.1679730415 - -2.1679730415 - 0.6823165417 - 0.6823165417 - -1.1832724810 - -1.1832724810 - 0.7684506178 - 0.7684506178 - -3.0890095234 - -3.0890095234 - 2.4619438648 - 2.4619438648 - -1.1118656397 - -1.1118656397 - 0.7700147629 - -3.0916342735 - -3.0916342735 - -0.9492697120 - -0.9492697120 - 2.5079596043 - 2.5079596043 - 1.4243121147 - 3.1021394730 - 3.1021394730 - 0.1651486754 - 0.1651486754 - -2.2699890137 - -2.2699890137 - 0.0425275341 - 0.0425275341 - 2.2557582855 - 2.2557582855 - -0.4136892259 - -0.4136892259 - 3.1415927410 - 3.1415927410 - -3.0999500751 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 1.7650372982 - 1.7650372982 - -1.6717181206 - -1.6717181206 - -1.6591731310 - -1.6591731310 - -1.6717181206 - -1.6591731310 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 0.2698491514 - 0.2698491514 - -0.4150747359 - -0.4150747359 - -0.1526493281 - -1.7595341206 - -0.1526493281 - 3.1058936119 - 3.1058936119 - 3.1058936119 - -2.8691294193 - -2.8691294193 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - -0.2925617695 - -0.2925617695 - -2.5565929413 - -2.5565929413 - -1.4304213524 - 2.1224513054 - -1.4304213524 - 2.9849908352 - 2.9849908352 - 1.0918827057 - 1.0918827057 - -2.6658973694 - -2.6658973694 - -2.0666909218 - -2.0666909218 - 3.1058936119 - 3.1058936119 - 1.7848570347 - 1.7848570347 - 0.2516899705 - 0.2516899705 - 3.1058936119 - 3.1058936119 - 1.2298173904 - 1.2298173904 - -2.9181160927 - -2.9073374271 - -2.9181160927 - 0.4636476040 - 0.4636476040 - 0.4717774987 - -3.0385110378 - -3.0385110378 - 3.1045725346 - 3.1045725346 - 3.1045725346 - 3.1045725346 - -2.0091328621 - -2.0091328621 - -1.0091727972 - -1.6111783981 - -1.6111783981 - 3.1045725346 - 3.1031501293 - 3.1045725346 - 3.1045725346 - 3.1045725346 - 3.1045725346 - 3.1045725346 - 3.1031501293 - 3.1045725346 - 3.1045725346 - 3.1045725346 - 3.1045725346 - 3.1045725346 - 3.1045725346 - 3.1045725346 - 3.1045725346 - 3.0648207664 - 2.9865958691 - 2.9865958691 - 2.4227626324 - 2.4227626324 - -1.3431069851 - -1.3431069851 - 3.1031501293 - 3.1031501293 - 3.1016139984 - 3.1016139984 - 3.1016139984 - -0.9983364940 - 2.9189317226 - -0.9983364940 - 3.0617625713 - 3.0617625713 - 3.1016139984 - -0.3296244144 - -0.3296244144 - -2.3629970551 - -2.3629970551 - -1.0802494287 - -1.0802494287 - -0.2299044281 - -0.3293261528 - -0.3293261528 - 0.1206236705 - 0.1206236705 - 3.0961694717 - 3.0961694717 - 0.1882214993 - 0.2337431759 - 3.1415927410 - 3.0961694717 - 0.1882214993 - 3.0961694717 - 0.1882214993 - 0.2337431759 - 3.1415927410 - 3.0961694717 - 3.1415927410 - 3.0961694717 - 0.1882214993 - 0.2337431759 - 3.1415927410 - 3.0961694717 - 3.0961694717 - 3.0509328842 - 3.0961694717 - 3.0961694717 - 3.0961694717 - 3.0961694717 - -1.6373645067 - -1.6373645067 - 3.0916342735 - 3.0419239998 - 3.0916342735 - 3.0419239998 - 3.0419239998 - -2.6432769299 - -2.6432769299 - 3.0309355259 - 3.0309355259 - 3.0309355259 - 3.0309355259 - 3.0309355259 - -0.4918091893 - -0.4918091893 - -1.7273981571 - -0.2252767831 - -1.6332151890 - -1.6332151890 - -0.5880026221 - -0.5880026221 - -0.5800027847 - 3.0828368664 - 3.0828368664 - -2.8501358032 - -2.8501358032 - -2.8809902668 - -1.7263911963 - -1.7263911963 - 2.9996955395 - 2.9996955395 - 2.9996955395 - 2.9889433384 - 2.9889433384 - 2.9996955395 - 2.9996955395 - 2.9996955395 - -0.1746722013 - -0.1746722013 - -0.5388194919 - -0.5388194919 - 2.6183142662 - 2.6183142662 - -2.1224513054 - -2.1224513054 - -2.1538729668 - -2.1538729668 - -0.7853981853 - -0.7853981853 - 0.6489955783 - 0.6489955783 - -0.0579062067 - -0.0579062067 - 2.6928694248 - 2.6928694248 - 2.7233684063 - 2.7233684063 - 2.6779451370 - 2.6311042309 - 0.9994588494 - 0.9994588494 - -2.5360479355 - -2.5360479355 - 0.9561333656 - 0.9561333656 - 0.9561333656 - 0.9561333656 - 0.9685089588 - 0.9685089588 - 0.9685089588 - 0.9685089588 - 0.3399303555 - 0.3399303555 - 0.7717003822 - 0.7717003822 - -1.8313987255 - -1.8313987255 - 2.8406724930 - 2.8406724930 - 2.8564748764 - 0.9770466685 - 0.9770466685 - -2.2752904892 - -2.2752904892 - -2.2455372810 - -2.2455372810 - -2.2752904892 - -2.2455372810 - -2.2803907394 - -2.2803907394 - -1.1902899742 - -1.1902899742 - 2.4917221069 - 2.4917221069 - 2.5105133057 - -0.9707460999 - -0.9707460999 - 2.4768180847 - 2.4733033180 - 2.4768180847 - -1.0121970177 - -1.0121970177 - 2.5161075592 - 1.4814823866 - 2.5161075592 - -2.4668517113 - -2.4517927170 - -2.4668517113 - 2.6516354084 - 2.6690957546 - -0.7144790292 - -0.7144790292 - 0.6610431671 - 0.6254850626 - 0.6610431671 - -2.9105019569 - -2.9105019569 - -3.0951144695 - -3.0951144695 - -2.7187387943 - -2.7187387943 - -2.2236430645 - -2.2236430645 - -0.2867453992 - -0.2867453992 - -1.3918792009 - -1.3918792009 - 1.4108831882 - 1.4108831882 - 2.4245808125 - 2.7928216457 - 2.4245808125 - 1.2076493502 - 1.2076493502 - 2.0344438553 - 2.0344438553 - -3.1191244125 - -3.1191244125 - 0.3537031412 - 0.3537031412 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - -3.0999500751 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - -0.4795192778 - -0.4795192778 - 3.1415927410 - 3.1415927410 - -3.1031501293 - 3.1415927410 - -3.1031501293 - 3.1415927410 - -0.3958504498 - 1.8254209757 - -0.3958504498 - -2.9367158413 - -2.9367158413 - -1.8736811876 - -1.8736811876 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 2.4237606525 - 2.4237606525 - -0.6916566491 - -0.6916566491 - 0.5423027277 - 0.5423027277 - -0.5467888117 - -0.5467888117 - 1.8356136084 - 1.8356136084 - 0.4717774987 - 0.4636476040 - 0.4717774987 - 0.7387031317 - 0.7387031317 - 0.8960554004 - 0.0000000000 - 0.0000000000 - -1.0206305981 - -1.0206305981 - 2.9068701267 - 2.9068701267 - 3.1045725346 - 3.1045725346 - 3.1045725346 - 2.3172531128 - 2.3172531128 - 3.1045725346 - 3.1045725346 - 3.1045725346 - 3.1045725346 - 2.6360116005 - 2.6360116005 - -1.9100888968 - 0.7086262703 - -1.9100888968 - 3.1016139984 - 3.1016139984 - 3.1016139984 - 3.1016139984 - 3.0617625713 - 3.1016139984 - 3.0584514141 - 3.0584514141 - -2.4388785362 - -2.4388785362 - 2.4634733200 - 2.4634733200 - 2.4551072121 - -1.7861540318 - -1.7861540318 - -1.5707963705 - -1.5707963705 - 3.0981416702 - 3.0981416702 - 0.2337431759 - 3.0961694717 - 0.1882214993 - 0.2337431759 - 3.1415927410 - 3.0961694717 - 3.0961694717 - 3.0961694717 - 0.1882214993 - 0.2337431759 - 3.1415927410 - 3.0961694717 - 3.0961694717 - 3.0961694717 - 3.0961694717 - 3.0961694717 - -2.6688954830 - -2.6688954830 - 2.4822826385 - 0.5503859520 - 2.4822826385 - 1.2793395519 - 1.2793395519 - 2.5252957344 - 2.5252957344 - 3.0419239998 - 3.0419239998 - 3.0916342735 - 3.0419239998 - 3.0890095234 - 3.0890095234 - 3.1415927410 - 2.1511945724 - 2.1511945724 - 1.0545656681 - 1.0545656681 - -1.0815132856 - -0.5800027847 - -0.5880026221 - -0.5800027847 - 2.4116930962 - 2.4116930962 - -2.8809902668 - -2.8501358032 - -2.8809902668 - -0.5724598169 - 0.8259165287 - -0.5724598169 - 0.3089307547 - 0.3089307547 - 0.3152146935 - 0.3152146935 - 2.3561944962 - 2.3561944962 - 2.9889433384 - 0.2765139341 - 0.2765139341 - -0.7713145614 - -0.7713145614 - 2.3373289108 - 2.3373289108 - 3.0916342735 - 3.0916342735 - 1.1760052443 - 1.1760052443 - -1.6638600826 - 0.6556956172 - 0.6556956172 - 1.2840509415 - 1.2840509415 - 2.6779451370 - 2.7233684063 - 2.6779451370 - 2.6311042309 - 0.9827937484 - 0.9827937484 - 0.9827937484 - 0.9453113079 - 0.9453113079 - 0.9453113079 - 0.9561333656 - 0.9561333656 - 0.9561333656 - -0.8023456931 - -0.8023456931 - -0.7966336608 - 2.2110240459 - -0.7966336608 - -0.8023456931 - -0.7966336608 - 2.2110240459 - -0.8288490772 - -0.8288490772 - -0.7696926594 - -0.7696926594 - 0.8905984163 - 0.8905984163 - -0.1144403070 - -0.1144403070 - -0.3129012287 - -0.3129012287 - 2.1794855595 - 2.1794855595 - 2.4616837502 - 2.4616837502 - 2.4534475803 - 2.4858970642 - 2.4858970642 - 2.5105133057 - -1.0303767920 - -1.0303767920 - 2.5244011879 - 2.5244011879 - 2.5213432312 - 2.5213432312 - 2.8422265053 - 2.8422265053 - -2.9123606682 - -1.7967555523 - -2.9123606682 - -2.3202388287 - -2.3202388287 - -0.2267988473 - -0.2267988473 - 2.5332677364 - -2.3753004074 - -2.3753004074 - -2.5054039955 - -2.5054039955 - -2.2565257549 - -2.2565257549 - -2.0138988495 - -2.0138988495 - -1.9999748468 - -1.9999748468 - -2.0138988495 - -1.9999748468 - 2.7585155964 - 2.7585155964 - 2.5854263306 - 2.5854263306 - -3.0828368664 - -3.0828368664 - -1.0303767920 - -1.0303767920 - -1.0626237392 - -1.0626237392 - -2.5175695419 - -2.5111911297 - 0.7700147629 - -1.1118656397 - 0.7700147629 - -3.0940096378 - -3.0940096378 - -3.0940096378 - 1.4243121147 - 2.5079596043 - 1.4243121147 - 1.3258177042 - 1.3258177042 - 3.1415927410 - 3.1415927410 - -1.4852910042 - -1.4852910042 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - -3.1031501293 - 3.1415927410 - 3.1415927410 - 3.1415927410 - -1.7595341206 - -1.7595341206 - -0.1526493281 - -0.6593100429 - -2.1445953846 - -0.6593100429 - 0.4048917890 - 0.4048917890 - -0.7629300356 - -0.7629300356 - -0.5585992932 - -0.5585992932 - -2.9645195007 - 3.1415927410 - 3.1058936119 - 3.1045725346 - 3.1415927410 - 1.3258177042 - 1.3258177042 - 2.8743336201 - 2.8743336201 - 2.5468335152 - 2.5468335152 - -3.0509328842 - -3.0509328842 - -2.2080345154 - -2.2080345154 - 1.2277723551 - 1.2277723551 - 3.1071236134 - 3.1071236134 - 3.1058936119 - 3.1415927410 - 3.1415927410 - 3.1071236134 - 3.1058936119 - 3.1415927410 - 3.1058936119 - 0.3786510825 - 0.3786510825 - 0.8960554004 - 0.7387031317 - -3.1026513577 - 0.8960554004 - 3.1045725346 - 3.1045725346 - 3.1045725346 - 2.7204725742 - 2.7204725742 - -0.6378300786 - -0.6378300786 - 3.1045725346 - 3.1045725346 - 3.1045725346 - 3.1045725346 - -3.0205655098 - -3.0205655098 - -3.0353276730 - 1.6195381880 - 1.6195381880 - 2.4551072121 - -0.3824865818 - 2.4634733200 - 2.4551072121 - 3.1016139984 - 3.1016139984 - 3.0940096378 - 3.0940096378 - 3.0940096378 - 2.5840516090 - 2.5840516090 - -1.5600440502 - -1.5600440502 - 2.1224513054 - 2.1224513054 - 0.8076167107 - 0.8076167107 - 3.0309355259 - 3.0309355259 - 3.0309355259 - 3.0309355259 - 3.0309355259 - 3.0309355259 - 3.0309355259 - 3.0309355259 - 3.0860941410 - 3.0860941410 - 3.0309355259 - -1.7273981571 - -0.4918091893 - -1.7273981571 - -0.2252767831 - -0.6777082682 - -0.6777082682 - 0.6098060012 - 0.6098060012 - -2.7455112934 - -2.7455112934 - -2.7610862255 - -2.7547168732 - -0.6202495098 - -0.6202495098 - 3.0750246048 - 3.0750246048 - -0.3633931279 - -0.3633931279 - 0.6947382689 - 0.6947382689 - 3.1016139984 - 3.1016139984 - 0.3446473181 - 0.3446473181 - -0.3361380398 - -0.3361380398 - -0.0370201170 - -0.0370201170 - -0.1338109821 - -0.1338109821 - 0.2347226143 - 0.2347226143 - 2.9369509220 - 2.9369509220 - 2.2819509506 - 2.2819509506 - 2.4905159473 - 2.4905159473 - 2.2537505627 - 2.2537505627 - 2.0672190189 - 2.0672190189 - 2.6311042309 - 2.7233684063 - 2.6779451370 - 2.6311042309 - 0.9685089588 - 0.9685089588 - 0.9685089588 - 0.9685089588 - -2.6344940662 - -2.6344940662 - 0.9453113079 - 0.9453113079 - 0.9453113079 - 0.9453113079 - 1.4447082281 - 1.4447082281 - -0.7171812057 - -0.7171812057 - 2.2740268707 - 2.2740268707 - -2.6607053280 - -2.6607053280 - -2.6607053280 - -2.2565257549 - -2.2565257549 - 2.1332943439 - 2.1332943439 - 2.6135182381 - 2.6135182381 - 2.2831540108 - 2.2831540108 - -0.4837791026 - -0.4837791026 - 2.6422460079 - 2.6422460079 - -2.4558632374 - -2.4558632374 - -1.0768549442 - -1.0768549442 - -3.0419239998 - -2.9441971779 - -3.0419239998 - 2.6690957546 - -2.4517927170 - -2.4668517113 - 2.6516354084 - 2.6690957546 - -0.5255838037 - -0.5255838037 - -0.5070984960 - -0.5070984960 - -0.5255838037 - -0.5070984960 - -2.8232550621 - -2.8232550621 - -0.4141385555 - -2.6996808052 - -0.4141385555 - -1.1195962429 - -1.1195962429 - 2.5509722233 - -1.0984909534 - -1.0984909534 - -3.0828368664 - -3.0828368664 - 2.3770248890 - 2.3770248890 - -3.0860941410 - -3.0860941410 - 1.7681919336 - 1.7681919336 - 2.8966140747 - 2.8966140747 - -0.8621700406 - -0.8621700406 - 2.9340963364 - 2.9340963364 - -3.0940096378 - -3.0940096378 - -3.0940096378 - 2.3398025036 - 2.3398025036 - 2.5860989094 - -1.2014626265 - 2.5860989094 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - -3.0999500751 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - -3.0999500751 - -3.0999500751 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - -3.0999500751 - -3.0981416702 - -3.0981416702 - 3.1415927410 - 3.1415927410 - -1.3408919573 - -1.3408919573 - -0.7294566035 - -0.7294566035 - 3.1415927410 - 3.1415927410 - -3.1031501293 - 3.1415927410 - -2.3086113930 - -2.3086113930 - 3.1058936119 - 3.1058936119 - 3.1058936119 - -0.5012642741 - -0.5012642741 - 3.0049495697 - 3.0049495697 - -0.5012642741 - 3.0049495697 - 2.8540167809 - 2.8540167809 - -2.8239572048 - -2.8239572048 - 2.8540167809 - -2.8239572048 - 1.5707963705 - -2.9645195007 - -0.5585992932 - -2.9645195007 - 2.3403227329 - 2.3403227329 - 1.8692952394 - 1.8692952394 - 3.1071236134 - 3.1071236134 - 3.1058936119 - 3.1058936119 - 3.1071236134 - 3.1415927410 - 3.1058936119 - -1.4773195982 - -1.4773195982 - -1.4670039415 - -1.4670039415 - -1.4773195982 - -1.4670039415 - 0.5442804694 - 0.5442804694 - 3.1058936119 - 3.1058936119 - 3.1058936119 - 3.1058936119 - 3.1058936119 - -0.6924986243 - -0.6924986243 - 2.5458080769 - 2.5458080769 - 3.1045725346 - 3.1045725346 - 3.1045725346 - 3.1045725346 - 3.1045725346 - 3.1045725346 - -0.8693127632 - -0.8693127632 - 3.1031501293 - 3.1031501293 - 3.1031501293 - 3.1031501293 - 3.1031501293 - 0.7086262703 - 0.7086262703 - -1.9100888968 - -3.0353276730 - -3.0205655098 - -3.0353276730 - 1.5067813396 - 1.5067813396 - -3.0353276730 - 1.5067813396 - 1.7928782701 - 1.7928782701 - -2.3561944962 - -2.3561944962 - 2.0686187744 - 2.0686187744 - 3.0961694717 - 3.0961694717 - 3.0961694717 - 3.0961694717 - -1.9990605116 - -1.9990605116 - 0.5503859520 - 0.5503859520 - -1.9990605116 - 0.5503859520 - 2.4822826385 - -0.8868451118 - -0.8868451118 - -1.3156139851 - -1.3156139851 - 2.2035450935 - 2.2035450935 - 1.5707963705 - 1.5707963705 - 3.0309355259 - 3.0860941410 - 3.0309355259 - -0.2252767831 - -0.4918091893 - -1.7273981571 - -0.2252767831 - -2.7610862255 - -2.7455112934 - -2.7610862255 - -2.7547168732 - -2.7547168732 - -2.7455112934 - -2.7610862255 - -2.7547168732 - -2.7547168732 - -2.7547168732 - 1.8157750368 - 1.8157750368 - 2.9889433384 - 2.3561944962 - 2.9889433384 - -0.0333209969 - -0.0333209969 - 1.2998495102 - 1.2998495102 - -2.0552742481 - -2.0552742481 - 2.2310245037 - 2.2310245037 - -1.6638600826 - 1.1760052443 - -1.6638600826 - 1.7257931232 - 1.7257931232 - 1.6951513290 - 1.6951513290 - 1.7257931232 - 1.6951513290 - -0.6971922517 - -0.6971922517 - -3.0309355259 - -3.0309355259 - -3.0309355259 - -3.0309355259 - 2.2655346394 - 2.2655346394 - -2.7828218937 - -2.7828218937 - 0.9561333656 - 0.9561333656 - 0.9561333656 - 0.9357696176 - 0.9357696176 - 2.5988421440 - 2.5988421440 - -0.8460969925 - -0.8460969925 - -0.7471654415 - -0.7471654415 - -2.2937757969 - -2.2937757969 - -2.6607053280 - -2.6607053280 - -2.6607053280 - 2.0899424553 - 2.0899424553 - -0.7419472933 - -0.7419472933 - 1.9237867594 - 1.9237867594 - 0.5601213574 - 0.5601213574 - 0.7959240675 - -1.2490457296 - -1.2490457296 - 2.4602944851 - 2.4602944851 - -2.6224465370 - -1.1071487665 - -1.1071487665 - 2.4909658432 - 2.4887459278 - 2.4909658432 - 2.4887459278 - 2.4887459278 - 2.4909658432 - 2.5405189991 - 2.5405189991 - 2.5405189991 - -0.3865063190 - -0.3865063190 - 3.1219873428 - 3.1219873428 - -2.4549710751 - -2.4549710751 - -3.0509328842 - -3.0509328842 - -3.0509328842 - 1.9818608761 - 1.9818608761 - 2.6516354084 - -2.4668517113 - 2.6516354084 - 2.6690957546 - -1.1951560974 - -1.2151604891 - -1.1951560974 - 2.4338822365 - 2.4338822365 - -3.0750246048 - -3.0750246048 - 3.1415927410 - 3.1415927410 - -3.0860941410 - -1.4601391554 - -1.4601391554 - -2.5608363152 - -2.5608363152 - 0.5743048191 - 0.5743048191 - 2.2848870754 - 2.2848870754 - -1.1441688538 - -1.1441688538 - -1.6951513290 - -1.6951513290 - -1.1441688538 - -1.6951513290 - -2.4186131954 - -2.4186131954 - 2.7928216457 - 2.7928216457 - 2.4245808125 - 0.5269432068 - 0.5269432068 - -1.8086322546 - -1.8086322546 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - -3.0999500751 - -3.0333220959 - -3.0333220959 - 1.6856728792 - 1.6856728792 - -2.8879184723 - -2.8879184723 - -2.7672591209 - -2.7672591209 - -2.7509856224 - -2.7509856224 - -2.7261004448 - -2.7261004448 - 0.9566369057 - 0.9566369057 - -1.3825747967 - -1.3825747967 - 2.8657867908 - 2.8657867908 - -2.4881663322 - -2.4881663322 - -0.6354529858 - -0.6354529858 - -3.0100045204 - -3.0100045204 - 2.7104539871 - 2.7104539871 - 3.1415927410 - 3.1415927410 - -2.7133285999 - -2.7133285999 - -2.6509246826 - -2.6509246826 - 2.9905772209 - 2.9905772209 - 3.1415927410 - 3.1415927410 - 3.1071236134 - 3.1071236134 - 3.1071236134 - 3.1058936119 - 3.1071236134 - 3.1071236134 - 3.1058936119 - 3.1071236134 - 3.1415927410 - -0.5667291880 - -0.5667291880 - 3.1415927410 - 3.1071236134 - 3.1415927410 - 0.3939930499 - 0.3939930499 - 3.1058936119 - 3.1058936119 - 3.1058936119 - 0.6584253907 - 0.6584253907 - 3.1045725346 - 3.1045725346 - 3.1045725346 - 3.1045725346 - 3.1045725346 - 3.1045725346 - 3.1045725346 - 3.1045725346 - 3.1045725346 - 3.1045725346 - 3.1045725346 - 3.1045725346 - 3.1045725346 - 3.1058936119 - 3.1045725346 - 3.0676536560 - 3.1045725346 - 0.5331556797 - 0.5331556797 - 3.1031501293 - 3.0648207664 - 3.1031501293 - 3.0999500751 - 3.0999500751 - -2.0226101875 - -2.0226101875 - -1.8583722115 - -1.8583722115 - 0.6267428994 - 0.6267428994 - -1.8641632795 - -1.8641632795 - -1.4782776833 - 3.0244839191 - 3.0244839191 - -1.0815132856 - 1.0545656681 - -1.0815132856 - 3.0244839191 - 3.0244839191 - 2.9669203758 - 3.0172376633 - 3.0172376633 - 1.1410340071 - -2.0576956272 - 1.1410340071 - 0.8259165287 - 0.8259165287 - -0.5724598169 - 3.0781857967 - 3.0781857967 - 2.1637988091 - 2.1637988091 - -1.0349850655 - -1.0349850655 - 3.1415927410 - 3.1415927410 - 2.8198421001 - 2.8198421001 - -2.2666144371 - -2.2666144371 - -3.1193740368 - -3.1193740368 - 0.6728325486 - 0.6728325486 - -1.6638600826 - -1.6638600826 - -0.5633162856 - -0.5633162856 - -3.0348570347 - -3.0348570347 - -2.4445712566 - -2.4445712566 - 1.0040670633 - 1.0040670633 - 0.9453113079 - 0.9453113079 - 0.9453113079 - 2.2110240459 - -0.8023456931 - -0.7966336608 - 2.2110240459 - 0.7298996449 - 0.7298996449 - 1.6499954462 - 1.6499954462 - 2.4572978020 - 2.4572978020 - 0.7959240675 - 0.5601213574 - 0.7959240675 - 2.4534475803 - 2.4616837502 - 2.4534475803 - -2.6224465370 - 2.4602944851 - -2.6224465370 - 2.5782763958 - 2.5782763958 - 2.4942004681 - 2.4905159473 - 2.4942004681 - 2.4887459278 - 2.4887459278 - 2.4887459278 - 2.4887459278 - 2.4909658432 - 2.4887459278 - 2.4887459278 - 2.4887459278 - 2.4887459278 - 2.4887459278 - 2.4909658432 - 2.4887459278 - 2.4887459278 - 2.4887459278 - 2.4887459278 - 2.4887459278 - 2.4909658432 - 2.4887459278 - 2.5405189991 - 2.5405189991 - 2.5405189991 - -2.4719536304 - -2.4719536304 - 2.6135182381 - 2.6135182381 - 1.8890132904 - 1.8890132904 - 1.3360737562 - 1.3360737562 - -2.7726330757 - -2.7726330757 - 3.0934371948 - 3.0934371948 - -2.4552073479 - -2.4552073479 - -1.7967555523 - -1.7967555523 - -2.9123606682 - -3.0509328842 - -3.0509328842 - -2.9617390633 - -2.9617390633 - -2.9617390633 - -3.0509328842 - -2.9617390633 - -2.9617390633 - -3.0509328842 - -2.9441971779 - -2.9441971779 - -3.0419239998 - -2.9889433384 - -2.9889433384 - -2.4699864388 - -2.4699864388 - -0.6596287489 - -0.6596287489 - -2.2558612823 - -2.2558612823 - -0.6842948198 - -0.6842948198 - -2.7815332413 - -2.7815332413 - -2.2353982925 - -2.2353982925 - -0.3080527782 - -0.3080527782 - 1.3768371344 - 1.3768371344 - -2.5175695419 - -1.0626237392 - -2.5175695419 - -2.5111911297 - -2.5111911297 - -1.0626237392 - -2.5175695419 - -2.5111911297 - 2.9465723038 - 2.9465723038 - 0.6837093234 - 0.6837093234 - -0.0319040641 - -0.0319040641 - -1.2014626265 - -1.2014626265 - 2.5860989094 - -0.5456550717 - -0.5456550717 - -1.7748142481 - -1.7748142481 - 0.3287926912 - 0.3287926912 - -1.7748142481 - 0.3287926912 - 0.8424789310 - 0.8424789310 - 1.8794472218 - 1.8794472218 - 3.1415927410 - 3.1415927410 - -3.1031501293 - 3.1415927410 - -3.1031501293 - 3.1415927410 - -3.1031501293 - 3.1415927410 - 0.3877701759 - 0.3877701759 - -1.8834285736 - -1.8834285736 - -2.8566353321 - -1.7475051880 - -1.7475051880 - -2.6363024712 - -2.6363024712 - 1.1198599339 - 1.1198599339 - -2.6363024712 - 1.1198599339 - 1.4288992882 - 1.4288992882 - 0.1574168801 - 0.1574168801 - 1.4244810343 - 1.4244810343 - -1.7782925367 - -2.7509856224 - -2.7509856224 - 3.1058936119 - 3.1058936119 - 3.1415927410 - 3.1071236134 - 3.1071236134 - 0.0955981165 - 0.0955981165 - 3.1415927410 - 3.1415927410 - 3.1058936119 - 3.1058936119 - 3.1415927410 - 3.0309355259 - 3.0309355259 - 3.1071236134 - 3.1071236134 - -1.6220334768 - -1.6220334768 - -2.0169019699 - -2.0169019699 - -1.6124389172 - 1.1071487665 - -1.6124389172 - 0.1404826343 - 0.1404826343 - 3.1172072887 - 3.1054637432 - 3.1172072887 - 2.4023156166 - 2.4023156166 - -3.0438656807 - -3.0438656807 - 2.6945180893 - 2.6945180893 - -2.4258489609 - -2.4258489609 - -1.1695675850 - -1.1695675850 - -0.7698553801 - -0.7698553801 - -3.1026513577 - -3.1026513577 - 0.8960554004 - -2.3202388287 - -2.3202388287 - 2.7917370796 - 2.7917370796 - 3.1045725346 - 3.1045725346 - 3.1058936119 - 2.6135182381 - 2.6135182381 - -0.8117078543 - 2.2848870754 - 2.2848870754 - 3.1045725346 - 3.1045725346 - 3.1045725346 - 3.1045725346 - 3.1045725346 - -0.3681307733 - -0.3681307733 - -1.7033478022 - -1.7033478022 - 0.2709468603 - 0.2709468603 - -0.3824865818 - -0.3824865818 - 2.4551072121 - -0.0867383406 - -0.0867383406 - 3.0490739346 - 3.0490739346 - -1.0222469568 - -1.0222469568 - 3.0548543930 - 3.0548543930 - 0.3868757188 - 0.3868757188 - 2.1150767803 - -2.4795322418 - -2.4795322418 - -2.4403326511 - -2.4403326511 - 2.9669203758 - 3.0244839191 - 2.9669203758 - 0.7517030835 - 0.7517030835 - 2.1948194504 - 2.1948194504 - 2.9996955395 - 2.9996955395 - 2.9996955395 - 2.9889433384 - 2.9889433384 - 0.2086817622 - 0.2086817622 - 0.4118072987 - 0.4118072987 - -0.6478114128 - 1.7019079924 - 1.7019079924 - 1.5586018562 - 1.5586018562 - 1.1938871145 - 1.1938871145 - 0.9827937484 - 0.9827937484 - -1.0033563375 - -1.0033563375 - -1.7741323709 - -1.7741323709 - -1.7642236948 - -1.7661879063 - -1.7642236948 - -1.7741323709 - -1.7642236948 - -1.7661879063 - 0.7717003822 - 0.7717003822 - 2.9441971779 - 2.9441971779 - 0.1566018760 - 0.1566018760 - 2.1375255585 - 2.1375255585 - -1.0516501665 - -1.0516501665 - -1.6657480001 - -1.6657480001 - 2.4621789455 - 2.4621789455 - 2.4905159473 - 2.4905159473 - 2.4942004681 - 2.4887459278 - 2.4887459278 - 2.4887459278 - 2.4887459278 - 2.4909658432 - 2.4887459278 - 2.4909658432 - 2.4887459278 - 2.4887459278 - 2.4887459278 - 2.4909658432 - 2.4887459278 - 2.4887459278 - 2.4887459278 - 2.4887459278 - 2.4887459278 - 2.4909658432 - 2.4887459278 - 0.5516549945 - 0.5516549945 - 2.9617390633 - 2.9617390633 - 0.5421894193 - 0.5421894193 - -2.9229238033 - -2.9229238033 - -2.9617390633 - -3.0509328842 - -2.9617390633 - -2.9617390633 - -3.0509328842 - -1.2151604891 - -1.2151604891 - -1.1951560974 - -2.2203457355 - -2.2203457355 - 0.5785242319 - 0.5785242319 - -3.0750246048 - -3.0750246048 - -3.0750246048 - -0.6747409701 - -0.6747409701 - -0.7592261434 - -0.7592261434 - 1.0824624300 - 1.0824624300 - -3.0860941410 - 3.1415927410 - -3.0860941410 - -3.0860941410 - -1.0996301174 - -1.0996301174 - -0.6078019738 - -0.6078019738 - 1.9154436588 - 1.9154436588 - 3.1415927410 - 3.1415927410 - 2.8868343830 - 2.8868343830 - -0.3455555737 - -0.3455555737 - -3.0999500751 - -3.0999500751 - -3.0999500751 - -0.4636476040 - -0.4636476040 - 0.6287962794 - 0.6287962794 - -2.6617522240 - -2.6617522240 - 2.5905189514 - 2.5905189514 - -2.6617522240 - 2.5905189514 - 0.0000000000 - 0.0000000000 - 0.5763752460 - -2.3382322788 - 0.5763752460 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 0.6456893086 - 2.2724215984 - 0.6456893086 - 3.1415927410 - 3.1415927410 - 3.1415927410 - -2.7062394619 - -2.7062394619 - 2.1505117416 - 2.1505117416 - -2.7141282558 - -2.7141282558 - 2.1505117416 - -2.7141282558 - 1.5707963705 - -2.8239572048 - 1.5707963705 - -1.2670618296 - -1.2670618296 - -1.2627435923 - 0.8655182719 - 0.8655182719 - 2.6374266148 - 2.0917060375 - -1.2983331680 - 2.0917060375 - 0.4067470729 - -1.1729220152 - -1.1729220152 - 3.1054637432 - 3.1054637432 - 3.1172072887 - 3.1071236134 - 3.1058936119 - 3.1071236134 - 3.1071236134 - 3.1058936119 - -1.9371907711 - -0.3990609348 - -1.9371907711 - 3.1071236134 - 3.1071236134 - 3.1415927410 - 0.1707352102 - 0.1707352102 - 3.1058936119 - 3.1045725346 - 3.1058936119 - -0.8117078543 - 2.6135182381 - -0.8117078543 - 0.9539951086 - 0.9539951086 - 3.1045725346 - 3.1045725346 - 3.1045725346 - 3.1045725346 - 3.1058936119 - 3.1045725346 - 3.1058936119 - 3.1045725346 - 3.1045725346 - 3.1058936119 - 3.1045725346 - 3.0676536560 - 3.1045725346 - 3.1045725346 - 3.1058936119 - 3.1045725346 - 3.0676536560 - 3.1045725346 - 2.5065658092 - 2.5065658092 - 2.4937813282 - 2.4897234440 - 2.4937813282 - 2.5065658092 - 2.4937813282 - 2.4897234440 - 2.5252957344 - 2.5252957344 - 2.4668517113 - 2.4668517113 - 3.1031501293 - 3.1031501293 - 3.1031501293 - -0.6000502110 - -0.6000502110 - 0.8747121692 - 0.8747121692 - -0.1177325770 - -0.1177325770 - 0.8050035238 - 0.8050035238 - 2.6726260185 - 2.6726260185 - 3.0584514141 - 3.0584514141 - 3.0999500751 - 0.6435011029 - 0.6435011029 - -2.4875099659 - -2.4875099659 - 1.8417432308 - 1.8417432308 - 1.8382071257 - 2.1150767803 - 0.3868757188 - 2.1150767803 - -1.4782776833 - -1.8641632795 - -1.4782776833 - 0.3729877174 - 0.3729877174 - -0.5326436162 - -0.5326436162 - 1.6058696508 - 1.6058696508 - -2.5696744919 - -2.5696744919 - -2.0576956272 - -2.0576956272 - 1.1410340071 - 0.0270204488 - 0.0270204488 - 2.9996955395 - 2.9996955395 - 2.9996955395 - -0.6834797859 - -0.6834797859 - 2.9889433384 - 2.9889433384 - 2.9889433384 - 3.0197501183 - 3.0197501183 - -1.9554010630 - -1.9554010630 - 2.4834105968 - 2.4834105968 - 0.7248661518 - 0.7248661518 - 0.3392926157 - 0.3392926157 - 1.9421955347 - 1.9421955347 - 2.9229238033 - 2.9229238033 - -2.6183142662 - -2.6183142662 - -0.7551044226 - -0.7551044226 - -1.1309537888 - -1.1309537888 - -2.1395242214 - -2.1395242214 - -1.2772073746 - -1.2772073746 - 0.4981167018 - 0.4981167018 - 0.5207284093 - 0.5207284093 - -0.6986598372 - -0.6986598372 - -1.7661879063 - -1.7741323709 - -1.7642236948 - -1.7661879063 - 1.2315037251 - 1.2315037251 - 2.5748634338 - 2.9417641163 - 2.5748634338 - 0.9505468607 - 0.9505468607 - 2.4360244274 - 2.4360244274 - 2.4517927170 - 2.4517927170 - 2.5535900593 - 2.5535900593 - -1.7196862698 - -1.7196862698 - 2.4668517113 - 2.4668517113 - -1.1902899742 - -1.1902899742 - -1.0768549442 - -1.0768549442 - -0.8928958178 - -0.8944528103 - -0.8928958178 - 0.8584387302 - 0.8584387302 - -0.9544993639 - -0.9544993639 - -1.2803944349 - -1.2803944349 - 2.9060475826 - 2.9060475826 - 0.9002747536 - 0.9002747536 - -3.0584514141 - -3.0584514141 - -3.0509328842 - -2.9617390633 - -2.9617390633 - -3.0509328842 - -3.0509328842 - -3.0648207664 - -3.0648207664 - -1.0390722752 - -1.0390722752 - -2.9073374271 - -2.9073374271 - 2.9669203758 - 2.9669203758 - 2.4468543530 - 2.4468543530 - -3.0750246048 - -3.0750246048 - -3.0750246048 - -3.0750246048 - -3.0750246048 - 3.1415927410 - 3.1415927410 - -2.2694561481 - -2.2694561481 - -0.2101825923 - -0.2101825923 - 3.0951144695 - 3.0951144695 - 2.2318394184 - 2.2318394184 - -2.0432932377 - -2.0432932377 - 2.9267773628 - 2.9267773628 - 1.4479610920 - 1.4479610920 - 1.5532542467 - 1.5532542467 - -0.2449786663 - -0.2449786663 - 1.9401299953 - 1.9401299953 - 1.9260271788 - 1.9260271788 - 1.9401299953 - 1.9260271788 - 2.3815054893 - 2.3815054893 - 3.1415927410 - 3.1415927410 - 3.1415927410 - -3.1031501293 - -3.1031501293 - 3.1415927410 - -3.1031501293 - 0.5619215369 - 0.5619215369 - 1.0802494287 - 1.0802494287 - 2.2724215984 - 2.2724215984 - 0.6456893086 - 0.2763272822 - 0.2763272822 - 2.4280705452 - 2.4280705452 - 2.4453880787 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 2.0274016857 - 2.0274016857 - -1.7782925367 - 1.4244810343 - -1.7782925367 - -0.9728272557 - -0.9728272557 - 0.9342880845 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - -1.2627435923 - -1.2670618296 - -1.2627435923 - 1.1824775934 - 1.1824775934 - 3.1071236134 - 3.1071236134 - 3.1415927410 - 3.1415927410 - 3.1071236134 - 3.1415927410 - 3.1071236134 - -2.8152339458 - -2.8152339458 - 0.8424789310 - 0.8424789310 - -0.6719631553 - -0.6719631553 - -0.2124320269 - -0.2124320269 - 1.6295521259 - 2.3874342442 - 2.3874342442 - 1.1071487665 - 1.1071487665 - -1.6124389172 - 3.1071236134 - 3.1071236134 - 3.1071236134 - 3.1058936119 - 3.1071236134 - 3.1415927410 - 3.1415927410 - -2.0931997299 - -2.0931997299 - 1.4711276293 - 1.4711276293 - 0.5503859520 - 0.5503859520 - -2.4116930962 - -2.4116930962 - -1.2938874960 - -1.2938874960 - -2.8864102364 - -2.8864102364 - 3.1045725346 - 3.1045725346 - 3.1045725346 - 3.1045725346 - 3.1045725346 - 3.1058936119 - 3.0676536560 - 3.1045725346 - 3.1058936119 - 3.1045725346 - 3.0676536560 - 3.1045725346 - 2.4897234440 - 2.5065658092 - 2.4937813282 - 2.4897234440 - -1.9853031635 - -1.9853031635 - -1.9684243202 - 1.9684243202 - -1.9684243202 - -1.9853031635 - -1.9684243202 - 1.9684243202 - 3.0648207664 - 3.0648207664 - 3.1031501293 - 2.4448504448 - 2.4448504448 - 1.7861540318 - -2.7343368530 - -2.7343368530 - 3.1031501293 - 3.1031501293 - 1.2637505531 - 1.2637505531 - 3.0172376633 - 3.0172376633 - 1.8382071257 - 1.8417432308 - 1.8382071257 - 0.4411794841 - 0.4411794841 - 0.1866893321 - 0.1866893321 - -0.7538297176 - -0.7538297176 - -0.3080527782 - -0.3080527782 - 2.4329664707 - 2.4329664707 - -0.8996524811 - -0.8996524811 - 3.0367157459 - 3.0367157459 - 0.8163161278 - 0.8163161278 - 3.0090410709 - 3.0090410709 - 3.0090410709 - 3.0090410709 - 3.0090410709 - 3.0090410709 - 3.0090410709 - 3.0090410709 - 2.9996955395 - 2.9996955395 - -0.9539951086 - -0.9539951086 - -0.9420000315 - -0.9420000315 - -0.9539951086 - -0.9420000315 - 3.0090410709 - 3.0090410709 - 2.5748634338 - 2.5748634338 - 0.5361460447 - 0.5361460447 - -0.6478114128 - 0.4118072987 - -0.6478114128 - -2.5628776550 - -2.5628776550 - -0.5794067979 - -0.5794067979 - 2.7448840141 - 2.7448840141 - 2.9229238033 - 2.9229238033 - 2.8198421001 - 1.7488892078 - 1.7488892078 - -2.5099020004 - -2.5099020004 - 3.0535852909 - 3.0535852909 - 0.9561333656 - 0.9561333656 - -1.9226130247 - -0.2662520409 - -0.2662520409 - 0.8991901875 - 0.8991901875 - 0.9011573792 - 0.9011573792 - 0.7963867188 - 0.7963867188 - 0.7961504459 - 0.6610431671 - 0.6610431671 - 0.3217505515 - 0.3217505515 - -0.6781193018 - 1.5385494232 - -0.6781193018 - 2.8073945045 - 2.8073945045 - -1.8269476891 - -1.8269476891 - -1.7782925367 - -1.7782925367 - -0.8944528103 - 0.4968107939 - -0.8944528103 - -0.8928958178 - 1.6107749939 - 1.6107749939 - 2.5142843723 - -1.2490457296 - -1.2490457296 - -0.9420000315 - -0.9420000315 - 2.1748747826 - 2.1748747826 - -0.1836223304 - -0.1836223304 - -0.9723774195 - -0.9723774195 - -0.4955516756 - -0.4955516756 - -1.3734008074 - 1.5363272429 - 1.5363272429 - -0.6786624789 - -0.6786624789 - 0.7454195023 - 0.7454195023 - -3.0791738033 - -3.0791738033 - 2.3127436638 - 2.3127436638 - 2.9137356281 - 2.9137356281 - -3.0828368664 - -3.0828368664 - -3.0828368664 - -3.0860941410 - -3.0860941410 - -3.0860941410 - -2.1129858494 - -2.1129858494 - -3.0890095234 - -3.0890095234 - -0.9097531438 - -0.9097531438 - 2.4980914593 - 2.4980914593 - -2.7213959694 - -2.7213959694 - -2.4423999786 - -2.4423999786 - 2.3951358795 - 2.3951358795 - -2.8335399628 - -2.8335399628 - 1.3891475201 - 1.3891475201 - 1.4893442392 - 1.4893442392 - 1.4680664539 - 1.4680664539 - 3.1415927410 - 3.1415927410 - -3.1031501293 - 3.1415927410 - 3.1045725346 - 1.7975951433 - 1.7975951433 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - -3.1045725346 - 3.1415927410 - 1.4743225574 - 1.4743225574 - 2.4453880787 - 2.4280705452 - 2.4453880787 - 2.7255282402 - 2.7255282402 - -0.7419472933 - -0.7419472933 - 0.3430239260 - 0.3430239260 - 3.1058936119 - 3.1058936119 - 3.1058936119 - 3.1058936119 - 3.1058936119 - 3.1058936119 - -2.8566353321 - -1.8834285736 - -2.8566353321 - -0.2984989285 - -0.2984989285 - -1.6421037912 - -1.6421037912 - 2.6374266148 - 0.8655182719 - 2.6374266148 - 3.1415927410 - 3.1058936119 - 3.1415927410 - 2.2018756866 - 2.2018756866 - 3.1071236134 - 3.1415927410 - 3.1071236134 - -1.2983331680 - -1.2983331680 - 2.0917060375 - 0.4067470729 - 0.4067470729 - -1.2983331680 - 2.0917060375 - 0.4067470729 - -1.8557536602 - -1.8557536602 - 0.3093288243 - 0.3093288243 - 3.1071236134 - 3.1071236134 - 3.1071236134 - 3.1071236134 - -0.3990609348 - -0.3990609348 - -1.9371907711 - 2.4614946842 - 2.4614946842 - 2.4542398453 - 2.4542398453 - 2.4614946842 - 2.4542398453 - 0.8219672441 - 0.8219672441 - -3.0118901730 - -3.0118901730 - -0.0753288940 - -0.0753288940 - -0.1275095642 - -0.1275095642 - -0.6947382689 - -0.6947382689 - 2.2858879566 - 2.2858879566 - -3.1016139984 - -3.1016139984 - -2.0509712696 - -2.0509712696 - 0.5404195189 - 0.5404195189 - 0.9994588494 - 1.7861540318 - 0.9994588494 - 3.1016139984 - 3.1016139984 - 1.7992929220 - 1.7992929220 - -1.4959365129 - -1.4959365129 - 2.1475949287 - 2.1475949287 - -0.7643486261 - -0.7643486261 - -0.7424797416 - -0.7424797416 - 2.1737790108 - 2.1737790108 - 0.0570807829 - 0.0570807829 - -3.0566909313 - -3.0566909313 - -1.3712409735 - -1.3712409735 - 2.9415996075 - 2.9415996075 - 2.3825042248 - 2.3825042248 - -2.6651251316 - -2.6651251316 - -0.7218998075 - -0.7218998075 - 2.8198421001 - 2.9229238033 - 2.8198421001 - -2.0344438553 - -2.0344438553 - -0.7328150868 - -0.7328150868 - -1.1760052443 - 1.6886684895 - 1.6886684895 - -1.9726669788 - -1.9726669788 - -0.7655332088 - -0.7655332088 - 0.7961504459 - 0.7963867188 - 0.7961504459 - 0.7959240675 - -0.4162693024 - -0.4162693024 - 1.5385494232 - 1.5385494232 - -0.6781193018 - 2.5977602005 - 2.5977602005 - 2.9417641163 - 2.9417641163 - 2.5748634338 - 0.2355449796 - 0.2355449796 - 2.4376466274 - 0.7022569180 - 2.4376466274 - 2.4448504448 - 2.4448504448 - -0.0665681660 - -0.0344691016 - -0.0665681660 - 0.0814520419 - 0.0814520419 - -2.2206668854 - -2.2206668854 - -3.1186082363 - -3.1186082363 - 2.5262532234 - 2.5262532234 - 2.5180318356 - 2.5180318356 - 2.5262532234 - 2.5180318356 - -2.0047497749 - -2.0047497749 - -2.0344438553 - -1.3734008074 - -0.4955516756 - -1.3734008074 - -1.3125441074 - -1.3125441074 - -3.0828368664 - -3.0828368664 - -3.0828368664 - -1.8086322546 - -1.8086322546 - -0.8695363998 - -0.8695363998 - -3.0890095234 - -3.0890095234 - -3.0890095234 - 0.6947382689 - 0.6947382689 - -0.5880026221 - -0.5880026221 - -1.4583692551 - -1.4583692551 - -3.0999500751 - -3.0999500751 - -3.0999500751 - 1.4559197426 - 1.4559197426 - 0.9342880845 - 0.9342880845 - -0.8066715598 - -0.1700586230 - -0.8066715598 - 3.1415927410 - 3.1415927410 - -2.0344438553 - -2.0344438553 - -2.0911517143 - -2.0911517143 - -2.1375255585 - -2.1375255585 - -2.3382322788 - -2.3382322788 - 0.5763752460 - 3.1045725346 - 3.1415927410 - 3.1045725346 - 2.5050845146 - 2.5050845146 - 2.1322898865 - 2.1322898865 - 0.2449786663 - 0.2449786663 - 0.9089486599 - 0.9089486599 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 1.6715773344 - 1.6715773344 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 2.3349211216 - 2.3349211216 - 0.7564207911 - 0.7564207911 - 2.7223603725 - 1.3712409735 - 1.3712409735 - 3.1415927410 - 3.1415927410 - 1.6295521259 - -0.2124320269 - 1.6295521259 - 2.7011966705 - 2.7011966705 - -0.6498704553 - 2.1269626617 - 2.1269626617 - -0.9623362422 - -0.9623362422 - -0.0407936834 - -0.0407936834 - 3.1058936119 - 3.1058936119 - 3.1058936119 - -1.5049575567 - -1.5049575567 - -2.1587989330 - -2.1587989330 - -2.2519228458 - -2.2519228458 - 0.2860514522 - 0.2860514522 - 1.3499675989 - 1.3499675989 - -0.5763752460 - -0.5763752460 - -0.5191460848 - 1.9684243202 - -1.9853031635 - -1.9684243202 - 1.9684243202 - -0.4415923655 - -0.4415923655 - -0.4366271496 - -0.4366271496 - 0.9067501426 - 0.9067501426 - -2.4393358231 - -2.4393358231 - -3.0309355259 - -3.0309355259 - 2.0753567219 - 2.0753567219 - 3.0999500751 - 3.0584514141 - 3.0999500751 - -1.6183794737 - 0.9224643111 - -1.6183794737 - -2.5075700283 - -2.5075700283 - 0.4524748921 - 0.4524748921 - 3.0172376633 - 3.0172376633 - 2.9562447071 - 0.0439277664 - 2.9123606682 - 0.0439277664 - 3.0356082916 - 3.0356082916 - 2.9996955395 - 2.9996955395 - 2.9889433384 - 2.9889433384 - 2.9889433384 - 0.1325515360 - 0.1325515360 - 0.7395587564 - 0.7395587564 - -2.3070538044 - -2.3070538044 - 2.9617390633 - 2.9617390633 - -2.0214576721 - -2.0214576721 - -2.3114483356 - -2.3114483356 - -2.4917221069 - -2.0058803558 - -2.0058803558 - -0.2606023848 - -0.2606023848 - -2.7118303776 - -2.7118303776 - -2.9504082203 - -2.9504082203 - 0.1518824548 - 0.1518824548 - -1.0624856949 - 1.1349194050 - -1.0624856949 - -1.7794780731 - -1.7794780731 - -2.3059575558 - -2.3059575558 - 1.1525720358 - 1.1525720358 - 0.7959240675 - 0.7961504459 - 0.7959240675 - 0.8058034778 - 0.8058034778 - 0.8062284589 - 1.0969450474 - 1.0969450474 - -1.5707963705 - -1.5707963705 - 1.4984589815 - 1.4984589815 - 1.4831097126 - 1.4831097126 - 1.9974237680 - 1.9974237680 - 0.9048271179 - 0.9048271179 - 3.0750246048 - 3.0750246048 - 2.7059097290 - 2.7059097290 - -1.0714496374 - -1.0714496374 - -1.3597029448 - -1.3597029448 - -2.1531493664 - -2.1531493664 - -2.1359457970 - -2.1359457970 - -2.1531493664 - -2.1359457970 - 0.9652516842 - 0.9652516842 - 0.9600703716 - 2.4526681900 - 2.4526681900 - -0.0344691016 - 0.0000000000 - -0.0344691016 - -0.0665681660 - -1.6001995802 - -1.6001995802 - 0.4968107939 - 0.6610431671 - 0.4968107939 - -0.8944528103 - 2.5075700283 - 2.5075700283 - 2.4775464535 - 2.5142843723 - 1.6107749939 - 2.5142843723 - 3.0309355259 - 3.0309355259 - 2.6292030811 - 2.6292030811 - -2.2473824024 - -2.2473824024 - -0.9289815426 - -0.9289815426 - -2.0344438553 - -2.0047497749 - -2.0344438553 - 3.1415927410 - 3.1415927410 - -2.1928284168 - -2.1928284168 - -2.1802549362 - -2.1802549362 - -2.1928284168 - -2.1802549362 - -2.9617390633 - -2.9617390633 - -3.0890095234 - -3.0890095234 - -3.0890095234 - -3.0890095234 - -3.0916342735 - -3.0419239998 - -3.0916342735 - -2.9546134472 - -2.9546134472 - -2.0094492435 - -2.0094492435 - 3.1415927410 - 3.1415927410 - -1.2248290777 - -1.2248290777 - 3.1415927410 - 3.1415927410 - 0.1229718700 - 0.1229718700 - -0.1973955631 - -0.1973955631 - 2.9325697422 - 2.9325697422 - -0.1700586230 - -0.1700586230 - -0.8066715598 - 0.6647744775 - 0.6647744775 - 0.0113631468 - 0.0113631468 - -3.1031501293 - -3.1031501293 - 3.1415927410 - 3.1415927410 - 2.4519460201 - 2.4519460201 - -1.6332151890 - -1.6332151890 - 1.2772073746 - 1.2772073746 - -0.9162255526 - -0.9162255526 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - -0.2984989285 - -0.2984989285 - -1.3134726286 - -1.3134726286 - -2.0826520920 - -2.0826520920 - 0.9342880845 - -0.9728272557 - 0.9342880845 - 2.4536292553 - 2.4536292553 - 0.7058120370 - -2.4945454597 - 0.7058120370 - 0.9928944111 - 0.9928944111 - 1.5503909588 - 1.5503909588 - -1.6790668964 - -1.6790668964 - -1.6364911795 - -1.6364911795 - 2.0880837440 - 2.0880837440 - 0.6593100429 - 0.6593100429 - -0.0996686518 - -0.0996686518 - 3.1058936119 - 3.1058936119 - 3.1058936119 - 3.1071236134 - 2.0911517143 - 2.0911517143 - 1.0269638300 - 1.0269638300 - 2.1864161491 - -0.8850668073 - 2.1864161491 - 1.0269638300 - 2.1864161491 - -0.8850668073 - 2.5658342838 - 2.5658342838 - -2.1840035915 - -2.1840035915 - 2.5829932690 - -1.5051015615 - 2.5829932690 - 2.9959642887 - 2.9959642887 - -1.5051015615 - 2.5829932690 - 2.9959642887 - -0.5191460848 - -0.5763752460 - -0.5191460848 - 1.3955299854 - 1.3955299854 - 1.7861540318 - 2.4448504448 - 1.7861540318 - 0.9994588494 - 3.1007990837 - 3.1007990837 - -1.6556980610 - -1.6556980610 - -2.0689129829 - -2.0689129829 - -2.6779451370 - -2.6779451370 - -2.1150767803 - -2.1150767803 - -0.9048271179 - -0.9048271179 - 1.1902899742 - 1.1902899742 - 2.1662061214 - 2.1662061214 - 3.0466408730 - 3.0466408730 - -1.2708492279 - -1.2708492279 - 0.0000000000 - 0.0000000000 - 2.9123606682 - -0.9125283360 - 2.9123606682 - 0.0439277664 - 2.9562447071 - 3.0172376633 - 2.9562447071 - -1.5707963705 - -1.5707963705 - 3.0090410709 - 3.0090410709 - 3.0090410709 - 3.0090410709 - 3.0090410709 - 1.3120254278 - 1.3120254278 - -1.3868528605 - -1.3868528605 - 0.7133581042 - 0.7133581042 - -0.8335536718 - -0.8335536718 - -2.1634936333 - -2.1634936333 - 1.2742505074 - 2.8706457615 - 1.2742505074 - 2.9229238033 - 2.9229238033 - 1.5707963705 - 1.5707963705 - -0.6747409701 - -0.6747409701 - 0.6805212498 - 0.6805212498 - -1.9226130247 - 0.9561333656 - -1.9226130247 - 2.0176386833 - 2.0176386833 - 2.2413179874 - 2.2413179874 - -1.5195591450 - -1.5195591450 - 2.3698923588 - 2.3698923588 - 1.1349194050 - 1.1349194050 - -1.0624856949 - 0.9151006937 - 0.9151006937 - 1.1319370270 - 1.1319370270 - 1.1275540590 - -2.3614299297 - -2.3614299297 - 0.9600703716 - 0.9652516842 - 0.9600703716 - -0.0238050260 - -0.0238050260 - 2.2048189640 - 2.2048189640 - 2.6422460079 - 2.6422460079 - 0.7022569180 - 0.7022569180 - 2.4376466274 - -1.0516501665 - -1.0516501665 - -2.2264919281 - -2.1421337128 - 2.4423999786 - 2.4423999786 - -1.9832067490 - -1.9832067490 - 2.4710710049 - 2.4710710049 - -1.0516501665 - -1.0516501665 - 0.0000000000 - 0.0000000000 - -0.0344691016 - 0.6610431671 - 0.6610431671 - 0.4968107939 - -2.4963734150 - -2.4963734150 - 2.4775464535 - 2.5075700283 - 2.4775464535 - -2.3561944962 - -2.3561944962 - 2.5829932690 - 2.5829932690 - -2.2415478230 - -2.2415478230 - -2.1395242214 - -2.1395242214 - -2.9996955395 - -2.9996955395 - -0.5842712522 - -0.5842712522 - -1.5605926514 - -1.5605926514 - -3.0791738033 - -3.0791738033 - 2.2048189640 - 2.2048189640 - -3.0750246048 - -3.0750246048 - -3.0750246048 - 2.4746844769 - 2.4746844769 - 0.4993467331 - 0.4993467331 - 2.8531630039 - 2.8531630039 - 1.8864120245 - 1.8864120245 - -2.0684113503 - -2.0684113503 - 0.3356385529 - 0.3356385529 - 2.3036115170 - 2.6409249306 - 2.6409249306 - -0.5516549945 - 1.2141761780 - 1.2141761780 - -3.1045725346 - 3.1415927410 - -3.1045725346 - -1.0671700239 - -1.0671700239 - 0.3514447808 - 0.3514447808 - -1.1659045219 - 2.4247889519 - -1.1659045219 - 0.3976279795 - 0.3976279795 - -0.9644134641 - -0.9644134641 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - -2.4416997433 - -2.4416997433 - 2.7223603725 - 0.7564207911 - 2.7223603725 - 0.6093263626 - 0.6093263626 - 2.9849908352 - 2.9849908352 - -0.8005484939 - -0.8005484939 - 1.6107749939 - 1.6107749939 - -0.8567056060 - -0.8567056060 - -0.6498704553 - 1.3521274328 - 2.7011966705 - -0.6498704553 - -2.5820062160 - -2.5820062160 - 2.2335257530 - 2.2335257530 - -2.5820062160 - 2.2335257530 - 0.4787218571 - 0.4787218571 - 0.7123575807 - 0.7123575807 - 3.1071236134 - 3.1071236134 - -0.3781423271 - -0.3781423271 - 2.6356422901 - 2.6356422901 - 1.5182132721 - 1.5182132721 - -1.5051015615 - -1.5051015615 - 2.5829932690 - 2.9959642887 - 2.0229501724 - 2.0229501724 - 3.1058936119 - 3.1058936119 - 0.5510736108 - 0.5510736108 - -1.4104208946 - -1.4104208946 - 3.0617625713 - 3.0617625713 - 2.7851557732 - 2.7851557732 - -0.3906070292 - -0.3906070292 - 3.0113811493 - 3.0113811493 - -2.1763410568 - -2.1763410568 - -0.9487643242 - -0.9487643242 - 0.9224643111 - 0.9224643111 - -1.6183794737 - 1.6896367073 - 1.6896367073 - -2.7803888321 - -2.7803888321 - 2.9147937298 - 2.9147937298 - 2.9441971779 - 2.9441971779 - 2.9441971779 - -1.3258177042 - -1.3258177042 - -0.3603579700 - -0.3603579700 - -2.7179236412 - -2.7179236412 - 2.8706457615 - 2.8706457615 - 1.2742505074 - 2.6344940662 - 2.6344940662 - -0.6823165417 - -2.9296350479 - -0.6823165417 - -1.1760052443 - -0.7328150868 - -1.1760052443 - -1.5398783684 - -1.5398783684 - 1.0191413164 - 1.0191413164 - 1.0714496374 - 1.0714496374 - 1.1071487665 - 1.1071487665 - 1.1071487665 - 1.1071487665 - 1.1071487665 - 1.1071487665 - 0.8058034778 - 0.7959240675 - 0.8058034778 - 0.8058034778 - 0.8062284589 - 0.8062284589 - 0.8062284589 - 0.7959240675 - 0.8058034778 - 0.8058034778 - 0.8062284589 - 0.8062284589 - 1.1275540590 - 1.1319370270 - 1.1275540590 - -0.3302973509 - -0.3302973509 - 0.7974457741 - 0.7974457741 - 0.8092032075 - 0.8086497784 - -1.9513026476 - -1.9513026476 - 1.9513026476 - 1.9513026476 - 1.9355311394 - 1.9355311394 - 1.9513026476 - 1.9355311394 - 2.0405788422 - 2.0405788422 - 0.2721458972 - 0.2721458972 - 2.2142975330 - 2.2142975330 - 0.2721458972 - 2.2142975330 - -1.1902899742 - -1.1902899742 - -1.7782925367 - -1.7988989353 - -1.7782925367 - 2.6779451370 - 2.6779451370 - -2.9441971779 - -2.9441971779 - -2.2655346394 - -2.2655346394 - -0.9592993259 - -0.9592993259 - -0.9461609125 - -3.1082715988 - -3.1082715988 - 3.1415927410 - 2.9648838043 - 2.9648838043 - -0.8550527096 - -0.8550527096 - -3.0750246048 - -3.0750246048 - -3.0750246048 - 1.6233793497 - 1.6233793497 - -3.0890095234 - -3.0890095234 - 3.1415927410 - -0.8164440989 - -0.8164440989 - 2.1421337128 - 2.1421337128 - -2.0111923218 - -2.0111923218 - -1.7023844719 - -1.7023844719 - 2.0344438553 - 2.0344438553 - 2.9504082203 - -3.0018837452 - 2.9504082203 - 2.3036115170 - 0.3356385529 - 2.3036115170 - 2.7651023865 - 2.7651023865 - 0.6777082682 - 0.6777082682 - -3.0155045986 - -3.0155045986 - 2.8198421001 - 2.8198421001 - 3.1415927410 - -1.9040405750 - 3.1415927410 - -1.8850282431 - -1.8850282431 - 3.1415927410 - 3.1415927410 - 0.5705827475 - 0.5705827475 - 2.4104888439 - 2.4104888439 - 2.2873380184 - 2.2873380184 - -0.7961504459 - -0.7961504459 - -2.4945454597 - -2.4945454597 - 0.7058120370 - -0.6454734802 - -0.6454734802 - 1.4864896536 - 1.4864896536 - 0.8329812884 - 0.8329812884 - -0.1678959280 - -0.1678959280 - -1.4909663200 - -1.4909663200 - 0.3660565019 - 0.3660565019 - -2.3688521385 - -2.3688521385 - 3.1415927410 - 3.1415927410 - 3.1082715988 - -0.6654099822 - 0.6921442747 - -0.6654099822 - -1.0768549442 - -1.0768549442 - 0.6871241927 - 0.6871241927 - 0.4636476040 - 0.4636476040 - -1.6199370623 - -1.6199370623 - 3.1415927410 - 3.1415927410 - 0.3487710059 - 0.3487710059 - -2.3388552666 - -2.3388552666 - 2.9764440060 - 1.6113146544 - 2.9764440060 - -1.9739118814 - 3.1071236134 - 3.1058936119 - 3.1071236134 - 3.0702850819 - 2.2236430645 - 2.2236430645 - -2.5652174950 - -2.5652174950 - -0.0656948015 - -0.0656948015 - 3.1415927410 - 3.1415927410 - 3.1071236134 - 0.5605095625 - 0.5605095625 - 0.5729661584 - 0.5681047440 - -0.8850668073 - 1.0269638300 - 2.1864161491 - -0.8850668073 - 3.1058936119 - 3.1058936119 - 3.1045725346 - 3.1045725346 - 3.1058936119 - 3.1045725346 - -2.5415425301 - -2.5415425301 - -2.4526681900 - -2.4526681900 - 0.8667000532 - 0.8667000532 - -2.3996453285 - -2.3996453285 - 1.5478118658 - 1.5478118658 - -2.3403227329 - -2.3403227329 - -2.0195195675 - -2.0195195675 - 3.1287727356 - 3.1287727356 - 3.0981416702 - 3.0981416702 - 2.2932147980 - 2.2932147980 - 1.0227724314 - 1.0227724314 - 2.7567288876 - 2.7567288876 - -1.6459234953 - -1.6459234953 - -0.9125283360 - -0.9125283360 - 2.9123606682 - 3.0490739346 - 3.0490739346 - -0.9125283360 - 3.0490739346 - -2.8632929325 - -2.8632929325 - -2.8584969044 - -2.8584969044 - -2.8632929325 - -2.8584969044 - -0.5833730102 - -0.5833730102 - 1.5120404959 - 1.5120404959 - 0.0212733857 - 0.0212733857 - 0.0315684564 - 0.6240230799 - -0.7700147629 - -0.7700147629 - -2.4917221069 - -2.3114483356 - -2.4917221069 - -2.4379789829 - -2.4379789829 - 0.3883187175 - 0.3883187175 - 0.9772536159 - 0.9772536159 - 1.0427218676 - 1.0427218676 - 0.8058034778 - 0.7959240675 - 0.8058034778 - 0.8058034778 - 0.8062284589 - 0.8062284589 - 0.8062284589 - 0.7959240675 - 0.8058034778 - 0.8058034778 - 0.8062284589 - 0.8062284589 - 2.9965510368 - 2.9965510368 - -2.0899424553 - -2.0899424553 - 0.8092032075 - 0.7974457741 - 0.8092032075 - 0.8086497784 - 1.0040670633 - 1.0040670633 - 1.5567127466 - 1.5567127466 - -1.6614562273 - -1.6614562273 - -2.8573670387 - -2.8573670387 - -2.8543112278 - -2.8543112278 - -2.8573670387 - -2.8543112278 - -2.1854593754 - -2.1854593754 - 1.0158005953 - 1.0158005953 - -1.7082225084 - -1.7082225084 - -2.2259831429 - -2.2259831429 - 0.6998928785 - 0.6998928785 - -2.2896263599 - -2.2896263599 - -1.4840580225 - -1.4840580225 - -2.1421337128 - -1.0516501665 - -2.2264919281 - -2.1421337128 - 2.4526681900 - 2.4526681900 - -1.7988989353 - -1.7988989353 - -1.7782925367 - 1.0121970177 - 1.0121970177 - 1.7738415003 - 1.7955075502 - 1.7738415003 - 2.6571147442 - 2.6571147442 - 0.7974457741 - 2.5015044212 - 0.7974457741 - -2.4605755806 - -2.4605755806 - -0.9461609125 - -0.9592993259 - -0.9461609125 - -2.5386099815 - -2.5386099815 - 2.9862284660 - 2.9862284660 - 3.1415927410 - -3.1082715988 - 3.1415927410 - -2.7828218937 - -2.7828218937 - 1.0957856178 - 1.0957856178 - 2.3141140938 - 2.3141140938 - -3.0090410709 - -3.0090410709 - 0.5404195189 - 0.5404195189 - -1.6401294470 - -1.6401294470 - -1.6897965670 - -1.6897965670 - -3.0890095234 - -3.0890095234 - -3.0890095234 - 0.5685245395 - 0.5685245395 - 3.1415927410 - -3.0890095234 - 3.1415927410 - -3.0890095234 - -3.0419239998 - -2.3906636238 - -3.0419239998 - -3.0916342735 - -3.0916342735 - -3.0916342735 - -3.0916342735 - 2.4948341846 - 2.4948341846 - -3.0999500751 - -3.0999500751 - 1.6207547188 - 1.6207547188 - 1.9789453745 - 1.9789453745 - 2.1553976536 - 2.1553976536 - 1.9789453745 - 2.1553976536 - -1.3711124659 - -1.3711124659 - -0.5516549945 - 2.6409249306 - -0.5516549945 - -1.0390722752 - -1.0390722752 - 3.1415927410 - 3.1415927410 - -3.1058936119 - -3.1058936119 - -2.5046994686 - -2.5046994686 - 3.1415927410 - 3.1415927410 - -0.9561333656 - -0.9561333656 - 3.1415927410 - 3.1415927410 - 3.1058936119 - 3.1415927410 - 3.1415927410 - -3.0419239998 - -3.0419239998 - 0.8261918426 - 0.8261918426 - 1.5707963705 - 1.5707963705 - -0.2935889959 - -0.2935889959 - -0.5191460848 - -0.5191460848 - 3.1082715988 - 3.1415927410 - 3.1082715988 - 1.3521274328 - 1.3521274328 - -0.6498704553 - -1.3329603672 - 1.6431336403 - -1.3329603672 - -1.3083369732 - -1.3083369732 - 1.6431336403 - -1.3329603672 - -1.3083369732 - 3.1071236134 - 3.1071236134 - -2.4149503708 - -2.4149503708 - 2.7339611053 - 2.7339611053 - -0.4282641411 - -0.4282641411 - 3.1071236134 - 3.1071236134 - 3.1071236134 - 3.1415927410 - 3.1071236134 - 1.3045443296 - 1.3045443296 - 3.1071236134 - 3.1071236134 - 3.1071236134 - 0.5729661584 - 0.5605095625 - 0.5729661584 - 0.5681047440 - 0.5681047440 - 0.5605095625 - 0.5729661584 - 0.5681047440 - -1.2555816174 - -1.2555816174 - -0.2995319963 - -0.2995319963 - -0.2860514522 - -3.0016679764 - -2.9857244492 - -0.9955807328 - -0.9955807328 - 2.3639461994 - 2.3639461994 - 0.8441540003 - 0.8441540003 - -0.2935889959 - -0.2935889959 - 3.0676536560 - 3.0676536560 - 3.0676536560 - 3.0676536560 - 2.0753567219 - 2.0753567219 - 2.0638473034 - 2.0638473034 - 2.0753567219 - 2.0638473034 - -1.1689256430 - -1.1689256430 - 0.9111675620 - 0.9111675620 - -1.5163048506 - -1.5163048506 - 1.0303767920 - 1.0303767920 - 3.0509328842 - 3.0509328842 - -0.6947382689 - -0.6947382689 - 1.4758446217 - 1.4758446217 - 3.0419239998 - 3.0419239998 - 3.0419239998 - 0.8421553373 - 0.8421553373 - 0.8362018466 - 0.8362018466 - 0.8421553373 - 0.8362018466 - 3.0090410709 - 3.0090410709 - 3.0090410709 - -2.3449590206 - -2.3449590206 - -0.0798299834 - -0.0798299834 - 2.9441971779 - 2.9441971779 - 2.9441971779 - 0.0315684564 - 0.0212733857 - 0.0315684564 - 0.6240230799 - -3.0560872555 - -3.0560872555 - 2.5444159508 - 2.5444159508 - -1.1784561872 - -1.1784561872 - -1.9167635441 - -1.9167635441 - -0.7328150868 - -0.7328150868 - -0.7205541134 - -0.7205541134 - -0.7328150868 - -0.7205541134 - -2.9296350479 - -2.9296350479 - -0.6823165417 - 0.6567016840 - 0.6567016840 - -1.3981148005 - -1.3981148005 - 0.8960554004 - 0.8960554004 - 0.8062284589 - 0.8058034778 - 0.8058034778 - 0.8062284589 - 0.8062284589 - 0.8062284589 - 0.5328438878 - 0.5328438878 - 1.4464412928 - 1.4464412928 - 0.8086497784 - 0.7974457741 - 0.8092032075 - 0.8086497784 - 2.3561944962 - 2.3561944962 - 2.4592761993 - 2.4592761993 - 2.4719536304 - 2.4719536304 - -2.2264919281 - -1.0516501665 - -2.2264919281 - -2.1421337128 - 2.4429328442 - 2.4429328442 - 1.7955075502 - 1.7955075502 - 1.7738415003 - 2.4980914593 - 2.4932606220 - 2.4980914593 - 2.7744188309 - 2.7744188309 - 1.2490457296 - 1.2490457296 - 2.4814610481 - 2.4814610481 - 0.1526493281 - 0.1526493281 - -2.9617390633 - -2.9617390633 - -2.9764440060 - -2.9764440060 - 2.4149503708 - 2.4149503708 - -0.7741627097 - -0.7741627097 - 1.3597029448 - 1.3597029448 - -0.8184986711 - -0.8184986711 - 2.1882984638 - 2.1882984638 - -0.7306584120 - -0.7306584120 - 2.5990133286 - 2.5990133286 - 2.5596876144 - 2.5596876144 - 0.4636476040 - 0.4636476040 - -0.8685393929 - -0.8685393929 - -3.0916342735 - -2.3906636238 - -3.0419239998 - -3.0916342735 - -3.0940096378 - -3.0940096378 - -1.2308659554 - -1.2308659554 - -2.4582014084 - -1.6762856245 - -1.6762856245 - -0.7853981853 - -0.7853981853 - 3.1415927410 - 3.1415927410 - -1.9040405750 - 3.1415927410 - 3.1045725346 - -1.9040405750 - -3.1045725346 - 3.1415927410 - 3.1415927410 - 0.6947382689 - 0.6947382689 - 1.9379701614 - 1.9379701614 - 0.9129077196 - 0.9089486599 - 0.9129077196 - -2.6011731625 - -2.6011731625 - 2.3717372417 - 2.3717372417 - 3.1415927410 - -3.1071236134 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - -3.1071236134 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - -3.1071236134 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 2.4247889519 - 2.4247889519 - -1.1659045219 - 2.8488795757 - 2.8488795757 - 3.1058936119 - 3.1415927410 - 3.1058936119 - 3.1071236134 - 3.1071236134 - 3.1058936119 - 3.1071236134 - 2.7195875645 - 2.7195875645 - -2.4492583275 - -2.4492583275 - -2.9889433384 - -2.9889433384 - -0.0777649432 - -0.0777649432 - -2.4706346989 - -2.4706346989 - -2.4655826092 - -2.4655826092 - -2.4706346989 - -2.4655826092 - -1.9710370302 - 1.2643117905 - -1.9710370302 - 0.6921442747 - 1.1207225323 - 0.6921442747 - -0.6654099822 - 3.0702850819 - 3.1071236134 - 3.0702850819 - 0.4746968746 - 0.4746968746 - 2.0080182552 - 2.0080182552 - -0.2662520409 - -0.2662520409 - 3.1071236134 - 3.1071236134 - 3.0702850819 - 3.1071236134 - 2.2103836536 - 2.2103836536 - 2.0257105827 - 2.0257105827 - 0.2662520409 - 0.2662520409 - -1.4536875486 - -1.4536875486 - -0.2860514522 - -0.2995319963 - -0.2860514522 - -3.0016679764 - -2.9857244492 - -2.9857244492 - -0.2995319963 - -0.2860514522 - -3.0016679764 - -2.9857244492 - -0.1488899440 - -0.1488899440 - 3.0617625713 - 3.0617625713 - -0.6534263492 - -0.6534263492 - 3.0584514141 - 3.0584514141 - 2.6962916851 - 2.6962916851 - -2.1730837822 - -2.1730837822 - 0.1283232272 - 0.1283232272 - 0.0996686518 - 0.0996686518 - -2.2848870754 - -2.2848870754 - 3.0509328842 - 3.0509328842 - 3.0419239998 - 3.0419239998 - 3.0419239998 - 3.0367157459 - 3.0367157459 - 2.9849908352 - -0.1816488355 - -0.1816488355 - -0.1717601568 - -2.9617390633 - -2.9617390633 - -1.8597717285 - -1.8597717285 - 3.0172376633 - 3.0172376633 - 3.0172376633 - 2.3002529144 - 2.3002529144 - 0.1716280729 - 0.1716280729 - 3.1300988197 - 3.1300988197 - 0.6696389318 - 0.6696389318 - -0.8433043957 - -0.8433043957 - -2.6422460079 - -2.6422460079 - 2.9441971779 - 2.9441971779 - 2.9441971779 - 3.0309355259 - 3.0309355259 - -0.0356991142 - -0.0356991142 - -1.9707006216 - -1.9707006216 - 2.4770972729 - 2.4770972729 - 3.0216886997 - 3.0216886997 - 0.8220309615 - 0.8220309615 - -2.0647377968 - -2.0647377968 - -1.9347752333 - -1.9347752333 - -1.0338855982 - -1.0338855982 - -1.6220334768 - -1.6220334768 - 0.9652516842 - 0.9652516842 - 2.3754229546 - 2.3754229546 - 2.3659029007 - 2.3659029007 - 2.3754229546 - 2.3659029007 - 2.5247914791 - 2.0792856216 - 2.5247914791 - -2.2565257549 - -2.2565257549 - -2.2565257549 - 0.9570262432 - 0.9570262432 - 2.0425739288 - 2.0425739288 - -0.9434881210 - -0.9434881210 - 2.4668517113 - 2.4668517113 - 2.6135182381 - 2.6135182381 - 2.4393358231 - 2.4393358231 - 2.4416997433 - 0.6893978715 - 0.6893978715 - 2.4932606220 - 2.4932606220 - 2.4980914593 - 2.4756233692 - 2.4737601280 - 2.4756233692 - 2.5948038101 - 2.5948038101 - 2.5269296169 - 2.5269296169 - -3.1296885014 - -3.1296885014 - -0.8530911803 - -0.8530911803 - -3.1296885014 - -0.8530911803 - 2.4262549877 - 2.4262549877 - -1.5263811350 - -1.5263811350 - 2.4586384296 - 2.4586384296 - -2.4604661465 - -2.4604661465 - -2.2572817802 - -2.2572817802 - 2.9782264233 - 0.6747409701 - 0.6747409701 - -2.1627671719 - -2.1627671719 - -3.0791738033 - -3.0791738033 - 0.8589494824 - 0.8589494824 - -2.3720662594 - -2.3720662594 - 1.0427218676 - 1.0427218676 - 0.4437826872 - -2.3906636238 - -2.3906636238 - -3.0419239998 - -3.0916342735 - -0.6301938891 - -0.6301938891 - 2.2044293880 - 2.2044293880 - -3.0940096378 - -3.0940096378 - -1.8313987255 - -1.8313987255 - -2.2794225216 - -2.2794225216 - -2.4582014084 - -1.2308659554 - -2.4582014084 - 0.4805236459 - 0.4805236459 - -1.4981968403 - -1.4981968403 - -0.3403819501 - -0.3403819501 - -0.1853479445 - -0.1853479445 - -0.1746722013 - -0.1746722013 - -3.0018837452 - -3.0018837452 - 2.9504082203 - -3.0999500751 - -3.0999500751 - 3.1287727356 - 3.1287727356 - 3.1415927410 - 3.1415927410 - -3.0097095966 - -3.0097095966 - 1.1071487665 - 1.1071487665 - -2.6403284073 - -2.6403284073 - 1.9999748468 - 1.9999748468 - 2.4468543530 - 2.4468543530 - -1.2442148924 - -1.2442148924 - 1.7359449863 - 1.7359449863 - 2.2203457355 - 2.2203457355 - -0.0906598866 - -0.0906598866 - -2.3839650154 - -2.3839650154 - 3.1082715988 - 3.1082715988 - 3.0054535866 - 3.0054535866 - 2.3690142632 - 2.3690142632 - 1.6113146544 - 1.6113146544 - 2.9764440060 - -1.9739118814 - -1.9739118814 - 1.6113146544 - 2.9764440060 - -1.9739118814 - 2.5252957344 - 2.5252957344 - 2.5183932781 - -1.0503379107 - -1.0503379107 - 3.0702850819 - 3.1071236134 - 3.0702850819 - 3.1071236134 - 3.1058936119 - 3.1058936119 - -3.0016679764 - -0.2995319963 - -0.2860514522 - -3.0016679764 - -2.9857244492 - 3.1045725346 - 3.1045725346 - 2.7038013935 - 2.7038013935 - 2.8659632206 - 2.8659632206 - -2.2956624031 - -2.2956624031 - 2.7610862255 - 2.7610862255 - 2.5032727718 - 2.5032727718 - -3.0271522999 - -3.0271522999 - -2.2956624031 - -2.2956624031 - -2.2589411736 - -2.2589411736 - -0.0475831032 - -0.0475831032 - 2.9996955395 - 2.9996955395 - -0.6393858790 - -2.3336420059 - -0.6393858790 - 2.9849908352 - 3.0367157459 - 2.9849908352 - -0.1717601568 - -0.1816488355 - -0.1717601568 - -1.4743225574 - -1.4743225574 - 3.0172376633 - 3.0172376633 - 1.3016288280 - 1.3016288280 - 3.0060648918 - 3.0060648918 - -3.0433187485 - -3.0433187485 - 0.0509762056 - 0.0509762056 - 0.7853981853 - 0.7853981853 - 2.9996955395 - 2.9996955395 - 0.6240230799 - 0.0212733857 - 0.0315684564 - 0.6240230799 - 0.6934595108 - 0.6934595108 - 0.4729065895 - -3.1071236134 - -3.1071236134 - 2.9441971779 - 2.9441971779 - 2.9441971779 - 0.6610431671 - 0.6610431671 - -1.5943213701 - -1.5943213701 - 0.8192834854 - -2.5213432312 - -2.5213432312 - -1.2575201988 - -1.2575201988 - -2.5213432312 - -1.2575201988 - 1.0691922903 - 1.0691922903 - -1.1013684273 - -1.1013684273 - -0.1821683049 - -0.1821683049 - 2.7726330757 - 2.7726330757 - 2.6260435581 - 2.6260435581 - 1.6461251974 - 1.6461251974 - 0.7853981853 - 0.7645678520 - 0.7645678520 - 0.7428706288 - 0.7538297176 - 0.5961991549 - 0.5961991549 - 0.5800027847 - 0.5800027847 - 0.5961991549 - 0.5800027847 - -0.5467888117 - -0.5467888117 - 0.3398208618 - 0.3398208618 - 1.6475682259 - 1.6475682259 - 0.7229793668 - 0.7229793668 - -2.2655346394 - -2.2655346394 - 0.9420000315 - 0.9420000315 - 2.4357805252 - 2.4357805252 - 0.7957070470 - 0.7957070470 - 2.4442019463 - 2.4416997433 - 2.4442019463 - 2.4737601280 - 2.4737601280 - 2.4756233692 - -0.8858342767 - -0.8858342767 - -1.2490457296 - -1.2490457296 - 2.5015044212 - 2.4980914593 - 2.5015044212 - 0.7974457741 - 2.7104539871 - 2.7104539871 - -2.3745973110 - -2.3745973110 - 2.4851052761 - 2.4851052761 - -0.9928944111 - -0.9928944111 - 0.6350267529 - 0.6350267529 - 0.6797325611 - 0.6797325611 - 0.6350267529 - 0.6797325611 - -2.7314653397 - -2.7314653397 - -2.7118303776 - -2.7118303776 - -1.1902899742 - -1.1902899742 - 2.6877486706 - 2.6877486706 - -0.7853981853 - -0.7853981853 - -1.5490605831 - -1.5490605831 - 2.1972415447 - 2.1972415447 - -1.5816655159 - -2.3638279438 - -1.5405025482 - -1.5405025482 - -1.6520125866 - -1.6520125866 - 1.9490903616 - 1.9490903616 - -3.0172376633 - -3.0172376633 - -0.7977432013 - -0.7977432013 - -0.9189271927 - -0.9189271927 - -3.0890095234 - 3.1415927410 - -3.0890095234 - 1.3763161898 - 1.3763161898 - 0.3805063665 - 0.3805063665 - -0.2420716882 - -0.2420716882 - -2.1112158298 - -2.1112158298 - -0.9793573022 - -0.9793573022 - 0.7713145614 - 0.7713145614 - -0.5224034190 - -0.5224034190 - -1.2490457296 - -1.2490457296 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1045725346 - -1.9040405750 - -3.1045725346 - 3.1415927410 - -1.9040405750 - -3.1045725346 - 3.1415927410 - 2.3837103844 - 2.3837103844 - 0.9089486599 - 0.9089486599 - 0.9129077196 - 1.1284221411 - 2.2442386150 - 2.2442386150 - -3.1071236134 - -3.1071236134 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 2.9912211895 - 2.9912211895 - 1.3799651861 - 1.3799651861 - 2.3053908348 - 2.3053908348 - -2.0437028408 - -2.0437028408 - 1.1071487665 - 1.1071487665 - 0.1998286396 - 1.2085694075 - 1.2085694075 - 1.2120256424 - -0.0570807829 - -0.0570807829 - 1.2643117905 - 1.2643117905 - -2.3827369213 - -1.9710370302 - 2.2372615337 - 2.2372615337 - 2.0032041073 - 2.0032041073 - 1.6431336403 - 1.6431336403 - -1.3329603672 - -1.3083369732 - 2.5183932781 - 2.5252957344 - 2.5183932781 - 3.1071236134 - 3.1071236134 - 3.1071236134 - 3.0702850819 - 3.0727362633 - -2.2068717480 - -2.2068717480 - 0.6958181858 - 0.6958181858 - -2.6897788048 - -2.6897788048 - 3.0676536560 - 3.0676536560 - 3.0676536560 - 3.0676536560 - 3.0676536560 - 3.0676536560 - 3.0676536560 - 3.0676536560 - 3.0676536560 - 3.0676536560 - 0.4964227676 - 3.0676536560 - 0.4964227676 - 3.1045725346 - 2.5018229485 - 2.5018229485 - 0.1305660903 - 0.1305660903 - -0.7357153296 - -0.7357153296 - -1.6216000319 - -1.6216000319 - -1.6046816111 - -1.6046816111 - -1.6216000319 - -1.6046816111 - 3.1016139984 - 3.1016139984 - 3.0584514141 - 3.0584514141 - -2.2964365482 - -2.2964365482 - 0.6083250046 - 0.6083250046 - 3.0466408730 - 3.0466408730 - 1.2742505074 - 1.2742505074 - -0.1778752655 - -0.1778752655 - -1.0439916849 - -1.0439916849 - 3.0172376633 - 3.0172376633 - 3.0172376633 - 3.0066158772 - 3.0066158772 - 1.0284936428 - 1.0284936428 - -2.7017500401 - -2.7017500401 - -1.2387368679 - -1.2387368679 - 1.7574856281 - 1.7574856281 - -0.8219672441 - -0.8219672441 - -1.4141944647 - -1.4141944647 - 0.6409565806 - 0.6409565806 - 0.6534263492 - 0.6534263492 - 1.2977876663 - 1.2977876663 - 1.3078016043 - 0.7205541134 - 0.7205541134 - 0.7221913338 - -2.2565257549 - -2.2565257549 - -2.2565257549 - 2.4262549877 - 2.4262549877 - 2.4349784851 - 2.4329664707 - 2.4349784851 - 2.4329664707 - 2.4416997433 - 2.4393358231 - 2.4416997433 - 2.4442019463 - -1.8200484514 - -1.8200484514 - 2.6011731625 - 2.6011731625 - 2.4917221069 - 2.4887459278 - 2.4917221069 - 2.4980914593 - 2.4980914593 - 2.5015044212 - 2.5461828709 - 2.5461828709 - 2.5535900593 - 2.5461828709 - 2.1389009953 - 2.1416015625 - 2.1389009953 - -2.6046819687 - -2.6046819687 - 1.7026793957 - 1.7026793957 - -0.1816488355 - -0.1816488355 - -1.5816655159 - 2.1972415447 - -1.5816655159 - -2.3638279438 - -3.0791738033 - -3.0791738033 - -2.0809221268 - -2.0809221268 - 1.1263771057 - 1.1263771057 - -0.4439457357 - -0.4439457357 - -0.9944211245 - -0.9944211245 - -3.0890095234 - -3.0890095234 - 1.6633149385 - 1.6633149385 - 0.4437826872 - 1.0427218676 - 0.4437826872 - 1.5019398928 - 1.5019398928 - -2.3282687664 - -2.3282687664 - -3.0981416702 - -3.0981416702 - -2.7656316757 - -2.7656316757 - 0.5293962955 - 0.5293962955 - 0.9137213826 - 0.9137213826 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1045725346 - 3.1045725346 - 3.1415927410 - 3.1415927410 - 3.1045725346 - -1.9040405750 - -3.1045725346 - -3.1045725346 - 3.1415927410 - 3.1045725346 - -1.9040405750 - -3.1045725346 - 3.1415927410 - -1.7380502224 - -1.7380502224 - -0.6760099530 - -0.6760099530 - -0.6709578633 - -0.6709578633 - -2.3452060223 - -0.6760099530 - -0.6709578633 - -0.6629371047 - -0.6629371047 - 1.1545270681 - 1.1545270681 - 2.4727804661 - 2.4727804661 - -0.5450996757 - -0.7655332088 - -0.5450996757 - 0.7734939456 - 0.7734939456 - -2.4708411694 - 1.2120256424 - 1.2085694075 - 1.2120256424 - -2.7667520046 - -2.7667520046 - 1.1207225323 - -1.7026793957 - 1.1207225323 - 0.6921442747 - -2.0298357010 - -1.0164887905 - 1.8157750368 - 1.8157750368 - -3.1296885014 - 1.6421037912 - 1.6421037912 - 3.1093456745 - 3.1093456745 - 3.1082715988 - 3.0750246048 - 3.1082715988 - 3.1093456745 - 3.1082715988 - 3.0750246048 - 3.1093456745 - 3.1093456745 - 3.1093456745 - 0.7345944643 - 0.7345944643 - 0.7801626325 - 0.7801626325 - -1.1027628183 - -1.1027628183 - 3.1082715988 - 3.1082715988 - 3.1082715988 - -2.7255282402 - -2.7255282402 - -0.1221951693 - -0.1221951693 - 2.1112158298 - 2.1112158298 - 1.9124118090 - 1.9124118090 - -0.4453010559 - -0.4453010559 - 3.1071236134 - 3.0727362633 - 3.1071236134 - 3.0702850819 - 3.1071236134 - -1.0183774233 - -1.0183774233 - 3.1071236134 - 3.1071236134 - 3.1071236134 - 3.0727362633 - -2.3392469883 - -2.3392469883 - -1.2712643147 - -1.2712643147 - 2.6894388199 - 2.6894388199 - 0.2633976340 - 0.2633976340 - 3.0676536560 - 3.0676536560 - 0.4964227676 - 2.1587989330 - 2.1587989330 - 3.0584514141 - 3.0584514141 - 2.6616420746 - 2.6616420746 - -2.0214576721 - -2.0214576721 - -0.0103089130 - -0.0103089130 - 3.0419239998 - 3.0419239998 - 1.8086322546 - 1.8086322546 - 2.3373289108 - 2.3470203876 - 2.3376781940 - 2.3373289108 - -2.5924396515 - -2.5924396515 - 0.7039461136 - 0.7039461136 - -2.7886023521 - -2.7886023521 - 2.9441971779 - 2.9441971779 - -0.5880026221 - -0.5880026221 - -2.0874915123 - -2.0874915123 - -2.2248790264 - -2.2248790264 - 0.7140907049 - 0.7140907049 - 0.7959240675 - 0.7959240675 - -0.4002406597 - -0.4002406597 - 1.8610612154 - 1.8610612154 - -1.8965954781 - -2.7301363945 - -2.7301363945 - -0.8750448823 - -0.8750448823 - 0.7853981853 - 1.6461251974 - 0.7853981853 - 0.7428706288 - 0.7645678520 - 0.7428706288 - 0.7538297176 - 0.0000000000 - 1.6672700644 - 1.6672700644 - 2.5535900593 - 2.5535900593 - 1.3078016043 - 1.2977876663 - 1.3078016043 - -2.2142975330 - -2.2142975330 - 2.0792856216 - 2.0792856216 - 2.5247914791 - 0.7221913338 - 0.7205541134 - 0.7221913338 - -0.8276265860 - -0.8276265860 - 2.4329664707 - 2.4329664707 - 2.4349784851 - 2.4329664707 - 2.4349784851 - 2.4329664707 - 2.4905159473 - 2.4905159473 - -1.2803944349 - -1.2803944349 - 0.4545154572 - 0.4545154572 - 2.4887459278 - 2.4887459278 - 2.4917221069 - 0.5191460848 - 0.5191460848 - 2.5535900593 - 2.5461828709 - 2.5535900593 - 2.5461828709 - 2.6546933651 - 2.6546933651 - 2.1416015625 - 2.1416015625 - 2.1389009953 - -2.9441971779 - -2.9441971779 - 2.4526681900 - 2.4526681900 - -2.4194014072 - -2.4194014072 - -2.6620733738 - -2.6620733738 - 2.9782264233 - -2.2572817802 - 2.9782264233 - 2.9675474167 - 1.7975951433 - 1.7975951433 - 0.8224182725 - 0.8224182725 - -1.5475447178 - -1.5475447178 - -1.0714496374 - -1.0714496374 - 0.7917674780 - -1.3233424425 - -1.3233424425 - -3.0648207664 - -3.0648207664 - -0.6467584372 - -0.6467584372 - -2.3638279438 - 2.1972415447 - -1.5816655159 - -2.3638279438 - -1.7178746462 - -1.7178746462 - -3.0090410709 - -3.0090410709 - -2.8022999763 - -2.8022999763 - -2.4429328442 - -2.4429328442 - 2.3323893547 - 2.3323893547 - 0.1973955631 - 0.1973955631 - -0.6973907948 - -0.6973907948 - 2.2264919281 - 2.2264919281 - 0.7791089416 - 0.7791089416 - -0.6705215573 - -0.6705215573 - 2.1171562672 - 2.1171562672 - 2.7812347412 - 2.7812347412 - 0.9584742188 - -0.3248086572 - 0.9584742188 - 1.4876550436 - 1.4876550436 - -3.1058936119 - -3.1058936119 - 1.1284221411 - 0.9089486599 - 1.1284221411 - 2.1807131767 - 2.1807131767 - 2.3357892036 - 2.3357892036 - 0.7853981853 - 0.7853981853 - 0.0149242654 - 0.0149242654 - 0.0298418850 - -2.1272003651 - -2.1272003651 - 3.1415927410 - 3.1415927410 - 3.1415927410 - -2.9441971779 - -2.9441971779 - -1.8370484114 - -1.8370484114 - 2.6422460079 - 2.6422460079 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 0.1998286396 - 1.1071487665 - 0.1998286396 - -2.4708411694 - 0.7734939456 - -2.4708411694 - -1.3499675989 - -1.3499675989 - -0.7565044761 - -0.7565044761 - 1.7424243689 - 1.7424243689 - 1.7402093410 - 0.8850668073 - 0.8850668073 - -1.0838971138 - 3.0750246048 - 3.1093456745 - 3.1082715988 - 3.0750246048 - 0.8749781251 - 0.8749781251 - 3.1415927410 - 3.1415927410 - 1.7126933336 - 1.7126933336 - 3.0727362633 - 3.1071236134 - 3.1071236134 - 3.0727362633 - 1.5707963705 - 1.5707963705 - 0.8169665933 - 0.8169665933 - -1.6814535856 - -1.6814535856 - -2.2634382248 - -2.2634382248 - -0.7285489440 - -0.7285489440 - 2.9060475826 - 2.9060475826 - 1.9034160376 - 1.9034160376 - 0.0964737758 - 1.0503379107 - 0.0964737758 - 2.2119050026 - 2.2119050026 - 1.2924966812 - 1.2924966812 - 3.0617625713 - 3.0617625713 - -2.6497833729 - -2.6497833729 - -2.9952774048 - 2.8450467587 - 2.8450467587 - -0.5317240953 - -0.5317240953 - -1.7442920208 - 0.2069921941 - -1.7442920208 - -1.0656977892 - 0.6893094182 - 0.6893094182 - 2.8689827919 - 2.8689827919 - -1.0714496374 - -2.3336420059 - -2.3336420059 - 2.8689827919 - -2.3336420059 - -0.6393858790 - 3.0466408730 - 3.0466408730 - -1.7506498098 - -3.0639710426 - -1.7506498098 - 3.0367157459 - 3.0367157459 - -0.8534746170 - -0.8534746170 - 2.3470203876 - 2.3470203876 - 2.3376781940 - 2.3373289108 - 2.3376781940 - 2.3470203876 - 2.3376781940 - 2.3373289108 - 2.9669203758 - 2.9669203758 - 1.4483352900 - 1.4483352900 - -2.7201733589 - -2.7201733589 - 2.9849908352 - 2.9849908352 - 0.6327488422 - 0.6327488422 - 0.4729065895 - 0.6934595108 - 0.4729065895 - 0.8192834854 - -1.5943213701 - 0.8192834854 - 2.6037571430 - 2.6037571430 - -0.2945463955 - -0.2945463955 - 0.0302937608 - 0.0302937608 - -1.8965954781 - 1.8610612154 - -1.8965954781 - 0.1483278275 - 0.1483278275 - 0.7538297176 - 0.7645678520 - 0.7428706288 - 0.7538297176 - 0.0000000000 - -1.2315037251 - -1.2315037251 - -0.7392770648 - -0.7392770648 - 0.4915288389 - 0.4915288389 - 0.8062284589 - 0.8062284589 - 0.8261918426 - 0.6534263492 - 0.6409565806 - 0.6534263492 - 0.6534263492 - -2.5386099815 - -2.5386099815 - 2.7195875645 - 2.7195875645 - -1.0121970177 - -1.0121970177 - 0.3283294141 - 0.3283294141 - 2.2206668854 - 2.2206668854 - 2.5535900593 - 2.5535900593 - 2.5672879219 - 2.5672879219 - 1.8804992437 - 1.8804992437 - 1.7975951433 - 1.7975951433 - 2.5461828709 - 2.5461828709 - 2.5535900593 - 2.5461828709 - -1.9212929010 - -1.9212929010 - -0.7853981853 - -0.7853981853 - -2.9441971779 - -2.9441971779 - 2.9675474167 - 2.9782264233 - 2.9675474167 - -3.0828368664 - -3.0828368664 - 0.7509290576 - 0.7509290576 - 2.5959374905 - 2.5959374905 - 0.3416154981 - 0.3416154981 - -0.8574382067 - -0.8574382067 - -1.0714496374 - -1.0714496374 - -2.5410516262 - -2.5410516262 - 1.4424730539 - 1.4424730539 - 0.5170319676 - 0.5170319676 - -2.1240906715 - -2.1240906715 - 1.2490457296 - 1.2490457296 - -2.6824495792 - -2.6824495792 - 3.1071236134 - 3.1071236134 - 1.9055331945 - 1.9055331945 - -0.7022569180 - -0.7022569180 - 0.0298418850 - 0.0149242654 - 0.0298418850 - 0.0793783143 - -2.8270883560 - 0.0793783143 - -2.5223503113 - -2.5223503113 - -0.7655332088 - -0.7655332088 - -0.5450996757 - 0.3537031412 - 0.3537031412 - 0.5247957706 - 0.5247957706 - -2.7610862255 - -2.7610862255 - -2.3827369213 - 1.2643117905 - -2.3827369213 - 1.7529646158 - 1.7529646158 - -2.3827369213 - 1.7529646158 - -1.7026793957 - -1.7026793957 - 1.1207225323 - -2.0298357010 - -1.0164887905 - -2.0298357010 - -1.7026793957 - 1.1207225323 - -2.0298357010 - -1.0164887905 - 1.7402093410 - 1.7424243689 - 1.7402093410 - -1.0838971138 - 0.8850668073 - -1.0838971138 - -1.4170887470 - -1.4170887470 - 0.3612037599 - 0.3612037599 - 0.9428150654 - 0.9428150654 - -0.4783524275 - -0.4783524275 - 3.1093456745 - 3.1093456745 - 3.1093456745 - 2.7004132271 - 2.7004132271 - 1.0452125072 - 1.0452125072 - 1.0303767920 - 1.0303767920 - 1.0452125072 - 1.0303767920 - -0.7492693067 - -0.7492693067 - 1.9117752314 - 1.9117752314 - 3.0702850819 - 3.1071236134 - 3.0702850819 - 3.0727362633 - 3.1071236134 - 3.0727362633 - 3.1071236134 - 3.0702850819 - 3.0727362633 - 3.0750246048 - 3.1071236134 - 0.6202495098 - 0.6202495098 - 2.0968627930 - 2.0968627930 - 3.0676536560 - 3.1045725346 - 3.0676536560 - 3.0676536560 - 3.0676536560 - 3.1058936119 - 3.1045725346 - 0.4964227676 - 3.1045725346 - -1.9117752314 - -1.9117752314 - 1.0503379107 - 1.0503379107 - 0.0964737758 - 2.6571147442 - 2.6571147442 - -2.2589411736 - -2.2589411736 - -2.9952774048 - -2.6497833729 - -2.9952774048 - 3.0584514141 - 3.0584514141 - 3.0584514141 - 3.0548543930 - 3.0548543930 - -2.2505288124 - -2.2505288124 - -2.8817782402 - -2.8817782402 - -2.8785979748 - -2.8785979748 - -2.5755376816 - -2.5755376816 - -1.0714496374 - 2.8689827919 - -1.0714496374 - 3.0509328842 - 3.0509328842 - 2.1823933125 - 2.1823933125 - 2.1763410568 - -1.4711276293 - -1.4711276293 - -1.2167989016 - -1.2167989016 - 1.8409495354 - 1.8409495354 - -2.8318896294 - -2.8318896294 - -0.7022569180 - -1.7612314224 - -0.7022569180 - 2.9764440060 - 2.9764440060 - 2.1515526772 - 2.1515526772 - -1.1117569208 - -1.1117569208 - 1.1760052443 - 1.1760052443 - -1.0838971138 - -1.0838971138 - -1.6102495193 - -1.6102495193 - 0.0000000000 - 2.0414369106 - 0.7428706288 - 0.7538297176 - 0.0000000000 - -1.0303767920 - -1.0303767920 - 2.6779451370 - 2.6779451370 - -0.8491414785 - -0.8491414785 - 1.0191413164 - 1.0191413164 - 0.6534263492 - 0.6409565806 - 0.6534263492 - 0.6534263492 - -2.9392709732 - -2.9392709732 - 2.0344438553 - 2.0344438553 - 0.9380474687 - 0.9380474687 - -0.9505468607 - -0.9551764131 - -0.9505468607 - 2.4468543530 - 2.4468543530 - 2.5535900593 - 2.5535900593 - 1.2902594805 - 1.2902594805 - -0.9774461985 - -0.9774461985 - -2.5234484673 - -2.5234484673 - -0.5383744836 - -0.5383744836 - -2.6344940662 - -2.6344940662 - 0.7917674780 - -1.0714496374 - 0.7917674780 - -2.9816794395 - -2.9816794395 - 2.5372872353 - 2.5372872353 - -2.9996955395 - -2.9996955395 - 3.0922501087 - 3.0922501087 - -1.2490457296 - -1.2490457296 - 2.5415425301 - 2.5415425301 - 2.6011731625 - 2.6011731625 - 0.0000000000 - 0.0000000000 - 1.5811052322 - 1.5811052322 - -2.4723360538 - -2.4723360538 - -3.1016139984 - -3.1016139984 - -3.1031501293 - -3.1031501293 - 1.0636978149 - 1.0636978149 - -0.8771642447 - -0.8771642447 - 2.0623252392 - 2.0623252392 - 2.9739501476 - 2.9739501476 - 2.4304380417 - 2.4304380417 - 3.1415927410 - 3.1415927410 - -2.3452060223 - -2.3452060223 - -0.6709578633 - 3.1415927410 - 3.1415927410 - -2.6535596848 - -2.6535596848 - -1.1071487665 - -1.1071487665 - 1.0062268972 - 1.0062268972 - -2.8543112278 - -2.8543112278 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 0.8470483422 - 0.8470483422 - -0.7055681944 - 0.0142847430 - -0.7055681944 - -2.6578135490 - -2.6578135490 - 0.8813984394 - 0.8813984394 - -0.5693131685 - -0.5693131685 - 0.9675664902 - 0.9675664902 - -1.0164887905 - -1.7026793957 - 1.1207225323 - -2.0298357010 - -1.0164887905 - -3.1296885014 - 1.8157750368 - -3.1296885014 - 2.4235084057 - 2.4235084057 - 3.1082715988 - 3.1082715988 - 3.1082715988 - 3.0750246048 - 3.1082715988 - 1.6052653790 - 0.9122304320 - 0.9122304320 - 1.6052653790 - 3.1082715988 - 3.0750246048 - 3.1082715988 - 1.6052653790 - 3.1415927410 - 0.0817843825 - 0.0817843825 - 0.1124271303 - -1.9347752333 - -1.9347752333 - 3.1071236134 - 3.1071236134 - 3.1082715988 - 3.1082715988 - 3.1071236134 - 3.1082715988 - 3.1082715988 - 3.1082715988 - 3.1082715988 - 3.1082715988 - 0.2525542676 - 0.2525542676 - -2.7977869511 - -2.7977869511 - 2.6208641529 - 2.6208641529 - 3.1071236134 - 3.1071236134 - 3.1071236134 - 3.0727362633 - -0.1243549958 - -0.1243549958 - -2.1462209225 - -2.1462209225 - 0.3838176131 - 0.3838176131 - 0.3772490621 - 0.3772490621 - 0.3838176131 - 0.3772490621 - 3.0702850819 - 3.0702850819 - 3.1058936119 - 3.0676536560 - 3.1058936119 - 3.1058936119 - 3.0648207664 - 3.0676536560 - 3.0648207664 - 3.0648207664 - 3.0648207664 - 3.1031501293 - 3.0648207664 - 3.1031501293 - 3.0648207664 - 3.1031501293 - 3.0648207664 - -0.8462983966 - -0.6044716835 - -0.8462983966 - -2.3624837399 - -2.2367656231 - -2.2367656231 - -2.9229238033 - -2.9229238033 - 3.0509328842 - 3.0509328842 - 0.2069921941 - 0.2069921941 - -1.7442920208 - 3.0509328842 - 3.0509328842 - -1.0656977892 - -1.7442920208 - -1.0656977892 - 2.7017500401 - -1.7040231228 - 0.3805063665 - 0.3805063665 - -3.0639710426 - -1.7324177027 - -3.0639710426 - -1.7506498098 - -2.5632672310 - -2.5632672310 - 1.4920123816 - 1.4920123816 - 0.9878827333 - 0.9878827333 - 3.0466408730 - 2.9996955395 - 3.0466408730 - -0.7199181318 - -0.7199181318 - 2.1763410568 - 2.1823933125 - 2.1763410568 - 0.0399786867 - 0.0399786867 - 0.2662520409 - 0.2662520409 - -1.7794780731 - -1.7794780731 - -1.7612314224 - -1.7612314224 - -0.7022569180 - -0.7853981853 - -0.7853981853 - -0.6588060260 - -0.6588060260 - -0.7853981853 - -0.6588060260 - -0.5333021879 - -0.5333021879 - -0.9075933099 - -0.9075933099 - 2.6620733738 - 2.6620733738 - 2.6579477787 - 2.6500637531 - 2.6579477787 - 2.6620733738 - 2.6579477787 - 2.6500637531 - -0.9994588494 - -0.9994588494 - -0.0855052918 - -0.0855052918 - -1.6879050732 - -1.6879050732 - -0.1304033101 - -0.1304033101 - 0.9420000315 - 0.9420000315 - 0.8261918426 - 0.8062284589 - 0.8261918426 - 1.5175135136 - 1.5175135136 - 1.5182132721 - 1.5051015615 - -2.2565257549 - -2.2565257549 - 0.7437555790 - 0.7437555790 - -0.9551764131 - -0.9600703716 - -0.9551764131 - -0.9505468607 - 2.5393052101 - 2.5393052101 - 2.7149651051 - 2.7149651051 - 2.5415425301 - 2.5415425301 - -0.9232052565 - -0.9232052565 - 2.3774678707 - 2.3774678707 - -2.5722794533 - -2.5722794533 - -2.5636906624 - -2.5636906624 - -0.6989092827 - -0.6989092827 - -0.9002747536 - -0.9002747536 - -3.0359270573 - -3.0359270573 - 2.6071972847 - 2.6071972847 - 0.3657473028 - 0.3657473028 - -2.8661665916 - -2.8661665916 - 0.7949216962 - 0.7949216962 - 2.7213959694 - 2.7213959694 - 2.7680954933 - 2.7680954933 - -2.4756233692 - -2.4756233692 - 0.0000000000 - 0.0000000000 - 2.7367007732 - 2.7367007732 - -1.1441688538 - -1.1441688538 - -0.1297025383 - -0.1297025383 - 0.2355449796 - 0.2355449796 - -0.3248086572 - -0.3248086572 - 0.9584742188 - 0.7615931630 - 0.7615931630 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 2.4139814377 - 2.4139814377 - -2.8037145138 - -2.8037145138 - 2.4914581776 - 2.4914581776 - 1.2120256424 - 1.2120256424 - 2.7413520813 - 2.7413520813 - 0.7291195989 - 0.7291195989 - -2.8270883560 - -2.8270883560 - 0.0793783143 - 0.3152146935 - 0.3152146935 - -1.3597029448 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1082715988 - 0.0142847430 - 0.0142847430 - -0.7055681944 - 0.0554985069 - 0.0554985069 - 0.0540014990 - 0.0540014990 - 0.2090229392 - 0.2090229392 - 2.8864102364 - 2.8864102364 - 3.1082715988 - 3.1415927410 - 3.1082715988 - 3.1082715988 - 3.1415927410 - 2.0732176304 - 2.0732176304 - 3.1093456745 - 3.1093456745 - 3.1082715988 - 0.6724784970 - 0.6724784970 - 0.6298033595 - 0.6298033595 - -2.7091848850 - -2.7091848850 - 0.6498704553 - 0.6498704553 - 3.1082715988 - 3.1082715988 - 3.1093456745 - -2.7158415318 - -2.7158415318 - 3.1082715988 - 3.1082715988 - -2.5899376869 - -2.5899376869 - 3.0750246048 - 3.1082715988 - 3.0750246048 - 3.1082715988 - 1.6052653790 - 1.6082787514 - 1.6082787514 - -2.5180318356 - -2.5180318356 - 0.1124271303 - 0.0817843825 - 0.1124271303 - 3.0750246048 - 3.0727362633 - 3.0750246048 - 3.1071236134 - 3.1071236134 - 3.1071236134 - -1.0327521563 - -1.0327521563 - -1.0327521563 - -1.9341894388 - -1.9341894388 - 3.1045725346 - 3.0702850819 - 3.1045725346 - 3.0676536560 - 3.1058936119 - 3.0676536560 - 3.1058936119 - 3.1058936119 - -1.2422431707 - -1.2422431707 - 3.0648207664 - 3.0648207664 - 3.1031501293 - 3.0648207664 - 1.3191063404 - 1.3191063404 - -2.3624837399 - -0.8462983966 - -2.3624837399 - 0.6598484516 - 0.6598484516 - 3.0584514141 - 3.0584514141 - -0.8960554004 - -0.8960554004 - -2.9569082260 - -2.9569082260 - 2.8694467545 - 1.8081705570 - 1.8081705570 - 1.4519560337 - 1.4519560337 - 0.6114175320 - 0.6114175320 - 2.5127964020 - 2.5127964020 - 0.0263097174 - 0.0263097174 - -1.6539375782 - -1.6539375782 - -1.0636978149 - -1.0636978149 - -3.0090410709 - -3.0090410709 - -2.8295505047 - -2.8295505047 - -0.3906070292 - -0.3906070292 - 2.6500637531 - 2.6620733738 - 2.6579477787 - 2.6500637531 - -0.3514447808 - -0.3514447808 - -2.9441971779 - -2.9441971779 - 0.7378150821 - 0.7378150821 - 2.0414369106 - 2.0414369106 - 0.0000000000 - 0.9342880845 - 0.9342880845 - 1.5182132721 - 1.5175135136 - 1.5182132721 - 1.5051015615 - 1.5051015615 - 1.5175135136 - 1.5182132721 - 1.5051015615 - 0.9600703716 - 0.9600703716 - 2.4227626324 - 2.4227626324 - 2.3884413242 - -2.3162157536 - -2.3162157536 - -0.9600703716 - -0.9600703716 - -0.9551764131 - 2.5161075592 - 2.5161075592 - 2.4805495739 - -0.9670469761 - -0.9670469761 - 2.6779451370 - 2.6779451370 - -0.0356991142 - 0.0000000000 - -0.0356991142 - 2.5308666229 - 2.5308666229 - 3.0819618702 - 3.0819618702 - 2.4831671715 - 2.4831671715 - -2.7285928726 - 1.5304142237 - -2.7285928726 - 0.5732544065 - 0.5732544065 - 0.5939726830 - 0.5939726830 - -2.3680987358 - -2.3680987358 - -0.7295556664 - -0.7295556664 - -2.5610711575 - -2.5610711575 - -0.7295556664 - -2.5610711575 - -0.9495518208 - -0.9495518208 - -0.6202495098 - -0.6202495098 - -1.8817945719 - -1.8817945719 - 2.5712094307 - 2.5712094307 - 2.3223092556 - 2.3223092556 - 0.0759406388 - 0.0759406388 - 1.3711124659 - 1.3711124659 - -0.6146629453 - -0.6146629453 - -0.5743048191 - -3.0940096378 - 2.6206829548 - 2.6206829548 - -3.0940096378 - -0.6146629453 - -0.5743048191 - -3.0940096378 - -3.0961694717 - -3.0961694717 - -3.0961694717 - -0.2825549543 - -0.2825549543 - -1.4288992882 - -1.4288992882 - -0.2825549543 - -1.4288992882 - -1.5263811350 - -1.5263811350 - 2.9744908810 - 2.9744908810 - 0.6276293993 - 0.6276293993 - 2.7678658962 - 2.7678658962 - -0.5386241674 - -0.5386241674 - 2.3561944962 - 2.3561944962 - 0.1853479445 - 0.1853479445 - 3.0055952072 - 3.0055952072 - 2.9064416885 - 1.6113146544 - 1.6113146544 - 1.4792164564 - 1.4792164564 - -1.3532421589 - -1.3532421589 - -2.2848870754 - -2.2848870754 - 2.1293957233 - 2.1293957233 - -1.0606706142 - -1.0606706142 - 2.1293957233 - -1.0606706142 - 1.8490959406 - 1.8490959406 - -0.0161276329 - -0.0161276329 - 1.2288465500 - 1.2309755087 - 1.2309755087 - -1.3889205456 - -1.3889205456 - 0.7321940064 - 0.7321940064 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 1.9956284761 - 1.9956284761 - 2.9304993153 - 2.9304993153 - -1.3597029448 - 0.3152146935 - -1.3597029448 - 3.1082715988 - 3.1415927410 - 3.1093456745 - 3.1082715988 - 2.7828218937 - 2.7828218937 - 1.8490959406 - 1.8490959406 - 2.6422460079 - 0.0475831032 - 0.0475831032 - 2.3561944962 - 2.3561944962 - 3.1093456745 - 3.1082715988 - 3.1093456745 - 0.1845427901 - 0.1845427901 - 3.1082715988 - 3.1082715988 - 3.0750246048 - 3.1082715988 - 1.6052653790 - 3.1415927410 - 3.1082715988 - -1.1319370270 - -1.1319370270 - 2.3480646610 - -1.6826865673 - 2.3480646610 - -2.0131704807 - -2.0131704807 - -0.5977584124 - -0.5977584124 - 3.1071236134 - 3.0702850819 - 3.1071236134 - 3.0727362633 - 3.0750246048 - 3.1071236134 - -1.0327521563 - -1.0327521563 - -1.0327521563 - -1.7470309734 - -1.7470309734 - -1.6688416004 - -1.6688416004 - -1.0996301174 - -1.2449972630 - -1.2449972630 - -2.4262549877 - 2.8300459385 - 2.8300459385 - 3.0676536560 - 3.0676536560 - 3.0676536560 - 3.0648207664 - -0.4048917890 - -0.4048917890 - 0.7733505368 - 0.7733505368 - 2.5770232677 - 2.5770232677 - 3.0617625713 - 3.0617625713 - -0.3281199038 - -0.3281199038 - 3.0584514141 - 3.0584514141 - 3.0584514141 - 1.1430613995 - 1.1430613995 - -2.8022999763 - -2.8022999763 - -1.7040231228 - -1.0656977892 - -1.7040231228 - 0.3058788776 - 0.3058788776 - -1.7324177027 - -1.7324177027 - -3.0639710426 - -1.3808079958 - -1.3808079958 - 2.9996955395 - 2.9996955395 - 3.0466408730 - -1.2793395519 - -1.2793395519 - -2.2759077549 - -2.2759077549 - -2.0160973072 - -2.0160973072 - 2.3695271015 - -1.0990188122 - 2.3695271015 - -0.3058788776 - -0.3058788776 - -3.0419239998 - -3.0419239998 - -1.1071487665 - -1.1071487665 - -2.6504290104 - -2.6504290104 - 2.4980914593 - 2.4980914593 - 3.0295636654 - 3.0295636654 - -0.7680588365 - -0.7680588365 - 0.5036262870 - 0.5036262870 - 0.2984989285 - 0.2984989285 - -1.4866580963 - 0.4955516756 - -1.4866580963 - -3.1209769249 - -3.1209769249 - -3.1207623482 - -3.1207623482 - -3.1209769249 - -3.1207623482 - 0.2449786663 - 0.2449786663 - -3.0520887375 - -3.0520887375 - 1.5350972414 - 1.5350972414 - -0.0512371659 - -0.0512371659 - -0.1082705930 - -0.1082705930 - -0.5471534133 - -0.5471534133 - -1.2151604891 - -1.2151604891 - 2.3884413242 - 2.4227626324 - 2.3884413242 - 0.9420000315 - 0.9420000315 - 0.8850668073 - 0.8850668073 - 0.8850668073 - 0.3827435076 - 0.3827435076 - 2.4805495739 - 2.4805495739 - 2.5702552795 - 2.5702552795 - 2.4805495739 - 2.5161075592 - 2.4805495739 - 2.6476511955 - 2.6476511955 - 0.0000000000 - 0.0000000000 - -0.0356991142 - 2.5213432312 - 2.5213432312 - 2.4578833580 - 2.4578833580 - 1.5304142237 - 1.5304142237 - -2.7285928726 - -2.4037775993 - -2.4037775993 - -2.8335399628 - -2.8335399628 - -1.5350972414 - -1.5350972414 - -1.9222410917 - -1.9222410917 - -1.9074711800 - -1.9074711800 - -1.9222410917 - -1.9074711800 - -2.4913651943 - -2.4913651943 - 3.1177875996 - 3.1177875996 - -1.3063079119 - -1.3063079119 - -1.3055891991 - -1.3055891991 - -3.0750246048 - -3.0750246048 - -3.0172376633 - -3.0172376633 - -3.0172376633 - -3.0172376633 - -3.0172376633 - -3.0172376633 - -0.5743048191 - -0.6146629453 - -0.5743048191 - -3.0940096378 - -3.0981416702 - -3.0981416702 - 0.6000502110 - 0.6000502110 - 0.5939726830 - 0.5939726830 - 0.6000502110 - 0.5939726830 - 2.8286914825 - 2.8286914825 - -1.9389270544 - -1.9389270544 - 1.9549657106 - 1.9549657106 - -3.1045725346 - -3.1058936119 - -3.1045725346 - -2.7550864220 - -2.7550864220 - 2.6497833729 - 2.6497833729 - 2.4374108315 - 2.4374108315 - 1.2288465500 - -0.0161276329 - 1.2288465500 - -2.0165085793 - -2.0165085793 - 3.1415927410 - 3.1415927410 - -1.0121970177 - -1.0121970177 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.0090410709 - 3.0090410709 - -0.6734422445 - -0.6734422445 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 0.2213144451 - 0.2213144451 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1082715988 - -1.4711276293 - 2.8198421001 - 2.8198421001 - -2.3435368538 - -2.3435368538 - -0.5779019594 - -0.5779019594 - 0.9310265183 - 0.9272952080 - 0.9310265183 - -0.5779019594 - 0.9310265183 - 0.9272952080 - -0.8481727242 - -0.8481727242 - 1.6814535856 - 1.6814535856 - 3.1082715988 - 3.1415927410 - 3.1082715988 - 3.1082715988 - 3.1415927410 - 3.1093456745 - 2.6422460079 - 1.8490959406 - 2.6422460079 - 0.0204053298 - -0.7641247511 - -0.7641247511 - 0.0204053298 - 2.6422460079 - 0.0204053298 - 3.1082715988 - 3.1093456745 - 3.1082715988 - -2.4149503708 - -2.4149503708 - 3.1093456745 - 3.1103527546 - 3.1093456745 - 3.1082715988 - 3.1093456745 - 3.1093456745 - 3.1093456745 - 2.3939125538 - 2.3939125538 - -2.4250509739 - -2.4250509739 - 2.8646838665 - 2.8646838665 - 3.1415927410 - 3.1082715988 - 1.6052653790 - 3.1415927410 - 3.1082715988 - 2.7091848850 - 2.7091848850 - 3.1071236134 - 3.1071236134 - 3.0750246048 - 3.1071236134 - 3.1071236134 - 3.1071236134 - 3.1071236134 - 3.0750246048 - 3.1071236134 - 3.1071236134 - 3.1071236134 - 3.1071236134 - 0.6350267529 - 0.6350267529 - 3.1071236134 - 3.1071236134 - 3.1058936119 - 3.1058936119 - 2.9584817886 - -2.4262549877 - -1.2449972630 - -2.4262549877 - -1.2490457296 - -1.2490457296 - -0.6044716835 - -0.6044716835 - -0.8462983966 - 2.2169151306 - 2.2169151306 - 1.0303767920 - 1.0303767920 - 2.3561944962 - 2.3561944962 - -0.7522976995 - -0.7522976995 - -2.3036115170 - -2.3036115170 - 2.7017500401 - -1.0656977892 - 2.7017500401 - -2.7187387943 - -2.7187387943 - -3.1108331680 - -3.1108331680 - -2.4795322418 - -2.4795322418 - -1.1341692209 - -1.1341692209 - -2.5496218204 - -2.5496218204 - 2.8802666664 - 2.8802666664 - 2.8694467545 - 1.6233793497 - 1.6233793497 - -0.5349550843 - -0.5349550843 - -1.7126933336 - -1.7019079924 - -0.8447877169 - -0.8447877169 - 2.5252957344 - 2.5252957344 - -1.0990188122 - -1.0990188122 - -1.0829598904 - 2.3695271015 - -1.0829598904 - -1.0990188122 - -1.0829598904 - -2.5375142097 - -2.5375142097 - -1.0487047434 - -2.3321990967 - -1.0487047434 - -2.5375142097 - -1.0487047434 - -2.5308666229 - -2.5308666229 - 0.3487710059 - 0.3487710059 - 2.6913671494 - 2.6913671494 - -0.9530405998 - -0.9530405998 - 2.8501358032 - 2.8501358032 - 2.8198421001 - 2.8198421001 - -1.1525720358 - -1.1525720358 - 0.3399303555 - 0.3399303555 - 0.7853981853 - 0.7853981853 - 0.7990959287 - -0.5991753340 - -0.5991753340 - 0.4955516756 - 0.4955516756 - -1.4866580963 - -1.3378170729 - -1.3378170729 - 0.0350733288 - 0.0350733288 - -0.7657928467 - -0.7657928467 - -0.7469555736 - -0.7469555736 - -0.7657928467 - -0.7469555736 - 1.0096329451 - 1.0096329451 - -2.2950463295 - -2.2950463295 - 2.3939125538 - 2.3939125538 - -0.7604033947 - 0.0725994557 - -0.7604033947 - -2.6992185116 - -2.6992185116 - -1.0489619970 - -1.0489619970 - -1.9074711800 - -1.9074711800 - 1.0714496374 - 1.0714496374 - -2.8279719353 - -2.8279719353 - 0.9272952080 - 0.9272952080 - 2.4329664707 - 2.4329664707 - 2.6224465370 - 2.6224465370 - -2.4790296555 - -2.4790296555 - 0.5939726830 - 0.5732544065 - 0.5939726830 - 0.5939726830 - -1.5388922691 - 0.5939726830 - -1.5388922691 - 0.9932371974 - 0.9932371974 - 2.3406517506 - 2.3406517506 - 2.3462939262 - 2.3462939262 - -2.9229238033 - -2.9229238033 - -3.0124454498 - -3.0124454498 - 0.5833730102 - 0.5833730102 - 0.5833730102 - 0.5833730102 - 0.5833730102 - 0.5833730102 - 1.3838170767 - 1.3838170767 - 2.4814610481 - 2.4814610481 - -3.0367157459 - -3.0367157459 - -3.0367157459 - 2.9275319576 - 2.9275319576 - -2.6607053280 - -2.6607053280 - -3.0961694717 - -3.0961694717 - -3.0961694717 - 1.7960730791 - 1.7960730791 - -0.9235846400 - -0.9235846400 - 3.1415927410 - 3.1415927410 - 3.0309355259 - 3.0309355259 - -2.8387076855 - -2.8387076855 - -2.7367007732 - 0.5191460848 - -2.7367007732 - -2.1199493408 - -2.1199493408 - 2.3620424271 - 2.3620424271 - 0.7691833973 - 0.7691833973 - 2.3276307583 - 2.3276307583 - 3.1415927410 - 3.1415927410 - 3.1415927410 - -1.5707963705 - 3.1415927410 - 3.1415927410 - 3.1082715988 - 3.1415927410 - 3.1415927410 - 3.1082715988 - -1.4711276293 - -1.4711276293 - 3.1415927410 - 3.1415927410 - 3.1082715988 - -1.4711276293 - 1.1401038170 - 1.1401038170 - 0.5070984960 - 0.5070984960 - -2.4112567902 - 3.1415927410 - 3.1415927410 - 3.1093456745 - 3.1082715988 - 2.9357585907 - 2.9357585907 - 0.9272952080 - -0.5779019594 - 0.9310265183 - 0.9272952080 - 3.1415927410 - 3.1415927410 - 3.1082715988 - 3.1082715988 - 3.1415927410 - 3.1082715988 - 3.1082715988 - 3.1415927410 - 3.1093456745 - 0.5734405518 - 0.5734405518 - -2.2126793861 - -2.2126793861 - 3.1103527546 - 3.1093456745 - 3.1103527546 - 3.1093456745 - 3.1093456745 - 3.1093456745 - 3.1103527546 - 3.1093456745 - 3.1082715988 - 3.1093456745 - 3.1082715988 - 3.1093456745 - 3.1082715988 - 3.1093456745 - 3.1082715988 - 3.1082715988 - 3.1415927410 - 3.1082715988 - -1.6826865673 - -1.6826865673 - 2.3480646610 - 2.6698150635 - 2.6698150635 - -0.0906598866 - -0.0906598866 - 2.6011731625 - 2.6011731625 - 3.0702850819 - 3.0702850819 - 3.1045725346 - -0.0340777114 - -0.0340777114 - 0.2691674829 - 2.0812847614 - 2.0812847614 - 3.0118901730 - 3.0118901730 - 2.8694467545 - -2.9569082260 - 2.8802666664 - 2.8694467545 - -2.3561944962 - -2.3561944962 - 0.7617805004 - 0.7617805004 - 0.1460122615 - 0.1460122615 - -1.8076450825 - -1.8076450825 - -2.3321990967 - -2.5375142097 - -2.3321990967 - 0.2110933363 - 0.2110933363 - -2.6971733570 - -2.6971733570 - 0.1973955631 - 0.1973955631 - 0.0491407327 - 0.0491407327 - 0.0654800236 - 0.0483493879 - 0.0483493879 - 0.0491407327 - 0.0654800236 - 0.0483493879 - -1.7004988194 - -1.7004988194 - -0.6857295036 - -0.6857295036 - -1.8766752481 - -1.8766752481 - 0.7266423702 - 0.7266423702 - 0.6747409701 - 0.6747409701 - 1.0768549442 - 1.0768549442 - 2.0187385082 - -2.8501358032 - 2.0187385082 - 0.8850668073 - 0.8850668073 - 0.8850668073 - 2.2222495079 - 2.2318394184 - 2.2222495079 - 2.6779451370 - 2.6779451370 - -3.1257209778 - -3.1257209778 - 2.6011731625 - 2.6011731625 - 0.6840516329 - 0.6840516329 - 0.4591431320 - 0.4816636741 - 0.4591431320 - 2.8753407001 - 2.8753407001 - -1.0752446651 - -1.0752446651 - -1.2490457296 - -1.2490457296 - 0.5939726830 - 0.5732544065 - 0.5939726830 - 0.5939726830 - -1.5388922691 - -0.2504431009 - -0.2504431009 - -2.9441971779 - -2.9441971779 - -2.9441971779 - -2.9441971779 - -2.9617390633 - -2.9617390633 - -2.9617390633 - -2.0122253895 - -2.0122253895 - 1.3986054659 - 1.3986054659 - -2.9764440060 - -2.9764440060 - 3.0090410709 - 3.0090410709 - 2.4980914593 - 2.4980914593 - -3.0750246048 - -3.0750246048 - -3.0244839191 - -3.0244839191 - -0.2880554497 - -0.2880554497 - -0.2165503055 - -1.1760052443 - -0.2165503055 - -1.1220729351 - -1.1220729351 - -0.7229793668 - -0.7229793668 - -1.0563449860 - -1.0563449860 - -3.0676536560 - -3.0676536560 - 2.9064416885 - 3.0055952072 - 2.9064416885 - -3.0702850819 - 3.1415927410 - -3.0702850819 - 2.2097103596 - 2.2097103596 - 2.3770248890 - 2.3770248890 - 1.9941071272 - 1.9941071272 - 0.5191460848 - 0.5191460848 - -2.7367007732 - 2.0074234009 - 2.0074234009 - 2.5186836720 - 2.5186836720 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - -0.9483246207 - -0.9483246207 - -2.2794225216 - -2.2794225216 - 2.0200564861 - 2.0200564861 - 3.1093456745 - 3.1415927410 - 3.1093456745 - 3.1082715988 - 3.1415927410 - 1.1974200010 - 1.1974200010 - -2.7686049938 - -2.7686049938 - -2.7560987473 - -2.7560987473 - -2.7686049938 - -2.7560987473 - -1.7599953413 - -1.7599953413 - 0.2798171043 - 0.2798171043 - 3.1093456745 - 3.1093456745 - 3.1103527546 - -2.7610862255 - -2.7610862255 - 3.1071236134 - 3.1071236134 - 3.1082715988 - 3.1082715988 - 3.1082715988 - 3.1082715988 - 3.1071236134 - 3.1082715988 - 3.1082715988 - 3.1082715988 - 3.1071236134 - 3.1071236134 - 3.1071236134 - 3.1071236134 - -0.7118468881 - -0.7118468881 - -0.5937496424 - -0.5937496424 - -2.2730531693 - -2.2730531693 - 3.1058936119 - 3.1058936119 - -0.2914567888 - -0.2914567888 - 2.9584817886 - 3.1058936119 - 2.9584817886 - 3.0702850819 - 3.0702850819 - -1.0996301174 - -1.6688416004 - -1.0996301174 - 3.0676536560 - 3.0676536560 - 3.0676536560 - -2.9683470726 - -2.9683470726 - -1.1071487665 - -1.1071487665 - 0.2691674829 - -0.0340777114 - 0.2691674829 - -1.8449637890 - -1.8449637890 - 3.0548543930 - 3.0548543930 - -1.0121970177 - -1.0121970177 - -0.1518824548 - -0.1518824548 - 0.5984188914 - 0.5984188914 - 1.6704649925 - 1.6704649925 - 3.0419239998 - 3.0419239998 - -1.7126933336 - -0.5349550843 - -1.7126933336 - -1.7019079924 - -1.7019079924 - -0.5349550843 - -1.7126933336 - -1.7019079924 - -2.5909171104 - -2.5909171104 - -2.5148496628 - -2.5148496628 - 2.9562447071 - 2.9562447071 - 0.5543075204 - 0.5543075204 - 1.2231894732 - 1.2231894732 - 3.0451188087 - 3.0451188087 - 3.0435473919 - 3.0435473919 - 3.0451188087 - 3.0435473919 - 2.5865969658 - 2.5865969658 - 2.2974386215 - 2.2974386215 - 2.2655346394 - 2.2655346394 - 2.2974386215 - 2.2655346394 - -2.4053351879 - -2.4053351879 - -0.5459852815 - -0.5459852815 - 1.1955255270 - 1.1955255270 - 2.8198421001 - 2.8198421001 - 2.8198421001 - 2.8198421001 - 2.8198421001 - 2.8198421001 - 2.1867814064 - 2.1867814064 - 0.7990959287 - 0.7853981853 - 0.7990959287 - 3.1415927410 - 3.1415927410 - -3.0947518349 - -3.0947518349 - 0.0654800236 - 0.0491407327 - 0.0654800236 - 0.0483493879 - -0.7378150821 - -0.7378150821 - -0.4723053873 - -0.4723053873 - -0.4503740668 - -0.4503740668 - 2.7498927116 - 2.7498927116 - 0.0725994557 - 0.0725994557 - -0.7604033947 - 0.6405856609 - 0.6405856609 - -0.2160849720 - -0.2160849720 - 0.8224182725 - 0.8224182725 - 0.8224182725 - 2.1384627819 - 2.1384627819 - 3.0529367924 - 3.0529367924 - 2.3561944962 - 2.3561944962 - 2.3996453285 - 2.3996453285 - 2.1515526772 - 2.1515526772 - 2.5269296169 - 2.5269296169 - 0.7428706288 - 0.7428706288 - 0.7551044226 - 0.7551044226 - 2.2318394184 - 2.2318394184 - 2.2222495079 - -3.0940096378 - -3.0940096378 - 2.5535900593 - 2.5535900593 - -2.8076474667 - -2.8076474667 - 2.4634733200 - 2.4634733200 - 2.4536292553 - 0.7636624575 - 0.7636624575 - 2.8198421001 - 2.8198421001 - -1.9744302034 - -1.9744302034 - -2.3924479485 - -2.3924479485 - 1.4056476355 - 1.4056476355 - -2.8966140747 - -2.8966140747 - -2.9764440060 - 0.1106572226 - 0.1106572226 - -2.9764440060 - -2.9764440060 - -2.9889433384 - -2.9889433384 - -2.9889433384 - -2.9147937298 - -0.6287962794 - -0.6287962794 - -3.0702850819 - -3.0702850819 - -0.5295895934 - -0.5295895934 - -2.7707014084 - -2.7707014084 - -3.0890095234 - -3.0890095234 - 1.9089388847 - 1.9089388847 - -0.2304024398 - -0.2304024398 - 3.1054637432 - -1.1760052443 - -1.1760052443 - -0.2165503055 - -2.8720035553 - -2.8720035553 - 1.5808969736 - 1.5808969736 - -0.0263097174 - -0.0263097174 - 2.8632929325 - 2.8632929325 - -1.7294515371 - -1.7294515371 - -2.5426814556 - -2.5426814556 - 0.7592261434 - 0.7592261434 - -3.1016139984 - -3.1016139984 - -3.1016139984 - -3.1016139984 - -3.1016139984 - -3.1016139984 - 0.7700147629 - 0.7700147629 - -3.1031501293 - -3.1031501293 - -3.1045725346 - -3.1031501293 - -3.1045725346 - -3.1031501293 - -3.1045725346 - -3.1031501293 - 0.1778752655 - 0.1778752655 - -3.1045725346 - -3.1045725346 - -0.5498532057 - -0.5498532057 - -0.5450996757 - -0.5450996757 - -0.5498532057 - -0.5450996757 - -3.1058936119 - -3.1058936119 - -3.1045725346 - 3.1415927410 - 3.1415927410 - 3.1415927410 - -3.0702850819 - 0.6610431671 - 0.6610431671 - 0.6478114128 - 0.6478114128 - 0.6610431671 - 0.6478114128 - -2.4112567902 - 0.5070984960 - -2.4112567902 - -0.9572401643 - -0.9572401643 - -2.4112567902 - -0.9572401643 - -0.5136060119 - 3.1415927410 - 3.1415927410 - 3.1093456745 - 3.1082715988 - 3.1415927410 - 3.1093456745 - 0.8156919479 - 0.8156919479 - 0.9407624006 - 0.9407624006 - 0.9339953065 - 0.9339953065 - 0.9407624006 - 0.9339953065 - -0.3569119275 - -0.3569119275 - 3.0719380379 - 3.0719380379 - 2.2740268707 - 2.2740268707 - 0.8481727242 - -1.7088023424 - -1.7088023424 - -1.1141908169 - -1.1141908169 - 3.1071236134 - 3.1071236134 - 3.1071236134 - 3.1071236134 - -0.4636476040 - -0.4636476040 - -1.7329951525 - -1.7329951525 - -3.1071236134 - -3.1071236134 - 0.1920480132 - 0.1920480132 - 1.2417466640 - 1.2417466640 - 3.0828368664 - 3.0828368664 - -0.0713074654 - -0.0713074654 - 0.6692565084 - 1.4382448196 - 1.4382448196 - -2.5672879219 - -2.5672879219 - 0.9765826464 - 0.9765826464 - -1.7818896770 - -1.7818896770 - -3.0191316605 - -3.0191316605 - 0.7531512976 - 0.7531512976 - -1.9295669794 - -1.9295669794 - 1.4310874939 - 1.4310874939 - 2.0169019699 - 2.0169019699 - 0.4228539169 - 0.4228539169 - -0.4392622113 - -0.4392622113 - 1.1120991707 - 0.9294319749 - 0.9294319749 - -0.4392622113 - 1.1120991707 - 0.9294319749 - 1.8490959406 - 1.8490959406 - -2.2008302212 - -2.2008302212 - -2.2108845711 - 2.7928216457 - 2.7928216457 - 0.6556956172 - 0.6556956172 - 1.0346503258 - 1.0346503258 - -3.1196181774 - -3.1196181774 - 0.5532943010 - 0.5532943010 - -0.7853981853 - -0.7853981853 - 0.8092032075 - 0.8092032075 - 0.7971623540 - 0.7971623540 - 0.8092032075 - 0.7971623540 - -2.2740268707 - -2.2740268707 - -0.4304647744 - -0.4304647744 - -0.7076331973 - 1.1659045219 - 1.1659045219 - -0.3939930499 - -0.3939930499 - -0.3843748271 - 0.8224182725 - 0.8224182725 - 0.8224182725 - 1.2151604891 - 1.2151604891 - 0.8960554004 - 0.8960554004 - 2.4227626324 - 2.4227626324 - -1.1383885145 - -1.1383885145 - 0.4816636741 - 0.4816636741 - 0.4591431320 - 2.4536292553 - 2.4634733200 - 2.4536292553 - -1.4840580225 - -1.4840580225 - 2.8091664314 - -1.5056711435 - 2.8091664314 - -2.9441971779 - -2.9441971779 - -2.9441971779 - -2.9441971779 - -2.9441971779 - -2.9441971779 - -2.9441971779 - -2.9441971779 - -2.9441971779 - -2.9441971779 - -2.1319596767 - -2.1319596767 - -2.9669203758 - -2.9669203758 - 2.3802862167 - 2.3802862167 - -0.1488899440 - -0.1488899440 - -3.0367157459 - -3.0367157459 - -3.0367157459 - -3.0419239998 - -3.0419239998 - 2.6335299015 - 2.6335299015 - 3.1054637432 - -0.2304024398 - 3.1054637432 - 2.7489552498 - 2.7489552498 - -2.1066076756 - -2.1066076756 - -1.3093174696 - -1.7661879063 - -1.7661879063 - -3.0999500751 - -3.0999500751 - -1.2722973824 - -1.2722973824 - 2.8198421001 - 2.8198421001 - 1.4429264069 - 1.4429264069 - 0.7909846902 - 0.7909846902 - 2.1930992603 - 2.1930992603 - 0.5880026221 - 0.5880026221 - -1.9204034805 - -1.9204034805 - 2.4316809177 - 0.3518166840 - 2.4316809177 - -2.4053351879 - -2.4053351879 - 3.1415927410 - 3.1415927410 - -0.0739390403 - -0.0739390403 - 3.1415927410 - 3.1415927410 - -1.5707963705 - -1.5707963705 - 3.1415927410 - -2.3855977058 - -2.3855977058 - -2.3777737617 - -2.3777737617 - 3.1093456745 - 3.1093456745 - 0.2849573493 - 0.2849573493 - -1.2893170118 - -1.2893170118 - -1.4327902794 - -1.4327902794 - -0.3430239260 - -0.3430239260 - -1.6559556723 - -1.6559556723 - -2.1791212559 - -2.1791212559 - 3.1093456745 - 3.1093456745 - 2.4536292553 - 2.4536292553 - 2.3797194958 - 2.3797194958 - 3.1093456745 - 3.1093456745 - 1.2193515301 - -3.0535852909 - -3.0535852909 - -2.9441971779 - -2.9441971779 - -0.3681307733 - -0.3681307733 - -2.2367656231 - -2.2367656231 - -2.5668168068 - -2.5668168068 - 0.4973427057 - 0.4973427057 - 1.9409672022 - 1.9409672022 - 1.9359977245 - -2.3685395718 - -2.3685395718 - 0.1243549958 - 0.1243549958 - 1.2805314064 - 1.2805314064 - 0.1067356691 - 0.1067356691 - -1.1583858728 - -1.1583858728 - 3.0617625713 - 3.0617625713 - 3.0617625713 - -0.2681107819 - -0.2681107819 - 3.0509328842 - 3.0509328842 - 3.0509328842 - 3.0509328842 - 3.0509328842 - 3.0509328842 - -0.4795192778 - -0.4795192778 - -2.1735398769 - -2.1735398769 - -2.5378432274 - -2.5378432274 - -1.6626424789 - -1.6626424789 - -2.2108845711 - -2.2008302212 - -2.2108845711 - 2.7049655914 - 2.7049655914 - -2.7367007732 - -2.7367007732 - 2.8198421001 - 2.8198421001 - -2.2794225216 - -2.2794225216 - -2.2794225216 - 1.4157996178 - 1.4157996178 - -0.0181798153 - -0.0181798153 - 3.0566909313 - 3.0566909313 - 0.6850650311 - 0.6850650311 - -0.9957240224 - -0.9957240224 - 0.6342421174 - 0.6342421174 - 0.8379812241 - 0.8379812241 - -2.0899424553 - -2.0899424553 - -0.3843748271 - -0.3939930499 - -0.3843748271 - -2.8501358032 - -1.9121521711 - -2.8501358032 - 2.0187385082 - 0.8748142719 - 0.8748142719 - 2.1622352600 - 2.1622352600 - 0.8699418902 - 0.8699418902 - -2.4006097317 - -2.4006097317 - 2.4292349815 - 2.4292349815 - 2.2161772251 - 2.2124557495 - 2.2161772251 - -1.5056711435 - -1.5056711435 - 2.8091664314 - 2.9229238033 - 2.9229238033 - -2.8259770870 - -2.8259770870 - -2.9617390633 - -2.9617390633 - -2.9617390633 - -2.9764440060 - -2.9764440060 - -2.8966140747 - -2.9764440060 - -2.9764440060 - -0.9237491488 - -0.9237491488 - -2.9562447071 - -2.9562447071 - -0.9871605039 - -0.9871605039 - 2.4009406567 - 2.4009406567 - -2.3926746845 - 0.6083250046 - 0.6083250046 - 0.8978253007 - 0.8978253007 - -0.8103929758 - -0.8103929758 - 1.2193515301 - 1.2193515301 - 0.3351725638 - -1.3093174696 - -2.1066076756 - -1.3093174696 - 2.9247190952 - 2.9247190952 - 2.4124729633 - 2.4124729633 - 2.7078506947 - 2.7078506947 - 0.3518166840 - 0.3518166840 - 2.4316809177 - 2.7610862255 - 2.7610862255 - 1.0707275867 - 1.0707275867 - 2.2655346394 - 2.2655346394 - 3.1415927410 - -3.1058936119 - 3.1415927410 - 3.1415927410 - -3.1082715988 - -3.1082715988 - 0.9756168127 - 0.9756168127 - -2.4812862873 - -1.5707963705 - -1.5707963705 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - -2.8256223202 - -2.8256223202 - 3.1415927410 - 3.1415927410 - 0.0000000000 - 0.0000000000 - 1.9756880999 - 1.9756880999 - -1.1370543242 - -1.1370543242 - -0.5136060119 - -0.9572401643 - -0.5136060119 - 3.1415927410 - 3.1415927410 - 3.1093456745 - 3.1415927410 - 2.1193456650 - 2.1193456650 - 3.1093456745 - 3.1093456745 - 1.3617733717 - 1.3617733717 - 1.3536850214 - -0.4891197979 - 1.3536850214 - 2.2424025536 - 2.2424025536 - 0.8481727242 - 2.2740268707 - 0.8481727242 - 1.9055331945 - 1.9055331945 - 0.8408966660 - 0.8408966660 - 3.1082715988 - 3.1093456745 - 3.1071236134 - 3.1082715988 - 3.1082715988 - 3.1082715988 - 3.1082715988 - 3.1093456745 - 3.1071236134 - 3.1082715988 - 3.1082715988 - 3.1082715988 - -1.3780956268 - -1.3780956268 - -2.0189414024 - -2.0189414024 - 1.9359977245 - 1.9409672022 - 1.9359977245 - 2.5244011879 - 2.5244011879 - 0.8353565335 - 0.8353565335 - -1.9284595251 - -1.9284595251 - 3.0702850819 - 3.0702850819 - 2.4980914593 - 2.4980914593 - 0.4324077666 - 0.4324077666 - 3.0648207664 - 3.0648207664 - 3.0648207664 - 3.0617625713 - 3.0617625713 - 3.0617625713 - 2.2404353619 - 2.2404353619 - 2.4186131954 - 2.4186131954 - 0.3985224366 - 0.3985224366 - 2.9996955395 - 2.9996955395 - 2.5352096558 - 2.5352096558 - 2.7737209797 - 2.7737209797 - 0.1607627422 - 0.1607627422 - 0.7654008269 - 0.7654008269 - -0.9063009024 - -0.9063009024 - 1.9044984579 - 1.9044984579 - 0.4182243347 - 0.4182243347 - 0.3985224366 - 0.3985224366 - -1.9946639538 - -1.9946639538 - 2.9441971779 - 2.9441971779 - 2.8501358032 - 1.0032587051 - 1.0032587051 - -0.5130578876 - -0.5130578876 - 0.8621700406 - 0.8621700406 - -2.2794225216 - -2.2794225216 - -2.2794225216 - -0.4760693312 - -0.4760693312 - -2.8295505047 - -2.8295505047 - -2.8298752308 - 0.7750892639 - 0.7750892639 - -1.7483924627 - -1.7483924627 - 0.6588060260 - 0.6588060260 - -1.0366137028 - -1.0366137028 - -0.7076331973 - -0.4304647744 - -0.7076331973 - -0.5229387879 - -0.5229387879 - -2.3561944962 - -2.3561944962 - 0.5191460848 - 0.5191460848 - -1.4056476355 - -1.4056476355 - -1.4270576239 - -1.4270576239 - -1.9121521711 - -1.9121521711 - -2.8501358032 - 0.5453618169 - 0.5453618169 - 3.0968463421 - 3.0828368664 - 3.0968463421 - -2.0974235535 - -2.1251037121 - -2.0974235535 - -0.5087298155 - -0.5020902157 - -0.5087298155 - 2.6779451370 - 2.6779451370 - 2.4942004681 - 2.4905159473 - 2.4942004681 - 2.5213432312 - 2.5213432312 - -1.0175019503 - -1.0175019503 - -1.1493771076 - 2.5975499153 - -1.1493771076 - 3.0771658421 - 3.0771658421 - 2.2760744095 - 2.2760744095 - -2.4351665974 - -2.4351665974 - -2.9889433384 - -2.9889433384 - -2.9889433384 - 2.9849908352 - 2.9849908352 - -2.9147937298 - -2.9889433384 - -2.9147937298 - -2.9147937298 - 2.3049573898 - 2.3049573898 - -0.8086497784 - -0.8086497784 - 1.4898922443 - 1.4898922443 - 1.1459641457 - 1.1459641457 - -2.3926746845 - 2.4009406567 - -2.3926746845 - -2.9940245152 - -2.9940245152 - 2.8409869671 - 2.8409869671 - 2.8381328583 - 2.8381328583 - 2.8409869671 - 2.8381328583 - 0.4405303299 - 0.4405303299 - 2.2390856743 - 2.2390856743 - -3.1031501293 - -3.1031501293 - -3.1031501293 - -3.1031501293 - -3.1045725346 - -3.1031501293 - -3.1016139984 - -3.1016139984 - 1.3792946339 - 1.3792946339 - 1.3694791794 - 1.3694791794 - 1.3792946339 - 1.3694791794 - 0.4510696530 - 0.4510696530 - -3.1031501293 - -3.1031501293 - -3.1045725346 - -3.1031501293 - 2.3678219318 - 2.3678219318 - 2.3619747162 - -3.1058936119 - -3.1058936119 - 3.1415927410 - 0.6747409701 - 0.6747409701 - 2.2264919281 - 2.2264919281 - 1.2348287106 - 1.2348287106 - 1.0259324312 - 1.0259324312 - 0.1404826343 - 0.1404826343 - 2.4319114685 - 1.8295671940 - 1.8295671940 - -0.5140635371 - -0.5140635371 - 2.6167969704 - 2.6167969704 - 0.9060218334 - 0.9060218334 - 1.9475076199 - 1.9475076199 - -0.2799498141 - -0.2799498141 - 2.3821625710 - 2.3821625710 - 1.8233505487 - 1.8233505487 - -2.7261004448 - -2.7261004448 - -0.7736340165 - -0.7736340165 - -1.8055189848 - -1.8055189848 - -3.0671038628 - -3.0671038628 - -0.4891197979 - -0.4891197979 - 1.3536850214 - 2.2576138973 - 2.2576138973 - 3.1093456745 - 3.1093456745 - 1.7584360838 - 1.7584360838 - 2.1533493996 - 2.1533493996 - 2.4279663563 - 2.4279663563 - 0.6327488422 - 0.6327488422 - 0.7853981853 - 0.3967086673 - 0.3967086673 - 0.7288547158 - 0.7288547158 - 0.0739390403 - 0.0739390403 - 3.0727362633 - 3.0727362633 - 3.1082715988 - 3.1071236134 - 3.1082715988 - 3.1071236134 - 3.1058936119 - 3.0702850819 - 3.1058936119 - 3.1071236134 - 3.1058936119 - 3.0702850819 - -2.3344588280 - -2.3344588280 - -0.5702379942 - -0.5702379942 - 3.0617625713 - 3.0617625713 - 2.6835947037 - 2.6835947037 - -1.8995890617 - -1.8995890617 - 0.6692565084 - -0.0713074654 - 0.6692565084 - -1.8583722115 - -1.8583722115 - -1.4450268745 - -1.4450268745 - 2.7853729725 - 2.7853729725 - -0.8593372107 - -0.8593372107 - 1.3321870565 - 1.3321870565 - 2.1045045853 - 2.1045045853 - -2.4420754910 - -2.4420754910 - -1.9186847210 - -1.9186847210 - 1.8190861940 - 1.8190861940 - 1.6243165731 - 2.2455372810 - 1.6243165731 - 2.3680987358 - 2.3680987358 - 1.1120991707 - -0.4392622113 - 1.1120991707 - 0.9294319749 - 0.0554985069 - 0.0554985069 - -0.1599131227 - -0.1599131227 - -1.4506876469 - -1.4506876469 - 0.4844779372 - 0.4844779372 - -2.4004135132 - -2.4004135132 - 2.9617390633 - 2.9617390633 - 1.0058919191 - 1.0058919191 - 2.8501358032 - 2.9441971779 - 2.8501358032 - 0.2837941051 - 0.2837941051 - 0.7350809574 - 0.7350809574 - -1.0390722752 - -1.0390722752 - 0.7724118829 - 0.7724118829 - 0.4002406597 - 0.4002406597 - 0.6327488422 - 0.6327488422 - -3.1304819584 - -3.1304819584 - 0.7621465325 - 0.7621465325 - 2.3452060223 - 2.3452060223 - -0.5378355384 - -0.5378355384 - -2.1112158298 - -2.1112158298 - -0.4311387539 - -0.4311387539 - 3.0828368664 - 3.0828368664 - 3.0968463421 - -2.1251037121 - -2.1251037121 - -2.0974235535 - 2.9133188725 - 2.9133188725 - -0.5020902157 - -0.4951332510 - -0.5020902157 - -0.5087298155 - 2.6546933651 - 2.6546933651 - 2.2124557495 - 2.2124557495 - 2.2161772251 - 2.4905159473 - 2.4905159473 - 2.4942004681 - 2.6344940662 - 2.6344940662 - -1.5392278433 - -1.5392278433 - -2.8268349171 - -2.8268349171 - -1.3815972805 - -1.3815972805 - -1.6288704872 - -1.6288704872 - -2.4416997433 - -2.4416997433 - -2.9889433384 - -2.9889433384 - -1.6704649925 - -1.6704649925 - -1.3134726286 - -1.3134726286 - 2.0405788422 - 2.0405788422 - 2.3177518845 - 2.3177518845 - 1.6222971678 - 1.6222971678 - -3.0995123386 - -3.0244839191 - -3.0244839191 - -0.1996838897 - -0.1996838897 - -0.9987667799 - -0.9987667799 - -1.7242202759 - -1.7242202759 - -0.8598869443 - -0.8598869443 - -3.0466408730 - -2.9996955395 - -3.0466408730 - -3.0940096378 - 0.9097531438 - 0.9097531438 - 2.5337905884 - 2.5337905884 - 0.3351725638 - 1.2193515301 - 0.3351725638 - -3.0940096378 - -3.0940096378 - 2.0344438553 - 2.0344438553 - -3.0584514141 - -1.5308176279 - -3.0584514141 - -3.0548543930 - -3.0548543930 - -3.0584514141 - -3.0584514141 - -1.1071487665 - -1.1071487665 - -2.4598219395 - -2.4598219395 - 0.9224643111 - 0.9224643111 - -0.5651494265 - -0.5651494265 - 0.6319742203 - 0.6319742203 - 2.3619747162 - 2.3678219318 - 2.3619747162 - 3.1415927410 - -3.1058936119 - 3.1415927410 - 2.2214231491 - 2.2214231491 - 2.7177250385 - 2.7177250385 - -3.1071236134 - -3.1071236134 - -2.4812862873 - 0.9756168127 - -2.4812862873 - 2.9441971779 - 2.9441971779 - -2.6861414909 - -2.6861414909 - 0.4453010559 - 0.4453010559 - -1.5263811350 - -1.5263811350 - 3.1415927410 - 0.6055446863 - 3.1103527546 - 3.1415927410 - 3.1415927410 - -0.4948874414 - -0.4948874414 - 1.0475180149 - 1.0475180149 - 0.3958504498 - 0.3958504498 - -1.1008197069 - 3.1093456745 - 3.1093456745 - 3.1093456745 - 1.2193515301 - 3.1093456745 - 1.2193515301 - 2.1243298054 - 2.1243298054 - 2.1193456650 - -2.6779451370 - -2.6779451370 - -2.4980914593 - -2.4980914593 - 0.6231993437 - 0.6231993437 - -2.1692152023 - 1.6213860512 - -2.1692152023 - 0.0872777104 - 0.0872777104 - 3.0702850819 - 3.0727362633 - 3.1071236134 - 3.1058936119 - 3.0702850819 - -2.6642472744 - -2.6642472744 - -1.1383885145 - -1.1383885145 - -2.1112158298 - -2.1112158298 - 1.8306107521 - 1.8306107521 - 0.8693127632 - 0.8693127632 - 3.0648207664 - 3.0648207664 - 3.0648207664 - 3.0648207664 - 3.0648207664 - 3.0648207664 - 3.0791738033 - 3.0791738033 - -2.6213254929 - -2.6213254929 - 0.6732874513 - 0.6732874513 - -2.6213254929 - 0.6732874513 - -1.4782776833 - -1.4782776833 - 1.2860659361 - 1.2860659361 - -2.7593100071 - -2.7593100071 - 0.9798783064 - 0.9798783064 - 2.0299394131 - 2.0299394131 - -3.0075695515 - -3.0075695515 - 3.0509328842 - 3.0509328842 - 3.0509328842 - 3.0060648918 - 3.0509328842 - 3.0509328842 - 3.0509328842 - -2.0557172298 - -2.0557172298 - 0.2662520409 - 0.2662520409 - 2.5424172878 - -0.7853981853 - 2.5424172878 - 0.8010218740 - 0.5404195189 - 0.8010218740 - 2.2455372810 - 2.2455372810 - 1.6243165731 - 2.0860412121 - 2.0860412121 - 1.6885288954 - 2.2827970982 - 2.2827970982 - -1.1403315067 - -1.1403315067 - -1.8958041668 - -1.8958041668 - -0.9060218334 - 0.9048271179 - 0.9048271179 - -0.1973955631 - -0.1973955631 - -2.0980832577 - -2.0980832577 - -2.1183586121 - -2.1183586121 - 2.9441971779 - 2.9441971779 - -2.3086113930 - -2.3086113930 - 2.5069408417 - 2.5069408417 - -1.9295669794 - -1.9295669794 - 2.9889433384 - 2.9889433384 - -2.8298752308 - -2.8295505047 - -2.8298752308 - -0.7414703965 - -0.7414703965 - 1.3473197222 - 1.3473197222 - 0.8663022518 - 0.8663022518 - -0.8621700406 - -0.8621700406 - -0.8878419995 - -0.8878419995 - 2.6779451370 - 2.6779451370 - 0.8960554004 - 0.8960554004 - 2.1770339012 - 2.1770339012 - 2.6779451370 - 2.6779451370 - -0.4951332510 - -0.4951332510 - -0.5020902157 - -1.3521274328 - -1.3521274328 - 2.4714705944 - 2.4714705944 - -1.8000282049 - -1.8000282049 - -2.9441971779 - -2.9441971779 - -2.9441971779 - -2.8753407001 - -2.8753407001 - -2.8753407001 - -2.8753407001 - -2.9617390633 - -2.9764440060 - -2.9764440060 - -2.9764440060 - -2.9764440060 - -2.9764440060 - -2.9764440060 - -2.9764440060 - -2.9764440060 - -2.9304993153 - -2.9304993153 - -2.9996955395 - -3.0367157459 - -3.0367157459 - -2.1224513054 - -2.1224513054 - -2.9996955395 - -2.9996955395 - -3.0466408730 - -3.0940096378 - -3.0940096378 - -2.9996955395 - -3.0466408730 - -3.0940096378 - 2.5879113674 - 2.5879113674 - 2.3955442905 - 2.3955442905 - -1.5308176279 - -1.5308176279 - -3.0584514141 - 1.5398783684 - 1.5398783684 - 1.9729102850 - 1.9729102850 - 1.9631364346 - 1.9631364346 - 1.9729102850 - 1.9631364346 - 0.0277706366 - 0.0277706366 - -1.2847448587 - -1.2847448587 - -3.1058936119 - 3.1415927410 - -3.1058936119 - 3.1415927410 - 3.1415927410 - -1.9100888968 - -1.9100888968 - 0.9197195768 - 0.9197195768 - 1.7142485380 - 1.7142485380 - 0.8050035238 - 0.8050035238 - 0.5255838037 - 0.5255838037 - 3.1415927410 - 3.1415927410 - 3.1415927410 - -3.1082715988 - 2.4898951054 - 2.4898951054 - 1.2248290777 - 1.2248290777 - -0.7853981853 - -2.4858970642 - -0.7853981853 - 0.5532943010 - 0.5532943010 - 1.1638255119 - 1.1638255119 - 3.0344772339 - 3.0344772339 - 2.5594551563 - 2.5594551563 - 0.4780007005 - 0.4780007005 - 2.5594551563 - 0.4780007005 - -1.1008197069 - 0.3958504498 - -1.1008197069 - 3.1093456745 - 3.1093456745 - -0.5667291880 - -0.5667291880 - -2.4722352028 - -2.4722352028 - 0.0333209969 - 0.0333209969 - -0.4193416536 - 2.1193456650 - 2.1243298054 - 2.1193456650 - 1.5943213701 - 1.5943213701 - 3.1093456745 - 3.1093456745 - 3.1082715988 - 3.1082715988 - 0.2900869250 - 0.2900869250 - 0.7853981853 - 0.6327488422 - 0.7853981853 - -2.1511945724 - -2.1511945724 - -1.8892465830 - -1.8892465830 - 3.1082715988 - 3.0727362633 - 3.1082715988 - 0.7061991096 - -1.8643853664 - 0.7061991096 - 2.5368130207 - 2.5368130207 - -3.0060648918 - -3.0060648918 - -3.1165978909 - -3.1165978909 - -0.3497152925 - -0.3497152925 - -0.9855792522 - -0.9855792522 - 3.0548543930 - 3.0548543930 - 0.9380474687 - 0.9380474687 - 3.0060648918 - 3.0509328842 - 3.0509328842 - 3.0060648918 - 2.2226655483 - 2.2226655483 - -0.7853981853 - -0.7853981853 - 2.5424172878 - 2.9849908352 - 2.9849908352 - 2.9849908352 - 2.4407382011 - 2.4407382011 - 1.6885288954 - 2.0860412121 - 1.6885288954 - 0.6137700677 - 0.6137700677 - -2.3996453285 - -2.3996453285 - -0.2053953856 - -1.2742505074 - -1.2742505074 - -2.4756233692 - -2.4756233692 - -2.5636906624 - -0.1302114427 - -2.5636906624 - -2.2999160290 - -2.2999160290 - 1.2304143906 - 1.2304143906 - 1.5707963705 - 1.5707963705 - -2.8966140747 - -2.8966140747 - 3.1415927410 - 3.1415927410 - -0.3058788776 - -0.3058788776 - 2.9781162739 - 2.9781162739 - -2.1785984039 - -2.1785984039 - 0.5464617014 - 0.5464617014 - -0.4444192052 - 0.7335926890 - 0.0831412300 - -0.4444192052 - -0.7044940591 - -0.7044940591 - 2.2917675972 - 2.2917675972 - 3.0584514141 - 3.0584514141 - -1.5563045740 - -1.5563045740 - -2.2896263599 - -2.2896263599 - 1.6152114868 - 1.6152114868 - -2.8966140747 - -2.8966140747 - -1.8259787560 - -1.8259787560 - 0.4450162351 - 0.4450162351 - 1.0552473068 - 1.0552473068 - 0.8960554004 - 0.8960554004 - 0.3938686252 - 0.3938686252 - 0.4048917890 - 0.9437256455 - 0.9600703716 - 0.9437256455 - 2.6224465370 - 2.6224465370 - 0.4423742294 - 0.5070984960 - 0.4423742294 - 1.9880636930 - 1.9928013086 - 1.9880636930 - -0.4551008046 - -0.4551008046 - 2.9147937298 - 2.9147937298 - -1.9700170755 - -1.9700170755 - 2.5975499153 - 2.5975499153 - -1.1493771076 - 3.1109900475 - 2.1924562454 - 2.1924562454 - -2.9441971779 - -2.9441971779 - -2.9441971779 - -1.7788524628 - -1.7788524628 - 2.9878852367 - 2.9878852367 - -2.9889433384 - -2.9889433384 - -2.9996955395 - -2.9304993153 - -2.9996955395 - -2.9147937298 - -2.9147937298 - -2.9147937298 - -0.9888911843 - -0.9888911843 - 1.9492237568 - 1.9492237568 - -0.2242347449 - -0.2242347449 - 2.5508799553 - 2.5508799553 - 1.6447353363 - 1.6447353363 - -2.8283164501 - -2.8283164501 - 1.8417432308 - 1.8417432308 - 2.0434935093 - 2.0434935093 - -0.6930688024 - -0.6930688024 - -3.1045725346 - -3.1031501293 - -3.1045725346 - -3.1031501293 - -3.1031501293 - -3.1031501293 - -3.1045725346 - -3.1031501293 - -3.1045725346 - -3.1045725346 - -3.1031501293 - -3.1045725346 - 3.0111894608 - 3.0111894608 - -0.2691674829 - -0.2691674829 - -2.4898951054 - -2.4898951054 - 3.1415927410 - 3.1415927410 - -3.1058936119 - 3.1415927410 - 3.1415927410 - 3.1415927410 - -3.1058936119 - 3.1415927410 - 0.7061991096 - 0.7061991096 - 1.0318943262 - 1.0318943262 - 2.3978371620 - 2.3978371620 - 2.4319114685 - 0.1404826343 - -2.4505083561 - 2.4319114685 - 2.4865977764 - 2.4865977764 - 1.9069343805 - -1.5707963705 - -1.5707963705 - -3.1082715988 - 3.1415927410 - 3.1415927410 - -3.1082715988 - 1.3203532696 - 1.3203532696 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1093456745 - -0.0721636266 - -2.4858970642 - -0.0721636266 - 3.1103527546 - 3.1415927410 - 3.1093456745 - 3.1103527546 - 3.1415927410 - -1.4711276293 - -1.4711276293 - 3.1415927410 - 3.1415927410 - -2.2526698112 - -2.2526698112 - 0.6240230799 - 0.6240230799 - 0.6055446863 - 0.6055446863 - 0.6240230799 - 0.6055446863 - 3.1103527546 - 3.1415927410 - 3.1103527546 - 3.1103527546 - -0.3890972435 - -0.3890972435 - 0.5191460848 - 0.5191460848 - 3.1093456745 - 3.1103527546 - 3.1093456745 - 3.1093456745 - -2.3395292759 - -2.3395292759 - 0.7242500186 - 0.7242500186 - 0.7179331183 - 0.7179331183 - 0.7242500186 - 0.7179331183 - 3.1082715988 - 3.1082715988 - 3.0727362633 - 3.1071236134 - -2.5360479355 - -2.5360479355 - 3.0648207664 - 3.0648207664 - 3.0648207664 - 3.0648207664 - -1.3114645481 - -1.3114645481 - 1.9074711800 - 1.9074711800 - 2.2142975330 - 2.2142975330 - 1.1606689692 - 1.1606689692 - 0.3409789503 - 0.3409789503 - 0.4510696530 - 0.4510696530 - 0.4450162351 - 0.4450162351 - 0.4510696530 - 0.4450162351 - 2.8966140747 - 2.8966140747 - 2.9669203758 - 2.9669203758 - 2.9669203758 - 2.9669203758 - 0.3473859727 - 0.3473859727 - -0.9060218334 - -1.8958041668 - -0.9060218334 - -0.1302114427 - -0.1302114427 - -2.5636906624 - -0.1702119261 - -0.1702119261 - 2.8430936337 - 2.8430936337 - 2.9147937298 - -2.1688742638 - -2.1688742638 - 0.0821675211 - 0.0821675211 - -1.6191457510 - -1.6191457510 - 2.8198421001 - 2.8198421001 - -0.8324223161 - -0.8324223161 - -1.9614033699 - -1.9614033699 - 0.8645972610 - 0.8645972610 - -1.0303767920 - -1.0303767920 - -1.6262948513 - -2.1770339012 - -2.1770339012 - -1.2722973824 - -1.2722973824 - 0.1418970525 - 0.1418970525 - 0.7335926890 - 0.7335926890 - 0.0831412300 - -0.4444192052 - -0.2650428712 - -0.2650428712 - -0.2614788115 - -0.2614788115 - -0.2650428712 - -0.2614788115 - 1.4392081499 - 1.4392081499 - -0.5485494137 - -0.5485494137 - 1.3667783737 - 1.3667783737 - 0.5028432012 - 0.5028432012 - 2.4526681900 - 0.9123709798 - 0.9123709798 - 0.4048917890 - 0.3938686252 - 0.4048917890 - 0.9600703716 - 0.9600703716 - 0.9437256455 - 2.4710710049 - 2.4710710049 - 0.5070984960 - 0.5070984960 - 0.4423742294 - 1.9928013086 - 1.9928013086 - 1.9880636930 - 3.0986084938 - 3.0986084938 - 0.6924986243 - 0.6924986243 - -2.8198421001 - -2.8198421001 - -2.8753407001 - -2.8753407001 - -2.8753407001 - -2.8753407001 - -2.9617390633 - -2.9617390633 - -2.9617390633 - -2.9617390633 - -2.9617390633 - -2.9617390633 - -2.9617390633 - 2.4769906998 - 2.4769906998 - -2.6736531258 - -2.6736531258 - -0.5767986178 - -0.5767986178 - -1.1626472473 - -1.1626472473 - -3.0995123386 - 1.6222971678 - -3.0995123386 - 1.2370941639 - 1.2370941639 - 2.9533710480 - 2.9533710480 - -1.6345396042 - -1.6345396042 - -2.3688521385 - -2.3688521385 - -1.9580899477 - -1.9580899477 - 1.0882830620 - 1.0882830620 - 0.1418970525 - 0.1418970525 - -2.5261371136 - -2.5261371136 - -0.9314104319 - -0.9314104319 - 2.0122253895 - 0.1752663702 - -0.9189271927 - 2.0122253895 - -0.9314104319 - 2.0122253895 - -2.2439916134 - 0.1752663702 - -2.4505083561 - -2.4505083561 - 2.4319114685 - 1.9069343805 - 2.4865977764 - 1.9069343805 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - -3.1082715988 - -2.2278711796 - 0.6747409701 - -2.2278711796 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1093456745 - 3.1103527546 - 3.1415927410 - 2.8265986443 - 2.8265986443 - -2.4481332302 - -2.4481332302 - 3.1103527546 - 0.6055446863 - 3.1103527546 - 3.1103527546 - 3.1415927410 - -2.3906636238 - -2.3906636238 - 0.1171087474 - 0.1171087474 - 0.6786624789 - 0.6786624789 - 3.1103527546 - 3.1103527546 - 3.1103527546 - 3.1093456745 - 3.1103527546 - 3.1093456745 - 3.1103527546 - 3.1103527546 - 3.1093456745 - 3.1103527546 - 0.9994588494 - 0.9994588494 - 2.4494483471 - 2.4494483471 - 3.0158231258 - 3.0158231258 - 1.6213860512 - 1.6213860512 - -2.1692152023 - 1.1396576166 - 1.1396576166 - 2.5661680698 - 2.5661680698 - 1.5707963705 - 1.5707963705 - 2.5937290192 - 2.5937290192 - 2.2018756866 - 2.2018756866 - 3.0727362633 - 3.1082715988 - 3.0727362633 - 3.0702850819 - -2.7790484428 - -2.7790484428 - 2.6057813168 - 2.6057813168 - 2.9617390633 - 2.9617390633 - -0.8598869443 - -0.8598869443 - -1.1479424238 - -1.1479424238 - 1.6247978210 - 1.6247978210 - 3.0172376633 - 3.0172376633 - 3.0584514141 - 3.0584514141 - 3.0118901730 - 3.0221636295 - 3.0221636295 - 3.0118901730 - 3.0584514141 - 3.0118901730 - -1.3457580805 - -1.3457580805 - -2.7985687256 - -2.7985687256 - -2.5231647491 - -2.5231647491 - 3.0367157459 - 2.9849908352 - 3.0367157459 - 3.0284416676 - 3.0284416676 - -0.5404195189 - -0.5404195189 - 0.5404195189 - 0.5404195189 - 2.2907145023 - 0.8010218740 - 2.2907145023 - 0.5404195189 - 2.2907145023 - -0.2053953856 - -2.3996453285 - -0.2053953856 - 2.0720605850 - 2.0720605850 - 0.1973955631 - 0.1973955631 - -2.2311024666 - -2.2311024666 - 0.7459449768 - 0.7459449768 - 0.7256403565 - 0.7256403565 - 0.8428062797 - 0.8428062797 - 0.0831412300 - 0.7335926890 - 0.0831412300 - 0.0624188110 - -0.4444192052 - 1.7590178251 - 1.7590178251 - 0.1999929547 - 0.1999929547 - 2.1066076756 - 2.1066076756 - 0.4304647744 - 0.4304647744 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - -0.3009202480 - -0.3009202480 - -0.2606023848 - -1.9513026476 - -1.9513026476 - -2.1156601906 - -2.1156601906 - -2.5127964020 - -2.5127964020 - -0.9240378737 - -0.9240378737 - -1.9638543129 - -1.9638543129 - 0.8850668073 - 0.8850668073 - -0.9978302121 - -0.9978302121 - 0.8161576986 - 0.8161576986 - -0.8362018466 - -0.8362018466 - 2.4536292553 - 2.4536292553 - 1.6199370623 - 1.6199370623 - 2.2641477585 - 2.2641477585 - 2.2557582855 - -1.1398473978 - 2.2557582855 - 2.2641477585 - 2.2557582855 - 2.5909171104 - 2.5909171104 - -2.8753407001 - -2.8753407001 - -2.8753407001 - -2.8753407001 - -2.9617390633 - -2.9617390633 - -2.8753407001 - -2.8753407001 - -2.8753407001 - -2.9617390633 - 3.1415927410 - 3.1415927410 - -0.3657473028 - -0.3657473028 - -1.2052781582 - -1.2052781582 - 2.5468335152 - 2.5468335152 - 2.3228735924 - 2.3228735924 - -3.0090410709 - -3.0090410709 - 2.1587989330 - 2.1587989330 - -0.6533046961 - -0.6533046961 - 0.4743998945 - 0.4743998945 - 2.7707014084 - 2.7707014084 - -3.0961694717 - -3.0509328842 - -3.0509328842 - -3.0509328842 - -3.0961694717 - -3.0548543930 - -3.0548543930 - -3.0548543930 - -3.0548543930 - -3.0584514141 - -3.0999500751 - -3.0584514141 - -0.1555948257 - -0.1555948257 - -3.1257209778 - -3.1257209778 - 2.1079046726 - 2.1079046726 - 2.9797551632 - 2.9797551632 - -3.0617625713 - -3.0617625713 - -3.1031501293 - -3.1031501293 - -3.0617625713 - -3.1031501293 - -3.1045725346 - 2.4142687321 - 2.4142687321 - -2.1293957233 - -2.1293957233 - -0.0106378961 - -0.0106378961 - -1.3948566914 - 1.2803944349 - 2.6387493610 - -1.3948566914 - 1.2803944349 - 2.6387493610 - 2.0926306248 - 2.0926306248 - 0.7568345070 - 0.7568345070 - -2.2873380184 - -2.2873380184 - -2.2686991692 - -2.2686991692 - -2.2873380184 - -2.2686991692 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - -3.1082715988 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - -3.1082715988 - -2.2439916134 - 2.0122253895 - -2.2439916134 - 0.1752663702 - -2.2489156723 - -2.2489156723 - 2.1112158298 - 2.1112158298 - -2.0807683468 - -2.0807683468 - 2.4980914593 - 2.4980914593 - -2.1708464622 - -2.1708464622 - -0.3671738207 - -0.3671738207 - -2.4858970642 - -2.4858970642 - -0.7853981853 - -0.0721636266 - 3.1093456745 - 3.1415927410 - 3.1415927410 - 3.1093456745 - 3.1103527546 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 1.1220729351 - 1.1220729351 - 1.1372148991 - 0.4266274869 - 0.4266274869 - 1.0516501665 - 0.9134072065 - 0.9134072065 - 3.1103527546 - 3.1103527546 - -2.1251037121 - -2.1251037121 - 3.1103527546 - 3.1103527546 - 3.1093456745 - 3.0024967194 - 3.0024967194 - -0.4193416536 - 0.0333209969 - -0.4193416536 - 0.6747409701 - 0.6747409701 - 3.1103527546 - 3.1103527546 - 3.1103527546 - 3.1093456745 - 3.1103527546 - -1.4100335836 - -1.4100335836 - 3.1103527546 - 3.1103527546 - 2.6882538795 - 2.6882538795 - 0.8379812241 - 0.8379812241 - -3.0367157459 - -3.0367157459 - -0.7383740544 - -0.7383740544 - -1.2490457296 - -1.2490457296 - -2.3631873131 - -2.3631873131 - 2.9849908352 - 2.9849908352 - 3.1156244278 - 3.1156244278 - 3.0727362633 - 3.0727362633 - 3.0727362633 - 3.0727362633 - -2.6686861515 - -2.6962916851 - -2.6686861515 - 3.1058936119 - 3.1058936119 - 3.0702850819 - -1.8643853664 - -1.8643853664 - 0.7061991096 - -2.3561944962 - -2.3561944962 - -0.0542944111 - -0.0542944111 - 2.4793772697 - 2.4793772697 - 2.8612930775 - 2.8612930775 - 3.0509328842 - 3.0509328842 - 3.0060648918 - -1.6850506067 - -1.6850506067 - 3.0945684910 - 3.0945684910 - -2.1346657276 - -2.1346657276 - 2.5259728432 - 2.5259728432 - 0.6012997031 - -2.3403227329 - -2.3403227329 - 2.9927027225 - 2.9927027225 - 2.9927027225 - 2.9927027225 - 2.9927027225 - 2.9927027225 - 2.9849908352 - 2.9849908352 - 2.9849908352 - -0.9678135514 - -0.9678135514 - 2.9849908352 - 2.9849908352 - 2.9849908352 - 3.0367157459 - 0.4398425817 - 0.4398425817 - 2.9147937298 - 2.8430936337 - 2.9147937298 - 2.9147937298 - -0.8198672533 - -0.8198672533 - 0.0000000000 - 0.0000000000 - 0.0000000000 - 0.0000000000 - 0.0000000000 - 0.0000000000 - 0.5123894811 - 0.5123894811 - -0.8097835779 - -0.8097835779 - 2.0714640617 - 2.0714640617 - -1.4464412928 - -1.4464412928 - -1.1807482243 - 3.0238599777 - -1.1807482243 - -0.2449786663 - 2.2264919281 - 2.2264919281 - 1.9111782312 - 1.9111782312 - -0.2129383534 - -0.2129383534 - -2.1144416332 - -2.1144416332 - -1.6262948513 - -1.0303767920 - -1.9492237568 - -1.6262948513 - 1.3171222210 - 1.3171222210 - 2.3067300320 - 2.3067300320 - 2.3162157536 - 0.0996686518 - 0.0996686518 - 0.9763213396 - 0.9763213396 - 2.8473579884 - 2.8473579884 - 2.7722589970 - 2.7722589970 - -0.2606023848 - -0.3009202480 - -0.2606023848 - 2.4526681900 - 0.5028432012 - 2.4526681900 - -2.2873380184 - -2.2873380184 - 1.8391625881 - 1.8391625881 - 3.1109900475 - 2.5975499153 - 2.2373540401 - 3.1109900475 - -0.5144513249 - -0.5144513249 - -2.8394474983 - -2.8394474983 - 1.8249211311 - 1.8249211311 - -2.9996955395 - -2.9996955395 - -2.9996955395 - -2.9996955395 - -2.9996955395 - -2.9996955395 - -0.3465388715 - -0.3465388715 - 3.1156244278 - 3.1156244278 - -2.3242905140 - -2.3242905140 - -2.9335365295 - -2.9335365295 - -3.0791738033 - -3.0172376633 - -3.0791738033 - -3.0172376633 - -0.1526493281 - -0.1526493281 - -0.1488899440 - -0.1488899440 - -0.1526493281 - -0.1488899440 - 2.6374266148 - 2.6374266148 - -3.0509328842 - -3.0509328842 - -3.0509328842 - -3.0509328842 - -3.0961694717 - -3.0509328842 - 2.1616079807 - 2.1616079807 - 2.1531493664 - 2.1531493664 - 2.1616079807 - 2.1531493664 - -0.2497747838 - 1.9597531557 - 1.9597531557 - -1.7196862698 - -1.7196862698 - -3.0999500751 - -3.0999500751 - -3.0584514141 - -2.3850882053 - -2.3850882053 - 1.8592258692 - 1.8592258692 - 2.4156482220 - 2.4156482220 - -1.3948566914 - -0.0106378961 - -1.3948566914 - 1.2803944349 - 2.6387493610 - 1.2803944349 - -0.0106378961 - -1.3948566914 - 1.2803944349 - 2.6387493610 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - -3.1082715988 - 1.8885943890 - 1.8885943890 - -0.3868757188 - -0.3868757188 - 2.6603257656 - 2.6603257656 - 3.1415927410 - 3.1415927410 - 3.1093456745 - 3.1103527546 - 3.1415927410 - 1.3909428120 - 1.3909428120 - -1.3339475393 - -1.3339475393 - 3.1103527546 - 3.1103527546 - 3.1103527546 - 3.1112987995 - 1.0516501665 - 0.4266274869 - 1.0516501665 - 3.1103527546 - 3.1112987995 - 3.1103527546 - -2.9912211895 - -2.9912211895 - 0.2210470587 - 0.2210470587 - 0.6456893086 - 3.1103527546 - 3.1103527546 - 3.1103527546 - 3.1093456745 - 3.1103527546 - 2.8603603840 - 2.8603603840 - 1.2765617371 - 1.2765617371 - 3.1415927410 - 3.1415927410 - 3.1093456745 - 3.1093456745 - 3.1415927410 - 3.1093456745 - -0.6991925836 - -0.6991925836 - 1.8264412880 - 2.8647944927 - 1.8264412880 - 3.0727362633 - 3.0727362633 - 3.0727362633 - 3.0727362633 - -2.6962916851 - -2.6962916851 - -2.6686861515 - 3.0702850819 - 3.1058936119 - 3.0702850819 - 3.0648207664 - 3.0648207664 - 3.0648207664 - 3.0617625713 - 3.0617625713 - 3.0648207664 - 3.0648207664 - 0.7763894200 - 0.7763894200 - 1.1878975630 - 1.1878975630 - 0.6012997031 - 2.5259728432 - 0.6012997031 - 2.3259007931 - 2.3259007931 - -2.2507052422 - -2.2507052422 - 2.9764440060 - 2.9764440060 - 2.9764440060 - -2.1236374378 - -2.1236374378 - 1.5495229959 - 1.5495229959 - -1.4735431671 - -1.4735431671 - 2.8632929325 - 2.8632929325 - -2.6497833729 - -2.6497833729 - 2.8198421001 - 2.8198421001 - 2.8198421001 - -2.4567713737 - -2.4567713737 - -0.2328138202 - -0.2328138202 - -1.7506498098 - -1.7506498098 - -2.7522759438 - -2.7522759438 - -2.7744188309 - 0.3217505515 - 0.3217505515 - -0.8685393929 - -0.8685393929 - 0.0000000000 - 0.0000000000 - 0.4182243347 - 0.4182243347 - 2.4012091160 - 2.4012091160 - 1.3734008074 - 1.3734008074 - 2.2455372810 - 2.2455372810 - 2.0714640617 - 2.0714640617 - 0.8663022518 - 0.8663022518 - -1.5102642775 - -1.5246752501 - -1.5102642775 - 1.6888883114 - 1.6888883114 - 2.4845178127 - 2.4805495739 - 2.4845178127 - -1.3258177042 - -1.3258177042 - -1.1071487665 - -1.1071487665 - -1.1398473978 - 2.2641477585 - -1.1398473978 - 3.0871012211 - 3.0871012211 - -0.8621700406 - -0.8621700406 - 2.6263477802 - 2.6263477802 - -3.0090410709 - -3.0090410709 - -3.0172376633 - -3.0172376633 - -3.0791738033 - -3.0172376633 - -3.0172376633 - -3.0172376633 - -3.0791738033 - -3.0172376633 - -3.0172376633 - -3.0244839191 - -3.0828368664 - -3.0244839191 - -3.0244839191 - -3.0244839191 - 2.9340963364 - 2.9340963364 - 1.5558720827 - 1.5558720827 - -0.9407624006 - -0.9407624006 - 0.7672183514 - 0.7672183514 - 0.0307595264 - 0.0307595264 - -3.0509328842 - -3.0509328842 - -3.0509328842 - -3.0509328842 - -3.0961694717 - -3.0509328842 - -2.4295091629 - -2.4295091629 - 0.3097029328 - 0.3097029328 - 0.3045108914 - 0.3045108914 - -0.0683863461 - -1.1589890718 - -1.1589890718 - 1.8958041668 - 2.1471714973 - 2.1471714973 - 1.1760052443 - 1.1760052443 - -3.1071236134 - -3.1071236134 - -2.9402754307 - -2.9402754307 - 0.3142319024 - 0.3142319024 - 0.1752663702 - -0.9314104319 - 2.0122253895 - -2.2439916134 - 0.1752663702 - -0.9189271927 - -0.9189271927 - -0.9314104319 - 0.1752663702 - -0.9189271927 - 2.7886023521 - 2.7886023521 - -0.8960554004 - -0.8960554004 - 2.4181840420 - 2.4181840420 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - -2.2197918892 - -2.2197918892 - -1.3996477127 - -1.3996477127 - 0.6747409701 - 0.6747409701 - -2.2278711796 - -1.5093353987 - -0.1676424444 - -1.5093353987 - 1.5475447178 - 1.5475447178 - 3.1415927410 - 3.1415927410 - 3.1112987995 - 3.1415927410 - 3.1415927410 - 3.1103527546 - 3.1103527546 - 3.1103527546 - 3.1415927410 - -1.7063239813 - -1.7063239813 - 1.2886725664 - 1.2886725664 - -1.2426763773 - -1.2426763773 - -0.8011036515 - -0.8011036515 - -2.8166875839 - -2.8166875839 - 0.5708053112 - 0.5708053112 - 2.6532588005 - 2.6532588005 - 2.6292030811 - 0.8943400979 - 0.8943400979 - 2.3332099915 - 2.3332099915 - 3.1082715988 - 3.1082715988 - 0.4825133085 - 0.4825133085 - 3.0727362633 - 3.0727362633 - 3.0727362633 - 3.0727362633 - 2.8809902668 - 2.8809902668 - -2.0788590908 - -2.0788590908 - -0.1651486754 - -0.1651486754 - 0.8519663215 - 0.8519663215 - -0.1137920097 - -0.1137920097 - -0.5880026221 - -0.5880026221 - -2.5973122120 - -2.5973122120 - -0.0464781299 - 2.6718101501 - 2.6718101501 - -1.5900247097 - -1.5900247097 - 2.9996955395 - 2.9996955395 - 1.3258177042 - 1.3258177042 - 0.9988781214 - 0.9988781214 - -0.1707352102 - -0.1707352102 - 2.9764440060 - 2.9764440060 - 2.9764440060 - 3.0080635548 - 3.0080635548 - 0.9741359353 - 0.9741359353 - 3.0244839191 - 2.9669203758 - 3.0244839191 - 2.9669203758 - 0.1488899440 - 0.1488899440 - 1.5565116405 - 1.5565116405 - 2.8632929325 - 2.8632929325 - 0.9607923627 - 0.9607923627 - 2.9304993153 - 2.9304993153 - 2.9147937298 - 2.9147937298 - 2.9147937298 - 2.9147937298 - 2.4292349815 - 2.4292349815 - 2.9147937298 - 2.9147937298 - 2.8966140747 - 2.8966140747 - 1.1795607805 - 1.1795607805 - -1.4730694294 - -1.4730694294 - 0.6962045431 - 0.6962045431 - -1.2490457296 - -1.2490457296 - -0.2449786663 - 3.0238599777 - 3.0238599777 - -1.1807482243 - -0.2449786663 - -1.2490457296 - -1.1807482243 - -0.2449786663 - 2.8198421001 - 2.8198421001 - 2.8198421001 - 0.4874526262 - 0.4874526262 - 1.8692952394 - 1.8692952394 - -0.2040179819 - -0.2040179819 - -2.7744188309 - -2.7522759438 - -2.7744188309 - 0.0624188110 - 0.0831412300 - 0.0624188110 - -2.6360116005 - -2.6360116005 - -0.6699715257 - -0.6699715257 - -0.5361460447 - -0.5361460447 - 2.1898624897 - 2.1898624897 - 2.2259023190 - 2.2259023190 - 1.1319370270 - 1.1319370270 - 1.3432288170 - 1.3432288170 - -1.5246752501 - -1.5246752501 - -1.5102642775 - 2.4775464535 - 2.4775464535 - 0.3947911263 - 0.3947911263 - 2.4805495739 - 2.4805495739 - 2.4845178127 - 2.2373540401 - 2.2373540401 - 3.1109900475 - -1.0878274441 - -1.0878274441 - 0.5123894811 - 0.5123894811 - -1.0924439430 - -1.0924439430 - -0.3775301874 - -0.3775301874 - -0.2847304344 - -0.2847304344 - -0.4096460938 - -0.4096460938 - -2.9927027225 - -2.9927027225 - 2.8911495209 - 2.8911495209 - -3.0466408730 - -3.0466408730 - -3.0466408730 - -3.0509328842 - -3.0509328842 - -3.0509328842 - -3.0509328842 - -1.0747526884 - -1.0747526884 - -3.0509328842 - -3.0509328842 - -3.0509328842 - -3.0509328842 - -3.0509328842 - -3.0961694717 - 2.2124557495 - 2.2124557495 - 0.5404195189 - 0.5404195189 - -2.2766082287 - -2.2766082287 - -0.0683863461 - 0.3045108914 - -0.0683863461 - -3.0648207664 - -3.0648207664 - -3.0676536560 - -3.0676536560 - -3.0648207664 - 0.2984989285 - -3.0676536560 - -3.1045725346 - -3.1045725346 - -3.0676536560 - -3.1031501293 - -3.1045725346 - -2.4613947868 - -2.4613947868 - -2.7488319874 - -2.7488319874 - -3.1071236134 - -3.1071236134 - -3.1071236134 - -1.9715898037 - -1.9715898037 - 2.3832149506 - 2.3832149506 - -3.0636260509 - -3.0636260509 - 0.6545707583 - 0.6545707583 - -3.1082715988 - 3.1415927410 - 3.1415927410 - 3.1415927410 - -3.1082715988 - -3.0750246048 - -2.1010119915 - -2.0807683468 - -2.1341125965 - -2.1010119915 - 0.2208287716 - 1.7721134424 - 0.2208287716 - 0.9636114240 - 0.9636114240 - -0.4899573326 - -0.4899573326 - 3.1300988197 - -2.7631652355 - 3.1300988197 - -0.9060218334 - -0.9060218334 - 2.5172863007 - 2.5172863007 - 2.3678219318 - 2.3678219318 - -2.9645195007 - -2.9645195007 - 1.2132304907 - -0.3764903247 - -0.3764903247 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1112987995 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1112987995 - 3.1415927410 - 3.1415927410 - 1.7894653082 - 1.7894653082 - 1.1372148991 - 1.1220729351 - 1.1372148991 - 1.6666554213 - 1.6666554213 - 3.1415927410 - 3.1103527546 - 3.1415927410 - 1.2490457296 - 1.2490457296 - 3.1103527546 - 3.1103527546 - 3.1103527546 - 2.1057515144 - 2.1057515144 - 3.1112987995 - 3.1103527546 - 3.1112987995 - 2.6011731625 - 2.6011731625 - 3.0676536560 - 3.0676536560 - 3.1103527546 - 3.1103527546 - -2.4342961311 - -2.4342961311 - 2.7798633575 - 2.7798633575 - 1.9061206579 - 1.9061206579 - 2.6292030811 - 2.6532588005 - 2.6292030811 - 0.6456893086 - 0.2210470587 - -1.0121970177 - 0.6456893086 - -0.3142319024 - -0.3142319024 - 2.6197583675 - 2.6197583675 - -1.4940243959 - -1.4940243959 - 0.8960554004 - 0.8960554004 - -2.7004132271 - -1.1410340071 - -1.1357123852 - -2.7004132271 - -1.9930474758 - -1.9930474758 - -0.9623362422 - -0.9623362422 - -1.6570018530 - -1.6570018530 - 1.6926387548 - 1.6926387548 - 0.6998928785 - 0.6998928785 - 1.9470382929 - -2.7567288876 - 1.9470382929 - -2.9694018364 - -2.9694018364 - 0.7086262703 - 2.3850882053 - 0.7086262703 - -0.7597627640 - -0.7597627640 - 2.9996955395 - 2.9996955395 - 2.9849908352 - 2.9849908352 - 2.9849908352 - 2.9849908352 - -2.0068011284 - -2.0068011284 - 2.2167544365 - 2.2167544365 - 2.9669203758 - 2.9669203758 - 3.0244839191 - 2.9669203758 - 2.9669203758 - 2.9669203758 - 3.0244839191 - 2.9669203758 - -0.8567056060 - 2.4311981201 - -0.8567056060 - 2.8966140747 - 2.8966140747 - -2.6779451370 - -2.6779451370 - 1.3065363169 - 1.3065363169 - -1.1111972332 - -1.1111972332 - -0.3610053062 - -0.3610053062 - -0.3430239260 - -2.9781162739 - -2.9781162739 - -1.9492237568 - -1.9492237568 - -1.6262948513 - -1.8094056845 - -1.8094056845 - -2.3239476681 - -2.3239476681 - -0.1887377650 - -0.1887377650 - -2.3239476681 - -0.1887377650 - 2.3162157536 - 2.3067300320 - 2.3162157536 - 2.2655346394 - 0.0547397807 - 0.0547397807 - -1.6262948513 - -1.6262948513 - 0.4201967120 - 0.4201967120 - -2.4950795174 - -2.4950795174 - 0.0554985069 - 0.0554985069 - 0.7165416479 - 0.7165416479 - 1.5480729342 - 1.5480729342 - 0.9420000315 - 0.9420000315 - 1.3815972805 - 1.3815972805 - -2.4790296555 - -2.4790296555 - 0.8868451118 - 0.8868451118 - 2.4719536304 - 2.4719536304 - -2.2996511459 - -2.2996511459 - 1.1961151361 - 1.1961151361 - -0.6055446863 - -0.6055446863 - -2.8501358032 - -2.8501358032 - -2.8501358032 - -2.8501358032 - -2.8501358032 - -1.2622900009 - -1.2622900009 - -2.9889433384 - -2.9147937298 - -2.9889433384 - -2.9441971779 - -2.9441971779 - 1.5707963705 - 1.5707963705 - -3.0172376633 - -3.0172376633 - -3.0090410709 - -3.0090410709 - -0.3587706685 - -0.3587706685 - -3.0172376633 - -3.0172376633 - -3.0172376633 - -3.0244839191 - -3.0828368664 - -3.0244839191 - -3.0244839191 - -3.0244839191 - 1.0074800253 - 1.0074800253 - -3.0244839191 - -3.0828368664 - -3.0244839191 - -3.0244839191 - -3.0244839191 - -2.3006958961 - -2.3006958961 - -1.8157750368 - -1.8157750368 - -3.0367157459 - -3.0367157459 - -2.9849908352 - -2.0491487980 - -2.0491487980 - 2.0409798622 - 2.0409798622 - -3.0466408730 - -3.0466408730 - -3.0466408730 - -3.0509328842 - -3.0509328842 - -3.0509328842 - -3.0509328842 - -3.0509328842 - -3.0509328842 - -3.0509328842 - -3.0509328842 - -3.0509328842 - -3.0509328842 - -0.2497747838 - 2.1531493664 - -0.2497747838 - -0.2401710153 - -1.0322889090 - -1.0322889090 - -0.1891990155 - -0.1891990155 - -2.2108845711 - 3.0570487976 - -2.2108845711 - -1.8058085442 - -1.8058085442 - -2.2248790264 - -3.0617625713 - -3.0617625713 - 0.5642681718 - 0.5642681718 - -2.2259831429 - -2.2259831429 - -2.4258489609 - -2.4258489609 - 0.4353532791 - -3.1045725346 - -3.1045725346 - 0.7354397774 - 0.7354397774 - -0.0196053311 - -0.0196053311 - 2.5337905884 - 2.5337905884 - 0.2546246648 - 0.2546246648 - -2.2214231491 - -2.2214231491 - -0.9083700180 - -0.9083700180 - -2.1341125965 - -2.0807683468 - -2.1341125965 - -2.1010119915 - 3.1415927410 - 3.1415927410 - 1.6183794737 - 1.6183794737 - -0.3759609461 - -0.3759609461 - -2.3305590153 - -2.3305590153 - 0.6435011029 - 0.6435011029 - 3.1415927410 - 3.1415927410 - 2.9173579216 - 2.9173579216 - 1.6284247637 - 1.6284247637 - -1.5522799492 - -1.5522799492 - 1.6284247637 - -1.5522799492 - 0.6202495098 - 0.6202495098 - 3.1112987995 - 3.1415927410 - 3.1112987995 - 3.1415927410 - 3.1415927410 - 2.6026906967 - 2.6026906967 - -1.0400228500 - -1.0400228500 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1112987995 - 3.1112987995 - 3.1112987995 - 3.1112987995 - 3.1112987995 - 3.1103527546 - 0.1973955631 - 0.1973955631 - 0.5919708610 - 0.5919708610 - 2.8647944927 - 2.8647944927 - 1.8264412880 - -1.2490457296 - -1.2490457296 - 2.3561944962 - 2.3561944962 - 0.7853981853 - 0.7853981853 - 0.9428150654 - 0.9428150654 - 2.5324292183 - 2.5324292183 - 3.0727362633 - 3.0727362633 - 3.0727362633 - 3.0727362633 - 3.0727362633 - 3.0727362633 - 2.0763773918 - 2.0763773918 - 1.5964317322 - 1.5964317322 - 2.8773326874 - 2.8802666664 - 2.8773326874 - -0.0673138723 - -0.0673138723 - 2.8773326874 - -0.0673138723 - -2.7707014084 - -2.7707014084 - 2.5636906624 - 2.5636906624 - -1.4141944647 - -1.4141944647 - -1.0687061548 - -0.3752708137 - -0.3752708137 - 0.9652516842 - -2.4925971031 - 0.9652516842 - 2.3850882053 - 2.3850882053 - 0.7086262703 - -1.0319768190 - -1.0319768190 - -1.5707963705 - 2.4374964237 - -1.5707963705 - -1.8633581400 - -1.8633581400 - 2.8456666470 - 2.8456666470 - -2.0640962124 - -1.1745569706 - -2.0640962124 - 2.9694018364 - 2.9694018364 - 2.3884413242 - 2.3884413242 - -2.9562447071 - -2.9562447071 - 2.9927027225 - 2.9927027225 - 2.9927027225 - 2.9927027225 - 2.9849908352 - 2.9849908352 - 2.9849908352 - 2.9849908352 - -0.7509290576 - -0.7509290576 - -0.7494424582 - -0.7494424582 - 2.1341125965 - 2.1341125965 - 1.3861119747 - 1.3861119747 - -0.9548112154 - -2.6620733738 - -0.9548112154 - 0.1671018004 - 0.1671018004 - 1.3757760525 - 2.9147937298 - 2.9147937298 - 2.9147937298 - 0.4245613813 - 1.3757760525 - 0.4245613813 - -0.3430239260 - -0.3610053062 - -0.3430239260 - 1.8755993843 - 1.8755993843 - 2.7233684063 - 2.7233684063 - -0.5307735205 - -0.5307735205 - -2.3823664188 - -2.3823664188 - -2.7965905666 - -2.7965905666 - -2.2206668854 - -2.2206668854 - 0.6365082264 - 0.6365082264 - -2.3421108723 - -2.3421108723 - -1.6373645067 - -1.6373645067 - -2.9406383038 - -2.9406383038 - 0.7179331183 - 0.7179331183 - -0.7086262703 - -0.7086262703 - 1.6951513290 - 1.6951513290 - -0.4124104381 - -0.4124104381 - -1.3382394314 - -1.3382394314 - -0.8298133612 - -0.8298133612 - -0.9971296787 - -0.9971296787 - 0.8288490772 - 0.8288490772 - -0.2422085851 - -0.2422085851 - 2.8712673187 - 2.8712673187 - 2.6078844070 - 2.6078844070 - -0.6812981963 - -0.6812981963 - 2.3936769962 - 0.8960554004 - 2.3936769962 - 2.3872404099 - 2.3748259544 - -2.9147937298 - -2.9147937298 - -2.9889433384 - -3.0172376633 - -3.0172376633 - -2.9562447071 - -3.0172376633 - -3.0172376633 - -3.0172376633 - -3.0828368664 - -3.0244839191 - -3.0828368664 - -3.0244839191 - -3.0244839191 - -3.0244839191 - 1.8925468922 - 1.8925468922 - -0.9426262379 - -0.9426262379 - -3.0916342735 - -3.0916342735 - -2.9849908352 - -3.0367157459 - -2.9849908352 - 0.5016040802 - 0.5016040802 - -0.2401710153 - -0.2497747838 - -0.2401710153 - -2.2209308147 - -2.2209308147 - 0.9218007922 - 0.9218007922 - -3.0821390152 - -3.0821390152 - -1.5263811350 - -1.5263811350 - 0.4353532791 - -2.4258489609 - 0.4353532791 - 1.3690339327 - 1.3690339327 - 1.8958041668 - -1.1589890718 - 1.8958041668 - -0.7776463628 - -0.7776463628 - -0.4743998945 - -0.4743998945 - 0.2449786663 - 0.2449786663 - 1.0636978149 - 1.0636978149 - -0.9664908051 - -0.9664908051 - -0.2904019356 - -0.2904019356 - 3.1415927410 - 3.1415927410 - -2.0807683468 - -2.0807683468 - -2.1341125965 - -2.1010119915 - 2.8798792362 - 2.8798792362 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 1.7721134424 - 1.7721134424 - 0.2208287716 - 0.9339030385 - 0.9339030385 - -2.7631652355 - -2.7631652355 - 3.1300988197 - -0.1676424444 - -0.1676424444 - -1.5093353987 - 0.4930509031 - 0.4930509031 - 1.2132304907 - -2.9645195007 - 1.2132304907 - 2.1618292332 - 2.1618292332 - 1.9914597273 - 1.9914597273 - 0.9374989271 - 0.9374989271 - 1.0729739666 - 1.0729739666 - 1.0646212101 - 1.0646212101 - 1.0729739666 - 1.0646212101 - 0.7288547158 - 0.7288547158 - -2.4725496769 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1112987995 - 3.1112987995 - 3.1112987995 - 3.1112987995 - 0.0696545765 - 0.0696545765 - 2.2175548077 - 2.2175548077 - 0.7853981853 - 0.7853981853 - 1.3614109755 - 1.3614109755 - -1.0153025389 - -1.0153025389 - -0.2782996595 - -0.2782996595 - -1.1410340071 - -1.1410340071 - -1.1357123852 - -2.7004132271 - -0.6022873521 - -0.6022873521 - 2.8802666664 - 2.8802666664 - 2.8773326874 - 3.0702850819 - 3.0702850819 - -3.0185067654 - -3.0185067654 - -2.9340963364 - -2.9340963364 - 3.0617625713 - 3.0617625713 - 3.0648207664 - 3.0648207664 - -2.4925971031 - -2.4925971031 - 0.9652516842 - 1.9985312223 - 1.9985312223 - -0.0464781299 - -2.5973122120 - -0.0464781299 - 3.0118901730 - 3.0118901730 - 1.3321870565 - 1.3321870565 - 2.4374964237 - 2.4374964237 - -1.5707963705 - -0.7853981853 - -0.7853981853 - -0.7799337506 - -2.4136025906 - -2.4136025906 - -1.2772073746 - -1.2772073746 - -2.3139660358 - -2.3139660358 - -1.3521274328 - -1.3521274328 - -1.6814535856 - -1.6814535856 - 2.9562447071 - 2.9562447071 - -2.1359457970 - -2.1359457970 - 2.9543387890 - -0.3612037599 - 1.9437839985 - -0.3612037599 - -0.3539974391 - -0.3539974391 - 1.9437839985 - -0.3612037599 - -0.3539974391 - 2.8259770870 - 2.8259770870 - 0.4547192752 - 0.4547192752 - 2.8966140747 - 2.8966140747 - 2.8753407001 - 2.8753407001 - 1.2793395519 - 1.2793395519 - -2.3932147026 - -2.3932147026 - 0.7522976995 - 0.7522976995 - -0.5478635430 - -0.5478635430 - -0.4816636741 - -0.4816636741 - 0.6153395176 - 0.6153395176 - -0.2730087042 - -0.2730087042 - 0.1607627422 - 0.1607627422 - 1.2387368679 - 1.2387368679 - 2.1910457611 - 2.1910457611 - 1.8788491488 - 1.8788491488 - 1.9797041416 - 1.9797041416 - 1.7741323709 - 1.7741323709 - 2.3097164631 - 2.3097164631 - 2.7698836327 - 2.7698836327 - 2.9441971779 - 2.9441971779 - -2.3688521385 - -2.3688521385 - -1.9055331945 - -1.9055331945 - 1.2309755087 - 1.2309755087 - -2.4301335812 - -2.4301335812 - 2.3872404099 - 0.8960554004 - 2.3936769962 - 2.3872404099 - 2.3748259544 - 2.3748259544 - 0.8960554004 - 2.3936769962 - 2.3872404099 - 2.3748259544 - -0.9272952080 - -0.9272952080 - 1.6142472029 - 1.6142472029 - -1.1646075249 - -1.1646075249 - 0.6994038820 - 0.6994038820 - -2.8198421001 - -2.8198421001 - 2.7140119076 - 2.7140119076 - -3.0509328842 - -3.0509328842 - -3.0509328842 - -3.0509328842 - -3.0961694717 - -3.0961694717 - -3.0509328842 - -3.0509328842 - -3.0509328842 - -3.0509328842 - -1.5925320387 - -1.5925320387 - -2.5262532234 - -2.5262532234 - 1.7454684973 - 1.7454684973 - 3.0570487976 - 3.0570487976 - -2.2108845711 - -1.5707963705 - -2.2248790264 - -1.5707963705 - 0.2984989285 - 0.2984989285 - -3.0676536560 - -3.0702850819 - 0.5785242319 - 0.5785242319 - 3.0617625713 - 3.0617625713 - 1.4121410847 - 1.4121410847 - -1.7164247036 - -3.1071236134 - -3.1071236134 - -3.1071236134 - 1.0109994411 - 1.0109994411 - -1.2793395519 - -1.2793395519 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 0.2653320730 - 0.2653320730 - 0.1721908152 - 0.1721908152 - -3.0750246048 - -3.1082715988 - -3.0750246048 - -2.6344940662 - -3.0798156261 - -3.0798156261 - 0.9827937484 - -0.2738420367 - -0.2738420367 - 2.7828218937 - 2.7828218937 - -0.9917220473 - -0.9917220473 - 1.5940479040 - 1.5940479040 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 1.0158005953 - 1.0158005953 - -2.5582196712 - 2.7878894806 - 2.7878894806 - 2.4385764599 - 2.4385764599 - -2.4725496769 - 0.7288547158 - -2.4725496769 - 3.1112987995 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1112987995 - 3.1112987995 - 3.1112987995 - 3.1112987995 - 3.1112987995 - 2.1889405251 - 2.1889405251 - -2.6696465015 - 3.1112987995 - 3.1112987995 - 3.1112987995 - 0.1213520020 - 0.1213520020 - -1.0121970177 - -1.0121970177 - 0.6456893086 - -2.3456685543 - -2.3456685543 - 3.1112987995 - 3.1103527546 - 3.1112987995 - 3.1103527546 - 3.1103527546 - 3.1103527546 - 3.1112987995 - 3.1103527546 - -2.8006136417 - -2.8006136417 - -1.5083775520 - -1.5083775520 - 0.7387031317 - 0.7387031317 - 0.6202495098 - 0.6202495098 - 3.0750246048 - 3.0750246048 - 3.0727362633 - -1.1357123852 - -1.1410340071 - -1.1357123852 - -2.7004132271 - 3.0727362633 - 3.0727362633 - 3.0727362633 - 3.0727362633 - 3.0385110378 - 3.0727362633 - -2.3107712269 - -2.3036115170 - -2.3107712269 - 2.6093831062 - 2.6093831062 - -3.1016139984 - -3.1016139984 - -1.0687061548 - -1.4141944647 - -1.0687061548 - -2.7567288876 - -2.7567288876 - 1.9470382929 - -0.7799337506 - -0.7853981853 - -0.7799337506 - -1.1745569706 - -1.1745569706 - -2.0640962124 - 0.9586438537 - 0.9586438537 - 2.4219677448 - -1.1364290714 - -1.1364290714 - -0.3089307547 - -0.3089307547 - -0.4783524275 - -0.4783524275 - -0.7615931630 - -0.7615931630 - 0.0000000000 - 0.0000000000 - 2.9669203758 - 2.9669203758 - 2.4719536304 - 2.4719536304 - 2.4311981201 - 2.4311981201 - -0.8567056060 - 1.0370881557 - 1.0370881557 - 2.5755376816 - 2.5755376816 - -1.2762498856 - -1.2762498856 - 2.2330117226 - 2.2330117226 - -0.5448639393 - -0.5448639393 - -2.3629970551 - -2.3629970551 - -2.6108191013 - -2.6108191013 - -0.7044940591 - -0.7044940591 - -2.6108191013 - -0.7044940591 - -0.4688289165 - -0.4688289165 - 0.5041659474 - 0.5041659474 - 0.4048917890 - 0.4048917890 - 0.1994405538 - 0.1994405538 - 2.3561944962 - 2.3561944962 - 0.7551044226 - 0.7551044226 - 2.2655346394 - 2.3162157536 - 2.2655346394 - 0.7199181318 - 0.7199181318 - -0.6435011029 - -0.6435011029 - -0.8035779595 - -0.8035779595 - -2.0607535839 - -2.0607535839 - 3.0981416702 - 3.0981416702 - 2.9764440060 - 2.9562447071 - 2.9764440060 - 0.9703565240 - 0.9703565240 - 1.5810000896 - 1.5810000896 - 0.0867383406 - 0.0867383406 - 2.4547750950 - 2.4547750950 - 1.8965954781 - 1.8965954781 - -3.0509328842 - -3.0509328842 - -0.6627295017 - -0.6627295017 - 0.5337082148 - 0.5337082148 - -1.8240621090 - -1.8240621090 - -2.8501358032 - -2.8501358032 - -2.8501358032 - -2.8501358032 - 2.4489507675 - 2.4489507675 - -2.9889433384 - -2.9889433384 - -2.9147937298 - 0.8960554004 - 0.8960554004 - 2.3936769962 - 2.3872404099 - 2.3748259544 - 2.5773243904 - 2.5773243904 - -2.0235748291 - -2.0235748291 - 0.7252299190 - 0.7252299190 - 0.9760370851 - 0.9760370851 - -2.9562447071 - -2.9562447071 - -3.0172376633 - -3.0172376633 - 1.2746812105 - 1.2746812105 - 1.2793395519 - -3.0244839191 - -3.0244839191 - -3.0828368664 - 2.8664033413 - 2.8664033413 - 2.1720960140 - 2.1720960140 - -3.0367157459 - -3.0367157459 - 1.0381526947 - 1.0381526947 - 1.6745886803 - 1.6745886803 - 1.9966467619 - 1.9966467619 - 2.6320004463 - 2.6320004463 - -2.2248790264 - -1.8058085442 - -2.2248790264 - -1.5707963705 - 1.6735261679 - 1.6735261679 - 0.0721636266 - 0.0721636266 - 2.3666107655 - 2.3666107655 - 1.0265158415 - 1.0265158415 - 0.3052231371 - 0.3052231371 - 2.1401095390 - 2.1401095390 - 1.2673363686 - 1.2673363686 - 0.1526493281 - 0.1526493281 - -2.6516354084 - -2.6516354084 - -2.5582196712 - 1.0158005953 - -2.5582196712 - -2.5488953590 - -2.5488953590 - -2.5582196712 - -2.5488953590 - -1.3415644169 - -1.3415644169 - 2.3107712269 - 2.3107712269 - 3.1112987995 - 3.1121892929 - 3.1112987995 - 3.1112987995 - 3.1112987995 - 3.1112987995 - 3.1112987995 - 3.0810606480 - 3.1112987995 - 3.1112987995 - 3.1112987995 - 3.1103527546 - 3.1103527546 - 3.1112987995 - 3.1112987995 - 3.1103527546 - -1.1071487665 - -1.1071487665 - 3.1103527546 - 3.1103527546 - 3.1112987995 - 3.1103527546 - 0.3610053062 - 0.3610053062 - -0.7989108562 - 0.7684506178 - 0.7684506178 - 1.0516501665 - 1.0516501665 - 3.0727362633 - 3.0750246048 - 3.0727362633 - 3.0727362633 - 2.2763645649 - 2.2763645649 - 0.2096398473 - 0.2096398473 - 2.2655346394 - 2.2655346394 - 2.5478429794 - 2.5478429794 - 2.9855678082 - 2.9855678082 - -2.3927636147 - -2.3927636147 - 2.4219677448 - 0.9586438537 - 2.4219677448 - 2.9849908352 - 2.9849908352 - 2.9849908352 - 0.6487550139 - 0.6487550139 - -0.4888523519 - -0.4888523519 - 1.4923062325 - 1.4923062325 - -0.0454232804 - -2.6620733738 - -2.6620733738 - -0.9548112154 - 1.5182132721 - 1.5182132721 - 0.5247957706 - 0.5247957706 - 1.3757760525 - 0.1671018004 - 1.3757760525 - 0.4245613813 - -0.6913369298 - -0.6913369298 - -2.2554135323 - -2.2554135323 - 1.5815485716 - 1.5815485716 - 1.5707963705 - 1.5707963705 - 1.5815485716 - 1.5707963705 - 2.8966140747 - 2.8966140747 - -0.7968919277 - -0.7968919277 - 0.3964412808 - 0.3964412808 - -1.7894653082 - -1.7894653082 - 2.7305281162 - 2.7305281162 - 2.7257809639 - 2.7257809639 - 2.7305281162 - 2.7257809639 - 2.7233684063 - 2.7233684063 - -0.7952988148 - -0.7952988148 - -0.7853981853 - -3.0271522999 - -3.0271522999 - 1.5216555595 - 1.5216555595 - 3.0702850819 - 3.0702850819 - 2.5951309204 - 2.5951309204 - -0.1674317718 - -0.1674317718 - 2.9562447071 - 2.9562447071 - 2.9764440060 - 0.3587706685 - 0.3587706685 - 2.5535900593 - 2.5535900593 - 0.7469555736 - 0.7469555736 - -2.1899576187 - -2.1899576187 - -2.8501358032 - -2.8501358032 - -2.8501358032 - -1.0934509039 - -1.0934509039 - 0.0782711431 - 0.0782711431 - -2.6176733971 - -2.6176733971 - -2.9764440060 - -2.9764440060 - -3.0172376633 - -2.9562447071 - -3.0172376633 - -3.0172376633 - 1.2793395519 - 1.2746812105 - 1.2793395519 - 1.9222410917 - 1.9222410917 - 3.1098573208 - 3.1098573208 - 1.9222410917 - 3.1098573208 - -2.7233684063 - -2.7233684063 - -0.9538544416 - -0.9538544416 - -2.6442499161 - -2.6442499161 - -3.0509328842 - -3.0509328842 - 0.8677800894 - 0.8677800894 - 1.0707275867 - 1.0707275867 - 2.2740268707 - 2.2740268707 - -3.0702850819 - 0.2984989285 - -3.0702850819 - -2.3202388287 - -2.3202388287 - -1.4648119211 - -1.4648119211 - -1.6871515512 - -1.6871515512 - 3.1282601357 - -2.4066567421 - -2.4066567421 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 1.8018870354 - 1.8018870354 - 0.9827937484 - -3.0798156261 - 0.9827937484 - -1.6926387548 - -1.6926387548 - 2.5316758156 - 2.5316758156 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 2.6439776421 - 2.6439776421 - -2.2142975330 - -2.2142975330 - 0.2573237121 - 0.2573237121 - -0.6596287489 - -0.6596287489 - 3.1415927410 - 3.1415927410 - 3.1112987995 - 3.1415927410 - 3.1112987995 - -2.6696465015 - 2.1889405251 - -2.6696465015 - -2.3357892036 - -2.3357892036 - 3.1271009445 - 3.1271009445 - 3.1112987995 - 3.0810606480 - 3.1112987995 - 3.1103527546 - 3.1112987995 - 3.1112987995 - 3.1112987995 - 3.0810606480 - 3.1112987995 - 3.1103527546 - 3.1112987995 - 3.1112987995 - -0.7140907049 - -0.7140907049 - -0.7853981853 - -0.7853981853 - 3.1112987995 - 3.1112987995 - 2.4668517113 - 2.4668517113 - -1.8513331413 - -1.8513331413 - -0.2449786663 - -0.2449786663 - -0.8184986711 - -0.8184986711 - -0.4434483349 - -0.4434483349 - 1.4711276293 - 1.4711276293 - 0.0822879896 - 0.0822879896 - 3.0771658421 - 3.0771658421 - 0.9322620630 - 0.9322620630 - 0.7140907049 - 0.7140907049 - 2.8351080418 - 2.8351080418 - 2.8236443996 - -0.4201967120 - -0.4201967120 - 3.0385110378 - 3.0727362633 - 3.0727362633 - 3.0727362633 - 3.0385110378 - 3.0348570347 - 3.0348570347 - 3.0309355259 - 3.0221636295 - 3.0221636295 - -1.3667783737 - -1.3667783737 - -1.1515638828 - -1.1515638828 - -0.7022569180 - -0.7022569180 - -0.6915569305 - -0.6915569305 - 0.4808872938 - 0.4808872938 - 1.2050490379 - 1.2050490379 - -1.0829598904 - -1.0829598904 - -0.5585992932 - 2.9669203758 - 2.9669203758 - 2.9105019569 - 2.9543387890 - -2.1359457970 - 2.9543387890 - 1.9437839985 - 1.9437839985 - -0.3612037599 - -0.3539974391 - 0.9354251027 - 0.9354251027 - -0.0249947943 - -0.0249947943 - -1.3467726707 - -1.3467726707 - -2.7960369587 - -0.0753288940 - -0.0753288940 - 1.1250840425 - 1.1250840425 - 0.9716209769 - -0.9105681777 - -0.9105681777 - -2.2794225216 - -2.2794225216 - -0.7853981853 - -0.7952988148 - -0.7853981853 - 2.2820448875 - 2.2820448875 - 1.6748962402 - 1.6748962402 - -0.6078019738 - -0.6078019738 - 3.0396742821 - 3.0396742821 - -1.1955255270 - -1.1955255270 - -0.4081490934 - -0.4081490934 - -1.3633000851 - -1.3633000851 - 0.3217505515 - 0.3217505515 - 0.8402880430 - 0.8402880430 - 1.7112789154 - 1.7112789154 - -0.6696389318 - -0.6696389318 - -0.1651486754 - -0.1651486754 - -0.1243549958 - 2.3403227329 - 2.3403227329 - 3.0509328842 - 3.0509328842 - 1.9130918980 - 1.9130918980 - 2.5431737900 - 2.5431737900 - -0.3129012287 - -0.3129012287 - 2.8879184723 - 2.8879184723 - 2.8848843575 - 2.8848843575 - 2.8879184723 - 2.8848843575 - 1.1383885145 - 1.1383885145 - -2.8501358032 - -2.8501358032 - -2.8501358032 - -2.8753407001 - -2.8753407001 - -1.9631364346 - -1.9631364346 - -3.0172376633 - -3.0172376633 - -0.5759186149 - -0.5759186149 - -2.0760865211 - -2.0760865211 - 1.1948354244 - 1.1948354244 - -0.6279813051 - 0.4006243944 - -0.6279813051 - 1.7848570347 - 1.7848570347 - -2.9996955395 - -2.9996955395 - -0.3826072216 - -0.3826072216 - -1.0088747740 - -1.0088747740 - -2.6832926273 - -2.6832926273 - 1.0088747740 - 1.0088747740 - 0.8934099078 - 0.8934099078 - 2.3737366199 - 2.3737366199 - -1.7164247036 - 3.1280798912 - 1.4121410847 - -1.7164247036 - -3.1071236134 - -3.1071236134 - -3.1071236134 - 3.1415927410 - 0.4497596025 - 0.4497596025 - 0.7205541134 - 0.7205541134 - 2.7667520046 - 2.7667520046 - -2.6344940662 - -3.0750246048 - -2.6344940662 - -3.1103527546 - -3.1103527546 - -1.0614951849 - -1.0614951849 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 2.6834394932 - 2.6834394932 - 1.7359449863 - 1.7359449863 - 0.0000000000 - 0.0000000000 - 3.1112987995 - 3.1112987995 - 3.1415927410 - 3.0810606480 - 3.1112987995 - 3.0810606480 - 3.1112987995 - 3.1103527546 - 3.1112987995 - 3.1103527546 - 3.0810606480 - 3.1112987995 - 3.1103527546 - 3.1112987995 - 3.1112987995 - 0.8534746170 - 0.8534746170 - 3.1112987995 - 3.1112987995 - 2.7828218937 - 2.7828218937 - 3.0810606480 - 3.0810606480 - 3.1112987995 - -0.4834470153 - -0.4834470153 - 2.2779233456 - 2.2779233456 - 0.5232782960 - 0.5232782960 - -2.4012091160 - -2.4012091160 - -2.6260435581 - -2.6260435581 - 0.9053021669 - 0.9053021669 - 3.1093456745 - 3.1093456745 - -0.7989108562 - 0.3610053062 - -0.7989108562 - 1.6522483826 - 1.6522483826 - -2.8167839050 - -2.8167839050 - 1.2998495102 - 1.2998495102 - 3.1082715988 - 3.1082715988 - -1.6814535856 - -1.6814535856 - 0.6705215573 - 0.6705215573 - -2.9147937298 - -2.9147937298 - 3.0727362633 - 3.0727362633 - 3.0727362633 - 1.3020932674 - 1.3020932674 - 2.8236443996 - 2.8351080418 - 2.8236443996 - 3.0727362633 - 3.0727362633 - 3.0727362633 - 3.0727362633 - 3.0385110378 - -0.9978302121 - 2.3375630379 - -0.9978302121 - 0.9151006937 - 0.9151006937 - -3.1282601357 - -3.1282601357 - -2.3036115170 - -2.3036115170 - -2.3107712269 - 3.0309355259 - 3.0348570347 - 3.0309355259 - -0.2186689526 - -0.1607627422 - -0.1607627422 - 2.3561944962 - 2.3561944962 - 1.3909428120 - 1.3909428120 - -0.9987667799 - -0.9987667799 - 0.7672183514 - 0.7672183514 - -2.5424172878 - -2.5424172878 - -0.9109479189 - -1.9311542511 - -0.9109479189 - 0.8917910457 - 0.8917910457 - -2.7195875645 - -2.7195875645 - 0.0000000000 - 0.0000000000 - 3.0060648918 - 3.0060648918 - 2.1948194504 - 2.1948194504 - 2.1679730415 - 2.1679730415 - 2.1948194504 - 2.1679730415 - -0.4930509031 - -0.4930509031 - 2.8966140747 - 2.8966140747 - -1.9195673466 - -1.9195673466 - 0.4290294051 - 0.4290294051 - -2.2618806362 - 0.9716209769 - 1.1250840425 - 0.9716209769 - 0.5937496424 - 0.5937496424 - -2.9732024670 - -2.9732024670 - -0.7077105045 - -0.7077105045 - -0.2551823854 - -0.2551823854 - -2.7707014084 - -2.7707014084 - 2.0931997299 - 2.0931997299 - -1.0303767920 - -1.0303767920 - -0.1243549958 - -0.1651486754 - -0.1243549958 - 1.0516501665 - 1.0516501665 - 1.0303767920 - 1.0516501665 - 2.7828218937 - 2.7828218937 - 2.4687600136 - 2.4687600136 - 2.1039519310 - 2.1039519310 - 2.3797194958 - 2.3797194958 - 2.3702781200 - 2.3706862926 - 2.3702781200 - 1.3109819889 - 1.3109819889 - -1.0427218676 - -1.0427218676 - -0.6973907948 - -0.6973907948 - -0.1142543256 - -0.1142543256 - 2.5337905884 - 2.5337905884 - 1.7818896770 - 1.7894653082 - 1.7818896770 - 0.7564207911 - 0.7419472933 - 0.7419472933 - 1.7818896770 - 0.7564207911 - 0.7419472933 - -2.2697055340 - -2.2697055340 - -1.2739516497 - -1.2739516497 - -0.6223028898 - -0.6223028898 - -2.4203267097 - -2.4203267097 - -2.8501358032 - -2.8501358032 - -2.8501358032 - -2.2142975330 - -2.2142975330 - -2.9147937298 - -2.9889433384 - -2.9147937298 - 0.2040179819 - 0.2040179819 - 2.2009902000 - 2.2009902000 - -2.6407721043 - -2.6407721043 - -2.9669203758 - -2.9669203758 - -2.9764440060 - -2.9764440060 - -2.2419402599 - -2.2419402599 - -0.5442804694 - -0.5442804694 - -2.5571486950 - -2.5571486950 - 0.1106572226 - 0.1106572226 - 1.9874986410 - 1.9874986410 - -0.0855052918 - -0.0855052918 - -1.3909428120 - -1.3909428120 - 2.8717434406 - 2.8717434406 - 2.4610714912 - 2.4610714912 - -2.6723270416 - -2.6723270416 - -2.0852477551 - -2.0852477551 - 0.1308273971 - 0.1308273971 - 0.9629943371 - 0.9272952080 - 0.9629943371 - 2.4616837502 - 2.4616837502 - 2.2362904549 - 2.2362904549 - 2.4087774754 - 2.4087774754 - 3.1121892929 - 3.1121892929 - 3.1112987995 - -0.7454195023 - -0.7454195023 - -2.8727521896 - -2.8727521896 - 0.3559577465 - 0.3559577465 - 3.1415927410 - 3.1415927410 - -2.5213432312 - 3.1112987995 - 3.1112987995 - 3.1112987995 - 3.1103527546 - 1.6628432274 - 1.6628432274 - -1.7196862698 - -1.7196862698 - 0.0820074454 - 0.0820074454 - 3.0791738033 - 3.0791738033 - 1.0974402428 - -1.8724154234 - 1.0974402428 - -2.4954738617 - -2.4954738617 - -2.7255282402 - -2.7255282402 - -2.8647944927 - 2.9639964104 - 2.9639964104 - 2.4163627625 - 2.4163627625 - 2.4037775993 - -2.5672879219 - -2.5672879219 - 2.4163627625 - 2.4037775993 - -2.5672879219 - 2.3375630379 - 2.3375630379 - -0.9978302121 - 3.0727362633 - 3.0727362633 - 3.0727362633 - 3.0385110378 - 3.0750246048 - 3.0727362633 - 0.4192323983 - 0.4192323983 - -0.3416154981 - -0.3416154981 - -1.4784669876 - -1.4784669876 - -1.8251644373 - -1.8251644373 - -1.8063412905 - -1.8063412905 - -1.8251644373 - -1.8063412905 - -2.9175689220 - -2.9175689220 - -2.9509537220 - -2.9509537220 - 0.6202495098 - 0.6202495098 - 0.7197989821 - 0.7197989821 - 1.4036945105 - 1.4036945105 - 2.4980914593 - 2.4980914593 - 2.9105019569 - 2.9669203758 - 2.9105019569 - -0.0454232804 - 1.4923062325 - -0.0454232804 - 0.6644954085 - 0.6644954085 - 2.9824559689 - 2.9824559689 - 1.8662371635 - 1.8662371635 - 1.1623073816 - 1.1801892519 - 1.1623073816 - 1.5707963705 - 1.5707963705 - -0.7479825020 - -0.7479825020 - 0.1106572226 - 0.1106572226 - -1.7782925367 - -1.7782925367 - 0.5191460848 - 0.5191460848 - -1.5707963705 - -1.5707963705 - -1.1902899742 - -1.1902899742 - -1.4154320955 - -1.4154320955 - -0.6666928530 - -0.6666928530 - -2.3100733757 - -2.3100733757 - 0.6287962794 - 0.6287962794 - 0.5036262870 - 0.5036262870 - 0.6913369298 - -1.2055948973 - 0.6913369298 - -2.6344940662 - -2.6344940662 - 2.2383224964 - 2.2383224964 - 1.8281199932 - 1.8281199932 - -3.0860941410 - -3.0860941410 - -1.0679531097 - -1.0679531097 - -1.1659045219 - -1.1659045219 - -2.0626056194 - -2.0626056194 - 3.0518345833 - 3.0518345833 - 1.9549657106 - 1.7894653082 - 1.7894653082 - 1.7818896770 - 0.7564207911 - 0.7564207911 - 1.7894653082 - 1.7818896770 - 0.7564207911 - 0.7419472933 - 2.7059097290 - 2.7059097290 - -2.8198421001 - -2.8198421001 - -0.9600703716 - -0.9600703716 - -1.9902738333 - -1.9902738333 - -2.9147937298 - -2.9147937298 - -3.0172376633 - -3.0172376633 - -3.0244839191 - -3.0244839191 - -3.0419239998 - -3.0419239998 - -3.0419239998 - -2.9111902714 - -2.9111902714 - -3.0509328842 - -3.0509328842 - -1.2853335142 - -1.2853335142 - -2.4710710049 - -2.4710710049 - 1.1769276857 - 1.1769276857 - -1.3536850214 - -1.3536850214 - 2.0344438553 - 2.0344438553 - 3.1280798912 - 3.1280798912 - -1.7164247036 - 0.6760796309 - -0.9156095982 - 0.6760796309 - -3.1071236134 - -3.1071236134 - -3.1071236134 - 3.1415927410 - 3.1282601357 - -1.6871515512 - 3.1282601357 - 2.8414213657 - 2.8414213657 - 0.6107259393 - 0.6107259393 - -0.5585992932 - -0.5585992932 - 0.3693336546 - 0.3693336546 - -2.3334710598 - -2.3334710598 - 2.4842035770 - 2.4842035770 - 0.9272952080 - 0.9272952080 - 0.9629943371 - 1.4550371170 - 1.4550371170 - 3.1415927410 - 3.1415927410 - 0.7272626758 - 0.7272626758 - 3.1415927410 - 3.1415927410 - 0.4570687711 - 0.4570687711 - 3.1112987995 - 3.1112987995 - 3.1112987995 - 3.1415927410 - 3.1415927410 - 3.1112987995 - -1.3854483366 - -1.3854483366 - 1.4405848980 - 1.4405848980 - 1.0916860104 - 1.0916860104 - 3.1112987995 - 3.0810606480 - 3.1112987995 - 3.1103527546 - 3.1112987995 - 3.1112987995 - -2.5213432312 - 3.1415927410 - -2.5213432312 - 2.5240905285 - 0.8047505617 - 0.8047505617 - 3.1112987995 - 3.0810606480 - 3.1112987995 - 1.1722738743 - 1.1722738743 - -2.7498927116 - -2.7498927116 - 2.5794060230 - 2.5794060230 - -0.9420000315 - -0.9420000315 - 2.9660005569 - 2.9660005569 - 1.0382921696 - -2.3449590206 - -2.3449590206 - -1.9051247835 - 0.6533046961 - -1.9051247835 - -2.8647944927 - -2.7255282402 - -2.8647944927 - 3.0750246048 - 3.0750246048 - 2.4037775993 - 2.4163627625 - 2.4037775993 - -2.5672879219 - 2.0886893272 - 2.0886893272 - -0.3827435076 - -0.3827435076 - -0.7576275468 - -0.7576275468 - -2.1789691448 - -2.1789691448 - 2.2390856743 - 2.2390856743 - 2.7960369587 - 2.7960369587 - -1.9311542511 - -1.9311542511 - -0.9109479189 - -0.5220916271 - -0.5220916271 - 2.8791332245 - 1.8228923082 - 2.8791332245 - -1.3843094110 - -1.3843094110 - 2.2009902000 - 2.2009902000 - -0.5585992932 - -2.6071972847 - -1.0829598904 - -0.5585992932 - 2.9562447071 - 2.9562447071 - 2.4530334473 - 2.4530334473 - 1.1801892519 - 1.1801892519 - 1.1623073816 - -2.7960369587 - -1.3467726707 - -2.7960369587 - -2.3228735924 - -2.3228735924 - -2.2618806362 - 0.4290294051 - -2.2618806362 - 0.7966336608 - 0.7966336608 - -2.8632929325 - -2.8632929325 - -2.0344438553 - -2.0344438553 - -0.6415706277 - -0.6415706277 - 2.8416454792 - -1.3734008074 - -1.3734008074 - 0.6231993437 - 0.6231993437 - -0.9256477952 - -0.9256477952 - 0.6489955783 - 0.6489955783 - 0.2701531947 - 0.2701531947 - -2.8724250793 - -2.8724250793 - 0.4048917890 - 0.4048917890 - 1.0303767920 - 1.0516501665 - 1.0303767920 - 1.0516501665 - -1.8717166185 - -1.8717166185 - -0.9827937484 - -0.9827937484 - -0.9048271179 - 2.3706862926 - 2.3706862926 - 2.3702781200 - 2.7308757305 - 2.7308757305 - 2.3794460297 - 2.3794460297 - 2.3932147026 - 2.3932147026 - 2.3706862926 - 2.3706862926 - 2.3801898956 - 2.3801898956 - -0.4411794841 - -0.4411794841 - -2.7928216457 - -2.7928216457 - 3.0791738033 - 3.0791738033 - 2.3898894787 - 2.3898894787 - 2.0451962948 - 2.0451962948 - -3.0922501087 - -3.0922501087 - -3.0727362633 - -3.0727362633 - -0.8828330040 - -0.8828330040 - -2.3162157536 - -2.3162157536 - -2.9669203758 - -2.9669203758 - -2.9669203758 - 2.4739270210 - 2.4739270210 - 0.4006243944 - 0.4006243944 - 0.4105574489 - -0.6279813051 - 2.5030584335 - 2.5030584335 - 2.9163157940 - 2.9163157940 - -0.2337431759 - -0.2337431759 - 3.1415927410 - 1.5707963705 - 3.1415927410 - -3.0702850819 - -3.0702850819 - -3.0676536560 - -3.0676536560 - -3.0702850819 - -3.0676536560 - -2.6162257195 - -2.6162257195 - 3.0648207664 - -0.9156095982 - -0.9156095982 - 0.6760796309 - 3.1415927410 - -3.1071236134 - -3.1071236134 - 3.1415927410 - 1.9631364346 - 1.9631364346 - 0.3058788776 - 0.3058788776 - -0.3930580318 - -0.3930580318 - 2.8864102364 - 2.8864102364 - -1.4536875486 - -1.4536875486 - 2.1866662502 - 2.1866662502 - -3.0593047142 - -3.0593047142 - -2.3175396919 - -2.3175396919 - 0.7518537045 - 0.7518537045 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 0.5404195189 - 0.5404195189 - -0.2709468603 - -0.2709468603 - -2.4768180847 - -2.4768180847 - 3.1415927410 - 3.1112987995 - 3.1415927410 - 3.1112987995 - 3.1112987995 - 3.1112987995 - 3.1415927410 - 3.1112987995 - 0.1243549958 - 0.1243549958 - -2.4403326511 - -2.4403326511 - -1.2529983521 - -1.2529983521 - 1.7429871559 - 1.7429871559 - 0.1418970525 - 0.1418970525 - -2.7828218937 - -2.7828218937 - -2.8816525936 - 0.6794137955 - -2.8816525936 - -2.8916139603 - -2.8789834976 - -2.8789834976 - -2.8816525936 - -2.8916139603 - -2.8789834976 - -1.8724154234 - -1.8724154234 - 1.0974402428 - -2.3127436638 - 3.0791738033 - 3.0791738033 - -2.7305281162 - -2.7305281162 - -1.5243182182 - 2.6507408619 - 2.6507408619 - 0.6533046961 - 0.6533046961 - -1.9051247835 - 2.4101960659 - 2.4101960659 - -0.1510153413 - -0.1510153413 - 3.0750246048 - 3.0750246048 - 3.0750246048 - -0.6435011029 - -0.6435011029 - -0.6368932724 - -0.6368932724 - -0.6435011029 - -0.6368932724 - 3.0750246048 - 3.0727362633 - 3.0750246048 - 3.0727362633 - 3.0727362633 - 3.0727362633 - 3.0750246048 - 3.0727362633 - 3.0348570347 - 3.0348570347 - 3.0727362633 - 3.0348570347 - 2.1587989330 - 2.1587989330 - 3.0348570347 - 3.0348570347 - 2.1774015427 - 2.1774015427 - 0.6747409701 - 0.6747409701 - -0.2186689526 - 3.0309355259 - -0.2186689526 - 3.0309355259 - -2.1887626648 - -2.1887626648 - -3.0961694717 - -3.0961694717 - 2.1393208504 - 2.1393208504 - -0.5209097862 - -0.5209097862 - 2.3561944962 - 2.3561944962 - -1.1875121593 - -1.1875121593 - 0.6959820390 - 0.6959820390 - -1.6814535856 - -1.6814535856 - -2.0481417179 - -2.0481417179 - -2.7255282402 - -2.7255282402 - 2.9617390633 - 2.9617390633 - 3.0548543930 - 3.0548543930 - 2.9029834270 - 2.9029834270 - 3.0293898582 - 3.0293898582 - -1.1354430914 - -1.1354430914 - -2.6071972847 - -2.6071972847 - -0.5585992932 - -1.0101093054 - -1.0101093054 - 2.9105019569 - 2.9105019569 - 1.9040405750 - 1.9040405750 - 2.8809902668 - 2.8809902668 - -0.5445517302 - -0.5445517302 - 1.0160040855 - 1.0160040855 - -2.3561944962 - -2.3561944962 - 0.3058788776 - 0.3058788776 - 2.8414213657 - 2.8414213657 - 2.7233684063 - 2.7233684063 - -0.8973540664 - -0.8973540664 - -0.9975419044 - -0.9975419044 - -1.2055948973 - -1.2055948973 - -1.2055948973 - 0.6913369298 - 1.0111147165 - 1.0111147165 - 2.1375255585 - 2.1375255585 - 1.0516501665 - 1.0516501665 - 1.0303767920 - 1.0516501665 - -0.9048271179 - -0.9827937484 - -0.9048271179 - 2.3691806793 - 2.3691806793 - 2.3978371620 - 2.3978371620 - 2.3691806793 - 2.3691806793 - 2.3691806793 - 2.3691806793 - 1.4382448196 - 1.4382448196 - -2.5621857643 - -2.5621857643 - -2.5708794594 - 2.5105133057 - 2.5105133057 - 1.2524586916 - 1.2524586916 - -2.7803888321 - -2.7803888321 - 2.3186182976 - 3.0791738033 - 3.0791738033 - 1.6475682259 - 1.6475682259 - 2.6936504841 - 2.6936504841 - 2.9382565022 - 2.9382565022 - -2.1613304615 - -2.1613304615 - 2.2455372810 - 2.2455372810 - 2.1451010704 - 2.1451010704 - 0.9125283360 - 1.7290366888 - 0.9125283360 - -2.3682420254 - -2.3682420254 - 0.4105574489 - 0.4006243944 - 0.4105574489 - -2.9849908352 - -2.9849908352 - 2.9380996227 - 2.9380996227 - -0.8169665933 - -0.8169665933 - 1.8925468922 - 1.8925468922 - -2.9533710480 - -1.2304143906 - 3.1315929890 - -1.2304143906 - -1.2211892605 - -1.2211892605 - 3.1315929890 - -1.2304143906 - -1.2211892605 - -2.9829373360 - -2.9829373360 - -1.4769550562 - -1.4769550562 - 1.8238719702 - 1.8238719702 - 2.1440508366 - 2.1440508366 - -3.0727362633 - -3.0727362633 - -3.0702850819 - -3.0702850819 - -3.0727362633 - -3.0702850819 - -0.7672183514 - -0.7672183514 - -3.1071236134 - -3.1071236134 - 2.2286849022 - 2.2286849022 - 3.0850491524 - 3.0850491524 - -1.5707963705 - -1.5707963705 - -1.5591689348 - -1.5591689348 - -1.5707963705 - -1.5591689348 - -1.9277082682 - -1.9277082682 - 2.8654956818 - -2.9744908810 - -2.9744908810 - -2.0100586414 - -2.0100586414 - -1.5707963705 - -1.5707963705 - 3.1112987995 - 3.1112987995 - 3.1112987995 - 3.1415927410 - 3.1112987995 - -0.7150917053 - -0.7150917053 - -2.6476511955 - -2.6476511955 - 1.4876550436 - 1.4876550436 - -2.8916139603 - 0.6794137955 - -2.8816525936 - -2.8916139603 - -2.8789834976 - 3.0791738033 - 3.0791738033 - 0.7527300715 - 0.7527300715 - -2.3127436638 - -1.8724154234 - -2.3127436638 - -2.0712370872 - -2.0712370872 - -2.9631822109 - -2.9631822109 - 1.0382921696 - 2.9660005569 - 1.0382921696 - 1.0535089970 - 2.7509856224 - 2.7509856224 - 2.5812327862 - 2.5812327862 - 0.2058341801 - 0.2058341801 - -2.7891349792 - -2.7891349792 - 0.2058341801 - -2.7891349792 - -2.2917675972 - -2.2917675972 - -0.4557737708 - -0.4557737708 - 0.6240230799 - 0.6240230799 - -0.9249804020 - -0.9249804020 - -2.0586328506 - -2.0586328506 - -2.2624528408 - -2.2624528408 - -2.0863454342 - -2.0863454342 - 1.8228923082 - 1.8228923082 - 2.8791332245 - -2.9441971779 - -2.9441971779 - -0.6202495098 - -0.6202495098 - 2.9849908352 - 2.9849908352 - -1.7261605263 - -1.7261605263 - 2.2735104561 - 2.2735104561 - 0.9505468607 - 0.9505468607 - 0.9401150346 - 0.9401150346 - 0.9505468607 - 0.9401150346 - 2.9029834270 - 0.8261918426 - -2.1429898739 - 0.8261918426 - 0.8219672441 - 0.8219672441 - 0.8097835779 - 0.8097835779 - 0.8219672441 - 0.8097835779 - -1.6775319576 - -1.6775319576 - 0.9397169352 - 0.9397169352 - 0.9151006937 - 0.9151006937 - 0.9397169352 - 0.9151006937 - 1.8347600698 - 1.8347600698 - 2.5360479355 - 2.5360479355 - -2.5238368511 - -2.5238368511 - 3.0132694244 - 3.0132694244 - -0.5779019594 - -0.5779019594 - -2.3309898376 - -2.3309898376 - -1.0760706663 - 2.4813644886 - 2.4813644886 - 2.8416454792 - -0.6415706277 - 2.8416454792 - -0.6659692526 - -0.6659692526 - -0.6383197904 - -0.6383197904 - -0.6278365850 - -0.6435011029 - -0.6435011029 - -2.9859979153 - -2.9859979153 - 1.1160770655 - -2.9463112354 - -2.9463112354 - -1.1902899742 - -1.1902899742 - -0.5456550717 - -0.5456550717 - -1.2924966812 - -1.2924966812 - -0.7853981853 - -0.7853981853 - 0.8001030087 - 0.8001030087 - -0.4172673821 - -0.4172673821 - 2.7640624046 - 2.7640624046 - 2.7270858288 - 2.7270858288 - -1.5707963705 - -1.5707963705 - -1.5707963705 - 1.0222469568 - 1.0222469568 - 0.7022569180 - 0.7022569180 - -0.5678440332 - -0.5678440332 - 3.1415927410 - 3.1415927410 - 1.0626237392 - 1.0626237392 - 0.8288490772 - 0.8288490772 - 2.3691806793 - 2.3691806793 - 2.3691806793 - 2.3691806793 - 3.0671038628 - 3.0535852909 - 3.0671038628 - 1.9549657106 - 3.0518345833 - 1.9549657106 - 0.6162969470 - 0.6162969470 - 1.1842900515 - 1.1842900515 - -2.0238623619 - -2.0238623619 - 0.8690732718 - 0.8818719387 - 0.8690732718 - -2.5708794594 - -2.5621857643 - -2.5708794594 - -1.6120101213 - -1.6120101213 - 2.2188532352 - 2.2188532352 - 2.6909313202 - 2.6909313202 - -2.4795322418 - -2.4795322418 - 1.7290366888 - 1.7290366888 - 0.9125283360 - 2.3923232555 - 2.3923232555 - 2.6163489819 - 2.6163489819 - -0.0972531959 - -0.0972531959 - 1.2627435923 - 1.2627435923 - -2.5213432312 - -2.5213432312 - -2.2011978626 - -2.2011978626 - -1.6704649925 - -1.6704649925 - -3.0419239998 - -3.0419239998 - -3.0419239998 - -2.3636016846 - -2.3636016846 - 3.1415927410 - 3.1415927410 - -3.0509328842 - -3.0509328842 - 0.4939413667 - 0.4939413667 - -3.0617625713 - -3.0617625713 - -2.3561944962 - -0.4353532791 - -0.4353532791 - -2.8555412292 - -2.8555412292 - -1.5935196877 - -1.5935196877 - 2.1524498463 - 1.0338855982 - -2.7875952721 - 1.0338855982 - -1.6475682259 - -1.6475682259 - -1.4361983538 - -1.4361983538 - 0.8055296540 - 0.8055296540 - -3.1093456745 - -3.1093456745 - 2.9147937298 - 2.9147937298 - -1.3909428120 - -1.3909428120 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - -2.5887513161 - -2.4805495739 - -2.5887513161 - 2.4149503708 - 2.4149503708 - -0.4349669516 - -0.4349669516 - 1.3808079958 - 1.3808079958 - -0.3625442386 - -0.3625442386 - -2.6125621796 - -2.6125621796 - 2.8250234127 - 2.8250234127 - 3.1121892929 - 3.1121892929 - 3.1415927410 - 3.1112987995 - 3.1112987995 - 3.1415927410 - 3.1112987995 - 0.8709034324 - 0.8709034324 - -0.9579761028 - -0.9579761028 - -3.1282601357 - -3.1282601357 - 0.8781544566 - 0.8781544566 - 0.8718870878 - 0.8718870878 - 0.8781544566 - 0.8718870878 - 2.2763645649 - 2.2763645649 - 1.9715898037 - 1.9715898037 - -0.7918496728 - -0.7918496728 - 2.5240905285 - -2.5213432312 - 2.5240905285 - 3.0810606480 - 3.1112987995 - 3.0810606480 - -1.3981148005 - -1.3981148005 - -1.5946013927 - -1.5946013927 - -1.5243182182 - -2.7305281162 - -1.5243182182 - 1.0783106089 - 1.0783106089 - 3.0750246048 - 3.0750246048 - 3.1093456745 - 3.1093456745 - 3.0750246048 - 3.1093456745 - 0.2551823854 - 0.2551823854 - 3.0750246048 - 3.0750246048 - 3.0750246048 - -3.0155045986 - -3.0155045986 - 3.0309355259 - -0.2186689526 - 3.0309355259 - 3.0648207664 - 3.0648207664 - 1.9069343805 - 1.9069343805 - 2.2974386215 - 2.2974386215 - -2.2913503647 - -2.2913503647 - 0.9999910593 - 0.9999910593 - -0.1374261528 - 2.0296130180 - -0.1374261528 - 0.8921338320 - 0.8921338320 - 2.9105019569 - 2.9105019569 - 0.3587706685 - -1.8646656275 - -1.8646656275 - -2.1025204659 - -2.1025204659 - 2.0899424553 - 2.0899424553 - -0.5832293630 - -0.5832293630 - 0.7069080472 - 0.7069080472 - -0.0580741614 - -0.0580741614 - -0.6278365850 - -0.6383197904 - -0.6278365850 - 1.4204249382 - 1.4204249382 - -1.4091749191 - 1.6672700644 - -1.4091749191 - -1.9247937202 - -1.9247937202 - -1.6897965670 - -1.6897965670 - -0.8303117752 - -0.8303117752 - 3.0475313663 - 3.0475313663 - 0.5910329223 - 0.5910329223 - -0.1488899440 - -0.1488899440 - -2.5712094307 - -2.5712094307 - -1.5707963705 - -1.5707963705 - -1.5707963705 - 3.1415927410 - 3.1415927410 - 0.7419472933 - 0.7419472933 - 0.2782996595 - 0.2782996595 - 1.1071487665 - 1.1071487665 - 0.9075933099 - 0.9075933099 - 3.0566909313 - 3.0566909313 - 3.0461390018 - -1.8417432308 - -1.8417432308 - -1.4141944647 - -1.4141944647 - -1.3940874338 - -1.2220252752 - -1.2220252752 - 3.0535852909 - 3.0535852909 - 3.0671038628 - -1.2793395519 - -1.2793395519 - 1.7202119827 - 1.7202119827 - -1.7938272953 - -1.7938272953 - 2.4297456741 - 2.4297456741 - 0.8818719387 - 0.8818719387 - 0.8690732718 - 0.8042638302 - 0.8794593811 - 0.8419415951 - 0.8042638302 - 1.9428640604 - 1.9428640604 - -2.1842563152 - -2.1842563152 - 2.3186182976 - -2.7803888321 - 2.3186182976 - 2.4297456741 - 2.4297456741 - 2.4186131954 - -1.3923858404 - -1.3923858404 - -0.3671738207 - -0.3671738207 - -2.9669203758 - -2.9669203758 - -2.9669203758 - -2.9669203758 - 0.9827937484 - 0.9827937484 - 2.4285318851 - 2.4285318851 - -2.9764440060 - -2.9764440060 - 0.9347208142 - 0.9347208142 - 0.6316906214 - 0.6316906214 - 2.5480499268 - -2.1428258419 - -2.1428258419 - -2.9533710480 - -2.9996955395 - 1.8925468922 - -2.9533710480 - -2.9996955395 - -2.2455372810 - -2.2455372810 - 3.1315929890 - 3.1315929890 - -1.2304143906 - -1.2211892605 - -1.2286404371 - -1.2286404371 - -3.0617625713 - -3.0617625713 - -3.1016139984 - -0.2355449796 - -0.2355449796 - -3.0617625713 - -3.1016139984 - -0.2355449796 - 1.7359449863 - 1.7359449863 - -1.4392081499 - 2.1421337128 - -1.4392081499 - -2.8366003036 - -2.8366003036 - 1.5707963705 - 1.5707963705 - 3.1415927410 - -0.3045108914 - -0.3045108914 - -0.9944211245 - -0.9944211245 - 3.0648207664 - -2.6162257195 - 3.0648207664 - 0.7509290576 - 0.7509290576 - 1.1525720358 - 1.1525720358 - 0.5800027847 - 1.1027628183 - 0.5800027847 - -2.1674566269 - -2.1674566269 - 1.4133794308 - 1.4133794308 - -3.1082715988 - -3.1082715988 - -1.0516501665 - -1.0516501665 - 1.4464412928 - 2.1088404655 - 1.4464412928 - 2.1563658714 - 2.1563658714 - 0.8379812241 - 0.8379812241 - 0.5729661584 - 0.5729661584 - 3.1415927410 - 3.1415927410 - 1.0062268972 - 1.0062268972 - -0.5790742636 - -0.5790742636 - -0.5821375847 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - -2.4805495739 - -2.4805495739 - -2.5887513161 - 2.8034501076 - 2.8034501076 - 0.1549967378 - 0.1549967378 - -2.8326618671 - -2.8326618671 - 2.5494060516 - 2.5494060516 - -0.2267988473 - -0.2267988473 - -2.8753407001 - -2.8753407001 - -1.2706251144 - -1.2706251144 - 2.4793772697 - 2.4793772697 - -0.9420000315 - -0.9420000315 - 3.1112987995 - 3.1112987995 - 3.0810606480 - -1.4743225574 - -1.4743225574 - -0.8716037273 - -0.8716037273 - 0.6794137955 - 0.6794137955 - -2.8816525936 - -2.8916139603 - 1.2304143906 - 1.2304143906 - -0.0964737758 - -0.0964737758 - 1.3861119747 - 1.0535089970 - 1.0382921696 - 1.0535089970 - -2.7780656815 - -2.7780656815 - 1.8249211311 - 1.8249211311 - -1.2618656158 - -1.2618656158 - 3.0750246048 - 3.0750246048 - 3.0750246048 - -2.1080811024 - -2.1080811024 - -0.6360754967 - -0.6360754967 - 0.8313428164 - 0.8313428164 - -1.4570043087 - -1.4570043087 - 2.9023611546 - 2.9023611546 - 0.6811265349 - 0.6811265349 - -2.5722794533 - -2.5722794533 - 0.7440993190 - 0.7440993190 - 0.2975617349 - 0.2975617349 - -1.5090193748 - -1.5090193748 - -0.0273904093 - -0.0273904093 - -2.1236374378 - -2.1236374378 - 0.6340227127 - 0.6340227127 - 2.9029834270 - 0.9401150346 - 2.9029834270 - 0.3587706685 - 2.9105019569 - 0.3587706685 - -2.7851557732 - -2.7851557732 - -0.4735975266 - -0.4735975266 - 1.0623070002 - 1.0623070002 - 2.8430936337 - 2.8430936337 - -1.0082983971 - -1.0082983971 - 0.8812572956 - 0.8812572956 - 1.6756732464 - 1.6756732464 - 0.8812572956 - 1.6756732464 - 1.0269638300 - 1.0269638300 - 0.6114969850 - 0.6114969850 - 1.7681919336 - 1.7681919336 - 0.0322468840 - 0.0322468840 - 1.1160770655 - -2.9859979153 - 1.1160770655 - 0.4346702099 - 0.4490855336 - 0.4346702099 - 0.4444192052 - -1.2055948973 - -1.2055948973 - -1.2055948973 - -0.6049023867 - -0.6049023867 - -0.2648173273 - -0.2648173273 - 0.4636476040 - 0.4636476040 - 3.0461390018 - 3.0566909313 - 3.0461390018 - -1.4583692551 - -1.4583692551 - -1.4141944647 - -1.8417432308 - -1.4141944647 - -1.4141944647 - -1.3940874338 - -1.4141944647 - -1.8417432308 - -1.4141944647 - -1.4141944647 - -1.3940874338 - 1.2760661840 - 1.2760661840 - 2.3918936253 - 2.3743743896 - 2.3918936253 - 2.3691806793 - 2.3691806793 - 2.3691806793 - 2.3691806793 - -1.3521274328 - -1.3521274328 - 0.5355573297 - 0.5355573297 - 0.8419415951 - 0.8794593811 - 0.8419415951 - 0.8042638302 - -1.4056476355 - -1.4056476355 - -1.9208412170 - -1.9208412170 - 3.0916342735 - 3.0916342735 - -2.4714705944 - -2.4714705944 - 2.4186131954 - 2.4297456741 - 2.4186131954 - -2.4489507675 - -2.4489507675 - -1.7359449863 - -1.7359449863 - -2.1316971779 - -2.1316971779 - -0.7373069525 - -0.7373069525 - -2.2861340046 - -2.2861340046 - -1.9231050014 - -1.9231050014 - -2.9996955395 - -2.9996955395 - -2.9533710480 - -2.9996955395 - -0.8094899058 - -0.8094899058 - 1.2973353863 - 1.2973353863 - 1.3004709482 - -3.1016139984 - -3.0617625713 - -3.1016139984 - -0.2355449796 - -3.0584514141 - 2.0298357010 - 2.0298357010 - -2.3561944962 - -3.0617625713 - -2.3561944962 - 2.1421337128 - 2.1421337128 - -1.4392081499 - -2.2541875839 - -2.2541875839 - 2.2903556824 - 2.2903556824 - -1.7952123880 - -1.7952123880 - 1.0951011181 - 1.0951011181 - -3.0702850819 - -3.0702850819 - -3.0702850819 - 2.1524498463 - -1.5935196877 - 2.1524498463 - -3.0348570347 - -3.0348570347 - -3.0066158772 - 2.9441971779 - 2.9441971779 - 3.1415927410 - 3.1415927410 - 2.2744100094 - 2.2744100094 - -1.3623311520 - -1.3623311520 - -1.9222410917 - -1.9222410917 - 3.0509328842 - 2.8654956818 - -1.9277082682 - 2.8654956818 - 2.2547476292 - 2.2547476292 - 2.2318394184 - 2.2318394184 - -1.7102364302 - -1.7102364302 - -2.8276543617 - -2.8276543617 - 0.3970794380 - 0.3970794380 - -1.0912770033 - -1.0912770033 - 1.0156177282 - 1.0156177282 - -2.5796711445 - -2.5796711445 - 3.0771658421 - 3.0791738033 - 3.0771658421 - -2.2774105072 - -2.2774105072 - -2.2142975330 - -2.2142975330 - -0.0906598866 - -0.8557046056 - -0.8557046056 - 2.5375142097 - 2.5375142097 - 0.4939413667 - 0.4939413667 - 0.6117269397 - 0.6117269397 - 0.8806504607 - 0.8806504607 - 0.6304014325 - 0.6304014325 - 2.0344438553 - 2.0344438553 - -2.6224465370 - -2.6224465370 - 2.6827759743 - 2.6827759743 - 3.0060648918 - 3.0060648918 - 0.6610431671 - 0.6610431671 - 2.0296130180 - 2.0296130180 - -0.1374261528 - -2.3871123791 - -2.3871123791 - 0.0000000000 - 0.0000000000 - -1.3604704142 - 2.3745973110 - 2.3745973110 - 2.9669203758 - 2.9669203758 - -0.9218007922 - -0.9218007922 - 0.9777937531 - 0.9777937531 - -2.1429898739 - -2.1429898739 - 0.8261918426 - 0.2543680668 - 0.2543680668 - 2.7193415165 - 2.7193415165 - 0.5819051266 - 0.5819051266 - 2.0123887062 - 2.0123887062 - -0.1778752655 - -0.1778752655 - -0.1669701636 - -2.3952808380 - -2.3952808380 - -1.2679114342 - -1.2679114342 - 0.3990609348 - 0.3990609348 - -1.0760706663 - -2.3309898376 - -1.0760706663 - -1.9176312685 - -1.9176312685 - 1.6672700644 - 1.6672700644 - -1.4091749191 - 0.4490855336 - 0.4490855336 - 0.4346702099 - 0.4444192052 - 0.4398425817 - 0.4444192052 - 0.4490855336 - 0.4346702099 - 0.4444192052 - 0.4398425817 - -0.1089419574 - -0.1089419574 - 2.5127964020 - 2.5127964020 - 1.6262948513 - 1.6262948513 - 0.9964914918 - 0.9964914918 - -1.3940874338 - -1.8417432308 - -1.4141944647 - -1.4141944647 - -1.3940874338 - 2.5431737900 - -1.8203833103 - 2.5431737900 - -1.3481353521 - 2.4756233692 - 2.3743743896 - 2.3743743896 - 2.3918936253 - 2.3946371078 - 2.3946371078 - 2.3720662594 - 2.3720662594 - 2.3715779781 - 2.3720662594 - 2.3561944962 - 2.3561944962 - 0.8794593811 - 0.8794593811 - 0.8419415951 - 0.8042638302 - -1.3909428120 - -1.3909428120 - 2.4442019463 - 2.4442019463 - 1.8799952269 - 1.8799952269 - -2.2974386215 - -2.2974386215 - 2.1199493408 - 2.1199493408 - -1.7074395418 - 0.2296424359 - -1.7074395418 - -2.8753407001 - -2.8753407001 - 1.1169523001 - 1.1169523001 - -2.9304993153 - -2.9304993153 - -0.6435011029 - -0.6435011029 - 0.5331556797 - 0.5331556797 - 1.4448837042 - 1.4448837042 - -2.8966140747 - -2.8966140747 - -2.9669203758 - -2.9669203758 - -2.9669203758 - -2.9764440060 - -2.9764440060 - -3.0309355259 - -2.9764440060 - -2.9764440060 - 2.4206213951 - 2.4206213951 - 2.5480499268 - 0.6316906214 - 2.5480499268 - 1.0049419403 - 1.0049419403 - -1.7614352703 - -1.7614352703 - -3.0548543930 - -3.0548543930 - -3.0548543930 - -3.0981416702 - -3.0548543930 - -3.0548543930 - -3.0548543930 - -3.0981416702 - -3.0548543930 - -1.6907002926 - -1.6907002926 - -3.0584514141 - -3.1016139984 - -3.0584514141 - -2.1804561615 - -2.1804561615 - -3.0702850819 - -3.0702850819 - -2.7875952721 - -2.7875952721 - 1.0338855982 - -3.0702850819 - -3.0702850819 - -3.0702850819 - -3.1071236134 - -3.1071236134 - -3.0702850819 - -3.1071236134 - -2.3112809658 - -2.3112809658 - 0.8940593600 - 0.8940593600 - -3.0066158772 - -3.0348570347 - -3.0066158772 - 2.1088404655 - 2.1088404655 - 1.4464412928 - 1.7396281958 - 1.7396281958 - -0.7559948564 - -0.7559948564 - -0.7406519055 - -1.6663944721 - -1.6663944721 - 1.8018870354 - 1.8018870354 - 1.7975951433 - 3.1415927410 - -3.1103527546 - -3.1103527546 - 3.1415927410 - -2.2513175011 - -2.2513175011 - 3.0393860340 - 3.0393860340 - 2.4134566784 - 2.4134566784 - 2.4398696423 - 2.4398696423 - 2.8966140747 - 2.8966140747 - 1.3734008074 - 1.3734008074 - 0.0696545765 - 0.0696545765 - -0.5821375847 - -0.5790742636 - -0.5821375847 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - -2.3043889999 - -2.3043889999 - -2.2945442200 - -2.2945442200 - 2.6855206490 - 2.6855206490 - -0.8362018466 - -0.8362018466 - -0.4594282210 - -0.4594282210 - 0.7702478170 - 0.7702478170 - 2.5535900593 - 2.5535900593 - -1.2050490379 - -1.2050490379 - -2.7187387943 - -2.7187387943 - -1.7742893696 - -1.7742893696 - -0.6132073402 - 0.5052902102 - 0.5052902102 - 0.5926973820 - 0.5926973820 - 1.5871882439 - 1.5871882439 - 0.5926973820 - 1.5871882439 - -0.5287727714 - -0.5287727714 - 3.0750246048 - 3.0750246048 - 3.0750246048 - 3.0750246048 - 3.0750246048 - 3.0750246048 - 3.0750246048 - 3.0750246048 - 3.0750246048 - 3.0419239998 - 3.0750246048 - 3.0750246048 - 3.0750246048 - 3.0419239998 - 3.0750246048 - -0.7853981853 - -0.7853981853 - -1.7709773779 - -1.7709773779 - 2.2779233456 - 2.2779233456 - -1.7709773779 - 2.2779233456 - -2.4025189877 - -2.4025189877 - -2.3162157536 - 0.9707460999 - 0.9707460999 - 2.0152156353 - 2.0152156353 - 0.2150148749 - 0.2150148749 - -0.6162969470 - -0.6162969470 - 2.3847582340 - 2.3631873131 - 2.3847582340 - 1.1119796038 - 1.1119796038 - 1.1263771057 - 1.1263771057 - 2.1815223694 - 2.1815223694 - 2.2565257549 - 2.2565257549 - 2.9229238033 - 2.9229238033 - 1.3086764812 - 1.3086764812 - -1.0829598904 - -1.0829598904 - -0.8975088596 - -0.8975088596 - 2.2960262299 - 2.2960262299 - -2.0981872082 - -2.0981872082 - -0.1669701636 - -0.1778752655 - -0.1669701636 - -2.3561944962 - -2.3561944962 - -1.8361283541 - -1.8361283541 - 0.3964412808 - 0.3964412808 - 2.4881663322 - 2.4881663322 - 2.4881663322 - 0.2074962258 - 0.2074962258 - -1.8709675074 - -1.8709675074 - -0.5358112454 - -0.5358112454 - -0.6074445844 - -0.6074445844 - -2.3006958961 - -2.3006958961 - 2.3889696598 - 2.3889696598 - 2.3670635223 - 2.3670635223 - 2.3444302082 - 2.3444302082 - -1.2036224604 - -1.2036224604 - 2.4442019463 - 2.4442019463 - 2.4218893051 - 2.4218893051 - 1.1250840425 - 2.5507810116 - 1.1250840425 - -2.6082904339 - -2.6082904339 - 2.5507810116 - 1.1250840425 - -2.6082904339 - 0.8465463519 - 0.8465463519 - 2.0576956272 - 2.0576956272 - -2.3318090439 - -2.3318090439 - 2.8423464298 - 2.8423464298 - -2.0405788422 - -2.0405788422 - -2.0282711983 - -2.0282711983 - -2.0405788422 - -2.0282711983 - -0.6696389318 - -0.6696389318 - -3.0090410709 - -3.0090410709 - 0.7378150821 - 0.7378150821 - -2.9441971779 - -2.9441971779 - -2.9669203758 - -2.9669203758 - -3.0309355259 - -2.9764440060 - -3.0309355259 - -2.5503005981 - -2.5503005981 - -0.5996842980 - -0.5996842980 - -2.9996955395 - -2.9996955395 - -2.9533710480 - -2.9996955395 - 2.1090180874 - 2.1090180874 - -0.4461055398 - -0.4461055398 - 2.3276307583 - 2.3276307583 - 2.3207483292 - -3.0981416702 - -3.0548543930 - -3.0548543930 - -3.0981416702 - -3.0548543930 - -2.1730837822 - -2.1730837822 - 2.4781665802 - 2.4781665802 - 0.5337082148 - 0.5337082148 - 1.9416875839 - 1.9416875839 - -3.0702850819 - -3.0702850819 - 1.1027628183 - 1.1027628183 - 0.5800027847 - -3.1082715988 - -3.1082715988 - -3.1071236134 - -3.1071236134 - -3.1082715988 - -3.1071236134 - -3.1093456745 - -3.1093456745 - 0.0793783143 - 1.5263811350 - 0.0793783143 - -0.7406519055 - -0.7559948564 - -0.7406519055 - 0.6313489079 - 0.6313489079 - -0.5813801885 - -0.5813801885 - -3.1103527546 - -3.1103527546 - -3.1103527546 - 3.1415927410 - -0.8135597110 - -0.8135597110 - -0.3470616043 - -0.3470616043 - -1.1945543289 - -1.1945543289 - 3.1415927410 - 3.1415927410 - -1.0168437958 - -1.0168437958 - 3.0509328842 - -1.9222410917 - 3.0509328842 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 2.4897234440 - 2.4897234440 - 3.1121892929 - 3.1121892929 - -2.8473579884 - -2.8473579884 - 0.7779908776 - 0.7779908776 - 0.2392316014 - 0.2392316014 - 0.8315193057 - 0.8315193057 - 1.3861119747 - -0.0964737758 - 1.3861119747 - 0.6451485753 - 0.6451485753 - 0.6516976357 - -2.1920409203 - -2.1920409203 - -0.0611481629 - -0.0611481629 - -0.3717089593 - -0.3717089593 - 3.0791738033 - 3.0791738033 - 3.0791738033 - 3.0771658421 - 3.0509328842 - 3.0771658421 - 3.0771658421 - 3.0791738033 - 0.4760693312 - 0.4760693312 - 2.5686264038 - 2.5686264038 - 3.0771658421 - 3.0771658421 - 2.2505288124 - 2.2505288124 - -1.9451299906 - -1.9451299906 - 2.6142017841 - 2.6142017841 - 0.0831412300 - 0.0831412300 - 2.0344438553 - 2.0344438553 - 2.0091328621 - 2.0091328621 - 2.0344438553 - 2.0091328621 - 2.8100385666 - 2.8100385666 - -2.3162157536 - -2.4025189877 - -2.3162157536 - 2.5308666229 - 2.5308666229 - 0.0531414077 - 0.0531414077 - -1.0863183737 - -1.0863183737 - 0.7715101838 - 0.7715101838 - 0.4133304060 - 0.4133304060 - 1.3833671808 - 1.3833671808 - 3.0060648918 - 3.0060648918 - 2.3631873131 - 2.3631873131 - 2.3847582340 - 2.9533710480 - 2.9533710480 - -1.8678605556 - -1.8678605556 - -1.3604704142 - 0.0000000000 - -1.3604704142 - 1.6885288954 - 1.1485451460 - 1.1485451460 - 3.0767486095 - -2.8650786877 - 3.0767486095 - -1.8281199932 - -1.8281199932 - -0.7977432013 - -0.7977432013 - -0.3287926912 - -0.3287926912 - 1.7436569929 - 1.7436569929 - -1.6373645067 - -1.6373645067 - -2.0823523998 - -2.0823523998 - 0.1494157165 - -1.0739855766 - 0.1494157165 - 0.8148014545 - 0.8148014545 - 2.0552742481 - 2.0552742481 - -0.3048030138 - -0.3048030138 - -2.2974386215 - -2.2974386215 - -1.8203833103 - -1.8203833103 - 2.5431737900 - -1.3481353521 - 0.9173699617 - 0.9173699617 - 0.9151006937 - 2.2531127930 - 2.2531127930 - 2.3720662594 - 2.3720662594 - 2.3715779781 - 2.3720662594 - -2.3435368538 - -2.3435368538 - 2.4250509739 - 2.4238874912 - 2.4250509739 - 2.4217936993 - 2.4199378490 - 2.4208524227 - 2.4217936993 - 2.1615090370 - 2.1615090370 - -2.8198421001 - -2.8198421001 - 0.2296424359 - 0.2296424359 - -1.7074395418 - -2.8753407001 - -2.8753407001 - -2.8753407001 - -2.8966140747 - -2.8198421001 - -0.4266274869 - -2.8966140747 - -2.8753407001 - -2.8753407001 - -2.8753407001 - 1.9832067490 - 1.9832067490 - -3.0781857967 - -3.0781857967 - -0.5280744433 - -0.5280744433 - -1.0655061007 - -1.0655061007 - 2.5099020004 - 2.5099020004 - -2.9562447071 - -2.8966140747 - -2.9562447071 - -2.2142975330 - -2.2142975330 - 3.1098573208 - 3.1098573208 - -1.1760052443 - -1.1760052443 - 2.1203563213 - 0.4825133085 - 2.1203563213 - -0.9048271179 - -0.9048271179 - 2.3207483292 - 2.3276307583 - 2.3207483292 - 2.3349211216 - 2.3349211216 - 1.3004709482 - 1.2973353863 - 1.3004709482 - -3.0548543930 - -3.0548543930 - -3.0548543930 - -3.0981416702 - 0.9888911843 - 0.9888911843 - -0.9505468607 - -0.9505468607 - -3.1058936119 - -3.1058936119 - 2.4203267097 - 2.4203267097 - 0.6287962794 - 0.6287962794 - -2.5569913387 - -2.5569913387 - 3.1415927410 - 3.1415927410 - 2.2201969624 - 2.2201969624 - 2.1051917076 - 2.1051917076 - -3.1093456745 - -3.1093456745 - -2.4764900208 - -2.4764900208 - -2.2455372810 - -2.2455372810 - 0.1161416247 - 0.1161416247 - 0.5247957706 - 0.5247957706 - 2.4638843536 - 2.4638843536 - 0.9988781214 - 2.4578833580 - 2.4578833580 - 2.4638843536 - 0.9988781214 - 2.4578833580 - 1.7975951433 - 1.8018870354 - 1.7975951433 - 2.3132760525 - 2.3132760525 - 2.3662950993 - 2.3662950993 - -2.2686991692 - -2.2686991692 - 1.7396281958 - 1.7396281958 - -3.0498964787 - -3.0498964787 - -1.9532829523 - -1.9532829523 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - -1.8457062244 - -1.8457062244 - -1.5195591450 - 1.2604088783 - 1.2604088783 - 2.2018756866 - 2.2018756866 - 0.8288490772 - 0.8288490772 - 3.1121892929 - 3.1121892929 - -2.3725864887 - -2.3725864887 - 3.1121892929 - 3.1121892929 - -0.8176450729 - -0.8176450729 - -0.7086262703 - -0.7086262703 - 0.6516976357 - 0.6451485753 - 0.6516976357 - 1.6951513290 - 1.6951513290 - 3.0791738033 - 3.1112987995 - 3.0791738033 - 2.2817056179 - 2.2817056179 - -0.6132073402 - -1.7742893696 - -0.6132073402 - -0.0906598866 - -2.2142975330 - -0.0906598866 - 2.7032561302 - 2.7032561302 - 3.0419239998 - 3.0750246048 - 3.0419239998 - 3.0750246048 - 1.2924966812 - 1.2924966812 - 3.0385110378 - 3.0385110378 - 3.0727362633 - 3.0348570347 - 3.0702850819 - 3.0385110378 - 3.0348570347 - 3.0385110378 - 3.0727362633 - 3.0348570347 - 3.0702850819 - 3.0385110378 - -0.2096398473 - -0.2096398473 - -0.1891990155 - -2.5461828709 - -2.5461828709 - -0.0996686518 - -0.0996686518 - -2.6820771694 - -2.6820771694 - 0.0985805169 - 0.0985805169 - 1.2662854195 - 1.2662854195 - 2.5758912563 - 2.5758912563 - 0.5627372265 - 0.5627372265 - -0.7266423702 - -0.7266423702 - 2.0131704807 - -2.8767752647 - 2.0131704807 - -0.7242500186 - -0.7242500186 - -3.0648207664 - -3.0648207664 - -1.4209839106 - -1.4209839106 - -0.1586552560 - -0.0192283988 - -0.1586552560 - -2.0219964981 - -0.9878827333 - -2.0219964981 - -2.2231271267 - -2.2231271267 - 0.2902649045 - 0.2902649045 - 0.4583000541 - 0.4583000541 - 1.0048286915 - 1.0048286915 - 0.9964914918 - 0.0925186202 - 0.9964914918 - -0.7313966751 - 1.0048286915 - 0.9964914918 - 0.7188299894 - 0.7188299894 - -0.8498250246 - -0.8498250246 - 0.8574382067 - 0.8574382067 - 0.4398425817 - 0.4490855336 - 0.4444192052 - 0.4398425817 - 0.4306925237 - 0.4306925237 - 1.0684939623 - 1.0684939623 - -2.3895153999 - -2.3895153999 - -1.9460670948 - -1.9460670948 - -1.3481353521 - -1.8203833103 - 2.5431737900 - -1.3481353521 - 2.4756233692 - 2.4756233692 - 2.5431737900 - -1.3481353521 - 2.4756233692 - -1.2977876663 - -2.5329034328 - -2.5329034328 - 0.9151006937 - 0.9173699617 - 0.9151006937 - 2.3715779781 - 2.3720662594 - 2.3715779781 - 2.3720662594 - 2.3786625862 - 2.3786625862 - 2.7091848850 - 2.7091848850 - 2.4238874912 - 2.4238874912 - 2.4250509739 - 2.4208524227 - 2.4190485477 - 2.4199378490 - 2.4208524227 - 2.4217936993 - 2.5507810116 - 2.5507810116 - 1.1250840425 - -2.6082904339 - -1.9655874968 - -1.9655874968 - 0.2026586682 - 0.2026586682 - -2.9229238033 - -2.9229238033 - -1.7882337570 - -0.8266969919 - -1.7882337570 - 1.9365435839 - 1.9365435839 - -2.8198421001 - -2.8198421001 - -2.8966140747 - -0.6327488422 - -0.6327488422 - 0.3639789522 - 0.0949517041 - 0.0949517041 - -1.1319370270 - -1.1319370270 - -2.9669203758 - -2.9669203758 - -2.9669203758 - -0.7244979739 - -0.7244979739 - -3.0118901730 - -3.0118901730 - 1.3597029448 - 1.3597029448 - -2.1193456650 - -2.1193456650 - -2.3614854813 - -2.3614854813 - 0.4214192033 - 0.4214192033 - -1.3045443296 - -1.3045443296 - 1.9974237680 - 1.9974237680 - -2.5829932690 - -2.5829932690 - -0.6885591745 - -0.6885591745 - -0.6327488422 - -0.6327488422 - 1.6461251974 - 1.6461251974 - -1.5019398928 - -1.5019398928 - 1.4121410847 - 1.4121410847 - 3.0961694717 - 3.0961694717 - 1.5586018562 - 1.5586018562 - -2.9361972809 - -2.9361972809 - 2.1505117416 - 2.1505117416 - 0.3248086572 - 1.6879050732 - 1.6879050732 - -3.1103527546 - -3.1103527546 - -3.1103527546 - 3.1415927410 - 2.6306431293 - 2.6306431293 - -0.9060218334 - -0.9060218334 - -0.7483780384 - -0.7483780384 - 1.1878975630 - 1.9800422192 - 1.9800422192 - -2.2655346394 - -2.2655346394 - -1.2772073746 - -1.2772073746 - 3.1415927410 - 3.1415927410 - 0.3217505515 - 0.3217505515 - -2.6344940662 - -2.6344940662 - -1.5914119482 - -1.5914119482 - -0.5307735205 - -0.5307735205 - 2.5360479355 - 2.5360479355 - -0.7205541134 - 3.1121892929 - 3.1121892929 - 3.1121892929 - 3.1121892929 - 3.0810606480 - 3.0810606480 - -0.8210972548 - -0.8210972548 - 0.7690061927 - 0.7690061927 - 2.6241049767 - 2.6241049767 - 1.0703555346 - 1.0703555346 - -0.2754260898 - -0.2754260898 - 2.1854593754 - 2.1854593754 - -1.1999050379 - -1.1999050379 - 3.0385110378 - 3.0385110378 - -0.1891990155 - -0.2096398473 - -0.1891990155 - -1.2390793562 - -1.2390793562 - 1.3940874338 - 1.3940874338 - 0.1896136105 - 0.1896136105 - -1.0627335310 - -1.0627335310 - -3.1211872101 - -3.1211872101 - 2.5225265026 - 2.5225265026 - -2.5444159508 - -2.5444159508 - 2.9441971779 - 2.9441971779 - 1.7359449863 - 1.7359449863 - -1.4259837866 - 1.6885288954 - -1.4259837866 - -0.5016040802 - -0.5016040802 - -0.7140907049 - -0.7140907049 - -2.8650786877 - -2.8650786877 - 3.0767486095 - 2.4420754910 - 2.4420754910 - -1.9966467619 - -1.9966467619 - 2.4420754910 - -1.9966467619 - 1.9423141479 - 1.9423141479 - 2.8706457615 - 2.8706457615 - 1.6539375782 - 1.6539375782 - -0.2551823854 - -0.2551823854 - -2.4306833744 - 1.4105656147 - 1.4105656147 - -2.4306833744 - -0.2551823854 - -2.4306833744 - -3.0027077198 - -3.0027077198 - -2.7577750683 - -2.7577750683 - 0.6686896086 - 0.6686896086 - 2.8198421001 - 2.8198421001 - -1.0390722752 - -1.0390722752 - -2.7430701256 - -2.7430701256 - 2.5583631992 - 2.5583631992 - -0.7313966751 - -0.7313966751 - 0.9964914918 - -1.0739855766 - 0.0925186202 - -1.0739855766 - 0.1494157165 - 1.1155167818 - 1.1155167818 - 0.2525542676 - 0.2525542676 - -2.7648813725 - -2.7648813725 - 1.1071487665 - 1.1071487665 - 2.4881663322 - 2.4881663322 - 2.4881663322 - 1.2698761225 - 1.2698761225 - 3.1415927410 - 3.1415927410 - -0.2606023848 - -0.2606023848 - -1.7506498098 - -1.7506498098 - -1.7211678028 - -1.7211678028 - -1.7506498098 - -1.7211678028 - 0.9827937484 - 0.9827937484 - 2.3731420040 - 2.3725864887 - 2.3731420040 - 2.9786663055 - 2.9676914215 - 2.9786663055 - 3.0390129089 - 3.0390129089 - 2.3889696598 - 2.3889696598 - 2.4199378490 - 2.4190485477 - 2.4199378490 - 2.4208524227 - 2.4217936993 - 2.3693516254 - 2.3693516254 - -2.9516043663 - -2.9516043663 - -2.9060475826 - -2.9060475826 - -2.9516043663 - -2.9060475826 - -2.0344438553 - -2.0344438553 - -0.9393428564 - -0.9393428564 - -2.8501358032 - -2.8501358032 - -2.8501358032 - -0.4266274869 - -0.4266274869 - -2.8966140747 - 2.3561944962 - 2.3561944962 - 1.2490457296 - 1.2490457296 - 2.8198421001 - 2.8198421001 - -2.9304993153 - -2.9304993153 - 2.7492525578 - 2.7492525578 - -2.9588711262 - -2.8555412292 - -2.8555412292 - -1.7818896770 - -1.7818896770 - 2.2024869919 - 2.2024869919 - -0.5750722885 - -2.2384619713 - -0.5750722885 - 2.4061529636 - 2.4061529636 - -1.7442920208 - -1.7442920208 - -2.9533710480 - -2.9255077839 - -2.9533710480 - 2.8584969044 - 2.8584969044 - -3.0584514141 - -3.0118901730 - -3.0584514141 - 1.2189795971 - 1.2189795971 - 2.1130990982 - 2.1130990982 - -0.2782996595 - -0.2782996595 - 1.3578579426 - 1.3578579426 - 0.9827937484 - 0.9827937484 - 1.5263811350 - 1.5263811350 - 0.0793783143 - 2.6779451370 - 2.6779451370 - 0.3248086572 - 2.1505117416 - 0.3248086572 - 0.5155490041 - 0.5155490041 - 1.4559197426 - 1.4559197426 - -2.4176554680 - -2.4176554680 - -2.0437028408 - -2.0437028408 - 2.1262900829 - 2.1262900829 - -2.4805495739 - -2.4805495739 - 2.9829373360 - 2.9829373360 - 2.8526172638 - 2.8526172638 - 2.6978099346 - 2.6978099346 - 0.9272952080 - 0.9272952080 - 3.1415927410 - 3.1415927410 - 0.1194289252 - 2.3996453285 - 0.1194289252 - 2.5535900593 - 2.5535900593 - 2.4514467716 - 2.4514467716 - -0.3290497065 - -0.3290497065 - 0.2281026244 - 0.2281026244 - -1.6461251974 - -1.6461251974 - 1.6539375782 - 1.6539375782 - -2.8032691479 - -2.8032691479 - 0.1707352102 - 0.1707352102 - -0.7205541134 - 2.5360479355 - -0.7205541134 - 2.8590376377 - 2.8590376377 - 0.4324077666 - 0.4324077666 - 3.0791738033 - 3.0791738033 - 3.0791738033 - 3.0509328842 - 3.0509328842 - 3.0791738033 - 3.0791738033 - 3.0509328842 - 0.9582587481 - 0.9582587481 - 3.0791738033 - 3.0771658421 - 3.0791738033 - 1.0714496374 - 1.0714496374 - 1.3134726286 - 1.3134726286 - 3.0419239998 - 3.0419239998 - 2.8913919926 - 2.8913919926 - 2.6292030811 - 2.6292030811 - 2.8868343830 - 2.8868343830 - 0.3587706685 - 0.3587706685 - 2.0117206573 - 2.0117206573 - -0.8115701675 - -0.8115701675 - 2.4301335812 - 2.4301335812 - 2.9764440060 - 2.9764440060 - 2.9694018364 - 2.9694018364 - 0.7216548324 - 0.7216548324 - 2.9694018364 - 2.9694018364 - 0.4948874414 - 0.4948874414 - -1.5981867313 - -1.5981867313 - -2.8833403587 - -2.8833403587 - 0.7853981853 - 0.7853981853 - 1.5707963705 - 1.5707963705 - 1.6885288954 - -1.3604704142 - 1.6885288954 - -1.4259837866 - 0.8081215024 - 0.8081215024 - 3.0273382664 - 3.0273382664 - 0.1025798544 - 0.1025798544 - -0.0192283988 - -0.0192283988 - -0.1586552560 - -0.9878827333 - -0.9878827333 - -2.0219964981 - 0.2849573493 - 0.2849573493 - -1.2490457296 - -1.2490457296 - 0.0000000000 - 0.0000000000 - 0.7419472933 - 0.7419472933 - 1.0010398626 - 1.0010398626 - -0.8139618039 - -0.8139618039 - 0.6000502110 - 0.6000502110 - 1.5889761448 - 1.5889761448 - 3.1415927410 - 3.1415927410 - -0.7044940591 - -0.7044940591 - 2.2455372810 - 2.2455372810 - 2.3454422951 - 2.3454422951 - 2.3725864887 - 2.3725864887 - 2.3731420040 - 2.6011731625 - 2.6011731625 - 2.6011731625 - 2.3454422951 - 2.3454422951 - 2.9676914215 - 2.9676914215 - 2.9786663055 - 2.3561944962 - -2.8198421001 - -2.8198421001 - 1.6914199591 - 1.6914199591 - 1.6879050732 - -1.0912770033 - -1.0912770033 - 2.4190485477 - 2.4190485477 - 2.4199378490 - 2.4208524227 - -2.3097164631 - -2.3097164631 - -2.1321709156 - -2.1321709156 - -1.1416177750 - -1.1416177750 - 1.2490457296 - 1.2490457296 - -2.8966140747 - -2.8966140747 - -2.9562447071 - -2.2384619713 - -2.2384619713 - -0.5750722885 - -1.9890207052 - -1.9890207052 - -2.4875099659 - -2.4875099659 - 1.2133466005 - 1.2133466005 - 1.3843094110 - 1.3843094110 - 0.4825133085 - 0.4825133085 - 2.1203563213 - -2.9255077839 - -2.9255077839 - -2.9533710480 - 2.0344438553 - 2.0344438553 - 2.9051365852 - 2.9051365852 - 2.0344438553 - 2.9051365852 - -1.6871515512 - -1.6871515512 - 0.7733505368 - 0.7733505368 - -3.0702850819 - -3.0702850819 - -3.1071236134 - -3.1071236134 - -3.0702850819 - -3.1071236134 - -0.5984188914 - -0.5984188914 - -0.8058034778 - -0.8058034778 - -0.5984188914 - -0.8058034778 - -2.7291822433 - -2.7291822433 - -1.0156177282 - -1.0156177282 - -0.8474652171 - -0.8474652171 - 0.9988781214 - 2.4638843536 - 0.9988781214 - 2.4578833580 - 2.5273430347 - 2.5273430347 - -3.1112987995 - -3.1112987995 - -3.1103527546 - 3.1415927410 - -0.6202495098 - -0.6202495098 - -0.2914567888 - -0.2914567888 - -3.1121892929 - -3.1121892929 - 1.5707963705 - 1.5707963705 - -1.3397057056 - 3.1415927410 - 3.1415927410 - -2.8966140747 - -2.8966140747 - -0.0996686518 - -0.0996686518 - 3.1415927410 - 3.1415927410 - 3.1415927410 - -0.2626090646 - 2.3996453285 - -0.2626090646 - -0.4118072987 - -1.5195591450 - -1.8457062244 - -1.5195591450 - -0.5337082148 - -0.5337082148 - 1.0990188122 - 1.0990188122 - -1.8105394840 - -1.8105394840 - 1.8637087345 - 1.8637087345 - 1.8622530699 - 1.8622530699 - 1.8925468922 - 1.8925468922 - 0.2449786663 - 0.2449786663 - 3.1121892929 - 3.1121892929 - 3.1121892929 - 3.1121892929 - -0.7725783587 - -0.7725783587 - -0.8362018466 - -0.8362018466 - 2.5461828709 - 2.5461828709 - 2.2455372810 - 1.9295669794 - 2.2455372810 - -2.6888141632 - -2.6888141632 - 2.4037775993 - 2.4037775993 - 2.4387135506 - 2.4387135506 - -0.5438324809 - -0.5438324809 - 3.1112987995 - 3.1112987995 - -1.8086322546 - 3.0791738033 - -2.5877382755 - -2.5877382755 - 3.0689930916 - 3.0689930916 - -2.4346845150 - -2.4346845150 - 2.6552217007 - 2.6552217007 - -2.3383393288 - -2.3383393288 - -3.0051901340 - -3.0051901340 - -0.4048917890 - -0.4048917890 - 2.4567713737 - 2.4567713737 - -3.0871012211 - -3.0871012211 - -3.0880723000 - 3.0727362633 - 3.0385110378 - 3.0727362633 - 3.0348570347 - 3.0702850819 - 3.0348570347 - 3.0702850819 - 3.0385110378 - 3.0727362633 - 3.0348570347 - 3.0702850819 - 3.0348570347 - 3.0385110378 - 3.0385110378 - 3.0727362633 - 3.0348570347 - 3.0702850819 - 3.0348570347 - 3.0348570347 - 3.0348570347 - 3.0702850819 - 3.0348570347 - 3.0348570347 - 3.0385110378 - 0.2606023848 - 0.2606023848 - 2.9584817886 - 2.9584817886 - 1.7921108007 - 1.7921108007 - -2.3412702084 - -2.3412702084 - 2.3715779781 - 2.3715779781 - -1.7848570347 - -1.7848570347 - -0.6175022125 - -0.6175022125 - -3.0945684910 - -3.0945684910 - -0.4380122125 - -0.4380122125 - -0.8441540003 - -0.8441540003 - -1.2793395519 - -1.2793395519 - 1.0683751106 - 1.0729739666 - 1.0683751106 - -2.8767752647 - -2.8767752647 - -2.8724250793 - 2.0131704807 - -2.8724250793 - -2.8767752647 - -2.8724250793 - -2.7004132271 - -2.7004132271 - -2.7118303776 - 2.9105019569 - 2.9105019569 - 2.8809902668 - 2.8809902668 - -0.5243207216 - -0.5243207216 - -2.4306833744 - -2.4306833744 - -0.5243207216 - -2.4306833744 - 2.8430936337 - 2.8430936337 - 0.6281701326 - 0.6281701326 - 2.5040438175 - 2.5040438175 - 3.1108331680 - 3.1108331680 - -2.9648838043 - -2.9648838043 - 2.7233684063 - 2.7233684063 - 2.5278224945 - 2.5278224945 - 0.0925186202 - 1.0048286915 - 0.0925186202 - -1.0739855766 - 2.6928694248 - 2.6928694248 - 1.2087088823 - 1.2087088823 - -1.7640078068 - -1.7640078068 - 2.7610862255 - 2.7610862255 - -1.5532542467 - -1.5532542467 - 0.5235757828 - 0.5235757828 - 1.3521274328 - 1.3521274328 - -0.2165503055 - -0.2165503055 - 0.6904464364 - 0.6904464364 - -1.2977876663 - 2.4756233692 - -1.2977876663 - 0.6262614131 - 0.6262614131 - 2.3561944962 - 2.3561944962 - 2.3561944962 - 2.3561944962 - 2.6011731625 - 2.6011731625 - 2.6011731625 - 2.3561944962 - 2.9676914215 - 2.3561944962 - 2.3561944962 - 1.6879050732 - 2.4173426628 - 1.6914199591 - 1.6879050732 - -2.4329664707 - -2.4329664707 - 1.0734536648 - 1.1071487665 - 1.0734536648 - 0.7696926594 - 0.7696926594 - 0.8652281761 - 0.8652281761 - 0.8441540003 - 0.8441540003 - 0.8652281761 - 0.8441540003 - 2.6110348701 - 2.6110348701 - 1.5839534998 - 1.5839534998 - -1.8870824575 - -1.8870824575 - -3.0113811493 - -3.0113811493 - -3.0098304749 - -3.0216886997 - -3.0098304749 - -3.0113811493 - -3.0098304749 - -3.0216886997 - -2.0005586147 - -2.0005586147 - 2.3209149837 - 2.3209149837 - -0.8266969919 - -0.8266969919 - -1.7882337570 - 2.8134727478 - 2.8134727478 - -2.8732264042 - -2.8732264042 - -2.3561944962 - -2.3561944962 - 2.7509856224 - 2.7509856224 - -1.4219063520 - -1.4219063520 - 0.3639789522 - -0.6327488422 - 0.3639789522 - -2.9669203758 - -2.9669203758 - -2.9669203758 - -0.3759609461 - -0.3759609461 - -1.1760052443 - -1.1760052443 - -2.9669203758 - -2.9669203758 - -3.1303572655 - -3.1303572655 - 0.0108691370 - -0.0111106541 - 0.0108691370 - -0.0111106541 - 0.1042716131 - 0.1042716131 - -2.0432932377 - -2.0432932377 - 1.9247937202 - 0.5081726313 - 0.5081726313 - 2.4149503708 - 2.4149503708 - -3.0648207664 - -3.0648207664 - -2.1006453037 - -2.1006453037 - 0.7433177829 - 0.7433177829 - -1.9357094765 - -1.9357094765 - 1.5492942333 - 2.8809902668 - 2.8809902668 - 2.8767752647 - 2.8767752647 - 2.8809902668 - 2.8767752647 - -2.7305281162 - -2.7305281162 - 0.2532657683 - 0.2532657683 - -1.3218336105 - -1.3218336105 - -3.0378003120 - -3.0378003120 - -0.0499583967 - -0.0499583967 - -0.9453113079 - -0.9453113079 - 1.8298983574 - 1.8298983574 - 3.1415927410 - 3.1415927410 - 1.1878975630 - -0.7483780384 - 1.1878975630 - 2.8122665882 - 2.8122665882 - 3.1415927410 - 3.1415927410 - -2.6696465015 - -2.6696465015 - 3.1121892929 - 3.1121892929 - 2.2413179874 - 2.2413179874 - 0.2310906649 - 0.2310906649 - 0.7977432013 - 0.7977432013 - -0.1688318998 - -0.1688318998 - 3.1121892929 - 3.1121892929 - -0.3587706685 - -0.3587706685 - 0.9505468607 - 0.9505468607 - 3.1121892929 - 3.1121892929 - 3.1121892929 - 3.1121892929 - -2.1676223278 - -2.1676223278 - 3.0810606480 - 3.0810606480 - 3.1121892929 - -2.9579703808 - -2.9579703808 - 2.2516815662 - 2.2516815662 - 3.1112987995 - 3.1112987995 - -1.8736811876 - -2.3100733757 - -2.3100733757 - -0.2875758410 - -0.2875758410 - 0.7727406025 - 0.7727406025 - 3.0771658421 - 3.0771658421 - 2.0169019699 - 2.0169019699 - -3.0329313278 - -3.0329313278 - -2.0039966106 - -2.0039966106 - -3.0880723000 - -3.0871012211 - -3.0880723000 - 2.6637616158 - 2.6637616158 - -1.6332151890 - -1.6176370382 - 2.1910457611 - 2.1910457611 - 3.0348570347 - 3.0727362633 - 3.0702850819 - 3.0348570347 - 3.0348570347 - 3.0385110378 - 3.0348570347 - 3.0727362633 - 3.0702850819 - 3.0348570347 - 3.0348570347 - 3.0385110378 - -0.8396925926 - -0.8396925926 - 2.9889433384 - 2.9889433384 - 0.2875758410 - 0.2875758410 - -0.1627273709 - -0.1627273709 - 2.9694018364 - 2.9694018364 - -2.2035450935 - -2.2035450935 - -1.6826865673 - -1.6826865673 - 2.2242226601 - 2.2242226601 - 1.0729739666 - 1.0729739666 - 1.0683751106 - -2.9805006981 - 2.1486983299 - -2.9805006981 - -2.7118303776 - -2.7004132271 - -2.7118303776 - 1.3961241245 - 1.3961241245 - 3.0860941410 - 3.0860941410 - -2.7059097290 - -2.7059097290 - 2.8198421001 - 2.8198421001 - 2.8198421001 - 2.8198421001 - -1.3644723892 - -1.3644723892 - 2.8198421001 - 2.8198421001 - 2.8198421001 - 2.8198421001 - 2.8198421001 - 2.8198421001 - 2.8198421001 - 2.8198421001 - 2.8198421001 - 2.8198421001 - 2.8198421001 - 2.8198421001 - 0.2069921941 - 0.2069921941 - -0.7853981853 - -0.7853981853 - 0.0587558225 - 0.0587558225 - -2.3647413254 - -2.3647413254 - 1.5300025940 - 1.5300025940 - 0.1243549958 - 0.1448124945 - -0.6327488422 - -0.6327488422 - -0.6794137955 - -0.6794137955 - 0.1148766056 - 0.1148766056 - 0.0787839592 - 0.0787839592 - -0.6414726973 - -0.6414726973 - 0.2593317330 - 2.2794225216 - 2.2794225216 - 2.3996453285 - 2.3996453285 - -1.4578766823 - -1.4578766823 - -2.2876000404 - -2.2876000404 - 2.6451699734 - 2.6451699734 - 2.3561944962 - 2.3561944962 - 2.3561944962 - 2.3561944962 - 2.3561944962 - 2.6011731625 - 2.6011731625 - 2.6011731625 - 2.3561944962 - 2.3561944962 - 2.3561944962 - 1.1071487665 - 1.1071487665 - 1.0734536648 - -1.0191413164 - -1.0191413164 - -3.1264421940 - -3.1264421940 - -3.0216886997 - -3.0113811493 - -3.0098304749 - -3.0216886997 - -2.8501358032 - -2.8501358032 - -2.8501358032 - -2.8753407001 - -2.7928216457 - -2.8753407001 - -0.0428309329 - 1.7126933336 - -0.0428309329 - -2.9588711262 - 2.7492525578 - -2.9588711262 - -0.0934767798 - -0.0934767798 - -0.9075933099 - -0.9075933099 - -3.0118901730 - -3.0118901730 - -3.0584514141 - 1.9477056265 - -2.2301063538 - 1.9477056265 - 1.6092388630 - 1.6092388630 - -2.2724215984 - -2.2724215984 - 0.8818719387 - 0.8818719387 - 0.8844110966 - 0.8844110966 - 1.9769850969 - 1.9769850969 - -1.9447382689 - -1.9447382689 - -3.0676536560 - -3.0676536560 - -0.0651251599 - -0.0651251599 - 2.3318090439 - 2.3318090439 - -2.5876400471 - 2.2725193501 - -2.5876400471 - -3.1093456745 - -3.1093456745 - -3.0771658421 - 1.5832957029 - 1.5832957029 - 3.1415927410 - 3.1415927410 - -3.1103527546 - -3.1103527546 - 3.1415927410 - -3.1103527546 - -3.1103527546 - -3.1112987995 - -3.1103527546 - -3.1103527546 - -3.1103527546 - -3.1112987995 - -3.1103527546 - -3.1112987995 - -3.1103527546 - 3.1415927410 - -2.9927027225 - -2.9927027225 - -1.3460851908 - -1.3460851908 - -1.3397057056 - 1.9365435839 - 1.9365435839 - 2.8555412292 - 2.8555412292 - 2.3996453285 - 2.3996453285 - 0.1194289252 - -0.2626090646 - -2.9945142269 - -2.9945142269 - -0.4118072987 - -0.2626090646 - -0.4118072987 - 0.2872814536 - 0.2872814536 - 2.4592761993 - 2.4592761993 - 0.1124271303 - 0.1124271303 - -1.8650308847 - -1.8650308847 - -1.8736811876 - -1.8086322546 - 3.1112987995 - -1.8086322546 - 3.0810606480 - 0.6567016840 - 0.6567016840 - 2.5596876144 - 2.5596876144 - 1.4219063520 - 1.4219063520 - -0.6132073402 - -0.6132073402 - -2.7886023521 - -2.7886023521 - -0.4780007005 - -0.4780007005 - 1.7436569929 - 1.7436569929 - -0.0516780838 - -0.0516780838 - -1.8622530699 - -1.8622530699 - 0.1610919088 - 0.1610919088 - 0.3529903889 - 0.3529903889 - 2.9441971779 - 2.9441971779 - 2.9441971779 - 2.9441971779 - 1.4489538670 - -2.8166875839 - -2.8166875839 - 1.5128901005 - 1.5128901005 - -2.2201969624 - -2.2201969624 - 1.5128901005 - -2.2201969624 - 2.3809828758 - 2.3809828758 - -2.1254780293 - -2.1254780293 - 1.5214537382 - 1.5214537382 - -0.5565993190 - -0.5565993190 - 0.6146629453 - 0.6146629453 - 0.1206236705 - 0.1206236705 - 0.1194289252 - 0.1194289252 - 0.1206236705 - 0.1194289252 - 0.1243549958 - 1.5300025940 - 0.1243549958 - 0.1448124945 - 0.7977432013 - 0.7977432013 - -0.7378150821 - -0.7378150821 - 0.7695264816 - 0.7695264816 - -0.4266274869 - -0.4266274869 - -3.0202405453 - -3.0202405453 - 1.8207749128 - 1.8207749128 - 0.7012599111 - 0.7012599111 - 0.6904464364 - 0.6904464364 - 0.7012599111 - 0.6904464364 - 0.7853981853 - 0.7853981853 - 0.9011573792 - 0.9011573792 - 2.6011731625 - 2.6011731625 - 2.3561944962 - 2.3561944962 - 2.3561944962 - 2.3561944962 - 2.6011731625 - 2.6011731625 - 2.6011731625 - 2.6011731625 - 2.4178447723 - 2.4178447723 - -1.2490457296 - -1.2490457296 - -0.9364135265 - -0.9364135265 - -0.9960204363 - -0.9960204363 - 2.8744502068 - 2.8744502068 - -0.7665324807 - -0.7665324807 - -0.1418970525 - -0.1418970525 - -1.5707963705 - -1.5707963705 - -1.5570985079 - -1.5570985079 - -1.5707963705 - -1.5570985079 - 1.7126933336 - 0.2110933363 - 1.7126933336 - -0.0428309329 - -3.0072712898 - -3.0072712898 - -0.7130608559 - -0.7130608559 - -1.4821404219 - -1.4821404219 - -2.9669203758 - -2.9669203758 - 2.6325218678 - 2.6325218678 - 2.6257836819 - 2.6257836819 - 2.5809056759 - 2.5809056759 - 2.8198421001 - 2.8198421001 - 2.5809056759 - 2.8198421001 - -0.4729065895 - -0.4729065895 - 2.5565929413 - 2.5565929413 - 2.5444159508 - 1.9247937202 - -2.0432932377 - 1.9247937202 - 1.9401299953 - 1.9401299953 - -3.0617625713 - -3.0617625713 - -1.6614562273 - -1.6614562273 - 1.9295669794 - 1.9295669794 - -3.0676536560 - -3.0648207664 - -3.0676536560 - 0.5191460848 - 0.5191460848 - 1.9809236526 - 1.9809236526 - 1.5492942333 - -1.9357094765 - 1.5492942333 - 2.2520945072 - 2.2520945072 - -3.0771658421 - -3.1093456745 - -3.0771658421 - -2.5127964020 - -2.5127964020 - 3.1415927410 - -3.1112987995 - -3.1103527546 - 3.1415927410 - -1.3397057056 - 1.5707963705 - -1.3460851908 - -1.3397057056 - 3.1415927410 - -2.1279206276 - -2.1279206276 - -0.6074445844 - -0.6074445844 - 0.6231993437 - 0.6231993437 - 1.2074031830 - 1.2074031830 - -1.5707963705 - -1.5707963705 - -1.2662854195 - -1.2662854195 - -0.2741674483 - -0.2741674483 - 3.1130290031 - 3.1130290031 - 2.5101392269 - 2.5101392269 - 3.1121892929 - 3.1121892929 - 2.6160087585 - 2.6160087585 - 3.1130290031 - 3.1121892929 - 3.1130290031 - 3.1130290031 - 2.5702552795 - 2.5702552795 - 3.1130290031 - 3.1130290031 - 2.2694561481 - 2.2694561481 - 1.4332095385 - -1.4241298437 - -1.4241298437 - -2.4280705452 - -2.4280705452 - -0.2593317330 - -0.2593317330 - 3.1121892929 - 3.0810606480 - 3.1121892929 - 1.9295669794 - 1.9295669794 - 2.2455372810 - 0.0851593912 - 0.0851593912 - -1.8736811876 - 3.1112987995 - -1.8650308847 - -1.8736811876 - 3.0810606480 - -1.8086322546 - 1.0934509039 - 3.0810606480 - 0.4535976946 - 0.4535976946 - 3.0791738033 - 3.0791738033 - 3.0481159687 - 3.0481159687 - 3.0791738033 - 3.0481159687 - -2.8869678974 - -2.8869678974 - -2.9715340137 - -2.0299394131 - -2.9715340137 - 0.6524294615 - 0.6524294615 - -0.4306925237 - -0.4306925237 - -1.1113680601 - -1.1113680601 - 1.6429599524 - 1.6429599524 - 2.2040061951 - 2.2040061951 - -0.7266423702 - 0.7483780384 - 0.7483780384 - 3.0309355259 - 3.0309355259 - -1.0493619442 - -1.0493619442 - -1.0133652687 - -1.7048195601 - -1.0133652687 - -0.3703234196 - -0.3703234196 - -1.7048195601 - -1.0133652687 - -0.3703234196 - 3.0309355259 - 3.0309355259 - 3.0309355259 - 2.8012106419 - 2.8012106419 - -2.7918772697 - -2.7918772697 - 1.7590178251 - 1.7590178251 - -1.3397057056 - -1.3397057056 - 2.9340963364 - 2.9340963364 - 2.1486983299 - 2.1486983299 - -2.9805006981 - 2.9229238033 - 2.9229238033 - 2.8198421001 - 2.8198421001 - 2.8198421001 - 2.8198421001 - -2.5099020004 - -2.5099020004 - 1.3036538363 - 0.5532943010 - 0.5532943010 - 0.8441540003 - 0.8441540003 - -2.6279866695 - -2.6279866695 - 1.1023410559 - 1.1023410559 - 0.1448124945 - 1.5300025940 - 0.1243549958 - 0.1448124945 - -1.8622530699 - -1.8622530699 - -0.2782996595 - -0.2782996595 - 2.8584969044 - 2.8584969044 - 2.0074234009 - 2.0074234009 - 0.1746722013 - 0.1746722013 - -1.0982993841 - -1.0982993841 - 0.7853981853 - 0.7853981853 - 2.3361971378 - 2.3361971378 - 2.3265001774 - 2.3405706882 - 2.3405706882 - 2.3561944962 - 2.8501358032 - 2.3561944962 - 2.3561944962 - 2.3561944962 - 2.3561944962 - 2.3452060223 - 2.3452060223 - 2.9242992401 - 2.9242992401 - 2.4173426628 - 2.4173426628 - 1.6879050732 - 1.3627401590 - 1.3627401590 - -1.2924966812 - -1.2924966812 - -1.1479424238 - -1.1479424238 - -0.4899573326 - -0.4899573326 - 2.3561944962 - 2.3561944962 - 2.6819937229 - 2.6819937229 - -2.7610862255 - -2.7610862255 - 2.8022999763 - 2.8022999763 - -2.7928216457 - -2.7928216457 - -2.8753407001 - -2.6011731625 - -2.6011731625 - 1.8788491488 - 1.8788491488 - -0.2847304344 - -0.2847304344 - -0.3392926157 - -0.3392926157 - -1.6304270029 - -1.6304270029 - -1.6313283443 - -3.0987617970 - -3.0987617970 - -1.2248290777 - -1.2248290777 - -0.8293949366 - -0.8293949366 - -0.4721219838 - -0.4721219838 - -0.4398425817 - -0.4398425817 - 0.0108691370 - 1.0783106089 - -3.1303572655 - 0.0108691370 - -0.0111106541 - 2.2441654205 - 2.2441654205 - -1.3134726286 - -1.3134726286 - -0.6518691182 - -0.6518691182 - -2.8470463753 - 2.9275319576 - 2.9275319576 - 2.9068701267 - 0.4636476040 - 0.4636476040 - -0.2543680668 - -0.2543680668 - -3.0617625713 - -3.0617625713 - -2.9829373360 - 1.9195673466 - 1.9195673466 - 2.7165524960 - 2.7165524960 - 2.7078506947 - -0.5611634254 - -0.5611634254 - 0.2199142724 - 0.2199142724 - 0.2174374163 - 0.2284966409 - 1.4931747913 - 0.2174374163 - 0.2199142724 - 0.2174374163 - 0.2284966409 - 1.4931747913 - 1.4931747913 - 1.4931747913 - 0.2199142724 - 0.2174374163 - 0.2284966409 - 1.4931747913 - 1.4931747913 - -3.1082715988 - -3.1082715988 - 0.7076331973 - 0.7076331973 - -3.1093456745 - -3.1093456745 - 1.1029471159 - 1.1029471159 - 1.3880747557 - 1.3880747557 - -3.1121892929 - 3.1415927410 - -3.1121892929 - -0.6310793757 - -0.6310793757 - 1.8832879066 - 1.8832879066 - 2.0487971306 - 2.0487971306 - 0.3708913028 - 0.3708913028 - -2.7246944904 - -2.7246944904 - 1.8692952394 - 1.8692952394 - 3.1121892929 - 3.1415927410 - 3.1121892929 - 3.1130290031 - 3.0845117569 - 3.1130290031 - -2.1823933125 - -2.1823933125 - -2.1736345291 - -2.1736345291 - -2.1823933125 - -2.1736345291 - 2.6677412987 - 2.6677412987 - -1.7599953413 - -1.7599953413 - -2.7501876354 - -2.7501876354 - 1.9086744785 - 1.9086744785 - 0.7992861867 - 0.7992861867 - -2.8491497040 - -2.8491497040 - 1.5182132721 - -2.3842244148 - -2.3842244148 - -2.3561944962 - -2.3561944962 - -1.6332151890 - 2.6637616158 - -1.6332151890 - -1.6176370382 - -1.6176370382 - 2.6637616158 - -1.6332151890 - -1.6176370382 - -0.9272952080 - -0.9272952080 - 0.6034334898 - 0.6034334898 - -1.8536971807 - -1.8536971807 - -1.8568477631 - -3.0263166428 - 0.8379812241 - -3.0263166428 - 0.5205808282 - 0.5205808282 - -2.4055371284 - -2.4055371284 - 2.8966140747 - 2.8966140747 - -2.2455372810 - -2.2455372810 - -2.0988707542 - -2.0988707542 - 0.4023211002 - 0.4023211002 - 0.8457275629 - 2.7901477814 - 2.7901477814 - 0.8457275629 - 0.4023211002 - 0.8457275629 - -1.4464412928 - -1.4464412928 - 1.9731174707 - 1.9731174707 - -0.5302157998 - -2.9402754307 - -2.9402754307 - 2.8198421001 - 2.8198421001 - 2.8198421001 - 2.8198421001 - 2.8198421001 - -0.8341400027 - -0.8341400027 - -2.4894211292 - -2.4894211292 - -0.6637004018 - -0.6637004018 - 0.6240230799 - 0.6240230799 - -2.4489507675 - 0.0632068291 - 0.0632068291 - 2.6877486706 - 2.6877486706 - -3.0971775055 - -0.0117641632 - -0.0117641632 - -1.4181469679 - -1.4181469679 - -0.6146629453 - -0.6146629453 - 2.9195108414 - 2.9195108414 - 0.2593317330 - -0.6414726973 - 0.2593317330 - 1.6672700644 - 1.6672700644 - -2.6532588005 - -2.6532588005 - 2.1133756638 - 2.1133756638 - 2.3265001774 - 2.3361971378 - 2.3265001774 - 2.4023156166 - 2.4009406567 - 2.4023156166 - 1.8157750368 - 1.8157750368 - 0.5633162856 - 0.5633162856 - -2.5127964020 - -2.5127964020 - -2.7233684063 - -2.7233684063 - -1.4224685431 - -1.4224685431 - 2.4848909378 - 2.4848909378 - -2.9060475826 - -2.9060475826 - -1.6313283443 - -1.6304270029 - -1.6313283443 - -2.9105019569 - -2.9105019569 - -2.6344940662 - -2.6344940662 - 1.0783106089 - 1.0783106089 - 0.0108691370 - 2.5444159508 - 2.5565929413 - 2.5444159508 - -3.0118901730 - -3.0118901730 - -2.2301063538 - -2.2301063538 - 1.9477056265 - 1.5243182182 - 1.5243182182 - 2.9068701267 - 2.9275319576 - 2.9068701267 - -2.8470463753 - -0.6518691182 - -2.8470463753 - -2.1716516018 - -2.1716516018 - -3.0648207664 - -3.0648207664 - -3.0676536560 - -1.7634971142 - -1.7634971142 - -3.0702850819 - -3.0702850819 - -3.0702850819 - 2.7078506947 - 2.7165524960 - 2.7078506947 - -0.9272952080 - -0.9272952080 - 0.4461055398 - 0.2284966409 - 0.2199142724 - 0.2174374163 - 0.2284966409 - 1.4931747913 - 1.4931747913 - 2.2725193501 - 2.2725193501 - -2.5876400471 - 1.4931747913 - 0.2174374163 - 0.2284966409 - 1.4931747913 - 1.4931747913 - 1.6124389172 - 1.6124389172 - -0.5757583380 - -0.6701220274 - -0.5757583380 - 1.6614562273 - -0.7145491838 - -0.7145491838 - 1.0899090767 - 1.0899090767 - -3.1112987995 - -3.1103527546 - -3.1103527546 - -3.1112987995 - -2.1815223694 - -2.1815223694 - 0.4007934630 - 0.4007934630 - -2.0481417179 - -2.0481417179 - 3.1415927410 - -1.3397057056 - -3.1121892929 - 3.1415927410 - 3.1415927410 - -3.1121892929 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1130290031 - -0.6828182936 - -0.6828182936 - 1.9922155142 - 1.9922155142 - 1.9879658222 - -0.6459581256 - -0.6459581256 - 1.7261605263 - 1.7261605263 - 2.3097164631 - 2.3097164631 - -2.9479706287 - -2.9479706287 - -2.5963654518 - -2.5963654518 - 3.1121892929 - 3.0828368664 - 3.1121892929 - 2.7049655914 - 2.7049655914 - 0.4497596025 - 0.4497596025 - 2.0870270729 - 2.0778949261 - 2.0870270729 - -2.0299394131 - -2.0299394131 - -2.9715340137 - 1.1268506050 - 2.0926306248 - 1.1268506050 - 0.9827937484 - 0.9827937484 - 1.5182132721 - -2.8491497040 - 1.5182132721 - 2.3127436638 - 2.3127436638 - -0.0370201170 - -0.0370201170 - 2.4805495739 - 2.4805495739 - -1.5131678581 - -1.5131678581 - 0.9739704132 - 0.9739704132 - 1.1583858728 - 1.1583858728 - -0.7266423702 - 2.2040061951 - -0.7266423702 - -1.2986503839 - -1.2986503839 - 1.6388727427 - 0.5561662316 - 0.5561662316 - 1.6563016176 - 1.6563016176 - -1.7048195601 - -1.7048195601 - -1.0133652687 - -0.3703234196 - 0.2337431759 - -2.3996453285 - 0.2337431759 - 3.0309355259 - 3.0309355259 - 3.0309355259 - -0.5404195189 - -0.5404195189 - -1.2277723551 - -1.2277723551 - 2.4433517456 - 2.0841953754 - 2.0841953754 - 2.9694018364 - 2.9694018364 - 2.9694018364 - 2.9694018364 - -0.8264709711 - -0.8264709711 - -0.8193986416 - -0.8193986416 - -0.8264709711 - -0.8193986416 - -2.1632237434 - -2.1632237434 - -1.4665247202 - -1.4665247202 - 2.9617390633 - 2.9617390633 - 2.9617390633 - -0.4868992269 - -0.4868992269 - 1.4489538670 - 2.9441971779 - 1.4489538670 - 0.8453263044 - 0.8453263044 - 0.9249804020 - 0.9249804020 - -1.8836975098 - -1.8836975098 - -2.8886985779 - -2.8886985779 - 3.1415927410 - 3.1415927410 - 2.8430936337 - 2.8430936337 - 2.8430936337 - 2.8430936337 - -0.6781193018 - -0.6781193018 - 2.8198421001 - 2.8198421001 - 2.8198421001 - 2.8198421001 - -3.0027077198 - -3.0027077198 - 2.8263778687 - 2.8263778687 - -1.8850282431 - -1.8850282431 - 1.7425564528 - 1.7425564528 - -1.4444881678 - -1.4444881678 - -1.9549657106 - -1.9549657106 - -3.0186207294 - -3.0186207294 - -1.7607846260 - -1.8063412905 - -1.7607846260 - -1.7681919336 - -1.2924966812 - -1.2924966812 - 0.7551044226 - 0.7551044226 - -0.6191613674 - -0.6191613674 - 0.0104162898 - 0.0104162898 - -0.5708053112 - -0.5708053112 - 0.3805063665 - 0.3805063665 - 0.0713074654 - 0.0713074654 - 2.0344438553 - 2.0344438553 - -2.4668517113 - -2.4668517113 - -1.6396528482 - -1.6396528482 - -1.6052653790 - -1.6052653790 - -1.6396528482 - -1.6052653790 - 1.0829598904 - 1.0829598904 - 2.8501358032 - 2.8501358032 - 2.3561944962 - 2.6011731625 - 2.6011731625 - 2.6011731625 - 2.4668517113 - 2.4668517113 - 2.8164751530 - 2.7937042713 - 2.8098757267 - 2.8164751530 - 2.4009406567 - 2.4009406567 - 2.4023156166 - 2.4149503708 - 2.4149503708 - 2.4306833744 - 2.4306833744 - 2.4306833744 - 2.4149503708 - 2.4306833744 - 2.4306833744 - 2.5308666229 - 2.5308666229 - 0.9494727254 - 0.9494727254 - -1.6284247637 - -1.6284247637 - -2.7610862255 - -2.7610862255 - -0.5255838037 - -0.5255838037 - -2.8632929325 - -2.8632929325 - -2.8632929325 - 0.2110933363 - 0.2110933363 - 1.7126933336 - 0.4756952226 - 1.5430257320 - 0.4756952226 - 1.5430257320 - 1.1204222441 - 1.1204222441 - -2.2362062931 - -2.2362062931 - -0.8428062797 - -0.8428062797 - 1.7529646158 - 1.7529646158 - -2.7753369808 - -2.7753369808 - 0.5546815991 - 0.5546815991 - 2.2621333599 - 2.2621333599 - -0.4475199878 - -0.4475199878 - 2.1020698547 - 2.1020698547 - -0.9707460999 - -0.9707460999 - -1.3597029448 - -1.3597029448 - 0.1602306813 - -0.7998899221 - 1.1611502171 - 1.1611502171 - 1.5333138704 - 1.5333138704 - -3.0702850819 - -3.0702850819 - -3.0702850819 - -1.3370531797 - -1.3370531797 - 2.0083060265 - 2.0083060265 - -3.0758979321 - 3.0606884956 - -3.0758979321 - 1.5844941139 - 1.5844941139 - -3.0750246048 - -3.0750246048 - -3.0771658421 - 0.3887877464 - 0.3887877464 - 2.7954566479 - 2.7954566479 - 1.6614562273 - 2.9764440060 - 2.9764440060 - -3.1112987995 - -3.1112987995 - -3.1112987995 - -3.1103527546 - -3.0810606480 - 2.2492592335 - 2.2492592335 - 1.6814535856 - 1.6814535856 - 0.7345944643 - 0.7345944643 - 2.9068701267 - 2.9068701267 - -2.6607053280 - -2.6607053280 - 2.5702552795 - 2.5702552795 - 3.1130290031 - 3.1415927410 - 3.1415927410 - 3.1130290031 - -1.9832067490 - -1.9832067490 - 1.9879658222 - 1.9922155142 - 1.9879658222 - -3.1130290031 - 3.1415927410 - -3.1130290031 - 3.1415927410 - 0.3256415725 - 0.3256415725 - -1.6275534630 - -1.6275534630 - -0.7643486261 - -0.7643486261 - 3.1415927410 - 3.1415927410 - 3.0367157459 - 2.5308666229 - 3.0367157459 - -1.8717166185 - -1.8717166185 - 3.1415927410 - 3.1415927410 - 3.1121892929 - 3.1130290031 - 3.1138219833 - 3.1121892929 - 3.1130290031 - 3.0845117569 - 3.1130290031 - -2.8573670387 - -2.8573670387 - 3.1130290031 - 3.1130290031 - 3.1130290031 - 3.1130290031 - 3.1130290031 - 3.1130290031 - 0.0000000000 - 0.0000000000 - 1.4332095385 - 2.2694561481 - 1.4332095385 - -2.5849933624 - -2.5849933624 - 1.0934509039 - 1.0934509039 - 3.0810606480 - 0.1973955631 - 0.1973955631 - 1.9513026476 - 0.8245937824 - 0.8245937824 - 2.4775464535 - 2.4775464535 - 2.5535900593 - -2.7420771122 - -2.7420771122 - 2.8134727478 - 2.8134727478 - -1.3633000851 - -1.3633000851 - 3.0348570347 - 3.0348570347 - 1.6388727427 - -1.2986503839 - 1.6388727427 - -2.5535900593 - -2.5535900593 - 1.7879076004 - 1.7986533642 - 1.7879076004 - -2.8279719353 - -2.8279719353 - 2.9889433384 - 2.9889433384 - -1.8568477631 - -1.8536971807 - -1.8568477631 - -2.8501358032 - -2.8501358032 - -1.1383885145 - -1.1383885145 - 0.0270204488 - 0.0270204488 - -1.3220863342 - -1.3220863342 - 0.5633162856 - 0.5633162856 - 2.2097103596 - 2.2097103596 - -0.1375867426 - -0.1375867426 - -2.5410516262 - -2.5410516262 - 0.6846171618 - 0.6846171618 - 2.8632929325 - 2.8632929325 - -0.4461055398 - -0.4461055398 - -2.0119757652 - -2.0119757652 - 1.3036538363 - -2.5099020004 - 1.3036538363 - -2.9123606682 - -2.9123606682 - 1.6539375782 - 1.6539375782 - -2.5308666229 - -2.5308666229 - -2.4489507675 - 0.6240230799 - -2.4489507675 - -3.0971775055 - 2.6877486706 - -3.0971775055 - -1.8063412905 - -1.8063412905 - -1.7607846260 - -1.7681919336 - -1.7681919336 - -1.8063412905 - -1.7607846260 - -1.7681919336 - -0.5928452015 - -0.5928452015 - 2.1781015396 - 2.1781015396 - -1.3177206516 - -1.3177206516 - 2.0686187744 - 2.0686187744 - 2.1587989330 - 2.1587989330 - -2.9889433384 - -2.9889433384 - -2.2318394184 - -2.2318394184 - 2.4858970642 - 2.4858970642 - 2.8098757267 - 2.7875952721 - 2.7937042713 - 2.8098757267 - 2.8164751530 - 2.4110844135 - 2.4099061489 - 2.4110844135 - 2.4306833744 - 2.4149503708 - 2.4306833744 - 2.4306833744 - 2.5213432312 - 2.5213432312 - 2.3428618908 - -1.4940243959 - 2.3428618908 - -0.4764674306 - -0.4764674306 - -0.5369107723 - -0.5369107723 - 2.4689221382 - 2.4689221382 - -2.1088404655 - -2.1088404655 - -2.0968627930 - -2.0968627930 - -2.1088404655 - -2.0968627930 - 3.0045263767 - 3.0045263767 - 0.4756952226 - 0.2110933363 - 0.4756952226 - 1.5430257320 - 1.2529983521 - 1.2529983521 - -2.2556176186 - 3.0689930916 - 3.0689930916 - -1.9228405952 - -1.9228405952 - 2.9240386486 - 2.9163157940 - 2.9240386486 - 0.9712000489 - 2.3456685543 - 2.3456685543 - -3.0617625713 - -3.0617625713 - -3.0221636295 - -2.9829373360 - -3.0617625713 - -2.9829373360 - 0.1602306813 - -1.3597029448 - 0.1602306813 - -0.7998899221 - 2.5046994686 - 2.5046994686 - 2.5046994686 - 2.4980914593 - 2.4980914593 - 2.5046994686 - 2.5046994686 - 2.4980914593 - -0.8003224134 - -0.8003224134 - 0.7853981853 - 0.7853981853 - -0.0416425802 - -0.0416425802 - 2.3162157536 - 2.3162157536 - -1.2655731440 - -1.2655731440 - 1.0714496374 - 1.0714496374 - -3.1112987995 - -3.1112987995 - 0.1526493281 - 0.1526493281 - 2.2808656693 - 2.2808656693 - 1.3692685366 - 1.3692685366 - -2.2353982925 - -2.2353982925 - -1.1030335426 - -1.1030335426 - -3.1121892929 - -3.1121892929 - 3.1415927410 - 3.1415927410 - -2.3334710598 - -2.3334710598 - 1.3684747219 - 1.3684747219 - -3.0584514141 - -3.0584514141 - 3.1415927410 - 3.1415927410 - -3.1130290031 - 3.1415927410 - 3.1415927410 - 3.1415927410 - -3.1130290031 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 2.3458855152 - 2.3458855152 - 2.5308666229 - 2.5308666229 - 3.0367157459 - 3.0845117569 - 3.1138219833 - 3.1130290031 - 3.1121892929 - 3.1130290031 - 3.0845117569 - 3.1121892929 - 3.1121892929 - 3.1130290031 - 3.0845117569 - 3.1130290031 - 3.1121892929 - -2.0451962948 - -2.0451962948 - 2.3996453285 - 2.3996453285 - -0.8217458129 - -0.8217458129 - 2.6476511955 - 2.6476511955 - 1.9423141479 - 1.9423141479 - 2.7027332783 - 2.7027332783 - 1.9195673466 - 1.9195673466 - 2.6837589741 - 2.6837589741 - -2.7734618187 - 1.1606689692 - 1.1606689692 - -0.7678561211 - -0.7678561211 - 0.7583777308 - 0.7583777308 - 1.4928296804 - 1.4928296804 - 1.3979357481 - 1.3979357481 - 2.6885266304 - 2.6885266304 - 1.3768371344 - 1.3768371344 - 2.0926306248 - 2.0926306248 - 1.1268506050 - 3.0451188087 - 3.0451188087 - 3.0451188087 - 1.0179550648 - 1.0179550648 - 2.6439776421 - 2.6439776421 - 2.4768180847 - 2.4768180847 - -2.7407991886 - -2.7407991886 - 1.7986533642 - 1.7986533642 - 1.7879076004 - 3.0309355259 - 3.0309355259 - 3.0309355259 - 0.8379812241 - 0.8379812241 - -3.0263166428 - 2.9694018364 - 2.9694018364 - 2.9694018364 - 2.9694018364 - 2.9694018364 - 2.9694018364 - 2.9694018364 - 2.9694018364 - -2.2281854153 - -2.2281854153 - 0.4939413667 - -0.1586552560 - 0.4939413667 - -1.7533562183 - -1.7533562183 - 2.9617390633 - 2.9617390633 - 2.9617390633 - -2.0885782242 - -2.0885782242 - -0.3252348602 - 2.8632929325 - 2.8632929325 - 0.9097531438 - 0.9097531438 - -0.6498704553 - -0.6498704553 - 1.5861797333 - 1.5861797333 - 0.8329812884 - 0.8329812884 - 0.9365541935 - 0.9365541935 - 2.3765997887 - -0.5302157998 - 1.9731174707 - 0.4074298441 - -0.5302157998 - -0.5914390087 - -0.5914390087 - -0.4878364503 - -0.4878364503 - 2.0298357010 - 2.0298357010 - 2.7985687256 - 2.7985687256 - 2.7985687256 - 2.8632929325 - 2.7985687256 - 2.7985687256 - 2.7985687256 - 2.8632929325 - 2.8430936337 - 2.8430936337 - 2.8430936337 - 0.5070984960 - 0.5070984960 - -3.0490739346 - -3.0490739346 - 1.6475682259 - 1.6475682259 - 2.3561944962 - 2.3561944962 - -1.3841069937 - -1.3841069937 - 1.1978086233 - 1.1978086233 - 0.7248661518 - 0.7248661518 - 0.2683662176 - 0.2683662176 - 2.1477291584 - 2.1477291584 - 0.8902751207 - 0.8902751207 - 2.6260435581 - 2.6260435581 - -2.6413121223 - -2.6413121223 - 2.8259770870 - 2.8259770870 - -2.9504082203 - -2.9504082203 - -0.4431025684 - -0.4431025684 - 1.8538920879 - 1.8538920879 - -2.4756233692 - -2.4756233692 - 1.0022717714 - 1.0022717714 - 2.3339760303 - 2.3339760303 - 2.3441469669 - 2.3441469669 - -3.1082715988 - -3.1082715988 - 2.3441469669 - -3.1082715988 - 2.4099061489 - 2.4099061489 - 2.4110844135 - -1.2490457296 - -1.2490457296 - -1.4940243959 - -1.4940243959 - 2.3428618908 - -2.8902649879 - -2.8902649879 - -2.3399796486 - -2.3399796486 - -2.8632929325 - -2.8632929325 - -2.8632929325 - -2.8632929325 - -2.8632929325 - -0.5028432012 - -0.5028432012 - -3.1093456745 - -3.1093456745 - -0.9025068879 - -0.9025068879 - -2.2018756866 - -2.2018756866 - 2.9163157940 - 2.9163157940 - 2.9240386486 - 0.9712000489 - 0.2074962258 - 0.2074962258 - -2.9764440060 - -2.9764440060 - 1.0754851103 - 1.0754851103 - -2.1954317093 - -2.1954317093 - 0.9310265183 - -0.7998899221 - -1.3597029448 - 0.1602306813 - -0.7998899221 - 1.8712735176 - 2.4793772697 - 1.8712735176 - 2.5046994686 - 2.5046994686 - 2.5046994686 - 2.4980914593 - -3.0702850819 - -3.0702850819 - -3.0676536560 - -3.0676536560 - -3.0702850819 - -3.0676536560 - -3.0727362633 - -3.0727362633 - -1.3510012627 - -1.3510012627 - -0.4316950142 - 0.4461055398 - -0.9272952080 - 0.4461055398 - -2.4546406269 - -2.4546406269 - 0.8060138226 - 0.8060138226 - -3.1103527546 - -3.1103527546 - 1.1071487665 - 1.1071487665 - -0.6701220274 - -0.6701220274 - -0.5757583380 - 1.6614562273 - 2.7954566479 - -0.5757583380 - 1.6614562273 - -3.1112987995 - -3.1112987995 - -3.1112987995 - -3.1103527546 - 0.2331798077 - 0.2331798077 - -1.2082520723 - -1.2082520723 - 2.0014889240 - 2.0014889240 - 2.8037145138 - 0.7437555790 - 0.7437555790 - 2.2752904892 - 2.2752904892 - 3.1415927410 - -3.1121892929 - 3.1415927410 - 3.1415927410 - -0.7165416479 - -0.7165416479 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1130290031 - -1.0184928179 - -1.0184928179 - 0.8779168129 - 0.8779168129 - 3.1138219833 - 3.1138219833 - 3.1130290031 - 3.1130290031 - 3.1138219833 - 3.1130290031 - 1.1525720358 - 1.1525720358 - 3.1130290031 - 3.1121892929 - 3.1130290031 - 3.1130290031 - 3.1130290031 - 3.1130290031 - -1.5981867313 - -1.5981867313 - 3.0828368664 - 3.0828368664 - 3.0828368664 - 3.1121892929 - 3.0598082542 - 3.0598082542 - 3.0828368664 - 3.0828368664 - 3.0828368664 - 3.0828368664 - 3.0828368664 - 3.0828368664 - 3.0828368664 - 3.0828368664 - 3.0828368664 - 3.0828368664 - 3.0828368664 - 0.4533386827 - 0.4533386827 - 3.1112987995 - 3.1112987995 - 1.0636978149 - 1.0636978149 - 2.0778949261 - 2.0778949261 - 2.0870270729 - -1.8197590113 - -2.1169629097 - -1.8197590113 - 2.5535900593 - 2.4775464535 - 2.5535900593 - -2.0524599552 - -2.0524599552 - 3.0750246048 - 3.0750246048 - 3.0419239998 - 3.0419239998 - 2.5842971802 - 2.5842971802 - 2.3462939262 - 2.3462939262 - -2.3996453285 - -1.7257931232 - -2.3996453285 - 0.2337431759 - -2.5702552795 - -2.5702552795 - 1.3825747967 - 1.3825747967 - 2.4433517456 - -1.2277723551 - 2.4433517456 - 1.6879050732 - 1.6879050732 - 2.7091848850 - 2.7091848850 - 1.8635094166 - 1.8635094166 - -0.1586552560 - -0.1586552560 - 0.4939413667 - 2.9018495083 - 2.9018495083 - -2.9462010860 - -2.9462010860 - -2.9562447071 - -2.1393208504 - -2.1393208504 - 2.9340963364 - 2.9340963364 - -1.3567355871 - -1.3567355871 - -2.2413179874 - -2.2413179874 - 2.3765997887 - 0.9365541935 - 2.3765997887 - 0.4074298441 - -1.2277723551 - -1.2277723551 - 2.8430936337 - 2.8430936337 - 2.8430936337 - -3.0601406097 - -3.0601406097 - 1.0483928919 - 1.0483928919 - 2.8198421001 - 2.8198421001 - 2.8198421001 - 2.5829932690 - 2.5829932690 - -2.7828218937 - -2.7828218937 - -2.8913919926 - -2.8913919926 - 0.0634069517 - -0.8318762779 - 0.0634069517 - -3.0945684910 - -3.0945684910 - -0.9420000315 - -0.9420000315 - 1.9936501980 - 1.9936501980 - 1.1156954765 - 1.1156954765 - -2.7367007732 - -2.7367007732 - -2.7776136398 - 2.6344940662 - 2.6344940662 - 2.7937042713 - 2.7816441059 - 2.7875952721 - 2.7937042713 - 2.8098757267 - 2.8164751530 - 1.5388922691 - 1.5388922691 - 2.4030351639 - 2.4023156166 - 2.4030351639 - 2.0096557140 - 2.0140385628 - 2.0096557140 - -1.9163519144 - -1.9163519144 - -1.8804992437 - -1.8804992437 - -1.9163519144 - -1.8804992437 - -1.8828384876 - -1.8828384876 - -2.3855977058 - -2.3855977058 - -1.8622530699 - -1.8622530699 - -2.3855977058 - -1.8622530699 - -0.4353532791 - -0.4353532791 - -1.8622530699 - -0.4353532791 - -2.7233684063 - -2.7233684063 - -2.9134900570 - -2.9134900570 - -2.2950463295 - -2.2950463295 - 1.3125441074 - 1.3125441074 - -2.4444003105 - -2.4444003105 - 0.9712000489 - 2.9163157940 - 2.9240386486 - 0.9712000489 - 1.1749458313 - 1.1749458313 - -0.6989996433 - -0.6989996433 - -2.9130959511 - 2.9562447071 - 2.9562447071 - 2.4793772697 - 2.4793772697 - 1.8712735176 - -0.7373069525 - -0.7373069525 - 2.1507990360 - 2.1507990360 - 2.1386404037 - 2.1386404037 - 2.1507990360 - 2.1386404037 - 1.8513331413 - 1.8513331413 - -0.3657473028 - -0.3657473028 - 3.0606884956 - 3.0606884956 - -3.0758979321 - -0.4316950142 - -1.3510012627 - -0.4316950142 - -3.0999500751 - -3.0771658421 - -3.0771658421 - -3.0750246048 - 2.5043544769 - 2.5043544769 - 2.4980914593 - 2.4980914593 - 2.5043544769 - 2.4980914593 - -3.0771658421 - -3.0771658421 - -3.0771658421 - -3.0750246048 - -3.0771658421 - -2.2865400314 - -2.2865400314 - 2.3797194958 - -3.1103527546 - -3.1112987995 - -3.1112987995 - -3.1103527546 - -3.0810606480 - -3.0810606480 - -3.1112987995 - -3.1103527546 - -3.0810606480 - -0.8571701050 - -0.8571701050 - 0.2186689526 - 0.2186689526 - -1.5813223124 - 1.5707963705 - 1.5707963705 - 2.6841177940 - 2.6841177940 - 2.6965763569 - 0.9553406835 - 0.9553406835 - 1.3345510960 - 1.3345510960 - 2.1432561874 - 0.7428706288 - 0.7428706288 - 3.1138219833 - 3.1138219833 - 3.1138219833 - 3.1138219833 - 3.1130290031 - 3.1130290031 - 3.1130290031 - 3.0845117569 - 3.1130290031 - 3.1138219833 - 3.1130290031 - 3.1130290031 - 3.1130290031 - 3.0845117569 - -3.0045263767 - -3.0045263767 - 3.1130290031 - 3.1121892929 - 3.1130290031 - 3.1130290031 - 3.1130290031 - 3.1130290031 - 2.8890383244 - 2.8890383244 - 3.1130290031 - 3.1130290031 - 3.1130290031 - 3.1130290031 - 3.1130290031 - 3.1130290031 - 3.1130290031 - 3.1130290031 - 3.1130290031 - 3.1130290031 - 3.1130290031 - 3.1130290031 - 1.8588517904 - 1.8588517904 - -1.3397057056 - -1.3397057056 - 3.0828368664 - 3.0828368664 - 3.1121892929 - 3.1121892929 - 3.0828368664 - 3.0828368664 - 3.0828368664 - 3.0828368664 - 3.0828368664 - 3.0828368664 - 3.0828368664 - 3.0828368664 - 3.0828368664 - 3.0828368664 - 0.5226507783 - 0.5226507783 - 1.9513026476 - 0.1973955631 - 1.9513026476 - -2.7540688515 - -2.7540688515 - -3.1295449734 - -3.1295449734 - 3.0481159687 - 3.0481159687 - -2.1169629097 - -2.1169629097 - -1.8197590113 - 3.0481159687 - 3.0481159687 - 3.0451188087 - 3.0451188087 - 3.0419239998 - 3.0419239998 - 3.0419239998 - 3.0890095234 - 3.0890095234 - -2.6779451370 - -2.6779451370 - -0.3805063665 - -0.3805063665 - 3.0309355259 - 3.0309355259 - 3.0309355259 - 0.8643702865 - 0.8643702865 - 2.9945142269 - 2.9945142269 - 1.6628432274 - 1.6628432274 - 2.2105660439 - 2.2105660439 - -1.6951513290 - -1.6951513290 - 1.0636978149 - 1.0636978149 - 3.0156800747 - 3.0156800747 - 0.8097835779 - 0.8097835779 - -0.3252348602 - -2.0885782242 - -0.3252348602 - 0.4733560383 - -2.9562447071 - -0.2013171017 - -2.9462010860 - -2.9562447071 - 2.3336420059 - 0.8709034324 - 0.8709034324 - 2.9340963364 - 2.9340963364 - 2.9229238033 - 2.9229238033 - 2.6120030880 - 2.6120030880 - -1.2107369900 - -1.2107369900 - 1.3815972805 - 1.3815972805 - 1.3835424185 - -1.6443476677 - 0.4074298441 - 2.3765997887 - 0.4074298441 - -0.5302157998 - 3.1415927410 - 3.1415927410 - 2.5748634338 - 2.5748634338 - 2.1995925903 - 2.1995925903 - -1.7415314913 - -1.7415314913 - -2.2915365696 - -2.2915365696 - -2.7321555614 - -2.7321555614 - -2.7413520813 - 0.9732398987 - 0.9732398987 - -0.3476068676 - 1.3945616484 - -0.3476068676 - 0.3086508811 - 0.4776653945 - 0.4776653945 - 2.1629829407 - 2.1629829407 - -0.3916999400 - -0.3916999400 - -0.3878999650 - -0.3878999650 - -0.3916999400 - -0.3878999650 - -0.9373704195 - -0.9373704195 - -2.7776136398 - -2.7367007732 - -2.7776136398 - -0.6998928785 - -0.6998928785 - -0.2639637291 - -0.2639637291 - 0.3285531700 - 0.3285531700 - 2.7875952721 - 2.7816441059 - 2.7875952721 - 2.7937042713 - 2.8098757267 - -1.3940874338 - -1.3940874338 - -0.1370661706 - 2.4023156166 - 2.4023156166 - 2.4030351639 - 2.0140385628 - 2.0140385628 - 2.0096557140 - -2.5630683899 - -2.5630683899 - -2.5661680698 - -2.5661680698 - -2.3786625862 - -2.3786625862 - -2.3731420040 - -2.3731420040 - -2.3786625862 - -2.3731420040 - -1.7607846260 - -1.7607846260 - -0.4377913177 - -0.4377913177 - 2.0899424553 - 2.0899424553 - -2.3438494205 - 2.0425739288 - 2.0425739288 - 2.0899424553 - 2.0425739288 - 2.3117792606 - 2.3117792606 - -1.8076450825 - -1.8076450825 - -2.2556176186 - 1.2529983521 - -2.2556176186 - -0.1831108183 - -0.1831108183 - 2.3086113930 - 2.3086113930 - -3.0419239998 - -3.0419239998 - -2.5121502876 - -2.5121502876 - -3.0060648918 - -3.0060648918 - -3.0118901730 - -3.0118901730 - -3.0118901730 - -3.0221636295 - -3.0617625713 - -3.0221636295 - 0.9310265183 - -2.1954317093 - 0.9310265183 - 2.3276307583 - 2.3276307583 - 0.4366271496 - 0.4366271496 - -2.6422460079 - -2.6422460079 - -0.8164440989 - -0.8164440989 - 0.7440993190 - 0.7440993190 - 1.2024474144 - 1.2024474144 - -2.9004750252 - -2.9004750252 - 0.0554985069 - 0.0554985069 - 2.4434721470 - 2.4434721470 - 2.4434721470 - 2.4434721470 - 2.4434721470 - 2.4434721470 - 2.8037145138 - 2.0014889240 - 2.8037145138 - -1.9437839985 - -1.9437839985 - -0.6467584372 - -0.6467584372 - 2.1193456650 - 2.1193456650 - 1.1790963411 - 1.1790963411 - 1.1737169027 - 0.8078662753 - 0.8078662753 - -0.2510026991 - 1.4288992882 - -0.2510026991 - 0.4437826872 - 0.4437826872 - 2.3167412281 - 2.3167412281 - 3.1130290031 - 3.1138219833 - 3.1130290031 - 3.1130290031 - 3.0845117569 - 3.1130290031 - 2.3401529789 - 2.3401529789 - 1.2886725664 - 1.2886725664 - 0.0121945171 - 0.0121945171 - 2.5020053387 - 2.5020053387 - -2.9002370834 - -2.9002370834 - 3.0828368664 - 3.1121892929 - 3.0828368664 - 3.0845117569 - 3.0828368664 - -2.7734618187 - 2.6837589741 - -2.7734618187 - -2.8259770870 - -2.8259770870 - -2.8445284367 - 2.3049573898 - 2.3049573898 - -2.5181617737 - -2.5181617737 - 2.3049573898 - -2.5181617737 - 3.0451188087 - 3.0451188087 - 3.0451188087 - 3.0451188087 - 0.9272952080 - 2.6476511955 - 0.9272952080 - 0.0696545765 - 0.0696545765 - -2.3667204380 - -2.3667204380 - 1.4645314217 - 1.4645314217 - 1.4645314217 - 1.4645314217 - 1.4645314217 - 1.4645314217 - -1.7257931232 - -1.7257931232 - -2.3996453285 - 0.7978975177 - 0.7978975177 - 0.7086262703 - 0.7086262703 - 2.9764440060 - 2.9764440060 - 0.4761992395 - 0.4761992395 - 2.4227626324 - 2.4227626324 - -2.2896263599 - -2.2896263599 - -1.8788491488 - -1.8788491488 - 1.7196862698 - 1.7196862698 - 1.7196862698 - 1.7196862698 - 1.7196862698 - 1.7196862698 - 1.3835424185 - 1.3815972805 - 1.3835424185 - -1.6443476677 - 2.8661665916 - 2.8661665916 - 2.8632929325 - 2.8632929325 - 2.8632929325 - 2.7985687256 - 2.7985687256 - 2.8632929325 - 2.7468016148 - 2.7468016148 - 2.7468016148 - -2.7413520813 - -2.7321555614 - -2.7413520813 - -2.8083484173 - -2.8083484173 - -0.2059913427 - -0.2059913427 - 0.2252767831 - 0.2252767831 - -1.3120254278 - -1.3120254278 - 0.1243549958 - 0.1243549958 - -0.8318762779 - -0.8318762779 - 0.0634069517 - 2.0542433262 - 2.0542433262 - 0.0525830612 - 0.0525830612 - -1.5707963705 - -1.5707963705 - 2.4960167408 - 2.4960167408 - 2.8842689991 - 2.1421337128 - 2.1421337128 - -0.7242500186 - -0.7242500186 - -0.3841693699 - -0.3841693699 - -0.7242500186 - -0.3841693699 - 0.2905107141 - 0.6000502110 - 0.6000502110 - 2.4385764599 - 2.4385764599 - 1.9295669794 - 1.9295669794 - 1.8736811876 - 1.8736811876 - 1.9295669794 - 1.8736811876 - 0.0831412300 - 0.0831412300 - -0.3683489263 - -0.3683489263 - -0.1325515360 - -0.1475680768 - -0.1325515360 - -0.3671738207 - -0.3671738207 - 0.4636476040 - 0.4636476040 - 0.4795192778 - 0.3347368240 - 0.3347368240 - -1.7948199511 - -1.7948199511 - 2.7816441059 - 2.7816441059 - 2.7875952721 - 2.7937042713 - 2.9018495083 - 2.9018495083 - 0.9667179585 - 0.9667179585 - -2.3438494205 - -2.9541635513 - 2.0899424553 - -2.3438494205 - 0.2942345738 - 0.2942345738 - -1.3882365227 - -1.3882365227 - -2.9304993153 - -2.8632929325 - -2.9304993153 - -0.0821675211 - -0.0821675211 - -0.3752708137 - -0.3752708137 - -0.9600703716 - -0.9600703716 - -2.9694018364 - -2.9694018364 - -2.9605000019 - -2.9605000019 - -2.0280745029 - -2.0280745029 - 2.9905772209 - 2.9905772209 - 2.8141925335 - 2.8141925335 - 1.9416875839 - 1.9416875839 - 1.5318549871 - -3.0771658421 - -3.0750246048 - -3.0750246048 - -3.0771658421 - -3.0771658421 - -3.0771658421 - 2.4053351879 - 2.4053351879 - 2.0344438553 - 2.0344438553 - 0.8405568600 - 0.8405568600 - 0.7922946215 - 0.7922946215 - 1.6566065550 - 2.4582014084 - 1.6566065550 - -1.5813223124 - 0.2186689526 - -1.5813223124 - 2.2675385475 - 2.2675385475 - 2.2554135323 - 2.2554135323 - 2.2675385475 - 2.2554135323 - -3.1121892929 - -3.1121892929 - -1.5070530176 - -1.5070530176 - 1.1737169027 - 1.1790963411 - 1.1737169027 - 1.4288992882 - 1.4288992882 - -0.2510026991 - 0.7706933618 - 0.7706933618 - 2.2974386215 - 2.2974386215 - -2.4235770702 - -2.4235770702 - -2.3228735924 - -2.3228735924 - 3.0535852909 - 3.0535852909 - 0.9097531438 - 3.0828368664 - 2.8966140747 - 2.8966140747 - -2.8445284367 - -2.8259770870 - -2.8445284367 - -0.5095922351 - -0.5095922351 - 0.7362574339 - 0.7362574339 - 3.0451188087 - 3.0451188087 - 3.0451188087 - 3.0451188087 - 3.0771658421 - 3.0771658421 - -1.4100335836 - -1.4100335836 - 2.6726260185 - 2.6726260185 - 3.0419239998 - 3.0419239998 - 3.0419239998 - 0.5734405518 - 0.5734405518 - 0.5191460848 - 0.5191460848 - -1.2354719639 - -1.2354719639 - -0.1746722013 - -0.1746722013 - 2.9945142269 - 2.9945142269 - 2.1112158298 - 2.1112158298 - -0.1206236705 - -0.1206236705 - -2.2086265087 - -2.2086265087 - -0.6224716902 - -0.6224716902 - 0.9618387222 - 0.9618387222 - -0.9685089588 - -0.9685089588 - 2.8511908054 - 2.8511908054 - 0.4636476040 - 0.4636476040 - 3.0118901730 - 3.0118901730 - -2.5371210575 - -2.5371210575 - 0.6973907948 - 0.6973907948 - -2.8268349171 - -2.8268349171 - 0.8113663793 - 0.8113663793 - 2.8706457615 - 2.8706457615 - 2.9105019569 - 2.9105019569 - 2.9105019569 - 2.8022999763 - 2.8022999763 - 0.2927130759 - 0.2927130759 - -2.4668517113 - -2.4668517113 - 2.7367007732 - 2.7367007732 - 3.0309355259 - 3.0309355259 - 1.3945616484 - 1.3945616484 - -0.3476068676 - -1.2490457296 - -1.2490457296 - 0.2639637291 - 0.2639637291 - 0.7990959287 - 0.7990959287 - 2.6491069794 - 2.6491069794 - -0.4228539169 - -0.4228539169 - 0.3955711424 - 0.3955711424 - 1.4403929710 - 1.4403929710 - -2.6706988811 - -1.5152977705 - -1.5152977705 - 2.8842689991 - 2.4960167408 - 2.8842689991 - 0.2905107141 - -0.3841693699 - 0.2905107141 - 0.5280744433 - 0.5280744433 - -0.3392926157 - -0.3392926157 - 0.6682894230 - 0.6682894230 - 2.5360479355 - 2.5360479355 - -0.2984989285 - -0.2984989285 - -0.1475680768 - -0.1475680768 - -0.1325515360 - 0.4795192778 - 0.4636476040 - 0.4795192778 - 0.7483780384 - 0.7140907049 - 0.7483780384 - 2.8156228065 - 2.8156228065 - -1.5707963705 - -1.5707963705 - -0.1370661706 - -1.3940874338 - -0.1370661706 - 2.5535900593 - 2.5535900593 - 2.7091848850 - 2.7091848850 - -2.3036115170 - -2.3036115170 - -2.1467149258 - -2.1467149258 - 2.2355709076 - -2.6155261993 - -2.6155261993 - -2.6399886608 - 2.3561944962 - 2.3561944962 - -2.6677412987 - -2.6677412987 - -0.1390959471 - -0.1390959471 - -2.8632929325 - -2.8632929325 - -2.9304993153 - 0.2053953856 - 0.2053953856 - -2.9105019569 - -2.9105019569 - 2.3361971378 - 2.3361971378 - -0.9391056895 - -0.9391056895 - -2.0701429844 - -2.0701429844 - -2.9130959511 - -0.6989996433 - -2.9130959511 - -2.8381328583 - -2.8381328583 - -0.8389184475 - -0.8389184475 - 1.4416490793 - 1.4416490793 - -3.0702850819 - -3.0702850819 - 0.4756952226 - 0.4756952226 - -2.8714394569 - -2.8714394569 - -2.1505117416 - -2.1505117416 - -0.4274643064 - -3.0999500751 - -0.4274643064 - -0.4316950142 - -3.0999500751 - -3.0750246048 - -3.0771658421 - -3.0750246048 - -3.0750246048 - -3.0750246048 - -3.0750246048 - -3.0750246048 - -3.0750246048 - -3.0750246048 - -3.0771658421 - -3.0771658421 - 0.6913369298 - 0.6913369298 - -3.0771658421 - -3.0771658421 - 2.7222509384 - 2.7222509384 - -1.7211678028 - -1.7211678028 - 2.3797194958 - -2.2865400314 - 2.3797194958 - -2.0778949261 - -2.0778949261 - 2.6965763569 - 2.6841177940 - 2.6965763569 - 2.6655232906 - -1.5937807560 - -1.5937807560 - -3.1121892929 - 3.1415927410 - -3.1121892929 - -0.0294032879 - 2.0568282604 - 2.0568282604 - 2.3561944962 - 2.3561944962 - 2.5788555145 - 2.5788555145 - 2.1432561874 - 1.3345510960 - 2.1432561874 - 3.1130290031 - 3.1138219833 - 3.1130290031 - 3.1130290031 - 3.1130290031 - 2.5213432312 - 2.5213432312 - 0.6543702483 - 0.6543702483 - 2.7996428013 - 2.7996428013 - -2.3332099915 - -2.3332099915 - 0.9097531438 - 3.0535852909 - 0.9097531438 - 3.0828368664 - -1.8347600698 - -1.8347600698 - 3.0828368664 - 3.0828368664 - 3.0828368664 - 3.0828368664 - 3.0828368664 - 3.0535852909 - 3.0828368664 - 3.0810606480 - -0.0867383406 - 0.0703064650 - -0.0867383406 - -0.5266272426 - -0.5266272426 - 1.0420235395 - 1.0420235395 - 0.9907935262 - 0.9907935262 - 2.6483969688 - 2.6483969688 - 2.6476511955 - 2.6476511955 - 0.9272952080 - 2.1243298054 - 3.0451188087 - 3.0451188087 - 2.6940727234 - 2.6940727234 - -2.1634936333 - -2.1634936333 - -2.1682548523 - 2.4401090145 - 2.4401090145 - 0.5008205771 - 0.5008205771 - 3.0385110378 - 3.0385110378 - -0.1740452349 - -0.1740452349 - -0.1566018760 - -0.1566018760 - 2.0607535839 - 2.0607535839 - 2.8966140747 - 2.8966140747 - 2.8798792362 - 1.9513026476 - 1.9513026476 - 2.5775089264 - 2.5775089264 - 1.0153025389 - 1.0153025389 - 0.2596296370 - 0.4733560383 - -0.3252348602 - 0.4733560383 - 2.4436898232 - 2.4436898232 - -0.2013171017 - -0.2013171017 - -2.9562447071 - 2.3336420059 - -2.9562447071 - 2.3336420059 - -2.3235974312 - -2.3235974312 - 2.2367656231 - 2.2367656231 - 2.2276554108 - 2.2276554108 - -2.2655346394 - -2.2655346394 - 0.1582403183 - 0.1582403183 - 2.8753407001 - 2.8753407001 - -1.3101938963 - -1.3101938963 - -0.1869792640 - -0.1869792640 - -1.6443476677 - 1.3815972805 - 1.3835424185 - -1.6443476677 - -0.7641247511 - -0.7641247511 - 0.3086508811 - -0.3476068676 - 0.3086508811 - -0.7547329068 - -0.7547329068 - 0.5070984960 - 0.5070984960 - -1.0243345499 - -1.0243345499 - 0.4346702099 - 0.4346702099 - 0.4214192033 - 0.4214192033 - 0.4346702099 - 0.4214192033 - -2.4106860161 - -2.4106860161 - -1.7033478022 - -1.7033478022 - -0.5979690552 - -0.5979690552 - 0.8988331556 - 0.8988331556 - 2.2697958946 - 2.2697958946 - 0.5675376058 - 0.5675376058 - 0.5763752460 - 1.2291808128 - 1.2291808128 - 0.4716155827 - 0.4716155827 - 1.9710370302 - 1.9710370302 - 0.7853981853 - 0.7853981853 - 1.9023505449 - 1.9023505449 - 0.9397169352 - 0.9397169352 - 0.7140907049 - 0.7140907049 - 0.7483780384 - 2.3408110142 - 2.3408110142 - 1.5273454189 - 1.5273454189 - 2.6779451370 - 2.6779451370 - -1.6971044540 - -1.6971044540 - -2.8517460823 - -2.8517460823 - 2.2355709076 - -2.1467149258 - 2.2355709076 - -2.6399886608 - -2.6155261993 - -2.6399886608 - -0.4808872938 - -0.4808872938 - -0.2310906649 - -0.2310906649 - 1.9159539938 - 1.9159539938 - 1.7486715317 - -2.6279866695 - -2.6224465370 - 1.7486715317 - 2.3864881992 - 2.3864881992 - 1.5707963705 - 1.5707963705 - -0.4899573326 - -0.4899573326 - -0.4764674306 - -0.4764674306 - -0.4899573326 - -0.4764674306 - -2.8809902668 - -2.8809902668 - 1.5707963705 - 1.5707963705 - -2.9849908352 - -2.9849908352 - 2.2618806362 - 2.2618806362 - -0.7604033947 - -0.7604033947 - -3.0118901730 - -3.0118901730 - -3.0118901730 - -3.0118901730 - 2.1662061214 - 2.1662061214 - 0.8897793293 - 0.8897793293 - -3.0702850819 - -3.0702850819 - -3.0702850819 - 2.2181885242 - 2.2181885242 - 3.1077072620 - 3.1077072620 - 2.9127938747 - 2.9127938747 - -1.4909663200 - -1.4909663200 - -3.0771658421 - -3.0771658421 - -3.0771658421 - -3.0771658421 - -3.0750246048 - -2.5773243904 - -2.5773243904 - -0.8362018466 - -0.8362018466 - 1.4091749191 - 1.4091749191 - -1.9454774857 - 3.1415927410 - 3.1415927410 - -3.1121892929 - -0.2799498141 - -0.2799498141 - 2.5346050262 - 2.5346050262 - 3.1130290031 - 3.1130290031 - 2.3561944962 - 2.3561944962 - 0.9584742188 - 2.5588531494 - 0.9584742188 - 0.9640291929 - -0.7853981853 - -0.7853981853 - 0.9584742188 - -0.7853981853 - 2.7069225311 - 2.7069225311 - 1.5578100681 - 1.5578100681 - 3.0845117569 - 3.0828368664 - 3.0845117569 - 3.0828368664 - 2.9043858051 - 2.9043858051 - -2.7285928726 - 3.0828368664 - 3.0828368664 - 3.0828368664 - 3.0535852909 - 0.9097531438 - 3.0828368664 - 3.0828368664 - 3.0535852909 - 3.0828368664 - 3.0535852909 - 3.0828368664 - 3.0810606480 - 0.0703064650 - 0.0703064650 - -0.0867383406 - -2.5471177101 - -2.5471177101 - 2.8456666470 - 2.8456666470 - 2.5269296169 - 2.5269296169 - 1.7172805071 - 1.7172805071 - 1.9086744785 - 1.9086744785 - -2.1682548523 - -2.1634936333 - -2.1682548523 - 0.9608794451 - 0.9608794451 - 1.7141363621 - 1.7141363621 - 0.9608794451 - 1.7141363621 - -0.0651251599 - -0.0651251599 - -0.8459301591 - -0.8459301591 - 2.8798792362 - 2.8966140747 - 2.8798792362 - 0.4206633568 - 0.4206633568 - 1.8925468922 - 1.8925468922 - 1.6030431986 - 1.6030431986 - -0.5756269693 - -0.5756269693 - 1.8380553722 - 1.8380553722 - 2.8164751530 - 0.4129997194 - 2.8164751530 - 2.4950795174 - 2.4950795174 - 2.7945311069 - 2.7945311069 - -2.6915187836 - -2.6915187836 - 0.8749781251 - 0.8749781251 - 2.8632929325 - 2.8632929325 - -1.9333405495 - -1.9333405495 - 2.7468016148 - 2.7468016148 - 2.7468016148 - 1.5195591450 - 1.5195591450 - 1.6475682259 - 1.6475682259 - 1.3521274328 - 1.3521274328 - -0.4048917890 - -0.4048917890 - -0.5645694137 - -0.5645694137 - -0.7378150821 - -0.7378150821 - -1.4464412928 - -1.4464412928 - -0.2760970294 - -0.2760970294 - -0.5693131685 - -0.5693131685 - -2.6706988811 - 1.4403929710 - -2.6706988811 - 2.6527402401 - 2.6527402401 - -0.6659692526 - -0.6659692526 - 0.5880026221 - 0.5880026221 - 2.2259831429 - 2.2259831429 - -3.0066158772 - -3.0066158772 - -2.6779451370 - -2.6779451370 - 2.3067300320 - 2.3067300320 - 2.4917221069 - 2.4917221069 - 2.6944043636 - 2.6944043636 - 2.6861414909 - 2.6903924942 - 2.6903924942 - 2.6944043636 - 2.6861414909 - 2.6903924942 - 1.2870022058 - 1.2870022058 - -0.1853479445 - -0.1853479445 - -2.8198421001 - -2.8198421001 - -0.9025068879 - -0.9025068879 - 2.6482927799 - 2.6482927799 - 0.6435011029 - 0.6435011029 - 2.7017500401 - 2.7017500401 - -2.9541635513 - -2.9541635513 - -2.3438494205 - 0.9591993093 - 0.9591993093 - -2.9105019569 - -2.9105019569 - 2.5829932690 - 2.5829932690 - -2.9533710480 - -2.9533710480 - -2.9441971779 - -2.9441971779 - 0.1651486754 - 0.1651486754 - -2.9617390633 - -2.9617390633 - -0.2310906649 - -0.2310906649 - 2.6176733971 - -3.0648207664 - -3.0648207664 - -2.9829373360 - -2.9829373360 - -3.0648207664 - -2.9829373360 - 0.8831250668 - 0.8831250668 - 1.0563449860 - 1.0563449860 - 2.2655346394 - 2.2655346394 - -0.1076898724 - -0.1076898724 - -0.2573237121 - -0.2573237121 - -3.0750246048 - -3.0750246048 - -0.4274643064 - -2.1505117416 - -0.4274643064 - -3.0999500751 - 1.5318549871 - 1.9416875839 - 1.5318549871 - 2.1962814331 - 2.1962814331 - -3.0750246048 - -3.0771658421 - -3.0750246048 - -3.0771658421 - -3.0750246048 - -3.0750246048 - -3.0771658421 - -3.0750246048 - -3.0750246048 - -3.0771658421 - -3.0771658421 - -3.0771658421 - -3.0750246048 - -3.0771658421 - -3.0771658421 - -3.0771658421 - -3.0750246048 - -2.6509246826 - -2.6509246826 - -2.5478429794 - -2.5478429794 - 1.8018870354 - 1.8018870354 - -0.9827937484 - -0.9827937484 - 0.3217505515 - 0.3217505515 - 2.4582014084 - 2.0047497749 - 2.8233757019 - 2.4582014084 - 1.6566065550 - -0.3805063665 - -0.3805063665 - -2.9087789059 - -2.9087789059 - 1.5395565033 - 1.5395565033 - -0.3729877174 - -0.3729877174 - -0.3539974391 - 2.6655232906 - 2.6965763569 - 2.6655232906 - -1.0650050640 - -2.3142023087 - -2.3142023087 - -0.8161576986 - -0.8161576986 - 2.0405788422 - 2.0405788422 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 2.4723360538 - 2.4723360538 - 1.7782925367 - 1.7782925367 - 2.5588531494 - 2.5588531494 - 0.9584742188 - 0.9640291929 - 0.9640291929 - 2.5588531494 - 0.9584742188 - 0.9640291929 - 3.1130290031 - 3.1130290031 - 2.6996808052 - 2.6996808052 - 2.4141938686 - 2.4141938686 - -2.7707014084 - -2.7707014084 - 1.1877192259 - 1.1877192259 - -2.1896111965 - -2.1896111965 - 2.3272171021 - 2.3272171021 - -2.7285928726 - 0.4089078307 - 2.9043858051 - -2.7285928726 - -1.4464412928 - -1.4464412928 - 1.0121970177 - 1.0121970177 - -2.1962814331 - -2.1962814331 - -0.9827937484 - -0.9827937484 - -2.6987752914 - -2.6987752914 - 0.1009217873 - 0.1009217873 - -1.1574659348 - -1.1574659348 - -1.3020932674 - -1.3020932674 - 3.1415927410 - 3.1415927410 - 3.0451188087 - 3.0771658421 - 3.0451188087 - 3.0451188087 - 1.8700426817 - 1.8700426817 - 2.1243298054 - 2.6476511955 - 2.1243298054 - 0.0129862828 - 0.0129862828 - -1.0960994959 - -1.0960994959 - -2.3561944962 - -2.3561944962 - 0.5800027847 - 0.5800027847 - 2.7187387943 - 2.7187387943 - 2.9996955395 - 2.9996955395 - 0.7551044226 - 0.7551044226 - 2.7124142647 - 2.7124142647 - -0.0700605810 - -0.0700605810 - 2.9829373360 - 2.9829373360 - -2.4116930962 - 2.9764440060 - 2.9764440060 - 2.3750600815 - 2.3750600815 - 2.9037566185 - 2.9037566185 - -0.3805063665 - -0.3805063665 - 0.4078679681 - 0.4078679681 - -0.7163258195 - -0.7163258195 - 2.9105019569 - 2.9105019569 - 2.9105019569 - 0.4129997194 - 0.4129997194 - 2.8164751530 - -1.3831565380 - -1.3831565380 - 2.2335257530 - 2.2335257530 - 1.8157750368 - 1.8157750368 - 2.0054664612 - 2.0054664612 - -1.8131295443 - -1.8131295443 - 2.0054664612 - -1.8131295443 - 0.2674107850 - 0.2674107850 - 2.8198421001 - 2.8198421001 - -1.6764619350 - -1.6764619350 - -1.0032587051 - 2.1559088230 - -1.0032587051 - 1.7126933336 - 1.7126933336 - -0.2392316014 - -0.2392316014 - 0.5842712522 - 0.5842712522 - 2.7574234009 - 2.7574234009 - 2.7536926270 - 2.7536926270 - 2.7574234009 - 2.7536926270 - 2.0884454250 - 2.0884454250 - 2.0928878784 - -2.4468543530 - -2.4468543530 - 3.0309355259 - 3.0309355259 - -2.6422460079 - -2.6422460079 - 1.6539375782 - 1.6539375782 - 0.6223028898 - 0.6223028898 - -1.6910917759 - -1.6910917759 - -2.6271412373 - -2.6271412373 - -2.4013252258 - -2.4013252258 - -2.6271412373 - -2.4013252258 - -1.9549657106 - -1.9549657106 - 2.6861414909 - 2.6944043636 - 2.6861414909 - 2.6903924942 - 2.6322915554 - 2.6322915554 - -2.6279866695 - -2.6279866695 - -2.6224465370 - 1.7486715317 - -2.6224465370 - -2.6279866695 - -2.6224465370 - 1.7486715317 - -2.6311042309 - -2.6311042309 - 0.7173216939 - 0.7173216939 - 2.2161772251 - 2.2161772251 - -1.8771635294 - -1.8678605556 - 0.8794593811 - 0.8794593811 - 3.0872981548 - 3.0872981548 - -2.9229238033 - -2.9229238033 - -1.4000611305 - -1.4000611305 - -2.5829932690 - -2.5829932690 - -3.0118901730 - -3.0118901730 - -3.0060648918 - -3.0060648918 - -2.3874342442 - -2.3874342442 - -3.0118901730 - -3.0118901730 - -3.0118901730 - -1.2417466640 - -1.2417466640 - -1.5707963705 - -1.5707963705 - 0.4780007005 - 0.4780007005 - 1.3397057056 - 1.3397057056 - -3.0267159939 - -3.0267159939 - -1.8541042805 - -1.8541042805 - -1.3477653265 - -2.4716210365 - -1.3477653265 - -3.0348570347 - -3.0348570347 - 2.9037566185 - 2.9037566185 - 0.1243549958 - 0.1243549958 - 0.1651486754 - 1.3101938963 - 2.1676223278 - 2.1676223278 - 0.8663022518 - 0.8663022518 - 2.6903924942 - 2.6903924942 - -1.8157750368 - -1.8157750368 - -3.1306040287 - -3.1306040287 - 2.4788632393 - 2.4788632393 - 1.9195673466 - 1.9195673466 - -3.1121892929 - -3.1121892929 - 3.1415927410 - 3.1415927410 - -0.3539974391 - -0.3729877174 - -0.3539974391 - -1.6172744036 - -1.6172744036 - -1.9454774857 - 1.4091749191 - -1.9454774857 - -2.4652490616 - -0.0294032879 - -3.1121892929 - 3.1415927410 - -0.0294032879 - 1.4867839813 - 1.4867839813 - 0.8680821657 - 0.8680821657 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.0711212158 - -0.9386583567 - 3.0711212158 - -2.1224513054 - -2.1224513054 - 3.0845117569 - 3.0845117569 - 3.0845117569 - 3.0828368664 - 3.0845117569 - 3.0828368664 - 2.9802174568 - 2.9802174568 - 2.8854413033 - 2.8854413033 - 1.4327902794 - 1.4327902794 - -0.6889243722 - 0.2662520409 - -0.6889243722 - 3.0828368664 - 3.0828368664 - 3.0535852909 - 3.0828368664 - 3.0810606480 - 3.0810606480 - 3.0828368664 - 3.0535852909 - 3.0828368664 - 3.0810606480 - 3.0810606480 - 3.0810606480 - 2.5810830593 - 2.5810830593 - 0.8347408175 - 0.8347408175 - 2.5810830593 - 0.8347408175 - -2.6476511955 - -2.6476511955 - 2.1262900829 - 2.1262900829 - 3.0771658421 - 3.0771658421 - 3.0451188087 - -0.2749098539 - -0.2749098539 - 3.0419239998 - 3.0419239998 - 3.0419239998 - 3.0419239998 - 0.5123894811 - 0.5123894811 - -2.4416997433 - -2.4416997433 - 3.0848355293 - 3.0848355293 - -2.4425930977 - -2.4511461258 - 1.1689256430 - 1.1689256430 - -1.7243400812 - 2.2826433182 - 2.2826433182 - -1.7243400812 - 1.1689256430 - -1.7243400812 - 0.5337082148 - 0.5337082148 - 1.4601391554 - 1.4601391554 - 2.4055371284 - 2.4055371284 - 0.2596296370 - 1.0153025389 - 0.2596296370 - 2.6779451370 - 2.6779451370 - 0.5779019594 - 0.5779019594 - -2.5264065266 - -2.5264065266 - -2.8809902668 - -2.8809902668 - -2.8632929325 - -2.8632929325 - 0.4888523519 - 0.4888523519 - 0.7359336019 - 0.7359336019 - 0.0831412300 - 0.0831412300 - 2.5369939804 - 2.5369939804 - -2.2780928612 - -2.2780928612 - -1.4735431671 - -1.4735431671 - 0.2003985494 - 0.2003985494 - 2.0928878784 - 2.0884454250 - 2.0928878784 - -0.6935520172 - -0.3664967716 - -0.6935520172 - -0.6863852739 - 0.9328353405 - 0.9328353405 - 0.5763752460 - 0.5675376058 - 0.5763752460 - 0.8240529299 - 0.8240529299 - 0.2662520409 - 0.2662520409 - 0.4023211002 - 0.4023211002 - 1.2055948973 - 1.2055948973 - -1.7681919336 - -1.7681919336 - -2.3417026997 - -2.3417026997 - -2.3561944962 - 2.3412702084 - 2.4621789455 - 2.4621789455 - 2.3768100739 - 2.3768100739 - 1.8116427660 - 1.8116427660 - -2.4685018063 - -2.4685018063 - -1.1999050379 - -1.1999050379 - 2.9244813919 - 2.9244813919 - -1.7055675983 - -1.7055675983 - -1.8771635294 - 2.2161772251 - -1.8771635294 - -1.8678605556 - -1.8678605556 - 2.2161772251 - -1.8771635294 - -1.8678605556 - -2.8966140747 - -2.8966140747 - -2.8966140747 - -2.5438342094 - -2.5438342094 - -2.8130395412 - -2.8130395412 - 0.7209713459 - 0.7209713459 - -1.6366350651 - -2.9229238033 - -2.9229238033 - 2.1535358429 - 2.1535358429 - -3.1227269173 - -3.1227269173 - -0.6475910544 - -0.6475910544 - -0.5023023486 - -0.5023023486 - -1.5472712517 - -1.5472712517 - -1.5469913483 - -2.2694561481 - -2.2694561481 - -2.4716210365 - -2.4716210365 - -1.3477653265 - 2.5858368874 - 2.5858368874 - -2.4189691544 - -2.4189691544 - -0.5317240953 - -0.5317240953 - 1.1259258986 - 1.1259258986 - -3.0727362633 - -3.0727362633 - -3.0702850819 - -3.0702850819 - -3.0727362633 - -3.0702850819 - -3.0702850819 - 3.0878808498 - 3.0878808498 - 0.6523308754 - 2.8677506447 - 0.6523308754 - 2.8677506447 - -3.0771658421 - -3.0771658421 - -3.0750246048 - -3.0451188087 - -3.0750246048 - -3.0771658421 - -3.0750246048 - -3.0451188087 - -3.0771658421 - -3.0771658421 - -3.0771658421 - -3.0750246048 - -3.0451188087 - -3.0771658421 - -3.0771658421 - -3.0750246048 - -3.0771658421 - -3.0750246048 - -3.0451188087 - -3.0771658421 - -3.0771658421 - -3.0750246048 - 0.5633162856 - 0.5633162856 - 0.6000502110 - 0.6000502110 - 0.5633162856 - 0.6000502110 - -1.0496581793 - -1.0496581793 - 2.3104746342 - 2.3104746342 - 2.8134727478 - -1.6217725277 - 2.8134727478 - -0.8728935122 - -0.8728935122 - 2.0047497749 - 2.0047497749 - 2.8233757019 - 2.4582014084 - 2.9123606682 - 2.9123606682 - 1.1902899742 - 1.1902899742 - -3.1130290031 - -3.1130290031 - 3.1415927410 - 3.1415927410 - -2.4652490616 - -1.9454774857 - -2.4652490616 - 3.1138219833 - 3.1415927410 - 3.1138219833 - -3.1138219833 - -2.4173426628 - -2.4173426628 - -2.4376466274 - 3.1415927410 - -3.1138219833 - 3.1415927410 - 3.1415927410 - 0.9002747536 - 0.7354397774 - 0.7354397774 - 2.6027731895 - 2.6027731895 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 2.5172863007 - 2.5172863007 - 0.3805063665 - 0.3805063665 - 0.5211381316 - 0.5211381316 - 1.1372148991 - 1.1372148991 - 0.3701708317 - 0.3701708317 - 3.0845117569 - 3.1138219833 - 3.1130290031 - 3.0845117569 - 3.0845117569 - 0.4487233460 - 0.4487233460 - -2.8138542175 - -2.8138542175 - 0.9342880845 - 0.9342880845 - 0.5008205771 - 0.5008205771 - -0.0906598866 - -0.0906598866 - 0.6904464364 - 0.6904464364 - -0.5292468071 - 1.3588386774 - 1.3588386774 - 0.0153834019 - 0.0153834019 - -0.3660565019 - 3.0385110378 - 3.0385110378 - 2.9996955395 - 2.9996955395 - 2.9996955395 - -2.0988707542 - -2.0988707542 - 2.9889433384 - 2.9889433384 - 0.0243854094 - 0.0243854094 - 1.0197227001 - 1.0197227001 - 0.2805368006 - 0.2805368006 - 0.2573237121 - 0.2573237121 - -2.4271135330 - -2.4271135330 - 2.9694018364 - 2.9694018364 - 0.6489955783 - 0.6489955783 - 1.9591150284 - 1.9591150284 - -1.1288844347 - -1.1288844347 - -0.8691710830 - -0.8691710830 - 2.2339992523 - 2.2339992523 - -2.3448312283 - -1.9631364346 - -1.9631364346 - 1.3589687347 - -2.7403638363 - -2.7403638363 - 2.4489507675 - 2.4489507675 - 2.1559088230 - 2.1559088230 - -1.0032587051 - 1.3756378889 - 1.3756378889 - -1.6172744036 - -1.6172744036 - 1.6594521999 - 1.6594521999 - -1.2068173885 - -1.2068173885 - -0.8512369394 - -0.8512369394 - -1.6408568621 - -1.6408568621 - -2.6224465370 - 0.8550527096 - 0.8550527096 - 1.8956049681 - 1.8956049681 - 1.0153025389 - 2.4905159473 - 2.4905159473 - 2.4847335815 - 2.4847335815 - 2.4905159473 - 2.4847335815 - -0.6863852739 - -0.3664967716 - -0.6935520172 - -0.6863852739 - -1.0789871216 - -1.0789871216 - 2.7038013935 - 2.7038013935 - -3.0895564556 - -3.0895564556 - -2.3561944962 - -2.3417026997 - -2.3561944962 - 2.3412702084 - -0.9624713063 - -0.9624713063 - -1.6124389172 - -1.6124389172 - 2.3961732388 - 2.3961732388 - 2.3239476681 - 2.3239476681 - 1.0537643433 - 1.0537643433 - 2.6176733971 - -0.2310906649 - 2.6176733971 - 0.8839786649 - 0.8839786649 - -1.5469913483 - -1.5472712517 - -1.5469913483 - 0.6669082046 - 0.6669082046 - 2.8706457615 - 2.8706457615 - 0.8103929758 - 0.8103929758 - 0.8017901182 - 0.8017901182 - -0.8960554004 - -0.8960554004 - 0.1651486754 - 0.1243549958 - 0.1651486754 - 1.6092388630 - 1.6092388630 - -1.6217725277 - -1.6217725277 - 2.8134727478 - -0.5611634254 - -0.5611634254 - 2.8233757019 - 2.0047497749 - 2.8233757019 - 2.4582014084 - 0.2814792991 - 0.2814792991 - 2.6493813992 - 2.6493813992 - 2.0955920219 - 0.7978975177 - 2.0955920219 - -1.0650050640 - 2.6655232906 - -1.0650050640 - -2.4376466274 - -2.4173426628 - -2.4376466274 - 3.1415927410 - 3.1415927410 - -0.1786310077 - -0.1786310077 - 1.9974237680 - 1.9974237680 - -3.0267159939 - -3.0267159939 - 2.3757998943 - 2.3757998943 - 2.3659029007 - 2.3659029007 - 3.0500128269 - 3.0500128269 - 0.4089078307 - 0.4089078307 - 3.0500128269 - 0.4089078307 - -2.7285928726 - 0.2662520409 - 0.2662520409 - -0.6889243722 - 3.0509328842 - 3.0509328842 - -0.5292468071 - 0.6904464364 - -0.5292468071 - 0.3186545968 - 0.3186545968 - 3.0509328842 - 3.0509328842 - -0.5337082148 - -0.5337082148 - 1.7938272953 - 1.7938272953 - -2.5342874527 - -2.5342874527 - 0.3217505515 - 0.3217505515 - 2.3741567135 - 2.3741567135 - 2.3228735924 - 2.3228735924 - -2.2542760372 - -1.2141761780 - -1.2141761780 - 0.8133238554 - 0.8133238554 - 0.8076167107 - 0.8076167107 - 0.8133238554 - 0.8076167107 - -2.4425930977 - 3.0848355293 - -2.4425930977 - -2.4511461258 - 2.9829373360 - 2.9829373360 - 2.8885169029 - 2.8885169029 - -2.4116930962 - 2.9829373360 - -2.4116930962 - 1.3078016043 - 1.3078016043 - 2.2879774570 - 2.2879774570 - 2.7337245941 - 2.7337245941 - 0.4892830253 - -1.4670039415 - -1.4670039415 - -0.8387824893 - -0.8387824893 - 2.9340963364 - 2.9340963364 - 2.8842689991 - 2.8842689991 - -1.1701719761 - -1.1701719761 - 3.1078975201 - 3.1078975201 - 2.1408367157 - 2.1408367157 - 2.6387493610 - 0.6548320651 - 0.6548320651 - -0.6435011029 - -0.6435011029 - -1.3961241245 - -1.3961241245 - -0.5268046260 - -0.5268046260 - -0.0713074654 - -0.0713074654 - -0.9751408100 - -0.9751408100 - 2.7321555614 - 2.7321555614 - 0.0693331361 - 0.0693331361 - -0.3664967716 - -0.3664967716 - -0.6935520172 - -0.6863852739 - 0.9675664902 - 0.9675664902 - -0.2017623484 - -0.2017623484 - 1.7359449863 - 1.7359449863 - -2.9927027225 - -2.9927027225 - 0.6202495098 - 0.6202495098 - 2.3412702084 - -2.3417026997 - -2.3561944962 - 2.3412702084 - -2.8535373211 - -2.8535373211 - 2.4775464535 - 2.4775464535 - 2.3906636238 - 2.3906636238 - 1.6879050732 - 1.6879050732 - -3.0045263767 - -3.0045263767 - -0.5954098701 - -0.5954098701 - -2.1314833164 - -2.1314833164 - -2.4883673191 - -2.4883673191 - 0.0000000000 - 0.0000000000 - 1.9195673466 - 1.9195673466 - -3.0309355259 - -3.0309355259 - 0.6318543553 - 0.6318543553 - 0.7577808499 - 0.7577808499 - 1.3101938963 - 0.1243549958 - 1.3101938963 - -1.0614951849 - -1.0284936428 - -1.0614951849 - 1.3854483366 - 1.3854483366 - 2.4012091160 - 2.4012091160 - 0.5585992932 - 0.5585992932 - 3.0676536560 - 3.0676536560 - 0.7853981853 - 0.7853981853 - 0.7784052491 - 0.7784052491 - 0.7853981853 - 0.7784052491 - 1.1796709299 - 1.1796709299 - 0.7784052491 - 1.1796709299 - 3.1415927410 - -3.1121892929 - -3.1121892929 - 3.1415927410 - 3.1415927410 - 3.1415927410 - -3.1121892929 - -3.1121892929 - 3.1415927410 - 3.1415927410 - -0.6947382689 - -0.6947382689 - 3.1415927410 - 3.1415927410 - 0.2378359288 - 0.2378359288 - -0.2110933363 - -0.2110933363 - 2.0344438553 - 2.0344438553 - 3.1415927410 - 3.1415927410 - -0.0294032879 - 2.0663480759 - 2.0663480759 - -0.9386583567 - -0.4783524275 - -0.9386583567 - 3.0711212158 - 3.0681953430 - 3.0681953430 - -1.5904016495 - -1.5904016495 - 3.1138219833 - 3.1138219833 - 3.1138219833 - 3.1138219833 - 1.4576452971 - 1.4576452971 - -2.3561944962 - -2.3561944962 - 2.5707874298 - 2.5707874298 - 3.0845117569 - 3.0560872555 - 3.0535852909 - 3.0845117569 - 2.9543387890 - 2.9543387890 - -3.0419239998 - -3.0419239998 - 1.4219063520 - 1.4219063520 - -0.3660565019 - 0.0153834019 - -0.3660565019 - 0.4358769655 - 0.4358769655 - 0.8960554004 - 0.8960554004 - 1.4237179756 - 1.4237179756 - 3.0132694244 - 3.0132694244 - -2.2542760372 - 2.3228735924 - -2.2542760372 - -1.4372673035 - -1.4372673035 - 1.6207547188 - 1.6207547188 - -0.0700605810 - -0.0700605810 - -2.3680987358 - -2.3680987358 - -2.4511461258 - 3.0848355293 - -2.4425930977 - -2.4511461258 - -0.7133581042 - -0.7133581042 - -0.6521714330 - -0.6521714330 - 0.4892830253 - 2.7337245941 - 0.4892830253 - 2.8966140747 - 2.8966140747 - 2.8966140747 - -0.5565993190 - -0.5565993190 - -2.6387493610 - -2.6387493610 - 2.8555412292 - 2.8555412292 - 2.8555412292 - 0.2378359288 - 0.2378359288 - 1.0857615471 - 1.0857615471 - 1.0966778994 - -0.6617714763 - -0.6617714763 - 1.3589687347 - -1.9631364346 - 1.3589687347 - 2.8198421001 - 2.8198421001 - 2.6779451370 - 2.6779451370 - -0.5280744433 - -0.5280744433 - -1.2490457296 - -1.2490457296 - -1.8417432308 - -1.8417432308 - 0.5667291880 - 0.5667291880 - -1.6657480001 - -1.6657480001 - 1.5978168249 - 1.5978168249 - 2.6779451370 - 2.6779451370 - 2.2937757969 - 2.2937757969 - 2.2655346394 - 0.5538544059 - 0.5538544059 - -0.5546815991 - -0.5546815991 - -1.7624448538 - -1.7624448538 - -2.2281854153 - -2.2281854153 - 2.5415425301 - 2.5415425301 - -3.0648207664 - -3.0648207664 - 2.5022068024 - 2.5022068024 - -0.2058341801 - -0.2058341801 - -2.7233684063 - -2.7233684063 - -0.9871605039 - -0.9871605039 - 2.1692152023 - 2.1692152023 - -2.7485346794 - -2.7485346794 - -2.8966140747 - -2.8966140747 - -2.8966140747 - -2.8387076855 - 2.2678177357 - 2.2678177357 - -1.6366350651 - 0.7209713459 - -1.6366350651 - 2.5906102657 - 2.5906102657 - -1.4954674244 - -1.4954674244 - 2.5115587711 - 2.5115587711 - 2.4468543530 - 0.7384527922 - 0.7022569180 - 0.7384527922 - 2.3561944962 - 2.3561944962 - 1.1781588793 - 1.1781588793 - 0.6137700677 - 0.6368010640 - 0.6368010640 - 1.1606689692 - 1.1606689692 - -1.5896619558 - -1.5896619558 - -3.0348570347 - -3.0348570347 - -3.0348570347 - -1.9710370302 - -1.9710370302 - -2.3398025036 - 0.6523308754 - 3.0878808498 - 0.6523308754 - 2.8677506447 - 0.6523308754 - 0.6523308754 - -2.0672190189 - -2.0672190189 - -3.0451188087 - -3.0771658421 - -3.0750246048 - -3.0451188087 - -3.0771658421 - -3.0771658421 - -1.0284936428 - -1.0284936428 - 1.7096813917 - -1.0614951849 - -3.0771658421 - -3.0771658421 - 0.5317240953 - 0.5317240953 - -3.0791738033 - -3.0791738033 - -2.3239476681 - -2.3239476681 - -0.0188656859 - -0.0188656859 - 2.5278224945 - 2.5278224945 - 1.0460005999 - 1.0460005999 - -3.1198568344 - -3.1198568344 - -2.8037145138 - -2.8037145138 - -0.5364354849 - -0.5364354849 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1138219833 - -3.1138219833 - -3.1138219833 - 3.1415927410 - 3.1138219833 - -3.1138219833 - -3.1138219833 - 3.1415927410 - 0.9002747536 - -3.1138219833 - 3.1415927410 - 0.9002747536 - 2.0344438553 - 2.0344438553 - 0.5404195189 - 0.5404195189 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1138219833 - -1.1801892519 - -1.1801892519 - -1.1635404825 - -1.1635404825 - -1.1801892519 - -1.1635404825 - 0.1746722013 - 0.1746722013 - 3.1138219833 - 3.1138219833 - 3.1138219833 - -2.4329664707 - -2.4329664707 - 3.1138219833 - 3.1138219833 - 3.1138219833 - 3.1138219833 - 3.0860941410 - 3.1138219833 - 3.1138219833 - -0.0570807829 - 3.1138219833 - 3.0860941410 - 3.1130290031 - 3.1138219833 - 3.0845117569 - 3.1130290031 - 3.1138219833 - 3.0860941410 - 3.1130290031 - 3.1138219833 - 3.0845117569 - 0.8353565335 - 0.8353565335 - 3.1130290031 - 3.1130290031 - 3.0845117569 - 3.0845117569 - 3.0560872555 - 3.0560872555 - 3.0535852909 - 3.0845117569 - -0.8198672533 - -0.8198672533 - 3.0481159687 - 3.0481159687 - 3.0509328842 - 3.0509328842 - 3.0481159687 - 3.0481159687 - 3.0509328842 - 3.0481159687 - 0.4636476040 - 0.4636476040 - 0.8110335469 - 0.8110335469 - 3.1415927410 - 3.1415927410 - -0.3985224366 - -0.3985224366 - 2.8453142643 - 1.2187520266 - 0.7916092873 - 0.7916092873 - 2.9996955395 - 3.0045263767 - 2.9996955395 - 2.9996955395 - 2.9996955395 - 2.0012609959 - -2.1313059330 - 2.0012609959 - -2.1515526772 - -2.1515526772 - -1.0920745134 - -1.0920745134 - 0.8483778238 - 0.8483778238 - 2.4012091160 - 2.1531493664 - 2.1531493664 - 2.4012091160 - 0.8483778238 - 2.4012091160 - 1.1547318697 - 1.1547318697 - -2.4482412338 - -1.1583858728 - -1.1583858728 - -1.7861540318 - -1.7861540318 - 0.4636476040 - 0.4636476040 - -0.5191460848 - -0.5191460848 - 1.6359214783 - 1.6359214783 - -2.0980832577 - -2.0980832577 - 2.8966140747 - 2.8966140747 - 2.4037775993 - 2.4037775993 - 2.8842689991 - -1.0390722752 - 2.9340963364 - 2.8842689991 - 2.8842689991 - 2.8357138634 - -1.5837825537 - -1.5837825537 - 2.9014215469 - 2.9014215469 - 0.1973955631 - 0.1973955631 - 2.8555412292 - 2.8555412292 - 2.8555412292 - -2.3448312283 - 2.2339992523 - -2.3448312283 - 0.2103258669 - 0.2103258669 - 0.0391956009 - 0.0391956009 - 1.2178059816 - 1.2178059816 - 2.7091848850 - 2.7091848850 - 3.0999500751 - 3.0999500751 - -0.4985679090 - -0.4985679090 - 1.0364007950 - -0.6150895953 - -0.6078019738 - 1.0364007950 - -2.6224465370 - -1.6408568621 - -2.6224465370 - 2.3435368538 - 0.8347408175 - 0.8347408175 - 1.0153025389 - 1.8956049681 - 1.0153025389 - 0.0312398337 - 0.0312398337 - 2.0899424553 - 2.0899424553 - 2.2881181240 - 2.2881181240 - 2.2655346394 - 2.2937757969 - 2.2655346394 - 1.2351577282 - 1.2351577282 - -2.8198421001 - -2.8198421001 - 1.0283647776 - 1.0283647776 - 1.0244363546 - 1.0283647776 - 1.0303767920 - 1.0244363546 - -0.0277706366 - -0.0277706366 - 0.0000000000 - -1.5152977705 - 1.1708920002 - 1.1708920002 - 2.5535900593 - 2.5535900593 - 2.3822755814 - 2.3822755814 - 2.4227626324 - 2.4227626324 - 2.7636244297 - 2.7636244297 - 2.7509856224 - -2.0778949261 - -2.0778949261 - 2.3506696224 - 2.3506696224 - -0.9867152572 - -0.9867152572 - -0.9788255095 - 1.4447082281 - 1.4447082281 - -0.2662520409 - -0.2662520409 - 2.8022999763 - 2.8022999763 - -2.8387076855 - -2.8966140747 - -2.8387076855 - 1.9922155142 - 1.9922155142 - -2.9229238033 - -2.9229238033 - -2.0451962948 - -2.0451962948 - -3.0060648918 - -0.5633162856 - -3.0060648918 - -2.9533710480 - -2.9533710480 - -3.0060648918 - -2.9533710480 - -2.9533710480 - -0.2449786663 - -0.2449786663 - -3.0118901730 - -2.9617390633 - -3.0118901730 - -3.0267159939 - -3.0267159939 - -3.0221636295 - -3.0221636295 - -0.6548320651 - -0.6548320651 - -2.3398025036 - -1.9710370302 - -2.3398025036 - 2.8762605190 - 2.8734819889 - 2.8762605190 - 1.2977876663 - 1.2977876663 - 1.7096813917 - -1.0284936428 - 1.7096813917 - 2.2860395908 - 2.2860395908 - -3.1121892929 - -3.1121892929 - -3.1121892929 - -3.1121892929 - -3.1121892929 - -3.1121892929 - -3.1121892929 - -3.1121892929 - -3.1130290031 - -3.1121892929 - 2.8305943012 - 2.8305943012 - -3.1130290031 - -3.1121892929 - -3.1130290031 - -3.1121892929 - 1.9243383408 - 1.2420036793 - 1.9243383408 - -0.4764674306 - -0.4764674306 - 1.5291537046 - 1.5291537046 - 0.7978975177 - 0.7978975177 - 2.0955920219 - 0.9272952080 - 0.9272952080 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - -3.1138219833 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - -3.1138219833 - -1.5096482038 - -1.5096482038 - -0.6435011029 - -0.6435011029 - -1.0851742029 - -1.0851742029 - -2.6940727234 - -2.6940727234 - -1.2835148573 - -1.2835148573 - 0.4825133085 - 0.4825133085 - 0.6812981963 - 0.6812981963 - -1.5374753475 - -1.5374753475 - 1.1784561872 - 1.1784561872 - 3.1138219833 - 3.1138219833 - 3.1138219833 - 3.1138219833 - 3.1138219833 - 3.1138219833 - 3.0860941410 - 3.1138219833 - -0.4290294051 - -0.4290294051 - 2.6307697296 - 2.6307697296 - -0.4290294051 - 2.6307697296 - -0.0570807829 - 3.1138219833 - -0.0570807829 - 3.1138219833 - 3.0860941410 - 3.0860941410 - -0.0570807829 - 3.1138219833 - 3.0860941410 - 3.1130290031 - 3.1138219833 - 2.1524498463 - 2.1524498463 - 3.0845117569 - 3.1130290031 - 3.0845117569 - 3.0845117569 - -0.2186689526 - -0.2186689526 - 2.6281936169 - 2.6281936169 - -0.4839493930 - -0.4839493930 - 1.2028154135 - 1.2028154135 - -0.4839493930 - 1.2028154135 - 0.7909846902 - 0.7909846902 - 1.3909428120 - 1.3909428120 - 1.2455614805 - 1.2455614805 - -1.7624448538 - -1.7624448538 - 2.2873380184 - 1.1626472473 - 2.2873380184 - 1.5472712517 - 1.5472712517 - -2.4648556709 - -2.4648556709 - -2.1313059330 - -2.1313059330 - 2.0012609959 - 1.7168085575 - 1.7168085575 - 1.6879050732 - 1.6588037014 - 1.6879050732 - 1.7168085575 - 1.6879050732 - 1.6588037014 - 1.6588037014 - 1.7168085575 - 1.6879050732 - 1.6588037014 - -1.6968843937 - -1.6968843937 - 2.2027704716 - -2.4482412338 - 1.1547318697 - -2.4482412338 - 2.9441971779 - 2.9441971779 - -2.9849908352 - -2.9849908352 - 2.9275319576 - 2.9275319576 - 2.9275319576 - 0.0698859990 - 0.0698859990 - 2.8842689991 - 2.8842689991 - -1.0390722752 - 2.8842689991 - 2.9340963364 - 2.8842689991 - 2.8842689991 - 2.8842689991 - 2.8357138634 - -0.1973955631 - -0.1973955631 - 2.6387493610 - 2.1408367157 - 2.6387493610 - 2.3765997887 - 2.3765997887 - 1.0966778994 - 1.0857615471 - 1.0966778994 - 2.3145518303 - 2.3145518303 - 1.5707963705 - 1.5707963705 - 0.8015257716 - 0.8015257716 - -2.5730681419 - -2.5730681419 - 1.3891475201 - 1.3891475201 - 2.3924479485 - 2.3924479485 - -0.6150895953 - -0.6150895953 - -0.6078019738 - 1.0364007950 - -0.3371339440 - -0.3371339440 - -0.3279233277 - 1.5707963705 - 1.5707963705 - -2.9996955395 - 0.5099720359 - 0.5099720359 - 2.3435368538 - -2.6224465370 - 2.3435368538 - 2.9018495083 - 2.9018495083 - -2.3743743896 - -2.3743743896 - -0.2086817622 - -0.2086817622 - 1.0327521563 - 1.0327521563 - 0.0112354821 - 0.0112354821 - -2.7049655914 - -2.7049655914 - -0.2782996595 - -0.2782996595 - -0.2337431759 - -2.8445284367 - -2.8445284367 - 1.0244363546 - 1.0283647776 - 1.0244363546 - 1.0283647776 - 1.0303767920 - 1.0244363546 - 0.0000000000 - -0.0277706366 - 0.0000000000 - -1.5152977705 - -1.5152977705 - -0.0277706366 - 0.0000000000 - -1.5152977705 - -0.1839434505 - -0.1418970525 - -0.1839434505 - 2.7509856224 - 2.7636244297 - 2.7509856224 - 1.8157750368 - 1.8157750368 - -2.1854593754 - -2.1854593754 - -0.3893167078 - -0.3893167078 - -0.2337431759 - -0.2337431759 - -0.9788255095 - -0.9867152572 - -0.9788255095 - -2.2640194893 - -2.2640194893 - -2.7149651051 - -2.7149651051 - 1.9086744785 - 1.9086744785 - -2.2699890137 - -2.2699890137 - -2.7985687256 - -2.7985687256 - 2.3380146027 - 2.3380146027 - -2.9229238033 - -2.9229238033 - 0.6137700677 - 1.1781588793 - 0.6137700677 - 1.6756732464 - 1.6756732464 - -2.9533710480 - -2.9533710480 - -2.9533710480 - -2.9617390633 - -2.9617390633 - -2.9617390633 - -2.9617390633 - -2.9617390633 - -2.9617390633 - -3.0118901730 - 2.1822934151 - 2.1822934151 - 0.5205808282 - 0.5205808282 - -3.0221636295 - -3.0221636295 - -3.0617625713 - -3.0617625713 - -1.4903253317 - -1.4903253317 - 1.6487629414 - 1.6487629414 - -1.4903253317 - 1.6487629414 - 1.6322572231 - -0.7258659601 - -0.7258659601 - 0.3455555737 - 0.3455555737 - -0.7258659601 - 0.3455555737 - 1.0937566757 - 1.0937566757 - 0.7302394509 - 0.7302394509 - 0.9621070027 - 0.9621070027 - 1.5707963705 - 1.5707963705 - 1.5707963705 - 2.8734819889 - 2.8734819889 - 2.8762605190 - 2.9805006981 - 2.9805006981 - 2.9653580189 - 2.9653580189 - -1.0427218676 - -1.0427218676 - 2.7439646721 - 2.7439646721 - 2.3644587994 - 2.3644587994 - -1.6680495739 - -1.6680495739 - -3.1121892929 - -3.1121892929 - -3.1130290031 - -3.1121892929 - -3.1121892929 - -3.1121892929 - 3.1415927410 - 3.1415927410 - -2.6306431293 - -2.6306431293 - -1.4141944647 - -1.4141944647 - 0.5681047440 - 0.5681047440 - 0.7665324807 - 0.7665324807 - -0.4783524275 - -0.4783524275 - -0.4733560383 - -0.9386583567 - -2.8028945923 - -0.4733560383 - -0.4783524275 - -0.4733560383 - -2.8028945923 - 0.5880026221 - 0.5880026221 - 2.2840309143 - 2.2840309143 - 3.1138219833 - 3.1138219833 - 3.1138219833 - 3.1138219833 - 3.1138219833 - 3.1138219833 - 2.7430701256 - 2.7430701256 - 3.0860941410 - 3.1138219833 - 3.0860941410 - 3.1138219833 - 1.9995743036 - 1.9995743036 - 3.1138219833 - 3.1138219833 - 3.0860941410 - 3.1130290031 - 3.1138219833 - 3.1415927410 - 3.1415927410 - 3.0845117569 - 3.1130290031 - 3.0845117569 - 3.0845117569 - 3.0535852909 - 3.0560872555 - 3.0535852909 - 3.0845117569 - 3.0828368664 - 0.8850668073 - 0.8850668073 - -0.0858102664 - -0.0858102664 - 3.1252007484 - 3.1252007484 - 3.0828368664 - 3.0828368664 - 3.0828368664 - 1.9573026896 - 1.9573026896 - 1.1626472473 - 1.1626472473 - 2.2873380184 - 2.8112952709 - 2.8112952709 - -1.9990605116 - -1.9990605116 - 1.3586525917 - 1.3586525917 - -2.6872906685 - -2.6872906685 - 2.8453142643 - -0.3985224366 - 2.8453142643 - 1.2490457296 - 1.2490457296 - 3.0045263767 - 3.0045263767 - 2.9996955395 - 2.9996955395 - 0.6314535141 - 0.6314535141 - -2.2193310261 - -2.2193310261 - 2.9181160927 - 2.9181160927 - -1.1354430914 - -1.1354430914 - -1.4031538963 - -1.4031538963 - 0.8393996358 - 0.8393996358 - -0.2329792380 - -0.2329792380 - -0.2860514522 - -0.2860514522 - -3.1112987995 - -3.1112987995 - 2.8966140747 - 2.8966140747 - 2.8966140747 - 2.8966140747 - 2.8966140747 - 2.8966140747 - 2.8966140747 - -1.0390722752 - 2.8842689991 - -1.0390722752 - 2.8842689991 - 2.8842689991 - 2.8357138634 - 2.8842689991 - 2.8842689991 - 2.8842689991 - 2.8357138634 - -1.8094056845 - -1.8094056845 - 0.9707460999 - 0.9707460999 - 0.9768236279 - 0.6629371047 - -1.1659045219 - -1.1659045219 - -2.3794460297 - -2.3794460297 - -0.9097531438 - -0.9097531438 - -0.6378300786 - -0.6378300786 - 3.1415927410 - 3.1415927410 - -0.8899110556 - -0.8899110556 - -3.0801317692 - -3.0801317692 - 2.4980914593 - 2.4980914593 - 0.8880662322 - 0.8880662322 - -0.6078019738 - -0.6150895953 - -0.6078019738 - 1.0364007950 - -0.3279233277 - -0.3371339440 - -0.3279233277 - 1.2193515301 - 1.2193515301 - -2.9996955395 - 1.5707963705 - -2.9996955395 - -1.0427218676 - -1.0427218676 - -0.2048767209 - -0.2048767209 - 0.9256477952 - 0.9256477952 - -0.0277706366 - -0.0277706366 - -0.9483246207 - -0.9483246207 - -0.7853981853 - -0.7853981853 - 2.5360479355 - 2.5360479355 - -0.1313154399 - -0.1313154399 - -0.0996686518 - -0.0996686518 - -0.0391956009 - -0.0391956009 - 0.0201992728 - 0.0201992728 - 1.2805314064 - 1.2805314064 - 0.7157436013 - 0.7157436013 - -0.2337431759 - -0.2782996595 - -0.2337431759 - 1.1902899742 - 1.1902899742 - 0.6240230799 - 0.6240230799 - 1.0283647776 - 1.0283647776 - 1.0244363546 - 1.0283647776 - 1.0303767920 - 1.0244363546 - -3.0584514141 - -3.0584514141 - 0.9723774195 - 0.9723774195 - 0.9420000315 - 0.9420000315 - 0.9723774195 - 0.9420000315 - -2.2210237980 - -2.2210237980 - 0.1243549958 - 0.1243549958 - -2.8632929325 - -2.8632929325 - 2.9210989475 - 2.9210989475 - -3.0451188087 - -3.0451188087 - 2.2974386215 - 2.2974386215 - -1.3808079958 - -2.4532339573 - -1.3808079958 - 0.7022569180 - 0.7022569180 - 0.7384527922 - 2.4468543530 - 2.5115587711 - 2.4534475803 - 2.4468543530 - 1.9841266870 - 1.9841266870 - 0.8451560140 - 0.8451560140 - 2.3296520710 - 2.3296520710 - 1.6322572231 - 1.6487629414 - 1.6322572231 - -0.1582403183 - -0.1582403183 - 0.0000000000 - 0.0000000000 - -3.0348570347 - -3.0348570347 - -3.0348570347 - 1.5444866419 - 1.5444866419 - -1.3521274328 - -1.3521274328 - 2.7149651051 - 2.7149651051 - 0.2606023848 - 0.2606023848 - 1.5707963705 - 1.5707963705 - 1.5707963705 - 1.0851742029 - 1.0851742029 - 2.7856349945 - 2.7856349945 - 2.0960400105 - 2.0960400105 - -2.1753950119 - -2.1753950119 - 2.2212176323 - 2.2212176323 - 2.4076952934 - 2.4076952934 - 3.1415927410 - 3.1415927410 - 3.1415927410 - -2.3191742897 - -2.3191742897 - -3.1138219833 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - -3.1138219833 - 0.4275807738 - 0.4275807738 - -2.3685395718 - -2.3685395718 - 0.9420000315 - 0.9420000315 - 3.1415927410 - 3.1415927410 - 3.1145722866 - 3.1415927410 - 3.1138219833 - 3.1145722866 - 3.1138219833 - 3.1415927410 - 3.1145722866 - 3.1415927410 - 3.1138219833 - 3.1145722866 - 0.5743048191 - 0.5743048191 - 1.0131641626 - 1.0131641626 - 1.6130247116 - 1.6130247116 - 3.1138219833 - 3.1138219833 - 3.1138219833 - 3.1138219833 - 3.1138219833 - 3.1138219833 - -0.0570807829 - 0.4455772936 - 0.4455772936 - 0.4398425817 - 0.4398425817 - 0.4455772936 - 0.4398425817 - -2.7291822433 - -2.7291822433 - 2.6224465370 - 2.6224465370 - 2.6127111912 - -0.0673138723 - 1.3431069851 - 1.3431069851 - -0.6777082682 - -0.6777082682 - 1.8622530699 - 1.8622530699 - 2.5175695419 - 2.5175695419 - 1.7628443241 - 1.7628443241 - 0.6495494246 - 0.6495494246 - 0.8142918348 - 0.8142918348 - -0.0525830612 - -0.0525830612 - 2.7233684063 - 1.2187520266 - -0.3985224366 - 1.2187520266 - 2.9808299541 - 2.9808299541 - 2.9996955395 - 3.0045263767 - 2.9996955395 - 2.9996955395 - -2.5161075592 - -2.5161075592 - 0.7636624575 - 0.7636624575 - -1.5832957029 - -1.5832957029 - -0.9420000315 - -0.9420000315 - -0.8850668073 - -0.8850668073 - 2.9764440060 - 2.9764440060 - -2.2073044777 - -2.2073044777 - 2.9275319576 - 2.9275319576 - 2.9275319576 - 2.9275319576 - 0.7853981853 - 0.7853981853 - 0.0000000000 - 0.0000000000 - 2.0476882458 - 2.0476882458 - -1.1678847075 - -2.8674252033 - -2.8674252033 - 1.7950310707 - 1.7950310707 - 2.8706457615 - 2.8706457615 - 1.6756732464 - 1.6756732464 - 1.6642731428 - 1.6642731428 - 1.6756732464 - 1.6642731428 - 1.6506263018 - 1.6506263018 - 1.7879076004 - 1.7879076004 - 2.9171767235 - 2.9171767235 - 2.9252519608 - 1.9862884283 - 1.9862884283 - -1.3160380125 - -1.3160380125 - -0.0587558225 - -0.0587558225 - 3.1041102409 - 3.1041102409 - 0.4324077666 - 0.4324077666 - 0.4533386827 - 1.4559197426 - 1.4559197426 - -2.1879878044 - -2.1879878044 - 1.0303767920 - 1.0283647776 - 1.0244363546 - 1.0283647776 - 1.0303767920 - 1.0244363546 - 1.0244363546 - 1.0283647776 - 1.0244363546 - 1.0283647776 - 1.0303767920 - 1.0244363546 - -2.3191742897 - -2.3191742897 - -0.1418970525 - -0.1418970525 - -0.1839434505 - 2.4775464535 - 2.4775464535 - 2.4775464535 - 0.6568590999 - 0.6568590999 - -2.5440361500 - -2.5440361500 - -2.0344438553 - -2.0344438553 - -2.5464131832 - -2.5464131832 - -2.8198421001 - -2.8198421001 - 1.5893126726 - 1.5893126726 - 2.4407382011 - 2.4407382011 - -0.4678492546 - -0.4678492546 - -2.6135182381 - -2.6135182381 - 1.3854483366 - 1.3854483366 - -2.9441971779 - -2.9441971779 - 1.5707963705 - 1.5707963705 - -2.9441971779 - -2.9441971779 - -2.9441971779 - -2.9441971779 - -2.3561944962 - -2.3561944962 - -0.5633162856 - -0.5633162856 - -3.0060648918 - -0.6794137955 - -0.6794137955 - -0.0680764616 - -0.0680764616 - 2.3326694965 - 2.3326694965 - 2.3269629478 - -0.3028848767 - -0.3028848767 - -0.5911571383 - -0.5911571383 - -1.1583858728 - -1.1583858728 - 0.0000000000 - 0.0000000000 - 0.2984989285 - 0.2984989285 - -3.0791738033 - -3.0771658421 - -3.0791738033 - -3.0771658421 - -3.0209689140 - -3.0209689140 - -3.0791738033 - 2.4360244274 - 2.4360244274 - 1.6909050941 - 1.6909050941 - 0.3529903889 - 0.3529903889 - 1.2420036793 - 1.2420036793 - 1.9243383408 - 3.1415927410 - 3.1415927410 - 1.7359449863 - 1.7492067814 - 1.7359449863 - -1.9086744785 - -1.9086744785 - -2.6928694248 - -2.6928694248 - -2.0214576721 - -2.0214576721 - -1.3200870752 - -1.3200870752 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - -3.1138219833 - -1.4601391554 - -1.4601391554 - 1.4840580225 - 1.4840580225 - 2.2218730450 - 2.2218730450 - 1.0420235395 - 1.0420235395 - 3.1145722866 - 3.1145722866 - 1.0101093054 - 1.0101093054 - 0.9964914918 - 0.9964914918 - 2.2222495079 - 2.2222495079 - 1.8622530699 - 1.8622530699 - 2.6127111912 - 2.6224465370 - 2.6127111912 - -0.0673138723 - 1.0679531097 - 1.0679531097 - -0.4686980844 - -0.4686980844 - 3.0828368664 - 3.0535852909 - 3.0828368664 - 3.0845117569 - 3.0845117569 - 0.6135561466 - 0.6135561466 - 2.1899576187 - 2.1899576187 - 3.0828368664 - 3.0828368664 - 0.6468966603 - 0.6468966603 - -1.9138202667 - -1.9138202667 - 1.5127221346 - 1.5127221346 - -2.5115587711 - -2.5115587711 - -1.5357229710 - -1.5357229710 - 3.0481159687 - 3.0481159687 - -0.5674399734 - -0.5674399734 - 0.8441540003 - 0.8441540003 - 2.2636759281 - 2.2636759281 - 1.3981148005 - 1.3981148005 - 3.0451188087 - 3.0451188087 - 1.3258177042 - 1.3258177042 - 0.8640236259 - 0.8640236259 - 0.8695363998 - 3.0348570347 - 3.0348570347 - 2.9648838043 - -0.5028432012 - -0.5028432012 - 2.2027704716 - -1.6968843937 - 2.2027704716 - 0.4636476040 - 0.4636476040 - 1.3654009104 - 1.3654009104 - -0.7917674780 - -0.7917674780 - 1.0750312805 - -1.0943288803 - -1.0943288803 - 2.8842689991 - -1.0390722752 - 2.8842689991 - 2.8842689991 - 2.8842689991 - 2.8842689991 - 2.8357138634 - -1.7111712694 - -1.7111712694 - -0.7928054333 - -0.7928054333 - -0.7929168344 - -1.1740876436 - -1.1740876436 - -0.9753864408 - 2.5438342094 - -0.9753864408 - -0.9680528045 - -0.9680528045 - 2.5438342094 - -0.9753864408 - -0.9680528045 - 0.9768236279 - 0.9707460999 - 0.9768236279 - 0.6629371047 - 0.6629371047 - 0.9707460999 - 0.9768236279 - 0.6629371047 - 2.7744188309 - 2.7744188309 - 2.7091848850 - -1.5083775520 - -1.5083775520 - -1.0273187160 - -1.0273187160 - 0.4048917890 - 0.4048917890 - -0.6435011029 - -0.6435011029 - -2.8286914825 - -2.8286914825 - -0.1874291152 - -0.1874291152 - -2.2281854153 - -2.2281854153 - 2.7161431313 - 2.7161431313 - 2.7101919651 - 2.7101919651 - 2.7161431313 - 2.7101919651 - 0.9652516842 - 0.9652516842 - 1.1964627504 - 1.1964627504 - 0.4533386827 - 0.4324077666 - 0.4533386827 - 2.0497100353 - 2.0497100353 - 1.4486011267 - 1.4486011267 - 1.0303767920 - 1.0244363546 - 1.0283647776 - 1.0303767920 - 1.0244363546 - 1.0303767920 - 1.7521160841 - 1.7521160841 - 2.4329664707 - 2.4329664707 - 2.4275019169 - 2.4275019169 - 2.4023156166 - 2.4009406567 - 2.4023156166 - 2.4775464535 - 2.4775464535 - 2.4775464535 - 0.7036137581 - 0.7036137581 - 2.7181532383 - 2.7181532383 - -2.4448504448 - -2.4448504448 - 1.3975507021 - 1.3975507021 - -2.6779451370 - -2.6779451370 - -2.6779451370 - -2.6779451370 - -2.7149651051 - -2.7149651051 - -2.3735337257 - -2.3735337257 - 1.2742505074 - 1.3550301790 - 1.2742505074 - -2.8809902668 - -2.8809902668 - 3.0066158772 - 3.0066158772 - -2.8387076855 - -2.8387076855 - -2.8966140747 - -2.8966140747 - -0.2709468603 - -0.2709468603 - -1.0533086061 - -2.9229238033 - -2.9229238033 - -2.5872850418 - -2.5872850418 - -2.9340963364 - -2.9340963364 - -0.2691674829 - -0.2691674829 - 2.2161772251 - 2.2161772251 - -2.2835950851 - -2.2835950851 - 0.3117174506 - 0.3117174506 - 2.3269629478 - 2.3326694965 - 2.3269629478 - 1.1600793600 - 1.1600793600 - 0.5485494137 - 0.5485494137 - -2.9764440060 - -2.9764440060 - -0.9827937484 - -0.9827937484 - -3.0309355259 - -3.0676536560 - -3.0309355259 - -2.9945142269 - -3.0309355259 - -2.9945142269 - -3.0348570347 - -3.0348570347 - -1.8337910175 - -1.8337910175 - -3.0385110378 - -3.0385110378 - 1.4887888432 - 1.4887888432 - 0.7744095922 - 0.7744095922 - -1.3792946339 - -1.3792946339 - -0.4723053873 - -0.4723053873 - -3.0810606480 - -3.0810606480 - -3.0828368664 - -3.1121892929 - -3.0828368664 - -3.0810606480 - -3.0828368664 - -3.1121892929 - -3.1121892929 - -3.0810606480 - -3.0828368664 - -3.1121892929 - 2.6535596848 - 2.3869540691 - 2.6535596848 - 0.7128997445 - 0.7128997445 - 2.1332943439 - 2.1332943439 - -0.8782976866 - -0.8782976866 - -2.1951026917 - -2.1951026917 - -0.8782976866 - -2.1951026917 - 1.7492067814 - 1.7492067814 - 1.7359449863 - 3.1415927410 - 3.1415927410 - 3.1415927410 - -1.1374424696 - -1.1374424696 - -1.4536875486 - -1.4536875486 - 0.0119041996 - 0.0119041996 - 0.9411511421 - 2.3673050404 - 2.3673050404 - 0.4330894351 - 0.4330894351 - 0.3496071100 - 2.4586384296 - 2.4586384296 - 0.8430265784 - -2.8028945923 - -0.4783524275 - -0.4733560383 - -2.8028945923 - 2.3884413242 - 2.3884413242 - 0.9453113079 - 0.9453113079 - 2.7918772697 - 2.7918772697 - 1.5951817036 - 1.5951817036 - 0.1325515360 - 0.1325515360 - 0.0199973341 - 0.0199973341 - 3.0828368664 - 3.0828368664 - 3.0560872555 - 3.0828368664 - 3.0828368664 - 1.6487629414 - 1.6487629414 - 2.3683888912 - 2.3683888912 - 1.8076450825 - 1.8076450825 - -1.0863183737 - -1.0863183737 - 1.8516340256 - 1.8516340256 - 0.7259445190 - 0.7259445190 - 0.7179331183 - 0.7179331183 - 3.0451188087 - 3.0451188087 - 2.7460215092 - 2.7460215092 - -0.1345979124 - 1.5083775520 - 1.5083775520 - 1.5083775520 - 0.8695363998 - 0.8640236259 - 0.8695363998 - 2.2206668854 - 2.2206668854 - 2.7233684063 - -0.0525830612 - 2.7233684063 - 2.3674299717 - 2.3674299717 - 1.1769276857 - 1.1769276857 - -1.1246907711 - -1.1246907711 - 2.9648838043 - 3.0348570347 - 2.9648838043 - -1.4306945801 - -1.4306945801 - 2.6344940662 - 2.6344940662 - -1.0056469440 - -1.0056469440 - 2.9275319576 - 2.9275319576 - 2.9275319576 - -0.6399360895 - -0.6399360895 - -2.3383393288 - -2.3383393288 - 2.8157935143 - -2.5715522766 - -2.5715522766 - 0.5961991549 - 0.5961991549 - -1.1678847075 - 2.0476882458 - -1.1678847075 - -1.4677146673 - -1.4677146673 - 2.3249547482 - 2.3249547482 - 1.4513673782 - 1.4513673782 - -2.2030408382 - -2.2030408382 - 1.2746812105 - 0.0831412300 - 0.0817843825 - 1.2746812105 - -0.1035246775 - 2.5646595955 - -0.1035246775 - 2.7091848850 - 2.7744188309 - 2.7091848850 - 2.9252519608 - 2.9171767235 - 2.9252519608 - 1.6683120728 - 2.7468016148 - 2.8198421001 - 2.7468016148 - 3.0172376633 - 3.0172376633 - 2.7149651051 - 2.7149651051 - -1.3455195427 - -1.3455195427 - 1.8157750368 - 1.8157750368 - -0.5856441259 - -0.5856441259 - -3.0771658421 - -3.0771658421 - 1.8925468922 - 1.8925468922 - 1.0895293951 - 1.0895293951 - 1.7156088352 - 1.7156088352 - -2.3737366199 - -2.3737366199 - 2.4009406567 - 2.4009406567 - 2.4023156166 - 0.7211591601 - 0.7501186728 - 0.7211591601 - -1.6421037912 - -1.6421037912 - 0.7908625603 - 0.7908625603 - -2.6779451370 - -2.6779451370 - -2.6779451370 - -2.6779451370 - -2.6779451370 - -2.6779451370 - -2.6779451370 - -2.6779451370 - -2.7928216457 - -2.7928216457 - -2.7149651051 - -2.7149651051 - -2.0257105827 - -2.0257105827 - -2.2035450935 - -2.2035450935 - -2.4532339573 - -2.4532339573 - -1.3808079958 - -2.6779451370 - -2.6779451370 - -1.0882830620 - -1.0882830620 - 2.4534475803 - 2.4534475803 - 2.4468543530 - -2.9441971779 - -2.9441971779 - -2.9441971779 - -2.9441971779 - -2.9441971779 - -2.9441971779 - -2.9441971779 - -2.9441971779 - 1.8507461548 - 1.8507461548 - -2.9617390633 - -2.9617390633 - -2.9617390633 - 0.9716209769 - 0.9716209769 - 2.1562016010 - 2.1562016010 - 2.3121054173 - 2.3121054173 - 1.6512672901 - 1.6512672901 - -1.1659045219 - -1.1659045219 - -3.0348570347 - -2.9945142269 - -3.0348570347 - -3.0348570347 - 2.6992185116 - 2.6992185116 - -3.0348570347 - -3.0348570347 - 2.0344438553 - 2.0344438553 - 0.9048271179 - 0.9048271179 - 0.5674399734 - 0.5674399734 - -3.0750246048 - -3.0750246048 - -3.0750246048 - -1.5808969736 - -1.5808969736 - -3.0771658421 - -3.0771658421 - -3.0791738033 - -3.0791738033 - -3.0209689140 - -3.0791738033 - 0.6926418543 - 0.6926418543 - -2.3157541752 - -2.3157541752 - -2.3097164631 - -2.3097164631 - -2.3157541752 - -2.3097164631 - -1.5437759161 - -1.5437759161 - -0.1839434505 - -0.1839434505 - 1.5707963705 - 1.5707963705 - 1.5707963705 - 0.6086893082 - 0.6086893082 - -3.1145722866 - -3.1138219833 - -3.1145722866 - 3.1145722866 - 3.1145722866 - 3.1145722866 - 3.1415927410 - 3.1145722866 - 3.1138219833 - 3.1145722866 - 3.1415927410 - 3.1145722866 - 3.1138219833 - 3.1145722866 - 3.1138219833 - 3.1138219833 - 3.1138219833 - 3.1138219833 - 0.8392382860 - 0.8392382860 - 3.0860941410 - 3.0875911713 - 3.0860941410 - 3.1415927410 - 3.0860941410 - 3.1415927410 - 3.0860941410 - -0.4930509031 - -0.4930509031 - -2.5060069561 - -0.0673138723 - 2.6224465370 - 2.6127111912 - -0.0673138723 - -2.0344438553 - 3.0860941410 - 3.0860941410 - 0.2282737792 - 0.2282737792 - -2.5372872353 - 1.1535289288 - 1.1535289288 - -0.0117641632 - -0.0117641632 - 0.8229744434 - 0.8229744434 - 0.7002387643 - 0.7002387643 - 0.3123464286 - 0.3123464286 - -0.0235250704 - -0.0235250704 - -0.1201087385 - -0.1201087385 - 0.6810169816 - 0.6769148707 - 0.6810169816 - 3.0451188087 - 3.0451188087 - 3.0481159687 - -0.4680335522 - -0.4680335522 - 0.3916999400 - 0.4009496272 - 3.0132694244 - 3.0132694244 - 3.0090410709 - 1.7604099512 - 1.7604099512 - -0.5667291880 - -0.5667291880 - 1.6373645067 - 1.6373645067 - 1.0750312805 - -0.7917674780 - 1.0750312805 - 1.1186424494 - 1.1186424494 - 2.8842689991 - 2.8842689991 - 2.8842689991 - 2.8842689991 - 2.8842689991 - 2.8842689991 - 2.8842689991 - 2.8842689991 - 1.1970695257 - 1.1970695257 - 0.8298133612 - 0.8298133612 - -0.9420000315 - -0.9420000315 - -2.4558632374 - -2.4558632374 - 0.2709468603 - 0.2709468603 - 2.2348425388 - 2.2348425388 - 0.0831412300 - 0.0831412300 - 0.0817843825 - 1.2746812105 - 0.0817843825 - 0.0831412300 - 0.0817843825 - 1.2746812105 - -1.5707963705 - -1.5707963705 - 2.7367007732 - 2.7367007732 - 0.6411087513 - 1.6879050732 - 0.6411087513 - -0.5880026221 - -0.5880026221 - 0.7853981853 - 0.7853981853 - -0.6202495098 - -0.6202495098 - 0.6407837272 - 0.6407837272 - 0.5667291880 - 0.5667291880 - 0.7788622975 - 0.7788622975 - 0.0944549367 - 0.0944549367 - 1.4685896635 - 1.4685896635 - 1.4711276293 - 1.4711276293 - 1.0322889090 - 1.0303767920 - 1.0244363546 - 1.0303767920 - 1.0322889090 - 1.9559538364 - 1.9559538364 - -1.8292512894 - -1.8292512894 - 0.0949517041 - 0.0949517041 - -2.0852477551 - 2.6236052513 - -2.0852477551 - 2.6135182381 - 2.6135182381 - 3.1275091171 - 3.1275091171 - 2.7149651051 - 2.7149651051 - -1.6964466572 - -1.6964466572 - -2.8822607994 - -2.8822607994 - 3.0617625713 - 3.0617625713 - 2.5952327251 - 2.5952327251 - 2.4895446301 - 2.4895446301 - -0.9220412970 - -0.9220412970 - -2.9617390633 - -2.9617390633 - -2.9617390633 - -0.5821375847 - -0.5821375847 - -0.5732544065 - 1.1943060160 - 1.1943060160 - -3.0348570347 - -2.9945142269 - -3.0348570347 - -3.0348570347 - -2.9996955395 - 1.7105052471 - 1.7105052471 - -0.4911636114 - -0.4911636114 - -3.0750246048 - -3.0750246048 - -3.0750246048 - -3.0771658421 - -3.0791738033 - -3.0451188087 - -3.0771658421 - -3.0791738033 - -3.0791738033 - 1.3768371344 - 1.3768371344 - 2.8736822605 - 2.8736822605 - -3.0828368664 - -3.0828368664 - 1.6060757637 - 1.6172744036 - 1.6167409420 - 1.6060757637 - 2.2697958946 - 1.6167409420 - 2.2697958946 - 2.3869540691 - 2.3869540691 - 2.6535596848 - 1.6897965670 - 1.6897965670 - -0.4048917890 - -0.4048917890 - 1.5707963705 - 1.5707963705 - 1.5707963705 - -2.2748925686 - -2.2748925686 - -2.2817056179 - -3.1138219833 - -3.1138219833 - 0.4717774987 - 0.4717774987 - -2.1069424152 - -2.1069424152 - 3.1415927410 - 3.1415927410 - 2.2714307308 - 2.2714307308 - 0.3496071100 - 0.4330894351 - 0.3496071100 - 3.1145722866 - 3.1145722866 - 0.1770731509 - 0.1770731509 - -0.0374824367 - -0.0374824367 - 2.1769316196 - 2.1769316196 - -2.4616837502 - -2.4616837502 - 1.9631364346 - 1.9631364346 - 0.6994038820 - 0.6994038820 - 1.0516501665 - 1.0516501665 - -2.5060069561 - -0.4930509031 - -2.5060069561 - 2.3786625862 - 2.3786625862 - -2.5372872353 - 0.2282737792 - -2.5372872353 - 0.8926770091 - 0.8926770091 - 3.0193974972 - 3.0193974972 - 3.0021526814 - 0.0802868158 - 0.0802868158 - 3.1415927410 - 3.1415927410 - 3.0509328842 - 3.0509328842 - 0.3156156540 - 0.3156156540 - 0.8960554004 - 0.8960554004 - 3.0509328842 - 3.0509328842 - -1.2050490379 - -1.2050490379 - 0.2124320269 - 1.8545904160 - 1.8545904160 - -2.7532739639 - -2.7532739639 - -2.9130959511 - -2.9130959511 - 0.3916999400 - -0.4680335522 - 0.3916999400 - 0.4009496272 - 1.8840725422 - 1.8840725422 - -0.1345979124 - 2.7460215092 - -0.1345979124 - 1.3674602509 - -1.4903253317 - -1.4903253317 - -1.0468770266 - -1.0468770266 - 2.8157935143 - -2.3383393288 - 2.8157935143 - 0.9475969672 - 0.9475969672 - 0.9407624006 - 0.9407624006 - 0.9475969672 - 0.9407624006 - -0.2721458972 - -0.2721458972 - 2.2794225216 - 2.2794225216 - 2.9078495502 - 2.9078495502 - 2.4962961674 - 2.4962961674 - 2.4891631603 - -0.7929168344 - -0.7928054333 - -0.7929168344 - 1.2490457296 - 1.2490457296 - 2.5438342094 - 2.5438342094 - -0.9753864408 - -0.9680528045 - -1.7554807663 - -1.7554807663 - 2.5646595955 - 2.5646595955 - -0.1035246775 - 2.5408787727 - 2.5408787727 - 2.8198421001 - 2.8198421001 - 2.7468016148 - -2.7828218937 - -2.7828218937 - 1.6614562273 - 1.6614562273 - 1.6588037014 - 0.6747409701 - 0.6747409701 - 2.3750600815 - 2.3750600815 - 1.2120256424 - 1.2120256424 - 1.3611564636 - 1.3611564636 - 1.2082520723 - 1.2082520723 - -1.9974237680 - -1.9974237680 - 1.0863183737 - 1.0863183737 - 0.7501186728 - 0.7737708092 - 0.7501186728 - 0.7211591601 - 2.3906636238 - 2.3906636238 - -2.5458080769 - -2.5458080769 - -2.0586328506 - -2.0586328506 - 0.8502421975 - -0.8029402494 - -0.8029402494 - -1.8753072023 - -1.8753072023 - 1.3550301790 - 1.3550301790 - 1.2742505074 - -0.2730087042 - -0.2730087042 - 0.4487233460 - 0.4487233460 - 3.1415927410 - 3.1415927410 - -2.8809902668 - -2.8809902668 - 0.7649928331 - 0.7649928331 - -1.0533086061 - -0.2709468603 - -1.0533086061 - 0.6947382689 - 0.6947382689 - 0.6786624789 - 0.6786624789 - 0.6947382689 - 0.6786624789 - 0.6632030010 - 0.6632030010 - 0.6786624789 - 0.6632030010 - -2.5691328049 - -2.5691328049 - -2.7104539871 - -2.7104539871 - -1.7234456539 - -1.7234456539 - -0.5732544065 - -0.5821375847 - -0.5732544065 - 0.9272952080 - 0.9272952080 - -2.6984901428 - 1.5093353987 - -2.6984901428 - 0.6989092827 - 0.6989092827 - -3.0676536560 - -3.0676536560 - -3.0309355259 - -3.0309355259 - -3.0309355259 - -2.9945142269 - 1.3134726286 - 1.3134726286 - -2.4710710049 - -2.4710710049 - 2.3936102390 - 2.3936102390 - -2.9791035652 - -2.9791035652 - -2.7233684063 - -2.7233684063 - -1.5834538937 - -0.5028432012 - -0.5028432012 - -1.0567327738 - -1.0567327738 - 1.6172744036 - 1.6172744036 - 1.6167409420 - 1.6060757637 - -3.0845117569 - -3.0845117569 - -3.1130290031 - -3.1130290031 - -3.1130290031 - -2.2817056179 - -2.2748925686 - -2.2817056179 - -1.0335116386 - -1.0335116386 - 3.1145722866 - -3.1145722866 - 3.1145722866 - 0.8003224134 - 0.8003224134 - 0.9411511421 - 0.0119041996 - 0.9411511421 - 0.3248086572 - 0.3248086572 - 0.9129077196 - 0.9129077196 - 0.9939977527 - 0.9939977527 - 0.8430265784 - 2.4586384296 - 0.8430265784 - 0.7133581042 - 0.7133581042 - 3.1145722866 - 3.1145722866 - 3.1145722866 - 3.1145722866 - -0.4343672693 - -0.4343672693 - 3.1145722866 - 3.1145722866 - 3.1152830124 - 3.1152830124 - 0.7853981853 - 0.7853981853 - -2.8590376377 - -2.8590376377 - 2.2318394184 - 2.2318394184 - 3.0860941410 - 3.0860941410 - 3.1145722866 - 3.0875911713 - 3.1145722866 - 3.0875911713 - 3.0860941410 - 3.1415927410 - 0.8991901875 - 0.8991901875 - -1.8464257717 - -1.8370484114 - 2.0944809914 - 2.0944809914 - -2.7065086365 - -2.7065086365 - 1.0584068298 - 1.0584068298 - 3.0828368664 - 3.0828368664 - 3.0845117569 - 3.0560872555 - 3.0560872555 - 3.0828368664 - 3.0560872555 - 3.0828368664 - 3.0845117569 - 3.0560872555 - 3.0560872555 - 3.0828368664 - 3.0021526814 - 3.0193974972 - 3.0021526814 - -2.9783523083 - -2.9783523083 - 2.7942066193 - 2.7942066193 - 2.7270858288 - 2.9441971779 - 2.7270858288 - 3.0828368664 - 3.0828368664 - 0.4009496272 - -0.4680335522 - 0.3916999400 - 0.4009496272 - 2.5161075592 - 2.5161075592 - -2.9090356827 - -2.9090356827 - 1.5083775520 - 1.5083775520 - 1.5083775520 - 3.0090410709 - 3.0132694244 - 3.0132694244 - 3.0090410709 - 1.4125560522 - 1.4125560522 - -1.9309895039 - -1.9309895039 - 2.8198421001 - 2.8198421001 - 0.7641247511 - 0.7641247511 - 0.8029402494 - -0.6055446863 - 0.8029402494 - 2.3329429626 - 2.3329429626 - -1.1319370270 - -1.1319370270 - 2.9181160927 - 2.9181160927 - 2.9181160927 - -0.4527784586 - -0.4527784586 - -0.0394532010 - -0.0394532010 - 2.4891631603 - 2.4962961674 - 2.4891631603 - -3.0102772713 - -3.0102772713 - 1.2490457296 - 1.2490457296 - 1.9936501980 - 1.9936501980 - 0.4490855336 - 0.4490855336 - 1.6879050732 - 1.6879050732 - 0.6411087513 - 1.6683120728 - 2.9252519608 - 1.6683120728 - -0.8433975577 - -0.8433975577 - 1.5820318460 - 1.5820318460 - 1.5820318460 - -2.8501358032 - -2.8501358032 - 1.8622530699 - 1.8622530699 - 1.7415314913 - 1.7415314913 - 1.6588037014 - 1.6614562273 - 1.6588037014 - 2.1025204659 - 2.1025204659 - 0.7634236813 - 0.7634236813 - 0.7580825686 - 0.7580825686 - 0.7634236813 - 0.7580825686 - 0.2543680668 - 0.2543680668 - -0.4911636114 - -0.4911636114 - -2.3838117123 - -2.3838117123 - -2.3841202259 - -2.3844356537 - -2.4227626324 - -2.4227626324 - -2.4069981575 - -2.4250509739 - -2.4069981575 - -2.4227626324 - -2.4069981575 - -2.4250509739 - -2.4329664707 - -2.4329664707 - -1.9756880999 - -1.9756880999 - -1.5828438997 - -1.5828438997 - 2.4393358231 - 2.4393358231 - -1.2167989016 - -1.2167989016 - 2.5301752090 - -2.1587989330 - 2.5301752090 - -2.1515526772 - 0.8502421975 - -2.0586328506 - 0.8502421975 - -1.6631256342 - -1.6631256342 - -1.2827408314 - -1.2827408314 - 1.7033478022 - 1.7033478022 - 2.5504355431 - 2.5504355431 - 0.6930688024 - 0.6930688024 - 2.9409396648 - 2.9409396648 - -2.8555412292 - -2.8555412292 - 1.3045443296 - 1.3045443296 - 0.8426603079 - 0.8426603079 - -2.9533710480 - -2.9533710480 - -2.9078495502 - -2.9078495502 - -1.4536875486 - -1.4536875486 - 1.5093353987 - 1.5093353987 - -2.6984901428 - -1.9416875839 - 0.5585992932 - -1.9416875839 - 2.4037775993 - 2.4037775993 - -2.5535900593 - -2.5535900593 - -1.0271509886 - -1.0271509886 - 1.7442920208 - 1.7442920208 - -1.5834538937 - -1.6364911795 - -2.7233684063 - -1.5834538937 - 2.8236443996 - 2.8236443996 - -1.0111147165 - -1.0111147165 - -2.2175548077 - -2.2175548077 - 2.0647377968 - 2.0647377968 - 1.6167409420 - 1.6172744036 - 1.6167409420 - 1.6060757637 - 2.2697958946 - 0.8470483422 - 0.8470483422 - 2.9029834270 - 2.9029834270 - 0.8358603120 - 0.8358603120 - -0.3217505515 - -0.3217505515 - -3.1130290031 - -3.0845117569 - -3.1130290031 - -3.1130290031 - -3.1130290031 - -3.1130290031 - -3.0845117569 - -3.1130290031 - -3.1130290031 - -3.1130290031 - 2.0626056194 - 2.0626056194 - -0.4556156397 - -0.4556156397 - -0.4475199878 - 2.6224465370 - 2.6224465370 - -0.3359676003 - -0.3359676003 - -2.8329417706 - -2.8329417706 - -2.8461518288 - -2.8286914825 - -2.8286914825 - -2.8329417706 - -2.8461518288 - -2.8286914825 - -3.1183409691 - -3.1183409691 - 3.1145722866 - 3.1145722866 - 3.0875911713 - 3.1415927410 - 3.0875911713 - 3.0860941410 - 3.1415927410 - 3.0875911713 - 3.0860941410 - 1.7861540318 - 1.7861540318 - 2.3212437630 - 1.8976229429 - 1.8976229429 - -2.6581456661 - -2.6581456661 - -2.7187387943 - -2.0344438553 - 0.6304014325 - -0.0673138723 - -2.0344438553 - 3.0860941410 - 3.0860941410 - 0.0000000000 - 0.0000000000 - -2.4376466274 - -2.4376466274 - -1.3521274328 - -1.3521274328 - 3.0560872555 - 3.0560872555 - 3.0535852909 - 1.1525720358 - 1.1525720358 - 2.9441971779 - 2.9441971779 - 2.7270858288 - 2.9934325218 - 2.9934325218 - 1.0062268972 - 1.0062268972 - 0.6769148707 - 0.2124320269 - -1.2050490379 - 0.2124320269 - 0.6769148707 - 1.0062268972 - 0.6769148707 - 0.6810169816 - 3.0172376633 - 3.0172376633 - 3.0481159687 - 3.0451188087 - 3.0481159687 - -2.1797540188 - -2.1797540188 - -2.5841615200 - -1.2998495102 - 2.6292030811 - -1.2998495102 - 1.3674602509 - -0.1345979124 - 1.3674602509 - 3.1282601357 - 3.1282601357 - -2.4364812374 - -2.4364812374 - 0.6202495098 - 0.6202495098 - -2.4364812374 - 0.6202495098 - -2.2427594662 - -2.2427594662 - -1.3156139851 - -1.3156139851 - 0.8916630149 - 0.8916630149 - 2.9899871349 - 2.9899871349 - 0.1894801557 - 0.1894801557 - 1.8757886887 - 1.8757886887 - 2.9181160927 - 2.9181160927 - 2.9181160927 - 2.8028945923 - 2.8028945923 - -1.5930148363 - 1.4505008459 - -1.5930148363 - -0.0996686518 - 2.8706457615 - 2.8706457615 - -0.2282737792 - -0.2282737792 - -0.4808872938 - -0.4808872938 - 2.2835950851 - 2.2835950851 - 1.3081872463 - 1.3081872463 - 1.8449637890 - 1.8449637890 - 1.5820318460 - 1.5820318460 - 1.5820318460 - 2.4558632374 - 2.4558632374 - -0.4048917890 - -0.4048917890 - 0.1275095642 - 0.1275095642 - 0.7524430752 - 0.7524430752 - 1.1640492678 - 1.1640492678 - 1.1511454582 - 1.1511454582 - 1.1640492678 - 1.1511454582 - 0.4695999324 - 0.4695999324 - 0.4114562571 - 0.4114562571 - -2.3841202259 - -2.3838117123 - -2.3841202259 - -2.3844356537 - -2.4250509739 - -2.4227626324 - -2.4069981575 - -2.4250509739 - -2.4275019169 - 0.7520771623 - 0.7520771623 - -2.5301752090 - -2.5301752090 - 2.1451010704 - 2.1451010704 - -0.4423742294 - -0.4423742294 - 2.6236052513 - 2.6236052513 - -2.0852477551 - -2.4830267429 - -2.1587989330 - -2.1587989330 - 2.5301752090 - -2.1515526772 - -2.1515526772 - -2.1587989330 - 2.5301752090 - -2.1515526772 - 2.6183142662 - 2.6183142662 - 2.8387076855 - 2.8387076855 - -2.7149651051 - -2.7149651051 - -2.7149651051 - -2.7149651051 - -2.7149651051 - -2.7149651051 - -2.7149651051 - -2.7149651051 - 1.7963975668 - 1.7963975668 - -2.7468016148 - -2.7468016148 - 2.7091848850 - 2.7091848850 - -0.9900399446 - -0.9900399446 - -1.6614562273 - -1.6614562273 - -2.3637132645 - -2.3637132645 - -2.9441971779 - -2.9441971779 - -2.9441971779 - -2.9694018364 - -2.9694018364 - -2.9829373360 - -2.9829373360 - 1.1513189077 - 1.1513189077 - 0.5585992932 - 0.5585992932 - -1.9416875839 - -2.5959374905 - -2.5959374905 - -2.9996955395 - -3.0348570347 - -2.9996955395 - 2.3400669098 - 2.3400669098 - 2.4478907585 - 2.4478907585 - -3.0451188087 - -3.0451188087 - -3.0451188087 - -3.0771658421 - -0.0542944111 - -0.0542944111 - -0.3217505515 - -0.3217505515 - -2.3561944962 - -2.3561944962 - 0.8124186397 - 0.8124186397 - -0.4636476040 - -0.4636476040 - -3.1130290031 - -3.0845117569 - -3.1130290031 - -3.1130290031 - -3.1130290031 - 1.8343602419 - 1.8343602419 - -0.4475199878 - -0.4556156397 - -0.4475199878 - 0.8441540003 - 0.8441540003 - -2.9653580189 - -2.3561944962 - -2.9653580189 - -2.9105019569 - -2.9105019569 - -3.1096885204 - -3.1096885204 - 1.9675049782 - 1.9675049782 - -2.8351080418 - -1.9668778181 - -1.9668778181 - -2.8461518288 - -2.8329417706 - -2.8461518288 - -2.8286914825 - 0.3251175582 - 0.3251175582 - 0.0630741194 - 0.0630741194 - 3.1145722866 - 3.0860941410 - 3.1145722866 - 3.1145722866 - 1.0535089970 - 1.0535089970 - 1.3909428120 - 1.3909428120 - -1.8464257717 - 0.8991901875 - -1.8464257717 - -1.8370484114 - -1.8370484114 - 0.8991901875 - -1.8464257717 - -1.8370484114 - 2.3212437630 - -3.0841846466 - -3.0841846466 - 0.1516054869 - 0.1516054869 - 1.0161147118 - 1.0161147118 - 3.0845117569 - 3.0828368664 - 3.0845117569 - 3.0560872555 - 3.0560872555 - 3.0535852909 - 3.0560872555 - 3.0535852909 - 3.0535852909 - 3.0535852909 - -2.3660950661 - -2.3660950661 - 0.6393858790 - 0.6393858790 - 3.0367157459 - 3.0367157459 - -2.5841615200 - -2.1797540188 - -2.5841615200 - 2.6292030811 - 2.6292030811 - -1.2998495102 - 0.6669082046 - 0.6669082046 - 1.9195673466 - 1.9195673466 - -0.6055446863 - -0.6055446863 - 0.8029402494 - 2.9441971779 - 2.9441971779 - 1.4529242516 - 1.4529242516 - 2.9732024670 - 2.9732024670 - -2.2348425388 - -2.2348425388 - 2.8501358032 - 2.8501358032 - -1.3101938963 - -1.3101938963 - -1.3125441074 - -1.3125441074 - -2.3259007931 - -2.3259007931 - 2.9078495502 - 2.9078495502 - -1.7326337099 - -1.7326337099 - -0.0512371659 - -0.0512371659 - 2.8842689991 - 2.8842689991 - 2.8357138634 - 2.4393358231 - 2.4393358231 - 0.8298133612 - 0.8298133612 - 1.4505008459 - -0.6162969470 - 1.4505008459 - -1.5930148363 - -0.0996686518 - 2.1650099754 - 2.1650099754 - -1.9061206579 - -1.9061206579 - -0.8023456931 - -0.8023456931 - -2.2886283398 - -2.2886283398 - -0.4849210083 - -0.4849210083 - 2.2507052422 - 2.2507052422 - 0.9140946865 - 0.9140946865 - -0.8736040592 - -0.8736040592 - -2.4980914593 - -2.4980914593 - 1.1243144274 - 1.1243144274 - 0.9332475066 - 0.9332475066 - 0.6659692526 - 0.6659692526 - 0.9566369057 - 0.9566369057 - 0.9626235366 - -0.9788255095 - -0.9788255095 - 2.4370985031 - 2.8920056820 - 2.4370985031 - 2.4245808125 - 2.4245808125 - 2.4370985031 - 2.4245808125 - -2.3844356537 - -2.3838117123 - -2.3841202259 - -2.3844356537 - -2.4275019169 - -2.4250509739 - -2.4275019169 - 2.4980914593 - 2.4980914593 - 0.7737708092 - 0.7737708092 - 0.7501186728 - -2.4830267429 - 2.6236052513 - -2.4830267429 - -0.3152146935 - -0.3152146935 - -0.4023211002 - -0.4023211002 - -0.0984461606 - -0.0984461606 - -2.7744188309 - -2.7744188309 - 2.6011731625 - 2.6011731625 - -2.8387076855 - -2.8387076855 - -2.5602123737 - -2.5602123737 - 2.3978371620 - 2.3978371620 - -0.8086497784 - -0.8086497784 - -2.1837313175 - -2.1837313175 - -2.9078495502 - -2.9533710480 - -2.9078495502 - -2.9078495502 - -0.5880026221 - -0.5880026221 - -2.9764440060 - -2.9764440060 - 2.2045888901 - 2.2045888901 - 0.7631796002 - 0.7631796002 - 2.5428087711 - 2.5428087711 - 1.7126933336 - 1.7126933336 - 1.7243400812 - -3.0419239998 - -3.0419239998 - 3.0481159687 - 3.0481159687 - 2.2355709076 - 2.2355709076 - -2.0032041073 - -2.0032041073 - 1.8403854370 - 1.8403854370 - 0.9302106500 - 0.9302106500 - -3.0810606480 - -3.0810606480 - -3.0810606480 - -3.0810606480 - -0.4266274869 - -0.4266274869 - 1.5707963705 - 1.5707963705 - 1.1071487665 - 1.1071487665 - 0.7539619803 - 0.7539619803 - 2.0955920219 - 2.0955920219 - 2.3117792606 - 2.3117792606 - 2.5948038101 - 2.5948038101 - 1.9513026476 - 1.9513026476 - 1.1955255270 - 1.1955255270 - 2.7960369587 - 2.7960369587 - 2.0131704807 - 2.0131704807 - 2.3097164631 - 2.3097164631 - 2.0131704807 - 2.3097164631 - -1.0966778994 - -1.0966778994 - -0.7684506178 - -0.7684506178 - 2.3212437630 - -1.8370484114 - 1.7861540318 - 2.3212437630 - 3.1145722866 - 3.1145722866 - 3.0875911713 - 0.6304014325 - 0.6304014325 - -2.0344438553 - -2.7187387943 - -2.6581456661 - -2.7187387943 - -2.8540167809 - -2.8540167809 - -1.2847448587 - -1.2847448587 - 3.0560872555 - 3.0828368664 - 3.0845117569 - 3.0560872555 - 3.0560872555 - 1.8295671940 - 3.0584514141 - 3.0584514141 - 1.8766752481 - 1.8766752481 - -1.4013832808 - 0.8721364737 - 0.8721364737 - 3.0535852909 - 3.0535852909 - 0.7531512976 - -2.4962117672 - 0.7531512976 - 3.1415927410 - 3.1415927410 - 0.9827937484 - 0.9827937484 - 3.0132694244 - 3.0132694244 - 3.0090410709 - 3.0090410709 - 3.0090410709 - 3.0090410709 - 0.7467433810 - 0.7467433810 - 0.3296244144 - 0.3296244144 - -2.6855206490 - -2.6855206490 - -2.6779451370 - -2.6779451370 - -2.6855206490 - -2.6779451370 - 0.1402496099 - 0.1402496099 - 0.9765826464 - 0.9765826464 - -0.2386093289 - -0.2386093289 - 2.8357138634 - 2.8842689991 - 2.8357138634 - 2.8842689991 - 2.8842689991 - 2.8842689991 - -0.0996686518 - 1.4505008459 - -1.5930148363 - -0.0996686518 - -0.3976279795 - -0.3976279795 - -2.4766278267 - -2.4766278267 - -0.9933567047 - -0.9933567047 - 0.9586438537 - 0.9586438537 - -1.7268211842 - -1.7268211842 - 2.8068559170 - 2.8068559170 - 2.8068559170 - 2.8068559170 - 0.7357153296 - 0.7357153296 - -2.1815223694 - -2.1815223694 - 2.0820269585 - 2.0820269585 - -1.9960013628 - -1.9960013628 - 2.4407382011 - 2.4407382011 - -2.0464916229 - -2.0464916229 - 2.1137473583 - 2.1137473583 - 2.5535900593 - 2.5535900593 - 0.9626235366 - 0.9566369057 - 0.9626235366 - -2.9123606682 - -2.9123606682 - -0.3974180818 - -0.3974180818 - -2.4199378490 - -2.4199378490 - 1.7040231228 - 1.7040231228 - 1.7026793957 - 0.1798534989 - 0.1798534989 - 0.1973955631 - 0.2347226143 - 0.2347226143 - 0.1973955631 - 0.2499786168 - 0.9570262432 - 0.9570262432 - 2.5224313736 - 2.5224313736 - -2.6928694248 - -2.6928694248 - 1.5199925900 - 1.5199925900 - -2.8555412292 - -2.8555412292 - -2.2836961746 - -2.2836961746 - -2.2888805866 - 2.3351449966 - 2.3351449966 - -0.0499583967 - -0.0499583967 - -2.9078495502 - -2.9533710480 - -2.9078495502 - -2.9078495502 - -2.5473790169 - -2.5473790169 - -2.3787469864 - -2.3787469864 - 2.6682364941 - 2.6682364941 - -0.9925733805 - -0.9925733805 - -2.9043858051 - -2.9043858051 - -2.9829373360 - -2.9829373360 - -2.9829373360 - -2.9829373360 - -2.9829373360 - -2.9829373360 - -3.0267159939 - -3.0267159939 - 2.4240512848 - 2.4240512848 - -0.4048917890 - -0.4048917890 - -3.0309355259 - -3.0309355259 - 2.6160087585 - 2.6160087585 - 2.7795052528 - 2.7795052528 - 1.5985670090 - 1.5985670090 - 2.7795052528 - 1.5985670090 - -3.0419239998 - -3.0419239998 - 1.7243400812 - 1.7126933336 - 1.7243400812 - -0.8478169441 - -0.8478169441 - -1.0857615471 - -1.0857615471 - -1.5600440502 - -1.5600440502 - -3.0451188087 - -3.0451188087 - -3.0451188087 - -3.0481159687 - -1.6364911795 - -1.6364911795 - -1.5834538937 - -2.1910457611 - -2.1910457611 - 2.3452060223 - 2.3452060223 - 1.5291537046 - 1.5291537046 - -2.3561944962 - -2.3561944962 - -2.9653580189 - -2.8351080418 - 1.9675049782 - -2.8351080418 - -2.8535373211 - -2.1587989330 - -2.1587989330 - 0.3320594728 - 0.3320594728 - 3.1145722866 - 3.1145722866 - 2.5535900593 - 2.5535900593 - 3.1145722866 - 3.1145722866 - 3.1145722866 - -0.9215371013 - -0.9215371013 - 3.0875911713 - 3.1415927410 - 3.0875911713 - 3.0875911713 - 3.1145722866 - 3.0875911713 - 3.0875911713 - 3.0860941410 - 3.0860941410 - 3.0860941410 - 2.9240386486 - 2.9240386486 - 2.2565257549 - 2.2565257549 - 2.2333593369 - 2.2333593369 - -2.9978539944 - -2.9978539944 - 0.3217505515 - 0.3217505515 - -2.3355078697 - -2.3355078697 - 2.9996955395 - 2.9996955395 - 0.0449135937 - 0.0449135937 - 3.0055952072 - 3.0055952072 - -2.8543112278 - -2.8543112278 - 1.6332151890 - 1.6332151890 - 1.3086764812 - 1.3086764812 - -1.9591150284 - -1.9591150284 - 2.0235748291 - 2.0235748291 - 3.0399038792 - 3.0399038792 - 3.0560872555 - 3.0560872555 - -0.8788749576 - -0.8788749576 - 1.9480453730 - 1.9480453730 - -0.9431669116 - -0.9431669116 - 2.7279033661 - 2.7279033661 - 2.8842689991 - 2.8842689991 - 2.8842689991 - -2.3239476681 - -2.3239476681 - -0.3858826756 - -0.3858826756 - 2.8022999763 - 2.8022999763 - 2.9694018364 - 2.9694018364 - -1.4288992882 - -1.4288992882 - 1.9416875839 - 1.9416875839 - 0.0000000000 - 0.0000000000 - 2.2597208023 - 2.2597208023 - -0.3045108914 - -0.3045108914 - -2.4227626324 - -2.4227626324 - -2.4061529636 - -2.4061529636 - 1.7026793957 - 1.7040231228 - 1.7026793957 - 1.0781112909 - 1.0781112909 - 0.1973955631 - 0.1798534989 - 0.2347226143 - 0.1973955631 - 0.2499786168 - 0.2347226143 - 0.2499786168 - 2.3421108723 - 2.3352184296 - 2.3421108723 - 2.2974386215 - 2.2974386215 - 2.4087774754 - 2.4087774754 - 2.3561944962 - 2.3561944962 - -2.6344940662 - -2.6344940662 - 2.7886023521 - 2.7886023521 - 2.8937811852 - 2.8937811852 - 2.8454775810 - 2.8454775810 - -2.7790484428 - -2.7790484428 - 1.0571902990 - 1.0571902990 - -2.7985687256 - -2.7985687256 - -3.0845117569 - -3.0845117569 - -2.2608325481 - -2.2608325481 - -2.8387076855 - -2.8387076855 - -2.8555412292 - -2.8555412292 - -2.2888805866 - -2.2836961746 - -2.2888805866 - -2.8706457615 - -2.8706457615 - 2.4178447723 - 2.4178447723 - -2.9340963364 - -2.9340963364 - -2.9441971779 - -2.9441971779 - -2.9441971779 - 0.4899573326 - 0.4899573326 - 2.7206020355 - 2.7206020355 - 2.7149651051 - 2.7149651051 - 2.7206020355 - 2.7149651051 - 0.4248321652 - 0.4248321652 - 0.4346702099 - 0.5224034190 - 0.5224034190 - -1.5507990122 - -1.5507990122 - -3.0419239998 - -3.0419239998 - -3.0419239998 - -1.1681417227 - -1.1681417227 - -2.8543112278 - -2.8543112278 - 2.7712693214 - 0.5263923407 - 0.5263923407 - -2.3148956299 - -2.4134566784 - -2.4134566784 - -0.6540827155 - -0.6540827155 - -3.0845117569 - -3.0845117569 - -3.1130290031 - 0.6893094182 - 0.6893094182 - -1.8925468922 - -1.8925468922 - -3.0378003120 - -3.0378003120 - -1.5003249645 - -1.5003249645 - 3.1415927410 - 3.1415927410 - 0.4899573326 - 0.4899573326 - 2.4245808125 - 1.2050490379 - 2.1273956299 - 2.4245808125 - -2.8535373211 - -2.8351080418 - -2.8535373211 - 2.1815223694 - 2.1815223694 - 2.0949759483 - 0.8385396004 - 0.8385396004 - 2.2896263599 - 2.2896263599 - 2.2024869919 - 2.2024869919 - 2.4710710049 - 2.4710710049 - -0.5010133982 - -0.5010133982 - 2.1672973633 - 2.1616079807 - -1.4125560522 - 1.8004387617 - 1.8004387617 - 0.1106572226 - 0.1106572226 - -2.1995925903 - -2.1995925903 - 3.0860941410 - 3.0860941410 - 3.0875911713 - 3.0860941410 - 1.1824775934 - 1.1824775934 - 0.1816488355 - 0.1816488355 - 1.4994888306 - 1.4994888306 - 2.5564801693 - 1.5707963705 - 1.5707963705 - 3.0209689140 - 3.0209689140 - -1.3937231302 - -1.3937231302 - -1.5451608896 - -1.5451608896 - 2.2813346386 - 2.2813346386 - -3.0906164646 - -3.0906164646 - 1.3694791794 - 1.3694791794 - -3.0906164646 - 1.3694791794 - 3.1303572655 - 3.1303572655 - 3.0385110378 - 3.0385110378 - 3.0045263767 - -0.2040179819 - -0.2040179819 - 2.2027704716 - 2.2027704716 - -2.5663771629 - -2.5663771629 - 2.9202783108 - 2.9202783108 - 2.0709574223 - 2.0709574223 - 0.0897581726 - 0.9037239552 - 1.3339475393 - 1.3339475393 - -2.3991787434 - -2.3991787434 - 1.4108831882 - 1.4108831882 - 0.2758058906 - 0.2758058906 - -0.6162969470 - -0.6162969470 - 1.4505008459 - -2.3847582340 - -2.3847582340 - 2.8387076855 - 2.8387076855 - 2.8387076855 - 2.8387076855 - -0.5565993190 - 2.6864917278 - -0.5565993190 - -3.0732064247 - -3.0732064247 - 0.4388593137 - 0.4388593137 - 2.6344940662 - 2.6344940662 - -0.4636476040 - -0.4636476040 - -0.0949517041 - -0.0949517041 - 1.8757886887 - 1.8757886887 - 1.3194684982 - 1.3194684982 - 0.5743048191 - 0.5743048191 - -0.2621198297 - -0.2621198297 - 2.8920056820 - 2.8920056820 - 2.4370985031 - 2.3352184296 - 2.3352184296 - 2.3421108723 - -1.5707963705 - -1.5707963705 - 2.3561944962 - 2.3561944962 - 0.7987307310 - 0.7987307310 - -2.6642472744 - -2.6642472744 - -2.6595139503 - -2.6595139503 - -2.6642472744 - -2.6595139503 - -0.3109982908 - -0.3109982908 - -2.2286849022 - -2.2286849022 - 1.3171222210 - 1.3171222210 - 0.9246774316 - 0.9246774316 - -0.4783524275 - -0.4783524275 - 2.2008302212 - -0.8884797692 - -0.8884797692 - 0.4081490934 - 1.0082983971 - 1.0082983971 - 0.9928944111 - 0.9928944111 - 1.0082983971 - 0.9928944111 - 0.3277384937 - 0.3277384937 - 0.4346702099 - 0.4248321652 - 0.4346702099 - -0.1672539413 - -0.1672539413 - 2.3939125538 - 2.3939125538 - -2.3148956299 - 0.5263923407 - -2.3148956299 - -3.0481159687 - -0.6310793757 - -3.0451188087 - -3.0481159687 - -1.2055948973 - -1.2055948973 - -1.4257546663 - -1.4257546663 - 0.8996524811 - -1.0303767920 - -1.0303767920 - 1.3425225019 - 1.3425225019 - 2.0963802338 - 2.0963802338 - -0.3180875778 - -0.3180875778 - -3.1130290031 - -3.0845117569 - -3.1130290031 - -0.1129196584 - -0.1129196584 - -3.1138219833 - -3.1138219833 - -3.1138219833 - -3.1145722866 - 3.1415927410 - -3.1138219833 - 1.2050490379 - 1.2050490379 - 2.4245808125 - 1.5053162575 - 1.5053162575 - 3.1152830124 - 3.1152830124 - 2.1077070236 - 2.1077070236 - -0.1572280526 - -0.1572280526 - 3.1152830124 - 3.1152830124 - 1.7741323709 - 1.7741323709 - -1.2627435923 - -1.2627435923 - 2.1672973633 - -0.5010133982 - 2.1672973633 - 2.1616079807 - -1.4125560522 - 1.8736811876 - 1.8736811876 - 1.7152378559 - 1.7152378559 - 0.4858661890 - 0.4858661890 - 1.8295671940 - 3.0560872555 - 3.0584514141 - 1.8295671940 - -1.4013832808 - 1.8766752481 - -1.4013832808 - -2.4962117672 - -2.4962117672 - 0.7531512976 - 2.3104746342 - 2.3104746342 - -0.2046418041 - -0.2046418041 - 0.0113631468 - 0.0113631468 - 2.2218730450 - 2.2218730450 - -2.0679042339 - -2.0679042339 - 3.0090410709 - 3.0090410709 - 3.0090410709 - 3.0090410709 - 3.0090410709 - 3.0090410709 - 3.0090410709 - 3.0090410709 - 3.0090410709 - 3.0045263767 - 3.0385110378 - 3.0045263767 - 0.1304033101 - 0.1304033101 - 1.8081705570 - 1.8081705570 - 1.4347989559 - 1.4347989559 - -0.3498556018 - -0.3498556018 - 2.7908647060 - 2.7908647060 - -1.7393932343 - -1.7393932343 - 2.8501358032 - 2.8501358032 - 2.8966140747 - -3.0051901340 - -3.0051901340 - 1.9688106775 - 1.9688106775 - 1.6313283443 - 1.6313283443 - 1.9688106775 - 1.6313283443 - -0.6551060081 - -0.6551060081 - 2.7610862255 - 2.7610862255 - 2.7610862255 - 2.7610862255 - 2.7610862255 - 2.7610862255 - 2.4026725292 - 2.4026725292 - 2.7610862255 - 2.7610862255 - -1.5707963705 - -1.5707963705 - -1.5707963705 - -0.5118558407 - -0.5118558407 - 2.5308666229 - 2.5308666229 - 2.4805495739 - 2.4805495739 - 2.7810266018 - 2.7810266018 - 1.5091462135 - 1.5091462135 - 2.7985687256 - 2.7985687256 - 2.6779451370 - 2.6581456661 - 0.2368487567 - 0.2368487567 - 1.9237867594 - 0.4773453772 - 0.4773453772 - 1.9237867594 - 0.2368487567 - 1.9237867594 - 1.8438050747 - 1.8438050747 - 2.6476511955 - 2.6476511955 - 0.2059913427 - 0.2059913427 - 2.3561944962 - 2.3561944962 - 1.4029004574 - 1.4029004574 - 2.1112158298 - 2.1112158298 - 2.3679585457 - 2.3679585457 - 2.2244322300 - 2.2244322300 - -1.0177649260 - -1.0177649260 - 3.0209689140 - 3.0209689140 - 1.2644292116 - 1.2644292116 - -0.2213144451 - -0.2213144451 - -3.0297024250 - -3.0297024250 - -1.5300025940 - -1.5300025940 - -1.5096482038 - -1.5096482038 - -1.5300025940 - -1.5096482038 - -2.5535900593 - -2.5535900593 - -2.7233684063 - -2.7233684063 - -2.5922181606 - -2.5922181606 - 2.4937813282 - 2.4937813282 - -0.1510153413 - -0.1510153413 - -0.1297025383 - -0.5713374615 - -0.5713374615 - 0.1780929416 - 0.1780929416 - -2.7985687256 - -2.7985687256 - 1.4940243959 - 1.4940243959 - -0.0434508957 - -0.0434508957 - -3.0186207294 - -3.0186207294 - 2.4468543530 - 2.4468543530 - -2.8966140747 - -2.8966140747 - -2.8966140747 - -3.1264421940 - -3.1264421940 - -0.9011573792 - -0.9011573792 - -2.9441971779 - -2.9441971779 - -2.9764440060 - -2.9764440060 - -0.7207401991 - -0.7207401991 - -2.5036315918 - -2.5036315918 - -3.0419239998 - -3.0419239998 - -3.0419239998 - -2.5473790169 - -2.5473790169 - -2.5346050262 - -2.5346050262 - -2.5473790169 - -2.5346050262 - -2.2481827736 - -2.2481827736 - -3.0828368664 - -3.0828368664 - -3.0828368664 - -2.2896263599 - -2.2896263599 - 0.8685393929 - 0.8685393929 - 1.8119139671 - 1.8119139671 - -1.6240792274 - -1.6240792274 - -1.8673421144 - -1.8673421144 - -1.6240792274 - -1.8673421144 - 0.2425514907 - 0.2425514907 - 0.6273081899 - 0.6273081899 - -3.1138219833 - -3.1138219833 - -3.1145722866 - 3.1415927410 - -3.1138219833 - -3.1138219833 - 2.1432561874 - 2.1432561874 - 2.1273956299 - 2.1273956299 - 2.1432561874 - 2.1273956299 - 2.4245808125 - -0.6900361180 - -0.6900361180 - 0.3438057899 - 0.3438057899 - -3.1152830124 - -3.1152830124 - 3.1415927410 - 2.0045382977 - 2.0045382977 - -2.6704263687 - -2.6704263687 - 2.0949759483 - 2.1815223694 - 2.0949759483 - -2.1921198368 - -2.1921198368 - -0.2015277743 - -0.2015277743 - 2.0548491478 - 2.0548491478 - 2.5135045052 - 2.5135045052 - 2.1616079807 - -0.5010133982 - 2.1672973633 - 2.1616079807 - -1.4125560522 - 1.6325732470 - 0.4238676131 - 0.4238676131 - -1.9956284761 - -1.9956284761 - 3.0875911713 - 3.0875911713 - 3.0875911713 - 3.0875911713 - 3.0860941410 - 3.0860941410 - 3.0860941410 - 3.0875911713 - 1.5003249645 - 1.5003249645 - 1.4886287451 - 1.4886287451 - 1.5003249645 - 1.4886287451 - -1.0413999557 - -1.0413999557 - 2.1415095329 - 2.1415095329 - 2.3336420059 - 3.0560872555 - 3.0560872555 - -0.0399786867 - -0.0399786867 - 3.0535852909 - 3.0560872555 - 3.0535852909 - 3.0560872555 - -0.2513277829 - -0.2513277829 - 2.5564801693 - 1.4994888306 - 2.5564801693 - 3.0535852909 - 3.0535852909 - 2.8198421001 - 2.8198421001 - 2.5672879219 - 2.5672879219 - -1.3487144709 - -1.3487144709 - 0.3279233277 - 0.2644883692 - 0.3279233277 - 0.5516549945 - 0.5516549945 - 0.7437555790 - 0.7437555790 - 2.0692558289 - 2.0692558289 - -1.8233505487 - -1.8233505487 - -0.9089486599 - -0.9089486599 - -3.0110266209 - -3.0110266209 - 0.0897581726 - 2.0709574223 - 0.0897581726 - 0.9037239552 - -1.5591689348 - -1.5591689348 - -1.0838971138 - -1.0838971138 - 0.7944069505 - 0.7944069505 - -1.2551807165 - -1.2551807165 - 2.0050406456 - 2.0050406456 - 0.5657014847 - 0.5657014847 - 2.0050406456 - 0.5657014847 - 1.5374753475 - 2.0248749256 - 1.5374753475 - 2.8966140747 - 2.8501358032 - 2.8966140747 - 2.8706457615 - 2.8706457615 - 2.8706457615 - 3.0155045986 - 3.0155045986 - 2.0019350052 - 2.0019350052 - 1.0729739666 - -2.9669203758 - 1.0729739666 - 2.6864917278 - 2.6864917278 - 1.0729739666 - 2.6864917278 - -0.5565993190 - -2.4097146988 - -2.4097146988 - 2.9656529427 - 2.9656529427 - 0.3274002075 - 0.3274002075 - 0.3217505515 - 0.3217505515 - 0.3274002075 - 0.3217505515 - 1.2120256424 - 1.2120256424 - -1.5707963705 - -1.5707963705 - -1.5707963705 - 2.5026786327 - -2.7128145695 - -2.7128145695 - 0.1343214363 - 0.5123894811 - 0.1343214363 - 0.1624891162 - 0.1624891162 - -2.9617390633 - -2.9617390633 - 1.7359449863 - 1.7359449863 - 0.1265921295 - 0.1265921295 - -0.3936982155 - -0.3936982155 - 2.1486983299 - 2.1486983299 - -0.1297025383 - -0.1510153413 - -0.1297025383 - -3.0828368664 - -3.0828368664 - -0.2040179819 - -0.2040179819 - 0.9151006937 - 0.9151006937 - 2.2008302212 - -0.4783524275 - 2.2008302212 - 0.6262614131 - 0.6262614131 - 2.2008302212 - 0.6262614131 - 0.3693336546 - 0.3693336546 - 2.3618440628 - 2.3618440628 - 0.0000000000 - 0.0000000000 - 1.2685238123 - 1.2685238123 - 0.3089307547 - 0.3089307547 - -0.5763752460 - -0.5763752460 - 2.3874342442 - -1.1801892519 - 2.3874342442 - 2.4905159473 - 2.4905159473 - -1.0608242750 - -1.0608242750 - -2.8014955521 - 0.0370201170 - 0.0370201170 - 1.3505475521 - 1.3505475521 - -3.0584514141 - -3.0584514141 - -1.2157248259 - -1.2157248259 - -2.9361972809 - -2.9361972809 - -2.9945142269 - -2.9945142269 - 1.2433961630 - 1.2433961630 - 1.6295521259 - 1.6295521259 - -3.0045263767 - -3.0045263767 - -3.0419239998 - -3.0419239998 - -0.4048917890 - -0.4048917890 - 2.1503603458 - 2.1503603458 - -0.8358603120 - -0.8358603120 - -0.3587706685 - -0.3587706685 - 2.7712693214 - -2.8543112278 - 2.7712693214 - 2.3789179325 - 2.3789179325 - 2.3674299717 - 2.1486983299 - 2.1486983299 - -0.9272952080 - -0.9272952080 - 0.8509973288 - 0.8509973288 - -3.1138219833 - -3.1145722866 - -3.1138219833 - -3.1145722866 - -3.1145722866 - -3.1138219833 - 3.1415927410 - -3.1145722866 - -3.1145722866 - -3.1138219833 - -3.1145722866 - 3.1415927410 - 3.0509328842 - 3.0509328842 - 0.9249804020 - 0.9249804020 - 1.8678605556 - 1.8678605556 - 3.1415927410 - -3.1152830124 - 3.1415927410 - 0.2721458972 - 0.2721458972 - 0.8260262012 - 1.2998495102 - 1.2998495102 - 2.7880506516 - 2.7880506516 - -0.0705895871 - -0.0705895871 - 2.5127964020 - 2.5127964020 - 0.6747409701 - 0.6747409701 - -1.4125560522 - -0.5010133982 - 2.1672973633 - 2.1616079807 - -1.4125560522 - 1.6325732470 - 0.8880662322 - 0.8880662322 - 0.1256503314 - 0.1256503314 - 3.0875911713 - 3.0875911713 - 3.0875911713 - 1.4587674141 - 1.4587674141 - 1.1740876436 - 1.1740876436 - 1.1626472473 - 1.1626472473 - 1.1740876436 - 1.1626472473 - 3.0875911713 - 3.0860941410 - 3.0875911713 - -0.0906598866 - -0.0906598866 - 3.0875911713 - 3.0860941410 - 3.0875911713 - 3.0860941410 - 3.0860941410 - 3.0860941410 - 3.0875911713 - 3.0860941410 - -0.7750892639 - -0.7750892639 - 0.3805063665 - 0.3805063665 - 1.4898922443 - 3.0584514141 - 1.4898922443 - 0.7419472933 - 0.7419472933 - 0.9200620651 - 0.9200620651 - 3.0209689140 - 3.0209689140 - 3.0535852909 - 3.0244839191 - -2.4316809177 - -2.4316809177 - -3.0045263767 - -3.0045263767 - 2.9584817886 - 2.9584817886 - 2.9584817886 - 2.8874678612 - 2.8874678612 - 0.9037239552 - 2.0709574223 - 0.0897581726 - 0.9037239552 - 2.9361972809 - 2.9361972809 - 2.2763645649 - 2.2763645649 - -2.6476511955 - -2.6476511955 - 2.8657867908 - 2.8657867908 - 2.9361972809 - 2.9361972809 - 0.1386397332 - 0.1386397332 - 1.1169523001 - 1.1169523001 - 2.0248749256 - 2.0248749256 - 1.5374753475 - 0.3992207646 - 0.3992207646 - -1.4308716059 - -1.4308716059 - 2.3458855152 - 2.3458855152 - 2.8706457615 - 2.8706457615 - 2.8706457615 - 2.0647377968 - 2.0647377968 - -2.9669203758 - -2.9669203758 - 1.0729739666 - -0.7799337506 - -0.7799337506 - -0.0101006664 - -0.0101006664 - -0.0099996664 - -0.0099996664 - -0.0101006664 - -0.0099996664 - -0.4353532791 - -0.4353532791 - 2.6779451370 - 2.7985687256 - 2.6779451370 - 2.6581456661 - -0.7205541134 - -0.7205541134 - -0.7145491838 - -0.7076331973 - -0.7145491838 - -0.7205541134 - -0.7145491838 - -0.7076331973 - 0.1950202733 - 0.1950202733 - -0.3091989160 - -0.3091989160 - -0.2965458035 - -1.4587674141 - -1.4587674141 - -2.3070538044 - -2.3070538044 - 0.8699418902 - 0.8699418902 - -2.3070538044 - 0.8699418902 - -2.3067300320 - -2.3067300320 - -2.3057322502 - 0.3040009439 - 0.3040009439 - 0.3159702718 - -0.6435011029 - -0.6435011029 - 2.3419096470 - 2.3419096470 - 2.3462939262 - 2.3464860916 - 2.3462939262 - 2.4127378464 - 2.4127378464 - 2.3884413242 - 2.3884413242 - -2.9291605949 - -2.9291605949 - -2.1083829403 - -2.1083829403 - 1.8157750368 - 1.8157750368 - -0.5302157998 - -0.5302157998 - 2.7468016148 - 2.7468016148 - -2.6432769299 - -2.6432769299 - 1.1597317457 - 1.1597317457 - 2.8322637081 - 2.8322637081 - 2.8292462826 - 2.8292462826 - 2.8322637081 - 2.8292462826 - 0.5597969294 - 0.5597969294 - 0.6365082264 - 0.6365082264 - 0.4081490934 - -0.8884797692 - 0.4081490934 - -1.0031299591 - -1.0031299591 - -2.8966140747 - -2.8966140747 - -2.8966140747 - -1.1801892519 - -1.1801892519 - 2.3874342442 - -1.7094360590 - -1.7094360590 - 0.5328438878 - 0.5328438878 - -2.9181160927 - -2.9181160927 - -2.3854260445 - -2.3854260445 - -2.0344438553 - -2.0344438553 - 0.6409565806 - 0.6409565806 - 0.6334258914 - 0.6334258914 - 0.6409565806 - 0.6334258914 - -2.7381737232 - -2.7381737232 - -0.1882214993 - -0.1882214993 - 1.6275534630 - 1.6275534630 - 0.9600703716 - -1.6539375782 - -1.6539375782 - 0.8419415951 - 0.8419415951 - 0.7727406025 - 0.7727406025 - 2.5851886272 - 2.5851886272 - -1.8892465830 - -1.8892465830 - 2.5851886272 - -1.8892465830 - -0.6310793757 - -0.6310793757 - -3.0481159687 - 2.3674299717 - 2.3789179325 - 2.3674299717 - 0.8996524811 - -1.4257546663 - 0.8996524811 - 0.7798116207 - 0.7798116207 - 2.0899424553 - 2.0899424553 - -3.0810606480 - -3.0509328842 - -3.0810606480 - -3.0509328842 - -3.0828368664 - -3.0845117569 - -3.0845117569 - 2.6451699734 - 2.6451699734 - -0.6132073402 - -0.6132073402 - -3.1138219833 - -3.1138219833 - -3.1138219833 - 0.5763752460 - 0.5763752460 - -3.1145722866 - -3.1145722866 - -3.1138219833 - -3.1145722866 - -3.1145722866 - -3.1138219833 - -3.1138219833 - -3.1145722866 - -3.1145722866 - -3.1138219833 - -3.1145722866 - 3.1415927410 - 0.1586552560 - 0.1586552560 - 2.2597208023 - 2.2597208023 - 0.7649928331 - 0.7649928331 - 3.0060648918 - 3.0060648918 - 1.9347752333 - 1.9347752333 - 2.5652174950 - 2.5652174950 - 0.8260262012 - 0.2721458972 - 0.8260262012 - 0.4856221080 - 0.4856221080 - 2.2984075546 - 2.2984075546 - 3.0029528141 - -0.8315193057 - -0.8315193057 - 3.1145722866 - 3.1145722866 - 1.9178578854 - 1.9178578854 - -2.8322637081 - -2.8322637081 - -0.3290497065 - -0.3290497065 - -0.3290497065 - 2.6344940662 - 2.6344940662 - 0.3478883803 - 0.3478883803 - 2.5809056759 - 2.5809056759 - -3.0999500751 - -3.0999500751 - 3.0584514141 - 3.0584514141 - 1.8295671940 - 1.4898922443 - 0.1599131227 - 0.1599131227 - -1.7078624964 - -1.7078624964 - -2.7526357174 - -2.7526357174 - 3.0535852909 - 3.0560872555 - 3.0535852909 - 3.0535852909 - -0.8012698293 - -0.8012698293 - 0.9944211245 - 0.9944211245 - -1.8742562532 - -1.8742562532 - 2.1924562454 - 2.1924562454 - 1.9185633659 - 3.0172376633 - 3.0172376633 - 3.0172376633 - 3.0172376633 - 3.0172376633 - 3.0810606480 - 3.0172376633 - 0.7503248453 - 0.7503248453 - 1.8326815367 - 1.8326815367 - 0.6659692526 - 0.6659692526 - 1.2575201988 - 1.2575201988 - -3.0890095234 - -3.0890095234 - 0.2644883692 - 0.2644883692 - -2.6344940662 - 0.3279233277 - -1.7461905479 - -1.7461905479 - 2.4282345772 - 2.6276729107 - 2.4282345772 - -2.9967801571 - -2.9967801571 - -1.2170932293 - -1.2170932293 - 0.7853981853 - 0.7853981853 - 2.9367158413 - 2.9367158413 - -2.9189317226 - -2.9189317226 - 2.0001437664 - 2.0001437664 - 2.9617390633 - 2.9617390633 - 1.2076493502 - 1.2076493502 - 2.8387076855 - 2.8387076855 - -0.7853981853 - -0.7853981853 - -0.7771338820 - 1.9347752333 - 1.9347752333 - 1.9138202667 - 1.9138202667 - 1.9347752333 - 1.9138202667 - -2.6078844070 - -2.6078844070 - -1.1820086241 - -1.1820086241 - 2.0718097687 - 2.0718097687 - 2.0668399334 - 0.5123894811 - 0.5123894811 - 0.1343214363 - -1.9231050014 - -1.9231050014 - 0.5687279105 - 0.5687279105 - 2.6581456661 - 2.7985687256 - 2.6779451370 - 2.6581456661 - -0.7799337506 - -0.7799337506 - 3.0273382664 - 3.0273382664 - -0.7076331973 - -0.7205541134 - -0.7145491838 - -0.7076331973 - -0.0651251599 - -0.0651251599 - 0.9060218334 - 0.9060218334 - -0.0651251599 - 0.9060218334 - 1.1839206219 - 1.1839206219 - -0.0944549367 - -0.0944549367 - -0.6310793757 - -0.6310793757 - -0.2965458035 - -0.3091989160 - -0.2965458035 - 0.8960554004 - 0.8960554004 - 0.9944211245 - 0.9944211245 - -2.3057322502 - -2.3067300320 - -2.3057322502 - 0.3159702718 - 0.3040009439 - 0.3159702718 - 0.3274002075 - 2.3464860916 - 2.3464860916 - 2.3462939262 - 2.7201733589 - 2.7201733589 - 2.3678219318 - 2.3678219318 - -0.4636476040 - -0.4636476040 - 0.4636476040 - 0.4636476040 - -0.5813801885 - -0.5813801885 - 1.1334583759 - 1.1334583759 - -2.8387076855 - -2.8387076855 - 0.4551008046 - 0.4551008046 - -2.9078495502 - -2.9078495502 - 1.0533086061 - 1.0533086061 - -3.0584514141 - -3.0584514141 - 1.0040670633 - 1.0040670633 - 1.4036945105 - 1.4036945105 - -0.4366271496 - -0.4366271496 - 1.5120404959 - -2.9699645042 - -2.9699645042 - 2.4546406269 - 2.4546406269 - -1.1254953146 - -1.1254953146 - -2.3561944962 - -2.3561944962 - 3.0374927521 - 3.0374927521 - 0.7150917053 - 0.7150917053 - -2.1815223694 - -2.1815223694 - -3.0828368664 - -3.0509328842 - -3.0828368664 - -3.0828368664 - 1.2211892605 - 1.2211892605 - 3.0761127472 - 3.0761127472 - -2.5702552795 - -2.5702552795 - -0.8567056060 - -0.8567056060 - 0.6107259393 - 0.6107259393 - 0.8426603079 - 0.3547056615 - 0.3547056615 - 1.6155425310 - 1.6155425310 - 2.3665034771 - 2.3665034771 - 1.6155425310 - 2.3665034771 - -3.1145722866 - -3.1138219833 - -3.1145722866 - -3.1138219833 - -3.1145722866 - -3.1145722866 - -3.1145722866 - -3.1145722866 - -3.1145722866 - -3.1138219833 - -3.1138219833 - -3.1145722866 - -3.1145722866 - -3.1138219833 - 0.9296875596 - 0.9296875596 - 0.3649131060 - 0.3649131060 - 1.9277082682 - 1.9277082682 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 1.5707963705 - 1.5707963705 - 3.1415927410 - 3.1415927410 - 3.1152830124 - 3.1152830124 - 3.1152830124 - 3.1152830124 - 0.7907457352 - 0.7907457352 - 0.5880026221 - 0.5880026221 - 3.0875911713 - 3.0875911713 - 1.6325732470 - 2.1616079807 - -1.4125560522 - 1.6325732470 - 2.2236430645 - 2.2236430645 - -0.9539951086 - -0.9539951086 - 3.0875911713 - 3.0875911713 - 3.0875911713 - -0.3290497065 - -0.3290497065 - -0.3290497065 - 2.7816441059 - 0.2905107141 - 2.7816441059 - -2.8937811852 - -2.8937811852 - 2.3336420059 - 2.1415095329 - 2.3336420059 - 1.6692425013 - 1.6692425013 - 1.9601130486 - 3.0560872555 - 3.0560872555 - 3.0535852909 - 3.0535852909 - 3.0560872555 - 3.0560872555 - 3.0535852909 - 3.0560872555 - 3.0535852909 - 3.0560872555 - 3.0535852909 - 3.0560872555 - 3.0535852909 - 3.0535852909 - 3.0535852909 - 3.0560872555 - 3.0535852909 - 3.0535852909 - -1.9559538364 - 1.3734008074 - -1.9559538364 - 3.0535852909 - 3.0209689140 - 3.0535852909 - 3.0244839191 - 3.0244839191 - 3.0209689140 - 3.0535852909 - 3.0244839191 - 2.4329664707 - 2.4329664707 - 0.4716155827 - 0.4716155827 - 3.0172376633 - 3.0172376633 - 3.0172376633 - 2.9865958691 - 3.0172376633 - 2.9816794395 - 2.9865958691 - 3.0172376633 - 3.0172376633 - 2.9865958691 - 3.0172376633 - 2.9816794395 - 3.0172376633 - 2.9816794395 - 2.9195108414 - 3.0172376633 - 3.0810606480 - 3.0172376633 - -2.5963654518 - -2.5963654518 - -3.0548543930 - -3.0548543930 - 2.1770339012 - -0.4684552550 - 2.1770339012 - 2.9584817886 - 2.9648838043 - 2.9584817886 - 2.9584817886 - 2.6276729107 - 2.6276729107 - 2.4282345772 - -0.4475199878 - -0.4475199878 - -0.2110933363 - -0.2110933363 - -0.4475199878 - -0.2110933363 - -2.3332977295 - -2.3332977295 - -2.3408110142 - 3.0335810184 - 3.0335810184 - -2.4245808125 - -2.4245808125 - 2.3809828758 - 2.3809828758 - -0.7669953108 - -0.7669953108 - 2.8632929325 - 2.8632929325 - 2.8632929325 - 2.8632929325 - 2.8632929325 - 2.8632929325 - 2.8632929325 - 2.8632929325 - -0.0859942883 - -0.0859942883 - 1.3694791794 - 1.3694791794 - -1.0400228500 - -1.0400228500 - -0.7771338820 - -0.7853981853 - -0.7771338820 - 0.3049923480 - 0.3049923480 - 2.5026786327 - -1.5707963705 - 2.5026786327 - 2.0668399334 - 2.0718097687 - 2.0668399334 - 2.3632864952 - 0.0504621752 - 0.0504621752 - 2.1444630623 - 2.1444630623 - 2.1375255585 - 2.1266670227 - 0.5975564718 - 0.5975564718 - 0.5911571383 - 0.5911571383 - 0.5975564718 - 0.5911571383 - 2.1854593754 - 2.1854593754 - 0.0674650222 - 0.0674650222 - 2.4028894901 - 2.4028894901 - 2.3932147026 - 1.2490457296 - 1.2490457296 - 1.8622530699 - 1.8622530699 - 2.5748634338 - 2.5748634338 - 1.8622530699 - 2.5748634338 - -1.4876550436 - -1.4876550436 - 2.6113767624 - 2.6113767624 - 2.9660005569 - 2.9660005569 - -0.5419992805 - -0.5419992805 - 0.3274002075 - 0.3159702718 - 0.3274002075 - -0.2889754176 - -0.2889754176 - 1.8100279570 - 1.8100279570 - 1.1832724810 - 1.1832724810 - -2.2603354454 - -2.2603354454 - 2.9724915028 - 2.9724915028 - -2.5655798912 - -2.5655798912 - -2.8864102364 - -2.8864102364 - 1.5152977705 - 1.5152977705 - -2.4515564442 - -2.4515564442 - 1.9212929010 - 1.9212929010 - -0.0201992728 - 1.3521274328 - 1.3521274328 - -2.8555412292 - -2.8555412292 - -0.8936687708 - -0.8936687708 - -2.8014955521 - -1.0608242750 - -2.8014955521 - 1.5120404959 - -0.4366271496 - 1.5120404959 - -2.1587989330 - -2.1587989330 - 2.5567150116 - 2.5567150116 - 2.5567150116 - 2.3107712269 - 2.3107712269 - -2.9996955395 - -2.9996955395 - 0.1896136105 - 0.1896136105 - -2.9417641163 - -2.9417641163 - 0.9365541935 - 0.9365541935 - -2.6779451370 - 1.6345396042 - 1.6345396042 - -0.5601213574 - -0.5601213574 - 0.5191460848 - 0.5191460848 - 2.1283373833 - 2.1283373833 - 0.5611634254 - 0.5611634254 - 2.3259007931 - 2.3259007931 - 2.3200657368 - -3.0810606480 - 2.0899424553 - -3.0810606480 - -3.0509328842 - 2.7255282402 - 2.7255282402 - -2.9945142269 - -2.9945142269 - 2.7187387943 - 2.7187387943 - -3.1145722866 - -3.1138219833 - -3.1145722866 - -3.1138219833 - -3.1145722866 - -3.1145722866 - -3.1145722866 - -3.1138219833 - -3.1145722866 - -3.1138219833 - -3.1145722866 - -3.1145722866 - -0.0099996664 - -0.0099996664 - -3.1152830124 - -3.1152830124 - -3.1152830124 - -0.6831914186 - -0.6831914186 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 2.8305943012 - 2.8305943012 - -1.0438530445 - -1.0438530445 - 3.1415927410 - 3.1415927410 - 2.1870932579 - 2.1870932579 - 3.1152830124 - 3.1415927410 - 3.1152830124 - 0.0665681660 - 0.0665681660 - 3.1152830124 - 3.1152830124 - 3.1152830124 - 2.5636906624 - 2.5636906624 - 2.5636906624 - 3.0875911713 - 3.0875911713 - 3.0890095234 - 3.0875911713 - 3.0890095234 - 3.0890095234 - 3.0875911713 - 3.0890095234 - 3.0890095234 - 1.2346582413 - 1.2346582413 - 3.0535852909 - 3.0535852909 - -0.1539446712 - -0.1539446712 - 3.0172376633 - 3.0172376633 - 3.0172376633 - 3.0172376633 - 2.9865958691 - 3.0172376633 - 3.0172376633 - 3.0172376633 - 3.0172376633 - 2.9865958691 - 3.0172376633 - 2.9816794395 - 2.9816794395 - 3.0172376633 - 2.9865958691 - 3.0172376633 - 2.9816794395 - 2.9195108414 - 1.6926387548 - 1.6926387548 - 3.0132694244 - 3.0132694244 - -0.4684552550 - -0.4684552550 - 2.1770339012 - -0.7853981853 - 1.8788491488 - -0.7853981853 - -1.2641199827 - -1.2641199827 - -0.1770731509 - -0.1770731509 - 0.6915569305 - 0.6915569305 - 1.8000282049 - 1.8000282049 - 3.0090410709 - 2.1025204659 - 2.1025204659 - -2.6344940662 - 0.2644883692 - -2.6344940662 - 2.9648838043 - 2.9648838043 - 2.9648838043 - 2.9584817886 - -2.8273608685 - -2.8273608685 - 2.2105660439 - 2.2105660439 - 2.9441971779 - 2.9441971779 - 0.5619215369 - 0.5619215369 - -2.3408110142 - -2.3332977295 - -2.3408110142 - 2.2194387913 - 2.2194387913 - -0.6397697926 - -0.6397697926 - 2.8632929325 - 2.8632929325 - 2.8632929325 - 2.8632929325 - 1.4244810343 - 1.4244810343 - 2.8501358032 - 2.8501358032 - 0.7345944643 - 0.7345944643 - 0.7615931630 - 0.7615931630 - 2.7610862255 - 2.7610862255 - 2.7091848850 - 2.7744188309 - 2.7091848850 - -0.7448797822 - -0.7448797822 - 2.1375255585 - 2.1444630623 - 2.1375255585 - 2.1266670227 - 2.1266670227 - 2.1444630623 - 2.1375255585 - 2.1266670227 - 1.1869786978 - 1.1869786978 - -0.5010133982 - 2.1025204659 - -0.5010133982 - 1.7046072483 - 1.7046072483 - 1.6588037014 - 1.6588037014 - 2.2018756866 - 2.2018756866 - -2.6868734360 - -2.6868734360 - -1.6839473248 - -1.6839473248 - 2.3932147026 - 2.4028894901 - 2.3932147026 - -0.0996686518 - -0.0996686518 - -0.3970794380 - -0.3970794380 - 1.1201349497 - 1.1201349497 - 1.4056476355 - 1.4056476355 - 2.4511461258 - 2.4511461258 - 2.4668517113 - 2.4668517113 - 2.4668517113 - 2.1010119915 - 2.1010119915 - 2.8501358032 - -2.5535900593 - 2.8501358032 - 2.0701429844 - 2.0701429844 - -1.8747972250 - -1.8747972250 - -2.8966140747 - -2.8966140747 - 1.9255019426 - 1.9255019426 - 2.2286849022 - 2.2286849022 - 0.4750107527 - 0.4750107527 - -2.6823503971 - -2.6823503971 - 2.8159511089 - 2.8159511089 - 1.7711949348 - 1.7711949348 - -1.6730030775 - -1.6730030775 - -0.6000502110 - -0.6000502110 - 3.0399038792 - 3.0399038792 - 0.2954408228 - 0.5404195189 - 0.2954408228 - 0.5404195189 - -2.7187387943 - -2.7187387943 - 0.2914567888 - 0.2914567888 - -0.7949216962 - -0.7949216962 - 3.1223642826 - 3.1223642826 - 3.0850491524 - 0.9600703716 - 1.6275534630 - 0.9600703716 - 1.8157750368 - 1.8157750368 - -2.0211703777 - -2.0211703777 - -3.0481159687 - -3.0132694244 - -3.0451188087 - -3.0481159687 - -3.0481159687 - 2.4532339573 - 2.4532339573 - -1.4341531992 - -1.4341531992 - 2.6978099346 - 2.6978099346 - -3.0509328842 - -3.0509328842 - 2.3200657368 - 2.3259007931 - 2.3200657368 - -0.7066141963 - -0.7066141963 - -1.9185633659 - -1.9185633659 - 0.9453113079 - 0.9453113079 - -3.0845117569 - -3.1138219833 - -3.0845117569 - -3.0845117569 - -3.0860941410 - -3.0560872555 - 3.1257209778 - 3.1257209778 - -3.0560872555 - -3.0845117569 - -3.0845117569 - -3.0860941410 - -3.0560872555 - -3.0860941410 - 0.7983844280 - 0.7983844280 - -3.1138219833 - -3.1138219833 - -3.1138219833 - -3.1138219833 - -3.1138219833 - -3.1138219833 - -3.1138219833 - -3.1138219833 - -3.1138219833 - -3.1145722866 - -3.1145722866 - 0.7305083275 - 0.7305083275 - -3.1152830124 - -3.1152830124 - -3.1152830124 - 0.2172934264 - 0.2172934264 - 0.5298490524 - 0.5298490524 - 2.7520449162 - 2.7520449162 - -0.5052902102 - -0.5052902102 - 1.4513673782 - 1.4513673782 - 3.1152830124 - 3.1152830124 - 3.1415927410 - -1.1597317457 - -1.1597317457 - 3.0029528141 - 2.2984075546 - 3.0029528141 - 2.5636906624 - 2.5636906624 - 2.5636906624 - 2.7339611053 - 2.7339611053 - -2.8791332245 - -2.8791332245 - 3.0584514141 - 3.0606884956 - 3.0584514141 - 3.0606884956 - 3.0584514141 - 3.1415927410 - 3.1415927410 - 1.9601130486 - 1.6692425013 - 1.9601130486 - -2.9617390633 - -2.9617390633 - 2.2744100094 - 1.3734008074 - 1.3734008074 - -1.9559538364 - 0.0196053311 - 0.0196053311 - 1.9185633659 - 2.1924562454 - 1.9185633659 - -1.4483352900 - -1.4483352900 - 2.9195108414 - 3.0172376633 - 2.9865958691 - 3.0172376633 - 2.9816794395 - 2.9195108414 - 3.0810606480 - 3.0172376633 - 3.0172376633 - 3.0810606480 - 3.0172376633 - 3.0172376633 - -0.5227890611 - -0.5227890611 - 2.0431017876 - 2.0431017876 - 0.6590900421 - 0.6590900421 - 2.9648838043 - 2.9648838043 - 2.9648838043 - 2.6191892624 - 2.6191892624 - 0.8960554004 - 0.8960554004 - 2.9441971779 - 2.9441971779 - -1.7359449863 - -1.7359449863 - -3.0155045986 - -3.0155045986 - -2.4498424530 - -2.4498424530 - 2.8357138634 - 2.8357138634 - -2.5240905285 - -2.5240905285 - 2.9721796513 - 2.9721796513 - 0.9700825214 - 0.9700825214 - 0.4398425817 - 0.4398425817 - -1.3376165628 - -1.3376165628 - 1.3182420731 - 1.3182420731 - 2.3632864952 - 2.0668399334 - 2.3632864952 - 2.1025204659 - 2.1025204659 - -0.5010133982 - -0.2053953856 - -0.2053953856 - 0.0587558225 - 0.0587558225 - -0.0896467194 - -0.1688318998 - -0.0896467194 - -0.0886558816 - -0.0886558816 - -0.1688318998 - -0.0896467194 - -0.0886558816 - -2.8706457615 - -2.8706457615 - 0.7853981853 - 0.7853981853 - -1.4031538963 - -1.4031538963 - -1.7570191622 - -1.7570191622 - 0.8850668073 - 0.8850668073 - 2.3895153999 - 2.3895153999 - 0.7051113248 - 1.6183794737 - 0.7051113248 - 2.4668517113 - 2.4668517113 - 2.4668517113 - -3.0419239998 - -3.0419239998 - 0.4636476040 - 0.4636476040 - 2.1826987267 - 2.1826987267 - -2.4141938686 - -2.4141938686 - 0.2040179819 - 0.2040179819 - -2.7610862255 - -2.7610862255 - -2.5057542324 - -2.5057542324 - -3.0694289207 - -3.0694289207 - -2.8632929325 - -2.8632929325 - 0.0609002076 - 0.8648763895 - 0.0609002076 - -1.9357094765 - -1.9357094765 - 2.4496712685 - 2.4496712685 - -2.9764440060 - -2.9764440060 - -1.2090671062 - -1.2090671062 - -2.9889433384 - -2.9889433384 - 1.5323537588 - -2.9829373360 - 1.5323537588 - -2.9829373360 - -0.7188299894 - -0.7188299894 - 0.6380860209 - 0.6380860209 - 2.3506696224 - 2.3506696224 - 3.0850491524 - 3.1223642826 - 3.0850491524 - -2.6779451370 - 0.9365541935 - -2.6779451370 - -2.2050385475 - -0.9720124602 - -0.9720124602 - -3.0727362633 - -3.0727362633 - -2.3246259689 - -2.3246259689 - 2.1175851822 - 2.1175851822 - -3.0132694244 - -3.0132694244 - -3.0451188087 - -3.0132694244 - -3.0451188087 - -3.0481159687 - -3.0132694244 - -3.0132694244 - -3.0451188087 - -3.0132694244 - -3.0451188087 - -3.0481159687 - -2.3395292759 - -2.3395292759 - 2.2125368118 - 2.2125368118 - -3.0490739346 - -3.0490739346 - -3.1138219833 - -3.1138219833 - -3.0845117569 - -3.0845117569 - -3.0860941410 - -3.0845117569 - -3.1138219833 - -3.0845117569 - -3.0845117569 - -3.0860941410 - -3.0560872555 - 2.4037775993 - 2.4037775993 - 0.8426603079 - 0.6107259393 - 0.8426603079 - -0.7853981853 - -0.7853981853 - 3.1026513577 - 3.1026513577 - 1.3734008074 - 1.3734008074 - -3.1145722866 - -3.1145722866 - -3.1145722866 - -3.1145722866 - -3.1138219833 - 0.7989108562 - 0.7989108562 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - -1.4651306868 - -1.4651306868 - 0.7853981853 - 0.7853981853 - 0.1767088622 - 0.1767088622 - -0.0101006664 - -0.0101006664 - -0.6696389318 - -0.6696389318 - 1.7359449863 - 1.7359449863 - -1.8399637938 - -2.0344438553 - -1.8399637938 - -2.5346050262 - -2.5346050262 - 0.0384425893 - 0.0384425893 - 1.0447299480 - 1.0447299480 - 0.1911844611 - 0.1911844611 - 0.2905107141 - 0.2905107141 - 2.7816441059 - -0.2282737792 - 2.2058229446 - 2.2058229446 - 1.8329161406 - 1.8329161406 - 2.2744100094 - -2.9617390633 - 2.2744100094 - -2.0292356014 - -3.1156244278 - -2.0229501724 - -3.1156244278 - -1.6020361185 - -1.6020361185 - 1.9018924236 - 1.9018924236 - 0.7974457741 - 0.7974457741 - -0.3805063665 - -0.3805063665 - 0.7974457741 - 0.7974457741 - -1.6001995802 - -1.6001995802 - 0.1297025383 - 1.8788491488 - 1.8788491488 - -0.7853981853 - 3.0090410709 - 2.9708573818 - 2.9708573818 - 1.8000282049 - 2.9764440060 - 3.0090410709 - 3.0045263767 - 3.0045263767 - 2.9708573818 - 2.9764440060 - 3.0090410709 - 3.0045263767 - 2.9147937298 - 2.9147937298 - 2.9147937298 - -0.5216183066 - -0.5216183066 - 1.8200484514 - 1.8200484514 - 2.8753407001 - 2.8753407001 - 0.5657014847 - 0.5657014847 - 0.0140835755 - 0.0140835755 - 0.2048767209 - 0.2048767209 - 0.7503248453 - 2.8842689991 - 2.8842689991 - -0.5667291880 - -0.5667291880 - 0.8988331556 - 0.8988331556 - 2.4756233692 - 2.4756233692 - -1.9974237680 - -1.9974237680 - 0.9061944485 - 0.9061944485 - 2.8816525936 - 1.7506498098 - 2.8816525936 - 2.7610862255 - 2.7610862255 - 2.7367007732 - 2.7367007732 - 2.7367007732 - 2.7367007732 - 2.7367007732 - 2.7367007732 - 0.6524294615 - 0.6524294615 - 2.5930433273 - 2.5930433273 - -2.3204953671 - -2.3204953671 - 0.0434508957 - 0.0434508957 - 2.9262349606 - 2.9262349606 - 0.7008544207 - 0.7008544207 - 0.6014547348 - 0.6014547348 - -0.1688318998 - -0.1688318998 - -0.0896467194 - -0.0886558816 - -2.3504803181 - -2.3504803181 - 0.8329812884 - 0.8329812884 - 2.9857244492 - 2.9857244492 - -2.8535373211 - -2.8535373211 - 2.3496587276 - 2.3496587276 - -2.4760985374 - -2.4760985374 - -2.4021391869 - -2.4021391869 - -2.5535900593 - -2.5535900593 - 2.8501358032 - 2.9195108414 - 2.9195108414 - 1.2854669094 - 1.2854669094 - -0.0201992728 - 1.9212929010 - -0.0201992728 - 0.8413397074 - 0.8413397074 - 0.8329812884 - 1.1479424238 - 0.8329812884 - 0.8413397074 - 0.8329812884 - 1.1479424238 - -0.3180875778 - -0.3180875778 - 2.1330811977 - 0.8648763895 - 0.3177980185 - 0.8648763895 - 0.0609002076 - 3.0419239998 - 3.0419239998 - 0.0611481629 - 0.0611481629 - -2.2009902000 - -2.2009902000 - -1.9813537598 - -1.9813537598 - 2.5567150116 - 2.5567150116 - 2.5567150116 - -0.6976242661 - 2.1375255585 - 2.1375255585 - -2.9829373360 - -2.9829373360 - -0.8818719387 - -0.8818719387 - 0.4475199878 - 0.4475199878 - -2.9945142269 - -2.9945142269 - -2.9945142269 - -0.3729877174 - -0.3729877174 - -2.9648838043 - -2.9648838043 - -0.6669082046 - -0.6669082046 - -3.0451188087 - -3.0132694244 - -3.0451188087 - -3.0132694244 - -3.0451188087 - -3.0481159687 - -3.0451188087 - -3.0132694244 - -3.0451188087 - -3.0132694244 - -3.0451188087 - -3.0481159687 - -0.9042385221 - -0.9042385221 - 0.4353532791 - 0.4353532791 - -0.9042385221 - 0.4353532791 - 1.2375520468 - 1.2375520468 - 2.5672879219 - 2.5672879219 - -1.8269476891 - -1.8269476891 - -3.0845117569 - -3.0560872555 - -3.0845117569 - 2.2110240459 - 2.2110240459 - -3.0875911713 - -3.1145722866 - -3.0875911713 - -3.1145722866 - -0.4694278836 - -0.4694278836 - 1.2793395519 - 1.2793395519 - 2.8422265053 - 2.5879113674 - 2.5879113674 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 0.7036137581 - 0.7036137581 - 2.9519789219 - 2.9519789219 - -0.7490505576 - -0.7490505576 - 0.7483780384 - 3.1159572601 - 3.1159572601 - 3.1159572601 - 3.1159572601 - -2.0344438553 - -2.0344438553 - -1.8399637938 - 0.6171913743 - 0.6171913743 - 1.1113680601 - 1.1113680601 - -1.1770981550 - -1.1770981550 - -0.9218007922 - -0.9218007922 - 3.0890095234 - 3.0890095234 - 3.0875911713 - 3.0890095234 - 3.0890095234 - 3.0890095234 - 3.0890095234 - 3.0890095234 - 3.0890095234 - 3.0890095234 - 3.0890095234 - 3.0890095234 - 3.0890095234 - 1.5208379030 - 1.5208379030 - -0.2282737792 - 0.2905107141 - -0.2282737792 - 1.2618656158 - 1.1678847075 - 1.1678847075 - 3.0606884956 - 3.0606884956 - 3.0584514141 - 3.0606884956 - 3.0584514141 - 3.0606884956 - 3.0606884956 - 3.0584514141 - 3.0606884956 - 3.0584514141 - 3.0584514141 - 3.0606884956 - 3.0584514141 - 3.0606884956 - 3.0584514141 - 0.4808872938 - 0.4808872938 - 1.8387067318 - -0.5055810809 - -0.5055810809 - -1.7547397614 - -1.7547397614 - 2.6944043636 - 2.6944043636 - -0.6812981963 - -0.6812981963 - 3.0664656162 - 3.0172376633 - 3.0172376633 - 2.9816794395 - 2.9195108414 - 3.0172376633 - 3.0172376633 - 0.2676163018 - 0.2676163018 - 3.0172376633 - 3.0810606480 - 3.0172376633 - -2.8198421001 - -2.8198421001 - 2.2667784691 - 2.2667784691 - 0.5915997028 - 0.5915997028 - 0.6022873521 - -3.0137226582 - -3.0137226582 - 2.9708573818 - 2.9708573818 - 2.9708573818 - 2.9708573818 - 2.9764440060 - 2.9708573818 - -2.2985661030 - -2.2985661030 - 2.9195108414 - 2.9195108414 - -2.1375255585 - -2.1375255585 - 2.2779233456 - 2.2779233456 - -1.8516340256 - -0.1526493281 - -1.8516340256 - 2.7610862255 - 2.7610862255 - 0.7503248453 - 0.2048767209 - 0.7503248453 - 2.1201708317 - 2.1201708317 - 2.6779451370 - 2.6779451370 - -0.9505468607 - -0.9505468607 - 2.7744188309 - 2.7744188309 - 2.7091848850 - 1.9930474758 - 1.9930474758 - 2.5275735855 - 1.5237722397 - 1.5237722397 - 2.6011731625 - 2.6011731625 - 2.5535900593 - 2.5535900593 - 2.0924146175 - 2.0924146175 - 0.6008553505 - 0.6008553505 - -0.7368925214 - -0.7368925214 - -0.5191460848 - -0.5191460848 - 0.7216548324 - 0.7216548324 - 1.8490959406 - 1.8490959406 - 2.3698923588 - 2.3698923588 - 2.3561944962 - 2.3561944962 - -1.7681919336 - -1.7681919336 - -0.2392316014 - -0.2392316014 - 3.1415927410 - 3.1415927410 - 1.0390722752 - 1.0390722752 - 2.8685839176 - 2.8685839176 - 0.4878364503 - 0.4878364503 - 1.8200484514 - 1.8200484514 - 1.5565116405 - 1.5565116405 - 0.5807563663 - 0.5807563663 - -2.2455372810 - -2.2455372810 - -2.8198421001 - -2.8198421001 - 2.8116455078 - 2.8116455078 - 2.2757234573 - 2.2757234573 - -1.6814535856 - -1.6814535856 - -0.9179496765 - -0.9179496765 - -2.9181160927 - -2.9181160927 - 0.1488899440 - 0.1488899440 - -0.6305777431 - -0.6305777431 - 1.5323537588 - -2.9889433384 - 1.5323537588 - -2.9829373360 - 0.2954408228 - 3.0399038792 - 0.2954408228 - 0.5404195189 - -2.1755759716 - -2.1755759716 - 0.9524999857 - 0.9524999857 - 0.9718850851 - 0.9718850851 - -3.0481159687 - -3.0132694244 - -3.0451188087 - -3.0132694244 - -3.0451188087 - -3.0481159687 - 1.5398783684 - 1.5398783684 - 0.9433080554 - 2.3745973110 - 0.9433080554 - 1.0278451443 - 1.0278451443 - 0.9707460999 - 1.1315340996 - 1.1315340996 - -3.0860941410 - -3.0860941410 - -3.0584514141 - -3.1130290031 - -3.0860941410 - -3.1138219833 - -3.0860941410 - -3.0845117569 - -3.0845117569 - -3.0860941410 - -3.0860941410 - -3.0845117569 - -3.0845117569 - -3.0860941410 - -3.0560872555 - -3.0860941410 - -3.0845117569 - -3.0845117569 - -2.4433517456 - -2.4433517456 - -2.4900054932 - -2.5695631504 - -2.5695631504 - -3.1138219833 - -3.1138219833 - -3.1138219833 - -3.1138219833 - -3.1145722866 - -3.1152830124 - -3.1145722866 - -3.1145722866 - -3.0875911713 - -3.1145722866 - -3.1145722866 - -3.1145722866 - -3.0875911713 - -3.1145722866 - -1.2827408314 - -1.2827408314 - -3.0890095234 - -3.0890095234 - -3.1152830124 - -3.1145722866 - -3.1152830124 - -3.1152830124 - 2.8422265053 - 1.2793395519 - 2.8422265053 - 3.1415927410 - 3.1415927410 - -2.9746224880 - -2.9746224880 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 1.8190861940 - 0.9978302121 - 1.8190861940 - 0.0227233600 - 0.0227233600 - 3.1415927410 - 3.1152830124 - 3.1415927410 - 3.1152830124 - 3.1152830124 - 3.1415927410 - 3.1152830124 - 3.1152830124 - 3.1152830124 - 3.1152830124 - 3.1152830124 - 3.1152830124 - 3.1152830124 - 3.1415927410 - 3.1415927410 - 3.1159572601 - 3.1159572601 - 3.1159572601 - -0.9364135265 - -0.9364135265 - 0.5779019594 - 0.5779019594 - 3.0890095234 - 3.0890095234 - 1.1710152626 - 1.1710152626 - 3.0890095234 - 3.0890095234 - 3.0890095234 - 3.0890095234 - 3.0890095234 - -0.2945463955 - -0.2945463955 - 2.0931997299 - 2.0931997299 - 1.8387067318 - 0.4808872938 - 1.8387067318 - 1.3063079119 - 1.3063079119 - -2.4189691544 - -2.4189691544 - 0.4018706381 - 0.4018706381 - 2.3000736237 - 2.3000736237 - 2.2881181240 - 2.2881181240 - 2.3000736237 - 2.2881181240 - -2.0292356014 - 2.2744100094 - -2.0292356014 - 2.3145518303 - 2.3145518303 - -2.0229501724 - -2.0229501724 - -3.1156244278 - -2.0521936417 - -2.0521936417 - 0.4724969268 - -2.3221940994 - 0.4724969268 - -0.2536740899 - -0.2536740899 - 3.0172376633 - 2.9195108414 - 3.0172376633 - 3.0172376633 - 3.0810606480 - 2.9865958691 - 2.9865958691 - 3.0172376633 - 0.1494157165 - 0.1494157165 - 0.6022873521 - 0.5915997028 - 0.6022873521 - 0.3970794380 - 0.3970794380 - 2.9764440060 - 2.9764440060 - 2.9764440060 - 2.9764440060 - 2.9708573818 - 2.9708573818 - 2.9708573818 - 2.9708573818 - 0.8097835779 - 2.9708573818 - 0.8097835779 - 3.1415927410 - 3.1415927410 - 0.3477669954 - 0.3477669954 - -3.0835185051 - -3.0835185051 - 1.7506498098 - 1.7506498098 - 2.8816525936 - 3.0191316605 - 3.0191316605 - -2.8685839176 - -2.8685839176 - 2.3127436638 - 2.3127436638 - -0.7212660313 - -0.7212660313 - 2.5249445438 - 2.5249445438 - 2.8679332733 - 2.8679332733 - 2.6578135490 - 2.6578135490 - 1.3937231302 - 1.3937231302 - -0.1030816063 - -0.1030816063 - 0.2362452596 - 0.2362452596 - 2.3276307583 - 2.3276307583 - 2.5213432312 - 2.5213432312 - 1.6183794737 - 1.6183794737 - 0.7051113248 - 3.0872981548 - 3.0872981548 - -2.3430373669 - -2.3430373669 - -0.5838704109 - -0.5838704109 - -3.1075148582 - -3.1075148582 - 0.7853981853 - 0.7853981853 - 2.9702134132 - -3.0702850819 - -3.0702850819 - 2.1330811977 - -0.3180875778 - 2.1330811977 - -2.8501358032 - -2.8501358032 - 0.3177980185 - 0.3177980185 - 0.8648763895 - -2.9275319576 - -2.9275319576 - 0.5104883313 - 0.5104883313 - -0.6976242661 - 2.5567150116 - -0.6976242661 - 0.6032298803 - 0.6032298803 - -2.9945142269 - -2.9945142269 - -2.9945142269 - 0.9272952080 - 0.9272952080 - -1.6999436617 - -1.6999436617 - -2.2050385475 - -2.6779451370 - -2.2050385475 - 1.0390722752 - 1.0390722752 - 2.1079046726 - 2.1079046726 - 2.1708464622 - 2.1708464622 - 2.4286928177 - 2.4286928177 - -3.0560872555 - -3.0560872555 - -3.0845117569 - 0.9707460999 - 1.0278451443 - 0.9707460999 - -3.1130290031 - -3.0860941410 - -3.0584514141 - -3.1130290031 - -3.1145722866 - -3.1145722866 - -3.1152830124 - -0.0767718926 - -3.1152830124 - -0.0767718926 - 0.7795502543 - 0.7795502543 - -3.1152830124 - -3.0890095234 - -3.1152830124 - -3.1145722866 - -3.1152830124 - -3.1152830124 - -3.1145722866 - -3.0890095234 - -3.1152830124 - -3.1145722866 - -3.1152830124 - -3.1152830124 - -3.1152830124 - -3.0890095234 - -3.1152830124 - -3.1145722866 - -3.1152830124 - -3.1152830124 - -3.1145722866 - -3.1145722866 - -3.1152830124 - -3.1152830124 - -3.1145722866 - -3.1152830124 - -1.6567906141 - -1.6567906141 - 2.6614177227 - 2.6614177227 - -3.1159572601 - -3.1159572601 - -3.1159572601 - -0.1460122615 - -0.1460122615 - 0.9272952080 - 0.9272952080 - -0.2449786663 - -0.2449786663 - -0.2401710153 - -0.2401710153 - -0.2449786663 - -0.2401710153 - 0.6871241927 - 0.6871241927 - 3.1152830124 - 3.1152830124 - 3.1152830124 - 3.1152830124 - 1.8855539560 - 1.8855539560 - 3.1159572601 - 3.1159572601 - 3.1159572601 - 3.1159572601 - 3.1159572601 - -1.0996301174 - -1.0996301174 - 2.9643671513 - 2.9643671513 - 3.1159572601 - 3.1159572601 - 3.1159572601 - 3.1159572601 - 3.1159572601 - 3.1152830124 - 2.2520945072 - 2.2520945072 - -0.9123709798 - -0.9123709798 - -0.9031307101 - 0.2140606791 - 0.2140606791 - 0.6055446863 - 0.6055446863 - -2.9849908352 - -2.9849908352 - -0.4636476040 - -0.4636476040 - 0.7926973104 - 0.7926973104 - 2.3162157536 - -2.2690372467 - 2.3162157536 - 1.2618656158 - -0.2282737792 - 1.2618656158 - 1.5707963705 - 1.5707963705 - 0.5098332167 - 0.5098332167 - 0.1831108183 - 0.1831108183 - 3.0606884956 - 3.0606884956 - 2.1072318554 - 2.1072318554 - 1.8778420687 - 1.8778420687 - 0.1297025383 - -1.6001995802 - 0.1297025383 - 0.5700404644 - 0.5700404644 - 2.2436289787 - 2.2436289787 - 2.2702002525 - 2.2702002525 - 2.9764440060 - 2.9764440060 - 2.9764440060 - 2.9764440060 - 2.9764440060 - 2.9764440060 - 2.9764440060 - 2.9764440060 - 2.9708573818 - 2.9708573818 - 2.9708573818 - 3.0045263767 - 2.9708573818 - 2.9764440060 - 2.9764440060 - 2.9708573818 - 3.0045263767 - 2.9708573818 - 2.9764440060 - 2.9708573818 - 2.9708573818 - 2.9708573818 - 0.8097835779 - 0.5528412461 - 0.5528412461 - 0.6435011029 - 0.6435011029 - 2.9147937298 - 2.9147937298 - 2.9147937298 - 2.1632237434 - 2.1632237434 - 1.0555514097 - 1.0555514097 - -0.5419187546 - -0.5419187546 - 1.2256386280 - 1.2256386280 - 2.0464916229 - 2.0464916229 - -0.3063671589 - -0.3063671589 - 1.5243182182 - 1.5243182182 - 2.8357138634 - 2.8357138634 - 0.6556956172 - 0.6556956172 - 1.9138202667 - 1.9138202667 - -2.7024800777 - -2.7024800777 - -2.7149651051 - -0.3347368240 - -0.3347368240 - -0.3250078857 - 3.0681953430 - 3.0681953430 - 0.5535334945 - 0.5535334945 - 2.4416997433 - 2.4416997433 - 2.7439646721 - 2.7439646721 - 0.4007934630 - 0.4007934630 - -3.0971775055 - -3.0971775055 - -2.2794225216 - -2.2794225216 - 1.9756880999 - 1.9756880999 - 2.5275735855 - 1.9930474758 - 2.5275735855 - -1.4821404219 - -1.4821404219 - 0.5713374615 - 0.5713374615 - 2.4032800198 - 2.4032800198 - 2.4914581776 - 2.4914581776 - -2.4056589603 - -2.4056589603 - 0.1259126216 - 0.1259126216 - 0.6123221517 - 0.6123221517 - 2.5050845146 - 2.5050845146 - 0.0000000000 - 0.0000000000 - 1.8925468922 - 1.8925468922 - 2.4116930962 - 2.4116930962 - 0.1148766056 - 0.1148766056 - 2.3711187840 - 2.3715779781 - 2.3711187840 - -2.9605000019 - -2.9605000019 - 2.2522757053 - 2.2522757053 - -0.6747409701 - -0.6747409701 - 1.4219063520 - 1.4219063520 - -1.7057731152 - -0.8358603120 - -0.8358603120 - 1.1479424238 - 0.8413397074 - 0.8329812884 - 1.1479424238 - -1.0007559061 - -1.0007559061 - -2.0591301918 - -2.0591301918 - 1.8157750368 - 1.8157750368 - 1.0963964462 - 1.0963964462 - 0.7754974961 - 0.7754974961 - -2.7284638882 - 0.7419472933 - -2.7284638882 - -2.9250423908 - -2.9250423908 - 2.5366013050 - 2.5366013050 - -2.6212372780 - -2.6212372780 - -3.0045263767 - -3.0045263767 - -3.0045263767 - 2.9040579796 - 2.9040579796 - -1.5707963705 - -1.5707963705 - -3.0481159687 - -3.0481159687 - 2.1036403179 - 2.1036403179 - -3.0535852909 - -3.0535852909 - -3.0509328842 - -3.0509328842 - -3.0509328842 - -3.0535852909 - -3.0509328842 - -3.0509328842 - -3.0509328842 - -3.0535852909 - -3.0509328842 - -3.0509328842 - -0.9951693416 - -0.9951693416 - -3.0860941410 - -3.0860941410 - -3.0860941410 - -3.0860941410 - -3.0606884956 - -3.0860941410 - -3.0860941410 - -3.0606884956 - -3.0875911713 - -2.4900054932 - -2.4433517456 - -2.4900054932 - -2.1051917076 - 0.9399986863 - -2.1051917076 - -2.1293957233 - -2.1293957233 - -0.4636476040 - 1.0697829723 - -0.4636476040 - -3.1152830124 - -3.1152830124 - -3.1152830124 - 3.1415927410 - 3.1415927410 - -2.1479885578 - -2.1479885578 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 0.7483780384 - -0.7490505576 - 0.7483780384 - 0.9978302121 - 0.9978302121 - 1.8190861940 - 3.1159572601 - 3.1159572601 - 3.1159572601 - 3.1159572601 - 3.1159572601 - 3.0890095234 - 3.1159572601 - 3.1159572601 - 3.1159572601 - 3.1159572601 - 3.1159572601 - 3.1159572601 - 3.1159572601 - 3.1159572601 - 3.1159572601 - 3.1159572601 - 3.1159572601 - 3.1159572601 - 3.1152830124 - 3.1159572601 - 3.1152830124 - 3.1159572601 - -0.9031307101 - -0.9123709798 - -0.9031307101 - 3.1152830124 - 3.1152830124 - 3.0890095234 - 0.6805212498 - 0.6805212498 - 2.3394362926 - 2.3394362926 - -2.3617193699 - 1.2202997208 - 1.2202997208 - 1.2143594027 - 3.0890095234 - 3.0890095234 - 3.0890095234 - 3.0890095234 - 3.0890095234 - 3.0890095234 - 3.0890095234 - 3.0890095234 - 3.0890095234 - 3.0890095234 - 3.0890095234 - 3.0890095234 - 0.9707460999 - 0.9707460999 - 2.8720035553 - 2.8720035553 - 3.0890095234 - 3.1145722866 - 3.0890095234 - 3.0890095234 - 3.0875911713 - 3.0890095234 - 2.2308053970 - 2.2308053970 - 3.0875911713 - 3.0875911713 - -2.2248790264 - 2.2694561481 - 2.2694561481 - 2.5882983208 - 2.5882983208 - -2.9055690765 - -2.9055690765 - -2.3221940994 - -2.3221940994 - 0.4724969268 - 3.0664656162 - -0.6812981963 - 3.0664656162 - 2.8753407001 - -2.3561944962 - -2.3561944962 - 0.8934099078 - 0.8934099078 - 2.3768811226 - 2.3768811226 - -1.4369853735 - -1.4369853735 - 3.0172376633 - 2.9865958691 - 3.0172376633 - 2.9816794395 - 2.9816794395 - 1.9756880999 - 1.9756880999 - 1.6404509544 - 0.0000000000 - 0.0000000000 - 2.9708573818 - 2.9708573818 - 3.0045263767 - 2.9708573818 - 2.9764440060 - 2.9708573818 - 0.4036339223 - 0.4036339223 - 0.4801750183 - 0.4801750183 - -0.8803498745 - -0.8803498745 - -0.0322468840 - -0.0322468840 - 2.0195195675 - 2.0195195675 - -2.6437702179 - -2.6437702179 - -2.1112158298 - -2.1112158298 - -0.1526493281 - -0.1526493281 - -1.8516340256 - 2.4303441048 - 2.4303441048 - -1.8399637938 - -1.8399637938 - 2.8198421001 - 2.8198421001 - 2.8357138634 - 2.8357138634 - 2.8198421001 - 2.8198421001 - 2.7291822433 - 2.7291822433 - -2.7149651051 - -2.7024800777 - -2.7149651051 - 0.3136206567 - 0.3136206567 - -0.3250078857 - -0.3347368240 - -0.3250078857 - 2.7828218937 - 2.7828218937 - 2.8127999306 - 2.8127999306 - 2.6779451370 - 2.6779451370 - 0.2226609439 - 0.2226609439 - -1.7975951433 - -1.8018870354 - -1.7975951433 - 0.2226609439 - -1.7975951433 - -1.8018870354 - -3.1223642826 - -3.1223642826 - 1.9492237568 - 1.9492237568 - 2.5535900593 - 2.5535900593 - -0.7980557084 - -0.7980557084 - 2.7707014084 - 2.7707014084 - 1.3045443296 - 1.3045443296 - 0.7853981853 - 0.7853981853 - 1.1117569208 - 1.1117569208 - 2.9594242573 - 2.9594242573 - -2.7323467731 - -2.7323467731 - 2.3698923588 - 2.3698923588 - 2.0066733360 - 2.0066733360 - -2.2835950851 - 2.7291822433 - 2.7291822433 - -2.3946371078 - -2.3946371078 - -2.5062215328 - -2.5062215328 - -0.5754246712 - -0.5754246712 - -1.7057731152 - 1.4219063520 - -1.7057731152 - -1.0074800253 - -1.0074800253 - 0.3028848767 - 0.3028848767 - -2.9181160927 - -2.9181160927 - -2.0548491478 - -2.0548491478 - 2.7066257000 - 2.7066257000 - 3.0553870201 - 3.0553870201 - 2.1224513054 - 2.1224513054 - -2.9361972809 - -2.9361972809 - 0.7419472933 - 0.7419472933 - -2.7284638882 - -0.7385574579 - -0.7385574579 - 2.9289476871 - 1.0714496374 - 1.0714496374 - 1.0541012287 - 1.0541012287 - 1.0714496374 - 1.0541012287 - 0.9827937484 - 0.9827937484 - -1.4394809008 - -1.4394809008 - 2.8109138012 - 2.8109138012 - 2.3745973110 - 2.3745973110 - 0.9433080554 - -3.0584514141 - -3.0860941410 - -3.0584514141 - -3.1130290031 - -3.0860941410 - -3.0860941410 - -3.0860941410 - -3.0875911713 - -3.0860941410 - -3.0860941410 - -3.0606884956 - -3.0875911713 - -3.1138219833 - 0.7157436013 - 0.7157436013 - -3.0875911713 - -3.1138219833 - -3.0875911713 - 0.0440890566 - 0.0440890566 - -2.7915477753 - 0.5880026221 - 0.5880026221 - 0.0440890566 - -2.7915477753 - 0.5880026221 - 0.0840123147 - 0.0840123147 - -3.1152830124 - -3.1145722866 - -3.1152830124 - -3.1145722866 - -0.0767718926 - -2.8996720314 - -2.8996720314 - -3.1152830124 - -3.1152830124 - -3.1152830124 - -3.1152830124 - -3.0890095234 - -3.1152830124 - -3.1145722866 - -3.1152830124 - -3.1152830124 - -3.1152830124 - -3.1145722866 - -3.1152830124 - -3.1152830124 - -3.1145722866 - -3.1152830124 - -3.1159572601 - -3.1159572601 - -3.1159572601 - 0.2074962258 - 0.2074962258 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - -3.1203193665 - -3.1203193665 - 3.1165978909 - 3.1165978909 - 2.7233684063 - 2.7233684063 - 3.1415927410 - 3.1415927410 - 3.1159572601 - 3.1159572601 - 3.1159572601 - 3.0890095234 - 3.1159572601 - 3.1159572601 - 3.1159572601 - 3.1159572601 - 3.1159572601 - 3.0890095234 - 3.1152830124 - 3.0890095234 - 3.0903553963 - 3.0903553963 - 1.2143594027 - 1.2202997208 - 1.2143594027 - 3.0890095234 - 3.0890095234 - 3.0890095234 - 3.0890095234 - 3.1145722866 - 3.1145722866 - 3.0890095234 - 3.0875911713 - 3.0890095234 - 3.0875911713 - 3.0875911713 - 3.0890095234 - 3.0875911713 - 2.3200657368 - 2.3200657368 - 2.2724215984 - 2.2724215984 - -1.7848570347 - -1.7848570347 - 3.0309355259 - 3.0278005600 - 3.0309355259 - 3.0309355259 - 0.3889568746 - 0.3889568746 - 2.8753407001 - 3.0664656162 - 2.8753407001 - -1.4852910042 - 3.0244839191 - -1.4852910042 - -1.8593837023 - -1.8593837023 - 2.7367007732 - 2.7367007732 - -1.8593837023 - 2.7367007732 - 0.6829543114 - 0.6829543114 - 2.3239476681 - 2.3239476681 - -0.8545944691 - -0.8545944691 - -2.4892618656 - -2.4892618656 - 1.0679531097 - 2.8198421001 - 2.8198421001 - -1.1562894583 - -1.1562894583 - 2.7610862255 - 2.7610862255 - 2.6476511955 - 2.7091848850 - 2.7091848850 - 2.6476511955 - 2.7091848850 - 2.7091848850 - 2.7091848850 - 2.7091848850 - 2.6476511955 - 2.7091848850 - 3.0356082916 - 3.0356082916 - -1.8018870354 - 0.2226609439 - -1.7975951433 - -1.8018870354 - 0.5614936352 - 0.5614936352 - 1.8045395613 - 1.8045395613 - -1.0384738445 - -1.0384738445 - 2.2142975330 - 2.2142975330 - -2.2343521118 - -2.2343521118 - -0.8884797692 - -0.8884797692 - 1.0824624300 - 1.0824624300 - 1.5208379030 - 1.5208379030 - -0.3145042956 - -0.3145042956 - -0.4409242570 - -0.4409242570 - -2.7945311069 - -2.7945311069 - -1.3120254278 - -1.3120254278 - 1.1484097242 - 1.1484097242 - -2.8632929325 - -2.2627177238 - -2.2627177238 - 2.3466708660 - 2.3466708660 - 2.3369660378 - -2.7828218937 - 2.3369660378 - 2.3466708660 - 2.3369660378 - -2.8905899525 - -2.8905899525 - -2.0778949261 - -1.9922155142 - -2.0778949261 - 2.4053351879 - 2.4053351879 - -2.1259748936 - -2.1259748936 - -0.1973955631 - 1.3986054659 - 1.3986054659 - -2.2907145023 - -2.2907145023 - -0.1939591467 - -0.1939591467 - -0.8276265860 - -0.8276265860 - 2.5393052101 - 2.5393052101 - 2.9702134132 - 0.7853981853 - 2.9702134132 - -2.5478429794 - -2.5478429794 - 0.6153395176 - 0.6153395176 - 0.5516549945 - 0.5516549945 - 0.2110933363 - 0.2110933363 - 1.0053124428 - 1.0053124428 - -1.3332617283 - -1.3332617283 - -2.7744188309 - 1.1383885145 - 1.1383885145 - 1.1071487665 - 1.1071487665 - 0.7775242925 - 0.7775242925 - -1.5883383751 - -1.5883383751 - 1.1760052443 - 1.1760052443 - 2.9202783108 - 2.9202783108 - -3.1145722866 - -3.1145722866 - -3.1145722866 - -2.7915477753 - 0.0440890566 - -2.7915477753 - 0.5880026221 - 2.3612706661 - 2.3612706661 - 1.0697829723 - 1.0697829723 - -0.4636476040 - 2.5535900593 - 2.5535900593 - 3.1415927410 - -3.1159572601 - 3.1415927410 - 3.1415927410 - -0.3450021744 - -0.3450021744 - 2.1236374378 - 2.1236374378 - 3.1159572601 - 3.1159572601 - 3.1159572601 - 3.1159572601 - 3.1159572601 - 3.1159572601 - -0.0814520419 - -0.0814520419 - 1.1902899742 - 1.1902899742 - 2.2634382248 - 1.2990041971 - 2.2634382248 - 2.5829932690 - 2.5829932690 - -1.5707963705 - -1.5707963705 - 1.6240792274 - 1.6240792274 - 1.3898698092 - 1.3898698092 - 2.2685077190 - 2.2685077190 - 0.9097531438 - 0.9097531438 - -2.3617193699 - 2.3394362926 - -2.3617193699 - 0.4461055398 - 0.4461055398 - 1.9513026476 - 1.9513026476 - 1.6775319576 - 1.6775319576 - -2.2690372467 - -2.2690372467 - 2.3162157536 - 3.0890095234 - 3.0890095234 - -2.2455372810 - -1.0168437958 - -1.0168437958 - 3.0628087521 - 3.0628087521 - 0.1470783502 - 0.1470783502 - 3.0606884956 - 3.0606884956 - 3.0606884956 - 3.0606884956 - 2.0178709030 - 2.0178709030 - 3.0278005600 - 3.0278005600 - 3.0309355259 - 3.0584514141 - 3.0309355259 - -2.6779451370 - -2.6779451370 - 3.0309355259 - 3.0278005600 - 3.0309355259 - 3.0584514141 - 3.0309355259 - 2.3288040161 - 2.3288040161 - 1.2490457296 - 1.2490457296 - 3.0244839191 - 3.0244839191 - 3.0209689140 - 3.0209689140 - 3.0244839191 - 3.0244839191 - 3.0244839191 - 3.0209689140 - 3.0244839191 - 3.0244839191 - -1.4852910042 - 2.2166123390 - 2.2166123390 - 1.0747526884 - 1.0747526884 - 2.1217787266 - 1.6404509544 - 1.9756880999 - 1.6404509544 - 3.0045263767 - 2.9708573818 - 3.0045263767 - 2.9764440060 - 2.9708573818 - 2.9764440060 - 2.9764440060 - 2.9708573818 - 3.0045263767 - 2.9764440060 - 2.9708573818 - 2.9764440060 - -1.8667223454 - -1.8667223454 - 1.0789871216 - 1.0789871216 - 2.9060475826 - 2.9147937298 - 2.9060475826 - 2.9060475826 - 2.8685839176 - -2.9471125603 - -2.9499442577 - -2.9471125603 - 1.3734008074 - 1.3734008074 - 0.5965009928 - 0.5965009928 - -0.7957070470 - -0.7957070470 - 1.8925468922 - 1.8925468922 - 2.6238107681 - 2.6238107681 - 1.0679531097 - -2.4892618656 - 1.0679531097 - 1.7834413052 - 1.7942728996 - 1.7834413052 - 1.6052653790 - 0.2717921734 - 0.2717921734 - 2.3265001774 - 2.3265001774 - 2.4825026989 - 2.4825026989 - -0.1671018004 - -0.1671018004 - 1.7337228060 - 1.7337228060 - 0.7681584954 - 0.7681584954 - 1.0808390379 - 1.0808390379 - -1.0608242750 - 1.3763161898 - -1.0608242750 - -1.0480072498 - -1.0480072498 - 1.3763161898 - -1.0608242750 - -1.0480072498 - 0.0329550989 - 0.0329550989 - 1.4691075087 - 1.4691075087 - 0.5942137241 - 0.5942137241 - 1.7266645432 - 1.7266645432 - 1.8045395613 - 1.8045395613 - -0.8884797692 - -0.8884797692 - 0.6933513284 - 0.6933513284 - -0.5247957706 - -0.5247957706 - 2.2063820362 - 2.2063820362 - -2.4275019169 - -2.4275019169 - 2.3715779781 - 2.3715779781 - 2.3711187840 - -2.7828218937 - 2.3466708660 - -2.7828218937 - 1.6332151890 - 1.6332151890 - 2.8698005676 - 2.8698005676 - 1.7801817656 - 1.7801817656 - -0.2229002267 - -0.2229002267 - -2.2835950851 - -2.5283854008 - -2.5283854008 - -2.8555412292 - -2.8555412292 - 0.3366748095 - 1.8533512354 - 0.3366748095 - -2.8198421001 - -2.8198421001 - -2.8706457615 - -2.8706457615 - -2.8706457615 - -2.8706457615 - -2.8706457615 - -2.8706457615 - -2.8555412292 - -2.8555412292 - -2.1645460129 - -2.1645460129 - 0.7496990561 - 0.7496990561 - -0.6747409701 - -0.6747409701 - -0.8985491395 - -0.8985491395 - 2.9289476871 - -0.7385574579 - 2.9289476871 - -3.0045263767 - -3.0045263767 - -3.0045263767 - -2.7744188309 - -1.3332617283 - -2.7744188309 - 2.8941388130 - -0.7751944065 - -0.7751944065 - 2.3932147026 - 2.3932147026 - -0.8329812884 - -0.8329812884 - -2.9018495083 - -2.9018495083 - -2.6607053280 - -2.6607053280 - -2.6422460079 - -2.6422460079 - -2.6607053280 - -2.6422460079 - -0.0532828532 - -0.0532828532 - 0.1495597363 - 0.1495597363 - -1.1441688538 - -1.1441688538 - -1.7561442852 - -1.7561442852 - -1.4876550436 - -1.4876550436 - -0.7551044226 - -0.7551044226 - 2.8068559170 - 2.8068559170 - -0.9652516842 - -0.9652516842 - -0.4316950142 - -0.4316950142 - 0.9399986863 - 0.9399986863 - -2.1051917076 - -0.2877079844 - -0.2877079844 - -0.2782996595 - -1.9441727400 - -1.9441727400 - 1.7660777569 - 1.7660777569 - 2.6679952145 - 2.6679952145 - 0.0964737758 - 0.0964737758 - 3.0890095234 - 3.1159572601 - 3.0890095234 - 3.1159572601 - 3.1159572601 - 3.1159572601 - 3.1159572601 - 3.1152830124 - 3.1159572601 - 3.1415927410 - 2.8302223682 - 2.8302223682 - -1.0918827057 - -1.0918827057 - -1.0838971138 - 1.1425322294 - 1.1425322294 - 3.0890095234 - 3.1145722866 - 3.0890095234 - 3.0875911713 - 3.0890095234 - 3.0875911713 - 3.1145722866 - 3.0890095234 - 3.0875911713 - 3.0890095234 - 3.0875911713 - -2.1066076756 - -2.1066076756 - 2.0344438553 - 2.0344438553 - -2.2455372810 - 3.0890095234 - -2.2455372810 - -2.2248790264 - 3.0875911713 - -2.2248790264 - 1.6052653790 - 1.6052653790 - 1.0047414303 - 1.0047414303 - 1.0352389812 - 2.1224513054 - 1.0352389812 - 2.3695271015 - 2.3695271015 - -2.2075972557 - -2.2075972557 - -0.4228539169 - -0.4228539169 - 0.7700147629 - 0.7700147629 - 2.1217787266 - 1.0747526884 - 2.1217787266 - -2.3057322502 - -2.3057322502 - -2.2950463295 - -2.2950463295 - -2.3057322502 - -2.2950463295 - -1.2712643147 - -1.2712643147 - -3.1103527546 - -3.1103527546 - 0.2822574079 - 0.2822574079 - 2.9147937298 - 2.9147937298 - 0.4366271496 - 0.4366271496 - 0.8081215024 - 0.8081215024 - 1.4313563108 - 1.4313563108 - 1.7224018574 - 1.7224018574 - 1.1999050379 - 1.1999050379 - 3.0348570347 - 3.0348570347 - 2.0152156353 - 2.0152156353 - 2.2119050026 - 2.2119050026 - 1.4543048143 - 1.4543048143 - 1.4555201530 - 1.6052653790 - 1.7942728996 - 1.7834413052 - 1.6052653790 - 2.4412600994 - 2.4412600994 - 2.8022999763 - 2.8022999763 - 2.8022999763 - 2.8022999763 - -2.6201581955 - -0.6137700677 - -2.6201581955 - 0.5325040817 - 0.5325040817 - -0.7114591002 - -0.7114591002 - 1.3197935820 - 1.3197935820 - 2.7091848850 - 2.7091848850 - 2.7091848850 - 2.6476511955 - 2.7091848850 - 1.9055331945 - 1.9055331945 - 0.7483780384 - 0.7483780384 - 1.7033478022 - 1.7033478022 - 0.8908874989 - 0.8908874989 - -0.6634259820 - -0.6602281928 - -0.6618476510 - -0.6618476510 - -0.6634259820 - -1.1487913132 - -1.1487913132 - -2.4393358231 - -2.4393358231 - -2.4329664707 - -2.4329664707 - 2.4286928177 - 2.4286928177 - -1.9922155142 - -1.9922155142 - -2.0778949261 - 2.0178709030 - 2.0178709030 - 1.6869379282 - 1.6869379282 - -2.2835950851 - -0.2229002267 - 2.0066733360 - -2.2835950851 - 1.5102642775 - 1.5102642775 - 0.4808872938 - 0.4808872938 - 0.6273081899 - 0.6273081899 - -3.1050236225 - -3.1050236225 - -3.0535852909 - -3.0535852909 - 1.5707963705 - 1.5707963705 - -1.8157750368 - -1.8157750368 - 0.8663022518 - 0.8663022518 - 1.2120256424 - 1.2120256424 - 1.3734008074 - 1.3734008074 - 2.5183932781 - 2.5178909302 - 2.5178909302 - -1.9870656729 - -1.9782261848 - -2.7492525578 - -2.7492525578 - -2.7591061592 - -1.1144478321 - -1.1144478321 - 1.6888883114 - 1.6888883114 - 1.8389071226 - 1.8389071226 - 1.9295669794 - 1.9295669794 - 1.1978086233 - 1.1978086233 - -3.1138219833 - -3.0875911713 - -3.0875911713 - -3.0875911713 - -3.1138219833 - -3.0875911713 - 2.3750600815 - 2.3750600815 - -1.9295669794 - -1.9295669794 - -1.0303767920 - -1.0303767920 - -0.2782996595 - -0.2877079844 - -0.2782996595 - 2.2318394184 - 2.2318394184 - -1.9797041416 - -1.9797041416 - -2.7221152782 - -2.7221152782 - -2.7334434986 - -3.1152830124 - -3.1152830124 - -3.1152830124 - 0.2782996595 - 0.2782996595 - 0.7853981853 - 0.7853981853 - -0.1161416247 - -0.1161416247 - -0.2683662176 - -0.2683662176 - 2.5793077946 - 2.5793077946 - 2.3053908348 - 2.3053908348 - 3.1159572601 - 3.1159572601 - 3.1159572601 - 3.1159572601 - 3.0890095234 - 3.1159572601 - 3.1159572601 - 3.1159572601 - 3.1159572601 - 3.0890095234 - 3.1159572601 - 3.1159572601 - 3.1159572601 - 3.1159572601 - 1.2990041971 - 1.2990041971 - 2.2634382248 - -1.0838971138 - -1.0918827057 - -1.0838971138 - 0.6389139891 - 0.6389139891 - 0.2373742461 - 0.2373742461 - 3.1415927410 - 3.1415927410 - -1.8692952394 - -1.8692952394 - 3.0606884956 - 3.0606884956 - 3.0606884956 - 3.0606884956 - 1.9936501980 - 1.9936501980 - 2.1224513054 - 2.1224513054 - 1.0352389812 - 0.9412663579 - 0.9412663579 - 2.0219964981 - 2.0219964981 - 1.3258177042 - 1.3258177042 - 3.0244839191 - 3.0209689140 - 3.0244839191 - 3.0244839191 - 3.0244839191 - 3.0209689140 - -2.4805495739 - -2.4805495739 - 2.2045888901 - 2.2045888901 - -0.4311387539 - -0.4311387539 - 2.9486217499 - 2.9486217499 - 0.7531512976 - 0.7531512976 - 0.7586665750 - 0.7641247511 - 0.7589492798 - 2.6779451370 - 2.6779451370 - -2.1815223694 - -2.1815223694 - 2.9147937298 - 2.9147937298 - 2.9147937298 - 2.9147937298 - 2.9147937298 - 2.9147937298 - 2.9147937298 - 2.9060475826 - 2.9060475826 - 2.8685839176 - 2.9060475826 - 2.9147937298 - 2.9147937298 - 2.9060475826 - 2.9060475826 - 2.8685839176 - 1.8717166185 - 1.8717166185 - 1.9339433908 - 1.9339433908 - 1.4565420151 - 1.4565420151 - 0.0831412300 - 0.0831412300 - -0.1973955631 - -0.1973955631 - 1.4555201530 - 1.4543048143 - 1.4555201530 - 2.7610862255 - 2.7610862255 - -0.7509290576 - -0.7509290576 - -0.2536740899 - -0.2536740899 - -2.8753407001 - -2.8753407001 - -1.4219063520 - -1.4219063520 - 2.2126111984 - 2.2126111984 - 0.8498250246 - 0.8498250246 - -0.3217505515 - -0.3217505515 - 2.7091848850 - 2.7091848850 - 2.7091848850 - 2.6476511955 - 2.7091848850 - 3.0172376633 - 3.0172376633 - -0.8110335469 - -0.8110335469 - 0.5493744612 - 0.5493744612 - -0.8249256015 - -0.8249256015 - 2.4805495739 - 2.4805495739 - 0.5372847319 - 0.5372847319 - 2.1515526772 - 2.1515526772 - 1.5596857071 - 1.5596857071 - 2.6320004463 - 2.6320004463 - 2.6248974800 - 2.6248974800 - 0.6028383374 - 0.6028383374 - 1.9212929010 - 1.9212929010 - -0.6618476510 - -0.6602281928 - -0.6602281928 - -0.6618476510 - -0.6545707583 - -0.6618476510 - -2.7000002861 - -2.7000002861 - 0.6747409701 - 0.6747409701 - 0.7044940591 - -2.9802174568 - -2.9802174568 - -2.8632929325 - 1.1484097242 - -2.8632929325 - -2.6590793133 - -2.6590793133 - -1.8862178326 - -1.8862178326 - -0.1973955631 - -2.1259748936 - -0.1973955631 - -2.6779451370 - -2.6779451370 - -0.4579979479 - -0.4579979479 - 2.9441971779 - 2.9441971779 - -2.3561944962 - -2.3561944962 - -2.0106389523 - -2.0106389523 - -1.8925468922 - -1.8925468922 - 1.8533512354 - 1.8533512354 - 0.3366748095 - 2.0246403217 - 2.0246403217 - 2.9857244492 - 2.9857244492 - 0.5214344263 - -0.6061353087 - 0.5214344263 - -1.3156139851 - -1.3156139851 - -2.4686217308 - -2.4686217308 - 0.7188299894 - 0.7188299894 - 1.1743550301 - 1.1743550301 - 0.0674650222 - 0.0674650222 - -1.0912770033 - -1.0912770033 - 2.8941388130 - -2.7744188309 - 2.8941388130 - 2.2759077549 - 2.2759077549 - -2.7591061592 - -2.7492525578 - -2.7591061592 - -2.8510818481 - -2.8510818481 - 0.9827937484 - 0.9827937484 - 2.1335334778 - 2.1335334778 - 0.5833730102 - 0.5833730102 - 2.5153312683 - 2.5153312683 - -0.7853981853 - -0.7853981853 - -3.1145722866 - -3.0875911713 - -3.1145722866 - -3.1145722866 - -0.9827937484 - -0.9827937484 - -2.7334434986 - -2.7221152782 - -2.7334434986 - -0.5880026221 - -0.5880026221 - -3.1159572601 - -3.1159572601 - 3.1415927410 - -0.3841693699 - -0.3841693699 - 0.5700404644 - 0.5700404644 - 3.1159572601 - 3.1159572601 - 3.1159572601 - 2.1815223694 - 2.1815223694 - -0.2234766036 - -0.2234766036 - -1.1773456335 - -1.1773456335 - 1.3397057056 - 1.3397057056 - 0.5979690552 - 0.5979690552 - 0.6418830156 - 0.6418830156 - 0.0000000000 - 0.0000000000 - 3.0606884956 - 3.0606884956 - 3.0606884956 - 3.0606884956 - -1.0974402428 - -1.0974402428 - 3.0606884956 - 3.0606884956 - 3.0584514141 - 3.0584514141 - 0.8238407373 - 3.0606884956 - 3.0146198273 - 3.0146198273 - 3.0606884956 - 3.0606884956 - 3.0911304951 - 3.0911304951 - 3.0584514141 - 0.2709468603 - 3.0278005600 - 3.0584514141 - 3.0584514141 - 3.0309355259 - -2.6224465370 - -2.6224465370 - 1.2490457296 - 1.2490457296 - -2.6224465370 - -2.6344940662 - 1.2490457296 - -1.3813161850 - -1.3813161850 - -3.1067230701 - -1.0262446404 - -3.1067230701 - -2.5197684765 - -2.5197684765 - 3.0172376633 - 3.0172376633 - 2.3711187840 - 2.3711187840 - -2.5393052101 - -2.5393052101 - 2.0931997299 - 2.7098975182 - 2.7098975182 - 1.5253731012 - 1.5253731012 - -2.7945311069 - -2.7945311069 - -0.3737268150 - -0.3737268150 - 0.7586665750 - 0.7531512976 - 0.7586665750 - 0.7641247511 - 0.7589492798 - 2.3408110142 - 2.3408110142 - 2.8685839176 - 2.9147937298 - 2.9147937298 - 2.9060475826 - 2.9060475826 - 2.8685839176 - -2.9499442577 - -2.9499442577 - -2.9471125603 - -3.0900919437 - -3.0900919437 - -2.4952905178 - -2.4952905178 - -0.0791990682 - -0.0791990682 - 0.5654838681 - 1.7942728996 - 0.1500269622 - 1.7942728996 - 1.7834413052 - 1.6052653790 - -0.7266423702 - -0.7266423702 - 0.7428706288 - 0.7428706288 - 1.4442042112 - 1.4442042112 - 1.0924439430 - 1.0924439430 - -0.6137700677 - -0.6137700677 - -2.6201581955 - 0.9041035175 - 0.9041035175 - -2.4851052761 - -2.4851052761 - -2.1627671719 - -2.1627671719 - 1.4984589815 - 1.4984589815 - 0.6378300786 - 0.6378300786 - 3.0940096378 - 3.0940096378 - -2.0681390762 - -2.0681390762 - -2.0803885460 - -2.9829373360 - -2.9829373360 - 1.3763161898 - 1.3763161898 - -1.0608242750 - -1.0480072498 - 2.8418166637 - 2.8418166637 - 0.7173216939 - 0.7173216939 - 1.6269171238 - 1.6269171238 - 2.1548774242 - 2.1548774242 - -0.7551044226 - -0.7551044226 - -0.6602281928 - -0.6602281928 - -0.6602281928 - -0.6618476510 - -0.6545707583 - -0.6618476510 - -0.8441540003 - -0.8441540003 - 3.1031501293 - 3.1031501293 - -2.7285928726 - -2.7285928726 - 2.3191742897 - 2.3191742897 - 0.7044940591 - 0.6747409701 - 0.7044940591 - -2.3898894787 - -2.3898894787 - 1.1964627504 - 1.1964627504 - 2.6071972847 - 2.6071972847 - -2.4558632374 - -2.4558632374 - -2.5415425301 - -2.5415425301 - 0.2880554497 - 0.2880554497 - 1.1278711557 - 2.6779451370 - 1.1278711557 - 1.9477056265 - 1.9477056265 - 0.8721364737 - 0.8721364737 - 0.8643702865 - 0.8643702865 - 0.8721364737 - 0.8643702865 - 2.0622146130 - 2.0622146130 - -0.4419119060 - -0.4419119060 - -0.6061353087 - -0.6061353087 - 0.5214344263 - -1.0483928919 - -1.0483928919 - 2.2629406452 - 2.2629406452 - 0.8308214545 - 0.8308214545 - -2.0158126354 - -2.0158126354 - 2.6516354084 - 2.6516354084 - -2.3725864887 - -2.3725864887 - 2.5183932781 - 1.3734008074 - 2.5183932781 - -0.2267988473 - -0.2267988473 - -2.1066076756 - -2.1066076756 - -0.7752975225 - -0.7752975225 - -1.9870656729 - 2.5178909302 - -1.9870656729 - -1.9782261848 - -1.9782261848 - 2.5178909302 - -1.9870656729 - -1.9782261848 - -1.4792164564 - -1.4792164564 - 2.3897390366 - 2.3897390366 - 0.9853062630 - 0.9853062630 - -3.0860941410 - -3.0860941410 - 0.0897581726 - 0.0897581726 - -3.0560872555 - -3.0560872555 - -1.4580687284 - -1.4580687284 - 2.3936102390 - 2.3936102390 - 2.5225265026 - 2.5225265026 - 2.5283854008 - -0.4593372941 - -0.4593372941 - 0.8638882637 - 0.8638882637 - -0.7974457741 - -0.7974457741 - -2.0965647697 - -2.0965647697 - 2.8016622066 - 2.8016622066 - -2.7798633575 - -2.7798633575 - -1.0963964462 - -1.0963964462 - 0.4676798582 - 0.4676798582 - -1.8892465830 - -1.8892465830 - 3.1159572601 - 3.1159572601 - 3.1159572601 - 3.1159572601 - 1.1193432808 - 1.1193432808 - 3.1159572601 - 3.1159572601 - 3.1159572601 - 3.1415927410 - 3.1159572601 - 3.1415927410 - 3.1159572601 - 3.1152830124 - 3.0903553963 - 0.0000000000 - 0.0000000000 - 0.0101006664 - 2.6046819687 - 2.6046819687 - 0.0000000000 - 0.0101006664 - 2.6046819687 - 3.0903553963 - 3.0903553963 - 0.7117063403 - 0.7117063403 - 3.0890095234 - 3.0890095234 - 3.0903553963 - 3.0903553963 - 3.0903553963 - 0.6281701326 - 0.6281701326 - 2.6063189507 - 2.6063189507 - 0.8238407373 - 3.0339028835 - 3.0584514141 - 0.8238407373 - 3.0606884956 - 0.2709468603 - 3.0584514141 - 0.2709468603 - 3.0584514141 - 3.0309355259 - 3.0584514141 - -2.3282687664 - -2.3282687664 - 1.7604099512 - 1.7604099512 - -2.6344940662 - -2.6344940662 - 1.2490457296 - 3.0560872555 - 3.0560872555 - 3.0244839191 - 3.0244839191 - 3.0560872555 - 3.0244839191 - 3.0244839191 - 3.0244839191 - 3.0244839191 - 3.0209689140 - 3.0209689140 - 3.0244839191 - 3.0244839191 - 3.0209689140 - -0.9011573792 - -0.9011573792 - -2.1794855595 - 2.9865958691 - 2.9865958691 - 2.8916139603 - 2.8916139603 - 0.1470783502 - 0.1470783502 - 2.9764440060 - 2.9764440060 - -0.2880554497 - -0.2880554497 - 1.9744302034 - 1.9744302034 - -1.9809236526 - -1.9809236526 - 2.3940143585 - 2.3940143585 - -1.4204249382 - -1.4204249382 - 0.7543522120 - 0.7543522120 - -2.3003520966 - -2.3003520966 - 0.7543522120 - -2.3003520966 - -2.4159522057 - -2.4159522057 - -2.0863454342 - -2.0863454342 - 0.7641247511 - 0.7531512976 - 0.7586665750 - 0.7641247511 - 0.7589492798 - 0.7589492798 - 0.7531512976 - 0.7586665750 - 0.7641247511 - 0.7589492798 - 1.0870171785 - -2.0823523998 - 1.0870171785 - 2.5213432312 - 2.5213432312 - 1.0870171785 - 2.5213432312 - 2.9147937298 - 2.9147937298 - 2.9147937298 - 2.9147937298 - 2.9060475826 - 2.8685839176 - 0.4778310657 - 0.4778310657 - -0.5640836954 - -0.5640836954 - 1.5707963705 - 2.3728597164 - 2.3728597164 - 1.7681919336 - 1.5707963705 - 1.7681919336 - 2.3296520710 - 2.3296520710 - 2.8198421001 - 2.8198421001 - 0.1243549958 - 0.1243549958 - 2.5458080769 - 0.5654838681 - -0.0791990682 - 0.5654838681 - 0.1500269622 - 0.1500269622 - 1.7942728996 - -1.4963074923 - -1.4963074923 - 2.7707014084 - 2.7707014084 - 2.7233684063 - 0.6132073402 - 0.6132073402 - -1.5042281151 - -1.5042281151 - -1.5175135136 - -1.5175135136 - -2.8049178123 - -2.8049178123 - 2.9441971779 - 2.9441971779 - 1.6278771162 - 1.6278771162 - -2.0803885460 - -2.0681390762 - -2.0803885460 - 1.4141944647 - 1.4141944647 - 0.6069876552 - 0.6069876552 - -0.7440016866 - -0.7440016866 - -0.7378150821 - -0.4776653945 - -0.4776653945 - 0.2914567888 - 0.2914567888 - -0.6618476510 - -0.6602281928 - -0.6602281928 - -0.6618476510 - -0.6545707583 - -0.6618476510 - 2.0061495304 - 2.0061495304 - -2.2427594662 - -2.2427594662 - -2.5535900593 - -2.5535900593 - -2.5535900593 - -2.5535900593 - -2.5535900593 - -2.4644651413 - -2.4644651413 - -2.0663480759 - -2.0663480759 - -0.3009202480 - -0.3009202480 - -1.3633000851 - -1.3633000851 - -1.1372148991 - -1.1372148991 - -0.6254850626 - -0.6254850626 - -0.6202495098 - -0.6202495098 - -0.6254850626 - -0.6202495098 - 0.2090229392 - 0.2090229392 - -1.8721415997 - -1.8721415997 - -2.5213432312 - -2.5213432312 - 2.1524498463 - -3.0535852909 - -3.0535852909 - 2.7017500401 - 2.7017500401 - 0.5995962620 - -2.9016265869 - -2.9016265869 - 2.1647689342 - 2.1647689342 - -0.8960554004 - -0.8960554004 - -3.0875911713 - -3.0875911713 - -3.0875911713 - -3.0875911713 - -3.0875911713 - -3.0875911713 - -3.0875911713 - -3.0875911713 - -3.0875911713 - -3.0875911713 - -3.0875911713 - -3.0875911713 - -3.0875911713 - -3.0875911713 - -3.0875911713 - -3.0875911713 - -3.0875911713 - -3.0890095234 - -0.7853981853 - -0.7853981853 - -3.0875911713 - -3.0875911713 - -3.1145722866 - 0.9827937484 - 0.9827937484 - -2.2712926865 - -2.2712926865 - 0.6234307885 - 0.6234307885 - -0.2150148749 - -0.2150148749 - 1.1938871145 - 1.1938871145 - -0.9869259596 - -0.9869259596 - 2.1491217613 - 2.1491217613 - 0.7727406025 - 0.7727406025 - -0.6456893086 - -0.6456893086 - 0.3507279456 - 0.3507279456 - 2.6978099346 - 2.6978099346 - 3.1159572601 - 3.1415927410 - 3.1159572601 - 3.1152830124 - 3.0903553963 - 2.3688521385 - 2.3688521385 - 0.0101006664 - 0.0000000000 - 0.0101006664 - 2.6046819687 - 1.3439974785 - 1.3439974785 - 3.0903553963 - 3.0903553963 - 3.0903553963 - -2.3660950661 - -2.3660950661 - -2.5569913387 - -2.5569913387 - 3.0606884956 - 3.0339028835 - 3.0584514141 - 0.8238407373 - 3.0606884956 - 0.6321379542 - 0.6321379542 - -1.9347752333 - -1.9347752333 - -1.8788491488 - -1.8788491488 - -1.9347752333 - -1.8788491488 - 3.0584514141 - 0.2709468603 - 3.0584514141 - 3.0309355259 - 3.0584514141 - 3.0309355259 - 0.5340703726 - 2.4923334122 - 0.5340703726 - 3.0278005600 - 3.0278005600 - 3.0244839191 - 3.0244839191 - 3.0278005600 - 3.0244839191 - -1.5814342499 - -1.5814342499 - 0.2691674829 - 0.2691674829 - -2.9533710480 - -2.9533710480 - -2.5652174950 - -2.5652174950 - 0.7636624575 - 0.7636624575 - 2.9504082203 - 2.9504082203 - -1.9853031635 - -1.9853031635 - -1.1978086233 - -1.1978086233 - 0.7562801838 - 0.7562801838 - -2.4026725292 - -2.4026725292 - -2.6936504841 - -2.6936504841 - -2.0880837440 - -2.0880837440 - -2.0823523998 - 2.9147937298 - 2.9147937298 - 2.9147937298 - 1.5300025940 - 1.5300025940 - -0.3136206567 - -0.3136206567 - 2.8966140747 - 2.8966140747 - 1.1071487665 - 1.1071487665 - 2.5458080769 - 0.1243549958 - 2.5458080769 - 2.5458080769 - 2.5458080769 - -0.6494007707 - -0.6494007707 - 0.9955807328 - 0.9955807328 - -2.2752904892 - -2.2752904892 - 0.7571570873 - 0.7571570873 - 0.7517030835 - 0.7517030835 - 0.7571570873 - 0.7517030835 - 2.2655346394 - 2.2655346394 - 2.3343002796 - 2.3343002796 - 2.5172863007 - 2.5172863007 - 1.9513026476 - 1.9513026476 - 2.4080958366 - 2.4080958366 - -0.7378150821 - -0.7440016866 - -0.7378150821 - 0.7607118487 - 0.7607118487 - 1.6977691650 - 1.6977691650 - 1.7218116522 - 0.6817706823 - 0.6817706823 - 0.8571701050 - 0.8571701050 - -0.6602281928 - -0.6602281928 - -0.6602281928 - -0.6618476510 - -0.6545707583 - -0.6618476510 - -0.6545707583 - -0.6602281928 - -0.6602281928 - -0.6618476510 - -0.6545707583 - -0.6618476510 - 1.0593763590 - 1.0593763590 - 1.0560122728 - 0.9129077196 - 0.9129077196 - 0.9342880845 - 0.8850668073 - 0.8850668073 - 0.9129077196 - 0.9342880845 - 0.9544993639 - 0.8850668073 - 0.9067501426 - 1.4589060545 - 1.4589060545 - 1.4601391554 - -3.0735161304 - -3.0735161304 - 2.3561944962 - 2.3561944962 - -2.6651251316 - -2.6651251316 - 2.6779451370 - 2.6779451370 - 1.1278711557 - 2.3561944962 - 2.3561944962 - 1.3439974785 - 1.3439974785 - 2.9304993153 - 2.9304993153 - -1.8076450825 - -1.8076450825 - -2.5906102657 - -2.5906102657 - 2.9137356281 - 2.9137356281 - -1.2597980499 - -1.2597980499 - 1.9756880999 - 1.9756880999 - -1.0175019503 - -1.0175019503 - 2.8717434406 - 2.8717434406 - -1.7321714163 - -1.7321714163 - -0.0384425893 - -0.0384425893 - -0.7360555530 - -0.7360555530 - 1.3160380125 - 1.3160380125 - 3.0212972164 - 3.0212972164 - 1.9130918980 - 0.7044940591 - 0.7044940591 - -2.7213959694 - -2.7213959694 - 1.4696929455 - 1.4696929455 - 2.0884454250 - 2.0884454250 - 1.5707963705 - 1.5707963705 - -0.1297025383 - -0.1297025383 - -3.0584514141 - -3.0584514141 - -3.0584514141 - -3.0584514141 - -1.4375696182 - 0.1243549958 - -0.4500737786 - -1.4375696182 - 0.5503859520 - 0.5503859520 - -2.1910457611 - -2.1910457611 - 0.7717003822 - 0.7717003822 - 1.9445230961 - 1.9445230961 - -2.3504803181 - -2.3504803181 - -1.3639223576 - -1.3639223576 - 0.1746722013 - 0.1746722013 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 2.8461518288 - 2.8461518288 - -3.1249275208 - -3.1249275208 - 3.1152830124 - 3.1415927410 - 3.1159572601 - 3.1159572601 - 3.1152830124 - 3.0903553963 - 2.3143029213 - 2.3143029213 - -2.7862155437 - -2.7862155437 - 0.8760580420 - 0.8760580420 - 1.0256966352 - 1.0256966352 - 0.9494727254 - 0.9494727254 - 2.3561944962 - 2.3561944962 - 2.6395025253 - 2.6395025253 - 0.8960554004 - 0.8960554004 - 0.7551044226 - 0.7551044226 - 1.3847382069 - 1.3847382069 - 2.0791070461 - 2.0791070461 - 2.4923334122 - 2.4923334122 - 0.5340703726 - -1.0262446404 - -1.0262446404 - -3.1067230701 - 1.9914597273 - -3.0648207664 - -3.0648207664 - 0.5176491141 - 0.5176491141 - -2.0507469177 - 1.4536875486 - 1.4536875486 - 1.1160770655 - 1.1160770655 - 2.0931997299 - -2.5393052101 - 2.0931997299 - 1.0439916849 - 2.9816794395 - 2.9816794395 - 2.9816794395 - 2.9764440060 - 2.9764440060 - 2.9764440060 - 2.9764440060 - 0.7649928331 - 0.7649928331 - 2.9764440060 - 2.9764440060 - 0.3465388715 - 0.3465388715 - -1.2939981222 - -1.2939981222 - 2.4355728626 - 2.4355728626 - -2.0823523998 - -2.0880837440 - -2.0823523998 - 1.0870171785 - 0.6480568647 - 0.6480568647 - 2.6599290371 - 2.6599290371 - 1.9018924236 - -1.4680664539 - -1.4680664539 - 2.6599290371 - -1.4680664539 - 1.5707963705 - -0.5640836954 - 1.5707963705 - 1.7681919336 - -2.2950463295 - -2.2950463295 - 2.8335399628 - 2.8335399628 - 2.8335399628 - 2.8753407001 - 1.7561442852 - 1.7561442852 - -1.1790963411 - -1.1790963411 - -1.1712808609 - 2.7233684063 - 2.7707014084 - 2.7233684063 - -1.4559197426 - -1.4559197426 - -0.4947256744 - -0.4947256744 - 1.8094056845 - 1.8094056845 - 1.8269476891 - 1.8269476891 - 2.3483207226 - 0.6673061252 - 1.0560122728 - 1.0593763590 - 1.0560122728 - 2.7790484428 - 2.7790484428 - 1.9789453745 - 1.9789453745 - -1.8076450825 - -1.8076450825 - -1.7111712694 - -1.7111712694 - 0.9342880845 - 0.9129077196 - 0.9342880845 - 0.9544993639 - 0.8850668073 - 0.9067501426 - 0.9067501426 - 0.9342880845 - 0.9544993639 - 0.8850668073 - 0.9067501426 - 0.9272952080 - 1.4601391554 - 1.4589060545 - 1.4601391554 - 2.5702552795 - 2.5702552795 - -2.4468543530 - -2.4468543530 - 0.7968919277 - 0.7968919277 - -2.1045045853 - -2.1045045853 - 1.9130918980 - 3.0212972164 - 1.9130918980 - 2.9543387890 - 2.9543387890 - 0.8396085501 - 0.8396085501 - 0.9272952080 - 0.9272952080 - -2.0672190189 - -2.0672190189 - 2.0278651714 - 2.0278651714 - 1.9549657106 - 1.9549657106 - 1.6217725277 - 1.6217725277 - 1.2490457296 - 1.2490457296 - -0.3217505515 - -0.3217505515 - 2.5444159508 - 2.5444159508 - -2.8198421001 - -2.8198421001 - 1.8965954781 - 1.8965954781 - 1.2360595465 - 1.2360595465 - 2.5283854008 - 2.5225265026 - 2.5283854008 - -3.0875911713 - -3.0875911713 - -3.0875911713 - -3.0875911713 - -3.0875911713 - -3.0890095234 - -3.0875911713 - -3.0875911713 - -3.0875911713 - -3.0875911713 - -3.0890095234 - 1.6614562273 - 1.6614562273 - -3.0890095234 - -3.0890095234 - -0.6543702483 - -0.6543702483 - -2.0481417179 - -2.0481417179 - -0.3805063665 - -0.3805063665 - 1.5930148363 - 1.5930148363 - -1.5869239569 - -1.5869239569 - 0.0000000000 - 0.0000000000 - 2.2827970982 - -0.5255838037 - -0.5255838037 - 3.1159572601 - 3.1159572601 - 3.1159572601 - 3.1165978909 - 1.3116942644 - 1.3116942644 - 0.3105986118 - -0.8293949366 - -0.8293949366 - -0.4993467331 - -0.4993467331 - 3.0903553963 - 3.1415927410 - 3.1159572601 - 3.1159572601 - 3.1152830124 - 3.0903553963 - -0.1599131227 - -0.1599131227 - -2.6344940662 - -2.6344940662 - 2.7233684063 - 2.7233684063 - 0.7741627097 - 0.7741627097 - 1.6438368559 - 1.6438368559 - 2.5167064667 - 2.5167064667 - 1.0169419050 - -0.4018706381 - 1.0169419050 - 3.0606884956 - 3.0606884956 - 3.0606884956 - 3.0339028835 - 3.0606884956 - 3.0606884956 - 3.0606884956 - 3.0339028835 - 3.0339028835 - 3.0606884956 - 3.0606884956 - 3.0339028835 - 0.8238407373 - 3.0606884956 - 3.0606884956 - 3.0606884956 - 3.0606884956 - 2.1531493664 - 2.1531493664 - -2.3725864887 - -2.3725864887 - 3.0584514141 - 3.0584514141 - 0.2709468603 - 3.0309355259 - 0.2709468603 - 3.0584514141 - 3.0309355259 - 0.6267428994 - 3.0309355259 - 3.0309355259 - 3.0584514141 - 3.0309355259 - 0.6267428994 - 3.0309355259 - 2.3386523724 - 2.3386523724 - 1.0214217901 - 1.0214217901 - -0.9038881063 - -0.9038881063 - -2.4344656467 - -2.4344656467 - 3.0419239998 - -1.5367186069 - -1.5367186069 - -2.1794855595 - -0.9011573792 - -2.1794855595 - 2.9816794395 - 2.9816794395 - 2.9816794395 - 2.9816794395 - 3.0132694244 - 2.9764440060 - 2.9764440060 - 2.9764440060 - 2.9764440060 - 1.7023844719 - 1.7023844719 - -2.1390831470 - -2.1390831470 - -0.6267428994 - -0.6267428994 - 3.1415927410 - 3.1415927410 - -1.9138202667 - -1.9138202667 - 0.9691426754 - 0.9691426754 - 0.6673061252 - 0.6673061252 - 0.2030452192 - 0.2030452192 - -0.7717003822 - -0.7717003822 - 2.8335399628 - 2.8335399628 - 2.8335399628 - 2.8753407001 - 2.8335399628 - 2.8049178123 - 2.8049178123 - -2.6779451370 - -2.6779451370 - -2.7468016148 - -1.2490457296 - -1.2490457296 - -1.1712808609 - -1.1790963411 - -1.1712808609 - 0.4006243944 - 0.4006243944 - -0.8491414785 - -0.8491414785 - -2.7323467731 - 0.9097531438 - -2.7323467731 - -0.9827937484 - -0.9827937484 - 0.2698491514 - 0.2698491514 - 2.6163489819 - 2.6163489819 - 2.6642472744 - 2.6642472744 - 0.7153375745 - 0.7153375745 - -1.9472866058 - -1.9472866058 - 0.9453113079 - 0.9453113079 - 0.9544993639 - 0.9342880845 - 0.9544993639 - 0.8850668073 - 0.9067501426 - 0.9272952080 - 0.9272952080 - 0.9544993639 - 0.9067501426 - 0.9272952080 - -2.3408110142 - -2.3408110142 - -2.3114483356 - 0.6812981963 - 0.6812981963 - -2.2073044777 - -2.2073044777 - -2.5535900593 - -2.5535900593 - -2.5535900593 - -3.0966789722 - -3.0966789722 - -2.3799993992 - -2.3799993992 - -0.5954098701 - -0.5954098701 - 2.5564801693 - 2.5564801693 - -1.4382448196 - -1.4382448196 - 1.9407024384 - 1.9407024384 - 2.8548471928 - 2.8548471928 - 2.9584817886 - 2.9584817886 - 1.8870824575 - 1.8870824575 - -2.8632929325 - -2.8632929325 - -2.9078495502 - -2.8632929325 - 0.9034901857 - 0.9034901857 - -2.5568473339 - -1.0882830620 - -1.0882830620 - -1.3882365227 - -1.3882365227 - -0.3985224366 - -0.3985224366 - -1.7942728996 - -1.7942728996 - 0.6231993437 - 0.6231993437 - -2.2014775276 - -2.2014775276 - -1.0007559061 - -1.0007559061 - 2.1524498463 - -2.5213432312 - 2.1524498463 - -0.8699418902 - -0.8699418902 - -2.7343368530 - -2.7343368530 - -0.4591431320 - -0.4591431320 - 1.8347600698 - 1.8347600698 - 1.4994888306 - 1.4994888306 - 0.5995962620 - 2.7017500401 - 0.5995962620 - -3.0875911713 - -3.0875911713 - -3.0860941410 - 2.8515057564 - 2.8515057564 - 2.8791332245 - -3.0875911713 - -3.0875911713 - -3.0875911713 - -3.0875911713 - -3.0875911713 - -3.0875911713 - -3.0875911713 - -3.0875911713 - -3.0875911713 - -3.0875911713 - -3.0875911713 - -3.0890095234 - 0.9272952080 - 0.9272952080 - 0.1243549958 - 0.1243549958 - 0.5404195189 - -0.4500737786 - -1.4375696182 - -0.4500737786 - 0.1243549958 - -0.4500737786 - -1.4375696182 - 2.0981872082 - 2.0981872082 - 0.3507279456 - 0.3507279456 - 2.7770667076 - 2.7770667076 - 2.3501338959 - 2.3501338959 - -0.3805063665 - -0.3805063665 - -0.8124186397 - -0.8124186397 - 1.5707963705 - 1.5707963705 - -0.7853981853 - -0.7853981853 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 2.2827970982 - 0.0000000000 - 2.2827970982 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 1.6738779545 - 1.6738779545 - 3.1165978909 - 3.1165978909 - 0.1634764373 - 0.1634764373 - 0.7345944643 - 0.7345944643 - -0.7294566035 - 0.9953716993 - 1.0821539164 - -0.7294566035 - 0.7288547158 - 0.7288547158 - 3.0606884956 - 3.0606884956 - 3.0606884956 - 2.3855977058 - 2.3855977058 - 2.3784129620 - 2.3784129620 - 2.3855977058 - 2.3784129620 - 2.5026786327 - 2.5026786327 - 1.9914597273 - -1.0262446404 - 1.9914597273 - -2.0638473034 - -2.0638473034 - 1.0974402428 - 1.0974402428 - 0.5328438878 - 1.2793395519 - 1.2793395519 - 1.2899585962 - 1.2899585962 - 2.9799714088 - 2.9799714088 - -0.6086893082 - -0.6086893082 - 1.0439916849 - 2.0931997299 - 1.0439916849 - 2.0778949261 - 2.0778949261 - 2.7453532219 - 2.7453532219 - -0.0855052918 - 2.8632929325 - -0.0855052918 - 2.9304993153 - 2.9375746250 - 2.9304993153 - 2.9229238033 - 2.9304993153 - 2.9304993153 - -2.9572682381 - -2.9572682381 - -2.6391713619 - -2.6391713619 - 1.9018924236 - 2.8753407001 - 2.8335399628 - 2.8335399628 - 2.8753407001 - 2.8335399628 - -2.7468016148 - -2.6779451370 - -2.7468016148 - 0.7234086990 - 0.7234086990 - 0.8276265860 - 0.8276265860 - -1.0141969919 - -1.0141969919 - 2.7049655914 - 2.7049655914 - 3.1138219833 - 3.1138219833 - 2.9996955395 - 2.9996955395 - 1.4333702326 - 1.4333702326 - 0.6534263492 - 0.6534263492 - 0.6300339103 - 0.6300339103 - 2.6224465370 - 2.6224465370 - 1.9619218111 - 1.9619218111 - 1.0240074396 - 1.0240074396 - 2.2974386215 - 2.2974386215 - 2.3483207226 - 1.8269476891 - 2.3483207226 - 1.0164887905 - 1.0164887905 - 1.0235118866 - 1.7218116522 - 1.6977691650 - 1.7218116522 - 2.4149503708 - 2.4149503708 - 2.1482360363 - 2.1482360363 - -0.6857295036 - -0.6857295036 - -2.4980914593 - -2.4980914593 - 2.0243940353 - 2.0243940353 - 1.0303767920 - 1.0303767920 - 2.7610862255 - 2.7610862255 - -2.6897788048 - -2.6897788048 - 1.0441690683 - 1.0441690683 - 0.8110335469 - 0.8110335469 - -0.0996686518 - -0.0996686518 - 2.3036115170 - 2.3036115170 - 2.2720563412 - 2.2720563412 - -2.9078495502 - -2.8632929325 - -2.9078495502 - -2.8632929325 - -0.6132073402 - -0.6132073402 - 0.6327488422 - 0.6327488422 - -1.5395565033 - -0.9827937484 - -0.9827937484 - 0.6223028898 - 0.6223028898 - -2.6210117340 - -2.6210117340 - -1.2864115238 - -1.2864115238 - -0.7419472933 - -0.7419472933 - -1.7168085575 - -1.7168085575 - 1.1284221411 - 1.1284221411 - -2.5461828709 - -2.5461828709 - -0.9739704132 - -0.9739704132 - -3.0209689140 - -3.0209689140 - -1.2021003962 - -1.2021003962 - -3.0535852909 - -3.0535852909 - -3.0244839191 - -3.0244839191 - -3.0535852909 - -3.0244839191 - 1.1111972332 - 1.1111972332 - 0.9994588494 - 0.9994588494 - 0.9910808206 - 0.9910808206 - 0.9994588494 - 0.9910808206 - 2.2005996704 - 2.2005996704 - 2.1815223694 - -0.9119902849 - -0.9119902849 - 1.3734008074 - 1.3734008074 - -3.0875911713 - -3.0875911713 - -3.0890095234 - -3.0875911713 - -3.0875911713 - -3.0890095234 - -3.0890095234 - -3.0875911713 - -3.0875911713 - 2.1375255585 - 2.1375255585 - 2.3285772800 - 2.3285772800 - 2.9653580189 - 2.9653580189 - 0.3569119275 - 0.3569119275 - 3.1415927410 - 3.1415927410 - 3.1415927410 - -2.6888141632 - -2.6888141632 - 0.9248382449 - -0.7853981853 - -0.7853981853 - 3.1415927410 - 3.1415927410 - -0.1721908152 - -0.1721908152 - -0.1651486754 - -0.1651486754 - -0.7621465325 - -0.7621465325 - -2.2164855003 - -2.2164855003 - -3.0639710426 - 3.1165978909 - 3.1165978909 - 3.1159572601 - 3.1159572601 - 3.1152830124 - 3.0903553963 - 3.0903553963 - 3.0903553963 - -0.3752708137 - -0.3752708137 - -2.5829932690 - -2.5829932690 - 3.0916342735 - 3.0916342735 - 3.0903553963 - 3.0903553963 - 3.0648207664 - 0.9953716993 - 0.9953716993 - 1.0821539164 - -0.7294566035 - 3.0628087521 - 3.0628087521 - -1.9016101360 - -1.9016101360 - 2.3479301929 - 2.3479301929 - -1.7918434143 - -1.7918434143 - 3.0244839191 - 3.0244839191 - 2.9955804348 - -0.6158699393 - -0.6158699393 - 3.0419239998 - -2.4344656467 - 3.0419239998 - -2.0507469177 - 0.5176491141 - -2.0507469177 - -2.5127964020 - -2.5127964020 - 1.8157750368 - 1.8157750368 - 3.0132694244 - 2.9816794395 - 3.0132694244 - 1.5248516798 - 1.5248516798 - 2.9764440060 - 2.9764440060 - 2.9764440060 - 2.9764440060 - 2.9441971779 - 0.9289815426 - 0.9289815426 - 0.5713374615 - 0.5713374615 - -1.9731174707 - -1.9731174707 - -2.3058772087 - 0.6162969470 - 0.6162969470 - -2.3058772087 - -1.9731174707 - -2.3058772087 - 2.9229238033 - 2.9304993153 - 2.9229238033 - 2.9304993153 - 2.9304993153 - 2.9304993153 - -0.5404195189 - -0.5404195189 - 2.9147937298 - 2.9147937298 - 0.6724784970 - 0.6724784970 - 1.0209431648 - -0.0135126906 - 1.0209431648 - 1.1659045219 - 1.1659045219 - 0.6361886263 - 1.9018924236 - 2.6599290371 - -2.6391713619 - 1.9018924236 - -0.9002747536 - -0.9002747536 - 0.5829135776 - 0.5829135776 - -0.8066715598 - -0.8066715598 - 2.8198421001 - 2.8198421001 - -1.9040405750 - -1.9040405750 - 0.1178721040 - 0.1178721040 - 1.7102364302 - 1.7102364302 - -2.9617390633 - -2.9617390633 - 0.9097531438 - 0.9097531438 - -2.7323467731 - 0.8760580420 - 0.8760580420 - 2.6135182381 - 2.6135182381 - -1.1964627504 - -1.1964627504 - 0.9590693712 - 0.9590693712 - 2.5308666229 - 2.5308666229 - 0.6673061252 - 1.8269476891 - 0.6673061252 - 1.0235118866 - 1.0164887905 - 1.0235118866 - 2.6212372780 - 2.6212372780 - 0.3217505515 - 0.3217505515 - 1.7033478022 - 1.6124389172 - 1.6124389172 - -2.9262349606 - -2.9262349606 - 0.0000000000 - 0.0000000000 - -3.1257209778 - -3.1257209778 - 3.1415927410 - 0.2914567888 - 0.2914567888 - 0.1874291152 - 0.1874291152 - -1.6207547188 - -1.6207547188 - 1.9586962461 - 1.9586962461 - 1.1566578150 - -1.6475682259 - -1.6475682259 - -2.7091848850 - -2.7091848850 - 2.7610862255 - 2.7610862255 - 2.2714307308 - 2.2714307308 - -0.7086262703 - -0.7086262703 - -3.0344772339 - -3.0344772339 - -1.9559538364 - -1.9559538364 - -3.1093456745 - -3.1093456745 - 2.2716507912 - 2.2716507912 - -1.5395565033 - 0.6327488422 - -1.5395565033 - 0.0938412100 - 0.0938412100 - -2.3504803181 - -2.3504803181 - -2.9361972809 - -2.9361972809 - 0.8441540003 - 0.8441540003 - -1.2924966812 - -1.2924966812 - -2.9648838043 - -2.9648838043 - -3.0045263767 - -0.3729877174 - -0.3729877174 - -3.0132694244 - -3.0132694244 - -3.0090410709 - -3.0090410709 - -3.0132694244 - -3.0090410709 - -2.5473790169 - -2.5473790169 - 2.6311042309 - 2.6311042309 - -0.5747758746 - -0.5747758746 - 2.5372872353 - 2.5372872353 - -0.5747758746 - 2.5372872353 - 1.8757886887 - 1.8757886887 - -0.3091989160 - -0.9352106452 - -0.3091989160 - 1.7975951433 - 1.7975951433 - -2.2974386215 - -2.2974386215 - -2.2817056179 - -2.2817056179 - -2.2974386215 - -2.2817056179 - 0.1651486754 - 0.1651486754 - 2.1815223694 - 2.2005996704 - 2.1815223694 - 1.1659045219 - 1.1659045219 - 2.8791332245 - 2.8515057564 - 2.8791332245 - 1.4424730539 - 1.4424730539 - 0.5404195189 - 0.1243549958 - 0.5404195189 - 2.1062159538 - 2.1062159538 - 1.0327521563 - -0.8917910457 - 1.0327521563 - 0.8334894180 - 0.8334894180 - -3.0548543930 - -3.0548543930 - 0.5763752460 - 0.5763752460 - 0.9248382449 - -2.6888141632 - 0.9248382449 - 0.3827435076 - 0.3827435076 - -2.3352184296 - -2.3352184296 - 3.1165978909 - 3.1159572601 - 3.1165978909 - 0.3105986118 - 1.3116942644 - 0.3105986118 - 3.0916342735 - 3.0916342735 - 3.1165978909 - 3.1165978909 - 3.0903553963 - 3.0648207664 - 1.3258177042 - 1.3258177042 - -0.4018706381 - -0.4018706381 - 1.0169419050 - 0.6267428994 - 3.0309355259 - 0.6267428994 - 3.0309355259 - 1.5864200592 - 1.5864200592 - 2.6078844070 - 2.6078844070 - 3.0309355259 - 3.0309355259 - 3.0309355259 - 3.0309355259 - 0.7736340165 - 0.7736340165 - 2.3946371078 - 2.3946371078 - 2.9816794395 - 2.9816794395 - 2.9816794395 - 2.9816794395 - -0.3217505515 - -0.3217505515 - 0.6777082682 - 0.6777082682 - 2.3871123791 - 2.3871123791 - 1.5707963705 - 1.5707963705 - 2.8632929325 - 2.8632929325 - -0.0855052918 - 0.9756168127 - 0.9756168127 - -2.1840035915 - -2.1840035915 - -2.5421402454 - -2.5421402454 - -2.5342874527 - -2.5342874527 - -2.5421402454 - -2.5342874527 - 2.9304993153 - 2.9375746250 - 2.9304993153 - 2.9229238033 - 2.9304993153 - 2.9304993153 - -0.9083700180 - -0.9083700180 - 2.9229238033 - 2.9304993153 - 2.9229238033 - 2.9229238033 - 2.9304993153 - 2.9229238033 - 2.9229238033 - 2.9229238033 - 2.9304993153 - 2.3776965141 - 2.3776965141 - -0.0135126906 - -0.0135126906 - 1.0209431648 - 2.6212372780 - 2.6212372780 - -0.8638882637 - -0.8638882637 - 2.3136670589 - 2.3136670589 - 2.1010119915 - 2.1010119915 - -2.3355078697 - -2.3355078697 - 2.8335399628 - 2.8335399628 - 2.8753407001 - 2.8335399628 - -0.2688404918 - -0.2688404918 - 2.8049178123 - 2.8049178123 - 2.7430701256 - -2.5252957344 - -2.5252957344 - -3.0564332008 - -3.0564332008 - 0.4494305551 - 0.4494305551 - 2.0591301918 - 2.0591301918 - 0.6029827595 - 0.6029827595 - -0.7853981853 - -0.7853981853 - -2.1713373661 - -2.1713373661 - 2.4534475803 - 2.4534475803 - -2.9746224880 - -2.9746224880 - -2.3114483356 - -2.3408110142 - -2.3114483356 - -2.3100733757 - 3.1415927410 - -3.1257209778 - 3.1415927410 - -2.4805495739 - -2.4805495739 - 0.6169418693 - 0.6169418693 - 1.4570043087 - 1.4570043087 - -2.5127964020 - -2.5127964020 - 0.6998928785 - 0.6998928785 - -2.0268683434 - -2.0268683434 - 2.8546538353 - 2.8546538353 - -2.8198421001 - -2.8198421001 - -2.7509856224 - -2.7509856224 - 2.3449590206 - 2.3449590206 - 0.6705215573 - 0.6705215573 - 1.0516501665 - 1.0516501665 - -2.8753407001 - -2.8753407001 - -2.8632929325 - -2.8632929325 - -2.9078495502 - -2.8632929325 - -2.5568473339 - 0.9034901857 - -2.5568473339 - 1.7882337570 - -2.8753407001 - -2.8753407001 - -0.5343954563 - -0.5343954563 - -1.6107749939 - -1.6107749939 - 2.6167969704 - 2.6167969704 - -3.0045263767 - -2.9648838043 - -3.0045263767 - -2.8409869671 - -2.8409869671 - 0.8213539124 - 0.8213539124 - 0.5404195189 - 0.5404195189 - -0.6498704553 - -0.6498704553 - -0.5366881490 - -0.5366881490 - -0.6498704553 - -0.5366881490 - 1.8655264378 - 1.8655264378 - 0.8567056060 - 0.8567056060 - -3.0860941410 - -3.0875911713 - -3.0860941410 - 2.5096185207 - 2.5096185207 - -0.4816636741 - -0.4816636741 - -0.9707460999 - -0.9707460999 - 2.5683381557 - 2.5683381557 - -2.7643435001 - -2.7643435001 - -1.8490959406 - -1.8490959406 - 0.2484874278 - 0.2484874278 - -3.0639710426 - -2.2164855003 - -3.0639710426 - 2.3617811203 - 2.3617811203 - 3.0648207664 - 3.0903553963 - 3.0648207664 - 1.0821539164 - 0.9953716993 - 1.0821539164 - -0.7294566035 - 2.3368420601 - 2.3368420601 - 3.0903553963 - 3.1165978909 - 3.0903553963 - 3.0648207664 - 3.0628087521 - 3.0628087521 - -2.0106389523 - -2.0106389523 - 3.0606884956 - 3.0606884956 - -3.0172376633 - -3.0172376633 - -2.3175396919 - -2.3175396919 - 1.7577755451 - 1.2408492565 - 1.7577755451 - 3.0309355259 - 3.0339028835 - 3.0309355259 - 3.0309355259 - 3.0309355259 - 3.0309355259 - 3.0309355259 - 3.0309355259 - 3.0309355259 - 3.0309355259 - 3.0309355259 - 3.0309355259 - -3.0509328842 - -3.0509328842 - -3.0495457649 - -3.0495457649 - -3.0509328842 - -3.0495457649 - 1.5836161375 - 1.5836161375 - 3.0244839191 - 3.0278005600 - 3.0278005600 - 3.0244839191 - 3.0244839191 - 3.0278005600 - 2.9955804348 - 3.0244839191 - 2.9955804348 - 0.0475831032 - 0.0475831032 - 0.5328438878 - 1.0974402428 - 0.5328438878 - 1.5337761641 - 1.5337761641 - 2.9912211895 - 2.9865958691 - 2.9912211895 - 2.9865958691 - 2.9865958691 - 2.9816794395 - 2.9865958691 - 2.9816794395 - 2.9865958691 - 2.9816794395 - 2.9865958691 - 2.9816794395 - 2.9865958691 - 2.9865958691 - 2.9816794395 - 2.9865958691 - 2.9816794395 - 2.9816794395 - 2.9816794395 - 2.9865958691 - 2.9816794395 - 2.9816794395 - -0.5019064546 - -0.5019064546 - 2.0944809914 - 2.0944809914 - 2.4023156166 - 2.4023156166 - -2.2965638638 - -2.2965638638 - 0.1106572226 - 0.1106572226 - 2.9375746250 - 2.9375746250 - 2.9304993153 - 2.9304993153 - 2.9304993153 - 2.9304993153 - 2.9229238033 - 2.9304993153 - 2.9304993153 - 2.9304993153 - 2.9304993153 - 2.9304993153 - 2.9229238033 - 2.9304993153 - 2.9304993153 - 2.9304993153 - 2.0106389523 - 2.0106389523 - 1.4270576239 - 1.4270576239 - 0.6649647355 - 0.6649647355 - -2.1937053204 - -2.1937053204 - 1.5852880478 - 1.5852880478 - -0.4883339405 - -0.4883339405 - 2.9584817886 - 2.9584817886 - 2.9406383038 - 2.9406383038 - 2.9584817886 - 2.9406383038 - 2.2896263599 - 2.2896263599 - -1.2998495102 - -1.2998495102 - 2.2827970982 - 2.2827970982 - 2.8864102364 - 2.8864102364 - 2.8632929325 - 2.8632929325 - 2.0528750420 - 2.0528750420 - 2.0481417179 - 0.4583000541 - 2.3561944962 - 0.4583000541 - -2.5072097778 - -2.5072097778 - 2.3405706882 - 2.3405706882 - 2.1962814331 - 2.1962814331 - -0.6231993437 - -0.6231993437 - -1.9295669794 - -1.9295669794 - -2.3100733757 - -2.3114483356 - -2.3100733757 - 2.6690957546 - 2.6690957546 - -2.9912211895 - -2.9912211895 - 1.1566578150 - 1.9586962461 - 1.1566578150 - 1.6879050732 - 1.6879050732 - 1.5413930416 - 1.5413930416 - -2.0855803490 - -2.0855803490 - 0.8726758957 - -1.3754047155 - -1.3754047155 - 2.4393358231 - 2.4393358231 - 1.5981867313 - 1.5981867313 - 2.6367313862 - 2.6367313862 - 2.5322663784 - 2.5322663784 - -1.3684747219 - -1.3684747219 - 0.7678561211 - 0.7678561211 - -2.9516043663 - -2.9516043663 - -2.9441971779 - -2.9441971779 - -2.9516043663 - -2.9441971779 - -1.3654009104 - -1.3654009104 - -2.4292349815 - -2.4292349815 - -2.0344438553 - -2.0344438553 - 0.7478218675 - 0.7478218675 - -2.2757234573 - -2.2757234573 - 0.9827937484 - 0.9827937484 - -0.9352106452 - -0.9352106452 - -0.3091989160 - 1.3711124659 - 1.3711124659 - 2.4275019169 - 2.4275019169 - -0.4527784586 - -0.4527784586 - -3.0584514141 - -3.0584514141 - -3.0860941410 - -1.0364007950 - -1.0364007950 - 1.1071487665 - 1.1071487665 - 0.3455555737 - 0.3455555737 - -0.7095206976 - -0.7095206976 - -0.9440534115 - -0.9440534115 - -0.8917910457 - -0.8917910457 - 1.0327521563 - 1.8794472218 - 1.9922155142 - 1.9922155142 - -0.5450996757 - -0.5450996757 - 2.2848870754 - 2.2848870754 - 2.2468760014 - 2.2468760014 - 3.0916342735 - 3.0916342735 - -2.2640194893 - -2.2640194893 - 1.9868608713 - 1.9868608713 - 2.8232550621 - 2.8232550621 - 2.6934475899 - 2.6934475899 - 0.5674399734 - 0.5674399734 - 3.0648207664 - 3.1165978909 - 3.0903553963 - 3.0648207664 - 0.7173216939 - 0.7173216939 - 2.5161075592 - 2.5161075592 - -2.5586791039 - -2.5586791039 - 0.2449786663 - 0.2449786663 - 2.7646834850 - 2.7646834850 - 2.7610862255 - 2.7557098866 - 2.7610862255 - 2.7646834850 - 2.7610862255 - 2.7557098866 - 0.7431697845 - 0.7431697845 - 1.9900287390 - -2.5317866802 - -2.5317866802 - -2.7326848507 - -2.7326848507 - 3.0278005600 - 3.0278005600 - 3.0278005600 - 3.0244839191 - 3.0244839191 - 3.0278005600 - 3.0244839191 - 3.0278005600 - 3.0278005600 - 3.0244839191 - 3.0244839191 - 3.0278005600 - 2.9955804348 - 2.9955804348 - 2.9955804348 - 2.9955804348 - 0.9173699617 - 0.9173699617 - 2.6731374264 - 2.6731374264 - 0.8960554004 - 0.8960554004 - 2.9441971779 - 2.9764440060 - 2.9441971779 - 0.7229793668 - 0.7229793668 - 1.5302779675 - 1.5302779675 - 1.5308176279 - 1.7858111858 - 1.7858111858 - -2.3074526787 - -2.3074526787 - 2.9304993153 - 2.9229238033 - 2.9229238033 - 2.9304993153 - 0.5459852815 - 0.5459852815 - 0.6361886263 - 1.1659045219 - 0.6361886263 - 0.3956896067 - 0.3956896067 - -2.4227626324 - -2.4227626324 - 2.0800974369 - 2.0800974369 - -0.0617769621 - -0.0617769621 - 2.3291740417 - 2.3291740417 - 2.5393052101 - 2.5393052101 - 2.6986675262 - 2.6986675262 - 2.9899871349 - 2.9899871349 - 2.8674252033 - 2.8674252033 - -2.4061529636 - -2.4061529636 - 2.0481417179 - 0.8491414785 - 2.0528750420 - 2.0481417179 - 2.7886023521 - 2.7886023521 - 2.7430701256 - 2.7886023521 - 2.7886023521 - 2.0189414024 - 2.0189414024 - 2.5912067890 - 2.5912067890 - -1.3045443296 - -1.3045443296 - 0.2510026991 - 0.2510026991 - 3.1112987995 - 3.1112987995 - -0.3045108914 - -0.3045108914 - 1.0101093054 - 1.0101093054 - 0.0161276329 - 0.0161276329 - 1.7033478022 - 0.3217505515 - 1.7033478022 - 1.3734008074 - 1.3734008074 - -0.6137700677 - -0.6137700677 - -0.6032298803 - -0.6032298803 - -0.6137700677 - -0.6032298803 - 2.5582196712 - 2.5582196712 - 1.2021003962 - 1.2021003962 - 1.1902899742 - 0.3217505515 - 0.3217505515 - 1.5346674919 - 1.5346674919 - 3.0692553520 - 3.0692553520 - 0.9874233007 - 0.9874233007 - 1.0014830828 - 1.0014830828 - 0.9874233007 - 1.0014830828 - 0.9600703716 - 0.9600703716 - -2.8162319660 - -2.8162319660 - -2.7878894806 - -2.7878894806 - -1.3909428120 - -1.3909428120 - 0.5734405518 - 0.5734405518 - -0.4518138468 - -0.4518138468 - -2.9865958691 - -2.9865958691 - -3.0172376633 - 2.3405706882 - 2.3405706882 - -3.0535852909 - -3.0244839191 - -3.0535852909 - -3.0560872555 - -3.0606884956 - -3.0606884956 - -3.0584514141 - -3.0584514141 - -3.0606884956 - -3.0584514141 - -2.9349093437 - -2.9349093437 - -1.0873492956 - -1.0873492956 - 0.9357696176 - 0.9357696176 - 2.9202783108 - 2.9202783108 - 2.9084129333 - -0.1726814955 - -0.1726814955 - 1.3521274328 - 1.3521274328 - 0.0499583967 - 0.0499583967 - 1.2044019699 - 1.2044019699 - 0.4172673821 - 0.4172673821 - -0.2479548454 - -0.2479548454 - 3.0628087521 - 3.0628087521 - 3.0648207664 - 3.0339028835 - 3.0339028835 - 3.0339028835 - 3.0339028835 - 3.0309355259 - 0.0812163055 - 0.0812163055 - 3.0309355259 - 3.0309355259 - 3.0309355259 - 2.5615899563 - 2.5615899563 - 1.5401936769 - 1.5401936769 - 1.2490457296 - 1.2490457296 - 1.7342727184 - 1.2649174929 - 1.7342727184 - -0.9667179585 - -0.9667179585 - -0.6747409701 - -0.6747409701 - -2.7722589970 - -2.7722589970 - -0.2476813644 - -0.2476813644 - -3.0804445744 - 1.6111783981 - 1.7916251421 - -3.0804445744 - 2.5296902657 - 2.5296902657 - 1.3497492075 - 1.3497492075 - 0.5374433398 - 0.5374433398 - 1.5308176279 - 1.5302779675 - 1.5308176279 - -1.9295669794 - -1.9295669794 - 2.9147937298 - 2.9229238033 - 2.9147937298 - 1.8867665529 - 1.8867665529 - -0.8669776917 - -0.8669776917 - 2.7839293480 - 2.7839293480 - -1.9154436588 - -1.9154436588 - 2.7430701256 - 2.8049178123 - 2.7430701256 - 2.7430701256 - 2.7886023521 - 2.7430701256 - 2.9379341602 - 2.9379341602 - 2.3561944962 - 2.3561944962 - 0.4583000541 - 2.9669203758 - 2.9669203758 - -1.5707963705 - -1.5707963705 - -1.5707963705 - 2.7509856224 - 2.7509856224 - -0.9600703716 - -0.9600703716 - 0.7440993190 - -1.5591689348 - 0.7440993190 - 0.0767718926 - 0.0767718926 - 1.0563449860 - 1.0563449860 - 0.0333209969 - 0.0333209969 - -3.0702850819 - -3.0702850819 - -0.0499583967 - -0.0499583967 - 1.8622530699 - 1.8622530699 - -2.8905899525 - -2.8905899525 - -2.3884413242 - -2.3884413242 - -2.3725864887 - -2.3725864887 - -2.3884413242 - -2.3725864887 - -2.8874678612 - -2.8874678612 - -1.7359449863 - -1.7359449863 - -2.3036115170 - -2.3036115170 - 1.1902899742 - 1.2021003962 - 1.1902899742 - -0.6158699393 - -0.6158699393 - -0.6086893082 - -0.6086893082 - -0.6158699393 - -0.6086893082 - 2.2917675972 - 2.2917675972 - 2.5535900593 - 2.5535900593 - -2.2197918892 - -2.2197918892 - -0.8645972610 - -2.0246403217 - -0.8645972610 - -1.5600440502 - -2.7509856224 - -1.5600440502 - 0.7188299894 - 0.7188299894 - 0.8726758957 - -2.0855803490 - 0.8726758957 - -2.7516748905 - -2.7516748905 - 2.6879949570 - 2.6879949570 - 0.1736712009 - 0.1736712009 - 1.7882337570 - -2.5568473339 - 1.7882337570 - -2.8966140747 - -2.8966140747 - 1.9974237680 - -2.9147937298 - -2.9147937298 - -2.9147937298 - -2.9516043663 - -0.3967086673 - -0.3967086673 - -3.0118901730 - -3.0118901730 - 2.3561944962 - 2.3561944962 - -3.0090410709 - -3.0090410709 - -2.2881181240 - -2.2881181240 - 2.6422460079 - 2.6422460079 - 3.1415927410 - 3.1415927410 - -3.0172376633 - -2.9865958691 - -3.0172376633 - -2.9865958691 - 0.5807563663 - 0.5807563663 - 2.0899424553 - 2.0899424553 - 0.3779683113 - 0.3779683113 - -3.0560872555 - -3.0535852909 - -3.0560872555 - 2.2253670692 - 2.2253670692 - -3.0560872555 - -3.0560872555 - -3.0278005600 - -3.0278005600 - -1.8313987255 - -1.8313987255 - -3.0860941410 - -3.0584514141 - -3.0860941410 - -0.0416425802 - -0.0416425802 - 1.3567355871 - 2.3874342442 - 2.3874342442 - 1.8794472218 - -0.8917910457 - 1.7865625620 - 1.8794472218 - 1.8707435131 - 1.8707435131 - 2.9084129333 - 2.9202783108 - 2.9084129333 - 1.2095925808 - 1.2095925808 - -3.1159572601 - -3.1159572601 - -3.1165978909 - -3.1165978909 - -3.1159572601 - -3.1165978909 - 0.0199973341 - 0.0199973341 - 2.1429898739 - 2.1429898739 - 1.9703118801 - 1.9703118801 - 0.2347226143 - 0.2347226143 - -0.6407837272 - -0.6407837272 - 0.7853981853 - 0.7853981853 - -2.8966140747 - -2.8966140747 - 0.7086262703 - 0.7086262703 - -0.3713991642 - -0.3713991642 - 1.1351134777 - 1.1351134777 - -2.4621789455 - -2.4621789455 - -2.5820858479 - -2.5820858479 - 3.0648207664 - 3.0628087521 - 3.0648207664 - -2.6724805832 - -2.6724805832 - 3.1415927410 - 3.1415927410 - 2.6824495792 - 2.9422552586 - 2.6824495792 - 2.7557098866 - 2.7646834850 - 2.7610862255 - 2.7557098866 - 1.2531609535 - 1.2531609535 - 1.2408492565 - 1.2408492565 - 1.2531609535 - 1.2408492565 - 1.7577755451 - 2.7942066193 - 2.7942066193 - -2.2377045155 - -2.2377045155 - -3.0118901730 - -3.0118901730 - 3.0309355259 - 3.0309355259 - 3.0309355259 - 3.0309355259 - 3.0309355259 - 3.0309355259 - 3.0309355259 - 3.0309355259 - 3.0309355259 - 3.0309355259 - 3.0309355259 - 1.9900287390 - 0.7431697845 - 1.9900287390 - 3.0278005600 - 3.0278005600 - 3.0278005600 - 3.0244839191 - 3.0244839191 - 3.0278005600 - 3.0278005600 - 3.0278005600 - 3.0278005600 - 3.0244839191 - 3.0244839191 - 3.0278005600 - 3.0278005600 - 3.0244839191 - 3.0244839191 - 3.0278005600 - -0.4383365512 - 3.0309355259 - 3.0278005600 - 0.4182243347 - 0.4182243347 - -0.0975158066 - -0.0975158066 - 1.2649174929 - 1.2649174929 - 1.7342727184 - -2.1112158298 - -2.1112158298 - 2.9865958691 - 2.9912211895 - 2.9865958691 - 2.9562447071 - 2.9912211895 - -2.2597208023 - -2.2597208023 - -2.2896263599 - 1.8011987209 - 1.8011987209 - 2.0812847614 - 2.0812847614 - 2.5849933624 - 2.5849933624 - 0.6982408762 - 0.6982408762 - 1.6111783981 - 1.6111783981 - 1.7916251421 - -3.0804445744 - 1.4827889204 - 1.4827889204 - -1.5042281151 - -1.5042281151 - 1.5954827070 - 1.5954827070 - 1.5587487221 - 1.5951817036 - 0.9293236136 - 0.9293236136 - 0.5224034190 - 0.5224034190 - 2.9060475826 - 2.9060475826 - 2.7776136398 - 2.7776136398 - -2.9584817886 - -2.9584817886 - -1.5707963705 - -1.5707963705 - -1.5707963705 - 2.7291822433 - 2.7291822433 - -1.5591689348 - -1.5591689348 - 0.7440993190 - 3.0940096378 - 3.0940096378 - 0.2449786663 - 0.2449786663 - -0.3985224366 - -3.0639710426 - -3.0639710426 - 2.5535900593 - 2.5535900593 - -1.0888581276 - -1.0888581276 - 0.3608367741 - 0.3608367741 - -0.5522183776 - -0.5522183776 - 1.8370484114 - 1.8370484114 - 1.9195673466 - -0.8272898197 - -0.8272898197 - 2.0119757652 - 2.0119757652 - 2.0014889240 - 2.0344438553 - 2.2896263599 - 2.2896263599 - 2.2817056179 - 2.2817056179 - 2.2896263599 - 2.2817056179 - 2.5608363152 - 2.5608363152 - -0.1632402837 - -0.1632402837 - 1.6023647785 - 1.6023647785 - -2.1910457611 - -2.1910457611 - 1.6918236017 - 1.6918236017 - -2.0803885460 - -2.0803885460 - 2.9660005569 - 2.9660005569 - -2.7509856224 - -2.7509856224 - -1.5600440502 - 1.7928782701 - 1.7928782701 - 1.2082520723 - 1.2082520723 - 1.2706251144 - -2.0344438553 - 1.2706251144 - 3.1415927410 - 3.1415927410 - 1.6517003775 - 1.6517003775 - 1.9974237680 - -2.8966140747 - 1.9974237680 - 2.0686187744 - 2.0686187744 - 2.8049178123 - 2.8049178123 - -2.9147937298 - -2.9147937298 - -2.9147937298 - -2.9516043663 - -2.9147937298 - -0.3430239260 - -0.3430239260 - -2.9764440060 - -2.9764440060 - 2.1397795677 - 2.1397795677 - -2.3036115170 - -2.3036115170 - -1.5359266996 - -1.5359266996 - -0.1106572226 - -0.1106572226 - -0.1082705930 - -0.1082705930 - -0.1106572226 - -0.1082705930 - 1.3854483366 - 1.3854483366 - 2.5040438175 - 2.5040438175 - -1.5308176279 - -1.5308176279 - 2.0142445564 - 2.0142445564 - 1.3567355871 - -0.0416425802 - 1.3567355871 - 0.3868757188 - 0.3868757188 - 2.1899576187 - 2.1899576187 - -1.5451608896 - -1.5451608896 - 0.0996686518 - 0.0996686518 - -2.6599290371 - 0.5032744408 - -2.6599290371 - -0.1048769355 - -0.1048769355 - -0.5911571383 - -0.5911571383 - 2.8657867908 - 2.8657867908 - -0.2587708831 - -0.2587708831 - 1.1769276857 - 1.1769276857 - -2.0831856728 - -2.0831856728 - 0.2782996595 - 0.2782996595 - 1.7975951433 - 1.7975951433 - 2.0123887062 - 2.0123887062 - 1.0838971138 - 1.0838971138 - 1.6965657473 - 1.6965657473 - -2.7165524960 - 2.9422552586 - -2.7165524960 - -2.4149503708 - -2.4149503708 - 0.8224182725 - 0.8224182725 - 1.0007559061 - 1.0007559061 - 1.4464412928 - 1.4464412928 - -0.4383365512 - 3.0278005600 - 3.0278005600 - 3.0244839191 - 3.0278005600 - -0.4383365512 - 3.0309355259 - 3.0278005600 - 2.9996955395 - 2.9996955395 - 3.0244839191 - 3.0278005600 - -0.4383365512 - 3.0309355259 - 3.0278005600 - 2.9996955395 - 2.9955804348 - 3.0278005600 - 2.9996955395 - 2.9955804348 - -2.9349093437 - -2.9349093437 - -1.7411714792 - -1.7411714792 - 2.9562447071 - 2.9912211895 - 2.9865958691 - 2.9562447071 - 1.0483928919 - 1.0483928919 - -2.2896263599 - -2.2597208023 - -2.2896263599 - -2.6779451370 - -2.6779451370 - -1.8157750368 - -1.8157750368 - 2.9816794395 - 2.9816794395 - -2.0701429844 - -2.0701429844 - 1.2036224604 - 1.2036224604 - 1.4481276274 - 1.4481276274 - 2.9375746250 - 2.9375746250 - 0.8519663215 - 0.8519663215 - 1.5951817036 - 1.5954827070 - 1.5587487221 - 1.5951817036 - -2.2520945072 - -2.2520945072 - 1.1729220152 - 1.1729220152 - 1.1606689692 - 1.1659045219 - 1.1606689692 - 1.1729220152 - 1.1606689692 - 1.1659045219 - 2.8335399628 - 2.8335399628 - 2.8335399628 - 1.3451950550 - 1.3451950550 - -2.1896111965 - -2.1896111965 - -2.2236430645 - -2.2236430645 - 0.8491414785 - 0.8491414785 - 2.0481417179 - 0.6216599345 - 0.6216599345 - -0.4069707990 - -0.4069707990 - 0.5613745451 - 0.5613745451 - 2.7049655914 - 2.7049655914 - 2.7049655914 - 2.7049655914 - 2.7049655914 - 2.7049655914 - -0.3985224366 - 0.2449786663 - -0.3985224366 - 0.8434723020 - 0.8434723020 - -0.2373742461 - -0.2373742461 - 0.1243549958 - 0.1243549958 - -1.3521274328 - -1.3521274328 - -0.5909180641 - -0.5909180641 - 1.0882830620 - 2.4072449207 - 1.0882830620 - -0.5909180641 - 1.0882830620 - 2.4072449207 - -0.6769148707 - -0.6769148707 - 1.9195673466 - 1.8370484114 - 1.9195673466 - 2.0014889240 - 2.0119757652 - 2.0014889240 - 2.0344438553 - 3.0990650654 - 3.0990650654 - -2.3200657368 - -2.3200657368 - -1.5916266441 - -1.5916266441 - 2.2888805866 - 2.2888805866 - 0.0841382369 - 0.0841382369 - 1.3975507021 - 1.3975507021 - 2.1434626579 - 2.1434626579 - -2.4875099659 - -2.4875099659 - 2.9191453457 - 2.9191453457 - -2.4651365280 - -2.4651365280 - -2.3028101921 - 2.6117436886 - 2.6117436886 - -2.0344438553 - -2.0344438553 - 1.2706251144 - 1.5871882439 - 1.5871882439 - 0.0624188110 - 0.0624188110 - 0.4366271496 - 0.4366271496 - -2.3297455311 - -2.3297455311 - -2.6671926975 - -2.6671926975 - 0.9060218334 - -2.7918772697 - 0.9060218334 - -1.1226513386 - -1.1226513386 - -2.9516043663 - -2.9147937298 - -2.9147937298 - -2.9516043663 - -2.9147937298 - 2.9562447071 - 2.9562447071 - 1.0093026161 - 1.0093026161 - 2.2280659676 - 2.2280659676 - -2.9304993153 - -2.9304993153 - 3.0329313278 - 3.0329313278 - -2.0061495304 - -2.0061495304 - 1.4601391554 - 1.4601391554 - -2.9708573818 - -2.9764440060 - -2.9708573818 - -2.9708573818 - -3.0278005600 - -3.0278005600 - -3.0244839191 - -3.0244839191 - -3.0244839191 - -3.0278005600 - -3.0244839191 - -3.0244839191 - -3.0244839191 - -3.0278005600 - -3.0244839191 - -3.0244839191 - -3.0535852909 - 2.2694561481 - 2.2694561481 - 2.2730531693 - 2.2730531693 - -1.6201390028 - -1.6201390028 - -2.7062394619 - -2.7062394619 - 2.0792856216 - 2.0792856216 - -0.3430239260 - -0.3430239260 - -0.5191460848 - -0.5191460848 - 1.7865625620 - 1.7865625620 - 1.8794472218 - -1.0053124428 - -1.0053124428 - -0.4820787013 - -0.4820787013 - -3.1165978909 - -3.1159572601 - -3.1165978909 - -3.1165978909 - -3.1165978909 - -3.1165978909 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 0.0208303202 - 0.0208303202 - 0.6514532566 - 0.6514532566 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - -0.2424470186 - -0.2424470186 - 2.5018229485 - 2.5018229485 - -1.7876698971 - -1.7876698971 - -0.2242347449 - -0.2242347449 - 2.9375746250 - 2.9375746250 - 3.0648207664 - 3.0648207664 - 3.0648207664 - 3.0648207664 - 3.0648207664 - 3.0393860340 - 3.0628087521 - 3.0628087521 - 3.0648207664 - 3.0393860340 - 3.0628087521 - -1.9614033699 - -1.9614033699 - 3.0648207664 - 3.0648207664 - 3.0628087521 - 3.0628087521 - 3.0648207664 - 3.0628087521 - 3.0628087521 - 3.0628087521 - 3.0339028835 - 3.0339028835 - 3.0606884956 - 3.0309355259 - 3.0584514141 - 3.0339028835 - 3.0309355259 - 3.0339028835 - 3.0606884956 - 3.0309355259 - 3.0584514141 - 3.0339028835 - 0.4636476040 - 0.4636476040 - 0.0949517041 - 0.0949517041 - -1.5993599892 - -1.5993599892 - 1.7916251421 - 1.6111783981 - 1.7916251421 - -3.0804445744 - -1.4529242516 - -1.4529242516 - -1.8097327948 - -1.8097327948 - 2.9304993153 - 2.9304993153 - 2.8879184723 - 2.9229238033 - 2.9229238033 - 2.9229238033 - 2.9229238033 - 2.9147937298 - 1.1659045219 - 1.1729220152 - 1.1606689692 - 1.1659045219 - 2.8006136417 - 2.8006136417 - 2.6411519051 - 2.6411519051 - 2.5766882896 - 1.7178746462 - 2.5766882896 - -1.9756880999 - -1.9756880999 - -0.1418970525 - -0.1418970525 - 2.2468760014 - 2.2468760014 - -0.9097531438 - -0.9097531438 - 1.9983770847 - 1.9983770847 - 1.9167635441 - 1.9167635441 - 1.0150406361 - 1.0150406361 - 1.3310532570 - -1.6124389172 - 1.3310532570 - 1.0567327738 - -0.2653320730 - 0.1230859607 - 1.0567327738 - 2.7291822433 - 2.7291822433 - -2.7985687256 - -2.7985687256 - 1.0887175798 - 1.0887175798 - 0.2621198297 - 0.2621198297 - 3.1415927410 - 3.1415927410 - 2.0677649975 - 2.0677649975 - -0.6904464364 - -0.6904464364 - 2.4136025906 - -0.7109093666 - -0.7109093666 - 1.1737169027 - 1.1737169027 - 2.6360116005 - 2.6360116005 - 0.6336330175 - 0.6336330175 - 2.6491069794 - 2.6491069794 - 1.9138202667 - 1.9138202667 - -0.7266423702 - -0.7266423702 - 1.3961241245 - 1.3961241245 - 2.0344438553 - 2.0119757652 - 2.0014889240 - 2.0344438553 - -2.3770248890 - -2.3770248890 - -1.5145177841 - 1.1071487665 - 1.0947270393 - -1.5145177841 - 1.8070416451 - 1.8070416451 - -2.0246403217 - -2.0246403217 - -0.8645972610 - 0.7977432013 - 0.7977432013 - 0.7853981853 - 0.7733505368 - 2.7251539230 - 0.7853981853 - 0.7977432013 - 0.7853981853 - 0.7733505368 - 2.7251539230 - 0.7733505368 - 0.7977432013 - 0.7853981853 - 0.7733505368 - 2.7251539230 - -2.3028101921 - -2.4651365280 - -2.3028101921 - -2.8501358032 - -2.8501358032 - -2.8501358032 - 2.1517732143 - 2.1517732143 - 0.1888971776 - 0.1888971776 - 2.5127964020 - 2.5127964020 - -2.8753407001 - -2.8753407001 - -2.3036115170 - -2.3036115170 - 2.4387135506 - 2.4387135506 - -2.9147937298 - -2.9147937298 - -2.9516043663 - -2.9147937298 - -3.0488362312 - -3.0488362312 - -2.9584817886 - -2.9584817886 - -1.1071487665 - -1.1071487665 - 1.5707963705 - 1.5707963705 - 1.4711276293 - 1.4711276293 - 1.5707963705 - 1.4711276293 - -1.4812924862 - -1.4812924862 - -0.8408966660 - -2.9708573818 - -2.9708573818 - -2.9708573818 - 1.9789453745 - 1.9789453745 - -2.9816794395 - -2.9816794395 - -2.9816794395 - -2.9865958691 - -2.9816794395 - -3.0172376633 - -2.9865958691 - -3.0172376633 - -0.2408464551 - -0.2408464551 - -0.9733377695 - -0.9733377695 - 2.5032727718 - 2.5719606876 - 2.5719606876 - 2.5702552795 - 2.5702552795 - 2.2827970982 - -0.0169475302 - -0.0169475302 - 2.1529338360 - 2.1529338360 - 0.4393608868 - 0.4393608868 - -3.0890095234 - -3.0890095234 - 0.5032744408 - 0.5032744408 - -2.6599290371 - 0.8690732718 - 0.8690732718 - -3.0890095234 - -3.0890095234 - -3.0278005600 - -3.0278005600 - -3.0261659622 - -0.5525843501 - -3.0261659622 - -3.0278005600 - -3.0261659622 - -0.5525843501 - 1.8676409721 - 1.8676409721 - 1.4247840643 - 1.4247840643 - -0.9922721386 - -0.9922721386 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 1.0381526947 - 1.0381526947 - 0.1370661706 - 0.1370661706 - 2.3196253777 - 2.3196253777 - 3.0393860340 - 3.0648207664 - 3.0393860340 - 3.0628087521 - 0.8263109922 - 0.8263109922 - 1.7960730791 - 1.7960730791 - 0.7469555736 - 0.7469555736 - 0.7680588365 - 0.7680588365 - 0.7624136806 - 0.7624136806 - 0.7680588365 - 0.7624136806 - 2.9422552586 - 2.9422552586 - -2.7165524960 - 2.6824495792 - 3.0606884956 - 3.0339028835 - 3.0606884956 - 3.0309355259 - 3.0584514141 - 3.0339028835 - 3.0584514141 - 3.0339028835 - 3.0606884956 - 3.0309355259 - 3.0584514141 - 3.0339028835 - 3.0035865307 - 3.0035865307 - 3.0072712898 - 3.0309355259 - 3.0309355259 - 3.0035865307 - 3.0072712898 - 3.0309355259 - -2.2455372810 - -2.2455372810 - 3.0309355259 - 2.9996955395 - 3.0278005600 - -0.4383365512 - 3.0309355259 - 3.0278005600 - 2.9996955395 - 2.9912211895 - 2.9912211895 - 2.9955804348 - 2.9865958691 - 2.9562447071 - -2.9599437714 - -2.9599437714 - -1.1864215136 - -1.1864215136 - 1.5587487221 - 1.5954827070 - 1.5587487221 - 1.5951817036 - 2.8879184723 - 2.9304993153 - 2.8879184723 - 0.8981257677 - 0.8981257677 - 2.9781162739 - 2.9781162739 - 0.9189271927 - 0.9189271927 - 0.7905263305 - 0.7905263305 - -2.5535900593 - -2.5535900593 - 2.6546933651 - 2.6546933651 - 2.8335399628 - 2.8335399628 - 2.8335399628 - 2.8049178123 - 2.8049178123 - 2.7610862255 - 2.7187387943 - 2.7430701256 - 2.7430701256 - 2.7707014084 - 2.7707014084 - -1.6124389172 - -1.6124389172 - 1.3310532570 - -1.9546139240 - -1.9546139240 - -0.2653320730 - -0.2653320730 - 0.1230859607 - 1.0567327738 - -1.1948354244 - -1.1948354244 - 2.2584676743 - 2.2584676743 - 2.4929502010 - 2.4929502010 - -3.0291655064 - -3.0291655064 - 2.4805495739 - 2.4805495739 - 2.4805495739 - 2.2160155773 - 2.2160155773 - 1.8925468922 - 1.8925468922 - 1.8490959406 - 1.8490959406 - -1.7234456539 - -1.7234456539 - -2.4805495739 - -2.4805495739 - -2.0009636879 - -2.0009636879 - -2.5127964020 - -2.6135182381 - -2.5127964020 - -2.3147981167 - -2.3147981167 - -2.7886023521 - -2.7886023521 - -2.8357138634 - 1.0986742973 - 1.0986742973 - -1.8007007837 - -1.8007007837 - -0.4182243347 - -0.4182243347 - 2.4710710049 - 2.4710710049 - -2.2627177238 - -2.2627177238 - -2.3191742897 - -2.3191742897 - -3.0309355259 - -3.0309355259 - -2.9764440060 - -2.9764440060 - -2.9708573818 - 2.2548480034 - 2.2548480034 - 3.1196181774 - 3.1196181774 - 2.7219417095 - 2.7219417095 - 0.7853981853 - 0.7853981853 - -3.0172376633 - -2.9816794395 - -2.9865958691 - -3.0172376633 - 0.1243549958 - 0.1243549958 - 2.5213432312 - 2.5213432312 - 2.5032727718 - -0.9733377695 - 2.5032727718 - 0.4048917890 - 0.4048917890 - 2.2827970982 - 2.5702552795 - 2.2827970982 - 2.5943083763 - 2.5943083763 - -2.9974381924 - -2.9974381924 - 1.8857902288 - 1.8857902288 - -3.1165978909 - -3.1165978909 - -3.1165978909 - -3.1159572601 - -3.1159572601 - -3.1165978909 - -3.1159572601 - -3.1165978909 - -3.1165978909 - -3.1165978909 - -3.1165978909 - -3.1159572601 - -3.1165978909 - -3.1165978909 - -3.1165978909 - -3.1165978909 - 2.2264919281 - 2.2264919281 - -3.1165978909 - -3.1165978909 - 3.1415927410 - 3.1415927410 - 1.9832067490 - 1.9832067490 - 2.4917221069 - 2.4917221069 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 1.0636978149 - 1.0636978149 - 2.1445953846 - 2.1445953846 - 2.3445670605 - 2.3445670605 - 2.2318394184 - -0.9298397303 - -0.9298397303 - 1.3891475201 - 1.3891475201 - -3.0509328842 - -3.0509328842 - 0.7912460566 - 0.7912460566 - -1.1731683016 - -1.1731683016 - -1.1659045219 - 3.0339028835 - 3.0339028835 - 3.0606884956 - 3.0309355259 - 3.0584514141 - 3.0339028835 - -1.5707963705 - -1.5707963705 - 3.0072712898 - 3.0035865307 - 3.0072712898 - 3.0309355259 - 0.8884797692 - 0.8884797692 - 1.3116942644 - 1.3116942644 - 2.9669203758 - -2.4199378490 - 2.9669203758 - -1.2004729509 - -1.2004729509 - 2.3117792606 - 2.3117792606 - -2.0344438553 - -2.0344438553 - 1.6169174910 - 1.6169174910 - -2.5468335152 - -2.5468335152 - -0.9624713063 - -0.9624713063 - -0.9505468607 - -0.9505468607 - -0.9624713063 - -0.9505468607 - -0.5528412461 - -0.5528412461 - 2.7610862255 - 2.8049178123 - 2.7610862255 - 2.7187387943 - 0.1230859607 - -0.2653320730 - 2.2290642262 - 0.1230859607 - 1.0567327738 - 1.9655874968 - 1.9655874968 - 0.8478169441 - 0.8478169441 - -2.5329034328 - -2.5329034328 - -2.5183932781 - -2.5183932781 - -2.5329034328 - -2.5183932781 - 0.9600703716 - 0.9600703716 - -2.4980914593 - -2.4980914593 - 3.0029528141 - 3.0029528141 - 2.9033479691 - 2.9033479691 - 2.4136025906 - -0.6904464364 - 2.4136025906 - 2.4805495739 - 2.4805495739 - 2.4805495739 - 2.4072449207 - -0.5909180641 - 1.0882830620 - 2.4072449207 - 1.8736811876 - 1.8736811876 - 1.1071487665 - 1.1071487665 - 1.0947270393 - -1.5145177841 - 1.0947270393 - 1.1071487665 - 1.0947270393 - -1.5145177841 - 0.9234042168 - 0.9234042168 - -2.7403638363 - -2.7403638363 - -2.6135182381 - -2.6135182381 - -2.5127964020 - -1.9416875839 - -1.9416875839 - -2.6476511955 - -2.6476511955 - -2.6779451370 - -2.6779451370 - -2.6476511955 - -2.6476511955 - 1.4181469679 - 1.4181469679 - -3.0451188087 - -3.0451188087 - 1.8643853664 - 1.8643853664 - 2.5161075592 - 2.5161075592 - 1.8643853664 - 2.5161075592 - 2.3618440628 - 2.3618440628 - -2.8632929325 - -2.8632929325 - -2.8198421001 - -2.8198421001 - -2.8753407001 - -2.8753407001 - -1.6914199591 - -1.6914199591 - -2.7918772697 - -2.7918772697 - 0.9060218334 - 0.0713074654 - 0.0713074654 - -2.8809902668 - -2.8809902668 - -2.9816794395 - -2.9816794395 - -2.9816794395 - 0.2970642149 - 0.2970642149 - 2.1346657276 - 2.1346657276 - 2.1240906715 - 2.1240906715 - 2.1346657276 - 2.1240906715 - 2.6176733971 - 2.6176733971 - 0.1434522569 - 0.1434522569 - -1.8050515652 - -1.8050515652 - 0.1434522569 - -1.8050515652 - 2.9872739315 - 2.1322898865 - 2.1322898865 - 2.3725864887 - 2.3725864887 - 2.3561944962 - 2.3561944962 - 2.3725864887 - 2.3561944962 - -3.0481159687 - -0.9700825214 - -3.0481159687 - 2.4629302025 - 2.4629302025 - 2.5991611481 - 2.5991611481 - 2.9140250683 - 2.9140250683 - 2.0434935093 - 2.0434935093 - 2.9140250683 - 2.0434935093 - -0.5525843501 - -3.0278005600 - -3.0261659622 - -0.5525843501 - -3.1165978909 - -3.0916342735 - -3.1165978909 - -3.1165978909 - -3.1165978909 - -3.1159572601 - -3.1165978909 - -3.1165978909 - -3.1165978909 - -3.1165978909 - -3.1165978909 - -3.1159572601 - -3.1165978909 - -3.1165978909 - -3.1165978909 - -3.1165978909 - -1.9956284761 - -1.9956284761 - 0.4439457357 - 0.4439457357 - 1.8817945719 - 2.6087486744 - 2.6087486744 - -2.2861340046 - -2.2861340046 - 0.0253110491 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 0.1839434505 - 0.1839434505 - 3.0529367924 - 3.0529367924 - -2.8916139603 - -2.8916139603 - 3.0648207664 - 3.0648207664 - 3.0648207664 - 2.2945442200 - 2.2945442200 - 2.7049655914 - 2.7049655914 - 3.0367157459 - 3.0367157459 - 3.0367157459 - 3.0367157459 - 3.0367157459 - 3.0367157459 - -1.7234456539 - -1.7234456539 - -1.1659045219 - -1.1731683016 - -1.1659045219 - 2.5378432274 - 2.5378432274 - 1.5216555595 - 1.5216555595 - 0.7437555790 - 3.0278005600 - 0.7437555790 - 2.9996955395 - 2.9996955395 - 3.0309355259 - 2.9996955395 - 2.9955804348 - 2.9955804348 - -2.0596487522 - -2.0596487522 - 1.4821404219 - 1.4821404219 - -2.2744100094 - -2.2744100094 - -0.8988331556 - -0.8988331556 - -0.2110933363 - -0.2110933363 - 1.7178746462 - 1.7178746462 - 2.5766882896 - 2.1641464233 - 2.1641464233 - 3.0333220959 - 3.0333220959 - 0.3120421171 - 0.3120421171 - -0.5340703726 - -0.5340703726 - 2.7187387943 - 2.8049178123 - 2.7610862255 - 2.7187387943 - -1.1673773527 - -1.1673773527 - 0.2129383534 - 0.2129383534 - 2.0812847614 - 2.0812847614 - -2.4858970642 - -2.4858970642 - -1.9138202667 - -1.9138202667 - -0.4434483349 - -0.4434483349 - 2.1708464622 - 2.1708464622 - 0.2449786663 - 0.2449786663 - -1.6307244301 - -1.6307244301 - 0.8677800894 - 0.8677800894 - 2.2142975330 - 2.2142975330 - -2.5183932781 - -2.5183932781 - 0.5767986178 - 0.5767986178 - 2.0054664612 - 2.0054664612 - 2.0831856728 - 2.0831856728 - -2.9920330048 - -2.9920330048 - -2.4508824348 - -2.4508824348 - -2.5951309204 - -2.5951309204 - 2.5535900593 - 2.5535900593 - -2.6146495342 - -2.6146495342 - 2.7251539230 - 0.7977432013 - 0.7853981853 - 0.7733505368 - 2.7251539230 - -2.2318394184 - -2.2318394184 - -2.8357138634 - -2.7886023521 - -2.8357138634 - -2.7886023521 - -2.7886023521 - -1.2341215611 - -1.2341215611 - -2.8501358032 - -2.8501358032 - -2.8501358032 - -0.6871241927 - -0.6871241927 - 2.9816794395 - 2.9816794395 - 0.6747409701 - 0.6747409701 - -2.9147937298 - -2.9147937298 - 0.9272952080 - 0.9272952080 - 2.1629829407 - 2.1629829407 - 0.2584549487 - 0.2584549487 - -2.9304993153 - -2.9304993153 - -2.4295918941 - -2.4295918941 - -0.8408966660 - -1.4812924862 - -0.8408966660 - 0.7309067249 - -2.7346217632 - -2.7346217632 - -2.9816794395 - -2.9816794395 - -2.9865958691 - -3.0172376633 - -1.8633581400 - -1.8633581400 - -0.2252767831 - -0.2252767831 - -3.0278005600 - -0.5016040802 - -3.0278005600 - -3.0278005600 - -3.0560872555 - -0.7266423702 - -0.7266423702 - 0.0831412300 - 0.0831412300 - -1.9100888968 - -1.9100888968 - 0.0253110491 - -2.2861340046 - 1.5182132721 - 0.0253110491 - 1.2449972630 - 1.2449972630 - 0.0253110491 - 1.2449972630 - -0.0464781299 - -0.0464781299 - -3.1121892929 - -3.1121892929 - 3.1415927410 - 3.1415927410 - -3.1121892929 - 3.1415927410 - 2.2318394184 - 2.3445670605 - 2.2318394184 - 2.6387493610 - 2.6387493610 - 1.9820901155 - 1.9820901155 - 2.5102436543 - 2.5102436543 - 2.5799691677 - 2.5799691677 - 2.9996955395 - 2.9996955395 - 3.0309355259 - 3.0278005600 - 3.0309355259 - 3.0309355259 - 3.0278005600 - 2.9996955395 - 3.0309355259 - 2.9996955395 - 2.9955804348 - 2.9996955395 - 2.9955804348 - 2.9955804348 - 2.9955804348 - 2.9912211895 - 2.9955804348 - 2.9955804348 - -1.5175135136 - -1.5175135136 - 0.8282290697 - 0.8282290697 - 0.8139618039 - 0.8139618039 - 0.8282290697 - 0.8139618039 - -1.3094702959 - -1.3094702959 - 2.4240512848 - 2.4240512848 - 2.9816794395 - 2.9562447071 - 2.9816794395 - 2.4227626324 - 2.4227626324 - 2.9195108414 - 2.9195108414 - -0.6960841417 - -0.6960841417 - 2.9023611546 - 2.9023611546 - 0.5774396062 - 0.5774396062 - 1.8157750368 - 1.8157750368 - 2.6224465370 - 2.6224465370 - 2.2339992523 - 2.2339992523 - 1.5707963705 - 1.5707963705 - 0.3617292345 - 0.3617292345 - 0.3152146935 - 0.3152146935 - 1.0847643614 - 1.0847643614 - 0.5191460848 - 0.5191460848 - -1.2120256424 - -1.2120256424 - 1.8925468922 - 1.8925468922 - 2.2783379555 - 2.2783379555 - -2.5088438988 - -2.5088438988 - -2.5111911297 - -2.5111911297 - -2.4980914593 - -2.4980914593 - -2.5111911297 - -2.4980914593 - -1.6233793497 - -1.6233793497 - 1.9100888968 - 1.9100888968 - 1.1562894583 - 1.1562894583 - -2.6422460079 - -2.4668517113 - -2.6422460079 - -2.5308666229 - -2.6011731625 - -2.6011731625 - -2.5689263344 - -2.5689263344 - -2.6224465370 - -2.6224465370 - -2.6779451370 - -2.0630075932 - -2.0630075932 - 2.9689111710 - 2.9689111710 - -2.2974386215 - -2.2974386215 - 0.7179331183 - 0.7179331183 - 2.4206213951 - 2.4206213951 - -0.0554985069 - -0.0554985069 - -0.0540014990 - -0.0540014990 - -0.0554985069 - -0.0540014990 - 0.1853479445 - 0.1853479445 - 1.9960013628 - 1.9960013628 - 2.0142445564 - 2.0142445564 - 2.7076392174 - 2.7187387943 - 2.7187387943 - 2.0142445564 - 2.7076392174 - 2.7187387943 - 2.7187387943 - 2.0935854912 - 2.0935854912 - 2.7187387943 - 2.7187387943 - 2.7187387943 - -1.6991195679 - -1.6991195679 - -2.5817956924 - -2.5817956924 - 2.9872739315 - -1.8050515652 - 2.9872739315 - 2.1622352600 - 2.1622352600 - -3.0244839191 - -3.0244839191 - -0.0698859990 - -0.0698859990 - -3.0278005600 - -0.5016040802 - -3.0278005600 - -3.0278005600 - -3.0560872555 - -3.0560872555 - -3.0278005600 - -3.0278005600 - -3.0560872555 - -3.0278005600 - -3.0975036621 - -3.0975036621 - -3.0606884956 - -3.0606884956 - -3.0606884956 - -3.0606884956 - -3.0606884956 - -3.0606884956 - -3.0606884956 - -3.0606884956 - -3.0606884956 - -3.0584514141 - 2.6260435581 - 2.6260435581 - 0.6800980568 - 0.6800980568 - 0.8071338534 - 0.8071338534 - -0.7768513560 - -0.7768513560 - 1.8817945719 - 0.4439457357 - 1.8817945719 - 0.2892709970 - 0.3001711667 - 1.5182132721 - 1.5182132721 - 0.0253110491 - 0.7801072001 - 0.7801072001 - -0.8017901182 - -0.8017901182 - 3.1415927410 - 3.1177875996 - 3.1415927410 - 3.1172072887 - 3.1172072887 - 3.1415927410 - 3.1172072887 - 3.1172072887 - 1.1071487665 - 3.1172072887 - 3.0928506851 - 3.0928506851 - 3.0928506851 - 3.0928506851 - 3.0928506851 - 3.0928506851 - 3.0928506851 - 3.0928506851 - 3.0928506851 - -2.4061529636 - -2.4061529636 - 0.9162255526 - 0.9162255526 - 1.9004207850 - 1.9004207850 - 3.0367157459 - 3.0367157459 - 3.0367157459 - 3.0367157459 - 3.0367157459 - 2.1854593754 - 2.1854593754 - 0.8788749576 - 0.8788749576 - 2.3984229565 - 2.3984229565 - -1.7021117210 - -1.7021117210 - 0.4808872938 - 0.4808872938 - 3.0309355259 - 3.0309355259 - 3.0278005600 - 2.9996955395 - 3.0278005600 - 2.9996955395 - 3.0309355259 - 0.7437555790 - 2.9996955395 - 3.0278005600 - 2.9996955395 - 3.0309355259 - 2.9996955395 - 2.3112809658 - 2.3112809658 - 1.4821404219 - 1.4821404219 - -2.8059542179 - -2.4199378490 - -2.4199378490 - 2.9955804348 - 2.9669203758 - 2.8314244747 - 2.8314244747 - 1.6767807007 - 1.6767807007 - -1.5308176279 - -1.5308176279 - 1.0303767920 - 1.0303767920 - 2.5360479355 - 2.5360479355 - -2.7828218937 - -2.7828218937 - -0.3281199038 - -0.3281199038 - -2.8594689369 - -2.8594689369 - -2.6292030811 - -2.6292030811 - 0.8180662990 - -0.5856441259 - -0.5856441259 - 1.6614562273 - 1.6614562273 - -1.7539070845 - -1.7539070845 - 2.2290642262 - 2.2290642262 - 0.1230859607 - 2.7610862255 - 2.7610862255 - 2.6516354084 - 2.6516354084 - 1.7975951433 - 1.7975951433 - 2.9872739315 - 2.9872739315 - -0.2763272822 - -0.2763272822 - 1.2298173904 - 1.2298173904 - -0.0886558816 - -0.0886558816 - 0.1862228364 - 0.1862228364 - 1.8736811876 - 1.8736811876 - 2.2603354454 - 2.2603354454 - 2.2518134117 - 2.2498016357 - 2.2498016357 - 2.2603354454 - 2.2518134117 - 2.2498016357 - 1.8490959406 - 1.8490959406 - 0.2617135048 - 0.2617135048 - -2.5308666229 - -2.6422460079 - -2.5308666229 - -2.6779451370 - -2.6779451370 - 2.9123606682 - 2.9123606682 - -2.6779451370 - -2.6224465370 - -2.6779451370 - 2.0524599552 - 2.0524599552 - 0.4592423439 - 2.6127111912 - 2.6127111912 - 2.1346657276 - 2.1346657276 - -2.7886023521 - -2.8357138634 - -2.7886023521 - -2.7886023521 - 0.5974586010 - 0.5974586010 - 0.1106572226 - 0.1106572226 - -2.3230938911 - -2.3230938911 - -0.7911784649 - -0.7911784649 - 2.7076392174 - 2.0142445564 - 2.7076392174 - 2.7187387943 - -2.9764440060 - -2.9764440060 - 2.7177250385 - 2.7177250385 - -1.0863183737 - -1.0863183737 - 0.3372531831 - 0.3372531831 - -2.5938527584 - -2.5938527584 - -3.0172376633 - -3.0172376633 - -0.9700825214 - -0.9700825214 - -3.0481159687 - -3.0209689140 - -3.0209689140 - 0.6947382689 - 0.6947382689 - -0.5016040802 - -0.5016040802 - -3.0278005600 - -3.0278005600 - -1.9470382929 - -1.9470382929 - 0.7387031317 - 0.7387031317 - -3.0606884956 - -3.0606884956 - -3.0606884956 - -3.0584514141 - -3.0584514141 - -3.0606884956 - -3.0606884956 - -3.0584514141 - 2.8743336201 - 2.8743336201 - -3.0903553963 - -3.0903553963 - 1.0789871216 - 1.0789871216 - -3.0916342735 - -3.0916342735 - -3.1165978909 - -3.1165978909 - 2.7008419037 - 2.7008419037 - -0.7188299894 - -0.7188299894 - 1.9495421648 - 1.9495421648 - 3.1177875996 - 3.1177875996 - 3.1415927410 - 1.1071487665 - 1.1071487665 - 3.1172072887 - 3.1165978909 - 3.1165978909 - -2.3059575558 - -2.3059575558 - -1.8959138393 - -1.8959138393 - 0.0751271546 - 0.0751271546 - 0.8857312799 - 0.8857312799 - -1.0563449860 - -1.0563449860 - -0.2968446612 - -0.2968446612 - 1.1071487665 - 3.0367157459 - 3.0393860340 - 3.0648207664 - 3.0367157459 - 0.5549957156 - 0.5549957156 - -2.7049655914 - -2.7049655914 - 3.0367157459 - 3.0367157459 - 3.0367157459 - 3.0367157459 - 3.0367157459 - 3.0367157459 - 3.0367157459 - 3.0367157459 - 3.0367157459 - 3.0367157459 - 3.0367157459 - 3.0367157459 - 3.0367157459 - 3.0367157459 - 3.0367157459 - 3.0367157459 - 3.0367157459 - 2.4643423557 - 2.4643423557 - 0.5033993721 - 0.5033993721 - 1.2685238123 - 1.2685238123 - 0.9690204859 - 2.9955804348 - 2.9996955395 - 2.9955804348 - 2.9955804348 - 2.9996955395 - 2.9996955395 - 2.9996955395 - 2.9996955395 - 2.9955804348 - 2.9996955395 - 2.9996955395 - 2.9996955395 - 2.9996955395 - 2.9955804348 - 2.9955804348 - 2.9996955395 - 2.9996955395 - 2.9996955395 - 2.9955804348 - 2.9955804348 - -2.4199378490 - 2.9955804348 - 2.9955804348 - 2.9955804348 - 2.9955804348 - -2.6364941597 - -2.6364941597 - 2.3936102390 - 2.3936102390 - -3.0172376633 - -3.0172376633 - 1.4920123816 - 1.4920123816 - -2.9014215469 - -2.9014215469 - 0.3830770552 - 0.3830770552 - 0.3779683113 - 0.3779683113 - 0.3830770552 - 0.3779683113 - 2.8785979748 - 2.8785979748 - -2.8674252033 - -2.8674252033 - -0.3914051354 - -0.3914051354 - 0.8180662990 - -2.6292030811 - 0.8180662990 - 1.6980125904 - 1.6980125904 - 2.8577985764 - 2.8577985764 - 2.8068559170 - 2.8068559170 - 2.8068559170 - 2.7776136398 - 2.7776136398 - -2.9181160927 - -2.9181160927 - 1.3063079119 - 1.3063079119 - 1.3089110851 - 0.7109093666 - 2.8130395412 - 0.7109093666 - -1.0131641626 - -1.0131641626 - 2.7233684063 - 2.7233684063 - -0.0224681292 - -0.0224681292 - 1.3179022074 - 1.3179022074 - 0.2767981589 - -0.9254999161 - -0.9254999161 - 1.1071487665 - 1.1071487665 - 0.8596416116 - 0.8596416116 - 1.1071487665 - 0.8596416116 - 1.9756880999 - 1.9756880999 - -0.7728987932 - -0.7728987932 - -0.0876866579 - -0.0876866579 - 2.4756233692 - 2.4756233692 - -0.2933669984 - -0.2933669984 - 2.2214231491 - 2.2214231491 - 2.2518134117 - 2.2603354454 - 2.2518134117 - 2.2498016357 - -1.5707963705 - -1.5707963705 - -0.5166951418 - -0.5166951418 - -2.7032561302 - -2.7032561302 - -2.4087774754 - -2.4087774754 - 2.0099089146 - 2.0099089146 - 0.9429597259 - 0.9429597259 - -2.7291822433 - -2.7291822433 - 0.4636476040 - 0.4636476040 - 2.7209293842 - 2.7209293842 - -2.7886023521 - -2.8357138634 - -2.7886023521 - -2.7886023521 - 1.9780521393 - 1.9780521393 - -2.6557264328 - -2.6557264328 - -2.8501358032 - -2.8501358032 - 0.2267988473 - 0.2267988473 - 0.4939413667 - 0.4939413667 - 1.5551725626 - 1.5551725626 - 0.9122304320 - 0.9122304320 - -2.9304993153 - -2.9304993153 - -2.9764440060 - -2.9764440060 - 0.7309067249 - -0.8408966660 - 0.7309067249 - 0.6132073402 - -0.9964914918 - 0.6132073402 - -2.9955804348 - -2.9955804348 - -3.0209689140 - -2.9912211895 - -3.0244839191 - -2.9912211895 - -2.9912211895 - -2.9955804348 - -3.0209689140 - -2.9912211895 - -3.0244839191 - -2.9912211895 - -0.9229848981 - -0.9229848981 - 0.5109495521 - 0.5109495521 - -2.2197918892 - -2.2197918892 - 2.7928216457 - 2.7928216457 - 1.8438050747 - 1.8438050747 - -3.0928506851 - -3.0928506851 - -3.0916342735 - -3.0916342735 - -3.0916342735 - -3.0928506851 - -3.0916342735 - -3.0916342735 - -0.5493744612 - -0.5493744612 - 0.2892709970 - 1.8817945719 - 0.2892709970 - 0.3001711667 - 3.1415927410 - 3.1415927410 - 2.0976009369 - 2.0976009369 - 2.0931997299 - -0.3439691067 - 1.6677139997 - -0.3439691067 - -1.4212366343 - -1.4212366343 - 3.0928506851 - 3.0928506851 - 3.0928506851 - 3.0928506851 - 3.0928506851 - 0.5404195189 - 0.5404195189 - 1.1071487665 - -0.2968446612 - 1.1071487665 - 0.9770466685 - 0.9770466685 - 0.1834799498 - 2.7042548656 - 2.7042548656 - 3.0606884956 - 3.0606884956 - 3.0367157459 - 3.0367157459 - 3.0606884956 - 3.0367157459 - 3.0367157459 - 3.0339028835 - 3.0339028835 - 3.0072712898 - -0.9467732906 - -0.9467732906 - 1.1071487665 - 1.1071487665 - -1.8406454325 - -1.8406454325 - -1.8207749128 - -1.8207749128 - -1.8406454325 - -1.8207749128 - -2.8059542179 - 1.4821404219 - -2.8059542179 - -1.4527043104 - -1.4527043104 - 0.3421558738 - 0.3421558738 - 2.9562447071 - 2.9562447071 - 2.9562447071 - 2.9816794395 - 2.9262349606 - -0.9994588494 - -0.9994588494 - 2.6483969688 - 2.6483969688 - -1.6222971678 - -1.6222971678 - -0.1807995737 - -2.1262900829 - -2.1262900829 - 0.7032306194 - 2.3273007870 - 0.7032306194 - 2.9280321598 - 2.9280321598 - 1.3089110851 - 1.3063079119 - 1.3089110851 - 2.8130395412 - 2.8130395412 - 0.7109093666 - -1.0504410267 - -1.0504410267 - -2.9325697422 - -2.9325697422 - 0.7546386123 - 0.7546386123 - 0.2250382900 - 0.2250382900 - 2.9202783108 - 0.2767981589 - 1.3179022074 - 0.2767981589 - 2.6043078899 - 2.6043078899 - 1.2847448587 - 1.2847448587 - 1.7393932343 - 1.7393932343 - -0.9137213826 - -0.9137213826 - 2.4292349815 - 2.4292349815 - -0.0996686518 - -0.0996686518 - 1.8233505487 - 1.8233505487 - 1.6030431986 - 1.6020361185 - 1.6030431986 - 1.8233505487 - 1.6030431986 - 1.6020361185 - 2.1462209225 - 2.1462209225 - -2.5127964020 - -2.5127964020 - -2.4980914593 - 0.6240230799 - 0.6240230799 - -2.4668517113 - -2.4668517113 - -2.6422460079 - -2.5748634338 - -2.3948493004 - -2.3948493004 - -2.6945180893 - -2.6945180893 - -0.1599131227 - -0.1599131227 - 0.5803982019 - 0.5803982019 - 1.8828384876 - 1.8828384876 - 1.7942728996 - 1.7942728996 - -0.0721636266 - -0.0721636266 - -0.0601682514 - -0.0594536588 - -0.2763272822 - -0.2763272822 - -2.5002284050 - -2.5002284050 - 1.6652512550 - -0.7994817495 - -0.7994817495 - -0.0542944111 - -0.0542944111 - -1.8072525263 - -1.8072525263 - -0.0289773941 - -0.0289773941 - -3.0172376633 - -3.0172376633 - -3.0209689140 - -2.9955804348 - -3.0209689140 - -2.9912211895 - -2.9912211895 - -3.0244839191 - -3.0244839191 - -2.9955804348 - -3.0209689140 - -2.9912211895 - -2.9912211895 - -3.0244839191 - -3.0209689140 - -2.9912211895 - -3.0209689140 - -1.9272333384 - -1.9272333384 - -3.0278005600 - -3.0560872555 - -3.0278005600 - -0.2090229392 - -0.2090229392 - -3.1165978909 - -3.0916342735 - -3.1165978909 - -1.9566789865 - -1.9566789865 - -0.1560248435 - -0.1560248435 - -3.1172072887 - -3.1172072887 - 0.3001711667 - 1.8817945719 - 0.2892709970 - 0.3001711667 - -0.4829688668 - -0.4829688668 - 2.0931997299 - 2.0976009369 - 2.0931997299 - -0.3883187175 - -0.3883187175 - 1.6677139997 - 1.6677139997 - -0.3439691067 - 3.0928506851 - 3.0928506851 - 3.0928506851 - 3.0928506851 - 3.0928506851 - 3.0928506851 - 3.0928506851 - 3.0928506851 - 3.0928506851 - -0.1539446712 - -0.1539446712 - 0.1834799498 - 0.9770466685 - 0.1834799498 - 3.0648207664 - 3.0393860340 - 3.0648207664 - 3.0367157459 - -2.5585160255 - -2.5585160255 - -2.3276307583 - -2.3276307583 - 0.5280744433 - 0.5280744433 - -2.0665614605 - -2.0665614605 - 3.0072712898 - 3.0339028835 - 3.0107653141 - 3.0072712898 - 0.2284966409 - 0.2284966409 - 2.9262349606 - 2.9562447071 - 2.9562447071 - 2.9262349606 - 0.7221913338 - 0.7221913338 - 2.9441971779 - 2.9441971779 - 1.5133881569 - 1.5133881569 - -1.3994171619 - -1.3994171619 - -2.1815223694 - -2.1815223694 - 2.9304993153 - 2.9304993153 - 2.8879184723 - 2.8785979748 - 2.8785979748 - -2.0988707542 - 2.8577985764 - 2.8577985764 - 2.5585160255 - 2.5585160255 - 1.6733762026 - 1.6733762026 - 2.2308053970 - 2.2308053970 - 2.2572817802 - 2.2572817802 - 2.9202783108 - 0.2250382900 - 2.9202783108 - 2.7233684063 - 2.7233684063 - -2.7468016148 - -2.7468016148 - 1.0067125559 - 1.0067125559 - -0.3366748095 - -0.3366748095 - 1.7424243689 - 1.7424243689 - 0.8345388770 - 0.8345388770 - 2.9252519608 - 2.9252519608 - -0.5155490041 - -0.5155490041 - 2.2218730450 - 2.2218730450 - -0.6829543114 - -0.6829543114 - 1.6020361185 - 1.8233505487 - 1.6030431986 - 1.6020361185 - 2.4061529636 - 2.4061529636 - 0.6578885913 - 0.6578885913 - -2.4980914593 - -2.5127964020 - -2.4980914593 - 0.6310793757 - 0.6310793757 - -2.4266657829 - -2.4266657829 - -2.8555412292 - -2.8555412292 - 0.4592423439 - 2.0524599552 - 0.4592423439 - -1.9016101360 - -0.0428309329 - -0.0428309329 - -0.0601682514 - -0.0721636266 - -0.0601682514 - -0.0594536588 - -0.0594536588 - -0.0721636266 - -0.0601682514 - -0.0594536588 - -2.8335399628 - -2.8335399628 - 0.0227233600 - -1.4886287451 - 0.0227233600 - 2.3339760303 - 2.3339760303 - -1.1016843319 - -1.1016843319 - -1.2404990196 - -1.2404990196 - -2.2838571072 - -2.2838571072 - 0.0327751450 - 0.0327751450 - -2.9229238033 - -2.9229238033 - 1.0768549442 - 1.0768549442 - 3.1234128475 - 3.1234128475 - 2.0176386833 - 2.0176386833 - 0.6510767341 - 0.6510767341 - 1.1131366491 - 1.1131366491 - -2.9912211895 - -2.9955804348 - -3.0209689140 - -2.9912211895 - -2.9912211895 - -3.0244839191 - -2.8119683266 - -2.8119683266 - -3.0903553963 - -3.0903553963 - -3.0903553963 - -3.0903553963 - -2.5234484673 - -2.5234484673 - 1.0590574741 - 1.0590574741 - 0.2135604322 - 0.2135604322 - -0.4198799431 - -0.4198799431 - 1.5961073637 - 1.5961073637 - 3.0928506851 - 3.0928506851 - 3.0928506851 - 3.0928506851 - 3.0928506851 - 2.2526698112 - 2.2526698112 - 1.8593837023 - 1.8593837023 - 1.7004988194 - 1.7004988194 - 3.0393860340 - 3.0393860340 - 3.0648207664 - 3.0367157459 - 3.0367157459 - 3.0367157459 - 3.0367157459 - 1.6001995802 - 1.6001995802 - 0.9745971560 - 0.9745971560 - 3.0035865307 - 3.0072712898 - 3.0035865307 - 0.9690204859 - 1.2685238123 - 0.9690204859 - 2.9996955395 - 2.9996955395 - 2.9996955395 - 2.9996955395 - 2.9955804348 - -2.2725908756 - -2.2725908756 - 2.6344940662 - 2.6344940662 - -0.1807995737 - -1.6222971678 - -0.1807995737 - -1.5824236870 - -1.5824236870 - -0.1798534989 - -0.1798534989 - 1.5954827070 - 1.5954827070 - 3.0934371948 - -2.9441971779 - -2.9441971779 - 3.0934371948 - 1.5954827070 - 3.0934371948 - 2.3273007870 - 2.3273007870 - 0.7032306194 - 2.9781162739 - 2.9781162739 - 0.5438324809 - 2.8068559170 - 2.8068559170 - 2.8068559170 - 0.7496990561 - 0.7496990561 - 2.7017500401 - 2.7017500401 - 2.4517927170 - 2.4517927170 - 0.9871605039 - 0.9871605039 - 2.6516354084 - 2.6516354084 - 2.5702552795 - 2.5702552795 - 1.4536875486 - 1.4536875486 - 2.5899376869 - 2.5899376869 - 0.3487710059 - 0.3487710059 - 0.6871241927 - 0.6871241927 - 2.4182615280 - 2.4182615280 - -2.6253619194 - -2.6253619194 - -2.6344940662 - 0.7036137581 - 0.7036137581 - 0.7044940591 - -2.4519460201 - -2.4519460201 - -2.8072640896 - -2.8072640896 - -2.7891349792 - -2.7891349792 - -1.9016101360 - 0.4592423439 - -1.9016101360 - -2.7509856224 - -2.7509856224 - -2.1688742638 - -2.1688742638 - -1.3203532696 - -1.3203532696 - -1.5378412008 - -2.8198421001 - -2.8198421001 - -2.8198421001 - -2.8198421001 - 1.6652512550 - -2.5002284050 - 1.6652512550 - -1.4886287451 - -1.4886287451 - 0.0227233600 - 0.9827937484 - 0.9827937484 - 1.2269905806 - 1.2269905806 - 1.2160906792 - 1.2160906792 - 1.2269905806 - 1.2160906792 - 0.8760580420 - 0.8760580420 - -0.9964914918 - -0.9964914918 - 0.6132073402 - 0.2074962258 - 0.2074962258 - -0.6627295017 - -0.6627295017 - -3.0278005600 - -3.0278005600 - -3.0584514141 - -1.9601130486 - -1.9601130486 - -0.4699766338 - -0.4699766338 - -2.6069984436 - -2.6069984436 - 1.9387772083 - -1.3356453180 - 2.0758948326 - -1.3356453180 - -1.6124389172 - -1.6124389172 - -3.0903553963 - -3.0903553963 - -3.0916342735 - -3.0928506851 - -3.0916342735 - -3.0916342735 - -3.0916342735 - 2.0820269585 - 2.0820269585 - 0.9856839180 - 0.9856839180 - -2.9199430943 - -2.9199430943 - 1.8774726391 - 1.8774726391 - -3.1172072887 - -3.1172072887 - -3.1177875996 - -3.1177875996 - 1.5337761641 - 1.5337761641 - 2.1517732143 - 2.1517732143 - 2.4578833580 - 2.4578833580 - -0.9694966078 - -0.9694966078 - 0.2929123938 - 0.2929123938 - 2.6271412373 - 2.6271412373 - 3.0667328835 - 3.0667328835 - 2.7291822433 - 2.7291822433 - 0.0000000000 - 0.0000000000 - 1.4358196259 - 1.4358196259 - -1.4108831882 - -1.4108831882 - 2.3065116405 - 2.3065116405 - 2.2873380184 - -1.4672716856 - -1.4672716856 - 2.1442368031 - 2.1442368031 - -2.5378432274 - -2.5378432274 - 2.9617390633 - 2.9617390633 - -1.2322406769 - -1.2322406769 - 2.9562447071 - 2.9562447071 - 2.9562447071 - 2.9562447071 - 2.9562447071 - 2.9262349606 - 2.9504082203 - 2.9504082203 - 2.9195108414 - 2.0968627930 - 2.0968627930 - -0.3663944006 - -0.3663944006 - 2.9047439098 - 2.9047439098 - 2.9047439098 - 2.8879184723 - 2.9304993153 - 2.8879184723 - 2.9229238033 - 2.8785979748 - 2.8785979748 - 2.8879184723 - 2.9229238033 - 2.8785979748 - -2.7540688515 - -2.7540688515 - -2.0765876770 - -2.0765876770 - 0.4957650900 - 0.4957650900 - -1.1820086241 - -1.1820086241 - 2.1018264294 - 2.1018264294 - 2.7017500401 - 2.7017500401 - 2.1057515144 - 2.1057515144 - 3.1415927410 - 3.1415927410 - 1.0882830620 - 1.0882830620 - 1.3654009104 - 1.3654009104 - -2.1112158298 - -2.1112158298 - 1.6485612392 - 1.6485612392 - -1.6588037014 - -1.6588037014 - 2.4694797993 - 2.4694797993 - 0.2968446612 - 0.2968446612 - 2.2167544365 - 2.2167544365 - -0.4092459083 - -0.4092459083 - 0.0444152169 - 0.0444152169 - -2.8340256214 - -2.8340256214 - -1.5295826197 - -1.5295826197 - -2.6344940662 - -2.6253619194 - -2.6344940662 - -2.5458080769 - -2.5458080769 - -0.2617135048 - -0.2617135048 - 0.7044940591 - 0.7036137581 - 0.7044940591 - -2.5252957344 - -2.5252957344 - -2.5213432312 - -2.5213432312 - -2.5213432312 - 0.0831412300 - 0.0831412300 - -2.5748634338 - -2.4668517113 - -2.5748634338 - -3.0258333683 - -3.0258333683 - 2.9262349606 - 2.9262349606 - -2.5899376869 - -2.5899376869 - -2.7886023521 - -2.7886023521 - -2.7430701256 - 2.2565257549 - 2.2565257549 - 0.2030452192 - 0.2030452192 - -2.8335399628 - -2.8335399628 - -1.0568766594 - -1.0568766594 - -0.5724598169 - -0.5724598169 - 0.5147840977 - 0.5147840977 - -2.3134853840 - -2.3134853840 - -2.4629302025 - -2.4629302025 - -2.9912211895 - -3.0209689140 - -2.9912211895 - -3.0244839191 - -2.9912211895 - -2.9912211895 - -3.0244839191 - -2.9912211895 - -2.9912211895 - -2.9912211895 - -3.0209689140 - -0.5178929567 - -0.5178929567 - -1.6152114868 - -1.6152114868 - -0.1488899440 - -0.1488899440 - -3.0584514141 - -3.0278005600 - -3.0584514141 - -3.0606884956 - -3.0339028835 - 2.4621789455 - 2.4621789455 - 0.1767088622 - 0.1767088622 - 0.8834434152 - 0.8834434152 - -2.8780288696 - -2.8780288696 - 2.0758948326 - 2.0758948326 - -1.3356453180 - -2.6395025253 - -2.6395025253 - -1.6124389172 - -1.3356453180 - -1.6124389172 - -1.6124389172 - 0.7783060670 - -3.1177875996 - -3.1172072887 - -3.1177875996 - -3.1177875996 - -3.1177875996 - -3.1172072887 - -3.1177875996 - -3.1177875996 - -2.3561944962 - -0.3374560773 - -0.3374560773 - 0.5168759823 - 0.5168759823 - -3.1177875996 - -3.1177875996 - 0.0163919739 - 0.0163919739 - 2.1587989330 - 2.1587989330 - 3.0928506851 - 3.0928506851 - 3.0928506851 - 3.0928506851 - 0.7617805004 - 0.7617805004 - 3.0928506851 - 3.0928506851 - 3.0928506851 - 3.0928506851 - 3.0928506851 - -0.6137700677 - -0.6137700677 - 2.4448504448 - 2.4448504448 - 3.0107653141 - 3.0107653141 - 3.0107653141 - 3.0072712898 - 3.0072712898 - 3.0072712898 - 3.0035865307 - -0.5823529363 - -0.5823529363 - 2.2873380184 - 2.3065116405 - 2.2873380184 - 2.2811908722 - 2.2811908722 - 2.2873380184 - 2.2811908722 - 0.8584387302 - 0.8584387302 - 1.8212394714 - 1.8212394714 - 0.5404195189 - 0.5404195189 - 2.0301337242 - 2.6866784096 - 2.6866784096 - -2.1025204659 - -2.1025204659 - 3.0396742821 - 3.0396742821 - -2.0988707542 - 2.8785979748 - -2.0988707542 - -2.6087486744 - -2.6087486744 - 0.5438324809 - 2.9781162739 - 0.5438324809 - -2.9202783108 - -2.9202783108 - 1.7126933336 - 1.7126933336 - 0.3217505515 - 0.3217505515 - 2.7610862255 - 2.7610862255 - 2.6992185116 - 2.5569913387 - 2.5569913387 - -0.1453100145 - -0.1453100145 - 2.5360479355 - 2.5360479355 - 2.6224465370 - 2.5899376869 - 2.6224465370 - 2.5360479355 - 2.6224465370 - 2.4121360779 - 2.4121360779 - 1.5405025482 - 1.5405025482 - 1.5578100681 - 1.5578100681 - -2.0344438553 - -2.0344438553 - -2.3272171021 - -2.3272171021 - -2.3969881535 - -2.3969881535 - -0.5833730102 - -0.5833730102 - 0.6747409701 - 0.6747409701 - 2.2339992523 - 2.2339992523 - -2.5065658092 - -2.5065658092 - -2.5308666229 - 0.0787839592 - 0.0787839592 - 2.3403227329 - 2.3403227329 - -2.4805495739 - -2.4805495739 - -2.4805495739 - -2.7193415165 - -2.7193415165 - 0.4906680584 - 0.4906680584 - -2.7291822433 - -2.7291822433 - 2.2834751606 - 2.2834751606 - -2.8335399628 - -2.8335399628 - 2.3826434612 - 2.3826434612 - -2.8685839176 - -2.8685839176 - -2.8685839176 - -2.9060475826 - -2.9147937298 - -0.0782711431 - -0.0782711431 - -2.9229238033 - -2.9229238033 - 1.8506134748 - 1.8717166185 - 1.8506134748 - 2.9473516941 - 2.9473516941 - 1.9956284761 - 1.9956284761 - -2.8043394089 - -2.8043394089 - -1.1410340071 - 0.3883187175 - 0.3883187175 - -0.4761992395 - -0.4761992395 - -0.7945722342 - 2.0998268127 - -0.7945722342 - 0.8408966660 - 0.8408966660 - -2.9912211895 - -2.9912211895 - 2.4813644886 - 2.4813644886 - -0.3332442939 - -0.3332442939 - -2.9912211895 - -2.9912211895 - -2.9912211895 - -2.9912211895 - 2.4227626324 - 2.4227626324 - 2.1699717045 - 2.1699717045 - 2.4227626324 - 2.1699717045 - 2.0539219379 - 2.0539219379 - -3.0606884956 - -3.0584514141 - -3.0606884956 - -3.0339028835 - 1.0571902990 - 1.0571902990 - -3.0606884956 - -3.0606884956 - -0.0576284267 - -0.0576284267 - 1.7326337099 - 1.7326337099 - -3.0890095234 - -3.0903553963 - -3.0628087521 - -3.0890095234 - 2.3857717514 - 2.3857717514 - 0.3217505515 - 0.3217505515 - -0.6998928785 - -0.6998928785 - 0.7783060670 - -1.6124389172 - -1.6124389172 - 0.7783060670 - 0.8069775701 - 0.8069775701 - 2.6779451370 - 2.6779451370 - 0.9969104528 - 0.9969104528 - -2.3561944962 - -3.1177875996 - -2.3561944962 - -2.4928376675 - -2.4928376675 - 3.1415927410 - 3.1415927410 - 3.1172072887 - 3.1172072887 - 3.0928506851 - 3.0928506851 - 3.0928506851 - 3.0928506851 - 3.0928506851 - 0.0739390403 - 0.0739390403 - 0.6107259393 - 0.6107259393 - 2.7569880486 - 2.7569880486 - 2.7528049946 - 2.7528049946 - 2.7569880486 - 2.7528049946 - 2.2878081799 - 2.2878081799 - 2.1882984638 - 2.1882984638 - 1.0636978149 - 1.0636978149 - -1.0723369122 - 2.4425930977 - -1.0723369122 - -2.7736117840 - 1.8538920879 - 1.8538920879 - 3.0035865307 - 3.0072712898 - 3.0035865307 - 3.0035865307 - -2.0922307968 - -2.0922307968 - 0.9827937484 - 0.9827937484 - 2.9996955395 - 2.9718143940 - 2.9996955395 - 2.9669203758 - 2.9955804348 - 2.9955804348 - 2.9718143940 - 2.9996955395 - 2.9669203758 - 2.9955804348 - 3.0623936653 - 3.0623936653 - 0.6008553505 - 0.6008553505 - 0.5956555009 - 0.5956555009 - 0.6008553505 - 0.5956555009 - 1.7829400301 - 1.7829400301 - 2.9562447071 - 2.9562447071 - 2.9504082203 - -1.0829598904 - -1.0829598904 - -1.3258177042 - -1.3258177042 - 2.3996453285 - 2.9229238033 - 2.8879184723 - 2.9229238033 - 2.8785979748 - 0.6669082046 - 0.6669082046 - 0.8680122495 - 0.8680122495 - 2.8198421001 - 2.8198421001 - 1.7986533642 - 1.7986533642 - 2.7776136398 - 2.7776136398 - 2.7776136398 - 0.0499583967 - 2.0043778419 - 0.0499583967 - 2.7430701256 - 2.7430701256 - -0.7750892639 - -0.7750892639 - 1.9353222847 - 1.9353222847 - -1.6767807007 - -1.6767807007 - -1.0088747740 - -1.0088747740 - -0.8419415951 - -0.8419415951 - 2.1956825256 - 2.1956825256 - 2.1112158298 - 2.1112158298 - 2.4275019169 - 2.4275019169 - -2.5213432312 - -2.5213432312 - -2.5213432312 - -2.5269296169 - -2.5269296169 - -2.4805495739 - -2.4805495739 - -2.4805495739 - 2.2981202602 - 2.2981202602 - -2.3509035110 - -2.3509035110 - 3.0945684910 - 3.0945684910 - -1.7607846260 - -1.7607846260 - -1.5378412008 - -1.3203532696 - -1.5378412008 - 1.3019558191 - 1.3019558191 - -2.8049178123 - -2.8049178123 - 0.5721936226 - 0.5721936226 - -2.1080811024 - -2.1080811024 - -2.0955920219 - 2.1740262508 - 2.1740262508 - 1.3996477127 - 1.3996477127 - 2.7610862255 - 2.7610862255 - 1.8717166185 - 1.8717166185 - 1.8506134748 - -2.9375746250 - -2.9375746250 - -2.9375746250 - -2.5308666229 - -2.5308666229 - -2.3561944962 - -2.3561944962 - -1.0022717714 - -1.0022717714 - 2.3070538044 - 2.3070538044 - -3.0339028835 - -3.0584514141 - -3.0606884956 - -3.0339028835 - -3.0628087521 - -3.0903553963 - -3.0628087521 - -3.0890095234 - -0.2933669984 - -0.2933669984 - 1.9387772083 - -2.6069984436 - 1.9387772083 - -2.7083923817 - -1.6124389172 - -1.3356453180 - -1.6124389172 - -1.6124389172 - 0.7783060670 - 0.3576632440 - 0.3576632440 - -2.4340510368 - -2.4340510368 - -3.0916342735 - -3.0916342735 - -3.0903553963 - -3.0916342735 - -3.0828368664 - -3.0828368664 - -1.2459876537 - -1.2459876537 - 3.0928506851 - 3.1177875996 - 3.1172072887 - 3.0928506851 - 0.5104883313 - 0.5104883313 - 3.0928506851 - 3.0928506851 - 3.0928506851 - 3.0928506851 - 2.8318896294 - 2.8318896294 - -0.0756131411 - -0.0756131411 - -2.8652653694 - -2.8652653694 - -2.5273430347 - -2.5273430347 - 0.4012287855 - 0.4012287855 - 2.4425930977 - 2.4425930977 - -1.0723369122 - -2.7736117840 - -1.0723369122 - -2.7736117840 - 2.5930433273 - 2.5930433273 - 2.2686991692 - 2.2686991692 - 3.0072712898 - 3.0072712898 - 2.9808299541 - 3.0072712898 - 3.0072712898 - 3.0035865307 - 3.0035865307 - 1.1071487665 - 1.1071487665 - 2.0301337242 - 0.5404195189 - 2.0301337242 - 0.4266274869 - 0.4266274869 - 0.4993467331 - -2.2853455544 - -2.2853455544 - 1.9428640604 - 1.9428640604 - 1.9215242863 - 0.5937496424 - 0.5937496424 - 0.7302394509 - 0.7302394509 - 2.9014215469 - 2.9014215469 - 2.1034400463 - 2.1034400463 - 2.9562447071 - 2.9562447071 - 2.9562447071 - 2.9562447071 - 2.9562447071 - 2.9562447071 - 2.9562447071 - 2.9562447071 - 2.9195108414 - 2.9504082203 - 2.9195108414 - 2.9504082203 - -1.1856387854 - -1.1856387854 - 2.9047439098 - 2.9047439098 - 2.9047439098 - 2.3996453285 - -1.3258177042 - 2.3996453285 - 2.9047439098 - 2.9047439098 - 1.7467359304 - 1.7467359304 - 0.7086262703 - -1.4089589119 - 0.7086262703 - -1.0895293951 - 1.3815972805 - 1.3815972805 - 2.8009765148 - 2.8009765148 - 0.1177325770 - 0.1177325770 - -1.7788524628 - 1.5596857071 - 1.5596857071 - 2.0043778419 - 2.0043778419 - 0.0499583967 - 2.6928694248 - 2.6928694248 - 1.5278121233 - 1.9067639112 - 1.9067639112 - 0.7244979739 - 0.7244979739 - 1.5819070339 - 1.5819070339 - 0.9362435341 - 0.9362435341 - -0.6215265989 - 1.4100335836 - 1.4100335836 - 2.5702552795 - 2.5702552795 - 2.5899376869 - 2.5899376869 - 2.5899376869 - 2.5899376869 - 2.5360479355 - 1.0040670633 - 1.0040670633 - -0.7765488625 - -0.7765488625 - 2.2455372810 - 2.2455372810 - 1.7607846260 - 1.7607846260 - 1.2252407074 - 1.2252407074 - 1.2134876251 - 1.2134876251 - 1.2252407074 - 1.2134876251 - 1.8766752481 - 1.8766752481 - -2.5431737900 - -2.5431737900 - -2.5127964020 - -2.5127964020 - -2.5308666229 - -2.5065658092 - -2.5308666229 - -2.5535900593 - -2.5535900593 - 2.3561944962 - 2.3561944962 - -2.7291822433 - -2.7291822433 - -2.5127964020 - -2.5127964020 - -2.6779451370 - -2.6779451370 - -2.7201733589 - -2.7201733589 - -2.2289781570 - -2.2289781570 - 0.3906070292 - 0.3906070292 - 0.8270407319 - 0.8270407319 - -2.7509856224 - -2.7509856224 - -2.4316809177 - -2.4316809177 - 2.6260435581 - -2.9934325218 - 2.6260435581 - -1.7818896770 - -1.7818896770 - -2.7430701256 - -2.7886023521 - -2.7430701256 - -2.8049178123 - -2.8049178123 - -2.7430701256 - -2.8049178123 - -2.7475996017 - -2.7475996017 - -2.8685839176 - -2.8685839176 - -2.8685839176 - -2.9060475826 - -2.9147937298 - -2.9147937298 - -1.7444674969 - -1.7444674969 - -2.8879184723 - -2.9304993153 - -2.8879184723 - -2.9304993153 - 0.9463859797 - 2.6074101925 - 0.9463859797 - -1.1410340071 - -2.8043394089 - -1.1410340071 - -0.2230309695 - -0.2230309695 - -0.3444004059 - -0.7780990005 - -2.9504082203 - -2.9504082203 - 2.0998268127 - 2.0998268127 - -0.7945722342 - -0.0611481629 - -0.0611481629 - -2.2281854153 - -2.2281854153 - -0.4266274869 - -0.4266274869 - 2.3561944962 - 2.3561944962 - 0.4350839555 - 0.4350839555 - -1.2076493502 - -1.2076493502 - -1.1902899742 - -1.1902899742 - -1.2076493502 - -1.1902899742 - -0.8782976866 - -0.8782976866 - 0.6528466344 - 0.6528466344 - -0.6747409701 - -0.6747409701 - -2.5602123737 - -2.5602123737 - -1.5859466791 - -1.5859466791 - 1.5182132721 - 1.5182132721 - 2.1587989330 - 2.1587989330 - -3.0903553963 - -3.0903553963 - -3.0628087521 - -3.0890095234 - -0.7631796002 - -0.7631796002 - -3.0903553963 - -3.0903553963 - 0.2281026244 - 0.2281026244 - -3.0916342735 - -3.0916342735 - -3.0903553963 - -3.0903553963 - -3.0916342735 - -3.0903553963 - 1.8473103046 - 1.8473103046 - 0.5095922351 - 0.5095922351 - -3.1172072887 - -3.1172072887 - 1.8678605556 - 1.8678605556 - -2.9996955395 - -2.9996955395 - 0.9978302121 - 0.9978302121 - 1.4987562895 - 1.4987562895 - 3.0928506851 - 3.0928506851 - 2.2483344078 - 2.2483344078 - -3.0152845383 - -3.0326507092 - -3.0152845383 - -3.0309355259 - 0.6202495098 - 0.6202495098 - 3.0667328835 - 3.0667328835 - 1.3873163462 - 1.3873163462 - 3.0107653141 - 3.0107653141 - 3.0107653141 - 2.9808299541 - 3.0072712898 - 2.9808299541 - 1.2165368795 - 1.2165368795 - 1.2045407295 - 1.2045407295 - 1.2165368795 - 1.2045407295 - 2.4547750950 - 2.4547750950 - 2.9996955395 - 2.9996955395 - 0.4993467331 - 0.4266274869 - 0.4993467331 - 2.9669203758 - 2.9669203758 - 2.9669203758 - -0.1243549958 - -0.1243549958 - -0.5191460848 - -0.5191460848 - 2.9504082203 - 2.9562447071 - 2.9262349606 - 2.9504082203 - 2.9504082203 - 2.9195108414 - 2.9504082203 - -0.9707460999 - -0.9707460999 - 2.9123606682 - 2.9123606682 - 2.9047439098 - 0.3174587488 - 0.3174587488 - 2.9047439098 - 2.9047439098 - 2.9047439098 - -0.0972531959 - -0.0972531959 - -2.3843560219 - -2.3843560219 - -2.1164512634 - -2.1164512634 - 1.8850282431 - 1.8850282431 - 2.7776136398 - 2.7776136398 - 2.7776136398 - 2.7610862255 - 2.7610862255 - 2.6992185116 - 2.7610862255 - 2.6992185116 - -1.8490959406 - -1.8490959406 - 0.6970213652 - 0.6970213652 - 2.2587597370 - 2.2587597370 - 2.6734607220 - 2.6734607220 - 2.6779451370 - 2.6779451370 - 2.6779451370 - 2.6779451370 - 2.6779451370 - 2.6779451370 - 2.6516354084 - 2.6516354084 - -2.1359457970 - -2.1359457970 - -0.6215265989 - 0.9362435341 - -0.6215265989 - 2.5702552795 - 2.5702552795 - 2.5899376869 - 2.5360479355 - 2.5899376869 - 2.5899376869 - 2.5899376869 - 2.5899376869 - 2.5899376869 - 2.5899376869 - 2.5899376869 - 2.5899376869 - 2.5360479355 - 2.5360479355 - 2.5899376869 - 2.5899376869 - 2.5899376869 - 2.5360479355 - 2.3107712269 - 2.3107712269 - -0.6610431671 - -0.6610431671 - 2.5535900593 - 2.5535900593 - 2.5127964020 - 2.5127964020 - -1.4601391554 - -1.4601391554 - -0.3063671589 - 2.3086113930 - 2.3086113930 - -1.1189824343 - -1.1189824343 - -1.1071487665 - -1.1071487665 - -1.0863183737 - -1.0863183737 - -1.1071487665 - -1.0863183737 - 2.0988707542 - 2.0988707542 - 1.4133794308 - 1.4133794308 - 1.4031538963 - 0.8685393929 - 0.8685393929 - 0.8621700406 - 0.8621700406 - 0.6435011029 - 0.6435011029 - -2.4980914593 - -2.4980914593 - 2.0537652969 - 2.0537652969 - 2.0940747261 - 2.0940747261 - 2.3561944962 - 2.3561944962 - 2.4834105968 - 2.4834105968 - -0.1086612195 - -0.1086612195 - -2.0503156185 - 0.9087358713 - -2.0503156185 - 0.8396085501 - 0.8396085501 - -2.8198421001 - -2.8198421001 - -2.0955920219 - -2.1080811024 - -2.0955920219 - -2.9060475826 - -2.8685839176 - -2.8685839176 - -2.9060475826 - -2.9147937298 - -2.9147937298 - -2.9147937298 - -2.8685839176 - -2.8685839176 - -2.9060475826 - -2.9147937298 - -2.9147937298 - -0.6375488043 - -0.6375488043 - 1.9597531557 - 1.9597531557 - 1.2571756840 - 1.2571756840 - -2.0533096790 - -2.0533096790 - 0.3958504498 - 2.6074101925 - 2.6074101925 - 0.9463859797 - -2.9375746250 - -2.9375746250 - -2.9375746250 - -0.5475622416 - -0.5475622416 - -0.6619416475 - -0.6619416475 - 0.6202495098 - -3.0278005600 - 0.6202495098 - 0.6545707583 - 0.6545707583 - 0.3149938881 - 0.3149938881 - 3.1200904846 - -3.0903553963 - -3.0903553963 - -3.0916342735 - -3.0667328835 - -0.8685393929 - -0.8685393929 - 2.3561944962 - 2.3561944962 - -3.1172072887 - -3.1172072887 - 3.1415927410 - -0.6435011029 - -0.6435011029 - 3.0804445744 - 3.0804445744 - 3.0791738033 - 3.0791738033 - 3.0804445744 - 3.0791738033 - 2.3404889107 - 2.3404889107 - 0.7853981853 - 0.7853981853 - 1.0792675018 - 1.0792675018 - 3.0685520172 - 3.0685520172 - 3.0702850819 - 3.0928506851 - 3.0685520172 - 3.0685520172 - 3.0685520172 - 3.0702850819 - 3.0928506851 - 3.0685520172 - 3.0685520172 - 3.0685520172 - 3.0928506851 - 3.0685520172 - 3.0685520172 - 3.1415927410 - 3.1415927410 - 3.0667328835 - 3.0667328835 - -3.0326507092 - -3.0326507092 - -3.0152845383 - -3.0309355259 - -3.0309355259 - -3.0326507092 - -3.0152845383 - -3.0309355259 - -0.5989112854 - -0.5989112854 - 0.4636476040 - 0.4636476040 - 3.0393860340 - 3.0393860340 - 2.0115470886 - 2.0115470886 - 1.1071487665 - 1.1071487665 - 1.8295671940 - 1.8295671940 - 3.0035865307 - 3.0072712898 - 3.0035865307 - 3.0035865307 - 2.9764440060 - 2.9764440060 - 3.0035865307 - 2.3104746342 - 2.3104746342 - 2.3036115170 - 2.3036115170 - 2.3104746342 - 2.3036115170 - -2.6476511955 - -2.6476511955 - 2.9718143940 - 2.9718143940 - 2.9996955395 - 2.9669203758 - 2.9955804348 - 2.9996955395 - 2.9669203758 - 2.9718143940 - 2.9996955395 - 2.9669203758 - 2.9955804348 - 2.9996955395 - 2.8322637081 - 2.8322637081 - 2.8229379654 - -1.7004988194 - -1.7004988194 - -1.7033478022 - 1.4677146673 - 1.4677146673 - 2.3789179325 - 2.3789179325 - 0.6640461683 - 0.6640461683 - 2.9047439098 - 2.9123606682 - 2.9047439098 - 2.9047439098 - 2.4252667427 - 2.4252667427 - -1.4089589119 - -1.4089589119 - 0.7086262703 - 1.1553041935 - 1.1553041935 - 0.9544993639 - 0.9544993639 - 1.7094360590 - 1.7094360590 - -0.0665681660 - -0.0665681660 - 2.5134224892 - 2.5134224892 - -0.6027435660 - -0.6027435660 - 2.5134224892 - 2.5134224892 - 2.8685839176 - 2.8685839176 - -0.4538440108 - -0.4538440108 - 2.8068559170 - 2.8068559170 - 0.2220818996 - 0.2220818996 - 3.0137226582 - 1.0447299480 - 3.0137226582 - -1.1640492678 - 1.5278121233 - 2.6928694248 - 1.5278121233 - -0.6532253027 - -0.6532253027 - 0.7032306194 - 0.7012599111 - 0.7032306194 - -0.2513277829 - -0.2513277829 - -1.0571902990 - -1.0571902990 - 2.5829932690 - 2.5829932690 - 0.0000000000 - 0.0000000000 - 0.7086262703 - 0.7086262703 - 0.2942345738 - 0.2942345738 - -1.5707963705 - -1.5707963705 - 3.0244839191 - 3.0244839191 - 1.3791478872 - -1.4394809008 - -1.4394809008 - 1.8063412905 - 1.8063412905 - 2.5899376869 - 2.5899376869 - 2.5899376869 - 2.5899376869 - 2.5899376869 - 2.5360479355 - 2.4558632374 - 2.4558632374 - 2.5535900593 - -0.3063671589 - -1.4601391554 - -0.3063671589 - -0.8809962869 - -0.8809962869 - 2.2178435326 - 2.2178435326 - 1.6549345255 - 1.6549345255 - -3.0172376633 - -3.0172376633 - -3.0118901730 - -3.0118901730 - -2.3103549480 - -2.3103549480 - 0.8478169441 - 0.8478169441 - 0.8470483422 - 0.8341400027 - 0.6489955783 - 0.6489955783 - -1.5024099350 - -1.5024099350 - -2.9996955395 - -2.9996955395 - -2.6476511955 - -2.6476511955 - 2.4097146988 - 2.4097146988 - -1.6704649925 - -1.6704649925 - 1.0390722752 - 1.0390722752 - 0.0656948015 - -2.9147937298 - -2.8685839176 - -2.9060475826 - -2.9147937298 - -2.9147937298 - 1.4382448196 - 1.4382448196 - -1.0040670633 - 2.5930433273 - 2.5930433273 - -0.7454195023 - -0.7454195023 - -2.9375746250 - -2.9375746250 - -0.7780990005 - -0.2230309695 - -0.3444004059 - -0.7780990005 - 1.6027003527 - -2.5672879219 - -2.5672879219 - 0.7853981853 - 0.7853981853 - -2.5672879219 - 0.7853981853 - -2.9912211895 - -2.9912211895 - -3.0278005600 - -3.0278005600 - 0.6202495098 - 0.2633976340 - 2.0047497749 - 0.2633976340 - 2.4517927170 - 2.4517927170 - 0.5164830089 - 0.5164830089 - -2.7083923817 - 1.9387772083 - -2.7083923817 - 3.1200904846 - 0.3149938881 - 3.1200904846 - -1.4464412928 - -1.4464412928 - 2.5909171104 - 2.5909171104 - -1.4464412928 - 2.5909171104 - -0.7253611088 - -0.7253611088 - 0.0106378961 - 0.0106378961 - 3.1415927410 - -3.1172072887 - 3.1415927410 - 0.6627295017 - 0.6627295017 - -3.0928506851 - -3.0928506851 - -3.1172072887 - -3.0916342735 - -3.0916342735 - -3.0928506851 - -3.1172072887 - -3.0916342735 - 2.9590327740 - 2.9590327740 - -0.6498704553 - -0.6498704553 - 3.1177875996 - 3.1177875996 - 3.1177875996 - 3.0928506851 - 3.0702850819 - 3.0685520172 - 3.0702850819 - 3.0928506851 - 3.0685520172 - 0.7055681944 - 0.7055681944 - 0.7117063403 - 2.7960369587 - 2.7960369587 - 2.6542341709 - 2.6542341709 - 0.4162693024 - 0.4162693024 - 0.7750892639 - 0.7750892639 - 0.9135267138 - 0.9135267138 - -0.4939413667 - -0.4939413667 - 0.9948777556 - 0.9948777556 - 0.5311776400 - 0.5311776400 - 3.0072712898 - 3.0107653141 - 3.0072712898 - -2.9584817886 - -2.9584817886 - -2.8535373211 - -2.8535373211 - 1.7004988194 - 1.7004988194 - 2.8229379654 - 2.8322637081 - 2.8229379654 - 1.4212366343 - 1.4212366343 - 1.9215242863 - 1.9428640604 - 1.9215242863 - -1.7033478022 - -1.7004988194 - -1.7033478022 - -2.7367007732 - -2.7367007732 - 2.9262349606 - 2.9262349606 - 2.9562447071 - 2.9262349606 - 2.9504082203 - -2.0600793362 - -2.0600793362 - 0.9607923627 - 0.9607923627 - -1.2220252752 - -1.2220252752 - -1.0895293951 - 0.7086262703 - -1.0895293951 - -0.0665681660 - -0.0665681660 - 2.8198421001 - 2.8198421001 - -3.1306040287 - -3.1306040287 - 2.5509722233 - 2.5509722233 - -1.7788524628 - 0.1177325770 - -1.7788524628 - -2.8438923359 - 0.0151503561 - 0.0151503561 - 3.0221636295 - 3.0221636295 - -2.6491069794 - -2.6491069794 - 0.7012599111 - 0.7012599111 - 0.7032306194 - 0.6585658789 - 0.6585658789 - 0.6240230799 - 0.6240230799 - 1.1071487665 - 1.1071487665 - 2.5535900593 - 2.4558632374 - 2.5535900593 - 2.5127964020 - 2.5127964020 - 2.6706988811 - 2.6706988811 - 3.0750246048 - 3.0750246048 - 0.8491414785 - 0.8491414785 - 2.0831856728 - 2.0831856728 - 1.8000282049 - 1.8000282049 - 1.4031538963 - 1.4133794308 - 1.4031538963 - 1.4056476355 - 1.3935709000 - 2.9105019569 - 2.9105019569 - 2.8555412292 - -2.3433747292 - -2.3433747292 - -2.3107712269 - -2.3107712269 - -1.7661879063 - -1.7661879063 - 0.8470483422 - 0.8478169441 - 0.8470483422 - 0.8341400027 - 0.2053953856 - 0.2053953856 - 0.6304014325 - 0.6304014325 - -2.3880984783 - -2.3880984783 - -2.4827866554 - -2.4827866554 - 0.3109982908 - 0.3109982908 - 2.9509537220 - 2.9509537220 - 2.9340963364 - -0.6435011029 - -0.6435011029 - -2.5940303802 - -2.5940303802 - 0.5980778337 - 0.5980778337 - 2.1171562672 - 2.1171562672 - 2.4578833580 - 2.4578833580 - 1.9391452074 - 1.9391452074 - -2.9934325218 - -2.9934325218 - 2.6260435581 - 2.2264919281 - 2.2264919281 - 0.6318543553 - 0.6318543553 - 1.4670039415 - 1.4670039415 - 1.4389132261 - 1.4389132261 - 0.7022569180 - -0.4973427057 - -0.4973427057 - 0.3958504498 - -2.0533096790 - 0.3958504498 - -2.9304993153 - -2.9304993153 - -2.9375746250 - -2.8879184723 - -2.9304993153 - -2.9304993153 - -2.9304993153 - -2.9375746250 - -2.8879184723 - -2.9304993153 - -1.0768549442 - -1.0768549442 - -2.2848870754 - -2.2848870754 - -2.9047439098 - -2.9441971779 - -2.9047439098 - -0.3444004059 - -0.2230309695 - -0.3444004059 - -0.7780990005 - 1.6023647785 - 3.1415927410 - 3.1415927410 - -1.6338704824 - -1.6338704824 - 2.5329034328 - 2.5329034328 - 2.3757998943 - 2.3757998943 - 1.0452125072 - 1.0452125072 - -1.0675219297 - -1.0675219297 - -1.0222469568 - -1.0222469568 - 1.5707963705 - 1.5707963705 - 2.7080111504 - 2.7080111504 - 2.0047497749 - 2.0047497749 - 0.2633976340 - -1.1928280592 - -1.1928280592 - 0.7123575807 - 0.7123575807 - -3.0648207664 - -3.0648207664 - -3.0648207664 - 1.8717166185 - 1.8717166185 - -3.0648207664 - -3.0648207664 - -3.0648207664 - -3.0648207664 - 1.3773690462 - 1.3773690462 - 1.9320000410 - 1.9320000410 - 1.9124118090 - 1.9124118090 - 1.9320000410 - 1.9124118090 - -3.0667328835 - -3.0903553963 - -3.0667328835 - 0.2378359288 - 0.2378359288 - 0.8415189385 - 0.8415189385 - 0.6389139891 - 0.6389139891 - 0.8288490772 - 0.8288490772 - -3.1172072887 - -3.0928506851 - -3.1172072887 - -3.0916342735 - 0.4366271496 - 0.4366271496 - 1.8490959406 - 1.8490959406 - 0.4366271496 - 1.8490959406 - 3.1177875996 - 3.1177875996 - 3.1177875996 - 3.1177875996 - 3.1177875996 - 3.1177875996 - 3.1177875996 - 3.1177875996 - 3.1177875996 - 1.6309646368 - 1.6309646368 - -0.3805063665 - -0.3805063665 - -2.8785979748 - -2.8785979748 - 3.0443394184 - 3.0443394184 - 3.1266684532 - 3.1266684532 - 0.8663022518 - 0.8663022518 - -2.1150767803 - -2.1150767803 - 1.2155654430 - 1.2155654430 - 3.0107653141 - 3.0107653141 - 3.0072712898 - 3.0035865307 - 2.9764440060 - 3.0035865307 - 2.4087774754 - 2.4087774754 - 2.9385473728 - 2.9385473728 - 2.9669203758 - 2.9669203758 - 2.9669203758 - 2.9385473728 - 2.9669203758 - 2.9669203758 - 2.9385473728 - 2.9669203758 - 1.1156954765 - 1.1156954765 - 2.0344438553 - 2.0344438553 - 2.7085032463 - 2.7085032463 - 2.7043704987 - 2.7043704987 - 2.7085032463 - 2.7043704987 - 3.0024967194 - 3.0024967194 - 2.6837589741 - 2.6837589741 - 1.3334220648 - -1.9597531557 - 1.3334220648 - 0.3777666688 - 0.3777666688 - -2.0286300182 - -2.0286300182 - 2.0668399334 - 2.0668399334 - 0.4206633568 - 0.4206633568 - -1.7624448538 - -1.7624448538 - -2.8438923359 - -1.7788524628 - -2.8438923359 - -0.5371082425 - -0.5371082425 - 1.1024539471 - 1.1024539471 - -0.9827937484 - -0.9827937484 - 0.8611152172 - 0.8611152172 - -0.3784273863 - -0.3784273863 - 2.2605962753 - 2.2605962753 - 1.4149280787 - 1.4149280787 - 1.5808969736 - 1.5808969736 - 2.4522831440 - 2.4522831440 - -0.5743048191 - -0.5743048191 - -2.0825352669 - -2.0825352669 - 1.4056476355 - 1.3909428120 - 1.4031538963 - 1.4056476355 - 1.3935709000 - 2.8555412292 - 2.9105019569 - 2.8555412292 - 2.8387076855 - 2.8387076855 - 2.7610862255 - -2.3070538044 - -2.3070538044 - -2.3217253685 - -2.3217253685 - 0.7103946209 - 0.7103946209 - -2.5535900593 - -2.5535900593 - -2.5308666229 - -2.5308666229 - 2.9340963364 - 2.9509537220 - 2.9340963364 - -2.9020934105 - -2.9020934105 - 2.5065658092 - 2.5065658092 - 1.4464412928 - 1.4464412928 - 2.5065658092 - 1.4464412928 - -1.4038261175 - -1.4038261175 - -2.8049178123 - -2.8049178123 - 0.9087358713 - 0.9087358713 - -2.0503156185 - 0.0656948015 - 1.0390722752 - 0.0656948015 - 2.1587989330 - 2.1587989330 - 2.3891496658 - 2.3891496658 - 0.5352737308 - 0.5352737308 - -2.9441971779 - -2.9441971779 - -2.9047439098 - 2.6497833729 - 2.6497833729 - -1.0265158415 - -1.0265158415 - -2.9912211895 - -2.9912211895 - 0.6385342479 - 0.6385342479 - 0.2013171017 - 0.2013171017 - 1.2847448587 - 1.2847448587 - 0.0108691370 - 0.0108691370 - 0.0704713464 - 0.0704713464 - -3.0628087521 - -3.0628087521 - -3.0648207664 - -3.0648207664 - -3.0648207664 - -1.1849136353 - -1.1849136353 - -3.0916342735 - -3.0916342735 - -0.8724260926 - -0.8724260926 - -2.0561795235 - -2.0561795235 - 2.0344438553 - 2.0344438553 - 1.7843567133 - 1.7843567133 - 3.0928506851 - 3.0685520172 - 3.0702850819 - 3.0928506851 - 3.0685520172 - 3.0685520172 - 0.7117063403 - 0.7055681944 - 0.7117063403 - 2.9955804348 - 2.9955804348 - 3.0244839191 - 3.0244839191 - 0.6810169816 - 0.6810169816 - 3.0443394184 - 3.0443394184 - 3.0107653141 - 3.0107653141 - 0.8581174016 - 0.8581174016 - 2.3452060223 - 2.3452060223 - 0.3938686252 - 0.3938686252 - 0.4002406597 - 2.9996955395 - 2.9718143940 - 2.9669203758 - 2.9996955395 - 2.9669203758 - 2.9385473728 - 2.9669203758 - 2.9669203758 - 1.9267541170 - 1.9267541170 - 1.9226130247 - 2.9262349606 - 2.9325697422 - 2.9262349606 - 2.9562447071 - 2.9262349606 - 2.9562447071 - 2.9262349606 - 2.9562447071 - 2.9262349606 - 2.9262349606 - 2.9262349606 - 2.9262349606 - -2.6546933651 - -2.6546933651 - 1.8742562532 - 1.8742562532 - 0.8173022270 - 0.8173022270 - 2.3861255646 - 2.3861255646 - 0.4411794841 - 0.4411794841 - -0.2683662176 - -0.2683662176 - 0.8911474347 - 0.8911474347 - 2.8966140747 - 2.8966140747 - 0.5088841915 - 0.5088841915 - 2.2470409870 - 2.2470409870 - -1.7647554874 - -1.7647554874 - 1.0447299480 - 1.0447299480 - 3.0137226582 - -1.1640492678 - 3.0137226582 - -1.1640492678 - 0.4780007005 - 0.4780007005 - -0.4699766338 - -0.4699766338 - 2.6224465370 - 2.6224465370 - 1.3791478872 - 3.0244839191 - 1.3791478872 - 2.7707014084 - 2.7707014084 - -0.2325569391 - -0.2325569391 - 1.3894765377 - 1.3894765377 - 2.4980914593 - 2.4980914593 - 2.3789179325 - 2.3789179325 - -1.0768549442 - -1.0768549442 - 2.4980914593 - 2.4980914593 - 2.5608363152 - 2.5608363152 - 2.3944272995 - 2.3944272995 - 1.8157750368 - 1.8157750368 - 1.3935709000 - 1.3909428120 - 1.3935709000 - 1.4031538963 - 1.4056476355 - 1.3935709000 - 1.9909930229 - 1.9909930229 - 1.9782261848 - 1.9655874968 - 2.7610862255 - 2.8387076855 - 2.7610862255 - -2.3239476681 - -2.3239476681 - -2.3232393265 - 0.8341400027 - 0.8478169441 - 0.8470483422 - 0.8341400027 - 1.4653069973 - 1.4653069973 - 1.4550371170 - 1.4450268745 - 0.6483319998 - 0.6483319998 - -1.5214537382 - -2.1587989330 - -1.5214537382 - -2.5088438988 - -2.5088438988 - -2.5308666229 - -2.5308666229 - 2.3561944962 - 2.3561944962 - -2.5535900593 - -2.5535900593 - 2.3097164631 - 2.3097164631 - 0.9197195768 - 0.9197195768 - 0.8902751207 - 0.8902751207 - 0.9197195768 - 0.8902751207 - 1.4648119211 - 1.4648119211 - 0.1122028157 - 0.1122028157 - -0.2252767831 - -2.7610862255 - -0.2252767831 - -2.4572978020 - -2.4572978020 - 1.0074800253 - 1.0074800253 - -2.5405189991 - -2.5405189991 - -0.0867383406 - -0.0867383406 - 2.6516354084 - 2.6516354084 - 0.7652666569 - -2.8685839176 - -2.8785979748 - -2.8685839176 - -1.0040670633 - 1.4382448196 - -1.0040670633 - -2.9375746250 - -2.9304993153 - -2.9375746250 - -2.9304993153 - -2.9304993153 - 2.0464916229 - 2.0464916229 - -2.5262532234 - -2.5262532234 - 2.1658658981 - 2.6601953506 - 2.1658658981 - 2.1552402973 - 2.1552402973 - 2.6601953506 - 2.1658658981 - 2.1552402973 - 1.6027003527 - -0.7780990005 - 1.6027003527 - 1.6023647785 - -0.2234766036 - -0.2234766036 - -2.0487971306 - 2.2974386215 - 2.2974386215 - -2.1632237434 - -2.1632237434 - 2.3879299164 - 2.3879299164 - -3.0339028835 - -3.0339028835 - 2.9581127167 - 2.9581127167 - 2.4067842960 - 2.4067842960 - 2.3941509724 - -3.0916342735 - -3.0916342735 - -3.0928506851 - -3.0928506851 - -3.0916342735 - -3.0928506851 - 1.5120404959 - 1.5120404959 - 1.2604088783 - 1.2604088783 - -0.4432422817 - -0.4432422817 - -2.9304993153 - -2.9304993153 - -2.9229238033 - -2.9229238033 - -2.9304993153 - -2.9229238033 - 0.3332442939 - 0.3332442939 - -0.9043310285 - -0.9043310285 - 0.4724969268 - 0.4724969268 - 0.3120421171 - 0.3120421171 - 1.1993972063 - 1.1993972063 - -3.1089954376 - -3.1089954376 - 2.1421337128 - 2.5213432312 - 2.1421337128 - 0.4002406597 - 0.3938686252 - 0.4002406597 - 2.9385473728 - 2.9669203758 - 2.9385473728 - 2.9669203758 - 1.9226130247 - 1.9267541170 - 1.9226130247 - 1.6973884106 - 1.6973884106 - 2.9325697422 - 2.9325697422 - 2.9262349606 - -3.0742788315 - -3.0742788315 - 2.9123606682 - 2.9047439098 - 2.8724250793 - 2.9123606682 - -2.6344940662 - -2.6344940662 - -2.6332819462 - 1.5943213701 - 1.1177303791 - 1.1177303791 - 1.5152977705 - 1.5152977705 - 0.6868176460 - 0.6868176460 - -0.8130154610 - -0.8130154610 - 0.6868176460 - 0.6868176460 - -2.7518839836 - -2.7518839836 - 2.8068559170 - 2.8068559170 - -2.9945142269 - -2.9945142269 - 2.7776136398 - 2.7776136398 - -1.2990041971 - -1.2990041971 - 2.6779451370 - 2.6779451370 - -2.7698836327 - -2.7698836327 - 2.4858970642 - 2.4858970642 - 2.5360479355 - 2.0276412964 - 2.0276412964 - 0.7763894200 - 0.7763894200 - 0.7914586663 - 0.7914586663 - 1.2143594027 - 1.2143594027 - 2.4149503708 - 2.4149503708 - 2.4149503708 - 2.4149503708 - 2.4149503708 - 0.6411087513 - 0.6411087513 - 2.0647377968 - 2.0647377968 - 1.2753554583 - 1.2753554583 - 1.9782261848 - 1.9909930229 - 1.9782261848 - 1.9655874968 - -2.3232393265 - -2.3239476681 - -2.3232393265 - -2.3224992752 - -2.3334710598 - 1.4550371170 - 1.4653069973 - 1.4550371170 - 1.4450268745 - 1.2242574692 - 1.2242574692 - 1.4909663200 - 1.4909663200 - 2.4275019169 - 2.4275019169 - 1.3889205456 - 1.3889205456 - -2.6516354084 - -2.6516354084 - -2.2710351944 - -2.2710351944 - -2.7610862255 - -2.7610862255 - -0.2252767831 - 2.3458855152 - 2.3458855152 - -2.7233684063 - -2.7233684063 - -0.4145068824 - -0.4145068824 - 2.6344940662 - 2.6344940662 - 2.0290963650 - 2.0290963650 - 0.7022569180 - 1.4389132261 - 0.7022569180 - -2.8879184723 - -2.8879184723 - 1.5268685818 - 1.5268685818 - 2.4393358231 - 2.4393358231 - 1.6023647785 - -0.3444004059 - -1.8692952394 - 1.6027003527 - 1.6023647785 - 1.7960730791 - 1.7960730791 - 2.5040438175 - 2.5040438175 - 2.4258489609 - 2.4258489609 - 0.7197033763 - 0.7197033763 - 2.2811908722 - 2.2811908722 - -0.8587954640 - -0.8587954640 - -2.9996955395 - -2.9996955395 - 2.4858970642 - 2.4858970642 - -3.0606884956 - -3.0606884956 - 0.4475199878 - 0.4475199878 - 2.5241868496 - 2.5241868496 - -3.0628087521 - -3.0628087521 - 2.3321027756 - 2.3321027756 - 2.3941509724 - 2.4067842960 - 2.3941509724 - -0.9048271179 - -0.9048271179 - 0.5404195189 - 0.5404195189 - 1.2662854195 - 1.2662854195 - 1.1186424494 - 1.1186424494 - 1.2286404371 - 1.1341692209 - -2.8387076855 - 1.1341692209 - 3.1183409691 - 3.1183409691 - 1.2649174929 - 1.2649174929 - 2.3506696224 - 2.3506696224 - -0.3217505515 - -0.3217505515 - 0.4844779372 - 0.1375867426 - 0.4844779372 - -1.8347600698 - -1.8347600698 - -2.7367007732 - -2.7367007732 - 3.0107653141 - 3.0107653141 - 2.7265179157 - 2.7265179157 - -0.4311387539 - -0.4311387539 - -2.0955920219 - -2.0955920219 - 0.8553475738 - 0.8553475738 - 0.8537845016 - 0.8537845016 - 1.4226362705 - 1.4226362705 - 2.9262349606 - 2.9262349606 - 2.9262349606 - -0.6958943605 - -0.6958943605 - 2.1183586121 - 2.1183586121 - 2.2274980545 - 2.2274980545 - 2.4494483471 - 2.4494483471 - -1.9597531557 - -1.9597531557 - 1.3334220648 - 2.9047439098 - 2.9047439098 - 2.8632929325 - 2.8724250793 - 2.9123606682 - -2.6332819462 - -2.6344940662 - -2.6332819462 - 1.5943213701 - -2.6344940662 - 1.5943213701 - 0.7853981853 - 0.7853981853 - 0.6982408762 - 0.6982408762 - -2.9555344582 - -2.9555344582 - 2.3062360287 - 2.3062360287 - 2.8430936337 - 2.8430936337 - 2.8430936337 - 2.8430936337 - 1.3321870565 - 1.3321870565 - -3.0509328842 - -3.0509328842 - 2.7928216457 - 2.7928216457 - 0.6389139891 - 0.6389139891 - 2.7187387943 - 2.7187387943 - -0.9409930110 - -0.9409930110 - 1.1169523001 - 1.1169523001 - 2.6292030811 - 2.6292030811 - -2.9053473473 - -2.9053473473 - 0.1418970525 - 0.1418970525 - -1.0636978149 - -1.0636978149 - 2.1471714973 - 2.1471714973 - 0.9891428351 - 0.9891428351 - 0.9486384392 - 0.9486384392 - 2.4668517113 - 2.4668517113 - 0.7746458650 - 0.7961504459 - 0.7746458650 - -2.6387493610 - -2.6387493610 - -0.1882214993 - -0.1882214993 - 1.3909428120 - 1.3909428120 - 1.3935709000 - 1.4056476355 - 1.3935709000 - 1.9655874968 - 1.9909930229 - 1.9782261848 - 1.9655874968 - -3.0509328842 - -3.0509328842 - -2.3224992752 - -2.3232393265 - -2.3224992752 - -2.3334710598 - -2.3127436638 - -2.3127436638 - 1.4450268745 - 1.4653069973 - 1.4550371170 - 1.4450268745 - 0.2110933363 - 0.2110933363 - -2.1587989330 - -2.1587989330 - -1.5214537382 - -1.0146300793 - -1.0146300793 - -2.4668517113 - -2.4668517113 - -2.5127964020 - -2.5127964020 - 0.4167022705 - 0.4167022705 - 0.9827937484 - 0.9827937484 - -1.9333405495 - -1.9333405495 - 2.2142975330 - 2.2142975330 - -2.7017500401 - -2.7017500401 - -2.7707014084 - -2.7707014084 - 0.6765859723 - 0.6765859723 - -2.6779451370 - -2.6779451370 - 0.2593317330 - 0.2593317330 - 1.3544557095 - 1.3544557095 - 1.4536875486 - 1.4536875486 - 1.9106172323 - 1.9106172323 - 1.5199925900 - 1.5199925900 - -2.8685839176 - -2.8685839176 - 0.9206618071 - 0.9206618071 - 0.7652666569 - 2.6516354084 - 0.7652666569 - 2.6032180786 - 2.6032180786 - -2.9304993153 - -2.9375746250 - -2.9304993153 - -2.9375746250 - 2.2443041801 - 2.2443041801 - -2.9181160927 - -2.9181160927 - 1.1807482243 - 1.1807482243 - 0.9861950874 - 0.9861950874 - -0.5445517302 - -0.5383744836 - -1.1678847075 - -1.1678847075 - 0.4636476040 - 0.4636476040 - -1.7818896770 - -1.7818896770 - 2.1183586121 - 2.1183586121 - 2.5050845146 - 2.5050845146 - 0.1651486754 - 0.1651486754 - 2.5959374905 - 2.5959374905 - 2.7651023865 - 2.7651023865 - 1.4625257254 - 1.4625257254 - -2.0566625595 - -2.0566625595 - 0.0000000000 - 0.0000000000 - 2.3561944962 - 2.3561944962 - 3.0601406097 - 3.0601406097 - 3.0617625713 - -2.3928272724 - -2.3928272724 - 2.5582196712 - 2.5582196712 - 0.2833079696 - 1.7776702642 - 0.2833079696 - -3.1138219833 - -3.1138219833 - 2.1244776249 - 2.1244776249 - 1.4563560486 - 1.4563560486 - 3.0702850819 - 3.0702850819 - -3.1211872101 - -3.1211872101 - 0.2449786663 - 0.2449786663 - 0.3514447808 - 0.3514447808 - -1.0974402428 - -1.0974402428 - 2.2565257549 - 2.2565257549 - 0.2703253329 - 0.2703253329 - 0.6045985818 - 0.6045985818 - -2.9325697422 - -2.9325697422 - 1.5063694715 - 1.5063694715 - 2.5512859821 - 2.5512859821 - 0.8118470311 - 0.8118470311 - 2.5213432312 - 2.5213432312 - 2.1421337128 - -0.9251070619 - -0.9251070619 - 2.9669203758 - 2.9385473728 - 2.9669203758 - -1.4305467606 - -1.4305467606 - -1.4190311432 - -1.4190311432 - -1.4305467606 - -1.4190311432 - 2.8632929325 - 2.9047439098 - 2.8632929325 - 2.8724250793 - 3.0570487976 - 3.0570487976 - 2.8724250793 - 2.9047439098 - 2.8632929325 - 2.8724250793 - 2.9123606682 - 2.8724250793 - -1.0067125559 - -1.0067125559 - -0.9457736015 - -0.9457736015 - 0.7207401991 - -1.6657480001 - -1.6657480001 - -1.5137155056 - -1.5137155056 - 2.7686049938 - 2.7686049938 - 2.8068559170 - 2.7532739639 - 2.7532739639 - -1.4025895596 - -1.4025895596 - 1.5707963705 - 1.5707963705 - 2.5820858479 - 2.5820858479 - 1.4479610920 - 3.0187573433 - 1.4479610920 - 1.9451299906 - 1.9451299906 - 2.5535900593 - 2.5535900593 - -1.5063694715 - -1.5063694715 - 2.1077070236 - 2.1077070236 - -1.1708920002 - -1.1708920002 - 2.3430373669 - 2.3430373669 - -0.0352794752 - -0.0352794752 - 0.7961504459 - 0.7961504459 - 0.7746458650 - -0.8584387302 - -0.8584387302 - -0.8353565335 - -1.2490457296 - -1.2490457296 - 1.3935709000 - 1.3909428120 - 1.3935709000 - 1.3935709000 - -2.3612706661 - -2.3612706661 - -2.3334710598 - -2.3232393265 - -2.3224992752 - -2.3334710598 - -2.2937757969 - -2.2937757969 - -2.2917675972 - -2.3296520710 - -2.3296520710 - 0.2606023848 - 0.2606023848 - -2.5535900593 - -2.5535900593 - -2.5535900593 - -2.5535900593 - -2.5127964020 - -2.5127964020 - 2.3826434612 - 2.3826434612 - -1.7506498098 - -1.7506498098 - 0.9532940984 - 0.9532940984 - 2.0841953754 - 2.0841953754 - -2.4733033180 - -2.4733033180 - -2.4897234440 - 0.4636476040 - 0.4636476040 - -2.8785979748 - -2.8785979748 - -2.8685839176 - -2.9147937298 - -2.8785979748 - 2.0074234009 - 2.0074234009 - -2.2236430645 - -2.2236430645 - 2.7973740101 - 2.7973740101 - 1.1071487665 - 1.1071487665 - -2.9441971779 - -2.9441971779 - -2.9123606682 - -2.7222509384 - -2.7222509384 - -2.6596543789 - -2.6596543789 - 2.6601953506 - 2.6601953506 - -2.6596543789 - 2.6601953506 - 2.1658658981 - 2.1552402973 - -2.9562447071 - -2.9562447071 - -2.0487971306 - -0.2234766036 - -2.0487971306 - -2.9912211895 - -2.9912211895 - 2.2481827736 - 2.2481827736 - -2.7275936604 - -2.7275936604 - 2.0940747261 - 2.0940747261 - 1.9890207052 - 1.9890207052 - 0.5493744612 - 0.5493744612 - 3.0509328842 - 3.0509328842 - -0.6747409701 - -0.6747409701 - 1.2286404371 - 1.1186424494 - 1.2286404371 - 3.0438656807 - 3.0438656807 - 3.0617625713 - 3.0617625713 - 3.0438656807 - 3.0601406097 - 3.0617625713 - 2.9229238033 - 2.9229238033 - 1.9295669794 - 1.9295669794 - 1.7776702642 - 1.7776702642 - 0.2833079696 - 2.9669203758 - 2.9955804348 - 2.9669203758 - -0.2208287716 - -0.2208287716 - 2.8535373211 - 2.8535373211 - 3.0685520172 - 3.0443394184 - 3.0685520172 - 3.0685520172 - 3.0443394184 - 3.0667328835 - 3.0685520172 - 3.0685520172 - 3.0685520172 - 3.0443394184 - 3.0667328835 - 3.0702850819 - 3.0667328835 - 3.0685520172 - 3.0685520172 - 3.0443394184 - 3.0667328835 - 3.0685520172 - 3.0685520172 - 3.0685520172 - 3.0443394184 - 3.0667328835 - 3.0702850819 - 3.0685520172 - 0.8508781791 - 0.8508781791 - 3.0466408730 - 3.0466408730 - 3.0685520172 - 3.0685520172 - 3.0685520172 - 3.0702850819 - 0.1375867426 - 0.1375867426 - 0.4844779372 - 0.3444004059 - 0.3444004059 - 3.0419239998 - 3.0419239998 - 3.0393860340 - 3.0393860340 - 3.0419239998 - 3.0393860340 - 0.8734055161 - 0.8734055161 - 1.4550371170 - 1.4550371170 - 1.5083775520 - 1.5083775520 - 3.0107653141 - 3.0107653141 - 2.4746844769 - 2.3262634277 - 2.4746844769 - -2.5659656525 - -2.5659656525 - -2.5610711575 - -2.5610711575 - -2.5659656525 - -2.5610711575 - 1.6918236017 - 1.6918236017 - -2.9213440418 - -2.9213440418 - 1.1071487665 - 1.1071487665 - 2.7023303509 - 2.7023303509 - -1.5707963705 - -1.5707963705 - 1.2294404507 - -2.5043544769 - -2.5043544769 - 0.2709468603 - 0.2709468603 - -0.5633162856 - -0.5633162856 - -0.3587706685 - -0.3587706685 - 1.7126933336 - 1.7126933336 - 2.6487562656 - 2.6487562656 - 2.6944043636 - 2.6944043636 - -0.8270407319 - -0.8270407319 - 1.0265158415 - 1.0265158415 - 2.8854413033 - 2.8854413033 - 2.5360479355 - 2.4858970642 - 2.5360479355 - 2.4980914593 - 2.4980914593 - -0.6864853501 - -0.6864853501 - -0.7853981853 - -0.7853981853 - 2.4141938686 - 2.4141938686 - 2.4149503708 - 2.4149503708 - 2.4149503708 - -0.8232179880 - -0.8232179880 - -0.8353565335 - -0.8584387302 - -0.8353565335 - 1.1207225323 - 1.1207225323 - 1.1160770655 - -2.3191742897 - -2.3191742897 - -2.2917675972 - -2.2937757969 - -2.2917675972 - 0.8539926410 - 0.8539926410 - 2.0778949261 - 2.0778949261 - -2.5308666229 - -2.5308666229 - 2.3897390366 - 2.3897390366 - 0.9209258556 - 0.9209258556 - 2.4009406567 - 2.4009406567 - 2.1375255585 - 2.1375255585 - -2.6516354084 - -2.6516354084 - -2.7795052528 - -2.7795052528 - 0.7750892639 - 0.7750892639 - 0.1171087474 - -1.4181469679 - -1.4181469679 - -1.1071487665 - -1.1071487665 - -2.4897234440 - -2.4733033180 - -2.4897234440 - 1.5127221346 - 1.5127221346 - -2.3392469883 - 0.1952814013 - 0.1952814013 - 2.3613758087 - 2.3613758087 - 1.7871370316 - 1.7871370316 - -1.7809789181 - -1.7809789181 - -2.9375746250 - -2.9304993153 - -2.9375746250 - 0.2736593187 - 0.2736593187 - -1.8692952394 - -1.8692952394 - 1.6023647785 - -2.4834105968 - -2.4834105968 - 0.4636476040 - 0.4636476040 - -0.0644268394 - -0.0644268394 - -1.7033478022 - -1.7033478022 - -3.0671038628 - -3.0671038628 - -1.7408549786 - -1.7408549786 - -0.0384425893 - -0.0384425893 - 3.0435473919 - 3.0435473919 - -3.0692553520 - -3.0692553520 - -1.3215441704 - -1.3215441704 - -3.0685520172 - -3.0685520172 - -0.3610053062 - -0.3610053062 - 2.3357892036 - 2.3357892036 - 2.3634936810 - 2.3634936810 - -2.8387076855 - -2.8387076855 - 1.1341692209 - 1.0543133020 - 1.0543133020 - 3.0288650990 - 3.0288650990 - 0.7505285740 - 0.7505285740 - -2.0765876770 - -2.0765876770 - -0.7357934713 - -0.7357934713 - -2.8618884087 - -2.8618884087 - 3.0443394184 - 3.0443394184 - 3.0466408730 - 3.0685520172 - 3.0443394184 - 3.0466408730 - 3.0685520172 - 3.0685520172 - 3.0443394184 - 3.0685520172 - 3.0702850819 - 3.0685520172 - 3.0685520172 - 3.0443394184 - 3.0685520172 - 3.0702850819 - 3.0702850819 - 3.0685520172 - 3.0443394184 - 3.0685520172 - 3.0702850819 - 3.0685520172 - 3.0685520172 - 3.0685520172 - 3.0443394184 - 3.0685520172 - 3.0667328835 - 3.0702850819 - 1.8622530699 - 1.8622530699 - 1.8438050747 - 1.8438050747 - 1.8622530699 - 1.8438050747 - 2.3921501637 - 2.3921501637 - 2.2298862934 - 2.2298862934 - -1.1878975630 - -1.1878975630 - 3.0209689140 - 3.0209689140 - -2.5899376869 - -2.5899376869 - -2.9786663055 - -2.9786663055 - 1.7321714163 - 1.7321714163 - -0.8081215024 - -0.8081215024 - 0.1973955631 - 0.1973955631 - -1.0343608856 - -1.0343608856 - 2.9195108414 - 2.9195108414 - 2.8890383244 - 0.7724118829 - 0.7724118829 - 0.0777649432 - 0.0777649432 - 0.5358112454 - 0.5358112454 - 0.7792632580 - 0.7792632580 - 0.5358112454 - 0.7792632580 - 0.4581531584 - 0.4581531584 - -0.8936687708 - -0.8936687708 - 1.4089589119 - 1.4089589119 - 1.5248516798 - 1.5248516798 - 1.4464412928 - 1.4464412928 - 2.5283854008 - 2.5283854008 - 1.1712808609 - 1.1712808609 - 0.7592261434 - 0.7592261434 - 3.0187573433 - 3.0187573433 - 1.4479610920 - 2.2035450935 - 2.2035450935 - -1.1071487665 - -1.1071487665 - -1.0974402428 - -1.0882830620 - -1.0882830620 - -1.1071487665 - -1.0974402428 - -1.0882830620 - -2.1777839661 - -2.1777839661 - 2.3561944962 - 2.3561944962 - 1.1160770655 - 1.1207225323 - 1.1160770655 - 2.8491497040 - -2.3006958961 - -2.3006958961 - -2.3036115170 - -2.3036115170 - -0.4951332510 - -0.4951332510 - -2.5535900593 - -2.5535900593 - -2.6135182381 - -2.5899376869 - -2.5899376869 - 2.1637988091 - 2.1637988091 - 0.8329812884 - 0.8329812884 - -2.6699771881 - -2.6658973694 - -2.6699771881 - 1.0993363857 - 1.0993363857 - 2.4837040901 - 2.4837040901 - -2.9147937298 - -2.8785979748 - -2.9147937298 - -2.8785979748 - -2.9147937298 - 2.3706862926 - 2.3706862926 - 2.3561944962 - -0.2392316014 - -0.2392316014 - -2.4621789455 - -2.4621789455 - -2.6632401943 - -2.6632401943 - -0.8850668073 - -0.8850668073 - 1.0777454376 - 1.0777454376 - 0.8133238554 - 0.8133238554 - 0.0637433156 - 0.0637433156 - -0.5445517302 - 0.9861950874 - -0.5445517302 - -0.5383744836 - -0.5383744836 - 0.9861950874 - -0.5445517302 - -0.5383744836 - -2.4227626324 - -2.4227626324 - -2.9955804348 - -2.9955804348 - -2.9996955395 - -2.2706892490 - -2.2706892490 - 0.5475622416 - 0.5475622416 - 1.7467359304 - 1.7467359304 - 1.6991195679 - -2.3507301807 - -2.3507301807 - 1.8070416451 - 1.8070416451 - -3.0393860340 - -3.0393860340 - -3.0667328835 - 0.5797154903 - 0.5797154903 - -1.1114590168 - 0.4182243347 - 0.4182243347 - -1.2815253735 - 1.6396528482 - -1.2815253735 - -3.0928506851 - -3.0928506851 - 3.0090410709 - 3.0090410709 - 2.5024299622 - 2.5024299622 - -0.4461055398 - -0.4461055398 - -0.1728606075 - 0.3748407066 - -0.1728606075 - -3.0940096378 - -3.0940096378 - 0.5942137241 - 0.5942137241 - 3.1415927410 - 3.1415927410 - 3.0940096378 - 3.0702850819 - 3.0940096378 - 2.9955804348 - 2.9955804348 - 2.9669203758 - 1.8873655796 - 1.6832234859 - 1.8873655796 - -0.7466578484 - -0.7466578484 - 2.9669203758 - 2.9669203758 - 3.0685520172 - 3.0466408730 - 3.0685520172 - 3.0466408730 - 3.0685520172 - 3.0702850819 - 3.0685520172 - 3.0702850819 - 2.4610714912 - 2.4610714912 - 0.8760580420 - 0.8760580420 - -3.0606884956 - -3.0606884956 - 2.7763912678 - 2.5401380062 - 2.5401380062 - 3.0107653141 - 3.0107653141 - 3.0107653141 - 3.0072712898 - 3.0072712898 - 1.9451299906 - 1.9451299906 - 2.3961732388 - 2.3961732388 - 2.9718143940 - 2.9718143940 - -2.5016565323 - -2.5016565323 - -1.5137155056 - -1.5137155056 - 1.2294404507 - -1.5707963705 - 1.2294404507 - 2.8890383244 - 2.9195108414 - 2.8890383244 - -0.1973955631 - -0.1973955631 - -2.2384619713 - -2.2384619713 - -2.2502100468 - 2.8724250793 - 2.8724250793 - 2.8809902668 - 2.8724250793 - 2.8724250793 - -1.0863183737 - -1.0863183737 - -1.4618543386 - -1.4618543386 - -1.1232763529 - -1.1232763529 - 2.2591550350 - 2.2591550350 - -1.1562894583 - 1.7382280827 - 0.6837093234 - 1.7382280827 - 2.8430936337 - 2.8430936337 - 2.8430936337 - 0.7207401991 - -0.9457736015 - 0.7207401991 - -0.3805063665 - 2.4432225227 - 2.4432225227 - 2.8068559170 - 2.7686049938 - 2.8068559170 - 2.7686049938 - -3.0146198273 - -3.0146198273 - 2.7367007732 - 2.7367007732 - 0.2040179819 - 0.2040179819 - 1.8857902288 - 1.8857902288 - 2.4558632374 - 2.4558632374 - 1.4219063520 - 1.4219063520 - -0.7044940591 - -0.7044940591 - -1.0974402428 - -1.1071487665 - -1.0974402428 - -1.0882830620 - -1.5232132673 - -1.5232132673 - -2.1074845791 - -2.1074845791 - -2.1074845791 - -2.3191742897 - -2.3191742897 - -0.9409930110 - -0.9409930110 - -0.9328353405 - -2.8387076855 - -2.8387076855 - 0.9827937484 - 0.9827937484 - 0.1171087474 - 0.7750892639 - 0.1171087474 - -2.6658973694 - -2.6658973694 - -2.6699771881 - -2.4329664707 - -2.4159522057 - -2.4329664707 - -2.8068559170 - -2.8068559170 - -2.7928216457 - -2.7928216457 - 0.4636476040 - 0.4636476040 - 2.2655346394 - 2.2655346394 - 2.6201581955 - 2.6201581955 - -2.8785979748 - -2.8785979748 - -2.9147937298 - -2.8785979748 - -2.9147937298 - 2.3561944962 - 2.3706862926 - 2.3561944962 - 0.6287962794 - 0.6287962794 - -2.9123606682 - -2.9123606682 - -2.9441971779 - -2.9123606682 - 0.3430239260 - 0.3430239260 - 1.4876550436 - 1.4876550436 - -2.2194387913 - -2.2194387913 - 0.3147576749 - 0.3147576749 - -0.0126575520 - 0.8124186397 - -0.0126575520 - -2.1375255585 - -2.1375255585 - -1.1490091085 - -1.1490091085 - -1.0584068298 - -1.0584068298 - 2.7255282402 - 2.7255282402 - -1.2895641327 - -1.2895641327 - -0.8577355146 - -0.8577355146 - -1.9998257160 - -1.9998257160 - -0.8187191486 - -0.8187191486 - -3.0928506851 - -3.0928506851 - 0.3748407066 - 0.3748407066 - -0.1728606075 - -3.1183409691 - -3.1183409691 - 0.6055446863 - 0.6055446863 - -0.5220916271 - -0.5220916271 - -2.5872850418 - -2.5872850418 - 0.0733973235 - 0.0733973235 - 1.7938272953 - 1.7938272953 - 3.0940096378 - 3.0940096378 - 1.6832234859 - 1.6832234859 - 1.8873655796 - 3.0685520172 - 3.0685520172 - 3.0443394184 - 3.0685520172 - 3.0667328835 - 3.0702850819 - 2.4189691544 - 2.4189691544 - 1.7196862698 - 1.7196862698 - 3.0685520172 - 3.0685520172 - 3.0685520172 - 1.6556980610 - 1.6556980610 - 1.6548086405 - 3.0443394184 - 3.0443394184 - -2.5606157780 - -2.5606157780 - 2.5938527584 - 2.5938527584 - 3.0172376633 - 3.0172376633 - 2.7763912678 - -3.0606884956 - 2.7763912678 - 2.3262634277 - 2.3262634277 - 2.4746844769 - -0.3868757188 - -0.3868757188 - 1.1071487665 - 1.1071487665 - -1.1562894583 - 2.2591550350 - -1.1562894583 - -0.9272952080 - -0.9272952080 - 0.4636476040 - 1.0891326666 - 0.4636476040 - 2.8685839176 - 2.8318896294 - 2.8685839176 - 2.8198421001 - 1.1832724810 - 1.1832724810 - 0.4481449723 - 0.4481449723 - -1.2966288328 - -1.2966288328 - 2.7686049938 - 2.8068559170 - 2.7686049938 - 1.6814535856 - 0.8150923848 - 1.6814535856 - 0.0665681660 - 0.0665681660 - -0.1106572226 - -0.1106572226 - 2.6292030811 - 2.6292030811 - -2.7828218937 - -2.7828218937 - 0.8559877276 - 0.8559877276 - -0.6998928785 - -0.6998928785 - -1.7440420389 - -1.7440420389 - 1.3382394314 - 1.3382394314 - 2.1353657246 - 2.1353657246 - -2.3561944962 - -2.3561944962 - -2.1074845791 - -2.1074845791 - -2.1074845791 - -2.3265001774 - -2.3265001774 - -2.5360479355 - -2.5360479355 - -0.9328353405 - -0.9409930110 - -0.9328353405 - -0.7947436571 - -0.7947436571 - 1.3841069937 - 1.3841069937 - 0.9634910822 - 0.9634910822 - 2.6736531258 - 2.6736531258 - 1.1324597597 - 1.1324597597 - 2.6736531258 - 1.1324597597 - 2.8291010857 - 2.8291010857 - -2.3490004539 - -2.3490004539 - -3.1093456745 - -3.1093456745 - 1.4056476355 - 1.4056476355 - -2.3392469883 - 1.5127221346 - -2.3392469883 - 1.3547114134 - -2.9147937298 - -2.9147937298 - -2.8785979748 - -2.9147937298 - -2.8198421001 - -2.8966140747 - -2.8198421001 - -2.8879184723 - -2.8879184723 - 2.2967407703 - 2.2967407703 - 2.6607053280 - 2.6607053280 - -2.9123606682 - -2.9123606682 - -2.9123606682 - -2.5899376869 - -2.5899376869 - 2.1815223694 - 2.1815223694 - 0.0000000000 - 0.0000000000 - -2.9562447071 - -2.9562447071 - -2.9669203758 - -2.9996955395 - -2.9669203758 - 1.6373645067 - 1.6373645067 - -2.1815223694 - -2.1815223694 - -0.1558682024 - -0.1558682024 - -3.0339028835 - -3.0339028835 - 0.7792632580 - 0.7792632580 - 2.1128852367 - 2.1128852367 - -1.9157985449 - -1.9157985449 - -1.1114590168 - 0.5797154903 - -1.1114590168 - -2.4163627625 - -2.4163627625 - 2.3974933624 - 2.3974933624 - 1.6396528482 - 1.6396528482 - 2.3974933624 - 1.6396528482 - -1.2815253735 - -3.1183409691 - -3.1183409691 - -3.1183409691 - -3.1183409691 - -3.1183409691 - -3.0940096378 - -3.1183409691 - -3.1183409691 - -3.1183409691 - -3.1183409691 - -3.0940096378 - -3.1177875996 - 0.2872814536 - 0.2872814536 - 1.4773195982 - 1.4773195982 - 3.1415927410 - 3.1415927410 - 2.9945142269 - 2.9945142269 - 2.8370816708 - 2.8370816708 - 2.0533096790 - 2.0533096790 - -0.4636476040 - -0.4636476040 - -2.9553697109 - -2.9553697109 - 3.0702850819 - 3.0702850819 - 3.0940096378 - 3.0466408730 - 3.0702850819 - 3.0443394184 - 3.0466408730 - 3.0443394184 - 3.0685520172 - 3.0685520172 - 3.0466408730 - 3.0443394184 - 3.0685520172 - 3.0702850819 - 3.0685520172 - 3.0685520172 - 3.0443394184 - 3.0685520172 - 3.0702850819 - 3.0685520172 - 3.0702850819 - 3.0685520172 - 3.0685520172 - 3.0466408730 - 3.0685520172 - 3.0685520172 - 1.6548086405 - 1.6556980610 - 1.6548086405 - 3.0419239998 - 3.0419239998 - -2.4265010357 - -2.4265010357 - 0.0508037023 - 0.0508037023 - 3.0107653141 - 3.0107653141 - 3.0107653141 - 0.5905342698 - 0.5905342698 - 0.5854900479 - 0.5854900479 - 0.5905342698 - 0.5854900479 - 0.6881449819 - 0.6881449819 - -0.6510767341 - -0.6510767341 - 1.3572359085 - 1.3572359085 - -0.5880026221 - -0.5880026221 - 0.6731953621 - 0.6731953621 - -1.7942728996 - -1.7942728996 - -0.6154556870 - -0.6154556870 - 2.8724250793 - 2.8809902668 - 2.8724250793 - 2.8724250793 - 2.8724250793 - 0.9184654355 - 0.9184654355 - 2.8632929325 - 2.8632929325 - 2.8305943012 - 2.8535373211 - 2.8535373211 - -2.9040579796 - 0.2351509631 - -2.9040579796 - -0.8649843335 - -0.8649843335 - -3.1186082363 - -3.1186082363 - 2.8318896294 - 2.8318896294 - 2.8685839176 - 2.8198421001 - 2.8198421001 - 2.8318896294 - 2.8685839176 - 2.8198421001 - 2.7367007732 - 2.7367007732 - 2.7367007732 - 0.8150923848 - 0.8150923848 - 1.6814535856 - -1.9960013628 - -1.9960013628 - -1.6688416004 - -1.6688416004 - 2.7187387943 - 2.7187387943 - 2.2730531693 - 2.2730531693 - 0.2606023848 - 0.2606023848 - 2.8568623066 - 2.8568623066 - -2.1922125816 - -2.1922125816 - 2.8859477043 - 2.8859477043 - 1.8090411425 - 1.8090411425 - 2.5702552795 - 2.5702552795 - 1.7942728996 - 1.7942728996 - 2.4980914593 - 2.4980914593 - 0.8809962869 - 0.8809962869 - 2.3561944962 - 2.3561944962 - 2.3561944962 - 1.2897756100 - 1.2897756100 - -1.2793395519 - -1.2793395519 - 1.7681919336 - 1.7681919336 - 2.8491497040 - 1.1160770655 - -2.3636016846 - 2.8491497040 - 2.3561944962 - 2.3561944962 - 2.0198819637 - 2.0198819637 - -2.6135182381 - -2.5535900593 - -2.6135182381 - 2.6668958664 - 2.6668958664 - -2.0391387939 - 1.2229079008 - -2.0391387939 - -2.7233684063 - -2.7233684063 - -2.7233684063 - -2.7233684063 - -2.7233684063 - -2.0820269585 - -2.0820269585 - -0.7688251138 - -0.7688251138 - -2.8685839176 - -2.8685839176 - -2.8685839176 - -2.8685839176 - -2.8685839176 - -2.8685839176 - 1.3547114134 - -2.3392469883 - 1.3547114134 - -2.8879184723 - -2.8966140747 - -2.8198421001 - -2.8879184723 - -2.8879184723 - -2.9562447071 - -2.9562447071 - 2.5829932690 - 2.5829932690 - 0.3610053062 - 0.3610053062 - 0.8124186397 - 0.8124186397 - -0.0126575520 - -2.9996955395 - -2.9955804348 - -2.9996955395 - -2.9669203758 - -0.7460483909 - -0.7460483909 - -2.1713373661 - 2.5224313736 - 2.5224313736 - -0.6702633500 - 0.7378150821 - 0.7378150821 - 1.6991195679 - 1.7467359304 - 1.6991195679 - -1.6438368559 - -1.6438368559 - 0.3217505515 - 0.3217505515 - -3.0667328835 - -3.0393860340 - -3.0667328835 - -3.0916342735 - -1.6801148653 - -1.6801148653 - -1.1562894583 - -1.1562894583 - -2.7187387943 - -2.7187387943 - -3.0928506851 - -3.0940096378 - -3.0928506851 - -3.0940096378 - 0.6818735003 - 0.6818735003 - -2.2888119221 - -2.2888119221 - -3.1188693047 - -3.1188693047 - -3.1183409691 - -3.1183409691 - -3.1183409691 - -3.1183409691 - -3.1183409691 - -3.1183409691 - -3.1183409691 - -3.1183409691 - -3.1183409691 - -3.1183409691 - -3.1183409691 - -3.1177875996 - -3.1177875996 - 3.1415927410 - 3.1415927410 - 3.1415927410 - -0.3496071100 - -0.3496071100 - 1.2336623669 - 1.2336623669 - -2.1464233398 - -2.1464233398 - -3.0324392319 - -3.0324392319 - 2.3329429626 - 2.3329429626 - -2.5281326771 - -2.5281326771 - 3.0466408730 - 3.0685520172 - 3.0685520172 - 3.0466408730 - 3.0685520172 - 3.0466408730 - 3.0685520172 - 3.0466408730 - 3.0685520172 - 2.9105019569 - 2.9105019569 - 2.9105019569 - 0.8301444054 - 0.8301444054 - 2.4165239334 - 2.4165239334 - -2.3195617199 - -2.3195617199 - -2.8854413033 - -2.8854413033 - -2.6882538795 - 2.3561944962 - 2.3561944962 - 2.7069225311 - 2.7069225311 - 1.5385494232 - 1.5385494232 - -2.1293957233 - -0.0294032879 - -0.0294032879 - -1.2722973824 - -1.2722973824 - 2.2522757053 - -2.2280659676 - 2.2522757053 - 0.9447498322 - 0.9447498322 - 2.1956825256 - 2.1956825256 - -0.8288490772 - -0.8288490772 - -2.2502100468 - -2.2384619713 - -2.2502100468 - -2.6011731625 - 1.4324454069 - -2.6011731625 - 1.3825747967 - 1.3825747967 - 2.8809902668 - 2.8809902668 - 2.8724250793 - 2.8724250793 - 2.8724250793 - -2.9784972668 - -2.9784972668 - 0.2216495574 - 0.2216495574 - -1.0355225801 - -1.0355225801 - -2.5473790169 - -2.5473790169 - 0.6837093234 - 0.6837093234 - 1.7382280827 - 2.8430936337 - 2.8430936337 - 2.8430936337 - -0.3805063665 - 0.7207401991 - -0.3805063665 - -0.8014395833 - -0.8014395833 - 2.8318896294 - 2.8318896294 - 1.3734008074 - 1.3734008074 - 2.7367007732 - 2.7367007732 - 2.7367007732 - 2.5484220982 - 2.5484220982 - 1.1745569706 - 1.2924966812 - 1.2924966812 - 2.4837040901 - 2.4837040901 - -1.1970695257 - -1.1970695257 - -0.7853981853 - -0.7853981853 - 2.8674252033 - 2.8674252033 - -0.0609002076 - -0.0609002076 - 3.0648207664 - 3.0648207664 - 0.6532253027 - 0.6532253027 - 2.1531493664 - 2.1531493664 - -0.8110335469 - -0.8110335469 - 0.2449786663 - 0.2449786663 - 1.1801892519 - 1.1801892519 - 2.8406724930 - 2.8406724930 - -1.4727510214 - -1.4727510214 - -1.4565420151 - -1.4565420151 - -1.4727510214 - -1.4565420151 - 0.6435011029 - 0.6435011029 - -2.5360479355 - -2.5360479355 - 1.5815485716 - 1.5815485716 - 1.5413930416 - 1.5413930416 - 3.0419239998 - 3.0419239998 - -2.4159522057 - -2.4159522057 - -2.4329664707 - -2.8198421001 - -2.8198421001 - 0.9272952080 - 0.9272952080 - 2.9889433384 - 2.9889433384 - 2.5644004345 - 2.5644004345 - -2.8647944927 - -2.1859824657 - -2.8647944927 - -2.7751982212 - -2.9955804348 - -2.9955804348 - 1.9215242863 - 1.9215242863 - -2.9504082203 - -2.9504082203 - -0.6873528957 - -0.6873528957 - -1.6073653698 - -1.6073653698 - 0.4434483349 - 0.4434483349 - 2.1948194504 - 2.1948194504 - -2.2022497654 - -2.2022497654 - 2.6861414909 - 2.6861414909 - -3.0916342735 - -3.0667328835 - -3.0916342735 - -0.7706933618 - -0.7706933618 - -2.6918330193 - -2.6918330193 - -3.0928506851 - -3.0928506851 - -3.0702850819 - -3.0685520172 - -3.0940096378 - -3.0940096378 - -3.0928506851 - -3.0702850819 - -3.0685520172 - -3.0940096378 - -3.0940096378 - -3.0940096378 - -3.0928506851 - -3.0940096378 - -0.9453113079 - -0.9453113079 - -1.6162196398 - -1.6162196398 - -2.8511908054 - -2.8511908054 - -3.0940096378 - -3.1183409691 - -3.1183409691 - -3.1183409691 - -3.1183409691 - -3.0940096378 - 3.1415927410 - 3.1415927410 - -2.4668517113 - -2.4668517113 - 2.6614177227 - 1.2793395519 - 2.6614177227 - 3.0702850819 - 3.0702850819 - 3.0466408730 - -3.1211872101 - -3.1211872101 - 2.9105019569 - 2.9105019569 - 2.9105019569 - -3.0791738033 - -3.0791738033 - 0.8894981146 - 0.8894981146 - 0.8734055161 - 0.8734055161 - 0.8894981146 - 0.8734055161 - 3.0466408730 - 3.0466408730 - 3.0443394184 - 3.0443394184 - 3.0466408730 - 3.0443394184 - 2.0246403217 - 2.0246403217 - 2.3223092556 - 2.3223092556 - 2.3823664188 - 2.3823664188 - -2.1293957233 - 1.5385494232 - -2.1293957233 - 2.9808299541 - 3.0107653141 - 2.9808299541 - 2.9808299541 - 2.7985687256 - 2.7985687256 - -2.5480499268 - -2.5480499268 - 2.9718143940 - 2.9718143940 - 0.1939591467 - 0.1939591467 - -2.3561944962 - -2.3561944962 - -2.2280659676 - -2.2280659676 - 2.2522757053 - -2.7049655914 - -2.7049655914 - 2.8724250793 - 2.8809902668 - 2.8724250793 - 2.8724250793 - 0.2351509631 - 0.2351509631 - -2.9040579796 - 1.0891326666 - -1.9909930229 - 1.0891326666 - 0.4636476040 - -1.0776007175 - -1.0776007175 - -0.2812322080 - -0.2812322080 - 2.3013045788 - 2.3013045788 - 2.2910692692 - 0.3510308862 - 0.3510308862 - -1.7335237265 - -1.7335237265 - 1.5182132721 - 1.5182132721 - 2.7187387943 - 2.7187387943 - 2.0926306248 - 2.0926306248 - 2.2632949352 - 2.2632949352 - 2.4482412338 - 2.4482412338 - -0.2174374163 - -0.2174374163 - -1.0112895966 - -1.0112895966 - 0.7443253994 - 0.7443253994 - -2.9286541939 - -2.9286541939 - -2.9546134472 - 2.4149503708 - 2.4149503708 - -2.3906636238 - -2.3906636238 - -2.4087774754 - 2.0344438553 - 2.0344438553 - 1.7818896770 - 1.7818896770 - 1.7771202326 - -2.5981149673 - -2.5981149673 - -2.3733355999 - -2.3733355999 - 1.6001995802 - 1.6001995802 - -2.5535900593 - -2.5535900593 - 2.0899424553 - 2.0899424553 - 1.1812485456 - 1.1812485456 - 1.6951513290 - 1.6951513290 - 2.1748747826 - 0.4787218571 - 2.1748747826 - -2.4932606220 - -2.4932606220 - -1.8490959406 - -1.8490959406 - 2.5360479355 - 2.5360479355 - 0.7794810534 - 0.7794810534 - 2.9111902714 - -0.1366431564 - 2.9111902714 - -2.4875099659 - -2.4875099659 - -0.0263097174 - -0.0263097174 - -2.8966140747 - -2.8966140747 - -2.8198421001 - -2.8879184723 - -2.8879184723 - -2.8879184723 - -2.8966140747 - -2.8198421001 - -2.8879184723 - -2.8879184723 - 2.5346050262 - 2.5346050262 - -2.9669203758 - -2.9718143940 - -2.9669203758 - -2.9955804348 - -2.9669203758 - -2.9669203758 - -2.9718143940 - -2.9669203758 - -2.9955804348 - -2.9669203758 - -0.9720124602 - -0.9720124602 - 2.0840485096 - 2.0840485096 - -3.0393860340 - -3.0393860340 - 0.8017901182 - 0.8017901182 - -2.3673050404 - -2.3673050404 - 0.8017901182 - -2.3673050404 - 0.8050035238 - 0.8050035238 - -1.0636978149 - -1.0636978149 - -3.0940096378 - -3.0940096378 - -3.0928506851 - -3.0940096378 - 0.2449786663 - 0.2449786663 - -2.5782763958 - -2.5782763958 - 3.1415927410 - 3.1415927410 - -3.1183409691 - -3.1183409691 - -3.1183409691 - -3.1183409691 - -3.1183409691 - -3.1183409691 - -3.1177875996 - -3.1183409691 - -3.1183409691 - -3.1183409691 - -3.1183409691 - -3.0940096378 - 3.0981416702 - 3.0981416702 - 3.1193740368 - 0.9871605039 - 0.9871605039 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.0150005817 - 3.0150005817 - 0.5172873735 - 0.5172873735 - 0.5298490524 - 0.5298490524 - 3.0685520172 - 3.0685520172 - 3.0466408730 - -2.7516748905 - -2.7516748905 - 3.0466408730 - 3.0702850819 - 3.0466408730 - -1.3554385900 - -1.3554385900 - -1.9566789865 - -1.9566789865 - 0.6601315737 - 0.6601315737 - 2.9808299541 - 3.0107653141 - 2.9808299541 - 2.9808299541 - 1.5925320387 - 1.5925320387 - -0.8921338320 - -0.8921338320 - 0.3938686252 - 0.3938686252 - 0.7239372134 - 0.7239372134 - 1.3940874338 - 1.3940874338 - -2.6260435581 - -2.6260435581 - 2.8305943012 - 2.8632929325 - 2.8305943012 - 2.7334434986 - 1.6814535856 - 2.7334434986 - -1.9909930229 - -1.9909930229 - 1.0891326666 - 2.3480646610 - 2.3480646610 - 2.2910692692 - 2.3013045788 - 2.2910692692 - 2.4388785362 - 2.4388785362 - 2.7532739639 - 2.7532739639 - 2.7532739639 - 1.7307094336 - 1.7307094336 - 1.9664859772 - 1.9664859772 - -3.0367157459 - -3.0367157459 - 2.5360479355 - 2.5360479355 - 2.5360479355 - 2.4858970642 - 2.4858970642 - 2.5360479355 - 2.5360479355 - 2.4858970642 - 1.5019398928 - 1.5019398928 - -1.0899090767 - -1.0899090767 - 2.2197918892 - 1.2006255388 - 2.2197918892 - 1.1207225323 - 1.1207225323 - 2.3561944962 - 2.3561944962 - 2.3561944962 - -2.9546134472 - -2.9286541939 - -2.9546134472 - 2.6679952145 - 2.6679952145 - -2.4087774754 - -2.3906636238 - -2.4087774754 - 1.7771202326 - 1.7818896770 - 1.7771202326 - 1.2331740856 - 1.2331740856 - 1.2364678383 - 2.7321555614 - 2.7321555614 - -2.3636016846 - -2.3636016846 - 2.8491497040 - -2.3145518303 - -2.3145518303 - -1.5846843719 - -1.5846843719 - -2.5748634338 - -2.5748634338 - 1.9663674831 - 1.9663674831 - 1.9531753063 - 2.0564184189 - 2.0564184189 - -2.5535900593 - -2.5535900593 - -2.7124142647 - -2.7124142647 - -2.7265179157 - 1.2229079008 - 1.2229079008 - -2.0391387939 - -2.7233684063 - -2.7233684063 - -2.7233684063 - -3.1234128475 - -3.1234128475 - -2.6992185116 - -2.6992185116 - -2.7430701256 - -2.5371210575 - -2.5371210575 - 0.9371632934 - 1.7174627781 - 1.7174627781 - 1.7158380747 - 0.6005411148 - -3.1237373352 - -3.1237373352 - 0.5144513249 - 0.5144513249 - 0.5467888117 - 1.4007377625 - 1.4007377625 - -2.7223603725 - 2.6297369003 - 2.5378432274 - 2.5378432274 - -2.7223603725 - 1.4007377625 - -2.7223603725 - 2.6297369003 - 0.7306584120 - -2.8685839176 - -2.8685839176 - -1.7467359304 - -1.7467359304 - -0.1366431564 - -0.1366431564 - 2.9111902714 - 1.9416875839 - 1.9416875839 - -2.8724250793 - -2.8724250793 - -2.9047439098 - -2.9047439098 - -2.9047439098 - -2.9123606682 - -1.4544411898 - -1.4544411898 - -2.1859824657 - -2.1859824657 - -2.8647944927 - -2.7751982212 - -2.7751982212 - -2.1859824657 - -2.8647944927 - -2.7751982212 - 2.9280321598 - 2.9280321598 - 2.6180169582 - 2.6180169582 - 2.4149503708 - 2.4149503708 - 2.6180169582 - 2.4149503708 - -2.9955804348 - -2.9718143940 - -2.9669203758 - -2.9955804348 - -2.9669203758 - -2.1713373661 - -0.7460483909 - -2.1713373661 - -0.6702633500 - 2.5224313736 - -0.6702633500 - 3.1193740368 - 3.1193740368 - 0.4789136052 - 0.4789136052 - -1.1232763529 - -0.1767088622 - -1.1232763529 - -3.0072712898 - -3.0072712898 - -3.0339028835 - 1.9330232143 - 1.9330232143 - -0.7583777308 - -0.7583777308 - 2.3561944962 - 2.3561944962 - 2.8318896294 - 2.8318896294 - -3.0928506851 - -3.0928506851 - 0.7411792278 - 0.7411792278 - -3.0702850819 - -3.0928506851 - -3.0702850819 - -3.0685520172 - -3.0940096378 - 1.6366350651 - 1.6366350651 - -3.1183409691 - -3.1183409691 - -3.1183409691 - -3.1183409691 - -3.1183409691 - -3.1183409691 - -3.1183409691 - -3.1183409691 - -3.0072712898 - -3.0072712898 - 1.0088747740 - 1.0088747740 - -0.5326436162 - -0.5326436162 - -3.0702850819 - -3.0702850819 - 3.0466408730 - 3.0685520172 - 3.0466408730 - -2.6882538795 - -2.8854413033 - -2.6882538795 - 3.0685520172 - 3.0685520172 - 3.0443394184 - -1.8018870354 - -1.8018870354 - -1.8052120209 - 3.0107653141 - 3.0140831470 - 3.0107653141 - 3.0107653141 - 3.0107653141 - 3.0107653141 - 2.9808299541 - 2.9808299541 - 1.2908464670 - 1.2908464670 - 1.5810000896 - -2.5796711445 - -2.5885612965 - 1.5810000896 - 0.8730848432 - 0.8730848432 - -1.1158821583 - -1.1158821583 - 2.6716160774 - 2.6716160774 - -2.0152156353 - 1.4324454069 - 1.4324454069 - -2.6011731625 - 1.1383885145 - 1.1383885145 - 2.8406724930 - 2.8406724930 - -0.9434881210 - -0.9434881210 - 2.0131704807 - 2.0131704807 - -0.8936687708 - -0.8936687708 - 1.6852365732 - 1.6852365732 - 1.6575347185 - 1.6575347185 - 2.5672879219 - 2.5672879219 - 0.6722471714 - 0.6722471714 - -2.4668517113 - -2.4668517113 - -0.2968446612 - -0.2968446612 - -0.9536049366 - -0.9536049366 - 2.6971733570 - 2.6971733570 - 1.1745569706 - 2.5484220982 - 1.1745569706 - -1.6441936493 - -1.6441936493 - 2.7017500401 - 2.7017500401 - 2.6546933651 - 2.6546933651 - 2.6546933651 - 2.7017500401 - 2.6546933651 - 2.6546933651 - 0.3576632440 - 0.3576632440 - 2.1060700417 - 2.1060700417 - 3.0118901730 - 3.0118901730 - 1.9631364346 - 1.9631364346 - 2.0122253895 - 2.0122253895 - 1.0214217901 - 1.0214217901 - 2.4980914593 - 2.4980914593 - 2.4980914593 - 2.4980914593 - 1.2364678383 - 1.2331740856 - 1.2364678383 - -2.1704807281 - -2.1704807281 - -2.1634936333 - -2.1634936333 - -2.1704807281 - -2.1634936333 - 0.8264709711 - 0.8264709711 - -2.3239476681 - -2.3239476681 - 1.9531753063 - 1.9663674831 - 1.9531753063 - 1.1978086233 - 1.1978086233 - -2.7875952721 - -2.2101821899 - -2.2101821899 - -2.7265179157 - -2.7124142647 - -2.7265179157 - 1.5707963705 - 1.5707963705 - -3.1307234764 - -3.1307234764 - -2.7430701256 - -2.6992185116 - -2.7430701256 - 2.6493813992 - 2.6493813992 - 1.1349194050 - 0.9371632934 - -2.5371210575 - 0.9371632934 - 1.7158380747 - 1.7174627781 - 1.7158380747 - 0.6005411148 - 0.6137700677 - 0.6137700677 - -0.2090229392 - -0.2090229392 - 0.5467888117 - 0.5144513249 - 0.5467888117 - 3.1045725346 - 3.1045725346 - 0.6747409701 - 0.6747409701 - -0.2653320730 - -0.2653320730 - 1.9960013628 - 1.9960013628 - -1.0986742973 - -1.0986742973 - -2.9047439098 - -2.8724250793 - -2.9047439098 - -2.2367656231 - -2.2367656231 - 1.5461100340 - 1.5461100340 - -0.9827937484 - -0.9827937484 - 2.3667204380 - 2.3667204380 - -2.9718143940 - -2.9669203758 - -2.9718143940 - -2.9669203758 - -2.9955804348 - -2.9669203758 - 1.2072694302 - 1.2072694302 - 1.9147654772 - 1.9147654772 - 0.0964737758 - 0.0964737758 - 0.1071153209 - -0.8229744434 - -0.8229744434 - 2.4353935719 - 2.4353935719 - -3.0928506851 - -3.0928506851 - 0.9235846400 - 0.9235846400 - -3.0685520172 - -3.0685520172 - -3.0685520172 - -3.0928506851 - -3.0702850819 - -3.0685520172 - -3.0940096378 - 2.4480407238 - 2.4480407238 - -3.1188693047 - 3.1415927410 - -3.1188693047 - 3.1415927410 - 3.1415927410 - -1.1775169373 - -1.1775169373 - 1.2793395519 - 1.2793395519 - 2.6614177227 - -0.0379564464 - -0.0379564464 - -2.7646834850 - -2.7646834850 - -3.1007990837 - -3.1215953827 - -3.1007990837 - 2.9105019569 - 2.8899025917 - 2.9385473728 - 2.9105019569 - -2.5535900593 - -2.5535900593 - 2.4725496769 - 2.4725496769 - 1.6207547188 - 3.0685520172 - 1.6207547188 - 3.0702850819 - 3.0702850819 - 3.0466408730 - 3.0443394184 - 3.0685520172 - 3.0443394184 - -1.8052120209 - -1.8018870354 - -1.8052120209 - 2.4920432568 - 2.4920432568 - 3.0172376633 - 3.0172376633 - 3.0172376633 - 0.1534239203 - 0.1534239203 - -2.5885612965 - -2.5885612965 - -2.5796711445 - -2.5885612965 - -1.0395228863 - -1.0395228863 - -1.3352513313 - -1.3352513313 - -2.6537561417 - -2.6537561417 - 1.6814535856 - 2.5368130207 - 1.6814535856 - 2.7334434986 - 2.7532739639 - 2.7532739639 - 2.7532739639 - 0.8220309615 - 0.8220309615 - 0.4636476040 - 0.4636476040 - -1.8399637938 - -1.8399637938 - 2.6992185116 - 2.6992185116 - 2.6992185116 - 2.6992185116 - 2.6992185116 - 2.6992185116 - -2.9406383038 - -2.9406383038 - 2.3724093437 - 2.3724093437 - 2.6546933651 - 2.7017500401 - 2.6546933651 - 2.6546933651 - -1.2780832052 - -1.2780832052 - -0.9318823218 - -0.9318823218 - 2.5213432312 - 2.5213432312 - 2.5702552795 - -0.0972531959 - -0.0972531959 - 1.2006255388 - 1.2006255388 - 2.2197918892 - 2.5213432312 - 2.5213432312 - 2.0183162689 - 2.0183162689 - 2.9252519608 - 2.9252519608 - -2.3561944962 - -2.3561944962 - -2.3191742897 - -2.3191742897 - -2.3561944962 - -2.3191742897 - -2.3561944962 - 0.7853981853 - 0.7853981853 - 0.0713074654 - 0.0713074654 - 0.6336330175 - 0.6336330175 - -2.7875952721 - 1.1978086233 - -2.7875952721 - -2.4638843536 - -2.4638843536 - -2.5360479355 - -2.5360479355 - -1.8828384876 - -1.8828384876 - -1.9178578854 - 0.4787218571 - 0.4787218571 - 2.1748747826 - -2.6779451370 - -2.6779451370 - -2.6779451370 - -2.6779451370 - -2.6779451370 - -2.6779451370 - 1.1349194050 - 2.6493813992 - 1.1349194050 - 0.6909432411 - 0.6909432411 - -2.3685395718 - -2.3685395718 - 0.6005411148 - 1.7174627781 - 1.7158380747 - 0.6005411148 - 0.1152761281 - 0.1152761281 - 0.0384425893 - 0.0384425893 - 0.3671738207 - 0.3671738207 - 0.7306584120 - -2.7223603725 - 2.6297369003 - 0.7306584120 - -2.8318896294 - -2.8318896294 - 2.8044586182 - 2.8044586182 - 1.2364678383 - -2.9123606682 - -2.9047439098 - -2.9123606682 - -2.9562447071 - -2.9562447071 - 0.6716061831 - 0.6716061831 - -3.0035865307 - -3.0035865307 - -0.1767088622 - -0.1767088622 - -1.1232763529 - -0.0831412300 - -0.0831412300 - 0.1071153209 - 0.0964737758 - 0.1071153209 - 2.0599160194 - 2.0599160194 - -3.0667328835 - -3.0667328835 - -0.8760580420 - -0.8760580420 - -1.0706353188 - -1.0706353188 - -2.0344438553 - -3.0667328835 - -3.0667328835 - -3.1188693047 - -3.1188693047 - 2.3561944962 - 2.3561944962 - 2.2954957485 - 2.5065658092 - 2.5065658092 - 2.4087774754 - 2.4087774754 - 0.4581531584 - 0.4581531584 - -3.1183409691 - -3.1183409691 - -3.1183409691 - -3.1183409691 - -3.1188693047 - -3.1188693047 - 3.1415927410 - 3.1415927410 - -3.1188693047 - -0.6960841417 - -0.6960841417 - 3.1193740368 - 3.0981416702 - 3.1193740368 - 3.0961694717 - 3.0961694717 - 3.1188693047 - -0.2197950780 - -0.2197950780 - -0.2175541222 - -0.2175541222 - -0.2197950780 - -0.2175541222 - 0.4114562571 - 0.4114562571 - -1.1597317457 - -1.1597317457 - -1.1383885145 - -1.1383885145 - -1.1597317457 - -1.1383885145 - 2.2318394184 - 2.2318394184 - 1.6951513290 - 1.6951513290 - 1.6929914951 - -3.1215953827 - -3.1215953827 - -3.1007990837 - 2.8966140747 - 2.8776290417 - 2.8966140747 - 2.8899025917 - 2.8899025917 - 2.8966140747 - 2.8899025917 - 2.9105019569 - -0.5525843501 - -0.5525843501 - 3.0172376633 - 3.0172376633 - -1.7126933336 - -1.7126933336 - 2.2803907394 - 2.2803907394 - 1.1013684273 - 1.1013684273 - -2.3436951637 - -2.3436951637 - 2.9229238033 - 2.9229238033 - -2.5796711445 - -2.5885612965 - -2.5796711445 - -2.5885612965 - 1.5810000896 - -2.2834751606 - -2.2834751606 - 0.7364861369 - 0.7364861369 - -2.8842689991 - -2.8842689991 - 1.1722738743 - 1.1722738743 - -2.5360479355 - -2.5360479355 - -1.2627435923 - -1.2627435923 - 0.0504621752 - 0.0504621752 - 2.4883673191 - 2.4883673191 - 2.5368130207 - 2.5368130207 - 1.6814535856 - 2.5088438988 - 2.5088438988 - -1.1501330137 - -1.1501330137 - 1.2387368679 - 1.2387368679 - 0.9409930110 - 0.9409930110 - 2.4127378464 - 2.4127378464 - -2.9971511364 - -2.9971511364 - 0.5498532057 - 0.5498532057 - 2.3043889999 - 2.3043889999 - 2.5360479355 - 2.5360479355 - 2.5360479355 - 2.4858970642 - -0.4266274869 - -0.4266274869 - 2.1843523979 - 2.1843523979 - -0.1973955631 - -0.1973955631 - 1.4141944647 - 1.4141944647 - -2.3036115170 - -2.3036115170 - -2.3561944962 - -2.3191742897 - -2.3561944962 - -2.3162157536 - -2.3162157536 - -2.3561944962 - -2.3162157536 - 0.6107259393 - 0.6107259393 - -1.4682164192 - -1.4682164192 - -1.9178578854 - -1.8828384876 - -1.9178578854 - 0.2546246648 - 0.2546246648 - -1.6539375782 - -1.6539375782 - 2.0922307968 - 2.0922307968 - 1.5707963705 - 1.5707963705 - 1.5707963705 - 3.1207623482 - 3.1207623482 - -1.1487913132 - -1.1487913132 - -2.8198421001 - -2.8198421001 - -2.8068559170 - 2.6297369003 - 1.4007377625 - -2.7223603725 - 2.6297369003 - 0.7306584120 - -2.8430936337 - -2.8535373211 - -2.8430936337 - -2.8535373211 - -2.8535373211 - 1.2364678383 - 2.8044586182 - 1.2364678383 - -3.1198568344 - -3.1198568344 - 0.9801759124 - 0.9801759124 - -0.7095206976 - -0.7095206976 - 2.9764440060 - 2.9764440060 - -0.1503714323 - -0.1503714323 - -2.9669203758 - -2.9669203758 - -2.9718143940 - 0.8092032075 - 0.8092032075 - 2.8162319660 - 0.1370661706 - 2.8162319660 - -3.0339028835 - -3.0072712898 - -3.0072712898 - -3.0339028835 - -3.0072712898 - -3.0339028835 - -3.0072712898 - -3.0339028835 - -3.0072712898 - -3.0339028835 - -3.0107653141 - 2.5748634338 - 2.5748634338 - -3.0107653141 - -3.0107653141 - 2.3644587994 - 2.3644587994 - 2.3561944962 - 0.8859750628 - 0.8859750628 - 2.9258265495 - -0.5575411320 - -0.5575411320 - -3.0940096378 - -3.0940096378 - 3.1415927410 - 3.1415927410 - 2.7367007732 - 2.7367007732 - 3.0735161304 - 3.0735161304 - 0.5624979138 - 0.5624979138 - 1.6929914951 - 1.6951513290 - 1.6929914951 - 3.0466408730 - 3.0466408730 - 2.8776290417 - 2.8776290417 - 2.8966140747 - -2.9562447071 - -2.9562447071 - -2.8698005676 - -2.8698005676 - -2.9562447071 - -2.8698005676 - 2.6928694248 - 2.6928694248 - 2.3818299770 - 2.3818299770 - 0.9349579215 - 0.9349579215 - 0.9570262432 - -2.2730531693 - -2.2730531693 - -2.2924511433 - 0.5032744408 - 0.5032744408 - 3.0172376633 - 3.0172376633 - 3.0172376633 - 3.0172376633 - 3.0172376633 - 3.0172376633 - 3.0172376633 - 3.0172376633 - 3.0140831470 - 3.0140831470 - 3.0140831470 - 3.0107653141 - 3.0140831470 - 3.0140831470 - 3.0140831470 - 3.0107653141 - 3.0107653141 - 3.0107653141 - 3.0140831470 - 3.0140831470 - 3.0107653141 - 3.0107653141 - -0.9690204859 - -0.9690204859 - -2.5885612965 - -2.5885612965 - -2.5796711445 - -2.5885612965 - 1.5810000896 - -3.0715320110 - -3.0715320110 - 0.7135221958 - 0.7135221958 - 2.6117436886 - 2.6117436886 - 2.6179080009 - -2.0152156353 - 2.6716160774 - -2.0152156353 - -2.0214576721 - 2.6728944778 - 2.6728944778 - -1.5253731012 - -1.5253731012 - 1.6404509544 - 1.6404509544 - 0.9272952080 - 0.9272952080 - -1.6262948513 - -1.6262948513 - 3.0132694244 - 3.0132694244 - 2.2655346394 - 2.2655346394 - 3.0132694244 - 2.2655346394 - 0.4716155827 - 0.4716155827 - 2.6971733570 - 2.6971733570 - 2.7187387943 - 2.7187387943 - 2.7187387943 - 2.6992185116 - 2.6992185116 - 2.5702552795 - 2.5213432312 - 2.5702552795 - 2.6043078899 - 2.6043078899 - -1.0204104185 - -1.0204104185 - -0.3174587488 - -0.3174587488 - 1.9437839985 - 1.9437839985 - 1.7294515371 - 1.7294515371 - 2.3787469864 - 2.3787469864 - -0.6659692526 - -0.6659692526 - 0.7704738975 - 0.7704738975 - 0.8441540003 - 0.8441540003 - 0.6287962794 - 0.6287962794 - -2.5652174950 - -2.5652174950 - -2.8720035553 - -2.8720035553 - -2.8685839176 - -2.8685839176 - -2.8720035553 - -2.8685839176 - 1.8893519640 - 1.8893519640 - -0.0906598866 - -0.0906598866 - -2.9680969715 - -2.9680969715 - 0.1464841813 - 0.1464841813 - 0.1441543847 - 0.1441543847 - 0.1464841813 - 0.1441543847 - -2.8068559170 - -2.8198421001 - -2.8068559170 - -2.8535373211 - -2.8535373211 - -2.8430936337 - -2.8535373211 - -1.6938822269 - -2.6872906685 - -1.6938822269 - 3.1415927410 - 3.1415927410 - -0.0459446572 - -0.0459446572 - -1.7703517675 - -1.7703517675 - -2.9195108414 - -2.9195108414 - -2.9562447071 - 0.0217357073 - 0.0217357073 - 0.6246353984 - 0.6246353984 - 0.6452193260 - 0.6452193260 - -2.9617390633 - -2.9617390633 - -2.9718143940 - -2.9718143940 - -2.9718143940 - -2.9718143940 - 2.0812847614 - 2.0812847614 - 0.7123575807 - -2.4106860161 - -2.4106860161 - 0.1370661706 - 0.1370661706 - 2.8162319660 - 1.8575416803 - 1.8575416803 - -3.0072712898 - -3.0072712898 - -3.0339028835 - -3.0339028835 - -3.0339028835 - -3.0072712898 - -3.0339028835 - -3.0107653141 - -3.0107653141 - -3.0107653141 - 2.3561944962 - 2.3644587994 - 2.3561944962 - -3.0393860340 - -3.0393860340 - -3.0393860340 - 0.8419415951 - 0.8419415951 - -2.0344438553 - -1.0706353188 - -2.0344438553 - 1.1441688538 - 1.1441688538 - -2.5223503113 - -2.5223503113 - -0.4346702099 - -0.4346702099 - 1.9672375917 - 1.9672375917 - 1.9472866058 - 1.9472866058 - 1.9672375917 - 1.9472866058 - 1.9451299906 - 1.9451299906 - 1.9347752333 - 1.9347752333 - 1.9451299906 - 1.9347752333 - -0.1283232272 - -0.1283232272 - 3.1415927410 - 3.1415927410 - 3.0419239998 - 3.0419239998 - -2.7140119076 - -2.7140119076 - 3.1188693047 - 3.1188693047 - 2.0727028847 - 2.0727028847 - 1.2860659361 - 1.2860659361 - 0.5041659474 - 0.5041659474 - 2.9385473728 - 2.9385473728 - 2.9105019569 - -3.0791738033 - -3.0791738033 - -2.9764440060 - -2.9764440060 - 3.0685520172 - 3.0466408730 - 3.0685520172 - 3.0466408730 - 1.6207547188 - 0.8124186397 - 0.8124186397 - 3.0443394184 - 3.0443394184 - -2.2924511433 - -2.2730531693 - -2.2924511433 - -0.9440534115 - -0.9440534115 - 3.0172376633 - 3.0202405453 - 3.0172376633 - 3.0172376633 - 0.5364354849 - 0.5364354849 - 1.4840580225 - 1.4840580225 - 2.8028945923 - 2.8028945923 - 1.4840580225 - 2.8028945923 - 3.0107653141 - 2.9889433384 - 3.0107653141 - -1.2523460388 - -1.2523460388 - 2.9325697422 - 2.9325697422 - 2.6179080009 - 2.6117436886 - 2.6179080009 - -2.0214576721 - -2.0152156353 - -2.0214576721 - 1.1737169027 - 1.7307094336 - 1.7307094336 - 0.5164830089 - 0.5164830089 - 2.6565580368 - 2.6565580368 - 2.2774105072 - 2.2774105072 - 1.3854483366 - -2.5829932690 - 1.3854483366 - -1.3986054659 - -1.3986054659 - 2.5535900593 - 2.5535900593 - 2.6011731625 - 2.3561944962 - 2.3561944962 - 1.8462224007 - 1.8462224007 - -2.6728944778 - -2.6728944778 - -2.2950463295 - -2.2950463295 - 0.8261918426 - 0.8261918426 - -0.1142543256 - -0.1142543256 - -2.9340963364 - -2.9340963364 - 1.0851742029 - 1.0851742029 - -1.9559538364 - -1.9559538364 - 2.7380576134 - 2.7380576134 - -0.6039829850 - -0.6039829850 - 0.9229848981 - 0.6177557111 - 0.9229848981 - -2.3029115200 - -2.3029115200 - 1.1423101425 - 1.1423101425 - -2.8535373211 - -2.8535373211 - -2.8430936337 - -2.8535373211 - -2.8535373211 - -2.8535373211 - -2.8430936337 - -2.8535373211 - -2.8535373211 - -2.8535373211 - 2.5161075592 - 2.5161075592 - -2.6872906685 - -2.6872906685 - -1.6938822269 - -2.9865958691 - -2.9865958691 - -2.2802538872 - -2.4220333099 - -2.2802538872 - 0.2082059532 - 0.2082059532 - 0.9613378048 - 0.9613378048 - -0.0674650222 - -0.0674650222 - -2.4370985031 - -2.4370985031 - 0.1275095642 - 0.1275095642 - 0.7123575807 - 2.0812847614 - 0.7123575807 - -3.0393860340 - -3.0393860340 - -3.0393860340 - -3.0419239998 - -3.0419239998 - -3.0393860340 - 0.6078019738 - 0.6078019738 - 2.2954957485 - 2.3561944962 - 2.2954957485 - -0.7748722434 - 2.4714705944 - 2.0412006378 - -0.7748722434 - -0.7390736938 - -0.7390736938 - 1.6784862280 - 1.6784862280 - -2.7032561302 - -2.7032561302 - -2.7149651051 - -2.6779451370 - -1.1801892519 - -1.1801892519 - -2.0968627930 - -2.0968627930 - -0.6968727708 - -0.6968727708 - 0.9445348978 - 0.9445348978 - 3.1188693047 - 3.0961694717 - 3.1188693047 - 3.1188693047 - 3.1188693047 - 3.1188693047 - 3.1188693047 - -0.2709468603 - -0.2709468603 - 0.9072406292 - 0.9072406292 - 3.0951144695 - 3.0951144695 - 3.0719380379 - 2.7550864220 - 2.7550864220 - 3.0466408730 - 3.0466408730 - 3.0685520172 - 3.0466408730 - -2.7928216457 - -2.7928216457 - 3.0466408730 - 3.0466408730 - 3.0685520172 - -2.7585155964 - -2.7585155964 - -2.7532739639 - -2.7532739639 - -2.7585155964 - -2.7532739639 - 0.9570262432 - 0.9349579215 - 0.9570262432 - 2.6831533909 - 2.6831533909 - 0.9137213826 - 1.7273981571 - 1.7273981571 - 2.9889433384 - 2.9889433384 - 2.9889433384 - 3.0107653141 - 0.8553475738 - 0.8553475738 - 2.6651251316 - 2.6651251316 - -2.2124557495 - -2.2124557495 - -1.2924966812 - -1.2924966812 - 1.9018924236 - 1.9018924236 - 1.9018924236 - 0.7853981853 - 0.7853981853 - -0.0648440272 - -0.0648440272 - 1.1606689692 - 1.1606689692 - 2.3442902565 - 2.3442902565 - -2.9349093437 - -2.9349093437 - -2.9881687164 - -2.9996955395 - -2.9881687164 - -0.2782996595 - -0.2782996595 - 0.3462855220 - 0.3462855220 - -0.5585992932 - -0.5585992932 - -0.5524189472 - -0.5524189472 - -0.5585992932 - -0.5524189472 - -0.6783707142 - -0.6783707142 - 2.8318896294 - 2.8318896294 - -1.2742505074 - -1.2742505074 - 1.0079281330 - 1.0079281330 - 0.8685393929 - 0.8685393929 - 0.6017758250 - 1.0338855982 - 0.6017758250 - 0.3713991642 - 2.7367007732 - 2.7367007732 - 1.3909428120 - 1.3909428120 - 3.0267159939 - 3.0267159939 - 2.6992185116 - 2.6992185116 - 2.9704439640 - 2.9704439640 - 2.3204953671 - 0.5954098701 - 0.5954098701 - 0.9089486599 - 0.9089486599 - 2.6011731625 - 2.5535900593 - 2.6011731625 - 2.9617390633 - 2.9617390633 - 2.4468543530 - 2.4468543530 - -0.2186689526 - -0.2186689526 - -0.1226686537 - -0.1226686537 - 2.2318394184 - 2.2318394184 - 2.2318394184 - 2.6314668655 - 2.6314668655 - 2.5991611481 - 2.5991611481 - -2.0778949261 - -2.0778949261 - 0.7328150868 - 0.7328150868 - 0.7338973284 - -2.5702552795 - -2.5702552795 - 0.8434723020 - 0.8434723020 - 0.8428062797 - 0.4434483349 - 0.4434483349 - -0.0468407124 - -0.0468407124 - 0.5947592854 - 0.5947592854 - -2.4742865562 - -2.4742865562 - -1.5111656189 - -1.5111656189 - -3.0385110378 - -3.0385110378 - -3.0373210907 - -3.0373210907 - -3.0385110378 - -3.0373210907 - -2.6992185116 - -2.6992185116 - 1.5707963705 - 1.5707963705 - 1.5707963705 - -1.1126431227 - -1.1126431227 - 2.1142740250 - 2.1142740250 - 2.9504082203 - 2.9504082203 - 2.3363294601 - 2.3363294601 - -1.2120256424 - -1.2120256424 - -3.0457334518 - -3.0457334518 - 1.9576719999 - 1.9576719999 - -0.8136392236 - -0.8136392236 - -1.0947270393 - -1.0947270393 - -3.0107653141 - -3.0339028835 - -3.0072712898 - -3.0339028835 - -3.0107653141 - 2.9258265495 - 0.8859750628 - 2.9258265495 - -2.2924511433 - -2.2924511433 - 1.3460851908 - 1.3460851908 - -3.0702850819 - -3.0702850819 - -3.0702850819 - -3.0702850819 - 1.5188949108 - 1.5188949108 - 2.4714705944 - 2.4714705944 - 2.0412006378 - -0.7748722434 - -3.0702850819 - -3.0702850819 - -0.6828182936 - -0.6828182936 - 2.3239476681 - 2.3239476681 - -2.6779451370 - -2.7032561302 - -2.7149651051 - -2.6779451370 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1193740368 - 3.1415927410 - 3.1415927410 - 0.1148766056 - 0.1148766056 - 3.1415927410 - 3.1415927410 - -1.3641130924 - -1.3641130924 - -3.0419239998 - -3.0419239998 - 3.0719380379 - 3.0951144695 - 3.0719380379 - 2.1944980621 - 2.1944980621 - -0.3976279795 - -0.3976279795 - 3.0443394184 - 3.0443394184 - 0.9137213826 - 2.6831533909 - 0.9137213826 - 2.5161075592 - 2.5161075592 - 2.5934691429 - 2.5934691429 - 0.8470483422 - 0.8470483422 - 0.8584387302 - 0.8341400027 - 0.8341400027 - 0.8470483422 - 0.8584387302 - 0.8341400027 - 0.5984188914 - 0.5984188914 - 2.9361972809 - 2.9361972809 - -0.6811265349 - -0.6811265349 - 0.4939413667 - 0.4939413667 - -0.8277969956 - -0.8277969956 - -2.9996955395 - -2.9996955395 - -2.9881687164 - 0.7444853187 - 0.7444853187 - 2.8501358032 - 2.8501358032 - 2.8890383244 - 2.8083484173 - 2.8083484173 - -0.1825598478 - -0.1825598478 - 2.0163736343 - 2.0163736343 - 2.0106389523 - 2.7187387943 - 2.7187387943 - 2.7187387943 - -2.5829932690 - -2.5829932690 - 1.3854483366 - -1.5935196877 - -1.5935196877 - 2.0344438553 - 2.0344438553 - 0.4487233460 - 0.4487233460 - 2.7610862255 - 2.7610862255 - 2.5360479355 - 2.5360479355 - 2.4858970642 - 2.4468543530 - 2.4980914593 - 2.4980914593 - -0.2551823854 - -0.2551823854 - 0.5090708733 - 1.6322572231 - 1.6322572231 - 2.5381591320 - 2.5381591320 - 2.4668517113 - -0.6747409701 - 2.4668517113 - 2.4149503708 - 2.4149503708 - 2.4149503708 - -0.6747409701 - -0.6747409701 - -0.6747409701 - 2.2455372810 - 2.2455372810 - 2.1889405251 - 2.1889405251 - 0.7338973284 - 0.7328150868 - 0.7338973284 - 1.4429264069 - 1.4429264069 - 0.7338973284 - 0.7175413370 - 1.4429264069 - 0.8428062797 - 0.8434723020 - 0.8428062797 - 0.6226707697 - 0.6226707697 - 0.6226707697 - -2.5360479355 - -2.5360479355 - 2.8699929714 - 2.8699929714 - 0.6177557111 - 0.6177557111 - 0.9229848981 - -2.7557098866 - -2.7557098866 - -2.8535373211 - -2.8535373211 - -2.8535373211 - 2.6204545498 - 2.6204545498 - 0.7403835654 - 0.7403835654 - 0.9246774316 - -1.9720251560 - -1.9720251560 - -2.4220333099 - -2.4220333099 - -2.2802538872 - -2.9562447071 - -2.9195108414 - -2.9562447071 - 2.3676881790 - 2.3676881790 - -1.6591731310 - -1.6591731310 - 0.2066832185 - 0.2066832185 - 0.9342880845 - 0.9342880845 - 1.7208232880 - 0.7188299894 - 0.7188299894 - -2.9718143940 - -2.9718143940 - -2.9718143940 - -2.9718143940 - -0.3895477355 - -0.3895477355 - 2.3561944962 - 2.3561944962 - -3.0393860340 - -3.0419239998 - -3.0419239998 - -3.0393860340 - 2.5142843723 - 2.5142843723 - -2.0727028847 - -2.0727028847 - 2.5201764107 - 2.5201764107 - 0.8020632863 - 0.8020632863 - -3.0702850819 - -3.0702850819 - -3.0702850819 - 2.0412006378 - 2.4714705944 - 2.0412006378 - -0.7748722434 - -3.1188693047 - -3.1188693047 - -3.1188693047 - 3.1415927410 - 3.1415927410 - -2.7149651051 - -2.7032561302 - -2.7149651051 - -2.6779451370 - 2.9996955395 - 2.9996955395 - 3.0601406097 - 3.0601406097 - 3.1415927410 - 3.1193740368 - 3.1415927410 - 3.1415927410 - -1.2220252752 - -2.7956254482 - -1.2220252752 - 3.1188693047 - 3.1188693047 - 3.0961694717 - 2.5930433273 - 2.5930433273 - 2.1659758091 - 2.1659758091 - 2.9105019569 - 2.9105019569 - 3.0466408730 - 3.0466408730 - 3.0685520172 - 3.0466408730 - -2.9369509220 - -2.9369509220 - 3.0685520172 - 3.0466408730 - 3.0685520172 - 3.0202405453 - 3.0202405453 - 3.0202405453 - 3.0202405453 - 3.0202405453 - 3.0172376633 - -3.0932433605 - -3.0932433605 - 0.8584387302 - 0.8470483422 - 0.8584387302 - 0.8341400027 - 2.0344438553 - 2.0344438553 - 0.9481255412 - 0.9481255412 - 0.4891197979 - 0.4891197979 - -2.6271412373 - -2.6271412373 - -2.6437702179 - -2.6176733971 - -2.6176733971 - -2.6271412373 - -2.6437702179 - -2.6176733971 - 0.2516899705 - 0.2516899705 - 1.1737169027 - -2.0214576721 - 1.1737169027 - -2.8078904152 - -2.8078904152 - 2.8890383244 - 2.8501358032 - 2.8890383244 - -2.8936378956 - -2.8936378956 - 2.7610862255 - 2.7610862255 - 0.4891197979 - 0.4891197979 - 1.8925468922 - 2.0106389523 - 2.0163736343 - 2.0106389523 - 2.5491652489 - 2.5491652489 - -1.3734008074 - -1.3734008074 - 2.3204953671 - 2.9704439640 - 2.3204953671 - 2.0884454250 - 2.0884454250 - 2.7631652355 - 2.7631652355 - 1.8370484114 - 1.8370484114 - 1.8313987255 - 0.7207401991 - 0.7350809574 - 0.7207401991 - 2.5213432312 - 2.5213432312 - 2.5213432312 - 2.5702552795 - 2.5213432312 - 2.5213432312 - 2.5213432312 - 2.5213432312 - 2.5702552795 - 2.5213432312 - 2.4858970642 - 2.4858970642 - 2.4858970642 - 2.4858970642 - 2.4858970642 - 2.4858970642 - 2.4037775993 - 2.4037775993 - 1.0912770033 - 1.0912770033 - 2.4558632374 - 2.4558632374 - -0.6857295036 - 2.4087774754 - 2.4087774754 - 2.4087774754 - 2.4149503708 - 2.4149503708 - 2.4149503708 - -0.6747409701 - -0.6747409701 - -0.6747409701 - 2.2565257549 - 2.2565257549 - 1.7681919336 - 1.7681919336 - 1.4780399799 - 1.4780399799 - -1.7063239813 - -2.0268683434 - -2.0268683434 - -1.4787495136 - -1.4787495136 - -2.3765997887 - -2.3765997887 - 0.8253768682 - 0.6226707697 - 0.6226707697 - 0.6226707697 - 0.1059843600 - 0.0964737758 - 0.1059843600 - 0.6000502110 - 0.6000502110 - 2.3794460297 - 2.3794460297 - 2.5383627415 - 2.5383627415 - 2.4255275726 - 2.4255275726 - -2.6616420746 - -2.6616420746 - 0.7216548324 - 0.7216548324 - 0.6301938891 - 0.6301938891 - 1.5707963705 - 1.5707963705 - 2.1276979446 - 2.1276979446 - 1.6136273146 - 1.6136273146 - -2.8430936337 - -2.8430936337 - 0.1753942221 - 0.1753942221 - 1.5004898310 - 1.5004898310 - 0.4939413667 - 0.4939413667 - -1.3339475393 - -1.3339475393 - 2.3996453285 - 2.3996453285 - 1.0724805593 - 1.0724805593 - -2.1769316196 - -2.1769316196 - -1.8655264378 - -1.8655264378 - -2.9718143940 - -2.9718143940 - -0.7983844280 - -0.7983844280 - -2.9718143940 - -2.9718143940 - -2.9718143940 - -1.8925468922 - -1.8925468922 - -2.2974386215 - 1.9359977245 - -2.2974386215 - 0.8934099078 - 0.8934099078 - 0.7750892639 - 0.7750892639 - -1.8086322546 - -1.8086322546 - 1.1678847075 - 1.1678847075 - 0.1037923396 - 0.1037923396 - -3.0940096378 - -3.0940096378 - -3.0951144695 - -3.1183409691 - -3.1183409691 - 0.9412663579 - 0.9412663579 - 3.1415927410 - -3.1188693047 - -3.1188693047 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 1.6994928122 - 1.6994928122 - 3.1193740368 - 3.1193740368 - 3.1415927410 - 3.1415927410 - 2.9793937206 - 2.9793937206 - 2.9679214954 - 1.0146300793 - 1.0146300793 - 1.7382280827 - 1.7382280827 - 1.7470309734 - -2.2502100468 - -2.2502100468 - 3.0202405453 - 3.0202405453 - 3.0202405453 - 3.0202405453 - 3.0202405453 - 2.4087774754 - 2.4087774754 - 2.9889433384 - 2.9889433384 - 2.9889433384 - 1.9018924236 - 1.9018924236 - 1.9018924236 - 0.9119902849 - 0.9119902849 - -2.6437702179 - -2.6271412373 - -2.6437702179 - -2.6176733971 - 0.7925922871 - 0.7925922871 - -0.9652516842 - -0.9652516842 - 2.9037566185 - 2.9037566185 - 2.1269626617 - 2.1269626617 - 1.0487047434 - -1.3120254278 - -1.3120254278 - 0.1899882853 - 0.1899882853 - 2.3561944962 - 2.3561944962 - 1.2082520723 - -0.4554510713 - -0.4554510713 - 1.0338855982 - 1.0338855982 - 0.6017758250 - 0.3123464286 - 2.7532739639 - 2.7532739639 - -0.6202495098 - -0.6202495098 - 0.3713991642 - 0.6017758250 - 0.3123464286 - 0.3713991642 - 0.4284862280 - 0.4284862280 - 1.8313987255 - 1.8370484114 - 1.8313987255 - 0.7350809574 - 0.7350809574 - 0.7207401991 - 2.6011731625 - 2.6011731625 - 2.5535900593 - 2.5535900593 - 2.4858970642 - 2.5360479355 - 2.4858970642 - 2.4468543530 - 2.5360479355 - 2.4468543530 - 2.4468543530 - -2.9764440060 - -2.9764440060 - 0.1243549958 - 0.1243549958 - 0.1549967378 - 2.4087774754 - 2.4087774754 - 2.4087774754 - 2.3561944962 - 2.3561944962 - 2.2318394184 - 2.2318394184 - 2.2318394184 - -1.0324218273 - -1.0324218273 - -1.1645020247 - -1.1645020247 - 2.3392469883 - 2.3392469883 - -1.5083775520 - -1.5083775520 - 1.5120404959 - 1.5120404959 - -2.2974386215 - -2.2974386215 - -2.4037775993 - -2.4037775993 - -2.0222494602 - -2.0222494602 - -2.0091328621 - 0.6202495098 - 0.6202495098 - 0.6240230799 - 0.6156198978 - 0.6156198978 - -0.1927007586 - -0.1927007586 - 2.4099061489 - 2.4099061489 - 0.5255838037 - 0.5255838037 - 2.3884413242 - 2.3884413242 - 2.0730986595 - 2.0730986595 - 0.5000687242 - 0.5000687242 - 2.4778921604 - 2.4778921604 - 0.8880662322 - 0.8880662322 - -1.4812924862 - -1.4812924862 - 0.4540785253 - 0.4540785253 - 2.2676689625 - 2.2676689625 - 0.8090158105 - -0.8007815480 - 0.8090158105 - 2.4479606152 - 2.4479606152 - 1.6814535856 - 1.6814535856 - -1.6201390028 - -1.6201390028 - 2.2470409870 - 2.2470409870 - 1.5893126726 - 1.5893126726 - 1.9359977245 - 1.9359977245 - -2.2974386215 - 0.2662520409 - 0.2662520409 - 2.3311996460 - 2.3311996460 - 2.2689168453 - 2.2689168453 - -3.0419239998 - -3.0419239998 - -3.0393860340 - 1.0303767920 - 1.0303767920 - 0.8168343306 - 0.8168343306 - -3.0443394184 - -3.0443394184 - -3.0685520172 - -3.0685520172 - -1.6588037014 - -1.6588037014 - -3.0702850819 - -3.0702850819 - -3.0702850819 - -1.5707963705 - -1.5707963705 - 0.1807995737 - 1.5490605831 - 1.5490605831 - 2.4980914593 - 2.4980914593 - -3.1188693047 - -3.1188693047 - -3.1188693047 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 2.9409396648 - 2.9409396648 - 2.9679214954 - 2.9793937206 - 2.9679214954 - -2.7956254482 - -2.7956254482 - -1.2220252752 - -2.7663218975 - -2.7663218975 - 0.5585992932 - 0.5585992932 - 1.7470309734 - 1.7382280827 - 1.7470309734 - -1.4073199034 - -1.4073199034 - 3.0735161304 - 3.0735161304 - 3.0735161304 - 3.0750246048 - 3.0529367924 - 3.0735161304 - 2.9286541939 - 2.9286541939 - 0.6647744775 - 0.6647744775 - 2.9319527149 - 2.9319527149 - 2.3561944962 - 2.3561944962 - 2.9962825775 - 2.9962825775 - 3.0172376633 - 3.0172376633 - 2.4877827168 - 2.4877827168 - 1.7960730791 - 2.9495446682 - 2.9495446682 - 2.9546134472 - 2.9546134472 - 2.9495446682 - 2.9546134472 - -1.0427218676 - -1.0427218676 - -2.3424966335 - -2.3424966335 - 2.9441971779 - 2.9441971779 - 2.9385473728 - 1.4821404219 - 1.4821404219 - 1.0487047434 - 2.1269626617 - 1.0487047434 - 1.0384738445 - 1.1496762037 - 1.1496762037 - 0.9742953181 - 0.9742953181 - -2.3961732388 - -2.3961732388 - 2.8501358032 - 2.8501358032 - 1.1324597597 - 1.1324597597 - 1.3909428120 - 1.3909428120 - 1.8925468922 - 0.4891197979 - 1.8925468922 - -0.3366748095 - -0.3366748095 - 0.3123464286 - 1.0338855982 - 0.3123464286 - 0.3713991642 - 2.3065116405 - 2.3065116405 - 0.0399786867 - 0.0399786867 - 2.6779451370 - 2.6779451370 - 0.8003224134 - 0.8003224134 - 2.5175695419 - 2.5175695419 - 2.4917221069 - 2.4980914593 - 2.4719536304 - 2.4980914593 - 2.5175695419 - 2.4980914593 - 2.4719536304 - 2.3267912865 - 2.3267912865 - 2.5702552795 - 2.5213432312 - 2.5213432312 - 2.5702552795 - 2.5213432312 - 2.5213432312 - 1.0143923759 - 1.0143923759 - 0.5090708733 - -0.2551823854 - 0.5090708733 - 0.7328150868 - 0.7328150868 - 0.2525542676 - 0.2525542676 - 0.1549967378 - 0.1243549958 - 0.1549967378 - -0.6747409701 - -0.6747409701 - 2.4668517113 - -0.1707352102 - -0.1707352102 - 0.1201087385 - -1.0053124428 - -1.0053124428 - 1.1902899742 - 1.1902899742 - 0.7175413370 - 0.7175413370 - 1.4429264069 - 0.7188299894 - -2.3259007931 - -2.3259007931 - -2.3561944962 - -2.3561944962 - 0.8253768682 - -2.3765997887 - 0.8253768682 - -1.9163519144 - -1.9163519144 - -2.0091328621 - -2.0222494602 - -2.0091328621 - 0.7696926594 - 0.7696926594 - 0.6240230799 - 0.6202495098 - 0.6240230799 - 0.6276293993 - 0.6091634631 - 0.6091634631 - 1.8018870354 - 1.8018870354 - -2.7776136398 - -2.7776136398 - 2.7409682274 - 2.7409682274 - 2.4061529636 - 2.4061529636 - 1.9428640604 - 1.9428640604 - 1.5889761448 - 1.5889761448 - 0.9246774316 - 0.7403835654 - 0.9246774316 - 2.2828798294 - 2.2828798294 - -0.6385342479 - -0.6385342479 - 1.9295669794 - 1.9295669794 - 1.7208232880 - 0.9342880845 - 1.7208232880 - 2.4719536304 - 2.4719536304 - -2.9764440060 - -2.9764440060 - 1.0563449860 - 1.0563449860 - -0.7853981853 - -0.7853981853 - 1.3968951702 - 1.3968951702 - 2.0001437664 - 2.0001437664 - -1.7408549786 - -1.7408549786 - -2.9849908352 - -2.9849908352 - 3.1215953827 - 3.1215953827 - 2.2811908722 - 2.2811908722 - -3.0419239998 - -3.0419239998 - -3.0928506851 - 0.8671825528 - 0.8671825528 - 1.9127461910 - 1.9127461910 - -3.0685520172 - -3.0443394184 - -3.0685520172 - -3.0685520172 - -3.0685520172 - -3.0685520172 - -2.5590395927 - -2.5590395927 - 2.2591550350 - 2.2591550350 - 3.0051901340 - 2.9889433384 - 3.0051901340 - 3.1415927410 - -3.1188693047 - -3.1188693047 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 0.8486049771 - 0.8486049771 - 3.0961694717 - 3.1188693047 - 3.0961694717 - 3.0735161304 - 3.0750246048 - 3.0735161304 - 3.0735161304 - 3.0750246048 - 3.0529367924 - 3.0735161304 - 3.0750246048 - 3.0735161304 - 3.0735161304 - 3.0750246048 - 3.0529367924 - 3.0750246048 - 3.0735161304 - 3.0735161304 - 3.0750246048 - 3.0529367924 - 3.0735161304 - 3.0509328842 - 3.0735161304 - 3.0735161304 - 3.0750246048 - 3.0529367924 - 3.0735161304 - 2.2304251194 - 2.2304251194 - 2.6677412987 - 2.6677412987 - 2.8899025917 - 2.8899025917 - 0.8040295243 - 0.8164440989 - 0.8040295243 - 3.0202405453 - 3.0202405453 - 3.0202405453 - 3.0202405453 - 3.0202405453 - 3.0202405453 - 3.0202405453 - 3.0202405453 - 3.0202405453 - 3.0202405453 - -0.5880026221 - -0.5880026221 - 1.2145767212 - 1.2145767212 - 2.4255275726 - 2.4255275726 - 2.5708794594 - 2.5708794594 - 0.7419472933 - 0.7419472933 - 2.9385473728 - 2.9441971779 - 2.9385473728 - 0.6498704553 - 0.6498704553 - 2.5308666229 - 2.7149651051 - 2.7149651051 - 2.4360244274 - 2.4360244274 - 2.8406724930 - 2.8406724930 - 2.8406724930 - -0.6842948198 - -0.6842948198 - -2.1637988091 - -2.1637988091 - -0.9897140265 - -0.9897140265 - 3.1293981075 - 3.1293981075 - 2.6779451370 - 2.6779451370 - 2.6098685265 - 2.6098685265 - 2.5672879219 - -0.7086262703 - 2.5829932690 - -0.7086262703 - 2.4917221069 - 2.5175695419 - 2.4917221069 - 2.4719536304 - 2.4719536304 - 2.5175695419 - 2.4917221069 - 2.4980914593 - 2.4719536304 - 2.5213432312 - 2.5213432312 - 2.5213432312 - 2.5702552795 - 2.5213432312 - 2.5213432312 - 2.4468543530 - 2.4468543530 - 2.4468543530 - 1.1324597597 - 1.1324597597 - -0.2337431759 - -0.2337431759 - -0.9894161224 - -0.9894161224 - -0.6857295036 - 2.4558632374 - -0.6857295036 - -1.7063239813 - 1.4780399799 - -1.7063239813 - 0.7188299894 - 0.7175413370 - 0.7188299894 - 0.8828330040 - 0.8828330040 - 0.8353565335 - 0.8353565335 - -1.8925468922 - -1.8925468922 - 0.6276293993 - 0.6240230799 - 0.1651486754 - 0.6276293993 - 0.0964737758 - 0.0964737758 - 0.1059843600 - 0.1059843600 - 0.1140857786 - 0.1318830848 - 0.1140857786 - 0.1230859607 - 0.1318830848 - 1.3734008074 - 1.3734008074 - -2.4444003105 - -2.4444003105 - -2.2760744095 - -2.2760744095 - 1.3258177042 - 1.3258177042 - -2.3674299717 - -2.3674299717 - 2.3877630234 - 2.3877630234 - 1.9379701614 - 1.9379701614 - 0.8315193057 - 0.8315193057 - 0.4743998945 - 0.4743998945 - 1.4219063520 - 1.4219063520 - -2.3281643391 - -2.3281643391 - 2.8699929714 - 2.8699929714 - -0.0475831032 - -0.0475831032 - 0.7559948564 - 0.7559948564 - -1.0759088993 - -1.0759088993 - -2.9669203758 - -2.9325697422 - -2.9669203758 - -2.9325697422 - -2.0899424553 - -2.0899424553 - -0.7345944643 - -0.7345944643 - 0.1767088622 - 0.1767088622 - 1.0760706663 - 1.0760706663 - -3.0928506851 - -3.0419239998 - -3.0928506851 - -3.0685520172 - -3.0443394184 - -3.0685520172 - -3.0685520172 - 0.1807995737 - -1.5707963705 - 0.1807995737 - -3.0951144695 - -3.0940096378 - -3.0951144695 - 2.5758912563 - 2.5758912563 - -3.0961694717 - -3.0961694717 - -0.7140907049 - -0.7140907049 - -0.4636476040 - -0.4636476040 - 2.9889433384 - 2.9889433384 - 3.0051901340 - -0.0535202697 - -0.0535202697 - -1.5707963705 - -1.5707963705 - 0.1269727945 - 0.1269727945 - -0.4844779372 - -0.4844779372 - -0.4844779372 - -0.4844779372 - -0.4844779372 - -0.4844779372 - -0.7662922144 - -0.7662922144 - 3.0961694717 - 3.0961694717 - -2.6087486744 - -2.6087486744 - -2.6279866695 - 0.8329812884 - 0.8329812884 - 3.0529367924 - 3.0735161304 - 3.0735161304 - 3.0750246048 - 3.0529367924 - 3.0735161304 - 3.0509328842 - 3.0735161304 - 3.0735161304 - 3.0750246048 - 3.0529367924 - 3.0735161304 - 3.0488362312 - 3.0719380379 - 3.0488362312 - 3.0488362312 - 3.0466408730 - 3.0466408730 - 0.8164440989 - 0.8164440989 - 0.8040295243 - 0.9083700180 - 0.9083700180 - -2.4766278267 - -2.4766278267 - 1.2627435923 - 1.2627435923 - -1.9655874968 - -1.9655874968 - 1.2627435923 - -1.9655874968 - 1.8063412905 - 1.8063412905 - 0.0000000000 - 0.0000000000 - 1.7960730791 - 2.4877827168 - 1.7960730791 - -0.7409829497 - -0.7409829497 - 0.5624979138 - 0.5624979138 - 2.5308666229 - 0.6498704553 - 2.5308666229 - 0.5214344263 - 0.5214344263 - 2.3094995022 - 2.3094995022 - -0.1011033729 - -0.1011033729 - 0.6298033595 - 0.6298033595 - 2.9047439098 - 2.9047439098 - 2.4049363136 - 2.4049363136 - 0.1618374288 - 0.1618374288 - 2.7610862255 - 2.7610862255 - 1.2082520723 - 2.3561944962 - 1.2082520723 - 2.7960369587 - 2.7960369587 - -0.2204937637 - -0.2204937637 - -2.0344438553 - -2.0344438553 - 2.5672879219 - 2.6098685265 - 2.5672879219 - 2.3318090439 - 2.3318090439 - 0.1560248435 - 0.1560248435 - 2.5213432312 - 2.5702552795 - 2.5213432312 - 2.5213432312 - 2.5213432312 - 2.4858970642 - 2.4858970642 - 0.8791397214 - 0.8791397214 - 1.1215362549 - 1.1215362549 - 2.4468543530 - 2.4468543530 - 2.4468543530 - 2.4980914593 - 2.4980914593 - -0.2006528825 - -0.2006528825 - 0.1201087385 - -0.1707352102 - 0.1201087385 - -1.6487629414 - -1.6487629414 - 2.9656529427 - 2.9656529427 - -2.3801898956 - -2.3801898956 - 0.7154487967 - 0.7154487967 - -0.5495600104 - -0.5495600104 - 0.7266423702 - 0.7266423702 - 0.8241384625 - 0.8241384625 - 0.4978223443 - 0.4978223443 - 0.1059843600 - 0.0964737758 - 0.1059843600 - 0.1140857786 - 0.1230859607 - 0.4002406597 - 0.4002406597 - 0.8161576986 - 0.8161576986 - -2.8966140747 - -2.8966140747 - 0.0906598866 - -0.3070457280 - 0.0906598866 - 2.9175689220 - 2.9175689220 - 0.2200617045 - 0.2200617045 - 0.3013452291 - -2.9495446682 - -2.9495446682 - -0.8007815480 - -0.8007815480 - 0.8090158105 - 1.9021928310 - 1.9021928310 - 2.3561944962 - 2.3561944962 - 2.3561944962 - 2.3561944962 - 0.0886558816 - 0.0886558816 - -1.0548708439 - -1.0548708439 - 1.9576719999 - 1.9576719999 - -2.9325697422 - -2.9669203758 - -2.9325697422 - 0.8318762779 - 0.8318762779 - 1.8100279570 - 1.8100279570 - -0.6556956172 - -0.6556956172 - 0.4948874414 - 2.0778949261 - 0.4948874414 - -3.0140831470 - -2.9849908352 - -3.0140831470 - -2.9889433384 - 1.2329181433 - 1.2329181433 - 0.2200617045 - 0.2200617045 - -2.0397629738 - -2.0397629738 - 0.5880026221 - 0.5880026221 - 2.3715779781 - 2.3715779781 - 0.0363476202 - 0.0363476202 - 2.6135182381 - 2.6135182381 - -0.6864853501 - -0.6864853501 - -0.1106572226 - -0.1106572226 - -0.6864853501 - -0.1106572226 - 2.1730837822 - 2.1730837822 - -2.9927027225 - -3.0202405453 - -2.9927027225 - 0.6747409701 - 0.6747409701 - -0.3290497065 - -0.3290497065 - -2.6279866695 - -2.6087486744 - -2.6279866695 - 1.2708492279 - 1.2708492279 - 1.7390030622 - 1.7390030622 - 3.0488362312 - 3.0719380379 - 3.0488362312 - 3.0488362312 - 3.0488362312 - 3.0488362312 - 3.0258333683 - -2.8654956818 - -2.8654956818 - -2.8349163532 - 1.3287246227 - 1.3287246227 - 3.0231027603 - 3.0231027603 - 3.0231027603 - 3.0231027603 - 3.0488362312 - 1.6020361185 - 1.6020361185 - 2.1882984638 - 2.1882984638 - 3.0172376633 - 3.0172376633 - 1.5572836399 - 1.5572836399 - 2.8198421001 - 2.8198421001 - -2.7468016148 - -2.7468016148 - 3.1289350986 - 3.1289350986 - -2.7468016148 - 3.1289350986 - -0.6995171905 - -0.6995171905 - -2.7509856224 - -2.7509856224 - -2.9286541939 - -2.9286541939 - -0.8868451118 - -0.8868451118 - 1.0303767920 - 1.0303767920 - 1.0384738445 - 1.0487047434 - 1.0384738445 - 1.5841288567 - 1.5841288567 - 1.5707963705 - 1.5707963705 - 1.5841288567 - 1.5707963705 - -0.3217505515 - -0.3217505515 - 0.4510696530 - 0.4510696530 - 2.3276307583 - 2.3276307583 - 2.8890383244 - 2.8501358032 - 2.8890383244 - -1.5152977705 - -1.5152977705 - -1.6421037912 - -1.6421037912 - 2.1730837822 - 2.1730837822 - 0.0107522737 - 0.0107522737 - 2.5488953590 - 2.5488953590 - -2.9441971779 - -2.9441971779 - -2.9539527893 - -2.9539527893 - 2.5829932690 - 2.5829932690 - -0.7086262703 - 2.5829932690 - 2.1440508366 - 2.1440508366 - 2.2293622494 - 2.2293622494 - 2.4468543530 - 2.4468543530 - 2.4468543530 - 2.3665034771 - 2.3665034771 - -2.3906636238 - -2.3906636238 - 1.7359449863 - 1.7359449863 - 1.3347727060 - 1.3347727060 - 2.0988707542 - 2.0988707542 - -2.2264919281 - -2.2264919281 - -2.4149503708 - -2.4149503708 - -2.4149503708 - -2.3932147026 - -2.3932147026 - 0.1539446712 - 0.1539446712 - 0.1651486754 - 0.1140857786 - 0.0964737758 - 0.1059843600 - 0.1140857786 - 0.1230859607 - 0.1318830848 - 0.6121525168 - 0.6121525168 - -1.7178746462 - -1.7178746462 - -2.7686049938 - -2.7686049938 - -2.7314653397 - 3.0029528141 - 3.0029528141 - 1.5323537588 - 1.5323537588 - 2.5891737938 - 2.5891737938 - -1.8772809505 - -2.8535373211 - -2.8535373211 - -2.8809902668 - 2.0054664612 - -2.8809902668 - 1.2956070900 - 1.2956070900 - 1.4010180235 - 1.4010180235 - 1.7561442852 - 1.7561442852 - 2.0778949261 - 2.0778949261 - 0.4948874414 - 1.0191413164 - 1.0191413164 - -3.0140831470 - -3.0140831470 - -2.4434721470 - -2.4434721470 - -2.2206668854 - -0.2220818996 - -2.2206668854 - 2.0513200760 - 2.0513200760 - -3.0702850819 - -3.0466408730 - -3.0702850819 - -3.0702850819 - -3.0719380379 - -0.0361288488 - -0.0361288488 - -2.9147937298 - -2.9147937298 - -3.0202405453 - -3.0202405453 - -2.9927027225 - 3.1415927410 - 3.1415927410 - 3.0981416702 - 3.0981416702 - 3.0971775055 - 3.0971775055 - 3.0981416702 - 3.0971775055 - 3.0750246048 - 3.0750246048 - 3.0735161304 - 3.0735161304 - 3.0735161304 - 3.0735161304 - 3.0735161304 - 3.0735161304 - 3.0750246048 - 3.0529367924 - 3.0735161304 - 3.0719380379 - 3.0509328842 - 3.0719380379 - 3.0488362312 - 3.0488362312 - 0.1896136105 - 0.1896136105 - 0.1993373036 - 0.1877619475 - 0.1877619475 - 0.1896136105 - 0.1993373036 - 0.1877619475 - 2.6497833729 - 2.6497833729 - -2.8349163532 - -2.8654956818 - -2.8349163532 - -0.8836721182 - -0.8836721182 - 3.0488362312 - 3.0231027603 - 3.0231027603 - 3.0231027603 - 3.0488362312 - -2.9634997845 - -2.9634997845 - 2.1112158298 - 2.1112158298 - 1.4241298437 - 3.0560872555 - 3.0560872555 - 2.9594242573 - 2.9546134472 - 2.9594242573 - 1.7681919336 - 1.7681919336 - 0.1488899440 - 0.1488899440 - -2.7179236412 - -2.7179236412 - 2.8406724930 - 2.8501358032 - 2.8406724930 - 2.8406724930 - 2.8406724930 - 2.8406724930 - 2.8095331192 - -0.3265814483 - -0.3265814483 - -2.5865969658 - -2.5865969658 - 0.6934595108 - 0.6934595108 - 0.7010914087 - 0.4939413667 - 0.4939413667 - 2.7149651051 - 2.7149651051 - 2.6779451370 - 0.5456550717 - 0.5456550717 - 2.2822554111 - 2.2822554111 - -0.7583777308 - -0.7583777308 - 0.5372847319 - 0.5372847319 - 1.1633664370 - 1.1633664370 - 0.2033360898 - 0.2033360898 - 0.8675656915 - 0.8675656915 - 1.3026854992 - 1.3026854992 - -0.9600703716 - -0.9600703716 - 1.4801363945 - 1.4801363945 - -2.8555412292 - -2.8555412292 - -1.5978168249 - -1.5978168249 - -2.1238276958 - -2.1238276958 - 0.8663022518 - 0.8663022518 - -2.3961732388 - -2.3961732388 - -2.3961732388 - -2.3961732388 - 0.1651486754 - 0.1539446712 - 0.1651486754 - 0.6276293993 - 0.1784105003 - -2.4805495739 - -2.4805495739 - 0.1230859607 - 0.1059843600 - 0.1140857786 - 0.1230859607 - 0.1318830848 - -0.7254700065 - -0.7254700065 - -2.9147937298 - -2.4894211292 - -2.9147937298 - -3.0999500751 - -3.0999500751 - -3.1103527546 - 0.7853981853 - 0.7853981853 - 2.4026725292 - 2.4026725292 - -1.3803611994 - -1.3803611994 - -2.7532739639 - -2.7532739639 - 2.3441469669 - 2.3441469669 - -1.7434778214 - -1.7434778214 - -2.5596876144 - -2.5596876144 - 0.3251175582 - 0.3251175582 - -2.5596876144 - 0.3251175582 - -0.3070457280 - -0.3070457280 - 0.0906598866 - -1.0603079796 - -1.0603079796 - -0.6029827595 - -0.6029827595 - 0.3013452291 - 0.2200617045 - 0.3013452291 - -2.3760595322 - -2.3760595322 - -2.7610862255 - -2.7610862255 - 0.0758038387 - 0.0758038387 - -0.6716061831 - -0.6716061831 - 1.9100888968 - 1.9100888968 - 1.1705557108 - 1.1705557108 - -2.9325697422 - -2.9105019569 - -2.9325697422 - -2.9669203758 - 1.0054599047 - 1.0054599047 - -2.9617390633 - -2.9617390633 - -2.9764440060 - -2.9764440060 - -2.9764440060 - -3.1299653053 - -3.1299653053 - 3.1415927410 - 0.5467888117 - 0.5467888117 - -2.9889433384 - -2.9849908352 - -2.9889433384 - -3.0140831470 - -2.9889433384 - -2.9849908352 - 1.1689256430 - 1.1689256430 - 3.0623936653 - 3.0623936653 - -3.0702850819 - -3.0466408730 - -3.0702850819 - -3.0702850819 - -3.0719380379 - 2.2706892490 - 2.2706892490 - 2.3070538044 - 2.3070538044 - -3.1188693047 - -3.1193740368 - 3.1415927410 - -3.1188693047 - 3.1415927410 - -3.1193740368 - -1.8794472218 - -1.8794472218 - -2.6779451370 - -2.6779451370 - -2.5169572830 - -2.5169572830 - 3.1415927410 - 3.1415927410 - 3.1193740368 - 3.1415927410 - -3.1193740368 - 3.1193740368 - 3.1415927410 - 3.1193740368 - 3.1415927410 - -3.1193740368 - 3.1415927410 - 3.1415927410 - 3.1193740368 - 3.1415927410 - -3.1193740368 - -0.5532943010 - -0.5532943010 - -0.5317240953 - 3.0735161304 - 3.0735161304 - 3.0150005817 - 3.0150005817 - 1.3876855373 - 1.3876855373 - 0.1993373036 - 0.1896136105 - 0.1993373036 - 0.1877619475 - 1.4682164192 - 1.4682164192 - -3.0804445744 - -3.0804445744 - -3.0804445744 - -3.0584514141 - -3.0584514141 - 3.0231027603 - 3.0231027603 - 3.0231027603 - 3.0231027603 - 3.0231027603 - 3.0231027603 - 3.0231027603 - 3.0231027603 - 3.0231027603 - 3.0231027603 - 3.0231027603 - 3.0231027603 - 2.8893501759 - 2.8893501759 - 1.4241298437 - 2.1112158298 - 1.4241298437 - -2.1442368031 - -2.1442368031 - -2.5535900593 - -2.5535900593 - -1.1383885145 - -2.0931997299 - 1.0074800253 - -2.0931997299 - 1.6845883131 - 1.1006128788 - 1.6845883131 - 1.4224685431 - 1.4224685431 - 1.3439974785 - 1.3439974785 - 1.3335895538 - 1.3335895538 - 1.3439974785 - 1.3335895538 - -1.2454357147 - -1.2454357147 - 1.9919164181 - 1.9919164181 - 2.5509722233 - 2.9105019569 - 2.9105019569 - 2.9105019569 - 2.9105019569 - 2.9105019569 - 2.9037566185 - 2.9105019569 - 2.9105019569 - 2.9105019569 - 2.9105019569 - 2.9105019569 - 2.9037566185 - 2.9037566185 - 2.9105019569 - 2.9105019569 - 2.9105019569 - 2.9105019569 - 2.9037566185 - 0.6640461683 - 0.6640461683 - 1.8783634901 - 1.8783634901 - 3.0853140354 - 3.0853140354 - 0.7010914087 - 0.6934595108 - 0.7010914087 - 0.2812322080 - 0.2812322080 - 2.7468016148 - 2.7468016148 - 2.7468016148 - -0.0876866579 - -0.0876866579 - 2.3927636147 - 2.3927636147 - -0.5052902102 - -3.1234128475 - -0.5052902102 - 1.1124962568 - 1.1124962568 - 2.5213432312 - 2.5213432312 - 2.4756233692 - 2.5213432312 - 2.5213432312 - 2.3036115170 - 2.3036115170 - 0.2489627004 - 0.2489627004 - 2.4980914593 - 2.4980914593 - 1.8985347748 - 1.8985347748 - -2.7672591209 - -2.7672591209 - -2.7828218937 - 0.2046418041 - 0.2046418041 - 1.2966288328 - 1.2966288328 - 1.3045443296 - 2.5069408417 - 2.5069408417 - 0.8076167107 - 0.8076167107 - -1.7196862698 - -1.7196862698 - -2.3996453285 - -2.3996453285 - 0.1784105003 - 0.1651486754 - 0.1784105003 - 0.1882214993 - 0.6153395176 - 0.6153395176 - 0.6186443567 - -1.4141944647 - -1.4141944647 - -1.3681377172 - -1.3862534761 - -1.3708033562 - 0.6107259393 - 0.6107259393 - -2.0344438553 - 0.4908517897 - -2.0344438553 - 0.9505468607 - 0.9505468607 - 0.5349550843 - 0.5349550843 - 2.2499296665 - 2.2499296665 - -3.1103527546 - -3.0999500751 - -3.1103527546 - 2.3799993992 - 2.3799993992 - 2.7839293480 - 2.7839293480 - 2.7057156563 - 2.7057156563 - -2.6971733570 - -2.7532739639 - -2.6971733570 - -2.7367007732 - -2.7532739639 - -2.6779451370 - -2.7367007732 - -2.6779451370 - -2.7314653397 - -2.7686049938 - -2.7314653397 - -0.6719631553 - -0.6719631553 - -1.8772809505 - 2.5891737938 - -1.8772809505 - -1.8809643984 - 2.5734879971 - 2.5734879971 - 2.1327178478 - 2.1327178478 - 1.8520284891 - 1.8520284891 - 2.0054664612 - 2.0054664612 - -2.8809902668 - -2.3408110142 - -2.3408110142 - 1.4346573353 - 1.4346573353 - 2.3121054173 - 2.3121054173 - 1.6575347185 - 1.6575347185 - -0.3265814483 - -0.3265814483 - -2.9764440060 - -2.9764440060 - -2.9764440060 - 0.9373704195 - 0.9373704195 - 1.7096813917 - 1.7096813917 - -2.9764440060 - -2.9764440060 - 3.1415927410 - -3.1299653053 - 3.1415927410 - -2.3698923588 - -2.3698923588 - -0.4951332510 - -0.4951332510 - -2.9849908352 - -2.9849908352 - -2.9849908352 - -2.9849908352 - -2.9889433384 - -3.0140831470 - -2.9889433384 - -2.9849908352 - -0.2220818996 - -0.2220818996 - -2.2206668854 - 0.0977269039 - 0.0977269039 - 2.3926746845 - 2.3926746845 - 0.7717003822 - 0.7717003822 - -3.0719380379 - -3.0702850819 - -3.0702850819 - -3.0719380379 - 3.1415927410 - -3.1193740368 - 3.1415927410 - -3.1188693047 - 3.1415927410 - -3.1193740368 - -0.5317240953 - -0.5532943010 - -0.5317240953 - -1.6852365732 - -1.6852365732 - 3.0509328842 - 3.0509328842 - 3.0719380379 - 3.0258333683 - 3.0488362312 - 3.0488362312 - 3.0258333683 - 2.3561944962 - 2.3561944962 - 3.0231027603 - 3.0258333683 - 3.0231027603 - 3.0231027603 - 3.0231027603 - 3.0231027603 - -0.0212733857 - -0.0212733857 - -0.3930580318 - -0.3930580318 - -0.3720677495 - -1.2379760742 - -1.2379760742 - -3.0606884956 - -3.0606884956 - 2.9546134472 - 2.9546134472 - 2.9546134472 - -1.0648459196 - -1.0648459196 - 2.3019001484 - 2.3019001484 - 1.0951011181 - 1.0951011181 - 2.9105019569 - 2.9105019569 - 2.9105019569 - 2.9105019569 - 2.9105019569 - 2.9037566185 - 2.9037566185 - 2.9105019569 - 2.9105019569 - 2.9105019569 - 2.9105019569 - 2.9037566185 - 0.2683662176 - 0.2683662176 - 2.5139632225 - 2.5139632225 - 1.0656977892 - 1.0656977892 - 2.6162257195 - 2.6162257195 - 2.8501358032 - 2.8501358032 - 2.8890383244 - 2.0878283978 - 2.0878283978 - -0.0370201170 - 0.9075933099 - -0.0370201170 - 2.8198421001 - 2.8501358032 - 2.8198421001 - 2.8501358032 - 2.8501358032 - 2.8501358032 - 2.8198421001 - 2.8501358032 - 2.8406724930 - 2.8095331192 - 2.8406724930 - 2.8095331192 - 2.8305943012 - 2.8305943012 - 2.8198421001 - 2.7744188309 - 2.8198421001 - 2.8198421001 - 2.8083484173 - 2.8198421001 - 2.8198421001 - 2.8198421001 - 2.8083484173 - 2.8083484173 - 2.8198421001 - 2.8198421001 - 2.8083484173 - -1.5946013927 - -1.5946013927 - -1.5707963705 - -1.5707963705 - -1.5946013927 - -1.5707963705 - -2.2950463295 - -2.2950463295 - 0.2837941051 - 0.2837941051 - 0.1549967378 - 0.1549967378 - 0.4795192778 - 0.4795192778 - 2.5829932690 - 2.5829932690 - 2.5829932690 - -3.1234128475 - -3.1234128475 - -0.5052902102 - 1.6902252436 - 1.6902252436 - 1.6879050732 - 1.7161062956 - 1.7161062956 - 1.7143796682 - -0.1349767447 - 2.4756233692 - 2.5213432312 - 2.4756233692 - 2.4329664707 - 2.5213432312 - 2.4858970642 - 2.4858970642 - 2.4858970642 - 0.7775242925 - 0.7775242925 - 2.4558632374 - 2.4558632374 - -2.9898273945 - -2.9898273945 - -2.7828218937 - -2.7672591209 - -2.7828218937 - 2.5294401646 - 2.5294401646 - 1.3045443296 - 1.2966288328 - 1.3045443296 - -2.3561944962 - -2.3561944962 - -2.4149503708 - -2.4149503708 - -2.4149503708 - 0.7378150821 - 0.7378150821 - -2.4037775993 - -2.4037775993 - 0.7378150821 - -2.4037775993 - 0.1882214993 - 0.1784105003 - 0.1882214993 - 0.2003985494 - 0.6186443567 - 0.6153395176 - 0.6186443567 - -1.3681377172 - -1.3389316797 - -1.3862534761 - -1.4141944647 - -1.3681377172 - -1.3862534761 - -1.3389316797 - -1.3708033562 - 0.6132073402 - 0.6132073402 - 0.6168012023 - 0.6132073402 - -3.0118901730 - -3.0118901730 - -3.0548543930 - 0.4908517897 - 0.4908517897 - -2.0344438553 - -2.4894211292 - -2.4894211292 - -2.9147937298 - 1.2986503839 - 1.2986503839 - 1.2417466640 - -2.6992185116 - -2.6992185116 - 0.2121437490 - 0.2121437490 - 1.4711276293 - 1.4711276293 - -2.7532739639 - -2.7532739639 - -2.6971733570 - -2.7532739639 - -2.7367007732 - -2.6971733570 - -2.7367007732 - -2.6779451370 - 2.1662061214 - 2.1662061214 - -2.7686049938 - -2.7686049938 - -2.7314653397 - -2.7686049938 - 1.7218116522 - 1.7218116522 - 1.7186456919 - 0.7258659601 - 0.7258659601 - -1.8809643984 - -1.8772809505 - -1.8809643984 - 0.9031307101 - 0.9031307101 - -1.8466022015 - -1.8466022015 - -2.8083484173 - -2.8083484173 - 3.0990650654 - 3.0990650654 - -2.8083484173 - -2.8535373211 - -2.8198421001 - -2.8083484173 - -0.7932720184 - -0.7932720184 - -1.7624448538 - -1.7624448538 - 1.4590193033 - 1.4590193033 - -2.9195108414 - -2.9195108414 - -2.8890383244 - -2.8890383244 - -2.9195108414 - -2.8890383244 - 0.8324223161 - 0.8324223161 - -2.9105019569 - -2.9105019569 - -2.9325697422 - -1.2553747892 - -1.2553747892 - 2.1561107635 - 0.3671738207 - 0.3671738207 - 3.1415927410 - 3.1415927410 - 2.1471714973 - 2.1471714973 - 0.3399303555 - 0.3399303555 - -3.0172376633 - -3.0172376633 - -3.0419239998 - -3.0466408730 - -3.0466408730 - -3.0702850819 - -3.0702850819 - -1.9232538939 - -1.9232538939 - -0.1630952954 - -0.1630952954 - 2.0791070461 - 2.0791070461 - -0.1630952954 - 2.0791070461 - -3.0961694717 - -3.0961694717 - -3.0961694717 - -2.4012091160 - -2.4012091160 - -3.1193740368 - -3.1193740368 - 3.1415927410 - -3.1188693047 - 3.1415927410 - -3.1193740368 - 3.0990650654 - 3.0990650654 - 3.1415927410 - -3.1193740368 - 3.1415927410 - -3.1188693047 - 3.1415927410 - -3.1193740368 - -3.1193740368 - -3.1193740368 - -3.1188693047 - -3.1193740368 - -3.1193740368 - -3.1188693047 - -3.1193740368 - -3.1188693047 - -3.1193740368 - -3.1193740368 - -3.1193740368 - -3.1193740368 - -3.1193740368 - -3.1188693047 - -3.1193740368 - -3.1193740368 - -3.1193740368 - 0.3080527782 - 0.3080527782 - 3.0735161304 - 3.0750246048 - 3.0735161304 - 3.0509328842 - -1.9655874968 - -1.9655874968 - 2.9116883278 - 2.9116883278 - 3.1415927410 - 3.1415927410 - 3.0488362312 - 3.0488362312 - 3.0258333683 - 3.0258333683 - 3.0231027603 - 3.0231027603 - 3.0231027603 - 3.0258333683 - 3.0231027603 - 3.0231027603 - 3.0231027603 - 3.0231027603 - -0.3720677495 - -0.3930580318 - -0.3720677495 - -1.7294515371 - -1.7294515371 - 1.6252877712 - 1.6252877712 - -1.1383885145 - -2.5535900593 - -1.1383885145 - 2.9546134472 - 2.9546134472 - 2.9546134472 - 2.9594242573 - 2.9849908352 - 2.9849908352 - 2.9594242573 - 2.7790484428 - 2.7790484428 - 2.5509722233 - 1.9919164181 - 2.5509722233 - 2.9037566185 - 2.9037566185 - -0.4808872938 - -0.4808872938 - 0.9075933099 - 0.9075933099 - -0.0370201170 - -2.5010070801 - -2.5010070801 - -1.1902899742 - -1.1902899742 - 2.7744188309 - 2.7744188309 - 2.8198421001 - 1.3397057056 - 1.3397057056 - 2.6779451370 - 2.7149651051 - 2.6779451370 - 1.4659193754 - 1.4659193754 - 0.8913825154 - 0.8913825154 - 1.6879050732 - 1.6902252436 - 1.6879050732 - -0.3001711667 - -0.3001711667 - 1.7143796682 - 1.7161062956 - 1.7143796682 - -0.1349767447 - 2.4329664707 - 2.4756233692 - 2.4329664707 - -0.1349767447 - 1.7161062956 - 1.7143796682 - -0.1349767447 - 0.2208287716 - 0.2208287716 - 1.7048195601 - 1.7048195601 - 0.5516549945 - 0.5516549945 - 0.5388194919 - 0.5388194919 - 0.5340703726 - 0.5340703726 - 0.5388194919 - 0.5340703726 - 2.4429328442 - 2.4429328442 - 2.4104888439 - 2.4104888439 - -1.3708033562 - -1.3708033562 - 1.9513026476 - 1.9513026476 - -1.9631364346 - -1.9631364346 - -0.7341610193 - -0.7341610193 - 0.4856221080 - 0.4856221080 - 2.2974386215 - 2.2974386215 - 0.7146502733 - 0.7146502733 - 0.8042638302 - 0.8042638302 - 0.2003985494 - 0.1882214993 - 0.2003985494 - 0.2090229392 - -1.3708033562 - -1.4141944647 - -1.3681377172 - -1.3862534761 - -1.3389316797 - -1.3708033562 - 0.6168012023 - 0.6132073402 - 0.6168012023 - 0.6132073402 - -2.9791035652 - -2.9791035652 - 3.0197501183 - 3.0197501183 - 2.3996453285 - 2.3996453285 - 0.0949517041 - 0.0949517041 - -3.0419239998 - -3.0419239998 - -2.2524020672 - -2.2524020672 - 1.2315037251 - 1.2315037251 - 1.2565643787 - 1.2565643787 - 1.7186456919 - 1.7218116522 - 1.7186456919 - -2.8198421001 - -2.8535373211 - -2.8198421001 - -2.8083484173 - -0.6543702483 - -0.6543702483 - 0.4557737708 - 0.4557737708 - 2.8632929325 - 2.8632929325 - 0.9685089588 - 0.9685089588 - -1.3572359085 - -1.3572359085 - 1.3431069851 - 1.3431069851 - -1.3572359085 - 1.3431069851 - -2.9325697422 - -2.9325697422 - -2.9385473728 - -2.9385473728 - -2.9385473728 - -2.9385473728 - -0.9459100962 - -0.9459100962 - 2.1561107635 - -1.2553747892 - 2.1561107635 - 2.6694707870 - 2.6694707870 - -2.9889433384 - -2.9849908352 - -2.9889433384 - -2.9889433384 - -2.9849908352 - -2.9849908352 - -2.9849908352 - -2.9889433384 - -2.9889433384 - -2.9849908352 - -3.0140831470 - -3.0140831470 - -2.9889433384 - -2.9889433384 - -3.0140831470 - -2.9889433384 - 2.8270883560 - 2.8270883560 - -3.0419239998 - -3.0172376633 - -3.0419239998 - -3.0443394184 - -3.0443394184 - -3.0419239998 - -3.0443394184 - 0.8544704914 - 0.8544704914 - 3.0535852909 - 3.0535852909 - 3.0244839191 - 0.6301938891 - 0.6301938891 - -3.0466408730 - -3.0466408730 - -3.0466408730 - -3.0466408730 - -3.0466408730 - -3.0466408730 - -3.0466408730 - -3.0466408730 - -3.0735161304 - -3.0735161304 - -3.0961694717 - -3.0961694717 - -3.0961694717 - -3.0961694717 - -0.3734971583 - -0.3734971583 - -3.1193740368 - -3.1193740368 - 3.1415927410 - -3.1188693047 - 3.1415927410 - -3.1193740368 - -3.1193740368 - 3.1415927410 - -3.1193740368 - 3.1193740368 - 3.1415927410 - -3.1193740368 - 3.1193740368 - 3.1193740368 - 3.1415927410 - 3.0488362312 - 3.0488362312 - 3.0258333683 - 0.6827301383 - 0.6827301383 - -3.0804445744 - -3.0804445744 - -3.0804445744 - -3.1016139984 - -3.1016139984 - 3.0258333683 - 3.0258333683 - 1.3481353521 - 1.3481353521 - -2.9617390633 - 3.0231027603 - 3.0231027603 - 3.0231027603 - 1.5515679121 - 1.5515679121 - 1.0074800253 - 1.0074800253 - -2.0931997299 - -0.7672183514 - -0.7672183514 - 1.1006128788 - 1.1006128788 - 1.6845883131 - 2.0344438553 - 2.0344438553 - -2.5480499268 - -2.5480499268 - 2.9594242573 - 2.9849908352 - 2.9594242573 - 1.0838971138 - 1.0838971138 - 2.9105019569 - 2.9105019569 - 2.9105019569 - 2.9105019569 - 2.9105019569 - 2.9037566185 - 0.8988331556 - 0.8988331556 - -2.4127378464 - -2.4127378464 - 1.5308176279 - 1.5308176279 - 2.1679730415 - 2.1679730415 - 2.8501358032 - 2.8501358032 - 2.8198421001 - 2.8501358032 - -1.4181469679 - -1.4181469679 - 2.8406724930 - 2.8406724930 - 0.6874467134 - 0.6874467134 - 0.9685089588 - 0.9685089588 - 1.8580777645 - 1.8580777645 - 1.2138843536 - 1.2138843536 - 0.8784618974 - 0.8784618974 - 2.7468016148 - 2.7468016148 - 2.7468016148 - 2.7610862255 - -1.5515679121 - -1.5515679121 - 2.7468016148 - 2.7468016148 - 2.3978371620 - 2.3978371620 - -0.8760580420 - -0.8760580420 - 2.4948341846 - 2.4948341846 - 2.6098685265 - 2.6098685265 - 2.5213432312 - 2.5213432312 - 2.4756233692 - 2.5213432312 - 0.5295895934 - 0.5295895934 - 2.4945454597 - 2.4945454597 - 2.4578833580 - 2.4578833580 - -1.2433961630 - -1.2433961630 - -1.2545101643 - -1.2545101643 - -1.2597980499 - -1.2545101643 - -1.2597980499 - -1.2545101643 - -1.2597980499 - -1.2545101643 - -1.2542270422 - -1.2542270422 - -1.2597980499 - -1.2542270422 - 2.1815223694 - 2.1815223694 - 1.9040405750 - 1.9040405750 - -1.0074800253 - -1.0074800253 - -1.4141944647 - -1.4141944647 - -2.2974386215 - -2.2974386215 - 0.8621700406 - 0.8621700406 - 0.8288490772 - 0.8288490772 - 0.8066715598 - 0.8066715598 - 0.8288490772 - 0.8066715598 - -0.4636476040 - -0.4636476040 - -1.5707963705 - -1.5707963705 - 0.2090229392 - 0.2003985494 - 0.2090229392 - -1.3681377172 - 0.6186443567 - -1.4141944647 - 0.2247111648 - -1.3681377172 - -1.3862534761 - -1.3389316797 - -1.3708033562 - 0.6132073402 - 0.6132073402 - 0.6168012023 - 0.6132073402 - -2.5139632225 - -2.5139632225 - -2.5269296169 - -2.5045223236 - -2.5045223236 - -2.5139632225 - -2.5269296169 - -2.5045223236 - 1.1722738743 - 1.1722738743 - 1.2417466640 - 1.2986503839 - 1.2417466640 - 2.0882840157 - 2.0882840157 - -2.7367007732 - -2.7367007732 - 2.0607535839 - 2.0607535839 - -2.7532739639 - -2.7532739639 - -2.6971733570 - -2.7532739639 - -0.7853981853 - -0.7853981853 - -1.3681377172 - -1.3681377172 - 2.7261004448 - 2.7261004448 - 1.0659348965 - 1.0659348965 - 2.8406724930 - 2.8406724930 - 3.0466408730 - 3.0466408730 - -3.0457334518 - -3.0457334518 - -2.6779451370 - -2.6779451370 - -2.9855678082 - -2.9855678082 - 1.2036224604 - 2.0397629738 - 2.0344438553 - 1.2036224604 - 0.2110933363 - 0.2110933363 - -0.4475199878 - -0.4475199878 - 2.2655346394 - 2.2655346394 - 3.0244839191 - 3.0535852909 - 3.0244839191 - 0.0596307144 - 0.0596307144 - 0.9089486599 - 0.9089486599 - -3.0961694717 - -3.0961694717 - -2.7950537205 - -2.5535900593 - -2.5748634338 - -2.7950537205 - -2.7859568596 - -2.7859568596 - -2.7950537205 - -2.7859568596 - 3.1415927410 - -3.1193740368 - -3.1193740368 - 3.1415927410 - 3.1415927410 - 3.1198568344 - -2.9962825775 - -2.9962825775 - 3.0509328842 - 3.0735161304 - 3.0750246048 - 3.0509328842 - 3.0750246048 - 0.2382447571 - 0.2382447571 - 1.5707963705 - 2.0588293076 - 1.5707963705 - 2.1189198494 - 2.1189198494 - 1.0199388266 - 1.0199388266 - 2.6731374264 - 2.6731374264 - -2.2355709076 - -2.2355709076 - 2.2516815662 - 2.2516815662 - -2.4566307068 - -2.4566307068 - 2.9495446682 - 2.9495446682 - 2.9441971779 - 2.9441971779 - 2.9495446682 - 2.9441971779 - 0.7853981853 - 0.7853981853 - 1.4089589119 - 2.1090180874 - 2.1090180874 - 3.0945684910 - 3.0945684910 - 0.2683662176 - 0.2683662176 - 1.1220729351 - 1.1220729351 - -1.5063694715 - -1.5063694715 - 1.1220729351 - -1.5063694715 - -2.6325218678 - -2.6325218678 - 0.3022724986 - 0.3022724986 - -2.6325218678 - 0.3022724986 - 0.5880026221 - 0.5880026221 - 0.3487710059 - 0.3487710059 - 2.7610862255 - 2.7468016148 - 2.7610862255 - -3.0090410709 - -3.0090410709 - 2.2441654205 - 2.2441654205 - -2.9602727890 - -2.9602727890 - 1.7582254410 - -0.4883339405 - -0.4883339405 - 0.4816636741 - 0.4816636741 - 2.6571147442 - 2.6571147442 - 1.8962922096 - 1.8962922096 - -2.9229238033 - -2.9229238033 - -0.5549957156 - -0.5549957156 - 2.5213432312 - 2.5213432312 - 2.5213432312 - 2.4393358231 - 2.4858970642 - 2.4393358231 - 2.4858970642 - 2.4858970642 - 2.4468543530 - 2.4468543530 - 2.4539213181 - 2.4539213181 - -2.9736967087 - -2.9736967087 - -2.9902172089 - -1.0033563375 - -1.0033563375 - -1.2545101643 - -1.2545101643 - -1.2597980499 - -1.2545101643 - -2.2318394184 - -2.2318394184 - -2.4067842960 - -2.4067842960 - 1.5214537382 - 1.5214537382 - 2.6285347939 - 2.6285347939 - -2.2218730450 - -2.2218730450 - 0.8441540003 - 0.8441540003 - -2.3698923588 - -2.3698923588 - 0.7509290576 - 0.7509290576 - -1.3389316797 - 0.6186443567 - 0.2247111648 - -1.3681377172 - -1.3862534761 - -1.3389316797 - -1.3708033562 - -0.3997811079 - -1.3681377172 - -1.3862534761 - -1.3708033562 - -0.3997811079 - 2.1199493408 - 2.1025204659 - -2.5269296169 - -2.5139632225 - -2.5269296169 - -2.5045223236 - 1.4083071947 - -3.0548543930 - -3.0118901730 - -3.0548543930 - -2.8466556072 - -2.8466556072 - -2.2416536808 - -2.2416536808 - -2.7468016148 - -2.7468016148 - -2.7314653397 - -2.7314653397 - -2.7468016148 - -2.7686049938 - -2.7314653397 - -2.7686049938 - -2.7686049938 - -2.7686049938 - -2.7314653397 - -2.7686049938 - -0.6470472217 - -0.6470472217 - -2.7828218937 - -2.7828218937 - 2.4037775993 - 2.4037775993 - 0.5467888117 - 0.5467888117 - -2.8083484173 - 0.5280744433 - 0.5280744433 - 0.5467888117 - -2.8083484173 - 0.5280744433 - -0.7853981853 - -0.7853981853 - -2.8535373211 - -2.8535373211 - -2.8198421001 - -2.8083484173 - -2.8868343830 - -2.8868343830 - 1.0489619970 - -0.1582403183 - 1.0489619970 - 2.2730531693 - 2.2730531693 - 3.1116015911 - 3.1116015911 - -2.8753407001 - -0.6405856609 - -2.8753407001 - -0.3883187175 - -0.3883187175 - 1.9074711800 - 1.9074711800 - 1.8962922096 - 0.7853981853 - 0.7853981853 - 0.8007815480 - -0.1651486754 - -0.1651486754 - -2.3262634277 - -2.3262634277 - -2.4019143581 - -2.4019143581 - 1.3734008074 - 1.3734008074 - 1.2104383707 - 1.2104383707 - -1.6073653698 - -1.6073653698 - -1.2211892605 - -1.2211892605 - -2.2991137505 - -3.0172376633 - -3.0172376633 - 2.6872906685 - 2.6872906685 - 2.9920330048 - 2.9920330048 - -2.5535900593 - -2.5535900593 - -2.5748634338 - -2.7950537205 - -3.1193740368 - -3.1193740368 - -2.6665818691 - -2.6665818691 - -3.1193740368 - -3.1193740368 - -3.1193740368 - 3.1415927410 - -3.1193740368 - -3.1193740368 - -3.1193740368 - -3.1193740368 - -3.1188693047 - -3.1193740368 - -3.1193740368 - -3.1193740368 - -3.1193740368 - -3.1188693047 - -3.1193740368 - -3.1193740368 - -3.1193740368 - -3.1193740368 - 3.1415927410 - -3.1193740368 - -3.1193740368 - -3.1193740368 - 3.1415927410 - 3.1415927410 - 3.1198568344 - -3.1193740368 - -3.1193740368 - 3.1415927410 - 3.1415927410 - 3.1198568344 - 0.2860514522 - 0.2860514522 - 0.3217505515 - 0.3217505515 - 2.1899576187 - 2.1899576187 - 3.1415927410 - 3.1193740368 - 3.1415927410 - 3.1193740368 - 3.1193740368 - -2.9584817886 - -2.9584817886 - -2.9617390633 - 1.3481353521 - -2.9617390633 - 1.8692952394 - 1.8692952394 - 2.9927027225 - 2.9962825775 - 2.9927027225 - 2.9927027225 - -2.1527013779 - -2.7279033661 - -2.1527013779 - -0.6692565084 - -0.6692565084 - 2.8590376377 - 2.8590376377 - 2.8295505047 - 2.8674252033 - 2.8674252033 - 2.8590376377 - 2.8295505047 - 2.8674252033 - 2.2176930904 - 2.2176930904 - -0.7384527922 - -0.7384527922 - -2.7251539230 - -2.7251539230 - -0.0481555127 - -0.0481555127 - -0.0361288488 - -0.7483780384 - -0.7483780384 - 2.6971733570 - 2.6971733570 - 2.6971733570 - -2.7233684063 - -2.7233684063 - 2.4781665802 - 2.4781665802 - 2.1206495762 - 2.1206495762 - 2.5050845146 - 2.5050845146 - 2.5829932690 - 2.5829932690 - 2.5758912563 - 2.5758912563 - 2.5829932690 - 2.5758912563 - 2.5213432312 - 2.5213432312 - 2.5213432312 - 2.4756233692 - 2.5213432312 - 2.5213432312 - 2.5213432312 - 2.4756233692 - 2.5213432312 - 2.4393358231 - 2.4393358231 - 2.5213432312 - 2.5213432312 - 2.4393358231 - 2.4393358231 - 2.4858970642 - 2.4468543530 - 2.4468543530 - 1.8417432308 - 1.8417432308 - 2.3561944962 - 2.3561944962 - -0.1651486754 - -0.1651486754 - -0.1106572226 - -0.1566018760 - -0.1566018760 - -2.9902172089 - -2.9736967087 - -2.9902172089 - -1.2490457296 - -1.2490457296 - 1.2490457296 - 1.2490457296 - 1.8329161406 - 1.8329161406 - 0.8379812241 - 0.8379812241 - -2.3036115170 - 0.7266423702 - 0.7266423702 - 0.7531512976 - 0.7531512976 - 0.2278570533 - 0.2278570533 - 0.2247111648 - 1.9100888968 - 1.9100888968 - 0.6968727708 - 0.6968727708 - 2.1045045853 - 2.1045045853 - -1.9313622713 - -1.9313622713 - -1.6456562281 - -1.6456562281 - -0.1275095642 - 2.2716507912 - 2.2716507912 - 2.2302818298 - 2.2302818298 - 0.2058341801 - 0.2058341801 - 1.0235118866 - 1.0235118866 - 2.5352096558 - -2.8632929325 - 0.9556100965 - -2.8632929325 - -2.9385473728 - -2.9325697422 - -2.9325697422 - -2.9385473728 - -2.9385473728 - 1.2832205296 - 1.2832205296 - 1.8962922096 - 1.9074711800 - 1.8962922096 - 0.8007815480 - 0.7853981853 - 0.8007815480 - 2.4935357571 - 2.4935357571 - 2.0397629738 - 2.0397629738 - 2.0344438553 - 1.2036224604 - 1.1701719761 - 1.1701719761 - -2.7950537205 - -1.3838170767 - -2.7950537205 - -2.9808299541 - -2.9808299541 - -1.3838170767 - -2.7950537205 - -2.9808299541 - -2.9808299541 - -2.9808299541 - -2.9808299541 - -2.9808299541 - 0.5571243763 - 0.5571243763 - -2.2991137505 - -1.2211892605 - -2.2991137505 - 2.1199493408 - 2.1199493408 - -1.1224536896 - -1.1224536896 - -3.0466408730 - -3.0466408730 - -3.0443394184 - -3.0488362312 - -3.0488362312 - -3.0961694717 - -3.0961694717 - -3.0971775055 - -3.0961694717 - -3.0971775055 - -2.5748634338 - -2.5535900593 - -2.5748634338 - -2.7950537205 - -3.0971775055 - -3.0971775055 - -3.0961694717 - -3.0971775055 - -2.8966140747 - -2.8966140747 - -3.1193740368 - -3.1193740368 - -3.1193740368 - -3.1193740368 - -3.1193740368 - -3.1193740368 - -2.9147937298 - -2.9147937298 - 2.5756249428 - 2.5756249428 - -3.1198568344 - 3.1415927410 - 3.1415927410 - 3.1198568344 - -3.1198568344 - 3.1415927410 - -3.1193740368 - 3.1415927410 - 3.1198568344 - -3.1198568344 - 3.1415927410 - -3.1193740368 - 3.0750246048 - 3.0750246048 - 3.0509328842 - 3.0750246048 - -2.9105019569 - -2.9105019569 - -2.9244813919 - 3.0735161304 - 3.0735161304 - 3.0529367924 - 3.0735161304 - 0.4721219838 - 0.4721219838 - 3.0509328842 - 3.0509328842 - 3.0509328842 - 3.0509328842 - -3.1016139984 - -3.0804445744 - -3.1016139984 - -3.1016139984 - -3.1016139984 - -3.0804445744 - -3.1016139984 - -3.1016139984 - 1.2753554583 - 1.2753554583 - 2.1057515144 - 2.1057515144 - 3.0258333683 - 3.0488362312 - 3.0060648918 - 3.0258333683 - 3.0258333683 - -2.8406724930 - -2.8406724930 - 2.4121360779 - 2.4121360779 - 2.2844944000 - 2.2844944000 - 2.9927027225 - 2.9962825775 - 2.9927027225 - 2.9927027225 - 1.1410340071 - 1.1410340071 - 0.8193986416 - 0.8329812884 - 0.8193986416 - 2.4604661465 - 2.4604661465 - 2.9229238033 - 2.9229238033 - 2.9286541939 - 2.9286541939 - 2.9229238033 - 2.9286541939 - 2.1366505623 - 2.1366505623 - 1.0916860104 - 2.9105019569 - 2.9105019569 - 2.8828217983 - 2.9037566185 - 2.8295505047 - 2.8590376377 - 2.8295505047 - 2.8674252033 - 0.5565993190 - 0.5565993190 - 1.1938871145 - -0.6343828440 - -0.6343828440 - -3.1065192223 - -3.1065192223 - 0.4636476040 - 2.6105625629 - 0.4636476040 - 1.0478575230 - 1.0478575230 - 0.9925733805 - 0.9925733805 - 0.9973558187 - 1.8730688095 - 1.8730688095 - -0.0361288488 - -0.0481555127 - -0.0361288488 - -0.5144513249 - -0.5144513249 - 1.5308176279 - 1.5308176279 - -1.5707963705 - -1.5707963705 - 0.7281360030 - 0.7662922144 - 0.7281360030 - 1.0878274441 - 1.0878274441 - 1.3775848150 - 2.6224465370 - 1.3775848150 - 2.5561025143 - 2.5561025143 - 2.1367638111 - 2.1367638111 - 2.3996453285 - 2.3996453285 - 2.3996453285 - 2.3996453285 - -0.7509290576 - -0.7509290576 - -0.1106572226 - -0.1651486754 - -0.1106572226 - 2.4487130642 - 2.4360244274 - 2.4487130642 - -0.7737708092 - -0.7737708092 - -1.8370484114 - -1.8370484114 - 0.3839846253 - 0.3839846253 - -2.3284237385 - -2.3284237385 - -2.3280329704 - 0.7328150868 - 0.7328150868 - 0.2247111648 - 0.2278570533 - 0.2247111648 - -1.3681377172 - -1.3389316797 - 2.1199493408 - -0.3997811079 - 2.1199493408 - 2.1025204659 - 0.6086893082 - 0.6086893082 - 2.5535900593 - 2.5535900593 - 1.1737169027 - 1.1737169027 - -2.8617756367 - -2.8617756367 - 0.8478169441 - 0.8478169441 - 1.0636978149 - 1.0636978149 - -1.7992929220 - -1.7992929220 - -1.8018870354 - -2.7828218937 - -2.7828218937 - -1.0273187160 - -1.0273187160 - -2.8083484173 - 0.5467888117 - -2.8083484173 - 0.5280744433 - 1.5707963705 - 1.5707963705 - -0.1582403183 - -0.1582403183 - 1.0489619970 - 2.5352096558 - 1.0235118866 - 2.5352096558 - -2.9195108414 - -2.9195108414 - -2.9325697422 - -2.9325697422 - -2.9385473728 - 2.3663983345 - 2.3663983345 - 0.7853981853 - 0.7906891108 - 0.7853981853 - -1.1071487665 - -1.1071487665 - -2.9441971779 - -2.9441971779 - -1.8123620749 - -1.8123620749 - 2.0344438553 - 2.0397629738 - 2.0344438553 - 1.2036224604 - -2.7965905666 - -2.7965905666 - -1.3838170767 - -1.4399689436 - -1.3838170767 - -2.7950537205 - -2.9808299541 - -3.0107653141 - -3.0107653141 - -3.0443394184 - -3.0443394184 - -3.0466408730 - -3.0466408730 - 2.5127964020 - 2.5127964020 - 0.1860581785 - 0.1860581785 - 0.0648440272 - 0.0648440272 - -3.1193740368 - 3.1415927410 - -3.1193740368 - -3.1193740368 - -3.1193740368 - -3.1193740368 - -3.1193740368 - -3.1193740368 - -3.1193740368 - -3.1193740368 - -3.1193740368 - -3.1193740368 - 0.6958181858 - 0.6958181858 - 2.6243052483 - 2.6243052483 - -3.1193740368 - -3.1193740368 - -3.1193740368 - -3.1193740368 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1198568344 - -3.1198568344 - 3.1415927410 - -3.1193740368 - 3.1415927410 - 3.1198568344 - -3.1198568344 - 3.1415927410 - -3.1193740368 - -2.4329664707 - -2.4329664707 - -0.3897085786 - -0.3897085786 - -2.9244813919 - -2.9105019569 - -2.9244813919 - 3.0750246048 - 3.0509328842 - 3.0750246048 - 3.0750246048 - 3.0735161304 - 3.0735161304 - 2.6087486744 - 3.0529367924 - 3.0735161304 - 3.0529367924 - 3.0735161304 - 1.6142472029 - 1.6142472029 - 3.0509328842 - 3.0509328842 - 3.0509328842 - 3.0509328842 - 3.0509328842 - 3.0509328842 - 3.0509328842 - 3.0509328842 - 2.0588293076 - 2.0588293076 - 1.5707963705 - 3.0488362312 - 3.0258333683 - 3.0488362312 - 3.0060648918 - 3.0258333683 - 3.0258333683 - 3.0060648918 - 3.0258333683 - 3.0488362312 - 3.0060648918 - 3.0258333683 - 3.0258333683 - 2.9962825775 - 2.9962825775 - 2.9962825775 - 2.9927027225 - 2.9927027225 - -0.7055681944 - -0.7055681944 - 2.2486968040 - 2.2486968040 - 0.6646018624 - 0.6646018624 - 2.5652174950 - 2.9286541939 - 2.9546134472 - 2.9286541939 - 0.8329812884 - 0.8329812884 - 0.8193986416 - 1.4089589119 - 0.7853981853 - 1.4089589119 - 1.4105656147 - 1.0916860104 - 2.1366505623 - 1.0916860104 - 2.2685077190 - 2.2685077190 - -0.6998928785 - -0.6998928785 - 2.8828217983 - 2.9105019569 - 2.8828217983 - 2.9037566185 - 2.9037566185 - 2.9105019569 - 2.8828217983 - 2.9037566185 - 0.2999471426 - 0.2999471426 - -1.2571756840 - -1.2571756840 - 1.7894653082 - 1.7894653082 - 2.6571147442 - 2.6571147442 - 1.1938871145 - 0.5565993190 - 1.1938871145 - 2.7985687256 - 2.7985687256 - 1.0240074396 - 1.0240074396 - 2.8305943012 - -0.9544993639 - 2.8305943012 - 2.7985687256 - 2.5644004345 - -2.2181885242 - 2.5644004345 - 2.6105625629 - 2.6105625629 - 0.4636476040 - 0.2674107850 - 0.9973558187 - 0.9925733805 - 0.9973558187 - 1.9965473413 - 3.0872981548 - 1.9965473413 - 2.6971733570 - 2.6971733570 - 2.6971733570 - 1.7582254410 - -1.4546546936 - -2.9602727890 - 1.7582254410 - 2.6387493610 - 2.6387493610 - 2.6011731625 - 0.7662922144 - 0.7662922144 - 0.7281360030 - 0.9851521850 - 0.9851521850 - 1.3843094110 - 1.3843094110 - 0.3252348602 - 0.3252348602 - -0.7483780384 - -0.7483780384 - 2.3191742897 - -0.0587558225 - -0.0587558225 - 1.9710370302 - 1.9710370302 - -2.3906636238 - -2.3906636238 - 0.6876712441 - 0.6876712441 - -2.3036115170 - 0.8379812241 - -2.3036115170 - -2.3561944962 - -2.3561944962 - 0.7853981853 - 0.7853981853 - -1.3142796755 - -1.3142796755 - -2.3280329704 - -2.3284237385 - -2.3280329704 - 2.1025204659 - -0.3997811079 - 2.1199493408 - 2.1025204659 - -2.5535900593 - -2.5535900593 - 1.4083071947 - -2.5269296169 - 1.4083071947 - 1.4928296804 - 1.4928296804 - -3.0214838982 - -3.0214838982 - 0.6049023867 - 0.6049023867 - -2.8661665916 - -2.8661665916 - -2.6779451370 - -2.6779451370 - -2.7149651051 - -2.7149651051 - -1.8018870354 - -1.7992929220 - -1.8018870354 - -0.1275095642 - -1.6456562281 - -0.1275095642 - -2.8030369282 - -2.8030369282 - 1.0563449860 - 1.0563449860 - 1.0563449860 - 1.8639832735 - 1.8639832735 - 0.6470472217 - 0.9556100965 - 0.9556100965 - -2.8632929325 - -0.1672539413 - -0.1672539413 - -0.1607627422 - -0.1607627422 - 2.5169572830 - 2.5169572830 - -0.6405856609 - -0.6405856609 - -2.8753407001 - 2.2699890137 - 2.2699890137 - -2.9441971779 - -2.9441971779 - -2.9441971779 - 2.0344438553 - 2.0344438553 - -0.4636476040 - 2.8923404217 - 2.8923404217 - -2.1555416584 - -2.1555416584 - 2.1477291584 - 2.1477291584 - -3.0443394184 - -3.0466408730 - -3.0466408730 - -3.0443394184 - -3.0466408730 - -3.0466408730 - -3.0443394184 - -3.0466408730 - -2.0965647697 - -2.0965647697 - -3.0735161304 - -3.0971775055 - -3.0735161304 - -3.0971775055 - -3.0971775055 - -3.1193740368 - -3.0961694717 - -3.0971775055 - -3.0971775055 - -3.1193740368 - -3.0971775055 - -3.0961694717 - -3.0971775055 - -3.0971775055 - -3.1193740368 - -3.0971775055 - -3.0961694717 - -3.0971775055 - -3.0961694717 - -3.0971775055 - -3.1193740368 - -3.0971775055 - -3.1193740368 - -3.0961694717 - -3.1193740368 - -3.1193740368 - 3.1415927410 - -3.1193740368 - -3.1193740368 - -3.1193740368 - -3.1193740368 - -3.1193740368 - -3.1193740368 - -3.1193740368 - -3.1193740368 - -3.1193740368 - -3.1193740368 - -3.1193740368 - -3.1193740368 - -3.1193740368 - -3.1193740368 - -3.1193740368 - 3.0750246048 - 3.0750246048 - 3.0750246048 - 3.0750246048 - 3.0735161304 - 3.0750246048 - 3.0735161304 - 3.0284416676 - 3.0488362312 - 3.0284416676 - 3.0284416676 - 3.0258333683 - 3.0258333683 - 3.0258333683 - 1.7359449863 - 1.7359449863 - -2.0344438553 - 0.7366563082 - -2.0344438553 - -2.3017029762 - -2.3017029762 - -2.7279033661 - -2.7279033661 - -2.1527013779 - 1.4105656147 - 1.4089589119 - 1.4105656147 - -2.1770339012 - -2.1770339012 - 2.7381737232 - 1.2085694075 - 1.2085694075 - 2.8295505047 - 2.8295505047 - 2.6011731625 - 2.6011731625 - -0.9544993639 - -0.9544993639 - 2.8305943012 - 2.7985687256 - 2.9229238033 - 2.9229238033 - 2.7868869305 - 2.7868869305 - 2.7868869305 - -2.9441971779 - -2.9441971779 - 0.8861791492 - 0.8861791492 - 0.7724118829 - 0.7724118829 - 0.1475680768 - 0.1475680768 - 2.7610862255 - 2.7610862255 - 0.5660548806 - 0.5660548806 - -0.7918496728 - 0.2674107850 - 2.6105625629 - 0.2674107850 - 2.6387493610 - 2.6387493610 - 2.6011731625 - 2.6387493610 - 2.6011731625 - -1.2490457296 - -1.2490457296 - 0.3587706685 - 0.3587706685 - 2.6224465370 - 2.6224465370 - 1.3775848150 - -0.7483780384 - -0.7483780384 - 2.4756233692 - 2.5213432312 - 2.5213432312 - 2.4756233692 - 2.4393358231 - 2.5213432312 - 2.4393358231 - 2.4393358231 - -0.7509290576 - -0.7509290576 - 2.4360244274 - 2.4360244274 - 2.4487130642 - -2.7211873531 - -2.7211873531 - -1.2765617371 - -1.2765617371 - 0.8408966660 - 0.8408966660 - -2.4558632374 - -2.4558632374 - -2.3978371620 - -2.3978371620 - 0.7266423702 - 0.7266423702 - 0.7378150821 - 0.7378150821 - 2.8422265053 - 2.8422265053 - 2.3456685543 - 2.3456685543 - -3.0466408730 - -3.0466408730 - -1.9607142210 - -1.9607142210 - 1.5444866419 - 1.5444866419 - 2.2248790264 - 2.2248790264 - -2.2784295082 - 2.0156667233 - 2.0156667233 - -1.9693187475 - 2.3561944962 - -1.9693187475 - 2.2924511433 - 2.2924511433 - 0.5926973820 - 0.5926973820 - 0.5949630737 - -3.0202405453 - -3.0202405453 - -3.0202405453 - -3.0202405453 - -3.0202405453 - -3.0202405453 - -3.0971775055 - -3.0971775055 - -3.0735161304 - 0.2476813644 - 0.2476813644 - -2.8802666664 - -3.0971775055 - -3.0735161304 - -3.0971775055 - -3.0971775055 - -3.1193740368 - -3.0971775055 - -3.0971775055 - -3.0961694717 - -3.0971775055 - -3.1193740368 - -3.0971775055 - -3.1193740368 - -3.0971775055 - -3.0961694717 - -3.0961694717 - -3.0971775055 - -3.0961694717 - -3.0971775055 - -3.1193740368 - -3.1193740368 - 3.1415927410 - -3.1193740368 - -3.1193740368 - -3.1193740368 - -3.1193740368 - -3.1193740368 - -3.1193740368 - -3.1193740368 - -3.1193740368 - -3.1193740368 - -0.7928054333 - -0.7928054333 - 3.0529367924 - 2.6087486744 - 3.0529367924 - 3.0735161304 - 3.0529367924 - 3.0735161304 - 3.0529367924 - 3.0735161304 - 3.0488362312 - 3.0488362312 - 3.0284416676 - 3.0284416676 - 3.0284416676 - 3.0488362312 - 3.0284416676 - 3.0284416676 - 3.0258333683 - 3.0258333683 - 3.0488362312 - 3.0060648918 - 3.0258333683 - 3.0258333683 - 3.0258333683 - 3.0258333683 - 3.0488362312 - 3.0060648918 - 3.0258333683 - 3.0258333683 - 2.5608363152 - 2.8279719353 - 2.5608363152 - 3.0258333683 - 3.0258333683 - 3.0258333683 - 3.0258333683 - 2.7950537205 - 2.7950537205 - -1.1001558304 - -1.1001558304 - 2.7468016148 - 2.7468016148 - 0.7366563082 - 0.7366563082 - -2.0344438553 - 2.9594242573 - 2.9594242573 - 2.9340963364 - 2.9594242573 - 2.9594242573 - 2.9594242573 - 2.9594242573 - 2.9594242573 - 2.9594242573 - 2.9594242573 - 2.9594242573 - 2.9594242573 - 2.9594242573 - 2.9594242573 - 2.9594242573 - 2.9594242573 - 2.9594242573 - 2.9546134472 - -1.5363272429 - -1.5363272429 - 2.8233757019 - 1.6107749939 - 1.6107749939 - -0.5738859177 - -0.5738859177 - 1.8200484514 - 1.8200484514 - 2.7270858288 - 2.7270858288 - 2.7413520813 - 2.7744188309 - 2.7413520813 - 2.7413520813 - 2.7270858288 - 2.7413520813 - 2.7547168732 - 2.7744188309 - 2.7413520813 - -2.2181885242 - -2.2181885242 - 2.5644004345 - 2.7413520813 - 2.7744188309 - 2.7413520813 - 2.7744188309 - 2.7413520813 - -0.7918496728 - 0.5660548806 - -0.7918496728 - 0.5912920833 - 0.5912920833 - 2.4505083561 - 2.4505083561 - 3.0872981548 - 3.0872981548 - 1.9965473413 - 1.1217107773 - 1.1217107773 - 2.4756233692 - 2.4756233692 - 2.4756233692 - -0.7853981853 - -0.7853981853 - -0.7123575807 - -0.7123575807 - 2.3561944962 - 2.3561944962 - -0.9865250587 - -0.9865250587 - -0.5567627549 - -0.5567627549 - -1.2097910643 - -1.2097910643 - 1.1978086233 - 1.1978086233 - -0.3120421171 - -0.3120421171 - -0.9248382449 - -0.9248382449 - 0.7419472933 - 0.7419472933 - 0.7419472933 - 0.7419472933 - 1.8018870354 - 1.8018870354 - 2.1688742638 - 2.1688742638 - 0.9827937484 - 0.9827937484 - 1.0397661924 - 1.0397661924 - -2.7149651051 - -2.7149651051 - -2.7686049938 - 3.1257209778 - 3.1257209778 - 1.8228923082 - 1.8228923082 - -0.0107522737 - -0.0107522737 - 2.0778949261 - 2.0778949261 - -1.5195591450 - -1.5195591450 - 0.6470472217 - 1.8639832735 - 0.6470472217 - -2.8966140747 - -2.8966140747 - 0.0333209969 - 0.0333209969 - -0.9246774316 - -0.9246774316 - 0.0298418850 - 0.0298418850 - 1.0855693817 - 1.0855693817 - 1.9080494642 - 1.9080494642 - -2.6303620338 - -2.6303620338 - 0.7906891108 - 0.7906891108 - 0.7853981853 - -2.3270764351 - -2.3270764351 - -2.3270764351 - -2.3270764351 - -2.3270764351 - -2.3270764351 - 2.3561944962 - 2.3561944962 - -1.9693187475 - 2.6537561417 - 2.6537561417 - 0.5949630737 - 0.5926973820 - 0.5949630737 - -1.4399689436 - -1.4399689436 - -1.3838170767 - 1.6256861687 - -0.6590900421 - 1.6256861687 - -0.7853981853 - -0.7853981853 - 3.0107653141 - 3.0107653141 - -3.0107653141 - -3.0107653141 - -3.0140831470 - -1.8081705570 - -1.8081705570 - 2.0468657017 - 2.0468657017 - -3.0466408730 - -3.0466408730 - -3.0443394184 - -3.1193740368 - -3.0735161304 - -3.0971775055 - -3.0971775055 - -3.1193740368 - -3.0971775055 - -3.1193740368 - -3.0971775055 - -3.1193740368 - -3.0971775055 - -3.0961694717 - -3.0971775055 - -3.1193740368 - -3.0961694717 - -3.0971775055 - -3.1193740368 - -3.0971775055 - -3.1193740368 - -3.0961694717 - -3.0971775055 - -3.1193740368 - -3.0971775055 - -3.1193740368 - -3.0961694717 - 0.9097531438 - 0.9220412970 - 0.9097531438 - 0.9220412970 - 2.9516043663 - 3.0051901340 - 2.9516043663 - 3.1415927410 - -3.1193740368 - 3.1415927410 - -3.1193740368 - -3.1193740368 - -3.1193740368 - 3.1415927410 - 3.1415927410 - 3.1198568344 - 2.4429328442 - 0.5269432068 - 2.4429328442 - 0.6151862144 - 0.6151862144 - 1.0703555346 - 1.0703555346 - 2.6334199905 - 2.6334199905 - 2.6279866695 - 2.6279866695 - 2.6334199905 - 2.6279866695 - 2.4980914593 - 2.4980914593 - 2.6087486744 - 2.6087486744 - 3.0529367924 - 3.0529367924 - 3.0735161304 - -3.1277046204 - -3.1277046204 - 2.7492525578 - 2.7492525578 - -2.6098685265 - -2.6098685265 - 2.0855803490 - 2.0855803490 - 1.8468933105 - 1.8468933105 - 2.8279719353 - 2.8279719353 - 2.5608363152 - 2.4558632374 - 2.4542398453 - 2.4558632374 - -1.2187520266 - -1.2187520266 - 2.9962825775 - 2.9962825775 - 2.9962825775 - 2.9724915028 - 2.9724915028 - 2.9340963364 - 2.9594242573 - 2.9340963364 - 2.3675575256 - 2.3675575256 - 2.9546134472 - 2.9594242573 - 2.9546134472 - 2.9286541939 - 2.5652174950 - 0.6646018624 - 2.5652174950 - 2.8233757019 - -1.5363272429 - 2.8233757019 - 2.7381737232 - -2.1770339012 - 2.7381737232 - -2.9409396648 - -2.9409396648 - 2.9051365852 - 2.9051365852 - 0.6470472217 - 0.6470472217 - -1.5267072916 - -1.5267072916 - -1.9914597273 - -1.9914597273 - 1.3140879869 - 1.3140879869 - 0.3366748095 - 2.7985687256 - -0.9544993639 - 2.8305943012 - 2.7985687256 - 2.2725193501 - 2.2725193501 - 0.8149753213 - 0.8149753213 - -1.4711276293 - -1.4711276293 - -1.4546546936 - -1.4546546936 - -1.4711276293 - -1.4546546936 - 1.7582254410 - 2.4534475803 - 2.4534475803 - 2.6571147442 - 2.6571147442 - 2.6571147442 - 2.6571147442 - -0.3729877174 - -0.3729877174 - 2.5088438988 - 2.5088438988 - 2.5088438988 - 2.5088438988 - 2.5088438988 - 2.5088438988 - 2.5088438988 - 2.8044586182 - 2.8044586182 - -0.7266423702 - -0.7266423702 - 2.3191742897 - -0.7483780384 - 2.3191742897 - 2.1462209225 - 2.1462209225 - 1.1659045219 - 1.1659045219 - 1.1547318697 - 2.9156334400 - 2.9156334400 - 0.7378150821 - 0.7378150821 - 0.7378150821 - 0.5404195189 - 0.5404195189 - -1.7656602859 - -1.7656602859 - -2.1854593754 - -2.1854593754 - -0.7788622975 - -0.7788622975 - -2.7686049938 - -2.7149651051 - -2.7686049938 - -1.4670039415 - -1.4670039415 - -2.1112158298 - -2.1112158298 - 1.8295671940 - 1.8295671940 - 0.7718854547 - 0.7718854547 - 1.0563449860 - 1.0563449860 - 1.0563449860 - 2.0626056194 - 2.0626056194 - -1.4570043087 - -1.4570043087 - -2.8590376377 - -2.8590376377 - -2.9441971779 - -2.9441971779 - -2.9441971779 - 0.5440426469 - 0.5440426469 - -0.6590900421 - -0.6590900421 - 1.6256861687 - -2.9594242573 - -2.9594242573 - 2.8150112629 - 2.8150112629 - 2.5234484673 - 2.5234484673 - -0.4636476040 - 2.0344438553 - -0.4636476040 - -2.9889433384 - -3.0140831470 - -2.9889433384 - 0.9570262432 - 0.9570262432 - -1.8244704008 - 2.3561944962 - 2.3561944962 - 2.4047000408 - 2.4037775993 - 2.4047000408 - -3.0971775055 - -3.0735161304 - -3.0971775055 - -3.0971775055 - -3.1193740368 - -3.0971775055 - -3.0971775055 - -3.0735161304 - -3.0971775055 - -3.0971775055 - -3.1193740368 - -3.0971775055 - -2.8802666664 - 0.2476813644 - -2.8802666664 - 0.9220412970 - 0.9220412970 - 0.9097531438 - 0.9220412970 - 0.9220412970 - 0.9220412970 - 0.9097531438 - 0.9220412970 - -3.1193740368 - -3.1193740368 - -3.1193740368 - 3.1415927410 - -3.1193740368 - -3.1193740368 - 2.2524020672 - 2.2524020672 - 2.3879299164 - 2.3879299164 - 2.9899871349 - 2.9899871349 - -1.8224862814 - -1.8224862814 - 1.7359449863 - 1.7359449863 - 3.0981416702 - 3.0764675140 - 3.0981416702 - 3.0971775055 - 1.8107625246 - 1.8107625246 - 2.4798212051 - 2.4798212051 - 3.0509328842 - 3.0509328842 - 1.2252407074 - 1.2252407074 - 2.4542398453 - 2.4542398453 - 2.4558632374 - 0.9964914918 - 0.9964914918 - -2.8166875839 - 0.8247479200 - 0.8247479200 - 0.8571701050 - 0.8571701050 - -1.9138202667 - -1.9138202667 - -2.9718143940 - -2.9718143940 - 1.2397001982 - 1.2397001982 - 1.3991682529 - 1.3991682529 - 0.0906598866 - 0.0906598866 - 0.1206236705 - -0.7853981853 - -0.7853981853 - 2.8674252033 - 2.8674252033 - 2.8387076855 - 2.8674252033 - -2.7279033661 - -2.7279033661 - 0.7733505368 - 0.7733505368 - 2.8095331192 - 2.8095331192 - 2.8095331192 - 2.7868869305 - 2.7868869305 - 2.7868869305 - 2.7868869305 - -0.9295525551 - -0.9295525551 - 2.7744188309 - 2.7270858288 - 2.7413520813 - 2.7744188309 - 2.7413520813 - 2.7744188309 - 2.7744188309 - 2.7413520813 - 2.7744188309 - 2.7413520813 - 2.7744188309 - 2.7413520813 - 2.1273956299 - 2.1273956299 - 2.1224513054 - 2.7960369587 - 2.7960369587 - 2.6779451370 - 2.6779451370 - 2.2920622826 - 2.2920622826 - 2.2398393154 - 2.2398393154 - 2.6779451370 - 2.6779451370 - 2.2302818298 - 2.2302818298 - 2.0187385082 - 2.0187385082 - 2.1442368031 - 2.1442368031 - 2.3273007870 - 2.3273007870 - 2.4756233692 - 2.4756233692 - 2.4756233692 - 2.3217253685 - 2.3217253685 - -0.7853981853 - -0.7483780384 - -0.7853981853 - -0.9774461985 - -0.9774461985 - -0.9720124602 - -0.9664908051 - -0.9640291929 - 0.3019511700 - 0.3019511700 - 0.3120421171 - 1.1547318697 - 1.1659045219 - 1.1547318697 - 0.8176450729 - 0.8176450729 - -2.4173426628 - -2.4173426628 - 0.7483780384 - 0.7483780384 - 0.7853981853 - 0.7378150821 - 0.7378150821 - 0.7378150821 - 0.7419472933 - 0.7419472933 - 0.7419472933 - 0.7419472933 - 0.7022569180 - 0.7022569180 - 1.6073653698 - 1.6073653698 - 0.5880026221 - 0.5880026221 - -0.6010737419 - -0.6010737419 - -2.2784295082 - 2.2248790264 - -2.2784295082 - -2.8590376377 - -2.8590376377 - -2.8590376377 - -2.8590376377 - -2.8501358032 - -2.8501358032 - -2.8501358032 - -2.8590376377 - -2.8590376377 - -2.8501358032 - -2.8501358032 - -2.9037566185 - -2.9037566185 - -2.9037566185 - -2.9037566185 - -2.9037566185 - -2.9037566185 - -3.0140831470 - -3.0107653141 - -3.0140831470 - -2.9889433384 - 2.4037775993 - 2.4037775993 - 2.4047000408 - -3.0750246048 - -3.0750246048 - 0.8241384625 - 0.8241384625 - 2.4227626324 - 2.4227626324 - 3.1198568344 - 3.1415927410 - 3.1198568344 - 0.2683662176 - 0.2683662176 - 3.0764675140 - 3.0764675140 - 3.0981416702 - 3.0971775055 - 3.0971775055 - 3.0764675140 - 3.0981416702 - 3.0971775055 - 2.3502066135 - 2.3502066135 - 2.5236263275 - 2.5236263275 - 1.3773690462 - 3.0258333683 - 3.0258333683 - 3.0258333683 - 3.0258333683 - 3.0258333683 - 3.0060648918 - 3.0258333683 - 3.0258333683 - 3.0258333683 - 3.0258333683 - 3.0060648918 - 3.0258333683 - 3.0258333683 - 3.0258333683 - 3.0258333683 - 3.0258333683 - 3.0060648918 - 3.0258333683 - -2.6383183002 - -2.6383183002 - 3.0258333683 - 3.0258333683 - 3.0258333683 - 3.0258333683 - 3.0258333683 - -2.8167839050 - -2.8167839050 - -2.1978669167 - -2.1978669167 - -2.1952066422 - 2.9996955395 - 2.9996955395 - 1.2160906792 - 1.2160906792 - -0.8263109922 - -0.8263109922 - 0.1206236705 - 0.0906598866 - 0.1206236705 - 1.8925468922 - 1.8925468922 - -1.7856117487 - -1.7856117487 - 2.8674252033 - 2.8674252033 - 1.0943288803 - 1.0943288803 - 2.8387076855 - 2.8674252033 - 2.8387076855 - 2.8387076855 - 2.8674252033 - 2.8674252033 - 2.8674252033 - 2.8387076855 - 2.8387076855 - 2.8674252033 - -2.9675474167 - -2.9675474167 - 0.3366748095 - 1.3140879869 - 0.3366748095 - 2.8198421001 - 2.8198421001 - 2.8095331192 - 2.7868869305 - 2.7868869305 - 2.7985687256 - 2.7868869305 - 2.7547168732 - 2.7413520813 - 2.7868869305 - 2.7547168732 - 2.7413520813 - 2.7413520813 - 2.7270858288 - 2.7413520813 - 2.7868869305 - 2.7547168732 - 2.7744188309 - 2.1224513054 - 2.1273956299 - 2.1224513054 - 0.2551823854 - 0.2551823854 - 0.1577687413 - 0.1577687413 - 1.0857615471 - 1.0857615471 - 1.8269476891 - 2.4756233692 - 2.4756233692 - 2.5088438988 - 2.5088438988 - 2.5088438988 - 2.5213432312 - 2.5213432312 - 2.5213432312 - 2.5213432312 - 2.5213432312 - 2.5213432312 - -0.7419472933 - -0.7419472933 - -0.7419472933 - 2.3239476681 - 2.3239476681 - -0.7266423702 - -0.7266423702 - 2.0778949261 - 2.0778949261 - 2.0778949261 - -0.9720124602 - -0.9774461985 - -0.9720124602 - -0.9664908051 - -0.9640291929 - -0.9640291929 - -0.9774461985 - -0.9720124602 - -0.9664908051 - -0.9640291929 - -1.5313431025 - -1.5313431025 - 0.3120421171 - 0.3019511700 - 0.3120421171 - 0.7853981853 - 0.7483780384 - 0.7853981853 - 0.7419472933 - 0.7419472933 - 0.7419472933 - 0.7419472933 - -2.6779451370 - -2.6779451370 - -2.5691328049 - -2.5691328049 - 1.5198200941 - 1.5198200941 - 2.4468543530 - 2.4468543530 - 2.4558632374 - 2.4558632374 - 2.3996453285 - 2.3996453285 - -2.7828218937 - -2.7828218937 - -2.7828218937 - -2.7828218937 - -2.7828218937 - -2.7828218937 - 1.7539070845 - 1.7539070845 - 0.3430239260 - 0.3430239260 - -2.9105019569 - -2.9105019569 - -2.9105019569 - 0.7341610193 - 0.7341610193 - 1.5940479040 - 1.5940479040 - -2.6728944778 - 2.2212176323 - 2.2108845711 - 2.1970577240 - 2.2212176323 - 2.0145790577 - 2.0145790577 - -2.3626461029 - -2.3626461029 - -3.0202405453 - -3.0202405453 - -0.7853981853 - -0.7853981853 - 3.0051901340 - 3.0051901340 - 2.9516043663 - 3.1415927410 - 3.1415927410 - 3.0244839191 - 3.0244839191 - 3.0051901340 - 3.0244839191 - 3.0244839191 - 3.0244839191 - 3.0051901340 - 3.0244839191 - 0.5269432068 - 0.5269432068 - 2.4429328442 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 1.3773690462 - 2.5236263275 - 1.3773690462 - 3.0529367924 - 2.6087486744 - 3.0529367924 - 3.0548543930 - 2.9996955395 - 2.9996955395 - 3.0060648918 - 3.0258333683 - 3.0258333683 - 3.0060648918 - 3.0258333683 - 3.0258333683 - 3.0258333683 - 3.0258333683 - 3.0258333683 - 3.0060648918 - 3.0258333683 - 3.0258333683 - -2.9406383038 - -2.9406383038 - 3.0258333683 - 3.0258333683 - 3.0258333683 - 1.0931309462 - 1.0931309462 - -2.1952066422 - -2.1978669167 - -2.1952066422 - 0.9397169352 - 0.9397169352 - -1.9195673466 - -1.9195673466 - -2.8166875839 - 0.9964914918 - -2.8166875839 - 0.3851574957 - 0.3851574957 - 2.5238368511 - 2.5238368511 - 2.5151474476 - 1.3808079958 - 1.3808079958 - 0.6278365850 - 0.6278365850 - 2.8899025917 - 2.9168815613 - 2.8966140747 - 2.8899025917 - -1.7282131910 - -1.7282131910 - 2.8966140747 - 2.8966140747 - 2.2960262299 - 2.2960262299 - 0.5001610518 - 0.5001610518 - -2.1587989330 - -2.1587989330 - 0.3064845502 - 0.3064845502 - -2.1622352600 - 1.7640078068 - 1.7640078068 - -0.6226707697 - -0.6226707697 - -0.6166480780 - -0.6166480780 - -0.6226707697 - -0.6166480780 - 2.5393052101 - 2.5393052101 - 2.5393052101 - 2.2044293880 - 2.2044293880 - 2.5088438988 - 2.5088438988 - 0.6915569305 - 0.6915569305 - -0.7419472933 - -0.7419472933 - -0.7419472933 - -0.7229793668 - -0.7229793668 - 2.3561944962 - 2.3561944962 - -0.7483780384 - -0.7483780384 - -0.7853981853 - 2.1224513054 - 2.1224513054 - 2.4116930962 - 2.4012091160 - 2.4116930962 - -0.9664908051 - -0.9774461985 - -0.9720124602 - -0.9664908051 - -0.9640291929 - -2.1036403179 - -2.1036403179 - 1.0714496374 - 1.0714496374 - -2.2105660439 - -2.2105660439 - 1.0724805593 - 1.0724805593 - 2.0634813309 - 2.0634813309 - 0.7853981853 - 0.7853981853 - 0.7968919277 - 0.7968919277 - 0.7604033947 - 0.7604033947 - -2.5608363152 - -2.5608363152 - 0.2741674483 - 0.2866212428 - 0.2741674483 - -2.9346003532 - -2.9346003532 - -2.7638258934 - -2.7638258934 - -2.8198421001 - -2.8198421001 - -0.4856221080 - -0.4856221080 - -2.8305943012 - -2.8305943012 - 2.9029834270 - 2.9029834270 - -2.4502556324 - -2.4502556324 - 2.2270472050 - 2.2270472050 - -2.9105019569 - -2.9105019569 - -2.9105019569 - -2.9105019569 - -2.6728944778 - 1.5940479040 - -2.6728944778 - -1.3796118498 - -1.3796118498 - 0.7647825480 - 0.7647825480 - 2.2108845711 - 2.2108845711 - 2.1970577240 - 2.2212176323 - 2.1970577240 - 2.2108845711 - 2.1970577240 - 2.2212176323 - -1.8244704008 - 0.9570262432 - -1.8244704008 - -3.0735161304 - -3.0735161304 - -3.0719380379 - -3.0735161304 - -3.0719380379 - -3.0735161304 - -3.0719380379 - -3.0735161304 - 3.1415927410 - 3.1415927410 - -1.6222971678 - -1.6222971678 - -3.1193740368 - -3.1193740368 - -3.1193740368 - -3.1198568344 - -3.1198568344 - -3.1193740368 - -3.1193740368 - -3.1198568344 - -3.0981416702 - 3.0051901340 - 3.0077817440 - 3.0244839191 - 3.0051901340 - 3.0244839191 - 3.0990650654 - 3.0990650654 - 3.1415927410 - 3.1415927410 - 3.0750246048 - 3.0750246048 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 1.4237179756 - 1.4237179756 - 3.0548543930 - 3.0529367924 - 3.0548543930 - 3.0529367924 - 3.0529367924 - 1.9576719999 - 1.9576719999 - 3.0258333683 - 3.0258333683 - 3.0258333683 - 3.0060648918 - 3.0258333683 - 3.0258333683 - 1.8724154234 - 1.8724154234 - 2.8526172638 - 2.8526172638 - 2.8279719353 - 2.8279719353 - 2.8119683266 - 2.8279719353 - 2.8119683266 - 2.8279719353 - -3.1007990837 - -3.1007990837 - -3.1007990837 - 3.0258333683 - 3.0258333683 - 3.0258333683 - 3.0258333683 - 3.0258333683 - 3.0258333683 - 3.0258333683 - 3.0258333683 - 3.0231027603 - 2.9996955395 - 3.0231027603 - 3.0258333683 - 3.0231027603 - 2.9996955395 - 3.0258333683 - 3.0258333683 - 3.0231027603 - 2.9996955395 - 3.0258333683 - 3.0258333683 - 1.7804361582 - 1.7804361582 - -2.6275291443 - 2.3377916813 - 2.3377916813 - -2.8555412292 - -2.8555412292 - 0.8124186397 - 0.8124186397 - -2.5020053387 - -2.6909313202 - -2.6909313202 - 0.8124186397 - -2.5020053387 - -2.6909313202 - -2.0769715309 - -0.3976279795 - -0.3976279795 - -2.9217975140 - -2.9217975140 - 2.5151474476 - 2.5238368511 - 2.5151474476 - 2.8501358032 - 2.8501358032 - 2.8966140747 - 2.9168815613 - 2.8966140747 - 2.8899025917 - 2.2505288124 - 2.2505288124 - 2.5459370613 - 2.5459370613 - 2.0303952694 - 2.0303952694 - 2.8095331192 - 2.8198421001 - 2.8095331192 - 2.8095331192 - 2.3561944962 - 2.3561944962 - -2.2058229446 - -2.2058229446 - 2.2735803127 - 2.2735803127 - 2.0019350052 - 2.0019350052 - -3.1016139984 - -3.1016139984 - 1.2237347364 - 3.1159572601 - 0.4287780225 - 3.1159572601 - 2.7610862255 - 2.7610862255 - 2.7610862255 - 2.7610862255 - 2.7610862255 - 2.7610862255 - 1.7515958548 - 1.7515958548 - 2.7118303776 - 2.7118303776 - 1.1583858728 - 1.1583858728 - 1.1629283428 - -0.8584387302 - -0.8584387302 - 2.7672591209 - 2.7672591209 - 0.5880026221 - 0.5880026221 - 2.5930433273 - 2.5930433273 - 2.5930433273 - 1.9397559166 - 1.9397559166 - -0.0175420605 - -0.0175420605 - 1.1224536896 - 1.1224536896 - -0.6760099530 - -0.6760099530 - 2.3561944962 - 2.3561944962 - -0.7454195023 - -0.7454195023 - -0.7454195023 - -0.7454195023 - -0.7454195023 - -0.7454195023 - 2.3818299770 - 2.3818299770 - -1.5505970716 - -1.5505970716 - 1.2899585962 - 1.2899585962 - 0.2866212428 - 0.2866212428 - 0.2741674483 - 2.6283404827 - 2.6283404827 - 1.9222410917 - 1.8925468922 - 1.9222410917 - 3.0791738033 - 3.0791738033 - -2.7610862255 - -2.7610862255 - -2.7610862255 - 2.2058229446 - 2.2058229446 - 0.4383365512 - 0.4383365512 - 2.4980914593 - 2.4980914593 - -0.3547056615 - -0.3547056615 - 2.2520945072 - 2.2520945072 - -2.8590376377 - -2.8590376377 - -2.8590376377 - -2.8590376377 - -2.8590376377 - -2.8590376377 - -2.8590376377 - -2.8590376377 - -2.8590376377 - -2.8590376377 - -2.8590376377 - -2.8590376377 - -2.8590376377 - -2.8590376377 - -2.8501358032 - -2.8501358032 - -2.8590376377 - -2.8590376377 - -2.8590376377 - -2.8501358032 - -2.8501358032 - -1.0303767920 - -1.0303767920 - 1.8973777294 - 1.8973777294 - 1.8510960340 - 1.8510960340 - 1.2028154135 - 1.2028154135 - -1.9802335501 - -1.9802335501 - 2.2860395908 - 2.2860395908 - 0.3356385529 - 0.3356385529 - 1.7681919336 - 1.7681919336 - -3.0488362312 - -3.0488362312 - -3.0488362312 - -3.0488362312 - -3.0488362312 - -2.4420754910 - -2.4420754910 - -2.4360244274 - -2.4360244274 - -2.4420754910 - -2.4360244274 - -3.0735161304 - -3.0971775055 - -3.0735161304 - -3.0750246048 - -3.1193740368 - -3.1193740368 - -3.0750246048 - 0.6947382689 - 0.6947382689 - -2.8584969044 - -2.8584969044 - 2.9134900570 - -3.1198568344 - -3.1198568344 - -2.7468016148 - -2.7468016148 - -0.6216599345 - -0.6216599345 - 3.0529367924 - 3.0750246048 - 3.0529367924 - 3.0529367924 - 2.8279719353 - 2.8526172638 - 2.8279719353 - 2.8119683266 - 2.8279719353 - 2.9996955395 - 3.0258333683 - 3.0231027603 - 2.9996955395 - 3.0258333683 - 2.0724003315 - 2.0724003315 - 2.5308666229 - -2.9229238033 - -2.9229238033 - 2.3561944962 - -2.6011731625 - 2.3561944962 - 2.5111911297 - 2.5111911297 - 1.9858710766 - 1.9858710766 - -1.8857902288 - -1.8857902288 - 2.9168815613 - 2.9168815613 - 2.8966140747 - 2.8899025917 - 2.6363024712 - 2.6363024712 - 2.8387076855 - 2.8387076855 - 2.8387076855 - 2.8674252033 - -0.0289773941 - -0.0289773941 - 1.4337301254 - 1.4337301254 - 2.8078904152 - 2.8078904152 - -2.1622352600 - 0.3064845502 - -2.1622352600 - 2.7985687256 - 2.7868869305 - 2.7985687256 - 1.2237347364 - -3.1016139984 - 1.2237347364 - 2.7868869305 - 2.7868869305 - 2.7547168732 - 2.7547168732 - 2.7413520813 - 2.7744188309 - 2.7744188309 - 0.4837791026 - 0.4837791026 - 1.3780956268 - 1.3780956268 - 2.7118303776 - 2.7118303776 - 1.1629283428 - 1.1583858728 - 1.1629283428 - 2.8491497040 - 2.8491497040 - 3.0309355259 - 3.0309355259 - 1.8269476891 - 1.0857615471 - 1.8269476891 - 2.7744188309 - 2.7744188309 - 2.5930433273 - 2.5930433273 - 2.5930433273 - -0.7419472933 - -0.7419472933 - 2.0988707542 - 2.0988707542 - 2.0778949261 - 2.0778949261 - 2.0778949261 - 2.4012091160 - 2.4012091160 - 2.4116930962 - -1.0516501665 - -1.0516501665 - -1.0303767920 - 0.9894161224 - -1.0303767920 - -1.0516501665 - -1.0303767920 - 0.9894161224 - 1.8925468922 - 1.8925468922 - -3.0172376633 - -3.0172376633 - -0.2782996595 - -0.2782996595 - 1.7110459805 - 1.7110459805 - -2.3561944962 - -2.3561944962 - 0.7583777308 - 0.7583777308 - 0.4557737708 - 0.4557737708 - 1.5042281151 - 1.5042281151 - -1.2397001982 - -1.2397001982 - -2.5308666229 - -2.5308666229 - 1.8925468922 - 1.8925468922 - 1.9222410917 - 0.6995171905 - 0.6995171905 - 2.3688521385 - 2.3688521385 - 0.9117062688 - 0.9117062688 - -2.8590376377 - -2.8590376377 - -2.8590376377 - -2.8590376377 - -2.8501358032 - -2.8590376377 - 0.3805063665 - 0.3805063665 - 0.9240378737 - 0.9240378737 - -2.8899025917 - -2.8899025917 - -2.9168815613 - -2.9168815613 - -2.9168815613 - -2.8899025917 - -2.9168815613 - -2.9168815613 - 2.3637132645 - 2.3637132645 - -2.9594242573 - -2.9594242573 - 2.1442368031 - 2.1442368031 - 0.2492521405 - -2.1238276958 - -2.1238276958 - -1.8207749128 - -1.8207749128 - -1.8007007837 - -1.8007007837 - -1.8207749128 - -1.8007007837 - -2.9996955395 - -2.9996955395 - -3.0488362312 - -3.0488362312 - -3.0488362312 - -3.0488362312 - -3.0488362312 - -3.0488362312 - -3.0488362312 - -3.0488362312 - 1.6856728792 - 1.6856728792 - 2.0100586414 - 2.0100586414 - -3.0971775055 - -3.0971775055 - -3.0971775055 - -3.0764675140 - -3.0735161304 - -3.0750246048 - 0.7792632580 - 0.7792632580 - 0.8038010001 - -2.5872850418 - -2.5872850418 - -3.0981416702 - -3.1198568344 - -3.0981416702 - 3.0077817440 - 3.0077817440 - 3.0051901340 - 3.0051901340 - 3.0077817440 - 3.0051901340 - 3.0221636295 - -1.7164247036 - -1.7164247036 - 2.1262900829 - 2.1262900829 - 2.0917060375 - 3.0509328842 - 3.0509328842 - 1.3156139851 - 1.3156139851 - -3.1007990837 - 2.8279719353 - 2.8526172638 - 2.8279719353 - 2.8119683266 - 2.8279719353 - -2.4468543530 - -2.4742865562 - -2.4468543530 - -2.6275291443 - 1.7804361582 - -2.6275291443 - 1.7307094336 - 1.7307094336 - -2.5020053387 - 0.8124186397 - -2.5020053387 - -2.6909313202 - 2.4167265892 - 2.4167265892 - -2.0769715309 - -2.6909313202 - -2.0769715309 - 0.5667291880 - 0.5667291880 - 2.9441971779 - 2.9441971779 - 0.9551764131 - 0.9551764131 - 0.9917220473 - 0.9917220473 - 0.7032306194 - 0.7032306194 - -1.4789501429 - -1.4789501429 - 1.4590193033 - 1.4590193033 - 1.3220863342 - 1.3220863342 - 2.8295505047 - 2.8295505047 - -0.8156919479 - -0.8156919479 - 0.8478169441 - 0.8478169441 - 0.8574382067 - 2.7985687256 - 2.7985687256 - 2.7985687256 - -1.4536875486 - -1.4536875486 - 2.8198421001 - 2.8198421001 - 0.7075416446 - 0.7075416446 - 2.6387493610 - 2.6387493610 - -2.4342961311 - -2.4342961311 - -0.3995154798 - -0.3995154798 - 2.6387493610 - 2.6387493610 - 2.0655219555 - 2.0655219555 - 0.3927606642 - 0.3927606642 - 2.5393052101 - 2.5393052101 - 2.5393052101 - 2.5393052101 - 2.4668517113 - -0.7266423702 - -0.7266423702 - -0.7378150821 - -0.7378150821 - -1.1420183182 - -1.1420183182 - -2.3561944962 - -2.3561944962 - -2.7468016148 - -2.7468016148 - 0.5298490524 - 0.5298490524 - -0.9802621007 - -0.9802621007 - -0.9521519542 - -0.9521519542 - -0.8725554347 - -2.6167969704 - -2.6167969704 - -2.5930433273 - -2.5930433273 - 1.7942728996 - 1.7942728996 - 1.7834413052 - 1.7834413052 - 1.7942728996 - 1.7834413052 - -0.9685089588 - -0.9685089588 - 2.1001925468 - 2.1001925468 - 1.1354430914 - 1.1354430914 - 2.3145518303 - 2.3145518303 - 0.4971079230 - 0.4971079230 - -0.6998928785 - -0.6998928785 - -0.5675376058 - -0.5675376058 - -2.9105019569 - -2.9105019569 - -2.9105019569 - -2.9105019569 - -2.9105019569 - -2.9441971779 - -2.9105019569 - -2.9441971779 - -2.9229238033 - -1.3775848150 - -1.3775848150 - -2.9168815613 - -2.8899025917 - -2.9168815613 - -2.9168815613 - -2.9229238033 - 2.6827759743 - 2.6827759743 - -2.9889433384 - -2.9889433384 - -3.0140831470 - -3.0202405453 - -3.0202405453 - -3.0202405453 - -3.0202405453 - -3.0202405453 - -3.0202405453 - -3.0735161304 - -3.0735161304 - -3.0488362312 - -3.0719380379 - -3.0735161304 - -3.0719380379 - -3.0719380379 - -3.0971775055 - -3.0971775055 - -3.0971775055 - -3.0971775055 - -3.0971775055 - -3.0971775055 - -3.0971775055 - -3.0764675140 - -3.0764675140 - -3.0971775055 - -3.0971775055 - -3.0764675140 - -3.0750246048 - -3.0750246048 - -3.1193740368 - -3.0750246048 - 2.9134900570 - -2.8584969044 - 2.9134900570 - 3.0077817440 - 3.0077817440 - 3.0051901340 - 3.1415927410 - 3.1415927410 - 2.2413179874 - 2.2413179874 - 2.0787696838 - 2.0787696838 - 0.1618374288 - 0.1618374288 - 0.8146296144 - 0.8146296144 - 0.2898464799 - 0.2898464799 - 3.0990650654 - 3.0990650654 - 3.0764675140 - 3.0764675140 - -3.0702850819 - -3.0702850819 - 3.0750246048 - 3.0750246048 - 3.0529367924 - 3.0529367924 - -3.1007990837 - 1.3156139851 - -3.1007990837 - -3.1007990837 - -3.0791738033 - -2.4742865562 - -2.4742865562 - -2.4468543530 - 2.8037145138 - 2.8037145138 - 2.5308666229 - 2.0724003315 - 2.5461828709 - 2.5308666229 - 2.9996955395 - 2.9802174568 - 2.9996955395 - 2.9764440060 - 2.9683470726 - 2.9683470726 - 2.9683470726 - -0.7853981853 - -0.7853981853 - 2.9683470726 - 2.9683470726 - 2.9683470726 - 2.9683470726 - 2.9683470726 - 2.9683470726 - 2.9683470726 - 2.6954870224 - 2.6954870224 - -1.3667783737 - -1.3667783737 - 2.5175695419 - 2.5175695419 - -2.9499442577 - -2.9499442577 - 0.9944211245 - 0.9944211245 - 2.9168815613 - 2.9168815613 - 2.8899025917 - 2.9168815613 - 2.1467149258 - 2.1467149258 - 3.0990650654 - 3.1106746197 - 3.0990650654 - 3.1106746197 - 1.7577755451 - 1.7577755451 - 0.1616213620 - 0.1616213620 - -2.5880591869 - -2.5880591869 - 2.8450467587 - 2.8450467587 - 1.0222469568 - 1.0222469568 - 0.8574382067 - 0.8478169441 - 0.8574382067 - 0.5307735205 - 0.5307735205 - 0.7390736938 - 0.7390736938 - 0.7390736938 - 0.7390736938 - 0.7390736938 - 0.7390736938 - 0.9114862680 - 0.9114862680 - 0.4287780225 - 0.4287780225 - 3.1159572601 - 0.7368925214 - 0.7368925214 - 0.8718870878 - 0.8718870878 - 2.0286300182 - -0.5516549945 - 2.0286300182 - 2.6167969704 - 2.6167969704 - 2.5393052101 - 2.5393052101 - 2.5393052101 - 2.4668517113 - -0.3126322627 - -0.3126322627 - 0.6510767341 - 0.2635638714 - 0.2635638714 - -1.1525720358 - -1.1525720358 - -1.1469286680 - -1.1469286680 - -1.1525720358 - -1.1469286680 - 2.3365890980 - 2.3365890980 - -0.6947382689 - -0.6947382689 - 2.3561944962 - 2.3561944962 - -0.6947382689 - 2.3561944962 - 2.4837040901 - 2.4837040901 - -1.8119139671 - -1.8119139671 - -2.3339760303 - -2.3339760303 - -1.6475682259 - -1.6322572231 - -2.4668517113 - -2.4668517113 - -2.3561944962 - -2.3561944962 - 0.8329812884 - 0.8329812884 - -2.3561944962 - -2.3561944962 - 1.4219063520 - 1.4219063520 - 0.7610127330 - 0.7610127330 - 0.7454195023 - 0.7454195023 - -2.4911711216 - -2.4911711216 - -0.8725554347 - -0.9521519542 - -0.8725554347 - 0.6588060260 - 0.6588060260 - 1.8157750368 - 1.8157750368 - -2.5782763958 - -2.5782763958 - 2.6344940662 - 2.6344940662 - 0.7649928331 - 0.7649928331 - 3.1415927410 - 1.0102868080 - 1.0102868080 - 1.7868813276 - 1.7868813276 - -2.7610862255 - -2.7744188309 - -2.7610862255 - -2.7610862255 - -2.8083484173 - -2.7744188309 - -2.7744188309 - -2.7610862255 - -2.8083484173 - -2.7744188309 - 0.5536813140 - 0.5536813140 - -1.4711276293 - -1.4711276293 - -2.8590376377 - -2.8590376377 - -2.8590376377 - -2.8501358032 - -2.8590376377 - 0.7746458650 - 0.7746458650 - 0.6146629453 - 0.6146629453 - -2.9105019569 - -2.9105019569 - -2.9105019569 - -2.9441971779 - -2.9168815613 - -2.9229238033 - -2.9168815613 - -2.9495446682 - -2.9495446682 - -1.1525720358 - -1.1525720358 - -1.8545904160 - -1.8545904160 - -0.8507256508 - -0.8507256508 - -3.0140831470 - -2.9889433384 - -3.0140831470 - -2.9889433384 - -2.9889433384 - -2.4393358231 - -2.4393358231 - -1.2610933781 - -1.2610933781 - 2.3887915611 - 2.3887915611 - 2.7574234009 - 2.7574234009 - -3.0258333683 - -3.0258333683 - -3.0488362312 - -3.0231027603 - -3.0488362312 - -3.0488362312 - -3.0488362312 - -0.1048769355 - -0.1048769355 - -3.0750246048 - -3.0971775055 - -3.0764675140 - -3.0735161304 - -3.0750246048 - 2.8798792362 - 2.8798792362 - 2.8632929325 - 2.8798792362 - 0.2275674939 - 0.2275674939 - -3.0981416702 - -3.1198568344 - -3.1198568344 - -3.0971775055 - -3.0981416702 - -3.0981416702 - 3.0221636295 - 3.0051901340 - 3.0221636295 - 2.3706862926 - 2.3706862926 - -1.7041466236 - -1.7041466236 - -2.2390856743 - -2.2584676743 - -2.2390856743 - -2.7251539230 - -2.7251539230 - 0.9448715448 - 0.9448715448 - 3.0750246048 - 3.0750246048 - -2.2455372810 - -2.2455372810 - 3.0764675140 - 3.0990650654 - 3.0764675140 - 3.0764675140 - 3.0764675140 - 3.0990650654 - 3.0764675140 - 3.0764675140 - 3.0529367924 - 3.0764675140 - 3.0764675140 - 3.0529367924 - 3.0529367924 - 3.0750246048 - 3.0529367924 - 3.0529367924 - 3.0529367924 - -2.7810266018 - -2.7810266018 - -3.0791738033 - -3.1007990837 - -3.0791738033 - -2.8387076855 - -2.8387076855 - 2.5461828709 - 2.5686264038 - 2.5461828709 - 2.5308666229 - 2.7798633575 - 2.7798633575 - 2.9802174568 - 2.9802174568 - 2.9996955395 - 2.9764440060 - 2.9764440060 - 2.9802174568 - 2.9996955395 - 2.9764440060 - 2.0385591984 - 2.0385591984 - -2.6011731625 - -2.6011731625 - 2.3561944962 - -2.0524599552 - -2.0524599552 - 2.0074234009 - 2.0074234009 - 2.9286541939 - 2.9286541939 - 2.9229238033 - 2.9229238033 - 2.9286541939 - 2.9229238033 - 2.2108845711 - 2.2108845711 - 2.8899025917 - 2.8899025917 - 1.1938871145 - 1.1938871145 - 2.8899025917 - 2.9168815613 - 2.8899025917 - 2.9168815613 - -0.8194758892 - -0.8194758892 - 0.1618374288 - 0.1618374288 - 0.5606870055 - 0.5606870055 - 2.7547168732 - 2.7868869305 - 2.7547168732 - -0.8029402494 - -0.8029402494 - -2.7367007732 - -2.7367007732 - 2.4668517113 - 2.5393052101 - 2.5393052101 - 2.4668517113 - -0.6786624789 - -0.6786624789 - 2.2655346394 - 2.2655346394 - -0.7305083275 - -0.7305083275 - 0.9894161224 - -1.0516501665 - -1.0303767920 - 0.9894161224 - -1.1254953146 - -1.1254953146 - -1.6475682259 - -2.3339760303 - -1.6475682259 - -1.6322572231 - -1.6322572231 - -2.3339760303 - -1.6475682259 - -1.6322572231 - -2.4009406567 - -2.4009406567 - -2.3036115170 - -2.3036115170 - 0.7328150868 - 0.7328150868 - 1.5707963705 - 1.5707963705 - -2.5393052101 - -2.5393052101 - 1.1071487665 - 1.1071487665 - 0.7583777308 - 0.7583777308 - -2.6779451370 - -2.6779451370 - 2.2416536808 - 2.2416536808 - 2.3436951637 - 2.3436951637 - -2.8083484173 - -2.7610862255 - -2.8083484173 - -2.7744188309 - 1.5579764843 - 1.5579764843 - 0.3848636448 - 0.3848636448 - 2.8661665916 - 2.8661665916 - 1.5469913483 - 1.5469913483 - 2.1587989330 - 2.1587989330 - -2.6779451370 - -2.6779451370 - -2.6658973694 - -2.6658973694 - -2.8753407001 - -2.8753407001 - 1.9154436588 - 1.9154436588 - -2.9105019569 - -2.9168815613 - -2.9105019569 - -2.9105019569 - 1.2047398090 - 1.2047398090 - -2.3864881992 - -2.3864881992 - -2.1910457611 - -2.1910457611 - 0.2492521405 - 2.1442368031 - 0.2492521405 - -1.6295521259 - -1.6295521259 - -3.0488362312 - -3.0258333683 - -3.0488362312 - -3.0258333683 - -3.0231027603 - -3.0231027603 - -3.0258333683 - -3.0488362312 - -3.0258333683 - -3.0231027603 - -3.0735161304 - -3.0735161304 - 0.8038010001 - 0.7792632580 - 0.8038010001 - 2.8798792362 - 2.8798792362 - 2.8632929325 - 2.8798792362 - -3.1198568344 - -3.1198568344 - 3.1415927410 - -3.0981416702 - -3.1198568344 - -3.1198568344 - -3.0981416702 - -3.1198568344 - 3.1415927410 - -3.0981416702 - -3.1198568344 - -3.1198568344 - -3.1198568344 - -3.1198568344 - 3.1415927410 - -3.0981416702 - -3.1198568344 - -3.1198568344 - -3.0971775055 - -3.0981416702 - -3.1198568344 - -3.1198568344 - -3.0971775055 - -3.0981416702 - -3.0981416702 - -3.1198568344 - -3.1198568344 - -3.0971775055 - -3.0981416702 - -3.0981416702 - 1.9352039099 - 1.9352039099 - -0.6274882555 - -0.6274882555 - -2.0427424908 - -2.0427424908 - 3.1415927410 - 3.1415927410 - 1.8925468922 - 1.8925468922 - -2.2584676743 - -2.2584676743 - -2.2390856743 - 2.0917060375 - 2.1262900829 - 2.0917060375 - 3.0764675140 - 3.0764675140 - 3.0764675140 - 3.0529367924 - 2.7100195885 - 2.7100195885 - 0.7076331973 - 0.7076331973 - 1.4237179756 - 1.4237179756 - 1.4237179756 - 1.4237179756 - 3.0258333683 - 3.0258333683 - 0.9600703716 - 0.9600703716 - 1.1839206219 - 1.1839206219 - 0.4983157814 - 0.4983157814 - 2.8966140747 - 2.8966140747 - 2.9168815613 - 2.9168815613 - 2.8899025917 - 2.9168815613 - 3.0990650654 - 2.1467149258 - 3.0990650654 - 3.1106746197 - 0.5516549945 - 0.5516549945 - 0.5298490524 - 0.5298490524 - 0.1118902639 - 0.1118902639 - 2.3291740417 - 2.3291740417 - 0.3861773908 - 0.3861773908 - 2.8198421001 - 2.8198421001 - 2.8095331192 - 2.8095331192 - 2.8198421001 - 2.8095331192 - -1.8113305569 - -1.8113305569 - 2.7985687256 - 2.7985687256 - 2.7985687256 - -0.7853981853 - -0.7853981853 - 1.2193515301 - 1.2193515301 - 2.7744188309 - 2.7744188309 - -1.1727820635 - -1.1727820635 - 0.0648440272 - 0.0648440272 - 0.3487710059 - 0.3487710059 - -2.8501358032 - -2.8501358032 - 0.8253768682 - 0.8253768682 - -2.6655232906 - -2.6655232906 - 0.7354397774 - 0.7354397774 - -2.4511461258 - -2.4511461258 - 3.1415927410 - 0.7649928331 - 3.1415927410 - 1.7393932343 - 1.7393932343 - 0.6528466344 - 0.6528466344 - -2.7744188309 - -2.7744188309 - -2.7610862255 - 2.5535900593 - 2.5535900593 - 2.5329034328 - 2.2455372810 - 2.2455372810 - 1.7261605263 - 1.7261605263 - -2.8753407001 - -2.8753407001 - -2.9168815613 - -2.9105019569 - -2.9168815613 - -2.9105019569 - -2.9105019569 - -2.9229238033 - -2.9441971779 - -2.9229238033 - -2.9229238033 - -2.9168815613 - -2.9229238033 - -2.9229238033 - -2.8899025917 - -2.9229238033 - 1.8580777645 - 1.8580777645 - -0.9048271179 - -0.9048271179 - 0.7908034921 - 0.7908034921 - 2.7459030151 - 2.7459030151 - -0.9797634482 - -0.9797634482 - -3.0231027603 - -3.0231027603 - -1.8637087345 - -1.8637087345 - -3.0488362312 - -3.0488362312 - -3.0735161304 - -3.0509328842 - -3.0509328842 - -3.0509328842 - -1.8125492334 - -1.8125492334 - -1.7865625620 - -1.7865625620 - -1.8125492334 - -1.7865625620 - 2.6276729107 - 2.6276729107 - 2.8632929325 - 2.8798792362 - 2.8632929325 - 2.8798792362 - 3.1415927410 - -3.1198568344 - 3.1415927410 - -3.1198568344 - -3.0981416702 - -3.1198568344 - -3.1198568344 - -3.1198568344 - 3.1415927410 - -3.1198568344 - -3.0981416702 - -3.1198568344 - 2.9816794395 - 2.9816794395 - 2.9267773628 - 2.9267773628 - -0.6267428994 - -0.6267428994 - 3.0990650654 - 3.0990650654 - 3.0981416702 - 3.0778493881 - 3.0981416702 - 3.0990650654 - 3.0981416702 - 3.0778493881 - 2.9683470726 - 2.9683470726 - 3.0764675140 - 3.0764675140 - 3.0764675140 - 3.0529367924 - 3.0284416676 - 3.0284416676 - 3.0060648918 - 3.0284416676 - 3.0284416676 - 3.0284416676 - 3.0060648918 - 3.0284416676 - 2.8119683266 - 2.8119683266 - 2.8119683266 - 2.8279719353 - 3.0258333683 - 3.0284416676 - 3.0258333683 - 2.8279719353 - 2.8119683266 - 2.8119683266 - 2.8279719353 - 2.5748634338 - -2.0497100353 - -2.0497100353 - -0.7990959287 - -0.8063741326 - -0.7990959287 - 1.5560915470 - 1.5560915470 - -2.6367313862 - -2.6367313862 - 0.5358112454 - 0.5358112454 - -0.6168012023 - -0.6168012023 - 1.4442042112 - 1.4442042112 - -0.9248382449 - -0.9248382449 - -2.8781950474 - -2.8781950474 - 1.0240074396 - 1.0240074396 - 0.5290304422 - 0.5290304422 - -2.5393052101 - -2.5393052101 - -0.3865063190 - -0.3865063190 - 2.8473579884 - 2.8473579884 - 2.8473579884 - 2.8473579884 - 0.5352737308 - 0.5352737308 - 2.4163627625 - 2.4163627625 - -0.0166651234 - -0.0166651234 - 0.7693567872 - 0.7693567872 - -0.0140835755 - -0.0140835755 - -0.5516549945 - -0.5516549945 - 2.0286300182 - -0.3777666688 - -0.3777666688 - 2.0131704807 - 2.0131704807 - 1.0102868080 - 1.0102868080 - 0.6510767341 - -0.3126322627 - 0.6510767341 - 2.1112158298 - 2.1112158298 - -1.8113305569 - -1.8113305569 - -1.8000282049 - -1.8000282049 - -2.8842689991 - -2.8842689991 - 0.8345388770 - 0.8345388770 - -2.4196014404 - -2.4196014404 - 2.2757234573 - 2.2684206963 - 2.2597208023 - -2.3805799484 - -2.3805799484 - 0.7583777308 - 0.7583777308 - -2.2636759281 - -2.2636759281 - -0.3257991076 - -0.3257991076 - 2.2352917194 - 2.2352917194 - 1.8396368027 - 1.8396368027 - 1.3335895538 - 1.3335895538 - 0.4324077666 - 0.4324077666 - 0.6435011029 - 0.6435011029 - 2.5329034328 - 2.5535900593 - 2.5329034328 - 1.6162196398 - 1.6162196398 - -1.5707963705 - -1.5707963705 - -2.9105019569 - -2.9105019569 - -2.9168815613 - -2.9229238033 - -2.9229238033 - -2.9229238033 - -2.8899025917 - -2.9229238033 - -2.9168815613 - 1.7604099512 - 1.7604099512 - 0.6857295036 - 0.6857295036 - 1.0706353188 - 1.8562592268 - 1.0706353188 - 2.4298863411 - 2.4298863411 - 1.9322372675 - 1.9322372675 - 1.1643778086 - 0.7105383277 - 0.7105383277 - 0.6917502284 - 0.6917502284 - -0.1325515360 - -0.1325515360 - -3.0981416702 - -3.0981416702 - -3.1198568344 - -3.0981416702 - -3.0981416702 - -3.0990650654 - -3.1198568344 - -2.9576492310 - -2.9576492310 - -0.5478635430 - -0.5478635430 - 3.0778493881 - 3.0990650654 - 3.0981416702 - 3.0778493881 - 3.0529367924 - 3.0529367924 - 3.0309355259 - 3.0529367924 - 3.0529367924 - 3.0529367924 - 3.0529367924 - 3.0309355259 - 3.0060648918 - 3.0284416676 - 3.0060648918 - 3.0284416676 - 0.3782939911 - 0.3782939911 - -1.5841288567 - -1.5841288567 - 3.0284416676 - 3.0060648918 - 3.0284416676 - 3.0258333683 - 2.8119683266 - 2.8119683266 - 2.8119683266 - 2.8279719353 - 2.5748634338 - 2.5686264038 - 2.5686264038 - 2.5461828709 - 2.5686264038 - -3.0791738033 - -3.0791738033 - 3.0029528141 - 3.0029528141 - 3.0029528141 - 3.0029528141 - 3.0029528141 - 3.0284416676 - 1.1071487665 - 1.1071487665 - 2.9996955395 - 2.9996955395 - -0.8063741326 - -0.8063741326 - -0.7990959287 - 0.0399786867 - 0.0399786867 - 0.1809264570 - 0.1809264570 - -0.9248382449 - -0.9248382449 - 2.4227626324 - 2.4227626324 - 1.4864896536 - 1.4864896536 - -1.1466019154 - -1.1466019154 - 2.8473579884 - 2.8473579884 - 2.8473579884 - 2.8473579884 - 0.9600703716 - 0.9600703716 - 1.6142472029 - 1.6142472029 - -1.4670039415 - -1.4670039415 - 0.5667291880 - 0.5667291880 - 2.7413520813 - 2.7413520813 - 2.6779451370 - 2.6779451370 - 2.7270858288 - 2.7270858288 - 2.6779451370 - 2.7270858288 - 2.6940727234 - 2.7118303776 - 2.7118303776 - -2.5726094246 - -2.5726094246 - 1.8076450825 - 1.8076450825 - 2.3754229546 - 2.3754229546 - 2.3961732388 - 2.3961732388 - 2.3561944962 - 2.3561944962 - 2.3932147026 - 2.3932147026 - 2.4149503708 - 2.4149503708 - -1.0014830828 - -1.0014830828 - 2.0701429844 - 2.0701429844 - -0.5052902102 - -0.5052902102 - -0.7463119626 - -0.7463119626 - -0.7404845953 - -2.3757998943 - -2.3757998943 - 2.2757234573 - -2.4196014404 - 2.2757234573 - 2.2684206963 - 2.2597208023 - 0.7853981853 - 0.7853981853 - 1.2870022058 - 1.2870022058 - 0.7454195023 - 0.7454195023 - 0.6747409701 - 0.6747409701 - -0.8916630149 - -0.8916630149 - 2.6167969704 - 2.6167969704 - 2.5110149384 - 2.5110149384 - 1.5385494232 - 1.5385494232 - -1.1659045219 - -1.1659045219 - 2.3295340538 - 2.3295340538 - -1.6506263018 - -1.6506263018 - 0.5481234789 - 0.5481234789 - 0.5070984960 - 0.8190932870 - 0.8190932870 - -2.3561944962 - -2.3561944962 - 2.5562782288 - 2.5562782288 - -1.8989162445 - 2.3784129620 - 2.3784129620 - -0.2160849720 - -0.2160849720 - -2.8899025917 - -2.9229238033 - -2.9229238033 - -2.8899025917 - -2.9229238033 - 1.0229327679 - 1.0229327679 - 2.8753407001 - 2.8753407001 - -3.0258333683 - -3.0488362312 - -3.0258333683 - -3.0231027603 - -3.0488362312 - -3.0488362312 - -3.0509328842 - -3.0488362312 - -3.0509328842 - -3.0509328842 - -3.0509328842 - -3.0529367924 - -3.0509328842 - -3.0488362312 - -3.0509328842 - -3.0509328842 - -3.0509328842 - -3.0529367924 - -0.1996838897 - -0.1996838897 - -3.0750246048 - -3.0750246048 - -1.7189563513 - -1.7189563513 - -3.1207623482 - -3.1207623482 - -2.6399886608 - -2.6399886608 - 3.0750246048 - 3.0750246048 - 3.0999500751 - 3.0999500751 - 3.0999500751 - 3.0990650654 - 3.0990650654 - 3.0990650654 - 3.0990650654 - 3.0999500751 - 3.0999500751 - 3.0990650654 - 3.0990650654 - 3.0990650654 - 3.0778493881 - 3.0778493881 - 3.0284416676 - 3.0284416676 - 3.0309355259 - 3.0529367924 - 3.0309355259 - -2.8198421001 - -2.8198421001 - 3.0529367924 - 3.0529367924 - 3.0529367924 - 3.0309355259 - 3.0060648918 - 3.0060648918 - 3.0309355259 - 3.0284416676 - 2.5748634338 - 2.8119683266 - 2.8279719353 - 2.5748634338 - 3.0029528141 - 3.0060648918 - 3.0029528141 - 3.0029528141 - 3.0029528141 - 3.0060648918 - 2.1740262508 - 2.1740262508 - 2.4625873566 - 2.4625873566 - -2.4587743282 - -2.4587743282 - -3.0060648918 - -3.0060648918 - -1.0787011385 - -1.0787011385 - -1.0707275867 - -1.0707275867 - -1.0787011385 - -1.0707275867 - 2.8295505047 - 2.8295505047 - 2.8295505047 - 2.7901477814 - 2.6779451370 - 2.6779451370 - 0.1798534989 - 0.1798534989 - 2.3561944962 - 2.3561944962 - 2.3191742897 - 2.3191742897 - 0.0000000000 - 0.0000000000 - 2.3561944962 - 2.3561944962 - 2.3906636238 - 2.3906636238 - 2.2730531693 - 2.2747423649 - 2.2730531693 - 2.3561944962 - 2.3561944962 - 2.0778949261 - 2.0778949261 - -0.1082705930 - -0.1082705930 - 2.0988707542 - 2.0988707542 - -1.0191413164 - 2.1224513054 - -1.0191413164 - -0.7404845953 - -0.7463119626 - -0.7404845953 - 1.5385494232 - 1.5385494232 - -2.1341125965 - -2.1341125965 - 1.1659045219 - 1.1659045219 - -2.2655346394 - 1.4259837866 - 1.4259837866 - 2.2684206963 - -2.4196014404 - 2.2757234573 - 2.2684206963 - 2.2597208023 - 2.2597208023 - -2.4196014404 - 2.2757234573 - 2.2684206963 - 2.2597208023 - 1.2160906792 - 1.2160906792 - 0.7961504459 - 0.7961504459 - 0.6857295036 - 0.6857295036 - -2.4879567623 - -2.4879567623 - 0.3625442386 - 0.3625442386 - 2.2201969624 - 2.2201969624 - 0.5493744612 - 0.5493744612 - -0.4297622740 - -0.4297622740 - 2.4043500423 - 2.4043500423 - -2.9105019569 - -2.9168815613 - -2.9105019569 - -2.3346924782 - -2.3346924782 - -2.3344588280 - -1.7547397614 - -2.0600793362 - -1.7547397614 - 1.0265158415 - 2.9675474167 - 2.9675474167 - -2.3452060223 - -2.3452060223 - -2.9229238033 - -2.9229238033 - -2.9229238033 - -2.8899025917 - -2.9229238033 - 2.7631652355 - 2.7631652355 - -0.8103929758 - -0.8103929758 - 3.0617625713 - 3.0617625713 - 0.9723774195 - 0.9723774195 - -1.5268685818 - -1.5268685818 - -2.9927027225 - -2.9927027225 - -2.9927027225 - -3.0509328842 - -3.0488362312 - -3.0529367924 - -3.0509328842 - -3.0509328842 - -3.0509328842 - 0.7583777308 - 0.7583777308 - -3.0529367924 - -3.0529367924 - 2.9733858109 - 2.9733858109 - 1.8568477631 - 1.8568477631 - -3.1198568344 - 3.1415927410 - -3.1198568344 - -3.1198568344 - 3.0077817440 - 3.0077817440 - 3.1415927410 - 3.1415927410 - 3.1207623482 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1207623482 - 3.1415927410 - 3.1415927410 - -0.0238050260 - -0.0238050260 - 1.1659045219 - 1.1659045219 - 3.1207623482 - 3.1207623482 - 3.0778493881 - 3.0990650654 - 3.0990650654 - 3.0990650654 - 3.0990650654 - 3.0778493881 - 1.7992929220 - 1.7992929220 - 2.9764440060 - 2.9764440060 - 2.7859568596 - 2.7859568596 - 3.0309355259 - 3.0529367924 - 3.0529367924 - 3.0309355259 - -0.7188299894 - -0.7188299894 - 2.7886023521 - 2.7886023521 - 2.7798633575 - 2.7886023521 - 2.7798633575 - 2.7886023521 - 2.7798633575 - 2.7886023521 - 2.7886023521 - 2.7886023521 - 2.7798633575 - 2.7886023521 - 2.7886023521 - 3.0029528141 - 3.0029528141 - 3.0029528141 - 3.0029528141 - 3.0060648918 - 3.0029528141 - -1.7547397614 - -1.7547397614 - 2.1848154068 - 2.1848154068 - -2.4729790688 - -2.4729790688 - -0.6313489079 - -0.6313489079 - 0.8058034778 - 0.8058034778 - 0.7989108562 - 0.7989108562 - 0.8058034778 - 0.7989108562 - -2.5860989094 - -2.5860989094 - 2.8473579884 - 2.8473579884 - 2.8473579884 - 2.8473579884 - 2.3291740417 - 2.3291740417 - 0.0000000000 - 0.0000000000 - 2.8295505047 - 2.8295505047 - 2.8295505047 - 2.7901477814 - 2.0576956272 - 2.0576956272 - 2.7418115139 - 2.7418115139 - 0.0289773941 - -3.0244839191 - 0.0289773941 - 0.7657928467 - 0.7657928467 - 0.4685736895 - 0.4685736895 - 2.2775690556 - 2.2775690556 - 1.7761917114 - 1.7761917114 - 2.3884413242 - 2.3884413242 - 2.2747423649 - 2.2747423649 - 2.2730531693 - 2.3561944962 - 2.3561944962 - -0.9928944111 - -0.9928944111 - -0.9723774195 - 2.1224513054 - 2.1224513054 - -1.0191413164 - 2.9951083660 - 2.9951083660 - -0.4868992269 - -0.4868992269 - -0.0855052918 - -0.0855052918 - 0.8224182725 - 0.8224182725 - 0.7454195023 - 0.7454195023 - 0.7665324807 - 0.7665324807 - 0.7509290576 - 0.7509290576 - -2.1794855595 - -2.1794855595 - -2.1730837822 - -2.6167969704 - -2.6167969704 - -1.9890207052 - -1.9890207052 - -2.6387493610 - -2.6387493610 - 2.6535596848 - 2.6535596848 - -0.0249947943 - -0.0249947943 - 2.6224465370 - 2.6224465370 - -0.6350267529 - 0.5317240953 - 0.5317240953 - 2.3239476681 - 2.3239476681 - -0.7188299894 - -0.7188299894 - -2.7112660408 - -2.7112660408 - -2.7049655914 - -2.7049655914 - -2.7112660408 - -2.7049655914 - -2.8501358032 - -2.8501358032 - -1.4382448196 - -1.4382448196 - 2.3036115170 - 2.3036115170 - 3.0172376633 - 3.0172376633 - -2.3344588280 - -2.3346924782 - -2.3344588280 - 1.0265158415 - -1.7547397614 - 1.0265158415 - -2.8899025917 - -2.9168815613 - -2.8899025917 - -2.9229238033 - 1.1920504570 - 1.1920504570 - 1.1832724810 - 1.1832724810 - 1.1920504570 - 1.1832724810 - 2.5079596043 - 2.5079596043 - 2.5136113167 - 2.5136113167 - 2.5161075592 - -2.9849908352 - -2.9594242573 - -2.9849908352 - -1.6148853302 - -1.6148853302 - -0.7853981853 - -0.7853981853 - -2.9962825775 - -2.9962825775 - 1.8562592268 - 1.6926387548 - 1.8562592268 - 1.0706353188 - -0.4684552550 - -0.4684552550 - -2.9927027225 - -2.9962825775 - -2.9927027225 - -2.9927027225 - 1.1643778086 - 1.9322372675 - 1.1643778086 - -3.0529367924 - -3.0529367924 - -3.0509328842 - -3.0509328842 - -3.0735161304 - -3.0509328842 - 2.8632929325 - 2.8798792362 - 2.8632929325 - 2.8632929325 - 2.8632929325 - -3.0990650654 - -3.0990650654 - -3.0990650654 - -3.1198568344 - -0.9237491488 - -0.9237491488 - 2.9094889164 - 2.9094889164 - -0.9237491488 - 2.9094889164 - 0.5510736108 - 0.5510736108 - -3.1203193665 - -3.1203193665 - 3.1415927410 - -3.1203193665 - 3.1415927410 - 3.1207623482 - 3.1415927410 - 3.1415927410 - 3.1203193665 - 3.1203193665 - 3.0999500751 - 3.0990650654 - 3.0999500751 - 3.0999500751 - 3.0999500751 - 3.0999500751 - 3.0990650654 - 3.0990650654 - 3.0990650654 - 3.0999500751 - 3.0999500751 - 3.0999500751 - 3.0990650654 - 3.0990650654 - 3.0990650654 - 3.0999500751 - 3.0999500751 - 3.0999500751 - 3.0990650654 - 3.0990650654 - -0.8329812884 - -0.8329812884 - 2.8706457615 - 2.8706457615 - -2.9304993153 - -2.9304993153 - -0.8198672533 - -0.8198672533 - -0.8029402494 - 3.0060648918 - 3.0060648918 - 3.0060648918 - 3.0060648918 - 2.5686264038 - 2.5686264038 - 2.5686264038 - 3.0258333683 - 3.0060648918 - 3.0029528141 - 3.0258333683 - 3.0060648918 - 2.7886023521 - 2.7886023521 - 2.7798633575 - 2.7886023521 - 2.7886023521 - 3.0029528141 - 3.0029528141 - 3.0284416676 - 3.0029528141 - 3.0060648918 - 3.0284416676 - 3.0284416676 - 3.0029528141 - 3.0060648918 - 3.0284416676 - 3.0029528141 - 3.0284416676 - 2.5213432312 - 2.5213432312 - 2.9724915028 - 2.9724915028 - 2.2061674595 - 2.2061674595 - 0.5601213574 - 0.5601213574 - -3.0975036621 - 1.7938272953 - 1.7938272953 - 2.0947155952 - 2.0947155952 - 2.0899424553 - -2.0823523998 - -2.0823523998 - 2.4980914593 - -1.5829908848 - -1.5829908848 - 2.9229238033 - 2.9229238033 - -0.5070984960 - -0.5070984960 - 2.7901477814 - 2.8295505047 - 2.8295505047 - 2.7901477814 - -3.0244839191 - -3.0244839191 - 0.0289773941 - 2.7413520813 - 2.7413520813 - 2.6940727234 - 2.7270858288 - 2.6940727234 - -1.8322751522 - -1.8322751522 - 0.2368487567 - 2.4121360779 - 0.2368487567 - -0.9827937484 - -0.9827937484 - -2.4061529636 - -2.4061529636 - -2.4149503708 - 2.3864881992 - 2.3864881992 - 2.3996453285 - 2.3996453285 - -0.6202495098 - -0.6202495098 - -1.0040670633 - -1.0040670633 - -0.9827937484 - -0.9723774195 - -0.9723774195 - -1.0040670633 - -0.9928944111 - -0.9723774195 - 2.8295505047 - 2.8198421001 - 2.8295505047 - 1.0584068298 - 1.0584068298 - -1.2341215611 - -1.2341215611 - -1.2288465500 - 1.7529646158 - 1.7529646158 - 1.7506498098 - -2.1587989330 - -2.1587989330 - 0.7531512976 - 0.7531512976 - 0.7229793668 - -2.1730837822 - -2.1794855595 - -2.1730837822 - -1.5604873896 - -1.5604873896 - -2.6387493610 - -2.6387493610 - -2.6257836819 - -2.6257836819 - 1.0779598951 - 1.0779598951 - -0.6350267529 - 2.6224465370 - -0.6350267529 - 1.3258177042 - 1.3258177042 - -0.8253768682 - -0.8253768682 - 1.3713557720 - 1.3713557720 - 1.9195673466 - 1.9195673466 - -3.1186082363 - -3.1186082363 - 0.5070984960 - 0.5481234789 - 0.5070984960 - 2.0831856728 - 2.0831856728 - -1.8989162445 - 2.5562782288 - -1.8989162445 - -2.0600793362 - -2.0600793362 - -1.7547397614 - 1.1631648540 - 1.1631648540 - -2.9168815613 - -2.9168815613 - -2.8899025917 - -2.9229238033 - 2.6391713619 - 2.6391713619 - -1.0528090000 - -1.0528090000 - 1.2370941639 - 1.2370941639 - 2.3251485825 - 2.3251485825 - -2.9594242573 - -2.9594242573 - -2.9849908352 - 1.0697829723 - 1.0697829723 - -3.0509328842 - -3.0719380379 - -3.0509328842 - -3.0509328842 - -3.0029528141 - -3.0509328842 - -2.0767467022 - -2.0767467022 - -3.0750246048 - -3.0750246048 - -3.0981416702 - -3.0981416702 - -3.0750246048 - -3.0981416702 - -3.0981416702 - -3.0981416702 - -3.0981416702 - -3.0981416702 - 2.8632929325 - 2.8632929325 - 2.8632929325 - 2.8632929325 - 1.2167989016 - 1.2167989016 - -0.0322468840 - -0.0322468840 - -0.5984188914 - -0.5984188914 - 0.3101680577 - 0.3101680577 - -0.3769092560 - -0.3769092560 - 3.1207623482 - -3.1203193665 - 3.1415927410 - 3.1415927410 - 3.1207623482 - 3.1415927410 - 1.8622530699 - 1.8622530699 - 3.1207623482 - 3.1207623482 - 0.6107259393 - 0.6107259393 - -0.7796839476 - -0.7796839476 - 3.0990650654 - 3.1203193665 - 3.0999500751 - 3.0990650654 - 3.0990650654 - 3.0999500751 - 3.0999500751 - 3.0999500751 - 3.0990650654 - 3.0990650654 - 2.4044330120 - 2.4044330120 - 3.0778493881 - 3.0778493881 - 3.0548543930 - 3.0778493881 - 3.0778493881 - 3.0778493881 - 3.0548543930 - 3.0778493881 - 3.0778493881 - -2.8198421001 - -2.8198421001 - -2.9889433384 - -2.9889433384 - -3.0648207664 - 3.0309355259 - 3.0309355259 - 3.0333220959 - -0.8029402494 - -0.8198672533 - -0.8029402494 - 3.0309355259 - 3.0309355259 - 3.0309355259 - 3.0060648918 - 3.0309355259 - 3.0284416676 - 3.0060648918 - -3.0791738033 - -3.0791738033 - -3.0791738033 - 3.0060648918 - 3.0060648918 - 3.0029528141 - 3.0258333683 - 3.0060648918 - 3.0029528141 - 3.0060648918 - 3.0029528141 - 3.0029528141 - 3.0284416676 - 3.0060648918 - 3.0284416676 - 2.9802174568 - 3.0029528141 - 2.9802174568 - 2.9802174568 - 2.9764440060 - 2.9764440060 - 2.9802174568 - 2.9764440060 - -0.6407837272 - -0.6407837272 - 2.9441971779 - 2.9441971779 - 2.9441971779 - -3.0975036621 - 0.5601213574 - -3.0975036621 - 2.9340963364 - 2.9340963364 - 2.9340963364 - 2.9340963364 - 2.9090356827 - 2.9090356827 - 2.0899424553 - 2.0947155952 - 2.0899424553 - 2.4980914593 - -2.0823523998 - 2.4980914593 - 0.4150747359 - -2.8406724930 - -2.8406724930 - -2.8373842239 - -2.8373842239 - -2.8406724930 - -2.8373842239 - 3.0735161304 - 3.0735161304 - 2.8659632206 - -2.2086265087 - 2.8659632206 - 2.4367649555 - 2.4367649555 - 2.6108191013 - 2.6108191013 - 0.0348695815 - 0.0348695815 - -0.5924273729 - -0.5924273729 - 2.7233684063 - 2.7233684063 - -2.4149503708 - -2.4061529636 - -2.4149503708 - -0.9827937484 - -1.0040670633 - -0.9827937484 - 2.1112158298 - 2.1112158298 - 2.8198421001 - 2.8198421001 - 2.8295505047 - -1.2288465500 - -1.2341215611 - -1.2288465500 - 1.7506498098 - 1.7529646158 - 1.7506498098 - 1.5316007137 - 1.5316007137 - -2.2655346394 - 1.1659045219 - -2.2655346394 - 0.8341400027 - 0.8341400027 - -2.3561944962 - -2.3561944962 - -2.3889696598 - -2.3889696598 - 2.1319596767 - 2.1319596767 - 1.3258177042 - 1.3258177042 - -2.6607053280 - -2.6607053280 - 1.7748142481 - 1.7748142481 - -2.2097103596 - -2.2097103596 - -0.8058034778 - -0.8058034778 - 2.3932147026 - 2.3932147026 - 0.2337431759 - 0.2337431759 - 1.6977691650 - 1.6977691650 - -2.9229238033 - -2.9168815613 - -2.8899025917 - -2.9229238033 - 0.9179496765 - 0.9179496765 - 1.9260271788 - 1.9260271788 - -0.6998928785 - -0.6998928785 - 1.0405805111 - 1.0405805111 - -3.0029528141 - -3.0509328842 - -3.0509328842 - -3.0029528141 - -3.0509328842 - -3.0529367924 - -3.0509328842 - -3.0529367924 - -3.0509328842 - -3.0735161304 - -3.0509328842 - -3.0509328842 - -3.0509328842 - -3.0529367924 - -3.0509328842 - -3.0735161304 - -3.0509328842 - -3.0529367924 - -3.0529367924 - -3.0735161304 - -3.0529367924 - -3.0750246048 - -2.3481945992 - -2.3481945992 - -3.1203193665 - -3.1203193665 - -3.0981416702 - -3.0981416702 - -3.0981416702 - -3.0981416702 - 0.2532657683 - 0.2532657683 - 2.8632929325 - 2.8632929325 - 2.8632929325 - 2.8632929325 - -3.1203193665 - -3.1203193665 - 3.1415927410 - 3.1415927410 - 3.1207623482 - -2.5796711445 - -2.7049655914 - -2.6642472744 - -2.5796711445 - 1.0787011385 - 1.0787011385 - 3.0999500751 - 3.1203193665 - 3.0999500751 - 3.0990650654 - 3.0778493881 - 3.0990650654 - 3.0990650654 - 3.0990650654 - 3.0990650654 - 3.0990650654 - -0.8567056060 - -0.8567056060 - -1.1589890718 - -1.1589890718 - 3.0566909313 - 3.0778493881 - 3.0566909313 - 3.0548543930 - 3.0778493881 - 3.0548543930 - 3.0778493881 - 3.0778493881 - 3.0778493881 - 3.0548543930 - 3.0778493881 - 3.0778493881 - 2.8022999763 - 2.8022999763 - 2.7763912678 - -3.0648207664 - -2.9889433384 - -3.0648207664 - 1.4108831882 - 1.4108831882 - 1.4157996178 - -1.6438368559 - -1.6438368559 - 2.2115800381 - 2.2115800381 - 3.0284416676 - 3.0309355259 - 3.0284416676 - 3.0060648918 - 3.0060648918 - 3.0060648918 - 3.0060648918 - 3.0060648918 - 3.0060648918 - 3.0060648918 - 3.0060648918 - 3.0060648918 - 3.0029528141 - 3.0258333683 - 3.0029528141 - 3.0060648918 - 3.0029528141 - 3.0258333683 - 3.0060648918 - -3.0791738033 - -3.0791738033 - -3.0791738033 - -3.1007990837 - -3.1007990837 - -2.9189317226 - -2.9189317226 - 3.0029528141 - 3.0060648918 - 3.0284416676 - 3.0029528141 - 3.0284416676 - 3.0029528141 - 1.5707963705 - 1.5707963705 - 1.6381101608 - 1.6381101608 - 2.9441971779 - 2.9441971779 - 2.9441971779 - 2.3267912865 - 2.3267912865 - 0.7469555736 - 0.7469555736 - -2.0533096790 - -2.0533096790 - 1.6517003775 - 1.6517003775 - 2.8632929325 - 2.8632929325 - -1.5098961592 - -1.5098961592 - 1.5930148363 - 1.5930148363 - -2.2086265087 - -2.2086265087 - 2.8659632206 - 2.4964439869 - 2.1989665031 - 2.4964439869 - 2.0297269821 - 2.0297269821 - 1.3756378889 - 1.3756378889 - 0.9411511421 - 2.3145518303 - 2.9835026264 - 2.3145518303 - 2.2548480034 - 2.2548480034 - 2.5461828709 - 2.5461828709 - 1.0899090767 - 1.0899090767 - 2.3980860710 - 2.3980860710 - 2.5161075592 - 2.5161075592 - 1.6797382832 - 1.6797382832 - 2.5456745625 - 2.5456745625 - -2.1383340359 - -2.1383340359 - 2.3847582340 - 2.3847582340 - -0.9517302513 - -0.9517302513 - -1.4940243959 - -1.4940243959 - -0.3217505515 - -0.3217505515 - -1.5273454189 - -1.5273454189 - -2.5161075592 - -2.5161075592 - -2.3204953671 - -2.3204953671 - -2.4275019169 - -2.4275019169 - -2.4541459084 - -2.4541459084 - -2.3561944962 - -2.3561944962 - 0.8058034778 - 0.8058034778 - -1.4464412928 - -1.4464412928 - -0.5493744612 - -0.5493744612 - 0.4689667225 - 2.0778949261 - 0.4689667225 - -2.8657867908 - -2.8657867908 - -2.8387076855 - -2.8387076855 - -2.9105019569 - -2.9105019569 - -2.8966140747 - -2.8966140747 - -2.8966140747 - 2.5161075592 - 2.5136113167 - 2.5161075592 - 1.2924966812 - 1.2924966812 - 1.6926387548 - 1.6926387548 - 1.8562592268 - -2.9683470726 - -2.9683470726 - -0.8066715598 - -0.8066715598 - -2.9996955395 - -2.9996955395 - -2.9996955395 - -2.9996955395 - -2.9962825775 - -2.9962825775 - -2.9996955395 - -2.9996955395 - -2.9996955395 - -2.9962825775 - -2.9927027225 - -3.0231027603 - -2.9962825775 - -3.0231027603 - -3.0258333683 - -3.0258333683 - -3.0488362312 - -3.0488362312 - 2.0586328506 - 2.0586328506 - -0.9097531438 - -0.9097531438 - 2.9849908352 - -3.0509328842 - -3.0719380379 - -3.0509328842 - -3.0509328842 - -3.0284416676 - -3.0029528141 - -3.0509328842 - -3.0509328842 - -3.0509328842 - -3.0509328842 - -3.0529367924 - -3.0509328842 - -3.0735161304 - -3.0509328842 - -3.0529367924 - -3.0509328842 - -3.0735161304 - -3.0529367924 - -3.0750246048 - -3.0529367924 - -3.0735161304 - -3.0529367924 - -3.0750246048 - -2.3855977058 - -2.3855977058 - -3.1082715988 - -3.1082715988 - 3.0051901340 - 3.0051901340 - 2.8798792362 - 2.8798792362 - 2.8632929325 - 2.8632929325 - -3.0981416702 - -3.0981416702 - -3.0981416702 - -3.0981416702 - -3.0990650654 - -3.0981416702 - -3.0990650654 - -3.0990650654 - -3.0990650654 - -3.1198568344 - 0.9237491488 - 0.9237491488 - 3.0999500751 - 3.0999500751 - 3.0999500751 - 3.0990650654 - 3.0990650654 - 3.0990650654 - 3.0990650654 - 3.0999500751 - 3.0999500751 - 3.0990650654 - 3.0990650654 - 3.0990650654 - 3.0999500751 - 3.0990650654 - 3.0990650654 - 3.0990650654 - 3.0990650654 - 3.0990650654 - 3.0990650654 - 3.0990650654 - 3.0990650654 - 3.0990650654 - 3.0778493881 - 3.0999500751 - 3.0778493881 - 3.0778493881 - 3.0778493881 - 3.0778493881 - 3.0566909313 - 2.7763912678 - 2.8022999763 - 2.7763912678 - 1.4157996178 - 1.4108831882 - 1.4157996178 - 2.2505288124 - 2.2505288124 - 3.0309355259 - 3.0529367924 - 3.0309355259 - 3.0060648918 - 3.0060648918 - 3.0060648918 - 3.0309355259 - 3.0284416676 - 3.0060648918 - 2.9872739315 - 3.0284416676 - 3.0284416676 - 3.0060648918 - 3.0284416676 - 3.0060648918 - 3.0029528141 - 3.0284416676 - 3.0284416676 - 3.0060648918 - 3.0284416676 - 3.0060648918 - 3.0029528141 - 2.9802174568 - 3.0060648918 - 3.0284416676 - 3.0060648918 - 3.0029528141 - 3.0284416676 - 3.0029528141 - 3.0029528141 - 1.5480729342 - -1.6195381880 - -1.6195381880 - 1.5049575567 - 1.5049575567 - 1.5811052322 - 1.5811052322 - -1.8840725422 - -1.8840725422 - -1.0603079796 - -1.0603079796 - -3.0380680561 - -3.0380680561 - 0.8187191486 - 0.8187191486 - -2.8937811852 - -2.8937811852 - -0.4012287855 - -0.4012287855 - -1.4583692551 - -1.4583692551 - 2.9835026264 - 2.9835026264 - 2.3145518303 - -2.9631822109 - -2.9631822109 - 0.9411511421 - 1.3756378889 - 0.9411511421 - 2.7118303776 - 2.7118303776 - 2.6607053280 - 2.6607053280 - 2.7118303776 - 2.6607053280 - 2.6422460079 - 2.6422460079 - 2.6422460079 - 1.0341081619 - 1.0341081619 - -0.1882214993 - -0.1882214993 - 2.4121360779 - 2.4121360779 - 0.2368487567 - 1.5707963705 - 1.5707963705 - 2.1498706341 - 2.1498706341 - -1.5544043779 - -1.5544043779 - 0.8031477928 - 0.8031477928 - 0.8089232445 - 1.1361261606 - 1.1361261606 - -2.2565257549 - -2.2565257549 - 0.8086497784 - 0.8086497784 - 0.7853981853 - 0.7853981853 - 0.4586971402 - 0.4586971402 - -2.4178447723 - -2.4178447723 - 0.7229793668 - 0.7531512976 - 0.7531512976 - 0.7229793668 - 0.5771921873 - 0.5771921873 - -1.5930148363 - 1.0341081619 - -1.5930148363 - -2.3685395718 - -2.3685395718 - 0.8960554004 - 0.8960554004 - -1.6284247637 - -2.7118303776 - -2.7118303776 - -2.7118303776 - -3.1259689331 - -3.1259689331 - -2.7868869305 - -2.7868869305 - -2.0763773918 - -2.0763773918 - -2.8590376377 - -2.8590376377 - -2.8295505047 - -2.8501358032 - -2.8501358032 - 2.1587989330 - 2.1587989330 - -2.8387076855 - -2.8387076855 - -2.8314244747 - -2.8314244747 - 2.8899025917 - 2.8899025917 - 2.8864102364 - 2.8864102364 - 2.8899025917 - 2.8864102364 - -0.5933501720 - -0.5933501720 - 2.8822607994 - 2.8822607994 - -0.9973558187 - -0.9973558187 - -1.5328398943 - -1.5328398943 - -1.5202065706 - -1.5202065706 - -1.5328398943 - -1.5202065706 - -3.0735161304 - -3.0735161304 - -3.0719380379 - -3.0719380379 - -3.0735161304 - -3.0719380379 - -3.0509328842 - -3.0509328842 - -3.0284416676 - 2.9849908352 - -0.9097531438 - 2.9849908352 - 0.0703064650 - 0.0703064650 - -3.0509328842 - -3.0509328842 - -3.0509328842 - -3.0284416676 - -3.0029528141 - -3.0529367924 - -3.0735161304 - -3.0509328842 - -3.0735161304 - -3.0735161304 - -3.0529367924 - -3.0750246048 - -3.0529367924 - -3.0529367924 - -3.0529367924 - -3.0509328842 - -3.0529367924 - -2.2339992523 - -2.2339992523 - 2.8632929325 - 2.8798792362 - 2.8632929325 - -3.0981416702 - -3.0981416702 - -3.0990650654 - -3.0990650654 - -3.1198568344 - -3.0990650654 - -3.0990650654 - -3.1198568344 - -3.0778493881 - -3.1203193665 - -3.1203193665 - -3.0990650654 - -3.1198568344 - -3.0778493881 - -3.1203193665 - 2.8798792362 - 2.8798792362 - -2.6981444359 - -2.6981444359 - -2.9130959511 - -2.9130959511 - -2.6981444359 - -2.9130959511 - -2.6642472744 - -2.7049655914 - -2.6642472744 - -2.5796711445 - 3.1415927410 - -3.1203193665 - 3.1211872101 - -3.1203193665 - 3.1415927410 - 3.1207623482 - 2.1587989330 - 2.1587989330 - -1.5569083691 - -1.5569083691 - 3.0990650654 - 3.0999500751 - 3.0990650654 - 3.0990650654 - 3.0990650654 - 3.0778493881 - 1.5182132721 - 1.5182132721 - -1.6064953804 - -1.6064953804 - -2.0284559727 - -2.0284559727 - -0.8498250246 - -0.8498250246 - 3.0333220959 - 3.0333220959 - 3.0309355259 - 3.0333220959 - 3.0309355259 - -0.1418970525 - -0.1418970525 - -0.1370661706 - -0.1370661706 - -0.1418970525 - -0.1370661706 - 0.9553406835 - 0.9553406835 - -0.0312398337 - -0.0312398337 - 1.2847448587 - 1.2847448587 - 2.9029834270 - 2.9029834270 - -1.7622979879 - -1.7622979879 - -1.1618884802 - -1.1618884802 - 0.4150747359 - 0.4029116035 - 2.4980914593 - 0.4150747359 - 2.7812347412 - 2.7812347412 - 0.3120421171 - 0.3120421171 - 0.7968919277 - 0.7968919277 - -2.9788653851 - -2.9788653851 - 2.1555416584 - 2.1555416584 - 2.7901477814 - 2.7901477814 - 2.4066567421 - 2.4066567421 - 2.2974386215 - 2.2974386215 - 1.7359449863 - 1.7359449863 - -0.6570749283 - -0.6570749283 - 1.1029471159 - 1.1029471159 - 0.5961991549 - 0.5961991549 - 0.2110933363 - 0.2110933363 - 2.2142975330 - 2.2142975330 - 2.1471714973 - 2.1471714973 - -1.9890207052 - -1.9890207052 - 0.8089232445 - 0.8031477928 - 0.8089232445 - 2.1650099754 - 2.1650099754 - -2.1870932579 - -2.1870932579 - 1.2050490379 - 1.2050490379 - -1.1361261606 - -1.1361261606 - -2.9927027225 - -2.9927027225 - -3.0090410709 - 2.0778949261 - 2.0778949261 - 0.4689667225 - 0.7368925214 - 0.7368925214 - -2.5722794533 - -2.5722794533 - 2.7198054790 - 2.7198054790 - -2.7118303776 - -2.7118303776 - -2.7118303776 - 1.0362019539 - 1.0362019539 - 2.3669466972 - 2.3669466972 - 0.7501186728 - 0.7501186728 - 0.7389200330 - 0.7389200330 - 0.7501186728 - 0.7389200330 - 2.3765997887 - 2.3765997887 - 0.9048271179 - 0.9048271179 - -0.1888971776 - -0.1888971776 - 0.7309067249 - 0.7309067249 - 2.1128852367 - 2.1128852367 - -2.7751982212 - -2.7751982212 - -2.9996955395 - -2.9996955395 - -2.9996955395 - -2.9996955395 - -2.9962825775 - 0.8744477630 - 0.8744477630 - -3.0529367924 - -3.0529367924 - -3.0529367924 - -3.0509328842 - -3.0529367924 - -3.0509328842 - -3.0529367924 - -3.0529367924 - -3.0509328842 - -3.0529367924 - 2.7583084106 - 2.7583084106 - 2.7445132732 - 0.1206236705 - 0.1206236705 - 2.7667520046 - -3.0990650654 - -3.0981416702 - -3.0990650654 - -3.0990650654 - -3.1198568344 - -3.0778493881 - -3.0778493881 - -3.0990650654 - -3.0990650654 - -3.1198568344 - -3.0778493881 - -3.1203193665 - 3.0051901340 - 3.0051901340 - -2.7049655914 - -2.7049655914 - -2.6642472744 - -2.5796711445 - 3.1211872101 - 3.1211872101 - 3.1415927410 - 3.1415927410 - 3.1415927410 - -0.2074962258 - -0.2074962258 - 3.1207623482 - 3.1207623482 - 3.0648207664 - 3.0648207664 - 3.0633215904 - 3.0633215904 - 3.0648207664 - 3.0633215904 - -1.3455195427 - -1.3455195427 - -2.4453880787 - -2.4453880787 - -2.4379789829 - -2.4379789829 - -2.4453880787 - -2.4379789829 - 3.0529367924 - 3.0529367924 - 3.0309355259 - 3.0309355259 - 3.0060648918 - 0.7216548324 - 0.7216548324 - 0.7291195989 - 3.0060648918 - 3.0529367924 - 3.0309355259 - 3.0309355259 - 3.0060648918 - 3.0060648918 - 2.7828218937 - 2.7828218937 - 2.3053908348 - 2.3053908348 - 2.2565257549 - 2.2565257549 - 1.5480729342 - 3.0029528141 - 1.5480729342 - 1.6240792274 - 1.6240792274 - -2.9147937298 - -2.9147937298 - 2.3618440628 - 2.3618440628 - 2.3781690598 - 2.3781690598 - -2.3145518303 - -2.3145518303 - -2.8414213657 - 2.8198421001 - -2.8414213657 - -0.5601213574 - -0.5601213574 - 2.2244322300 - 2.2244322300 - 2.2193310261 - 2.8776290417 - 2.8776290417 - 1.7955075502 - 1.7955075502 - 0.4029116035 - 0.4029116035 - 0.4150747359 - 1.7429871559 - 1.7429871559 - 2.9967801571 - 2.8886985779 - 2.8886985779 - -0.5152449608 - -0.7496990561 - -0.7496990561 - 2.2921795845 - 2.2921795845 - 2.0521936417 - 2.0521936417 - -3.0735161304 - -3.0735161304 - -2.0458071232 - -2.0458071232 - 2.1989665031 - 2.1989665031 - 2.4964439869 - 1.7774795294 - 1.7774795294 - 2.3388552666 - 2.3388552666 - 0.5203552842 - 0.5203552842 - 0.0624188110 - 0.0624188110 - 2.6422460079 - 2.6422460079 - 2.6422460079 - 1.2417466640 - 1.2417466640 - 0.8491414785 - 0.8491414785 - 0.3184502423 - 0.3184502423 - -0.1470783502 - -0.1470783502 - 2.7149651051 - 2.7149651051 - -0.7086262703 - -0.7086262703 - 2.4037775993 - 2.4037775993 - 2.4087774754 - 2.4087774754 - 2.3723220825 - 2.3723220825 - 2.0663480759 - 2.0663480759 - -0.9827937484 - -0.9827937484 - -2.0468657017 - -2.0468657017 - 1.6262948513 - 1.6262948513 - -2.4136025906 - -2.4136025906 - 0.7686399817 - 0.7686399817 - -2.0701429844 - -2.0701429844 - 0.8930880427 - 0.8930880427 - -3.0090410709 - -2.9927027225 - -3.0090410709 - -1.6284247637 - 0.8960554004 - -1.6284247637 - 0.2648173273 - 0.2648173273 - 2.7680954933 - 2.7680954933 - -2.7912783623 - -2.7912783623 - -2.7610862255 - -2.7610862255 - -2.1036403179 - -2.1036403179 - 2.1341125965 - -2.7744188309 - -2.7744188309 - 1.8000282049 - 1.8000282049 - 1.7975951433 - -0.1137920097 - -0.1137920097 - -2.8430936337 - -2.8430936337 - 0.6970213652 - 0.8347408175 - 0.6970213652 - -2.8295505047 - -2.8590376377 - -2.8198421001 - -2.8295505047 - -2.8295505047 - -2.8295505047 - 0.4868992269 - 0.4868992269 - -0.2825549543 - -0.2825549543 - 2.6779451370 - 2.6779451370 - 1.1471273899 - 1.1471273899 - 0.3109982908 - 0.3109982908 - -2.8966140747 - -2.9229238033 - -2.8966140747 - -2.8966140747 - -2.9168815613 - -1.6775319576 - -1.6775319576 - 1.3706152439 - 1.3706152439 - 1.6563016176 - 1.6563016176 - 1.3706152439 - 1.6563016176 - 0.5880026221 - 0.5880026221 - 0.2644883692 - 0.2644883692 - -2.9683470726 - -2.9683470726 - -2.9962825775 - -2.9962825775 - -2.9724915028 - -2.9996955395 - -2.9996955395 - -2.9996955395 - -2.9996955395 - -2.9962825775 - 1.0577384233 - 1.0577384233 - -3.0284416676 - -3.0719380379 - -3.0509328842 - -3.0284416676 - -3.0529367924 - -3.0529367924 - -3.0509328842 - -3.0509328842 - -3.0284416676 - -3.0529367924 - -3.0529367924 - -3.0509328842 - -3.0529367924 - -3.0529367924 - -3.0529367924 - -3.0509328842 - -3.0529367924 - 2.4544684887 - 2.4544684887 - 2.7445132732 - 2.7583084106 - 2.7445132732 - -1.7053942680 - 1.4375696182 - -1.7053942680 - 2.7667520046 - 0.1206236705 - 2.7667520046 - 3.1415927410 - 3.1415927410 - 2.8037145138 - 2.8037145138 - -1.7107210159 - -1.7107210159 - -0.3605659902 - -0.3605659902 - 3.0999500751 - 3.0999500751 - -2.9865958691 - -2.9865958691 - -1.1071487665 - -1.1071487665 - 3.0333220959 - 3.0333220959 - 3.0333220959 - 3.0309355259 - 2.6311042309 - 2.6311042309 - 0.7291195989 - 0.7216548324 - 0.7291195989 - 3.0060648918 - 3.0309355259 - 3.0060648918 - 3.0060648918 - 2.9838240147 - -2.8198421001 - -2.8198421001 - 2.9872739315 - 3.0060648918 - 2.9872739315 - -2.7610862255 - -2.7610862255 - 3.0060648918 - 3.0284416676 - 3.0060648918 - 2.9838240147 - 3.0284416676 - 3.0060648918 - -2.6658973694 - -2.6658973694 - 2.2193310261 - 2.2244322300 - 2.2193310261 - 2.9967801571 - 1.7429871559 - 2.9967801571 - -1.6517003775 - -1.6517003775 - 2.8555412292 - 2.8555412292 - 2.8286914825 - 2.8286914825 - -0.6494007707 - -0.6494007707 - 2.3787469864 - 2.3787469864 - 2.0988707542 - 3.0648207664 - 3.0648207664 - 2.1562016010 - 2.1562016010 - 2.1562016010 - -0.7853981853 - -0.7853981853 - 1.2341215611 - 1.2341215611 - 1.2365982533 - 1.2365982533 - 1.1820086241 - 1.1820086241 - 1.1801892519 - 1.1801892519 - 0.5754246712 - 0.5754246712 - -0.0883767828 - -0.0883767828 - 0.1157592162 - 0.1157592162 - 0.7012599111 - 0.7012599111 - 0.7022569180 - 0.7022569180 - 0.7022569180 - 1.6207547188 - 1.6207547188 - 2.0298357010 - 2.0298357010 - -0.4324077666 - -0.4324077666 - -2.0809221268 - -2.0809221268 - 2.4016177654 - 2.4016177654 - 2.4061529636 - 2.4061529636 - -2.2763645649 - -2.2763645649 - -1.6921483278 - -1.6921483278 - -1.6936315298 - 0.7531512976 - 0.7531512976 - 0.7229793668 - 0.7853981853 - 0.7853981853 - -1.5480729342 - -1.5822900534 - -1.5480729342 - -0.1283232272 - -0.1283232272 - -0.1106572226 - -0.6747409701 - -0.6747409701 - -2.5535900593 - -2.5535900593 - 1.0341081619 - 1.0341081619 - -1.5930148363 - -1.0303767920 - -1.0303767920 - -2.6028652191 - 1.1760052443 - -2.6028652191 - -0.5295895934 - -0.5295895934 - 2.1341125965 - -2.1036403179 - 2.1341125965 - 3.0066158772 - 3.0066158772 - 0.5779019594 - 1.7975951433 - 1.8000282049 - 1.7975951433 - 2.8095331192 - 2.8095331192 - -2.9286541939 - -2.9286541939 - -2.3239476681 - -2.3239476681 - -2.9724915028 - -2.9962825775 - -2.9724915028 - -2.6405792236 - -2.6405792236 - -2.9996955395 - -2.9996955395 - -3.0029528141 - -3.0258333683 - -1.5120404959 - -1.5120404959 - -3.0529367924 - -3.0284416676 - -3.0529367924 - -3.0529367924 - -3.0509328842 - -3.0509328842 - -3.0509328842 - -3.0284416676 - -3.0529367924 - -3.0529367924 - -3.0509328842 - -3.0509328842 - -3.0529367924 - -3.0284416676 - -3.0529367924 - -3.0529367924 - -3.0509328842 - -3.0509328842 - -3.0750246048 - -3.0750246048 - -3.0529367924 - -3.0529367924 - -3.0764675140 - -3.0750246048 - 1.4375696182 - 1.4375696182 - -1.7053942680 - -2.1045045853 - -2.1045045853 - 3.0024967194 - 3.0024967194 - -3.1203193665 - -3.1203193665 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 0.3187475502 - 0.3187475502 - -0.2898464799 - -0.2898464799 - 3.0778493881 - 3.0778493881 - 3.0333220959 - 3.0333220959 - -1.0863183737 - -1.0863183737 - 3.0309355259 - 3.0333220959 - 3.0333220959 - 3.0309355259 - 3.0309355259 - 3.0529367924 - 3.0309355259 - 3.0284416676 - 3.0060648918 - 3.0309355259 - 2.9838240147 - 3.0060648918 - 3.0309355259 - 3.0060648918 - 2.9838240147 - 2.3244590759 - 2.3244590759 - 2.3162157536 - 2.3162157536 - 2.3244590759 - 2.3162157536 - 3.0060648918 - 3.0060648918 - 2.9838240147 - 3.0060648918 - 3.0060648918 - -2.3029901981 - -2.3029901981 - 2.1910457611 - 2.1910457611 - 2.9215309620 - 2.9215309620 - 0.0144917388 - 0.0144917388 - -1.1259258986 - -1.1259258986 - 2.4217936993 - 2.4217936993 - -1.1259258986 - 2.4217936993 - -0.5152449608 - 2.8886985779 - -0.5152449608 - -0.5060749650 - 2.8286914825 - 2.8555412292 - 2.8286914825 - 2.8286914825 - 2.8286914825 - 2.8555412292 - 2.8286914825 - 2.8286914825 - 2.0753567219 - 2.0753567219 - 2.1562016010 - 2.1562016010 - 2.1562016010 - 1.9154436588 - 1.9154436588 - 1.6668850183 - 1.6668850183 - 1.9154436588 - 1.6668850183 - 0.5404195189 - 0.5404195189 - 2.6607053280 - 2.6607053280 - -0.3587706685 - -0.3587706685 - 0.0849017948 - 0.0849017948 - 2.6224465370 - 2.6224465370 - 2.0710768700 - 2.0710768700 - -0.5498532057 - -0.5498532057 - -1.8466022015 - -1.8466022015 - -1.6936315298 - -1.6921483278 - -1.6936315298 - -1.5822900534 - -1.5822900534 - -1.5480729342 - -2.4837040901 - -2.4837040901 - -2.4610714912 - -2.4610714912 - -2.4837040901 - -2.4610714912 - -0.1106572226 - -0.1283232272 - -0.1106572226 - 0.5609008074 - 0.5609008074 - 1.6220334768 - 1.6220334768 - -2.6607053280 - -2.6422460079 - -2.6607053280 - 3.1314918995 - 3.1314918995 - 0.7853981853 - 0.7853981853 - 0.8347408175 - 0.8347408175 - 0.6970213652 - -2.8198421001 - -2.8198421001 - -2.8295505047 - -2.8295505047 - -2.8295505047 - -2.8295505047 - -2.8198421001 - -2.8295505047 - -2.8295505047 - -2.8295505047 - -2.8295505047 - -2.8198421001 - -2.8295505047 - -2.8295505047 - -2.8295505047 - 0.5404195189 - 0.5404195189 - 3.0525431633 - 3.0525431633 - 0.4081490934 - 0.4081490934 - -0.4136892259 - 2.6976468563 - -0.4136892259 - 3.0940096378 - 3.0940096378 - 3.0781857967 - 0.7915330529 - 0.7915330529 - -2.2831540108 - -2.9168815613 - -2.8966140747 - -2.9168815613 - -0.0554985069 - -0.0554985069 - -2.4329664707 - -2.4456982613 - -2.4329664707 - -2.3757998943 - -2.3757998943 - -3.0029528141 - -2.9996955395 - -3.0029528141 - -3.0258333683 - 2.9927027225 - 2.9927027225 - -3.0529367924 - -3.0284416676 - -3.0529367924 - -3.0529367924 - -3.0509328842 - -3.0509328842 - -3.0509328842 - -3.0284416676 - -3.0529367924 - -3.0529367924 - -3.0509328842 - -3.0509328842 - -3.0488362312 - -3.0284416676 - -3.0509328842 - -3.0509328842 - -3.0509328842 - -3.0488362312 - -3.0764675140 - -3.0529367924 - -3.0764675140 - -3.0750246048 - -3.0750246048 - -3.0529367924 - -3.0764675140 - -3.0750246048 - -3.0764675140 - -3.0778493881 - -3.0764675140 - -3.1203193665 - -2.5940303802 - -3.1203193665 - -3.0990650654 - -3.0990650654 - 2.7901477814 - 2.7901477814 - -2.0403962135 - -2.0403962135 - -1.4157996178 - -1.4157996178 - -2.3353641033 - -2.3353641033 - -0.4808872938 - -0.4808872938 - 2.9838240147 - 3.0060648918 - 2.9838240147 - 3.0060648918 - 3.0060648918 - -0.2606023848 - -0.2606023848 - 2.4006097317 - 2.4006097317 - 2.3784129620 - -2.9921770096 - -2.9921770096 - 0.7123575807 - 0.7123575807 - -2.7628469467 - -2.7628469467 - 2.8198421001 - 2.8198421001 - -2.8414213657 - -2.0746233463 - -2.0746233463 - 2.8776290417 - 2.8776290417 - 2.0769715309 - 2.0769715309 - -0.5060749650 - -0.5152449608 - -0.5060749650 - 0.1118902639 - 0.1118902639 - 2.6651251316 - 2.6651251316 - 0.8050035238 - 0.8050035238 - 2.7233684063 - 2.7233684063 - 2.8854413033 - 2.8854413033 - 2.5383627415 - 2.5383627415 - 1.0516501665 - 1.0516501665 - 0.7022569180 - 0.7012599111 - 0.7022569180 - 2.3561944962 - 2.3561944962 - -0.4209905863 - -0.4209905863 - -0.6327488422 - -0.6327488422 - 2.4558632374 - 2.4558632374 - -0.9994588494 - -0.9994588494 - -1.0303767920 - -1.0303767920 - -1.8662371635 - -1.8662371635 - 1.7242202759 - 1.7242202759 - -2.5139632225 - -2.5139632225 - 1.2856786251 - 1.2856786251 - -2.4634733200 - -2.4634733200 - -2.4668517113 - -2.4668517113 - 0.7123575807 - 0.7123575807 - 0.7123575807 - 2.9617390633 - 2.9617390633 - 0.4805236459 - 0.4805236459 - 2.0241351128 - 2.0241351128 - -2.6422460079 - -2.6422460079 - -2.6607053280 - 0.8537845016 - 0.8537845016 - 0.8491414785 - 0.8491414785 - 1.1760052443 - 1.1760052443 - -2.6028652191 - -0.2449786663 - -0.2449786663 - -2.8387076855 - -2.8387076855 - 0.8803498745 - 0.8803498745 - 3.0781857967 - 3.0940096378 - 3.0781857967 - 1.0593763590 - 1.0593763590 - -2.9229238033 - -2.9229238033 - -2.8966140747 - -0.3168244958 - -0.3168244958 - -2.2831540108 - 0.7915330529 - -2.2831540108 - 1.8692952394 - 1.8692952394 - 1.8575416803 - 1.8575416803 - 1.8692952394 - 1.8575416803 - 1.7521160841 - 1.7521160841 - -2.4456982613 - -2.4456982613 - -2.4329664707 - -2.5099020004 - -2.5099020004 - 2.1214718819 - 2.1214718819 - 1.1751067638 - 1.1751067638 - 0.4466038048 - 0.4466038048 - -3.0258333683 - -2.9996955395 - -3.0029528141 - -3.0258333683 - -2.4488248825 - -2.4488248825 - 2.7219417095 - 2.7219417095 - -2.6303620338 - -2.6303620338 - 2.9094889164 - 2.9094889164 - -1.4303137064 - -1.4303137064 - 3.1211872101 - 3.1211872101 - -0.9928944111 - -0.9928944111 - 3.0778493881 - 3.0778493881 - -1.8313987255 - -1.8313987255 - 0.8089232445 - 0.8089232445 - 0.4883339405 - 0.5052902102 - 0.5880026221 - 0.4883339405 - 2.3784129620 - 2.4006097317 - 2.3784129620 - 1.9138202667 - 1.9138202667 - -1.6475682259 - -1.6475682259 - 2.8706457615 - 2.8706457615 - 0.6000502110 - 0.6000502110 - 0.6719631553 - 0.6719631553 - 0.6805212498 - 0.6805212498 - 1.6041172743 - 1.6041172743 - 0.9758332968 - 0.9758332968 - 2.8198421001 - 2.8198421001 - 2.8198421001 - 2.8104965687 - 2.8104965687 - 2.8198421001 - 2.8198421001 - 2.8104965687 - 2.5829932690 - 2.5829932690 - 0.7483780384 - 2.8104965687 - 2.8104965687 - 2.8006136417 - 2.8006136417 - 2.8104965687 - 2.8006136417 - 2.0988707542 - 2.3787469864 - 2.0988707542 - 0.5355573297 - 0.5355573297 - 1.1449458599 - 0.3406162262 - 0.3406162262 - 0.3399303555 - 0.3399303555 - 2.3417026997 - 2.3417026997 - 2.2197918892 - 2.2197918892 - 2.6011731625 - 2.6011731625 - -0.4383365512 - -0.4383365512 - -0.6578885913 - -0.6578885913 - 2.4468543530 - 2.4468543530 - 2.1587989330 - 2.1587989330 - -0.5585992932 - -0.5585992932 - 1.5707963705 - 1.5707963705 - 0.7853981853 - 0.7853981853 - 0.7509290576 - 0.7509290576 - 0.7123575807 - 0.7123575807 - 0.7123575807 - 0.7123575807 - 3.0077817440 - 3.0077817440 - 0.8131688237 - 1.9974237680 - 1.9974237680 - 0.8584387302 - 0.8584387302 - -1.6030431986 - -1.6030431986 - 0.5779019594 - 3.0066158772 - 0.5779019594 - -2.6723270416 - 3.1415927410 - 3.1415927410 - -2.7672591209 - -2.7672591209 - -2.7672591209 - 1.5707963705 - 1.5707963705 - 1.3761107922 - 2.4468543530 - 1.3761107922 - 1.1263771057 - 1.1263771057 - 0.8557046056 - 0.8557046056 - -2.8819630146 - -2.8819630146 - -0.3919475377 - -0.3919475377 - -0.0696545765 - -0.0696545765 - 2.6976468563 - 2.6976468563 - -0.4136892259 - 2.0344438553 - 2.0344438553 - -0.0918461233 - -0.0918461233 - 0.5104883313 - 0.5104883313 - 2.3486757278 - 2.3486757278 - -0.7853981853 - 0.1361389607 - 0.1361389607 - 2.0692558289 - 2.0692558289 - -0.7779908776 - -0.7779908776 - -0.0644268394 - -3.0509328842 - -3.0509328842 - -3.0509328842 - -3.0529367924 - -3.0488362312 - -3.0509328842 - 0.0454232804 - 3.0535852909 - 0.0454232804 - 0.3858826756 - 0.3858826756 - -1.8224862814 - -1.8224862814 - -2.5592396259 - -2.5592396259 - 3.1415927410 - 2.3743743896 - 2.3743743896 - 2.3682420254 - 2.7492525578 - 2.7492525578 - 2.7201733589 - 2.9764440060 - 2.9617390633 - 2.9764440060 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 0.8988331556 - 0.8988331556 - 3.0999500751 - 3.1007990837 - 3.0999500751 - 3.0990650654 - 3.0999500751 - 3.0990650654 - 3.0999500751 - 3.0990650654 - 3.0999500751 - 3.0778493881 - 3.0778493881 - 3.0791738033 - 2.6779451370 - 2.6779451370 - 3.0284416676 - 3.0309355259 - 3.0284416676 - 3.0309355259 - 3.0309355259 - 3.0309355259 - 3.0284416676 - 3.0309355259 - 2.9838240147 - 0.5052902102 - 0.5052902102 - 0.4883339405 - 0.5880026221 - 0.5880026221 - 0.4883339405 - 2.7744188309 - 2.7744188309 - 2.7969453335 - 3.0060648918 - 3.0060648918 - 2.9838240147 - 3.0060648918 - 2.9838240147 - 2.9838240147 - 2.9802174568 - 2.9802174568 - 1.1071487665 - 1.1071487665 - 2.6078844070 - -1.7975951433 - -1.7975951433 - 2.3308835030 - 2.3308835030 - -2.3011322021 - -2.3011322021 - -1.3182420731 - -1.3182420731 - 1.5707963705 - -0.5404195189 - 1.5707963705 - -1.3182420731 - 1.5707963705 - 0.9371632934 - 0.9371632934 - 1.5810000896 - 1.5810000896 - 0.9689378142 - 0.9689378142 - 0.8695363998 - 0.8695363998 - 2.4853417873 - 2.5820062160 - 2.4853417873 - 2.8198421001 - 2.8198421001 - 2.8198421001 - 2.8104965687 - -3.0535852909 - -3.0535852909 - -2.2896263599 - -2.2896263599 - 1.9998257160 - 1.9998257160 - 1.1449458599 - 0.5355573297 - 1.1449458599 - 1.0303767920 - 1.0303767920 - 0.7302394509 - 0.7302394509 - 0.3547056615 - 0.3547056615 - 2.4710710049 - 2.4710710049 - -0.5933501720 - -0.5880026221 - -0.5933501720 - -1.1553041935 - -1.1553041935 - 1.8870824575 - 1.8870824575 - -1.1878975630 - -1.1878975630 - 1.4424730539 - 2.2541875839 - 1.4424730539 - -1.8429422379 - -1.8429422379 - 1.4337301254 - 1.4337301254 - 1.4056476355 - 0.7853981853 - -2.4061529636 - -2.4719536304 - -2.4719536304 - 0.2662520409 - 0.2662520409 - -1.8588517904 - -1.8588517904 - 0.8161576986 - 0.8161576986 - -2.7118303776 - -2.6779451370 - -2.7118303776 - -2.6779451370 - -2.6954870224 - -2.6779451370 - -2.6954870224 - -2.7118303776 - -2.6954870224 - -2.7118303776 - -2.7413520813 - -2.7413520813 - -1.0121970177 - -1.0121970177 - -2.6723270416 - 0.5779019594 - -2.6723270416 - 2.2671449184 - 2.4468543530 - 2.4468543530 - 1.3761107922 - -0.6747409701 - -0.6747409701 - -2.8006136417 - -0.3701708317 - -0.3701708317 - 0.0000000000 - 2.8666827679 - 2.8666827679 - -0.4223866463 - -0.4223866463 - 1.9487646818 - 1.9487646818 - 2.9464342594 - 2.9464342594 - -1.9163519144 - -1.9163519144 - 1.2446404696 - 1.2446404696 - -0.7929168344 - -0.7929168344 - -0.5123894811 - -0.5123894811 - 1.5857205391 - 1.5857205391 - -2.9724915028 - -2.9724915028 - -2.9724915028 - -0.8379812241 - -0.8379812241 - -0.0644268394 - -0.7779908776 - -0.0644268394 - 2.7976236343 - 2.7976236343 - -3.0309355259 - -3.0509328842 - -3.0509328842 - -3.0309355259 - -3.0284416676 - -3.0548543930 - -3.0284416676 - -3.0509328842 - -3.0509328842 - -3.0309355259 - -3.0284416676 - -3.0529367924 - -3.0778493881 - -3.0778493881 - -3.0990650654 - -3.0778493881 - -3.0990650654 - -3.0764675140 - 3.0548543930 - 3.0548543930 - 3.0535852909 - 3.0535852909 - 3.0548543930 - 3.0535852909 - 0.0454232804 - -2.5940303802 - -2.5940303802 - -3.1203193665 - -3.0999500751 - -1.6517003775 - -1.6517003775 - 3.1415927410 - -2.5592396259 - 3.1415927410 - 2.3682420254 - 2.3743743896 - 2.3682420254 - 2.7201733589 - 2.7492525578 - 2.7201733589 - 2.9617390633 - 2.9617390633 - 2.9764440060 - 2.9736967087 - 2.9736967087 - 3.1207623482 - 3.1207623482 - 0.9218007922 - 0.9218007922 - -2.1498706341 - -2.1498706341 - -2.5930433273 - -2.5930433273 - -2.5535900593 - -2.5535900593 - 3.0791738033 - 3.0791738033 - 3.0566909313 - 3.0566909313 - 3.0890095234 - 3.0890095234 - 2.7828218937 - 2.7828218937 - -2.2699890137 - -2.2699890137 - -0.8488051295 - -0.8488051295 - -2.3432083130 - -2.3432083130 - 2.9441971779 - 2.9488918781 - 2.9441971779 - 2.9683470726 - 2.9683470726 - 2.9441971779 - -0.7022569180 - -0.7022569180 - 1.9614033699 - 1.9614033699 - 3.0090410709 - 3.0090410709 - 0.7483780384 - 2.5829932690 - 0.7483780384 - 0.8130154610 - 0.8130154610 - 0.3805063665 - 0.3805063665 - 0.0000000000 - 0.0000000000 - 2.6451699734 - 2.6451699734 - 2.6779451370 - 2.6779451370 - 2.6011731625 - 2.6011731625 - 0.7618730664 - 0.7618730664 - -0.5880026221 - -0.5880026221 - -0.5933501720 - -0.5700404644 - -0.5700404644 - 2.0899424553 - 2.0899424553 - 1.7782925367 - 1.7782925367 - 1.9074711800 - 1.9074711800 - -1.2490457296 - -1.2490457296 - 2.3932147026 - 2.3932147026 - 3.0845117569 - 3.0845117569 - 1.4056476355 - 1.4337301254 - 1.4056476355 - -1.3586525917 - -1.3586525917 - -1.2874883413 - -1.2874883413 - 0.8131688237 - 3.0077817440 - 0.8131688237 - -2.6779451370 - -2.6779451370 - -2.7118303776 - -2.6779451370 - -2.7118303776 - -2.6779451370 - -2.6779451370 - -2.7118303776 - -2.7118303776 - -2.6779451370 - -2.6954870224 - -2.6779451370 - -2.7118303776 - 3.0828368664 - 3.0828368664 - -2.2222495079 - -2.2222495079 - -2.7201733589 - 2.3790912628 - -2.7201733589 - -2.0922307968 - -2.0922307968 - 0.0000000000 - -0.3701708317 - 0.0000000000 - -1.1487913132 - -1.1487913132 - -2.3501338959 - -2.3501338959 - -2.9105019569 - -2.9105019569 - 1.7506498098 - 1.7506498098 - 2.9581127167 - 2.9581127167 - 2.7485346794 - 2.7485346794 - 1.5220544338 - 1.5220544338 - -2.9683470726 - -2.9683470726 - -2.9724915028 - 2.0626056194 - 2.0626056194 - 2.7798633575 - 2.7798633575 - 0.5280744433 - 0.5280744433 - -3.1207623482 - -3.1207623482 - -2.8966140747 - -2.8966140747 - -3.0990650654 - -3.0990650654 - -2.8966140747 - -3.0990650654 - 2.8501358032 - 2.8501358032 - 3.0999500751 - 3.0999500751 - 3.0990650654 - 3.0999500751 - 3.0356082916 - 3.0356082916 - 3.0172376633 - 3.0333220959 - 3.0356082916 - 3.0333220959 - 3.0333220959 - 3.0356082916 - 3.0333220959 - 3.0356082916 - 3.0333220959 - -0.2267988473 - -0.2267988473 - -2.6374266148 - -2.6374266148 - 2.7969453335 - 2.7744188309 - 2.7969453335 - -2.8694467545 - -2.8694467545 - 1.2490457296 - 1.2924966812 - 1.2490457296 - 2.5040438175 - 2.5040438175 - 2.9488918781 - 2.9488918781 - 2.9441971779 - 2.9441971779 - 2.9683470726 - 2.9441971779 - 2.2777044773 - 2.2777044773 - 2.2725908756 - -0.5404195189 - -1.3182420731 - -0.5404195189 - 2.9090356827 - 2.9090356827 - 2.7744188309 - 2.7744188309 - 1.1195962429 - 1.1195962429 - 2.1224513054 - 2.1224513054 - 2.6206829548 - 2.6206829548 - 1.5603799820 - 1.5603799820 - 2.0287942886 - 2.0287942886 - 1.5946013927 - 1.5946013927 - 2.7610862255 - 2.7610862255 - 1.5273454189 - 1.5273454189 - 2.3617193699 - 2.3617193699 - 2.6422460079 - 2.6422460079 - -1.3617733717 - -1.3617733717 - -0.6528466344 - -0.6528466344 - 2.3774678707 - 2.3774678707 - 1.1071487665 - 1.1071487665 - 1.9173351526 - 1.9173351526 - 1.9264322519 - 2.0399084091 - 2.0399084091 - -1.8457062244 - -1.8457062244 - 1.0612040758 - 1.0612040758 - -2.1939957142 - -2.1939957142 - -2.2937757969 - -2.2937757969 - -2.4948341846 - -2.4948341846 - -2.4265010357 - -2.4265010357 - 0.7853981853 - 1.4337301254 - 0.7853981853 - -2.4061529636 - -2.4558632374 - -2.4668517113 - -2.4668517113 - 0.7123575807 - 0.7123575807 - 0.7123575807 - 0.7378150821 - -2.4739270210 - -2.4739270210 - 0.8713924289 - 0.8713924289 - 2.5262532234 - 2.5262532234 - 2.5764431953 - 2.5764431953 - 2.5733058453 - -2.6779451370 - -2.7118303776 - -2.6779451370 - -2.6779451370 - -2.6779451370 - -2.7118303776 - -2.7672591209 - -2.7672591209 - -2.7672591209 - -2.7985687256 - -2.7790484428 - 2.2964365482 - 2.2964365482 - -0.0384425893 - -0.0384425893 - 1.6743210554 - 1.6743210554 - 2.0011229515 - 2.0011229515 - -2.9340963364 - -2.9340963364 - -2.9029834270 - -0.7853981853 - 2.3486757278 - -0.7853981853 - 3.0940096378 - 3.0940096378 - -2.9392709732 - -2.9392709732 - 0.5179873705 - 0.5179873705 - 1.6092388630 - 1.6092388630 - -0.5174877644 - -0.5174877644 - 2.2404353619 - 2.2404353619 - -0.7961504459 - -0.7961504459 - -0.5166951418 - -0.5166951418 - -3.0258333683 - -3.0258333683 - -3.0488362312 - -3.0509328842 - -3.0509328842 - -3.0509328842 - -3.0309355259 - -3.0284416676 - -3.0548543930 - -3.0309355259 - -3.0548543930 - -3.0529367924 - -3.0778493881 - -3.0778493881 - -3.0990650654 - -3.0778493881 - -3.0990650654 - -3.0999500751 - -3.0990650654 - -3.0778493881 - -3.0990650654 - -3.0778493881 - -3.0990650654 - -3.0999500751 - 2.1587989330 - 2.1587989330 - 3.0051901340 - 3.0051901340 - 3.0051901340 - 3.0051901340 - 3.0051901340 - 3.0051901340 - -0.9367735982 - -0.9367735982 - 2.1156601906 - 2.1156601906 - -1.7196862698 - -1.7196862698 - 3.1007990837 - 3.1007990837 - 3.0999500751 - 3.0791738033 - 3.0791738033 - 3.0791738033 - 3.0778493881 - 3.0791738033 - 3.0990650654 - 3.0990650654 - 3.0584514141 - 3.0356082916 - 3.0356082916 - 3.0356082916 - 3.0172376633 - 3.0333220959 - 3.0356082916 - 3.0172376633 - 3.0356082916 - 3.0172376633 - 3.0356082916 - 1.9879658222 - 1.9879658222 - 0.8120585084 - 0.8120585084 - -2.3561944962 - -2.3561944962 - 1.2924966812 - 1.2924966812 - 1.2490457296 - 2.6078844070 - 1.1071487665 - 2.6078844070 - 2.9488918781 - 2.9488918781 - 2.4156482220 - 2.4156482220 - -1.6364911795 - -1.6364911795 - 2.2725908756 - 2.2777044773 - 2.2725908756 - 2.8526172638 - 2.8526172638 - -1.6506263018 - -1.6506263018 - 2.5820062160 - 2.5820062160 - 2.4853417873 - 0.0605320185 - 0.0605320185 - -0.7170118093 - -0.7170118093 - 0.5743048191 - 0.5743048191 - -1.0808390379 - -1.0808390379 - -1.1978086233 - -1.1978086233 - 0.2036585212 - 0.2036585212 - 0.8027374744 - 0.8027374744 - -0.4591431320 - -0.4591431320 - 1.1487913132 - 1.1487913132 - 0.7853981853 - 0.7853981853 - 2.5008089542 - 2.5008089542 - 2.6271412373 - 2.6271412373 - 2.0047497749 - 2.0047497749 - -0.4182243347 - -0.4182243347 - -0.4164386094 - -0.4164386094 - -0.5880026221 - -0.5819051266 - -0.5880026221 - -2.2917675972 - -2.3239476681 - -2.2917675972 - 2.4275019169 - 2.4275019169 - -0.8238407373 - -0.8238407373 - -0.8145161271 - 1.9100888968 - 1.9264322519 - 1.9359977245 - 1.9264322519 - 1.9100888968 - 1.9100888968 - 1.8985347748 - 1.9100888968 - -0.4124104381 - -0.4124104381 - 2.2541875839 - 2.2541875839 - 1.4424730539 - -2.4558632374 - -2.4558632374 - -2.4061529636 - 1.4337301254 - 0.7853981853 - -2.4061529636 - -2.4558632374 - -2.4558632374 - 0.7853981853 - -2.4061529636 - -2.4558632374 - 0.7378150821 - 0.7123575807 - 0.7378150821 - 0.7157436013 - 0.4481449723 - 0.4481449723 - 2.3987219334 - 2.3987219334 - -2.5782763958 - -2.5782763958 - -1.8545904160 - -1.8545904160 - 2.5733058453 - 2.5764431953 - 2.5733058453 - -1.9111782312 - 2.5890083313 - 2.5890083313 - 2.2671449184 - -2.6723270416 - 2.2671449184 - -2.7985687256 - -2.7672591209 - -2.7985687256 - -2.8006136417 - -0.6747409701 - -2.8006136417 - -2.8104965687 - -2.0131704807 - -2.0131704807 - -1.7467359304 - -1.7467359304 - 1.8577350378 - 1.8577350378 - -2.8966140747 - -2.8966140747 - -1.2539718151 - -1.2539718151 - 1.3825747967 - -2.9029834270 - -2.9340963364 - -2.9029834270 - 2.3978371620 - 2.3978371620 - -2.9090356827 - -2.9090356827 - -1.2068173885 - -1.2068173885 - -2.9090356827 - -2.9090356827 - -2.9029834270 - -2.9392709732 - -2.9340963364 - -2.9029834270 - -2.9090356827 - -2.9029834270 - -2.9340963364 - -2.9724915028 - -2.9724915028 - -2.9683470726 - -2.9724915028 - -2.9724915028 - -2.9724915028 - 1.6172744036 - 1.6172744036 - -1.7590178251 - -1.7590178251 - -0.8058034778 - -0.8058034778 - -3.0488362312 - -3.0258333683 - -3.0488362312 - -3.0529367924 - -3.0284416676 - -3.0548543930 - -3.0529367924 - -3.0990650654 - -3.0778493881 - -3.0990650654 - -3.0778493881 - -3.0990650654 - -3.0999500751 - -3.0999500751 - -3.0778493881 - -2.5940303802 - -3.0999500751 - -2.5636906624 - -2.5636906624 - 1.1626472473 - 1.1626472473 - 2.2631306648 - 2.2631306648 - 0.9711120129 - 0.9711120129 - 2.1879878044 - 2.1879878044 - 0.6673061252 - 0.6673061252 - 3.0090410709 - 3.0090410709 - 3.0804445744 - 3.0804445744 - -1.5582969189 - -1.5582969189 - -2.2142975330 - -2.2142975330 - 2.0081341267 - 2.0081341267 - 3.0356082916 - 3.0356082916 - 3.0356082916 - 3.0333220959 - 3.0356082916 - 3.0333220959 - 3.0356082916 - 3.0333220959 - 3.0172376633 - 3.0356082916 - 3.0172376633 - 3.0146198273 - -2.8032691479 - -2.8032691479 - -2.7973740101 - -2.7973740101 - -2.8032691479 - -2.7973740101 - 2.9838240147 - 2.1150767803 - 2.9838240147 - 1.4056476355 - 1.5828438997 - 1.4056476355 - -2.1503603458 - -2.1503603458 - -1.8438050747 - -1.8438050747 - -1.8313987255 - -1.8313987255 - -1.8438050747 - -1.8313987255 - -0.6327488422 - -0.6327488422 - 2.9147937298 - 2.9147937298 - 2.5274331570 - 2.5274331570 - -1.8446383476 - -2.0290963650 - -2.0290963650 - 1.8045395613 - 1.8045395613 - -2.3695271015 - -2.3695271015 - 0.1882214993 - 0.1882214993 - 2.2624528408 - 2.2624528408 - -3.0295636654 - 2.7122452259 - 2.7122452259 - 1.7894653082 - 1.7894653082 - 2.7122452259 - 1.7894653082 - -0.3906070292 - 2.3311996460 - -0.3906070292 - 3.0118901730 - 3.0118901730 - 0.9067501426 - 0.9067501426 - -0.0483493879 - -0.0483493879 - 2.8198421001 - 2.8198421001 - 2.8198421001 - 2.8198421001 - 2.8198421001 - 2.8198421001 - 2.8198421001 - 2.8104965687 - 2.8104965687 - 2.8198421001 - 2.8104965687 - 0.6747409701 - 0.6747409701 - 0.8253768682 - 0.8253768682 - 1.2793395519 - 1.2793395519 - -0.2573237121 - -0.2573237121 - 0.8176450729 - 0.8176450729 - -0.5819051266 - -0.5819051266 - -0.5880026221 - -2.3239476681 - -2.3239476681 - -2.2917675972 - 2.2101821899 - 2.2101821899 - 1.9365435839 - 1.9365435839 - -0.8145161271 - -0.8238407373 - -0.8145161271 - 1.9264322519 - 1.9173351526 - 1.9264322519 - 1.9359977245 - 1.9264322519 - 1.9100888968 - 1.8985347748 - 1.8985347748 - 1.9100888968 - -0.4636476040 - -0.4636476040 - -0.4572782815 - -0.4572782815 - -0.4636476040 - -0.4572782815 - -1.9890207052 - -1.9890207052 - -2.7430701256 - -2.7430701256 - -1.8545904160 - -1.8545904160 - 1.0636978149 - 1.0636978149 - -1.2649174929 - -1.2649174929 - -2.4416997433 - -2.4416997433 - -2.4539213181 - -2.4539213181 - -2.4360244274 - -2.4360244274 - -2.4539213181 - -2.4360244274 - -2.3996453285 - -2.3996453285 - 0.7266423702 - 0.7266423702 - -2.5308666229 - -2.5308666229 - -2.6607053280 - -2.6954870224 - -2.7118303776 - -2.6607053280 - -2.6656506062 - -2.6656506062 - 0.6298033595 - 0.6298033595 - -2.6940727234 - -2.6940727234 - -2.6940727234 - 2.9533710480 - 2.9533710480 - 2.3790912628 - 2.3790912628 - -2.7201733589 - 2.3355789185 - 2.3355789185 - -2.8104965687 - -2.8006136417 - -2.8104965687 - 0.9201694727 - 0.9201694727 - 0.0934767798 - 0.0934767798 - 1.3554385900 - 1.3554385900 - 2.9140250683 - 1.3101938963 - 1.3101938963 - 2.9140250683 - 1.3554385900 - 2.9140250683 - -1.1432155371 - -1.1432155371 - 1.3825747967 - -1.2539718151 - 1.3825747967 - -2.9392709732 - -2.9090356827 - -2.9392709732 - -2.9340963364 - 0.3366748095 - 0.3366748095 - 1.1880527735 - 1.1880527735 - 2.6439776421 - 2.6439776421 - 2.6413121223 - 2.6413121223 - -2.6932499409 - -2.6932499409 - 2.9576492310 - 2.9576492310 - -2.9617390633 - -2.9617390633 - 3.0146198273 - 3.0172376633 - 3.0146198273 - 3.0029528141 - 3.0060648918 - 3.0029528141 - 2.1150767803 - 2.1150767803 - 2.9838240147 - -3.0804445744 - -3.0804445744 - -3.0791738033 - -3.0791738033 - -3.0804445744 - -3.0791738033 - 1.1071487665 - 1.1071487665 - -0.1435833871 - -0.1435833871 - 2.3829259872 - 2.3829259872 - -3.0295636654 - 2.2624528408 - -3.0295636654 - 2.3496587276 - 2.3496587276 - -1.3389316797 - -1.3389316797 - 2.8198421001 - 2.8198421001 - 2.8198421001 - 2.8198421001 - 2.8198421001 - 2.8198421001 - 1.5570985079 - 1.5570985079 - 0.1304033101 - 0.1304033101 - 0.1464841813 - 2.2398393154 - 2.2398393154 - 2.7001636028 - 2.7001636028 - 2.6779451370 - 2.6940727234 - 2.6779451370 - 2.4592761993 - 2.4592761993 - 2.4407382011 - 2.6779451370 - 2.6779451370 - -0.4036339223 - -0.3985224366 - -0.4036339223 - -0.4287780225 - -0.4287780225 - -0.5622848272 - -0.5622848272 - -0.6747409701 - -0.6747409701 - 1.9359977245 - 1.9264322519 - 1.9359977245 - 1.9264322519 - 1.9100888968 - 0.4444192052 - 0.4444192052 - 1.0516501665 - 1.0516501665 - 0.7853981853 - 0.7853981853 - 1.1861915588 - 1.1861915588 - 1.1743550301 - 0.7157436013 - 0.7378150821 - 0.7157436013 - -1.6220334768 - -1.6220334768 - -0.9002747536 - -0.9002747536 - -2.1645460129 - -2.1645460129 - 2.3042182922 - 2.3042182922 - 2.5269296169 - 2.5269296169 - -2.6954870224 - -2.6422460079 - -2.6954870224 - -2.7118303776 - -2.6607053280 - -2.6779451370 - -2.6779451370 - -2.6779451370 - -2.7270858288 - -2.7270858288 - -2.6779451370 - -2.6940727234 - -2.6940727234 - -2.6940727234 - 2.4056589603 - 2.4056589603 - -2.7672591209 - -2.7672591209 - -2.7790484428 - -2.7672591209 - -2.7790484428 - -1.9295669794 - -1.9295669794 - 2.4864058495 - -2.3086113930 - 2.4864058495 - -2.9340963364 - -2.9090356827 - -2.9029834270 - -2.9392709732 - -2.9340963364 - 2.5585160255 - 2.5585160255 - 1.4100335836 - 1.4100335836 - -2.9724915028 - -2.9724915028 - -2.9724915028 - -2.7367007732 - -2.7367007732 - -3.0529367924 - -3.0529367924 - -3.0529367924 - 1.0743736029 - 1.0743736029 - -3.1007990837 - -3.1007990837 - -3.0999500751 - -3.0999500751 - -3.0778493881 - -3.0990650654 - -3.0990650654 - -3.1007990837 - -3.0999500751 - -3.0778493881 - -3.0999500751 - -3.0778493881 - -3.0999500751 - -1.9513026476 - -1.9513026476 - -3.1203193665 - -3.1203193665 - 0.8470483422 - 0.8470483422 - -1.2618656158 - -1.2618656158 - 2.2565257549 - 2.2565257549 - 0.8728935122 - 0.8728935122 - 3.1007990837 - 3.1007990837 - 3.1007990837 - 3.1007990837 - 3.1007990837 - 3.1007990837 - 2.7059097290 - 2.7059097290 - 3.0584514141 - 3.0990650654 - 3.0584514141 - 3.0566909313 - 3.0566909313 - -1.2649174929 - -1.2649174929 - 3.0090410709 - 3.0090410709 - 3.0060648918 - 3.0060648918 - 3.0090410709 - 3.0060648918 - 3.0029528141 - 0.9272952080 - 0.9272952080 - -0.6202495098 - -0.6202495098 - -1.8446383476 - 1.1217107773 - 2.5274331570 - -1.8446383476 - -1.1629283428 - -1.1629283428 - 2.3349211216 - 2.3349211216 - 2.3311996460 - 2.3311996460 - -0.3906070292 - 1.1902899742 - 1.1902899742 - 0.1464841813 - 0.1304033101 - 0.1464841813 - -1.3425225019 - -1.3425225019 - 2.9189317226 - 2.9189317226 - -0.5307735205 - -0.5307735205 - 2.4407382011 - 2.4592761993 - 2.4407382011 - -0.3985224366 - -0.3985224366 - -0.4036339223 - -0.5813801885 - -0.5813801885 - -0.4689667225 - -0.4689667225 - 2.1112158298 - 2.1112158298 - -1.5515679121 - -1.5515679121 - 1.9264322519 - 1.9264322519 - 1.9359977245 - 1.9264322519 - 1.9100888968 - -2.2974386215 - -2.2974386215 - 2.5203480721 - 2.5203480721 - 1.1743550301 - 1.1861915588 - 1.1743550301 - 0.7853981853 - 0.7853981853 - 0.7242500186 - 0.7242500186 - 0.2765139341 - 0.2765139341 - -2.7118303776 - -2.6954870224 - -2.7118303776 - -2.6607053280 - -1.9111782312 - 2.5733058453 - -1.9111782312 - -2.7270858288 - -2.6779451370 - -2.7270858288 - -2.7270858288 - -2.6779451370 - -1.0329607725 - -1.0329607725 - -1.6756732464 - -1.6756732464 - -2.7201733589 - -2.7201733589 - -2.7492525578 - -0.2292319387 - -0.2292319387 - 3.1175010204 - 3.1175010204 - 2.3561944962 - 2.3561944962 - -2.1708464622 - -2.1708464622 - -2.9392709732 - -2.9441971779 - -2.9392709732 - -3.0841846466 - -3.0841846466 - -2.9724915028 - -2.9724915028 - -2.9724915028 - -3.0060648918 - -3.0060648918 - -0.1437386721 - -0.1437386721 - -3.0060648918 - -3.0060648918 - -3.0258333683 - -3.0333220959 - -3.0333220959 - -0.9394474030 - 2.5487475395 - -0.9394474030 - -0.9324765205 - -0.9324765205 - 2.5487475395 - -0.9394474030 - -0.9324765205 - -0.7140907049 - -0.7140907049 - 0.5779019594 - 0.5779019594 - -0.8240529299 - -0.8240529299 - -1.4108831882 - -1.4108831882 - 3.1007990837 - 3.1007990837 - 1.4589060545 - 1.4589060545 - 3.0584514141 - 3.0584514141 - 1.5828438997 - 1.5828438997 - 1.4056476355 - -0.5624979138 - -0.5624979138 - 0.3503141999 - 2.2794225216 - 2.2794225216 - -1.5083775520 - -1.5083775520 - 1.8736811876 - 1.8736811876 - -1.3808079958 - -1.3808079958 - 0.3587706685 - 0.3587706685 - 2.8286914825 - 2.8370816708 - 2.8286914825 - 2.8286914825 - 2.8286914825 - 2.8286914825 - 2.8286914825 - 2.8286914825 - 2.8286914825 - 2.8198421001 - 2.8198421001 - 2.8286914825 - 2.8286914825 - 2.8198421001 - 2.8198421001 - -2.2455372810 - -2.2455372810 - 2.3221940994 - 2.3221940994 - 2.6940727234 - 2.6940727234 - 2.6620733738 - 0.4492601156 - 0.4492601156 - 0.4636476040 - 2.6940727234 - 2.6940727234 - 2.6779451370 - 1.3463803530 - 1.3463803530 - 1.3487144709 - -0.4048917890 - -0.4048917890 - 2.0899424553 - 2.0899424553 - -1.2024474144 - -1.2024474144 - -1.9195673466 - -1.9195673466 - 1.0571902990 - 1.0571902990 - -2.2318394184 - -2.2318394184 - -2.5702552795 - -2.5702552795 - -2.4805495739 - -2.4805495739 - -2.2655346394 - -2.2655346394 - -2.8150112629 - -2.8150112629 - -2.4353935719 - -2.4353935719 - -2.4668517113 - -2.4845178127 - 0.6747409701 - 0.6747409701 - -2.7149651051 - -2.7149651051 - -2.6422460079 - -2.6422460079 - -2.6422460079 - -2.6422460079 - -2.6954870224 - 2.3191742897 - 2.3191742897 - -2.7270858288 - -2.6779451370 - -2.7270858288 - -2.7270858288 - -2.6779451370 - 2.5213432312 - 2.5213432312 - 2.2763645649 - 2.2763645649 - 1.8244704008 - -2.8763854504 - 1.8244704008 - -2.7492525578 - -2.7201733589 - -2.7492525578 - -2.5842971802 - -2.5842971802 - -2.8473579884 - -2.8473579884 - -2.3086113930 - -2.3086113930 - 2.4864058495 - 2.7140119076 - 2.7140119076 - 3.0419239998 - 3.0419239998 - -0.4636476040 - -2.9441971779 - -0.4636476040 - 2.9669203758 - 2.9669203758 - -1.5226408243 - -1.5226408243 - 0.2321038395 - 0.2321038395 - -3.0060648918 - -3.0060648918 - -3.0258333683 - -3.0060648918 - -3.0258333683 - 2.5487475395 - 2.5487475395 - -0.9394474030 - -0.9324765205 - -3.0529367924 - -3.0529367924 - -3.0529367924 - 2.9865958691 - 2.9865958691 - -3.0778493881 - -3.0791738033 - -3.0778493881 - -3.0778493881 - -3.0999500751 - -3.0999500751 - -3.0999500751 - -3.0999500751 - -3.0999500751 - -3.0999500751 - -1.7405745983 - -1.7405745983 - 2.0681390762 - 2.0681390762 - 3.1007990837 - 3.1007990837 - 0.6123221517 - 0.6123221517 - 3.0333220959 - 3.0333220959 - -2.8335399628 - -2.8335399628 - -3.1007990837 - -3.1007990837 - 3.0060648918 - 3.0060648918 - 2.9838240147 - 1.3439974785 - 1.3439974785 - 2.9802174568 - 2.9802174568 - 2.4191741943 - -1.8804992437 - 2.4191741943 - -2.3094995022 - -2.3094995022 - -2.2910692692 - -2.2910692692 - 2.9533710480 - 2.9533710480 - 2.9533710480 - 2.9533710480 - 0.3503141999 - -0.5624979138 - 0.3503141999 - -0.8663022518 - -0.8663022518 - 0.4405303299 - 0.4405303299 - -1.8157750368 - -1.8157750368 - 1.2072694302 - 1.2072694302 - 1.4396846294 - 1.4396846294 - 2.8286914825 - 2.8286914825 - 2.8286914825 - 2.8286914825 - 2.8198421001 - 2.8198421001 - 2.8198421001 - 2.8198421001 - 2.7828218937 - 2.7828218937 - -0.7649928331 - -0.7649928331 - 2.9902172089 - 2.9902172089 - 2.6620733738 - 2.6940727234 - 2.6620733738 - 0.4398425817 - 0.4398425817 - 0.4636476040 - 0.4492601156 - 0.4636476040 - 2.5829932690 - 2.5829932690 - 1.3487144709 - 0.4403959811 - 1.3463803530 - 1.3487144709 - 2.9617390633 - 2.9617390633 - -0.4081490934 - -0.4081490934 - 2.7367007732 - 2.7367007732 - 2.2455372810 - 2.2455372810 - 2.1375255585 - 2.1375255585 - 2.9319527149 - 2.9319527149 - -1.3156139851 - -1.3156139851 - -0.5848776102 - -0.5848776102 - 2.1730837822 - 2.1730837822 - -1.8555268049 - -1.8555268049 - -2.4908583164 - -2.4908583164 - 2.5213432312 - 2.5213432312 - -2.3086113930 - -2.3086113930 - 1.1853024960 - 1.1853024960 - 1.1780356169 - 1.1780356169 - 1.1853024960 - 1.1710152626 - -2.4733033180 - -2.4733033180 - -0.8224182725 - -0.8224182725 - 0.6435011029 - 0.6435011029 - 2.0947155952 - 2.0947155952 - 2.1699717045 - 2.1699717045 - -2.6779451370 - -2.6779451370 - -2.7270858288 - -2.7270858288 - -2.6779451370 - -2.8763854504 - -2.8763854504 - 1.8244704008 - -0.9388220906 - -0.9388220906 - 1.3208177090 - 1.3208177090 - -2.9084129333 - -2.9084129333 - -0.5729661584 - -0.5729661584 - 0.8946389556 - 0.8946389556 - -1.9860236645 - -1.9860236645 - 2.3561944962 - -3.0529367924 - -3.0529367924 - -1.8273129463 - -1.8273129463 - -3.0999500751 - -3.0999500751 - 1.3390794992 - 1.3390794992 - 2.5912067890 - 2.5912067890 - 2.5748634338 - 3.1415927410 - 3.1211872101 - 3.1211872101 - 3.1415927410 - 3.1211872101 - 3.1415927410 - 3.1415927410 - 3.1211872101 - 3.1211872101 - 3.1415927410 - 3.1211872101 - 3.1415927410 - -2.7780656815 - -2.7780656815 - 3.0778493881 - 3.0778493881 - 0.3805063665 - 0.3805063665 - 0.4228539169 - 0.5252435803 - 0.5252435803 - 0.5337082148 - 3.0356082916 - 3.0356082916 - 3.0146198273 - 3.0791738033 - 2.0913772583 - 2.0913772583 - -2.7868869305 - -2.7868869305 - 0.5613745451 - 0.5613745451 - 2.9838240147 - 3.0060648918 - 2.9872739315 - 2.9838240147 - 2.9838240147 - 2.3132102489 - 2.3132102489 - 1.1217107773 - 1.1217107773 - -1.8446383476 - 2.8370816708 - 2.8370816708 - 2.8370816708 - 2.8370816708 - 2.8286914825 - 2.8286914825 - 2.3981866837 - 2.3981866837 - 2.3895153999 - 2.8286914825 - 2.8198421001 - 2.8286914825 - 2.8286914825 - 2.8198421001 - 2.8286914825 - 2.8198421001 - 2.8286914825 - 2.8286914825 - 2.8198421001 - 1.9922155142 - 1.9922155142 - 2.0931997299 - 2.0931997299 - 2.7492525578 - 2.7492525578 - 2.2565257549 - 2.2565257549 - 0.9964914918 - 0.9964914918 - 2.6620733738 - 2.6620733738 - 2.6271412373 - 2.6271412373 - 2.6399886608 - 2.6399886608 - 0.7597627640 - 0.7597627640 - -2.9275319576 - -2.9275319576 - 2.7314653397 - 2.7314653397 - 2.0961632729 - 2.0961632729 - 0.0996686518 - 0.0996686518 - -1.8766752481 - -1.8766752481 - -2.5022068024 - -2.5022068024 - -2.3667204380 - -2.3667204380 - -2.4016177654 - -2.4016177654 - -2.4526681900 - -2.4526681900 - -0.8379812241 - -0.8379812241 - 0.7853981853 - 0.7853981853 - 0.7853981853 - 1.1853024960 - 1.1780356169 - 1.1853024960 - 1.1710152626 - 1.1710152626 - 1.1780356169 - 1.1853024960 - 1.1710152626 - -2.4668517113 - -2.4353935719 - -2.4668517113 - -2.4845178127 - 0.7717003822 - 0.7717003822 - 2.2218730450 - 2.2218730450 - 2.2042222023 - 0.9760370851 - 0.9760370851 - -1.9634338617 - -1.9634338617 - 2.6160087585 - 2.6160087585 - -2.8776290417 - -2.8776290417 - -2.9090356827 - -2.9090356827 - 0.8818719387 - 0.8818719387 - -2.9090356827 - -2.9090356827 - -2.9441971779 - -2.9441971779 - -2.9392709732 - -2.9441971779 - -2.9441971779 - -2.3281643391 - -2.3281643391 - 0.7114591002 - 1.5954827070 - 1.5954827070 - -0.0192283988 - -0.0192283988 - 2.6905229092 - 2.6905229092 - -3.0791738033 - -3.0791738033 - -2.9116883278 - 3.0244839191 - 3.0244839191 - 2.5748634338 - 2.5912067890 - 2.5748634338 - 3.1211872101 - 3.1211872101 - 3.1211872101 - 3.1415927410 - 3.1211872101 - 3.1415927410 - 3.1211872101 - 3.1211872101 - 3.1211872101 - 3.1415927410 - 3.1211872101 - 3.1415927410 - 3.1211872101 - 3.1211872101 - 3.1211872101 - 3.1415927410 - 3.1211872101 - 3.1415927410 - 0.1437386721 - 0.1437386721 - 0.5326436162 - 0.5326436162 - 3.0804445744 - 3.0804445744 - 2.7261004448 - 2.7261004448 - 0.4228539169 - 0.3805063665 - 0.4228539169 - 0.5337082148 - 0.5252435803 - 0.5337082148 - 3.0146198273 - 3.0356082916 - 3.0146198273 - 3.0791738033 - 3.0584514141 - 3.0146198273 - 2.7468016148 - 2.7468016148 - 2.2218730450 - 2.5661680698 - 2.5661680698 - -0.0576284267 - -0.0576284267 - -2.5796711445 - -2.5796711445 - -2.5796711445 - -1.8804992437 - -1.8804992437 - 2.4191741943 - 1.0146300793 - 1.0146300793 - -0.6960841417 - 2.2471399307 - -0.6960841417 - 2.9533710480 - 2.9533710480 - 2.9255077839 - 2.9255077839 - 2.9255077839 - 2.9255077839 - 2.9255077839 - 2.9255077839 - -2.3561944962 - -2.3561944962 - 2.1870932579 - 2.1870932579 - -2.3847582340 - -2.3847582340 - 2.3895153999 - 2.3981866837 - 2.3895153999 - -0.0156237287 - -0.0156237287 - -0.4089078307 - -0.4089078307 - -0.8450288773 - -0.8450288773 - 2.8345468044 - 2.8345468044 - -0.9126144052 - -0.9126144052 - -2.4227626324 - -2.4227626324 - -2.2048189640 - -2.2048189640 - -2.2579205036 - -2.2579205036 - -2.2367656231 - -2.2367656231 - -2.2485046387 - -2.2485046387 - 0.7853981853 - 0.7853981853 - 0.7853981853 - -2.4845178127 - -2.4353935719 - -2.4668517113 - -2.4845178127 - 2.2042222023 - 2.2218730450 - 2.2042222023 - 2.6434760094 - 2.6434760094 - 0.7744095922 - 0.7744095922 - -2.4037775993 - 0.6379609704 - -2.4037775993 - -2.7206020355 - -2.7206020355 - -2.7331037521 - 0.0735512897 - 0.0735512897 - 2.6087486744 - 2.6087486744 - 2.3318090439 - 2.3318090439 - -2.9441971779 - -2.9147937298 - -2.9441971779 - -0.4636476040 - 0.7114591002 - -2.3281643391 - 0.7114591002 - -3.0060648918 - -3.0060648918 - 0.6435011029 - 0.6435011029 - -3.0791738033 - -3.0791738033 - -3.0778493881 - -3.0566909313 - -3.0778493881 - -3.0778493881 - -3.0791738033 - -3.0778493881 - -3.0566909313 - -3.0778493881 - -0.7777647376 - -0.7777647376 - 1.7486715317 - 1.7486715317 - 1.2422431707 - 1.2422431707 - 0.1229718700 - -0.7928054333 - 2.2218730450 - 2.7468016148 - 2.2218730450 - -2.9291605949 - -2.9250423908 - -2.7610862255 - -2.7389380932 - -2.7610862255 - -3.0791738033 - -3.0804445744 - -3.0791738033 - -3.0999500751 - -2.5796711445 - -2.5796711445 - -2.5796711445 - -2.7389380932 - -2.7389380932 - 2.9838240147 - 2.9838240147 - 2.9872739315 - 2.9838240147 - -1.5480729342 - -1.5480729342 - 2.2848870754 - 2.2848870754 - -2.5099020004 - -2.5099020004 - 2.8198421001 - 2.8286914825 - 2.8286914825 - 2.8198421001 - 2.8198421001 - 1.7359449863 - 1.7359449863 - 0.9551764131 - 0.6107259393 - 0.9551764131 - 0.9907935262 - 0.9907935262 - 0.7853981853 - 0.7853981853 - 1.3825747967 - 1.3825747967 - 0.4403959811 - 0.4403959811 - 1.3487144709 - 1.0088747740 - 1.0088747740 - -1.3567355871 - -1.3567355871 - -1.2847448587 - -1.2847448587 - 2.5535900593 - 2.5535900593 - 0.1142543256 - 0.1142543256 - 1.1525720358 - 1.1525720358 - -2.3036115170 - -2.3036115170 - -1.9428640604 - -1.9428640604 - -2.2485046387 - -2.2367656231 - -2.2485046387 - -2.2485046387 - -2.4468543530 - -2.4468543530 - -2.4468543530 - -2.4714705944 - -2.4714705944 - -2.4393358231 - -2.4393358231 - 0.6747409701 - 0.6747409701 - -2.9739501476 - -2.9739501476 - 0.6379609704 - 0.6379609704 - -2.4037775993 - 1.7415314913 - 1.7415314913 - 3.0757539272 - 3.0757539272 - -2.9996955395 - -2.9996955395 - -2.7331037521 - -2.7206020355 - -2.7331037521 - -2.7610862255 - -2.7610862255 - -2.5930433273 - -2.5930433273 - 0.8114792109 - 0.8114792109 - -2.8706457615 - -2.8706457615 - -2.8706457615 - -2.8706457615 - -2.5507810116 - -2.5507810116 - 2.9538307190 - 1.6475682259 - 1.6475682259 - 1.6690702438 - 1.6690702438 - 0.3703234196 - 0.3703234196 - 0.9063009024 - 0.9063009024 - 2.3561944962 - -1.9860236645 - 2.3561944962 - 0.7853981853 - 0.7853981853 - -3.0791738033 - -3.0791738033 - -3.0778493881 - -3.0999500751 - -3.0999500751 - -3.0791738033 - -3.0778493881 - -3.0999500751 - 3.1215953827 - 3.1215953827 - 0.1229718700 - 1.2422431707 - 0.1229718700 - 0.7536627650 - -2.8095331192 - -2.8095331192 - 3.0791738033 - 3.0356082916 - 3.0146198273 - 3.0378003120 - 3.0791738033 - 3.0584514141 - 3.0090410709 - 2.7985687256 - 3.0090410709 - 3.0118901730 - 3.0090410709 - 3.0118901730 - 3.0090410709 - 3.0118901730 - 3.0090410709 - 3.0118901730 - -2.9291605949 - 2.2218730450 - -2.9291605949 - -2.9250423908 - -3.1007990837 - -3.1007990837 - -2.7389380932 - -2.7389380932 - -2.7610862255 - -3.0804445744 - -3.0804445744 - -3.0791738033 - -3.0999500751 - 2.9872739315 - 2.9872739315 - 2.9872739315 - 3.0090410709 - 2.9838240147 - -3.0999500751 - -3.0804445744 - -3.0791738033 - -3.0999500751 - -3.1203193665 - 2.9872739315 - -3.1203193665 - -3.0791738033 - 2.9872739315 - -2.9210989475 - -2.9210989475 - 1.6382613182 - 1.6382613182 - 0.3281199038 - 0.3281199038 - -2.0246403217 - -2.0246403217 - 2.8450467587 - 2.8450467587 - 2.8198421001 - 2.7091848850 - 2.7091848850 - -0.0688564926 - -0.0688564926 - 2.8286914825 - 2.8370816708 - 2.8286914825 - -3.0016679764 - -3.0016679764 - 2.2711288929 - 2.2711288929 - 1.7742893696 - 1.7742893696 - 2.9016265869 - 2.9016265869 - 2.7326848507 - 2.7326848507 - 2.7201733589 - 2.7201733589 - 2.7069225311 - 0.6107259393 - 0.6107259393 - 0.9551764131 - 2.7118303776 - 2.7118303776 - 2.7069225311 - 2.7069225311 - 2.4502556324 - 2.4502556324 - 2.4578833580 - 2.4578833580 - -0.6435011029 - -0.6435011029 - -1.1618884802 - -1.1618884802 - 2.9562447071 - 2.9562447071 - -0.5503859520 - -0.5503859520 - 0.6492592096 - 0.6492592096 - -0.6682894230 - -0.6682894230 - 1.5707963705 - 1.5707963705 - -0.6659692526 - -0.6659692526 - -2.2485046387 - -2.2367656231 - -2.2485046387 - -2.2485046387 - -2.4468543530 - -2.4468543530 - -2.4468543530 - 0.7221913338 - 0.7221913338 - 0.9616328478 - 0.9616328478 - 1.2252407074 - -2.4821071625 - -2.4821071625 - -2.6779451370 - -2.6779451370 - 0.6976242661 - 0.6976242661 - 2.7321555614 - 2.7321555614 - 1.8224862814 - 1.8224862814 - -2.3871123791 - -2.3871123791 - 1.4270576239 - 2.2896263599 - 1.4270576239 - 2.6497833729 - 2.6497833729 - 3.0097095966 - 2.9538307190 - 3.0097095966 - 1.2902594805 - 1.2902594805 - 1.0516501665 - 1.0516501665 - -2.9441971779 - -2.9441971779 - -2.9441971779 - -2.9441971779 - -2.9441971779 - -2.9441971779 - -2.9441971779 - -2.9441971779 - 2.2694561481 - -2.9147937298 - 2.2694561481 - 0.6435011029 - 0.6435011029 - 1.6124389172 - 1.6124389172 - -3.0060648918 - -3.0060648918 - 0.9038881063 - 0.9038881063 - -0.1526493281 - -0.1526493281 - -1.1071487665 - -1.1071487665 - -3.0791738033 - -3.0791738033 - -3.0791738033 - -3.1007990837 - -3.0791738033 - -3.0791738033 - -3.0791738033 - -3.0791738033 - -3.1007990837 - -3.0791738033 - -3.0791738033 - -3.0999500751 - -3.0791738033 - -3.0791738033 - -3.1007990837 - -3.0791738033 - -3.0791738033 - -3.0999500751 - -2.9116883278 - -3.0791738033 - -3.0791738033 - -2.9116883278 - -3.1007990837 - 3.1415927410 - 3.1415927410 - 0.8598869443 - 0.8598869443 - 3.1007990837 - 3.1007990837 - 3.1016139984 - 3.1007990837 - 3.1016139984 - 3.1016139984 - 3.0804445744 - 3.0584514141 - 3.0584514141 - 0.9884433746 - 0.9884433746 - 3.0584514141 - 3.0146198273 - 3.0378003120 - 3.0791738033 - 3.0584514141 - 3.0146198273 - 3.0146198273 - 3.0146198273 - 3.0378003120 - 3.0791738033 - 3.0584514141 - 3.0146198273 - -1.9028557539 - -1.9028557539 - 3.0118901730 - 3.0118901730 - 3.0090410709 - 3.0090410709 - 3.0118901730 - 3.0090410709 - -0.7266423702 - -0.7266423702 - 2.7985687256 - 2.7985687256 - 3.0090410709 - 3.0090410709 - 3.0090410709 - 3.0118901730 - 3.0090410709 - 3.0118901730 - 3.0118901730 - 3.0118901730 - 3.0090410709 - 3.0118901730 - -2.9250423908 - 2.2218730450 - -2.9291605949 - -2.9250423908 - -3.0791738033 - -3.1203193665 - -3.0791738033 - 1.8981965780 - 1.8981965780 - 2.2471399307 - 2.2471399307 - -0.6960841417 - 2.5234484673 - 2.5234484673 - -0.3779683113 - -0.3779683113 - -0.3854938745 - -0.3854938745 - -0.3779683113 - -0.3854938745 - 2.8966140747 - 2.8966140747 - 2.8905899525 - 2.8905899525 - 2.8966140747 - 2.8905899525 - 2.8198421001 - 2.8450467587 - 2.8198421001 - 2.8370816708 - 2.8450467587 - 2.8370816708 - 2.8370816708 - 2.8370816708 - 1.3467726707 - 1.3467726707 - 2.7828218937 - 2.7828218937 - 2.7828218937 - 2.7928216457 - 2.7828218937 - 2.7828218937 - 3.1162815094 - 3.1162815094 - 2.9229238033 - 2.9229238033 - 0.7449578047 - 0.7449578047 - 2.6620733738 - 2.6620733738 - 2.6620733738 - 2.6620733738 - 2.6620733738 - 2.6620733738 - 0.3671738207 - 2.6620733738 - 2.6940727234 - 0.3671738207 - 2.6940727234 - -0.4089078307 - -0.4089078307 - -0.3970794380 - -0.3970794380 - -0.4089078307 - -0.3970794380 - -0.4182243347 - -0.4182243347 - 0.5337082148 - 0.5337082148 - 2.4539213181 - 2.4539213181 - 2.1730837822 - 2.1730837822 - -2.2035450935 - -2.2035450935 - 1.0545656681 - -0.9760370851 - 1.0545656681 - 2.7540688515 - 2.7540688515 - -2.8741817474 - -2.8741817474 - 1.4659193754 - 1.4659193754 - 1.4672716856 - 1.9853031635 - 1.9853031635 - 1.0005583763 - 1.0005583763 - -2.4795322418 - -2.4795322418 - -2.3996453285 - -2.3996453285 - 0.7437555790 - 0.7437555790 - 1.2252407074 - 0.9616328478 - 1.2252407074 - -1.9890207052 - -1.9890207052 - -1.1441688538 - -1.1441688538 - -2.7672591209 - -2.7672591209 - -2.7985687256 - -3.1304819584 - 1.9433505535 - -3.1304819584 - -2.8420605659 - -2.8420605659 - 2.2896263599 - 2.2896263599 - 1.4270576239 - -2.8706457615 - -2.8706457615 - -2.8706457615 - -2.8706457615 - -2.8706457615 - -2.8706457615 - -2.8706457615 - -2.8706457615 - -2.8776290417 - -1.9890207052 - -1.9890207052 - 2.9974381924 - 2.9974381924 - -2.1375255585 - -2.1375255585 - -2.9147937298 - -2.9147937298 - -2.9441971779 - 0.7791089416 - 0.7791089416 - 2.5259728432 - 2.5259728432 - 2.3021929264 - 2.3021929264 - -3.0566909313 - -3.0791738033 - -3.0778493881 - -3.0566909313 - -3.0778493881 - -3.0791738033 - -3.0778493881 - -3.0999500751 - -3.0791738033 - -3.0791738033 - -3.0999500751 - -3.0791738033 - -3.1007990837 - -3.1007990837 - -3.0791738033 - -3.0791738033 - -3.0999500751 - -3.1211872101 - -3.0999500751 - -3.1211872101 - -3.0791738033 - 2.5715522766 - 2.5715522766 - 1.8550218344 - 3.1215953827 - 3.1215953827 - 3.1215953827 - 2.8136694431 - 2.8136694431 - 0.0698859990 - 0.0698859990 - 3.1016139984 - 3.1016139984 - 3.1016139984 - 0.7536627650 - 0.1229718700 - 0.7536627650 - -0.7928054333 - 1.2422431707 - -0.7928054333 - -2.0912547112 - -2.0912547112 - -0.7928054333 - -2.0912547112 - -2.8198421001 - -2.8198421001 - 3.0804445744 - 3.1016139984 - 3.0804445744 - 2.3932147026 - 2.3932147026 - 3.0378003120 - 3.0378003120 - 2.9937431812 - 3.0601406097 - 3.0378003120 - 3.0791738033 - 3.0584514141 - 3.0146198273 - -3.0778493881 - -3.0778493881 - 3.0090410709 - 2.9872739315 - 3.0090410709 - 2.9872739315 - 2.9872739315 - 2.7695248127 - 2.9838240147 - -3.1203193665 - 2.9872739315 - 0.7136262059 - 0.7136262059 - -2.2545056343 - -2.2545056343 - 2.2679886818 - 2.2679886818 - 2.7646834850 - 2.7646834850 - 2.2679886818 - 2.7646834850 - 2.3505449295 - 2.3505449295 - -2.7910959721 - -2.7910959721 - 2.7928216457 - 2.7928216457 - 2.7828218937 - 2.7828218937 - 2.7828218937 - 2.7928216457 - 2.7828218937 - 2.7828218937 - 2.1036403179 - 2.1036403179 - 2.6422460079 - 2.6422460079 - 2.0639920235 - 2.0639920235 - 2.3014547825 - 2.3014547825 - 2.6620733738 - 2.6620733738 - 2.6940727234 - 2.6779451370 - 0.3671738207 - 2.6940727234 - 2.6940727234 - 2.6620733738 - 2.6940727234 - 0.3671738207 - 2.6940727234 - -0.4048917890 - -0.4048917890 - -0.4048917890 - 2.7163877487 - 2.7163877487 - -0.8572741151 - -0.8572741151 - 2.0899424553 - 2.0899424553 - 1.9320000410 - 1.9320000410 - -3.0348570347 - -3.0348570347 - 0.0281615667 - 0.0281615667 - 1.4672716856 - 1.4659193754 - 1.4672716856 - 0.3805063665 - 0.3805063665 - -1.2242574692 - -1.2242574692 - -1.3086764812 - -1.3086764812 - -2.3916406631 - -2.3916406631 - 0.7853981853 - 0.7853981853 - -2.4539213181 - -2.4539213181 - -2.4360244274 - -2.4360244274 - -2.4539213181 - -2.4360244274 - 0.7590884566 - 0.7590884566 - 2.2236430645 - 2.2236430645 - -2.6779451370 - -2.6779451370 - -2.7672591209 - -2.7672591209 - -2.7069225311 - -2.7985687256 - -2.7672591209 - -2.7985687256 - 0.6669082046 - 0.6669082046 - 1.9433505535 - 1.9433505535 - -3.1304819584 - 2.9538307190 - -2.5507810116 - 2.9538307190 - 3.0097095966 - -2.8776290417 - -2.8776290417 - -2.8776290417 - -2.9147937298 - -2.9147937298 - -2.9533710480 - -2.9533710480 - -1.0726796389 - -1.0726796389 - 1.2356237173 - 1.2356237173 - 0.7406519055 - 0.7406519055 - -3.0566909313 - -3.0566909313 - -2.1375255585 - -2.1375255585 - -3.1211872101 - -3.1211872101 - -3.0791738033 - -3.1211872101 - -3.0791738033 - -3.0791738033 - -3.0999500751 - -3.1211872101 - -3.0999500751 - -2.8164751530 - -2.8298752308 - -2.8164751530 - -3.0791738033 - -3.0999500751 - -3.1211872101 - -3.1007990837 - -3.0791738033 - -2.9116883278 - 1.8550218344 - 2.5715522766 - 1.8550218344 - -2.3086113930 - 0.8198672533 - -2.3086113930 - -2.3021929264 - -0.8975088596 - -0.8975088596 - 3.1016139984 - 3.1016139984 - 3.1016139984 - 3.1016139984 - 3.1007990837 - 3.1016139984 - 3.1016139984 - 3.1016139984 - 3.1007990837 - 3.1016139984 - 1.5355168581 - 1.5355168581 - -2.1587989330 - -2.1587989330 - 3.0378003120 - 3.0601406097 - 3.0378003120 - 3.0791738033 - 3.0584514141 - 3.0146198273 - 2.9729957581 - 3.0601406097 - 3.0378003120 - 3.0791738033 - 3.0584514141 - 3.0146198273 - 2.6066374779 - 2.6066374779 - 3.0060648918 - 3.0060648918 - 3.0090410709 - 3.0060648918 - -2.8920056820 - -2.8920056820 - 2.9872739315 - 2.9872739315 - 2.9905772209 - 2.9872739315 - 2.9872739315 - 3.0090410709 - 3.0090410709 - 2.9872739315 - 2.9905772209 - 2.9872739315 - 2.9872739315 - 3.0090410709 - 2.9872739315 - 2.9872739315 - 2.9872739315 - 2.7695248127 - -3.1203193665 - 2.9872739315 - 2.9617390633 - 0.7907457352 - 0.7907457352 - 2.9304993153 - 2.9304993153 - 2.7540688515 - 2.7540688515 - -1.1606689692 - -1.1606689692 - 0.7067726851 - 0.7067726851 - 0.6610431671 - 0.6610431671 - 2.8450467587 - 2.8450467587 - 2.8370816708 - 2.8736822605 - 2.8736822605 - -0.1418970525 - -0.1418970525 - 2.7069225311 - 2.7201733589 - 2.7069225311 - 2.6928694248 - 2.6928694248 - 2.6940727234 - 2.6620733738 - 2.6940727234 - 0.3671738207 - 2.6940727234 - 0.5388194919 - 0.5388194919 - 0.7669953108 - 0.7669953108 - -0.4002406597 - -0.4002406597 - -0.6556956172 - -0.6556956172 - 2.2455372810 - 2.2455372810 - 1.7975951433 - 1.7975951433 - -2.3561944962 - -2.3561944962 - -2.2774105072 - -2.2774105072 - -2.4756233692 - -2.5213432312 - -2.4756233692 - 0.6435011029 - 0.6556956172 - 0.6435011029 - 0.6473921537 - 0.6510767341 - 0.6510767341 - 0.6473921537 - 0.9707460999 - 0.9707460999 - -2.4707350731 - -2.4707350731 - -3.1052451134 - -3.1052451134 - -2.5715522766 - -2.5715522766 - -2.8776290417 - -2.8706457615 - -2.8776290417 - -2.8776290417 - -2.8776290417 - -2.8776290417 - -2.8776290417 - -2.8776290417 - -2.1348800659 - -2.1348800659 - -2.9147937298 - -2.9147937298 - 2.2694561481 - -3.0090410709 - -3.0090410709 - -3.0356082916 - -3.0356082916 - 1.9074711800 - 1.9074711800 - 2.7059097290 - 2.7059097290 - -0.5924273729 - -3.0791738033 - -2.8461518288 - -3.0778493881 - -3.0791738033 - -3.0791738033 - -3.0791738033 - -3.1007990837 - -3.0791738033 - -3.1007990837 - -3.1007990837 - -3.0791738033 - -3.0791738033 - -2.8298752308 - -2.8298752308 - -2.8164751530 - -3.1007990837 - -3.1211872101 - -3.1007990837 - -3.0791738033 - -2.9116883278 - -3.1007990837 - -3.1211872101 - -3.1007990837 - -2.9319527149 - -3.1007990837 - -3.1007990837 - 2.9669203758 - 2.9669203758 - 3.1215953827 - 3.1215953827 - 3.1215953827 - 3.1215953827 - 3.1215953827 - -2.3021929264 - -2.3086113930 - -2.3021929264 - 3.1219873428 - 3.1219873428 - 3.1215953827 - 3.1215953827 - 3.1219873428 - 3.1215953827 - 3.1007990837 - 3.1016139984 - 3.1016139984 - 3.1007990837 - 3.1016139984 - 3.1007990837 - 3.1016139984 - 3.1016139984 - 3.1007990837 - 3.1016139984 - 3.1007990837 - 2.3000736237 - 2.3000736237 - 1.8662371635 - 1.8662371635 - 3.0356082916 - 3.0356082916 - 3.0146198273 - 3.0049495697 - 3.0049495697 - 2.3561944962 - 2.3561944962 - 1.9425052404 - 1.9513026476 - 1.9425052404 - 1.9277082682 - 1.9277082682 - 1.9513026476 - 1.9425052404 - 1.9277082682 - -2.7389380932 - -2.7389380932 - -2.7321555614 - -2.7163877487 - -2.7321555614 - -2.7389380932 - -2.7321555614 - -2.7163877487 - 2.9872739315 - 2.9872739315 - 2.9905772209 - 2.9872739315 - 2.9872739315 - 3.0090410709 - 2.9617390633 - 2.9872739315 - 2.7695248127 - 2.9872739315 - 2.7397220135 - 2.9617390633 - 2.9304993153 - 2.9304993153 - 2.9255077839 - 2.9255077839 - 2.0106389523 - 2.0106389523 - 1.3681377172 - 1.3681377172 - 2.0867218971 - 2.0867218971 - -0.7760526538 - -0.7760526538 - 2.8198421001 - 2.8198421001 - 2.8286914825 - 2.8286914825 - 2.8198421001 - 2.8286914825 - 2.2244322300 - 2.2244322300 - -0.6318543553 - -0.6318543553 - 0.9060218334 - 0.9060218334 - 0.3217505515 - 0.3217505515 - 2.8009765148 - 2.8009765148 - 1.7834413052 - 1.7834413052 - 0.7853981853 - 0.7853981853 - 2.6476511955 - 2.6476511955 - 2.6476511955 - 2.6779451370 - 2.6620733738 - 2.6476511955 - 2.6779451370 - -0.0256354082 - -0.0256354082 - -0.4048917890 - -0.4048917890 - -0.4048917890 - 2.1840035915 - 2.1840035915 - -1.1027628183 - -1.1027628183 - -0.9760370851 - -0.9760370851 - -0.9621070027 - 1.0545656681 - 1.1071487665 - 1.1071487665 - 1.1290031672 - -1.4056476355 - -1.4056476355 - 0.7760526538 - -2.5213432312 - -2.5213432312 - -2.4756233692 - 0.0000000000 - 0.0000000000 - 0.6473921537 - 0.6435011029 - 0.6510767341 - 0.6473921537 - 0.6510767341 - 1.0478575230 - 1.0478575230 - 1.3575917482 - 2.0988707542 - 2.0988707542 - 0.8235476017 - 0.8235476017 - 2.8198421001 - 2.8076474667 - 2.8198421001 - 0.8296170831 - 0.8296170831 - 2.4895446301 - 2.4895446301 - 1.8157750368 - 1.8157750368 - -3.0281577110 - 2.6355175972 - 2.6355175972 - 2.3757998943 - 2.3757998943 - 0.2399661690 - 0.2399661690 - -2.4143300056 - -2.4143300056 - -1.1071487665 - -1.1071487665 - 2.3825042248 - 2.3825042248 - -2.1193456650 - -2.1193456650 - 0.1243549958 - -2.1057515144 - -2.1057515144 - -2.1193456650 - 0.1243549958 - -2.1057515144 - -2.1712360382 - -2.1712360382 - -3.0860941410 - -3.0860941410 - -1.8804992437 - -1.8804992437 - -1.5707963705 - -1.5707963705 - 0.4636476040 - 0.4636476040 - -3.0791738033 - -3.0791738033 - -2.8461518288 - -3.0778493881 - -3.0791738033 - -3.0791738033 - -3.1007990837 - -3.1007990837 - -3.1007990837 - -3.0999500751 - 1.7652764320 - 1.7652764320 - 3.0077817440 - 3.0077817440 - -3.1211872101 - -3.0999500751 - -3.0804445744 - -3.1211872101 - -3.1007990837 - -3.0791738033 - -3.1211872101 - -3.1211872101 - -3.1007990837 - -3.0791738033 - -3.1007990837 - -3.1211872101 - 2.7552554607 - 2.7552554607 - -2.9319527149 - -3.1007990837 - -3.1211872101 - -2.9319527149 - -3.1007990837 - -3.1007990837 - 0.4574748576 - 0.4574748576 - 3.1415927410 - 3.1415927410 - 3.1215953827 - 3.1215953827 - 3.1415927410 - 0.8198672533 - 0.8198672533 - -2.3086113930 - 3.0601406097 - 3.0601406097 - 3.0601406097 - 3.0601406097 - 3.0378003120 - 3.0378003120 - 2.9937431812 - 2.9729957581 - 3.0146198273 - 3.0356082916 - 3.0146198273 - 2.3951358795 - 2.3951358795 - 2.4087774754 - 1.9513026476 - 1.9513026476 - 1.9425052404 - 1.9277082682 - 3.0090410709 - 2.9905772209 - -3.0778493881 - 3.0060648918 - 3.0090410709 - 3.0060648918 - 2.9905772209 - 3.0060648918 - 3.0060648918 - 3.0090410709 - 3.0060648918 - 2.9905772209 - 2.9872739315 - 2.9905772209 - 2.9872739315 - 2.9872739315 - 3.0090410709 - 2.9872739315 - 2.9872739315 - 2.9905772209 - 2.9872739315 - 2.9872739315 - 3.0090410709 - 2.7695248127 - 3.0090410709 - 2.9872739315 - 2.9872739315 - 2.9872739315 - 2.9872739315 - 2.7695248127 - 2.9872739315 - 2.9872739315 - 2.7397220135 - 2.9617390633 - 1.6850506067 - 1.6850506067 - 2.9617390633 - 2.9617390633 - 2.9617390633 - 2.9617390633 - -2.3669466972 - 2.1375255585 - -2.3669466972 - -2.4837040901 - -2.4837040901 - -2.4837040901 - -2.4837040901 - -2.4837040901 - -2.4837040901 - 2.3017029762 - 2.3017029762 - -2.9202783108 - -2.9202783108 - -1.3363806009 - -1.3363806009 - -1.3292306662 - -3.0999500751 - -3.0999500751 - -0.8486049771 - -0.8486049771 - 2.2827970982 - 2.2827970982 - -0.1834799498 - -0.1834799498 - -0.8699418902 - -0.8699418902 - -0.5685245395 - -0.5685245395 - -1.6373645067 - -1.6373645067 - 1.8457062244 - 1.8457062244 - 1.8622530699 - 1.8622530699 - -0.9621070027 - -0.9760370851 - -0.9621070027 - -0.1418970525 - -0.1418970525 - -2.2298862934 - -2.2298862934 - -2.4842035770 - -2.4842035770 - -2.2142975330 - -2.2142975330 - -2.4436898232 - -2.4436898232 - 1.1290031672 - 1.1071487665 - 1.1290031672 - 0.7760526538 - -1.4056476355 - 0.7760526538 - 0.7668817639 - 0.7668817639 - 0.7760526538 - 0.7668817639 - 0.6556956172 - 0.6556956172 - 0.6435011029 - 1.3575917482 - 1.0478575230 - 1.3575917482 - -2.6327085495 - -2.6327085495 - -1.8018870354 - -1.8018870354 - 1.5964317322 - 1.5964317322 - -2.6928694248 - -2.6928694248 - -2.6928694248 - -2.7069225311 - -2.7672591209 - -2.7069225311 - 1.1505995989 - 1.1505995989 - 2.8076474667 - 1.1505995989 - 2.8076474667 - 2.8198421001 - 0.6726705432 - 0.6726705432 - -0.7621465325 - -0.7621465325 - -2.8198421001 - -2.8198421001 - -1.8119139671 - -1.8119139671 - 0.4198799431 - 0.4198799431 - 2.3702781200 - 2.3702781200 - 2.3621115685 - 2.3621115685 - -0.7328150868 - -0.7328150868 - 2.6074101925 - 2.6074101925 - 2.6011731625 - 2.6011731625 - 2.6074101925 - 2.6011731625 - 0.1243549958 - -2.1193456650 - 0.1243549958 - -2.1057515144 - -2.9576492310 - -2.9533710480 - -2.9576492310 - -2.9838240147 - -2.9838240147 - -3.0060648918 - -3.0060648918 - -2.9838240147 - -3.0060648918 - -3.0333220959 - -3.0333220959 - -3.0356082916 - -3.0584514141 - -0.0611481629 - -3.0584514141 - -0.5924273729 - 2.7059097290 - -0.5924273729 - -3.0791738033 - -3.1211872101 - -3.0791738033 - -3.0791738033 - -3.0791738033 - -2.8461518288 - 1.9922155142 - 1.9922155142 - 2.5782763958 - 2.5782763958 - -3.1007990837 - -3.0804445744 - -3.1211872101 - -3.1007990837 - -3.0791738033 - -3.1007990837 - -3.1007990837 - -3.1007990837 - -3.1211872101 - -2.9319527149 - -3.1007990837 - -3.1007990837 - 1.0636978149 - 1.0636978149 - 3.1415927410 - 3.1215953827 - 3.1415927410 - 3.1016139984 - 3.1016139984 - 0.8709034324 - 0.8709034324 - -1.5707963705 - -1.5707963705 - -2.7807557583 - -2.7807557583 - -2.9291605949 - -2.9291605949 - 2.4087774754 - 2.9905772209 - 3.0090410709 - 2.9905772209 - -2.7163877487 - -2.7389380932 - -2.7321555614 - -2.7163877487 - 2.9872739315 - 2.9905772209 - 2.9872739315 - 2.9872739315 - 3.0090410709 - 2.9872739315 - 2.7397220135 - 2.7695248127 - 2.7397220135 - 2.9617390633 - -0.7933979630 - -0.7933979630 - 3.1415927410 - 3.1415927410 - 2.9617390633 - 2.9617390633 - 2.9617390633 - 2.9617390633 - 2.9617390633 - 2.9617390633 - 2.9617390633 - 2.9617390633 - 1.0303767920 - 1.0303767920 - -1.7048195601 - -1.7048195601 - -1.6591731310 - -1.6591731310 - -1.7841650248 - -1.7841650248 - 2.1045045853 - 2.1045045853 - -2.3006958961 - -2.3006958961 - 0.9034901857 - 0.9034901857 - 0.0713074654 - 0.0713074654 - -3.0771658421 - -3.0771658421 - 0.2110933363 - 0.2110933363 - 0.2040179819 - 0.2040179819 - 0.2110933363 - 0.2040179819 - 1.7894653082 - 1.7894653082 - 2.4186131954 - 2.4186131954 - 2.6620733738 - 2.6620733738 - 2.6620733738 - 2.6620733738 - 2.6620733738 - 2.6620733738 - 2.6476511955 - 2.6476511955 - 2.6476511955 - 2.6779451370 - 0.7744095922 - 0.7744095922 - -0.3985224366 - -0.3985224366 - -1.6588037014 - -1.6588037014 - -0.5880026221 - -0.5880026221 - 2.4887459278 - 2.4887459278 - 1.9756880999 - 1.9756880999 - 1.9642469883 - 1.9642469883 - -2.9304993153 - -2.9304993153 - 0.0525830612 - 0.0525830612 - 0.6504214406 - 0.6504214406 - 0.6470472217 - 0.6504214406 - -2.6422460079 - -2.6422460079 - -0.9938634038 - -0.9938634038 - -2.7686049938 - 1.6714649200 - 1.6714649200 - -2.7610862255 - -2.7610862255 - -2.7326848507 - -2.7326848507 - -2.7610862255 - -2.7326848507 - 2.1293957233 - 2.1293957233 - -3.0281577110 - 1.8157750368 - -3.0281577110 - 0.3899178505 - 1.0516501665 - 1.0516501665 - 2.0187385082 - 2.0187385082 - 0.0540014990 - 0.0540014990 - 0.8198672533 - -2.9147937298 - 0.8198672533 - -2.9147937298 - -2.9147937298 - 0.8198672533 - -2.9147937298 - -2.9090356827 - -2.9090356827 - -2.9147937298 - -2.9090356827 - 0.0000000000 - 0.0000000000 - 2.4942004681 - 2.4942004681 - -2.9533710480 - -2.9533710480 - -2.9576492310 - 2.7790484428 - 2.7790484428 - -3.0356082916 - -3.0333220959 - -3.0356082916 - 2.0533096790 - 2.0533096790 - 2.5478429794 - 2.5478429794 - 2.0533096790 - 2.5478429794 - -2.8461518288 - -3.0791738033 - -3.0791738033 - -3.0791738033 - -2.8461518288 - -3.0791738033 - -3.0791738033 - -3.0804445744 - -3.0804445744 - -3.1211872101 - -3.1007990837 - -3.1007990837 - 3.1016139984 - 3.1016139984 - 3.1016139984 - 3.1016139984 - 3.1016139984 - 3.1016139984 - 3.1016139984 - 3.1016139984 - 3.1016139984 - 3.1016139984 - 3.1016139984 - 3.1016139984 - 2.8706457615 - 2.8706457615 - 3.0804445744 - 3.0804445744 - 0.3347368240 - 0.3347368240 - 2.3285772800 - 2.3285772800 - 2.3951358795 - 2.3951358795 - 2.9905772209 - -3.0999500751 - -3.0999500751 - -3.0999500751 - 2.9905772209 - 3.0090410709 - 2.9872739315 - 2.9905772209 - 2.9872739315 - 2.9872739315 - 2.9872739315 - 2.9872739315 - 0.0000000000 - 0.0000000000 - 2.9656529427 - 2.9656529427 - 2.1375255585 - 2.1375255585 - -2.3669466972 - 1.8825137615 - 1.8825137615 - 2.1074845791 - 0.7551044226 - 0.7551044226 - 2.8147659302 - 2.8147659302 - -0.5366881490 - -0.5366881490 - 1.5472712517 - 1.5472712517 - 2.2120401859 - 2.2120401859 - -1.3292306662 - -1.3363806009 - -1.3292306662 - 2.8198421001 - 2.8198421001 - 2.4566307068 - 2.4566307068 - -0.3503141999 - -0.3503141999 - 2.6928694248 - 2.6928694248 - 2.6928694248 - 2.7163877487 - 2.7163877487 - 1.8072525263 - 1.8072525263 - 2.4842035770 - 2.4842035770 - -0.8824375272 - -0.8841747642 - -0.8824375272 - 2.1751017570 - 2.1751017570 - -1.2076493502 - -1.2076493502 - -0.8069002032 - -0.8069002032 - -1.2417466640 - -1.2417466640 - 2.4173426628 - 2.4173426628 - 1.0969450474 - 1.0969450474 - 2.2367656231 - 2.2367656231 - -2.2991137505 - -2.2991137505 - 0.9791966081 - 0.9791966081 - 1.8050515652 - 1.8050515652 - -0.1302114427 - -0.1302114427 - -1.7112789154 - -1.7112789154 - 0.2036585212 - 0.2036585212 - 0.6510767341 - 0.6473921537 - 0.6510767341 - 0.6470472217 - 0.6470472217 - 0.6504214406 - 0.6470472217 - 0.6504214406 - 0.8012698293 - 0.8012698293 - 3.0671038628 - 3.0671038628 - 1.1722738743 - 1.1722738743 - 2.5026786327 - 2.5026786327 - 1.5828438997 - 1.5828438997 - 2.1330811977 - 2.1330811977 - 1.8622530699 - 1.8622530699 - 0.7454195023 - 0.7454195023 - 1.3389316797 - 1.3389316797 - -3.0457334518 - -3.0457334518 - 2.5596876144 - 2.5596876144 - -0.6610431671 - -0.6610431671 - -2.8450467587 - -2.8450467587 - -2.8450467587 - -2.8526172638 - -2.8526172638 - -2.8450467587 - -2.8450467587 - -2.8450467587 - -2.8706457615 - -2.8706457615 - -2.8450467587 - -2.8706457615 - -1.3171222210 - -1.3171222210 - -1.6892862320 - -1.6892862320 - -2.9147937298 - -2.9147937298 - 0.8198672533 - -2.1307361126 - -2.1307361126 - 1.0516501665 - 1.0516501665 - 2.8279719353 - 2.8279719353 - -0.6814793944 - -0.6814793944 - -3.0548543930 - -3.0548543930 - -1.9163519144 - -1.9163519144 - 1.0269638300 - 1.0269638300 - 1.2910921574 - -3.0791738033 - -3.0791738033 - -3.0791738033 - -3.0791738033 - -2.8461518288 - -3.0791738033 - 1.4313563108 - 1.4313563108 - 2.9859979153 - -2.7540688515 - 2.9859979153 - 3.0051901340 - -3.1215953827 - -3.1215953827 - -3.1007990837 - -3.1007990837 - -3.1215953827 - -3.1215953827 - -3.1007990837 - -3.1211872101 - 0.7597627640 - 0.7597627640 - -1.7359449863 - -1.7359449863 - 3.0601406097 - 3.0601406097 - 2.3776965141 - 2.3776965141 - 2.3059575558 - 2.3059575558 - 3.0378003120 - 3.0601406097 - 3.0378003120 - -1.8892465830 - -1.8892465830 - 0.2561513782 - 0.2561513782 - 3.0118901730 - 3.0118901730 - 2.9937431812 - 2.9937431812 - 2.4087774754 - 2.3951358795 - -2.9291605949 - 2.4087774754 - -2.9479706287 - -2.9291605949 - 2.3951358795 - -2.4940016270 - -2.4940016270 - -2.9495446682 - -2.9495446682 - -2.7960369587 - -2.7960369587 - 2.9872739315 - 2.9905772209 - 2.9872739315 - 2.9872739315 - 2.9872739315 - 2.9872739315 - 2.9872739315 - 2.9872739315 - 2.9872739315 - 2.7695248127 - 2.9872739315 - 1.1232763529 - 1.1232763529 - 1.4313563108 - 2.2767162323 - 2.2767162323 - 2.1074845791 - 1.8825137615 - 2.1074845791 - 1.4701277018 - 1.4701277018 - 2.2348425388 - 2.2348425388 - 1.2248290777 - 1.2248290777 - -2.9229238033 - -2.9229238033 - -2.9584817886 - 2.3329429626 - 2.3329429626 - 0.9254999161 - 0.9254999161 - 2.7124142647 - 2.7112660408 - 2.7124142647 - -0.4048917890 - -0.4048917890 - -1.7861540318 - -1.8925468922 - -1.7861540318 - -1.7561442852 - -1.7561442852 - -1.7861540318 - -1.7561442852 - -0.8841747642 - -0.8841747642 - -0.8824375272 - 2.5065658092 - 2.5065658092 - -0.3999043107 - -0.3999043107 - 1.1760052443 - 1.1760052443 - -1.7595341206 - -1.7595341206 - 0.6823165417 - 0.6823165417 - 0.1952814013 - 0.1952814013 - 0.6584253907 - 0.6584253907 - 0.6504214406 - 0.6470472217 - 0.6504214406 - 0.6504214406 - 0.6470472217 - 0.6504214406 - 2.0931997299 - 2.0931997299 - -2.8456666470 - -2.8456666470 - -2.5802180767 - -2.5802180767 - -2.6147880554 - -2.6928694248 - -2.6928694248 - -2.6928694248 - -2.6928694248 - 1.6421037912 - 1.6421037912 - 1.1505995989 - 1.1505995989 - 2.8076474667 - 0.3899178505 - -3.0281577110 - 0.3899178505 - 2.3062360287 - 2.3062360287 - -2.8370816708 - -2.8706457615 - -2.8370816708 - -2.8526172638 - -2.8450467587 - -2.8450467587 - -2.8526172638 - -2.8526172638 - -2.8450467587 - -0.5224034190 - -0.5224034190 - -0.1226686537 - -0.1226686537 - -2.8842689991 - -2.8842689991 - -2.8776290417 - -2.8842689991 - -2.1464233398 - -2.1464233398 - 0.6417405605 - 0.6417405605 - -2.1464233398 - 0.6417405605 - -2.9202783108 - -2.9202783108 - -2.9202783108 - -0.8519663215 - -0.8519663215 - 0.9238996506 - 0.9238996506 - -0.0611481629 - -3.0584514141 - -0.0611481629 - -3.0584514141 - -3.0584514141 - -3.0791738033 - -3.1007990837 - -3.0791738033 - -3.0791738033 - -3.1007990837 - -3.0791738033 - 2.5605103970 - 2.5569913387 - 2.5605103970 - -3.1215953827 - -3.1007990837 - 2.9859979153 - 3.0051901340 - -3.1215953827 - -3.1215953827 - -3.1007990837 - -3.1211872101 - -3.1007990837 - -3.1215953827 - -3.1215953827 - -3.1007990837 - -3.1211872101 - -2.6271412373 - -2.6271412373 - -3.1215953827 - -3.1215953827 - 3.1415927410 - -3.1211872101 - -3.1211872101 - -3.1215953827 - 3.1415927410 - -3.1211872101 - -1.1712808609 - -1.1712808609 - 3.1215953827 - 3.1215953827 - 3.1016139984 - 3.1215953827 - 3.1016139984 - 3.1016139984 - 3.1016139984 - 3.1016139984 - 3.1016139984 - 3.1023969650 - 3.1016139984 - 3.1016139984 - 3.1016139984 - 3.1016139984 - 3.1016139984 - 3.1023969650 - 3.1016139984 - 3.1016139984 - 3.1016139984 - 3.1016139984 - 3.1023969650 - 3.1016139984 - -2.7114253044 - -2.7114253044 - -2.7167603970 - 0.9852268100 - 0.9852268100 - 2.6824495792 - 2.6824495792 - 2.3249547482 - 2.3249547482 - 2.3086113930 - 2.3086113930 - 2.3249547482 - 2.3086113930 - 2.9937431812 - 2.9937431812 - 3.0118901730 - 2.9937431812 - 2.9937431812 - -3.0990650654 - -3.0990650654 - -3.0999500751 - -3.0999500751 - -3.0999500751 - 2.3951358795 - 2.4087774754 - 2.3951358795 - -3.0999500751 - -3.0990650654 - -3.0999500751 - -3.0999500751 - -3.0999500751 - 2.9905772209 - 2.9352686405 - 2.9352686405 - 2.9023611546 - 2.9023611546 - 2.8666827679 - 2.8666827679 - 2.8198421001 - 2.8198421001 - 2.1922125816 - 0.6871241927 - 2.1922125816 - 2.8022999763 - 2.8022999763 - 2.7928216457 - 2.7928216457 - 2.8022999763 - 2.7928216457 - 2.7557098866 - 2.7722589970 - 2.7557098866 - 2.1943571568 - 2.1943571568 - -0.7736340165 - -0.7736340165 - -2.9584817886 - -2.9229238033 - -2.9584817886 - 2.6779451370 - 2.6779451370 - 2.6928694248 - 2.6928694248 - 2.6928694248 - -0.3381425142 - -0.3381425142 - 2.7112660408 - 2.7112660408 - 2.7124142647 - 0.6947382689 - 0.6947382689 - -1.1015307903 - -1.1015307903 - 2.6779451370 - 2.6779451370 - -0.9218007922 - -0.9218007922 - -2.7149651051 - -2.7149651051 - 1.9580899477 - 1.9580899477 - -0.7734939456 - -0.7734939456 - 1.0483928919 - 1.0483928919 - 1.0612040758 - 2.8590376377 - 2.8780288696 - 2.8590376377 - 2.8739762306 - -2.2896263599 - -2.2896263599 - 0.8919117451 - 0.8919117451 - 0.6678326130 - 0.6678326130 - 0.6764562130 - -2.7686049938 - -0.9938634038 - -2.7686049938 - -2.6928694248 - -2.6928694248 - -2.6928694248 - -2.7201733589 - -2.7201733589 - -2.7492525578 - 0.8474652171 - 0.8474652171 - 0.8415189385 - 0.8415189385 - 0.8474652171 - 0.8415189385 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 2.4429328442 - 2.4429328442 - -2.8706457615 - -2.8706457615 - -2.8370816708 - 1.1241924763 - 1.1241924763 - -2.8450467587 - -2.8450467587 - -2.8450467587 - -2.8526172638 - -2.8526172638 - -2.8450467587 - -2.8526172638 - -2.8450467587 - -2.8450467587 - -2.8526172638 - -2.8526172638 - -2.8450467587 - -2.8450467587 - -2.8450467587 - -2.8450467587 - -2.8526172638 - -2.8526172638 - -2.8450467587 - -2.8706457615 - -2.8450467587 - -2.8706457615 - -2.8842689991 - -2.8842689991 - -2.8776290417 - -2.8842689991 - -2.8776290417 - -2.8842689991 - -2.8776290417 - -2.8842689991 - 0.7409829497 - 0.7409829497 - 2.0591301918 - 2.0591301918 - 1.3641130924 - 1.3641130924 - -1.6748962402 - -1.6748962402 - 2.3080389500 - 2.3080389500 - 2.3017029762 - 2.3017029762 - 2.3080389500 - 2.3017029762 - -3.0118901730 - -3.0118901730 - 2.5796711445 - 2.5796711445 - -3.0356082916 - -3.0356082916 - -3.0356082916 - -2.2638652325 - -2.2638652325 - 0.3601931334 - 0.3601931334 - 2.6167969704 - 2.6167969704 - -3.1007990837 - -3.0378003120 - -3.0584514141 - -3.1007990837 - -3.0791738033 - 1.2910921574 - 1.0269638300 - 1.2910921574 - 2.5569913387 - 2.5569913387 - 2.5605103970 - 2.9147937298 - 2.9147937298 - -3.1007990837 - -3.0804445744 - -3.1215953827 - -3.1007990837 - -3.1007990837 - 0.5675376058 - 0.5675376058 - 3.0051901340 - -2.7540688515 - 2.9859979153 - 3.0051901340 - -3.1215953827 - -3.1215953827 - -3.1215953827 - 2.9859979153 - 3.0051901340 - -3.1215953827 - -3.1215953827 - -3.1007990837 - -3.1211872101 - 3.1415927410 - -3.1215953827 - 3.1415927410 - -3.1211872101 - -3.1007990837 - -3.1007990837 - 2.9441971779 - 2.9316191673 - 2.9441971779 - 3.1016139984 - 3.1215953827 - 3.1016139984 - 3.1215953827 - 2.4584012032 - -0.9557067752 - 2.4584012032 - 2.4514467716 - 2.4456982613 - 3.1023969650 - 3.1016139984 - 3.1023969650 - 3.0617625713 - -2.2748925686 - -2.2748925686 - 3.1016139984 - 3.1016139984 - 3.1016139984 - 3.1016139984 - 3.0816645622 - 3.0816645622 - 3.0816645622 - -2.7167603970 - -2.7114253044 - -2.7167603970 - 3.0601406097 - 3.0601406097 - 1.7046072483 - 1.7046072483 - -2.9479706287 - 2.4087774754 - -2.9479706287 - -2.9291605949 - -3.0999500751 - -3.0990650654 - -3.0999500751 - -3.0999500751 - -3.0999500751 - 2.9905772209 - -3.0999500751 - -3.0990650654 - -3.0999500751 - -3.0999500751 - -3.0999500751 - 2.9905772209 - -1.8506134748 - -1.8506134748 - 2.2896263599 - 2.2896263599 - 2.1040985584 - 2.1040985584 - 2.0988707542 - 1.4313563108 - 1.1232763529 - 1.4313563108 - 1.3078016043 - 1.3078016043 - 1.3203532696 - 1.3203532696 - -2.5829932690 - -2.5829932690 - 0.7260086536 - 0.7260086536 - -2.2631306648 - -2.2631306648 - 1.1071487665 - 1.1071487665 - 0.7414014339 - 0.7414014339 - 0.6871241927 - 0.6871241927 - 2.1922125816 - 1.4403929710 - 1.4403929710 - -1.8925468922 - -1.8925468922 - -1.7861540318 - -0.8981257677 - -0.8981257677 - -0.6214163303 - -0.6214163303 - 0.1877619475 - 0.1877619475 - -0.3718560636 - -0.3718560636 - 1.0612040758 - 1.0483928919 - 1.0612040758 - 2.1875975132 - 2.8780288696 - 2.1875975132 - -1.2120256424 - -1.2120256424 - 0.7044940591 - 0.7044940591 - 0.6470472217 - 0.6470472217 - 0.6504214406 - 0.6470472217 - 0.6504214406 - 0.6764562130 - 0.6678326130 - 0.6764562130 - 0.6719631553 - 0.6719631553 - 2.2896263599 - 2.2896263599 - 1.1615504026 - 1.1615504026 - -2.7492525578 - -2.7201733589 - -2.7492525578 - -2.7201733589 - 1.6633149385 - 1.6633149385 - -1.0191413164 - -1.0191413164 - 0.6107259393 - 0.6107259393 - 0.8511714339 - 0.8511714339 - 0.6107259393 - 0.8511714339 - -2.8706457615 - -2.8450467587 - -2.8450467587 - -2.8526172638 - -2.8526172638 - -2.8450467587 - -2.8706457615 - -2.8526172638 - -2.8526172638 - -2.8450467587 - -2.8706457615 - -2.8706457615 - 2.4206213951 - 2.4206213951 - 3.0012176037 - 3.0012176037 - 1.6342033148 - 3.1259689331 - 1.6342033148 - 1.6332151890 - 2.1498706341 - 2.1498706341 - -2.9576492310 - -2.9576492310 - -2.5461828709 - -2.5461828709 - -3.0090410709 - -3.0090410709 - -3.0090410709 - 1.0489619970 - -3.0090410709 - -3.0090410709 - -3.0090410709 - -3.0090410709 - 1.0489619970 - -3.0090410709 - -3.0090410709 - -3.0356082916 - -3.0356082916 - -3.0356082916 - -3.0356082916 - -3.0356082916 - -3.0356082916 - -3.0601406097 - -3.0601406097 - -3.0584514141 - -0.0611481629 - -3.0584514141 - -0.5638693571 - -0.5638693571 - -1.9714207649 - -1.9714207649 - -3.1215953827 - -3.1215953827 - -3.1007990837 - 3.0051901340 - 2.7282621861 - 2.7282621861 - -2.7540688515 - -2.7540688515 - 2.9859979153 - 3.0051901340 - 3.1219873428 - 3.1219873428 - 3.1023969650 - 3.1415927410 - 3.1215953827 - 3.1415927410 - 3.1215953827 - 3.1219873428 - 3.1023969650 - 3.1415927410 - 3.1215953827 - 3.1415927410 - 2.9316191673 - 2.9316191673 - 2.9441971779 - -0.9557067752 - -0.9557067752 - 2.4584012032 - 2.4514467716 - 2.4456982613 - 2.4514467716 - -0.9557067752 - 2.4584012032 - 2.4514467716 - 2.4456982613 - 2.4456982613 - -0.9557067752 - 2.4584012032 - 2.4514467716 - 2.4456982613 - 3.0617625713 - 3.1016139984 - 3.1023969650 - 3.0617625713 - -0.4547192752 - -0.4547192752 - 3.1023969650 - 3.1016139984 - 3.1023969650 - 3.1016139984 - 3.1023969650 - 3.1016139984 - 3.1016139984 - 3.1016139984 - 3.1023969650 - 3.1016139984 - 3.1016139984 - 3.1016139984 - 3.0816645622 - 3.1023969650 - 3.0816645622 - 3.0816645622 - 3.0816645622 - 2.2308053970 - 2.2308053970 - 3.0399038792 - 3.0601406097 - 3.0399038792 - 3.0399038792 - 3.0172376633 - 3.0172376633 - 3.0378003120 - 3.0378003120 - 3.0172376633 - 3.0378003120 - 3.0146198273 - 2.9937431812 - 3.0118901730 - 2.9937431812 - 2.9937431812 - -2.9291605949 - 2.4087774754 - -2.9479706287 - -2.9291605949 - -3.0791738033 - -3.0791738033 - 2.9905772209 - 2.0988707542 - 2.1040985584 - 2.0988707542 - -2.6546933651 - -2.6546933651 - -0.0540014990 - -0.0540014990 - 2.7291822433 - 2.7291822433 - 2.8966140747 - 2.8966140747 - 0.8884797692 - 0.8884797692 - 2.8732264042 - 2.8732264042 - 2.8666827679 - 2.8666827679 - 2.8732264042 - 2.8666827679 - 0.9575889707 - 0.9575889707 - 2.7722589970 - 2.7722589970 - 2.7557098866 - 0.7328150868 - 0.7328150868 - 0.9097531438 - 0.9097531438 - 2.2520945072 - 2.2520945072 - -1.3761107922 - -1.3761107922 - 2.6476511955 - 2.6632401943 - 2.6476511955 - 2.7161431313 - 2.7161431313 - -0.4182243347 - -0.4182243347 - 2.7149651051 - 2.7149651051 - -0.5260664225 - -0.5260664225 - -0.5667291880 - -0.5667291880 - -0.7509290576 - -0.7509290576 - -3.1054637432 - -3.1054637432 - -2.0701429844 - -2.0701429844 - 2.8780288696 - 2.8780288696 - 2.8590376377 - 2.8739762306 - 2.1875975132 - 2.8739762306 - 2.8780288696 - 2.8590376377 - 2.8739762306 - -2.5505597591 - -2.5505597591 - -2.1366505623 - -2.1366505623 - 0.7649928331 - 0.7649928331 - 0.7044940591 - 0.7044940591 - 0.7328150868 - 0.7044940591 - 0.6504214406 - 0.6470472217 - 0.6504214406 - 0.6504214406 - -1.8438050747 - -1.8438050747 - -1.3352513313 - 2.2612428665 - 2.2612428665 - 2.1148390770 - 2.1148390770 - 1.5073894262 - 1.5073894262 - -3.0273382664 - -3.0273382664 - 1.5073894262 - -3.0273382664 - -2.6451699734 - -2.6451699734 - -2.4942004681 - -2.4942004681 - 0.7016252279 - 0.7016252279 - -2.6147880554 - -2.5802180767 - -2.6147880554 - 2.2775690556 - 2.2775690556 - 0.8760580420 - 0.8760580420 - -2.1587989330 - -2.1587989330 - -1.3542460203 - -1.3542460203 - -0.4852269888 - -0.4852269888 - -2.9202783108 - -2.9202783108 - -2.9202783108 - 3.1259689331 - 3.1259689331 - 1.6342033148 - 1.6332151890 - 1.6332151890 - 3.1259689331 - 1.6342033148 - 1.6332151890 - -3.0090410709 - -2.9872739315 - -3.0090410709 - -3.0090410709 - 1.0489619970 - -3.0090410709 - -3.0090410709 - -3.0090410709 - -3.0584514141 - -3.0584514141 - -0.0611481629 - -3.0378003120 - -3.1007990837 - -3.0378003120 - -3.0584514141 - -3.0601406097 - -3.1007990837 - -3.1007990837 - -3.0791738033 - -3.1007990837 - -3.0601406097 - -3.0804445744 - -3.0804445744 - -2.8577985764 - -2.8577985764 - -3.0804445744 - -2.8577985764 - 3.1023969650 - 3.1219873428 - 3.1023969650 - 3.1415927410 - 3.1215953827 - 3.1415927410 - 3.1415927410 - 3.1215953827 - 3.1415927410 - 3.1219873428 - 3.1415927410 - 3.1215953827 - 3.1219873428 - 3.1215953827 - 3.1016139984 - 3.1215953827 - 3.1016139984 - 3.1016139984 - 3.1023969650 - 3.0617625713 - -2.1939957142 - -2.1939957142 - -2.1662061214 - -2.1662061214 - 2.7557098866 - 2.7557098866 - 3.0399038792 - 3.0601406097 - 3.0399038792 - 3.0399038792 - 3.0146198273 - 3.0378003120 - 3.0146198273 - 2.9937431812 - 2.9937431812 - 2.9937431812 - 2.9937431812 - 2.9905772209 - 2.9905772209 - -3.0791738033 - 2.9905772209 - 2.9872739315 - 2.9872739315 - 0.5478635430 - 0.5478635430 - 0.4930509031 - 0.4930509031 - 1.9490903616 - 1.9490903616 - -1.1621778011 - -1.1621778011 - 2.2865400314 - 2.2865400314 - 1.9477056265 - 1.9477056265 - 1.0743736029 - 1.0743736029 - 0.5328438878 - 0.5328438878 - 0.5423027277 - 1.6041172743 - 1.6041172743 - 2.6665818691 - 2.6665818691 - 2.2702002525 - 2.2702002525 - 2.6632401943 - 2.6632401943 - 2.6476511955 - 2.7138576508 - 2.7193415165 - 2.7138576508 - -0.9134072065 - -0.9134072065 - -3.0367157459 - -3.0367157459 - -1.4981968403 - -1.4981968403 - -1.4801363945 - -1.4801363945 - -1.4981968403 - -1.4801363945 - -0.1418970525 - -0.1418970525 - -2.2556176186 - 1.4812924862 - -2.2556176186 - -2.2410597801 - -2.2410597801 - 1.3791478872 - 1.3791478872 - 1.3648049831 - 1.3648049831 - 1.3791478872 - 1.3648049831 - 0.7684506178 - 0.7684506178 - 0.7769950032 - 0.7684506178 - 1.0617254972 - 1.0656977892 - 1.0617254972 - -2.4710710049 - -2.4710710049 - -2.5096185207 - -2.5096185207 - 0.7328150868 - 0.7044940591 - 0.7328150868 - 0.7044940591 - 0.7044940591 - 0.7044940591 - 0.7328150868 - 0.7044940591 - -2.4329664707 - -2.4329664707 - 0.6528466344 - 0.6528466344 - 1.3451950550 - 1.3451950550 - 0.6483319998 - 0.6483319998 - 1.1535289288 - 1.1535289288 - -2.9304993153 - -2.9304993153 - 2.3070538044 - 2.3070538044 - -2.9304993153 - 2.3070538044 - 2.6383183002 - 2.6383183002 - 3.1415927410 - 3.1415927410 - 1.4901634455 - 1.4901634455 - 1.7801817656 - 1.7801817656 - 2.7430701256 - 2.7430701256 - -1.0516501665 - -1.0516501665 - -3.0090410709 - -3.0090410709 - -3.0090410709 - -3.0118901730 - 0.7244979739 - 0.7244979739 - 2.2286849022 - -0.3890972435 - 2.2286849022 - 0.6062376499 - 0.6062376499 - -3.1007990837 - -3.1007990837 - -3.0378003120 - -3.0584514141 - -3.0601406097 - -3.0584514141 - -3.1007990837 - -3.0378003120 - -3.0584514141 - -3.0601406097 - -3.1007990837 - -3.1007990837 - -3.1007990837 - -3.1007990837 - -3.1211872101 - 3.1415927410 - 3.1219873428 - 3.1023969650 - 3.1415927410 - 3.1215953827 - 3.1415927410 - 3.1415927410 - 3.1219873428 - 3.1023969650 - 3.1415927410 - 3.1215953827 - 3.1415927410 - 2.5691328049 - 2.5691328049 - 3.1219873428 - 3.1219873428 - 3.1023969650 - -0.2090229392 - -0.2090229392 - 3.0399038792 - 3.0399038792 - 3.0601406097 - 3.0601406097 - 3.0399038792 - 3.0399038792 - -2.6779451370 - -2.6779451370 - -2.6399886608 - -2.6399886608 - 2.5899376869 - 2.5899376869 - 2.9905772209 - -0.3399303555 - -0.3399303555 - 1.0214217901 - 1.0214217901 - 1.3711124659 - 1.3711124659 - 0.5423027277 - 0.5328438878 - 0.5423027277 - 0.7911123633 - 0.7911123633 - -2.0238623619 - -2.0238623619 - 3.1003789902 - 3.1003789902 - 0.4386528134 - 0.4386528134 - 2.7193415165 - 2.7181532383 - 2.7193415165 - 2.7138576508 - 2.7468016148 - 2.7468016148 - 2.7233684063 - 2.7233684063 - 3.0221636295 - 3.0221636295 - -2.3239476681 - -2.3239476681 - 2.5105133057 - 2.5105133057 - 2.8438923359 - 2.8438923359 - -2.2860395908 - -2.2860395908 - -1.9513026476 - -1.9513026476 - 0.6524294615 - 0.6524294615 - -2.2852754593 - -2.2852754593 - -2.2730531693 - -2.2730531693 - 0.7769950032 - 0.7684506178 - 0.7769950032 - 0.7684506178 - 0.7684506178 - 0.7684506178 - 0.7769950032 - 0.7684506178 - 0.7162019014 - 0.7162019014 - 0.7266423702 - 0.7071270347 - 0.7175413370 - 0.7071270347 - 0.7162019014 - 0.7266423702 - 0.7071270347 - 0.7175413370 - 2.5691328049 - 2.5691328049 - -2.7201733589 - -2.7201733589 - -2.7201733589 - -2.7492525578 - -2.7201733589 - 0.1260880977 - 0.1260880977 - -2.7663218975 - -2.7663218975 - -2.7928216457 - 2.1077070236 - 2.1077070236 - 2.8132631779 - 2.8132631779 - 2.1077070236 - 2.8132631779 - 1.9309895039 - 1.9309895039 - 3.0111894608 - 3.0111894608 - -2.5740549564 - -2.5740549564 - -2.5829932690 - 0.1093185320 - 1.6178205013 - 0.1093185320 - 2.2325677872 - 2.2325677872 - 2.5040438175 - 2.5040438175 - 1.4450268745 - 1.4450268745 - -0.1543187797 - -0.1543187797 - 2.4522831440 - 2.4522831440 - 1.0978897810 - 1.0978897810 - 1.0489619970 - -2.9872739315 - -2.9872739315 - -3.0090410709 - -3.0090410709 - 1.0489619970 - -3.0090410709 - -3.0090410709 - -1.2835148573 - -1.2835148573 - -0.1317622662 - -0.1317622662 - -0.8996524811 - -0.8996524811 - 2.3349211216 - 2.3349211216 - -3.0356082916 - -3.0356082916 - -3.0356082916 - -3.0356082916 - -3.0356082916 - -3.0356082916 - -3.0356082916 - -3.0356082916 - -3.0356082916 - -3.0356082916 - -3.0356082916 - -3.0356082916 - -3.0356082916 - -3.0356082916 - -3.0356082916 - -3.0356082916 - -3.0356082916 - -3.0356082916 - -0.7621465325 - -0.7621465325 - 0.7541583180 - 0.7541583180 - -3.0804445744 - -3.0804445744 - -3.0804445744 - -3.0816645622 - -3.1016139984 - -3.1016139984 - 3.0051901340 - -3.0816645622 - -3.1016139984 - -3.1016139984 - -3.1215953827 - 3.0051901340 - 2.9889433384 - -3.0828368664 - -3.1023969650 - -3.1211872101 - -3.1007990837 - -3.1211872101 - -3.1016139984 - -3.1016139984 - -2.2954957485 - -2.2954957485 - 3.1219873428 - 3.1219873428 - 3.1023969650 - 3.1415927410 - 3.1215953827 - 3.1415927410 - -0.7074315548 - -0.7074315548 - 3.1023969650 - 3.1219873428 - 3.1023969650 - 3.1219873428 - 3.1219873428 - 3.1215953827 - 3.1023969650 - 3.1023969650 - 3.1023969650 - 3.1023969650 - 3.1023969650 - 3.1023969650 - 3.1023969650 - 3.0828368664 - 3.0816645622 - 3.0816645622 - 3.0816645622 - 3.1023969650 - 3.0828368664 - 3.0816645622 - 3.0816645622 - -3.1007990837 - -3.1007990837 - -2.8006136417 - -2.8006136417 - 2.9905772209 - 2.5899376869 - 2.9905772209 - 2.9905772209 - 1.8662371635 - 1.8662371635 - 1.8529200554 - 1.8529200554 - 1.8662371635 - 1.8529200554 - 3.0999500751 - 3.0999500751 - -1.5707963705 - -1.5707963705 - -2.9788653851 - -2.9788653851 - -2.2513175011 - -2.2513175011 - 2.8430936337 - 2.8430936337 - 0.3028848767 - 0.3028848767 - 2.5213432312 - 2.5213432312 - 2.0752375126 - 2.0752375126 - 2.1486983299 - 2.1486983299 - 2.0752375126 - 2.1486983299 - -2.4587743282 - -2.4587743282 - -0.4297622740 - -0.4297622740 - 2.6779451370 - 2.6779451370 - 2.6476511955 - 2.7181532383 - 2.7181532383 - 2.7193415165 - 3.0077817440 - 3.0077817440 - -3.0012176037 - -3.0012176037 - 1.1737169027 - 1.1737169027 - -0.2110933363 - -0.2110933363 - -0.2082059532 - -0.2082059532 - -0.2110933363 - -0.2082059532 - -0.9302106500 - -0.9302106500 - 2.5393052101 - 2.5393052101 - -0.4372220337 - -0.4372220337 - -1.4653069973 - 2.7547168732 - -1.4653069973 - -2.7101919651 - -2.7101919651 - -2.5453934669 - 1.9255019426 - 1.9255019426 - -2.2396085262 - -2.2396085262 - 1.4812924862 - -2.4502556324 - -2.4502556324 - 1.0656977892 - 1.0656977892 - 1.0617254972 - 1.0504410267 - 1.0504410267 - 0.7509290576 - 0.7509290576 - -2.4980914593 - -2.4980914593 - 0.7266423702 - 0.7162019014 - 0.7266423702 - 0.7071270347 - 0.7175413370 - 0.7175413370 - 0.7162019014 - 0.7266423702 - 0.7071270347 - 0.7175413370 - -2.4163627625 - -2.4163627625 - -2.4061529636 - -1.3352513313 - -1.8438050747 - -1.3352513313 - -1.2870022058 - 0.8690732718 - 0.8690732718 - 2.3685395718 - 2.3685395718 - 2.2520945072 - 2.2520945072 - 2.2255148888 - 2.2255148888 - 2.2086265087 - 2.2086265087 - -2.7928216457 - -2.7663218975 - -2.7928216457 - -2.8198421001 - -2.7928216457 - -2.8198421001 - -2.5829932690 - -2.5740549564 - -2.5829932690 - -2.8450467587 - -2.8450467587 - -2.8450467587 - 1.6178205013 - 1.6178205013 - 0.1093185320 - 1.5418189764 - 1.5418189764 - 0.7853981853 - 0.7853981853 - -2.9802174568 - -2.9802174568 - -2.9838240147 - -2.9617390633 - -2.9838240147 - -2.9872739315 - 2.6489076614 - 2.6489076614 - -2.9872739315 - -2.9872739315 - -2.9872739315 - -3.0090410709 - 1.0489619970 - -3.0090410709 - -3.0146198273 - -3.0146198273 - -3.0146198273 - -3.0356082916 - -3.0378003120 - -0.3890972435 - -0.3890972435 - 2.2286849022 - -3.0601406097 - -3.1007990837 - -3.0378003120 - -3.0584514141 - -3.0601406097 - -3.0601406097 - -3.0601406097 - -3.0378003120 - -3.0584514141 - -3.0601406097 - -3.0601406097 - -3.0804445744 - -2.6779451370 - -2.6779451370 - -3.0601406097 - -3.0804445744 - -3.0816645622 - -3.0804445744 - -3.1007990837 - -3.0601406097 - -1.9974237680 - -1.9974237680 - -3.1215953827 - -3.1215953827 - 3.1023969650 - 3.1023969650 - 3.1023969650 - 3.1023969650 - 3.1023969650 - 3.1023969650 - 3.1023969650 - 3.1023969650 - 3.1031501293 - 1.7577755451 - 1.7577755451 - 3.0828368664 - 3.1023969650 - 3.0828368664 - 3.0816645622 - -2.1552402973 - -2.1552402973 - 2.9937431812 - 2.9937431812 - 2.9937431812 - 1.4464412928 - 1.4464412928 - 2.9905772209 - 2.9905772209 - 2.9905772209 - 2.9905772209 - 2.4227626324 - 2.4227626324 - 1.4959365129 - 1.4959365129 - 1.8692952394 - 1.8692952394 - 1.8457062244 - 1.8457062244 - 1.8692952394 - 1.8457062244 - 2.8966140747 - 2.8966140747 - 2.8526172638 - 2.8037145138 - 2.8526172638 - 2.8279719353 - 2.8279719353 - 2.8279719353 - 2.8198421001 - 2.8198421001 - 2.8279719353 - 2.8198421001 - -1.1538982391 - -1.1538982391 - -1.1420183182 - -1.1420183182 - -1.1538982391 - -1.1420183182 - 2.0728864670 - 2.0728864670 - -0.6327488422 - -0.6327488422 - 2.7593100071 - 2.7593100071 - 2.6476511955 - 2.6779451370 - 2.6476511955 - 1.2812926769 - 1.2812926769 - -0.5658543110 - -0.5658543110 - 2.5252957344 - 2.5252957344 - -0.9453113079 - -0.9453113079 - -0.9453113079 - -1.2298173904 - -1.2298173904 - -0.9025068879 - -0.9025068879 - -2.5453934669 - -2.7101919651 - -2.5453934669 - -2.2344965935 - -2.2344965935 - 1.4812924862 - -2.2396085262 - 1.4812924862 - -2.2556176186 - 2.0778949261 - 2.0778949261 - -2.4937813282 - -2.4937813282 - -3.1159572601 - -3.1159572601 - -2.4061529636 - -2.4163627625 - -2.4061529636 - -1.2870022058 - -1.3352513313 - -1.2870022058 - -0.1549967378 - -0.1549967378 - 0.9029637575 - 0.9029637575 - -2.6928694248 - -2.6928694248 - -2.7069225311 - -2.7069225311 - 2.5032727718 - 2.5032727718 - -2.8450467587 - -2.8450467587 - -2.8450467587 - -2.8526172638 - -0.4773453772 - -0.4773453772 - 0.7631796002 - 0.7631796002 - -2.9255077839 - -2.9255077839 - -2.9255077839 - -2.9255077839 - -2.9255077839 - -2.0032041073 - -2.9872739315 - -2.9872739315 - -2.9872739315 - 1.0489619970 - -3.0090410709 - -3.0090410709 - -2.9872739315 - -2.9872739315 - 1.0489619970 - -3.0090410709 - -0.5269432068 - -0.5269432068 - -3.0118901730 - -3.0090410709 - -3.0146198273 - -3.0118901730 - -2.1148390770 - -2.1148390770 - -3.0146198273 - -3.0146198273 - -3.0146198273 - -3.0356082916 - -3.0378003120 - -3.0816645622 - -3.0601406097 - -3.0804445744 - -3.0816645622 - -3.0804445744 - -2.8387076855 - -3.0601406097 - -3.0804445744 - -3.0804445744 - -3.0816645622 - -3.0804445744 - -2.8387076855 - -3.0601406097 - -3.0804445744 - 2.5257227421 - 2.5257227421 - 2.5183932781 - 2.5183932781 - 2.5257227421 - 2.5183932781 - -3.0804445744 - -3.0804445744 - -3.0804445744 - -3.0816645622 - -3.0804445744 - -3.0816645622 - -3.1016139984 - -3.1016139984 - 3.0051901340 - 3.0051901340 - -3.1016139984 - -3.0804445744 - -3.0816645622 - -3.1016139984 - -3.1016139984 - 3.0051901340 - 3.0051901340 - -3.1016139984 - -3.0828368664 - 3.0051901340 - -3.1016139984 - 2.9889433384 - -3.0828368664 - -3.1023969650 - -3.1016139984 - -3.1016139984 - 3.1031501293 - 3.1023969650 - 3.1023969650 - 3.1023969650 - 3.1031501293 - 3.1023969650 - 3.1023969650 - 3.1023969650 - 3.1023969650 - 3.1031501293 - 3.1023969650 - 3.0828368664 - 1.3197935820 - 1.3197935820 - 1.2890244722 - 1.2890244722 - 1.3197935820 - 1.2890244722 - 2.9905772209 - 2.9905772209 - 2.9872739315 - 2.9872739315 - 2.9905772209 - 2.9872739315 - -0.2782996595 - -0.2782996595 - 2.9398303032 - 2.9398303032 - 2.9352686405 - 2.9398303032 - 2.9181160927 - 2.9130959511 - 2.9130959511 - 2.9352686405 - 2.9078495502 - 2.9078495502 - 2.9130959511 - 2.9352686405 - 2.9078495502 - 0.2267988473 - 0.2267988473 - 2.2910692692 - 2.2910692692 - 2.8966140747 - 2.8732264042 - 2.8966140747 - 1.8058085442 - 1.8058085442 - 0.6747409701 - 0.6747409701 - 2.7314653397 - 2.7314653397 - -0.5144513249 - -0.5144513249 - -0.9085808396 - -0.9085808396 - 2.5183932781 - 2.5183932781 - -0.4783524275 - -0.4783524275 - 2.1730837822 - 2.1730837822 - -1.3948566914 - -1.3948566914 - -1.3473197222 - 2.7547168732 - 2.7547168732 - -1.4653069973 - 1.4977557659 - 1.4977557659 - 0.5516549945 - 0.5516549945 - -2.3774678707 - -2.3774678707 - -2.2565257549 - -2.2565257549 - -2.0258970261 - -2.0258970261 - 0.2662520409 - 0.2662520409 - -2.4668517113 - -2.4668517113 - 0.7531512976 - 0.7531512976 - 1.0906213522 - 1.0906213522 - 0.7474417090 - 1.0829598904 - 0.7474417090 - 1.0906213522 - 0.7474417090 - 1.0829598904 - -2.2621333599 - -2.2621333599 - 2.3662950993 - 2.3662950993 - -2.4625873566 - -2.4625873566 - 1.8370484114 - 1.8370484114 - 0.4527784586 - 0.4527784586 - 1.0010398626 - 1.0010398626 - -2.7928216457 - -2.7928216457 - -2.8198421001 - 0.8836721182 - 0.8836721182 - -2.8526172638 - -2.8526172638 - 1.3068325520 - 1.3068325520 - 0.1418970525 - 0.1418970525 - 2.5917394161 - 2.5917394161 - -2.2011978626 - -2.2011978626 - -2.9872739315 - -2.9838240147 - -2.9872739315 - -3.0146198273 - -3.0146198273 - -3.0118901730 - -3.0118901730 - -3.0118901730 - -1.0049419403 - -1.0049419403 - -3.0356082916 - -3.0146198273 - -3.0146198273 - -3.0356082916 - -3.0378003120 - -3.0356082916 - -3.0356082916 - -3.0356082916 - -3.0356082916 - -3.0356082916 - -3.0566909313 - -3.0566909313 - -3.0378003120 - 0.4377913177 - 0.4377913177 - 0.7509290576 - 2.8501358032 - -3.0584514141 - -3.0584514141 - -3.0601406097 - -3.1016139984 - -3.0804445744 - -3.0816645622 - -3.1016139984 - -3.1016139984 - 3.0051901340 - 2.9859979153 - 3.0051901340 - 2.9889433384 - 3.0051901340 - 2.9889433384 - -3.0828368664 - -3.1023969650 - -3.1023969650 - 3.0051901340 - -3.1016139984 - 2.9889433384 - -3.1016139984 - -3.0828368664 - -3.1023969650 - -3.1016139984 - -3.1016139984 - -3.1016139984 - -3.1016139984 - -3.1211872101 - -3.0828368664 - -3.1023969650 - -3.1016139984 - -3.1211872101 - -3.0828368664 - -3.1023969650 - -3.1016139984 - -3.1016139984 - -3.1023969650 - -3.1016139984 - -3.1023969650 - -3.1219873428 - -3.1016139984 - -3.1016139984 - -3.1016139984 - -3.1023969650 - -3.1219873428 - -3.1016139984 - 1.8116427660 - 1.8116427660 - 1.8076450825 - -2.7572178841 - -2.7572178841 - 3.0828368664 - 3.1023969650 - 3.1023969650 - 3.1031501293 - 3.1023969650 - 3.0828368664 - 3.0399038792 - 3.0399038792 - 3.0197501183 - 3.0197501183 - 3.0197501183 - 3.0197501183 - -0.6022873521 - -0.6022873521 - 2.5715522766 - 2.5715522766 - -2.8966140747 - -2.8966140747 - -2.5444159508 - -2.5444159508 - 2.1535358429 - 2.1535358429 - 2.9181160927 - 2.9398303032 - 2.9352686405 - 2.9398303032 - 2.9181160927 - 1.7390030622 - 1.7390030622 - -2.2489156723 - -2.2489156723 - -3.1207623482 - 2.5652174950 - -3.1207623482 - -2.8543112278 - -2.8543112278 - -1.2341215611 - -1.2341215611 - 2.9252519608 - 2.9252519608 - 2.8732264042 - 2.8732264042 - 2.8966140747 - 2.4980914593 - 2.4980914593 - 2.8037145138 - 2.8037145138 - 2.8526172638 - 2.8279719353 - 2.8279719353 - 2.8037145138 - 2.8526172638 - 2.8279719353 - 2.1112158298 - 2.1112158298 - 2.0988707542 - 2.0988707542 - 2.1112158298 - 2.0988707542 - 2.8112952709 - 2.7859568596 - 2.8112952709 - 1.8760194778 - 1.8760194778 - 1.9513026476 - 1.9513026476 - 2.7091848850 - 2.7091848850 - 2.4490940571 - 2.4490940571 - 0.2821237445 - 0.2821237445 - 2.7173981667 - 2.7173981667 - 1.1423101425 - 1.1423101425 - 2.7291822433 - 2.7291822433 - -0.4012287855 - -0.4012287855 - -0.3906070292 - -0.3906070292 - -0.4012287855 - -0.3906070292 - -0.9652516842 - -0.9652516842 - -0.4773453772 - -0.4773453772 - -1.3473197222 - -1.3948566914 - -1.3473197222 - 0.4182243347 - 0.4182243347 - -2.8501358032 - -2.8501358032 - -2.5032727718 - -2.5032727718 - 3.0393860340 - 3.0393860340 - -1.0209431648 - -1.0209431648 - -0.9670469761 - -2.2655346394 - -2.2655346394 - 0.7916092873 - 0.7916092873 - 0.7229793668 - 0.7229793668 - 1.0829598904 - 1.0906213522 - 0.7474417090 - 1.0829598904 - -2.2518134117 - -2.2518134117 - 0.6405856609 - 0.6405856609 - -0.9357696176 - -0.9357696176 - 1.3218336105 - 1.3218336105 - 1.3059790134 - 1.3059790134 - 1.3218336105 - 1.3059790134 - -2.6451699734 - -2.6451699734 - -0.0475831032 - -0.0475831032 - 2.3480646610 - 2.3480646610 - 1.8298983574 - 1.8298983574 - 2.6978099346 - 2.6978099346 - -2.2407677174 - -2.2407677174 - -0.1333502531 - -0.1333502531 - 2.9669203758 - 2.9669203758 - -1.8925468922 - -1.8925468922 - -2.9123606682 - -2.9123606682 - -2.9047439098 - -2.9047439098 - -2.9123606682 - -2.9047439098 - -2.4719536304 - -2.4719536304 - -2.8966140747 - -2.8966140747 - -2.9255077839 - -2.9255077839 - -2.9255077839 - -2.2589411736 - -2.2710351944 - -2.2589411736 - -0.5177818537 - -0.5177818537 - 0.8124186397 - 0.8124186397 - -2.9617390633 - 1.7547397614 - -2.9617390633 - -2.9838240147 - -3.0378003120 - -3.0146198273 - -3.0146198273 - -3.0356082916 - -3.0378003120 - -3.0601406097 - -3.0584514141 - -3.0601406097 - -3.0601406097 - -3.0804445744 - -3.0601406097 - -3.0601406097 - -3.0804445744 - -3.0804445744 - -3.0816645622 - -3.0804445744 - -3.0601406097 - -3.0804445744 - -3.0804445744 - -3.0816645622 - -3.0804445744 - -2.6363024712 - -2.6363024712 - -3.0816645622 - -3.0601406097 - -3.0804445744 - -3.0816645622 - -3.1016139984 - -3.0828368664 - -3.1023969650 - -3.1016139984 - -3.1016139984 - -3.1016139984 - -3.1219873428 - -3.1016139984 - -3.1023969650 - -3.1219873428 - -3.1016139984 - 1.8076450825 - 1.8116427660 - 1.8076450825 - 3.0197501183 - 3.0399038792 - 3.0197501183 - 1.9805542231 - 1.9805542231 - -0.4141385555 - -0.4048917890 - -0.4141385555 - 2.9694018364 - 2.9694018364 - 2.9694018364 - 2.5461828709 - 2.5461828709 - 1.9372931719 - 1.9372931719 - -2.6728944778 - -2.6728944778 - 2.9352686405 - 2.9130959511 - 2.9352686405 - 2.9078495502 - -3.0430121422 - -3.0430121422 - 1.0937566757 - 1.0937566757 - 0.8282290697 - 0.8282290697 - 1.0937566757 - 0.8282290697 - 3.0738997459 - 3.0738997459 - 0.8550527096 - 0.8550527096 - 2.7275936604 - 2.7275936604 - 2.9660005569 - 2.9660005569 - -0.3970794380 - -0.3970794380 - -0.0673138723 - -0.0673138723 - 1.9032226801 - -0.9453113079 - -0.9453113079 - -0.9453113079 - 3.0828368664 - 3.0828368664 - 2.3978371620 - 2.3978371620 - 2.3765997887 - -1.2082520723 - -1.2082520723 - 0.2204937637 - 0.2204937637 - 1.9797041416 - 1.9797041416 - 1.9513026476 - 1.9513026476 - 1.9797041416 - 1.9513026476 - -2.0344438553 - -2.0344438553 - -2.5535900593 - -2.5535900593 - -2.5453934669 - -0.6494007707 - -2.5453934669 - -2.5535900593 - -2.5453934669 - -0.6494007707 - -2.6135182381 - -2.6135182381 - -2.6135182381 - -2.6135182381 - -2.6135182381 - -2.6135182381 - -2.6135182381 - 1.3898698092 - 1.3898698092 - 1.5083775520 - 1.5083775520 - 1.1830261946 - 1.1830261946 - -1.9283621311 - -1.9283621311 - 2.0513200760 - 2.0513200760 - -2.8286914825 - -2.8286914825 - -2.8112952709 - 0.8317226171 - 0.8317226171 - -2.3835849762 - -2.8526172638 - -2.8450467587 - -2.8526172638 - -2.1305932999 - -2.1305932999 - -2.4652490616 - -2.4652490616 - 2.0788590908 - 2.0788590908 - -2.0032041073 - -2.9255077839 - -2.0032041073 - -2.2710351944 - -2.2710351944 - -2.2589411736 - 1.7547397614 - 1.7547397614 - -2.9617390633 - 1.7771202326 - 0.2730087042 - 0.2730087042 - 0.8902751207 - 0.8902751207 - 2.6694707870 - 2.6694707870 - 0.7509290576 - 0.4377913177 - 0.7509290576 - 2.8501358032 - 2.5770232677 - 2.5770232677 - -2.8387076855 - -3.0804445744 - -3.0601406097 - -3.0804445744 - 3.0051901340 - 3.0051901340 - -3.0816645622 - -3.0804445744 - -2.8387076855 - -3.0816645622 - -3.0804445744 - -3.0816645622 - -1.2157248259 - -1.2157248259 - -1.2120256424 - 3.0051901340 - -3.0816645622 - -3.1016139984 - 2.9889433384 - -3.0816645622 - -3.1016139984 - 3.0051901340 - 2.9859979153 - -3.1016139984 - -3.1016139984 - -3.1016139984 - 3.0051901340 - 2.9859979153 - -3.1016139984 - -3.1016139984 - -3.0816645622 - -3.0828368664 - -3.1016139984 - -3.1016139984 - -3.1016139984 - -3.1016139984 - -3.1023969650 - -3.1219873428 - 0.9329662323 - 2.3492980003 - 0.9329662323 - 3.1023969650 - 3.1023969650 - 3.1023969650 - 3.1031501293 - 3.1023969650 - 3.0828368664 - 3.1023969650 - 3.1023969650 - 3.1023969650 - 3.1031501293 - 3.1023969650 - 3.0828368664 - 1.5216555595 - 1.5216555595 - 3.0419239998 - 3.0419239998 - 3.0419239998 - 3.0172376633 - 3.0172376633 - 2.9694018364 - 2.9694018364 - 2.9656529427 - 2.9656529427 - 2.9694018364 - 2.9656529427 - -2.5841615200 - -2.5841615200 - -2.9047439098 - -0.4048917890 - -0.4048917890 - -0.4141385555 - 3.0548543930 - 3.0548543930 - -2.8822607994 - -2.8822607994 - 2.9398303032 - 2.9398303032 - 2.9352686405 - 2.9398303032 - 2.9181160927 - 2.9352686405 - 2.9398303032 - 2.9352686405 - 2.9398303032 - 2.9181160927 - 2.9352686405 - 2.9352686405 - 2.9398303032 - 2.9352686405 - -0.5779019594 - -0.5779019594 - -1.1659045219 - -1.1659045219 - 2.5652174950 - 2.5652174950 - -3.1207623482 - 1.3532421589 - 1.3532421589 - 2.1093037128 - 2.1093037128 - 2.2293622494 - 2.2293622494 - 2.2218730450 - 2.2218730450 - 2.2293622494 - 2.2218730450 - 0.6624262929 - 0.6624262929 - -2.9996955395 - -2.9996955395 - 2.7859568596 - 2.7859568596 - 2.8112952709 - -2.0344438553 - -2.0344438553 - 2.4410963058 - 2.4410963058 - 2.4313216209 - 2.4313216209 - 2.4410963058 - 2.4313216209 - 2.5002284050 - 2.5002284050 - 1.4288992882 - 1.4288992882 - 1.8844169378 - 1.8844169378 - -0.5638693571 - -0.5638693571 - 1.9032226801 - -0.0673138723 - 1.9032226801 - -2.8250234127 - -2.8250234127 - 2.3765997887 - 2.3978371620 - 2.3765997887 - 1.8925468922 - 1.8925468922 - -2.9878852367 - -2.9878852367 - 2.6521997452 - 2.6521997452 - -2.2101821899 - -2.2101821899 - -2.0701429844 - -2.0701429844 - -0.9670469761 - -1.0209431648 - -0.9670469761 - -2.4858970642 - -2.4858970642 - -2.1375255585 - -2.1375255585 - 0.7114591002 - 0.7114591002 - 0.6947382689 - -0.6494007707 - -2.5535900593 - -2.5453934669 - -0.6494007707 - -0.5543075204 - -0.5543075204 - -2.6135182381 - -2.6135182381 - -2.6135182381 - -2.6135182381 - -2.6135182381 - 2.9347186089 - 2.9347186089 - 0.8806504607 - 0.8806504607 - -2.7828218937 - -2.7828218937 - -2.7828218937 - -2.8112952709 - -2.8286914825 - -2.8112952709 - -2.8112952709 - 1.6539375782 - 1.6539375782 - -2.8842689991 - -2.8842689991 - -2.8905899525 - -2.8966140747 - -2.8966140747 - 0.0163919739 - 0.0163919739 - 2.7567288876 - 2.7567288876 - 0.7853981853 - 0.7853981853 - 2.2896263599 - 2.2896263599 - -0.0739390403 - -0.0739390403 - 0.7931499481 - 0.7931499481 - 0.0767718926 - 0.0767718926 - 0.4194774628 - 0.4194774628 - -3.0378003120 - -3.0566909313 - -3.0378003120 - -3.0172376633 - 2.8501358032 - 0.4377913177 - 0.7509290576 - 2.8501358032 - 0.3805063665 - 0.3805063665 - 0.4228539169 - -1.2120256424 - -1.2157248259 - -1.2120256424 - 2.9889433384 - 2.9889433384 - 3.0051901340 - 2.9859979153 - 2.9859979153 - -3.1016139984 - 2.9889433384 - -3.0816645622 - 3.0051901340 - 2.9859979153 - -3.1016139984 - -3.1016139984 - -3.1016139984 - -3.1016139984 - -3.0816645622 - -3.1016139984 - -3.1023969650 - -3.1016139984 - -3.1219873428 - -3.1016139984 - -2.5194346905 - -2.5194346905 - 3.0617625713 - 3.0617625713 - 3.0197501183 - 3.0197501183 - 3.0419239998 - 3.0197501183 - 3.0197501183 - 3.0197501183 - -2.7179236412 - -2.7179236412 - 2.9694018364 - 2.9694018364 - 2.9694018364 - 2.9441971779 - 2.9441971779 - 2.9441971779 - 2.9398303032 - 2.9398303032 - 2.9352686405 - 2.9398303032 - -2.6491069794 - 2.9352686405 - -2.6491069794 - 2.9398303032 - -2.6491069794 - 2.9352686405 - 2.9352686405 - 2.9398303032 - 2.9352686405 - 0.7513204813 - 0.7513204813 - 2.8732264042 - 2.8732264042 - 0.7578821778 - 0.7578821778 - -3.0529367924 - -3.0529367924 - -0.8348627090 - -0.8348627090 - 2.4218893051 - 2.4218893051 - -0.6022873521 - -0.6022873521 - 2.1730837822 - 2.1730837822 - 2.7367007732 - 2.7367007732 - 2.9471125603 - 2.9471125603 - 2.7367007732 - 2.7367007732 - -1.2571756840 - -1.2571756840 - 2.6571147442 - 2.6571147442 - 1.9472866058 - 1.9472866058 - -0.9505468607 - -0.9505468607 - 1.4154320955 - 1.4154320955 - -1.2178059816 - -1.2178059816 - 2.7928216457 - 2.7928216457 - -1.9255019426 - -1.9255019426 - 0.7117063403 - 0.7117063403 - -2.1730837822 - -2.1730837822 - -2.5000219345 - -2.5000219345 - 2.1587989330 - 2.1587989330 - -1.0516501665 - -1.0516501665 - -2.1875975132 - -2.1875975132 - -2.5105133057 - -2.5105133057 - 0.9791966081 - 0.9791966081 - 0.6947382689 - 0.7114591002 - -2.4980914593 - 0.6947382689 - 1.2301801443 - 1.2301801443 - -2.6135182381 - -2.6135182381 - -2.6135182381 - -2.6135182381 - -2.6135182381 - 2.2169151306 - 2.2169151306 - 0.9029637575 - 0.9029637575 - -2.7828218937 - -2.7828218937 - -2.7828218937 - -0.0972531959 - -0.0972531959 - -0.0949517041 - -0.0949517041 - -0.0972531959 - -0.0949517041 - -2.7828218937 - -2.7828218937 - -2.8905899525 - -2.8842689991 - -2.8905899525 - 2.8480036259 - 2.8480036259 - 1.2765617371 - 1.2765617371 - 1.1940850019 - 1.1940850019 - 0.0000000000 - 0.0000000000 - 0.0000000000 - 0.0000000000 - -2.9937431812 - -2.9937431812 - -3.0601406097 - -3.0601406097 - -3.0601406097 - 0.4228539169 - 0.3805063665 - 0.4228539169 - -3.0804445744 - -3.0804445744 - -3.0601406097 - -3.0804445744 - -3.0804445744 - -2.8387076855 - -3.0816645622 - -1.7738415003 - -1.7738415003 - -3.0816645622 - -3.1016139984 - -3.1016139984 - -3.0816645622 - -3.1016139984 - -3.1215953827 - -3.1219873428 - -3.1219873428 - -3.1016139984 - 3.1227269173 - 3.1227269173 - -0.8818719387 - -0.8818719387 - -0.9797634482 - 2.2724215984 - 2.2724215984 - -0.9797634482 - -0.9797634482 - -0.8818719387 - 2.2724215984 - -0.9797634482 - 0.8460969925 - 0.8460969925 - 0.8402880430 - 0.8402880430 - 0.8460969925 - 0.8402880430 - -2.9047439098 - -2.5841615200 - -2.9047439098 - 2.9694018364 - 2.9694018364 - 2.9483811855 - 2.7728967667 - 2.0214576721 - 2.0214576721 - 1.9151967764 - 1.9151967764 - 2.3972673416 - 2.3972673416 - -1.1760052443 - -1.1760052443 - 1.1358293295 - 1.1358293295 - 2.2257912159 - 2.2257912159 - 2.5101392269 - 2.5101392269 - 2.9241552353 - 2.9241552353 - 1.3734008074 - 1.3734008074 - 1.6662499905 - 1.6756732464 - 1.6662499905 - -2.5499930382 - -2.5499930382 - 2.2440838814 - 2.2440838814 - 0.8902751207 - 0.8902751207 - 2.2440838814 - 0.8902751207 - -0.5337082148 - -0.5337082148 - 2.7334434986 - 2.7334434986 - -0.3805063665 - -0.3805063665 - 1.5925320387 - 1.5925320387 - -1.1015307903 - -1.1015307903 - -0.5627372265 - -0.5627372265 - 2.7816441059 - 2.7816441059 - 3.0695526600 - -2.0724003315 - -2.0724003315 - 3.0695526600 - 2.7816441059 - 3.0695526600 - -0.9757267237 - -0.9757267237 - -1.0752446651 - -1.0752446651 - 1.1441688538 - 1.1441688538 - 1.9169323444 - 1.9169323444 - -2.1408367157 - -2.1708464622 - -2.1408367157 - -2.1527013779 - -2.1341125965 - -2.8577985764 - -2.8577985764 - -2.8450467587 - -2.8450467587 - -2.8577985764 - -2.8450467587 - 0.9827937484 - 0.9827937484 - 0.9827937484 - 0.7298996449 - 0.7298996449 - -2.5473790169 - -2.5473790169 - 0.7305083275 - 0.7305083275 - -2.6135182381 - -2.6135182381 - -2.6135182381 - -2.6135182381 - -2.6135182381 - 2.9392709732 - 2.9392709732 - 2.9269998074 - 2.9398303032 - 2.9398303032 - -0.3553770185 - -0.3553770185 - 0.3542594314 - 0.3542594314 - 1.5313431025 - 1.5313431025 - 0.3542594314 - 1.5313431025 - 1.7069352865 - 1.7069352865 - 1.5313431025 - 1.7069352865 - 0.7534940839 - 0.7534940839 - -2.7763912678 - -2.7763912678 - -2.8112952709 - -2.8112952709 - -2.8112952709 - -2.8112952709 - -2.8198421001 - -2.8112952709 - -2.8112952709 - -2.8112952709 - -2.8198421001 - -2.8450467587 - -2.8198421001 - -2.8450467587 - -2.3835849762 - 0.8317226171 - -2.3835849762 - -0.0131571358 - -0.0131571358 - -2.9617390633 - -2.9617390633 - 1.7771202326 - -1.7992929220 - 1.7547397614 - 1.7771202326 - -2.2455372810 - -2.2455372810 - 0.4287780225 - 0.4287780225 - -3.0601406097 - -3.0804445744 - -3.0601406097 - -2.8387076855 - -3.0816645622 - 3.0051901340 - 3.0051901340 - 3.0051901340 - 2.9859979153 - -2.8387076855 - -3.0816645622 - -3.0816645622 - 3.0051901340 - 3.0051901340 - 3.0051901340 - 2.9859979153 - -2.8387076855 - -3.0816645622 - -3.0816645622 - -3.0816645622 - -3.0804445744 - -3.0601406097 - 3.0051901340 - 3.0051901340 - 2.9859979153 - -2.8387076855 - -3.0816645622 - -3.0816645622 - -3.0816645622 - 3.0051901340 - 3.0051901340 - 2.9859979153 - -2.8387076855 - -3.0816645622 - -3.0816645622 - -3.0816645622 - -3.0816645622 - -3.0816645622 - 3.0051901340 - 2.9859979153 - -0.5880026221 - -0.5880026221 - -3.1016139984 - -3.1016139984 - -3.1016139984 - -3.0816645622 - -3.1016139984 - -3.1215953827 - 2.3492980003 - 2.3492980003 - 0.9329662323 - -3.1219873428 - -3.1219873428 - -1.3379825354 - -1.3379825354 - -3.1016139984 - -3.1016139984 - 3.0828368664 - 3.0828368664 - 3.0419239998 - 3.0419239998 - 3.0419239998 - 3.0617625713 - -2.9912211895 - -2.9912211895 - 1.3891475201 - 1.3891475201 - 1.1698466539 - 2.9729957581 - 2.9729957581 - 2.9729957581 - 2.9729957581 - 2.9729957581 - 2.9729957581 - 2.9694018364 - 2.7686049938 - 2.9694018364 - 2.9729957581 - 2.9694018364 - 2.9483811855 - 2.9694018364 - 2.9483811855 - 2.7728967667 - 2.9441971779 - 2.9441971779 - 2.9441971779 - 2.9398303032 - 2.9398303032 - 2.2565257549 - 2.2565257549 - 1.6247978210 - 1.6247978210 - 2.8357138634 - 2.8357138634 - 0.5924273729 - 0.5924273729 - 2.7763912678 - 2.7763912678 - 0.3034599125 - 0.3034599125 - -2.8911495209 - -2.8911495209 - 1.6756732464 - 1.6756732464 - 1.6662499905 - 2.7233684063 - 2.7233684063 - -0.3708913028 - -0.3708913028 - -0.4453010559 - -0.4453010559 - -0.4453010559 - -0.4453010559 - -0.4453010559 - -0.4453010559 - -0.8717967272 - -0.8717967272 - 2.1899576187 - 2.1899576187 - 2.6489076614 - 2.6489076614 - -0.9197195768 - -0.9197195768 - -2.1708464622 - -2.1708464622 - -2.1408367157 - -2.1527013779 - -2.1341125965 - -2.1150767803 - -2.1527013779 - -2.1708464622 - -2.1408367157 - -2.1527013779 - -2.1341125965 - -2.1150767803 - -3.0584514141 - -3.0584514141 - 0.4297622740 - 0.4297622740 - 0.5919708610 - 0.5919708610 - -2.5111911297 - -2.5111911297 - 0.2337431759 - 0.2337431759 - -2.4329664707 - -2.4329664707 - 0.6823165417 - 0.6823165417 - 2.9269998074 - 2.9392709732 - 2.9269998074 - 1.9150149822 - 1.9150149822 - 2.9708573818 - 2.9708573818 - -2.4308853149 - 0.3713991642 - -2.4308853149 - 0.7957070470 - 0.7957070470 - -0.6603062749 - -0.6603062749 - 0.8277969956 - 0.8277969956 - -0.3547056615 - -0.3547056615 - 0.1995553821 - 0.1995553821 - 1.9949907064 - 1.9949907064 - -1.7992929220 - -1.7992929220 - -2.9656529427 - 1.7771202326 - -1.8125492334 - -1.8125492334 - -2.9905772209 - -2.9905772209 - 0.1317622662 - 0.1317622662 - -3.0146198273 - -3.0146198273 - -3.0146198273 - -3.0172376633 - -3.0378003120 - -3.0172376633 - -3.0399038792 - -3.0399038792 - 2.9859979153 - 3.0051901340 - 3.0051901340 - 2.9859979153 - 3.0051901340 - -3.0816645622 - -3.0816645622 - -3.0816645622 - -3.0816645622 - -3.0816645622 - 3.0051901340 - -3.0816645622 - -3.0617625713 - -3.0816645622 - -3.0816645622 - 3.0051901340 - -3.0816645622 - -3.0617625713 - -3.1016139984 - -3.1016139984 - -3.0816645622 - -3.1016139984 - -3.1215953827 - -3.1023969650 - -3.0617625713 - -3.0617625713 - 3.1227269173 - 3.1227269173 - -0.6995171905 - -0.6995171905 - -2.5003488064 - -2.5003488064 - -2.8734819889 - -2.8734819889 - 3.0419239998 - 3.0197501183 - 3.0419239998 - 2.9967801571 - 2.9967801571 - 2.9996955395 - 1.1698466539 - 1.3891475201 - 1.1698466539 - -3.0999500751 - -3.0999500751 - -3.0999500751 - 2.9905772209 - -2.9996955395 - -2.9996955395 - 2.7728967667 - 2.9694018364 - 2.9483811855 - 2.7728967667 - 2.9694018364 - 2.9694018364 - 1.4288992882 - 1.4288992882 - 2.6962916851 - 2.6962916851 - 2.9398303032 - 2.9441971779 - 2.9441971779 - 2.9398303032 - 2.9398303032 - 2.9398303032 - 2.9398303032 - 2.9398303032 - 2.9398303032 - 2.9398303032 - -2.3267912865 - -2.3267912865 - -1.0697829723 - -1.0697829723 - 2.7397220135 - 2.7397220135 - 0.8621700406 - 0.8621700406 - 2.4429328442 - 2.4429328442 - 2.8430936337 - 2.8430936337 - -2.7187387943 - -2.7187387943 - 2.0714640617 - 2.0714640617 - 0.4304647744 - 0.4304647744 - 2.7314653397 - 2.7314653397 - 2.6909313202 - 2.6909313202 - 2.7173981667 - 0.8998384476 - 0.8998384476 - 2.7305281162 - 2.7305281162 - 1.5707963705 - 1.5707963705 - -2.1341125965 - -2.1708464622 - -2.1408367157 - -2.1527013779 - -2.1341125965 - -2.1150767803 - -2.1150767803 - -2.1708464622 - -2.1527013779 - -2.1341125965 - -2.1150767803 - -2.6167969704 - -2.6167969704 - 0.7464568019 - 0.7464568019 - 0.7341610193 - 0.7341610193 - 0.7464568019 - 0.7341610193 - -2.4980914593 - -2.4980914593 - 0.6947382689 - 0.6889243722 - 0.6889243722 - 0.6919213533 - 0.6919213533 - -0.7965087891 - -0.7965087891 - -2.6311042309 - -2.6311042309 - 1.9181822538 - 1.9181822538 - -2.5449323654 - 2.3561944962 - 2.3561944962 - 0.3713991642 - 0.3713991642 - -2.4308853149 - 1.6233793497 - 1.6233793497 - 2.6879949570 - 2.6879949570 - 1.5816655159 - -1.1902899742 - -1.1902899742 - 1.4698745012 - 1.4698745012 - 1.8925468922 - -1.9756880999 - 1.8925468922 - -2.8598208427 - -2.8598208427 - 2.0299394131 - 2.0299394131 - 1.3123413324 - 1.3123413324 - -2.9352686405 - -2.9130959511 - -2.9352686405 - -2.9656529427 - -1.7992929220 - -2.9656529427 - -1.1970695257 - -1.1970695257 - -2.8335399628 - -2.8335399628 - -3.0378003120 - -3.0378003120 - -3.0399038792 - 2.8141925335 - 2.8141925335 - -3.1215953827 - -2.9250423908 - -3.0816645622 - -3.1016139984 - -3.1215953827 - -3.1023969650 - -3.1016139984 - -2.5561873913 - -2.5561873913 - 0.9337260127 - 0.9337260127 - 1.9614033699 - 1.9614033699 - 1.9513026476 - 3.0617625713 - 3.0419239998 - 3.0617625713 - -1.8070416451 - -1.8070416451 - 3.0172376633 - 2.9967801571 - 3.0172376633 - -3.0999500751 - 3.0146198273 - -3.0999500751 - -3.0999500751 - 2.9905772209 - 1.7948199511 - 1.7948199511 - 2.5360479355 - 2.5360479355 - -3.0804445744 - 2.7686049938 - -3.0804445744 - -3.0791738033 - -3.0791738033 - -3.0804445744 - -3.0791738033 - 2.6779451370 - 2.6779451370 - 2.6422460079 - 2.8679332733 - 2.8679332733 - 2.8679332733 - -0.9403948784 - -0.9403948784 - -0.7954988480 - -0.7954988480 - 1.2277723551 - 1.2277723551 - 2.7348456383 - 2.7348456383 - 2.7343368530 - 2.7343368530 - 2.2965638638 - 0.4392622113 - 2.2965638638 - -0.8725554347 - -0.8725554347 - 2.1910457611 - 2.1910457611 - -0.8308214545 - -0.8308214545 - -0.8235476017 - -1.5291537046 - -1.5291537046 - -1.7834413052 - -1.7834413052 - 0.9827937484 - 0.9827937484 - 0.9827937484 - 1.0106749535 - 1.0106749535 - 0.1228352413 - 0.1228352413 - 0.7775242925 - 0.7775242925 - -2.3011322021 - -2.3011322021 - 0.7853981853 - 0.7853981853 - 0.7061991096 - 0.7061991096 - 2.9504082203 - 1.4108831882 - 1.3796118498 - 2.9504082203 - 2.9441971779 - 2.9441971779 - 1.3796118498 - -2.4980914593 - 2.9504082203 - 2.9441971779 - 0.6919213533 - 0.6889243722 - 0.6919213533 - 0.6919213533 - 0.6781193018 - 0.6781193018 - 0.6919213533 - 0.6919213533 - 0.6781193018 - 1.9204034805 - 1.9204034805 - -2.5449323654 - 1.9181822538 - -2.5449323654 - -2.8104965687 - -2.8104965687 - 2.3832149506 - 2.3832149506 - 1.5816655159 - 2.6879949570 - 1.5816655159 - 0.3703234196 - -2.8198421001 - -2.8112952709 - -2.8112952709 - -2.8198421001 - -2.8198421001 - -2.8198421001 - -2.8198421001 - -2.8198421001 - -2.8450467587 - 1.0567327738 - 1.0706353188 - 1.0567327738 - 2.3398025036 - 2.3398025036 - 3.0584514141 - 3.0584514141 - -2.8666827679 - -2.8666827679 - 0.7790288329 - 0.7790288329 - 0.9983364940 - 0.9983364940 - 0.7790288329 - 0.9983364940 - 2.1756987572 - 2.1756987572 - -3.0172376633 - -3.0172376633 - -0.5204584599 - -0.5204584599 - 1.2237347364 - 1.2237347364 - -3.0399038792 - -3.0172376633 - -3.0399038792 - -3.0399038792 - -1.0801283121 - -1.0801283121 - 3.0051901340 - 3.0051901340 - 3.0051901340 - 3.0051901340 - 3.0051901340 - 3.0077817440 - -1.4801363945 - -1.4801363945 - 1.9513026476 - 1.9614033699 - 1.9513026476 - 0.4783524275 - 0.4783524275 - 2.9996955395 - 2.9967801571 - 2.9996955395 - 2.9996955395 - 2.9967801571 - 3.0172376633 - 2.9996955395 - 2.9967801571 - 3.0172376633 - -2.5981149673 - -2.5981149673 - -2.5981149673 - -2.5981149673 - 2.7686049938 - 2.9729957581 - 2.7686049938 - -3.0804445744 - 2.6422460079 - 2.6779451370 - 2.6422460079 - -2.8822607994 - -2.8822607994 - 1.7640078068 - 1.7640078068 - 2.9441971779 - 2.9441971779 - -0.6829543114 - -0.6829543114 - 2.9398303032 - 2.9441971779 - 2.9441971779 - 2.9398303032 - 2.9398303032 - 2.9398303032 - 2.8406724930 - 2.8406724930 - 3.1415927410 - 3.1415927410 - 2.8357138634 - 2.8357138634 - 2.8279719353 - 2.8279719353 - 2.8357138634 - 2.8279719353 - 0.1816488355 - 0.1816488355 - 0.1780929416 - 0.1780929416 - 0.1816488355 - 0.1780929416 - 2.2415478230 - 2.2415478230 - -0.3805063665 - -0.3805063665 - 2.7532739639 - 2.7532739639 - 2.7367007732 - 2.7367007732 - 2.4558632374 - 2.4558632374 - -0.0470241308 - -0.0470241308 - 0.9774461985 - 0.9774461985 - -0.9342880845 - -0.9342880845 - -2.3794460297 - -2.3794460297 - 2.6614177227 - 2.6614177227 - -3.1026513577 - -3.1026513577 - 2.1587989330 - 2.1587989330 - -0.8235476017 - -0.8308214545 - -0.8235476017 - -1.9756880999 - -1.9756880999 - 3.0018837452 - 3.0018837452 - 3.1306040287 - 3.1306040287 - 1.1583858728 - 1.1583858728 - -0.2009542584 - -0.2009542584 - -2.5189218521 - -2.5189218521 - 0.9790201783 - 0.9790201783 - -2.5431737900 - -2.5431737900 - -2.5465230942 - 0.6919213533 - 0.6889243722 - 0.6919213533 - 0.6919213533 - 0.6781193018 - -2.9105019569 - -2.9105019569 - -2.5161075592 - -2.5161075592 - -2.6135182381 - -2.6135182381 - 1.5381991863 - 1.5381991863 - 0.5117388368 - 0.5117388368 - 3.0012176037 - 3.0012176037 - -2.5804293156 - -2.5804293156 - 0.7437555790 - 0.7437555790 - 2.0100586414 - 2.0100586414 - 1.0706353188 - 1.0706353188 - 1.0567327738 - -2.8279719353 - -2.8279719353 - -2.8279719353 - -2.8279719353 - 2.2075972557 - 2.2075972557 - 0.0140835755 - 0.0140835755 - -2.9617390633 - -2.9617390633 - -2.9617390633 - -2.9617390633 - 2.2374892235 - 2.2374892235 - 2.2272837162 - 2.2272837162 - 2.2374892235 - 2.2272837162 - -2.9905772209 - -2.9905772209 - -2.9905772209 - -3.0118901730 - -2.9905772209 - -2.9905772209 - -2.9905772209 - -2.9905772209 - -3.0118901730 - -2.9905772209 - -2.9937431812 - -2.9937431812 - -3.0146198273 - -2.9937431812 - -3.0146198273 - -3.0146198273 - -3.0146198273 - -3.0399038792 - -3.0378003120 - -3.0399038792 - -3.0399038792 - -3.0172376633 - -3.0399038792 - -3.0399038792 - -2.7492525578 - -2.7492525578 - 0.7771338820 - 3.1075148582 - 0.7771338820 - 0.7853981853 - 2.9859979153 - -2.8685839176 - 2.9859979153 - 3.0051901340 - 2.9859979153 - 3.0051901340 - -3.0816645622 - -2.8445284367 - -3.0828368664 - 2.9859979153 - 3.0077817440 - -3.0828368664 - 2.9859979153 - 3.0077817440 - 3.0051901340 - -3.0828368664 - 3.0051901340 - -3.0828368664 - 2.9859979153 - 3.0077817440 - -3.0816645622 - 3.0051901340 - -3.0828368664 - -3.0816645622 - -3.0617625713 - -3.0617625713 - -3.0816645622 - 3.0051901340 - -3.0828368664 - -3.0816645622 - -3.0617625713 - 3.0051901340 - 3.0051901340 - -3.0617625713 - 3.0051901340 - 3.0051901340 - 3.0051901340 - 3.0051901340 - 3.0051901340 - 3.0051901340 - 3.0051901340 - 3.0051901340 - 3.0051901340 - 3.0077817440 - 3.0051901340 - 3.0051901340 - 3.0051901340 - 3.0051901340 - 3.0051901340 - 3.0077817440 - 3.0077817440 - 3.0051901340 - 3.0051901340 - 3.0051901340 - 3.0077817440 - 2.9889433384 - 3.0051901340 - 3.0051901340 - 3.0077817440 - 2.9889433384 - 3.0051901340 - 2.9859979153 - -3.1023969650 - -2.9250423908 - -3.1016139984 - -3.1215953827 - -3.1023969650 - -3.1223642826 - -3.1223642826 - -3.1223642826 - -3.1219873428 - -3.1219873428 - -3.1223642826 - -3.1219873428 - 3.1031501293 - 3.1031501293 - 3.1031501293 - 3.1031501293 - 3.1031501293 - 3.1031501293 - 2.9905772209 - 3.0146198273 - 2.9729957581 - -3.0999500751 - -3.0999500751 - 2.9905772209 - 1.9477056265 - 1.9477056265 - 0.8460969925 - 0.8460969925 - 2.9694018364 - 2.9905772209 - 2.9694018364 - 2.7728967667 - 2.9694018364 - 2.9694018364 - 2.7532739639 - 2.7339611053 - 2.9694018364 - 2.9905772209 - 2.9694018364 - 2.7728967667 - 2.9694018364 - 2.9694018364 - 2.7532739639 - 2.7339611053 - 2.9441971779 - 1.7640078068 - 2.9441971779 - 2.9441971779 - 1.7266645432 - 1.7266645432 - -1.2679114342 - -1.2679114342 - 1.7681919336 - 1.7681919336 - 2.8357138634 - -2.3276307583 - -2.3276307583 - 0.6485345960 - 0.6485345960 - -2.3276307583 - 0.6485345960 - 2.7950537205 - 2.7950537205 - 2.7859568596 - 2.7859568596 - 2.7950537205 - 2.7859568596 - -0.1846843809 - -0.1846843809 - -0.4682347476 - -0.4682347476 - 0.7357934713 - 2.7173981667 - 2.6909313202 - 2.7173981667 - 2.7492525578 - 2.7492525578 - -3.0947518349 - -3.0947518349 - -0.4002406597 - -0.4002406597 - -0.4733560383 - -0.4733560383 - -0.7793376446 - -0.7793376446 - -0.7733505368 - -0.7733505368 - -0.7793376446 - -0.7733505368 - 2.1069424152 - 2.1069424152 - -1.8662371635 - -1.8662371635 - -1.8724154234 - -2.1293957233 - -2.1293957233 - -2.0831856728 - -2.0831856728 - -2.1293957233 - -2.0831856728 - -2.3036115170 - -2.3036115170 - -1.7619807720 - -1.7619807720 - -2.6535596848 - 1.4108831882 - 1.4108831882 - 1.3796118498 - 2.9504082203 - 1.3796118498 - 1.4108831882 - 1.3796118498 - 2.9504082203 - 2.9441971779 - 0.7022569180 - 0.7022569180 - -2.5465230942 - -2.5431737900 - -2.5465230942 - -2.5342874527 - -2.5342874527 - -0.3660565019 - -0.3660565019 - -2.5494060516 - 2.4733033180 - 2.4733033180 - -0.0459446572 - -0.0459446572 - 2.9441971779 - 2.9441971779 - 0.3703234196 - 1.5816655159 - 0.3703234196 - -1.9756880999 - -1.9756880999 - 1.8925468922 - -0.3587706685 - -0.3587706685 - 2.6057813168 - 2.6057813168 - 1.8925468922 - 1.8925468922 - 0.9505468607 - 0.9505468607 - -1.8157750368 - -1.8157750368 - -2.9130959511 - -2.9130959511 - -2.9352686405 - -2.9352686405 - 0.5326436162 - 0.5326436162 - -2.9617390633 - -2.9617390633 - -2.9617390633 - -2.9617390633 - -2.9905772209 - -2.9905772209 - -3.0118901730 - -2.9905772209 - -2.9905772209 - -3.0118901730 - -2.9905772209 - -1.3101938963 - -1.3101938963 - -2.9905772209 - -2.9905772209 - -2.9905772209 - -3.0118901730 - -2.9905772209 - -2.9937431812 - -2.9937431812 - -3.0146198273 - -2.9937431812 - -2.0812847614 - -2.0812847614 - -3.0172376633 - -3.0197501183 - -3.0172376633 - -3.0172376633 - -3.0172376633 - -3.0172376633 - 3.1075148582 - 3.1075148582 - 0.7771338820 - 0.7853981853 - -2.4421887398 - -2.4421887398 - -2.4342961311 - -2.4342961311 - -2.4421887398 - -2.4342961311 - 0.7853981853 - 3.1075148582 - 0.7771338820 - 0.7853981853 - -2.8685839176 - -2.8685839176 - 2.9859979153 - -3.0828368664 - -3.0617625713 - 3.0051901340 - -3.0816645622 - -2.8445284367 - -2.8501358032 - -3.0828368664 - 2.9859979153 - 3.0077817440 - 3.0051901340 - -3.0828368664 - 2.9889433384 - 3.0051901340 - 3.0051901340 - 3.0051901340 - 3.0077817440 - 2.9889433384 - 2.9859979153 - 3.0051901340 - 3.0077817440 - 2.9889433384 - 3.0051901340 - 2.9859979153 - -2.9250423908 - -2.9250423908 - -3.1215953827 - -3.1023969650 - 3.0839641094 - 3.0839641094 - 3.0828368664 - 3.0828368664 - 3.0839641094 - 3.0828368664 - -1.4972450733 - -1.4972450733 - -1.2414702177 - -1.2414702177 - -2.8270883560 - -2.8270883560 - 2.9996955395 - 2.9996955395 - 2.9996955395 - 3.0172376633 - 3.0172376633 - 2.9996955395 - 2.9967801571 - 3.0146198273 - 3.0146198273 - -3.0804445744 - 2.9729957581 - -3.0999500751 - 2.9905772209 - 2.9294488430 - 2.9294488430 - 2.9147937298 - 2.9905772209 - 2.7532739639 - 2.9905772209 - 2.9694018364 - 2.9694018364 - 2.9694018364 - 2.7532739639 - 2.7339611053 - 2.7532739639 - 2.9905772209 - 2.9694018364 - 2.9694018364 - 2.9694018364 - 2.7532739639 - 2.7339611053 - 2.9441971779 - 1.7640078068 - 2.9441971779 - 2.9441971779 - 2.9441971779 - 2.9441971779 - -2.8966140747 - -2.8966140747 - 2.8679332733 - 2.8679332733 - 2.8679332733 - 1.6683120728 - 1.6683120728 - -1.2087088823 - -1.2087088823 - -1.2036224604 - 0.9302106500 - 2.6078844070 - 2.6078844070 - 2.7367007732 - 2.7367007732 - 2.7367007732 - 2.8685839176 - 2.8685839176 - 0.4392622113 - 0.4392622113 - 2.2965638638 - -0.4738513231 - -0.4738513231 - 2.6011731625 - 2.6011731625 - 2.1854593754 - 2.1854593754 - 2.1293957233 - 2.1293957233 - 1.0768549442 - 1.0768549442 - -1.8724154234 - -1.8662371635 - -1.8724154234 - 2.0831856728 - 2.0831856728 - 2.6387493610 - 2.6387493610 - 1.5586018562 - 1.5586018562 - -2.3996453285 - -2.3996453285 - -2.4980914593 - -2.4980914593 - 2.9441971779 - -2.4668517113 - -2.4668517113 - -2.5494060516 - -0.3660565019 - -2.5494060516 - 0.8323435187 - 0.8323435187 - -2.5482425690 - -2.5482425690 - -2.5854263306 - -2.5854263306 - 1.9147654772 - 1.9147654772 - -2.6779451370 - -2.6779451370 - -2.7828218937 - -2.7828218937 - 0.2234766036 - 0.2234766036 - -1.8063412905 - -1.8063412905 - -2.8279719353 - -2.8598208427 - -2.8279719353 - -2.8279719353 - -2.8279719353 - -2.8279719353 - -2.8279719353 - 2.2945442200 - 2.2945442200 - 2.1885521412 - 2.1885521412 - 2.1797540188 - -2.9352686405 - -2.9130959511 - -2.9352686405 - 0.5800027847 - 0.5800027847 - 2.2200555801 - 0.0204053298 - 0.0204053298 - -2.9656529427 - -2.9656529427 - 2.0899424553 - 2.0899424553 - -2.3500595093 - -2.3500595093 - -3.0146198273 - -2.9937431812 - -3.0146198273 - -2.9937431812 - -0.6640461683 - -0.6640461683 - -3.0172376633 - -3.0197501183 - -3.0172376633 - -3.0172376633 - -3.0172376633 - -3.0172376633 - 1.9232538939 - 1.9232538939 - -3.0816645622 - -3.0617625713 - 3.0051901340 - -3.0816645622 - -2.8445284367 - -3.0828368664 - 2.9859979153 - -3.1223642826 - -3.1223642826 - -3.1223642826 - -0.1915017217 - -0.1915017217 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.0839641094 - 3.0839641094 - -2.5683381557 - -2.5683381557 - -2.7901477814 - -1.1672613621 - -1.1672613621 - 3.0024967194 - 3.0024967194 - 3.0438656807 - 3.0438656807 - 3.0024967194 - 3.0438656807 - 3.0419239998 - 0.8402880430 - 0.8402880430 - 3.0378003120 - 3.0378003120 - 2.9996955395 - 2.9996955395 - 3.0172376633 - 2.9996955395 - 2.9967801571 - 0.4547192752 - 0.4547192752 - -3.0804445744 - 2.9729957581 - 3.0146198273 - -3.0804445744 - 2.9729957581 - 2.9905772209 - 2.7367007732 - 2.7367007732 - 2.9147937298 - 2.9294488430 - 2.9147937298 - 2.9694018364 - 2.7532739639 - 2.9905772209 - 2.9694018364 - 2.9694018364 - 2.9694018364 - 2.7532739639 - 2.7339611053 - 2.7339611053 - 2.9905772209 - 2.9694018364 - -2.8771042824 - -2.8966140747 - 2.9694018364 - 2.9694018364 - 2.7532739639 - 2.7339611053 - 2.9441971779 - 2.9441971779 - 2.9441971779 - 2.9398303032 - 2.6344940662 - 2.6344940662 - 2.3914740086 - 2.3914740086 - -1.2036224604 - -1.2087088823 - -1.2036224604 - 0.9302106500 - 0.9302106500 - -1.2087088823 - -1.2036224604 - 0.9302106500 - 0.5910329223 - 0.5910329223 - 2.8357138634 - 1.7681919336 - 2.8666827679 - 2.8357138634 - 2.3932147026 - 2.3932147026 - 0.7357934713 - -0.4682347476 - 0.7357934713 - 1.3009471893 - 2.7455112934 - 2.7455112934 - -1.8444555998 - -1.8444555998 - -2.8083484173 - -2.8083484173 - 2.7682163715 - 2.7682163715 - -0.5028432012 - -0.5028432012 - -0.4825133085 - -0.4825133085 - -0.5028432012 - -0.4825133085 - -0.6640461683 - -0.6640461683 - 1.6756732464 - 1.6756732464 - 2.1910457611 - 2.1910457611 - 1.5827004910 - 1.5827004910 - 1.0164887905 - 1.0164887905 - 1.0153025389 - 1.0153025389 - -2.3612196445 - -2.3612196445 - -2.3561944962 - -2.3561944962 - -2.6535596848 - -1.7619807720 - -2.6535596848 - 0.7682569623 - 0.7682569623 - -2.5183932781 - -2.5183932781 - 0.8238407373 - 0.8238407373 - 1.0808390379 - 1.0808390379 - 1.8033533096 - 1.8033533096 - -2.8598208427 - -2.8598208427 - -2.8279719353 - 1.7634971142 - 1.0160040855 - 1.7634971142 - -0.2975617349 - -0.2975617349 - 1.6921483278 - 1.6921483278 - 2.0718097687 - 2.0718097687 - 1.2712643147 - 1.2712643147 - 0.6171913743 - 0.6171913743 - 0.3028848767 - 0.3028848767 - 2.2879774570 - 2.2879774570 - 2.2200555801 - 0.5800027847 - 2.2200555801 - -2.9617390633 - -2.9617390633 - -2.9617390633 - -2.9398303032 - -2.9617390633 - -2.9617390633 - 2.3937706947 - 2.3937706947 - -2.9656529427 - -2.9656529427 - -2.2769954205 - -2.2769954205 - -2.8445284367 - -3.0617625713 - -3.0617625713 - 3.0051901340 - -3.0816645622 - -2.8445284367 - -2.8501358032 - -3.0828368664 - 2.9859979153 - 2.9859979153 - 3.0051901340 - -3.0816645622 - -2.8445284367 - -2.8501358032 - -3.0828368664 - 2.9859979153 - 3.0077817440 - 3.0051901340 - -3.0828368664 - -3.0828368664 - -3.0828368664 - 2.9859979153 - 3.0077817440 - 3.0051901340 - -3.0828368664 - -3.0617625713 - -2.6934475899 - -2.6934475899 - 2.7000002861 - 2.7000002861 - 2.7008419037 - 1.3054642677 - 1.3054642677 - 2.7651023865 - 2.7651023865 - -2.7901477814 - -2.5683381557 - -2.7901477814 - 3.0839641094 - 3.0839641094 - 3.0633215904 - 3.0633215904 - 3.0633215904 - 3.0633215904 - 3.0633215904 - 3.0633215904 - 3.0438656807 - 3.0221636295 - 3.0221636295 - -1.0140335560 - -1.0140335560 - 1.1324597597 - 1.1324597597 - -3.0804445744 - 0.4547192752 - 3.0146198273 - -3.0804445744 - 2.9729957581 - 2.9937431812 - 2.9937431812 - 2.9937431812 - -2.7481420040 - -2.7481420040 - 2.6374266148 - 2.6374266148 - 2.1777839661 - 2.1777839661 - -0.7853981853 - -0.7853981853 - 0.9179496765 - 0.9179496765 - 2.6614177227 - 2.6614177227 - 2.3561944962 - 2.3561944962 - -0.7546386123 - -0.7546386123 - -0.7466578484 - 0.9025068879 - 0.9025068879 - 0.2284966409 - 0.2284966409 - -1.9832067490 - -1.9832067490 - 2.7367007732 - 2.7367007732 - 2.7367007732 - 2.2822554111 - 2.2822554111 - -0.7932720184 - -0.7932720184 - 0.5302157998 - 0.5302157998 - 1.0768549442 - 1.0768549442 - 2.0576956272 - 2.0576956272 - -2.4786555767 - -2.4786555767 - -2.4719536304 - -2.4719536304 - -2.4786555767 - -2.4719536304 - -2.4634733200 - -2.4634733200 - -2.4566307068 - -2.4566307068 - -2.4634733200 - -2.4566307068 - -2.5820858479 - -2.5820858479 - 0.6857295036 - 0.6857295036 - 0.6435011029 - 0.6435011029 - 0.9048271179 - 0.9048271179 - -2.4858970642 - -2.4858970642 - 0.9730379581 - 0.9730379581 - 0.9586438537 - 0.9586438537 - 0.9730379581 - 0.9586438537 - 0.8396085501 - 0.8396085501 - 0.6919213533 - 0.8451560140 - 0.8451560140 - 0.6919213533 - 0.8396085501 - 0.6919213533 - -2.6632401943 - -2.6632401943 - 2.4429328442 - 2.4429328442 - -2.8198421001 - -2.8198421001 - 1.7767876387 - 1.7767876387 - -2.9488918781 - 2.1072318554 - -2.9488918781 - -2.4582014084 - -2.4582014084 - -2.6085586548 - -2.6085586548 - -3.0197501183 - -3.0197501183 - -3.0172376633 - -3.0172376633 - -3.0172376633 - -3.0172376633 - -3.0197501183 - -3.0172376633 - -3.0172376633 - -3.0172376633 - -3.0172376633 - -3.0172376633 - -3.0172376633 - -3.0172376633 - -3.0172376633 - -3.0172376633 - -3.0172376633 - -3.0419239998 - -3.0419239998 - -3.0399038792 - -3.0399038792 - -3.0399038792 - -3.0601406097 - -3.0617625713 - -3.0617625713 - -3.0633215904 - -3.0617625713 - -3.0617625713 - -3.0617625713 - -3.0816645622 - -2.8501358032 - -2.8445284367 - -2.8501358032 - 2.9859979153 - 2.9859979153 - -3.0828368664 - 2.9859979153 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1227269173 - 3.1227269173 - 3.1227269173 - 3.1227269173 - 2.0686187744 - 2.0686187744 - 3.1038746834 - 3.1227269173 - 3.1038746834 - -2.6364941597 - -2.6364941597 - -2.6447818279 - 3.0633215904 - 3.0839641094 - 3.0633215904 - 3.0633215904 - 3.0633215904 - 3.0438656807 - 1.8313987255 - 1.8313987255 - 1.2490457296 - 3.0419239998 - 3.0438656807 - 3.0419239998 - 0.7909229398 - 0.7909229398 - 2.0701429844 - 2.0701429844 - 2.9937431812 - 2.9937431812 - 2.9729957581 - -2.8771042824 - -2.8771042824 - -2.8966140747 - 2.7532739639 - 2.9729957581 - 2.7532739639 - 2.9764440060 - 0.7130608559 - 2.9905772209 - 2.9694018364 - -2.8771042824 - 2.9764440060 - -2.8966140747 - 0.7130608559 - -2.8771042824 - -2.8966140747 - 2.7339611053 - 2.9441971779 - 2.9441971779 - 2.9441971779 - 2.3750600815 - 2.3750600815 - 2.3000736237 - 2.3000736237 - 2.3284237385 - 2.3284237385 - -1.4659193754 - -1.4659193754 - 2.8666827679 - 2.8666827679 - 2.8357138634 - 0.6254850626 - 0.6254850626 - 0.6202495098 - 0.6202495098 - 0.6254850626 - 0.6202495098 - 1.9064348936 - 1.9064348936 - 2.7950537205 - 2.7950537205 - -0.7466578484 - -0.7546386123 - -0.7466578484 - -0.3912355900 - -0.3912355900 - 0.5090708733 - 0.5090708733 - 1.6692425013 - 1.6692425013 - 2.4842035770 - 2.4842035770 - 2.8125429153 - 2.8125429153 - 1.3009471893 - 0.7357934713 - 1.3009471893 - 2.7403638363 - 2.7403638363 - 2.7403638363 - 2.7403638363 - -0.0348695815 - -0.0348695815 - 2.3036115170 - 2.3036115170 - 0.9087358713 - 0.9087358713 - -0.4868992269 - -0.4868992269 - 1.6332151890 - 1.6332151890 - 2.5120627880 - 2.5120627880 - 1.4173723459 - 1.4173723459 - -1.3370531797 - -1.3370531797 - -2.4037775993 - -2.4037775993 - -0.4391126633 - -0.4391126633 - -2.6497833729 - -2.6497833729 - 2.7492525578 - 2.3377916813 - 2.3377916813 - 2.3691806793 - 2.3691806793 - 2.3626461029 - 0.6171913743 - 0.6171913743 - 0.6383197904 - 0.7425672412 - 0.7425672412 - 2.3991129398 - 2.3991129398 - -1.0749018192 - -1.0749018192 - 0.1891990155 - 0.1891990155 - -2.9304993153 - -2.9304993153 - -2.9023611546 - -2.9023611546 - 2.1797540188 - 2.1885521412 - 2.1797540188 - -2.7522759438 - -2.7522759438 - 0.4241943955 - 0.4241943955 - -0.9140946865 - -0.9140946865 - -2.9398303032 - -2.9617390633 - -2.9398303032 - -2.9617390633 - -2.3184764385 - -2.3184764385 - 2.1072318554 - 2.1072318554 - -2.9488918781 - -2.9663262367 - -2.9663262367 - 2.9402754307 - 2.9110708237 - 2.9402754307 - -2.9663262367 - 2.9402754307 - 2.9110708237 - -2.1272003651 - -2.1272003651 - -3.0601406097 - -3.0399038792 - -3.0399038792 - -3.0601406097 - -3.0617625713 - 2.7080111504 - 2.7080111504 - 2.6928694248 - 2.6855206490 - -3.1215953827 - -3.1215953827 - 1.9879658222 - 1.9879658222 - 0.5767986178 - 0.5767986178 - -3.0727362633 - -3.0727362633 - 3.1038746834 - 2.0686187744 - 3.1038746834 - 3.1227269173 - 3.1038746834 - 3.1031501293 - 3.1227269173 - 2.0686187744 - 3.1038746834 - 3.1227269173 - 3.1038746834 - 3.1031501293 - 1.2490457296 - 1.8313987255 - 1.2490457296 - -2.6906561852 - -2.6906561852 - 2.9996955395 - 3.0378003120 - 2.9996955395 - -2.8966140747 - 2.9729957581 - -2.8771042824 - -2.8966140747 - 2.9729957581 - 2.9729957581 - -2.8966140747 - 2.9729957581 - 2.7532739639 - 2.9764440060 - -2.8966140747 - 0.7130608559 - -2.8966140747 - 2.9729957581 - 2.9764440060 - -2.8966140747 - 0.7130608559 - -2.8771042824 - -2.8966140747 - -2.8966140747 - 2.9764440060 - -2.8966140747 - 0.7130608559 - -2.8771042824 - -2.8966140747 - 2.7339611053 - -1.6869379282 - -1.6869379282 - 1.9379701614 - 1.9379701614 - 2.1561107635 - 2.1561107635 - 0.2401710153 - 0.2401710153 - 2.7686049938 - 2.7686049938 - 0.2401710153 - 2.7686049938 - 0.6889243722 - 0.6889243722 - 2.7547168732 - 2.7547168732 - -2.0677649975 - -2.0677649975 - 1.8033533096 - 1.8033533096 - 2.3711187840 - 2.3711187840 - 2.0809221268 - 2.0809221268 - 1.2558023930 - 1.2558023930 - 2.3086113930 - 2.3086113930 - -2.5449323654 - -2.5449323654 - -1.8925468922 - -1.8925468922 - -2.2539877892 - -2.2539877892 - -2.5579569340 - -2.5579569340 - -2.5793077946 - -2.5793077946 - 2.3626461029 - 2.3691806793 - 2.3626461029 - 0.6383197904 - 0.6171913743 - 0.6383197904 - -2.7403638363 - -2.7663218975 - -2.7403638363 - 2.8966140747 - 2.8966140747 - 2.4797449112 - 2.4797449112 - 0.8253768682 - 0.8253768682 - -2.6074101925 - -2.6074101925 - 2.4629302025 - 2.4629302025 - 0.7906891108 - 0.7906891108 - 0.7907457352 - 1.0160040855 - 1.0160040855 - 1.7634971142 - 1.3258177042 - 1.3258177042 - 1.1263771057 - 1.1263771057 - -1.1201349497 - -0.2860514522 - -1.1201349497 - -2.9617390633 - -2.9617390633 - -2.9398303032 - -2.9617390633 - 0.6234307885 - 0.6234307885 - -2.9937431812 - -2.9937431812 - -3.0172376633 - -2.4053351879 - -2.4053351879 - 0.9224643111 - 0.9224643111 - 0.0135126906 - 0.0135126906 - -3.0399038792 - -3.0399038792 - -3.0399038792 - -3.0601406097 - -3.0617625713 - -3.0617625713 - -3.0399038792 - -3.0399038792 - -3.0601406097 - -3.0617625713 - 2.9859979153 - 2.9859979153 - -3.0633215904 - -3.0633215904 - -3.0617625713 - -3.0617625713 - -3.0617625713 - 2.9859979153 - -3.0633215904 - -3.0633215904 - -3.0617625713 - -3.0617625713 - -3.0617625713 - 2.8555412292 - 2.8555412292 - 2.8430936337 - 2.8256223202 - 2.8256223202 - 2.7008419037 - 2.6855206490 - 2.7000002861 - 2.7008419037 - 0.7917674780 - 0.8045040965 - 0.8107092381 - 0.7917674780 - 0.7980557084 - 0.8042638302 - 3.1038746834 - 2.0686187744 - 3.1038746834 - 3.1227269173 - 3.1038746834 - 3.1031501293 - -2.6447818279 - -2.6364941597 - -2.6447818279 - 3.0839641094 - 3.0839641094 - 3.0839641094 - 3.0839641094 - 2.0250983238 - 2.0250983238 - 3.0633215904 - 3.0839641094 - 3.0633215904 - 3.0633215904 - 3.0633215904 - 3.0438656807 - 3.0633215904 - 3.0633215904 - 3.0438656807 - 3.0457334518 - 3.0244839191 - 3.0244839191 - 3.0244839191 - 1.9279303551 - 1.9279303551 - 2.9764440060 - 2.9764440060 - 2.9937431812 - 2.9937431812 - 2.9937431812 - 2.9729957581 - 2.9937431812 - 2.9729957581 - -2.8966140747 - 2.9764440060 - 2.9729957581 - 2.7532739639 - 2.9764440060 - -2.8966140747 - 0.7130608559 - -2.8771042824 - -2.8966140747 - 0.7130608559 - 2.9729957581 - 2.7532739639 - 2.9764440060 - -2.8966140747 - 0.7130608559 - -2.8771042824 - -2.8966140747 - 3.0648207664 - 3.0648207664 - 2.0487971306 - 2.0487971306 - 2.9312667847 - 2.9312667847 - -3.1077072620 - -3.1077072620 - 0.9557067752 - 0.9557067752 - 2.8037145138 - 2.8037145138 - 2.8037145138 - 2.8037145138 - 2.8037145138 - 2.8037145138 - 2.7763912678 - 2.7763912678 - -0.0121945171 - -0.0121945171 - -1.3004709482 - -1.3004709482 - 0.0123450514 - 0.0249947943 - 0.0123450514 - -0.1488899440 - -0.1488899440 - 0.6610431671 - 0.6610431671 - -2.5269296169 - -2.5269296169 - -2.5213432312 - -2.5213432312 - 0.8282290697 - 0.8282290697 - 1.2722973824 - 1.2722973824 - 0.8370762467 - 0.8370762467 - 0.2714784741 - 0.2714784741 - 0.5854900479 - 0.5854900479 - -2.7663218975 - -2.7663218975 - -2.7403638363 - 3.0090410709 - 3.0090410709 - 2.5790946484 - 2.5790946484 - 0.7907457352 - 0.7906891108 - 0.7907457352 - 3.0419239998 - 3.0419239998 - 3.0839641094 - 3.0839641094 - -2.6527402401 - -2.6527402401 - -2.9023611546 - -2.9304993153 - -2.9023611546 - -2.9023611546 - -0.7674360275 - -0.7674360275 - 1.6213860512 - 1.6213860512 - 0.8398896456 - 0.6779004931 - 0.6779004931 - 1.1659045219 - 1.1659045219 - -3.0393860340 - -3.0393860340 - -3.0172376633 - -2.9937431812 - -3.0172376633 - 0.9380474687 - 0.9380474687 - -3.0172376633 - -3.0172376633 - -3.0172376633 - -3.0172376633 - -3.0633215904 - 2.9859979153 - -3.0633215904 - -3.0633215904 - -3.0617625713 - -3.0617625713 - -3.0617625713 - -3.0617625713 - 2.9859979153 - -3.0633215904 - -3.0633215904 - -3.0617625713 - -3.0617625713 - -3.0617625713 - 2.9859979153 - -3.0617625713 - -3.0617625713 - -3.0617625713 - 3.0051901340 - -2.8501358032 - 2.9859979153 - 2.9859979153 - -3.0633215904 - 2.9859979153 - -3.0617625713 - 3.0051901340 - -2.8501358032 - 2.9859979153 - 2.9859979153 - -3.0633215904 - -3.0828368664 - -1.0929652452 - -1.0929652452 - 2.6928694248 - 2.7080111504 - 2.6928694248 - 2.6855206490 - 2.6855206490 - 2.7080111504 - 2.6928694248 - 2.6855206490 - 2.7008419037 - 2.5008089542 - 2.5008089542 - 2.4925971031 - 2.4925971031 - 2.5008089542 - 2.4925971031 - -3.1031501293 - -3.0828368664 - -3.1023969650 - -3.1031501293 - 0.8045040965 - 0.8045040965 - 0.8107092381 - 0.7917674780 - 0.7980557084 - 0.8042638302 - 0.7980557084 - 0.8045040965 - 0.8107092381 - 0.7917674780 - 0.7980557084 - 0.8042638302 - 2.3561944962 - 2.3561944962 - -2.6835947037 - -2.6835947037 - 3.1031501293 - 3.1038746834 - 3.1227269173 - 3.1038746834 - 3.1031501293 - 3.1230762005 - 1.3505475521 - 1.3505475521 - 1.6788080931 - 1.6788080931 - 2.4696295261 - 2.4696295261 - 1.1292039156 - 1.1292039156 - -1.9974237680 - -1.9974237680 - -1.9974237680 - -1.9974237680 - -1.9974237680 - -1.9974237680 - -0.4428173006 - -0.4428173006 - -0.6049912572 - -0.6049912572 - 1.8453716040 - 1.8453716040 - -1.8580777645 - -1.8580777645 - -1.9513026476 - -1.9513026476 - -0.8988331556 - -0.8988331556 - 0.7853981853 - 0.7853981853 - 2.3665034771 - 2.3665034771 - 0.0960887149 - 0.0960887149 - 2.7509856224 - 2.7509856224 - 2.7403638363 - 0.7737708092 - 0.7737708092 - 2.7468016148 - 2.7468016148 - -2.6224465370 - -2.6224465370 - -1.2551807165 - -1.2551807165 - -2.9419088364 - -2.9419088364 - 2.1939957142 - 2.1939957142 - 2.1794855595 - 1.2924966812 - 1.2924966812 - 0.0624188110 - 0.0624188110 - 1.0032587051 - 1.0032587051 - 2.8694467545 - 2.8694467545 - 3.1075148582 - -2.5633697510 - -2.5633697510 - 0.0249947943 - 0.0249947943 - 0.0123450514 - -2.3561944962 - -2.3561944962 - -2.4668517113 - -2.4668517113 - 2.3259007931 - 2.3259007931 - 2.2937757969 - 2.2655346394 - 2.2318394184 - 2.1708464622 - 2.2937757969 - 2.3259007931 - 2.2937757969 - 2.2655346394 - 2.2318394184 - 2.1708464622 - -2.5213432312 - -2.5213432312 - 0.6696389318 - 0.6696389318 - 0.6624262929 - 0.8253768682 - 0.8253768682 - 0.6907909513 - 0.6907909513 - 2.7492525578 - -2.6497833729 - 2.7492525578 - -2.6918330193 - -2.6918330193 - 1.9740778208 - 1.9740778208 - -2.7859568596 - -2.7859568596 - -2.7950537205 - -2.7950537205 - -2.7950537205 - -2.8198421001 - -2.4078726768 - -2.4078726768 - -2.5899376869 - -2.5899376869 - -0.2860514522 - -0.2860514522 - -1.1201349497 - -2.9023611546 - -2.9023611546 - -2.9304993153 - -2.9023611546 - -2.9023611546 - -2.6555607319 - -2.6555607319 - -2.4831671715 - -2.4831671715 - 2.9110708237 - -2.9663262367 - 2.9402754307 - 2.9110708237 - -0.9151006937 - -0.9151006937 - 3.0051901340 - -3.0633215904 - -3.0633215904 - -3.0617625713 - -3.0617625713 - 3.0051901340 - 2.9859979153 - 2.9859979153 - -3.0633215904 - -3.0828368664 - 3.0051901340 - -3.0828368664 - 2.9859979153 - -3.0633215904 - -3.0828368664 - 3.0051901340 - 3.0024967194 - -3.0828368664 - -3.0633215904 - -3.0828368664 - -3.0828368664 - 3.0051901340 - 3.0024967194 - -3.0828368664 - -3.0633215904 - -3.0828368664 - -3.0828368664 - -3.0828368664 - 0.6310793757 - 0.6310793757 - -3.0828368664 - -3.0828368664 - -3.0828368664 - -3.0828368664 - -3.0816645622 - -3.0828368664 - -3.0816645622 - -3.0828368664 - -3.0828368664 - -3.0816645622 - -3.0828368664 - -3.1023969650 - -3.0828368664 - -3.0816645622 - -3.0828368664 - -3.1023969650 - -3.0828368664 - -3.0828368664 - -3.0828368664 - -3.0828368664 - -3.1023969650 - -3.0828368664 - -3.0828368664 - -3.0828368664 - 0.8107092381 - 0.8045040965 - 0.8107092381 - 0.7917674780 - 0.7980557084 - 0.8042638302 - 0.8042638302 - 0.8045040965 - 0.8107092381 - 0.7917674780 - 0.7980557084 - 0.8042638302 - 3.1038746834 - 3.1227269173 - 3.1038746834 - 3.1230762005 - 3.1031501293 - 3.1230762005 - 3.0839641094 - 3.0648207664 - -0.6747409701 - -0.6747409701 - 3.0438656807 - 3.0438656807 - 2.9996955395 - 2.9996955395 - 2.9967801571 - 2.9967801571 - 2.9996955395 - 2.9967801571 - 2.9967801571 - 2.9967801571 - 2.9729957581 - -3.0329313278 - -3.0329313278 - 0.2624593973 - 0.2624593973 - 2.1498706341 - 2.1498706341 - 0.4062943161 - 0.4062943161 - 0.8960554004 - 0.8960554004 - 0.4062943161 - 0.8960554004 - 0.1448124945 - 0.1448124945 - 2.7610862255 - 2.7610862255 - 0.9201694727 - 0.9201694727 - 2.7403638363 - 2.7509856224 - 2.7403638363 - 1.9734510183 - 1.9734510183 - 2.7994368076 - 2.7994368076 - 2.1794855595 - 2.1939957142 - 2.1794855595 - 2.0032041073 - 2.0032041073 - -1.0184928179 - -1.0111147165 - -1.0184928179 - 1.6401294470 - 1.6401294470 - 0.9186249375 - 0.9186249375 - -2.8256223202 - -2.8256223202 - 0.4636476040 - 0.4636476040 - -1.1715755463 - -2.3457782269 - -2.3457782269 - -2.5686264038 - -2.5686264038 - 2.2655346394 - 2.3259007931 - 2.2937757969 - 2.2655346394 - 2.2318394184 - 2.1708464622 - 2.2318394184 - 2.3259007931 - 2.2937757969 - 2.2655346394 - 2.2318394184 - 2.1708464622 - 0.6202495098 - 0.6202495098 - -3.1077072620 - -2.9876480103 - -3.1077072620 - -2.6779451370 - -2.6779451370 - -2.6918330193 - -2.6779451370 - -2.6918330193 - -2.6918330193 - -2.6779451370 - -2.6918330193 - -2.6779451370 - -2.6918330193 - 2.8607549667 - 2.8607549667 - -2.7403638363 - -2.7403638363 - -2.7291822433 - -2.8037145138 - -2.8037145138 - -2.8598208427 - -2.8037145138 - -2.8357138634 - -2.8037145138 - -0.7649928331 - -1.3499675989 - -0.7649928331 - -3.0648207664 - -3.0648207664 - -2.8794727325 - -2.8794727325 - -2.9023611546 - 0.9229848981 - 0.9229848981 - 1.7454684973 - 1.7454684973 - 0.0713074654 - 0.0713074654 - -3.0252375603 - -3.0252375603 - -3.0367157459 - 0.9162255526 - 0.9162255526 - 1.1631648540 - -1.4691075087 - 1.1631648540 - 0.4729065895 - -2.8068559170 - -2.8068559170 - 1.1631648540 - 0.4729065895 - -2.8068559170 - -2.0570390224 - -2.0570390224 - -3.0633215904 - 2.9859979153 - -3.0633215904 - -3.0633215904 - -3.0633215904 - -3.0633215904 - -3.0633215904 - -3.0828368664 - -3.0828368664 - -3.0828368664 - -3.0839641094 - -3.0816645622 - -3.0828368664 - 2.8430936337 - 2.8555412292 - 2.8430936337 - 2.8256223202 - -3.0828368664 - -3.1223642826 - -3.0828368664 - -3.1023969650 - -3.0633215904 - -3.1031501293 - -3.1031501293 - -3.1031501293 - -3.1031501293 - 0.2662520409 - 0.2662520409 - 0.2633976340 - 0.2633976340 - 0.2662520409 - 0.2633976340 - -0.5429511666 - -0.5429511666 - 3.0457334518 - 3.0438656807 - 3.0457334518 - 3.0267159939 - 3.0267159939 - 3.0267159939 - 3.0244839191 - 3.0244839191 - 3.0244839191 - 1.3233424425 - 1.3233424425 - 2.1236374378 - 2.1236374378 - -1.8157750368 - -1.8157750368 - 2.3232393265 - 2.3232393265 - 0.8974271417 - 0.8974271417 - 2.8568623066 - 2.8568623066 - 1.7826238871 - 1.7826238871 - 1.7804361582 - -1.6721428633 - -1.6721428633 - 1.6097376347 - 1.6097376347 - 1.9789453745 - 1.9789453745 - 0.7434060574 - 0.7434060574 - 2.7947578430 - 2.7947578430 - -0.5840810537 - -0.5840810537 - -0.5840810537 - -0.5840810537 - 1.2545101643 - 1.2545101643 - 2.5097382069 - 2.5097382069 - -0.4353532791 - -0.4353532791 - 2.1910457611 - 2.1910457611 - 2.9349093437 - 2.9349093437 - 1.4986326694 - 1.4986326694 - 0.8329812884 - 0.8329812884 - -0.1952814013 - -0.1952814013 - -2.5213432312 - -2.5213432312 - 2.1708464622 - 2.3259007931 - 2.2937757969 - 2.2655346394 - 2.2318394184 - 2.1708464622 - -2.4980914593 - -2.4980914593 - 0.6624262929 - 0.6696389318 - 0.6624262929 - 0.6651026607 - 0.7260086536 - 0.7260086536 - -2.6367313862 - -2.6367313862 - -2.9876480103 - -2.9876480103 - -3.1077072620 - -2.6779451370 - -2.6779451370 - -2.6918330193 - -2.6779451370 - -2.6918330193 - 0.7796839476 - 0.7796839476 - -2.7049655914 - -2.7049655914 - -2.7173981667 - -2.7173981667 - 2.9441971779 - 2.9441971779 - -2.7763912678 - -2.7763912678 - -2.7663218975 - -2.7663218975 - -2.7763912678 - -2.7663218975 - 0.5549957156 - 0.5549957156 - 1.1525720358 - 1.1747149229 - 1.1525720358 - 1.1593400240 - -2.8198421001 - -2.7950537205 - -2.7950537205 - -2.8198421001 - -2.8598208427 - -2.8037145138 - -2.8598208427 - -2.8357138634 - -2.8357138634 - -2.8598208427 - -2.8357138634 - -2.8037145138 - -0.8870869875 - -0.8870869875 - 0.1388850212 - 0.1388850212 - 2.1823933125 - 2.1823933125 - 0.1388850212 - 2.1823933125 - -2.9023611546 - -2.8794727325 - -2.9023611546 - -2.9023611546 - -2.8794727325 - 1.0584068298 - 1.0584068298 - 0.8398896456 - 1.6213860512 - 0.8398896456 - -3.0367157459 - -3.0252375603 - -3.0367157459 - 2.7439646721 - 2.7439646721 - -3.0399038792 - -3.0399038792 - -0.7853981853 - -0.7853981853 - 2.8198421001 - 2.8198421001 - -3.0633215904 - 3.0051901340 - 2.9859979153 - 2.9859979153 - -3.0633215904 - -3.0828368664 - 3.0051901340 - 3.0024967194 - -3.0633215904 - -3.0828368664 - -3.0633215904 - -3.1023969650 - -3.0828368664 - -3.0828368664 - -3.0839641094 - -3.0816645622 - -3.0828368664 - 2.8256223202 - 2.8430936337 - 2.8256223202 - -3.1023969650 - -3.1223642826 - -3.0828368664 - -3.1023969650 - -3.0839641094 - -3.0633215904 - 2.7547168732 - 2.7301363945 - 2.7547168732 - 2.7389380932 - -0.8379812241 - -0.8379812241 - 2.8239572048 - 2.8239572048 - 3.0839641094 - 3.1230762005 - 3.0839641094 - 3.0648207664 - 3.0839641094 - 3.0839641094 - 3.0850491524 - 3.0648207664 - 3.0648207664 - 3.0648207664 - 3.0648207664 - 3.0267159939 - 3.0457334518 - 3.0267159939 - 3.0648207664 - 3.0648207664 - 2.9729957581 - 2.9729957581 - 2.9523935318 - 2.9729957581 - 0.7929168344 - 0.7929168344 - 1.7804361582 - 1.7826238871 - 1.7804361582 - 2.8732264042 - 2.8732264042 - 0.7787757516 - 0.7787757516 - 2.3768811226 - 2.3768811226 - 2.8037145138 - 2.8037145138 - 2.7950537205 - 2.7950537205 - 1.0878274441 - 1.0878274441 - -0.4245613813 - -0.4245613813 - -1.6856728792 - -1.6856728792 - -0.4145068824 - -0.4145068824 - -0.4461055398 - -0.4461055398 - -3.1016139984 - -3.1016139984 - -0.9272952080 - -0.9272952080 - -0.9600703716 - -0.9600703716 - 2.1421337128 - 2.1421337128 - -2.0152156353 - -2.0152156353 - 1.6396528482 - 1.6396528482 - -2.9033479691 - -2.9033479691 - 3.1075148582 - 2.8694467545 - 3.1075148582 - 2.3062360287 - 2.3062360287 - -2.7669115067 - -2.7669115067 - 0.8559877276 - 0.8559877276 - 1.9773631096 - 1.9773631096 - 2.1647689342 - 2.1647689342 - 0.7487653494 - 0.7487653494 - 0.7475783825 - -2.5213432312 - -2.5213432312 - -2.5535900593 - -2.5535900593 - 0.9664908051 - 0.9664908051 - -2.4053351879 - -2.4053351879 - 3.0557823181 - 3.0557823181 - 0.7543522120 - 0.7543522120 - -2.7291822433 - -2.7403638363 - -2.7557098866 - -2.7291822433 - -2.7291822433 - -2.7291822433 - 1.1747149229 - 1.1747149229 - 1.1525720358 - 1.1593400240 - 1.1593400240 - 1.1747149229 - 1.1525720358 - 1.1593400240 - -2.6011731625 - -2.6011731625 - -2.7950537205 - -2.7950537205 - -2.7950537205 - -2.8198421001 - -1.3499675989 - -1.3499675989 - -0.7649928331 - -2.7976236343 - -2.7976236343 - -2.8854413033 - -2.8854413033 - -0.3217505515 - -0.3217505515 - -2.9181160927 - -2.9130959511 - -2.9181160927 - 0.3080527782 - -0.6885591745 - -0.6885591745 - -2.9694018364 - -2.9694018364 - -2.3561944962 - -2.3561944962 - 0.2726098299 - 0.2726098299 - -2.9967801571 - -2.9967801571 - 0.0140835755 - 0.0140835755 - -3.0633215904 - -3.0633215904 - -3.0633215904 - -3.0633215904 - 2.9859979153 - -3.0633215904 - -3.0633215904 - -3.0633215904 - -3.0633215904 - -3.0633215904 - 2.9859979153 - -3.0633215904 - -3.0633215904 - 2.8083484173 - 2.8083484173 - 2.7912783623 - -3.0828368664 - -3.0633215904 - 3.0051901340 - -3.0617625713 - -3.0601406097 - -3.0633215904 - -3.0828368664 - 3.0051901340 - 3.0051901340 - -3.0617625713 - -3.0633215904 - -3.0828368664 - 3.0051901340 - 3.0024967194 - -3.0633215904 - -3.0828368664 - -3.0633215904 - -3.0839641094 - -3.0828368664 - 3.0024967194 - -3.0601406097 - -3.0633215904 - -3.0828368664 - 3.0051901340 - 3.0024967194 - -3.0633215904 - -3.0828368664 - -3.0633215904 - -3.0839641094 - -3.0828368664 - -3.0633215904 - -3.0633215904 - -3.0828368664 - 3.0051901340 - 3.0024967194 - -3.0633215904 - -3.0828368664 - -3.0633215904 - -3.0828368664 - -3.0828368664 - -3.0839641094 - -3.0828368664 - -3.0828368664 - -3.0839641094 - -3.0828368664 - -3.0828368664 - -3.0828368664 - -3.0839641094 - -3.0839641094 - -3.0828368664 - -3.1223642826 - -3.0828368664 - -3.1223642826 - -3.0839641094 - -3.0828368664 - -3.1023969650 - 3.1227269173 - 3.1227269173 - 3.1038746834 - 2.7389380932 - 2.7301363945 - 2.7547168732 - 2.7389380932 - 3.0648207664 - 3.1230762005 - 3.0839641094 - 3.0648207664 - 0.5272870660 - 0.5272870660 - 3.0839641094 - 3.0839641094 - 3.0850491524 - 3.0662636757 - 3.1038746834 - 3.0839641094 - -2.9375746250 - -2.9375746250 - -2.9504082203 - -2.9504082203 - 1.0516501665 - 1.0516501665 - 1.0560122728 - -1.5024099350 - -1.5024099350 - -1.5167948008 - -1.5167948008 - -1.5024099350 - -1.5167948008 - 2.9729957581 - 2.9967801571 - 2.9729957581 - 2.9523935318 - -3.0999500751 - -3.0999500751 - 2.9523935318 - 2.9729957581 - 2.9523935318 - 2.9523935318 - 2.9729957581 - 2.9729957581 - 2.9729957581 - 2.9523935318 - 2.9523935318 - 2.9729957581 - 2.9523935318 - 2.9729957581 - 2.9523935318 - 2.9729957581 - 2.9523935318 - 2.9523935318 - 2.9729957581 - 2.9523935318 - 1.2998495102 - 1.2998495102 - -2.5300955772 - -2.5300955772 - 2.8911495209 - 2.8911495209 - 0.3720677495 - 2.7524955273 - 2.7524955273 - 2.7439646721 - 0.3720677495 - 2.8911495209 - 0.3720677495 - 2.7686049938 - 2.7686049938 - 2.7509856224 - 2.7509856224 - 0.5907126069 - 0.5907126069 - -0.5713374615 - -0.5713374615 - 2.1910457611 - 2.1910457611 - -2.7985687256 - -2.7985687256 - -0.9420000315 - -0.9420000315 - -0.9928944111 - -0.9928944111 - -1.0111147165 - -1.0111147165 - -1.0184928179 - -2.0778949261 - -2.0778949261 - -1.9890207052 - -1.9890207052 - 2.8598208427 - 2.8598208427 - 0.0000000000 - 0.0000000000 - 0.9420000315 - 0.9420000315 - -0.6202495098 - -0.6202495098 - 0.8902751207 - 0.8902751207 - 0.7179331183 - 0.8063741326 - -2.4882879257 - 0.7179331183 - -1.1715755463 - 0.4636476040 - -1.1715755463 - 0.6273081899 - 0.6273081899 - -2.5308666229 - -2.5308666229 - -2.5535900593 - -2.5535900593 - 0.6651026607 - 0.6624262929 - 0.6651026607 - -2.5872850418 - -2.5872850418 - 0.9310265183 - 0.9310265183 - 0.5713374615 - 0.5713374615 - 0.5404195189 - 0.5404195189 - -2.6918330193 - -2.6497833729 - -2.6779451370 - -2.6918330193 - -2.6779451370 - -2.6918330193 - 2.3036115170 - 2.3036115170 - 0.9994588494 - 0.9994588494 - 1.8650308847 - 1.8650308847 - 1.8557536602 - 1.8557536602 - 1.8650308847 - 1.8557536602 - -2.8430936337 - -2.8430936337 - 1.1698466539 - 1.1698466539 - -1.1466019154 - -1.1466019154 - -2.8794727325 - -2.9023611546 - -2.8794727325 - 1.7033478022 - 1.7033478022 - 0.8828330040 - 0.8828330040 - 1.1692157984 - 1.1692157984 - 1.4382448196 - 1.4382448196 - -1.5912016630 - -1.5912016630 - -0.0412137620 - -0.0412137620 - -1.5912016630 - -0.0412137620 - -1.4691075087 - 0.8709034324 - -1.4691075087 - -3.0419239998 - 1.1631648540 - 0.4729065895 - 1.1631648540 - 0.4729065895 - -2.8068559170 - 0.6179664135 - 0.6179664135 - 0.4035349488 - 0.4035349488 - -2.7091848850 - -2.7091848850 - 2.7912783623 - -3.0633215904 - -3.0633215904 - -3.0633215904 - -3.0633215904 - 2.9859979153 - -3.0633215904 - -3.0633215904 - -3.0839641094 - -3.0839641094 - -3.0828368664 - -3.0839641094 - -3.0839641094 - -3.0828368664 - -2.7389380932 - -2.7389380932 - 2.6855206490 - -3.0633215904 - -3.1223642826 - -3.0839641094 - -3.0828368664 - -3.1023969650 - -3.0839641094 - -3.1031501293 - -3.1031501293 - -3.1031501293 - -3.1223642826 - 2.7301363945 - 2.7301363945 - 2.7547168732 - 2.7389380932 - 3.1038746834 - 3.1045725346 - 3.1038746834 - 3.1227269173 - 2.8531630039 - 2.8531630039 - -2.2996511459 - -2.2996511459 - 1.0560122728 - 1.0516501665 - 1.0560122728 - -2.7314653397 - -2.7314653397 - -2.7498927116 - 1.8976229429 - 1.8976229429 - 2.9523935318 - 2.9729957581 - 2.9523935318 - 2.9523935318 - 2.9729957581 - 2.9523935318 - 2.9729957581 - 2.7716865540 - 2.7716865540 - 0.4391126633 - 0.4391126633 - 0.4514530897 - 2.7439646721 - 2.7524955273 - 2.7439646721 - 1.7894653082 - 1.7894653082 - -1.1401038170 - -1.1401038170 - -0.5372847319 - -0.5372847319 - -0.5293962955 - 0.2938693464 - 0.2938693464 - 1.5707963705 - 1.5707963705 - 1.0146300793 - 1.0146300793 - 2.7663218975 - 2.7663218975 - -0.9031307101 - -0.9031307101 - -0.0238050260 - -0.0238050260 - 1.1177303791 - 1.1177303791 - -0.0238050260 - 1.1177303791 - -1.0882830620 - -1.0882830620 - -0.8571701050 - -0.8571701050 - 1.9222410917 - 1.9222410917 - 1.9672375917 - 1.9672375917 - 0.8190932870 - 0.8190932870 - -1.2649174929 - -1.2649174929 - -2.4882879257 - 0.8063741326 - 0.7853981853 - -2.4882879257 - 0.7179331183 - -0.4373379052 - -0.4373379052 - -1.5822900534 - -2.5337905884 - -2.5337905884 - 0.7475783825 - 0.7487653494 - 0.7475783825 - -2.6160087585 - -2.6160087585 - 0.6640461683 - 0.6640461683 - -2.6918330193 - -2.6918330193 - 2.0265700817 - 2.0265700817 - -2.7859568596 - -2.7859568596 - -2.7859568596 - -2.7859568596 - -2.7859568596 - -2.7859568596 - -2.8357138634 - -2.8357138634 - -2.8598208427 - 2.0152156353 - 2.0152156353 - 0.4487233460 - 0.4487233460 - -2.8854413033 - -2.8854413033 - -0.2186689526 - -0.2186689526 - -2.5740549564 - -2.5740549564 - 1.0729739666 - 1.0729739666 - 2.2756240368 - 2.2756240368 - 2.1386404037 - 2.1386404037 - 1.0434054136 - 1.0434054136 - 0.8709034324 - 0.8709034324 - -1.4691075087 - -3.0419239998 - 2.3561944962 - 2.3561944962 - -3.0633215904 - -3.0633215904 - -3.0828368664 - 3.0051901340 - 3.0024967194 - -3.0633215904 - -3.0633215904 - -3.0839641094 - -3.0828368664 - -3.0839641094 - -3.0828368664 - -3.0839641094 - -3.0839641094 - -3.1023969650 - -3.0839641094 - -3.1023969650 - -3.0828368664 - -3.0839641094 - -3.0839641094 - -3.0850491524 - -2.6374266148 - -2.6374266148 - -3.0839641094 - -3.1223642826 - -3.0839641094 - -3.1023969650 - -3.0839641094 - -3.1038746834 - -3.0828368664 - -3.1223642826 - -3.0839641094 - -3.1023969650 - -3.0839641094 - -3.1038746834 - -3.1223642826 - -3.1031501293 - -3.1223642826 - 3.0850491524 - 3.0839641094 - 3.0850491524 - 3.0850491524 - 3.0839641094 - 3.0850491524 - 3.0662636757 - 3.1038746834 - 3.0839641094 - 3.1038746834 - 3.0839641094 - 3.0850491524 - 3.0662636757 - 3.1038746834 - 3.0839641094 - -0.8235476017 - -0.8235476017 - -0.1311116517 - -2.9402754307 - -2.9402754307 - 3.1415927410 - 3.1415927410 - 2.9996955395 - 2.9996955395 - 2.9764440060 - 0.9494727254 - 0.9494727254 - 2.4149503708 - 2.4149503708 - 0.4514530897 - 0.4391126633 - 0.4514530897 - 0.4306925237 - 0.4306925237 - 0.2782996595 - 1.8446383476 - 1.8446383476 - -0.5293962955 - -0.5372847319 - -0.5293962955 - 0.9600703716 - 0.9600703716 - 2.7610862255 - 2.7610862255 - 2.7610862255 - 2.7610862255 - 2.7509856224 - 2.7509856224 - 2.7610862255 - 2.7509856224 - -0.3805063665 - -0.3805063665 - -0.5678440332 - -0.5678440332 - -0.5601213574 - -0.5601213574 - -0.5678440332 - -0.5601213574 - 0.0723373294 - 0.0723373294 - -0.0340777114 - -0.0340777114 - -2.1240906715 - -2.1240906715 - 2.1096158028 - 2.1096158028 - 1.9890207052 - 1.9890207052 - 0.9827937484 - -2.1193456650 - 0.9827937484 - -1.7359449863 - -1.7359449863 - -1.0912770033 - -1.0912770033 - 2.3392469883 - 2.3392469883 - 2.3217253685 - 2.3217253685 - 2.3392469883 - 2.3217253685 - 2.2950463295 - 2.2950463295 - 2.2545056343 - 1.7681919336 - 1.7681919336 - 0.8063741326 - 0.8063741326 - 0.7853981853 - -2.4882879257 - 0.7179331183 - 0.7704738975 - 0.7704738975 - 0.6711438298 - 0.6711438298 - -2.5917394161 - -2.5917394161 - -2.5963654518 - -0.4358769655 - -0.4358769655 - -1.6037514210 - -1.6037514210 - -2.7557098866 - -2.7557098866 - -2.7291822433 - 2.5959374905 - 2.5959374905 - -2.9130959511 - -2.9398303032 - -2.9130959511 - -2.9181160927 - 0.3080527782 - -2.9181160927 - 0.3080527782 - 0.2754260898 - 0.2754260898 - 1.0405805111 - 1.0405805111 - -2.4558632374 - -2.4558632374 - -0.3906070292 - -0.3906070292 - -2.5393052101 - -2.5393052101 - 2.2101821899 - 2.2101821899 - 0.9723774195 - 0.9723774195 - 2.9859979153 - 2.9859979153 - 0.9723774195 - -3.0633215904 - -3.0633215904 - -3.0633215904 - 2.9859979153 - -3.0648207664 - -3.0633215904 - -3.0648207664 - 2.7912783623 - -2.7091848850 - 2.8083484173 - 2.7912783623 - -3.0633215904 - -3.0633215904 - -3.0633215904 - 2.9859979153 - -3.0648207664 - -3.0633215904 - -3.0648207664 - -3.0617625713 - -3.0633215904 - -3.0617625713 - -3.0633215904 - -3.0601406097 - -3.0828368664 - -3.0601406097 - -3.0617625713 - -3.0601406097 - -3.0828368664 - 3.0024967194 - -3.0839641094 - -3.0828368664 - 3.0051901340 - -3.0648207664 - 3.0024967194 - -3.0633215904 - -3.0633215904 - -3.0839641094 - -3.0839641094 - -3.0633215904 - -3.0839641094 - -3.0839641094 - -3.0828368664 - -3.0839641094 - -3.0839641094 - -3.0828368664 - -3.0839641094 - -3.0839641094 - -3.0850491524 - -3.0828368664 - 2.6855206490 - -2.7389380932 - 2.6855206490 - -3.0839641094 - -3.1223642826 - -3.0839641094 - -3.0839641094 - -3.0839641094 - -3.1038746834 - 1.9530788660 - 1.9530788660 - -3.1031501293 - -3.1031501293 - 2.5984029770 - 2.5984029770 - 3.1227269173 - 3.1045725346 - 3.1038746834 - 3.1227269173 - 3.0662636757 - 3.0839641094 - 3.0850491524 - 3.0662636757 - 3.1038746834 - 3.0839641094 - 3.0839641094 - 3.0839641094 - 3.0850491524 - 3.0662636757 - 3.1038746834 - 3.0839641094 - 3.0457334518 - 3.0457334518 - 2.0131704807 - 2.0131704807 - -0.1311116517 - -0.8235476017 - -0.1311116517 - 3.0244839191 - 3.0244839191 - 3.0051901340 - 2.9523935318 - 2.9523935318 - 2.9523935318 - 2.9562447071 - 2.9729957581 - -3.0845117569 - -3.0845117569 - 2.8809902668 - 2.8809902668 - 0.2782996595 - 0.4306925237 - 0.2782996595 - 2.8568623066 - 2.8568623066 - 1.2924966812 - 1.2924966812 - 1.6745886803 - 1.6745886803 - 0.1973955631 - 0.1973955631 - 2.3006958961 - 2.3006958961 - -1.2587542534 - 1.2390793562 - -1.2587542534 - 2.1471714973 - 2.1471714973 - -2.1193456650 - -2.1193456650 - 0.9827937484 - 1.9295669794 - 1.9295669794 - 0.8017901182 - 0.8181732893 - 0.8017901182 - -2.9269998074 - -2.9269998074 - 0.0665681660 - 2.1708464622 - 0.0665681660 - 2.2545056343 - 2.2950463295 - 2.2545056343 - -2.0032041073 - 0.7952988148 - -2.0032041073 - -2.5963654518 - -2.5917394161 - -2.5963654518 - 0.7983844280 - -2.5707874298 - 0.7983844280 - 0.7982179523 - -2.6497833729 - -2.6497833729 - -2.6918330193 - -2.7403638363 - -2.7403638363 - -2.7509856224 - -2.7509856224 - -2.7859568596 - -1.5707963705 - -1.5707963705 - -3.0951144695 - -3.0951144695 - -2.8198421001 - -2.8198421001 - 1.9860236645 - 1.9860236645 - -2.8501358032 - -2.8501358032 - -2.8568623066 - -2.8568623066 - -2.8568623066 - -2.8501358032 - -2.8568623066 - -2.8501358032 - -2.8430936337 - -2.8568623066 - -2.8568623066 - -2.8501358032 - -2.8568623066 - -1.4173723459 - -1.4173723459 - -2.6546933651 - -2.6546933651 - 0.1566018760 - 0.1566018760 - -2.7266869545 - -2.7266869545 - -2.7323467731 - -2.8854413033 - -2.8854413033 - -2.9398303032 - -2.9398303032 - -2.9130959511 - -2.9441971779 - -2.4016177654 - -2.4016177654 - -0.3136206567 - -0.3136206567 - 1.6594521999 - 1.6594521999 - -0.0849017948 - -0.0849017948 - -1.3494819403 - -1.3494819403 - -0.3290497065 - -0.3290497065 - -2.5360479355 - -2.5360479355 - 0.1798534989 - 0.1798534989 - 0.0000000000 - 0.0000000000 - -3.0419239998 - 0.8709034324 - -1.4691075087 - -3.0419239998 - -3.0419239998 - -3.0419239998 - 3.0024967194 - 2.9829373360 - 3.0024967194 - -3.0419239998 - 3.0024967194 - 2.9829373360 - -3.0617625713 - -3.0648207664 - -3.0633215904 - 2.9859979153 - -3.0648207664 - -3.0633215904 - -3.0648207664 - -3.0633215904 - -3.0633215904 - -3.0648207664 - -3.0633215904 - -3.0648207664 - -3.0617625713 - -3.0633215904 - -3.0839641094 - -3.0648207664 - -3.0839641094 - -3.0839641094 - -3.0839641094 - -3.0828368664 - 2.8430936337 - -3.0850491524 - 2.8430936337 - -3.1038746834 - -3.1031501293 - -3.1038746834 - 3.1045725346 - 3.1038746834 - 3.1230762005 - 3.1045725346 - 3.1038746834 - 3.1227269173 - 0.2593317330 - 0.2593317330 - 3.0051901340 - 3.0244839191 - 3.0051901340 - 0.6226707697 - 0.6226707697 - 0.6310793757 - -2.7498927116 - -2.7314653397 - -2.7498927116 - 1.2774293423 - 1.2774293423 - 2.7707014084 - 2.7707014084 - 2.3111798763 - 2.3111798763 - 0.5833730102 - 0.5833730102 - -0.3520443141 - -0.3520443141 - 2.2367656231 - 2.2367656231 - -0.3080527782 - -0.3080527782 - 0.8181732893 - 0.8181732893 - 0.8017901182 - 2.1708464622 - 2.1708464622 - 0.0665681660 - 1.1618884802 - 1.1618884802 - -2.3621115685 - -2.3621115685 - 0.7853981853 - 0.8063741326 - 0.7853981853 - -2.4882879257 - 0.8408966660 - 0.8408966660 - 0.8135597110 - 0.8135597110 - -1.5822900534 - -0.4373379052 - -1.5822900534 - 0.4756952226 - 0.4756952226 - -2.5568473339 - -2.5568473339 - -2.5503005981 - -2.5503005981 - -2.5568473339 - -2.5503005981 - 0.7394534945 - 0.7394534945 - -2.5782763958 - -2.5782763958 - 1.8545904160 - 1.8545904160 - -2.5914268494 - -2.5914268494 - 2.3182380199 - 2.3182380199 - 0.6146629453 - 0.6146629453 - 0.6107259393 - 0.6107259393 - 0.7982179523 - -2.5707874298 - 0.7983844280 - 0.7982179523 - -0.2174374163 - -0.2174374163 - 0.6538100243 - 0.6538100243 - -2.6497833729 - -2.6497833729 - -2.6497833729 - -2.8598208427 - -2.8357138634 - -2.8598208427 - -2.8119683266 - -2.0484616756 - -2.0484616756 - -2.0391387939 - -2.0391387939 - -2.0484616756 - -2.0391387939 - -2.8430936337 - -2.8430936337 - -2.8501358032 - 2.5181617737 - 2.5181617737 - -2.7323467731 - -2.7266869545 - -2.7323467731 - -2.9229238033 - -2.9229238033 - 2.9829373360 - -3.0419239998 - 3.0024967194 - 2.9829373360 - -3.0617625713 - -3.0617625713 - 3.0024967194 - 2.9829373360 - -3.0617625713 - -0.4064185023 - -0.4064185023 - -3.0850491524 - -3.0828368664 - -3.0839641094 - -3.0839641094 - -3.0839641094 - -3.0850491524 - -3.1038746834 - -3.0839641094 - -3.0839641094 - -3.0839641094 - -3.0850491524 - -3.0839641094 - -3.1031501293 - -3.0839641094 - -3.0839641094 - -3.0839641094 - -3.0850491524 - -3.0839641094 - 0.3120421171 - 0.3120421171 - 0.2756294310 - 0.2756294310 - 0.6310793757 - 0.6226707697 - 0.6310793757 - 2.9764440060 - 2.9996955395 - 2.9764440060 - -3.1254649162 - -3.1254649162 - -3.1088175774 - -3.1088175774 - -3.1254649162 - -3.1088175774 - 2.9562447071 - 2.9562447071 - 2.9523935318 - 2.9562447071 - 1.2649174929 - -3.1211872101 - 1.2649174929 - -2.4320719242 - -2.4320719242 - 2.5925674438 - 2.5925674438 - 1.3667783737 - 1.3667783737 - 2.3932147026 - 2.3932147026 - -1.8063412905 - -1.8063412905 - 2.0412006378 - 2.0412006378 - 2.7651023865 - 2.7651023865 - -0.4636476040 - -0.4636476040 - 1.8457062244 - 1.8457062244 - -0.0340777114 - -0.0340777114 - -0.0439277664 - -0.0439277664 - 2.3435368538 - 2.3435368538 - 2.1730837822 - -0.7778795362 - 2.1730837822 - 0.0188656859 - 0.0188656859 - 3.0584514141 - 3.0584514141 - 3.0172376633 - 1.3567355871 - 1.3654009104 - 2.4009406567 - 2.4009406567 - -2.0152156353 - -1.9956284761 - -2.0152156353 - 2.4009406567 - -2.0152156353 - -1.9956284761 - -1.9956284761 - 2.4009406567 - -2.0152156353 - -1.9956284761 - -2.8022999763 - -2.8022999763 - -1.5815485716 - -1.5815485716 - -0.7853981853 - -0.7853981853 - 0.6123221517 - 0.6123221517 - 0.6254850626 - 0.6254850626 - 0.6254850626 - 0.6254850626 - 0.6254850626 - 0.6254850626 - -2.5707874298 - -2.5707874298 - 0.7983844280 - 0.7982179523 - 0.5763752460 - 0.5763752460 - -2.6497833729 - -2.6497833729 - -2.6497833729 - -2.6779451370 - -2.6779451370 - 2.2597208023 - 2.2597208023 - 1.6044914722 - -2.8119683266 - -2.8598208427 - -2.8119683266 - -2.8568623066 - -2.8568623066 - -2.8568623066 - -2.8501358032 - -2.8568623066 - 0.8856526613 - 0.8856526613 - 1.6738779545 - 1.6738779545 - -2.9441971779 - -2.9441971779 - -2.9729957581 - -2.9729957581 - -2.9967801571 - -2.9967801571 - 0.6567016840 - 0.6567016840 - -3.0648207664 - 2.9859979153 - -3.0648207664 - -3.0648207664 - -3.0633215904 - -3.0648207664 - -3.0633215904 - -3.0648207664 - -3.0633215904 - -3.0648207664 - -3.0648207664 - -3.0648207664 - 3.0051901340 - -3.0839641094 - 0.9536049366 - 0.9536049366 - -3.0839641094 - -3.0839641094 - -3.0839641094 - -3.0839641094 - -3.0850491524 - -3.1038746834 - 3.1038746834 - 3.1038746834 - 3.1038746834 - 3.1038746834 - 3.1230762005 - 3.1230762005 - 3.1045725346 - 3.0348570347 - 3.0348570347 - -2.2353982925 - -2.2353982925 - -2.2404353619 - 2.8854413033 - 2.8854413033 - -0.4324077666 - -0.4324077666 - 2.8119683266 - 2.8119683266 - 0.8441540003 - 0.8441540003 - -3.1159572601 - -3.1159572601 - 0.0547397807 - 0.0547397807 - 0.0554985069 - 1.2390793562 - 1.2390793562 - -1.2587542534 - 1.5707963705 - 1.5707963705 - 1.5707963705 - -1.0000830889 - -1.0000830889 - 3.0172376633 - 3.0584514141 - 3.0172376633 - 1.3567355871 - 1.3654009104 - 1.4237179756 - 1.4237179756 - 0.8960554004 - 0.8960554004 - 0.8960554004 - 0.8960554004 - 0.9600703716 - 0.9600703716 - 0.8960554004 - 0.8960554004 - 0.8960554004 - 0.8960554004 - 1.0025094748 - 1.0025094748 - 0.7952988148 - 0.7952988148 - -2.0032041073 - -1.8766752481 - -1.8766752481 - 0.6287962794 - 0.6287962794 - 0.6078019738 - 0.6078019738 - 0.6287962794 - 0.6078019738 - 0.6086893082 - 0.6086893082 - -1.9401299953 - -1.9401299953 - -2.6546933651 - -2.6546933651 - -2.6292030811 - -2.6292030811 - -2.6292030811 - 3.0990650654 - 3.0990650654 - 2.7201733589 - 2.7201733589 - 2.9813618660 - 2.9813618660 - -2.7859568596 - -2.7610862255 - -2.7509856224 - -2.7859568596 - -2.7859568596 - -2.7859568596 - 1.6044914722 - 2.2597208023 - 1.6044914722 - 2.2228441238 - 2.2228441238 - 1.9949907064 - 1.9949907064 - -2.8568623066 - -2.8568623066 - -2.8568623066 - -2.8501358032 - -2.8568623066 - -2.5568473339 - -2.5568473339 - -2.9181160927 - -2.9181160927 - -2.9441971779 - -2.9398303032 - -2.9441971779 - 1.2454357147 - 1.2454357147 - 2.7912783623 - 2.8083484173 - 2.7912783623 - 2.7849724293 - 2.7849724293 - 2.8083484173 - 2.7912783623 - 2.7849724293 - -3.0648207664 - -3.0648207664 - 3.0051901340 - -3.0633215904 - -3.0648207664 - -3.0648207664 - -3.0648207664 - -3.0648207664 - -3.0633215904 - -3.0648207664 - -3.0648207664 - -3.0648207664 - -3.0648207664 - -3.0648207664 - -3.0648207664 - -3.0648207664 - -3.0648207664 - -3.0648207664 - 3.0051901340 - -3.0648207664 - 2.6476511955 - 2.6476511955 - -3.0648207664 - -3.0648207664 - -3.0648207664 - -3.0839641094 - -3.0839641094 - -3.0839641094 - -3.0839641094 - -3.0850491524 - -3.1038746834 - -3.1031501293 - -3.0850491524 - -3.0839641094 - -3.0839641094 - -3.0850491524 - -3.1038746834 - -3.1031501293 - -3.1031501293 - -3.1031501293 - -3.1038746834 - 0.0499583967 - 0.0499583967 - 3.1230762005 - 3.1038746834 - 3.1230762005 - 3.1230762005 - 3.1045725346 - -0.5442804694 - -0.5442804694 - -0.5328438878 - -0.5328438878 - 3.0267159939 - 3.0267159939 - -1.4464412928 - -1.4464412928 - -1.9401299953 - -1.9401299953 - 2.9562447071 - 2.9562447071 - 2.9562447071 - 2.3805799484 - 2.3805799484 - 2.6779451370 - 2.6779451370 - -2.2404353619 - -2.2353982925 - -2.2404353619 - -2.1156601906 - -1.3886280060 - -2.1156601906 - 2.6387493610 - 2.6387493610 - 2.8501358032 - 2.8501358032 - 2.8119683266 - 2.8119683266 - 2.7886023521 - 2.7886023521 - 2.7886023521 - 2.8119683266 - 2.7886023521 - 2.7886023521 - 2.1072318554 - 2.1072318554 - 0.0554985069 - 0.0547397807 - 0.0554985069 - 2.5707874298 - 2.5707874298 - -0.4324077666 - -0.4324077666 - -0.4346702099 - -0.4346702099 - 1.5707963705 - 1.5707963705 - 1.5707963705 - -0.3048030138 - -0.3048030138 - 2.0054664612 - -0.7778795362 - -0.7778795362 - -0.3048030138 - 2.0054664612 - -0.7778795362 - 2.1730837822 - 1.3567355871 - 3.0584514141 - 3.0172376633 - 1.3567355871 - 1.3961241245 - 1.3961241245 - 2.4805495739 - 2.4805495739 - 0.8960554004 - 0.8960554004 - 0.8960554004 - 0.8960554004 - 2.3629057407 - 2.3629057407 - 0.9097531438 - 0.9097531438 - 0.9272952080 - 0.9272952080 - -2.3323893547 - -2.3323893547 - -2.3906636238 - -2.3906636238 - 0.7130608559 - 0.7130608559 - -2.5444159508 - -2.5444159508 - 1.6064953804 - 1.6064953804 - 0.8563172817 - 0.8563172817 - 0.6386349797 - 0.6386349797 - -2.6292030811 - -2.6292030811 - -2.6292030811 - -2.6909313202 - -2.7291822433 - -2.6909313202 - 1.4677146673 - 1.4677146673 - -2.7509856224 - -2.7509856224 - -2.7509856224 - -2.7610862255 - 2.4911711216 - 2.4911711216 - -3.1052451134 - -3.1052451134 - 2.4791662693 - 2.4791662693 - -3.0419239998 - -3.0419239998 - -3.0648207664 - 3.0077817440 - -3.0648207664 - -3.0648207664 - 3.0051901340 - 3.0051901340 - 2.8083484173 - 2.8083484173 - 2.7912783623 - 2.7849724293 - -3.0839641094 - -3.0839641094 - -3.0839641094 - -3.0850491524 - 2.6855206490 - 2.6855206490 - 2.6779451370 - 2.6626789570 - 2.6701326370 - 2.6779451370 - 2.6855206490 - 2.6779451370 - 2.6626789570 - 2.6701326370 - 2.6701326370 - 2.6855206490 - 2.6779451370 - 2.6626789570 - 2.6701326370 - -3.0850491524 - -3.0850491524 - -3.1038746834 - -3.1031501293 - -3.1038746834 - -3.0850491524 - -3.1227269173 - -3.1227269173 - 3.0850491524 - 3.0850491524 - 1.2220252752 - 1.2220252752 - -0.1915017217 - -0.1915017217 - 3.0051901340 - 3.0051901340 - 3.0051901340 - 3.0221636295 - 3.0221636295 - -2.7875952721 - -2.7875952721 - 3.0221636295 - -2.7875952721 - 2.7646834850 - 2.8318896294 - 2.7646834850 - 2.7468016148 - -2.8998398781 - -2.8998398781 - 1.7342727184 - 1.7342727184 - -0.1603754461 - -0.1603754461 - -3.1211872101 - -3.1211872101 - 1.2649174929 - 2.3774678707 - 2.3774678707 - 2.8854413033 - 2.8854413033 - 2.8632929325 - 1.8217990398 - 1.8217990398 - 0.6702633500 - 0.6702633500 - -3.0999500751 - -3.0999500751 - 2.7969453335 - 2.7969453335 - 2.7886023521 - -1.2160906792 - -1.2160906792 - -1.2277723551 - 2.7886023521 - 2.7969453335 - 2.7886023521 - 2.7886023521 - 2.8119683266 - 2.7886023521 - 2.7886023521 - -0.4868992269 - -0.4868992269 - 2.5880591869 - 2.5880591869 - 2.5829932690 - 2.5829932690 - 2.5880591869 - 2.5829932690 - -0.4306925237 - -0.4306925237 - -0.8276265860 - -0.8288490772 - -0.8276265860 - 1.8844169378 - 1.8844169378 - 1.8597717285 - 1.8597717285 - 1.3654009104 - 3.0584514141 - 3.0172376633 - 1.3654009104 - -1.5707963705 - -1.5707963705 - 0.9357696176 - 0.9357696176 - 1.7533562183 - 1.7533562183 - 1.1597317457 - 1.1597317457 - -1.1525720358 - -1.1525720358 - 1.5374753475 - 1.5374753475 - 0.8977055550 - 0.8977055550 - 0.5880026221 - 0.5880026221 - -1.7242202759 - -1.7242202759 - 1.9601130486 - 1.9601130486 - 2.4320719242 - 2.4320719242 - -2.7859568596 - -2.7859568596 - -2.7859568596 - -2.7859568596 - -2.7950537205 - 1.1902899742 - 1.1902899742 - -2.8119683266 - -2.7886023521 - -2.8119683266 - 2.1259748936 - 2.1440508366 - 2.1259748936 - 0.1668551564 - 0.1668551564 - 2.1440508366 - 2.1259748936 - 0.1668551564 - 3.0695526600 - 3.0695526600 - -2.8911495209 - -2.8911495209 - -2.9229238033 - -2.9229238033 - 0.6528466344 - 0.6528466344 - -0.0654800236 - -0.0654800236 - 0.2110933363 - 0.2110933363 - -2.2274980545 - -2.2274980545 - -3.0221636295 - -3.0024967194 - -3.0221636295 - 0.6705215573 - 0.6705215573 - 3.0051901340 - -3.0648207664 - -3.0648207664 - -3.0648207664 - -3.0648207664 - 3.0051901340 - -3.0648207664 - -3.0648207664 - 1.2050490379 - 1.2050490379 - 2.6626789570 - 2.6855206490 - 2.6779451370 - 2.6626789570 - 2.6701326370 - -3.1038746834 - -3.0839641094 - -3.0839641094 - -3.0850491524 - 3.0077817440 - -3.1038746834 - -3.1038746834 - -3.0850491524 - 3.0077817440 - -3.1038746834 - -3.0850491524 - -3.1038746834 - -1.4197809696 - -1.4197809696 - -1.4840580225 - 1.5707963705 - -1.4840580225 - 3.1230762005 - 3.1038746834 - 3.1230762005 - 3.1230762005 - 2.5393052101 - 2.5393052101 - 3.0850491524 - 3.0850491524 - 3.0850491524 - 3.0850491524 - 3.0662636757 - 3.0662636757 - 3.0662636757 - 3.0662636757 - 3.0662636757 - 3.0475313663 - 0.5144513249 - 3.0438656807 - 3.0438656807 - 1.4141944647 - 1.4141944647 - 2.7468016148 - 2.8318896294 - 2.8138542175 - 2.7646834850 - 2.7468016148 - 2.9797551632 - 2.9797551632 - 2.9599437714 - -3.1211872101 - 1.1571071148 - 1.1571071148 - 1.0206305981 - 1.0206305981 - 2.8632929325 - 2.8854413033 - 2.8632929325 - 2.3509588242 - 2.3509588242 - 2.7367007732 - 2.7367007732 - 2.7187387943 - 2.7187387943 - -3.1016139984 - -3.1156244278 - -3.1016139984 - 2.3951358795 - 2.3951358795 - -0.8288490772 - -0.8288490772 - -0.8276265860 - 2.3561944962 - 2.3561944962 - -0.6986598372 - -0.6986598372 - -2.2655346394 - -2.2655346394 - -1.1071487665 - -1.1071487665 - 1.0489619970 - 1.0489619970 - 1.0489619970 - 0.8794593811 - 0.8794593811 - 0.8878419995 - 2.4468543530 - 2.4468543530 - -1.6614562273 - -1.6614562273 - 0.6921442747 - 0.6921442747 - 2.9202783108 - 2.9202783108 - 0.8276265860 - 0.8276265860 - -2.6344940662 - -2.6344940662 - 3.0309355259 - 3.0309355259 - -2.7403638363 - -2.7403638363 - -2.7261004448 - -2.7403638363 - -2.7403638363 - -2.7509856224 - -2.7509856224 - -2.7509856224 - -2.7610862255 - -2.7610862255 - -2.7509856224 - -2.7509856224 - -2.7610862255 - -2.7859568596 - -2.7859568596 - -2.7859568596 - -2.7859568596 - -2.7859568596 - -2.7950537205 - -2.7950537205 - -2.7468016148 - -2.7859568596 - -2.7859568596 - -2.7950537205 - -2.7707014084 - -2.7707014084 - 2.4329664707 - 2.4329664707 - 0.1206236705 - 0.1206236705 - -1.0808390379 - 3.0828368664 - -1.0808390379 - -1.0752446651 - 1.6195381880 - 1.6195381880 - 0.9544993639 - 0.9544993639 - -1.9655874968 - -1.9655874968 - 1.7818896770 - 1.7818896770 - -2.8857841492 - -2.8857841492 - 1.3621145487 - 1.3621145487 - 2.8291010857 - 2.8291010857 - -2.9483811855 - -2.9523935318 - -2.9483811855 - -2.9729957581 - -2.9729957581 - 0.7739044428 - 1.1071487665 - 0.7739044428 - 1.1777383089 - 1.1777383089 - 3.0051901340 - 3.0077817440 - -3.0648207664 - 3.0051901340 - 3.0051901340 - 3.0051901340 - -3.0648207664 - 3.0051901340 - 3.0051901340 - -3.0648207664 - -3.0648207664 - -3.0648207664 - 3.0051901340 - -3.0648207664 - -3.0648207664 - -3.0648207664 - 3.0051901340 - -3.0648207664 - 2.8022999763 - -3.0648207664 - -3.0648207664 - -3.0648207664 - -3.0648207664 - -3.0648207664 - 3.0051901340 - -3.0648207664 - 2.8022999763 - -3.0648207664 - 0.7513204813 - 0.7513204813 - 1.9267541170 - 1.9267541170 - -3.0045263767 - -3.0045263767 - 0.1896136105 - 0.1896136105 - 3.0662636757 - 3.0850491524 - 3.0662636757 - 3.0662636757 - 3.0662636757 - 3.0850491524 - 3.0662636757 - 3.0662636757 - 3.0662636757 - 3.0475313663 - 3.0475313663 - 3.0662636757 - 3.0662636757 - 3.0475313663 - 0.5144513249 - 3.0648207664 - -0.7419472933 - -0.7419472933 - 1.8568477631 - 1.8568477631 - 2.9562447071 - 2.9562447071 - 2.9361972809 - 2.9562447071 - 2.9361972809 - 2.9018495083 - 2.9018495083 - 2.9018495083 - -1.3886280060 - -1.3886280060 - -2.1156601906 - 2.3349211216 - 2.3349211216 - 0.6518691182 - 0.6518691182 - 0.8455663919 - 0.8455663919 - 1.4601391554 - 1.4601391554 - 2.4318075180 - 2.4318075180 - -1.2277723551 - -1.2160906792 - -1.2277723551 - -0.8822371960 - -0.8822371960 - -3.1156244278 - -3.1156244278 - -3.1016139984 - 2.6135182381 - 2.6135182381 - 0.4324077666 - 0.4324077666 - 2.0054664612 - -0.3048030138 - 2.0054664612 - -0.7778795362 - -0.8441540003 - -0.8441540003 - 1.0489619970 - 1.0489619970 - 1.0489619970 - 0.8878419995 - 0.8794593811 - 0.8878419995 - -2.5321340561 - -2.5321340561 - 0.7112486362 - 0.7112486362 - -2.5636906624 - -2.5636906624 - -2.6208641529 - -2.6033709049 - -2.6208641529 - -2.6011731625 - -2.6011731625 - -2.6071972847 - -2.6779451370 - -2.6779451370 - -2.6779451370 - -2.7291822433 - -2.7291822433 - -2.6909313202 - 1.3109819889 - 1.3109819889 - -3.1215953827 - -3.1215953827 - -2.9538307190 - -2.9538307190 - -2.7886023521 - -2.7886023521 - -2.8119683266 - 2.1440508366 - 2.1440508366 - 2.1259748936 - 0.1668551564 - -1.0752446651 - 3.0828368664 - -1.0808390379 - -1.0752446651 - 3.0333220959 - 3.0333220959 - 1.2765617371 - 1.2765617371 - 0.3028848767 - 0.3028848767 - 1.4801363945 - 1.4801363945 - -2.9018495083 - -2.9018495083 - -2.9181160927 - -2.9181160927 - -2.9018495083 - -2.9181160927 - 0.2259592116 - 0.2259592116 - -2.5975499153 - -2.5975499153 - 3.0077817440 - 3.0077817440 - -3.0648207664 - 3.0051901340 - -3.0648207664 - 2.6328628063 - 2.6328628063 - 1.5053162575 - 2.6328628063 - 2.6328628063 - 2.6328628063 - 1.5053162575 - 2.6328628063 - 2.8022999763 - -3.0648207664 - -3.0648207664 - 2.8022999763 - 2.8083484173 - 2.8022999763 - 2.8083484173 - 2.8022999763 - 2.8083484173 - 2.8022999763 - 2.8022999763 - -3.0648207664 - -3.0648207664 - 2.8022999763 - 2.8083484173 - 2.8022999763 - -3.0839641094 - -3.0839641094 - -3.0662636757 - -3.0839641094 - 2.8198421001 - 2.8022999763 - -3.0860941410 - -3.0850491524 - -3.1038746834 - -3.1038746834 - -3.0860941410 - -3.1045725346 - 1.5707963705 - 1.5707963705 - -1.4840580225 - -1.7614352703 - -1.7614352703 - -1.7647554874 - 0.7370488048 - 0.7370488048 - 0.5910329223 - 0.5910329223 - 2.3473451138 - 2.3473451138 - 0.5144513249 - 3.0662636757 - 3.0475313663 - 3.0676536560 - 3.0662636757 - 0.5144513249 - 3.0648207664 - 3.0051901340 - 3.0244839191 - 3.0051901340 - 3.0051901340 - 3.0051901340 - 3.0051901340 - 2.9829373360 - 2.9859979153 - 2.9829373360 - 2.8318896294 - 2.8318896294 - 2.8138542175 - 2.7646834850 - 2.7468016148 - 2.9599437714 - 2.9797551632 - -2.9116883278 - 2.9599437714 - -2.9319527149 - -3.1211872101 - 2.9361972809 - 2.9562447071 - 2.9361972809 - 2.9562447071 - 2.9562447071 - 2.9361972809 - 2.9018495083 - 2.9018495083 - 2.9018495083 - 2.9018495083 - 1.9603440762 - 1.9603440762 - 2.3784129620 - 2.3784129620 - 1.7818896770 - 1.7818896770 - -0.5463600159 - -0.5463600159 - 1.1298720837 - 1.1298720837 - 1.0002136230 - 1.0002136230 - -3.1010742188 - -3.1010742188 - 2.7149651051 - 2.7149651051 - 2.7400121689 - 2.7400121689 - 0.9505468607 - 0.9505468607 - 2.0344438553 - 2.0389282703 - 2.0344438553 - -0.8156919479 - -0.8156919479 - -1.1441688538 - -1.1441688538 - -1.0053124428 - -1.0014830828 - -1.0053124428 - 2.5496218204 - 2.5496218204 - 1.4659193754 - 1.4659193754 - -2.4654352665 - -2.4654352665 - -2.4668517113 - -2.4668517113 - 0.6478114128 - 0.6478114128 - -2.6087486744 - 0.6393858790 - 0.6393858790 - -2.6033709049 - -2.6033709049 - -2.6208641529 - 0.9357696176 - 0.9357696176 - -2.6071972847 - -2.6011731625 - -2.6071972847 - 0.5280744433 - 0.5280744433 - -2.7261004448 - -2.7149651051 - -2.7403638363 - -2.7261004448 - -2.7403638363 - -2.7403638363 - -3.1063132286 - -3.1063132286 - -2.7468016148 - -2.7468016148 - -2.7950537205 - 1.2762498856 - 1.2762498856 - 2.6172719002 - 2.6172719002 - 3.0828368664 - 3.0828368664 - -1.0808390379 - -1.0752446651 - 0.6889243722 - 0.6889243722 - 1.2454357147 - 3.0172376633 - 3.0172376633 - 1.1589890718 - 1.1589890718 - 2.3842244148 - 2.3842244148 - 1.8334053755 - 1.8334053755 - -2.9483811855 - -2.9483811855 - -0.8850668073 - -0.8850668073 - -0.0217357073 - -0.0217357073 - 0.6601315737 - 0.6601315737 - -3.0024967194 - -3.0024967194 - -3.0221636295 - -3.0221636295 - 0.7853981853 - 0.7853981853 - 2.8198421001 - -3.0839641094 - -3.0662636757 - 2.8198421001 - 2.8022999763 - 2.7849724293 - 2.5360479355 - 2.5360479355 - 3.0077817440 - 3.0077817440 - -3.1038746834 - -3.1038746834 - -3.1038746834 - -3.1038746834 - 2.4093985558 - 2.4093985558 - -3.1038746834 - 3.0077817440 - -3.1038746834 - -3.1038746834 - -3.1038746834 - -3.1038746834 - -3.1045725346 - -3.1038746834 - -3.1038746834 - -3.1038746834 - -3.0860941410 - -3.1045725346 - -3.1038746834 - -3.1038746834 - -3.1038746834 - -3.0860941410 - -3.1045725346 - -3.1038746834 - 3.1230762005 - 3.1230762005 - -1.7647554874 - -1.7614352703 - -1.7647554874 - 3.0475313663 - 3.0475313663 - 3.0051901340 - 3.0051901340 - 3.0051901340 - 3.0051901340 - 3.0051901340 - 3.0024967194 - 3.0051901340 - 3.0051901340 - 3.0051901340 - 3.0051901340 - 3.0024967194 - 3.0051901340 - 2.9859979153 - 2.9859979153 - 2.9829373360 - 2.1018264294 - 2.1018264294 - 2.8138542175 - 2.8318896294 - 2.8138542175 - 2.7468016148 - -3.1211872101 - 2.9797551632 - -2.9116883278 - 2.9599437714 - -2.9319527149 - -3.1211872101 - 2.2835950851 - 2.2835950851 - 2.9562447071 - 2.9562447071 - 2.9361972809 - 2.9562447071 - 2.9562447071 - 2.9562447071 - 0.4678492546 - 0.4678492546 - 2.9018495083 - 2.9018495083 - 2.9018495083 - 0.7636624575 - 0.7636624575 - -2.4897234440 - -2.4897234440 - 0.8734055161 - 2.8345468044 - 2.8345468044 - 2.8568623066 - 1.3321870565 - 1.3321870565 - 1.8013181686 - 1.8013181686 - 2.8273608685 - 2.8273608685 - -0.1566018760 - -0.1566018760 - 0.0000000000 - 0.0000000000 - 3.0781857967 - 3.0781857967 - 2.0389282703 - 2.0389282703 - 2.0344438553 - 2.1843523979 - 2.1843523979 - 2.1730837822 - 2.1730837822 - 0.4182243347 - 0.4182243347 - 2.4447197914 - 2.4447197914 - 1.3547114134 - 1.3547114134 - 1.6690702438 - 1.6690702438 - 0.7853981853 - 0.7853981853 - -2.5378432274 - -2.5378432274 - -2.2711288929 - -2.2711288929 - -2.2854466438 - 1.3677511215 - 1.3677511215 - -2.5829932690 - -2.5829932690 - -2.6183142662 - -2.6183142662 - -2.6779451370 - -2.6779451370 - -2.6779451370 - -2.7403638363 - -2.7149651051 - -2.7403638363 - -2.7261004448 - -2.7403638363 - -2.7403638363 - -2.7403638363 - -2.7403638363 - -2.7261004448 - -2.7403638363 - -2.7403638363 - 1.0724805593 - 1.0724805593 - 2.4736635685 - 2.4736635685 - 1.2454357147 - 0.6889243722 - 1.2454357147 - 2.6954870224 - 2.6954870224 - -2.8345468044 - -2.8568623066 - -2.8568623066 - -2.8345468044 - 1.4194208384 - 1.4194208384 - 2.0977394581 - 2.0977394581 - 0.3442186713 - 0.3442186713 - -2.9523935318 - -2.9523935318 - -2.9483811855 - -2.9523935318 - 2.1353657246 - 2.1353657246 - -0.9685089588 - -0.9685089588 - 1.1071487665 - 1.1071487665 - 0.7739044428 - -3.0221636295 - -3.0024967194 - -3.0221636295 - 0.7649928331 - 0.7649928331 - 0.7583777308 - 0.7583777308 - 0.7649928331 - 0.7583777308 - 1.5053162575 - 2.6328628063 - 1.5053162575 - 2.6328628063 - -2.9594242573 - -2.9594242573 - -3.0662636757 - -3.0839641094 - -3.0662636757 - 2.8198421001 - 2.8022999763 - 2.7849724293 - 2.9889433384 - 2.8022999763 - -3.0839641094 - -3.0662636757 - 2.8198421001 - 2.8022999763 - 2.7849724293 - 2.9889433384 - -0.3633931279 - -0.3633931279 - 3.0648207664 - 3.0475313663 - 3.0676536560 - 3.0662636757 - 0.5144513249 - 3.0648207664 - 0.9907935262 - 0.9907935262 - 3.0267159939 - 3.0267159939 - 3.0244839191 - 3.0244839191 - 3.0051901340 - 3.0051901340 - 3.0051901340 - 3.0051901340 - 3.0051901340 - 3.0244839191 - 3.0051901340 - 3.0051901340 - 3.0051901340 - 3.0051901340 - 3.0051901340 - 3.0051901340 - 3.0051901340 - 3.0051901340 - 3.0051901340 - 3.0051901340 - -2.9116883278 - -2.9116883278 - 2.9599437714 - -2.9319527149 - -3.1211872101 - 0.0906598866 - 0.0906598866 - 2.9361972809 - 2.9562447071 - 2.9361972809 - 2.9562447071 - 2.9562447071 - 2.9361972809 - 0.1864868999 - 0.1864868999 - -2.9805006981 - -2.9805006981 - 1.0177649260 - 1.0177649260 - 0.9675664902 - 0.9675664902 - 2.8966140747 - 2.8966140747 - 2.8966140747 - 0.8734055161 - -2.4897234440 - 0.8734055161 - 2.8568623066 - 2.8345468044 - 2.8568623066 - 0.1263081133 - 0.1263081133 - 0.3970794380 - 0.3970794380 - -0.2186689526 - -0.2186689526 - 0.9272952080 - 0.9272952080 - -0.7095206976 - -0.7095206976 - 2.1316971779 - 2.1316971779 - -0.4034190476 - -0.4034190476 - 2.1316971779 - -0.4034190476 - -1.0014830828 - -1.0014830828 - -1.0053124428 - -0.2760970294 - -0.2760970294 - -1.9756880999 - -1.9756880999 - 0.9179496765 - 0.9179496765 - -1.9549657106 - -1.9549657106 - 0.7613064647 - 0.7613064647 - 0.7431697845 - 0.7431697845 - -1.6443476677 - -1.6443476677 - -0.3906070292 - -0.3906070292 - 0.0705895871 - 0.0705895871 - 0.1789171696 - 0.1789171696 - 0.0705895871 - 0.1789171696 - -2.1167817116 - -2.1167817116 - 0.6921442747 - 0.6921442747 - 0.6055446863 - 0.6055446863 - 3.1415927410 - 3.1415927410 - -0.2914567888 - -0.2914567888 - 0.3841693699 - 0.3841693699 - -2.7149651051 - -2.7149651051 - -2.7261004448 - -2.7403638363 - 2.0622146130 - 2.0622146130 - 1.3841069937 - 1.3841069937 - -2.8568623066 - -2.8568623066 - -2.8568623066 - -2.8345468044 - 2.4592761993 - 2.4592761993 - -2.9523935318 - -2.9523935318 - -2.9523935318 - -2.9523935318 - -2.9523935318 - 2.6476511955 - 2.6476511955 - 2.7073483467 - 2.7073483467 - -3.0648207664 - 3.0077817440 - -3.0648207664 - -3.0648207664 - -3.0648207664 - -3.0648207664 - -3.0648207664 - 0.5164830089 - 0.5164830089 - 2.6245605946 - 2.6245605946 - 2.7849724293 - -3.0662636757 - 2.8198421001 - 2.8022999763 - 2.7849724293 - 2.9889433384 - 0.3392926157 - 0.3392926157 - 2.8632929325 - 2.8548471928 - 2.8632929325 - 0.7348084450 - 0.7348084450 - -1.4536875486 - -1.4536875486 - 3.0676536560 - 3.0676536560 - 3.0662636757 - 0.5144513249 - 3.0648207664 - 3.0662636757 - 3.0676536560 - 3.0662636757 - 0.5144513249 - 3.0648207664 - 2.7043704987 - 2.6866784096 - 2.7043704987 - 3.0051901340 - 3.0244839191 - 3.0051901340 - 3.0051901340 - 3.0051901340 - 3.0051901340 - 3.0051901340 - 3.0051901340 - 3.0051901340 - 3.0051901340 - 3.0051901340 - 3.0051901340 - 3.0051901340 - 3.0051901340 - 3.0051901340 - 3.0051901340 - 3.0051901340 - 3.0051901340 - 3.0024967194 - 3.0051901340 - 3.0051901340 - 3.0051901340 - 3.0051901340 - 3.0051901340 - 3.0051901340 - 3.0051901340 - 3.0051901340 - 3.0051901340 - 3.0024967194 - 3.0051901340 - 3.0024967194 - 2.9829373360 - 3.0024967194 - 2.9829373360 - -2.9319527149 - -2.9116883278 - 2.9599437714 - -2.9319527149 - -3.1211872101 - 2.9562447071 - 2.9361972809 - 2.9562447071 - 2.9361972809 - 2.9562447071 - 2.9562447071 - -1.7359449863 - -1.7359449863 - 3.0968463421 - 3.0968463421 - 1.9999748468 - 1.9999748468 - 2.6344940662 - 2.6344940662 - 1.2256386280 - 1.2256386280 - 2.6779451370 - 2.6779451370 - -0.1678959280 - -0.1678959280 - 2.0217328072 - 2.0217328072 - 2.0131704807 - 2.0131704807 - 2.0217328072 - 2.0131704807 - -0.6073052287 - -0.6073052287 - -0.5957845449 - -1.7386922836 - -1.7386922836 - -1.7386922836 - 0.9600703716 - 0.9600703716 - -2.6826620102 - -2.6826620102 - 1.5120404959 - 1.5120404959 - -2.2953999043 - -2.2953999043 - 0.3009202480 - 0.3009202480 - -2.2854466438 - -2.2711288929 - -2.2854466438 - -2.6087486744 - 0.6478114128 - -2.6087486744 - 0.6202495098 - 0.6202495098 - -2.6046819687 - -2.6046819687 - 0.7559948564 - 0.7559948564 - -2.2702002525 - -2.2702002525 - -2.7367007732 - -2.7367007732 - 0.7568345070 - 0.7568345070 - 0.9312090874 - 0.9312090874 - 0.9370036721 - -2.8966140747 - -2.8966140747 - -2.8966140747 - -2.8966140747 - 0.6489955783 - 0.6489955783 - -0.9827937484 - -0.9827937484 - 1.8742562532 - 0.2942345738 - 1.8742562532 - 0.3895477355 - -2.9584817886 - -2.9584817886 - -2.9764440060 - -2.9402754307 - -2.9764440060 - 1.3012073040 - 1.3012073040 - -1.2977876663 - -1.2977876663 - 2.2965638638 - 2.2965638638 - 3.0077817440 - 3.0077817440 - -3.1038746834 - 3.0077817440 - -3.1038746834 - -3.1038746834 - -3.1227269173 - -3.1045725346 - 2.8548471928 - 2.8548471928 - 2.8632929325 - 2.3813991547 - 2.3813991547 - -2.5101392269 - -2.5101392269 - 1.9710370302 - 1.9710370302 - 3.0051901340 - 3.0244839191 - 3.0051901340 - 3.0051901340 - 3.0051901340 - 3.0051901340 - 2.9829373360 - 2.9859979153 - 2.9829373360 - 3.0024967194 - 2.9829373360 - 3.0024967194 - 2.9797551632 - 2.9829373360 - 2.9562447071 - 2.9361972809 - 2.9562447071 - 2.9361972809 - 2.9562447071 - 2.9562447071 - 2.9543387890 - 2.9543387890 - 2.9217975140 - 2.8966140747 - 2.8966140747 - 2.8966140747 - 0.8176450729 - 1.0222469568 - 1.0222469568 - 0.3351725638 - 0.3351725638 - 2.6422460079 - 2.6422460079 - 2.6779451370 - 2.6779451370 - -1.2220252752 - -1.2220252752 - -0.7634236813 - -0.7634236813 - -0.5957845449 - -0.6073052287 - -0.5957845449 - -1.9890207052 - -1.9890207052 - 2.9783523083 - 2.9783523083 - 1.3134726286 - 1.3134726286 - 2.2950463295 - 2.2950463295 - -2.3884413242 - -2.3884413242 - 0.7994817495 - 0.7994817495 - 0.8063741326 - 0.7853981853 - 0.7853981853 - 0.7060198784 - 0.7060198784 - -2.6066374779 - -2.6066374779 - -2.5899376869 - 0.8308214545 - 0.8308214545 - -2.6066374779 - -2.5899376869 - 0.8308214545 - 0.5790742636 - 0.5880026221 - 0.5880026221 - 0.6000502110 - 0.6000502110 - 0.6055446863 - 0.5763752460 - -2.6779451370 - -2.6779451370 - -2.7643435001 - -2.7643435001 - -2.7807557583 - -2.7468016148 - -2.7707014084 - -2.7468016148 - -2.7707014084 - -2.8037145138 - 1.1296168566 - 1.4016951323 - -2.6727638245 - 1.4016951323 - -2.9843645096 - -2.9962825775 - -2.8568623066 - -2.8568623066 - -2.8568623066 - -2.8345468044 - 0.9370036721 - 0.9312090874 - 0.9370036721 - 3.0490739346 - 3.0490739346 - 1.3146449327 - 1.3146449327 - 0.3547056615 - 0.3547056615 - 1.2360595465 - 1.2360595465 - -0.2867453992 - -0.2867453992 - 2.9889433384 - -3.0662636757 - 2.8022999763 - 2.7849724293 - 2.9889433384 - -3.0850491524 - -3.1038746834 - -3.1038746834 - -3.1227269173 - -3.1038746834 - -3.1227269173 - 3.1045725346 - 3.1045725346 - -0.5083106160 - -0.5083106160 - 2.6866784096 - 2.6866784096 - 2.7043704987 - 3.0475313663 - 3.0492632389 - 3.0475313663 - 3.0492632389 - 3.0051901340 - 3.0051901340 - 3.0051901340 - 3.0051901340 - 3.0051901340 - 3.0051901340 - 2.9859979153 - 2.9829373360 - 2.9859979153 - 2.9829373360 - 2.9634997845 - -2.7233684063 - 2.9634997845 - 2.9599437714 - 0.9741359353 - 0.9741359353 - 2.9361972809 - 2.9361972809 - 2.9361972809 - 2.9562447071 - 2.9562447071 - 2.9361972809 - 0.2837941051 - 0.2837941051 - -0.1190002933 - -0.1190002933 - -0.8007815480 - -0.8007815480 - 2.9949262142 - 2.9949262142 - 2.2236430645 - 2.2236430645 - -1.1902899742 - -1.1902899742 - 1.0248110294 - 1.0248110294 - -2.9962825775 - -2.9962825775 - -3.0082423687 - -1.7386922836 - -1.7386922836 - -1.7386922836 - -2.4149503708 - -2.4149503708 - 0.8063741326 - 0.7994817495 - 0.8063741326 - 0.7328150868 - 0.7328150868 - 0.6154556870 - 0.6154556870 - -2.3291740417 - -2.3291740417 - -2.3561944962 - 0.6573891044 - 0.6573891044 - -2.6011731625 - -2.6011731625 - 1.2329181433 - 1.2329181433 - -2.6011731625 - -2.6011731625 - -2.5722794533 - 0.6055446863 - 0.6000502110 - 0.6055446863 - 0.5763752460 - 0.5743048191 - 0.5743048191 - 0.5813801885 - 0.9420000315 - 0.9420000315 - -2.7807557583 - -2.7643435001 - -2.7807557583 - 0.6269736886 - 0.6269736886 - 1.5400367975 - 1.5400367975 - -2.7707014084 - -2.7707014084 - -2.7468016148 - -2.7707014084 - -2.8037145138 - -2.7707014084 - -2.7707014084 - -2.7468016148 - -2.7707014084 - -2.8037145138 - 1.1296168566 - -2.8037145138 - -2.7707014084 - -2.7468016148 - -2.7707014084 - -2.8037145138 - 1.1296168566 - -2.7798633575 - -2.7798633575 - -2.8037145138 - 1.1296168566 - -2.7798633575 - -2.8119683266 - -2.6727638245 - -2.6727638245 - 1.4016951323 - -2.9843645096 - 1.4016951323 - -2.9843645096 - -2.9962825775 - 3.0727362633 - 3.0727362633 - 1.3315647840 - 1.3315647840 - -2.8966140747 - -2.8966140747 - -2.8966140747 - -3.0981416702 - -2.8966140747 - -2.7707014084 - -2.7707014084 - -2.9275319576 - -2.9275319576 - -2.9275319576 - 2.4694797993 - 2.4694797993 - -0.5667291880 - 1.7908580303 - 1.7908580303 - 2.4401090145 - 2.4401090145 - 1.7908580303 - 2.4401090145 - -2.9523935318 - -2.9523935318 - -2.9562447071 - -2.9123606682 - -2.9123606682 - 2.5990133286 - 2.5990133286 - 1.9576719999 - 1.9576719999 - -0.9056936502 - -1.0121970177 - -0.9056936502 - 0.7580825686 - 0.7580825686 - 3.0475313663 - 3.0475313663 - 3.0051901340 - 3.0051901340 - 3.0051901340 - 3.0051901340 - 3.0051901340 - 3.0051901340 - 2.6292030811 - 2.6292030811 - -2.7233684063 - 2.9599437714 - -2.7233684063 - 2.9634997845 - 2.9599437714 - 2.9599437714 - 2.9599437714 - 2.9634997845 - 2.9599437714 - 2.9599437714 - 2.9361972809 - 2.9361972809 - 2.9599437714 - 2.9361972809 - 2.9319527149 - 2.9562447071 - 2.9562447071 - 2.3243582249 - 2.3243582249 - 2.2286849022 - 2.2286849022 - 1.0816764832 - 1.0816764832 - 0.2148153931 - 0.2148153931 - 1.2853335142 - 1.2853335142 - 3.0244839191 - 3.0244839191 - 2.2083451748 - 2.2083451748 - -0.6823165417 - -0.6823165417 - 1.7640078068 - 1.7640078068 - 0.8800862432 - 0.8800862432 - -2.2966623306 - -2.3036115170 - -2.2966623306 - -3.0082423687 - -2.9962825775 - -3.0082423687 - 0.8610113263 - 0.8610113263 - 1.8313987255 - 1.8313987255 - 1.8209968805 - -2.5679259300 - -2.5679259300 - 0.9272952080 - 0.9272952080 - -2.5096185207 - -2.5096185207 - -2.2455372810 - -2.2455372810 - -2.3561944962 - -2.3291740417 - -2.3561944962 - -1.2854669094 - -1.2854669094 - -2.5899376869 - -2.6066374779 - -2.5899376869 - -2.5722794533 - 0.8308214545 - 0.5790742636 - -2.5722794533 - -2.5899376869 - -2.6011731625 - -2.5722794533 - 1.1689256430 - 1.1689256430 - 0.5763752460 - 0.5763752460 - -2.6614177227 - -2.6614177227 - 0.6158699393 - 0.6158699393 - 0.0624188110 - 0.0624188110 - 0.5813801885 - 0.5743048191 - 0.5813801885 - -2.7149651051 - -2.7149651051 - -2.7032561302 - 1.1296168566 - -2.7468016148 - -2.7707014084 - -2.8037145138 - 1.1296168566 - -2.7798633575 - -2.8119683266 - -2.7798633575 - -2.8119683266 - -2.7798633575 - -2.9962825775 - 1.4016951323 - -2.9843645096 - -2.9962825775 - -2.8273608685 - -2.8273608685 - -2.5213432312 - -2.5213432312 - -2.8273608685 - -2.5213432312 - -2.7686049938 - -2.7686049938 - 0.4514530897 - 0.4514530897 - 2.8138542175 - 2.8138542175 - 2.2848870754 - 2.2848870754 - -2.8966140747 - -2.8966140747 - -2.8966140747 - -3.0981416702 - -2.8966140747 - 2.4282345772 - 2.4282345772 - 1.3306252956 - 1.3306252956 - -0.5337082148 - -2.9275319576 - -2.9275319576 - 1.9983770847 - 1.9983770847 - 0.2942345738 - 0.2942345738 - 1.8742562532 - 0.3895477355 - 0.3895477355 - 0.2942345738 - 1.8742562532 - 0.3895477355 - -2.9402754307 - -2.9402754307 - -2.9599437714 - -2.9764440060 - -2.9797551632 - -3.0051901340 - -3.0051901340 - -3.0024967194 - -3.0024967194 - -3.0051901340 - -3.0024967194 - -2.3978371620 - -2.3978371620 - -0.4470745325 - -0.4470745325 - 0.1651486754 - 0.1651486754 - -2.6841177940 - -2.6841177940 - -3.0648207664 - -3.0648207664 - -3.0662636757 - -3.0828368664 - 2.4267840385 - 2.4267840385 - -0.4547192752 - -0.4547192752 - -0.4457122982 - 2.2491669655 - 2.2491669655 - 1.9874986410 - 1.9874986410 - 3.0051901340 - 3.0051901340 - 3.0051901340 - 3.0051901340 - 1.2722973824 - 1.2722973824 - 2.9797551632 - 2.9797551632 - 2.9829373360 - 2.6030852795 - 2.6030852795 - 2.9599437714 - 2.9599437714 - 2.9402754307 - -2.7233684063 - 2.9634997845 - 2.9599437714 - 2.9599437714 - 2.9217975140 - 2.9543387890 - 2.9217975140 - 0.8176450729 - 2.8966140747 - 0.8176450729 - 1.0267536640 - 1.0267536640 - 0.2513277829 - 0.2513277829 - 2.6971733570 - 2.6971733570 - 2.2206668854 - 2.2206668854 - 2.2018756866 - 2.2264919281 - 2.2018756866 - 2.2264919281 - 2.0831856728 - 2.0831856728 - -3.1089954376 - -3.1089954376 - 0.8831250668 - 0.8831250668 - -3.0320332050 - -3.0320332050 - -2.9500908852 - -2.9500908852 - -2.3127436638 - -2.3127436638 - -2.8773326874 - -2.8773326874 - 1.0559115410 - 1.0559115410 - -2.5930433273 - -2.5930433273 - -1.9467573166 - 1.0559115410 - -2.5930433273 - 0.8233546019 - 0.8233546019 - 0.1707352102 - 0.1707352102 - 0.1688318998 - 0.1798534989 - 0.1688318998 - 0.1707352102 - 0.1688318998 - 0.1798534989 - -2.5535900593 - -2.5535900593 - -2.4819638729 - -2.4819638729 - -2.4719536304 - -2.4719536304 - -2.4819638729 - -2.4719536304 - 0.5790742636 - -2.5899376869 - 0.8308214545 - 0.5790742636 - 0.6125375628 - 0.6125375628 - 0.6000502110 - 0.5942137241 - 0.6000502110 - 0.6125375628 - 0.6000502110 - 0.5942137241 - 0.5763752460 - 0.6000502110 - 0.6055446863 - 0.5763752460 - -2.6779451370 - -2.6779451370 - -2.6779451370 - -2.6779451370 - -2.8119683266 - -2.8037145138 - 1.1296168566 - -2.7798633575 - -2.8119683266 - -2.7798633575 - -2.7798633575 - -2.7118303776 - -2.7118303776 - 0.9433080554 - 0.9433080554 - 0.9361445308 - 0.9361445308 - 0.9433080554 - 0.9361445308 - -2.5360479355 - -2.5360479355 - -2.9018495083 - -2.9018495083 - -2.9018495083 - -2.9018495083 - -2.9275319576 - -2.9275319576 - -2.9275319576 - -0.0960887149 - -0.0960887149 - -2.9599437714 - -2.9599437714 - -2.9599437714 - -2.9402754307 - -2.9599437714 - -2.9797551632 - -0.0277706366 - -0.0277706366 - -3.0475313663 - -3.0475313663 - -3.0828368664 - -3.0648207664 - -3.0828368664 - 1.8240621090 - 1.8240621090 - -3.0850491524 - 2.9889433384 - -3.0850491524 - -3.0850491524 - -3.0676536560 - -3.0860941410 - -0.4457122982 - -0.4547192752 - -0.4457122982 - 2.5269296169 - 2.5269296169 - 2.4917221069 - -1.0121970177 - -1.0121970177 - -0.9056936502 - 3.0492632389 - 3.0492632389 - 3.0475313663 - 3.0492632389 - 3.0492632389 - 3.0492632389 - 3.0475313663 - 3.0492632389 - 2.9829373360 - 2.9829373360 - 2.9859979153 - 2.9859979153 - 2.9859979153 - 2.9859979153 - 2.3669466972 - 2.3669466972 - -0.7750892639 - -0.7750892639 - -0.9362435341 - -0.9362435341 - 2.9634997845 - 2.9402754307 - 2.9599437714 - 2.9634997845 - 2.9599437714 - 2.9599437714 - 2.9599437714 - 2.9634997845 - 2.9599437714 - 2.9599437714 - 2.9599437714 - 2.9599437714 - 2.9116883278 - 2.9116883278 - 2.9319527149 - 2.9116883278 - 2.2597208023 - 2.2597208023 - 2.5535900593 - 2.5535900593 - -0.6747409701 - -0.6747409701 - 2.2018756866 - 2.2206668854 - 2.2018756866 - 2.2264919281 - 2.1763410568 - 2.1763410568 - 2.8966140747 - 2.8966140747 - 1.4751981497 - 1.4751981497 - -2.3036115170 - -2.3036115170 - -2.2966623306 - -2.3344588280 - -2.3344588280 - -2.3339760303 - -2.3107712269 - -2.3107712269 - -2.3329429626 - -2.3837103844 - -2.3837103844 - -2.3561944962 - -2.3561944962 - 0.1798534989 - 0.1707352102 - 0.1688318998 - 0.1798534989 - -2.3172531128 - -2.3172531128 - -2.4360244274 - -2.4360244274 - 0.6246353984 - 0.6246353984 - 0.7935280800 - 0.7935280800 - 3.1065192223 - 3.1065192223 - 1.2698761225 - 1.2698761225 - 2.5917394161 - 2.5917394161 - 0.1651486754 - 0.1651486754 - -3.0981416702 - -2.8966140747 - -2.8966140747 - -3.0981416702 - -2.9018495083 - -2.9018495083 - -2.9018495083 - -2.9018495083 - -2.9275319576 - -2.9018495083 - -2.9018495083 - -2.9018495083 - -2.9018495083 - -2.9275319576 - -0.5667291880 - 2.4694797993 - -0.5667291880 - 1.7714492083 - 1.7714492083 - -2.9562447071 - -2.9562447071 - -2.9523935318 - -2.9562447071 - -2.9797551632 - -2.9402754307 - -2.9599437714 - -2.9797551632 - -3.0024967194 - -3.0024967194 - -2.6831533909 - -2.6831533909 - 3.0016679764 - 3.0016679764 - 3.0244839191 - 3.0244839191 - 3.0051901340 - -3.0850491524 - -3.0850491524 - -3.0850491524 - -3.0676536560 - -3.0860941410 - 0.6078019738 - 0.6078019738 - -2.6620733738 - -2.6620733738 - 2.4917221069 - 2.5269296169 - 2.4917221069 - 2.2142975330 - 2.2142975330 - -3.1234128475 - -3.1234128475 - -3.1234128475 - -3.1230762005 - -3.0348570347 - -3.0348570347 - 2.4558632374 - 2.4558632374 - 2.4619438648 - 0.5162306428 - 0.5162306428 - 2.9859979153 - 2.9859979153 - 2.9859979153 - 2.9859979153 - 2.9599437714 - -3.1207623482 - 2.9599437714 - 2.9402754307 - -2.7233684063 - 2.9599437714 - 2.9599437714 - 2.9599437714 - 2.9599437714 - 2.9402754307 - -2.7233684063 - 2.9599437714 - 2.9599437714 - 2.9402754307 - 1.0679531097 - 1.0679531097 - 2.9319527149 - 2.9361972809 - 2.9319527149 - 2.7501876354 - 2.7501876354 - 2.9521124363 - 2.9521124363 - 1.9328837395 - 1.9328837395 - 0.9702551961 - 0.9702551961 - 1.8925468922 - 1.8925468922 - 0.7785955667 - 0.7785955667 - -2.4101960659 - -2.4101960659 - -0.5880026221 - -0.5880026221 - 2.7610862255 - 2.7610862255 - 1.8978943825 - 1.8978943825 - -0.6659692526 - -0.6659692526 - -1.0647213459 - -1.0647213459 - -0.9801759124 - -0.9801759124 - -2.3339760303 - -2.3344588280 - -2.3339760303 - -2.3329429626 - -2.3107712269 - -2.3329429626 - 0.9629943371 - 0.9629943371 - 1.5165019035 - 1.5165019035 - 2.9507615566 - 2.9398303032 - 1.8209968805 - 1.8313987255 - 1.8209968805 - 0.9994588494 - 0.9994588494 - 1.6027003527 - 1.6027003527 - -0.0996686518 - -0.0996686518 - -1.9100888968 - -1.9100888968 - -2.5748634338 - -2.5748634338 - 0.5880026221 - 0.5880026221 - 0.5880026221 - 0.5942137241 - 0.5942137241 - 0.6125375628 - 0.6000502110 - 0.5880026221 - 0.5880026221 - 0.5942137241 - 0.7517030835 - 0.7517030835 - -2.7032561302 - -2.7149651051 - -2.7032561302 - 1.4508923292 - 1.4508923292 - 3.1415927410 - 3.1415927410 - 2.3794460297 - 2.3794460297 - 1.0381526947 - 1.0381526947 - -2.8480036259 - -2.8480036259 - 0.9190986753 - 0.9190986753 - 1.0191413164 - 1.0191413164 - -0.5337082148 - 1.3306252956 - -0.5337082148 - 2.2494587898 - 2.2494587898 - -2.9319527149 - -2.9319527149 - -2.9797551632 - -2.9797551632 - -2.9319527149 - -2.9562447071 - -2.9562447071 - -2.9562447071 - -0.2662520409 - -0.2662520409 - -2.8612930775 - -2.8612930775 - 1.4758446217 - 1.4758446217 - 0.3664967716 - 0.3664967716 - -3.0662636757 - -3.0648207664 - -3.0662636757 - 3.0051901340 - 3.0244839191 - 3.0051901340 - -3.0676536560 - -3.0850491524 - -3.0850491524 - -3.0676536560 - -3.0860941410 - -3.0850491524 - -3.0850491524 - -3.0676536560 - -3.0860941410 - -3.0850491524 - -3.1038746834 - 2.8318896294 - 2.8318896294 - 3.0244839191 - -3.0475313663 - 2.8318896294 - 3.0244839191 - -3.0475313663 - 2.9889433384 - 1.7126933336 - 1.7126933336 - 3.0676536560 - 3.0676536560 - 3.0850491524 - 3.0850491524 - 3.0676536560 - 3.0850491524 - 3.0077817440 - 3.0077817440 - 3.0077817440 - 2.9402754307 - 2.9599437714 - 2.9402754307 - 2.9599437714 - 2.9599437714 - 2.9402754307 - 2.9599437714 - 2.9599437714 - 2.9402754307 - 2.9599437714 - 2.9634997845 - 2.9402754307 - 2.9402754307 - 2.9319527149 - 2.9163157940 - 2.9116883278 - 2.9319527149 - 2.9116883278 - 2.9163157940 - 2.8012106419 - 2.8012106419 - 2.4827866554 - 2.4827866554 - 2.0085875988 - 2.0085875988 - -0.2200617045 - -0.2200617045 - 0.6913369298 - 0.6913369298 - 2.7707014084 - 2.7707014084 - -0.6874467134 - -0.6874467134 - 2.8582847118 - 2.8582847118 - -0.6556956172 - -0.6556956172 - -0.7568345070 - -0.7568345070 - -0.7469555736 - -0.7469555736 - 2.2355709076 - 2.2355709076 - 2.2186076641 - -0.3587706685 - -0.3587706685 - -1.1071487665 - -1.1071487665 - -1.1020982265 - -1.0920745134 - 0.9420000315 - 0.9420000315 - -2.3070538044 - -2.3070538044 - 2.9507615566 - 1.5165019035 - 0.9318823218 - 2.9507615566 - 2.9398303032 - -2.3757998943 - -2.3757998943 - -1.9467573166 - -1.9467573166 - -2.5930433273 - -2.3086113930 - -2.3086113930 - 0.9342880845 - 0.9342880845 - 0.7341610193 - 0.7341610193 - -0.1019183695 - -0.1019183695 - -0.8602579832 - -0.8602579832 - -2.6043078899 - -2.6011731625 - -2.6011731625 - -2.6411519051 - -2.6411519051 - 0.6395872235 - 0.6395872235 - 0.6337926984 - 0.6337926984 - 0.6395872235 - 0.6337926984 - 2.3718183041 - 3.0344772339 - 2.3718183041 - 2.8618884087 - 2.8618884087 - -2.7798633575 - -2.7564351559 - -2.8119683266 - -2.7798633575 - 0.2885873616 - 0.2885873616 - 0.8176450729 - 0.8176450729 - 1.4056476355 - 1.4056476355 - 1.3921653032 - 1.3921653032 - 1.4056476355 - 1.3921653032 - 2.1752679348 - 2.1752679348 - -2.2339992523 - -2.2339992523 - 2.0344438553 - 2.0344438553 - 2.4584012032 - 2.4584012032 - 0.5640836954 - 0.5640836954 - -3.0860941410 - -3.0850491524 - -3.0850491524 - -3.0676536560 - -3.0860941410 - -3.0850491524 - -3.1038746834 - -3.0676536560 - -3.0860941410 - -3.0850491524 - -3.1038746834 - 2.8318896294 - 2.8138542175 - 2.8318896294 - 3.0244839191 - -2.9441971779 - -2.9441971779 - -1.5538487434 - -1.5538487434 - 3.0288650990 - 3.0288650990 - -2.9068701267 - -2.9068701267 - -3.1207623482 - -3.1207623482 - -2.9068701267 - -3.1207623482 - 2.9599437714 - 2.9599437714 - 2.9599437714 - 2.9402754307 - 2.9599437714 - 2.9634997845 - 2.9599437714 - 2.9599437714 - 2.9402754307 - 2.9599437714 - 2.9634997845 - 2.9599437714 - 2.9599437714 - 2.9599437714 - 2.9634997845 - 2.9599437714 - 2.9599437714 - 2.9599437714 - 2.9116883278 - 2.9163157940 - 2.9163157940 - 2.9116883278 - 2.9319527149 - 2.9116883278 - 1.6748962402 - 1.6748962402 - 2.8809902668 - 2.8809902668 - 2.3940143585 - 2.3940143585 - 2.7776136398 - 2.7776136398 - 2.5146188736 - 2.5146188736 - 2.4286928177 - 2.4286928177 - 3.0481159687 - 3.0481159687 - 2.4805495739 - 2.4805495739 - -0.3217505515 - -0.3217505515 - -0.7469555736 - -0.7568345070 - -0.7469555736 - -0.7469555736 - -0.7853981853 - -0.7853981853 - 2.2186076641 - 2.2355709076 - 2.2186076641 - -0.2160849720 - -0.2160849720 - 0.4899573326 - 0.4899573326 - -0.2892709970 - -0.2892709970 - 2.0899424553 - 2.0899424553 - -1.1020982265 - -1.1071487665 - -1.1020982265 - -1.0920745134 - -1.0920745134 - -1.1071487665 - -1.1020982265 - -1.0920745134 - 1.3597029448 - 1.3597029448 - 2.0491487980 - 2.0491487980 - 2.9023611546 - 2.9023611546 - 0.9318823218 - 2.9398303032 - 1.5165019035 - 0.9318823218 - 2.9507615566 - 2.9398303032 - -2.6043078899 - -0.8602579832 - -2.6043078899 - 1.4659193754 - 1.4659193754 - -2.6066374779 - -2.6066374779 - -2.5899376869 - -2.5899376869 - -2.6066374779 - -2.5899376869 - 0.5880026221 - 0.5880026221 - 0.5880026221 - 0.5942137241 - 0.5880026221 - 0.5880026221 - 0.4939413667 - 0.4939413667 - 1.1978086233 - 1.1978086233 - -2.6992185116 - -2.6992185116 - -2.7945311069 - -2.7945311069 - 0.6730907559 - 0.6730907559 - 2.9181160927 - 2.9181160927 - 2.3036115170 - 2.3036115170 - -2.9275319576 - -2.9018495083 - -2.9018495083 - -2.9275319576 - -2.9319527149 - -2.9319527149 - 0.3625442386 - 0.3625442386 - 1.4722157717 - 1.4722157717 - 1.8086322546 - 1.8086322546 - -1.0906213522 - -1.0906213522 - 2.9889433384 - 2.8318896294 - 3.0244839191 - -3.0475313663 - 2.9889433384 - -3.0860941410 - -3.1045725346 - -3.1045725346 - -3.1234128475 - -3.1234128475 - -3.1234128475 - 3.1415927410 - -3.1052451134 - -3.1230762005 - -3.1230762005 - -3.1234128475 - -3.1234128475 - 3.1415927410 - -3.1052451134 - -3.1230762005 - -3.1234128475 - -3.1234128475 - -3.1052451134 - -3.1045725346 - 2.4619438648 - 2.4558632374 - 2.4619438648 - 2.9889433384 - 2.9889433384 - 2.9917802811 - 2.9889433384 - 3.0077817440 - 3.0077817440 - 3.0077817440 - 2.9889433384 - 2.9917802811 - 2.9889433384 - 3.0077817440 - 3.0077817440 - 2.9859979153 - 2.9859979153 - 2.9859979153 - 2.9859979153 - 2.9889433384 - 2.9889433384 - 2.2597208023 - 2.2597208023 - 2.9163157940 - 2.9163157940 - 2.9163157940 - 2.9319527149 - 2.9116883278 - 2.9116883278 - 2.9163157940 - 2.9116883278 - 2.9116883278 - -1.3009471893 - -1.3009471893 - 2.8809902668 - 2.8809902668 - 2.8543112278 - 2.8543112278 - -2.0344438553 - -2.0344438553 - 2.6344940662 - 2.6344940662 - -0.2487099916 - -0.2487099916 - -0.7469555736 - -0.7568345070 - -0.7469555736 - -0.7469555736 - 2.2455372810 - 2.2455372810 - -1.9974237680 - -1.9974237680 - -2.2730531693 - -2.2730531693 - 0.9318823218 - 2.9023611546 - 0.9318823218 - 2.9507615566 - 2.9398303032 - 0.5667291880 - 0.5667291880 - 0.5800027847 - 0.5800027847 - 3.0344772339 - 2.4329664707 - 3.0344772339 - 2.3718183041 - 0.5880026221 - 0.5880026221 - 1.5199925900 - 1.5199925900 - -2.8273608685 - -2.8273608685 - 2.6855206490 - 2.6855206490 - -2.8809902668 - -2.8809902668 - -2.9018495083 - -2.8753407001 - -2.8809902668 - -2.8966140747 - -2.8753407001 - -2.8809902668 - -2.9018495083 - -2.8753407001 - -2.8809902668 - -2.8966140747 - -0.9272952080 - -0.9272952080 - -2.9319527149 - -2.9797551632 - -2.9319527149 - -2.9683470726 - -2.9683470726 - 0.8850668073 - 0.8850668073 - -0.1651486754 - -0.1651486754 - 0.4844779372 - -2.9859979153 - -2.9859979153 - -2.9829373360 - -2.9829373360 - -2.9829373360 - -2.9859979153 - -2.9829373360 - -2.9829373360 - -2.8763854504 - -2.8763854504 - -0.6947382689 - -0.6947382689 - 1.7963975668 - 1.7963975668 - 2.4344656467 - 2.4344656467 - -2.8125429153 - -2.8125429153 - 2.8318896294 - -3.0676536560 - -3.0860941410 - -3.0850491524 - -3.1038746834 - 2.8318896294 - 2.8138542175 - 2.8318896294 - 3.0244839191 - 2.8318896294 - -3.0676536560 - -3.0860941410 - -3.0850491524 - -3.1038746834 - 2.8318896294 - 2.8138542175 - 2.8318896294 - 3.0244839191 - -3.0475313663 - 2.9889433384 - 3.0244839191 - -3.0850491524 - -3.1038746834 - 2.8318896294 - 2.8138542175 - 2.8318896294 - 3.0244839191 - -3.0475313663 - 2.9889433384 - -3.1045725346 - -3.1045725346 - -3.0860941410 - 3.1415927410 - -3.1234128475 - 3.1415927410 - -3.1052451134 - -3.1230762005 - -3.1052451134 - -3.1234128475 - -3.1052451134 - -3.1045725346 - -3.1045725346 - -3.1234128475 - -3.1052451134 - -3.1045725346 - -1.8490959406 - -1.8490959406 - -0.7370488048 - -0.7370488048 - 1.5588921309 - 1.5588921309 - 3.0077817440 - 3.0077817440 - 3.0077817440 - 2.9889433384 - 2.9859979153 - 2.9859979153 - 2.9889433384 - 2.9889433384 - 2.9859979153 - 0.9272952080 - 0.9272952080 - 2.9163157940 - 2.9319527149 - 2.9116883278 - 2.9163157940 - 2.9116883278 - 2.9116883278 - 2.9116883278 - 2.9116883278 - 2.9163157940 - 2.9116883278 - 2.9116883278 - -1.4056476355 - -1.4056476355 - -2.4837040901 - -2.4837040901 - -0.5239193439 - -0.5239193439 - -0.6528466344 - -0.6528466344 - 2.2073044777 - 2.2073044777 - 2.2537505627 - 2.2537505627 - -0.9798783064 - -0.9798783064 - 0.2034930438 - 0.2034930438 - -2.3086113930 - -2.3086113930 - -0.5485494137 - -0.5485494137 - -2.3671829700 - -2.3671829700 - 0.3883187175 - 0.3883187175 - 0.5827394724 - 0.5827394724 - 0.5959179997 - -0.9827937484 - -0.9827937484 - 0.5880026221 - 0.5880026221 - 0.5937496424 - 0.5937496424 - -2.6779451370 - -2.6779451370 - 0.8530911803 - 0.8530911803 - 2.4329664707 - 2.4329664707 - 3.0344772339 - -2.7564351559 - -2.7564351559 - -2.7798633575 - -2.7886023521 - -2.7969453335 - -2.7886023521 - -2.8430936337 - -2.8430936337 - -2.9349093437 - -2.9349093437 - 1.7975951433 - 1.7975951433 - 1.7051178217 - 1.7051178217 - -0.1311116517 - -0.1311116517 - -2.6835947037 - -2.6835947037 - -2.9829373360 - -2.9829373360 - 0.4844779372 - -0.1651486754 - 0.4844779372 - 1.1961151361 - 1.1961151361 - -3.0267159939 - -3.0267159939 - -3.0457334518 - 2.8138542175 - -3.0860941410 - -3.1038746834 - 2.8318896294 - 2.8138542175 - 2.8318896294 - 3.0244839191 - -3.0860941410 - 2.9889433384 - -3.0860941410 - 1.3146449327 - 1.3146449327 - -3.0860941410 - -3.1045725346 - -3.0860941410 - 0.6334258914 - 0.6334258914 - 1.8817945719 - 1.8817945719 - 3.0475313663 - 3.0475313663 - 0.4346702099 - 0.4346702099 - 0.4492601156 - 2.9917802811 - 2.9889433384 - 2.9917802811 - 2.9889433384 - 3.0077817440 - 3.0077817440 - 2.9889433384 - 2.9889433384 - 2.9917802811 - 2.9889433384 - 3.0077817440 - 3.0077817440 - 3.0077817440 - 2.9889433384 - 2.9917802811 - 2.9889433384 - 3.0077817440 - 3.0077817440 - 3.0077817440 - 2.9889433384 - 3.0077817440 - 3.0077817440 - 3.0077817440 - 2.9859979153 - -1.4337301254 - -1.4337301254 - 2.9889433384 - 2.9859979153 - 2.9859979153 - 2.9889433384 - 2.9889433384 - 2.9889433384 - 2.9859979153 - 2.9859979153 - 2.9859979153 - 2.9889433384 - 2.9889433384 - 2.9889433384 - 2.9859979153 - 2.9859979153 - 2.9859979153 - 2.9889433384 - 2.9889433384 - 2.9889433384 - 0.7467433810 - 0.7467433810 - 2.9163157940 - 2.9163157940 - 2.9163157940 - 2.9116883278 - -1.1760052443 - -1.1760052443 - 1.4382448196 - 1.4382448196 - 1.4424730539 - 2.0099089146 - 2.0099089146 - -2.7000002861 - -2.7000002861 - -0.5603598952 - -0.5603598952 - -1.2165368795 - -1.2165368795 - -1.0475180149 - -1.0475180149 - -0.8874050975 - -0.8788749576 - -2.9708573818 - -2.9708573818 - -2.3629057407 - -2.3629057407 - 1.2411719561 - 1.2411719561 - 2.9797551632 - 2.9797551632 - -2.6674742699 - -2.6674742699 - -0.9246774316 - -0.9246774316 - 0.9328353405 - 0.9328353405 - 0.9218007922 - 0.9218007922 - 0.9328353405 - 0.9218007922 - -0.8441540003 - -0.8441540003 - 0.2368487567 - 0.2368487567 - 0.2691674829 - 0.5959179997 - 0.5827394724 - 0.5959179997 - 0.5994524956 - 0.5994524956 - 0.5807563663 - 0.5807563663 - 0.5232782960 - 0.5232782960 - -2.7564351559 - -2.7564351559 - -2.7468016148 - -2.7468016148 - -2.7564351559 - -2.7468016148 - 1.6551030874 - 1.6551030874 - 1.4181469679 - 1.4181469679 - -3.0702850819 - -3.0702850819 - 0.9827937484 - 0.9827937484 - -2.9018495083 - -2.8809902668 - -2.9018495083 - -2.8753407001 - -2.8809902668 - -2.8966140747 - -2.8809902668 - -2.8809902668 - -2.9018495083 - -2.8753407001 - -2.8809902668 - -2.8966140747 - 1.9394922256 - 1.9394922256 - -2.9599437714 - -2.9599437714 - -2.9599437714 - 2.7367007732 - 2.7367007732 - 0.7957070470 - 0.7957070470 - -2.9829373360 - -2.9859979153 - -2.9829373360 - -2.9829373360 - -3.0024967194 - -3.0024967194 - -2.8326618671 - -2.8326618671 - -3.0267159939 - -3.0267159939 - -3.0267159939 - 0.5434775949 - 0.5434775949 - -3.0457334518 - -3.0267159939 - -3.0457334518 - -0.1370661706 - -0.1370661706 - -0.1257694215 - 1.9333405495 - 1.9333405495 - -3.1052451134 - -3.1234128475 - 3.1415927410 - -3.1052451134 - -3.1230762005 - -2.4037775993 - -2.4037775993 - 1.0273187160 - 1.0273187160 - -0.5386241674 - -0.5386241674 - 1.9513026476 - 1.9513026476 - 3.0509328842 - 3.0509328842 - 0.4492601156 - 0.4346702099 - 0.4492601156 - 2.9859979153 - 3.0077817440 - 3.0077817440 - 3.0077817440 - 2.9859979153 - 2.9859979153 - 2.9859979153 - 3.0077817440 - 2.9859979153 - 2.9859979153 - 2.9829373360 - 2.9889433384 - 2.9829373360 - 2.9859979153 - 2.9859979153 - 2.9829373360 - 2.9889433384 - 2.9859979153 - 2.9859979153 - 2.9859979153 - 2.9859979153 - 2.9859979153 - 2.9889433384 - 2.9669203758 - 2.9669203758 - 1.8063412905 - 1.8063412905 - 2.2676689625 - 2.2676689625 - 2.6674742699 - 2.6674742699 - -0.1106572226 - 0.6947382689 - -0.1106572226 - 1.8107625246 - 1.8107625246 - -0.1106572226 - 1.8107625246 - 2.8543112278 - 2.8543112278 - 2.8268349171 - -2.8911495209 - 2.8268349171 - 2.8543112278 - 2.8268349171 - -2.8911495209 - 2.8543112278 - -0.3461359739 - -0.3461359739 - 1.2539718151 - 1.2539718151 - -0.3461359739 - 1.2539718151 - 1.4424730539 - 1.4382448196 - 1.4424730539 - 2.7828218937 - 2.7828218937 - -0.8547313213 - -0.8547313213 - -1.6902252436 - -1.6902252436 - -1.2949904203 - -1.2949904203 - -0.8238407373 - -0.8238407373 - -0.7597627640 - -0.7597627640 - 2.2181885242 - 2.2181885242 - 0.0831412300 - 0.0831412300 - 1.9964188337 - 1.9964188337 - 1.9866081476 - 0.4398425817 - 0.4398425817 - 1.3775848150 - 1.3775848150 - 0.2422085851 - 0.2422085851 - 0.2691674829 - 0.2368487567 - 0.2691674829 - 0.5640836954 - 0.5640836954 - 0.8206776381 - 0.8206776381 - 2.0344438553 - 2.0344438553 - -2.8125429153 - -2.8125429153 - -2.8414213657 - -2.8414213657 - -2.8414213657 - -2.8125429153 - -2.8414213657 - -2.8414213657 - 0.3376222253 - 0.3376222253 - 0.3663944006 - 0.3663944006 - -2.8966140747 - -2.8809902668 - -2.9018495083 - -2.8753407001 - -2.8809902668 - -2.8966140747 - 0.6055446863 - 0.6055446863 - -2.9562447071 - -2.9562447071 - -2.9599437714 - -2.9599437714 - -2.9599437714 - -2.9797551632 - 1.1501330137 - 1.1501330137 - 1.1695675850 - 1.1695675850 - 0.5280744433 - -0.1257694215 - -0.1370661706 - -0.1257694215 - -0.0319040641 - -0.0319040641 - 3.1234128475 - 3.1234128475 - -0.3455555737 - 1.0646212101 - -0.3455555737 - -0.3053585887 - -0.3053585887 - -2.5602123737 - -2.5602123737 - -0.1932114810 - -0.1932114810 - 2.9669203758 - 2.9669203758 - 2.9669203758 - 2.8083484173 - 2.8083484173 - 2.7577750683 - 2.7577750683 - 2.9402754307 - 2.9402754307 - 2.4069981575 - 2.4069981575 - 1.5579764843 - 1.5579764843 - 2.0744225979 - 2.0744225979 - -2.7425317764 - -2.7425317764 - -2.8911495209 - 2.8543112278 - 2.8268349171 - -2.8911495209 - 2.8543112278 - 2.7828218937 - 2.7828218937 - -0.7266423702 - -0.7266423702 - -1.3028858900 - -1.3028858900 - -2.5959374905 - -2.5959374905 - 0.5633162856 - 0.5633162856 - -0.7197033763 - -0.7197033763 - -0.2420716882 - -0.2420716882 - -0.8874050975 - -1.0475180149 - -0.8874050975 - -0.8788749576 - -0.8788749576 - -1.0475180149 - -0.8874050975 - -0.8788749576 - 1.3203532696 - 1.3203532696 - 0.8884797692 - 0.8884797692 - -2.5930433273 - -2.5930433273 - 0.9554567933 - -1.6431336403 - 0.9554567933 - -2.8156228065 - -2.8156228065 - -2.8198421001 - 0.8960554004 - 0.8960554004 - -1.8233505487 - -1.8233505487 - 0.3392926157 - 0.3392926157 - 1.1071487665 - 1.1071487665 - -2.6497833729 - -2.6497833729 - -2.7969453335 - -2.7969453335 - -2.7886023521 - -2.8049178123 - -2.8049178123 - 1.4672716856 - 1.4672716856 - -2.8414213657 - -2.8125429153 - -2.8414213657 - -2.8414213657 - -2.8480036259 - -2.8480036259 - -2.8809902668 - 1.1555689573 - 1.1555689573 - -2.6374266148 - -0.0767718926 - -0.0767718926 - -2.7209293842 - -2.7209293842 - 2.2142975330 - 2.2142975330 - -2.6108191013 - -2.6108191013 - -2.6189417839 - -0.5485494137 - -0.5485494137 - -2.9797551632 - -2.9797551632 - 0.5280744433 - 1.1695675850 - 0.5280744433 - -3.0267159939 - -3.0267159939 - -3.0267159939 - 3.0438656807 - 3.0438656807 - 3.0244839191 - -2.3561944962 - -2.3561944962 - 0.3644075990 - 0.4086184800 - 0.3644075990 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 0.8836721182 - 0.8836721182 - 3.0871012211 - 3.0871012211 - 3.0880723000 - -0.0227233600 - -0.0227233600 - 2.9889433384 - 2.9859979153 - 2.9859979153 - 2.9859979153 - 2.9859979153 - 2.9859979153 - 2.9634997845 - 2.9634997845 - 2.9634997845 - 2.9829373360 - 2.9634997845 - 2.9634997845 - 2.9634997845 - 2.9634997845 - 2.9829373360 - 2.9634997845 - 1.0768549442 - 1.0768549442 - 2.8864102364 - 2.8864102364 - 2.8809902668 - 2.8809902668 - -3.0916342735 - -3.0916342735 - 1.2082520723 - 1.2082520723 - 2.5308666229 - 2.5308666229 - -0.6873528957 - -0.6873528957 - 2.5596876144 - 2.5596876144 - 2.5415425301 - 3.1277046204 - 3.1277046204 - 2.2565257549 - 2.2565257549 - -0.7419472933 - -0.7419472933 - 1.9866081476 - 1.9964188337 - 1.9866081476 - -0.9750117660 - -0.9750117660 - 0.7359336019 - 0.7359336019 - -2.3127436638 - -2.3127436638 - 0.9765826464 - 0.9765826464 - -1.6431336403 - -1.6431336403 - 0.9554567933 - -2.8198421001 - -2.8156228065 - -2.8198421001 - 2.3509035110 - 2.3509035110 - -2.6665818691 - -2.6665818691 - -2.6607053280 - -2.6607053280 - -2.6665818691 - -2.6607053280 - 1.0158005953 - 1.0158005953 - 0.5919708610 - 0.5919708610 - 1.8422747850 - 1.8422747850 - -1.9226130247 - -1.9226130247 - 0.4475199878 - 0.4475199878 - -2.8809902668 - -2.8480036259 - -2.8809902668 - -2.9116883278 - -2.9116883278 - -2.9116883278 - 3.1162815094 - 0.2927130759 - 3.1162815094 - 2.3891496658 - 2.3891496658 - -2.9829373360 - -2.9829373360 - -2.6189417839 - -2.6108191013 - -2.6189417839 - 0.1809264570 - 0.1809264570 - -2.9173579216 - -2.9173579216 - -3.1045725346 - -3.0676536560 - -3.1045725346 - 2.6363024712 - -0.5404195189 - -0.5404195189 - -3.0676536560 - -3.1045725346 - 2.6363024712 - -0.5404195189 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 0.7003326416 - 0.7003326416 - 2.5372872353 - 2.5372872353 - 2.5372872353 - 2.5372872353 - 2.5372872353 - 2.5372872353 - 1.8080030680 - 1.8080030680 - 2.9889433384 - 2.9859979153 - 2.9829373360 - 2.9889433384 - 2.9889433384 - 2.9859979153 - 2.9859979153 - 2.9859979153 - 2.9859979153 - 2.9859979153 - 2.9859979153 - 2.9859979153 - 2.9859979153 - 2.9859979153 - 2.9859979153 - 2.9859979153 - 2.9859979153 - 3.1415927410 - 3.1415927410 - -2.9275319576 - -3.1207623482 - -2.9275319576 - 2.9829373360 - 2.9634997845 - 2.9634997845 - 2.9829373360 - 2.9634997845 - 2.9207639694 - 2.9207639694 - 2.9163157940 - 2.9163157940 - 2.9163157940 - 2.9163157940 - 2.9163157940 - 2.9163157940 - 0.5164830089 - 0.5164830089 - 0.6947382689 - 0.6947382689 - -0.1106572226 - 2.5262532234 - 2.5262532234 - 2.8543112278 - 2.8268349171 - -2.8911495209 - 2.8543112278 - 2.8543112278 - 2.8543112278 - -0.3708913028 - -0.3708913028 - -0.7853981853 - -0.7853981853 - 1.6517003775 - 1.6517003775 - 2.5415425301 - 2.5596876144 - 2.5415425301 - -0.4124104381 - -0.4124104381 - -0.5164830089 - -0.5164830089 - 2.2565257549 - 2.2565257549 - -0.7316864133 - -0.7316864133 - 2.2236430645 - 2.2236430645 - 2.2073044777 - 2.2073044777 - -1.4486011267 - -1.4817467928 - -1.4486011267 - -0.9907935262 - -0.9907935262 - 2.0464916229 - 2.0464916229 - 1.3045443296 - 1.3045443296 - 3.1415927410 - 3.1415927410 - 0.6995171905 - 0.6995171905 - -1.3347727060 - -1.3347727060 - -1.3318598270 - 0.3459672630 - 0.3459672630 - 0.3422956169 - 0.3422956169 - 0.3459672630 - 0.3422956169 - -2.6374266148 - -2.6374266148 - 0.8078662753 - 0.8078662753 - 0.6958943605 - 0.6958943605 - 0.7756897211 - 0.7756897211 - 0.7661697865 - 0.7661697865 - 0.7756897211 - 0.7661697865 - 0.3997811079 - 0.3997811079 - -2.6374266148 - 1.1555689573 - -2.6374266148 - 1.1515638828 - 2.3561944962 - 2.3561944962 - -2.9797551632 - -2.9599437714 - -2.9797551632 - 1.0438530445 - 1.0438530445 - -2.5142843723 - -2.5142843723 - 2.4468543530 - 2.4468543530 - 2.8259770870 - 3.0267159939 - 3.0051901340 - 2.8259770870 - 1.2277723551 - 1.2277723551 - 3.0880723000 - 3.0871012211 - 3.0880723000 - 1.0646212101 - 1.0646212101 - -0.3455555737 - 3.0676536560 - 3.0492632389 - 3.0309355259 - 3.0676536560 - 3.0309355259 - 3.0309355259 - 3.0309355259 - 3.0309355259 - 3.0309355259 - 3.0309355259 - 3.0309355259 - 3.0102772713 - 3.0102772713 - 3.0102772713 - -0.9380474687 - -0.9380474687 - 2.9859979153 - 2.9859979153 - 2.9859979153 - 2.9859979153 - 2.9859979153 - 2.9859979153 - 2.9859979153 - 2.9859979153 - 2.9859979153 - 2.9859979153 - 2.9859979153 - 2.9859979153 - 2.9669203758 - 2.9669203758 - 2.9669203758 - 2.9634997845 - 2.9634997845 - 2.9634997845 - 2.9829373360 - 2.9634997845 - 1.1902899742 - 1.1902899742 - 2.9402754307 - 2.9402754307 - 0.9255769849 - 0.9255769849 - 0.6909432411 - 0.6909432411 - -3.0202405453 - -3.0202405453 - 2.8916139603 - 2.8916139603 - -0.4939413667 - -0.4939413667 - -2.0863454342 - -2.0863454342 - -0.0713074654 - -0.0713074654 - 1.1364290714 - 1.1364290714 - 2.4756233692 - 2.4756233692 - -0.6287962794 - -0.6287962794 - -0.2110933363 - -0.2110933363 - 2.1989665031 - 2.2073044777 - 2.1989665031 - 2.2455372810 - 2.2455372810 - -1.4817467928 - -1.4817467928 - -1.4486011267 - 1.1071487665 - 1.1071487665 - 1.3171222210 - 1.3171222210 - 2.9569082260 - 2.9569082260 - 1.1629283428 - 1.1629283428 - 0.3605659902 - 0.3605659902 - -1.3318598270 - -1.3347727060 - -1.3318598270 - -2.5444159508 - -2.5444159508 - 0.6047795415 - 0.5979690552 - 0.6047795415 - 0.5823529363 - 0.5823529363 - 2.2050385475 - 2.2050385475 - 0.2392316014 - 0.2392316014 - 0.6673061252 - 0.6673061252 - 0.2927130759 - 0.2927130759 - 3.1162815094 - -3.1313889027 - -3.1313889027 - 2.3978371620 - 2.3978371620 - -0.1526493281 - -0.1526493281 - 0.8621700406 - 0.8621700406 - -1.5964317322 - -1.5964317322 - 1.7396281958 - 1.7396281958 - -3.0077817440 - -3.0077817440 - -3.0267159939 - -3.0267159939 - -3.0244839191 - 3.0244839191 - 3.0438656807 - 3.0244839191 - 3.0267159939 - 3.0051901340 - 3.0267159939 - 3.0244839191 - 3.0267159939 - 3.0051901340 - 2.8259770870 - 2.6363024712 - 2.8966140747 - 2.8966140747 - -3.0676536560 - -3.0860941410 - -3.0850491524 - -3.0676536560 - -3.1045725346 - 2.6363024712 - -3.1052451134 - 2.6363024712 - -3.0850491524 - -3.0676536560 - -3.1045725346 - 2.6363024712 - -3.1052451134 - -0.5404195189 - 0.4086184800 - 0.4086184800 - 0.3644075990 - 3.0492632389 - 3.0492632389 - 3.0309355259 - 3.0676536560 - 3.0309355259 - 3.0309355259 - -3.1007990837 - -3.1007990837 - 3.0102772713 - 3.0102772713 - 3.0102772713 - 2.9917802811 - 2.9917802811 - 2.9859979153 - 2.9889433384 - 2.9859979153 - 2.9859979153 - 2.9859979153 - 2.9859979153 - 2.9859979153 - 2.9859979153 - 2.9859979153 - 2.9859979153 - 2.9859979153 - 2.9859979153 - -0.8110335469 - -0.8110335469 - 2.7367007732 - 2.7367007732 - 2.8724250793 - 2.8724250793 - 1.1861915588 - 1.1861915588 - -1.7790023088 - -1.7790023088 - -0.9618387222 - -0.9618387222 - -1.0912770033 - -1.1153452396 - -1.0990188122 - -1.0912770033 - 1.6991195679 - 1.6991195679 - 1.6672700644 - 1.6672700644 - 1.6991195679 - 1.6672700644 - 0.4636476040 - 0.4636476040 - 1.3078016043 - 1.3078016043 - 0.8960554004 - 0.8960554004 - 0.8621700406 - 0.8621700406 - 0.9159642458 - 0.9159642458 - -2.6211342812 - -2.6211342812 - 0.2895036638 - 0.6926418543 - 0.6926418543 - 0.5790742636 - 0.5585992932 - 0.5585992932 - 1.6756732464 - 1.6756732464 - 1.2706251144 - 1.2706251144 - -2.7964351177 - -2.7964351177 - -2.8345468044 - -2.8345468044 - -2.9116883278 - -2.9116883278 - -2.9116883278 - -2.9116883278 - -2.9116883278 - -2.9116883278 - 0.2709468603 - 0.2709468603 - 1.7492067814 - 1.7492067814 - -3.0828368664 - -3.0828368664 - -2.7478945255 - -3.0244839191 - -3.0267159939 - -3.0244839191 - 0.6365082264 - 0.6365082264 - -3.0860941410 - -3.0860941410 - 3.0051901340 - 3.0244839191 - 3.0267159939 - 3.0051901340 - 2.8259770870 - 3.0051901340 - 3.0051901340 - -3.0850491524 - 2.4597191811 - 2.4597191811 - 2.4526681900 - -2.0344438553 - -2.0344438553 - -0.5732544065 - -0.5732544065 - 3.0309355259 - 3.0492632389 - 3.0309355259 - 3.0676536560 - 3.0102772713 - 3.0102772713 - 2.9889433384 - 2.9889433384 - 2.9889433384 - 2.9889433384 - 2.9859979153 - 2.9859979153 - 2.9859979153 - 2.9859979153 - 2.9859979153 - 2.9859979153 - 2.9859979153 - 2.9859979153 - 2.9859979153 - 2.9859979153 - 2.9859979153 - 2.9859979153 - 2.4858970642 - 2.4858970642 - -3.1207623482 - -3.1207623482 - -2.9275319576 - 2.9634997845 - 2.9669203758 - 2.9634997845 - -1.3521274328 - -1.3521274328 - -2.4980914593 - -2.4980914593 - 2.8809902668 - 2.8809902668 - -0.4256224632 - -0.4256224632 - 1.4777325392 - 1.4777325392 - 1.8925468922 - 1.8925468922 - -0.2688404918 - -0.2688404918 - 0.9312090874 - -1.1153452396 - -1.1153452396 - -1.0990188122 - -1.0912770033 - -1.0990188122 - -1.1153452396 - -1.0990188122 - -1.0912770033 - -2.3318090439 - -2.3318090439 - -2.3561944962 - -2.3561944962 - 0.5028432012 - 0.5028432012 - -1.5152977705 - -1.5152977705 - -3.0309355259 - -3.0309355259 - 0.1566018760 - 0.1566018760 - 0.5498532057 - 0.5498532057 - -0.9753864408 - -0.9753864408 - 2.2744100094 - 2.2744100094 - 1.4141944647 - 2.2638652325 - 1.4141944647 - 1.1515638828 - -2.6374266148 - 1.1515638828 - 1.7245038748 - 1.7245038748 - 0.9664908051 - 0.9664908051 - -0.7606098652 - -0.7606098652 - 1.2414702177 - -3.0024967194 - -3.0024967194 - -2.9829373360 - -3.0288650990 - -3.0288650990 - -3.0475313663 - -3.0475313663 - 3.0435473919 - 3.0435473919 - -3.0475313663 - -3.0475313663 - -3.0475313663 - -3.0475313663 - 1.1243144274 - 1.1243144274 - -3.0860941410 - 2.6363024712 - -3.0860941410 - -3.0850491524 - -3.0676536560 - -3.0850491524 - 2.6363024712 - -3.0860941410 - 3.0051901340 - -3.0850491524 - -3.0676536560 - 2.6363024712 - -3.1052451134 - -3.1234128475 - -3.1234128475 - -3.1237373352 - -3.1237373352 - 3.1415927410 - -3.1234128475 - -3.1234128475 - -3.1237373352 - 3.1415927410 - -3.1234128475 - 3.0102772713 - 2.4526681900 - 2.4597191811 - 2.4526681900 - 1.4711276293 - 1.4711276293 - -0.4798405170 - -0.4798405170 - 0.2163406610 - 0.2163406610 - 3.0309355259 - 3.0309355259 - 3.0309355259 - -2.9229238033 - -2.9229238033 - 0.3040009439 - 0.3040009439 - 0.3040009439 - -2.7776136398 - -2.7776136398 - -2.2355709076 - -2.2355709076 - 1.2649174929 - 1.2649174929 - 0.2110933363 - 0.2110933363 - -0.4878364503 - -0.4840529263 - -0.4878364503 - 2.4805495739 - 2.4805495739 - -1.1951560974 - -1.1951560974 - 1.6295521259 - 1.6295521259 - 2.2073044777 - 2.2073044777 - 2.1989665031 - -2.3305590153 - -2.3305590153 - -0.1778752655 - -0.1778752655 - -2.5909171104 - -2.5909171104 - 0.2895036638 - -2.6211342812 - 0.2895036638 - -2.8744502068 - -2.8744502068 - 0.2895036638 - -2.8744502068 - -1.2902594805 - -1.2902594805 - -1.2746812105 - -1.2746812105 - -1.2902594805 - -1.2746812105 - 0.2648173273 - 0.2648173273 - -0.8794593811 - 0.5498532057 - -0.8794593811 - 0.5979690552 - 0.5979690552 - 0.6047795415 - 0.5880026221 - 0.5880026221 - 2.8501358032 - 2.8501358032 - 1.2426763773 - 1.2426763773 - -2.8480036259 - -2.8480036259 - -2.8480036259 - -2.8480036259 - -2.8480036259 - -2.8480036259 - 0.7853981853 - 0.7853981853 - -0.1289107651 - -0.1289107651 - -2.7586939335 - -2.7753369808 - -2.7586939335 - 2.6476511955 - 2.6476511955 - -2.9829373360 - -3.0024967194 - -2.9829373360 - -2.7478945255 - -3.0828368664 - -2.7478945255 - 2.4116930962 - 2.4116930962 - 2.1309177876 - 2.1309177876 - 0.5247957706 - 0.5247957706 - 2.6363024712 - 3.0267159939 - -3.0689930916 - 2.6363024712 - -3.0860941410 - -3.0850491524 - -3.0676536560 - -3.1052451134 - -3.0850491524 - -3.0676536560 - -3.0676536560 - -3.0871012211 - 2.6363024712 - -3.1052451134 - 0.7368925214 - 0.7368925214 - 3.1415927410 - -3.1237373352 - 3.1415927410 - -3.1234128475 - -0.1305660903 - -0.1305660903 - 0.7647114396 - 0.7647114396 - -0.1305660903 - 0.7647114396 - 3.1058936119 - 3.0890095234 - 3.1058936119 - 3.0880723000 - 3.0689930916 - 3.0689930916 - 1.8925468922 - 1.8925468922 - 1.3101938963 - 1.3101938963 - 2.9889433384 - 2.9889433384 - -1.0204104185 - 2.9889433384 - 2.9859979153 - 2.9859979153 - 2.9859979153 - 2.9889433384 - 2.9859979153 - 2.9859979153 - 2.9859979153 - 2.9859979153 - -3.1211872101 - -3.1211872101 - 3.1415927410 - 2.9669203758 - 2.9669203758 - 2.9634997845 - 2.9441971779 - 2.9441971779 - 2.9207639694 - 2.9634997845 - 2.9207639694 - 2.9441971779 - 2.9441971779 - 2.9634997845 - 2.9207639694 - 2.9441971779 - 2.9207639694 - 2.9207639694 - 2.1471714973 - 2.1471714973 - 2.8864102364 - 2.8864102364 - -0.4840529263 - -0.4840529263 - -0.4878364503 - 2.4733033180 - 2.4733033180 - -0.5038269758 - -0.5038269758 - -0.4984593987 - -0.4984593987 - -0.5038269758 - -0.4984593987 - 2.2210237980 - 2.2210237980 - 2.7610862255 - 2.7610862255 - -2.9689111710 - -2.9689111710 - 1.8878520727 - 1.8878520727 - 0.9017533064 - 0.9017533064 - -2.3291740417 - -2.3291740417 - 2.6779451370 - 2.6779451370 - -2.2962663174 - -2.2962663174 - -2.7828218937 - -2.7828218937 - -2.2236430645 - -2.2236430645 - 0.5790742636 - 0.6926418543 - 0.5790742636 - -2.6651251316 - -2.6516354084 - -2.6651251316 - 1.1921452284 - 1.1921452284 - 2.2638652325 - 2.2638652325 - 1.4141944647 - 2.9023611546 - 2.9023611546 - 1.0206305981 - 1.0206305981 - -2.9116883278 - -2.9116883278 - -2.9116883278 - -2.7753369808 - -2.7753369808 - -2.7586939335 - 2.1697075367 - 1.2414702177 - -0.7606098652 - 1.2414702177 - 2.7010622025 - 2.7010622025 - 0.8348627090 - 0.8348627090 - -3.0267159939 - -3.0457334518 - -3.0267159939 - -3.0102772713 - -3.0288650990 - -3.0475313663 - -3.0288650990 - -3.0475313663 - -3.0475313663 - -3.0288650990 - -3.0288650990 - -3.0475313663 - -3.0475313663 - -3.0288650990 - 2.3311996460 - 2.3311996460 - 3.0102772713 - -3.1234128475 - 3.0102772713 - 3.0890095234 - 3.0890095234 - 3.1058936119 - 3.0880723000 - 3.0880723000 - 3.0890095234 - 3.1058936119 - 3.0880723000 - 3.0880723000 - 3.0880723000 - 3.0880723000 - 3.0871012211 - 3.0880723000 - 3.0702850819 - 2.4379789829 - 2.4379789829 - 2.9669203758 - 2.9859979153 - 2.9702134132 - 2.9669203758 - 2.9669203758 - 2.9634997845 - 2.9669203758 - 2.9859979153 - 2.9634997845 - 2.9669203758 - 2.3273007870 - 2.3273007870 - 2.8603603840 - 2.8603603840 - 0.9357696176 - 0.9357696176 - 0.9328353405 - 1.0623070002 - 1.0623070002 - 2.7722589970 - 2.7722589970 - 0.9312090874 - -0.2688404918 - 0.9312090874 - 2.2396085262 - 2.2396085262 - 2.2896263599 - 2.2896263599 - 1.7734550238 - 1.7734550238 - -2.1995925903 - -2.1995925903 - -2.3561944962 - -2.3561944962 - 0.7099116445 - 0.7099116445 - 0.2449786663 - 0.2449786663 - 0.2267988473 - 0.2267988473 - 0.9114862680 - 0.9114862680 - 0.5880026221 - 0.5880026221 - -0.3955711424 - -0.3955711424 - 0.6395872235 - -0.2186689526 - -0.2186689526 - 1.9966467619 - 1.9966467619 - -1.0121970177 - -1.0121970177 - 0.5498532057 - 0.5498532057 - -0.8794593811 - -2.6586236954 - -2.6586236954 - 1.9328837395 - 0.5800027847 - 1.9328837395 - -2.9361972809 - -2.9116883278 - -2.9361972809 - -0.5191460848 - -0.5191460848 - 0.8908874989 - 0.8908874989 - -2.9599437714 - -2.9599437714 - 0.0920468494 - 0.0920468494 - 0.0767718926 - 0.5954098701 - 0.5954098701 - 0.6747409701 - 0.6747409701 - -3.0457334518 - -3.0457334518 - -3.0077817440 - -3.0267159939 - -3.0102772713 - -3.0288650990 - -3.0102772713 - -3.0457334518 - -3.0077817440 - -3.0267159939 - -3.0102772713 - -3.0288650990 - -3.0475313663 - -3.0288650990 - -3.0475313663 - -3.0475313663 - -3.0288650990 - 0.1566018760 - 0.1566018760 - 1.5102642775 - 0.7378150821 - 0.7378150821 - 2.7459030151 - 2.7459030151 - 3.0871012211 - 3.0871012211 - 3.0689930916 - 3.0880723000 - 3.0880723000 - 3.0880723000 - 3.0871012211 - 3.0871012211 - 3.0880723000 - 3.0880723000 - 3.0871012211 - 3.0880723000 - 3.0702850819 - 3.0880723000 - 3.0880723000 - 3.0871012211 - 3.0880723000 - 3.0702850819 - -3.1036362648 - -3.1036362648 - 3.0309355259 - 3.0150005817 - 3.0309355259 - 3.0309355259 - 3.0475313663 - 3.0475313663 - 3.0309355259 - 3.0309355259 - 3.0475313663 - 3.0077817440 - 3.0077817440 - -1.0204104185 - -1.0204104185 - 2.9889433384 - 3.1415927410 - -3.1211872101 - 3.1415927410 - 3.1415927410 - 2.9634997845 - 2.9669203758 - 2.9634997845 - 2.9669203758 - 2.9859979153 - 2.9859979153 - 2.9634997845 - 2.9669203758 - 2.9859979153 - 2.9669203758 - 0.3040009439 - 0.3040009439 - 0.3040009439 - 2.4769906998 - 2.4769906998 - -0.6078019738 - -0.6078019738 - 2.9764440060 - 2.9764440060 - 0.9328353405 - 0.9357696176 - 0.9328353405 - 2.0131704807 - 2.0131704807 - 1.1236081123 - 2.7610862255 - 2.7610862255 - 2.3438494205 - 2.3438494205 - -2.8002367020 - -2.8002367020 - 2.1031188965 - 2.1031188965 - -1.3623311520 - -1.3623311520 - 1.4821404219 - 1.4821404219 - 2.2430434227 - 2.2430434227 - -2.4227626324 - -2.4227626324 - 1.7539070845 - 1.7539070845 - 0.9652516842 - 0.9652516842 - -2.4393358231 - -2.4393358231 - -2.4393358231 - -2.4393358231 - -2.4393358231 - -2.4393358231 - 1.0182119608 - 1.0182119608 - 0.9119902849 - 0.9119902849 - 2.7610862255 - 2.7610862255 - -2.3561944962 - -2.3561944962 - -2.3471856117 - -2.3471856117 - -2.3561944962 - -2.3471856117 - 0.5975564718 - 0.5975564718 - 0.5800027847 - 0.5840810537 - 0.5800027847 - 1.9328837395 - -2.6779451370 - -2.6779451370 - -2.7459030151 - -2.7459030151 - -2.7567288876 - -2.8603603840 - -2.8603603840 - 0.1131509840 - 0.1131509840 - -2.9116883278 - -2.9116883278 - -2.9361972809 - 1.3487144709 - 1.3487144709 - 1.2783533335 - 1.2783533335 - 2.3932147026 - 2.3932147026 - 2.3927636147 - 1.3847382069 - 1.3847382069 - -3.0676536560 - -3.0676536560 - 1.9407024384 - 1.9407024384 - -3.0689930916 - -3.0689930916 - 2.6363024712 - -3.0871012211 - 2.2779233456 - 2.2779233456 - -3.0676536560 - 2.6363024712 - -3.0871012211 - 3.0267159939 - -3.0676536560 - -3.0871012211 - -3.0860941410 - -3.0871012211 - -3.0871012211 - -3.0676536560 - -3.0871012211 - -3.0860941410 - -3.0871012211 - -3.1052451134 - 2.1553976536 - 2.1553976536 - 2.1587989330 - 2.1587989330 - 3.1415927410 - 3.1415927410 - -3.1237373352 - 3.1234128475 - -3.1237373352 - 3.1415927410 - -3.1237373352 - 3.1415927410 - -3.1237373352 - 3.1234128475 - -3.1237373352 - 3.1415927410 - -3.1237373352 - 3.1415927410 - -3.1237373352 - 3.1234128475 - -3.1237373352 - 3.1415927410 - 3.0689930916 - 3.0871012211 - 3.0689930916 - 0.6800980568 - 0.6800980568 - 3.0702850819 - 3.0880723000 - 3.0871012211 - 3.0880723000 - 3.0702850819 - 3.0871012211 - -0.5619215369 - -0.5619215369 - 3.0150005817 - 3.0309355259 - 3.0150005817 - 3.0309355259 - 3.0309355259 - 3.0309355259 - 3.0150005817 - 3.0126819611 - 3.0288650990 - 3.0309355259 - 3.0126819611 - 3.0126819611 - 3.0288650990 - 3.0309355259 - 3.0126819611 - -3.1207623482 - -3.1207623482 - 3.1415927410 - 2.9634997845 - 2.9634997845 - 2.9207639694 - 2.9441971779 - -3.1223642826 - -3.1223642826 - 2.4621789455 - 2.4621789455 - 0.0890495852 - 0.0890495852 - 1.1236081123 - 2.0131704807 - 1.1236081123 - -0.7207401991 - -0.7207401991 - 1.9832067490 - 1.9832067490 - -2.7868869305 - -2.7868869305 - -2.1658658981 - -2.1658658981 - -2.6516354084 - -2.6516354084 - -2.6651251316 - -2.6559705734 - -2.6559705734 - 0.5743048191 - 0.5743048191 - 0.5585992932 - 0.5585992932 - 0.5191460848 - 0.5191460848 - 0.5369107723 - -2.7567288876 - -2.7459030151 - -2.7567288876 - -2.8414213657 - -2.8268349171 - -2.8414213657 - -2.0576956272 - -2.0576956272 - 2.1697075367 - -2.7753369808 - 2.1697075367 - 0.9420000315 - 0.9420000315 - 0.9473655224 - 2.4584012032 - 2.4584012032 - -2.9634997845 - -2.9634997845 - 0.0767718926 - 0.0920468494 - 0.0767718926 - 1.4464412928 - 1.4464412928 - -2.9859979153 - -2.9859979153 - 1.1801892519 - 2.5506746769 - 1.1801892519 - -3.0077817440 - -3.0077817440 - -3.0077817440 - -2.9889433384 - -2.9889433384 - -3.0077817440 - -3.0077817440 - -3.0077817440 - -3.0077817440 - 3.1193740368 - 3.1193740368 - -3.0288650990 - -3.0457334518 - -3.0077817440 - -3.0267159939 - -3.0102772713 - -3.0288650990 - 1.0691922903 - 1.0691922903 - 0.4007934630 - 0.4007934630 - 2.1049787998 - 2.1049787998 - 2.8445284367 - 2.8445284367 - 3.0051901340 - 2.8445284367 - 2.3373289108 - 2.3373289108 - 3.1234128475 - 3.1415927410 - -3.1237373352 - 3.1234128475 - -3.1237373352 - 3.1415927410 - 3.1415927410 - 3.1415927410 - -3.1237373352 - 3.1234128475 - -3.1237373352 - 3.1415927410 - -3.0899145603 - 3.1415927410 - -3.1237373352 - -3.1237373352 - -3.0899145603 - -3.1065192223 - 2.9945142269 - 2.9945142269 - 2.9889433384 - 2.9889433384 - 2.9702134132 - 2.9702134132 - 2.9669203758 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - -3.1207623482 - 3.1415927410 - 2.9669203758 - 2.9669203758 - 2.9859979153 - 2.9669203758 - -2.9736967087 - -2.9736967087 - 2.9340963364 - 2.9340963364 - 2.4227626324 - 2.4227626324 - 2.1395242214 - 2.1395242214 - 2.1348800659 - 1.3487144709 - 1.3487144709 - 2.3941509724 - 2.3936769962 - 2.3941509724 - 1.6886684895 - 1.6886684895 - -2.8357138634 - -2.8357138634 - 2.5308666229 - 2.5308666229 - 1.3068325520 - 1.3068325520 - -2.4858970642 - -2.4858970642 - 1.2490457296 - 1.2490457296 - 0.9827937484 - 0.9827937484 - 1.4219063520 - 1.4219063520 - 0.6395872235 - -0.3955711424 - 0.6533046961 - 0.6395872235 - 0.6473921537 - 0.5840810537 - 0.5840810537 - 0.5800027847 - 0.8960554004 - 0.8960554004 - 0.5280744433 - 0.5280744433 - -2.9195108414 - -2.9195108414 - 0.5369107723 - 0.5191460848 - 0.5369107723 - 2.8263778687 - 2.8263778687 - -2.9163157940 - -2.9163157940 - 0.9473655224 - 0.9420000315 - 0.9473655224 - -0.9025068879 - -0.9025068879 - 2.5506746769 - 2.5506746769 - 1.1801892519 - -3.0077817440 - -3.0077817440 - -3.0077817440 - -2.9889433384 - -2.9889433384 - -3.0077817440 - 0.7041818500 - 0.7041818500 - -3.0077817440 - -3.0457334518 - -3.0077817440 - -3.0102772713 - -3.0288650990 - -0.1651486754 - -0.1651486754 - 1.5102642775 - 0.1566018760 - 1.5102642775 - 3.0051901340 - 2.8445284367 - 3.0051901340 - 2.8259770870 - 2.8445284367 - 3.0051901340 - -3.0871012211 - -3.0689930916 - -3.0871012211 - -3.0676536560 - -3.0871012211 - -3.0860941410 - -3.0871012211 - -3.0871012211 - -3.0676536560 - -3.0871012211 - -3.0860941410 - -3.0871012211 - -0.6435011029 - -0.6435011029 - 3.0648207664 - 3.0648207664 - 3.0244839191 - 3.0244839191 - 2.9829373360 - 3.0244839191 - 3.0648207664 - 3.0244839191 - 3.0244839191 - 2.9829373360 - 2.9599437714 - -3.1065192223 - -3.1237373352 - 3.1234128475 - -3.1237373352 - 3.1415927410 - -3.0899145603 - 1.9983770847 - 2.0039966106 - 1.9983770847 - 2.5453934669 - 2.5453934669 - -2.9802174568 - -2.9802174568 - 3.0309355259 - 3.0309355259 - 3.0150005817 - 3.0309355259 - 3.0309355259 - 3.0475313663 - 3.0150005817 - 2.9971511364 - 3.0150005817 - 3.0126819611 - 3.0126819611 - 3.0309355259 - 3.0288650990 - 3.0126819611 - 3.0126819611 - 3.0288650990 - 3.0309355259 - 3.0126819611 - 2.7526357174 - 2.7526357174 - 1.6388727427 - 1.6388727427 - 3.1415927410 - 3.1415927410 - 3.1207623482 - 3.1415927410 - 1.4648119211 - 3.1415927410 - 1.3339475393 - 1.3339475393 - -0.4844779372 - -0.4844779372 - -0.4773453772 - -0.4773453772 - -0.4844779372 - -0.4773453772 - -2.4275019169 - -2.4275019169 - 2.1348800659 - 2.1395242214 - 2.1348800659 - 2.2142975330 - 2.2142975330 - 2.3936769962 - 2.3936769962 - 2.3941509724 - -0.8093935847 - -0.8093935847 - 2.4242708683 - 2.4242708683 - 2.2429091930 - 2.2429091930 - -0.7362574339 - -0.7362574339 - -0.0124993492 - -0.0124993492 - -0.0123450514 - -0.0123450514 - -0.0124993492 - -0.0123450514 - 1.4887888432 - 1.4887888432 - 0.6177557111 - 0.6177557111 - 2.5630683899 - 2.5630683899 - 0.1325515360 - -2.3357892036 - -2.3357892036 - 0.6533046961 - 0.6533046961 - 0.6395872235 - 0.6473921537 - 0.6473921537 - 0.6533046961 - 0.6395872235 - 0.6473921537 - -2.2655346394 - -2.2655346394 - 2.6575396061 - 2.6575396061 - 0.4704042673 - 0.4704042673 - 1.1705557108 - 1.1705557108 - -2.6387493610 - -2.6387493610 - -0.3693336546 - -0.3693336546 - 1.5707963705 - 1.5707963705 - 0.6354529858 - 0.6354529858 - 2.5329034328 - 2.5329034328 - 0.7392770648 - 0.7392770648 - -2.8864102364 - -2.8864102364 - -2.8864102364 - -3.0839641094 - -3.0839641094 - 3.1415927410 - 3.1415927410 - -2.9889433384 - -3.0077817440 - -3.0077817440 - -2.9889433384 - -2.9889433384 - -3.0077817440 - -2.9889433384 - -3.0077817440 - -3.0077817440 - -2.9889433384 - -2.9889433384 - -3.0077817440 - 2.3927636147 - 2.3932147026 - 2.3927636147 - 2.3864881992 - -3.0309355259 - -3.0309355259 - -0.2171113193 - -0.2171113193 - 3.0267159939 - 3.0267159939 - -3.0676536560 - -3.0860941410 - -3.0860941410 - -3.0871012211 - 3.0267159939 - -3.0676536560 - -3.0871012211 - -3.0860941410 - 2.4696295261 - 2.4696295261 - 1.9018924236 - 1.9018924236 - 1.8925468922 - 1.8925468922 - 1.9018924236 - 1.8925468922 - 2.1587989330 - 2.1587989330 - -3.1240506172 - -3.1237373352 - 3.1234128475 - -3.1237373352 - 3.1415927410 - -3.0899145603 - 2.0039966106 - 2.0039966106 - 1.9983770847 - 3.1065192223 - 3.0899145603 - 3.1065192223 - 3.0890095234 - 3.1237373352 - 3.1058936119 - 3.1237373352 - 3.0899145603 - 3.1065192223 - 3.0890095234 - 3.1237373352 - 3.1058936119 - -1.7051178217 - -1.7051178217 - 0.8007815480 - 0.8007815480 - 0.8082949519 - 3.0871012211 - 3.0880723000 - 3.0702850819 - 3.0871012211 - 3.0880723000 - 3.0880723000 - 3.0702850819 - 3.0871012211 - 3.0880723000 - 3.0329313278 - 3.0329313278 - 3.0509328842 - 3.0509328842 - 3.0329313278 - 3.0509328842 - 3.0348570347 - 3.0348570347 - 3.0509328842 - 3.0348570347 - 3.0509328842 - 0.4984593987 - 0.4984593987 - 0.4931956530 - 0.4931956530 - 0.4984593987 - 0.4931956530 - 3.0309355259 - 3.0309355259 - 3.0150005817 - 3.0309355259 - 3.0126819611 - 2.9971511364 - 3.0150005817 - 3.0126819611 - 3.0126819611 - 3.0288650990 - -2.7969453335 - -2.7969453335 - 3.1207623482 - 3.1207623482 - 3.1415927410 - 1.4648119211 - 2.9669203758 - 2.9669203758 - 2.9669203758 - 1.2641199827 - 1.2641199827 - 1.9784278870 - 1.9784278870 - 1.6020361185 - 1.6020361185 - 0.3465388715 - 0.3465388715 - -2.3408110142 - -2.3408110142 - 2.3613226414 - 2.3613226414 - 2.1375255585 - 2.1375255585 - -0.1697782725 - -0.1697782725 - 2.4256014824 - 2.4256014824 - 1.0088747740 - 1.0088747740 - 2.8482255936 - 2.8482255936 - 2.2774105072 - 2.2774105072 - 3.1292476654 - 3.1292476654 - 3.0309355259 - 3.0309355259 - 0.6435011029 - 0.6435011029 - -2.6066374779 - -2.6066374779 - 0.1224610582 - 0.1224610582 - 0.4636476040 - 0.4636476040 - -2.6779451370 - -2.6779451370 - -3.0231027603 - -3.0231027603 - -2.8268349171 - -2.8268349171 - -2.8414213657 - 1.3787482977 - 1.3787482977 - -2.8399736881 - -2.8399736881 - -2.8603603840 - -2.8864102364 - -2.8864102364 - -2.8864102364 - 1.6738779545 - 1.6738779545 - -2.9820408821 - 1.9089388847 - 1.9089388847 - 1.1469286680 - 1.1469286680 - 2.5332677364 - 1.3935709000 - 2.5332677364 - 0.9328353405 - 0.9328353405 - -2.8109138012 - 0.7520771623 - 0.7520771623 - -3.0077817440 - -2.9859979153 - -3.0077817440 - -3.0077817440 - -2.9889433384 - -2.9889433384 - 2.3864881992 - 2.3927636147 - 2.3864881992 - 1.8370484114 - 1.8370484114 - -3.0492632389 - -3.0492632389 - 2.8445284367 - 2.8445284367 - 3.0051901340 - 2.8259770870 - 2.8445284367 - 3.0051901340 - -3.0880723000 - -3.0871012211 - -3.0860941410 - -3.0880723000 - 3.0244839191 - 3.0648207664 - 3.0244839191 - 3.0244839191 - 2.9829373360 - 2.9599437714 - 2.9829373360 - 3.0648207664 - 3.0244839191 - 3.0244839191 - 2.9829373360 - 2.9599437714 - 3.1415927410 - 3.1415927410 - -3.0899145603 - -3.1065192223 - -3.1240506172 - 3.1415927410 - 3.1415927410 - -3.0899145603 - -3.1065192223 - -3.1240506172 - 3.1415927410 - 3.1415927410 - 3.1065192223 - 3.1065192223 - 3.0899145603 - 3.0899145603 - 3.0899145603 - 3.1065192223 - 3.0899145603 - 3.0899145603 - 3.1065192223 - 3.0890095234 - 3.0890095234 - 3.0899145603 - 3.0899145603 - 3.1065192223 - 3.0890095234 - 3.0890095234 - 3.1058936119 - 3.0899145603 - 3.0899145603 - 3.1065192223 - 3.0890095234 - 3.0890095234 - 0.8082949519 - 0.8007815480 - 0.8082949519 - 2.5905189514 - 2.5905189514 - 3.0509328842 - 3.0348570347 - 3.0509328842 - 3.0126819611 - 2.9971511364 - 3.0150005817 - 3.0126819611 - 3.0126819611 - 3.0288650990 - -3.0981416702 - -3.0981416702 - -2.9229238033 - -2.9398303032 - -2.9229238033 - -3.0532159805 - -3.0532159805 - -3.0657887459 - 3.0601406097 - 3.0024967194 - 3.0601406097 - -0.4636476040 - -0.4636476040 - 2.2950463295 - 2.2950463295 - 0.1325515360 - 2.5630683899 - 0.1325515360 - 0.8760580420 - 0.8760580420 - 0.8728935122 - 1.5937807560 - 1.5937807560 - -2.6387493610 - -2.6387493610 - -2.5308666229 - -2.5308666229 - -2.6877486706 - -2.6877486706 - -2.5006361008 - -2.5006361008 - -1.7963975668 - -1.7963975668 - 0.6435011029 - 0.6435011029 - 0.5317240953 - 0.5317240953 - -2.6954870224 - -2.6954870224 - 0.6368932724 - 0.6368932724 - -2.8125429153 - -2.8125429153 - -2.8603603840 - -2.8399736881 - -2.8603603840 - 1.1239538193 - 1.1239538193 - 0.6375488043 - 0.6375488043 - 0.8441540003 - 0.8441540003 - 2.0831856728 - 2.0831856728 - 1.4711276293 - 1.4711276293 - -2.8109138012 - 0.9328353405 - -2.8109138012 - 0.3523087204 - 0.3523087204 - -3.0102772713 - -2.9889433384 - -3.0077817440 - -3.0102772713 - 0.0111106541 - 0.0111106541 - 0.7853981853 - 0.7853981853 - 0.7908625603 - -2.9996955395 - -2.9996955395 - 2.8259770870 - 3.0051901340 - 2.8259770870 - 2.8445284367 - 3.0051901340 - 2.9859979153 - 2.8632929325 - 3.0051901340 - 3.0051901340 - 2.8259770870 - 2.8445284367 - 3.0051901340 - 2.9859979153 - 2.8632929325 - -0.3858826756 - -0.3858826756 - -0.3671738207 - 2.9599437714 - 3.0244839191 - 3.0244839191 - 2.9829373360 - 2.9599437714 - 3.0244839191 - 1.5558720827 - 1.5558720827 - 2.3270764351 - 2.3270764351 - 3.0880723000 - 3.0702850819 - 3.0880723000 - 3.0871012211 - 2.0564184189 - 2.0564184189 - 3.0348570347 - 3.0348570347 - 3.0525431633 - 3.0525431633 - 3.0348570347 - 3.0525431633 - 3.0492632389 - 3.0492632389 - 2.9971511364 - 2.9971511364 - 3.0150005817 - 3.0126819611 - 3.0126819611 - 3.0102772713 - 2.9945142269 - 2.9917802811 - 3.0102772713 - 1.4648119211 - 3.1207623482 - 3.1415927410 - 1.4648119211 - 2.9669203758 - 2.9669203758 - 2.9669203758 - 3.1415927410 - 3.1415927410 - 2.9147937298 - 2.8657867908 - 2.9147937298 - 3.0051901340 - 2.8785979748 - -3.0657887459 - -3.0532159805 - -3.0657887459 - 2.6779451370 - 2.6779451370 - 2.0981872082 - 2.0981872082 - 0.0996686518 - 0.0996686518 - -0.2860514522 - -0.2860514522 - -0.2679104209 - -2.9539527893 - -2.9539527893 - 2.3357892036 - 2.3357892036 - 2.2541875839 - 2.2541875839 - 1.2490457296 - 1.3120254278 - 1.2490457296 - 0.8728935122 - 0.8760580420 - 0.8728935122 - -3.0702850819 - -3.0702850819 - 0.5678440332 - 0.5678440332 - 0.5516549945 - 0.5461665392 - 0.5516549945 - 0.9670469761 - 0.9670469761 - 0.8779168129 - 0.8779168129 - 0.9670469761 - 0.8779168129 - 0.6857295036 - 0.6857295036 - 2.2974386215 - 2.2974386215 - 2.3825042248 - 2.3825042248 - 0.1418970525 - 0.1418970525 - -2.9441971779 - -2.9441971779 - 0.8874050975 - 0.8874050975 - 1.3935709000 - 1.3935709000 - 2.5332677364 - 1.9635570049 - 1.9635570049 - 0.4953112304 - 0.4953112304 - -2.0344438553 - -2.0344438553 - 0.7908625603 - 0.7853981853 - 0.7908625603 - 3.1180675030 - 0.1517651528 - 3.1180675030 - -3.0492632389 - -3.0492632389 - 1.4394809008 - 2.9859979153 - 2.8259770870 - 2.8445284367 - 3.0051901340 - 2.9859979153 - 2.8632929325 - -3.0871012211 - -3.0871012211 - 2.9764440060 - 2.9764440060 - -0.3671738207 - -0.3858826756 - -0.3671738207 - 2.2121605873 - 2.2121605873 - 3.0702850819 - 3.0880723000 - 3.0702850819 - 3.0880723000 - 3.0702850819 - 1.9313622713 - 1.9313622713 - 2.9945142269 - 2.9945142269 - 2.9917802811 - 3.0102772713 - 2.9917802811 - 2.9945142269 - 2.9917802811 - 3.0102772713 - 2.9669203758 - 2.9669203758 - -2.9398303032 - -2.9398303032 - -2.9229238033 - 3.0051901340 - 2.9147937298 - 3.0051901340 - 2.8785979748 - 2.9147937298 - 2.8785979748 - 2.3784129620 - 2.3784129620 - 1.2047398090 - 1.2047398090 - 0.5123894811 - 0.5123894811 - 0.4868992269 - 0.4868992269 - 0.6391627192 - 0.6391627192 - -0.3217505515 - -0.3217505515 - -0.3156156540 - -0.3281199038 - -0.3156156540 - -0.3217505515 - -0.3156156540 - -0.3281199038 - -0.3281199038 - -0.3217505515 - -0.3156156540 - -0.3281199038 - -0.3156156540 - -0.3156156540 - -0.3281199038 - -0.3156156540 - -0.2679104209 - -0.2860514522 - -0.2679104209 - 2.8802666664 - 2.8802666664 - -0.7343476415 - -0.7343476415 - 2.2505288124 - 1.3120254278 - 1.3120254278 - 1.2490457296 - -0.2310906649 - -0.2310906649 - -0.2186689526 - -0.2186689526 - 0.1022067145 - 0.1022067145 - 2.5372872353 - 2.5372872353 - 1.1671624184 - -2.8387076855 - 1.1671624184 - 1.4181469679 - 1.4181469679 - 0.9042385221 - 0.9042385221 - 0.9025068879 - -2.8632929325 - -2.8632929325 - -2.8734819889 - 0.6699715257 - -2.6532588005 - -2.6532588005 - 0.8431850076 - 0.8431850076 - -2.6224465370 - -2.6224465370 - 0.5214344263 - 0.5214344263 - 0.8695363998 - 0.8695363998 - 1.1595026255 - 1.1595026255 - 2.2091162205 - 2.2091162205 - -2.9820408821 - 1.6738779545 - -2.9820408821 - -2.9116883278 - -2.8916139603 - -2.9116883278 - -2.9116883278 - -2.9116883278 - -2.9116883278 - -2.9116883278 - 0.3713991642 - 0.3713991642 - -2.8966140747 - -2.8966140747 - 2.6586236954 - 2.6586236954 - 2.4250509739 - 2.4250509739 - -0.2186689526 - -0.2186689526 - -2.9889433384 - -2.9889433384 - -2.9859979153 - -2.9859979153 - -2.9889433384 - -2.9859979153 - -3.0077817440 - -3.0309355259 - -3.0309355259 - -3.0288650990 - -3.0288650990 - -3.0309355259 - -3.0288650990 - 0.9616328478 - 2.1611742973 - 2.1611742973 - 1.4758446217 - 1.4758446217 - 2.8632929325 - 2.8259770870 - 2.8445284367 - 3.0051901340 - 2.9859979153 - 2.8632929325 - 2.6314668655 - 2.6314668655 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.0244839191 - 2.9599437714 - 3.0244839191 - 3.0051901340 - 2.9599437714 - 2.3825042248 - 2.3825042248 - 3.0899145603 - 3.1065192223 - 3.0738997459 - 3.0899145603 - 3.0899145603 - 3.0899145603 - 3.0890095234 - 3.0738997459 - 3.0899145603 - 3.0899145603 - 3.0899145603 - 3.0727362633 - -0.2252767831 - -0.2252767831 - 2.7522759438 - 2.7522759438 - -1.6594521999 - -1.6594521999 - 2.4520535469 - 2.4520535469 - 3.1415927410 - 3.1415927410 - 2.8657867908 - 2.8657867908 - 2.9147937298 - 2.9881687164 - 2.9881687164 - 3.0024967194 - 3.0024967194 - 3.0601406097 - -2.8268349171 - -2.8268349171 - -2.9441971779 - 1.9264322519 - 1.9264322519 - 1.7168085575 - 1.7168085575 - 1.7147217989 - 2.8603603840 - 2.8603603840 - 2.8661665916 - 2.8461518288 - 1.4696929455 - 1.4696929455 - 1.4711276293 - -0.8451560140 - -0.8451560140 - -0.1580899656 - -0.1580899656 - -0.1558682024 - -0.1558682024 - -0.1580899656 - -0.1558682024 - 2.2505288124 - -0.7343476415 - 2.2505288124 - 0.0000000000 - 0.0000000000 - -2.1293957233 - -2.1293957233 - 0.9025068879 - 0.9042385221 - 0.9025068879 - 0.8910637498 - 0.8478169441 - 0.8478169441 - -2.8734819889 - -2.8632929325 - -2.8734819889 - -2.5858368874 - -2.5858368874 - -2.5839605331 - 0.4332001805 - 0.4332001805 - -0.3985224366 - -0.3985224366 - 0.5461665392 - 0.5461665392 - 0.5516549945 - 0.5218342543 - 0.5218342543 - 0.5112307072 - 0.5112307072 - 0.5218342543 - 0.5112307072 - -2.6894388199 - -2.6894388199 - -2.6894388199 - -2.7964351177 - -2.7964351177 - -2.7714219093 - -2.7714219093 - 1.2769269943 - 1.2769269943 - 1.9359977245 - 1.9359977245 - 1.8551810980 - 1.8551810980 - 1.7848570347 - 1.7848570347 - 0.9616328478 - -3.0288650990 - 0.9616328478 - 0.5800027847 - 0.5800027847 - 0.1517651528 - 0.1517651528 - 3.1180675030 - 1.4394809008 - -3.0492632389 - 1.4394809008 - -2.7118303776 - -2.7118303776 - -2.7165524960 - 3.0051901340 - 2.9599437714 - 3.0244839191 - 3.0051901340 - 2.9599437714 - 3.0839641094 - 3.1237373352 - 3.1237373352 - 3.1065192223 - 3.0738997459 - 3.0899145603 - 3.0899145603 - 3.0727362633 - 3.0890095234 - 3.1058936119 - 3.0899145603 - 3.0899145603 - 3.0727362633 - 3.0890095234 - 3.1065192223 - 2.1025204659 - 2.1025204659 - -2.8125429153 - -2.8125429153 - -2.8345468044 - 2.1019740105 - 2.1019740105 - 1.8538920879 - 1.8538920879 - -0.2267988473 - -0.2267988473 - 1.7147217989 - 1.7168085575 - 1.7147217989 - 2.8661665916 - 2.8603603840 - 2.8661665916 - 2.8461518288 - 1.4711276293 - 1.4696929455 - 1.4711276293 - -0.8983178139 - -0.8983178139 - -0.6231993437 - -0.6231993437 - -2.8416454792 - -2.8416454792 - -2.8510818481 - -2.8387076855 - -2.8482255936 - -2.8387076855 - -2.8416454792 - -2.8510818481 - -2.8387076855 - -2.8482255936 - 1.1671624184 - 1.5042281151 - 1.5042281151 - 2.7468016148 - 2.7468016148 - -2.7043704987 - -2.7043704987 - -2.7133285999 - -2.5299956799 - -2.5299956799 - 0.9347208142 - 0.9347208142 - 0.6699715257 - -2.8632929325 - 0.6699715257 - 0.8148014545 - 0.8148014545 - -2.5839605331 - -2.5858368874 - -2.5839605331 - -2.5761086941 - -2.5761086941 - 0.5575411320 - 0.5575411320 - -2.6894388199 - -2.6894388199 - -2.6894388199 - 0.5349550843 - 0.5349550843 - 0.5295895934 - 0.5295895934 - 0.5349550843 - 0.5295895934 - 1.1334583759 - 1.1334583759 - 2.4551072121 - 2.4551072121 - 2.1987776756 - 2.1987776756 - 2.4551072121 - 2.1987776756 - -2.9996955395 - -2.9996955395 - -2.8717434406 - -2.8771042824 - -2.8717434406 - -2.8916139603 - -2.8916139603 - 2.5077998638 - 2.3760595322 - 2.5077998638 - 0.0444152169 - 0.0444152169 - -3.0689930916 - -3.0689930916 - 3.0221636295 - 3.0221636295 - 2.3097164631 - 2.3097164631 - 1.8801251650 - 1.8864120245 - 1.8801251650 - -2.7165524960 - -2.7118303776 - -2.7165524960 - 2.9599437714 - 3.0244839191 - 3.0051901340 - 2.9599437714 - 2.9361972809 - 3.0899145603 - 3.0738997459 - 3.0899145603 - 3.0899145603 - 3.0727362633 - 3.0890095234 - 3.0890095234 - 3.0738997459 - 3.0899145603 - 3.0899145603 - 3.0727362633 - 3.0890095234 - 3.0880723000 - 3.0880723000 - 3.0702850819 - 3.0702850819 - 3.0702850819 - 3.0702850819 - 3.0880723000 - 3.0702850819 - 3.0702850819 - 3.0702850819 - 3.0715320110 - 3.0715320110 - -2.8345468044 - -2.8125429153 - -2.8345468044 - 2.8198421001 - 2.8198421001 - 2.8198421001 - 2.8198421001 - 2.8198421001 - 2.8198421001 - -2.9441971779 - -2.8268349171 - -2.9441971779 - 2.9090356827 - 2.9090356827 - 2.2862451077 - 2.2862451077 - 0.9600703716 - 0.9600703716 - 0.7690061927 - 0.7690061927 - 2.8717434406 - 2.8717434406 - 2.8717434406 - 2.8461518288 - 2.8603603840 - 2.8661665916 - 2.8461518288 - -0.2140606791 - -0.2140606791 - -0.5848776102 - -0.5848776102 - 2.2738125324 - 2.2738125324 - -2.8510818481 - -2.8416454792 - -2.8510818481 - -2.8387076855 - -2.8482255936 - -2.8482255936 - -2.8416454792 - -2.8510818481 - -2.8387076855 - -2.8482255936 - 0.8329812884 - 0.8329812884 - 0.8247479200 - 0.8247479200 - 0.8329812884 - 0.8247479200 - -3.0054535866 - -3.0054535866 - -2.7133285999 - -2.7043704987 - -2.7133285999 - -2.9629616737 - -2.9629616737 - 0.9213955998 - 0.9213955998 - -2.4425930977 - -2.4425930977 - 0.8224182725 - 0.8224182725 - -2.5535900593 - -2.5535900593 - -2.5127964020 - -2.5127964020 - -2.5829932690 - -2.5829932690 - -2.5930433273 - -2.9669203758 - -2.9669203758 - 1.3045443296 - 1.3045443296 - 0.1106572226 - 0.1106572226 - 0.4993467331 - 0.4993467331 - 0.5501657724 - 0.5501657724 - 0.5538544059 - -2.7485346794 - 1.9862884283 - 1.9862884283 - 1.9739118814 - 1.9739118814 - 1.9862884283 - 1.9739118814 - 1.6631256342 - 1.6631256342 - 0.2292319387 - 2.1224513054 - 0.2292319387 - -2.8916139603 - -2.8717434406 - -2.8916139603 - -2.9116883278 - -2.8916139603 - -2.9116883278 - -2.9441971779 - -2.9441971779 - 2.9473516941 - 2.9473516941 - 0.7954988480 - 0.7954988480 - 0.8645972610 - 0.8645972610 - 2.6493813992 - 2.6493813992 - -3.0871012211 - -3.0871012211 - -3.1052451134 - 1.8864120245 - 1.8864120245 - 1.8801251650 - 2.9361972809 - 2.9599437714 - 2.9361972809 - 0.4908517897 - 0.4908517897 - 0.4837791026 - 0.4837791026 - 0.4908517897 - 0.4837791026 - 3.0738997459 - 3.0738997459 - 3.0899145603 - 3.0899145603 - 3.0727362633 - 3.0890095234 - 3.0727362633 - 3.0738997459 - 3.0899145603 - 3.0899145603 - 3.0727362633 - 3.0890095234 - 3.0702850819 - 3.0880723000 - 3.0702850819 - 3.0702850819 - 3.0126819611 - 2.9945142269 - 3.0126819611 - 2.9669203758 - 2.9669203758 - 2.9516043663 - 2.9516043663 - 2.9331274033 - 2.8513276577 - 2.8513276577 - 2.8822607994 - 2.8822607994 - 0.7576275468 - 0.7576275468 - -2.5018229485 - -2.5018229485 - -0.0475831032 - -0.0475831032 - 1.7681919336 - 1.7681919336 - 1.7607846260 - 2.7755360603 - 2.7755360603 - 2.7274541855 - 2.7274541855 - -1.5522799492 - 2.3036115170 - -1.5522799492 - -1.5337761641 - -1.5337761641 - -1.5522799492 - -1.5337761641 - 2.2947335243 - 2.2947335243 - 2.2865400314 - 2.2865400314 - 2.2947335243 - 2.2865400314 - 2.1870932579 - 2.1870932579 - -3.1219873428 - -3.1219873428 - 2.6098685265 - 2.6098685265 - 1.7524451017 - 1.7524451017 - 0.8910637498 - 0.9025068879 - 0.8910637498 - -2.5679259300 - -2.5679259300 - 1.9513026476 - 1.9513026476 - -2.5930433273 - -2.5829932690 - -2.5930433273 - 0.5538544059 - 0.5501657724 - 0.5538544059 - -2.7485346794 - 0.4012287855 - 0.4012287855 - 1.0663549900 - 1.0663549900 - -2.8399736881 - -2.8399736881 - -2.9402754307 - -2.9402754307 - 0.8709034324 - -3.0836863518 - -3.0836863518 - 0.6731953621 - 0.6731953621 - 2.3760595322 - 2.3760595322 - 2.5077998638 - 1.9394922256 - 1.9394922256 - 2.7945311069 - 3.0051901340 - 2.7945311069 - 3.0839641094 - 3.0850491524 - 3.0051901340 - 3.0839641094 - 2.1246507168 - 2.1246507168 - 2.6143054962 - -0.4483426809 - -0.4483426809 - 0.6146629453 - 0.6146629453 - 2.9702134132 - 2.9702134132 - 2.9516043663 - 2.9702134132 - 2.9733858109 - 2.9702134132 - 2.9702134132 - 2.9516043663 - 2.9702134132 - 2.9733858109 - 2.9702134132 - 2.8032691479 - 2.8032691479 - 2.9331274033 - 2.9516043663 - 2.9331274033 - 2.9105019569 - 2.9291605949 - 2.9105019569 - 2.8920056820 - 2.9479706287 - 2.9291605949 - -0.2530756593 - -0.2530756593 - 1.7607846260 - 1.7681919336 - 1.7607846260 - 3.0118901730 - 3.0118901730 - 0.4589306712 - 0.4589306712 - -1.5495229959 - -1.5495229959 - 0.9827937484 - 0.9827937484 - 2.1209621429 - 2.1209621429 - 2.4393358231 - 2.4393358231 - -2.8842689991 - -2.8842689991 - -0.8156919479 - -0.7853981853 - -0.8156919479 - 2.7648813725 - 2.7648813725 - -1.0007559061 - -1.0007559061 - -0.9888911843 - -0.9827937484 - -0.9827937484 - -1.0007559061 - -0.9888911843 - -0.9827937484 - 1.8033533096 - 1.8033533096 - 1.5405025482 - 1.5405025482 - 0.8734055161 - 0.8734055161 - 0.7853981853 - 0.7853981853 - 0.8663022518 - 0.8663022518 - -0.4706405103 - -0.4706405103 - 0.7742875218 - 0.7742875218 - -2.6387493610 - -2.6387493610 - 2.5652174950 - 2.5652174950 - 0.9554567933 - 0.9554567933 - 0.0253110491 - 0.0253110491 - -2.3662950993 - -2.3662950993 - 0.4154920876 - 0.4154920876 - -1.7529646158 - -1.7529646158 - -1.7273981571 - -1.7273981571 - -1.7529646158 - -1.7273981571 - -2.6532588005 - -2.6532588005 - -0.2965458035 - -0.2965458035 - -2.7485346794 - 0.5501657724 - 0.5538544059 - -2.7485346794 - 2.1224513054 - 2.1224513054 - 0.2292319387 - -2.8771042824 - -2.8771042824 - -2.8717434406 - -2.8916139603 - -2.9116883278 - -2.8916139603 - -2.8771042824 - -2.8717434406 - -2.8916139603 - -2.9116883278 - -2.8916139603 - 0.7732036710 - 0.7732036710 - 0.3487710059 - 0.3487710059 - 3.0051901340 - 3.0051901340 - 2.9014215469 - 2.7945311069 - -3.1052451134 - -3.0871012211 - -3.1052451134 - -3.0880723000 - -3.0880723000 - 3.0850491524 - 3.0850491524 - 3.0839641094 - 3.0509328842 - 3.0329313278 - 3.0509328842 - 3.0348570347 - 3.0525431633 - -0.3149938881 - -0.3149938881 - 2.9945142269 - 2.9945142269 - 2.9945142269 - 2.9917802811 - 2.9945142269 - 2.9945142269 - 2.9516043663 - 2.9702134132 - 2.9516043663 - 2.9702134132 - 2.9733858109 - 2.9702134132 - 2.9702134132 - 2.9733858109 - 2.9702134132 - -3.1207623482 - -3.1207623482 - 3.1415927410 - 2.8920056820 - 2.9291605949 - 2.9105019569 - 2.8920056820 - 2.9479706287 - 2.9291605949 - 2.9479706287 - 2.9291605949 - 2.9105019569 - 2.8920056820 - 2.9479706287 - 2.9291605949 - 2.9291605949 - 2.9105019569 - 2.8920056820 - 2.9479706287 - 2.9291605949 - 3.0024967194 - 2.9250423908 - 2.9250423908 - 2.9250423908 - 2.0634813309 - 2.0634813309 - 2.8717434406 - 2.8717434406 - 2.8717434406 - 2.8717434406 - 2.4668517113 - 2.4668517113 - 1.8396368027 - 1.8396368027 - 0.5493744612 - 0.5493744612 - 1.8306107521 - 1.8306107521 - 2.3036115170 - 2.3036115170 - -1.5522799492 - -0.8176450729 - -0.8176450729 - -0.7853981853 - -0.7853981853 - -0.7672183514 - -0.7672183514 - 0.1333502531 - 0.1333502531 - -0.9888911843 - -1.0007559061 - -0.9888911843 - -0.9827937484 - -0.4527784586 - -0.4527784586 - 0.0632068291 - 0.0632068291 - 0.0624188110 - 0.0624188110 - 0.0632068291 - 0.0624188110 - -2.1421337128 - -2.1421337128 - -2.3961732388 - -2.3961732388 - 0.7853981853 - 0.7853981853 - 0.1932114810 - 0.1932114810 - 0.5478635430 - 0.5478635430 - 0.5532943010 - 0.5532943010 - 0.5070984960 - 0.5070984960 - 0.4973427057 - 0.5436453223 - 0.5436453223 - 1.1801892519 - 1.1801892519 - 2.4736635685 - 2.4736635685 - -2.8717434406 - -2.8916139603 - -2.8717434406 - -2.9116883278 - -2.8771042824 - -2.8771042824 - -2.8916139603 - -2.9116883278 - -2.8916139603 - 0.4324077666 - 0.4324077666 - 1.2745180130 - 1.2745180130 - 1.6633149385 - 2.7905616760 - 2.7905616760 - -2.9702134132 - -2.9702134132 - -2.7564351559 - -2.7564351559 - 0.1882214993 - 0.1882214993 - 0.4753429890 - 0.4753429890 - 2.9562447071 - 2.9562447071 - 0.4409242570 - 0.4409242570 - 0.2782996595 - 0.2782996595 - -0.1134349927 - -0.1134349927 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.0890095234 - 3.0890095234 - 3.0890095234 - 1.2654377222 - 1.2654377222 - 3.0348570347 - 3.0329313278 - 3.0509328842 - 3.0348570347 - 3.0525431633 - 3.0525431633 - 3.0329313278 - 3.0509328842 - 3.0348570347 - 3.0525431633 - 2.9945142269 - 2.9945142269 - 3.0126819611 - 2.9945142269 - 2.9917802811 - 2.9945142269 - 2.9917802811 - 2.9945142269 - 2.9917802811 - 2.9945142269 - 3.1415927410 - -3.1207623482 - 3.1415927410 - -2.8966140747 - -2.8966140747 - 2.9291605949 - 2.9291605949 - 2.9105019569 - 2.8920056820 - 2.9479706287 - 2.9291605949 - 2.2318394184 - 2.2318394184 - 2.8717434406 - 2.8717434406 - 2.8717434406 - -2.6456980705 - -2.6456980705 - -0.5016040802 - -0.5016040802 - 2.6144466400 - 2.6144466400 - -0.9570262432 - -0.9570262432 - -0.7853981853 - -0.8176450729 - -0.7853981853 - -0.7853981853 - -0.8176450729 - -0.7853981853 - -0.8156919479 - 1.7738415003 - 1.7738415003 - 1.1071487665 - 1.1071487665 - 3.0525431633 - 3.0525431633 - -1.9513026476 - -1.9513026476 - 0.4973427057 - 0.5070984960 - 0.4973427057 - 0.5155490041 - 0.5155490041 - 0.5209097862 - 0.5209097862 - 0.5209097862 - 0.5155490041 - 0.5209097862 - 0.5209097862 - -2.7343368530 - -2.7343368530 - -2.7334434986 - -2.7233684063 - -2.7334434986 - -2.7468016148 - 1.7126933336 - 1.7126933336 - 1.8850282431 - 1.8850282431 - 0.4241943955 - 0.4241943955 - 0.8709034324 - -2.9402754307 - -2.9014215469 - 0.8709034324 - -2.9250423908 - 0.5133990645 - 0.5133990645 - -2.9702134132 - -2.9702134132 - -2.9479706287 - -2.9479706287 - -2.9669203758 - -2.9917802811 - -2.9917802811 - -3.0102772713 - -3.0102772713 - 3.0457334518 - 2.9014215469 - 3.0457334518 - 1.0714496374 - 1.0714496374 - 2.9202783108 - 2.9202783108 - 2.6143054962 - 2.1246507168 - 2.6143054962 - 2.6087486744 - 2.7192060947 - 2.7192060947 - 2.9945142269 - 2.9945142269 - 2.9945142269 - 2.9945142269 - 2.9917802811 - 2.9945142269 - 2.9945142269 - 2.9945142269 - 2.9917802811 - 2.9945142269 - 2.9917802811 - 2.9733858109 - 2.9702134132 - 2.9516043663 - 2.9702134132 - 2.9733858109 - 2.9702134132 - 2.9291605949 - 2.9291605949 - 2.9105019569 - 2.8920056820 - 2.9479706287 - 2.9479706287 - 3.0024967194 - 2.9291605949 - 2.9105019569 - 2.9479706287 - 2.9479706287 - 2.9291605949 - 1.8577350378 - 1.8577350378 - 1.8533512354 - 2.5226402283 - 2.5226402283 - 2.9250423908 - 2.9250423908 - 0.7067726851 - 0.7067726851 - 0.9913895130 - 0.9913895130 - -0.7419472933 - -0.7419472933 - 2.2018756866 - 2.2018756866 - 2.1840035915 - -2.9718143940 - -2.9718143940 - 0.9025068879 - 0.9025068879 - -1.9890207052 - -1.9890207052 - 2.6292030811 - 2.6292030811 - 0.4455772936 - 0.4455772936 - 0.4576596618 - 1.9946639538 - 1.9946639538 - 0.5209097862 - 0.5155490041 - 0.5209097862 - 0.5209097862 - -2.7233684063 - -2.7233684063 - -2.7233684063 - -2.7367007732 - -2.7334434986 - -2.7468016148 - -2.7334434986 - -2.7468016148 - -2.7367007732 - -2.7367007732 - -2.7367007732 - -2.7468016148 - -2.7367007732 - -2.7367007732 - 2.5381591320 - 2.5381591320 - -2.9116883278 - -2.9116883278 - -2.9441971779 - -2.9250423908 - -2.9441971779 - -2.9669203758 - -2.9516043663 - -2.9479706287 - -2.9669203758 - 0.9800837040 - 0.9800837040 - 2.2840309143 - 2.2840309143 - -3.0329313278 - -3.0329313278 - 1.1127983332 - 1.1127983332 - -3.0880723000 - -3.0880723000 - 2.9014215469 - 3.0051901340 - 2.9014215469 - 2.8577985764 - 3.0244839191 - 3.0457334518 - -2.9602727890 - -2.9602727890 - 2.6087486744 - 2.6143054962 - 2.6087486744 - 3.0329313278 - 3.0329313278 - 3.0509328842 - 3.0348570347 - 3.0525431633 - 3.0492632389 - 3.0492632389 - 3.0150005817 - 3.0150005817 - 3.0150005817 - 3.0150005817 - 2.9945142269 - 3.0150005817 - 2.9945142269 - 2.9945142269 - 2.9917802811 - 2.9945142269 - 2.9917802811 - 2.9945142269 - 2.9945142269 - 2.9917802811 - 2.9945142269 - 2.9917802811 - 2.9945142269 - 2.9945142269 - 2.7059097290 - 2.7059097290 - 2.1206495762 - 2.1206495762 - 1.8533512354 - 1.8577350378 - 1.8533512354 - 0.9156095982 - 0.9156095982 - -0.5651494265 - -0.5651494265 - 2.3043889999 - 2.3043889999 - 2.9250423908 - 2.9060475826 - 2.9250423908 - 2.9250423908 - 2.9060475826 - -2.3906636238 - -2.3906636238 - 2.0235748291 - 2.0235748291 - -2.2655346394 - -2.2655346394 - -0.4545154572 - -0.4545154572 - -2.8068559170 - -2.8068559170 - 2.1840035915 - 2.2018756866 - 2.1840035915 - -0.9978302121 - -1.0062268972 - -0.9978302121 - -1.0768549442 - -1.0768549442 - -1.0121970177 - -1.0121970177 - 1.6319445372 - 1.6319445372 - -2.9533710480 - -2.9533710480 - 0.4576596618 - 0.4455772936 - 0.4576596618 - -2.3421108723 - -2.3421108723 - -2.4329664707 - -2.4329664707 - -2.0899424553 - -2.0899424553 - -0.5933501720 - -0.5933501720 - 0.4964227676 - 0.4964227676 - -2.7233684063 - -2.7233684063 - -2.7233684063 - -2.7367007732 - -2.7367007732 - -2.7233684063 - -2.7233684063 - -2.7367007732 - -2.7367007732 - -2.7468016148 - -2.7367007732 - -2.7367007732 - 1.8840725422 - 1.8840725422 - -2.8916139603 - -2.8916139603 - -2.8717434406 - 1.2392421961 - 1.2392421961 - -2.8771042824 - -2.8771042824 - -2.9116883278 - -2.8966140747 - 2.4521946907 - 2.4521946907 - -2.9014215469 - -2.9014215469 - 2.1939957142 - 2.1939957142 - 1.1535289288 - 1.1535289288 - 1.3329603672 - 1.3329603672 - 3.1207623482 - 3.1207623482 - 1.6633149385 - 1.2745180130 - 1.6633149385 - -2.1327178478 - -2.1327178478 - -2.9945142269 - -2.9945142269 - -3.1240506172 - -3.1240506172 - -3.1240506172 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 0.9600703716 - 0.9600703716 - 3.0890095234 - 3.0890095234 - 3.0890095234 - 3.0890095234 - 0.9097531438 - 0.9097531438 - 3.0150005817 - 3.0309355259 - 3.0309355259 - 3.0150005817 - 3.0150005817 - 3.0150005817 - 2.9917802811 - 2.9945142269 - 2.9945142269 - 2.9945142269 - 2.9945142269 - 2.9917802811 - 2.9733858109 - 2.9917802811 - 2.9917802811 - 2.9945142269 - 2.9945142269 - 2.9945142269 - -2.9617390633 - -2.9838240147 - -2.9617390633 - 2.8535373211 - 2.8089730740 - 2.8535373211 - 1.5102642775 - 1.5102642775 - 2.8473579884 - -3.0535852909 - 2.8473579884 - 2.7763912678 - 2.7763912678 - 2.9060475826 - 2.9060475826 - 2.9250423908 - 2.9060475826 - 0.2186689526 - 0.2186689526 - 1.3182420731 - 1.3182420731 - 1.6539375782 - 1.6539375782 - 1.1309537888 - 1.1309537888 - 1.0863183737 - 1.0863183737 - 2.3615419865 - 2.3615419865 - -1.0427218676 - -1.0427218676 - -1.0062268972 - -1.0062268972 - -0.9978302121 - -1.0427218676 - -1.0427218676 - -3.0090410709 - -3.0090410709 - 1.9295669794 - 1.9295669794 - -2.3725864887 - -2.3725864887 - 0.7853981853 - 0.7853981853 - 0.8176450729 - 2.0831856728 - 2.0831856728 - 0.7970255613 - 0.7970255613 - -2.8685839176 - -2.8685839176 - -0.5155490041 - -0.5155490041 - -2.6962916851 - -2.6962916851 - -1.7454684973 - -1.7454684973 - 0.6017758250 - 0.6017758250 - -2.8966140747 - -2.8771042824 - -2.8966140747 - 0.7221913338 - 0.7221913338 - -2.9014215469 - -2.9014215469 - -2.9014215469 - 0.8709034324 - 2.5844683647 - 2.5844683647 - 2.5096185207 - -2.9250423908 - 0.8709034324 - -2.9250423908 - -2.9250423908 - -2.9250423908 - 0.8329812884 - 0.8329812884 - 0.1076898724 - 0.1076898724 - -2.8632929325 - -2.8632929325 - 2.0727028847 - 2.0727028847 - -2.8632929325 - 2.0727028847 - 2.8577985764 - 2.9014215469 - 2.8577985764 - 3.0244839191 - 3.0244839191 - 2.8387076855 - -2.9584817886 - -2.9584817886 - 3.0890095234 - 3.0890095234 - 3.0890095234 - 1.8978943825 - 1.8978943825 - 3.0150005817 - 3.0150005817 - 3.0309355259 - 3.0309355259 - 3.0150005817 - -0.2375346273 - -0.2375346273 - 2.9945142269 - 2.9917802811 - 2.9945142269 - 2.9945142269 - 2.9945142269 - 2.9733858109 - -0.4324077666 - -0.4324077666 - -3.0309355259 - -3.0309355259 - 2.8305943012 - 2.8305943012 - 2.9479706287 - 2.9291605949 - 2.8966140747 - 2.9479706287 - 3.0024967194 - 2.9291605949 - 3.1071236134 - 3.1071236134 - 2.9291605949 - 2.9291605949 - 1.1525720358 - 1.1525720358 - 1.7634971142 - 1.7634971142 - 0.8483778238 - 0.8483778238 - 0.4266274869 - 0.4266274869 - 2.0516836643 - 2.0516836643 - -2.0701429844 - -2.0701429844 - -2.2597208023 - -2.2597208023 - -2.2744100094 - 0.0338853300 - 0.0338853300 - 0.1651486754 - 0.1651486754 - 2.1479885578 - 2.1479885578 - -1.0303767920 - -1.0303767920 - 2.0513200760 - 2.0513200760 - 0.8176450729 - 0.7853981853 - 0.8176450729 - -2.3784129620 - -2.3784129620 - -2.4592761993 - -2.4592761993 - -2.4707350731 - 1.9890207052 - 1.9890207052 - 0.7328150868 - 0.7328150868 - -2.7790484428 - -2.7790484428 - 0.0872777104 - 0.0872777104 - 0.0996686518 - 0.5129350424 - 0.5129350424 - 0.7698553801 - 0.7698553801 - 3.1103527546 - 3.1103527546 - 3.1098573208 - 3.1098573208 - 3.1103527546 - 3.1098573208 - -2.9250423908 - -2.9250423908 - -2.9250423908 - -2.9250423908 - -2.9250423908 - 0.6412437558 - 0.6412437558 - 0.7936624289 - -2.9250423908 - -2.9250423908 - -2.9250423908 - -2.9250423908 - -2.9441971779 - 0.4964227676 - 0.4964227676 - -2.9516043663 - 2.6954870224 - -2.9516043663 - -2.9669203758 - -2.9917802811 - -2.9917802811 - 1.1330050230 - 1.1410340071 - -0.2186689526 - -0.2186689526 - -2.7040829659 - -2.7040829659 - 3.0244839191 - 2.9014215469 - 2.8577985764 - 3.0244839191 - 3.0244839191 - 2.8387076855 - -3.0880723000 - -3.0880723000 - -3.1065192223 - -3.0880723000 - -3.0880723000 - -3.0880723000 - -3.1065192223 - -3.0880723000 - -3.0880723000 - -3.1240506172 - 3.1415927410 - 3.1415927410 - -3.1240506172 - -3.1240506172 - 0.8224182725 - 0.8224182725 - 0.5729661584 - 0.5729661584 - 3.0309355259 - 3.0150005817 - 3.0150005817 - 3.0309355259 - 3.0309355259 - 3.0150005817 - 3.0150005817 - 3.0150005817 - 3.0309355259 - 3.0309355259 - 3.0150005817 - 3.0150005817 - 2.9945142269 - 3.0150005817 - 3.0150005817 - 3.0150005817 - 2.9945142269 - 3.0150005817 - 3.0150005817 - 3.0150005817 - 2.9945142269 - 3.0150005817 - 2.9971511364 - 3.0150005817 - 2.9945142269 - 2.9971511364 - 2.9945142269 - 2.9945142269 - 2.9917802811 - 2.3086113930 - 2.3086113930 - 2.9733858109 - 2.9733858109 - -2.9838240147 - -2.9802174568 - -2.9838240147 - -2.9617390633 - -3.0535852909 - -3.0209689140 - -3.0535852909 - 2.8473579884 - 2.9291605949 - 2.8966140747 - 2.9479706287 - 2.9331274033 - 2.9291605949 - 2.9060475826 - 2.9060475826 - 2.9250423908 - 2.9060475826 - 1.6929914951 - 1.6929914951 - 2.3855977058 - 2.3855977058 - -0.2782996595 - -0.2782996595 - 0.1243549958 - 0.1243549958 - -2.2744100094 - -2.2597208023 - -2.2744100094 - -0.7690061927 - -0.7690061927 - 1.2315037251 - 1.2315037251 - -1.0636978149 - -1.0636978149 - -0.0322468840 - -0.0163919739 - -0.0322468840 - 2.1751017570 - 2.1751017570 - 2.1587989330 - 2.1479885578 - 2.1587989330 - 2.1751017570 - 2.1587989330 - 2.1479885578 - 3.0570487976 - 3.0570487976 - 0.9723774195 - 0.9723774195 - 0.8348627090 - 0.8348627090 - 0.8339037895 - 0.8777275085 - 0.8777275085 - 0.8156919479 - 0.8156919479 - -2.3839650154 - -2.3832149506 - -2.3839650154 - -0.2965458035 - -0.2965458035 - -3.0118901730 - -3.0118901730 - 0.3217505515 - 0.3217505515 - -2.8681316376 - -2.8681316376 - 0.4820787013 - 0.4820787013 - 0.3970794380 - 0.3970794380 - 0.4820787013 - 0.3970794380 - 0.0814520419 - 0.0814520419 - 0.0996686518 - 0.0872777104 - 0.0996686518 - -0.9332475066 - -0.9332475066 - 0.7600871325 - 0.7600871325 - 1.4711276293 - 1.4711276293 - 0.7378150821 - 0.7378150821 - 3.1093456745 - 3.1093456745 - 0.4306925237 - 0.4306925237 - 1.9607142210 - 1.9607142210 - 2.5096185207 - 2.5844683647 - 2.5096185207 - -2.9250423908 - -2.9250423908 - -2.9250423908 - -2.9250423908 - -2.9250423908 - 0.6588060260 - 0.6588060260 - 2.6954870224 - 2.6954870224 - -2.9516043663 - 2.9862284660 - 2.9862284660 - 0.4976151288 - 0.4976151288 - 2.9978539944 - 2.9978539944 - 0.7922008038 - 0.7922008038 - 0.7039461136 - 0.7039461136 - 0.1444415748 - 0.1444415748 - 3.0244839191 - 2.9599437714 - 2.8577985764 - 3.0244839191 - 3.0244839191 - 2.8387076855 - 3.0244839191 - 2.8387076855 - 3.0244839191 - 2.4638843536 - 2.8198421001 - 2.4638843536 - 3.0244839191 - 2.4638843536 - 2.8198421001 - 3.0244839191 - 2.8198421001 - 2.8520889282 - 2.8520889282 - 2.8198421001 - 2.8520889282 - -3.0880723000 - -3.0880723000 - -3.0880723000 - -3.1071236134 - -3.1071236134 - -3.0880723000 - -3.1071236134 - -3.1240506172 - -3.1240506172 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1246452332 - 3.0309355259 - 3.0150005817 - 3.0150005817 - 3.0309355259 - 3.0309355259 - 3.0150005817 - 3.0150005817 - 3.0309355259 - 3.0309355259 - 3.0150005817 - 3.0150005817 - 3.0150005817 - 3.0150005817 - 3.0150005817 - 3.0150005817 - 2.9945142269 - 3.0150005817 - 2.9971511364 - 3.0150005817 - 2.9945142269 - 3.0150005817 - 2.9971511364 - 2.9971511364 - 3.0150005817 - 2.9945142269 - 2.9971511364 - 2.9971511364 - 2.9945142269 - 2.9945142269 - 2.9917802811 - -2.9802174568 - -2.9802174568 - -2.9838240147 - 2.8089730740 - 2.8089730740 - 2.8535373211 - 2.5849933624 - 2.5849933624 - 0.4346702099 - 0.4346702099 - -0.6947382689 - -0.6947382689 - -0.0384425893 - -0.0384425893 - 2.6571147442 - 2.6571147442 - 2.5930433273 - 2.6344940662 - 2.6344940662 - 2.5930433273 - -2.6779451370 - 0.1243549958 - -2.6779451370 - -0.7621465325 - -0.7621465325 - 2.0600793362 - 2.0600793362 - -0.0163919739 - -0.0163919739 - -0.0322468840 - 2.1587989330 - 2.1544320583 - 2.1587989330 - 2.1479885578 - 2.1751017570 - 2.1587989330 - 2.1479885578 - 0.8339037895 - 0.8348627090 - 0.8339037895 - -0.0434508957 - -0.0434508957 - -2.3832149506 - -2.3832149506 - -2.3839650154 - -2.4707350731 - -2.4592761993 - -2.4707350731 - 0.8187191486 - 0.8187191486 - -1.1396576166 - -1.1396576166 - -1.1319370270 - -1.1239538193 - -3.0875911713 - -3.0875911713 - 0.5667291880 - 0.5667291880 - 0.6306812763 - 0.6306812763 - 0.5549957156 - 0.5549957156 - 2.2974386215 - 3.1088175774 - 3.1088175774 - 2.6954870224 - 2.6954870224 - -2.9014215469 - -2.9014215469 - -2.9014215469 - -2.9014215469 - -2.9060475826 - 0.7936624289 - 0.6412437558 - 0.7936624289 - 1.7894653082 - 1.7894653082 - 0.0640149787 - 0.0640149787 - 0.0767718926 - 1.1330050230 - -2.9917802811 - 1.1330050230 - 1.1410340071 - -2.9733858109 - -2.9733858109 - 1.2446404696 - 1.2446404696 - 2.8387076855 - 2.9599437714 - 2.8577985764 - 3.0244839191 - 3.0244839191 - 2.8387076855 - 2.8326618671 - 3.0244839191 - -3.1065192223 - -3.0880723000 - -3.0715320110 - -3.0880723000 - -3.1065192223 - -3.0880723000 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1246452332 - 3.0611217022 - 3.0466408730 - 3.0611217022 - -3.0676536560 - -3.0676536560 - 3.0584514141 - 3.0584514141 - -3.1240506172 - -3.1240506172 - 3.1415927410 - -3.1240506172 - 2.9971511364 - 3.0150005817 - 2.9945142269 - 3.0150005817 - 2.9971511364 - 2.9971511364 - 2.8059542179 - 2.8059542179 - 2.9304993153 - 2.9304993153 - 2.9207639694 - -3.0209689140 - -3.0209689140 - -3.0535852909 - 2.8966140747 - 2.8966140747 - 2.9479706287 - 2.9331274033 - 2.9147937298 - 2.9291605949 - 2.8822607994 - 2.8822607994 - -2.6983504295 - -2.6983504295 - -0.6310793757 - -0.6310793757 - -1.9554010630 - -1.9554010630 - -0.4035349488 - -0.4035349488 - 2.5930433273 - 2.6571147442 - 2.6344940662 - 2.5930433273 - 0.1243549958 - 0.1243549958 - -2.6779451370 - 1.2256386280 - 1.2256386280 - -0.7298996449 - -0.7298996449 - -2.3380146027 - -2.3380146027 - 0.8315193057 - 0.8315193057 - 1.4243121147 - 1.4243121147 - -1.1319370270 - -1.1396576166 - -1.1319370270 - -1.1239538193 - 1.1471273899 - 1.1471273899 - 1.1543576717 - 0.8946389556 - 0.8946389556 - -2.5175695419 - -2.5175695419 - 0.8659687042 - 0.8659687042 - 0.4297622740 - 0.4297622740 - -2.6888141632 - -2.6888141632 - -2.7334434986 - -2.6779451370 - -2.7004132271 - -2.6779451370 - -2.6888141632 - -2.7334434986 - -2.6779451370 - -2.7004132271 - -2.8966140747 - -2.8966140747 - -2.8966140747 - -2.9014215469 - -2.9014215469 - -2.9014215469 - 0.0767718926 - 0.0640149787 - 0.0767718926 - -0.5880026221 - -0.5880026221 - 1.1410340071 - -2.9917802811 - 1.1330050230 - 1.1410340071 - -2.9733858109 - -2.9733858109 - -2.9945142269 - 0.2331798077 - 0.2331798077 - 1.4954674244 - 1.4954674244 - 2.8461518288 - 2.8461518288 - 2.8461518288 - 0.1332267523 - 0.1332267523 - 3.1415927410 - 3.1246452332 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.0466408730 - 3.0191316605 - 3.0466408730 - 3.0611217022 - 2.4742865562 - 2.4742865562 - 0.9339953065 - 0.9339953065 - 0.7328150868 - 0.7328150868 - 0.9339953065 - 0.7328150868 - 3.0899145603 - 3.0899145603 - 3.0150005817 - 3.0150005817 - 3.0150005817 - 3.0150005817 - 3.0309355259 - 3.0309355259 - 3.0150005817 - 2.4245808125 - 2.4236595631 - 2.4245808125 - -2.9562447071 - -2.9562447071 - 2.9971511364 - 2.9971511364 - 2.9971511364 - 2.9945142269 - 2.9945142269 - 2.9733858109 - 2.9733858109 - 2.8305943012 - 2.8305943012 - 2.8144946098 - 2.9207639694 - 2.9304993153 - 2.9207639694 - 2.9331274033 - 2.8966140747 - 2.9331274033 - 2.9147937298 - 2.9291605949 - 0.8288490772 - 0.8288490772 - -0.2997760773 - -0.2997760773 - -2.7223603725 - -2.7223603725 - -2.5930433273 - -2.5930433273 - -1.5323537588 - -1.5323537588 - -0.7610127330 - -0.7610127330 - -0.6202495098 - -0.6202495098 - 1.3799651861 - 1.3799651861 - 1.3690339327 - 1.3690339327 - 1.3799651861 - 1.3690339327 - 0.9536049366 - 0.9536049366 - 0.8760580420 - 0.8760580420 - -1.1239538193 - -1.1396576166 - -1.1319370270 - -1.1239538193 - 1.1543576717 - 1.1471273899 - 1.1543576717 - -2.3961732388 - -2.3961732388 - -1.8337910175 - -1.8337910175 - 0.6034334898 - 0.6034334898 - 0.4678492546 - 0.4678492546 - -2.6462814808 - -2.6462814808 - -2.6414315701 - -2.6414315701 - -2.6462814808 - -2.6414315701 - -1.4056476355 - -1.4056476355 - -2.7004132271 - -2.6888141632 - -2.7334434986 - -2.6779451370 - -2.7004132271 - -2.7233684063 - -2.7233684063 - 0.4714599550 - 0.4714599550 - -2.9014215469 - -2.9014215469 - -2.8771042824 - -2.9207639694 - -2.8966140747 - -2.9060475826 - -2.9014215469 - -2.9060475826 - 0.7594972253 - 0.7594972253 - 2.0344438553 - 2.0344438553 - -2.9702134132 - -2.9702134132 - -2.9702134132 - 1.0648459196 - 1.0648459196 - -2.9733858109 - 1.1330050230 - 1.1410340071 - -2.9733858109 - -2.9733858109 - -2.9945142269 - 0.6610431671 - 0.6610431671 - -3.0150005817 - -3.0150005817 - -3.0150005817 - -3.0150005817 - -3.0150005817 - -3.0150005817 - -3.0150005817 - -3.0150005817 - 2.9599437714 - 2.9599437714 - 3.0244839191 - 2.8387076855 - 3.1415927410 - 3.1415927410 - -3.0880723000 - -3.0880723000 - 3.1415927410 - -3.0880723000 - -3.0715320110 - -3.0715320110 - -3.1065192223 - -2.9660005569 - -2.9687321186 - -2.9660005569 - 2.8461518288 - 2.8461518288 - 2.8461518288 - 3.0191316605 - 3.0060648918 - 3.0191316605 - 3.0466408730 - 3.1415927410 - 3.1246452332 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1246452332 - 3.1246452332 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - -3.1065192223 - -3.1065192223 - 3.1415927410 - -3.1240506172 - -3.1240506172 - 3.1415927410 - -3.1240506172 - -3.1065192223 - 3.1415927410 - -3.1240506172 - -3.1240506172 - 3.1415927410 - 3.1415927410 - -3.1240506172 - 3.1415927410 - 3.1415927410 - -3.1240506172 - 2.4236595631 - 2.4236595631 - 2.4245808125 - 3.0150005817 - 3.0150005817 - 3.0309355259 - 3.0150005817 - 3.0150005817 - 2.9971511364 - 3.0150005817 - 3.0150005817 - 2.9971511364 - 2.9971511364 - 3.0150005817 - 2.9971511364 - 3.0150005817 - 2.9971511364 - 2.9971511364 - 2.9945142269 - 2.9971511364 - -2.5213432312 - -2.5213432312 - 2.9551057816 - 2.9551057816 - 2.9733858109 - 2.9733858109 - 2.9733858109 - 2.9551057816 - 2.9733858109 - 2.9733858109 - 2.9889433384 - 2.8144946098 - 2.8305943012 - 2.8144946098 - 2.9889433384 - 2.9889433384 - 2.9147937298 - 2.8966140747 - 2.9331274033 - 2.9147937298 - 2.9331274033 - 2.8872246742 - 2.8872246742 - 1.2893170118 - 1.2893170118 - -2.7636244297 - -2.7636244297 - -0.0996686518 - -0.0996686518 - -0.6747409701 - -0.6747409701 - -2.6497833729 - -2.6497833729 - 2.1544320583 - 2.1587989330 - 2.1544320583 - 2.1587989330 - 1.4056476355 - 1.4056476355 - 1.9802335501 - 1.9802335501 - 1.9642469883 - 1.9642469883 - 1.9802335501 - 1.9642469883 - -2.3832149506 - -2.3832149506 - 0.7853981853 - 0.7853981853 - 1.1257801056 - 1.1257801056 - 0.8318762779 - 0.8318762779 - -2.4468543530 - -2.4468543530 - 3.0385110378 - 3.0385110378 - 0.5337082148 - 0.5337082148 - 0.8850668073 - 0.8850668073 - 0.6747409701 - 0.6747409701 - -0.3805063665 - -0.3805063665 - 0.3366748095 - 0.3366748095 - -0.3109982908 - -0.3109982908 - -0.4636476040 - -0.4636476040 - -2.7334434986 - -2.6888141632 - -2.7334434986 - -2.6779451370 - -2.7004132271 - 2.2974386215 - 0.5549957156 - 2.2974386215 - -2.8198421001 - -2.8198421001 - -2.8198421001 - -2.8198421001 - -2.8771042824 - -2.9014215469 - -2.8771042824 - -2.9207639694 - -2.8966140747 - 2.0874915123 - 2.0874915123 - -2.9702134132 - -2.9702134132 - -2.9702134132 - 0.3617292345 - 0.3617292345 - -2.9733858109 - 1.1330050230 - 1.1410340071 - -2.9733858109 - -2.9733858109 - -2.9945142269 - -2.9945142269 - -2.9945142269 - -2.9733858109 - -2.9945142269 - -2.9945142269 - -3.0150005817 - -3.0150005817 - -3.0150005817 - -3.0150005817 - 2.5171823502 - 2.5171823502 - -3.0750246048 - -3.0750246048 - 2.3737366199 - 2.3737366199 - 0.2766683400 - 0.2766683400 - 2.8326618671 - 2.8387076855 - 2.8326618671 - 2.8326618671 - -3.0715320110 - -3.0880723000 - -3.0715320110 - -3.0890095234 - -3.0715320110 - -3.1065192223 - -3.0880723000 - -3.0880723000 - -3.0715320110 - -3.0890095234 - -3.0715320110 - -3.1065192223 - 2.4805495739 - 2.4805495739 - 3.0060648918 - 3.0060648918 - 3.0191316605 - 3.1415927410 - 3.1246452332 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 0.1374261528 - -2.9712176323 - 0.1374261528 - 3.1415927410 - 3.1415927410 - -3.1065192223 - 3.1415927410 - -3.1240506172 - -3.1240506172 - 3.1415927410 - -3.1065192223 - 3.1415927410 - -3.1240506172 - -3.1240506172 - 3.1415927410 - -3.1240506172 - -3.1240506172 - 3.1415927410 - 3.1415927410 - -3.1240506172 - 0.4439457357 - 0.4439457357 - 2.0768713951 - 2.0768713951 - 1.8753072023 - 1.8753072023 - 1.0789871216 - 1.0789871216 - 1.6842312813 - 1.6842312813 - -2.7643435001 - -2.7643435001 - 1.4613454342 - 1.4613454342 - -1.1964627504 - -1.1964627504 - 2.3036115170 - 2.3036115170 - 2.1587989330 - 2.1587989330 - 2.1544320583 - 1.9922155142 - 1.9922155142 - 1.0240074396 - 1.0240074396 - 0.0547397807 - 0.0547397807 - 2.3121054173 - 2.3121054173 - -2.9481654167 - 0.7853981853 - 0.7853981853 - 1.2722973824 - 1.2722973824 - -2.7305281162 - -2.7305281162 - -2.7522759438 - -0.1697782725 - -0.1697782725 - 0.5123894811 - -1.5707963705 - -1.5707963705 - 0.7431697845 - 0.7431697845 - -2.7912783623 - -2.7912783623 - -2.7305281162 - -2.7305281162 - 0.4831256568 - 0.4831256568 - 0.4764674306 - 0.4764674306 - 0.4831256568 - 0.4764674306 - -2.8966140747 - -2.9014215469 - -2.8771042824 - -2.9207639694 - -2.8966140747 - -2.8966140747 - -2.9669203758 - -2.9669203758 - 2.9952774048 - 2.9952774048 - -2.9945142269 - 1.1410340071 - -2.9733858109 - -2.9945142269 - -2.9733858109 - -2.9945142269 - -2.9945142269 - -3.1005198956 - 1.2832205296 - -3.1145722866 - -3.1005198956 - 2.3612196445 - 2.3612196445 - 2.3561944962 - 2.3561944962 - 2.3612196445 - 2.3561944962 - 0.6728325486 - 0.6728325486 - 0.6823165417 - 2.3346149921 - 2.3346149921 - -0.0730405673 - -0.0730405673 - 2.8326618671 - 2.8326618671 - 2.8326618671 - -2.9687321186 - -2.9687321186 - -2.9660005569 - -3.0890095234 - -3.0715320110 - -3.0880723000 - -3.0890095234 - -3.1234128475 - -3.0890095234 - 3.1246452332 - 3.1246452332 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1246452332 - 3.1415927410 - 3.1246452332 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1246452332 - -3.1240506172 - 3.1415927410 - -3.1065192223 - 3.1415927410 - -3.1240506172 - -3.1240506172 - 3.1415927410 - -3.1240506172 - 3.1415927410 - 3.1415927410 - 2.9733858109 - 2.9733858109 - 2.9551057816 - 2.1031188965 - 2.1031188965 - 2.7672591209 - 2.7672591209 - -0.7733505368 - -0.7733505368 - 2.7672591209 - -0.7733505368 - 2.2430434227 - 2.2430434227 - 2.1785984039 - 2.1785984039 - 2.2565257549 - 2.2565257549 - 2.1262900829 - 2.1262900829 - 2.1199493408 - 2.1199493408 - 0.8659687042 - 0.8659687042 - 0.1007810012 - 0.1007810012 - -2.7522759438 - -2.7305281162 - -2.7522759438 - 0.7328150868 - 0.7328150868 - 0.0906598866 - 0.0906598866 - 2.4186131954 - 2.4186131954 - 0.5123894811 - -0.1697782725 - 0.5123894811 - -2.8305943012 - -2.8305943012 - -2.5503005981 - -2.5503005981 - -2.9207639694 - -2.9014215469 - -2.8771042824 - -2.9207639694 - -2.8966140747 - -2.9014215469 - -2.9014215469 - -3.0455038548 - -3.0455038548 - 1.8736811876 - 1.8736811876 - -3.0854718685 - -3.0854718685 - 2.5227777958 - 2.5227777958 - -2.9291605949 - -2.9291605949 - -2.9479706287 - 0.3254958689 - 0.3254958689 - 1.0439916849 - 1.0439916849 - -2.8083484173 - -2.8083484173 - 2.5535900593 - 2.5535900593 - -3.1145722866 - 1.2832205296 - -3.1145722866 - -3.1005198956 - -2.6779451370 - -2.6779451370 - 0.6823165417 - 0.6728325486 - 0.6823165417 - -3.0715320110 - -3.0880723000 - -3.0715320110 - -3.0890095234 - -3.0715320110 - -3.0880723000 - -3.1234128475 - -3.0715320110 - -3.0880723000 - -3.0890095234 - -3.1234128475 - -3.0890095234 - 2.5977602005 - 2.5977602005 - -3.0041666031 - -3.0041666031 - -3.0146198273 - -3.0146198273 - -3.0041666031 - -3.0146198273 - -2.9712176323 - 2.6074101925 - 2.6074101925 - 2.6074101925 - 2.6011731625 - 2.9971511364 - 2.9971511364 - 2.9971511364 - 2.9971511364 - 2.9971511364 - 2.9971511364 - 2.9971511364 - 2.9945142269 - 2.6213254929 - 2.6213254929 - 2.2991137505 - 2.2991137505 - 2.9551057816 - 2.9733858109 - 2.9551057816 - 0.8253768682 - 0.8253768682 - 0.8441540003 - 2.9733858109 - 2.9551057816 - 2.9733858109 - 2.9733858109 - 2.9889433384 - 2.9733858109 - 2.9889433384 - 2.9733858109 - 2.9733858109 - 2.9889433384 - 2.9733858109 - 2.9551057816 - 2.7343368530 - 2.9733858109 - 2.9551057816 - 2.7343368530 - 3.0584514141 - 3.0072712898 - 3.0584514141 - 2.9331274033 - 2.9147937298 - 2.9516043663 - 2.9331274033 - -0.2318646610 - -0.2318646610 - 2.8685839176 - 2.8685839176 - 2.8822607994 - 2.8822607994 - 2.8771042824 - 2.8771042824 - 2.8822607994 - 2.8771042824 - 2.8632929325 - 2.8632929325 - 0.5048613548 - 0.5048613548 - 2.1921198368 - 2.1921198368 - 2.1815223694 - 2.1815223694 - 2.1934671402 - 2.1934671402 - 1.0460005999 - 1.0460005999 - 1.4038261175 - 1.4038261175 - -2.6584670544 - -2.6584670544 - -2.7610862255 - -2.7610862255 - 2.9280321598 - 2.9280321598 - -3.0702850819 - -3.0702850819 - 3.0077817440 - 3.0077817440 - -3.0890095234 - -3.0715320110 - -3.0890095234 - -3.0715320110 - -3.0727362633 - -3.0880723000 - -3.0890095234 - -3.0715320110 - -3.0727362633 - -3.0880723000 - -3.0890095234 - -3.1234128475 - -3.0890095234 - -3.0880723000 - -3.0890095234 - -3.1234128475 - -3.0890095234 - -3.0890095234 - -3.0890095234 - -3.0880723000 - -3.0890095234 - -3.1234128475 - -3.0890095234 - -3.0890095234 - -2.9712176323 - -3.0146198273 - -2.9712176323 - 0.1374261528 - 0.1759396195 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1415927410 - -3.1240506172 - 2.9971511364 - 2.9971511364 - 2.9971511364 - 2.9971511364 - 0.3217505515 - 0.3217505515 - 2.9945142269 - 2.9971511364 - 2.9971511364 - 2.9945142269 - 0.8441540003 - 0.8253768682 - 0.8441540003 - 2.7676508427 - 2.7676508427 - 2.3941509724 - 2.3941509724 - -0.8366353512 - -0.8366353512 - -0.8243395090 - 1.9958364964 - 1.9958364964 - -1.0121970177 - -1.0121970177 - 2.2264919281 - 2.2264919281 - 2.2455372810 - 2.2455372810 - 2.8268349171 - 2.8268349171 - 2.8198421001 - 2.8198421001 - 2.8268349171 - 2.8198421001 - -2.9481654167 - 2.3121054173 - -2.9481654167 - -2.5891737938 - -2.5891737938 - -2.5175695419 - -2.5175695419 - 0.7349359989 - 0.7349359989 - 0.1746722013 - 0.1746722013 - -2.8966140747 - -2.8966140747 - 1.8967663050 - 1.8967663050 - 3.0041666031 - 3.0041666031 - 1.2966288328 - 1.2966288328 - 1.3006430864 - 0.4834470153 - 0.4834470153 - 0.4931956530 - -2.9479706287 - -2.9291605949 - -2.9479706287 - -2.9291605949 - 0.9014388919 - 0.9014388919 - -2.9733858109 - -2.9733858109 - 0.6273081899 - 0.6273081899 - -2.9945142269 - -2.9945142269 - -2.9945142269 - 1.2832205296 - 1.2832205296 - -3.1145722866 - -3.1005198956 - -2.9971511364 - -2.9971511364 - -3.0150005817 - -3.0150005817 - 1.9818608761 - 1.9818608761 - 0.9530405998 - 0.9530405998 - 2.2062492371 - 2.2062492371 - -0.2386093289 - -0.2386093289 - 2.9971511364 - 2.9971511364 - 2.9971511364 - 2.9971511364 - 2.9945142269 - 2.9733858109 - 2.9733858109 - 2.9889433384 - 2.9733858109 - 2.9551057816 - 2.7343368530 - 3.0072712898 - 3.0072712898 - 3.0584514141 - 2.7118303776 - 2.7118303776 - -2.2848870754 - -2.2848870754 - -2.2720563412 - -2.2720563412 - -2.2848870754 - -2.2720563412 - -0.8243395090 - -0.8366353512 - -0.8243395090 - 1.4898922443 - 1.4898922443 - -1.0074800253 - -1.0074800253 - 2.1995925903 - 2.1995925903 - 2.1995925903 - 2.2318394184 - 2.2318394184 - -2.3847582340 - -2.3847582340 - -2.4037775993 - -2.4037775993 - 2.2381024361 - 2.2381024361 - 2.5652174950 - 2.5652174950 - 2.6208641529 - 2.6208641529 - -2.7430701256 - -2.7430701256 - 1.3006430864 - 1.2966288328 - 1.3006430864 - 0.4931956530 - 0.4834470153 - 0.4931956530 - 0.4468424618 - 0.4468424618 - 0.4388593137 - 0.4388593137 - 0.4468424618 - 0.4388593137 - -2.9395675659 - -2.9395675659 - -2.9733858109 - -2.9733858109 - 2.9441971779 - 2.9441971779 - 1.2167989016 - 1.2167989016 - 3.0322740078 - 3.0322740078 - 3.0267159939 - 3.0267159939 - 3.0438656807 - 0.1759396195 - -2.9712176323 - 0.1759396195 - -0.8621700406 - -0.8621700406 - 2.6074101925 - 2.6074101925 - 2.6074101925 - 2.6011731625 - 2.6011731625 - 2.6074101925 - 2.6074101925 - 2.6011731625 - 2.9764440060 - 2.9764440060 - 2.9764440060 - 2.9551057816 - 3.1007990837 - 3.1007990837 - 2.9551057816 - 2.9733858109 - 2.9889433384 - 2.9733858109 - 2.9551057816 - 2.7343368530 - 2.9441971779 - 2.9441971779 - 2.9516043663 - 2.9516043663 - 2.9331274033 - 2.9331274033 - 1.8799952269 - 1.8799952269 - 1.8760194778 - 1.8635094166 - -0.0767718926 - -0.0767718926 - 2.7397220135 - 2.7397220135 - 2.1910457611 - 2.1910457611 - -2.4087774754 - -2.4087774754 - -2.3832149506 - -2.3832149506 - -2.4087774754 - -2.3832149506 - 0.8339037895 - 0.8339037895 - 0.8430265784 - -2.7468016148 - -2.7468016148 - 1.5226408243 - 1.5226408243 - -0.2186689526 - -0.2186689526 - 0.8685393929 - 0.8685393929 - -2.9291605949 - -2.9479706287 - -2.9291605949 - 1.1925023794 - 1.1925023794 - 2.9156334400 - 2.9156334400 - -3.0252375603 - 2.6098685265 - -3.0252375603 - 0.9205688834 - 0.9205688834 - 0.7408416867 - 0.7408416867 - -3.0727362633 - -3.0890095234 - -3.0727362633 - -3.0727362633 - -3.0890095234 - 1.7402093410 - 1.7402093410 - 1.7380502224 - 1.7424243689 - 1.7294515371 - 2.3561944962 - 2.3561944962 - 1.2803944349 - -2.6620733738 - -2.7413520813 - -2.7091848850 - -2.6620733738 - -3.1207623482 - -3.1207623482 - 3.1415927410 - -3.1203193665 - -3.1203193665 - -3.1207623482 - 3.1415927410 - -3.1203193665 - 2.9551057816 - 2.9764440060 - 2.9551057816 - 2.7610862255 - 2.7610862255 - 2.9331274033 - 2.9516043663 - 2.9331274033 - -0.2984989285 - -0.2984989285 - 1.8760194778 - 1.8799952269 - 1.8760194778 - 1.8635094166 - 1.8635094166 - 1.8799952269 - 1.8760194778 - 1.8635094166 - 3.1415927410 - 3.1415927410 - 2.2142975330 - 2.2142975330 - 2.1995925903 - 2.1995925903 - 2.1995925903 - -2.4285318851 - -2.4285318851 - 0.8430265784 - 0.8339037895 - 0.8430265784 - 0.9629943371 - 0.9629943371 - 1.2772073746 - 1.2772073746 - 0.7112486362 - 0.7112486362 - 0.7060198784 - 0.7060198784 - 0.7112486362 - 0.7060198784 - -2.4644651413 - -2.4644651413 - -2.7610862255 - -2.7610862255 - -2.7744188309 - -2.8302223682 - -2.8302223682 - 0.3956896067 - 0.3956896067 - 1.9295669794 - 1.9295669794 - 0.6791332960 - 0.6791332960 - 1.8753072023 - 1.8753072023 - -3.0309355259 - 1.9890207052 - 1.9890207052 - 1.9832067490 - 1.7380502224 - 1.7402093410 - 1.7380502224 - 1.7424243689 - 1.7294515371 - 2.8198421001 - 2.8198421001 - -3.0890095234 - -3.0890095234 - 1.2803944349 - 2.3561944962 - 1.2803944349 - 3.1415927410 - 3.1415927410 - 3.1243529320 - 2.5796711445 - 2.5796711445 - 2.5535900593 - 3.0172376633 - 3.0172376633 - 3.0367157459 - 3.0193974972 - 3.0172376633 - 3.0172376633 - 3.0172376633 - 3.0172376633 - 3.0172376633 - 3.0172376633 - 3.0172376633 - 3.0172376633 - 3.0172376633 - 3.0172376633 - 0.6273081899 - 0.6273081899 - 3.0150005817 - 3.0150005817 - -2.7091848850 - -2.7413520813 - -2.7744188309 - -2.7091848850 - -2.6620733738 - 2.9971511364 - 2.9971511364 - 3.1415927410 - -3.1207623482 - 3.1415927410 - -3.1203193665 - -0.1370661706 - -0.1370661706 - 2.9764440060 - 2.9793937206 - 2.9764440060 - 2.9584817886 - 2.9764440060 - 2.9584817886 - 2.9764440060 - 2.9764440060 - 0.5667291880 - 0.5667291880 - -0.1973955631 - -0.1973955631 - 2.6322915554 - 2.6322915554 - 2.8872246742 - 2.8872246742 - 2.3832149506 - 2.3832149506 - 2.3695271015 - 2.3698923588 - 2.3698923588 - 2.3832149506 - 2.3695271015 - 2.3698923588 - 3.0584514141 - 3.0584514141 - 1.8113305569 - 1.8113305569 - 2.2318394184 - 2.2318394184 - -1.1071487665 - -1.1071487665 - 2.2058229446 - 2.2058229446 - 0.8007815480 - 0.8007815480 - -0.8760580420 - -0.8760580420 - -3.0680413246 - -3.0680413246 - 0.7061991096 - 0.7061991096 - -1.8157750368 - -1.8157750368 - 1.1583858728 - 1.1583858728 - 0.4297622740 - 0.4297622740 - -2.7695248127 - -2.7695248127 - 0.4816636741 - 0.4816636741 - 0.4791103005 - 0.4791103005 - 0.4182243347 - 0.4182243347 - 2.5770232677 - 2.5770232677 - 2.2236430645 - 2.2236430645 - 1.1116532087 - 1.1116532087 - -0.3217505515 - -0.3217505515 - -3.0309355259 - 1.8753072023 - -3.0309355259 - 1.9832067490 - 1.9890207052 - 1.9832067490 - 2.4016177654 - 2.4016177654 - 3.0438656807 - 3.0267159939 - 3.0438656807 - 3.0438656807 - 2.1587989330 - 2.1587989330 - 3.1243529320 - 3.1415927410 - 3.1243529320 - 3.1415927410 - 2.5535900593 - 2.5796711445 - 2.5535900593 - 2.5511391163 - 2.5511391163 - 2.5438342094 - 0.6000502110 - 0.6000502110 - 2.9945142269 - 2.9793937206 - 2.9945142269 - 2.9793937206 - 2.9793937206 - 2.9793937206 - 2.9793937206 - 2.9793937206 - 2.9793937206 - 2.9764440060 - 2.7017500401 - 2.7017500401 - 0.6287962794 - 0.6287962794 - -0.8884797692 - -0.8884797692 - -0.8519663215 - -0.8519663215 - -0.8884797692 - -0.8519663215 - 1.1684752703 - 1.1684752703 - 1.1595026255 - 1.1595026255 - 1.1684752703 - 1.1595026255 - -1.1169523001 - -1.1169523001 - 2.3695271015 - 2.3832149506 - 2.3695271015 - 2.3698923588 - -0.7205541134 - 2.2455372810 - 2.2455372810 - -1.1525720358 - -1.1525720358 - 2.2904996872 - 2.2904996872 - 0.6610431671 - 0.6610431671 - 0.7853981853 - 0.7853981853 - 0.7853981853 - 2.1386404037 - 2.1386404037 - 0.7700147629 - 0.7700147629 - 0.7419472933 - 0.7419472933 - 0.7594299912 - 0.7724118829 - 0.7594299912 - 0.7483780384 - 0.7483780384 - -2.5378432274 - -2.5378432274 - 0.2310906649 - 0.2394992709 - 0.2394992709 - 2.7266869545 - 2.7266869545 - 0.1403749883 - 0.1403749883 - 2.7266869545 - 0.1403749883 - 0.4492601156 - 0.4492601156 - -2.7744188309 - -2.7610862255 - -2.7744188309 - -2.7744188309 - 0.3320594728 - 0.3320594728 - 2.7577750683 - 2.7577750683 - -2.9733858109 - -2.9733858109 - -2.9551057816 - -2.9551057816 - -2.9551057816 - -2.9551057816 - 2.6098685265 - 2.6098685265 - -3.0252375603 - 2.3944272995 - 2.3944272995 - 1.5437759161 - 1.5437759161 - -3.0727362633 - -3.0727362633 - -3.0727362633 - 1.7424243689 - 1.7402093410 - 1.7380502224 - 1.7424243689 - 1.7294515371 - 1.7294515371 - 1.7402093410 - 1.7380502224 - 1.7424243689 - 1.7294515371 - 2.8785979748 - 2.8785979748 - -3.1071236134 - -3.1071236134 - -3.1243529320 - -3.1243529320 - -3.1071236134 - -3.1243529320 - -3.1243529320 - -3.1243529320 - -3.1243529320 - -3.1243529320 - 2.6135182381 - 2.6135182381 - -3.1289350986 - -3.1289350986 - 3.0540974140 - 3.0385110378 - 3.0540974140 - 3.0367157459 - 3.0540974140 - 3.0385110378 - 2.5438342094 - 2.5511391163 - 2.5438342094 - -2.8318896294 - -2.8318896294 - 3.0367157459 - 3.0172376633 - 3.0367157459 - 3.0193974972 - 3.0172376633 - 3.0172376633 - 3.0172376633 - 3.0172376633 - 3.0172376633 - -2.7413520813 - -2.7413520813 - -2.7744188309 - -2.7091848850 - -2.6620733738 - 2.9793937206 - 2.9793937206 - 2.9945142269 - 1.7359449863 - 1.7359449863 - 2.9551057816 - 2.9551057816 - -0.7853981853 - -0.7853981853 - -0.7205541134 - 2.3695271015 - -0.7205541134 - 2.1995925903 - 2.1995925903 - 2.2058229446 - 2.2058229446 - 2.2264919281 - 2.2264919281 - -1.0240074396 - -1.0240074396 - 1.6784862280 - 1.6784862280 - 1.6770612001 - 1.6638600826 - 1.6517003775 - 1.6517003775 - 1.6784862280 - 1.6770612001 - 1.6638600826 - 1.6517003775 - -0.0109885689 - -0.0109885689 - -2.9784972668 - -2.9784972668 - 0.7853981853 - 0.7853981853 - 0.7853981853 - 2.8916139603 - 2.8916139603 - -3.0309355259 - -3.0309355259 - 0.7724118829 - 0.7724118829 - 0.7594299912 - 0.9575889707 - 0.9575889707 - 0.9745971560 - 0.6132073402 - 0.6132073402 - -2.5959374905 - -2.5959374905 - -2.8326618671 - -2.8326618671 - -2.6665818691 - -2.6665818691 - 2.3127436638 - 2.3127436638 - 0.6010737419 - 0.6010737419 - 0.6202495098 - 0.2310906649 - -2.5378432274 - 0.2310906649 - 0.4089078307 - 0.4089078307 - -2.7522759438 - -2.7522759438 - 0.3587706685 - 0.3587706685 - 2.9289476871 - 2.9289476871 - -2.9551057816 - -2.9733858109 - -2.9551057816 - -2.9551057816 - -2.9551057816 - -2.9551057816 - -2.9551057816 - -2.9733858109 - -2.9551057816 - -2.9551057816 - -2.9551057816 - -2.9551057816 - -2.8119683266 - -2.8119683266 - 1.2555816174 - 1.2555816174 - 0.1184899583 - 0.1184899583 - 3.0438656807 - 3.0438656807 - 3.0024967194 - 3.0438656807 - -3.1243529320 - -3.1243529320 - -3.1243529320 - -3.1243529320 - -3.1243529320 - -3.1243529320 - 3.0244839191 - 3.0810606480 - 3.0244839191 - 0.9380474687 - 0.9380474687 - 1.0201207399 - 1.0201207399 - 3.1077072620 - 3.1077072620 - 3.1077072620 - 3.1077072620 - 3.1077072620 - 3.0907888412 - 3.0385110378 - 3.0385110378 - 3.0540974140 - 3.0367157459 - 3.0540974140 - 3.0367157459 - 3.0385110378 - 3.0540974140 - 3.0367157459 - 3.0540974140 - 3.0385110378 - 3.1415927410 - 3.1415927410 - 3.0385110378 - 3.0540974140 - 3.0367157459 - 3.0540974140 - 3.0385110378 - 3.0367157459 - 3.0367157459 - 3.0367157459 - 3.0555982590 - 3.0367157459 - 3.0367157459 - 3.0367157459 - 3.0193974972 - 3.0172376633 - 3.0367157459 - 3.0193974972 - 0.1549967378 - 0.1549967378 - 3.0172376633 - 3.0172376633 - 3.0172376633 - 3.0172376633 - 3.0172376633 - 3.0172376633 - 0.3261558115 - 0.3261558115 - -2.7744188309 - -2.7413520813 - -2.7744188309 - -2.7091848850 - 2.8654956818 - 2.8654956818 - 2.9584817886 - 2.9764440060 - 2.9584817886 - 2.9584817886 - 2.9764440060 - -0.7657928467 - -0.7657928467 - -0.7328150868 - -0.7328150868 - 2.2035450935 - 2.2035450935 - 2.1930992603 - 2.1962814331 - 2.1962814331 - 1.6770612001 - 1.6784862280 - 1.6770612001 - 1.6638600826 - 1.6517003775 - 1.6638600826 - 1.6784862280 - 1.6770612001 - 1.6638600826 - 1.6517003775 - 0.8638882637 - 0.8638882637 - 0.8308214545 - 0.8308214545 - 0.9745971560 - 0.9575889707 - 0.9745971560 - 0.4398425817 - 0.4398425817 - -2.3259007931 - -2.3259007931 - -0.2709468603 - -0.2709468603 - 0.6202495098 - 0.6010737419 - 0.6202495098 - 0.5995962620 - 0.5995962620 - -2.7744188309 - -2.7744188309 - -2.7744188309 - 0.5352737308 - 0.5352737308 - -2.9551057816 - -2.9733858109 - -2.9551057816 - -2.9551057816 - -2.9551057816 - -2.9551057816 - 2.2142975330 - 2.2142975330 - -3.0727362633 - -3.0727362633 - 3.1415927410 - 3.1243529320 - 3.1415927410 - 3.1077072620 - 3.1077072620 - 3.1077072620 - 3.1243529320 - 3.1077072620 - 3.0907888412 - 0.2584549487 - 0.2584549487 - -0.3058788776 - -0.3058788776 - 2.8380219936 - 2.8380219936 - 0.6647744775 - 0.6647744775 - 3.0603764057 - 3.0603764057 - 3.0172376633 - 2.9996955395 - 3.0172376633 - 2.9849908352 - 2.9996955395 - 1.9974237680 - 1.9974237680 - 2.7299213409 - 2.7299213409 - 2.4393358231 - 2.4393358231 - 0.7072964907 - 0.7072964907 - 2.1978669167 - 2.1978669167 - 3.1058936119 - 3.1058936119 - 2.1930992603 - 2.2035450935 - 2.1930992603 - 2.0516836643 - 2.0516836643 - 2.0169019699 - 2.0169019699 - 0.4514530897 - 0.4514530897 - 0.4576596618 - 0.7032306194 - 0.7032306194 - 0.3846047223 - -0.1297025383 - 0.3846047223 - 0.3392926157 - 0.3392926157 - 0.4844779372 - 0.4844779372 - -2.7928216457 - -2.7928216457 - -2.9551057816 - -2.9733858109 - -2.9551057816 - -2.9551057816 - -2.9551057816 - -2.9551057816 - -2.9971511364 - -3.0348570347 - -2.9971511364 - 1.4319113493 - 1.4319113493 - 2.3103549480 - 2.3103549480 - 3.0024967194 - 3.0024967194 - 3.0438656807 - 2.8461518288 - 2.8461518288 - -3.0899145603 - -3.0899145603 - -3.0899145603 - -3.1243529320 - -3.1243529320 - -3.1243529320 - 3.1415927410 - 3.0810606480 - 3.0810606480 - 3.0244839191 - 2.8236443996 - 2.8049178123 - 2.8236443996 - 3.1077072620 - 3.1077072620 - 3.1077072620 - 3.1077072620 - 3.1077072620 - 3.1243529320 - 3.1077072620 - 3.1077072620 - 3.0540974140 - 3.0385110378 - 3.0540974140 - 3.0367157459 - 3.0540974140 - 3.0385110378 - 3.0555982590 - 3.0385110378 - 3.0367157459 - 3.0555982590 - 3.0367157459 - 2.9996955395 - 2.9996955395 - 3.0172376633 - 2.9849908352 - 2.9996955395 - 2.9996955395 - -3.1198568344 - -3.1198568344 - 2.9406383038 - 2.9406383038 - 3.0077817440 - 2.9917802811 - 3.0077817440 - 0.5827394724 - 2.9551057816 - 0.5827394724 - 2.8501358032 - 2.8501358032 - 2.4116930962 - 2.4116930962 - 2.3561944962 - 2.3561944962 - 0.6998928785 - 0.6998928785 - -3.0284416676 - -3.0284416676 - -3.0090410709 - -3.0090410709 - -2.5337905884 - -2.5337905884 - 2.0672190189 - 2.0672190189 - 0.4576596618 - 0.4514530897 - 0.4576596618 - 0.6936320662 - 0.6936320662 - 0.4481449723 - 0.4481449723 - 0.3828987181 - 0.3828987181 - 1.2818208933 - 1.2818208933 - 2.8068559170 - 2.8068559170 - 0.9944211245 - 0.9944211245 - 1.3258177042 - 1.3258177042 - -3.1243529320 - 3.1415927410 - -3.1243529320 - -3.1243529320 - 3.1415927410 - 3.0916342735 - 3.1415927410 - 3.1246452332 - 3.0916342735 - 3.1077072620 - 3.1077072620 - 3.1077072620 - 3.1246452332 - 3.0916342735 - 3.1077072620 - 3.1077072620 - 3.1077072620 - 3.0907888412 - 3.1077072620 - 3.1077072620 - 3.1077072620 - 3.1077072620 - 3.1243529320 - 3.1077072620 - 3.1077072620 - 3.1077072620 - 3.1071236134 - 3.1071236134 - 3.1077072620 - 3.1077072620 - 3.1071236134 - 3.0899145603 - 3.0899145603 - 3.0899145603 - 2.9361972809 - 2.9361972809 - 3.0727362633 - 3.0727362633 - 3.0555982590 - 3.0367157459 - 3.0540974140 - 3.0385110378 - 3.0367157459 - 3.0555982590 - 3.0367157459 - 3.0172376633 - 3.0193974972 - 3.0193974972 - 3.0172376633 - 3.0172376633 - 3.0193974972 - 3.0172376633 - 3.0193974972 - 3.0172376633 - 3.0150005817 - 2.9849908352 - 2.9996955395 - 3.0172376633 - 2.9849908352 - 2.9996955395 - 2.9996955395 - 2.9584817886 - 2.9584817886 - 2.9584817886 - 2.9406383038 - 2.9917802811 - 2.9917802811 - 3.0077817440 - 2.9551057816 - 2.9551057816 - 2.9053473473 - 2.9406383038 - 0.5827394724 - 2.8632929325 - 2.8632929325 - 2.8966140747 - 2.8966140747 - 2.8753407001 - 2.8753407001 - -0.8288490772 - -0.8288490772 - 2.2455372810 - 2.2455372810 - 2.2073044777 - 2.2073044777 - 2.2655346394 - 2.2655346394 - 1.4080688953 - 1.4080688953 - 1.3315647840 - 1.3315647840 - 1.3086764812 - 1.3086764812 - 1.3315647840 - 1.3086764812 - 0.7791870832 - 0.7791870832 - 0.7102710009 - 0.7102710009 - 0.8329812884 - -0.8086497784 - 0.8329812884 - 0.5779019594 - 0.5779019594 - 1.3611564636 - 1.3611564636 - 2.1774015427 - 2.1774015427 - 0.5498532057 - 0.5498532057 - 0.4521538615 - 0.4521538615 - -0.7406519055 - -0.7406519055 - 0.8386023641 - 0.8386023641 - -3.0348570347 - -3.0348570347 - -2.9971511364 - 2.4940016270 - 2.4940016270 - 2.3561944962 - 2.3561944962 - -3.0540974140 - -3.0540974140 - -3.0899145603 - -3.0899145603 - -3.0899145603 - 3.0244839191 - 3.0244839191 - 3.0244839191 - 3.0244839191 - 2.1722509861 - 2.1722509861 - 3.1415927410 - 3.1415927410 - -3.1243529320 - -3.1243529320 - 3.1415927410 - 3.1246452332 - 3.1246452332 - 3.1246452332 - 3.1246452332 - 3.1415927410 - 3.1415927410 - 3.1246452332 - 3.1246452332 - 3.1415927410 - 3.1246452332 - 3.0916342735 - 2.5702552795 - 2.5702552795 - 2.8049178123 - 2.8049178123 - 2.8236443996 - 3.1243529320 - 3.1077072620 - 3.0750246048 - 3.1077072620 - 3.1077072620 - 3.1077072620 - 3.1077072620 - 3.1077072620 - 3.0750246048 - 3.1077072620 - 3.1077072620 - 3.1077072620 - 1.4100335836 - 1.4100335836 - 3.0899145603 - 3.0899145603 - 3.0899145603 - 3.0738997459 - 0.7239372134 - 0.7239372134 - 3.0041666031 - 3.0367157459 - 3.0367157459 - 3.0367157459 - 3.0193974972 - 3.0193974972 - 3.0193974972 - 3.0172376633 - 3.0193974972 - 3.0193974972 - 3.0193974972 - 3.0193974972 - 3.0172376633 - 3.0193974972 - 3.0193974972 - 3.0193974972 - 3.0193974972 - 3.0193974972 - 3.0172376633 - 3.0150005817 - 2.9996955395 - 3.0150005817 - 2.9996955395 - 3.0172376633 - 2.9849908352 - 2.9849908352 - 2.3671829700 - 2.3671829700 - 1.9928013086 - 1.9928013086 - 2.9406383038 - 2.9584817886 - 2.9406383038 - 2.6826620102 - 2.6826620102 - 2.9406383038 - 2.9406383038 - 2.9053473473 - 2.9551057816 - 2.9053473473 - 2.9406383038 - 2.9406383038 - 2.9551057816 - 2.9053473473 - 2.9406383038 - -0.2186689526 - -0.2186689526 - 2.8501358032 - 2.8501358032 - -0.3639789522 - -0.3639789522 - 2.3789179325 - 2.3789179325 - -2.8442275524 - -2.8442275524 - 3.0216886997 - 3.0216886997 - 2.1995925903 - 2.1995925903 - 2.1910457611 - 2.1910457611 - 2.1815223694 - 0.9505468607 - 0.9505468607 - 0.9048271179 - 0.9048271179 - 0.9505468607 - 0.9048271179 - 0.1106572226 - 0.1106572226 - 0.0996686518 - 0.0996686518 - 2.8657867908 - 2.8657867908 - 0.6640461683 - 0.6640461683 - -0.1297025383 - -0.1297025383 - 0.3846047223 - -2.6320004463 - -2.6320004463 - -2.6422460079 - 1.8281199932 - 1.8281199932 - 0.1950202733 - 0.1950202733 - 0.4816636741 - 0.4816636741 - 0.8913825154 - 0.8913825154 - 0.4816636741 - 0.8913825154 - 0.3906070292 - 0.3906070292 - 0.4636476040 - 0.4636476040 - 0.3529903889 - 0.3529903889 - 0.3759609461 - 2.6779451370 - 2.6779451370 - -3.0367157459 - -3.0367157459 - -3.0367157459 - 0.1478493661 - 0.1478493661 - 2.0296130180 - 3.0244839191 - 3.0244839191 - 3.0244839191 - 3.0244839191 - -2.9314100742 - -2.9314100742 - 3.1246452332 - 3.1246452332 - 3.1077072620 - 3.1246452332 - 3.1246452332 - 3.1415927410 - 3.1077072620 - 3.1246452332 - 3.1077072620 - 3.0916342735 - 3.0750246048 - 3.1077072620 - 3.1077072620 - 3.0916342735 - 3.0750246048 - 3.1077072620 - 3.1077072620 - 3.1077072620 - 3.1077072620 - 3.1077072620 - 3.1077072620 - 3.1077072620 - 3.0750246048 - 3.1077072620 - 3.0193974972 - 3.0193974972 - 3.0193974972 - 3.0172376633 - 3.0193974972 - 3.0193974972 - 2.9996955395 - 2.9996955395 - 2.9849908352 - 2.9849908352 - 2.9996955395 - 2.9996955395 - 3.0172376633 - 2.9849908352 - 2.9849908352 - 2.9996955395 - 2.9996955395 - 3.0172376633 - 2.9679214954 - 2.9679214954 - 2.9679214954 - 1.9868608713 - 1.9868608713 - 2.9173579216 - 2.8885169029 - 2.9173579216 - 2.9007461071 - 2.1015698910 - 2.1015698910 - 2.6117436886 - 2.6117436886 - -0.2449786663 - -0.2449786663 - -0.2310906649 - -0.2310906649 - 2.8430936337 - 2.8430936337 - -0.2133686393 - -0.2133686393 - -1.7506498098 - -1.7506498098 - -3.0288650990 - -3.0288650990 - -0.7419472933 - -0.7419472933 - 2.4037775993 - 2.4037775993 - 2.1840035915 - 2.1840035915 - 2.1930992603 - 2.1930992603 - 2.1815223694 - 2.1910457611 - 2.1815223694 - 2.8480036259 - 2.8480036259 - 0.6682894230 - 0.6682894230 - 0.6998928785 - 0.8086497784 - 0.8086497784 - 0.7853981853 - 0.7853981853 - 0.8086497784 - 0.7853981853 - -3.1003789902 - -3.1003789902 - -3.0999500751 - -3.0999500751 - -3.1003789902 - -3.0999500751 - -2.1375255585 - -2.1375255585 - 0.7373069525 - 0.7373069525 - -2.6422460079 - -2.6320004463 - -2.6422460079 - 0.4521538615 - 0.4521538615 - 0.3752708137 - 0.4124104381 - 0.3752708137 - 1.3360737562 - 1.3611564636 - 1.3360737562 - 0.3759609461 - 0.3529903889 - 0.3759609461 - 0.3217505515 - 0.3217505515 - 0.7947436571 - 0.7947436571 - 0.6536359191 - 0.6536359191 - 2.0296130180 - 0.1478493661 - 2.0296130180 - -3.0899145603 - -3.0899145603 - 3.0244839191 - 3.0244839191 - 3.0244839191 - 3.0244839191 - 2.9068701267 - 2.4937813282 - 2.8603603840 - 2.9068701267 - 2.8603603840 - 2.8603603840 - 0.8029402494 - 0.8029402494 - 0.8027374744 - 3.1415927410 - 3.1415927410 - 3.1415927410 - -3.1243529320 - 3.1415927410 - 3.1246452332 - 3.1246452332 - 3.1077072620 - 3.1246452332 - 3.1246452332 - 3.1246452332 - 3.1246452332 - 3.1415927410 - 3.1246452332 - 3.1077072620 - 3.0916342735 - 2.3202388287 - 2.3202388287 - 3.1077072620 - 3.1243529320 - 3.0907888412 - 3.1077072620 - 3.1077072620 - 3.1077072620 - 3.0899145603 - 3.0899145603 - 3.1121892929 - 3.0845117569 - 3.1121892929 - 3.0570487976 - 3.0570487976 - 3.0570487976 - 3.0570487976 - 3.0555982590 - 3.0555982590 - 3.0570487976 - 3.0570487976 - 3.0570487976 - 3.0555982590 - 3.0555982590 - 3.0727362633 - 3.0555982590 - 0.4636476040 - 0.4636476040 - 3.0540974140 - 3.0367157459 - 3.0540974140 - 3.0193974972 - 3.1077072620 - 3.0193974972 - 3.0193974972 - 3.0172376633 - 3.0193974972 - 0.3839846253 - 0.3839846253 - 3.0150005817 - 3.0193974972 - 3.0172376633 - 3.0150005817 - 2.9996955395 - 2.9679214954 - 2.9679214954 - 2.9679214954 - 2.9007461071 - 2.8885169029 - 2.9173579216 - 2.9007461071 - 2.7812347412 - 2.7812347412 - 2.8864102364 - 2.8864102364 - 2.8864102364 - 2.8864102364 - 2.8864102364 - 2.8864102364 - 3.0750246048 - 3.0750246048 - -0.5166951418 - -0.5166951418 - 2.5180318356 - 2.5180318356 - 0.5645694137 - 0.5645694137 - 2.1962814331 - 2.1962814331 - 2.0943720341 - 2.0943720341 - 2.8484058380 - 2.8484058380 - 0.6998928785 - 0.6682894230 - 0.6998928785 - -0.8086497784 - -0.8086497784 - 0.8329812884 - 0.7667667866 - 0.7667667866 - 1.0918827057 - 1.0918827057 - 1.0996301174 - 0.4530659914 - 0.4689667225 - 0.4530659914 - 0.5947592854 - 0.5947592854 - -0.2889754176 - -0.2889754176 - 0.5041659474 - 0.5041659474 - 1.3825747967 - -2.7973740101 - -2.7973740101 - -2.7912783623 - -2.7912783623 - -2.7973740101 - -2.7912783623 - -2.8911495209 - -2.8911495209 - -2.6011731625 - -2.6011731625 - 0.4701834619 - 0.4701834619 - 0.4506613314 - 0.4506613314 - 0.4701834619 - 0.4506613314 - 0.4506613314 - 0.4506613314 - 1.8409495354 - -2.8198421001 - 0.4124104381 - 0.4124104381 - 0.3752708137 - 1.3611564636 - 1.3611564636 - 1.3360737562 - -2.7509856224 - -2.7509856224 - 0.3846047223 - 0.3846047223 - -2.9371714592 - -2.9371714592 - 2.9415996075 - 2.9415996075 - -2.9996955395 - -2.9996955395 - -2.9996955395 - -3.0193974972 - -3.0193974972 - -3.0367157459 - -3.0367157459 - 1.5167948008 - 1.5167948008 - 1.5033313036 - 1.5033313036 - 1.5167948008 - 1.5033313036 - 2.9090356827 - 2.9090356827 - 2.8603603840 - 2.4937813282 - 2.8603603840 - 2.9068701267 - 2.8603603840 - 2.8603603840 - 0.8027374744 - 0.8029402494 - 0.8027374744 - 3.0910029411 - 3.0910029411 - 3.0903553963 - 3.0903553963 - 3.0910029411 - 3.0903553963 - 0.0964737758 - 0.0964737758 - 3.0750246048 - 3.1415927410 - 3.1246452332 - 3.1246452332 - 3.1077072620 - 3.0750246048 - 3.0750246048 - 3.0750246048 - 3.1077072620 - 3.1077072620 - 3.0750246048 - 3.1077072620 - 3.1077072620 - 3.1077072620 - 3.1077072620 - 3.0750246048 - 3.1077072620 - 3.1077072620 - 3.1077072620 - 3.1077072620 - 3.1077072620 - 3.1077072620 - 3.0845117569 - 3.0845117569 - 3.1121892929 - 3.0738997459 - 3.0899145603 - 3.0738997459 - 3.0041666031 - 0.7239372134 - 3.0041666031 - 3.0367157459 - 3.0367157459 - 3.0367157459 - 3.0367157459 - 3.0555982590 - 3.0367157459 - 3.0193974972 - 3.0193974972 - 3.0193974972 - 3.0193974972 - 3.0193974972 - 3.0193974972 - 3.0193974972 - 3.0193974972 - 3.0193974972 - 3.0193974972 - 3.0193974972 - 3.0193974972 - 2.9849908352 - 2.9996955395 - 3.0045263767 - 2.9849908352 - 2.9996955395 - 3.0172376633 - 2.9996955395 - 2.9849908352 - 2.9996955395 - 3.0172376633 - 2.9996955395 - 2.8885169029 - 2.8885169029 - 2.9173579216 - 2.9007461071 - 1.1290031672 - 1.1290031672 - -3.0868527889 - -3.0868527889 - 2.7585155964 - 2.7585155964 - 2.3373289108 - 2.3373289108 - -0.0862055719 - -0.0862055719 - 2.0778949261 - 2.0778949261 - 2.2367656231 - 2.2367656231 - 0.8408966660 - 0.8408966660 - 2.4696295261 - 2.4696295261 - 0.7853981853 - 0.7853981853 - 1.9237867594 - 1.9237867594 - 0.7150917053 - 0.7150917053 - 1.0996301174 - 1.0918827057 - 1.0996301174 - 0.8891904950 - 0.8891904950 - -2.8859477043 - -2.8859477043 - 0.4689667225 - 0.4689667225 - 0.4530659914 - 0.5493744612 - 0.5493744612 - 0.7447701097 - 0.7447701097 - -2.0344438553 - -2.0344438553 - 1.8259787560 - 1.8259787560 - -0.1188403443 - -0.1188403443 - 0.3217505515 - 0.2662520409 - 0.2662520409 - 0.4423742294 - 0.4423742294 - 1.8409495354 - 0.4506613314 - 1.8409495354 - -2.8198421001 - -2.9996955395 - -2.9996955395 - -2.9996955395 - -3.0367157459 - -3.0193974972 - -3.0367157459 - -3.0367157459 - -3.0367157459 - -3.0193974972 - -3.0367157459 - -3.0367157459 - -3.0367157459 - 0.2276893258 - 0.2276893258 - 2.8603603840 - 2.4937813282 - 2.8603603840 - 2.9068701267 - 2.8603603840 - 2.8603603840 - 2.8603603840 - 2.4937813282 - 2.8603603840 - 2.9068701267 - 2.8603603840 - 2.8603603840 - -3.1065192223 - -3.1065192223 - 3.1415927410 - 3.1415927410 - 3.1415927410 - 3.1077072620 - 3.1415927410 - 3.1246452332 - 3.1077072620 - 3.1246452332 - 3.1415927410 - 3.1077072620 - 3.1246452332 - 3.1415927410 - 3.1246452332 - 3.1246452332 - 3.1077072620 - 3.1077072620 - 3.1077072620 - 3.1077072620 - 3.0750246048 - 3.1077072620 - 3.1077072620 - 2.9764440060 - 2.9764440060 - 3.0570487976 - 3.0570487976 - 3.0570487976 - 3.0570487976 - 3.0555982590 - 3.0555982590 - 3.0367157459 - 3.0193974972 - 3.0367157459 - 3.0555982590 - 3.0367157459 - 3.0193974972 - 3.0193974972 - 3.0193974972 - 3.0193974972 - 3.0193974972 - 2.9996955395 - 2.9441971779 - 2.9441971779 - 2.8809902668 - 2.8809902668 - -0.2053953856 - -0.2053953856 - 0.1453100145 - 0.1453100145 - -0.3608367741 - -0.3608367741 - 0.0000000000 - 0.0000000000 - 2.4584012032 - 2.4584012032 - 2.3492016792 - 2.3492016792 - 2.3561944962 - 2.3561944962 - 1.8233505487 - 1.8233505487 - 2.1870932579 - 2.1870932579 - 2.1870932579 - 2.1870932579 - 2.1870932579 - 2.1870932579 - 2.1840035915 - 2.1840035915 - 2.1753950119 - 2.1870932579 - 2.1870932579 - 2.1870932579 - 2.1870932579 - 0.5337082148 - 0.5337082148 - 0.4586971402 - 0.4586971402 - 0.4538440108 - 0.4538440108 - 0.4586971402 - 0.4538440108 - -2.4292349815 - -2.4292349815 - 0.7932720184 - 0.7932720184 - 3.0193974972 - 3.0193974972 - 0.3507279456 - 0.3507279456 - -2.8198421001 - 0.4506613314 - 1.8409495354 - -2.8198421001 - 0.4048917890 - 0.4048917890 - 0.3883187175 - 0.3883187175 - 0.2573237121 - 0.2573237121 - 2.4087774754 - 2.4087774754 - 0.6169418693 - 0.6169418693 - -3.0555982590 - -3.0555982590 - 2.4937813282 - 2.4937813282 - 2.8603603840 - 2.9068701267 - 2.8603603840 - 2.8603603840 - 0.9123709798 - 0.9123709798 - -3.0100045204 - -3.0152845383 - -3.0152845383 - 3.0570487976 - 3.0570487976 - 3.0570487976 - 3.0570487976 - 3.0570487976 - 3.0555982590 - 3.0367157459 - 3.0367157459 - 3.0193974972 - 3.0367157459 - 3.0555982590 - 3.0367157459 - 3.1077072620 - 3.0555982590 - 3.0367157459 - 3.1077072620 - 3.0193974972 - 0.8575617671 - 0.8575617671 - 1.8444555998 - 1.8444555998 - 3.0021526814 - 2.9764440060 - 3.0045263767 - 0.2766683400 - 0.2766683400 - 0.2337431759 - 2.8501358032 - 2.8501358032 - 2.8706457615 - 2.8706457615 - -0.0753288940 - -0.0753288940 - -0.5343954563 - -0.5280744433 - -0.5343954563 - 2.3266172409 - 2.3266172409 - 2.1587989330 - 2.1587989330 - 2.1753950119 - 2.1840035915 - 2.1753950119 - 2.1870932579 - 2.1870932579 - 2.1870932579 - 2.1870932579 - -2.4329664707 - -2.4329664707 - 0.8305287957 - 0.8305287957 - -0.0906598866 - -0.0906598866 - 2.0344438553 - 2.0344438553 - -3.1277046204 - -3.1277046204 - -3.0261659622 - -3.0261659622 - 1.3825747967 - 0.5041659474 - 1.3825747967 - -2.8573670387 - -2.8573670387 - 0.4353532791 - 0.4353532791 - -3.0385110378 - 0.7730531096 - -3.0555982590 - -3.0385110378 - -3.0555982590 - -3.0555982590 - 3.1234128475 - 3.1234128475 - 3.0457334518 - 3.1230762005 - 3.0457334518 - -3.1082715988 - -3.1082715988 - -3.1249275208 - -3.1077072620 - -3.1077072620 - 2.8263778687 - 2.8263778687 - 2.8068559170 - 3.1415927410 - 3.1415927410 - 3.1246452332 - 3.1415927410 - 3.0916342735 - 3.0750246048 - 3.1246452332 - 3.1077072620 - 2.4610714912 - 2.4610714912 - 3.0367157459 - 3.0367157459 - 3.0193974972 - 3.0367157459 - 3.0555982590 - 3.0367157459 - 3.0555982590 - 3.0367157459 - 3.0555982590 - 3.0367157459 - 3.0555982590 - 3.0367157459 - 2.8083484173 - 2.8083484173 - 2.9996955395 - 3.0193974972 - 3.0193974972 - 2.9996955395 - 3.0193974972 - 3.0193974972 - 3.0193974972 - 3.0193974972 - 2.9996955395 - 3.0193974972 - 3.0193974972 - 3.0021526814 - 1.8444555998 - 3.0021526814 - 3.0045263767 - 3.0045263767 - 1.8444555998 - 3.0021526814 - 2.9764440060 - 3.0045263767 - 2.9849908352 - 2.5959374905 - 2.5959374905 - 2.9105019569 - 2.9105019569 - -0.1927007586 - -0.1927007586 - -2.7017500401 - 0.0000000000 - -2.7017500401 - -0.5280744433 - -0.5280744433 - -0.5343954563 - 0.4947256744 - 0.4947256744 - 2.1662061214 - 2.1662061214 - 0.7704738975 - 0.7704738975 - 0.7672183514 - 0.7672183514 - -2.5360479355 - -2.5360479355 - -2.9441971779 - -2.9441971779 - 2.5804293156 - 2.5804293156 - 0.3217505515 - -0.1188403443 - 0.3217505515 - 0.4107169509 - 0.4107169509 - -2.8753407001 - -2.8753407001 - 0.4880330265 - 0.4880330265 - -3.0367157459 - -3.0367157459 - 0.7345944643 - 0.7345944643 - 0.7730531096 - 0.7730531096 - -3.0555982590 - -3.0385110378 - -0.3889568746 - -0.3889568746 - -3.1077072620 - -3.1077072620 - 0.0525830612 - 0.0525830612 - -3.1077072620 - 0.0525830612 - -3.1249275208 - -3.1082715988 - -3.1249275208 - 2.8068559170 - 2.8263778687 - 2.8068559170 - 3.1415927410 - 3.1246452332 - 3.1415927410 - 3.1246452332 - 3.1077072620 - 3.1246452332 - 3.1415927410 - 3.1077072620 - 3.1246452332 - 3.1415927410 - 3.0916342735 - 3.0750246048 - 3.0193974972 - 3.0367157459 - 3.0193974972 - 3.0555982590 - 3.0367157459 - 2.9822409153 - 2.9822409153 - 0.2337431759 - 0.2766683400 - 0.2337431759 - 2.9617390633 - 2.9617390633 - 2.9147937298 - 2.9147937298 - 2.8966140747 - 2.8966140747 - 2.8842689991 - 2.8842689991 - -2.5535900593 - -2.5535900593 - -2.6135182381 - -2.7540688515 - -2.7540688515 - -0.1932114810 - -0.1932114810 - 0.0000000000 - 0.0000000000 - -2.7017500401 - 2.4433517456 - 2.4433517456 - 2.4344656467 - 2.4344656467 - 2.4433517456 - 2.4344656467 - -0.5819051266 - -0.5819051266 - 2.5812327862 - 2.5812327862 - 2.2455372810 - 2.2455372810 - 2.5378432274 - 2.5378432274 - 0.7123575807 - 0.7123575807 - 0.7853981853 - 0.7853981853 - -2.8701140881 - -2.8701140881 - 0.6273081899 - -2.9094889164 - -2.9094889164 - 0.2234766036 - 0.2234766036 - -2.7999770641 - -2.7999770641 - -3.0555982590 - 0.7730531096 - -3.0555982590 - -3.0385110378 - -3.0100045204 - 0.9123709798 - -3.0100045204 - 0.7188299894 - 0.7188299894 - 3.1246452332 - 3.1246452332 - 3.1415927410 - 3.1246452332 - 3.1246452332 - 3.1415927410 - 3.1246452332 - 3.1246452332 - 3.1246452332 - 3.0435473919 - 3.0916342735 - 3.1246452332 - 3.1246452332 - 3.0435473919 - 3.1415927410 - 3.0916342735 - 3.1246452332 - 3.1415927410 - 3.0916342735 - 3.0750246048 - 3.1246452332 - 3.1246452332 - 3.0570487976 - 3.0738997459 - 3.0570487976 - 3.0570487976 - 3.0570487976 - 3.0738997459 - 3.0738997459 - 3.0367157459 - 3.0367157459 - 3.0555982590 - 3.0367157459 - 3.1077072620 - 3.0193974972 - 3.0193974972 - 3.0193974972 - 2.9996955395 - 3.0193974972 - 3.0193974972 - 2.9764440060 - 1.8444555998 - 2.9764440060 - 3.0045263767 - 3.0045263767 - 2.9793937206 - 2.9648838043 - 2.9793937206 - 2.9793937206 - 2.9229238033 - 2.9229238033 - 2.8864102364 - 2.8864102364 - 2.8966140747 - 2.8966140747 - -2.6135182381 - -2.5535900593 - -2.6135182381 - 2.7842838764 - 2.7842838764 - 0.5979690552 - 0.5979690552 - -2.9669203758 - -2.9648838043 - 3.0995123386 - 3.0995123386 - 2.1854593754 - 2.1910457611 - 2.1854593754 - 2.1854593754 - 2.1724500656 - 2.1724500656 - -2.4629302025 - -2.4629302025 - 1.3521274328 - 1.3521274328 - 0.7130608559 - 0.7130608559 - 0.6998928785 - 0.6812981963 - 0.6998928785 - 0.7130608559 - 0.6998928785 - 0.6273081899 - -2.8701140881 - 0.6273081899 - -2.9060475826 - -2.9060475826 - 0.3671738207 - 0.3671738207 - 0.4204053581 - 0.4204053581 - 0.4105574489 - -3.0560872555 - -3.0560872555 - 2.6504290104 - 2.6504290104 - 3.1121892929 - 3.1121892929 - 2.8286914825 - 2.8286914825 - 3.0438656807 - 3.0438656807 - 3.1230762005 - 3.1230762005 - 3.1415927410 - 3.0457334518 - 3.0438656807 - 3.0438656807 - 3.0438656807 - 3.0438656807 - 3.0419239998 - 0.4783524275 - 0.4783524275 - -0.0199973341 - -0.0199973341 - 3.1246452332 - 3.1246452332 - 3.1415927410 - 3.1246452332 - 3.1082715988 - 3.1246452332 - 2.9660005569 - 2.9533710480 - 2.9533710480 - 2.9660005569 - 3.0435473919 - 3.0750246048 - 3.1246452332 - 3.1246452332 - 3.0435473919 - 3.1415927410 - 3.0916342735 - 3.1077072620 - 3.1415927410 - 3.0916342735 - 3.0750246048 - 3.1246452332 - 3.1246452332 - 2.1010119915 - 2.1010119915 - 2.9648838043 - 2.9648838043 - 2.9793937206 - 2.9793937206 - 2.9275319576 - 2.9275319576 - 2.9123606682 - 2.9123606682 - 2.9047439098 - 2.9047439098 - 2.9123606682 - 2.9047439098 - -2.9669203758 - 0.5979690552 - -2.9669203758 - -2.9648838043 - -2.9648838043 - 0.5979690552 - -2.9669203758 - -2.9648838043 - 1.5707963705 - 1.5707963705 - 1.5707963705 - 0.4094372094 - 0.4094372094 - 2.1910457611 - 2.1910457611 - 2.1854593754 - 2.1854593754 - 2.1962814331 - 2.2236430645 - 2.1962814331 - 2.1861357689 - 2.1861357689 - 2.1781015396 - -0.0481555127 - -0.0481555127 - 1.5940479040 - 1.5940479040 - 0.7917674780 - 0.7917674780 - -2.9739501476 - -2.9739501476 - 0.5585992932 - 0.5585992932 - 0.3553770185 - 0.3553770185 - 0.2837941051 - 0.2837941051 - -2.7886023521 - -2.7886023521 - 0.3681307733 - 0.3681307733 - 0.2292319387 - 0.2292319387 - 3.1415927410 - 3.1230762005 - 3.1415927410 - 1.7681919336 - 1.7681919336 - 2.9533710480 - 2.9533710480 - 2.9533710480 - 2.9660005569 - 3.0750246048 - 3.1415927410 - 3.0916342735 - 3.0750246048 - 3.1246452332 - 3.1077072620 - 3.0738997459 - 3.0738997459 - 3.0570487976 - 3.0570487976 - 3.0570487976 - 3.0738997459 - 3.0570487976 - 3.0570487976 - 3.0555982590 - 3.0555982590 - 3.0385110378 - 3.0555982590 - 3.0555982590 - 3.0540974140 - 2.9229238033 - 2.9229238033 - 2.9163157940 - 2.9163157940 - -1.6704649925 - -1.6704649925 - 1.6224744320 - 1.6224744320 - 1.5302779675 - 1.5302779675 - -0.1313154399 - -0.1313154399 - 2.3217253685 - 2.3217253685 - 2.2409183979 - 2.2409183979 - 1.5707963705 - 1.5707963705 - 1.5707963705 - -0.8253768682 - -0.8253768682 - 2.3561944962 - 2.3561944962 - 2.2236430645 - 2.2236430645 - 2.1962814331 - 2.2058229446 - 2.2058229446 - 2.1854593754 - 2.1910457611 - 2.1854593754 - 2.1854593754 - 2.1781015396 - 2.1861357689 - 2.1781015396 - -0.9827937484 - -0.9827937484 - 2.2318394184 - 2.2318394184 - 2.3036115170 - 2.3036115170 - -2.7413520813 - -2.7413520813 - -2.7343368530 - -2.7509856224 - -2.7343368530 - -2.7413520813 - -2.7343368530 - -2.7509856224 - 0.9272952080 - 0.9272952080 - 0.7720656395 - 0.7720656395 - 1.1354430914 - 1.1354430914 - 0.9420000315 - 0.9420000315 - 1.9853031635 - 1.0179550648 - 1.0179550648 - 0.6647744775 - 0.6647744775 - 0.6812981963 - 0.6518691182 - 0.6518691182 - 0.6647744775 - 0.6812981963 - 0.6518691182 - 1.9872349501 - 1.9872349501 - -0.0624188110 - -0.0624188110 - 0.0428309329 - 0.0428309329 - 0.4105574489 - 0.4204053581 - 0.4105574489 - 0.4160645008 - 0.3729877174 - 0.3729877174 - -2.9917802811 - -2.9917802811 - 0.3562196493 - 0.3562196493 - 0.3764903247 - 0.3217505515 - 0.3217505515 - 1.2877005339 - 1.2877005339 - 3.0438656807 - 3.0438656807 - 3.0438656807 - 3.0438656807 - 3.0438656807 - 3.0438656807 - 3.0419239998 - 3.0419239998 - 3.0438656807 - 3.0438656807 - 3.0419239998 - -3.1249275208 - -3.1249275208 - 0.4692655206 - 0.4692655206 - 2.9533710480 - 2.9533710480 - 2.9533710480 - 2.9660005569 - 3.1246452332 - 3.1246452332 - 3.1082715988 - 3.1415927410 - 3.1246452332 - 3.1246452332 - 3.0435473919 - 3.1246452332 - 3.1082715988 - 3.1415927410 - 3.1246452332 - 2.9660005569 - 3.0385110378 - 3.0385110378 - 3.0385110378 - 3.0045263767 - 2.9764440060 - 3.0045263767 - 2.9793937206 - 2.9648838043 - 2.9793937206 - 2.9793937206 - 2.9718143940 - 2.9718143940 - 2.9546134472 - 2.9546134472 - 2.9325697422 - 2.9325697422 - 2.9202783108 - 2.9202783108 - 2.9147937298 - 2.9147937298 - 2.9202783108 - 2.9147937298 - 0.2337431759 - 0.2337431759 - -0.1668551564 - -0.1668551564 - 0.1006686538 - -3.0742788315 - -3.0742788315 - -0.4636476040 - -0.4636476040 - -0.9272952080 - -0.9272952080 - -2.7895483971 - -2.7895483971 - -2.2142975330 - -2.2142975330 - 2.0760865211 - 2.0760865211 - 2.5136113167 - 2.5136113167 - -0.6747409701 - -0.6747409701 - 2.2455372810 - 2.2455372810 - 3.1415927410 - 3.1415927410 - 3.0890095234 - 3.0890095234 - 1.1902899742 - 1.1902899742 - -2.7509856224 - -2.7413520813 - -2.7343368530 - -2.7509856224 - 0.7168036699 - 0.7168036699 - 0.5032744408 - 0.5032744408 - 1.8555268049 - 1.8555268049 - 0.6812981963 - 0.7130608559 - 0.6647744775 - 0.6812981963 - 0.6518691182 - -2.2455372810 - -2.2455372810 - 0.9397169352 - 0.9397169352 - 2.6344940662 - 2.6344940662 - 0.6732874513 - 0.6732874513 - -0.6107259393 - -0.6107259393 - -2.8486802578 - -2.8486802578 - 0.3978743553 - -2.8540167809 - 0.3978743553 - 0.3764903247 - 0.3562196493 - 0.3764903247 - 3.1082715988 - 3.1246452332 - 3.1082715988 - 3.1415927410 - 3.1246452332 - 3.0435473919 - 3.0555982590 - 3.0555982590 - 3.0385110378 - 3.0385110378 - 3.0555982590 - 3.0555982590 - 3.0555982590 - 3.0555982590 - 3.0385110378 - 3.0385110378 - 3.0555982590 - 3.0555982590 - 3.0540974140 - 3.0555982590 - 3.0555982590 - 3.0540974140 - 3.0555982590 - 3.0385110378 - 3.0385110378 - 3.0385110378 - 3.0214838982 - 3.0214838982 - 3.0172376633 - 3.0172376633 - 2.9392709732 - 2.9392709732 - 1.3703978062 - 1.3703978062 - 1.3687711954 - 1.3687711954 - 0.1006686538 - -0.1668551564 - 0.1006686538 - 0.7061991096 - 0.7061991096 - -1.2178059816 - -1.2178059816 - 2.3720662594 - 2.3720662594 - 2.2206668854 - 2.2206668854 - 2.1948194504 - 2.1763410568 - 2.1948194504 - 2.2206668854 - 2.1948194504 - 2.1763410568 - 0.6435011029 - 0.6435011029 - 2.1763410568 - 2.1763410568 - 2.6344940662 - 2.6344940662 - 1.1071487665 - 1.1071487665 - 1.4601391554 - 1.4601391554 - 0.6528466344 - 0.6528466344 - 0.7378150821 - 0.7378150821 - 0.7266423702 - 0.7266423702 - 1.3389316797 - 1.3389316797 - 2.7069225311 - 2.7069225311 - 1.9853031635 - 0.9420000315 - 1.9853031635 - 0.7165416479 - 0.7165416479 - 0.4160645008 - 0.4105574489 - 0.4160645008 - -2.8540167809 - -2.8540167809 - 0.3978743553 - 0.2782996595 - 0.2782996595 - 3.1415927410 - 3.1082715988 - 3.1415927410 - 3.1246452332 - 3.0435473919 - 2.4429328442 - 2.4429328442 - 3.0672616959 - 3.0672616959 - 3.0385110378 - 3.0555982590 - 3.0385110378 - 3.0385110378 - 3.0555982590 - 3.0555982590 - 3.0555982590 - 3.0555982590 - 3.0555982590 - 3.0540974140 - 3.0555982590 - 1.9995743036 - 1.9995743036 - 3.1415927410 - 3.1415927410 - 2.9838240147 - 2.9838240147 - 2.3884413242 - 2.3884413242 - 2.9495446682 - 2.9495446682 - 2.9340963364 - 2.9340963364 - 2.5393052101 - 2.5393052101 - 2.3996453285 - 2.3996453285 - 2.3774678707 - 2.3784129620 - 2.3784129620 - 2.3996453285 - 2.3784129620 - 2.1763410568 - 2.2206668854 - 2.1948194504 - 2.1763410568 - 2.2206668854 - -0.9420000315 - -0.9420000315 - -0.9129077196 - -0.9129077196 - -0.9420000315 - -0.9129077196 - 2.1559088230 - 2.1559088230 - 0.7621465325 - 0.7621465325 - 0.3717089593 - 0.3717089593 - -3.1071236134 - -3.1071236134 - 3.1082715988 - 3.0435473919 - 3.1082715988 - 3.1249275208 - 0.1500269622 - 0.1500269622 - 3.1249275208 - 3.1082715988 - 3.1249275208 - 2.4917221069 - 2.4917221069 - 2.6183142662 - 2.6183142662 - 2.6011731625 - 2.6011731625 - 2.6183142662 - 2.6011731625 - 2.6590793133 - 2.6590793133 - 3.0385110378 - 3.0555982590 - 3.0385110378 - 3.0385110378 - 3.0555982590 - 3.0555982590 - 3.0193974972 - 3.0193974972 - 2.9653580189 - 2.9546134472 - 2.9653580189 - 2.9479706287 - 2.9479706287 - -0.7328150868 - -0.7328150868 - 2.3774678707 - 2.3996453285 - 2.3774678707 - 2.2035450935 - 2.2197918892 - 2.2035450935 - 3.0244839191 - 3.0244839191 - 3.0244839191 - 3.0244839191 - 0.7551044226 - 0.7551044226 - 0.7266423702 - 0.7266423702 - 0.7551044226 - 0.7266423702 - -2.5127964020 - -2.5127964020 - 0.7631796002 - 0.7631796002 - 0.7853981853 - 0.7853981853 - 0.7372426391 - 0.7372426391 - -2.9314100742 - -2.9314100742 - -2.9314100742 - 1.9416875839 - 1.9416875839 - 1.8925468922 - 1.8925468922 - 1.9416875839 - 1.8925468922 - 0.4257510602 - 0.4257510602 - -2.9441971779 - -2.9441971779 - -2.9927027225 - 0.2310906649 - 0.2310906649 - 0.5880026221 - 0.5880026221 - -3.0024967194 - -3.0024967194 - 2.9414114952 - 2.9414114952 - 2.3731420040 - 2.3731420040 - 0.6540827155 - 0.6540827155 - 3.1415927410 - 3.1415927410 - 2.6057813168 - 2.6057813168 - 3.1082715988 - 3.1082715988 - 3.1082715988 - 3.0570487976 - 3.0570487976 - 3.0570487976 - 3.0083658695 - 3.0083658695 - 2.9546134472 - 2.9546134472 - 2.9653580189 - 0.5569015145 - 0.5569015145 - 2.8198421001 - 2.8198421001 - 1.1220729351 - 1.1220729351 - -3.0158231258 - -3.0158231258 - 2.7468016148 - 2.7468016148 - 3.0657887459 - 3.0657887459 - 2.2278711796 - 2.2278711796 - 3.0419239998 - 3.0419239998 - 3.0309355259 - 3.0309355259 - -0.7086262703 - -0.7086262703 - 2.3561944962 - 2.3561944962 - 2.1924562454 - 2.1924562454 - 2.1939957142 - 2.1939957142 - 0.7003326416 - 0.7003326416 - -2.4668517113 - -2.4668517113 - 0.7727406025 - 0.7727406025 - 1.8157750368 - 1.8157750368 - -2.9927027225 - -2.9441971779 - -2.9927027225 - -2.7999770641 - -2.7999770641 - 0.4746968746 - 0.4746968746 - 0.3347368240 - 0.3347368240 - 2.5702552795 - 2.5702552795 - 3.1082715988 - 3.1082715988 - 3.1082715988 - 3.0584514141 - 3.0907888412 - 3.0907888412 - 3.0584514141 - 3.0738997459 - 3.0555982590 - 3.0738997459 - 3.0584514141 - 3.0738997459 - 3.0555982590 - 3.0570487976 - 3.0570487976 - 3.0570487976 - 3.0570487976 - 3.0385110378 - 3.0555982590 - 3.0385110378 - 3.0570487976 - 3.0570487976 - 3.0385110378 - 3.0555982590 - 3.0367157459 - 3.0367157459 - 3.0570487976 - 3.0385110378 - 3.0555982590 - 3.0367157459 - -0.0512371659 - -0.0512371659 - 2.5816528797 - 2.5816528797 - 2.9504082203 - 2.9504082203 - 0.1154266596 - 0.1154266596 - 0.1297025383 - 2.0988707542 - 2.0988707542 - 2.0899424553 - 2.5748634338 - 2.5748634338 - 2.5620286465 - 1.8255546093 - 1.8255546093 - 2.2769954205 - 2.2769954205 - 2.2206668854 - 2.1763410568 - 2.2206668854 - 2.1981046200 - 2.1981046200 - 2.1614167690 - 2.1614167690 - -2.9663262367 - -2.9663262367 - -2.4668517113 - -2.4668517113 - -2.4805495739 - -2.4805495739 - 0.7668817639 - 0.7668817639 - 0.7086262703 - 0.7086262703 - -3.0584514141 - -3.0584514141 - 0.6783707142 - 0.6783707142 - 0.6588060260 - 0.6588060260 - -2.3961732388 - -2.3961732388 - 0.1973955631 - 0.1973955631 - 0.1759396195 - 0.1759396195 - 3.1211872101 - 3.1211872101 - 3.0907888412 - 3.0907888412 - 3.0899145603 - 3.0899145603 - 3.0907888412 - 3.0899145603 - 3.0916342735 - 3.0750246048 - 3.0750246048 - 3.0899145603 - 3.0916342735 - 3.0750246048 - 3.0907888412 - 3.0907888412 - 3.0907888412 - 3.0584514141 - -0.0570807829 - -0.0570807829 - -0.0554985069 - -0.0277706366 - -0.0277706366 - -0.0570807829 - -0.0270204488 - -0.0554985069 - -0.0277706366 - 3.0555982590 - 3.0385110378 - 3.0555982590 - 3.0555982590 - 3.0555982590 - 3.0555982590 - 3.0555982590 - -2.7069225311 - -2.7069225311 - 0.1297025383 - 0.1154266596 - 0.1297025383 - 2.0899424553 - 2.0988707542 - 2.0899424553 - -0.2617135048 - 2.5620286465 - 2.5748634338 - 2.5620286465 - 2.3561944962 - 2.3561944962 - 2.2197918892 - 2.2197918892 - 2.2035450935 - 2.1789691448 - 2.1789691448 - 2.6981444359 - 2.6981444359 - 2.6879949570 - 1.8304259777 - 1.8304259777 - 0.7758746147 - 0.7758746147 - 0.7524430752 - 0.7524430752 - 0.7069080472 - 0.7069080472 - -2.9314100742 - -2.9314100742 - -2.9314100742 - 2.5337905884 - 2.5337905884 - 2.5127964020 - 2.5127964020 - 2.5337905884 - 2.5127964020 - 0.6556956172 - 0.6556956172 - 0.5619215369 - 0.5619215369 - 0.4002406597 - 0.4002406597 - -2.9859979153 - -2.9859979153 - -3.1077072620 - -3.1077072620 - -3.1082715988 - -3.1082715988 - -3.1082715988 - -3.1077072620 - -3.1082715988 - -3.1082715988 - -3.1077072620 - -3.1077072620 - -3.1082715988 - -3.1082715988 - -3.1077072620 - 3.1082715988 - 3.1082715988 - 3.0907888412 - 3.0916342735 - 3.0899145603 - 3.0916342735 - 3.0750246048 - 3.0907888412 - 3.0907888412 - 3.0907888412 - 3.0907888412 - 3.0907888412 - 3.0584514141 - 3.0555982590 - 3.0584514141 - 3.0738997459 - 3.0555982590 - 1.4010180235 - 1.4010180235 - -3.0419239998 - -3.0419239998 - -0.5880026221 - -0.5880026221 - -3.1054637432 - -3.1054637432 - 0.4570687711 - 0.4570687711 - 2.2093305588 - 2.2093305588 - 2.4037775993 - 2.4037775993 - 2.2455372810 - 2.2455372810 - 2.6879949570 - 2.6981444359 - 2.6879949570 - 0.6823165417 - 0.6823165417 - 0.6772503257 - 0.6772503257 - 0.6823165417 - 0.6772503257 - 0.2914567888 - 0.2914567888 - 0.8215270042 - 0.8215270042 - 0.3109982908 - 0.3109982908 - -3.1082715988 - -3.1077072620 - -3.1082715988 - -3.1082715988 - -3.1077072620 - -3.1246452332 - -3.1077072620 - -3.1077072620 - -3.1243529320 - -3.1246452332 - -3.1243529320 - -3.1246452332 - -3.1243529320 - -3.1243529320 - -3.1246452332 - -3.1243529320 - 3.0907888412 - 3.1082715988 - 3.0907888412 - 3.0702850819 - 3.0702850819 - 0.9978302121 - 0.9978302121 - 3.0570487976 - 3.0570487976 - 3.0570487976 - 3.0570487976 - 3.0570487976 - 3.0385110378 - 3.0555982590 - 3.0570487976 - 3.0570487976 - 3.0570487976 - 3.0570487976 - 3.0385110378 - 2.9865958691 - 2.9865958691 - -2.9173579216 - -2.9173579216 - 2.7771849632 - 2.7771849632 - 2.7682163715 - -2.6571147442 - -2.6571147442 - 2.9400649071 - 2.9400649071 - 2.3561944962 - 2.3561944962 - 2.3503465652 - 2.3503465652 - 2.3561944962 - 2.3503465652 - -0.6747409701 - -0.6747409701 - 0.0124993492 - 0.0124993492 - 2.2142975330 - 2.2142975330 - 0.7406519055 - 0.7406519055 - 1.7561442852 - 1.7561442852 - 1.8417432308 - 1.8417432308 - 1.7894653082 - 1.7894653082 - 1.8417432308 - 1.7894653082 - 1.2986503839 - 1.2986503839 - -3.1243529320 - -3.1077072620 - -3.1243529320 - -3.1246452332 - 3.1246452332 - 3.1246452332 - 3.1203193665 - 3.1203193665 - 0.7853981853 - 0.7853981853 - 3.0738997459 - 3.0738997459 - 3.0570487976 - 3.0570487976 - 3.0570487976 - 3.0570487976 - 3.0570487976 - 3.0555982590 - 3.0555982590 - 3.0584514141 - 3.0570487976 - 3.0570487976 - 3.0570487976 - 3.0555982590 - 3.0555982590 - -0.0270204488 - -0.0270204488 - -0.0554985069 - -0.0277706366 - -0.0554985069 - -0.0570807829 - -0.0270204488 - -0.0554985069 - -0.0277706366 - 2.4016177654 - 2.4016177654 - 1.5877438784 - 1.5877438784 - 2.8767752647 - 2.7682163715 - 2.7771849632 - 2.7682163715 - 2.7149651051 - 2.7149651051 - -0.2617135048 - 2.0899424553 - -0.2617135048 - 2.3455564976 - 2.3455564976 - 2.4558632374 - 2.4558632374 - 2.2848870754 - 2.2848870754 - 3.0045263767 - 3.0045263767 - 0.7501186728 - 0.7501186728 - 0.5464617014 - 0.5464617014 - 0.5539525151 - 0.5613745451 - 0.5224034190 - 0.5224034190 - 0.0000000000 - 0.0000000000 - 0.0114937471 - 0.0352794752 - 0.0352794752 - 3.0750246048 - 3.0750246048 - 3.0741276741 - 3.0741276741 - 3.0671038628 - 3.0671038628 - 3.0570487976 - 3.0738997459 - 3.0570487976 - 3.0570487976 - 3.0570487976 - 3.0570487976 - 3.0570487976 - 3.0555982590 - 3.0555982590 - 3.0555982590 - 3.0570487976 - 3.0570487976 - 3.0570487976 - 3.0555982590 - 3.0555982590 - 3.0419239998 - 3.0555982590 - 3.0555982590 - 3.0584514141 - 3.0419239998 - 3.0273382664 - 3.0273382664 - 2.4864866734 - 2.4864866734 - 0.3217505515 - 0.3217505515 - 3.0664656162 - 3.0664656162 - 2.4329664707 - 2.4329664707 - -0.6659692526 - -0.6659692526 - 2.1662061214 - 2.1662061214 - 2.1664519310 - 2.1664519310 - 2.1662061214 - 2.1664519310 - 2.1870932579 - 2.1870932579 - 0.5539525151 - 0.5464617014 - 0.5539525151 - 0.5613745451 - 2.9229238033 - 2.9229238033 - 0.5937496424 - 0.5937496424 - 0.0000000000 - 0.0000000000 - 2.6779451370 - 2.6779451370 - 0.0114937471 - 0.0000000000 - 0.0114937471 - -0.0227233600 - -0.0227233600 - 0.3080527782 - 0.3080527782 - 0.9600703716 - 0.9600703716 - -2.8966140747 - -2.8966140747 - -3.1246452332 - -3.1082715988 - -3.1246452332 - 2.9479706287 - 2.9479706287 - -3.0916342735 - -3.0916342735 - 2.8767752647 - 1.5877438784 - 2.8767752647 - 3.0466408730 - 3.0466408730 - 2.6415238380 - 2.6415238380 - -0.4444192052 - -0.4444192052 - -0.4266274869 - -0.4266274869 - -0.4444192052 - -0.4266274869 - 2.5647940636 - 2.5647940636 - 2.5647940636 - 2.5647940636 - 2.5647940636 - 2.5647940636 - -2.9579703808 - -2.9579703808 - -2.9718143940 - 2.4023156166 - 2.4023156166 - 3.1067230701 - 3.1067230701 - -0.0748598501 - -0.0748598501 - 2.4270434380 - 2.4270434380 - 2.4141938686 - 0.3217505515 - 0.3217505515 - 0.7610127330 - 0.7610127330 - 0.7913152575 - 0.7913152575 - 2.2565257549 - 2.2565257549 - 1.0545656681 - 1.0545656681 - 1.0460005999 - 1.0460005999 - 0.5987838507 - 0.5987838507 - 0.5613745451 - 0.5464617014 - 0.5539525151 - 0.5613745451 - 0.1702119261 - 0.1702119261 - 2.3281643391 - 2.3281643391 - 0.1177325770 - 0.1177325770 - 0.7321153283 - 0.7321153283 - -0.1025798544 - -0.1025798544 - -2.8753407001 - -2.8753407001 - 1.5707963705 - 1.5707963705 - 1.5195591450 - 1.5195591450 - -2.9718143940 - -2.9579703808 - -2.9718143940 - 2.4141938686 - 2.4270434380 - 2.4141938686 - 2.0533096790 - 2.0533096790 - 2.1910457611 - 2.1910457611 - 0.7676485777 - 0.7676485777 - 1.6977691650 - 1.6977691650 - -0.2606023848 - -0.2606023848 - 0.5510736108 - 0.5510736108 - 0.2741674483 - 0.2741674483 - 0.4883339405 - 0.4883339405 - 0.3129012287 - 0.3129012287 - 2.9029834270 - 2.9029834270 - 2.8998398781 - 2.8869678974 - 2.8998398781 - 2.9029834270 - 2.8998398781 - 2.8869678974 - 2.5032727718 - 2.5032727718 - 2.4827866554 - 2.4668517113 - 2.2577483654 - 2.2577483654 - 2.4468543530 - 2.4468543530 - 2.3748259544 - 2.3748259544 - 2.1987776756 - 2.2011978626 - 2.1987776756 - 0.7140907049 - 0.7140907049 - 0.7049271464 - 0.7049271464 - 2.9599437714 - 2.9599437714 - 1.7524451017 - 1.7524451017 - 2.5727448463 - 2.5727448463 - -0.1260880977 - -0.1260880977 - 2.5727448463 - -0.1260880977 - 0.6528466344 - 0.6528466344 - 0.6254850626 - 0.6254850626 - 0.6528466344 - 0.6254850626 - 0.1106572226 - 0.1106572226 - -3.0672616959 - -3.0672616959 - 2.8869678974 - 2.9029834270 - 2.8998398781 - 2.8869678974 - 3.1415927410 - 3.1415927410 - 2.4827866554 - 2.5032727718 - 2.4827866554 - 2.4668517113 - 0.1463152915 - 0.1463152915 - 2.2011978626 - 2.2011978626 - 2.1987776756 - 0.7188299894 - 0.7188299894 - 2.1692152023 - 2.1692152023 - 1.0267536640 - 1.0267536640 - 1.2178059816 - 1.2178059816 - 0.7126789093 - 0.7126789093 - 0.8512369394 - 0.8512369394 - 0.8505233526 - 2.3982748985 - 2.3982748985 - 2.8937811852 - 2.8937811852 - 2.8908834457 - 2.8908834457 - 2.8937811852 - 2.8908834457 - 0.1403749883 - 0.1526493281 - 0.1403749883 - 2.8484058380 - 2.8484058380 - 2.4110844135 - 2.4110844135 - 2.4058773518 - 2.4058773518 - 2.4110844135 - 2.4058773518 - 2.6188035011 - 2.6188035011 - -0.0212733857 - -0.0212733857 - 0.0000000000 - 2.2785067558 - 2.2785067558 - 0.6468966603 - 0.6468966603 - 1.6373645067 - 1.6373645067 - 2.3987219334 - 2.3987219334 - -3.0543148518 - -3.0676536560 - -3.0543148518 - 2.1634936333 - 2.1657593250 - 2.1634936333 - 1.4288992882 - 1.4288992882 - 2.3855977058 - 2.3855977058 - 1.8295671940 - 1.8295671940 - 1.8018870354 - 1.8018870354 - 1.8295671940 - 1.8018870354 - 0.5349550843 - 0.5349550843 - -0.0949517041 - -0.0949517041 - 0.8505233526 - 0.8512369394 - 0.8505233526 - 0.2530756593 - 0.2530756593 - 0.1526493281 - 0.1526493281 - 0.1403749883 - 0.0000000000 - -0.0212733857 - 0.0000000000 - 2.7532739639 - 2.7532739639 - 0.3037344813 - 0.3037344813 - 2.9123606682 - 2.9123606682 - 2.4668517113 - 2.5032727718 - 2.4827866554 - 2.4668517113 - 2.3666107655 - 2.3666107655 - -3.0676536560 - -3.0676536560 - -3.0543148518 - 1.9549657106 - 1.9549657106 - 2.2794225216 - 2.2794225216 - 2.2794225216 - 2.1984257698 - 2.1984257698 - 2.2794225216 - 2.2794225216 - 2.2794225216 - 2.1657593250 - 2.1657593250 - 2.1634936333 - 2.7149651051 - 2.7149651051 - 0.8621700406 - 0.8621700406 - 0.8224182725 - 0.8224182725 - -3.0648207664 - -3.0648207664 - 3.0835185051 - 3.0835185051 - 3.0761127472 - 3.0761127472 - 0.5844439268 - 0.5844439268 - 2.6971733570 - 2.6971733570 - 2.1293957233 - 2.1293957233 - 2.1201708317 - 0.7102710009 - 0.7102710009 - 0.8224182725 - 0.8224182725 - 2.4805495739 - 2.4805495739 - 2.2142975330 - 2.2142975330 - 2.2008302212 - 2.2008302212 - 2.1870932579 - 2.1870932579 - 2.2008302212 - 2.1870932579 - 2.2197918892 - 2.2197918892 - 0.0493426323 - 0.0493426323 - 0.3279233277 - 0.3279233277 - 1.9731174707 - 1.9731174707 - -0.0996686518 - -0.0996686518 - 2.5864140987 - 2.5864140987 - 2.1201708317 - 2.1293957233 - 2.1201708317 - 2.4668517113 - 2.4668517113 - 2.4526681900 - 2.4526681900 - 2.3239476681 - 2.3239476681 - 2.2278711796 - 2.2278711796 - 1.5815485716 - 1.5815485716 - 0.7669953108 - 0.7669953108 - 0.7732036710 - -0.0934767798 - -0.0934767798 - -0.1206236705 - -0.1206236705 - -0.0934767798 - -0.1206236705 - 1.5127221346 - 1.5127221346 - 0.9038881063 - 0.9038881063 - 2.3036115170 - 2.3036115170 - 2.2024869919 - 2.2024869919 - 0.7732036710 - 0.7669953108 - 0.7732036710 - 0.5979690552 - 0.5979690552 - 0.4432422817 - 0.4432422817 - 0.3253606558 - 0.3253606558 - 1.3108562231 - 1.3108562231 - 2.1112158298 - 2.1112158298 - 1.2990041971 - 1.2990041971 - 1.2838575840 - 1.2838575840 - 1.2990041971 - 1.2838575840 - -3.1067230701 - -3.1067230701 - 3.0481159687 - 3.0481159687 - 2.5269296169 - 2.5269296169 - 3.0890095234 - 3.0890095234 - 3.0875911713 - 3.0875911713 - 3.0890095234 - 3.0875911713 - 0.0624188110 - 0.0624188110 - 2.5930433273 - 2.5930433273 - 2.6779451370 - 2.6671926975 - 2.6779451370 - 2.4116930962 - 2.4116930962 - 2.3984229565 - 2.3839650154 - 2.3702781200 - 2.3984229565 - 2.4116930962 - 2.3984229565 - 2.3839650154 - 2.3702781200 - 0.7483780384 - 0.7483780384 - 0.7395587564 - 0.7395587564 - 0.7483780384 - 0.7395587564 - 2.6071972847 - 2.6071972847 - 0.6682894230 - 0.6682894230 - 0.7315580249 - 0.7315580249 - 1.9726669788 - 1.9726669788 - 0.0996686518 - 0.0996686518 - 0.3376222253 - 0.3376222253 - 0.3470616043 - 0.3564369380 - 0.4423742294 - 0.4423742294 - 0.4773453772 - 0.4773453772 - 2.5299956799 - 2.5299956799 - 2.8295505047 - 2.8295505047 - 2.9698324203 - 2.9698324203 - 3.0060648918 - 3.0060648918 - 2.3839650154 - 2.4116930962 - 2.3984229565 - 2.3839650154 - 2.3702781200 - 2.3702781200 - 2.4116930962 - 2.3984229565 - 2.3839650154 - 2.3702781200 - 0.6947382689 - 0.6947382689 - 0.6514532566 - 0.6514532566 - 2.6451699734 - 2.6451699734 - 0.6435011029 - 0.6435011029 - 0.3470616043 - 0.3376222253 - 0.3470616043 - 0.3564369380 - 0.3274002075 - 0.3274002075 - 0.5358112454 - 0.5358112454 - 0.1566018760 - 0.1566018760 - 0.6747409701 - 0.6747409701 - 0.6848212481 - 1.9772148132 - 1.9772148132 - 2.7017500401 - 2.7017500401 - 2.6872906685 - 2.6872906685 - 2.7828218937 - 2.7828218937 - 1.3164283037 - 1.3164283037 - 2.2103836536 - 2.1932680607 - 2.2103836536 - 2.2045888901 - 2.2024869919 - 2.1967210770 - 2.2024869919 - 2.1932680607 - 2.2103836536 - 2.2045888901 - 2.2024869919 - 2.1967210770 - 1.3045443296 - 1.3045443296 - 0.7086262703 - 0.7086262703 - 0.6986598372 - 0.6986598372 - 0.3217505515 - 0.3217505515 - 0.3564369380 - 0.3376222253 - 0.3470616043 - 0.3564369380 - 0.2153577060 - 0.2153577060 - -0.0370201170 - -0.0370201170 - 1.3945616484 - 1.3945616484 - 2.2706892490 - 2.2706892490 - 0.6848212481 - 0.6747409701 - 0.6848212481 - 2.8450467587 - 2.8450467587 - 3.0671038628 - 3.0671038628 - 2.7233684063 - 2.7233684063 - 1.6475682259 - 1.6475682259 - 2.6671926975 - 2.6671926975 - 2.6779451370 - 1.8585042953 - 1.8585042953 - 2.2045888901 - 2.1932680607 - 2.2103836536 - 2.2045888901 - 2.2024869919 - 2.1967210770 - 2.1967210770 - 2.1932680607 - 2.2103836536 - 2.2045888901 - 2.2024869919 - 2.1967210770 - 2.2694561481 - 2.2694561481 - 1.1638255119 - 1.1638255119 - 0.6963486075 - 0.6963486075 - 0.3890972435 - 0.3890972435 - 2.7027332783 - 2.7027332783 - 0.4844779372 - 0.4844779372 - 0.4801750183 - 0.4759420753 - 0.4801750183 - 0.4844779372 - 0.4801750183 - 0.4759420753 - 0.4759420753 - 0.4844779372 - 0.4801750183 - 0.4759420753 - 0.3990609348 - 0.3990609348 - 2.8256223202 - 2.8256223202 - 2.8256223202 - 2.8256223202 - 2.8256223202 - 2.8256223202 - 3.1109900475 - 3.1109900475 - 1.5707963705 - 1.5707963705 - 2.8480036259 - 2.8480036259 - 2.8480036259 - 2.8480036259 - 2.8480036259 - 2.8480036259 - 0.4514530897 - 0.4514530897 - 2.5930433273 - 2.5930433273 - 2.1932680607 - 2.1932680607 - 2.2103836536 - 2.2045888901 - 2.2024869919 - 2.1967210770 diff --git a/Developer_Contributed/03-HLS_Code_Optimization/files/examples/7_atan2/test_data/vector.dat b/Developer_Contributed/03-HLS_Code_Optimization/files/examples/7_atan2/test_data/vector.dat deleted file mode 100644 index c83a475ca1..0000000000 --- a/Developer_Contributed/03-HLS_Code_Optimization/files/examples/7_atan2/test_data/vector.dat +++ /dev/null @@ -1,4096 +0,0 @@ - -15.0000000000 -14.0000000000 -2.3198242188 -2.3217773438 -2.3217253685 - -15.0000000000 -14.0000000000 -2.3198242188 -2.3217773438 -2.3217253685 - -7.0000000000 34.0000000000 -0.2058105469 -0.2031250000 -0.2030452192 - -7.0000000000 34.0000000000 -0.2058105469 -0.2031250000 -0.2030452192 - -35.0000000000 -42.0000000000 -2.4458007812 -2.4470214844 -2.4468545914 - -35.0000000000 -42.0000000000 -2.4458007812 -2.4470214844 -2.4468545914 - -42.0000000000 -32.0000000000 -2.2192382812 -2.2219238281 -2.2218730450 - -42.0000000000 -32.0000000000 -2.2192382812 -2.2219238281 -2.2218730450 - -84.0000000000 74.0000000000 -0.8522949219 -0.8486328125 -0.8486050367 - -84.0000000000 74.0000000000 -0.8522949219 -0.8486328125 -0.8486050367 - -23.0000000000 -63.0000000000 -2.7880859375 -2.7917480469 -2.7915477753 - -23.0000000000 -63.0000000000 -2.7880859375 -2.7917480469 -2.7915477753 - -71.0000000000 63.0000000000 -0.8439941406 -0.8452148438 -0.8450289369 - -71.0000000000 63.0000000000 -0.8439941406 -0.8452148438 -0.8450289369 - -53.0000000000 35.0000000000 -0.9841308594 -0.9873046875 -0.9871605635 - -53.0000000000 35.0000000000 -0.9841308594 -0.9873046875 -0.9871605635 - 0.0000000000 -9.0000000000 3.1413574219 3.1413574219 3.1415927410 - 0.0000000000 -9.0000000000 3.1413574219 3.1413574219 3.1415927410 - -54.0000000000 -63.0000000000 -2.4306640625 -2.4331054688 -2.4329664707 - -54.0000000000 -63.0000000000 -2.4306640625 -2.4331054688 -2.4329664707 - -53.0000000000 -62.0000000000 -2.4306640625 -2.4343261719 -2.4342961311 - -25.0000000000 -9.0000000000 -1.9160156250 -1.9165039062 -1.9163519144 - -25.0000000000 -9.0000000000 -1.9160156250 -1.9165039062 -1.9163519144 - -77.0000000000 61.0000000000 -0.8991699219 -0.9008789062 -0.9008248448 - -78.0000000000 63.0000000000 -0.8913574219 -0.8916015625 -0.8913825750 - -77.0000000000 61.0000000000 -0.8991699219 -0.9008789062 -0.9008248448 - -77.0000000000 61.0000000000 -0.8991699219 -0.9008789062 -0.9008248448 - -61.0000000000 97.0000000000 -0.5622558594 -0.5615234375 -0.5613745451 - -61.0000000000 97.0000000000 -0.5622558594 -0.5615234375 -0.5613745451 - -3.0000000000 -9.0000000000 -2.8203125000 -2.8200683594 -2.8198421001 - -3.0000000000 -9.0000000000 -2.8203125000 -2.8200683594 -2.8198421001 - -28.0000000000 91.0000000000 -0.2985839844 -0.2985839844 -0.2984989285 - -28.0000000000 91.0000000000 -0.2985839844 -0.2985839844 -0.2984989285 - -22.0000000000 -22.0000000000 -2.3530273438 -2.3562011719 -2.3561944962 - -22.0000000000 -22.0000000000 -2.3530273438 -2.3562011719 -2.3561944962 - -21.0000000000 -22.0000000000 -2.3764648438 -2.3796386719 -2.3794462681 - -18.0000000000 -25.0000000000 -2.5170898438 -2.5175781250 -2.5175695419 - -17.0000000000 -25.0000000000 -2.5478515625 -2.5444335938 -2.5444159508 - -18.0000000000 -25.0000000000 -2.5170898438 -2.5175781250 -2.5175695419 - -22.0000000000 -22.0000000000 -2.3530273438 -2.3562011719 -2.3561944962 - -21.0000000000 -22.0000000000 -2.3764648438 -2.3796386719 -2.3794462681 - -18.0000000000 -25.0000000000 -2.5170898438 -2.5175781250 -2.5175695419 - -17.0000000000 -25.0000000000 -2.5478515625 -2.5444335938 -2.5444159508 - -40.0000000000 22.0000000000 -1.0700683594 -1.0681152344 -1.0679531097 - -42.0000000000 -19.0000000000 -1.9936523438 -1.9958496094 -1.9956285954 - -40.0000000000 22.0000000000 -1.0700683594 -1.0681152344 -1.0679531097 - -36.0000000000 48.0000000000 -0.6403808594 -0.6435546875 -0.6435011029 - -36.0000000000 48.0000000000 -0.6403808594 -0.6435546875 -0.6435011029 - -91.0000000000 -49.0000000000 -2.0639648438 -2.0649414062 -2.0647377968 - -91.0000000000 -49.0000000000 -2.0639648438 -2.0649414062 -2.0647377968 - -10.0000000000 -77.0000000000 -3.0141601562 -3.0124511719 -3.0124454498 - -10.0000000000 -77.0000000000 -3.0141601562 -3.0124511719 -3.0124454498 - -1.0000000000 34.0000000000 -0.0266113281 -0.0295410156 -0.0294032879 - -1.0000000000 34.0000000000 -0.0266113281 -0.0295410156 -0.0294032879 - -31.0000000000 29.0000000000 -0.8215332031 -0.8188476562 -0.8187192082 - -31.0000000000 29.0000000000 -0.8215332031 -0.8188476562 -0.8187192082 - -53.0000000000 -62.0000000000 -2.4306640625 -2.4343261719 -2.4342961311 - -54.0000000000 -63.0000000000 -2.4306640625 -2.4331054688 -2.4329664707 - -53.0000000000 -62.0000000000 -2.4306640625 -2.4343261719 -2.4342961311 - -68.0000000000 7.0000000000 -1.4665527344 -1.4682617188 -1.4682165384 - -68.0000000000 7.0000000000 -1.4665527344 -1.4682617188 -1.4682165384 - -69.0000000000 34.0000000000 -1.1159667969 -1.1130371094 -1.1129627228 - -69.0000000000 34.0000000000 -1.1159667969 -1.1130371094 -1.1129627228 - -64.0000000000 -22.0000000000 -1.9008789062 -1.9020996094 -1.9018924236 - -64.0000000000 -22.0000000000 -1.9008789062 -1.9020996094 -1.9018924236 - -32.0000000000 -80.0000000000 -2.7568359375 -2.7612304688 -2.7610864639 - -32.0000000000 -80.0000000000 -2.7568359375 -2.7612304688 -2.7610864639 - -21.0000000000 -22.0000000000 -2.3764648438 -2.3796386719 -2.3794462681 - -22.0000000000 -22.0000000000 -2.3530273438 -2.3562011719 -2.3561944962 - -21.0000000000 -22.0000000000 -2.3764648438 -2.3796386719 -2.3794462681 - -18.0000000000 -25.0000000000 -2.5170898438 -2.5175781250 -2.5175695419 - -17.0000000000 -25.0000000000 -2.5478515625 -2.5444335938 -2.5444159508 - -17.0000000000 -25.0000000000 -2.5478515625 -2.5444335938 -2.5444159508 - -22.0000000000 -22.0000000000 -2.3530273438 -2.3562011719 -2.3561944962 - -21.0000000000 -22.0000000000 -2.3764648438 -2.3796386719 -2.3794462681 - -18.0000000000 -25.0000000000 -2.5170898438 -2.5175781250 -2.5175695419 - -17.0000000000 -25.0000000000 -2.5478515625 -2.5444335938 -2.5444159508 - -42.0000000000 -19.0000000000 -1.9936523438 -1.9958496094 -1.9956285954 - -42.0000000000 -19.0000000000 -1.9936523438 -1.9958496094 -1.9956285954 - -40.0000000000 22.0000000000 -1.0700683594 -1.0681152344 -1.0679531097 - -87.0000000000 -13.0000000000 -1.7216796875 -1.7192382812 -1.7191241980 - -87.0000000000 -13.0000000000 -1.7216796875 -1.7192382812 -1.7191241980 - -53.0000000000 38.0000000000 -0.9460449219 -0.9489746094 -0.9487643838 - -53.0000000000 38.0000000000 -0.9460449219 -0.9489746094 -0.9487643838 - -97.0000000000 -55.0000000000 -2.0874023438 -2.0866699219 -2.0866055489 - -97.0000000000 -55.0000000000 -2.0874023438 -2.0866699219 -2.0866055489 - -18.0000000000 -8.0000000000 -1.9863281250 -1.9892578125 -1.9890207052 - -18.0000000000 -8.0000000000 -1.9863281250 -1.9892578125 -1.9890207052 - -32.0000000000 -55.0000000000 -2.6171875000 -2.6147460938 -2.6146495342 - -29.0000000000 -54.0000000000 -2.6484375000 -2.6489257812 -2.6487562656 - -32.0000000000 -55.0000000000 -2.6171875000 -2.6147460938 -2.6146495342 - -9.0000000000 -37.0000000000 -2.9047851562 -2.9030761719 -2.9029834270 - -9.0000000000 -37.0000000000 -2.9047851562 -2.9030761719 -2.9029834270 - -34.0000000000 -23.0000000000 -2.1645507812 -2.1657714844 -2.1655557156 - -34.0000000000 -21.0000000000 -2.1259765625 -2.1242675781 -2.1240906715 - -34.0000000000 -23.0000000000 -2.1645507812 -2.1657714844 -2.1655557156 - -10.0000000000 63.0000000000 -0.1584472656 -0.1574707031 -0.1574168801 - -10.0000000000 63.0000000000 -0.1584472656 -0.1574707031 -0.1574168801 - -14.0000000000 -28.0000000000 -2.6791992188 -2.6779785156 -2.6779451370 - -14.0000000000 -28.0000000000 -2.6791992188 -2.6779785156 -2.6779451370 - -25.0000000000 -27.0000000000 -2.3925781250 -2.3947753906 -2.3946371078 - -25.0000000000 -27.0000000000 -2.3925781250 -2.3947753906 -2.3946371078 - -21.0000000000 -75.0000000000 -2.8662109375 -2.8686523438 -2.8685841560 - -21.0000000000 -75.0000000000 -2.8662109375 -2.8686523438 -2.8685841560 - -33.0000000000 -14.0000000000 -1.9707031250 -1.9721679688 -1.9720251560 - -33.0000000000 -14.0000000000 -1.9707031250 -1.9721679688 -1.9720251560 - -79.0000000000 77.0000000000 -0.7976074219 -0.7983398438 -0.7982180119 - -79.0000000000 77.0000000000 -0.7976074219 -0.7983398438 -0.7982180119 - -5.0000000000 10.0000000000 -0.4621582031 -0.4638671875 -0.4636476040 - -5.0000000000 10.0000000000 -0.4621582031 -0.4638671875 -0.4636476040 - 0.0000000000 10.0000000000 0.0000000000 0.0000000000 0.0000000000 - 0.0000000000 10.0000000000 0.0000000000 0.0000000000 0.0000000000 - 2.0000000000 -46.0000000000 3.0996093750 3.0979003906 3.0981419086 - 2.0000000000 -46.0000000000 3.0996093750 3.0979003906 3.0981419086 - -78.0000000000 63.0000000000 -0.8913574219 -0.8916015625 -0.8913825750 - -78.0000000000 63.0000000000 -0.8913574219 -0.8916015625 -0.8913825750 - -77.0000000000 61.0000000000 -0.8991699219 -0.9008789062 -0.9008248448 - -77.0000000000 61.0000000000 -0.8991699219 -0.9008789062 -0.9008248448 - -77.0000000000 61.0000000000 -0.8991699219 -0.9008789062 -0.9008248448 - -78.0000000000 63.0000000000 -0.8913574219 -0.8916015625 -0.8913825750 - -77.0000000000 61.0000000000 -0.8991699219 -0.9008789062 -0.9008248448 - -77.0000000000 61.0000000000 -0.8991699219 -0.9008789062 -0.9008248448 - -93.0000000000 -32.0000000000 -1.9008789062 -1.9023437500 -1.9021929502 - -93.0000000000 -32.0000000000 -1.9008789062 -1.9023437500 -1.9021929502 - -2.0000000000 10.0000000000 -0.1965332031 -0.1975097656 -0.1973955631 - -2.0000000000 10.0000000000 -0.1965332031 -0.1975097656 -0.1973955631 - -49.0000000000 12.0000000000 -1.3264160156 -1.3308105469 -1.3306252956 - -49.0000000000 12.0000000000 -1.3264160156 -1.3308105469 -1.3306252956 - -69.0000000000 17.0000000000 -1.3264160156 -1.3293457031 -1.3292306662 - -69.0000000000 17.0000000000 -1.3264160156 -1.3293457031 -1.3292306662 - -60.0000000000 -79.0000000000 -2.4931640625 -2.4921875000 -2.4920432568 - -60.0000000000 -79.0000000000 -2.4931640625 -2.4921875000 -2.4920432568 - -65.0000000000 -68.0000000000 -2.3764648438 -2.3789062500 -2.3787472248 - -65.0000000000 -68.0000000000 -2.3764648438 -2.3789062500 -2.3787472248 - -26.0000000000 -92.0000000000 -2.8662109375 -2.8662109375 -2.8661665916 - -26.0000000000 -92.0000000000 -2.8662109375 -2.8662109375 -2.8661665916 - -34.0000000000 -21.0000000000 -2.1259765625 -2.1242675781 -2.1240906715 - -34.0000000000 -21.0000000000 -2.1259765625 -2.1242675781 -2.1240906715 - -34.0000000000 -23.0000000000 -2.1645507812 -2.1657714844 -2.1655557156 - -54.0000000000 16.0000000000 -1.2800292969 -1.2829589844 -1.2827409506 - -54.0000000000 16.0000000000 -1.2800292969 -1.2829589844 -1.2827409506 - -8.0000000000 36.0000000000 -0.2209472656 -0.2187500000 -0.2186689526 - -8.0000000000 36.0000000000 -0.2209472656 -0.2187500000 -0.2186689526 - -75.0000000000 -63.0000000000 -2.2666015625 -2.2695312500 -2.2694561481 - -75.0000000000 -63.0000000000 -2.2666015625 -2.2695312500 -2.2694561481 - -68.0000000000 -86.0000000000 -2.4702148438 -2.4726562500 -2.4725496769 - -68.0000000000 -86.0000000000 -2.4702148438 -2.4726562500 -2.4725496769 - -68.0000000000 -85.0000000000 -2.4702148438 -2.4670410156 -2.4668517113 - -68.0000000000 -85.0000000000 -2.4702148438 -2.4670410156 -2.4668517113 - -68.0000000000 -86.0000000000 -2.4702148438 -2.4726562500 -2.4725496769 - -68.0000000000 -85.0000000000 -2.4702148438 -2.4670410156 -2.4668517113 - -68.0000000000 -33.0000000000 -2.0253906250 -2.0227050781 -2.0226101875 - -68.0000000000 -33.0000000000 -2.0253906250 -2.0227050781 -2.0226101875 - -75.0000000000 -37.0000000000 -2.0332031250 -2.0292968750 -2.0290963650 - -75.0000000000 -37.0000000000 -2.0332031250 -2.0292968750 -2.0290963650 - -23.0000000000 -35.0000000000 -2.5629882812 -2.5603027344 -2.5602126122 - -23.0000000000 -35.0000000000 -2.5629882812 -2.5603027344 -2.5602126122 - -20.0000000000 -20.0000000000 -2.3530273438 -2.3562011719 -2.3561944962 - -20.0000000000 -20.0000000000 -2.3530273438 -2.3562011719 -2.3561944962 - -29.0000000000 -54.0000000000 -2.6484375000 -2.6489257812 -2.6487562656 - -29.0000000000 -54.0000000000 -2.6484375000 -2.6489257812 -2.6487562656 - -32.0000000000 -55.0000000000 -2.6171875000 -2.6147460938 -2.6146495342 - -29.0000000000 -39.0000000000 -2.5009765625 -2.5024414062 -2.5022068024 - -29.0000000000 -39.0000000000 -2.5009765625 -2.5024414062 -2.5022068024 - -29.0000000000 -38.0000000000 -2.4931640625 -2.4897460938 -2.4897236824 - -29.0000000000 -38.0000000000 -2.4931640625 -2.4897460938 -2.4897236824 - -29.0000000000 -39.0000000000 -2.5009765625 -2.5024414062 -2.5022068024 - -29.0000000000 -38.0000000000 -2.4931640625 -2.4897460938 -2.4897236824 - -98.0000000000 -31.0000000000 -1.8769531250 -1.8771972656 -1.8771635294 - -98.0000000000 -31.0000000000 -1.8769531250 -1.8771972656 -1.8771635294 - -97.0000000000 -31.0000000000 -1.8769531250 -1.8801269531 -1.8801251650 - -97.0000000000 -31.0000000000 -1.8769531250 -1.8801269531 -1.8801251650 - -12.0000000000 -99.0000000000 -3.0219726562 -3.0209960938 -3.0209691525 - -33.0000000000 -42.0000000000 -2.4775390625 -2.4758300781 -2.4756236076 - -33.0000000000 -42.0000000000 -2.4775390625 -2.4758300781 -2.4756236076 - -30.0000000000 -20.0000000000 -2.1572265625 -2.1589355469 -2.1587989330 - -30.0000000000 -20.0000000000 -2.1572265625 -2.1589355469 -2.1587989330 - -40.0000000000 -74.0000000000 -2.6484375000 -2.6462402344 -2.6460411549 - -40.0000000000 -74.0000000000 -2.6484375000 -2.6462402344 -2.6460411549 - -72.0000000000 73.0000000000 -0.7800292969 -0.7785644531 -0.7785017490 - -72.0000000000 73.0000000000 -0.7800292969 -0.7785644531 -0.7785017490 - 4.0000000000 27.0000000000 0.1506347656 0.1469726562 0.1470783502 - 4.0000000000 27.0000000000 0.1506347656 0.1469726562 0.1470783502 - -13.0000000000 24.0000000000 -0.4929199219 -0.4965820312 -0.4964227676 - -13.0000000000 24.0000000000 -0.4929199219 -0.4965820312 -0.4964227676 - -59.0000000000 56.0000000000 -0.8127441406 -0.8115234375 -0.8114792705 - -59.0000000000 56.0000000000 -0.8127441406 -0.8115234375 -0.8114792705 - -55.0000000000 -2.0000000000 -1.6054687500 -1.6071777344 -1.6071439981 - -55.0000000000 -2.0000000000 -1.6054687500 -1.6071777344 -1.6071439981 - -54.0000000000 -2.0000000000 -1.6054687500 -1.6079101562 -1.6078164577 - -60.0000000000 81.0000000000 -0.6403808594 -0.6376953125 -0.6375488043 - -60.0000000000 81.0000000000 -0.6403808594 -0.6376953125 -0.6375488043 - -20.0000000000 -18.0000000000 -2.3046875000 -2.3037109375 -2.3036115170 - -20.0000000000 -18.0000000000 -2.3046875000 -2.3037109375 -2.3036115170 - -15.0000000000 -43.0000000000 -2.8037109375 -2.8061523438 -2.8059542179 - -15.0000000000 -43.0000000000 -2.8037109375 -2.8061523438 -2.8059542179 - -33.0000000000 57.0000000000 -0.5241699219 -0.5249023438 -0.5247957706 - -33.0000000000 57.0000000000 -0.5241699219 -0.5249023438 -0.5247957706 - 2.0000000000 -16.0000000000 3.0141601562 3.0170898438 3.0172376633 - 2.0000000000 -16.0000000000 3.0141601562 3.0170898438 3.0172376633 - -8.0000000000 -80.0000000000 -3.0449218750 -3.0419921875 -3.0419239998 - -8.0000000000 -80.0000000000 -3.0449218750 -3.0419921875 -3.0419239998 - -8.0000000000 -79.0000000000 -3.0375976562 -3.0407714844 -3.0406708717 - -8.0000000000 -78.0000000000 -3.0375976562 -3.0395507812 -3.0393860340 - -8.0000000000 -79.0000000000 -3.0375976562 -3.0407714844 -3.0406708717 - -8.0000000000 -80.0000000000 -3.0449218750 -3.0419921875 -3.0419239998 - -8.0000000000 -79.0000000000 -3.0375976562 -3.0407714844 -3.0406708717 - -8.0000000000 -78.0000000000 -3.0375976562 -3.0395507812 -3.0393860340 - -8.0000000000 -78.0000000000 -3.0375976562 -3.0395507812 -3.0393860340 - -8.0000000000 -80.0000000000 -3.0449218750 -3.0419921875 -3.0419239998 - -8.0000000000 -79.0000000000 -3.0375976562 -3.0407714844 -3.0406708717 - -8.0000000000 -78.0000000000 -3.0375976562 -3.0395507812 -3.0393860340 - -6.0000000000 -60.0000000000 -3.0449218750 -3.0419921875 -3.0419239998 - -6.0000000000 -60.0000000000 -3.0449218750 -3.0419921875 -3.0419239998 - -44.0000000000 -55.0000000000 -2.4702148438 -2.4670410156 -2.4668517113 - -44.0000000000 -55.0000000000 -2.4702148438 -2.4670410156 -2.4668517113 - -49.0000000000 -64.0000000000 -2.4858398438 -2.4882812500 -2.4881663322 - -49.0000000000 -64.0000000000 -2.4858398438 -2.4882812500 -2.4881663322 - -97.0000000000 -31.0000000000 -1.8769531250 -1.8801269531 -1.8801251650 - -98.0000000000 -31.0000000000 -1.8769531250 -1.8771972656 -1.8771635294 - -97.0000000000 -31.0000000000 -1.8769531250 -1.8801269531 -1.8801251650 - -97.0000000000 -31.0000000000 -1.8769531250 -1.8801269531 -1.8801251650 - -12.0000000000 -99.0000000000 -3.0219726562 -3.0209960938 -3.0209691525 - -97.0000000000 -31.0000000000 -1.8769531250 -1.8801269531 -1.8801251650 - -98.0000000000 -31.0000000000 -1.8769531250 -1.8771972656 -1.8771635294 - -97.0000000000 -31.0000000000 -1.8769531250 -1.8801269531 -1.8801251650 - -97.0000000000 -31.0000000000 -1.8769531250 -1.8801269531 -1.8801251650 - -12.0000000000 -99.0000000000 -3.0219726562 -3.0209960938 -3.0209691525 - -12.0000000000 -99.0000000000 -3.0219726562 -3.0209960938 -3.0209691525 - -98.0000000000 -31.0000000000 -1.8769531250 -1.8771972656 -1.8771635294 - -97.0000000000 -31.0000000000 -1.8769531250 -1.8801269531 -1.8801251650 - -97.0000000000 -31.0000000000 -1.8769531250 -1.8801269531 -1.8801251650 - -12.0000000000 -99.0000000000 -3.0219726562 -3.0209960938 -3.0209691525 - -9.0000000000 -12.0000000000 -2.5009765625 -2.4982910156 -2.4980916977 - -9.0000000000 -12.0000000000 -2.5009765625 -2.4982910156 -2.4980916977 - 3.0000000000 -93.0000000000 3.1069335938 3.1091308594 3.1093459129 - 3.0000000000 -93.0000000000 3.1069335938 3.1091308594 3.1093459129 - -48.0000000000 60.0000000000 -0.6711425781 -0.6748046875 -0.6747409701 - -48.0000000000 60.0000000000 -0.6711425781 -0.6748046875 -0.6747409701 - -12.0000000000 22.0000000000 -0.5002441406 -0.4995117188 -0.4993467331 - -12.0000000000 22.0000000000 -0.5002441406 -0.4995117188 -0.4993467331 - -18.0000000000 -24.0000000000 -2.5009765625 -2.4982910156 -2.4980916977 - -18.0000000000 -24.0000000000 -2.5009765625 -2.4982910156 -2.4980916977 - -80.0000000000 -63.0000000000 -2.2348632812 -2.2380371094 -2.2378687859 - -80.0000000000 -63.0000000000 -2.2348632812 -2.2380371094 -2.2378687859 - -54.0000000000 -2.0000000000 -1.6054687500 -1.6079101562 -1.6078164577 - -55.0000000000 -2.0000000000 -1.6054687500 -1.6071777344 -1.6071439981 - -54.0000000000 -2.0000000000 -1.6054687500 -1.6079101562 -1.6078164577 - -47.0000000000 -84.0000000000 -2.6323242188 -2.6315917969 -2.6314668655 - -47.0000000000 -84.0000000000 -2.6323242188 -2.6315917969 -2.6314668655 - -25.0000000000 -29.0000000000 -2.4306640625 -2.4301757812 -2.4301335812 - -25.0000000000 -29.0000000000 -2.4306640625 -2.4301757812 -2.4301335812 - -34.0000000000 -4.0000000000 -1.6904296875 -1.6879882812 -1.6879050732 - -34.0000000000 -4.0000000000 -1.6904296875 -1.6879882812 -1.6879050732 - -25.0000000000 26.0000000000 -0.7648925781 -0.7658691406 -0.7657928467 - -25.0000000000 26.0000000000 -0.7648925781 -0.7658691406 -0.7657928467 - -90.0000000000 -22.0000000000 -1.8076171875 -1.8105468750 -1.8105394840 - -90.0000000000 -22.0000000000 -1.8076171875 -1.8105468750 -1.8105394840 - -39.0000000000 16.0000000000 -1.1784667969 -1.1816406250 -1.1814796925 - -39.0000000000 16.0000000000 -1.1784667969 -1.1816406250 -1.1814796925 - 3.0000000000 28.0000000000 0.1037597656 0.1066894531 0.1067356691 - 3.0000000000 28.0000000000 0.1037597656 0.1066894531 0.1067356691 - -36.0000000000 3.0000000000 -1.4890136719 -1.4877929688 -1.4876551628 - -36.0000000000 3.0000000000 -1.4890136719 -1.4877929688 -1.4876551628 - -36.0000000000 4.0000000000 -1.4582519531 -1.4602050781 -1.4601391554 - -36.0000000000 4.0000000000 -1.4582519531 -1.4602050781 -1.4601391554 - -36.0000000000 3.0000000000 -1.4890136719 -1.4877929688 -1.4876551628 - -36.0000000000 4.0000000000 -1.4582519531 -1.4602050781 -1.4601391554 - -31.0000000000 -43.0000000000 -2.5170898438 -2.5170898438 -2.5169572830 - -31.0000000000 -43.0000000000 -2.5170898438 -2.5170898438 -2.5169572830 - -17.0000000000 34.0000000000 -0.4621582031 -0.4638671875 -0.4636476040 - -17.0000000000 34.0000000000 -0.4621582031 -0.4638671875 -0.4636476040 - -1.0000000000 -16.0000000000 -3.0761718750 -3.0793457031 -3.0791740417 - -1.0000000000 -16.0000000000 -3.0761718750 -3.0793457031 -3.0791740417 - -59.0000000000 -9.0000000000 -1.7216796875 -1.7224121094 -1.7221717834 - -59.0000000000 -9.0000000000 -1.7216796875 -1.7224121094 -1.7221717834 - -4.0000000000 -13.0000000000 -2.8427734375 -2.8432617188 -2.8430938721 - -4.0000000000 -13.0000000000 -2.8427734375 -2.8432617188 -2.8430938721 - -23.0000000000 -31.0000000000 -2.5009765625 -2.5034179688 -2.5032730103 - -23.0000000000 -31.0000000000 -2.5009765625 -2.5034179688 -2.5032730103 - -22.0000000000 -30.0000000000 -2.5083007812 -2.5090332031 -2.5088438988 - -61.0000000000 -39.0000000000 -2.1420898438 -2.1396484375 -2.1396441460 - -61.0000000000 -39.0000000000 -2.1420898438 -2.1396484375 -2.1396441460 - -3.0000000000 -9.0000000000 -2.8203125000 -2.8200683594 -2.8198421001 - -3.0000000000 -9.0000000000 -2.8203125000 -2.8200683594 -2.8198421001 - -29.0000000000 -99.0000000000 -2.8583984375 -2.8566894531 -2.8566353321 - -29.0000000000 -99.0000000000 -2.8583984375 -2.8566894531 -2.8566353321 - -3.0000000000 12.0000000000 -0.2438964844 -0.2451171875 -0.2449786663 - -3.0000000000 12.0000000000 -0.2438964844 -0.2451171875 -0.2449786663 - -4.0000000000 15.0000000000 -0.2590332031 -0.2607421875 -0.2606023848 - -4.0000000000 15.0000000000 -0.2590332031 -0.2607421875 -0.2606023848 - 5.0000000000 10.0000000000 0.4621582031 0.4636230469 0.4636476040 - 5.0000000000 10.0000000000 0.4621582031 0.4636230469 0.4636476040 - -72.0000000000 -52.0000000000 -2.1953125000 -2.1962890625 -2.1962814331 - -72.0000000000 -52.0000000000 -2.1953125000 -2.1962890625 -2.1962814331 - -71.0000000000 -52.0000000000 -2.2041015625 -2.2031250000 -2.2029342651 - -72.0000000000 46.0000000000 -0.9992675781 -1.0024414062 -1.0022718906 - -72.0000000000 46.0000000000 -0.9992675781 -1.0024414062 -1.0022718906 - -18.0000000000 -9.0000000000 -2.0332031250 -2.0346679688 -2.0344438553 - -18.0000000000 -9.0000000000 -2.0332031250 -2.0346679688 -2.0344438553 - -28.0000000000 10.0000000000 -1.2253417969 -1.2277832031 -1.2277724743 - -28.0000000000 10.0000000000 -1.2253417969 -1.2277832031 -1.2277724743 - 7.0000000000 -28.0000000000 2.8974609375 2.8964843750 2.8966140747 - 7.0000000000 -28.0000000000 2.8974609375 2.8964843750 2.8966140747 - -20.0000000000 73.0000000000 -0.2678222656 -0.2675781250 -0.2674107850 - -20.0000000000 73.0000000000 -0.2678222656 -0.2675781250 -0.2674107850 - -3.0000000000 -12.0000000000 -2.8974609375 -2.8967285156 -2.8966140747 - -3.0000000000 -12.0000000000 -2.8974609375 -2.8967285156 -2.8966140747 - -6.0000000000 -14.0000000000 -2.7343750000 -2.7368164062 -2.7367010117 - -6.0000000000 -14.0000000000 -2.7343750000 -2.7368164062 -2.7367010117 - -22.0000000000 -30.0000000000 -2.5083007812 -2.5090332031 -2.5088438988 - -23.0000000000 -31.0000000000 -2.5009765625 -2.5034179688 -2.5032730103 - -22.0000000000 -30.0000000000 -2.5083007812 -2.5090332031 -2.5088438988 - -21.0000000000 -29.0000000000 -2.5170898438 -2.5148925781 -2.5148499012 - -52.0000000000 36.0000000000 -0.9611816406 -0.9653320312 -0.9652516842 - -51.0000000000 35.0000000000 -0.9685058594 -0.9694824219 -0.9693416357 - -52.0000000000 36.0000000000 -0.9611816406 -0.9653320312 -0.9652516842 - -19.0000000000 -1.0000000000 -1.6210937500 -1.6235351562 -1.6233794689 - -19.0000000000 -1.0000000000 -1.6210937500 -1.6235351562 -1.6233794689 - 3.0000000000 51.0000000000 0.0573730469 0.0585937500 0.0587558225 - 3.0000000000 51.0000000000 0.0573730469 0.0585937500 0.0587558225 - -42.0000000000 -26.0000000000 -2.1259765625 -2.1252441406 -2.1251039505 - -71.0000000000 -52.0000000000 -2.2041015625 -2.2031250000 -2.2029342651 - -72.0000000000 -52.0000000000 -2.1953125000 -2.1962890625 -2.1962814331 - -71.0000000000 -52.0000000000 -2.2041015625 -2.2031250000 -2.2029342651 - -42.0000000000 -26.0000000000 -2.1259765625 -2.1252441406 -2.1251039505 - 3.0000000000 51.0000000000 0.0573730469 0.0585937500 0.0587558225 - -42.0000000000 -26.0000000000 -2.1259765625 -2.1252441406 -2.1251039505 - -41.0000000000 -26.0000000000 -2.1333007812 -2.1359863281 -2.1359457970 - 3.0000000000 13.0000000000 0.2282714844 0.2265625000 0.2267988473 - 3.0000000000 13.0000000000 0.2282714844 0.2265625000 0.2267988473 - -14.0000000000 -21.0000000000 -2.5551757812 -2.5537109375 -2.5535900593 - -14.0000000000 -21.0000000000 -2.5551757812 -2.5537109375 -2.5535900593 - -69.0000000000 20.0000000000 -1.2873535156 -1.2888183594 -1.2886726856 - -69.0000000000 20.0000000000 -1.2873535156 -1.2888183594 -1.2886726856 - -42.0000000000 16.0000000000 -1.2097167969 -1.2070312500 -1.2068173885 - -42.0000000000 16.0000000000 -1.2097167969 -1.2070312500 -1.2068173885 - -12.0000000000 57.0000000000 -0.2058105469 -0.2075195312 -0.2074962258 - -12.0000000000 57.0000000000 -0.2058105469 -0.2075195312 -0.2074962258 - -5.0000000000 -13.0000000000 -2.7729492188 -2.7746582031 -2.7744188309 - -5.0000000000 -13.0000000000 -2.7729492188 -2.7746582031 -2.7744188309 - -21.0000000000 -29.0000000000 -2.5170898438 -2.5148925781 -2.5148499012 - -22.0000000000 -30.0000000000 -2.5083007812 -2.5090332031 -2.5088438988 - -21.0000000000 -29.0000000000 -2.5170898438 -2.5148925781 -2.5148499012 - -25.0000000000 77.0000000000 -0.3137207031 -0.3139648438 -0.3139382005 - -25.0000000000 77.0000000000 -0.3137207031 -0.3139648438 -0.3139382005 - -51.0000000000 35.0000000000 -0.9685058594 -0.9694824219 -0.9693416357 - -51.0000000000 35.0000000000 -0.9685058594 -0.9694824219 -0.9693416357 - -52.0000000000 36.0000000000 -0.9611816406 -0.9653320312 -0.9652516842 - -52.0000000000 37.0000000000 -0.9533691406 -0.9523925781 -0.9523683786 - -45.0000000000 -59.0000000000 -2.4931640625 -2.4902343750 -2.4900054932 - -45.0000000000 -59.0000000000 -2.4931640625 -2.4902343750 -2.4900054932 - -67.0000000000 30.0000000000 -1.1477050781 -1.1499023438 -1.1498057842 - -67.0000000000 30.0000000000 -1.1477050781 -1.1499023438 -1.1498057842 - -20.0000000000 14.0000000000 -0.9611816406 -0.9602050781 -0.9600704312 - -20.0000000000 14.0000000000 -0.9611816406 -0.9602050781 -0.9600704312 - -14.0000000000 -70.0000000000 -2.9448242188 -2.9443359375 -2.9441971779 - -14.0000000000 -70.0000000000 -2.9448242188 -2.9443359375 -2.9441971779 - -74.0000000000 -57.0000000000 -2.2265625000 -2.2272949219 -2.2271447182 - -74.0000000000 -57.0000000000 -2.2265625000 -2.2272949219 -2.2271447182 - -91.0000000000 -16.0000000000 -1.7451171875 -1.7448730469 -1.7448415756 - -91.0000000000 -16.0000000000 -1.7451171875 -1.7448730469 -1.7448415756 - -87.0000000000 -10.0000000000 -1.6831054688 -1.6853027344 -1.6852366924 - -87.0000000000 -10.0000000000 -1.6831054688 -1.6853027344 -1.6852366924 - -41.0000000000 -26.0000000000 -2.1333007812 -2.1359863281 -2.1359457970 - -42.0000000000 -26.0000000000 -2.1259765625 -2.1252441406 -2.1251039505 - -41.0000000000 -26.0000000000 -2.1333007812 -2.1359863281 -2.1359457970 - -13.0000000000 -53.0000000000 -2.8974609375 -2.9011230469 -2.9010584354 - -13.0000000000 -53.0000000000 -2.8974609375 -2.9011230469 -2.9010584354 - -1.0000000000 59.0000000000 -0.0192871094 -0.0170898438 -0.0169475302 - -1.0000000000 59.0000000000 -0.0192871094 -0.0170898438 -0.0169475302 - -18.0000000000 17.0000000000 -0.8127441406 -0.8139648438 -0.8139618635 - -18.0000000000 17.0000000000 -0.8127441406 -0.8139648438 -0.8139618635 - 1.0000000000 25.0000000000 0.0417480469 0.0397949219 0.0399786867 - -86.0000000000 28.0000000000 -1.2565917969 -1.2561035156 -1.2560386658 - -86.0000000000 28.0000000000 -1.2565917969 -1.2561035156 -1.2560386658 - -95.0000000000 38.0000000000 -1.1857910156 -1.1904296875 -1.1902899742 - -95.0000000000 38.0000000000 -1.1857910156 -1.1904296875 -1.1902899742 - -39.0000000000 -16.0000000000 -1.9628906250 -1.9602050781 -1.9601130486 - -39.0000000000 -16.0000000000 -1.9628906250 -1.9602050781 -1.9601130486 - -40.0000000000 24.0000000000 -1.0305175781 -1.0305175781 -1.0303769112 - -40.0000000000 24.0000000000 -1.0305175781 -1.0305175781 -1.0303769112 - -1.0000000000 -9.0000000000 -3.0292968750 -3.0310058594 -3.0309355259 - -1.0000000000 -9.0000000000 -3.0292968750 -3.0310058594 -3.0309355259 - -4.0000000000 -12.0000000000 -2.8203125000 -2.8200683594 -2.8198421001 - -4.0000000000 -12.0000000000 -2.8203125000 -2.8200683594 -2.8198421001 - -20.0000000000 -28.0000000000 -2.5244140625 -2.5214843750 -2.5213432312 - -20.0000000000 -28.0000000000 -2.5244140625 -2.5214843750 -2.5213432312 - -7.0000000000 -68.0000000000 -3.0375976562 -3.0390625000 -3.0390129089 - -7.0000000000 -68.0000000000 -3.0375976562 -3.0390625000 -3.0390129089 - -58.0000000000 66.0000000000 -0.7180175781 -0.7211914062 -0.7209713459 - -57.0000000000 65.0000000000 -0.7180175781 -0.7199707031 -0.7199181318 - -58.0000000000 66.0000000000 -0.7180175781 -0.7211914062 -0.7209713459 - -13.0000000000 -97.0000000000 -3.0068359375 -3.0085449219 -3.0083661079 - -13.0000000000 -97.0000000000 -3.0068359375 -3.0085449219 -3.0083661079 - -14.0000000000 -7.0000000000 -2.0332031250 -2.0346679688 -2.0344438553 - -14.0000000000 -7.0000000000 -2.0332031250 -2.0346679688 -2.0344438553 - -43.0000000000 28.0000000000 -0.9919433594 -0.9936523438 -0.9936041832 - -43.0000000000 28.0000000000 -0.9919433594 -0.9936523438 -0.9936041832 - -17.0000000000 -35.0000000000 -2.6870117188 -2.6894531250 -2.6894388199 - -17.0000000000 -35.0000000000 -2.6870117188 -2.6894531250 -2.6894388199 - -19.0000000000 -40.0000000000 -2.6943359375 -2.6982421875 -2.6981444359 - -19.0000000000 -40.0000000000 -2.6943359375 -2.6982421875 -2.6981444359 - -1.0000000000 51.0000000000 -0.0192871094 -0.0197753906 -0.0196053311 - -1.0000000000 51.0000000000 -0.0192871094 -0.0197753906 -0.0196053311 - 0.0000000000 82.0000000000 0.0000000000 0.0000000000 0.0000000000 - 0.0000000000 82.0000000000 0.0000000000 0.0000000000 0.0000000000 - 1.0000000000 81.0000000000 0.0104980469 0.0122070312 0.0123450514 - 1.0000000000 81.0000000000 0.0104980469 0.0122070312 0.0123450514 - -40.0000000000 49.0000000000 -0.6862792969 -0.6848144531 -0.6846171618 - -40.0000000000 49.0000000000 -0.6862792969 -0.6848144531 -0.6846171618 - -74.0000000000 97.0000000000 -0.6481933594 -0.6518554688 -0.6516976357 - -74.0000000000 97.0000000000 -0.6481933594 -0.6518554688 -0.6516976357 - -1.0000000000 98.0000000000 -0.0104980469 -0.0102539062 -0.0102037275 - -1.0000000000 98.0000000000 -0.0104980469 -0.0102539062 -0.0102037275 - -3.0000000000 -11.0000000000 -2.8735351562 -2.8754882812 -2.8753407001 - -3.0000000000 -11.0000000000 -2.8735351562 -2.8754882812 -2.8753407001 - -74.0000000000 -4.0000000000 -1.6284179688 -1.6250000000 -1.6247978210 - -74.0000000000 -4.0000000000 -1.6284179688 -1.6250000000 -1.6247978210 - -68.0000000000 -6.0000000000 -1.6596679688 -1.6589355469 -1.6588037014 - -68.0000000000 -6.0000000000 -1.6596679688 -1.6589355469 -1.6588037014 - -57.0000000000 65.0000000000 -0.7180175781 -0.7199707031 -0.7199181318 - -57.0000000000 65.0000000000 -0.7180175781 -0.7199707031 -0.7199181318 - -58.0000000000 66.0000000000 -0.7180175781 -0.7211914062 -0.7209713459 - -55.0000000000 -3.0000000000 -1.6284179688 -1.6254882812 -1.6252877712 - -55.0000000000 -3.0000000000 -1.6284179688 -1.6254882812 -1.6252877712 - -37.0000000000 42.0000000000 -0.7180175781 -0.7224121094 -0.7221913338 - -37.0000000000 42.0000000000 -0.7180175781 -0.7224121094 -0.7221913338 - -83.0000000000 -54.0000000000 -2.1494140625 -2.1477050781 -2.1475949287 - -83.0000000000 -54.0000000000 -2.1494140625 -2.1477050781 -2.1475949287 - -17.0000000000 11.0000000000 -0.9919433594 -0.9965820312 -0.9964915514 - -17.0000000000 11.0000000000 -0.9919433594 -0.9965820312 -0.9964915514 - -68.0000000000 -48.0000000000 -2.1879882812 -2.1855468750 -2.1854593754 - -68.0000000000 -48.0000000000 -2.1879882812 -2.1855468750 -2.1854593754 - -5.0000000000 -66.0000000000 -3.0688476562 -3.0661621094 -3.0659794807 - -5.0000000000 -66.0000000000 -3.0688476562 -3.0661621094 -3.0659794807 - -64.0000000000 7.0000000000 -1.4582519531 -1.4619140625 -1.4618544579 - -64.0000000000 7.0000000000 -1.4582519531 -1.4619140625 -1.4618544579 - -87.0000000000 100.0000000000 -0.7180175781 -0.7160644531 -0.7159911394 - -87.0000000000 100.0000000000 -0.7180175781 -0.7160644531 -0.7159911394 - 1.0000000000 25.0000000000 0.0417480469 0.0397949219 0.0399786867 - -18.0000000000 17.0000000000 -0.8127441406 -0.8139648438 -0.8139618635 - 1.0000000000 25.0000000000 0.0417480469 0.0397949219 0.0399786867 - -7.0000000000 50.0000000000 -0.1433105469 -0.1391601562 -0.1390959471 - -7.0000000000 50.0000000000 -0.1433105469 -0.1391601562 -0.1390959471 - -66.0000000000 95.0000000000 -0.6091308594 -0.6074218750 -0.6071848869 - -66.0000000000 95.0000000000 -0.6091308594 -0.6074218750 -0.6071848869 - -66.0000000000 96.0000000000 -0.6018066406 -0.6022949219 -0.6022873521 - -66.0000000000 96.0000000000 -0.6018066406 -0.6022949219 -0.6022873521 - -66.0000000000 95.0000000000 -0.6091308594 -0.6074218750 -0.6071848869 - -66.0000000000 96.0000000000 -0.6018066406 -0.6022949219 -0.6022873521 - -56.0000000000 97.0000000000 -0.5241699219 -0.5236816406 -0.5235757828 - -56.0000000000 97.0000000000 -0.5241699219 -0.5236816406 -0.5235757828 - 0.0000000000 15.0000000000 0.0000000000 0.0000000000 0.0000000000 - 0.0000000000 15.0000000000 0.0000000000 0.0000000000 0.0000000000 - -8.0000000000 56.0000000000 -0.1433105469 -0.1420898438 -0.1418970525 - -8.0000000000 56.0000000000 -0.1433105469 -0.1420898438 -0.1418970525 - 9.0000000000 52.0000000000 0.1740722656 0.1711425781 0.1713791192 - 9.0000000000 52.0000000000 0.1740722656 0.1711425781 0.1713791192 - -2.0000000000 -10.0000000000 -2.9448242188 -2.9443359375 -2.9441971779 - -2.0000000000 -10.0000000000 -2.9448242188 -2.9443359375 -2.9441971779 - -52.0000000000 37.0000000000 -0.9533691406 -0.9523925781 -0.9523683786 - -51.0000000000 35.0000000000 -0.9685058594 -0.9694824219 -0.9693416357 - -51.0000000000 36.0000000000 -0.9533691406 -0.9562988281 -0.9561334252 - -52.0000000000 37.0000000000 -0.9533691406 -0.9523925781 -0.9523683786 - -54.0000000000 -26.0000000000 -2.0180664062 -2.0195312500 -2.0195198059 - -54.0000000000 -26.0000000000 -2.0180664062 -2.0195312500 -2.0195198059 - -15.0000000000 -43.0000000000 -2.8037109375 -2.8061523438 -2.8059542179 - -15.0000000000 -43.0000000000 -2.8037109375 -2.8061523438 -2.8059542179 - -65.0000000000 -58.0000000000 -2.2973632812 -2.2995605469 -2.2993452549 - -65.0000000000 -58.0000000000 -2.2973632812 -2.2995605469 -2.2993452549 - -49.0000000000 -74.0000000000 -2.5551757812 -2.5568847656 -2.5567150116 - -50.0000000000 -73.0000000000 -2.5395507812 -2.5412597656 -2.5410516262 - 4.0000000000 -50.0000000000 3.0600585938 3.0615234375 3.0617628098 - 4.0000000000 -50.0000000000 3.0600585938 3.0615234375 3.0617628098 - -67.0000000000 -34.0000000000 -2.0405273438 -2.0405273438 -2.0403962135 - -67.0000000000 -34.0000000000 -2.0405273438 -2.0405273438 -2.0403962135 - -51.0000000000 -11.0000000000 -1.7841796875 -1.7834472656 -1.7832283974 - -51.0000000000 -11.0000000000 -1.7841796875 -1.7834472656 -1.7832283974 - -22.0000000000 10.0000000000 -1.1477050781 -1.1442871094 -1.1441688538 - -22.0000000000 10.0000000000 -1.1477050781 -1.1442871094 -1.1441688538 - 11.0000000000 -24.0000000000 2.7109375000 2.7116699219 2.7118303776 - 11.0000000000 -24.0000000000 2.7109375000 2.7116699219 2.7118303776 - -1.0000000000 -9.0000000000 -3.0292968750 -3.0310058594 -3.0309355259 - -1.0000000000 -9.0000000000 -3.0292968750 -3.0310058594 -3.0309355259 - -56.0000000000 -23.0000000000 -1.9628906250 -1.9606933594 -1.9605050087 - -56.0000000000 -23.0000000000 -1.9628906250 -1.9606933594 -1.9605050087 - -6.0000000000 -82.0000000000 -3.0688476562 -3.0686035156 -3.0685522556 - -6.0000000000 -82.0000000000 -3.0688476562 -3.0686035156 -3.0685522556 - -11.0000000000 -20.0000000000 -2.6411132812 -2.6389160156 -2.6387495995 - -11.0000000000 -20.0000000000 -2.6411132812 -2.6389160156 -2.6387495995 - 7.0000000000 13.0000000000 0.4929199219 0.4938964844 0.4939413667 - 7.0000000000 13.0000000000 0.4929199219 0.4938964844 0.4939413667 - 7.0000000000 14.0000000000 0.4621582031 0.4636230469 0.4636476040 - 7.0000000000 14.0000000000 0.4621582031 0.4636230469 0.4636476040 - -97.0000000000 95.0000000000 -0.7976074219 -0.7958984375 -0.7958145142 - -97.0000000000 95.0000000000 -0.7976074219 -0.7958984375 -0.7958145142 - -51.0000000000 36.0000000000 -0.9533691406 -0.9562988281 -0.9561334252 - -51.0000000000 36.0000000000 -0.9533691406 -0.9562988281 -0.9561334252 - -52.0000000000 37.0000000000 -0.9533691406 -0.9523925781 -0.9523683786 - -75.0000000000 -33.0000000000 -1.9863281250 -1.9853515625 -1.9853032827 - -75.0000000000 -33.0000000000 -1.9863281250 -1.9853515625 -1.9853032827 - -18.0000000000 -36.0000000000 -2.6791992188 -2.6779785156 -2.6779451370 - -18.0000000000 -36.0000000000 -2.6791992188 -2.6779785156 -2.6779451370 - -43.0000000000 -23.0000000000 -2.0639648438 -2.0620117188 -2.0619599819 - -43.0000000000 -23.0000000000 -2.0639648438 -2.0620117188 -2.0619599819 - -18.0000000000 13.0000000000 -0.9460449219 -0.9453125000 -0.9453113079 - -18.0000000000 13.0000000000 -0.9460449219 -0.9453125000 -0.9453113079 - 0.0000000000 -57.0000000000 3.1413574219 3.1413574219 3.1415927410 - 0.0000000000 -57.0000000000 3.1413574219 3.1413574219 3.1415927410 - 1.0000000000 -57.0000000000 3.1220703125 3.1240234375 3.1240506172 - -50.0000000000 -73.0000000000 -2.5395507812 -2.5412597656 -2.5410516262 - -65.0000000000 -58.0000000000 -2.2973632812 -2.2995605469 -2.2993452549 - -49.0000000000 -74.0000000000 -2.5551757812 -2.5568847656 -2.5567150116 - -50.0000000000 -73.0000000000 -2.5395507812 -2.5412597656 -2.5410516262 - 9.0000000000 -17.0000000000 2.6562500000 2.6545410156 2.6546936035 - 9.0000000000 -17.0000000000 2.6562500000 2.6545410156 2.6546936035 - -79.0000000000 36.0000000000 -1.1398925781 -1.1433105469 -1.1432156563 - -79.0000000000 36.0000000000 -1.1398925781 -1.1433105469 -1.1432156563 - -56.0000000000 62.0000000000 -0.7336425781 -0.7346191406 -0.7345944643 - -15.0000000000 -84.0000000000 -2.9672851562 -2.9650878906 -2.9648838043 - -56.0000000000 62.0000000000 -0.7336425781 -0.7346191406 -0.7345944643 - -73.0000000000 47.0000000000 -0.9992675781 -0.9987792969 -0.9987668395 - -72.0000000000 60.0000000000 -0.8747558594 -0.8762207031 -0.8760581017 - -72.0000000000 60.0000000000 -0.8747558594 -0.8762207031 -0.8760581017 - -64.0000000000 28.0000000000 -1.1550292969 -1.1584472656 -1.1583859921 - -64.0000000000 28.0000000000 -1.1550292969 -1.1584472656 -1.1583859921 - 9.0000000000 -39.0000000000 2.9130859375 2.9145507812 2.9147939682 - 9.0000000000 -39.0000000000 2.9130859375 2.9145507812 2.9147939682 - -63.0000000000 46.0000000000 -0.9372558594 -0.9401855469 -0.9401150942 - -63.0000000000 46.0000000000 -0.9372558594 -0.9401855469 -0.9401150942 - -61.0000000000 47.0000000000 -0.9147949219 -0.9145507812 -0.9143089652 - -6.0000000000 -16.0000000000 -2.7807617188 -2.7829589844 -2.7828221321 - -6.0000000000 -16.0000000000 -2.7807617188 -2.7829589844 -2.7828221321 - -22.0000000000 26.0000000000 -0.7028808594 -0.7023925781 -0.7022569180 - -22.0000000000 26.0000000000 -0.7028808594 -0.7023925781 -0.7022569180 - -19.0000000000 32.0000000000 -0.5314941406 -0.5358886719 -0.5358112454 - -19.0000000000 32.0000000000 -0.5314941406 -0.5358886719 -0.5358112454 - -76.0000000000 -14.0000000000 -1.7524414062 -1.7531738281 -1.7529647350 - -76.0000000000 -14.0000000000 -1.7524414062 -1.7531738281 -1.7529647350 - -70.0000000000 78.0000000000 -0.7336425781 -0.7314453125 -0.7313966751 - -70.0000000000 78.0000000000 -0.7336425781 -0.7314453125 -0.7313966751 - -66.0000000000 92.0000000000 -0.6242675781 -0.6223144531 -0.6223028898 - -66.0000000000 92.0000000000 -0.6242675781 -0.6223144531 -0.6223028898 - -72.0000000000 52.0000000000 -0.9460449219 -0.9453125000 -0.9453113079 - -72.0000000000 52.0000000000 -0.9460449219 -0.9453125000 -0.9453113079 - -12.0000000000 31.0000000000 -0.3684082031 -0.3693847656 -0.3693336546 - -12.0000000000 31.0000000000 -0.3684082031 -0.3693847656 -0.3693336546 - -6.0000000000 27.0000000000 -0.2209472656 -0.2187500000 -0.2186689526 - -6.0000000000 27.0000000000 -0.2209472656 -0.2187500000 -0.2186689526 - -49.0000000000 -90.0000000000 -2.6411132812 -2.6430664062 -2.6430249214 - -49.0000000000 -90.0000000000 -2.6411132812 -2.6430664062 -2.6430249214 - -17.0000000000 36.0000000000 -0.4377441406 -0.4414062500 -0.4411794841 - -17.0000000000 36.0000000000 -0.4377441406 -0.4414062500 -0.4411794841 - -97.0000000000 -29.0000000000 -1.8613281250 -1.8613281250 -1.8613071442 - -97.0000000000 -29.0000000000 -1.8613281250 -1.8613281250 -1.8613071442 - -48.0000000000 -9.0000000000 -1.7524414062 -1.7563476562 -1.7561442852 - -48.0000000000 -9.0000000000 -1.7524414062 -1.7563476562 -1.7561442852 - -47.0000000000 -9.0000000000 -1.7602539062 -1.7600097656 -1.7599953413 - -21.0000000000 55.0000000000 -0.3684082031 -0.3647460938 -0.3647348285 - -21.0000000000 55.0000000000 -0.3684082031 -0.3647460938 -0.3647348285 - -66.0000000000 -3.0000000000 -1.6127929688 -1.6164550781 -1.6162196398 - -66.0000000000 -3.0000000000 -1.6127929688 -1.6164550781 -1.6162196398 - -66.0000000000 -2.0000000000 -1.5976562500 -1.6013183594 -1.6010900736 - -66.0000000000 -2.0000000000 -1.5976562500 -1.6013183594 -1.6010900736 - -66.0000000000 -3.0000000000 -1.6127929688 -1.6164550781 -1.6162196398 - -66.0000000000 -2.0000000000 -1.5976562500 -1.6013183594 -1.6010900736 - -75.0000000000 17.0000000000 -1.3493652344 -1.3479003906 -1.3478960991 - -75.0000000000 17.0000000000 -1.3493652344 -1.3479003906 -1.3478960991 - -48.0000000000 31.0000000000 -0.9992675781 -0.9975585938 -0.9973558187 - -47.0000000000 30.0000000000 -0.9992675781 -1.0029296875 -1.0026916265 - -48.0000000000 31.0000000000 -0.9992675781 -0.9975585938 -0.9973558187 - 1.0000000000 -87.0000000000 3.1308593750 3.1298828125 3.1300990582 - 1.0000000000 -87.0000000000 3.1308593750 3.1298828125 3.1300990582 - 12.0000000000 -27.0000000000 2.7260742188 2.7231445312 2.7233684063 - 12.0000000000 -27.0000000000 2.7260742188 2.7231445312 2.7233684063 - -14.0000000000 -60.0000000000 -2.9130859375 -2.9125976562 -2.9123609066 - -14.0000000000 -60.0000000000 -2.9130859375 -2.9125976562 -2.9123609066 - 1.0000000000 -57.0000000000 3.1220703125 3.1240234375 3.1240506172 - 0.0000000000 -57.0000000000 3.1413574219 3.1413574219 3.1415927410 - 1.0000000000 -57.0000000000 3.1220703125 3.1240234375 3.1240506172 - -49.0000000000 -74.0000000000 -2.5551757812 -2.5568847656 -2.5567150116 - -65.0000000000 -58.0000000000 -2.2973632812 -2.2995605469 -2.2993452549 - -49.0000000000 -74.0000000000 -2.5551757812 -2.5568847656 -2.5567150116 - -50.0000000000 -73.0000000000 -2.5395507812 -2.5412597656 -2.5410516262 - -26.0000000000 -31.0000000000 -2.4458007812 -2.4438476562 -2.4436898232 - -26.0000000000 -31.0000000000 -2.4458007812 -2.4438476562 -2.4436898232 - -75.0000000000 67.0000000000 -0.8439941406 -0.8417968750 -0.8416767716 - -75.0000000000 67.0000000000 -0.8439941406 -0.8417968750 -0.8416767716 - -82.0000000000 -43.0000000000 -2.0561523438 -2.0539550781 -2.0537652969 - -82.0000000000 -43.0000000000 -2.0561523438 -2.0539550781 -2.0537652969 - -22.0000000000 -31.0000000000 -2.5244140625 -2.5244140625 -2.5244014263 - -22.0000000000 -31.0000000000 -2.5244140625 -2.5244140625 -2.5244014263 - -77.0000000000 93.0000000000 -0.6955566406 -0.6916503906 -0.6915569305 - -77.0000000000 93.0000000000 -0.6955566406 -0.6916503906 -0.6915569305 - 3.0000000000 33.0000000000 0.0886230469 0.0905761719 0.0906598866 - 3.0000000000 33.0000000000 0.0886230469 0.0905761719 0.0906598866 - -78.0000000000 16.0000000000 -1.3645019531 -1.3686523438 -1.3684747219 - -78.0000000000 16.0000000000 -1.3645019531 -1.3686523438 -1.3684747219 - 6.0000000000 59.0000000000 0.1037597656 0.1013183594 0.1013465002 - 6.0000000000 59.0000000000 0.1037597656 0.1013183594 0.1013465002 - 10.0000000000 97.0000000000 0.1037597656 0.1025390625 0.1027298644 - 10.0000000000 97.0000000000 0.1037597656 0.1025390625 0.1027298644 - -13.0000000000 -30.0000000000 -2.7343750000 -2.7329101562 -2.7326848507 - -13.0000000000 -30.0000000000 -2.7343750000 -2.7329101562 -2.7326848507 - -37.0000000000 15.0000000000 -1.1857910156 -1.1857910156 -1.1856389046 - -37.0000000000 15.0000000000 -1.1857910156 -1.1857910156 -1.1856389046 - 9.0000000000 98.0000000000 0.0886230469 0.0915527344 0.0915798470 - 9.0000000000 98.0000000000 0.0886230469 0.0915527344 0.0915798470 - -15.0000000000 1.0000000000 -1.5051269531 -1.5043945312 -1.5042282343 - -15.0000000000 1.0000000000 -1.5051269531 -1.5043945312 -1.5042282343 - 15.0000000000 3.0000000000 1.3737792969 1.3732910156 1.3734008074 - -14.0000000000 -31.0000000000 -2.7187500000 -2.7175292969 -2.7173984051 - -14.0000000000 -31.0000000000 -2.7187500000 -2.7175292969 -2.7173984051 - -58.0000000000 6.0000000000 -1.4665527344 -1.4677734375 -1.4677147865 - -58.0000000000 6.0000000000 -1.4665527344 -1.4677734375 -1.4677147865 - -57.0000000000 6.0000000000 -1.4665527344 -1.4660644531 -1.4659194946 - -4.0000000000 -37.0000000000 -3.0292968750 -3.0339355469 -3.0339028835 - -4.0000000000 -37.0000000000 -3.0292968750 -3.0339355469 -3.0339028835 - -14.0000000000 -16.0000000000 -2.4233398438 -2.4228515625 -2.4227628708 - -14.0000000000 -16.0000000000 -2.4233398438 -2.4228515625 -2.4227628708 - -41.0000000000 -79.0000000000 -2.6635742188 -2.6630859375 -2.6628708839 - -41.0000000000 -79.0000000000 -2.6635742188 -2.6630859375 -2.6628708839 - -22.0000000000 77.0000000000 -0.2751464844 -0.2783203125 -0.2782996595 - -22.0000000000 77.0000000000 -0.2751464844 -0.2783203125 -0.2782996595 - -47.0000000000 -9.0000000000 -1.7602539062 -1.7600097656 -1.7599953413 - -48.0000000000 -9.0000000000 -1.7524414062 -1.7563476562 -1.7561442852 - -47.0000000000 -9.0000000000 -1.7602539062 -1.7600097656 -1.7599953413 - -36.0000000000 -39.0000000000 -2.3999023438 -2.3962402344 -2.3961732388 - -36.0000000000 -39.0000000000 -2.3999023438 -2.3962402344 -2.3961732388 - -20.0000000000 -18.0000000000 -2.3046875000 -2.3037109375 -2.3036115170 - -20.0000000000 -18.0000000000 -2.3046875000 -2.3037109375 -2.3036115170 - -19.0000000000 -18.0000000000 -2.3286132812 -2.3293457031 -2.3291740417 - -14.0000000000 83.0000000000 -0.1657714844 -0.1672363281 -0.1671018004 - -31.0000000000 79.0000000000 -0.3757324219 -0.3740234375 -0.3739419281 - -14.0000000000 83.0000000000 -0.1657714844 -0.1672363281 -0.1671018004 - -47.0000000000 30.0000000000 -0.9992675781 -1.0029296875 -1.0026916265 - -47.0000000000 30.0000000000 -0.9992675781 -1.0029296875 -1.0026916265 - -48.0000000000 31.0000000000 -0.9992675781 -0.9975585938 -0.9973558187 - -5.0000000000 -100.0000000000 -3.0913085938 -3.0917968750 -3.0916342735 - -5.0000000000 -100.0000000000 -3.0913085938 -3.0917968750 -3.0916342735 - 4.0000000000 -61.0000000000 3.0761718750 3.0759277344 3.0761127472 - 4.0000000000 -61.0000000000 3.0761718750 3.0759277344 3.0761127472 - 12.0000000000 29.0000000000 0.3918457031 0.3923339844 0.3923401535 - 12.0000000000 29.0000000000 0.3918457031 0.3923339844 0.3923401535 - 12.0000000000 30.0000000000 0.3845214844 0.3803710938 0.3805063665 - 12.0000000000 30.0000000000 0.3845214844 0.3803710938 0.3805063665 - 12.0000000000 29.0000000000 0.3918457031 0.3923339844 0.3923401535 - 12.0000000000 30.0000000000 0.3845214844 0.3803710938 0.3805063665 - -23.0000000000 -17.0000000000 -2.2114257812 -2.2075195312 -2.2073044777 - -23.0000000000 -17.0000000000 -2.2114257812 -2.2075195312 -2.2073044777 - -15.0000000000 -84.0000000000 -2.9672851562 -2.9650878906 -2.9648838043 - -15.0000000000 -84.0000000000 -2.9672851562 -2.9650878906 -2.9648838043 - -56.0000000000 62.0000000000 -0.7336425781 -0.7346191406 -0.7345944643 - -73.0000000000 47.0000000000 -0.9992675781 -0.9987792969 -0.9987668395 - -73.0000000000 47.0000000000 -0.9992675781 -0.9987792969 -0.9987668395 - -15.0000000000 -84.0000000000 -2.9672851562 -2.9650878906 -2.9648838043 - -56.0000000000 62.0000000000 -0.7336425781 -0.7346191406 -0.7345944643 - -73.0000000000 47.0000000000 -0.9992675781 -0.9987792969 -0.9987668395 - 0.0000000000 -99.0000000000 3.1413574219 3.1413574219 3.1415927410 - 0.0000000000 -99.0000000000 3.1413574219 3.1413574219 3.1415927410 - -15.0000000000 -37.0000000000 -2.7568359375 -2.7565917969 -2.7564351559 - -15.0000000000 -37.0000000000 -2.7568359375 -2.7565917969 -2.7564351559 - -33.0000000000 -12.0000000000 -1.9243164062 -1.9196777344 -1.9195673466 - -33.0000000000 -12.0000000000 -1.9243164062 -1.9196777344 -1.9195673466 - -6.0000000000 -28.0000000000 -2.9282226562 -2.9306640625 -2.9304993153 - -6.0000000000 -28.0000000000 -2.9282226562 -2.9306640625 -2.9304993153 - -33.0000000000 -70.0000000000 -2.7036132812 -2.7011718750 -2.7010624409 - -33.0000000000 -70.0000000000 -2.7036132812 -2.7011718750 -2.7010624409 - 12.0000000000 99.0000000000 0.1193847656 0.1206054688 0.1206236705 - 12.0000000000 99.0000000000 0.1193847656 0.1206054688 0.1206236705 - -51.0000000000 -46.0000000000 -2.3046875000 -2.3049316406 -2.3046936989 - -51.0000000000 -46.0000000000 -2.3046875000 -2.3049316406 -2.3046936989 - -99.0000000000 -61.0000000000 -2.1259765625 -2.1230468750 -2.1230146885 - -99.0000000000 -61.0000000000 -2.1259765625 -2.1230468750 -2.1230146885 - -44.0000000000 -31.0000000000 -2.1879882812 -2.1845703125 -2.1845664978 - -44.0000000000 -31.0000000000 -2.1879882812 -2.1845703125 -2.1845664978 - -46.0000000000 -67.0000000000 -2.5395507812 -2.5400390625 -2.5399391651 - -46.0000000000 -67.0000000000 -2.5395507812 -2.5400390625 -2.5399391651 - -17.0000000000 -43.0000000000 -2.7656250000 -2.7651367188 -2.7651023865 - -17.0000000000 -43.0000000000 -2.7656250000 -2.7651367188 -2.7651023865 - -57.0000000000 6.0000000000 -1.4665527344 -1.4660644531 -1.4659194946 - -58.0000000000 6.0000000000 -1.4665527344 -1.4677734375 -1.4677147865 - -57.0000000000 6.0000000000 -1.4665527344 -1.4660644531 -1.4659194946 - -35.0000000000 -61.0000000000 -2.6171875000 -2.6208496094 -2.6206829548 - -35.0000000000 -61.0000000000 -2.6171875000 -2.6208496094 -2.6206829548 - -22.0000000000 -40.0000000000 -2.6411132812 -2.6389160156 -2.6387495995 - -22.0000000000 -40.0000000000 -2.6411132812 -2.6389160156 -2.6387495995 - 0.0000000000 -60.0000000000 3.1413574219 3.1413574219 3.1415927410 - 0.0000000000 -60.0000000000 3.1413574219 3.1413574219 3.1415927410 - -29.0000000000 5.0000000000 -1.3962402344 -1.4001464844 -1.4000611305 - -29.0000000000 5.0000000000 -1.3962402344 -1.4001464844 -1.4000611305 - -29.0000000000 -9.0000000000 -1.8696289062 -1.8718261719 -1.8717166185 - -29.0000000000 6.0000000000 -1.3645019531 -1.3669433594 -1.3667783737 - -29.0000000000 6.0000000000 -1.3645019531 -1.3669433594 -1.3667783737 - -29.0000000000 5.0000000000 -1.3962402344 -1.4001464844 -1.4000611305 - -29.0000000000 -9.0000000000 -1.8696289062 -1.8718261719 -1.8717166185 - -29.0000000000 6.0000000000 -1.3645019531 -1.3669433594 -1.3667783737 - -12.0000000000 6.0000000000 -1.1081542969 -1.1071777344 -1.1071487665 - -12.0000000000 6.0000000000 -1.1081542969 -1.1071777344 -1.1071487665 - -12.0000000000 7.0000000000 -1.0388183594 -1.0427246094 -1.0427219868 - -12.0000000000 7.0000000000 -1.0388183594 -1.0427246094 -1.0427219868 - -12.0000000000 6.0000000000 -1.1081542969 -1.1071777344 -1.1071487665 - -12.0000000000 7.0000000000 -1.0388183594 -1.0427246094 -1.0427219868 - -41.0000000000 78.0000000000 -0.4851074219 -0.4841308594 -0.4839493930 - -41.0000000000 78.0000000000 -0.4851074219 -0.4841308594 -0.4839493930 - -70.0000000000 46.0000000000 -0.9919433594 -0.9895019531 -0.9894161820 - -70.0000000000 46.0000000000 -0.9919433594 -0.9895019531 -0.9894161820 - -19.0000000000 -18.0000000000 -2.3286132812 -2.3293457031 -2.3291740417 - -20.0000000000 -18.0000000000 -2.3046875000 -2.3037109375 -2.3036115170 - -19.0000000000 -18.0000000000 -2.3286132812 -2.3293457031 -2.3291740417 - -41.0000000000 13.0000000000 -1.2644042969 -1.2639160156 -1.2637506723 - -41.0000000000 13.0000000000 -1.2644042969 -1.2639160156 -1.2637506723 - 3.0000000000 9.0000000000 0.3210449219 0.3215332031 0.3217505515 - 3.0000000000 9.0000000000 0.3210449219 0.3215332031 0.3217505515 - 6.0000000000 -47.0000000000 3.0141601562 3.0144042969 3.0146198273 - 6.0000000000 -47.0000000000 3.0141601562 3.0144042969 3.0146198273 - -24.0000000000 70.0000000000 -0.3298339844 -0.3303222656 -0.3302973509 - -24.0000000000 70.0000000000 -0.3298339844 -0.3303222656 -0.3302973509 - -61.0000000000 47.0000000000 -0.9147949219 -0.9145507812 -0.9143089652 - -63.0000000000 46.0000000000 -0.9372558594 -0.9401855469 -0.9401150942 - -61.0000000000 47.0000000000 -0.9147949219 -0.9145507812 -0.9143089652 - -41.0000000000 49.0000000000 -0.6955566406 -0.6967773438 -0.6967422962 - -41.0000000000 49.0000000000 -0.6955566406 -0.6967773438 -0.6967422962 - -9.0000000000 -17.0000000000 -2.6562500000 -2.6547851562 -2.6546936035 - -9.0000000000 -17.0000000000 -2.6562500000 -2.6547851562 -2.6546936035 - -86.0000000000 -73.0000000000 -2.2739257812 -2.2746582031 -2.2746150494 - -86.0000000000 -73.0000000000 -2.2739257812 -2.2746582031 -2.2746150494 - -85.0000000000 -73.0000000000 -2.2817382812 -2.2805175781 -2.2803907394 - 14.0000000000 -14.0000000000 2.3530273438 2.3559570312 2.3561944962 - 14.0000000000 -14.0000000000 2.3530273438 2.3559570312 2.3561944962 - -55.0000000000 -24.0000000000 -1.9863281250 -1.9824218750 -1.9822525978 - -55.0000000000 -24.0000000000 -1.9863281250 -1.9824218750 -1.9822525978 - -43.0000000000 -98.0000000000 -2.7260742188 -2.7282714844 -2.7281122208 - -43.0000000000 -98.0000000000 -2.7260742188 -2.7282714844 -2.7281122208 - 9.0000000000 -37.0000000000 2.9047851562 2.9028320312 2.9029834270 - 9.0000000000 -38.0000000000 2.9047851562 2.9089355469 2.9090356827 - 9.0000000000 -37.0000000000 2.9047851562 2.9028320312 2.9029834270 - -29.0000000000 -9.0000000000 -1.8696289062 -1.8718261719 -1.8717166185 - -29.0000000000 5.0000000000 -1.3962402344 -1.4001464844 -1.4000611305 - -29.0000000000 -9.0000000000 -1.8696289062 -1.8718261719 -1.8717166185 - -29.0000000000 6.0000000000 -1.3645019531 -1.3669433594 -1.3667783737 - -72.0000000000 -30.0000000000 -1.9628906250 -1.9658203125 -1.9655874968 - -72.0000000000 -30.0000000000 -1.9628906250 -1.9658203125 -1.9655874968 - 11.0000000000 -18.0000000000 2.5942382812 2.5930175781 2.5930433273 - 11.0000000000 -18.0000000000 2.5942382812 2.5930175781 2.5930433273 - 8.0000000000 -13.0000000000 2.5864257812 2.5898437500 2.5899376869 - 8.0000000000 -13.0000000000 2.5864257812 2.5898437500 2.5899376869 - -59.0000000000 -26.0000000000 -1.9863281250 -1.9860839844 -1.9858710766 - -59.0000000000 -26.0000000000 -1.9863281250 -1.9860839844 -1.9858710766 - -6.0000000000 46.0000000000 -0.1271972656 -0.1298828125 -0.1297025383 - -6.0000000000 46.0000000000 -0.1271972656 -0.1298828125 -0.1297025383 - -6.0000000000 47.0000000000 -0.1271972656 -0.1271972656 -0.1269727945 - -6.0000000000 47.0000000000 -0.1271972656 -0.1271972656 -0.1269727945 - -6.0000000000 46.0000000000 -0.1271972656 -0.1298828125 -0.1297025383 - -6.0000000000 47.0000000000 -0.1271972656 -0.1271972656 -0.1269727945 - -38.0000000000 86.0000000000 -0.4152832031 -0.4162597656 -0.4160645008 - -38.0000000000 86.0000000000 -0.4152832031 -0.4162597656 -0.4160645008 - -31.0000000000 79.0000000000 -0.3757324219 -0.3740234375 -0.3739419281 - -31.0000000000 79.0000000000 -0.3757324219 -0.3740234375 -0.3739419281 - -14.0000000000 83.0000000000 -0.1657714844 -0.1672363281 -0.1671018004 - 9.0000000000 5.0000000000 1.0612792969 1.0634765625 1.0636978149 - 9.0000000000 5.0000000000 1.0612792969 1.0634765625 1.0636978149 - -10.0000000000 32.0000000000 -0.3059082031 -0.3029785156 -0.3028848767 - -10.0000000000 32.0000000000 -0.3059082031 -0.3029785156 -0.3028848767 - -39.0000000000 -43.0000000000 -2.4077148438 -2.4050292969 -2.4049363136 - -39.0000000000 -43.0000000000 -2.4077148438 -2.4050292969 -2.4049363136 - 2.0000000000 13.0000000000 0.1506347656 0.1525878906 0.1526493281 - 2.0000000000 13.0000000000 0.1506347656 0.1525878906 0.1526493281 - -39.0000000000 74.0000000000 -0.4851074219 -0.4851074219 -0.4850347340 - -39.0000000000 74.0000000000 -0.4851074219 -0.4851074219 -0.4850347340 - -61.0000000000 -25.0000000000 -1.9628906250 -1.9599609375 -1.9597532749 - -61.0000000000 -25.0000000000 -1.9628906250 -1.9599609375 -1.9597532749 - -52.0000000000 -59.0000000000 -2.4150390625 -2.4191894531 -2.4191741943 - -52.0000000000 -59.0000000000 -2.4150390625 -2.4191894531 -2.4191741943 - -51.0000000000 -58.0000000000 -2.4233398438 -2.4204101562 -2.4203267097 - -7.0000000000 -50.0000000000 -2.9980468750 -3.0026855469 -3.0024967194 - -7.0000000000 -50.0000000000 -2.9980468750 -3.0026855469 -3.0024967194 - -85.0000000000 -73.0000000000 -2.2817382812 -2.2805175781 -2.2803907394 - -86.0000000000 -73.0000000000 -2.2739257812 -2.2746582031 -2.2746150494 - -85.0000000000 -73.0000000000 -2.2817382812 -2.2805175781 -2.2803907394 - 15.0000000000 3.0000000000 1.3737792969 1.3732910156 1.3734008074 - -15.0000000000 1.0000000000 -1.5051269531 -1.5043945312 -1.5042282343 - 15.0000000000 3.0000000000 1.3737792969 1.3732910156 1.3734008074 - -8.0000000000 82.0000000000 -0.0964355469 -0.0974121094 -0.0972531959 - -8.0000000000 82.0000000000 -0.0964355469 -0.0974121094 -0.0972531959 - -6.0000000000 85.0000000000 -0.0725097656 -0.0705566406 -0.0704713464 - -38.0000000000 84.0000000000 -0.4226074219 -0.4250488281 -0.4248321652 - -38.0000000000 84.0000000000 -0.4226074219 -0.4250488281 -0.4248321652 - -4.0000000000 -23.0000000000 -2.9672851562 -2.9694824219 -2.9694018364 - -4.0000000000 -23.0000000000 -2.9672851562 -2.9694824219 -2.9694018364 - 9.0000000000 -38.0000000000 2.9047851562 2.9089355469 2.9090356827 - 9.0000000000 -38.0000000000 2.9047851562 2.9089355469 2.9090356827 - 9.0000000000 -37.0000000000 2.9047851562 2.9028320312 2.9029834270 - -40.0000000000 6.0000000000 -1.4196777344 -1.4221191406 -1.4219064713 - -40.0000000000 6.0000000000 -1.4196777344 -1.4221191406 -1.4219064713 - -12.0000000000 17.0000000000 -0.6169433594 -0.6147460938 -0.6146629453 - -12.0000000000 17.0000000000 -0.6169433594 -0.6147460938 -0.6146629453 - -11.0000000000 18.0000000000 -0.5471191406 -0.5485839844 -0.5485494137 - -12.0000000000 18.0000000000 -0.5861816406 -0.5881347656 -0.5880026221 - -12.0000000000 18.0000000000 -0.5861816406 -0.5881347656 -0.5880026221 - -11.0000000000 18.0000000000 -0.5471191406 -0.5485839844 -0.5485494137 - -31.0000000000 39.0000000000 -0.6711425781 -0.6716308594 -0.6716061831 - -31.0000000000 39.0000000000 -0.6711425781 -0.6716308594 -0.6716061831 - -58.0000000000 -49.0000000000 -2.2739257812 -2.2724609375 -2.2722799778 - -58.0000000000 -49.0000000000 -2.2739257812 -2.2724609375 -2.2722799778 - -57.0000000000 -49.0000000000 -2.2817382812 -2.2810058594 -2.2808656693 - 2.0000000000 -78.0000000000 3.1147460938 3.1157226562 3.1159572601 - 2.0000000000 -78.0000000000 3.1147460938 3.1157226562 3.1159572601 - -24.0000000000 -9.0000000000 -1.9316406250 -1.9296875000 -1.9295670986 - -24.0000000000 -9.0000000000 -1.9316406250 -1.9296875000 -1.9295670986 - -82.0000000000 58.0000000000 -0.9533691406 -0.9553222656 -0.9551764727 - -82.0000000000 58.0000000000 -0.9533691406 -0.9553222656 -0.9551764727 - -27.0000000000 10.0000000000 -1.2170410156 -1.2163085938 -1.2160906792 - -27.0000000000 10.0000000000 -1.2170410156 -1.2163085938 -1.2160906792 - -5.0000000000 43.0000000000 -0.1193847656 -0.1159667969 -0.1157592162 - -5.0000000000 43.0000000000 -0.1193847656 -0.1159667969 -0.1157592162 - -4.0000000000 43.0000000000 -0.0964355469 -0.0927734375 -0.0927563235 - -5.0000000000 44.0000000000 -0.1120605469 -0.1132812500 -0.1131509840 - -5.0000000000 44.0000000000 -0.1120605469 -0.1132812500 -0.1131509840 - -5.0000000000 43.0000000000 -0.1193847656 -0.1159667969 -0.1157592162 - -4.0000000000 43.0000000000 -0.0964355469 -0.0927734375 -0.0927563235 - -5.0000000000 44.0000000000 -0.1120605469 -0.1132812500 -0.1131509840 - -49.0000000000 68.0000000000 -0.6242675781 -0.6245117188 -0.6244103312 - -49.0000000000 68.0000000000 -0.6242675781 -0.6245117188 -0.6244103312 - -19.0000000000 -28.0000000000 -2.5478515625 -2.5454101562 -2.5453934669 - -19.0000000000 -28.0000000000 -2.5478515625 -2.5454101562 -2.5453934669 - -3.0000000000 91.0000000000 -0.0344238281 -0.0329589844 -0.0329550989 - -3.0000000000 91.0000000000 -0.0344238281 -0.0329589844 -0.0329550989 - -51.0000000000 46.0000000000 -0.8366699219 -0.8369140625 -0.8368990421 - -51.0000000000 46.0000000000 -0.8366699219 -0.8369140625 -0.8368990421 - -61.0000000000 -7.0000000000 -1.6831054688 -1.6850585938 -1.6850507259 - -61.0000000000 -7.0000000000 -1.6831054688 -1.6850585938 -1.6850507259 - -51.0000000000 -58.0000000000 -2.4233398438 -2.4204101562 -2.4203267097 - -52.0000000000 -59.0000000000 -2.4150390625 -2.4191894531 -2.4191741943 - -51.0000000000 -58.0000000000 -2.4233398438 -2.4204101562 -2.4203267097 - -20.0000000000 -26.0000000000 -2.4858398438 -2.4860839844 -2.4858970642 - -20.0000000000 -26.0000000000 -2.4858398438 -2.4860839844 -2.4858970642 - -56.0000000000 6.0000000000 -1.4665527344 -1.4641113281 -1.4640606642 - -56.0000000000 6.0000000000 -1.4665527344 -1.4641113281 -1.4640606642 - 16.0000000000 3.0000000000 1.3889160156 1.3852539062 1.3854484558 - 16.0000000000 3.0000000000 1.3889160156 1.3852539062 1.3854484558 - -72.0000000000 -89.0000000000 -2.4624023438 -2.4614257812 -2.4613947868 - -72.0000000000 -89.0000000000 -2.4624023438 -2.4614257812 -2.4613947868 - 12.0000000000 -90.0000000000 3.0068359375 3.0090332031 3.0090413094 - 12.0000000000 -90.0000000000 3.0068359375 3.0090332031 3.0090413094 - 11.0000000000 -34.0000000000 2.8276367188 2.8286132812 2.8286914825 - 11.0000000000 -34.0000000000 2.8276367188 2.8286132812 2.8286914825 - -48.0000000000 -7.0000000000 -1.7143554688 -1.7158203125 -1.7156088352 - -48.0000000000 -7.0000000000 -1.7143554688 -1.7158203125 -1.7156088352 - -11.0000000000 -46.0000000000 -2.9047851562 -2.9069824219 -2.9068701267 - -11.0000000000 -46.0000000000 -2.9047851562 -2.9069824219 -2.9068701267 - 4.0000000000 -17.0000000000 2.9130859375 2.9104003906 2.9105019569 - 4.0000000000 -17.0000000000 2.9130859375 2.9104003906 2.9105019569 - -39.0000000000 55.0000000000 -0.6169433594 -0.6169433594 -0.6168012023 - -39.0000000000 55.0000000000 -0.6169433594 -0.6169433594 -0.6168012023 - -11.0000000000 18.0000000000 -0.5471191406 -0.5485839844 -0.5485494137 - -12.0000000000 17.0000000000 -0.6169433594 -0.6147460938 -0.6146629453 - -12.0000000000 18.0000000000 -0.5861816406 -0.5881347656 -0.5880026221 - -11.0000000000 18.0000000000 -0.5471191406 -0.5485839844 -0.5485494137 - -89.0000000000 -75.0000000000 -2.2739257812 -2.2712402344 -2.2710351944 - -89.0000000000 -75.0000000000 -2.2739257812 -2.2712402344 -2.2710351944 - -77.0000000000 -7.0000000000 -1.6596679688 -1.6616210938 -1.6614562273 - -77.0000000000 -7.0000000000 -1.6596679688 -1.6616210938 -1.6614562273 - 6.0000000000 -72.0000000000 3.0600585938 3.0583496094 3.0584514141 - 6.0000000000 -72.0000000000 3.0600585938 3.0583496094 3.0584514141 - 10.0000000000 0.0000000000 1.5705566406 1.5705566406 1.5707963705 - 10.0000000000 0.0000000000 1.5705566406 1.5705566406 1.5707963705 - 17.0000000000 8.0000000000 1.1325683594 1.1308593750 1.1309537888 - 17.0000000000 8.0000000000 1.1325683594 1.1308593750 1.1309537888 - -57.0000000000 -49.0000000000 -2.2817382812 -2.2810058594 -2.2808656693 - -58.0000000000 -49.0000000000 -2.2739257812 -2.2724609375 -2.2722799778 - -57.0000000000 -49.0000000000 -2.2817382812 -2.2810058594 -2.2808656693 - 13.0000000000 -11.0000000000 2.2739257812 2.2729492188 2.2730531693 - 13.0000000000 -11.0000000000 2.2739257812 2.2729492188 2.2730531693 - -15.0000000000 -30.0000000000 -2.6791992188 -2.6779785156 -2.6779451370 - -15.0000000000 -30.0000000000 -2.6791992188 -2.6779785156 -2.6779451370 - 10.0000000000 -97.0000000000 3.0375976562 3.0388183594 3.0388629436 - 10.0000000000 -97.0000000000 3.0375976562 3.0388183594 3.0388629436 - 3.0000000000 -40.0000000000 3.0688476562 3.0666503906 3.0667328835 - 3.0000000000 -40.0000000000 3.0688476562 3.0666503906 3.0667328835 - 3.0000000000 -39.0000000000 3.0688476562 3.0646972656 3.0648207664 - 3.0000000000 -39.0000000000 3.0688476562 3.0646972656 3.0648207664 - 3.0000000000 -40.0000000000 3.0688476562 3.0666503906 3.0667328835 - 3.0000000000 -39.0000000000 3.0688476562 3.0646972656 3.0648207664 - 10.0000000000 61.0000000000 0.1657714844 0.1623535156 0.1624891162 - 10.0000000000 61.0000000000 0.1657714844 0.1623535156 0.1624891162 - -53.0000000000 72.0000000000 -0.6330566406 -0.6347656250 -0.6345527768 - -53.0000000000 72.0000000000 -0.6330566406 -0.6347656250 -0.6345527768 - 2.0000000000 -32.0000000000 3.0761718750 3.0791015625 3.0791740417 - 2.0000000000 -32.0000000000 3.0761718750 3.0791015625 3.0791740417 - -10.0000000000 -74.0000000000 -3.0068359375 -3.0073242188 -3.0072712898 - -10.0000000000 -74.0000000000 -3.0068359375 -3.0073242188 -3.0072712898 - -4.0000000000 43.0000000000 -0.0964355469 -0.0927734375 -0.0927563235 - -5.0000000000 43.0000000000 -0.1193847656 -0.1159667969 -0.1157592162 - -4.0000000000 43.0000000000 -0.0964355469 -0.0927734375 -0.0927563235 - -5.0000000000 44.0000000000 -0.1120605469 -0.1132812500 -0.1131509840 - -47.0000000000 6.0000000000 -1.4431152344 -1.4438476562 -1.4438235760 - -47.0000000000 6.0000000000 -1.4431152344 -1.4438476562 -1.4438235760 - 8.0000000000 -29.0000000000 2.8735351562 2.8723144531 2.8724253178 - 8.0000000000 -29.0000000000 2.8735351562 2.8723144531 2.8724253178 - -3.0000000000 77.0000000000 -0.0417480469 -0.0390625000 -0.0389413424 - -3.0000000000 77.0000000000 -0.0417480469 -0.0390625000 -0.0389413424 - -31.0000000000 80.0000000000 -0.3684082031 -0.3698730469 -0.3696842790 - -31.0000000000 80.0000000000 -0.3684082031 -0.3698730469 -0.3696842790 - 6.0000000000 80.0000000000 0.0725097656 0.0747070312 0.0748598501 - 6.0000000000 80.0000000000 0.0725097656 0.0747070312 0.0748598501 - -58.0000000000 98.0000000000 -0.5314941406 -0.5344238281 -0.5343954563 - -58.0000000000 98.0000000000 -0.5314941406 -0.5344238281 -0.5343954563 - -13.0000000000 -5.0000000000 -1.9394531250 -1.9379882812 -1.9379701614 - -13.0000000000 -5.0000000000 -1.9394531250 -1.9379882812 -1.9379701614 - -26.0000000000 -68.0000000000 -2.7729492188 -2.7766113281 -2.7763912678 - -26.0000000000 -68.0000000000 -2.7729492188 -2.7766113281 -2.7763912678 - -6.0000000000 85.0000000000 -0.0725097656 -0.0705566406 -0.0704713464 - -8.0000000000 82.0000000000 -0.0964355469 -0.0974121094 -0.0972531959 - -6.0000000000 85.0000000000 -0.0725097656 -0.0705566406 -0.0704713464 - -76.0000000000 -31.0000000000 -1.9555664062 -1.9582519531 -1.9580899477 - -76.0000000000 -31.0000000000 -1.9555664062 -1.9582519531 -1.9580899477 - -6.0000000000 15.0000000000 -0.3845214844 -0.3806152344 -0.3805063665 - -6.0000000000 15.0000000000 -0.3845214844 -0.3806152344 -0.3805063665 - 5.0000000000 -19.0000000000 2.8823242188 2.8840332031 2.8842689991 - 5.0000000000 -19.0000000000 2.8823242188 2.8840332031 2.8842689991 - -76.0000000000 -41.0000000000 -2.0639648438 -2.0656738281 -2.0655221939 - -76.0000000000 -41.0000000000 -2.0639648438 -2.0656738281 -2.0655221939 - -77.0000000000 10.0000000000 -1.4431152344 -1.4416503906 -1.4416490793 - -77.0000000000 10.0000000000 -1.4431152344 -1.4416503906 -1.4416490793 - -19.0000000000 14.0000000000 -0.9372558594 -0.9357910156 -0.9357696176 - 14.0000000000 18.0000000000 0.6638183594 0.6608886719 0.6610431671 - -19.0000000000 14.0000000000 -0.9372558594 -0.9357910156 -0.9357696176 - -1.0000000000 19.0000000000 -0.0500488281 -0.0527343750 -0.0525830612 - -1.0000000000 19.0000000000 -0.0500488281 -0.0527343750 -0.0525830612 - -49.0000000000 57.0000000000 -0.7106933594 -0.7102050781 -0.7100692987 - -49.0000000000 57.0000000000 -0.7106933594 -0.7102050781 -0.7100692987 - -27.0000000000 -19.0000000000 -2.1879882812 -2.1840820312 -2.1840038300 - -27.0000000000 -19.0000000000 -2.1879882812 -2.1840820312 -2.1840038300 - -21.0000000000 -24.0000000000 -2.4233398438 -2.4228515625 -2.4227628708 - -2.0000000000 15.0000000000 -0.1345214844 -0.1325683594 -0.1325515360 - -2.0000000000 15.0000000000 -0.1345214844 -0.1325683594 -0.1325515360 - -2.0000000000 17.0000000000 -0.1193847656 -0.1171875000 -0.1171087474 - -2.0000000000 17.0000000000 -0.1193847656 -0.1171875000 -0.1171087474 - -32.0000000000 51.0000000000 -0.5622558594 -0.5605468750 -0.5603598952 - -32.0000000000 51.0000000000 -0.5622558594 -0.5605468750 -0.5603598952 - -2.0000000000 98.0000000000 -0.0192871094 -0.0205078125 -0.0204053298 - -2.0000000000 98.0000000000 -0.0192871094 -0.0205078125 -0.0204053298 - -51.0000000000 58.0000000000 -0.7180175781 -0.7214355469 -0.7212660313 - -51.0000000000 58.0000000000 -0.7180175781 -0.7214355469 -0.7212660313 - -4.0000000000 -48.0000000000 -3.0600585938 -3.0585937500 -3.0584514141 - -4.0000000000 -48.0000000000 -3.0600585938 -3.0585937500 -3.0584514141 - -44.0000000000 84.0000000000 -0.4851074219 -0.4826660156 -0.4825133085 - -44.0000000000 84.0000000000 -0.4851074219 -0.4826660156 -0.4825133085 - 14.0000000000 9.0000000000 0.9992675781 0.9992675781 0.9994589090 - 14.0000000000 9.0000000000 0.9992675781 0.9992675781 0.9994589090 - -6.0000000000 9.0000000000 -0.5861816406 -0.5881347656 -0.5880026221 - -6.0000000000 9.0000000000 -0.5861816406 -0.5881347656 -0.5880026221 - 3.0000000000 10.0000000000 0.2902832031 0.2912597656 0.2914567888 - 3.0000000000 10.0000000000 0.2902832031 0.2912597656 0.2914567888 - -31.0000000000 2.0000000000 -1.5051269531 -1.5065917969 -1.5063695908 - -31.0000000000 2.0000000000 -1.5051269531 -1.5065917969 -1.5063695908 - -83.0000000000 78.0000000000 -0.8127441406 -0.8166503906 -0.8164441586 - -83.0000000000 78.0000000000 -0.8127441406 -0.8166503906 -0.8164441586 - -16.0000000000 87.0000000000 -0.1813964844 -0.1818847656 -0.1818757355 - -16.0000000000 87.0000000000 -0.1813964844 -0.1818847656 -0.1818757355 - -51.0000000000 -42.0000000000 -2.2573242188 -2.2597656250 -2.2597208023 - -51.0000000000 -42.0000000000 -2.2573242188 -2.2597656250 -2.2597208023 - -54.0000000000 85.0000000000 -0.5622558594 -0.5661621094 -0.5659676194 - -54.0000000000 85.0000000000 -0.5622558594 -0.5661621094 -0.5659676194 - -72.0000000000 -31.0000000000 -1.9780273438 -1.9775390625 -1.9773632288 - -72.0000000000 -31.0000000000 -1.9780273438 -1.9775390625 -1.9773632288 - 7.0000000000 -12.0000000000 2.6171875000 2.6132812500 2.6135182381 - 7.0000000000 -12.0000000000 2.6171875000 2.6132812500 2.6135182381 - 14.0000000000 17.0000000000 0.6862792969 0.6887207031 0.6889243722 - 14.0000000000 17.0000000000 0.6862792969 0.6887207031 0.6889243722 - 14.0000000000 18.0000000000 0.6638183594 0.6608886719 0.6610431671 - 14.0000000000 18.0000000000 0.6638183594 0.6608886719 0.6610431671 - 14.0000000000 17.0000000000 0.6862792969 0.6887207031 0.6889243722 - 14.0000000000 18.0000000000 0.6638183594 0.6608886719 0.6610431671 - -19.0000000000 14.0000000000 -0.9372558594 -0.9357910156 -0.9357696176 - 7.0000000000 -24.0000000000 2.8583984375 2.8576660156 2.8577985764 - 7.0000000000 -24.0000000000 2.8583984375 2.8576660156 2.8577985764 - 8.0000000000 -18.0000000000 2.7260742188 2.7231445312 2.7233684063 - 8.0000000000 -18.0000000000 2.7260742188 2.7231445312 2.7233684063 - -60.0000000000 -1.0000000000 -1.5903320312 -1.5876464844 -1.5874614716 - -60.0000000000 -1.0000000000 -1.5903320312 -1.5876464844 -1.5874614716 - 17.0000000000 -25.0000000000 2.5478515625 2.5441894531 2.5444159508 - 17.0000000000 -25.0000000000 2.5478515625 2.5441894531 2.5444159508 - -82.0000000000 50.0000000000 -1.0231933594 -1.0234375000 -1.0232341290 - -82.0000000000 50.0000000000 -1.0231933594 -1.0234375000 -1.0232341290 - -54.0000000000 82.0000000000 -0.5861816406 -0.5825195312 -0.5823529363 - -19.0000000000 63.0000000000 -0.2902832031 -0.2929687500 -0.2929123938 - -19.0000000000 63.0000000000 -0.2902832031 -0.2929687500 -0.2929123938 - -39.0000000000 33.0000000000 -0.8674316406 -0.8686523438 -0.8685394526 - -39.0000000000 33.0000000000 -0.8674316406 -0.8686523438 -0.8685394526 - -39.0000000000 33.0000000000 -0.8674316406 -0.8686523438 -0.8685394526 - -39.0000000000 33.0000000000 -0.8674316406 -0.8686523438 -0.8685394526 - -39.0000000000 33.0000000000 -0.8674316406 -0.8686523438 -0.8685394526 - -39.0000000000 33.0000000000 -0.8674316406 -0.8686523438 -0.8685394526 - 21.0000000000 14.0000000000 0.9841308594 0.9826660156 0.9827937484 - 21.0000000000 14.0000000000 0.9841308594 0.9826660156 0.9827937484 - -66.0000000000 -54.0000000000 -2.2573242188 -2.2565917969 -2.2565259933 - -66.0000000000 -54.0000000000 -2.2573242188 -2.2565917969 -2.2565259933 - -56.0000000000 -78.0000000000 -2.5170898438 -2.5190429688 -2.5189218521 - -56.0000000000 -78.0000000000 -2.5170898438 -2.5190429688 -2.5189218521 - -19.0000000000 -13.0000000000 -2.1728515625 -2.1708984375 -2.1708464622 - -19.0000000000 -13.0000000000 -2.1728515625 -2.1708984375 -2.1708464622 - -39.0000000000 -53.0000000000 -2.5083007812 -2.5073242188 -2.5072097778 - 5.0000000000 -68.0000000000 3.0688476562 3.0681152344 3.0681953430 - -39.0000000000 -53.0000000000 -2.5083007812 -2.5073242188 -2.5072097778 - -39.0000000000 -15.0000000000 -1.9394531250 -1.9379882812 -1.9379701614 - -39.0000000000 -15.0000000000 -1.9394531250 -1.9379882812 -1.9379701614 - -13.0000000000 -70.0000000000 -2.9599609375 -2.9580078125 -2.9579703808 - -13.0000000000 -70.0000000000 -2.9599609375 -2.9580078125 -2.9579703808 - -67.0000000000 10.0000000000 -1.4196777344 -1.4228515625 -1.4226363897 - -67.0000000000 10.0000000000 -1.4196777344 -1.4228515625 -1.4226363897 - -36.0000000000 -5.0000000000 -1.7055664062 -1.7089843750 -1.7088023424 - -36.0000000000 -5.0000000000 -1.7055664062 -1.7089843750 -1.7088023424 - 5.0000000000 -18.0000000000 2.8735351562 2.8706054688 2.8706459999 - 5.0000000000 -18.0000000000 2.8735351562 2.8706054688 2.8706459999 - -35.0000000000 82.0000000000 -0.4069824219 -0.4035644531 -0.4034190476 - -35.0000000000 82.0000000000 -0.4069824219 -0.4035644531 -0.4034190476 - -35.0000000000 83.0000000000 -0.3996582031 -0.3991699219 -0.3990609348 - -35.0000000000 83.0000000000 -0.3996582031 -0.3991699219 -0.3990609348 - -35.0000000000 82.0000000000 -0.4069824219 -0.4035644531 -0.4034190476 - -35.0000000000 83.0000000000 -0.3996582031 -0.3991699219 -0.3990609348 - -66.0000000000 -31.0000000000 -2.0087890625 -2.0100097656 -2.0099091530 - -66.0000000000 -31.0000000000 -2.0087890625 -2.0100097656 -2.0099091530 - 19.0000000000 -24.0000000000 2.4702148438 2.4719238281 2.4719538689 - 19.0000000000 -24.0000000000 2.4702148438 2.4719238281 2.4719538689 - -66.0000000000 -67.0000000000 -2.3613281250 -2.3637695312 -2.3637132645 - -66.0000000000 -67.0000000000 -2.3613281250 -2.3637695312 -2.3637132645 - 11.0000000000 -32.0000000000 2.8115234375 2.8103027344 2.8104965687 - 11.0000000000 -32.0000000000 2.8115234375 2.8103027344 2.8104965687 - -48.0000000000 -83.0000000000 -2.6171875000 -2.6174316406 -2.6172719002 - -48.0000000000 -83.0000000000 -2.6171875000 -2.6174316406 -2.6172719002 - -69.0000000000 86.0000000000 -0.6789550781 -0.6762695312 -0.6761573553 - -69.0000000000 86.0000000000 -0.6789550781 -0.6762695312 -0.6761573553 - 10.0000000000 -67.0000000000 2.9907226562 2.9934082031 2.9934327602 - 10.0000000000 -67.0000000000 2.9907226562 2.9934082031 2.9934327602 - -36.0000000000 -2.0000000000 -1.6284179688 -1.6264648438 -1.6262948513 - -36.0000000000 -2.0000000000 -1.6284179688 -1.6264648438 -1.6262948513 - 1.0000000000 15.0000000000 0.0651855469 0.0664062500 0.0665681660 - 1.0000000000 15.0000000000 0.0651855469 0.0664062500 0.0665681660 - -41.0000000000 5.0000000000 -1.4509277344 -1.4494628906 -1.4494444132 - -41.0000000000 5.0000000000 -1.4509277344 -1.4494628906 -1.4494444132 - 12.0000000000 26.0000000000 0.4304199219 0.4323730469 0.4324077666 - 12.0000000000 26.0000000000 0.4304199219 0.4323730469 0.4324077666 - 11.0000000000 50.0000000000 0.2131347656 0.2163085938 0.2165503055 - 11.0000000000 50.0000000000 0.2131347656 0.2163085938 0.2165503055 - 9.0000000000 31.0000000000 0.2829589844 0.2824707031 0.2825549543 - 9.0000000000 31.0000000000 0.2829589844 0.2824707031 0.2825549543 - 9.0000000000 2.0000000000 1.3493652344 1.3520507812 1.3521274328 - 9.0000000000 2.0000000000 1.3493652344 1.3520507812 1.3521274328 - 9.0000000000 30.0000000000 0.2902832031 0.2912597656 0.2914567888 - 9.0000000000 30.0000000000 0.2902832031 0.2912597656 0.2914567888 - -47.0000000000 -84.0000000000 -2.6323242188 -2.6315917969 -2.6314668655 - -47.0000000000 -84.0000000000 -2.6323242188 -2.6315917969 -2.6314668655 - -31.0000000000 13.0000000000 -1.1706542969 -1.1738281250 -1.1737169027 - -31.0000000000 13.0000000000 -1.1706542969 -1.1738281250 -1.1737169027 - -40.0000000000 43.0000000000 -0.7487792969 -0.7495117188 -0.7492693067 - -40.0000000000 43.0000000000 -0.7487792969 -0.7495117188 -0.7492693067 - -39.0000000000 43.0000000000 -0.7336425781 -0.7368164062 -0.7366563082 - -12.0000000000 -78.0000000000 -2.9907226562 -2.9890136719 -2.9889433384 - -12.0000000000 -78.0000000000 -2.9907226562 -2.9890136719 -2.9889433384 - -84.0000000000 -94.0000000000 -2.4150390625 -2.4123535156 -2.4123153687 - -84.0000000000 -94.0000000000 -2.4150390625 -2.4123535156 -2.4123153687 - -11.0000000000 -49.0000000000 -2.9204101562 -2.9208984375 -2.9207639694 - -11.0000000000 -49.0000000000 -2.9204101562 -2.9208984375 -2.9207639694 - 5.0000000000 -68.0000000000 3.0688476562 3.0681152344 3.0681953430 - 5.0000000000 -68.0000000000 3.0688476562 3.0681152344 3.0681953430 - -39.0000000000 -53.0000000000 -2.5083007812 -2.5073242188 -2.5072097778 - -12.0000000000 -72.0000000000 -2.9755859375 -2.9765625000 -2.9764440060 - -12.0000000000 -72.0000000000 -2.9755859375 -2.9765625000 -2.9764440060 - -12.0000000000 -71.0000000000 -2.9755859375 -2.9743652344 -2.9741609097 - -12.0000000000 -71.0000000000 -2.9755859375 -2.9743652344 -2.9741609097 - -12.0000000000 -72.0000000000 -2.9755859375 -2.9765625000 -2.9764440060 - -12.0000000000 -71.0000000000 -2.9755859375 -2.9743652344 -2.9741609097 - -8.0000000000 -30.0000000000 -2.8823242188 -2.8811035156 -2.8809902668 - -8.0000000000 -30.0000000000 -2.8823242188 -2.8811035156 -2.8809902668 - -8.0000000000 -25.0000000000 -2.8354492188 -2.8320312500 -2.8318898678 - -8.0000000000 -25.0000000000 -2.8354492188 -2.8320312500 -2.8318898678 - -64.0000000000 12.0000000000 -1.3889160156 -1.3854980469 -1.3854484558 - -64.0000000000 12.0000000000 -1.3889160156 -1.3854980469 -1.3854484558 - 16.0000000000 -51.0000000000 2.8354492188 2.8374023438 2.8375918865 - 16.0000000000 -51.0000000000 2.8354492188 2.8374023438 2.8375918865 - -40.0000000000 -44.0000000000 -2.4077148438 -2.4038085938 -2.4037775993 - -40.0000000000 -44.0000000000 -2.4077148438 -2.4038085938 -2.4037775993 - -21.0000000000 -24.0000000000 -2.4233398438 -2.4228515625 -2.4227628708 - -27.0000000000 -19.0000000000 -2.1879882812 -2.1840820312 -2.1840038300 - -21.0000000000 -24.0000000000 -2.4233398438 -2.4228515625 -2.4227628708 - -50.0000000000 -18.0000000000 -1.9160156250 -1.9165039062 -1.9163519144 - -50.0000000000 -18.0000000000 -1.9160156250 -1.9165039062 -1.9163519144 - -54.0000000000 82.0000000000 -0.5861816406 -0.5825195312 -0.5823529363 - -82.0000000000 50.0000000000 -1.0231933594 -1.0234375000 -1.0232341290 - -54.0000000000 82.0000000000 -0.5861816406 -0.5825195312 -0.5823529363 - 2.0000000000 -25.0000000000 3.0600585938 3.0615234375 3.0617628098 - 2.0000000000 -25.0000000000 3.0600585938 3.0615234375 3.0617628098 - -2.0000000000 27.0000000000 -0.0725097656 -0.0739746094 -0.0739390403 - -2.0000000000 27.0000000000 -0.0725097656 -0.0739746094 -0.0739390403 - -9.0000000000 5.0000000000 -1.0612792969 -1.0637207031 -1.0636978149 - -9.0000000000 5.0000000000 -1.0612792969 -1.0637207031 -1.0636978149 - 23.0000000000 16.0000000000 0.9611816406 0.9628906250 0.9629943967 - 23.0000000000 16.0000000000 0.9611816406 0.9628906250 0.9629943967 - -8.0000000000 -15.0000000000 -2.6484375000 -2.6518554688 -2.6516354084 - -8.0000000000 -15.0000000000 -2.6484375000 -2.6518554688 -2.6516354084 - -27.0000000000 -57.0000000000 -2.7036132812 -2.6992187500 -2.6992185116 - -27.0000000000 -57.0000000000 -2.7036132812 -2.6992187500 -2.6992185116 - 0.0000000000 -26.0000000000 3.1413574219 3.1413574219 3.1415927410 - 0.0000000000 -26.0000000000 3.1413574219 3.1413574219 3.1415927410 - -67.0000000000 48.0000000000 -0.9460449219 -0.9492187500 -0.9491364360 - -67.0000000000 48.0000000000 -0.9460449219 -0.9492187500 -0.9491364360 - -39.0000000000 43.0000000000 -0.7336425781 -0.7368164062 -0.7366563082 - -40.0000000000 43.0000000000 -0.7487792969 -0.7495117188 -0.7492693067 - -39.0000000000 43.0000000000 -0.7336425781 -0.7368164062 -0.7366563082 - -73.0000000000 79.0000000000 -0.7487792969 -0.7460937500 -0.7459449768 - -73.0000000000 79.0000000000 -0.7487792969 -0.7460937500 -0.7459449768 - 18.0000000000 29.0000000000 0.5549316406 0.5554199219 0.5554937124 - 18.0000000000 29.0000000000 0.5549316406 0.5554199219 0.5554937124 - -55.0000000000 -80.0000000000 -2.5395507812 -2.5393066406 -2.5393054485 - -55.0000000000 -80.0000000000 -2.5395507812 -2.5393066406 -2.5393054485 - -55.0000000000 -79.0000000000 -2.5322265625 -2.5334472656 -2.5334200859 - -55.0000000000 -79.0000000000 -2.5322265625 -2.5334472656 -2.5334200859 - -55.0000000000 -80.0000000000 -2.5395507812 -2.5393066406 -2.5393054485 - -55.0000000000 -79.0000000000 -2.5322265625 -2.5334472656 -2.5334200859 - 4.0000000000 29.0000000000 0.1345214844 0.1369628906 0.1370661706 - 4.0000000000 29.0000000000 0.1345214844 0.1369628906 0.1370661706 - -67.0000000000 -27.0000000000 -1.9555664062 -1.9541015625 -1.9538733959 - -67.0000000000 -27.0000000000 -1.9555664062 -1.9541015625 -1.9538733959 - 2.0000000000 -20.0000000000 3.0449218750 3.0417480469 3.0419239998 - 2.0000000000 -20.0000000000 3.0449218750 3.0417480469 3.0419239998 - -41.0000000000 -70.0000000000 -2.6098632812 -2.6118164062 -2.6117436886 - -41.0000000000 -70.0000000000 -2.6098632812 -2.6118164062 -2.6117436886 - 20.0000000000 8.0000000000 1.1857910156 1.1901855469 1.1902899742 - 20.0000000000 8.0000000000 1.1857910156 1.1901855469 1.1902899742 - 15.0000000000 82.0000000000 0.1813964844 0.1809082031 0.1809264570 - -7.0000000000 -84.0000000000 -3.0600585938 -3.0585937500 -3.0584514141 - 15.0000000000 82.0000000000 0.1813964844 0.1809082031 0.1809264570 - 5.0000000000 32.0000000000 0.1584472656 0.1547851562 0.1549967378 - 5.0000000000 32.0000000000 0.1584472656 0.1547851562 0.1549967378 - -14.0000000000 -16.0000000000 -2.4233398438 -2.4228515625 -2.4227628708 - -14.0000000000 -16.0000000000 -2.4233398438 -2.4228515625 -2.4227628708 - -50.0000000000 36.0000000000 -0.9460449219 -0.9467773438 -0.9467732906 - -50.0000000000 36.0000000000 -0.9460449219 -0.9467773438 -0.9467732906 - -45.0000000000 -20.0000000000 -1.9863281250 -1.9892578125 -1.9890207052 - -45.0000000000 -20.0000000000 -1.9863281250 -1.9892578125 -1.9890207052 - 12.0000000000 74.0000000000 0.1584472656 0.1606445312 0.1607627422 - 12.0000000000 74.0000000000 0.1584472656 0.1606445312 0.1607627422 - -48.0000000000 88.0000000000 -0.5002441406 -0.4995117188 -0.4993467331 - -48.0000000000 88.0000000000 -0.5002441406 -0.4995117188 -0.4993467331 - 4.0000000000 95.0000000000 0.0417480469 0.0419921875 0.0420804061 - 4.0000000000 95.0000000000 0.0417480469 0.0419921875 0.0420804061 - 1.0000000000 26.0000000000 0.0417480469 0.0383300781 0.0384425893 - 1.0000000000 26.0000000000 0.0417480469 0.0383300781 0.0384425893 - 2.0000000000 26.0000000000 0.0725097656 0.0766601562 0.0767718926 - 3.0000000000 26.0000000000 0.1120605469 0.1147460938 0.1148766056 - 21.0000000000 15.0000000000 0.9533691406 0.9504394531 0.9505468607 - 21.0000000000 15.0000000000 0.9533691406 0.9504394531 0.9505468607 - -15.0000000000 29.0000000000 -0.4777832031 -0.4775390625 -0.4773453772 - -15.0000000000 29.0000000000 -0.4777832031 -0.4775390625 -0.4773453772 - -14.0000000000 29.0000000000 -0.4470214844 -0.4499511719 -0.4497596025 - -3.0000000000 -43.0000000000 -3.0688476562 -3.0720214844 -3.0719382763 - -3.0000000000 -43.0000000000 -3.0688476562 -3.0720214844 -3.0719382763 - -50.0000000000 92.0000000000 -0.5002441406 -0.4980468750 -0.4978223443 - -50.0000000000 92.0000000000 -0.5002441406 -0.4980468750 -0.4978223443 - -84.0000000000 -64.0000000000 -2.2192382812 -2.2219238281 -2.2218730450 - -84.0000000000 -64.0000000000 -2.2192382812 -2.2219238281 -2.2218730450 - -50.0000000000 92.0000000000 -0.5002441406 -0.4980468750 -0.4978223443 - -84.0000000000 -64.0000000000 -2.2192382812 -2.2219238281 -2.2218730450 - -11.0000000000 -7.0000000000 -2.1420898438 -2.1376953125 -2.1375255585 - -11.0000000000 -7.0000000000 -2.1420898438 -2.1376953125 -2.1375255585 - -58.0000000000 48.0000000000 -0.8747558594 -0.8796386719 -0.8794594407 - -58.0000000000 48.0000000000 -0.8747558594 -0.8796386719 -0.8794594407 - -58.0000000000 49.0000000000 -0.8674316406 -0.8693847656 -0.8693128228 - -58.0000000000 49.0000000000 -0.8674316406 -0.8693847656 -0.8693128228 - -58.0000000000 48.0000000000 -0.8747558594 -0.8796386719 -0.8794594407 - -58.0000000000 49.0000000000 -0.8674316406 -0.8693847656 -0.8693128228 - 7.0000000000 -10.0000000000 2.5322265625 2.5307617188 2.5308668613 - 7.0000000000 -10.0000000000 2.5322265625 2.5307617188 2.5308668613 - 7.0000000000 -9.0000000000 2.4775390625 2.4804687500 2.4805495739 - 7.0000000000 -9.0000000000 2.4775390625 2.4804687500 2.4805495739 - -3.0000000000 -49.0000000000 -3.0839843750 -3.0805664062 -3.0804445744 - -3.0000000000 -49.0000000000 -3.0839843750 -3.0805664062 -3.0804445744 - 21.0000000000 8.0000000000 1.2097167969 1.2067871094 1.2068173885 - 21.0000000000 8.0000000000 1.2097167969 1.2067871094 1.2068173885 - 2.0000000000 78.0000000000 0.0266113281 0.0256347656 0.0256354082 - 2.0000000000 78.0000000000 0.0266113281 0.0256347656 0.0256354082 - -36.0000000000 -21.0000000000 -2.0952148438 -2.0988769531 -2.0988707542 - -36.0000000000 -21.0000000000 -2.0952148438 -2.0988769531 -2.0988707542 - -75.0000000000 1.0000000000 -1.5598144531 -1.5576171875 -1.5574638844 - -75.0000000000 1.0000000000 -1.5598144531 -1.5576171875 -1.5574638844 - 15.0000000000 80.0000000000 0.1813964844 0.1853027344 0.1853479445 - 15.0000000000 80.0000000000 0.1813964844 0.1853027344 0.1853479445 - -66.0000000000 85.0000000000 -0.6638183594 -0.6604003906 -0.6602281928 - -66.0000000000 85.0000000000 -0.6638183594 -0.6604003906 -0.6602281928 - -76.0000000000 34.0000000000 -1.1477050781 -1.1501464844 -1.1501330137 - -64.0000000000 51.0000000000 -0.8991699219 -0.8981933594 -0.8979638219 - -65.0000000000 50.0000000000 -0.9147949219 -0.9152832031 -0.9151007533 - -76.0000000000 34.0000000000 -1.1477050781 -1.1501464844 -1.1501330137 - -35.0000000000 44.0000000000 -0.6711425781 -0.6721191406 -0.6719631553 - -35.0000000000 44.0000000000 -0.6711425781 -0.6721191406 -0.6719631553 - 2.0000000000 26.0000000000 0.0725097656 0.0766601562 0.0767718926 - 1.0000000000 26.0000000000 0.0417480469 0.0383300781 0.0384425893 - 2.0000000000 26.0000000000 0.0725097656 0.0766601562 0.0767718926 - 3.0000000000 26.0000000000 0.1120605469 0.1147460938 0.1148766056 - -40.0000000000 42.0000000000 -0.7575683594 -0.7612304688 -0.7610127330 - -40.0000000000 42.0000000000 -0.7575683594 -0.7612304688 -0.7610127330 - 23.0000000000 -80.0000000000 2.8583984375 2.8615722656 2.8616428375 - 23.0000000000 -80.0000000000 2.8583984375 2.8615722656 2.8616428375 - -36.0000000000 -13.0000000000 -1.9160156250 -1.9174804688 -1.9173352718 - -36.0000000000 -13.0000000000 -1.9160156250 -1.9174804688 -1.9173352718 - -14.0000000000 29.0000000000 -0.4470214844 -0.4499511719 -0.4497596025 - -15.0000000000 29.0000000000 -0.4777832031 -0.4775390625 -0.4773453772 - -14.0000000000 29.0000000000 -0.4470214844 -0.4499511719 -0.4497596025 - -3.0000000000 24.0000000000 -0.1271972656 -0.1245117188 -0.1243549958 - -3.0000000000 24.0000000000 -0.1271972656 -0.1245117188 -0.1243549958 - -35.0000000000 -28.0000000000 -2.2421875000 -2.2456054688 -2.2455372810 - -35.0000000000 -28.0000000000 -2.2421875000 -2.2456054688 -2.2455372810 - -4.0000000000 -29.0000000000 -3.0068359375 -3.0046386719 -3.0045266151 - -4.0000000000 -29.0000000000 -3.0068359375 -3.0046386719 -3.0045266151 - -7.0000000000 50.0000000000 -0.1433105469 -0.1391601562 -0.1390959471 - -7.0000000000 50.0000000000 -0.1433105469 -0.1391601562 -0.1390959471 - 22.0000000000 16.0000000000 0.9372558594 0.9418945312 0.9420000911 - 22.0000000000 16.0000000000 0.9372558594 0.9418945312 0.9420000911 - 19.0000000000 19.0000000000 0.7883300781 0.7851562500 0.7853981853 - 19.0000000000 19.0000000000 0.7883300781 0.7851562500 0.7853981853 - 22.0000000000 16.0000000000 0.9372558594 0.9418945312 0.9420000911 - 19.0000000000 19.0000000000 0.7883300781 0.7851562500 0.7853981853 - -65.0000000000 31.0000000000 -1.1232910156 -1.1259765625 -1.1257801056 - -65.0000000000 31.0000000000 -1.1232910156 -1.1259765625 -1.1257801056 - -46.0000000000 -10.0000000000 -1.7841796875 -1.7849121094 -1.7848570347 - -46.0000000000 -10.0000000000 -1.7841796875 -1.7849121094 -1.7848570347 - 13.0000000000 23.0000000000 0.5163574219 0.5144042969 0.5144513249 - 13.0000000000 23.0000000000 0.5163574219 0.5144042969 0.5144513249 - -41.0000000000 -25.0000000000 -2.1181640625 -2.1184082031 -2.1183586121 - -41.0000000000 -25.0000000000 -2.1181640625 -2.1184082031 -2.1183586121 - -7.0000000000 -84.0000000000 -3.0600585938 -3.0585937500 -3.0584514141 - -7.0000000000 -84.0000000000 -3.0600585938 -3.0585937500 -3.0584514141 - 15.0000000000 82.0000000000 0.1813964844 0.1809082031 0.1809264570 - -12.0000000000 37.0000000000 -0.3137207031 -0.3137207031 -0.3136206567 - -12.0000000000 37.0000000000 -0.3137207031 -0.3137207031 -0.3136206567 - 5.0000000000 30.0000000000 0.1657714844 0.1650390625 0.1651486754 - 5.0000000000 30.0000000000 0.1657714844 0.1650390625 0.1651486754 - -65.0000000000 50.0000000000 -0.9147949219 -0.9152832031 -0.9151007533 - -64.0000000000 51.0000000000 -0.8991699219 -0.8981933594 -0.8979638219 - -65.0000000000 50.0000000000 -0.9147949219 -0.9152832031 -0.9151007533 - -76.0000000000 34.0000000000 -1.1477050781 -1.1501464844 -1.1501330137 - -9.0000000000 16.0000000000 -0.5090332031 -0.5124511719 -0.5123894811 - -9.0000000000 16.0000000000 -0.5090332031 -0.5124511719 -0.5123894811 - -35.0000000000 56.0000000000 -0.5549316406 -0.5588378906 -0.5585992932 - -35.0000000000 56.0000000000 -0.5549316406 -0.5588378906 -0.5585992932 - 3.0000000000 26.0000000000 0.1120605469 0.1147460938 0.1148766056 - 1.0000000000 26.0000000000 0.0417480469 0.0383300781 0.0384425893 - 2.0000000000 26.0000000000 0.0725097656 0.0766601562 0.0767718926 - 3.0000000000 26.0000000000 0.1120605469 0.1147460938 0.1148766056 - -12.0000000000 -6.0000000000 -2.0332031250 -2.0346679688 -2.0344438553 - -12.0000000000 -6.0000000000 -2.0332031250 -2.0346679688 -2.0344438553 - 0.0000000000 -26.0000000000 3.1413574219 3.1413574219 3.1415927410 - 0.0000000000 -26.0000000000 3.1413574219 3.1413574219 3.1415927410 - -1.0000000000 -37.0000000000 -3.1147460938 -3.1147460938 -3.1145722866 - -1.0000000000 -37.0000000000 -3.1147460938 -3.1147460938 -3.1145722866 - 9.0000000000 -37.0000000000 2.9047851562 2.9028320312 2.9029834270 - 9.0000000000 -37.0000000000 2.9047851562 2.9028320312 2.9029834270 - -1.0000000000 -37.0000000000 -3.1147460938 -3.1147460938 -3.1145722866 - 9.0000000000 -37.0000000000 2.9047851562 2.9028320312 2.9029834270 - -15.0000000000 -20.0000000000 -2.5009765625 -2.4982910156 -2.4980916977 - -15.0000000000 -20.0000000000 -2.5009765625 -2.4982910156 -2.4980916977 - -8.0000000000 -39.0000000000 -2.9355468750 -2.9394531250 -2.9392712116 - -8.0000000000 -39.0000000000 -2.9355468750 -2.9394531250 -2.9392712116 - -18.0000000000 13.0000000000 -0.9460449219 -0.9453125000 -0.9453113079 - -18.0000000000 13.0000000000 -0.9460449219 -0.9453125000 -0.9453113079 - -22.0000000000 6.0000000000 -1.3024902344 -1.3046875000 -1.3045443296 - 8.0000000000 -40.0000000000 2.9448242188 2.9440917969 2.9441971779 - 10.0000000000 -41.0000000000 2.9047851562 2.9023437500 2.9023611546 - 8.0000000000 -40.0000000000 2.9448242188 2.9440917969 2.9441971779 - 18.0000000000 0.0000000000 1.5705566406 1.5705566406 1.5707963705 - 18.0000000000 0.0000000000 1.5705566406 1.5705566406 1.5707963705 - 1.0000000000 -14.0000000000 3.0688476562 3.0700683594 3.0702853203 - 1.0000000000 -14.0000000000 3.0688476562 3.0700683594 3.0702853203 - -88.0000000000 91.0000000000 -0.7648925781 -0.7687988281 -0.7686399817 - -88.0000000000 91.0000000000 -0.7648925781 -0.7687988281 -0.7686399817 - -35.0000000000 -48.0000000000 -2.5083007812 -2.5117187500 -2.5115587711 - -47.0000000000 -35.0000000000 -2.2114257812 -2.2109375000 -2.2108845711 - -35.0000000000 -48.0000000000 -2.5083007812 -2.5117187500 -2.5115587711 - 20.0000000000 33.0000000000 0.5471191406 0.5446777344 0.5448639393 - 20.0000000000 33.0000000000 0.5471191406 0.5446777344 0.5448639393 - 18.0000000000 2.0000000000 1.4582519531 1.4599609375 1.4601391554 - 18.0000000000 2.0000000000 1.4582519531 1.4599609375 1.4601391554 - 6.0000000000 17.0000000000 0.3376464844 0.3391113281 0.3392926157 - 6.0000000000 17.0000000000 0.3376464844 0.3391113281 0.3392926157 - -43.0000000000 -47.0000000000 -2.3999023438 -2.4006347656 -2.4006097317 - -43.0000000000 -47.0000000000 -2.3999023438 -2.4006347656 -2.4006097317 - -52.0000000000 42.0000000000 -0.8913574219 -0.8916015625 -0.8913825750 - -52.0000000000 42.0000000000 -0.8913574219 -0.8916015625 -0.8913825750 - -26.0000000000 71.0000000000 -0.3532714844 -0.3510742188 -0.3510308862 - -26.0000000000 71.0000000000 -0.3532714844 -0.3510742188 -0.3510308862 - -11.0000000000 38.0000000000 -0.2829589844 -0.2819824219 -0.2817718685 - -11.0000000000 38.0000000000 -0.2829589844 -0.2819824219 -0.2817718685 - -4.0000000000 -11.0000000000 -2.7963867188 -2.7929687500 -2.7928216457 - -4.0000000000 -11.0000000000 -2.7963867188 -2.7929687500 -2.7928216457 - 26.0000000000 94.0000000000 0.2678222656 0.2697753906 0.2698491514 - 26.0000000000 94.0000000000 0.2678222656 0.2697753906 0.2698491514 - -27.0000000000 -58.0000000000 -2.7036132812 -2.7060546875 -2.7059099674 - -27.0000000000 -58.0000000000 -2.7036132812 -2.7060546875 -2.7059099674 - 23.0000000000 79.0000000000 0.2829589844 0.2832031250 0.2833079696 - 23.0000000000 79.0000000000 0.2829589844 0.2832031250 0.2833079696 - 0.0000000000 -26.0000000000 3.1413574219 3.1413574219 3.1415927410 - 0.0000000000 -26.0000000000 3.1413574219 3.1413574219 3.1415927410 - -31.0000000000 29.0000000000 -0.8215332031 -0.8188476562 -0.8187192082 - -31.0000000000 29.0000000000 -0.8215332031 -0.8188476562 -0.8187192082 - -58.0000000000 26.0000000000 -1.1477050781 -1.1494140625 -1.1493771076 - -58.0000000000 26.0000000000 -1.1477050781 -1.1494140625 -1.1493771076 - -29.0000000000 3.0000000000 -1.4665527344 -1.4677734375 -1.4677147865 - -29.0000000000 3.0000000000 -1.4665527344 -1.4677734375 -1.4677147865 - 19.0000000000 84.0000000000 0.2209472656 0.2224121094 0.2224472612 - 19.0000000000 84.0000000000 0.2209472656 0.2224121094 0.2224472612 - 20.0000000000 84.0000000000 0.2365722656 0.2336425781 0.2337431759 - 19.0000000000 85.0000000000 0.2209472656 0.2197265625 0.2199142724 - 19.0000000000 85.0000000000 0.2209472656 0.2197265625 0.2199142724 - 19.0000000000 84.0000000000 0.2209472656 0.2224121094 0.2224472612 - 20.0000000000 84.0000000000 0.2365722656 0.2336425781 0.2337431759 - 19.0000000000 85.0000000000 0.2209472656 0.2197265625 0.2199142724 - -88.0000000000 0.0000000000 -1.5705566406 -1.5708007812 -1.5707963705 - -88.0000000000 0.0000000000 -1.5705566406 -1.5708007812 -1.5707963705 - -12.0000000000 20.0000000000 -0.5397949219 -0.5405273438 -0.5404195189 - -12.0000000000 20.0000000000 -0.5397949219 -0.5405273438 -0.5404195189 - 0.0000000000 -94.0000000000 3.1413574219 3.1413574219 3.1415927410 - 0.0000000000 -94.0000000000 3.1413574219 3.1413574219 3.1415927410 - -75.0000000000 -34.0000000000 -1.9936523438 -1.9965820312 -1.9964188337 - -75.0000000000 -34.0000000000 -1.9936523438 -1.9965820312 -1.9964188337 - -75.0000000000 -33.0000000000 -1.9863281250 -1.9853515625 -1.9853032827 - -74.0000000000 -34.0000000000 -2.0014648438 -2.0017089844 -2.0014889240 - 20.0000000000 7.0000000000 1.2326660156 1.2338867188 1.2341215611 - 20.0000000000 7.0000000000 1.2326660156 1.2338867188 1.2341215611 - -16.0000000000 -2.0000000000 -1.6982421875 -1.6953125000 -1.6951513290 - -16.0000000000 -2.0000000000 -1.6982421875 -1.6953125000 -1.6951513290 - 9.0000000000 -9.0000000000 2.3530273438 2.3559570312 2.3561944962 - 9.0000000000 -9.0000000000 2.3530273438 2.3559570312 2.3561944962 - -47.0000000000 -35.0000000000 -2.2114257812 -2.2109375000 -2.2108845711 - -47.0000000000 -35.0000000000 -2.2114257812 -2.2109375000 -2.2108845711 - -35.0000000000 -48.0000000000 -2.5083007812 -2.5117187500 -2.5115587711 - 13.0000000000 41.0000000000 0.3059082031 0.3068847656 0.3070457280 - 13.0000000000 41.0000000000 0.3059082031 0.3068847656 0.3070457280 - 17.0000000000 -16.0000000000 2.3286132812 2.3256835938 2.3259007931 - 17.0000000000 -16.0000000000 2.3286132812 2.3256835938 2.3259007931 - 12.0000000000 -21.0000000000 2.6250000000 2.6223144531 2.6224465370 - 12.0000000000 -21.0000000000 2.6250000000 2.6223144531 2.6224465370 - 17.0000000000 -16.0000000000 2.3286132812 2.3256835938 2.3259007931 - 12.0000000000 -21.0000000000 2.6250000000 2.6223144531 2.6224465370 - -36.0000000000 -50.0000000000 -2.5170898438 -2.5175781250 -2.5175695419 - -36.0000000000 -50.0000000000 -2.5170898438 -2.5175781250 -2.5175695419 - 17.0000000000 64.0000000000 0.2590332031 0.2595214844 0.2596296370 - 17.0000000000 64.0000000000 0.2590332031 0.2595214844 0.2596296370 - 7.0000000000 100.0000000000 0.0725097656 0.0698242188 0.0698859990 - 7.0000000000 100.0000000000 0.0725097656 0.0698242188 0.0698859990 - -72.0000000000 4.0000000000 -1.5129394531 -1.5153808594 -1.5152978897 - -72.0000000000 4.0000000000 -1.5129394531 -1.5153808594 -1.5152978897 - 17.0000000000 -68.0000000000 2.8974609375 2.8964843750 2.8966140747 - -37.0000000000 -2.0000000000 -1.6284179688 -1.6250000000 -1.6247978210 - -37.0000000000 -2.0000000000 -1.6284179688 -1.6250000000 -1.6247978210 - 9.0000000000 -14.0000000000 2.5703125000 2.5700683594 2.5702552795 - 9.0000000000 -14.0000000000 2.5703125000 2.5700683594 2.5702552795 - -9.0000000000 1.0000000000 -1.4582519531 -1.4602050781 -1.4601391554 - -9.0000000000 1.0000000000 -1.4582519531 -1.4602050781 -1.4601391554 - 28.0000000000 80.0000000000 0.3376464844 0.3366699219 0.3366748095 - 28.0000000000 80.0000000000 0.3376464844 0.3366699219 0.3366748095 - -64.0000000000 51.0000000000 -0.8991699219 -0.8981933594 -0.8979638219 - -64.0000000000 51.0000000000 -0.8991699219 -0.8981933594 -0.8979638219 - -65.0000000000 50.0000000000 -0.9147949219 -0.9152832031 -0.9151007533 - -76.0000000000 34.0000000000 -1.1477050781 -1.1501464844 -1.1501330137 - 6.0000000000 18.0000000000 0.3210449219 0.3215332031 0.3217505515 - 6.0000000000 18.0000000000 0.3210449219 0.3215332031 0.3217505515 - 18.0000000000 12.0000000000 0.9841308594 0.9826660156 0.9827937484 - 18.0000000000 12.0000000000 0.9841308594 0.9826660156 0.9827937484 - 15.0000000000 -41.0000000000 2.7880859375 2.7907714844 2.7908647060 - 15.0000000000 -41.0000000000 2.7880859375 2.7907714844 2.7908647060 - 15.0000000000 -40.0000000000 2.7807617188 2.7827148438 2.7828221321 - 15.0000000000 -40.0000000000 2.7807617188 2.7827148438 2.7828221321 - 15.0000000000 -41.0000000000 2.7880859375 2.7907714844 2.7908647060 - 15.0000000000 -40.0000000000 2.7807617188 2.7827148438 2.7828221321 - -28.0000000000 -71.0000000000 -2.7656250000 -2.7661132812 -2.7659525871 - -28.0000000000 -71.0000000000 -2.7656250000 -2.7661132812 -2.7659525871 - -42.0000000000 3.0000000000 -1.4978027344 -1.4995117188 -1.4994889498 - -42.0000000000 3.0000000000 -1.4978027344 -1.4995117188 -1.4994889498 - -11.0000000000 -95.0000000000 -3.0292968750 -3.0263671875 -3.0263166428 - -11.0000000000 -95.0000000000 -3.0292968750 -3.0263671875 -3.0263166428 - 20.0000000000 84.0000000000 0.2365722656 0.2336425781 0.2337431759 - 19.0000000000 84.0000000000 0.2209472656 0.2224121094 0.2224472612 - 20.0000000000 84.0000000000 0.2365722656 0.2336425781 0.2337431759 - 19.0000000000 85.0000000000 0.2209472656 0.2197265625 0.2199142724 - 10.0000000000 -41.0000000000 2.9047851562 2.9023437500 2.9023611546 - 10.0000000000 -41.0000000000 2.9047851562 2.9023437500 2.9023611546 - 8.0000000000 -40.0000000000 2.9448242188 2.9440917969 2.9441971779 - -75.0000000000 -33.0000000000 -1.9863281250 -1.9853515625 -1.9853032827 - -75.0000000000 -34.0000000000 -1.9936523438 -1.9965820312 -1.9964188337 - -75.0000000000 -33.0000000000 -1.9863281250 -1.9853515625 -1.9853032827 - -74.0000000000 -34.0000000000 -2.0014648438 -2.0017089844 -2.0014889240 - -51.0000000000 -37.0000000000 -2.1953125000 -2.1984863281 -2.1984257698 - -51.0000000000 -37.0000000000 -2.1953125000 -2.1984863281 -2.1984257698 - -29.0000000000 20.0000000000 -0.9685058594 -0.9672851562 -0.9670470357 - -29.0000000000 20.0000000000 -0.9685058594 -0.9672851562 -0.9670470357 - -6.0000000000 -21.0000000000 -2.8662109375 -2.8635253906 -2.8632931709 - -6.0000000000 -21.0000000000 -2.8662109375 -2.8635253906 -2.8632931709 - 27.0000000000 -21.0000000000 2.2348632812 2.2316894531 2.2318396568 - 27.0000000000 -21.0000000000 2.2348632812 2.2316894531 2.2318396568 - -21.0000000000 -41.0000000000 -2.6718750000 -2.6684570312 -2.6682367325 - -21.0000000000 -41.0000000000 -2.6718750000 -2.6684570312 -2.6682367325 - 18.0000000000 48.0000000000 0.3605957031 0.3586425781 0.3587706685 - 18.0000000000 48.0000000000 0.3605957031 0.3586425781 0.3587706685 - -32.0000000000 -43.0000000000 -2.5009765625 -2.5019531250 -2.5018229485 - -32.0000000000 -43.0000000000 -2.5009765625 -2.5019531250 -2.5018229485 - -67.0000000000 58.0000000000 -0.8596191406 -0.8574218750 -0.8572741747 - -67.0000000000 58.0000000000 -0.8596191406 -0.8574218750 -0.8572741747 - -28.0000000000 -32.0000000000 -2.4233398438 -2.4228515625 -2.4227628708 - -28.0000000000 -32.0000000000 -2.4233398438 -2.4228515625 -2.4227628708 - -27.0000000000 -32.0000000000 -2.4384765625 -2.4409179688 -2.4407382011 - -4.0000000000 27.0000000000 -0.1506347656 -0.1472167969 -0.1470783502 - -4.0000000000 27.0000000000 -0.1506347656 -0.1472167969 -0.1470783502 - -4.0000000000 14.0000000000 -0.2751464844 -0.2783203125 -0.2782996595 - -4.0000000000 14.0000000000 -0.2751464844 -0.2783203125 -0.2782996595 - 12.0000000000 -23.0000000000 2.6635742188 2.6606445312 2.6607055664 - 12.0000000000 -23.0000000000 2.6635742188 2.6606445312 2.6607055664 - -6.0000000000 -13.0000000000 -2.7109375000 -2.7092285156 -2.7091848850 - -6.0000000000 -13.0000000000 -2.7109375000 -2.7092285156 -2.7091848850 - -3.0000000000 98.0000000000 -0.0344238281 -0.0307617188 -0.0306026880 - -3.0000000000 98.0000000000 -0.0344238281 -0.0307617188 -0.0306026880 - -22.0000000000 6.0000000000 -1.3024902344 -1.3046875000 -1.3045443296 - -18.0000000000 13.0000000000 -0.9460449219 -0.9453125000 -0.9453113079 - -22.0000000000 6.0000000000 -1.3024902344 -1.3046875000 -1.3045443296 - -1.0000000000 -14.0000000000 -3.0688476562 -3.0703125000 -3.0702853203 - -1.0000000000 -14.0000000000 -3.0688476562 -3.0703125000 -3.0702853203 - -74.0000000000 -34.0000000000 -2.0014648438 -2.0017089844 -2.0014889240 - -75.0000000000 -34.0000000000 -1.9936523438 -1.9965820312 -1.9964188337 - -75.0000000000 -33.0000000000 -1.9863281250 -1.9853515625 -1.9853032827 - -74.0000000000 -34.0000000000 -2.0014648438 -2.0017089844 -2.0014889240 - 24.0000000000 -36.0000000000 2.5551757812 2.5534667969 2.5535900593 - 24.0000000000 -36.0000000000 2.5551757812 2.5534667969 2.5535900593 - -6.0000000000 -34.0000000000 -2.9672851562 -2.9670410156 -2.9669206142 - -6.0000000000 -34.0000000000 -2.9672851562 -2.9670410156 -2.9669206142 - -50.0000000000 -7.0000000000 -1.7143554688 -1.7099609375 -1.7098922729 - -50.0000000000 -7.0000000000 -1.7143554688 -1.7099609375 -1.7098922729 - 0.0000000000 -10.0000000000 3.1413574219 3.1413574219 3.1415927410 - 0.0000000000 -10.0000000000 3.1413574219 3.1413574219 3.1415927410 - 24.0000000000 -3.0000000000 1.6982421875 1.6950683594 1.6951513290 - 24.0000000000 -3.0000000000 1.6982421875 1.6950683594 1.6951513290 - 16.0000000000 -22.0000000000 2.5083007812 2.5126953125 2.5127964020 - 16.0000000000 -22.0000000000 2.5083007812 2.5126953125 2.5127964020 - -11.0000000000 78.0000000000 -0.1433105469 -0.1401367188 -0.1401017308 - -11.0000000000 78.0000000000 -0.1433105469 -0.1401367188 -0.1401017308 - 25.0000000000 -2.0000000000 1.6523437500 1.6503906250 1.6506263018 - 25.0000000000 -2.0000000000 1.6523437500 1.6503906250 1.6506263018 - 10.0000000000 23.0000000000 0.4069824219 0.4099121094 0.4101273417 - -48.0000000000 39.0000000000 -0.8913574219 -0.8886718750 -0.8884798288 - -48.0000000000 39.0000000000 -0.8913574219 -0.8886718750 -0.8884798288 - 15.0000000000 37.0000000000 0.3845214844 0.3850097656 0.3851574957 - 15.0000000000 37.0000000000 0.3845214844 0.3850097656 0.3851574957 - 6.0000000000 -43.0000000000 3.0068359375 3.0029296875 3.0029530525 - 6.0000000000 -43.0000000000 3.0068359375 3.0029296875 3.0029530525 - -5.0000000000 -26.0000000000 -2.9521484375 -2.9516601562 -2.9516043663 - -5.0000000000 -26.0000000000 -2.9521484375 -2.9516601562 -2.9516043663 - -49.0000000000 85.0000000000 -0.5241699219 -0.5229492188 -0.5229387879 - -49.0000000000 85.0000000000 -0.5241699219 -0.5229492188 -0.5229387879 - -73.0000000000 58.0000000000 -0.8991699219 -0.8994140625 -0.8994054794 - -73.0000000000 58.0000000000 -0.8991699219 -0.8994140625 -0.8994054794 - -30.0000000000 -7.0000000000 -1.7993164062 -1.8000488281 -1.8000283241 - -30.0000000000 -7.0000000000 -1.7993164062 -1.8000488281 -1.8000283241 - -27.0000000000 -32.0000000000 -2.4384765625 -2.4409179688 -2.4407382011 - -28.0000000000 -32.0000000000 -2.4233398438 -2.4228515625 -2.4227628708 - -27.0000000000 -32.0000000000 -2.4384765625 -2.4409179688 -2.4407382011 - -68.0000000000 84.0000000000 -0.6789550781 -0.6806640625 -0.6805212498 - -68.0000000000 84.0000000000 -0.6789550781 -0.6806640625 -0.6805212498 - -17.0000000000 25.0000000000 -0.5935058594 -0.5974121094 -0.5971766710 - -17.0000000000 25.0000000000 -0.5935058594 -0.5974121094 -0.5971766710 - 14.0000000000 21.0000000000 0.5861816406 0.5878906250 0.5880026221 - 14.0000000000 21.0000000000 0.5861816406 0.5878906250 0.5880026221 - 14.0000000000 21.0000000000 0.5861816406 0.5878906250 0.5880026221 - 23.0000000000 -9.0000000000 1.9467773438 1.9436035156 1.9437841177 - 23.0000000000 -9.0000000000 1.9467773438 1.9436035156 1.9437841177 - 17.0000000000 11.0000000000 0.9919433594 0.9963378906 0.9964915514 - 17.0000000000 11.0000000000 0.9919433594 0.9963378906 0.9964915514 - -37.0000000000 79.0000000000 -0.4377441406 -0.4382324219 -0.4380122125 - -37.0000000000 79.0000000000 -0.4377441406 -0.4382324219 -0.4380122125 - -3.0000000000 60.0000000000 -0.0500488281 -0.0500488281 -0.0499583967 - -2.0000000000 59.0000000000 -0.0344238281 -0.0339355469 -0.0338853300 - -3.0000000000 60.0000000000 -0.0500488281 -0.0500488281 -0.0499583967 - -3.0000000000 60.0000000000 -0.0500488281 -0.0500488281 -0.0499583967 - -14.0000000000 0.0000000000 -1.5705566406 -1.5708007812 -1.5707963705 - -14.0000000000 0.0000000000 -1.5705566406 -1.5708007812 -1.5707963705 - -20.0000000000 72.0000000000 -0.2678222656 -0.2709960938 -0.2709468603 - -20.0000000000 72.0000000000 -0.2678222656 -0.2709960938 -0.2709468603 - 0.0000000000 -53.0000000000 3.1413574219 3.1413574219 3.1415927410 - 0.0000000000 -53.0000000000 3.1413574219 3.1413574219 3.1415927410 - 0.0000000000 -52.0000000000 3.1413574219 3.1413574219 3.1415927410 - 0.0000000000 -52.0000000000 3.1413574219 3.1413574219 3.1415927410 - 0.0000000000 -53.0000000000 3.1413574219 3.1413574219 3.1415927410 - 0.0000000000 -52.0000000000 3.1413574219 3.1413574219 3.1415927410 - -3.0000000000 -12.0000000000 -2.8974609375 -2.8967285156 -2.8966140747 - -3.0000000000 -12.0000000000 -2.8974609375 -2.8967285156 -2.8966140747 - -2.0000000000 -12.0000000000 -2.9755859375 -2.9765625000 -2.9764440060 - -8.0000000000 -28.0000000000 -2.8662109375 -2.8635253906 -2.8632931709 - -8.0000000000 -28.0000000000 -2.8662109375 -2.8635253906 -2.8632931709 - -57.0000000000 -7.0000000000 -1.6904296875 -1.6931152344 -1.6929914951 - -57.0000000000 -7.0000000000 -1.6904296875 -1.6931152344 -1.6929914951 - -47.0000000000 -38.0000000000 -2.2500000000 -2.2507324219 -2.2507052422 - -47.0000000000 -38.0000000000 -2.2500000000 -2.2507324219 -2.2507052422 - -83.0000000000 -72.0000000000 -2.2890625000 -2.2854003906 -2.2853455544 - -83.0000000000 -72.0000000000 -2.2890625000 -2.2854003906 -2.2853455544 - -23.0000000000 -32.0000000000 -2.5170898438 -2.5185546875 -2.5183935165 - -23.0000000000 -32.0000000000 -2.5170898438 -2.5185546875 -2.5183935165 - -9.0000000000 21.0000000000 -0.4069824219 -0.4050292969 -0.4048917890 - -9.0000000000 21.0000000000 -0.4069824219 -0.4050292969 -0.4048917890 - 2.0000000000 56.0000000000 0.0344238281 0.0356445312 0.0356991142 - 2.0000000000 56.0000000000 0.0344238281 0.0356445312 0.0356991142 - 17.0000000000 -68.0000000000 2.8974609375 2.8964843750 2.8966140747 - -72.0000000000 4.0000000000 -1.5129394531 -1.5153808594 -1.5152978897 - 17.0000000000 -68.0000000000 2.8974609375 2.8964843750 2.8966140747 - -65.0000000000 72.0000000000 -0.7336425781 -0.7343750000 -0.7343476415 - -65.0000000000 72.0000000000 -0.7336425781 -0.7343750000 -0.7343476415 - -65.0000000000 75.0000000000 -0.7106933594 -0.7141113281 -0.7140907049 - -49.0000000000 59.0000000000 -0.6955566406 -0.6931152344 -0.6930688024 - -49.0000000000 59.0000000000 -0.6955566406 -0.6931152344 -0.6930688024 - 14.0000000000 21.0000000000 0.5861816406 0.5878906250 0.5880026221 - 14.0000000000 21.0000000000 0.5861816406 0.5878906250 0.5880026221 - 14.0000000000 21.0000000000 0.5861816406 0.5878906250 0.5880026221 - 23.0000000000 25.0000000000 0.7414550781 0.7436523438 0.7437555790 - 23.0000000000 25.0000000000 0.7414550781 0.7436523438 0.7437555790 - -2.0000000000 38.0000000000 -0.0500488281 -0.0527343750 -0.0525830612 - -1.0000000000 37.0000000000 -0.0266113281 -0.0270996094 -0.0270204488 - -2.0000000000 38.0000000000 -0.0500488281 -0.0527343750 -0.0525830612 - -95.0000000000 50.0000000000 -1.0852050781 -1.0864257812 -1.0863184929 - -95.0000000000 50.0000000000 -1.0852050781 -1.0864257812 -1.0863184929 - 24.0000000000 97.0000000000 0.2438964844 0.2424316406 0.2425514907 - 24.0000000000 97.0000000000 0.2438964844 0.2424316406 0.2425514907 - 18.0000000000 12.0000000000 0.9841308594 0.9826660156 0.9827937484 - 18.0000000000 12.0000000000 0.9841308594 0.9826660156 0.9827937484 - -67.0000000000 -53.0000000000 -2.2421875000 -2.2402343750 -2.2400529385 - -67.0000000000 -53.0000000000 -2.2421875000 -2.2402343750 -2.2400529385 - -78.0000000000 33.0000000000 -1.1706542969 -1.1706542969 -1.1705557108 - 8.0000000000 -9.0000000000 2.4150390625 2.4147949219 2.4149503708 - 8.0000000000 -9.0000000000 2.4150390625 2.4147949219 2.4149503708 - -8.0000000000 -79.0000000000 -3.0375976562 -3.0407714844 -3.0406708717 - -8.0000000000 -79.0000000000 -3.0375976562 -3.0407714844 -3.0406708717 - -2.0000000000 59.0000000000 -0.0344238281 -0.0339355469 -0.0338853300 - -2.0000000000 59.0000000000 -0.0344238281 -0.0339355469 -0.0338853300 - -3.0000000000 60.0000000000 -0.0500488281 -0.0500488281 -0.0499583967 - -3.0000000000 60.0000000000 -0.0500488281 -0.0500488281 -0.0499583967 - -3.0000000000 60.0000000000 -0.0500488281 -0.0500488281 -0.0499583967 - -2.0000000000 59.0000000000 -0.0344238281 -0.0339355469 -0.0338853300 - -3.0000000000 60.0000000000 -0.0500488281 -0.0500488281 -0.0499583967 - -3.0000000000 60.0000000000 -0.0500488281 -0.0500488281 -0.0499583967 - -28.0000000000 -21.0000000000 -2.2114257812 -2.2143554688 -2.2142975330 - -28.0000000000 -21.0000000000 -2.2114257812 -2.2143554688 -2.2142975330 - 27.0000000000 -28.0000000000 2.3764648438 2.3742675781 2.3743743896 - 27.0000000000 -28.0000000000 2.3764648438 2.3742675781 2.3743743896 - 2.0000000000 -17.0000000000 3.0219726562 3.0244140625 3.0244839191 - 2.0000000000 -17.0000000000 3.0219726562 3.0244140625 3.0244839191 - -56.0000000000 -43.0000000000 -2.2265625000 -2.2258300781 -2.2256283760 - -56.0000000000 -43.0000000000 -2.2265625000 -2.2258300781 -2.2256283760 - 10.0000000000 23.0000000000 0.4069824219 0.4099121094 0.4101273417 - 25.0000000000 -2.0000000000 1.6523437500 1.6503906250 1.6506263018 - 10.0000000000 23.0000000000 0.4069824219 0.4099121094 0.4101273417 - 10.0000000000 24.0000000000 0.3918457031 0.3947753906 0.3947911263 - 10.0000000000 24.0000000000 0.3918457031 0.3947753906 0.3947911263 - 10.0000000000 23.0000000000 0.4069824219 0.4099121094 0.4101273417 - 10.0000000000 24.0000000000 0.3918457031 0.3947753906 0.3947911263 - -14.0000000000 68.0000000000 -0.2058105469 -0.2031250000 -0.2030452192 - -14.0000000000 68.0000000000 -0.2058105469 -0.2031250000 -0.2030452192 - 19.0000000000 38.0000000000 0.4621582031 0.4636230469 0.4636476040 - 19.0000000000 38.0000000000 0.4621582031 0.4636230469 0.4636476040 - 25.0000000000 16.0000000000 0.9992675781 1.0014648438 1.0014832020 - 25.0000000000 16.0000000000 0.9992675781 1.0014648438 1.0014832020 - 13.0000000000 -41.0000000000 2.8354492188 2.8344726562 2.8345470428 - 13.0000000000 -41.0000000000 2.8354492188 2.8344726562 2.8345470428 - -18.0000000000 18.0000000000 -0.7883300781 -0.7854003906 -0.7853981853 - -18.0000000000 18.0000000000 -0.7883300781 -0.7854003906 -0.7853981853 - -84.0000000000 31.0000000000 -1.2170410156 -1.2172851562 -1.2172544003 - -10.0000000000 -91.0000000000 -3.0292968750 -3.0322265625 -3.0321416855 - -84.0000000000 31.0000000000 -1.2170410156 -1.2172851562 -1.2172544003 - -65.0000000000 75.0000000000 -0.7106933594 -0.7141113281 -0.7140907049 - -65.0000000000 72.0000000000 -0.7336425781 -0.7343750000 -0.7343476415 - -80.0000000000 59.0000000000 -0.9372558594 -0.9355468750 -0.9353433847 - -65.0000000000 75.0000000000 -0.7106933594 -0.7141113281 -0.7140907049 - 27.0000000000 35.0000000000 0.6555175781 0.6569824219 0.6570749283 - 27.0000000000 35.0000000000 0.6555175781 0.6569824219 0.6570749283 - 28.0000000000 35.0000000000 0.6711425781 0.6745605469 0.6747409701 - 7.0000000000 16.0000000000 0.4152832031 0.4123535156 0.4124104381 - 7.0000000000 16.0000000000 0.4152832031 0.4123535156 0.4124104381 - -1.0000000000 37.0000000000 -0.0266113281 -0.0270996094 -0.0270204488 - -1.0000000000 37.0000000000 -0.0266113281 -0.0270996094 -0.0270204488 - -2.0000000000 38.0000000000 -0.0500488281 -0.0527343750 -0.0525830612 - -47.0000000000 -73.0000000000 -2.5703125000 -2.5695800781 -2.5695631504 - -47.0000000000 -73.0000000000 -2.5703125000 -2.5695800781 -2.5695631504 - 7.0000000000 14.0000000000 0.4621582031 0.4636230469 0.4636476040 - 7.0000000000 14.0000000000 0.4621582031 0.4636230469 0.4636476040 - 19.0000000000 13.0000000000 0.9685058594 0.9707031250 0.9707461596 - 19.0000000000 13.0000000000 0.9685058594 0.9707031250 0.9707461596 - -78.0000000000 33.0000000000 -1.1706542969 -1.1706542969 -1.1705557108 - -67.0000000000 -53.0000000000 -2.2421875000 -2.2402343750 -2.2400529385 - -78.0000000000 33.0000000000 -1.1706542969 -1.1706542969 -1.1705557108 - -75.0000000000 -65.0000000000 -2.2817382812 -2.2849121094 -2.2848870754 - -75.0000000000 -65.0000000000 -2.2817382812 -2.2849121094 -2.2848870754 - -8.0000000000 83.0000000000 -0.0964355469 -0.0961914062 -0.0960887149 - -8.0000000000 83.0000000000 -0.0964355469 -0.0961914062 -0.0960887149 - -13.0000000000 40.0000000000 -0.3137207031 -0.3144531250 -0.3142319024 - -13.0000000000 40.0000000000 -0.3137207031 -0.3144531250 -0.3142319024 - -82.0000000000 36.0000000000 -1.1550292969 -1.1572265625 -1.1571071148 - -82.0000000000 36.0000000000 -1.1550292969 -1.1572265625 -1.1571071148 - -2.0000000000 -12.0000000000 -2.9755859375 -2.9765625000 -2.9764440060 - -3.0000000000 -12.0000000000 -2.8974609375 -2.8967285156 -2.8966140747 - -2.0000000000 -12.0000000000 -2.9755859375 -2.9765625000 -2.9764440060 - 25.0000000000 60.0000000000 0.3918457031 0.3947753906 0.3947911263 - 25.0000000000 60.0000000000 0.3918457031 0.3947753906 0.3947911263 - 14.0000000000 32.0000000000 0.4152832031 0.4123535156 0.4124104381 - 14.0000000000 32.0000000000 0.4152832031 0.4123535156 0.4124104381 - -21.0000000000 64.0000000000 -0.3137207031 -0.3171386719 -0.3170557618 - -21.0000000000 64.0000000000 -0.3137207031 -0.3171386719 -0.3170557618 - 23.0000000000 33.0000000000 0.6091308594 0.6086425781 0.6086893082 - 23.0000000000 33.0000000000 0.6091308594 0.6086425781 0.6086893082 - -38.0000000000 28.0000000000 -0.9372558594 -0.9357910156 -0.9357696176 - -37.0000000000 27.0000000000 -0.9372558594 -0.9404296875 -0.9403949380 - -38.0000000000 28.0000000000 -0.9372558594 -0.9357910156 -0.9357696176 - -37.0000000000 28.0000000000 -0.9221191406 -0.9230957031 -0.9229849577 - 20.0000000000 11.0000000000 1.0700683594 1.0678710938 1.0679531097 - 20.0000000000 11.0000000000 1.0700683594 1.0678710938 1.0679531097 - -5.0000000000 25.0000000000 -0.1965332031 -0.1975097656 -0.1973955631 - -5.0000000000 25.0000000000 -0.1965332031 -0.1975097656 -0.1973955631 - -51.0000000000 51.0000000000 -0.7883300781 -0.7854003906 -0.7853981853 - -51.0000000000 51.0000000000 -0.7883300781 -0.7854003906 -0.7853981853 - -58.0000000000 89.0000000000 -0.5783691406 -0.5776367188 -0.5775591135 - -58.0000000000 89.0000000000 -0.5783691406 -0.5776367188 -0.5775591135 - 28.0000000000 35.0000000000 0.6711425781 0.6745605469 0.6747409701 - 27.0000000000 35.0000000000 0.6555175781 0.6569824219 0.6570749283 - 28.0000000000 35.0000000000 0.6711425781 0.6745605469 0.6747409701 - 24.0000000000 -64.0000000000 2.7807617188 2.7827148438 2.7828221321 - 24.0000000000 -64.0000000000 2.7807617188 2.7827148438 2.7828221321 - -15.0000000000 -4.0000000000 -1.8300781250 -1.8315429688 -1.8313987255 - -15.0000000000 -4.0000000000 -1.8300781250 -1.8315429688 -1.8313987255 - 9.0000000000 4.0000000000 1.1550292969 1.1523437500 1.1525720358 - 9.0000000000 4.0000000000 1.1550292969 1.1523437500 1.1525720358 - -24.0000000000 24.0000000000 -0.7883300781 -0.7854003906 -0.7853981853 - -24.0000000000 24.0000000000 -0.7883300781 -0.7854003906 -0.7853981853 - 20.0000000000 14.0000000000 0.9611816406 0.9599609375 0.9600704312 - 20.0000000000 14.0000000000 0.9611816406 0.9599609375 0.9600704312 - -54.0000000000 73.0000000000 -0.6403808594 -0.6369628906 -0.6368932724 - -54.0000000000 73.0000000000 -0.6403808594 -0.6369628906 -0.6368932724 - -52.0000000000 -74.0000000000 -2.5322265625 -2.5292968750 -2.5290551186 - -52.0000000000 -74.0000000000 -2.5322265625 -2.5292968750 -2.5290551186 - -52.0000000000 -73.0000000000 -2.5244140625 -2.5227050781 -2.5226402283 - -52.0000000000 -73.0000000000 -2.5244140625 -2.5227050781 -2.5226402283 - -52.0000000000 -74.0000000000 -2.5322265625 -2.5292968750 -2.5290551186 - -52.0000000000 -73.0000000000 -2.5244140625 -2.5227050781 -2.5226402283 - 5.0000000000 -65.0000000000 3.0688476562 3.0646972656 3.0648207664 - 5.0000000000 -65.0000000000 3.0688476562 3.0646972656 3.0648207664 - 10.0000000000 -73.0000000000 3.0068359375 3.0053710938 3.0054538250 - 10.0000000000 -73.0000000000 3.0068359375 3.0053710938 3.0054538250 - -71.0000000000 -84.0000000000 -2.4384765625 -2.4399414062 -2.4398696423 - -71.0000000000 -84.0000000000 -2.4384765625 -2.4399414062 -2.4398696423 - -55.0000000000 -53.0000000000 -2.3359375000 -2.3378906250 -2.3376781940 - -55.0000000000 -53.0000000000 -2.3359375000 -2.3378906250 -2.3376781940 - -50.0000000000 15.0000000000 -1.2800292969 -1.2795410156 -1.2793395519 - -50.0000000000 15.0000000000 -1.2800292969 -1.2795410156 -1.2793395519 - 30.0000000000 -11.0000000000 1.9243164062 1.9221191406 1.9222412109 - 30.0000000000 -11.0000000000 1.9243164062 1.9221191406 1.9222412109 - 23.0000000000 12.0000000000 1.0925292969 1.0898437500 1.0899090767 - 23.0000000000 12.0000000000 1.0925292969 1.0898437500 1.0899090767 - -51.0000000000 13.0000000000 -1.3186035156 -1.3212890625 -1.3212094307 - -51.0000000000 13.0000000000 -1.3186035156 -1.3212890625 -1.3212094307 - -37.0000000000 27.0000000000 -0.9372558594 -0.9404296875 -0.9403949380 - -37.0000000000 27.0000000000 -0.9372558594 -0.9404296875 -0.9403949380 - -38.0000000000 28.0000000000 -0.9372558594 -0.9357910156 -0.9357696176 - -37.0000000000 28.0000000000 -0.9221191406 -0.9230957031 -0.9229849577 - -37.0000000000 28.0000000000 -0.9221191406 -0.9230957031 -0.9229849577 - -37.0000000000 27.0000000000 -0.9372558594 -0.9404296875 -0.9403949380 - -38.0000000000 28.0000000000 -0.9372558594 -0.9357910156 -0.9357696176 - -37.0000000000 28.0000000000 -0.9221191406 -0.9230957031 -0.9229849577 - 26.0000000000 -17.0000000000 2.1494140625 2.1496582031 2.1498706341 - 26.0000000000 -17.0000000000 2.1494140625 2.1496582031 2.1498706341 - 21.0000000000 -3.0000000000 1.7143554688 1.7126464844 1.7126934528 - 21.0000000000 -3.0000000000 1.7143554688 1.7126464844 1.7126934528 - 20.0000000000 -93.0000000000 2.9282226562 2.9296875000 2.9297652245 - 20.0000000000 -93.0000000000 2.9282226562 2.9296875000 2.9297652245 - -10.0000000000 -91.0000000000 -3.0292968750 -3.0322265625 -3.0321416855 - -10.0000000000 -91.0000000000 -3.0292968750 -3.0322265625 -3.0321416855 - -84.0000000000 31.0000000000 -1.2170410156 -1.2172851562 -1.2172544003 - -42.0000000000 69.0000000000 -0.5471191406 -0.5468750000 -0.5467888117 - -42.0000000000 69.0000000000 -0.5471191406 -0.5468750000 -0.5467888117 - 11.0000000000 52.0000000000 0.2058105469 0.2082519531 0.2084652185 - 11.0000000000 52.0000000000 0.2058105469 0.2082519531 0.2084652185 - 16.0000000000 10.0000000000 1.0153808594 1.0119628906 1.0121970177 - 16.0000000000 10.0000000000 1.0153808594 1.0119628906 1.0121970177 - 16.0000000000 10.0000000000 1.0153808594 1.0119628906 1.0121970177 - -20.0000000000 67.0000000000 -0.2902832031 -0.2902832031 -0.2900869250 - -20.0000000000 67.0000000000 -0.2902832031 -0.2902832031 -0.2900869250 - -39.0000000000 -82.0000000000 -2.6943359375 -2.6977539062 -2.6976470947 - -39.0000000000 -82.0000000000 -2.6943359375 -2.6977539062 -2.6976470947 - -62.0000000000 66.0000000000 -0.7575683594 -0.7543945312 -0.7541583180 - -90.0000000000 15.0000000000 -1.4045410156 -1.4057617188 -1.4056477547 - -62.0000000000 66.0000000000 -0.7575683594 -0.7543945312 -0.7541583180 - -19.0000000000 -2.0000000000 -1.6748046875 -1.6757812500 -1.6756732464 - -19.0000000000 -2.0000000000 -1.6748046875 -1.6757812500 -1.6756732464 - -54.0000000000 3.0000000000 -1.5129394531 -1.5153808594 -1.5152978897 - -54.0000000000 3.0000000000 -1.5129394531 -1.5153808594 -1.5152978897 - -46.0000000000 -31.0000000000 -2.1645507812 -2.1638183594 -2.1637988091 - -43.0000000000 -80.0000000000 -2.6484375000 -2.6484375000 -2.6483969688 - -43.0000000000 -80.0000000000 -2.6484375000 -2.6484375000 -2.6483969688 - -52.0000000000 -26.0000000000 -2.0332031250 -2.0346679688 -2.0344438553 - -52.0000000000 -26.0000000000 -2.0332031250 -2.0346679688 -2.0344438553 - -52.0000000000 -25.0000000000 -2.0180664062 -2.0190429688 -2.0189414024 - -52.0000000000 -25.0000000000 -2.0180664062 -2.0190429688 -2.0189414024 - -52.0000000000 -26.0000000000 -2.0332031250 -2.0346679688 -2.0344438553 - -52.0000000000 -25.0000000000 -2.0180664062 -2.0190429688 -2.0189414024 - -22.0000000000 -34.0000000000 -2.5629882812 -2.5673828125 -2.5672879219 - -22.0000000000 -34.0000000000 -2.5629882812 -2.5673828125 -2.5672879219 - 9.0000000000 -73.0000000000 3.0219726562 3.0187988281 3.0189239979 - 9.0000000000 -73.0000000000 3.0219726562 3.0187988281 3.0189239979 - -9.0000000000 -79.0000000000 -3.0292968750 -3.0283203125 -3.0281577110 - -9.0000000000 -79.0000000000 -3.0292968750 -3.0283203125 -3.0281577110 - -29.0000000000 -21.0000000000 -2.1953125000 -2.1977539062 -2.1975393295 - -29.0000000000 -21.0000000000 -2.1953125000 -2.1977539062 -2.1975393295 - 2.0000000000 -23.0000000000 3.0527343750 3.0546875000 3.0548543930 - 2.0000000000 -23.0000000000 3.0527343750 3.0546875000 3.0548543930 - -40.0000000000 -29.0000000000 -2.1953125000 -2.1982421875 -2.1981046200 - -40.0000000000 -29.0000000000 -2.1953125000 -2.1982421875 -2.1981046200 - -14.0000000000 -50.0000000000 -2.8662109375 -2.8686523438 -2.8685841560 - -14.0000000000 -50.0000000000 -2.8662109375 -2.8686523438 -2.8685841560 - -57.0000000000 -85.0000000000 -2.5478515625 -2.5510253906 -2.5508801937 - -57.0000000000 -85.0000000000 -2.5478515625 -2.5510253906 -2.5508801937 - -46.0000000000 9.0000000000 -1.3811035156 -1.3776855469 -1.3775849342 - -46.0000000000 9.0000000000 -1.3811035156 -1.3776855469 -1.3775849342 - -9.0000000000 20.0000000000 -0.4226074219 -0.4230957031 -0.4228539169 - -9.0000000000 20.0000000000 -0.4226074219 -0.4230957031 -0.4228539169 - -52.0000000000 -40.0000000000 -2.2265625000 -2.2265625000 -2.2264919281 - -52.0000000000 -40.0000000000 -2.2265625000 -2.2265625000 -2.2264919281 - -84.0000000000 -17.0000000000 -1.7675781250 -1.7705078125 -1.7704802752 - -84.0000000000 -17.0000000000 -1.7675781250 -1.7705078125 -1.7704802752 - 22.0000000000 -35.0000000000 2.5791015625 2.5803222656 2.5804293156 - 23.0000000000 -36.0000000000 2.5703125000 2.5729980469 2.5730681419 - 22.0000000000 -35.0000000000 2.5791015625 2.5803222656 2.5804293156 - -36.0000000000 72.0000000000 -0.4621582031 -0.4638671875 -0.4636476040 - -36.0000000000 72.0000000000 -0.4621582031 -0.4638671875 -0.4636476040 - -25.0000000000 -20.0000000000 -2.2421875000 -2.2456054688 -2.2455372810 - -25.0000000000 -20.0000000000 -2.2421875000 -2.2456054688 -2.2455372810 - -80.0000000000 59.0000000000 -0.9372558594 -0.9355468750 -0.9353433847 - -80.0000000000 59.0000000000 -0.9372558594 -0.9355468750 -0.9353433847 - -78.0000000000 60.0000000000 -0.9147949219 -0.9152832031 -0.9151007533 - -65.0000000000 75.0000000000 -0.7106933594 -0.7141113281 -0.7140907049 - 18.0000000000 -33.0000000000 2.6411132812 2.6420898438 2.6422460079 - 18.0000000000 -33.0000000000 2.6411132812 2.6420898438 2.6422460079 - 15.0000000000 9.0000000000 1.0305175781 1.0302734375 1.0303769112 - 15.0000000000 9.0000000000 1.0305175781 1.0302734375 1.0303769112 - -1.0000000000 57.0000000000 -0.0192871094 -0.0175781250 -0.0175420605 - -1.0000000000 57.0000000000 -0.0192871094 -0.0175781250 -0.0175420605 - -65.0000000000 63.0000000000 -0.7976074219 -0.8010253906 -0.8010219336 - -65.0000000000 63.0000000000 -0.7976074219 -0.8010253906 -0.8010219336 - -90.0000000000 15.0000000000 -1.4045410156 -1.4057617188 -1.4056477547 - -90.0000000000 15.0000000000 -1.4045410156 -1.4057617188 -1.4056477547 - -62.0000000000 66.0000000000 -0.7575683594 -0.7543945312 -0.7541583180 - -67.0000000000 -71.0000000000 -2.3837890625 -2.3852539062 -2.3851718903 - -67.0000000000 -71.0000000000 -2.3837890625 -2.3852539062 -2.3851718903 - -18.0000000000 -97.0000000000 -2.9599609375 -2.9582519531 -2.9581127167 - -18.0000000000 -97.0000000000 -2.9599609375 -2.9582519531 -2.9581127167 - -17.0000000000 -97.0000000000 -2.9672851562 -2.9682617188 -2.9680969715 - 22.0000000000 -56.0000000000 2.7656250000 2.7670898438 2.7672591209 - 22.0000000000 -56.0000000000 2.7656250000 2.7670898438 2.7672591209 - -57.0000000000 15.0000000000 -1.3112792969 -1.3134765625 -1.3134726286 - -9.0000000000 -51.0000000000 -2.9672851562 -2.9670410156 -2.9669206142 - -9.0000000000 -51.0000000000 -2.9672851562 -2.9670410156 -2.9669206142 - -26.0000000000 -24.0000000000 -2.3125000000 -2.3164062500 -2.3162159920 - -26.0000000000 -24.0000000000 -2.3125000000 -2.3164062500 -2.3162159920 - -26.0000000000 -23.0000000000 -2.2973632812 -2.2951660156 -2.2950463295 - -26.0000000000 -23.0000000000 -2.2973632812 -2.2951660156 -2.2950463295 - -26.0000000000 -24.0000000000 -2.3125000000 -2.3164062500 -2.3162159920 - -26.0000000000 -23.0000000000 -2.2973632812 -2.2951660156 -2.2950463295 - -8.0000000000 -35.0000000000 -2.9130859375 -2.9169921875 -2.9168815613 - -8.0000000000 -35.0000000000 -2.9130859375 -2.9169921875 -2.9168815613 - -34.0000000000 21.0000000000 -1.0153808594 -1.0175781250 -1.0175020695 - -34.0000000000 21.0000000000 -1.0153808594 -1.0175781250 -1.0175020695 - 25.0000000000 49.0000000000 0.4694824219 0.4716796875 0.4717774987 - 25.0000000000 49.0000000000 0.4694824219 0.4716796875 0.4717774987 - 23.0000000000 10.0000000000 1.1633300781 1.1606445312 1.1606690884 - 23.0000000000 10.0000000000 1.1633300781 1.1606445312 1.1606690884 - 23.0000000000 11.0000000000 1.1232910156 1.1245117188 1.1246907711 - 23.0000000000 11.0000000000 1.1232910156 1.1245117188 1.1246907711 - 23.0000000000 10.0000000000 1.1633300781 1.1606445312 1.1606690884 - 23.0000000000 11.0000000000 1.1232910156 1.1245117188 1.1246907711 - 30.0000000000 -23.0000000000 2.2265625000 2.2248535156 2.2248790264 - 30.0000000000 -23.0000000000 2.2265625000 2.2248535156 2.2248790264 - 23.0000000000 -36.0000000000 2.5703125000 2.5729980469 2.5730681419 - 23.0000000000 -36.0000000000 2.5703125000 2.5729980469 2.5730681419 - 22.0000000000 -35.0000000000 2.5791015625 2.5803222656 2.5804293156 - 0.0000000000 -55.0000000000 3.1413574219 3.1413574219 3.1415927410 - 0.0000000000 -55.0000000000 3.1413574219 3.1413574219 3.1415927410 - 25.0000000000 -13.0000000000 2.0488281250 2.0502929688 2.0503156185 - 25.0000000000 -13.0000000000 2.0488281250 2.0502929688 2.0503156185 - 29.0000000000 52.0000000000 0.5090332031 0.5085449219 0.5087298155 - 29.0000000000 52.0000000000 0.5090332031 0.5085449219 0.5087298155 - 9.0000000000 -62.0000000000 2.9980468750 2.9973144531 2.9974384308 - 9.0000000000 -62.0000000000 2.9980468750 2.9973144531 2.9974384308 - 20.0000000000 -22.0000000000 2.4077148438 2.4035644531 2.4037775993 - 20.0000000000 -22.0000000000 2.4077148438 2.4035644531 2.4037775993 - -60.0000000000 69.0000000000 -0.7180175781 -0.7158203125 -0.7157436013 - -60.0000000000 69.0000000000 -0.7180175781 -0.7158203125 -0.7157436013 - -3.0000000000 -24.0000000000 -3.0141601562 -3.0173339844 -3.0172376633 - -3.0000000000 -24.0000000000 -3.0141601562 -3.0173339844 -3.0172376633 - -24.0000000000 42.0000000000 -0.5163574219 -0.5192871094 -0.5191460848 - -24.0000000000 42.0000000000 -0.5163574219 -0.5192871094 -0.5191460848 - 20.0000000000 46.0000000000 0.4069824219 0.4099121094 0.4101273417 - 20.0000000000 46.0000000000 0.4069824219 0.4099121094 0.4101273417 - 17.0000000000 -34.0000000000 2.6791992188 2.6777343750 2.6779451370 - 17.0000000000 -34.0000000000 2.6791992188 2.6777343750 2.6779451370 - -3.0000000000 -10.0000000000 -2.8510742188 -2.8503417969 -2.8501360416 - -3.0000000000 -10.0000000000 -2.8510742188 -2.8503417969 -2.8501360416 - 16.0000000000 10.0000000000 1.0153808594 1.0119628906 1.0121970177 - 16.0000000000 10.0000000000 1.0153808594 1.0119628906 1.0121970177 - 16.0000000000 10.0000000000 1.0153808594 1.0119628906 1.0121970177 - -25.0000000000 75.0000000000 -0.3210449219 -0.3217773438 -0.3217505515 - -25.0000000000 75.0000000000 -0.3210449219 -0.3217773438 -0.3217505515 - -24.0000000000 75.0000000000 -0.3059082031 -0.3098144531 -0.3097029328 - -44.0000000000 -14.0000000000 -1.8769531250 -1.8789062500 -1.8788491488 - -44.0000000000 -14.0000000000 -1.8769531250 -1.8789062500 -1.8788491488 - -10.0000000000 13.0000000000 -0.6555175781 -0.6557617188 -0.6556956172 - -10.0000000000 13.0000000000 -0.6555175781 -0.6557617188 -0.6556956172 - -56.0000000000 -69.0000000000 -2.4624023438 -2.4599609375 -2.4598221779 - -56.0000000000 -69.0000000000 -2.4624023438 -2.4599609375 -2.4598221779 - -97.0000000000 70.0000000000 -0.9460449219 -0.9458007812 -0.9456878304 - -97.0000000000 70.0000000000 -0.9460449219 -0.9458007812 -0.9456878304 - -95.0000000000 70.0000000000 -0.9372558594 -0.9357910156 -0.9357696176 - -17.0000000000 -97.0000000000 -2.9672851562 -2.9682617188 -2.9680969715 - -18.0000000000 -97.0000000000 -2.9599609375 -2.9582519531 -2.9581127167 - -17.0000000000 -97.0000000000 -2.9672851562 -2.9682617188 -2.9680969715 - 16.0000000000 -24.0000000000 2.5551757812 2.5534667969 2.5535900593 - 16.0000000000 -24.0000000000 2.5551757812 2.5534667969 2.5535900593 - -16.0000000000 9.0000000000 -1.0612792969 -1.0585937500 -1.0584068298 - -16.0000000000 9.0000000000 -1.0612792969 -1.0585937500 -1.0584068298 - 6.0000000000 -48.0000000000 3.0141601562 3.0170898438 3.0172376633 - 34.0000000000 -34.0000000000 2.3530273438 2.3559570312 2.3561944962 - 6.0000000000 -48.0000000000 3.0141601562 3.0170898438 3.0172376633 - -62.0000000000 85.0000000000 -0.6330566406 -0.6303710938 -0.6301938891 - -62.0000000000 85.0000000000 -0.6330566406 -0.6303710938 -0.6301938891 - -18.0000000000 31.0000000000 -0.5241699219 -0.5261230469 -0.5260664225 - -18.0000000000 31.0000000000 -0.5241699219 -0.5261230469 -0.5260664225 - 2.0000000000 46.0000000000 0.0417480469 0.0432128906 0.0434508957 - 2.0000000000 46.0000000000 0.0417480469 0.0432128906 0.0434508957 - -12.0000000000 -40.0000000000 -2.8510742188 -2.8503417969 -2.8501360416 - -12.0000000000 -40.0000000000 -2.8510742188 -2.8503417969 -2.8501360416 - 9.0000000000 -59.0000000000 2.9907226562 2.9899902344 2.9902172089 - 9.0000000000 -59.0000000000 2.9907226562 2.9899902344 2.9902172089 - -78.0000000000 60.0000000000 -0.9147949219 -0.9152832031 -0.9151007533 - -80.0000000000 59.0000000000 -0.9372558594 -0.9355468750 -0.9353433847 - -78.0000000000 60.0000000000 -0.9147949219 -0.9152832031 -0.9151007533 - -39.0000000000 92.0000000000 -0.3996582031 -0.4011230469 -0.4009496272 - -39.0000000000 92.0000000000 -0.3996582031 -0.4011230469 -0.4009496272 - -14.0000000000 -15.0000000000 -2.3925781250 -2.3908691406 -2.3906636238 - -14.0000000000 -15.0000000000 -2.3925781250 -2.3908691406 -2.3906636238 - -84.0000000000 4.0000000000 -1.5202636719 -1.5234375000 -1.5232132673 - -84.0000000000 4.0000000000 -1.5202636719 -1.5234375000 -1.5232132673 - 35.0000000000 86.0000000000 0.3845214844 0.3864746094 0.3865063190 - 35.0000000000 86.0000000000 0.3845214844 0.3864746094 0.3865063190 - 17.0000000000 11.0000000000 0.9919433594 0.9963378906 0.9964915514 - 17.0000000000 11.0000000000 0.9919433594 0.9963378906 0.9964915514 - 20.0000000000 -44.0000000000 2.7187500000 2.7148437500 2.7149653435 - 20.0000000000 -44.0000000000 2.7187500000 2.7148437500 2.7149653435 - -60.0000000000 59.0000000000 -0.7902832031 -0.7939453125 -0.7938013673 - -60.0000000000 59.0000000000 -0.7902832031 -0.7939453125 -0.7938013673 - -24.0000000000 75.0000000000 -0.3059082031 -0.3098144531 -0.3097029328 - -25.0000000000 75.0000000000 -0.3210449219 -0.3217773438 -0.3217505515 - -24.0000000000 75.0000000000 -0.3059082031 -0.3098144531 -0.3097029328 - -19.0000000000 -70.0000000000 -2.8735351562 -2.8767089844 -2.8765499592 - -19.0000000000 -70.0000000000 -2.8735351562 -2.8767089844 -2.8765499592 - -46.0000000000 -31.0000000000 -2.1645507812 -2.1638183594 -2.1637988091 - -54.0000000000 3.0000000000 -1.5129394531 -1.5153808594 -1.5152978897 - -46.0000000000 -31.0000000000 -2.1645507812 -2.1638183594 -2.1637988091 - 20.0000000000 7.0000000000 1.2326660156 1.2338867188 1.2341215611 - 20.0000000000 7.0000000000 1.2326660156 1.2338867188 1.2341215611 - 9.0000000000 -88.0000000000 3.0375976562 3.0395507812 3.0396742821 - 9.0000000000 -88.0000000000 3.0375976562 3.0395507812 3.0396742821 - -95.0000000000 70.0000000000 -0.9372558594 -0.9357910156 -0.9357696176 - -97.0000000000 70.0000000000 -0.9460449219 -0.9458007812 -0.9456878304 - -95.0000000000 70.0000000000 -0.9372558594 -0.9357910156 -0.9357696176 - -18.0000000000 80.0000000000 -0.2209472656 -0.2214355469 -0.2213144451 - -18.0000000000 80.0000000000 -0.2209472656 -0.2214355469 -0.2213144451 - 9.0000000000 -35.0000000000 2.8896484375 2.8898925781 2.8899028301 - 9.0000000000 -35.0000000000 2.8896484375 2.8898925781 2.8899028301 - 24.0000000000 -29.0000000000 2.4458007812 2.4501953125 2.4502558708 - 24.0000000000 -29.0000000000 2.4458007812 2.4501953125 2.4502558708 - -39.0000000000 92.0000000000 -0.3996582031 -0.4011230469 -0.4009496272 - -39.0000000000 92.0000000000 -0.3996582031 -0.4011230469 -0.4009496272 - -2.0000000000 -43.0000000000 -3.0913085938 -3.0952148438 -3.0951147079 - -2.0000000000 -43.0000000000 -3.0913085938 -3.0952148438 -3.0951147079 - -57.0000000000 -7.0000000000 -1.6904296875 -1.6931152344 -1.6929914951 - -57.0000000000 -7.0000000000 -1.6904296875 -1.6931152344 -1.6929914951 - -52.0000000000 -21.0000000000 -1.9555664062 -1.9548339844 -1.9546139240 - -52.0000000000 -21.0000000000 -1.9555664062 -1.9548339844 -1.9546139240 - 29.0000000000 3.0000000000 1.4665527344 1.4675292969 1.4677147865 - 29.0000000000 3.0000000000 1.4665527344 1.4675292969 1.4677147865 - -58.0000000000 81.0000000000 -0.6242675781 -0.6215820312 -0.6214163303 - -58.0000000000 81.0000000000 -0.6242675781 -0.6215820312 -0.6214163303 - 12.0000000000 36.0000000000 0.3210449219 0.3215332031 0.3217505515 - 12.0000000000 36.0000000000 0.3210449219 0.3215332031 0.3217505515 - -48.0000000000 -4.0000000000 -1.6523437500 -1.6540527344 -1.6539375782 - -48.0000000000 -4.0000000000 -1.6523437500 -1.6540527344 -1.6539375782 - -48.0000000000 -3.0000000000 -1.6362304688 -1.6333007812 -1.6332151890 - -48.0000000000 -3.0000000000 -1.6362304688 -1.6333007812 -1.6332151890 - -48.0000000000 -4.0000000000 -1.6523437500 -1.6540527344 -1.6539375782 - -48.0000000000 -3.0000000000 -1.6362304688 -1.6333007812 -1.6332151890 - 31.0000000000 22.0000000000 0.9533691406 0.9533691406 0.9536049962 - 31.0000000000 22.0000000000 0.9533691406 0.9533691406 0.9536049962 - -16.0000000000 9.0000000000 -1.0612792969 -1.0585937500 -1.0584068298 - -16.0000000000 9.0000000000 -1.0612792969 -1.0585937500 -1.0584068298 - -49.0000000000 3.0000000000 -1.5129394531 -1.5097656250 -1.5096482038 - -49.0000000000 3.0000000000 -1.5129394531 -1.5097656250 -1.5096482038 - 7.0000000000 -82.0000000000 3.0527343750 3.0563964844 3.0564334393 - 7.0000000000 -82.0000000000 3.0527343750 3.0563964844 3.0564334393 - 10.0000000000 -9.0000000000 2.3046875000 2.3034667969 2.3036115170 - 10.0000000000 -9.0000000000 2.3046875000 2.3034667969 2.3036115170 - 29.0000000000 64.0000000000 0.4226074219 0.4252929688 0.4254496396 - 29.0000000000 64.0000000000 0.4226074219 0.4252929688 0.4254496396 - -13.0000000000 -29.0000000000 -2.7187500000 -2.7202148438 -2.7201735973 - -13.0000000000 -29.0000000000 -2.7187500000 -2.7202148438 -2.7201735973 - -24.0000000000 -20.0000000000 -2.2666015625 -2.2656250000 -2.2655346394 - 28.0000000000 61.0000000000 0.4304199219 0.4301757812 0.4303266108 - 28.0000000000 61.0000000000 0.4304199219 0.4301757812 0.4303266108 - 34.0000000000 -4.0000000000 1.6904296875 1.6877441406 1.6879050732 - 34.0000000000 -4.0000000000 1.6904296875 1.6877441406 1.6879050732 - -18.0000000000 -73.0000000000 -2.8974609375 -2.8999023438 -2.8998398781 - -18.0000000000 -73.0000000000 -2.8974609375 -2.8999023438 -2.8998398781 - -64.0000000000 45.0000000000 -0.9611816406 -0.9580078125 -0.9579761624 - -64.0000000000 45.0000000000 -0.9611816406 -0.9580078125 -0.9579761624 - 30.0000000000 7.0000000000 1.3420410156 1.3415527344 1.3415644169 - 30.0000000000 7.0000000000 1.3420410156 1.3415527344 1.3415644169 - 31.0000000000 55.0000000000 0.5163574219 0.5131835938 0.5132522583 - 31.0000000000 55.0000000000 0.5163574219 0.5131835938 0.5132522583 - -13.0000000000 94.0000000000 -0.1345214844 -0.1374511719 -0.1374261528 - -13.0000000000 94.0000000000 -0.1345214844 -0.1374511719 -0.1374261528 - 0.0000000000 72.0000000000 0.0000000000 0.0000000000 0.0000000000 - 0.0000000000 72.0000000000 0.0000000000 0.0000000000 0.0000000000 - 21.0000000000 -38.0000000000 2.6323242188 2.6367187500 2.6367313862 - 21.0000000000 -38.0000000000 2.6323242188 2.6367187500 2.6367313862 - 33.0000000000 -78.0000000000 2.7416992188 2.7412109375 2.7413520813 - 33.0000000000 -78.0000000000 2.7416992188 2.7412109375 2.7413520813 - 18.0000000000 12.0000000000 0.9841308594 0.9826660156 0.9827937484 - 18.0000000000 12.0000000000 0.9841308594 0.9826660156 0.9827937484 - -2.0000000000 -17.0000000000 -3.0219726562 -3.0246582031 -3.0244839191 - -2.0000000000 -17.0000000000 -3.0219726562 -3.0246582031 -3.0244839191 - -53.0000000000 -74.0000000000 -2.5170898438 -2.5202636719 -2.5200662613 - -53.0000000000 -74.0000000000 -2.5170898438 -2.5202636719 -2.5200662613 - -33.0000000000 -9.0000000000 -1.8388671875 -1.8371582031 -1.8370484114 - -33.0000000000 -9.0000000000 -1.8388671875 -1.8371582031 -1.8370484114 - -32.0000000000 -9.0000000000 -1.8461914062 -1.8449707031 -1.8449637890 - -37.0000000000 10.0000000000 -1.3024902344 -1.3068847656 -1.3068326712 - -37.0000000000 10.0000000000 -1.3024902344 -1.3068847656 -1.3068326712 - -57.0000000000 15.0000000000 -1.3112792969 -1.3134765625 -1.3134726286 - 22.0000000000 -56.0000000000 2.7656250000 2.7670898438 2.7672591209 - -57.0000000000 15.0000000000 -1.3112792969 -1.3134765625 -1.3134726286 - -19.0000000000 -77.0000000000 -2.8974609375 -2.8999023438 -2.8996722698 - -19.0000000000 -77.0000000000 -2.8974609375 -2.8999023438 -2.8996722698 - -18.0000000000 -77.0000000000 -2.9130859375 -2.9121093750 -2.9119503498 - 15.0000000000 -27.0000000000 2.6323242188 2.6342773438 2.6344943047 - 15.0000000000 -27.0000000000 2.6323242188 2.6342773438 2.6344943047 - 34.0000000000 -35.0000000000 2.3686523438 2.3706054688 2.3706862926 - 34.0000000000 -35.0000000000 2.3686523438 2.3706054688 2.3706862926 - 34.0000000000 -34.0000000000 2.3530273438 2.3559570312 2.3561944962 - 34.0000000000 -34.0000000000 2.3530273438 2.3559570312 2.3561944962 - 34.0000000000 -35.0000000000 2.3686523438 2.3706054688 2.3706862926 - 34.0000000000 -34.0000000000 2.3530273438 2.3559570312 2.3561944962 - 6.0000000000 -48.0000000000 3.0141601562 3.0170898438 3.0172376633 - -18.0000000000 45.0000000000 -0.3845214844 -0.3806152344 -0.3805063665 - -11.0000000000 -47.0000000000 -2.9130859375 -2.9118652344 -2.9116883278 - -11.0000000000 -46.0000000000 -2.9047851562 -2.9069824219 -2.9068701267 - -18.0000000000 45.0000000000 -0.3845214844 -0.3806152344 -0.3805063665 - -30.0000000000 -38.0000000000 -2.4702148438 -2.4733886719 -2.4733033180 - 3.0000000000 25.0000000000 0.1193847656 0.1193847656 0.1194289252 - 3.0000000000 25.0000000000 0.1193847656 0.1193847656 0.1194289252 - -46.0000000000 -36.0000000000 -2.2348632812 -2.2348632812 -2.2348425388 - -46.0000000000 -36.0000000000 -2.2348632812 -2.2348632812 -2.2348425388 - -2.0000000000 22.0000000000 -0.0886230469 -0.0908203125 -0.0906598866 - -2.0000000000 22.0000000000 -0.0886230469 -0.0908203125 -0.0906598866 - -13.0000000000 -10.0000000000 -2.2265625000 -2.2265625000 -2.2264919281 - -13.0000000000 -10.0000000000 -2.2265625000 -2.2265625000 -2.2264919281 - -1.0000000000 30.0000000000 -0.0344238281 -0.0334472656 -0.0333209969 - -1.0000000000 30.0000000000 -0.0344238281 -0.0334472656 -0.0333209969 - 34.0000000000 3.0000000000 1.4816894531 1.4826660156 1.4827890396 - 34.0000000000 3.0000000000 1.4816894531 1.4826660156 1.4827890396 - -40.0000000000 -43.0000000000 -2.3925781250 -2.3923339844 -2.3923234940 - -40.0000000000 -43.0000000000 -2.3925781250 -2.3923339844 -2.3923234940 - -23.0000000000 58.0000000000 -0.3757324219 -0.3776855469 -0.3775301874 - -23.0000000000 58.0000000000 -0.3757324219 -0.3776855469 -0.3775301874 - 11.0000000000 -9.0000000000 2.2573242188 2.2563476562 2.2565259933 - 11.0000000000 -9.0000000000 2.2573242188 2.2563476562 2.2565259933 - -24.0000000000 -20.0000000000 -2.2666015625 -2.2656250000 -2.2655346394 - -13.0000000000 -29.0000000000 -2.7187500000 -2.7202148438 -2.7201735973 - -24.0000000000 -20.0000000000 -2.2666015625 -2.2656250000 -2.2655346394 - -51.0000000000 36.0000000000 -0.9533691406 -0.9562988281 -0.9561334252 - -51.0000000000 36.0000000000 -0.9533691406 -0.9562988281 -0.9561334252 - 16.0000000000 22.0000000000 0.6330566406 0.6286621094 0.6287962794 - 16.0000000000 22.0000000000 0.6330566406 0.6286621094 0.6287962794 - 5.0000000000 -15.0000000000 2.8203125000 2.8198242188 2.8198421001 - 5.0000000000 -15.0000000000 2.8203125000 2.8198242188 2.8198421001 - 29.0000000000 -19.0000000000 2.1494140625 2.1506347656 2.1507992744 - 29.0000000000 -19.0000000000 2.1494140625 2.1506347656 2.1507992744 - 30.0000000000 42.0000000000 0.6169433594 0.6201171875 0.6202495098 - 30.0000000000 42.0000000000 0.6169433594 0.6201171875 0.6202495098 - 19.0000000000 13.0000000000 0.9685058594 0.9707031250 0.9707461596 - 19.0000000000 13.0000000000 0.9685058594 0.9707031250 0.9707461596 - -31.0000000000 -47.0000000000 -2.5551757812 -2.5585937500 -2.5585162640 - -31.0000000000 -47.0000000000 -2.5551757812 -2.5585937500 -2.5585162640 - 13.0000000000 -79.0000000000 2.9755859375 2.9782714844 2.9784975052 - 13.0000000000 -79.0000000000 2.9755859375 2.9782714844 2.9784975052 - -32.0000000000 -9.0000000000 -1.8461914062 -1.8449707031 -1.8449637890 - -33.0000000000 -9.0000000000 -1.8388671875 -1.8371582031 -1.8370484114 - -32.0000000000 -9.0000000000 -1.8461914062 -1.8449707031 -1.8449637890 - 17.0000000000 -66.0000000000 2.8896484375 2.8894042969 2.8894968033 - 17.0000000000 -66.0000000000 2.8896484375 2.8894042969 2.8894968033 - 31.0000000000 -32.0000000000 2.3686523438 2.3718261719 2.3720662594 - 31.0000000000 -32.0000000000 2.3686523438 2.3718261719 2.3720662594 - -15.0000000000 -18.0000000000 -2.4458007812 -2.4470214844 -2.4468545914 - -15.0000000000 -18.0000000000 -2.4458007812 -2.4470214844 -2.4468545914 - -18.0000000000 -77.0000000000 -2.9130859375 -2.9121093750 -2.9119503498 - -19.0000000000 -77.0000000000 -2.8974609375 -2.8999023438 -2.8996722698 - -18.0000000000 -77.0000000000 -2.9130859375 -2.9121093750 -2.9119503498 - -81.0000000000 -9.0000000000 -1.6831054688 -1.6816406250 -1.6814535856 - -33.0000000000 -43.0000000000 -2.4858398438 -2.4870605469 -2.4870219231 - -33.0000000000 -43.0000000000 -2.4858398438 -2.4870605469 -2.4870219231 - -15.0000000000 -19.0000000000 -2.4702148438 -2.4733886719 -2.4733033180 - -15.0000000000 -19.0000000000 -2.4702148438 -2.4733886719 -2.4733033180 - -9.0000000000 -28.0000000000 -2.8276367188 -2.8308105469 -2.8305945396 - -9.0000000000 -28.0000000000 -2.8276367188 -2.8308105469 -2.8305945396 - -8.0000000000 -28.0000000000 -2.8662109375 -2.8635253906 -2.8632931709 - -41.0000000000 0.0000000000 -1.5705566406 -1.5708007812 -1.5707963705 - -41.0000000000 0.0000000000 -1.5705566406 -1.5708007812 -1.5707963705 - -12.0000000000 -10.0000000000 -2.2666015625 -2.2656250000 -2.2655346394 - -12.0000000000 -10.0000000000 -2.2666015625 -2.2656250000 -2.2655346394 - 29.0000000000 -18.0000000000 2.1259765625 2.1262207031 2.1262900829 - 29.0000000000 -18.0000000000 2.1259765625 2.1262207031 2.1262900829 - -38.0000000000 24.0000000000 -1.0080566406 -1.0075683594 -1.0074801445 - -38.0000000000 24.0000000000 -1.0080566406 -1.0075683594 -1.0074801445 - 9.0000000000 14.0000000000 0.5710449219 0.5712890625 0.5713374615 - 9.0000000000 14.0000000000 0.5710449219 0.5712890625 0.5713374615 - 12.0000000000 -52.0000000000 2.9130859375 2.9145507812 2.9147939682 - 12.0000000000 -52.0000000000 2.9130859375 2.9145507812 2.9147939682 - -51.0000000000 8.0000000000 -1.4118652344 -1.4152832031 -1.4152015448 - 35.0000000000 34.0000000000 0.7976074219 0.7998046875 0.7998899221 - 35.0000000000 34.0000000000 0.7976074219 0.7998046875 0.7998899221 - 10.0000000000 0.0000000000 1.5705566406 1.5705566406 1.5707963705 - 10.0000000000 0.0000000000 1.5705566406 1.5705566406 1.5707963705 - -32.0000000000 52.0000000000 -0.5549316406 -0.5517578125 -0.5516549945 - -32.0000000000 52.0000000000 -0.5549316406 -0.5517578125 -0.5516549945 - 23.0000000000 -41.0000000000 2.6323242188 2.6301269531 2.6303620338 - 23.0000000000 -41.0000000000 2.6323242188 2.6301269531 2.6303620338 - 39.0000000000 -77.0000000000 2.6718750000 2.6726074219 2.6727638245 - 39.0000000000 -77.0000000000 2.6718750000 2.6726074219 2.6727638245 - 20.0000000000 14.0000000000 0.9611816406 0.9599609375 0.9600704312 - 20.0000000000 14.0000000000 0.9611816406 0.9599609375 0.9600704312 - -75.0000000000 -31.0000000000 -1.9628906250 -1.9628906250 -1.9627438784 - -75.0000000000 -31.0000000000 -1.9628906250 -1.9628906250 -1.9627438784 - -47.0000000000 50.0000000000 -0.7575683594 -0.7546386719 -0.7544801831 - -47.0000000000 50.0000000000 -0.7575683594 -0.7546386719 -0.7544801831 - -46.0000000000 50.0000000000 -0.7414550781 -0.7438964844 -0.7437555790 - -6.0000000000 48.0000000000 -0.1271972656 -0.1245117188 -0.1243549958 - -6.0000000000 48.0000000000 -0.1271972656 -0.1245117188 -0.1243549958 - -52.0000000000 -87.0000000000 -2.6015625000 -2.6030273438 -2.6028652191 - -52.0000000000 -87.0000000000 -2.6015625000 -2.6030273438 -2.6028652191 - 39.0000000000 -64.0000000000 2.5942382812 2.5942382812 2.5943083763 - 39.0000000000 -64.0000000000 2.5942382812 2.5942382812 2.5943083763 - -30.0000000000 -38.0000000000 -2.4702148438 -2.4733886719 -2.4733033180 - -11.0000000000 -47.0000000000 -2.9130859375 -2.9118652344 -2.9116883278 - -10.0000000000 -47.0000000000 -2.9282226562 -2.9321289062 -2.9319529533 - -11.0000000000 -46.0000000000 -2.9047851562 -2.9069824219 -2.9068701267 - -18.0000000000 45.0000000000 -0.3845214844 -0.3806152344 -0.3805063665 - -30.0000000000 -38.0000000000 -2.4702148438 -2.4733886719 -2.4733033180 - -8.0000000000 -28.0000000000 -2.8662109375 -2.8635253906 -2.8632931709 - -9.0000000000 -28.0000000000 -2.8276367188 -2.8308105469 -2.8305945396 - -8.0000000000 -28.0000000000 -2.8662109375 -2.8635253906 -2.8632931709 - 16.0000000000 23.0000000000 0.6091308594 0.6076660156 0.6078019738 - 16.0000000000 23.0000000000 0.6091308594 0.6076660156 0.6078019738 - -36.0000000000 41.0000000000 -0.7180175781 -0.7207031250 -0.7205541134 - -36.0000000000 41.0000000000 -0.7180175781 -0.7207031250 -0.7205541134 - -78.0000000000 -13.0000000000 -1.7368164062 -1.7360839844 -1.7359449863 - -78.0000000000 -13.0000000000 -1.7368164062 -1.7360839844 -1.7359449863 - -9.0000000000 56.0000000000 -0.1584472656 -0.1594238281 -0.1593516469 - -9.0000000000 56.0000000000 -0.1584472656 -0.1594238281 -0.1593516469 - 37.0000000000 19.0000000000 1.0925292969 1.0961914062 1.0963964462 - 37.0000000000 19.0000000000 1.0925292969 1.0961914062 1.0963964462 - 13.0000000000 35.0000000000 0.3532714844 0.3554687500 0.3556358814 - 13.0000000000 35.0000000000 0.3532714844 0.3554687500 0.3556358814 - 27.0000000000 36.0000000000 0.6403808594 0.6433105469 0.6435011029 - 27.0000000000 36.0000000000 0.6403808594 0.6433105469 0.6435011029 - 34.0000000000 -50.0000000000 2.5478515625 2.5441894531 2.5444159508 - 34.0000000000 -50.0000000000 2.5478515625 2.5441894531 2.5444159508 - -78.0000000000 63.0000000000 -0.8913574219 -0.8916015625 -0.8913825750 - -78.0000000000 63.0000000000 -0.8913574219 -0.8916015625 -0.8913825750 - 22.0000000000 87.0000000000 0.2438964844 0.2475585938 0.2476813644 - 22.0000000000 87.0000000000 0.2438964844 0.2475585938 0.2476813644 - 2.0000000000 73.0000000000 0.0266113281 0.0273437500 0.0273904093 - 2.0000000000 73.0000000000 0.0266113281 0.0273437500 0.0273904093 - 18.0000000000 48.0000000000 0.3605957031 0.3586425781 0.3587706685 - 18.0000000000 48.0000000000 0.3605957031 0.3586425781 0.3587706685 - -46.0000000000 50.0000000000 -0.7414550781 -0.7438964844 -0.7437555790 - -47.0000000000 50.0000000000 -0.7575683594 -0.7546386719 -0.7544801831 - -46.0000000000 50.0000000000 -0.7414550781 -0.7438964844 -0.7437555790 - -9.0000000000 56.0000000000 -0.1584472656 -0.1594238281 -0.1593516469 - -9.0000000000 56.0000000000 -0.1584472656 -0.1594238281 -0.1593516469 - -8.0000000000 -87.0000000000 -3.0527343750 -3.0500488281 -3.0498964787 - -8.0000000000 -87.0000000000 -3.0527343750 -3.0500488281 -3.0498964787 - -88.0000000000 -12.0000000000 -1.7055664062 -1.7065429688 -1.7063241005 - -86.0000000000 -27.0000000000 -1.8769531250 -1.8752441406 -1.8750048876 - -88.0000000000 -12.0000000000 -1.7055664062 -1.7065429688 -1.7063241005 - -54.0000000000 49.0000000000 -0.8366699219 -0.8339843750 -0.8339038491 - -54.0000000000 49.0000000000 -0.8366699219 -0.8339843750 -0.8339038491 - -7.0000000000 -95.0000000000 -3.0688476562 -3.0681152344 -3.0680415630 - -7.0000000000 -95.0000000000 -3.0688476562 -3.0681152344 -3.0680415630 - -11.0000000000 -47.0000000000 -2.9130859375 -2.9118652344 -2.9116883278 - -11.0000000000 -47.0000000000 -2.9130859375 -2.9118652344 -2.9116883278 - -10.0000000000 -47.0000000000 -2.9282226562 -2.9321289062 -2.9319529533 - -11.0000000000 -46.0000000000 -2.9047851562 -2.9069824219 -2.9068701267 - -18.0000000000 45.0000000000 -0.3845214844 -0.3806152344 -0.3805063665 - -30.0000000000 -38.0000000000 -2.4702148438 -2.4733886719 -2.4733033180 - -11.0000000000 -46.0000000000 -2.9047851562 -2.9069824219 -2.9068701267 - -11.0000000000 -47.0000000000 -2.9130859375 -2.9118652344 -2.9116883278 - -10.0000000000 -47.0000000000 -2.9282226562 -2.9321289062 -2.9319529533 - -11.0000000000 -46.0000000000 -2.9047851562 -2.9069824219 -2.9068701267 - -18.0000000000 45.0000000000 -0.3845214844 -0.3806152344 -0.3805063665 - -30.0000000000 -38.0000000000 -2.4702148438 -2.4733886719 -2.4733033180 - 35.0000000000 -17.0000000000 2.0253906250 2.0229492188 2.0229501724 - 35.0000000000 -17.0000000000 2.0253906250 2.0229492188 2.0229501724 - -82.0000000000 43.0000000000 -1.0852050781 -1.0878906250 -1.0878274441 - -82.0000000000 43.0000000000 -1.0852050781 -1.0878906250 -1.0878274441 - -51.0000000000 -22.0000000000 -1.9780273438 -1.9782714844 -1.9780522585 - -51.0000000000 -22.0000000000 -1.9780273438 -1.9782714844 -1.9780522585 - -31.0000000000 -11.0000000000 -1.9160156250 -1.9118652344 -1.9117753506 - -31.0000000000 -11.0000000000 -1.9160156250 -1.9118652344 -1.9117753506 - 32.0000000000 -59.0000000000 2.6484375000 2.6445312500 2.6446242332 - 32.0000000000 -59.0000000000 2.6484375000 2.6445312500 2.6446242332 - 34.0000000000 29.0000000000 0.8674316406 0.8645019531 0.8645972610 - 34.0000000000 29.0000000000 0.8674316406 0.8645019531 0.8645972610 - 13.0000000000 -29.0000000000 2.7187500000 2.7199707031 2.7201735973 - 13.0000000000 -29.0000000000 2.7187500000 2.7199707031 2.7201735973 - -51.0000000000 8.0000000000 -1.4118652344 -1.4152832031 -1.4152015448 - 12.0000000000 -52.0000000000 2.9130859375 2.9145507812 2.9147939682 - -51.0000000000 8.0000000000 -1.4118652344 -1.4152832031 -1.4152015448 - 26.0000000000 43.0000000000 0.5397949219 0.5437011719 0.5438324809 - -70.0000000000 100.0000000000 -0.6091308594 -0.6108398438 -0.6107259393 - -70.0000000000 100.0000000000 -0.6091308594 -0.6108398438 -0.6107259393 - 22.0000000000 3.0000000000 1.4357910156 1.4350585938 1.4352686405 - 22.0000000000 3.0000000000 1.4357910156 1.4350585938 1.4352686405 - 7.0000000000 22.0000000000 0.3059082031 0.3078613281 0.3080527782 - 7.0000000000 22.0000000000 0.3059082031 0.3078613281 0.3080527782 - -54.0000000000 49.0000000000 -0.8366699219 -0.8339843750 -0.8339038491 - -54.0000000000 49.0000000000 -0.8366699219 -0.8339843750 -0.8339038491 - 14.0000000000 4.0000000000 1.2951660156 1.2924804688 1.2924966812 - 14.0000000000 4.0000000000 1.2951660156 1.2924804688 1.2924966812 - 41.0000000000 29.0000000000 0.9533691406 0.9550781250 0.9551764727 - 41.0000000000 29.0000000000 0.9533691406 0.9550781250 0.9551764727 - -52.0000000000 -97.0000000000 -2.6484375000 -2.6496582031 -2.6494975090 - -52.0000000000 -97.0000000000 -2.6484375000 -2.6496582031 -2.6494975090 - -81.0000000000 -9.0000000000 -1.6831054688 -1.6816406250 -1.6814535856 - -18.0000000000 -77.0000000000 -2.9130859375 -2.9121093750 -2.9119503498 - -81.0000000000 -9.0000000000 -1.6831054688 -1.6816406250 -1.6814535856 - 27.0000000000 92.0000000000 0.2829589844 0.2854003906 0.2854628563 - 27.0000000000 92.0000000000 0.2829589844 0.2854003906 0.2854628563 - 17.0000000000 -40.0000000000 2.7416992188 2.7395019531 2.7397220135 - 17.0000000000 -40.0000000000 2.7416992188 2.7395019531 2.7397220135 - 9.0000000000 -35.0000000000 2.8896484375 2.8898925781 2.8899028301 - 9.0000000000 -35.0000000000 2.8896484375 2.8898925781 2.8899028301 - -10.0000000000 -47.0000000000 -2.9282226562 -2.9321289062 -2.9319529533 - -11.0000000000 -47.0000000000 -2.9130859375 -2.9118652344 -2.9116883278 - -10.0000000000 -47.0000000000 -2.9282226562 -2.9321289062 -2.9319529533 - -11.0000000000 -46.0000000000 -2.9047851562 -2.9069824219 -2.9068701267 - -30.0000000000 -38.0000000000 -2.4702148438 -2.4733886719 -2.4733033180 - -94.0000000000 50.0000000000 -1.0852050781 -1.0820312500 -1.0819439888 - -94.0000000000 50.0000000000 -1.0852050781 -1.0820312500 -1.0819439888 - -39.0000000000 16.0000000000 -1.1784667969 -1.1816406250 -1.1814796925 - -39.0000000000 16.0000000000 -1.1784667969 -1.1816406250 -1.1814796925 - -13.0000000000 -36.0000000000 -2.7963867188 -2.7951660156 -2.7950539589 - -13.0000000000 -36.0000000000 -2.7963867188 -2.7951660156 -2.7950539589 - 10.0000000000 5.0000000000 1.1081542969 1.1069335938 1.1071487665 - 10.0000000000 5.0000000000 1.1081542969 1.1069335938 1.1071487665 - 16.0000000000 47.0000000000 0.3298339844 0.3278808594 0.3281199038 - 16.0000000000 47.0000000000 0.3298339844 0.3278808594 0.3281199038 - -8.0000000000 -63.0000000000 -3.0141601562 -3.0153808594 -3.0152845383 - -8.0000000000 -63.0000000000 -3.0141601562 -3.0153808594 -3.0152845383 - 41.0000000000 -49.0000000000 2.4458007812 2.4448242188 2.4448504448 - 41.0000000000 -49.0000000000 2.4458007812 2.4448242188 2.4448504448 - -10.0000000000 -31.0000000000 -2.8276367188 -2.8295898438 -2.8295507431 - -10.0000000000 -31.0000000000 -2.8276367188 -2.8295898438 -2.8295507431 - -2.0000000000 -43.0000000000 -3.0913085938 -3.0952148438 -3.0951147079 - -2.0000000000 -43.0000000000 -3.0913085938 -3.0952148438 -3.0951147079 - 41.0000000000 11.0000000000 1.3112792969 1.3085937500 1.3086764812 - 41.0000000000 11.0000000000 1.3112792969 1.3085937500 1.3086764812 - -3.0000000000 29.0000000000 -0.1037597656 -0.1032714844 -0.1030816063 - -3.0000000000 29.0000000000 -0.1037597656 -0.1032714844 -0.1030816063 - 39.0000000000 12.0000000000 1.2717285156 1.2722167969 1.2722973824 - 39.0000000000 12.0000000000 1.2717285156 1.2722167969 1.2722973824 - 40.0000000000 12.0000000000 1.2800292969 1.2792968750 1.2793395519 - 37.0000000000 27.0000000000 0.9372558594 0.9401855469 0.9403949380 - 37.0000000000 27.0000000000 0.9372558594 0.9401855469 0.9403949380 - -1.0000000000 -29.0000000000 -3.1069335938 -3.1071777344 -3.1071236134 - -1.0000000000 -29.0000000000 -3.1069335938 -3.1071777344 -3.1071236134 - -67.0000000000 -62.0000000000 -2.3198242188 -2.3176269531 -2.3174543381 - -67.0000000000 -62.0000000000 -2.3198242188 -2.3176269531 -2.3174543381 - 26.0000000000 -46.0000000000 2.6250000000 2.6269531250 2.6271414757 - 26.0000000000 -46.0000000000 2.6250000000 2.6269531250 2.6271414757 - -12.0000000000 -21.0000000000 -2.6250000000 -2.6225585938 -2.6224465370 - -12.0000000000 -21.0000000000 -2.6250000000 -2.6225585938 -2.6224465370 - -72.0000000000 -16.0000000000 -1.7919921875 -1.7895507812 -1.7894653082 - -72.0000000000 -16.0000000000 -1.7919921875 -1.7895507812 -1.7894653082 - 31.0000000000 95.0000000000 0.3137207031 0.3151855469 0.3154215217 - 31.0000000000 95.0000000000 0.3137207031 0.3151855469 0.3154215217 - -27.0000000000 -53.0000000000 -2.6718750000 -2.6706542969 -2.6704263687 - -27.0000000000 -53.0000000000 -2.6718750000 -2.6706542969 -2.6704263687 - -49.0000000000 -28.0000000000 -2.0874023438 -2.0900878906 -2.0899424553 - -49.0000000000 -28.0000000000 -2.0874023438 -2.0900878906 -2.0899424553 - 18.0000000000 35.0000000000 0.4777832031 0.4748535156 0.4750107527 - 18.0000000000 35.0000000000 0.4777832031 0.4748535156 0.4750107527 - -48.0000000000 -16.0000000000 -1.8935546875 -1.8925781250 -1.8925468922 - -48.0000000000 -16.0000000000 -1.8935546875 -1.8925781250 -1.8925468922 - 35.0000000000 -5.0000000000 1.7143554688 1.7126464844 1.7126934528 - 35.0000000000 -5.0000000000 1.7143554688 1.7126464844 1.7126934528 - -35.0000000000 39.0000000000 -0.7336425781 -0.7314453125 -0.7313966751 - -35.0000000000 39.0000000000 -0.7336425781 -0.7314453125 -0.7313966751 - -39.0000000000 11.0000000000 -1.2951660156 -1.2958984375 -1.2958865166 - -39.0000000000 11.0000000000 -1.2951660156 -1.2958984375 -1.2958865166 - 26.0000000000 43.0000000000 0.5397949219 0.5437011719 0.5438324809 - -51.0000000000 8.0000000000 -1.4118652344 -1.4152832031 -1.4152015448 - 26.0000000000 43.0000000000 0.5397949219 0.5437011719 0.5438324809 - 28.0000000000 -11.0000000000 1.9467773438 1.9450683594 1.9451299906 - 28.0000000000 -11.0000000000 1.9467773438 1.9450683594 1.9451299906 - 32.0000000000 34.0000000000 0.7575683594 0.7548828125 0.7551044226 - 32.0000000000 34.0000000000 0.7575683594 0.7548828125 0.7551044226 - 32.0000000000 35.0000000000 0.7414550781 0.7404785156 0.7406519055 - 33.0000000000 35.0000000000 0.7575683594 0.7558593750 0.7559948564 - 32.0000000000 35.0000000000 0.7414550781 0.7404785156 0.7406519055 - 32.0000000000 34.0000000000 0.7575683594 0.7548828125 0.7551044226 - 32.0000000000 35.0000000000 0.7414550781 0.7404785156 0.7406519055 - 33.0000000000 35.0000000000 0.7575683594 0.7558593750 0.7559948564 - 15.0000000000 -45.0000000000 2.8203125000 2.8198242188 2.8198421001 - 15.0000000000 -45.0000000000 2.8203125000 2.8198242188 2.8198421001 - 32.0000000000 35.0000000000 0.7414550781 0.7404785156 0.7406519055 - 33.0000000000 35.0000000000 0.7575683594 0.7558593750 0.7559948564 - 15.0000000000 -45.0000000000 2.8203125000 2.8198242188 2.8198421001 - 40.0000000000 12.0000000000 1.2800292969 1.2792968750 1.2793395519 - 39.0000000000 12.0000000000 1.2717285156 1.2722167969 1.2722973824 - 40.0000000000 12.0000000000 1.2800292969 1.2792968750 1.2793395519 - -43.0000000000 85.0000000000 -0.4694824219 -0.4685058594 -0.4683424234 - -43.0000000000 85.0000000000 -0.4694824219 -0.4685058594 -0.4683424234 - -36.0000000000 -30.0000000000 -2.2666015625 -2.2656250000 -2.2655346394 - -36.0000000000 -30.0000000000 -2.2666015625 -2.2656250000 -2.2655346394 - 20.0000000000 60.0000000000 0.3210449219 0.3215332031 0.3217505515 - 20.0000000000 60.0000000000 0.3210449219 0.3215332031 0.3217505515 - 42.0000000000 42.0000000000 0.7883300781 0.7851562500 0.7853981853 - 42.0000000000 42.0000000000 0.7883300781 0.7851562500 0.7853981853 - 16.0000000000 -22.0000000000 2.5083007812 2.5126953125 2.5127964020 - 16.0000000000 -22.0000000000 2.5083007812 2.5126953125 2.5127964020 - -42.0000000000 -62.0000000000 -2.5478515625 -2.5463867188 -2.5461828709 - -42.0000000000 -62.0000000000 -2.5478515625 -2.5463867188 -2.5461828709 - -86.0000000000 -27.0000000000 -1.8769531250 -1.8752441406 -1.8750048876 - -86.0000000000 -27.0000000000 -1.8769531250 -1.8752441406 -1.8750048876 - -88.0000000000 -12.0000000000 -1.7055664062 -1.7065429688 -1.7063241005 - -59.0000000000 53.0000000000 -0.8366699219 -0.8391113281 -0.8389184475 - -59.0000000000 53.0000000000 -0.8366699219 -0.8391113281 -0.8389184475 - -1.0000000000 -23.0000000000 -3.0996093750 -3.0981445312 -3.0981419086 - -1.0000000000 -23.0000000000 -3.0996093750 -3.0981445312 -3.0981419086 - 34.0000000000 -35.0000000000 2.3686523438 2.3706054688 2.3706862926 - 34.0000000000 -35.0000000000 2.3686523438 2.3706054688 2.3706862926 - 14.0000000000 -47.0000000000 2.8510742188 2.8520507812 2.8520891666 - 15.0000000000 -47.0000000000 2.8354492188 2.8325195312 2.8326621056 - 14.0000000000 -47.0000000000 2.8510742188 2.8520507812 2.8520891666 - 34.0000000000 -35.0000000000 2.3686523438 2.3706054688 2.3706862926 - 14.0000000000 -47.0000000000 2.8510742188 2.8520507812 2.8520891666 - 15.0000000000 -47.0000000000 2.8354492188 2.8325195312 2.8326621056 - 43.0000000000 -40.0000000000 2.3198242188 2.3198242188 2.3200657368 - 43.0000000000 -40.0000000000 2.3198242188 2.3198242188 2.3200657368 - 33.0000000000 35.0000000000 0.7575683594 0.7558593750 0.7559948564 - 32.0000000000 34.0000000000 0.7575683594 0.7548828125 0.7551044226 - 32.0000000000 35.0000000000 0.7414550781 0.7404785156 0.7406519055 - 33.0000000000 35.0000000000 0.7575683594 0.7558593750 0.7559948564 - 15.0000000000 -45.0000000000 2.8203125000 2.8198242188 2.8198421001 - -60.0000000000 79.0000000000 -0.6481933594 -0.6496582031 -0.6495494246 - -60.0000000000 79.0000000000 -0.6481933594 -0.6496582031 -0.6495494246 - 42.0000000000 47.0000000000 0.7263183594 0.7292480469 0.7292773724 - 42.0000000000 47.0000000000 0.7263183594 0.7292480469 0.7292773724 - 22.0000000000 -81.0000000000 2.8735351562 2.8762207031 2.8763856888 - 22.0000000000 -81.0000000000 2.8735351562 2.8762207031 2.8763856888 - -13.0000000000 -14.0000000000 -2.3925781250 -2.3933105469 -2.3932147026 - -12.0000000000 -15.0000000000 -2.4702148438 -2.4670410156 -2.4668517113 - -13.0000000000 -14.0000000000 -2.3925781250 -2.3933105469 -2.3932147026 - -17.0000000000 -89.0000000000 -2.9521484375 -2.9528808594 -2.9528548717 - -17.0000000000 -89.0000000000 -2.9521484375 -2.9528808594 -2.9528548717 - 10.0000000000 -45.0000000000 2.9204101562 2.9228515625 2.9229238033 - 10.0000000000 -45.0000000000 2.9204101562 2.9228515625 2.9229238033 - 15.0000000000 1.0000000000 1.5051269531 1.5041503906 1.5042282343 - 15.0000000000 1.0000000000 1.5051269531 1.5041503906 1.5042282343 - 15.0000000000 -47.0000000000 2.8354492188 2.8325195312 2.8326621056 - 34.0000000000 -35.0000000000 2.3686523438 2.3706054688 2.3706862926 - 14.0000000000 -47.0000000000 2.8510742188 2.8520507812 2.8520891666 - 15.0000000000 -47.0000000000 2.8354492188 2.8325195312 2.8326621056 - -10.0000000000 -57.0000000000 -2.9672851562 -2.9680175781 -2.9679214954 - -10.0000000000 -57.0000000000 -2.9672851562 -2.9680175781 -2.9679214954 - 27.0000000000 20.0000000000 0.9299316406 0.9331054688 0.9332475662 - 27.0000000000 20.0000000000 0.9299316406 0.9331054688 0.9332475662 - -45.0000000000 13.0000000000 -1.2873535156 -1.2897949219 -1.2895641327 - -45.0000000000 13.0000000000 -1.2873535156 -1.2897949219 -1.2895641327 - 20.0000000000 10.0000000000 1.1081542969 1.1069335938 1.1071487665 - 20.0000000000 10.0000000000 1.1081542969 1.1069335938 1.1071487665 - 20.0000000000 90.0000000000 0.2209472656 0.2185058594 0.2186689526 - 20.0000000000 90.0000000000 0.2209472656 0.2185058594 0.2186689526 - 20.0000000000 91.0000000000 0.2131347656 0.2163085938 0.2163406610 - 20.0000000000 91.0000000000 0.2131347656 0.2163085938 0.2163406610 - 20.0000000000 90.0000000000 0.2209472656 0.2185058594 0.2186689526 - 20.0000000000 91.0000000000 0.2131347656 0.2163085938 0.2163406610 - -98.0000000000 25.0000000000 -1.3186035156 -1.3210449219 -1.3210215569 - -98.0000000000 25.0000000000 -1.3186035156 -1.3210449219 -1.3210215569 - 19.0000000000 -48.0000000000 2.7656250000 2.7646484375 2.7646834850 - -39.0000000000 34.0000000000 -0.8522949219 -0.8540039062 -0.8537845612 - 19.0000000000 -48.0000000000 2.7656250000 2.7646484375 2.7646834850 - 24.0000000000 5.0000000000 1.3645019531 1.3652343750 1.3654010296 - 24.0000000000 5.0000000000 1.3645019531 1.3652343750 1.3654010296 - 42.0000000000 64.0000000000 0.5783691406 0.5805664062 0.5807563663 - 32.0000000000 68.0000000000 0.4377441406 0.4396972656 0.4398425817 - 42.0000000000 64.0000000000 0.5783691406 0.5805664062 0.5807563663 - -85.0000000000 33.0000000000 -1.2019042969 -1.2006835938 -1.2004729509 - -85.0000000000 33.0000000000 -1.2019042969 -1.2006835938 -1.2004729509 - -10.0000000000 -6.0000000000 -2.1108398438 -2.1113281250 -2.1112158298 - -10.0000000000 -6.0000000000 -2.1108398438 -2.1113281250 -2.1112158298 - 27.0000000000 44.0000000000 0.5471191406 0.5502929688 0.5503859520 - 27.0000000000 44.0000000000 0.5471191406 0.5502929688 0.5503859520 - -25.0000000000 41.0000000000 -0.5471191406 -0.5476074219 -0.5475622416 - -25.0000000000 41.0000000000 -0.5471191406 -0.5476074219 -0.5475622416 - -11.0000000000 -17.0000000000 -2.5629882812 -2.5673828125 -2.5672879219 - -11.0000000000 -17.0000000000 -2.5629882812 -2.5673828125 -2.5672879219 - -12.0000000000 -15.0000000000 -2.4702148438 -2.4670410156 -2.4668517113 - -12.0000000000 -15.0000000000 -2.4702148438 -2.4670410156 -2.4668517113 - -13.0000000000 -14.0000000000 -2.3925781250 -2.3933105469 -2.3932147026 - -63.0000000000 -82.0000000000 -2.4858398438 -2.4865722656 -2.4864866734 - -63.0000000000 -82.0000000000 -2.4858398438 -2.4865722656 -2.4864866734 - 43.0000000000 -32.0000000000 2.2114257812 2.2104492188 2.2105660439 - 43.0000000000 -32.0000000000 2.2114257812 2.2104492188 2.2105660439 - -8.0000000000 35.0000000000 -0.2282714844 -0.2248535156 -0.2247111648 - -8.0000000000 35.0000000000 -0.2282714844 -0.2248535156 -0.2247111648 - -31.0000000000 -18.0000000000 -2.0952148438 -2.0969238281 -2.0968627930 - -30.0000000000 -18.0000000000 -2.1108398438 -2.1113281250 -2.1112158298 - -2.0000000000 -24.0000000000 -3.0600585938 -3.0585937500 -3.0584514141 - -2.0000000000 -24.0000000000 -3.0600585938 -3.0585937500 -3.0584514141 - -2.0000000000 -10.0000000000 -2.9448242188 -2.9443359375 -2.9441971779 - -2.0000000000 -10.0000000000 -2.9448242188 -2.9443359375 -2.9441971779 - -33.0000000000 11.0000000000 -1.2478027344 -1.2492675781 -1.2490458488 - -33.0000000000 11.0000000000 -1.2478027344 -1.2492675781 -1.2490458488 - -3.0000000000 89.0000000000 -0.0344238281 -0.0339355469 -0.0336951092 - -3.0000000000 89.0000000000 -0.0344238281 -0.0339355469 -0.0336951092 - -4.0000000000 64.0000000000 -0.0651855469 -0.0625000000 -0.0624188110 - -4.0000000000 64.0000000000 -0.0651855469 -0.0625000000 -0.0624188110 - -62.0000000000 51.0000000000 -0.8840332031 -0.8825683594 -0.8824375868 - -62.0000000000 51.0000000000 -0.8840332031 -0.8825683594 -0.8824375868 - 20.0000000000 -39.0000000000 2.6635742188 2.6677246094 2.6677412987 - 20.0000000000 -39.0000000000 2.6635742188 2.6677246094 2.6677412987 - 25.0000000000 14.0000000000 1.0612792969 1.0603027344 1.0603079796 - 25.0000000000 14.0000000000 1.0612792969 1.0603027344 1.0603079796 - 37.0000000000 31.0000000000 0.8747558594 0.8732910156 0.8734055758 - 37.0000000000 31.0000000000 0.8747558594 0.8732910156 0.8734055758 - 37.0000000000 33.0000000000 0.8439941406 0.8422851562 0.8424789906 - 37.0000000000 33.0000000000 0.8439941406 0.8422851562 0.8424789906 - 37.0000000000 31.0000000000 0.8747558594 0.8732910156 0.8734055758 - 37.0000000000 33.0000000000 0.8439941406 0.8422851562 0.8424789906 - 9.0000000000 93.0000000000 0.0964355469 0.0964355469 0.0964737758 - 9.0000000000 93.0000000000 0.0964355469 0.0964355469 0.0964737758 - -34.0000000000 91.0000000000 -0.3605957031 -0.3576660156 -0.3575658500 - -34.0000000000 91.0000000000 -0.3605957031 -0.3576660156 -0.3575658500 - -10.0000000000 13.0000000000 -0.6555175781 -0.6557617188 -0.6556956172 - -10.0000000000 13.0000000000 -0.6555175781 -0.6557617188 -0.6556956172 - -11.0000000000 -91.0000000000 -3.0219726562 -3.0214843750 -3.0212972164 - -11.0000000000 -91.0000000000 -3.0219726562 -3.0214843750 -3.0212972164 - -10.0000000000 -16.0000000000 -2.5864257812 -2.5830078125 -2.5829935074 - -10.0000000000 -16.0000000000 -2.5864257812 -2.5830078125 -2.5829935074 - 43.0000000000 -85.0000000000 2.6718750000 2.6730957031 2.6732501984 - 43.0000000000 -85.0000000000 2.6718750000 2.6730957031 2.6732501984 - -33.0000000000 26.0000000000 -0.9064941406 -0.9035644531 -0.9034902453 - -33.0000000000 26.0000000000 -0.9064941406 -0.9035644531 -0.9034902453 - -25.0000000000 0.0000000000 -1.5705566406 -1.5708007812 -1.5707963705 - -25.0000000000 0.0000000000 -1.5705566406 -1.5708007812 -1.5707963705 - -81.0000000000 -56.0000000000 -2.1728515625 -2.1757812500 -2.1756987572 - -81.0000000000 -56.0000000000 -2.1728515625 -2.1757812500 -2.1756987572 - 27.0000000000 -15.0000000000 2.0800781250 2.0778808594 2.0778949261 - 27.0000000000 -15.0000000000 2.0800781250 2.0778808594 2.0778949261 - -6.0000000000 30.0000000000 -0.1965332031 -0.1975097656 -0.1973955631 - 13.0000000000 6.0000000000 1.1398925781 1.1381835938 1.1383886337 - 13.0000000000 6.0000000000 1.1398925781 1.1381835938 1.1383886337 - -31.0000000000 -18.0000000000 -2.0952148438 -2.0969238281 -2.0968627930 - -8.0000000000 35.0000000000 -0.2282714844 -0.2248535156 -0.2247111648 - -31.0000000000 -18.0000000000 -2.0952148438 -2.0969238281 -2.0968627930 - -30.0000000000 -18.0000000000 -2.1108398438 -2.1113281250 -2.1112158298 - -4.0000000000 29.0000000000 -0.1345214844 -0.1372070312 -0.1370661706 - -4.0000000000 29.0000000000 -0.1345214844 -0.1372070312 -0.1370661706 - -3.0000000000 29.0000000000 -0.1037597656 -0.1032714844 -0.1030816063 - -19.0000000000 9.0000000000 -1.1232910156 -1.1286621094 -1.1284221411 - -19.0000000000 9.0000000000 -1.1232910156 -1.1286621094 -1.1284221411 - -33.0000000000 -57.0000000000 -2.6171875000 -2.6169433594 -2.6167969704 - -33.0000000000 -57.0000000000 -2.6171875000 -2.6169433594 -2.6167969704 - 2.0000000000 30.0000000000 0.0651855469 0.0664062500 0.0665681660 - 3.0000000000 29.0000000000 0.1037597656 0.1030273438 0.1030816063 - 2.0000000000 30.0000000000 0.0651855469 0.0664062500 0.0665681660 - 43.0000000000 22.0000000000 1.1008300781 1.0976562500 1.0978897810 - 43.0000000000 22.0000000000 1.1008300781 1.0976562500 1.0978897810 - 33.0000000000 47.0000000000 0.6091308594 0.6120605469 0.6121525168 - 33.0000000000 47.0000000000 0.6091308594 0.6120605469 0.6121525168 - -1.0000000000 56.0000000000 -0.0192871094 -0.0180664062 -0.0178552456 - -1.0000000000 56.0000000000 -0.0192871094 -0.0180664062 -0.0178552456 - 33.0000000000 47.0000000000 0.6091308594 0.6120605469 0.6121525168 - -1.0000000000 56.0000000000 -0.0192871094 -0.0180664062 -0.0178552456 - -15.0000000000 -100.0000000000 -2.9907226562 -2.9929199219 -2.9927027225 - -15.0000000000 -100.0000000000 -2.9907226562 -2.9929199219 -2.9927027225 - -81.0000000000 66.0000000000 -0.8840332031 -0.8872070312 -0.8870870471 - -81.0000000000 66.0000000000 -0.8840332031 -0.8872070312 -0.8870870471 - -48.0000000000 -26.0000000000 -2.0639648438 -2.0673828125 -2.0672192574 - -48.0000000000 -26.0000000000 -2.0639648438 -2.0673828125 -2.0672192574 - -23.0000000000 82.0000000000 -0.2751464844 -0.2736816406 -0.2734609842 - -23.0000000000 82.0000000000 -0.2751464844 -0.2736816406 -0.2734609842 - -22.0000000000 82.0000000000 -0.2590332031 -0.2622070312 -0.2621198297 - -45.0000000000 60.0000000000 -0.6403808594 -0.6435546875 -0.6435011029 - -45.0000000000 60.0000000000 -0.6403808594 -0.6435546875 -0.6435011029 - -45.0000000000 61.0000000000 -0.6330566406 -0.6357421875 -0.6355857253 - 15.0000000000 73.0000000000 0.2058105469 0.2026367188 0.2026586682 - -45.0000000000 62.0000000000 -0.6242675781 -0.6279296875 -0.6278365850 - -45.0000000000 61.0000000000 -0.6330566406 -0.6357421875 -0.6355857253 - -45.0000000000 60.0000000000 -0.6403808594 -0.6435546875 -0.6435011029 - -45.0000000000 61.0000000000 -0.6330566406 -0.6357421875 -0.6355857253 - 15.0000000000 73.0000000000 0.2058105469 0.2026367188 0.2026586682 - -45.0000000000 62.0000000000 -0.6242675781 -0.6279296875 -0.6278365850 - -45.0000000000 62.0000000000 -0.6242675781 -0.6279296875 -0.6278365850 - -45.0000000000 60.0000000000 -0.6403808594 -0.6435546875 -0.6435011029 - -45.0000000000 61.0000000000 -0.6330566406 -0.6357421875 -0.6355857253 - 15.0000000000 73.0000000000 0.2058105469 0.2026367188 0.2026586682 - -45.0000000000 62.0000000000 -0.6242675781 -0.6279296875 -0.6278365850 - -61.0000000000 76.0000000000 -0.6789550781 -0.6765136719 -0.6763435006 - -61.0000000000 76.0000000000 -0.6789550781 -0.6765136719 -0.6763435006 - 32.0000000000 68.0000000000 0.4377441406 0.4396972656 0.4398425817 - 32.0000000000 68.0000000000 0.4377441406 0.4396972656 0.4398425817 - 42.0000000000 64.0000000000 0.5783691406 0.5805664062 0.5807563663 - -9.0000000000 -15.0000000000 -2.6015625000 -2.6013183594 -2.6011731625 - -9.0000000000 -15.0000000000 -2.6015625000 -2.6013183594 -2.6011731625 - 10.0000000000 -34.0000000000 2.8583984375 2.8554687500 2.8555412292 - 10.0000000000 -34.0000000000 2.8583984375 2.8554687500 2.8555412292 - 10.0000000000 16.0000000000 0.5549316406 0.5585937500 0.5585992932 - 10.0000000000 16.0000000000 0.5549316406 0.5585937500 0.5585992932 - 11.0000000000 16.0000000000 0.6018066406 0.6020507812 0.6022873521 - 26.0000000000 25.0000000000 0.8054199219 0.8049316406 0.8050035238 - 26.0000000000 25.0000000000 0.8054199219 0.8049316406 0.8050035238 - 10.0000000000 92.0000000000 0.1120605469 0.1081542969 0.1082705930 - 10.0000000000 92.0000000000 0.1120605469 0.1081542969 0.1082705930 - -72.0000000000 -2.0000000000 -1.5976562500 -1.5986328125 -1.5985670090 - -72.0000000000 -2.0000000000 -1.5976562500 -1.5986328125 -1.5985670090 - -58.0000000000 -75.0000000000 -2.4858398438 -2.4833984375 -2.4833247662 - -58.0000000000 -75.0000000000 -2.4858398438 -2.4833984375 -2.4833247662 - 44.0000000000 -96.0000000000 2.7109375000 2.7116699219 2.7118303776 - 44.0000000000 -96.0000000000 2.7109375000 2.7116699219 2.7118303776 - -27.0000000000 -50.0000000000 -2.6484375000 -2.6464843750 -2.6464595795 - 2.0000000000 -55.0000000000 3.1069335938 3.1052246094 3.1052451134 - -27.0000000000 -50.0000000000 -2.6484375000 -2.6464843750 -2.6464595795 - -80.0000000000 32.0000000000 -1.1857910156 -1.1904296875 -1.1902899742 - -80.0000000000 32.0000000000 -1.1857910156 -1.1904296875 -1.1902899742 - -53.0000000000 -31.0000000000 -2.1025390625 -2.1000976562 -2.1000432968 - -53.0000000000 -31.0000000000 -2.1025390625 -2.1000976562 -2.1000432968 - 23.0000000000 -52.0000000000 2.7260742188 2.7250976562 2.7251541615 - 23.0000000000 -52.0000000000 2.7260742188 2.7250976562 2.7251541615 - -30.0000000000 -18.0000000000 -2.1108398438 -2.1113281250 -2.1112158298 - -8.0000000000 35.0000000000 -0.2282714844 -0.2248535156 -0.2247111648 - -31.0000000000 -18.0000000000 -2.0952148438 -2.0969238281 -2.0968627930 - -30.0000000000 -18.0000000000 -2.1108398438 -2.1113281250 -2.1112158298 - -3.0000000000 29.0000000000 -0.1037597656 -0.1032714844 -0.1030816063 - -4.0000000000 29.0000000000 -0.1345214844 -0.1372070312 -0.1370661706 - -3.0000000000 29.0000000000 -0.1037597656 -0.1032714844 -0.1030816063 - 3.0000000000 29.0000000000 0.1037597656 0.1030273438 0.1030816063 - 3.0000000000 29.0000000000 0.1037597656 0.1030273438 0.1030816063 - 2.0000000000 30.0000000000 0.0651855469 0.0664062500 0.0665681660 - -55.0000000000 24.0000000000 -1.1550292969 -1.1594238281 -1.1593401432 - -55.0000000000 24.0000000000 -1.1550292969 -1.1594238281 -1.1593401432 - -5.0000000000 -37.0000000000 -3.0068359375 -3.0073242188 -3.0072712898 - -5.0000000000 -37.0000000000 -3.0068359375 -3.0073242188 -3.0072712898 - -94.0000000000 96.0000000000 -0.7727050781 -0.7749023438 -0.7748722434 - -94.0000000000 96.0000000000 -0.7727050781 -0.7749023438 -0.7748722434 - -37.0000000000 19.0000000000 -1.0925292969 -1.0964355469 -1.0963964462 - -37.0000000000 19.0000000000 -1.0925292969 -1.0964355469 -1.0963964462 - -22.0000000000 82.0000000000 -0.2590332031 -0.2622070312 -0.2621198297 - -23.0000000000 82.0000000000 -0.2751464844 -0.2736816406 -0.2734609842 - -22.0000000000 82.0000000000 -0.2590332031 -0.2622070312 -0.2621198297 - -39.0000000000 34.0000000000 -0.8522949219 -0.8540039062 -0.8537845612 - -39.0000000000 34.0000000000 -0.8522949219 -0.8540039062 -0.8537845612 - 19.0000000000 -48.0000000000 2.7656250000 2.7646484375 2.7646834850 - -21.0000000000 -39.0000000000 -2.6484375000 -2.6477050781 -2.6476514339 - 32.0000000000 29.0000000000 0.8366699219 0.8344726562 0.8345389366 - -21.0000000000 -39.0000000000 -2.6484375000 -2.6477050781 -2.6476514339 - 30.0000000000 -2.0000000000 1.6362304688 1.6372070312 1.6373645067 - 30.0000000000 -2.0000000000 1.6362304688 1.6372070312 1.6373645067 - 48.0000000000 -91.0000000000 2.6562500000 2.6560058594 2.6562094688 - -34.0000000000 100.0000000000 -0.3298339844 -0.3278808594 -0.3277384937 - 50.0000000000 -94.0000000000 2.6562500000 2.6525878906 2.6527404785 - 48.0000000000 -91.0000000000 2.6562500000 2.6560058594 2.6562094688 - 19.0000000000 -4.0000000000 1.7768554688 1.7780761719 1.7782926559 - 19.0000000000 -4.0000000000 1.7768554688 1.7780761719 1.7782926559 - 11.0000000000 16.0000000000 0.6018066406 0.6020507812 0.6022873521 - 10.0000000000 16.0000000000 0.5549316406 0.5585937500 0.5585992932 - 11.0000000000 16.0000000000 0.6018066406 0.6020507812 0.6022873521 - 17.0000000000 29.0000000000 0.5314941406 0.5300292969 0.5302157998 - 17.0000000000 29.0000000000 0.5314941406 0.5300292969 0.5302157998 - -12.0000000000 84.0000000000 -0.1433105469 -0.1420898438 -0.1418970525 - -12.0000000000 84.0000000000 -0.1433105469 -0.1420898438 -0.1418970525 - -12.0000000000 85.0000000000 -0.1433105469 -0.1403808594 -0.1402496099 - -12.0000000000 85.0000000000 -0.1433105469 -0.1403808594 -0.1402496099 - -12.0000000000 84.0000000000 -0.1433105469 -0.1420898438 -0.1418970525 - -12.0000000000 85.0000000000 -0.1433105469 -0.1403808594 -0.1402496099 - -11.0000000000 77.0000000000 -0.1433105469 -0.1420898438 -0.1418970525 - -11.0000000000 77.0000000000 -0.1433105469 -0.1420898438 -0.1418970525 - 2.0000000000 -55.0000000000 3.1069335938 3.1052246094 3.1052451134 - 2.0000000000 -55.0000000000 3.1069335938 3.1052246094 3.1052451134 - -27.0000000000 -50.0000000000 -2.6484375000 -2.6464843750 -2.6464595795 - 27.0000000000 16.0000000000 1.0388183594 1.0356445312 1.0358412266 - 27.0000000000 16.0000000000 1.0388183594 1.0356445312 1.0358412266 - 43.0000000000 -45.0000000000 2.3764648438 2.3789062500 2.3789179325 - 43.0000000000 -45.0000000000 2.3764648438 2.3789062500 2.3789179325 - 43.0000000000 -44.0000000000 2.3686523438 2.3676757812 2.3676881790 - 43.0000000000 -44.0000000000 2.3686523438 2.3676757812 2.3676881790 - 43.0000000000 -45.0000000000 2.3764648438 2.3789062500 2.3789179325 - 43.0000000000 -44.0000000000 2.3686523438 2.3676757812 2.3676881790 - -26.0000000000 -24.0000000000 -2.3125000000 -2.3164062500 -2.3162159920 - -26.0000000000 -24.0000000000 -2.3125000000 -2.3164062500 -2.3162159920 - -25.0000000000 -24.0000000000 -2.3359375000 -2.3359375000 -2.3357892036 - -50.0000000000 3.0000000000 -1.5129394531 -1.5109863281 -1.5108681917 - -50.0000000000 3.0000000000 -1.5129394531 -1.5109863281 -1.5108681917 - 41.0000000000 -9.0000000000 1.7841796875 1.7868652344 1.7868813276 - 41.0000000000 -9.0000000000 1.7841796875 1.7868652344 1.7868813276 - 43.0000000000 36.0000000000 0.8747558594 0.8735351562 0.8737750053 - 43.0000000000 36.0000000000 0.8747558594 0.8735351562 0.8737750053 - 31.0000000000 47.0000000000 0.5861816406 0.5830078125 0.5830765367 - 31.0000000000 47.0000000000 0.5861816406 0.5830078125 0.5830765367 - -32.0000000000 -4.0000000000 -1.6982421875 -1.6953125000 -1.6951513290 - -32.0000000000 -4.0000000000 -1.6982421875 -1.6953125000 -1.6951513290 - -10.0000000000 -29.0000000000 -2.8115234375 -2.8095703125 -2.8095333576 - -10.0000000000 -29.0000000000 -2.8115234375 -2.8095703125 -2.8095333576 - -23.0000000000 56.0000000000 -0.3918457031 -0.3898925781 -0.3897085786 - -23.0000000000 56.0000000000 -0.3918457031 -0.3898925781 -0.3897085786 - 15.0000000000 73.0000000000 0.2058105469 0.2026367188 0.2026586682 - -45.0000000000 60.0000000000 -0.6403808594 -0.6435546875 -0.6435011029 - -45.0000000000 61.0000000000 -0.6330566406 -0.6357421875 -0.6355857253 - 15.0000000000 73.0000000000 0.2058105469 0.2026367188 0.2026586682 - -45.0000000000 62.0000000000 -0.6242675781 -0.6279296875 -0.6278365850 - -32.0000000000 45.0000000000 -0.6169433594 -0.6181640625 -0.6181442142 - -32.0000000000 45.0000000000 -0.6169433594 -0.6181640625 -0.6181442142 - -34.0000000000 100.0000000000 -0.3298339844 -0.3278808594 -0.3277384937 - -34.0000000000 100.0000000000 -0.3298339844 -0.3278808594 -0.3277384937 - 50.0000000000 -94.0000000000 2.6562500000 2.6525878906 2.6527404785 - 48.0000000000 -91.0000000000 2.6562500000 2.6560058594 2.6562094688 - -30.0000000000 -32.0000000000 -2.3925781250 -2.3886718750 -2.3884415627 - -30.0000000000 -32.0000000000 -2.3925781250 -2.3886718750 -2.3884415627 - 20.0000000000 -5.0000000000 1.8149414062 1.8156738281 1.8157750368 - 20.0000000000 -5.0000000000 1.8149414062 1.8156738281 1.8157750368 - -10.0000000000 -15.0000000000 -2.5551757812 -2.5537109375 -2.5535900593 - -10.0000000000 -15.0000000000 -2.5551757812 -2.5537109375 -2.5535900593 - -7.0000000000 73.0000000000 -0.0964355469 -0.0957031250 -0.0955981165 - -7.0000000000 73.0000000000 -0.0964355469 -0.0957031250 -0.0955981165 - -7.0000000000 74.0000000000 -0.0964355469 -0.0944824219 -0.0943139493 - -7.0000000000 74.0000000000 -0.0964355469 -0.0944824219 -0.0943139493 - -7.0000000000 73.0000000000 -0.0964355469 -0.0957031250 -0.0955981165 - -7.0000000000 74.0000000000 -0.0964355469 -0.0944824219 -0.0943139493 - -10.0000000000 -53.0000000000 -2.9521484375 -2.9553222656 -2.9551057816 - -10.0000000000 -53.0000000000 -2.9521484375 -2.9553222656 -2.9551057816 - -15.0000000000 -44.0000000000 -2.8115234375 -2.8132324219 -2.8130395412 - -15.0000000000 -44.0000000000 -2.8115234375 -2.8132324219 -2.8130395412 - 5.0000000000 -14.0000000000 2.7963867188 2.7983398438 2.7985687256 - 5.0000000000 -14.0000000000 2.7963867188 2.7983398438 2.7985687256 - 23.0000000000 -76.0000000000 2.8510742188 2.8476562500 2.8477234840 - -79.0000000000 5.0000000000 -1.5051269531 -1.5078125000 -1.5075895786 - 23.0000000000 -76.0000000000 2.8510742188 2.8476562500 2.8477234840 - 24.0000000000 -76.0000000000 2.8354492188 2.8356933594 2.8357138634 - 25.0000000000 -76.0000000000 2.8276367188 2.8237304688 2.8237948418 - -11.0000000000 -37.0000000000 -2.8510742188 -2.8527832031 -2.8526172638 - -11.0000000000 -37.0000000000 -2.8510742188 -2.8527832031 -2.8526172638 - -6.0000000000 30.0000000000 -0.1965332031 -0.1975097656 -0.1973955631 - 27.0000000000 -15.0000000000 2.0800781250 2.0778808594 2.0778949261 - -6.0000000000 30.0000000000 -0.1965332031 -0.1975097656 -0.1973955631 - 43.0000000000 -17.0000000000 1.9467773438 1.9472656250 1.9472867250 - 43.0000000000 -17.0000000000 1.9467773438 1.9472656250 1.9472867250 - 17.0000000000 -26.0000000000 2.5629882812 2.5625000000 2.5625185966 - 17.0000000000 -26.0000000000 2.5629882812 2.5625000000 2.5625185966 - -86.0000000000 40.0000000000 -1.1325683594 -1.1354980469 -1.1354430914 - -86.0000000000 40.0000000000 -1.1325683594 -1.1354980469 -1.1354430914 - 35.0000000000 60.0000000000 0.5241699219 0.5278320312 0.5280744433 - 35.0000000000 60.0000000000 0.5241699219 0.5278320312 0.5280744433 - -25.0000000000 -24.0000000000 -2.3359375000 -2.3359375000 -2.3357892036 - -26.0000000000 -24.0000000000 -2.3125000000 -2.3164062500 -2.3162159920 - -25.0000000000 -24.0000000000 -2.3359375000 -2.3359375000 -2.3357892036 - -44.0000000000 9.0000000000 -1.3645019531 -1.3691406250 -1.3690340519 - -44.0000000000 9.0000000000 -1.3645019531 -1.3691406250 -1.3690340519 - -86.0000000000 96.0000000000 -0.7336425781 -0.7307128906 -0.7305083275 - -86.0000000000 96.0000000000 -0.7336425781 -0.7307128906 -0.7305083275 - 6.0000000000 36.0000000000 0.1657714844 0.1650390625 0.1651486754 - 6.0000000000 36.0000000000 0.1657714844 0.1650390625 0.1651486754 - 40.0000000000 26.0000000000 0.9919433594 0.9943847656 0.9944211245 - 40.0000000000 26.0000000000 0.9919433594 0.9943847656 0.9944211245 - 38.0000000000 -91.0000000000 2.7495117188 2.7458496094 2.7460215092 - 38.0000000000 -91.0000000000 2.7495117188 2.7458496094 2.7460215092 - 21.0000000000 -8.0000000000 1.9316406250 1.9345703125 1.9347753525 - 21.0000000000 -8.0000000000 1.9316406250 1.9345703125 1.9347753525 - 32.0000000000 29.0000000000 0.8366699219 0.8344726562 0.8345389366 - 32.0000000000 29.0000000000 0.8366699219 0.8344726562 0.8345389366 - -21.0000000000 -39.0000000000 -2.6484375000 -2.6477050781 -2.6476514339 - 12.0000000000 -17.0000000000 2.5244140625 2.5268554688 2.5269298553 - 12.0000000000 -17.0000000000 2.5244140625 2.5268554688 2.5269298553 - 50.0000000000 -94.0000000000 2.6562500000 2.6525878906 2.6527404785 - 52.0000000000 -97.0000000000 2.6484375000 2.6494140625 2.6494975090 - -34.0000000000 100.0000000000 -0.3298339844 -0.3278808594 -0.3277384937 - 50.0000000000 -94.0000000000 2.6562500000 2.6525878906 2.6527404785 - 48.0000000000 -91.0000000000 2.6562500000 2.6560058594 2.6562094688 - 36.0000000000 87.0000000000 0.3918457031 0.3923339844 0.3923401535 - 36.0000000000 87.0000000000 0.3918457031 0.3923339844 0.3923401535 - -46.0000000000 -7.0000000000 -1.7216796875 -1.7219238281 -1.7218117714 - -46.0000000000 -7.0000000000 -1.7216796875 -1.7219238281 -1.7218117714 - -84.0000000000 -27.0000000000 -1.8847656250 -1.8818359375 -1.8817946911 - -84.0000000000 -27.0000000000 -1.8847656250 -1.8818359375 -1.8817946911 - 5.0000000000 -97.0000000000 3.0913085938 3.0900878906 3.0900919437 - 5.0000000000 -97.0000000000 3.0913085938 3.0900878906 3.0900919437 - 25.0000000000 -10.0000000000 1.9555664062 1.9511718750 1.9513027668 - 25.0000000000 -10.0000000000 1.9555664062 1.9511718750 1.9513027668 - -79.0000000000 5.0000000000 -1.5051269531 -1.5078125000 -1.5075895786 - -79.0000000000 5.0000000000 -1.5051269531 -1.5078125000 -1.5075895786 - 23.0000000000 -76.0000000000 2.8510742188 2.8476562500 2.8477234840 - 24.0000000000 -76.0000000000 2.8354492188 2.8356933594 2.8357138634 - 25.0000000000 -76.0000000000 2.8276367188 2.8237304688 2.8237948418 - 24.0000000000 -76.0000000000 2.8354492188 2.8356933594 2.8357138634 - -79.0000000000 5.0000000000 -1.5051269531 -1.5078125000 -1.5075895786 - 23.0000000000 -76.0000000000 2.8510742188 2.8476562500 2.8477234840 - 24.0000000000 -76.0000000000 2.8354492188 2.8356933594 2.8357138634 - 25.0000000000 -76.0000000000 2.8276367188 2.8237304688 2.8237948418 - -4.0000000000 -41.0000000000 -3.0449218750 -3.0444335938 -3.0443396568 - -4.0000000000 -41.0000000000 -3.0449218750 -3.0444335938 -3.0443396568 - 33.0000000000 -22.0000000000 2.1572265625 2.1586914062 2.1587989330 - 33.0000000000 -22.0000000000 2.1572265625 2.1586914062 2.1587989330 - -4.0000000000 -41.0000000000 -3.0449218750 -3.0444335938 -3.0443396568 - 33.0000000000 -22.0000000000 2.1572265625 2.1586914062 2.1587989330 - -30.0000000000 14.0000000000 -1.1325683594 -1.1342773438 -1.1341692209 - -30.0000000000 14.0000000000 -1.1325683594 -1.1342773438 -1.1341692209 - 20.0000000000 -26.0000000000 2.4858398438 2.4858398438 2.4858970642 - 6.0000000000 -20.0000000000 2.8510742188 2.8500976562 2.8501360416 - 6.0000000000 -20.0000000000 2.8510742188 2.8500976562 2.8501360416 - -66.0000000000 -78.0000000000 -2.4384765625 -2.4394531250 -2.4393358231 - -66.0000000000 -78.0000000000 -2.4384765625 -2.4394531250 -2.4393358231 - 38.0000000000 43.0000000000 0.7263183594 0.7236328125 0.7237479687 - 38.0000000000 43.0000000000 0.7263183594 0.7236328125 0.7237479687 - 25.0000000000 65.0000000000 0.3684082031 0.3669433594 0.3671738207 - 25.0000000000 65.0000000000 0.3684082031 0.3669433594 0.3671738207 - -43.0000000000 5.0000000000 -1.4509277344 -1.4550781250 -1.4550371170 - -43.0000000000 5.0000000000 -1.4509277344 -1.4550781250 -1.4550371170 - 13.0000000000 -6.0000000000 2.0014648438 2.0031738281 2.0032041073 - 13.0000000000 -6.0000000000 2.0014648438 2.0031738281 2.0032041073 - 13.0000000000 -4.0000000000 1.8696289062 1.8691406250 1.8692953587 - 13.0000000000 -4.0000000000 1.8696289062 1.8691406250 1.8692953587 - 51.0000000000 -52.0000000000 2.3686523438 2.3657226562 2.3659029007 - 51.0000000000 -52.0000000000 2.3686523438 2.3657226562 2.3659029007 - 41.0000000000 34.0000000000 0.8747558594 0.8784179688 0.8784619570 - 41.0000000000 34.0000000000 0.8747558594 0.8784179688 0.8784619570 - 28.0000000000 4.0000000000 1.4270019531 1.4287109375 1.4288992882 - 28.0000000000 4.0000000000 1.4270019531 1.4287109375 1.4288992882 - 17.0000000000 -78.0000000000 2.9282226562 2.9267578125 2.9269998074 - 17.0000000000 -78.0000000000 2.9282226562 2.9267578125 2.9269998074 - 21.0000000000 44.0000000000 0.4470214844 0.4450683594 0.4453010559 - 21.0000000000 44.0000000000 0.4470214844 0.4450683594 0.4453010559 - 25.0000000000 -76.0000000000 2.8276367188 2.8237304688 2.8237948418 - -79.0000000000 5.0000000000 -1.5051269531 -1.5078125000 -1.5075895786 - 23.0000000000 -76.0000000000 2.8510742188 2.8476562500 2.8477234840 - 24.0000000000 -76.0000000000 2.8354492188 2.8356933594 2.8357138634 - 25.0000000000 -76.0000000000 2.8276367188 2.8237304688 2.8237948418 - -14.0000000000 -70.0000000000 -2.9448242188 -2.9443359375 -2.9441971779 - 17.0000000000 -70.0000000000 2.9047851562 2.9033203125 2.9033479691 - -14.0000000000 -70.0000000000 -2.9448242188 -2.9443359375 -2.9441971779 - 27.0000000000 -1.0000000000 1.6054687500 1.6076660156 1.6078164577 - 27.0000000000 -1.0000000000 1.6054687500 1.6076660156 1.6078164577 - 28.0000000000 -1.0000000000 1.6054687500 1.6064453125 1.6064954996 - 34.0000000000 -28.0000000000 2.2573242188 2.2595214844 2.2597208023 - 34.0000000000 -28.0000000000 2.2573242188 2.2595214844 2.2597208023 - 15.0000000000 -82.0000000000 2.9599609375 2.9604492188 2.9606661797 - 15.0000000000 -82.0000000000 2.9599609375 2.9604492188 2.9606661797 - 20.0000000000 -26.0000000000 2.4858398438 2.4858398438 2.4858970642 - -30.0000000000 14.0000000000 -1.1325683594 -1.1342773438 -1.1341692209 - 20.0000000000 -26.0000000000 2.4858398438 2.4858398438 2.4858970642 - -32.0000000000 24.0000000000 -0.9299316406 -0.9274902344 -0.9272952676 - -32.0000000000 24.0000000000 -0.9299316406 -0.9274902344 -0.9272952676 - 1.0000000000 57.0000000000 0.0192871094 0.0173339844 0.0175420605 - 1.0000000000 57.0000000000 0.0192871094 0.0173339844 0.0175420605 - 4.0000000000 -14.0000000000 2.8662109375 2.8632812500 2.8632931709 - 4.0000000000 -14.0000000000 2.8662109375 2.8632812500 2.8632931709 - 29.0000000000 36.0000000000 0.6789550781 0.6779785156 0.6781193018 - 29.0000000000 36.0000000000 0.6789550781 0.6779785156 0.6781193018 - 20.0000000000 80.0000000000 0.2438964844 0.2448730469 0.2449786663 - 20.0000000000 80.0000000000 0.2438964844 0.2448730469 0.2449786663 - 14.0000000000 -8.0000000000 2.0874023438 2.0898437500 2.0899424553 - 14.0000000000 -8.0000000000 2.0874023438 2.0898437500 2.0899424553 - 14.0000000000 -7.0000000000 2.0332031250 2.0344238281 2.0344438553 - 14.0000000000 -7.0000000000 2.0332031250 2.0344238281 2.0344438553 - 14.0000000000 -8.0000000000 2.0874023438 2.0898437500 2.0899424553 - 14.0000000000 -7.0000000000 2.0332031250 2.0344238281 2.0344438553 - -93.0000000000 61.0000000000 -0.9919433594 -0.9904785156 -0.9902749062 - -93.0000000000 61.0000000000 -0.9919433594 -0.9904785156 -0.9902749062 - -25.0000000000 62.0000000000 -0.3845214844 -0.3833007812 -0.3832841516 - -25.0000000000 62.0000000000 -0.3845214844 -0.3833007812 -0.3832841516 - 20.0000000000 3.0000000000 1.4196777344 1.4218750000 1.4219064713 - 20.0000000000 3.0000000000 1.4196777344 1.4218750000 1.4219064713 - 14.0000000000 14.0000000000 0.7883300781 0.7851562500 0.7853981853 - 14.0000000000 14.0000000000 0.7883300781 0.7851562500 0.7853981853 - 20.0000000000 3.0000000000 1.4196777344 1.4218750000 1.4219064713 - 14.0000000000 14.0000000000 0.7883300781 0.7851562500 0.7853981853 - 37.0000000000 60.0000000000 0.5549316406 0.5524902344 0.5525843501 - 37.0000000000 60.0000000000 0.5549316406 0.5524902344 0.5525843501 - -69.0000000000 89.0000000000 -0.6555175781 -0.6596679688 -0.6594855189 - -69.0000000000 89.0000000000 -0.6555175781 -0.6596679688 -0.6594855189 - 52.0000000000 -97.0000000000 2.6484375000 2.6494140625 2.6494975090 - 52.0000000000 -97.0000000000 2.6484375000 2.6494140625 2.6494975090 - 50.0000000000 -94.0000000000 2.6562500000 2.6525878906 2.6527404785 - 44.0000000000 45.0000000000 0.7727050781 0.7739257812 0.7741627097 - 44.0000000000 45.0000000000 0.7727050781 0.7739257812 0.7741627097 - 35.0000000000 31.0000000000 0.8439941406 0.8457031250 0.8459302187 - 35.0000000000 31.0000000000 0.8439941406 0.8457031250 0.8459302187 - -3.0000000000 10.0000000000 -0.2902832031 -0.2915039062 -0.2914567888 - -3.0000000000 10.0000000000 -0.2902832031 -0.2915039062 -0.2914567888 - -32.0000000000 -43.0000000000 -2.5009765625 -2.5019531250 -2.5018229485 - -32.0000000000 -43.0000000000 -2.5009765625 -2.5019531250 -2.5018229485 - 17.0000000000 -70.0000000000 2.9047851562 2.9033203125 2.9033479691 - 17.0000000000 -70.0000000000 2.9047851562 2.9033203125 2.9033479691 - -14.0000000000 -70.0000000000 -2.9448242188 -2.9443359375 -2.9441971779 - 23.0000000000 26.0000000000 0.7263183594 0.7241210938 0.7242500186 - 23.0000000000 26.0000000000 0.7263183594 0.7241210938 0.7242500186 - -42.0000000000 4.0000000000 -1.4738769531 -1.4760742188 -1.4758446217 - -42.0000000000 4.0000000000 -1.4738769531 -1.4760742188 -1.4758446217 - 23.0000000000 -35.0000000000 2.5629882812 2.5600585938 2.5602126122 - 28.0000000000 -1.0000000000 1.6054687500 1.6064453125 1.6064954996 - 27.0000000000 -1.0000000000 1.6054687500 1.6076660156 1.6078164577 - 28.0000000000 -1.0000000000 1.6054687500 1.6064453125 1.6064954996 - -6.0000000000 -53.0000000000 -3.0292968750 -3.0290527344 -3.0288650990 - -6.0000000000 -53.0000000000 -3.0292968750 -3.0290527344 -3.0288650990 - 49.0000000000 -59.0000000000 2.4458007812 2.4484863281 2.4485239983 - 49.0000000000 -59.0000000000 2.4458007812 2.4484863281 2.4485239983 - 18.0000000000 60.0000000000 0.2902832031 0.2912597656 0.2914567888 - 18.0000000000 60.0000000000 0.2902832031 0.2912597656 0.2914567888 - -25.0000000000 -17.0000000000 -2.1645507812 -2.1682128906 -2.1679730415 - -25.0000000000 -17.0000000000 -2.1645507812 -2.1682128906 -2.1679730415 - 45.0000000000 -17.0000000000 1.9316406250 1.9318847656 1.9320001602 - 45.0000000000 -17.0000000000 1.9316406250 1.9318847656 1.9320001602 - -66.0000000000 -16.0000000000 -1.8076171875 -1.8088378906 -1.8086322546 - -66.0000000000 -16.0000000000 -1.8076171875 -1.8088378906 -1.8086322546 - -6.0000000000 15.0000000000 -0.3845214844 -0.3806152344 -0.3805063665 - -6.0000000000 15.0000000000 -0.3845214844 -0.3806152344 -0.3805063665 - -16.0000000000 -21.0000000000 -2.4931640625 -2.4907226562 -2.4905159473 - -16.0000000000 -21.0000000000 -2.4931640625 -2.4907226562 -2.4905159473 - -7.0000000000 50.0000000000 -0.1433105469 -0.1391601562 -0.1390959471 - -7.0000000000 50.0000000000 -0.1433105469 -0.1391601562 -0.1390959471 - -6.0000000000 50.0000000000 -0.1193847656 -0.1196289062 -0.1194289252 - 42.0000000000 67.0000000000 0.5622558594 0.5598144531 0.5599398017 - 42.0000000000 67.0000000000 0.5622558594 0.5598144531 0.5599398017 - 37.0000000000 -10.0000000000 1.8388671875 1.8347167969 1.8347600698 - 37.0000000000 -13.0000000000 1.9086914062 1.9084472656 1.9086745977 - 37.0000000000 -10.0000000000 1.8388671875 1.8347167969 1.8347600698 - -18.0000000000 -5.0000000000 -1.8388671875 -1.8417968750 -1.8417432308 - -18.0000000000 -5.0000000000 -1.8388671875 -1.8417968750 -1.8417432308 - -29.0000000000 -6.0000000000 -1.7768554688 -1.7749023438 -1.7748143673 - -29.0000000000 -6.0000000000 -1.7768554688 -1.7749023438 -1.7748143673 - -25.0000000000 11.0000000000 -1.1550292969 -1.1564941406 -1.1562894583 - -25.0000000000 11.0000000000 -1.1550292969 -1.1564941406 -1.1562894583 - -4.0000000000 -95.0000000000 -3.0996093750 -3.0996093750 -3.0995123386 - -4.0000000000 -95.0000000000 -3.0996093750 -3.0996093750 -3.0995123386 - -85.0000000000 91.0000000000 -0.7487792969 -0.7514648438 -0.7513204813 - -85.0000000000 91.0000000000 -0.7487792969 -0.7514648438 -0.7513204813 - -90.0000000000 11.0000000000 -1.4509277344 -1.4492187500 -1.4491773844 - 29.0000000000 -83.0000000000 2.8037109375 2.8054199219 2.8054547310 - -90.0000000000 11.0000000000 -1.4509277344 -1.4492187500 -1.4491773844 - -10.0000000000 51.0000000000 -0.1965332031 -0.1938476562 -0.1936219931 - -10.0000000000 51.0000000000 -0.1965332031 -0.1938476562 -0.1936219931 - -10.0000000000 52.0000000000 -0.1892089844 -0.1901855469 -0.1899882853 - -10.0000000000 52.0000000000 -0.1892089844 -0.1901855469 -0.1899882853 - -10.0000000000 51.0000000000 -0.1965332031 -0.1938476562 -0.1936219931 - -10.0000000000 52.0000000000 -0.1892089844 -0.1901855469 -0.1899882853 - 47.0000000000 -73.0000000000 2.5703125000 2.5693359375 2.5695631504 - 47.0000000000 -73.0000000000 2.5703125000 2.5693359375 2.5695631504 - -26.0000000000 32.0000000000 -0.6789550781 -0.6823730469 -0.6823165417 - -26.0000000000 32.0000000000 -0.6789550781 -0.6823730469 -0.6823165417 - -11.0000000000 -39.0000000000 -2.8662109375 -2.8666992188 -2.8666830063 - -11.0000000000 -39.0000000000 -2.8662109375 -2.8666992188 -2.8666830063 - -26.0000000000 32.0000000000 -0.6789550781 -0.6823730469 -0.6823165417 - -11.0000000000 -39.0000000000 -2.8662109375 -2.8666992188 -2.8666830063 - 44.0000000000 -18.0000000000 1.9628906250 1.9589843750 1.9591150284 - 44.0000000000 -18.0000000000 1.9628906250 1.9589843750 1.9591150284 - 44.0000000000 -17.0000000000 1.9394531250 1.9394531250 1.9394922256 - 44.0000000000 -17.0000000000 1.9394531250 1.9394531250 1.9394922256 - 44.0000000000 -18.0000000000 1.9628906250 1.9589843750 1.9591150284 - 44.0000000000 -17.0000000000 1.9394531250 1.9394531250 1.9394922256 - -35.0000000000 -11.0000000000 -1.8769531250 -1.8754882812 -1.8753073215 - -35.0000000000 -11.0000000000 -1.8769531250 -1.8754882812 -1.8753073215 - -26.0000000000 -53.0000000000 -2.6870117188 -2.6855468750 -2.6855206490 - -26.0000000000 -53.0000000000 -2.6870117188 -2.6855468750 -2.6855206490 - 38.0000000000 15.0000000000 1.1945800781 1.1948242188 1.1948354244 - 38.0000000000 15.0000000000 1.1945800781 1.1948242188 1.1948354244 - 35.0000000000 -35.0000000000 2.3530273438 2.3559570312 2.3561944962 - 35.0000000000 -35.0000000000 2.3530273438 2.3559570312 2.3561944962 - -36.0000000000 -72.0000000000 -2.6791992188 -2.6779785156 -2.6779451370 - -36.0000000000 -72.0000000000 -2.6791992188 -2.6779785156 -2.6779451370 - 8.0000000000 -59.0000000000 3.0068359375 3.0065917969 3.0068213940 - 8.0000000000 -59.0000000000 3.0068359375 3.0065917969 3.0068213940 - 53.0000000000 -12.0000000000 1.7919921875 1.7934570312 1.7934572697 - 53.0000000000 -12.0000000000 1.7919921875 1.7934570312 1.7934572697 - -6.0000000000 50.0000000000 -0.1193847656 -0.1196289062 -0.1194289252 - -7.0000000000 50.0000000000 -0.1433105469 -0.1391601562 -0.1390959471 - -6.0000000000 50.0000000000 -0.1193847656 -0.1196289062 -0.1194289252 - -96.0000000000 29.0000000000 -1.2800292969 -1.2775878906 -1.2774293423 - -96.0000000000 29.0000000000 -1.2800292969 -1.2775878906 -1.2774293423 - 37.0000000000 -13.0000000000 1.9086914062 1.9084472656 1.9086745977 - 37.0000000000 -13.0000000000 1.9086914062 1.9084472656 1.9086745977 - 37.0000000000 -10.0000000000 1.8388671875 1.8347167969 1.8347600698 - 51.0000000000 69.0000000000 0.6403808594 0.6364746094 0.6365082264 - 51.0000000000 69.0000000000 0.6403808594 0.6364746094 0.6365082264 - -10.0000000000 -8.0000000000 -2.2421875000 -2.2456054688 -2.2455372810 - -10.0000000000 -8.0000000000 -2.2421875000 -2.2456054688 -2.2455372810 - -51.0000000000 -45.0000000000 -2.2973632812 -2.2939453125 -2.2937757969 - -51.0000000000 -45.0000000000 -2.2973632812 -2.2939453125 -2.2937757969 - -17.0000000000 38.0000000000 -0.4226074219 -0.4208984375 -0.4206633568 - -17.0000000000 38.0000000000 -0.4226074219 -0.4208984375 -0.4206633568 - -10.0000000000 -11.0000000000 -2.4077148438 -2.4038085938 -2.4037775993 - -10.0000000000 -11.0000000000 -2.4077148438 -2.4038085938 -2.4037775993 - -33.0000000000 78.0000000000 -0.3996582031 -0.4003906250 -0.4002406597 - -33.0000000000 78.0000000000 -0.3996582031 -0.4003906250 -0.4002406597 - -75.0000000000 45.0000000000 -1.0305175781 -1.0305175781 -1.0303769112 - -75.0000000000 45.0000000000 -1.0305175781 -1.0305175781 -1.0303769112 - -33.0000000000 78.0000000000 -0.3996582031 -0.4003906250 -0.4002406597 - -75.0000000000 45.0000000000 -1.0305175781 -1.0305175781 -1.0303769112 - 29.0000000000 -83.0000000000 2.8037109375 2.8054199219 2.8054547310 - 29.0000000000 -83.0000000000 2.8037109375 2.8054199219 2.8054547310 - -90.0000000000 11.0000000000 -1.4509277344 -1.4492187500 -1.4491773844 - 38.0000000000 76.0000000000 0.4621582031 0.4636230469 0.4636476040 - -67.0000000000 -81.0000000000 -2.4550781250 -2.4506835938 -2.4505085945 - -67.0000000000 -81.0000000000 -2.4550781250 -2.4506835938 -2.4505085945 - 1.0000000000 88.0000000000 0.0104980469 0.0112304688 0.0113631468 - 1.0000000000 88.0000000000 0.0104980469 0.0112304688 0.0113631468 - -15.0000000000 -86.0000000000 -2.9672851562 -2.9689941406 -2.9689111710 - -15.0000000000 -86.0000000000 -2.9672851562 -2.9689941406 -2.9689111710 - -1.0000000000 -26.0000000000 -3.0996093750 -3.1032714844 -3.1031501293 - -1.0000000000 -26.0000000000 -3.0996093750 -3.1032714844 -3.1031501293 - -52.0000000000 4.0000000000 -1.4890136719 -1.4941406250 -1.4940245152 - -52.0000000000 4.0000000000 -1.4890136719 -1.4941406250 -1.4940245152 - -40.0000000000 90.0000000000 -0.4152832031 -0.4184570312 -0.4182243347 - -40.0000000000 90.0000000000 -0.4152832031 -0.4184570312 -0.4182243347 - -18.0000000000 67.0000000000 -0.2590332031 -0.2626953125 -0.2624593973 - -18.0000000000 67.0000000000 -0.2590332031 -0.2626953125 -0.2624593973 - -60.0000000000 -3.0000000000 -1.6210937500 -1.6208496094 -1.6207547188 - -60.0000000000 -3.0000000000 -1.6210937500 -1.6208496094 -1.6207547188 - 34.0000000000 40.0000000000 0.7028808594 0.7043457031 0.7044940591 - 34.0000000000 40.0000000000 0.7028808594 0.7043457031 0.7044940591 - 49.0000000000 -14.0000000000 1.8461914062 1.8488769531 1.8490960598 - 49.0000000000 -14.0000000000 1.8461914062 1.8488769531 1.8490960598 - 50.0000000000 -14.0000000000 1.8461914062 1.8437500000 1.8438050747 - -88.0000000000 25.0000000000 -1.2951660156 -1.2941894531 -1.2939982414 - -88.0000000000 25.0000000000 -1.2951660156 -1.2941894531 -1.2939982414 - 42.0000000000 23.0000000000 1.0700683594 1.0695800781 1.0697829723 - 42.0000000000 23.0000000000 1.0700683594 1.0695800781 1.0697829723 - 50.0000000000 25.0000000000 1.1081542969 1.1069335938 1.1071487665 - 50.0000000000 25.0000000000 1.1081542969 1.1069335938 1.1071487665 - 49.0000000000 25.0000000000 1.1008300781 1.0988769531 1.0990188122 - 49.0000000000 25.0000000000 1.1008300781 1.0988769531 1.0990188122 - 50.0000000000 25.0000000000 1.1081542969 1.1069335938 1.1071487665 - 49.0000000000 25.0000000000 1.1008300781 1.0988769531 1.0990188122 - -32.0000000000 57.0000000000 -0.5090332031 -0.5117187500 -0.5115561485 - -32.0000000000 57.0000000000 -0.5090332031 -0.5117187500 -0.5115561485 - 33.0000000000 93.0000000000 0.3449707031 0.3408203125 0.3409789503 - 33.0000000000 93.0000000000 0.3449707031 0.3408203125 0.3409789503 - 25.0000000000 -3.0000000000 1.6904296875 1.6901855469 1.6902252436 - 25.0000000000 -3.0000000000 1.6904296875 1.6901855469 1.6902252436 - 41.0000000000 -44.0000000000 2.3925781250 2.3913574219 2.3914740086 - 41.0000000000 -44.0000000000 2.3925781250 2.3913574219 2.3914740086 - 42.0000000000 -44.0000000000 2.3764648438 2.3793945312 2.3794462681 - -5.0000000000 16.0000000000 -0.3059082031 -0.3029785156 -0.3028848767 - -5.0000000000 16.0000000000 -0.3059082031 -0.3029785156 -0.3028848767 - -36.0000000000 -14.0000000000 -1.9394531250 -1.9418945312 -1.9416877031 - -36.0000000000 -14.0000000000 -1.9394531250 -1.9418945312 -1.9416877031 - 19.0000000000 -76.0000000000 2.8974609375 2.8964843750 2.8966140747 - 19.0000000000 -76.0000000000 2.8974609375 2.8964843750 2.8966140747 - -43.0000000000 67.0000000000 -0.5710449219 -0.5708007812 -0.5705827475 - -43.0000000000 67.0000000000 -0.5710449219 -0.5708007812 -0.5705827475 - 38.0000000000 76.0000000000 0.4621582031 0.4636230469 0.4636476040 - 29.0000000000 -83.0000000000 2.8037109375 2.8054199219 2.8054547310 - 38.0000000000 76.0000000000 0.4621582031 0.4636230469 0.4636476040 - 17.0000000000 -43.0000000000 2.7656250000 2.7648925781 2.7651023865 - 17.0000000000 -43.0000000000 2.7656250000 2.7648925781 2.7651023865 - 23.0000000000 -35.0000000000 2.5629882812 2.5600585938 2.5602126122 - -42.0000000000 4.0000000000 -1.4738769531 -1.4760742188 -1.4758446217 - 23.0000000000 -35.0000000000 2.5629882812 2.5600585938 2.5602126122 - 17.0000000000 -29.0000000000 2.6098632812 2.6113281250 2.6113770008 - 17.0000000000 -29.0000000000 2.6098632812 2.6113281250 2.6113770008 - 17.0000000000 -28.0000000000 2.5942382812 2.5957031250 2.5959377289 - 17.0000000000 -28.0000000000 2.5942382812 2.5957031250 2.5959377289 - 17.0000000000 -29.0000000000 2.6098632812 2.6113281250 2.6113770008 - 17.0000000000 -28.0000000000 2.5942382812 2.5957031250 2.5959377289 - -16.0000000000 -18.0000000000 -2.4150390625 -2.4150390625 -2.4149503708 - -16.0000000000 -18.0000000000 -2.4150390625 -2.4150390625 -2.4149503708 - -3.0000000000 -93.0000000000 -3.1069335938 -3.1093750000 -3.1093459129 - -3.0000000000 -93.0000000000 -3.1069335938 -3.1093750000 -3.1093459129 - 50.0000000000 -14.0000000000 1.8461914062 1.8437500000 1.8438050747 - 49.0000000000 -14.0000000000 1.8461914062 1.8488769531 1.8490960598 - 50.0000000000 -14.0000000000 1.8461914062 1.8437500000 1.8438050747 - 51.0000000000 -55.0000000000 2.3925781250 2.3937988281 2.3939125538 - 51.0000000000 -55.0000000000 2.3925781250 2.3937988281 2.3939125538 - 52.0000000000 -55.0000000000 2.3837890625 2.3840332031 2.3842246532 - -81.0000000000 6.0000000000 -1.4978027344 -1.4970703125 -1.4968572855 - -81.0000000000 6.0000000000 -1.4978027344 -1.4970703125 -1.4968572855 - -4.0000000000 -49.0000000000 -3.0600585938 -3.0603027344 -3.0601406097 - -4.0000000000 -49.0000000000 -3.0600585938 -3.0603027344 -3.0601406097 - 23.0000000000 -88.0000000000 2.8896484375 2.8857421875 2.8859477043 - 23.0000000000 -88.0000000000 2.8896484375 2.8857421875 2.8859477043 - 42.0000000000 -44.0000000000 2.3764648438 2.3793945312 2.3794462681 - 41.0000000000 -44.0000000000 2.3925781250 2.3913574219 2.3914740086 - 42.0000000000 -44.0000000000 2.3764648438 2.3793945312 2.3794462681 - -46.0000000000 -12.0000000000 -1.8227539062 -1.8261718750 -1.8259787560 - -46.0000000000 -12.0000000000 -1.8227539062 -1.8261718750 -1.8259787560 - -50.0000000000 94.0000000000 -0.4851074219 -0.4890136719 -0.4888523519 - -50.0000000000 94.0000000000 -0.4851074219 -0.4890136719 -0.4888523519 - -3.0000000000 -72.0000000000 -3.0996093750 -3.1000976562 -3.0999500751 - -3.0000000000 -72.0000000000 -3.0996093750 -3.1000976562 -3.0999500751 - 0.0000000000 68.0000000000 0.0000000000 0.0000000000 0.0000000000 - 0.0000000000 68.0000000000 0.0000000000 0.0000000000 0.0000000000 - -63.0000000000 21.0000000000 -1.2478027344 -1.2492675781 -1.2490458488 - -63.0000000000 21.0000000000 -1.2478027344 -1.2492675781 -1.2490458488 - 13.0000000000 20.0000000000 0.5783691406 0.5761718750 0.5763752460 - 13.0000000000 20.0000000000 0.5783691406 0.5761718750 0.5763752460 - 47.0000000000 1.0000000000 1.5510253906 1.5493164062 1.5495229959 - 47.0000000000 1.0000000000 1.5510253906 1.5493164062 1.5495229959 - 43.0000000000 24.0000000000 1.0612792969 1.0615234375 1.0617254972 - 43.0000000000 24.0000000000 1.0612792969 1.0615234375 1.0617254972 - -19.0000000000 17.0000000000 -0.8439941406 -0.8410644531 -0.8408967257 - -19.0000000000 17.0000000000 -0.8439941406 -0.8410644531 -0.8408967257 - -60.0000000000 -24.0000000000 -1.9555664062 -1.9514160156 -1.9513027668 - -60.0000000000 -24.0000000000 -1.9555664062 -1.9514160156 -1.9513027668 - 35.0000000000 -15.0000000000 1.9780273438 1.9755859375 1.9756882191 - 35.0000000000 -15.0000000000 1.9780273438 1.9755859375 1.9756882191 - 56.0000000000 -41.0000000000 2.2041015625 2.2026367188 2.2027707100 - 56.0000000000 -41.0000000000 2.2041015625 2.2026367188 2.2027707100 - 52.0000000000 -55.0000000000 2.3837890625 2.3840332031 2.3842246532 - 51.0000000000 -55.0000000000 2.3925781250 2.3937988281 2.3939125538 - 52.0000000000 -55.0000000000 2.3837890625 2.3840332031 2.3842246532 - 37.0000000000 -51.0000000000 2.5170898438 2.5139160156 2.5139632225 - 37.0000000000 -51.0000000000 2.5170898438 2.5139160156 2.5139632225 - 52.0000000000 84.0000000000 0.5549316406 0.5541992188 0.5543075204 - 52.0000000000 84.0000000000 0.5549316406 0.5541992188 0.5543075204 - 53.0000000000 84.0000000000 0.5622558594 0.5627441406 0.5628682375 - 9.0000000000 -43.0000000000 2.9355468750 2.9350585938 2.9352688789 - 9.0000000000 -43.0000000000 2.9355468750 2.9350585938 2.9352688789 - 4.0000000000 96.0000000000 0.0417480469 0.0415039062 0.0416425802 - 4.0000000000 96.0000000000 0.0417480469 0.0415039062 0.0416425802 - 13.0000000000 15.0000000000 0.7106933594 0.7138671875 0.7140907049 - 13.0000000000 15.0000000000 0.7106933594 0.7138671875 0.7140907049 - 14.0000000000 15.0000000000 0.7487792969 0.7507324219 0.7509290576 - 21.0000000000 90.0000000000 0.2282714844 0.2290039062 0.2292319387 - 21.0000000000 90.0000000000 0.2282714844 0.2290039062 0.2292319387 - 37.0000000000 -41.0000000000 2.4077148438 2.4072265625 2.4074316025 - 37.0000000000 -41.0000000000 2.4077148438 2.4072265625 2.4074316025 - 58.0000000000 -63.0000000000 2.3999023438 2.3974609375 2.3974933624 - 58.0000000000 -63.0000000000 2.3999023438 2.3974609375 2.3974933624 - -27.0000000000 -49.0000000000 -2.6411132812 -2.6381835938 -2.6379663944 - -27.0000000000 -49.0000000000 -2.6411132812 -2.6381835938 -2.6379663944 - 37.0000000000 -3.0000000000 1.6523437500 1.6516113281 1.6517004967 - 37.0000000000 -3.0000000000 1.6523437500 1.6516113281 1.6517004967 - 37.0000000000 -2.0000000000 1.6284179688 1.6247558594 1.6247978210 - 37.0000000000 -2.0000000000 1.6284179688 1.6247558594 1.6247978210 - 37.0000000000 -3.0000000000 1.6523437500 1.6516113281 1.6517004967 - 37.0000000000 -2.0000000000 1.6284179688 1.6247558594 1.6247978210 - 24.0000000000 -36.0000000000 2.5551757812 2.5534667969 2.5535900593 - 24.0000000000 -36.0000000000 2.5551757812 2.5534667969 2.5535900593 - -42.0000000000 3.0000000000 -1.4978027344 -1.4995117188 -1.4994889498 - -42.0000000000 3.0000000000 -1.4978027344 -1.4995117188 -1.4994889498 - 1.0000000000 -94.0000000000 3.1308593750 3.1308593750 3.1309547424 - 1.0000000000 -94.0000000000 3.1308593750 3.1308593750 3.1309547424 - 44.0000000000 -69.0000000000 2.5703125000 2.5737304688 2.5739264488 - 44.0000000000 -69.0000000000 2.5703125000 2.5737304688 2.5739264488 - -22.0000000000 39.0000000000 -0.5163574219 -0.5136718750 -0.5136060119 - 38.0000000000 -21.0000000000 2.0800781250 2.0754394531 2.0756578445 - -20.0000000000 42.0000000000 -0.4470214844 -0.4445800781 -0.4444192052 - -22.0000000000 39.0000000000 -0.5163574219 -0.5136718750 -0.5136060119 - -27.0000000000 28.0000000000 -0.7648925781 -0.7673339844 -0.7672183514 - -18.0000000000 33.0000000000 -0.5002441406 -0.4995117188 -0.4993467331 - -27.0000000000 28.0000000000 -0.7648925781 -0.7673339844 -0.7672183514 - 7.0000000000 -13.0000000000 2.6484375000 2.6474609375 2.6476514339 - 7.0000000000 -13.0000000000 2.6484375000 2.6474609375 2.6476514339 - -15.0000000000 73.0000000000 -0.2058105469 -0.2028808594 -0.2026586682 - -15.0000000000 73.0000000000 -0.2058105469 -0.2028808594 -0.2026586682 - 53.0000000000 84.0000000000 0.5622558594 0.5627441406 0.5628682375 - 52.0000000000 84.0000000000 0.5549316406 0.5541992188 0.5543075204 - 53.0000000000 84.0000000000 0.5622558594 0.5627441406 0.5628682375 - -18.0000000000 -5.0000000000 -1.8388671875 -1.8417968750 -1.8417432308 - -18.0000000000 -5.0000000000 -1.8388671875 -1.8417968750 -1.8417432308 - -50.0000000000 24.0000000000 -1.1232910156 -1.1232910156 -1.1232763529 - -50.0000000000 24.0000000000 -1.1232910156 -1.1232910156 -1.1232763529 - -43.0000000000 -35.0000000000 -2.2500000000 -2.2541503906 -2.2539877892 - -43.0000000000 -35.0000000000 -2.2500000000 -2.2541503906 -2.2539877892 - -50.0000000000 24.0000000000 -1.1232910156 -1.1232910156 -1.1232763529 - -43.0000000000 -35.0000000000 -2.2500000000 -2.2541503906 -2.2539877892 - 58.0000000000 96.0000000000 0.5397949219 0.5434570312 0.5434775949 - 58.0000000000 96.0000000000 0.5397949219 0.5434570312 0.5434775949 - 14.0000000000 15.0000000000 0.7487792969 0.7507324219 0.7509290576 - 13.0000000000 15.0000000000 0.7106933594 0.7138671875 0.7140907049 - 14.0000000000 15.0000000000 0.7487792969 0.7507324219 0.7509290576 - -50.0000000000 -76.0000000000 -2.5551757812 -2.5598144531 -2.5596876144 - -50.0000000000 -76.0000000000 -2.5551757812 -2.5598144531 -2.5596876144 - -42.0000000000 12.0000000000 -1.2951660156 -1.2927246094 -1.2924966812 - -42.0000000000 12.0000000000 -1.2951660156 -1.2927246094 -1.2924966812 - 58.0000000000 -53.0000000000 2.3125000000 2.3110351562 2.3111798763 - 58.0000000000 -53.0000000000 2.3125000000 2.3110351562 2.3111798763 - -18.0000000000 95.0000000000 -0.1892089844 -0.1872558594 -0.1872539222 - -18.0000000000 95.0000000000 -0.1892089844 -0.1872558594 -0.1872539222 - 56.0000000000 -46.0000000000 2.2573242188 2.2583007812 2.2584676743 - 56.0000000000 -46.0000000000 2.2573242188 2.2583007812 2.2584676743 - 16.0000000000 9.0000000000 1.0612792969 1.0583496094 1.0584068298 - 16.0000000000 9.0000000000 1.0612792969 1.0583496094 1.0584068298 - 29.0000000000 35.0000000000 0.6955566406 0.6918945312 0.6919213533 - 29.0000000000 35.0000000000 0.6955566406 0.6918945312 0.6919213533 - -17.0000000000 -5.0000000000 -1.8540039062 -1.8569335938 -1.8568477631 - -17.0000000000 -5.0000000000 -1.8540039062 -1.8569335938 -1.8568477631 - 19.0000000000 88.0000000000 0.2131347656 0.2124023438 0.2126449198 - 19.0000000000 88.0000000000 0.2131347656 0.2124023438 0.2126449198 - -25.0000000000 31.0000000000 -0.6789550781 -0.6787109375 -0.6786624789 - -25.0000000000 31.0000000000 -0.6789550781 -0.6787109375 -0.6786624789 - 11.0000000000 -25.0000000000 2.7260742188 2.7270507812 2.7270858288 - 11.0000000000 -25.0000000000 2.7260742188 2.7270507812 2.7270858288 - -44.0000000000 59.0000000000 -0.6403808594 -0.6408691406 -0.6407837272 - -36.0000000000 61.0000000000 -0.5314941406 -0.5332031250 -0.5331556797 - -44.0000000000 59.0000000000 -0.6403808594 -0.6408691406 -0.6407837272 - 22.0000000000 97.0000000000 0.2209472656 0.2229003906 0.2230309695 - 22.0000000000 97.0000000000 0.2209472656 0.2229003906 0.2230309695 - 19.0000000000 22.0000000000 0.7106933594 0.7121582031 0.7123575807 - 19.0000000000 22.0000000000 0.7106933594 0.7121582031 0.7123575807 - 44.0000000000 7.0000000000 1.4118652344 1.4128417969 1.4130276442 - 44.0000000000 7.0000000000 1.4118652344 1.4128417969 1.4130276442 - 24.0000000000 11.0000000000 1.1398925781 1.1408691406 1.1410341263 - 24.0000000000 11.0000000000 1.1398925781 1.1408691406 1.1410341263 - -40.0000000000 80.0000000000 -0.4621582031 -0.4638671875 -0.4636476040 - -40.0000000000 80.0000000000 -0.4621582031 -0.4638671875 -0.4636476040 - -39.0000000000 80.0000000000 -0.4543457031 -0.4536132812 -0.4535976946 - 6.0000000000 39.0000000000 0.1506347656 0.1525878906 0.1526493281 - 6.0000000000 39.0000000000 0.1506347656 0.1525878906 0.1526493281 - 6.0000000000 40.0000000000 0.1506347656 0.1486816406 0.1488899440 - 6.0000000000 40.0000000000 0.1506347656 0.1486816406 0.1488899440 - 6.0000000000 39.0000000000 0.1506347656 0.1525878906 0.1526493281 - 6.0000000000 40.0000000000 0.1506347656 0.1486816406 0.1488899440 - -4.0000000000 -38.0000000000 -3.0375976562 -3.0368652344 -3.0367157459 - -4.0000000000 -38.0000000000 -3.0375976562 -3.0368652344 -3.0367157459 - 10.0000000000 -88.0000000000 3.0292968750 3.0283203125 3.0284416676 - 10.0000000000 -88.0000000000 3.0292968750 3.0283203125 3.0284416676 - 50.0000000000 -44.0000000000 2.2890625000 2.2922363281 2.2924511433 - 50.0000000000 -44.0000000000 2.2890625000 2.2922363281 2.2924511433 - 44.0000000000 -28.0000000000 2.1420898438 2.1374511719 2.1375255585 - 44.0000000000 -28.0000000000 2.1420898438 2.1374511719 2.1375255585 - 17.0000000000 17.0000000000 0.7883300781 0.7851562500 0.7853981853 - 17.0000000000 17.0000000000 0.7883300781 0.7851562500 0.7853981853 - 33.0000000000 -35.0000000000 2.3837890625 2.3854980469 2.3855979443 - 45.0000000000 -15.0000000000 1.8935546875 1.8923339844 1.8925468922 - 33.0000000000 -35.0000000000 2.3837890625 2.3854980469 2.3855979443 - 49.0000000000 -6.0000000000 1.6904296875 1.6926269531 1.6926387548 - -58.0000000000 -35.0000000000 -2.1108398438 -2.1137695312 -2.1137475967 - -58.0000000000 -35.0000000000 -2.1108398438 -2.1137695312 -2.1137475967 - 56.0000000000 30.0000000000 1.0773925781 1.0788574219 1.0789871216 - 56.0000000000 30.0000000000 1.0773925781 1.0788574219 1.0789871216 - 3.0000000000 65.0000000000 0.0500488281 0.0458984375 0.0461211167 - 3.0000000000 65.0000000000 0.0500488281 0.0458984375 0.0461211167 - 44.0000000000 44.0000000000 0.7883300781 0.7851562500 0.7853981853 - 44.0000000000 44.0000000000 0.7883300781 0.7851562500 0.7853981853 - -23.0000000000 -86.0000000000 -2.8823242188 -2.8803710938 -2.8802666664 - -23.0000000000 -86.0000000000 -2.8823242188 -2.8803710938 -2.8802666664 - -58.0000000000 22.0000000000 -1.2097167969 -1.2084960938 -1.2082521915 - -58.0000000000 22.0000000000 -1.2097167969 -1.2084960938 -1.2082521915 - -39.0000000000 80.0000000000 -0.4543457031 -0.4536132812 -0.4535976946 - -40.0000000000 80.0000000000 -0.4621582031 -0.4638671875 -0.4636476040 - -39.0000000000 80.0000000000 -0.4543457031 -0.4536132812 -0.4535976946 - 46.0000000000 -49.0000000000 2.3837890625 2.3876953125 2.3877630234 - 46.0000000000 -49.0000000000 2.3837890625 2.3876953125 2.3877630234 - 43.0000000000 -27.0000000000 2.1333007812 2.1313476562 2.1314833164 - 43.0000000000 -27.0000000000 2.1333007812 2.1313476562 2.1314833164 - 2.0000000000 59.0000000000 0.0344238281 0.0336914062 0.0338853300 - 2.0000000000 59.0000000000 0.0344238281 0.0336914062 0.0338853300 - -3.0000000000 51.0000000000 -0.0573730469 -0.0588378906 -0.0587558225 - -3.0000000000 51.0000000000 -0.0573730469 -0.0588378906 -0.0587558225 - 34.0000000000 70.0000000000 0.4543457031 0.4521484375 0.4521538615 - 34.0000000000 70.0000000000 0.4543457031 0.4521484375 0.4521538615 - 17.0000000000 -12.0000000000 2.1879882812 2.1853027344 2.1854593754 - 17.0000000000 -12.0000000000 2.1879882812 2.1853027344 2.1854593754 - 41.0000000000 71.0000000000 0.5241699219 0.5236816406 0.5236846805 - 41.0000000000 71.0000000000 0.5241699219 0.5236816406 0.5236846805 - 43.0000000000 22.0000000000 1.1008300781 1.0976562500 1.0978897810 - 43.0000000000 22.0000000000 1.1008300781 1.0976562500 1.0978897810 - 4.0000000000 38.0000000000 0.1037597656 0.1047363281 0.1048769355 - 4.0000000000 38.0000000000 0.1037597656 0.1047363281 0.1048769355 - 5.0000000000 38.0000000000 0.1271972656 0.1306152344 0.1308273971 - -40.0000000000 45.0000000000 -0.7263183594 -0.7268066406 -0.7266423702 - -40.0000000000 45.0000000000 -0.7263183594 -0.7268066406 -0.7266423702 - 18.0000000000 76.0000000000 0.2365722656 0.2324218750 0.2325569391 - 18.0000000000 76.0000000000 0.2365722656 0.2324218750 0.2325569391 - 56.0000000000 -89.0000000000 2.5791015625 2.5798339844 2.5799691677 - 56.0000000000 -89.0000000000 2.5791015625 2.5798339844 2.5799691677 - 2.0000000000 95.0000000000 0.0192871094 0.0209960938 0.0210495219 - 2.0000000000 95.0000000000 0.0192871094 0.0209960938 0.0210495219 - 38.0000000000 -21.0000000000 2.0800781250 2.0754394531 2.0756578445 - 38.0000000000 -21.0000000000 2.0800781250 2.0754394531 2.0756578445 - -22.0000000000 39.0000000000 -0.5163574219 -0.5136718750 -0.5136060119 - -20.0000000000 42.0000000000 -0.4470214844 -0.4445800781 -0.4444192052 - -20.0000000000 42.0000000000 -0.4470214844 -0.4445800781 -0.4444192052 - -22.0000000000 39.0000000000 -0.5163574219 -0.5136718750 -0.5136060119 - -18.0000000000 33.0000000000 -0.5002441406 -0.4995117188 -0.4993467331 - -18.0000000000 33.0000000000 -0.5002441406 -0.4995117188 -0.4993467331 - -27.0000000000 28.0000000000 -0.7648925781 -0.7673339844 -0.7672183514 - 48.0000000000 27.0000000000 1.0612792969 1.0583496094 1.0584068298 - 48.0000000000 27.0000000000 1.0612792969 1.0583496094 1.0584068298 - 41.0000000000 22.0000000000 1.0773925781 1.0781250000 1.0783106089 - 41.0000000000 22.0000000000 1.0773925781 1.0781250000 1.0783106089 - 41.0000000000 23.0000000000 1.0612792969 1.0593261719 1.0595656633 - 41.0000000000 23.0000000000 1.0612792969 1.0593261719 1.0595656633 - 45.0000000000 6.0000000000 1.4357910156 1.4382324219 1.4382448196 - 51.0000000000 90.0000000000 0.5163574219 0.5153808594 0.5155490041 - 51.0000000000 90.0000000000 0.5163574219 0.5153808594 0.5155490041 - 40.0000000000 55.0000000000 0.6330566406 0.6286621094 0.6287962794 - 40.0000000000 55.0000000000 0.6330566406 0.6286621094 0.6287962794 - 57.0000000000 36.0000000000 1.0080566406 1.0073242188 1.0074801445 - 23.0000000000 -36.0000000000 2.5703125000 2.5729980469 2.5730681419 - 23.0000000000 -36.0000000000 2.5703125000 2.5729980469 2.5730681419 - -86.0000000000 50.0000000000 -1.0461425781 -1.0441894531 -1.0441691875 - -86.0000000000 50.0000000000 -1.0461425781 -1.0441894531 -1.0441691875 - -23.0000000000 59.0000000000 -0.3684082031 -0.3718261719 -0.3717089593 - -23.0000000000 59.0000000000 -0.3684082031 -0.3718261719 -0.3717089593 - -23.0000000000 60.0000000000 -0.3684082031 -0.3662109375 -0.3660565019 - -23.0000000000 60.0000000000 -0.3684082031 -0.3662109375 -0.3660565019 - -23.0000000000 59.0000000000 -0.3684082031 -0.3718261719 -0.3717089593 - -23.0000000000 60.0000000000 -0.3684082031 -0.3662109375 -0.3660565019 - 5.0000000000 -61.0000000000 3.0600585938 3.0595703125 3.0598082542 - 5.0000000000 -61.0000000000 3.0600585938 3.0595703125 3.0598082542 - 58.0000000000 -28.0000000000 2.0180664062 2.0205078125 2.0205559731 - 58.0000000000 -28.0000000000 2.0180664062 2.0205078125 2.0205559731 - 14.0000000000 -49.0000000000 2.8662109375 2.8632812500 2.8632931709 - 14.0000000000 -49.0000000000 2.8662109375 2.8632812500 2.8632931709 - 49.0000000000 -6.0000000000 1.6904296875 1.6926269531 1.6926387548 - 33.0000000000 -35.0000000000 2.3837890625 2.3854980469 2.3855979443 - 49.0000000000 -6.0000000000 1.6904296875 1.6926269531 1.6926387548 - -73.0000000000 -83.0000000000 -2.4233398438 -2.4204101562 -2.4202094078 - -73.0000000000 -83.0000000000 -2.4233398438 -2.4204101562 -2.4202094078 - 5.0000000000 38.0000000000 0.1271972656 0.1306152344 0.1308273971 - 4.0000000000 38.0000000000 0.1037597656 0.1047363281 0.1048769355 - 5.0000000000 38.0000000000 0.1271972656 0.1306152344 0.1308273971 - 49.0000000000 5.0000000000 1.4665527344 1.4689941406 1.4691075087 - 49.0000000000 5.0000000000 1.4665527344 1.4689941406 1.4691075087 - 29.0000000000 35.0000000000 0.6955566406 0.6918945312 0.6919213533 - 29.0000000000 35.0000000000 0.6955566406 0.6918945312 0.6919213533 - -36.0000000000 61.0000000000 -0.5314941406 -0.5332031250 -0.5331556797 - -36.0000000000 61.0000000000 -0.5314941406 -0.5332031250 -0.5331556797 - -44.0000000000 59.0000000000 -0.6403808594 -0.6408691406 -0.6407837272 - 20.0000000000 48.0000000000 0.3918457031 0.3947753906 0.3947911263 - 20.0000000000 48.0000000000 0.3918457031 0.3947753906 0.3947911263 - 20.0000000000 48.0000000000 0.3918457031 0.3947753906 0.3947911263 - -12.0000000000 9.0000000000 -0.9299316406 -0.9274902344 -0.9272952676 - -12.0000000000 9.0000000000 -0.9299316406 -0.9274902344 -0.9272952676 - 59.0000000000 38.0000000000 0.9992675781 0.9985351562 0.9986027479 - 59.0000000000 38.0000000000 0.9992675781 0.9985351562 0.9986027479 - -11.0000000000 6.0000000000 -1.0700683594 -1.0715332031 -1.0714496374 - -11.0000000000 6.0000000000 -1.0700683594 -1.0715332031 -1.0714496374 - 45.0000000000 6.0000000000 1.4357910156 1.4382324219 1.4382448196 - 41.0000000000 23.0000000000 1.0612792969 1.0593261719 1.0595656633 - 45.0000000000 6.0000000000 1.4357910156 1.4382324219 1.4382448196 - 56.0000000000 45.0000000000 0.8913574219 0.8937988281 0.8938814998 - 56.0000000000 45.0000000000 0.8913574219 0.8937988281 0.8938814998 - 57.0000000000 45.0000000000 0.8991699219 0.9023437500 0.9025069475 - 56.0000000000 46.0000000000 0.8840332031 0.8830566406 0.8831251264 - 56.0000000000 46.0000000000 0.8840332031 0.8830566406 0.8831251264 - 56.0000000000 45.0000000000 0.8913574219 0.8937988281 0.8938814998 - 57.0000000000 45.0000000000 0.8991699219 0.9023437500 0.9025069475 - 56.0000000000 46.0000000000 0.8840332031 0.8830566406 0.8831251264 - -15.0000000000 -22.0000000000 -2.5395507812 -2.5432128906 -2.5431737900 - -15.0000000000 -22.0000000000 -2.5395507812 -2.5432128906 -2.5431737900 - -15.0000000000 -21.0000000000 -2.5244140625 -2.5214843750 -2.5213432312 - -15.0000000000 -21.0000000000 -2.5244140625 -2.5214843750 -2.5213432312 - -15.0000000000 -22.0000000000 -2.5395507812 -2.5432128906 -2.5431737900 - -15.0000000000 -21.0000000000 -2.5244140625 -2.5214843750 -2.5213432312 - 36.0000000000 -31.0000000000 2.2817382812 2.2814941406 2.2817058563 - 36.0000000000 -31.0000000000 2.2817382812 2.2814941406 2.2817058563 - 2.0000000000 39.0000000000 0.0500488281 0.0510253906 0.0512371659 - 2.0000000000 39.0000000000 0.0500488281 0.0510253906 0.0512371659 - -47.0000000000 -22.0000000000 -2.0087890625 -2.0087890625 -2.0085878372 - -47.0000000000 -22.0000000000 -2.0087890625 -2.0087890625 -2.0085878372 - 40.0000000000 -91.0000000000 2.7260742188 2.7272949219 2.7274541855 - 40.0000000000 -91.0000000000 2.7260742188 2.7272949219 2.7274541855 - 45.0000000000 -15.0000000000 1.8935546875 1.8923339844 1.8925468922 - 45.0000000000 -15.0000000000 1.8935546875 1.8923339844 1.8925468922 - 33.0000000000 -35.0000000000 2.3837890625 2.3854980469 2.3855979443 - 20.0000000000 48.0000000000 0.3918457031 0.3947753906 0.3947911263 - 20.0000000000 48.0000000000 0.3918457031 0.3947753906 0.3947911263 - 20.0000000000 48.0000000000 0.3918457031 0.3947753906 0.3947911263 - 60.0000000000 -76.0000000000 2.4702148438 2.4731445312 2.4733033180 - 60.0000000000 -76.0000000000 2.4702148438 2.4731445312 2.4733033180 - -32.0000000000 -56.0000000000 -2.6250000000 -2.6225585938 -2.6224465370 - -32.0000000000 -56.0000000000 -2.6250000000 -2.6225585938 -2.6224465370 - 61.0000000000 -59.0000000000 2.3359375000 2.3393554688 2.3395295143 - 61.0000000000 -59.0000000000 2.3359375000 2.3393554688 2.3395295143 - -19.0000000000 58.0000000000 -0.3137207031 -0.3166503906 -0.3165692389 - -19.0000000000 58.0000000000 -0.3137207031 -0.3166503906 -0.3165692389 - 20.0000000000 -24.0000000000 2.4458007812 2.4467773438 2.4468545914 - 2.0000000000 -32.0000000000 3.0761718750 3.0791015625 3.0791740417 - 20.0000000000 -24.0000000000 2.4458007812 2.4467773438 2.4468545914 - 2.0000000000 -31.0000000000 3.0761718750 3.0771484375 3.0771658421 - 20.0000000000 -23.0000000000 2.4233398438 2.4257812500 2.4258491993 - 20.0000000000 -23.0000000000 2.4233398438 2.4257812500 2.4258491993 - 20.0000000000 -24.0000000000 2.4458007812 2.4467773438 2.4468545914 - 2.0000000000 -31.0000000000 3.0761718750 3.0771484375 3.0771658421 - 20.0000000000 -23.0000000000 2.4233398438 2.4257812500 2.4258491993 - 33.0000000000 -78.0000000000 2.7416992188 2.7412109375 2.7413520813 - 33.0000000000 -78.0000000000 2.7416992188 2.7412109375 2.7413520813 - 34.0000000000 22.0000000000 0.9919433594 0.9963378906 0.9964915514 - 34.0000000000 22.0000000000 0.9919433594 0.9963378906 0.9964915514 - 57.0000000000 45.0000000000 0.8991699219 0.9023437500 0.9025069475 - 56.0000000000 45.0000000000 0.8913574219 0.8937988281 0.8938814998 - 57.0000000000 45.0000000000 0.8991699219 0.9023437500 0.9025069475 - 56.0000000000 46.0000000000 0.8840332031 0.8830566406 0.8831251264 - 16.0000000000 11.0000000000 0.9685058594 0.9685058594 0.9685090184 - 16.0000000000 11.0000000000 0.9685058594 0.9685058594 0.9685090184 - -17.0000000000 37.0000000000 -0.4304199219 -0.4309082031 -0.4306925237 - -16.0000000000 36.0000000000 -0.4152832031 -0.4184570312 -0.4182243347 - -17.0000000000 37.0000000000 -0.4304199219 -0.4309082031 -0.4306925237 - 6.0000000000 29.0000000000 0.2058105469 0.2038574219 0.2040179819 - 6.0000000000 29.0000000000 0.2058105469 0.2038574219 0.2040179819 - 6.0000000000 31.0000000000 0.1892089844 0.1911621094 0.1911844611 - 6.0000000000 31.0000000000 0.1892089844 0.1911621094 0.1911844611 - 49.0000000000 95.0000000000 0.4777832031 0.4760742188 0.4761992395 - 49.0000000000 95.0000000000 0.4777832031 0.4760742188 0.4761992395 - 3.0000000000 -94.0000000000 3.1069335938 3.1096191406 3.1096887589 - 3.0000000000 -94.0000000000 3.1069335938 3.1096191406 3.1096887589 - 2.0000000000 48.0000000000 0.0417480469 0.0415039062 0.0416425802 - 2.0000000000 48.0000000000 0.0417480469 0.0415039062 0.0416425802 - 53.0000000000 -36.0000000000 2.1645507812 2.1672363281 2.1674566269 - 53.0000000000 -36.0000000000 2.1645507812 2.1672363281 2.1674566269 - 53.0000000000 -35.0000000000 2.1572265625 2.1542968750 2.1544322968 - 53.0000000000 -35.0000000000 2.1572265625 2.1542968750 2.1544322968 - 53.0000000000 -36.0000000000 2.1645507812 2.1672363281 2.1674566269 - 53.0000000000 -35.0000000000 2.1572265625 2.1542968750 2.1544322968 - 9.0000000000 68.0000000000 0.1345214844 0.1313476562 0.1315881461 - 9.0000000000 68.0000000000 0.1345214844 0.1313476562 0.1315881461 - 9.0000000000 69.0000000000 0.1271972656 0.1296386719 0.1297025383 - 9.0000000000 69.0000000000 0.1271972656 0.1296386719 0.1297025383 - 9.0000000000 68.0000000000 0.1345214844 0.1313476562 0.1315881461 - 9.0000000000 69.0000000000 0.1271972656 0.1296386719 0.1297025383 - -21.0000000000 -11.0000000000 -2.0561523438 -2.0534667969 -2.0533096790 - -21.0000000000 -11.0000000000 -2.0561523438 -2.0534667969 -2.0533096790 - -20.0000000000 -11.0000000000 -2.0712890625 -2.0737304688 -2.0736396313 - -12.0000000000 -27.0000000000 -2.7260742188 -2.7233886719 -2.7233684063 - -12.0000000000 -27.0000000000 -2.7260742188 -2.7233886719 -2.7233684063 - -54.0000000000 -53.0000000000 -2.3437500000 -2.3469238281 -2.3468489647 - -54.0000000000 -53.0000000000 -2.3437500000 -2.3469238281 -2.3468489647 - 3.0000000000 56.0000000000 0.0500488281 0.0534667969 0.0535202697 - 3.0000000000 56.0000000000 0.0500488281 0.0534667969 0.0535202697 - 39.0000000000 100.0000000000 0.3684082031 0.3718261719 0.3718560636 - 39.0000000000 100.0000000000 0.3684082031 0.3718261719 0.3718560636 - 37.0000000000 -27.0000000000 2.2041015625 2.2011718750 2.2011978626 - 37.0000000000 -27.0000000000 2.2041015625 2.2011718750 2.2011978626 - -50.0000000000 57.0000000000 -0.7180175781 -0.7202148438 -0.7200707197 - -50.0000000000 57.0000000000 -0.7180175781 -0.7202148438 -0.7200707197 - 46.0000000000 4.0000000000 1.4816894531 1.4838867188 1.4840580225 - 46.0000000000 4.0000000000 1.4816894531 1.4838867188 1.4840580225 - 53.0000000000 -31.0000000000 2.1025390625 2.0998535156 2.1000432968 - 53.0000000000 -31.0000000000 2.1025390625 2.0998535156 2.1000432968 - 21.0000000000 31.0000000000 0.5935058594 0.5952148438 0.5954098701 - 21.0000000000 31.0000000000 0.5935058594 0.5952148438 0.5954098701 - -34.0000000000 98.0000000000 -0.3376464844 -0.3339843750 -0.3339450657 - -34.0000000000 98.0000000000 -0.3376464844 -0.3339843750 -0.3339450657 - 20.0000000000 87.0000000000 0.2282714844 0.2258300781 0.2259592116 - 20.0000000000 87.0000000000 0.2282714844 0.2258300781 0.2259592116 - 34.0000000000 22.0000000000 0.9919433594 0.9963378906 0.9964915514 - 34.0000000000 22.0000000000 0.9919433594 0.9963378906 0.9964915514 - -21.0000000000 44.0000000000 -0.4470214844 -0.4453125000 -0.4453010559 - -21.0000000000 44.0000000000 -0.4470214844 -0.4453125000 -0.4453010559 - 38.0000000000 -61.0000000000 2.5864257812 2.5842285156 2.5844683647 - 38.0000000000 -61.0000000000 2.5864257812 2.5842285156 2.5844683647 - 34.0000000000 -89.0000000000 2.7729492188 2.7766113281 2.7766795158 - 34.0000000000 -89.0000000000 2.7729492188 2.7766113281 2.7766795158 - 47.0000000000 -71.0000000000 2.5551757812 2.5566406250 2.5568475723 - 47.0000000000 -71.0000000000 2.5551757812 2.5566406250 2.5568475723 - 58.0000000000 24.0000000000 1.1784667969 1.1782226562 1.1784561872 - 58.0000000000 24.0000000000 1.1784667969 1.1782226562 1.1784561872 - 57.0000000000 36.0000000000 1.0080566406 1.0073242188 1.0074801445 - 40.0000000000 55.0000000000 0.6330566406 0.6286621094 0.6287962794 - 57.0000000000 36.0000000000 1.0080566406 1.0073242188 1.0074801445 - -33.0000000000 27.0000000000 -0.8840332031 -0.8852539062 -0.8850668669 - -33.0000000000 27.0000000000 -0.8840332031 -0.8852539062 -0.8850668669 - 41.0000000000 41.0000000000 0.7883300781 0.7851562500 0.7853981853 - 41.0000000000 41.0000000000 0.7883300781 0.7851562500 0.7853981853 - -16.0000000000 36.0000000000 -0.4152832031 -0.4184570312 -0.4182243347 - -16.0000000000 36.0000000000 -0.4152832031 -0.4184570312 -0.4182243347 - -17.0000000000 37.0000000000 -0.4304199219 -0.4309082031 -0.4306925237 - 33.0000000000 -6.0000000000 1.7524414062 1.7504882812 1.7506499290 - 33.0000000000 -6.0000000000 1.7524414062 1.7504882812 1.7506499290 - 44.0000000000 14.0000000000 1.2644042969 1.2626953125 1.2627435923 - 44.0000000000 14.0000000000 1.2644042969 1.2626953125 1.2627435923 - -36.0000000000 6.0000000000 -1.4045410156 -1.4057617188 -1.4056477547 - -36.0000000000 6.0000000000 -1.4045410156 -1.4057617188 -1.4056477547 - -14.0000000000 -96.0000000000 -2.9980468750 -2.9968261719 -2.9967801571 - -14.0000000000 -96.0000000000 -2.9980468750 -2.9968261719 -2.9967801571 - -20.0000000000 -11.0000000000 -2.0712890625 -2.0737304688 -2.0736396313 - -21.0000000000 -11.0000000000 -2.0561523438 -2.0534667969 -2.0533096790 - -20.0000000000 -11.0000000000 -2.0712890625 -2.0737304688 -2.0736396313 - 38.0000000000 72.0000000000 0.4851074219 0.4855957031 0.4856221080 - 38.0000000000 72.0000000000 0.4851074219 0.4855957031 0.4856221080 - 26.0000000000 87.0000000000 0.2902832031 0.2902832031 0.2904019356 - 26.0000000000 87.0000000000 0.2902832031 0.2902832031 0.2904019356 - 63.0000000000 -64.0000000000 2.3613281250 2.3640136719 2.3640685081 - 42.0000000000 -3.0000000000 1.6435546875 1.6420898438 1.6421037912 - 42.0000000000 -3.0000000000 1.6435546875 1.6420898438 1.6421037912 - 32.0000000000 11.0000000000 1.2404785156 1.2395019531 1.2397003174 - 32.0000000000 11.0000000000 1.2404785156 1.2395019531 1.2397003174 - -31.0000000000 -64.0000000000 -2.6870117188 -2.6906738281 -2.6905231476 - -31.0000000000 -64.0000000000 -2.6870117188 -2.6906738281 -2.6905231476 - 52.0000000000 19.0000000000 1.2170410156 1.2204589844 1.2204821110 - 52.0000000000 19.0000000000 1.2170410156 1.2204589844 1.2204821110 - -7.0000000000 70.0000000000 -0.0964355469 -0.0998535156 -0.0996686518 - -7.0000000000 70.0000000000 -0.0964355469 -0.0998535156 -0.0996686518 - 55.0000000000 -9.0000000000 1.7368164062 1.7329101562 1.7329951525 - 55.0000000000 -9.0000000000 1.7368164062 1.7329101562 1.7329951525 - 55.0000000000 4.0000000000 1.4978027344 1.4980468750 1.4981969595 - 32.0000000000 30.0000000000 0.8215332031 0.8176269531 0.8176450729 - 32.0000000000 30.0000000000 0.8215332031 0.8176269531 0.8176450729 - -39.0000000000 40.0000000000 -0.7727050781 -0.7729492188 -0.7727406025 - -39.0000000000 40.0000000000 -0.7727050781 -0.7729492188 -0.7727406025 - 17.0000000000 -22.0000000000 2.4858398438 2.4836425781 2.4837040901 - 17.0000000000 -22.0000000000 2.4858398438 2.4836425781 2.4837040901 - 2.0000000000 -32.0000000000 3.0761718750 3.0791015625 3.0791740417 - 2.0000000000 -32.0000000000 3.0761718750 3.0791015625 3.0791740417 - 20.0000000000 -24.0000000000 2.4458007812 2.4467773438 2.4468545914 - 2.0000000000 -31.0000000000 3.0761718750 3.0771484375 3.0771658421 - 2.0000000000 -31.0000000000 3.0761718750 3.0771484375 3.0771658421 - 2.0000000000 -32.0000000000 3.0761718750 3.0791015625 3.0791740417 - 20.0000000000 -24.0000000000 2.4458007812 2.4467773438 2.4468545914 - 2.0000000000 -31.0000000000 3.0761718750 3.0771484375 3.0771658421 - 20.0000000000 -23.0000000000 2.4233398438 2.4257812500 2.4258491993 - 50.0000000000 6.0000000000 1.4509277344 1.4511718750 1.4513674974 - 50.0000000000 6.0000000000 1.4509277344 1.4511718750 1.4513674974 - 57.0000000000 -10.0000000000 1.7451171875 1.7443847656 1.7444676161 - 57.0000000000 -10.0000000000 1.7451171875 1.7443847656 1.7444676161 - 44.0000000000 68.0000000000 0.5783691406 0.5742187500 0.5743048191 - 44.0000000000 68.0000000000 0.5783691406 0.5742187500 0.5743048191 - -7.0000000000 49.0000000000 -0.1433105469 -0.1420898438 -0.1418970525 - -7.0000000000 49.0000000000 -0.1433105469 -0.1420898438 -0.1418970525 - 28.0000000000 -35.0000000000 2.4702148438 2.4667968750 2.4668517113 - 28.0000000000 -35.0000000000 2.4702148438 2.4667968750 2.4668517113 - 29.0000000000 -35.0000000000 2.4458007812 2.4494628906 2.4496712685 - 48.0000000000 -46.0000000000 2.3359375000 2.3347167969 2.3349211216 - 48.0000000000 -46.0000000000 2.3359375000 2.3347167969 2.3349211216 - 48.0000000000 -45.0000000000 2.3198242188 2.3237304688 2.3239476681 - 48.0000000000 -45.0000000000 2.3198242188 2.3237304688 2.3239476681 - 48.0000000000 -46.0000000000 2.3359375000 2.3347167969 2.3349211216 - 48.0000000000 -45.0000000000 2.3198242188 2.3237304688 2.3239476681 - 40.0000000000 -8.0000000000 1.7675781250 1.7680664062 1.7681919336 - 40.0000000000 -8.0000000000 1.7675781250 1.7680664062 1.7681919336 - 34.0000000000 17.0000000000 1.1081542969 1.1069335938 1.1071487665 - 34.0000000000 17.0000000000 1.1081542969 1.1069335938 1.1071487665 - 27.0000000000 -9.0000000000 1.8935546875 1.8923339844 1.8925468922 - 27.0000000000 -9.0000000000 1.8935546875 1.8923339844 1.8925468922 - 23.0000000000 14.0000000000 1.0231933594 1.0239257812 1.0240075588 - 23.0000000000 14.0000000000 1.0231933594 1.0239257812 1.0240075588 - 50.0000000000 -37.0000000000 2.2114257812 2.2077636719 2.2078666687 - 50.0000000000 -37.0000000000 2.2114257812 2.2077636719 2.2078666687 - 33.0000000000 -94.0000000000 2.8037109375 2.8039550781 2.8039705753 - 33.0000000000 -94.0000000000 2.8037109375 2.8039550781 2.8039705753 - -21.0000000000 -90.0000000000 -2.9130859375 -2.9125976562 -2.9123609066 - -21.0000000000 -90.0000000000 -2.9130859375 -2.9125976562 -2.9123609066 - -46.0000000000 49.0000000000 -0.7575683594 -0.7539062500 -0.7538297176 - -46.0000000000 49.0000000000 -0.7575683594 -0.7539062500 -0.7538297176 - -46.0000000000 50.0000000000 -0.7414550781 -0.7438964844 -0.7437555790 - -46.0000000000 50.0000000000 -0.7414550781 -0.7438964844 -0.7437555790 - -46.0000000000 49.0000000000 -0.7575683594 -0.7539062500 -0.7538297176 - -46.0000000000 50.0000000000 -0.7414550781 -0.7438964844 -0.7437555790 - 42.0000000000 -17.0000000000 1.9555664062 1.9553222656 1.9554010630 - 42.0000000000 -17.0000000000 1.9555664062 1.9553222656 1.9554010630 - 46.0000000000 -38.0000000000 2.2573242188 2.2612304688 2.2612428665 - 46.0000000000 -38.0000000000 2.2573242188 2.2612304688 2.2612428665 - 9.0000000000 42.0000000000 0.2131347656 0.2109375000 0.2110933363 - 9.0000000000 42.0000000000 0.2131347656 0.2109375000 0.2110933363 - 29.0000000000 -35.0000000000 2.4458007812 2.4494628906 2.4496712685 - 28.0000000000 -35.0000000000 2.4702148438 2.4667968750 2.4668517113 - 29.0000000000 -35.0000000000 2.4458007812 2.4494628906 2.4496712685 - -78.0000000000 65.0000000000 -0.8747558594 -0.8762207031 -0.8760581017 - -78.0000000000 65.0000000000 -0.8747558594 -0.8762207031 -0.8760581017 - -19.0000000000 -27.0000000000 -2.5244140625 -2.5285644531 -2.5283854008 - -19.0000000000 -27.0000000000 -2.5244140625 -2.5285644531 -2.5283854008 - -19.0000000000 -26.0000000000 -2.5083007812 -2.5107421875 -2.5105133057 - -19.0000000000 -26.0000000000 -2.5083007812 -2.5107421875 -2.5105133057 - -19.0000000000 -27.0000000000 -2.5244140625 -2.5285644531 -2.5283854008 - -19.0000000000 -26.0000000000 -2.5083007812 -2.5107421875 -2.5105133057 - 57.0000000000 19.0000000000 1.2478027344 1.2490234375 1.2490458488 - 50.0000000000 31.0000000000 1.0153808594 1.0156250000 1.0158007145 - 51.0000000000 32.0000000000 1.0080566406 1.0102539062 1.0104365349 - 19.0000000000 55.0000000000 0.3298339844 0.3325195312 0.3326196969 - 57.0000000000 19.0000000000 1.2478027344 1.2490234375 1.2490458488 - -12.0000000000 77.0000000000 -0.1584472656 -0.1547851562 -0.1546005458 - -12.0000000000 77.0000000000 -0.1584472656 -0.1547851562 -0.1546005458 - 27.0000000000 72.0000000000 0.3605957031 0.3586425781 0.3587706685 - 66.0000000000 -34.0000000000 2.0488281250 2.0463867188 2.0464916229 - 66.0000000000 -34.0000000000 2.0488281250 2.0463867188 2.0464916229 - 67.0000000000 -34.0000000000 2.0405273438 2.0402832031 2.0403962135 - -12.0000000000 0.0000000000 -1.5705566406 -1.5708007812 -1.5707963705 - -12.0000000000 0.0000000000 -1.5705566406 -1.5708007812 -1.5707963705 - -52.0000000000 -31.0000000000 -2.1108398438 -2.1083984375 -2.1083829403 - -52.0000000000 -31.0000000000 -2.1108398438 -2.1083984375 -2.1083829403 - 7.0000000000 -63.0000000000 3.0292968750 3.0307617188 3.0309355259 - 7.0000000000 -63.0000000000 3.0292968750 3.0307617188 3.0309355259 - 30.0000000000 -98.0000000000 2.8427734375 2.8444824219 2.8445284367 - 30.0000000000 -98.0000000000 2.8427734375 2.8444824219 2.8445284367 - 18.0000000000 -70.0000000000 2.8896484375 2.8898925781 2.8899028301 - 18.0000000000 -70.0000000000 2.8896484375 2.8898925781 2.8899028301 - 31.0000000000 -79.0000000000 2.7656250000 2.7675781250 2.7676508427 - 31.0000000000 -79.0000000000 2.7656250000 2.7675781250 2.7676508427 - 22.0000000000 2.0000000000 1.4816894531 1.4799804688 1.4801365137 - 22.0000000000 2.0000000000 1.4816894531 1.4799804688 1.4801365137 - 58.0000000000 25.0000000000 1.1633300781 1.1638183594 1.1638255119 - 58.0000000000 25.0000000000 1.1633300781 1.1638183594 1.1638255119 - -97.0000000000 -61.0000000000 -2.1333007812 -2.1323242188 -2.1321709156 - -97.0000000000 -61.0000000000 -2.1333007812 -2.1323242188 -2.1321709156 - -97.0000000000 -60.0000000000 -2.1259765625 -2.1247558594 -2.1247489452 - -97.0000000000 -60.0000000000 -2.1259765625 -2.1247558594 -2.1247489452 - -97.0000000000 -61.0000000000 -2.1333007812 -2.1323242188 -2.1321709156 - -97.0000000000 -60.0000000000 -2.1259765625 -2.1247558594 -2.1247489452 - 27.0000000000 -33.0000000000 2.4550781250 2.4558105469 2.4558632374 - 27.0000000000 -33.0000000000 2.4550781250 2.4558105469 2.4558632374 - 2.0000000000 52.0000000000 0.0417480469 0.0383300781 0.0384425893 - 2.0000000000 52.0000000000 0.0417480469 0.0383300781 0.0384425893 - 44.0000000000 31.0000000000 0.9533691406 0.9567871094 0.9570263028 - 31.0000000000 -27.0000000000 2.2890625000 2.2871093750 2.2873380184 - 31.0000000000 -27.0000000000 2.2890625000 2.2871093750 2.2873380184 - 57.0000000000 -5.0000000000 1.6596679688 1.6582031250 1.6582916975 - 57.0000000000 -5.0000000000 1.6596679688 1.6582031250 1.6582916975 - 63.0000000000 -64.0000000000 2.3613281250 2.3640136719 2.3640685081 - 26.0000000000 87.0000000000 0.2902832031 0.2902832031 0.2904019356 - 63.0000000000 -64.0000000000 2.3613281250 2.3640136719 2.3640685081 - -46.0000000000 82.0000000000 -0.5090332031 -0.5114746094 -0.5112307072 - -46.0000000000 82.0000000000 -0.5090332031 -0.5114746094 -0.5112307072 - 50.0000000000 25.0000000000 1.1081542969 1.1069335938 1.1071487665 - 50.0000000000 25.0000000000 1.1081542969 1.1069335938 1.1071487665 - 38.0000000000 1.0000000000 1.5437011719 1.5444335938 1.5444866419 - 38.0000000000 1.0000000000 1.5437011719 1.5444335938 1.5444866419 - -10.0000000000 -46.0000000000 -2.9282226562 -2.9277343750 -2.9275319576 - -10.0000000000 -46.0000000000 -2.9282226562 -2.9277343750 -2.9275319576 - 55.0000000000 4.0000000000 1.4978027344 1.4980468750 1.4981969595 - 55.0000000000 -9.0000000000 1.7368164062 1.7329101562 1.7329951525 - 55.0000000000 4.0000000000 1.4978027344 1.4980468750 1.4981969595 - 56.0000000000 4.0000000000 1.4978027344 1.4992675781 1.4994889498 - 50.0000000000 31.0000000000 1.0153808594 1.0156250000 1.0158007145 - 50.0000000000 31.0000000000 1.0153808594 1.0156250000 1.0158007145 - 51.0000000000 32.0000000000 1.0080566406 1.0102539062 1.0104365349 - 19.0000000000 55.0000000000 0.3298339844 0.3325195312 0.3326196969 - 57.0000000000 19.0000000000 1.2478027344 1.2490234375 1.2490458488 - 15.0000000000 69.0000000000 0.2131347656 0.2138671875 0.2140606791 - 15.0000000000 69.0000000000 0.2131347656 0.2138671875 0.2140606791 - 6.0000000000 79.0000000000 0.0725097656 0.0756835938 0.0758038387 - 6.0000000000 79.0000000000 0.0725097656 0.0756835938 0.0758038387 - 67.0000000000 -34.0000000000 2.0405273438 2.0402832031 2.0403962135 - 66.0000000000 -34.0000000000 2.0488281250 2.0463867188 2.0464916229 - 67.0000000000 -34.0000000000 2.0405273438 2.0402832031 2.0403962135 - 27.0000000000 -75.0000000000 2.7963867188 2.7958984375 2.7960371971 - 27.0000000000 -75.0000000000 2.7963867188 2.7958984375 2.7960371971 - 51.0000000000 -100.0000000000 2.6718750000 2.6699218750 2.6699771881 - 51.0000000000 -100.0000000000 2.6718750000 2.6699218750 2.6699771881 - 18.0000000000 -8.0000000000 1.9863281250 1.9890136719 1.9890207052 - 18.0000000000 -8.0000000000 1.9863281250 1.9890136719 1.9890207052 - -84.0000000000 97.0000000000 -0.7106933594 -0.7138671875 -0.7136980891 - -84.0000000000 97.0000000000 -0.7106933594 -0.7138671875 -0.7136980891 - -95.0000000000 -80.0000000000 -2.2739257812 -2.2707519531 -2.2706892490 - -10.0000000000 93.0000000000 -0.1037597656 -0.1071777344 -0.1071153209 - -10.0000000000 93.0000000000 -0.1037597656 -0.1071777344 -0.1071153209 - 46.0000000000 61.0000000000 0.6481933594 0.6459960938 0.6461188793 - 46.0000000000 61.0000000000 0.6481933594 0.6459960938 0.6461188793 - -16.0000000000 83.0000000000 -0.1892089844 -0.1906738281 -0.1904351115 - -16.0000000000 83.0000000000 -0.1892089844 -0.1906738281 -0.1904351115 - -13.0000000000 -77.0000000000 -2.9755859375 -2.9743652344 -2.9743387699 - -13.0000000000 -77.0000000000 -2.9755859375 -2.9743652344 -2.9743387699 - 11.0000000000 7.0000000000 0.9992675781 1.0039062500 1.0040671825 - 11.0000000000 7.0000000000 0.9992675781 1.0039062500 1.0040671825 - -32.0000000000 -8.0000000000 -1.8149414062 -1.8159179688 -1.8157750368 - -32.0000000000 -8.0000000000 -1.8149414062 -1.8159179688 -1.8157750368 - 44.0000000000 96.0000000000 0.4304199219 0.4296875000 0.4297622740 - 44.0000000000 96.0000000000 0.4304199219 0.4296875000 0.4297622740 - 45.0000000000 96.0000000000 0.4377441406 0.4382324219 0.4383365512 - 47.0000000000 97.0000000000 0.4543457031 0.4511718750 0.4512001276 - 43.0000000000 -70.0000000000 2.5942382812 2.5905761719 2.5907351971 - 43.0000000000 -70.0000000000 2.5942382812 2.5905761719 2.5907351971 - 44.0000000000 -70.0000000000 2.5791015625 2.5803222656 2.5804293156 - 5.0000000000 -93.0000000000 3.0913085938 3.0876464844 3.0878810883 - 5.0000000000 -93.0000000000 3.0913085938 3.0876464844 3.0878810883 - 6.0000000000 -92.0000000000 3.0761718750 3.0764160156 3.0764675140 - 12.0000000000 -44.0000000000 2.8735351562 2.8752441406 2.8753407001 - 12.0000000000 -44.0000000000 2.8735351562 2.8752441406 2.8753407001 - 15.0000000000 18.0000000000 0.6955566406 0.6945800781 0.6947382689 - 15.0000000000 18.0000000000 0.6955566406 0.6945800781 0.6947382689 - 63.0000000000 20.0000000000 1.2644042969 1.2631835938 1.2633988857 - 64.0000000000 19.0000000000 1.2800292969 1.2819824219 1.2822090387 - 63.0000000000 20.0000000000 1.2644042969 1.2631835938 1.2633988857 - 64.0000000000 20.0000000000 1.2644042969 1.2678222656 1.2679114342 - 56.0000000000 4.0000000000 1.4978027344 1.4992675781 1.4994889498 - 55.0000000000 4.0000000000 1.4978027344 1.4980468750 1.4981969595 - 56.0000000000 4.0000000000 1.4978027344 1.4992675781 1.4994889498 - 51.0000000000 32.0000000000 1.0080566406 1.0102539062 1.0104365349 - 50.0000000000 31.0000000000 1.0153808594 1.0156250000 1.0158007145 - 51.0000000000 32.0000000000 1.0080566406 1.0102539062 1.0104365349 - 19.0000000000 55.0000000000 0.3298339844 0.3325195312 0.3326196969 - 57.0000000000 19.0000000000 1.2478027344 1.2490234375 1.2490458488 - 19.0000000000 55.0000000000 0.3298339844 0.3325195312 0.3326196969 - 50.0000000000 31.0000000000 1.0153808594 1.0156250000 1.0158007145 - 51.0000000000 32.0000000000 1.0080566406 1.0102539062 1.0104365349 - 19.0000000000 55.0000000000 0.3298339844 0.3325195312 0.3326196969 - 57.0000000000 19.0000000000 1.2478027344 1.2490234375 1.2490458488 - 51.0000000000 46.0000000000 0.8366699219 0.8366699219 0.8368990421 - 51.0000000000 46.0000000000 0.8366699219 0.8366699219 0.8368990421 - 17.0000000000 -29.0000000000 2.6098632812 2.6113281250 2.6113770008 - 17.0000000000 -29.0000000000 2.6098632812 2.6113281250 2.6113770008 - -46.0000000000 -44.0000000000 -2.3359375000 -2.3339843750 -2.3339760303 - -46.0000000000 -44.0000000000 -2.3359375000 -2.3339843750 -2.3339760303 - -4.0000000000 -93.0000000000 -3.0996093750 -3.0986328125 -3.0986084938 - -4.0000000000 -93.0000000000 -3.0996093750 -3.0986328125 -3.0986084938 - 48.0000000000 -51.0000000000 2.3837890625 2.3864746094 2.3864884377 - 48.0000000000 -51.0000000000 2.3837890625 2.3864746094 2.3864884377 - 45.0000000000 96.0000000000 0.4377441406 0.4382324219 0.4383365512 - 44.0000000000 96.0000000000 0.4304199219 0.4296875000 0.4297622740 - 45.0000000000 96.0000000000 0.4377441406 0.4382324219 0.4383365512 - 47.0000000000 97.0000000000 0.4543457031 0.4511718750 0.4512001276 - 30.0000000000 -93.0000000000 2.8276367188 2.8293457031 2.8295507431 - 30.0000000000 -93.0000000000 2.8276367188 2.8293457031 2.8295507431 - 44.0000000000 -70.0000000000 2.5791015625 2.5803222656 2.5804293156 - 43.0000000000 -70.0000000000 2.5942382812 2.5905761719 2.5907351971 - 44.0000000000 -70.0000000000 2.5791015625 2.5803222656 2.5804293156 - 6.0000000000 -92.0000000000 3.0761718750 3.0764160156 3.0764675140 - 5.0000000000 -93.0000000000 3.0913085938 3.0876464844 3.0878810883 - 6.0000000000 -92.0000000000 3.0761718750 3.0764160156 3.0764675140 - 40.0000000000 54.0000000000 0.6403808594 0.6374511719 0.6375488043 - 40.0000000000 54.0000000000 0.6403808594 0.6374511719 0.6375488043 - 15.0000000000 -11.0000000000 2.2041015625 2.2033691406 2.2035450935 - 15.0000000000 -11.0000000000 2.2041015625 2.2033691406 2.2035450935 - 49.0000000000 12.0000000000 1.3264160156 1.3305664062 1.3306252956 - 49.0000000000 12.0000000000 1.3264160156 1.3305664062 1.3306252956 - 64.0000000000 19.0000000000 1.2800292969 1.2819824219 1.2822090387 - 64.0000000000 19.0000000000 1.2800292969 1.2819824219 1.2822090387 - 63.0000000000 20.0000000000 1.2644042969 1.2631835938 1.2633988857 - 64.0000000000 20.0000000000 1.2644042969 1.2678222656 1.2679114342 - 64.0000000000 20.0000000000 1.2644042969 1.2678222656 1.2679114342 - 64.0000000000 19.0000000000 1.2800292969 1.2819824219 1.2822090387 - 63.0000000000 20.0000000000 1.2644042969 1.2631835938 1.2633988857 - 64.0000000000 20.0000000000 1.2644042969 1.2678222656 1.2679114342 - 65.0000000000 18.0000000000 1.3024902344 1.3005371094 1.3006432056 - -26.0000000000 -32.0000000000 -2.4624023438 -2.4594726562 -2.4592761993 - -26.0000000000 -32.0000000000 -2.4624023438 -2.4594726562 -2.4592761993 - 27.0000000000 72.0000000000 0.3605957031 0.3586425781 0.3587706685 - -12.0000000000 77.0000000000 -0.1584472656 -0.1547851562 -0.1546005458 - 27.0000000000 72.0000000000 0.3605957031 0.3586425781 0.3587706685 - 53.0000000000 -88.0000000000 2.6015625000 2.5993652344 2.5995037556 - 53.0000000000 -88.0000000000 2.6015625000 2.5993652344 2.5995037556 - -5.0000000000 -29.0000000000 -2.9672851562 -2.9709472656 -2.9708576202 - -5.0000000000 -29.0000000000 -2.9672851562 -2.9709472656 -2.9708576202 - 55.0000000000 -72.0000000000 2.4858398438 2.4892578125 2.4892618656 - 55.0000000000 -72.0000000000 2.4858398438 2.4892578125 2.4892618656 - -84.0000000000 -40.0000000000 -2.0180664062 -2.0153808594 -2.0152156353 - -63.0000000000 31.0000000000 -1.1159667969 -1.1135253906 -1.1135181189 - -63.0000000000 31.0000000000 -1.1159667969 -1.1135253906 -1.1135181189 - -14.0000000000 -30.0000000000 -2.7036132812 -2.7050781250 -2.7049655914 - -14.0000000000 -30.0000000000 -2.7036132812 -2.7050781250 -2.7049655914 - 42.0000000000 -10.0000000000 1.8076171875 1.8044433594 1.8045395613 - 42.0000000000 -10.0000000000 1.8076171875 1.8044433594 1.8045395613 - -95.0000000000 -80.0000000000 -2.2739257812 -2.2707519531 -2.2706892490 - -84.0000000000 97.0000000000 -0.7106933594 -0.7138671875 -0.7136980891 - -95.0000000000 -80.0000000000 -2.2739257812 -2.2707519531 -2.2706892490 - 36.0000000000 -9.0000000000 1.8149414062 1.8156738281 1.8157750368 - 36.0000000000 -9.0000000000 1.8149414062 1.8156738281 1.8157750368 - 57.0000000000 51.0000000000 0.8439941406 0.8408203125 0.8408967257 - 57.0000000000 51.0000000000 0.8439941406 0.8408203125 0.8408967257 - -37.0000000000 11.0000000000 -1.2800292969 -1.2819824219 -1.2818210125 - -37.0000000000 11.0000000000 -1.2800292969 -1.2819824219 -1.2818210125 - -37.0000000000 11.0000000000 -1.2800292969 -1.2819824219 -1.2818210125 - -37.0000000000 11.0000000000 -1.2800292969 -1.2819824219 -1.2818210125 - -37.0000000000 11.0000000000 -1.2800292969 -1.2819824219 -1.2818210125 - -37.0000000000 11.0000000000 -1.2800292969 -1.2819824219 -1.2818210125 - 44.0000000000 31.0000000000 0.9533691406 0.9567871094 0.9570263028 - 2.0000000000 52.0000000000 0.0417480469 0.0383300781 0.0384425893 - 44.0000000000 31.0000000000 0.9533691406 0.9567871094 0.9570263028 - -6.0000000000 54.0000000000 -0.1120605469 -0.1108398438 -0.1106572226 - -6.0000000000 54.0000000000 -0.1120605469 -0.1108398438 -0.1106572226 - -49.0000000000 -20.0000000000 -1.9555664062 -1.9584960938 -1.9583201408 - -49.0000000000 -20.0000000000 -1.9555664062 -1.9584960938 -1.9583201408 - -27.0000000000 -25.0000000000 -2.3198242188 -2.3178710938 -2.3177518845 - -27.0000000000 -25.0000000000 -2.3198242188 -2.3178710938 -2.3177518845 - 28.0000000000 -6.0000000000 1.7841796875 1.7817382812 1.7818896770 - 28.0000000000 -6.0000000000 1.7841796875 1.7817382812 1.7818896770 - -32.0000000000 -74.0000000000 -2.7343750000 -2.7336425781 -2.7334437370 - -32.0000000000 -74.0000000000 -2.7343750000 -2.7336425781 -2.7334437370 - 9.0000000000 88.0000000000 0.1037597656 0.1018066406 0.1019183695 - 9.0000000000 88.0000000000 0.1037597656 0.1018066406 0.1019183695 - 41.0000000000 -15.0000000000 1.9243164062 1.9213867188 1.9215242863 - 41.0000000000 -15.0000000000 1.9243164062 1.9213867188 1.9215242863 - -71.0000000000 86.0000000000 -0.6862792969 -0.6901855469 -0.6901459098 - -71.0000000000 86.0000000000 -0.6862792969 -0.6901855469 -0.6901459098 - 67.0000000000 -63.0000000000 2.3286132812 2.3251953125 2.3254349232 - 67.0000000000 -63.0000000000 2.3286132812 2.3251953125 2.3254349232 - -84.0000000000 -40.0000000000 -2.0180664062 -2.0153808594 -2.0152156353 - 55.0000000000 -72.0000000000 2.4858398438 2.4892578125 2.4892618656 - -84.0000000000 -40.0000000000 -2.0180664062 -2.0153808594 -2.0152156353 - 53.0000000000 -36.0000000000 2.1645507812 2.1672363281 2.1674566269 - 53.0000000000 -36.0000000000 2.1645507812 2.1672363281 2.1674566269 - -74.0000000000 1.0000000000 -1.5598144531 -1.5573730469 -1.5572836399 - -74.0000000000 1.0000000000 -1.5598144531 -1.5573730469 -1.5572836399 - 32.0000000000 -52.0000000000 2.5864257812 2.5898437500 2.5899376869 - 32.0000000000 -52.0000000000 2.5864257812 2.5898437500 2.5899376869 - 59.0000000000 -82.0000000000 2.5170898438 2.5178222656 2.5178909302 - 59.0000000000 -82.0000000000 2.5170898438 2.5178222656 2.5178909302 - 16.0000000000 -67.0000000000 2.9047851562 2.9069824219 2.9071769714 - 16.0000000000 -67.0000000000 2.9047851562 2.9069824219 2.9071769714 - 17.0000000000 -67.0000000000 2.8896484375 2.8930664062 2.8931052685 - 37.0000000000 -63.0000000000 2.6098632812 2.6103515625 2.6105625629 - 37.0000000000 -63.0000000000 2.6098632812 2.6103515625 2.6105625629 - -35.0000000000 -34.0000000000 -2.3437500000 -2.3417968750 -2.3417029381 - -35.0000000000 -34.0000000000 -2.3437500000 -2.3417968750 -2.3417029381 - 10.0000000000 -38.0000000000 2.8823242188 2.8840332031 2.8842689991 - 10.0000000000 -38.0000000000 2.8823242188 2.8840332031 2.8842689991 - 47.0000000000 97.0000000000 0.4543457031 0.4511718750 0.4512001276 - 44.0000000000 96.0000000000 0.4304199219 0.4296875000 0.4297622740 - 45.0000000000 96.0000000000 0.4377441406 0.4382324219 0.4383365512 - 47.0000000000 97.0000000000 0.4543457031 0.4511718750 0.4512001276 - 11.0000000000 -22.0000000000 2.6791992188 2.6777343750 2.6779451370 - 11.0000000000 -22.0000000000 2.6791992188 2.6777343750 2.6779451370 - 29.0000000000 53.0000000000 0.5002441406 0.5004882812 0.5006677508 - 29.0000000000 53.0000000000 0.5002441406 0.5004882812 0.5006677508 - 28.0000000000 -11.0000000000 1.9467773438 1.9450683594 1.9451299906 - 28.0000000000 -11.0000000000 1.9467773438 1.9450683594 1.9451299906 - -46.0000000000 -17.0000000000 -1.9243164062 -1.9248046875 -1.9247938395 - -46.0000000000 -17.0000000000 -1.9243164062 -1.9248046875 -1.9247938395 - 33.0000000000 38.0000000000 0.7180175781 0.7150878906 0.7150917053 - 50.0000000000 4.0000000000 1.4890136719 1.4907226562 1.4909664392 - 33.0000000000 -3.0000000000 1.6596679688 1.6613769531 1.6614562273 - 33.0000000000 -3.0000000000 1.6596679688 1.6613769531 1.6614562273 - 28.0000000000 71.0000000000 0.3757324219 0.3754882812 0.3756402433 - 28.0000000000 71.0000000000 0.3757324219 0.3754882812 0.3756402433 - 41.0000000000 59.0000000000 0.6091308594 0.6071777344 0.6073052287 - 41.0000000000 59.0000000000 0.6091308594 0.6071777344 0.6073052287 - -47.0000000000 -48.0000000000 -2.3686523438 -2.3669433594 -2.3667204380 - 65.0000000000 18.0000000000 1.3024902344 1.3005371094 1.3006432056 - -47.0000000000 -48.0000000000 -2.3686523438 -2.3669433594 -2.3667204380 - -7.0000000000 54.0000000000 -0.1271972656 -0.1291503906 -0.1289107651 - -7.0000000000 54.0000000000 -0.1271972656 -0.1291503906 -0.1289107651 - -28.0000000000 -12.0000000000 -1.9780273438 -1.9758300781 -1.9756882191 - -28.0000000000 -12.0000000000 -1.9780273438 -1.9758300781 -1.9756882191 - 17.0000000000 -67.0000000000 2.8896484375 2.8930664062 2.8931052685 - 16.0000000000 -67.0000000000 2.9047851562 2.9069824219 2.9071769714 - 17.0000000000 -67.0000000000 2.8896484375 2.8930664062 2.8931052685 - 13.0000000000 -61.0000000000 2.9282226562 2.9313964844 2.9316191673 - 13.0000000000 -61.0000000000 2.9282226562 2.9313964844 2.9316191673 - 14.0000000000 -60.0000000000 2.9130859375 2.9123535156 2.9123609066 - -29.0000000000 83.0000000000 -0.3376464844 -0.3361816406 -0.3361380398 - -29.0000000000 83.0000000000 -0.3376464844 -0.3361816406 -0.3361380398 - -27.0000000000 82.0000000000 -0.3137207031 -0.3181152344 -0.3180875778 - -27.0000000000 82.0000000000 -0.3137207031 -0.3181152344 -0.3180875778 - -36.0000000000 -39.0000000000 -2.3999023438 -2.3962402344 -2.3961732388 - -36.0000000000 -39.0000000000 -2.3999023438 -2.3962402344 -2.3961732388 - 51.0000000000 -45.0000000000 2.2973632812 2.2937011719 2.2937757969 - 51.0000000000 -45.0000000000 2.2973632812 2.2937011719 2.2937757969 - 11.0000000000 82.0000000000 0.1345214844 0.1333007812 0.1333502531 - 11.0000000000 82.0000000000 0.1345214844 0.1333007812 0.1333502531 - -19.0000000000 -81.0000000000 -2.9130859375 -2.9113769531 -2.9111902714 - -19.0000000000 -81.0000000000 -2.9130859375 -2.9113769531 -2.9111902714 - 33.0000000000 38.0000000000 0.7180175781 0.7150878906 0.7150917053 - -46.0000000000 -17.0000000000 -1.9243164062 -1.9248046875 -1.9247938395 - 33.0000000000 38.0000000000 0.7180175781 0.7150878906 0.7150917053 - 50.0000000000 4.0000000000 1.4890136719 1.4907226562 1.4909664392 - -42.0000000000 9.0000000000 -1.3571777344 -1.3598632812 -1.3597030640 - -42.0000000000 9.0000000000 -1.3571777344 -1.3598632812 -1.3597030640 - -10.0000000000 31.0000000000 -0.3137207031 -0.3122558594 -0.3120421171 - -10.0000000000 31.0000000000 -0.3137207031 -0.3122558594 -0.3120421171 - 41.0000000000 70.0000000000 0.5314941406 0.5297851562 0.5298490524 - 41.0000000000 70.0000000000 0.5314941406 0.5297851562 0.5298490524 - 65.0000000000 18.0000000000 1.3024902344 1.3005371094 1.3006432056 - 64.0000000000 20.0000000000 1.2644042969 1.2678222656 1.2679114342 - 65.0000000000 18.0000000000 1.3024902344 1.3005371094 1.3006432056 - -47.0000000000 -48.0000000000 -2.3686523438 -2.3669433594 -2.3667204380 - 56.0000000000 18.0000000000 1.2565917969 1.2597656250 1.2597980499 - 56.0000000000 18.0000000000 1.2565917969 1.2597656250 1.2597980499 - 3.0000000000 -71.0000000000 3.0996093750 3.0991210938 3.0993642807 - 3.0000000000 -71.0000000000 3.0996093750 3.0991210938 3.0993642807 - 3.0000000000 -70.0000000000 3.0996093750 3.0986328125 3.0987617970 - 3.0000000000 -70.0000000000 3.0996093750 3.0986328125 3.0987617970 - 3.0000000000 -71.0000000000 3.0996093750 3.0991210938 3.0993642807 - 3.0000000000 -70.0000000000 3.0996093750 3.0986328125 3.0987617970 - 36.0000000000 -36.0000000000 2.3530273438 2.3559570312 2.3561944962 - 36.0000000000 -36.0000000000 2.3530273438 2.3559570312 2.3561944962 - 61.0000000000 -10.0000000000 1.7368164062 1.7331542969 1.7332854271 - 61.0000000000 -10.0000000000 1.7368164062 1.7331542969 1.7332854271 - 4.0000000000 54.0000000000 0.0725097656 0.0737304688 0.0739390403 - 4.0000000000 54.0000000000 0.0725097656 0.0737304688 0.0739390403 - 4.0000000000 55.0000000000 0.0725097656 0.0725097656 0.0725994557 - 4.0000000000 55.0000000000 0.0725097656 0.0725097656 0.0725994557 - 4.0000000000 54.0000000000 0.0725097656 0.0737304688 0.0739390403 - 4.0000000000 55.0000000000 0.0725097656 0.0725097656 0.0725994557 - 14.0000000000 -60.0000000000 2.9130859375 2.9123535156 2.9123609066 - 13.0000000000 -61.0000000000 2.9282226562 2.9313964844 2.9316191673 - 14.0000000000 -60.0000000000 2.9130859375 2.9123535156 2.9123609066 - 55.0000000000 4.0000000000 1.4978027344 1.4980468750 1.4981969595 - 55.0000000000 4.0000000000 1.4978027344 1.4980468750 1.4981969595 - -16.0000000000 13.0000000000 -0.8913574219 -0.8886718750 -0.8884798288 - -16.0000000000 13.0000000000 -0.8913574219 -0.8886718750 -0.8884798288 - -15.0000000000 13.0000000000 -0.8596191406 -0.8569335938 -0.8567056656 - -15.0000000000 14.0000000000 -0.8215332031 -0.8200683594 -0.8198673129 - -10.0000000000 11.0000000000 -0.7336425781 -0.7380371094 -0.7378150821 - -10.0000000000 11.0000000000 -0.7336425781 -0.7380371094 -0.7378150821 - 19.0000000000 -74.0000000000 2.8896484375 2.8901367188 2.8902649879 - 19.0000000000 -74.0000000000 2.8896484375 2.8901367188 2.8902649879 - 69.0000000000 -54.0000000000 2.2348632812 2.2346191406 2.2348425388 - 69.0000000000 -54.0000000000 2.2348632812 2.2346191406 2.2348425388 - 44.0000000000 -52.0000000000 2.4384765625 2.4392089844 2.4393358231 - 44.0000000000 -52.0000000000 2.4384765625 2.4392089844 2.4393358231 - -61.0000000000 3.0000000000 -1.5202636719 -1.5217285156 -1.5216556787 - -61.0000000000 3.0000000000 -1.5202636719 -1.5217285156 -1.5216556787 - -56.0000000000 33.0000000000 -1.0388183594 -1.0383300781 -1.0382922888 - -56.0000000000 33.0000000000 -1.0388183594 -1.0383300781 -1.0382922888 - -1.0000000000 39.0000000000 -0.0266113281 -0.0258789062 -0.0256354082 - -1.0000000000 39.0000000000 -0.0266113281 -0.0258789062 -0.0256354082 - -1.0000000000 40.0000000000 -0.0266113281 -0.0251464844 -0.0249947943 - -1.0000000000 40.0000000000 -0.0266113281 -0.0251464844 -0.0249947943 - -1.0000000000 39.0000000000 -0.0266113281 -0.0258789062 -0.0256354082 - -1.0000000000 40.0000000000 -0.0266113281 -0.0251464844 -0.0249947943 - 70.0000000000 60.0000000000 0.8596191406 0.8620605469 0.8621701002 - 70.0000000000 60.0000000000 0.8596191406 0.8620605469 0.8621701002 - 66.0000000000 52.0000000000 0.9064941406 0.9033203125 0.9034902453 - 66.0000000000 52.0000000000 0.9064941406 0.9033203125 0.9034902453 - 22.0000000000 80.0000000000 0.2678222656 0.2683105469 0.2683662176 - 63.0000000000 53.0000000000 0.8674316406 0.8713378906 0.8713924885 - -10.0000000000 31.0000000000 -0.3137207031 -0.3122558594 -0.3120421171 - -10.0000000000 31.0000000000 -0.3137207031 -0.3122558594 -0.3120421171 - 29.0000000000 12.0000000000 1.1784667969 1.1782226562 1.1784561872 - 64.0000000000 -20.0000000000 1.8769531250 1.8735351562 1.8736813068 - 64.0000000000 -20.0000000000 1.8769531250 1.8735351562 1.8736813068 - 48.0000000000 27.0000000000 1.0612792969 1.0583496094 1.0584068298 - 48.0000000000 27.0000000000 1.0612792969 1.0583496094 1.0584068298 - -73.0000000000 28.0000000000 -1.2019042969 -1.2045898438 -1.2045408487 - -73.0000000000 28.0000000000 -1.2019042969 -1.2045898438 -1.2045408487 - -15.0000000000 7.0000000000 -1.1325683594 -1.1342773438 -1.1341692209 - -15.0000000000 7.0000000000 -1.1325683594 -1.1342773438 -1.1341692209 - 52.0000000000 58.0000000000 0.7336425781 0.7307128906 0.7309067249 - 52.0000000000 58.0000000000 0.7336425781 0.7307128906 0.7309067249 - 59.0000000000 -11.0000000000 1.7524414062 1.7548828125 1.7551207542 - 59.0000000000 -11.0000000000 1.7524414062 1.7548828125 1.7551207542 - 19.0000000000 -24.0000000000 2.4702148438 2.4719238281 2.4719538689 - 19.0000000000 -24.0000000000 2.4702148438 2.4719238281 2.4719538689 - 41.0000000000 32.0000000000 0.9064941406 0.9079589844 0.9080668688 - 41.0000000000 32.0000000000 0.9064941406 0.9079589844 0.9080668688 - 56.0000000000 50.0000000000 0.8439941406 0.8417968750 0.8419416547 - 56.0000000000 50.0000000000 0.8439941406 0.8417968750 0.8419416547 - 36.0000000000 -96.0000000000 2.7807617188 2.7827148438 2.7828221321 - 36.0000000000 -96.0000000000 2.7807617188 2.7827148438 2.7828221321 - 55.0000000000 91.0000000000 0.5397949219 0.5434570312 0.5436453223 - 55.0000000000 91.0000000000 0.5397949219 0.5434570312 0.5436453223 - 56.0000000000 92.0000000000 0.5471191406 0.5466308594 0.5467888117 - -34.0000000000 53.0000000000 -0.5710449219 -0.5705566406 -0.5703833103 - -34.0000000000 53.0000000000 -0.5710449219 -0.5705566406 -0.5703833103 - 48.0000000000 50.0000000000 0.7648925781 0.7648925781 0.7649928331 - 48.0000000000 50.0000000000 0.7648925781 0.7648925781 0.7649928331 - 37.0000000000 53.0000000000 0.6091308594 0.6093750000 0.6094585657 - 37.0000000000 53.0000000000 0.6091308594 0.6093750000 0.6094585657 - 1.0000000000 67.0000000000 0.0192871094 0.0148925781 0.0149242654 - 1.0000000000 67.0000000000 0.0192871094 0.0148925781 0.0149242654 - 1.0000000000 68.0000000000 0.0104980469 0.0146484375 0.0147048226 - 1.0000000000 68.0000000000 0.0104980469 0.0146484375 0.0147048226 - 1.0000000000 67.0000000000 0.0192871094 0.0148925781 0.0149242654 - 1.0000000000 68.0000000000 0.0104980469 0.0146484375 0.0147048226 - -15.0000000000 13.0000000000 -0.8596191406 -0.8569335938 -0.8567056656 - -16.0000000000 13.0000000000 -0.8913574219 -0.8886718750 -0.8884798288 - -15.0000000000 13.0000000000 -0.8596191406 -0.8569335938 -0.8567056656 - -15.0000000000 14.0000000000 -0.8215332031 -0.8200683594 -0.8198673129 - -15.0000000000 14.0000000000 -0.8215332031 -0.8200683594 -0.8198673129 - -16.0000000000 13.0000000000 -0.8913574219 -0.8886718750 -0.8884798288 - -15.0000000000 13.0000000000 -0.8596191406 -0.8569335938 -0.8567056656 - -15.0000000000 14.0000000000 -0.8215332031 -0.8200683594 -0.8198673129 - 0.0000000000 23.0000000000 0.0000000000 0.0000000000 0.0000000000 - 0.0000000000 23.0000000000 0.0000000000 0.0000000000 0.0000000000 - 59.0000000000 -62.0000000000 2.3837890625 2.3808593750 2.3809828758 - 59.0000000000 -62.0000000000 2.3837890625 2.3808593750 2.3809828758 - 50.0000000000 4.0000000000 1.4890136719 1.4907226562 1.4909664392 - -46.0000000000 -17.0000000000 -1.9243164062 -1.9248046875 -1.9247938395 - 33.0000000000 38.0000000000 0.7180175781 0.7150878906 0.7150917053 - 50.0000000000 4.0000000000 1.4890136719 1.4907226562 1.4909664392 - -11.0000000000 -11.0000000000 -2.3530273438 -2.3562011719 -2.3561944962 - -11.0000000000 -11.0000000000 -2.3530273438 -2.3562011719 -2.3561944962 - 25.0000000000 74.0000000000 0.3298339844 0.3256835938 0.3257991076 - 25.0000000000 74.0000000000 0.3298339844 0.3256835938 0.3257991076 - 22.0000000000 80.0000000000 0.2678222656 0.2683105469 0.2683662176 - 66.0000000000 52.0000000000 0.9064941406 0.9033203125 0.9034902453 - 22.0000000000 80.0000000000 0.2678222656 0.2683105469 0.2683662176 - 63.0000000000 53.0000000000 0.8674316406 0.8713378906 0.8713924885 - 65.0000000000 -36.0000000000 2.0800781250 2.0764160156 2.0765876770 - 65.0000000000 -36.0000000000 2.0800781250 2.0764160156 2.0765876770 - 64.0000000000 -36.0000000000 2.0800781250 2.0830078125 2.0831859112 - 64.0000000000 -35.0000000000 2.0712890625 2.0710449219 2.0712370872 - 64.0000000000 -36.0000000000 2.0800781250 2.0830078125 2.0831859112 - 65.0000000000 -36.0000000000 2.0800781250 2.0764160156 2.0765876770 - 64.0000000000 -36.0000000000 2.0800781250 2.0830078125 2.0831859112 - 64.0000000000 -35.0000000000 2.0712890625 2.0710449219 2.0712370872 - 64.0000000000 -35.0000000000 2.0712890625 2.0710449219 2.0712370872 - 65.0000000000 -36.0000000000 2.0800781250 2.0764160156 2.0765876770 - 64.0000000000 -36.0000000000 2.0800781250 2.0830078125 2.0831859112 - 64.0000000000 -35.0000000000 2.0712890625 2.0710449219 2.0712370872 - 60.0000000000 -45.0000000000 2.2114257812 2.2141113281 2.2142975330 - -12.0000000000 1.0000000000 -1.4890136719 -1.4877929688 -1.4876551628 - -12.0000000000 1.0000000000 -1.4890136719 -1.4877929688 -1.4876551628 - 38.0000000000 9.0000000000 1.3337402344 1.3381347656 1.3382394314 - 38.0000000000 9.0000000000 1.3337402344 1.3381347656 1.3382394314 - 69.0000000000 56.0000000000 0.8913574219 0.8889160156 0.8890256882 - 69.0000000000 56.0000000000 0.8913574219 0.8889160156 0.8890256882 - 43.0000000000 82.0000000000 0.4851074219 0.4829101562 0.4829688668 - 43.0000000000 82.0000000000 0.4851074219 0.4829101562 0.4829688668 - 69.0000000000 68.0000000000 0.7902832031 0.7924804688 0.7926973701 - 69.0000000000 68.0000000000 0.7902832031 0.7924804688 0.7926973701 - 57.0000000000 72.0000000000 0.6711425781 0.6694335938 0.6696389318 - 57.0000000000 72.0000000000 0.6711425781 0.6694335938 0.6696389318 - 10.0000000000 -51.0000000000 2.9448242188 2.9477539062 2.9479708672 - 10.0000000000 -51.0000000000 2.9448242188 2.9477539062 2.9479708672 - -11.0000000000 36.0000000000 -0.2985839844 -0.2966308594 -0.2965458035 - -11.0000000000 36.0000000000 -0.2985839844 -0.2966308594 -0.2965458035 - 50.0000000000 -36.0000000000 2.1953125000 2.1945800781 2.1948194504 - 50.0000000000 -36.0000000000 2.1953125000 2.1945800781 2.1948194504 - -20.0000000000 2.0000000000 -1.4738769531 -1.4711914062 -1.4711277485 - -20.0000000000 2.0000000000 -1.4738769531 -1.4711914062 -1.4711277485 - 56.0000000000 92.0000000000 0.5471191406 0.5466308594 0.5467888117 - 55.0000000000 91.0000000000 0.5397949219 0.5434570312 0.5436453223 - 56.0000000000 92.0000000000 0.5471191406 0.5466308594 0.5467888117 - 15.0000000000 19.0000000000 0.6711425781 0.6682128906 0.6682894230 - 15.0000000000 19.0000000000 0.6711425781 0.6682128906 0.6682894230 - -10.0000000000 -50.0000000000 -2.9448242188 -2.9443359375 -2.9441971779 - -10.0000000000 -50.0000000000 -2.9448242188 -2.9443359375 -2.9441971779 - 74.0000000000 79.0000000000 0.7487792969 0.7526855469 0.7527300715 - 74.0000000000 79.0000000000 0.7487792969 0.7526855469 0.7527300715 - 58.0000000000 12.0000000000 1.3645019531 1.3666992188 1.3667783737 - 58.0000000000 12.0000000000 1.3645019531 1.3666992188 1.3667783737 - 37.0000000000 96.0000000000 0.3684082031 0.3676757812 0.3678716719 - 37.0000000000 96.0000000000 0.3684082031 0.3676757812 0.3678716719 - 63.0000000000 53.0000000000 0.8674316406 0.8713378906 0.8713924885 - 66.0000000000 52.0000000000 0.9064941406 0.9033203125 0.9034902453 - 22.0000000000 80.0000000000 0.2678222656 0.2683105469 0.2683662176 - 63.0000000000 53.0000000000 0.8674316406 0.8713378906 0.8713924885 - 2.0000000000 -15.0000000000 3.0068359375 3.0090332031 3.0090413094 - 2.0000000000 -15.0000000000 3.0068359375 3.0090332031 3.0090413094 - 2.0000000000 -14.0000000000 2.9980468750 2.9995117188 2.9996957779 - 2.0000000000 -14.0000000000 2.9980468750 2.9995117188 2.9996957779 - 11.0000000000 22.0000000000 0.4621582031 0.4636230469 0.4636476040 - 11.0000000000 22.0000000000 0.4621582031 0.4636230469 0.4636476040 - 55.0000000000 -90.0000000000 2.5942382812 2.5930175781 2.5930433273 - 55.0000000000 -90.0000000000 2.5942382812 2.5930175781 2.5930433273 - -92.0000000000 -4.0000000000 -1.6127929688 -1.6142578125 -1.6142473221 - -92.0000000000 -4.0000000000 -1.6127929688 -1.6142578125 -1.6142473221 - -15.0000000000 18.0000000000 -0.6955566406 -0.6948242188 -0.6947382689 - -15.0000000000 18.0000000000 -0.6955566406 -0.6948242188 -0.6947382689 - -76.0000000000 -71.0000000000 -2.3198242188 -2.3222656250 -2.3221940994 - -76.0000000000 -71.0000000000 -2.3198242188 -2.3222656250 -2.3221940994 - 48.0000000000 40.0000000000 0.8747558594 0.8759765625 0.8760581017 - 49.0000000000 41.0000000000 0.8747558594 0.8740234375 0.8740540743 - 48.0000000000 40.0000000000 0.8747558594 0.8759765625 0.8760581017 - 49.0000000000 41.0000000000 0.8747558594 0.8740234375 0.8740540743 - 24.0000000000 -7.0000000000 1.8540039062 1.8544921875 1.8545904160 - 24.0000000000 -7.0000000000 1.8540039062 1.8544921875 1.8545904160 - -19.0000000000 -25.0000000000 -2.4931640625 -2.4919433594 -2.4917223454 - -19.0000000000 -25.0000000000 -2.4931640625 -2.4919433594 -2.4917223454 - 64.0000000000 81.0000000000 0.6711425781 0.6684570312 0.6686896086 - 64.0000000000 81.0000000000 0.6711425781 0.6684570312 0.6686896086 - 64.0000000000 82.0000000000 0.6638183594 0.6625976562 0.6627295017 - 64.0000000000 82.0000000000 0.6638183594 0.6625976562 0.6627295017 - 64.0000000000 81.0000000000 0.6711425781 0.6684570312 0.6686896086 - 64.0000000000 82.0000000000 0.6638183594 0.6625976562 0.6627295017 - -27.0000000000 14.0000000000 -1.0925292969 -1.0925292969 -1.0924439430 - -27.0000000000 14.0000000000 -1.0925292969 -1.0925292969 -1.0924439430 - 62.0000000000 -19.0000000000 1.8696289062 1.8679199219 1.8681615591 - 62.0000000000 -19.0000000000 1.8696289062 1.8679199219 1.8681615591 - -55.0000000000 56.0000000000 -0.7727050781 -0.7766113281 -0.7763894200 - -55.0000000000 56.0000000000 -0.7727050781 -0.7766113281 -0.7763894200 - 50.0000000000 -11.0000000000 1.7841796875 1.7871093750 1.7873467207 - 50.0000000000 -11.0000000000 1.7841796875 1.7871093750 1.7873467207 - 59.0000000000 -14.0000000000 1.8076171875 1.8037109375 1.8037755489 - 59.0000000000 -14.0000000000 1.8076171875 1.8037109375 1.8037755489 - -9.0000000000 -29.0000000000 -2.8427734375 -2.8408203125 -2.8406724930 - -9.0000000000 -29.0000000000 -2.8427734375 -2.8408203125 -2.8406724930 - 23.0000000000 22.0000000000 0.8054199219 0.8073730469 0.8076167703 - 23.0000000000 22.0000000000 0.8054199219 0.8073730469 0.8076167703 - -46.0000000000 56.0000000000 -0.6862792969 -0.6877441406 -0.6876712441 - -46.0000000000 56.0000000000 -0.6862792969 -0.6877441406 -0.6876712441 - 26.0000000000 38.0000000000 0.6018066406 0.5998535156 0.6000502110 - 26.0000000000 38.0000000000 0.6018066406 0.5998535156 0.6000502110 - 26.0000000000 39.0000000000 0.5861816406 0.5878906250 0.5880026221 - 26.0000000000 39.0000000000 0.5861816406 0.5878906250 0.5880026221 - 26.0000000000 38.0000000000 0.6018066406 0.5998535156 0.6000502110 - 26.0000000000 39.0000000000 0.5861816406 0.5878906250 0.5880026221 - 40.0000000000 58.0000000000 0.6018066406 0.6035156250 0.6037493348 - 40.0000000000 58.0000000000 0.6018066406 0.6035156250 0.6037493348 - 40.0000000000 59.0000000000 0.5935058594 0.5957031250 0.5957845449 - 40.0000000000 59.0000000000 0.5935058594 0.5957031250 0.5957845449 - 40.0000000000 58.0000000000 0.6018066406 0.6035156250 0.6037493348 - 40.0000000000 59.0000000000 0.5935058594 0.5957031250 0.5957845449 - 29.0000000000 40.0000000000 0.6242675781 0.6271972656 0.6273081899 - 29.0000000000 40.0000000000 0.6242675781 0.6271972656 0.6273081899 - -12.0000000000 39.0000000000 -0.2985839844 -0.2985839844 -0.2984989285 - -12.0000000000 39.0000000000 -0.2985839844 -0.2985839844 -0.2984989285 - -12.0000000000 39.0000000000 -0.2985839844 -0.2985839844 -0.2984989285 - 29.0000000000 41.0000000000 0.6169433594 0.6154785156 0.6156198978 - 29.0000000000 41.0000000000 0.6169433594 0.6154785156 0.6156198978 - 18.0000000000 47.0000000000 0.3684082031 0.3657226562 0.3657473028 - 29.0000000000 12.0000000000 1.1784667969 1.1782226562 1.1784561872 - -10.0000000000 31.0000000000 -0.3137207031 -0.3122558594 -0.3120421171 - 29.0000000000 12.0000000000 1.1784667969 1.1782226562 1.1784561872 - 60.0000000000 -45.0000000000 2.2114257812 2.2141113281 2.2142975330 - 64.0000000000 -35.0000000000 2.0712890625 2.0710449219 2.0712370872 - 60.0000000000 -45.0000000000 2.2114257812 2.2141113281 2.2142975330 - 6.0000000000 -80.0000000000 3.0688476562 3.0666503906 3.0667328835 - 6.0000000000 -80.0000000000 3.0688476562 3.0666503906 3.0667328835 - 2.0000000000 -42.0000000000 3.0913085938 3.0939941406 3.0940096378 - 2.0000000000 -42.0000000000 3.0913085938 3.0939941406 3.0940096378 - 66.0000000000 5.0000000000 1.4978027344 1.4951171875 1.4951832294 - 66.0000000000 5.0000000000 1.4978027344 1.4951171875 1.4951832294 - 60.0000000000 9.0000000000 1.4196777344 1.4218750000 1.4219064713 - 60.0000000000 9.0000000000 1.4196777344 1.4218750000 1.4219064713 - 71.0000000000 96.0000000000 0.6403808594 0.6367187500 0.6368010640 - 71.0000000000 96.0000000000 0.6403808594 0.6367187500 0.6368010640 - -97.0000000000 -44.0000000000 -1.9936523438 -1.9968261719 -1.9966468811 - -97.0000000000 -44.0000000000 -1.9936523438 -1.9968261719 -1.9966468811 - -9.0000000000 -13.0000000000 -2.5322265625 -2.5361328125 -2.5360479355 - -9.0000000000 -13.0000000000 -2.5322265625 -2.5361328125 -2.5360479355 - 49.0000000000 41.0000000000 0.8747558594 0.8740234375 0.8740540743 - 49.0000000000 41.0000000000 0.8747558594 0.8740234375 0.8740540743 - 48.0000000000 40.0000000000 0.8747558594 0.8759765625 0.8760581017 - 50.0000000000 42.0000000000 0.8747558594 0.8720703125 0.8721365333 - 49.0000000000 41.0000000000 0.8747558594 0.8740234375 0.8740540743 - 50.0000000000 42.0000000000 0.8747558594 0.8720703125 0.8721365333 - 1.0000000000 -14.0000000000 3.0688476562 3.0700683594 3.0702853203 - 1.0000000000 -14.0000000000 3.0688476562 3.0700683594 3.0702853203 - 14.0000000000 -10.0000000000 2.1879882812 2.1909179688 2.1910457611 - 14.0000000000 -10.0000000000 2.1879882812 2.1909179688 2.1910457611 - 67.0000000000 -97.0000000000 2.5395507812 2.5371093750 2.5371210575 - 67.0000000000 -97.0000000000 2.5395507812 2.5371093750 2.5371210575 - -8.0000000000 -98.0000000000 -3.0600585938 -3.0603027344 -3.0601406097 - -8.0000000000 -98.0000000000 -3.0600585938 -3.0603027344 -3.0601406097 - -52.0000000000 -77.0000000000 -2.5478515625 -2.5478515625 -2.5476200581 - 29.0000000000 -89.0000000000 2.8276367188 2.8264160156 2.8265988827 - -52.0000000000 -77.0000000000 -2.5478515625 -2.5478515625 -2.5476200581 - -51.0000000000 -77.0000000000 -2.5551757812 -2.5566406250 -2.5565931797 - 76.0000000000 93.0000000000 0.6862792969 0.6850585938 0.6851437092 - 76.0000000000 93.0000000000 0.6862792969 0.6850585938 0.6851437092 - -31.0000000000 -77.0000000000 -2.7568359375 -2.7590332031 -2.7588491440 - -31.0000000000 -77.0000000000 -2.7568359375 -2.7590332031 -2.7588491440 - 16.0000000000 9.0000000000 1.0612792969 1.0583496094 1.0584068298 - 16.0000000000 9.0000000000 1.0612792969 1.0583496094 1.0584068298 - 72.0000000000 16.0000000000 1.3493652344 1.3520507812 1.3521274328 - 72.0000000000 16.0000000000 1.3493652344 1.3520507812 1.3521274328 - 45.0000000000 10.0000000000 1.3493652344 1.3520507812 1.3521274328 - 45.0000000000 10.0000000000 1.3493652344 1.3520507812 1.3521274328 - -35.0000000000 -28.0000000000 -2.2421875000 -2.2456054688 -2.2455372810 - -27.0000000000 -2.0000000000 -1.6435546875 -1.6447753906 -1.6447354555 - -27.0000000000 -2.0000000000 -1.6435546875 -1.6447753906 -1.6447354555 - -27.0000000000 -1.0000000000 -1.6054687500 -1.6079101562 -1.6078164577 - -27.0000000000 -1.0000000000 -1.6054687500 -1.6079101562 -1.6078164577 - -27.0000000000 -2.0000000000 -1.6435546875 -1.6447753906 -1.6447354555 - -27.0000000000 -1.0000000000 -1.6054687500 -1.6079101562 -1.6078164577 - 55.0000000000 73.0000000000 0.6481933594 0.6455078125 0.6456893086 - 55.0000000000 73.0000000000 0.6481933594 0.6455078125 0.6456893086 - 56.0000000000 73.0000000000 0.6555175781 0.6542968750 0.6543702483 - 26.0000000000 62.0000000000 0.3996582031 0.3969726562 0.3970794380 - 26.0000000000 62.0000000000 0.3996582031 0.3969726562 0.3970794380 - 14.0000000000 60.0000000000 0.2282714844 0.2290039062 0.2292319387 - 14.0000000000 60.0000000000 0.2282714844 0.2290039062 0.2292319387 - 18.0000000000 47.0000000000 0.3684082031 0.3657226562 0.3657473028 - 29.0000000000 41.0000000000 0.6169433594 0.6154785156 0.6156198978 - 18.0000000000 47.0000000000 0.3684082031 0.3657226562 0.3657473028 - -1.0000000000 16.0000000000 -0.0651855469 -0.0625000000 -0.0624188110 - -1.0000000000 16.0000000000 -0.0651855469 -0.0625000000 -0.0624188110 - 8.0000000000 40.0000000000 0.1965332031 0.1972656250 0.1973955631 - 8.0000000000 40.0000000000 0.1965332031 0.1972656250 0.1973955631 - -9.0000000000 14.0000000000 -0.5710449219 -0.5715332031 -0.5713374615 - -9.0000000000 14.0000000000 -0.5710449219 -0.5715332031 -0.5713374615 - 6.0000000000 56.0000000000 0.1037597656 0.1066894531 0.1067356691 - 8.0000000000 54.0000000000 0.1506347656 0.1469726562 0.1470783502 - 6.0000000000 56.0000000000 0.1037597656 0.1066894531 0.1067356691 - 6.0000000000 57.0000000000 0.1037597656 0.1047363281 0.1048769355 - 6.0000000000 57.0000000000 0.1037597656 0.1047363281 0.1048769355 - 6.0000000000 56.0000000000 0.1037597656 0.1066894531 0.1067356691 - 6.0000000000 57.0000000000 0.1037597656 0.1047363281 0.1048769355 - 45.0000000000 37.0000000000 0.8840332031 0.8825683594 0.8826513886 - 45.0000000000 37.0000000000 0.8840332031 0.8825683594 0.8826513886 - 50.0000000000 42.0000000000 0.8747558594 0.8720703125 0.8721365333 - 49.0000000000 41.0000000000 0.8747558594 0.8740234375 0.8740540743 - 50.0000000000 42.0000000000 0.8747558594 0.8720703125 0.8721365333 - 49.0000000000 41.0000000000 0.8747558594 0.8740234375 0.8740540743 - 50.0000000000 42.0000000000 0.8747558594 0.8720703125 0.8721365333 - -21.0000000000 -92.0000000000 -2.9204101562 -2.9172363281 -2.9171767235 - -21.0000000000 -92.0000000000 -2.9204101562 -2.9172363281 -2.9171767235 - 0.0000000000 97.0000000000 0.0000000000 0.0000000000 0.0000000000 - 0.0000000000 97.0000000000 0.0000000000 0.0000000000 0.0000000000 - 32.0000000000 -23.0000000000 2.1953125000 2.1938476562 2.1939957142 - 32.0000000000 -23.0000000000 2.1953125000 2.1938476562 2.1939957142 - -76.0000000000 77.0000000000 -0.7800292969 -0.7790527344 -0.7788622975 - -76.0000000000 77.0000000000 -0.7800292969 -0.7790527344 -0.7788622975 - -51.0000000000 -77.0000000000 -2.5551757812 -2.5566406250 -2.5565931797 - 29.0000000000 -89.0000000000 2.8276367188 2.8264160156 2.8265988827 - -52.0000000000 -77.0000000000 -2.5478515625 -2.5478515625 -2.5476200581 - -51.0000000000 -77.0000000000 -2.5551757812 -2.5566406250 -2.5565931797 - 48.0000000000 71.0000000000 0.5935058594 0.5942382812 0.5944750309 - 48.0000000000 71.0000000000 0.5935058594 0.5942382812 0.5944750309 - 30.0000000000 1.0000000000 1.5358886719 1.5373535156 1.5374753475 - 30.0000000000 1.0000000000 1.5358886719 1.5373535156 1.5374753475 - 42.0000000000 -87.0000000000 2.6943359375 2.6916503906 2.6918330193 - 42.0000000000 -87.0000000000 2.6943359375 2.6916503906 2.6918330193 - 42.0000000000 -86.0000000000 2.6870117188 2.6872558594 2.6872906685 - 42.0000000000 -86.0000000000 2.6870117188 2.6872558594 2.6872906685 - 42.0000000000 -87.0000000000 2.6943359375 2.6916503906 2.6918330193 - 42.0000000000 -86.0000000000 2.6870117188 2.6872558594 2.6872906685 - 6.0000000000 -54.0000000000 3.0292968750 3.0307617188 3.0309355259 - 6.0000000000 -54.0000000000 3.0292968750 3.0307617188 3.0309355259 - 61.0000000000 -8.0000000000 1.6982421875 1.7011718750 1.7011996508 - 61.0000000000 -8.0000000000 1.6982421875 1.7011718750 1.7011996508 - 61.0000000000 16.0000000000 1.3112792969 1.3142089844 1.3142797947 - 61.0000000000 16.0000000000 1.3112792969 1.3142089844 1.3142797947 - 8.0000000000 61.0000000000 0.1271972656 0.1303710938 0.1304033101 - 9.0000000000 61.0000000000 0.1433105469 0.1462402344 0.1464841813 - 71.0000000000 41.0000000000 1.0461425781 1.0468750000 1.0471117496 - 71.0000000000 41.0000000000 1.0461425781 1.0468750000 1.0471117496 - 66.0000000000 45.0000000000 0.9685058594 0.9721679688 0.9723774791 - 66.0000000000 45.0000000000 0.9685058594 0.9721679688 0.9723774791 - 71.0000000000 41.0000000000 1.0461425781 1.0468750000 1.0471117496 - 66.0000000000 45.0000000000 0.9685058594 0.9721679688 0.9723774791 - 56.0000000000 73.0000000000 0.6555175781 0.6542968750 0.6543702483 - 55.0000000000 73.0000000000 0.6481933594 0.6455078125 0.6456893086 - 56.0000000000 73.0000000000 0.6555175781 0.6542968750 0.6543702483 - 55.0000000000 66.0000000000 0.6955566406 0.6945800781 0.6947382689 - 55.0000000000 66.0000000000 0.6955566406 0.6945800781 0.6947382689 - 56.0000000000 66.0000000000 0.7028808594 0.7036132812 0.7036137581 - 0.0000000000 79.0000000000 0.0000000000 0.0000000000 0.0000000000 - 0.0000000000 79.0000000000 0.0000000000 0.0000000000 0.0000000000 - -43.0000000000 -87.0000000000 -2.6791992188 -2.6826171875 -2.6825532913 - -43.0000000000 -87.0000000000 -2.6791992188 -2.6826171875 -2.6825532913 - 76.0000000000 -47.0000000000 2.1259765625 2.1245117188 2.1246507168 - 76.0000000000 -47.0000000000 2.1259765625 2.1245117188 2.1246507168 - 34.0000000000 -86.0000000000 2.7656250000 2.7648925781 2.7651023865 - 34.0000000000 -86.0000000000 2.7656250000 2.7648925781 2.7651023865 - -56.0000000000 70.0000000000 -0.6711425781 -0.6748046875 -0.6747409701 - -56.0000000000 70.0000000000 -0.6711425781 -0.6748046875 -0.6747409701 - 34.0000000000 -86.0000000000 2.7656250000 2.7648925781 2.7651023865 - -56.0000000000 70.0000000000 -0.6711425781 -0.6748046875 -0.6747409701 - 67.0000000000 -21.0000000000 1.8769531250 1.8745117188 1.8745307922 - 67.0000000000 -21.0000000000 1.8769531250 1.8745117188 1.8745307922 - 60.0000000000 -34.0000000000 2.0874023438 2.0861816406 2.0863454342 - 60.0000000000 -34.0000000000 2.0874023438 2.0861816406 2.0863454342 - 67.0000000000 -21.0000000000 1.8769531250 1.8745117188 1.8745307922 - 60.0000000000 -34.0000000000 2.0874023438 2.0861816406 2.0863454342 - 59.0000000000 37.0000000000 1.0080566406 1.0104980469 1.0106749535 - 59.0000000000 37.0000000000 1.0080566406 1.0104980469 1.0106749535 - 7.0000000000 55.0000000000 0.1271972656 0.1264648438 0.1265921295 - 7.0000000000 55.0000000000 0.1271972656 0.1264648438 0.1265921295 - 8.0000000000 53.0000000000 0.1506347656 0.1496582031 0.1498124599 - 8.0000000000 54.0000000000 0.1506347656 0.1469726562 0.1470783502 - 67.0000000000 83.0000000000 0.6789550781 0.6789550781 0.6791332960 - 67.0000000000 83.0000000000 0.6789550781 0.6789550781 0.6791332960 - -27.0000000000 -11.0000000000 -1.9555664062 -1.9577636719 -1.9576721191 - -27.0000000000 -11.0000000000 -1.9555664062 -1.9577636719 -1.9576721191 - 49.0000000000 41.0000000000 0.8747558594 0.8740234375 0.8740540743 - 49.0000000000 41.0000000000 0.8747558594 0.8740234375 0.8740540743 - 48.0000000000 40.0000000000 0.8747558594 0.8759765625 0.8760581017 - 50.0000000000 42.0000000000 0.8747558594 0.8720703125 0.8721365333 - 49.0000000000 41.0000000000 0.8747558594 0.8740234375 0.8740540743 - 50.0000000000 42.0000000000 0.8747558594 0.8720703125 0.8721365333 - -15.0000000000 69.0000000000 -0.2131347656 -0.2141113281 -0.2140606791 - -15.0000000000 69.0000000000 -0.2131347656 -0.2141113281 -0.2140606791 - 29.0000000000 -13.0000000000 1.9936523438 1.9921875000 1.9922156334 - 29.0000000000 -13.0000000000 1.9936523438 1.9921875000 1.9922156334 - 76.0000000000 -73.0000000000 2.3359375000 2.3359375000 2.3360629082 - 77.0000000000 -74.0000000000 2.3359375000 2.3361816406 2.3363294601 - 76.0000000000 -73.0000000000 2.3359375000 2.3359375000 2.3360629082 - 62.0000000000 -26.0000000000 1.9707031250 1.9677734375 1.9678758383 - 62.0000000000 -26.0000000000 1.9707031250 1.9677734375 1.9678758383 - 28.0000000000 49.0000000000 0.5163574219 0.5190429688 0.5191460848 - -37.0000000000 -44.0000000000 -2.4384765625 -2.4426269531 -2.4424002171 - 28.0000000000 49.0000000000 0.5163574219 0.5190429688 0.5191460848 - 29.0000000000 49.0000000000 0.5314941406 0.5341796875 0.5343954563 - -53.0000000000 27.0000000000 -1.1008300781 -1.0998535156 -1.0996301174 - -53.0000000000 27.0000000000 -1.1008300781 -1.0998535156 -1.0996301174 - 61.0000000000 84.0000000000 0.6242675781 0.6279296875 0.6280880570 - 61.0000000000 84.0000000000 0.6242675781 0.6279296875 0.6280880570 - 8.0000000000 60.0000000000 0.1345214844 0.1323242188 0.1325515360 - 8.0000000000 60.0000000000 0.1345214844 0.1323242188 0.1325515360 - 8.0000000000 61.0000000000 0.1271972656 0.1303710938 0.1304033101 - 9.0000000000 61.0000000000 0.1433105469 0.1462402344 0.1464841813 - 8.0000000000 61.0000000000 0.1271972656 0.1303710938 0.1304033101 - 61.0000000000 16.0000000000 1.3112792969 1.3142089844 1.3142797947 - 8.0000000000 60.0000000000 0.1345214844 0.1323242188 0.1325515360 - 8.0000000000 61.0000000000 0.1271972656 0.1303710938 0.1304033101 - 9.0000000000 61.0000000000 0.1433105469 0.1462402344 0.1464841813 - -25.0000000000 -4.0000000000 -1.7294921875 -1.7294921875 -1.7294516563 - -25.0000000000 -4.0000000000 -1.7294921875 -1.7294921875 -1.7294516563 - -35.0000000000 -28.0000000000 -2.2421875000 -2.2456054688 -2.2455372810 - 45.0000000000 10.0000000000 1.3493652344 1.3520507812 1.3521274328 - -35.0000000000 -28.0000000000 -2.2421875000 -2.2456054688 -2.2455372810 - 30.0000000000 53.0000000000 0.5163574219 0.5148925781 0.5150728226 - -35.0000000000 -48.0000000000 -2.5083007812 -2.5117187500 -2.5115587711 diff --git a/Developer_Contributed/03-HLS_Code_Optimization/files/examples/8_vect_add/Makefile b/Developer_Contributed/03-HLS_Code_Optimization/files/examples/8_vect_add/Makefile deleted file mode 100644 index 504229c30b..0000000000 --- a/Developer_Contributed/03-HLS_Code_Optimization/files/examples/8_vect_add/Makefile +++ /dev/null @@ -1,24 +0,0 @@ -# Copyright © 2023 Advanced Micro Devices, Inc. All rights reserved. -# SPDX-License-Identifier: MIT - - -.PHONY: help hls_kernels hls_clean zcu102_all zcu102_clean all clean - -hls_clean: - rm -rf *_prj *.log *~ ./logs - -hls_kernels: - vitis-run --mode hls --tcl ./run_vect_add_script.tcl - -zcu102_all: - $(MAKE) -C ./make-flow all - -zcu102_clean: - $(MAKE) -C ./make-flow clean -# mkdir -p ./make-flow/zcu102_vadd/src -# mkdir -p ./make-flow/zcu102_vadd_kernels/src -# mkdir -p ./make-flow/zcu102_vadd_system_hw_link/src - -kernels: hls_kernels -all: zcu102_all hls_kernels -clean: hls_clean zcu102_clean diff --git a/Developer_Contributed/03-HLS_Code_Optimization/files/examples/8_vect_add/make-flow/Makefile b/Developer_Contributed/03-HLS_Code_Optimization/files/examples/8_vect_add/make-flow/Makefile deleted file mode 100644 index 7104e00f5c..0000000000 --- a/Developer_Contributed/03-HLS_Code_Optimization/files/examples/8_vect_add/make-flow/Makefile +++ /dev/null @@ -1,38 +0,0 @@ -# Copyright © 2023 Advanced Micro Devices, Inc. All rights reserved. -# SPDX-License-Identifier: MIT - -.PHONY: help all clean zcu102_vadd_clean zcu102_vadd_build zcu102_vadd_prepare - -all: zcu102_vadd_prepare zcu102_vadd_build -clean: zcu102_vadd_clean - - -zcu102_vadd_clean: - $(MAKE) -C ./zcu102_vadd/Hardware clean - $(MAKE) -C ./zcu102_vadd_kernels/Hardware clean - $(MAKE) -C ./zcu102_vadd_system_hw_link/Hardware clean - $(MAKE) -C ./zcu102_vadd_system/Hardware clean - rm -rf ./zcu102_vadd/src - rm -rf ./zcu102_vadd_kernels/src - rm -rf ./zcu102_vadd_system/src - rm -f ./zcu102_vadd_system/Hardware/*.log - rm -f ./zcu102_vadd_system/Hardware/binary* - rm -f ./zcu102_vadd_system/Hardware/*~ - rm -rf ./zcu102_vadd_system/Hardware/.ipcache - rm -rf ./zcu102_vadd_system_hw_link/Hardware/.ipcache/ - rm -rf ./zcu102_vadd_system_hw_link/src - -zcu102_vadd_build: - $(MAKE) -C ./zcu102_vadd/Hardware all - $(MAKE) -C ./zcu102_vadd_kernels/Hardware all - $(MAKE) -C ./zcu102_vadd_system_hw_link/Hardware all - $(MAKE) -C ./zcu102_vadd_system/Hardware all - -zcu102_vadd_prepare: - mkdir -p $(realpath ./zcu102_vadd)/src - mkdir -p $(realpath ./zcu102_vadd_kernels)/src - cp -f $(realpath ../src/host)/* $(realpath ./zcu102_vadd)/src/ - cp -f $(realpath ../src/hls)/vadd_include.h $(realpath ./zcu102_vadd)/src/ - cp -f $(realpath ../src/hls)/hls_krnl* $(realpath ./zcu102_vadd_kernels)/src/ - cp -f $(realpath ../src/hls)/*.h $(realpath ./zcu102_vadd_kernels)/src/ -# mkdir -p $(realpath ./zcu102_vadd_system_hw_link)/src diff --git a/Developer_Contributed/03-HLS_Code_Optimization/files/examples/8_vect_add/make-flow/zcu102_vadd/Hardware/makefile b/Developer_Contributed/03-HLS_Code_Optimization/files/examples/8_vect_add/make-flow/zcu102_vadd/Hardware/makefile deleted file mode 100644 index 193201cf0b..0000000000 --- a/Developer_Contributed/03-HLS_Code_Optimization/files/examples/8_vect_add/make-flow/zcu102_vadd/Hardware/makefile +++ /dev/null @@ -1,62 +0,0 @@ -# Copyright © 2023 Advanced Micro Devices, Inc. All rights reserved. -# SPDX-License-Identifier: MIT - -# compiler tools -#XILINX_VITIS ?= /media/danieleb/DATA/2022.2/tools/Xilinx/Vitis/2022.2 - -# compiler tools -HOST_CXX ?= $(XILINX_VITIS)/gnu/aarch64/lin/aarch64-linux/bin/aarch64-linux-gnu-g++ -RM = rm -f -RMDIR = rm -rf - - -#VITIS_PLATFORM = xilinx_zcu102_base_202220_1 -#VITIS_PLATFORM_DIR = $(XILINX_VITIS)/base_platforms/xilinx_zcu102_base_202220_1 -#VITIS_PLATFORM_PATH = $(XILINX_VITIS)/base_platforms/xilinx_zcu102_base_202220_1/xilinx_zcu102_base_202220_1.xpfm - -# host compiler global settings -CXXFLAGS += -std=c++17 -DVITIS_PLATFORM=$(ZYNQMP_VITIS_PLATFORM) -D__USE_XOPEN2K8 -I$(XILINX_HLS)/include/ -I$(COMMON_IMAGE_ZYNQMP)/sysroots/cortexa72-cortexa53-amd-linux/usr/include/xrt/ -O2 -g -Wall -c -fmessage-length=0 --sysroot=$(COMMON_IMAGE_ZYNQMP)/sysroots/cortexa72-cortexa53-amd-linux - -LDFLAGS += -lxilinxopencl -lxrt_core -lxrt_coreutil -lpthread -lrt -ldl -lcrypt -lstdc++ -L$(COMMON_IMAGE_ZYNQMP)/sysroots/cortexa72-cortexa53-amd-linux/usr/lib/ --sysroot=$(COMMON_IMAGE_ZYNQMP)/sysroots/cortexa72-cortexa53-amd-linux - -# -# host files -# - -HOST_OBJECTS += src/cl_host_vadd.o -HOST_OBJECTS += src/xrt_host_vadd.o - -HOST_EXE = zcu102_vadd - -BUILD_SUBDIRS += src/ - -# -# primary build targets -# - -.PHONY: all clean -all: $(HOST_EXE) - -clean: - $(RM) -rf $(HOST_EXE) $(HOST_OBJECTS) ./src *~ - -.PHONY: incremental -incremental: all - - -nothing: - -# -# host rules -# - -src/cl_host_vadd.o: ../src/cl_host_vadd.cpp ../src/cl_vadd.h - -@mkdir -p $(@D) - $(HOST_CXX) $(CXXFLAGS) -o "$@" "$<" - -src/xrt_host_vadd.o: ../src/xrt_host_vadd.cpp ../src/vadd_include.h - -@mkdir -p $(@D) - $(HOST_CXX) $(CXXFLAGS) -o "$@" "$<" - -$(HOST_EXE): $(HOST_OBJECTS) - $(HOST_CXX) -o "$@" $(+) $(LDFLAGS) diff --git a/Developer_Contributed/03-HLS_Code_Optimization/files/examples/8_vect_add/make-flow/zcu102_vadd_kernels/Hardware/krnl_vadd-compile.cfg b/Developer_Contributed/03-HLS_Code_Optimization/files/examples/8_vect_add/make-flow/zcu102_vadd_kernels/Hardware/krnl_vadd-compile.cfg deleted file mode 100644 index b6e63634f3..0000000000 --- a/Developer_Contributed/03-HLS_Code_Optimization/files/examples/8_vect_add/make-flow/zcu102_vadd_kernels/Hardware/krnl_vadd-compile.cfg +++ /dev/null @@ -1,13 +0,0 @@ -# Copyright © 2023 Advanced Micro Devices, Inc. All rights reserved. -# SPDX-License-Identifier: MIT - -#platform=/media/danieleb/DATA/2022.2/tools/Xilinx/Vitis/2022.2/base_platforms/xilinx_zcu102_base_202220_1/xilinx_zcu102_base_202220_1.xpfm -save-temps=1 -kernel=krnl_vadd -messageDb=build/krnl_vadd.mdb -temp_dir=build -report_dir=build/reports -log_dir=build/logs - -[advanced] -misc=solution_name=krnl_vadd diff --git a/Developer_Contributed/03-HLS_Code_Optimization/files/examples/8_vect_add/make-flow/zcu102_vadd_kernels/Hardware/makefile b/Developer_Contributed/03-HLS_Code_Optimization/files/examples/8_vect_add/make-flow/zcu102_vadd_kernels/Hardware/makefile deleted file mode 100644 index 46e4aed8e5..0000000000 --- a/Developer_Contributed/03-HLS_Code_Optimization/files/examples/8_vect_add/make-flow/zcu102_vadd_kernels/Hardware/makefile +++ /dev/null @@ -1,58 +0,0 @@ -# Copyright © 2023 Advanced Micro Devices, Inc. All rights reserved. -# SPDX-License-Identifier: MIT - - -# compiler tools -#XILINX_VITIS ?= /media/danieleb/DATA/2022.2/tools/Xilinx/Vitis/2022.2 -#XILINX_VIVADO ?= /media/danieleb/DATA/2022.2/tools/Xilinx/Vivado/2022.2 -#XILINX_HLS ?= $(XILINX_VITIS)/Vivado_HLS - -VPP ?= ${XILINX_VITIS}/bin/v++ -RM = rm -f -RMDIR = rm -rf - -#VITIS_PLATFORM = xilinx_zcu102_base_202220_1 -#VITIS_PLATFORM_DIR = $(XILINX_VITIS)/base_platforms/xilinx_zcu102_base_202220_1 -#VITIS_PLATFORM_PATH = $(XILINX_VITIS)/base_platforms/xilinx_zcu102_base_202220_1/xilinx_zcu102_base_202220_1.xpfm - -TARGET = hw -VPP_OPTS = --target $(TARGET) - -# -# Hw kernel files -# - - -BUILD_SUBDIRS += build -HW_KERNEL_OBJS += build/krnl_vadd.xo -SRC_KERNEL_OBJS += build/krnl_vadd.xo - -ALL_MESSAGE_FILES = $(subst .xo,.o,.mdb,$(SRC_KERNEL_OBJS)) - -# -# primary build targets -# - -.PHONY: all clean -all: $(HW_KERNEL_OBJS) - - -clean: - -$(RM) $(SRC_KERNEL_OBJS) $(ALL_MESSAGE_FILES) *.log *~ - -$(RMDIR) $(BUILD_SUBDIRS) - -$(RMDIR) .Xil - -.PHONY: incremental -incremental: all - - -nothing: - -# -# Hw Kernels compile; -# - -build/krnl_vadd.xo: ../src/hls_krnl_vadd.cpp ../src/vadd_include.h krnl_vadd-compile.cfg - -@mkdir -p $(@D) - -@$(RM) $@ - $(VPP) $(VPP_OPTS) --compile -I"$( binary_container_1.xclbin.sh - $(VPP_LINKER) $(VPP_OPTS) --link --config binary_container_1-link.cfg --platform $(VITIS_PLATFORM_XPFM) -o"$@" $(BINARY_CONTAINER_1_OBJS) diff --git a/Developer_Contributed/03-HLS_Code_Optimization/files/examples/8_vect_add/make-flow/zcu102_vadd_system_hw_link/Hardware/xcd.log b/Developer_Contributed/03-HLS_Code_Optimization/files/examples/8_vect_add/make-flow/zcu102_vadd_system_hw_link/Hardware/xcd.log deleted file mode 100644 index 5149388f6b..0000000000 --- a/Developer_Contributed/03-HLS_Code_Optimization/files/examples/8_vect_add/make-flow/zcu102_vadd_system_hw_link/Hardware/xcd.log +++ /dev/null @@ -1,142 +0,0 @@ -Mon Feb 27 17:21:03 2023: Running xcd server. This server was built by gradle. -Mon Feb 27 17:21:03 2023: Server was asked to start on port: '46051' -Mon Feb 27 17:21:03 2023: Server is using token UUID: '62d52ddd-c9e6-4551-bb24-8b7cf2d190fa' -Mon Feb 27 17:21:03 2023: SESSION_MGR: creating session with session uuid: '6d04a3e9-ade5-4ab9-8d63-1f78fcd2ec76' and name 'default' -Mon Feb 27 17:21:03 2023: Attempting to start server on port '46051' -Mon Feb 27 17:21:03 2023: XCD main fifo: created main fifo '/tmp/xcdmain62d52ddd-c9e6-4551-bb24-8b7cf2d190fa', fd read = 13 -Mon Feb 27 17:21:03 2023: Running Dispatch Server -Mon Feb 27 17:21:03 2023: Version 2.2.0 -Mon Feb 27 17:21:12 2023: Dispatch Server: Accepted socket connection from client -Mon Feb 27 17:21:12 2023: Starting Socket connection -Mon Feb 27 17:21:12 2023: EXCHANGE_TOKEN received, server token: 62d52ddd-c9e6-4551-bb24-8b7cf2d190fa, passed token: 62d52ddd-c9e6-4551-bb24-8b7cf2d190fa -Mon Feb 27 17:21:12 2023: DISPATCH_HANDLER: Adding handler from function makeHandler in library libxv_system_diagram -Mon Feb 27 17:21:12 2023: SESSION_MGR: creating session with session uuid: 'e942b2dc-14c8-49e2-9af4-da8fea1046af' and name 'link' -Mon Feb 27 17:21:12 2023: KERNEL_SVC: creating session with uuid: 'e942b2dc-14c8-49e2-9af4-da8fea1046af' and name 'link' -Mon Feb 27 17:21:12 2023: GUIDANCE_SMGR: creating guidance session with uuid: 'e942b2dc-14c8-49e2-9af4-da8fea1046af' and name 'link' -Mon Feb 27 17:21:12 2023: SYSTEM_DIAGRAM: creating session with uuid: 'e942b2dc-14c8-49e2-9af4-da8fea1046af' and name 'link' -Mon Feb 27 17:21:14 2023: SESSION_MGR: closing session for UUID 'e942b2dc-14c8-49e2-9af4-da8fea1046af' with name 'link' -Mon Feb 27 17:21:14 2023: KERNEL_SVC: closing session for UUID 'e942b2dc-14c8-49e2-9af4-da8fea1046af' with name 'link' -Mon Feb 27 17:21:14 2023: GUIDANCE_SMGR: closing session for UUID 'e942b2dc-14c8-49e2-9af4-da8fea1046af' with name 'link' -Mon Feb 27 17:21:14 2023: SYSTEM_DIAGRAM: closing session for UUID 'e942b2dc-14c8-49e2-9af4-da8fea1046af' with name 'link' -Mon Feb 27 17:21:14 2023: STOP_SERVER received, server token: 62d52ddd-c9e6-4551-bb24-8b7cf2d190fa, passed token: 62d52ddd-c9e6-4551-bb24-8b7cf2d190fa -Mon Feb 27 17:21:14 2023: Socket received request to stop server. -Mon Feb 27 17:21:14 2023: Dispatch Server: do_await_stop -Mon Feb 27 17:21:14 2023: Dispatch Server: stopping mainFifo_ -Mon Feb 27 17:21:14 2023: XCD main fifo: Stopping -Mon Feb 27 17:21:14 2023: XCD main fifo: do_read error code: Operation canceled -Mon Feb 27 17:21:14 2023: XCD main fifo: bytes_transferred: 0 -Mon Feb 27 17:21:14 2023: SERVER: destructor for server bound to port 46051 -Mon Feb 27 17:21:14 2023: XCD main fifo: Good unlink of /tmp/xcdmain62d52ddd-c9e6-4551-bb24-8b7cf2d190fa -Mon Feb 27 17:21:14 2023: Server exiting with status 0. -Mon Feb 27 17:21:14 2023: Closing log file. -Tue Feb 28 08:01:37 2023: Running xcd server. This server was built by gradle. -Tue Feb 28 08:01:37 2023: Server was asked to start on port: '33495' -Tue Feb 28 08:01:37 2023: Server is using token UUID: '1b050bdd-f25c-4df6-a877-ab207de686ac' -Tue Feb 28 08:01:37 2023: SESSION_MGR: creating session with session uuid: '6d04a3e9-ade5-4ab9-8d63-1f78fcd2ec76' and name 'default' -Tue Feb 28 08:01:37 2023: Attempting to start server on port '33495' -Tue Feb 28 08:01:37 2023: XCD main fifo: created main fifo '/tmp/xcdmain1b050bdd-f25c-4df6-a877-ab207de686ac', fd read = 13 -Tue Feb 28 08:01:37 2023: Running Dispatch Server -Tue Feb 28 08:01:37 2023: Version 2.2.0 -Tue Feb 28 08:01:46 2023: Dispatch Server: Accepted socket connection from client -Tue Feb 28 08:01:46 2023: Starting Socket connection -Tue Feb 28 08:01:46 2023: EXCHANGE_TOKEN received, server token: 1b050bdd-f25c-4df6-a877-ab207de686ac, passed token: 1b050bdd-f25c-4df6-a877-ab207de686ac -Tue Feb 28 08:01:46 2023: DISPATCH_HANDLER: Adding handler from function makeHandler in library libxv_system_diagram -Tue Feb 28 08:01:46 2023: SESSION_MGR: creating session with session uuid: 'cf872759-c5bc-422b-85bd-9732ad3ba1ff' and name 'link' -Tue Feb 28 08:01:46 2023: KERNEL_SVC: creating session with uuid: 'cf872759-c5bc-422b-85bd-9732ad3ba1ff' and name 'link' -Tue Feb 28 08:01:46 2023: GUIDANCE_SMGR: creating guidance session with uuid: 'cf872759-c5bc-422b-85bd-9732ad3ba1ff' and name 'link' -Tue Feb 28 08:01:46 2023: SYSTEM_DIAGRAM: creating session with uuid: 'cf872759-c5bc-422b-85bd-9732ad3ba1ff' and name 'link' -Tue Feb 28 08:02:26 2023: Dispatch Server: Accepted socket connection from client -Tue Feb 28 08:02:26 2023: Starting Socket connection -Tue Feb 28 08:03:07 2023: Dispatch Server: Accepted socket connection from client -Tue Feb 28 08:03:07 2023: Starting Socket connection -Tue Feb 28 08:21:00 2023: Running xcd server. This server was built by gradle. -Tue Feb 28 08:21:00 2023: Server was asked to start on port: '37571' -Tue Feb 28 08:21:00 2023: Server is using token UUID: 'eba00f7e-e8cf-4669-a4e5-9cc798fab2d8' -Tue Feb 28 08:21:00 2023: SESSION_MGR: creating session with session uuid: '6d04a3e9-ade5-4ab9-8d63-1f78fcd2ec76' and name 'default' -Tue Feb 28 08:21:00 2023: Attempting to start server on port '37571' -Tue Feb 28 08:21:00 2023: XCD main fifo: created main fifo '/tmp/xcdmaineba00f7e-e8cf-4669-a4e5-9cc798fab2d8', fd read = 13 -Tue Feb 28 08:21:00 2023: Running Dispatch Server -Tue Feb 28 08:21:00 2023: Version 2.2.0 -Tue Feb 28 08:21:09 2023: Dispatch Server: Accepted socket connection from client -Tue Feb 28 08:21:09 2023: Starting Socket connection -Tue Feb 28 08:21:09 2023: EXCHANGE_TOKEN received, server token: eba00f7e-e8cf-4669-a4e5-9cc798fab2d8, passed token: eba00f7e-e8cf-4669-a4e5-9cc798fab2d8 -Tue Feb 28 08:21:09 2023: DISPATCH_HANDLER: Adding handler from function makeHandler in library libxv_system_diagram -Tue Feb 28 08:21:09 2023: SESSION_MGR: creating session with session uuid: '22434663-f463-4ede-84ea-6c07cb4214da' and name 'link' -Tue Feb 28 08:21:09 2023: KERNEL_SVC: creating session with uuid: '22434663-f463-4ede-84ea-6c07cb4214da' and name 'link' -Tue Feb 28 08:21:09 2023: GUIDANCE_SMGR: creating guidance session with uuid: '22434663-f463-4ede-84ea-6c07cb4214da' and name 'link' -Tue Feb 28 08:21:09 2023: SYSTEM_DIAGRAM: creating session with uuid: '22434663-f463-4ede-84ea-6c07cb4214da' and name 'link' -Tue Feb 28 08:21:48 2023: Dispatch Server: Accepted socket connection from client -Tue Feb 28 08:21:48 2023: Starting Socket connection -Tue Feb 28 08:22:29 2023: Dispatch Server: Accepted socket connection from client -Tue Feb 28 08:22:29 2023: Starting Socket connection -Tue Feb 28 08:26:04 2023: Dispatch Server: Accepted socket connection from client -Tue Feb 28 08:26:04 2023: Starting Socket connection -Tue Feb 28 08:26:04 2023: Dispatch Server: Accepted socket connection from client -Tue Feb 28 08:26:04 2023: Starting Socket connection -Tue Feb 28 08:26:04 2023: Dispatch Server: Accepted socket connection from client -Tue Feb 28 08:26:04 2023: Starting Socket connection -Tue Feb 28 08:26:04 2023: Dispatch Server: Accepted socket connection from client -Tue Feb 28 08:26:04 2023: Starting Socket connection -Tue Feb 28 08:26:05 2023: Dispatch Server: Accepted socket connection from client -Tue Feb 28 08:26:05 2023: Starting Socket connection -Tue Feb 28 08:26:05 2023: Dispatch Server: Accepted socket connection from client -Tue Feb 28 08:26:05 2023: Starting Socket connection -Tue Feb 28 08:26:05 2023: Dispatch Server: Accepted socket connection from client -Tue Feb 28 08:26:05 2023: Starting Socket connection -Tue Feb 28 08:26:05 2023: Dispatch Server: Accepted socket connection from client -Tue Feb 28 08:26:05 2023: Starting Socket connection -Tue Feb 28 08:29:04 2023: Dispatch Server: Accepted socket connection from client -Tue Feb 28 08:29:04 2023: Starting Socket connection -Tue Feb 28 08:29:10 2023: Dispatch Server: Accepted socket connection from client -Tue Feb 28 08:29:10 2023: Starting Socket connection -Tue Feb 28 08:29:10 2023: Dispatch Server: Accepted socket connection from client -Tue Feb 28 08:29:10 2023: Starting Socket connection -Tue Feb 28 08:29:15 2023: Dispatch Server: Accepted socket connection from client -Tue Feb 28 08:29:15 2023: Starting Socket connection -Tue Feb 28 08:29:15 2023: Dispatch Server: Accepted socket connection from client -Tue Feb 28 08:29:15 2023: Starting Socket connection -Tue Feb 28 08:29:15 2023: Dispatch Server: Accepted socket connection from client -Tue Feb 28 08:29:15 2023: Starting Socket connection -Tue Feb 28 08:29:18 2023: Dispatch Server: Accepted socket connection from client -Tue Feb 28 08:29:18 2023: Starting Socket connection -Tue Feb 28 08:29:30 2023: Dispatch Server: Accepted socket connection from client -Tue Feb 28 08:29:30 2023: Starting Socket connection -Tue Feb 28 08:32:00 2023: Dispatch Server: Accepted socket connection from client -Tue Feb 28 08:32:00 2023: Starting Socket connection -Tue Feb 28 08:32:11 2023: Dispatch Server: Accepted socket connection from client -Tue Feb 28 08:32:11 2023: Starting Socket connection -Tue Feb 28 08:32:21 2023: Dispatch Server: Accepted socket connection from client -Tue Feb 28 08:32:21 2023: Starting Socket connection -Tue Feb 28 08:32:27 2023: Dispatch Server: Accepted socket connection from client -Tue Feb 28 08:32:27 2023: Starting Socket connection -Tue Feb 28 08:32:29 2023: Dispatch Server: Accepted socket connection from client -Tue Feb 28 08:32:29 2023: Starting Socket connection -Tue Feb 28 08:32:37 2023: Dispatch Server: Accepted socket connection from client -Tue Feb 28 08:32:37 2023: Starting Socket connection -Tue Feb 28 08:32:43 2023: Dispatch Server: Accepted socket connection from client -Tue Feb 28 08:32:43 2023: Starting Socket connection -Tue Feb 28 08:33:20 2023: Dispatch Server: Accepted socket connection from client -Tue Feb 28 08:33:20 2023: Starting Socket connection -Tue Feb 28 08:34:28 2023: Dispatch Server: Accepted socket connection from client -Tue Feb 28 08:34:28 2023: Starting Socket connection -Tue Feb 28 08:36:19 2023: Dispatch Server: Accepted socket connection from client -Tue Feb 28 08:36:19 2023: Starting Socket connection -Tue Feb 28 08:38:47 2023: Dispatch Server: Accepted socket connection from client -Tue Feb 28 08:38:47 2023: Starting Socket connection -Tue Feb 28 08:41:27 2023: Dispatch Server: Accepted socket connection from client -Tue Feb 28 08:41:27 2023: Starting Socket connection -Tue Feb 28 08:49:19 2023: SESSION_MGR: closing session for UUID '22434663-f463-4ede-84ea-6c07cb4214da' with name 'link' -Tue Feb 28 08:49:19 2023: KERNEL_SVC: closing session for UUID '22434663-f463-4ede-84ea-6c07cb4214da' with name 'link' -Tue Feb 28 08:49:19 2023: GUIDANCE_SMGR: closing session for UUID '22434663-f463-4ede-84ea-6c07cb4214da' with name 'link' -Tue Feb 28 08:49:19 2023: SYSTEM_DIAGRAM: closing session for UUID '22434663-f463-4ede-84ea-6c07cb4214da' with name 'link' -Tue Feb 28 08:49:19 2023: STOP_SERVER received, server token: eba00f7e-e8cf-4669-a4e5-9cc798fab2d8, passed token: eba00f7e-e8cf-4669-a4e5-9cc798fab2d8 -Tue Feb 28 08:49:19 2023: Socket received request to stop server. -Tue Feb 28 08:49:19 2023: Dispatch Server: do_await_stop -Tue Feb 28 08:49:19 2023: Dispatch Server: stopping mainFifo_ -Tue Feb 28 08:49:19 2023: XCD main fifo: Stopping -Tue Feb 28 08:49:19 2023: XCD main fifo: do_read error code: Operation canceled -Tue Feb 28 08:49:19 2023: XCD main fifo: bytes_transferred: 0 -Tue Feb 28 08:49:19 2023: SERVER: destructor for server bound to port 37571 -Tue Feb 28 08:49:19 2023: XCD main fifo: Good unlink of /tmp/xcdmaineba00f7e-e8cf-4669-a4e5-9cc798fab2d8 -Tue Feb 28 08:49:19 2023: Server exiting with status 0. -Tue Feb 28 08:49:19 2023: Closing log file. diff --git a/Developer_Contributed/03-HLS_Code_Optimization/files/examples/8_vect_add/run_vect_add_script.tcl b/Developer_Contributed/03-HLS_Code_Optimization/files/examples/8_vect_add/run_vect_add_script.tcl deleted file mode 100644 index 46da05a213..0000000000 --- a/Developer_Contributed/03-HLS_Code_Optimization/files/examples/8_vect_add/run_vect_add_script.tcl +++ /dev/null @@ -1,43 +0,0 @@ -# Copyright © 2023 Advanced Micro Devices, Inc. All rights reserved. -# SPDX-License-Identifier: MIT - -puts "\n" -puts "************************************************************************" -puts "* EXAMPLE 8) VECTOR ADDITION DEMO" -puts "************************************************************************" -puts "\n" - -open_project hls_vadd_prj -set_top krnl_vadd -add_files src/hls/hls_krnl_vadd.cpp -add_files -tb src/hls/hls_tb_vadd.cpp -cflags "-Wno-unknown-pragmas" -csimflags "-Wno-unknown-pragmas" -#add_files -tb src/vadd_include.h -cflags "-Wno-unknown-pragmas" -csimflags "-Wno-unknown-pragmas" - -open_solution "solution_vivado" -flow_target vivado -set_part xczu9eg-ffvb1156-2-e -create_clock -period 150.000000MHz -name default -config_interface -m_axi_latency 0 -config_export -format ip_catalog -rtl vhdl -set_clock_uncertainty 0.5 -#source "./hls_vadd_prj/solution1/directives.tcl" -csim_design -clean -csynth_design -#cosim_design - -open_solution "solution_vitis" -flow_target vitis -set_part xczu9eg-ffvb1156-2-e -create_clock -period 150.000000MHz -name default -# v++ --advanced.param compiler.hlsDataflowStrictMode -config_dataflow -strict_mode warning -# v++ --advanced.param compiler.deadlockDetection -config_export -deadlock_detection sim -# v++ --advanced.param compiler.axiDeadLockFree -config_interface -m_axi_conservative_mode=1 -config_interface -m_axi_addr64 -# v++ --hls.max_memory_ports -config_interface -m_axi_auto_max_ports=0 -config_export -format xo -ipname krnl_vadd -csynth_design -#cosim_design -#export_design -close_project diff --git a/Developer_Contributed/03-HLS_Code_Optimization/files/examples/8_vect_add/src/hls/hls_krnl_vadd.cpp b/Developer_Contributed/03-HLS_Code_Optimization/files/examples/8_vect_add/src/hls/hls_krnl_vadd.cpp deleted file mode 100644 index 529d9a9999..0000000000 --- a/Developer_Contributed/03-HLS_Code_Optimization/files/examples/8_vect_add/src/hls/hls_krnl_vadd.cpp +++ /dev/null @@ -1,76 +0,0 @@ -/* -# Copyright © 2023 Advanced Micro Devices, Inc. All rights reserved. -# SPDX-License-Identifier: MIT -*/ - - -// Includes -#include -#include -#include "vadd_include.h" - - -// TRIPCOUNT identifier -const int c_size = DATA_SIZE; - -static void load_input(uint32_t* in, hls::stream& inStream, int size) { -mem_rd: - for (int i = 0; i < size; i++) { -#pragma HLS PIPELINE -#pragma HLS LOOP_TRIPCOUNT min = c_size max = c_size - inStream << in[i]; - } -} - -static void compute_add(hls::stream& in1_stream, - hls::stream& in2_stream, - hls::stream& out_stream, - int size) { -// The kernel is operating with vector of NUM_WORDS integers. The + operator performs -// an element-wise add, resulting in NUM_WORDS parallel additions. -execute: - for (int i = 0; i < size; i++) { -#pragma HLS PIPELINE -#pragma HLS LOOP_TRIPCOUNT min = c_size max = c_size - out_stream << (in1_stream.read() + in2_stream.read()); - } -} - -static void store_result(uint32_t* out, hls::stream& out_stream, int size) { -mem_wr: - for (int i = 0; i < size; i++) { -#pragma HLS PIPELINE -#pragma HLS LOOP_TRIPCOUNT min = c_size max = c_size - out[i] = out_stream.read(); - } -} - -//extern "C" { - -/* - Vector Addition Kernel - - Arguments: - in1 (input) --> Input vector 1 - in2 (input) --> Input vector 2 - out (output) --> Output vector - size (input) --> Number of elements in vector -*/ - -void krnl_vadd(uint32_t* in1, uint32_t* in2, uint32_t* out, int size) { -#pragma HLS INTERFACE mode=m_axi bundle=gmem0 depth=c_size port=in1 -#pragma HLS INTERFACE mode=m_axi bundle=gmem1 depth=c_size port=in2 -#pragma HLS INTERFACE mode=m_axi bundle=gmem0 depth=c_size port=out - - static hls::stream in1_stream("input_stream_1"); - static hls::stream in2_stream("input_stream_2"); - static hls::stream out_stream("output_stream"); - -#pragma HLS dataflow - // dataflow pragma instruct compiler to run following three APIs in parallel - load_input(in1, in1_stream, size); - load_input(in2, in2_stream, size); - compute_add(in1_stream, in2_stream, out_stream, size); - store_result(out, out_stream, size); -} -//} diff --git a/Developer_Contributed/03-HLS_Code_Optimization/files/examples/8_vect_add/src/hls/hls_tb_vadd.cpp b/Developer_Contributed/03-HLS_Code_Optimization/files/examples/8_vect_add/src/hls/hls_tb_vadd.cpp deleted file mode 100644 index eaa4f1ad5a..0000000000 --- a/Developer_Contributed/03-HLS_Code_Optimization/files/examples/8_vect_add/src/hls/hls_tb_vadd.cpp +++ /dev/null @@ -1,61 +0,0 @@ -/* -# Copyright © 2023 Advanced Micro Devices, Inc. All rights reserved. -# SPDX-License-Identifier: MIT -*/ - -#include -#include -#include -#include -#include "vadd_include.h" - - -int main(int argc, char* argv[]) -{ - - uint32_t *ptr_inp_a = (uint32_t *) malloc(DATA_SIZE * sizeof(uint32_t)); - uint32_t *ptr_inp_b = (uint32_t *) malloc(DATA_SIZE * sizeof(uint32_t)); - uint32_t *ptr_res = (uint32_t *) malloc(DATA_SIZE * sizeof(uint32_t)); - - //setting input data - FILE *fin1=fopen("vector_inputs.txt", "w"); - - // Initialization, should only be called once. - //srand(time(NULL)); //this line makes HLS COSIM TO FAIL: cosim is a two steps process, data originated in the second step would be totally different from first step - srand(41); // to fix the problem of fist ;line - for(int i = 0 ; i< DATA_SIZE; i++) - { - // to avoid overflows let us use short ints - unsigned short int r1 = (unsigned short int) rand(); // Returns a pseudo-random integer between 0 and RAND_MAX. - unsigned short int r2 = (unsigned short int) rand(); // Returns a pseudo-random integer between 0 and RAND_MAX. - ptr_inp_a[i] = r1; - ptr_inp_b[i] = r2; - fprintf(fin1, "%10d\t%10d\n", r1, r2); - } - fclose(fin1); - - //call DUT - krnl_vadd(ptr_inp_a, ptr_inp_b, ptr_res, DATA_SIZE); - - // Verify the result - FILE *fin2=fopen("vector_out.txt", "w"); - int match = 0; - for (int i = 0; i < DATA_SIZE; i++) - { - uint32_t host_result = ptr_inp_a[i] + ptr_inp_b[i]; - fprintf(fin2, "%10d\t%10d\n", host_result, ptr_res[i]); - if (ptr_res[i] != host_result) { - printf("MISMATCH ERROR at %d: expected %d got %d\n", i, host_result, ptr_res[i]); - match = 1; - //break; - } - } - fclose(fin2); - free(ptr_inp_a); - free(ptr_inp_b); - free(ptr_res); - - std::cout << "TEST " << (match ? "FAILED" : "PASSED") << std::endl; - return match; - -} diff --git a/Developer_Contributed/03-HLS_Code_Optimization/files/examples/8_vect_add/src/hls/vadd_include.h b/Developer_Contributed/03-HLS_Code_Optimization/files/examples/8_vect_add/src/hls/vadd_include.h deleted file mode 100644 index 64ff89dcac..0000000000 --- a/Developer_Contributed/03-HLS_Code_Optimization/files/examples/8_vect_add/src/hls/vadd_include.h +++ /dev/null @@ -1,20 +0,0 @@ -/* -# Copyright © 2023 Advanced Micro Devices, Inc. All rights reserved. -# SPDX-License-Identifier: MIT -*/ - -#ifndef _H_VADD_INCLUDE_H_ -#define _H_VADD_INCLUDE_H_ - -#pragma once - -#define DATA_SIZE 4096 - -//to compile host code with XRT APIs instead of OpenCL APIs -#define DB_USE_XRT - -void krnl_vadd(uint32_t* in1, uint32_t* in2, uint32_t* out, int size); - - - -#endif diff --git a/Developer_Contributed/03-HLS_Code_Optimization/files/examples/8_vect_add/src/host/cl_host_vadd.cpp b/Developer_Contributed/03-HLS_Code_Optimization/files/examples/8_vect_add/src/host/cl_host_vadd.cpp deleted file mode 100644 index 7d791c436c..0000000000 --- a/Developer_Contributed/03-HLS_Code_Optimization/files/examples/8_vect_add/src/host/cl_host_vadd.cpp +++ /dev/null @@ -1,190 +0,0 @@ -/******************************************************************************* -# Copyright © 2023 Advanced Micro Devices, Inc. All rights reserved. -# SPDX-License-Identifier: MIT -*******************************************************************************/ - -#include -#include -#include -#include -#include "cl_vadd.h" - - -#define OCL_CHECK(error, call) \ - call; \ - if (error != CL_SUCCESS) { \ - printf("%s:%d Error calling " #call ", error code is: %d\n", __FILE__, __LINE__, error); \ - exit(EXIT_FAILURE); \ - } - -static const std::string error_message = - "Error: Result mismatch:\n" - "i = %d CPU result = %d Device result = %d\n"; - - - -#ifndef DB_USE_XRT - - -int main(int argc, char* argv[]) -{ - // TARGET_DEVICE macro needs to be passed from gcc command line - if (argc != 2) { - std::cout << "Usage: " << argv[0] << " " << std::endl; - return EXIT_FAILURE; - } - - std::string xclbinFilename = argv[1]; - - // Compute the size of array in bytes - size_t size_in_bytes = DATA_SIZE * sizeof(int); - - // Creates a vector of DATA_SIZE elements with an initial value of 10 and 32 - // using customized allocator for getting buffer alignment to 4k boundary - - std::vector devices; - cl_int err; - cl::Context context; - cl::CommandQueue q; - cl::Kernel krnl_vector_add; - cl::Program program; - std::vector platforms; - bool found_device = false; - - // traversing all Platforms To find Xilinx Platform and targeted - // Device in Xilinx Platform - cl::Platform::get(&platforms); - for (size_t i = 0; (i < platforms.size()) & (found_device == false); i++) { - cl::Platform platform = platforms[i]; - std::string platformName = platform.getInfo(); - if (platformName == "Xilinx") { - devices.clear(); - platform.getDevices(CL_DEVICE_TYPE_ACCELERATOR, &devices); - if (devices.size()) { - found_device = true; - break; - } - } - } - if (found_device == false) { - std::cout << "Error: Unable to find Target Device " << std::endl; - return EXIT_FAILURE; - } - - std::cout << "INFO: Reading " << xclbinFilename << std::endl; - FILE* fp; - if ((fp = fopen(xclbinFilename.c_str(), "r")) == nullptr) { - printf("ERROR: %s xclbin not available please build\n", xclbinFilename.c_str()); - exit(EXIT_FAILURE); - } - // Load xclbin - std::cout << "Loading: '" << xclbinFilename << "'\n"; - std::ifstream bin_file(xclbinFilename, std::ifstream::binary); - bin_file.seekg(0, bin_file.end); - unsigned nb = bin_file.tellg(); - bin_file.seekg(0, bin_file.beg); - char* buf = new char[nb]; - bin_file.read(buf, nb); - - // Creating Program from Binary File - cl::Program::Binaries bins; - bins.push_back({buf, nb}); - bool valid_device = false; - for (unsigned int i = 0; i < devices.size(); i++) { - auto device = devices[i]; - // Creating Context and Command Queue for selected Device - OCL_CHECK(err, context = cl::Context(device, nullptr, nullptr, nullptr, &err)); - OCL_CHECK(err, q = cl::CommandQueue(context, device, CL_QUEUE_PROFILING_ENABLE, &err)); - std::cout << "Trying to program device[" << i << "]: " << device.getInfo() << std::endl; - cl::Program program(context, {device}, bins, nullptr, &err); - if (err != CL_SUCCESS) { - std::cout << "Failed to program device[" << i << "] with xclbin file!\n"; - } else { - std::cout << "Device[" << i << "]: program successful!\n"; - OCL_CHECK(err, krnl_vector_add = cl::Kernel(program, "krnl_vadd", &err)); - valid_device = true; - break; // we break because we found a valid device - } - } - if (!valid_device) { - std::cout << "Failed to program any device found, exit!\n"; - exit(EXIT_FAILURE); - } - - // These commands will allocate memory on the Device. The cl::Buffer objects can - // be used to reference the memory locations on the device. - OCL_CHECK(err, cl::Buffer buffer_a(context, CL_MEM_READ_ONLY, size_in_bytes, NULL, &err)); - OCL_CHECK(err, cl::Buffer buffer_b(context, CL_MEM_READ_ONLY, size_in_bytes, NULL, &err)); - OCL_CHECK(err, cl::Buffer buffer_result(context, CL_MEM_WRITE_ONLY, size_in_bytes, NULL, &err)); - - // set the kernel Arguments - int narg = 0; - OCL_CHECK(err, err = krnl_vector_add.setArg(narg++, buffer_a)); - OCL_CHECK(err, err = krnl_vector_add.setArg(narg++, buffer_b)); - OCL_CHECK(err, err = krnl_vector_add.setArg(narg++, buffer_result)); - OCL_CHECK(err, err = krnl_vector_add.setArg(narg++, DATA_SIZE)); - - // We then need to map our OpenCL buffers to get the pointers - int* ptr_a; - int* ptr_b; - int* ptr_result; - OCL_CHECK(err, - ptr_a = (int*)q.enqueueMapBuffer(buffer_a, CL_TRUE, CL_MAP_WRITE, 0, size_in_bytes, NULL, NULL, &err)); - OCL_CHECK(err, - ptr_b = (int*)q.enqueueMapBuffer(buffer_b, CL_TRUE, CL_MAP_WRITE, 0, size_in_bytes, NULL, NULL, &err)); - OCL_CHECK(err, ptr_result = (int*)q.enqueueMapBuffer(buffer_result, CL_TRUE, CL_MAP_READ, 0, size_in_bytes, NULL, - NULL, &err)); - - //setting input data - FILE *fin1=fopen("vector_inputs.txt", "w"); - srand(time(NULL)); // Initialization, should only be called once. - for(int i = 0 ; i< DATA_SIZE; i++) - { - unsigned short int r1 = (unsigned short int) rand(); // Returns a pseudo-random integer between 0 and RAND_MAX. - unsigned short int r2 = (unsigned short int) rand(); // Returns a pseudo-random integer between 0 and RAND_MAX. - ptr_a[i] = r1; - ptr_b[i] = r2; - fprintf(fin1, "%10d\t%10d\n", r1, r2); - } - fclose(fin1); - - - // Data will be migrated to kernel space - OCL_CHECK(err, err = q.enqueueMigrateMemObjects({buffer_a, buffer_b}, 0 /* 0 means from host*/)); - - // Launch the Kernel - OCL_CHECK(err, err = q.enqueueTask(krnl_vector_add)); - - // The result of the previous kernel execution will need to be retrieved in - // order to view the results. This call will transfer the data from FPGA to - // source_results vector - OCL_CHECK(err, q.enqueueMigrateMemObjects({buffer_result}, CL_MIGRATE_MEM_OBJECT_HOST)); - - OCL_CHECK(err, q.finish()); - - // Verify the result - FILE *fin2=fopen("vector_out.txt", "w"); - int match = 0; - for (int i = 0; i < DATA_SIZE; i++) - { - int host_result = ptr_a[i] + ptr_b[i]; - fprintf(fin2, "%10d\t%10d\n", host_result, ptr_result[i]); - if (ptr_result[i] != host_result) - { - printf(error_message.c_str(), i, host_result, ptr_result[i]); - match = 1; - break; - } - } - fclose(fin2); - - OCL_CHECK(err, err = q.enqueueUnmapMemObject(buffer_a, ptr_a)); - OCL_CHECK(err, err = q.enqueueUnmapMemObject(buffer_b, ptr_b)); - OCL_CHECK(err, err = q.enqueueUnmapMemObject(buffer_result, ptr_result)); - OCL_CHECK(err, err = q.finish()); - - std::cout << "TEST " << (match ? "FAILED" : "PASSED") << std::endl; - return (match ? EXIT_FAILURE : EXIT_SUCCESS); -} - -#endif diff --git a/Developer_Contributed/03-HLS_Code_Optimization/files/examples/8_vect_add/src/host/cl_vadd.h b/Developer_Contributed/03-HLS_Code_Optimization/files/examples/8_vect_add/src/host/cl_vadd.h deleted file mode 100644 index 11622e7f27..0000000000 --- a/Developer_Contributed/03-HLS_Code_Optimization/files/examples/8_vect_add/src/host/cl_vadd.h +++ /dev/null @@ -1,39 +0,0 @@ -/******************************************************************************* -# Copyright © 2023 Advanced Micro Devices, Inc. All rights reserved. -# SPDX-License-Identifier: MIT -*******************************************************************************/ - - -#pragma once - -#include "vadd_include.h" - - -#ifndef DB_USE_XRT - -#define CL_HPP_CL_1_2_DEFAULT_BUILD -#define CL_HPP_TARGET_OPENCL_VERSION 120 -#define CL_HPP_MINIMUM_OPENCL_VERSION 120 -#define CL_HPP_ENABLE_PROGRAM_CONSTRUCTION_FROM_ARRAY_COMPATIBILITY 1 - -#include - -//Customized buffer allocation for 4K boundary alignment -template -struct aligned_allocator -{ - using value_type = T; - T* allocate(std::size_t num) - { - void* ptr = nullptr; - if (posix_memalign(&ptr,4096,num*sizeof(T))) - throw std::bad_alloc(); - return reinterpret_cast(ptr); - } - void deallocate(T* p, std::size_t num) - { - free(p); - } -}; - -#endif diff --git a/Developer_Contributed/03-HLS_Code_Optimization/files/examples/8_vect_add/src/host/xrt_host_vadd.cpp b/Developer_Contributed/03-HLS_Code_Optimization/files/examples/8_vect_add/src/host/xrt_host_vadd.cpp deleted file mode 100644 index 52779253bd..0000000000 --- a/Developer_Contributed/03-HLS_Code_Optimization/files/examples/8_vect_add/src/host/xrt_host_vadd.cpp +++ /dev/null @@ -1,134 +0,0 @@ -// Copyright © 2023 Advanced Micro Devices, Inc. All rights reserved. -// SPDX-License-Identifier: MIT - -#include -#include -#include -#include -#include -#include -//#include -#include - -#include "vadd_include.h" - -#define TYPE_DATA int - -static const std::string error_message = - "Error: Result mismatch:\n" - "i = %d CPU result = %d Device result = %d\n"; - - -//static const char* STR_ERROR = "ERROR: "; -//static const char* STR_FAILED = "FAILED: "; -static const char* STR_PASSED = "PASSED: "; -static const char* STR_INFO = "INFO: "; -static const char* STR_USAGE = "USAGE: "; - - -#ifdef DB_USE_XRT - - -int main(int argc, char* argv[]) { - - // Check command line - if(argc < 2) { - std::cout << STR_USAGE << argv[0] <<" " << std::endl; - return EXIT_FAILURE; - } - - // Compute the size of arrays in bytes - size_t size_in_bytes = DATA_SIZE * sizeof(int); - std::cout << STR_INFO << "DATA size in words = " << DATA_SIZE << std::endl; - std::cout << STR_INFO << "DATA size in bytes = " << size_in_bytes << std::endl; - - // Loading the xclbin - char* xclbinFilename = argv[1]; - - //open the device and return its handle - unsigned int dev_index = 0; - auto my_device = xrt::device(dev_index); - std::cout << STR_PASSED << "auto my_device = xrt::device(" << dev_index << ")" << std::endl; - - //load the xclbin file from disk. This will return the UUID of the xclbin. - auto xclbin_uuid = my_device.load_xclbin(xclbinFilename); - std::cout << STR_PASSED << "auto xclbin_uuid = my_device.load_xclbin(" << xclbinFilename << ")" << std::endl; - - // Starting the (HLS) PL kernel - auto krnl = xrt::kernel(my_device, xclbin_uuid, "krnl_vadd:{krnl_vadd_1}"); - std::cout << STR_PASSED << "auto krnl = xrt::kernel(my_device, xclbin_uuid, \"krnl_vadd:{krnl_vadd_1}\")" << std::endl; - - std::cout << STR_INFO << "Allocate Buffers in Global Memory" << std::endl; - //The buffer type is default buffer object (bo) with host buffer and device buffer. The host buffer is allocated and managed by XRT. - auto bo0 = xrt::bo(my_device, size_in_bytes, XCL_BO_FLAGS_NONE, krnl.group_id(0)); //input 0 - auto bo1 = xrt::bo(my_device, size_in_bytes, XCL_BO_FLAGS_NONE, krnl.group_id(1)); //input 1 - auto bo2 = xrt::bo(my_device, size_in_bytes, XCL_BO_FLAGS_NONE, krnl.group_id(2)); //output - std::cout << STR_PASSED << "auto bo0 = xrt::bo(my_device, size_in_bytes, XCL_BO_FLAGS_NONE, krnl.group_id(0) (=" << krnl.group_id(0) << "))" << std::endl; - std::cout << STR_PASSED << "auto bo1 = xrt::bo(my_device, size_in_bytes, XCL_BO_FLAGS_NONE, krnl.group_id(1) (=" << krnl.group_id(1) << "))" << std::endl; - std::cout << STR_PASSED << "auto bo2 = xrt::bo(my_device, size_in_bytes, XCL_BO_FLAGS_NONE, krnl.group_id(2) (=" << krnl.group_id(2) << "))" << std::endl; - //Map the contents of the buffer object into host memory - auto bo0_map = bo0.map(); - auto bo1_map = bo1.map(); - auto bo2_map = bo2.map(); - std::fill(bo0_map, bo0_map + DATA_SIZE, 0); - std::fill(bo1_map, bo1_map + DATA_SIZE, 0); - std::fill(bo2_map, bo2_map + DATA_SIZE, 0); - std::cout << STR_PASSED << "auto bo0_map = bo0.map()" << std::endl; - std::cout << STR_PASSED << "auto bo1_map = bo1.map()" << std::endl; - std::cout << STR_PASSED << "auto bo2_map = bo2_map()" << std::endl; - - //setting input data - std::cout << STR_INFO << "Creating random input data" << std::endl; - FILE *fin1=fopen("vector_inputs.txt", "w"); - srand(time(NULL)); // Initialization, should only be called once. - for(int i = 0 ; i< DATA_SIZE; i++) - { - unsigned short int r1 = (unsigned short int) rand(); // Returns a pseudo-random integer between 0 and RAND_MAX. - unsigned short int r2 = (unsigned short int) rand(); // Returns a pseudo-random integer between 0 and RAND_MAX. - bo0_map[i] = r1; - bo1_map[i] = r2; - fprintf(fin1, "%10d\t%10d\n", r1, r2); - } - fclose(fin1); - - // Synchronize buffer content with device side - std::cout << STR_INFO << "synchronize input buffer data to device global memory" << std::endl; - bo0.sync(XCL_BO_SYNC_BO_TO_DEVICE); - std::cout << STR_PASSED << "bo0.sync(XCL_BO_SYNC_BO_TO_DEVICE)" << std::endl; - bo1.sync(XCL_BO_SYNC_BO_TO_DEVICE); - std::cout << STR_PASSED << "bo1.sync(XCL_BO_SYNC_BO_TO_DEVICE)" << std::endl; - - std::cout << STR_INFO << "Execution of the kernel" << std::endl; - auto run = krnl(bo0, bo1, bo2, DATA_SIZE); - // Waiting for all kernels to end - std::cout << std::endl << STR_INFO << "Waiting for kernels to end..." << std::endl << std::endl; - run.wait(); - std::cout << STR_PASSED << "run.wait()" << std::endl; - - // Retrieving the results - bo2.sync(XCL_BO_SYNC_BO_FROM_DEVICE); - std::cout << STR_PASSED << "bo2.sync(XCL_BO_SYNC_BO_FROM_DEVICE)" << std::endl; - - // Verify the result - std::cout << STR_INFO << "Checking the results" << std::endl; - FILE *fin2=fopen("vector_out.txt", "w"); - int match = 0; - for (int i = 0; i < DATA_SIZE; i++) - { - int host_result = bo0_map[i] + bo1_map[i]; - fprintf(fin2, "%10d\t%10d\n", host_result, bo2_map[i]); - if (bo2_map[i] != host_result) - { - printf(error_message.c_str(), i, host_result, bo2_map[i]); - match = 1; - break; - } - } - fclose(fin2); - - std::cout << "TEST " << (match ? "FAILED" : "PASSED") << std::endl; - return (match ? EXIT_FAILURE : EXIT_SUCCESS); - -} - -#endif diff --git a/Developer_Contributed/03-HLS_Code_Optimization/files/examples/8_vect_add/vect_check_res.m b/Developer_Contributed/03-HLS_Code_Optimization/files/examples/8_vect_add/vect_check_res.m deleted file mode 100644 index e161faac0d..0000000000 --- a/Developer_Contributed/03-HLS_Code_Optimization/files/examples/8_vect_add/vect_check_res.m +++ /dev/null @@ -1,31 +0,0 @@ -% Copyright © 2023 Advanced Micro Devices, Inc. All rights reserved. -% SPDX-License-Identifier: MIT - -%% -clear all -close all -clc - -%% data - -% load input data -I = load('vector_inputs.txt'); - -% load output data generated by target board -O = load('vector_out.txt'); - -% reference result computed by MATLAB -R = I(:,1) + I(:,2); - -%% check results - -diff_R_O1 = abs(diff(R-O(:,1))); %ref vs. ARM CPU -diff_R_O2 = abs(diff(R-O(:,2))); %ref vs. PL kernel -diff_O1_O2 = abs(diff(O(:,1)-O(:,2))); % ARM CPU vs. PL kernel - -sum_abs_err = sum(diff_R_O1(:)) + sum(diff_R_O2(:)) + sum(diff_O1_O2(:)) - - -figure; plot(diff_O1_O2); grid; title 'diff O1 vs O2' -figure; plot(diff_R_O2); grid; title 'diff M vs O2' -figure; plot(diff_R_O1); grid; title 'diff M vs O1' diff --git a/Developer_Contributed/03-HLS_Code_Optimization/files/examples/9_matrix_mult_v/Makefile b/Developer_Contributed/03-HLS_Code_Optimization/files/examples/9_matrix_mult_v/Makefile deleted file mode 100644 index aa85fcc0fe..0000000000 --- a/Developer_Contributed/03-HLS_Code_Optimization/files/examples/9_matrix_mult_v/Makefile +++ /dev/null @@ -1,78 +0,0 @@ -# Copyright © 2023 Advanced Micro Devices, Inc. All rights reserved. -# SPDX-License-Identifier: MIT - -SHELL := /bin/bash - -.PHONY: help hls_kernels hls_clean vck190_all vck190_clean all clean sd_card run show_dir - -#======================================================== -# Source directories -# ========================================================= -RELATIVE_PROJECT_DIR := ./ -PROJECT_DIR := $(shell readlink -f $(RELATIVE_PROJECT_DIR)) - -PROJECT_PL_DIR := $(PROJECT_DIR)/make-flow/vck190/mmult_kernels -PROJECT_PS_DIR := $(PROJECT_DIR)/make-flow/vck190/mmult -PROJECT_HWLINK_DIR := $(PROJECT_DIR)/make-flow/vck190/mmult_system_hw_link -PROJECT_SYSTEM_DIR := $(PROJECT_DIR)/make-flow/vck190/mmult_system - -show_dir: - -@echo " " - -@echo " " - -@echo "from $(realpath .)" - -@echo "RELATIVE PROJECT DIR is: $(RELATIVE_PROJECT_DIR)" - -@echo "CURRENT PROJECT DIR is: $(PROJECT_DIR)" - -@echo "PL KERNELS PROJECT DIR is: $(PROJECT_PL_DIR)" - -@echo "PS ARM HOST PROJECT DIR is: $(PROJECT_PS_DIR)" - -@echo "HW LINK PROJECT DIR is: $(PROJECT_HWLINK_DIR)" - -@echo "SYSTEM PROJECT DIR is: $(PROJECT_SYSTEM_DIR)" - -@echo " " - -@echo " " - - -EMBEDDED_PACKAGE_OUT = $(PROJECT_SYSTEM_DIR)/Hardware/package -EMBEDDED_EXEC_SCRIPT = $(PROJECT_SYSTEM_DIR)/Hardware/embedded_exec.sh -PACKAGE_FILES += $(EMBEDDED_EXEC_SCRIPT) -SD_FILES_WITH_PREFIX = $(foreach sd_file,$(PACKAGE_FILES),--package.sd_file $(sd_file)) - -# ======================================================= -# global variables for this tutorial -# ======================================================= -#RELEASE=2022.2 -RELEASE=2025.1 -BOARD=vck190 -BASE_NUM=202510_1 -#BASE_NUM=202220_1 - -# Platform Selection... -VERSAL_VITIS_PLATFORM = xilinx_${BOARD}\_base_${BASE_NUM} -VITIS_PLATFORM_DIR = ${PLATFORM_REPO_PATHS}/${VERSAL_VITIS_PLATFORM} -export VITIS_PLATFORM_XPFM = ${VITIS_PLATFORM_DIR}/${VERSAL_VITIS_PLATFORM}.xpfm -# Set SysRoot, RootFS and Image -export VITIS_SYSROOTS = ${COMMON_IMAGE_VERSAL}/sysroots/cortexa72-cortexa53-amd-linux -export SDKTARGETSYSROOT = ${VITIS_SYSROOTS} -export KERNEL_IMAGE = ${COMMON_IMAGE_VERSAL}/Image -export ROOTFS = ${COMMON_IMAGE_VERSAL}/rootfs.ext4 -export XLNX_VERSAL = ${COMMON_IMAGE_VERSAL} -export PLATFORM = ${VITIS_PLATFORM_XPFM} - - -hls_clean: - rm -rf *_prj *.log *~ - -hls_kernels: - vitis-run --mode hls --tcl ./run_matrix_mult_script_vck190.tcl - -# REMEMBER THAT VCK190 NEEDS DIFFERENT ENV FROM ZCU102 -vck190_all: - $(MAKE) -C ./make-flow/vck190 all - -vck190_clean: - $(MAKE) -C ./make-flow/vck190 clean - -run: all -sd_card: all - -all: show_dir vck190_all - -clean: show_dir hls_clean vck190_clean diff --git a/Developer_Contributed/03-HLS_Code_Optimization/files/examples/9_matrix_mult_v/check_mmult_results.m b/Developer_Contributed/03-HLS_Code_Optimization/files/examples/9_matrix_mult_v/check_mmult_results.m deleted file mode 100644 index 28f718e0cb..0000000000 --- a/Developer_Contributed/03-HLS_Code_Optimization/files/examples/9_matrix_mult_v/check_mmult_results.m +++ /dev/null @@ -1,68 +0,0 @@ -% Copyright © 2023 Advanced Micro Devices, Inc. All rights reserved. -% SPDX-License-Identifier: MIT - -%% clean workspace - -clear all; -close all; -clc; - -%% memory allocation - -DIM=32; -matOp1 = zeros([DIM, DIM]); -matOp2 = zeros([DIM, DIM]); -matRef = zeros([DIM, DIM]); - -%% reference matrices with MATLAB - -for r = 0 : DIM -1 - for c = 0 : DIM -1 - r1 = r + c; - r2 = r * c; - matOp1(r+1, c+1) = r1; - matOp2(r+1, c+1) = r2; - end -end -matRef = matOp1 * matOp2; - -%% load files generated by ARM on ZCU102 - -I = load('matrix_inputs.txt'); -Oif = load('matrix_out_i_f.txt'); -Obufs = load('matrix_out_bufs.txt'); - -%reshape data files -in1=I(:,1); -in2=I(:,2); -m1 = reshape(in1, [32,32])'; -m2 = reshape(in2, [32,32])'; -m3 = m1 * m2; % expected result - -%% check differences ARM vs. MATLAB - -diff1 = abs(m1 - matOp1); -sum_abs_diff1 = sum(diff1(:)) -diff2 = abs(m2 - matOp2); -sum_abs_diff2 = sum(diff2(:)) -diff3 = abs(m3 - matRef); -sum_abs_diff3 = sum(diff3(:)) - -%% -Oif_c1 = Oif(:, 1); -mat_Oif_c1 = reshape(Oif_c1, [DIM, DIM])'; -Obufs_c2 = Obufs(:, 2); -mat_Obufs_c2 = reshape(Obufs_c2, [DIM, DIM])'; -diff31 = abs(mat_Oif_c1 - mat_Obufs_c2); -sum_abs_diff31 = sum(diff31(:)) - -Oif_c2 = Oif(:, 2); -mat_Oif_c2 = reshape(Oif_c2, [DIM, DIM])'; -diff32 = abs(m3 - mat_Oif_c2); -sum_abs_diff32 = sum(diff32(:)) - - -Obufs_c1 = Obufs(:, 1); -mat_Obufs_c1 = reshape(Obufs_c1, [DIM, DIM])'; -diff12 = abs(mat_Obufs_c1 - mat_Obufs_c2); -sum_abs_diff12 = sum(diff12(:)) diff --git a/Developer_Contributed/03-HLS_Code_Optimization/files/examples/9_matrix_mult_v/description.json b/Developer_Contributed/03-HLS_Code_Optimization/files/examples/9_matrix_mult_v/description.json deleted file mode 100644 index 671a9afa7f..0000000000 --- a/Developer_Contributed/03-HLS_Code_Optimization/files/examples/9_matrix_mult_v/description.json +++ /dev/null @@ -1,39 +0,0 @@ -{ - "name": "Developer_Contributed-03-HLS_Code_Optimization--matrix_mult_v", - "description": "03-HLS_Code_Optimization--matrix_mult", - "gui": "false", - "flow": "versal", - - "platform_allowlist": [ "vck190"], - "platform_blocklist": [], - - "testinfo": { - "test_name": "CTB_03-HLS_versal", - "jobs": [ - { - "max_memory_MB": 65536 - } - ], - - "targets": [ - "vitis_hw_build", - "vitis_hw_run" - ], - "make_options": [ - "VITIS_PLATFORM_XPFM='${PLATFORM_REPO_PATHS}/xilinx_vck190_base_202510_1/xilinx_vck190_base_202510_1.xpfm'", - "EMBEDDED_PACKAGE_OUT=./make-flow/vck190/mmult_system/Hardware/package", - "EMBEDDED_EXEC_SCRIPT=./embedded_exec.sh" - ], - "custom_build_target": { - "all": "all", - "hw": "sd_card" - }, - "custom_board_target": "run_test", - "tasks": { - "build": { - "pre_exec": "./env_setup_versal.sh" - } - } - - } -} diff --git a/Developer_Contributed/03-HLS_Code_Optimization/files/examples/9_matrix_mult_v/make-flow/vck190/Makefile b/Developer_Contributed/03-HLS_Code_Optimization/files/examples/9_matrix_mult_v/make-flow/vck190/Makefile deleted file mode 100644 index b5584a3817..0000000000 --- a/Developer_Contributed/03-HLS_Code_Optimization/files/examples/9_matrix_mult_v/make-flow/vck190/Makefile +++ /dev/null @@ -1,86 +0,0 @@ -# Copyright © 2023 Advanced Micro Devices, Inc. All rights reserved. -# SPDX-License-Identifier: MIT - -SHELL := /bin/bash - -PHONY = help all clean show_dir -PHONY += kernels hw_link system host vck190_build vck190_prepare -.PHONY: $(PHONY) - - - -#======================================================== -# Source directories -# ========================================================= -RELATIVE_PROJECT_DIR := ./ - -#absolute directory -PROJECT_DIR := $(shell readlink -f $(RELATIVE_PROJECT_DIR)) -PROJECT_PS_DIR := $(PROJECT_DIR)/mmult -PROJECT_PL_DIR := $(PROJECT_PS_DIR)/mmult_kernels -PROJECT_HWLINK_DIR := $(PROJECT_PS_DIR)/mmult_system_hw_link -PROJECT_SYSTEM_DIR := $(PROJECT_PS_DIR)/mmult_system - -show_dir: - -@echo " " - -@echo " " - -@echo "from $(realpath .)" - -@echo "RELATIVE PROJECT DIR is: $(RELATIVE_PROJECT_DIR)" - -@echo "CURRENT PROJECT DIR is: $(PROJECT_DIR)" - -@echo "PL KERNELS PROJECT DIR is: $(PROJECT_PL_DIR)" - -@echo "PS ARM HOST PROJECT DIR is: $(PROJECT_PS_DIR)" - -@echo "HW LINK PROJECT DIR is: $(PROJECT_HWLINK_DIR)" - -@echo "SYSTEM PROJECT DIR is: $(PROJECT_SYSTEM_DIR)" - -@echo " " - -@echo " " - - - - - -all: show_dir vck190_prepare vck190_build - -vck190_build: - $(MAKE) kernels - $(MAKE) hw_link - $(MAKE) host - $(MAKE) system - - -clean: - $(MAKE) -C mmult_kernels/Hardware clean - $(MAKE) -C mmult_system_hw_link/Hardware clean - $(MAKE) -C mmult_system/Hardware clean - $(MAKE) -C mmult/Hardware clean - rm -rf ./mmult/src - rm -rf ./mmult_system/src - rm -rf ./mmult_kernels/src - rm -rf ./mmult_system_hw_link/src - rm -f ./muult_system/Hardware/*.log - rm -f ./mmult_system/Hardware/*~ - rm -rf ./mmult_system/Hardware/.ipcache - rm -rf ./mmult_system_hw_link/Hardware/.ipcache - - -vck190_prepare: - mkdir -p $(realpath ../vck190/mmult)/src - mkdir -p $(realpath ../vck190/mmult_kernels)/src - cp -f $(realpath ../../vitis_src)/xrt_mmult_test.cpp $(realpath ./mmult)/src/ - cp -f $(realpath ../../src)/mmult.h $(realpath ./mmult)/src/ - cp -f $(realpath ../../src)/*accel.cpp $(realpath ./mmult_kernels)/src/ - cp -f $(realpath ../../src)/mmult.h $(realpath ./mmult_kernels)/src - cp -f $(realpath ../../vitis_src)/mm2s.cpp $(realpath ./mmult_kernels)/src/ - cp -f $(realpath ../../vitis_src)/s2mm.cpp $(realpath ./mmult_kernels)/src/ - cp -f $(realpath ../../vitis_src)/system.cfg $(realpath ./mmult_system_hw_link)/ - -kernels: - $(MAKE) -C mmult_kernels/Hardware all - -hw_link: - $(MAKE) -C mmult_system_hw_link/Hardware all - -system: - $(MAKE) -C mmult_system/Hardware all - -host: - $(MAKE) -C mmult/Hardware all diff --git a/Developer_Contributed/03-HLS_Code_Optimization/files/examples/9_matrix_mult_v/make-flow/vck190/mmult/Hardware/makefile b/Developer_Contributed/03-HLS_Code_Optimization/files/examples/9_matrix_mult_v/make-flow/vck190/mmult/Hardware/makefile deleted file mode 100644 index 3a286c2814..0000000000 --- a/Developer_Contributed/03-HLS_Code_Optimization/files/examples/9_matrix_mult_v/make-flow/vck190/mmult/Hardware/makefile +++ /dev/null @@ -1,74 +0,0 @@ -# Copyright © 2023 Advanced Micro Devices, Inc. All rights reserved. -# SPDX-License-Identifier: MIT - -#relative directory -RELATIVE_PROJECT_DIR := ../ - -#absolute directory -PROJECT_DIR := $(shell readlink -f $(RELATIVE_PROJECT_DIR)) -PROJECT_PS_DIR := $(PROJECT_DIR) -PROJECT_PL_DIR := $(PROJECT_PS_DIR)/../mmult_kernels -PROJECT_HWLINK_DIR := $(PROJECT_PS_DIR)/../mmult_system_hw_link -PROJECT_SYSTEM_DIR := $(PROJECT_PS_DIR)/../mmult_system - -show_dir: - -@echo " " - -@echo " " - -@echo "from $(realpath .)" - -@echo "RELATIVE PROJECT DIR is: $(RELATIVE_PROJECT_DIR)" - -@echo "CURRENT PROJECT DIR is: $(PROJECT_DIR)" - -@echo "PL KERNELS PROJECT DIR is: $(PROJECT_PL_DIR)" - -@echo "PS ARM HOST PROJECT DIR is: $(PROJECT_PS_DIR)" - -@echo "HW LINK PROJECT DIR is: $(PROJECT_HWLINK_DIR)" - -@echo "SYSTEM PROJECT DIR is: $(PROJECT_SYSTEM_DIR)" - -@echo " " - -@echo " " - -BOARD=vck190 - -# compiler tools -HOST_CXX ?= $(XILINX_VITIS)/gnu/aarch64/lin/aarch64-linux/bin/aarch64-linux-gnu-g++ -RM = rm -f -RMDIR = rm -rf - -# compiler flags -CXXFLAGS = -std=c++17 -DVITIS_PLATFORM=$(VERSAL_VITIS_PLATFORM) -D__USE_XOPEN2K8 -I$(XILINX_HLS)/include -I$(COMMON_IMAGE_VERSAL)/sysroots/cortexa72-cortexa53-amd-linux/usr/include/xrt -O2 -g -Wall -c -fmessage-length=0 --sysroot=$(COMMON_IMAGE_VERSAL)/sysroots/cortexa72-cortexa53-amd-linux - -LDFLAGS = -lxilinxopencl -lxrt_core -lxrt_coreutil -lpthread -lrt -ldl -lcrypt -lstdc++ -L$(COMMON_IMAGE_VERSAL)/sysroots/cortexa72-cortexa53-amd-linux/usr/lib --sysroot=$(COMMON_IMAGE_VERSAL)/sysroots/cortexa72-cortexa53-amd-linux - - -# -# host files -# - -HOST_OBJECTS += $(PROJECT_PS_DIR)/src/xrt_mmult_test.o - -HOST_EXE = $(PROJECT_PS_DIR)/Hardware/mmult - - -# -# primary build targets -# - -.PHONY: all clean -all: show_dir $(HOST_EXE) - -clean: - -$(RM) $(HOST_EXE) $(HOST_OBJECTS) *.log guidance.* $(PROJECT_PS_DIR)/src/*.o *~ $(PROJECT_PS_DIR)/Hardware/src/*.o - -.PHONY: incremental -incremental: all - - -nothing: - -# -# host rules -# - -$(PROJECT_PS_DIR)/src/xrt_mmult_test.o: $(PROJECT_PS_DIR)/src/xrt_mmult_test.cpp $(PROJECT_PS_DIR)/src/mmult.h - -@mkdir -p $(@D) - $(HOST_CXX) $(CXXFLAGS) -o "$@" "$<" - -$(HOST_EXE): $(HOST_OBJECTS) - $(HOST_CXX) -o "$@" $(+) $(LDFLAGS) diff --git a/Developer_Contributed/03-HLS_Code_Optimization/files/examples/9_matrix_mult_v/make-flow/vck190/mmult_kernels/Hardware/HLS_accel-compile.cfg b/Developer_Contributed/03-HLS_Code_Optimization/files/examples/9_matrix_mult_v/make-flow/vck190/mmult_kernels/Hardware/HLS_accel-compile.cfg deleted file mode 100644 index 5167675bd8..0000000000 --- a/Developer_Contributed/03-HLS_Code_Optimization/files/examples/9_matrix_mult_v/make-flow/vck190/mmult_kernels/Hardware/HLS_accel-compile.cfg +++ /dev/null @@ -1,13 +0,0 @@ -# Copyright © 2023 Advanced Micro Devices, Inc. All rights reserved. -# SPDX-License-Identifier: MIT - -#platform=$VITIS_PLATFORM_PATH -save-temps=1 -kernel=HLS_accel -messageDb=build/HLS_accel.mdb -temp_dir=build -report_dir=build/reports -log_dir=build/logs - -[advanced] -misc=solution_name=HLS_accel diff --git a/Developer_Contributed/03-HLS_Code_Optimization/files/examples/9_matrix_mult_v/make-flow/vck190/mmult_kernels/Hardware/makefile b/Developer_Contributed/03-HLS_Code_Optimization/files/examples/9_matrix_mult_v/make-flow/vck190/mmult_kernels/Hardware/makefile deleted file mode 100644 index e4842c036b..0000000000 --- a/Developer_Contributed/03-HLS_Code_Optimization/files/examples/9_matrix_mult_v/make-flow/vck190/mmult_kernels/Hardware/makefile +++ /dev/null @@ -1,90 +0,0 @@ -# Copyright © 2023 Advanced Micro Devices, Inc. All rights reserved. -# SPDX-License-Identifier: MIT - - -#relative directory -RELATIVE_PROJECT_DIR := ../ - -#absolute directory -PROJECT_DIR := $(shell readlink -f $(RELATIVE_PROJECT_DIR)) -PROJECT_PL_DIR := $(PROJECT_DIR) -PROJECT_PS_DIR = $(PROJECT_PL_DIR)/../mmult -PROJECT_SYSTEM_DIR = $(PROJECT_PL_DIR)/../mmult_system -PROJECT_HWLINK_DIR = $(PROJECT_PL_DIR)/../mmult_system_hw_link - -show_dir: - -@echo " " - -@echo " " - -@echo "from $(realpath .)" - -@echo "RELATIVE PROJECT DIR is: $(RELATIVE_PROJECT_DIR)" - -@echo "CURRENT PROJECT DIR is: $(PROJECT_DIR)" - -@echo "PL KERNELS PROJECT DIR is: $(PROJECT_PL_DIR)" - -@echo "PS ARM HOST PROJECT DIR is: $(PROJECT_PS_DIR)" - -@echo "HW LINK PROJECT DIR is: $(PROJECT_HWLINK_DIR)" - -@echo "SYSTEM PROJECT DIR is: $(PROJECT_SYSTEM_DIR)" - -@echo " " - -@echo " " - - -BOARD=vck190 - -# compiler tools -VPP ?= ${XILINX_VITIS}/bin/v++ -RM = rm -f -RMDIR = rm -rf - -TARGET = hw -VPP_OPTS = --target $(TARGET) - -# -# Hw kernel files -# - - -BUILD_SUBDIRS = $(PROJECT_PL_DIR)/Hardware/build -HW_KERNEL_OBJS += $(PROJECT_PL_DIR)/Hardware/build/HLS_accel.xo -SRC_KERNEL_OBJS += $(PROJECT_PL_DIR)/Hardware/build/HLS_accel.xo -HW_KERNEL_OBJS += $(PROJECT_PL_DIR)/Hardware/build/mm2s.xo -SRC_KERNEL_OBJS += $(PROJECT_PL_DIR)/Hardware/build/mm2s.xo -HW_KERNEL_OBJS += $(PROJECT_PL_DIR)/Hardware/build/s2mm.xo -SRC_KERNEL_OBJS += $(PROJECT_PL_DIR)/Hardware/build/s2mm.xo - -ALL_MESSAGE_FILES = $(subst .xo,.o,.mdb,$(SRC_KERNEL_OBJS)) - -# -# primary build targets -# - -.PHONY: all clean -all: show_dir $(HW_KERNEL_OBJS) - - -clean: - -$(RM) $(SRC_KERNEL_OBJS) $(ALL_MESSAGE_FILES) *.log *summary* - -$(RMDIR) $(BUILD_SUBDIRS) - -$(RMDIR) .Xil - -.PHONY: incremental -incremental: all - - -nothing: - -# -# Hw Kernels compile; -# - -$(PROJECT_PL_DIR)/Hardware/build/HLS_accel.xo: $(PROJECT_PL_DIR)/src/mmult_accel.cpp $(PROJECT_PL_DIR)/src/mmult.h $(PROJECT_PL_DIR)/Hardware/HLS_accel-compile.cfg - -@mkdir -p $(@D) - -@$(RM) $@ - $(VPP) $(VPP_OPTS) --compile -I"$( binary_container_1.xsa.sh - $(VPP_LINKER) $(VPP_OPTS) --link --config $(PROJECT_HWLINK_DIR)/system.cfg --platform $(VITIS_PLATFORM_XPFM) --config $(PROJECT_HWLINK_DIR)/Hardware/binary_container_1-link.cfg -o"$@" $(BINARY_CONTAINER_1_OBJS) diff --git a/Developer_Contributed/03-HLS_Code_Optimization/files/examples/9_matrix_mult_v/make-flow/vck190/mmult_system_hw_link/system.cfg b/Developer_Contributed/03-HLS_Code_Optimization/files/examples/9_matrix_mult_v/make-flow/vck190/mmult_system_hw_link/system.cfg deleted file mode 100644 index b167917ade..0000000000 --- a/Developer_Contributed/03-HLS_Code_Optimization/files/examples/9_matrix_mult_v/make-flow/vck190/mmult_system_hw_link/system.cfg +++ /dev/null @@ -1,13 +0,0 @@ -# -# Copyright © 2023 Advanced Micro Devices, Inc. All rights reserved. -# SPDX-License-Identifier: MIT -# - -[connectivity] -##comment next 3 lines if you use this file with the Vitis GUI -#nk=mm2s:1 -#nk=s2mm:1 -#nk=HLS_accel:1 - -sc=mm2s_1.s:HLS_accel_1.INPUT_STREAM -sc=HLS_accel_1.OUTPUT_STREAM:s2mm_1.s diff --git a/Developer_Contributed/03-HLS_Code_Optimization/files/examples/9_matrix_mult_v/run_matrix_mult_vck190_script.tcl b/Developer_Contributed/03-HLS_Code_Optimization/files/examples/9_matrix_mult_v/run_matrix_mult_vck190_script.tcl deleted file mode 100644 index cfc2c7b223..0000000000 --- a/Developer_Contributed/03-HLS_Code_Optimization/files/examples/9_matrix_mult_v/run_matrix_mult_vck190_script.tcl +++ /dev/null @@ -1,70 +0,0 @@ -# Copyright © 2023 Advanced Micro Devices, Inc. All rights reserved. -# SPDX-License-Identifier: MIT - -puts "\n" -puts "************************************************************************" -puts "* EXAMPLE 9) 32x32 REAL MATRIX MULTIPLICATION DEMO" -puts "************************************************************************" -puts "\n" - - -# STANDALONE MATRIX MULTIPLIER HLS PROJECT -########################################################################### - -open_project hls_mmult_prj -set_top standalone_mmult -add_files src/mmult_accel.cpp -add_files -tb src/mmult_test.cpp -open_solution "solution1" -flow_target vivado -set_part {xcvc1902-vsva2197-2MP-e-S} -create_clock -period 3.0 -name default -#config_interface -m_axi_latency 0 -config_export -format ip_catalog -rtl vhdl -set_clock_uncertainty 0.5 -csim_design -clean -csynth_design - -open_solution "solution2" -flow_target vivado -set_part {xcvc1902-vsva2197-2MP-e-S} -create_clock -period 3.0 -name default -#config_interface -m_axi_latency 0 -config_export -format ip_catalog -rtl vhdl -set_clock_uncertainty 0.5 -set_directive_pipeline -II 1 "mmult_hw/L2" -csynth_design - -open_solution "solution3" -flow_target vivado -set_part {xczu9eg-ffvb1156-2-i} -create_clock -period 3.0 -name default -#config_interface -m_axi_latency 0 -config_export -format ip_catalog -rtl vhdl -set_clock_uncertainty 0.5 -set_directive_pipeline -II 1 "mmult_hw/L2" -set_directive_array_partition -type block -factor 16 -dim 2 "mmult_hw" a -set_directive_array_partition -type block -factor 16 -dim 1 "mmult_hw" b -csynth_design -#cosim_design - -close_project - - -# WRAPPED AXI4-STREAM MATRIX MULTIPLIER HLS PROJECT -########################################################################### - -open_project hls_wrapped_mmult_prj -set_top HLS_accel -add_files src/mmult_accel.cpp -cflags "-DDB_DEBUG" -add_files -tb src/mmult_test.cpp -cflags "-DDB_DEBUG" -open_solution "solution0" -flow_target vivado -set_part {xcvc1902-vsva2197-2MP-e-S} -create_clock -period 3.0 -name default -set_clock_uncertainty 0.5 -set_directive_inline "mmult_hw" -set_directive_pipeline -II 1 "mmult_hw/L2" -set_directive_array_partition -type block -factor 16 -dim 2 "mmult_hw" a -set_directive_array_partition -type block -factor 16 -dim 1 "mmult_hw" b -csim_design -clean -#-setup -csynth_design -#export_design -evaluate verilog -format ip_catalog -close_project diff --git a/Developer_Contributed/03-HLS_Code_Optimization/files/examples/9_matrix_mult_v/src/mmult.h b/Developer_Contributed/03-HLS_Code_Optimization/files/examples/9_matrix_mult_v/src/mmult.h deleted file mode 100644 index a482ecc41e..0000000000 --- a/Developer_Contributed/03-HLS_Code_Optimization/files/examples/9_matrix_mult_v/src/mmult.h +++ /dev/null @@ -1,194 +0,0 @@ -/* -# Copyright © 2023 Advanced Micro Devices, Inc. All rights reserved. -# SPDX-License-Identifier: MIT -*/ - - -/* - void example(hls::stream< ap_axis<32,2,5,6> > &A, - hls::stream< ap_axis<32,2,5,6> > &B) -{ - #pragma HLS INTERFACE axis port=A - #pragma HLS INTERFACE axis port=B - ap_axis<32,2,5,6> tmp; - while(1) - { - A.read(tmp); - tmp.data = tmp.data.to_int() + 5; - B.write(tmp); - if(tmp.last) - { - break; - } - } -*/ - -#include -#include "ap_axi_sdata.h" -#include "hls_stream.h" - -const int DIM = 32; -const int SIZE = (DIM*DIM); - -const int U =2; -const int TI=5; -const int TD=6; - -typedef float T; -typedef ap_axis AXI_VAL; - - - -// function prototypes -void standalone_mmult (float A[DIM][DIM], float B[DIM][DIM], float C[DIM][DIM]); - -int HLS_accel (hls::stream &INPUT_STREAM, hls::stream &OUTPUT_STREAM); - -/* ****************************** C++ TEMPLATES ************************************** */ - -// reference function -template -void matrix_multiply_ref(T a[DIM][DIM], T b[DIM][DIM], T out[DIM][DIM]) -{ - // matrix multiplication of a A*B matrix - for (int ia = 0; ia < DIM; ++ia) - for (int ib = 0; ib < DIM; ++ib) - { - float sum = 0; - for (int id = 0; id < DIM; ++id) - sum += a[ia][id] * b[id][ib]; - out[ia][ib] = sum; - } - return; -} - -// -------------------------------------------------------- -// function to be accelerated in HW -template -void mmult_hw(T a[DIM][DIM], T b[DIM][DIM], T out[DIM][DIM]) -{ - - int const FACTOR = DIM/2; - #pragma HLS INLINE - //#pragma HLS array_partition variable=a block factor=FACTOR dim=2 - //#pragma HLS array_partition variable=b block factor=FACTOR dim=1 - - // matrix multiplication of a A*B matrix - L1:for (int ia = 0; ia < DIM; ++ia) - L2:for (int ib = 0; ib < DIM; ++ib) - { - //#pragma HLS PIPELINE II=1 - T sum = 0; - L3:for (int id = 0; id < DIM; ++id) - sum += a[ia][id] * b[id][ib]; - out[ia][ib] = sum; - } - return; -} - -// -------------------------------------------------------- -// functions to insert and extract elements from an axi stream -// includes conversion to correct data type - -template -T pop_stream(hls::stream< ap_axis> &inp_stream) -{ -#pragma HLS INLINE - - ap_axis e; - inp_stream.read(e); - - assert(sizeof(T) == sizeof(int)); - union - { - int ival; - T oval; - } converter; - converter.ival = e.data; - T ret = converter.oval; - - ap_uint strb = e.strb; - ap_uint keep = e.keep; - ap_uint user = e.user; - ap_uint<1> last = e.last; - //ap_uint id = e.id; - //ap_uint dest = e.dest; - - return ret; -} - -template -void push_stream(T data, bool last, hls::stream< ap_axis> &out_stream) -{ -#pragma HLS INLINE - - ap_axis e; - - assert(sizeof(T) == sizeof(int)); - union - { - int oval; - T ival; - } converter; - converter.ival = data; - e.data = converter.oval; - - // set it to sizeof(T) ones - e.strb = 1; //-1; - e.keep = 1; //15; - e.user = 1; //0; - e.last = last ? 1 : 0; - //e.id = 0; - //e.dest = 0; - - out_stream.write(e); - -} - -// -------------------------------------------------------------------- -// function to be accelerated in HW wrapped with AXI4-Stream interface - -template -int wrapped_mmult_hw (hls::stream> &inp_stream, hls::stream> &out_stream) -{ - -#pragma HLS INLINE - - T a[DIM][DIM]; - T b[DIM][DIM]; - T out[DIM][DIM]; - - assert(sizeof(T)*8 == 32); - - // stream in first matrix - for(int i=0; i(inp_stream); - } - - // stream in second matrix - for(int i=0; i(inp_stream); - } - - // do HW multiplication - mmult_hw(a,b,out); - - // stream out result matrix - for(int i=0; i(out[i][j], last, out_stream); - } - return 0; - -} diff --git a/Developer_Contributed/03-HLS_Code_Optimization/files/examples/9_matrix_mult_v/src/mmult_accel.cpp b/Developer_Contributed/03-HLS_Code_Optimization/files/examples/9_matrix_mult_v/src/mmult_accel.cpp deleted file mode 100644 index 149de9e9e7..0000000000 --- a/Developer_Contributed/03-HLS_Code_Optimization/files/examples/9_matrix_mult_v/src/mmult_accel.cpp +++ /dev/null @@ -1,33 +0,0 @@ -/* -# Copyright © 2023 Advanced Micro Devices, Inc. All rights reserved. -# SPDX-License-Identifier: MIT -*/ - -#include -#include - -#include "mmult.h" - - -// THIS IS THE TOP LEVEL DESIGN THAT WILL BE SYNTHESIZED -#define MCR_SIZE 1024 - - -void standalone_mmult (float A[32][32], float B[32][32], float C[32][32]) -{ - - mmult_hw (A, B, C); - -} - - -int HLS_accel (hls::stream &INPUT_STREAM, hls::stream &OUTPUT_STREAM) -{ -#pragma HLS INTERFACE s_axilite port=return bundle=CONTROL_BUS -#pragma HLS INTERFACE axis port=OUTPUT_STREAM -#pragma HLS INTERFACE axis port=INPUT_STREAM - - int ret = wrapped_mmult_hw (INPUT_STREAM, OUTPUT_STREAM); - - return ret; -} diff --git a/Developer_Contributed/03-HLS_Code_Optimization/files/examples/9_matrix_mult_v/src/mmult_test.cpp b/Developer_Contributed/03-HLS_Code_Optimization/files/examples/9_matrix_mult_v/src/mmult_test.cpp deleted file mode 100644 index 73ec152101..0000000000 --- a/Developer_Contributed/03-HLS_Code_Optimization/files/examples/9_matrix_mult_v/src/mmult_test.cpp +++ /dev/null @@ -1,165 +0,0 @@ -/* -# Copyright © 2023 Advanced Micro Devices, Inc. All rights reserved. -# SPDX-License-Identifier: MIT -*/ - -#include -#include - -#include "mmult.h" - -void mmult_sw(T a[DIM][DIM], T b[DIM][DIM], T out[DIM][DIM]) -{ - // matrix multiplication of a A*B matrix - for (int ia = 0; ia < DIM; ++ia) - for (int ib = 0; ib < DIM; ++ib) - { - - float sum = 0; - - for (int id = 0; id < DIM; ++id) - - sum += a[ia][id] * b[id][ib]; - - out[ia][ib] = sum; - } -} - - -#ifdef DB_DEBUG - - -// test the functions -template -int test_matrix_mult(void) -{ - int i,j, err; - - T matOp1[DIM][DIM]; - T matOp2[DIM][DIM]; - T matMult_sw[DIM][DIM]; - T matMult_hw[DIM][DIM]; - int SIZE = DIM*DIM; - - /** Matrix Initiation */ - for(i = 0; i inp_stream, out_stream; - - assert(sizeof(T)*8 == 32); - // stream in the first input matrix - for(int i=0; i(matOp1[i][j],0, inp_stream); - } - // stream in the second input matrix - for(int i=0; i(matOp2[i][j],k == (SIZE-1), inp_stream); - } - - - //call the DUT - //wrapped_mmult_hw(inp_stream, out_stream); - int res= HLS_accel(inp_stream, out_stream); - - - // extract the output matrix from the out stream - for(int i=0; i(out_stream); - } - - - /* reference Matrix Multiplication */ - matrix_multiply_ref(matOp1, matOp2, matMult_sw); - - /** Matrix comparison */ - err = 0; - for (i = 0; (i(); - return ret_val; - -} - -#else - -int main(void) -{ - - int ret_val = 0; - - int i,j, err; - - T matOp1[DIM][DIM]; - T matOp2[DIM][DIM]; - T matMult_sw[DIM][DIM]; - T matMult_hw[DIM][DIM]; - - /** Matrix Initiation */ - for(i = 0; i -#include -#include - -#define WORD_SIZE 32 - -extern "C" { - -void mm2s(ap_int* mem, hls::stream, 0, 0, 0>>& s, int size) { -#pragma HLS INTERFACE m_axi port=mem offset=slave bundle=gmem - -#pragma HLS INTERFACE axis port=s - -#pragma HLS INTERFACE s_axilite port=mem bundle=control -#pragma HLS INTERFACE s_axilite port=size bundle=control -#pragma HLS INTERFACE s_axilite port=return bundle=control - - for(int i = 0; i < size; i++) { -#pragma HLS PIPELINE II=1 - hls::axis, 0, 0, 0> x; - x.data = mem[i]; - x.keep = -1; - s.write(x); - } - -} - -} diff --git a/Developer_Contributed/03-HLS_Code_Optimization/files/examples/9_matrix_mult_v/vitis_src/s2mm.cpp b/Developer_Contributed/03-HLS_Code_Optimization/files/examples/9_matrix_mult_v/vitis_src/s2mm.cpp deleted file mode 100644 index 80012ae353..0000000000 --- a/Developer_Contributed/03-HLS_Code_Optimization/files/examples/9_matrix_mult_v/vitis_src/s2mm.cpp +++ /dev/null @@ -1,31 +0,0 @@ -// Copyright © 2023 Advanced Micro Devices, Inc. All rights reserved. -// SPDX-License-Identifier: MIT - -#include -#include -#include - -#define WORD_SIZE 32 - -extern "C" { - -//void s2mm(ap_int* mem, hls::stream >& s, int size) { -void s2mm(ap_int* mem, hls::stream >& s, int size) { -#pragma HLS INTERFACE m_axi port=mem offset=slave bundle=gmem - -#pragma HLS interface axis port=s - -#pragma HLS INTERFACE s_axilite port=mem bundle=control -#pragma HLS INTERFACE s_axilite port=size bundle=control -#pragma HLS interface s_axilite port=return bundle=control - - for(int i = 0; i < size; i++) { -#pragma HLS PIPELINE II=1 - //qdma_axis x = s.read(); - ap_axis x = s.read(); - mem[i] = x.data; - } - -} - -} diff --git a/Developer_Contributed/03-HLS_Code_Optimization/files/examples/9_matrix_mult_v/vitis_src/system.cfg b/Developer_Contributed/03-HLS_Code_Optimization/files/examples/9_matrix_mult_v/vitis_src/system.cfg deleted file mode 100644 index b167917ade..0000000000 --- a/Developer_Contributed/03-HLS_Code_Optimization/files/examples/9_matrix_mult_v/vitis_src/system.cfg +++ /dev/null @@ -1,13 +0,0 @@ -# -# Copyright © 2023 Advanced Micro Devices, Inc. All rights reserved. -# SPDX-License-Identifier: MIT -# - -[connectivity] -##comment next 3 lines if you use this file with the Vitis GUI -#nk=mm2s:1 -#nk=s2mm:1 -#nk=HLS_accel:1 - -sc=mm2s_1.s:HLS_accel_1.INPUT_STREAM -sc=HLS_accel_1.OUTPUT_STREAM:s2mm_1.s diff --git a/Developer_Contributed/03-HLS_Code_Optimization/files/examples/9_matrix_mult_v/vitis_src/xrt_mmult_test.cpp b/Developer_Contributed/03-HLS_Code_Optimization/files/examples/9_matrix_mult_v/vitis_src/xrt_mmult_test.cpp deleted file mode 100644 index 9449739796..0000000000 --- a/Developer_Contributed/03-HLS_Code_Optimization/files/examples/9_matrix_mult_v/vitis_src/xrt_mmult_test.cpp +++ /dev/null @@ -1,274 +0,0 @@ -// Copyright © 2023 Advanced Micro Devices, Inc. All rights reserved. -// SPDX-License-Identifier: MIT - -#include -#include -#include -#include -#include -#include -#include -#include -#include - -#include "mmult.h" - -#define TYPE_DATA signed int - -static const char* STR_ERROR = "ERROR: "; -static const char* STR_FAILED = "FAILED: "; -static const char* STR_PASSED = "PASSED: "; -static const char* STR_INFO = "INFO: "; -static const char* STR_USAGE = "USAGE: "; - -/* -static const char* STR_CHRONO = "CHRONO: "; -static const int CHRONO_CAL_ITERATIONS = 2000; - -void chrono_spend( - int chrono_diff, - const char* str -) { - if(chrono_diff >= 10000) { - std::cout << STR_CHRONO << (int) (chrono_diff / 1000) << "ms -> " << str << std::endl; - } else { - std::cout << STR_CHRONO << (int) (chrono_diff) << "us -> " << str << std::endl; - } -} -*/ - -int main(int argc, char* argv[]) { - - // Check command line - if(argc < 2) { - std::cout << STR_USAGE << argv[0] <<" " << std::endl; - return EXIT_FAILURE; - } - - int wSizeIn = 2*SIZE; - int bSizeIn = wSizeIn * sizeof(TYPE_DATA); - int wSizeOut = SIZE; - int bSizeOut = wSizeOut * sizeof(TYPE_DATA); - -// std::cout << STR_INFO << "ARM sizeof(char) = " << sizeof(char) << std::endl; -// std::cout << STR_INFO << "ARM sizeof(short int) = " << sizeof(short int) << std::endl; -// std::cout << STR_INFO << "ARM sizeof(int) = " << sizeof(int) << std::endl; -// std::cout << STR_INFO << "ARM sizeof(long int) = " << sizeof(long int) << std::endl; -// std::cout << STR_INFO << "ARM sizeof(long long int) = " << sizeof(long long int) << std::endl; -// std::cout << STR_INFO << "ARM sizeof(float) = " << sizeof(float) << std::endl; -// std::cout << STR_INFO << "ARM sizeof(double) = " << sizeof(double) << std::endl; -/* - INFO: ARM sizeof(char) = 1 - INFO: ARM sizeof(short int) = 2 - INFO: ARM sizeof(int) = 4 - INFO: ARM sizeof(long int) = 8 - INFO: ARM sizeof(long long int) = 8 - INFO: ARM sizeof(float) = 4 - INFO: ARM sizeof(double) = 8 -*/ - std::cout << STR_INFO << "wSizeIn = " << wSizeIn << std::endl; - std::cout << STR_INFO << "wSizeOut = " << wSizeOut << std::endl; - std::cout << STR_INFO << "bSizeIn = " << bSizeIn << std::endl; - std::cout << STR_INFO << "bSizeOut = " << bSizeOut << std::endl; - - /* - // Chrono Timer Calibration - auto chrono_t0 = std::chrono::high_resolution_clock::now(); - auto chrono_t1 = std::chrono::high_resolution_clock::now(); - std::chrono::duration chrono_diff(0); - std::chrono::duration chrono_average_calibration(0); - for(int cnt = 0; cnt < CHRONO_CAL_ITERATIONS; cnt++) { - chrono_t0 = std::chrono::high_resolution_clock::now(); - chrono_t1 = std::chrono::high_resolution_clock::now(); - chrono_diff = chrono_t1 - chrono_t0; - chrono_average_calibration += chrono_diff; - } - chrono_average_calibration /= CHRONO_CAL_ITERATIONS; - std::cout << STR_CHRONO << "Average Calibration = " << chrono_average_calibration.count() << std::endl; - */ - - // Loading the xclbin - char* xclbinFilename = argv[1]; - unsigned int dev_index = 0; - auto my_device = xrt::device(dev_index); - std::cout << STR_PASSED << "auto my_device = xrt::device(" << dev_index << ")" << std::endl; - auto xclbin_uuid = my_device.load_xclbin(xclbinFilename); - std::cout << STR_PASSED << "auto xclbin_uuid = my_device.load_xclbin(" << xclbinFilename << ")" << std::endl; - - // Input mm2s kernel - std::cout << STR_INFO << "Opening the Input mm2s Kernel..." << std::endl; - auto in_0 = xrt::kernel(my_device, xclbin_uuid, "mm2s:{mm2s_1}"); - std::cout << STR_PASSED << "auto in_0 = xrt::kernel(my_device, xclbin_uuid, \"mm2s:{mm2s_1}\")" << std::endl; - auto in_0_bo = xrt::bo(my_device, bSizeIn, XCL_BO_FLAGS_NONE, in_0.group_id(0)); - std::cout << STR_PASSED << "auto in_0_bo = xrt::bo(my_device, bSizeIn, XCL_BO_FLAGS_NONE, in_0.group_id(0) (=" << in_0.group_id(0) << "))" << std::endl; - auto in_0_bo_mapped = in_0_bo.map(); - std::cout << STR_PASSED << "auto in_0_bo_mapped = in_0_bo.map()" << std::endl; - - // Populating Input Buffer with random data - std::cout << STR_INFO << "Setting Input Data " << std::endl; - TYPE_DATA *matOp1 = (TYPE_DATA *) malloc(bSizeIn); - TYPE_DATA *matOp2; matOp2 = matOp1 + wSizeIn/2; - TYPE_DATA *matRef = (TYPE_DATA *) malloc(bSizeOut); - union //PS: this conversion does not work if you used unsigned - { - TYPE_DATA i_val; - T f_val; - } converter; - FILE *fin1=fopen("matrix_inputs.txt", "w"); - srand(time(NULL)); // Initialization, should only be called once. - for(int r = 0; r(); - std::cout << STR_PASSED << "auto out_0_bo_mapped = out_0_bo.map()" << std::endl; - memset(out_0_bo_mapped, 0x0, bSizeOut); - - // Opening the matrix multiplier kernel - std::cout << STR_INFO << "Opening HLS Accel kernel " << std::endl; - auto my_krnl = xrt::kernel(my_device, xclbin_uuid, "HLS_accel"); - std::cout << STR_PASSED << "auto my_krnl = xrt::kernel(my_device, xclbin_uuid, \"HLS_accel\")" << std::endl; - - /* - chrono_t0 = std::chrono::high_resolution_clock::now(); - */ - // Start Input mm2s Kernel - std::cout << STR_INFO << "Starting Input mm2s Kernel..." << std::endl; - auto in_0_run = in_0(in_0_bo, nullptr, wSizeIn); - std::cout << STR_PASSED << "auto in_0_run = in_0(in_0_bo, nullptr, " << wSizeIn << ")" << std::endl; - // Starting the Output s2mm Kernels - std::cout << STR_INFO << "Starting Output s2mm Kernel..." << std::endl; - auto out_0_run = out_0(out_0_bo, nullptr, wSizeOut); - std::cout << STR_PASSED << "auto out_0_run = out(out_0_bo, nullptr, " << wSizeOut << ")" << std::endl; - // Starting the matrix multiplier kernel - std::cout << STR_INFO << "starting HLS Accel kernel " << std::endl; - auto my_krnl_run = my_krnl(nullptr, nullptr); - std::cout << STR_PASSED << "my_krnl_run" << std::endl; - - // Waiting for all kernels to end - std::cout << std::endl << STR_INFO << "Waiting for kernels to end..." << std::endl << std::endl; - in_0_run.wait(); - std::cout << STR_PASSED << "in_0_run.wait()" << std::endl; - my_krnl_run.wait(); - std::cout << STR_PASSED << "my_krnl_run.wait()" << std::endl; - out_0_run.wait(); - std::cout << STR_PASSED << "out_0_run.wait()" << std::endl; - - // Sync Output Buffers - std::cout << STR_INFO << "Sync Output Buffer..." << std::endl; - out_0_bo.sync(XCL_BO_SYNC_BO_FROM_DEVICE); - std::cout << STR_PASSED << "out_0_bo.sync(XCL_BO_SYNC_BO_FROM_DEVICE)" << std::endl; - - /* - chrono_t1 = std::chrono::high_resolution_clock::now(); - chrono_diff = chrono_t1 - chrono_t0 - chrono_average_calibration; - chrono_spend(chrono_diff.count(), "Run+Wait Kernels & Sync Output Buffer"); - */ - - // Verifying the results - std::cout << std::endl << STR_INFO << "Verifying output data vs. golden ones " << std::endl << std::endl; - FILE *fin3=fopen("matrix_out_bufs.txt", "w"); - int error_cnt = 0; - TYPE_DATA *golden; golden = matRef; - for(int i = 0; i < wSizeOut; i++) - { - if(out_0_bo_mapped[i] != golden[i]) - { - printf("Error found: @ %d, %d != %d\n", i, out_0_bo_mapped[i], golden[i]); - error_cnt++; - } - fprintf(fin3, "%d %d\n", out_0_bo_mapped[i], golden[i]); - } - fclose(fin3); - - //free memory - free(matRef); - free(matOp1); - - //close program - std::cout << std::endl << ( (error_cnt>0) ? STR_FAILED : STR_PASSED) << argv[0] << std::endl << std::endl; - return ( (error_cnt>0) ? EXIT_FAILURE : EXIT_SUCCESS ); -} diff --git a/Developer_Contributed/03-HLS_Code_Optimization/files/examples/9_matrix_mult_z/Makefile b/Developer_Contributed/03-HLS_Code_Optimization/files/examples/9_matrix_mult_z/Makefile deleted file mode 100644 index b997af7200..0000000000 --- a/Developer_Contributed/03-HLS_Code_Optimization/files/examples/9_matrix_mult_z/Makefile +++ /dev/null @@ -1,80 +0,0 @@ -# Copyright © 2023 Advanced Micro Devices, Inc. All rights reserved. -# SPDX-License-Identifier: MIT - -SHELL := /bin/bash - -.PHONY: help hls_kernels hls_clean zcu102_all zcu102_clean all clean sd_card run show_dir - -#======================================================== -# Source directories -# ========================================================= -RELATIVE_PROJECT_DIR := ./ -PROJECT_DIR := $(shell readlink -f $(RELATIVE_PROJECT_DIR)) - -PROJECT_PL_DIR := $(PROJECT_DIR)/make-flow/zcu102/mmult_kernels -PROJECT_PS_DIR := $(PROJECT_DIR)/make-flow/zcu102/mmult -PROJECT_HWLINK_DIR := $(PROJECT_DIR)/make-flow/zcu102/mmult_system_hw_link -PROJECT_SYSTEM_DIR := $(PROJECT_DIR)/make-flow/zcu102/mmult_system - - -show_dir: - -@echo " " - -@echo " " - -@echo "from $(realpath .)" - -@echo "RELATIVE PROJECT DIR is: $(RELATIVE_PROJECT_DIR)" - -@echo "CURRENT PROJECT DIR is: $(PROJECT_DIR)" - -@echo "PL KERNELS PROJECT DIR is: $(PROJECT_PL_DIR)" - -@echo "PS ARM HOST PROJECT DIR is: $(PROJECT_PS_DIR)" - -@echo "HW LINK PROJECT DIR is: $(PROJECT_HWLINK_DIR)" - -@echo "SYSTEM PROJECT DIR is: $(PROJECT_SYSTEM_DIR)" - -@echo " " - -@echo " " - - -EMBEDDED_PACKAGE_OUT = $(PROJECT_SYSTEM_DIR)/Hardware/package -EMBEDDED_EXEC_SCRIPT = $(PROJECT_SYSTEM_DIR)/Hardware/embedded_exec.sh -PACKAGE_FILES += $(EMBEDDED_EXEC_SCRIPT) -SD_FILES_WITH_PREFIX = $(foreach sd_file,$(PACKAGE_FILES),--package.sd_file $(sd_file)) - -# ======================================================= -# global variables for this tutorial -# ======================================================= -#RELEASE=2022.2 -RELEASE=2025.1 -BOARD=zcu102 -BASE_NUM=202510_1 -#BASE_NUM=202220_1 - -# Platform Selection... -ZYNQMP_VITIS_PLATFORM = xilinx_${BOARD}\_base_${BASE_NUM} -VITIS_PLATFORM_DIR = ${PLATFORM_REPO_PATHS}/${ZYNQMP_VITIS_PLATFORM} -export VITIS_PLATFORM_XPFM = ${VITIS_PLATFORM_DIR}/${ZYNQMP_VITIS_PLATFORM}.xpfm -# Set SysRoot, RootFS and Image -export VITIS_SYSROOTS = ${COMMON_IMAGE_ZYNQMP}/sysroots/cortexa72-cortexa53-amd-linux -export SDKTARGETSYSROOT = ${VITIS_SYSROOTS} -export KERNEL_IMAGE = ${COMMON_IMAGE_ZYNQMP}/Image -export ROOTFS = ${COMMON_IMAGE_ZYNQMP}/rootfs.ext4 -export XLNX_VERSAL = ${COMMON_IMAGE_ZYNQMP} -export PLATFORM = ${VITIS_PLATFORM_XPFM} - - - - -hls_clean: - rm -rf *_prj *.log *~ ./logs - -hls_kernels: - vitis-run --mode hls --tcl ./run_matrix_mult_script_zcu102.tcl - -zcu102_all: - $(MAKE) -C ./make-flow/zcu102 all - -zcu102_clean: - $(MAKE) -C ./make-flow/zcu102 clean - -run: all -sd_card: all - -kernels: hls_kernels -all: show_dir zcu102_all -clean: show_dir hls_clean zcu102_clean diff --git a/Developer_Contributed/03-HLS_Code_Optimization/files/examples/9_matrix_mult_z/check_mmult_results.m b/Developer_Contributed/03-HLS_Code_Optimization/files/examples/9_matrix_mult_z/check_mmult_results.m deleted file mode 100644 index 28f718e0cb..0000000000 --- a/Developer_Contributed/03-HLS_Code_Optimization/files/examples/9_matrix_mult_z/check_mmult_results.m +++ /dev/null @@ -1,68 +0,0 @@ -% Copyright © 2023 Advanced Micro Devices, Inc. All rights reserved. -% SPDX-License-Identifier: MIT - -%% clean workspace - -clear all; -close all; -clc; - -%% memory allocation - -DIM=32; -matOp1 = zeros([DIM, DIM]); -matOp2 = zeros([DIM, DIM]); -matRef = zeros([DIM, DIM]); - -%% reference matrices with MATLAB - -for r = 0 : DIM -1 - for c = 0 : DIM -1 - r1 = r + c; - r2 = r * c; - matOp1(r+1, c+1) = r1; - matOp2(r+1, c+1) = r2; - end -end -matRef = matOp1 * matOp2; - -%% load files generated by ARM on ZCU102 - -I = load('matrix_inputs.txt'); -Oif = load('matrix_out_i_f.txt'); -Obufs = load('matrix_out_bufs.txt'); - -%reshape data files -in1=I(:,1); -in2=I(:,2); -m1 = reshape(in1, [32,32])'; -m2 = reshape(in2, [32,32])'; -m3 = m1 * m2; % expected result - -%% check differences ARM vs. MATLAB - -diff1 = abs(m1 - matOp1); -sum_abs_diff1 = sum(diff1(:)) -diff2 = abs(m2 - matOp2); -sum_abs_diff2 = sum(diff2(:)) -diff3 = abs(m3 - matRef); -sum_abs_diff3 = sum(diff3(:)) - -%% -Oif_c1 = Oif(:, 1); -mat_Oif_c1 = reshape(Oif_c1, [DIM, DIM])'; -Obufs_c2 = Obufs(:, 2); -mat_Obufs_c2 = reshape(Obufs_c2, [DIM, DIM])'; -diff31 = abs(mat_Oif_c1 - mat_Obufs_c2); -sum_abs_diff31 = sum(diff31(:)) - -Oif_c2 = Oif(:, 2); -mat_Oif_c2 = reshape(Oif_c2, [DIM, DIM])'; -diff32 = abs(m3 - mat_Oif_c2); -sum_abs_diff32 = sum(diff32(:)) - - -Obufs_c1 = Obufs(:, 1); -mat_Obufs_c1 = reshape(Obufs_c1, [DIM, DIM])'; -diff12 = abs(mat_Obufs_c1 - mat_Obufs_c2); -sum_abs_diff12 = sum(diff12(:)) diff --git a/Developer_Contributed/03-HLS_Code_Optimization/files/examples/9_matrix_mult_z/description.json b/Developer_Contributed/03-HLS_Code_Optimization/files/examples/9_matrix_mult_z/description.json deleted file mode 100644 index ead4e9f9c9..0000000000 --- a/Developer_Contributed/03-HLS_Code_Optimization/files/examples/9_matrix_mult_z/description.json +++ /dev/null @@ -1,39 +0,0 @@ -{ - "name": "Developer_Contributed-03-HLS_Code_Optimization--matrix_mult_z", - "description": "03-HLS_Code_Optimization--matrix_mult", - "gui": "false", - "flow": "vitis", - - "platform_allowlist": [ "zcu102"], - "platform_blocklist": [], - - "testinfo": { - "test_name": "CTB_03-HLS_zynqmp", - "jobs": [ - { - "max_memory_MB": 65536 - } - ], - - "targets": [ - "vitis_hw_build", - "vitis_hw_run" - ], - "make_options": [ - "VITIS_PLATFORM_XPFM='${PLATFORM_REPO_PATHS}/xilinx_zcu102_base_202510_1/xilinx_zcu102_base_202510_1.xpfm'", - "EMBEDDED_PACKAGE_OUT=./make-flow/zcu102/mmult_system/Hardware/package", - "EMBEDDED_EXEC_SCRIPT=./embedded_exec.sh" - ], - "custom_build_target": { - "all": "all", - "hw": "sd_card" - }, - "custom_board_target": "run_test", - "tasks": { - "build": { - "pre_exec": "./env_setup_zynqmp.sh" - } - } - - } -} diff --git a/Developer_Contributed/03-HLS_Code_Optimization/files/examples/9_matrix_mult_z/make-flow/zcu102/Makefile b/Developer_Contributed/03-HLS_Code_Optimization/files/examples/9_matrix_mult_z/make-flow/zcu102/Makefile deleted file mode 100644 index 521ecb7bb2..0000000000 --- a/Developer_Contributed/03-HLS_Code_Optimization/files/examples/9_matrix_mult_z/make-flow/zcu102/Makefile +++ /dev/null @@ -1,86 +0,0 @@ -# Copyright © 2023 Advanced Micro Devices, Inc. All rights reserved. -# SPDX-License-Identifier: MIT - -SHELL := /bin/bash - -PHONY = help kernels hw_link system host all clean show_dir -PHONY += zcu102_build zcu102_prepare -.PHONY: $(PHONY) - - - -#======================================================== -# Source directories -# ========================================================= -RELATIVE_PROJECT_DIR := ./ -PROJECT_DIR := $(shell readlink -f $(RELATIVE_PROJECT_DIR)) - -PROJECT_PL_DIR := $(PROJECT_DIR)/mmult_kernels -PROJECT_PS_DIR := $(PROJECT_DIR)/mmult -PROJECT_HWLINK_DIR := $(PROJECT_DIR)/mmult_system_hw_link -PROJECT_SYSTEM_DIR := $(PROJECT_DIR)/mmult_system - - -show_dir: - -@echo " " - -@echo " " - -@echo "from $(realpath .)" - -@echo "RELATIVE PROJECT DIR is: $(RELATIVE_PROJECT_DIR)" - -@echo "CURRENT PROJECT DIR is: $(PROJECT_DIR)" - -@echo "PL KERNELS PROJECT DIR is: $(PROJECT_PL_DIR)" - -@echo "PS ARM HOST PROJECT DIR is: $(PROJECT_PS_DIR)" - -@echo "HW LINK PROJECT DIR is: $(PROJECT_HWLINK_DIR)" - -@echo "SYSTEM PROJECT DIR is: $(PROJECT_SYSTEM_DIR)" - -@echo " " - -@echo " " - - - - -all: zcu102_prepare zcu102_build show_dir - -#source $(realpath ../../../../scripts)/set_proj_env_2022v2_zcu102.sh -zcu102_build: - $(MAKE) kernels - $(MAKE) hw_link - $(MAKE) host - $(MAKE) system - - -clean: - $(MAKE) -C mmult_kernels/Hardware clean - $(MAKE) -C mmult_system_hw_link/Hardware clean - $(MAKE) -C mmult_system/Hardware clean - $(MAKE) -C mmult/Hardware clean - rm -rf ./mmult/src - rm -rf ./mmult_system/src - rm -rf ./mmult_kernels/src - rm -rf ./mmult_system_hw_link/src - rm -f ./muult_system/Hardware/*.log - rm -f ./mmult_system/Hardware/*~ - rm -rf ./mmult_system/Hardware/.ipcache - rm -rf ./mmult_system_hw_link/Hardware/.ipcache - - -zcu102_prepare: - mkdir -p $(realpath ../zcu102/mmult)/src - mkdir -p $(realpath ../zcu102/mmult_kernels)/src - cp -f $(realpath ../../vitis_src)/xrt_mmult_test.cpp $(realpath ./mmult)/src/ - cp -f $(realpath ../../src)/mmult.h $(realpath ./mmult)/src/ - cp -f $(realpath ../../src)/*accel.cpp $(realpath ./mmult_kernels)/src/ - cp -f $(realpath ../../src)/mmult.h $(realpath ./mmult_kernels)/src - cp -f $(realpath ../../vitis_src)/mm2s.cpp $(realpath ./mmult_kernels)/src/ - cp -f $(realpath ../../vitis_src)/s2mm.cpp $(realpath ./mmult_kernels)/src/ - cp -f $(realpath ../../vitis_src)/system.cfg $(realpath ./mmult_system_hw_link)/ - -kernels: - $(MAKE) -C $(PROJECT_PL_DIR)/Hardware all - -hw_link: - $(MAKE) -C $(PROJECT_HWLINK_DIR)/Hardware all - -system: - $(MAKE) -C $(PROJECT_SYSTEM_DIR)/Hardware all - -host: - $(MAKE) -C $(PROJECT_PS_DIR)/Hardware all diff --git a/Developer_Contributed/03-HLS_Code_Optimization/files/examples/9_matrix_mult_z/make-flow/zcu102/mmult/Hardware/makefile b/Developer_Contributed/03-HLS_Code_Optimization/files/examples/9_matrix_mult_z/make-flow/zcu102/mmult/Hardware/makefile deleted file mode 100644 index ead0df3c0b..0000000000 --- a/Developer_Contributed/03-HLS_Code_Optimization/files/examples/9_matrix_mult_z/make-flow/zcu102/mmult/Hardware/makefile +++ /dev/null @@ -1,76 +0,0 @@ -# Copyright © 2023 Advanced Micro Devices, Inc. All rights reserved. -# SPDX-License-Identifier: MIT - -#relative directory -RELATIVE_PROJECT_DIR := ../ - -#absolute directory -PROJECT_DIR := $(shell readlink -f $(RELATIVE_PROJECT_DIR)) -PROJECT_PS_DIR := $(PROJECT_DIR) -PROJECT_PL_DIR := $(PROJECT_PS_DIR)/../mmult_kernels -PROJECT_HWLINK_DIR := $(PROJECT_PS_DIR)/../mmult_system_hw_link -PROJECT_SYSTEM_DIR := $(PROJECT_PS_DIR)/../mmult_system - -show_dir: - -@echo " " - -@echo " " - -@echo "from $(realpath .)" - -@echo "RELATIVE PROJECT DIR is: $(RELATIVE_PROJECT_DIR)" - -@echo "CURRENT PROJECT DIR is: $(PROJECT_DIR)" - -@echo "PL KERNELS PROJECT DIR is: $(PROJECT_PL_DIR)" - -@echo "PS ARM HOST PROJECT DIR is: $(PROJECT_PS_DIR)" - -@echo "HW LINK PROJECT DIR is: $(PROJECT_HWLINK_DIR)" - -@echo "SYSTEM PROJECT DIR is: $(PROJECT_SYSTEM_DIR)" - -@echo " " - -@echo " " - - -BOARD=zcu102 - -# compiler tools -HOST_CXX ?= $(XILINX_VITIS)/gnu/aarch64/lin/aarch64-linux/bin/aarch64-linux-gnu-g++ -RM = rm -f -RMDIR = rm -rf - -# compiler flags -CXXFLAGS = -std=c++17 -DVITIS_PLATFORM=$(ZYNQMP_VITIS_PLATFORM) -D__USE_XOPEN2K8 -I$(XILINX_HLS)/include -I$(COMMON_IMAGE_ZYNQMP)/sysroots/cortexa72-cortexa53-amd-linux/usr/include/xrt -O2 -g -Wall -c -fmessage-length=0 --sysroot=$(COMMON_IMAGE_ZYNQMP)/sysroots/cortexa72-cortexa53-amd-linux - -LDFLAGS = -lxilinxopencl -lxrt_core -lxrt_coreutil -lpthread -lrt -ldl -lcrypt -lstdc++ -L$(COMMON_IMAGE_ZYNQMP)/sysroots/cortexa72-cortexa53-amd-linux/usr/lib --sysroot=$(COMMON_IMAGE_ZYNQMP)/sysroots/cortexa72-cortexa53-amd-linux - - -# -# host files -# - -HOST_OBJECTS += $(PROJECT_PS_DIR)/src/xrt_mmult_test.o - -HOST_EXE = $(PROJECT_PS_DIR)/Hardware/mmult - - -# -# primary build targets -# - -.PHONY: all clean -all: show_dir $(HOST_EXE) - -clean: - -$(RM) $(HOST_EXE) $(HOST_OBJECTS) *.log guidance.* $(PROJECT_PS_DIR)/src/*.o *~ - -$(RMDIR) $(PROJECT_PS_DIR)/Hardware/src - -.PHONY: incremental -incremental: all - - -nothing: - -# -# host rules -# - -$(PROJECT_PS_DIR)/src/xrt_mmult_test.o: $(PROJECT_PS_DIR)/src/xrt_mmult_test.cpp $(PROJECT_PS_DIR)/src/mmult.h - -@mkdir -p $(@D) - $(HOST_CXX) $(CXXFLAGS) -o "$@" "$<" - -$(HOST_EXE): $(HOST_OBJECTS) - $(HOST_CXX) -o "$@" $(+) $(LDFLAGS) diff --git a/Developer_Contributed/03-HLS_Code_Optimization/files/examples/9_matrix_mult_z/make-flow/zcu102/mmult_kernels/Hardware/HLS_accel-compile.cfg b/Developer_Contributed/03-HLS_Code_Optimization/files/examples/9_matrix_mult_z/make-flow/zcu102/mmult_kernels/Hardware/HLS_accel-compile.cfg deleted file mode 100644 index 1199a3d350..0000000000 --- a/Developer_Contributed/03-HLS_Code_Optimization/files/examples/9_matrix_mult_z/make-flow/zcu102/mmult_kernels/Hardware/HLS_accel-compile.cfg +++ /dev/null @@ -1,13 +0,0 @@ -# Copyright © 2023 Advanced Micro Devices, Inc. All rights reserved. -# SPDX-License-Identifier: MIT - -#platform=/media/danieleb/DATA/2022.2/tools/Xilinx/Vitis/2022.2/base_platforms/xilinx_zcu102_base_202220_1/xilinx_zcu102_base_202220_1.xpfm -save-temps=1 -kernel=HLS_accel -messageDb=build/HLS_accel.mdb -temp_dir=build -report_dir=build/reports -log_dir=build/logs - -[advanced] -misc=solution_name=HLS_accel diff --git a/Developer_Contributed/03-HLS_Code_Optimization/files/examples/9_matrix_mult_z/make-flow/zcu102/mmult_kernels/Hardware/makefile b/Developer_Contributed/03-HLS_Code_Optimization/files/examples/9_matrix_mult_z/make-flow/zcu102/mmult_kernels/Hardware/makefile deleted file mode 100644 index b3cb5275cf..0000000000 --- a/Developer_Contributed/03-HLS_Code_Optimization/files/examples/9_matrix_mult_z/make-flow/zcu102/mmult_kernels/Hardware/makefile +++ /dev/null @@ -1,90 +0,0 @@ -# Copyright © 2023 Advanced Micro Devices, Inc. All rights reserved. -# SPDX-License-Identifier: MIT - -#relative directory -RELATIVE_PROJECT_DIR := ../ - -#absolute directory -PROJECT_DIR := $(shell readlink -f $(RELATIVE_PROJECT_DIR)) -PROJECT_PL_DIR := $(PROJECT_DIR) -PROJECT_PS_DIR = $(PROJECT_PL_DIR)/../mmult -PROJECT_SYSTEM_DIR = $(PROJECT_PL_DIR)/../mmult_system -PROJECT_HWLINK_DIR = $(PROJECT_PL_DIR)/../mmult_system_hw_link - -show_dir: - -@echo " " - -@echo " " - -@echo "from $(realpath .)" - -@echo "RELATIVE PROJECT DIR is: $(RELATIVE_PROJECT_DIR)" - -@echo "CURRENT PROJECT DIR is: $(PROJECT_DIR)" - -@echo "PL KERNELS PROJECT DIR is: $(PROJECT_PL_DIR)" - -@echo "PS ARM HOST PROJECT DIR is: $(PROJECT_PS_DIR)" - -@echo "HW LINK PROJECT DIR is: $(PROJECT_HWLINK_DIR)" - -@echo "SYSTEM PROJECT DIR is: $(PROJECT_SYSTEM_DIR)" - -@echo " " - -@echo " " - - -BOARD=zcu102 - -# compiler tools -VPP ?= ${XILINX_VITIS}/bin/v++ -RM = rm -f -RMDIR = rm -rf - -TARGET = hw -VPP_OPTS = --target $(TARGET) - -# -# Hw kernel files -# - - -BUILD_SUBDIRS = $(PROJECT_PL_DIR)/Hardware/build -HW_KERNEL_OBJS += $(PROJECT_PL_DIR)/Hardware/build/HLS_accel.xo -SRC_KERNEL_OBJS += $(PROJECT_PL_DIR)/Hardware/build/HLS_accel.xo -HW_KERNEL_OBJS += $(PROJECT_PL_DIR)/Hardware/build/mm2s.xo -SRC_KERNEL_OBJS += $(PROJECT_PL_DIR)/Hardware/build/mm2s.xo -HW_KERNEL_OBJS += $(PROJECT_PL_DIR)/Hardware/build/s2mm.xo -SRC_KERNEL_OBJS += $(PROJECT_PL_DIR)/Hardware/build/s2mm.xo - -ALL_MESSAGE_FILES = $(subst .xo,.o,.mdb,$(SRC_KERNEL_OBJS)) - -# -# primary build targets -# - -.PHONY: all clean -all: show_dir $(HW_KERNEL_OBJS) - - -clean: - -$(RM) $(SRC_KERNEL_OBJS) $(ALL_MESSAGE_FILES) - -$(RMDIR) $(BUILD_SUBDIRS) - -$(RMDIR) .Xil guidance.* *.log *~ - -.PHONY: incremental -incremental: all - - -nothing: - -# -# Hw Kernels compile; -# - -$(PROJECT_PL_DIR)/Hardware/build/HLS_accel.xo: $(PROJECT_PL_DIR)/src/mmult_accel.cpp $(PROJECT_PL_DIR)/src/mmult.h $(PROJECT_PL_DIR)/Hardware/HLS_accel-compile.cfg - -@mkdir -p $(@D) - -@$(RM) $@ - $(VPP) $(VPP_OPTS) --compile -I"$( binary_container_1.xsa.sh - $(VPP_LINKER) $(VPP_OPTS) --link --config $(PROJECT_HWLINK_DIR)/system.cfg --platform $(VITIS_PLATFORM_XPFM) --config $(PROJECT_HWLINK_DIR)/Hardware/binary_container_1-link.cfg -o"$@" $(BINARY_CONTAINER_1_OBJS) diff --git a/Developer_Contributed/03-HLS_Code_Optimization/files/examples/9_matrix_mult_z/make-flow/zcu102/mmult_system_hw_link/system.cfg b/Developer_Contributed/03-HLS_Code_Optimization/files/examples/9_matrix_mult_z/make-flow/zcu102/mmult_system_hw_link/system.cfg deleted file mode 100644 index fae908b74e..0000000000 --- a/Developer_Contributed/03-HLS_Code_Optimization/files/examples/9_matrix_mult_z/make-flow/zcu102/mmult_system_hw_link/system.cfg +++ /dev/null @@ -1,11 +0,0 @@ -# Copyright © 2023 Advanced Micro Devices, Inc. All rights reserved. -# SPDX-License-Identifier: MIT - -[connectivity] -##comment next 3 lines if you use this file with the Vitis GUI -#nk=mm2s:1 -#nk=s2mm:1 -#nk=HLS_accel:1 - -sc=mm2s_1.s:HLS_accel_1.INPUT_STREAM -sc=HLS_accel_1.OUTPUT_STREAM:s2mm_1.s diff --git a/Developer_Contributed/03-HLS_Code_Optimization/files/examples/9_matrix_mult_z/run_matrix_mult_zcu102_script.tcl b/Developer_Contributed/03-HLS_Code_Optimization/files/examples/9_matrix_mult_z/run_matrix_mult_zcu102_script.tcl deleted file mode 100644 index 2178c01222..0000000000 --- a/Developer_Contributed/03-HLS_Code_Optimization/files/examples/9_matrix_mult_z/run_matrix_mult_zcu102_script.tcl +++ /dev/null @@ -1,71 +0,0 @@ -# Copyright © 2023 Advanced Micro Devices, Inc. All rights reserved. -# SPDX-License-Identifier: MIT - - -puts "\n" -puts "************************************************************************" -puts "* EXAMPLE 9) 32x32 REAL MATRIX MULTIPLICATION DEMO" -puts "************************************************************************" -puts "\n" - - -# STANDALONE MATRIX MULTIPLIER HLS PROJECT -########################################################################### - -open_project hls_mmult_prj -set_top standalone_mmult -add_files src/mmult_accel.cpp -add_files -tb src/mmult_test.cpp -open_solution "solution1" -flow_target vivado -set_part {xczu9eg-ffvb1156-2-i} -create_clock -period 3.0 -name default -#config_interface -m_axi_latency 0 -config_export -format ip_catalog -rtl vhdl -set_clock_uncertainty 0.5 -csim_design -clean -csynth_design - -open_solution "solution2" -flow_target vivado -set_part {xczu9eg-ffvb1156-2-i} -create_clock -period 3.0 -name default -#config_interface -m_axi_latency 0 -config_export -format ip_catalog -rtl vhdl -set_clock_uncertainty 0.5 -set_directive_pipeline -II 1 "mmult_hw/L2" -csynth_design - -open_solution "solution3" -flow_target vivado -set_part {xczu9eg-ffvb1156-2-i} -create_clock -period 3.0 -name default -#config_interface -m_axi_latency 0 -config_export -format ip_catalog -rtl vhdl -set_clock_uncertainty 0.5 -set_directive_pipeline -II 1 "mmult_hw/L2" -set_directive_array_partition -type block -factor 16 -dim 2 "mmult_hw" a -set_directive_array_partition -type block -factor 16 -dim 1 "mmult_hw" b -csynth_design -#cosim_design - -close_project - - -# WRAPPED AXI4-STREAM MATRIX MULTIPLIER HLS PROJECT -########################################################################### - -open_project hls_wrapped_mmult_prj -set_top HLS_accel -add_files src/mmult_accel.cpp -cflags "-DDB_DEBUG" -add_files -tb src/mmult_test.cpp -cflags "-DDB_DEBUG" -open_solution "solution0" -flow_target vivado -set_part {xczu9eg-ffvb1156-2-i} -create_clock -period 3.0 -name default -set_clock_uncertainty 0.5 -set_directive_inline "mmult_hw" -set_directive_pipeline -II 1 "mmult_hw/L2" -set_directive_array_partition -type block -factor 16 -dim 2 "mmult_hw" a -set_directive_array_partition -type block -factor 16 -dim 1 "mmult_hw" b -csim_design -clean -#-setup -csynth_design -#export_design -evaluate verilog -format ip_catalog -close_project diff --git a/Developer_Contributed/03-HLS_Code_Optimization/files/examples/9_matrix_mult_z/src/mmult.h b/Developer_Contributed/03-HLS_Code_Optimization/files/examples/9_matrix_mult_z/src/mmult.h deleted file mode 100644 index 9aa59acff6..0000000000 --- a/Developer_Contributed/03-HLS_Code_Optimization/files/examples/9_matrix_mult_z/src/mmult.h +++ /dev/null @@ -1,194 +0,0 @@ -/* -Copyright © 2023 Advanced Micro Devices, Inc. All rights reserved. -SPDX-License-Identifier: MIT -*/ - - -/* - void example(hls::stream< ap_axis<32,2,5,6> > &A, - hls::stream< ap_axis<32,2,5,6> > &B) -{ - #pragma HLS INTERFACE axis port=A - #pragma HLS INTERFACE axis port=B - ap_axis<32,2,5,6> tmp; - while(1) - { - A.read(tmp); - tmp.data = tmp.data.to_int() + 5; - B.write(tmp); - if(tmp.last) - { - break; - } - } -*/ - -#include -#include "ap_axi_sdata.h" -#include "hls_stream.h" - -const int DIM = 32; -const int SIZE = (DIM*DIM); - -const int U =2; -const int TI=5; -const int TD=6; - -typedef float T; -typedef ap_axis AXI_VAL; - - - -// function prototypes -void standalone_mmult (float A[DIM][DIM], float B[DIM][DIM], float C[DIM][DIM]); - -int HLS_accel (hls::stream &INPUT_STREAM, hls::stream &OUTPUT_STREAM); - -/* ****************************** C++ TEMPLATES ************************************** */ - -// reference function -template -void matrix_multiply_ref(T a[DIM][DIM], T b[DIM][DIM], T out[DIM][DIM]) -{ - // matrix multiplication of a A*B matrix - for (int ia = 0; ia < DIM; ++ia) - for (int ib = 0; ib < DIM; ++ib) - { - float sum = 0; - for (int id = 0; id < DIM; ++id) - sum += a[ia][id] * b[id][ib]; - out[ia][ib] = sum; - } - return; -} - -// -------------------------------------------------------- -// function to be accelerated in HW -template -void mmult_hw(T a[DIM][DIM], T b[DIM][DIM], T out[DIM][DIM]) -{ - - int const FACTOR = DIM/2; - #pragma HLS INLINE - //#pragma HLS array_partition variable=a block factor=FACTOR dim=2 - //#pragma HLS array_partition variable=b block factor=FACTOR dim=1 - - // matrix multiplication of a A*B matrix - L1:for (int ia = 0; ia < DIM; ++ia) - L2:for (int ib = 0; ib < DIM; ++ib) - { - //#pragma HLS PIPELINE II=1 - T sum = 0; - L3:for (int id = 0; id < DIM; ++id) - sum += a[ia][id] * b[id][ib]; - out[ia][ib] = sum; - } - return; -} - -// -------------------------------------------------------- -// functions to insert and extract elements from an axi stream -// includes conversion to correct data type - -template -T pop_stream(hls::stream< ap_axis> &inp_stream) -{ -#pragma HLS INLINE - - ap_axis e; - inp_stream.read(e); - - assert(sizeof(T) == sizeof(int)); - union - { - int ival; - T oval; - } converter; - converter.ival = e.data; - T ret = converter.oval; - - ap_uint strb = e.strb; - ap_uint keep = e.keep; - ap_uint user = e.user; - ap_uint<1> last = e.last; - //ap_uint id = e.id; - //ap_uint dest = e.dest; - - return ret; -} - -template -void push_stream(T data, bool last, hls::stream< ap_axis> &out_stream) -{ -#pragma HLS INLINE - - ap_axis e; - - assert(sizeof(T) == sizeof(int)); - union - { - int oval; - T ival; - } converter; - converter.ival = data; - e.data = converter.oval; - - // set it to sizeof(T) ones - e.strb = 1; //-1; - e.keep = 1; //15; - e.user = 1; //0; - e.last = last ? 1 : 0; - //e.id = 0; - //e.dest = 0; - - out_stream.write(e); - -} - -// -------------------------------------------------------------------- -// function to be accelerated in HW wrapped with AXI4-Stream interface - -template -int wrapped_mmult_hw (hls::stream> &inp_stream, hls::stream> &out_stream) -{ - -#pragma HLS INLINE - - T a[DIM][DIM]; - T b[DIM][DIM]; - T out[DIM][DIM]; - - assert(sizeof(T)*8 == 32); - - // stream in first matrix - for(int i=0; i(inp_stream); - } - - // stream in second matrix - for(int i=0; i(inp_stream); - } - - // do HW multiplication - mmult_hw(a,b,out); - - // stream out result matrix - for(int i=0; i(out[i][j], last, out_stream); - } - return 0; - -} diff --git a/Developer_Contributed/03-HLS_Code_Optimization/files/examples/9_matrix_mult_z/src/mmult_accel.cpp b/Developer_Contributed/03-HLS_Code_Optimization/files/examples/9_matrix_mult_z/src/mmult_accel.cpp deleted file mode 100644 index a40b7ad632..0000000000 --- a/Developer_Contributed/03-HLS_Code_Optimization/files/examples/9_matrix_mult_z/src/mmult_accel.cpp +++ /dev/null @@ -1,31 +0,0 @@ -// Copyright © 2023 Advanced Micro Devices, Inc. All rights reserved. -// SPDX-License-Identifier: MIT - -#include -#include - -#include "mmult.h" - - -// THIS IS THE TOP LEVEL DESIGN THAT WILL BE SYNTHESIZED -#define MCR_SIZE 1024 - - -void standalone_mmult (float A[32][32], float B[32][32], float C[32][32]) -{ - - mmult_hw (A, B, C); - -} - - -int HLS_accel (hls::stream &INPUT_STREAM, hls::stream &OUTPUT_STREAM) -{ -#pragma HLS INTERFACE s_axilite port=return bundle=CONTROL_BUS -#pragma HLS INTERFACE axis port=OUTPUT_STREAM -#pragma HLS INTERFACE axis port=INPUT_STREAM - - int ret = wrapped_mmult_hw (INPUT_STREAM, OUTPUT_STREAM); - - return ret; -} diff --git a/Developer_Contributed/03-HLS_Code_Optimization/files/examples/9_matrix_mult_z/src/mmult_test.cpp b/Developer_Contributed/03-HLS_Code_Optimization/files/examples/9_matrix_mult_z/src/mmult_test.cpp deleted file mode 100644 index 087fc53cd9..0000000000 --- a/Developer_Contributed/03-HLS_Code_Optimization/files/examples/9_matrix_mult_z/src/mmult_test.cpp +++ /dev/null @@ -1,165 +0,0 @@ -/* -Copyright © 2023 Advanced Micro Devices, Inc. All rights reserved. -SPDX-License-Identifier: MIT -*/ - -#include -#include - -#include "mmult.h" - -void mmult_sw(T a[DIM][DIM], T b[DIM][DIM], T out[DIM][DIM]) -{ - // matrix multiplication of a A*B matrix - for (int ia = 0; ia < DIM; ++ia) - for (int ib = 0; ib < DIM; ++ib) - { - - float sum = 0; - - for (int id = 0; id < DIM; ++id) - - sum += a[ia][id] * b[id][ib]; - - out[ia][ib] = sum; - } -} - - -#ifdef DB_DEBUG - - -// test the functions -template -int test_matrix_mult(void) -{ - int i,j, err; - - T matOp1[DIM][DIM]; - T matOp2[DIM][DIM]; - T matMult_sw[DIM][DIM]; - T matMult_hw[DIM][DIM]; - int SIZE = DIM*DIM; - - /** Matrix Initiation */ - for(i = 0; i inp_stream, out_stream; - - assert(sizeof(T)*8 == 32); - // stream in the first input matrix - for(int i=0; i(matOp1[i][j],0, inp_stream); - } - // stream in the second input matrix - for(int i=0; i(matOp2[i][j],k == (SIZE-1), inp_stream); - } - - - //call the DUT - //wrapped_mmult_hw(inp_stream, out_stream); - int res= HLS_accel(inp_stream, out_stream); - - - // extract the output matrix from the out stream - for(int i=0; i(out_stream); - } - - - /* reference Matrix Multiplication */ - matrix_multiply_ref(matOp1, matOp2, matMult_sw); - - /** Matrix comparison */ - err = 0; - for (i = 0; (i(); - return ret_val; - -} - -#else - -int main(void) -{ - - int ret_val = 0; - - int i,j, err; - - T matOp1[DIM][DIM]; - T matOp2[DIM][DIM]; - T matMult_sw[DIM][DIM]; - T matMult_hw[DIM][DIM]; - - /** Matrix Initiation */ - for(i = 0; i -#include -#include - -#define WORD_SIZE 32 - -extern "C" { - -void mm2s(ap_int* mem, hls::stream, 0, 0, 0>>& s, int size) { -#pragma HLS INTERFACE m_axi port=mem offset=slave bundle=gmem - -#pragma HLS INTERFACE axis port=s - -#pragma HLS INTERFACE s_axilite port=mem bundle=control -#pragma HLS INTERFACE s_axilite port=size bundle=control -#pragma HLS INTERFACE s_axilite port=return bundle=control - - for(int i = 0; i < size; i++) { -#pragma HLS PIPELINE II=1 - hls::axis, 0, 0, 0> x; - x.data = mem[i]; - x.keep = -1; - s.write(x); - } - -} - -} diff --git a/Developer_Contributed/03-HLS_Code_Optimization/files/examples/9_matrix_mult_z/vitis_src/s2mm.cpp b/Developer_Contributed/03-HLS_Code_Optimization/files/examples/9_matrix_mult_z/vitis_src/s2mm.cpp deleted file mode 100644 index 80012ae353..0000000000 --- a/Developer_Contributed/03-HLS_Code_Optimization/files/examples/9_matrix_mult_z/vitis_src/s2mm.cpp +++ /dev/null @@ -1,31 +0,0 @@ -// Copyright © 2023 Advanced Micro Devices, Inc. All rights reserved. -// SPDX-License-Identifier: MIT - -#include -#include -#include - -#define WORD_SIZE 32 - -extern "C" { - -//void s2mm(ap_int* mem, hls::stream >& s, int size) { -void s2mm(ap_int* mem, hls::stream >& s, int size) { -#pragma HLS INTERFACE m_axi port=mem offset=slave bundle=gmem - -#pragma HLS interface axis port=s - -#pragma HLS INTERFACE s_axilite port=mem bundle=control -#pragma HLS INTERFACE s_axilite port=size bundle=control -#pragma HLS interface s_axilite port=return bundle=control - - for(int i = 0; i < size; i++) { -#pragma HLS PIPELINE II=1 - //qdma_axis x = s.read(); - ap_axis x = s.read(); - mem[i] = x.data; - } - -} - -} diff --git a/Developer_Contributed/03-HLS_Code_Optimization/files/examples/9_matrix_mult_z/vitis_src/system.cfg b/Developer_Contributed/03-HLS_Code_Optimization/files/examples/9_matrix_mult_z/vitis_src/system.cfg deleted file mode 100644 index fae908b74e..0000000000 --- a/Developer_Contributed/03-HLS_Code_Optimization/files/examples/9_matrix_mult_z/vitis_src/system.cfg +++ /dev/null @@ -1,11 +0,0 @@ -# Copyright © 2023 Advanced Micro Devices, Inc. All rights reserved. -# SPDX-License-Identifier: MIT - -[connectivity] -##comment next 3 lines if you use this file with the Vitis GUI -#nk=mm2s:1 -#nk=s2mm:1 -#nk=HLS_accel:1 - -sc=mm2s_1.s:HLS_accel_1.INPUT_STREAM -sc=HLS_accel_1.OUTPUT_STREAM:s2mm_1.s diff --git a/Developer_Contributed/03-HLS_Code_Optimization/files/examples/9_matrix_mult_z/vitis_src/xrt_mmult_test.cpp b/Developer_Contributed/03-HLS_Code_Optimization/files/examples/9_matrix_mult_z/vitis_src/xrt_mmult_test.cpp deleted file mode 100644 index 9449739796..0000000000 --- a/Developer_Contributed/03-HLS_Code_Optimization/files/examples/9_matrix_mult_z/vitis_src/xrt_mmult_test.cpp +++ /dev/null @@ -1,274 +0,0 @@ -// Copyright © 2023 Advanced Micro Devices, Inc. All rights reserved. -// SPDX-License-Identifier: MIT - -#include -#include -#include -#include -#include -#include -#include -#include -#include - -#include "mmult.h" - -#define TYPE_DATA signed int - -static const char* STR_ERROR = "ERROR: "; -static const char* STR_FAILED = "FAILED: "; -static const char* STR_PASSED = "PASSED: "; -static const char* STR_INFO = "INFO: "; -static const char* STR_USAGE = "USAGE: "; - -/* -static const char* STR_CHRONO = "CHRONO: "; -static const int CHRONO_CAL_ITERATIONS = 2000; - -void chrono_spend( - int chrono_diff, - const char* str -) { - if(chrono_diff >= 10000) { - std::cout << STR_CHRONO << (int) (chrono_diff / 1000) << "ms -> " << str << std::endl; - } else { - std::cout << STR_CHRONO << (int) (chrono_diff) << "us -> " << str << std::endl; - } -} -*/ - -int main(int argc, char* argv[]) { - - // Check command line - if(argc < 2) { - std::cout << STR_USAGE << argv[0] <<" " << std::endl; - return EXIT_FAILURE; - } - - int wSizeIn = 2*SIZE; - int bSizeIn = wSizeIn * sizeof(TYPE_DATA); - int wSizeOut = SIZE; - int bSizeOut = wSizeOut * sizeof(TYPE_DATA); - -// std::cout << STR_INFO << "ARM sizeof(char) = " << sizeof(char) << std::endl; -// std::cout << STR_INFO << "ARM sizeof(short int) = " << sizeof(short int) << std::endl; -// std::cout << STR_INFO << "ARM sizeof(int) = " << sizeof(int) << std::endl; -// std::cout << STR_INFO << "ARM sizeof(long int) = " << sizeof(long int) << std::endl; -// std::cout << STR_INFO << "ARM sizeof(long long int) = " << sizeof(long long int) << std::endl; -// std::cout << STR_INFO << "ARM sizeof(float) = " << sizeof(float) << std::endl; -// std::cout << STR_INFO << "ARM sizeof(double) = " << sizeof(double) << std::endl; -/* - INFO: ARM sizeof(char) = 1 - INFO: ARM sizeof(short int) = 2 - INFO: ARM sizeof(int) = 4 - INFO: ARM sizeof(long int) = 8 - INFO: ARM sizeof(long long int) = 8 - INFO: ARM sizeof(float) = 4 - INFO: ARM sizeof(double) = 8 -*/ - std::cout << STR_INFO << "wSizeIn = " << wSizeIn << std::endl; - std::cout << STR_INFO << "wSizeOut = " << wSizeOut << std::endl; - std::cout << STR_INFO << "bSizeIn = " << bSizeIn << std::endl; - std::cout << STR_INFO << "bSizeOut = " << bSizeOut << std::endl; - - /* - // Chrono Timer Calibration - auto chrono_t0 = std::chrono::high_resolution_clock::now(); - auto chrono_t1 = std::chrono::high_resolution_clock::now(); - std::chrono::duration chrono_diff(0); - std::chrono::duration chrono_average_calibration(0); - for(int cnt = 0; cnt < CHRONO_CAL_ITERATIONS; cnt++) { - chrono_t0 = std::chrono::high_resolution_clock::now(); - chrono_t1 = std::chrono::high_resolution_clock::now(); - chrono_diff = chrono_t1 - chrono_t0; - chrono_average_calibration += chrono_diff; - } - chrono_average_calibration /= CHRONO_CAL_ITERATIONS; - std::cout << STR_CHRONO << "Average Calibration = " << chrono_average_calibration.count() << std::endl; - */ - - // Loading the xclbin - char* xclbinFilename = argv[1]; - unsigned int dev_index = 0; - auto my_device = xrt::device(dev_index); - std::cout << STR_PASSED << "auto my_device = xrt::device(" << dev_index << ")" << std::endl; - auto xclbin_uuid = my_device.load_xclbin(xclbinFilename); - std::cout << STR_PASSED << "auto xclbin_uuid = my_device.load_xclbin(" << xclbinFilename << ")" << std::endl; - - // Input mm2s kernel - std::cout << STR_INFO << "Opening the Input mm2s Kernel..." << std::endl; - auto in_0 = xrt::kernel(my_device, xclbin_uuid, "mm2s:{mm2s_1}"); - std::cout << STR_PASSED << "auto in_0 = xrt::kernel(my_device, xclbin_uuid, \"mm2s:{mm2s_1}\")" << std::endl; - auto in_0_bo = xrt::bo(my_device, bSizeIn, XCL_BO_FLAGS_NONE, in_0.group_id(0)); - std::cout << STR_PASSED << "auto in_0_bo = xrt::bo(my_device, bSizeIn, XCL_BO_FLAGS_NONE, in_0.group_id(0) (=" << in_0.group_id(0) << "))" << std::endl; - auto in_0_bo_mapped = in_0_bo.map(); - std::cout << STR_PASSED << "auto in_0_bo_mapped = in_0_bo.map()" << std::endl; - - // Populating Input Buffer with random data - std::cout << STR_INFO << "Setting Input Data " << std::endl; - TYPE_DATA *matOp1 = (TYPE_DATA *) malloc(bSizeIn); - TYPE_DATA *matOp2; matOp2 = matOp1 + wSizeIn/2; - TYPE_DATA *matRef = (TYPE_DATA *) malloc(bSizeOut); - union //PS: this conversion does not work if you used unsigned - { - TYPE_DATA i_val; - T f_val; - } converter; - FILE *fin1=fopen("matrix_inputs.txt", "w"); - srand(time(NULL)); // Initialization, should only be called once. - for(int r = 0; r(); - std::cout << STR_PASSED << "auto out_0_bo_mapped = out_0_bo.map()" << std::endl; - memset(out_0_bo_mapped, 0x0, bSizeOut); - - // Opening the matrix multiplier kernel - std::cout << STR_INFO << "Opening HLS Accel kernel " << std::endl; - auto my_krnl = xrt::kernel(my_device, xclbin_uuid, "HLS_accel"); - std::cout << STR_PASSED << "auto my_krnl = xrt::kernel(my_device, xclbin_uuid, \"HLS_accel\")" << std::endl; - - /* - chrono_t0 = std::chrono::high_resolution_clock::now(); - */ - // Start Input mm2s Kernel - std::cout << STR_INFO << "Starting Input mm2s Kernel..." << std::endl; - auto in_0_run = in_0(in_0_bo, nullptr, wSizeIn); - std::cout << STR_PASSED << "auto in_0_run = in_0(in_0_bo, nullptr, " << wSizeIn << ")" << std::endl; - // Starting the Output s2mm Kernels - std::cout << STR_INFO << "Starting Output s2mm Kernel..." << std::endl; - auto out_0_run = out_0(out_0_bo, nullptr, wSizeOut); - std::cout << STR_PASSED << "auto out_0_run = out(out_0_bo, nullptr, " << wSizeOut << ")" << std::endl; - // Starting the matrix multiplier kernel - std::cout << STR_INFO << "starting HLS Accel kernel " << std::endl; - auto my_krnl_run = my_krnl(nullptr, nullptr); - std::cout << STR_PASSED << "my_krnl_run" << std::endl; - - // Waiting for all kernels to end - std::cout << std::endl << STR_INFO << "Waiting for kernels to end..." << std::endl << std::endl; - in_0_run.wait(); - std::cout << STR_PASSED << "in_0_run.wait()" << std::endl; - my_krnl_run.wait(); - std::cout << STR_PASSED << "my_krnl_run.wait()" << std::endl; - out_0_run.wait(); - std::cout << STR_PASSED << "out_0_run.wait()" << std::endl; - - // Sync Output Buffers - std::cout << STR_INFO << "Sync Output Buffer..." << std::endl; - out_0_bo.sync(XCL_BO_SYNC_BO_FROM_DEVICE); - std::cout << STR_PASSED << "out_0_bo.sync(XCL_BO_SYNC_BO_FROM_DEVICE)" << std::endl; - - /* - chrono_t1 = std::chrono::high_resolution_clock::now(); - chrono_diff = chrono_t1 - chrono_t0 - chrono_average_calibration; - chrono_spend(chrono_diff.count(), "Run+Wait Kernels & Sync Output Buffer"); - */ - - // Verifying the results - std::cout << std::endl << STR_INFO << "Verifying output data vs. golden ones " << std::endl << std::endl; - FILE *fin3=fopen("matrix_out_bufs.txt", "w"); - int error_cnt = 0; - TYPE_DATA *golden; golden = matRef; - for(int i = 0; i < wSizeOut; i++) - { - if(out_0_bo_mapped[i] != golden[i]) - { - printf("Error found: @ %d, %d != %d\n", i, out_0_bo_mapped[i], golden[i]); - error_cnt++; - } - fprintf(fin3, "%d %d\n", out_0_bo_mapped[i], golden[i]); - } - fclose(fin3); - - //free memory - free(matRef); - free(matOp1); - - //close program - std::cout << std::endl << ( (error_cnt>0) ? STR_FAILED : STR_PASSED) << argv[0] << std::endl << std::endl; - return ( (error_cnt>0) ? EXIT_FAILURE : EXIT_SUCCESS ); -} diff --git a/Developer_Contributed/03-HLS_Code_Optimization/files/examples/Makefile b/Developer_Contributed/03-HLS_Code_Optimization/files/examples/Makefile deleted file mode 100644 index 9707d76290..0000000000 --- a/Developer_Contributed/03-HLS_Code_Optimization/files/examples/Makefile +++ /dev/null @@ -1,103 +0,0 @@ -# Copyright © 2023 Advanced Micro Devices, Inc. All rights reserved. -# SPDX-License-Identifier: MIT - -SHELL := /bin/bash - -PHONY = clean all help -PHONY += hls_kernels hls_clean hls_all -PHONY += vadd_zcu012 mmult_zcu012 mmult_vck190 -PHONY += vadd_clean mmult_zclean mmult_vclean build_mult -.PHONY : $(PHONY) - - -ECHO = @echo -help:: - $(ECHO) "Makefile Usage:" - $(ECHO) " make all" - $(ECHO) " Command to generate everything for this design (both 9 Vitis HLS and 3 Vitis designs)" - $(ECHO) "" - $(ECHO) " make clean" - $(ECHO) " Command to remove all the above generated files." - $(ECHO) "" - $(ECHO) " make hls_all" - $(ECHO) " Command to run Vitis HLS only on the 9 examples." - $(ECHO) "" - $(ECHO) " make hls_clean" - $(ECHO) " Command to remove all the HLS generated files on the 9 examples." - $(ECHO) "" - $(ECHO) " make vadd_zcu102" - $(ECHO) " Command to build example8 VADD with Vitis flow for ZCU102." - $(ECHO) "" - $(ECHO) " make vadd_clean" - $(ECHO) " Command to clean the Vitis project of VADD." - $(ECHO) "" - $(ECHO) " make mmult_zcu102" - $(ECHO) " Command to build example9 MATRIX MULT with Vitis flow for ZCU102." - $(ECHO) "" - $(ECHO) " make mmult_zclean" - $(ECHO) " Command to clean the Vitis project of MATRIX MULT for ZCU102." - $(ECHO) "" - $(ECHO) " make mmult_vck190" - $(ECHO) " Command to build example9 MATRIX MULT with Vitis flow for VCK190." - $(ECHO) "" - $(ECHO) " make mmult_vclean" - $(ECHO) " Command to clean the Vitis project of MATRIX MULT for VCK190." - $(ECHO) "" - -vck190_clean: mmult_vclean -zcu102_clean: vadd_zclean mmult_zclean -clean: hls_clean zcu102_clean -#all: mmult_zcu102 hls_kernels vadd_zcu102 -all: hls_kernels2 -#vadd_zcu102 - -hls_clean: - $(MAKE) -C ./1_fix_fir_filter clean - $(MAKE) -C ./2_float_fir_filter clean - $(MAKE) -C ./3_img_median_filter clean - $(MAKE) -C ./4_dependency clean - $(MAKE) -C ./5_img_histEq clean - $(MAKE) -C ./6_sqrt clean - $(MAKE) -C ./7_atan2 clean - $(MAKE) -C ./8_vect_add clean - $(MAKE) -C ./9_matrix_mult_z clean - -hls_kernels: - $(MAKE) -C ./1_fix_fir_filter kernels - $(MAKE) -C ./2_float_fir_filter kernels - $(MAKE) -C ./3_img_median_filter kernels - $(MAKE) -C ./5_img_histEq kernels - $(MAKE) -C ./6_sqrt kernels - $(MAKE) -C ./7_atan2 kernels - $(MAKE) -C ./8_vect_add kernels - $(MAKE) -C ./9_matrix_mult_z kernels -#$(MAKE) -C ./4_dependency kernels - -hls_kernels2: - $(MAKE) -C ./8_vect_add hls_kernels - $(MAKE) -C ./9_matrix_mult_z hls_kernels - -vadd_zclean: - $(MAKE) -C ./8_vect_add zcu102_clean - -vadd_zcu102: - $(MAKE) -C ./8_vect_add zcu102_all - -mmult_zclean: - $(MAKE) -C ./9_matrix_mult_z zcu102_clean - -mmult_zcu102: - $(MAKE) -C ./9_matrix_mult_z zcu102_all - -show_dir_zcu102: - $(MAKE) -C ./9_matrix_mult_z show_dir - -# REMEMBER THAT VCK190 NEEDS DIFFERENT ENV FROM ZCU102 -mmult_vclean: - $(MAKE) -C ./9_matrix_mult_v vck190_clean - -mmult_vck190: - $(MAKE) -C ./9_matrix_mult_v vck190_all - -show_dir_vck190: - $(MAKE) -C ./9_matrix_mult_v show_dir diff --git a/Developer_Contributed/03-HLS_Code_Optimization/files/images/atan2.png b/Developer_Contributed/03-HLS_Code_Optimization/files/images/atan2.png deleted file mode 100644 index 6fe9ca51e6..0000000000 Binary files a/Developer_Contributed/03-HLS_Code_Optimization/files/images/atan2.png and /dev/null differ diff --git a/Developer_Contributed/03-HLS_Code_Optimization/files/images/dependence.png b/Developer_Contributed/03-HLS_Code_Optimization/files/images/dependence.png deleted file mode 100644 index 64f5ccd1ff..0000000000 Binary files a/Developer_Contributed/03-HLS_Code_Optimization/files/images/dependence.png and /dev/null differ diff --git a/Developer_Contributed/03-HLS_Code_Optimization/files/images/fig0-1.png b/Developer_Contributed/03-HLS_Code_Optimization/files/images/fig0-1.png deleted file mode 100644 index b5040416a0..0000000000 Binary files a/Developer_Contributed/03-HLS_Code_Optimization/files/images/fig0-1.png and /dev/null differ diff --git a/Developer_Contributed/03-HLS_Code_Optimization/files/images/fig0-2.png b/Developer_Contributed/03-HLS_Code_Optimization/files/images/fig0-2.png deleted file mode 100644 index a5a1adaeb7..0000000000 Binary files a/Developer_Contributed/03-HLS_Code_Optimization/files/images/fig0-2.png and /dev/null differ diff --git a/Developer_Contributed/03-HLS_Code_Optimization/files/images/fig0-3.png b/Developer_Contributed/03-HLS_Code_Optimization/files/images/fig0-3.png deleted file mode 100644 index cfde866be1..0000000000 Binary files a/Developer_Contributed/03-HLS_Code_Optimization/files/images/fig0-3.png and /dev/null differ diff --git a/Developer_Contributed/03-HLS_Code_Optimization/files/images/fig0-4.png b/Developer_Contributed/03-HLS_Code_Optimization/files/images/fig0-4.png deleted file mode 100644 index 476dad2c9f..0000000000 Binary files a/Developer_Contributed/03-HLS_Code_Optimization/files/images/fig0-4.png and /dev/null differ diff --git a/Developer_Contributed/03-HLS_Code_Optimization/files/images/fig0-5.png b/Developer_Contributed/03-HLS_Code_Optimization/files/images/fig0-5.png deleted file mode 100644 index 9305e790e7..0000000000 Binary files a/Developer_Contributed/03-HLS_Code_Optimization/files/images/fig0-5.png and /dev/null differ diff --git a/Developer_Contributed/03-HLS_Code_Optimization/files/images/fig0-6.png b/Developer_Contributed/03-HLS_Code_Optimization/files/images/fig0-6.png deleted file mode 100644 index f89dabaecd..0000000000 Binary files a/Developer_Contributed/03-HLS_Code_Optimization/files/images/fig0-6.png and /dev/null differ diff --git a/Developer_Contributed/03-HLS_Code_Optimization/files/images/fig3-1.png b/Developer_Contributed/03-HLS_Code_Optimization/files/images/fig3-1.png deleted file mode 100644 index ee7eed2a92..0000000000 Binary files a/Developer_Contributed/03-HLS_Code_Optimization/files/images/fig3-1.png and /dev/null differ diff --git a/Developer_Contributed/03-HLS_Code_Optimization/files/images/fig3-2.png b/Developer_Contributed/03-HLS_Code_Optimization/files/images/fig3-2.png deleted file mode 100644 index c45ccf76c3..0000000000 Binary files a/Developer_Contributed/03-HLS_Code_Optimization/files/images/fig3-2.png and /dev/null differ diff --git a/Developer_Contributed/03-HLS_Code_Optimization/files/images/fix_fir1_comparison.png b/Developer_Contributed/03-HLS_Code_Optimization/files/images/fix_fir1_comparison.png deleted file mode 100644 index a0b0530497..0000000000 Binary files a/Developer_Contributed/03-HLS_Code_Optimization/files/images/fix_fir1_comparison.png and /dev/null differ diff --git a/Developer_Contributed/03-HLS_Code_Optimization/files/images/float_fir_comparison.png b/Developer_Contributed/03-HLS_Code_Optimization/files/images/float_fir_comparison.png deleted file mode 100644 index ed0d274b14..0000000000 Binary files a/Developer_Contributed/03-HLS_Code_Optimization/files/images/float_fir_comparison.png and /dev/null differ diff --git a/Developer_Contributed/03-HLS_Code_Optimization/files/images/float_fir_directives.png b/Developer_Contributed/03-HLS_Code_Optimization/files/images/float_fir_directives.png deleted file mode 100644 index e1b9e55883..0000000000 Binary files a/Developer_Contributed/03-HLS_Code_Optimization/files/images/float_fir_directives.png and /dev/null differ diff --git a/Developer_Contributed/03-HLS_Code_Optimization/files/images/histogram_eq.png b/Developer_Contributed/03-HLS_Code_Optimization/files/images/histogram_eq.png deleted file mode 100644 index 019d32e159..0000000000 Binary files a/Developer_Contributed/03-HLS_Code_Optimization/files/images/histogram_eq.png and /dev/null differ diff --git a/Developer_Contributed/03-HLS_Code_Optimization/files/images/histogram_eq2.png b/Developer_Contributed/03-HLS_Code_Optimization/files/images/histogram_eq2.png deleted file mode 100644 index 4875036eff..0000000000 Binary files a/Developer_Contributed/03-HLS_Code_Optimization/files/images/histogram_eq2.png and /dev/null differ diff --git a/Developer_Contributed/03-HLS_Code_Optimization/files/images/hls_mmult_prj.png b/Developer_Contributed/03-HLS_Code_Optimization/files/images/hls_mmult_prj.png deleted file mode 100644 index 8f164d15ab..0000000000 Binary files a/Developer_Contributed/03-HLS_Code_Optimization/files/images/hls_mmult_prj.png and /dev/null differ diff --git a/Developer_Contributed/03-HLS_Code_Optimization/files/images/hls_wrap_mmult_prj.png b/Developer_Contributed/03-HLS_Code_Optimization/files/images/hls_wrap_mmult_prj.png deleted file mode 100644 index 029086bd04..0000000000 Binary files a/Developer_Contributed/03-HLS_Code_Optimization/files/images/hls_wrap_mmult_prj.png and /dev/null differ diff --git a/Developer_Contributed/03-HLS_Code_Optimization/files/images/linux_putty_setup1.png b/Developer_Contributed/03-HLS_Code_Optimization/files/images/linux_putty_setup1.png deleted file mode 100644 index 45d68d327a..0000000000 Binary files a/Developer_Contributed/03-HLS_Code_Optimization/files/images/linux_putty_setup1.png and /dev/null differ diff --git a/Developer_Contributed/03-HLS_Code_Optimization/files/images/linux_putty_setup2.png b/Developer_Contributed/03-HLS_Code_Optimization/files/images/linux_putty_setup2.png deleted file mode 100644 index ae054aa2a2..0000000000 Binary files a/Developer_Contributed/03-HLS_Code_Optimization/files/images/linux_putty_setup2.png and /dev/null differ diff --git a/Developer_Contributed/03-HLS_Code_Optimization/files/images/mm2s-mmult-s2mm.png b/Developer_Contributed/03-HLS_Code_Optimization/files/images/mm2s-mmult-s2mm.png deleted file mode 100644 index b87ed93090..0000000000 Binary files a/Developer_Contributed/03-HLS_Code_Optimization/files/images/mm2s-mmult-s2mm.png and /dev/null differ diff --git a/Developer_Contributed/03-HLS_Code_Optimization/files/images/sqrt.png b/Developer_Contributed/03-HLS_Code_Optimization/files/images/sqrt.png deleted file mode 100644 index 2f89597638..0000000000 Binary files a/Developer_Contributed/03-HLS_Code_Optimization/files/images/sqrt.png and /dev/null differ diff --git a/Developer_Contributed/03-HLS_Code_Optimization/files/images/teraterm_win_setup1.png b/Developer_Contributed/03-HLS_Code_Optimization/files/images/teraterm_win_setup1.png deleted file mode 100644 index ebcc5ea55c..0000000000 Binary files a/Developer_Contributed/03-HLS_Code_Optimization/files/images/teraterm_win_setup1.png and /dev/null differ diff --git a/Developer_Contributed/03-HLS_Code_Optimization/files/images/teraterm_win_setup2.png b/Developer_Contributed/03-HLS_Code_Optimization/files/images/teraterm_win_setup2.png deleted file mode 100644 index 77bf316550..0000000000 Binary files a/Developer_Contributed/03-HLS_Code_Optimization/files/images/teraterm_win_setup2.png and /dev/null differ diff --git a/Developer_Contributed/03-HLS_Code_Optimization/files/images/teraterm_win_setup3.png b/Developer_Contributed/03-HLS_Code_Optimization/files/images/teraterm_win_setup3.png deleted file mode 100644 index 1e97f46728..0000000000 Binary files a/Developer_Contributed/03-HLS_Code_Optimization/files/images/teraterm_win_setup3.png and /dev/null differ diff --git a/Developer_Contributed/03-HLS_Code_Optimization/files/images/teraterm_win_setup4.png b/Developer_Contributed/03-HLS_Code_Optimization/files/images/teraterm_win_setup4.png deleted file mode 100644 index 23aafae229..0000000000 Binary files a/Developer_Contributed/03-HLS_Code_Optimization/files/images/teraterm_win_setup4.png and /dev/null differ diff --git a/Developer_Contributed/03-HLS_Code_Optimization/files/images/vadd_dialect.png b/Developer_Contributed/03-HLS_Code_Optimization/files/images/vadd_dialect.png deleted file mode 100644 index 8f0bd5f061..0000000000 Binary files a/Developer_Contributed/03-HLS_Code_Optimization/files/images/vadd_dialect.png and /dev/null differ diff --git a/Developer_Contributed/03-HLS_Code_Optimization/files/images/vadd_include.png b/Developer_Contributed/03-HLS_Code_Optimization/files/images/vadd_include.png deleted file mode 100644 index 2dd872682e..0000000000 Binary files a/Developer_Contributed/03-HLS_Code_Optimization/files/images/vadd_include.png and /dev/null differ diff --git a/Developer_Contributed/03-HLS_Code_Optimization/files/images/vadd_libs.png b/Developer_Contributed/03-HLS_Code_Optimization/files/images/vadd_libs.png deleted file mode 100644 index b4e44083f2..0000000000 Binary files a/Developer_Contributed/03-HLS_Code_Optimization/files/images/vadd_libs.png and /dev/null differ diff --git a/Developer_Contributed/03-HLS_Code_Optimization/files/images/vadd_link.png b/Developer_Contributed/03-HLS_Code_Optimization/files/images/vadd_link.png deleted file mode 100644 index 89b5bbe9d4..0000000000 Binary files a/Developer_Contributed/03-HLS_Code_Optimization/files/images/vadd_link.png and /dev/null differ diff --git a/Developer_Contributed/03-HLS_Code_Optimization/files/images/vadd_miscellanea.png b/Developer_Contributed/03-HLS_Code_Optimization/files/images/vadd_miscellanea.png deleted file mode 100644 index dc99ffcc1e..0000000000 Binary files a/Developer_Contributed/03-HLS_Code_Optimization/files/images/vadd_miscellanea.png and /dev/null differ diff --git a/Developer_Contributed/03-HLS_Code_Optimization/files/images/vadd_pl.png b/Developer_Contributed/03-HLS_Code_Optimization/files/images/vadd_pl.png deleted file mode 100644 index a732d3f702..0000000000 Binary files a/Developer_Contributed/03-HLS_Code_Optimization/files/images/vadd_pl.png and /dev/null differ diff --git a/Developer_Contributed/03-HLS_Code_Optimization/files/images/vadd_preproc.png b/Developer_Contributed/03-HLS_Code_Optimization/files/images/vadd_preproc.png deleted file mode 100644 index ad5fae2afc..0000000000 Binary files a/Developer_Contributed/03-HLS_Code_Optimization/files/images/vadd_preproc.png and /dev/null differ diff --git a/Developer_Contributed/03-HLS_Code_Optimization/files/images/vadd_prj.png b/Developer_Contributed/03-HLS_Code_Optimization/files/images/vadd_prj.png deleted file mode 100644 index 0f324b5cb9..0000000000 Binary files a/Developer_Contributed/03-HLS_Code_Optimization/files/images/vadd_prj.png and /dev/null differ diff --git a/Developer_Contributed/03-HLS_Code_Optimization/files/images/vck190_mmult_C-dialect.png b/Developer_Contributed/03-HLS_Code_Optimization/files/images/vck190_mmult_C-dialect.png deleted file mode 100644 index 29a9a2755d..0000000000 Binary files a/Developer_Contributed/03-HLS_Code_Optimization/files/images/vck190_mmult_C-dialect.png and /dev/null differ diff --git a/Developer_Contributed/03-HLS_Code_Optimization/files/images/vck190_mmult_hw_link.png b/Developer_Contributed/03-HLS_Code_Optimization/files/images/vck190_mmult_hw_link.png deleted file mode 100644 index 4ea182aee3..0000000000 Binary files a/Developer_Contributed/03-HLS_Code_Optimization/files/images/vck190_mmult_hw_link.png and /dev/null differ diff --git a/Developer_Contributed/03-HLS_Code_Optimization/files/images/vck190_mmult_inc.png b/Developer_Contributed/03-HLS_Code_Optimization/files/images/vck190_mmult_inc.png deleted file mode 100644 index d1db718ccf..0000000000 Binary files a/Developer_Contributed/03-HLS_Code_Optimization/files/images/vck190_mmult_inc.png and /dev/null differ diff --git a/Developer_Contributed/03-HLS_Code_Optimization/files/images/vck190_mmult_kernels.png b/Developer_Contributed/03-HLS_Code_Optimization/files/images/vck190_mmult_kernels.png deleted file mode 100644 index d07eed88b2..0000000000 Binary files a/Developer_Contributed/03-HLS_Code_Optimization/files/images/vck190_mmult_kernels.png and /dev/null differ diff --git a/Developer_Contributed/03-HLS_Code_Optimization/files/images/vck190_mmult_libs.png b/Developer_Contributed/03-HLS_Code_Optimization/files/images/vck190_mmult_libs.png deleted file mode 100644 index 90faf49525..0000000000 Binary files a/Developer_Contributed/03-HLS_Code_Optimization/files/images/vck190_mmult_libs.png and /dev/null differ diff --git a/Developer_Contributed/03-HLS_Code_Optimization/files/images/vck190_mmult_preproc.png b/Developer_Contributed/03-HLS_Code_Optimization/files/images/vck190_mmult_preproc.png deleted file mode 100644 index 7b5cd2b6db..0000000000 Binary files a/Developer_Contributed/03-HLS_Code_Optimization/files/images/vck190_mmult_preproc.png and /dev/null differ diff --git a/Developer_Contributed/03-HLS_Code_Optimization/files/images/vck190_mmult_prj.png b/Developer_Contributed/03-HLS_Code_Optimization/files/images/vck190_mmult_prj.png deleted file mode 100644 index e74c2dd08e..0000000000 Binary files a/Developer_Contributed/03-HLS_Code_Optimization/files/images/vck190_mmult_prj.png and /dev/null differ diff --git a/Developer_Contributed/03-HLS_Code_Optimization/files/images/vectadd_dataflow.png b/Developer_Contributed/03-HLS_Code_Optimization/files/images/vectadd_dataflow.png deleted file mode 100644 index 3d0193470d..0000000000 Binary files a/Developer_Contributed/03-HLS_Code_Optimization/files/images/vectadd_dataflow.png and /dev/null differ diff --git a/Developer_Contributed/03-HLS_Code_Optimization/files/images/vectadd_syn.png b/Developer_Contributed/03-HLS_Code_Optimization/files/images/vectadd_syn.png deleted file mode 100644 index 83604c9840..0000000000 Binary files a/Developer_Contributed/03-HLS_Code_Optimization/files/images/vectadd_syn.png and /dev/null differ diff --git a/Developer_Contributed/03-HLS_Code_Optimization/files/images/zcu102_mmult_C-dialects.png b/Developer_Contributed/03-HLS_Code_Optimization/files/images/zcu102_mmult_C-dialects.png deleted file mode 100644 index ce78609596..0000000000 Binary files a/Developer_Contributed/03-HLS_Code_Optimization/files/images/zcu102_mmult_C-dialects.png and /dev/null differ diff --git a/Developer_Contributed/03-HLS_Code_Optimization/files/images/zcu102_mmult_hw_link.png b/Developer_Contributed/03-HLS_Code_Optimization/files/images/zcu102_mmult_hw_link.png deleted file mode 100644 index 3d03b3f24f..0000000000 Binary files a/Developer_Contributed/03-HLS_Code_Optimization/files/images/zcu102_mmult_hw_link.png and /dev/null differ diff --git a/Developer_Contributed/03-HLS_Code_Optimization/files/images/zcu102_mmult_inc.png b/Developer_Contributed/03-HLS_Code_Optimization/files/images/zcu102_mmult_inc.png deleted file mode 100644 index 500441df4a..0000000000 Binary files a/Developer_Contributed/03-HLS_Code_Optimization/files/images/zcu102_mmult_inc.png and /dev/null differ diff --git a/Developer_Contributed/03-HLS_Code_Optimization/files/images/zcu102_mmult_kernels_prj.png b/Developer_Contributed/03-HLS_Code_Optimization/files/images/zcu102_mmult_kernels_prj.png deleted file mode 100644 index ef820e0e59..0000000000 Binary files a/Developer_Contributed/03-HLS_Code_Optimization/files/images/zcu102_mmult_kernels_prj.png and /dev/null differ diff --git a/Developer_Contributed/03-HLS_Code_Optimization/files/images/zcu102_mmult_libs.png b/Developer_Contributed/03-HLS_Code_Optimization/files/images/zcu102_mmult_libs.png deleted file mode 100644 index 2e1f9dcb98..0000000000 Binary files a/Developer_Contributed/03-HLS_Code_Optimization/files/images/zcu102_mmult_libs.png and /dev/null differ diff --git a/Developer_Contributed/03-HLS_Code_Optimization/files/images/zcu102_mmult_preproc.png b/Developer_Contributed/03-HLS_Code_Optimization/files/images/zcu102_mmult_preproc.png deleted file mode 100644 index a24cb9f1a3..0000000000 Binary files a/Developer_Contributed/03-HLS_Code_Optimization/files/images/zcu102_mmult_preproc.png and /dev/null differ diff --git a/Developer_Contributed/03-HLS_Code_Optimization/files/images/zcu102_mmult_prj.png b/Developer_Contributed/03-HLS_Code_Optimization/files/images/zcu102_mmult_prj.png deleted file mode 100644 index 85856fbb9c..0000000000 Binary files a/Developer_Contributed/03-HLS_Code_Optimization/files/images/zcu102_mmult_prj.png and /dev/null differ diff --git a/Developer_Contributed/03-HLS_Code_Optimization/files/images/zcu102_picture.jpg b/Developer_Contributed/03-HLS_Code_Optimization/files/images/zcu102_picture.jpg deleted file mode 100644 index 5c65f4db4e..0000000000 Binary files a/Developer_Contributed/03-HLS_Code_Optimization/files/images/zcu102_picture.jpg and /dev/null differ diff --git a/Developer_Contributed/03-HLS_Code_Optimization/files/images/zcu102_sw6.jpg b/Developer_Contributed/03-HLS_Code_Optimization/files/images/zcu102_sw6.jpg deleted file mode 100644 index 5f49960a3b..0000000000 Binary files a/Developer_Contributed/03-HLS_Code_Optimization/files/images/zcu102_sw6.jpg and /dev/null differ diff --git a/Developer_Contributed/03-HLS_Code_Optimization/files/images/zcu102_ug_table.png b/Developer_Contributed/03-HLS_Code_Optimization/files/images/zcu102_ug_table.png deleted file mode 100644 index e6e37e3418..0000000000 Binary files a/Developer_Contributed/03-HLS_Code_Optimization/files/images/zcu102_ug_table.png and /dev/null differ diff --git a/Developer_Contributed/03-HLS_Code_Optimization/files/log/logfile_03HLS2023v1_desktop_1mar2023.txt b/Developer_Contributed/03-HLS_Code_Optimization/files/log/logfile_03HLS2023v1_desktop_1mar2023.txt deleted file mode 100644 index cdc39d2ff0..0000000000 --- a/Developer_Contributed/03-HLS_Code_Optimization/files/log/logfile_03HLS2023v1_desktop_1mar2023.txt +++ /dev/null @@ -1,312 +0,0 @@ - -STARTING DIR IS: /media/danieleb/DATA/2023.1/Vitis-Tutorials-2023.1/Developer_Contributed/03-HLS_Code_Optimization/files - -dos2unix: converting file ./examples/2_float_fir_filter/run_float_fir_filter.sh to Unix format... -dos2unix: converting file ./examples/8_vect_add/hls_vadd_prj/solution_vivado/csim/build/sim.sh to Unix format... -dos2unix: converting file ./examples/8_vect_add/hls_vadd_prj/solution_vivado/sim/verilog/run_xsim.sh to Unix format... -dos2unix: converting file ./examples/8_vect_add/hls_vadd_prj/solution_vivado/sim/verilog/sim.sh to Unix format... -dos2unix: converting file ./run_all.sh to Unix format... -dos2unix: converting file ./scripts/desktop_vck190_sample_env_setup.sh to Unix format... -dos2unix: converting file ./scripts/desktop_zcu102_sample_env_setup.sh to Unix format... -dos2unix: converting file ./scripts/dos2unix_all.sh to Unix format... -dos2unix: converting file ./scripts/guupServer_vck190_sample_env_setup.sh to Unix format... -dos2unix: converting file ./scripts/vck190_run_all.sh to Unix format... -dos2unix: converting file ./scripts/zcu102_run_all.sh to Unix format... -dos2unix: converting file ./examples/1_fix_fir_filter/fix_fir_directives/directives1.tcl to Unix format... -dos2unix: converting file ./examples/1_fix_fir_filter/fix_fir_directives/directives2.tcl to Unix format... -dos2unix: converting file ./examples/1_fix_fir_filter/fix_fir_directives/directives3.tcl to Unix format... -dos2unix: converting file ./examples/1_fix_fir_filter/fix_fir_directives/directives4.tcl to Unix format... -dos2unix: converting file ./examples/1_fix_fir_filter/fix_fir_directives/directives5.tcl to Unix format... -dos2unix: converting file ./examples/1_fix_fir_filter/fix_fir_directives/directives6.tcl to Unix format... -dos2unix: converting file ./examples/1_fix_fir_filter/fix_fir_directives/directives6b.tcl to Unix format... -dos2unix: converting file ./examples/1_fix_fir_filter/fix_fir_directives/directives7_2_8.tcl to Unix format... -dos2unix: converting file ./examples/1_fix_fir_filter/fix_fir_directives/directives7_4_4.tcl to Unix format... -dos2unix: converting file ./examples/1_fix_fir_filter/fix_fir_directives/directives7_8_2.tcl to Unix format... -dos2unix: converting file ./examples/1_fix_fir_filter/fix_fir_directives/directives8_integers.tcl to Unix format... -dos2unix: converting file ./examples/1_fix_fir_filter/fix_fir_script.tcl to Unix format... -dos2unix: converting file ./examples/2_float_fir_filter/float_fir_directives/directives0.tcl to Unix format... -dos2unix: converting file ./examples/2_float_fir_filter/float_fir_directives/directives1.tcl to Unix format... -dos2unix: converting file ./examples/2_float_fir_filter/float_fir_directives/directives2.tcl to Unix format... -dos2unix: converting file ./examples/2_float_fir_filter/float_fir_directives/directives3.tcl to Unix format... -dos2unix: converting file ./examples/2_float_fir_filter/float_fir_directives/directives4.tcl to Unix format... -dos2unix: converting file ./examples/2_float_fir_filter/float_fir_script.tcl to Unix format... -dos2unix: converting file ./examples/3_img_median_filter/run_median_script.tcl to Unix format... -dos2unix: converting file ./examples/4_dependency/run_dependence_script.tcl to Unix format... -dos2unix: converting file ./examples/5_img_histEq/run_src3_hls_script.tcl to Unix format... -dos2unix: converting file ./examples/5_img_histEq/run_src4_hls_script.tcl to Unix format... -dos2unix: converting file ./examples/6_sqrt/run_sqrt_script.tcl to Unix format... -dos2unix: converting file ./examples/7_atan2/run_atan2_script.tcl to Unix format... -dos2unix: converting file ./examples/8_vect_add/hls_vadd_prj/solution_vivado/.autopilot/db/krnl_vadd.compgen.dataonly.tcl to Unix format... -dos2unix: converting file ./examples/8_vect_add/hls_vadd_prj/solution_vivado/.autopilot/db/krnl_vadd.compgen.tcl to Unix format... -dos2unix: converting file ./examples/8_vect_add/hls_vadd_prj/solution_vivado/.autopilot/db/krnl_vadd.constraint.tcl to Unix format... -dos2unix: converting file ./examples/8_vect_add/hls_vadd_prj/solution_vivado/.autopilot/db/autopilot.rtl.models.tcl to Unix format... -dos2unix: converting file ./examples/8_vect_add/hls_vadd_prj/solution_vivado/.autopilot/db/compute_add.compgen.dataonly.tcl to Unix format... -dos2unix: converting file ./examples/8_vect_add/hls_vadd_prj/solution_vivado/.autopilot/db/compute_add.compgen.tcl to Unix format... -dos2unix: converting file ./examples/8_vect_add/hls_vadd_prj/solution_vivado/.autopilot/db/compute_add.tbgen.tcl to Unix format... -dos2unix: converting file ./examples/8_vect_add/hls_vadd_prj/solution_vivado/.autopilot/db/krnl_vadd.rtl_wrap.cfg.tcl to Unix format... -dos2unix: converting file ./examples/8_vect_add/hls_vadd_prj/solution_vivado/.autopilot/db/load_input.tbgen.tcl to Unix format... -dos2unix: converting file ./examples/8_vect_add/hls_vadd_prj/solution_vivado/.autopilot/db/krnl_vadd.tbgen.tcl to Unix format... -dos2unix: converting file ./examples/8_vect_add/hls_vadd_prj/solution_vivado/.autopilot/db/load_input.compgen.dataonly.tcl to Unix format... -dos2unix: converting file ./examples/8_vect_add/hls_vadd_prj/solution_vivado/.autopilot/db/load_input.compgen.tcl to Unix format... -dos2unix: converting file ./examples/8_vect_add/hls_vadd_prj/solution_vivado/.autopilot/db/load_input_Pipeline_mem_rd.compgen.dataonly.tcl to Unix format... -dos2unix: converting file ./examples/8_vect_add/hls_vadd_prj/solution_vivado/.autopilot/db/load_input_Pipeline_mem_rd.compgen.tcl to Unix format... -dos2unix: converting file ./examples/8_vect_add/hls_vadd_prj/solution_vivado/.autopilot/db/load_input_Pipeline_mem_rd.tbgen.tcl to Unix format... -dos2unix: converting file ./examples/8_vect_add/hls_vadd_prj/solution_vivado/.autopilot/db/coregen/control.slave.tcl to Unix format... -dos2unix: converting file ./examples/8_vect_add/hls_vadd_prj/solution_vivado/.autopilot/db/driver/data/krnl_vadd.tcl to Unix format... -dos2unix: converting file ./examples/8_vect_add/hls_vadd_prj/solution_vivado/.autopilot/db/entry_proc.compgen.dataonly.tcl to Unix format... -dos2unix: converting file ./examples/8_vect_add/hls_vadd_prj/solution_vivado/.autopilot/db/entry_proc.compgen.tcl to Unix format... -dos2unix: converting file ./examples/8_vect_add/hls_vadd_prj/solution_vivado/.autopilot/db/store_result_Pipeline_mem_wr.compgen.dataonly.tcl to Unix format... -dos2unix: converting file ./examples/8_vect_add/hls_vadd_prj/solution_vivado/.autopilot/db/store_result_Pipeline_mem_wr.compgen.tcl to Unix format... -dos2unix: converting file ./examples/8_vect_add/hls_vadd_prj/solution_vivado/.autopilot/db/store_result_Pipeline_mem_wr.tbgen.tcl to Unix format... -dos2unix: converting file ./examples/8_vect_add/hls_vadd_prj/solution_vivado/.autopilot/db/load_input_1.tbgen.tcl to Unix format... -dos2unix: converting file ./examples/8_vect_add/hls_vadd_prj/solution_vivado/.autopilot/db/load_input_1_Pipeline_mem_rd.compgen.dataonly.tcl to Unix format... -dos2unix: converting file ./examples/8_vect_add/hls_vadd_prj/solution_vivado/.autopilot/db/load_input_1_Pipeline_mem_rd.compgen.tcl to Unix format... -dos2unix: converting file ./examples/8_vect_add/hls_vadd_prj/solution_vivado/.autopilot/db/load_input_1_Pipeline_mem_rd.tbgen.tcl to Unix format... -dos2unix: converting file ./examples/8_vect_add/hls_vadd_prj/solution_vivado/.autopilot/db/load_input_1.compgen.dataonly.tcl to Unix format... -dos2unix: converting file ./examples/8_vect_add/hls_vadd_prj/solution_vivado/.autopilot/db/load_input_1.compgen.tcl to Unix format... -dos2unix: converting file ./examples/8_vect_add/hls_vadd_prj/solution_vivado/.autopilot/db/compute_add_Pipeline_execute.compgen.dataonly.tcl to Unix format... -dos2unix: converting file ./examples/8_vect_add/hls_vadd_prj/solution_vivado/.autopilot/db/compute_add_Pipeline_execute.compgen.tcl to Unix format... -dos2unix: converting file ./examples/8_vect_add/hls_vadd_prj/solution_vivado/.autopilot/db/compute_add_Pipeline_execute.tbgen.tcl to Unix format... -dos2unix: converting file ./examples/8_vect_add/hls_vadd_prj/solution_vivado/.autopilot/db/store_result.compgen.dataonly.tcl to Unix format... -dos2unix: converting file ./examples/8_vect_add/hls_vadd_prj/solution_vivado/.autopilot/db/store_result.compgen.tcl to Unix format... -dos2unix: converting file ./examples/8_vect_add/hls_vadd_prj/solution_vivado/.autopilot/db/store_result.tbgen.tcl to Unix format... -dos2unix: converting file ./examples/8_vect_add/hls_vadd_prj/solution_vivado/.autopilot/db/top-io-be.tcl to Unix format... -dos2unix: converting file ./examples/8_vect_add/hls_vadd_prj/solution_vivado/.autopilot/db/entry_proc.tbgen.tcl to Unix format... -dos2unix: converting file ./examples/8_vect_add/hls_vadd_prj/solution_vivado/.autopilot/db/global.setting.tcl to Unix format... -dos2unix: converting file ./examples/8_vect_add/hls_vadd_prj/solution_vivado/.autopilot/db/hls_design_meta.tcl to Unix format... -dos2unix: converting file ./examples/8_vect_add/hls_vadd_prj/solution_vivado/csim/.lst_opt.tcl to Unix format... -dos2unix: converting file ./examples/8_vect_add/hls_vadd_prj/solution_vivado/csim/build/run_sim.tcl to Unix format... -dos2unix: converting file ./examples/8_vect_add/hls_vadd_prj/solution_vivado/impl/misc/drivers/krnl_vadd_v1_0/data/krnl_vadd.tcl to Unix format... -dos2unix: converting file ./examples/8_vect_add/hls_vadd_prj/solution_vivado/sim/.sim.status.tcl to Unix format... -dos2unix: converting file ./examples/8_vect_add/hls_vadd_prj/solution_vivado/sim/autowrap/testbench/tb.status.tcl to Unix format... -dos2unix: converting file ./examples/8_vect_add/hls_vadd_prj/solution_vivado/sim/tv/cdatafile/ref.tcl to Unix format... -dos2unix: converting file ./examples/8_vect_add/hls_vadd_prj/solution_vivado/sim/verilog/.run_sim.tcl to Unix format... -dos2unix: converting file ./examples/8_vect_add/hls_vadd_prj/solution_vivado/sim/verilog/.sim.status.tcl to Unix format... -dos2unix: converting file ./examples/8_vect_add/hls_vadd_prj/solution_vivado/sim/verilog/check_sim.tcl to Unix format... -dos2unix: converting file ./examples/8_vect_add/hls_vadd_prj/solution_vivado/sim/verilog/dataflow_monitor_API.tcl to Unix format... -dos2unix: converting file ./examples/8_vect_add/hls_vadd_prj/solution_vivado/sim/verilog/krnl_vadd.tcl to Unix format... -dos2unix: converting file ./examples/8_vect_add/hls_vadd_prj/solution_vivado/sim/verilog/run_sim.tcl to Unix format... -dos2unix: converting file ./examples/8_vect_add/hls_vadd_prj/solution_vivado/sim/wrapc/.run_sim.tcl to Unix format... -dos2unix: converting file ./examples/8_vect_add/run_vect_add_script.tcl to Unix format... -dos2unix: converting file ./examples/9_matrix_mult_v/run_matrix_mult_script.tcl to Unix format... -dos2unix: converting file ./examples/9_matrix_mult_z/run_matrix_mult_script.tcl to Unix format... -dos2unix: converting file ./examples/1_fix_fir_filter/src/fir.h to Unix format... -dos2unix: converting file ./examples/2_float_fir_filter/src/fir.h to Unix format... -dos2unix: converting file ./examples/3_img_median_filter/src/ap_bmp.h to Unix format... -dos2unix: converting file ./examples/3_img_median_filter/src/median.h to Unix format... -dos2unix: converting file ./examples/4_dependency/dependency.h to Unix format... -dos2unix: converting file ./examples/5_img_histEq/common/ap_bmp.h to Unix format... -dos2unix: converting file ./examples/5_img_histEq/common/cdf.h to Unix format... -dos2unix: converting file ./examples/5_img_histEq/common/histogram.h to Unix format... -dos2unix: converting file ./examples/5_img_histEq/common/my_defines.h to Unix format... -dos2unix: converting file ./examples/5_img_histEq/common/ref_histogram.h to Unix format... -dos2unix: converting file ./examples/5_img_histEq/common/test_data/m_histogram.h to Unix format... -dos2unix: converting file ./examples/5_img_histEq/median.h to Unix format... -dos2unix: converting file ./examples/6_sqrt/cordic_atan_11bits.h to Unix format... -dos2unix: converting file ./examples/6_sqrt/cordic_defines.h to Unix format... -dos2unix: converting file ./examples/7_atan2/cordic.h to Unix format... -dos2unix: converting file ./examples/7_atan2/read_file.h to Unix format... -dos2unix: converting file ./examples/8_vect_add/hls_vadd_prj/solution_vivado/.autopilot/db/coregen/control.h to Unix format... -dos2unix: converting file ./examples/8_vect_add/hls_vadd_prj/solution_vivado/.autopilot/db/driver/src/xkrnl_vadd.h to Unix format... -dos2unix: converting file ./examples/8_vect_add/hls_vadd_prj/solution_vivado/.autopilot/db/driver/src/xkrnl_vadd_hw.h to Unix format... -dos2unix: converting file ./examples/8_vect_add/hls_vadd_prj/solution_vivado/.autopilot/db/hls_design_meta.h to Unix format... -dos2unix: converting file ./examples/8_vect_add/hls_vadd_prj/solution_vivado/impl/misc/drivers/krnl_vadd_v1_0/src/xkrnl_vadd.h to Unix format... -dos2unix: converting file ./examples/8_vect_add/hls_vadd_prj/solution_vivado/impl/misc/drivers/krnl_vadd_v1_0/src/xkrnl_vadd_hw.h to Unix format... -dos2unix: converting file ./examples/8_vect_add/hls_vadd_prj/solution_vivado/sim/autowrap/systemc/apatb_krnl_vadd.h to Unix format... -dos2unix: converting file ./examples/8_vect_add/hls_vadd_prj/solution_vivado/sim/wrapc/AESL_pkg.h to Unix format... -dos2unix: converting file ./examples/8_vect_add/hls_vadd_prj/solution_vivado/sim/wrapc/apatb_krnl_vadd.h to Unix format... -dos2unix: converting file ./examples/8_vect_add/hls_vadd_prj/solution_vivado/sim/wrapc_pc/AESL_pkg.h to Unix format... -dos2unix: converting file ./examples/8_vect_add/hls_vadd_prj/solution_vivado/sim/wrapc_pc/apatb_krnl_vadd.h to Unix format... -dos2unix: converting file ./examples/8_vect_add/src/hls/vadd_include.h to Unix format... -dos2unix: converting file ./examples/8_vect_add/src/host/cl_vadd.h to Unix format... -dos2unix: converting file ./examples/9_matrix_mult_v/src/mmult.h to Unix format... -dos2unix: converting file ./examples/9_matrix_mult_z/src/mmult.h to Unix format... -dos2unix: converting file ./examples/1_fix_fir_filter/src/fir.cpp to Unix format... -dos2unix: converting file ./examples/1_fix_fir_filter/src/fir_test.cpp to Unix format... -dos2unix: converting file ./examples/2_float_fir_filter/src/fir.cpp to Unix format... -dos2unix: converting file ./examples/2_float_fir_filter/src/fir_test.cpp to Unix format... -dos2unix: converting file ./examples/3_img_median_filter/src/ap_bmp.cpp to Unix format... -dos2unix: converting file ./examples/3_img_median_filter/src/main_test.cpp to Unix format... -dos2unix: converting file ./examples/3_img_median_filter/src/median.cpp to Unix format... -dos2unix: converting file ./examples/4_dependency/main_dependency.cpp to Unix format... -dos2unix: converting file ./examples/4_dependency/top_dependency2.cpp to Unix format... -dos2unix: converting file ./examples/5_img_histEq/common/ap_bmp.cpp to Unix format... -dos2unix: converting file ./examples/5_img_histEq/common/main_test.cpp to Unix format... -dos2unix: converting file ./examples/5_img_histEq/common/ref_img_hist.cpp to Unix format... -dos2unix: converting file ./examples/5_img_histEq/img_hist_v3.cpp to Unix format... -dos2unix: converting file ./examples/5_img_histEq/img_hist_v4.cpp to Unix format... -dos2unix: converting file ./examples/6_sqrt/cordic_isqrt.cpp to Unix format... -dos2unix: converting file ./examples/6_sqrt/cordic_sqrt.cpp to Unix format... -dos2unix: converting file ./examples/6_sqrt/float_sqrt.cpp to Unix format... -dos2unix: converting file ./examples/6_sqrt/test_main.cpp to Unix format... -dos2unix: converting file ./examples/6_sqrt/top_magnitude.cpp to Unix format... -dos2unix: converting file ./examples/7_atan2/cordic_atan2.cpp to Unix format... -dos2unix: converting file ./examples/7_atan2/cordic_test.cpp to Unix format... -dos2unix: converting file ./examples/8_vect_add/hls_vadd_prj/solution_vivado/.autopilot/db/a.g.ld.0.bc.clang.diag.xml to Unix format... -dos2unix: converting file ./examples/8_vect_add/hls_vadd_prj/solution_vivado/.autopilot/db/a.g.ld.0.bc.clang.diag.yml to Unix format... -dos2unix: converting file ./examples/8_vect_add/hls_vadd_prj/solution_vivado/.autopilot/db/a.g.ld.0.bc.clang.err.log to Unix format... -dos2unix: converting file ./examples/8_vect_add/hls_vadd_prj/solution_vivado/.autopilot/db/a.g.ld.0.bc.clang.out.log to Unix format... -dos2unix: converting file ./examples/8_vect_add/hls_vadd_prj/solution_vivado/.autopilot/db/hls_krnl_vadd.cpp.clang.diag.xml to Unix format... -dos2unix: converting file ./examples/8_vect_add/hls_vadd_prj/solution_vivado/.autopilot/db/hls_krnl_vadd.cpp.clang.err.log to Unix format... -dos2unix: converting file ./examples/8_vect_add/hls_vadd_prj/solution_vivado/.autopilot/db/hls_krnl_vadd.cpp.clang.out.log to Unix format... -dos2unix: converting file ./examples/8_vect_add/hls_vadd_prj/solution_vivado/.autopilot/db/hls_krnl_vadd.pp.0.cpp to Unix format... -dos2unix: converting file ./examples/8_vect_add/hls_vadd_prj/solution_vivado/.autopilot/db/hls_krnl_vadd.pp.0.cpp.clang-tidy.loop-label.err.log to Unix format... -dos2unix: converting file ./examples/8_vect_add/hls_vadd_prj/solution_vivado/.autopilot/db/hls_krnl_vadd.pp.0.cpp.clang-tidy.loop-label.out.log to Unix format... -dos2unix: converting file ./examples/8_vect_add/hls_vadd_prj/solution_vivado/.autopilot/db/hls_krnl_vadd.pp.0.cpp.clang.diag.xml to Unix format... -dos2unix: converting file ./examples/8_vect_add/hls_vadd_prj/solution_vivado/.autopilot/db/hls_krnl_vadd.pp.0.cpp.clang.diag.yml to Unix format... -dos2unix: converting file ./examples/8_vect_add/hls_vadd_prj/solution_vivado/.autopilot/db/hls_krnl_vadd.pp.0.cpp.clang.err.log to Unix format... -dos2unix: converting file ./examples/8_vect_add/hls_vadd_prj/solution_vivado/.autopilot/db/hls_krnl_vadd.pp.0.cpp.clang.out.log to Unix format... -dos2unix: converting file ./examples/8_vect_add/hls_vadd_prj/solution_vivado/.autopilot/db/hls_krnl_vadd.pp.0.cpp.xilinx-dataflow-lawyer.err.log to Unix format... -dos2unix: converting file ./examples/8_vect_add/hls_vadd_prj/solution_vivado/.autopilot/db/hls_krnl_vadd.pp.0.cpp.xilinx-dataflow-lawyer.out.log to Unix format... -dos2unix: converting file ./examples/8_vect_add/hls_vadd_prj/solution_vivado/.autopilot/db/krnl_vadd.compgen.dataonly.tcl to Unix format... -dos2unix: converting file ./examples/8_vect_add/hls_vadd_prj/solution_vivado/.autopilot/db/krnl_vadd.compgen.tcl to Unix format... -dos2unix: converting file ./examples/8_vect_add/hls_vadd_prj/solution_vivado/.autopilot/db/krnl_vadd.constraint.tcl to Unix format... -dos2unix: converting file ./examples/8_vect_add/hls_vadd_prj/solution_vivado/.autopilot/db/krnl_vadd.rtl_wrap.cfg.tcl to Unix format... -dos2unix: converting file ./examples/8_vect_add/hls_vadd_prj/solution_vivado/.autopilot/db/apatb_krnl_vadd.cpp to Unix format... -dos2unix: converting file ./examples/8_vect_add/hls_vadd_prj/solution_vivado/.autopilot/db/channel_info.csv to Unix format... -dos2unix: converting file ./examples/8_vect_add/hls_vadd_prj/solution_vivado/.autopilot/db/compute_add.compgen.dataonly.tcl to Unix format... -dos2unix: converting file ./examples/8_vect_add/hls_vadd_prj/solution_vivado/.autopilot/db/compute_add.compgen.tcl to Unix format... -dos2unix: converting file ./examples/8_vect_add/hls_vadd_prj/solution_vivado/.autopilot/db/load_input.compgen.dataonly.tcl to Unix format... -dos2unix: converting file ./examples/8_vect_add/hls_vadd_prj/solution_vivado/.autopilot/db/load_input.compgen.tcl to Unix format... -dos2unix: converting file ./examples/8_vect_add/hls_vadd_prj/solution_vivado/.autopilot/db/load_input_Pipeline_mem_rd.compgen.dataonly.tcl to Unix format... -dos2unix: converting file ./examples/8_vect_add/hls_vadd_prj/solution_vivado/.autopilot/db/load_input_Pipeline_mem_rd.compgen.tcl to Unix format... -dos2unix: converting file ./examples/8_vect_add/hls_vadd_prj/solution_vivado/.autopilot/db/driver/src/xkrnl_vadd.c to Unix format... -dos2unix: converting file ./examples/8_vect_add/hls_vadd_prj/solution_vivado/.autopilot/db/driver/src/xkrnl_vadd_linux.c to Unix format... -dos2unix: converting file ./examples/8_vect_add/hls_vadd_prj/solution_vivado/.autopilot/db/driver/src/xkrnl_vadd_sinit.c to Unix format... -dos2unix: converting file ./examples/8_vect_add/hls_vadd_prj/solution_vivado/.autopilot/db/entry_proc.compgen.dataonly.tcl to Unix format... -dos2unix: converting file ./examples/8_vect_add/hls_vadd_prj/solution_vivado/.autopilot/db/entry_proc.compgen.tcl to Unix format... -dos2unix: converting file ./examples/8_vect_add/hls_vadd_prj/solution_vivado/.autopilot/db/store_result_Pipeline_mem_wr.compgen.dataonly.tcl to Unix format... -dos2unix: converting file ./examples/8_vect_add/hls_vadd_prj/solution_vivado/.autopilot/db/store_result_Pipeline_mem_wr.compgen.tcl to Unix format... -dos2unix: converting file ./examples/8_vect_add/hls_vadd_prj/solution_vivado/.autopilot/db/load_input_1_Pipeline_mem_rd.compgen.dataonly.tcl to Unix format... -dos2unix: converting file ./examples/8_vect_add/hls_vadd_prj/solution_vivado/.autopilot/db/load_input_1_Pipeline_mem_rd.compgen.tcl to Unix format... -dos2unix: converting file ./examples/8_vect_add/hls_vadd_prj/solution_vivado/.autopilot/db/load_input_1.compgen.dataonly.tcl to Unix format... -dos2unix: converting file ./examples/8_vect_add/hls_vadd_prj/solution_vivado/.autopilot/db/load_input_1.compgen.tcl to Unix format... -dos2unix: converting file ./examples/8_vect_add/hls_vadd_prj/solution_vivado/.autopilot/db/compute_add_Pipeline_execute.compgen.dataonly.tcl to Unix format... -dos2unix: converting file ./examples/8_vect_add/hls_vadd_prj/solution_vivado/.autopilot/db/compute_add_Pipeline_execute.compgen.tcl to Unix format... -dos2unix: converting file ./examples/8_vect_add/hls_vadd_prj/solution_vivado/.autopilot/db/loop_info.csv to Unix format... -dos2unix: converting file ./examples/8_vect_add/hls_vadd_prj/solution_vivado/.autopilot/db/mapper_krnl_vadd.cpp to Unix format... -dos2unix: converting file ./examples/8_vect_add/hls_vadd_prj/solution_vivado/.autopilot/db/process_info.csv to Unix format... -dos2unix: converting file ./examples/8_vect_add/hls_vadd_prj/solution_vivado/.autopilot/db/store_result.compgen.dataonly.tcl to Unix format... -dos2unix: converting file ./examples/8_vect_add/hls_vadd_prj/solution_vivado/.autopilot/db/store_result.compgen.tcl to Unix format... -dos2unix: converting file ./examples/8_vect_add/hls_vadd_prj/solution_vivado/.autopilot/db/hls_design_meta.cpp to Unix format... -dos2unix: converting file ./examples/8_vect_add/hls_vadd_prj/solution_vivado/impl/misc/drivers/krnl_vadd_v1_0/src/xkrnl_vadd.c to Unix format... -dos2unix: converting file ./examples/8_vect_add/hls_vadd_prj/solution_vivado/impl/misc/drivers/krnl_vadd_v1_0/src/xkrnl_vadd_linux.c to Unix format... -dos2unix: converting file ./examples/8_vect_add/hls_vadd_prj/solution_vivado/impl/misc/drivers/krnl_vadd_v1_0/src/xkrnl_vadd_sinit.c to Unix format... -dos2unix: converting file ./examples/8_vect_add/hls_vadd_prj/solution_vivado/sim/autowrap/systemc/apatb_krnl_vadd.cpp to Unix format... -dos2unix: converting file ./examples/8_vect_add/hls_vadd_prj/solution_vivado/sim/autowrap/testbench/hls_krnl_vadd.cpp_pre.cpp to Unix format... -dos2unix: converting file ./examples/8_vect_add/hls_vadd_prj/solution_vivado/sim/autowrap/testbench/hls_krnl_vadd.cpp_pre.cpp.tb.cpp to Unix format... -dos2unix: converting file ./examples/8_vect_add/hls_vadd_prj/solution_vivado/sim/autowrap/testbench/hls_tb_vadd.cpp_pre.cpp to Unix format... -dos2unix: converting file ./examples/8_vect_add/hls_vadd_prj/solution_vivado/sim/autowrap/testbench/hls_tb_vadd.cpp_pre.cpp.tb.cpp to Unix format... -dos2unix: converting file ./examples/8_vect_add/hls_vadd_prj/solution_vivado/sim/wrapc/apatb_krnl_vadd.cpp to Unix format... -dos2unix: converting file ./examples/8_vect_add/hls_vadd_prj/solution_vivado/sim/wrapc/hls_krnl_vadd.cpp_pre.cpp.tb.cpp to Unix format... -dos2unix: converting file ./examples/8_vect_add/hls_vadd_prj/solution_vivado/sim/wrapc/hls_tb_vadd.cpp_pre.cpp.tb.cpp to Unix format... -dos2unix: Binary symbol 0x02 found at line 1 -dos2unix: Skipping binary file ./examples/8_vect_add/hls_vadd_prj/solution_vivado/sim/wrapc/obj/hls_krnl_vadd.cpp_pre.cpp.tb.o -dos2unix: Binary symbol 0x02 found at line 1 -dos2unix: Skipping binary file ./examples/8_vect_add/hls_vadd_prj/solution_vivado/sim/wrapc/obj/hls_tb_vadd.cpp_pre.cpp.tb.o -dos2unix: converting file ./examples/8_vect_add/hls_vadd_prj/solution_vivado/sim/wrapc_pc/apatb_krnl_vadd.cpp to Unix format... -dos2unix: converting file ./examples/8_vect_add/hls_vadd_prj/solution_vivado/sim/wrapc_pc/hls_krnl_vadd.cpp_pre.cpp.tb.cpp to Unix format... -dos2unix: converting file ./examples/8_vect_add/hls_vadd_prj/solution_vivado/sim/wrapc_pc/hls_tb_vadd.cpp_pre.cpp.tb.cpp to Unix format... -dos2unix: Binary symbol 0x02 found at line 1 -dos2unix: Skipping binary file ./examples/8_vect_add/hls_vadd_prj/solution_vivado/sim/wrapc_pc/obj/hls_krnl_vadd.cpp_pre.cpp.tb.o -dos2unix: Binary symbol 0x02 found at line 1 -dos2unix: Skipping binary file ./examples/8_vect_add/hls_vadd_prj/solution_vivado/sim/wrapc_pc/obj/hls_tb_vadd.cpp_pre.cpp.tb.o -dos2unix: converting file ./examples/8_vect_add/make-flow/zcu102_vadd_kernels/Hardware/krnl_vadd-compile.cfg to Unix format... -dos2unix: converting file ./examples/8_vect_add/make-flow/zcu102_vadd_system/Hardware/package.cfg to Unix format... -dos2unix: converting file ./examples/8_vect_add/make-flow/zcu102_vadd_system_hw_link/Hardware/binary_container_1-link.cfg to Unix format... -dos2unix: converting file ./examples/8_vect_add/src/hls/hls_krnl_vadd.cpp to Unix format... -dos2unix: converting file ./examples/8_vect_add/src/hls/hls_tb_vadd.cpp to Unix format... -dos2unix: converting file ./examples/8_vect_add/src/host/cl_host_vadd.cpp to Unix format... -dos2unix: converting file ./examples/8_vect_add/src/host/xrt_host_vadd.cpp to Unix format... -dos2unix: converting file ./examples/9_matrix_mult_v/make-flow/vck190/mmult_kernels/Hardware/HLS_accel-compile.cfg to Unix format... -dos2unix: converting file ./examples/9_matrix_mult_v/make-flow/vck190/mmult_kernels/Hardware/mm2s-compile.cfg to Unix format... -dos2unix: converting file ./examples/9_matrix_mult_v/make-flow/vck190/mmult_kernels/Hardware/s2mm-compile.cfg to Unix format... -dos2unix: converting file ./examples/9_matrix_mult_v/make-flow/vck190/mmult_system/Hardware/package.cfg to Unix format... -dos2unix: converting file ./examples/9_matrix_mult_v/make-flow/vck190/mmult_system_hw_link/Hardware/binary_container_1-link.cfg to Unix format... -dos2unix: converting file ./examples/9_matrix_mult_v/make-flow/vck190/mmult_system_hw_link/system.cfg to Unix format... -dos2unix: converting file ./examples/9_matrix_mult_v/src/mmult_accel.cpp to Unix format... -dos2unix: converting file ./examples/9_matrix_mult_v/src/mmult_test.cpp to Unix format... -dos2unix: converting file ./examples/9_matrix_mult_v/vitis_src/mm2s.cpp to Unix format... -dos2unix: converting file ./examples/9_matrix_mult_v/vitis_src/s2mm.cpp to Unix format... -dos2unix: converting file ./examples/9_matrix_mult_v/vitis_src/system.cfg to Unix format... -dos2unix: converting file ./examples/9_matrix_mult_v/vitis_src/xrt_mmult_test.cpp to Unix format... -dos2unix: converting file ./examples/9_matrix_mult_z/make-flow/zcu102/mmult_kernels/Hardware/HLS_accel-compile.cfg to Unix format... -dos2unix: converting file ./examples/9_matrix_mult_z/make-flow/zcu102/mmult_kernels/Hardware/mm2s-compile.cfg to Unix format... -dos2unix: converting file ./examples/9_matrix_mult_z/make-flow/zcu102/mmult_kernels/Hardware/s2mm-compile.cfg to Unix format... -dos2unix: converting file ./examples/9_matrix_mult_z/make-flow/zcu102/mmult_system/Hardware/package.cfg to Unix format... -dos2unix: converting file ./examples/9_matrix_mult_z/make-flow/zcu102/mmult_system_hw_link/Hardware/binary_container_1-link.cfg to Unix format... -dos2unix: converting file ./examples/9_matrix_mult_z/make-flow/zcu102/mmult_system_hw_link/system.cfg to Unix format... -dos2unix: converting file ./examples/9_matrix_mult_z/src/mmult_accel.cpp to Unix format... -dos2unix: converting file ./examples/9_matrix_mult_z/src/mmult_test.cpp to Unix format... -dos2unix: converting file ./examples/9_matrix_mult_z/vitis_src/mm2s.cpp to Unix format... -dos2unix: converting file ./examples/9_matrix_mult_z/vitis_src/s2mm.cpp to Unix format... -dos2unix: converting file ./examples/9_matrix_mult_z/vitis_src/system.cfg to Unix format... -dos2unix: converting file ./examples/9_matrix_mult_z/vitis_src/xrt_mmult_test.cpp to Unix format... -dos2unix: converting file ./examples/1_fix_fir_filter/src/data/fir_filter.m to Unix format... -dos2unix: converting file ./examples/1_fix_fir_filter/src/data/run_fir_filter.m to Unix format... -dos2unix: converting file ./examples/3_img_median_filter/src/test_data/medFilt_test_results.m to Unix format... -dos2unix: converting file ./examples/5_img_histEq/common/test_data/histEq_test_results.m to Unix format... -dos2unix: converting file ./examples/5_img_histEq/common/test_data/test_results.m to Unix format... -dos2unix: converting file ./examples/7_atan2/M/db_cordic_atan2.m to Unix format... -dos2unix: converting file ./examples/7_atan2/M/short_cpf_atan2.m to Unix format... -dos2unix: converting file ./examples/7_atan2/test_data/atan2_check_res.m to Unix format... -dos2unix: converting file ./examples/7_atan2/test_data/check_res.m to Unix format... -dos2unix: converting file ./examples/8_vect_add/vect_check_res.m to Unix format... -dos2unix: converting file ./examples/9_matrix_mult_v/check_mmult_results.m to Unix format... -dos2unix: converting file ./examples/9_matrix_mult_z/check_mmult_results.m to Unix format... -dos2unix: converting file ./examples/1_fix_fir_filter/src/data/fir_coeff.dat to Unix format... -dos2unix: converting file ./examples/1_fix_fir_filter/src/data/input.dat to Unix format... -dos2unix: converting file ./examples/1_fix_fir_filter/src/data/out_res.dat to Unix format... -dos2unix: converting file ./examples/1_fix_fir_filter/src/data/ref_res.dat to Unix format... -dos2unix: converting file ./examples/2_float_fir_filter/src/data/fir_coeff.dat to Unix format... -dos2unix: converting file ./examples/2_float_fir_filter/src/data/input.dat to Unix format... -dos2unix: converting file ./examples/2_float_fir_filter/src/data/out_res.dat to Unix format... -dos2unix: converting file ./examples/2_float_fir_filter/src/data/ref_res.dat to Unix format... -dos2unix: converting file ./examples/7_atan2/test_data/vector.dat to Unix format... -dos2unix: Binary symbol 0x00 found at line 1 -dos2unix: Skipping binary file ./examples/8_vect_add/hls_vadd_prj/solution_vivado/sim/tv/cdatafile/c.krnl_vadd.autotvin_gmem0.dat -dos2unix: Binary symbol 0x00 found at line 1 -dos2unix: Skipping binary file ./examples/8_vect_add/hls_vadd_prj/solution_vivado/sim/tv/cdatafile/c.krnl_vadd.autotvin_gmem1.dat -dos2unix: converting file ./examples/8_vect_add/hls_vadd_prj/solution_vivado/sim/tv/cdatafile/c.krnl_vadd.autotvin_in1.dat to Unix format... -dos2unix: converting file ./examples/8_vect_add/hls_vadd_prj/solution_vivado/sim/tv/cdatafile/c.krnl_vadd.autotvin_in2.dat to Unix format... -dos2unix: converting file ./examples/8_vect_add/hls_vadd_prj/solution_vivado/sim/tv/cdatafile/c.krnl_vadd.autotvin_out_r.dat to Unix format... -dos2unix: converting file ./examples/8_vect_add/hls_vadd_prj/solution_vivado/sim/tv/cdatafile/c.krnl_vadd.autotvin_size.dat to Unix format... -dos2unix: Binary symbol 0x00 found at line 1 -dos2unix: Skipping binary file ./examples/8_vect_add/hls_vadd_prj/solution_vivado/sim/tv/cdatafile/c.krnl_vadd.autotvout_gmem0.dat -dos2unix: converting file ./examples/7_atan2/test_data/input_data.txt to Unix format... -dos2unix: converting file ./examples/7_atan2/test_data/ref_results.txt to Unix format... -dos2unix: converting file ./examples/8_vect_add/hls_vadd_prj/solution_vivado/.autopilot/db/autopilot.rtl.models.txt to Unix format... -dos2unix: converting file ./examples/8_vect_add/hls_vadd_prj/solution_vivado/.autopilot/db/load_input_Pipeline_mem_rdap_header.systemc.txt.ap_header.txt to Unix format... -dos2unix: converting file ./examples/8_vect_add/hls_vadd_prj/solution_vivado/.autopilot/db/krnl_vaddap_header.systemc.txt.ap_header.txt to Unix format... -dos2unix: converting file ./examples/8_vect_add/hls_vadd_prj/solution_vivado/.autopilot/db/krnl_vaddap_header.verilog.txt.ap_header.txt to Unix format... -dos2unix: converting file ./examples/8_vect_add/hls_vadd_prj/solution_vivado/.autopilot/db/krnl_vaddap_header.vhdl.txt.ap_header.txt to Unix format... -dos2unix: converting file ./examples/8_vect_add/hls_vadd_prj/solution_vivado/.autopilot/db/compute_add_Pipeline_executeap_header.systemc.txt.ap_header.txt to Unix format... -dos2unix: converting file ./examples/8_vect_add/hls_vadd_prj/solution_vivado/.autopilot/db/compute_add_Pipeline_executeap_header.verilog.txt.ap_header.txt to Unix format... -dos2unix: converting file ./examples/8_vect_add/hls_vadd_prj/solution_vivado/.autopilot/db/compute_add_Pipeline_executeap_header.vhdl.txt.ap_header.txt to Unix format... -dos2unix: converting file ./examples/8_vect_add/hls_vadd_prj/solution_vivado/.autopilot/db/store_resultap_header.systemc.txt.ap_header.txt to Unix format... -dos2unix: converting file ./examples/8_vect_add/hls_vadd_prj/solution_vivado/.autopilot/db/store_resultap_header.verilog.txt.ap_header.txt to Unix format... -dos2unix: converting file ./examples/8_vect_add/hls_vadd_prj/solution_vivado/.autopilot/db/store_resultap_header.vhdl.txt.ap_header.txt to Unix format... -dos2unix: converting file ./examples/8_vect_add/hls_vadd_prj/solution_vivado/.autopilot/db/load_input_1ap_header.systemc.txt.ap_header.txt to Unix format... -dos2unix: converting file ./examples/8_vect_add/hls_vadd_prj/solution_vivado/.autopilot/db/load_input_1ap_header.verilog.txt.ap_header.txt to Unix format... -dos2unix: converting file ./examples/8_vect_add/hls_vadd_prj/solution_vivado/.autopilot/db/load_input_1ap_header.vhdl.txt.ap_header.txt to Unix format... -dos2unix: converting file ./examples/8_vect_add/hls_vadd_prj/solution_vivado/.autopilot/db/load_input_1_Pipeline_mem_rdap_header.systemc.txt.ap_header.txt to Unix format... -dos2unix: converting file ./examples/8_vect_add/hls_vadd_prj/solution_vivado/.autopilot/db/load_input_1_Pipeline_mem_rdap_header.verilog.txt.ap_header.txt to Unix format... -dos2unix: converting file ./examples/8_vect_add/hls_vadd_prj/solution_vivado/.autopilot/db/load_input_1_Pipeline_mem_rdap_header.vhdl.txt.ap_header.txt to Unix format... -dos2unix: converting file ./examples/8_vect_add/hls_vadd_prj/solution_vivado/.autopilot/db/load_inputap_header.systemc.txt.ap_header.txt to Unix format... -dos2unix: converting file ./examples/8_vect_add/hls_vadd_prj/solution_vivado/.autopilot/db/load_inputap_header.verilog.txt.ap_header.txt to Unix format... -dos2unix: converting file ./examples/8_vect_add/hls_vadd_prj/solution_vivado/.autopilot/db/load_inputap_header.vhdl.txt.ap_header.txt to Unix format... -dos2unix: converting file ./examples/8_vect_add/hls_vadd_prj/solution_vivado/.autopilot/db/compute_addap_header.systemc.txt.ap_header.txt to Unix format... -dos2unix: converting file ./examples/8_vect_add/hls_vadd_prj/solution_vivado/.autopilot/db/compute_addap_header.verilog.txt.ap_header.txt to Unix format... -dos2unix: converting file ./examples/8_vect_add/hls_vadd_prj/solution_vivado/.autopilot/db/compute_addap_header.vhdl.txt.ap_header.txt to Unix format... -dos2unix: converting file ./examples/8_vect_add/hls_vadd_prj/solution_vivado/.autopilot/db/load_input_Pipeline_mem_rdap_header.verilog.txt.ap_header.txt to Unix format... -dos2unix: converting file ./examples/8_vect_add/hls_vadd_prj/solution_vivado/.autopilot/db/load_input_Pipeline_mem_rdap_header.vhdl.txt.ap_header.txt to Unix format... -dos2unix: converting file ./examples/8_vect_add/hls_vadd_prj/solution_vivado/.autopilot/db/store_result_Pipeline_mem_wrap_header.systemc.txt.ap_header.txt to Unix format... -dos2unix: converting file ./examples/8_vect_add/hls_vadd_prj/solution_vivado/.autopilot/db/store_result_Pipeline_mem_wrap_header.verilog.txt.ap_header.txt to Unix format... -dos2unix: converting file ./examples/8_vect_add/hls_vadd_prj/solution_vivado/.autopilot/db/store_result_Pipeline_mem_wrap_header.vhdl.txt.ap_header.txt to Unix format... -dos2unix: converting file ./examples/8_vect_add/hls_vadd_prj/solution_vivado/.autopilot/db/entry_procap_header.systemc.txt.ap_header.txt to Unix format... -dos2unix: converting file ./examples/8_vect_add/hls_vadd_prj/solution_vivado/.autopilot/db/entry_procap_header.verilog.txt.ap_header.txt to Unix format... -dos2unix: converting file ./examples/8_vect_add/hls_vadd_prj/solution_vivado/.autopilot/db/entry_procap_header.vhdl.txt.ap_header.txt to Unix format... -dos2unix: converting file ./examples/8_vect_add/hls_vadd_prj/solution_vivado/csim/build/vector_inputs.txt to Unix format... -dos2unix: converting file ./examples/8_vect_add/hls_vadd_prj/solution_vivado/csim/build/vector_out.txt to Unix format... -dos2unix: converting file ./examples/8_vect_add/hls_vadd_prj/solution_vivado/sim/wrapc/vector_inputs.txt to Unix format... -dos2unix: converting file ./examples/8_vect_add/hls_vadd_prj/solution_vivado/sim/wrapc/vector_out.txt to Unix format... diff --git a/Developer_Contributed/03-HLS_Code_Optimization/files/run_all.sh b/Developer_Contributed/03-HLS_Code_Optimization/files/run_all.sh deleted file mode 100644 index 715e08837d..0000000000 --- a/Developer_Contributed/03-HLS_Code_Optimization/files/run_all.sh +++ /dev/null @@ -1,31 +0,0 @@ -#!/bin/bash - -# Copyright © 2023 Advanced Micro Devices, Inc. All rights reserved. -# SPDX-License-Identifier: MIT - - -# where you are -echo " " -echo "STARTING DIR IS: " $PWD -echo " " - -# clean file text formatting -rm -f ${PWD}/scripts/*~ -rm -f ${PWD}/examples/*~ -rm -f ${PWD}/*~ -rm -f ${PWD}/*.log -rm -f ${PWD}/scripts/#* - -: ' -dos2unix ${PWD}/run_all.sh -source ${PWD}/scripts/dos2unix_all.sh - - -export LIBRARY_PATH=/usr/lib/x86_64-linux-gnu - -## ZCU102 -source ${PWD}/scripts/zcu102_run_all.sh # XILINX-AMD GUUP SERVER - -## VCK190 -source ${PWD}/scripts/vck190_run_all.sh # XILINX-AMD GUUP SERVER -' diff --git a/Developer_Contributed/03-HLS_Code_Optimization/files/scripts/desktop_vck190_sample_env_setup.sh b/Developer_Contributed/03-HLS_Code_Optimization/files/scripts/desktop_vck190_sample_env_setup.sh deleted file mode 100644 index 766121d8aa..0000000000 --- a/Developer_Contributed/03-HLS_Code_Optimization/files/scripts/desktop_vck190_sample_env_setup.sh +++ /dev/null @@ -1,143 +0,0 @@ -#!/bin/bash - -# Copyright © 2023 Advanced Micro Devices, Inc. All rights reserved. -# SPDX-License-Identifier: MIT - -# Author: Daniele Bagni -# Date: 26 May 20223 - -###################################################################################### -# WARNING: THIS SCRIPT IS AN EXAMPLE FOR VERSAL ENV SETUP on A LINUX DESKTOP -###################################################################################### - - -# ======================================================= -# global variables for this tutorial -# ======================================================= -RELEASE=2025.1 -BOARD=vck190 -#BASE_NUM=202510_1 -BASE_NUM=202220_1 - -#TUTORIAL=AIE_DSP_with_Makefile_and_GUI_2023 -export TUTORIAL=03-HLS_Code_Optimization - -#export WRK_DIR=/media/danieleb/DATA/${RELEASE}/Vitis-Tutorials-${RELEASE}/Developer_Contributed -export WRK_DIR=/media/danieleb/DATA/2025.1/Vitis-Tutorials-2025.1/Developer_Contributed - - -# ======================================================= -# Set Platform, Vitis and Petalinux repo -# ======================================================= -#export PLATFORM_REPO_PATHS = -export PLATFORM_REPO_PATHS=/media/danieleb/DATA/${RELEASE}/tools/Xilinx/Vitis/${RELEASE}/base_platforms - -#export XILINX_VITIS = -export XILINX_VITIS=/media/danieleb/DATA/${RELEASE}/tools/Xilinx/Vitis/${RELEASE} - -#export PETALINUX = -export PETALINUX=/tools/Xilinx/PetaLinux/${RELEASE} - -# ================================================================================== -# Set Versal Common Image repo (OR eventually install it into /tmp) -# This local foldr must not be a "NFS" hard disk drive, only "ext4" is supported -# ================================================================================== - -# export TMP DIRECTORY= -mkdir -p /tmp/danieleb -export TMPDIR=/tmp/danieleb - - -##export COMMON_IMAGE_VERSAL= -export COMMON_IMAGE_VERSAL=${HOME}/common/xilinx-versal-common-v${RELEASE} - -: ' -## clean versal common image local folder content -rm -rf ${COMMON_IMAGE_VERSAL} -mkdir -p ${COMMON_IMAGE_VERSAL} - -## set the folder of Versal Common Image source files -##VERSAL_COMMON_2023v1=${PETALINUX}/../../bsp/internal/xilinx-versal-common-v${RELEASE}/ #only for GUUP -VERSAL_COMMON_2023v1=/opt/xilinx/common/xilinx-versal-common-v${RELEASE} -cd ${VERSAL_COMMON_2023v1} -## install Versal SDK on $HOME/common -./sdk.sh -y -p -d ${COMMON_IMAGE_VERSAL} -#copy the other files -cp bl31.elf boot.scr Image README.txt rootfs.ext4 rootfs.manifest u-boot.elf ${COMMON_IMAGE_VERSAL} -' - -##back to the wrk dir -cd ${WRK_DIR}/${TUTORIAL}/files/ - - -# ==================================================== -# Source Versal Image, Vitis and Aietools -# ==================================================== -unset LD_LIBRARY_PATH -source ${COMMON_IMAGE_VERSAL}/environment-setup-cortexa72-cortexa53-amd-linux -# Run the below command to setup environment and CXX -source ${XILINX_VITIS}/settings64.sh - -# ======================================================== -# Set DSP Library for Vitis -# ======================================================== -#export DSPLIB_ROOT= -export DSPLIB_VITIS=/media/danieleb/DATA/${RELEASE}/Vitis_Libraries-main -export DSPLIB_ROOT=${DSPLIB_VITIS}/dsp - - -# ========================================================= -# Platform Selection... -# ========================================================= -#tgt_plat=xilinx_vck190_base_202220_1 -#export PLATFORM=$PLATFORM_REPO_PATHS/$tgt_plat/$tgt_plat\.xpfm - -export VERSAL_VITIS_PLATFORM=xilinx_${BOARD}\_base_${BASE_NUM} -export VITIS_PLATFORM_DIR=${PLATFORM_REPO_PATHS}/${VERSAL_VITIS_PLATFORM} -export VITIS_PLATFORM_XPFM=${VITIS_PLATFORM_DIR}/${VERSAL_VITIS_PLATFORM}.xpfm - -# ======================================================== -# Set SysRoot, RootFS and Image -# ======================================================== -export VITIS_SYSROOTS=${COMMON_IMAGE_VERSAL}/sysroots/cortexa72-cortexa53-amd-linux -export SDKTARGETSYSROOT=${VITIS_SYSROOTS} -export KERNEL_IMAGE=${COMMON_IMAGE_VERSAL}/Image -export ROOTFS=${COMMON_IMAGE_VERSAL}/rootfs.ext4 - -# ======================================================== -# for compatibility with official Vitis Tutorials -# ======================================================== -export XLNX_VERSAL=${COMMON_IMAGE_VERSAL} -export PLATFORM=${VITIS_PLATFORM_XPFM} - - -# ======================================================== -# check env variables -# ======================================================== -echo " " -echo "Vitis/Petalinux GUUP Environmental variables" -echo " " -echo "LD_LIBRARY_PATH " $LD_LIBRARY_PATH -echo "XILINX_VITIS " $XILINX_VITIS -echo "BSP_DIR " $BSP_DIR -#echo "PETALINUX_VER " $PETALINUX_VER -echo "PLATFORM_REPO_PATHS " $PLATFORM_REPO_PATHS -echo "XILINX_XRT " $XILINX_XRT -echo "XILINX_VIVADO " $XILINX_VIVADO -#echo "XILINXD_LICENSE_FILE " $XILINXD_LICENSE_FILE -echo "XILINX_HLS " $XILINX_HLS -#echo "XSCT_TOOLCHAIN" $XSCT_TOOLCHAIN -#echo "XDG_DATA_DIRS " $XDG_DATA_DIRS -#echo "GUUP_ROOT " $GUUP_ROOT -echo "SHELL " $SHELL -#echo "LM_LICENSE_FILE " $LM_LICENSE_FILE -#echo "PYTHONPATH " $PYTHONPATH -#echo "PETALINUX_MAJOR_VER " $PETALINUX_MAJOR_VER -echo "PETALINUX " $PETALINUX -echo "SDKTARGETSYSROOT " ${VITIS_SYSROOTS} -echo "VERSAL_COMMON_2023v1 " ${VERSAL_COMMOM_2023v1} -echo "COMMON_IMAGE_VERSAL " ${COMMON_IMAGE_VERSAL} -echo "KERNEL_IMAGE " ${KERNEL_IMAGE} -echo "ROOTFS " ${ROOTFS} -echo "VITIS_PLATFORM_XPFM " ${VITIS_PLATFORM_XPFM} -#echo "PATH " ${PATH} diff --git a/Developer_Contributed/03-HLS_Code_Optimization/files/scripts/desktop_zcu102_sample_env_setup.sh b/Developer_Contributed/03-HLS_Code_Optimization/files/scripts/desktop_zcu102_sample_env_setup.sh deleted file mode 100644 index 1d2c083bdc..0000000000 --- a/Developer_Contributed/03-HLS_Code_Optimization/files/scripts/desktop_zcu102_sample_env_setup.sh +++ /dev/null @@ -1,144 +0,0 @@ -#!/bin/bash - -# Copyright © 2023 Advanced Micro Devices, Inc. All rights reserved. -# SPDX-License-Identifier: MIT - -# Author: Daniele Bagni -# Date: 26 May 20223 - -###################################################################################### -# WARNING: THIS SCRIPT IS AN EXAMPLE FOR ZCU102 ENV SETUP on A LINUX DESKTOP -###################################################################################### - - - -# ======================================================= -# global variables for this tutorial -# ======================================================= -RELEASE=2025.1 -BOARD=zcu102 -#BASE_NUM=202510_1 -BASE_NUM=202220_1 - -#TUTORIAL=AIE_DSP_with_Makefile_and_GUI_2023 -export TUTORIAL=03-HLS_Code_Optimization - -#export WRK_DIR=/media/danieleb/DATA/${RELEASE}/Vitis-Tutorials-${RELEASE}/Developer_Contributed -export WRK_DIR=/media/danieleb/DATA/2025.1/Vitis-Tutorials-2025.1/Developer_Contributed - - -# ======================================================= -# Set Platform, Vitis and Petalinux repo -# ======================================================= -#export PLATFORM_REPO_PATHS = -export PLATFORM_REPO_PATHS=/media/danieleb/DATA/${RELEASE}/tools/Xilinx/Vitis/${RELEASE}/base_platforms - -#export XILINX_VITIS = -export XILINX_VITIS=/media/danieleb/DATA/${RELEASE}/tools/Xilinx/Vitis/${RELEASE} - -#export PETALINUX = -export PETALINUX=/tools/Xilinx/PetaLinux/${RELEASE} - -# ================================================================================== -# Set Versal Common Image repo (OR eventually install it into /tmp) -# This local foldr must not be a "NFS" hard disk drive, only "ext4" is supported -# ================================================================================== - -# export TMP DIRECTORY= -mkdir -p /tmp/danieleb -export TMPDIR=/tmp/danieleb - - -##export COMMON_IMAGE_ZYNQMP= -export COMMON_IMAGE_ZYNQMP=${HOME}/common/xilinx-zynqmp-common-v${RELEASE} - -: ' -## clean ZYNQMP common image local folder content -rm -rf ${COMMON_IMAGE_ZYNQMP} -mkdir -p ${COMMON_IMAGE_ZYNQMP} - -## set the folder of ZYNQMP Common Image source files -##ZYNQMP_COMMON_2023v1=${PETALINUX}/../../bsp/internal/xilinx-zynqmp-common-v${RELEASE}/ #only for GUUP -ZYNQMP_COMMON_2023v1=/opt/xilinx/common/xilinx-zynqmp-common-v${RELEASE} -cd ${ZYNQMP_COMMON_2023v1} -## install ZYNQMP SDK on $HOME/common -./sdk.sh -y -p -d ${COMMON_IMAGE_ZYNQMP} -#copy the other files -cp bl31.elf boot.scr Image README.txt rootfs.ext4 rootfs.manifest u-boot.elf ${COMMON_IMAGE_ZYNQMP} -' - -##back to the wrk dir -cd ${WRK_DIR}/${TUTORIAL}/files/ - - -# ==================================================== -# Source Versal Image, Vitis and Aietools -# ==================================================== -unset LD_LIBRARY_PATH -source ${COMMON_IMAGE_ZYNQMP}/environment-setup-cortexa72-cortexa53-amd-linux -# Run the below command to setup environment and CXX -source ${XILINX_VITIS}/settings64.sh - -# ======================================================== -# Set DSP Library for Vitis -# ======================================================== -#export DSPLIB_ROOT= -export DSPLIB_VITIS=/media/danieleb/DATA/${RELEASE}/Vitis_Libraries-main -export DSPLIB_ROOT=${DSPLIB_VITIS}/dsp - - -# ========================================================= -# Platform Selection... -# ========================================================= -#tgt_plat=xilinx_vck190_base_202220_1 -#export PLATFORM=$PLATFORM_REPO_PATHS/$tgt_plat/$tgt_plat\.xpfm - -export ZYNQMP_VITIS_PLATFORM=xilinx_${BOARD}\_base_${BASE_NUM} -export VITIS_PLATFORM_DIR=${PLATFORM_REPO_PATHS}/${ZYNQMP_VITIS_PLATFORM} -export VITIS_PLATFORM_XPFM=${VITIS_PLATFORM_DIR}/${ZYNQMP_VITIS_PLATFORM}.xpfm - -# ======================================================== -# Set SysRoot, RootFS and Image -# ======================================================== -export VITIS_SYSROOTS=${COMMON_IMAGE_ZYNQMP}/sysroots/cortexa72-cortexa53-amd-linux -export SDKTARGETSYSROOT=${VITIS_SYSROOTS} -export KERNEL_IMAGE=${COMMON_IMAGE_ZYNQMP}/Image -export ROOTFS=${COMMON_IMAGE_ZYNQMP}/rootfs.ext4 - -# ======================================================== -# for compatibility with official Vitis Tutorials -# ======================================================== -export XLNX_ZYNQMP=${COMMON_IMAGE_ZYNQMP} -export PLATFORM=${VITIS_PLATFORM_XPFM} - - -# ======================================================== -# check env variables -# ======================================================== -echo " " -echo "Vitis/Petalinux GUUP Environmental variables" -echo " " -echo "LD_LIBRARY_PATH " $LD_LIBRARY_PATH -echo "XILINX_VITIS " $XILINX_VITIS -echo "BSP_DIR " $BSP_DIR -#echo "PETALINUX_VER " $PETALINUX_VER -echo "PLATFORM_REPO_PATHS " $PLATFORM_REPO_PATHS -echo "XILINX_XRT " $XILINX_XRT -echo "XILINX_VIVADO " $XILINX_VIVADO -#echo "XILINXD_LICENSE_FILE " $XILINXD_LICENSE_FILE -echo "XILINX_HLS " $XILINX_HLS -#echo "XSCT_TOOLCHAIN" $XSCT_TOOLCHAIN -#echo "XDG_DATA_DIRS " $XDG_DATA_DIRS -#echo "GUUP_ROOT " $GUUP_ROOT -echo "SHELL " $SHELL -#echo "LM_LICENSE_FILE " $LM_LICENSE_FILE -#echo "PYTHONPATH " $PYTHONPATH -#echo "PETALINUX_MAJOR_VER " $PETALINUX_MAJOR_VER -echo "PETALINUX " $PETALINUX -echo "SDKTARGETSYSROOT " ${VITIS_SYSROOTS} -echo "ZYNQMP_COMMON_2023v1 " ${ZYNQMP_COMMOM_2023v1} -echo "COMMON_IMAGE_ZYNQMP " ${COMMON_IMAGE_ZYNQMP} -echo "KERNEL_IMAGE " ${KERNEL_IMAGE} -echo "ROOTFS " ${ROOTFS} -echo "VITIS_PLATFORM_XPFM " ${VITIS_PLATFORM_XPFM} -#echo "PATH " ${PATH} diff --git a/Developer_Contributed/03-HLS_Code_Optimization/files/scripts/dos2unix_all.sh b/Developer_Contributed/03-HLS_Code_Optimization/files/scripts/dos2unix_all.sh deleted file mode 100644 index 9de817b392..0000000000 --- a/Developer_Contributed/03-HLS_Code_Optimization/files/scripts/dos2unix_all.sh +++ /dev/null @@ -1,15 +0,0 @@ -#!/bin/bash - -# Copyright © 2023 Advanced Micro Devices, Inc. All rights reserved. -# SPDX-License-Identifier: MIT - -# Dos2Unix conversion just to avoid any trouble with file formats -for file in $(find . -name "*.sh" ); do dos2unix ${file}; done -for file in $(find . -name "*.tcl"); do dos2unix ${file}; done -for file in $(find . -name "*.h" ); do dos2unix ${file}; done -for file in $(find . -name "config" ); do dos2unix ${file}; done -for file in $(find . -name "*.c*" ); do dos2unix ${file}; done -for file in $(find . -name "*.m" ); do dos2unix ${file}; done -for file in $(find . -name "*.dat" ); do dos2unix ${file}; done -for file in $(find . -name "*.txt" ); do dos2unix ${file}; done -for file in $(find . -name "*akefile" ); do dos2unix ${file}; done diff --git a/Developer_Contributed/03-HLS_Code_Optimization/files/scripts/env_setup.sh b/Developer_Contributed/03-HLS_Code_Optimization/files/scripts/env_setup.sh deleted file mode 100644 index 0ca865fba2..0000000000 --- a/Developer_Contributed/03-HLS_Code_Optimization/files/scripts/env_setup.sh +++ /dev/null @@ -1,34 +0,0 @@ -#!/bin/bash - -# Report current shell -current_shell=$(echo $0) -echo "[env_setup.sh] Current shell: $current_shell" -if [ "$current_shell" = "-bash" ]; then - # Print Bash version - echo "[env_setup.sh] Bash version: $BASH_VERSION" -fi - -# Vitis Libraries -#export DSPLIB_VITIS=/proj/xtools/xilinx_central_repo/Vitis_Libraries -# Point to the Vitis Libraries HEAD -# DB: commented by me -#export DSPLIB_VITIS=/proj/xtools/xilinx_central_repo/FaaSApps_next -#export DSPLIB_ROOT=${DSPLIB_VITIS}/dsp - -# GHE Repo URL for CI -export DEVICE_TREE_REPO=https://gitenterprise.xilinx.com/Linux/device-tree-xlnx.git -export ATF_REPO=https://gitenterprise.xilinx.com/Linux/arm-trusted-firmware.git -export UBOOT_REPO=https://github.com/Xilinx/u-boot-xlnx -#REPO for Embd_Sw/F/01 -export ATF_CHECKOUT=master -export UBOOT_CHECKOUT=master - -# Add CMake to PATH -export PATH=${XILINX_VITIS}/tps/lnx64/cmake-3.3.2/bin:$PATH - -# Add git to PATH -export PATH=${XILINX_VITIS}/tps/lnx64/git-2.41.0/bin:$PATH - -# Update Perl Version -source perl.sh - diff --git a/Developer_Contributed/03-HLS_Code_Optimization/files/scripts/env_setup_petalinux.sh b/Developer_Contributed/03-HLS_Code_Optimization/files/scripts/env_setup_petalinux.sh deleted file mode 100644 index 9f6b405fdc..0000000000 --- a/Developer_Contributed/03-HLS_Code_Optimization/files/scripts/env_setup_petalinux.sh +++ /dev/null @@ -1,29 +0,0 @@ -#!/bin/bash -# ------------------------- -# Setup common environments -# - Vitis Library Path -# ------------------------- -#source env_setup.sh - - - -# ------------------------------- -# Environment Setup for PetaLinux -# ------------------------------- - -# A tutorial either uses the pre-built SDK toolchain or the PetaLinux to build things from scratch. - -export BSP_DIR=/proj/petalinux/2025.1/petalinux-v2025.1_daily_latest/bsp/release -export PETALINUX=/proj/petalinux/2025.1/petalinux-v2025.1_daily_latest/tool/petalinux-v2025.1-final - - -source $PETALINUX/settings.sh - - -# ------------------------- -# The following Env Var are provided by Regression Framework. No need to setup manually -# - XILINX_VITIS -# - XILINX_VIVADO -# - XILINX_HLS -# - PLATFORM_REPO_PATHS -# ------------------------- diff --git a/Developer_Contributed/03-HLS_Code_Optimization/files/scripts/env_setup_petalinux_versal.sh b/Developer_Contributed/03-HLS_Code_Optimization/files/scripts/env_setup_petalinux_versal.sh deleted file mode 100644 index 305e750cd3..0000000000 --- a/Developer_Contributed/03-HLS_Code_Optimization/files/scripts/env_setup_petalinux_versal.sh +++ /dev/null @@ -1,42 +0,0 @@ -#!/bin/bash -#!/bin/bash -# ------------------------- -# Use PetaLinux toolset -# Setup common image path COMMON_IMAGE_VERSAL -# ------------------------- - - - - - -# ------------------------- -# Setup common environments -# - Vitis Library Path -# ------------------------- -source env_setup.sh - - - -# ------------------------------- -# Environment Setup for PetaLinux -# ------------------------------- - -# A tutorial either uses the pre-built SDK toolchain or the PetaLinux to build things from scratch. - -source env_setup_petalinux.sh - -# ------------------------------- -# Versal Common Image Path -# ------------------------------- - -export COMMON_IMAGE_VERSAL=/proj/xbb/xrt-embedded/2025.1/sw/latest/sysroot/versal/xilinx-versal-common-v2025.1 -echo Setting Up COMMON_IMAGE_VERSAL=$COMMON_IMAGE_VERSAL - - -# ------------------------- -# The following Env Var are provided by Regression Framework. No need to setup manually -# - XILINX_VITIS -# - XILINX_VIVADO -# - XILINX_HLS -# - PLATFORM_REPO_PATHS -# ------------------------- diff --git a/Developer_Contributed/03-HLS_Code_Optimization/files/scripts/env_setup_petalinux_zynqmp.sh b/Developer_Contributed/03-HLS_Code_Optimization/files/scripts/env_setup_petalinux_zynqmp.sh deleted file mode 100644 index 27bb58603e..0000000000 --- a/Developer_Contributed/03-HLS_Code_Optimization/files/scripts/env_setup_petalinux_zynqmp.sh +++ /dev/null @@ -1,40 +0,0 @@ -#!/bin/bash -# ------------------------- -# Use PetaLinux toolset -# Setup common image path COMMON_IMAGE_ZYNQMP -# ------------------------- - - - - -# ------------------------- -# Setup common environments -# - Vitis Library Path -# ------------------------- -source env_setup.sh - - - -# ------------------------------- -# Environment Setup for PetaLinux -# ------------------------------- - -# A tutorial either uses the pre-built SDK toolchain or the PetaLinux to build things from scratch. - -source env_setup_petalinux.sh - -# ------------------------------- -# Versal Common Image Path -# ------------------------------- - -export COMMON_IMAGE_ZYNQMP=/proj/xbb/xrt-embedded/2025.1/sw/latest/sysroot/zynqmp/xilinx-zynqmp-common-v2025.1 -echo Setting Up COMMON_IMAGE_ZYNQMP=$COMMON_IMAGE_ZYNQMP - - -# ------------------------- -# The following Env Var are provided by Regression Framework. No need to setup manually -# - XILINX_VITIS -# - XILINX_VIVADO -# - XILINX_HLS -# - PLATFORM_REPO_PATHS -# ------------------------- diff --git a/Developer_Contributed/03-HLS_Code_Optimization/files/scripts/guupServer_vck190_sample_env_setup.sh b/Developer_Contributed/03-HLS_Code_Optimization/files/scripts/guupServer_vck190_sample_env_setup.sh deleted file mode 100644 index 8b3f8d4de6..0000000000 --- a/Developer_Contributed/03-HLS_Code_Optimization/files/scripts/guupServer_vck190_sample_env_setup.sh +++ /dev/null @@ -1,133 +0,0 @@ -#!/bin/bash - -# Copyright © 2023 Advanced Micro Devices, Inc. All rights reserved. -# SPDX-License-Identifier: MIT - -# Author: Daniele Bagni -# Date: 03 Sep 2024 - -###################################################################################### -# WARNING: THIS SCRIPT IS VALID ONLY FOR VCK190 on AMD/XILINX GUUP (LINUX) SERVERS -###################################################################################### - -# ======================================================= -# GUUP Environment Setup: -# set Platform, Vitis and Petalinux repo -# ======================================================= -#ts 2025.1_daily_latest -petalinux petalinux-v2025.1_daily_latest -#ts 2025.1_released -petalinux petalinux-v2025.1_daily_latest - - -export CUR_DIR=$PWD - -# ======================================================= -# global variables for this tutorial -# ======================================================= -#RELEASE= -RELEASE=2025.1 -BOARD=vck190 -BASE_NUM=202510_1 -#BASE_NUM=202510_1 - -export WRK_DIR=/group/xirguup/danieleb/ide2025.1/Vitis-Tutorials/Developer_Contributed -export TUTORIAL=03-HLS_Code_Optimization - - -# ======================================================= -# to emulate SPRITE regression env in GUUP Servers -# ======================================================= -#cd ${WRK_DIR}/../Vitis-Tutorials-Admin-2025.1_next -source ./env_setup_petalinux_versal.sh -##back to the wrk dir -#cd ${WRK_DIR}/${TUTORIAL}/files/ - -#================================================================================== -# Set Versal Common Image repo (OR eventually install it into /tmp) -# This local foldr must not be a "NFS" hard disk drive, only "ext4" is supported -# ================================================================================== - -# export TMP DIRECTORY= -mkdir -p /tmp/danieleb -export TMPDIR=/tmp/danieleb - -# PETALINUX and VERSAL COMMON IMAGE -export COMMON_IMAGE_VERSAL=${HOME}/common/xilinx-versal-common-v2025.1 - -: ' -# do it only once -# clean versal folder content -rm -rf ${COMMON_IMAGE_VERSAL} -# install SDK -export VERSAL_COMMON_2023v2=$PETALINUX/../../bsp/internal/xilinx-versal-common-v2025.1/ -cd ${VERSAL_COMMON_2023v2} -bash ./sdk.sh -y -p -d ${COMMON_IMAGE_VERSAL} -cp bl31.elf boot.scr Image README.txt rootfs.ext4 rootfs.manifest u-boot.elf ${COMMON_IMAGE_VERSAL}/ -' -cd ${WRK_DIR}/${TUTORIAL}/files - - -# ======================================================== -# Set DSP Library for Vitis -# ======================================================== -## already set in "env_setup.sh" but not yet available in EMEA servers -#export DSPLIB_ROOT= -export DSPLIB_VITIS=/group/xirguup/danieleb/ide2025.1/Vitis_Libraries -#export DSPLIB_VITIS=/group/xirguup/danieleb/ide2022.2/Vitis_Libraries -export DSPLIB_ROOT=${DSPLIB_VITIS}/dsp - - -# ========================================================= -# Platform Selection... -# ========================================================= -export VERSAL_VITIS_PLATFORM=xilinx_${BOARD}\_base_${BASE_NUM} -export VITIS_PLATFORM_DIR=${PLATFORM_REPO_PATHS}/${VERSAL_VITIS_PLATFORM} -export VITIS_PLATFORM_XPFM=${VITIS_PLATFORM_DIR}/${VERSAL_VITIS_PLATFORM}.xpfm - -# ======================================================== -# Set SysRoot, RootFS and Image -# ======================================================== -export VITIS_SYSROOTS=${COMMON_IMAGE_VERSAL}/sysroots/cortexa72-cortexa53-amd-linux -export SDKTARGETSYSROOT=${VITIS_SYSROOTS} -export KERNEL_IMAGE=${COMMON_IMAGE_VERSAL}/Image -export ROOTFS=${COMMON_IMAGE_VERSAL}/rootfs.ext4 - -# ======================================================== -# for compatibility with official Vitis Tutorials -# ======================================================== -export XLNX_VERSAL=${COMMON_IMAGE_VERSAL} -export PLATFORM=${VITIS_PLATFORM_XPFM} - -# ======================================================== -# check env variables -# ======================================================== -echo " " -echo "Vitis/Petalinux GUUP Environmental variables" -echo " " -echo "LD_LIBRARY_PATH " $LD_LIBRARY_PATH -echo "XILINX_VITIS " $XILINX_VITIS -echo "BSP_DIR " $BSP_DIR -#echo "PETALINUX_VER " $PETALINUX_VER -echo "PLATFORM_REPO_PATHS " $PLATFORM_REPO_PATHS -echo "XILINX_XRT " $XILINX_XRT -echo "XILINX_VIVADO " $XILINX_VIVADO -#echo "XILINXD_LICENSE_FILE " $XILINXD_LICENSE_FILE -echo "XILINX_HLS " $XILINX_HLS -#echo "XSCT_TOOLCHAIN" $XSCT_TOOLCHAIN -#echo "XDG_DATA_DIRS " $XDG_DATA_DIRS -#echo "GUUP_ROOT " $GUUP_ROOT -echo "SHELL " $SHELL -#echo "LM_LICENSE_FILE " $LM_LICENSE_FILE -#echo "PYTHONPATH " $PYTHONPATH -#echo "PETALINUX_MAJOR_VER " $PETALINUX_MAJOR_VER -echo "PETALINUX " $PETALINUX -echo "SDKTARGETSYSROOT " ${VITIS_SYSROOTS} -echo "VERSAL_COMMON_2023v1 " ${VERSAL_COMMOM_2023v1} -echo "COMMON_IMAGE_VERSAL " ${COMMON_IMAGE_VERSAL} -echo "SDKTARGETSYSROOT " ${VITIS_SYSROOTS} -echo "VITIS_PLATFORM_XPFM " ${VITIS_PLATFORM_XPFM} -echo "KERNEL_IMAGE " ${KERNEL_IMAGE} -echo "ROOTFS " ${ROOTFS} -echo "VITIS_PLATFORM_XPFM " ${VITIS_PLATFORM_XPFM} -echo "PLATFORM_REPO_PATHS " ${PLATFORM_REPO_PATHS} -#echo "PATH " ${PATH} -echo "DSPLIB_ROOT " ${DSPLIB_VITIS}/dsp diff --git a/Developer_Contributed/03-HLS_Code_Optimization/files/scripts/guupServer_zcu102_sample_env_setup.sh b/Developer_Contributed/03-HLS_Code_Optimization/files/scripts/guupServer_zcu102_sample_env_setup.sh deleted file mode 100644 index 59f703315c..0000000000 --- a/Developer_Contributed/03-HLS_Code_Optimization/files/scripts/guupServer_zcu102_sample_env_setup.sh +++ /dev/null @@ -1,130 +0,0 @@ -#!/bin/bash - -# Copyright © 2023 Advanced Micro Devices, Inc. All rights reserved. -# SPDX-License-Identifier: MIT - -# Author: Daniele Bagni -# Date: 03 Sep 2024 - -###################################################################################### -# WARNING: THIS SCRIPT IS VALID ONLY FOR ZCU102 on AMD/XILINX GUUP (LINUX) SERVERS -###################################################################################### - -# ======================================================= -# GUUP Environment Setup: -# set Platform, Vitis and Petalinux repo -# ======================================================= -#ts 2025.1_daily_latest -petalinux petalinux-v2025.1_daily_latest - -export CUR_DIR=$PWD - -# ======================================================= -# global variables for this tutorial -# ======================================================= -#RELEASE= -RELEASE=2025.1 -BOARD=zcu102 -BASE_NUM=202510_1 -#BASE_NUM=202510_1 - -export WRK_DIR=/group/xirguup/danieleb/ide2025.1/Vitis-Tutorials/Developer_Contributed -export TUTORIAL=03-HLS_Code_Optimization - -# ======================================================= -# to emulate SPRITE regression env in GUUP Servers -# ======================================================= -#cd ${WRK_DIR}/../../Vitis-Tutorials-Admin -source ./env_setup_petalinux_zynqmp.sh -##back to the wrk dir -#cd ${WRK_DIR}/${TUTORIAL}/files - -#================================================================================== -# Set ZCU102 Common Image repo (OR eventually install it into /tmp) -# This local foldr must not be a "NFS" hard disk drive, only "ext4" is supported -# ================================================================================== - -# export TMP DIRECTORY= -mkdir -p /tmp/danieleb -export TMPDIR=/tmp/danieleb - -# PETALINUX and ZYNQMP COMMON IMAGE -export COMMON_IMAGE_ZYNQMP=${HOME}/common/xilinx-zynqmp-common-v2025.1 - -: ' -# install Versal SDK on $HOME/common -echo " " -echo "NOW INSTALLING ZCU102 SDK in $HOME/common " -echo " " -export ZYNQMP_COMMON_2023v2=$PETALINUX/../../bsp/internal/xilinx-zynqmp-common-v2025.1/ -# clean zynqmp folder content -rm -rf ${COMMON_IMAGE_ZYNQMP} -# install SDK -cd ${ZYNQMP_COMMON_2023v2} -bash ./sdk.sh -y -p -d ${COMMON_IMAGE_ZYNQMP} -cp bl31.elf boot.scr Image README.txt rootfs.ext4 rootfs.manifest u-boot.elf ${COMMON_IMAGE_ZYNQMP}/ -' - -# ======================================================== -# Set DSP Library for Vitis -# ======================================================== -## already set in "env_setup.sh" but not yet available in EMEA servers -#export DSPLIB_ROOT= -export DSPLIB_VITIS=/group/xirguup/danieleb/ide2025.1/Vitis_Libraries -export DSPLIB_ROOT=${DSPLIB_VITIS}/dsp - - -# ========================================================= -# Platform Selection... -# ========================================================= -export ZYNQMP_VITIS_PLATFORM=xilinx_${BOARD}\_base_${BASE_NUM} -export VITIS_PLATFORM_DIR=${PLATFORM_REPO_PATHS}/${VERSAL_VITIS_PLATFORM} -export VITIS_PLATFORM_XPFM=${VITIS_PLATFORM_DIR}/${VERSAL_VITIS_PLATFORM}.xpfm - -# ======================================================== -# Set SysRoot, RootFS and Image -# ======================================================== -export VITIS_SYSROOTS=${COMMON_IMAGE_VERSAL}/sysroots/cortexa72-cortexa53-amd-linux -export SDKTARGETSYSROOT=${VITIS_SYSROOTS} -export KERNEL_IMAGE=${COMMON_IMAGE_VERSAL}/Image -export ROOTFS=${COMMON_IMAGE_VERSAL}/rootfs.ext4 - -# ======================================================== -# for compatibility with official Vitis Tutorials -# ======================================================== -#export XLNX_VERSAL=${COMMON_IMAGE_VERSAL} -export PLATFORM=${VITIS_PLATFORM_XPFM} - -# ======================================================== -# check env variables -# ======================================================== -echo " " -echo "Vitis/Petalinux GUUP Environmental variables" -echo " " -echo "LD_LIBRARY_PATH " $LD_LIBRARY_PATH -echo "XILINX_VITIS " $XILINX_VITIS -echo "BSP_DIR " $BSP_DIR -#echo "PETALINUX_VER " $PETALINUX_VER -echo "PLATFORM_REPO_PATHS " $PLATFORM_REPO_PATHS -echo "XILINX_XRT " $XILINX_XRT -echo "XILINX_VIVADO " $XILINX_VIVADO -#echo "XILINXD_LICENSE_FILE " $XILINXD_LICENSE_FILE -echo "XILINX_HLS " $XILINX_HLS -#echo "XSCT_TOOLCHAIN" $XSCT_TOOLCHAIN -#echo "XDG_DATA_DIRS " $XDG_DATA_DIRS -#echo "GUUP_ROOT " $GUUP_ROOT -echo "SHELL " $SHELL -#echo "LM_LICENSE_FILE " $LM_LICENSE_FILE -#echo "PYTHONPATH " $PYTHONPATH -#echo "PETALINUX_MAJOR_VER " $PETALINUX_MAJOR_VER -echo "PETALINUX " $PETALINUX -echo "SDKTARGETSYSROOT " ${VITIS_SYSROOTS} -echo "ZYNQMP_COMMON_2023v1 " ${ZYNQMP_COMMOM_2023v1} -echo "COMMON_IMAGE_ZYNQMP " ${COMMON_IMAGE_ZYNQMP} -echo "SDKTARGETSYSROOT " ${VITIS_SYSROOTS} -echo "VITIS_PLATFORM_XPFM " ${VITIS_PLATFORM_XPFM} -echo "KERNEL_IMAGE " ${KERNEL_IMAGE} -echo "ROOTFS " ${ROOTFS} -echo "VITIS_PLATFORM_XPFM " ${VITIS_PLATFORM_XPFM} -echo "PLATFORM_REPO_PATHS " ${PLATFORM_REPO_PATHS} -#echo "PATH " ${PATH} -echo "DSPLIB_ROOT " ${DSPLIB_VITIS}/dsp diff --git a/Developer_Contributed/03-HLS_Code_Optimization/files/scripts/vck190_run_all.sh b/Developer_Contributed/03-HLS_Code_Optimization/files/scripts/vck190_run_all.sh deleted file mode 100644 index b23c638af6..0000000000 --- a/Developer_Contributed/03-HLS_Code_Optimization/files/scripts/vck190_run_all.sh +++ /dev/null @@ -1,22 +0,0 @@ -#!/bin/bash - -# Copyright © 2023 Advanced Micro Devices, Inc. All rights reserved. -# SPDX-License-Identifier: MIT - -# clean file text formatting -##source ./scripts/dos2unix_all.sh -#echo " " -#echo "CURRENT DIR IS: " $PWD -#echo " " - -# set the environment (GUUP) for VCK190 -#source ${PWD}/scripts/desktop_vck190_sample_env_setup.sh # XILINX-AMD GUUP SERVER -cd ${PWD}/scripts -source ./guupServer_vck190_sample_env_setup.sh - -cd ${PWD}/examples -#make mmult_vclean -make mmult_vck190 - -# to finish -cd .. diff --git a/Developer_Contributed/03-HLS_Code_Optimization/files/scripts/zcu102_run_all.sh b/Developer_Contributed/03-HLS_Code_Optimization/files/scripts/zcu102_run_all.sh deleted file mode 100644 index bb9128ffa7..0000000000 --- a/Developer_Contributed/03-HLS_Code_Optimization/files/scripts/zcu102_run_all.sh +++ /dev/null @@ -1,31 +0,0 @@ -#!/bin/bash - -# Copyright © 2023 Advanced Micro Devices, Inc. All rights reserved. -# SPDX-License-Identifier: MIT - -# ZCU102 -# set the environment (GUUP) for ZCU102 -#source ${PWD}/scripts/desktop_zcu102_sample_env_setup.sh # XILINX-AMD GUUP SERVER -cd ${PWD}/scripts - -source ./guupServer_zcu102_sample_env_setup.sh - - -# run all HLS examples -cd ${PWD}/../examples -make clean -make hls_kernels - -# Vitis Acceleration designs -cd ${PWD}/examples - -# vector add -make vadd_zclean -make vadd_zcu102 - -# matrix mult -#make mmult_zclean -make mmult_zcu102 - -# to finish -cd .. diff --git a/Embedded_Software/Embedded_Software.rst b/Embedded_Software/Embedded_Software.rst index 1b44ef7409..d778d8cc37 100644 --- a/Embedded_Software/Embedded_Software.rst +++ b/Embedded_Software/Embedded_Software.rst @@ -60,27 +60,28 @@ The :doc:`./docs/Feature_Tutorials/Feature_Tutorials` illustrate specific featur * - Feature Tutorial - Design Target - * - :doc:`./docs/Feature_Tutorials/03-vitis_classic_to_unified_migration/README` + * - :doc:`User Managed Mode in Vitis Unified IDE <./docs/Feature_Tutorials/01-user_managed_mode/README>` + - Introduces how command line users can make use of Vitis Unified IDE to debug their applications in GUI and how to quickly call makefile actions. + + * - :doc:`Migrating from classic Vitis IDE to Vitis Unified IDE <./docs/Feature_Tutorials/03-vitis_classic_to_unified_migration/README>` - Demonstrates the migration steps and deep dive into the details about hardware to software handoff metadata, how to migrate libraries and drivers. - * - :doc:`./docs/Feature_Tutorials/04-vitis_scripting_flows/README` + * - :doc:`Vitis Embedded Scripting Flow <./docs/Feature_Tutorials/04-vitis_scripting_flows/README>` - Demonstrates how to automate GUI steps with scripts for both project management and debugging. - - * - :doc:`./docs/Feature_Tutorials/01-user_managed_mode/README` - - Introduces how command line users can make use of Vitis Unified IDE to debug their applications in GUI and how to quickly call makefile actions. - - * - :doc:`./docs/Feature_Tutorials/02-Debugging/README` + + * - :doc:`Vitis Embedded Software Debugging Guide <./docs/Feature_Tutorials/02-Debugging/README>` - This tutorial demonstrates different debugging features available within the Vitis Embedded software development flow for bare-metal and Linux applications. It also introduces the flow to create a debuggable FSBL and how to do cross triggering in the Vitis Unified IDE. + * - :doc:`Vitis Version Control Guide <./docs/Feature_Tutorials/05-vitis_version_control/README>` + - This tutorial demonstrates the available version control features in the Vitis Unified IDE. It introduces how you can use git to manage your Vitis workspace and share your projects between teams. -.. sidebar:: More Information - - See AMD Vitis™ Development Environment on `xilinx.com `_ +.. sidebar:: More Information + See Vitis™ Development Environment on `amd.com `_ -.. Copyright © 2020–2024 Advanced Micro Devices, Inc +.. Copyright © 2020–2025 Advanced Micro Devices, Inc -.. `Terms and Conditions `_. \ No newline at end of file +.. `Terms and Conditions `_. diff --git a/Embedded_Software/Feature_Tutorials/01-user_managed_mode/README.md b/Embedded_Software/Feature_Tutorials/01-user_managed_mode/README.md index adf0247135..9aa500eff1 100644 --- a/Embedded_Software/Feature_Tutorials/01-user_managed_mode/README.md +++ b/Embedded_Software/Feature_Tutorials/01-user_managed_mode/README.md @@ -13,7 +13,7 @@ # User Managed Mode in Vitis Unified Embedded IDE -***Version: Vitis 2025.1*** +***Version: Vitis 2025.2*** This is a new feature with the Vitis Unified Embedded IDE, where users can add a makefile and argument that can be used to create custom builds. This allows the user more control over their project builds instead of letting the tools generate the components. @@ -28,17 +28,15 @@ This tutorial describes three use cases for the **User Managed Mode**. ### Let’s get started -Launch Vitis 2025.1, select **open_workspace**, and navigate to the `Vitis-Tutorials/Embedded_Software/Feature_Tutorials/01-user_managed_mode` directory - -Select the **Open Explorer View** +Launch Vitis 2025.2, select **open_workspace**, and navigate to the `Vitis-Tutorials/Embedded_Software/Feature_Tutorials/01-user_managed_mode` directory. The workspace will load in the 'User Maged Mode' view. ![](./images/user_managed_mode.PNG) ### Generating Build Configuration -In this use case, we shall be using the Python script introduced in the *04-vitis_scripting_flows* to build a workspace and with a simple Hello World application template. However, users can also utilize the Python script `logs/workspace_journal.py` that gets generated for every Vitis Unified IDE workspace. Make sure you have copied the **unified_workspace.py** python file to your workspace. +In this use case, we shall be using the Python script introduced in the *04-vitis_scripting_flows* to build a workspace and with a simple Hello World application template. Therefore firstly, you will want to copy the `unified_workspace.py` and `create_xsa.tcl` files to your *01-user_managed_mode* workspace.However, users can also utilize the Python script `logs/workspace_journal.py` that gets generated for every Vitis Unified IDE workspace. Make sure you have already executed the **create_xsa.tcl** to create the hardware design. -On the left hand side you should see the **User Managed Mode View**. If the **User Managed Mode View** is not there then select the three dots in the explorer view and select **folders** which will load the **User Managed Mode View**. +On the left hand side you should see the **User Managed Mode View**. If the **User Managed Mode View** is not there then select the three dots in the explorer view and select **User Managed** which will load the **User Managed Mode View**. ![](./images/three_dots.png) @@ -84,7 +82,7 @@ In this use case, we can build the example using the scripts given [here](https: ### Lets get started -Launch Vitis 2025.1, select **open_workspace**, and navigate to the `Vitis-Tutorials/Embedded_Software/Feature_Tutorials/01-user_managed_mode` directory +Launch Vitis 2025.2, select **open_workspace**, and navigate to the `Vitis-Tutorials/Embedded_Software/Feature_Tutorials/01-user_managed_mode` directory Select the **Open Explorer View** @@ -125,7 +123,7 @@ Each section above can be built independently. For example, if users want to mak ### Lets get started -Launch Vitis 2025.1, select **open_workspace**, and navigate to the `Vitis-Tutorials/Embedded_Software/Feature_Tutorials/01-user_managed_mode` directory +Launch Vitis 2025.2, select **open_workspace**, and navigate to the `Vitis-Tutorials/Embedded_Software/Feature_Tutorials/01-user_managed_mode` directory Select the **Open Explorer View** diff --git a/Embedded_Software/Feature_Tutorials/01-user_managed_mode/images/three_dots.png b/Embedded_Software/Feature_Tutorials/01-user_managed_mode/images/three_dots.png index 9a5e990149..7766010263 100644 Binary files a/Embedded_Software/Feature_Tutorials/01-user_managed_mode/images/three_dots.png and b/Embedded_Software/Feature_Tutorials/01-user_managed_mode/images/three_dots.png differ diff --git a/Embedded_Software/Feature_Tutorials/01-user_managed_mode/images/user_managed_mode.PNG b/Embedded_Software/Feature_Tutorials/01-user_managed_mode/images/user_managed_mode.PNG index 5024d26548..f44f55143b 100644 Binary files a/Embedded_Software/Feature_Tutorials/01-user_managed_mode/images/user_managed_mode.PNG and b/Embedded_Software/Feature_Tutorials/01-user_managed_mode/images/user_managed_mode.PNG differ diff --git a/Embedded_Software/Feature_Tutorials/01-user_managed_mode/images/ws_build_config.PNG b/Embedded_Software/Feature_Tutorials/01-user_managed_mode/images/ws_build_config.PNG index dd2e846b50..4e0d93ea94 100755 Binary files a/Embedded_Software/Feature_Tutorials/01-user_managed_mode/images/ws_build_config.PNG and b/Embedded_Software/Feature_Tutorials/01-user_managed_mode/images/ws_build_config.PNG differ diff --git a/Embedded_Software/Feature_Tutorials/01-user_managed_mode/scripts/Makefile b/Embedded_Software/Feature_Tutorials/01-user_managed_mode/scripts/Makefile index ec043e9052..d5c2319ca0 100755 --- a/Embedded_Software/Feature_Tutorials/01-user_managed_mode/scripts/Makefile +++ b/Embedded_Software/Feature_Tutorials/01-user_managed_mode/scripts/Makefile @@ -7,18 +7,18 @@ .PHONY: all clean_all clean_atf clean_dtb clean_boot_script clean_platform clean_uboot create_xsa dtb make_platform SHELL := /bin/bash -VERSION ?= 2025.1 +VERSION ?= 2025.2 BOARD ?= zcu102-rev1.0 XSA ?= ./zcu102/design_1_wrapper.xsa ATF_REPO ?= https://github.com/Xilinx/arm-trusted-firmware.git -ATF_CHECKOUT ?= xilinx-v2024.2 +ATF_CHECKOUT ?= xilinx-v2025.1 UBOOT_REPO ?= https://github.com/Xilinx/u-boot-xlnx.git -UBOOT_CHECKOUT ?= xilinx-v2024.2 +UBOOT_CHECKOUT ?= xilinx-v2025.1 SDT_OUT ?= sdt_out USER_DTSI ?= prebuilt_linux/user_dts/system-user.dtsi -all: create_xsa make_platform dtb atf uboot +all: create_xsa make_platform dtb dtc atf uboot u-boot-xlnx: git clone --branch $(UBOOT_CHECKOUT) $(UBOOT_REPO) @@ -41,7 +41,25 @@ dtb: gen_sdt gen_sdt: $(RM) -rf $(SDT_OUT) $(info "DTB generation started using stdgen+lopper") - sdtgen -eval "sdtgen set_dt_param -dir $(SDT_OUT) -xsa $(XSA) -board_dts $(BOARD) -zocl enable -include_dts $(USER_DTSI); sdtgen generate_sdt" + sdtgen -eval "sdtgen set_dt_param -dir $(SDT_OUT) -xsa $(XSA) -board_dts $(BOARD); sdtgen generate_sdt" + +dtc: dtc_clone dtc_build dtc_compile + +dtc_clone: + if [ ! -d "dtc" ]; then \ + git clone https://git.kernel.org/pub/scm/utils/dtc/dtc.git; \ + fi + +dtc_build: + cd dtc && \ + make clean && \ + make && \ + make install DESTDIR=$(shell pwd)/dtc_install PREFIX=/usr + +dtc_compile: dtc_build + export PATH="$(shell pwd)/dtc_install/usr/bin:$(shell pwd)/dtc:$$PATH" && \ + gcc -I my_dts -E -nostdinc -I include -undef -D__DTS__ -x assembler-with-cpp -o system.dts sdt_out/system-top.dts && \ + $(shell pwd)/dtc/dtc -I dts -O dtb -o system.dtb system.dts atf: arm-trusted-firmware $(XSA) xsct_script.py $(MAKE) -C arm-trusted-firmware clean @@ -53,8 +71,10 @@ uboot: u-boot-xlnx $(XSA) export CROSS_COMPILE=aarch64-linux-gnu- && \ export ARCH=aarch64 && \ export CC=aarch64-linux-gnu-gcc && \ - export PATH=$$PATH:$(shell pwd)/dtc && \ - vitis -s ./xsct_script.py build_uboot $(XSA) + export PATH="$(shell pwd)/dtc_install/usr/bin:$(shell pwd)/dtc:$$PATH" && \ + cd u-boot-xlnx && \ + make xilinx_zynqmp_virt_defconfig && \ + make -f Makefile all -f 32 generate_boot_script: $(RM) -rf boot_script.py diff --git a/Embedded_Software/Feature_Tutorials/01-user_managed_mode/scripts/xsct_script.py b/Embedded_Software/Feature_Tutorials/01-user_managed_mode/scripts/xsct_script.py index 496d06300c..da3f23adb3 100644 --- a/Embedded_Software/Feature_Tutorials/01-user_managed_mode/scripts/xsct_script.py +++ b/Embedded_Software/Feature_Tutorials/01-user_managed_mode/scripts/xsct_script.py @@ -10,8 +10,7 @@ import os import subprocess import re - - +import sys def make_platform(xsa): extension = os.path.splitext(xsa)[1] @@ -99,9 +98,15 @@ def build_uboot(xsa): defconfig = "xilinx_zynqmp_virt_defconfig" if arch == "versal": print("Using xilinx_versal_virt_defconfig") - defconfig = "xilinx_versal_virt_defconfig" - result = subprocess.run(["cd u-boot-xlnx && make "+defconfig+" && make -f Makefile all -j 32"], shell=True, capture_output=True, text=True) + defconfig = "xilinx_versal_virt_defconfig" + result = subprocess.run(["make", defconfig], cwd="u-boot-xlnx", capture_output=True, text=True) print(result.stdout) + print(result.stderr) + + result2 = subprocess.run(["make", "-f", "Makefile", "all", "-j", "32"], cwd="u-boot-xlnx", capture_output=True, text=True) + print(result2.stdout) + print(result2.stderr) + def build_atf(xsa): extension = os.path.splitext(xsa)[1] diff --git a/Embedded_Software/Feature_Tutorials/02-Debugging/1-debugging-bare-metal-applications/README.md b/Embedded_Software/Feature_Tutorials/02-Debugging/1-debugging-bare-metal-applications/README.md index e570fd324a..9fd650fcca 100755 --- a/Embedded_Software/Feature_Tutorials/02-Debugging/1-debugging-bare-metal-applications/README.md +++ b/Embedded_Software/Feature_Tutorials/02-Debugging/1-debugging-bare-metal-applications/README.md @@ -13,7 +13,7 @@ # Debugging Bare-Metal Applications -***Version: Vitis 2024.2*** +***Version: Vitis 2025.2*** This section showcases the different debugging features available within the AMD Vitis™ embedded software development flow for bare-metal applications. Using an example application project with intentional bugs, the debug guide goes through each issue and leverages the different windows and features available in the application debug session to highlight the potential usage of debug features in a real world scenario. @@ -27,7 +27,7 @@ The example design targets the Xilinx® ZCU102 evaluation platform and implement ## Build XSA -Launch AMD Vivado™ 2024.2 and source run the following command from the TCL console: +Launch AMD Vivado™ 2025.2 and source run the following command from the TCL console: ``` cd scripts @@ -67,11 +67,11 @@ Open the XSDB window in the Vitis IDE and execute each command line in the scrip Running each command one by one lets you to see that the issue in this particular test case is in the download process of the ``testapp_a53`` application to memory. See the [dow](https://docs.amd.com/r/en-US/ug1400-vitis-embedded/dow) command for more information. -In this case, the error message has already pointed out the root cause of the issue. There is a memory write error at 0xFFFB0000 that does not belong to a memory region according to the _Zynq Ultrascale+ MPSoC Technical Reference Manual_ ([UG1085](https://www.xilinx.com/support/documentation/user_guides/ug1085-zynq-ultrascale-trm.pdf#G12.407191)). Checking the linker script in the Vitis IDE confirms that there is a mistake in the OCM memory region description because the base address is not correct. +In this case, the error message has already pointed out the root cause of the issue. There is a memory write error at 0xA0000000 that does not belong to a memory region according to the _Zynq Ultrascale+ MPSoC Technical Reference Manual_ ([UG1085](https://www.xilinx.com/support/documentation/user_guides/ug1085-zynq-ultrascale-trm.pdf#G12.407191)). Checking the linker script in the Vitis IDE confirms that there is a mistake in the DDR memory region description because the base address is not correct. ![Linker file wrong](./images/004.png) -Open the linker script in a text editor and modify the base address of the OCM memory region to match with the correct address. +Open the linker script in a text editor and modify the base address of the DDR memory region to match with the correct address. ![Linker file correct](./images/005.png) @@ -98,25 +98,32 @@ Select the **Cortex-A53#0** target in the Debug window and check that the interr Open ``main.c`` in the file editor and correctly add the ADMA_CH0 interrupt ID. ``` - Status = XSetupInterruptSystem(&ZDma, &XZDma_IntrHandler, +Status = XSetupInterruptSystem(ZdmaInstPtr, &XZDma_IntrHandler, Config->IntrId, Config->IntrParent, XINTERRUPT_DEFAULT_PRIORITY); ``` +and remove these lines +``` +u32 wrong_interrupt_id = 0; +Status = XSetupInterruptSystem(ZdmaInstPtr, &XZDma_IntrHandler, + wrong_interrupt_id, Config->IntrParent, + XINTERRUPT_DEFAULT_PRIORITY); +``` Build the application and launch the initially created debug session again. This time, the application is executed completely and the exit point is reached, confirming that the DMA transfer is completed. -![DMA finished](./images/011.png) +![DMA finished](./images/010.png) ## Error 3: Unexpected DMA Transfer Result Despite the successful DMA transfer, the serial output of the application shows that there is an unexpected result, because the destination buffer does not match with the source buffer. -![DMA transfer failure](./images/012.png) +![DMA transfer failure](./images/011.png) Launch the debug session and place a breakpoint in the ``return XST_FAILURE`` line for the DMA transfer, so that the execution is halted when the transfer failure is detected and the memory is inspected for further analysis. -![Hit breakpoint](./images/013.png) +![Hit breakpoint](./images/012.png) The Vitis IDE provides the following main methods of inspecting the memory content: @@ -128,14 +135,16 @@ These tabs are all context aware, meaning that they display content based on the The index variable value indicates that the first element of the destination array does not match with the first element on the source buffer. Because both the ZDmaSrcBuf and ZDmaDstBuf variables are static, they are not displayed in the **Variable** window, so you can use the **Expressions** window to inspect them. Select the **Expressions** tab and add both buffers to the list. The displayed expressions confirm that the destination buffer is populated with the default values. -![Expressions window](./images/014.png) +![Expressions window](./images/013.png) When a processor core accesses cacheable memory, the read value may not be the value in the physical memory. You can use the Vitis IDE to access the same memory address from a different target not subject to the cache. Targets such as the APU cluster or PSU are not subject to the cache, but they do not have an associated symbol file either, so the Variables and Expressions tables do not apply. -![Invalid expression](./images/015.png) +![Invalid expression](./images/014.png) Use the memory window and add the address of both ZDmaSrcBuf (0xB180) and ZDmaDstBuf (0xB1C0). Check the values on ZDmaDstBuf to verify that the DMA transfer is performed properly and the destination buffer is identical to the source buffer. +![Memory window](./images/015.png) + ![Memory window](./images/016.png) The process of accessing the memory from the APU generates cache maintenance operations, so the A53#0 core is able to get the correct values from the destination buffer moving forward. Select the A53#0 core again, and right-click in the **Expressions** tab to refresh the values. The values in the destination buffer now match the sources. @@ -144,7 +153,17 @@ The process of accessing the memory from the APU generates cache maintenance ope The debugging effort detailed above confirms that there is a cache maintenance operation missing in the application; specifically, cache invalidation prior to reading back the destination buffer after the DMA operation is performed. This operation would ensure that the physical memory is read instead of whatever the cache might have. -Open ``main.c`` in the file editor and add `Xil_DCacheInvalidateRange((INTPTR)ZDmaDstBuf, SIZE);` after the DMA transfer is performed and prior to reading the destination buffer. +Open ``main.c`` in the file editor and uncomment the below code. + +``` +if (!Config->IsCacheCoherent) { + Xil_DCacheInvalidateRange((INTPTR)ZDmaDstBuf, SIZE); + } else { + xil_printf("Debug: System is cache coherent, no manual invalidation needed\n\r"); + } +``` + +After the DMA transfer is performed and prior to reading the destination buffer. ![Enable DMA interrupt](./images/018.png) @@ -197,7 +216,7 @@ Modify the comparison statement to include the correct boundaries for uppercase Build the application and launch the debug session again. This time, the application is executed completely, and the original string is lowercased properly in the destination buffer. -![Success](./images/025.png) +![Success](./images/024.png)

Copyright © 2020–2025 Advanced Micro Devices, Inc.

diff --git a/Embedded_Software/Feature_Tutorials/02-Debugging/1-debugging-bare-metal-applications/images/001.png b/Embedded_Software/Feature_Tutorials/02-Debugging/1-debugging-bare-metal-applications/images/001.png index e519bd738f..febeba16aa 100755 Binary files a/Embedded_Software/Feature_Tutorials/02-Debugging/1-debugging-bare-metal-applications/images/001.png and b/Embedded_Software/Feature_Tutorials/02-Debugging/1-debugging-bare-metal-applications/images/001.png differ diff --git a/Embedded_Software/Feature_Tutorials/02-Debugging/1-debugging-bare-metal-applications/images/002.png b/Embedded_Software/Feature_Tutorials/02-Debugging/1-debugging-bare-metal-applications/images/002.png index b5758aa1b7..935644ce16 100755 Binary files a/Embedded_Software/Feature_Tutorials/02-Debugging/1-debugging-bare-metal-applications/images/002.png and b/Embedded_Software/Feature_Tutorials/02-Debugging/1-debugging-bare-metal-applications/images/002.png differ diff --git a/Embedded_Software/Feature_Tutorials/02-Debugging/1-debugging-bare-metal-applications/images/003.png b/Embedded_Software/Feature_Tutorials/02-Debugging/1-debugging-bare-metal-applications/images/003.png index bee52c1992..d6a3cd8f49 100755 Binary files a/Embedded_Software/Feature_Tutorials/02-Debugging/1-debugging-bare-metal-applications/images/003.png and b/Embedded_Software/Feature_Tutorials/02-Debugging/1-debugging-bare-metal-applications/images/003.png differ diff --git a/Embedded_Software/Feature_Tutorials/02-Debugging/1-debugging-bare-metal-applications/images/004.png b/Embedded_Software/Feature_Tutorials/02-Debugging/1-debugging-bare-metal-applications/images/004.png index 076a0f397a..b3e899f76f 100755 Binary files a/Embedded_Software/Feature_Tutorials/02-Debugging/1-debugging-bare-metal-applications/images/004.png and b/Embedded_Software/Feature_Tutorials/02-Debugging/1-debugging-bare-metal-applications/images/004.png differ diff --git a/Embedded_Software/Feature_Tutorials/02-Debugging/1-debugging-bare-metal-applications/images/005.png b/Embedded_Software/Feature_Tutorials/02-Debugging/1-debugging-bare-metal-applications/images/005.png index 9811562a58..46152fded5 100755 Binary files a/Embedded_Software/Feature_Tutorials/02-Debugging/1-debugging-bare-metal-applications/images/005.png and b/Embedded_Software/Feature_Tutorials/02-Debugging/1-debugging-bare-metal-applications/images/005.png differ diff --git a/Embedded_Software/Feature_Tutorials/02-Debugging/1-debugging-bare-metal-applications/images/006.png b/Embedded_Software/Feature_Tutorials/02-Debugging/1-debugging-bare-metal-applications/images/006.png index f4e3076de1..00e72e46ac 100755 Binary files a/Embedded_Software/Feature_Tutorials/02-Debugging/1-debugging-bare-metal-applications/images/006.png and b/Embedded_Software/Feature_Tutorials/02-Debugging/1-debugging-bare-metal-applications/images/006.png differ diff --git a/Embedded_Software/Feature_Tutorials/02-Debugging/1-debugging-bare-metal-applications/images/007.png b/Embedded_Software/Feature_Tutorials/02-Debugging/1-debugging-bare-metal-applications/images/007.png index 609705feda..b4026c02f6 100755 Binary files a/Embedded_Software/Feature_Tutorials/02-Debugging/1-debugging-bare-metal-applications/images/007.png and b/Embedded_Software/Feature_Tutorials/02-Debugging/1-debugging-bare-metal-applications/images/007.png differ diff --git a/Embedded_Software/Feature_Tutorials/02-Debugging/1-debugging-bare-metal-applications/images/010.png b/Embedded_Software/Feature_Tutorials/02-Debugging/1-debugging-bare-metal-applications/images/010.png index f244ac7828..fa02bc2446 100755 Binary files a/Embedded_Software/Feature_Tutorials/02-Debugging/1-debugging-bare-metal-applications/images/010.png and b/Embedded_Software/Feature_Tutorials/02-Debugging/1-debugging-bare-metal-applications/images/010.png differ diff --git a/Embedded_Software/Feature_Tutorials/02-Debugging/1-debugging-bare-metal-applications/images/011.png b/Embedded_Software/Feature_Tutorials/02-Debugging/1-debugging-bare-metal-applications/images/011.png index 6914575ee9..dadce7ae6c 100755 Binary files a/Embedded_Software/Feature_Tutorials/02-Debugging/1-debugging-bare-metal-applications/images/011.png and b/Embedded_Software/Feature_Tutorials/02-Debugging/1-debugging-bare-metal-applications/images/011.png differ diff --git a/Embedded_Software/Feature_Tutorials/02-Debugging/1-debugging-bare-metal-applications/images/012.png b/Embedded_Software/Feature_Tutorials/02-Debugging/1-debugging-bare-metal-applications/images/012.png index 8af3e4a668..ba09a14ddb 100755 Binary files a/Embedded_Software/Feature_Tutorials/02-Debugging/1-debugging-bare-metal-applications/images/012.png and b/Embedded_Software/Feature_Tutorials/02-Debugging/1-debugging-bare-metal-applications/images/012.png differ diff --git a/Embedded_Software/Feature_Tutorials/02-Debugging/1-debugging-bare-metal-applications/images/013.png b/Embedded_Software/Feature_Tutorials/02-Debugging/1-debugging-bare-metal-applications/images/013.png index e8dfd71f2a..c92a27af73 100755 Binary files a/Embedded_Software/Feature_Tutorials/02-Debugging/1-debugging-bare-metal-applications/images/013.png and b/Embedded_Software/Feature_Tutorials/02-Debugging/1-debugging-bare-metal-applications/images/013.png differ diff --git a/Embedded_Software/Feature_Tutorials/02-Debugging/1-debugging-bare-metal-applications/images/014.png b/Embedded_Software/Feature_Tutorials/02-Debugging/1-debugging-bare-metal-applications/images/014.png index c92a27af73..52b1ee8a1a 100755 Binary files a/Embedded_Software/Feature_Tutorials/02-Debugging/1-debugging-bare-metal-applications/images/014.png and b/Embedded_Software/Feature_Tutorials/02-Debugging/1-debugging-bare-metal-applications/images/014.png differ diff --git a/Embedded_Software/Feature_Tutorials/02-Debugging/1-debugging-bare-metal-applications/images/015.png b/Embedded_Software/Feature_Tutorials/02-Debugging/1-debugging-bare-metal-applications/images/015.png index 52b1ee8a1a..0a912a9203 100755 Binary files a/Embedded_Software/Feature_Tutorials/02-Debugging/1-debugging-bare-metal-applications/images/015.png and b/Embedded_Software/Feature_Tutorials/02-Debugging/1-debugging-bare-metal-applications/images/015.png differ diff --git a/Embedded_Software/Feature_Tutorials/02-Debugging/1-debugging-bare-metal-applications/images/016.png b/Embedded_Software/Feature_Tutorials/02-Debugging/1-debugging-bare-metal-applications/images/016.png index f569360070..1701040fa2 100755 Binary files a/Embedded_Software/Feature_Tutorials/02-Debugging/1-debugging-bare-metal-applications/images/016.png and b/Embedded_Software/Feature_Tutorials/02-Debugging/1-debugging-bare-metal-applications/images/016.png differ diff --git a/Embedded_Software/Feature_Tutorials/02-Debugging/1-debugging-bare-metal-applications/images/018.png b/Embedded_Software/Feature_Tutorials/02-Debugging/1-debugging-bare-metal-applications/images/018.png index f9322eb34e..307dda8401 100755 Binary files a/Embedded_Software/Feature_Tutorials/02-Debugging/1-debugging-bare-metal-applications/images/018.png and b/Embedded_Software/Feature_Tutorials/02-Debugging/1-debugging-bare-metal-applications/images/018.png differ diff --git a/Embedded_Software/Feature_Tutorials/02-Debugging/1-debugging-bare-metal-applications/images/019.png b/Embedded_Software/Feature_Tutorials/02-Debugging/1-debugging-bare-metal-applications/images/019.png index 373d82cf1d..2a0d8e24f9 100755 Binary files a/Embedded_Software/Feature_Tutorials/02-Debugging/1-debugging-bare-metal-applications/images/019.png and b/Embedded_Software/Feature_Tutorials/02-Debugging/1-debugging-bare-metal-applications/images/019.png differ diff --git a/Embedded_Software/Feature_Tutorials/02-Debugging/1-debugging-bare-metal-applications/images/020.png b/Embedded_Software/Feature_Tutorials/02-Debugging/1-debugging-bare-metal-applications/images/020.png index abffaf04c5..dacb48077a 100755 Binary files a/Embedded_Software/Feature_Tutorials/02-Debugging/1-debugging-bare-metal-applications/images/020.png and b/Embedded_Software/Feature_Tutorials/02-Debugging/1-debugging-bare-metal-applications/images/020.png differ diff --git a/Embedded_Software/Feature_Tutorials/02-Debugging/1-debugging-bare-metal-applications/images/021.png b/Embedded_Software/Feature_Tutorials/02-Debugging/1-debugging-bare-metal-applications/images/021.png index 0f0653887b..d82f601ef9 100755 Binary files a/Embedded_Software/Feature_Tutorials/02-Debugging/1-debugging-bare-metal-applications/images/021.png and b/Embedded_Software/Feature_Tutorials/02-Debugging/1-debugging-bare-metal-applications/images/021.png differ diff --git a/Embedded_Software/Feature_Tutorials/02-Debugging/1-debugging-bare-metal-applications/images/022.png b/Embedded_Software/Feature_Tutorials/02-Debugging/1-debugging-bare-metal-applications/images/022.png index 2465e5f965..e8c7a62c77 100755 Binary files a/Embedded_Software/Feature_Tutorials/02-Debugging/1-debugging-bare-metal-applications/images/022.png and b/Embedded_Software/Feature_Tutorials/02-Debugging/1-debugging-bare-metal-applications/images/022.png differ diff --git a/Embedded_Software/Feature_Tutorials/02-Debugging/1-debugging-bare-metal-applications/images/023.png b/Embedded_Software/Feature_Tutorials/02-Debugging/1-debugging-bare-metal-applications/images/023.png index f8c264a31c..40157b6fdc 100755 Binary files a/Embedded_Software/Feature_Tutorials/02-Debugging/1-debugging-bare-metal-applications/images/023.png and b/Embedded_Software/Feature_Tutorials/02-Debugging/1-debugging-bare-metal-applications/images/023.png differ diff --git a/Embedded_Software/Feature_Tutorials/02-Debugging/1-debugging-bare-metal-applications/images/024.png b/Embedded_Software/Feature_Tutorials/02-Debugging/1-debugging-bare-metal-applications/images/024.png new file mode 100644 index 0000000000..972a4f1bdd Binary files /dev/null and b/Embedded_Software/Feature_Tutorials/02-Debugging/1-debugging-bare-metal-applications/images/024.png differ diff --git a/Embedded_Software/Feature_Tutorials/02-Debugging/1-debugging-bare-metal-applications/images/025.png b/Embedded_Software/Feature_Tutorials/02-Debugging/1-debugging-bare-metal-applications/images/025.png deleted file mode 100755 index c598ef48b5..0000000000 Binary files a/Embedded_Software/Feature_Tutorials/02-Debugging/1-debugging-bare-metal-applications/images/025.png and /dev/null differ diff --git a/Embedded_Software/Feature_Tutorials/02-Debugging/1-debugging-bare-metal-applications/scripts/Makefile b/Embedded_Software/Feature_Tutorials/02-Debugging/1-debugging-bare-metal-applications/scripts/Makefile index b15c1a328b..e64d80afeb 100755 --- a/Embedded_Software/Feature_Tutorials/02-Debugging/1-debugging-bare-metal-applications/scripts/Makefile +++ b/Embedded_Software/Feature_Tutorials/02-Debugging/1-debugging-bare-metal-applications/scripts/Makefile @@ -6,7 +6,7 @@ SHELL := /bin/bash TOOLS ?= "" -VERSION ?= 2025.1 +VERSION ?= 2025.2 all: create_xsa unified_workspace diff --git a/Embedded_Software/Feature_Tutorials/02-Debugging/1-debugging-bare-metal-applications/scripts/src/lscript.ld b/Embedded_Software/Feature_Tutorials/02-Debugging/1-debugging-bare-metal-applications/scripts/src/lscript.ld index 393abec8cc..bbf1df234f 100755 --- a/Embedded_Software/Feature_Tutorials/02-Debugging/1-debugging-bare-metal-applications/scripts/src/lscript.ld +++ b/Embedded_Software/Feature_Tutorials/02-Debugging/1-debugging-bare-metal-applications/scripts/src/lscript.ld @@ -14,9 +14,9 @@ _EL2_STACK_SIZE = DEFINED(_EL2_STACK_SIZE) ? _EL2_STACK_SIZE : 1024; MEMORY { - psu_ddr_0_MEM_0 : ORIGIN = 0x0, LENGTH = 0x7FF00000 + psu_ddr_0_MEM_0 : ORIGIN = 0xA0000000, LENGTH = 0x7FF00000 psu_ddr_1_MEM_0 : ORIGIN = 0x800000000, LENGTH = 0x80000000 - psu_ocm_ram_0_MEM_0 : ORIGIN = 0xFFFB0000, LENGTH = 0x40000 + psu_ocm_ram_0_MEM_0 : ORIGIN = 0xFFFC0000, LENGTH = 0x40000 psu_qspi_linear_0_MEM_0 : ORIGIN = 0xC0000000, LENGTH = 0x20000000 } @@ -41,23 +41,23 @@ SECTIONS *(.glue_7t) *(.ARM.extab) *(.gnu.linkonce.armextab.*) -} > psu_ocm_ram_0_MEM_0 +} > psu_ddr_0_MEM_0 .init (ALIGN(64)) : { KEEP (*(.init)) -} > psu_ocm_ram_0_MEM_0 +} > psu_ddr_0_MEM_0 .fini (ALIGN(64)) : { KEEP (*(.fini)) -} > psu_ocm_ram_0_MEM_0 +} > psu_ddr_0_MEM_0 .interp : { KEEP (*(.interp)) -} > psu_ocm_ram_0_MEM_0 +} > psu_ddr_0_MEM_0 .note-ABI-tag : { KEEP (*(.note-ABI-tag)) -} > psu_ocm_ram_0_MEM_0 +} > psu_ddr_0_MEM_0 .rodata : { . = ALIGN(64); @@ -128,7 +128,7 @@ SECTIONS .note.gnu.build-id : { KEEP (*(.note.gnu.build-id)) -} > psu_ocm_ram_0_MEM_0 +} > psu_ddr_0_MEM_0 .ctors : { . = ALIGN(64); @@ -314,4 +314,3 @@ _SDA2_BASE_ = __sdata2_start + ((__sbss2_end - __sdata2_start) / 2 ); _end = .; } - diff --git a/Embedded_Software/Feature_Tutorials/02-Debugging/1-debugging-bare-metal-applications/scripts/src/main.c b/Embedded_Software/Feature_Tutorials/02-Debugging/1-debugging-bare-metal-applications/scripts/src/main.c index 323ce370ff..1de986b21f 100755 --- a/Embedded_Software/Feature_Tutorials/02-Debugging/1-debugging-bare-metal-applications/scripts/src/main.c +++ b/Embedded_Software/Feature_Tutorials/02-Debugging/1-debugging-bare-metal-applications/scripts/src/main.c @@ -1,5 +1,5 @@ /****************************************************************************** -* Copyright (c) 2018 - 2020 Xilinx, Inc. All rights reserved. +* Copyright (c) 2025 Advanced Micro Devices, Inc. All rights reserved. * SPDX-License-Identifier: MIT ******************************************************************************/ @@ -19,13 +19,9 @@ #endif #endif -#define SIZE 32 +/************************** Constant Definitions ******************************/ + -/* - * The following constants map to the XPAR parameters created in the - * xparameters.h file. They are defined here such that a user can easily - * change all the needed parameters in one place. - */ #ifndef SDT #define ZDMA_DEVICE_ID XPAR_XZDMA_0_DEVICE_ID /* ZDMA device Id */ #ifdef XPAR_INTC_0_DEVICE_ID @@ -41,19 +37,35 @@ #endif #ifndef TESTAPP_GEN -XZDma ZDma; /** 65) && (bufptr[idx] < 90)) { @@ -62,81 +74,141 @@ static void lowercase(u8* bufptr, u32 size) } } -static volatile int Done = 0; -static void DoneHandler(void *CallBackRef) -{ - Done = 1; -} +/************************** Variable Definitions *****************************/ + +#ifndef TESTAPP_GEN +XZDma ZDma; /**BaseAddress); if (Status != XST_SUCCESS) { + xil_printf("ZDMA Simple Example Failed\r\n"); return XST_FAILURE; } - /* Configure GIC */ + xil_printf("Successfully ran ZDMA Simple Example\r\n"); + + xil_printf("DMA transfer succeed\r\n"); + xil_printf("Src string: %s\r\n", ZDmaSrcBuf); + xil_printf("Dst string: %s\r\n", ZDmaDstBuf); + + lowercase(ZDmaDstBuf, SIZE); + + xil_printf("Lowercase : %s\r\n", ZDmaDstBuf); + + return XST_SUCCESS; +} +#endif + #ifndef SDT - IntcConfig = XScuGic_LookupConfig(XPAR_SCUGIC_SINGLE_DEVICE_ID); +int XZDma_SimpleExample(INTC *IntcInstPtr, XZDma *ZdmaInstPtr, + u16 DeviceId, u16 IntrId) #else - IntcConfig = XScuGic_LookupConfig(XPAR_XSCUGIC_0_BASEADDR); +int XZDma_SimpleExample(XZDma *ZdmaInstPtr, UINTPTR BaseAddress) #endif - if (NULL == IntcConfig) { +{ + int Status; + XZDma_Config *Config; + XZDma_DataConfig Configure; /* Configuration values */ + XZDma_Transfer Data; + u32 Index; + u32 Value; + +#ifndef SDT + Config = XZDma_LookupConfig(DeviceId); +#else + Config = XZDma_LookupConfig(BaseAddress); +#endif + if (NULL == Config) { return XST_FAILURE; } -#ifndef SDT - Status = XScuGic_CfgInitialize(&ScuGic, IntcConfig, IntcConfig->CpuBaseAddress); + Status = XZDma_CfgInitialize(ZdmaInstPtr, Config, Config->BaseAddress); if (Status != XST_SUCCESS) { return XST_FAILURE; } - - /* Enable exception and register GIC interrupt handler */ - Xil_ExceptionRegisterHandler(XIL_EXCEPTION_ID_INT, (Xil_ExceptionHandler) XScuGic_InterruptHandler, &ScuGic); - Xil_ExceptionEnableMask(XIL_EXCEPTION_IRQ); - - /* Register DMA interrupt handler in the GIC */ - Status = XScuGic_Connect(&ScuGic, XPAR_XADMAPS_0_INTR , (Xil_ExceptionHandler) XZDma_IntrHandler, (void *) &ZDma); + /* + * Performs the self-test to check hardware build. + */ + Status = XZDma_SelfTest(ZdmaInstPtr); if (Status != XST_SUCCESS) { return XST_FAILURE; } -#else - Status = XSetupInterruptSystem(&ZDma, &XZDma_IntrHandler, - Config->IntrId, Config->IntrParent, - XINTERRUPT_DEFAULT_PRIORITY); -#endif + + /* Filling the buffer for data transfer */ + const char *message = "asdBqSet kWsdfiQZzlkgiwEd"; + u32 len = strlen(message) + 1; // Include null terminator + + memset(ZDmaSrcBuf, 0, SIZE); + memcpy(ZDmaSrcBuf, message, len); + memset(ZDmaDstBuf, 0xAB, SIZE); + + /* + * Invalidating destination address and flushing + * source address in cache + */ + Xil_DCacheFlushRange((INTPTR)ZDmaSrcBuf, SIZE); + Xil_DCacheInvalidateRange((INTPTR)ZDmaDstBuf, SIZE); + volatile u8 dummy; + for (u32 i = 0; i < SIZE; i++) { + dummy = ZDmaDstBuf[i]; + } + (void)dummy; + + Status = XZDma_SetMode(ZdmaInstPtr, FALSE, XZDMA_NORMAL_MODE); if (Status != XST_SUCCESS) { return XST_FAILURE; } - - /* Set DMA interrupt handler callback and enable interrupt */ - XZDma_SetCallBack(&ZDma, XZDMA_HANDLER_DONE, (void *)DoneHandler, &ZDma); - XZDma_EnableIntr(&ZDma, (XZDMA_IXR_ALL_INTR_MASK)); + XZDma_SetCallBack(ZdmaInstPtr, XZDMA_HANDLER_DONE, + (void *)DoneHandler, ZdmaInstPtr); + XZDma_SetCallBack(ZdmaInstPtr, XZDMA_HANDLER_ERROR, + (void *)ErrorHandler, ZdmaInstPtr); - /* Configure DMA mode */ - Status = XZDma_SetMode(&ZDma, FALSE, XZDMA_NORMAL_MODE); +#ifndef SDT + Status = SetupInterruptSystem(IntcInstPtr, ZdmaInstPtr, + IntrId); +#else + + u32 wrong_interrupt_id = 0; + Status = XSetupInterruptSystem(ZdmaInstPtr, &XZDma_IntrHandler, + wrong_interrupt_id, Config->IntrParent, + XINTERRUPT_DEFAULT_PRIORITY); + + /* ERROR 2 FIX - Using correct interrupt ID: */ + /*Status = XSetupInterruptSystem(ZdmaInstPtr, &XZDma_IntrHandler, + Config->IntrId, Config->IntrParent, + XINTERRUPT_DEFAULT_PRIORITY);*/ +#endif if (Status != XST_SUCCESS) { return XST_FAILURE; } @@ -148,36 +220,228 @@ int main(void) Configure.SrcBurstLen = 0xF; Configure.DstBurstType = XZDMA_INCR_BURST; Configure.DstBurstLen = 0xF; - XZDma_SetChDataConfig(&ZDma, &Configure); + Configure.SrcCache = 0x3; + Configure.DstCache = 0x3; + + Configure.SrcQos = 0; + Configure.DstQos = 0; - /* Transfer elements */ + XZDma_SetChDataConfig(ZdmaInstPtr, &Configure); + /* + * Transfer elements + */ Data.DstAddr = (UINTPTR)ZDmaDstBuf; + Data.DstCoherent = 0; Data.Pause = 0; Data.SrcAddr = (UINTPTR)ZDmaSrcBuf; - Data.Size = SIZE; + Data.SrcCoherent = 0; + Data.Size = len; + + /* Enable required interrupts */ + XZDma_EnableIntr(ZdmaInstPtr, (XZDMA_IXR_ALL_INTR_MASK)); - /* Initialize the source buffer */ - sprintf(ZDmaSrcBuf, "asdBqSet kWsdfiQZzlkgiwEd\r\n"); - Xil_DCacheFlush(); + xil_printf("Debug: Starting DMA transfer...\n\r"); + + XZDma_Start(ZdmaInstPtr, &Data, 1); + + while (Done == 0); + + xil_printf("Debug: DMA transfer completed successfully (Done flag set by interrupt)\n\r"); + Status = XST_SUCCESS; + + /* Enable required interrupts */ + XZDma_DisableIntr(ZdmaInstPtr, (XZDMA_IXR_ALL_INTR_MASK)); + + if (ErrorStatus) { + if (ErrorStatus & XZDMA_IXR_AXI_WR_DATA_MASK) { + xil_printf("Error occurred on write data channel\n\r"); + } + if (ErrorStatus & XZDMA_IXR_AXI_RD_DATA_MASK) { + xil_printf("Error occurred on read data channel\n\r"); + } + return XST_FAILURE; + } - /* Perform DMA transfer */ - XZDma_Start(&ZDma, &Data, 1); - while(0==Done); + /*if (!Config->IsCacheCoherent) { + Xil_DCacheInvalidateRange((INTPTR)ZDmaDstBuf, SIZE); + } else { + xil_printf("Debug: System is cache coherent, no manual invalidation needed\n\r"); + }*/ /* Checking the data transferred */ - for (Index = 0; Index < SIZE; Index++) { + for (Index = 0; Index < len; Index++) { if (ZDmaSrcBuf[Index] != ZDmaDstBuf[Index]) { - xil_printf("DMA transfer failure, 0x%0X != 0x%0X\r\n", ZDmaSrcBuf[Index], ZDmaDstBuf[Index]); + xil_printf("Data mismatch at index %d: expected 0x%02x, got 0x%02x\n\r", + Index, ZDmaSrcBuf[Index], ZDmaDstBuf[Index]); return XST_FAILURE; } } - xil_printf("DMA transfer succeed\r\n"); - xil_printf("Src string: %s", ZDmaSrcBuf); - xil_printf("Dst string: %s", ZDmaDstBuf); + Done = 0; - lowercase(ZDmaDstBuf, SIZE); - xil_printf("Lowercase : %s", ZDmaDstBuf); + /* Reset the DMA to remove all configurations done in this example */ + XZDma_Reset(ZdmaInstPtr); return XST_SUCCESS; } +#ifndef SDT +/*****************************************************************************/ +/** +* This function sets up the interrupt system so interrupts can occur for the +* ZDMA. This function is application-specific. The user should modify this +* function to fit the application. +* +* @param IntcInstancePtr is a pointer to the instance of the INTC. +* @param InstancePtr contains a pointer to the instance of the ZDMA +* driver which is going to be connected to the interrupt +* controller. +* @param IntrId is the interrupt Id and is typically +* XPAR__INTR value from xparameters.h. +* +* @return +* - XST_SUCCESS if successful +* - XST_FAILURE if failed +* +* @note None. +* +****************************************************************************/ +int SetupInterruptSystem(INTC *IntcInstancePtr, + XZDma *InstancePtr, + u16 IntrId) +{ + int Status; + +#ifdef XPAR_INTC_0_DEVICE_ID +#ifndef TESTAPP_GEN + /* Initialize the interrupt controller and connect the ISRs */ + Status = XIntc_Initialize(IntcInstancePtr, ZDMA_INTC_DEVICE_ID); + if (Status != XST_SUCCESS) { + + xil_printf("Failed init intc\r\n"); + return XST_FAILURE; + } +#endif + /* + * Connect the driver interrupt handler + */ + Status = XIntc_Connect(IntcInstancePtr, IntrId, + (XInterruptHandler)XZDma_IntrHandler, InstancePtr); + if (Status != XST_SUCCESS) { + + xil_printf("Failed connect intc\r\n"); + return XST_FAILURE; + } +#ifndef TESTAPP_GEN + /* + * Start the interrupt controller such that interrupts are enabled for + * all devices that cause interrupts. + */ + Status = XIntc_Start(IntcInstancePtr, XIN_REAL_MODE); + if (Status != XST_SUCCESS) { + return XST_FAILURE; + } +#endif + + /* + * Enable the interrupt for the ZDMA device. + */ + XIntc_Enable(IntcInstancePtr, IntrId); +#ifndef TESTAPP_GEN + Xil_ExceptionInit(); + Xil_ExceptionRegisterHandler(XIL_EXCEPTION_ID_INT, + (Xil_ExceptionHandler)XIntc_InterruptHandler, + (void *)IntcInstancePtr); +#endif +#else +#ifndef TESTAPP_GEN + XScuGic_Config *IntcConfig; /* Config for interrupt controller */ + + /* + * Initialize the interrupt controller driver + */ + IntcConfig = XScuGic_LookupConfig(ZDMA_INTC_DEVICE_ID); + if (NULL == IntcConfig) { + return XST_FAILURE; + } + + Status = XScuGic_CfgInitialize(IntcInstancePtr, IntcConfig, + IntcConfig->CpuBaseAddress); + if (Status != XST_SUCCESS) { + return XST_FAILURE; + } + + /* + * Connect the interrupt controller interrupt handler to the + * hardware interrupt handling logic in the processor. + */ + Xil_ExceptionRegisterHandler(XIL_EXCEPTION_ID_INT, + (Xil_ExceptionHandler) XScuGic_InterruptHandler, + IntcInstancePtr); +#endif + + /* + * Connect a device driver handler that will be called when an + * interrupt for the device occurs, the device driver handler + * performs the specific interrupt processing for the device + */ + Status = XScuGic_Connect(IntcInstancePtr, IntrId, + (Xil_ExceptionHandler) XZDma_IntrHandler, + (void *) InstancePtr); + if (Status != XST_SUCCESS) { + return XST_FAILURE; + } + + /* + * Enable the interrupt for the device + */ + XScuGic_Enable(IntcInstancePtr, IntrId); +#endif +#ifndef TESTAPP_GEN + + /* + * Enable interrupts + */ + Xil_ExceptionEnableMask(XIL_EXCEPTION_IRQ); +#endif + + + return XST_SUCCESS; +} +#endif + +/*****************************************************************************/ +/** +* This static function handles ZDMA Done interrupts. +* +* @param CallBackRef is the callback reference passed from the interrupt +* handler, which in our case is a pointer to the driver instance. +* +* @return None. +* +* @note None. +* +******************************************************************************/ +static void DoneHandler(void *CallBackRef) +{ + Xil_AssertVoid(CallBackRef != NULL); + Done = 1; + +} +/*****************************************************************************/ +/** +* This static function handles ZDMA error interrupts. +* +* @param CallBackRef is the callback reference passed from the interrupt +* handler, which in our case is a pointer to the driver instance. +* @param Mask specifies which interrupts were occurred. +* +* @return None. +* +* @note None. +* +******************************************************************************/ +static void ErrorHandler(void *CallBackRef, u32 Mask) +{ + Xil_AssertVoid(CallBackRef != NULL); + ErrorStatus = Mask; +} \ No newline at end of file diff --git a/Embedded_Software/Feature_Tutorials/02-Debugging/2-debugging-linux-applications/README.md b/Embedded_Software/Feature_Tutorials/02-Debugging/2-debugging-linux-applications/README.md index 9155cfcc67..e2c8412b58 100755 --- a/Embedded_Software/Feature_Tutorials/02-Debugging/2-debugging-linux-applications/README.md +++ b/Embedded_Software/Feature_Tutorials/02-Debugging/2-debugging-linux-applications/README.md @@ -13,7 +13,7 @@ # Debugging Linux Applications -***Version: Vitis 2025.1*** +***Version: Vitis 2025.2*** The AMD Vitis™ IDE provides a familiar environment for debugging Linux applications for a target platform. This section covers the following Linux application debug features: @@ -281,13 +281,13 @@ It is required to configure the PetaLinux project to support Linux application d 1. Create the PetaLinux project: ``` - petalinux-create project --template zynqMP -n ./xilinx-zcu102-v2025.1 --tmpdir /tmp/${USER}/zcu102/petalinux + petalinux-create project --template zynqMP -n ./xilinx-zcu102-v2025.2 --tmpdir /tmp/${USER}/zcu102/petalinux ``` 2. Configure the hardware description: ``` - cd xilinx-zcu102-2025.1 + cd xilinx-zcu102-2025.2 petalinux-config --get-hw-description ``` diff --git a/Embedded_Software/Feature_Tutorials/02-Debugging/2-debugging-linux-applications/scripts/Makefile b/Embedded_Software/Feature_Tutorials/02-Debugging/2-debugging-linux-applications/scripts/Makefile index 9228c0f31f..e5939ea5e6 100755 --- a/Embedded_Software/Feature_Tutorials/02-Debugging/2-debugging-linux-applications/scripts/Makefile +++ b/Embedded_Software/Feature_Tutorials/02-Debugging/2-debugging-linux-applications/scripts/Makefile @@ -6,7 +6,7 @@ SHELL := /bin/bash TOOLS ?= "" -VERSION ?= 2025.1 +VERSION ?= 2025.2 LINUX_TMP_DIR ?= /tmp/${USER}/${VERSION}/zcu102/petalinux all: create_xsa sysroots unified_workspace @@ -16,17 +16,17 @@ create_xsa: vivado -mode tcl -source create_xsa.tcl sysroots: - $(RM) -rf ./xilinx-zcu102-v2025.1 ${LINUX_TMP_DIR} - petalinux-create project --template zynqMP -n ./xilinx-zcu102-v2025.1 --tmpdir ${LINUX_TMP_DIR} - cd ./xilinx-zcu102-v2025.1 && petalinux-config --get-hw-description=../zcu102/design_1_wrapper.xsa --silentconfig - sed -i 's/template/zcu102-rev1.0/' ./xilinx-zcu102-v2025.1/project-spec/configs/config - cd ./xilinx-zcu102-v2025.1 && petalinux-build - cd ./xilinx-zcu102-v2025.1 && petalinux-build --sdk - ./xilinx-zcu102-v2025.1/images/linux/sdk.sh -y -d sysroot + $(RM) -rf ./xilinx-zcu102-v2025.2 ${LINUX_TMP_DIR} + petalinux-create project --template zynqMP -n ./xilinx-zcu102-v2025.2 --tmpdir ${LINUX_TMP_DIR} + cd ./xilinx-zcu102-v2025.2 && petalinux-config --get-hw-description=../zcu102/design_1_wrapper.xsa --silentconfig + sed -i 's/template/zcu102-rev1.0/' ./xilinx-zcu102-v2025.2/project-spec/configs/config + cd ./xilinx-zcu102-v2025.2 && petalinux-build + cd ./xilinx-zcu102-v2025.2 && petalinux-build --sdk + cd xilinx-zcu102-v2025.2/images/linux/ && unset LD_LIBRARY_PATH && ./sdk.sh -y -d sysroot unified_workspace: $(RM) -rf ./unified_workspace vitis -s unified_workspace.py ./zcu102/design_1_wrapper.xsa clean: - $(RM) -rf ./zcu102 ./classic_workspace ./unified_workspace ./xilinx-zcu102-v2025.1 + $(RM) -rf ./zcu102 ./classic_workspace ./unified_workspace ./xilinx-zcu102-v2025.2 diff --git a/Embedded_Software/Feature_Tutorials/02-Debugging/2-debugging-linux-applications/scripts/unified_workspace.py b/Embedded_Software/Feature_Tutorials/02-Debugging/2-debugging-linux-applications/scripts/unified_workspace.py index d133c991f7..643a6460c5 100755 --- a/Embedded_Software/Feature_Tutorials/02-Debugging/2-debugging-linux-applications/scripts/unified_workspace.py +++ b/Embedded_Software/Feature_Tutorials/02-Debugging/2-debugging-linux-applications/scripts/unified_workspace.py @@ -32,7 +32,7 @@ platform = client.get_component(name="zcu102_platform") status = platform.build() - sysroots = os.path.join(os.getcwd(), "./sysroot/sysroots/cortexa72-cortexa53-amd-linux") + sysroots = os.path.join(os.getcwd(), "./xilinx-zcu102-v2025.2/sysroot/sysroots/cortexa72-cortexa53-amd-linux") sysroots = os.path.normpath(sysroots) status = client.set_preference(level = "WORKSPACE", device = "ZynqMP", key = "Sysroot", value = sysroots) diff --git a/Embedded_Software/Feature_Tutorials/02-Debugging/3-debuggable-fsbl/README.md b/Embedded_Software/Feature_Tutorials/02-Debugging/3-debuggable-fsbl/README.md index 85acf857db..c10e716011 100755 --- a/Embedded_Software/Feature_Tutorials/02-Debugging/3-debuggable-fsbl/README.md +++ b/Embedded_Software/Feature_Tutorials/02-Debugging/3-debuggable-fsbl/README.md @@ -13,7 +13,7 @@ # Creating a Debuggable First Stage Boot Loader -***Version: Vitis 2025.1*** +***Version: Vitis 2025.2*** First Stage Boot Loader (FSBL) can initialize the SoC device, load the required application or data to memory, and launch applications on the target the CPU core. FSBL is optimized for size because it must fit in the OCM, which has limited space on the device. Size based optimization introduces some trouble, if you want to debug FSBL when you add customized code into FSBL. This chapter explains how you can use AMD Vitis™ Unified IDE to debug FSBL step by step. diff --git a/Embedded_Software/Feature_Tutorials/02-Debugging/4-cross-triggering/README.md b/Embedded_Software/Feature_Tutorials/02-Debugging/4-cross-triggering/README.md index 20a3ce3aea..ee4996b95e 100755 --- a/Embedded_Software/Feature_Tutorials/02-Debugging/4-cross-triggering/README.md +++ b/Embedded_Software/Feature_Tutorials/02-Debugging/4-cross-triggering/README.md @@ -13,7 +13,7 @@ # Cross Triggering in Vitis Unified Embedded IDE -***Version: Vitis 2025.1*** +***Version: Vitis 2025.2*** Embedded systems can be complex, that may contain multiple processors. You can also debug across software and hardware domains and can use PS-PL cross triggering. However, In this simple tutorial, you learn how we can debug over multiple processors using cross triggering. @@ -22,7 +22,7 @@ Embedded systems can be complex, that may contain multiple processors. You can a There is a script delivered with this tutorial to build the the HW from scratch, or use the prebuilt hardware (default). To do this use the command below ``` -cd Vitis_Cross_Probing/scripts +cd scripts make build_hw ``` ## Processor to Processor Cross Triggering @@ -30,7 +30,7 @@ make build_hw In this Lab, we will learn how we can Cross Trigger across two processors. To build use the command below ``` -cd Vitis_Cross_Probing/scripts +cd scripts make build_sw LAB=1 ``` @@ -62,7 +62,7 @@ int main() } ``` -Launch AMD Vitis™ Unified embedded tool in 2025.1 and open the **lab1** workspace. +Launch AMD Vitis™ Unified embedded tool in 2025.2 and open the **lab1** workspace. ![](./images/applications.PNG) @@ -87,7 +87,7 @@ Launch AMD Vitis™ Unified embedded tool in 2025.1 and open the **lab1** worksp Another very useful feature is the ability to debug between the hardware and software domains. To build use the command below ``` -cd Vitis_Cross_Probing/scripts +cd scripts make build_sw LAB=2 ``` @@ -150,7 +150,7 @@ Alternatively, users can setup the cross triggering to trigger the System ILA wh For example, I used the same hardware design as above. However, I updated the software application to write to the AXI GPIO. To build use the command below ``` -cd Vitis_Cross_Probing/scripts +cd scripts make build_sw LAB=3 ``` diff --git a/Embedded_Software/Feature_Tutorials/02-Debugging/4-cross-triggering/scripts/Makefile b/Embedded_Software/Feature_Tutorials/02-Debugging/4-cross-triggering/scripts/Makefile index 7f25e78753..af4979c9e1 100644 --- a/Embedded_Software/Feature_Tutorials/02-Debugging/4-cross-triggering/scripts/Makefile +++ b/Embedded_Software/Feature_Tutorials/02-Debugging/4-cross-triggering/scripts/Makefile @@ -5,7 +5,7 @@ # Author: Stephen MacMahon SHELL := /bin/bash -VERSION ?= 2025.1 +VERSION ?= 2025.2 REMOTE ?= localhost PREBUILT ?= 0 LAB ?= 1 diff --git a/Embedded_Software/Feature_Tutorials/02-Debugging/4-cross-triggering/scripts/create_xsa.tcl b/Embedded_Software/Feature_Tutorials/02-Debugging/4-cross-triggering/scripts/create_xsa.tcl index 0b2138e6ca..082c388613 100644 --- a/Embedded_Software/Feature_Tutorials/02-Debugging/4-cross-triggering/scripts/create_xsa.tcl +++ b/Embedded_Software/Feature_Tutorials/02-Debugging/4-cross-triggering/scripts/create_xsa.tcl @@ -20,7 +20,7 @@ set script_folder [_tcl::get_script_folder] ################################################################ # Check if script is running in correct Vivado version. ################################################################ -set scripts_vivado_version 2025.1 +set scripts_vivado_version 2025.2 set current_vivado_version [version -short] if { [string first $scripts_vivado_version $current_vivado_version] == -1 } { diff --git a/Embedded_Software/Feature_Tutorials/03-vitis_classic_to_unified_migration/README.md b/Embedded_Software/Feature_Tutorials/03-vitis_classic_to_unified_migration/README.md index dd29d31017..4f238a0256 100644 --- a/Embedded_Software/Feature_Tutorials/03-vitis_classic_to_unified_migration/README.md +++ b/Embedded_Software/Feature_Tutorials/03-vitis_classic_to_unified_migration/README.md @@ -13,7 +13,7 @@ # Vitis Classic to Unified Project Migration -***Version: Vitis 2025.1*** +***Version: Vitis 2025.2*** >**Note**: The content of this tutorial is also available as an on-demand video, featuring a demo walkthrough from the ["Advancing Embedded Development: Migrating to AMD Vitis™ Unified IDE and Exploring Backend Innovations"](https://webinar.amd.com/Advancing-Embedded-Development-Migrating-to-AMD-Vitis-tm-Unified-IDE-and-Exploring-Backend-Innovations/en) webinar. @@ -31,6 +31,7 @@ There is also a migration utility in the Vitis Classic that users can use to por * External repositories will not be reflected. Meaning if you have a custom driver in an external repo, then this driver will not be ported * Modification made to BSP will not be reflected * Build Configurations are not copied over to Unified. Users will need to generate this via the launnch configuration GUI +* Only works for version's untill 2024.2 (Manual migration is recommended) ## Metadata transfer Methodology change from Hardware to Software @@ -271,11 +272,11 @@ In Vitis Classic, the bsp parameters were populated for the MLD and MSS file. In cmake_minimum_required(VERSION 3.3) find_package(common) -set(lwip213_api_mode RAW_API CACHE STRING "Mode of operation for lwIP (RAW API/Sockets API)") -set_property(CACHE lwip213_api_mode PROPERTY STRINGS RAW_API SOCKET_API) -option(lwip213_no_sys_no_timers "Drops support for sys_timeout when NO_SYS==1" ON) -set(lwip213_socket_mode_thread_prio 2 CACHE STRING "Priority of threads in socket mode") -option(lwip213_tcp_keepalive "Enable keepalive processing with default interval" OFF) +set(lwip220_api_mode RAW_API CACHE STRING "Mode of operation for lwIP (RAW API/Sockets API)") +set_property(CACHE lwip220_api_mode PROPERTY STRINGS RAW_API SOCKET_API) +option(lwip220_no_sys_no_timers "Drops support for sys_timeout when NO_SYS==1" ON) +set(lwip220_socket_mode_thread_prio 2 CACHE STRING "Priority of threads in socket mode") +option(lwip220_tcp_keepalive "Enable keepalive processing with default interval" OFF) set(sgmii_fixed_link 0 CACHE STRING "Enable fixed link for GEM SGMII at 1Gbps") set_property(CACHE sgmii_fixed_link PROPERTY STRINGS 0 1) ... @@ -359,7 +360,7 @@ Below I have a trivial Block Design for the Zynq Ultrascale+ MPSoC which was cre ![](./images/2023.2_block_design.PNG) -1. Load Vivado 2025.1 tools +1. Load Vivado 2025.2 tools 2. Select 'Open Project' and choose the 2023.2 project to be migrated ![](./images/open_project.PNG) @@ -376,7 +377,7 @@ To upgrade the IP select 'Report IP Status' and then scroll to the bottom of the ![](./images/upgradable_ip.PNG) -5. Export the hardware (XSA) and use it to recreate your platform in Vitis Unified 2025.1 +5. Export the hardware (XSA) and use it to recreate your platform in Vitis Unified 2025.2 ### Vitis Classic to Unified Migration Utility @@ -388,6 +389,7 @@ Launch XSCT, and use the command below cd scripts make all ``` +**Note:** The scripting flow provided in the tutorial will only work in versions (2023.2 - 2024.2) as the classic IDE is no longer provided in the install from version 2025.1. This will create the platform xsa file and the **classic_workspace** workspace. Launch Vitis Classic, and navigate to the workspace created above. diff --git a/Embedded_Software/Feature_Tutorials/03-vitis_classic_to_unified_migration/images/custom_lib.PNG b/Embedded_Software/Feature_Tutorials/03-vitis_classic_to_unified_migration/images/custom_lib.PNG index ae955f8430..b8d54f0e9d 100755 Binary files a/Embedded_Software/Feature_Tutorials/03-vitis_classic_to_unified_migration/images/custom_lib.PNG and b/Embedded_Software/Feature_Tutorials/03-vitis_classic_to_unified_migration/images/custom_lib.PNG differ diff --git a/Embedded_Software/Feature_Tutorials/03-vitis_classic_to_unified_migration/scripts/Makefile b/Embedded_Software/Feature_Tutorials/03-vitis_classic_to_unified_migration/scripts/Makefile index fb08c62068..97747997b2 100755 --- a/Embedded_Software/Feature_Tutorials/03-vitis_classic_to_unified_migration/scripts/Makefile +++ b/Embedded_Software/Feature_Tutorials/03-vitis_classic_to_unified_migration/scripts/Makefile @@ -6,7 +6,7 @@ SHELL := /bin/bash TOOLS ?= "" -VERSION ?= 2025.1 +VERSION ?= 2025.2 all: create_xsa classic_workspace diff --git a/Embedded_Software/Feature_Tutorials/04-vitis_scripting_flows/README.md b/Embedded_Software/Feature_Tutorials/04-vitis_scripting_flows/README.md index fd5b359a4b..f9e1a4eb74 100755 --- a/Embedded_Software/Feature_Tutorials/04-vitis_scripting_flows/README.md +++ b/Embedded_Software/Feature_Tutorials/04-vitis_scripting_flows/README.md @@ -11,7 +11,7 @@ -***Version: Vitis 2025.1*** +***Version: Vitis 2025.2*** # Vitis Embedded Scripting Flows @@ -29,7 +29,7 @@ There are commandline API for creating Vitis components, API for extracting the There is a script attached to this tutorial if users want to rebuild the XSA used in this tutorial. -Launch Vivado 2025.1 and use the TCL commands below +Launch Vivado 2025.2 and use the TCL commands below ``` cd scripts @@ -170,7 +170,7 @@ domain = platform.add_domain(cpu = "psu_cortexa53_0",os = "standalone",name = "m When we generate a platform, the metadata is extracted from the XSA, and this is used to generate the S-DT. This will also rebuild any domains within the platform ``` -platform.update_hw(hw = "path to new XSA") +platform.update_hw(hw_design = "path to new XSA") ``` ### Building Platform @@ -438,8 +438,8 @@ RP_ID_INFO string true RP_INST_NAME string true SPEEDGRADE string true -2 SW_REPOSITORIES string* true [] -TIMESTAMP string true Mon Apr 28 16:18:04 2025 -VIVADO_VERSION string true 2025.1 +TIMESTAMP string true Thu Sep 25 05:38:26 2025 +VIVADO_VERSION string true 2025.2 ``` Users can return a specific property, such as the `FAMILY` @@ -747,9 +747,9 @@ Vitis [0]: jtag = session.jtag_targets() ``` ``` - 1 Digilent JTAG-SMT2NC 210308A7B222 () - 2 xczu9 (idcode 24738093 irlen 12 fpga) - 3 arm_dap (idcode 5ba00477 irlen 4) +1 Digilent JTAG-SMT2NC 210308A46CA1 + 2 xczu9 (idcode 24738093 irlen 12 fpga) + 3 arm_dap (idcode 5ba00477 irlen 4) ``` Users can filter on the JTAG Targets diff --git a/Embedded_Software/Feature_Tutorials/04-vitis_scripting_flows/scripts/Makefile b/Embedded_Software/Feature_Tutorials/04-vitis_scripting_flows/scripts/Makefile index ce74780227..7543341076 100755 --- a/Embedded_Software/Feature_Tutorials/04-vitis_scripting_flows/scripts/Makefile +++ b/Embedded_Software/Feature_Tutorials/04-vitis_scripting_flows/scripts/Makefile @@ -5,7 +5,7 @@ # Author: Stephen MacMahon SHELL := /bin/bash -VERSION ?= 2025.1 +VERSION ?= 2025.2 all: clean create_xsa unified_workspace diff --git a/Embedded_Software/Feature_Tutorials/05-vitis_version_control/README.md b/Embedded_Software/Feature_Tutorials/05-vitis_version_control/README.md index 928268421d..a2fd39cc17 100644 --- a/Embedded_Software/Feature_Tutorials/05-vitis_version_control/README.md +++ b/Embedded_Software/Feature_Tutorials/05-vitis_version_control/README.md @@ -8,7 +8,7 @@ # Version Control in Vitis Unified IDE -***Version: Vitis 2025.1*** +***Version: Vitis 2025.2*** This guide is designed to help you understand and efficently use the built-in version control tools integrated within the Vitis Unified IDE. Version control among different teams is a key concept and therefore this tutorial will guide you through the essential workflows to streamline the development process within your own team. We will look at three different version control techniques within the Vitis Unified IDE @@ -101,7 +101,7 @@ Note: You can see what git commands are being executed under the hood by selecti ### Step 1: Initialising the Git Repository -Launch Vitis 2025.1, select **open workspace**, and select the workspace we have just created. Then we will need to intialise our workspace as a Git workspace. So once the workspace has loaded select **Terminal** -> **New Terminal** +Launch Vitis 2025.2, select **open workspace**, and select the workspace we have just created. Then we will need to intialise our workspace as a Git workspace. So once the workspace has loaded select **Terminal** -> **New Terminal** ![](./images/select_terminal.PNG) @@ -196,7 +196,7 @@ Now that we have created a project and pushed it to Git we can clone that reposi 3. Select the version control icon on the left side, select the three dots beside Git and select **clone**. -![](./images/select_git_clone.PNG) +![](./images/git_clone.PNG) 4. You will be prompted to enter the URL of your remote repository. 5. After entering the URL you will be prompted to enter your Git credentials./ diff --git a/Embedded_Software/Feature_Tutorials/05-vitis_version_control/images/git_clone.PNG b/Embedded_Software/Feature_Tutorials/05-vitis_version_control/images/git_clone.PNG new file mode 100644 index 0000000000..7a9f4a8f2d Binary files /dev/null and b/Embedded_Software/Feature_Tutorials/05-vitis_version_control/images/git_clone.PNG differ diff --git a/Embedded_Software/Feature_Tutorials/05-vitis_version_control/images/select_git_clone.png b/Embedded_Software/Feature_Tutorials/05-vitis_version_control/images/select_git_clone.png deleted file mode 100644 index a7538f331d..0000000000 Binary files a/Embedded_Software/Feature_Tutorials/05-vitis_version_control/images/select_git_clone.png and /dev/null differ diff --git a/Embedded_Software/Feature_Tutorials/05-vitis_version_control/scripts/Makefile b/Embedded_Software/Feature_Tutorials/05-vitis_version_control/scripts/Makefile index cf3834e99f..ee223a9ad5 100644 --- a/Embedded_Software/Feature_Tutorials/05-vitis_version_control/scripts/Makefile +++ b/Embedded_Software/Feature_Tutorials/05-vitis_version_control/scripts/Makefile @@ -5,7 +5,7 @@ # Author: Luke Millar SHELL := /bin/bash -VERSION ?= 2025.1 +VERSION ?= 2025.2 all: clean create_git_repo create_working_folder push_working_folder clone_and_rebuild diff --git a/Embedded_Software/Feature_Tutorials/Feature_Tutorials.rst b/Embedded_Software/Feature_Tutorials/Feature_Tutorials.rst index 80b5061053..eaa80a4d9b 100644 --- a/Embedded_Software/Feature_Tutorials/Feature_Tutorials.rst +++ b/Embedded_Software/Feature_Tutorials/Feature_Tutorials.rst @@ -1,10 +1,10 @@ -############################################################################## +############################################################################## Embedded Software: Feature Tutorials ############################################################################## -These tutorials illustrate specific features of the Vitis Embedded Software development flow. Some features might not be required by all designs but are still useful for some use cases. +These tutorials illustrate specific features of the AMD Vitis™ Embedded Software development flow. Some features might not be required by all designs but are still useful for some use cases. .. toctree:: @@ -44,10 +44,10 @@ These tutorials illustrate specific features of the Vitis Embedded Software deve .. sidebar:: More Information - See AMD Vitis™ Development Environment on `xilinx.com `_ + See Vitis Development Environment on `amd.com `_ -.. Copyright © 2020–2024 Advanced Micro Devices, Inc +.. Copyright © 2020–2025 Advanced Micro Devices, Inc -.. `Terms and Conditions `_. \ No newline at end of file +.. `Terms and Conditions `_. diff --git a/Embedded_Software/Getting_Started/README.md b/Embedded_Software/Getting_Started/README.md index f9cdf913ec..120010c7a9 100644 --- a/Embedded_Software/Getting_Started/README.md +++ b/Embedded_Software/Getting_Started/README.md @@ -14,7 +14,7 @@ # Getting Started in Vitis Unified Embedded IDE -***Version: 2025.1*** +***Version: 2025.2*** This tutorial should act as the start point, or a refresher to the AMD Vitis™ Unified Embedded flows. The concepts will be kept simple to allow the user to navigate through the IDE with minimal steps to get started. We will accomplish the following tasks in this tutorial: @@ -24,8 +24,25 @@ This tutorial should act as the start point, or a refresher to the AMD Vitis™ **Note** -The example design in this tutorial is based on ZCU102 evaluation board, which uses MPSoC UltraScale+. The concept can apply to all SoC devices such as ZYNQ-7000 and Versal. +The example design in this tutorial is based on ZCU102 evaluation board, which uses MPSoC UltraScale+. The concept can apply to all SoC devices such as ZYNQ-7000 and Versal. You can also carry out this tutorial for versal boards such as: +* vck190 +* vek280 +* vek385 + +Furthermore, you can also automate the workspace build (HW and SW) by using the Makefile included in this tutorial. + +``` +make +``` +## Board Setup + +Documentation on preparing the hardware for each board can be found here: + +* ZCU102 +* VCK190 +* VEK280 +* VEK385 ## Get Started @@ -129,15 +146,21 @@ We are now ready to build our application. To do this, select the Build icon in ![missing image](./images/build_application.PNG) -Select Debug in the Flow view, and user will be prompted to create a new configuration (if one does not previously exist). +You will be prompted with the below build options to choose from: -![missing image](./images/debug_config.PNG) +1. Always build platform with application +- Platform build will always take place automatically before application build + +2. Only build application (manually build platform if needed) +- Platform build wont take place automatically before application build -Select New Launch Configuration. +![missing image](./images/build_settings.PNG) + +Select Debug in the Flow view, and user will be prompted to create a new configuration (if one does not previously exist). ![missing image](./images/new_config.PNG) -The Launch configuration will be auto-populated with the boot artifact components in the platform. +Select New Launch Configuration. The Launch configuration will be auto-populated with the boot artifact components in the platform. ![missing image](./images/debug_config.PNG) @@ -180,7 +203,7 @@ Make sure that the Program Flash is successful. We can verify, by setting the bo The Vitis Unified IDE will capture all the Vitis Python API used to create or modify the Vitis workspace in a python file in the logs folder. This can be then source in the Vitis CLI to rebuild the workspace. For example, the script that was generated in Vitis using the steps above is attached to this git repository with minimal changes to set the PWD. ``` -vitis -s build_workspace.py +vitis -s build_workspace.py -b zcu102 ```

Copyright © 2020–2023 Advanced Micro Devices, Inc.

diff --git a/Embedded_Software/Getting_Started/images/add_application.PNG b/Embedded_Software/Getting_Started/images/add_application.PNG index e635e2fa33..415e97a385 100644 Binary files a/Embedded_Software/Getting_Started/images/add_application.PNG and b/Embedded_Software/Getting_Started/images/add_application.PNG differ diff --git a/Embedded_Software/Getting_Started/images/add_xsa.PNG b/Embedded_Software/Getting_Started/images/add_xsa.PNG index 2edcf6a3b3..cb684310ac 100755 Binary files a/Embedded_Software/Getting_Started/images/add_xsa.PNG and b/Embedded_Software/Getting_Started/images/add_xsa.PNG differ diff --git a/Embedded_Software/Getting_Started/images/build_application.PNG b/Embedded_Software/Getting_Started/images/build_application.PNG index 419cded20b..f220852856 100644 Binary files a/Embedded_Software/Getting_Started/images/build_application.PNG and b/Embedded_Software/Getting_Started/images/build_application.PNG differ diff --git a/Embedded_Software/Getting_Started/images/build_settings.PNG b/Embedded_Software/Getting_Started/images/build_settings.PNG new file mode 100644 index 0000000000..ca2a5c151c Binary files /dev/null and b/Embedded_Software/Getting_Started/images/build_settings.PNG differ diff --git a/Embedded_Software/Getting_Started/images/create_platform.PNG b/Embedded_Software/Getting_Started/images/create_platform.PNG index 8b44bd4db8..70bbfc9fc4 100644 Binary files a/Embedded_Software/Getting_Started/images/create_platform.PNG and b/Embedded_Software/Getting_Started/images/create_platform.PNG differ diff --git a/Embedded_Software/Getting_Started/images/debug_config.PNG b/Embedded_Software/Getting_Started/images/debug_config.PNG index 216c1d5af6..92be5ea354 100644 Binary files a/Embedded_Software/Getting_Started/images/debug_config.PNG and b/Embedded_Software/Getting_Started/images/debug_config.PNG differ diff --git a/Embedded_Software/Getting_Started/images/debug_view.PNG b/Embedded_Software/Getting_Started/images/debug_view.PNG index 5ad48d40b5..bee4d5f05d 100644 Binary files a/Embedded_Software/Getting_Started/images/debug_view.PNG and b/Embedded_Software/Getting_Started/images/debug_view.PNG differ diff --git a/Embedded_Software/Getting_Started/images/domain.PNG b/Embedded_Software/Getting_Started/images/domain.PNG index 047389aee1..a40622f25e 100644 Binary files a/Embedded_Software/Getting_Started/images/domain.PNG and b/Embedded_Software/Getting_Started/images/domain.PNG differ diff --git a/Embedded_Software/Getting_Started/images/generate_boot.PNG b/Embedded_Software/Getting_Started/images/generate_boot.PNG index bb998618af..345af22715 100644 Binary files a/Embedded_Software/Getting_Started/images/generate_boot.PNG and b/Embedded_Software/Getting_Started/images/generate_boot.PNG differ diff --git a/Embedded_Software/Getting_Started/images/launch_debug.PNG b/Embedded_Software/Getting_Started/images/launch_debug.PNG index 33197e896d..779956bd8d 100644 Binary files a/Embedded_Software/Getting_Started/images/launch_debug.PNG and b/Embedded_Software/Getting_Started/images/launch_debug.PNG differ diff --git a/Embedded_Software/Getting_Started/images/new_config.PNG b/Embedded_Software/Getting_Started/images/new_config.PNG index 6075cbab6b..46ae3daf56 100644 Binary files a/Embedded_Software/Getting_Started/images/new_config.PNG and b/Embedded_Software/Getting_Started/images/new_config.PNG differ diff --git a/Embedded_Software/Getting_Started/images/platform.PNG b/Embedded_Software/Getting_Started/images/platform.PNG index bffdb27714..ac1723ee2b 100644 Binary files a/Embedded_Software/Getting_Started/images/platform.PNG and b/Embedded_Software/Getting_Started/images/platform.PNG differ diff --git a/Embedded_Software/Getting_Started/images/program_flash.PNG b/Embedded_Software/Getting_Started/images/program_flash.PNG index 597340c783..30b1531da4 100644 Binary files a/Embedded_Software/Getting_Started/images/program_flash.PNG and b/Embedded_Software/Getting_Started/images/program_flash.PNG differ diff --git a/Embedded_Software/Getting_Started/images/target_connection_details.PNG b/Embedded_Software/Getting_Started/images/target_connection_details.PNG index a2ffcc1f7b..d8131a4655 100644 Binary files a/Embedded_Software/Getting_Started/images/target_connection_details.PNG and b/Embedded_Software/Getting_Started/images/target_connection_details.PNG differ diff --git a/Embedded_Software/Getting_Started/images/vitis_welcome_embedded.png b/Embedded_Software/Getting_Started/images/vitis_welcome_embedded.png index a61391e19a..086646c283 100755 Binary files a/Embedded_Software/Getting_Started/images/vitis_welcome_embedded.png and b/Embedded_Software/Getting_Started/images/vitis_welcome_embedded.png differ diff --git a/Embedded_Software/Getting_Started/scripts/Makefile b/Embedded_Software/Getting_Started/scripts/Makefile index 8fbd9bbf55..5a2a39dfa8 100755 --- a/Embedded_Software/Getting_Started/scripts/Makefile +++ b/Embedded_Software/Getting_Started/scripts/Makefile @@ -1,16 +1,30 @@ # -# Copyright (C) 2024, Advanced Micro Devices, Inc. All rights reserved. +# Copyright (C) 2025, Advanced Micro Devices, Inc. All rights reserved. # SPDX-License-Identifier: MIT # -# Author: Stephen MacMahon +# Author: Luke Millar SHELL := /bin/bash -VERSION ?= 2025.1 +VERSION ?= 2025.2 -all: clean unified_workspace +all: clean zcu102 + +zcu102: + vivado -mode batch -source create_zcu102_xsa.tcl + vitis -s build_workspace.py -s zcu102 + +vck190: + vivado -mode batch -source create_vck190_xsa.tcl + vitis -s build_workspace.py -s vck190 + +vek280: + vivado -mode batch -source create_vek280_xsa.tcl + vitis -s build_workspace.py -s vek280 + +vek385: + vivado -mode batch -source create_vek385_xsa.tcl + vitis -s build_workspace.py -s vek385 -unified_workspace: - vitis -s build_workspace.py clean: $(RM) -rf ./unified_workspace diff --git a/Embedded_Software/Getting_Started/scripts/build_workspace.py b/Embedded_Software/Getting_Started/scripts/build_workspace.py index facd25c13a..b166d773d3 100644 --- a/Embedded_Software/Getting_Started/scripts/build_workspace.py +++ b/Embedded_Software/Getting_Started/scripts/build_workspace.py @@ -1,12 +1,17 @@ # -# Copyright (C) 2024, Advanced Micro Devices, Inc. All rights reserved. +# Copyright (C) 2025, Advanced Micro Devices, Inc. All rights reserved. # SPDX-License-Identifier: MIT # -# Author: Stephen MacMahon +# Author: Luke Millar import vitis import os import shutil +import argparse + +parser = argparse.ArgumentParser(description="Vitis Workspace Setup") +parser.add_argument("-b", "--board", type=str, required=True, choices=["zcu102", "vck190", "vek280", "vek385"], help="The board in use (zcu102, vck190, vek280, vek385)") +args = parser.parse_args() WORKSPACE_DIR = "unified_workspace" @@ -21,13 +26,36 @@ client = vitis.create_client() client.set_workspace(workspace) -platform = client.create_platform_component(name="zcu102_platform", hw_design="zcu102", os="standalone", cpu="psu_cortexa53_0", domain_name="standalone_psu_cortexa53_0") +platform_dict = {"board_name": args.board, "hw_design": "null", "os": "null", "cpu": "null", "domain_name": "null"} + +if args.board == "zcu102": + platform_dict["hw_design"] = "zcu102/design_1_wrapper.xsa"; + platform_dict["os"] = "standalone"; + platform_dict["cpu"] = "psu_cortexa53_0"; + platform_dict["domain_name"] = "standalone_psu_cortexa53_0"; +elif args.board == "vck190": + platform_dict["hw_design"] = "vck190/design_1_wrapper.xsa"; + platform_dict["os"] = "standalone"; + platform_dict["cpu"] = "psv_cortexa72_0"; + platform_dict["domain_name2"] = "standalone_psv_cortexa72_0" +elif args.board == "vek280": + platform_dict["hw_design"] = "vek280/design_1_wrapper.xsa"; + platform_dict["os"] = "standalone"; + platform_dict["cpu"] = "psv_cortexa72_0"; + platform_dict["domain_name"] = "standalone_psv_cortexa72_0" +elif args.board == "vek385": + platform_dict["hw_design"] = "vek385/design_1_wrapper.xsa"; + platform_dict["os"] = "standalone"; + platform_dict["cpu"] = "cortexa78_0"; + platform_dict["domain_name"] = "standalone_cortexa78_0" + -xpfm = os.path.join(os.getcwd(), f"./{WORKSPACE_DIR}/zcu102_platform/export/zcu102_platform/zcu102_platform.xpfm") +platform = client.create_platform_component(name=platform_dict["board_name"],hw_design=platform_dict["hw_design"], os=platform_dict["os"], cpu=platform_dict["cpu"], domain_name=platform_dict["domain_name"]) +xpfm = os.path.join(workspace, platform_dict["board_name"], "export", platform_dict["board_name"], f"{platform_dict['board_name']}.xpfm") xpfm = os.path.normpath(xpfm) -comp = client.create_app_component(name="hello_world", platform=xpfm, domain="standalone_psu_cortexa53_0", template="hello_world") +comp = client.create_app_component(name="hello_world", platform=xpfm, domain=platform_dict["domain_name"], template="hello_world") -platform = client.get_component(name="zcu102_platform") +platform = client.get_component(name=platform_dict["board_name"]) status = platform.build() status = platform.build() diff --git a/Embedded_Software/Getting_Started/scripts/create_vck190_xsa.tcl b/Embedded_Software/Getting_Started/scripts/create_vck190_xsa.tcl new file mode 100644 index 0000000000..5ef7c0e4b5 --- /dev/null +++ b/Embedded_Software/Getting_Started/scripts/create_vck190_xsa.tcl @@ -0,0 +1,25 @@ +# +# Copyright (C) 2025, Advanced Micro Devices, Inc. All rights reserved. +# SPDX-License-Identifier: MIT +# +# Author: Luke Millar + +set implement 0 + +create_project vck190 vck190 -part xcvc1902-vsva2197-2MP-e-S + +set_property board_part xilinx.com:vck190:part0:3.4 [current_project] +create_bd_design "ext_platform" -mode batch + +instantiate_example_design -template xilinx.com:design:ext_platform:1.0 -design ext_platform -options { Include_AIE.VALUE true Include_BDC.Value false } + +generate_target all [get_files vck190/vck190.srcs/sources_1/bd/ext_platform/ext_platform.bd] + +if {$implement == 1} { + launch_runs impl_1 -to_step write_bitstream + write_hw_platform -include_bit -fixed -force -file vck190/design_1_wrapper.xsa + exit +} else { + write_hw_platform -fixed -force -file vck190/design_1_wrapper.xsa + exit +} diff --git a/Embedded_Software/Getting_Started/scripts/create_vek280_xsa.tcl b/Embedded_Software/Getting_Started/scripts/create_vek280_xsa.tcl new file mode 100644 index 0000000000..86d82df788 --- /dev/null +++ b/Embedded_Software/Getting_Started/scripts/create_vek280_xsa.tcl @@ -0,0 +1,25 @@ +# +# Copyright (C) 2025, Advanced Micro Devices, Inc. All rights reserved. +# SPDX-License-Identifier: MIT +# +# Author: Luke Millar + +set implement 0 + +create_project vek280 vek280 -part xcve2802-vsvh1760-2MP-e-S + +set_property board_part xilinx.com:vek280:part0:1.2 [current_project] +create_bd_design "versal_comn_platform" -mode batch + +instantiate_example_design -template xilinx.com:design:versal_comn_platform:2.0 -design versal_comn_platform -options { Include_AIE.VALUE true } + +generate_target all [get_files vek280/vek280.srcs/sources_1/bd/versal_comn_platform/versal_comn_platform.bd] + +if {$implement == 1} { + launch_runs impl_1 -to_step write_bitstream + write_hw_platform -include_bit -fixed -force -file vek280/design_1_wrapper.xsa + exit +} else { + write_hw_platform -fixed -force -file vek280/design_1_wrapper.xsa + exit +} diff --git a/Embedded_Software/Getting_Started/scripts/create_vek385_xsa.tcl b/Embedded_Software/Getting_Started/scripts/create_vek385_xsa.tcl new file mode 100644 index 0000000000..f2e533df54 --- /dev/null +++ b/Embedded_Software/Getting_Started/scripts/create_vek385_xsa.tcl @@ -0,0 +1,25 @@ +# +# Copyright (C) 2025, Advanced Micro Devices, Inc. All rights reserved. +# SPDX-License-Identifier: MIT +# +# Author: Luke Millar + +set implement 0 + +create_project vek385 vek385 -part xc2ve3858-ssva2112-2MP-e-S + +set_property board_part xilinx.com:vek385:part0:1.1 [current_project] +create_bd_design "versal_comn_platform" -mode batch + +instantiate_example_design -template xilinx.com:design:versal_comn_platform:2.0 -design versal_comn_platform -options { Include_AIE.VALUE true } + +generate_target all [get_files vek385/vek385.srcs/sources_1/bd/versal_comn_platform/versal_comn_platform.bd] + +if {$implement == 1} { + launch_runs impl_1 -to_step write_bitstream + write_hw_platform -include_bit -fixed -force -file vek385/design_1_wrapper.xsa + exit +} else { + write_hw_platform -fixed -force -file vek385/design_1_wrapper.xsa + exit +} diff --git a/Embedded_Software/Getting_Started/scripts/create_zcu102_xsa.tcl b/Embedded_Software/Getting_Started/scripts/create_zcu102_xsa.tcl new file mode 100644 index 0000000000..661a8a9bd8 --- /dev/null +++ b/Embedded_Software/Getting_Started/scripts/create_zcu102_xsa.tcl @@ -0,0 +1,25 @@ +# +# Copyright (C) 2025, Advanced Micro Devices, Inc. All rights reserved. +# SPDX-License-Identifier: MIT +# +# Author: Luke Millar + +set implement 0 + +create_project zcu102 zcu102 -part xczu9eg-ffvb1156-2-e + +set_property board_part xilinx.com:zcu102:part0:3.4 [current_project] +create_bd_design "mpsoc_preset" -mode batch + +instantiate_example_design -template xilinx.com:design:mpsoc_preset:1.0 -design mpsoc_preset -options { Preset.VALUE MPSoC_PL} + +generate_target all [get_files zcu102/zcu102.srcs/sources_1/bd/mpsoc_preset/mpsoc_preset.bd] + +if {$implement == 1} { + launch_runs impl_1 -to_step write_bitstream + write_hw_platform -include_bit -fixed -force -file zcu102/design_1_wrapper.xsa + exit +} else { + write_hw_platform -fixed -force -file zcu102/design_1_wrapper.xsa + exit +} diff --git a/Getting_Started/Vitis/HLS_Kernels/Makefile b/Getting_Started/Vitis/HLS_Kernels/Makefile index 3c1237da70..cf3e2998d8 100644 --- a/Getting_Started/Vitis/HLS_Kernels/Makefile +++ b/Getting_Started/Vitis/HLS_Kernels/Makefile @@ -1,7 +1,7 @@ #Copyright (C) 2023, Advanced Micro Devices, Inc. All rights reserved. #SPDX-License-Identifier: MIT -PLATFORM = $(PLATFORM_REPO_PATHS)/xilinx_vck190_base_202510_1/xilinx_vck190_base_202510_1.xpfm +PLATFORM = $(PLATFORM_REPO_PATHS)/xilinx_vck190_base_202520_1/xilinx_vck190_base_202520_1.xpfm s2mm = ./s2mm/s2mm.xo diff --git a/Getting_Started/Vitis/README.md b/Getting_Started/Vitis/README.md index 8100d0efc1..d74fbb9d7b 100644 --- a/Getting_Started/Vitis/README.md +++ b/Getting_Started/Vitis/README.md @@ -14,7 +14,7 @@ # Vitis Introduction and Getting Started Tutorial -***Version: Vitis 2025.1*** +***Version: Vitis 2025.2*** Welcome to Vitis Getting Started! @@ -29,7 +29,7 @@ Please read the tutorial in the same order as listed here to better understand t ## Prerequisites -1. Source Vitis 2025.1: +1. Source Vitis 2025.2: ``` source /settings64.sh @@ -38,7 +38,7 @@ Please read the tutorial in the same order as listed here to better understand t 2. Export the following variable: ``` - export COMMON_IMAGE_VERSAL= + export COMMON_IMAGE_VERSAL= ``` 3. To compile the binaries: diff --git a/Getting_Started/Vitis/Vitis_ToolFlow.md b/Getting_Started/Vitis/Vitis_ToolFlow.md index 80443928c9..7f38e3880a 100644 --- a/Getting_Started/Vitis/Vitis_ToolFlow.md +++ b/Getting_Started/Vitis/Vitis_ToolFlow.md @@ -28,7 +28,7 @@ AMD Vitis Unified Software Platform offers range of libraries along with compile The first and foremost component to get started with Vitis Acceleration flow is an **extensible hardware platform**. The XSA file generated from Vivado is an extensible hardware platform, the word extensible means the platform is not complete yet and more logic will be added later to the platform. Also, to quickly get started with Versal designing, AMD provides platforms targeted to the respective boards. -For customer platfoms and steps to create an extensible hardware platform, please refer to the [Platform Tutorial](https://github.com/Xilinx/Vitis-Tutorials/blob/2025.1/Vitis_Platform_Creation/Design_Tutorials/03_Edge_VCK190/step1.md) +For customer platfoms and steps to create an extensible hardware platform, please refer to the [Platform Tutorial](../../Vitis_Platform_Creation/Design_Tutorials/03_Edge_VCK190/) ```mermaid graph TD; diff --git a/Getting_Started/Vitis/vitis_dir/Makefile b/Getting_Started/Vitis/vitis_dir/Makefile index 49473eaaaf..40d1b3e91b 100644 --- a/Getting_Started/Vitis/vitis_dir/Makefile +++ b/Getting_Started/Vitis/vitis_dir/Makefile @@ -5,7 +5,7 @@ all: linker packager TARGET ?= hw_emu -PLATFORM = $(PLATFORM_REPO_PATHS)/xilinx_vck190_base_202510_1/xilinx_vck190_base_202510_1.xpfm +PLATFORM = $(PLATFORM_REPO_PATHS)/xilinx_vck190_base_202520_1/xilinx_vck190_base_202520_1.xpfm # Rootfs and Image @@ -26,6 +26,7 @@ linker: $(s2mm) $(mm2s) $(libadf) packager: v++ --package --target ${TARGET} \ + --platform ${PLATFORM} \ --config pack.cfg \ --package.defer_aie_run \ --package.kernel_image=${IMAGE} \ diff --git a/Getting_Started/Vitis/vitis_dir/README.md b/Getting_Started/Vitis/vitis_dir/README.md index 7c48a55655..bfdfbc9328 100644 --- a/Getting_Started/Vitis/vitis_dir/README.md +++ b/Getting_Started/Vitis/vitis_dir/README.md @@ -24,7 +24,7 @@ As discussed in the tutorial introduction page, the Vitis linker inputs are kern 2. `mm2s.xo` and `s2mm.xo`: HLS/PL kernels 3. `xilinx_vck190_base_202510_1.xpfm`: AMD provided platform -> **Important Note:** This tutorial uses the AMD provided platform. For custom platform flow details, please check tutorials under [Vitis_Platform_Creation](https://github.com/Xilinx/Vitis-Tutorials/tree/2025.1/Vitis_Platform_Creation) +> **Important Note:** This tutorial uses the AMD provided platform. For custom platform flow details, please check tutorials under [Vitis_Platform_Creation](../../../Vitis_Platform_Creation/) With the input kernels and platform ready, we need to define the connection of these kernel using a configuration file, let's call it system.cfg. @@ -116,9 +116,9 @@ save-temps=1 [package] boot_mode=sd out_dir=pack_out_dir -rootfs=/xilinx-versal-common-v2025.1/rootfs.ext4 +rootfs=/xilinx-versal-common-v2025.2/rootfs.ext4 image_format=ext4 -kernel_image=/xilinx-versal-common-v2025.1/Image +kernel_image=/xilinx-versal-common-v2025.2/Image sd_file=host.exe ``` diff --git a/Getting_Started/Vitis/vitis_dir/pack.cfg b/Getting_Started/Vitis/vitis_dir/pack.cfg index 82dcf05c1d..fdfbaf5a96 100644 --- a/Getting_Started/Vitis/vitis_dir/pack.cfg +++ b/Getting_Started/Vitis/vitis_dir/pack.cfg @@ -1,4 +1,3 @@ -platform=xilinx_vck190_base_202510_1 save-temps=1 [package] diff --git a/Getting_Started/Vitis_HLS/README.md b/Getting_Started/Vitis_HLS/README.md index 84856dd184..5bcf72b053 100644 --- a/Getting_Started/Vitis_HLS/README.md +++ b/Getting_Started/Vitis_HLS/README.md @@ -13,7 +13,7 @@ # Vitis HLS Analysis and Optimization -***Version: Vitis 2025.1*** +***Version: Vitis 2025.2*** ## Introduction @@ -24,18 +24,18 @@ Vitis High-Level Synthesis (HLS) enables you to compile C/C++ code into RTL code The labs in this tutorial use: * BASH Linux shell commands. -* 2025.1 Vitis core development kit release. +* Vitis core development kit release. >**IMPORTANT:** > -> * Before running any of the examples, make sure you have installed the Vitis core development kit as described in [Installation](https://docs.amd.com/r/en-US/ug1393-vitis-application-acceleration/Installation) in the Vitis Unified Software Platform Documentation: Application Acceleration Development (UG1393). +> * Before running any of the examples, make sure you have installed the Vitis Software Platform as described in Vitis release notes [Installing the Vitis](https://docs.amd.com/r/en-US/ug1742-vitis-release-notes/Vitis-Software-Platform-Installation). ### Setup the environment to run Vitis To configure the environment to run Vitis, run the following scripts which set up the environment to run in a specific command shell. ```bash -source /Vitis/2025.1/settings64.sh +source /settings64.sh source /opt/xilinx/xrt/setup.sh ``` diff --git a/Getting_Started/Vitis_Libraries/README.md b/Getting_Started/Vitis_Libraries/README.md index 5cea767540..3013117950 100644 --- a/Getting_Started/Vitis_Libraries/README.md +++ b/Getting_Started/Vitis_Libraries/README.md @@ -14,18 +14,18 @@ # Getting Started With Vitis Libraries -***Version: Vitis 2025.1*** +***Version: Vitis 2025.2*** This tutorial focuses on how to leverage the AMD Vitis™ Libraries to build your own design. The tutorial will use FFT's L1 library as an example. It contains instructions from cloning the library, compile, and simulate on its own till instantiate it into top-level design. ## Before You Begin ### Setup Environment -Before playing with the libraries, set up the Vitis environment first. For instructions on setting up the Vitis environment, refer to [Setting Up the Vitis Environment](https://docs.amd.com/r/en-US/ug1393-vitis-application-acceleration/Setting-Up-the-Vitis-Environment). +Before playing with the libraries, set up the Vitis environment first. For instructions on setting up the Vitis environment, refer to [Setting Up the Vitis Environment](https://docs.amd.com/r/en-US/ug1742-vitis-release-notes/Setting-Up-the-Environment-to-Run-the-Vitis-Software-Platform). Below are the example scripts to set up Vitis and XRT, and to specify the location of the platforms you have installed. ``` -$ source /Vitis/2025.1/settings64.sh +$ source /settings64.sh $ source /opt/xilinx/xrt/setup.sh $ export PLATFORM_REPO_PATHS= @@ -53,128 +53,115 @@ Vitis_Libraries/ ├── LICENSE.txt ├── README.md ├── blas/ -├── codec/ -├── data_analytics/ -├── data_compression/ ├── data_mover/ -├── database/ ├── dsp/ -├── graph/ -├── hpc/ ├── motor_control/ -├── quantitative_finance/ ├── security/ ├── solver/ -├── sparse/ ├── ultrasond/ ├── utils/ └── vision/ ~~~ -Libraries are written in C++ and typically contain three levels of abstractions: +Vitis library is organized into L1, L2, and L3 folders, each relating to a different stage of application development. -* L1: Module level, it provides optimized hardware implementation of the core LZ based and data compression specific modules like lz4 compress and snappy compress. -* L2: Kernel level, a demo on lz4, snappy, zlib, and zstd data compression algorithms are shown via kernel, which internally uses the optimized hardware modules. -* L3: The software API level wraps the details of offloading acceleration with prebuilt binary (overlay) and allows users to accelerate data compression tasks on the AMD Alveo™ cards without hardware development. +* L1 : Makefiles and sources in L1 facilitate HLS based flow for quick checks. Tasks at this level include: +* L2 : Makefiles and sources in L2 facilitate building XCLBIN file from various sources (HDL, HLS or XO files) of kernels with host code written in OpenCL/XRT framework targeting a device. This flow supports: +* L3 : Makefiles and sources in L3 demonstrate applications developed involving multiple kernels in pipeline. These Makefiles can be used for executing tasks, as with the L2 Makefiles. In this lab, you are going to use the **dsp** library. So enter the the sub-directory *dsp*, and you can find following directory structure. ~~~ dsp/ +├── docs +│   ├── Doxyfile +│   ├── Makefile +│   ├── README.md +│   └── src +├── ext +│   ├── make_utility +│   ├── README.md +│   └── xcl2 ├── Jenkinsfile -├── L1/ -│ ├── README.md -│ ├── examples/ -│ ├── include/ -│ ├── meta/ -│ ├── src/ -│ └── tests/ -├── L2/ -│ ├── README.md -│ ├── benchmarks/ -│ ├── examples/ -│ ├── include/ -│ ├── meta/ -│ └── tests/ +├── L1 +│   ├── examples +│   ├── include +│   ├── meta +│   ├── README.md +│   ├── src +│   └── tests +├── L2 +│   ├── benchmarks +│   ├── examples +│   ├── include +│   ├── meta +│   ├── README.md +│   └── tests +├── library.json ├── LICENSE.txt ├── README.md -├── docs/ -│ ├── Doxyfile -│ ├── Makefile -│ ├── Makefile.sphinx -│ ├── README.md -│ └── src/ -├── ext/ -│ ├── README.md -│ ├── make_utility/ -│ └── xcl2/ -└── library.json + ~~~ ## Create and run an HLS Component -In this step, you are going to create an HLS component by using the files provided in the [1Dfix_impulse](https://github.com/Xilinx/Vitis_Libraries/tree/main/dsp/L1/examples/1Dfix_impulse) L1 examples of the Vitis `dsp` library. The source files and script file are all located under this folder. Here, it is assumed that you have cloned the Vitis Libraries into */Vitis_Libraries* directory. - -1. Go into the `/Vitis_libraries/dsp/L1/examples/1Dfix_impulse` folder, create a directory to use as a workspace, and launch the Vitis unified IDE to create an HLS component as described in [Building and Running an HLS Component](https://docs.amd.com/r/en-US/ug1399-vitis-hls/Building-and-Running-an-HLS-Component). +In this step, you are going to create an HLS component by using the files provided in the [1Dfix_impulse](https://github.com/Xilinx/Vitis_Libraries/tree/main/dsp/L1/examples/1Dfix_impulse) L1 examples of the Vitis `dsp` library. The source files and script file are all located under this folder. -``` - mkdir myProject - vitis -w myProject -``` - -The Vitis unified IDE opens as shown below. - - ![Welcome Screen](images/welcome-screen.png) - - 2. Select **File > New Component > HLS** to create a new HLS component. +1. Launch Vitis Unified IDE + ``` + vitis + ``` +2. Select **File > New Component > HLS** to create a new HLS component. - This opens the **Name and Location** page of the **Create HLS Component** wizard - * Enter the **Component name:** `implTest` - * Enter the **Component location:** *Leave as set for the workspace* - * Click **Next** to move forward - - This opens the **Configuration File** page - * Select the **Empty File** radio button - * Leave the **New configuration file name** as the default: `hls_config` - * Click **Next** to move forward - - This opens the **Add Source Files** page - * Under **Design Files** select the **Add Files** command icon, - * Browse to the `examples/1Dfix_impulse/src` folder, select the `top_module.cpp` file, and click **Open** to add the file and close the dialog. - * In the **CFLAGS** entry field next to the `top_module.cpp` file, paste the following text to provide an include path: - `-I/Vitis_Libraries/dsp/L1/include/hw/vitis_fft/fixed` - - * Select **Browse** next to **Top Function** - * Select the `fft_top(int * int *)` top module, and select **OK** to close the dialog box - - * Under **Test Bench Files** select the **Add Files** command icon - * Browse to `examples/1Dfix_impulse/src` folder, select the `main.cpp` file, and click **Open** to add the file and close the dialog. - * In the **CFLAGS** entry field next to the `main.cpp` file, paste the following text to provide an include path: - `-I/Vitis_Libraries/dsp/L1/include/hw/vitis_fft/fixed` - * Click **Next** to move forward. - - ![Add Source Files](images/hls-component-sources.png) + This opens the **Name and Location** page of the **Create HLS Component** wizard + * Enter the **Component name:** `implTest` + * Enter the **Component location:** *Point to the folder serves as workspace. e.g. myProject* + * Click **Next** to move forward - This opens the **Hardware** page - * Click **Next** to accept the default part and move forward. - - This opens the **Settings** page. - * Click **Next** to accept all defaults and move forward. - - This opens the **Summary** page. - * Review the page contents and click **Finish** to create the HLS component as defined. - + ![Add Source Files](./images/create_hls_comp.png) + + This opens the **Configuration File** page + * Select the **Empty File** radio button + * Leave the **New configuration file name** as the default: `hls_config` + * Click **Next** to move forward + + This opens the **Add Source Files** page + * Under **Design Files** select the **Add Files** command icon, + * Browse to the `/Vitis_Libraries/dsp/L1/examples/1Dfix_impulse/src` folder, select the `top_module.cpp` file, and click **Open** to add the file and close the dialog. + * In the **CFLAGS** entry field next to the `top_module.cpp` file, paste the following text to provide an include path: `-I./` + + * Select **Browse** next to **Top Function** + * Select the `fft_top(int * int *)` top module, and select **OK** to close the dialog box + + * Under **Test Bench Files** select the **Add Files** command icon + * Browse to `examples/1Dfix_impulse/src` folder, select the `main.cpp` file, and click **Open** to add the file and close the dialog. + * In the **CFLAGS** entry field next to the `main.cpp` file, paste the following text to provide an include path: `-I./` + * Click **Next** to move forward. + + ![Add Source Files](images/hls-component-sources.png) + + This opens the **Hardware** page + * Click **Next** to accept the default part and move forward. + + This opens the **Settings** page. + * Click **Next** to accept all defaults and move forward. + + This opens the **Summary** page. + * Review the page contents and click **Finish** to create the HLS component as defined. - 3. The HLS component is created in the Vitis unified IDE and opened in the Flow Navigator. - - ![Flow Navigator](images/hls-component-flow.png) - You can browse into the Settings, view the and open the `top_module.cpp` file by selecting the source file in the Vitis Components Explorer view. The `top_module.cpp` calls the FFT library and the parameters are defined in the `data_path.hpp` file. For detailed instructions on using the FFT library, refer to the [Vitis Library](https://docs.amd.com/r/en-US/Vitis_Libraries/dsp/index.html). +3. The HLS component is created in the Vitis unified IDE and opened in the Flow Navigator. Now we need to set the relative_roots for the include path. +* Open the `hls_config.cfg` configuration file by selecting it under the Settings heading in the Vitis Components Explorer view, or by selecting it from the open `vitis-comp.json` file for the HLS component. +* From **All Settings** > **General**, Click **Add item** under hls.relative_roots, input `/Vitis_Libraries/dsp/L1/include/hw/vitis_fft/fixed` - * In Flow Navigator select **Run** under the **C Simulation** heading - * Select **Run** under the **C Synthesis** heading - * Select **Run** under the **C/RTL Co-simulation** heading + ![Flow Navigator](./images/relative_roots.png) + You can browse into the Settings, view and open the `top_module.cpp` file by selecting the source file in the Vitis Explorer view. The `top_module.cpp` calls the FFT library and the parameters are defined in the `data_path.hpp` file. For detailed instructions on using the FFT library, refer to the [Vitis DSP Library](https://docs.amd.com/r/en-US/Vitis_Libraries/dsp/index.html). + + * In Flow Navigator select **Run** under the **C Simulation** + * Select **Run** under the **C Synthesis** + * Select **Run** under the **C/RTL Co-simulation** + After C/RTL Co-Simulation, the following results are returned. ~~~ ... @@ -227,10 +214,10 @@ The testbench uses a single pulse signal as input to the FFT and the output shou 4. View the Waveform during C/RTL Co-Simulation (optional) - Open the `hls_config.cfg` configuration file by selecting it under the Settings heading in the Vitis Components Explorer view, or by selecting it from the open `vitis-comp.json` file for the HLS component. + Open the `hls_config.cfg` configuration file * Scrool down to the **C/RTL Cosimulation** section of the Config File editor - * Under **trace_level** select **all** - * Enable the **wave_debug** option + * Under **hls.cosim.trace_level** select **all** + * Enable the **hls.cosim.wave_debug** option * In the Flow Navigator select **Run** under the **C/RTL Co-simulation** heading In this way, you get the simulation waveform, such as the following example for a single SSR stream port: @@ -336,7 +323,7 @@ At this point the tutorial is complete. You can `Run Implementation` from Flow N In this tutorial, you learned how to leverage a L1 Vitis library element to build your own HLS component and export a Vivado IP. The FFT example is selected for explanation, and you can follow a similar flow to use other library elements. -**Note:** The [Makefile](./Makefile) is provided as a reference if you'd like to explore the CLI flow. +**Note:** The [Makefile](./Makefile) is provided as a reference if you'd like to explore the CLI flow. There are multiple ways to run the command-line flow, and the provided Makefile may not represent the optimal approach. ## Reference diff --git a/Getting_Started/Vitis_Libraries/images/create_hls_comp.png b/Getting_Started/Vitis_Libraries/images/create_hls_comp.png new file mode 100644 index 0000000000..98393ac045 Binary files /dev/null and b/Getting_Started/Vitis_Libraries/images/create_hls_comp.png differ diff --git a/Getting_Started/Vitis_Libraries/images/hls-component-flow.png b/Getting_Started/Vitis_Libraries/images/hls-component-flow.png deleted file mode 100644 index 2a5652637a..0000000000 Binary files a/Getting_Started/Vitis_Libraries/images/hls-component-flow.png and /dev/null differ diff --git a/Getting_Started/Vitis_Libraries/images/hls-component-sources.png b/Getting_Started/Vitis_Libraries/images/hls-component-sources.png index f833c53a00..0868ede655 100644 Binary files a/Getting_Started/Vitis_Libraries/images/hls-component-sources.png and b/Getting_Started/Vitis_Libraries/images/hls-component-sources.png differ diff --git a/Getting_Started/Vitis_Libraries/images/relative_roots.png b/Getting_Started/Vitis_Libraries/images/relative_roots.png new file mode 100644 index 0000000000..b84593747e Binary files /dev/null and b/Getting_Started/Vitis_Libraries/images/relative_roots.png differ diff --git a/Getting_Started/Vitis_Libraries/images/welcome-screen.png b/Getting_Started/Vitis_Libraries/images/welcome-screen.png deleted file mode 100644 index 7f0721c3c9..0000000000 Binary files a/Getting_Started/Vitis_Libraries/images/welcome-screen.png and /dev/null differ diff --git a/Getting_Started/Vitis_Libraries/src/datain.txt b/Getting_Started/Vitis_Libraries/src/datain.txt deleted file mode 100644 index 2a3a4b9a8a..0000000000 --- a/Getting_Started/Vitis_Libraries/src/datain.txt +++ /dev/null @@ -1,17 +0,0 @@ -00004000 -00000000 -00000000 -00000000 -00000000 -00000000 -00000000 -00000000 -00000000 -00000000 -00000000 -00000000 -00000000 -00000000 -00000000 -00000000 - diff --git a/Getting_Started/Vitis_Libraries/src/dataref.txt b/Getting_Started/Vitis_Libraries/src/dataref.txt deleted file mode 100644 index 3764201d20..0000000000 --- a/Getting_Started/Vitis_Libraries/src/dataref.txt +++ /dev/null @@ -1,17 +0,0 @@ -00004000 -00004000 -00004000 -00004000 -00004000 -00004000 -00004000 -00004000 -00004000 -00004000 -00004000 -00004000 -00004000 -00004000 -00004000 -00004000 - diff --git a/Getting_Started/Vitis_Libraries/src/fft_tb.v b/Getting_Started/Vitis_Libraries/src/fft_tb.v deleted file mode 100644 index 7fbf7b8272..0000000000 --- a/Getting_Started/Vitis_Libraries/src/fft_tb.v +++ /dev/null @@ -1,175 +0,0 @@ -/* -Copyright (C) 2023, Advanced Micro Devices, Inc. All rights reserved. -SPDX-License-Identifier: X11 -*/ - - -module fft_tb; - - - reg clk; - reg rst; - reg start; - wire done; - wire idle; - wire ready; - - wire inData_0_ce; - wire inData_1_ce; - wire inData_2_ce; - wire inData_3_ce; - - wire [31:0] inData_0; - wire [31:0] inData_1; - wire [31:0] inData_2; - wire [31:0] inData_3; - - wire outData_0_we; - wire outData_1_we; - wire outData_2_we; - wire outData_3_we; - - wire [41:0] outData_0; - wire [41:0] outData_1; - wire [41:0] outData_2; - wire [41:0] outData_3; - - reg [31:0] data_in [0:15]; - reg [41:0] data_out [0:15]; - reg [41:0] data_ref [0:15]; - - reg [7:0] inAddr_0; - reg [7:0] inAddr_1; - reg [7:0] inAddr_2; - reg [7:0] inAddr_3; - - reg [7:0] outAddr_0; - reg [7:0] outAddr_1; - reg [7:0] outAddr_2; - reg [7:0] outAddr_3; - - integer i, error; - - fft_wrap DUT ( - .inData_0_ce (inData_0_ce), - .inData_1_ce (inData_1_ce), - .inData_2_ce (inData_2_ce), - .inData_3_ce (inData_3_ce), - .inData_0 (inData_0), - .inData_1 (inData_1), - .inData_2 (inData_2), - .inData_3 (inData_3), - .outData_0_we (outData_0_we), - .outData_1_we (outData_1_we), - .outData_2_we (outData_2_we), - .outData_3_we (outData_3_we), - .outData_0 (outData_0), - .outData_1 (outData_1), - .outData_2 (outData_2), - .outData_3 (outData_3), - - .clk (clk), - .rst (rst), - .start (start), - .done (done), - .idle (idle), - .ready (ready) - -); - - // Clock gen - initial begin - clk = 1'b0; - forever #2.5 clk = !clk; - end - - // reset logic - initial begin - rst = 1'b1; - #100 rst = 1'b0; - end - - // start logic - initial begin - start = 1'b0; - wait (rst == 1'b0); - #100 @(posedge clk) start = 1'b1; - wait (done == 1'b1); - @(posedge clk) start = 1'b0; - end - - // data input stream logic - assign inData_0 = data_in[inAddr_0]; - assign inData_1 = data_in[inAddr_1]; - assign inData_2 = data_in[inAddr_2]; - assign inData_3 = data_in[inAddr_3]; - - initial begin - $readmemh("datain.txt", data_in); - $readmemh("dataref.txt", data_ref); - inAddr_0 = 0; - inAddr_1 = 4; - inAddr_2 = 8; - inAddr_3 = 12; - forever @ (posedge clk) fork - if (inData_0_ce) inAddr_0 = inAddr_0 + 1; - if (inData_1_ce) inAddr_1 = inAddr_1 + 1; - if (inData_2_ce) inAddr_2 = inAddr_2 + 1; - if (inData_3_ce) inAddr_3 = inAddr_3 + 1; - join - end - - // data output stream logic - initial begin - outAddr_0 = 0; - outAddr_1 = 4; - outAddr_2 = 8; - outAddr_3 = 12; - forever @ (posedge clk) fork - if (outData_0_we) begin - data_out [outAddr_0] <= outData_0; - outAddr_0 <= outAddr_0 + 1; - end - - if (outData_1_we) begin - data_out [outAddr_1] <= outData_1; - outAddr_1 <= outAddr_1 + 1; - end - - if (outData_2_we) begin - data_out [outAddr_2] <= outData_2; - outAddr_2 <= outAddr_2 + 1; - end - - if (outData_3_we) begin - data_out [outAddr_3] <= outData_3; - outAddr_3 <= outAddr_3 + 1; - end - - join - end - - // data validation - initial begin - error = 0; - #100 - @ (negedge done); - #100 - for (i = 0; i < 16; i = i + 1) begin - if (data_out[i] !== data_ref[i]) begin - error = error + 1; - end - end - if (error != 0) begin - $display("Result verification FAILED!"); - end else begin - $display("Result verification SUCCEED!"); - end - - #300 $display("Simulation finished."); - $finish; - - end - - -endmodule diff --git a/Getting_Started/Vitis_Libraries/src/fft_wrap.v b/Getting_Started/Vitis_Libraries/src/fft_wrap.v deleted file mode 100644 index c69f432789..0000000000 --- a/Getting_Started/Vitis_Libraries/src/fft_wrap.v +++ /dev/null @@ -1,72 +0,0 @@ -/* -Copyright (C) 2023, Advanced Micro Devices, Inc. All rights reserved. -SPDX-License-Identifier: X11 -*/ - -`timescale 1ns / 1ps - -module fft_wrap ( - output inData_0_ce, - output inData_1_ce, - output inData_2_ce, - output inData_3_ce, - - input [31:0] inData_0, - input [31:0] inData_1, - input [31:0] inData_2, - input [31:0] inData_3, - - output outData_0_we, - output outData_1_we, - output outData_2_we, - output outData_3_we, - - output [41:0] outData_0, - output [41:0] outData_1, - output [41:0] outData_2, - output [41:0] outData_3, - - input clk, - input rst, - input start, - output done, - output idle, - output ready - -); - - fft_top_0 fft_core ( - .ap_clk (clk), - .ap_rst (rst), - .ap_start (start), - .ap_done (done), - .ap_idle (idle), - .ap_ready (ready), - - .p_inData_0_dout (inData_0), - .p_inData_0_empty_n (1'b1), - .p_inData_0_read (inData_0_ce), - .p_inData_1_dout (inData_1), - .p_inData_1_empty_n (1'b1), - .p_inData_1_read (inData_1_ce), - .p_inData_2_dout (inData_2), - .p_inData_2_empty_n (1'b1), - .p_inData_2_read (inData_2_ce), - .p_inData_3_dout (inData_3), - .p_inData_3_empty_n (1'b1), - .p_inData_3_read (inData_3_ce), - .p_outData_0_din (outData_0), - .p_outData_0_full_n (1'b1), - .p_outData_0_write (outData_0_we), - .p_outData_1_din (outData_1), - .p_outData_1_full_n (1'b1), - .p_outData_1_write (outData_1_we), - .p_outData_2_din (outData_2), - .p_outData_2_full_n (1'b1), - .p_outData_2_write (outData_2_we), - .p_outData_3_din (outData_3), - .p_outData_3_full_n (1'b1), - .p_outData_3_write (outData_3_we) -); - -endmodule diff --git a/Getting_Started/Vitis_Platform/README.md b/Getting_Started/Vitis_Platform/README.md index 91ff167d98..5f87a249ea 100644 --- a/Getting_Started/Vitis_Platform/README.md +++ b/Getting_Started/Vitis_Platform/README.md @@ -14,7 +14,7 @@ # Versal Platform Creation Quick Start -***Vitis Unified IDE 2025.1***, ***Vivado 2025.1*** +***Vitis Unified IDE 2025.2***, ***Vivado 2025.2*** ***Board: VCK190 VEK280*** @@ -22,7 +22,7 @@ In this module, we will get started with three steps to quickly create a platfor This time, we will utilize the AMD Versal™ extensible platform from the CED example, using a pre-built Linux common image and a device tree file generated with the Platform Creation. Next, we will create an embedded Versal acceleration platform using the AMD Vitis™ Unified IDE. Finally, we will validate this platform using the Vector Addition example. -This is a quick start guide for Versal platform creation. If you have questions about specific steps or settings, or if you need to create a platform for a customer's board, please refer to[Versal Custom Platform Creation Tutorial](https://github.com/Xilinx/Vitis-Tutorials/tree/2025.1/Vitis_Platform_Creation/Design_Tutorials/03_Edge_VCK190). Besides, if you need to customize the Linux system image, refer to the [PetaLinux customization page](https://github.com/Xilinx/Vitis-Tutorials/tree/2025.1/Vitis_Platform_Creation/Feature_Tutorials/02_petalinux_customization) for reference. +This is a quick start guide for Versal platform creation. If you have questions about specific steps or settings, or if you need to create a platform for a customer's board, please refer to[Versal Custom Platform Creation Tutorial](https://github.com/Xilinx/Vitis-Tutorials/tree/2025.2/Vitis_Platform_Creation/Design_Tutorials/03_Edge_VCK190). Besides, if you need to customize the Linux system image, refer to the [PetaLinux customization page](https://github.com/Xilinx/Vitis-Tutorials/tree/2025.2/Vitis_Platform_Creation/Feature_Tutorials/02_petalinux_customization) for reference. ## Step 1: Create Vivado Design and Generate XSA @@ -110,12 +110,12 @@ This is a quick start guide for Versal platform creation. If you have questions 1. Download Versal common image from [AMD website download page](https://www.xilinx.com/support/download.html), place it under your `WorkSpace` directory, and extract the common image. ```bash - tar xvf ../xilinx-versal-common-v2025.1.tar.gz . + tar xvf ../xilinx-versal-common-v2025.2.tar.gz . ``` 2. Create Vitis platform - - Install SDK tool by typing `sh xilinx-versal-common-v2025.1/sdk.sh -d xilinx-versal-common-v2025.1/ -y` in console. Option `-d` is to specify the directory where to install. Option `-y` means confirmation. So it gets installed in `xilinx-versal-common-v2025.1/` folder. + - Install SDK tool by typing `sh xilinx-versal-common-v2025.2/sdk.sh -d xilinx-versal-common-v2025.2/ -y` in console. Option `-d` is to specify the directory where to install. Option `-y` means confirmation. So it gets installed in `xilinx-versal-common-v2025.2/` folder. >Note: The SDK installation is not required for platform creation; it is needed for application compilation. You can install it later as needed. @@ -145,7 +145,7 @@ This is a quick start guide for Versal platform creation. If you have questions ![vitis_platform_config](images/vitis_platform_config.PNG) - - **Pre-Built Image Directory**: Browse to extracted common image path directory: `xilinx-versal-common-v2025.1/` and click OK. Bootgen looks for boot components referred by BIF in this directory to generate `BOOT.BIN`. + - **Pre-Built Image Directory**: Browse to extracted common image path directory: `xilinx-versal-common-v2025.2/` and click OK. Bootgen looks for boot components referred by BIF in this directory to generate `BOOT.BIN`. - **DTB file**: It will be generated automatically and populated in this area. - **FAT32 Partition Directory**: if you have additional file to be stored in FAT32 partition diretory you can browse to the file. If not please omit this. - **QEMU Data**: This Directory is used to add additional file for emulation. User can set it according to your requirement. @@ -168,9 +168,9 @@ This is a quick start guide for Versal platform creation. If you have questions >Note: If you target VEK280, please select `vek280_custom` platform. -- Input **Sysroot** path: `xilinx-versal-common-v2025.1/sysroots/cortexa72-cortexa53-amd-linux` -- Input **RootFS** path: `xilinx-versal-common-v2025.1/rootfs.ext4` -- Input **Kernel Image** path: `xilinx-versal-common-v2025.1/Image` and click **Next**. +- Input **Sysroot** path: `xilinx-versal-common-v2025.2/sysroots/cortexa72-cortexa53-amd-linux` +- Input **RootFS** path: `xilinx-versal-common-v2025.2/rootfs.ext4` +- Input **Kernel Image** path: `xilinx-versal-common-v2025.2/Image` and click **Next**. - Review the project summary and click **Finish**. After seconds, the project is created. diff --git a/Getting_Started/Vitis_Platform/images/vivado_download_example.png b/Getting_Started/Vitis_Platform/images/vivado_download_example.png index 476c19e6bc..78b4a4447c 100644 Binary files a/Getting_Started/Vitis_Platform/images/vivado_download_example.png and b/Getting_Started/Vitis_Platform/images/vivado_download_example.png differ diff --git a/Getting_Started/Vitis_Platform/ref_files/vck190/Makefile b/Getting_Started/Vitis_Platform/ref_files/vck190/Makefile index dc79968496..44e078d790 100644 --- a/Getting_Started/Vitis_Platform/ref_files/vck190/Makefile +++ b/Getting_Started/Vitis_Platform/ref_files/vck190/Makefile @@ -1,5 +1,5 @@ #/* -#Copyright (C) 2023, Advanced Micro Devices, Inc. All rights reserved. +#Copyright (C) 2023-2025, Advanced Micro Devices, Inc. All rights reserved. #SPDX-License-Identifier: MIT #*/ @@ -10,7 +10,7 @@ ABS_HW_PATH=$(ABS_BUILD_PATH)/vivado BD_TCL=run.tcl ABS_BD_TCL=$(ROOT_DIR)/$(BD_TCL) -VERSION=2025.1 +VERSION=2025.2 COMMON_IMAGE_VERSAL ?=${PLATFORM_REPO_PATHS}/sw/versal/xilinx-versal-common-v$(VERSION)/ SYSROOT=$(COMMON_IMAGE_VERSAL)/sysroots/cortexa72-cortexa53-amd-linux/ XSA_NAME=vck190_custom diff --git a/Getting_Started/Vitis_Platform/ref_files/vck190/makefile_aie b/Getting_Started/Vitis_Platform/ref_files/vck190/makefile_aie index f61a875b24..423ef98d20 100644 --- a/Getting_Started/Vitis_Platform/ref_files/vck190/makefile_aie +++ b/Getting_Started/Vitis_Platform/ref_files/vck190/makefile_aie @@ -1,5 +1,5 @@ #/* -#Copyright (C) 2023, Advanced Micro Devices, Inc. All rights reserved. +#Copyright (C) 2023-2025, Advanced Micro Devices, Inc. All rights reserved. #SPDX-License-Identifier: MIT #*/ diff --git a/Getting_Started/Vitis_Platform/ref_files/vck190/makefile_vadd b/Getting_Started/Vitis_Platform/ref_files/vck190/makefile_vadd index 9a94d81832..9959ed2352 100644 --- a/Getting_Started/Vitis_Platform/ref_files/vck190/makefile_vadd +++ b/Getting_Started/Vitis_Platform/ref_files/vck190/makefile_vadd @@ -1,5 +1,5 @@ #/* -#Copyright (C) 2023, Advanced Micro Devices, Inc. All rights reserved. +#Copyright (C) 2023-2025, Advanced Micro Devices, Inc. All rights reserved. #SPDX-License-Identifier: MIT #*/ diff --git a/Getting_Started/Vitis_Platform/ref_files/vck190/run.tcl b/Getting_Started/Vitis_Platform/ref_files/vck190/run.tcl index 7705f2a428..d57e0f1097 100644 --- a/Getting_Started/Vitis_Platform/ref_files/vck190/run.tcl +++ b/Getting_Started/Vitis_Platform/ref_files/vck190/run.tcl @@ -1,5 +1,5 @@ #/* -#Copyright (C) 2023, Advanced Micro Devices, Inc. All rights reserved. +#Copyright (C) 2023-2025, Advanced Micro Devices, Inc. All rights reserved. #SPDX-License-Identifier: MIT #*/ diff --git a/Getting_Started/Vitis_Platform/ref_files/vck190/system-user.dtsi b/Getting_Started/Vitis_Platform/ref_files/vck190/system-user.dtsi index 778a52f8fd..a964b34ebb 100644 --- a/Getting_Started/Vitis_Platform/ref_files/vck190/system-user.dtsi +++ b/Getting_Started/Vitis_Platform/ref_files/vck190/system-user.dtsi @@ -1,5 +1,5 @@ /* -Copyright (C) 2023, Advanced Micro Devices, Inc. All rights reserved. +Copyright (C) 2023-2025, Advanced Micro Devices, Inc. All rights reserved. SPDX-License-Identifier: MIT */ diff --git a/Getting_Started/Vitis_Platform/ref_files/vek280/Makefile b/Getting_Started/Vitis_Platform/ref_files/vek280/Makefile index 57732b8bac..3a1ac25d7c 100644 --- a/Getting_Started/Vitis_Platform/ref_files/vek280/Makefile +++ b/Getting_Started/Vitis_Platform/ref_files/vek280/Makefile @@ -1,5 +1,5 @@ #/* -#Copyright (C) 2023, Advanced Micro Devices, Inc. All rights reserved. +#Copyright (C) 2023-2025, Advanced Micro Devices, Inc. All rights reserved. #SPDX-License-Identifier: MIT #*/ @@ -9,7 +9,7 @@ ABS_BUILD_PATH=$(ROOT_DIR)/build ABS_HW_PATH=$(ABS_BUILD_PATH)/vivado BD_TCL=run.tcl ABS_BD_TCL=$(ROOT_DIR)/$(BD_TCL) -VERSION=2025.1 +VERSION=2025.2 COMMON_IMAGE_VERSAL ?=${PLATFORM_REPO_PATHS}/sw/versal/xilinx-versal-common-v$(VERSION)/ SYSROOT=$(COMMON_IMAGE_VERSAL)/sysroots/cortexa72-cortexa53-amd-linux/ XSA_NAME=vek280_custom @@ -87,4 +87,4 @@ clean: ultraclean: clean -rm -rf $(ABS_BUILD_PATH) device-tree-xlnx/ logs tmp ws -rm -rf $(VADD_WORK) - make ultraclean -C $(AIE_WORK) \ No newline at end of file + make ultraclean -C $(AIE_WORK) diff --git a/Getting_Started/Vitis_Platform/ref_files/vek280/aieml_system_design/host/host.cpp b/Getting_Started/Vitis_Platform/ref_files/vek280/aieml_system_design/host/host.cpp index ece849305a..dfb93e8005 100644 --- a/Getting_Started/Vitis_Platform/ref_files/vek280/aieml_system_design/host/host.cpp +++ b/Getting_Started/Vitis_Platform/ref_files/vek280/aieml_system_design/host/host.cpp @@ -10,6 +10,7 @@ SPDX-License-Identifier: X11 #include "experimental/xrt_kernel.h" #include "experimental/xrt_graph.h" #include "../aie_src/src/system_settings.h" +#include template int load_data_file(std::string fname,T * data,int L) @@ -30,7 +31,7 @@ int load_data_file(std::string fname,T * data,int L) } -void MatrixMultiply(int8_t* A,int8_t * B, int * C, int M, int K, int N,int Display) +void MatrixMultiply(int8_t* A,int8_t * B, int * C, int M, int K, int N) { for(int i=0;iCopyright © 2020–2025 Advanced Micro Devices, Inc.

diff --git a/Jenkinsfile b/Jenkinsfile index 71888ce5d6..a45109fcee 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -5,8 +5,8 @@ VitisLibPipeline (libname: 'Vitis-Tutorials', additional_json:'add_tutorials.json', NEW_GENERATE:"true", allowed_modes:"sw_emu,hw_emu,hw", - yml:'2025.1/tutorial.yml', tql:'2025.1/tutorial.tql', - TOOLVERSION: '2025.1_daily_latest', + yml:'2025.2/tutorial.yml', tql:'2025.2/tutorial.tql', + TOOLVERSION: '2025.2_daily_latest', CheckFileSystem:"false", CheckCodingStyle:"false", CheckMakefile:"false", diff --git a/README.md b/README.md index 6eca5b777b..4a15807f73 100755 --- a/README.md +++ b/README.md @@ -45,10 +45,10 @@ The default branch always reflects the latest Vitis release. If you need a diffe Alternatively, you can download the repository as a ZIP file. This includes only the selected branch and is smaller than a full clone. To download a ZIP file of a specific branch, do one of the following: - From a browser, select the desired branch. Next, click the green `Code` button and select `Download ZIP`. -- From a terminal, execute the following command. The following uses the 2025.1 branch as an example. +- From a terminal, execute the following command. The following uses the 2025.2 branch as an example. ```code -wget https://github.com/Xilinx/Vitis-Tutorials/archive/refs/heads/2025.1.zip && unzip 2025.1.zip +wget https://github.com/Xilinx/Vitis-Tutorials/archive/refs/heads/2025.2.zip && unzip 2025.2.zip ``` If you already know exactly which tutorials or folders you need, `git sparse-checkout` is an option to download only those parts. Please refer to Git documentation for usage details. @@ -97,6 +97,37 @@ If you already know exactly which tutorials or folders you need, `git sparse-che + + + + + + + + + + + + + + + + + +
+ AI Engine Development on AIE-MLv2 :new: +
+ Learn how to target, develop, and deploy advanced algorithms using Versal AIE-MLv2 architecture in conjunction with PL IP/kernels and software applications running on the embedded processors. +
+ Feature Tutorials + + Design Tutorials +
+ A to Z AIE Bare-metal Flow for VEK385 :new: + + Radio-ML on AIE-MLv2 :new: +
+ @@ -164,23 +195,23 @@ If you already know exactly which tutorials or folders you need, `git sparse-che AIE Compiler Features @@ -336,7 +367,7 @@ If you already know exactly which tutorials or folders you need, `git sparse-che + + + + + + @@ -369,7 +411,7 @@ If you already know exactly which tutorials or folders you need, `git sparse-che @@ -387,16 +429,16 @@ If you already know exactly which tutorials or folders you need, `git sparse-che @@ -458,28 +500,22 @@ If you already know exactly which tutorials or folders you need, `git sparse-che - - - - - @@ -524,18 +560,16 @@ If you already know exactly which tutorials or folders you need, `git sparse-che - + + - diff --git a/Vitis_HLS/Design_Tutorials/01-Polynomial_Vectorization/README.md b/Vitis_HLS/Design_Tutorials/01-Polynomial_Vectorization/README.md deleted file mode 100644 index 70edd28b12..0000000000 --- a/Vitis_HLS/Design_Tutorials/01-Polynomial_Vectorization/README.md +++ /dev/null @@ -1,468 +0,0 @@ -
- Matrix Compute with Vitis Libraries :new: + Matrix Compute with Vitis Libraries Versal Custom Thin Platform Extensible System - Polyphase Channelizer on AIE-ML using Vitis Libraries :new: + Polyphase Channelizer on AIE-ML using Vitis Libraries
- Tiling Parameter Programming :new: + Tiling Parameter Programming - MNIST ConvNet on AIE-ML :new: + MNIST ConvNet on AIE-ML
- AIE Independent Graphs :new: + AIE Independent Graphs RTL / AI Engine interfacing Examples @@ -350,16 +381,27 @@ If you already know exactly which tutorials or folders you need, `git sparse-che
- AIE Kernel Optimization :new: + AIE Kernel Optimization AI Engine Kernel Programming :new: - Time-Division Multiplexed Mixer :new: + Time-Division Multiplexed Mixer - Back-Projection SAR on AIE :new: + Back-Projection SAR on AIE +
+ System Timeline Tutorial :new: + + +
- Vitis System Design :new: + Vitis System Design
- Vitis Functional Simulation :new: + Vitis Functional Simulation - Vitis Subsystem Simulation :new: + Vitis Subsystem Simulation Versal Custom Thin Platform Extensible System - Versal Custom Platform Integration using Vitis Subsystem :new: + Versal Custom Platform Integration using Vitis Subsystem
+ Vitis High-Level Synthesis (HLS) lets you compile C/C++ code into RTL code. These tutorials offer a broader introduction to the Vitis HLS flows and use cases.
+ Feature Tutorials + Design Tutorials
- Using Code Analyzer from Vitis Unified IDE - HLS Micro-Optimization Tutorial using Beamformer IP - Polyvec NTT Tutorial using Code Analyzer - Adaptive Beamforming for Radar
- Custom Platform Creation on KV260 - - Vitis Export to Vivado Flow :new: + Versal Custom DFX Platform Creation Tutorial + + Vitis Export to Vivado Flow
- Versal Custom DFX Platform Creation Tutorial - Versal Extensible Hardware Design Validation
- - - -
- - - AMD logo - -

AMD Vitis™ HLS Tutorials

- See Vitis™ Development Environment on amd.com -
- -# Polynomial Vectorization using Number Theoretic Transforms: A Real World Case Study Using Vitis HLS Code Analyzer - -***Version: Vitis 2025.1*** - ->**Note**: The content of this tutorial is also available as an on-demand video, featuring a demo walkthrough from the [Adapt Your C++ Algorithms for Outstanding Results with Vitis™ HLS](https://webinar.amd.com/Adapt-Your-C-Algorithms-for-Outstanding-Results-with-Vitis-tm-HLS/en) webinar. - -## Introduction - -Cryptography algorithms are fundamental computing algorithms which are crucial in securing network transmissions and stored data. The emergence of quantum computing has necessitated the development of new algorithms which cannot be broken by quantum computers, called Post-Quantum Cryptography, or PQC. One such algorithm which the [National Institute of Standards and Technology (NIST)](https://www.nist.gov/) has announced will be standardized for public-key encryption is called [CRYSTALS-Kyber](https://pq-crystals.org/kyber/). - -Traditional public key cryptography algorithms, such as RSA, rely on the asymmetric complexity of factoring large prime numbers. Take Equation 1 for example: - -Equation 1: - -```math -N = p1 \cdot p2 -``` - -It used to be that if one knew $N$ and wanted to calculate $p1$ and $p2$, the computation was too complex to solve if size of $p1$ and $p2$ were significantly large prime numbers. However, determining the prime factorization turns out to be quite a simple algorithm for quantum computers. As such, Kyber instead relies on the asymmetric complexity of factoring polynomial vectors, like those shown in Equation 2: - -Equation 2: - -```math - -\begin{bmatrix} - p_{11} \times x_{11}^{2} & p_{12} \times x_{12}^{2} & \ldots & p_{1n} \times x_{1n}^{2} \\ - p_{21} \times x_{21}^{2} & p_{22} \times x_{22}^{2} & \ldots & p_{2n} \times x_{2n}^{2} \\ - \vdots & \vdots & \ddots & \vdots \\ - p_{m1} \times x_{m1}^{2} & p_{m2} \times x_{m2}^{2} & \ldots & p_{mn} \times x_{mn}^{2} \\ -\end{bmatrix} -= -\begin{bmatrix} - 0 \\ - 0 \\ - \vdots \\ - 0 -\end{bmatrix} - -``` - -Where: - -- $p_{nm}$ are sufficiently large prime numbers. - -It is easy to see why prime factorization of polynomial vectors is orders of magnitude more computationally complex than prime factorization of a set of numbers. As such, algorithms based on this new paradigm can be made safe from attack from quantum computers; To date, there is no known way for an adversary with a quantum computer to decrypt messages encoded with Kyber. - -One downside, however, is that the increase in the complexity of decrypting these equations also precipitates an increase in the complexity on the encryption side. This makes these next generation PQC algorithms prime candidates for acceleration on an AMD FPGA or SoC. The Digital Signal Processing (DSP) slices in particular excel at vector processing, and these algorithms utilize large amounts of multiply and accumulate operations which FPGAs can process in a highly efficient and parallel nature. - -At the core of this algorithm lie Number Theoretic Transforms (NTTs). NNTs are a variant of the the Fast Fourier Transform (FFT) which transform polynomials modulo a prime number. It is therefore a crucial part of polynomial vectorization and algorithms such as Kyber which rely on this technique. - -In this tutorial, we will show how to accelerate the NTT using AMD Versal™ Adaptive SoCs and Vitis™ HLS. Because C++ code that implements these common and open source algorithms is widely available on the internet, we can use HLS C Synthesis to rapidly transform that code into RTL for the programmable logic (PL) on an AMD FPGA. - -However, tailoring this C code into highly optimized HLS C code requires expertise and time. When optimizing for any hardware architecture, code changes are required for optimal results. This is true from the largest distributed systems to the smallest embedded devices. Optimizing C code to target the PL of an AMD FPGA with Vitis HLS is no exception. The HLS programming model and design principles must be understood and applied with intent to the C code. - -The HLS Code Analyzer can help to optimize HLS C by generating a visualization of the C code and providing guidance on it. It simulates and analyzes code, then uses that information to generate a visualization of the code with measured and estimated performance metrics. Modifications to the visualization can be made to estimate the performance impact of restructuring the code without manual code modifications. - -## Setting up the Example Project - -Before beginning, [download](https://www.xilinx.com/support/download.html) the Vitis Unified Installer, [install](https://docs.xilinx.com/r/en-US/ug1400-vitis-embedded/Installation) the Vitis Software Platform, and [acquire](https://www.xilinx.com/support/licensing_solution_center.html) the Vitis HLS license. - -In this tutorial, we'll be using a snippet of code from the [Kyber GitHub project](https://github.com/pq-crystals/kyber/tree/main). The code in the Vitis Tutorials has been trimmed down to just the Polyvec and NTT functions and made synthesizable for HLS. To start, if you've already sourced the settings script to setup Vitis, the following command will bring up this workspace (Click **Update** if a **Update Workspace** window pops up after executing the command): - -``` -cd /Vitis-Tutorials/Vitis_HLS/Design_Tutorials/01_Polynomial_Vectorization -vitis -w workspace -``` - -1. Open the workspace `Workspace` in the `01_Polynomial_Vectorization` directory. - -![Workspace](images/Workspace.png) - -There are four components in the workspace that appears. Each implements the same polynomial vectorization functionality and uses the same testbench code. - -## Version0 - -The component `Version0` is a golden standard which has not been refactored. -This is our baseline version. -Let's use it to learn more about the code structure and see what Code Analyzer can show us for this design. - -Let's begin by simulating the `Version0` code. - -1. Select Run under C Simulation in the Flow pane. - - After this, a standard off the shelf C compiler will run, confirming that the C test bench compiles and runs. Monitor the output to ensure this completes without encountering any errors. Look for the line `C-simulation finished successfully`. You will also see a green check mark icon appear next to the Run command, confirming the C Simulation was successful. If a red X icon is shown, check the output for the source of the error. - - The next thing we want to do is enable the HLS Code Analyzer. The Code Analyzer is enabled from the HLS Component Settings window, so navigate to that window. Then, scroll down until you find the `code_analyzer` option. - -2. In the Vitis Components pane, expand `Version0`, then expand Settings and select `hls_config.cfg` - -3. On the right hand side of the Settings window that appears, select C Simulation. Then, check the box next to Enable Code Analyzer. - - ![Enable Code Analyzer](./images/Capture4.png) - - Now that the Code Analyzer is enabled, it will run when C simulation is run. When it completes, the Code Analyzer view will be enabled for selection under the C simulation reports. - -4. Select Run under C Simulation in the Flow pane again. - -5. When it completes, expand the Reports dropdown in the Flow pane and click Code Analyzer. - - The Code Analyzer graph will appear and show the top level hardware functions for synthesis, but here the top function `polyvec_ntt` only contains one extracted process called `polyvec_ntt_loop`. - - ![version0_polyvec_ntt](./images/Capture5.png) - - The view for this top level function is not very interesting as there is only one extracted process; the transaction interval of this process is shown on the right hand-side of the process. - - > The estimated transaction interval of the top level function is 51.5 millions clock cycles. - - You can expand the dropdown arrow on the left side of the process to reveal the contents of the process: it contains one loop labelled `polyvec_ntt_loop` (which became the process name) that calls a function named `poly_ntt`. - - ![version0_polyvec_ntt](./images/Capture5_expand.png) - - Let's keep drilling into the subfunction `poly_ntt`: - - - Use the arrows on the left of the expanded process window, or - - Use the function dropdown at the top of the Code Analyzer window, and select the function `poly_ntt`. - - Using either methods, we will again see little information, as `poly_ntt` is only calling `ntt`. - - > **Note**: The screenshot for the `poly_ntt` function is not shown. - - The function `ntt` is where the bulk of the Number Theoretic Transform code is contained. Let's see what is inside. - -6. Open the function `ntt` and wait for HLS to analyze this code. - -Upon selecting `ntt`, the HLS tool will process and display a detailed graph representing the function's internal operations and their interdependencies: - -![Code Analyzer view of ntt](./images/Capture6_v0_ntt.png) - -The graph illustrates the single processes that comprise the `ntt` function and we can see the 3 nested loops and the dependencies therein in the channel table. - -In our function `ntt`, the loop body of the nested loops implement the different sequential stages of the algorithm. -> The estimated transaction interval of the `ntt` function is 402 thousands clock cycles. Let's record this metric in a table: - -| Version | polyvec_ntt TI | ntt TI | -|:-------:|:--------------:|:-------:| -| Version0: baseline code | 51.5M | 402k | - -Furthermore, at the bottom of the screen, by selecting "Channels" you can view an additional aspect of the analysis: - -![Code Analyzer view of ntt's channels](./images/Capture6_v0_ntt_channels.png) - -The "Channels" pane lists every data transaction that was analyzed. A variable might show up in the list twice if multiple transactions occurred on that variable. The chart also provides data on each transaction, like the bitwidth, throughput, and total volume of data being passed. - -It is clear that the folded triple-nested-loop contains the bulk of the computations and that in order to extract parallelism we need to unroll the outer loop. - -As a first attempt to extract parallelism, we have created `Version1` based on the same code and testbench as `Version0`; now let's switch to this new component. - -## Version1 - -`Version1` is based on `Version0` and the only code changes made so far are that we've manually unrolled the loop named `ntt_stage_outer` in the function `ntt`, the previous code is looking like this: - -``` - ntt_stage_outer:for(len = K; len >= 2; len >>= 1) { - for(start=0;... - for(j=start;... - // loop body -``` - -and after unrolling `ntt_stage_outer` with induction variable `len`, the code is changed into: - -``` - // Stage 0 - len = K; // K is defined to be 128, so len is 128 - for(start=0;... - for(j=start;... - // loop body - - // Stage 1 - len >>= 1; // len is now 64 - for(start=0;... - for(j=start;... - // loop body - - [..repeat..] - - // Stage 6 - len >>= 1; // len is now 2 - for(start=0;... - for(j=start;... - // loop body - - // manual unrolling stops here: - // the original loop condition is len >= 2 so the next iteration will not happen. -``` - -Let's begin by simulating the code provided in `Version1`. - -1. Run C Simulation in the Flow pane with Code Analyzer. - - Similar to before, run C Simulation but let's start directly with Code Analyzer enabled, that's the way the new versions are setup (you can disable Code Analyzer in the settings in the Component Settings window). - -2. Select Run under C Simulation in the Flow pane again. - - Let's start C simulation and wait until it is run. When it completes, the Code Analyzer view will be enabled for selection under the C simulation reports. - -3. When it completes, expand the Reports dropdown in the Flow pane and click Code Analyzer. - - The Code Analyzer graph report will appear and show the top level hardware function for synthesis, `polyvec_ntt`. Similarly to the previous version, this function does not bring more insights to us. Let's note the TI value of 804k cycles in a table for later reference and discussion. Let's expand the process body and drill down the function hierarchy: we enter `poly_ntt` which calls `ntt` and we note its estimated TI value of 6281 clock. - - | Version | polyvec_ntt TI | ntt TI | - |:-------:|:--------------:|:-------:| - | Version0: baseline code | 51.5M | 402k | - | Version1: manual unroll | 804k | 6281 | - - We can be pleased with this is a huge improvement over the previous version by explicitly exposing the parallelism. - -4. Use the Function dropdown to select `ntt` and wait for HLS to analyze this code. - - Upon selecting `ntt`, the HLS tool will process and display a detailed graph representing the function's internal operations and their interdependencies. - - ![Code Analyzer view of ntt](./images/Capture8_80pc.png) - - The graph illustrates the processes that comprise the function and the dependencies therein. Each node in the graph represents a computational process. In our function `ntt`, most of the nodes in this graph represent the sequential stages of the algorithm. The edges denote data dependencies between the processes, where the data in one array is accessed by multiple processes. - - At the bottom of the screen, there's an additional panel where additional details on the processes and channels can be found: - - ![Code Analyzer ntt processes](./images/Capture9.png) - - This "Processes" pane provides a list of all processes in the function. In addition, the transaction interval (TI) is provided as an estimate of performance, and code guidance can provide a suggestion for how one might refactor the code to improve performance, if applicable. The TI of each stages are in the range 643-1154 and are listed both in the graph and in the table. - - Furthermore, by selecting "Channels," you can view an additional aspect of the analysis: - - ![Code Analyzer ntt channels](./images/Capture10.png) - - The "Channels" pane lists every data transaction that was analyzed. A variable might show up in the list twice if multiple transactions occurred on that variable. The chart also provides data on each transaction, like the bitwidth, throughput, and total volume of data being passed. - - One thing is clear from these three views provided by the code analyzer; there is a multitude of dependencies which span several processes. We can dive in on the channel view to get more information. - - We can observe that array `p` is used several times. Let's make use the search function to show only uses of `p[*]`: - -5. Select the search box and type `p[*]` to show only this array in the table. We've highlighted the first few lines of the table with their matching edges from the graph shown, they are also annotated in red on the screenshot. - - ![Code Analyzer ntt channels](./images/Capture10_filter_p.png) - -In the main graph, we can expand any of the processes labelled `ntt_stageN` to investigate the source of the problem. In each of the stages of this algorithm, the data accesses that same variable `p`. This is fine on a sequential processor like a CPU but will restrict performance on a parallel architecture. - -In the next section, we'll address this dependency on `p` and show one simple way to eliminate this contention and pave the way for acceleration. - -## Version2 - -There are two steps we need to take to improve the situation of several processes needing for access to the variable `p`. You can certainly make these changes manually, but you might find it easier to open a version of the code that has already been factored. - -1. Select `Version2` in the Component dropdown of the Flow pane. - - The first change will be to the signature of the function `ntt`. We want to separate the input and output. This will allow inputs and outputs to proceed in parallel, without contention. These code changes can be seen in the following diff output: - - ``` - polyvec.h - -void ntt(uint16_t p[N]); - +void ntt(uint16_t p_in[N], uint16_t p_out[N]); - ``` - - ``` - polyvec.cpp - -void ntt(uint16_t p[N]) { - +void ntt(uint16_t p_in[N], uint16_t p_out[N]) { - ``` - - The other change is similar in that we basically want to separate the input and output of each loop statement within the `ntt` function. To do that, we'll simply declare several arrays internally: - - ``` - uint16_t p_stage1[N]; - uint16_t p_stage2[N]; - uint16_t p_stage3[N]; - uint16_t p_stage4[N]; - uint16_t p_stage5[N]; - uint16_t p_stage6[N]; - ``` - - And then each stage must then be modified to use those new arrays. For example Stage 3 reads inputs from `p_stage2[]` and generate outputs into `p_stage3[]`: - - ``` - // Stage 3 - len >>= 1;// = 32; - ntt_stage3: for(start = 0; start < N; start = j + len) { - int16_t zeta = zetas[k++]; - ntt_stage3i: for(j = start; j < start + len; j++) { - #pragma HLS PIPELINE - int16_t t = fqmul(zeta, p_stage2[j + len]); - p_stage3[j + len] = p_stage2[j] - t; - p_stage3[j] = p_stage2[j] + t; - } - } - ``` - - Now, we should have resolved the memory access conflicts. We can check and confirm this by re-running the Code Analyzer. - -2. Run C Simulation on this component and open the HLS Code Analyzer, then open the graph for the function `ntt`: - - ![Code Analyzer ntt dependencies removed](./images/Capture11.png) - -With the dependencies removed, a clear structure emerges. What we now see is a sequence of processes with purely feed forward data transfer occurring in the region. - -The TI of each stages have decreased again and are now in the range 135-578. - -| Version | polyvec_ntt TI | ntt TI | -|:-------:|:--------------:|:-------:| -| Version0: baseline code | 51.5M | 402k | -| Version1: manual unroll | 804k | 6281 | -| Version2: remove p[] dependencies | 230k | 1540| - -In addition, we can see that each data transfer is independent of any other, and has a write to read access mode (in the table below we searched to display only names with "p_"): - -![Code Analyzer Channels ntt with dependencies removed](./images/Capture12.png) - -All of this is to say that this function is an excellent candidate for optimization using the dataflow pragma. We'll do that now, in the next section: add dataflow pragma to enable the task level parallelism. - -## Version3 - -Dataflow is an optimization in HLS that creates various processing stages from a sequence of functions, where the output of one stage is stored in a buffer to become the input of the next stage. In this way, we implement a Task Level Parallelism (TLP), where several computational tasks operate simultaneously. - -Returning to the context of NTT, what we want to do is create a dataflow region where each of the stages is a task. Thus, each of the processes shown in the graph above, which are currently each 2 nested loops, need to be encapsulated in their own function: we created a function template; the different function instances in the software will infer different modules in the hardware and we use the template parameter for the stage number. - -```cpp -//using a template parameter to instanciate multiple different functions -> different hardware modules -template -void ntt_stage(uint16_t p_in[N], uint16_t p_out[N]){ - unsigned int start=0, j=0; - unsigned int len = K >> stage; - unsigned int k = 1 << stage; - - ntt_stage_loop1: for(start = 0; start < N; start = j + len) { - int16_t zeta = zetas[k]; k++; - ntt_stage_loop2: for(j = start; j < start + len; j++) { - #pragma HLS PIPELINE - int16_t t = fqmul(zeta, p_in[j + len]); - p_out[j + len] = p_in[j] - t; - p_out[j] = p_in[j] + t; - } - } -} - -void ntt(uint16_t p_in[N], uint16_t p_out[N]) { - uint16_t p_stage1[N]; - uint16_t p_stage2[N]; - uint16_t p_stage3[N]; - uint16_t p_stage4[N]; - uint16_t p_stage5[N]; - uint16_t p_stage6[N]; -#pragma HLS DATAFLOW - ntt_stage<0>(p_in, p_stage1); - ntt_stage<1>(p_stage1, p_stage2); - ntt_stage<2>(p_stage2, p_stage3); - ntt_stage<3>(p_stage3, p_stage4); - ntt_stage<4>(p_stage4, p_stage5); - ntt_stage<5>(p_stage5, p_stage6); - ntt_stage<6>(p_stage6, p_out ); -} -``` - -Two further changes were made to the code compared to `Version2`: - -- Use dataflow in the `polyvec_ntt()` function: as we expect the `ntt()` function to have a smaller initiation interval (II) than its full latency, now that `ntt()` runs in dataflow mode, then we can restart the `ntt()` function earlier and because it is called from within a loop, then this loop inside the `polyvec_ntt()` function needs to also run in dataflow. If it is not running in dataflow mode then the loop will wait the full latency of the `ntt()` function to start the next loop iteration which is not efficient given the code changes performed. -- Separate the input and output arrays: this saves the copy time that we had in the previous version and further removes dependencies. - -```cpp -void polyvec_ntt(polyvec *vin, polyvec *vout) { - polyvec_ntt_loop:for( unsigned int i = 0; i < K; ++i) { - #pragma HLS DATAFLOW - poly_ntt(vin->vec+i, vout->vec+i); - } -} - -``` - -As before, these code modifications have already been completed, so you can switch to the next component to switch to the final `version 3` of the code and run analysis one final time. - -1. Select `Version3` in the Component dropdown of the Flow pane, run C Simulation on this component, open the HLS Code Analyzer, and select function `ntt` to show the following analysis results: - - ![Code Analyzer ntt with Dataflow](./images/Capture13_v3_ntt.png) - - In this final version of the code, the analyzer view shows just the 7 functions which implement the 7 stages and the channels that transfer data between them. This confirms the applicability of the code to the dataflow optimization. - - The TI of each stages are similar to the previous version because the code didn't change and are now in the range 136-451. - - | Version | polyvec_ntt TI | ntt TI | - |:-------:|:--------------:|:-------:| - | Version0: baseline code | 51.5M | 402k | - | Version1: manual unroll | 804k | 6281 | - | Version2: remove p[] dependencies | 230k | 1540| - | Version3: function template + dataflow + independent IO | 199k | 1552 | - - To confirm that we can check the successful application of the dataflow optimization, the Dataflow Viewer but this requires that C-Synthesis is run. - -2. In the Flow panel, under C Synthesis, press Run - -3. Once that completes, expand reports and select Dataflow Viewer. - - You need to expand the box of the process `nnt2_U0` so get to this representation: - - ![Dataflow Viewer ntt](./images/Capture14.png) - -Whereas the Code Analyzer analyzes C code to estimate synthesis results to provide early guidance, this Dataflow Viewer is now using the results of the synthesis to confirm those expectations. As shown in the view above, we can now confirm visually that the dataflow optimization is being applied to this code. It has automatically created 7 tasks and inferred Parallel In Parallel Out (PIPO) buffers to store the results in between each task. Now that we have confirmed the presence of Task Level Parallelism in the code, we will check the performance improvement afford by this optimization in the final section. - -## Performance and Utilization - -To understand the efficacy of the optimizations we've made so far we will compare the performance and utilization results for the different versions of the code. For each version of the code, we will synthesize the component for implementation on a Versal Premium Series xcvp1202 -1 speed grade AMD Adaptive SoC device. Then we will create a table and compare the results after each stage of optimization. - -### Version 3 Performance - -We've already run the C Synthesis for `Version3`, so let's first investigate and understand the results of the Synthesis Report. - -1. Under C Synthesis, expand reports and select Synthesis. - -![V3 Synthesis Results](./images/Capture15.png) - -This view shows the synthesis results. The first section shows the Timing Estimate, and the conservative clock period of 100 MHz was easily achieved. The second section shows the Performance and Resource Estimates. In this section, we can see the performance and utilization of each function, sub-function, and/or loop in the code. Two key performance metrics are latency and interval. Latency measures the time from the beginning to the end of the process. Interval is measures the minimum amount of time between successive calls to the module, making it a better measurement for throughput. In addition, we can see a number of utilization metrics are provided, such as BRAM, DSP, FF, and LUT. - -During this tutorial, we optimized the function `ntt`, and the performance and utilization for that function is provided in the 4th row. We can focus on the cycle performance: - -- The II is 770 and is matching the longest II of its subfunctions/ processes which is `ntt_stage6()`, -- Its Latency is 2114 which is the sum of all the latencies of its subfunctions/ processes. - -For polyvec_ntt_loop, the loop tripcount is 128 as expected and we call the `ntt()` function, we can see that the latency is 99905 which is coming from the computation 127*770+2114+1. Because the tripcount is 128, we need 127 restarts of the iteration at II=770 and the last iteration we need to wait the full latency of 2114 cycles to get all the outputs. - -### Comparison of all versions - -By using Code Analyzer, we were able to rapidly analyze and improve the design without running C Synthesis, so let's now compare the estimation results from Code Analyzer against the estimations from C Synthesis: - -| Version | CA: polyvec_ntt TI | CA: ntt TI | C-Synth
polyvec_ntt
latency=interval | -|:-------------------------------------------------------------|:------------------:|:----------:|:---------------:| -| Version0: baseline code | 51.5M | 402k | not computed | -| Version1: manual unroll | 804k | 6281 | 688k | -| Version2: remove p[] dependencies | 230k | 1540 | 295k | -| Version3: function template
+ dataflow + independent IO | 199k | 1552 | 100k | - -The estimations from Code Analyzer were guiding us to do the correct code changes and despite the estimations not matching exactly those from C Synthesis, they are showing the same trend and order of magnitude which is what allowed us making rapid changes. - -For the change between `Version2` and `Version3`, we can also notice the advantage of optimizing this function with the DATAFLOW pragma and task-level parallelism as it becomes obvious when viewed this way. Without dataflow, both the latency and the interval of `ntt` are equal to the sum of the functions it calls. With dataflow, the initiation interval of `ntt` becomes equal to the maximum interval of one of NTT's sub stages. So whilst the latencies are the same in both versions, the initiation interval is much better: C Synthesis shows the latency to be 2114 cycles and the II to be 770 which is about a third, because each of these stages is running concurrently on a different iteration of data. when compounded all together the `Version3` is running about 3 times faster than `Version2`; -This is the advantage of the dataflow pragma and task-level parallelism. - -The Resources Estimations table below from C-Synthesis using a Versal Premium (xcvp1202-vsva2785-1LP-i-L) further shows that the design resources didn't bloat between the initial and final version. The biggest changes are the DSP resources to perform the computations in parallel and the BRAM to implement the needed intermediate ping-pong buffers. - -| Version | latency | BRAM | DSP | FF | LUT | -|:-----------------------------------------------|:------------:|:-------:|:--------:|:-----------:|:------------:| -| Version0: baseline code | not computed | 1 (~0%)| 3 (~0%)| 20844 (1%) | 23036 (2%) | -| Version1: manual unroll | 688k | 1 (~0%)| 21 (~0%)| 115896 (6%) | 134623 (14%)| -| Version2: remove p[] dependencies | 295k | 9 (~0%)| 21 (~0%)| 9449 (~0%)| 11701 (1%) | -| Version3: function template +
dataflow + independent IO | 100k | 19 (~0%)| 21 (~0%)| 13720 (~0%)| 17940 (1%) | - -## Conclusion - -In this tutorial, we demonstrated how to optimize C code for Vitis HLS using Code Analyzer. We presented a case study based on the CRYSTALS-Kyber algorithm, polynomial vectorization, and number-theoretic transforms. - -We used the Code Analyzer to glean helpful insights about the algorithm, then applied those insights through actionable code changes. - -Finally, we measured the performance impact and observed how the dataflow optimization enabled task-level parallelism to deliver a sizeable performance gain. - -The example shown in this tutorial serves as a reference for how these concepts can be used to write high performance IP for AMD FPGAs in a fraction of the time needed compared to a pure RTL flow. - -
- -

Copyright © 2020–2025 Advanced Micro Devices, Inc.

- -

Terms and Conditions

diff --git a/Vitis_HLS/Design_Tutorials/01-Polynomial_Vectorization/images/Capture1.png b/Vitis_HLS/Design_Tutorials/01-Polynomial_Vectorization/images/Capture1.png deleted file mode 100644 index 386430daa9..0000000000 Binary files a/Vitis_HLS/Design_Tutorials/01-Polynomial_Vectorization/images/Capture1.png and /dev/null differ diff --git a/Vitis_HLS/Design_Tutorials/01-Polynomial_Vectorization/images/Capture10.png b/Vitis_HLS/Design_Tutorials/01-Polynomial_Vectorization/images/Capture10.png deleted file mode 100644 index 73237669e2..0000000000 Binary files a/Vitis_HLS/Design_Tutorials/01-Polynomial_Vectorization/images/Capture10.png and /dev/null differ diff --git a/Vitis_HLS/Design_Tutorials/01-Polynomial_Vectorization/images/Capture10_filter_p.png b/Vitis_HLS/Design_Tutorials/01-Polynomial_Vectorization/images/Capture10_filter_p.png deleted file mode 100755 index 33f0d79fd0..0000000000 Binary files a/Vitis_HLS/Design_Tutorials/01-Polynomial_Vectorization/images/Capture10_filter_p.png and /dev/null differ diff --git a/Vitis_HLS/Design_Tutorials/01-Polynomial_Vectorization/images/Capture11.png b/Vitis_HLS/Design_Tutorials/01-Polynomial_Vectorization/images/Capture11.png deleted file mode 100644 index 448342a829..0000000000 Binary files a/Vitis_HLS/Design_Tutorials/01-Polynomial_Vectorization/images/Capture11.png and /dev/null differ diff --git a/Vitis_HLS/Design_Tutorials/01-Polynomial_Vectorization/images/Capture12.png b/Vitis_HLS/Design_Tutorials/01-Polynomial_Vectorization/images/Capture12.png deleted file mode 100644 index 1bd1a7bb30..0000000000 Binary files a/Vitis_HLS/Design_Tutorials/01-Polynomial_Vectorization/images/Capture12.png and /dev/null differ diff --git a/Vitis_HLS/Design_Tutorials/01-Polynomial_Vectorization/images/Capture13_v3_ntt.png b/Vitis_HLS/Design_Tutorials/01-Polynomial_Vectorization/images/Capture13_v3_ntt.png deleted file mode 100755 index 4ebc5866d8..0000000000 Binary files a/Vitis_HLS/Design_Tutorials/01-Polynomial_Vectorization/images/Capture13_v3_ntt.png and /dev/null differ diff --git a/Vitis_HLS/Design_Tutorials/01-Polynomial_Vectorization/images/Capture14.png b/Vitis_HLS/Design_Tutorials/01-Polynomial_Vectorization/images/Capture14.png deleted file mode 100644 index 0f7b6b6cef..0000000000 Binary files a/Vitis_HLS/Design_Tutorials/01-Polynomial_Vectorization/images/Capture14.png and /dev/null differ diff --git a/Vitis_HLS/Design_Tutorials/01-Polynomial_Vectorization/images/Capture15.png b/Vitis_HLS/Design_Tutorials/01-Polynomial_Vectorization/images/Capture15.png deleted file mode 100644 index 9dac551462..0000000000 Binary files a/Vitis_HLS/Design_Tutorials/01-Polynomial_Vectorization/images/Capture15.png and /dev/null differ diff --git a/Vitis_HLS/Design_Tutorials/01-Polynomial_Vectorization/images/Capture2.png b/Vitis_HLS/Design_Tutorials/01-Polynomial_Vectorization/images/Capture2.png deleted file mode 100644 index 96d96303ae..0000000000 Binary files a/Vitis_HLS/Design_Tutorials/01-Polynomial_Vectorization/images/Capture2.png and /dev/null differ diff --git a/Vitis_HLS/Design_Tutorials/01-Polynomial_Vectorization/images/Capture3.png b/Vitis_HLS/Design_Tutorials/01-Polynomial_Vectorization/images/Capture3.png deleted file mode 100644 index 5cc2a63618..0000000000 Binary files a/Vitis_HLS/Design_Tutorials/01-Polynomial_Vectorization/images/Capture3.png and /dev/null differ diff --git a/Vitis_HLS/Design_Tutorials/01-Polynomial_Vectorization/images/Capture4.png b/Vitis_HLS/Design_Tutorials/01-Polynomial_Vectorization/images/Capture4.png deleted file mode 100644 index 17ebf89fb3..0000000000 Binary files a/Vitis_HLS/Design_Tutorials/01-Polynomial_Vectorization/images/Capture4.png and /dev/null differ diff --git a/Vitis_HLS/Design_Tutorials/01-Polynomial_Vectorization/images/Capture5.png b/Vitis_HLS/Design_Tutorials/01-Polynomial_Vectorization/images/Capture5.png deleted file mode 100644 index 995eafddd7..0000000000 Binary files a/Vitis_HLS/Design_Tutorials/01-Polynomial_Vectorization/images/Capture5.png and /dev/null differ diff --git a/Vitis_HLS/Design_Tutorials/01-Polynomial_Vectorization/images/Capture5_expand.png b/Vitis_HLS/Design_Tutorials/01-Polynomial_Vectorization/images/Capture5_expand.png deleted file mode 100755 index 15f76248f9..0000000000 Binary files a/Vitis_HLS/Design_Tutorials/01-Polynomial_Vectorization/images/Capture5_expand.png and /dev/null differ diff --git a/Vitis_HLS/Design_Tutorials/01-Polynomial_Vectorization/images/Capture6_v0_ntt.png b/Vitis_HLS/Design_Tutorials/01-Polynomial_Vectorization/images/Capture6_v0_ntt.png deleted file mode 100755 index 9100f9f864..0000000000 Binary files a/Vitis_HLS/Design_Tutorials/01-Polynomial_Vectorization/images/Capture6_v0_ntt.png and /dev/null differ diff --git a/Vitis_HLS/Design_Tutorials/01-Polynomial_Vectorization/images/Capture6_v0_ntt_channels.png b/Vitis_HLS/Design_Tutorials/01-Polynomial_Vectorization/images/Capture6_v0_ntt_channels.png deleted file mode 100755 index 2e04bc164c..0000000000 Binary files a/Vitis_HLS/Design_Tutorials/01-Polynomial_Vectorization/images/Capture6_v0_ntt_channels.png and /dev/null differ diff --git a/Vitis_HLS/Design_Tutorials/01-Polynomial_Vectorization/images/Capture7.png b/Vitis_HLS/Design_Tutorials/01-Polynomial_Vectorization/images/Capture7.png deleted file mode 100644 index 611b6da0d7..0000000000 Binary files a/Vitis_HLS/Design_Tutorials/01-Polynomial_Vectorization/images/Capture7.png and /dev/null differ diff --git a/Vitis_HLS/Design_Tutorials/01-Polynomial_Vectorization/images/Capture8.png b/Vitis_HLS/Design_Tutorials/01-Polynomial_Vectorization/images/Capture8.png deleted file mode 100644 index 60720d03fc..0000000000 Binary files a/Vitis_HLS/Design_Tutorials/01-Polynomial_Vectorization/images/Capture8.png and /dev/null differ diff --git a/Vitis_HLS/Design_Tutorials/01-Polynomial_Vectorization/images/Capture8_80pc.png b/Vitis_HLS/Design_Tutorials/01-Polynomial_Vectorization/images/Capture8_80pc.png deleted file mode 100755 index 0b05277f11..0000000000 Binary files a/Vitis_HLS/Design_Tutorials/01-Polynomial_Vectorization/images/Capture8_80pc.png and /dev/null differ diff --git a/Vitis_HLS/Design_Tutorials/01-Polynomial_Vectorization/images/Capture9.png b/Vitis_HLS/Design_Tutorials/01-Polynomial_Vectorization/images/Capture9.png deleted file mode 100644 index 5188e9b18f..0000000000 Binary files a/Vitis_HLS/Design_Tutorials/01-Polynomial_Vectorization/images/Capture9.png and /dev/null differ diff --git a/Vitis_HLS/Design_Tutorials/01-Polynomial_Vectorization/images/Workspace.png b/Vitis_HLS/Design_Tutorials/01-Polynomial_Vectorization/images/Workspace.png deleted file mode 100644 index 876e37d2fd..0000000000 Binary files a/Vitis_HLS/Design_Tutorials/01-Polynomial_Vectorization/images/Workspace.png and /dev/null differ diff --git a/Vitis_HLS/Design_Tutorials/01-Polynomial_Vectorization/workspace/Version0/Makefile b/Vitis_HLS/Design_Tutorials/01-Polynomial_Vectorization/workspace/Version0/Makefile deleted file mode 100644 index 1f74b24c0c..0000000000 --- a/Vitis_HLS/Design_Tutorials/01-Polynomial_Vectorization/workspace/Version0/Makefile +++ /dev/null @@ -1,39 +0,0 @@ -####################################################################################### -.PHONY: help -help: - @echo "Makefile Usage:" - @echo " make all" - @echo " Command to run all target csim & csynth in turn." - @echo "" - @echo " make csim" - @echo " make csynth" - @echo " Command to run only one step of Vitis HLS. Note csim forces clean first." - @echo "" - @echo " make clean" - @echo " Command to remove the generated files." - @echo "" - @echo " make help" - @echo " Print this help." - @echo "" -####################################################################################### - -SHELL := bash -SOURCES := polyvec.cpp polyvec.h -SOURCES_TB := ${SOURCES} polyvec_tb.cpp - -CONFIG := hls_config.cfg -WORK_DIR := polyvec_ntt -COMMON_OPTIONS := --mode hls --config ${CONFIG} --work_dir ${WORK_DIR} - -all: csim csynth ;#cosim - -csynth: ${SOURCES} ${CONFIG} - v++ --compile ${COMMON_OPTIONS} - -csim: clean # clean before csim ! -csim cosim: ${SOURCES_TB} ${CONFIG} - vitis-run --$@ ${COMMON_OPTIONS} - -.PHONY: clean -clean: - rm -rf ${WORK_DIR} vitis_c++/ .Xil/ xcd.log diff --git a/Vitis_HLS/Design_Tutorials/01-Polynomial_Vectorization/workspace/Version0/description.json b/Vitis_HLS/Design_Tutorials/01-Polynomial_Vectorization/workspace/Version0/description.json deleted file mode 100644 index ec6357f13e..0000000000 --- a/Vitis_HLS/Design_Tutorials/01-Polynomial_Vectorization/workspace/Version0/description.json +++ /dev/null @@ -1,30 +0,0 @@ -{ - "name": "VHLS_D_01-polyvec", - "description": "VHLS_D_01-polyvec", - "gui": "false", - "flow": "hls", - - "platform_allowlist": [ "u200"], - - "testinfo": { - "test_name": "VHLS_D_01-polyvec_ver0", - "disable": false, - "jobs": [ - { - "max_memory_MB": 76800, - "max_time_min": { - "vitis_sw_emu": 60 - } - } - ], - "targets": [ - "hls_csim", - "hls_csynth" - ], - "category": "canary", - "custom_build_target": - { - "all": "all" - } - } -} diff --git a/Vitis_HLS/Design_Tutorials/01-Polynomial_Vectorization/workspace/Version0/hls_config.cfg b/Vitis_HLS/Design_Tutorials/01-Polynomial_Vectorization/workspace/Version0/hls_config.cfg deleted file mode 100644 index 02a510f9dd..0000000000 --- a/Vitis_HLS/Design_Tutorials/01-Polynomial_Vectorization/workspace/Version0/hls_config.cfg +++ /dev/null @@ -1,12 +0,0 @@ -part=xcvp1202-vsva2785-1LP-i-L - -[hls] -flow_target=vivado -package.output.format=ip_catalog -package.output.syn=false -tb.file=polyvec_tb.cpp -syn.file=polyvec.cpp -syn.file=polyvec.h -syn.top=polyvec_ntt -csim.code_analyzer=0 -csim.clean=true diff --git a/Vitis_HLS/Design_Tutorials/01-Polynomial_Vectorization/workspace/Version0/polyvec.cpp b/Vitis_HLS/Design_Tutorials/01-Polynomial_Vectorization/workspace/Version0/polyvec.cpp deleted file mode 100644 index b810a6c8c8..0000000000 --- a/Vitis_HLS/Design_Tutorials/01-Polynomial_Vectorization/workspace/Version0/polyvec.cpp +++ /dev/null @@ -1,64 +0,0 @@ -#include "polyvec.h" // Include the header file that contains the function declarations - -// Define zetas array as constant -const int16_t zetas[K] = { - -1044, -758, -359, -1517, 1493, 1422, 287, 202, - -171, 622, 1577, 182, 962, -1202, -1474, 1468, - 573, -1325, 264, 383, -829, 1458, -1602, -130, - -681, 1017, 732, 608, -1542, 411, -205, -1571, - 1223, 652, -552, 1015, -1293, 1491, -282, -1544, - 516, -8, -320, -666, -1618, -1162, 126, 1469, - -853, -90, -271, 830, 107, -1421, -247, -951, - -398, 961, -1508, -725, 448, -1065, 677, -1275, - -1103, 430, 555, 843, -1251, 871, 1550, 105, - 422, 587, 177, -235, -291, -460, 1574, 1653, - -246, 778, 1159, -147, -777, 1483, -602, 1119, - -1590, 644, -872, 349, 418, 329, -156, -75, - 817, 1097, 603, 610, 1322, -1285, -1465, 384, - -1215, -136, 1218, -1335, -874, 220, -1187, -1659, - -1185, -1530, -1278, 794, -1510, -854, -870, 478, - -108, -308, 996, 991, 958, -1460, 1522, 1628 -}; - -void polyvec_ntt(polyvec *v) { - polyvec_ntt_loop:for( unsigned int i = 0; i < K; ++i) - poly_ntt(v->vec+i); -} - -void poly_ntt(poly *a) { - ntt(a->coeff); -} - - // Implementation of Montgomery reduction -int16_t montgomery_reduce(int32_t a) { -#pragma HLS INLINE - int16_t t1, t2; - t1 = (int16_t)a*QINV; - t2 = (a - (int32_t)t1*Q) >> 16; - return t2; -} - -int16_t fqmul(int16_t a, int16_t b) { -#pragma HLS INLINE - return montgomery_reduce((int32_t)a*b); -} - -void ntt(uint16_t p[N]) { - #pragma HLS INLINE OFF - unsigned int len, start, j, k; - int16_t t, zeta; - - k = 1; - ntt_stage_outer:for(len = K; len >= 2; len >>= 1) { - ntt_stage_loop:for(start = 0; start < 256; start = j + len) { - zeta = zetas[k++]; - ntt_stage_inner:for(j = start; j < start + len; j++) { - // #pragma HLS LOOP_TRIPCOUNT max=256+128 - #pragma HLS PIPELINE - t = fqmul(zeta, p[j + len]); - p[j + len] = p[j] - t; - p[j] = p[j] + t; - } - } - } -} diff --git a/Vitis_HLS/Design_Tutorials/01-Polynomial_Vectorization/workspace/Version0/polyvec.h b/Vitis_HLS/Design_Tutorials/01-Polynomial_Vectorization/workspace/Version0/polyvec.h deleted file mode 100644 index 3f106fa97d..0000000000 --- a/Vitis_HLS/Design_Tutorials/01-Polynomial_Vectorization/workspace/Version0/polyvec.h +++ /dev/null @@ -1,30 +0,0 @@ -// polyvec.h - -#ifndef POLYVEC_H -#define POLYVEC_H - -#include -#include // for std::cout - -#include - -#define N 256 // Replace 'N' with the appropriate value -#define K 128 // Replace 'K' with the appropriate value - -#define Q 3329 // Replace 'Q' with the appropriate value -#define QINV -3327 // q^-1 mod 2^16 - -typedef struct { - uint16_t coeff[N]; -} poly; - -typedef struct { - poly vec[K]; -} polyvec; - -void polyvec_ntt(polyvec *v); -void poly_ntt(poly *a); -void ntt(uint16_t p[N]); -//uint16_t montgomery_reduce(int32_t a); - -#endif // POLYVEC_H diff --git a/Vitis_HLS/Design_Tutorials/01-Polynomial_Vectorization/workspace/Version0/polyvec_tb.cpp b/Vitis_HLS/Design_Tutorials/01-Polynomial_Vectorization/workspace/Version0/polyvec_tb.cpp deleted file mode 100644 index ca10223984..0000000000 --- a/Vitis_HLS/Design_Tutorials/01-Polynomial_Vectorization/workspace/Version0/polyvec_tb.cpp +++ /dev/null @@ -1,62 +0,0 @@ -// test_polyvec.c - -#include "polyvec.h" // Include the header file that contains the function declarations - -// Define a helper function to print the elements of a poly data structure -void print_poly(const poly *a) { - printf("("); - for (int i = 0; i < N - 1; i++) { - printf("%d, ", a->coeff[i]); - } - printf("%d)\n", a->coeff[N - 1]); -} - -int main() { - - // Create some sample test data - poly a, b; - uint16_t a_golden[N]= {5758, 65052, 3754, 63002, 5194, 63563, 7282, 31, 2483, 2197, 2725, 64875, 2707, 3846, 4817, 2194, 1971, 4132, 4251, 3560, 2319, 613, 1075, 3935, 3635, 65350, 4709, 2718, 4484, 531, 7476, 63793, 2874, 155, 304, 63649, 64826, 63919, 64376, 61037, 1479, 64841, 65071, 64221, 1679, 65407, 3431, 1923, 1603, 558, 681, 316, 517, 931, 63939, 1999, 2024, 1094, 2276, 64366, 2187, 64180, 2637, 61036, 5702, 198, 2986, 62454, 1482, 62656, 4486, 60168, 1057, 64427, 4453, 1019, 3729, 2206, 1225, 64440, 1376, 65087, 2664, 62821, 64167, 1974, 65141, 64886, 65067, 2217, 61775, 65441, 1905, 3365, 64513, 2145, 219, 581, 65207, 63585, 61270, 2835, 63892, 1091, 63261, 64357, 543, 65399, 61396, 3246, 64484, 570, 239, 64729, 63045, 64197, 126, 64844, 126, 818, 3232, 63282, 940, 742, 2617, 62837, 3979, 64983, 61484, 482, 61086, 868, 60827, 2149, 58615, 5225, 61874, 64513, 62270, 883, 64670, 1313, 64158, 2999, 62304, 64013, 61708, 64311, 63978, 64660, 370, 64812, 871, 1467, 64633, 1985, 64570, 658, 63222, 62862, 62708, 62871, 63456, 65327, 106, 65307, 1274, 1919, 1890, 64354, 64168, 64156, 1738, 461, 2772, 63477, 65302, 64296, 63258, 61454, 63835, 63942, 62073, 60912, 62862, 62731, 65402, 59779, 2007, 63626, 157, 61212, 2344, 65032, 634, 850, 64730, 2642, 672, 1604, 216, 3280, 63524, 4234, 1165, 1532, 3059, 4106, 62449, 63959, 64259, 533, 63213, 64065, 64543, 1183, 63863, 63875, 60915, 65153, 64391, 1048, 62311, 65032, 63084, 111, 63570, 1989, 64202, 62866, 12, 506, 63758, 64229, 62090, 1591, 63844, 2330, 63832, 65002, 62981, 70, 63209, 3194, 63135, 987, 61595, 3005, 58432, 62356, 61472, 65312, 64709, 2134, 61595, 64510}; - uint16_t b_golden[N]= {65086, 62209, 64084, 64797, 61475, 768, 62519, 63814, 2906, 731, 65234, 64619, 65225, 1133, 62951, 2849, 61528, 5778, 62668, 3100, 65031, 1574, 64409, 1376, 153, 889, 62897, 4271, 64449, 1759, 409, 2349, 1437, 979, 3481, 415, 65181, 64307, 2749, 1359, 2404, 64705, 1432, 63739, 2504, 64723, 3380, 1573, 61344, 708, 64212, 63668, 64130, 3777, 866, 639, 1012, 1526, 1138, 64524, 64965, 64801, 61861, 63581, 2851, 1796, 1493, 64688, 741, 2164, 2243, 5040, 64400, 63627, 562, 64831, 3529, 928, 2277, 63966, 688, 3326, 1332, 1900, 4309, 2590, 1467, 88, 4759, 4384, 3113, 2926, 5946, 3493, 4482, 1069, 1774, 3982, 1500, 4344, 1196, 1912, 64714, 2486, 3856, 64853, 1936, 1101, 4588, 1286, 6132, 1340, 63991, 63342, 419, 62596, 63, 1074, 63, 65496, 1616, 963, 470, 64511, 2973, 65215, 325, 2507, 63510, 65240, 1104, 62290, 64846, 1755, 63740, 65263, 1498, 2318, 1696, 1006, 65103, 135, 64847, 1609, 63920, 63519, 63622, 65415, 64757, 1581, 185, 481, 60978, 62282, 63420, 65054, 61724, 60685, 61050, 61447, 64122, 61909, 64496, 64305, 53, 59954, 637, 62924, 945, 63546, 2645, 63160, 869, 65274, 63593, 1768, 65419, 62127, 64397, 59399, 814, 62046, 3262, 62500, 64199, 60100, 65469, 63208, 61546, 59404, 63950, 59656, 63379, 1639, 317, 1499, 65133, 4116, 62543, 4294, 108, 2226, 64530, 2474, 64454, 1455, 62072, 4129, 62328, 2094, 59904, 1122, 62710, 3701, 60046, 4427, 828, 64439, 64890, 64947, 63299, 64387, 62259, 1371, 2103, 64514, 64553, 63028, 2662, 61752, 6, 64998, 2440, 63357, 1606, 63371, 64690, 1124, 64684, 65128, 62594, 65395, 62708, 64723, 464, 1265, 65230, 3837, 65313, 5472, 1297, 2506, 1251, 1450, 3023, 1264}; - - for (int i = 0; i < N; i++) - a.coeff[i] = i; - - for (int i = 0; i < N; i++) - b.coeff[i] = a.coeff[( (i % 2 == 0) ? i / 2 : N - 1 - i / 2 )]; - - // Print the input - printf("Input Polynomial 'a': "); - print_poly(&a); - - printf("Input Polynomial 'b': "); - print_poly(&b); - - // Perform NTT on the poly data structures - polyvec v; - v.vec[0] = a; - v.vec[1] = b; - - // Perform the NTT on the vector of polynomials - polyvec_ntt(&v); - - // Print the results - printf("Output Polynomial 'a' after NTT: "); - print_poly(&v.vec[0]); - - printf("Output Polynomial 'b' after NTT: "); - print_poly(&v.vec[1]); - - for (int i = 0; i < N; i++) { - if(a_golden[i] != v.vec[0].coeff[i]) { - printf("mismatch on a[%d]/v.vec[0].coeff[%d], expected %d got %d\n",i,i,a_golden[i], v.vec[0].coeff[i]); - return 1; - } - if(b_golden[i] != v.vec[1].coeff[i]) { - printf("mismatch on b[%d]/v.vec[1].coeff[%d], expected %d got %d\n",i,i,b_golden[i], v.vec[1].coeff[i]); - return 2; - } - } - printf("Self-checking tests complete: OKAY"); - return 0; -} - diff --git a/Vitis_HLS/Design_Tutorials/01-Polynomial_Vectorization/workspace/Version0/vitis-comp.json b/Vitis_HLS/Design_Tutorials/01-Polynomial_Vectorization/workspace/Version0/vitis-comp.json deleted file mode 100644 index a6b622198c..0000000000 --- a/Vitis_HLS/Design_Tutorials/01-Polynomial_Vectorization/workspace/Version0/vitis-comp.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "name": "Version0", - "type": "HLS", - "configuration": { - "componentType": "HLS", - "configFiles": [ - "hls_config.cfg" - ] - } -} diff --git a/Vitis_HLS/Design_Tutorials/01-Polynomial_Vectorization/workspace/Version1/Makefile b/Vitis_HLS/Design_Tutorials/01-Polynomial_Vectorization/workspace/Version1/Makefile deleted file mode 100644 index 1f74b24c0c..0000000000 --- a/Vitis_HLS/Design_Tutorials/01-Polynomial_Vectorization/workspace/Version1/Makefile +++ /dev/null @@ -1,39 +0,0 @@ -####################################################################################### -.PHONY: help -help: - @echo "Makefile Usage:" - @echo " make all" - @echo " Command to run all target csim & csynth in turn." - @echo "" - @echo " make csim" - @echo " make csynth" - @echo " Command to run only one step of Vitis HLS. Note csim forces clean first." - @echo "" - @echo " make clean" - @echo " Command to remove the generated files." - @echo "" - @echo " make help" - @echo " Print this help." - @echo "" -####################################################################################### - -SHELL := bash -SOURCES := polyvec.cpp polyvec.h -SOURCES_TB := ${SOURCES} polyvec_tb.cpp - -CONFIG := hls_config.cfg -WORK_DIR := polyvec_ntt -COMMON_OPTIONS := --mode hls --config ${CONFIG} --work_dir ${WORK_DIR} - -all: csim csynth ;#cosim - -csynth: ${SOURCES} ${CONFIG} - v++ --compile ${COMMON_OPTIONS} - -csim: clean # clean before csim ! -csim cosim: ${SOURCES_TB} ${CONFIG} - vitis-run --$@ ${COMMON_OPTIONS} - -.PHONY: clean -clean: - rm -rf ${WORK_DIR} vitis_c++/ .Xil/ xcd.log diff --git a/Vitis_HLS/Design_Tutorials/01-Polynomial_Vectorization/workspace/Version1/description.json b/Vitis_HLS/Design_Tutorials/01-Polynomial_Vectorization/workspace/Version1/description.json deleted file mode 100644 index 0f817acf13..0000000000 --- a/Vitis_HLS/Design_Tutorials/01-Polynomial_Vectorization/workspace/Version1/description.json +++ /dev/null @@ -1,30 +0,0 @@ -{ - "name": "VHLS_D_01-polyvec", - "description": "VHLS_D_01-polyvec", - "gui": "false", - "flow": "hls", - - "platform_allowlist": [ "u200"], - - "testinfo": { - "test_name": "VHLS_D_01-polyvec_ver1", - "disable": false, - "jobs": [ - { - "max_memory_MB": 76800, - "max_time_min": { - "vitis_sw_emu": 60 - } - } - ], - "targets": [ - "hls_csim", - "hls_csynth" - ], - "category": "canary", - "custom_build_target": - { - "all": "all" - } - } -} diff --git a/Vitis_HLS/Design_Tutorials/01-Polynomial_Vectorization/workspace/Version1/hls_config.cfg b/Vitis_HLS/Design_Tutorials/01-Polynomial_Vectorization/workspace/Version1/hls_config.cfg deleted file mode 100644 index 7a41a2899b..0000000000 --- a/Vitis_HLS/Design_Tutorials/01-Polynomial_Vectorization/workspace/Version1/hls_config.cfg +++ /dev/null @@ -1,12 +0,0 @@ -part=xcvp1202-vsva2785-1LP-i-L - -[hls] -flow_target=vivado -package.output.format=ip_catalog -package.output.syn=false -tb.file=polyvec_tb.cpp -syn.file=polyvec.cpp -syn.file=polyvec.h -syn.top=polyvec_ntt -csim.code_analyzer=1 -csim.clean=true \ No newline at end of file diff --git a/Vitis_HLS/Design_Tutorials/01-Polynomial_Vectorization/workspace/Version1/polyvec.cpp b/Vitis_HLS/Design_Tutorials/01-Polynomial_Vectorization/workspace/Version1/polyvec.cpp deleted file mode 100644 index 05db171911..0000000000 --- a/Vitis_HLS/Design_Tutorials/01-Polynomial_Vectorization/workspace/Version1/polyvec.cpp +++ /dev/null @@ -1,136 +0,0 @@ -#include "polyvec.h" // Include the header file that contains the function declarations - -// Define zetas array as constant -const int16_t zetas[K] = { - -1044, -758, -359, -1517, 1493, 1422, 287, 202, - -171, 622, 1577, 182, 962, -1202, -1474, 1468, - 573, -1325, 264, 383, -829, 1458, -1602, -130, - -681, 1017, 732, 608, -1542, 411, -205, -1571, - 1223, 652, -552, 1015, -1293, 1491, -282, -1544, - 516, -8, -320, -666, -1618, -1162, 126, 1469, - -853, -90, -271, 830, 107, -1421, -247, -951, - -398, 961, -1508, -725, 448, -1065, 677, -1275, - -1103, 430, 555, 843, -1251, 871, 1550, 105, - 422, 587, 177, -235, -291, -460, 1574, 1653, - -246, 778, 1159, -147, -777, 1483, -602, 1119, - -1590, 644, -872, 349, 418, 329, -156, -75, - 817, 1097, 603, 610, 1322, -1285, -1465, 384, - -1215, -136, 1218, -1335, -874, 220, -1187, -1659, - -1185, -1530, -1278, 794, -1510, -854, -870, 478, - -108, -308, 996, 991, 958, -1460, 1522, 1628 -}; - -void polyvec_ntt(polyvec *v) { - unsigned int i = 0; - polyvec_ntt_loop:for( unsigned int i = 0; i < K; ++i) - poly_ntt(v->vec+i); -} - -void poly_ntt(poly *a) { - ntt(a->coeff); -} - - // Implementation of Montgomery reduction -int16_t montgomery_reduce(int32_t a) { -#pragma HLS INLINE - int16_t t1, t2; - t1 = (int16_t)a*QINV; - t2 = (a - (int32_t)t1*Q) >> 16; - return t2; -} - -int16_t fqmul(int16_t a, int16_t b) { -#pragma HLS INLINE - return montgomery_reduce((int32_t)a*b); -} - -void ntt(uint16_t p[N]) { - unsigned int start=0, j=0, len=0, k=0; - - k = 1; - len = K; - - //Stage 1 - ntt_stage1: for(start = 0; start < N; start = j + len) { - int16_t zeta = zetas[k++]; - ntt_stage1i: for(j = start; j < start + len; j++) { - #pragma HLS PIPELINE - int16_t t = fqmul(zeta, p[j + len]); - p[j + len] = p[j] - t; - p[j] = p[j] + t; - } - } - - // Stage 2 - len >>= 1;// = 64; - ntt_stage2: for(start = 0; start < N; start = j + len) { - int16_t zeta = zetas[k++]; - ntt_stage2i: for(j = start; j < start + len; j++) { - #pragma HLS PIPELINE - int16_t t = fqmul(zeta, p[j + len]); - p[j + len] = p[j] - t; - p[j] = p[j] + t; - } - } - - // Stage 3 - len >>= 1;// = 32; - ntt_stage3: for(start = 0; start < N; start = j + len) { - int16_t zeta = zetas[k++]; - ntt_stage3i: for(j = start; j < start + len; j++) { - #pragma HLS PIPELINE - int16_t t = fqmul(zeta, p[j + len]); - p[j + len] = p[j] - t; - p[j] = p[j] + t; - } - } - - // Stage 4 - len >>= 1;// = 16; - ntt_stage4: for(start = 0; start < N; start = j + len) { - int16_t zeta = zetas[k++]; - ntt_stage4i: for(j = start; j < start + len; j++) { - #pragma HLS PIPELINE - int16_t t = fqmul(zeta, p[j + len]); - p[j + len] = p[j] - t; - p[j] = p[j] + t; - } - } - - // Stage 5 - len >>= 1;// = 8; - ntt_stage5: for(start = 0; start < N; start = j + len) { - int16_t zeta = zetas[k++]; - ntt_stage5i: for(j = start; j < start + len; j++) { - #pragma HLS PIPELINE - int16_t t = fqmul(zeta, p[j + len]); - p[j + len] = p[j] - t; - p[j] = p[j] + t; - } - } - - // Stage 6 - len >>= 1;// = 4; - ntt_stage6: for(start = 0; start < N; start = j + len) { - int16_t zeta = zetas[k++]; - ntt_stage6i: for(j = start; j < start + len; j++) { - #pragma HLS PIPELINE - int16_t t = fqmul(zeta, p[j + len]); - p[j + len] = p[j] - t; - p[j] = p[j] + t; - } - } - - // Stage 7 - len >>= 1;// = 2; - ntt_stage7: for(start = 0; start < N; start = j + len) { - int16_t zeta = zetas[k++]; - ntt_stage7i: for(j = start; j < start + len; j++) { - #pragma HLS PIPELINE - int16_t t = fqmul(zeta, p[j + len]); - p[j + len] = p[j] - t; - p[j] = p[j] + t; - } - } -} - diff --git a/Vitis_HLS/Design_Tutorials/01-Polynomial_Vectorization/workspace/Version1/polyvec.h b/Vitis_HLS/Design_Tutorials/01-Polynomial_Vectorization/workspace/Version1/polyvec.h deleted file mode 100644 index 3f106fa97d..0000000000 --- a/Vitis_HLS/Design_Tutorials/01-Polynomial_Vectorization/workspace/Version1/polyvec.h +++ /dev/null @@ -1,30 +0,0 @@ -// polyvec.h - -#ifndef POLYVEC_H -#define POLYVEC_H - -#include -#include // for std::cout - -#include - -#define N 256 // Replace 'N' with the appropriate value -#define K 128 // Replace 'K' with the appropriate value - -#define Q 3329 // Replace 'Q' with the appropriate value -#define QINV -3327 // q^-1 mod 2^16 - -typedef struct { - uint16_t coeff[N]; -} poly; - -typedef struct { - poly vec[K]; -} polyvec; - -void polyvec_ntt(polyvec *v); -void poly_ntt(poly *a); -void ntt(uint16_t p[N]); -//uint16_t montgomery_reduce(int32_t a); - -#endif // POLYVEC_H diff --git a/Vitis_HLS/Design_Tutorials/01-Polynomial_Vectorization/workspace/Version1/polyvec_tb.cpp b/Vitis_HLS/Design_Tutorials/01-Polynomial_Vectorization/workspace/Version1/polyvec_tb.cpp deleted file mode 100644 index ca10223984..0000000000 --- a/Vitis_HLS/Design_Tutorials/01-Polynomial_Vectorization/workspace/Version1/polyvec_tb.cpp +++ /dev/null @@ -1,62 +0,0 @@ -// test_polyvec.c - -#include "polyvec.h" // Include the header file that contains the function declarations - -// Define a helper function to print the elements of a poly data structure -void print_poly(const poly *a) { - printf("("); - for (int i = 0; i < N - 1; i++) { - printf("%d, ", a->coeff[i]); - } - printf("%d)\n", a->coeff[N - 1]); -} - -int main() { - - // Create some sample test data - poly a, b; - uint16_t a_golden[N]= {5758, 65052, 3754, 63002, 5194, 63563, 7282, 31, 2483, 2197, 2725, 64875, 2707, 3846, 4817, 2194, 1971, 4132, 4251, 3560, 2319, 613, 1075, 3935, 3635, 65350, 4709, 2718, 4484, 531, 7476, 63793, 2874, 155, 304, 63649, 64826, 63919, 64376, 61037, 1479, 64841, 65071, 64221, 1679, 65407, 3431, 1923, 1603, 558, 681, 316, 517, 931, 63939, 1999, 2024, 1094, 2276, 64366, 2187, 64180, 2637, 61036, 5702, 198, 2986, 62454, 1482, 62656, 4486, 60168, 1057, 64427, 4453, 1019, 3729, 2206, 1225, 64440, 1376, 65087, 2664, 62821, 64167, 1974, 65141, 64886, 65067, 2217, 61775, 65441, 1905, 3365, 64513, 2145, 219, 581, 65207, 63585, 61270, 2835, 63892, 1091, 63261, 64357, 543, 65399, 61396, 3246, 64484, 570, 239, 64729, 63045, 64197, 126, 64844, 126, 818, 3232, 63282, 940, 742, 2617, 62837, 3979, 64983, 61484, 482, 61086, 868, 60827, 2149, 58615, 5225, 61874, 64513, 62270, 883, 64670, 1313, 64158, 2999, 62304, 64013, 61708, 64311, 63978, 64660, 370, 64812, 871, 1467, 64633, 1985, 64570, 658, 63222, 62862, 62708, 62871, 63456, 65327, 106, 65307, 1274, 1919, 1890, 64354, 64168, 64156, 1738, 461, 2772, 63477, 65302, 64296, 63258, 61454, 63835, 63942, 62073, 60912, 62862, 62731, 65402, 59779, 2007, 63626, 157, 61212, 2344, 65032, 634, 850, 64730, 2642, 672, 1604, 216, 3280, 63524, 4234, 1165, 1532, 3059, 4106, 62449, 63959, 64259, 533, 63213, 64065, 64543, 1183, 63863, 63875, 60915, 65153, 64391, 1048, 62311, 65032, 63084, 111, 63570, 1989, 64202, 62866, 12, 506, 63758, 64229, 62090, 1591, 63844, 2330, 63832, 65002, 62981, 70, 63209, 3194, 63135, 987, 61595, 3005, 58432, 62356, 61472, 65312, 64709, 2134, 61595, 64510}; - uint16_t b_golden[N]= {65086, 62209, 64084, 64797, 61475, 768, 62519, 63814, 2906, 731, 65234, 64619, 65225, 1133, 62951, 2849, 61528, 5778, 62668, 3100, 65031, 1574, 64409, 1376, 153, 889, 62897, 4271, 64449, 1759, 409, 2349, 1437, 979, 3481, 415, 65181, 64307, 2749, 1359, 2404, 64705, 1432, 63739, 2504, 64723, 3380, 1573, 61344, 708, 64212, 63668, 64130, 3777, 866, 639, 1012, 1526, 1138, 64524, 64965, 64801, 61861, 63581, 2851, 1796, 1493, 64688, 741, 2164, 2243, 5040, 64400, 63627, 562, 64831, 3529, 928, 2277, 63966, 688, 3326, 1332, 1900, 4309, 2590, 1467, 88, 4759, 4384, 3113, 2926, 5946, 3493, 4482, 1069, 1774, 3982, 1500, 4344, 1196, 1912, 64714, 2486, 3856, 64853, 1936, 1101, 4588, 1286, 6132, 1340, 63991, 63342, 419, 62596, 63, 1074, 63, 65496, 1616, 963, 470, 64511, 2973, 65215, 325, 2507, 63510, 65240, 1104, 62290, 64846, 1755, 63740, 65263, 1498, 2318, 1696, 1006, 65103, 135, 64847, 1609, 63920, 63519, 63622, 65415, 64757, 1581, 185, 481, 60978, 62282, 63420, 65054, 61724, 60685, 61050, 61447, 64122, 61909, 64496, 64305, 53, 59954, 637, 62924, 945, 63546, 2645, 63160, 869, 65274, 63593, 1768, 65419, 62127, 64397, 59399, 814, 62046, 3262, 62500, 64199, 60100, 65469, 63208, 61546, 59404, 63950, 59656, 63379, 1639, 317, 1499, 65133, 4116, 62543, 4294, 108, 2226, 64530, 2474, 64454, 1455, 62072, 4129, 62328, 2094, 59904, 1122, 62710, 3701, 60046, 4427, 828, 64439, 64890, 64947, 63299, 64387, 62259, 1371, 2103, 64514, 64553, 63028, 2662, 61752, 6, 64998, 2440, 63357, 1606, 63371, 64690, 1124, 64684, 65128, 62594, 65395, 62708, 64723, 464, 1265, 65230, 3837, 65313, 5472, 1297, 2506, 1251, 1450, 3023, 1264}; - - for (int i = 0; i < N; i++) - a.coeff[i] = i; - - for (int i = 0; i < N; i++) - b.coeff[i] = a.coeff[( (i % 2 == 0) ? i / 2 : N - 1 - i / 2 )]; - - // Print the input - printf("Input Polynomial 'a': "); - print_poly(&a); - - printf("Input Polynomial 'b': "); - print_poly(&b); - - // Perform NTT on the poly data structures - polyvec v; - v.vec[0] = a; - v.vec[1] = b; - - // Perform the NTT on the vector of polynomials - polyvec_ntt(&v); - - // Print the results - printf("Output Polynomial 'a' after NTT: "); - print_poly(&v.vec[0]); - - printf("Output Polynomial 'b' after NTT: "); - print_poly(&v.vec[1]); - - for (int i = 0; i < N; i++) { - if(a_golden[i] != v.vec[0].coeff[i]) { - printf("mismatch on a[%d]/v.vec[0].coeff[%d], expected %d got %d\n",i,i,a_golden[i], v.vec[0].coeff[i]); - return 1; - } - if(b_golden[i] != v.vec[1].coeff[i]) { - printf("mismatch on b[%d]/v.vec[1].coeff[%d], expected %d got %d\n",i,i,b_golden[i], v.vec[1].coeff[i]); - return 2; - } - } - printf("Self-checking tests complete: OKAY"); - return 0; -} - diff --git a/Vitis_HLS/Design_Tutorials/01-Polynomial_Vectorization/workspace/Version1/vitis-comp.json b/Vitis_HLS/Design_Tutorials/01-Polynomial_Vectorization/workspace/Version1/vitis-comp.json deleted file mode 100644 index 8d22ca65ea..0000000000 --- a/Vitis_HLS/Design_Tutorials/01-Polynomial_Vectorization/workspace/Version1/vitis-comp.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "name": "Version1", - "type": "HLS", - "configuration": { - "componentType": "HLS", - "configFiles": [ - "hls_config.cfg" - ] - } -} diff --git a/Vitis_HLS/Design_Tutorials/01-Polynomial_Vectorization/workspace/Version2/Makefile b/Vitis_HLS/Design_Tutorials/01-Polynomial_Vectorization/workspace/Version2/Makefile deleted file mode 100644 index 1f74b24c0c..0000000000 --- a/Vitis_HLS/Design_Tutorials/01-Polynomial_Vectorization/workspace/Version2/Makefile +++ /dev/null @@ -1,39 +0,0 @@ -####################################################################################### -.PHONY: help -help: - @echo "Makefile Usage:" - @echo " make all" - @echo " Command to run all target csim & csynth in turn." - @echo "" - @echo " make csim" - @echo " make csynth" - @echo " Command to run only one step of Vitis HLS. Note csim forces clean first." - @echo "" - @echo " make clean" - @echo " Command to remove the generated files." - @echo "" - @echo " make help" - @echo " Print this help." - @echo "" -####################################################################################### - -SHELL := bash -SOURCES := polyvec.cpp polyvec.h -SOURCES_TB := ${SOURCES} polyvec_tb.cpp - -CONFIG := hls_config.cfg -WORK_DIR := polyvec_ntt -COMMON_OPTIONS := --mode hls --config ${CONFIG} --work_dir ${WORK_DIR} - -all: csim csynth ;#cosim - -csynth: ${SOURCES} ${CONFIG} - v++ --compile ${COMMON_OPTIONS} - -csim: clean # clean before csim ! -csim cosim: ${SOURCES_TB} ${CONFIG} - vitis-run --$@ ${COMMON_OPTIONS} - -.PHONY: clean -clean: - rm -rf ${WORK_DIR} vitis_c++/ .Xil/ xcd.log diff --git a/Vitis_HLS/Design_Tutorials/01-Polynomial_Vectorization/workspace/Version2/description.json b/Vitis_HLS/Design_Tutorials/01-Polynomial_Vectorization/workspace/Version2/description.json deleted file mode 100644 index 432707dbb0..0000000000 --- a/Vitis_HLS/Design_Tutorials/01-Polynomial_Vectorization/workspace/Version2/description.json +++ /dev/null @@ -1,30 +0,0 @@ -{ - "name": "VHLS_D_01-polyvec", - "description": "VHLS_D_01-polyvec", - "gui": "false", - "flow": "hls", - - "platform_allowlist": [ "u200"], - - "testinfo": { - "test_name": "VHLS_D_01-polyvec_ver2", - "disable": false, - "jobs": [ - { - "max_memory_MB": 76800, - "max_time_min": { - "vitis_sw_emu": 60 - } - } - ], - "targets": [ - "hls_csim", - "hls_csynth" - ], - "category": "canary", - "custom_build_target": - { - "all": "all" - } - } -} diff --git a/Vitis_HLS/Design_Tutorials/01-Polynomial_Vectorization/workspace/Version2/hls_config.cfg b/Vitis_HLS/Design_Tutorials/01-Polynomial_Vectorization/workspace/Version2/hls_config.cfg deleted file mode 100644 index acf5343004..0000000000 --- a/Vitis_HLS/Design_Tutorials/01-Polynomial_Vectorization/workspace/Version2/hls_config.cfg +++ /dev/null @@ -1,12 +0,0 @@ -part=xcvp1202-vsva2785-1LP-i-L - -[hls] -flow_target=vivado -package.output.format=ip_catalog -package.output.syn=false -tb.file=polyvec_tb.cpp -syn.file=polyvec.cpp -syn.file=polyvec.h -syn.top=polyvec_ntt -csim.code_analyzer=1 -csim.clean=true diff --git a/Vitis_HLS/Design_Tutorials/01-Polynomial_Vectorization/workspace/Version2/polyvec.cpp b/Vitis_HLS/Design_Tutorials/01-Polynomial_Vectorization/workspace/Version2/polyvec.cpp deleted file mode 100644 index 349dd3fe85..0000000000 --- a/Vitis_HLS/Design_Tutorials/01-Polynomial_Vectorization/workspace/Version2/polyvec.cpp +++ /dev/null @@ -1,154 +0,0 @@ -#include "polyvec.h" // Include the header file that contains the function declarations - -// Define zetas array as constant -const int16_t zetas[K] = { - -1044, -758, -359, -1517, 1493, 1422, 287, 202, - -171, 622, 1577, 182, 962, -1202, -1474, 1468, - 573, -1325, 264, 383, -829, 1458, -1602, -130, - -681, 1017, 732, 608, -1542, 411, -205, -1571, - 1223, 652, -552, 1015, -1293, 1491, -282, -1544, - 516, -8, -320, -666, -1618, -1162, 126, 1469, - -853, -90, -271, 830, 107, -1421, -247, -951, - -398, 961, -1508, -725, 448, -1065, 677, -1275, - -1103, 430, 555, 843, -1251, 871, 1550, 105, - 422, 587, 177, -235, -291, -460, 1574, 1653, - -246, 778, 1159, -147, -777, 1483, -602, 1119, - -1590, 644, -872, 349, 418, 329, -156, -75, - 817, 1097, 603, 610, 1322, -1285, -1465, 384, - -1215, -136, 1218, -1335, -874, 220, -1187, -1659, - -1185, -1530, -1278, 794, -1510, -854, -870, 478, - -108, -308, 996, 991, 958, -1460, 1522, 1628 -}; - -void polyvec_ntt(polyvec *v) { - polyvec_ntt_loop:for( unsigned int i = 0; i < K; ++i) - poly_ntt(v->vec+i); -} - -void poly_ntt(poly *a) { - // Create array to hold the output results - uint16_t temp[N]; - - // Call ntt() with the temporary arrays - ntt(a->coeff, temp); - - // Copy the result back to the output polynomial - for (unsigned int i = 0; i < N; i++) { -#pragma HLS pipeline - a->coeff[i] = temp[i]; - } -} - - // Implementation of Montgomery reduction -int16_t montgomery_reduce(int32_t a) { -#pragma HLS INLINE - int16_t t1, t2; - t1 = (int16_t)a*QINV; - t2 = (a - (int32_t)t1*Q) >> 16; - return t2; -} - -int16_t fqmul(int16_t a, int16_t b) { -#pragma HLS INLINE - return montgomery_reduce((int32_t)a*b); -} - -void ntt(uint16_t p_in[N], uint16_t p_out[N]) { - unsigned int start=0, j=0, len=0, k=0; - - uint16_t p_stage1[N]; - uint16_t p_stage2[N]; - uint16_t p_stage3[N]; - uint16_t p_stage4[N]; - uint16_t p_stage5[N]; - uint16_t p_stage6[N]; - - // it's the first version where #pragma HLS DATAFLOW could be used. - - k = 1; - len = K; - - //Stage 1 - ntt_stage1: for(start = 0; start < N; start = j + len) { - int16_t zeta = zetas[k++]; - ntt_stage1i: for(j = start; j < start + len; j++) { - #pragma HLS PIPELINE - int16_t t = fqmul(zeta, p_in[j + len]); - p_stage1[j + len] = p_in[j] - t; - p_stage1[j] = p_in[j] + t; - } - } - - // Stage 2 - len >>= 1;// = 64; - ntt_stage2: for(start = 0; start < N; start = j + len) { - int16_t zeta = zetas[k++]; - ntt_stage2i: for(j = start; j < start + len; j++) { - #pragma HLS PIPELINE - int16_t t = fqmul(zeta, p_stage1[j + len]); - p_stage2[j + len] = p_stage1[j] - t; - p_stage2[j] = p_stage1[j] + t; - } - } - - // Stage 3 - len >>= 1;// = 32; - ntt_stage3: for(start = 0; start < N; start = j + len) { - int16_t zeta = zetas[k++]; - ntt_stage3i: for(j = start; j < start + len; j++) { - #pragma HLS PIPELINE - int16_t t = fqmul(zeta, p_stage2[j + len]); - p_stage3[j + len] = p_stage2[j] - t; - p_stage3[j] = p_stage2[j] + t; - } - } - - // Stage 4 - len >>= 1;// = 16; - ntt_stage4: for(start = 0; start < N; start = j + len) { - int16_t zeta = zetas[k++]; - ntt_stage4i: for(j = start; j < start + len; j++) { - #pragma HLS PIPELINE - int16_t t = fqmul(zeta, p_stage3[j + len]); - p_stage4[j + len] = p_stage3[j] - t; - p_stage4[j] = p_stage3[j] + t; - } - } - - // Stage 5 - len >>= 1;// = 8; - ntt_stage5: for(start = 0; start < N; start = j + len) { - int16_t zeta = zetas[k++]; - ntt_stage5i: for(j = start; j < start + len; j++) { - #pragma HLS PIPELINE - int16_t t = fqmul(zeta, p_stage4[j + len]); - p_stage5[j + len] = p_stage4[j] - t; - p_stage5[j] = p_stage4[j] + t; - } - } - - // Stage 6 - len >>= 1;// = 4; - ntt_stage6: for(start = 0; start < N; start = j + len) { - int16_t zeta = zetas[k++]; - ntt_stage6i: for(j = start; j < start + len; j++) { - #pragma HLS PIPELINE - int16_t t = fqmul(zeta, p_stage5[j + len]); - p_stage6[j + len] = p_stage5[j] - t; - p_stage6[j] = p_stage5[j] + t; - } - } - - // Stage 7 - len >>= 1;// = 2; - ntt_stage7: for(start = 0; start < N; start = j + len) { - int16_t zeta = zetas[k++]; - ntt_stage7i: for(j = start; j < start + len; j++) { - #pragma HLS PIPELINE - int16_t t = fqmul(zeta, p_stage6[j + len]); - p_out[j + len] = p_stage6[j] - t; - p_out[j] = p_stage6[j] + t; - } - } -} - diff --git a/Vitis_HLS/Design_Tutorials/01-Polynomial_Vectorization/workspace/Version2/polyvec.h b/Vitis_HLS/Design_Tutorials/01-Polynomial_Vectorization/workspace/Version2/polyvec.h deleted file mode 100644 index cfe405570c..0000000000 --- a/Vitis_HLS/Design_Tutorials/01-Polynomial_Vectorization/workspace/Version2/polyvec.h +++ /dev/null @@ -1,30 +0,0 @@ -// polyvec.h - -#ifndef POLYVEC_H -#define POLYVEC_H - -#include -#include // for std::cout - -#include - -#define N 256 // Replace 'N' with the appropriate value -#define K 128 // Replace 'K' with the appropriate value - -#define Q 3329 // Replace 'Q' with the appropriate value -#define QINV -3327 // q^-1 mod 2^16 - -typedef struct { - uint16_t coeff[N]; -} poly; - -typedef struct { - poly vec[K]; -} polyvec; - -void polyvec_ntt(polyvec *v); -void poly_ntt(poly *a); -void ntt(uint16_t p_in[N], uint16_t p_out[N]); -//uint16_t montgomery_reduce(int32_t a); - -#endif // POLYVEC_H diff --git a/Vitis_HLS/Design_Tutorials/01-Polynomial_Vectorization/workspace/Version2/polyvec_tb.cpp b/Vitis_HLS/Design_Tutorials/01-Polynomial_Vectorization/workspace/Version2/polyvec_tb.cpp deleted file mode 100644 index 165b6396b2..0000000000 --- a/Vitis_HLS/Design_Tutorials/01-Polynomial_Vectorization/workspace/Version2/polyvec_tb.cpp +++ /dev/null @@ -1,62 +0,0 @@ -// test_polyvec.c - -#include "polyvec.h" // Include the header file that contains the function declarations - -// Define a helper function to print the elements of a poly data structure -void print_poly(const poly *a) { - printf("("); - for (int i = 0; i < N - 1; i++) { - printf("%d, ", a->coeff[i]); - } - printf("%d)\n", a->coeff[N - 1]); -} - -int main() { - - // Create some sample test data - poly a, b; - uint16_t a_golden[N]= {5758, 65052, 3754, 63002, 5194, 63563, 7282, 31, 2483, 2197, 2725, 64875, 2707, 3846, 4817, 2194, 1971, 4132, 4251, 3560, 2319, 613, 1075, 3935, 3635, 65350, 4709, 2718, 4484, 531, 7476, 63793, 2874, 155, 304, 63649, 64826, 63919, 64376, 61037, 1479, 64841, 65071, 64221, 1679, 65407, 3431, 1923, 1603, 558, 681, 316, 517, 931, 63939, 1999, 2024, 1094, 2276, 64366, 2187, 64180, 2637, 61036, 5702, 198, 2986, 62454, 1482, 62656, 4486, 60168, 1057, 64427, 4453, 1019, 3729, 2206, 1225, 64440, 1376, 65087, 2664, 62821, 64167, 1974, 65141, 64886, 65067, 2217, 61775, 65441, 1905, 3365, 64513, 2145, 219, 581, 65207, 63585, 61270, 2835, 63892, 1091, 63261, 64357, 543, 65399, 61396, 3246, 64484, 570, 239, 64729, 63045, 64197, 126, 64844, 126, 818, 3232, 63282, 940, 742, 2617, 62837, 3979, 64983, 61484, 482, 61086, 868, 60827, 2149, 58615, 5225, 61874, 64513, 62270, 883, 64670, 1313, 64158, 2999, 62304, 64013, 61708, 64311, 63978, 64660, 370, 64812, 871, 1467, 64633, 1985, 64570, 658, 63222, 62862, 62708, 62871, 63456, 65327, 106, 65307, 1274, 1919, 1890, 64354, 64168, 64156, 1738, 461, 2772, 63477, 65302, 64296, 63258, 61454, 63835, 63942, 62073, 60912, 62862, 62731, 65402, 59779, 2007, 63626, 157, 61212, 2344, 65032, 634, 850, 64730, 2642, 672, 1604, 216, 3280, 63524, 4234, 1165, 1532, 3059, 4106, 62449, 63959, 64259, 533, 63213, 64065, 64543, 1183, 63863, 63875, 60915, 65153, 64391, 1048, 62311, 65032, 63084, 111, 63570, 1989, 64202, 62866, 12, 506, 63758, 64229, 62090, 1591, 63844, 2330, 63832, 65002, 62981, 70, 63209, 3194, 63135, 987, 61595, 3005, 58432, 62356, 61472, 65312, 64709, 2134, 61595, 64510}; - uint16_t b_golden[N]= {65086, 62209, 64084, 64797, 61475, 768, 62519, 63814, 2906, 731, 65234, 64619, 65225, 1133, 62951, 2849, 61528, 5778, 62668, 3100, 65031, 1574, 64409, 1376, 153, 889, 62897, 4271, 64449, 1759, 409, 2349, 1437, 979, 3481, 415, 65181, 64307, 2749, 1359, 2404, 64705, 1432, 63739, 2504, 64723, 3380, 1573, 61344, 708, 64212, 63668, 64130, 3777, 866, 639, 1012, 1526, 1138, 64524, 64965, 64801, 61861, 63581, 2851, 1796, 1493, 64688, 741, 2164, 2243, 5040, 64400, 63627, 562, 64831, 3529, 928, 2277, 63966, 688, 3326, 1332, 1900, 4309, 2590, 1467, 88, 4759, 4384, 3113, 2926, 5946, 3493, 4482, 1069, 1774, 3982, 1500, 4344, 1196, 1912, 64714, 2486, 3856, 64853, 1936, 1101, 4588, 1286, 6132, 1340, 63991, 63342, 419, 62596, 63, 1074, 63, 65496, 1616, 963, 470, 64511, 2973, 65215, 325, 2507, 63510, 65240, 1104, 62290, 64846, 1755, 63740, 65263, 1498, 2318, 1696, 1006, 65103, 135, 64847, 1609, 63920, 63519, 63622, 65415, 64757, 1581, 185, 481, 60978, 62282, 63420, 65054, 61724, 60685, 61050, 61447, 64122, 61909, 64496, 64305, 53, 59954, 637, 62924, 945, 63546, 2645, 63160, 869, 65274, 63593, 1768, 65419, 62127, 64397, 59399, 814, 62046, 3262, 62500, 64199, 60100, 65469, 63208, 61546, 59404, 63950, 59656, 63379, 1639, 317, 1499, 65133, 4116, 62543, 4294, 108, 2226, 64530, 2474, 64454, 1455, 62072, 4129, 62328, 2094, 59904, 1122, 62710, 3701, 60046, 4427, 828, 64439, 64890, 64947, 63299, 64387, 62259, 1371, 2103, 64514, 64553, 63028, 2662, 61752, 6, 64998, 2440, 63357, 1606, 63371, 64690, 1124, 64684, 65128, 62594, 65395, 62708, 64723, 464, 1265, 65230, 3837, 65313, 5472, 1297, 2506, 1251, 1450, 3023, 1264}; - - for (int i = 0; i < N; i++) - a.coeff[i] = i; - - for (int i = 0; i < N; i++) - b.coeff[i] = a.coeff[( (i % 2 == 0) ? i / 2 : N - 1 - i / 2 )]; - - // Print the input - printf("(Info) Input Polynomial 'a': "); - print_poly(&a); - - printf("(Info) Input Polynomial 'b': "); - print_poly(&b); - - // Perform NTT on the poly data structures - polyvec v; - v.vec[0] = a; - v.vec[1] = b; - - // Perform the NTT on the vector of polynomials - polyvec_ntt(&v); - - // Print the results - printf("(Info) Output Polynomial 'a' after NTT: "); - print_poly(&v.vec[0]); - - printf("(Info) Output Polynomial 'b' after NTT: "); - print_poly(&v.vec[1]); - - for (int i = 0; i < N; i++) { - if(a_golden[i] != v.vec[0].coeff[i]) { - printf("(Error) Mismatch on a[%d]/v.vec[0].coeff[%d], expected %d got %d\n",i,i,a_golden[i], v.vec[0].coeff[i]); - return 1; - } - if(b_golden[i] != v.vec[1].coeff[i]) { - printf("(Error) Mismatch on b[%d]/v.vec[1].coeff[%d], expected %d got %d\n",i,i,b_golden[i], v.vec[1].coeff[i]); - return 2; - } - } - printf("(Info) Self-checking tests complete: OKAY"); - return 0; -} - diff --git a/Vitis_HLS/Design_Tutorials/01-Polynomial_Vectorization/workspace/Version2/vitis-comp.json b/Vitis_HLS/Design_Tutorials/01-Polynomial_Vectorization/workspace/Version2/vitis-comp.json deleted file mode 100644 index d653333fbf..0000000000 --- a/Vitis_HLS/Design_Tutorials/01-Polynomial_Vectorization/workspace/Version2/vitis-comp.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "name": "Version2", - "type": "HLS", - "configuration": { - "componentType": "HLS", - "configFiles": [ - "hls_config.cfg" - ] - } -} diff --git a/Vitis_HLS/Design_Tutorials/01-Polynomial_Vectorization/workspace/Version3/Makefile b/Vitis_HLS/Design_Tutorials/01-Polynomial_Vectorization/workspace/Version3/Makefile deleted file mode 100644 index 1f74b24c0c..0000000000 --- a/Vitis_HLS/Design_Tutorials/01-Polynomial_Vectorization/workspace/Version3/Makefile +++ /dev/null @@ -1,39 +0,0 @@ -####################################################################################### -.PHONY: help -help: - @echo "Makefile Usage:" - @echo " make all" - @echo " Command to run all target csim & csynth in turn." - @echo "" - @echo " make csim" - @echo " make csynth" - @echo " Command to run only one step of Vitis HLS. Note csim forces clean first." - @echo "" - @echo " make clean" - @echo " Command to remove the generated files." - @echo "" - @echo " make help" - @echo " Print this help." - @echo "" -####################################################################################### - -SHELL := bash -SOURCES := polyvec.cpp polyvec.h -SOURCES_TB := ${SOURCES} polyvec_tb.cpp - -CONFIG := hls_config.cfg -WORK_DIR := polyvec_ntt -COMMON_OPTIONS := --mode hls --config ${CONFIG} --work_dir ${WORK_DIR} - -all: csim csynth ;#cosim - -csynth: ${SOURCES} ${CONFIG} - v++ --compile ${COMMON_OPTIONS} - -csim: clean # clean before csim ! -csim cosim: ${SOURCES_TB} ${CONFIG} - vitis-run --$@ ${COMMON_OPTIONS} - -.PHONY: clean -clean: - rm -rf ${WORK_DIR} vitis_c++/ .Xil/ xcd.log diff --git a/Vitis_HLS/Design_Tutorials/01-Polynomial_Vectorization/workspace/Version3/description.json b/Vitis_HLS/Design_Tutorials/01-Polynomial_Vectorization/workspace/Version3/description.json deleted file mode 100644 index c3a1a036ed..0000000000 --- a/Vitis_HLS/Design_Tutorials/01-Polynomial_Vectorization/workspace/Version3/description.json +++ /dev/null @@ -1,30 +0,0 @@ -{ - "name": "VHLS_D_01-polyvec", - "description": "VHLS_D_01-polyvec", - "gui": "false", - "flow": "hls", - - "platform_allowlist": [ "u200"], - - "testinfo": { - "test_name": "VHLS_D_01-polyvec_ver3", - "disable": false, - "jobs": [ - { - "max_memory_MB": 76800, - "max_time_min": { - "vitis_sw_emu": 60 - } - } - ], - "targets": [ - "hls_csim", - "hls_csynth" - ], - "category": "canary", - "custom_build_target": - { - "all": "all" - } - } -} diff --git a/Vitis_HLS/Design_Tutorials/01-Polynomial_Vectorization/workspace/Version3/hls_config.cfg b/Vitis_HLS/Design_Tutorials/01-Polynomial_Vectorization/workspace/Version3/hls_config.cfg deleted file mode 100644 index a62ccca5ec..0000000000 --- a/Vitis_HLS/Design_Tutorials/01-Polynomial_Vectorization/workspace/Version3/hls_config.cfg +++ /dev/null @@ -1,16 +0,0 @@ -part=xcvp1202-vsva2785-1LP-i-L - -[hls] -flow_target=vivado -package.output.format=ip_catalog -package.output.syn=false -tb.file=polyvec_tb.cpp -syn.file=polyvec.cpp -syn.file=polyvec.h -syn.top=polyvec_ntt -csim.code_analyzer=1 -csim.clean=true -csim.sanitize_address=0 -csim.sanitize_undefined=0 -syn.csimflags=-Wall -tb.cflags=-Wall \ No newline at end of file diff --git a/Vitis_HLS/Design_Tutorials/01-Polynomial_Vectorization/workspace/Version3/polyvec.cpp b/Vitis_HLS/Design_Tutorials/01-Polynomial_Vectorization/workspace/Version3/polyvec.cpp deleted file mode 100644 index 382ff4e7a7..0000000000 --- a/Vitis_HLS/Design_Tutorials/01-Polynomial_Vectorization/workspace/Version3/polyvec.cpp +++ /dev/null @@ -1,84 +0,0 @@ -#include "polyvec.h" // Include the header file that contains the function declarations -#include - -// Define zetas array as constant -const int16_t zetas[K] = { - -1044, -758, -359, -1517, 1493, 1422, 287, 202, - -171, 622, 1577, 182, 962, -1202, -1474, 1468, - 573, -1325, 264, 383, -829, 1458, -1602, -130, - -681, 1017, 732, 608, -1542, 411, -205, -1571, - 1223, 652, -552, 1015, -1293, 1491, -282, -1544, - 516, -8, -320, -666, -1618, -1162, 126, 1469, - -853, -90, -271, 830, 107, -1421, -247, -951, - -398, 961, -1508, -725, 448, -1065, 677, -1275, - -1103, 430, 555, 843, -1251, 871, 1550, 105, - 422, 587, 177, -235, -291, -460, 1574, 1653, - -246, 778, 1159, -147, -777, 1483, -602, 1119, - -1590, 644, -872, 349, 418, 329, -156, -75, - 817, 1097, 603, 610, 1322, -1285, -1465, 384, - -1215, -136, 1218, -1335, -874, 220, -1187, -1659, - -1185, -1530, -1278, 794, -1510, -854, -870, 478, - -108, -308, 996, 991, 958, -1460, 1522, 1628 -}; - -void polyvec_ntt(polyvec *vin, polyvec *vout) { - polyvec_ntt_loop:for( unsigned int i = 0; i < K; ++i) { - #pragma HLS DATAFLOW - poly_ntt(vin->vec+i, vout->vec+i); - } -} - -void poly_ntt(poly *ain, poly *aout) { - #pragma HLS INLINE - ntt(ain->coeff, aout->coeff); -} - - // Implementation of Montgomery reduction -int16_t montgomery_reduce(int32_t a) { -#pragma HLS INLINE - int16_t t1, t2; - t1 = (int16_t)a*QINV; - t2 = (a - (int32_t)t1*Q) >> 16; - return t2; -} - -int16_t fqmul(int16_t a, int16_t b) { -#pragma HLS INLINE - return montgomery_reduce((int32_t)a*b); -} - -//using a template parameter to instanciate multiple different functions -> different hardware modules -template -void ntt_stage(uint16_t p_in[N], uint16_t p_out[N]){ - unsigned int start=0, j=0; - unsigned int len = K >> stage; - unsigned int k = 1 << stage; - - ntt_stage_loop1: for(start = 0; start < N; start = j + len) { - int16_t zeta = zetas[k]; k++; - ntt_stage_loop2: for(j = start; j < start + len; j++) { - #pragma HLS PIPELINE - int16_t t = fqmul(zeta, p_in[j + len]); - p_out[j + len] = p_in[j] - t; - p_out[j] = p_in[j] + t; - } - } -} - -void ntt(uint16_t p_in[N], uint16_t p_out[N]) { - uint16_t p_stage1[N]; - uint16_t p_stage2[N]; - uint16_t p_stage3[N]; - uint16_t p_stage4[N]; - uint16_t p_stage5[N]; - uint16_t p_stage6[N]; -#pragma HLS DATAFLOW - ntt_stage<0>(p_in, p_stage1); - ntt_stage<1>(p_stage1, p_stage2); - ntt_stage<2>(p_stage2, p_stage3); - ntt_stage<3>(p_stage3, p_stage4); - ntt_stage<4>(p_stage4, p_stage5); - ntt_stage<5>(p_stage5, p_stage6); - ntt_stage<6>(p_stage6, p_out ); -} - diff --git a/Vitis_HLS/Design_Tutorials/01-Polynomial_Vectorization/workspace/Version3/polyvec.h b/Vitis_HLS/Design_Tutorials/01-Polynomial_Vectorization/workspace/Version3/polyvec.h deleted file mode 100644 index 78506b03a6..0000000000 --- a/Vitis_HLS/Design_Tutorials/01-Polynomial_Vectorization/workspace/Version3/polyvec.h +++ /dev/null @@ -1,30 +0,0 @@ -// polyvec.h - -#ifndef POLYVEC_H -#define POLYVEC_H - -#include -#include // for std::cout - -#include - -#define N 256 // Replace 'N' with the appropriate value -#define K 128 // Replace 'K' with the appropriate value - -#define Q 3329 // Replace 'Q' with the appropriate value -#define QINV -3327 // q^-1 mod 2^16 - -typedef struct { - uint16_t coeff[N]; -} poly; - -typedef struct { - poly vec[K]; -} polyvec; - -void polyvec_ntt(polyvec *vin,polyvec *vout); -void poly_ntt(poly *ain,poly *aout); -void ntt(uint16_t p_in[N], uint16_t p_out[N]); -//uint16_t montgomery_reduce(int32_t a); - -#endif // POLYVEC_H diff --git a/Vitis_HLS/Design_Tutorials/01-Polynomial_Vectorization/workspace/Version3/polyvec_tb.cpp b/Vitis_HLS/Design_Tutorials/01-Polynomial_Vectorization/workspace/Version3/polyvec_tb.cpp deleted file mode 100644 index 1f54bdbc4a..0000000000 --- a/Vitis_HLS/Design_Tutorials/01-Polynomial_Vectorization/workspace/Version3/polyvec_tb.cpp +++ /dev/null @@ -1,62 +0,0 @@ -// test_polyvec.c - -#include "polyvec.h" // Include the header file that contains the function declarations - -// Define a helper function to print the elements of a poly data structure -void print_poly(const poly *a) { - printf("("); - for (int i = 0; i < N - 1; i++) { - printf("%d, ", a->coeff[i]); - } - printf("%d)\n", a->coeff[N - 1]); -} - -int main() { - - // Create some sample test data - poly a, b; - uint16_t a_golden[N]= {5758, 65052, 3754, 63002, 5194, 63563, 7282, 31, 2483, 2197, 2725, 64875, 2707, 3846, 4817, 2194, 1971, 4132, 4251, 3560, 2319, 613, 1075, 3935, 3635, 65350, 4709, 2718, 4484, 531, 7476, 63793, 2874, 155, 304, 63649, 64826, 63919, 64376, 61037, 1479, 64841, 65071, 64221, 1679, 65407, 3431, 1923, 1603, 558, 681, 316, 517, 931, 63939, 1999, 2024, 1094, 2276, 64366, 2187, 64180, 2637, 61036, 5702, 198, 2986, 62454, 1482, 62656, 4486, 60168, 1057, 64427, 4453, 1019, 3729, 2206, 1225, 64440, 1376, 65087, 2664, 62821, 64167, 1974, 65141, 64886, 65067, 2217, 61775, 65441, 1905, 3365, 64513, 2145, 219, 581, 65207, 63585, 61270, 2835, 63892, 1091, 63261, 64357, 543, 65399, 61396, 3246, 64484, 570, 239, 64729, 63045, 64197, 126, 64844, 126, 818, 3232, 63282, 940, 742, 2617, 62837, 3979, 64983, 61484, 482, 61086, 868, 60827, 2149, 58615, 5225, 61874, 64513, 62270, 883, 64670, 1313, 64158, 2999, 62304, 64013, 61708, 64311, 63978, 64660, 370, 64812, 871, 1467, 64633, 1985, 64570, 658, 63222, 62862, 62708, 62871, 63456, 65327, 106, 65307, 1274, 1919, 1890, 64354, 64168, 64156, 1738, 461, 2772, 63477, 65302, 64296, 63258, 61454, 63835, 63942, 62073, 60912, 62862, 62731, 65402, 59779, 2007, 63626, 157, 61212, 2344, 65032, 634, 850, 64730, 2642, 672, 1604, 216, 3280, 63524, 4234, 1165, 1532, 3059, 4106, 62449, 63959, 64259, 533, 63213, 64065, 64543, 1183, 63863, 63875, 60915, 65153, 64391, 1048, 62311, 65032, 63084, 111, 63570, 1989, 64202, 62866, 12, 506, 63758, 64229, 62090, 1591, 63844, 2330, 63832, 65002, 62981, 70, 63209, 3194, 63135, 987, 61595, 3005, 58432, 62356, 61472, 65312, 64709, 2134, 61595, 64510}; - uint16_t b_golden[N]= {65086, 62209, 64084, 64797, 61475, 768, 62519, 63814, 2906, 731, 65234, 64619, 65225, 1133, 62951, 2849, 61528, 5778, 62668, 3100, 65031, 1574, 64409, 1376, 153, 889, 62897, 4271, 64449, 1759, 409, 2349, 1437, 979, 3481, 415, 65181, 64307, 2749, 1359, 2404, 64705, 1432, 63739, 2504, 64723, 3380, 1573, 61344, 708, 64212, 63668, 64130, 3777, 866, 639, 1012, 1526, 1138, 64524, 64965, 64801, 61861, 63581, 2851, 1796, 1493, 64688, 741, 2164, 2243, 5040, 64400, 63627, 562, 64831, 3529, 928, 2277, 63966, 688, 3326, 1332, 1900, 4309, 2590, 1467, 88, 4759, 4384, 3113, 2926, 5946, 3493, 4482, 1069, 1774, 3982, 1500, 4344, 1196, 1912, 64714, 2486, 3856, 64853, 1936, 1101, 4588, 1286, 6132, 1340, 63991, 63342, 419, 62596, 63, 1074, 63, 65496, 1616, 963, 470, 64511, 2973, 65215, 325, 2507, 63510, 65240, 1104, 62290, 64846, 1755, 63740, 65263, 1498, 2318, 1696, 1006, 65103, 135, 64847, 1609, 63920, 63519, 63622, 65415, 64757, 1581, 185, 481, 60978, 62282, 63420, 65054, 61724, 60685, 61050, 61447, 64122, 61909, 64496, 64305, 53, 59954, 637, 62924, 945, 63546, 2645, 63160, 869, 65274, 63593, 1768, 65419, 62127, 64397, 59399, 814, 62046, 3262, 62500, 64199, 60100, 65469, 63208, 61546, 59404, 63950, 59656, 63379, 1639, 317, 1499, 65133, 4116, 62543, 4294, 108, 2226, 64530, 2474, 64454, 1455, 62072, 4129, 62328, 2094, 59904, 1122, 62710, 3701, 60046, 4427, 828, 64439, 64890, 64947, 63299, 64387, 62259, 1371, 2103, 64514, 64553, 63028, 2662, 61752, 6, 64998, 2440, 63357, 1606, 63371, 64690, 1124, 64684, 65128, 62594, 65395, 62708, 64723, 464, 1265, 65230, 3837, 65313, 5472, 1297, 2506, 1251, 1450, 3023, 1264}; - - for (int i = 0; i < N; i++) - a.coeff[i] = i; - - for (int i = 0; i < N; i++) - b.coeff[i] = a.coeff[( (i % 2 == 0) ? i / 2 : N - 1 - i / 2 )]; - - // Print the input - printf("Input Polynomial 'a': "); - print_poly(&a); - - printf("Input Polynomial 'b': "); - print_poly(&b); - - // Perform NTT on the poly data structures - polyvec v,x; - v.vec[0] = a; - v.vec[1] = b; - - // Perform the NTT on the vector of polynomials - polyvec_ntt(&v,&x); - - // Print the results - printf("Output Polynomial 'a' after NTT: "); - print_poly(&x.vec[0]); - - printf("Output Polynomial 'b' after NTT: "); - print_poly(&x.vec[1]); - - for (int i = 0; i < N; i++) { - if(a_golden[i] != x.vec[0].coeff[i]) { - printf("mismatch on a[%d]/v.vec[0].coeff[%d], expected %d got %d\n",i,i,a_golden[i], v.vec[0].coeff[i]); - return 1; - } - if(b_golden[i] != x.vec[1].coeff[i]) { - printf("mismatch on b[%d]/v.vec[1].coeff[%d], expected %d got %d\n",i,i,b_golden[i], v.vec[1].coeff[i]); - return 2; - } - } - printf("Self-checking tests complete: OKAY\n"); - return 0; -} - diff --git a/Vitis_HLS/Design_Tutorials/01-Polynomial_Vectorization/workspace/Version3/vitis-comp.json b/Vitis_HLS/Design_Tutorials/01-Polynomial_Vectorization/workspace/Version3/vitis-comp.json deleted file mode 100644 index 6230b2af3d..0000000000 --- a/Vitis_HLS/Design_Tutorials/01-Polynomial_Vectorization/workspace/Version3/vitis-comp.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "name": "Version3", - "type": "HLS", - "configuration": { - "componentType": "HLS", - "configFiles": [ - "hls_config.cfg" - ] - } -} diff --git a/Vitis_HLS/Design_Tutorials/02-Beamformer/README.md b/Vitis_HLS/Design_Tutorials/02-Beamformer/README.md index 8a243dd48e..092e900285 100644 --- a/Vitis_HLS/Design_Tutorials/02-Beamformer/README.md +++ b/Vitis_HLS/Design_Tutorials/02-Beamformer/README.md @@ -13,7 +13,7 @@ # Adaptive Beamforming for Radar: Floating-Point QRD+WBS in an FPGA -***Version: Vitis 2025.1*** +***Version: Vitis 2025.2*** ## ABSTRACT diff --git a/Vitis_HLS/Design_Tutorials/Design_Tutorials.rst b/Vitis_HLS/Design_Tutorials/Design_Tutorials.rst index 6e90036336..3120f75723 100644 --- a/Vitis_HLS/Design_Tutorials/Design_Tutorials.rst +++ b/Vitis_HLS/Design_Tutorials/Design_Tutorials.rst @@ -11,22 +11,16 @@ Design tutorials illustrate higher-level Vitis™ HLS concepts or design flows, :caption: Design Tutorials :hidden: - Polynomial Vectorization using Number Theoretic Transforms <./01-Polynomial_Vectorization/README.md> Adaptive Beamforming for Radar <./02-Beamformer/README.md> - - .. list-table:: :widths: 20 80 :header-rows: 1 * - Tutorial - Description - - * - :doc:`Polynomial Vectorization using Number Theoretic Transforms <./01-Polynomial_Vectorization/README>` - - Demonstrates how to use Code Analyzer to optimize C/C++ code for Vitis HLS. The case study is based on the CRYSTALS-Kyber algorithm, polynomial vectorization, and number theoretic transforms. * - :doc:`Adaptive Beamforming for Radar <./02-Beamformer/README>` - This design example discusses beamforming, its applications to radar, and the optimization of floating-point QRD+WBS on an AMD FPGA. diff --git a/Vitis_HLS/Design_Tutorials/README.md b/Vitis_HLS/Design_Tutorials/README.md index da0e64ac9f..52a2ae8a06 100644 --- a/Vitis_HLS/Design_Tutorials/README.md +++ b/Vitis_HLS/Design_Tutorials/README.md @@ -22,10 +22,6 @@ Design tutorials illustrate higher-level Vitis™ HLS concepts or design flows, Description - Polynomial Vectorization using Number Theoretic Transforms:
A Real World Case Study Using Vitis HLS Code Analyzer
- This tutorial demonstrates how to use Code Analyzer to optimize C/C++ code for Vitis HLS. The case study is based on the CRYSTALS-Kyber algorithm, polynomial vectorization, and number theoretic transforms. - - Adaptive Beamforming for Radar:
Floating-Point QRD+WBS in an FPGA
This design example discusses beamforming, its applications to radar, and the optimization of floating-point QRD+WBS on an AMD FPGA. diff --git a/Vitis_HLS/Feature_Tutorials/01-using_code_analyzer/README.md b/Vitis_HLS/Feature_Tutorials/01-using_code_analyzer/README.md deleted file mode 100644 index 401076da29..0000000000 --- a/Vitis_HLS/Feature_Tutorials/01-using_code_analyzer/README.md +++ /dev/null @@ -1,297 +0,0 @@ - - - - -
- - - AMD logo - -

AMD Vitis™ HLS Tutorials

- See Vitis™ Development Environment on amd.com -
- -# Using Code Analyzer from Vitis Unified IDE - -***Version: Vitis 2025.1*** - -## Tutorial Overview - -This tutorial shows you how to use the pre-synthesis feature called Code Analyzer for the Vitis High-Level Synthesis tool flow. - -It is assumed that you are familiar with the Vitis High-Level Synthesis (shortened Vitis HLS or VHLS) tool flow. Code Analyzer requires the same setup as for C-Simulation for an HLS component so you can follow the [getting started with Vitis HLS Components tutorial](https://docs.amd.com/r/en-US/Vitis-Tutorials-Getting-Started/Vitis-HLS) to familiarize yourself with this process. - -Vitis Code Analyzer helps you investigate your design efficiency and get a performance estimation before running the VHLS C-Synthesis compilation. It uses a C-Testbench from the C-Simulation setup to dynamically analyze your design and extract data volume and movement as well as estimate transaction interval to investigate the performance; the data is presented as a graph. - -The documentation about Code Analyzer can be found in the *Vitis High-Level Synthesis User Guide* ([UG1399](https://docs.amd.com/r/en-US/ug1399-vitis-hls)). - -## Before You Begin - -It is assumed that the Vitis tools are installed and set up. - -The labs in this tutorial use: - -- One component named `tutorial_example` that is the initial design which we are going to investigate with Code Analyzer. -- One component named `tutorial_example_final` which based on the above and has been optimized when following the tutorial. We use it for reference in the last section so that the tutorial matches with this second component. -- If necessary, the tutorial can be easily changed to other device or platforms. - -### Accessing the Tutorial Reference Files - -1. To access the reference files, type the following into a terminal: `$ git clone https://github.com/Xilinx/Vitis-Tutorials` -1. Navigate to `./Vitis-Tutorials/Vitis_HLS/Feature_Tutorials/01-using_code_analyzer/reference-files` directory. -1. You need an Vitis Unified IDE workspace. If you don't have one yet, you can create a new one, for example `$ mkdir ~/myworkspace`; that's the name we're going to use in this tutorial: change to match your preference. -1. Copy the 2 components into your Vitis Unified IDE workspace. `$ cp -r tutorial_example/ tutorial_example_final/ ~/myworkspace` -1. You are now ready. We will start the Vitis Unified IDE in the next section. - -## Investigate `tutorial_example` using Code Analyzer - -Launch the new Vitis Unified IDE to open directly your workspace `$ vitis --workspace ~/myworkspace` - -The IDE starts from the Welcome page, you can close it if you wish. We can change the color scheme via `file` > `preferences` > `color theme`. We used the light color theme to get the screenshots in this tutorial. - -![Vitis Welcome Screen](./images/vitis_welcome.png "Vitis Welcome Screen") - -Select the component named `tutorial_example` in the `VITIS COMPONENTS` upper left-hand panel. - -Notice [HLS] in grey, indicating an HLS component. - -Hover on the `C SIMULATION` line to reveal the gear icon and click it to open the settings. - -The screenshot below shows that Vitis HLS Code Analyzer is enabled. Notice that when enabled, other options are disabled because they are not compatible with Code Analyzer (namely O (optimization), profile and setup). - -![Vitis CSIM Screen](./images/CSIM_settings.png "Vitis CSIM Screen") - -Let’s observe the lower left-hand panel: it's named `FLOW`. - -Under `C SIMULATION` notice that we have 3 options: `Run`, `Debug` and `REPORTS`, but the REPORTS option is greyed-out. Let’s click `Run` to execute the C-Simulation. If you examine the console output you can read the message **Executing Code Analyzer instead of classic HLS C simulation** - -After a few moments, the console reports **C-simulation finished successfully** and you can notice that the `REPORTS` section is now selectable. Expand the `REPORTS` and click on `Code Analyzer`. - -You get presented with a graph view: - -![Code Analyzer first screen](./images/CA_view1.png "Code Analyzer first screen") - -This view helps you convert your design into the dataflow form and assists you in its optimization. - -Your C/C++ code is represented here as a dataflow design even if it is currently written in a sequential form. Dataflow processes are deduced from the top-level statements in the selected function body and their dependencies are turned into channels. Performance estimates are computed for the presented dataflow design, ignoring potential canonicalization issues. - -With this graph view you get a lot of information immediately: - -- Nodes represent dataflow processes with their names being function names or loops labels (unnamed loops are named "Process #N"). Estimated Transaction Intervals are also presented next to the node name. When you expand the node using the arrow-head button, you can see a snippet of the function call site or loop code. -- Edges are the communication channel extracted from the variables of the design. You can see their names, the volume of data and the average throughout, expressed by default in bits per second, both estimated from the C-TB run. - -Transaction Interval is the minimal delay between two executions of a process. -Remember that Code Analyzer assumes that the top level region contains processes executing independently, and as such the region's performance is limited by the slowest process, the one with the largest TI number estimate. It is the process highlighted in red. - -You can select other functions to investigate by selecting the function drop-down menu in the toolbar, but you can also iteratively drill down the function calls and loops in the different processes to achieve the same effect. This can be achieved by clicking on the right-pointing arrows next to lines of codes in processes. - -![Code Analyzer select function to analyzer](./images/CA_select_function.png "Code Analyzer select function to analyzer") - -Below the graph, a table on the lower half of the view shows the processes and channels with more details. We will review this later in the tutorial. - -The figure below illustrates how every node in the graph relates to top-level statements in the function being analyzed. - -![Code Analyzer process to code matching](./images/CA_process_to_code_matching.png "Code Analyzer process to code matching") - -The graph also allows users to perform graph-only transformations by merging processes together so that the graph nodes and edges are recomputed, and the new performance of the merged process can be investigated. The merge operation is performed with the move icon on the process: left-click the icon, hold, and start dragging the process and the graph will show the possible target processes by changing their borders into dashed lines. The screenshot below shows that we can merge `Process 2` with the process `loop1` directly before, and the process `loop3` directly after, but not `loop4` or `computeD()`. - -![Code Analyzer process merge](./images/CA_process_merge.png "Code Analyzer process merge") - -Let's go ahead and merge `Process 2` with `loop3` by releasing the mouse button. The tool computes the updated metrics and updates the graph; here notice the `loop3` process is not present anymore. Now we can also try the reverse operation, the split operation, on the merged process: first, expand the process with the arrow-head icon. A horizontal dashed line shows the split location with the original code for `Process 2` and `loop3` on each side. A split button appears when you hover the mouse on the split line. Select the split button with the mouse to perform the split. - -![Code Analyzer process split](./images/CA_process_split.png "Code Analyzer process split") - -More complex code might have more processes on the graph than what you might expect from the source code because class constructors or initialization might be extracted as processes. In those situations, Code Analyzer estimates that they will take some clock cycles at runtime. - -### Process Table - -Let’s look at the process table which shows process names and their pre-synthesis Transaction Interval estimation value. Recall that the Transaction Interval is the minimal delay between two executions of a process. It's worth investigating processes with the largest values because they are the bottle neck but in the context of this tutorial let’s take 2 other examples. - -![Code Analyzer process-table only](./images/CA_process_table_only.png "Code Analyzer process-table only") - -#### `Process 2` analysis - -Focusing on `Process 2`, let's check how we arrive to a `TI=258`. - -On the node representing `Process 2`, use the down pointing arrow on the left to show the code. - -![Code Analyzer Process 2 folded](./images/CA_process_2_process_folded.png "Code Analyzer Process 2 folded") - -We can make the following observations: - -1. The code is using a double nested loop to clear array `C[16][16]`. -1. The performance analysis of Code Analyzer is overlaid in the code snippet, here this is shown between lines 1 and 2 and lines 2 and 3, right at the start of the regions defined by the for-loops. Let's look into the numbers. -1. Code Analyzer estimates the performance of the innermost-loop first: Initiation Interval of 1 clock cycle can be achieved to start the next iteration, so `II=1` is reported. -1. Each for-loop is counting from 0 to 15 because constant N=16 is used, so `TRIPCOUNT=16` is reported. -1. The Transaction Interval is `TI=TRIPCOUNT*II`, so for the innermost-loop we get `TI=16*1=16`. -1. We repeat the investigations hierarchically up into the parent loop: we compute the sum of all TI(s) of all the statements in the loop body. The TI sum becomes the II of the loop, since we have only the innermost-loop in the loop body we have an `II=16`, and with `TRIPCOUNT=16`, so their product gives us `TI=16*16=256`. -1. As the loops are the only statements from the extracted process itself, we add 2 extra cycles for the state machine of the process which gives the overall Transaction Interval for `Process 2` of `TI=256+2=258` - -![Code Analyzer Process 2 investigations](./images/CA_process_2_investigations.png "Code Analyzer Process 2 investigations") - -> **NOTE**: Performance analysis numbers are shown at the beginning of a loop, within its curly braces `{}`, or right after a function call site. - -##### Reported Tripcount Values - -1. If loop bounds are compile-time constants, they are reported in Code Analyzer; -1. Otherwise, if a tripcount pragma is provided, this value is used by Code Analyzer; -1. Otherwise, the tripcount value is measured when running the C-testbench. - -In any case, the reported tripcounts account for the loop unrolling: loop tripcounts are divided by unrolling factors. Fully unrolled loops will always have a reported tripcount of 1. - -#### `loop3` analysis - -For loop 3: there is also a double nested loop with same tripcount for all loops. - -However, with this example, Code Analyzer estimates that `II=2`. - -![Code Analyzer process loop3 investigations](./images/CA_process_loop3_investigations.png "Code Analyzer process loop3 investigations") - -A similar analysis and computation to the previous section can be performed and arrive to the conclusion that the innermost-loop has `TI=TRIPCOUNT*II=16*2=32` and the outermost-loop has an overall `TI=TRIPCOUNT*II=16*32=512`, finally adding 2 extra cycles for the state machine gives `TI=512+2=514`. - -#### Pipelining `loop3` and new analysis - -Let's try to improve the performance of `loop3` by using a pipeline pragma on the innermost-loop: on the graph, right click on the process and select "goto source", this brings you to the call site. - -![Code Analyzer process loop3 goto source](./images/CA_process_loop3_goto_source.png "Code Analyzer process loop3 goto source") - -Insert a new line after the for statement of the innermost loop and type `#pragma HLS PIPELINE II=1`. You can see that the editor suggest you the possible completions as you type. Save the file (note: it should be saved automatically) and run again `C SIMULATION`, then open Code Analyzer in the report section. Notice the updated Transaction Interval estimation `TI=290`. Expand the code by using the down pointing arrow. - -![Code Analyzer process loop3 after pipeline](./images/CA_process_loop3_after_pipeline.png "Code Analyzer process loop3 after pipeline") - -We can observe that Code Analyzer took into account the Pipeline Pragma and estimated that `II=1` was now achievable. Similar to before, this means the innermost loop now achieves `TI=TRIPCOUNT*II=16*1=16`. - -Because the innermost loop is pipelined, this means the hardware module generated is independent from the outermost loop module and the innermost loop will have its own finite state machine (FSM). The outermost loop will also have its own FSM, so it will take an extra 2 clock cycles to enter and exit the inner loop FSM; for this reason, the outermost loop's II is not only the sum of all TI from statements like in the previous situation but we need to add those 2 more cycles, `II=16+2=18`. - -You don't need to remember all the details but it's good to have a good understanding of the estimations and the way they are computed and influence their parent hierarchy. - -The Transaction Internal of the outermost loop will be `TI=TRIPCOUNT*II=16*18=288`. - -For the extracted process itself, we add 2 extra cycles for the finite state machine of the process which gives the overall Transaction Interval for the pipelined `loop3` of `TI=288+2=290`. - -We can check and analyze the other processes but there are some simplifications and optimizations that we can do perform. Let's look at the Channel table to see how it can help us. - -#### Guidance messages when pipeline is not possible - -At this point, you might think that we can also pipeline the outer loop, so let's just add the pipeline pragma: there is a placeholder in the source code that you can uncomment. -By the comments in the source code, you understand this is not possible, but why? Let's see what messages Code Analyzer gives. - -![Code Analyzer process loop3 pipeline too much](./images/CA_process_loop3_pipeline_too_far.png "Code Analyzer process loop3 pipeline too much") - -After the code change and running `C SIMULATION` let's see the output from Code Analyzer: - -1. The process table shows a guidance message relating to process `loop3` : *Some variables are accessed by more instructions than their hardware implementation can sustain in a single cycle, preventing some loops from being accelerated. Partition these variables to accelerate your design.* -2. We can expand the code of process `loop3`, to see what it relates to, along with other details. -3. The overlay for the TI computations shows the word `Details` which is a clickable button, let's click, -4. A side information panel opens which shows the details about the II issue: too many accesses for the arrays. - -![Code Analyzer process loop3 pipeline too much](./images/CA_process_loop3_pipeline_too_far_guidance_message.png "Code Analyzer process loop3 pipeline too much") - -Comment out the pipeline pragma and **keep only the pragma in the innermost-loop**. - -### Channel table - -A Channel is the flow data going into and out of each Processes. Channels are named after the variable defining them in the C source code, they are usually arrays, pointers or hls::streams. The Channel table describes each Channel in a separate row. - -![Code Analyzer Channel Table](./images/CA_channel_table_only.png "Code Analyzer Channel Table") - -The details available on each row are: - -- Channel name -- C/C++ declaration -- Data volume expected to be delivered over the channel - measured from C-Simulation run -- Estimated throughput: data volume divided by the estimated Transaction Interval of the current region -- Channel's bitwidth -- Access mode from producer process to consumer process -- Producer and Consumer processes names - -The Channel table rows and graph edges are cross-linked: selecting one select will the other and vice-versa. You can highlight multiple channels with CTRL+CLICK. It is also possible to sort the table columns or search in the table. - -> **NOTE**: The average throughput is the channel volume divided by the region’s transaction interval, so it is meaningful to compare with other channels throughput values, for one given dataset and implementation. However, changing the C code or C-TB inputs might change transaction intervals or volume and hence change the throughput values, so be careful when comparing throughput of different runs. - -### Investigations Based on TI and Processes - -The transaction interval (TI) of dataflow processes heavily influences the throughput of the dataflow region. In fact, for dataflow regions (using the dataflow pragma), the TI of the region in steady-state execution is defined by the maximum TI of its processes. The predicted TI of the processes in Code Analyzer thus allows you to identify the performance bottlenecks in your design: you should accelerate the processes with the highest TI first. - -In our example, we investigate computeD() which showed TI = 2051 clock cycles - -On the graph, right-click the process, and then select **goto source**. This brings you to the call site then use CTRL+CLICK to go to definition. - -![Code Analyzer goto source 1](./images/CA_goto_source_step1.png "Code Analyzer goto source 1") -→ -![Code Analyzer goto source 2](./images/CA_goto_source_step2.png "Code Analyzer goto source 2") -→ -![Code Analyzer goto source 3](./images/CA_goto_source_step3.png "Code Analyzer goto source 3") - -We can see this behavior: "acc" is always cleared as we enter the i-j double loop nest and is updated only at the end of the t-loop before starting a new iteration. But it is cleared again at the start of a new t-loop iteration, so we can see 2 issues: - -1. Despite being updated, "acc" is never different from zero when it is read, so it has no effects and can be removed from the code. -2. The t-loop is unnecessary because the array D[][] is just updated 4 times with the same values. We can remove the t-loop as well. - -We can rerun c-simulation for the design to confirm it’s still functionally correct. - -### Investigations based on channels table - -#### Focus on A - -Looking at the channel table and sorting by name, we can focus on the top-level argument A. - -Remember that, in contrary to the Dataflow Viewer available after synthesis, Code Analyzer presents you with a dataflow view of your design even if it cannot yet be synthesized in its dataflow form. The channel table contains all the properties required to determine if your design is a synthesizable dataflow design. For instance, you can use it to spot back edges, unsupported accesses to variables, or multiple producer/consumer violations. - -The channels created by the variable A in our example lead to multiple producer/consumer violations because it is used 4 times. In the screenshot below, we have sorted the Channel table by name and selected (CTRL+LEFT_CLICK) the 4 channels "A" to get them also highlighted on the graph. We can further notice that only one row of the table has a volume of ~8 kbits which is matching the size of the whole arrays because it is `int [16][16] type: 16*16*32=8192 bits`; the other 3 lines with a lower volume might be source of potential issues because the whole volume is not consumed – in practice this would indicate partial reads so the user needs to investigate further if FIFO is possible or if an array is the only possible implementation. - -![Code Analyzer focus on A](./images/CA_focus_A.png "Code Analyzer focus on A") - -We can notice: - -1. loop1 updates F from A -2. F is not used -3. So loop1 is not necessary. - -Only loop4 makes sense and the path is START -> loop4 -> END for A. - -If you look more closely at what happens in loop4 you can see that A is incremented by the value 5 for 15 times – because inner j-loop iterates from 1 to 15. So, this could be further simplified as A[i][0] += 15 * 5 without using the "buffer" array. - -#### Focus on C - -![Code Analyzer focus on C](./images/CA_focus_C.png "Code Analyzer focus on C") - -Similarly, we can see that something is not right with C because this top-level argument is used in 4 communication channels between processes. This is the observed behavior: - -1. Loop2 visits every location and clears them -2. Loop3 does accumulation on each individual location -3. In short, if we were to merge the 2 loops then each location is cleared and is followed by a single addition, not an accumulation - - Consequences: - -4. loop2 is not necessary -5. loop3 can do C[i][j] = B[i][j] * E[i][j]; - -We can simplify the code to solve these issues. - -After the code updates we can check the new version. - -## Compare optimized with original version - -For this tutorial, we have the version of the updated code in the component named `tutorial_example_final`. We can select this component and run `C SIMULATION`. After a few moments, the console reports "C_simulation finished successfully". Expand the `REPORTS` and click on `Code Analyzer`. -It contains the updates previously mentioned and pipelines directives for the innermost-loops, and a pragma dataflow at the top to make sure that we are using dataflow. `C-Synthesis` will confirm that when we run it. - -The screenshot below shows the Code Analyzer graph for `tutorial_example` on the left and the Code Analyzer graph for `tutorial_example_final` on the right. - -At a glance, we can see that we have fewer processes and fewer channels as predicted by our investigations. - -We also show the `Dataflow Viewer` output on the bottom right after running `C SYNTHESIS`: you can notice the process extracted are the same. - -![Code Analyzer side-by-side compare of original vs final](./images/CA_side_by_side_compare.png "Code Analyzer side-by-side compare of original vs final") - -## Conclusion - -The `Code Analyzer` view gives us an overview of our design as if it was dataflow: we identified and fixed problems related to performance and legality, and now, we can now run C-synthesis. - -We did all this without having to perform C-Synthesis and C-RTL Co-Simulation, significantly accelerating our work. - -
- -

Copyright © 2020–2025 Advanced Micro Devices, Inc.

- -

Terms and Conditions

diff --git a/Vitis_HLS/Feature_Tutorials/01-using_code_analyzer/images/CA_channel_table_only.png b/Vitis_HLS/Feature_Tutorials/01-using_code_analyzer/images/CA_channel_table_only.png deleted file mode 100755 index 345bb219c8..0000000000 Binary files a/Vitis_HLS/Feature_Tutorials/01-using_code_analyzer/images/CA_channel_table_only.png and /dev/null differ diff --git a/Vitis_HLS/Feature_Tutorials/01-using_code_analyzer/images/CA_focus_A.png b/Vitis_HLS/Feature_Tutorials/01-using_code_analyzer/images/CA_focus_A.png deleted file mode 100755 index e3b7a715b0..0000000000 Binary files a/Vitis_HLS/Feature_Tutorials/01-using_code_analyzer/images/CA_focus_A.png and /dev/null differ diff --git a/Vitis_HLS/Feature_Tutorials/01-using_code_analyzer/images/CA_focus_C.png b/Vitis_HLS/Feature_Tutorials/01-using_code_analyzer/images/CA_focus_C.png deleted file mode 100755 index 982f697fe9..0000000000 Binary files a/Vitis_HLS/Feature_Tutorials/01-using_code_analyzer/images/CA_focus_C.png and /dev/null differ diff --git a/Vitis_HLS/Feature_Tutorials/01-using_code_analyzer/images/CA_goto_source_step1.png b/Vitis_HLS/Feature_Tutorials/01-using_code_analyzer/images/CA_goto_source_step1.png deleted file mode 100755 index ccc8050299..0000000000 Binary files a/Vitis_HLS/Feature_Tutorials/01-using_code_analyzer/images/CA_goto_source_step1.png and /dev/null differ diff --git a/Vitis_HLS/Feature_Tutorials/01-using_code_analyzer/images/CA_goto_source_step2.png b/Vitis_HLS/Feature_Tutorials/01-using_code_analyzer/images/CA_goto_source_step2.png deleted file mode 100755 index 4dc0ddee83..0000000000 Binary files a/Vitis_HLS/Feature_Tutorials/01-using_code_analyzer/images/CA_goto_source_step2.png and /dev/null differ diff --git a/Vitis_HLS/Feature_Tutorials/01-using_code_analyzer/images/CA_goto_source_step3.png b/Vitis_HLS/Feature_Tutorials/01-using_code_analyzer/images/CA_goto_source_step3.png deleted file mode 100755 index 9fe2606db2..0000000000 Binary files a/Vitis_HLS/Feature_Tutorials/01-using_code_analyzer/images/CA_goto_source_step3.png and /dev/null differ diff --git a/Vitis_HLS/Feature_Tutorials/01-using_code_analyzer/images/CA_process_2_investigations.png b/Vitis_HLS/Feature_Tutorials/01-using_code_analyzer/images/CA_process_2_investigations.png deleted file mode 100755 index 26329edff1..0000000000 Binary files a/Vitis_HLS/Feature_Tutorials/01-using_code_analyzer/images/CA_process_2_investigations.png and /dev/null differ diff --git a/Vitis_HLS/Feature_Tutorials/01-using_code_analyzer/images/CA_process_2_process_folded.png b/Vitis_HLS/Feature_Tutorials/01-using_code_analyzer/images/CA_process_2_process_folded.png deleted file mode 100755 index 45f9f40ea4..0000000000 Binary files a/Vitis_HLS/Feature_Tutorials/01-using_code_analyzer/images/CA_process_2_process_folded.png and /dev/null differ diff --git a/Vitis_HLS/Feature_Tutorials/01-using_code_analyzer/images/CA_process_loop3_after_pipeline.png b/Vitis_HLS/Feature_Tutorials/01-using_code_analyzer/images/CA_process_loop3_after_pipeline.png deleted file mode 100755 index 1210cfd1cc..0000000000 Binary files a/Vitis_HLS/Feature_Tutorials/01-using_code_analyzer/images/CA_process_loop3_after_pipeline.png and /dev/null differ diff --git a/Vitis_HLS/Feature_Tutorials/01-using_code_analyzer/images/CA_process_loop3_goto_source.png b/Vitis_HLS/Feature_Tutorials/01-using_code_analyzer/images/CA_process_loop3_goto_source.png deleted file mode 100755 index 8571ff7737..0000000000 Binary files a/Vitis_HLS/Feature_Tutorials/01-using_code_analyzer/images/CA_process_loop3_goto_source.png and /dev/null differ diff --git a/Vitis_HLS/Feature_Tutorials/01-using_code_analyzer/images/CA_process_loop3_investigations.png b/Vitis_HLS/Feature_Tutorials/01-using_code_analyzer/images/CA_process_loop3_investigations.png deleted file mode 100755 index 415e4f6756..0000000000 Binary files a/Vitis_HLS/Feature_Tutorials/01-using_code_analyzer/images/CA_process_loop3_investigations.png and /dev/null differ diff --git a/Vitis_HLS/Feature_Tutorials/01-using_code_analyzer/images/CA_process_loop3_pipeline_too_far.png b/Vitis_HLS/Feature_Tutorials/01-using_code_analyzer/images/CA_process_loop3_pipeline_too_far.png deleted file mode 100755 index 54aa21ef01..0000000000 Binary files a/Vitis_HLS/Feature_Tutorials/01-using_code_analyzer/images/CA_process_loop3_pipeline_too_far.png and /dev/null differ diff --git a/Vitis_HLS/Feature_Tutorials/01-using_code_analyzer/images/CA_process_loop3_pipeline_too_far_guidance_message.png b/Vitis_HLS/Feature_Tutorials/01-using_code_analyzer/images/CA_process_loop3_pipeline_too_far_guidance_message.png deleted file mode 100755 index 84ca4e188e..0000000000 Binary files a/Vitis_HLS/Feature_Tutorials/01-using_code_analyzer/images/CA_process_loop3_pipeline_too_far_guidance_message.png and /dev/null differ diff --git a/Vitis_HLS/Feature_Tutorials/01-using_code_analyzer/images/CA_process_merge.png b/Vitis_HLS/Feature_Tutorials/01-using_code_analyzer/images/CA_process_merge.png deleted file mode 100755 index 812dcab465..0000000000 Binary files a/Vitis_HLS/Feature_Tutorials/01-using_code_analyzer/images/CA_process_merge.png and /dev/null differ diff --git a/Vitis_HLS/Feature_Tutorials/01-using_code_analyzer/images/CA_process_split.png b/Vitis_HLS/Feature_Tutorials/01-using_code_analyzer/images/CA_process_split.png deleted file mode 100755 index a11e29d39f..0000000000 Binary files a/Vitis_HLS/Feature_Tutorials/01-using_code_analyzer/images/CA_process_split.png and /dev/null differ diff --git a/Vitis_HLS/Feature_Tutorials/01-using_code_analyzer/images/CA_process_table_only.png b/Vitis_HLS/Feature_Tutorials/01-using_code_analyzer/images/CA_process_table_only.png deleted file mode 100755 index 23c1e96d03..0000000000 Binary files a/Vitis_HLS/Feature_Tutorials/01-using_code_analyzer/images/CA_process_table_only.png and /dev/null differ diff --git a/Vitis_HLS/Feature_Tutorials/01-using_code_analyzer/images/CA_process_to_code_matching.png b/Vitis_HLS/Feature_Tutorials/01-using_code_analyzer/images/CA_process_to_code_matching.png deleted file mode 100755 index e813a1071a..0000000000 Binary files a/Vitis_HLS/Feature_Tutorials/01-using_code_analyzer/images/CA_process_to_code_matching.png and /dev/null differ diff --git a/Vitis_HLS/Feature_Tutorials/01-using_code_analyzer/images/CA_select_function.png b/Vitis_HLS/Feature_Tutorials/01-using_code_analyzer/images/CA_select_function.png deleted file mode 100755 index 3500066042..0000000000 Binary files a/Vitis_HLS/Feature_Tutorials/01-using_code_analyzer/images/CA_select_function.png and /dev/null differ diff --git a/Vitis_HLS/Feature_Tutorials/01-using_code_analyzer/images/CA_side_by_side_compare.png b/Vitis_HLS/Feature_Tutorials/01-using_code_analyzer/images/CA_side_by_side_compare.png deleted file mode 100755 index 33ce592471..0000000000 Binary files a/Vitis_HLS/Feature_Tutorials/01-using_code_analyzer/images/CA_side_by_side_compare.png and /dev/null differ diff --git a/Vitis_HLS/Feature_Tutorials/01-using_code_analyzer/images/CA_view1.png b/Vitis_HLS/Feature_Tutorials/01-using_code_analyzer/images/CA_view1.png deleted file mode 100755 index bf16ddae53..0000000000 Binary files a/Vitis_HLS/Feature_Tutorials/01-using_code_analyzer/images/CA_view1.png and /dev/null differ diff --git a/Vitis_HLS/Feature_Tutorials/01-using_code_analyzer/images/CSIM_settings.png b/Vitis_HLS/Feature_Tutorials/01-using_code_analyzer/images/CSIM_settings.png deleted file mode 100755 index 8cb30791a9..0000000000 Binary files a/Vitis_HLS/Feature_Tutorials/01-using_code_analyzer/images/CSIM_settings.png and /dev/null differ diff --git a/Vitis_HLS/Feature_Tutorials/01-using_code_analyzer/images/vitis_welcome.png b/Vitis_HLS/Feature_Tutorials/01-using_code_analyzer/images/vitis_welcome.png deleted file mode 100755 index 4fa81da09b..0000000000 Binary files a/Vitis_HLS/Feature_Tutorials/01-using_code_analyzer/images/vitis_welcome.png and /dev/null differ diff --git a/Vitis_HLS/Feature_Tutorials/01-using_code_analyzer/reference-files/tutorial_example/Makefile b/Vitis_HLS/Feature_Tutorials/01-using_code_analyzer/reference-files/tutorial_example/Makefile deleted file mode 100644 index ea16a61c64..0000000000 --- a/Vitis_HLS/Feature_Tutorials/01-using_code_analyzer/reference-files/tutorial_example/Makefile +++ /dev/null @@ -1,40 +0,0 @@ -####################################################################################### -.PHONY: help -help: - @echo "Makefile Usage:" - @echo " make all" - @echo " Command to run all target csim & csynth & cosim in turn." - @echo "" - @echo " make csim" - @echo " make csynth" - @echo " make cosim" - @echo " Command to run only one step of Vitis HLS. Note csim forces clean first." - @echo "" - @echo " make clean" - @echo " Command to remove the generated files." - @echo "" - @echo " make help" - @echo " Print this help." - @echo "" -####################################################################################### - -SHELL := bash -SOURCES := hw.cpp hw.h -SOURCES_TB := ${SOURCES} tb.cpp - -CONFIG := hls_config.cfg -WORK_DIR := top -COMMON_OPTIONS := --mode hls --config ${CONFIG} --work_dir ${WORK_DIR} - -all: csim csynth cosim - -csynth: ${SOURCES} ${CONFIG} - v++ --compile ${COMMON_OPTIONS} - -csim: clean # clean before csim ! -csim cosim: ${SOURCES_TB} ${CONFIG} - vitis-run --$@ ${COMMON_OPTIONS} - -.PHONY: clean -clean: - rm -rf ${WORK_DIR} vitis_c++/ .Xil/ xcd.log diff --git a/Vitis_HLS/Feature_Tutorials/01-using_code_analyzer/reference-files/tutorial_example/description.json b/Vitis_HLS/Feature_Tutorials/01-using_code_analyzer/reference-files/tutorial_example/description.json deleted file mode 100644 index 5a2bf83759..0000000000 --- a/Vitis_HLS/Feature_Tutorials/01-using_code_analyzer/reference-files/tutorial_example/description.json +++ /dev/null @@ -1,31 +0,0 @@ -{ - "name": "VHLS_F_01-using-CA", - "description": "VHLS_F_01-using-CA", - "gui": "false", - "flow": "hls", - - "platform_allowlist": [ "u200"], - - "testinfo": { - "test_name": "VHLS_F_01-using-CA", - "disable": false, - "jobs": [ - { - "max_memory_MB": 76800, - "max_time_min": { - "vitis_sw_emu": 60 - } - } - ], - "targets": [ - "hls_csim", - "hls_csynth", - "hls_cosim" - ], - "category": "canary", - "custom_build_target": - { - "all": "all" - } - } -} diff --git a/Vitis_HLS/Feature_Tutorials/01-using_code_analyzer/reference-files/tutorial_example/hls_config.cfg b/Vitis_HLS/Feature_Tutorials/01-using_code_analyzer/reference-files/tutorial_example/hls_config.cfg deleted file mode 100644 index 0c5ff1cb3b..0000000000 --- a/Vitis_HLS/Feature_Tutorials/01-using_code_analyzer/reference-files/tutorial_example/hls_config.cfg +++ /dev/null @@ -1,10 +0,0 @@ -part=xcvu9p-flga2104-2-i - -[hls] -flow_target=vivado -package.output.format=rtl -package.output.syn=false -syn.file=hw.cpp -syn.top=top -tb.file=tb.cpp -csim.code_analyzer=1 diff --git a/Vitis_HLS/Feature_Tutorials/01-using_code_analyzer/reference-files/tutorial_example/hw.cpp b/Vitis_HLS/Feature_Tutorials/01-using_code_analyzer/reference-files/tutorial_example/hw.cpp deleted file mode 100755 index b09ffeb586..0000000000 --- a/Vitis_HLS/Feature_Tutorials/01-using_code_analyzer/reference-files/tutorial_example/hw.cpp +++ /dev/null @@ -1,63 +0,0 @@ -/* -# Copyright (C) 2023, Advanced Micro Devices, Inc. All rights reserved. -# SPDX-License-Identifier: X11 -*/ - -#include "hw.h" - -void computeD(int D[N][N], int E[N][N]) { - int acc; -loop_d1: - for (int t = 0; t < 4; ++t) { - acc = 0; - for (int i = 0; i < N; ++i) { - for (int j = 0; j < N; ++j) { - D[i][j] = 2 * E[i][j] + acc; - } - } - acc += D[0][0]; - } -} - -int top(int A[N][N], int B[N][N], int C[N][N], int D[N][N], int E[N][N]) { - int F[N][N], buffer[N][N]; - -loop1: - for (int i = 0; i < N; ++i) { - for (int j = 0; j < N; ++j) { - F[i][j] = i * A[i][j]; - } - } -// this loop is not named and will show up as process 2 - for (int i = 0; i < N; ++i) { - for (int j = 0; j < N; ++j) { - C[i][j] = 0; - } - } - -loop3: - for (int i = 0; i < N; ++i) { - // pipelining this loop with II=1 is not possible - // Code Analyzer will give a performance guidance message - // #pragma HLS PIPELINE II=1 -L31: - for (int j = 0; j < N; ++j) { - C[i][j] += B[i][j] * E[i][j]; - } - } - -loop4: - for (int i = 0; i < N; ++i) { - buffer[i][0] = A[i][0]; - for (int j = 1; j < N; ++j) { - buffer[i][j] = buffer[i][j - 1] + 5; - } - A[i][0] = buffer[i][N - 1]; - } - - computeD(D, E); - - return 0; -} - - diff --git a/Vitis_HLS/Feature_Tutorials/01-using_code_analyzer/reference-files/tutorial_example/hw.h b/Vitis_HLS/Feature_Tutorials/01-using_code_analyzer/reference-files/tutorial_example/hw.h deleted file mode 100755 index 4f610a84a5..0000000000 --- a/Vitis_HLS/Feature_Tutorials/01-using_code_analyzer/reference-files/tutorial_example/hw.h +++ /dev/null @@ -1,13 +0,0 @@ -/* -# Copyright (C) 2023, Advanced Micro Devices, Inc. All rights reserved. -# SPDX-License-Identifier: X11 -*/ - -#ifndef HW_H -#define HW_H - -#define N 16 - -int top(int A[N][N], int B[N][N], int C[N][N], int D[N][N], int E[N][N]); - -#endif diff --git a/Vitis_HLS/Feature_Tutorials/01-using_code_analyzer/reference-files/tutorial_example/tb.cpp b/Vitis_HLS/Feature_Tutorials/01-using_code_analyzer/reference-files/tutorial_example/tb.cpp deleted file mode 100755 index a1a4bbb0b8..0000000000 --- a/Vitis_HLS/Feature_Tutorials/01-using_code_analyzer/reference-files/tutorial_example/tb.cpp +++ /dev/null @@ -1,36 +0,0 @@ -/* -# Copyright (C) 2023, Advanced Micro Devices, Inc. All rights reserved. -# SPDX-License-Identifier: X11 -*/ - -#include -#include - -#include "hw.h" - -int main(int argc, char**argv) { - int A[N][N], B[N][N], C[N][N], D[N][N], E[N][N]; - int A_ref[N][N], C_ref[N][N], D_ref[N][N]; - - for (int i = 0; i < N; ++i) { - for (int j = 0; j < N; ++j) { - A[i][j] = i; - B[i][j] = 1; - C[i][j] = 0; - D[i][j] = 0; - E[i][j] = i+j; - D_ref[i][j] = 2 * E[i][j]; - C_ref[i][j] = B[i][j] * E[i][j]; - A_ref[i][j] = A[i][j] + (j==0?5*15:0); - } - } - - top(A, B, C, D, E); - int errors=0; - if ( std::memcmp(A,A_ref,N*N*sizeof(A[0][0])) != 0 ) {errors++;} - if ( std::memcmp(C,C_ref,N*N*sizeof(C[0][0])) != 0 ) {errors++;} - if ( std::memcmp(D,D_ref,N*N*sizeof(D[0][0])) != 0 ) {errors++;} - std::cout << "from " __FILE__ ": got "<0; -} diff --git a/Vitis_HLS/Feature_Tutorials/01-using_code_analyzer/reference-files/tutorial_example/vitis-comp.json b/Vitis_HLS/Feature_Tutorials/01-using_code_analyzer/reference-files/tutorial_example/vitis-comp.json deleted file mode 100644 index 1c21aba1a3..0000000000 --- a/Vitis_HLS/Feature_Tutorials/01-using_code_analyzer/reference-files/tutorial_example/vitis-comp.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "name": "tutorial_example", - "type": "HLS", - "configuration": { - "componentType": "HLS", - "configFiles": [ - "hls_config.cfg" - ], - "work_dir": "tutorial_example" - }, - "previousBuildStatusMap": {} -} diff --git a/Vitis_HLS/Feature_Tutorials/01-using_code_analyzer/reference-files/tutorial_example_final/hls_config.cfg b/Vitis_HLS/Feature_Tutorials/01-using_code_analyzer/reference-files/tutorial_example_final/hls_config.cfg deleted file mode 100644 index 0c5ff1cb3b..0000000000 --- a/Vitis_HLS/Feature_Tutorials/01-using_code_analyzer/reference-files/tutorial_example_final/hls_config.cfg +++ /dev/null @@ -1,10 +0,0 @@ -part=xcvu9p-flga2104-2-i - -[hls] -flow_target=vivado -package.output.format=rtl -package.output.syn=false -syn.file=hw.cpp -syn.top=top -tb.file=tb.cpp -csim.code_analyzer=1 diff --git a/Vitis_HLS/Feature_Tutorials/01-using_code_analyzer/reference-files/tutorial_example_final/hw.cpp b/Vitis_HLS/Feature_Tutorials/01-using_code_analyzer/reference-files/tutorial_example_final/hw.cpp deleted file mode 100755 index 9afd2c5775..0000000000 --- a/Vitis_HLS/Feature_Tutorials/01-using_code_analyzer/reference-files/tutorial_example_final/hw.cpp +++ /dev/null @@ -1,40 +0,0 @@ -/* -# Copyright (C) 2023, Advanced Micro Devices, Inc. All rights reserved. -# SPDX-License-Identifier: X11 -*/ - -#include "hw.h" - -void computeD(int D[N][N], int E[N][N]) { - // removed un-needed loop 4 times and accum which was always 0 when used - for (int i = 0; i < N; ++i) { - for (int j = 0; j < N; ++j) { - #pragma HLS PIPELINE II=1 - D[i][j] = 2 * E[i][j]; - } - } -} - -int top(int A[N][N], int B[N][N], int C[N][N], int D[N][N], int E[N][N]) { - int buffer[N][N]; -#pragma HLS DATAFLOW - -loop23: // combined loop2 and loop3 - for (int i = 0; i < N; ++i) { - for (int j = 0; j < N; ++j) { - #pragma HLS PIPELINE II=1 - C[i][j] = B[i][j] * E[i][j]; - } - } -loop4: - for (int i = 0; i < N; ++i) { - // the original code was basically adding 15 times - // the value 5 onto A[i][0] in a convoluted manner - #pragma HLS PIPELINE II=1 - A[i][0] += 15 * 5; - } - - computeD(D, E); - - return 0; -} diff --git a/Vitis_HLS/Feature_Tutorials/01-using_code_analyzer/reference-files/tutorial_example_final/hw.h b/Vitis_HLS/Feature_Tutorials/01-using_code_analyzer/reference-files/tutorial_example_final/hw.h deleted file mode 100755 index 4f610a84a5..0000000000 --- a/Vitis_HLS/Feature_Tutorials/01-using_code_analyzer/reference-files/tutorial_example_final/hw.h +++ /dev/null @@ -1,13 +0,0 @@ -/* -# Copyright (C) 2023, Advanced Micro Devices, Inc. All rights reserved. -# SPDX-License-Identifier: X11 -*/ - -#ifndef HW_H -#define HW_H - -#define N 16 - -int top(int A[N][N], int B[N][N], int C[N][N], int D[N][N], int E[N][N]); - -#endif diff --git a/Vitis_HLS/Feature_Tutorials/01-using_code_analyzer/reference-files/tutorial_example_final/tb.cpp b/Vitis_HLS/Feature_Tutorials/01-using_code_analyzer/reference-files/tutorial_example_final/tb.cpp deleted file mode 100755 index a1a4bbb0b8..0000000000 --- a/Vitis_HLS/Feature_Tutorials/01-using_code_analyzer/reference-files/tutorial_example_final/tb.cpp +++ /dev/null @@ -1,36 +0,0 @@ -/* -# Copyright (C) 2023, Advanced Micro Devices, Inc. All rights reserved. -# SPDX-License-Identifier: X11 -*/ - -#include -#include - -#include "hw.h" - -int main(int argc, char**argv) { - int A[N][N], B[N][N], C[N][N], D[N][N], E[N][N]; - int A_ref[N][N], C_ref[N][N], D_ref[N][N]; - - for (int i = 0; i < N; ++i) { - for (int j = 0; j < N; ++j) { - A[i][j] = i; - B[i][j] = 1; - C[i][j] = 0; - D[i][j] = 0; - E[i][j] = i+j; - D_ref[i][j] = 2 * E[i][j]; - C_ref[i][j] = B[i][j] * E[i][j]; - A_ref[i][j] = A[i][j] + (j==0?5*15:0); - } - } - - top(A, B, C, D, E); - int errors=0; - if ( std::memcmp(A,A_ref,N*N*sizeof(A[0][0])) != 0 ) {errors++;} - if ( std::memcmp(C,C_ref,N*N*sizeof(C[0][0])) != 0 ) {errors++;} - if ( std::memcmp(D,D_ref,N*N*sizeof(D[0][0])) != 0 ) {errors++;} - std::cout << "from " __FILE__ ": got "<0; -} diff --git a/Vitis_HLS/Feature_Tutorials/01-using_code_analyzer/reference-files/tutorial_example_final/vitis-comp.json b/Vitis_HLS/Feature_Tutorials/01-using_code_analyzer/reference-files/tutorial_example_final/vitis-comp.json deleted file mode 100644 index adeae84d7d..0000000000 --- a/Vitis_HLS/Feature_Tutorials/01-using_code_analyzer/reference-files/tutorial_example_final/vitis-comp.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "name": "tutorial_example_final", - "type": "HLS", - "configuration": { - "componentType": "HLS", - "configFiles": [ - "hls_config.cfg" - ], - "work_dir": "tutorial_example_final" - }, - "previousBuildStatusMap": {} -} diff --git a/Vitis_HLS/Feature_Tutorials/02-Beamformer_Analysis/README.md b/Vitis_HLS/Feature_Tutorials/02-Beamformer_Analysis/README.md index e1b9d0b832..b8101b9c5b 100644 --- a/Vitis_HLS/Feature_Tutorials/02-Beamformer_Analysis/README.md +++ b/Vitis_HLS/Feature_Tutorials/02-Beamformer_Analysis/README.md @@ -13,7 +13,7 @@ # HLS Micro-Optimization Tutorial using Beamformer IP -***Version: Vitis 2025.1*** +***Version: Vitis 2025.2*** ## Tutorial Overview diff --git a/Vitis_HLS/Feature_Tutorials/Feature_Tutorials.rst b/Vitis_HLS/Feature_Tutorials/Feature_Tutorials.rst index d8556b840c..7712936de9 100644 --- a/Vitis_HLS/Feature_Tutorials/Feature_Tutorials.rst +++ b/Vitis_HLS/Feature_Tutorials/Feature_Tutorials.rst @@ -11,7 +11,6 @@ Feature tutorials illustrate specific features of Vitis HLS development flow. So :caption: Feature Tutorials :hidden: - Using Code Analyzer <./01-using_code_analyzer/README.md> Beamformer Analysis <./02-Beamformer_Analysis/README.md> @@ -23,9 +22,6 @@ Feature tutorials illustrate specific features of Vitis HLS development flow. So * - Tutorial - Description - - * - :doc:`Using Code Analyzer <./01-using_code_analyzer/README>` - - Use the pre-synthesis feature called Code Analyzer for the Vitis High-Level Synthesis tool flow. * - :doc:`Beamformer Analysis <./02-Beamformer_Analysis/README>` - Use HLS analysis tools to make low-level optimizations on a subset of the beamformer algorithm. @@ -38,4 +34,4 @@ Feature tutorials illustrate specific features of Vitis HLS development flow. So .. Copyright © 2020–2024 Advanced Micro Devices, Inc -.. `Terms and Conditions `_. \ No newline at end of file +.. `Terms and Conditions `_. diff --git a/Vitis_HLS/Feature_Tutorials/README.md b/Vitis_HLS/Feature_Tutorials/README.md index 9ff9c7f383..7874ea5acb 100644 --- a/Vitis_HLS/Feature_Tutorials/README.md +++ b/Vitis_HLS/Feature_Tutorials/README.md @@ -23,10 +23,6 @@ Feature tutorials illustrate specific features of the Vitis™ HLS development f Description - Using Code Analyzer from Vitis Unified IDE - Use the pre-synthesis feature called Code Analyzer for the Vitis High-Level Synthesis tool flow. - - HLS Micro-Optimization Tutorial using Beamformer IP Use HLS analysis tools to make low-level optimizations on a subset of the beamformer algorithm. diff --git a/Vitis_Platform_Creation/Design_Tutorials/01-Edge-KV260/01-Edge-KV260.rst b/Vitis_Platform_Creation/Design_Tutorials/01-Edge-KV260/01-Edge-KV260.rst deleted file mode 100644 index d9c13ace3c..0000000000 --- a/Vitis_Platform_Creation/Design_Tutorials/01-Edge-KV260/01-Edge-KV260.rst +++ /dev/null @@ -1,5 +0,0 @@ -####################################################### -Version: Vitis 2022.2 -####################################################### - -To view the source files for this tutorial, click `here `_. \ No newline at end of file diff --git a/Vitis_Platform_Creation/Design_Tutorials/01-Edge-KV260/Iteration_guideline.md b/Vitis_Platform_Creation/Design_Tutorials/01-Edge-KV260/Iteration_guideline.md deleted file mode 100644 index 17d1cdb7cc..0000000000 --- a/Vitis_Platform_Creation/Design_Tutorials/01-Edge-KV260/Iteration_guideline.md +++ /dev/null @@ -1,39 +0,0 @@ - - - - -
- - - AMD logo - -

AMD Vitis™ Platform Creation Tutorials

- See Vitis™ Development Environment on amd.com -
- -# Iteration Guidelines - -When using Vitis flow to create platform and develop acceleration applications, iteration could be divided into three cases: hardware updates, software update and application. Iteration steps should obey from the following steps. - -1. Hardware updates - - - Re-export the **XSA** file if you update the Hardware design in [Step1](step1.md) - - Update the Hardware specification in [Step2](step2.md). Right click the platform and select **Update Hardware Specification**, then choose the updated **XSA** file and rebuild the platform. - - Clean the Application and rebuild the Application in [Step3](step3.md) - -2. Software component updates - - - Copy the software component to boot or sd_dir directory if you update the boot components in [step2](step2.md). Then clean the platform and rebuild the platform. For example, if DTB is updated, please copy new DTB to boot directory. Then clean the platform and rebuild it again. You would get updated platform. - - Clean the Application and rebuild the Application in [Step3](step3.md) - -3. Application updates - - - If user update the host code, they just need to clean the host first and then rebuild the host. After copying the host ELF to the fat partition of the sd card. - - If user update the Kernel code, they just need to clean the kernel and hardware link first and then rebuild the kernel and hardware link. After coping the XCLBIN file to the fat partition of the sd card. - -When using Vitis export to Vivado flow to develop acceleration application, please follow [Vitis Export to Vivdao](../../Feature_Tutorials/03_Vitis_Export_To_Vivado/README.md) to do iteration. - - -

Copyright © 2020–2025 Advanced Micro Devices, Inc.

- -

Terms and Conditions

diff --git a/Vitis_Platform_Creation/Design_Tutorials/01-Edge-KV260/README.md b/Vitis_Platform_Creation/Design_Tutorials/01-Edge-KV260/README.md deleted file mode 100644 index 0487c5d911..0000000000 --- a/Vitis_Platform_Creation/Design_Tutorials/01-Edge-KV260/README.md +++ /dev/null @@ -1,90 +0,0 @@ - - - - -
- - - AMD logo - -

AMD Vitis™ Platform Creation Tutorials

- See Vitis™ Development Environment on amd.com -
- -# Vitis Custom Embedded Platform Creation Example on KV260 - -***Version: Vitis 2025.1*** - -The [AMD Kria™ KV260 Vision AI Starter Kit](https://www.xilinx.com/products/som/kria/kv260-vision-starter-kit.html) is the development platform for Kria K26 SOM. The KV260 is built for advanced vision application development without requiring complex hardware design knowledge. It is based on the AMD UltraScale+™ MPSoC technology similar to ZCU104 evaluation board. In this example, you will extend the [ZCU104 custom embedded platform creation example](../02-Edge-AI-ZCU104/README.md) to KV260 Vision AI Starter Kit. - -To highlight the differences between KV260 and ZCU104, this example will simplify the descriptions of general steps that are shared between all MPSoC platforms, but add more KV260 specific contents. If you have question in some steps, cross reference [ZCU104 custom embedded platform creation example](../02-Edge-AI-ZCU104/README.md), or ask questions in Github Issues page. - -For your reference, The structure of this example system is shown in the following figure.. - -![missing image](./images/structure.svg) - -## Custom Platform Planning - -The platform you create should be able to run these applications: - -- Vitis acceleration examples like Vector Addition. - -The hardware design of the platform would provide basic support for Vitis acceleration. It is similar to the ZCU104 example. - -In regards of software setup, you will use the common image because it can expedite the process of platform creation. - -## Kria SOM Architecture and Vitis Acceleration Considerations - -Kria SOM has some ease-of-use designs for application developers. It provides software-like development experience on FPGA and SoC, such as real time reloading applications without rebooting the system. In order to allow updating PL design without rebooting Linux, it boots Linux from Arm® Cortex®-A53 and loads the FPGA bitstream using Linux. To ensure the board can always boot successfully and prevent the board get into brick status by accidental mistakes, the Kria SOM boot flow forces to boot Linux from QSPI mode and the boot firmware in QSPI is read-only. Linux will mount rootfs in the SD card. You can update the rootfs in the SD Card. - -Vitis platform and application development can be divided into these parts: - -1. Platform hardware creation in the AMD Vivado™ Design Suite. It exports an XSA file with clock, reset, AXI interface, and interrupt signals and properties. -2. Platform software preparation with common image or using PetaLinux tool, including Linux kernel, rootfs, device tree, and boot components. -3. Platform creation in the Vitis to combine all hardware and software components and generate XPFM description. -4. Create applications in Vitis against the platform. Vitis generates host application, xclbin and `sd_card.img`. -5. Write the `sd_card.img` to SD card or update host application and xclbin to an existing SD card. - -Because the Kria SOM Starter Kit provides an off-the-shelf boot image and has its enhanced boot sequence, Vitis platform developers and application developers can skip some steps above. Here is a summary for what needs to be done by Kria platform and acceleration application developers. - -![Missing Image](./images/kv260_tutorial_workflow.svg) - -| Procedure | Required Actions | Output | Skipped Actions | -| ---------------------- | ------------------------------------------------------------------------------------------ | ------------------------- | ------------------------------- | -| Platform Hardware | Same as step 1 | XSA | N/A | -| Platform Creation | Same as step 2; generate the device tree overlay for platform programmable logic (PL) of XSA; create Vitis platform | pl.dtbo, sysroot and XPFM | Skip adding the boot components | -| Application Creation | Same as step 3; Create application | Host App, XCLBIN | skip generating the sd_card.img | -| Transfer files and run | Use scp to copy generated files to Linux partition on SD card | | skip writing sd_card.img | - -> **NOTE:** In step 2, after extracting the common image there are a lot of output components, the only valuable output product in this case is sysroot. It is used for host application cross-compilation. Because the boot images of KV260 Starter Kit is fixed, you do not need to generate any boot components, e.g., FSBL, etc. -> -> **NOTE:** In this case, we assume you start to do this experiment after you have already had your board booted up successfully. If you do not, refer to [kv260 getting started page](https://www.xilinx.com/products/som/kria/kv260-vision-starter-kit/kv260-getting-started/getting-started.html). - -The following chapters will explain the details about these steps. - -## Step-by-Step Tutorial - -The platform creation steps are introduced in the following pages. Each page describes one major step in the platform creation process. - -- [Step 1: Create the Vivado Hardware Design and Generate XSA](./step1.md) -- [Step 2: Create the Vitis Platform](./step2.md) -- [Step 3: Test the Platform](./step3.md) -- [Iteration Guidelines](./Iteration_guideline.md) - -***Start from [Step 1: Vivado Design](./step1.md).*** - -## References - -- *Vitis Unified Software Platform Documentation: Application Acceleration Development* ([UG1702](https://docs.amd.com/r/en-US/ug1701-vitis-accelerated-embedded/Developing-Vitis-Kernels-and-Applications)) - - [Platform Creation General Rules](https://docs.amd.com/access/sources/dita/topic?Doc_Version=2023.2%20English&url=ug1393-vitis-application-acceleration&resourceid=vcm1596051749044.html) - - [Setting Up the Vitis Environment](https://docs.amd.com/access/sources/dita/topic?Doc_Version=2023.2%20English&url=ug1393-vitis-application-acceleration&resourceid=zks1565446519267.html) - - [Installing Xilinx Runtime](https://docs.amd.com/access/sources/dita/topic?Doc_Version=2023.2%20English&url=ug1393-vitis-application-acceleration&resourceid=pjr1542153622642.html) -- Platform Examples - - [zcu102](https://github.com/Xilinx/Vitis_Embedded_Platform_Source/tree/2024.2/Xilinx_Official_Platforms/xilinx_zcu102_base) and [zcu104](https://github.com/Xilinx/Vitis_Embedded_Platform_Source/tree/2023.2/Xilinx_Official_Platforms/xilinx_zcu104_base) base platform source code in [Vitis Embedded Platform Source Github Repository](https://github.com/Xilinx/Vitis_Embedded_Platform_Source) -- [Xilinx Runtime (XRT)](https://xilinx.github.io/XRT/master/html/index.html) -- [Vitis-AI GitHub Repository](https://github.com/Xilinx/Vitis-AI) - - -

Copyright © 2020–2025 Advanced Micro Devices, Inc.

- -

Terms and Conditions

diff --git a/Vitis_Platform_Creation/Design_Tutorials/01-Edge-KV260/images/LPD.PNG b/Vitis_Platform_Creation/Design_Tutorials/01-Edge-KV260/images/LPD.PNG deleted file mode 100644 index 557aaf0939..0000000000 Binary files a/Vitis_Platform_Creation/Design_Tutorials/01-Edge-KV260/images/LPD.PNG and /dev/null differ diff --git a/Vitis_Platform_Creation/Design_Tutorials/01-Edge-KV260/images/address.PNG b/Vitis_Platform_Creation/Design_Tutorials/01-Edge-KV260/images/address.PNG deleted file mode 100644 index dc309e0e4a..0000000000 Binary files a/Vitis_Platform_Creation/Design_Tutorials/01-Edge-KV260/images/address.PNG and /dev/null differ diff --git a/Vitis_Platform_Creation/Design_Tutorials/01-Edge-KV260/images/block_automation_result.png b/Vitis_Platform_Creation/Design_Tutorials/01-Edge-KV260/images/block_automation_result.png deleted file mode 100644 index 4296acd1d1..0000000000 Binary files a/Vitis_Platform_Creation/Design_Tutorials/01-Edge-KV260/images/block_automation_result.png and /dev/null differ diff --git a/Vitis_Platform_Creation/Design_Tutorials/01-Edge-KV260/images/build_binary.PNG b/Vitis_Platform_Creation/Design_Tutorials/01-Edge-KV260/images/build_binary.PNG deleted file mode 100644 index 7915e43c56..0000000000 Binary files a/Vitis_Platform_Creation/Design_Tutorials/01-Edge-KV260/images/build_binary.PNG and /dev/null differ diff --git a/Vitis_Platform_Creation/Design_Tutorials/01-Edge-KV260/images/build_component.PNG b/Vitis_Platform_Creation/Design_Tutorials/01-Edge-KV260/images/build_component.PNG deleted file mode 100644 index f7b917e0f2..0000000000 Binary files a/Vitis_Platform_Creation/Design_Tutorials/01-Edge-KV260/images/build_component.PNG and /dev/null differ diff --git a/Vitis_Platform_Creation/Design_Tutorials/01-Edge-KV260/images/build_vitis_platform.png b/Vitis_Platform_Creation/Design_Tutorials/01-Edge-KV260/images/build_vitis_platform.png deleted file mode 100644 index 8c33aae915..0000000000 Binary files a/Vitis_Platform_Creation/Design_Tutorials/01-Edge-KV260/images/build_vitis_platform.png and /dev/null differ diff --git a/Vitis_Platform_Creation/Design_Tutorials/01-Edge-KV260/images/clk_rst_connection.png b/Vitis_Platform_Creation/Design_Tutorials/01-Edge-KV260/images/clk_rst_connection.png deleted file mode 100644 index e3972e6297..0000000000 Binary files a/Vitis_Platform_Creation/Design_Tutorials/01-Edge-KV260/images/clk_rst_connection.png and /dev/null differ diff --git a/Vitis_Platform_Creation/Design_Tutorials/01-Edge-KV260/images/clock_settings.png b/Vitis_Platform_Creation/Design_Tutorials/01-Edge-KV260/images/clock_settings.png deleted file mode 100644 index ed26e58608..0000000000 Binary files a/Vitis_Platform_Creation/Design_Tutorials/01-Edge-KV260/images/clock_settings.png and /dev/null differ diff --git a/Vitis_Platform_Creation/Design_Tutorials/01-Edge-KV260/images/example.PNG b/Vitis_Platform_Creation/Design_Tutorials/01-Edge-KV260/images/example.PNG deleted file mode 100644 index a53b8a682c..0000000000 Binary files a/Vitis_Platform_Creation/Design_Tutorials/01-Edge-KV260/images/example.PNG and /dev/null differ diff --git a/Vitis_Platform_Creation/Design_Tutorials/01-Edge-KV260/images/ipi_fully_connection.png b/Vitis_Platform_Creation/Design_Tutorials/01-Edge-KV260/images/ipi_fully_connection.png deleted file mode 100644 index 30091fb424..0000000000 Binary files a/Vitis_Platform_Creation/Design_Tutorials/01-Edge-KV260/images/ipi_fully_connection.png and /dev/null differ diff --git a/Vitis_Platform_Creation/Design_Tutorials/01-Edge-KV260/images/kv260_cc.png b/Vitis_Platform_Creation/Design_Tutorials/01-Edge-KV260/images/kv260_cc.png deleted file mode 100644 index 6723a42fa4..0000000000 Binary files a/Vitis_Platform_Creation/Design_Tutorials/01-Edge-KV260/images/kv260_cc.png and /dev/null differ diff --git a/Vitis_Platform_Creation/Design_Tutorials/01-Edge-KV260/images/kv260_tutorial_workflow.svg b/Vitis_Platform_Creation/Design_Tutorials/01-Edge-KV260/images/kv260_tutorial_workflow.svg deleted file mode 100644 index f4aa64a8f4..0000000000 --- a/Vitis_Platform_Creation/Design_Tutorials/01-Edge-KV260/images/kv260_tutorial_workflow.svg +++ /dev/null @@ -1 +0,0 @@ -VivadoPetalinuxVitis/XSCTSTEP1STEP2Vitisxclbinelfbinshell.jsonSTEP3Platform CreationApplication DevelopmentCommon Image createdtsXSAxpfmdtboSysrootcan be generated from Petalinuxor extracted from common image. We suggest using sysrootfrom the common image as it can expedite the process ofplatform creationsysroot \ No newline at end of file diff --git a/Vitis_Platform_Creation/Design_Tutorials/01-Edge-KV260/images/platform_clock.png b/Vitis_Platform_Creation/Design_Tutorials/01-Edge-KV260/images/platform_clock.png deleted file mode 100644 index 01d99a022d..0000000000 Binary files a/Vitis_Platform_Creation/Design_Tutorials/01-Edge-KV260/images/platform_clock.png and /dev/null differ diff --git a/Vitis_Platform_Creation/Design_Tutorials/01-Edge-KV260/images/platform_generation_dts.jpg b/Vitis_Platform_Creation/Design_Tutorials/01-Edge-KV260/images/platform_generation_dts.jpg deleted file mode 100644 index bf6ec083fc..0000000000 Binary files a/Vitis_Platform_Creation/Design_Tutorials/01-Edge-KV260/images/platform_generation_dts.jpg and /dev/null differ diff --git a/Vitis_Platform_Creation/Design_Tutorials/01-Edge-KV260/images/platform_setup_interfaces.png b/Vitis_Platform_Creation/Design_Tutorials/01-Edge-KV260/images/platform_setup_interfaces.png deleted file mode 100644 index e30c7f224c..0000000000 Binary files a/Vitis_Platform_Creation/Design_Tutorials/01-Edge-KV260/images/platform_setup_interfaces.png and /dev/null differ diff --git a/Vitis_Platform_Creation/Design_Tutorials/01-Edge-KV260/images/structure.svg b/Vitis_Platform_Creation/Design_Tutorials/01-Edge-KV260/images/structure.svg deleted file mode 100644 index 847103bef7..0000000000 --- a/Vitis_Platform_Creation/Design_Tutorials/01-Edge-KV260/images/structure.svg +++ /dev/null @@ -1 +0,0 @@ -3PLHardwareSoftwareARM Trusted FirmwareAXI interruptDPU……EthernetEMMCUARTSDUSBDPHDMIButtonLEDSWITCHGPIO DriverZOL/XRT DriverInterrupt DriverUSB DriverSD DriverI2C DriverEthernet DriverQSPI DriverDDR Driver XRTVector AdditionAPP ClockgeneratorUserKernelSTEP3STEP2STEP1ARM resourcesPL resourcesData & control stream KV260DDR4DPU is kernel added and linked by V++ in step3. Bottom left below the application is the platform created in step1 and step2.SOM K26A53*4R5F*2QSPI \ No newline at end of file diff --git a/Vitis_Platform_Creation/Design_Tutorials/01-Edge-KV260/images/vitis_linux_config.png b/Vitis_Platform_Creation/Design_Tutorials/01-Edge-KV260/images/vitis_linux_config.png deleted file mode 100644 index 26a06d36e5..0000000000 Binary files a/Vitis_Platform_Creation/Design_Tutorials/01-Edge-KV260/images/vitis_linux_config.png and /dev/null differ diff --git a/Vitis_Platform_Creation/Design_Tutorials/01-Edge-KV260/images/vitis_platform_output.png b/Vitis_Platform_Creation/Design_Tutorials/01-Edge-KV260/images/vitis_platform_output.png deleted file mode 100644 index 61d6dbf7d7..0000000000 Binary files a/Vitis_Platform_Creation/Design_Tutorials/01-Edge-KV260/images/vitis_platform_output.png and /dev/null differ diff --git a/Vitis_Platform_Creation/Design_Tutorials/01-Edge-KV260/images/vivado_project_type.png b/Vitis_Platform_Creation/Design_Tutorials/01-Edge-KV260/images/vivado_project_type.png deleted file mode 100644 index 33c7b5eab1..0000000000 Binary files a/Vitis_Platform_Creation/Design_Tutorials/01-Edge-KV260/images/vivado_project_type.png and /dev/null differ diff --git a/Vitis_Platform_Creation/Design_Tutorials/01-Edge-KV260/ref_files/Makefile b/Vitis_Platform_Creation/Design_Tutorials/01-Edge-KV260/ref_files/Makefile deleted file mode 100644 index 427c1de959..0000000000 --- a/Vitis_Platform_Creation/Design_Tutorials/01-Edge-KV260/ref_files/Makefile +++ /dev/null @@ -1,44 +0,0 @@ -#/* -#Copyright (C) 2023, Advanced Micro Devices, Inc. All rights reserved. -#SPDX-License-Identifier: MIT -#*/ - -VERSION ?=2025.1 -COMMON_IMAGE_ZYNQMP ?=${PLATFORM_REPO_PATHS}/sw/zynqmp/xilinx-zynqmp-common-v$(VERSION)/ - -.PHONY: help - -help: - @echo "Makefile usage" - @echo "make all COMMON_IMAGE_ZYNQMP= ## Generate platform with pre-built software components and compile the vadd application to test this platform " - - -all: check-common-image step1 step2 step3 - -#target : check whether the common image is ready -check-common-image: -ifeq ($(wildcard $(COMMON_IMAGE_ZYNQMP)/Image),) - @echo "'COMMON_IMAGE_ZYNQMP' is not accessible, please download common image from Xilinx Downloads website and set this flag to specify the common image path." - @make help - @echo "exit ....." && exit 1 -endif - -all: step1 step2 step3 -build_platform: step1 step2 -step1: - $(MAKE) -C step1_vivado all - -step2: - $(MAKE) -C step2_pfm all - -step3: - $(MAKE) -C step3_validate all - - -clean: - $(MAKE) -C step1_vivado clean - $(MAKE) -C step2_pfm clean - $(MAKE) -C step3_validate clean -ultraclean:clean - $(MAKE) -C step2_pfm ultraclean - $(MAKE) -C step3_validate ultraclean diff --git a/Vitis_Platform_Creation/Design_Tutorials/01-Edge-KV260/ref_files/description.json b/Vitis_Platform_Creation/Design_Tutorials/01-Edge-KV260/ref_files/description.json deleted file mode 100644 index ea0c6e9ce0..0000000000 --- a/Vitis_Platform_Creation/Design_Tutorials/01-Edge-KV260/ref_files/description.json +++ /dev/null @@ -1,36 +0,0 @@ - -{ - "name": "Vitis_Platform_Creation-Design_Tutorials-01-Edge-KV260", - "description": "Creating a custom kv260 platform from scratch", - "gui": "false", - "flow": "vitis", - "platform_allowlist": ["zcu"], - "platform_blocklist": [], - "testinfo": { - "test_name": "PFM_D_01-KV260", - "disable": "true", - "tasks": { - "build": { - "pre_exec": "./env_setup_zynqmp_notoolchain.sh" - }, - "board": { - "pre_exec": "./env_setup_zynqmp_notoolchain.sh" - } - }, - "jobs": [ - { - "max_memory_MB": 32768, - "max_time_min": { - "vitis_hw_emu": 200 - } - } - ], - "targets": [ - "vitis_hw_build" - ], - "custom_build_target": - { - "all": "build_platform" - } - } -} diff --git a/Vitis_Platform_Creation/Design_Tutorials/01-Edge-KV260/ref_files/step1_vivado/Makefile b/Vitis_Platform_Creation/Design_Tutorials/01-Edge-KV260/ref_files/step1_vivado/Makefile deleted file mode 100644 index 9416191b91..0000000000 --- a/Vitis_Platform_Creation/Design_Tutorials/01-Edge-KV260/ref_files/step1_vivado/Makefile +++ /dev/null @@ -1,26 +0,0 @@ -#/* -#Copyright (C) 2023, Advanced Micro Devices, Inc. All rights reserved. -#SPDX-License-Identifier: MIT -#*/ - -ROOT_DIR=$(realpath $(dir $(lastword $(MAKEFILE_LIST)))) -ABS_BUILD_PATH=$(ROOT_DIR)/build -ABS_HW_PATH=$(ABS_BUILD_PATH)/vivado -BD_TCL=system_step1.tcl -ABS_BD_TCL=$(ROOT_DIR)/$(BD_TCL) - -.PHONY: help - -help: - @echo "Makefile usage" - @echo "make all ## Generate hw platform and export XSA file" - -all: hw - -hw: - mkdir -p $(ABS_HW_PATH) - cd $(ABS_HW_PATH); vivado -mode batch -notrace -source $(ABS_BD_TCL) -source ../../export_xsa.tcl - - -clean: - $(RM) -r $(ABS_BUILD_PATH) vivado*.log vivado*.jou diff --git a/Vitis_Platform_Creation/Design_Tutorials/01-Edge-KV260/ref_files/step1_vivado/export_xsa.tcl b/Vitis_Platform_Creation/Design_Tutorials/01-Edge-KV260/ref_files/step1_vivado/export_xsa.tcl deleted file mode 100644 index 18f207f923..0000000000 --- a/Vitis_Platform_Creation/Design_Tutorials/01-Edge-KV260/ref_files/step1_vivado/export_xsa.tcl +++ /dev/null @@ -1,62 +0,0 @@ -#/* -#Copyright (C) 2023, Advanced Micro Devices, Inc. All rights reserved. -#SPDX-License-Identifier: MIT -#*/ - -proc numberOfCPUs {} { - # Windows puts it in an environment variable - global tcl_platform env - if {$tcl_platform(platform) eq "windows"} { - return $env(NUMBER_OF_PROCESSORS) - } - - # Check for sysctl (OSX, BSD) - set sysctl [auto_execok "sysctl"] - if {[llength $sysctl]} { - if {![catch {exec {*}$sysctl -n "hw.ncpu"} cores]} { - return $cores - } - } - - # Assume Linux, which has /proc/cpuinfo, but be careful - if {![catch {open "/proc/cpuinfo"} f]} { - set cores [regexp -all -line {^processor\s} [read $f]] - close $f - if {$cores > 0} { - return $cores - } - } - - # No idea what the actual number of cores is; exhausted all our options - # Fall back to returning 1; there must be at least that because we're running on it! - return 1 -} - -add_files -norecurse [make_wrapper -files [get_files -norecurse *.bd] -top] -update_compile_order -fileset sources_1 - -# For Emulation Support -set_property SELECTED_SIM_MODEL tlm [get_bd_cells /zynq_ultra_ps_e_0] - - -# Setup Platform Properties -set_property pfm_name {xilinx:kv260:kv260_hardware_Platform:0.0} [get_files -norecurse *.bd] -set_property platform.default_output_type "sd_card" [current_project] -set_property platform.design_intent.embedded "true" [current_project] -set_property platform.design_intent.server_managed "false" [current_project] -set_property platform.design_intent.external_host "false" [current_project] -set_property platform.design_intent.datacenter "false" [current_project] - -# Generate Block Design -generate_target all [get_files [current_bd_design].bd] - - -# Write expandable XSA to vivado directory -# update_compile_order -fileset sources_1 -# launch_runs impl_1 -to_step write_bitstream -jobs [numberOfCPUs] -# wait_on_run impl_1 -# open_run impl_1 -# write_hw_platform -include_bit -force -file ./kv260_hardware_platform.xsa -write_hw_platform -force -file ./kv260_hardware_platform.xsa - - diff --git a/Vitis_Platform_Creation/Design_Tutorials/01-Edge-KV260/ref_files/step1_vivado/system_step1.tcl b/Vitis_Platform_Creation/Design_Tutorials/01-Edge-KV260/ref_files/step1_vivado/system_step1.tcl deleted file mode 100644 index 8c9d6f229a..0000000000 --- a/Vitis_Platform_Creation/Design_Tutorials/01-Edge-KV260/ref_files/step1_vivado/system_step1.tcl +++ /dev/null @@ -1,1314 +0,0 @@ -#/* -#Copyright (C) 2023, Advanced Micro Devices, Inc. All rights reserved. -#SPDX-License-Identifier: MIT -#*/ - -################################################################ -# This is a generated script based on design: system -# -# Though there are limitations about the generated script, -# the main purpose of this utility is to make learning -# IP Integrator Tcl commands easier. -################################################################ - -namespace eval _tcl { -proc get_script_folder {} { - set script_path [file normalize [info script]] - set script_folder [file dirname $script_path] - return $script_folder -} -} -variable script_folder -set script_folder [_tcl::get_script_folder] - -################################################################ -# START -################################################################ - -# To test this script, run the following commands from Vivado Tcl console: -# source system_script.tcl - -# If there is no project opened, this script will create a -# project, but make sure you do not have an existing project -# <./myproj/project_1.xpr> in the current working folder. - -set list_projs [get_projects -quiet] -if { $list_projs eq "" } { - create_project project_1 myproj -part xck26-sfvc784-2LV-c - set_property board_part xilinx.com:kv260_som:part0:1.4 [current_project] -} - - -# CHANGE DESIGN NAME HERE -variable design_name -set design_name system - -# If you do not already have an existing IP Integrator design open, -# you can create a design using the following command: -# create_bd_design $design_name - -# Creating design if needed -set errMsg "" -set nRet 0 - -set cur_design [current_bd_design -quiet] -set list_cells [get_bd_cells -quiet] - -if { ${design_name} eq "" } { - # USE CASES: - # 1) Design_name not set - - set errMsg "Please set the variable to a non-empty value." - set nRet 1 - -} elseif { ${cur_design} ne "" && ${list_cells} eq "" } { - # USE CASES: - # 2): Current design opened AND is empty AND names same. - # 3): Current design opened AND is empty AND names diff; design_name NOT in project. - # 4): Current design opened AND is empty AND names diff; design_name exists in project. - - if { $cur_design ne $design_name } { - common::send_gid_msg -ssname BD::TCL -id 2001 -severity "INFO" "Changing value of from <$design_name> to <$cur_design> since current design is empty." - set design_name [get_property NAME $cur_design] - } - common::send_gid_msg -ssname BD::TCL -id 2002 -severity "INFO" "Constructing design in IPI design <$cur_design>..." - -} elseif { ${cur_design} ne "" && $list_cells ne "" && $cur_design eq $design_name } { - # USE CASES: - # 5) Current design opened AND has components AND same names. - - set errMsg "Design <$design_name> already exists in your project, please set the variable to another value." - set nRet 1 -} elseif { [get_files -quiet ${design_name}.bd] ne "" } { - # USE CASES: - # 6) Current opened design, has components, but diff names, design_name exists in project. - # 7) No opened design, design_name exists in project. - - set errMsg "Design <$design_name> already exists in your project, please set the variable to another value." - set nRet 2 - -} else { - # USE CASES: - # 8) No opened design, design_name not in project. - # 9) Current opened design, has components, but diff names, design_name not in project. - - common::send_gid_msg -ssname BD::TCL -id 2003 -severity "INFO" "Currently there is no design <$design_name> in project, so creating one..." - - create_bd_design $design_name - - common::send_gid_msg -ssname BD::TCL -id 2004 -severity "INFO" "Making design <$design_name> as current_bd_design." - current_bd_design $design_name - -} - -common::send_gid_msg -ssname BD::TCL -id 2005 -severity "INFO" "Currently the variable is equal to \"$design_name\"." - -if { $nRet != 0 } { - catch {common::send_gid_msg -ssname BD::TCL -id 2006 -severity "ERROR" $errMsg} - return $nRet -} - -set bCheckIPsPassed 1 -################################################################## -# CHECK IPs -################################################################## -set bCheckIPs 1 -if { $bCheckIPs == 1 } { - set list_check_ips "\ -xilinx.com:ip:zynq_ultra_ps_e:3.5\ -xilinx.com:ip:clk_wiz:6.0\ -xilinx.com:ip:proc_sys_reset:5.0\ -xilinx.com:ip:axi_intc:4.1\ -" - - set list_ips_missing "" - common::send_gid_msg -ssname BD::TCL -id 2011 -severity "INFO" "Checking if the following IPs exist in the project's IP catalog: $list_check_ips ." - - foreach ip_vlnv $list_check_ips { - set ip_obj [get_ipdefs -all $ip_vlnv] - if { $ip_obj eq "" } { - lappend list_ips_missing $ip_vlnv - } - } - - if { $list_ips_missing ne "" } { - catch {common::send_gid_msg -ssname BD::TCL -id 2012 -severity "ERROR" "The following IPs are not found in the IP Catalog:\n $list_ips_missing\n\nResolution: Please add the repository containing the IP(s) to the project." } - set bCheckIPsPassed 0 - } - -} - -if { $bCheckIPsPassed != 1 } { - common::send_gid_msg -ssname BD::TCL -id 2023 -severity "WARNING" "Will not continue with creation of design due to the error(s) above." - return 3 -} - -################################################################## -# DESIGN PROCs -################################################################## - - - -# Procedure to create entire design; Provide argument to make -# procedure reusable. If parentCell is "", will use root. -proc create_root_design { parentCell } { - - variable script_folder - variable design_name - - if { $parentCell eq "" } { - set parentCell [get_bd_cells /] - } - - # Get object for parentCell - set parentObj [get_bd_cells $parentCell] - if { $parentObj == "" } { - catch {common::send_gid_msg -ssname BD::TCL -id 2090 -severity "ERROR" "Unable to find parent cell <$parentCell>!"} - return - } - - # Make sure parentObj is hier blk - set parentType [get_property TYPE $parentObj] - if { $parentType ne "hier" } { - catch {common::send_gid_msg -ssname BD::TCL -id 2091 -severity "ERROR" "Parent <$parentObj> has TYPE = <$parentType>. Expected to be ."} - return - } - - # Save current instance; Restore later - set oldCurInst [current_bd_instance .] - - # Set parent object as current - current_bd_instance $parentObj - - - # Create interface ports - - # Create ports - - # Create instance: zynq_ultra_ps_e_0, and set properties - set zynq_ultra_ps_e_0 [ create_bd_cell -type ip -vlnv xilinx.com:ip:zynq_ultra_ps_e:3.5 zynq_ultra_ps_e_0 ] - set_property -dict [list \ - CONFIG.CAN0_BOARD_INTERFACE {custom} \ - CONFIG.CAN1_BOARD_INTERFACE {custom} \ - CONFIG.CSU_BOARD_INTERFACE {custom} \ - CONFIG.DP_BOARD_INTERFACE {custom} \ - CONFIG.GEM0_BOARD_INTERFACE {custom} \ - CONFIG.GEM1_BOARD_INTERFACE {custom} \ - CONFIG.GEM2_BOARD_INTERFACE {custom} \ - CONFIG.GEM3_BOARD_INTERFACE {custom} \ - CONFIG.GPIO_BOARD_INTERFACE {custom} \ - CONFIG.IIC0_BOARD_INTERFACE {custom} \ - CONFIG.IIC1_BOARD_INTERFACE {custom} \ - CONFIG.NAND_BOARD_INTERFACE {custom} \ - CONFIG.PCIE_BOARD_INTERFACE {custom} \ - CONFIG.PJTAG_BOARD_INTERFACE {custom} \ - CONFIG.PMU_BOARD_INTERFACE {custom} \ - CONFIG.PSU_BANK_0_IO_STANDARD {LVCMOS18} \ - CONFIG.PSU_BANK_1_IO_STANDARD {LVCMOS18} \ - CONFIG.PSU_BANK_2_IO_STANDARD {LVCMOS18} \ - CONFIG.PSU_BANK_3_IO_STANDARD {LVCMOS18} \ - CONFIG.PSU_DDR_RAM_HIGHADDR {0xFFFFFFFF} \ - CONFIG.PSU_DDR_RAM_HIGHADDR_OFFSET {0x800000000} \ - CONFIG.PSU_DDR_RAM_LOWADDR_OFFSET {0x80000000} \ - CONFIG.PSU_IMPORT_BOARD_PRESET {} \ - CONFIG.PSU_MIO_0_DRIVE_STRENGTH {4} \ - CONFIG.PSU_MIO_0_PULLUPDOWN {pullup} \ - CONFIG.PSU_MIO_0_SLEW {slow} \ - CONFIG.PSU_MIO_10_DRIVE_STRENGTH {4} \ - CONFIG.PSU_MIO_10_INPUT_TYPE {cmos} \ - CONFIG.PSU_MIO_10_PULLUPDOWN {pullup} \ - CONFIG.PSU_MIO_10_SLEW {slow} \ - CONFIG.PSU_MIO_11_DRIVE_STRENGTH {4} \ - CONFIG.PSU_MIO_11_INPUT_TYPE {cmos} \ - CONFIG.PSU_MIO_11_PULLUPDOWN {pullup} \ - CONFIG.PSU_MIO_11_SLEW {slow} \ - CONFIG.PSU_MIO_12_DRIVE_STRENGTH {4} \ - CONFIG.PSU_MIO_12_INPUT_TYPE {cmos} \ - CONFIG.PSU_MIO_12_POLARITY {Default} \ - CONFIG.PSU_MIO_12_PULLUPDOWN {pullup} \ - CONFIG.PSU_MIO_12_SLEW {slow} \ - CONFIG.PSU_MIO_13_DRIVE_STRENGTH {4} \ - CONFIG.PSU_MIO_13_INPUT_TYPE {cmos} \ - CONFIG.PSU_MIO_13_POLARITY {Default} \ - CONFIG.PSU_MIO_13_PULLUPDOWN {pullup} \ - CONFIG.PSU_MIO_13_SLEW {slow} \ - CONFIG.PSU_MIO_14_DRIVE_STRENGTH {4} \ - CONFIG.PSU_MIO_14_INPUT_TYPE {cmos} \ - CONFIG.PSU_MIO_14_POLARITY {Default} \ - CONFIG.PSU_MIO_14_PULLUPDOWN {pullup} \ - CONFIG.PSU_MIO_14_SLEW {slow} \ - CONFIG.PSU_MIO_15_DRIVE_STRENGTH {4} \ - CONFIG.PSU_MIO_15_INPUT_TYPE {cmos} \ - CONFIG.PSU_MIO_15_POLARITY {Default} \ - CONFIG.PSU_MIO_15_PULLUPDOWN {pullup} \ - CONFIG.PSU_MIO_15_SLEW {slow} \ - CONFIG.PSU_MIO_16_DRIVE_STRENGTH {4} \ - CONFIG.PSU_MIO_16_INPUT_TYPE {cmos} \ - CONFIG.PSU_MIO_16_POLARITY {Default} \ - CONFIG.PSU_MIO_16_PULLUPDOWN {pullup} \ - CONFIG.PSU_MIO_16_SLEW {slow} \ - CONFIG.PSU_MIO_17_DRIVE_STRENGTH {4} \ - CONFIG.PSU_MIO_17_INPUT_TYPE {cmos} \ - CONFIG.PSU_MIO_17_POLARITY {Default} \ - CONFIG.PSU_MIO_17_PULLUPDOWN {pullup} \ - CONFIG.PSU_MIO_17_SLEW {slow} \ - CONFIG.PSU_MIO_18_DRIVE_STRENGTH {4} \ - CONFIG.PSU_MIO_18_INPUT_TYPE {cmos} \ - CONFIG.PSU_MIO_18_POLARITY {Default} \ - CONFIG.PSU_MIO_18_PULLUPDOWN {pullup} \ - CONFIG.PSU_MIO_18_SLEW {slow} \ - CONFIG.PSU_MIO_19_DRIVE_STRENGTH {4} \ - CONFIG.PSU_MIO_19_INPUT_TYPE {cmos} \ - CONFIG.PSU_MIO_19_POLARITY {Default} \ - CONFIG.PSU_MIO_19_PULLUPDOWN {pullup} \ - CONFIG.PSU_MIO_19_SLEW {slow} \ - CONFIG.PSU_MIO_1_DRIVE_STRENGTH {4} \ - CONFIG.PSU_MIO_1_INPUT_TYPE {cmos} \ - CONFIG.PSU_MIO_1_PULLUPDOWN {pullup} \ - CONFIG.PSU_MIO_1_SLEW {slow} \ - CONFIG.PSU_MIO_20_DRIVE_STRENGTH {4} \ - CONFIG.PSU_MIO_20_INPUT_TYPE {cmos} \ - CONFIG.PSU_MIO_20_POLARITY {Default} \ - CONFIG.PSU_MIO_20_PULLUPDOWN {pullup} \ - CONFIG.PSU_MIO_20_SLEW {slow} \ - CONFIG.PSU_MIO_21_DRIVE_STRENGTH {4} \ - CONFIG.PSU_MIO_21_INPUT_TYPE {cmos} \ - CONFIG.PSU_MIO_21_POLARITY {Default} \ - CONFIG.PSU_MIO_21_PULLUPDOWN {pullup} \ - CONFIG.PSU_MIO_21_SLEW {slow} \ - CONFIG.PSU_MIO_22_DRIVE_STRENGTH {4} \ - CONFIG.PSU_MIO_22_INPUT_TYPE {cmos} \ - CONFIG.PSU_MIO_22_POLARITY {Default} \ - CONFIG.PSU_MIO_22_PULLUPDOWN {pullup} \ - CONFIG.PSU_MIO_22_SLEW {slow} \ - CONFIG.PSU_MIO_23_DRIVE_STRENGTH {4} \ - CONFIG.PSU_MIO_23_INPUT_TYPE {cmos} \ - CONFIG.PSU_MIO_23_POLARITY {Default} \ - CONFIG.PSU_MIO_23_PULLUPDOWN {pullup} \ - CONFIG.PSU_MIO_23_SLEW {slow} \ - CONFIG.PSU_MIO_24_DRIVE_STRENGTH {4} \ - CONFIG.PSU_MIO_24_INPUT_TYPE {cmos} \ - CONFIG.PSU_MIO_24_PULLUPDOWN {pullup} \ - CONFIG.PSU_MIO_24_SLEW {slow} \ - CONFIG.PSU_MIO_25_DRIVE_STRENGTH {4} \ - CONFIG.PSU_MIO_25_INPUT_TYPE {cmos} \ - CONFIG.PSU_MIO_25_PULLUPDOWN {pullup} \ - CONFIG.PSU_MIO_25_SLEW {slow} \ - CONFIG.PSU_MIO_26_INPUT_TYPE {cmos} \ - CONFIG.PSU_MIO_26_PULLUPDOWN {pullup} \ - CONFIG.PSU_MIO_27_DRIVE_STRENGTH {4} \ - CONFIG.PSU_MIO_27_PULLUPDOWN {pullup} \ - CONFIG.PSU_MIO_27_SLEW {slow} \ - CONFIG.PSU_MIO_28_INPUT_TYPE {cmos} \ - CONFIG.PSU_MIO_28_PULLUPDOWN {pullup} \ - CONFIG.PSU_MIO_29_DRIVE_STRENGTH {4} \ - CONFIG.PSU_MIO_29_PULLUPDOWN {pullup} \ - CONFIG.PSU_MIO_29_SLEW {slow} \ - CONFIG.PSU_MIO_2_DRIVE_STRENGTH {4} \ - CONFIG.PSU_MIO_2_INPUT_TYPE {cmos} \ - CONFIG.PSU_MIO_2_PULLUPDOWN {pullup} \ - CONFIG.PSU_MIO_2_SLEW {slow} \ - CONFIG.PSU_MIO_30_INPUT_TYPE {cmos} \ - CONFIG.PSU_MIO_30_PULLUPDOWN {pullup} \ - CONFIG.PSU_MIO_31_INPUT_TYPE {cmos} \ - CONFIG.PSU_MIO_31_PULLUPDOWN {pullup} \ - CONFIG.PSU_MIO_32_DRIVE_STRENGTH {4} \ - CONFIG.PSU_MIO_32_INPUT_TYPE {cmos} \ - CONFIG.PSU_MIO_32_POLARITY {Default} \ - CONFIG.PSU_MIO_32_PULLUPDOWN {pullup} \ - CONFIG.PSU_MIO_32_SLEW {slow} \ - CONFIG.PSU_MIO_33_DRIVE_STRENGTH {4} \ - CONFIG.PSU_MIO_33_INPUT_TYPE {cmos} \ - CONFIG.PSU_MIO_33_POLARITY {Default} \ - CONFIG.PSU_MIO_33_PULLUPDOWN {pullup} \ - CONFIG.PSU_MIO_33_SLEW {slow} \ - CONFIG.PSU_MIO_34_DRIVE_STRENGTH {4} \ - CONFIG.PSU_MIO_34_INPUT_TYPE {cmos} \ - CONFIG.PSU_MIO_34_POLARITY {Default} \ - CONFIG.PSU_MIO_34_PULLUPDOWN {pullup} \ - CONFIG.PSU_MIO_34_SLEW {slow} \ - CONFIG.PSU_MIO_35_DRIVE_STRENGTH {4} \ - CONFIG.PSU_MIO_35_PULLUPDOWN {pullup} \ - CONFIG.PSU_MIO_35_SLEW {slow} \ - CONFIG.PSU_MIO_36_DRIVE_STRENGTH {4} \ - CONFIG.PSU_MIO_36_PULLUPDOWN {pullup} \ - CONFIG.PSU_MIO_36_SLEW {slow} \ - CONFIG.PSU_MIO_37_INPUT_TYPE {cmos} \ - CONFIG.PSU_MIO_37_PULLUPDOWN {pullup} \ - CONFIG.PSU_MIO_38_DRIVE_STRENGTH {4} \ - CONFIG.PSU_MIO_38_INPUT_TYPE {cmos} \ - CONFIG.PSU_MIO_38_POLARITY {Default} \ - CONFIG.PSU_MIO_38_PULLUPDOWN {pullup} \ - CONFIG.PSU_MIO_38_SLEW {slow} \ - CONFIG.PSU_MIO_39_DRIVE_STRENGTH {4} \ - CONFIG.PSU_MIO_39_INPUT_TYPE {cmos} \ - CONFIG.PSU_MIO_39_PULLUPDOWN {pullup} \ - CONFIG.PSU_MIO_39_SLEW {slow} \ - CONFIG.PSU_MIO_3_DRIVE_STRENGTH {4} \ - CONFIG.PSU_MIO_3_INPUT_TYPE {cmos} \ - CONFIG.PSU_MIO_3_PULLUPDOWN {pullup} \ - CONFIG.PSU_MIO_3_SLEW {slow} \ - CONFIG.PSU_MIO_40_DRIVE_STRENGTH {4} \ - CONFIG.PSU_MIO_40_INPUT_TYPE {cmos} \ - CONFIG.PSU_MIO_40_PULLUPDOWN {pullup} \ - CONFIG.PSU_MIO_40_SLEW {slow} \ - CONFIG.PSU_MIO_41_DRIVE_STRENGTH {4} \ - CONFIG.PSU_MIO_41_INPUT_TYPE {cmos} \ - CONFIG.PSU_MIO_41_PULLUPDOWN {pullup} \ - CONFIG.PSU_MIO_41_SLEW {slow} \ - CONFIG.PSU_MIO_42_DRIVE_STRENGTH {4} \ - CONFIG.PSU_MIO_42_INPUT_TYPE {cmos} \ - CONFIG.PSU_MIO_42_PULLUPDOWN {pullup} \ - CONFIG.PSU_MIO_42_SLEW {slow} \ - CONFIG.PSU_MIO_43_DRIVE_STRENGTH {4} \ - CONFIG.PSU_MIO_43_PULLUPDOWN {pullup} \ - CONFIG.PSU_MIO_43_SLEW {slow} \ - CONFIG.PSU_MIO_44_DRIVE_STRENGTH {4} \ - CONFIG.PSU_MIO_44_INPUT_TYPE {cmos} \ - CONFIG.PSU_MIO_44_POLARITY {Default} \ - CONFIG.PSU_MIO_44_PULLUPDOWN {pullup} \ - CONFIG.PSU_MIO_44_SLEW {slow} \ - CONFIG.PSU_MIO_45_INPUT_TYPE {cmos} \ - CONFIG.PSU_MIO_45_PULLUPDOWN {pullup} \ - CONFIG.PSU_MIO_46_DRIVE_STRENGTH {4} \ - CONFIG.PSU_MIO_46_INPUT_TYPE {cmos} \ - CONFIG.PSU_MIO_46_PULLUPDOWN {pullup} \ - CONFIG.PSU_MIO_46_SLEW {slow} \ - CONFIG.PSU_MIO_47_DRIVE_STRENGTH {4} \ - CONFIG.PSU_MIO_47_INPUT_TYPE {cmos} \ - CONFIG.PSU_MIO_47_PULLUPDOWN {pullup} \ - CONFIG.PSU_MIO_47_SLEW {slow} \ - CONFIG.PSU_MIO_48_DRIVE_STRENGTH {4} \ - CONFIG.PSU_MIO_48_INPUT_TYPE {cmos} \ - CONFIG.PSU_MIO_48_PULLUPDOWN {pullup} \ - CONFIG.PSU_MIO_48_SLEW {slow} \ - CONFIG.PSU_MIO_49_DRIVE_STRENGTH {4} \ - CONFIG.PSU_MIO_49_INPUT_TYPE {cmos} \ - CONFIG.PSU_MIO_49_PULLUPDOWN {pullup} \ - CONFIG.PSU_MIO_49_SLEW {slow} \ - CONFIG.PSU_MIO_4_DRIVE_STRENGTH {4} \ - CONFIG.PSU_MIO_4_INPUT_TYPE {cmos} \ - CONFIG.PSU_MIO_4_PULLUPDOWN {pullup} \ - CONFIG.PSU_MIO_4_SLEW {slow} \ - CONFIG.PSU_MIO_50_DRIVE_STRENGTH {4} \ - CONFIG.PSU_MIO_50_INPUT_TYPE {cmos} \ - CONFIG.PSU_MIO_50_PULLUPDOWN {pullup} \ - CONFIG.PSU_MIO_50_SLEW {slow} \ - CONFIG.PSU_MIO_51_DRIVE_STRENGTH {4} \ - CONFIG.PSU_MIO_51_PULLUPDOWN {pullup} \ - CONFIG.PSU_MIO_51_SLEW {slow} \ - CONFIG.PSU_MIO_52_INPUT_TYPE {cmos} \ - CONFIG.PSU_MIO_52_PULLUPDOWN {pullup} \ - CONFIG.PSU_MIO_53_INPUT_TYPE {cmos} \ - CONFIG.PSU_MIO_53_PULLUPDOWN {pullup} \ - CONFIG.PSU_MIO_54_DRIVE_STRENGTH {4} \ - CONFIG.PSU_MIO_54_INPUT_TYPE {cmos} \ - CONFIG.PSU_MIO_54_PULLUPDOWN {pullup} \ - CONFIG.PSU_MIO_54_SLEW {slow} \ - CONFIG.PSU_MIO_55_INPUT_TYPE {cmos} \ - CONFIG.PSU_MIO_55_PULLUPDOWN {pullup} \ - CONFIG.PSU_MIO_56_DRIVE_STRENGTH {4} \ - CONFIG.PSU_MIO_56_INPUT_TYPE {cmos} \ - CONFIG.PSU_MIO_56_PULLUPDOWN {pullup} \ - CONFIG.PSU_MIO_56_SLEW {slow} \ - CONFIG.PSU_MIO_57_DRIVE_STRENGTH {4} \ - CONFIG.PSU_MIO_57_INPUT_TYPE {cmos} \ - CONFIG.PSU_MIO_57_PULLUPDOWN {pullup} \ - CONFIG.PSU_MIO_57_SLEW {slow} \ - CONFIG.PSU_MIO_58_DRIVE_STRENGTH {4} \ - CONFIG.PSU_MIO_58_PULLUPDOWN {pullup} \ - CONFIG.PSU_MIO_58_SLEW {slow} \ - CONFIG.PSU_MIO_59_DRIVE_STRENGTH {4} \ - CONFIG.PSU_MIO_59_INPUT_TYPE {cmos} \ - CONFIG.PSU_MIO_59_PULLUPDOWN {pullup} \ - CONFIG.PSU_MIO_59_SLEW {slow} \ - CONFIG.PSU_MIO_5_DRIVE_STRENGTH {4} \ - CONFIG.PSU_MIO_5_PULLUPDOWN {pullup} \ - CONFIG.PSU_MIO_5_SLEW {slow} \ - CONFIG.PSU_MIO_60_DRIVE_STRENGTH {4} \ - CONFIG.PSU_MIO_60_INPUT_TYPE {cmos} \ - CONFIG.PSU_MIO_60_PULLUPDOWN {pullup} \ - CONFIG.PSU_MIO_60_SLEW {slow} \ - CONFIG.PSU_MIO_61_DRIVE_STRENGTH {4} \ - CONFIG.PSU_MIO_61_INPUT_TYPE {cmos} \ - CONFIG.PSU_MIO_61_PULLUPDOWN {pullup} \ - CONFIG.PSU_MIO_61_SLEW {slow} \ - CONFIG.PSU_MIO_62_DRIVE_STRENGTH {4} \ - CONFIG.PSU_MIO_62_INPUT_TYPE {cmos} \ - CONFIG.PSU_MIO_62_PULLUPDOWN {pullup} \ - CONFIG.PSU_MIO_62_SLEW {slow} \ - CONFIG.PSU_MIO_63_DRIVE_STRENGTH {4} \ - CONFIG.PSU_MIO_63_INPUT_TYPE {cmos} \ - CONFIG.PSU_MIO_63_PULLUPDOWN {pullup} \ - CONFIG.PSU_MIO_63_SLEW {slow} \ - CONFIG.PSU_MIO_64_DRIVE_STRENGTH {4} \ - CONFIG.PSU_MIO_64_PULLUPDOWN {pullup} \ - CONFIG.PSU_MIO_64_SLEW {slow} \ - CONFIG.PSU_MIO_65_DRIVE_STRENGTH {4} \ - CONFIG.PSU_MIO_65_PULLUPDOWN {pullup} \ - CONFIG.PSU_MIO_65_SLEW {slow} \ - CONFIG.PSU_MIO_66_DRIVE_STRENGTH {4} \ - CONFIG.PSU_MIO_66_PULLUPDOWN {pullup} \ - CONFIG.PSU_MIO_66_SLEW {slow} \ - CONFIG.PSU_MIO_67_DRIVE_STRENGTH {4} \ - CONFIG.PSU_MIO_67_PULLUPDOWN {pullup} \ - CONFIG.PSU_MIO_67_SLEW {slow} \ - CONFIG.PSU_MIO_68_DRIVE_STRENGTH {4} \ - CONFIG.PSU_MIO_68_PULLUPDOWN {pullup} \ - CONFIG.PSU_MIO_68_SLEW {slow} \ - CONFIG.PSU_MIO_69_DRIVE_STRENGTH {4} \ - CONFIG.PSU_MIO_69_PULLUPDOWN {pullup} \ - CONFIG.PSU_MIO_69_SLEW {slow} \ - CONFIG.PSU_MIO_6_DRIVE_STRENGTH {4} \ - CONFIG.PSU_MIO_6_INPUT_TYPE {cmos} \ - CONFIG.PSU_MIO_6_PULLUPDOWN {pullup} \ - CONFIG.PSU_MIO_6_SLEW {slow} \ - CONFIG.PSU_MIO_70_INPUT_TYPE {cmos} \ - CONFIG.PSU_MIO_70_PULLUPDOWN {pullup} \ - CONFIG.PSU_MIO_71_INPUT_TYPE {cmos} \ - CONFIG.PSU_MIO_71_PULLUPDOWN {disable} \ - CONFIG.PSU_MIO_72_INPUT_TYPE {cmos} \ - CONFIG.PSU_MIO_72_PULLUPDOWN {pullup} \ - CONFIG.PSU_MIO_73_INPUT_TYPE {cmos} \ - CONFIG.PSU_MIO_73_PULLUPDOWN {disable} \ - CONFIG.PSU_MIO_74_INPUT_TYPE {cmos} \ - CONFIG.PSU_MIO_74_PULLUPDOWN {pullup} \ - CONFIG.PSU_MIO_75_INPUT_TYPE {cmos} \ - CONFIG.PSU_MIO_75_PULLUPDOWN {disable} \ - CONFIG.PSU_MIO_76_DRIVE_STRENGTH {4} \ - CONFIG.PSU_MIO_76_PULLUPDOWN {pullup} \ - CONFIG.PSU_MIO_76_SLEW {slow} \ - CONFIG.PSU_MIO_77_DRIVE_STRENGTH {4} \ - CONFIG.PSU_MIO_77_INPUT_TYPE {cmos} \ - CONFIG.PSU_MIO_77_PULLUPDOWN {pullup} \ - CONFIG.PSU_MIO_77_SLEW {slow} \ - CONFIG.PSU_MIO_7_DRIVE_STRENGTH {4} \ - CONFIG.PSU_MIO_7_INPUT_TYPE {cmos} \ - CONFIG.PSU_MIO_7_POLARITY {Default} \ - CONFIG.PSU_MIO_7_PULLUPDOWN {pullup} \ - CONFIG.PSU_MIO_7_SLEW {slow} \ - CONFIG.PSU_MIO_8_DRIVE_STRENGTH {4} \ - CONFIG.PSU_MIO_8_INPUT_TYPE {cmos} \ - CONFIG.PSU_MIO_8_POLARITY {Default} \ - CONFIG.PSU_MIO_8_PULLUPDOWN {pullup} \ - CONFIG.PSU_MIO_8_SLEW {slow} \ - CONFIG.PSU_MIO_9_DRIVE_STRENGTH {4} \ - CONFIG.PSU_MIO_9_INPUT_TYPE {cmos} \ - CONFIG.PSU_MIO_9_PULLUPDOWN {pullup} \ - CONFIG.PSU_MIO_9_SLEW {slow} \ - CONFIG.PSU_MIO_TREE_PERIPHERALS {Quad SPI Flash#Quad SPI Flash#Quad SPI Flash#Quad SPI Flash#Quad SPI Flash#Quad SPI Flash#SPI 1#GPIO0 MIO#GPIO0 MIO#SPI 1#SPI 1#SPI 1#GPIO0 MIO#GPIO0 MIO#GPIO0 MIO#GPIO0\ -MIO#GPIO0 MIO#GPIO0 MIO#GPIO0 MIO#GPIO0 MIO#GPIO0 MIO#GPIO0 MIO#GPIO0 MIO#GPIO0 MIO#I2C 1#I2C 1#PMU GPI 0#DPAUX#DPAUX#DPAUX#DPAUX#PMU GPI 5#GPIO1 MIO#GPIO1 MIO#GPIO1 MIO#PMU GPO 3#UART 1#UART 1#GPIO1 MIO#SD\ -1#SD 1#SD 1#SD 1#SD 1#GPIO1 MIO#SD 1#SD 1#SD 1#SD 1#SD 1#SD 1#SD 1#USB 0#USB 0#USB 0#USB 0#USB 0#USB 0#USB 0#USB 0#USB 0#USB 0#USB 0#USB 0#Gem 3#Gem 3#Gem 3#Gem 3#Gem 3#Gem 3#Gem 3#Gem 3#Gem 3#Gem 3#Gem\ -3#Gem 3#MDIO 3#MDIO 3} \ - CONFIG.PSU_MIO_TREE_SIGNALS {sclk_out#miso_mo1#mo2#mo3#mosi_mi0#n_ss_out#sclk_out#gpio0[7]#gpio0[8]#n_ss_out[0]#miso#mosi#gpio0[12]#gpio0[13]#gpio0[14]#gpio0[15]#gpio0[16]#gpio0[17]#gpio0[18]#gpio0[19]#gpio0[20]#gpio0[21]#gpio0[22]#gpio0[23]#scl_out#sda_out#gpi[0]#dp_aux_data_out#dp_hot_plug_detect#dp_aux_data_oe#dp_aux_data_in#gpi[5]#gpio1[32]#gpio1[33]#gpio1[34]#gpo[3]#txd#rxd#gpio1[38]#sdio1_data_out[4]#sdio1_data_out[5]#sdio1_data_out[6]#sdio1_data_out[7]#sdio1_bus_pow#gpio1[44]#sdio1_cd_n#sdio1_data_out[0]#sdio1_data_out[1]#sdio1_data_out[2]#sdio1_data_out[3]#sdio1_cmd_out#sdio1_clk_out#ulpi_clk_in#ulpi_dir#ulpi_tx_data[2]#ulpi_nxt#ulpi_tx_data[0]#ulpi_tx_data[1]#ulpi_stp#ulpi_tx_data[3]#ulpi_tx_data[4]#ulpi_tx_data[5]#ulpi_tx_data[6]#ulpi_tx_data[7]#rgmii_tx_clk#rgmii_txd[0]#rgmii_txd[1]#rgmii_txd[2]#rgmii_txd[3]#rgmii_tx_ctl#rgmii_rx_clk#rgmii_rxd[0]#rgmii_rxd[1]#rgmii_rxd[2]#rgmii_rxd[3]#rgmii_rx_ctl#gem3_mdc#gem3_mdio_out}\ -\ - CONFIG.PSU_PERIPHERAL_BOARD_PRESET {} \ - CONFIG.PSU_SD0_INTERNAL_BUS_WIDTH {8} \ - CONFIG.PSU_SD1_INTERNAL_BUS_WIDTH {8} \ - CONFIG.PSU_SMC_CYCLE_T0 {NA} \ - CONFIG.PSU_SMC_CYCLE_T1 {NA} \ - CONFIG.PSU_SMC_CYCLE_T2 {NA} \ - CONFIG.PSU_SMC_CYCLE_T3 {NA} \ - CONFIG.PSU_SMC_CYCLE_T4 {NA} \ - CONFIG.PSU_SMC_CYCLE_T5 {NA} \ - CONFIG.PSU_SMC_CYCLE_T6 {NA} \ - CONFIG.PSU_USB3__DUAL_CLOCK_ENABLE {1} \ - CONFIG.PSU_VALUE_SILVERSION {3} \ - CONFIG.PSU__ACPU0__POWER__ON {1} \ - CONFIG.PSU__ACPU1__POWER__ON {1} \ - CONFIG.PSU__ACPU2__POWER__ON {1} \ - CONFIG.PSU__ACPU3__POWER__ON {1} \ - CONFIG.PSU__ACTUAL__IP {1} \ - CONFIG.PSU__ACT_DDR_FREQ_MHZ {1066.656006} \ - CONFIG.PSU__AUX_REF_CLK__FREQMHZ {33.333} \ - CONFIG.PSU__CAN0_LOOP_CAN1__ENABLE {0} \ - CONFIG.PSU__CAN0__PERIPHERAL__ENABLE {0} \ - CONFIG.PSU__CAN1__PERIPHERAL__ENABLE {0} \ - CONFIG.PSU__CRF_APB__ACPU_CTRL__ACT_FREQMHZ {1333.333008} \ - CONFIG.PSU__CRF_APB__ACPU_CTRL__FREQMHZ {1333.333} \ - CONFIG.PSU__CRF_APB__ACPU_CTRL__SRCSEL {APLL} \ - CONFIG.PSU__CRF_APB__ACPU__FRAC_ENABLED {1} \ - CONFIG.PSU__CRF_APB__AFI0_REF_CTRL__ACT_FREQMHZ {667} \ - CONFIG.PSU__CRF_APB__AFI0_REF_CTRL__DIVISOR0 {2} \ - CONFIG.PSU__CRF_APB__AFI0_REF_CTRL__FREQMHZ {667} \ - CONFIG.PSU__CRF_APB__AFI0_REF_CTRL__SRCSEL {DPLL} \ - CONFIG.PSU__CRF_APB__AFI0_REF__ENABLE {0} \ - CONFIG.PSU__CRF_APB__AFI1_REF_CTRL__ACT_FREQMHZ {667} \ - CONFIG.PSU__CRF_APB__AFI1_REF_CTRL__DIVISOR0 {2} \ - CONFIG.PSU__CRF_APB__AFI1_REF_CTRL__FREQMHZ {667} \ - CONFIG.PSU__CRF_APB__AFI1_REF_CTRL__SRCSEL {DPLL} \ - CONFIG.PSU__CRF_APB__AFI1_REF__ENABLE {0} \ - CONFIG.PSU__CRF_APB__AFI2_REF_CTRL__ACT_FREQMHZ {667} \ - CONFIG.PSU__CRF_APB__AFI2_REF_CTRL__DIVISOR0 {2} \ - CONFIG.PSU__CRF_APB__AFI2_REF_CTRL__FREQMHZ {667} \ - CONFIG.PSU__CRF_APB__AFI2_REF_CTRL__SRCSEL {DPLL} \ - CONFIG.PSU__CRF_APB__AFI2_REF__ENABLE {0} \ - CONFIG.PSU__CRF_APB__AFI3_REF_CTRL__ACT_FREQMHZ {667} \ - CONFIG.PSU__CRF_APB__AFI3_REF_CTRL__DIVISOR0 {2} \ - CONFIG.PSU__CRF_APB__AFI3_REF_CTRL__FREQMHZ {667} \ - CONFIG.PSU__CRF_APB__AFI3_REF_CTRL__SRCSEL {DPLL} \ - CONFIG.PSU__CRF_APB__AFI3_REF__ENABLE {0} \ - CONFIG.PSU__CRF_APB__AFI4_REF_CTRL__ACT_FREQMHZ {667} \ - CONFIG.PSU__CRF_APB__AFI4_REF_CTRL__DIVISOR0 {2} \ - CONFIG.PSU__CRF_APB__AFI4_REF_CTRL__FREQMHZ {667} \ - CONFIG.PSU__CRF_APB__AFI4_REF_CTRL__SRCSEL {DPLL} \ - CONFIG.PSU__CRF_APB__AFI4_REF__ENABLE {0} \ - CONFIG.PSU__CRF_APB__AFI5_REF_CTRL__ACT_FREQMHZ {667} \ - CONFIG.PSU__CRF_APB__AFI5_REF_CTRL__DIVISOR0 {2} \ - CONFIG.PSU__CRF_APB__AFI5_REF_CTRL__FREQMHZ {667} \ - CONFIG.PSU__CRF_APB__AFI5_REF_CTRL__SRCSEL {DPLL} \ - CONFIG.PSU__CRF_APB__AFI5_REF__ENABLE {0} \ - CONFIG.PSU__CRF_APB__APLL_CTRL__FRACFREQ {1333.333} \ - CONFIG.PSU__CRF_APB__APLL_CTRL__SRCSEL {PSS_REF_CLK} \ - CONFIG.PSU__CRF_APB__APLL_FRAC_CFG__ENABLED {1} \ - CONFIG.PSU__CRF_APB__APM_CTRL__ACT_FREQMHZ {1} \ - CONFIG.PSU__CRF_APB__APM_CTRL__DIVISOR0 {1} \ - CONFIG.PSU__CRF_APB__APM_CTRL__FREQMHZ {1} \ - CONFIG.PSU__CRF_APB__DBG_FPD_CTRL__ACT_FREQMHZ {249.997498} \ - CONFIG.PSU__CRF_APB__DBG_FPD_CTRL__FREQMHZ {250} \ - CONFIG.PSU__CRF_APB__DBG_FPD_CTRL__SRCSEL {IOPLL} \ - CONFIG.PSU__CRF_APB__DBG_TRACE_CTRL__ACT_FREQMHZ {250} \ - CONFIG.PSU__CRF_APB__DBG_TRACE_CTRL__FREQMHZ {250} \ - CONFIG.PSU__CRF_APB__DBG_TRACE_CTRL__SRCSEL {IOPLL} \ - CONFIG.PSU__CRF_APB__DBG_TSTMP_CTRL__ACT_FREQMHZ {249.997498} \ - CONFIG.PSU__CRF_APB__DBG_TSTMP_CTRL__FREQMHZ {250} \ - CONFIG.PSU__CRF_APB__DBG_TSTMP_CTRL__SRCSEL {IOPLL} \ - CONFIG.PSU__CRF_APB__DDR_CTRL__ACT_FREQMHZ {533.328003} \ - CONFIG.PSU__CRF_APB__DDR_CTRL__FREQMHZ {1200} \ - CONFIG.PSU__CRF_APB__DDR_CTRL__SRCSEL {DPLL} \ - CONFIG.PSU__CRF_APB__DPDMA_REF_CTRL__ACT_FREQMHZ {444.444336} \ - CONFIG.PSU__CRF_APB__DPDMA_REF_CTRL__FREQMHZ {600} \ - CONFIG.PSU__CRF_APB__DPDMA_REF_CTRL__SRCSEL {APLL} \ - CONFIG.PSU__CRF_APB__DPLL_CTRL__FRACFREQ {27.138} \ - CONFIG.PSU__CRF_APB__DPLL_CTRL__SRCSEL {PSS_REF_CLK} \ - CONFIG.PSU__CRF_APB__DP_AUDIO_REF_CTRL__ACT_FREQMHZ {24.242182} \ - CONFIG.PSU__CRF_APB__DP_AUDIO_REF_CTRL__FREQMHZ {25} \ - CONFIG.PSU__CRF_APB__DP_AUDIO_REF_CTRL__SRCSEL {RPLL} \ - CONFIG.PSU__CRF_APB__DP_AUDIO__FRAC_ENABLED {0} \ - CONFIG.PSU__CRF_APB__DP_STC_REF_CTRL__ACT_FREQMHZ {26.666401} \ - CONFIG.PSU__CRF_APB__DP_STC_REF_CTRL__FREQMHZ {27} \ - CONFIG.PSU__CRF_APB__DP_STC_REF_CTRL__SRCSEL {RPLL} \ - CONFIG.PSU__CRF_APB__DP_VIDEO_REF_CTRL__ACT_FREQMHZ {299.997009} \ - CONFIG.PSU__CRF_APB__DP_VIDEO_REF_CTRL__FREQMHZ {300} \ - CONFIG.PSU__CRF_APB__DP_VIDEO_REF_CTRL__SRCSEL {VPLL} \ - CONFIG.PSU__CRF_APB__DP_VIDEO__FRAC_ENABLED {0} \ - CONFIG.PSU__CRF_APB__GDMA_REF_CTRL__ACT_FREQMHZ {533.328003} \ - CONFIG.PSU__CRF_APB__GDMA_REF_CTRL__FREQMHZ {600} \ - CONFIG.PSU__CRF_APB__GDMA_REF_CTRL__SRCSEL {DPLL} \ - CONFIG.PSU__CRF_APB__GPU_REF_CTRL__ACT_FREQMHZ {499.994995} \ - CONFIG.PSU__CRF_APB__GPU_REF_CTRL__FREQMHZ {600} \ - CONFIG.PSU__CRF_APB__GPU_REF_CTRL__SRCSEL {IOPLL} \ - CONFIG.PSU__CRF_APB__GTGREF0_REF_CTRL__ACT_FREQMHZ {-1} \ - CONFIG.PSU__CRF_APB__GTGREF0_REF_CTRL__DIVISOR0 {-1} \ - CONFIG.PSU__CRF_APB__GTGREF0_REF_CTRL__FREQMHZ {-1} \ - CONFIG.PSU__CRF_APB__GTGREF0_REF_CTRL__SRCSEL {NA} \ - CONFIG.PSU__CRF_APB__GTGREF0__ENABLE {NA} \ - CONFIG.PSU__CRF_APB__PCIE_REF_CTRL__ACT_FREQMHZ {250} \ - CONFIG.PSU__CRF_APB__SATA_REF_CTRL__ACT_FREQMHZ {250} \ - CONFIG.PSU__CRF_APB__TOPSW_LSBUS_CTRL__ACT_FREQMHZ {99.999001} \ - CONFIG.PSU__CRF_APB__TOPSW_LSBUS_CTRL__FREQMHZ {100} \ - CONFIG.PSU__CRF_APB__TOPSW_LSBUS_CTRL__SRCSEL {IOPLL} \ - CONFIG.PSU__CRF_APB__TOPSW_MAIN_CTRL__ACT_FREQMHZ {533.328003} \ - CONFIG.PSU__CRF_APB__TOPSW_MAIN_CTRL__FREQMHZ {533.33} \ - CONFIG.PSU__CRF_APB__TOPSW_MAIN_CTRL__SRCSEL {DPLL} \ - CONFIG.PSU__CRF_APB__VPLL_CTRL__FRACFREQ {27.138} \ - CONFIG.PSU__CRF_APB__VPLL_CTRL__SRCSEL {PSS_REF_CLK} \ - CONFIG.PSU__CRL_APB__ADMA_REF_CTRL__ACT_FREQMHZ {499.994995} \ - CONFIG.PSU__CRL_APB__ADMA_REF_CTRL__FREQMHZ {500} \ - CONFIG.PSU__CRL_APB__ADMA_REF_CTRL__SRCSEL {IOPLL} \ - CONFIG.PSU__CRL_APB__AFI6_REF_CTRL__ACT_FREQMHZ {500} \ - CONFIG.PSU__CRL_APB__AFI6_REF_CTRL__FREQMHZ {500} \ - CONFIG.PSU__CRL_APB__AFI6_REF_CTRL__SRCSEL {IOPLL} \ - CONFIG.PSU__CRL_APB__AFI6__ENABLE {0} \ - CONFIG.PSU__CRL_APB__AMS_REF_CTRL__ACT_FREQMHZ {49.999500} \ - CONFIG.PSU__CRL_APB__AMS_REF_CTRL__FREQMHZ {50} \ - CONFIG.PSU__CRL_APB__AMS_REF_CTRL__SRCSEL {IOPLL} \ - CONFIG.PSU__CRL_APB__CAN0_REF_CTRL__ACT_FREQMHZ {100} \ - CONFIG.PSU__CRL_APB__CAN0_REF_CTRL__FREQMHZ {100} \ - CONFIG.PSU__CRL_APB__CAN0_REF_CTRL__SRCSEL {IOPLL} \ - CONFIG.PSU__CRL_APB__CAN1_REF_CTRL__ACT_FREQMHZ {100} \ - CONFIG.PSU__CRL_APB__CAN1_REF_CTRL__FREQMHZ {100} \ - CONFIG.PSU__CRL_APB__CAN1_REF_CTRL__SRCSEL {IOPLL} \ - CONFIG.PSU__CRL_APB__CPU_R5_CTRL__ACT_FREQMHZ {533.328003} \ - CONFIG.PSU__CRL_APB__CPU_R5_CTRL__FREQMHZ {533.333} \ - CONFIG.PSU__CRL_APB__CPU_R5_CTRL__SRCSEL {RPLL} \ - CONFIG.PSU__CRL_APB__CSU_PLL_CTRL__ACT_FREQMHZ {180} \ - CONFIG.PSU__CRL_APB__CSU_PLL_CTRL__DIVISOR0 {3} \ - CONFIG.PSU__CRL_APB__CSU_PLL_CTRL__SRCSEL {SysOsc} \ - CONFIG.PSU__CRL_APB__DBG_LPD_CTRL__ACT_FREQMHZ {249.997498} \ - CONFIG.PSU__CRL_APB__DBG_LPD_CTRL__FREQMHZ {250} \ - CONFIG.PSU__CRL_APB__DBG_LPD_CTRL__SRCSEL {IOPLL} \ - CONFIG.PSU__CRL_APB__DEBUG_R5_ATCLK_CTRL__ACT_FREQMHZ {1000} \ - CONFIG.PSU__CRL_APB__DEBUG_R5_ATCLK_CTRL__DIVISOR0 {6} \ - CONFIG.PSU__CRL_APB__DEBUG_R5_ATCLK_CTRL__FREQMHZ {1000} \ - CONFIG.PSU__CRL_APB__DEBUG_R5_ATCLK_CTRL__SRCSEL {RPLL} \ - CONFIG.PSU__CRL_APB__DLL_REF_CTRL__ACT_FREQMHZ {1499.984985} \ - CONFIG.PSU__CRL_APB__DLL_REF_CTRL__FREQMHZ {1500} \ - CONFIG.PSU__CRL_APB__DLL_REF_CTRL__SRCSEL {IOPLL} \ - CONFIG.PSU__CRL_APB__GEM0_REF_CTRL__ACT_FREQMHZ {125} \ - CONFIG.PSU__CRL_APB__GEM0_REF_CTRL__FREQMHZ {125} \ - CONFIG.PSU__CRL_APB__GEM0_REF_CTRL__SRCSEL {IOPLL} \ - CONFIG.PSU__CRL_APB__GEM1_REF_CTRL__ACT_FREQMHZ {125} \ - CONFIG.PSU__CRL_APB__GEM1_REF_CTRL__FREQMHZ {125} \ - CONFIG.PSU__CRL_APB__GEM1_REF_CTRL__SRCSEL {IOPLL} \ - CONFIG.PSU__CRL_APB__GEM2_REF_CTRL__ACT_FREQMHZ {125} \ - CONFIG.PSU__CRL_APB__GEM2_REF_CTRL__FREQMHZ {125} \ - CONFIG.PSU__CRL_APB__GEM2_REF_CTRL__SRCSEL {IOPLL} \ - CONFIG.PSU__CRL_APB__GEM3_REF_CTRL__ACT_FREQMHZ {124.998749} \ - CONFIG.PSU__CRL_APB__GEM3_REF_CTRL__FREQMHZ {125} \ - CONFIG.PSU__CRL_APB__GEM3_REF_CTRL__SRCSEL {IOPLL} \ - CONFIG.PSU__CRL_APB__GEM_TSU_REF_CTRL__ACT_FREQMHZ {249.997498} \ - CONFIG.PSU__CRL_APB__GEM_TSU_REF_CTRL__FREQMHZ {250} \ - CONFIG.PSU__CRL_APB__GEM_TSU_REF_CTRL__SRCSEL {IOPLL} \ - CONFIG.PSU__CRL_APB__I2C0_REF_CTRL__ACT_FREQMHZ {100} \ - CONFIG.PSU__CRL_APB__I2C0_REF_CTRL__FREQMHZ {100} \ - CONFIG.PSU__CRL_APB__I2C0_REF_CTRL__SRCSEL {IOPLL} \ - CONFIG.PSU__CRL_APB__I2C1_REF_CTRL__ACT_FREQMHZ {99.999001} \ - CONFIG.PSU__CRL_APB__I2C1_REF_CTRL__FREQMHZ {100} \ - CONFIG.PSU__CRL_APB__I2C1_REF_CTRL__SRCSEL {IOPLL} \ - CONFIG.PSU__CRL_APB__IOPLL_CTRL__FRACFREQ {27.138} \ - CONFIG.PSU__CRL_APB__IOPLL_CTRL__SRCSEL {PSS_REF_CLK} \ - CONFIG.PSU__CRL_APB__IOU_SWITCH_CTRL__ACT_FREQMHZ {249.997498} \ - CONFIG.PSU__CRL_APB__IOU_SWITCH_CTRL__FREQMHZ {250} \ - CONFIG.PSU__CRL_APB__IOU_SWITCH_CTRL__SRCSEL {IOPLL} \ - CONFIG.PSU__CRL_APB__LPD_LSBUS_CTRL__ACT_FREQMHZ {99.999001} \ - CONFIG.PSU__CRL_APB__LPD_LSBUS_CTRL__FREQMHZ {100} \ - CONFIG.PSU__CRL_APB__LPD_LSBUS_CTRL__SRCSEL {IOPLL} \ - CONFIG.PSU__CRL_APB__LPD_SWITCH_CTRL__ACT_FREQMHZ {499.994995} \ - CONFIG.PSU__CRL_APB__LPD_SWITCH_CTRL__FREQMHZ {500} \ - CONFIG.PSU__CRL_APB__LPD_SWITCH_CTRL__SRCSEL {IOPLL} \ - CONFIG.PSU__CRL_APB__NAND_REF_CTRL__ACT_FREQMHZ {100} \ - CONFIG.PSU__CRL_APB__NAND_REF_CTRL__FREQMHZ {100} \ - CONFIG.PSU__CRL_APB__NAND_REF_CTRL__SRCSEL {IOPLL} \ - CONFIG.PSU__CRL_APB__OCM_MAIN_CTRL__ACT_FREQMHZ {500} \ - CONFIG.PSU__CRL_APB__OCM_MAIN_CTRL__DIVISOR0 {3} \ - CONFIG.PSU__CRL_APB__OCM_MAIN_CTRL__FREQMHZ {500} \ - CONFIG.PSU__CRL_APB__OCM_MAIN_CTRL__SRCSEL {IOPLL} \ - CONFIG.PSU__CRL_APB__PCAP_CTRL__ACT_FREQMHZ {187.498123} \ - CONFIG.PSU__CRL_APB__PCAP_CTRL__FREQMHZ {200} \ - CONFIG.PSU__CRL_APB__PCAP_CTRL__SRCSEL {IOPLL} \ - CONFIG.PSU__CRL_APB__PL0_REF_CTRL__ACT_FREQMHZ {99.999001} \ - CONFIG.PSU__CRL_APB__PL0_REF_CTRL__FREQMHZ {100} \ - CONFIG.PSU__CRL_APB__PL0_REF_CTRL__SRCSEL {IOPLL} \ - CONFIG.PSU__CRL_APB__PL1_REF_CTRL__ACT_FREQMHZ {99.999001} \ - CONFIG.PSU__CRL_APB__PL1_REF_CTRL__FREQMHZ {100} \ - CONFIG.PSU__CRL_APB__PL1_REF_CTRL__SRCSEL {IOPLL} \ - CONFIG.PSU__CRL_APB__PL2_REF_CTRL__ACT_FREQMHZ {100} \ - CONFIG.PSU__CRL_APB__PL3_REF_CTRL__ACT_FREQMHZ {100} \ - CONFIG.PSU__CRL_APB__QSPI_REF_CTRL__ACT_FREQMHZ {124.998749} \ - CONFIG.PSU__CRL_APB__QSPI_REF_CTRL__FREQMHZ {125} \ - CONFIG.PSU__CRL_APB__QSPI_REF_CTRL__SRCSEL {IOPLL} \ - CONFIG.PSU__CRL_APB__RPLL_CTRL__FRACFREQ {27.138} \ - CONFIG.PSU__CRL_APB__RPLL_CTRL__SRCSEL {PSS_REF_CLK} \ - CONFIG.PSU__CRL_APB__SDIO0_REF_CTRL__ACT_FREQMHZ {200} \ - CONFIG.PSU__CRL_APB__SDIO0_REF_CTRL__FREQMHZ {200} \ - CONFIG.PSU__CRL_APB__SDIO0_REF_CTRL__SRCSEL {RPLL} \ - CONFIG.PSU__CRL_APB__SDIO1_REF_CTRL__ACT_FREQMHZ {187.498123} \ - CONFIG.PSU__CRL_APB__SDIO1_REF_CTRL__FREQMHZ {200} \ - CONFIG.PSU__CRL_APB__SDIO1_REF_CTRL__SRCSEL {IOPLL} \ - CONFIG.PSU__CRL_APB__SPI0_REF_CTRL__ACT_FREQMHZ {214} \ - CONFIG.PSU__CRL_APB__SPI0_REF_CTRL__FREQMHZ {200} \ - CONFIG.PSU__CRL_APB__SPI0_REF_CTRL__SRCSEL {RPLL} \ - CONFIG.PSU__CRL_APB__SPI1_REF_CTRL__ACT_FREQMHZ {187.498123} \ - CONFIG.PSU__CRL_APB__SPI1_REF_CTRL__FREQMHZ {200} \ - CONFIG.PSU__CRL_APB__SPI1_REF_CTRL__SRCSEL {IOPLL} \ - CONFIG.PSU__CRL_APB__TIMESTAMP_REF_CTRL__ACT_FREQMHZ {99.999001} \ - CONFIG.PSU__CRL_APB__TIMESTAMP_REF_CTRL__FREQMHZ {100} \ - CONFIG.PSU__CRL_APB__TIMESTAMP_REF_CTRL__SRCSEL {IOPLL} \ - CONFIG.PSU__CRL_APB__UART0_REF_CTRL__ACT_FREQMHZ {100} \ - CONFIG.PSU__CRL_APB__UART0_REF_CTRL__FREQMHZ {100} \ - CONFIG.PSU__CRL_APB__UART0_REF_CTRL__SRCSEL {IOPLL} \ - CONFIG.PSU__CRL_APB__UART1_REF_CTRL__ACT_FREQMHZ {99.999001} \ - CONFIG.PSU__CRL_APB__UART1_REF_CTRL__FREQMHZ {100} \ - CONFIG.PSU__CRL_APB__UART1_REF_CTRL__SRCSEL {IOPLL} \ - CONFIG.PSU__CRL_APB__USB0_BUS_REF_CTRL__ACT_FREQMHZ {249.997498} \ - CONFIG.PSU__CRL_APB__USB0_BUS_REF_CTRL__FREQMHZ {250} \ - CONFIG.PSU__CRL_APB__USB0_BUS_REF_CTRL__SRCSEL {IOPLL} \ - CONFIG.PSU__CRL_APB__USB1_BUS_REF_CTRL__ACT_FREQMHZ {250} \ - CONFIG.PSU__CRL_APB__USB1_BUS_REF_CTRL__FREQMHZ {250} \ - CONFIG.PSU__CRL_APB__USB1_BUS_REF_CTRL__SRCSEL {IOPLL} \ - CONFIG.PSU__CRL_APB__USB3_DUAL_REF_CTRL__ACT_FREQMHZ {19.999800} \ - CONFIG.PSU__CRL_APB__USB3_DUAL_REF_CTRL__FREQMHZ {20} \ - CONFIG.PSU__CRL_APB__USB3_DUAL_REF_CTRL__SRCSEL {IOPLL} \ - CONFIG.PSU__CRL_APB__USB3__ENABLE {1} \ - CONFIG.PSU__CSUPMU__PERIPHERAL__VALID {1} \ - CONFIG.PSU__CSU__CSU_TAMPER_0__ENABLE {0} \ - CONFIG.PSU__CSU__CSU_TAMPER_10__ENABLE {0} \ - CONFIG.PSU__CSU__CSU_TAMPER_11__ENABLE {0} \ - CONFIG.PSU__CSU__CSU_TAMPER_12__ENABLE {0} \ - CONFIG.PSU__CSU__CSU_TAMPER_1__ENABLE {0} \ - CONFIG.PSU__CSU__CSU_TAMPER_2__ENABLE {0} \ - CONFIG.PSU__CSU__CSU_TAMPER_3__ENABLE {0} \ - CONFIG.PSU__CSU__CSU_TAMPER_4__ENABLE {0} \ - CONFIG.PSU__CSU__CSU_TAMPER_5__ENABLE {0} \ - CONFIG.PSU__CSU__CSU_TAMPER_6__ENABLE {0} \ - CONFIG.PSU__CSU__CSU_TAMPER_7__ENABLE {0} \ - CONFIG.PSU__CSU__CSU_TAMPER_8__ENABLE {0} \ - CONFIG.PSU__CSU__CSU_TAMPER_9__ENABLE {0} \ - CONFIG.PSU__CSU__PERIPHERAL__ENABLE {0} \ - CONFIG.PSU__DDRC__AL {0} \ - CONFIG.PSU__DDRC__BG_ADDR_COUNT {1} \ - CONFIG.PSU__DDRC__BRC_MAPPING {ROW_BANK_COL} \ - CONFIG.PSU__DDRC__BUS_WIDTH {64 Bit} \ - CONFIG.PSU__DDRC__CL {16} \ - CONFIG.PSU__DDRC__CLOCK_STOP_EN {0} \ - CONFIG.PSU__DDRC__COMPONENTS {Components} \ - CONFIG.PSU__DDRC__CWL {14} \ - CONFIG.PSU__DDRC__DDR4_ADDR_MAPPING {0} \ - CONFIG.PSU__DDRC__DDR4_CAL_MODE_ENABLE {0} \ - CONFIG.PSU__DDRC__DDR4_CRC_CONTROL {0} \ - CONFIG.PSU__DDRC__DDR4_MAXPWR_SAVING_EN {0} \ - CONFIG.PSU__DDRC__DDR4_T_REF_MODE {0} \ - CONFIG.PSU__DDRC__DDR4_T_REF_RANGE {Normal (0-85)} \ - CONFIG.PSU__DDRC__DEVICE_CAPACITY {8192 MBits} \ - CONFIG.PSU__DDRC__DM_DBI {DM_NO_DBI} \ - CONFIG.PSU__DDRC__DRAM_WIDTH {16 Bits} \ - CONFIG.PSU__DDRC__ECC {Disabled} \ - CONFIG.PSU__DDRC__ECC_SCRUB {0} \ - CONFIG.PSU__DDRC__ENABLE {1} \ - CONFIG.PSU__DDRC__ENABLE_2T_TIMING {0} \ - CONFIG.PSU__DDRC__ENABLE_DP_SWITCH {0} \ - CONFIG.PSU__DDRC__EN_2ND_CLK {0} \ - CONFIG.PSU__DDRC__FGRM {1X} \ - CONFIG.PSU__DDRC__FREQ_MHZ {1} \ - CONFIG.PSU__DDRC__LPDDR3_DUALRANK_SDP {0} \ - CONFIG.PSU__DDRC__LP_ASR {manual normal} \ - CONFIG.PSU__DDRC__MEMORY_TYPE {DDR 4} \ - CONFIG.PSU__DDRC__PARITY_ENABLE {0} \ - CONFIG.PSU__DDRC__PER_BANK_REFRESH {0} \ - CONFIG.PSU__DDRC__PHY_DBI_MODE {0} \ - CONFIG.PSU__DDRC__PLL_BYPASS {0} \ - CONFIG.PSU__DDRC__PWR_DOWN_EN {0} \ - CONFIG.PSU__DDRC__RANK_ADDR_COUNT {0} \ - CONFIG.PSU__DDRC__RD_DQS_CENTER {0} \ - CONFIG.PSU__DDRC__ROW_ADDR_COUNT {16} \ - CONFIG.PSU__DDRC__SELF_REF_ABORT {0} \ - CONFIG.PSU__DDRC__SPEED_BIN {DDR4_2400R} \ - CONFIG.PSU__DDRC__STATIC_RD_MODE {0} \ - CONFIG.PSU__DDRC__TRAIN_DATA_EYE {1} \ - CONFIG.PSU__DDRC__TRAIN_READ_GATE {1} \ - CONFIG.PSU__DDRC__TRAIN_WRITE_LEVEL {1} \ - CONFIG.PSU__DDRC__T_FAW {30.0} \ - CONFIG.PSU__DDRC__T_RAS_MIN {33} \ - CONFIG.PSU__DDRC__T_RC {47.06} \ - CONFIG.PSU__DDRC__T_RCD {16} \ - CONFIG.PSU__DDRC__T_RP {16} \ - CONFIG.PSU__DDRC__VIDEO_BUFFER_SIZE {0} \ - CONFIG.PSU__DDRC__VREF {1} \ - CONFIG.PSU__DDR_HIGH_ADDRESS_GUI_ENABLE {1} \ - CONFIG.PSU__DDR_QOS_ENABLE {0} \ - CONFIG.PSU__DDR_QOS_HP0_RDQOS {} \ - CONFIG.PSU__DDR_QOS_HP0_WRQOS {} \ - CONFIG.PSU__DDR_QOS_HP1_RDQOS {} \ - CONFIG.PSU__DDR_QOS_HP1_WRQOS {} \ - CONFIG.PSU__DDR_QOS_HP2_RDQOS {} \ - CONFIG.PSU__DDR_QOS_HP2_WRQOS {} \ - CONFIG.PSU__DDR_QOS_HP3_RDQOS {} \ - CONFIG.PSU__DDR_QOS_HP3_WRQOS {} \ - CONFIG.PSU__DDR_SW_REFRESH_ENABLED {1} \ - CONFIG.PSU__DDR__INTERFACE__FREQMHZ {600.000} \ - CONFIG.PSU__DEVICE_TYPE {EV} \ - CONFIG.PSU__DISPLAYPORT__LANE0__ENABLE {1} \ - CONFIG.PSU__DISPLAYPORT__LANE0__IO {GT Lane1} \ - CONFIG.PSU__DISPLAYPORT__LANE1__ENABLE {1} \ - CONFIG.PSU__DISPLAYPORT__LANE1__IO {GT Lane0} \ - CONFIG.PSU__DISPLAYPORT__PERIPHERAL__ENABLE {1} \ - CONFIG.PSU__DLL__ISUSED {1} \ - CONFIG.PSU__DPAUX__PERIPHERAL__ENABLE {1} \ - CONFIG.PSU__DPAUX__PERIPHERAL__IO {MIO 27 .. 30} \ - CONFIG.PSU__DP__LANE_SEL {Dual Lower} \ - CONFIG.PSU__DP__REF_CLK_FREQ {27} \ - CONFIG.PSU__DP__REF_CLK_SEL {Ref Clk0} \ - CONFIG.PSU__ENABLE__DDR__REFRESH__SIGNALS {0} \ - CONFIG.PSU__ENET0__PERIPHERAL__ENABLE {0} \ - CONFIG.PSU__ENET1__PERIPHERAL__ENABLE {0} \ - CONFIG.PSU__ENET2__PERIPHERAL__ENABLE {0} \ - CONFIG.PSU__ENET3__FIFO__ENABLE {0} \ - CONFIG.PSU__ENET3__GRP_MDIO__ENABLE {1} \ - CONFIG.PSU__ENET3__GRP_MDIO__IO {MIO 76 .. 77} \ - CONFIG.PSU__ENET3__PERIPHERAL__ENABLE {1} \ - CONFIG.PSU__ENET3__PERIPHERAL__IO {MIO 64 .. 75} \ - CONFIG.PSU__ENET3__PTP__ENABLE {0} \ - CONFIG.PSU__ENET3__TSU__ENABLE {0} \ - CONFIG.PSU__EN_AXI_STATUS_PORTS {0} \ - CONFIG.PSU__EN_EMIO_TRACE {0} \ - CONFIG.PSU__EP__IP {0} \ - CONFIG.PSU__EXPAND__CORESIGHT {0} \ - CONFIG.PSU__EXPAND__FPD_SLAVES {0} \ - CONFIG.PSU__EXPAND__GIC {0} \ - CONFIG.PSU__EXPAND__LOWER_LPS_SLAVES {0} \ - CONFIG.PSU__EXPAND__UPPER_LPS_SLAVES {0} \ - CONFIG.PSU__FPD_SLCR__WDT1__ACT_FREQMHZ {99.999001} \ - CONFIG.PSU__FPGA_PL0_ENABLE {1} \ - CONFIG.PSU__FPGA_PL1_ENABLE {1} \ - CONFIG.PSU__FPGA_PL2_ENABLE {0} \ - CONFIG.PSU__FPGA_PL3_ENABLE {0} \ - CONFIG.PSU__FP__POWER__ON {1} \ - CONFIG.PSU__FTM__CTI_IN_0 {0} \ - CONFIG.PSU__FTM__CTI_IN_1 {0} \ - CONFIG.PSU__FTM__CTI_IN_2 {0} \ - CONFIG.PSU__FTM__CTI_IN_3 {0} \ - CONFIG.PSU__FTM__CTI_OUT_0 {0} \ - CONFIG.PSU__FTM__CTI_OUT_1 {0} \ - CONFIG.PSU__FTM__CTI_OUT_2 {0} \ - CONFIG.PSU__FTM__CTI_OUT_3 {0} \ - CONFIG.PSU__FTM__GPI {0} \ - CONFIG.PSU__FTM__GPO {0} \ - CONFIG.PSU__GEM3_COHERENCY {0} \ - CONFIG.PSU__GEM3_ROUTE_THROUGH_FPD {0} \ - CONFIG.PSU__GEM__TSU__ENABLE {0} \ - CONFIG.PSU__GEN_IPI_0__MASTER {APU} \ - CONFIG.PSU__GEN_IPI_10__MASTER {NONE} \ - CONFIG.PSU__GEN_IPI_1__MASTER {RPU0} \ - CONFIG.PSU__GEN_IPI_2__MASTER {RPU1} \ - CONFIG.PSU__GEN_IPI_3__MASTER {PMU} \ - CONFIG.PSU__GEN_IPI_4__MASTER {PMU} \ - CONFIG.PSU__GEN_IPI_5__MASTER {PMU} \ - CONFIG.PSU__GEN_IPI_6__MASTER {PMU} \ - CONFIG.PSU__GEN_IPI_7__MASTER {NONE} \ - CONFIG.PSU__GEN_IPI_8__MASTER {NONE} \ - CONFIG.PSU__GEN_IPI_9__MASTER {NONE} \ - CONFIG.PSU__GPIO0_MIO__IO {MIO 0 .. 25} \ - CONFIG.PSU__GPIO0_MIO__PERIPHERAL__ENABLE {1} \ - CONFIG.PSU__GPIO1_MIO__IO {MIO 26 .. 51} \ - CONFIG.PSU__GPIO1_MIO__PERIPHERAL__ENABLE {1} \ - CONFIG.PSU__GPIO2_MIO__PERIPHERAL__ENABLE {0} \ - CONFIG.PSU__GPIO_EMIO_WIDTH {1} \ - CONFIG.PSU__GPIO_EMIO__PERIPHERAL__ENABLE {0} \ - CONFIG.PSU__GPIO_EMIO__WIDTH {[94:0]} \ - CONFIG.PSU__GPU_PP0__POWER__ON {1} \ - CONFIG.PSU__GPU_PP1__POWER__ON {1} \ - CONFIG.PSU__GT_REF_CLK__FREQMHZ {33.333} \ - CONFIG.PSU__GT__LINK_SPEED {HBR} \ - CONFIG.PSU__GT__PRE_EMPH_LVL_4 {0} \ - CONFIG.PSU__GT__VLT_SWNG_LVL_4 {0} \ - CONFIG.PSU__HPM0_FPD__NUM_READ_THREADS {4} \ - CONFIG.PSU__HPM0_FPD__NUM_WRITE_THREADS {4} \ - CONFIG.PSU__HPM0_LPD__NUM_READ_THREADS {4} \ - CONFIG.PSU__HPM0_LPD__NUM_WRITE_THREADS {4} \ - CONFIG.PSU__HPM1_FPD__NUM_READ_THREADS {4} \ - CONFIG.PSU__HPM1_FPD__NUM_WRITE_THREADS {4} \ - CONFIG.PSU__I2C0_LOOP_I2C1__ENABLE {0} \ - CONFIG.PSU__I2C0__GRP_INT__ENABLE {0} \ - CONFIG.PSU__I2C0__PERIPHERAL__ENABLE {0} \ - CONFIG.PSU__I2C1__GRP_INT__ENABLE {0} \ - CONFIG.PSU__I2C1__PERIPHERAL__ENABLE {1} \ - CONFIG.PSU__I2C1__PERIPHERAL__IO {MIO 24 .. 25} \ - CONFIG.PSU__IOU_SLCR__IOU_TTC_APB_CLK__TTC0_SEL {APB} \ - CONFIG.PSU__IOU_SLCR__IOU_TTC_APB_CLK__TTC1_SEL {APB} \ - CONFIG.PSU__IOU_SLCR__IOU_TTC_APB_CLK__TTC2_SEL {APB} \ - CONFIG.PSU__IOU_SLCR__IOU_TTC_APB_CLK__TTC3_SEL {APB} \ - CONFIG.PSU__IOU_SLCR__TTC0__ACT_FREQMHZ {100.000000} \ - CONFIG.PSU__IOU_SLCR__TTC1__ACT_FREQMHZ {100.000000} \ - CONFIG.PSU__IOU_SLCR__TTC2__ACT_FREQMHZ {100.000000} \ - CONFIG.PSU__IOU_SLCR__TTC3__ACT_FREQMHZ {100.000000} \ - CONFIG.PSU__IOU_SLCR__WDT0__ACT_FREQMHZ {99.999001} \ - CONFIG.PSU__IRQ_P2F_ADMA_CHAN__INT {0} \ - CONFIG.PSU__IRQ_P2F_AIB_AXI__INT {0} \ - CONFIG.PSU__IRQ_P2F_AMS__INT {0} \ - CONFIG.PSU__IRQ_P2F_APM_FPD__INT {0} \ - CONFIG.PSU__IRQ_P2F_APU_COMM__INT {0} \ - CONFIG.PSU__IRQ_P2F_APU_CPUMNT__INT {0} \ - CONFIG.PSU__IRQ_P2F_APU_CTI__INT {0} \ - CONFIG.PSU__IRQ_P2F_APU_EXTERR__INT {0} \ - CONFIG.PSU__IRQ_P2F_APU_IPI__INT {0} \ - CONFIG.PSU__IRQ_P2F_APU_L2ERR__INT {0} \ - CONFIG.PSU__IRQ_P2F_APU_PMU__INT {0} \ - CONFIG.PSU__IRQ_P2F_APU_REGS__INT {0} \ - CONFIG.PSU__IRQ_P2F_ATB_LPD__INT {0} \ - CONFIG.PSU__IRQ_P2F_CLKMON__INT {0} \ - CONFIG.PSU__IRQ_P2F_CSUPMU_WDT__INT {0} \ - CONFIG.PSU__IRQ_P2F_DDR_SS__INT {0} \ - CONFIG.PSU__IRQ_P2F_DPDMA__INT {0} \ - CONFIG.PSU__IRQ_P2F_DPORT__INT {0} \ - CONFIG.PSU__IRQ_P2F_EFUSE__INT {0} \ - CONFIG.PSU__IRQ_P2F_ENT3_WAKEUP__INT {0} \ - CONFIG.PSU__IRQ_P2F_ENT3__INT {0} \ - CONFIG.PSU__IRQ_P2F_FPD_APB__INT {0} \ - CONFIG.PSU__IRQ_P2F_FPD_ATB_ERR__INT {0} \ - CONFIG.PSU__IRQ_P2F_FP_WDT__INT {0} \ - CONFIG.PSU__IRQ_P2F_GDMA_CHAN__INT {0} \ - CONFIG.PSU__IRQ_P2F_GPIO__INT {0} \ - CONFIG.PSU__IRQ_P2F_GPU__INT {0} \ - CONFIG.PSU__IRQ_P2F_I2C1__INT {0} \ - CONFIG.PSU__IRQ_P2F_LPD_APB__INT {0} \ - CONFIG.PSU__IRQ_P2F_LPD_APM__INT {0} \ - CONFIG.PSU__IRQ_P2F_LP_WDT__INT {0} \ - CONFIG.PSU__IRQ_P2F_OCM_ERR__INT {0} \ - CONFIG.PSU__IRQ_P2F_PCIE_DMA__INT {0} \ - CONFIG.PSU__IRQ_P2F_PCIE_LEGACY__INT {0} \ - CONFIG.PSU__IRQ_P2F_PCIE_MSC__INT {0} \ - CONFIG.PSU__IRQ_P2F_PCIE_MSI__INT {0} \ - CONFIG.PSU__IRQ_P2F_PL_IPI__INT {0} \ - CONFIG.PSU__IRQ_P2F_QSPI__INT {0} \ - CONFIG.PSU__IRQ_P2F_R5_CORE0_ECC_ERR__INT {0} \ - CONFIG.PSU__IRQ_P2F_R5_CORE1_ECC_ERR__INT {0} \ - CONFIG.PSU__IRQ_P2F_RPU_IPI__INT {0} \ - CONFIG.PSU__IRQ_P2F_RPU_PERMON__INT {0} \ - CONFIG.PSU__IRQ_P2F_RTC_ALARM__INT {0} \ - CONFIG.PSU__IRQ_P2F_RTC_SECONDS__INT {0} \ - CONFIG.PSU__IRQ_P2F_SATA__INT {0} \ - CONFIG.PSU__IRQ_P2F_SDIO1_WAKE__INT {0} \ - CONFIG.PSU__IRQ_P2F_SDIO1__INT {0} \ - CONFIG.PSU__IRQ_P2F_SPI1__INT {0} \ - CONFIG.PSU__IRQ_P2F_TTC0__INT0 {0} \ - CONFIG.PSU__IRQ_P2F_TTC0__INT1 {0} \ - CONFIG.PSU__IRQ_P2F_TTC0__INT2 {0} \ - CONFIG.PSU__IRQ_P2F_TTC1__INT0 {0} \ - CONFIG.PSU__IRQ_P2F_TTC1__INT1 {0} \ - CONFIG.PSU__IRQ_P2F_TTC1__INT2 {0} \ - CONFIG.PSU__IRQ_P2F_TTC2__INT0 {0} \ - CONFIG.PSU__IRQ_P2F_TTC2__INT1 {0} \ - CONFIG.PSU__IRQ_P2F_TTC2__INT2 {0} \ - CONFIG.PSU__IRQ_P2F_TTC3__INT0 {0} \ - CONFIG.PSU__IRQ_P2F_TTC3__INT1 {0} \ - CONFIG.PSU__IRQ_P2F_TTC3__INT2 {0} \ - CONFIG.PSU__IRQ_P2F_UART1__INT {0} \ - CONFIG.PSU__IRQ_P2F_USB3_ENDPOINT__INT0 {0} \ - CONFIG.PSU__IRQ_P2F_USB3_ENDPOINT__INT1 {0} \ - CONFIG.PSU__IRQ_P2F_USB3_OTG__INT0 {0} \ - CONFIG.PSU__IRQ_P2F_USB3_OTG__INT1 {0} \ - CONFIG.PSU__IRQ_P2F_USB3_PMU_WAKEUP__INT {0} \ - CONFIG.PSU__IRQ_P2F_XMPU_FPD__INT {0} \ - CONFIG.PSU__IRQ_P2F_XMPU_LPD__INT {0} \ - CONFIG.PSU__IRQ_P2F__INTF_FPD_SMMU__INT {0} \ - CONFIG.PSU__IRQ_P2F__INTF_PPD_CCI__INT {0} \ - CONFIG.PSU__L2_BANK0__POWER__ON {1} \ - CONFIG.PSU__LPDMA0_COHERENCY {0} \ - CONFIG.PSU__LPDMA1_COHERENCY {0} \ - CONFIG.PSU__LPDMA2_COHERENCY {0} \ - CONFIG.PSU__LPDMA3_COHERENCY {0} \ - CONFIG.PSU__LPDMA4_COHERENCY {0} \ - CONFIG.PSU__LPDMA5_COHERENCY {0} \ - CONFIG.PSU__LPDMA6_COHERENCY {0} \ - CONFIG.PSU__LPDMA7_COHERENCY {0} \ - CONFIG.PSU__LPD_SLCR__CSUPMU_WDT_CLK_SEL__SELECT {APB} \ - CONFIG.PSU__LPD_SLCR__CSUPMU__ACT_FREQMHZ {100.000000} \ - CONFIG.PSU__MAXIGP2__DATA_WIDTH {32} \ - CONFIG.PSU__M_AXI_GP0_SUPPORTS_NARROW_BURST {1} \ - CONFIG.PSU__M_AXI_GP1_SUPPORTS_NARROW_BURST {1} \ - CONFIG.PSU__M_AXI_GP2_SUPPORTS_NARROW_BURST {1} \ - CONFIG.PSU__NAND__PERIPHERAL__ENABLE {0} \ - CONFIG.PSU__NAND__READY_BUSY__ENABLE {0} \ - CONFIG.PSU__NUM_FABRIC_RESETS {1} \ - CONFIG.PSU__OCM_BANK0__POWER__ON {1} \ - CONFIG.PSU__OCM_BANK1__POWER__ON {1} \ - CONFIG.PSU__OCM_BANK2__POWER__ON {1} \ - CONFIG.PSU__OCM_BANK3__POWER__ON {1} \ - CONFIG.PSU__OVERRIDE_HPX_QOS {0} \ - CONFIG.PSU__OVERRIDE__BASIC_CLOCK {0} \ - CONFIG.PSU__PCIE__ACS_VIOLAION {0} \ - CONFIG.PSU__PCIE__AER_CAPABILITY {0} \ - CONFIG.PSU__PCIE__CLASS_CODE_BASE {} \ - CONFIG.PSU__PCIE__CLASS_CODE_INTERFACE {} \ - CONFIG.PSU__PCIE__CLASS_CODE_SUB {} \ - CONFIG.PSU__PCIE__DEVICE_ID {} \ - CONFIG.PSU__PCIE__INTX_GENERATION {0} \ - CONFIG.PSU__PCIE__MSIX_CAPABILITY {0} \ - CONFIG.PSU__PCIE__MSI_CAPABILITY {0} \ - CONFIG.PSU__PCIE__PERIPHERAL__ENABLE {0} \ - CONFIG.PSU__PCIE__PERIPHERAL__ENDPOINT_ENABLE {1} \ - CONFIG.PSU__PCIE__PERIPHERAL__ROOTPORT_ENABLE {0} \ - CONFIG.PSU__PCIE__RESET__POLARITY {Active Low} \ - CONFIG.PSU__PCIE__REVISION_ID {} \ - CONFIG.PSU__PCIE__SUBSYSTEM_ID {} \ - CONFIG.PSU__PCIE__SUBSYSTEM_VENDOR_ID {} \ - CONFIG.PSU__PCIE__VENDOR_ID {} \ - CONFIG.PSU__PJTAG__PERIPHERAL__ENABLE {0} \ - CONFIG.PSU__PL_CLK0_BUF {TRUE} \ - CONFIG.PSU__PL_CLK1_BUF {TRUE} \ - CONFIG.PSU__PL__POWER__ON {1} \ - CONFIG.PSU__PMU_COHERENCY {0} \ - CONFIG.PSU__PMU__AIBACK__ENABLE {0} \ - CONFIG.PSU__PMU__EMIO_GPI__ENABLE {0} \ - CONFIG.PSU__PMU__EMIO_GPO__ENABLE {0} \ - CONFIG.PSU__PMU__GPI0__ENABLE {1} \ - CONFIG.PSU__PMU__GPI0__IO {MIO 26} \ - CONFIG.PSU__PMU__GPI1__ENABLE {0} \ - CONFIG.PSU__PMU__GPI2__ENABLE {0} \ - CONFIG.PSU__PMU__GPI3__ENABLE {0} \ - CONFIG.PSU__PMU__GPI4__ENABLE {0} \ - CONFIG.PSU__PMU__GPI5__ENABLE {1} \ - CONFIG.PSU__PMU__GPI5__IO {MIO 31} \ - CONFIG.PSU__PMU__GPO0__ENABLE {0} \ - CONFIG.PSU__PMU__GPO1__ENABLE {0} \ - CONFIG.PSU__PMU__GPO2__ENABLE {0} \ - CONFIG.PSU__PMU__GPO3__ENABLE {1} \ - CONFIG.PSU__PMU__GPO3__IO {MIO 35} \ - CONFIG.PSU__PMU__GPO3__POLARITY {low} \ - CONFIG.PSU__PMU__GPO4__ENABLE {0} \ - CONFIG.PSU__PMU__GPO5__ENABLE {0} \ - CONFIG.PSU__PMU__PERIPHERAL__ENABLE {1} \ - CONFIG.PSU__PMU__PLERROR__ENABLE {0} \ - CONFIG.PSU__PRESET_APPLIED {1} \ - CONFIG.PSU__PROTECTION__DDR_SEGMENTS {NONE} \ - CONFIG.PSU__PROTECTION__ENABLE {0} \ - CONFIG.PSU__PROTECTION__FPD_SEGMENTS {SA:0xFD1A0000; SIZE:1280; UNIT:KB; RegionTZ:Secure; WrAllowed:Read/Write; subsystemId:PMU Firmware | SA:0xFD000000; SIZE:64; UNIT:KB; RegionTZ:Secure; WrAllowed:Read/Write;\ -subsystemId:PMU Firmware | SA:0xFD010000; SIZE:64; UNIT:KB; RegionTZ:Secure; WrAllowed:Read/Write; subsystemId:PMU Firmware | SA:0xFD020000; SIZE:64; UNIT:KB; RegionTZ:Secure; WrAllowed:Read/Write;\ -subsystemId:PMU Firmware | SA:0xFD030000; SIZE:64; UNIT:KB; RegionTZ:Secure; WrAllowed:Read/Write; subsystemId:PMU Firmware | SA:0xFD040000; SIZE:64; UNIT:KB; RegionTZ:Secure; WrAllowed:Read/Write;\ -subsystemId:PMU Firmware | SA:0xFD050000; SIZE:64; UNIT:KB; RegionTZ:Secure; WrAllowed:Read/Write; subsystemId:PMU Firmware | SA:0xFD610000; SIZE:512; UNIT:KB; RegionTZ:Secure; WrAllowed:Read/Write;\ -subsystemId:PMU Firmware | SA:0xFD5D0000; SIZE:64; UNIT:KB; RegionTZ:Secure; WrAllowed:Read/Write; subsystemId:PMU Firmware | SA:0xFD1A0000 ; SIZE:1280; UNIT:KB; RegionTZ:Secure ; WrAllowed:Read/Write;\ -subsystemId:Secure Subsystem} \ - CONFIG.PSU__PROTECTION__LPD_SEGMENTS {SA:0xFF980000; SIZE:64; UNIT:KB; RegionTZ:Secure; WrAllowed:Read/Write; subsystemId:PMU Firmware| SA:0xFF5E0000; SIZE:2560; UNIT:KB; RegionTZ:Secure; WrAllowed:Read/Write;\ -subsystemId:PMU Firmware| SA:0xFFCC0000; SIZE:64; UNIT:KB; RegionTZ:Secure; WrAllowed:Read/Write; subsystemId:PMU Firmware| SA:0xFF180000; SIZE:768; UNIT:KB; RegionTZ:Secure; WrAllowed:Read/Write; subsystemId:PMU\ -Firmware| SA:0xFF410000; SIZE:640; UNIT:KB; RegionTZ:Secure; WrAllowed:Read/Write; subsystemId:PMU Firmware| SA:0xFFA70000; SIZE:64; UNIT:KB; RegionTZ:Secure; WrAllowed:Read/Write; subsystemId:PMU Firmware|\ -SA:0xFF9A0000; SIZE:64; UNIT:KB; RegionTZ:Secure; WrAllowed:Read/Write; subsystemId:PMU Firmware|SA:0xFF5E0000 ; SIZE:2560; UNIT:KB; RegionTZ:Secure ; WrAllowed:Read/Write; subsystemId:Secure Subsystem|SA:0xFFCC0000\ -; SIZE:64; UNIT:KB; RegionTZ:Secure ; WrAllowed:Read/Write; subsystemId:Secure Subsystem|SA:0xFF180000 ; SIZE:768; UNIT:KB; RegionTZ:Secure ; WrAllowed:Read/Write; subsystemId:Secure Subsystem|SA:0xFF9A0000\ -; SIZE:64; UNIT:KB; RegionTZ:Secure ; WrAllowed:Read/Write; subsystemId:Secure Subsystem} \ - CONFIG.PSU__PROTECTION__MASTERS {USB1:NonSecure;0|USB0:NonSecure;1|S_AXI_LPD:NA;0|S_AXI_HPC1_FPD:NA;0|S_AXI_HPC0_FPD:NA;0|S_AXI_HP3_FPD:NA;0|S_AXI_HP2_FPD:NA;0|S_AXI_HP1_FPD:NA;0|S_AXI_HP0_FPD:NA;0|S_AXI_ACP:NA;0|S_AXI_ACE:NA;0|SD1:NonSecure;1|SD0:NonSecure;0|SATA1:NonSecure;0|SATA0:NonSecure;0|RPU1:Secure;1|RPU0:Secure;1|QSPI:NonSecure;1|PMU:NA;1|PCIe:NonSecure;0|NAND:NonSecure;0|LDMA:NonSecure;1|GPU:NonSecure;1|GEM3:NonSecure;1|GEM2:NonSecure;0|GEM1:NonSecure;0|GEM0:NonSecure;0|FDMA:NonSecure;1|DP:NonSecure;1|DAP:NA;1|Coresight:NA;1|CSU:NA;1|APU:NA;1}\ -\ - CONFIG.PSU__PROTECTION__MASTERS_TZ {GEM0:NonSecure|SD1:NonSecure|GEM2:NonSecure|GEM1:NonSecure|GEM3:NonSecure|PCIe:NonSecure|DP:NonSecure|NAND:NonSecure|GPU:NonSecure|USB1:NonSecure|USB0:NonSecure|LDMA:NonSecure|FDMA:NonSecure|QSPI:NonSecure|SD0:NonSecure}\ -\ - CONFIG.PSU__PROTECTION__OCM_SEGMENTS {NONE} \ - CONFIG.PSU__PROTECTION__PRESUBSYSTEMS {NONE} \ - CONFIG.PSU__PROTECTION__SLAVES {LPD;USB3_1_XHCI;FE300000;FE3FFFFF;0|LPD;USB3_1;FF9E0000;FF9EFFFF;0|LPD;USB3_0_XHCI;FE200000;FE2FFFFF;1|LPD;USB3_0;FF9D0000;FF9DFFFF;1|LPD;UART1;FF010000;FF01FFFF;1|LPD;UART0;FF000000;FF00FFFF;0|LPD;TTC3;FF140000;FF14FFFF;1|LPD;TTC2;FF130000;FF13FFFF;1|LPD;TTC1;FF120000;FF12FFFF;1|LPD;TTC0;FF110000;FF11FFFF;1|FPD;SWDT1;FD4D0000;FD4DFFFF;1|LPD;SWDT0;FF150000;FF15FFFF;1|LPD;SPI1;FF050000;FF05FFFF;1|LPD;SPI0;FF040000;FF04FFFF;0|FPD;SMMU_REG;FD5F0000;FD5FFFFF;1|FPD;SMMU;FD800000;FDFFFFFF;1|FPD;SIOU;FD3D0000;FD3DFFFF;1|FPD;SERDES;FD400000;FD47FFFF;1|LPD;SD1;FF170000;FF17FFFF;1|LPD;SD0;FF160000;FF16FFFF;0|FPD;SATA;FD0C0000;FD0CFFFF;0|LPD;RTC;FFA60000;FFA6FFFF;1|LPD;RSA_CORE;FFCE0000;FFCEFFFF;1|LPD;RPU;FF9A0000;FF9AFFFF;1|LPD;R5_TCM_RAM_GLOBAL;FFE00000;FFE3FFFF;1|LPD;R5_1_Instruction_Cache;FFEC0000;FFECFFFF;1|LPD;R5_1_Data_Cache;FFED0000;FFEDFFFF;1|LPD;R5_1_BTCM_GLOBAL;FFEB0000;FFEBFFFF;1|LPD;R5_1_ATCM_GLOBAL;FFE90000;FFE9FFFF;1|LPD;R5_0_Instruction_Cache;FFE40000;FFE4FFFF;1|LPD;R5_0_Data_Cache;FFE50000;FFE5FFFF;1|LPD;R5_0_BTCM_GLOBAL;FFE20000;FFE2FFFF;1|LPD;R5_0_ATCM_GLOBAL;FFE00000;FFE0FFFF;1|LPD;QSPI_Linear_Address;C0000000;DFFFFFFF;1|LPD;QSPI;FF0F0000;FF0FFFFF;1|LPD;PMU_RAM;FFDC0000;FFDDFFFF;1|LPD;PMU_GLOBAL;FFD80000;FFDBFFFF;1|FPD;PCIE_MAIN;FD0E0000;FD0EFFFF;0|FPD;PCIE_LOW;E0000000;EFFFFFFF;0|FPD;PCIE_HIGH2;8000000000;BFFFFFFFFF;0|FPD;PCIE_HIGH1;600000000;7FFFFFFFF;0|FPD;PCIE_DMA;FD0F0000;FD0FFFFF;0|FPD;PCIE_ATTRIB;FD480000;FD48FFFF;0|LPD;OCM_XMPU_CFG;FFA70000;FFA7FFFF;1|LPD;OCM_SLCR;FF960000;FF96FFFF;1|OCM;OCM;FFFC0000;FFFFFFFF;1|LPD;NAND;FF100000;FF10FFFF;0|LPD;MBISTJTAG;FFCF0000;FFCFFFFF;1|LPD;LPD_XPPU_SINK;FF9C0000;FF9CFFFF;1|LPD;LPD_XPPU;FF980000;FF98FFFF;1|LPD;LPD_SLCR_SECURE;FF4B0000;FF4DFFFF;1|LPD;LPD_SLCR;FF410000;FF4AFFFF;1|LPD;LPD_GPV;FE100000;FE1FFFFF;1|LPD;LPD_DMA_7;FFAF0000;FFAFFFFF;1|LPD;LPD_DMA_6;FFAE0000;FFAEFFFF;1|LPD;LPD_DMA_5;FFAD0000;FFADFFFF;1|LPD;LPD_DMA_4;FFAC0000;FFACFFFF;1|LPD;LPD_DMA_3;FFAB0000;FFABFFFF;1|LPD;LPD_DMA_2;FFAA0000;FFAAFFFF;1|LPD;LPD_DMA_1;FFA90000;FFA9FFFF;1|LPD;LPD_DMA_0;FFA80000;FFA8FFFF;1|LPD;IPI_CTRL;FF380000;FF3FFFFF;1|LPD;IOU_SLCR;FF180000;FF23FFFF;1|LPD;IOU_SECURE_SLCR;FF240000;FF24FFFF;1|LPD;IOU_SCNTRS;FF260000;FF26FFFF;1|LPD;IOU_SCNTR;FF250000;FF25FFFF;1|LPD;IOU_GPV;FE000000;FE0FFFFF;1|LPD;I2C1;FF030000;FF03FFFF;1|LPD;I2C0;FF020000;FF02FFFF;0|FPD;GPU;FD4B0000;FD4BFFFF;1|LPD;GPIO;FF0A0000;FF0AFFFF;1|LPD;GEM3;FF0E0000;FF0EFFFF;1|LPD;GEM2;FF0D0000;FF0DFFFF;0|LPD;GEM1;FF0C0000;FF0CFFFF;0|LPD;GEM0;FF0B0000;FF0BFFFF;0|FPD;FPD_XMPU_SINK;FD4F0000;FD4FFFFF;1|FPD;FPD_XMPU_CFG;FD5D0000;FD5DFFFF;1|FPD;FPD_SLCR_SECURE;FD690000;FD6CFFFF;1|FPD;FPD_SLCR;FD610000;FD68FFFF;1|FPD;FPD_DMA_CH7;FD570000;FD57FFFF;1|FPD;FPD_DMA_CH6;FD560000;FD56FFFF;1|FPD;FPD_DMA_CH5;FD550000;FD55FFFF;1|FPD;FPD_DMA_CH4;FD540000;FD54FFFF;1|FPD;FPD_DMA_CH3;FD530000;FD53FFFF;1|FPD;FPD_DMA_CH2;FD520000;FD52FFFF;1|FPD;FPD_DMA_CH1;FD510000;FD51FFFF;1|FPD;FPD_DMA_CH0;FD500000;FD50FFFF;1|LPD;EFUSE;FFCC0000;FFCCFFFF;1|FPD;Display\ -Port;FD4A0000;FD4AFFFF;1|FPD;DPDMA;FD4C0000;FD4CFFFF;1|FPD;DDR_XMPU5_CFG;FD050000;FD05FFFF;1|FPD;DDR_XMPU4_CFG;FD040000;FD04FFFF;1|FPD;DDR_XMPU3_CFG;FD030000;FD03FFFF;1|FPD;DDR_XMPU2_CFG;FD020000;FD02FFFF;1|FPD;DDR_XMPU1_CFG;FD010000;FD01FFFF;1|FPD;DDR_XMPU0_CFG;FD000000;FD00FFFF;1|FPD;DDR_QOS_CTRL;FD090000;FD09FFFF;1|FPD;DDR_PHY;FD080000;FD08FFFF;1|DDR;DDR_LOW;0;7FFFFFFF;1|DDR;DDR_HIGH;800000000;87FFFFFFF;1|FPD;DDDR_CTRL;FD070000;FD070FFF;1|LPD;Coresight;FE800000;FEFFFFFF;1|LPD;CSU_DMA;FFC80000;FFC9FFFF;1|LPD;CSU;FFCA0000;FFCAFFFF;1|LPD;CRL_APB;FF5E0000;FF85FFFF;1|FPD;CRF_APB;FD1A0000;FD2DFFFF;1|FPD;CCI_REG;FD5E0000;FD5EFFFF;1|LPD;CAN1;FF070000;FF07FFFF;0|LPD;CAN0;FF060000;FF06FFFF;0|FPD;APU;FD5C0000;FD5CFFFF;1|LPD;APM_INTC_IOU;FFA20000;FFA2FFFF;1|LPD;APM_FPD_LPD;FFA30000;FFA3FFFF;1|FPD;APM_5;FD490000;FD49FFFF;1|FPD;APM_0;FD0B0000;FD0BFFFF;1|LPD;APM2;FFA10000;FFA1FFFF;1|LPD;APM1;FFA00000;FFA0FFFF;1|LPD;AMS;FFA50000;FFA5FFFF;1|FPD;AFI_5;FD3B0000;FD3BFFFF;1|FPD;AFI_4;FD3A0000;FD3AFFFF;1|FPD;AFI_3;FD390000;FD39FFFF;1|FPD;AFI_2;FD380000;FD38FFFF;1|FPD;AFI_1;FD370000;FD37FFFF;1|FPD;AFI_0;FD360000;FD36FFFF;1|LPD;AFIFM6;FF9B0000;FF9BFFFF;1|FPD;ACPU_GIC;F9010000;F907FFFF;1}\ -\ - CONFIG.PSU__PROTECTION__SUBSYSTEMS {PMU Firmware:PMU|Secure Subsystem:} \ - CONFIG.PSU__PSS_ALT_REF_CLK__ENABLE {0} \ - CONFIG.PSU__PSS_ALT_REF_CLK__FREQMHZ {33.333} \ - CONFIG.PSU__PSS_REF_CLK__FREQMHZ {33.333} \ - CONFIG.PSU__QSPI_COHERENCY {0} \ - CONFIG.PSU__QSPI_ROUTE_THROUGH_FPD {0} \ - CONFIG.PSU__QSPI__GRP_FBCLK__ENABLE {0} \ - CONFIG.PSU__QSPI__PERIPHERAL__DATA_MODE {x4} \ - CONFIG.PSU__QSPI__PERIPHERAL__ENABLE {1} \ - CONFIG.PSU__QSPI__PERIPHERAL__IO {MIO 0 .. 5} \ - CONFIG.PSU__QSPI__PERIPHERAL__MODE {Single} \ - CONFIG.PSU__REPORT__DBGLOG {0} \ - CONFIG.PSU__RPU_COHERENCY {0} \ - CONFIG.PSU__RPU__POWER__ON {1} \ - CONFIG.PSU__SATA__PERIPHERAL__ENABLE {0} \ - CONFIG.PSU__SD0__CLK_100_SDR_OTAP_DLY {0x3} \ - CONFIG.PSU__SD0__CLK_200_SDR_OTAP_DLY {0x3} \ - CONFIG.PSU__SD0__CLK_50_DDR_ITAP_DLY {0x3D} \ - CONFIG.PSU__SD0__CLK_50_DDR_OTAP_DLY {0x4} \ - CONFIG.PSU__SD0__CLK_50_SDR_ITAP_DLY {0x15} \ - CONFIG.PSU__SD0__CLK_50_SDR_OTAP_DLY {0x5} \ - CONFIG.PSU__SD0__PERIPHERAL__ENABLE {0} \ - CONFIG.PSU__SD0__RESET__ENABLE {0} \ - CONFIG.PSU__SD1_COHERENCY {0} \ - CONFIG.PSU__SD1_ROUTE_THROUGH_FPD {0} \ - CONFIG.PSU__SD1__CLK_100_SDR_OTAP_DLY {0x3} \ - CONFIG.PSU__SD1__CLK_200_SDR_OTAP_DLY {0x3} \ - CONFIG.PSU__SD1__CLK_50_DDR_ITAP_DLY {0x3D} \ - CONFIG.PSU__SD1__CLK_50_DDR_OTAP_DLY {0x4} \ - CONFIG.PSU__SD1__CLK_50_SDR_ITAP_DLY {0x15} \ - CONFIG.PSU__SD1__CLK_50_SDR_OTAP_DLY {0x5} \ - CONFIG.PSU__SD1__DATA_TRANSFER_MODE {8Bit} \ - CONFIG.PSU__SD1__GRP_CD__ENABLE {1} \ - CONFIG.PSU__SD1__GRP_CD__IO {MIO 45} \ - CONFIG.PSU__SD1__GRP_POW__ENABLE {1} \ - CONFIG.PSU__SD1__GRP_POW__IO {MIO 43} \ - CONFIG.PSU__SD1__GRP_WP__ENABLE {0} \ - CONFIG.PSU__SD1__PERIPHERAL__ENABLE {1} \ - CONFIG.PSU__SD1__PERIPHERAL__IO {MIO 39 .. 51} \ - CONFIG.PSU__SD1__SLOT_TYPE {SD 3.0} \ - CONFIG.PSU__SPI0_LOOP_SPI1__ENABLE {0} \ - CONFIG.PSU__SPI0__PERIPHERAL__ENABLE {0} \ - CONFIG.PSU__SPI1__GRP_SS0__IO {MIO 9} \ - CONFIG.PSU__SPI1__GRP_SS1__ENABLE {0} \ - CONFIG.PSU__SPI1__GRP_SS2__ENABLE {0} \ - CONFIG.PSU__SPI1__PERIPHERAL__ENABLE {1} \ - CONFIG.PSU__SPI1__PERIPHERAL__IO {MIO 6 .. 11} \ - CONFIG.PSU__SWDT0__CLOCK__ENABLE {0} \ - CONFIG.PSU__SWDT0__PERIPHERAL__ENABLE {1} \ - CONFIG.PSU__SWDT0__PERIPHERAL__IO {NA} \ - CONFIG.PSU__SWDT0__RESET__ENABLE {0} \ - CONFIG.PSU__SWDT1__CLOCK__ENABLE {0} \ - CONFIG.PSU__SWDT1__PERIPHERAL__ENABLE {1} \ - CONFIG.PSU__SWDT1__PERIPHERAL__IO {NA} \ - CONFIG.PSU__SWDT1__RESET__ENABLE {0} \ - CONFIG.PSU__TCM0A__POWER__ON {1} \ - CONFIG.PSU__TCM0B__POWER__ON {1} \ - CONFIG.PSU__TCM1A__POWER__ON {1} \ - CONFIG.PSU__TCM1B__POWER__ON {1} \ - CONFIG.PSU__TESTSCAN__PERIPHERAL__ENABLE {0} \ - CONFIG.PSU__TRACE__INTERNAL_WIDTH {32} \ - CONFIG.PSU__TRACE__PERIPHERAL__ENABLE {0} \ - CONFIG.PSU__TRISTATE__INVERTED {1} \ - CONFIG.PSU__TSU__BUFG_PORT_PAIR {0} \ - CONFIG.PSU__TTC0__CLOCK__ENABLE {0} \ - CONFIG.PSU__TTC0__PERIPHERAL__ENABLE {1} \ - CONFIG.PSU__TTC0__PERIPHERAL__IO {NA} \ - CONFIG.PSU__TTC0__WAVEOUT__ENABLE {0} \ - CONFIG.PSU__TTC1__CLOCK__ENABLE {0} \ - CONFIG.PSU__TTC1__PERIPHERAL__ENABLE {1} \ - CONFIG.PSU__TTC1__PERIPHERAL__IO {NA} \ - CONFIG.PSU__TTC1__WAVEOUT__ENABLE {0} \ - CONFIG.PSU__TTC2__CLOCK__ENABLE {0} \ - CONFIG.PSU__TTC2__PERIPHERAL__ENABLE {1} \ - CONFIG.PSU__TTC2__PERIPHERAL__IO {NA} \ - CONFIG.PSU__TTC2__WAVEOUT__ENABLE {0} \ - CONFIG.PSU__TTC3__CLOCK__ENABLE {0} \ - CONFIG.PSU__TTC3__PERIPHERAL__ENABLE {1} \ - CONFIG.PSU__TTC3__PERIPHERAL__IO {NA} \ - CONFIG.PSU__TTC3__WAVEOUT__ENABLE {0} \ - CONFIG.PSU__UART0_LOOP_UART1__ENABLE {0} \ - CONFIG.PSU__UART0__PERIPHERAL__ENABLE {0} \ - CONFIG.PSU__UART1__BAUD_RATE {115200} \ - CONFIG.PSU__UART1__MODEM__ENABLE {0} \ - CONFIG.PSU__UART1__PERIPHERAL__ENABLE {1} \ - CONFIG.PSU__UART1__PERIPHERAL__IO {MIO 36 .. 37} \ - CONFIG.PSU__USB0_COHERENCY {0} \ - CONFIG.PSU__USB0__PERIPHERAL__ENABLE {1} \ - CONFIG.PSU__USB0__PERIPHERAL__IO {MIO 52 .. 63} \ - CONFIG.PSU__USB0__REF_CLK_FREQ {26} \ - CONFIG.PSU__USB0__REF_CLK_SEL {Ref Clk1} \ - CONFIG.PSU__USB1__PERIPHERAL__ENABLE {0} \ - CONFIG.PSU__USB2_0__EMIO__ENABLE {0} \ - CONFIG.PSU__USB3_0__EMIO__ENABLE {0} \ - CONFIG.PSU__USB3_0__PERIPHERAL__ENABLE {1} \ - CONFIG.PSU__USB3_0__PERIPHERAL__IO {GT Lane2} \ - CONFIG.PSU__USB__RESET__MODE {Boot Pin} \ - CONFIG.PSU__USB__RESET__POLARITY {Active Low} \ - CONFIG.PSU__USE__ADMA {0} \ - CONFIG.PSU__USE__APU_LEGACY_INTERRUPT {0} \ - CONFIG.PSU__USE__AUDIO {0} \ - CONFIG.PSU__USE__CLK {0} \ - CONFIG.PSU__USE__CLK0 {0} \ - CONFIG.PSU__USE__CLK1 {0} \ - CONFIG.PSU__USE__CLK2 {0} \ - CONFIG.PSU__USE__CLK3 {0} \ - CONFIG.PSU__USE__CROSS_TRIGGER {0} \ - CONFIG.PSU__USE__DDR_INTF_REQUESTED {0} \ - CONFIG.PSU__USE__DEBUG__TEST {0} \ - CONFIG.PSU__USE__EVENT_RPU {0} \ - CONFIG.PSU__USE__FABRIC__RST {1} \ - CONFIG.PSU__USE__FTM {0} \ - CONFIG.PSU__USE__GDMA {0} \ - CONFIG.PSU__USE__IRQ {0} \ - CONFIG.PSU__USE__IRQ0 {1} \ - CONFIG.PSU__USE__IRQ1 {0} \ - CONFIG.PSU__USE__M_AXI_GP0 {0} \ - CONFIG.PSU__USE__M_AXI_GP1 {0} \ - CONFIG.PSU__USE__M_AXI_GP2 {1} \ - CONFIG.PSU__USE__PROC_EVENT_BUS {0} \ - CONFIG.PSU__USE__RPU_LEGACY_INTERRUPT {0} \ - CONFIG.PSU__USE__RST0 {0} \ - CONFIG.PSU__USE__RST1 {0} \ - CONFIG.PSU__USE__RST2 {0} \ - CONFIG.PSU__USE__RST3 {0} \ - CONFIG.PSU__USE__RTC {0} \ - CONFIG.PSU__USE__STM {0} \ - CONFIG.PSU__USE__S_AXI_ACE {0} \ - CONFIG.PSU__USE__S_AXI_ACP {0} \ - CONFIG.PSU__USE__S_AXI_GP0 {0} \ - CONFIG.PSU__USE__S_AXI_GP1 {0} \ - CONFIG.PSU__USE__S_AXI_GP2 {0} \ - CONFIG.PSU__USE__S_AXI_GP3 {0} \ - CONFIG.PSU__USE__S_AXI_GP4 {0} \ - CONFIG.PSU__USE__S_AXI_GP5 {0} \ - CONFIG.PSU__USE__S_AXI_GP6 {0} \ - CONFIG.PSU__USE__USB3_0_HUB {0} \ - CONFIG.PSU__USE__USB3_1_HUB {0} \ - CONFIG.PSU__USE__VIDEO {0} \ - CONFIG.PSU__VIDEO_REF_CLK__ENABLE {0} \ - CONFIG.PSU__VIDEO_REF_CLK__FREQMHZ {33.333} \ - CONFIG.QSPI_BOARD_INTERFACE {custom} \ - CONFIG.SATA_BOARD_INTERFACE {custom} \ - CONFIG.SD0_BOARD_INTERFACE {custom} \ - CONFIG.SD1_BOARD_INTERFACE {custom} \ - CONFIG.SPI0_BOARD_INTERFACE {custom} \ - CONFIG.SPI1_BOARD_INTERFACE {custom} \ - CONFIG.SUBPRESET1 {Custom} \ - CONFIG.SUBPRESET2 {Custom} \ - CONFIG.SWDT0_BOARD_INTERFACE {custom} \ - CONFIG.SWDT1_BOARD_INTERFACE {custom} \ - CONFIG.TRACE_BOARD_INTERFACE {custom} \ - CONFIG.TTC0_BOARD_INTERFACE {custom} \ - CONFIG.TTC1_BOARD_INTERFACE {custom} \ - CONFIG.TTC2_BOARD_INTERFACE {custom} \ - CONFIG.TTC3_BOARD_INTERFACE {custom} \ - CONFIG.UART0_BOARD_INTERFACE {custom} \ - CONFIG.UART1_BOARD_INTERFACE {custom} \ - CONFIG.USB0_BOARD_INTERFACE {custom} \ - CONFIG.USB1_BOARD_INTERFACE {custom} \ - ] $zynq_ultra_ps_e_0 - - - set_property SELECTED_SIM_MODEL tlm $zynq_ultra_ps_e_0 - - # Create instance: clk_wiz_0, and set properties - set clk_wiz_0 [ create_bd_cell -type ip -vlnv xilinx.com:ip:clk_wiz:6.0 clk_wiz_0 ] - set_property -dict [list \ - CONFIG.CLKOUT1_JITTER {115.833} \ - CONFIG.CLKOUT1_PHASE_ERROR {87.181} \ - CONFIG.CLKOUT2_JITTER {102.087} \ - CONFIG.CLKOUT2_PHASE_ERROR {87.181} \ - CONFIG.CLKOUT2_REQUESTED_OUT_FREQ {200.000} \ - CONFIG.CLKOUT2_USED {true} \ - CONFIG.CLKOUT3_JITTER {90.075} \ - CONFIG.CLKOUT3_PHASE_ERROR {87.181} \ - CONFIG.CLKOUT3_REQUESTED_OUT_FREQ {400.000} \ - CONFIG.CLKOUT3_USED {true} \ - CONFIG.MMCM_CLKOUT1_DIVIDE {6} \ - CONFIG.MMCM_CLKOUT2_DIVIDE {3} \ - CONFIG.NUM_OUT_CLKS {3} \ - CONFIG.RESET_PORT {resetn} \ - CONFIG.RESET_TYPE {ACTIVE_LOW} \ - ] $clk_wiz_0 - - - # Create instance: proc_sys_reset_1, and set properties - set proc_sys_reset_1 [ create_bd_cell -type ip -vlnv xilinx.com:ip:proc_sys_reset:5.0 proc_sys_reset_1 ] - - # Create instance: proc_sys_reset_2, and set properties - set proc_sys_reset_2 [ create_bd_cell -type ip -vlnv xilinx.com:ip:proc_sys_reset:5.0 proc_sys_reset_2 ] - - # Create instance: proc_sys_reset_3, and set properties - set proc_sys_reset_3 [ create_bd_cell -type ip -vlnv xilinx.com:ip:proc_sys_reset:5.0 proc_sys_reset_3 ] - - # Create instance: axi_intc_0, and set properties - set axi_intc_0 [ create_bd_cell -type ip -vlnv xilinx.com:ip:axi_intc:4.1 axi_intc_0 ] - set_property CONFIG.C_IRQ_CONNECTION {1} $axi_intc_0 - - - # Create instance: ps8_0_axi_periph, and set properties - set ps8_0_axi_periph [ create_bd_cell -type ip -vlnv xilinx.com:ip:axi_interconnect:2.1 ps8_0_axi_periph ] - set_property CONFIG.NUM_MI {1} $ps8_0_axi_periph - - - # Create interface connections - connect_bd_intf_net -intf_net ps8_0_axi_periph_M00_AXI [get_bd_intf_pins ps8_0_axi_periph/M00_AXI] [get_bd_intf_pins axi_intc_0/s_axi] - connect_bd_intf_net -intf_net zynq_ultra_ps_e_0_M_AXI_HPM0_LPD [get_bd_intf_pins zynq_ultra_ps_e_0/M_AXI_HPM0_LPD] [get_bd_intf_pins ps8_0_axi_periph/S00_AXI] - - # Create port connections - connect_bd_net -net axi_intc_0_irq [get_bd_pins axi_intc_0/irq] [get_bd_pins zynq_ultra_ps_e_0/pl_ps_irq0] - connect_bd_net -net clk_wiz_0_clk_out1 [get_bd_pins clk_wiz_0/clk_out1] [get_bd_pins proc_sys_reset_1/slowest_sync_clk] - connect_bd_net -net clk_wiz_0_clk_out2 [get_bd_pins clk_wiz_0/clk_out2] [get_bd_pins axi_intc_0/s_axi_aclk] [get_bd_pins proc_sys_reset_2/slowest_sync_clk] [get_bd_pins ps8_0_axi_periph/ACLK] [get_bd_pins ps8_0_axi_periph/S00_ACLK] [get_bd_pins ps8_0_axi_periph/M00_ACLK] [get_bd_pins zynq_ultra_ps_e_0/maxihpm0_lpd_aclk] - connect_bd_net -net clk_wiz_0_clk_out3 [get_bd_pins clk_wiz_0/clk_out3] [get_bd_pins proc_sys_reset_3/slowest_sync_clk] - connect_bd_net -net clk_wiz_0_locked [get_bd_pins clk_wiz_0/locked] [get_bd_pins proc_sys_reset_1/dcm_locked] [get_bd_pins proc_sys_reset_2/dcm_locked] [get_bd_pins proc_sys_reset_3/dcm_locked] - connect_bd_net -net proc_sys_reset_2_peripheral_aresetn [get_bd_pins proc_sys_reset_2/peripheral_aresetn] [get_bd_pins axi_intc_0/s_axi_aresetn] [get_bd_pins ps8_0_axi_periph/ARESETN] [get_bd_pins ps8_0_axi_periph/S00_ARESETN] [get_bd_pins ps8_0_axi_periph/M00_ARESETN] - connect_bd_net -net zynq_ultra_ps_e_0_pl_clk0 [get_bd_pins zynq_ultra_ps_e_0/pl_clk0] [get_bd_pins clk_wiz_0/clk_in1] - connect_bd_net -net zynq_ultra_ps_e_0_pl_resetn0 [get_bd_pins zynq_ultra_ps_e_0/pl_resetn0] [get_bd_pins clk_wiz_0/resetn] [get_bd_pins proc_sys_reset_1/ext_reset_in] [get_bd_pins proc_sys_reset_2/ext_reset_in] [get_bd_pins proc_sys_reset_3/ext_reset_in] - - # Create address segments - assign_bd_address -offset 0x80000000 -range 0x00010000 -target_address_space [get_bd_addr_spaces zynq_ultra_ps_e_0/Data] [get_bd_addr_segs axi_intc_0/S_AXI/Reg] -force - - - # Restore current instance - current_bd_instance $oldCurInst - - # Create PFM attributes - set_property PFM_NAME {xilinx:kv260:kv260_hardware_Platform:0.0} [get_files [current_bd_design].bd] - set_property PFM.AXI_PORT {M_AXI_HPM0_FPD {memport "M_AXI_GP" sptag "" memory "" is_range "false"} M_AXI_HPM1_FPD {memport "M_AXI_GP" sptag "" memory "" is_range "false"} S_AXI_HPC0_FPD {memport "S_AXI_HP" sptag "HP2" memory "" is_range "false"} S_AXI_HPC1_FPD {memport "S_AXI_HP" sptag "HP3" memory "" is_range "false"} S_AXI_HP0_FPD {memport "S_AXI_HP" sptag "HPC0" memory "" is_range "false"} S_AXI_HP1_FPD {memport "S_AXI_HP" sptag "HPC1" memory "" is_range "false"} S_AXI_HP2_FPD {memport "S_AXI_HP" sptag "HP0" memory "" is_range "false"} S_AXI_HP3_FPD {memport "S_AXI_HP" sptag "HP1" memory "" is_range "false"}} [get_bd_cells /zynq_ultra_ps_e_0] - set_property PFM.CLOCK {clk_out1 {id "0" is_default "false" proc_sys_reset "/proc_sys_reset_1" status "fixed" freq_hz "100000000"} clk_out2 {id "1" is_default "true" proc_sys_reset "/proc_sys_reset_2" status "fixed" freq_hz "200000000"} clk_out3 {id "2" is_default "false" proc_sys_reset "/proc_sys_reset_3" status "fixed" freq_hz "400000000"}} [get_bd_cells /clk_wiz_0] - set_property PFM.IRQ {intr { id 0 range 32 }} [get_bd_cells /axi_intc_0] - set_property PFM.AXI_PORT {M01_AXI {memport "M_AXI_GP" sptag "" memory "" is_range "false"} M02_AXI {memport "M_AXI_GP" sptag "" memory "" is_range "false"} M03_AXI {memport "M_AXI_GP" sptag "" memory "" is_range "false"} M04_AXI {memport "M_AXI_GP" sptag "" memory "" is_range "false"} M05_AXI {memport "M_AXI_GP" sptag "" memory "" is_range "false"} M06_AXI {memport "M_AXI_GP" sptag "" memory "" is_range "false"} M07_AXI {memport "M_AXI_GP" sptag "" memory "" is_range "false"}} [get_bd_cells /ps8_0_axi_periph] - - - save_bd_design -} -# End of create_root_design() - - -################################################################## -# MAIN FLOW -################################################################## - -create_root_design "" - - -common::send_gid_msg -ssname BD::TCL -id 2053 -severity "WARNING" "This Tcl script was generated from a block design that has not been validated. It is possible that design <$design_name> may result in errors during validation." - diff --git a/Vitis_Platform_Creation/Design_Tutorials/01-Edge-KV260/ref_files/step2_pfm/Makefile b/Vitis_Platform_Creation/Design_Tutorials/01-Edge-KV260/ref_files/step2_pfm/Makefile deleted file mode 100644 index d5866268b8..0000000000 --- a/Vitis_Platform_Creation/Design_Tutorials/01-Edge-KV260/ref_files/step2_pfm/Makefile +++ /dev/null @@ -1,48 +0,0 @@ -#/* -#Copyright (C) 2023, Advanced Micro Devices, Inc. All rights reserved. -#SPDX-License-Identifier: MIT -#*/ - -ROOT_DIR=$(realpath $(dir $(lastword $(MAKEFILE_LIST)))) -PLATFORM_NAME=kv260_custom - -XSA_NAME=kv260_hardware_platform -VERSION=2025.1 -COMMON_IMAGE_ZYNQMP ?=${PLATFORM_REPO_PATHS}/sw/zynqmp/xilinx-zynqmp-common-v$(VERSION)/ - - - - -.PHONY: help - -help: - @echo "Makefile usage" - @echo "make all COMMON_IMAGE_ZYNQMP= ## Generate platform with pre-built software components" - - -all: check-common-image pfm - -#target : check whether the common image is ready -check-common-image: -ifeq ($(wildcard $(COMMON_IMAGE_ZYNQMP)/Image),) - @echo "'COMMON_IMAGE_ZYNQMP' is not accessible, please download common image from Xilinx Downloads website and set this flag to specify the common image path." - @make help - @echo "exit ....." && exit 1 -endif - - - -#create platfrom -pfm: - - @echo "INFO: Creating Platform $(PLATFORM_NAME)" - mkdir -p tmp && export XILINX_VITIS_DATA_DIR="./tmp" && vitis -s platform_creation.py --platform_name $(PLATFORM_NAME) --xsa_path ../step1_vivado/build/vivado/$(XSA_NAME).xsa --boot $(COMMON_IMAGE_ZYNQMP) - @echo "INFO: Checking created platforms:" && find . -name "*.xpfm" - - - -clean: - rm -rf IDE.log $(PLATFORM_NAME) $(DT_PLAT_NAME) - -ultraclean: clean - rm -rf device-tree-xlnx tmp logs ws diff --git a/Vitis_Platform_Creation/Design_Tutorials/01-Edge-KV260/ref_files/step2_pfm/platform_creation.py b/Vitis_Platform_Creation/Design_Tutorials/01-Edge-KV260/ref_files/step2_pfm/platform_creation.py deleted file mode 100644 index 91dd108d6e..0000000000 --- a/Vitis_Platform_Creation/Design_Tutorials/01-Edge-KV260/ref_files/step2_pfm/platform_creation.py +++ /dev/null @@ -1,35 +0,0 @@ -#/* -#Copyright (C) 2023, Advanced Micro Devices, Inc. All rights reserved. -#SPDX-License-Identifier: MIT -#*/ - -# 2023-04-02T21:02:13.258137 -import vitis -import argparse -import os - -print("Platform generation") -parser = argparse.ArgumentParser() -parser.add_argument("--platform_name", type=str, dest="platform_name") -parser.add_argument("--xsa_path", type=str, dest="xsa_path") -parser.add_argument("--boot", type=str, dest="boot") - -args = parser.parse_args() -platform_name=args.platform_name -xsa_path=args.xsa_path - -boot=args.boot -print('args',args) -client = vitis.create_client() -workspace_path = os.getcwd() + "/ws" -client.set_workspace(path=workspace_path) -advanced_options = client.create_advanced_options_dict(dt_overlay="1",dt_zocl="1") -platform = client.create_platform_component(name = platform_name, hw_design =xsa_path, os = "linux",cpu = "psu_cortexa53",generate_dtb = True,advanced_options = advanced_options ) -platform = client.get_component(name=platform_name) -domain = platform.get_domain(name="linux_psu_cortexa53") -status = domain.update_name(new_name="xrt") -status = domain.generate_bif() -status = domain.set_boot_dir(path=boot) - - -status = platform.build() diff --git a/Vitis_Platform_Creation/Design_Tutorials/01-Edge-KV260/ref_files/step3_validate/Makefile b/Vitis_Platform_Creation/Design_Tutorials/01-Edge-KV260/ref_files/step3_validate/Makefile deleted file mode 100644 index 69b0e13f7b..0000000000 --- a/Vitis_Platform_Creation/Design_Tutorials/01-Edge-KV260/ref_files/step3_validate/Makefile +++ /dev/null @@ -1,65 +0,0 @@ -#/* -#Copyright (C) 2023, Advanced Micro Devices, Inc. All rights reserved. -#SPDX-License-Identifier: MIT -#*/ - -ROOT_DIR=$(realpath $(dir $(lastword $(MAKEFILE_LIST)))) -PLATFORM_NAME=kv260_custom -PLATFORM= $(ROOT_DIR)/../step2_pfm/ws/$(PLATFORM_NAME)/export/$(PLATFORM_NAME)/$(PLATFORM_NAME).xpfm - -VERSION=2025.1 -COMMON_IMAGE_ZYNQMP ?=${PLATFORM_REPO_PATHS}/sw/zynqmp/xilinx-zynqmp-common-v$(VERSION)/ -SYSROOT := $(COMMON_IMAGE_ZYNQMP)/sysroots/cortexa72-cortexa53-amd-linux -VADD_WORK=$(ROOT_DIR)/vadd_work - -.PHONY: help - -help: - @echo "Makefile usage" - @echo "make all ## Generate and package application related files" - -all: getplatforminfo vadd_hw_package - - -getplatforminfo: - $(MAKE) -C platforminfo/ all -cpVaddCode: - mkdir -p vadd_work - cp $(XILINX_VITIS)/samples/vadd/* vadd_work -a - cp makefile_vadd vadd_work/Makefile - -# vadd_hw is a place-holder for manual build and test on hardware -$(VADD_WORK)/simple_vadd: vadd_hw -vadd_hw: cpVaddCode $(PLATFORM) - $(MAKE) -C $(VADD_WORK) sd_card TARGET=hw PLATFORM=$(PLATFORM) DEV_ARCH=versal HOST_ARCH=aarch64 EDGE_COMMON_SW=$(COMMON_IMAGE_ZYNQMP) SYSROOT=$(SYSROOT)/ -# vadd_hw generates the files for running on hardware. User needs to pick the files required by KV260, rename thr file and transfer them to the board -# Do not use the generated sd_card.img - -$(VADD_WORK)/shell.json: - cd $(VADD_WORK) && printf '{\n "shell_type" : "XRT_FLAT",\n "num_slots": "1"\n}' > shell.json - -vadd_hw_package: $(VADD_WORK)/simple_vadd $(VADD_WORK)/shell.json - @echo "INFO: Packaging Completed" - mkdir -p vadd - cp ../step2_pfm//ws/kv260_custom/export/kv260_custom/sw/boot/pl.dtbo vadd/ - cp $(VADD_WORK)/shell.json vadd/ - cp $(VADD_WORK)/build_dir.hw//vadd.link.xclbin vadd//vadd.bin - cp $(VADD_WORK)/simple_vadd vadd/ - @echo "Please copy vadd to /lib/firmware/xilinx/ on target board" - @echo "then use xmutil to load hardware." - @echo "xmutil unloadapp" - @echo "xmutil loadapp vadd" - @echo "Go to /lib/firmware/xilinx/vadd directory and run application" - @echo "$ ./simple_vadd .//vadd.bin" - -getplatforminfo: - $(MAKE) -C platforminfo/ all - - -clean: - -$(MAKE) -C $(VADD_WORK) clean - -$(MAKE) -C platforminfo/ clean - rm -rf vadd/ - -ultraclean:clean - rm -rf $(VADD_WORK) diff --git a/Vitis_Platform_Creation/Design_Tutorials/01-Edge-KV260/ref_files/step3_validate/makefile_vadd b/Vitis_Platform_Creation/Design_Tutorials/01-Edge-KV260/ref_files/step3_validate/makefile_vadd deleted file mode 100644 index eb5d1850d1..0000000000 --- a/Vitis_Platform_Creation/Design_Tutorials/01-Edge-KV260/ref_files/step3_validate/makefile_vadd +++ /dev/null @@ -1,172 +0,0 @@ -#/* -#Copyright (C) 2023, Advanced Micro Devices, Inc. All rights reserved. -#SPDX-License-Identifier: MIT -#*/ - - -############################## Setting up Project Variables ############################## -TARGET := hw -SYSROOT := $(EDGE_COMMON_SW)/sysroots/cortexa72-cortexa53-amd-linux -SD_IMAGE_FILE := $(EDGE_COMMON_SW)/Image -VPP_LDFLAGS := - - -TEMP_DIR := ./_x.$(TARGET) -BUILD_DIR := ./build_dir.$(TARGET) - -LINK_OUTPUT := $(BUILD_DIR)/vadd.link.xclbin - -EMU_PS := QEMU -ifeq ($(TARGET), sw_emu) -EMU_PS := X86 -endif - -# SoC variables -RUN_APP_SCRIPT = run_vadd.sh -PACKAGE_OUT = ./package.$(TARGET) - -LAUNCH_EMULATOR = $(PACKAGE_OUT)/launch_$(TARGET).sh -RESULT_STRING = TEST PASSED - -VPP_PFLAGS := -CMD_ARGS = $(BUILD_DIR)/vadd.xclbin -SD_CARD := $(PACKAGE_OUT) - - -ifeq ($(EMU_PS), X86) -CXXFLAGS += -I$(XILINX_XRT)/include -I$(XILINX_VIVADO)/include -Wall -O0 -g -std=c++17 -LDFLAGS += -L$(XILINX_XRT)/lib -pthread -lOpenCL -else -CXXFLAGS += -I$(XILINX_VITIS)/include -Wall -O0 -g -std=c++17 -CXXFLAGS += -I$(SYSROOT)/usr/include/xrt -CXXFLAGS += -I$(SYSROOT)/usr/include -Wall -Wextra -O0 -g3 -std=c++17 -MD -MT -CXXFLAGS += -Isrc/ -LDFLAGS += -L$(SYSROOT)/usr/lib -luuid -lxrt_coreutil -lxilinxopencl -lpthread -lrt -lstdc++ -endif - -ifeq ($(TARGET),$(filter $(TARGET),sw_emu)) -VPP_PFLAGS+= --package.emu_ps qemu -endif - -#Check for EMU_PS -ifeq ($(TARGET), $(filter $(TARGET),hw_emu hw)) -ifeq ($(EMU_PS), X86) -$(error For hw_emu and hw, the design has to run on QEMU. Thus, please give EMU_PS=QEMU for these targets.) -endif -endif - -########################## Checking if PLATFORM in allowlist ####################### -PLATFORM_BLOCKLIST += nodma -############################## Setting up Host Variables ############################## -#Include Required Host Source Files -HOST_SRCS += src/host.cpp -HOST_SRCS += src/cmdlineparser.cpp -HOST_SRCS += src/logger.cpp -# Host compiler global settings -CXXFLAGS += -fmessage-length=0 -LDFLAGS += -lrt -lstdc++ -ifneq ($(EMU_PS), X86) -LDFLAGS += --sysroot=$(SYSROOT) -endif -############################## Setting up Kernel Variables ############################## -# Kernel compiler global settings -VPP_FLAGS += --save-temps - - -EXECUTABLE = ./simple_vadd -EMCONFIG_DIR = $(TEMP_DIR) - -############################## Setting Targets ############################## -.PHONY: all clean cleanall docs emconfig -ifeq ($(EMU_PS), X86) -all: $(EXECUTABLE) $(LINK_OUTPUT) emconfig -else -all: $(EXECUTABLE) $(LINK_OUTPUT) sd_card -endif - -.PHONY: host -host: $(EXECUTABLE) - -.PHONY: build -build: $(LINK_OUTPUT) - -.PHONY: xclbin -xclbin: build - - -############################## Setting Rules for Binary Containers (Building Kernels) ############################## -$(TEMP_DIR)/vadd.xo: src/vadd.cpp - mkdir -p $(TEMP_DIR) - v++ -c $(VPP_FLAGS) -t $(TARGET) --platform $(PLATFORM) -k vadd --temp_dir $(TEMP_DIR) -I'$( platforminfo.txt - -clean: - rm platforminfo.txt \ No newline at end of file diff --git a/Vitis_Platform_Creation/Design_Tutorials/01-Edge-KV260/step1.md b/Vitis_Platform_Creation/Design_Tutorials/01-Edge-KV260/step1.md deleted file mode 100644 index 9d9811f199..0000000000 --- a/Vitis_Platform_Creation/Design_Tutorials/01-Edge-KV260/step1.md +++ /dev/null @@ -1,312 +0,0 @@ - - - - -
- - - AMD logo - -

AMD Vitis™ Platform Creation Tutorials

- See Vitis™ Development Environment on amd.com -
- -# Step 1: Create the Vivado Hardware Design and Generate XSA - -In this step, you will create the hardware design for the KV260 Vitis acceleration platform. You will start from a KV260 preset design, add platform required peripherals, and configure them. After everything is set, You will export the hardware design to XSA. - -## Create Base Vivado Project from Preset - -1. Create a workspace and launch the AMD Vivado™ Design Suite. - - Run the following commands in Linux console. - - ```bash - mkdir WorkSpace - cd WorkSpace - source /settings64.sh - vivado & - ``` - -2. Create a Vivado project named **kv260_hardware_platform**. - - - Select **File->Project->New**, Click **Next**. - - In Project Name dialog, set Project name to **kv260_hardware_platform**, and keep **Create project subdirectory** checked. Then, click **Next**. - - Enable **Project is an extensible Vitis platform**. Click **Next**. - - ![vivado_project_type.png](./images/vivado_project_type.png) - - - Select **Boards** tab. - - Click **Refresh** button to load the latest list of boards. - - Select **Kria KV260 Vision AI Starter Kit**. - - Click **Connections**, click drop-down button and select **Vision AI Starter Kit carrier card**, click OK. - ![Missing Image](./images/kv260_cc.png) - - - Click **Next**. - - Review project summary and click **Finish** - - > **NOTE:** If you need to change an existing Vivado project to an extensible platform project, you can go to **Settings** in **Flow Navigator** in an opened Vivado design, go to **General** and enable **project is an extensible Vitis platform** - -3. Create a block design. - - - In **Project Manager**, under **IP INTEGRATOR**, select **Create Block Design**. - - (Optional) Change the design name to **system**. - - Click **OK**. - -4. Add MPSoC IP, and run block automation to configure it. - - - Right-click the Diagram view, and select **Add IP**. - - Search for `zynq`, and then double-click the **Zynq UltraScale+ MPSoC** from the IP search results. - - Click the **Run Block Automation** link to apply the board presets. - In the Run Block Automation dialog, ensure the following is marked: - - - All Automation - - Zynq_ultra_ps_e_0 - - Apply Board Presets - - - Click **OK**. You should get MPSoC block configured similar to the following: - - ![block_automation_result.png](./images/block_automation_result.png) - -**What Just Happened?** - -At this stage, the Vivado block automation has added an AMD Zynq™ UltraScale+™ MPSoC block and applied all board presets for the KV260. The presets includes MPSoC PS block configurations and pin assignments. - -### Customize System Design for Clock and Reset - -V++ linker can automatically link the clock signals between kernel and platform. The available clock signals in the platform are exported by **PFM.CLK** property. - -For simple designs, interrupt signals can be sourced by processor's **pl_clk**. The limitation is that the processor has maximum four `pl_clks` and their phase is not aligned. - -To supply more interrupt signals, or to supply phase aligned clocks, you can use **Clocking Wizard**. - -You will add the **Clocking Wizard** to the block diagram and enable clock signals for the platform. - -1. Add the clocking wizard block to generate three clocks: - - - Right-click Diagram view, and select **Add IP**. - - Search for, and add a **Clocking Wizard** from the IP Search dialog. - - Double-click the **clk_wiz_0** IP block to open the Re-Customize IP dialog box. - - Click the **Output Clocks** tab. - - Enable clk_out1 through clk_out3 in the Output Clock column. Set the **Requested Output Freq** as follows: - - - **clk_out1** to **100** MHz - - **clk_out2** to **200** MHz - - **clk_out3** to **400** MHz - - - At the bottom of the dialog box, set the **Reset Type** to **Active Low**. - - ![clock_settings.png](./images/clock_settings.png) - - - Click **OK** to close the dialog. - - >**NOTE:** Now you have set up the clock system for your design. This clock wizard uses the `pl_clk` as input clock and generates clocks needed for the whole logic design. In this straightforward design, you would use 100 MHz clock as the axi_lite control bus clock. 200 MHz and 400 MHz clocks are reserved for data-processing unit (DPU) AXI interface clock and DPU core clock during design linking phase. You are free to change the clock quantities and frequency to fit your target design. You will setup the clock export in future steps. First, you need to create reset signals for each clock because they are needed in clock export setup. - -1. Add three Processor System Reset blocks corresponding to the three clocks: - - - Right-click Diagram view, and select **Add IP**. - - Search for and add a **Processor System Reset** from the IP Search dialog. - - Rename the reset block to **proc_sys_reset_1** so that it is easy to understand the relationship between reset modules and the clock signals. - - Select the **proc_sys_reset_1** block, type Ctrl-C and Ctrl-V to replicate two modules. They are named as **proc_sys_reset_2** and **proc_sys_reset_3** by default. - -1. Connect the clocks and resets: - - - Click **Run Connection Automation**, which will open a dialog that will help connect the `proc_sys_reset` blocks to the clocking wizard clock outputs. - - Enable All Automation on the left side of the Run Connection Automation dialog box. - - Select **clk_in1** on `clk_wiz_0`, and set the Clock Source to **/zynq_ultra_ps_e_0/pl_clk0**. - - For each **proc_sys_reset** instance, select the **slowest_sync_clk**, and set the Clock Source as follows: - - - **proc_sys_reset_1** with **/clk_wiz_0/clk_out1** - - **proc_sys_reset_2** with **/clk_wiz_0/clk_out2** - - **proc_sys_reset_3** with **/clk_wiz_0/clk_out3** - - - On each `proc_sys_reset` instance, select the **ext_reset_in**, set **Board Part Interface** to **Custom**, and set the **Select Manual Source** to **/zynq_ultra_ps_e_0/pl_resetn0**. - - Make sure all checkboxes are enabled, and click **OK** to close the dialog and create the connections. - - Connect all the **dcm_locked** signals on each `proc_sys_reset` instance to the locked signal on **clk_wiz_0**. - - ![clk_rst_connection.png](./images/clk_rst_connection.png) - -1. Enable clocks for the platform - - - Go to **Platform Setup** tab. If it is not opened yet, select **Window -> Platform Setup** to open it. - - Click **Clock** tab - - Enable all clocks under clk_wiz_0: **clk_out1**, **clk_out2**, **clk_out3**. - - Change their ID to **0**, **1** and **2**. - - Set a default clock: click **Is Default** for **clk_out2**. - - After everything is setup, it should report **Info: No problem with Clock interface**. - - ![Platform Setup - Clock](images/platform_clock.png) - - >**NOTE:** There should be one and only one default clock in the platform. The v++ linker will use the default clock to connect the IP blocks if there are no user assignments for link configuration. - -### Add Interrupt Support - -The v++ linker can automatically link the interrupt signals between kernel and platform. The available interrupt signals in the platform are exported by **PFM.IRQ** property. - -For simple designs, interrupt signals can be sourced by processor's **pl_ps_irq**. The limitation is that it can only supply maximum 16 interrupt signals. To supply more interrupt signals, you can use **AXI Interrupt Controller**. You will enable **AXI HPM0 LPD** to control the **AXI Interrupt Controller**, add the **AXI Interrupt Controller** and enable interrupt signals for **PFM.IRQ**. - -1. Enable **AXI HPM0 LPD** to control the **AXI Interrupt Controller** - - - In the block diagram, double-click the **Zynq UltraScale+ MPSoC** block. - - Select **PS-PL Configuration > PS-PL interfaces > Master interface**. - - Enable the **AXI HPM0 LPD** option. - - Expand the arrow before **AXI HPM0 LPD**. Check the **AXI HPM0 LPD Data width** settings and keep it as default **32**. - - Disable **AXI HPM0 FPD** and **AXI HPM1 FPD** - - Click **OK** to finish the configuration. - - >**NOTE:** - > - >- Use **AXI HPM0 LPD** for controlling purpose. It would read and write 32-bit control registers. If the interface is more than 32, AXI Interconnect or SmartConnect will do AXI bus width conversion using PL logic. It would cost logic resource and introduce unnecessary latency. - > - Reserve **AXI HPM0 FPD** and **AXI HPM1 FPD** for kernel usage. Disabling them from the block diagram can prevent auto connection to use it by accident. You can export the unused AXI interfaces in Platform Setup, no matter it is visible in the block diagram or not. - -2. Add the **AXI Interrupt Controller** and configure it. - - - Right-click Diagram view, and select **Add IP**, search and add **AXI Interrupt Controller** IP. It is instantiated as **axi_intc_0**. - - Double-click the AXI Interrupt Controller block, change **Interrupt Output Connection** to **Single** so that it can be connected to PS IRQ interface. - - Click **OK**. - -3. Connect AXI Interfaces of `axi_intc_0` to AXI HPM0 LPD of PS. - - - Click **Run Connection Automation**. - - Review the settings (**axi_intc_0** is enabled, **s_axi** Master interface is to be connect to **/zynq_ultra_ps_e_0/M_AXI_HPM0_LPD**). - - Set **Clock Source for Slave Interface** and **Clock Source for Master Interface** to **/clk_wiz_0/clk_out2(200 MHz)**. - - Click **OK**. - - >**NOTE:** You wish interrupt controller and most kernel IRQ signals are synchronous to one clock. It is best for stability. But do not worry about the asynchronous IRQ if kernels are running at different clocks. The interrupt controller can manage asynchronous IRQ with level interrupt signals as well. - -4. Connect irq of the Interrupt Controller - - - Connect **axi_intc_0.irq** to **zynq_ultra_ps_e_0.pl_ps_irq[0:0]** - - The IPI design connection would like the following until now: - - ![ipi_fully_connection.png](./images/ipi_fully_connection.png) - - > **NOTE:** If you have more than one `irq` signals to connect to `pl_ps_irq` of PS, use a **concat** IP to concatenate them to a bus and then connect the bus to `pl_ps_irq`. - -5. Enable interrupt signals for the platform. - - - Go to the Platform Setup tab. - - Go to the Interrupt tab. - - Enable intr under axi_intc_0. - -### Enable AXI Interfaces for the Platform - -1. Enable AXI Master interfaces from the processing system (PS). - - - Go to **Platform Setup** tab. - - Go to **AXI Port** tab in Platform Setup. - - Under **zynq_ultra_ps_e_0**, enable **M_AXI_HPM0_FPD** and **M_AXI_HPM1_FPD**. Keep the Memport and sptag default to M_AXI_GP and empty. - - >**NOTE:** - > - >- M_AXI_GP means general purpose AXI Master interface. - >- sptag is only applicable to AXI slave interfaces. - >- The v++ linker will instantiate AXI Interconnect automatically to connect between PS AXI Master interfaces and slave interfaces of acceleration kernels. One AXI Master interface will connect up to 16 kernels. - -2. Enable AXI Master interfaces from AXI Interconnect. - - - Under ps8_0_axi_periph, click M01_AXI, press Shift and click M07_AXI to multi-select master interfaces from M01_AXI to M07_AXI. - - Right click the selection and click on **Enable**. - - Keep the Memport and sptag default to M_AXI_GP and empty. - - >**NOTE:** - > - >- v++ will not cascade another level of AXI Interconnect if the AXI master interface is exported from AXI Interconnect IP. - >- AXI Master interfaces from PS and AXI Interconnect are functionally equivalent to the platform. - >- In general, platform designer should export as many as AXI interfaces to the platform. The application developer should decide which interface to use. - -3. Enable AXI Slave interfaces from PS to allow kernels access DDR memory. - - - Under zynq_ultra_ps_e_0, multi-select all AXI slave interfaces: press **Ctrl** and click **S_AXI_HPC0_FPD**, **S_AXI_HPC1_FPD**, **S_AXI_HP0_FPD**, **S_AXI_HP1_FPD**, **S_AXI_HP2_FPD**, **S_AXI_HP3_FPD**. - - Right click the selections and select **enable**. - - Change Memport of **S_AXI_HPC0_FPD** and **S_AXI_HPC1_FPD** to **S_AXI_HP** because we will not use any coherent features for these interfaces. - - Type in simple sptag names for these interfaces so that they can be selected by v++ configuration during linking phase. **HPC0**, **HPC1**, **HP0**, **HP1**, **HP2**, **HP3**. - - ![Platform Setup - AXI Ports](images/platform_setup_interfaces.png) - -### Modify the IP address in address editor (Optional) - - >Note: This step is not mandatory for platform creation. Please refer to it according to your requirement. - - If users need to modify the IP address please go through following steps. - 1. Check the location address space of your IP - 2. Go to address editor by clicking **Window**-> **Address editor** to open it. - - Next, we will use the example of modifying the interrupt controller IP address to illustrate how to modify the IP address in the address editor. - - - As the interrupt controller is connected with **M_AXI_HPM0_LPD** domain, we need check LPD domain supported address space. Please check the [ZYNQMP Technical Reference Manual](https://docs.amd.com/r/en-US/ug1085-zynq-ultrascale-trm/PL-AXI-Interface). You could find following address range. That means the IP connected to LPD domain could be placed in 0x8000_0000-0x9FFF_FFFF address space. But conflict is not allowed. - - ![Platform Setup - AXI Ports](images/LPD.PNG) - - - Go to address editor, modify the interrupt controller IP base address according to your requirement. - - ![Platform Setup - AXI Ports](images/address.PNG) - - >Note: The modified base address should be in the LPD address space and the high address should also be in the LPD address space. -### Export Hardware XSA - -1. Validate the block design - - - Click the **Validate Design** button in the block design Diagram window - - **Note**: During validation, Vivado reports a critical warning that **/axi_intc_0/intr** is not connected. This warning can be safely ignored because v++ linker will link kernel interrupt signals to this floating intr signal. - - ```bash - CRITICAL WARNING: [BD 41-759] The input pins (listed below) are either not connected or do not have a source port, and they do not have a tie-off specified. These pins are tied-off to all 0's to avoid error in Implementation flow. - Please check your design and connect them as needed: - /axi_intc_0/intr - ``` - -2. Create a top module wrapper for the block design. - - - In **Source** tab, right click **system.bd** in Design Sources group - - Select **Create HDL Wrapper...**. - - Select **Let Vivado manage wrapper and auto-update**. - - Click **OK** to generate wrapper for block design. - -3. Generate the design. - - - Select **Generate Block Design** from Flow Navigator. - - Select **Synthesis Options** to **Global**. It will skip IP synthesis during generation. - - Click **Generate**. - - Click **Generate Bitstream** in Flow Navigator window. - - Click **Yes**. - -4. Export the platform. - - - Click menu **File -> Export -> Export Platform** to launch the **Export Hardware Platform** wizard. This wizard can also be launched by **Export Platform** button in **Flow Navigator** or **Platform Setup** window. - - Click Next in the first information page. - - Select Platform Type: **Hardware and Hardware Emulation**, click Next. If you skipped the emulation setup previously, select **Hardware** here. - - Select Platform State: **Pre-synthesis**, enable **Include Bitstream**, click Next - - Input Platform Properties and click **Next**. For example, - - Name: kv260_hardware_platform - - Vendor: xilinx - - Board: kv260 - - Version: 0.0 - - Description: This platform provides high PS DDR bandwidth and three clocks: 100MHz, 200MHz and 400MHz. - - Fill in XSA file name: **kv260_hardware_platform** and keep the export directory as default. - - Click **Finish**. **kv260_hardware_platform.xsa** will be generated. The export path is reported in the Tcl console. - - >**NOTE:** You enable Include Bitstream to fulfill the requirement of the `fpga-manager-util` package in PetaLinux. - - Alternatively, the above export can be done in Tcl scripts - - ```tcl - # Setting platform properties - set_property platform.default_output_type "sd_card" [current_project] - set_property platform.design_intent.embedded "true" [current_project] - set_property platform.design_intent.server_managed "false" [current_project] - set_property platform.design_intent.external_host "false" [current_project] - set_property platform.design_intent.datacenter "false" [current_project] - # Write pre-synthesis expandable XSA - write_hw_platform -include_bit -force -file ./kv260_hardware_platform.xsa - ``` - -### Next Step - -Now you finish the Hardware platform creation flow, then you should go to the [Step 2: Vitis Platform Creation](./step2.md) - -

Copyright © 2020–2025 Advanced Micro Devices, Inc.

- -

Terms and Conditions

diff --git a/Vitis_Platform_Creation/Design_Tutorials/01-Edge-KV260/step2.md b/Vitis_Platform_Creation/Design_Tutorials/01-Edge-KV260/step2.md deleted file mode 100644 index 3bfab326d7..0000000000 --- a/Vitis_Platform_Creation/Design_Tutorials/01-Edge-KV260/step2.md +++ /dev/null @@ -1,186 +0,0 @@ - - - - -
- - - AMD logo - -

AMD Vitis™ Platform Creation Tutorials

- See Vitis™ Development Environment on amd.com -
-# Step 2: Create the Vitis Platform - -In this step, you will create a Vitis platform running a Linux operation system. The Vitis platform requires several software components which need to be prepared in advance. Due to the boot flow differences between KV260 and base platforms for AMD evaluation boards like ZCU104, platform developer needs to prepare one additional DTBO file besides the normal software components for Vitis platforms because device tree file of programmable logic (PL) side depends on the hardware design and is loaded after Linux boots up. In addition, application developers need to add this DTBO file to the application deployment package as well. The other software components generation flow is similar to the flow described in the [ZCU104 tutorial](../02-Edge-AI-ZCU104/step2.md). However, in this case, the valuable software component is sysroot,which is used for host application cross-compilation. So you will go on utilizing the common image which provides the sysroot and expedite the process of platform creation. - -### Prepare the Common Image - -1. Download common image from [Xilinx website download page.](https://www.xilinx.com/support/download.html). Go to the **WorkSpace** folder you created in step 1, and place the image package in **WorkSpace** folder. - - ```bash - cd WorkSpace - tree -L 1 # to see the directory hierarchy - ├── kv260_hardware_platform - └── xilinx-zynqmp-common-v2025.1.tar.gz - ``` - -2. Extract the common image. - - - ```bash - cd WorkSpace - tar xvf ../xilinx-zynqmp-common-v2025.1.tar.gz -C . - ``` - - You can see **xilinx-zynqmp-common-v2025.1** folder which contains the components located in **WrokSpace** folder. - - ```bash - tree -L 2 - ├── xilinx-zynqmp-common-v2025.1 - │   ├── bl31.elf - │   ├── boot.scr - │   ├── Image - │   ├── README.txt - │   ├── rootfs.ext4 - │   ├── rootfs.manifest - │   ├── rootfs.tar.gz - │   ├── sdk.sh - │   └── u-boot.elf - ``` - -From the above picture, you can see SDK tool and other components are ready. - -### Generate Software Components from the KV260 Starter Kit BSP(Optional) - -If you need to do system customization, take the following steps as reference. For more advanced tweaks, like kernel or uboot customization, refer to the [PetaLinux customization page](../../Feature_Tutorials/02_petalinux_customization/README.md) for reference. - -
- -Click for Detailed Steps - -1. Check the [AMD Kria™ K26 SOM wiki](https://xilinx-wiki.atlassian.net/wiki/spaces/A/pages/1641152513/Kria+K26+SOM), and download the BSP package from the following link: - - Save it to **WorkSpace** directory. - -2. Set up the PetaLinux environment. - - ```bash - cd WorkSpace - mkdir kv260_petalinux - cd kv260_petalinux - source /settings.sh - ``` - -3. Update the PetaLinux eSDK to enable the recipes needed by the Starter Kit SOM BSP. - - ```bash - petalinux-upgrade -u 'http://petalinux.xilinx.com/sswreleases/rel-v2004/sdkupdate/' -p 'aarch64' - ``` - -4. Create PetaLinux with the Starter Kit SOM BSP, and the XSA export from step 1. - - ```bash - petalinux-create --type project -s xilinx-kv260-starterkit-v2024.1-final.bsp - cd xilinx-kv260-starterkit-2024.1 - petalinux-config --get-hw-description= --silent - ``` - -5. Add XRT to rootfs. - - KV260 PetaLinux BSP does not enable Xilinx Runtime (XRT) because it installs XRT with an overlay. To create sysroot for application developer cross compiling, enable XRT in the rootfs. All the XRT required libraries are packaged into one group. - - - Run `petalinux-config -c rootfs` to launch rootfs configuration window. - - Go to **Petalinux Package Groups -> packagegroup-petalinux-vitis-acceleration-essential**. - - Enable `packagegroup-petalinux-vitis-acceleration-essential` and `packagegroup-petalinux-vitis-acceleration-dbg`. - - Press **Exit** to exit configuration. Press Save to save the configuration. - -6. Build PetaLinux and generate SDK. - - ```bash - petalinux-build - petalinux-build --sdk - ``` - - The PetaLinux image files and sysroot sdk.sh will be generated in `/images/linux` directory. You will use them in the next step. - -
- -### Create the Vitis Platform - -1. Install sysroot. - - - Go to `` directory. - - Type `./sdk.sh -d ` to install PetaLinux SDK. Use the `-d` option to provide a full pathname to the output directory. For example: `./sdk.sh -d .`. **.** means the current directory. - >**NOTE:** The environment variable **LD_LIBRARY_PATH** must not be set when running this command. - - - >Note: Sysroot is not mandatory components for the platform itself. It is the cross compile tool prepared for applications compilation. - -2. Create a Vitis platform. - - For this example, you will use the Vitis Unifeid IDE to create the Vitis Platform. Got to `WorkSpace` directory and follow steps below to create the platform. - - 1. Run Vitis by typing `vitis -w .` in the console. `-w` is to specify the workspace. `.` means the current workspace directory. - 2. In the Vitis Unified IDE, from menu select **File > New Component > Platform** to create a platform component. - 3. On the **Create Platform Component** setup dialog - - Enter the component name and location. For this example, type `kv260_custom` and use default location. Click **Next**. - - Click **Browse** button, select the XSA file generated by the Vivado. In this case, it is `kv260_hardware_platform.xsa`. - - Expand the **Advanced Options** and set the items as following: - - ![Created Vitis Platform](images/platform_generation_dts.jpg) - - SDT Source Repo: This is used to replace the built-in SDT tool. For this tutorial, leave it empty. - - Board DTSI: Specify the board machine name, which is used to retrieve the board-level DTSI file. For this tutorial, leave it empty. To check the board machine name, refer to [UG1144 Machine Name Checking](https://docs.amd.com/r/en-US/ug1144-petalinux-tools-reference-guide/Importing-a-Hardware-Configuration) - - User DTSI: Allows you to specify a custom DTSI file. For this tutorial, leave it empty. - - DT ZOCL: Enables Zocl node generation for the XRT driver. Ensure this option is enabled, then click **Next**. - - Set the operating system to **Linux**.
- - Set the processor to **psu_cortexa53**.
- - Check the option **Generate boot artifacts**. Then click **Next**.
- >Note: Enabling this option will trigger the tool to automatically generate a PMU firmware domain and an FSBL (First Stage Boot Loader) domain into the platform - - Enable and expand the **Generate Device Tree Blob (DTB)** option, and check the **DT Overlay** option. This option is used to generrate DTB and device tree blob overlay for SOM application. Then click **Next**.
- - Review the summary and click **Finish**. - >Note: After a few moments, the platform component will be prepared and available in the component view. Simultaneously, the platform configuration file, `vitis-comp.json`, will be automatically displayed in the main view. Users can access the `vitis-comp.json` file by expanding the Settings section under the platform component. - -3. Set up the software settings in the Platform configuration view by clicking the **Linux On psu_cortexa53** domain, browse to the locations and select the directory or file needed to complete the dialog box for the following: - - - **Display Name**: update it as `xrt` - - **Bif file**: Click the button to generate bif file or click **Browse** to select existing bif file. - - >**Note:** The filenames in `<>` are placeholders in the bif file. Vitis will replace the placeholders with the relative path to platform during platform packaging. V++ packager, which runs when building the final application#, would expand it further to the full path during image packaging. Filename placeholders point to the files in boot components directory. The filenames in boot directory need to match with placeholders in BIF file. `` is a reserved keyword. V++ packager will replace it with the final system bit file. - - - **Pre-Built Image Directory**: Browse to **xilinx-zynqmp-common-v2025.1** and click **OK**. - - - **DTB File**: It will be generated automatically and populated in this area. Then click **OK**. - >Note: If the directory you specified for Pre-build image directory already contains DTB file, this DTB field will be automatically updated. - - - **FAT32 Partition Directory**: This directory is used to add additional file to the fat32 partition. User can set it according to your requirement. - - - **QEMU Data**: This Directory is used to add additional file for emulation. User can set it accordingly. - - ![vitis_linux_config.PNG](./images/vitis_linux_config.png) - - >**Note:**: **Qemu Args File** and **Pmu Args File** are populated by the tool automatically. If there are additional QEMU settings, please update it accordingly. - -4. Select **kv260_custom** platform component in the flow navigator, then click the **Build** button to build the platform. - - ![missing image](./images/build_vitis_platform.png) - - >**Note:** The generated platform is placed in the export directory. BSP and source files are also provided for rebuilding the FSBL, if required, and are associated with the platform. The platform is ready to be used for application development. - - ![missing image](./images/vitis_platform_output.png) - - >Note: Once the compilation is complete, users can find the XPFM file by expanding the Output directory, which offers a structured view of the output. The actual file path of platform file is located in the `WorkSapce/kv260_custom/export/kv260_custom/` directory. Additionally, users can access the full path of the platform file by hovering the mouse pointer over the XPFM file. - - >Note: The Vitis Unified IDE will find the boot-related files mentioned in the software components in begin of this step from Pre-buit image directory and place them in the boot folder of the platform. - - If you create a Vitis application component in the same workspace as this platform component, you can find this platform available in the platform selection page in the application Creation wizard. If you want to reuse this platform in another workspace, add its path to the `PLATFORM_REPO_PATHS` environment variable before launching the Vitis GUI, or use the "Add" button on the platform selection page of the Vitis GUI to add its path. - - - -### Next Step - -Next, try to [build applications on this platform and test them.](./step3.md) - -

Copyright © 2020–2025 Advanced Micro Devices, Inc.

- -

Terms and Conditions

diff --git a/Vitis_Platform_Creation/Design_Tutorials/01-Edge-KV260/step3.md b/Vitis_Platform_Creation/Design_Tutorials/01-Edge-KV260/step3.md deleted file mode 100644 index 09eb393430..0000000000 --- a/Vitis_Platform_Creation/Design_Tutorials/01-Edge-KV260/step3.md +++ /dev/null @@ -1,259 +0,0 @@ - - - - -
- - - AMD logo - -

AMD Vitis™ Platform Creation Tutorials

- See Vitis™ Development Environment on amd.com -
- -# Step 3: Test the Platform - -- [Step 3: Test the Platform](#step-3-test-the-platform) - - [Test 1: Read Platform Info](#test-1-read-platform-info) - - [Test 2: Run Vector Addition Application](#test-2-run-vector-addition-application) - - [Congratulations](#congratulations) - - [Fast Track](#fast-track) - - [Next Steps](#next-steps) - -## Test 1: Read Platform Info - -With the Vitis environment setup, the **platforminfo** tool can report XPFM platform information. - -
- -Click for detailed logs - -```bash -# in kv260_custom_pkg directory -platforminfo ./kv260_custom/export/kv260_custom/kv260_custom.xpfm -========================== -Basic Platform Information -========================== -Platform: kv260_custom -File: /Vitis-Tutorials/Vitis_Platform_Creation/Design_Tutorials/01-Edge-KV260/ref_files/step2_pfm/kv260_custom/export/kv260_custom/kv260_custom.xpfm -Description: - -===================================== -Hardware Platform (Shell) Information -===================================== -Vendor: xilinx -Board: kv260_hardware_Platform -Name: kv260_hardware_Platform -Version: 0.0 -Generated Version: 2025.1 -Hardware: 1 -Software Emulation: 1 -Hardware Emulation: 1 -Hardware Emulation Platform: 0 -FPGA Family: zynquplus -FPGA Device: xck26 -Board Vendor: xilinx.com -Board Name: xilinx.com:kv260_som:1.4 -Board Part: xck26-sfvc784-2LV-c - -================= -Clock Information -================= - Default Clock Index: 1 - Clock Index: 0 - Frequency: 99.999000 - Clock Index: 1 - Frequency: 199.998000 - Clock Index: 2 - Frequency: 399.996000 - -================== -Memory Information -================== - Bus SP Tag: HP0 - Bus SP Tag: HP1 - Bus SP Tag: HP2 - Bus SP Tag: HP3 - Bus SP Tag: HPC0 - Bus SP Tag: HPC1 - -============================= -Software Platform Information -============================= -Number of Runtimes: 1 -Default System Configuration: kv260_custom -System Configurations: - System Config Name: kv260_custom - System Config Description: - System Config Default Processor Group: linux_psu_cortexa53 - System Config Default Boot Image: standard - System Config Is QEMU Supported: 1 - System Config Processor Groups: - Processor Group Name: linux_psu_cortexa53 - Processor Group CPU Type: cortex-a53 - Processor Group OS Name: xrt - System Config Boot Images: - Boot Image Name: standard - Boot Image Type: - Boot Image BIF: boot/linux.bif - Boot Image Data: linux_psu_cortexa53/image - Boot Image Boot Mode: - Boot Image RootFileSystem: - Boot Image Mount Path: - Boot Image Read Me: - Boot Image QEMU Args: qemu/pmu_args.txt:qemu/qemu_args.txt - Boot Image QEMU Boot: - Boot Image QEMU Dev Tree: -Supported Runtimes: - Runtime: C/C++ -``` - -
- -You can verify clock information and memory information are set as expected. - -### Test 2: Run Vector Addition Application - -Vector addition is the simplest acceleration PL kernel. Vitis Unified IDE can create this application automatically. Running this test can check the AXI control bus, memory interface, and interrupt setting in platform are working properly. - -1. Create a Vector Addition Application. - - - Go to `WorkSpace` directory created in step1 - - Run Vitis by typing `vitis -w .` in the console. `-w` is to specify the workspace. `.` means the current workspace directory. Close the welcome tab after Vitis launches. - - Go to example view by clicking the example button and click **Simple Vector Addition**. - - ![example.PNG](./images/example.PNG) - - - Click **Create Application from Template**. The project creation wizard would pop up. - - Input the **System project name** as `vadd` and use the default location for **System project location**. Then click **Next**. - - Select **kv260_custom** platform, click **Next**. - >Note: If the platform component is not in the current workspace user could click **+** button to add the platform component. - - Set **Sysroot** to ```xilinx-zynqmp-common-v2025.1/sysroots/cortexa72-cortexa53-amd-linux```. Then click **Next**. - - Review the summary of your `vadd` system project and click **Finish**. - - >**NOTE:** In this step, the addition of the kernel image and rootfs is omitted since it is recommended to use the official sd_card.img from AMD's download center. Furthermore, V++ does not incorporate the kernel image and rootfs in the generation of the sd_card.img for the SOM. - - After seconds the vadd system project, vadd host component and vadd kernel component will be ready in the component view. - -2. Building Vector Addition Application - - Vadd system project supports three targets: Software emulation, Hardware emulation and Hardware. User could select the target accordingly following steps below. As SOM has different development flow, we will only generate XCLBIN file and host application for hardware. - - - Navigate to the Flow Navigator, select vadd system project, then expand the **LINK-binary_container_1** under **HARDWARE** target. - - ![build_application.PNG](./images/build_binary.PNG) - - - Click **Build Binary Container** - - >Note: Once the compilation is complete, users can find the `binary_container_1.xclbin` by expanding the Output directory, which offers a structured view of the output. The actual file path of `binary_container_1.xclbin` is located in the `WorkSpace/vadd/build/hw/hw_link/` directory. Additionally, users can access the full path of the `binary_container_1.xclbin` file by hovering the mouse pointer over the image file. - - - - Navigate to the Flow Navigator, select the vadd_host application component, and then click **Build** under the **HARDWARE** target.. - - ![build_application.PNG](./images/build_component.PNG) - - >Note: Once the compilation is complete, users can find the `vadd_host` executable file by expanding the Output directory, which offers a structured view of the output. The actual file path of `vadd_host` is located in the `WorkSpace/vadd_host/build/hw/` directory. Additionally, users can access the full path of the `vadd_host` file by hovering the mouse pointer over the image file. - -3. Prepare the files to be transferred to the board. - - The AMD Kria™ SOM uses `xmutil` to load applications dynamically. The load process includes downloading binary file and loading device tree overlay. `xmutil` requires the application files to be stored in `/lib/firmware/xilinx` directory. - - The files related to this application need to have specified extensions. They are `dtbo`, `bin`, and `json`. Therefore, the final content in the directory on the board would look like the following. - - ```bash - # On target board - ls /lib/firmware/xilinx/vadd - pl.dtbo #DTB overlay file - binary_container_1.bin #Acceleration binary container for XRT configuration. Also includes system.bit and metadata that describes the kernels. - shell.json #Description file - ``` - - The `dtbo` file is prepared in step 2 in the `dtg_output` folder. `Binary_container_1.bin` can be renamed from `binary_container_1.xclbin`. For `shell.json`, you can copy it from other applications or create one with the following contents. - - ```json - { - "shell_type" : "XRT_FLAT", - "num_slots": "1" - } - ``` - -4. Transfer the files to the board. - - Make sure the Ethernet cable of SOM Starter Kit is connected. Use SCP or SFTP to upload the files from host to target board. - - ```bash - # Running on host machine - scp pl.dtbo binary_container_1.bin shell.json vadd_host petalinux@:/home/petalinux - ``` - -5. Load the hardware. - - ```bash - # Running on target board - sudo mkdir /lib/firmware/xilinx/vadd - cd /home/petalinux - cp pl.dtbo binary_container_1.bin shell.json /lib/firmware/xilinx/vadd - sudo xmutil listapps - sudo xmutil unloadapp - sudo xmutil loadapp vadd - ``` - - If the application required files are loaded successfully, the following log is expected: - - ```bash - Nov 8 06:20:28 xilinx-kv260-starterkit-20242 kernel: OF: overlay: WARNING: memory leak will occur if overlay removed, property: /fpga-full/firmware-name - Nov 8 06:20:28 xilinx-kv260-starterkit-20242 kernel: OF: overlay: WARNING: memory leak will occur if overlay removed, property: /fpga-full/pid - Nov 8 06:20:28 xilinx-kv260-starterkit-20242 kernel: OF: overlay: WARNING: memory leak will occur if overlay removed, property: /fpga-full/resets - Nov 8 06:20:28 xilinx-kv260-starterkit-20242 kernel: OF: overlay: WARNING: memory leak will occur if overlay removed, property: /fpga-full/uid - Nov 8 06:20:28 xilinx-kv260-starterkit-20242 kernel: OF: overlay: WARNING: memory leak will occur if overlay removed, property: /__symbols__/afi0 - Nov 8 06:20:28 xilinx-kv260-starterkit-20242 kernel: OF: overlay: WARNING: memory leak will occur if overlay removed, property: /__symbols__/clocking0 - Nov 8 06:20:28 xilinx-kv260-starterkit-20242 kernel: OF: overlay: WARNING: memory leak will occur if overlay removed, property: /__symbols__/clocking1 - Nov 8 06:20:28 xilinx-kv260-starterkit-20242 kernel: OF: overlay: WARNING: memory leak will occur if overlay removed, property: /__symbols__/axi_intc_0 - Nov 8 06:20:28 xilinx-kv260-starterkit-20242 kernel: OF: overlay: WARNING: memory leak will occur if overlay removed, property: /__symbols__/misc_clk_0 - Nov 8 06:20:28 xilinx-kv260-starterkit-20242 kernel: irq-xilinx: mismatch in kind-of-intr param - Nov 8 06:20:28 xilinx-kv260-starterkit-20242 kernel: zocl-drm axi:zyxclmm_drm: error -ENXIO: IRQ index 32 not found - vadd: loaded to slot 0 - ``` - -5. Running vector addition application on the board. - - - Run vadd application. - - ```bash - chmod +x ./vadd_host - ./vadd_host binary_container_1.bin - ``` - - - It should show program prints. - - ``` - xilinx-k26-starterkit-20242:~$ ./vadd_host binary_container_1.bin - INFO: Reading binary_container_1.bin - Loading: 'binary_container_1.bin' - TEST PASSED - ``` - -> **NOTE:** If you get errors like "error while loading shared libraries: libxilinxopencl.so.2: cannot open shared object file: No such file -or directory", it is because XRT is not installed in KV260 default rootfs. Run `sudo dnf install xrt` to install XRT. - -### Congratulations - -You have completed creating a custom platform from scratch and verifying it with a simple vadd application. - -Feel free to check more tutorials in this repository. - -### Fast Track - -If you encounter any issues when creating the custom platform and the validation application in this tutorial, you can run `make all COMMON_IMAGE_ZYNQMP=` in the `ref_files` directory to generate the reference design and compare with your design. COMMON_IMAGE_ZYNQMP is a flag to specify the common image path. Please download common image from [Xilinx website download page](https://www.xilinx.com/support/download.html) and give the path to the flag. - -The command line flow has slight differences comparing to Vitis IDE flow. - -- The vector addition application is called `vadd_host` and `binary_container_1.xclbin` in Vitis Unified IDE flow. The generated files in command line flow are called `simple_vadd` and `krnl_vadd.xclbin`. - -### Next Steps - -If user need to do iteration for your project, you could go through the [Iteration Guidelines](./Iteration_guideline.md) to do iterations. - -

Copyright © 2020–2025 Advanced Micro Devices, Inc.

- -

Terms and Conditions

diff --git a/Vitis_Platform_Creation/Design_Tutorials/02-Edge-AI-ZCU104/README.md b/Vitis_Platform_Creation/Design_Tutorials/02-Edge-AI-ZCU104/README.md index bd9bdbf0ec..37a640be0c 100644 --- a/Vitis_Platform_Creation/Design_Tutorials/02-Edge-AI-ZCU104/README.md +++ b/Vitis_Platform_Creation/Design_Tutorials/02-Edge-AI-ZCU104/README.md @@ -13,7 +13,7 @@ # Vitis Custom Embedded Platform Creation Example on ZCU104 -***Version: Vitis 2025.1 and Vivado 2025.1*** +***Version: Vitis 2025.2 and Vivado 2025.2*** In this module, you will create a custom Vitis embedded platform for ZCU104 capable of running ***Vitis acceleration applications***. Additionally, this platform is versatile enough to support general **embedded software applications**. The diagram below illustrates the structure of this example system. diff --git a/Vitis_Platform_Creation/Design_Tutorials/02-Edge-AI-ZCU104/ref_files/Makefile b/Vitis_Platform_Creation/Design_Tutorials/02-Edge-AI-ZCU104/ref_files/Makefile index 7c6cff7223..21ea6cf2e9 100755 --- a/Vitis_Platform_Creation/Design_Tutorials/02-Edge-AI-ZCU104/ref_files/Makefile +++ b/Vitis_Platform_Creation/Design_Tutorials/02-Edge-AI-ZCU104/ref_files/Makefile @@ -5,7 +5,7 @@ XSA=step1_vivado/build/vivado/zcu104_custom_platform_hw.xsa XPFM=step2_pfm/zcu104_custom/export/zcu104_custom/zcu104_custom.xpfm -VERSION ?=2025.1 +VERSION ?=2025.2 COMMON_IMAGE_ZYNQMP ?=${PLATFORM_REPO_PATHS}/sw/zynqmp/xilinx-zynqmp-common-v$(VERSION)/ TARGET= .PHONY: help diff --git a/Vitis_Platform_Creation/Design_Tutorials/02-Edge-AI-ZCU104/ref_files/step2_pfm/Makefile b/Vitis_Platform_Creation/Design_Tutorials/02-Edge-AI-ZCU104/ref_files/step2_pfm/Makefile index 609043aa05..8d3c572cce 100644 --- a/Vitis_Platform_Creation/Design_Tutorials/02-Edge-AI-ZCU104/ref_files/step2_pfm/Makefile +++ b/Vitis_Platform_Creation/Design_Tutorials/02-Edge-AI-ZCU104/ref_files/step2_pfm/Makefile @@ -6,7 +6,7 @@ ROOT_DIR=$(realpath $(dir $(lastword $(MAKEFILE_LIST)))) XSA_NAME=zcu104_custom_platform PLATFORM_NAME=zcu104_custom -VERSION=2025.1 +VERSION=2025.2 COMMON_IMAGE_ZYNQMP ?=${PLATFORM_REPO_PATHS}/sw/zynqmp/xilinx-zynqmp-common-v$(VERSION)/ DTB=$(ROOT_DIR)/mydevice/psu_cortexa53_0/device_tree_domain/bsp/system.dtb SYSROOT=$(ROOT_DIR)/sysroot diff --git a/Vitis_Platform_Creation/Design_Tutorials/02-Edge-AI-ZCU104/ref_files/step3_validate/Makefile b/Vitis_Platform_Creation/Design_Tutorials/02-Edge-AI-ZCU104/ref_files/step3_validate/Makefile index 2eb986d82f..13d720d2bd 100755 --- a/Vitis_Platform_Creation/Design_Tutorials/02-Edge-AI-ZCU104/ref_files/step3_validate/Makefile +++ b/Vitis_Platform_Creation/Design_Tutorials/02-Edge-AI-ZCU104/ref_files/step3_validate/Makefile @@ -9,7 +9,7 @@ PLATFORM ?= $(ROOT_DIR)/../step2_pfm/ws/$(PLATFORM_NAME)/export/$(PLATFORM_NAME) TARGET ?=hw_emu COMMON_IMAGE_ZYNQMP ?=${PLATFORM_REPO_PATHS}/sw/zynqmp/xilinx-zynqmp-common-v$(VERSION)/ SRC=$(XILINX_VITIS)/samples/vadd/ -VERSION=2025.1 +VERSION=2025.2 SYSROOT := $(COMMON_IMAGE_ZYNQMP)/sysroots/cortexa72-cortexa53-amd-linux SD_IMAGE_FILE := $(COMMON_IMAGE_ZYNQMP)/Image VPP_LDFLAGS := diff --git a/Vitis_Platform_Creation/Design_Tutorials/02-Edge-AI-ZCU104/step2.md b/Vitis_Platform_Creation/Design_Tutorials/02-Edge-AI-ZCU104/step2.md index 2dbd62fb1e..bdae2a67ec 100644 --- a/Vitis_Platform_Creation/Design_Tutorials/02-Edge-AI-ZCU104/step2.md +++ b/Vitis_Platform_Creation/Design_Tutorials/02-Edge-AI-ZCU104/step2.md @@ -48,7 +48,7 @@ As most of the components are extracted from the common image package, we will p cd WorkSpace tree -L 1 # to see the directory hierarchy . - ├── xilinx-zynqmp-common-v2025.1.tar.gz + ├── xilinx-zynqmp-common-v2025.2.tar.gz └── zcu104_custom_platform ``` @@ -58,14 +58,14 @@ As most of the components are extracted from the common image package, we will p ```bash cd WorkSpace - tar xvf xilinx-zynqmp-common-v2025.1.tar.gz -C . + tar xvf xilinx-zynqmp-common-v2025.2.tar.gz -C . ``` -You can see the ``xilinx-zynqmp-common-v2025.1`` folder which contains some components located in the ``WorkSpace`` folder as shown below: +You can see the ``xilinx-zynqmp-common-v2025.2`` folder which contains some components located in the ``WorkSpace`` folder as shown below: ``` tree -L 2 - ├── xilinx-zynqmp-common-v2025.1 + ├── xilinx-zynqmp-common-v2025.2 │   ├── bl31.elf │   ├── boot.scr │   ├── Image @@ -83,7 +83,7 @@ From the above directory structure, you can see that the boot file, kernel image 1. Install the sysroot - - Go to common image extracted directory ``. + - Go to common image extracted directory ``. - Type ``./sdk.sh -d `` to install the PetaLinux SDK. Use the `-d` option to provide a full pathname to the output directory **.** (This is an example. **.** means current directory. ) and confirm. The environment variable **LD_LIBRARY_PATH** must not be set when running this command. @@ -124,7 +124,7 @@ From the above directory structure, you can see that the boot file, kernel image >**Note:** The filenames in `<>` are placeholders in the bif file. Vitis will replace the placeholders with the relative path to platform during platform packaging. V++ packager, which runs when building the final application#, would expand it further to the full path during image packaging. Filename placeholders point to the files in boot components directory. The filenames in boot directory need to match with placeholders in BIF file. `` is a reserved keyword. V++ packager will replace it with the final system bit file. - - **Pre-Built Image Directory**: Browse to **xilinx-zynqmp-common-v2025.1** and click **OK**. + - **Pre-Built Image Directory**: Browse to **xilinx-zynqmp-common-v2025.2** and click **OK**. - **DTB File**: It will be generated automatically and populated in this area. diff --git a/Vitis_Platform_Creation/Design_Tutorials/02-Edge-AI-ZCU104/step3.md b/Vitis_Platform_Creation/Design_Tutorials/02-Edge-AI-ZCU104/step3.md index f246cae67b..8baa097259 100644 --- a/Vitis_Platform_Creation/Design_Tutorials/02-Edge-AI-ZCU104/step3.md +++ b/Vitis_Platform_Creation/Design_Tutorials/02-Edge-AI-ZCU104/step3.md @@ -137,9 +137,9 @@ Vector addition is the simplest acceleration PL kernel. The Vitis Unified IDE ca - Input the **System project name** as `vadd` and use the default location for **System project location**. Then click **Next**. - Select **zcu104_custom** platform, click **Next**. >Note: If the platform component is not in the current workspace user could click **+** button to add the platform component. - - Set **Kernel Image** to ```xilinx-zynqmp-common-v2025.1/Image```. - - Set **Root FS** to ```xilinx-zynqmp-common-v2025.1/rootfs.ext4```. - - Set **Sysroot** to ```zcu104_software_platform/xilinx-zynqmp-common-v2025.1/sysroots/cortexa72-cortexa53-amd-linux```. Then click **Next**. + - Set **Kernel Image** to ```xilinx-zynqmp-common-v2025.2/Image```. + - Set **Root FS** to ```xilinx-zynqmp-common-v2025.2/rootfs.ext4```. + - Set **Sysroot** to ```zcu104_software_platform/xilinx-zynqmp-common-v2025.2/sysroots/cortexa72-cortexa53-amd-linux```. Then click **Next**. - Review the summary of your `vadd` system project and click **Finish**. After seconds the vadd system project, vadd host component and vadd kernel component will be ready in the component view. diff --git a/Vitis_Platform_Creation/Design_Tutorials/03_Edge_VCK190/README.md b/Vitis_Platform_Creation/Design_Tutorials/03_Edge_VCK190/README.md index 39fad9f9fb..4690e5e873 100644 --- a/Vitis_Platform_Creation/Design_Tutorials/03_Edge_VCK190/README.md +++ b/Vitis_Platform_Creation/Design_Tutorials/03_Edge_VCK190/README.md @@ -13,7 +13,7 @@ # Versal Custom Platform Creation Tutorial -***Version: 2025.1*** +***Version: 2025.2*** In this module, we treat the VCK190 board as a customized solution tailored to our customer's specific needs. We leverage the AMD Versal™ Adaptive SoC Extensible Part Support Example Design, a pre-built Linux common image, and the Device Tree Blob generated during the platform creation process to produce essential software components. These components form the foundation of a dedicated embedded Versal acceleration platform tailored for the customer’s board. Finally, you will test this platform by running several applications. diff --git a/Vitis_Platform_Creation/Design_Tutorials/03_Edge_VCK190/ref_files/Makefile b/Vitis_Platform_Creation/Design_Tutorials/03_Edge_VCK190/ref_files/Makefile index 88d3b41085..845ae0163d 100644 --- a/Vitis_Platform_Creation/Design_Tutorials/03_Edge_VCK190/ref_files/Makefile +++ b/Vitis_Platform_Creation/Design_Tutorials/03_Edge_VCK190/ref_files/Makefile @@ -5,7 +5,7 @@ XSA=step1_vivado/build/vivado/custom_hardware_platform_hw.xsa XPFM=step2_pfm/custom_platform/export/custom_platform/custom_platform.xpfm -VERSION ?=2025.1 +VERSION ?=2025.2 COMMON_IMAGE_VERSAL ?=${PLATFORM_REPO_PATHS}/sw/versal/xilinx-versal-common-v$(VERSION)/ .PHONY: help diff --git a/Vitis_Platform_Creation/Design_Tutorials/03_Edge_VCK190/ref_files/step2_pfm/Makefile b/Vitis_Platform_Creation/Design_Tutorials/03_Edge_VCK190/ref_files/step2_pfm/Makefile index 2a94580e35..f0949f04aa 100644 --- a/Vitis_Platform_Creation/Design_Tutorials/03_Edge_VCK190/ref_files/step2_pfm/Makefile +++ b/Vitis_Platform_Creation/Design_Tutorials/03_Edge_VCK190/ref_files/step2_pfm/Makefile @@ -4,7 +4,7 @@ #*/ ROOT_DIR=$(realpath $(dir $(lastword $(MAKEFILE_LIST)))) -VERSION=2025.1 +VERSION=2025.2 COMMON_IMAGE_VERSAL ?=${PLATFORM_REPO_PATHS}/sw/versal/xilinx-versal-common-v$(VERSION)/ SYSROOT=$(ROOT_DIR)/sysroot XSA_PATH=$(ROOT_DIR)/../step1_vivado/build/vivado/ diff --git a/Vitis_Platform_Creation/Design_Tutorials/03_Edge_VCK190/ref_files/step3_application/Makefile b/Vitis_Platform_Creation/Design_Tutorials/03_Edge_VCK190/ref_files/step3_application/Makefile index 6e41a5e11f..2428b9b64e 100644 --- a/Vitis_Platform_Creation/Design_Tutorials/03_Edge_VCK190/ref_files/step3_application/Makefile +++ b/Vitis_Platform_Creation/Design_Tutorials/03_Edge_VCK190/ref_files/step3_application/Makefile @@ -7,7 +7,7 @@ ROOT_DIR=$(realpath $(dir $(lastword $(MAKEFILE_LIST)))) PLATFORM_NAME=custom_platform PLATFORM = $(ROOT_DIR)/../step2_pfm/ws/$(PLATFORM_NAME)/export/$(PLATFORM_NAME)/$(PLATFORM_NAME).xpfm -VERSION=2025.1 +VERSION=2025.2 COMMON_IMAGE_VERSAL ?=${PLATFORM_REPO_PATHS}/sw/versal/xilinx-versal-common-v$(VERSION)/ SYSROOT=$(COMMON_IMAGE_VERSAL)/sysroots/cortexa72-cortexa53-amd-linux/ diff --git a/Vitis_Platform_Creation/Design_Tutorials/03_Edge_VCK190/step2.md b/Vitis_Platform_Creation/Design_Tutorials/03_Edge_VCK190/step2.md index af1a4fedde..7ef391d087 100644 --- a/Vitis_Platform_Creation/Design_Tutorials/03_Edge_VCK190/step2.md +++ b/Vitis_Platform_Creation/Design_Tutorials/03_Edge_VCK190/step2.md @@ -41,7 +41,7 @@ As most of the components are extracted from the common image package, we will p tree -L 1 # to see the directory hierarchy . ├── custom_hardware_platform - └── xilinx-versal-common-v2025.1.tar.gz + └── xilinx-versal-common-v2025.2.tar.gz ``` 2. Extract the common image. @@ -50,15 +50,15 @@ As most of the components are extracted from the common image package, we will p ```bash cd WrokSpace - tar xvf ../xilinx-versal-common-v2025.1.tar.gz -C . + tar xvf ../xilinx-versal-common-v2025.2.tar.gz -C . ``` - You can see the **xilinx-versal-common-v2025.1** folder which contains some components located in **WorkSpace** folder as shown below. + You can see the **xilinx-versal-common-v2025.2** folder which contains some components located in **WorkSpace** folder as shown below. ```bash tree -L 2 . - ├── xilinx-versal-common-v2025.1 + ├── xilinx-versal-common-v2025.2 │   ├── bl31.elf │   ├── boot.scr │   ├── Image @@ -77,7 +77,7 @@ From the above picture, you can see boot file, kernel image, rootfs, and SDK too 1. Install the sysroot - - Go to common image extracted directory . + - Go to common image extracted directory . - Type `./sdk.sh -d ` to install the PetaLinux SDK. Use the `-d` option to provide a full pathname to the output directory. (This is an example. `.` means current directory) and confirm. >Note: The environment variable LD_LIBRARY_PATH must not be set when running this command. @@ -113,7 +113,7 @@ From the above picture, you can see boot file, kernel image, rootfs, and SDK too ![vitis_platform_config](images/step2/vitis_linux_config.png) - - **Pre-Built Image Directory**: Browse to extracted common image path directory: `xilinx-versal-common-v2025.1/` and click OK. Bootgen looks for boot components referred by BIF in this directory to generate `BOOT.BIN`. + - **Pre-Built Image Directory**: Browse to extracted common image path directory: `xilinx-versal-common-v2025.2/` and click OK. Bootgen looks for boot components referred by BIF in this directory to generate `BOOT.BIN`. - **DTB file**: DTB will be generated automatically and populated in this area. - **FAT32 Partition Directory**: if you have additional file to be stored in FAT32 partition diretory you can browse to the file. If not please omit this. - **QEMU Data**: This Directory is used to add additional file for emulation. User can set it according to your requirement. diff --git a/Vitis_Platform_Creation/Design_Tutorials/03_Edge_VCK190/step3.md b/Vitis_Platform_Creation/Design_Tutorials/03_Edge_VCK190/step3.md index 6b9b7ffe51..9a80ac7889 100644 --- a/Vitis_Platform_Creation/Design_Tutorials/03_Edge_VCK190/step3.md +++ b/Vitis_Platform_Creation/Design_Tutorials/03_Edge_VCK190/step3.md @@ -26,9 +26,9 @@ You will create an acceleration application with PL kernel running on the platfo - Input the **System project name** as `vadd` and use the default location for **System project location**. Then click **Next**. - Select **custom_platform** platform, click **Next**. >Note If the platform component is not in the current workspace user could click **+** button to add the platform component. - - Set **Kernel Image** to ```xilinx-versal-common-v2025.1/Image```. - - Set **Root FS** to ```xilinx-versal-common-v2025.1/rootfs.ext4```. - - Set **Sysroot** to ```xilinx-versal-common-v2025.1/sysroots/cortexa72-cortexa53-amd-linux```. Then click **Next**. + - Set **Kernel Image** to ```xilinx-versal-common-v2025.2/Image```. + - Set **Root FS** to ```xilinx-versal-common-v2025.2/rootfs.ext4```. + - Set **Sysroot** to ```xilinx-versal-common-v2025.2/sysroots/cortexa72-cortexa53-amd-linux```. Then click **Next**. - Review the summary of your `vadd` system project and click **Finish**. >Note: In the platform selecting page if the platform you want to use is not in the current list, you can click **+** button to add the platform to the list. @@ -175,9 +175,9 @@ To verify the platform functionality, you will create a project with AIE + PL ke - Use the default setting for **System project name** and **System project location**. Then click **Next**. - Select **custom_platform** platform, click **Next**. >Note If the platform component is not in the current workspace user could click **+** button to add the platform component. - - Set **Kernel Image** to ```xilinx-versal-common-v2025.1/Image```. - - Set **Root FS** to ```xilinx-versal-common-v2025.1/rootfs.ext4```. - - Set **Sysroot** to ```xilinx-versal-common-v2025.1/sysroots/cortexa72-cortexa53-amd-linux```. Then click **Next**. + - Set **Kernel Image** to ```xilinx-versal-common-v2025.2/Image```. + - Set **Root FS** to ```xilinx-versal-common-v2025.2/rootfs.ext4```. + - Set **Sysroot** to ```xilinx-versal-common-v2025.2/sysroots/cortexa72-cortexa53-amd-linux```. Then click **Next**. - Review the summary of your `vadd` system project and click **Finish**. >Note: In the platform selecting page if the platform you want to use is not in the current list, you can click **+** button to add the platform to the list. diff --git a/Vitis_Platform_Creation/Design_Tutorials/04_Edge_VCK190_DFX/README.md b/Vitis_Platform_Creation/Design_Tutorials/04_Edge_VCK190_DFX/README.md index 00e6105126..6dd62a1bf5 100644 --- a/Vitis_Platform_Creation/Design_Tutorials/04_Edge_VCK190_DFX/README.md +++ b/Vitis_Platform_Creation/Design_Tutorials/04_Edge_VCK190_DFX/README.md @@ -13,7 +13,7 @@ # AMD Versal Custom DFX Platform Creation Tutorial -***Version: 2024.2*** +***Version: 2025.2*** In this module, you will create a custom Dynamic Function eXchange (DFX) platform to run acceleration applications for VCK190 evaluation board. Platforms that support DFX features allows you to reload acceleration kernels during runtime. @@ -21,7 +21,7 @@ You can define one reconfigurable partition (RP) region and create multiple reco ![DFX Diagram](./images/dfx_rp_rm.svg) -This tutorial assumes that you understand the basics of the AMD Versal™ Custom Platform creation steps, for example, creating AMD Vivado™ designs from Vivado Customizable Example Design template, setting up software components with common images or PetaLinux, creating AMD Vitis™ platforms, and creating basic acceleration applications for platform validation. This tutorial will focus on the differences between the DFX platforms and the normal flat platforms. +This tutorial assumes that you understand the basics of the AMD Versal™ Custom Platform creation steps, for example, creating AMD Vivado™ designs from Vivado Customizable Example Design template, setting up software components with common images, creating AMD Vitis™ platforms, and creating basic acceleration applications for platform validation. This tutorial will focus on the differences between the DFX platforms and the normal flat platforms. In a general Vitis acceleration platform design, you start from building a base bootable design, then add platform required components and properties to it. You must validate each step before going to the next step to prevent error propagating. This workflow is described in the following diagram. @@ -49,7 +49,7 @@ This tutorial design uses VCK190 production board for demonstration. The methodo This design requires a Linux host machine with Internet access. The Linux OS needs to support the Vitis software and PetaLinux. -This tutorial assumes that you are familiar with Vitis platform creation flow. If not, refer to VCK190 Platform Creation Tutorial and *Vitis Acceleration Flow User Guide* [(UG1393)](https://docs.amd.com/access/sources/dita/map?isLatest=true&ft:locale=en-US&url=ug1393-vitis-application-acceleration) for more information. +This tutorial assumes that you are familiar with Vitis platform creation flow. If not, refer to VCK190 Platform Creation Tutorial and *Vitis Acceleration Flow User Guide* [(UG1701)](https://docs.amd.com/r/en-US/ug1701-vitis-accelerated-embedded/Getting-Started-with-Vitis-Unified-Software-Platform) for more information. ## What's Next @@ -65,6 +65,17 @@ Start with [Step 1](./step1.md). ## Changelog +### 2025.2 + +- Update system-user.dtsi as per CED design. +- Update Makefile as per new Python CLI support and python scripts. + +### 2025.1 + +- Update system-user.dtsi as per CED design. +- Update Makefile as per new VADD applications. +- Update platform settings to change selection of default clock to 156.25Mhz + ### 2023.1 - Hardware emulation XSA file is no longer mandatory required to create a platform diff --git a/Vitis_Platform_Creation/Design_Tutorials/04_Edge_VCK190_DFX/images/step1/vitis_region_platorm_setup.svg b/Vitis_Platform_Creation/Design_Tutorials/04_Edge_VCK190_DFX/images/step1/vitis_region_platorm_setup.svg new file mode 100755 index 0000000000..d89695015f --- /dev/null +++ b/Vitis_Platform_Creation/Design_Tutorials/04_Edge_VCK190_DFX/images/step1/vitis_region_platorm_setup.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Vitis_Platform_Creation/Design_Tutorials/04_Edge_VCK190_DFX/images/step1/vivado_ced_config.png b/Vitis_Platform_Creation/Design_Tutorials/04_Edge_VCK190_DFX/images/step1/vivado_ced_config.png deleted file mode 100644 index 18c554fedb..0000000000 Binary files a/Vitis_Platform_Creation/Design_Tutorials/04_Edge_VCK190_DFX/images/step1/vivado_ced_config.png and /dev/null differ diff --git a/Vitis_Platform_Creation/Design_Tutorials/04_Edge_VCK190_DFX/images/step1/vivado_ced_config.svg b/Vitis_Platform_Creation/Design_Tutorials/04_Edge_VCK190_DFX/images/step1/vivado_ced_config.svg new file mode 100755 index 0000000000..65fd77ec49 --- /dev/null +++ b/Vitis_Platform_Creation/Design_Tutorials/04_Edge_VCK190_DFX/images/step1/vivado_ced_config.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Vitis_Platform_Creation/Design_Tutorials/04_Edge_VCK190_DFX/ref_files/description.json b/Vitis_Platform_Creation/Design_Tutorials/04_Edge_VCK190_DFX/ref_files/description.json index f784986987..fbdd28ec6b 100755 --- a/Vitis_Platform_Creation/Design_Tutorials/04_Edge_VCK190_DFX/ref_files/description.json +++ b/Vitis_Platform_Creation/Design_Tutorials/04_Edge_VCK190_DFX/ref_files/description.json @@ -8,19 +8,13 @@ "platform_blocklist": [], "testinfo": { "test_name": "PFM_D_04_VCK190_DFX", - "tasks": { - "build": { - "pre_exec": "./env_setup_versal.sh" - }, - "board": { - "pre_exec": "./env_setup_versal.sh" - } - }, "jobs": [ { - "max_memory_MB": 32768, + "max_memory_MB": 65536, "max_time_min": { - "vitis_hw_emu": 200 + "vitis_hw_emu": 120, + "vitis_hw_build": 300, + "vitis_hw_run": 30 } } ], @@ -29,14 +23,11 @@ "vitis_hw_build", "vitis_hw_run" ], + "category": "canary", "make_options": [ - "CXX=${XILINX_VITIS}/gnu/aarch64/lin/aarch64-linux/bin/aarch64-linux-gnu-g++", - "HOST_ARCH=aarch64", - "EDGE_COMMON_SW=${EDGE_COMMON_SW}", - "ROOTFS=${EDGE_COMMON_SW}/rootfs.ext4", - "IMAGE=${EDGE_COMMON_SW}/Image", "EMU_CMD=\\\"./launch_hw_emu.sh -run-app run_aie.sh\\\"", "EMBEDDED_PACKAGE_OUT=./step3_validate/aie_work/package.hw/", + "EMBEDDED_EXEC_SCRIPT=./run_vadd.sh", "EMBEDDED_EXEC_SCRIPT=./run_aie.sh" ], "custom_build_target": @@ -44,8 +35,16 @@ "all": "all", "hw" : "sd_card" }, - "custom_board_target": "run_test" + "custom_board_target": "run_test", + "tasks": { + "board" : { + "pre_exec" : ["./env_setup_versal.sh"] + }, + "build": { + "pre_exec": ["./env_setup_versal.sh"] + } } } +} diff --git a/Vitis_Platform_Creation/Design_Tutorials/04_Edge_VCK190_DFX/ref_files/step1_hw/run.tcl b/Vitis_Platform_Creation/Design_Tutorials/04_Edge_VCK190_DFX/ref_files/step1_hw/run.tcl index 44f1315a79..af2384ffd3 100755 --- a/Vitis_Platform_Creation/Design_Tutorials/04_Edge_VCK190_DFX/ref_files/step1_hw/run.tcl +++ b/Vitis_Platform_Creation/Design_Tutorials/04_Edge_VCK190_DFX/ref_files/step1_hw/run.tcl @@ -49,7 +49,7 @@ set my_board [get_board_parts *${BOARD}:part0* -latest_file_version] create_project project_1 ./project_1 -part xcvc1902-vsva2197-2MP-e-S -force set_property board_part $my_board [current_project] create_bd_design "versal_dfx_platform" -mode batch -instantiate_example_design -template xilinx.com:design:versal_dfx_platform:1.0 -design versal_dfx_platform -options { Include_AIE.VALUE true Include_DDR.VALUE true} +instantiate_example_design -template xilinx.com:design:versal_dfx_platform:1.0 -design versal_dfx_platform -options { Clock_Options.VALUE {clk_out1 104.167 0 false clk_out2 156.250 1 true clk_out3 312.500 2 false clk_out4 78.125 3 false clk_out5 208.330 4 false clk_out6 416.670 5 false clk_out7 625.000 6 false} Include_AIE.VALUE true Include_DDR.VALUE true IRQS.VALUE 63 Include_LPDDR.VALUE true} update_compile_order -fileset sources_1 generate_target all [get_files project_1/project_1.srcs/sources_1/bd/versal_dfx_platform/versal_dfx_platform.bd] update_compile_order -fileset sources_1 diff --git a/Vitis_Platform_Creation/Design_Tutorials/04_Edge_VCK190_DFX/ref_files/step2_sw/Makefile b/Vitis_Platform_Creation/Design_Tutorials/04_Edge_VCK190_DFX/ref_files/step2_sw/Makefile index dd383b5b71..b2a3b5818a 100755 --- a/Vitis_Platform_Creation/Design_Tutorials/04_Edge_VCK190_DFX/ref_files/step2_sw/Makefile +++ b/Vitis_Platform_Creation/Design_Tutorials/04_Edge_VCK190_DFX/ref_files/step2_sw/Makefile @@ -7,7 +7,7 @@ XSA_NAME=vck190_custom_dfx DTB_PLT_NAME=vck190_custom_dt PLATFORM_NAME=vck190_custom_dfx - +PLATFORM := $(ROOT_DIR)/$(PLATFORM_NAME)/export/$(PLATFORM_NAME)/$(PLATFORM_NAME).xpfm # User editing area end # ------------------- @@ -16,11 +16,10 @@ ABS_BUILD_PATH=$(ROOT_DIR)/build STATIC_XSA=$(ROOT_DIR)/../step1_hw/build/vivado/$(XSA_NAME)_static.xsa RP_XSA=$(ROOT_DIR)/../step1_hw/build/vivado/$(XSA_NAME)_rp.xsa HW_EMU_XSA=$(ROOT_DIR)/../step1_hw/build/vivado/$(XSA_NAME)_hw_emu.xsa -DT_PATH=$(ABS_BUILD_PATH)/$(DTB_PLT_NAME)/psv_cortexa72_0/device_tree_domain/bsp -DTB_FILE=$(DT_PATH)/system.dtb BOOT_DIR=$(ABS_BUILD_PATH)/boot SD_DIR=$(ABS_BUILD_PATH)/sd_dir -VERSION=2025.1 +USER_DTSI=$(ROOT_DIR)/system-user.dtsi +VERSION=2025.2 COMMON_IMAGE_VERSAL ?=${PLATFORM_REPO_PATHS}/sw/versal/xilinx-versal-common-v$(VERSION)/ SW_COMP_PATH=$(ABS_BUILD_PATH)/sw_comp @@ -28,12 +27,9 @@ SYSROOT_DIR=$(SW_COMP_PATH)/sysroot SYSROOT=$(SYSROOT_DIR) BOOT_BIN_DIR=$(ABS_BUILD_PATH)/boot_bin -BOOT_IMAGE=$(ABS_BUILD_PATH)/boot_bin/BOOT.BIN +BOOT_IMAGE=$(ABS_BUILD_PATH)/boot/BOOT.BIN SW_FILES=$(SD_DIR)/boot.scr $(BOOT_DIR)/u-boot.elf $(BOOT_DIR)/bl31.elf -PDI_FILE=$(BOOT_BIN_DIR)/boot_static.pdi -PLATFORM_OUT_PATH=$(ABS_BUILD_PATH)/pfm - - +PLATFORM_OUT_PATH=$(ABS_BUILD_PATH) DEVICE_TREE_REPO ?= @@ -48,7 +44,7 @@ endif # sysroot: install sysroot from sdk.sh # -------------------------------------- -all: $(DTB_FILE) sw_comp pfm sysroot +all: sw_comp pfm sysroot sd_card: all help: @@ -63,26 +59,15 @@ ifeq ($(wildcard $(COMMON_IMAGE_VERSAL)/Image),) @make help @echo "exit ....." && exit 1 endif - @echo "INFO: Using COMMON_IMAGE_VERSAL=$(COMMON_IMAGE_VERSAL)" - -# Target: dtb -# generate the device tree blob -dtb: $(DTB_FILE) -#echo command is to avoid the return error code caused by the createdts command warning -$(DTB_FILE): $(STATIC_XSA) system-user.dtsi - $(info executing createdts to generate dts file) - xsct -eval "createdts -hw $(STATIC_XSA) -out $(ABS_BUILD_PATH) -zocl -platform-name $(DTB_PLT_NAME) -git-branch xlnx_rel_v2024.2 -board versal-vck190-reva-x-ebm-01-reva -dtsi system-user.dtsi -compile" - - + @ec:who "INFO: Using COMMON_IMAGE_VERSAL=$(COMMON_IMAGE_VERSAL)" # target :software components # copy software components to local directory sw_comp: $(SW_FILES) -$(SW_FILES): $(DTB_FILE) +$(SW_FILES): @echo "INFO: Copying components from common image and dtb output to boot and SD dir for FAT32 partition" mkdir -p $(BOOT_DIR) $(SD_DIR) $(SW_COMP_PATH) - cp -f $(DTB_FILE) $(BOOT_DIR) cp -f $(COMMON_IMAGE_VERSAL)/bl31.elf $(BOOT_DIR) cp -f $(COMMON_IMAGE_VERSAL)/u-boot.elf $(BOOT_DIR) cp -f $(COMMON_IMAGE_VERSAL)/boot.scr $(SD_DIR) @@ -90,39 +75,34 @@ $(SW_FILES): $(DTB_FILE) cp -f $(COMMON_IMAGE_VERSAL)/rootfs.ext4 $(SW_COMP_PATH) - -#---------- -$(PDI_FILE): $(STATIC_XSA) - $(info "Extracting PDI from static XSA") - mkdir -p $(BOOT_BIN_DIR) - cp $(STATIC_XSA) $(BOOT_BIN_DIR) - cd $(BOOT_BIN_DIR) && xsct -eval "openhw $(XSA_NAME)_static.xsa" && mv *.pdi boot_static.pdi +pfm: + @echo "INFO: Creating Platform $(PLATFORM_NAME) in mode: $(MODE)" + rm -rf $(PLATFORM_NAME) + @echo "Set place for Vitis to store configuration files" + @mkdir -p tmp && export XILINX_VITIS_DATA_DIR="tmp" + mkdir -p $(PLATFORM_OUT_PATH) + vitis -s generate_platform.py \ + --platform_name $(PLATFORM_NAME) \ + --static_xsa_path $(STATIC_XSA) \ + --emu_xsa_path "${HW_EMU_XSA}" \ + --platform_out "${PLATFORM_OUT_PATH}" \ + --boot_dir_path "${BOOT_DIR}" \ + --sd_dir_path "${SD_DIR}" \ + --rp_xsa_path "${RP_XSA}" \ + --user_dtsi "$(USER_DTSI)" + @echo "INFO: Platform created:" && find . -name "*.xpfm" + + $(info "Generating BOOT image for platforms") + cp -rf $(ROOT_DIR)/$(PLATFORM_NAME)/hw/linux_dt/system.dtb $(BOOT_DIR) + bootgen -arch versal -image $(ROOT_DIR)/bootgen.bif -o $(BOOT_IMAGE) -w + + @echo 'Platform build started' + vitis -s ./build_platform.py --platform_name $(PLATFORM_NAME) --platform_out $(ROOT_DIR) --boot_image $(BOOT_IMAGE) + + @echo 'Platform build complete' - -pdi: $(PDI_FILE) - -$(BOOT_IMAGE): $(PDI_FILE) $(SW_FILES) $(DTB_FILE) - $(info "BOOT image for platforms") - bootgen -arch versal -image bootgen.bif -o $(BOOT_IMAGE) -w; - -bootimage: $(BOOT_IMAGE) -#---------- - - -# -pfm: $(STATIC_XSA) $(RP_XSA) $(SW_FILES) ${BOOT_IMAGE} - $(info Creating Platform $(XSA_NAME)) - xsct xsct_create_pfm.tcl platform_name "${PLATFORM_NAME}" \ - static_xsa_path "${STATIC_XSA}" \ - rp_xsa_path "${RP_XSA}" \ - boot_dir_path "${BOOT_DIR}" \ - boot_bin "${BOOT_IMAGE}" \ - emu_xsa_path "${HW_EMU_XSA}" \ - sd_dir_path "${SD_DIR}" \ - platform_out "${PLATFORM_OUT_PATH}" - clean: - $(RM) -r $(ABS_BUILD_PATH)/$(DTB_PLT_NAME) $(BOOT_DIR) $(SD_DIR) $(BOOT_BIN_DIR) $(PLATFORM_OUT_PATH) + $(RM) -r $(ABS_BUILD_PATH)/$(DTB_PLT_NAME) $(BOOT_DIR) $(SD_DIR) $(BOOT_BIN_DIR) $(PLATFORM_OUT_PATH) $(PLATFORM_NAME) ultraclean: $(RM) -r $(ABS_BUILD_PATH) diff --git a/Vitis_Platform_Creation/Design_Tutorials/04_Edge_VCK190_DFX/ref_files/step2_sw/bootgen.bif b/Vitis_Platform_Creation/Design_Tutorials/04_Edge_VCK190_DFX/ref_files/step2_sw/bootgen.bif index 78c3d7549b..5f44a45372 100755 --- a/Vitis_Platform_Creation/Design_Tutorials/04_Edge_VCK190_DFX/ref_files/step2_sw/bootgen.bif +++ b/Vitis_Platform_Creation/Design_Tutorials/04_Edge_VCK190_DFX/ref_files/step2_sw/bootgen.bif @@ -7,7 +7,7 @@ the_ROM_image: { image { - { type=bootimage, file=build/boot_bin/boot_static.pdi } + { type=bootimage, file=./vck190_custom_dfx/hw/sdt/vck190_custom_dfx_static.pdi } } image { id = 0x1c000000, name=apu_subsystem diff --git a/Vitis_Platform_Creation/Design_Tutorials/04_Edge_VCK190_DFX/ref_files/step2_sw/build_platform.py b/Vitis_Platform_Creation/Design_Tutorials/04_Edge_VCK190_DFX/ref_files/step2_sw/build_platform.py new file mode 100644 index 0000000000..fad8098f64 --- /dev/null +++ b/Vitis_Platform_Creation/Design_Tutorials/04_Edge_VCK190_DFX/ref_files/step2_sw/build_platform.py @@ -0,0 +1,43 @@ +#****************************************************************************** +# Copyright (C) 2020-2022 Xilinx, Inc. All rights reserved. +# Copyright (C) 2022-2025 Advanced Micro Devices, Inc. All rights reserved. +# SPDX-License-Identifier: MIT +#****************************************************************************** +import vitis +import argparse +import os + +print("Platform generation") +parser = argparse.ArgumentParser() +parser.add_argument("--platform_name", type=str, dest="platform_name") +parser.add_argument("--static_xsa_path", type=str, dest="static_xsa_path") +parser.add_argument("--emu_xsa_path", type=str, dest="emu_xsa_path") +parser.add_argument("--platform_out", type=str, dest="platform_out") +parser.add_argument("--boot_dir_path", type=str, dest="boot_dir_path") +parser.add_argument("--img_dir_path", type=str, dest="img_dir_path") +parser.add_argument("--rp_xsa_path", type=str, dest="rp_xsa_path") +parser.add_argument("--user_dtsi", type=str, dest="user_dtsi") +parser.add_argument("--boot_image", type=str, dest="boot_image") + + +args = parser.parse_args() +static_xsa_path=args.static_xsa_path +platform_name=args.platform_name +emu_xsa_path=args.emu_xsa_path +platform_out=args.platform_out +boot_dir_path=args.boot_dir_path +img_dir_path=args.img_dir_path +rp_xsa_path=args.rp_xsa_path +user_dtsi=args.user_dtsi +boot_image=args.boot_image +print('args',args) +client = vitis.create_client() +client.update_workspace(path=platform_out) + +platform = client.get_component(name = platform_name) + +#update boot_dir_path with boot.bin path +domain = platform.get_domain(name="xrt") +status = domain.update_hw_boot_bin(boot_image) + +status = platform.build() diff --git a/Vitis_Platform_Creation/Design_Tutorials/04_Edge_VCK190_DFX/ref_files/step2_sw/generate_platform.py b/Vitis_Platform_Creation/Design_Tutorials/04_Edge_VCK190_DFX/ref_files/step2_sw/generate_platform.py new file mode 100644 index 0000000000..d2276c1ec6 --- /dev/null +++ b/Vitis_Platform_Creation/Design_Tutorials/04_Edge_VCK190_DFX/ref_files/step2_sw/generate_platform.py @@ -0,0 +1,50 @@ +#****************************************************************************** +# Copyright (C) 2020-2022 Xilinx, Inc. All rights reserved. +# Copyright (C) 2022-2025 Advanced Micro Devices, Inc. All rights reserved. +# SPDX-License-Identifier: MIT +#****************************************************************************** +import vitis +import argparse +import os + +print("Platform generation") +parser = argparse.ArgumentParser() +parser.add_argument("--platform_name", type=str, dest="platform_name") +parser.add_argument("--static_xsa_path", type=str, dest="static_xsa_path") +parser.add_argument("--emu_xsa_path", type=str, dest="emu_xsa_path") +parser.add_argument("--platform_out", type=str, dest="platform_out") +parser.add_argument("--boot_dir_path", type=str, dest="boot_dir_path") +parser.add_argument("--sd_dir_path", type=str, dest="sd_dir_path") +parser.add_argument("--rp_xsa_path", type=str, dest="rp_xsa_path") +parser.add_argument("--user_dtsi", type=str, dest="user_dtsi") + +args = parser.parse_args() + +# Extract variables +platform_name=args.platform_name +static_xsa_path=args.static_xsa_path +emu_xsa_path=args.emu_xsa_path +platform_out=args.platform_out +boot_dir_path=args.boot_dir_path +sd_dir_path=args.sd_dir_path +rp_xsa_path=args.rp_xsa_path +user_dtsi=args.user_dtsi + +print('args',args) +client = vitis.create_client() + +current_path = os.getcwd() +print(current_path) +client.update_workspace(path=current_path) +client.set_workspace(path=current_path) + +advanced_options = client.create_advanced_options_dict(board_dtsi="versal-vck190-reva-x-ebm-01-reva",user_dtsi=user_dtsi,dt_overlay="0",dt_zocl="1") +rp_info_args = client.add_rp_info_args(rp_xsa_path=rp_xsa_path) + +platform = client.create_platform_component(name = platform_name,hw_design = static_xsa_path,os = "linux",cpu = "psv_cortexa72",domain_name = "xrt",emu_design = emu_xsa_path,generate_dtb = True, rp_info_args = rp_info_args, advanced_options = advanced_options ) +platform = client.get_component(name = platform_name) +domain = platform.add_domain(cpu = "ai_engine",os = "aie_runtime",name = "aiengine",display_name = "aiengine") +domain = platform.get_domain(name = "xrt") +domain.set_sd_dir(path = sd_dir_path) +status = domain.set_boot_dir(path=boot_dir_path) +status = domain.generate_bif() diff --git a/Vitis_Platform_Creation/Design_Tutorials/04_Edge_VCK190_DFX/ref_files/step2_sw/system-user.dtsi b/Vitis_Platform_Creation/Design_Tutorials/04_Edge_VCK190_DFX/ref_files/step2_sw/system-user.dtsi index 3aade7f0e4..49595ca33f 100755 --- a/Vitis_Platform_Creation/Design_Tutorials/04_Edge_VCK190_DFX/ref_files/step2_sw/system-user.dtsi +++ b/Vitis_Platform_Creation/Design_Tutorials/04_Edge_VCK190_DFX/ref_files/step2_sw/system-user.dtsi @@ -9,6 +9,10 @@ chosen { }; }; +&cpm_pciea { + status = "disabled"; +}; + &amba_pl { ai_engine@20000000000 { #address-cells = <0x02>; @@ -16,7 +20,7 @@ chosen { clock-names = "aclk0"; clocks = <0x13>; compatible = "xlnx,ai-engine-2.0\0xlnx,ai-engine-v2.0"; - power-domains = <0x07 0x18224072>; + power-domains = <0x8d 0x18800000>; ranges; reg = <0x200 0x00 0x01 0x00>; xlnx,aie-gen = [01]; @@ -30,7 +34,7 @@ chosen { interrupt-names = "interrupt1\0interrupt2\0interrupt3"; interrupt-parent = <0x05>; interrupts = <0x00 0x94 0x04 0x00 0x95 0x04 0x00 0x96 0x04>; - power-domains = <0x07 0x18224072>; + power-domains = <0x8d 0x18800000>; reg = <0x200 0x00 0x01 0x00>; xlnx,columns = <0x00 0x32>; xlnx,node-id = <0x18800000>; diff --git a/Vitis_Platform_Creation/Design_Tutorials/04_Edge_VCK190_DFX/ref_files/step3_validate/Makefile b/Vitis_Platform_Creation/Design_Tutorials/04_Edge_VCK190_DFX/ref_files/step3_validate/Makefile index 641e6683a2..57e5937e69 100755 --- a/Vitis_Platform_Creation/Design_Tutorials/04_Edge_VCK190_DFX/ref_files/step3_validate/Makefile +++ b/Vitis_Platform_Creation/Design_Tutorials/04_Edge_VCK190_DFX/ref_files/step3_validate/Makefile @@ -5,8 +5,8 @@ ROOT_DIR=$(realpath $(dir $(lastword $(MAKEFILE_LIST)))) XSA_NAME=vck190_custom_dfx -CUSTOM_PLATFORM=$(ROOT_DIR)/../step2_sw/build/pfm/$(XSA_NAME)/export/$(XSA_NAME)/$(XSA_NAME).xpfm -VERSION=2025.1 +CUSTOM_PLATFORM=$(ROOT_DIR)/../step2_sw/$(XSA_NAME)/export/$(XSA_NAME)/$(XSA_NAME).xpfm +VERSION=2025.2 COMMON_IMAGE_VERSAL ?=${PLATFORM_REPO_PATHS}/sw/versal/xilinx-versal-common-v$(VERSION)/ SYSROOT=$(COMMON_IMAGE_VERSAL)/sysroots/cortexa72-cortexa53-amd-linux/ @@ -18,7 +18,7 @@ AIE_WORK=$(ROOT_DIR)/aie_work .PHONY: all vadd aie_adder platforminfo clean ultraclean #all: To support emulation all: platforminfo vadd_emu aie_adder_emu -sd_card:platforminfo aie_adder_hw +sd_card:platforminfo vadd_hw aie_adder_hw cpAieCode: @@ -28,7 +28,7 @@ cpAieCode: cpVaddCode: mkdir -p vadd_work - cp $(XILINX_VITIS)/examples/vadd/* vadd_work + cp -rf $(XILINX_VITIS)/samples/vadd/* vadd_work/ cp makefile_vadd vadd_work/Makefile diff --git a/Vitis_Platform_Creation/Design_Tutorials/04_Edge_VCK190_DFX/ref_files/step3_validate/makefile_vadd b/Vitis_Platform_Creation/Design_Tutorials/04_Edge_VCK190_DFX/ref_files/step3_validate/makefile_vadd index a342375216..2d13a6fd24 100644 --- a/Vitis_Platform_Creation/Design_Tutorials/04_Edge_VCK190_DFX/ref_files/step3_validate/makefile_vadd +++ b/Vitis_Platform_Creation/Design_Tutorials/04_Edge_VCK190_DFX/ref_files/step3_validate/makefile_vadd @@ -10,73 +10,44 @@ TARGET := hw SYSROOT := $(EDGE_COMMON_SW)/sysroots/cortexa72-cortexa53-amd-linux SD_IMAGE_FILE := $(EDGE_COMMON_SW)/Image VPP_LDFLAGS := - - TEMP_DIR := ./_x.$(TARGET) -BUILD_DIR := ./build_dir.$(TARGET) - -LINK_OUTPUT := $(BUILD_DIR)/krnl_vadd.link.xsa - -EMU_PS := QEMU -ifeq ($(TARGET), sw_emu) -EMU_PS := X86 -endif +BUILD_DIR := ./build_dir.$(TARGET).$(XSA) +LINK_OUTPUT := $(BUILD_DIR)/vadd.link.xsa +SDKTARGETSYSROOT ?= ${SYSROOT} dfx_hw=true # SoC variables RUN_APP_SCRIPT = ./run_vadd.sh PACKAGE_OUT = ./package.$(TARGET) - LAUNCH_EMULATOR = $(PACKAGE_OUT)/launch_$(TARGET).sh RESULT_STRING = TEST PASSED - VPP_PFLAGS := -CMD_ARGS = $(BUILD_DIR)/krnl_vadd.xclbin +CMD_ARGS = $(BUILD_DIR)/vadd.xclbin SD_CARD := $(PACKAGE_OUT) -ifeq ($(EMU_PS), X86) -CXXFLAGS += -I$(XILINX_XRT)/include -I$(XILINX_VIVADO)/include -Wall -O0 -g -std=c++17 -LDFLAGS += -L$(XILINX_XRT)/lib -pthread -lOpenCL -else -CXXFLAGS += -I$(SYSROOT)/usr/include/xrt -I$(XILINX_VIVADO)/include -Wall -O0 -g -std=c++17 +CXXFLAGS += --sysroot=${SYSROOT} -I${SDKTARGETSYSROOT}/usr/include/xrt/ -I$(XILINX_VIVADO)/include -I$(XILINX_VITIS)/include -I${XILINX_VITIS}/aietools/include ${HOST_INC} -Wall -O0 -g -std=c++17 LDFLAGS += -L$(SYSROOT)/usr/lib -pthread -lxilinxopencl -endif - -ifeq ($(TARGET),$(filter $(TARGET),sw_emu)) -VPP_PFLAGS+= --package.emu_ps qemu -endif - -#Check for EMU_PS -ifeq ($(TARGET), $(filter $(TARGET),hw_emu hw)) -ifeq ($(EMU_PS), X86) -$(error For hw_emu and hw, the design has to run on QEMU. Thus, please give EMU_PS=QEMU for these targets.) -endif -endif ########################## Checking if PLATFORM in allowlist ####################### PLATFORM_BLOCKLIST += nodma ############################## Setting up Host Variables ############################## #Include Required Host Source Files -HOST_SRCS += vadd.cpp +HOST_SRCS += ./src/host.cpp ./src/cmdlineparser.cpp ./src/logger.cpp # Host compiler global settings CXXFLAGS += -fmessage-length=0 -LDFLAGS += -lrt -lstdc++ -ifneq ($(EMU_PS), X86) -LDFLAGS += --sysroot=$(SYSROOT) -endif +LDFLAGS += -lrt -lstdc++ -luuid -lxrt_coreutil ############################## Setting up Kernel Variables ############################## # Kernel compiler global settings VPP_FLAGS += --save-temps - EXECUTABLE = ./simple_vadd EMCONFIG_DIR = $(TEMP_DIR) - ############################## Setting Targets ############################## -.PHONY: all clean cleanall docs emconfig -ifeq ($(EMU_PS), X86) -all: $(EXECUTABLE) $(LINK_OUTPUT) emconfig +.PHONY: all clean cleanall docs + +ifeq ($(TARGET), hw_emu) +all: $(EXECUTABLE) $(BUILD_DIR)/vadd.xclbin sd_card else -all: $(EXECUTABLE) $(LINK_OUTPUT) sd_card +all: $(EXECUTABLE) $(LINK_OUTPUT) sd_card endif .PHONY: host @@ -85,78 +56,48 @@ host: $(EXECUTABLE) .PHONY: build build: $(LINK_OUTPUT) +.PHONY: build +build: check-vitis check-device $(BUILD_DIR)/vadd.xclbin + .PHONY: xclbin xclbin: build ############################## Setting Rules for Binary Containers (Building Kernels) ############################## -$(TEMP_DIR)/krnl_vadd.xo: krnl_vadd.cpp +$(TEMP_DIR)/vadd.xo: src/vadd.cpp mkdir -p $(TEMP_DIR) - v++ -c $(VPP_FLAGS) -t $(TARGET) --platform $(PLATFORM) -k krnl_vadd --temp_dir $(TEMP_DIR) -I'$( Open Block design +Go to Platform Setup -> Clock and make clk_out2 which is 156.25Mhz clock output as default clock. +![Platform Setup](./images/step1/vitis_region_platorm_setup.svg) + + ### DFX Platform Design Submodule Explanation The following sections provide the platform hardware submodule explanation with diagrams. In the diagrams, the Vitis region is the dynamic area (RP). Blocks outside of the Vitis Region are in the static region. They will be loaded at boot time and won't be reconfigured. diff --git a/Vitis_Platform_Creation/Design_Tutorials/04_Edge_VCK190_DFX/step2.md b/Vitis_Platform_Creation/Design_Tutorials/04_Edge_VCK190_DFX/step2.md index fa816084a4..983c4ecbac 100644 --- a/Vitis_Platform_Creation/Design_Tutorials/04_Edge_VCK190_DFX/step2.md +++ b/Vitis_Platform_Creation/Design_Tutorials/04_Edge_VCK190_DFX/step2.md @@ -19,7 +19,7 @@ The unique requirements from DFX platforms are from the device tree. ## Generating Device Tree -Use the static XSA to generate the base device tree with device tree generator (DTG). The generated device tree (.dts and .dtsi) only includes IP information in the static region. If any IP in the dynamic region needs driver support, you should add them to the device tree manually. AI Engine is an example that needs driver support. Add its information to ``system-user.dtsi``. +We need to use the static XSA to generate the base device tree with sdtgen and lopper. With Vitis Unified ID flow, The device tree generation (.dts and .dtsi) is automatic that includes IP information in the static region. If any IP in the dynamic region needs driver support, you should add them to the device tree manually. AI Engine is an example that needs driver support. Add its information to ``system-user.dtsi``. >**Note:** Only one DFX region is supported at the moment; therefore, the ZOCL driver and device tree only supports one dfx_decoupler IP address. @@ -35,7 +35,7 @@ Use the static XSA to generate the base device tree with device tree generator ( clock-names = "aclk0"; clocks = <0x13>; compatible = "xlnx,ai-engine-2.0\0xlnx,ai-engine-v2.0"; - power-domains = <0x07 0x18224072>; + power-domains = <0x8d 0x18800000>; ranges; reg = <0x200 0x00 0x01 0x00>; xlnx,aie-gen = [01]; @@ -49,7 +49,7 @@ Use the static XSA to generate the base device tree with device tree generator ( interrupt-names = "interrupt1\0interrupt2\0interrupt3"; interrupt-parent = <0x05>; interrupts = <0x00 0x94 0x04 0x00 0x95 0x04 0x00 0x96 0x04>; - power-domains = <0x07 0x18224072>; + power-domains = <0x8d 0x18800000>; reg = <0x200 0x00 0x01 0x00>; xlnx,columns = <0x00 0x32>; xlnx,node-id = <0x18800000>; @@ -64,35 +64,22 @@ Use the static XSA to generate the base device tree with device tree generator ( }; ``` -A prepared [system-user.dtsi](ref_file/step2_sw/system-user.dtsi) file is ready for use. +A prepared [system-user.dtsi](./ref_file/step2_sw/system-user.dtsi) file is ready for use. If you updated the AI Engine clock frequency, please update the `clock-frequency` of `aie_core_ref_clk_0`. -### Generate the Base Device Tree from the Static XSA - -```bash -createdts -hw \ - -zocl\ - -out . \ - -platform-name vck190_custom_dt \ - -git-branch xlnx_rel_v2024.2 \ - -dtsi system-user.dtsi \ - -board versal-vck190-reva-x-ebm-01-reva \ - -compile -``` - -The generated device tree files are located in ``build/vck190_custom_dt/psv_cortexa72_0/device_tree_domain/bsp`` path. You can find the ``system.dtb`` file in ``step2_sw/build/vck190_custom_dt/psv_cortexa72_0/device_tree_domain/bsp/`` directory. - -> **NOTE**: Device tree knowledge is a common know-how. Please refer to [AMD Device tree WIKI page](https://xilinx-wiki.atlassian.net/wiki/spaces/A/pages/862421121/Device+Trees) or [Device Tree WIKI page](https://en.wikipedia.org/wiki/Devicetree#Linux) for more information if you are not familiar with it. - ### Creating the Vitis Platform The Vitis platform creation workflow for DFX platforms is almost identical to the flat platform with the following exceptions -- The platform creation can only be created with XSCT. Vitis IDE does not support to create DFX platforms. +- The platform creation can be created with python CLI flow only. Vitis IDE does not support to create DFX platforms. - When creating the DFX platform, both static XSA and RP XSA are required. Static XSA will be used to create ``boot.bin``. RP XSA is used to link acceleration kernels. +- The device tree generation is automatic with help of sdtgen and lopper part of Vitis tool chain. + +- Using [generate_platform.py](./ref_files/step2_sw/generate_platform.py) and [build_platform.py](./ref_files/step2_sw/build_platform.py) we create and build the platform with python CLI flow. + ### Prepare for Platform Packaging You should prepare the following components before creating the platform. @@ -182,9 +169,9 @@ tree -L 3 --charset ascii A DFX platform can boot the static region during power on. The static boot image can include static region PDI for hardware configuration, Arm® Trusted Firmware `bl31.elf`, `u-boot.elf`, and device tree for U-Boot. -When creating a DFX platform, static `boot.bin` is required. You generate this boot image before creating the platform. +When creating a DFX platform, static `boot.bin` is required. You generate this boot image before building the platform. -Static PDI is included in the static region XSA. You can use the XSCT command `openhw $(XSA_NAME)_static.xsa` to extract the XSA and find the PDI. +In between generate platform and build platform we need to create a BOOT.bin component using bootgen, which is showed how to be done in the [Makefile.](./ref_files/step2_sw/Makefile) Run bootgen command to create the boot.bin. @@ -211,57 +198,22 @@ image { ### Platform Packaging -Use XSCT command line tool to create the Vitis DFX platform. +Use Python command line tool to create the Vitis DFX platform. >**Note:** Vitis IDE support for creating Vitis DFX platforms will be added in the future. -Create a tcl file with XSCT commands. - -```Tcl # Create a platform project -platform create -name vck190_dfx_custom \ - -desc "A custom VCK190 DFX platform" \ - -hw .xsa \ - -rp {id 0 hw .xsa hw_emu .xsa} \ - -out \ - -no-boot-bsp - -# AIE domain -domain create -name aiengine -os aie_runtime -proc ai_engine -domain config -qemu-data ./boot - -# Add Linux domain -domain create -name xrt -proc psv_cortexa72 -os linux -sd-dir {./sd_dir} -domain config -hw-boot-bin -domain config -boot {./boot} -domain config -generate-bif -domain config -qemu-data ./boot - -platform write -platform generate -``` - ->**Note:** Replace the file name and directory name in the script with your project file location. If you do not need to support hardware emulation, you can omit the option `-hw_emu` and its value for the command `platform create`. - -The `platform create` command needs the following input values: - -- `-name`: Platform name -- `-hw`: Static Hardware XSA file location -- `-rp`: The reconfigurable partition info with ID, XSA and hardware emulation XSA info. ID is reserved for multi-partition DFX. For now only one partition is supported. Please use `id 0`. -- `-out`: Platform output path. In this example, we set output directory to ``step2_sw/build/pfm``. -- `-sd-dir`: The directory that contains the files to be included in the FAT32 partition of the SD card image. - -The `domain` command will set up one AI Engine domain and one Linux domain. The Linux domain has SD boot mode. The DFX platform Linux domain requires you to provide the `boot.bin` to boot the static region. It will use files in the `./sd_dir` directory to form the FAT32 partition of the SD card image. You have stored the required files in these directories in [Prepare for Platform Packaging](#prepare-for-platform-packaging) step. - -You can pass the values to the script directly by replacing the variable with the actual value, or define them in the header of the Tcl script, or pass the value to XSCT when calling this script. - -Here is an example of calling XSCT if you hard code all contents in `xsct_create_pfm.tcl`. - -```bash -xsct xsct_create_pfm.tcl -``` - -To support better generalization, the example [Makefile](./ref_files/step2_sw/Makefile) and [xsct_create_pfm.tcl](./ref_files/step2_sw/xsct_create_pfm.tcl) in the `ref_files` directory uses variables to represent the file names and directory location. Refer to them if you would like to get more programmability in your scripts. + vitis -s generate_platform.py \ + --platform_name $(PLATFORM_NAME) \ + --static_xsa_path $(STATIC_XSA) \ + --emu_xsa_path "${HW_EMU_XSA}" \ + --platform_out "${PLATFORM_OUT_PATH}" \ + --boot_dir_path "${BOOT_DIR}" \ + --sd_dir_path "${SD_DIR}" \ + --rp_xsa_path "${RP_XSA}" \ + --user_dtsi "$(USER_DTSI)" + +# Refer [generate_platform.py](./ref_files/step2_sw/generate_platform.py) and [build_platform.py](./ref_files/step2_sw/build_platform.py) for more details. ### Next Step diff --git a/Vitis_Platform_Creation/Design_Tutorials/04_Edge_VCK190_DFX/step3.md b/Vitis_Platform_Creation/Design_Tutorials/04_Edge_VCK190_DFX/step3.md index 0fadc6a3ec..20e71b6a35 100644 --- a/Vitis_Platform_Creation/Design_Tutorials/04_Edge_VCK190_DFX/step3.md +++ b/Vitis_Platform_Creation/Design_Tutorials/04_Edge_VCK190_DFX/step3.md @@ -52,7 +52,7 @@ You can verify hardware configuration (clocks, memory) and software configuratio Board: versal_extensible_dfx_platform_base Name: versal_extensible_dfx_platform_base Version: 1.0 - Generated Version: 2024.2 + Generated Version: 2025.2 Hardware: 1 Software Emulation: 1 Hardware Emulation: 0 @@ -150,7 +150,7 @@ The user flow for configuring the XCLBIN to DFX platforms and flat platforms are ```bash mkdir -p ref_files/step3_verify cd ref_files/step3_verify - vitis -workspace ./ & + vitis -w . ``` Close the welcome tab after Vitis launches. diff --git a/Vitis_Platform_Creation/Design_Tutorials/Design_Tutorials.rst b/Vitis_Platform_Creation/Design_Tutorials/Design_Tutorials.rst index 539499b7ae..502ba5cf3f 100644 --- a/Vitis_Platform_Creation/Design_Tutorials/Design_Tutorials.rst +++ b/Vitis_Platform_Creation/Design_Tutorials/Design_Tutorials.rst @@ -18,7 +18,6 @@ Vitis Platform Creation: Design Tutorials Custom Platform Creation Tutorial on MPSoC <./02-Edge-AI-ZCU104/README.md> Custom Platform Creation Tutorial on Versal <./03_Edge_VCK190/README.md> Custom Versal DFX Platform Creation Tutorial <./04_Edge_VCK190_DFX/README.md> - Custom Kria SOM Platform Creation Example <./01-Edge-KV260/README.md> @@ -37,8 +36,5 @@ Vitis Platform Creation: Design Tutorials - This tutorial demonstrates how you can create a custom Vitis platform on VCK190 demo board and validate the platform. * - :doc:`Custom Versal DFX Platform Creation Tutorial <./04_Edge_VCK190_DFX/README>` - - This tutorial demonstrates how you can create a custom Vitis platform on VCK190 demo board and validate the platform. - - * - :doc:`Custom Kria SOM Platform Creation Example <./01-Edge-KV260/README>` - - Extend the :doc:`Custom Platform Creation Tutorial on MPSoC <./02-Edge-AI-ZCU104/README>` to the popular MPSoC board, the AMD Kria™ SOM KV260 Starter Kit. + - This tutorial demonstrates how you can create a custom DFX Vitis platform on VCK190 demo board and validate the platform. diff --git a/Vitis_Platform_Creation/Design_Tutorials/README.md b/Vitis_Platform_Creation/Design_Tutorials/README.md index f6c4d57dbe..1abeebe15c 100644 --- a/Vitis_Platform_Creation/Design_Tutorials/README.md +++ b/Vitis_Platform_Creation/Design_Tutorials/README.md @@ -33,12 +33,6 @@ Custom Versal DFX Platform Creation Tutorial This tutorial demonstrates how you can create a custom DFX platform to run acceleration applications for VCK190 evaluation board. - - - Custom Kria SOM Platform Creation Example - Extend the ZCU104 custom embedded platform creation example to the popular MPSoC board, the AMD Kria™ SOM KV260 Starter Kit. - - diff --git a/Vitis_Platform_Creation/Feature_Tutorials/01_platform_creation_streaming_ip/README.md b/Vitis_Platform_Creation/Feature_Tutorials/01_platform_creation_streaming_ip/README.md index 090cb4c70a..426f738e9c 100644 --- a/Vitis_Platform_Creation/Feature_Tutorials/01_platform_creation_streaming_ip/README.md +++ b/Vitis_Platform_Creation/Feature_Tutorials/01_platform_creation_streaming_ip/README.md @@ -13,7 +13,7 @@ # Versal Platform Creation with Custom IP -***Version: Vitis 2024.1*** +***Version: Vitis 2025.2*** This tutorial explains how to add custom IPs into a Versal™ adaptive SoC platform. This tutorial is an 'add-on' to the basic [Versal platform creation tutorial](../../Design_Tutorials/03_Edge_VCK190/README.md). Therefore, for each step, there is a pointer to the corresponding part of that tutorial, as required. diff --git a/Vitis_Platform_Creation/Feature_Tutorials/01_platform_creation_streaming_ip/ref_files/Makefile b/Vitis_Platform_Creation/Feature_Tutorials/01_platform_creation_streaming_ip/ref_files/Makefile index 265a5028c1..25f91b7c5b 100755 --- a/Vitis_Platform_Creation/Feature_Tutorials/01_platform_creation_streaming_ip/ref_files/Makefile +++ b/Vitis_Platform_Creation/Feature_Tutorials/01_platform_creation_streaming_ip/ref_files/Makefile @@ -8,7 +8,7 @@ ABS_BUILD_PATH=$(ROOT_DIR)/build ABS_HW_PATH=$(ABS_BUILD_PATH)/vivado BD_TCL=run.tcl ABS_BD_TCL=$(ROOT_DIR)/$(BD_TCL) -VERSION=2025.1 +VERSION=2025.2 COMMON_IMAGE_VERSAL ?=${PLATFORM_REPO_PATHS}/sw/versal/xilinx-versal-common-v$(VERSION) XSA_PATH=$(ROOT_DIR)/build/vivado/ XSA_NAME=custom_hardware_platform diff --git a/Vitis_Platform_Creation/Feature_Tutorials/02_petalinux_customization/README.md b/Vitis_Platform_Creation/Feature_Tutorials/02_petalinux_customization/README.md index 66102dcbe6..b11ef65485 100644 --- a/Vitis_Platform_Creation/Feature_Tutorials/02_petalinux_customization/README.md +++ b/Vitis_Platform_Creation/Feature_Tutorials/02_petalinux_customization/README.md @@ -14,13 +14,13 @@ # PetaLinux Building and System Customization -***Version: PetaLinux 2025.1*** +***Version: PetaLinux 2025.2*** This module demonstrates platform software components customization. Use the PetaLinux tools to create the Linux image and sysroot with XRT support, together with some more advanced tweaks. Among all the customizations, the XRT installation and ZOCL device tree setup are mandatory. Other customizations are optional. The customization purposes are explained and you can pick your desired customization. Yocto or third-party Linux development tools can also be used as long as they produce the same Linux output products as PetaLinux. -As XSA file is the mandatory input for Petalinux project. Users can input XSA file exported from your Vivado project. This time we will leverage ready-made base platform from [Xilinx website download center](https://www.xilinx.com/support/download.html) and take zcu104 base platform as an example to show how to do system customization. Of course, you can download other platforms from that page according to your requirement. +As XSA file is the mandatory input for Petalinux project. Users can input XSA file exported from your Vivado project. This time we will leverage ready-made base platform from [Xilinx website download center](https://www.xilinx.com/support/download.html) and take vck190 base platform as an example to show how to do system customization. Of course, you can download other platforms from that page according to your requirement. ### Prepare the base platform @@ -34,8 +34,8 @@ As XSA file is the mandatory input for Petalinux project. Users can input XSA f 2. Download the base platform and place it under `workspace` folder. Then extract it. If you have already installed the Vitis™ tool, omit this step as AMD Official platforms have already built into the vitis tool installation package. ```bash - unzip xilinx_zcu104_base_202510_1.zip #extract the base platform - cd xilinx_zcu104_base_202510_1 + unzip xilinx_vck190_base_202520_1.zip #extract the base platform + cd xilinx_vck190_base_202520_1 tree -L 2 . ├── hw @@ -43,10 +43,10 @@ As XSA file is the mandatory input for Petalinux project. Users can input XSA f ├── hw_emu │ └── hw_emu.xsa ├── sw - │ ├── xilinx_zcu104_base_202510_1 - │ └── xilinx_zcu104_base_202510_1.spfm + │ ├── xilinx_vck190_base_202520_1 + │ └── xilinx_vck190_base_202520_1.spfm ├── version - └── xilinx_zcu104_base_202510_1.xpfm + └── xilinx_vck190_base_202520_1.xpfm 4 directories, 5 files ``` @@ -58,31 +58,29 @@ As XSA file is the mandatory input for Petalinux project. Users can input XSA f source /settings.sh ``` -2. Create a PetaLinux project named **zcu104_petalinux** and configure the hw option with the XSA file: +2. Create a PetaLinux project named **vck190_petalinux** and configure the hw option with the XSA file: ```bash cd workspace - petalinux-create --type project --template zynqMP --name zcu104_petalinux - cd zcu104_petalinux - petalinux-config --get-hw-description=xilinx_zcu104_base_202510_1/hw/hw.xsa # After you extract the base platform, you can find hw.xsa or hw_emu.xsa under directory. If you want to do emulation you can choose hw_emu.xsa + petalinux-create --type project --template versal --name vck190_petalinux + cd vck190_petalinux + petalinux-config --get-hw-description=xilinx_vck190_base_202520_1/hw/hw.xsa # After you extract the base platform, you can find hw.xsa or hw_emu.xsa under directory. If you want to do emulation you can choose hw_emu.xsa ``` - > Note: `--template` option specifies the chipset. zcu104 board adopts the ZYNQMP™ series chip. Therefore, we specify this option as `zynqMP`. If your platform is using Versal™ chipset, set this option to `versal`. - - > Note: If the user is customizing Linux image for VCK190 board, ensure the XSA file is exported from a normal project (not a Vitis extensible project) and includes the device image. + > Note: `--template` option specifies the chipset. vck190 board adopts the Versal™ series chip. Therefore, we specify this option as `versal`. > Note: PetaLinux will use XSA to generate the device tree. Since hardware XSA and hardware emulation XSA have identical peripherals, providing either of them to PetaLinux is acceptable. When simplifying the hardware design for hardware emulation, it is recommended to keep all the peripherals that need device tree and drivers so that the auto-generated device tree can be reused. If the two designs have different addressable peripherals, you will need to create two sets of device trees for hardware running and hardware emulation, separately. -3. A petalinux-config menu is launched. Set it to use ZCU104 device tree in the configuration window. +3. A petalinux-config menu is launched. Set it to use VCK190 device tree in the configuration window. - Select **DTG Settings->MACHINE_NAME** - - Modify it to ```zcu104-revc```. + - Modify it to ```vck190-versal```. - Select **OK -> Exit -> Exit -> Yes** to close this window. Note: - - If you are using an AMD development board, it is recommended to modify the machine name so that the board configurations would be involved in the DTS auto-generation. You can check the [UG1144 document](https://www.xilinx.com/content/dam/xilinx/support/documentation/sw_manuals/xilinx2021_2/ug1144-petalinux-tools-reference-guide.pdf) for the corresponding machine name. + - If you are using an AMD development board, it is recommended to modify the machine name so that the board configurations would be involved in the DTS auto-generation. You can check the [UG1144 document](https://docs.amd.com/r/en-US/ug1144-petalinux-tools-reference-guide/Design-Flow-Overview) for the corresponding machine name. - If you are using a custom board, you would need to configure the associated settings (e.g. the PHY information DTS node) in **system-user.dtsi** manually. - Device tree is a generic technology in embedded Linux. Search on Google for more information. @@ -153,20 +151,9 @@ Device Tree Generator (DTG) also overrides the interrupt controller (axi_intc_0) You can review the PetaLinux generated device tree in **project-spec/components/device-tree/device-tree/pl.dtsi** file. -You can also add your custom device tree modifications to **project-spec/meta-user/recipes-bsp/device-tree/files/system-user.dtsi**. For example this is how you setup sdhci1 to low speed mode. - -``` -&sdhci1 { - no-1-8-v; - disable-wp; -}; -``` - - - **sdhci1** node decreases SD Card speed for better card compatibility on ZCU104 board. This only relates to ZCU104 and is not a part of Vitis acceleration platform requirements. - - **Note**: an example file [zcu104/system-user.dtsi](ref_files/zcu104/system-user.dtsi) is provided for zcu104 board and [vck190/system-user.dtsi](ref_files/vck190/system-user.dtsi) for VCK190 board. - - +You can also add your custom device tree modifications to **project-spec/meta-user/recipes-bsp/device-tree/files/system-user.dtsi**. + + **Note**: an example file [vck190/system-user.dtsi](ref_files/vck190/system-user.dtsi) for VCK190 board. ### Add EXT4 rootfs support diff --git a/Vitis_Platform_Creation/Feature_Tutorials/02_petalinux_customization/ref_files/vck190/Makefile b/Vitis_Platform_Creation/Feature_Tutorials/02_petalinux_customization/ref_files/vck190/Makefile index 179cc8822b..90f5b0a235 100755 --- a/Vitis_Platform_Creation/Feature_Tutorials/02_petalinux_customization/ref_files/vck190/Makefile +++ b/Vitis_Platform_Creation/Feature_Tutorials/02_petalinux_customization/ref_files/vck190/Makefile @@ -1,5 +1,5 @@ #/* -#Copyright (C) 2023, Advanced Micro Devices, Inc. All rights reserved. +#Copyright (C) 2023-2025, Advanced Micro Devices, Inc. All rights reserved. #SPDX-License-Identifier: MIT #*/ @@ -13,7 +13,7 @@ PETALINUX_ROOTFS_CONFIG=$(PETALINUX_DIR)/project-spec/configs/rootfs_config #XSA_NAME ?=xsa_file_for_petalinux PDI_DIR =pdi_dir #PDI_PATH =$(ROOT_DIR)/$(PDI_DIR) -XSA ?=${PLATFORM_REPO_PATHS}/xilinx_vck190_base_202510_1/hw/hw.xsa +XSA ?=${PLATFORM_REPO_PATHS}/xilinx_vck190_base_202520_1/hw/hw.xsa #PDI=$(wildcard $(PDI_PATH)/*.pdi) IMAGE_DIR=$(ABS_BUILD_PATH)/$(PETALINUX_PROJ_NAME)/images/linux/ # -------------------------------------- diff --git a/Vitis_Platform_Creation/Feature_Tutorials/02_petalinux_customization/ref_files/vck190/run_app.sh b/Vitis_Platform_Creation/Feature_Tutorials/02_petalinux_customization/ref_files/vck190/run_app.sh index d6a498427b..0a77b98f02 100644 --- a/Vitis_Platform_Creation/Feature_Tutorials/02_petalinux_customization/ref_files/vck190/run_app.sh +++ b/Vitis_Platform_Creation/Feature_Tutorials/02_petalinux_customization/ref_files/vck190/run_app.sh @@ -1,5 +1,5 @@ #/* -#Copyright (C) 2023, Advanced Micro Devices, Inc. All rights reserved. +#Copyright (C) 2023-2025, Advanced Micro Devices, Inc. All rights reserved. #SPDX-License-Identifier: MIT #* export PATH=$PATH:/sbin diff --git a/Vitis_Platform_Creation/Feature_Tutorials/02_petalinux_customization/ref_files/vck190/system-user.dtsi b/Vitis_Platform_Creation/Feature_Tutorials/02_petalinux_customization/ref_files/vck190/system-user.dtsi index 778a52f8fd..a964b34ebb 100755 --- a/Vitis_Platform_Creation/Feature_Tutorials/02_petalinux_customization/ref_files/vck190/system-user.dtsi +++ b/Vitis_Platform_Creation/Feature_Tutorials/02_petalinux_customization/ref_files/vck190/system-user.dtsi @@ -1,5 +1,5 @@ /* -Copyright (C) 2023, Advanced Micro Devices, Inc. All rights reserved. +Copyright (C) 2023-2025, Advanced Micro Devices, Inc. All rights reserved. SPDX-License-Identifier: MIT */ diff --git a/Vitis_Platform_Creation/Feature_Tutorials/02_petalinux_customization/ref_files/zcu104/Makefile b/Vitis_Platform_Creation/Feature_Tutorials/02_petalinux_customization/ref_files/zcu104/Makefile index 824cfe380a..00d5a78be5 100755 --- a/Vitis_Platform_Creation/Feature_Tutorials/02_petalinux_customization/ref_files/zcu104/Makefile +++ b/Vitis_Platform_Creation/Feature_Tutorials/02_petalinux_customization/ref_files/zcu104/Makefile @@ -1,5 +1,5 @@ #/* -#Copyright (C) 2023, Advanced Micro Devices, Inc. All rights reserved. +#Copyright (C) 2023-2025, Advanced Micro Devices, Inc. All rights reserved. #SPDX-License-Identifier: MIT #*/ @@ -10,7 +10,7 @@ ABS_SW_PATH=$(ABS_BUILD_PATH)/$(PETALINUX_PROJ_NAME) PETALINUX_DIR=$(ABS_SW_PATH) PETALINUX_CONFIG=$(PETALINUX_DIR)/project-spec/configs/config PETALINUX_ROOTFS_CONFIG=$(PETALINUX_DIR)/project-spec/configs/rootfs_config -XSA ?=${PLATFORM_REPO_PATHS}/xilinx_zcu104_base_202510_1/hw/hw.xsa +XSA ?=${PLATFORM_REPO_PATHS}/xilinx_zcu104_base_202520_1/hw/hw.xsa IMAGE_DIR=$(ABS_BUILD_PATH)/$(PETALINUX_PROJ_NAME)/images/linux/ # -------------------------------------- diff --git a/Developer_Contributed/02-AIE_DSP_with_Makefile_and_GUI/files/src/thin-plat/Makefile b/Vitis_Platform_Creation/Feature_Tutorials/03_Vitis_Export_To_Vivado/Makefile similarity index 69% rename from Developer_Contributed/02-AIE_DSP_with_Makefile_and_GUI/files/src/thin-plat/Makefile rename to Vitis_Platform_Creation/Feature_Tutorials/03_Vitis_Export_To_Vivado/Makefile index 3f3fbd5001..40d77db8e4 100644 --- a/Developer_Contributed/02-AIE_DSP_with_Makefile_and_GUI/files/src/thin-plat/Makefile +++ b/Vitis_Platform_Creation/Feature_Tutorials/03_Vitis_Export_To_Vivado/Makefile @@ -1,17 +1,15 @@ -# Copyright © 2023 Advanced Micro Devices, Inc. All rights reserved. -# SPDX-License-Identifier: MIT - -# This makefile replaces the one from origina Thin Platform, to adapt it to this repo -# date: 13 Oct 2023 -# modified by Daniele Bagni - +# +# Copyright (C) 2021-2022, Xilinx, Inc. All rights reserved. +# Copyright (C) 2022-2025, Advanced Micro Devices, Inc. All rights reserved. +# SPDX-License-Identifier: X11 +# # Top-level Makefile -- Calls sub-makefiles ECHO = @echo ################################################################################ -# Variables needed for AMD/XILINX tools version checking, PLEASE DO NOT MODIFY # +# Variables needed for AMD tools version checking, PLEASE DO NOT MODIFY # ################################################################################ REQUIRED_VERSION = 2025.1 VIVADO_VERSION := $(shell vivado -version 2>/dev/null | grep "vivado ") @@ -29,16 +27,14 @@ export SW_BUILD_TOOL := petalinux # XPFM_PRE_BUILDS = false (Build xpfm) or true (Use xpfm pre-builds) export XPFM_PRE_BUILDS := false -#false # LINUX_PRE_BUILDS = false (Build linux) or true (Use linux pre-builds) -export LINUX_PRE_BUILDS := true -#false +export LINUX_PRE_BUILDS := false # ILA_EN = 0 (Disabled) or 1 (Enabled) export ILA_EN := 0 -# BOARD_NAME = vck190 (prod) or vek280 (revB) or vek280_es1 (revA) +# BOARD_NAME = vck190 or vek280 or vek280_es1 export BOARD_NAME := vck190 ########################################################### @@ -46,7 +42,7 @@ export BOARD_NAME := vck190 ########################################################### # LINUX_TMP_DIR = Any dir which is not NFS -export LINUX_TMP_DIR := /tmp/${USER}/${REQUIRED_VERSION}/${SW_BUILD_TOOL} +export LINUX_TMP_DIR := /tmp/${USER}/${REQUIRED_VERSION}/${BOARD_NAME}/${SW_BUILD_TOOL} # LINUX_YOCTO_ROOT = Directory where yocto tools are installed # Used ONLY when SW_BUILD_TOOL := yocto! @@ -74,15 +70,16 @@ export PLATFORM_CUSTOM := ${BOARD_NAME}_thin export LINUX_MACHINE := ${BOARD_NAME}-versal ifeq (${BOARD_NAME}, vck190) -export DEVICE_NAME := xcvc1902-vsva2197-2MP-e-S -export PLATFORM_PRE_BUILD := xilinx_vck190_base_202510_1 + export DEVICE_NAME := xcvc1902-vsva2197-2MP-e-S + export PLATFORM_PRE_BUILD := xilinx_vck190_base_202410_1 else ifeq (${BOARD_NAME}, vek280) -export DEVICE_NAME := xcve2802-vsvh1760-2MP-e-S -export PLATFORM_PRE_BUILD := xilinx_vek280_base_202510_1 + export DEVICE_NAME := xcve2802-vsvh1760-2MP-e-S + export PLATFORM_PRE_BUILD := xilinx_vek280_base_202410_1 else -export DEVICE_NAME := xcve2802-vsvh1760-2LP-e-S-es1 -export PLATFORM_PRE_BUILD := xilinx_vek280_base_202510_1 + export DEVICE_NAME := xcvc1902-vsva2197-2MP-e-S + export PLATFORM_PRE_BUILD := xilinx_vck190_base_202410_1 endif +export PART := $(DEVICE_NAME) LINUX_SRC_DIR := ./linux/src LINUX_BUILD_DIR := ./linux/${LINUX_MACHINE} @@ -92,14 +89,14 @@ XSA_DIR := ./vivado/build/xsa_platform XSA_FILE := ${XSA_DIR}/${PLATFORM_CUSTOM}.xsa XSA_PRE_BUILD := ${PLATFORM_REPO_PATHS}/${PLATFORM_PRE_BUILD}/hw/hw.xsa -XPFM_EXPORT := ./vitis/xpfm_export/build/platform/${PLATFORM_CUSTOM}/export/${PLATFORM_CUSTOM} -XPFM_EXPORT_SW := ${XPFM_EXPORT}/sw +#XPFM_EXPORT := ./vitis/xpfm_export/build/platform/${PLATFORM_CUSTOM}/export/${PLATFORM_CUSTOM} +#XPFM_EXPORT_SW := ${XPFM_EXPORT}/sw XPFM_PRE_BUILD := ${PLATFORM_REPO_PATHS}/${PLATFORM_PRE_BUILD} ifeq (${LINUX_PRE_BUILDS}, false) - LINUX_SRC_IMAGES := ${LINUX_BUILD_DIR}/images/linux + export LINUX_SRC_IMAGES := ${LINUX_BUILD_DIR}/images/linux else - LINUX_SRC_IMAGES := ${SDKTARGETSYSROOT}/../.. + export LINUX_SRC_IMAGES := ${SDKTARGETSYSROOT}/../.. endif ifeq (${XPFM_PRE_BUILDS}, false) @@ -122,7 +119,7 @@ LINUX_BUILD_SKIP := false ############## # Build Flow # ############## -.PHONY: clean help all vivado vitis_platform vitis_ip vitis ps_apps linux +.PHONY: clean help all vivado vitis_platform vitis_ip vitis ps_apps linux vss vma_export help:: $(ECHO) "Makefile Usage:" @@ -175,8 +172,8 @@ help:: $(ECHO) " Command to remove all the generated files." -all: version_check vivado_platform vitis_platform linux dtg bif vitis_ip full_impl ps_apps package -all_part1: version_check vivado_platform vitis_platform linux dtg +#all: version_check vivado_platform vitis_platform linux dtg bif vitis_ip full_impl ps_apps package +all: vivado_platform vitis_ip vma_export vivado_fixed linux vitis_platform ps_apps package all_targets: $(MAKE) all TARGET=hw @@ -217,7 +214,7 @@ ifeq (${TARGET}, hw_emu) $(ECHO) "[ERROR] XPFM_PRE_BUILDS = true and TARGET = hw_emu is NOT supported!"; exit 1 endif endif - $(ECHO) "AMD TOOLS & VERSION CHECK SUCCESSFUL" + $(ECHO) "AMD TOOLS & VERSION CHECK SUCCESSFUL" vivado_platform: ifeq (${XPFM_PRE_BUILDS}, true) @@ -242,77 +239,82 @@ endif linux_pre_build: ./linux/sysroot ./linux/sysroot: - ln -s $(abspath ${SDKTARGETSYSROOT}/../..) ./linux/sysroot + ln -s $(abspath ${SDKTARGETSYSROOT}/../..) ./linux/sysroot dtg: -ifeq (${XPFM_PRE_BUILDS}, false) -ifeq (${LINUX_PRE_BUILDS}, true) $(MAKE) all -C linux/dtg -endif -endif +#ifeq (${XPFM_PRE_BUILDS}, false) +#ifeq (${LINUX_PRE_BUILDS}, true) +# $(MAKE) all -C linux/dtg +#endif +#endif vitis_platform: ifeq (${XPFM_PRE_BUILDS}, true) $(MAKE) vitis_platform_pre_build -else - $(MAKE) platform -C vitis/xpfm_export +else + $(MAKE) platform -C vitis endif -vitis_platform_pre_build: ${XPFM_EXPORT} -${XPFM_EXPORT}: - mkdir -p ${XPFM_EXPORT} - cp -rf ${XPFM_PRE_BUILD}/* ${XPFM_EXPORT} - mv -f ${XPFM_EXPORT}/${PLATFORM_PRE_BUILD}.xpfm ${XPFM_EXPORT}/${PLATFORM_CUSTOM}.xpfm - mv -f ${XPFM_EXPORT_BOOT}/* ${XPFM_EXPORT_SW} - rm -rf ${XPFM_EXPORT_SW}/*.bif - -bif: - $(MAKE) ${XPFM_EXPORT_BOOT}/linux.bif -ifeq (${LINUX_PRE_BUILDS}, false) - $(MAKE) ${XPFM_EXPORT_SW}/rootfs.cpio.gz.u-boot -else - $(MAKE) ${XPFM_EXPORT_SW}/rootfs.ext4 -ifeq (${XPFM_PRE_BUILDS}, false) - $(MAKE) ${XPFM_EXPORT_SW}/system.dtb -endif -endif - -${XPFM_EXPORT_BOOT}/linux.bif: ${LINUX_SRC_DIR}/boot_custom.bif - cp -f ${LINUX_SRC_DIR}/boot_custom.bif ${XPFM_EXPORT_BOOT}/linux.bif - -${XPFM_EXPORT_SW}/rootfs.cpio.gz.u-boot: ${LINUX_SRC_IMAGES}/rootfs.cpio.gz.u-boot - cp -f ${LINUX_SRC_IMAGES}/system.dtb ${XPFM_EXPORT_SW}/system.dtb - cp -f ${LINUX_SRC_IMAGES}/u-boot.elf ${XPFM_EXPORT_SW}/u-boot.elf - cp -f ${LINUX_SRC_IMAGES}/bl31.elf ${XPFM_EXPORT_SW}/bl31.elf - cp -f ${LINUX_SRC_IMAGES}/Image ${XPFM_EXPORT_SW}/Image - cp -f ${LINUX_SRC_IMAGES}/rootfs.cpio.gz.u-boot ${XPFM_EXPORT_SW}/rootfs.cpio.gz.u-boot - cp -f ${LINUX_SRC_IMAGES}/boot.scr ${XPFM_EXPORT_XRT_IMAGE}/boot.scr - -${XPFM_EXPORT_SW}/rootfs.ext4: ${LINUX_SRC_IMAGES}/rootfs.ext4 - cp -f ${LINUX_SRC_IMAGES}/Image ${XPFM_EXPORT_SW}/Image - cp -f ${LINUX_SRC_IMAGES}/rootfs.ext4 ${XPFM_EXPORT_SW}/rootfs.ext4 - cp -f ${LINUX_SRC_IMAGES}/boot.scr ${XPFM_EXPORT_XRT_IMAGE}/boot.scr - -${XPFM_EXPORT_SW}/system.dtb: ${LINUX_DTB_DIR}/system-top.dtb - cp -f ${LINUX_DTB_DIR}/system-top.dtb ${XPFM_EXPORT_SW}/system.dtb - cp -f ${LINUX_SRC_IMAGES}/u-boot.elf ${XPFM_EXPORT_SW}/u-boot.elf - cp -f ${LINUX_SRC_IMAGES}/bl31.elf ${XPFM_EXPORT_SW}/bl31.elf +#vitis_platform_pre_build: ${XPFM_EXPORT} +#${XPFM_EXPORT}: +# mkdir -p ${XPFM_EXPORT} +# cp -rf ${XPFM_PRE_BUILD}/* ${XPFM_EXPORT} +# mv -f ${XPFM_EXPORT}/${PLATFORM_PRE_BUILD}.xpfm ${XPFM_EXPORT}/${PLATFORM_CUSTOM}.xpfm +# mv -f ${XPFM_EXPORT_BOOT}/* ${XPFM_EXPORT_SW} +# rm -rf ${XPFM_EXPORT_SW}/*.bif +# +#bif: +# $(MAKE) ${XPFM_EXPORT_BOOT}/linux.bif +#ifeq (${LINUX_PRE_BUILDS}, false) +# $(MAKE) ${XPFM_EXPORT_SW}/rootfs.cpio.gz.u-boot +#else +# $(MAKE) ${XPFM_EXPORT_SW}/rootfs.ext4 +#ifeq (${XPFM_PRE_BUILDS}, false) +# $(MAKE) ${XPFM_EXPORT_SW}/system.dtb +#endif +#endif +# +#${XPFM_EXPORT_BOOT}/linux.bif: ${LINUX_SRC_DIR}/boot_custom.bif +# cp -f ${LINUX_SRC_DIR}/boot_custom.bif ${XPFM_EXPORT_BOOT}/linux.bif +# +#${XPFM_EXPORT_SW}/rootfs.cpio.gz.u-boot: ${LINUX_SRC_IMAGES}/rootfs.cpio.gz.u-boot +# cp -f ${LINUX_SRC_IMAGES}/system.dtb ${XPFM_EXPORT_SW}/system.dtb +# cp -f ${LINUX_SRC_IMAGES}/u-boot.elf ${XPFM_EXPORT_SW}/u-boot.elf +# cp -f ${LINUX_SRC_IMAGES}/bl31.elf ${XPFM_EXPORT_SW}/bl31.elf +# cp -f ${LINUX_SRC_IMAGES}/Image ${XPFM_EXPORT_SW}/Image +# cp -f ${LINUX_SRC_IMAGES}/rootfs.cpio.gz.u-boot ${XPFM_EXPORT_SW}/rootfs.cpio.gz.u-boot +# cp -f ${LINUX_SRC_IMAGES}/boot.scr ${XPFM_EXPORT_XRT_IMAGE}/boot.scr +# +#${XPFM_EXPORT_SW}/rootfs.ext4: ${LINUX_SRC_IMAGES}/rootfs.ext4 +# cp -f ${LINUX_SRC_IMAGES}/Image ${XPFM_EXPORT_SW}/Image +# cp -f ${LINUX_SRC_IMAGES}/rootfs.ext4 ${XPFM_EXPORT_SW}/rootfs.ext4 +# cp -f ${LINUX_SRC_IMAGES}/boot.scr ${XPFM_EXPORT_XRT_IMAGE}/boot.scr +# +#${XPFM_EXPORT_SW}/system.dtb: ${LINUX_DTB_DIR}/system-top.dtb +# cp -f ${LINUX_DTB_DIR}/system-top.dtb ${XPFM_EXPORT_SW}/system.dtb +# cp -f ${LINUX_SRC_IMAGES}/u-boot.elf ${XPFM_EXPORT_SW}/u-boot.elf +# cp -f ${LINUX_SRC_IMAGES}/bl31.elf ${XPFM_EXPORT_SW}/bl31.elf vitis_ip: - $(MAKE) all -C vitis/ip + $(MAKE) vitis_ip -C vitis ps_apps: $(MAKE) all -C ps_apps/linux +vma_export: + $(MAKE) vma_link -C vitis + full_impl: $(MAKE) link -C vitis +vivado_fixed: + $(MAKE) vivado_fixed -C vivado + package: $(MAKE) package_linux -C vitis clean_vitis: - $(MAKE) clean -C vitis/xpfm_export - $(MAKE) clean -C vitis/ip $(MAKE) clean -C ps_apps/linux $(MAKE) clean -C vitis @@ -321,6 +323,7 @@ ultraclean_vitis: $(MAKE) clean_vitis TARGET=hw_emu clean: + $(MAKE) clean -C vitis $(MAKE) clean -C vivado $(MAKE) clean -C linux/${SW_BUILD_TOOL} $(MAKE) clean -C linux/dtg @@ -329,3 +332,4 @@ clean: ultraclean: $(MAKE) clean TARGET=hw $(MAKE) clean TARGET=hw_emu + diff --git a/Vitis_Platform_Creation/Feature_Tutorials/03_Vitis_Export_To_Vivado/README.md b/Vitis_Platform_Creation/Feature_Tutorials/03_Vitis_Export_To_Vivado/README.md index 7d36c0392f..5917f247f7 100644 --- a/Vitis_Platform_Creation/Feature_Tutorials/03_Vitis_Export_To_Vivado/README.md +++ b/Vitis_Platform_Creation/Feature_Tutorials/03_Vitis_Export_To_Vivado/README.md @@ -13,7 +13,7 @@ # Vitis Export to Vivado Flow -***Version: Vivado and Vitis 2025.1*** +***Version: Vivado and Vitis 2025.2*** This tutorial has been subject to change for the last couple of releases following the updates and improvements of the tools. @@ -151,12 +151,23 @@ param=project.enableUnifiedAIEFlow=true A cleaned up example for the Vitis linker configuration is provided here: [vitis/src/system.cfg](vitis/src/system.cfg). +## Modifying build recipe +With the vss folder no longer in use, a few references to old locations need to be updated in the build makefiles. +The following files require modification + +| Modified example | Original file from VSS tutorial +| -------- | ---------- +| [./Makefile](./Makefile) | [../../../Vitis_System_Design/Design_Tutorials/02-Versal_Vitis_Subsystem_Flow/Makefile](../../../Vitis_System_Design/Design_Tutorials/02-Versal_Vitis_Subsystem_Flow/Makefile) +| [./vitis/Makefile](./vitis/Makefile) | [../../../Vitis_System_Design/Design_Tutorials/02-Versal_Vitis_Subsystem_Flow/vitis/Makefile](../../../Vitis_System_Design/Design_Tutorials/02-Versal_Vitis_Subsystem_Flow/vitis/Makefile) +| [./ps_apps/linux/aie_dly_test/Makefile](./ps_apps/linux/aie_dly_test/Makefile) | [../../../Vitis_System_Design/Design_Tutorials/02-Versal_Vitis_Subsystem_Flow/ps_apps/linux/aie_dly_test/Makefile](../../../Vitis_System_Design/Design_Tutorials/02-Versal_Vitis_Subsystem_Flow/ps_apps/linux/aie_dly_test/Makefile) + + ## Building the modified design ### Prerequisites -Setup the Vitis 2025.1 tools +Setup the Vitis tool ``` source /settings64.sh ``` @@ -169,8 +180,7 @@ export SDKTARGETSYSROOT= ### Build instructions -Makefiles are provided to build everything from the top folder. -As the VSS rule is no longer applicable, the `make all` rule needs to be modified to ommit `vss` rule. +Modify or replace the makefiles according to examples and run `make all` from the top folder. Alternatively run step by step, by choosing from the following: ``` @@ -198,7 +208,7 @@ git move vss/python vitis/python **Note:** This require understanding how to create and manage Vivado projects and block designs using Vivado example design as template. The tutorial is prepared to quickly retarget to other boards and devices. This can be achieved by adding more alternatives in the Vivado folder. -If the corresponding board exist [Board Store](https://github.com/Xilinx/XilinxBoardStore/tree/2025.1), then copy either the [vck190](../../../Vitis_System_Design/Design_Tutorial/02-Versal_Vitis_Subsystem_Flow/vivado/vck190) or [vek280](../../../Vitis_System_Design/Design_Tutorial/02-Versal_Vitis_Subsystem_Flow/vivado/vek280) to a new folder matching the board name. +If the corresponding board exist [Board Store](https://github.com/Xilinx/XilinxBoardStore), then copy either the [vck190](../../../Vitis_System_Design/Design_Tutorial/02-Versal_Vitis_Subsystem_Flow/vivado/vck190) or [vek280](../../../Vitis_System_Design/Design_Tutorial/02-Versal_Vitis_Subsystem_Flow/vivado/vek280) to a new folder matching the board name. Then use Vivado example design (Picking an extensible platform) for the specific board and once generated write a new `dr.bd.tcl` file. The `Makefiles` in the top folder and in `vivado` folder will require modifying the `BOARD_NAME` alternatives so the called scripts get parameter arguments matching the selected board. diff --git a/Developer_Contributed/02-AIE_DSP_with_Makefile_and_GUI/files/src/thin-plat/ps_apps/linux/aie_test/Makefile b/Vitis_Platform_Creation/Feature_Tutorials/03_Vitis_Export_To_Vivado/ps_apps/linux/aie_dly_test/Makefile similarity index 59% rename from Developer_Contributed/02-AIE_DSP_with_Makefile_and_GUI/files/src/thin-plat/ps_apps/linux/aie_test/Makefile rename to Vitis_Platform_Creation/Feature_Tutorials/03_Vitis_Export_To_Vivado/ps_apps/linux/aie_dly_test/Makefile index a1b0443683..43b1f85706 100644 --- a/Developer_Contributed/02-AIE_DSP_with_Makefile_and_GUI/files/src/thin-plat/ps_apps/linux/aie_test/Makefile +++ b/Vitis_Platform_Creation/Feature_Tutorials/03_Vitis_Export_To_Vivado/ps_apps/linux/aie_dly_test/Makefile @@ -1,34 +1,27 @@ -# Copyright © 2023 Advanced Micro Devices, Inc. All rights reserved. -# SPDX-License-Identifier: MIT - -# Date: 13 Oct 2023 -# modified by Daniele Bagni +# +# Copyright (C) 2021-2022, Xilinx, Inc. All rights reserved. +# Copyright (C) 2022-2025, Advanced Micro Devices, Inc. All rights reserved. +# SPDX-License-Identifier: X11 +# ECHO := @echo SYSROOT := ../../../linux/sysroot/sysroots/cortexa72-cortexa53-amd-linux -APP_NAME := xrt_host +APP_NAME := aie_dly_test APP_EXE := ../exe/${APP_NAME}.exe APP_SRC := ./src/${APP_NAME}.cpp APP_SRC_DEP := ./src/* -APP_SRC_CTRL := ./../../../vitis/ip/aie/Work/ps/c_rts/aie_control_xrt.cpp +APP_SRC_CTRL := ./../../../vitis/ip/aie/datamove_app_ws/Work/ps/c_rts/aie_control_xrt.cpp GCC ?= aarch64-linux-gnu-g++ -GCC_INCLUDES := -I${SYSROOT}/usr/include \ - -I${SYSROOT}/usr/include/xrt \ - -I${SYSROOT}/usr/include/xaiengine \ - -I${XILINX_VITIS}/aietools/include \ - -I${XILINX_VITIS}/include \ - -I${DSPLIB_ROOT}/L1/include/aie \ - -I${DSPLIB_ROOT}/L1/src/aie \ - -I${DSPLIB_ROOT}/L1/tests/aie/inc \ - -I${DSPLIB_ROOT}/L1/tests/aie/src \ - -I${DSPLIB_ROOT}/L2/include/aie \ - -I$(DSPLIB_ROOT)/L2/tests/aie/common/inc \ - -I../../../vitis/ip/aie/src \ - -I../../../vitis/ip/aie/src/graphs +GCC_INCLUDES := -I${SYSROOT}/usr/include \ + -I${SYSROOT}/usr/include/xrt \ + -I${SYSROOT}/usr/include/xaiengine \ + -I${XILINX_VITIS}/aietools/include \ + -I../../../vitis/ip/aie/src \ + -I../../../vitis/ip/aie/ GCC_C_FLAGS := -O -Wall -std=c++17 -DXAIE_DEBUG \ -pthread \ @@ -57,3 +50,5 @@ $(APP_EXE): $(APP_SRC_DEP) $(APP_SRC_CTRL) ${SYSROOT} clean: rm -rf *.o $(APP_EXE) + + diff --git a/Vitis_Platform_Creation/Feature_Tutorials/03_Vitis_Export_To_Vivado/vitis/Makefile b/Vitis_Platform_Creation/Feature_Tutorials/03_Vitis_Export_To_Vivado/vitis/Makefile new file mode 100644 index 0000000000..53c8727083 --- /dev/null +++ b/Vitis_Platform_Creation/Feature_Tutorials/03_Vitis_Export_To_Vivado/vitis/Makefile @@ -0,0 +1,180 @@ +# +# Copyright (C) 2021-2022, Xilinx, Inc. All rights reserved. +# Copyright (C) 2022-2025, Advanced Micro Devices, Inc. All rights reserved. +# SPDX-License-Identifier: X11 +# + +ECHO := @echo + +TARGET ?= hw +BOARD_NAME ?= vck190 +export PLATFORM_CUSTOM ?= ${BOARD_NAME}_thin +LINUX_PRE_BUILDS ?= false + +XSA_PLATFORM := ../vivado/build/xsa_platform/${PLATFORM_CUSTOM}.xsa +export XSA_FIXED := ../vivado/build/xsa_platform/${PLATFORM_CUSTOM}_fixed.xsa + +#XPFM_VIVADO_EXPORT := $(abspath ../vitis/xpfm_export/build/platform/${PLATFORM_CUSTOM}/export/${PLATFORM_CUSTOM}) +PFM_EXPORT := ./build_pfm/pfm/export/pfm +XPFM := ${PFM_EXPORT}/pfm.xpfm +XPFM_XSA := ${PFM_EXPORT}/hw/${PLATFORM_CUSTOM}_fixed.xsa + +LINUX_ABS_PATH := $(abspath ../linux/${LINUX_MACHINE}/images/linux) +LINUX_PATH := ../linux/${LINUX_MACHINE}/images/linux +LINUX_KERNEL := ${LINUX_PATH}/Image +LINUX_DTB := ${LINUX_PATH}/system.dtb +PFM_DTB := ${PFM_EXPORT}/sw/boot/system.dtb +#LINUX_DTB := ${PFM_EXPORT}/hw/sdt/system.dtb +LINUX_BL31 := ${LINUX_PATH}/bl31.elf +LINUX_UBOOT := ${LINUX_PATH}/u-boot.elf +#LINUX_BOOTSCR := ${LINUX_ABS_PATH}/${PLATFORM_FIXED}/xrt/image/boot.scr +LINUX_BOOTSCR := ${LINUX_PATH}/boot.scr + +ifeq (${LINUX_PRE_BUILDS}, false) +LINUX_ROOTFS := ${LINUX_PATH}/rootfs.cpio.gz.u-boot +LINUX_ROOTFS_TYPE := fat32 +else +LINUX_ROOTFS := ${LINUX_PATH}/rootfs.ext4 +LINUX_ROOTFS_TYPE := ext4 +endif + +IP_DIR := ./ip +XO := $(wildcard ${IP_DIR}/xo_hw/*.xo) +VSS ?= vss_top +VSSFILE ?= ../vss/build/${VSS}/${VSS}.vss +XCLBIN := my.xclbin +XSA := ${PLATFORM_CUSTOM}.xsa +VMA := ${PLATFORM_CUSTOM}.vma +LIBADF := $(wildcard ../vitis/${IP_DIR}/aie/*_libadf.a) + +PS_APPS_LINUX_DIR := ../ps_apps/linux +PS_LINUX_EXE := $(wildcard ${PS_APPS_LINUX_DIR}/exe/*.exe) + +SD_CARD_LINUX := ../package_linux_${TARGET} +BUILD_DIR := build_${TARGET} + +ILA_LTX := ${BUILD_DIR}/_x/link/vivado/vpl/prj/probe_0.ltx + +# Force ILA_EN=0 (Disabled) for TARGET=hw_emu +ifeq (${TARGET}, hw_emu) + ILA_EN = 0 +else + ILA_EN ?= 0 +endif + +ifeq (${ILA_EN}, 1) + SYSTEM_CFG := $(wildcard ./src/*.cfg) +else + SYSTEM_CFG := ./src/system.cfg +endif + +.PHONY: clean all vitis_ip platform + +help:: + $(ECHO) "Makefile Usage:" + $(ECHO) " make vitis_ip" + $(ECHO) " Compile and build HLS and RTL blocks for Vitis Region" + $(ECHO) "" + $(ECHO) " make link" + $(ECHO) " Link vitis region to extensible XSA, run synth and implementaion using Vitis Integrated Flow" + $(ECHO) "" + $(ECHO) " make vma_link" + $(ECHO) " Link vitis region to extensible XSA and export a VMA." + $(ECHO) "" + $(ECHO) " make platform" + $(ECHO) " Build a Vitis platform component using fixed XSA" + $(ECHO) "" + $(ECHO) " make package_linux" + $(ECHO) " Package the design and generate SD Card for Linux application" + $(ECHO) "" + $(ECHO) " make clean" + $(ECHO) " Command to remove all the generated files." + +${BUILD_DIR}: + mkdir ${BUILD_DIR} + +vitis_ip: + $(MAKE) all -C ${IP_DIR} + +platform: + vitis -s vitis_platform.py |& tee vitis_pfm.log + +link: ${BUILD_DIR} ${BUILD_DIR}/${XSA} + +vma_link: ${BUILD_DIR} ${BUILD_DIR}/${VMA} + +${BUILD_DIR}/${VMA}: ${XO} ${SYSTEM_CFG} + cd ${BUILD_DIR} && \ + v++ --link --debug --save-temps \ + --target ${TARGET} \ + --platform ../${XSA_PLATFORM} \ + $(addprefix --config ../, ${SYSTEM_CFG}) \ + $(addprefix ../, ${XO}) \ + $(addprefix ../, ${LIBADF}) \ + --export_archive \ + --output ${VMA} \ + |& tee vpp_link.log + +${BUILD_DIR}/${XSA}: ${XO} ${VSSFILE} ${SYSTEM_CFG} + cd ${BUILD_DIR} && \ + v++ --link --debug --save-temps \ + --target ${TARGET} \ + --platform ../${XSA_PLATFORM} \ + $(addprefix --config ../, ${SYSTEM_CFG}) \ + $(addprefix ../, ${XO}) \ + $(addprefix ../, ${VSSFILE}) \ + --export_archive \ + --output ${VMA} \ + |& tee vpp_link.log + +package_linux: ${SD_CARD_LINUX} + +## Package the XCLBIN +${BUILD_DIR}/${XCLBIN}: ${LIBADF} + cd ${BUILD_DIR} && \ + v++ --package \ + --target ${TARGET} \ + --platform $(addprefix ../, ${XPFM}) \ + --package.defer_aie_run \ + $(addprefix ../, ${LIBADF}) \ + -o ${XCLBIN} + |& tee vpp_pack_xclbin.log +# make update_ila + +#${SD_CARD_LINUX}: ${BUILD_DIR}/${XSA} ${PS_LINUX_EXE} ${GRAPH_O} ${LINUX_KERNEL} ${LINUX_ROOTFS} ${LINUX_DTB} +${SD_CARD_LINUX}: ${LIBADF} ${PS_LINUX_EXE} ${LINUX_KERNEL} ${LINUX_ROOTFS} ${PFM_DTB} ${LINUX_BL31} ${LINUX_UBOOT} ${LINUX_BOOTSCR} + cd ${BUILD_DIR} && \ + v++ --package --debug --save-temps \ + --target ${TARGET} \ + --platform $(addprefix ../, ${XPFM}) \ + --package.defer_aie_run \ + --package.out_dir $(addprefix ../,${SD_CARD_LINUX}) \ + --package.boot_mode=sd \ + --package.no_image \ + --package.image_format=${LINUX_ROOTFS_TYPE} \ + --package.sd_file=$(addprefix ../, ${LINUX_KERNEL}) \ + --package.rootfs=$(addprefix ../, ${LINUX_ROOTFS}) \ + --package.dtb=$(addprefix ../, ${PFM_DTB}) \ + --package.bl31_elf=$(addprefix ../, ${LINUX_BL31}) \ + --package.uboot=$(addprefix ../, ${LINUX_UBOOT}) \ + $(addprefix ../, ${LIBADF}) \ + $(addprefix --package.sd_file=../, ${PS_LINUX_EXE}) \ + $(addprefix --package.sd_file=../, ${LINUX_BOOTSCR}) \ + -o ${XCLBIN} \ + |& tee vpp_pack_sd.log + echo ${PLATFORM_CUSTOM} > ${SD_CARD_LINUX}/sd_card/platform_desc.txt +# make update_ila + + + +update_ila: +ifeq (${TARGET}, hw) + if [ -e ${ILA_LTX} ] ; \ + then cp -f ${ILA_LTX} $(SD_CARD)/ ; \ + else echo "no probe_0 ltx file" ; \ + fi +endif + +clean: + $(MAKE) clean -C ip + rm -rf ${SD_CARD_LINUX} ${SD_CARD_BAREMETAL} ${BUILD_DIR} build_pfm diff --git a/Vitis_Platform_Creation/Feature_Tutorials/04_platform_validation/README.md b/Vitis_Platform_Creation/Feature_Tutorials/04_platform_validation/README.md index 228fc9c8cb..20a09375e9 100644 --- a/Vitis_Platform_Creation/Feature_Tutorials/04_platform_validation/README.md +++ b/Vitis_Platform_Creation/Feature_Tutorials/04_platform_validation/README.md @@ -13,7 +13,7 @@ # Versal Extensible Hardware Design Validation -***Version: Vitis 2025.1*** +***Version: Vitis 2025.2*** In this tutorial, you will learn how to validate an AMD Versal® ACAP extensible platform. This tutorial is an 'add-on' to the basic [Versal platform creation tutorial](../../Design_Tutorials/03_Edge_VCK190/README.md). So for each step, there will be a pointer to the corresponding part of that tutorial, as required. @@ -194,7 +194,7 @@ If the PDI can't load successfully, please check the CIPS configuration. #### Test3: Peripheral bare-metal test - Please refer to [Embedded Design Tutorial](https://github.com/Xilinx/Embedded-Design-Tutorials/blob/master/docs/Introduction/Versal-EDT/docs/2-cips-noc-ip-config.rst#creating-a-hello-world-application-for-the-arm-cortex-a72-on-ocm) to create a bare-metal application based on the fixed XSA file and run on board to test the peripherals. + Please refer to [Embedded Design Tutorial](https://github.com/Xilinx/Embedded-Design-Tutorials/blob/master/docs/Getting_Started/Versal-EDT/docs/2-cips-noc-ip-config.rst) to create a bare-metal application based on the fixed XSA file and run on board to test the peripherals. Application templates can choose the Peripheral or memory test: diff --git a/Vitis_Platform_Creation/Feature_Tutorials/04_platform_validation/ref_files/aie_validation/Makefile b/Vitis_Platform_Creation/Feature_Tutorials/04_platform_validation/ref_files/aie_validation/Makefile index 0a445528de..154c803b11 100644 --- a/Vitis_Platform_Creation/Feature_Tutorials/04_platform_validation/ref_files/aie_validation/Makefile +++ b/Vitis_Platform_Creation/Feature_Tutorials/04_platform_validation/ref_files/aie_validation/Makefile @@ -1,5 +1,5 @@ # /* -# Copyright (C) 2023, Advanced Micro Devices, Inc. All rights reserved. +# Copyright (C) 2023-2025, Advanced Micro Devices, Inc. All rights reserved. # SPDX-License-Identifier: MIT # */ EXTENSIBLE_XSA ?= diff --git a/Vitis_Platform_Creation/Feature_Tutorials/04_platform_validation/ref_files/aie_validation/aie.cfg b/Vitis_Platform_Creation/Feature_Tutorials/04_platform_validation/ref_files/aie_validation/aie.cfg index 74f492492c..ab85a10d83 100644 --- a/Vitis_Platform_Creation/Feature_Tutorials/04_platform_validation/ref_files/aie_validation/aie.cfg +++ b/Vitis_Platform_Creation/Feature_Tutorials/04_platform_validation/ref_files/aie_validation/aie.cfg @@ -1,5 +1,5 @@ #/* -#Copyright (C) 2023, Advanced Micro Devices, Inc. All rights reserved. +#Copyright (C) 2023-2025, Advanced Micro Devices, Inc. All rights reserved. #SPDX-License-Identifier: MIT #* include=src @@ -7,4 +7,4 @@ include=src Xchess=main:darts.xargs=-nb log-level=1 stacksize=1024 -heapsize=1024 \ No newline at end of file +heapsize=1024 diff --git a/Vitis_Platform_Creation/Feature_Tutorials/04_platform_validation/ref_files/aie_validation/data/input.txt b/Vitis_Platform_Creation/Feature_Tutorials/04_platform_validation/ref_files/aie_validation/data/input.txt index a709affbe5..244598ef4e 100644 --- a/Vitis_Platform_Creation/Feature_Tutorials/04_platform_validation/ref_files/aie_validation/data/input.txt +++ b/Vitis_Platform_Creation/Feature_Tutorials/04_platform_validation/ref_files/aie_validation/data/input.txt @@ -1,3 +1,7 @@ +# /* +# Copyright (C) 2025, Advanced Micro Devices, Inc. All rights reserved. +# SPDX-License-Identifier: MIT +# */ 1 2 3 diff --git a/Vitis_Platform_Creation/Feature_Tutorials/04_platform_validation/ref_files/aie_validation/mm2s.cfg b/Vitis_Platform_Creation/Feature_Tutorials/04_platform_validation/ref_files/aie_validation/mm2s.cfg index ca1f1475e9..657859616e 100644 --- a/Vitis_Platform_Creation/Feature_Tutorials/04_platform_validation/ref_files/aie_validation/mm2s.cfg +++ b/Vitis_Platform_Creation/Feature_Tutorials/04_platform_validation/ref_files/aie_validation/mm2s.cfg @@ -1,5 +1,5 @@ #/* -#Copyright (C) 2023, Advanced Micro Devices, Inc. All rights reserved. +#Copyright (C) 2023-2025, Advanced Micro Devices, Inc. All rights reserved. #SPDX-License-Identifier: MIT #* [hls] @@ -16,4 +16,4 @@ syn.interface.m_axi_auto_max_ports=0 syn.interface.m_axi_conservative_mode=1 syn.rtl.deadlock_detection=sim syn.rtl.kernel_profile=1 -package.output.syn=true \ No newline at end of file +package.output.syn=true diff --git a/Vitis_Platform_Creation/Feature_Tutorials/04_platform_validation/ref_files/aie_validation/mm2s_1.cpp b/Vitis_Platform_Creation/Feature_Tutorials/04_platform_validation/ref_files/aie_validation/mm2s_1.cpp index 909378da5e..efad61ba23 100644 --- a/Vitis_Platform_Creation/Feature_Tutorials/04_platform_validation/ref_files/aie_validation/mm2s_1.cpp +++ b/Vitis_Platform_Creation/Feature_Tutorials/04_platform_validation/ref_files/aie_validation/mm2s_1.cpp @@ -1,5 +1,5 @@ /* -Copyright (C) 2023, Advanced Micro Devices, Inc. All rights reserved. +Copyright (C) 2023-2025, Advanced Micro Devices, Inc. All rights reserved. SPDX-License-Identifier: MIT */ #include diff --git a/Vitis_Platform_Creation/Feature_Tutorials/04_platform_validation/ref_files/aie_validation/s2mm.cfg b/Vitis_Platform_Creation/Feature_Tutorials/04_platform_validation/ref_files/aie_validation/s2mm.cfg index daea99f8d3..a0528c8b52 100644 --- a/Vitis_Platform_Creation/Feature_Tutorials/04_platform_validation/ref_files/aie_validation/s2mm.cfg +++ b/Vitis_Platform_Creation/Feature_Tutorials/04_platform_validation/ref_files/aie_validation/s2mm.cfg @@ -1,5 +1,5 @@ #/* -#Copyright (C) 2023, Advanced Micro Devices, Inc. All rights reserved. +#Copyright (C) 2023-2025, Advanced Micro Devices, Inc. All rights reserved. #SPDX-License-Identifier: MIT #* [hls] @@ -16,4 +16,4 @@ syn.interface.m_axi_auto_max_ports=0 syn.interface.m_axi_conservative_mode=1 syn.rtl.deadlock_detection=sim syn.rtl.kernel_profile=1 -package.output.syn=true \ No newline at end of file +package.output.syn=true diff --git a/Vitis_Platform_Creation/Feature_Tutorials/04_platform_validation/ref_files/aie_validation/s2mm_1.cpp b/Vitis_Platform_Creation/Feature_Tutorials/04_platform_validation/ref_files/aie_validation/s2mm_1.cpp index c52aa59f6f..bf076fc33f 100644 --- a/Vitis_Platform_Creation/Feature_Tutorials/04_platform_validation/ref_files/aie_validation/s2mm_1.cpp +++ b/Vitis_Platform_Creation/Feature_Tutorials/04_platform_validation/ref_files/aie_validation/s2mm_1.cpp @@ -1,5 +1,5 @@ /* -Copyright (C) 2023, Advanced Micro Devices, Inc. All rights reserved. +Copyright (C) 2023-2025, Advanced Micro Devices, Inc. All rights reserved. SPDX-License-Identifier: MIT */ #include diff --git a/Vitis_Platform_Creation/Feature_Tutorials/04_platform_validation/ref_files/aie_validation/src/graph.cpp b/Vitis_Platform_Creation/Feature_Tutorials/04_platform_validation/ref_files/aie_validation/src/graph.cpp index 0ee69ff590..c18d7d8f2b 100644 --- a/Vitis_Platform_Creation/Feature_Tutorials/04_platform_validation/ref_files/aie_validation/src/graph.cpp +++ b/Vitis_Platform_Creation/Feature_Tutorials/04_platform_validation/ref_files/aie_validation/src/graph.cpp @@ -1,5 +1,5 @@ /* -Copyright (C) 2023, Advanced Micro Devices, Inc. All rights reserved. +Copyright (C) 2023-2025, Advanced Micro Devices, Inc. All rights reserved. SPDX-License-Identifier: MIT */ #include "graph.h" diff --git a/Vitis_Platform_Creation/Feature_Tutorials/04_platform_validation/ref_files/aie_validation/src/graph.h b/Vitis_Platform_Creation/Feature_Tutorials/04_platform_validation/ref_files/aie_validation/src/graph.h index 326c41b5bf..04613088bf 100644 --- a/Vitis_Platform_Creation/Feature_Tutorials/04_platform_validation/ref_files/aie_validation/src/graph.h +++ b/Vitis_Platform_Creation/Feature_Tutorials/04_platform_validation/ref_files/aie_validation/src/graph.h @@ -1,5 +1,5 @@ /* -Copyright (C) 2023, Advanced Micro Devices, Inc. All rights reserved. +Copyright (C) 2023-2025, Advanced Micro Devices, Inc. All rights reserved. SPDX-License-Identifier: MIT */ #include diff --git a/Vitis_Platform_Creation/Feature_Tutorials/04_platform_validation/ref_files/aie_validation/src/kernels.h b/Vitis_Platform_Creation/Feature_Tutorials/04_platform_validation/ref_files/aie_validation/src/kernels.h index 020f0a74d4..0eb04cb18b 100644 --- a/Vitis_Platform_Creation/Feature_Tutorials/04_platform_validation/ref_files/aie_validation/src/kernels.h +++ b/Vitis_Platform_Creation/Feature_Tutorials/04_platform_validation/ref_files/aie_validation/src/kernels.h @@ -1,5 +1,5 @@ /* -Copyright (C) 2023, Advanced Micro Devices, Inc. All rights reserved. +Copyright (C) 2023-2025, Advanced Micro Devices, Inc. All rights reserved. SPDX-License-Identifier: MIT */ #ifndef KERNEL_H diff --git a/Vitis_Platform_Creation/Feature_Tutorials/04_platform_validation/ref_files/aie_validation/src/loopback.cc b/Vitis_Platform_Creation/Feature_Tutorials/04_platform_validation/ref_files/aie_validation/src/loopback.cc index 1a06aacc5e..1c3df2ff36 100644 --- a/Vitis_Platform_Creation/Feature_Tutorials/04_platform_validation/ref_files/aie_validation/src/loopback.cc +++ b/Vitis_Platform_Creation/Feature_Tutorials/04_platform_validation/ref_files/aie_validation/src/loopback.cc @@ -1,5 +1,5 @@ /* -Copyright (C) 2023, Advanced Micro Devices, Inc. All rights reserved. +Copyright (C) 2023-2025, Advanced Micro Devices, Inc. All rights reserved. SPDX-License-Identifier: MIT */ #include diff --git a/Vitis_Platform_Creation/Feature_Tutorials/04_platform_validation/ref_files/aie_validation/sw/Makefile b/Vitis_Platform_Creation/Feature_Tutorials/04_platform_validation/ref_files/aie_validation/sw/Makefile index 9486d9034b..2acddb45fb 100644 --- a/Vitis_Platform_Creation/Feature_Tutorials/04_platform_validation/ref_files/aie_validation/sw/Makefile +++ b/Vitis_Platform_Creation/Feature_Tutorials/04_platform_validation/ref_files/aie_validation/sw/Makefile @@ -1,5 +1,5 @@ # /* -# Copyright (C) 2023, Advanced Micro Devices, Inc. All rights reserved. +# Copyright (C) 2023-2025, Advanced Micro Devices, Inc. All rights reserved. # SPDX-License-Identifier: MIT # */ HOST_EXE = ../main.elf diff --git a/Vitis_Platform_Creation/Feature_Tutorials/04_platform_validation/ref_files/aie_validation/sw/golden.h b/Vitis_Platform_Creation/Feature_Tutorials/04_platform_validation/ref_files/aie_validation/sw/golden.h index 446113a107..c2f59c1256 100644 --- a/Vitis_Platform_Creation/Feature_Tutorials/04_platform_validation/ref_files/aie_validation/sw/golden.h +++ b/Vitis_Platform_Creation/Feature_Tutorials/04_platform_validation/ref_files/aie_validation/sw/golden.h @@ -1,5 +1,5 @@ /* -Copyright (C) 2023, Advanced Micro Devices, Inc. All rights reserved. +Copyright (C) 2023-2025, Advanced Micro Devices, Inc. All rights reserved. SPDX-License-Identifier: MIT */ #pragma once diff --git a/Vitis_Platform_Creation/Feature_Tutorials/04_platform_validation/ref_files/aie_validation/sw/input.h b/Vitis_Platform_Creation/Feature_Tutorials/04_platform_validation/ref_files/aie_validation/sw/input.h index 688a472e63..5e32bbc0f0 100644 --- a/Vitis_Platform_Creation/Feature_Tutorials/04_platform_validation/ref_files/aie_validation/sw/input.h +++ b/Vitis_Platform_Creation/Feature_Tutorials/04_platform_validation/ref_files/aie_validation/sw/input.h @@ -1,5 +1,5 @@ /* -Copyright (C) 2023, Advanced Micro Devices, Inc. All rights reserved. +Copyright (C) 2023-2025, Advanced Micro Devices, Inc. All rights reserved. SPDX-License-Identifier: MIT */ #pragma once diff --git a/Vitis_Platform_Creation/Feature_Tutorials/04_platform_validation/ref_files/aie_validation/sw/lscript.ld b/Vitis_Platform_Creation/Feature_Tutorials/04_platform_validation/ref_files/aie_validation/sw/lscript.ld index 970535b7b5..692ca85bb1 100644 --- a/Vitis_Platform_Creation/Feature_Tutorials/04_platform_validation/ref_files/aie_validation/sw/lscript.ld +++ b/Vitis_Platform_Creation/Feature_Tutorials/04_platform_validation/ref_files/aie_validation/sw/lscript.ld @@ -1,5 +1,5 @@ /* -/*Copyright (C) 2023, Advanced Micro Devices, Inc. All rights reserved. +/*Copyright (C) 2023-2025, Advanced Micro Devices, Inc. All rights reserved. /*SPDX-License-Identifier: MIT /**/ diff --git a/Vitis_Platform_Creation/Feature_Tutorials/04_platform_validation/ref_files/aie_validation/sw/main.cpp b/Vitis_Platform_Creation/Feature_Tutorials/04_platform_validation/ref_files/aie_validation/sw/main.cpp index 06e8c0cd34..6eb34ed572 100644 --- a/Vitis_Platform_Creation/Feature_Tutorials/04_platform_validation/ref_files/aie_validation/sw/main.cpp +++ b/Vitis_Platform_Creation/Feature_Tutorials/04_platform_validation/ref_files/aie_validation/sw/main.cpp @@ -1,5 +1,5 @@ /* -Copyright (C) 2023, Advanced Micro Devices, Inc. All rights reserved. +Copyright (C) 2023-2025, Advanced Micro Devices, Inc. All rights reserved. SPDX-License-Identifier: MIT */ #include diff --git a/Vitis_Platform_Creation/Feature_Tutorials/04_platform_validation/ref_files/aie_validation/sw/platform.cpp b/Vitis_Platform_Creation/Feature_Tutorials/04_platform_validation/ref_files/aie_validation/sw/platform.cpp index 067a2feb26..8aafcb800c 100644 --- a/Vitis_Platform_Creation/Feature_Tutorials/04_platform_validation/ref_files/aie_validation/sw/platform.cpp +++ b/Vitis_Platform_Creation/Feature_Tutorials/04_platform_validation/ref_files/aie_validation/sw/platform.cpp @@ -1,5 +1,5 @@ /* -Copyright (C) 2023, Advanced Micro Devices, Inc. All rights reserved. +Copyright (C) 2023-2025, Advanced Micro Devices, Inc. All rights reserved. SPDX-License-Identifier: MIT */ #include "xparameters.h" diff --git a/Vitis_Platform_Creation/Feature_Tutorials/04_platform_validation/ref_files/aie_validation/sw/platform.h b/Vitis_Platform_Creation/Feature_Tutorials/04_platform_validation/ref_files/aie_validation/sw/platform.h index 27466d3f17..fd3a385f33 100644 --- a/Vitis_Platform_Creation/Feature_Tutorials/04_platform_validation/ref_files/aie_validation/sw/platform.h +++ b/Vitis_Platform_Creation/Feature_Tutorials/04_platform_validation/ref_files/aie_validation/sw/platform.h @@ -1,5 +1,5 @@ /* -Copyright (C) 2023, Advanced Micro Devices, Inc. All rights reserved. +Copyright (C) 2023-2025, Advanced Micro Devices, Inc. All rights reserved. SPDX-License-Identifier: MIT */ #ifndef __PLATFORM_H_ diff --git a/Vitis_Platform_Creation/Feature_Tutorials/04_platform_validation/ref_files/aie_validation/system.cfg b/Vitis_Platform_Creation/Feature_Tutorials/04_platform_validation/ref_files/aie_validation/system.cfg index 40ec4432e5..181d7fea26 100644 --- a/Vitis_Platform_Creation/Feature_Tutorials/04_platform_validation/ref_files/aie_validation/system.cfg +++ b/Vitis_Platform_Creation/Feature_Tutorials/04_platform_validation/ref_files/aie_validation/system.cfg @@ -1,5 +1,5 @@ #/* -#Copyright (C) 2023, Advanced Micro Devices, Inc. All rights reserved. +#Copyright (C) 2023-2025, Advanced Micro Devices, Inc. All rights reserved. #SPDX-License-Identifier: MIT #* [connectivity] diff --git a/Vitis_Platform_Creation/Feature_Tutorials/04_platform_validation/ref_files/pl_validation/Makefile b/Vitis_Platform_Creation/Feature_Tutorials/04_platform_validation/ref_files/pl_validation/Makefile index e57d4c47d5..30763f41d3 100755 --- a/Vitis_Platform_Creation/Feature_Tutorials/04_platform_validation/ref_files/pl_validation/Makefile +++ b/Vitis_Platform_Creation/Feature_Tutorials/04_platform_validation/ref_files/pl_validation/Makefile @@ -1,5 +1,5 @@ # /* -# Copyright (C) 2023, Advanced Micro Devices, Inc. All rights reserved. +# Copyright (C) 2023-2025, Advanced Micro Devices, Inc. All rights reserved. # SPDX-License-Identifier: MIT # */ EXTENSIBLE_XSA ?= @@ -80,4 +80,4 @@ clean: rm -rf _x v++_* ${XOS} *.o.* *.xo.* \ *.xclbin* *.xsa *_log *.log Work Map_Report.csv *.bin mm2s_1 s2mm_1\ BOOT* *.xo emu_qemu_scripts *.cdo *.bif compile_log_pre *.elf *.o launch_hw_emu.sh qemu_args.txt *.xsa xnwOut *.pdi fixed_platform v++.package_summary *.link_summary libadf* lpd* NOC* pmc* plm* sd_card* sim ilpProblem* sol.db drivers .Xil .ipcache package.hw* ext_platform_wrapper_* - make -C sw clean \ No newline at end of file + make -C sw clean diff --git a/Vitis_Platform_Creation/Feature_Tutorials/04_platform_validation/ref_files/pl_validation/mm2s.cfg b/Vitis_Platform_Creation/Feature_Tutorials/04_platform_validation/ref_files/pl_validation/mm2s.cfg index ca1f1475e9..657859616e 100644 --- a/Vitis_Platform_Creation/Feature_Tutorials/04_platform_validation/ref_files/pl_validation/mm2s.cfg +++ b/Vitis_Platform_Creation/Feature_Tutorials/04_platform_validation/ref_files/pl_validation/mm2s.cfg @@ -1,5 +1,5 @@ #/* -#Copyright (C) 2023, Advanced Micro Devices, Inc. All rights reserved. +#Copyright (C) 2023-2025, Advanced Micro Devices, Inc. All rights reserved. #SPDX-License-Identifier: MIT #* [hls] @@ -16,4 +16,4 @@ syn.interface.m_axi_auto_max_ports=0 syn.interface.m_axi_conservative_mode=1 syn.rtl.deadlock_detection=sim syn.rtl.kernel_profile=1 -package.output.syn=true \ No newline at end of file +package.output.syn=true diff --git a/Vitis_Platform_Creation/Feature_Tutorials/04_platform_validation/ref_files/pl_validation/mm2s_1.cpp b/Vitis_Platform_Creation/Feature_Tutorials/04_platform_validation/ref_files/pl_validation/mm2s_1.cpp index 909378da5e..efad61ba23 100755 --- a/Vitis_Platform_Creation/Feature_Tutorials/04_platform_validation/ref_files/pl_validation/mm2s_1.cpp +++ b/Vitis_Platform_Creation/Feature_Tutorials/04_platform_validation/ref_files/pl_validation/mm2s_1.cpp @@ -1,5 +1,5 @@ /* -Copyright (C) 2023, Advanced Micro Devices, Inc. All rights reserved. +Copyright (C) 2023-2025, Advanced Micro Devices, Inc. All rights reserved. SPDX-License-Identifier: MIT */ #include diff --git a/Vitis_Platform_Creation/Feature_Tutorials/04_platform_validation/ref_files/pl_validation/s2mm.cfg b/Vitis_Platform_Creation/Feature_Tutorials/04_platform_validation/ref_files/pl_validation/s2mm.cfg index daea99f8d3..a0528c8b52 100644 --- a/Vitis_Platform_Creation/Feature_Tutorials/04_platform_validation/ref_files/pl_validation/s2mm.cfg +++ b/Vitis_Platform_Creation/Feature_Tutorials/04_platform_validation/ref_files/pl_validation/s2mm.cfg @@ -1,5 +1,5 @@ #/* -#Copyright (C) 2023, Advanced Micro Devices, Inc. All rights reserved. +#Copyright (C) 2023-2025, Advanced Micro Devices, Inc. All rights reserved. #SPDX-License-Identifier: MIT #* [hls] @@ -16,4 +16,4 @@ syn.interface.m_axi_auto_max_ports=0 syn.interface.m_axi_conservative_mode=1 syn.rtl.deadlock_detection=sim syn.rtl.kernel_profile=1 -package.output.syn=true \ No newline at end of file +package.output.syn=true diff --git a/Vitis_Platform_Creation/Feature_Tutorials/04_platform_validation/ref_files/pl_validation/s2mm_1.cpp b/Vitis_Platform_Creation/Feature_Tutorials/04_platform_validation/ref_files/pl_validation/s2mm_1.cpp index c52aa59f6f..bf076fc33f 100755 --- a/Vitis_Platform_Creation/Feature_Tutorials/04_platform_validation/ref_files/pl_validation/s2mm_1.cpp +++ b/Vitis_Platform_Creation/Feature_Tutorials/04_platform_validation/ref_files/pl_validation/s2mm_1.cpp @@ -1,5 +1,5 @@ /* -Copyright (C) 2023, Advanced Micro Devices, Inc. All rights reserved. +Copyright (C) 2023-2025, Advanced Micro Devices, Inc. All rights reserved. SPDX-License-Identifier: MIT */ #include diff --git a/Vitis_Platform_Creation/Feature_Tutorials/04_platform_validation/ref_files/pl_validation/sw/Makefile b/Vitis_Platform_Creation/Feature_Tutorials/04_platform_validation/ref_files/pl_validation/sw/Makefile index f771802b27..899acd52df 100755 --- a/Vitis_Platform_Creation/Feature_Tutorials/04_platform_validation/ref_files/pl_validation/sw/Makefile +++ b/Vitis_Platform_Creation/Feature_Tutorials/04_platform_validation/ref_files/pl_validation/sw/Makefile @@ -1,5 +1,5 @@ # /* -# Copyright (C) 2023, Advanced Micro Devices, Inc. All rights reserved. +# Copyright (C) 2023-2025, Advanced Micro Devices, Inc. All rights reserved. # SPDX-License-Identifier: MIT # */ HOST_EXE = ../main.elf diff --git a/Vitis_Platform_Creation/Feature_Tutorials/04_platform_validation/ref_files/pl_validation/sw/input.h b/Vitis_Platform_Creation/Feature_Tutorials/04_platform_validation/ref_files/pl_validation/sw/input.h index 688a472e63..5e32bbc0f0 100755 --- a/Vitis_Platform_Creation/Feature_Tutorials/04_platform_validation/ref_files/pl_validation/sw/input.h +++ b/Vitis_Platform_Creation/Feature_Tutorials/04_platform_validation/ref_files/pl_validation/sw/input.h @@ -1,5 +1,5 @@ /* -Copyright (C) 2023, Advanced Micro Devices, Inc. All rights reserved. +Copyright (C) 2023-2025, Advanced Micro Devices, Inc. All rights reserved. SPDX-License-Identifier: MIT */ #pragma once diff --git a/Vitis_Platform_Creation/Feature_Tutorials/04_platform_validation/ref_files/pl_validation/sw/lscript.ld b/Vitis_Platform_Creation/Feature_Tutorials/04_platform_validation/ref_files/pl_validation/sw/lscript.ld index 970535b7b5..692ca85bb1 100755 --- a/Vitis_Platform_Creation/Feature_Tutorials/04_platform_validation/ref_files/pl_validation/sw/lscript.ld +++ b/Vitis_Platform_Creation/Feature_Tutorials/04_platform_validation/ref_files/pl_validation/sw/lscript.ld @@ -1,5 +1,5 @@ /* -/*Copyright (C) 2023, Advanced Micro Devices, Inc. All rights reserved. +/*Copyright (C) 2023-2025, Advanced Micro Devices, Inc. All rights reserved. /*SPDX-License-Identifier: MIT /**/ diff --git a/Vitis_Platform_Creation/Feature_Tutorials/04_platform_validation/ref_files/pl_validation/sw/main.cpp b/Vitis_Platform_Creation/Feature_Tutorials/04_platform_validation/ref_files/pl_validation/sw/main.cpp index 2aa7080522..70520f275f 100755 --- a/Vitis_Platform_Creation/Feature_Tutorials/04_platform_validation/ref_files/pl_validation/sw/main.cpp +++ b/Vitis_Platform_Creation/Feature_Tutorials/04_platform_validation/ref_files/pl_validation/sw/main.cpp @@ -1,5 +1,5 @@ /* -Copyright (C) 2023, Advanced Micro Devices, Inc. All rights reserved. +Copyright (C) 2023-2025, Advanced Micro Devices, Inc. All rights reserved. SPDX-License-Identifier: MIT */ #include diff --git a/Vitis_Platform_Creation/Feature_Tutorials/04_platform_validation/ref_files/pl_validation/sw/platform.h b/Vitis_Platform_Creation/Feature_Tutorials/04_platform_validation/ref_files/pl_validation/sw/platform.h index 27466d3f17..fd3a385f33 100755 --- a/Vitis_Platform_Creation/Feature_Tutorials/04_platform_validation/ref_files/pl_validation/sw/platform.h +++ b/Vitis_Platform_Creation/Feature_Tutorials/04_platform_validation/ref_files/pl_validation/sw/platform.h @@ -1,5 +1,5 @@ /* -Copyright (C) 2023, Advanced Micro Devices, Inc. All rights reserved. +Copyright (C) 2023-2025, Advanced Micro Devices, Inc. All rights reserved. SPDX-License-Identifier: MIT */ #ifndef __PLATFORM_H_ diff --git a/Vitis_Platform_Creation/Feature_Tutorials/04_platform_validation/ref_files/pl_validation/system.cfg b/Vitis_Platform_Creation/Feature_Tutorials/04_platform_validation/ref_files/pl_validation/system.cfg index add0785083..13dfb21d33 100755 --- a/Vitis_Platform_Creation/Feature_Tutorials/04_platform_validation/ref_files/pl_validation/system.cfg +++ b/Vitis_Platform_Creation/Feature_Tutorials/04_platform_validation/ref_files/pl_validation/system.cfg @@ -1,5 +1,5 @@ #/* -#Copyright (C) 2023, Advanced Micro Devices, Inc. All rights reserved. +#Copyright (C) 2023-2025, Advanced Micro Devices, Inc. All rights reserved. #SPDX-License-Identifier: MIT #* [connectivity] diff --git a/Vitis_Platform_Creation/Feature_Tutorials/04_platform_validation/ref_files/pl_validation/utils.mk b/Vitis_Platform_Creation/Feature_Tutorials/04_platform_validation/ref_files/pl_validation/utils.mk index b9a8f6568b..597d87bf98 100755 --- a/Vitis_Platform_Creation/Feature_Tutorials/04_platform_validation/ref_files/pl_validation/utils.mk +++ b/Vitis_Platform_Creation/Feature_Tutorials/04_platform_validation/ref_files/pl_validation/utils.mk @@ -1,5 +1,5 @@ #/* -#Copyright (C) 2023, Advanced Micro Devices, Inc. All rights reserved. +#Copyright (C) 2023-2025, Advanced Micro Devices, Inc. All rights reserved. #SPDX-License-Identifier: MIT #*/ PROFILE := no diff --git a/Vitis_Platform_Creation/README.md b/Vitis_Platform_Creation/README.md index 7809011fcc..3f815b8895 100644 --- a/Vitis_Platform_Creation/README.md +++ b/Vitis_Platform_Creation/README.md @@ -27,7 +27,6 @@ Briefly speaking, a platform is a package that contains the HPFM (`.xsa`) file a - For the **ZYNQMP** device family, refer to [ZCU104 platform tutorial](./Design_Tutorials/02-Edge-AI-ZCU104/) - For the **Versal** device family, refer to [VCK190 platform tutorial](./Design_Tutorials/03_Edge_VCK190/) - For the **DFX** platform, refer to [DFX platform tutorial](./Design_Tutorials/04_Edge_VCK190_DFX/) -- For the **SOM** series, refer to [KV260 platform tutorial](./Design_Tutorials/01-Edge-KV260/) - For the **PetaLinux** customization, refer to [PetaLinux customization](./Feature_Tutorials/02_petalinux_customization/) ## Platform Creation Tutorials @@ -114,22 +113,6 @@ The tutorials under the Vitis Platform Creation category help you learn how to d - - - Custom Kria SOM Platform Creation Example - ZYNQ UltraScale+ MPSoC - KV260 - Flat - Vivado &
Vitis IDE - - Highlights: Kria SOM Platform creation and usage flow -
    -
  • Hardware design: Creating from scratch
  • -
  • Software design: Using Common Image and showing device tree overlay (DTBO) creation flow
  • -
  • Verification: Vector Addition and Kria SOM application loading procedure
  • -
- - ### Feature Tutorials diff --git a/Vitis_Platform_Creation/Vitis_Platform_Creation.rst b/Vitis_Platform_Creation/Vitis_Platform_Creation.rst index c03cac4a9c..b41fb1631c 100644 --- a/Vitis_Platform_Creation/Vitis_Platform_Creation.rst +++ b/Vitis_Platform_Creation/Vitis_Platform_Creation.rst @@ -25,7 +25,6 @@ Platform Creation Example Quick Access * For **ZYNQMP** device family, refer to :doc:`ZCU104 platform tutorial <./docs/Design_Tutorials/02-Edge-AI-ZCU104/README>` * For **Versal** device family, refer to :doc:`VCK190 platform tutorial <./docs/Design_Tutorials/03_Edge_VCK190/README>` * For :term:`DFX`, refer to :doc:`DFX platform tutorial <./docs/Design_Tutorials/04_Edge_VCK190_DFX/README>` -* For :term:`SOM` series, refer to :doc:`KV260 platform tutorial <./docs/Design_Tutorials/01-Edge-KV260/README>` * For **PetaLinux** customization, refer to :doc:`PetaLinux Customization <./docs/Feature_Tutorials/02_petalinux_customization/README>` @@ -138,22 +137,6 @@ Design Tutorials - **Software design**: Using ``createdts`` and Common Image to quick start. - **Verification**: Vector Addition and Vitis-AI. - * - :doc:`Custom Kria SOM Platform Creation Example <./docs/Design_Tutorials/01-Edge-KV260/README>` - - Zynq UltraScale+ MPSoC - - KV260 - - Flat - - - - - Vivado - - Vitis IDE - - - **Highlights**: Kria :term:`SOM` Platform creation and usage flow. - - - **Hardware design**: Creating from scratch. - - **Software design**: Using Common Image and showing device tree binary overlay (:term:`DTBO`) creation flow. - - **Verification**: Vector Addition and Kria :term:`SOM` application loading procedure. - - diff --git a/Vitis_System_Design/Design_Tutorials/01-Versal_Custom_Thin_Platform_Extensible_System/Makefile b/Vitis_System_Design/Design_Tutorials/01-Versal_Custom_Thin_Platform_Extensible_System/Makefile index 7444f2ee6d..cdf6fbe4a5 100755 --- a/Vitis_System_Design/Design_Tutorials/01-Versal_Custom_Thin_Platform_Extensible_System/Makefile +++ b/Vitis_System_Design/Design_Tutorials/01-Versal_Custom_Thin_Platform_Extensible_System/Makefile @@ -10,7 +10,7 @@ ECHO = @echo ################################################################################ # Variables needed for AMD tools version checking, PLEASE DO NOT MODIFY # ################################################################################ -REQUIRED_VERSION = 2025.1 +REQUIRED_VERSION = 2025.2 VIVADO_VERSION := $(shell vivado -version 2>/dev/null | grep "vivado ") VITIS_VERSION := $(shell vitis -version 2>/dev/null | grep "Vitis " | sed 's/\*//g') @@ -70,13 +70,13 @@ export LINUX_MACHINE := ${BOARD_NAME}-versal ifeq (${BOARD_NAME}, vck190) export DEVICE_NAME := xcvc1902-vsva2197-2MP-e-S -export PLATFORM_PRE_BUILD := xilinx_vck190_base_202510_1 +export PLATFORM_PRE_BUILD := xilinx_vck190_base_202520_1 else ifeq (${BOARD_NAME}, vek280) export DEVICE_NAME := xcve2802-vsvh1760-2MP-e-S -export PLATFORM_PRE_BUILD := xilinx_vek280_base_202510_1 +export PLATFORM_PRE_BUILD := xilinx_vek280_base_202520_1 else export DEVICE_NAME := xcve2802-vsvh1760-2MP-e-S-es1 -export PLATFORM_PRE_BUILD := xilinx_vek280_base_202510_1 +export PLATFORM_PRE_BUILD := xilinx_vek280_base_202520_1 endif LINUX_SRC_DIR := ./linux/src diff --git a/Vitis_System_Design/Design_Tutorials/01-Versal_Custom_Thin_Platform_Extensible_System/README.md b/Vitis_System_Design/Design_Tutorials/01-Versal_Custom_Thin_Platform_Extensible_System/README.md index ba5d6781c7..4a64db51d2 100644 --- a/Vitis_System_Design/Design_Tutorials/01-Versal_Custom_Thin_Platform_Extensible_System/README.md +++ b/Vitis_System_Design/Design_Tutorials/01-Versal_Custom_Thin_Platform_Extensible_System/README.md @@ -14,16 +14,16 @@ # Versal Custom Thin Platform Extensible System -***Version: Vitis 2025.1*** +***Version: Vitis 2025.2*** -This tutorial describes an AMD Versal™ VCK190/VEK280(+es1) System Example Design based on a thin custom platform (minimal clocks and AXI exposed to PL) including HLS/RTL kernels and an AI Engine kernel using a full Makefile build-flow for Vivado™/Petalinux/Yocto/Vitis 2025.1. +This tutorial describes an AMD Versal™ VCK190/VEK280(+es1) System Example Design based on a thin custom platform (minimal clocks and AXI exposed to PL) including HLS/RTL kernels and an AI Engine kernel using a full Makefile build-flow for Vivado™/Petalinux/Yocto/Vitis 2025.2. ## Getting Started ### Build-flow The Versal VCK190/VEK280/VEK280(+es1) System Example Design full Makefile build-flow builds the whole project in the following order: ``` - 1. version_check: Checks if the Vivado, Petalinux and Vitis tools are setup and if the versions are 2025.1 + 1. version_check: Checks if the Vivado, Petalinux and Vitis tools are setup and if the versions are 2025.2 2. vivado_platform: Building the thin platform xsa (only pre-synth) or using the pre-builds 3. vitis_platform: Building the Vitis Platform or using the pre-builds 4. linux: Building linux and sysroot (with Petalinux or Yocto) or using the pre-builds @@ -44,7 +44,7 @@ The following diagram explains the build-flow dependencies. ### Build & Prerequisites In the `[project-root]` you can start the full build with `make all` or `make all_targets` **after** taking following prerequisites into account: - - **Before starting the build, please correctly setup the 2025.1 version of Vivado, Vitis and Petalinux/Yocto** + - **Before starting the build, please correctly setup the 2025.2 version of Vivado, Vitis and Petalinux/Yocto** - If the tools are not setup correctly the build will stop with an ERROR message telling you what is not correctly setup! - **Note**: The Yocto Tool setup is not verified! - **Note**: The Petalinux Tool and Version check is skipped when targetting Yocto! @@ -83,14 +83,14 @@ In the `[project-root]` you can start the full build with `make all` or `make al - `LINUX_PRE_BUILDS`: - `export LINUX_PRE_BUILDS := false` for building linux (default). - `export LINUX_PRE_BUILDS := true` for using the linux pre-builds. - - **Note**: Download the `xilinx-versal-common-v2025.1_xxx.tar.gz` from the Xilinx® Website and... + - **Note**: Download the `xilinx-versal-common-v2025.2_xxx.tar.gz` from the Xilinx® Website and... - Extract it - - `cd xilinx-versal-common-v2025.1` - - `xilinx-versal-common-v2025.1 $ ./sdk.sh` - - Enter target directory for Petalinux tools (default: `/opt/petalinux/2025.1`) + - `cd xilinx-versal-common-v2025.2` + - `xilinx-versal-common-v2025.2 $ ./sdk.sh` + - Enter target directory for Petalinux tools (default: `/opt/petalinux/2025.2`) - Make sure sourcing Vivado `settingsXY.sh` and/or Vitis `settingsXY.sh` first! - - `xilinx-versal-common-v2025.1 $ unset LD_LIBRARY_PATH` - - `xilinx-versal-common-v2025.1 $ source environment-setup-cortexa72-cortexa53-amd-linux` + - `xilinx-versal-common-v2025.2 $ unset LD_LIBRARY_PATH` + - `xilinx-versal-common-v2025.2 $ source environment-setup-cortexa72-cortexa53-amd-linux` - **Note**: The latter 3 items must be executed each time you start in a new terminal or when changing versions! - **Note**: Following `LINUX_X_Y` exports are ignored and do not need setup when `export LINUX_PRE_BUILDS := true`. - **Note**: If `export XPFM_PRE_BUILDS := false` then a device-tree will be generated from the generated xsa. It could be - depending on the generated base platform (xsa) - that changes are needed in the `[project-root]/linux/dtg/src/system-user.dtsi` for a successfull build/boot. @@ -108,8 +108,8 @@ In the `[project-root]` you can start the full build with `make all` or `make al - More information on how to install/setup and build Yocto can be found [here](https://xilinx-wiki.atlassian.net/wiki/spaces/A/pages/18841862/Install+and+Build+with+Xilinx+Yocto). - `LINUX_TMP_DIR`: - Defaults to `export LINUX_TMP_DIR := /tmp/${USER}/${REQUIRED_VERSION}/${SW_BUILD_TOOL}` - - Defaults to `/tmp/${USER}/2025.1/petalinux` when `export SW_BUILD_TOOL := petalinux`. - - Defaults to `/tmp/${USER}/2025.1/yocto` when `export SW_BUILD_TOOL := yocto`. + - Defaults to `/tmp/${USER}/2025.2/petalinux` when `export SW_BUILD_TOOL := petalinux`. + - Defaults to `/tmp/${USER}/2025.2/yocto` when `export SW_BUILD_TOOL := yocto`. - So if you want to place it somewhere else; please replace it with your required location. - Be aware that `LINUX_TMP_DIR` may **NOT** be located on an NFS mounted drive! - If your [project-root] is **NOT** on an NFS mounted drive; you can easily add it in your project with for example `export LINUX_TMP_DIR := $(shell pwd)/linux/tmp` @@ -122,12 +122,12 @@ In the `[project-root]` you can start the full build with `make all` or `make al - `LINUX_LOCAL_DOWNLOADS_DIR`: - **ONLY** used when `export SW_BUILD_TOOL := petalinux` and `export LINUX_BUILD_SOURCES := local`! - Defaults to `export LINUX_LOCAL_DOWNLOADS_DIR := /tmp/plnx-workspace/downloads`. - - Change to the directory where you extracted the [downloads_2025.1.tar.gz](https://www.xilinx.com/support/download/index.html/content/xilinx/en/downloadNav/embedded-design-tools.html). + - Change to the directory where you extracted the [downloads_2025.2.tar.gz](https://www.xilinx.com/support/download/index.html/content/xilinx/en/downloadNav/embedded-design-tools.html). - This can be shared amoungst different users. - `LINUX_LOCAL_SSTATE_DIR`: - **ONLY** used when `export SW_BUILD_TOOL := petalinux` and `export LINUX_BUILD_SOURCES := local`! - - Defaults to `export LINUX_LOCAL_SSTATE_DIR := /tmp/plnx-workspace/sstate_aarch64_2025.1/aarch64`. - - Change to the **WRITABLE** directory where you extracted the [sstate_aarch64_2025.1.tar.gz](https://www.xilinx.com/support/download/index.html/content/xilinx/en/downloadNav/embedded-design-tools.html). + - Defaults to `export LINUX_LOCAL_SSTATE_DIR := /tmp/plnx-workspace/sstate_aarch64_2025.2/aarch64`. + - Change to the **WRITABLE** directory where you extracted the [sstate_aarch64_2025.2.tar.gz](https://www.xilinx.com/support/download/index.html/content/xilinx/en/downloadNav/embedded-design-tools.html). - This can be shared amoungst different users. - `LINUX_ETH_CONFIG`: - `export LINUX_ETH_CONFIG := DHCP` for Ethernet DHCP Configuration (default). @@ -175,7 +175,7 @@ Each step is sequential (in the order listed - by the `[project-root]/Makefile`)
make version_check - - Checks if the Vivado, Petalinux (Only when `export SW_BUILD_TOOL := petalinux`) and Vitis tools are setup and if the versions are 2025.1. + - Checks if the Vivado, Petalinux (Only when `export SW_BUILD_TOOL := petalinux`) and Vitis tools are setup and if the versions are 2025.2.
@@ -608,7 +608,7 @@ The following are links to the XRT information used by this tutorial: * [XRT AIE API](https://github.com/Xilinx/XRT/blob/master/src/runtime_src/core/include/experimental/xrt_aie.h): Documents the AI Engine XRT API calls -### [2025.1 Vitis Unified Software Development Platform Documentation Landing Page](https://docs.amd.com/v/u/en-US/ug1416-vitis-documentation) +### [2025.2 Vitis Unified Software Development Platform Documentation Landing Page](https://docs.amd.com/v/u/en-US/ug1416-vitis-documentation) The following are links to Vitis related information referenced in this tutorial: * [Embedded Design Development Using Vitis User Guide (UG1701)](https://docs.amd.com/r/en-US/ug1701-vitis-accelerated-embedded/AI-Engine-Kernel-and-Graph-Development) @@ -623,11 +623,11 @@ Click on each item below to see the detailed Revision History:
April 2025 - - Upgrading to 2025.1 + - Upgrading to 2025.2 November 2024 - - Upgrading to 2025.1 + - Upgrading to 2025.2 April 2024 diff --git a/Vitis_System_Design/Design_Tutorials/01-Versal_Custom_Thin_Platform_Extensible_System/linux/petalinux/Makefile b/Vitis_System_Design/Design_Tutorials/01-Versal_Custom_Thin_Platform_Extensible_System/linux/petalinux/Makefile index 357db04193..22a37fbcc9 100644 --- a/Vitis_System_Design/Design_Tutorials/01-Versal_Custom_Thin_Platform_Extensible_System/linux/petalinux/Makefile +++ b/Vitis_System_Design/Design_Tutorials/01-Versal_Custom_Thin_Platform_Extensible_System/linux/petalinux/Makefile @@ -10,8 +10,8 @@ LINUX_MACHINE ?= ${BOARD_NAME}-versal LINUX_ETH_CONFIG ?= DHCP LINUX_BUILD_SOURCES ?= network LINUX_LOCAL_DOWNLOADS_DIR ?= /tmp/plnx-workspace/downloads -LINUX_LOCAL_SSTATE_DIR ?= /tmp/plnx-workspace/sstate_aarch64_2025.1/aarch64 -LINUX_TMP_DIR ?= /tmp/${USER}/2025.1/${BOARD_NAME}/petalinux +LINUX_LOCAL_SSTATE_DIR ?= /tmp/plnx-workspace/sstate_aarch64_2025.2/aarch64 +LINUX_TMP_DIR ?= /tmp/${USER}/2025.2/${BOARD_NAME}/petalinux CURR_DIR := $(shell pwd) PROJ_DIR := ${CURR_DIR}/../${LINUX_MACHINE} diff --git a/Vitis_System_Design/Design_Tutorials/01-Versal_Custom_Thin_Platform_Extensible_System/linux/yocto/Makefile b/Vitis_System_Design/Design_Tutorials/01-Versal_Custom_Thin_Platform_Extensible_System/linux/yocto/Makefile index cf0eb2aa9c..b1e9e03421 100755 --- a/Vitis_System_Design/Design_Tutorials/01-Versal_Custom_Thin_Platform_Extensible_System/linux/yocto/Makefile +++ b/Vitis_System_Design/Design_Tutorials/01-Versal_Custom_Thin_Platform_Extensible_System/linux/yocto/Makefile @@ -6,7 +6,7 @@ ECHO := @echo LINUX_YOCTO_ROOT ?= ${HOME}/bin -LINUX_TMP_DIR ?= /tmp/${USER}/2025.1/yocto +LINUX_TMP_DIR ?= /tmp/${USER}/2025.2/yocto LINUX_ETH_CONFIG ?= DHCP LINUX_MACHINE ?= vck190-versal diff --git a/Vitis_System_Design/Design_Tutorials/01-Versal_Custom_Thin_Platform_Extensible_System/vivado/vck190/dr.bd.tcl b/Vitis_System_Design/Design_Tutorials/01-Versal_Custom_Thin_Platform_Extensible_System/vivado/vck190/dr.bd.tcl index 7d89b00cfb..6dcfef9f04 100644 --- a/Vitis_System_Design/Design_Tutorials/01-Versal_Custom_Thin_Platform_Extensible_System/vivado/vck190/dr.bd.tcl +++ b/Vitis_System_Design/Design_Tutorials/01-Versal_Custom_Thin_Platform_Extensible_System/vivado/vck190/dr.bd.tcl @@ -20,7 +20,7 @@ set script_folder [_tcl::get_script_folder] ################################################################ # Check if script is running in correct Vivado version. ################################################################ -set scripts_vivado_version 2025.1 +set scripts_vivado_version 2025.2 set current_vivado_version [version -short] if { [string first $scripts_vivado_version $current_vivado_version] == -1 } { diff --git a/Vitis_System_Design/Design_Tutorials/01-Versal_Custom_Thin_Platform_Extensible_System/vivado/vek280/dr.bd.tcl b/Vitis_System_Design/Design_Tutorials/01-Versal_Custom_Thin_Platform_Extensible_System/vivado/vek280/dr.bd.tcl index 0f04060551..464c00f5b1 100644 --- a/Vitis_System_Design/Design_Tutorials/01-Versal_Custom_Thin_Platform_Extensible_System/vivado/vek280/dr.bd.tcl +++ b/Vitis_System_Design/Design_Tutorials/01-Versal_Custom_Thin_Platform_Extensible_System/vivado/vek280/dr.bd.tcl @@ -20,7 +20,7 @@ set script_folder [_tcl::get_script_folder] ################################################################ # Check if script is running in correct Vivado version. ################################################################ -set scripts_vivado_version 2025.1 +set scripts_vivado_version 2025.2 set current_vivado_version [version -short] if { [string first $scripts_vivado_version $current_vivado_version] == -1 } { diff --git a/Vitis_System_Design/Design_Tutorials/01-Versal_Custom_Thin_Platform_Extensible_System/vivado/vek280_es1/ddr4_dmc_3200_triplet_1.xdc b/Vitis_System_Design/Design_Tutorials/01-Versal_Custom_Thin_Platform_Extensible_System/vivado/vek280_es1/ddr4_dmc_3200_triplet_1.xdc deleted file mode 100644 index 37b299df63..0000000000 --- a/Vitis_System_Design/Design_Tutorials/01-Versal_Custom_Thin_Platform_Extensible_System/vivado/vek280_es1/ddr4_dmc_3200_triplet_1.xdc +++ /dev/null @@ -1,156 +0,0 @@ -# -# Copyright (C) 2023, Advanced Micro Devices, Inc. All rights reserved. -# SPDX-License-Identifier: X11 -# - - set_property PACKAGE_PIN AF47 [get_ports "CH0_DDR4_0_0_dqs_t[4]"] ;# Bank 700 VCCO - VCC1V2_DDR4 - IO_L0P_XCC_N0P0_M0P0_700 - set_property PACKAGE_PIN AF46 [get_ports "CH0_DDR4_0_0_dqs_c[4]"] ;# Bank 700 VCCO - VCC1V2_DDR4 - IO_L0N_XCC_N0P1_M0P1_700 - set_property PACKAGE_PIN AD47 [get_ports "CH0_DDR4_0_0_dq[39]"] ;# Bank 700 VCCO - VCC1V2_DDR4 - IO_L5P_N1P4_M0P10_700 - set_property PACKAGE_PIN AE47 [get_ports "CH0_DDR4_0_0_dq[38]"] ;# Bank 700 VCCO - VCC1V2_DDR4 - IO_L5N_N1P5_M0P11_700 - set_property PACKAGE_PIN AH43 [get_ports "CH0_DDR4_0_0_dqs_t[5]"] ;# Bank 700 VCCO - VCC1V2_DDR4 - IO_L6P_GC_XCC_N2P0_M0P12_700 - set_property PACKAGE_PIN AG44 [get_ports "CH0_DDR4_0_0_dqs_c[5]"] ;# Bank 700 VCCO - VCC1V2_DDR4 - IO_L6N_GC_XCC_N2P1_M0P13_700 - set_property PACKAGE_PIN AD44 [get_ports "CH0_DDR4_0_0_dq[43]"] ;# Bank 700 VCCO - VCC1V2_DDR4 - IO_L7P_N2P2_M0P14_700 - set_property PACKAGE_PIN AE44 [get_ports "CH0_DDR4_0_0_dq[42]"] ;# Bank 700 VCCO - VCC1V2_DDR4 - IO_L7N_N2P3_M0P15_700 - set_property PACKAGE_PIN AJ44 [get_ports "CH0_DDR4_0_0_dq[41]"] ;# Bank 700 VCCO - VCC1V2_DDR4 - IO_L8P_N2P4_M0P16_700 - set_property PACKAGE_PIN AJ45 [get_ports "CH0_DDR4_0_0_dq[40]"] ;# Bank 700 VCCO - VCC1V2_DDR4 - IO_L8N_N2P5_M0P17_700 - set_property PACKAGE_PIN AH45 [get_ports "CH0_DDR4_0_0_dm_n[5]"] ;# Bank 700 VCCO - VCC1V2_DDR4 - IO_L9P_GC_XCC_N3P0_M0P18_700 - set_property PACKAGE_PIN AD45 [get_ports "CH0_DDR4_0_0_dq[35]"] ;# Bank 700 VCCO - VCC1V2_DDR4 - IO_L1P_N0P2_M0P2_700 - set_property PACKAGE_PIN AK44 [get_ports "CH0_DDR4_0_0_dq[45]"] ;# Bank 700 VCCO - VCC1V2_DDR4 - IO_L10P_N3P2_M0P20_700 - set_property PACKAGE_PIN AK45 [get_ports "CH0_DDR4_0_0_dq[44]"] ;# Bank 700 VCCO - VCC1V2_DDR4 - IO_L10N_N3P3_M0P21_700 - set_property PACKAGE_PIN AF44 [get_ports "CH0_DDR4_0_0_dq[47]"] ;# Bank 700 VCCO - VCC1V2_DDR4 - IO_L11P_N3P4_M0P22_700 - set_property PACKAGE_PIN AE45 [get_ports "CH0_DDR4_0_0_dq[46]"] ;# Bank 700 VCCO - VCC1V2_DDR4 - IO_L11N_N3P5_M0P23_700 - set_property PACKAGE_PIN AF39 [get_ports "CH0_DDR4_0_0_dqs_t[6]"] ;# Bank 700 VCCO - VCC1V2_DDR4 - IO_L12P_GC_XCC_N4P0_M0P24_700 - set_property PACKAGE_PIN AF40 [get_ports "CH0_DDR4_0_0_dqs_c[6]"] ;# Bank 700 VCCO - VCC1V2_DDR4 - IO_L12N_GC_XCC_N4P1_M0P25_700 - set_property PACKAGE_PIN AC39 [get_ports "CH0_DDR4_0_0_dq[51]"] ;# Bank 700 VCCO - VCC1V2_DDR4 - IO_L13P_N4P2_M0P26_700 - set_property PACKAGE_PIN AD40 [get_ports "CH0_DDR4_0_0_dq[50]"] ;# Bank 700 VCCO - VCC1V2_DDR4 - IO_L13N_N4P3_M0P27_700 - set_property PACKAGE_PIN AH40 [get_ports "CH0_DDR4_0_0_dq[49]"] ;# Bank 700 VCCO - VCC1V2_DDR4 - IO_L14P_N4P4_M0P28_700 - set_property PACKAGE_PIN AH41 [get_ports "CH0_DDR4_0_0_dq[48]"] ;# Bank 700 VCCO - VCC1V2_DDR4 - IO_L14N_N4P5_M0P29_700 - set_property PACKAGE_PIN AE46 [get_ports "CH0_DDR4_0_0_dq[34]"] ;# Bank 700 VCCO - VCC1V2_DDR4 - IO_L1N_N0P3_M0P3_700 - set_property PACKAGE_PIN AG41 [get_ports "CH0_DDR4_0_0_dm_n[6]"] ;# Bank 700 VCCO - VCC1V2_DDR4 - IO_L15P_XCC_N5P0_M0P30_700 - set_property PACKAGE_PIN AH39 [get_ports "CH0_DDR4_0_0_dq[52]"] ;# Bank 700 VCCO - VCC1V2_DDR4 - IO_L16P_N5P2_M0P32_700 - set_property PACKAGE_PIN AJ40 [get_ports "CH0_DDR4_0_0_dq[53]"] ;# Bank 700 VCCO - VCC1V2_DDR4 - IO_L16N_N5P3_M0P33_700 - set_property PACKAGE_PIN AE40 [get_ports "CH0_DDR4_0_0_dq[55]"] ;# Bank 700 VCCO - VCC1V2_DDR4 - IO_L17P_N5P4_M0P34_700 - set_property PACKAGE_PIN AD41 [get_ports "CH0_DDR4_0_0_dq[54]"] ;# Bank 700 VCCO - VCC1V2_DDR4 - IO_L17N_N5P5_M0P35_700 - set_property PACKAGE_PIN AE38 [get_ports "CH0_DDR4_0_0_dqs_t[7]"] ;# Bank 700 VCCO - VCC1V2_DDR4 - IO_L18P_XCC_N6P0_M0P36_700 - set_property PACKAGE_PIN AF37 [get_ports "CH0_DDR4_0_0_dqs_c[7]"] ;# Bank 700 VCCO - VCC1V2_DDR4 - IO_L18N_XCC_N6P1_M0P37_700 - set_property PACKAGE_PIN AC37 [get_ports "CH0_DDR4_0_0_dq[59]"] ;# Bank 700 VCCO - VCC1V2_DDR4 - IO_L19P_N6P2_M0P38_700 - set_property PACKAGE_PIN AD37 [get_ports "CH0_DDR4_0_0_dq[58]"] ;# Bank 700 VCCO - VCC1V2_DDR4 - IO_L19N_N6P3_M0P39_700 - set_property PACKAGE_PIN AH47 [get_ports "CH0_DDR4_0_0_dq[33]"] ;# Bank 700 VCCO - VCC1V2_DDR4 - IO_L2P_N0P4_M0P4_700 - set_property PACKAGE_PIN AG37 [get_ports "CH0_DDR4_0_0_dq[56]"] ;# Bank 700 VCCO - VCC1V2_DDR4 - IO_L20P_N6P4_M0P40_700 - set_property PACKAGE_PIN AH38 [get_ports "CH0_DDR4_0_0_dq[57]"] ;# Bank 700 VCCO - VCC1V2_DDR4 - IO_L20N_N6P5_M0P41_700 - set_property PACKAGE_PIN AG39 [get_ports "CH0_DDR4_0_0_dm_n[7]"] ;# Bank 700 VCCO - VCC1V2_DDR4 - IO_L21P_XCC_N7P0_M0P42_700 - set_property PACKAGE_PIN AH37 [get_ports "CH0_DDR4_0_0_dq[60]"] ;# Bank 700 VCCO - VCC1V2_DDR4 - IO_L22P_N7P2_M0P44_700 - set_property PACKAGE_PIN AJ38 [get_ports "CH0_DDR4_0_0_dq[61]"] ;# Bank 700 VCCO - VCC1V2_DDR4 - IO_L22N_N7P3_M0P45_700 - set_property PACKAGE_PIN AD38 [get_ports "CH0_DDR4_0_0_dq[63]"] ;# Bank 700 VCCO - VCC1V2_DDR4 - IO_L23P_N7P4_M0P46_700 - set_property PACKAGE_PIN AD39 [get_ports "CH0_DDR4_0_0_dq[62]"] ;# Bank 700 VCCO - VCC1V2_DDR4 - IO_L23N_N7P5_M0P47_700 - #set_property PACKAGE_PIN AE42 [get_ports "sys_clk0_0_clk_p[0]"] ;# Bank 700 VCCO - VCC1V2_DDR4 - IO_L24P_GC_XCC_N8P0_M0P48_700 - #set_property PACKAGE_PIN AF43 [get_ports "sys_clk0_0_clk_n[0]"] ;# Bank 700 VCCO - VCC1V2_DDR4 - IO_L24N_GC_XCC_N8P1_M0P49_700 - set_property PACKAGE_PIN AJ47 [get_ports "CH0_DDR4_0_0_dq[32]"] ;# Bank 700 VCCO - VCC1V2_DDR4 - IO_L2N_N0P5_M0P5_700 - set_property PACKAGE_PIN AD42 [get_ports "CH0_DDR4_0_0_reset_n[0]"] ;# Bank 700 VCCO - VCC1V2_DDR4 - IO_L25P_N8P2_M0P50_700 - #set_property PACKAGE_PIN AD43 [get_ports "CH0_DDR4_0_0_alert_n[0]"] ;# Bank 700 VCCO - VCC1V2_DDR4 - IO_L25N_N8P3_M0P51_700 - set_property PACKAGE_PIN AH46 [get_ports "CH0_DDR4_0_0_dm_n[4]"] ;# Bank 700 VCCO - VCC1V2_DDR4 - IO_L3P_XCC_N1P0_M0P6_700 - set_property PACKAGE_PIN AK46 [get_ports "CH0_DDR4_0_0_dq[37]"] ;# Bank 700 VCCO - VCC1V2_DDR4 - IO_L4P_N1P2_M0P8_700 - set_property PACKAGE_PIN AK47 [get_ports "CH0_DDR4_0_0_dq[36]"] ;# Bank 700 VCCO - VCC1V2_DDR4 - IO_L4N_N1P3_M0P9_700 - #set_property PACKAGE_PIN AP47 [get_ports "CH0_DDR4_0_0_odt[1]"] ;# Bank 701 VCCO - VCC1V2_DDR4 - IO_L0N_XCC_N0P1_M0P55_701 - #set_property PACKAGE_PIN AM46 [get_ports "CH0_DDR4_0_0_adr[17]"] ;# Bank 701 VCCO - VCC1V2_DDR4 - IO_L5P_N1P4_M0P64_701 - set_property PACKAGE_PIN AN47 [get_ports "CH0_DDR4_0_0_adr[8]"] ;# Bank 701 VCCO - VCC1V2_DDR4 - IO_L5N_N1P5_M0P65_701 - set_property PACKAGE_PIN AR46 [get_ports "CH0_DDR4_0_0_ck_t[0]"] ;# Bank 701 VCCO - VCC1V2_DDR4 - IO_L6P_GC_XCC_N2P0_M0P66_701 - set_property PACKAGE_PIN AT46 [get_ports "CH0_DDR4_0_0_ck_c[0]"] ;# Bank 701 VCCO - VCC1V2_DDR4 - IO_L6N_GC_XCC_N2P1_M0P67_701 - set_property PACKAGE_PIN AP43 [get_ports "CH0_DDR4_0_0_adr[7]"] ;# Bank 701 VCCO - VCC1V2_DDR4 - IO_L7P_N2P2_M0P68_701 - set_property PACKAGE_PIN AT44 [get_ports "CH0_DDR4_0_0_adr[9]"] ;# Bank 701 VCCO - VCC1V2_DDR4 - IO_L8P_N2P4_M0P70_701 - set_property PACKAGE_PIN AU44 [get_ports "CH0_DDR4_0_0_adr[1]"] ;# Bank 701 VCCO - VCC1V2_DDR4 - IO_L8N_N2P5_M0P71_701 - set_property PACKAGE_PIN AT47 [get_ports "CH0_DDR4_0_0_bg[1]"] ;# Bank 701 VCCO - VCC1V2_DDR4 - IO_L9P_GC_XCC_N3P0_M0P72_701 - set_property PACKAGE_PIN AR47 [get_ports "CH0_DDR4_0_0_act_n[0]"] ;# Bank 701 VCCO - VCC1V2_DDR4 - IO_L9N_GC_XCC_N3P1_M0P73_701 - set_property PACKAGE_PIN AL46 [get_ports "CH0_DDR4_0_0_adr[0]"] ;# Bank 701 VCCO - VCC1V2_DDR4 - IO_L1P_N0P2_M0P56_701 - set_property PACKAGE_PIN AU45 [get_ports "CH0_DDR4_0_0_adr[13]"] ;# Bank 701 VCCO - VCC1V2_DDR4 - IO_L10P_N3P2_M0P74_701 - #set_property PACKAGE_PIN AU46 [get_ports "CH0_DDR4_0_0_cke[1]"] ;# Bank 701 VCCO - VCC1V2_DDR4 - IO_L10N_N3P3_M0P75_701 - set_property PACKAGE_PIN AR44 [get_ports "CH0_DDR4_0_0_adr[2]"] ;# Bank 701 VCCO - VCC1V2_DDR4 - IO_L11P_N3P4_M0P76_701 - set_property PACKAGE_PIN AR45 [get_ports "CH0_DDR4_0_0_cke[0]"] ;# Bank 701 VCCO - VCC1V2_DDR4 - IO_L11N_N3P5_M0P77_701 - set_property PACKAGE_PIN AK40 [get_ports "CH0_DDR4_0_0_adr[15]"] ;# Bank 701 VCCO - VCC1V2_DDR4 - IO_L12P_GC_XCC_N4P0_M0P78_701 - set_property PACKAGE_PIN AK38 [get_ports "CH0_DDR4_0_0_adr[11]"] ;# Bank 701 VCCO - VCC1V2_DDR4 - IO_L13N_N4P3_M0P81_701 - set_property PACKAGE_PIN AL41 [get_ports "CH0_DDR4_0_0_adr[4]"] ;# Bank 701 VCCO - VCC1V2_DDR4 - IO_L14P_N4P4_M0P82_701 - set_property PACKAGE_PIN AM41 [get_ports "CH0_DDR4_0_0_adr[3]"] ;# Bank 701 VCCO - VCC1V2_DDR4 - IO_L14N_N4P5_M0P83_701 - set_property PACKAGE_PIN AL47 [get_ports "CH0_DDR4_0_0_ba[1]"] ;# Bank 701 VCCO - VCC1V2_DDR4 - IO_L1N_N0P3_M0P57_701 - set_property PACKAGE_PIN AK39 [get_ports "CH0_DDR4_0_0_adr[14]"] ;# Bank 701 VCCO - VCC1V2_DDR4 - IO_L15N_XCC_N5P1_M0P85_701 - set_property PACKAGE_PIN AM39 [get_ports "CH0_DDR4_0_0_odt[0]"] ;# Bank 701 VCCO - VCC1V2_DDR4 - IO_L16P_N5P2_M0P86_701 - #set_property PACKAGE_PIN AM40 [get_ports "CH0_DDR4_0_0_cs_n[1]"] ;# Bank 701 VCCO - VCC1V2_DDR4 - IO_L16N_N5P3_M0P87_701 - set_property PACKAGE_PIN AL37 [get_ports "CH0_DDR4_0_0_adr[5]"] ;# Bank 701 VCCO - VCC1V2_DDR4 - IO_L17P_N5P4_M0P88_701 - set_property PACKAGE_PIN AM38 [get_ports "CH0_DDR4_0_0_adr[6]"] ;# Bank 701 VCCO - VCC1V2_DDR4 - IO_L17N_N5P5_M0P89_701 - set_property PACKAGE_PIN AP40 [get_ports "CH0_DDR4_0_0_dqs_t[3]"] ;# Bank 701 VCCO - VCC1V2_DDR4 - IO_L18P_XCC_N6P0_M0P90_701 - set_property PACKAGE_PIN AP41 [get_ports "CH0_DDR4_0_0_dqs_c[3]"] ;# Bank 701 VCCO - VCC1V2_DDR4 - IO_L18N_XCC_N6P1_M0P91_701 - set_property PACKAGE_PIN AM37 [get_ports "CH0_DDR4_0_0_dq[24]"] ;# Bank 701 VCCO - VCC1V2_DDR4 - IO_L19P_N6P2_M0P92_701 - set_property PACKAGE_PIN AN38 [get_ports "CH0_DDR4_0_0_dq[25]"] ;# Bank 701 VCCO - VCC1V2_DDR4 - IO_L19N_N6P3_M0P93_701 - #set_property PACKAGE_PIN AM44 [get_ports "CH0_DDR4_0_0_cs_n[3]"] ;# Bank 701 VCCO - VCC1V2_DDR4 - IO_L2P_N0P4_M0P58_701 - set_property PACKAGE_PIN AR39 [get_ports "CH0_DDR4_0_0_dq[26]"] ;# Bank 701 VCCO - VCC1V2_DDR4 - IO_L20P_N6P4_M0P94_701 - set_property PACKAGE_PIN AT39 [get_ports "CH0_DDR4_0_0_dq[27]"] ;# Bank 701 VCCO - VCC1V2_DDR4 - IO_L20N_N6P5_M0P95_701 - set_property PACKAGE_PIN AR42 [get_ports "CH0_DDR4_0_0_dm_n[3]"] ;# Bank 701 VCCO - VCC1V2_DDR4 - IO_L21P_XCC_N7P0_M0P96_701 - set_property PACKAGE_PIN AT40 [get_ports "CH0_DDR4_0_0_dq[28]"] ;# Bank 701 VCCO - VCC1V2_DDR4 - IO_L22P_N7P2_M0P98_701 - set_property PACKAGE_PIN AT41 [get_ports "CH0_DDR4_0_0_dq[29]"] ;# Bank 701 VCCO - VCC1V2_DDR4 - IO_L22N_N7P3_M0P99_701 - set_property PACKAGE_PIN AP39 [get_ports "CH0_DDR4_0_0_dq[30]"] ;# Bank 701 VCCO - VCC1V2_DDR4 - IO_L23P_N7P4_M0P100_701 - set_property PACKAGE_PIN AN40 [get_ports "CH0_DDR4_0_0_dq[31]"] ;# Bank 701 VCCO - VCC1V2_DDR4 - IO_L23N_N7P5_M0P101_701 - #set_property PACKAGE_PIN AM43 [get_ports "CH0_DDR4_0_0_par[0]"] ;# Bank 701 VCCO - VCC1V2_DDR4 - IO_L24P_GC_XCC_N8P0_M0P102_701 - set_property PACKAGE_PIN AN43 [get_ports "CH0_DDR4_0_0_ba[0]"] ;# Bank 701 VCCO - VCC1V2_DDR4 - IO_L24N_GC_XCC_N8P1_M0P103_701 - #set_property PACKAGE_PIN AM45 [get_ports "CH0_DDR4_0_0_cs_n[2]"] ;# Bank 701 VCCO - VCC1V2_DDR4 - IO_L2N_N0P5_M0P59_701 - set_property PACKAGE_PIN AL42 [get_ports "CH0_DDR4_0_0_adr[10]"] ;# Bank 701 VCCO - VCC1V2_DDR4 - IO_L25N_N8P3_M0P105_701 - set_property PACKAGE_PIN AN42 [get_ports "CH0_DDR4_0_0_adr[12]"] ;# Bank 701 VCCO - VCC1V2_DDR4 - IO_L26P_N8P4_M0P106_701 - set_property PACKAGE_PIN AP42 [get_ports "CH0_DDR4_0_0_bg[0]"] ;# Bank 701 VCCO - VCC1V2_DDR4 - IO_L26N_N8P5_M0P107_701 - #set_property PACKAGE_PIN AP45 [get_ports "CH0_DDR4_0_0_ck_t[1]"] ;# Bank 701 VCCO - VCC1V2_DDR4 - IO_L3P_XCC_N1P0_M0P60_701 - #set_property PACKAGE_PIN AN45 [get_ports "CH0_DDR4_0_0_ck_c[1]"] ;# Bank 701 VCCO - VCC1V2_DDR4 - IO_L3N_XCC_N1P1_M0P61_701 - set_property PACKAGE_PIN AL43 [get_ports "CH0_DDR4_0_0_cs_n[0]"] ;# Bank 701 VCCO - VCC1V2_DDR4 - IO_L4P_N1P2_M0P62_701 - set_property PACKAGE_PIN AL44 [get_ports "CH0_DDR4_0_0_adr[16]"] ;# Bank 701 VCCO - VCC1V2_DDR4 - IO_L4N_N1P3_M0P63_701 - #set_property PACKAGE_PIN AY47 [get_ports "CH0_DDR4_0_0_dqs_t[8]"] ;# Bank 702 VCCO - VCC1V2_DDR4 - IO_L0P_XCC_N0P0_M0P108_702 - #set_property PACKAGE_PIN BA46 [get_ports "CH0_DDR4_0_0_dqs_c[8]"] ;# Bank 702 VCCO - VCC1V2_DDR4 - IO_L0N_XCC_N0P1_M0P109_702 - #set_property PACKAGE_PIN AY46 [get_ports "CH0_DDR4_0_0_dq[71]"] ;# Bank 702 VCCO - VCC1V2_DDR4 - IO_L5P_N1P4_M0P118_702 - #set_property PACKAGE_PIN AW47 [get_ports "CH0_DDR4_0_0_dq[70]"] ;# Bank 702 VCCO - VCC1V2_DDR4 - IO_L5N_N1P5_M0P119_702 - set_property PACKAGE_PIN AY45 [get_ports "CH0_DDR4_0_0_dqs_t[2]"] ;# Bank 702 VCCO - VCC1V2_DDR4 - IO_L6P_GC_XCC_N2P0_M0P120_702 - set_property PACKAGE_PIN BA44 [get_ports "CH0_DDR4_0_0_dqs_c[2]"] ;# Bank 702 VCCO - VCC1V2_DDR4 - IO_L6N_GC_XCC_N2P1_M0P121_702 - set_property PACKAGE_PIN AW44 [get_ports "CH0_DDR4_0_0_dq[19]"] ;# Bank 702 VCCO - VCC1V2_DDR4 - IO_L7P_N2P2_M0P122_702 - set_property PACKAGE_PIN AV45 [get_ports "CH0_DDR4_0_0_dq[18]"] ;# Bank 702 VCCO - VCC1V2_DDR4 - IO_L7N_N2P3_M0P123_702 - set_property PACKAGE_PIN BC45 [get_ports "CH0_DDR4_0_0_dq[17]"] ;# Bank 702 VCCO - VCC1V2_DDR4 - IO_L8P_N2P4_M0P124_702 - set_property PACKAGE_PIN BD45 [get_ports "CH0_DDR4_0_0_dq[16]"] ;# Bank 702 VCCO - VCC1V2_DDR4 - IO_L8N_N2P5_M0P125_702 - set_property PACKAGE_PIN BB44 [get_ports "CH0_DDR4_0_0_dm_n[2]"] ;# Bank 702 VCCO - VCC1V2_DDR4 - IO_L9P_GC_XCC_N3P0_M0P126_702 - #set_property PACKAGE_PIN AV46 [get_ports "CH0_DDR4_0_0_dq[67]"] ;# Bank 702 VCCO - VCC1V2_DDR4 - IO_L1P_N0P2_M0P110_702 - set_property PACKAGE_PIN BD44 [get_ports "CH0_DDR4_0_0_dq[20]"] ;# Bank 702 VCCO - VCC1V2_DDR4 - IO_L10P_N3P2_M0P128_702 - set_property PACKAGE_PIN BE45 [get_ports "CH0_DDR4_0_0_dq[21]"] ;# Bank 702 VCCO - VCC1V2_DDR4 - IO_L10N_N3P3_M0P129_702 - set_property PACKAGE_PIN AY44 [get_ports "CH0_DDR4_0_0_dq[23]"] ;# Bank 702 VCCO - VCC1V2_DDR4 - IO_L11P_N3P4_M0P130_702 - set_property PACKAGE_PIN AW45 [get_ports "CH0_DDR4_0_0_dq[22]"] ;# Bank 702 VCCO - VCC1V2_DDR4 - IO_L11N_N3P5_M0P131_702 - set_property PACKAGE_PIN AY42 [get_ports "CH0_DDR4_0_0_dqs_t[1]"] ;# Bank 702 VCCO - VCC1V2_DDR4 - IO_L12P_GC_XCC_N4P0_M0P132_702 - set_property PACKAGE_PIN BA43 [get_ports "CH0_DDR4_0_0_dqs_c[1]"] ;# Bank 702 VCCO - VCC1V2_DDR4 - IO_L12N_GC_XCC_N4P1_M0P133_702 - set_property PACKAGE_PIN AV42 [get_ports "CH0_DDR4_0_0_dq[10]"] ;# Bank 702 VCCO - VCC1V2_DDR4 - IO_L13P_N4P2_M0P134_702 - set_property PACKAGE_PIN AV43 [get_ports "CH0_DDR4_0_0_dq[11]"] ;# Bank 702 VCCO - VCC1V2_DDR4 - IO_L13N_N4P3_M0P135_702 - set_property PACKAGE_PIN BC42 [get_ports "CH0_DDR4_0_0_dq[8]"] ;# Bank 702 VCCO - VCC1V2_DDR4 - IO_L14P_N4P4_M0P136_702 - set_property PACKAGE_PIN BC43 [get_ports "CH0_DDR4_0_0_dq[9]"] ;# Bank 702 VCCO - VCC1V2_DDR4 - IO_L14N_N4P5_M0P137_702 - #set_property PACKAGE_PIN AV47 [get_ports "CH0_DDR4_0_0_dq[66]"] ;# Bank 702 VCCO - VCC1V2_DDR4 - IO_L1N_N0P3_M0P111_702 - set_property PACKAGE_PIN BB43 [get_ports "CH0_DDR4_0_0_dm_n[1]"] ;# Bank 702 VCCO - VCC1V2_DDR4 - IO_L15P_XCC_N5P0_M0P138_702 - set_property PACKAGE_PIN BD42 [get_ports "CH0_DDR4_0_0_dq[13]"] ;# Bank 702 VCCO - VCC1V2_DDR4 - IO_L16P_N5P2_M0P140_702 - set_property PACKAGE_PIN BE42 [get_ports "CH0_DDR4_0_0_dq[12]"] ;# Bank 702 VCCO - VCC1V2_DDR4 - IO_L16N_N5P3_M0P141_702 - set_property PACKAGE_PIN AW42 [get_ports "CH0_DDR4_0_0_dq[15]"] ;# Bank 702 VCCO - VCC1V2_DDR4 - IO_L17P_N5P4_M0P142_702 - set_property PACKAGE_PIN AW43 [get_ports "CH0_DDR4_0_0_dq[14]"] ;# Bank 702 VCCO - VCC1V2_DDR4 - IO_L17N_N5P5_M0P143_702 - set_property PACKAGE_PIN AY41 [get_ports "CH0_DDR4_0_0_dqs_t[0]"] ;# Bank 702 VCCO - VCC1V2_DDR4 - IO_L18P_XCC_N6P0_M0P144_702 - set_property PACKAGE_PIN BA41 [get_ports "CH0_DDR4_0_0_dqs_c[0]"] ;# Bank 702 VCCO - VCC1V2_DDR4 - IO_L18N_XCC_N6P1_M0P145_702 - set_property PACKAGE_PIN AU41 [get_ports "CH0_DDR4_0_0_dq[3]"] ;# Bank 702 VCCO - VCC1V2_DDR4 - IO_L19P_N6P2_M0P146_702 - set_property PACKAGE_PIN AV41 [get_ports "CH0_DDR4_0_0_dq[2]"] ;# Bank 702 VCCO - VCC1V2_DDR4 - IO_L19N_N6P3_M0P147_702 - #set_property PACKAGE_PIN BC46 [get_ports "CH0_DDR4_0_0_dq[64]"] ;# Bank 702 VCCO - VCC1V2_DDR4 - IO_L2P_N0P4_M0P112_702 - set_property PACKAGE_PIN BE41 [get_ports "CH0_DDR4_0_0_dq[0]"] ;# Bank 702 VCCO - VCC1V2_DDR4 - IO_L20P_N6P4_M0P148_702 - set_property PACKAGE_PIN BF41 [get_ports "CH0_DDR4_0_0_dq[1]"] ;# Bank 702 VCCO - VCC1V2_DDR4 - IO_L20N_N6P5_M0P149_702 - set_property PACKAGE_PIN BC41 [get_ports "CH0_DDR4_0_0_dm_n[0]"] ;# Bank 702 VCCO - VCC1V2_DDR4 - IO_L21P_XCC_N7P0_M0P150_702 - set_property PACKAGE_PIN BG41 [get_ports "CH0_DDR4_0_0_dq[4]"] ;# Bank 702 VCCO - VCC1V2_DDR4 - IO_L22P_N7P2_M0P152_702 - set_property PACKAGE_PIN BF42 [get_ports "CH0_DDR4_0_0_dq[5]"] ;# Bank 702 VCCO - VCC1V2_DDR4 - IO_L22N_N7P3_M0P153_702 - set_property PACKAGE_PIN AW40 [get_ports "CH0_DDR4_0_0_dq[7]"] ;# Bank 702 VCCO - VCC1V2_DDR4 - IO_L23P_N7P4_M0P154_702 - set_property PACKAGE_PIN AW41 [get_ports "CH0_DDR4_0_0_dq[6]"] ;# Bank 702 VCCO - VCC1V2_DDR4 - IO_L23N_N7P5_M0P155_702 - #set_property PACKAGE_PIN BC47 [get_ports "CH0_DDR4_0_0_dq[65]"] ;# Bank 702 VCCO - VCC1V2_DDR4 - IO_L2N_N0P5_M0P113_702 - #set_property PACKAGE_PIN BB46 [get_ports "CH0_DDR4_0_0_dm_n[8]"] ;# Bank 702 VCCO - VCC1V2_DDR4 - IO_L3P_XCC_N1P0_M0P114_702 - #set_property PACKAGE_PIN BE46 [get_ports "CH0_DDR4_0_0_dq[68]"] ;# Bank 702 VCCO - VCC1V2_DDR4 - IO_L4P_N1P2_M0P116_702 - #set_property PACKAGE_PIN BD47 [get_ports "CH0_DDR4_0_0_dq[69]"] ;# Bank 702 VCCO - VCC1V2_DDR4 - IO_L4N_N1P3_M0P117_702 - set_property DRIVE 8 [get_ports {CH0_DDR4_0_0_reset_n[0]}] - -##create_clock -name sys_clk0_0_clk_p -period 10 [get_ports {sys_clk0_0_clk_p}] -#set_clock_uncertainty -hold 0.200 [get_clocks clkout1_primitive] - -set_property PACKAGE_PIN AE42 [get_ports sys_clk0_0_clk_p] -set_property PACKAGE_PIN AF43 [get_ports sys_clk0_0_clk_n] - -#set_property IOSTANDARD DIFF_LVSTL_11 [get_ports SYS_CLK1_IN_0_clk_p] -#set_property IOSTANDARD DIFF_LVSTL_11 [get_ports SYS_CLK1_IN_0_clk_n] - - diff --git a/Vitis_System_Design/Design_Tutorials/01-Versal_Custom_Thin_Platform_Extensible_System/vivado/vek280_es1/dr.bd.tcl b/Vitis_System_Design/Design_Tutorials/01-Versal_Custom_Thin_Platform_Extensible_System/vivado/vek280_es1/dr.bd.tcl deleted file mode 100644 index d71b617f7d..0000000000 --- a/Vitis_System_Design/Design_Tutorials/01-Versal_Custom_Thin_Platform_Extensible_System/vivado/vek280_es1/dr.bd.tcl +++ /dev/null @@ -1,631 +0,0 @@ - -################################################################ -# This is a generated script based on design: vek280_es1_thin -# -# Though there are limitations about the generated script, -# the main purpose of this utility is to make learning -# IP Integrator Tcl commands easier. -################################################################ - -namespace eval _tcl { -proc get_script_folder {} { - set script_path [file normalize [info script]] - set script_folder [file dirname $script_path] - return $script_folder -} -} -variable script_folder -set script_folder [_tcl::get_script_folder] - -################################################################ -# Check if script is running in correct Vivado version. -################################################################ -set scripts_vivado_version 2024.2 -set current_vivado_version [version -short] - -if { [string first $scripts_vivado_version $current_vivado_version] == -1 } { - puts "" - if { [string compare $scripts_vivado_version $current_vivado_version] > 0 } { - catch {common::send_gid_msg -ssname BD::TCL -id 2042 -severity "ERROR" " This script was generated using Vivado <$scripts_vivado_version> and is being run in <$current_vivado_version> of Vivado. Sourcing the script failed since it was created with a future version of Vivado."} - - } else { - catch {common::send_gid_msg -ssname BD::TCL -id 2041 -severity "ERROR" "This script was generated using Vivado <$scripts_vivado_version> and is being run in <$current_vivado_version> of Vivado. Please run the script in Vivado <$scripts_vivado_version> then open the design in Vivado <$current_vivado_version>. Upgrade the design by running \"Tools => Report => Report IP Status...\", then run write_bd_tcl to create an updated script."} - - } - - return 1 -} - -################################################################ -# START -################################################################ - -# To test this script, run the following commands from Vivado Tcl console: -# source vek280_es1_thin_script.tcl - -# If there is no project opened, this script will create a -# project, but make sure you do not have an existing project -# <./myproj/project_1.xpr> in the current working folder. - -set list_projs [get_projects -quiet] -if { $list_projs eq "" } { - create_project project_1 myproj -part xcve2802-vsvh1760-2LP-e-S-es1 - set_property BOARD_PART xilinx.com:vek280_es:part0:1.1 [current_project] -} - - -# CHANGE DESIGN NAME HERE -variable design_name -set design_name vek280_es1_thin - -# If you do not already have an existing IP Integrator design open, -# you can create a design using the following command: -# create_bd_design $design_name - -# Creating design if needed -set errMsg "" -set nRet 0 - -set cur_design [current_bd_design -quiet] -set list_cells [get_bd_cells -quiet] - -if { ${design_name} eq "" } { - # USE CASES: - # 1) Design_name not set - - set errMsg "Please set the variable to a non-empty value." - set nRet 1 - -} elseif { ${cur_design} ne "" && ${list_cells} eq "" } { - # USE CASES: - # 2): Current design opened AND is empty AND names same. - # 3): Current design opened AND is empty AND names diff; design_name NOT in project. - # 4): Current design opened AND is empty AND names diff; design_name exists in project. - - if { $cur_design ne $design_name } { - common::send_gid_msg -ssname BD::TCL -id 2001 -severity "INFO" "Changing value of from <$design_name> to <$cur_design> since current design is empty." - set design_name [get_property NAME $cur_design] - } - common::send_gid_msg -ssname BD::TCL -id 2002 -severity "INFO" "Constructing design in IPI design <$cur_design>..." - -} elseif { ${cur_design} ne "" && $list_cells ne "" && $cur_design eq $design_name } { - # USE CASES: - # 5) Current design opened AND has components AND same names. - - set errMsg "Design <$design_name> already exists in your project, please set the variable to another value." - set nRet 1 -} elseif { [get_files -quiet ${design_name}.bd] ne "" } { - # USE CASES: - # 6) Current opened design, has components, but diff names, design_name exists in project. - # 7) No opened design, design_name exists in project. - - set errMsg "Design <$design_name> already exists in your project, please set the variable to another value." - set nRet 2 - -} else { - # USE CASES: - # 8) No opened design, design_name not in project. - # 9) Current opened design, has components, but diff names, design_name not in project. - - common::send_gid_msg -ssname BD::TCL -id 2003 -severity "INFO" "Currently there is no design <$design_name> in project, so creating one..." - - create_bd_design $design_name - - common::send_gid_msg -ssname BD::TCL -id 2004 -severity "INFO" "Making design <$design_name> as current_bd_design." - current_bd_design $design_name - -} - - # Add USER_COMMENTS on $design_name - set_property USER_COMMENTS.comment0 " ======================= >>>>>>>>> An Example Versal Extensible Embedded Platform <<<<<<<<< ======================= - Note: - --> Board preset applied to CIPS and memory controller settings - --> AI Engine control path is connected to CIPS - --> V++ will connect AI Engine data path automatically - --> Execute TCL command : launch_simulation -scripts_only ,to establish the sim_1 source set hierarchy after successful design creation. - --> For Next steps, Refer to README.md https://github.com/Xilinx/XilinxCEDStore/tree/2024.1/ced/Xilinx/IPI/Versal_Extensible_Embedded_Platform/README.md" [get_bd_designs $design_name] - -common::send_gid_msg -ssname BD::TCL -id 2005 -severity "INFO" "Currently the variable is equal to \"$design_name\"." - -if { $nRet != 0 } { - catch {common::send_gid_msg -ssname BD::TCL -id 2006 -severity "ERROR" $errMsg} - return $nRet -} - -set bCheckIPsPassed 1 -################################################################## -# CHECK IPs -################################################################## -set bCheckIPs 1 -if { $bCheckIPs == 1 } { - set list_check_ips "\ -xilinx.com:ip:versal_cips:3.4\ -xilinx.com:ip:axi_intc:4.1\ -xilinx.com:ip:clk_wizard:1.0\ -xilinx.com:ip:axi_noc:1.1\ -xilinx.com:ip:proc_sys_reset:5.0\ -xilinx.com:ip:smartconnect:1.0\ -xilinx.com:ip:ai_engine:2.0\ -" - - set list_ips_missing "" - common::send_gid_msg -ssname BD::TCL -id 2011 -severity "INFO" "Checking if the following IPs exist in the project's IP catalog: $list_check_ips ." - - foreach ip_vlnv $list_check_ips { - set ip_obj [get_ipdefs -all $ip_vlnv] - if { $ip_obj eq "" } { - lappend list_ips_missing $ip_vlnv - } - } - - if { $list_ips_missing ne "" } { - catch {common::send_gid_msg -ssname BD::TCL -id 2012 -severity "ERROR" "The following IPs are not found in the IP Catalog:\n $list_ips_missing\n\nResolution: Please add the repository containing the IP(s) to the project." } - set bCheckIPsPassed 0 - } - -} - -if { $bCheckIPsPassed != 1 } { - common::send_gid_msg -ssname BD::TCL -id 2023 -severity "WARNING" "Will not continue with creation of design due to the error(s) above." - return 3 -} - -################################################################## -# DESIGN PROCs -################################################################## - - - -# Procedure to create entire design; Provide argument to make -# procedure reusable. If parentCell is "", will use root. -proc create_root_design { parentCell } { - - variable script_folder - variable design_name - - if { $parentCell eq "" } { - set parentCell [get_bd_cells /] - } - - # Get object for parentCell - set parentObj [get_bd_cells $parentCell] - if { $parentObj == "" } { - catch {common::send_gid_msg -ssname BD::TCL -id 2090 -severity "ERROR" "Unable to find parent cell <$parentCell>!"} - return - } - - # Make sure parentObj is hier blk - set parentType [get_property TYPE $parentObj] - if { $parentType ne "hier" } { - catch {common::send_gid_msg -ssname BD::TCL -id 2091 -severity "ERROR" "Parent <$parentObj> has TYPE = <$parentType>. Expected to be ."} - return - } - - # Save current instance; Restore later - set oldCurInst [current_bd_instance .] - - # Set parent object as current - current_bd_instance $parentObj - - - # Create interface ports - set ch0_lpddr4_trip1 [ create_bd_intf_port -mode Master -vlnv xilinx.com:interface:lpddr4_rtl:1.0 ch0_lpddr4_trip1 ] - - set ch1_lpddr4_trip1 [ create_bd_intf_port -mode Master -vlnv xilinx.com:interface:lpddr4_rtl:1.0 ch1_lpddr4_trip1 ] - - set lpddr4_clk1 [ create_bd_intf_port -mode Slave -vlnv xilinx.com:interface:diff_clock_rtl:1.0 lpddr4_clk1 ] - set_property -dict [ list \ - CONFIG.FREQ_HZ {200000000} \ - ] $lpddr4_clk1 - - set ch0_lpddr4_trip2 [ create_bd_intf_port -mode Master -vlnv xilinx.com:interface:lpddr4_rtl:1.0 ch0_lpddr4_trip2 ] - - set ch1_lpddr4_trip2 [ create_bd_intf_port -mode Master -vlnv xilinx.com:interface:lpddr4_rtl:1.0 ch1_lpddr4_trip2 ] - - set lpddr4_clk2 [ create_bd_intf_port -mode Slave -vlnv xilinx.com:interface:diff_clock_rtl:1.0 lpddr4_clk2 ] - set_property -dict [ list \ - CONFIG.FREQ_HZ {200000000} \ - ] $lpddr4_clk2 - - set ch0_lpddr4_trip3 [ create_bd_intf_port -mode Master -vlnv xilinx.com:interface:lpddr4_rtl:1.0 ch0_lpddr4_trip3 ] - - set ch1_lpddr4_trip3 [ create_bd_intf_port -mode Master -vlnv xilinx.com:interface:lpddr4_rtl:1.0 ch1_lpddr4_trip3 ] - - set lpddr4_clk3 [ create_bd_intf_port -mode Slave -vlnv xilinx.com:interface:diff_clock_rtl:1.0 lpddr4_clk3 ] - set_property -dict [ list \ - CONFIG.FREQ_HZ {200000000} \ - ] $lpddr4_clk3 - - - # Create ports - - # Create instance: CIPS_0, and set properties - set CIPS_0 [ create_bd_cell -type ip -vlnv xilinx.com:ip:versal_cips:3.4 CIPS_0 ] - set_property -dict [list \ - CONFIG.CLOCK_MODE {Custom} \ - CONFIG.DDR_MEMORY_MODE {Custom} \ - CONFIG.PS_BOARD_INTERFACE {ps_pmc_fixed_io} \ - CONFIG.PS_PL_CONNECTIVITY_MODE {Custom} \ - CONFIG.PS_PMC_CONFIG { \ - CLOCK_MODE {Custom} \ - DDR_MEMORY_MODE {Custom} \ - DESIGN_MODE {1} \ - DEVICE_INTEGRITY_MODE {Sysmon temperature voltage and external IO monitoring} \ - PMC_CRP_PL0_REF_CTRL_FREQMHZ {99.999992} \ - PMC_GPIO0_MIO_PERIPHERAL {{ENABLE 1} {IO {PMC_MIO 0 .. 25}}} \ - PMC_GPIO1_MIO_PERIPHERAL {{ENABLE 1} {IO {PMC_MIO 26 .. 51}}} \ - PMC_MIO12 {{AUX_IO 0} {DIRECTION out} {DRIVE_STRENGTH 8mA} {OUTPUT_DATA default} {PULL pullup} {SCHMITT 0} {SLEW slow} {USAGE GPIO}} \ - PMC_MIO37 {{AUX_IO 0} {DIRECTION out} {DRIVE_STRENGTH 8mA} {OUTPUT_DATA high} {PULL pullup} {SCHMITT 0} {SLEW slow} {USAGE GPIO}} \ - PMC_OSPI_PERIPHERAL {{ENABLE 1} {IO {PMC_MIO 0 .. 11}} {MODE Single}} \ - PMC_REF_CLK_FREQMHZ {33.3333} \ - PMC_SD1 {{CD_ENABLE 1} {CD_IO {PMC_MIO 28}} {POW_ENABLE 1} {POW_IO {PMC_MIO 51}} {RESET_ENABLE 0} {RESET_IO {PMC_MIO 12}} {WP_ENABLE 0} {WP_IO {PMC_MIO 1}}} \ - PMC_SD1_PERIPHERAL {{CLK_100_SDR_OTAP_DLY 0x3} {CLK_200_SDR_OTAP_DLY 0x2} {CLK_50_DDR_ITAP_DLY 0x36} {CLK_50_DDR_OTAP_DLY 0x3} {CLK_50_SDR_ITAP_DLY 0x2C} {CLK_50_SDR_OTAP_DLY 0x4} {ENABLE 1} {IO\ -{PMC_MIO 26 .. 36}}} \ - PMC_SD1_SLOT_TYPE {SD 3.0} \ - PMC_USE_PMC_NOC_AXI0 {1} \ - PS_BOARD_INTERFACE {ps_pmc_fixed_io} \ - PS_ENET0_MDIO {{ENABLE 1} {IO {PS_MIO 24 .. 25}}} \ - PS_ENET0_PERIPHERAL {{ENABLE 1} {IO {PS_MIO 0 .. 11}}} \ - PS_GEN_IPI0_ENABLE {1} \ - PS_GEN_IPI0_MASTER {A72} \ - PS_GEN_IPI1_ENABLE {1} \ - PS_GEN_IPI1_MASTER {A72} \ - PS_GEN_IPI2_ENABLE {1} \ - PS_GEN_IPI2_MASTER {A72} \ - PS_GEN_IPI3_ENABLE {1} \ - PS_GEN_IPI3_MASTER {A72} \ - PS_GEN_IPI4_ENABLE {1} \ - PS_GEN_IPI4_MASTER {A72} \ - PS_GEN_IPI5_ENABLE {1} \ - PS_GEN_IPI5_MASTER {A72} \ - PS_GEN_IPI6_ENABLE {1} \ - PS_GEN_IPI6_MASTER {A72} \ - PS_I2C0_PERIPHERAL {{ENABLE 1} {IO {PMC_MIO 46 .. 47}}} \ - PS_I2C1_PERIPHERAL {{ENABLE 1} {IO {PMC_MIO 44 .. 45}}} \ - PS_I2CSYSMON_PERIPHERAL {{ENABLE 0} {IO {PMC_MIO 39 .. 40}}} \ - PS_IRQ_USAGE {{CH0 1} {CH1 0} {CH10 0} {CH11 0} {CH12 0} {CH13 0} {CH14 0} {CH15 0} {CH2 0} {CH3 0} {CH4 0} {CH5 0} {CH6 0} {CH7 0} {CH8 0} {CH9 0}} \ - PS_MIO7 {{AUX_IO 0} {DIRECTION in} {DRIVE_STRENGTH 8mA} {OUTPUT_DATA default} {PULL disable} {SCHMITT 0} {SLEW slow} {USAGE Reserved}} \ - PS_MIO9 {{AUX_IO 0} {DIRECTION in} {DRIVE_STRENGTH 8mA} {OUTPUT_DATA default} {PULL disable} {SCHMITT 0} {SLEW slow} {USAGE Reserved}} \ - PS_NUM_FABRIC_RESETS {1} \ - PS_PCIE_EP_RESET1_IO {PS_MIO 18} \ - PS_PCIE_EP_RESET2_IO {PS_MIO 19} \ - PS_PCIE_RESET {{ENABLE 1}} \ - PS_PL_CONNECTIVITY_MODE {Custom} \ - PS_TTC0_PERIPHERAL_ENABLE {1} \ - PS_UART0_PERIPHERAL {{ENABLE 1} {IO {PMC_MIO 42 .. 43}}} \ - PS_USB3_PERIPHERAL {{ENABLE 1} {IO {PMC_MIO 13 .. 25}}} \ - PS_USE_FPD_AXI_NOC0 {1} \ - PS_USE_FPD_AXI_NOC1 {1} \ - PS_USE_FPD_CCI_NOC {1} \ - PS_USE_M_AXI_FPD {1} \ - PS_USE_NOC_LPD_AXI0 {1} \ - PS_USE_PMCPL_CLK0 {1} \ - SMON_ALARMS {Set_Alarms_On} \ - SMON_ENABLE_TEMP_AVERAGING {0} \ - SMON_INTERFACE_TO_USE {I2C} \ - SMON_PMBUS_ADDRESS {0x18} \ - SMON_TEMP_AVERAGING_SAMPLES {0} \ - } \ - ] $CIPS_0 - - - # Create instance: axi_intc_0, and set properties - set axi_intc_0 [ create_bd_cell -type ip -vlnv xilinx.com:ip:axi_intc:4.1 axi_intc_0 ] - set_property -dict [list \ - CONFIG.C_ASYNC_INTR {0xFFFFFFFF} \ - CONFIG.C_IRQ_CONNECTION {1} \ - ] $axi_intc_0 - - - # Create instance: clk_wizard_0, and set properties - set clk_wizard_0 [ create_bd_cell -type ip -vlnv xilinx.com:ip:clk_wizard:1.0 clk_wizard_0 ] - set_property -dict [list \ - CONFIG.CE_TYPE {HARDSYNC} \ - CONFIG.CLKOUT_DRIVES {MBUFGCE,BUFG,BUFG,BUFG,BUFG,BUFG,BUFG} \ - CONFIG.CLKOUT_DYN_PS {None,None,None,None,None,None,None} \ - CONFIG.CLKOUT_GROUPING {Auto,Auto,Auto,Auto,Auto,Auto,Auto} \ - CONFIG.CLKOUT_MATCHED_ROUTING {false,false,false,false,false,false,false} \ - CONFIG.CLKOUT_PORT {clk_out1,clk_out2,clk_out3,clk_out4,clk_out5,clk_out6,clk_out7} \ - CONFIG.CLKOUT_REQUESTED_DUTY_CYCLE {50.000,50.000,50.000,50.000,50.000,50.000,50.000} \ - CONFIG.CLKOUT_REQUESTED_OUT_FREQUENCY {500.000,333.33333,300.000,100.000,100.000,100.000,100.000} \ - CONFIG.CLKOUT_REQUESTED_PHASE {0.000,0.000,0.000,0.000,0.000,0.000,0.000} \ - CONFIG.CLKOUT_USED {true,true,false,false,false,false,false} \ - CONFIG.JITTER_SEL {Min_O_Jitter} \ - CONFIG.PRIM_SOURCE {No_buffer} \ - CONFIG.RESET_TYPE {ACTIVE_LOW} \ - CONFIG.USE_PHASE_ALIGNMENT {true} \ - CONFIG.CE_TYPE {HARDSYNC} \ - ] $clk_wizard_0 - - - # Create instance: cips_noc, and set properties - set cips_noc [ create_bd_cell -type ip -vlnv xilinx.com:ip:axi_noc:1.1 cips_noc ] - set_property -dict [list \ - CONFIG.NUM_CLKS {10} \ - CONFIG.NUM_MI {1} \ - CONFIG.NUM_NMI {2} \ - CONFIG.NUM_NSI {0} \ - CONFIG.NUM_SI {8} \ - ] $cips_noc - - - set_property -dict [ list \ - CONFIG.CATEGORY {aie} \ - ] [get_bd_intf_pins /cips_noc/M00_AXI] - - set_property -dict [ list \ - CONFIG.CONNECTIONS {M01_INI { read_bw {128} write_bw {128}} M00_AXI { read_bw {5} write_bw {5} read_avg_burst {4} write_avg_burst {4}} M00_INI { read_bw {128} write_bw {128}} } \ - CONFIG.DEST_IDS {M00_AXI:0x0} \ - CONFIG.NOC_PARAMS {} \ - CONFIG.CATEGORY {ps_cci} \ - ] [get_bd_intf_pins /cips_noc/S00_AXI] - - set_property -dict [ list \ - CONFIG.CONNECTIONS {M01_INI { read_bw {128} write_bw {128}} M00_AXI { read_bw {5} write_bw {5} read_avg_burst {4} write_avg_burst {4}} M00_INI { read_bw {128} write_bw {128}} } \ - CONFIG.DEST_IDS {M00_AXI:0x0} \ - CONFIG.NOC_PARAMS {} \ - CONFIG.CATEGORY {ps_cci} \ - ] [get_bd_intf_pins /cips_noc/S01_AXI] - - set_property -dict [ list \ - CONFIG.CONNECTIONS {M01_INI { read_bw {128} write_bw {128}} M00_AXI { read_bw {5} write_bw {5} read_avg_burst {4} write_avg_burst {4}} M00_INI { read_bw {128} write_bw {128}} } \ - CONFIG.DEST_IDS {M00_AXI:0x0} \ - CONFIG.NOC_PARAMS {} \ - CONFIG.CATEGORY {ps_cci} \ - ] [get_bd_intf_pins /cips_noc/S02_AXI] - - set_property -dict [ list \ - CONFIG.CONNECTIONS {M01_INI { read_bw {128} write_bw {128}} M00_AXI { read_bw {5} write_bw {5} read_avg_burst {4} write_avg_burst {4}} M00_INI { read_bw {128} write_bw {128}} } \ - CONFIG.DEST_IDS {M00_AXI:0x0} \ - CONFIG.NOC_PARAMS {} \ - CONFIG.CATEGORY {ps_cci} \ - ] [get_bd_intf_pins /cips_noc/S03_AXI] - - set_property -dict [ list \ - CONFIG.CONNECTIONS {M01_INI { read_bw {128} write_bw {128}} M00_INI { read_bw {128} write_bw {128}} } \ - CONFIG.DEST_IDS {} \ - CONFIG.NOC_PARAMS {} \ - CONFIG.CATEGORY {ps_nci} \ - ] [get_bd_intf_pins /cips_noc/S04_AXI] - - set_property -dict [ list \ - CONFIG.CONNECTIONS {M01_INI { read_bw {128} write_bw {128}} M00_INI { read_bw {128} write_bw {128}} } \ - CONFIG.DEST_IDS {} \ - CONFIG.NOC_PARAMS {} \ - CONFIG.CATEGORY {ps_nci} \ - ] [get_bd_intf_pins /cips_noc/S05_AXI] - - set_property -dict [ list \ - CONFIG.CONNECTIONS {M01_INI { read_bw {128} write_bw {128}} M00_INI { read_bw {128} write_bw {128}} } \ - CONFIG.DEST_IDS {} \ - CONFIG.NOC_PARAMS {} \ - CONFIG.CATEGORY {ps_rpu} \ - ] [get_bd_intf_pins /cips_noc/S06_AXI] - - set_property -dict [ list \ - CONFIG.CONNECTIONS {M01_INI { read_bw {128} write_bw {128}} M00_AXI { read_bw {5} write_bw {5} read_avg_burst {4} write_avg_burst {4}} M00_INI { read_bw {128} write_bw {128}} } \ - CONFIG.DEST_IDS {M00_AXI:0x0} \ - CONFIG.NOC_PARAMS {} \ - CONFIG.CATEGORY {ps_pmc} \ - ] [get_bd_intf_pins /cips_noc/S07_AXI] - - set_property -dict [ list \ - CONFIG.ASSOCIATED_BUSIF {} \ - ] [get_bd_pins /cips_noc/aclk0] - - set_property -dict [ list \ - CONFIG.ASSOCIATED_BUSIF {S00_AXI} \ - ] [get_bd_pins /cips_noc/aclk1] - - set_property -dict [ list \ - CONFIG.ASSOCIATED_BUSIF {S01_AXI} \ - ] [get_bd_pins /cips_noc/aclk2] - - set_property -dict [ list \ - CONFIG.ASSOCIATED_BUSIF {S02_AXI} \ - ] [get_bd_pins /cips_noc/aclk3] - - set_property -dict [ list \ - CONFIG.ASSOCIATED_BUSIF {S03_AXI} \ - ] [get_bd_pins /cips_noc/aclk4] - - set_property -dict [ list \ - CONFIG.ASSOCIATED_BUSIF {S04_AXI} \ - ] [get_bd_pins /cips_noc/aclk5] - - set_property -dict [ list \ - CONFIG.ASSOCIATED_BUSIF {S05_AXI} \ - ] [get_bd_pins /cips_noc/aclk6] - - set_property -dict [ list \ - CONFIG.ASSOCIATED_BUSIF {S06_AXI} \ - ] [get_bd_pins /cips_noc/aclk7] - - set_property -dict [ list \ - CONFIG.ASSOCIATED_BUSIF {S07_AXI} \ - ] [get_bd_pins /cips_noc/aclk8] - - set_property -dict [ list \ - CONFIG.ASSOCIATED_BUSIF {M00_AXI} \ - ] [get_bd_pins /cips_noc/aclk9] - - # Create instance: noc_lpddr4_0, and set properties - set noc_lpddr4_0 [ create_bd_cell -type ip -vlnv xilinx.com:ip:axi_noc:1.1 noc_lpddr4_0 ] - set_property -dict [list \ - CONFIG.CH0_LPDDR4_0_BOARD_INTERFACE {ch0_lpddr4_trip1} \ - CONFIG.CH1_LPDDR4_0_BOARD_INTERFACE {ch1_lpddr4_trip1} \ - CONFIG.MC_CHANNEL_INTERLEAVING {true} \ - CONFIG.MC_CHAN_REGION1 {DDR_LOW1} \ - CONFIG.MC_CH_INTERLEAVING_SIZE {4K_Bytes} \ - CONFIG.NUM_CLKS {0} \ - CONFIG.NUM_MCP {4} \ - CONFIG.NUM_MI {0} \ - CONFIG.NUM_NSI {1} \ - CONFIG.NUM_SI {0} \ - CONFIG.sys_clk0_BOARD_INTERFACE {lpddr4_clk1} \ - ] $noc_lpddr4_0 - - - set_property -dict [ list \ - CONFIG.CONNECTIONS {MC_0 { read_bw {128} write_bw {128} read_avg_burst {4} write_avg_burst {4}} } \ - ] [get_bd_intf_pins /noc_lpddr4_0/S00_INI] - - # Create instance: proc_sys_reset_0, and set properties - set proc_sys_reset_0 [ create_bd_cell -type ip -vlnv xilinx.com:ip:proc_sys_reset:5.0 proc_sys_reset_0 ] - - # Create instance: proc_sys_reset_1, and set properties - set proc_sys_reset_1 [ create_bd_cell -type ip -vlnv xilinx.com:ip:proc_sys_reset:5.0 proc_sys_reset_1 ] - - # Create instance: smc_0, and set properties - set smc_0 [ create_bd_cell -type ip -vlnv xilinx.com:ip:smartconnect:1.0 smc_0 ] - set_property -dict [list \ - CONFIG.NUM_CLKS {1} \ - CONFIG.NUM_MI {1} \ - CONFIG.NUM_SI {1} \ - ] $smc_0 - - - # Create instance: ai_engine_0, and set properties - set ai_engine_0 [ create_bd_cell -type ip -vlnv xilinx.com:ip:ai_engine:2.0 ai_engine_0 ] - set_property -dict [list \ - CONFIG.CLK_NAMES {} \ - CONFIG.NAME_MI_AXI {} \ - CONFIG.NAME_MI_AXIS {} \ - CONFIG.NAME_SI_AXI {S00_AXI,} \ - CONFIG.NAME_SI_AXIS {} \ - CONFIG.NUM_CLKS {0} \ - CONFIG.NUM_MI_AXI {0} \ - CONFIG.NUM_MI_AXIS {0} \ - CONFIG.NUM_SI_AXI {1} \ - CONFIG.NUM_SI_AXIS {0} \ - ] $ai_engine_0 - - - set_property -dict [ list \ - CONFIG.CATEGORY {NOC} \ - ] [get_bd_intf_pins /ai_engine_0/S00_AXI] - - # Create instance: noc_lpddr4_1, and set properties - set noc_lpddr4_1 [ create_bd_cell -type ip -vlnv xilinx.com:ip:axi_noc:1.1 noc_lpddr4_1 ] - set_property -dict [list \ - CONFIG.CH0_LPDDR4_0_BOARD_INTERFACE {ch0_lpddr4_trip2} \ - CONFIG.CH0_LPDDR4_1_BOARD_INTERFACE {ch0_lpddr4_trip3} \ - CONFIG.CH1_LPDDR4_0_BOARD_INTERFACE {ch1_lpddr4_trip2} \ - CONFIG.CH1_LPDDR4_1_BOARD_INTERFACE {ch1_lpddr4_trip3} \ - CONFIG.MC_CHAN_REGION0 {DDR_CH1} \ - CONFIG.NUM_CLKS {0} \ - CONFIG.NUM_MI {0} \ - CONFIG.NUM_NSI {1} \ - CONFIG.NUM_SI {0} \ - CONFIG.sys_clk0_BOARD_INTERFACE {lpddr4_clk2} \ - CONFIG.sys_clk1_BOARD_INTERFACE {lpddr4_clk3} \ - ] $noc_lpddr4_1 - - - set_property -dict [ list \ - CONFIG.CONNECTIONS {MC_0 { read_bw {1720} write_bw {1720} read_avg_burst {4} write_avg_burst {4}} } \ - ] [get_bd_intf_pins /noc_lpddr4_1/S00_INI] - - # Create interface connections - connect_bd_intf_net -intf_net CIPS_0_FPD_AXI_NOC_0 [get_bd_intf_pins CIPS_0/FPD_AXI_NOC_0] [get_bd_intf_pins cips_noc/S04_AXI] - connect_bd_intf_net -intf_net CIPS_0_FPD_AXI_NOC_1 [get_bd_intf_pins CIPS_0/FPD_AXI_NOC_1] [get_bd_intf_pins cips_noc/S05_AXI] - connect_bd_intf_net -intf_net CIPS_0_FPD_CCI_NOC_0 [get_bd_intf_pins CIPS_0/FPD_CCI_NOC_0] [get_bd_intf_pins cips_noc/S00_AXI] - connect_bd_intf_net -intf_net CIPS_0_FPD_CCI_NOC_1 [get_bd_intf_pins CIPS_0/FPD_CCI_NOC_1] [get_bd_intf_pins cips_noc/S01_AXI] - connect_bd_intf_net -intf_net CIPS_0_FPD_CCI_NOC_2 [get_bd_intf_pins CIPS_0/FPD_CCI_NOC_2] [get_bd_intf_pins cips_noc/S02_AXI] - connect_bd_intf_net -intf_net CIPS_0_FPD_CCI_NOC_3 [get_bd_intf_pins CIPS_0/FPD_CCI_NOC_3] [get_bd_intf_pins cips_noc/S03_AXI] - connect_bd_intf_net -intf_net CIPS_0_LPD_AXI_NOC_0 [get_bd_intf_pins CIPS_0/LPD_AXI_NOC_0] [get_bd_intf_pins cips_noc/S06_AXI] - connect_bd_intf_net -intf_net CIPS_0_M_AXI_GP0 [get_bd_intf_pins CIPS_0/M_AXI_FPD] [get_bd_intf_pins smc_0/S00_AXI] - connect_bd_intf_net -intf_net CIPS_0_PMC_NOC_AXI_0 [get_bd_intf_pins CIPS_0/PMC_NOC_AXI_0] [get_bd_intf_pins cips_noc/S07_AXI] - connect_bd_intf_net -intf_net cips_noc_M00_AXI [get_bd_intf_pins cips_noc/M00_AXI] [get_bd_intf_pins ai_engine_0/S00_AXI] - connect_bd_intf_net -intf_net cips_noc_M00_INI [get_bd_intf_pins cips_noc/M00_INI] [get_bd_intf_pins noc_lpddr4_0/S00_INI] - connect_bd_intf_net -intf_net cips_noc_M01_INI [get_bd_intf_pins cips_noc/M01_INI] [get_bd_intf_pins noc_lpddr4_1/S00_INI] - connect_bd_intf_net -intf_net smc_0_M00_AXI [get_bd_intf_pins axi_intc_0/s_axi] [get_bd_intf_pins smc_0/M00_AXI] - connect_bd_intf_net -intf_net lpddr4_clk1_1 [get_bd_intf_ports lpddr4_clk1] [get_bd_intf_pins noc_lpddr4_0/sys_clk0] - connect_bd_intf_net -intf_net lpddr4_clk2_1 [get_bd_intf_ports lpddr4_clk2] [get_bd_intf_pins noc_lpddr4_1/sys_clk0] - connect_bd_intf_net -intf_net lpddr4_clk3_1 [get_bd_intf_ports lpddr4_clk3] [get_bd_intf_pins noc_lpddr4_1/sys_clk1] - connect_bd_intf_net -intf_net noc_lpddr4_0_CH0_LPDDR4_0 [get_bd_intf_ports ch0_lpddr4_trip1] [get_bd_intf_pins noc_lpddr4_0/CH0_LPDDR4_0] - connect_bd_intf_net -intf_net noc_lpddr4_0_CH1_LPDDR4_0 [get_bd_intf_ports ch1_lpddr4_trip1] [get_bd_intf_pins noc_lpddr4_0/CH1_LPDDR4_0] - connect_bd_intf_net -intf_net noc_lpddr4_1_CH0_LPDDR4_0 [get_bd_intf_ports ch0_lpddr4_trip2] [get_bd_intf_pins noc_lpddr4_1/CH0_LPDDR4_0] - connect_bd_intf_net -intf_net noc_lpddr4_1_CH0_LPDDR4_1 [get_bd_intf_ports ch0_lpddr4_trip3] [get_bd_intf_pins noc_lpddr4_1/CH0_LPDDR4_1] - connect_bd_intf_net -intf_net noc_lpddr4_1_CH1_LPDDR4_0 [get_bd_intf_ports ch1_lpddr4_trip2] [get_bd_intf_pins noc_lpddr4_1/CH1_LPDDR4_0] - connect_bd_intf_net -intf_net noc_lpddr4_1_CH1_LPDDR4_1 [get_bd_intf_ports ch1_lpddr4_trip3] [get_bd_intf_pins noc_lpddr4_1/CH1_LPDDR4_1] - - # Create port connections - connect_bd_net -net CIPS_0_fpd_axi_noc_axi0_clk [get_bd_pins CIPS_0/fpd_axi_noc_axi0_clk] [get_bd_pins cips_noc/aclk5] - connect_bd_net -net CIPS_0_fpd_axi_noc_axi1_clk [get_bd_pins CIPS_0/fpd_axi_noc_axi1_clk] [get_bd_pins cips_noc/aclk6] - connect_bd_net -net CIPS_0_fpd_cci_noc_axi0_clk [get_bd_pins CIPS_0/fpd_cci_noc_axi0_clk] [get_bd_pins cips_noc/aclk1] - connect_bd_net -net CIPS_0_fpd_cci_noc_axi1_clk [get_bd_pins CIPS_0/fpd_cci_noc_axi1_clk] [get_bd_pins cips_noc/aclk2] - connect_bd_net -net CIPS_0_fpd_cci_noc_axi2_clk [get_bd_pins CIPS_0/fpd_cci_noc_axi2_clk] [get_bd_pins cips_noc/aclk3] - connect_bd_net -net CIPS_0_fpd_cci_noc_axi3_clk [get_bd_pins CIPS_0/fpd_cci_noc_axi3_clk] [get_bd_pins cips_noc/aclk4] - connect_bd_net -net CIPS_0_lpd_axi_noc_clk [get_bd_pins CIPS_0/lpd_axi_noc_clk] [get_bd_pins cips_noc/aclk7] - connect_bd_net -net CIPS_0_pl_clk0 [get_bd_pins CIPS_0/pl0_ref_clk] [get_bd_pins clk_wizard_0/clk_in1] - connect_bd_net -net CIPS_0_pl_resetn1 [get_bd_pins CIPS_0/pl0_resetn] [get_bd_pins clk_wizard_0/resetn] [get_bd_pins proc_sys_reset_0/ext_reset_in] [get_bd_pins proc_sys_reset_1/ext_reset_in] - connect_bd_net -net CIPS_0_pmc_axi_noc_axi0_clk [get_bd_pins CIPS_0/pmc_axi_noc_axi0_clk] [get_bd_pins cips_noc/aclk8] - connect_bd_net -net ai_engine_0_s00_axi_aclk [get_bd_pins ai_engine_0/s00_axi_aclk] [get_bd_pins cips_noc/aclk9] - connect_bd_net -net axi_intc_0_irq [get_bd_pins axi_intc_0/irq] [get_bd_pins CIPS_0/pl_ps_irq0] - connect_bd_net -net clk_wizard_0_clk_125 [get_bd_pins clk_wizard_0/clk_out1_o3] - connect_bd_net -net clk_wizard_0_clk_250 [get_bd_pins clk_wizard_0/clk_out1_o2] [get_bd_pins axi_intc_0/s_axi_aclk] [get_bd_pins CIPS_0/m_axi_fpd_aclk] [get_bd_pins cips_noc/aclk0] [get_bd_pins smc_0/aclk] - connect_bd_net -net clk_wizard_0_clk_333 [get_bd_pins clk_wizard_0/clk_out2] [get_bd_pins proc_sys_reset_1/slowest_sync_clk] - connect_bd_net -net clk_wizard_0_clk_500 [get_bd_pins clk_wizard_0/clk_out1_o1] - connect_bd_net -net clk_wizard_0_clk_62_5 [get_bd_pins clk_wizard_0/clk_out1_o4] [get_bd_pins proc_sys_reset_0/slowest_sync_clk] - connect_bd_net -net clk_wizard_0_locked [get_bd_pins clk_wizard_0/locked] [get_bd_pins clk_wizard_0/clk_out1_ce] [get_bd_pins clk_wizard_0/clk_out1_clr_n] [get_bd_pins proc_sys_reset_0/dcm_locked] [get_bd_pins proc_sys_reset_1/dcm_locked] - connect_bd_net -net proc_sys_reset_0_peripheral_aresetn [get_bd_pins proc_sys_reset_0/peripheral_aresetn] [get_bd_pins axi_intc_0/s_axi_aresetn] [get_bd_pins smc_0/aresetn] - - # Create address segments - assign_bd_address -offset 0x00000000 -range 0x80000000 -target_address_space [get_bd_addr_spaces CIPS_0/FPD_AXI_NOC_0] [get_bd_addr_segs noc_lpddr4_0/S00_INI/C0_DDR_LOW0] -force - assign_bd_address -offset 0x000800000000 -range 0x80000000 -target_address_space [get_bd_addr_spaces CIPS_0/FPD_AXI_NOC_0] [get_bd_addr_segs noc_lpddr4_0/S00_INI/C0_DDR_LOW1] -force - assign_bd_address -offset 0x050000000000 -range 0x000200000000 -target_address_space [get_bd_addr_spaces CIPS_0/FPD_AXI_NOC_0] [get_bd_addr_segs noc_lpddr4_1/S00_INI/C0_DDR_CH1x2] -force - assign_bd_address -offset 0x00000000 -range 0x80000000 -target_address_space [get_bd_addr_spaces CIPS_0/FPD_AXI_NOC_1] [get_bd_addr_segs noc_lpddr4_0/S00_INI/C0_DDR_LOW0] -force - assign_bd_address -offset 0x000800000000 -range 0x80000000 -target_address_space [get_bd_addr_spaces CIPS_0/FPD_AXI_NOC_1] [get_bd_addr_segs noc_lpddr4_0/S00_INI/C0_DDR_LOW1] -force - assign_bd_address -offset 0x050000000000 -range 0x000200000000 -target_address_space [get_bd_addr_spaces CIPS_0/FPD_AXI_NOC_1] [get_bd_addr_segs noc_lpddr4_1/S00_INI/C0_DDR_CH1x2] -force - assign_bd_address -offset 0x020000000000 -range 0x000100000000 -target_address_space [get_bd_addr_spaces CIPS_0/FPD_CCI_NOC_0] [get_bd_addr_segs ai_engine_0/S00_AXI/AIE_ARRAY_0] -force - assign_bd_address -offset 0x00000000 -range 0x80000000 -target_address_space [get_bd_addr_spaces CIPS_0/FPD_CCI_NOC_0] [get_bd_addr_segs noc_lpddr4_0/S00_INI/C0_DDR_LOW0] -force - assign_bd_address -offset 0x000800000000 -range 0x80000000 -target_address_space [get_bd_addr_spaces CIPS_0/FPD_CCI_NOC_0] [get_bd_addr_segs noc_lpddr4_0/S00_INI/C0_DDR_LOW1] -force - assign_bd_address -offset 0x050000000000 -range 0x000200000000 -target_address_space [get_bd_addr_spaces CIPS_0/FPD_CCI_NOC_0] [get_bd_addr_segs noc_lpddr4_1/S00_INI/C0_DDR_CH1x2] -force - assign_bd_address -offset 0x020000000000 -range 0x000100000000 -target_address_space [get_bd_addr_spaces CIPS_0/FPD_CCI_NOC_1] [get_bd_addr_segs ai_engine_0/S00_AXI/AIE_ARRAY_0] -force - assign_bd_address -offset 0x00000000 -range 0x80000000 -target_address_space [get_bd_addr_spaces CIPS_0/FPD_CCI_NOC_1] [get_bd_addr_segs noc_lpddr4_0/S00_INI/C0_DDR_LOW0] -force - assign_bd_address -offset 0x000800000000 -range 0x80000000 -target_address_space [get_bd_addr_spaces CIPS_0/FPD_CCI_NOC_1] [get_bd_addr_segs noc_lpddr4_0/S00_INI/C0_DDR_LOW1] -force - assign_bd_address -offset 0x050000000000 -range 0x000200000000 -target_address_space [get_bd_addr_spaces CIPS_0/FPD_CCI_NOC_1] [get_bd_addr_segs noc_lpddr4_1/S00_INI/C0_DDR_CH1x2] -force - assign_bd_address -offset 0x020000000000 -range 0x000100000000 -target_address_space [get_bd_addr_spaces CIPS_0/FPD_CCI_NOC_2] [get_bd_addr_segs ai_engine_0/S00_AXI/AIE_ARRAY_0] -force - assign_bd_address -offset 0x00000000 -range 0x80000000 -target_address_space [get_bd_addr_spaces CIPS_0/FPD_CCI_NOC_2] [get_bd_addr_segs noc_lpddr4_0/S00_INI/C0_DDR_LOW0] -force - assign_bd_address -offset 0x000800000000 -range 0x80000000 -target_address_space [get_bd_addr_spaces CIPS_0/FPD_CCI_NOC_2] [get_bd_addr_segs noc_lpddr4_0/S00_INI/C0_DDR_LOW1] -force - assign_bd_address -offset 0x050000000000 -range 0x000200000000 -target_address_space [get_bd_addr_spaces CIPS_0/FPD_CCI_NOC_2] [get_bd_addr_segs noc_lpddr4_1/S00_INI/C0_DDR_CH1x2] -force - assign_bd_address -offset 0x020000000000 -range 0x000100000000 -target_address_space [get_bd_addr_spaces CIPS_0/FPD_CCI_NOC_3] [get_bd_addr_segs ai_engine_0/S00_AXI/AIE_ARRAY_0] -force - assign_bd_address -offset 0x00000000 -range 0x80000000 -target_address_space [get_bd_addr_spaces CIPS_0/FPD_CCI_NOC_3] [get_bd_addr_segs noc_lpddr4_0/S00_INI/C0_DDR_LOW0] -force - assign_bd_address -offset 0x000800000000 -range 0x80000000 -target_address_space [get_bd_addr_spaces CIPS_0/FPD_CCI_NOC_3] [get_bd_addr_segs noc_lpddr4_0/S00_INI/C0_DDR_LOW1] -force - assign_bd_address -offset 0x050000000000 -range 0x000200000000 -target_address_space [get_bd_addr_spaces CIPS_0/FPD_CCI_NOC_3] [get_bd_addr_segs noc_lpddr4_1/S00_INI/C0_DDR_CH1x2] -force - assign_bd_address -offset 0x00000000 -range 0x80000000 -target_address_space [get_bd_addr_spaces CIPS_0/LPD_AXI_NOC_0] [get_bd_addr_segs noc_lpddr4_0/S00_INI/C0_DDR_LOW0] -force - assign_bd_address -offset 0x000800000000 -range 0x80000000 -target_address_space [get_bd_addr_spaces CIPS_0/LPD_AXI_NOC_0] [get_bd_addr_segs noc_lpddr4_0/S00_INI/C0_DDR_LOW1] -force - assign_bd_address -offset 0x050000000000 -range 0x000200000000 -target_address_space [get_bd_addr_spaces CIPS_0/LPD_AXI_NOC_0] [get_bd_addr_segs noc_lpddr4_1/S00_INI/C0_DDR_CH1x2] -force - assign_bd_address -offset 0xA4000000 -range 0x00010000 -target_address_space [get_bd_addr_spaces CIPS_0/M_AXI_FPD] [get_bd_addr_segs axi_intc_0/S_AXI/Reg] -force - assign_bd_address -offset 0x020000000000 -range 0x000100000000 -target_address_space [get_bd_addr_spaces CIPS_0/PMC_NOC_AXI_0] [get_bd_addr_segs ai_engine_0/S00_AXI/AIE_ARRAY_0] -force - assign_bd_address -offset 0x00000000 -range 0x80000000 -target_address_space [get_bd_addr_spaces CIPS_0/PMC_NOC_AXI_0] [get_bd_addr_segs noc_lpddr4_0/S00_INI/C0_DDR_LOW0] -force - assign_bd_address -offset 0x000800000000 -range 0x80000000 -target_address_space [get_bd_addr_spaces CIPS_0/PMC_NOC_AXI_0] [get_bd_addr_segs noc_lpddr4_0/S00_INI/C0_DDR_LOW1] -force - assign_bd_address -offset 0x050000000000 -range 0x000200000000 -target_address_space [get_bd_addr_spaces CIPS_0/PMC_NOC_AXI_0] [get_bd_addr_segs noc_lpddr4_1/S00_INI/C0_DDR_CH1x2] -force - - - # Restore current instance - current_bd_instance $oldCurInst - - # Create PFM attributes - set_property PFM_NAME {xilinx.com:vek280:vek280_es1_custom:1.0} [get_files [current_bd_design].bd] - set_property PFM.IRQ {intr {id 0 range 15}} [get_bd_cells /axi_intc_0] - set_property PFM.CLOCK {clk_out1_o1 {id "0" is_default "true" proc_sys_reset "/proc_sys_reset_0" status "fixed" freq_hz "500000000"} clk_out1_o2 {id "1" is_default "false" proc_sys_reset "/proc_sys_reset_0" status "fixed" freq_hz "250000000"} clk_out1_o3 {id "2" is_default "false" proc_sys_reset "/proc_sys_reset_0" status "fixed" freq_hz "125000000"} clk_out1_o4 {id "3" is_default "false" proc_sys_reset "/proc_sys_reset_0" status "fixed" freq_hz "62500000"} clk_out2 {id "4" is_default "false" proc_sys_reset "/proc_sys_reset_1" status "fixed" freq_hz "333333333"}} [get_bd_cells /clk_wizard_0] - set_property PFM.AXI_PORT {S00_AXI {memport "S_AXI_NOC" sptag "DDR"} S01_AXI {memport "S_AXI_NOC" sptag "DDR"} S02_AXI {memport "S_AXI_NOC" sptag "DDR"} S03_AXI {memport "S_AXI_NOC" sptag "DDR"} S04_AXI {memport "S_AXI_NOC" sptag "DDR"} S05_AXI {memport "S_AXI_NOC" sptag "DDR"} S06_AXI {memport "S_AXI_NOC" sptag "DDR"} S07_AXI {memport "S_AXI_NOC" sptag "DDR"} S08_AXI {memport "S_AXI_NOC" sptag "DDR"} S09_AXI {memport "S_AXI_NOC" sptag "DDR"} S10_AXI {memport "S_AXI_NOC" sptag "DDR"} S11_AXI {memport "S_AXI_NOC" sptag "DDR"} S12_AXI {memport "S_AXI_NOC" sptag "DDR"} S13_AXI {memport "S_AXI_NOC" sptag "DDR"} S14_AXI {memport "S_AXI_NOC" sptag "DDR"} S15_AXI {memport "S_AXI_NOC" sptag "DDR"} S16_AXI {memport "S_AXI_NOC" sptag "DDR"} S17_AXI {memport "S_AXI_NOC" sptag "DDR"} S18_AXI {memport "S_AXI_NOC" sptag "DDR"} S19_AXI {memport "S_AXI_NOC" sptag "DDR"} S20_AXI {memport "S_AXI_NOC" sptag "DDR"} S21_AXI {memport "S_AXI_NOC" sptag "DDR"} S22_AXI {memport "S_AXI_NOC" sptag "DDR"} S23_AXI {memport "S_AXI_NOC" sptag "DDR"} S24_AXI {memport "S_AXI_NOC" sptag "DDR"} S25_AXI {memport "S_AXI_NOC" sptag "DDR"} S26_AXI {memport "S_AXI_NOC" sptag "DDR"} S27_AXI {memport "S_AXI_NOC" sptag "DDR"}} [get_bd_cells /noc_lpddr4_0] - set_property PFM.AXI_PORT {M01_AXI {memport "M_AXI_GP" sptag "" memory ""} M02_AXI {memport "M_AXI_GP" sptag "" memory ""} M03_AXI {memport "M_AXI_GP" sptag "" memory ""} M04_AXI {memport "M_AXI_GP" sptag "" memory ""} M05_AXI {memport "M_AXI_GP" sptag "" memory ""} M06_AXI {memport "M_AXI_GP" sptag "" memory ""} M07_AXI {memport "M_AXI_GP" sptag "" memory ""} M08_AXI {memport "M_AXI_GP" sptag "" memory ""} M09_AXI {memport "M_AXI_GP" sptag "" memory ""} M10_AXI {memport "M_AXI_GP" sptag "" memory ""} M11_AXI {memport "M_AXI_GP" sptag "" memory ""} M12_AXI {memport "M_AXI_GP" sptag "" memory ""} M13_AXI {memport "M_AXI_GP" sptag "" memory ""} M14_AXI {memport "M_AXI_GP" sptag "" memory ""} M15_AXI {memport "M_AXI_GP" sptag "" memory ""}} [get_bd_cells /smc_0] - set_property PFM.AXI_PORT {S00_AXI {memport "S_AXI_NOC" sptag "LPDDR"} S01_AXI {memport "S_AXI_NOC" sptag "LPDDR"} S02_AXI {memport "S_AXI_NOC" sptag "LPDDR"} S03_AXI {memport "S_AXI_NOC" sptag "LPDDR"} S04_AXI {memport "S_AXI_NOC" sptag "LPDDR"} S05_AXI {memport "S_AXI_NOC" sptag "LPDDR"} S06_AXI {memport "S_AXI_NOC" sptag "LPDDR"} S07_AXI {memport "S_AXI_NOC" sptag "LPDDR"} S08_AXI {memport "S_AXI_NOC" sptag "LPDDR"} S09_AXI {memport "S_AXI_NOC" sptag "LPDDR"} S10_AXI {memport "S_AXI_NOC" sptag "LPDDR"} S11_AXI {memport "S_AXI_NOC" sptag "LPDDR"} S12_AXI {memport "S_AXI_NOC" sptag "LPDDR"} S13_AXI {memport "S_AXI_NOC" sptag "LPDDR"} S14_AXI {memport "S_AXI_NOC" sptag "LPDDR"} S15_AXI {memport "S_AXI_NOC" sptag "LPDDR"} S16_AXI {memport "S_AXI_NOC" sptag "LPDDR"} S17_AXI {memport "S_AXI_NOC" sptag "LPDDR"} S18_AXI {memport "S_AXI_NOC" sptag "LPDDR"} S19_AXI {memport "S_AXI_NOC" sptag "LPDDR"} S20_AXI {memport "S_AXI_NOC" sptag "LPDDR"} S21_AXI {memport "S_AXI_NOC" sptag "LPDDR"} S22_AXI {memport "S_AXI_NOC" sptag "LPDDR"} S23_AXI {memport "S_AXI_NOC" sptag "LPDDR"} S24_AXI {memport "S_AXI_NOC" sptag "LPDDR"} S25_AXI {memport "S_AXI_NOC" sptag "LPDDR"} S26_AXI {memport "S_AXI_NOC" sptag "LPDDR"} S27_AXI {memport "S_AXI_NOC" sptag "LPDDR"}} [get_bd_cells /noc_lpddr4_1] - - - validate_bd_design - save_bd_design -} -# End of create_root_design() - - -################################################################## -# MAIN FLOW -################################################################## - -create_root_design "" - - diff --git a/Vitis_System_Design/Design_Tutorials/01-Versal_Custom_Thin_Platform_Extensible_System/vivado/vek280_es1/post_link_pfm_config.tcl b/Vitis_System_Design/Design_Tutorials/01-Versal_Custom_Thin_Platform_Extensible_System/vivado/vek280_es1/post_link_pfm_config.tcl deleted file mode 100644 index 1b58dcec40..0000000000 --- a/Vitis_System_Design/Design_Tutorials/01-Versal_Custom_Thin_Platform_Extensible_System/vivado/vek280_es1/post_link_pfm_config.tcl +++ /dev/null @@ -1,6 +0,0 @@ -# -# Copyright (C) 2023, Advanced Micro Devices, Inc. All rights reserved. -# SPDX-License-Identifier: X11 -# - -# nothing required for this platform diff --git a/Vitis_System_Design/Design_Tutorials/01-Versal_Custom_Thin_Platform_Extensible_System/vivado/vek280_es1/qor_scripts/post_physopt.tcl b/Vitis_System_Design/Design_Tutorials/01-Versal_Custom_Thin_Platform_Extensible_System/vivado/vek280_es1/qor_scripts/post_physopt.tcl deleted file mode 100644 index e7ff411059..0000000000 --- a/Vitis_System_Design/Design_Tutorials/01-Versal_Custom_Thin_Platform_Extensible_System/vivado/vek280_es1/qor_scripts/post_physopt.tcl +++ /dev/null @@ -1,5 +0,0 @@ -# -# Copyright (C) 2023, Advanced Micro Devices, Inc. All rights reserved. -# SPDX-License-Identifier: X11 -# -# Not used in this project diff --git a/Vitis_System_Design/Design_Tutorials/01-Versal_Custom_Thin_Platform_Extensible_System/vivado/vek280_es1/qor_scripts/post_place.tcl b/Vitis_System_Design/Design_Tutorials/01-Versal_Custom_Thin_Platform_Extensible_System/vivado/vek280_es1/qor_scripts/post_place.tcl deleted file mode 100644 index dc60066586..0000000000 --- a/Vitis_System_Design/Design_Tutorials/01-Versal_Custom_Thin_Platform_Extensible_System/vivado/vek280_es1/qor_scripts/post_place.tcl +++ /dev/null @@ -1,7 +0,0 @@ -# -# Copyright (C) 2023, Advanced Micro Devices, Inc. All rights reserved. -# SPDX-License-Identifier: X11 -# - -source [pwd]/../../prj.srcs/utils_1/imports/qor_scripts/waive_BLI_AIE_timing_violations_postplace.tcl - diff --git a/Vitis_System_Design/Design_Tutorials/01-Versal_Custom_Thin_Platform_Extensible_System/vivado/vek280_es1/qor_scripts/post_route.tcl b/Vitis_System_Design/Design_Tutorials/01-Versal_Custom_Thin_Platform_Extensible_System/vivado/vek280_es1/qor_scripts/post_route.tcl deleted file mode 100644 index 7b29cfda7d..0000000000 --- a/Vitis_System_Design/Design_Tutorials/01-Versal_Custom_Thin_Platform_Extensible_System/vivado/vek280_es1/qor_scripts/post_route.tcl +++ /dev/null @@ -1,6 +0,0 @@ -# -# Copyright (C) 2023, Advanced Micro Devices, Inc. All rights reserved. -# SPDX-License-Identifier: X11 -# - -# Not used in this project diff --git a/Vitis_System_Design/Design_Tutorials/01-Versal_Custom_Thin_Platform_Extensible_System/vivado/vek280_es1/qor_scripts/pre_place.tcl b/Vitis_System_Design/Design_Tutorials/01-Versal_Custom_Thin_Platform_Extensible_System/vivado/vek280_es1/qor_scripts/pre_place.tcl deleted file mode 100644 index 99bc9714c2..0000000000 --- a/Vitis_System_Design/Design_Tutorials/01-Versal_Custom_Thin_Platform_Extensible_System/vivado/vek280_es1/qor_scripts/pre_place.tcl +++ /dev/null @@ -1,10 +0,0 @@ -# -# Copyright (C) 2023, Advanced Micro Devices, Inc. All rights reserved. -# SPDX-License-Identifier: X11 -# - -source [pwd]/../../prj.srcs/utils_1/imports/qor_scripts/prohibitCascBramAcrossRbrk.tcl -source [pwd]/../../prj.srcs/utils_1/imports/qor_scripts/prohibitCascUramAcrossRbrk.tcl -source [pwd]/../../prj.srcs/utils_1/imports/qor_scripts/prohibitCascDspAcrossRbrk.tcl -source [pwd]/../../prj.srcs/utils_1/imports/qor_scripts/waive_BLI_AIE_timing_violations_preplace.tcl - diff --git a/Vitis_System_Design/Design_Tutorials/01-Versal_Custom_Thin_Platform_Extensible_System/vivado/vek280_es1/qor_scripts/prohibitCascBramAcrossRbrk.tcl b/Vitis_System_Design/Design_Tutorials/01-Versal_Custom_Thin_Platform_Extensible_System/vivado/vek280_es1/qor_scripts/prohibitCascBramAcrossRbrk.tcl deleted file mode 100644 index 7980b481ab..0000000000 --- a/Vitis_System_Design/Design_Tutorials/01-Versal_Custom_Thin_Platform_Extensible_System/vivado/vek280_es1/qor_scripts/prohibitCascBramAcrossRbrk.tcl +++ /dev/null @@ -1,16 +0,0 @@ -# -# Copyright (C) 2023, Advanced Micro Devices, Inc. All rights reserved. -# SPDX-License-Identifier: X11 -# - -catch {unset ys} -foreach cr [get_clock_regions {X*Y1 X*Y2 X*Y3}] { - set bram [get_sites -quiet -filter NAME=~RAMB36_X*Y* -of $cr] - if {$bram == {}} { continue } - lappend ys [lindex [lsort -integer -increasing [regsub -all {RAMB36_X\d+Y(\d+)} $bram {\1}]] end] -} -foreach y $ys { - set_property PROHIBIT TRUE [get_sites RAMB36_X*Y$y] - set_property PROHIBIT TRUE [get_sites RAMB18_X*Y[expr 2 * $y]] - set_property PROHIBIT TRUE [get_sites RAMB18_X*Y[expr 2 * $y + 1]] -} diff --git a/Vitis_System_Design/Design_Tutorials/01-Versal_Custom_Thin_Platform_Extensible_System/vivado/vek280_es1/qor_scripts/prohibitCascDspAcrossRbrk.tcl b/Vitis_System_Design/Design_Tutorials/01-Versal_Custom_Thin_Platform_Extensible_System/vivado/vek280_es1/qor_scripts/prohibitCascDspAcrossRbrk.tcl deleted file mode 100644 index e87c6fc043..0000000000 --- a/Vitis_System_Design/Design_Tutorials/01-Versal_Custom_Thin_Platform_Extensible_System/vivado/vek280_es1/qor_scripts/prohibitCascDspAcrossRbrk.tcl +++ /dev/null @@ -1,14 +0,0 @@ -# -# Copyright (C) 2023, Advanced Micro Devices, Inc. All rights reserved. -# SPDX-License-Identifier: X11 -# - -catch {unset ys} -foreach cr [get_clock_regions {X*Y1 X*Y2 X*Y3}] { - set dsp [get_sites -quiet -filter NAME=~DSP_X*Y* -of $cr] - if {$dsp == {}} { continue } - lappend ys [lindex [lsort -integer -increasing [regsub -all {DSP_X\d+Y(\d+)} $dsp {\1}]] end] -} -foreach y $ys { - set_property PROHIBIT TRUE [get_sites DSP*_X*Y$y] -} diff --git a/Vitis_System_Design/Design_Tutorials/01-Versal_Custom_Thin_Platform_Extensible_System/vivado/vek280_es1/qor_scripts/prohibitCascUramAcrossRbrk.tcl b/Vitis_System_Design/Design_Tutorials/01-Versal_Custom_Thin_Platform_Extensible_System/vivado/vek280_es1/qor_scripts/prohibitCascUramAcrossRbrk.tcl deleted file mode 100644 index 6f18b5f0c3..0000000000 --- a/Vitis_System_Design/Design_Tutorials/01-Versal_Custom_Thin_Platform_Extensible_System/vivado/vek280_es1/qor_scripts/prohibitCascUramAcrossRbrk.tcl +++ /dev/null @@ -1,14 +0,0 @@ -# -# Copyright (C) 2023, Advanced Micro Devices, Inc. All rights reserved. -# SPDX-License-Identifier: X11 -# - -catch {unset ys} -foreach cr [get_clock_regions {X*Y1 X*Y2 X*Y3}] { - set uram [get_sites -quiet -filter NAME=~URAM288_X*Y* -of $cr] - if {$uram == {}} { continue } - lappend ys [lindex [lsort -integer -increasing [regsub -all {URAM288_X\d+Y(\d+)} $uram {\1}]] end] -} -foreach y $ys { - set_property PROHIBIT TRUE [get_sites URAM288_X*Y$y] -} diff --git a/Vitis_System_Design/Design_Tutorials/01-Versal_Custom_Thin_Platform_Extensible_System/vivado/vek280_es1/qor_scripts/timing.xdc b/Vitis_System_Design/Design_Tutorials/01-Versal_Custom_Thin_Platform_Extensible_System/vivado/vek280_es1/qor_scripts/timing.xdc deleted file mode 100755 index bce76bcdf2..0000000000 --- a/Vitis_System_Design/Design_Tutorials/01-Versal_Custom_Thin_Platform_Extensible_System/vivado/vek280_es1/qor_scripts/timing.xdc +++ /dev/null @@ -1,5 +0,0 @@ -# -# Copyright (C) 2023, Advanced Micro Devices, Inc. All rights reserved. -# SPDX-License-Identifier: X11 -# - diff --git a/Vitis_System_Design/Design_Tutorials/01-Versal_Custom_Thin_Platform_Extensible_System/vivado/vek280_es1/qor_scripts/waive_BLI_AIE_timing_violations_postplace.tcl b/Vitis_System_Design/Design_Tutorials/01-Versal_Custom_Thin_Platform_Extensible_System/vivado/vek280_es1/qor_scripts/waive_BLI_AIE_timing_violations_postplace.tcl deleted file mode 100644 index b01e766ada..0000000000 --- a/Vitis_System_Design/Design_Tutorials/01-Versal_Custom_Thin_Platform_Extensible_System/vivado/vek280_es1/qor_scripts/waive_BLI_AIE_timing_violations_postplace.tcl +++ /dev/null @@ -1,21 +0,0 @@ -# -# Copyright (C) 2023, Advanced Micro Devices, Inc. All rights reserved. -# SPDX-License-Identifier: X11 -# - -# Last update; 2019/09/12 -# Last change: added conditions to prevent ERRORs when no BLI or AIE_PL cells are found after place_design -# - -set bliFD [get_cells -quiet -hier -filter "REF_NAME=~FD* && LOC=~BLI_*"] -if {$bliFD == {}} { puts "Warning - No registers placed on BLI sites found" } - -set aiePL [get_cells -quiet -hier -filter "REF_NAME=~AIE_PL_*"] -if {$aiePL == {}} { puts "Warning - No AIE_PL_* cells found" } - -if {$bliFD != {} && $aiePL != {}} { - set_property IS_LOC_FIXED 1 $bliFD - set_false_path -from $bliFD -to $aiePL - set_false_path -from $aiePL -to $bliFD -} - diff --git a/Vitis_System_Design/Design_Tutorials/01-Versal_Custom_Thin_Platform_Extensible_System/vivado/vek280_es1/qor_scripts/waive_BLI_AIE_timing_violations_preplace.tcl b/Vitis_System_Design/Design_Tutorials/01-Versal_Custom_Thin_Platform_Extensible_System/vivado/vek280_es1/qor_scripts/waive_BLI_AIE_timing_violations_preplace.tcl deleted file mode 100644 index 4d9d1507e0..0000000000 --- a/Vitis_System_Design/Design_Tutorials/01-Versal_Custom_Thin_Platform_Extensible_System/vivado/vek280_es1/qor_scripts/waive_BLI_AIE_timing_violations_preplace.tcl +++ /dev/null @@ -1,34 +0,0 @@ -# -# Copyright (C) 2023, Advanced Micro Devices, Inc. All rights reserved. -# SPDX-License-Identifier: X11 -# - -# Last update; 2019/09/06 -# Last change: checking on AIE_PL BEL location to make sure there is a BLI site available -# -# Last update; 2019/11/20 -# Last change: adding support for 128b interfaces -# - -set debug 0 -foreach aiePL [get_cells -quiet -hier -filter "REF_NAME=~AIE_PL_* && PRIMITIVE_LEVEL!=MACRO"] { - set loc [get_property LOC $aiePL] - if {$loc == ""} { if {$debug} { puts "D - Missing LOC - $aiePL" }; continue } ;# Unplace AIE_PL cell => unsafe to waive timing - set bel [get_property BEL $aiePL] - if {$bel == "AIE_PL.AIE_PL_S_AXIS_3"} { if {$debug} { puts "D - BEL 3 - $aiePL" }; continue } ;# No BLI register site available - if {$bel == "AIE_PL.AIE_PL_S_AXIS_7"} { if {$debug} { puts "D - BEL 7 - $aiePL" }; continue } ;# No BLI register site available - foreach dir {IN OUT} { - set bliFD [get_cells -quiet -filter "REF_NAME=~FD* && BLI==TRUE" -of [get_pins -leaf -of [get_nets -filter "FLAT_PIN_COUNT==2" -of [get_pins -filter "!IS_CLOCK && DIRECTION==$dir" -of $aiePL]]]] - if {$bliFD == {}} { if {$debug} { puts "D - no BLI FD - $dir - $aiePL" }; continue } - set refName [get_property REF_NAME $aiePL] - set locBel "$loc/[regsub {.*\.} $bel {}]" - if {$dir == "IN"} { - puts [format "INFO - Adding False Path waiver from %2s BLI registers to $refName ($locBel) - $aiePL" [llength $bliFD]] - set_false_path -from $bliFD -to $aiePL - } else { - puts [format "INFO - Adding False Path waiver to %2s BLI registers from $refName ($locBel) - $aiePL" [llength $bliFD]] - set_false_path -from $aiePL -to $bliFD - } - } -} - diff --git a/Vitis_System_Design/Design_Tutorials/01-Versal_Custom_Thin_Platform_Extensible_System/vivado/vek280_es1/xsa_platform_classic.tcl b/Vitis_System_Design/Design_Tutorials/01-Versal_Custom_Thin_Platform_Extensible_System/vivado/vek280_es1/xsa_platform_classic.tcl deleted file mode 100644 index d87d7fa7ef..0000000000 --- a/Vitis_System_Design/Design_Tutorials/01-Versal_Custom_Thin_Platform_Extensible_System/vivado/vek280_es1/xsa_platform_classic.tcl +++ /dev/null @@ -1,164 +0,0 @@ -# -# Copyright (C) 2023, Advanced Micro Devices, Inc. All rights reserved. -# SPDX-License-Identifier: X11 -# - -## =================================================================================== -## Create Platform Vivado Project -## This script takes in two argument: -## PLATFORM_NAME -## DEVICE_NAME (e.g. xcvc1902-vsva2197-1LP-e-S) -## =================================================================================== -namespace eval _tcl { - proc get_script_folder {} { - set script_path [file normalize [info script]] - set script_folder [file dirname $script_path] - return $script_folder - } -} - -variable script_folder -set script_folder [_tcl::get_script_folder] - -#set_param board.repoPaths ../board_repo/boards/Xilinx/vck190 - -## WORKAROUND - Hardcode platform and device name as tcl arguments is not passed properly to Vitis -set BOARD_NAME [lindex $argv 0] -set PLATFORM_NAME [lindex $argv 1] -set PLATFORM_TYPE ${PLATFORM_NAME}_custom -set VER "1.0" -puts "Creating HW Platform project for : \"$PLATFORM_NAME\"" -set DEVICE_NAME [lindex $argv 2] -puts "Using : \"$DEVICE_NAME\"" -set BOARD_LABEL [lindex $argv 4] -set BOARD_VER [lindex $argv 5] -set BUILD_DIR build - -create_project -f ${PLATFORM_NAME} ${BUILD_DIR}/${PLATFORM_NAME}_vivado -part $DEVICE_NAME - -# set board part -set_property BOARD_PART xilinx.com:${BOARD_LABEL}:part0:${BOARD_VER} [current_project] - -set_property preferred_sim_model "tlm" [current_project] - -## =================================================================================== -## Create Block Design -## =================================================================================== -# pass arguments to tcl -#set argv [list $PLATFORM_NAME $DEVICE_NAME] -#set argc 2 -source ./${BOARD_NAME}/dr.bd.tcl - -## =================================================================================== -## Set Platform Properties (e.g. PFM.*) -## =================================================================================== -#source ./${BOARD_NAME}/pfm_decls.tcl - -## =================================================================================== -## Add constraints to DDR4 -## =================================================================================== -#add_files -fileset constrs_1 -norecurse src/ddr4_dmc_3200_triplet_1.xdc - -## =================================================================================== -## Create a wrapper for block design. Set the block design as top-level wrapper. -## =================================================================================== -make_wrapper -files [get_files ${BUILD_DIR}/${PLATFORM_NAME}_vivado/${PLATFORM_NAME}.srcs/sources_1/bd/${PLATFORM_NAME}/${PLATFORM_NAME}.bd] -top -add_files -norecurse ${BUILD_DIR}/${PLATFORM_NAME}_vivado/${PLATFORM_NAME}.srcs/sources_1/bd/${PLATFORM_NAME}/hdl/${PLATFORM_NAME}_wrapper.v -update_compile_order -fileset sources_1 - -## =================================================================================== -## Apply platform specific post-link tcl commands. -## Note: This design does not have have any post-link tcl commands. -## =================================================================================== - -## =================================================================================== -## Apply timing constraints -## =================================================================================== -#add_files -fileset constrs_1 -norecurse src/qor_scripts/timing.xdc - -## =================================================================================== -## Apply scripts to close timing -## =================================================================================== -#import_files -fileset utils_1 -norecurse src/qor_scripts/pre_place.tcl -#import_files -fileset utils_1 -norecurse src/qor_scripts/post_place.tcl -#import_files -fileset utils_1 -norecurse src/qor_scripts/post_route.tcl -#import_files -fileset utils_1 -norecurse src/qor_scripts/post_physopt.tcl -#import_files -fileset utils_1 -norecurse src/qor_scripts/prohibitCascDspAcrossRbrk.tcl -#import_files -fileset utils_1 -norecurse src/qor_scripts/prohibitCascBramAcrossRbrk.tcl -#import_files -fileset utils_1 -norecurse src/qor_scripts/prohibitCascUramAcrossRbrk.tcl -#import_files -fileset utils_1 -norecurse src/qor_scripts/waive_BLI_AIE_timing_violations_postplace.tcl -#import_files -fileset utils_1 -norecurse src/qor_scripts/waive_BLI_AIE_timing_violations_preplace.tcl - -#set_property platform.run.steps.place_design.tcl.pre [get_files pre_place.tcl] [current_project] -#set_property platform.run.steps.place_design.tcl.post [get_files post_place.tcl] [current_project] -#set_property platform.run.steps.route_design.tcl.post [get_files post_route.tcl] [current_project] -#set_property platform.run.steps.phys_opt_design.tcl.post [get_files post_physopt.tcl] [current_project] - -## =================================================================================== -## Set output type to hw_export -## =================================================================================== -set_property platform.default_output_type "sd_card" [current_project] -# Help by explicitly categorizing intended platform -set_property platform.design_intent.server_managed "false" [current_project] -set_property platform.design_intent.external_host "false" [current_project] -set_property platform.design_intent.embedded "true" [current_project] -set_property platform.design_intent.datacenter "false" [current_project] -set_property platform.extensible "true" [current_project] - -## =================================================================================== -## Add hardware emulation support -## =================================================================================== -set_property PLATFORM.LINK_XP_SWITCHES_DEFAULT [list param:hw_emu.enableProfiling=false] [current_project] -#set_property SELECTED_SIM_MODEL tlm [get_bd_cells /Cips] -#set_property SELECTED_SIM_MODEL tlm [get_bd_cells /CipsNoc] -#set_property SELECTED_SIM_MODEL tlm [get_bd_cells /MemoryNoc] -#set_property SELECTED_SIM_MODEL tlm [get_bd_cells /ExtensibleRegion/ControlNoc] -#set_property SELECTED_SIM_MODEL tlm [get_bd_cells /ExtensibleRegion/DDR] - -## =================================================================================== -## Wrap up Vivado Platform Project -## =================================================================================== -update_compile_order -assign_bd_address -regenerate_bd_layout -validate_bd_design -import_files - -## =================================================================================== -## Generate files necessary to support block design through design flow -## =================================================================================== -generate_target all [get_files ${BUILD_DIR}/${PLATFORM_NAME}_vivado/${PLATFORM_NAME}.srcs/sources_1/bd/${PLATFORM_NAME}/${PLATFORM_NAME}.bd] - -variable pre_synth -set pre_synth "" - -if { $argc > 1} { - set pre_synth [lindex $argv 3] -} -#Pre_synth Platform Flow -if {$pre_synth} { - set_property platform.platform_state "pre_synth" [current_project] - write_hw_platform -force ${BUILD_DIR}/xsa_platform/${PLATFORM_NAME}.xsa - validate_hw_platform ${BUILD_DIR}/xsa_platform/${PLATFORM_NAME}.xsa -} else { - set_property generate_synth_checkpoint true [get_files -norecurse *.bd] - ## =================================================================================== - ## Full Synthesis and implementation - ## =================================================================================== - launch_runs -jobs 8 synth_1 - wait_on_run synth_1 - puts "Synthesis done!" - - #launch_runs impl_1 -to_step write_bitstream - launch_runs -jobs 8 impl_1 -to_step write_device_image - wait_on_run impl_1 - puts "Implementation done!" - - # =================================================================================== - # Write the XSA for current design for use as a hardware platform - # =================================================================================== - open_run impl_1 - write_hw_platform -unified -include_bit -force ${BUILD_DIR}/xsa_platform/${PLATFORM_NAME}.xsa - validate_hw_platform ${BUILD_DIR}/xsa_platform/${PLATFORM_NAME}.xsa -} - diff --git a/Vitis_System_Design/Design_Tutorials/02-Versal_Vitis_Subsystem_Flow/Makefile b/Vitis_System_Design/Design_Tutorials/02-Versal_Vitis_Subsystem_Flow/Makefile index 61a26603ca..1f348b01dd 100755 --- a/Vitis_System_Design/Design_Tutorials/02-Versal_Vitis_Subsystem_Flow/Makefile +++ b/Vitis_System_Design/Design_Tutorials/02-Versal_Vitis_Subsystem_Flow/Makefile @@ -11,7 +11,7 @@ ECHO = @echo ################################################################################ # Variables needed for AMD tools version checking, PLEASE DO NOT MODIFY # ################################################################################ -REQUIRED_VERSION = 2025.1 +REQUIRED_VERSION = 2025.2 VIVADO_VERSION := $(shell vivado -version 2>/dev/null | grep "vivado ") VITIS_VERSION := $(shell vitis -version 2>/dev/null | grep "Vitis " | sed 's/\*//g') diff --git a/Vitis_System_Design/Design_Tutorials/02-Versal_Vitis_Subsystem_Flow/README.md b/Vitis_System_Design/Design_Tutorials/02-Versal_Vitis_Subsystem_Flow/README.md index 81c0556344..2cb41ee41c 100644 --- a/Vitis_System_Design/Design_Tutorials/02-Versal_Vitis_Subsystem_Flow/README.md +++ b/Vitis_System_Design/Design_Tutorials/02-Versal_Vitis_Subsystem_Flow/README.md @@ -14,9 +14,9 @@ # Versal Custom Platform Integration using Vitis Subsystem -***Version: Vivado and Vitis 2025.1*** +***Version: Vivado and Vitis 2025.2*** -This tutorial demonstrates key features in AMD 2025.1 tools for designing and verifying AI Engine and HLS based DSP subsystem and deploy it on a custom platform. +This tutorial demonstrates key features in AMD 2025.2 tools for designing and verifying AI Engine and HLS based DSP subsystem and deploy it on a custom platform. To show the design, verification and integration activities, the tutorial use simple building blocks to make it easy to track the design results and processing data with visual inspection. The example blocks are verified with basic test benches to demonstrate using the verification features, and it's adviced that user complement with more advanced tests to reach acceptable coverage. @@ -121,7 +121,7 @@ This figure describe the order of which the hardware design components are arran ## Getting Started ### Prerequisites -Setup the Vitis 2025.1 tools +Setup the Vitis 2025.2 tools ``` source /settings64.sh ``` diff --git a/Vitis_System_Design/Design_Tutorials/02-Versal_Vitis_Subsystem_Flow/linux/dtg/Makefile b/Vitis_System_Design/Design_Tutorials/02-Versal_Vitis_Subsystem_Flow/linux/dtg/Makefile index 04342e9796..8cd545d04b 100755 --- a/Vitis_System_Design/Design_Tutorials/02-Versal_Vitis_Subsystem_Flow/linux/dtg/Makefile +++ b/Vitis_System_Design/Design_Tutorials/02-Versal_Vitis_Subsystem_Flow/linux/dtg/Makefile @@ -11,7 +11,7 @@ BOARD_NAME ?= vck190 PLATFORM_CUSTOM ?= ${BOARD_NAME}_thin DTG := device-tree-xlnx -#DTG_VERSION := xlnx_rel_v2025.1 +#DTG_VERSION := xlnx_rel_v2025.2 DTG_VERSION := master DTC := dtc @@ -71,7 +71,7 @@ build_xsct: build_sdt: $(ECHO) "dtg/build_sdt: Generating the system device tree with zocl enabled" rm -rf sdt_out - xsct -eval "source src/xsct_utils.tcl; run_sdtgen -version 2025.1 -xsa $(XSA_FILE) -sdt_dt_zocl 1" + xsct -eval "source src/xsct_utils.tcl; run_sdtgen -version 2025.2 -xsa $(XSA_FILE) -sdt_dt_zocl 1" lop_procs: $(ECHO) "dtg/lop_procs: Extract the procs from SDT using Lopper" diff --git a/Vitis_System_Design/Design_Tutorials/02-Versal_Vitis_Subsystem_Flow/linux/petalinux/Makefile b/Vitis_System_Design/Design_Tutorials/02-Versal_Vitis_Subsystem_Flow/linux/petalinux/Makefile index f40321ba93..417dda8fc9 100644 --- a/Vitis_System_Design/Design_Tutorials/02-Versal_Vitis_Subsystem_Flow/linux/petalinux/Makefile +++ b/Vitis_System_Design/Design_Tutorials/02-Versal_Vitis_Subsystem_Flow/linux/petalinux/Makefile @@ -11,9 +11,9 @@ PLATFORM_CUSTOM ?= ${BOARD_NAME}_thin LINUX_MACHINE ?= ${BOARD_NAME}-versal LINUX_ETH_CONFIG ?= DHCP LINUX_BUILD_SOURCES ?= network -LINUX_LOCAL_DOWNLOADS_DIR ?= /tmp/${USER}/2025.1/${BOARD_NAME}/plnx-workspace/downloads -LINUX_LOCAL_SSTATE_DIR ?= /tmp/${USER}/2025.1/${BOARD_NAME}/plnx-workspace/sstate_aarch64_2024.1/aarch64 -LINUX_TMP_DIR ?= /tmp/${USER}/2025.1/${BOARD_NAME}/petalinux +LINUX_LOCAL_DOWNLOADS_DIR ?= /tmp/${USER}/2025.2/${BOARD_NAME}/plnx-workspace/downloads +LINUX_LOCAL_SSTATE_DIR ?= /tmp/${USER}/2025.2/${BOARD_NAME}/plnx-workspace/sstate_aarch64_2025.2/aarch64 +LINUX_TMP_DIR ?= /tmp/${USER}/2025.2/${BOARD_NAME}/petalinux CURR_DIR := $(shell pwd) PROJ_DIR := ${CURR_DIR}/../${LINUX_MACHINE} diff --git a/Vitis_System_Design/Design_Tutorials/02-Versal_Vitis_Subsystem_Flow/ps_apps/README.md b/Vitis_System_Design/Design_Tutorials/02-Versal_Vitis_Subsystem_Flow/ps_apps/README.md index ed6e8a4b33..b92a08a5b1 100644 --- a/Vitis_System_Design/Design_Tutorials/02-Versal_Vitis_Subsystem_Flow/ps_apps/README.md +++ b/Vitis_System_Design/Design_Tutorials/02-Versal_Vitis_Subsystem_Flow/ps_apps/README.md @@ -18,24 +18,27 @@ The host applications are organized per domain. Currently only Linux user space A similar structure can be setup for bare metal applications, with the `exe` folder being replaced by an `elf` folder. To compile and build linux executables, call Makefile from top folder: + ``` make ps_apps ``` ## Description of generated Vitis platform component folders + Each application is selfcontained per folder to make it easy to transfer and reused in other designs. -| Folder | Type | Description -| ---------------------------------|--------|------------------------------------------------- -| [linux/Makefile](./linux/Makefile) | Source | Generalized recipe to find and compile all application folders. -| [linux/exe](./linux/exe) | Generated | Destination of all application executables. This folder is searched by packager to automatically add them to the sd card. -| [linux/aie_dly_test/](./linux/aie_dly_test/) | Workspace | Test application for a small AI Engine + PL system. -| [linux/aie_dly_test/src](./linux/aie_dly_test/src) | Source | Application source code folder. -| [linux/aie_dly_test/Makefile](./linux/aie_dly_test/Makefile) | Source | Application source code. +| Folder | Type | Description | +|----------------------------------------------|------------|--------------------------------------------------------------------------------------------------------------| +| [linux/Makefile](./linux/Makefile) | Source | Generalized recipe to find and compile all application folders. | +| [linux/exe](./linux/exe) | Generated | Destination of all application executables. This folder is searched by the packager to automatically add them to the SD card. | +| [linux/aie_dly_test/](./linux/aie_dly_test/) | Workspace | Test application for a small AI Engine + PL system. | +| [linux/aie_dly_test/src](./linux/aie_dly_test/src) | Source | Application source code folder. | +| [linux/aie_dly_test/Makefile](./linux/aie_dly_test/Makefile) | Source | Application makefile. | ## Next step + - [9. Package the design to SD card](../vitis/Package.md) diff --git a/Vitis_System_Design/Design_Tutorials/02-Versal_Vitis_Subsystem_Flow/vitis/Makefile b/Vitis_System_Design/Design_Tutorials/02-Versal_Vitis_Subsystem_Flow/vitis/Makefile index 8fcf44eb9e..67ad102d3b 100644 --- a/Vitis_System_Design/Design_Tutorials/02-Versal_Vitis_Subsystem_Flow/vitis/Makefile +++ b/Vitis_System_Design/Design_Tutorials/02-Versal_Vitis_Subsystem_Flow/vitis/Makefile @@ -97,7 +97,7 @@ vitis_ip: $(MAKE) all -C ${IP_DIR} platform: - vitis -s vitis_platform.py |& tee vitis_pfm.log + vitis -s vitis_platform.py 2>&1 | tee vitis_pfm.log link: ${BUILD_DIR} ${BUILD_DIR}/${XSA} @@ -113,7 +113,7 @@ ${BUILD_DIR}/${VMA}: ${XO} ${VSSFILE} ${SYSTEM_CFG} $(addprefix ../, ${VSSFILE}) \ --export_archive \ --output ${VMA} \ - |& tee vpp_link.log + 2>&1 | tee vpp_link.log ${BUILD_DIR}/${XSA}: ${XO} ${VSSFILE} ${SYSTEM_CFG} cd ${BUILD_DIR} && \ @@ -125,7 +125,7 @@ ${BUILD_DIR}/${XSA}: ${XO} ${VSSFILE} ${SYSTEM_CFG} $(addprefix ../, ${VSSFILE}) \ --export_archive \ --output ${VMA} \ - |& tee vpp_link.log + 2>&1 | tee vpp_link.log package_linux: ${SD_CARD_LINUX} @@ -138,7 +138,7 @@ ${BUILD_DIR}/${XCLBIN}: ${LIBADF} --package.defer_aie_run \ $(addprefix ../, ${LIBADF}) \ -o ${XCLBIN} - |& tee vpp_pack_xclbin.log + 2>&1 | tee vpp_pack_xclbin.log # make update_ila #${SD_CARD_LINUX}: ${BUILD_DIR}/${XSA} ${PS_LINUX_EXE} ${GRAPH_O} ${LINUX_KERNEL} ${LINUX_ROOTFS} ${LINUX_DTB} @@ -161,7 +161,7 @@ ${SD_CARD_LINUX}: ${LIBADF} ${PS_LINUX_EXE} ${LINUX_KERNEL} ${LINUX_ROOTFS} ${PF $(addprefix --package.sd_file=../, ${PS_LINUX_EXE}) \ $(addprefix --package.sd_file=../, ${LINUX_BOOTSCR}) \ -o ${XCLBIN} \ - |& tee vpp_pack_sd.log + 2>&1 | tee vpp_pack_sd.log echo ${PLATFORM_CUSTOM} > ${SD_CARD_LINUX}/sd_card/platform_desc.txt # make update_ila diff --git a/Vitis_System_Design/Design_Tutorials/02-Versal_Vitis_Subsystem_Flow/vitis/Package.md b/Vitis_System_Design/Design_Tutorials/02-Versal_Vitis_Subsystem_Flow/vitis/Package.md index 566889ecdb..501f21e9e5 100644 --- a/Vitis_System_Design/Design_Tutorials/02-Versal_Vitis_Subsystem_Flow/vitis/Package.md +++ b/Vitis_System_Design/Design_Tutorials/02-Versal_Vitis_Subsystem_Flow/vitis/Package.md @@ -12,16 +12,48 @@ -# Package the desing and generate a SD card +# Package the design and generate a SD card for Linux The packaging step prepares and assembles boot artifacts, linux image and file system, and host applications and deploy them to a SD card image or folder. -For convenience with Windows OS, the formatting is set to fat32 so the SD card can be accessed natively by Windows. +For convenience with Windows OS, the formatting is set to FAT32 so the SD card can be accessed natively by Windows. To package the design, call Makefile from top folder: ``` make package ``` +The command will change directory to `build_hw` to keep all logs and outputs in a separate folder. + +**Note** The Linux image, file system and boot artifacts is picked primarily from the generated outputs from Petalinux or Yocto. This is to allow for user to setup reusable linux artifacts to speed up build time. + + +Example of the command: +``` +cd build_hw && \ +v++ --package --debug --save-temps \ + --target hw \ + --platform .././build_pfm/pfm/export/pfm/pfm.xpfm \ + --package.defer_aie_run \ + --package.out_dir ../../package_linux_hw \ + --package.boot_mode=sd \ + --package.no_image \ + --package.image_format=fat32 \ + --package.sd_file=../../linux/vck190-versal/images/linux/Image \ + --package.rootfs=../../linux/vck190-versal/images/linux/rootfs.cpio.gz.u-boot \ + --package.dtb=.././build_pfm/pfm/export/pfm/sw/boot/system.dtb \ + --package.bl31_elf=../../linux/vck190-versal/images/linux/bl31.elf \ + --package.uboot=../../linux/vck190-versal/images/linux/u-boot.elf \ + ../../vss/./ip/aie/datamove_app_libadf.a \ + --package.sd_file=../../ps_apps/linux/exe/aie_dly_test.exe \ + --package.sd_file=../../linux/vck190-versal/images/linux/boot.scr \ + -o my.xclbin \ + 2>&1 | tee vpp_pack_sd.log +echo vck190_thin > ../package_linux_hw/sd_card/platform_desc.txt +``` + +The package command outputs is directed to `package_linux_hw` in the top folder with the FAT32 formatted SD cards files in `package_linux_hw/sd_card`. + +**Note** The [Makefile](./Makefile) identifies host `*.exe` files from `../ps_apps/linux/exe` folder and automatically adds them to the `v++ --package` arguments. ## Next step diff --git a/Vitis_System_Design/Design_Tutorials/02-Versal_Vitis_Subsystem_Flow/vitis/README.md b/Vitis_System_Design/Design_Tutorials/02-Versal_Vitis_Subsystem_Flow/vitis/README.md index e92be9aabf..653c01a1b1 100644 --- a/Vitis_System_Design/Design_Tutorials/02-Versal_Vitis_Subsystem_Flow/vitis/README.md +++ b/Vitis_System_Design/Design_Tutorials/02-Versal_Vitis_Subsystem_Flow/vitis/README.md @@ -17,36 +17,24 @@ Vitis serves both hardware and software activities. To guide through the design flow, the detailed description use link to previous and next step. #### Overview of Vitis activities -1. Hardware integration +1. Hardware integration 1. [Compile additional Vitis kernels](./ip/README.md). 2. Integrating [VSS component](../vss/README.md) and Vitis kernels to a [custom extensible platform](../vivado/README.md) and export to a VMA. -2. Software / Embedded +2. [Prepate Software / Embedded platform](./Platform.md) 1. Generate board support package / drivers. 2. Apply device tree overlays. 3. Packaging to delivery container - 1. Collect binaries, boot artifacts, OS and host applications and deploy on a SD card. + 1. [Vitis Packaging](./Packaging.md) collect binaries, boot artifacts, OS and host applications and deploy on a SD card. -## Hardware integration - -This step assumes the following pre-requisite steps is completed: -Create VSS component | cint16 - +## 1. Hardware integration ### Adding VSS Component and Vitis Components to an extensible platform This part of the tutorial demonstrates adding a Vitis Subsystem component and additional Vitis PL components to demonstrate integrating both VSS and Vitis kernels onto an extensible platform. - - -## Vitis design description -The design reuses blocks from previous tutorials to make it easier to compare the mechanics for adding and integrating them to a small system. - - -The example will go through the steps of creating a small AMD Versal™ VCK190 System Example Design consisting of: - - [3. Importing and integrating DSP Subsystem to Vitis Unified IDE](./README_INTEGRATE.md) - [Add RTL Subtractor and HLS mm2s and s2mm Components](./ip/README.md) - - Declare connections between VSS Component, Vitis compnents and extensible platform. - [Inspect the config file for the example](../vss/src/vss_conn.cfg) + - Declare connections between VSS Component, Vitis compnents and extensible platform. + [Inspect the config file for the example](./src/system.cfg) - Build System Component and export Vitis Managed Archive (VMA) The VMA archive is generated with v++ using: @@ -62,11 +50,24 @@ From top folder, run: make vitis_ip vma_export ``` +After the VMA export, the design is synthesized and implemented in Vivado: +[Import VMA and finalize the design in Vivado](../vivado/Finalize_Vivado.md) + + +## 2. Prepare Software / Embedded platform +After building the fixed Vivado platform and prepared [Linux build tools (sysroot), Image and filesystem](../linux/README.md), the device tree overlay is applied and BSP/drivers is generated. See [creating Vitis Platform component](./Platform.md) + +## 3. Package to delivery container +Last step in the flow is to package the design to a suitable container. This tutorial use [Vitis Package](./Packaging.md) to create a SD card folder. ## Navigation helper - - [Next step - Import VMA and finalize the design in Vivado](../vivado/Finalize_Vivado.md) - - [Previous step - Develop Custom Vivado Extensible Platform](../vivado/README.md) - [Return to top](../README.md) + - [Vitis Subsystem](../vss/README.md) + - [Vivado hw platform](../vivado/README.md) + - [Prepare Linux](../linux/README.md) + - [Host applications](../ps_apps/README.md) + - [Vitis sw platform](./Platform.md) + - [Vitis Package](./Packaging.md) diff --git a/Vitis_System_Design/Design_Tutorials/02-Versal_Vitis_Subsystem_Flow/vitis/ip/README.md b/Vitis_System_Design/Design_Tutorials/02-Versal_Vitis_Subsystem_Flow/vitis/ip/README.md index 7ce162fddf..0b8239f9d6 100644 --- a/Vitis_System_Design/Design_Tutorials/02-Versal_Vitis_Subsystem_Flow/vitis/ip/README.md +++ b/Vitis_System_Design/Design_Tutorials/02-Versal_Vitis_Subsystem_Flow/vitis/ip/README.md @@ -21,18 +21,19 @@ The xo_hw folder is excluded from the search, as this is where RTL and HLS kerne The AIE build is treated separately and will result in a libadf.a file located in aie folder. ## Adding or removing HLS and RTL components + A component can be removed from the VSS region by deleting the folder and subfolders, and ensure the corresponding .xo file is removed from [xo_hw](./xo_hw) folder To add a new component, it's easiest to copy one of the below examples and add the corresponding sources files and modify the Makefile and config files accordingly. **Note** Make sure to update the Vitis link configuration according to the changes: [../src/system.cfg](../src/system.cfg) Components used for the Vitis region: -| Component | Type | Description -| ---------------------------------|--------|------------------------------------------------- -| [subtractor](./subtractor/README.md)| RTL | A subtractor acting as endpoint of the counter values passed through AIE datamover kernels. Only two channels are uses via AIE, the others are connected directly to the counter. -| [mm2s](./mm2s/README.md)| HLS | Converts data from DDR memory buffer to the FIR DSP via the AXI Stream data duplicator. The PS application can be used to create the stimuli buffer. -| [s2mm](./s2mm/README.md) | HLS | Converts the AXI Stream output from the vadd_s to DDR memory. Allows the PS application to analyze the output. +| Component | Type | Description | +|-----------------------------------------------------|------|------------------------------------------------------------------------------------------------------------------------------------------------------------| +| [subtractor](./subtractor/README.md) | RTL | A subtractor acting as the endpoint for counter values passed through AIE datamover kernels. Only two channels are used via AIE; the others are connected directly to the counter. | +| [mm2s](./mm2s/README.md) | HLS | Converts data from a DDR memory buffer to the FIR DSP via the AXI Stream data duplicator. The PS application can be used to create the stimulus buffer. | +| [s2mm](./s2mm/README.md) | HLS | Converts the AXI Stream output from the `vadd_s` to DDR memory, enabling the PS application to analyze the output. | [Continue with Vitis integration](../README.md) diff --git a/Vitis_System_Design/Design_Tutorials/02-Versal_Vitis_Subsystem_Flow/vitis/ip/mm2s/src/mm2s.cpp b/Vitis_System_Design/Design_Tutorials/02-Versal_Vitis_Subsystem_Flow/vitis/ip/mm2s/src/mm2s.cpp index a7f5599914..71f3ae3887 100755 --- a/Vitis_System_Design/Design_Tutorials/02-Versal_Vitis_Subsystem_Flow/vitis/ip/mm2s/src/mm2s.cpp +++ b/Vitis_System_Design/Design_Tutorials/02-Versal_Vitis_Subsystem_Flow/vitis/ip/mm2s/src/mm2s.cpp @@ -8,7 +8,7 @@ #include #include -#define WORD_SIZE 16 +#define WORD_SIZE 32 void mm2s(ap_int* mem, hls::stream, 0, 0, 0>>& s, int size) { #pragma HLS INTERFACE m_axi port=mem offset=slave bundle=gmem diff --git a/Vitis_System_Design/Design_Tutorials/02-Versal_Vitis_Subsystem_Flow/vitis/ip/s2mm/src/s2mm.cpp b/Vitis_System_Design/Design_Tutorials/02-Versal_Vitis_Subsystem_Flow/vitis/ip/s2mm/src/s2mm.cpp index 3d71c87d62..896c9ede67 100755 --- a/Vitis_System_Design/Design_Tutorials/02-Versal_Vitis_Subsystem_Flow/vitis/ip/s2mm/src/s2mm.cpp +++ b/Vitis_System_Design/Design_Tutorials/02-Versal_Vitis_Subsystem_Flow/vitis/ip/s2mm/src/s2mm.cpp @@ -8,7 +8,7 @@ #include #include -#define WORD_SIZE 16 +#define WORD_SIZE 32 void s2mm(ap_int* mem, hls::stream, 0, 0, 0>> &s, int size) { #pragma HLS INTERFACE m_axi port=mem offset=slave bundle=gmem diff --git a/Vitis_System_Design/Design_Tutorials/02-Versal_Vitis_Subsystem_Flow/vitis/ip/subtractor/README.md b/Vitis_System_Design/Design_Tutorials/02-Versal_Vitis_Subsystem_Flow/vitis/ip/subtractor/README.md index b78a603fc6..7a9eb917e2 100644 --- a/Vitis_System_Design/Design_Tutorials/02-Versal_Vitis_Subsystem_Flow/vitis/ip/subtractor/README.md +++ b/Vitis_System_Design/Design_Tutorials/02-Versal_Vitis_Subsystem_Flow/vitis/ip/subtractor/README.md @@ -12,8 +12,10 @@ # RTL Subtractor + The subtractor has 5 AXI Stream inputs, each with 64-bit data, and a AXI4-Lite bus interface. -It has 4 subtractors, where the first AXI Stream input is the reference common to all subtractions, and the remaining 4 are individual per subtraction.
+ +It has 4 subtractors, where the first AXI Stream input is the reference common to all subtractions, and the remaining 4 are individual per subtraction. The subtraction use DSP element and is designed to run up to 625 MHz and performs subtraction using the real part from one of the two cint16 samples from the AXI stream. @@ -22,21 +24,24 @@ To reduce timing closure issues, the AXI4-Lite parts are clocked separately usin A simple hold circuit is used before the results are collected by the AXI4-Lite registers. -### Files used for this IP -| File | Type | Description -| ---------------------------------|--------|------------------------------------------------- -| [subtractor.v](./src/subtractor.v)| RTL kernel | Four subtractors with results in AXI4-Lite status register. -| [subtractor_S00_AXI.v](./src/subtractor_S00_AXI.v)| RTL kernel | AXI4-Lite slave using modified code template. -| [my_diff.v](./src/my_diff.v)| RTL kernel | Code to infer a subtractor using DSP58/48. -| [pack_kernel.tcl](./pack_kernel.tcl)| Project tcl | Setup a simple Vivado IP project to manage compilation to packaged `.xo` file. -| [subtractor.xdc](./counter.xdc)| Constraints file | Placeholder file for constraints. Currently no constraints used. +## Files used for this IP + +| File | Type | Description | +|--------------------------------------------------------|-------------------|------------------------------------------------------------------------------------------------------------------| +| [subtractor.v](./src/subtractor.v) | RTL kernel | Implements four subtractors with results stored in an AXI4-Lite status register. | +| [subtractor_S00_AXI.v](./src/subtractor_S00_AXI.v) | RTL kernel | AXI4-Lite slave using a modified code template. | +| [my_diff.v](./src/my_diff.v) | RTL kernel | Code to infer a subtractor using DSP58/DSP48 primitives. | +| [pack_kernel.tcl](./pack_kernel.tcl) | Project Tcl script| Sets up a simple Vivado IP project to compile and package the design as a `.xo` file. | +| [subtractor.xdc](./subtractor.xdc) | Constraints file | Placeholder file for constraints. Currently, no constraints are used. | ### Simulating and checking the RTL IP -The project script will run synthesis and use `report_methodology` as means to check for trivial user errors. It's not required to run synthesis to generate the `xo` for Vitis.
-For real designs, the synthesis step should be replaced with traditional RTL verification.
-**Note** It's encouraged to setup either traditional RTL verification or run hardware emulation to verify this block. +The project script will run synthesis and use `report_methodology` as means to check for trivial user errors. It's not required to run synthesis to generate the `xo` for Vitis. + +For real designs, the synthesis step should be replaced with traditional RTL verification. + +> **Note** It's encouraged to setup either traditional RTL verification or run hardware emulation to verify this block. [Return to Vitis IP](../README.md) diff --git a/Vitis_System_Design/Design_Tutorials/02-Versal_Vitis_Subsystem_Flow/vitis/ip/subtractor/src/subtractor.v b/Vitis_System_Design/Design_Tutorials/02-Versal_Vitis_Subsystem_Flow/vitis/ip/subtractor/src/subtractor.v index beab0f8140..5e809d04e7 100644 --- a/Vitis_System_Design/Design_Tutorials/02-Versal_Vitis_Subsystem_Flow/vitis/ip/subtractor/src/subtractor.v +++ b/Vitis_System_Design/Design_Tutorials/02-Versal_Vitis_Subsystem_Flow/vitis/ip/subtractor/src/subtractor.v @@ -125,7 +125,9 @@ module subtractor wire [DWIDTH/4-1:0] diff3_q; reg tvalid; reg tlast; - reg my_smpl; + reg s00_axi_aclk_d; + reg s00_axi_aclk_d2; + wire s00_axi_aclk_posedge; // Tie off tready assign s00_axis_tready = true_c; @@ -219,14 +221,19 @@ module subtractor begin if (!aresetn) begin - my_smpl <= false_c; + s00_axi_aclk_d <= false_c; + s00_axi_aclk_d2 <= false_c; end else begin - my_smpl <= !my_smpl; + s00_axi_aclk_d <= s00_axi_aclk; + s00_axi_aclk_d2 <= s00_axi_aclk_d; end end + assign s00_axi_aclk_posedge = s00_axi_aclk_d & !s00_axi_aclk_d2; + + // Simple hold circuit always @(posedge aclk) begin @@ -241,7 +248,7 @@ module subtractor buf3_i <= 0; buf3_q <= 0; end - else if (my_smpl) begin + else if (s00_axi_aclk_posedge) begin buf0_i <= diff0_i; buf0_q <= diff0_q; buf1_i <= diff1_i; diff --git a/Vitis_System_Design/Design_Tutorials/02-Versal_Vitis_Subsystem_Flow/vivado/Vivado.md b/Vitis_System_Design/Design_Tutorials/02-Versal_Vitis_Subsystem_Flow/vivado/Vivado.md index 5c06fcb1ad..0e107a4eee 100644 --- a/Vitis_System_Design/Design_Tutorials/02-Versal_Vitis_Subsystem_Flow/vivado/Vivado.md +++ b/Vitis_System_Design/Design_Tutorials/02-Versal_Vitis_Subsystem_Flow/vivado/Vivado.md @@ -24,8 +24,10 @@ Focus areas for this part of the example is to ## Background notes on Extensible Platforms + In Vivado there are several Configurable example design that can be used as starting point and modified for custom purpose. The common features they have to make them Extensible by Vitis is the Block Design contains: + - CIPS - AI Engine - NoC (Typically split in logical instance for AXI and DDR Memory Controllers) @@ -38,28 +40,33 @@ The common features they have to make them Extensible by Vitis is the Block Desi ![](../documentation/readme_files/base_platform_bd.png) ### Refining the example Extensible Platform and adding RTL modules + Observing the example platform, the associated resets for each clock was only paritally added. Vitis is capable of inferring missing clocks and resets, but in this case we ensure clocks and reset are properly setup before exporting the platform to Vitis. After this, two RTL modules are imported and the platform properties setup. When Vitis extends a design, it will require access to AIE, NoC, Clock/Resets and AXI SmartConnect/Interrupt Controller. ## Instructions + To give more time to interact with analyzing the Vivado Platform, the provided scripts will generate the Vivado, add RTL Modules, and setup the platform properties. ### 1 Build the Vivado Platform + If this was done with the prebuild instruction, skip to Inspecting the Vivado Platform design. The user is encouraged to modify/change/replace parts after first running through these steps once. ``` make vivado_platform ``` + #### File structure related to the Vivado project [vivado](.) Directory/file structure: -| Directory/file | Description -| ---------------------------------------|------------------------------------------------- -| [Makefile](Makefile) | The vivado platform Makefile -| [vck190/xsa_platform_classic.tcl](vck190/xsa_platform_classic.tcl) | Vivado project, setup design and export XSA for Vitis -| [vck190/dr.bd.tcl](vck190/dr.bd.tcl) | Script to prepare flat block design for VCK190 -| [vck190/finalize_design.tcl](vck190/finalize_design.tcl) | Script that converts the flat design to BDC and adds RTL Modules + +| Directory/File | Description | +|------------------------------------------------------------|----------------------------------------------------------------------------------------------| +| [Makefile](Makefile) | Vivado platform Makefile. | +| [vck190/xsa_platform_classic.tcl](vck190/xsa_platform_classic.tcl) | Vivado project script to set up the design and export the XSA for Vitis. | +| [vck190/dr.bd.tcl](vck190/dr.bd.tcl) | Script to prepare a flat block design for the VCK190 platform. | +| [vck190/finalize_design.tcl](vck190/finalize_design.tcl) | Script that converts the flat design to a BDC and adds RTL modules. | When running the build, a Vivado project will be created under `vivado/build` folder. @@ -69,12 +76,15 @@ make vivado_platform Running the scripts will build the Vivado design in the following steps. ### Create a Vivado Project and configure device and board parts + See details in [xsa_platform_classic.tcl (Line: 26-42)](vck190/xsa_platform_classic.tcl#L26) #### (Optional) Add source code for RTL blocks + Before connecting RTL modules, the source file should be added to the Vivado project. ### 3. Create a flat block design + Calling `dr.bd.tcl` and add mandatory IPI blocks and optional instances and RTL modules. [`xsa_platform_classic.tcl` (line 62)](vck190/xsa_platform_classic.tcl#L62) - It's recommended to start with a configurable example design and modify it for custom requirements. This helps making a bootable design already from start. - Another benefit of editing in Vivado IPI, is you can check the design with `Validate` before saving. @@ -88,48 +98,64 @@ Custom platform example used for VCK190. write_bd_tcl -exclude_pfm new_dr.bd.tcl ``` -#### 3.1 Setup Platform Properties [(Line: 843-862)](vck190/dr.bd.tcl#L843). +#### 3.1 Setup Platform Properties [(Line: 843-862)](vck190/dr.bd.tcl#L843) + ##### Setup of AXI Ports + This figure show how the platform ports are listed in Vivado IPI blockdesign. - ![](./doc_files/pfm_axi.png) +![](./doc_files/pfm_axi.png) + - ##### Setup of AXI Stream Ports + ***This tutorial currently does not use any RTL in the extensible platform.***
***The figure below show how it would be setup if the RTL counter and subtractor is put in the extensible BD.***
**Important** Note the Corresponding names for **SPTAG. These will be used when connecting the RTL with Vitis Subsystem!** ![](./doc_files/pfm_axis.png) -##### Setup of Clocks. +##### Setup of Clocks + **Note** the default is set to 500 MHz clock domain. ![](./doc_files/pfm_clock.png) -##### Setup of Interrupt Controller. +##### Setup of Interrupt Controller + **Note** Don't forget this or you will get a critical warning when validating the design. ![](./doc_files/pfm_intc.png) -##### Setup of Platform Name. +##### Setup of Platform Name + **Important** The choice here will be reflected when you import the XSA to Vitis. ![](./doc_files/pfm_name.png) -### 4. Build Vivado Platform for use with Vitis and Model Composer. +### 4. Build Vivado Platform for use with Vitis and Model Composer + Continuing `xsa_platform_classic.tcl` (Line: 65-) -#### 4.1. Create and set a wrapper for top BD. [(Line: 65-69)](vck190/xsa_platform_classic.tcl#L65). +#### 4.1. Create and set a wrapper for top BD. [(Line: 65-69)](vck190/xsa_platform_classic.tcl#L65) + **Note** It's important that the correct RTL Top is selected when writing the platform. -#### 4.2. Set project properties. [(Line: 95-104)](vck190/xsa_platform_classic.tcl#L95). + +#### 4.2. Set project properties. [(Line: 95-104)](vck190/xsa_platform_classic.tcl#L95) + Sets platform to extensible, default output and design intent. -#### 4.3. Wrap up project and generate target [(Line: 116-150)](vck190/xsa_platform_classic.tcl#L116). + +#### 4.3. Wrap up project and generate target [(Line: 116-150)](vck190/xsa_platform_classic.tcl#L116) + Ensure all files are added, addresses assigned and generate support blocks for the design. -#### 4.5. Write/Export XSA and validate results. [(Line: 155-157)](vck190/xsa_platform_classic.tcl#L155). + +#### 4.5. Write/Export XSA and validate results. [(Line: 155-157)](vck190/xsa_platform_classic.tcl#L155) ### 5. Inspect the Vivado Platform -Open the generated project in Vivado. + +Open the generated project in Vivado. + ``` cd vivado vivado build/vck190_thin_vivado/vck190_thin.xpr ``` + **Note** Launch Vivado in the vivado folder as all instructions later on is relative to this location. Open the `vck190_thin` (top level). @@ -138,9 +164,10 @@ Check the Platform Setup on top BD with the detailed instructions. Once done proceed with next part of the tutorial. ## Navigation helper - - [Next step - Import and integrate VSS and Vitis blocks to extensible platform](../vitis/README.md) - - [Previous step - Create a Vitis Subsystem component](../vss/README.md) - - [Return to top](../README.md) + +- [Next step - Import and integrate VSS and Vitis blocks to extensible platform](../vitis/README.md) +- [Previous step - Create a Vitis Subsystem component](../vss/README.md) +- [Return to top](../README.md) diff --git a/Vitis_System_Design/Design_Tutorials/02-Versal_Vitis_Subsystem_Flow/vivado/vck190/dr.bd.tcl b/Vitis_System_Design/Design_Tutorials/02-Versal_Vitis_Subsystem_Flow/vivado/vck190/dr.bd.tcl index 7d89b00cfb..6dcfef9f04 100644 --- a/Vitis_System_Design/Design_Tutorials/02-Versal_Vitis_Subsystem_Flow/vivado/vck190/dr.bd.tcl +++ b/Vitis_System_Design/Design_Tutorials/02-Versal_Vitis_Subsystem_Flow/vivado/vck190/dr.bd.tcl @@ -20,7 +20,7 @@ set script_folder [_tcl::get_script_folder] ################################################################ # Check if script is running in correct Vivado version. ################################################################ -set scripts_vivado_version 2025.1 +set scripts_vivado_version 2025.2 set current_vivado_version [version -short] if { [string first $scripts_vivado_version $current_vivado_version] == -1 } { diff --git a/Vitis_System_Design/Design_Tutorials/02-Versal_Vitis_Subsystem_Flow/vivado/vek280/dr.bd.tcl b/Vitis_System_Design/Design_Tutorials/02-Versal_Vitis_Subsystem_Flow/vivado/vek280/dr.bd.tcl index 0c6c344fcb..464c00f5b1 100644 --- a/Vitis_System_Design/Design_Tutorials/02-Versal_Vitis_Subsystem_Flow/vivado/vek280/dr.bd.tcl +++ b/Vitis_System_Design/Design_Tutorials/02-Versal_Vitis_Subsystem_Flow/vivado/vek280/dr.bd.tcl @@ -20,7 +20,7 @@ set script_folder [_tcl::get_script_folder] ################################################################ # Check if script is running in correct Vivado version. ################################################################ -set scripts_vivado_version 2024.1 +set scripts_vivado_version 2025.2 set current_vivado_version [version -short] if { [string first $scripts_vivado_version $current_vivado_version] == -1 } { diff --git a/Vitis_System_Design/Design_Tutorials/02-Versal_Vitis_Subsystem_Flow/vss/Makefile b/Vitis_System_Design/Design_Tutorials/02-Versal_Vitis_Subsystem_Flow/vss/Makefile index 9a968f8287..d0b5389bf8 100644 --- a/Vitis_System_Design/Design_Tutorials/02-Versal_Vitis_Subsystem_Flow/vss/Makefile +++ b/Vitis_System_Design/Design_Tutorials/02-Versal_Vitis_Subsystem_Flow/vss/Makefile @@ -49,7 +49,7 @@ ${BUILD_DIR}/${VSS}: ${VSS_CFG} $(addprefix ../, ${XO}) \ $(addprefix ../, ${LIBADF}) \ --out_dir ${VSS} \ - |& tee vss_link.log + 2>&1 | tee vss_link.log crts: $(MAKE) crts -C cosim AIE_WORK=$(AIE_WORK) diff --git a/Vitis_System_Design/Design_Tutorials/02-Versal_Vitis_Subsystem_Flow/vss/README.md b/Vitis_System_Design/Design_Tutorials/02-Versal_Vitis_Subsystem_Flow/vss/README.md index 3ffe82bc2c..63445b8591 100644 --- a/Vitis_System_Design/Design_Tutorials/02-Versal_Vitis_Subsystem_Flow/vss/README.md +++ b/Vitis_System_Design/Design_Tutorials/02-Versal_Vitis_Subsystem_Flow/vss/README.md @@ -19,14 +19,16 @@ To test and verify the AI Engine and HLS components individually and in a small Both Matlab and Python offers rich libraries and toolboxes for creating test vectors, reference modelling and visualizing the results. ## VSS design description + The design reuses blocks from previous tutorials to make it easier to compare the mechanics for adding and integrating them to a small system. Components used for the VSS region: -| Component | Type | Description -| ---------------------------------|--------|------------------------------------------------- -| counter | RTL | Freerunning counter to generate input stimuli for datamovers -| [axis1to2](./ip/axis1to2/README.md)| HLS | Duplicating one axi stream to two ports to copy the inputs to each AIE FIR filter. -| [vadd_s](./ip/vadd_s/README.md) | HLS | Vector adder taking complex int16 stream inputs. Used to demo Python VFS -| [aie](./ip/aie/README.md) | AIE | Top graph consisting of a subgraph with datamover kernels and a subgraph with two FIR filter kernels + +| Component | Type | Description | +|---------------------------------------------------|------|------------------------------------------------------------------------------------------------------------------------| +| counter | RTL | Free-running counter to generate input stimuli for datamovers. | +| [axis1to2](./ip/axis1to2/README.md) | HLS | Duplicates one AXI stream into two ports to copy inputs to each AIE FIR filter. | +| [vadd_s](./ip/vadd_s/README.md) | HLS | Vector adder taking complex int16 stream inputs. Used to demonstrate Python VFS. | +| [aie](./ip/aie/README.md) | AIE | Top-level graph consisting of a subgraph with data mover kernels and a subgraph with two FIR filter kernels. | The AIE datamover subgraph is connected to the counter and leaves placeholder interfaces so the subtractor from Vitis domain can be connected later. The AIE filter subgraph have two instances of a 16 tap FIR filter kernel. By feeding same data to both FIR filters and sum the outputs using vadd_s, @@ -54,23 +56,28 @@ Steps in this part: - [1.6 Verify the VSS using cosimulation in Xsim](./cosim/README.md) ## Integrating the subsystem and generate VSS archive + To integrate the various PL and AIE components, a configuration file is used to declare what components to use and which interfaces to connect. The syntax is similar to how Vitis connects components to an extensible platform, except here we declare what to be added to a vss archive. Specifying the VSS component archive require this syntax: + ``` vss=amd.com:::: ``` + Description of the syntax -| Item | example | Description -| ---------------------------------|--------|------------------------------------------------- -| vss_library_name | my_vss_lib | Identifier name to associate the VSS to a library -| vss_component_name | vss_top | Will be used as VSS archive name and concatenated with instance names to provide unique name when integrating VSS component to an extensible platform -| version_number | 1.0 | To keep track of library/component version -| list_of_instance | counter_0,ai_engine_0 | Comma separated list of instance names. The names need to match kernel names declared with "nk" in config file. **Note** the ai_engine_0 instance name need to match default instance name in Vivado HW platform + +| Item | Example | Description | +|----------------------|--------------------------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| +| `vss_library_name` | `my_vss_lib` | Identifier name to associate the VSS with a library. | +| `vss_component_name` | `vss_top` | Used as the VSS archive name and concatenated with instance names to provide a unique name when integrating the VSS component into an extensible platform. | +| `version_number` | `1.0` | Version number to keep track of the library/component version. | +| `list_of_instance` | `counter_0`, `ai_engine_0` | Comma-separated list of instance names. The names must match kernel names declared with `nk` in the config file. **Note:** The `ai_engine_0` instance name must match the default instance name in the Vivado HW platform. | [Inspect the config file for the example run](./src/vss_conn.cfg) The VSS archive is generated with v++ using: + ``` v++ --link --mode vss --save-temps --part --config ./src/vss_conn.cfg --out_dir ``` @@ -78,6 +85,7 @@ v++ --link --mode vss --save-temps --part --config ./src/vss_conn.cf Makefiles are provided to build everything from the lab top folder. It will automatically compile all required RTL, AIE and HLS components as required by VSS during linking. From top folder, run: + ``` make vss ``` @@ -91,13 +99,13 @@ Once confident with the subsystem design, the next step is to create a vivado pl ## Navigation helper - - [Next step - Develop Custom Vivado Extensible Platform](../vivado/Vivado.md) - - [Creating AIE graphs and kernels](../ip/aie/README.md) - - [Creating RTL counter](../ip/counter/README.md) - - [Creating HLS AXI Stream splitter](../ip/axis1to2/README.md) - - [Creating HLS vector adder](../ip/vadd_s/README.md) - - [Simulating the VSS Component](../cosim/README.md) - - [Return to top](../../../README.md) +- [Next step - Develop Custom Vivado Extensible Platform](../vivado/Vivado.md) +- [Creating AIE graphs and kernels](../ip/aie/README.md) +- [Creating RTL counter](../ip/counter/README.md) +- [Creating HLS AXI Stream splitter](../ip/axis1to2/README.md) +- [Creating HLS vector adder](../ip/vadd_s/README.md) +- [Simulating the VSS Component](../cosim/README.md) +- [Return to top](../../../README.md)

Copyright © 2020–2025 Advanced Micro Devices, Inc

diff --git a/Vitis_System_Design/Design_Tutorials/02-Versal_Vitis_Subsystem_Flow/vss/cosim/Makefile b/Vitis_System_Design/Design_Tutorials/02-Versal_Vitis_Subsystem_Flow/vss/cosim/Makefile index 579c7d4c22..b0a5a89255 100644 --- a/Vitis_System_Design/Design_Tutorials/02-Versal_Vitis_Subsystem_Flow/vss/cosim/Makefile +++ b/Vitis_System_Design/Design_Tutorials/02-Versal_Vitis_Subsystem_Flow/vss/cosim/Makefile @@ -24,7 +24,6 @@ SRC_DIR := src # Paths needed by xsim # ========================================================= export AIE_WORK_DIR :=$(AIE_WORK) -export ENABLE_AIE_DBG_TRACE=true export AIESIM_OPTIONS=$(shell pwd)/$(SRC_DIR)/aiesim.txt #export LD_LIBRARY_PATH :=$(XILINX_VITIS)/aietools/lib/lnx64.o:$(LD_LIBRARY_PATH) diff --git a/Vitis_System_Design/Design_Tutorials/02-Versal_Vitis_Subsystem_Flow/vss/cosim/README.md b/Vitis_System_Design/Design_Tutorials/02-Versal_Vitis_Subsystem_Flow/vss/cosim/README.md index a8d7707bfe..6e0fa28041 100644 --- a/Vitis_System_Design/Design_Tutorials/02-Versal_Vitis_Subsystem_Flow/vss/cosim/README.md +++ b/Vitis_System_Design/Design_Tutorials/02-Versal_Vitis_Subsystem_Flow/vss/cosim/README.md @@ -30,6 +30,10 @@ With the simulation project, we can control and run the design under test and us In addition to the simulation testbench, this example adds basic AXI Stream driver and monitor to exercise data through the design under test. +For the datamover path, in order to verify the subtraction IP outside the VSS, a model is added in the testbench. +To keep the testbench simple, the AXI4-Lite registers is removed from the subtractor IP model, keeping the my_diff instances for subtraction and buffer at the results. +This allow a quick way to check what to expect on hardware. + Advanced testbench design and automatic checkers is up to the user to adapt to be used with this feature. @@ -41,14 +45,19 @@ Advanced testbench design and automatic checkers is up to the user to adapt to b | [testbench.sv](./src/testbench.sv) | RTL | Testbench | [driver_axis.sv](./src/driver_axis.sv) | RTL | Simple driver for AXI Stream testbench stimuli, creates an impulse respone | [monitor_axis.sv](./src/monitor_axis.sv) | RTL | Simple monitor terminating AXI Stream traffic +| [my_diff.v](./src/my_diff.v) | RTL | Code to infer DSP58 subtraction borrowed from [vitis/ip/subtractor](../../vitis/ip/subtractor/src/my_diff.v) +| [my_sub.v](./src/my_sub.v) | RTL | Model to mimic the subtractor from [vitis/ip/subtractor](../../vitis/ip/subtractor) | [tb_top_behav.wcfg](./src/tb_top_behav.wcfg) | Config | Xsim waveform configuration -| [aiesim.txt](./src/aiesim.txt) | Config | Enable VCD dump from connected AIE Simulator. +| [datamovers.wcfg](./src/datamovers.wcfg) | Config | Xsim waveform configuration +| [datamovers2.wcfg](./src/datamovers2.wcfg) | Config | Xsim waveform configuration +| [subtractors.wcfg](./src/subtractors.wcfg) | Config | Xsim waveform configuration +| [fir_filters.wcfg](./src/fir_filters.wcfg) | Config | Xsim waveform configuration +| [aiesim.txt](./src/aiesim.txt) | Config | Enable VCD dump from connected AIE Simulator. **Note:** To let the RTL simulator testbench connect to the AIE Sim and VCD dump, these additional environment variables are set by the makefile: ``` export AIE_WORK_DIR = -export ENABLE_AIE_DBG_TRACE=true export AIESIM_OPTIONS= ``` diff --git a/Vitis_System_Design/Design_Tutorials/02-Versal_Vitis_Subsystem_Flow/vss/cosim/src/cosim_proj.tcl b/Vitis_System_Design/Design_Tutorials/02-Versal_Vitis_Subsystem_Flow/vss/cosim/src/cosim_proj.tcl index 3b08bbd857..2db341883c 100644 --- a/Vitis_System_Design/Design_Tutorials/02-Versal_Vitis_Subsystem_Flow/vss/cosim/src/cosim_proj.tcl +++ b/Vitis_System_Design/Design_Tutorials/02-Versal_Vitis_Subsystem_Flow/vss/cosim/src/cosim_proj.tcl @@ -50,6 +50,8 @@ update_compile_order -fileset sources_1 #break add_files -fileset sim_1 -norecurse ${script_folder}/driver_axis.sv add_files -fileset sim_1 -norecurse ${script_folder}/monitor_axis.sv +add_files -fileset sim_1 -norecurse ${script_folder}/my_diff.v +add_files -fileset sim_1 -norecurse ${script_folder}/my_sub.v add_files -fileset sim_1 -norecurse ${script_folder}/testbench.sv set_property top tb_top [get_filesets sim_1] update_compile_order -fileset sim_1 @@ -60,7 +62,6 @@ update_compile_order -fileset sim_1 #set_property generate_scripts_only 1 [current_fileset -simset] set_property -name {xsim.simulate.runtime} -value {0us} -objects [get_filesets sim_1] set_property -name {xsim.simulate.xsim.more_options} -value {-testplusarg VERBOSITY_FATAL_TO_WARN} -objects [get_filesets sim_1] -set_property -name {xsim.elaborate.xelab.more_options} -value {-debug sc} -objects [get_filesets sim_1] ## =================================================================================== ## Launch simulation @@ -69,6 +70,7 @@ launch_simulation open_wave_config ${script_folder}/tb_top_behav.wcfg open_wave_config ${script_folder}/datamovers.wcfg open_wave_config ${script_folder}/datamovers2.wcfg +open_wave_config ${script_folder}/subtractor.wcfg open_wave_config ${script_folder}/fir_filters.wcfg log_wave -r * run 5us diff --git a/Vitis_System_Design/Design_Tutorials/02-Versal_Vitis_Subsystem_Flow/vss/cosim/src/my_diff.v b/Vitis_System_Design/Design_Tutorials/02-Versal_Vitis_Subsystem_Flow/vss/cosim/src/my_diff.v new file mode 100644 index 0000000000..4f841d72d2 --- /dev/null +++ b/Vitis_System_Design/Design_Tutorials/02-Versal_Vitis_Subsystem_Flow/vss/cosim/src/my_diff.v @@ -0,0 +1,51 @@ +// +// Copyright (C) 2021-2022, Xilinx, Inc. All rights reserved. +// Copyright (C) 2022-2025, Advanced Micro Devices, Inc. All rights reserved. +// SPDX-License-Identifier: X11 +// +// Author Derek Hagen + +`timescale 1 ps / 1 ps + +// ONLY TO BE USED FOR STANDALONE RTL DEBUG +// `default_nettype none + +(* use_dsp = "yes" *) module my_diff + # ( + parameter integer SIZEIN = 16 + ) + ( + input wire resetn, + input wire clk, + input wire signed [SIZEIN-1:0] a, + input wire signed [SIZEIN-1:0] b, + output wire signed [SIZEIN-1:0] res + ); + + localparam [SIZEIN:0] one_mul = 1; + reg signed [SIZEIN-1:0] a_reg; + reg signed [SIZEIN-1:0] b_reg; + reg signed [SIZEIN:0] diff_reg; + reg signed [2*SIZEIN-1:0] m_reg; + reg signed [2*SIZEIN-1:0] p_reg; + + assign res = p_reg[SIZEIN-1:0]; + + always @(posedge clk) begin + if (!resetn) begin + a_reg <= 0; + b_reg <= 0; + diff_reg <= 0; + m_reg <= 0; + p_reg <= 0; + end + else begin + a_reg <= a; + b_reg <= b; + diff_reg <= a_reg - b_reg; + m_reg <= diff_reg * one_mul; + p_reg <= m_reg; + end + end + +endmodule diff --git a/Vitis_System_Design/Design_Tutorials/02-Versal_Vitis_Subsystem_Flow/vss/cosim/src/my_sub.v b/Vitis_System_Design/Design_Tutorials/02-Versal_Vitis_Subsystem_Flow/vss/cosim/src/my_sub.v new file mode 100644 index 0000000000..2ae3c15629 --- /dev/null +++ b/Vitis_System_Design/Design_Tutorials/02-Versal_Vitis_Subsystem_Flow/vss/cosim/src/my_sub.v @@ -0,0 +1,229 @@ +// +// Copyright (C) 2021-2022, Xilinx, Inc. All rights reserved. +// Copyright (C) 2022-2025, Advanced Micro Devices, Inc. All rights reserved. +// SPDX-License-Identifier: X11 +// +// Author Derek Hagen + +`timescale 1 ps / 1 ps + +// ONLY TO BE USED FOR STANDALONE RTL DEBUG +// `default_nettype none + +module my_sub + # ( + parameter integer DWIDTH = 64 + ) + ( + input wire aresetn, + input wire aclk, + input wire s00_axi_aclk, + input wire s00_axi_aresetn, + // Ports of Axi Slave Bus Interface S00_AXI + //(* X_INTERFACE_INFO = "xilinx.com:interface:axis:1.0 s00_axis TREADY" *) + output wire s00_axis_tready, + //(* X_INTERFACE_INFO = "xilinx.com:interface:axis:1.0 s00_axis TDATA" *) + input wire [DWIDTH-1:0] s00_axis_tdata, + //(* X_INTERFACE_INFO = "xilinx.com:interface:axis:1.0 s00_axis TVALID" *) + input wire s00_axis_tvalid, + //(* X_INTERFACE_INFO = "xilinx.com:interface:axis:1.0 s00_axis TLAST" *) + input wire s00_axis_tlast, + //(* X_INTERFACE_INFO = "xilinx.com:interface:axis:1.0 s01_axis TREADY" *) + output wire s01_axis_tready, + //(* X_INTERFACE_INFO = "xilinx.com:interface:axis:1.0 s01_axis TDATA" *) + input wire [DWIDTH-1:0] s01_axis_tdata, + //(* X_INTERFACE_INFO = "xilinx.com:interface:axis:1.0 s01_axis TVALID" *) + input wire s01_axis_tvalid, + //(* X_INTERFACE_INFO = "xilinx.com:interface:axis:1.0 s01_axis TLAST" *) + input wire s01_axis_tlast, + //(* X_INTERFACE_INFO = "xilinx.com:interface:axis:1.0 s02_axis TREADY" *) + output wire s02_axis_tready, + //(* X_INTERFACE_INFO = "xilinx.com:interface:axis:1.0 s02_axis TDATA" *) + input wire [DWIDTH-1:0] s02_axis_tdata, + //(* X_INTERFACE_INFO = "xilinx.com:interface:axis:1.0 s02_axis TVALID" *) + input wire s02_axis_tvalid, + //(* X_INTERFACE_INFO = "xilinx.com:interface:axis:1.0 s02_axis TLAST" *) + input wire s02_axis_tlast, + //(* X_INTERFACE_INFO = "xilinx.com:interface:axis:1.0 s03_axis TREADY" *) + output wire s03_axis_tready, + //(* X_INTERFACE_INFO = "xilinx.com:interface:axis:1.0 s03_axis TDATA" *) + input wire [DWIDTH-1:0] s03_axis_tdata, + //(* X_INTERFACE_INFO = "xilinx.com:interface:axis:1.0 s03_axis TVALID" *) + input wire s03_axis_tvalid, + //(* X_INTERFACE_INFO = "xilinx.com:interface:axis:1.0 s03_axis TLAST" *) + input wire s03_axis_tlast, + //(* X_INTERFACE_INFO = "xilinx.com:interface:axis:1.0 s04_axis TREADY" *) + output wire s04_axis_tready, + //(* X_INTERFACE_INFO = "xilinx.com:interface:axis:1.0 s04_axis TDATA" *) + input wire [DWIDTH-1:0] s04_axis_tdata, + //(* X_INTERFACE_INFO = "xilinx.com:interface:axis:1.0 s04_axis TVALID" *) + input wire s04_axis_tvalid, + //(* X_INTERFACE_INFO = "xilinx.com:interface:axis:1.0 s04_axis TLAST" *) + input wire s04_axis_tlast, + output wire [DWIDTH/2-1:0] subtract_val0, + output wire [DWIDTH/2-1:0] subtract_val1, + output wire [DWIDTH/2-1:0] subtract_val2, + output wire [DWIDTH/2-1:0] subtract_val3 + ); + + localparam true_c = 1'b1; + localparam false_c = 1'b0; + + reg [DWIDTH/4-1:0] buf0_i; + reg [DWIDTH/4-1:0] buf0_q; + reg [DWIDTH/4-1:0] buf1_i; + reg [DWIDTH/4-1:0] buf1_q; + reg [DWIDTH/4-1:0] buf2_i; + reg [DWIDTH/4-1:0] buf2_q; + reg [DWIDTH/4-1:0] buf3_i; + reg [DWIDTH/4-1:0] buf3_q; + wire [DWIDTH/4-1:0] diff0_i; + wire [DWIDTH/4-1:0] diff0_q; + wire [DWIDTH/4-1:0] diff1_i; + wire [DWIDTH/4-1:0] diff1_q; + wire [DWIDTH/4-1:0] diff2_i; + wire [DWIDTH/4-1:0] diff2_q; + wire [DWIDTH/4-1:0] diff3_i; + wire [DWIDTH/4-1:0] diff3_q; + reg tvalid; + reg tlast; + reg s00_axi_aclk_d; + reg s00_axi_aclk_d2; + wire s00_axi_aclk_posedge; + + // Tie off tready + assign s00_axis_tready = true_c; + assign s01_axis_tready = true_c; + assign s02_axis_tready = true_c; + assign s03_axis_tready = true_c; + assign s04_axis_tready = true_c; + + assign subtract_val0 = {buf0_i, buf0_q}; + assign subtract_val1 = {buf1_i, buf1_q}; + assign subtract_val2 = {buf2_i, buf2_q}; + assign subtract_val3 = {buf3_i, buf3_q}; + + my_diff # ( + .SIZEIN(DWIDTH/4) + ) diff_i0 ( + .resetn (aresetn), + .clk (aclk), + .a (s00_axis_tdata[DWIDTH/2-1:DWIDTH/4]), + .b (s01_axis_tdata[DWIDTH/2-1:DWIDTH/4]), + .res (diff0_i) + ); + + my_diff # ( + .SIZEIN(DWIDTH/4) + ) diff_q0 ( + .resetn (aresetn), + .clk (aclk), + .a (s00_axis_tdata[DWIDTH/4-1:0]), + .b (s01_axis_tdata[DWIDTH/4-1:0]), + .res (diff0_q) + ); + + my_diff # ( + .SIZEIN(DWIDTH/4) + ) diff_i1 ( + .resetn (aresetn), + .clk (aclk), + .a (s00_axis_tdata[DWIDTH/2-1:DWIDTH/4]), + .b (s02_axis_tdata[DWIDTH/2-1:DWIDTH/4]), + .res (diff1_i) + ); + + my_diff # ( + .SIZEIN(DWIDTH/4) + ) diff_q1 ( + .resetn (aresetn), + .clk (aclk), + .a (s00_axis_tdata[DWIDTH/4-1:0]), + .b (s02_axis_tdata[DWIDTH/4-1:0]), + .res (diff1_q) + ); + + my_diff # ( + .SIZEIN(DWIDTH/4) + ) diff_i2 ( + .resetn (aresetn), + .clk (aclk), + .a (s00_axis_tdata[DWIDTH/2-1:DWIDTH/4]), + .b (s03_axis_tdata[DWIDTH/2-1:DWIDTH/4]), + .res (diff2_i) + ); + + my_diff # ( + .SIZEIN(DWIDTH/4) + ) diff_q2 ( + .resetn (aresetn), + .clk (aclk), + .a (s00_axis_tdata[DWIDTH/4-1:0]), + .b (s03_axis_tdata[DWIDTH/4-1:0]), + .res (diff2_q) + ); + + my_diff # ( + .SIZEIN(DWIDTH/4) + ) diff_i3 ( + .resetn (aresetn), + .clk (aclk), + .a (s00_axis_tdata[DWIDTH/2-1:DWIDTH/4]), + .b (s04_axis_tdata[DWIDTH/2-1:DWIDTH/4]), + .res (diff3_i) + ); + + my_diff # ( + .SIZEIN(DWIDTH/4) + ) diff_q3 ( + .resetn (aresetn), + .clk (aclk), + .a (s00_axis_tdata[DWIDTH/4-1:0]), + .b (s04_axis_tdata[DWIDTH/4-1:0]), + .res (diff3_q) + ); + + // Buffer clock for edge detect + always @(posedge aclk) + begin + if (!aresetn) + begin + s00_axi_aclk_d <= false_c; + s00_axi_aclk_d2 <= false_c; + end + else + begin + s00_axi_aclk_d <= s00_axi_aclk; + s00_axi_aclk_d2 <= s00_axi_aclk_d; + end + end + + assign s00_axi_aclk_posedge = s00_axi_aclk_d & !s00_axi_aclk_d2; + + // Simple hold circuit + always @(posedge aclk) + begin + if (!aresetn) + begin + buf0_i <= 0; + buf0_q <= 0; + buf1_i <= 0; + buf1_q <= 0; + buf2_i <= 0; + buf2_q <= 0; + buf3_i <= 0; + buf3_q <= 0; + end + else if (s00_axi_aclk_posedge) begin + buf0_i <= diff0_i; + buf0_q <= diff0_q; + buf1_i <= diff1_i; + buf1_q <= diff1_q; + buf2_i <= diff2_i; + buf2_q <= diff2_q; + buf3_i <= diff3_i; + buf3_q <= diff3_q; + end + end + +endmodule diff --git a/Vitis_System_Design/Design_Tutorials/02-Versal_Vitis_Subsystem_Flow/vss/cosim/src/subtractor.wcfg b/Vitis_System_Design/Design_Tutorials/02-Versal_Vitis_Subsystem_Flow/vss/cosim/src/subtractor.wcfg new file mode 100644 index 0000000000..e54891b0a1 --- /dev/null +++ b/Vitis_System_Design/Design_Tutorials/02-Versal_Vitis_Subsystem_Flow/vss/cosim/src/subtractor.wcfg @@ -0,0 +1,368 @@ + + + + + + + + + + + + + + + + + + + + + + + + + AI_ENGINE_0_DM_OUT0_tdata[63:0] + AI_ENGINE_0_DM_OUT0_tdata[63:0] + + + AI_ENGINE_0_DM_OUT0_tkeep + AI_ENGINE_0_DM_OUT0_tkeep + + + AI_ENGINE_0_DM_OUT0_tlast + AI_ENGINE_0_DM_OUT0_tlast + + + AI_ENGINE_0_DM_OUT0_tready + AI_ENGINE_0_DM_OUT0_tready + + + AI_ENGINE_0_DM_OUT0_tvalid + AI_ENGINE_0_DM_OUT0_tvalid + + + AI_ENGINE_0_DM_OUT1_tdata[63:0] + AI_ENGINE_0_DM_OUT1_tdata[63:0] + + + AI_ENGINE_0_DM_OUT1_tkeep + AI_ENGINE_0_DM_OUT1_tkeep + + + AI_ENGINE_0_DM_OUT1_tlast + AI_ENGINE_0_DM_OUT1_tlast + + + AI_ENGINE_0_DM_OUT1_tready + AI_ENGINE_0_DM_OUT1_tready + + + AI_ENGINE_0_DM_OUT1_tvalid + AI_ENGINE_0_DM_OUT1_tvalid + + + AI_ENGINE_0_DM_OUT2_tdata[63:0] + AI_ENGINE_0_DM_OUT2_tdata[63:0] + + + AI_ENGINE_0_DM_OUT2_tkeep + AI_ENGINE_0_DM_OUT2_tkeep + + + AI_ENGINE_0_DM_OUT2_tlast + AI_ENGINE_0_DM_OUT2_tlast + + + AI_ENGINE_0_DM_OUT2_tready + AI_ENGINE_0_DM_OUT2_tready + + + AI_ENGINE_0_DM_OUT2_tvalid + AI_ENGINE_0_DM_OUT2_tvalid + + + AI_ENGINE_0_DM_OUT3_tdata[63:0] + AI_ENGINE_0_DM_OUT3_tdata[63:0] + + + AI_ENGINE_0_DM_OUT3_tkeep + AI_ENGINE_0_DM_OUT3_tkeep + + + AI_ENGINE_0_DM_OUT3_tlast + AI_ENGINE_0_DM_OUT3_tlast + + + AI_ENGINE_0_DM_OUT3_tready + AI_ENGINE_0_DM_OUT3_tready + + + AI_ENGINE_0_DM_OUT3_tvalid + AI_ENGINE_0_DM_OUT3_tvalid + + + AXIS1TO2_0_IN0_tdata[31:0] + AXIS1TO2_0_IN0_tdata[31:0] + + + AXIS1TO2_0_IN0_tready + AXIS1TO2_0_IN0_tready + + + AXIS1TO2_0_IN0_tvalid + AXIS1TO2_0_IN0_tvalid + + + COUNTER_0_M00_AXIS_tdata[63:0] + COUNTER_0_M00_AXIS_tdata[63:0] + + + COUNTER_0_M00_AXIS_tlast + COUNTER_0_M00_AXIS_tlast + + + COUNTER_0_M00_AXIS_tready + COUNTER_0_M00_AXIS_tready + + + COUNTER_0_M00_AXIS_tvalid + COUNTER_0_M00_AXIS_tvalid + + + VADD_S_0_OUT0_tdata[31:0] + VADD_S_0_OUT0_tdata[31:0] + + + VADD_S_0_OUT0_tready + VADD_S_0_OUT0_tready + + + VADD_S_0_OUT0_tvalid + VADD_S_0_OUT0_tvalid + + + aclk_x1 + aclk_x1 + + + aclk_x2 + aclk_x2 + + + aresetn + aresetn + + + true_c + true_c + + + false_c + false_c + + + clk_period_c[31:0] + clk_period_c[31:0] + + + aresetn + aresetn + + + aclk + aclk + + + s00_axi_aclk + s00_axi_aclk + + + s00_axi_aclk_d + s00_axi_aclk_d + + + s00_axi_aclk_d2 + s00_axi_aclk_d2 + + + s00_axi_aclk_posedge + s00_axi_aclk_posedge + + + s00_axis_tready + s00_axis_tready + + + s00_axis_tdata[63:0] + s00_axis_tdata[63:0] + + + s00_axis_tvalid + s00_axis_tvalid + + + s00_axis_tlast + s00_axis_tlast + + + s01_axis_tready + s01_axis_tready + + + s01_axis_tdata[63:0] + s01_axis_tdata[63:0] + + + s01_axis_tvalid + s01_axis_tvalid + + + s01_axis_tlast + s01_axis_tlast + + + s02_axis_tready + s02_axis_tready + + + s02_axis_tdata[63:0] + s02_axis_tdata[63:0] + + + s02_axis_tvalid + s02_axis_tvalid + + + s02_axis_tlast + s02_axis_tlast + + + s03_axis_tready + s03_axis_tready + + + s03_axis_tdata[63:0] + s03_axis_tdata[63:0] + + + s03_axis_tvalid + s03_axis_tvalid + + + s03_axis_tlast + s03_axis_tlast + + + s04_axis_tready + s04_axis_tready + + + s04_axis_tdata[63:0] + s04_axis_tdata[63:0] + + + s04_axis_tvalid + s04_axis_tvalid + + + s04_axis_tlast + s04_axis_tlast + + + subtract_val0 + subtract_val0 + + + subtract_val1 + subtract_val1 + + + subtract_val2 + subtract_val2 + + + subtract_val3 + subtract_val3 + + + buf0_i[15:0] + buf0_i[15:0] + UNSIGNEDDECRADIX + + + buf0_q[15:0] + buf0_q[15:0] + UNSIGNEDDECRADIX + + + buf1_i[15:0] + buf1_i[15:0] + UNSIGNEDDECRADIX + + + buf1_q[15:0] + buf1_q[15:0] + UNSIGNEDDECRADIX + + + buf2_i[15:0] + buf2_i[15:0] + UNSIGNEDDECRADIX + + + buf2_q[15:0] + buf2_q[15:0] + UNSIGNEDDECRADIX + + + buf3_i[15:0] + buf3_i[15:0] + UNSIGNEDDECRADIX + + + buf3_q[15:0] + buf3_q[15:0] + UNSIGNEDDECRADIX + + + diff0_i[15:0] + diff0_i[15:0] + UNSIGNEDDECRADIX + + + diff0_q[15:0] + diff0_q[15:0] + UNSIGNEDDECRADIX + + + diff1_i[15:0] + diff1_i[15:0] + UNSIGNEDDECRADIX + + + diff1_q[15:0] + diff1_q[15:0] + UNSIGNEDDECRADIX + + + diff2_i[15:0] + diff2_i[15:0] + UNSIGNEDDECRADIX + + + diff2_q[15:0] + diff2_q[15:0] + UNSIGNEDDECRADIX + + + diff3_i[15:0] + diff3_i[15:0] + UNSIGNEDDECRADIX + + + diff3_q[15:0] + diff3_q[15:0] + UNSIGNEDDECRADIX + + diff --git a/Vitis_System_Design/Design_Tutorials/02-Versal_Vitis_Subsystem_Flow/vss/cosim/src/testbench.sv b/Vitis_System_Design/Design_Tutorials/02-Versal_Vitis_Subsystem_Flow/vss/cosim/src/testbench.sv index 541007f934..ebe4fc0dfd 100644 --- a/Vitis_System_Design/Design_Tutorials/02-Versal_Vitis_Subsystem_Flow/vss/cosim/src/testbench.sv +++ b/Vitis_System_Design/Design_Tutorials/02-Versal_Vitis_Subsystem_Flow/vss/cosim/src/testbench.sv @@ -141,6 +141,40 @@ module tb_top(); ); + // Subtractor + my_sub #( + .DWIDTH(64) + ) my_sub_i0 ( + .aresetn (aresetn), + .aclk (aclk_x2), + .s00_axi_aclk (aclk_x1), + .s00_axis_tdata (COUNTER_0_M00_AXIS_tdata), + .s00_axis_tlast (COUNTER_0_M00_AXIS_tlast), + .s00_axis_tready (COUNTER_0_M00_AXIS_tready), + .s00_axis_tvalid (COUNTER_0_M00_AXIS_tvalid), + .s01_axis_tdata (AI_ENGINE_0_DM_OUT0_tdata), + .s01_axis_tlast (AI_ENGINE_0_DM_OUT0_tlast), + .s01_axis_tready (AI_ENGINE_0_DM_OUT0_tready), + .s01_axis_tvalid (AI_ENGINE_0_DM_OUT0_tvalid), + .s02_axis_tdata (AI_ENGINE_0_DM_OUT1_tdata), + .s02_axis_tlast (AI_ENGINE_0_DM_OUT1_tlast), + .s02_axis_tready (AI_ENGINE_0_DM_OUT1_tready), + .s02_axis_tvalid (AI_ENGINE_0_DM_OUT1_tvalid), + .s03_axis_tdata (AI_ENGINE_0_DM_OUT2_tdata), + .s03_axis_tlast (AI_ENGINE_0_DM_OUT2_tlast), + .s03_axis_tready (AI_ENGINE_0_DM_OUT2_tready), + .s03_axis_tvalid (AI_ENGINE_0_DM_OUT2_tvalid), + .s04_axis_tdata (AI_ENGINE_0_DM_OUT3_tdata), + .s04_axis_tlast (AI_ENGINE_0_DM_OUT3_tlast), + .s04_axis_tready (AI_ENGINE_0_DM_OUT3_tready), + .s04_axis_tvalid (AI_ENGINE_0_DM_OUT3_tvalid), + .subtract_val0 (), + .subtract_val1 (), + .subtract_val2 (), + .subtract_val3 () + ); + + // Testbench // Force tready to enable remaining AXIS masters to send data diff --git a/Vitis_System_Design/Design_Tutorials/02-Versal_Vitis_Subsystem_Flow/vss/ip/aie/Makefile b/Vitis_System_Design/Design_Tutorials/02-Versal_Vitis_Subsystem_Flow/vss/ip/aie/Makefile index e2a7377b4b..b62f758fd0 100644 --- a/Vitis_System_Design/Design_Tutorials/02-Versal_Vitis_Subsystem_Flow/vss/ip/aie/Makefile +++ b/Vitis_System_Design/Design_Tutorials/02-Versal_Vitis_Subsystem_Flow/vss/ip/aie/Makefile @@ -82,7 +82,7 @@ allx86 : clean x86compile x86sim #${AIE_OUTPUT}: ${AIE_SRC}/* ${AIE_GRAPHS}/* ${AIE_KERNELS}/* # $(MAKE) clean -# aiecompiler -target=hw -v --use-phy-shim=${FLAG} --constraints=${CONSTRAINT_FILE} -include=${AIE_SRC} -include=${AIE_GRAPHS} -include=${AIE_KERNELS} ${TEST_BENCH} ${OTHER_OPTS} -Xmapper=${MAP_OPT} --platform=${XPFM} -workdir=${WORK_DIR} ${PL_FREQ} |& tee ${LOG_FILE} +# aiecompiler -target=hw -v --use-phy-shim=${FLAG} --constraints=${CONSTRAINT_FILE} -include=${AIE_SRC} -include=${AIE_GRAPHS} -include=${AIE_KERNELS} ${TEST_BENCH} ${OTHER_OPTS} -Xmapper=${MAP_OPT} --platform=${XPFM} -workdir=${WORK_DIR} ${PL_FREQ} 2>&1 | tee ${LOG_FILE} ${AIE_WS}: mkdir ${AIE_WS} @@ -117,14 +117,14 @@ ${AIE_OUTPUT}: ${AIE_WS} ${AIE_SRC}/* ${AIE_GRAPHS}/* ${AIE_KERNELS}/* ${AIE_XFLAGS} \ --config ${AIE_CFG} \ ${TEST_BENCH} \ - |& tee ${LOG_FILE} + 2>&1 | tee ${LOG_FILE} sim: - aiesimulator --pkg-dir=$(WORK_DIR) -o $(SIM_OUTPUT) --simulation-cycle-timeout $(MAX_CYCLES) |& tee -a $(SIM_LOG_FILE) + aiesimulator --pkg-dir=$(WORK_DIR) -o $(SIM_OUTPUT) --simulation-cycle-timeout $(MAX_CYCLES) 2>&1 | tee -a $(SIM_LOG_FILE) sim_analyzer: - aiesimulator --pkg-dir=$(WORK_DIR) --profile --online -wdb -text -o $(SIM_OUTPUT) --simulation-cycle-timeout $(MAX_CYCLES) |& tee -a $(SIM_LOG_FILE) + aiesimulator --pkg-dir=$(WORK_DIR) --profile --online -wdb -text -o $(SIM_OUTPUT) --simulation-cycle-timeout $(MAX_CYCLES) 2>&1 | tee -a $(SIM_LOG_FILE) analyze: vitis_analyzer -report system.wdb @@ -136,7 +136,7 @@ get_op: grep -v T ${SIM_OUTPUT}/data/output3.txt > ${SIM_OUTPUT}/data/output3_raw.txt x86sim: - x86simulator --pkg-dir=$(WORK_DIR) |& tee -a $(SIM_LOG_FILE) + x86simulator --pkg-dir=$(WORK_DIR) 2>&1 | tee -a $(SIM_LOG_FILE) clean: rm -rf Work Work* $(AIE_WS) diff --git a/Vitis_System_Design/Design_Tutorials/02-Versal_Vitis_Subsystem_Flow/vss/ip/aie/src/kernels/my_stream_32b_dm.cpp b/Vitis_System_Design/Design_Tutorials/02-Versal_Vitis_Subsystem_Flow/vss/ip/aie/src/kernels/my_stream_32b_dm.cpp index 0416ef1aac..8add0a2014 100644 --- a/Vitis_System_Design/Design_Tutorials/02-Versal_Vitis_Subsystem_Flow/vss/ip/aie/src/kernels/my_stream_32b_dm.cpp +++ b/Vitis_System_Design/Design_Tutorials/02-Versal_Vitis_Subsystem_Flow/vss/ip/aie/src/kernels/my_stream_32b_dm.cpp @@ -31,7 +31,7 @@ void __attribute__ ((noinline)) my_stream_32b_dm::run(input_streamhttps://docs.amd.com/v/u/ja-JP/UG1605-vitis-tutorials

-内容に相違が生じる場合には原文を優先します。英語版の更新に対応していないことがありますので、日本語版は参考用としてご使用の上、最新情報につきましては、必ず最新英語版 (https://github.com/Xilinx/Vitis-Tutorials) をご参照ください。 +内容に相違が生じる場合には原文を優先します。英語版の更新に対応していないことがありますので、日本語版は参考用としてご使用の上、最新情報につきましては、必ず最新英語版 (https://github.com/Xilinx/Vitis-Tutorials) をご参照ください。 +

Copyright © 2020–2025 Advanced Micro Devices, Inc.